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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:23:29.295000</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.999077, -0.0419871, -0.0090632, 0.0427471, 0.951186, 0.305645]</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.106452</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>[4125, -7775, -7264, 589, -111, -295, 21, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>231.232</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>504cadad-6da0-446c-bb25-fc285dd43fa1||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.680450677871704, 0.11468742042779922, 0.011373395100235939, 111.0787353515625], [0.11264841258525848, 2.5519611835479736, 0.8255256414413452, -110.36409759521484], [-0.024315906688570976, -0.8200230002403259, 2.570676565170288, -25.94573402404785], [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': ['142329.295000', '142329.755000', '142330.215000', '142330.675000', '142331.135000', '142331.595000', '142332.055000', '142332.515000', '142332.975000', '142333.435000', '142333.895000', '142334.355000', '142334.815000', '142335.275000', '142335.735000', '142336.195000', '142336.655000', '142337.115000', '142337.575000', '142338.035000', '142338.495000', '142338.955000', '142339.415000', '142339.875000', '142340.335000', '142340.795000', '142341.255000', '142341.715000', '142342.175000', '142342.635000', '142343.095000', '142343.555000', '142344.015000', '142344.475000', '142344.935000', '142345.395000', '142345.855000', '142346.315000', '142346.775000', '142347.235000', '142347.695000', '142348.155000', '142348.615000', '142349.075000', '142349.535000', '142349.995000', '142350.455000', '142350.915000', '142351.375000', '142351.835000', '142352.295000', '142352.755000', '142353.215000', '142353.675000', '142354.135000', '142354.595000', '142355.055000', '142355.515000', '142355.975000', '142356.435000', '142356.895000', '142357.355000', '142357.815000', '142358.275000', '142358.735000', '142359.195000', '142359.655000', '142400.115000', '142400.575000', '142401.035000', '142401.495000', '142401.955000', '142402.415000', '142402.875000', '142403.335000', '142403.795000', '142404.255000', '142404.715000', '142405.175000', '142405.635000', '142406.095000', '142406.555000', '142407.015000', '142407.475000', '142407.935000', '142408.395000', '142408.855000', '142409.315000', '142409.775000', '142410.235000', '142410.695000', '142411.155000', '142411.615000', '142412.075000', '142412.535000', '142412.995000', '142413.455000', '142413.915000', '142414.375000', '142414.835000', '142415.295000', '142415.755000', '142416.215000', '142416.675000', '142417.135000', '142417.595000', '142418.055000', '142418.515000', '142418.975000', '142419.435000', '142419.895000', '142420.355000', '142420.815000', '142421.275000', '142421.735000', '142422.195000', '142422.655000', '142423.115000', '142423.575000', '142424.035000', '142424.495000', '142424.955000', '142425.415000', '142425.875000', '142426.335000', '142426.795000', '142427.255000', '142427.715000', '142428.175000', '142428.635000', '142429.095000', '142429.555000', '142430.015000', '142430.475000', '142430.935000', '142431.395000', '142431.855000', '142432.315000', '142432.775000', '142433.235000', '142433.695000', '142434.155000', '142434.615000', '142435.075000', '142435.535000', '142435.995000', '142436.455000', '142436.915000', '142437.375000', '142437.835000', '142438.295000', '142438.755000', '142439.215000', '142439.675000', '142440.135000', '142440.595000', '142441.055000', '142441.515000', '142441.975000', '142442.435000', '142442.895000', '142443.355000', '142443.815000', '142444.275000', '142444.735000', '142445.195000', '142445.655000', '142446.115000', '142446.575000', '142447.035000', '142447.495000', '142447.955000', '142448.415000', '142448.875000', '142449.335000', '142449.795000', '142450.255000', '142450.715000', '142451.175000', '142451.635000', '142452.095000', '142452.555000', '142453.015000', '142453.475000', '142453.935000', '142454.395000', '142454.855000', '142455.315000', '142455.775000', '142456.235000', '142456.695000', '142457.155000', '142457.615000', '142458.075000', '142458.535000', '142458.995000', '142459.455000', '142459.915000', '142500.375000', '142500.835000', '142501.295000', '142501.755000', '142502.215000', '142502.675000', '142503.135000', '142503.595000', '142504.055000', '142504.515000', '142504.975000', '142505.435000', '142505.895000', '142506.355000', '142506.815000', '142507.275000', '142507.735000', '142508.195000', '142508.655000', '142509.115000', '142509.575000', '142510.035000', '142510.495000', '142510.955000', '142511.415000', '142511.875000', '142512.335000', '142512.795000', '142513.255000', '142513.715000', '142514.175000', '142514.635000', '142515.095000', '142515.555000', '142516.015000', '142516.475000', '142516.935000', '142517.395000', '142517.855000', '142518.315000', '142518.775000', '142519.235000', '142519.695000', '142520.155000', '142520.615000', '142521.075000', '142521.535000', '142521.995000', '142522.455000', '142522.915000', '142523.375000', '142523.835000', '142524.295000', '142524.755000', '142525.215000', '142525.675000', '142526.135000', '142526.595000', '142527.055000', '142527.515000', '142527.975000', '142528.435000', '142528.895000', '142529.355000', '142529.815000', '142530.275000', '142530.735000', '142531.195000', '142531.655000', '142532.115000', '142532.575000', '142533.035000', '142533.495000', '142533.955000', '142534.415000', '142534.875000', '142535.335000', '142535.795000', '142536.255000', '142536.715000', '142537.175000', '142537.635000', '142538.095000', '142538.555000', '142539.015000', '142539.475000', '142539.935000', '142540.395000', '142540.855000', '142541.315000', '142541.775000', '142542.235000', '142542.695000', '142543.155000', '142543.615000', '142544.075000', '142544.535000', '142544.995000', '142545.455000', '142545.915000', '142546.375000', '142546.835000', '142547.295000', '142547.755000', '142548.215000', '142548.675000', '142549.135000', '142549.595000', '142550.055000', '142550.515000', '142550.975000', '142551.435000', '142551.895000', '142552.355000', '142552.815000', '142553.275000', '142553.735000', '142554.195000', '142554.655000', '142555.115000', '142555.575000', '142556.035000', '142556.495000', '142556.955000', '142557.415000', '142557.875000', '142558.335000', '142558.795000', '142559.255000', '142559.715000', '142600.175000', '142600.635000', '142601.095000', '142601.555000', '142602.015000', '142602.475000', '142602.935000', '142603.395000', '142603.855000', '142604.315000', '142604.775000', '142605.235000', '142605.695000', '142606.155000', '142606.615000', '142607.075000', '142607.535000', '142607.995000', '142608.455000', '142608.915000', '142609.375000', '142609.835000', '142610.295000', '142610.755000', '142611.215000', '142611.675000', '142612.135000', '142612.595000', '142613.055000', '142613.515000', '142613.975000', '142614.435000', '142614.895000', '142615.355000', '142615.815000', '142616.275000', '142616.735000', '142617.195000', '142617.655000', '142618.115000', '142618.575000', '142619.035000', '142619.495000', '142619.955000', '142620.415000', '142620.875000', '142621.335000', '142621.795000', '142622.255000', '142622.715000', '142623.175000', '142623.635000', '142624.095000', '142624.555000', '142625.015000', '142625.475000', '142625.935000', '142626.395000', '142626.855000', '142627.315000', '142627.775000', '142628.235000', '142628.695000', '142629.155000', '142629.615000', '142630.075000', '142630.535000', '142630.995000', '142631.455000', '142631.915000', '142632.375000', '142632.835000', '142633.295000', '142633.755000', '142634.215000', '142634.675000', '142635.135000', '142635.595000', '142636.055000', '142636.515000', '142636.975000', '142637.435000', '142637.895000', '142638.355000', '142638.815000', '142639.275000', '142639.735000', '142640.195000', '142640.655000', '142641.115000', '142641.575000', '142642.035000', '142642.495000', '142642.955000', '142643.415000', '142643.875000', '142644.335000', '142644.795000', '142645.255000', '142645.715000', '142646.175000', '142646.635000', '142647.095000', '142647.555000', '142648.015000', '142648.475000', '142648.935000', '142649.395000', '142649.855000', '142650.315000', '142650.775000', '142651.235000', '142651.695000', '142652.155000', '142652.615000', '142653.075000', '142653.535000', '142653.995000', '142654.455000', '142654.915000', '142655.375000', '142655.835000', '142656.295000', '142656.755000', '142657.215000', '142657.675000', '142658.135000', '142658.595000', '142659.055000', '142659.515000', '142659.975000', '142700.435000', '142700.895000', '142701.355000', '142701.815000', '142702.275000', '142702.735000', '142703.195000', '142703.655000', '142704.115000', '142704.575000', '142705.035000', '142705.495000', '142705.955000', '142706.415000', '142706.875000', '142707.335000', '142707.795000', '142708.255000', '142708.715000', '142709.175000', '142709.635000', '142710.095000', '142710.555000', '142711.015000', '142711.475000', '142711.935000', '142712.395000', '142712.855000', '142713.315000', '142713.775000', '142714.235000', '142714.695000', '142715.155000', '142715.615000', '142716.075000', '142716.535000', '142716.995000', '142717.455000', '142717.915000', '142718.375000', '142718.835000', '142719.295000', '142719.755000', '142720.215000', '142720.675000', '142721.135000', '142721.595000', '142722.055000', '142722.515000', '142722.975000', '142723.435000', '142723.895000', '142724.355000', '142724.815000', '142725.275000', '142725.735000', '142726.195000', '142726.655000', '142727.115000', '142727.575000', '142728.035000', '142728.495000', '142728.955000', '142729.415000', '142729.875000', '142730.335000', '142730.795000', '142731.255000', '142731.715000', '142732.175000', '142732.635000', '142733.095000', '142733.555000', '142734.015000', '142734.475000', '142734.935000', '142735.395000', '142735.855000', '142736.315000', '142736.775000', '142737.235000', '142737.695000', '142738.155000', '142738.615000', '142739.075000', '142739.535000', '142739.995000', '142740.455000', '142740.915000', '142741.375000', '142741.835000', '142742.295000', '142742.755000', '142743.215000', '142743.675000', '142744.135000', '142744.595000', '142745.055000', '142745.515000', '142745.975000', '142746.435000', '142746.895000', '142747.355000', '142747.815000', '142748.275000', '142748.735000', '142749.195000', '142749.655000', '142750.115000', '142750.575000', '142751.035000', '142751.495000', '142751.955000', '142752.415000', '142752.875000', '142753.335000', '142753.795000', '142754.255000', '142754.715000', '142755.175000', '142755.635000', '142756.095000', '142756.555000', '142757.015000', '142757.475000', '142757.935000', '142758.395000', '142758.855000', '142759.315000', '142759.775000', '142800.235000', '142800.695000', '142801.155000', '142801.615000', '142802.075000', '142802.535000', '142802.995000', '142803.455000', '142803.915000', '142804.375000', '142804.835000', '142805.295000', '142805.755000', '142806.215000', '142806.675000', '142807.135000', '142807.595000', '142808.055000', '142808.515000', '142808.975000', '142809.435000', '142809.895000', '142810.355000', '142810.815000', '142811.275000', '142811.735000', '142812.195000', '142812.655000', '142813.115000', '142813.575000', '142814.035000', '142814.495000', '142814.955000', '142815.415000', '142815.875000', '142816.335000', '142816.795000', '142817.255000', '142817.715000', '142818.175000', '142818.635000', '142819.095000', '142819.555000', '142820.015000', '142820.475000', '142820.935000', '142821.395000', '142821.855000', '142822.315000', '142822.775000', '142823.235000', '142823.695000', '142824.155000', '142824.615000', '142825.075000', '142825.535000', '142825.995000', '142826.455000', '142826.915000', '142827.375000', '142827.835000', '142828.295000', '142828.755000', '142829.215000', '142829.675000', '142830.135000', '142830.595000', '142831.055000', '142831.515000', '142831.975000', '142832.435000', '142832.895000', '142833.355000', '142833.815000', '142834.275000', '142834.735000', '142835.195000', '142835.655000', '142836.115000', '142836.575000', '142837.035000', '142837.495000', '142837.955000', '142838.415000', '142838.875000', '142839.335000', '142839.795000', '142840.255000', '142840.715000', '142841.175000', '142841.635000', '142842.095000', '142842.555000', '142843.015000', '142843.475000', '142843.935000', '142844.395000', '142844.855000', '142845.315000', '142845.775000', '142846.235000', '142846.695000', '142847.155000', '142847.615000', '142848.075000', '142848.535000', '142848.995000', '142849.455000', '142849.915000', '142850.375000', '142850.835000', '142851.295000', '142851.755000', '142852.215000', '142852.675000', '142853.135000', '142853.595000', '142854.055000', '142854.515000', '142854.975000', '142855.435000', '142855.895000', '142856.355000', '142856.815000', '142857.275000', '142857.735000', '142858.195000', '142858.655000', '142859.115000', '142859.575000', '142900.035000', '142900.495000', '142900.955000', '142901.415000', '142901.875000', '142902.335000', '142902.795000', '142903.255000', '142903.715000', '142904.175000', '142904.635000', '142905.095000', '142905.555000', '142906.015000', '142906.475000', '142906.935000', '142907.395000', '142907.855000', '142908.315000', '142908.775000', '142909.235000', '142909.695000', '142910.155000', '142910.615000', '142911.075000', '142911.535000', '142911.995000', '142912.455000', '142912.915000', '142913.375000', '142913.835000', '142914.295000', '142914.755000', '142915.215000', '142915.675000', '142916.135000', '142916.595000', '142917.055000', '142917.515000', '142917.975000', '142918.435000', '142918.895000', '142919.355000', '142919.815000', '142920.275000', '142920.735000', '142921.195000', '142921.655000', '142922.115000', '142922.575000', '142923.035000', '142923.495000', '142923.955000', '142924.415000', '142924.875000', '142925.335000', '142925.795000', '142926.255000', '142926.715000', '142927.175000', '142927.635000', '142928.095000', '142928.555000', '142929.015000', '142929.475000', '142929.935000', '142930.395000', '142930.855000', '142931.315000', '142931.775000', '142932.235000', '142932.695000', '142933.155000', '142933.615000', '142934.075000', '142934.535000', '142934.995000', '142935.455000', '142935.915000', '142936.375000', '142936.835000', '142937.295000', '142937.755000', '142938.215000', '142938.675000', '142939.135000', '142939.595000', '142940.055000', '142940.515000', '142940.975000', '142941.435000', '142941.895000', '142942.355000', '142942.815000', '142943.275000', '142943.735000', '142944.195000', '142944.655000', '142945.115000', '142945.575000', '142946.035000', '142946.495000', '142946.955000', '142947.415000', '142947.875000', '142948.335000', '142948.795000', '142949.255000', '142949.715000', '142950.175000', '142950.635000', '142951.095000', '142951.555000', '142952.015000', '142952.475000', '142952.935000', '142953.395000', '142953.855000', '142954.315000', '142954.775000', '142955.235000', '142955.695000', '142956.155000', '142956.615000', '142957.075000', '142957.535000', '142957.995000', '142958.455000', '142958.915000', '142959.375000', '142959.835000', '143000.295000', '143000.755000', '143001.215000', '143001.675000', '143002.135000', '143002.595000', '143003.055000', '143003.515000', '143003.975000', '143004.435000', '143004.895000', '143005.355000', '143005.815000', '143006.275000', '143006.735000', '143007.195000', '143007.655000', '143008.115000', '143008.575000', '143009.035000', '143009.495000', '143009.955000', '143010.415000', '143010.875000', '143011.335000', '143011.795000', '143012.255000', '143012.715000', '143013.175000', '143013.635000', '143014.095000', '143014.555000', '143015.015000', '143015.475000', '143015.935000', '143016.395000', '143016.855000', '143017.315000', '143017.775000', '143018.235000', '143018.695000', '143019.155000', '143019.615000', '143020.075000', '143020.535000', '143020.995000', '143021.455000', '143021.915000', '143022.375000', '143022.835000', '143023.295000', '143023.755000', '143024.215000', '143024.675000', '143025.135000', '143025.595000', '143026.055000', '143026.515000', '143026.975000', '143027.435000', '143027.895000', '143028.355000', '143028.815000', '143029.275000', '143029.735000', '143030.195000', '143030.655000', '143031.115000', '143031.575000', '143032.035000', '143032.495000', '143032.955000', '143033.415000', '143033.875000', '143034.335000', '143034.795000', '143035.255000', '143035.715000', '143036.175000', '143036.635000', '143037.095000', '143037.555000', '143038.015000', '143038.475000', '143038.935000', '143039.395000', '143039.855000', '143040.315000', '143040.775000', '143041.235000', '143041.695000', '143042.155000', '143042.615000', '143043.075000', '143043.535000', '143043.995000', '143044.455000', '143044.915000', '143045.375000', '143045.835000', '143046.295000', '143046.755000', '143047.215000', '143047.675000', '143048.135000', '143048.595000', '143049.055000', '143049.515000', '143049.975000', '143050.435000', '143050.895000', '143051.355000', '143051.815000', '143052.275000', '143052.735000', '143053.195000', '143053.655000', '143054.115000', '143054.575000', '143055.035000', '143055.495000', '143055.955000', '143056.415000', '143056.875000', '143057.335000', '143057.795000', '143058.255000', '143058.715000', '143059.175000', '143059.635000', '143100.095000', '143100.555000', '143101.015000', '143101.475000', '143101.935000', '143102.395000', '143102.855000', '143103.315000', '143103.775000', '143104.235000', '143104.695000', '143105.155000', '143105.615000', '143106.075000', '143106.535000', '143106.995000', '143107.455000', '143107.915000', '143108.375000', '143108.835000', '143109.295000', '143109.755000', '143110.215000', '143110.675000', '143111.135000', '143111.595000', '143112.055000', '143112.515000', '143112.975000', '143113.435000', '143113.895000', '143114.355000', '143114.815000', '143115.275000', '143115.735000', '143116.195000', '143116.655000', '143117.115000', '143117.575000', '143118.035000', '143118.495000', '143118.955000', '143119.415000', '143119.875000', '143120.335000', '143120.795000', '143121.255000', '143121.715000', '143122.175000', '143122.635000', '143123.095000', '143123.555000', '143124.015000', '143124.475000', '143124.935000', '143125.395000', '143125.855000', '143126.315000', '143126.775000', '143127.235000', '143127.695000', '143128.155000', '143128.615000', '143129.075000', '143129.535000', '143129.995000', '143130.455000', '143130.915000', '143131.375000', '143131.835000', '143132.295000', '143132.755000', '143133.215000', '143133.675000', '143134.135000', '143134.595000', '143135.055000', '143135.515000', '143135.975000', '143136.435000', '143136.895000', '143137.355000', '143137.815000', '143138.275000', '143138.735000', '143139.195000', '143139.655000', '143140.115000', '143140.575000', '143141.035000', '143141.495000', '143141.955000', '143142.415000', '143142.875000', '143143.335000', '143143.795000', '143144.255000', '143144.715000', '143145.175000', '143145.635000', '143146.095000', '143146.555000', '143147.015000', '143147.475000', '143147.935000', '143148.395000', '143148.855000', '143149.315000', '143149.775000', '143150.235000', '143150.695000', '143151.155000', '143151.615000', '143152.075000', '143152.535000', '143152.995000', '143153.455000', '143153.915000', '143154.375000', '143154.835000', '143155.295000', '143155.755000', '143156.215000', '143156.675000', '143157.135000', '143157.595000', '143158.055000', '143158.515000', '143158.975000', '143159.435000', '143159.895000', '143200.355000', '143200.815000', '143201.275000', '143201.735000', '143202.195000', '143202.655000', '143203.115000', '143203.575000', '143204.035000', '143204.495000', '143204.955000', '143205.415000', '143205.875000', '143206.335000', '143206.795000', '143207.255000', '143207.715000', '143208.175000', '143208.635000', '143209.095000', '143209.555000', '143210.015000', '143210.475000', '143210.935000', '143211.395000', '143211.855000', '143212.315000', '143212.775000', '143213.235000', '143213.695000', '143214.155000', '143214.615000', '143215.075000', '143215.535000', '143215.995000', '143216.455000', '143216.915000', '143217.375000', '143217.835000', '143218.295000', '143218.755000', '143219.215000', '143219.675000', '143220.135000', '143220.595000', '143221.055000', '143221.515000', '143221.975000', '143222.435000', '143222.895000', '143223.355000', '143223.815000', '143224.275000', '143224.735000', '143225.195000', '143225.655000', '143226.115000', '143226.575000', '143227.035000', '143227.495000', '143227.955000', '143228.415000', '143228.875000', '143229.335000', '143229.795000', '143230.255000', '143230.715000', '143231.175000', '143231.635000', '143232.095000', '143232.555000', '143233.015000', '143233.475000', '143233.935000', '143234.395000', '143234.855000', '143235.315000', '143235.775000', '143236.235000', '143236.695000', '143237.155000', '143237.615000', '143238.075000', '143238.535000', '143238.995000', '143239.455000', '143239.915000', '143240.375000', '143240.835000', '143241.295000', '143241.755000', '143242.215000', '143242.675000', '143243.135000', '143243.595000', '143244.055000', '143244.515000', '143244.975000'], 'ContentTime': ['142347.651000', '142347.654000', '142347.659000', '142347.662000', '142347.664000', '142347.667000', '142347.670000', '142347.672000', '142347.675000', '142347.677000', '142347.680000', '142347.682000', '142347.685000', '142347.688000', '142347.690000', '142347.693000', '142347.695000', '142347.698000', '142347.701000', '142347.703000', '142347.706000', '142347.708000', '142347.711000', '142347.714000', '142347.716000', '142347.719000', '142347.721000', '142347.724000', '142347.727000', '142347.732000', '142347.734000', '142347.737000', '142347.739000', '142347.742000', '142347.745000', '142347.747000', '142347.750000', '142407.605000', '142407.608000', '142407.611000', '142407.613000', '142407.616000', '142407.619000', '142407.621000', '142407.624000', '142407.626000', '142407.629000', '142407.632000', '142407.634000', '142407.637000', '142407.639000', '142407.642000', '142407.644000', '142407.647000', '142407.650000', '142407.652000', '142407.655000', '142407.658000', '142407.660000', '142407.663000', '142407.665000', '142407.668000', '142407.670000', '142407.673000', '142407.676000', '142407.678000', '142407.681000', '142407.684000', '142407.686000', '142407.689000', '142407.691000', '142407.694000', '142407.697000', '142407.699000', '142407.702000', '142407.704000', '142407.707000', '142407.710000', '142407.712000', '142407.715000', '142427.605000', '142427.608000', '142427.611000', '142427.613000', '142427.616000', '142427.619000', '142427.621000', '142427.624000', '142427.626000', '142427.629000', '142427.658000', '142427.661000', '142427.663000', '142427.666000', '142427.668000', '142427.671000', '142427.674000', '142427.676000', '142427.679000', '142427.681000', '142427.684000', '142427.687000', '142427.689000', '142427.692000', '142427.694000', '142427.697000', '142427.700000', '142427.702000', '142427.705000', '142427.707000', '142427.710000', '142427.713000', '142427.732000', '142427.735000', '142427.737000', '142427.740000', '142427.743000', '142427.745000', '142427.748000', '142427.750000', '142427.753000', '142427.756000', '142427.758000', '142427.761000', '142447.606000', '142447.608000', '142447.611000', '142447.614000', '142447.616000', '142447.619000', '142447.621000', '142447.624000', '142447.627000', '142447.629000', '142447.632000', '142447.634000', '142447.637000', '142447.640000', '142447.642000', '142447.645000', '142447.647000', '142447.650000', '142447.652000', '142447.655000', '142447.658000', '142447.660000', '142447.663000', '142447.665000', '142447.668000', '142447.671000', '142447.673000', '142447.676000', '142447.678000', '142447.681000', '142447.684000', '142447.686000', '142447.689000', '142447.692000', '142447.694000', '142447.697000', '142447.699000', '142447.702000', '142447.705000', '142447.707000', '142447.710000', '142447.713000', '142447.723000', '142507.605000', '142507.608000', '142507.611000', '142507.613000', '142507.616000', '142507.619000', '142507.621000', '142507.624000', '142507.626000', '142507.629000', '142507.632000', '142507.634000', '142507.637000', '142507.639000', '142507.642000', '142507.644000', '142507.647000', '142507.650000', '142507.652000', '142507.655000', '142507.657000', '142507.660000', '142507.663000', '142507.665000', '142507.668000', '142507.670000', '142507.673000', '142507.676000', '142507.678000', '142507.681000', '142507.684000', '142507.686000', '142507.689000', '142507.692000', '142507.694000', '142507.697000', '142507.700000', '142507.702000', '142507.705000', '142507.707000', '142507.710000', '142507.713000', '142507.715000', '142507.718000', '142527.606000', '142527.609000', '142527.612000', '142527.615000', '142527.617000', '142527.620000', '142527.623000', '142527.625000', '142527.628000', '142527.630000', '142527.633000', '142527.635000', '142527.638000', '142527.641000', '142527.643000', '142527.646000', '142527.649000', '142527.651000', '142527.654000', '142527.656000', '142527.659000', '142527.662000', '142527.664000', '142527.667000', '142527.669000', '142527.672000', '142527.674000', '142527.677000', '142527.680000', '142527.682000', '142527.685000', '142527.688000', '142527.690000', '142527.693000', '142527.695000', '142527.698000', '142527.701000', '142527.703000', '142527.706000', '142527.708000', '142527.711000', '142527.714000', '142527.717000', '142547.606000', '142547.609000', '142547.612000', '142547.615000', '142547.617000', '142547.620000', '142547.623000', '142547.625000', '142547.628000', '142547.630000', '142547.633000', '142547.636000', '142547.638000', '142547.641000', '142547.643000', '142547.646000', '142547.649000', '142547.651000', '142547.654000', '142547.656000', '142547.659000', '142547.661000', '142547.664000', '142547.667000', '142547.669000', '142547.672000', '142547.674000', '142547.677000', '142547.680000', '142547.682000', '142547.685000', '142547.687000', '142547.690000', '142547.693000', '142547.695000', '142547.698000', '142547.700000', '142547.703000', '142547.705000', '142547.708000', '142547.711000', '142547.713000', '142547.716000', '142547.718000', '142607.606000', '142607.609000', '142607.612000', '142607.614000', '142607.617000', '142607.620000', '142607.622000', '142607.625000', '142607.627000', '142607.630000', '142607.633000', '142607.635000', '142607.638000', '142607.641000', '142607.643000', '142607.646000', '142607.649000', '142607.651000', '142607.654000', '142607.656000', '142607.659000', '142607.661000', '142607.664000', '142607.667000', '142607.669000', '142607.672000', '142607.674000', '142607.684000', '142607.687000', '142607.690000', '142607.692000', '142607.695000', '142607.697000', '142607.700000', '142607.703000', '142607.705000', '142607.708000', '142607.710000', '142607.713000', '142607.716000', '142607.718000', '142607.721000', '142607.724000', '142627.606000', '142627.608000', '142627.611000', '142627.614000', '142627.616000', '142627.619000', '142627.621000', '142627.624000', '142627.627000', '142627.629000', '142627.632000', '142627.634000', '142627.637000', '142627.640000', '142627.642000', '142627.645000', '142627.648000', '142627.650000', '142627.653000', '142627.655000', '142627.658000', '142627.660000', '142627.663000', '142627.666000', '142627.668000', '142627.671000', '142627.673000', '142627.676000', '142627.679000', '142627.682000', '142627.684000', '142627.687000', '142627.689000', '142627.692000', '142627.695000', '142627.697000', '142627.700000', '142627.702000', '142627.705000', '142627.708000', '142627.710000', '142627.713000', '142627.715000', '142627.718000', '142647.606000', '142647.609000', '142647.611000', '142647.614000', '142647.617000', '142647.619000', '142647.622000', '142647.624000', '142647.627000', '142647.630000', '142647.632000', '142647.635000', '142647.637000', '142647.640000', '142647.643000', '142647.645000', '142647.648000', '142647.650000', '142647.653000', '142647.656000', '142647.658000', '142647.661000', '142647.663000', '142647.666000', '142647.669000', '142647.671000', '142647.674000', '142647.676000', '142647.679000', '142647.682000', '142647.684000', '142647.687000', '142647.689000', '142647.692000', '142647.695000', '142647.697000', '142647.700000', '142647.702000', '142647.705000', '142647.708000', '142647.711000', '142647.713000', '142647.716000', '142707.606000', '142707.608000', '142707.611000', '142707.614000', '142707.616000', '142707.619000', '142707.621000', '142707.624000', '142707.627000', '142707.629000', '142707.632000', '142707.634000', '142707.637000', '142707.640000', '142707.642000', '142707.645000', '142707.648000', '142707.651000', '142707.653000', '142707.656000', '142707.658000', '142707.661000', '142707.664000', '142707.666000', '142707.669000', '142707.672000', '142707.674000', '142707.677000', '142707.679000', '142707.682000', '142707.685000', '142707.688000', '142707.691000', '142707.694000', '142707.697000', '142707.699000', '142707.702000', '142707.704000', '142707.707000', '142707.710000', '142707.712000', '142707.715000', '142707.718000', '142727.605000', '142727.608000', '142727.611000', '142727.614000', '142727.616000', '142727.619000', '142727.621000', '142727.624000', '142727.627000', '142727.629000', '142727.632000', '142727.634000', '142727.637000', '142727.640000', '142727.642000', '142727.645000', '142727.648000', '142727.650000', '142727.653000', '142727.655000', '142727.658000', '142727.660000', '142727.663000', '142727.666000', '142727.668000', '142727.671000', '142727.674000', '142727.676000', '142727.679000', '142727.681000', '142727.684000', '142727.687000', '142727.689000', '142727.692000', '142727.694000', '142727.697000', '142727.699000', '142727.702000', '142727.705000', '142727.707000', '142727.710000', '142727.713000', '142727.715000', '142727.718000', '142747.607000', '142747.610000', '142747.612000', '142747.615000', '142747.618000', '142747.620000', '142747.623000', '142747.625000', '142747.628000', '142747.642000', '142747.645000', '142747.647000', '142747.650000', '142747.653000', '142747.655000', '142747.658000', '142747.660000', '142747.663000', '142747.666000', '142747.668000', '142747.671000', '142747.673000', '142747.676000', '142747.679000', '142747.681000', '142747.684000', '142747.687000', '142747.689000', '142747.692000', '142747.694000', '142747.697000', '142747.700000', '142747.702000', '142747.705000', '142747.707000', '142747.710000', '142747.713000', '142747.715000', '142747.718000', '142747.721000', '142747.723000', '142747.726000', '142747.728000', '142747.731000', '142807.607000', '142807.609000', '142807.612000', '142807.615000', '142807.617000', '142807.620000', '142807.623000', '142807.625000', '142807.628000', '142807.630000', '142807.633000', '142807.636000', '142807.638000', '142807.641000', '142807.643000', '142807.646000', '142807.649000', '142807.651000', '142807.654000', '142807.657000', '142807.659000', '142807.662000', '142807.664000', '142807.667000', '142807.670000', '142807.672000', '142807.675000', '142807.677000', '142807.680000', '142807.683000', '142807.685000', '142807.688000', '142807.691000', '142807.693000', '142807.696000', '142807.698000', '142807.701000', '142807.704000', '142807.706000', '142807.709000', '142807.711000', '142807.714000', '142807.717000', '142827.606000', '142827.609000', '142827.612000', '142827.614000', '142827.617000', '142827.620000', '142827.622000', '142827.625000', '142827.627000', '142827.630000', '142827.633000', '142827.638000', '142827.640000', '142827.643000', '142827.645000', '142827.648000', '142827.651000', '142827.653000', '142827.656000', '142827.658000', '142827.661000', '142827.664000', '142827.666000', '142827.669000', '142827.671000', '142827.674000', '142827.677000', '142827.679000', '142827.682000', '142827.684000', '142827.687000', '142827.690000', '142827.692000', '142827.695000', '142827.698000', '142827.700000', '142827.703000', '142827.706000', '142827.708000', '142827.711000', '142827.713000', '142827.716000', '142827.719000', '142827.721000', '142847.606000', '142847.608000', '142847.611000', '142847.614000', '142847.616000', '142847.619000', '142847.622000', '142847.624000', '142847.627000', '142847.629000', '142847.632000', '142847.635000', '142847.637000', '142847.640000', '142847.642000', '142847.645000', '142847.648000', '142847.650000', '142847.653000', '142847.655000', '142847.658000', '142847.661000', '142847.663000', '142847.666000', '142847.669000', '142847.671000', '142847.674000', '142847.676000', '142847.679000', '142847.682000', '142847.684000', '142847.687000', '142847.689000', '142847.692000', '142847.695000', '142847.697000', '142847.700000', '142847.702000', '142847.705000', '142847.708000', '142847.710000', '142847.713000', '142847.718000', '142907.606000', '142907.609000', '142907.611000', '142907.614000', '142907.616000', '142907.619000', '142907.622000', '142907.624000', '142907.627000', '142907.629000', '142907.632000', '142907.635000', '142907.637000', '142907.640000', '142907.642000', '142907.645000', '142907.648000', '142907.650000', '142907.653000', '142907.655000', '142907.658000', '142907.661000', '142907.663000', '142907.666000', '142907.669000', '142907.671000', '142907.674000', '142907.676000', '142907.679000', '142907.682000', '142907.684000', '142907.687000', '142907.690000', '142907.692000', '142907.716000', '142907.719000', '142907.721000', '142907.724000', '142907.727000', '142907.729000', '142907.732000', '142907.734000', '142907.737000', '142907.739000', '142927.606000', '142927.608000', '142927.611000', '142927.614000', '142927.617000', '142927.619000', '142927.622000', '142927.625000', '142927.627000', '142927.630000', '142927.633000', '142927.635000', '142927.638000', '142927.640000', '142927.643000', '142927.646000', '142927.648000', '142927.651000', '142927.654000', '142927.656000', '142927.659000', '142927.661000', '142927.664000', '142927.667000', '142927.669000', '142927.672000', '142927.675000', '142927.677000', '142927.680000', '142927.683000', '142927.685000', '142927.688000', '142927.690000', '142927.693000', '142927.696000', '142927.698000', '142927.701000', '142927.704000', '142927.706000', '142927.709000', '142927.712000', '142927.714000', '142927.717000', '142947.606000', '142947.609000', '142947.611000', '142947.614000', '142947.617000', '142947.619000', '142947.622000', '142947.624000', '142947.627000', '142947.630000', '142947.632000', '142947.635000', '142947.637000', '142947.640000', '142947.643000', '142947.645000', '142947.648000', '142947.650000', '142947.653000', '142947.656000', '142947.659000', '142947.662000', '142947.665000', '142947.668000', '142947.670000', '142947.674000', '142947.677000', '142947.679000', '142947.682000', '142947.684000', '142947.687000', '142947.690000', '142947.693000', '142947.695000', '142947.698000', '142947.700000', '142947.703000', '142947.706000', '142947.708000', '142947.711000', '142947.713000', '142947.716000', '142947.719000', '143007.607000', '143007.609000', '143007.612000', '143007.615000', '143007.617000', '143007.620000', '143007.623000', '143007.625000', '143007.628000', '143007.630000', '143007.633000', '143007.636000', '143007.638000', '143007.641000', '143007.643000', '143007.646000', '143007.649000', '143007.651000', '143007.654000', '143007.657000', '143007.659000', '143007.662000', '143007.664000', '143007.667000', '143007.670000', '143007.672000', '143007.675000', '143007.678000', '143007.680000', '143007.683000', '143007.686000', '143007.688000', '143007.691000', '143007.694000', '143007.696000', '143007.699000', '143007.701000', '143007.704000', '143007.707000', '143007.709000', '143007.712000', '143007.714000', '143007.717000', '143007.720000', '143027.607000', '143027.609000', '143027.612000', '143027.615000', '143027.618000', '143027.620000', '143027.623000', '143027.625000', '143027.628000', '143027.631000', '143027.633000', '143027.636000', '143027.639000', '143027.641000', '143027.644000', '143027.647000', '143027.650000', '143027.652000', '143027.655000', '143027.658000', '143027.660000', '143027.663000', '143027.665000', '143027.668000', '143027.671000', '143027.679000', '143027.682000', '143027.684000', '143027.687000', '143027.689000', '143027.692000', '143027.695000', '143027.697000', '143027.700000', '143027.702000', '143027.705000', '143027.708000', '143027.710000', '143027.713000', '143027.715000', '143027.718000', '143027.721000', '143027.723000', '143047.607000', '143047.610000', '143047.612000', '143047.615000', '143047.617000', '143047.620000', '143047.623000', '143047.625000', '143047.628000', '143047.630000', '143047.633000', '143047.636000', '143047.638000', '143047.641000', '143047.643000', '143047.646000', '143047.649000', '143047.651000', '143047.654000', '143047.656000', '143047.659000', '143047.662000', '143047.664000', '143047.667000', '143047.669000', '143047.672000', '143047.675000', '143047.677000', '143047.680000', '143047.682000', '143047.685000', '143047.688000', '143047.690000', '143047.693000', '143047.695000', '143047.698000', '143047.701000', '143047.703000', '143047.706000', '143047.708000', '143047.711000', '143047.714000', '143047.716000', '143047.719000', '143107.606000', '143107.609000', '143107.611000', '143107.614000', '143107.617000', '143107.619000', '143107.622000', '143107.624000', '143107.627000', '143107.630000', '143107.632000', '143107.635000', '143107.637000', '143107.640000', '143107.643000', '143107.645000', '143107.648000', '143107.650000', '143107.653000', '143107.656000', '143107.659000', '143107.662000', '143107.665000', '143107.667000', '143107.670000', '143107.673000', '143107.675000', '143107.678000', '143107.681000', '143107.683000', '143107.686000', '143107.689000', '143107.691000', '143107.694000', '143107.696000', '143107.699000', '143107.702000', '143107.704000', '143107.707000', '143107.709000', '143107.713000', '143107.716000', '143107.718000', '143127.606000', '143127.608000', '143127.611000', '143127.614000', '143127.616000', '143127.619000', '143127.622000', '143127.624000', '143127.627000', '143127.629000', '143127.632000', '143127.635000', '143127.637000', '143127.640000', '143127.642000', '143127.645000', '143127.648000', '143127.650000', '143127.653000', '143127.655000', '143127.658000', '143127.660000', '143127.663000', '143127.666000', '143127.668000', '143127.671000', '143127.673000', '143127.676000', '143127.679000', '143127.681000', '143127.684000', '143127.687000', '143127.689000', '143127.692000', '143127.694000', '143127.697000', '143127.700000', '143127.702000', '143127.705000', '143127.707000', '143127.710000', '143127.713000', '143127.715000', '143127.718000', '143147.606000', '143147.608000', '143147.611000', '143147.614000', '143147.616000', '143147.619000', '143147.622000', '143147.624000', '143147.627000', '143147.629000', '143147.632000', '143147.635000', '143147.637000', '143147.640000', '143147.643000', '143147.645000', '143147.648000', '143147.650000', '143147.653000', '143147.656000', '143147.658000', '143147.661000', '143147.663000', '143147.666000', '143147.669000', '143147.671000', '143147.674000', '143147.677000', '143147.680000', '143147.683000', '143147.685000', '143147.688000', '143147.691000', '143147.693000', '143147.696000', '143147.698000', '143147.701000', '143147.704000', '143147.706000', '143147.709000', '143147.711000', '143147.727000', '143147.730000', '143207.606000', '143207.608000', '143207.611000', '143207.614000', '143207.616000', '143207.619000', '143207.622000', '143207.624000', '143207.627000', '143207.629000', '143207.632000', '143207.634000', '143207.637000', '143207.640000', '143207.643000', '143207.645000', '143207.648000', '143207.650000', '143207.653000', '143207.656000', '143207.658000', '143207.661000', '143207.663000', '143207.666000', '143207.669000', '143207.671000', '143207.674000', '143207.676000', '143207.679000', '143207.682000', '143207.684000', '143207.687000', '143207.689000', '143207.692000', '143207.695000', '143207.697000', '143207.700000', '143207.703000', '143207.705000', '143207.708000', '143207.710000', '143207.713000', '143207.716000', '143207.718000', '143227.607000', '143227.610000', '143227.612000', '143227.615000', '143227.617000', '143227.620000', '143227.623000', '143227.625000', '143227.628000', '143227.631000', '143227.633000', '143227.636000', '143227.638000', '143227.641000', '143227.644000', '143227.646000', '143227.649000', '143227.651000', '143227.654000', '143227.657000', '143227.659000', '143227.662000', '143227.665000', '143227.667000', '143227.670000', '143227.672000', '143227.675000', '143227.678000', '143227.680000', '143227.683000', '143227.686000', '143227.688000', '143227.691000', '143227.694000', '143227.696000', '143227.699000', '143227.701000', '143227.704000', '143227.707000', '143227.709000', '143227.712000', '143227.715000', '143227.718000', '143246.566000', '143246.569000', '143246.571000', '143246.574000', '143246.577000', '143246.579000', '143246.582000', '143246.584000', '143246.587000', '143246.590000', '143246.592000', '143246.595000', '143246.597000', '143246.600000', '143246.603000', '143246.605000', '143246.608000', '143246.611000', '143246.613000', '143246.616000', '143246.619000', '143246.621000', '143246.624000', '143246.626000', '143246.629000', '143246.632000', '143246.634000', '143246.637000', '143246.639000', '143246.642000', '143246.645000', '143246.647000', '143246.650000', '143246.653000', '143246.655000', '143246.658000', '143246.660000', '143246.668000', '143246.671000', '143246.673000', '143246.676000', '143246.679000'], 'InstanceCreationTime': ['142347.651000', '142347.654000', '142347.659000', '142347.662000', '142347.664000', '142347.667000', '142347.670000', '142347.672000', '142347.675000', '142347.677000', '142347.680000', '142347.682000', '142347.685000', '142347.688000', '142347.690000', '142347.693000', '142347.695000', '142347.698000', '142347.701000', '142347.703000', '142347.706000', '142347.708000', '142347.711000', '142347.714000', '142347.716000', '142347.719000', '142347.721000', '142347.724000', '142347.727000', '142347.732000', '142347.734000', '142347.737000', '142347.739000', '142347.742000', '142347.745000', '142347.747000', '142347.750000', '142407.605000', '142407.608000', '142407.611000', '142407.613000', '142407.616000', '142407.619000', '142407.621000', '142407.624000', '142407.626000', '142407.629000', '142407.632000', '142407.634000', '142407.637000', '142407.639000', '142407.642000', '142407.644000', '142407.647000', '142407.650000', '142407.652000', '142407.655000', '142407.658000', '142407.660000', '142407.663000', '142407.665000', '142407.668000', '142407.670000', '142407.673000', '142407.676000', '142407.678000', '142407.681000', '142407.684000', '142407.686000', '142407.689000', '142407.691000', '142407.694000', '142407.697000', '142407.699000', '142407.702000', '142407.704000', '142407.707000', '142407.710000', '142407.712000', '142407.715000', '142427.605000', '142427.608000', '142427.611000', '142427.613000', '142427.616000', '142427.619000', '142427.621000', '142427.624000', '142427.626000', '142427.629000', '142427.658000', '142427.661000', '142427.663000', '142427.666000', '142427.668000', '142427.671000', '142427.674000', '142427.676000', '142427.679000', '142427.681000', '142427.684000', '142427.687000', '142427.689000', '142427.692000', '142427.694000', '142427.697000', '142427.700000', '142427.702000', '142427.705000', '142427.707000', '142427.710000', '142427.713000', '142427.732000', '142427.735000', '142427.737000', '142427.740000', '142427.743000', '142427.745000', '142427.748000', '142427.750000', '142427.753000', '142427.756000', '142427.758000', '142427.761000', '142447.606000', '142447.608000', '142447.611000', '142447.614000', '142447.616000', '142447.619000', '142447.621000', '142447.624000', '142447.627000', '142447.629000', '142447.632000', '142447.634000', '142447.637000', '142447.640000', '142447.642000', '142447.645000', '142447.647000', '142447.650000', '142447.652000', '142447.655000', '142447.658000', '142447.660000', '142447.663000', '142447.665000', '142447.668000', '142447.671000', '142447.673000', '142447.676000', '142447.678000', '142447.681000', '142447.684000', '142447.686000', '142447.689000', '142447.692000', '142447.694000', '142447.697000', '142447.699000', '142447.702000', '142447.705000', '142447.707000', '142447.710000', '142447.713000', '142447.723000', '142507.605000', '142507.608000', '142507.611000', '142507.613000', '142507.616000', '142507.619000', '142507.621000', '142507.624000', '142507.626000', '142507.629000', '142507.632000', '142507.634000', '142507.637000', '142507.639000', '142507.642000', '142507.644000', '142507.647000', '142507.650000', '142507.652000', '142507.655000', '142507.657000', '142507.660000', '142507.663000', '142507.665000', '142507.668000', '142507.670000', '142507.673000', '142507.676000', '142507.678000', '142507.681000', '142507.684000', '142507.686000', '142507.689000', '142507.692000', '142507.694000', '142507.697000', '142507.700000', '142507.702000', '142507.705000', '142507.707000', '142507.710000', '142507.713000', '142507.715000', '142507.718000', '142527.606000', '142527.609000', '142527.612000', '142527.615000', '142527.617000', '142527.620000', '142527.623000', '142527.625000', '142527.628000', '142527.630000', '142527.633000', '142527.635000', '142527.638000', '142527.641000', '142527.643000', '142527.646000', '142527.649000', '142527.651000', '142527.654000', '142527.656000', '142527.659000', '142527.662000', '142527.664000', '142527.667000', '142527.669000', '142527.672000', '142527.674000', '142527.677000', '142527.680000', '142527.682000', '142527.685000', '142527.688000', '142527.690000', '142527.693000', '142527.695000', '142527.698000', '142527.701000', '142527.703000', '142527.706000', '142527.708000', '142527.711000', '142527.714000', '142527.717000', '142547.606000', '142547.609000', '142547.612000', '142547.615000', '142547.617000', '142547.620000', '142547.623000', '142547.625000', '142547.628000', '142547.630000', '142547.633000', '142547.636000', '142547.638000', '142547.641000', '142547.643000', '142547.646000', '142547.649000', '142547.651000', '142547.654000', '142547.656000', '142547.659000', '142547.661000', '142547.664000', '142547.667000', '142547.669000', '142547.672000', '142547.674000', '142547.677000', '142547.680000', '142547.682000', '142547.685000', '142547.687000', '142547.690000', '142547.693000', '142547.695000', '142547.698000', '142547.700000', '142547.703000', '142547.705000', '142547.708000', '142547.711000', '142547.713000', '142547.716000', '142547.718000', '142607.606000', '142607.609000', '142607.612000', '142607.614000', '142607.617000', '142607.620000', '142607.622000', '142607.625000', '142607.627000', '142607.630000', '142607.633000', '142607.635000', '142607.638000', '142607.641000', '142607.643000', '142607.646000', '142607.649000', '142607.651000', '142607.654000', '142607.656000', '142607.659000', '142607.661000', '142607.664000', '142607.667000', '142607.669000', '142607.672000', '142607.674000', '142607.684000', '142607.687000', '142607.690000', '142607.692000', '142607.695000', '142607.697000', '142607.700000', '142607.703000', '142607.705000', '142607.708000', '142607.710000', '142607.713000', '142607.716000', '142607.718000', '142607.721000', '142607.724000', '142627.606000', '142627.608000', '142627.611000', '142627.614000', '142627.616000', '142627.619000', '142627.621000', '142627.624000', '142627.627000', '142627.629000', '142627.632000', '142627.634000', '142627.637000', '142627.640000', '142627.642000', '142627.645000', '142627.648000', '142627.650000', '142627.653000', '142627.655000', '142627.658000', '142627.660000', '142627.663000', '142627.666000', '142627.668000', '142627.671000', '142627.673000', '142627.676000', '142627.679000', '142627.682000', '142627.684000', '142627.687000', '142627.689000', '142627.692000', '142627.695000', '142627.697000', '142627.700000', '142627.702000', '142627.705000', '142627.708000', '142627.710000', '142627.713000', '142627.715000', '142627.718000', '142647.606000', '142647.609000', '142647.611000', '142647.614000', '142647.617000', '142647.619000', '142647.622000', '142647.624000', '142647.627000', '142647.630000', '142647.632000', '142647.635000', '142647.637000', '142647.640000', '142647.643000', '142647.645000', '142647.648000', '142647.650000', '142647.653000', '142647.656000', '142647.658000', '142647.661000', '142647.663000', '142647.666000', '142647.669000', '142647.671000', '142647.674000', '142647.676000', '142647.679000', '142647.682000', '142647.684000', '142647.687000', '142647.689000', '142647.692000', '142647.695000', '142647.697000', '142647.700000', '142647.702000', '142647.705000', '142647.708000', '142647.711000', '142647.713000', '142647.716000', '142707.606000', '142707.608000', '142707.611000', '142707.614000', '142707.616000', '142707.619000', '142707.621000', '142707.624000', '142707.627000', '142707.629000', '142707.632000', '142707.634000', '142707.637000', '142707.640000', '142707.642000', '142707.645000', '142707.648000', '142707.651000', '142707.653000', '142707.656000', '142707.658000', '142707.661000', '142707.664000', '142707.666000', '142707.669000', '142707.672000', '142707.674000', '142707.677000', '142707.679000', '142707.682000', '142707.685000', '142707.688000', '142707.691000', '142707.694000', '142707.697000', '142707.699000', '142707.702000', '142707.704000', '142707.707000', '142707.710000', '142707.712000', '142707.715000', '142707.718000', '142727.605000', '142727.608000', '142727.611000', '142727.614000', '142727.616000', '142727.619000', '142727.621000', '142727.624000', '142727.627000', '142727.629000', '142727.632000', '142727.634000', '142727.637000', '142727.640000', '142727.642000', '142727.645000', '142727.648000', '142727.650000', '142727.653000', '142727.655000', '142727.658000', '142727.660000', '142727.663000', '142727.666000', '142727.668000', '142727.671000', '142727.674000', '142727.676000', '142727.679000', '142727.681000', '142727.684000', '142727.687000', '142727.689000', '142727.692000', '142727.694000', '142727.697000', '142727.699000', '142727.702000', '142727.705000', '142727.707000', '142727.710000', '142727.713000', '142727.715000', '142727.718000', '142747.607000', '142747.610000', '142747.612000', '142747.615000', '142747.618000', '142747.620000', '142747.623000', '142747.625000', '142747.628000', '142747.642000', '142747.645000', '142747.647000', '142747.650000', '142747.653000', '142747.655000', '142747.658000', '142747.660000', '142747.663000', '142747.666000', '142747.668000', '142747.671000', '142747.673000', '142747.676000', '142747.679000', '142747.681000', '142747.684000', '142747.687000', '142747.689000', '142747.692000', '142747.694000', '142747.697000', '142747.700000', '142747.702000', '142747.705000', '142747.707000', '142747.710000', '142747.713000', '142747.715000', '142747.718000', '142747.721000', '142747.723000', '142747.726000', '142747.728000', '142747.731000', '142807.607000', '142807.609000', '142807.612000', '142807.615000', '142807.617000', '142807.620000', '142807.623000', '142807.625000', '142807.628000', '142807.630000', '142807.633000', '142807.636000', '142807.638000', '142807.641000', '142807.643000', '142807.646000', '142807.649000', '142807.651000', '142807.654000', '142807.657000', '142807.659000', '142807.662000', '142807.664000', '142807.667000', '142807.670000', '142807.672000', '142807.675000', '142807.677000', '142807.680000', '142807.683000', '142807.685000', '142807.688000', '142807.691000', '142807.693000', '142807.696000', '142807.698000', '142807.701000', '142807.704000', '142807.706000', '142807.709000', '142807.711000', '142807.714000', '142807.717000', '142827.606000', '142827.609000', '142827.612000', '142827.614000', '142827.617000', '142827.620000', '142827.622000', '142827.625000', '142827.627000', '142827.630000', '142827.633000', '142827.638000', '142827.640000', '142827.643000', '142827.645000', '142827.648000', '142827.651000', '142827.653000', '142827.656000', '142827.658000', '142827.661000', '142827.664000', '142827.666000', '142827.669000', '142827.671000', '142827.674000', '142827.677000', '142827.679000', '142827.682000', '142827.684000', '142827.687000', '142827.690000', '142827.692000', '142827.695000', '142827.698000', '142827.700000', '142827.703000', '142827.706000', '142827.708000', '142827.711000', '142827.713000', '142827.716000', '142827.719000', '142827.721000', '142847.606000', '142847.608000', '142847.611000', '142847.614000', '142847.616000', '142847.619000', '142847.622000', '142847.624000', '142847.627000', '142847.629000', '142847.632000', '142847.635000', '142847.637000', '142847.640000', '142847.642000', '142847.645000', '142847.648000', '142847.650000', '142847.653000', '142847.655000', '142847.658000', '142847.661000', '142847.663000', '142847.666000', '142847.669000', '142847.671000', '142847.674000', '142847.676000', '142847.679000', '142847.682000', '142847.684000', '142847.687000', '142847.689000', '142847.692000', '142847.695000', '142847.697000', '142847.700000', '142847.702000', '142847.705000', '142847.708000', '142847.710000', '142847.713000', '142847.718000', '142907.606000', '142907.609000', '142907.611000', '142907.614000', '142907.616000', '142907.619000', '142907.622000', '142907.624000', '142907.627000', '142907.629000', '142907.632000', '142907.635000', '142907.637000', '142907.640000', '142907.642000', '142907.645000', '142907.648000', '142907.650000', '142907.653000', '142907.655000', '142907.658000', '142907.661000', '142907.663000', '142907.666000', '142907.669000', '142907.671000', '142907.674000', '142907.676000', '142907.679000', '142907.682000', '142907.684000', '142907.687000', '142907.690000', '142907.692000', '142907.716000', '142907.719000', '142907.721000', '142907.724000', '142907.727000', '142907.729000', '142907.732000', '142907.734000', '142907.737000', '142907.739000', '142927.606000', '142927.608000', '142927.611000', '142927.614000', '142927.617000', '142927.619000', '142927.622000', '142927.625000', '142927.627000', '142927.630000', '142927.633000', '142927.635000', '142927.638000', '142927.640000', '142927.643000', '142927.646000', '142927.648000', '142927.651000', '142927.654000', '142927.656000', '142927.659000', '142927.661000', '142927.664000', '142927.667000', '142927.669000', '142927.672000', '142927.675000', '142927.677000', '142927.680000', '142927.683000', '142927.685000', '142927.688000', '142927.690000', '142927.693000', '142927.696000', '142927.698000', '142927.701000', '142927.704000', '142927.706000', '142927.709000', '142927.712000', '142927.714000', '142927.717000', '142947.606000', '142947.609000', '142947.611000', '142947.614000', '142947.617000', '142947.619000', '142947.622000', '142947.624000', '142947.627000', '142947.630000', '142947.632000', '142947.635000', '142947.637000', '142947.640000', '142947.643000', '142947.645000', '142947.648000', '142947.650000', '142947.653000', '142947.656000', '142947.659000', '142947.662000', '142947.665000', '142947.668000', '142947.670000', '142947.674000', '142947.677000', '142947.679000', '142947.682000', '142947.684000', '142947.687000', '142947.690000', '142947.693000', '142947.695000', '142947.698000', '142947.700000', '142947.703000', '142947.706000', '142947.708000', '142947.711000', '142947.713000', '142947.716000', '142947.719000', '143007.607000', '143007.609000', '143007.612000', '143007.615000', '143007.617000', '143007.620000', '143007.623000', '143007.625000', '143007.628000', '143007.630000', '143007.633000', '143007.636000', '143007.638000', '143007.641000', '143007.643000', '143007.646000', '143007.649000', '143007.651000', '143007.654000', '143007.657000', '143007.659000', '143007.662000', '143007.664000', '143007.667000', '143007.670000', '143007.672000', '143007.675000', '143007.678000', '143007.680000', '143007.683000', '143007.686000', '143007.688000', '143007.691000', '143007.694000', '143007.696000', '143007.699000', '143007.701000', '143007.704000', '143007.707000', '143007.709000', '143007.712000', '143007.714000', '143007.717000', '143007.720000', '143027.607000', '143027.609000', '143027.612000', '143027.615000', '143027.618000', '143027.620000', '143027.623000', '143027.625000', '143027.628000', '143027.631000', '143027.633000', '143027.636000', '143027.639000', '143027.641000', '143027.644000', '143027.647000', '143027.650000', '143027.652000', '143027.655000', '143027.658000', '143027.660000', '143027.663000', '143027.665000', '143027.668000', '143027.671000', '143027.679000', '143027.682000', '143027.684000', '143027.687000', '143027.689000', '143027.692000', '143027.695000', '143027.697000', '143027.700000', '143027.702000', '143027.705000', '143027.708000', '143027.710000', '143027.713000', '143027.715000', '143027.718000', '143027.721000', '143027.723000', '143047.607000', '143047.610000', '143047.612000', '143047.615000', '143047.617000', '143047.620000', '143047.623000', '143047.625000', '143047.628000', '143047.630000', '143047.633000', '143047.636000', '143047.638000', '143047.641000', '143047.643000', '143047.646000', '143047.649000', '143047.651000', '143047.654000', '143047.656000', '143047.659000', '143047.662000', '143047.664000', '143047.667000', '143047.669000', '143047.672000', '143047.675000', '143047.677000', '143047.680000', '143047.682000', '143047.685000', '143047.688000', '143047.690000', '143047.693000', '143047.695000', '143047.698000', '143047.701000', '143047.703000', '143047.706000', '143047.708000', '143047.711000', '143047.714000', '143047.716000', '143047.719000', '143107.606000', '143107.609000', '143107.611000', '143107.614000', '143107.617000', '143107.619000', '143107.622000', '143107.624000', '143107.627000', '143107.630000', '143107.632000', '143107.635000', '143107.637000', '143107.640000', '143107.643000', '143107.645000', '143107.648000', '143107.650000', '143107.653000', '143107.656000', '143107.659000', '143107.662000', '143107.665000', '143107.667000', '143107.670000', '143107.673000', '143107.675000', '143107.678000', '143107.681000', '143107.683000', '143107.686000', '143107.689000', '143107.691000', '143107.694000', '143107.696000', '143107.699000', '143107.702000', '143107.704000', '143107.707000', '143107.709000', '143107.713000', '143107.716000', '143107.718000', '143127.606000', '143127.608000', '143127.611000', '143127.614000', '143127.616000', '143127.619000', '143127.622000', '143127.624000', '143127.627000', '143127.629000', '143127.632000', '143127.635000', '143127.637000', '143127.640000', '143127.642000', '143127.645000', '143127.648000', '143127.650000', '143127.653000', '143127.655000', '143127.658000', '143127.660000', '143127.663000', '143127.666000', '143127.668000', '143127.671000', '143127.673000', '143127.676000', '143127.679000', '143127.681000', '143127.684000', '143127.687000', '143127.689000', '143127.692000', '143127.694000', '143127.697000', '143127.700000', '143127.702000', '143127.705000', '143127.707000', '143127.710000', '143127.713000', '143127.715000', '143127.718000', '143147.606000', '143147.608000', '143147.611000', '143147.614000', '143147.616000', '143147.619000', '143147.622000', '143147.624000', '143147.627000', '143147.629000', '143147.632000', '143147.635000', '143147.637000', '143147.640000', '143147.643000', '143147.645000', '143147.648000', '143147.650000', '143147.653000', '143147.656000', '143147.658000', '143147.661000', '143147.663000', '143147.666000', '143147.669000', '143147.671000', '143147.674000', '143147.677000', '143147.680000', '143147.683000', '143147.685000', '143147.688000', '143147.691000', '143147.693000', '143147.696000', '143147.698000', '143147.701000', '143147.704000', '143147.706000', '143147.709000', '143147.711000', '143147.727000', '143147.730000', '143207.606000', '143207.608000', '143207.611000', '143207.614000', '143207.616000', '143207.619000', '143207.622000', '143207.624000', '143207.627000', '143207.629000', '143207.632000', '143207.634000', '143207.637000', '143207.640000', '143207.643000', '143207.645000', '143207.648000', '143207.650000', '143207.653000', '143207.656000', '143207.658000', '143207.661000', '143207.663000', '143207.666000', '143207.669000', '143207.671000', '143207.674000', '143207.676000', '143207.679000', '143207.682000', '143207.684000', '143207.687000', '143207.689000', '143207.692000', '143207.695000', '143207.697000', '143207.700000', '143207.703000', '143207.705000', '143207.708000', '143207.710000', '143207.713000', '143207.716000', '143207.718000', '143227.607000', '143227.610000', '143227.612000', '143227.615000', '143227.617000', '143227.620000', '143227.623000', '143227.625000', '143227.628000', '143227.631000', '143227.633000', '143227.636000', '143227.638000', '143227.641000', '143227.644000', '143227.646000', '143227.649000', '143227.651000', '143227.654000', '143227.657000', '143227.659000', '143227.662000', '143227.665000', '143227.667000', '143227.670000', '143227.672000', '143227.675000', '143227.678000', '143227.680000', '143227.683000', '143227.686000', '143227.688000', '143227.691000', '143227.694000', '143227.696000', '143227.699000', '143227.701000', '143227.704000', '143227.707000', '143227.709000', '143227.712000', '143227.715000', '143227.718000', '143246.566000', '143246.569000', '143246.571000', '143246.574000', '143246.577000', '143246.579000', '143246.582000', '143246.584000', '143246.587000', '143246.590000', '143246.592000', '143246.595000', '143246.597000', '143246.600000', '143246.603000', '143246.605000', '143246.608000', '143246.611000', '143246.613000', '143246.616000', '143246.619000', '143246.621000', '143246.624000', '143246.626000', '143246.629000', '143246.632000', '143246.634000', '143246.637000', '143246.639000', '143246.642000', '143246.645000', '143246.647000', '143246.650000', '143246.653000', '143246.655000', '143246.658000', '143246.660000', '143246.668000', '143246.671000', '143246.673000', '143246.676000', '143246.679000'], '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': [10142, 7749, 7182, 10892, 7177, 11197, 7029, 11301, 9651, 12164, 7967, 11829, 7282, 10907, 7381, 10206, 7728, 9319, 7521, 8976, 7140, 8830, 8115, 7605, 10158, 6896, 10787, 7148, 11070, 7322, 11232, 7523, 11195, 7264, 10998, 7530, 10788, 7643, 10021, 7643, 9569, 7573, 9483, 7702, 8641, 7399, 8490, 7212, 8364, 7101, 7652, 7356, 7227, 7358, 7563, 8120, 7707, 9549, 7348, 10362, 7513, 10771, 7568, 10998, 9713, 10057, 9797, 8033, 7508, 6860, 7785, 8928, 7742, 9764, 8844, 10216, 8928, 9368, 7687, 10441, 7899, 10661, 7961, 10431, 7540, 10798, 7814, 10057, 7733, 10690, 7855, 10937, 8037, 10866, 7804, 11296, 7953, 10023, 8073, 9328, 8115, 9520, 7865, 9752, 7635, 10373, 7537, 10687, 7875, 8135, 8023, 8579, 8214, 9138, 7921, 10477, 7850, 11779, 7874, 10998, 7890, 10410, 8114, 10718, 7833, 10908, 7701, 11877, 7744, 11048, 7785, 10529, 8176, 10686, 7959, 11368, 7918, 11020, 8024, 9880, 7963, 10017, 7722, 11275, 8354, 11303, 7764, 9015, 7507, 10019, 8254, 10923, 8175, 10720, 7925, 8160, 7513, 9313, 7653, 10165, 8016, 11130, 7538, 9924, 7557, 9802, 8105, 9363, 7584, 10430, 7877, 11523, 8106, 8156, 7763, 7802, 7329, 8247, 7270, 8377, 7301, 9403, 7147, 10422, 7637, 8756, 7726, 9411, 7829, 9535, 7742, 10615, 7617, 11079, 7587, 10372, 7700, 8734, 7864, 7336, 9722, 8112, 10306, 7742, 10211, 7627, 10616, 7801, 13246, 9206, 12655, 7878, 10085, 8124, 10208, 8052, 10368, 7729, 10648, 7698, 10059, 7793, 10370, 8010, 10142, 7894, 10595, 7858, 10253, 7731, 9554, 8022, 9743, 7365, 10412, 7371, 9239, 7378, 8605, 7386, 8645, 8268, 8374, 9138, 9879, 8988, 9763, 7123, 7588, 7135, 7972, 8425, 8252, 8976, 9460, 8713, 10020, 7943, 7568, 7405, 7909, 7179, 8956, 7819, 9032, 8077, 9233, 7292, 8205, 7448, 8255, 7439, 9066, 7114, 10112, 7660, 10869, 7884, 9602, 8204, 7499, 7956, 8353, 9763, 8357, 10894, 8195, 9883, 7241, 8811, 8858, 8032, 10830, 7926, 10799, 9160, 11270, 7524, 10952, 7489, 10982, 7923, 10789, 7943, 11602, 7973, 10090, 7712, 8959, 7497, 8436, 9021, 7561, 10365, 7237, 11362, 7500, 11454, 7646, 10718, 7836, 10295, 7886, 9203, 7816, 10104, 7924, 9397, 8077, 7740, 8076, 7442, 7487, 9460, 7996, 9495, 7624, 10800, 7453, 10041, 7658, 7091, 9063, 7721, 10668, 8058, 11180, 7950, 10124, 7871, 8639, 7336, 9011, 7587, 10222, 8242, 11807, 8517, 9987, 7679, 8674, 8038, 8694, 7232, 9783, 7419, 11079, 7928, 10429, 7658, 9111, 7939, 9203, 7352, 10440, 7788, 10703, 7981, 8269, 7467, 8460, 7279, 8634, 8717, 10301, 9230, 10172, 8456, 7565, 7289, 7405, 7065, 8405, 7405, 11083, 7959, 10888, 7432, 8589, 7571, 7829, 7861, 9351, 7614, 10219, 7636, 10939, 7539, 10935, 7684, 10532, 7761, 10753, 7489, 10485, 7682, 10651, 7709, 10234, 7705, 10964, 7551, 11292, 7760, 9472, 8154, 9584, 7940, 10355, 9011, 10604, 7794, 9563, 7731, 10218, 7667, 10822, 7704, 10886, 9903, 10367, 7621, 8603, 7923, 8342, 7762, 8731, 9604, 8627, 9797, 7912, 8182, 7002, 7892, 7393, 9097, 8431, 10376, 7912, 9894, 7242, 7870, 7337, 8447, 7744, 10339, 7582, 10909, 7460, 11070, 7691, 9088, 8032, 7794, 9248, 6971, 10813, 7908, 10973, 7585, 11050, 7820, 11020, 7754, 10867, 8906, 8900, 9653, 7223, 9011, 7592, 10651, 7562, 11855, 8073, 9774, 7900, 7647, 8795, 7150, 11291, 8015, 12199, 7877, 11692, 7531, 10847, 7587, 11011, 7414, 10605, 10203, 8723, 7670, 6978, 7578, 6789, 9902, 7479, 9375, 7113, 9770, 7204, 7112, 7643, 7113, 10212, 9523, 9345, 12115, 8012, 9194, 7118, 8772, 7089, 9861, 7021, 10034, 7175, 10672, 8374, 8488, 7133, 6615, 8188, 7251, 8905, 6923, 10133, 7150, 10902, 7012, 9902, 7301, 8154, 7805, 7413, 8217, 6882, 9567, 7801, 10263, 7245, 9156, 6965, 9529, 6948, 9586, 6970, 9186, 7257, 10312, 7439, 10430, 7209, 8721, 7232, 9046, 7376, 9970, 7495, 10448, 7189, 10068, 7092, 9423, 6953, 9438, 7749, 9484, 9576, 8887, 7913, 6783, 7304, 6710, 7687, 7286, 8436, 7334, 9389, 7668, 10023, 6834, 8765, 6791, 9099, 6690, 9531, 6699, 9753, 6900, 10784, 7474, 9584, 6781, 7651, 7328, 7430, 9216, 7205, 9270, 6616, 8605, 6923, 9205, 6533, 9904, 8186, 10138, 7761, 6722, 7367, 6471, 6851, 6467, 10391, 9135, 7507, 7615, 6374, 8003, 6639, 9335, 7577, 8735, 8434, 7903, 10236, 7140, 8977, 6444, 7977, 6602, 7750, 6598, 8416, 6498, 10941, 7081, 11049, 6635, 9766, 6465, 8758, 6952, 8069, 8205, 8114, 9932, 6892, 9237, 6452, 7950, 6525, 9122, 6459, 10267, 8471, 12023, 7638, 10712, 6840, 9489, 6910, 9825, 7262, 9654, 8578, 8481, 8771, 6474, 6947, 6588, 8543, 6367, 9857, 8336, 9233, 10843, 7163, 8423, 6611, 8121, 6469, 10077, 8885, 9680, 10874, 7707, 8382, 6545, 6817, 6520, 7723, 6414, 9547, 7919, 8780, 8530, 6416, 6539, 6638, 8260, 6449, 8851, 7900, 6767, 10272, 6475, 10185, 7129, 6366, 7916, 6595, 10717, 7278, 8861, 8976, 6592, 9903, 6499, 9298, 7335, 6867, 9587, 7484, 13050, 7549, 8848, 7275, 6545, 7607, 6446, 10617, 8142, 13517, 8596, 6662, 6689, 6499, 7686, 6260, 9779, 8714, 7992, 11164, 6417, 9799, 9812, 7047, 9249, 6848, 6259, 8364, 6906, 11610, 10002, 6862, 8016, 6559, 11745, 8172, 6952, 10317, 6593, 7064, 10892, 10025, 13217, 10743, 8344, 10951, 6422, 10884, 6934, 6440, 9316, 6428, 13118, 9656, 6568, 8937, 6388, 9694, 6885, 6415, 9589, 6649, 10148, 9508, 7363, 12982, 6897, 6359, 9536, 6349, 8687, 7365, 6357, 12868, 9727, 9396, 11396, 6657, 8294, 6632, 6516, 11835, 9681, 12444, 9983, 8257, 12244, 6825, 10508, 7644, 6572, 7587, 6570, 11525, 8100, 9892, 9956, 7481, 12915, 6569, 10822, 7656, 6652, 7747, 6317, 10985, 6779, 13250, 9576, 8144, 8556, 6541, 9709, 6457, 12122, 7667, 10131, 7641, 6409, 8072, 6503, 9736, 6928, 6343, 7319, 6377, 12299, 8516, 9364, 7293, 6413, 7453, 6604, 12020, 6866, 7946, 7656, 6451, 10564, 7137, 10057, 7413, 6333, 6898, 6432, 10751, 8544, 13049, 8416, 6561, 7691, 6512, 9220, 6389, 10038, 7518, 13988, 9606, 13516, 10896, 8234, 10074, 6799, 9910, 6406, 7322, 7716, 6617, 7777, 6614, 10505, 8382, 12742, 11752, 14185, 11269, 10914, 7407, 7886, 7205, 6201, 7602, 6222, 7641, 6517, 9925, 6621, 7193, 6737, 6771, 6432, 8814, 7416, 8249, 9935, 6866, 8506, 6558, 8108, 6497, 8802, 6657, 9639, 6950, 11443, 7288, 11731, 6849, 10041, 7008, 6584, 7791, 6355, 7436, 6714, 9004, 8987, 8193, 11242, 7756, 12098, 6567, 9841, 6914, 6451, 8614, 6825, 9120, 10886, 9273, 8006, 6463, 7349, 6839, 9390, 6674, 9679, 6529, 10963, 10409, 9875, 7170, 6872, 6867, 6691, 7544, 6342, 10492, 6868, 10732, 6975, 10123, 6945, 10083, 10272, 13810, 11394, 13280, 7181, 7644, 6360, 7904, 6692, 8543, 9674, 9708, 10876, 11122, 8032, 6381, 6516, 6487, 6804, 6568, 7987, 6894, 8612, 6843, 8997, 7441, 8779, 6609, 10101, 6738, 9289, 6653, 7306, 6749, 7505, 6949, 8824, 6767, 9489, 6828, 9689, 10641, 8706, 8525, 6558, 6804, 7065, 7986, 6903, 7005, 7427, 6641, 8615, 6806, 9252, 6959, 10968, 6899, 11759, 7112, 11492, 8706, 9997, 8784, 8679, 8358, 7050, 8199, 6978, 7921, 6671, 10965, 7719, 13457, 6848, 7157, 6663, 6523, 7471, 6428, 10239, 7132, 10901, 6811, 9204, 7015, 7720, 6997, 8677, 6821, 8826, 7801, 10406, 9343, 10007, 6874, 6645, 6869, 6673, 7653, 6601, 7765, 7270, 7676, 6759, 10401, 7146, 8827, 6770, 7510, 10989, 7199, 7799, 7056, 8051, 6749, 8266, 6769, 9711, 6741, 11145, 6955, 6870, 7070, 6895, 6960, 6738, 10399, 10752, 10902, 11687, 8082, 8546, 7888, 9186, 7710, 11037, 8889, 12738, 10287, 10897, 7887, 7108, 7843, 6605, 9347, 6773, 7255, 10803, 7391, 12467, 8695, 12790, 8041, 12351, 7321, 11792, 6858, 10560, 6564, 9964, 7045, 10534, 7297, 10828, 7298, 11127, 10907, 11024, 11424, 9312, 8293, 7523, 7492, 7451, 7219, 7425, 9743, 7317, 11147, 8490, 12437, 8242, 10773, 6976, 9617, 7011, 9898, 7183, 9812, 10590, 9497, 12377, 9304, 10103, 8117, 7761, 7772, 7528, 7638, 8696, 7523, 10929, 7434, 11739, 7845, 11651, 7099], 'WindowCenter': [4098.0, 4052.0, 4040.0, 4077.0, 4026.0, 4065.0, 4024.0, 4074.0, 4066.0, 4075.0, 4045.0, 4075.0, 4034.0, 4074.0, 4034.0, 4064.0, 4033.0, 4055.0, 4035.0, 4056.0, 4025.0, 4057.0, 4045.0, 4036.0, 4065.0, 4024.0, 4064.0, 4024.0, 4063.0, 4024.0, 4064.0, 4034.0, 4075.0, 4035.0, 4064.0, 4034.0, 4075.0, 4034.0, 4064.0, 4035.0, 4066.0, 4034.0, 4066.0, 4036.0, 4057.0, 4036.0, 4057.0, 4036.0, 4047.0, 4036.0, 4047.0, 4036.0, 4048.0, 4048.0, 4049.0, 4059.0, 4050.0, 4080.0, 4050.0, 4079.0, 4050.0, 4079.0, 4050.0, 4079.0, 4081.0, 4080.0, 4082.0, 4061.0, 4052.0, 4040.0, 4061.0, 4070.0, 4050.0, 4081.0, 4083.0, 4093.0, 4084.0, 4084.0, 4064.0, 4093.0, 4062.0, 4091.0, 4061.0, 4090.0, 4063.0, 4092.0, 4063.0, 4083.0, 4062.0, 4091.0, 4060.0, 4079.0, 4060.0, 4091.0, 4051.0, 4092.0, 4061.0, 4081.0, 4060.0, 4070.0, 4060.0, 4070.0, 4050.0, 4070.0, 4050.0, 4081.0, 4050.0, 4091.0, 4062.0, 4061.0, 4060.0, 4059.0, 4060.0, 4071.0, 4061.0, 4093.0, 4063.0, 4104.0, 4063.0, 4094.0, 4063.0, 4091.0, 4061.0, 4081.0, 4051.0, 4092.0, 4063.0, 4104.0, 4064.0, 4104.0, 4062.0, 4081.0, 4060.0, 4080.0, 4061.0, 4092.0, 4061.0, 4093.0, 4062.0, 4081.0, 4059.0, 4068.0, 4048.0, 4090.0, 4059.0, 4091.0, 4050.0, 4069.0, 4038.0, 4068.0, 4047.0, 4079.0, 4048.0, 4079.0, 4048.0, 4058.0, 4037.0, 4068.0, 4047.0, 4078.0, 4048.0, 4090.0, 4049.0, 4080.0, 4049.0, 4068.0, 4048.0, 4067.0, 4037.0, 4079.0, 4048.0, 4091.0, 4049.0, 4060.0, 4047.0, 4048.0, 4036.0, 4058.0, 4037.0, 4059.0, 4038.0, 4070.0, 4039.0, 4091.0, 4061.0, 4071.0, 4050.0, 4069.0, 4049.0, 4069.0, 4049.0, 4080.0, 4050.0, 4091.0, 4062.0, 4081.0, 4060.0, 4071.0, 4061.0, 4051.0, 4083.0, 4061.0, 4093.0, 4062.0, 4093.0, 4062.0, 4092.0, 4062.0, 4102.0, 4073.0, 4103.0, 4061.0, 4080.0, 4049.0, 4079.0, 4060.0, 4080.0, 4062.0, 4092.0, 4063.0, 4081.0, 4061.0, 4079.0, 4048.0, 4079.0, 4059.0, 4091.0, 4061.0, 4092.0, 4061.0, 4080.0, 4048.0, 4069.0, 4037.0, 4079.0, 4038.0, 4069.0, 4038.0, 4059.0, 4037.0, 4058.0, 4047.0, 4047.0, 4057.0, 4069.0, 4058.0, 4080.0, 4038.0, 4048.0, 4037.0, 4047.0, 4047.0, 4058.0, 4057.0, 4069.0, 4058.0, 4081.0, 4060.0, 4050.0, 4048.0, 4059.0, 4036.0, 4069.0, 4048.0, 4069.0, 4059.0, 4081.0, 4050.0, 4071.0, 4050.0, 4059.0, 4049.0, 4070.0, 4038.0, 4091.0, 4062.0, 4104.0, 4073.0, 4095.0, 4087.0, 4065.0, 4076.0, 4075.0, 4108.0, 4088.0, 4121.0, 4089.0, 4111.0, 4079.0, 4098.0, 4085.0, 4074.0, 4093.0, 4073.0, 4094.0, 4085.0, 4105.0, 4064.0, 4104.0, 4051.0, 4090.0, 4048.0, 4078.0, 4049.0, 4090.0, 4047.0, 4079.0, 4047.0, 4057.0, 4035.0, 4045.0, 4044.0, 4035.0, 4063.0, 4034.0, 4075.0, 4034.0, 4075.0, 4035.0, 4065.0, 4034.0, 4065.0, 4045.0, 4056.0, 4059.0, 4119.0, 4075.0, 4080.0, 4073.0, 4074.0, 4060.0, 4050.0, 4051.0, 4083.0, 4073.0, 4094.0, 4074.0, 4106.0, 4067.0, 4095.0, 4075.0, 4053.0, 4082.0, 4062.0, 4094.0, 4063.0, 4105.0, 4076.0, 4095.0, 4072.0, 4073.0, 4050.0, 4071.0, 4049.0, 4081.0, 4061.0, 4104.0, 4071.0, 4082.0, 4060.0, 4069.0, 4059.0, 4058.0, 4036.0, 4068.0, 4038.0, 4091.0, 4060.0, 4091.0, 4050.0, 4069.0, 4047.0, 4056.0, 4035.0, 4078.0, 4047.0, 4080.0, 4059.0, 4058.0, 4038.0, 4057.0, 4035.0, 4057.0, 4056.0, 4078.0, 4067.0, 4079.0, 4047.0, 4047.0, 4036.0, 4036.0, 4024.0, 4045.0, 4035.0, 4088.0, 4047.0, 4079.0, 4048.0, 4057.0, 4047.0, 4034.0, 4046.0, 4056.0, 4036.0, 4066.0, 4048.0, 4078.0, 4048.0, 4078.0, 4047.0, 4075.0, 4035.0, 4076.0, 4036.0, 4077.0, 4047.0, 4077.0, 4047.0, 4078.0, 4047.0, 4077.0, 4048.0, 4089.0, 4049.0, 4068.0, 4048.0, 4068.0, 4060.0, 4080.0, 4072.0, 4092.0, 4063.0, 4083.0, 4062.0, 4081.0, 4050.0, 4079.0, 4049.0, 4090.0, 4082.0, 4081.0, 4063.0, 4072.0, 4062.0, 4059.0, 4050.0, 4059.0, 4082.0, 4070.0, 4083.0, 4062.0, 4073.0, 4052.0, 4060.0, 4048.0, 4070.0, 4060.0, 4082.0, 4061.0, 4083.0, 4052.0, 4062.0, 4051.0, 4060.0, 4049.0, 4081.0, 4062.0, 4092.0, 4053.0, 4105.0, 4076.0, 4085.0, 4075.0, 4063.0, 4084.0, 4054.0, 4106.0, 4076.0, 4107.0, 4077.0, 4106.0, 4075.0, 4094.0, 4063.0, 4092.0, 4073.0, 4073.0, 4084.0, 4053.0, 4073.0, 4062.0, 4093.0, 4063.0, 4103.0, 4064.0, 4083.0, 4060.0, 4051.0, 4061.0, 4040.0, 4092.0, 4062.0, 4104.0, 4063.0, 4104.0, 4062.0, 4091.0, 4048.0, 4078.0, 4039.0, 4079.0, 4081.0, 4071.0, 4051.0, 4039.0, 4061.0, 4040.0, 4080.0, 4039.0, 4069.0, 4041.0, 4082.0, 4051.0, 4050.0, 4050.0, 4051.0, 4080.0, 4083.0, 4083.0, 4105.0, 4063.0, 4083.0, 4052.0, 4071.0, 4040.0, 4069.0, 4039.0, 4068.0, 4040.0, 4080.0, 4061.0, 4071.0, 4050.0, 4039.0, 4059.0, 4038.0, 4069.0, 4051.0, 4092.0, 4053.0, 4105.0, 4055.0, 4094.0, 4064.0, 4061.0, 4051.0, 4050.0, 4061.0, 4040.0, 4083.0, 4062.0, 4094.0, 4063.0, 4083.0, 4051.0, 4070.0, 4039.0, 4069.0, 4038.0, 4069.0, 4039.0, 4093.0, 4052.0, 4092.0, 4053.0, 4071.0, 4039.0, 4058.0, 4039.0, 4080.0, 4051.0, 4081.0, 4053.0, 4093.0, 4052.0, 4071.0, 4040.0, 4068.0, 4050.0, 4070.0, 4082.0, 4072.0, 4062.0, 4041.0, 4052.0, 4039.0, 4050.0, 4038.0, 4059.0, 4038.0, 4070.0, 4050.0, 4082.0, 4041.0, 4059.0, 4029.0, 4059.0, 4027.0, 4066.0, 4027.0, 4068.0, 4039.0, 4080.0, 4050.0, 4070.0, 4028.0, 4047.0, 4037.0, 4036.0, 4070.0, 4038.0, 4070.0, 4040.0, 4070.0, 4040.0, 4068.0, 4029.0, 4069.0, 4076.0, 4082.0, 4051.0, 4030.0, 4040.0, 4029.0, 4028.0, 4031.0, 4082.0, 4084.0, 4052.0, 4063.0, 4046.0, 4073.0, 4043.0, 4071.0, 4063.0, 4060.0, 4062.0, 4063.0, 4094.0, 4053.0, 4073.0, 4043.0, 4060.0, 4029.0, 4049.0, 4028.0, 4059.0, 4029.0, 4091.0, 4041.0, 4105.0, 4043.0, 4092.0, 4032.0, 4060.0, 4041.0, 4060.0, 4073.0, 4061.0, 4094.0, 4054.0, 4097.0, 4043.0, 4073.0, 4042.0, 4070.0, 4031.0, 4083.0, 4073.0, 4104.0, 4064.0, 4094.0, 4042.0, 4080.0, 4039.0, 4070.0, 4038.0, 4069.0, 4071.0, 4070.0, 4072.0, 4044.0, 4054.0, 4041.0, 4071.0, 4031.0, 4081.0, 4062.0, 4083.0, 4093.0, 4053.0, 4073.0, 4040.0, 4062.0, 4030.0, 4070.0, 4072.0, 4081.0, 4094.0, 4063.0, 4070.0, 4042.0, 4041.0, 4030.0, 4049.0, 4027.0, 4069.0, 4061.0, 4058.0, 4071.0, 4042.0, 4030.0, 4041.0, 4060.0, 4028.0, 4070.0, 4061.0, 4040.0, 4092.0, 4043.0, 4095.0, 4055.0, 4042.0, 4073.0, 4041.0, 4092.0, 4051.0, 4072.0, 4084.0, 4053.0, 4094.0, 4044.0, 4083.0, 4052.0, 4041.0, 4083.0, 4053.0, 4113.0, 4065.0, 4084.0, 4063.0, 4041.0, 4050.0, 4030.0, 4083.0, 4062.0, 4114.0, 4074.0, 4054.0, 4041.0, 4041.0, 4061.0, 4042.0, 4093.0, 4074.0, 4063.0, 4115.0, 4055.0, 4095.0, 4097.0, 4053.0, 4083.0, 4041.0, 4032.0, 4063.0, 4054.0, 4104.0, 4094.0, 4044.0, 4063.0, 4031.0, 4103.0, 4062.0, 4053.0, 4082.0, 4040.0, 4041.0, 4092.0, 4083.0, 4114.0, 4095.0, 4063.0, 4092.0, 4030.0, 4079.0, 4039.0, 4029.0, 4070.0, 4031.0, 4112.0, 4082.0, 4041.0, 4071.0, 4031.0, 4080.0, 4040.0, 4030.0, 4071.0, 4041.0, 4093.0, 4084.0, 4063.0, 4115.0, 4054.0, 4042.0, 4082.0, 4029.0, 4060.0, 4051.0, 4032.0, 4114.0, 4084.0, 4084.0, 4105.0, 4044.0, 4073.0, 4041.0, 4030.0, 4092.0, 4083.0, 4103.0, 4083.0, 4073.0, 4102.0, 4042.0, 4090.0, 4049.0, 4029.0, 4048.0, 4028.0, 4090.0, 4061.0, 4081.0, 4083.0, 4052.0, 4102.0, 4040.0, 4080.0, 4049.0, 4026.0, 4037.0, 4017.0, 4077.0, 4029.0, 4099.0, 4070.0, 4059.0, 4061.0, 4017.0, 4056.0, 4014.0, 4075.0, 4047.0, 4092.0, 4062.0, 4031.0, 4050.0, 4030.0, 4069.0, 4040.0, 4030.0, 4039.0, 4041.0, 4103.0, 4073.0, 4071.0, 4041.0, 4029.0, 4038.0, 4028.0, 4116.0, 4055.0, 4062.0, 4062.0, 4031.0, 4082.0, 4053.0, 4083.0, 4051.0, 4030.0, 4039.0, 4029.0, 4091.0, 4074.0, 4113.0, 4074.0, 4041.0, 4049.0, 4030.0, 4071.0, 4028.0, 4080.0, 4051.0, 4123.0, 4094.0, 4125.0, 4114.0, 4069.0, 4089.0, 4039.0, 4079.0, 4029.0, 4049.0, 4048.0, 4027.0, 4061.0, 4040.0, 4090.0, 4060.0, 4087.0, 4077.0, 4083.0, 4064.0, 4050.0, 4010.0, 4018.0, 4008.0, 3987.0, 4019.0, 3989.0, 4020.0, 3997.0, 4039.0, 4011.0, 4009.0, 4008.0, 3998.0, 3999.0, 4040.0, 4022.0, 4042.0, 4065.0, 4024.0, 4055.0, 4014.0, 4045.0, 4014.0, 4042.0, 4024.0, 4053.0, 4024.0, 4076.0, 4036.0, 4086.0, 4024.0, 4052.0, 4022.0, 4011.0, 4034.0, 4013.0, 4050.0, 4040.0, 4070.0, 4070.0, 4057.0, 4088.0, 4048.0, 4101.0, 4040.0, 4078.0, 4037.0, 4015.0, 4056.0, 4026.0, 4067.0, 4080.0, 4070.0, 4048.0, 4026.0, 4036.0, 4026.0, 4069.0, 4027.0, 4055.0, 4015.0, 4076.0, 4066.0, 4066.0, 4036.0, 4025.0, 4023.0, 4023.0, 4033.0, 4014.0, 4077.0, 4027.0, 4077.0, 4037.0, 4066.0, 4025.0, 4064.0, 4066.0, 4085.0, 4076.0, 4084.0, 4024.0, 4032.0, 4001.0, 4030.0, 4012.0, 4030.0, 4053.0, 4052.0, 4065.0, 4063.0, 4033.0, 4011.0, 4011.0, 3999.0, 4010.0, 4009.0, 4031.0, 4021.0, 4042.0, 4011.0, 4042.0, 4021.0, 4041.0, 4010.0, 4050.0, 3998.0, 4040.0, 3998.0, 4009.0, 4009.0, 4019.0, 4010.0, 4041.0, 4011.0, 4051.0, 4012.0, 4053.0, 4065.0, 4044.0, 4056.0, 4027.0, 4027.0, 4037.0, 4058.0, 4038.0, 4037.0, 4049.0, 4039.0, 4070.0, 4040.0, 4070.0, 4039.0, 4080.0, 4037.0, 4087.0, 4026.0, 4075.0, 4045.0, 4054.0, 4045.0, 4043.0, 4044.0, 4023.0, 4043.0, 4022.0, 4032.0, 4013.0, 4064.0, 4035.0, 4096.0, 4025.0, 4024.0, 4024.0, 4013.0, 4035.0, 4014.0, 4077.0, 4036.0, 4078.0, 4037.0, 4067.0, 4036.0, 4035.0, 4024.0, 4044.0, 4025.0, 4055.0, 4047.0, 4077.0, 4070.0, 4079.0, 4027.0, 4025.0, 4024.0, 4023.0, 4046.0, 4038.0, 4049.0, 4048.0, 4048.0, 4038.0, 4091.0, 4040.0, 4067.0, 4026.0, 4035.0, 4079.0, 4037.0, 4048.0, 4037.0, 4059.0, 4037.0, 4057.0, 4026.0, 4067.0, 4037.0, 4088.0, 4038.0, 4037.0, 4037.0, 4038.0, 4038.0, 4039.0, 4091.0, 4103.0, 4092.0, 4103.0, 4071.0, 4069.0, 4058.0, 4089.0, 4069.0, 4101.0, 4081.0, 4110.0, 4093.0, 4090.0, 4059.0, 4038.0, 4046.0, 4025.0, 4066.0, 4026.0, 4036.0, 4077.0, 4037.0, 4088.0, 4057.0, 4086.0, 4033.0, 4072.0, 4021.0, 4060.0, 4010.0, 4049.0, 4011.0, 4050.0, 4010.0, 4050.0, 4020.0, 4049.0, 4019.0, 4048.0, 4050.0, 4049.0, 4061.0, 4039.0, 4030.0, 4020.0, 4020.0, 4019.0, 4019.0, 4021.0, 4052.0, 4022.0, 4073.0, 4055.0, 4085.0, 4046.0, 4074.0, 4023.0, 4051.0, 4021.0, 4051.0, 4022.0, 4052.0, 4065.0, 4054.0, 4086.0, 4055.0, 4065.0, 4044.0, 4032.0, 4031.0, 4021.0, 4032.0, 4042.0, 4033.0, 4075.0, 4035.0, 4086.0, 4045.0, 4075.0, 4023.0], 'WindowWidth': [9112.0, 9038.0, 9015.0, 9059.0, 8989.0, 9036.0, 8982.0, 9047.0, 9040.0, 9052.0, 9012.0, 9052.0, 8997.0, 9048.0, 8995.0, 9034.0, 8994.0, 9025.0, 8998.0, 9027.0, 8985.0, 9029.0, 9011.0, 9000.0, 9038.0, 8983.0, 9034.0, 8982.0, 9031.0, 8981.0, 9033.0, 8995.0, 9049.0, 8996.0, 9035.0, 8996.0, 9048.0, 8995.0, 9033.0, 8997.0, 9039.0, 8997.0, 9041.0, 9000.0, 9030.0, 9001.0, 9030.0, 9001.0, 9017.0, 9002.0, 9018.0, 9003.0, 9021.0, 9021.0, 9025.0, 9037.0, 9027.0, 9066.0, 9027.0, 9064.0, 9026.0, 9063.0, 9027.0, 9063.0, 9070.0, 9066.0, 9072.0, 9046.0, 9034.0, 9016.0, 9044.0, 9053.0, 9029.0, 9068.0, 9076.0, 9088.0, 9081.0, 9080.0, 9054.0, 9089.0, 9045.0, 9081.0, 9044.0, 9080.0, 9049.0, 9087.0, 9050.0, 9075.0, 9047.0, 9082.0, 9041.0, 9062.0, 9040.0, 9082.0, 9030.0, 9086.0, 9043.0, 9068.0, 9040.0, 9052.0, 9039.0, 9052.0, 9025.0, 9053.0, 9026.0, 9069.0, 9028.0, 9084.0, 9047.0, 9042.0, 9041.0, 9038.0, 9041.0, 9056.0, 9045.0, 9088.0, 9049.0, 9106.0, 9052.0, 9092.0, 9049.0, 9083.0, 9042.0, 9068.0, 9030.0, 9087.0, 9051.0, 9107.0, 9055.0, 9106.0, 9048.0, 9069.0, 9038.0, 9065.0, 9042.0, 9085.0, 9044.0, 9088.0, 9046.0, 9069.0, 9038.0, 9048.0, 9020.0, 9078.0, 9037.0, 9083.0, 9027.0, 9051.0, 9008.0, 9048.0, 9017.0, 9061.0, 9019.0, 9065.0, 9021.0, 9034.0, 9006.0, 9046.0, 9019.0, 9061.0, 9020.0, 9080.0, 9024.0, 9068.0, 9025.0, 9048.0, 9019.0, 9044.0, 9003.0, 9064.0, 9020.0, 9082.0, 9025.0, 9041.0, 9021.0, 9021.0, 9003.0, 9033.0, 9005.0, 9036.0, 9009.0, 9053.0, 9013.0, 9085.0, 9045.0, 9058.0, 9028.0, 9051.0, 9022.0, 9049.0, 9024.0, 9067.0, 9028.0, 9085.0, 9045.0, 9071.0, 9043.0, 9055.0, 9044.0, 9030.0, 9074.0, 9044.0, 9089.0, 9047.0, 9087.0, 9045.0, 9085.0, 9046.0, 9100.0, 9062.0, 9103.0, 9045.0, 9068.0, 9023.0, 9061.0, 9038.0, 9064.0, 9045.0, 9086.0, 9049.0, 9072.0, 9043.0, 9063.0, 9020.0, 9062.0, 9038.0, 9083.0, 9043.0, 9085.0, 9043.0, 9067.0, 9022.0, 9049.0, 9004.0, 9065.0, 9007.0, 9051.0, 9008.0, 9036.0, 9004.0, 9033.0, 9016.0, 9018.0, 9029.0, 9048.0, 9033.0, 9066.0, 9009.0, 9022.0, 9005.0, 9019.0, 9016.0, 9034.0, 9031.0, 9051.0, 9034.0, 9069.0, 9042.0, 9027.0, 9023.0, 9036.0, 9002.0, 9050.0, 9020.0, 9052.0, 9038.0, 9071.0, 9028.0, 9057.0, 9027.0, 9039.0, 9024.0, 9052.0, 9010.0, 9083.0, 9048.0, 9105.0, 9066.0, 9099.0, 9090.0, 9060.0, 9074.0, 9071.0, 9120.0, 9095.0, 9143.0, 9098.0, 9130.0, 9084.0, 9107.0, 9084.0, 9066.0, 9088.0, 9064.0, 9090.0, 9082.0, 9110.0, 9055.0, 9105.0, 9030.0, 9078.0, 9019.0, 9060.0, 9022.0, 9079.0, 9020.0, 9065.0, 9018.0, 9030.0, 8997.0, 9010.0, 9007.0, 8995.0, 9032.0, 8996.0, 9049.0, 8995.0, 9050.0, 8998.0, 9037.0, 8996.0, 9037.0, 9012.0, 9027.0, 9041.0, 9139.0, 9073.0, 9071.0, 9065.0, 9068.0, 9044.0, 9029.0, 9032.0, 9078.0, 9064.0, 9093.0, 9068.0, 9115.0, 9063.0, 9097.0, 9070.0, 9039.0, 9076.0, 9047.0, 9092.0, 9051.0, 9112.0, 9076.0, 9097.0, 9063.0, 9063.0, 9028.0, 9058.0, 9026.0, 9069.0, 9043.0, 9107.0, 9056.0, 9073.0, 9041.0, 9053.0, 9037.0, 9033.0, 8999.0, 9046.0, 9005.0, 9082.0, 9038.0, 9084.0, 9027.0, 9050.0, 9018.0, 9027.0, 8998.0, 9059.0, 9018.0, 9065.0, 9037.0, 9036.0, 9008.0, 9032.0, 8998.0, 9030.0, 9026.0, 9060.0, 9044.0, 9061.0, 9017.0, 9018.0, 9000.0, 8999.0, 8982.0, 9011.0, 8998.0, 9073.0, 9016.0, 9064.0, 9021.0, 9032.0, 9017.0, 8996.0, 9013.0, 9026.0, 9001.0, 9040.0, 9019.0, 9061.0, 9021.0, 9060.0, 9018.0, 9051.0, 8998.0, 9053.0, 9002.0, 9055.0, 9017.0, 9057.0, 9019.0, 9059.0, 9018.0, 9058.0, 9020.0, 9076.0, 9024.0, 9048.0, 9022.0, 9047.0, 9039.0, 9065.0, 9061.0, 9087.0, 9051.0, 9076.0, 9048.0, 9069.0, 9027.0, 9062.0, 9025.0, 9080.0, 9073.0, 9071.0, 9049.0, 9060.0, 9046.0, 9038.0, 9027.0, 9037.0, 9070.0, 9054.0, 9076.0, 9048.0, 9064.0, 9033.0, 9042.0, 9023.0, 9053.0, 9039.0, 9073.0, 9044.0, 9076.0, 9035.0, 9047.0, 9030.0, 9041.0, 9024.0, 9071.0, 9047.0, 9087.0, 9038.0, 9111.0, 9073.0, 9085.0, 9069.0, 9051.0, 9079.0, 9040.0, 9114.0, 9074.0, 9117.0, 9077.0, 9114.0, 9071.0, 9091.0, 9048.0, 9084.0, 9062.0, 9061.0, 9079.0, 9037.0, 9063.0, 9047.0, 9088.0, 9050.0, 9103.0, 9052.0, 9075.0, 9042.0, 9028.0, 9042.0, 9012.0, 9086.0, 9046.0, 9105.0, 9050.0, 9107.0, 9047.0, 9081.0, 9021.0, 9058.0, 9008.0, 9061.0, 9067.0, 9055.0, 9029.0, 9013.0, 9043.0, 9016.0, 9067.0, 9009.0, 9051.0, 9016.0, 9071.0, 9030.0, 9028.0, 9028.0, 9030.0, 9067.0, 9076.0, 9075.0, 9108.0, 9051.0, 9076.0, 9035.0, 9056.0, 9012.0, 9047.0, 9009.0, 9046.0, 9012.0, 9067.0, 9043.0, 9056.0, 9028.0, 9011.0, 9035.0, 9007.0, 9050.0, 9029.0, 9087.0, 9037.0, 9109.0, 9043.0, 9094.0, 9054.0, 9045.0, 9029.0, 9025.0, 9041.0, 9014.0, 9074.0, 9045.0, 9092.0, 9050.0, 9076.0, 9031.0, 9052.0, 9009.0, 9048.0, 9006.0, 9048.0, 9009.0, 9090.0, 9032.0, 9086.0, 9035.0, 9055.0, 9009.0, 9030.0, 9009.0, 9064.0, 9030.0, 9071.0, 9035.0, 9090.0, 9033.0, 9056.0, 9014.0, 9048.0, 9027.0, 9053.0, 9073.0, 9059.0, 9048.0, 9018.0, 9032.0, 9012.0, 9025.0, 9005.0, 9034.0, 9007.0, 9053.0, 9025.0, 9071.0, 9016.0, 9039.0, 8996.0, 9034.0, 8989.0, 9040.0, 8989.0, 9045.0, 9009.0, 9065.0, 9027.0, 9052.0, 8995.0, 9016.0, 9002.0, 9001.0, 9050.0, 9006.0, 9053.0, 9016.0, 9054.0, 9012.0, 9048.0, 8996.0, 9048.0, 9074.0, 9073.0, 9029.0, 8998.0, 9011.0, 8997.0, 8994.0, 9002.0, 9069.0, 9077.0, 9033.0, 9051.0, 9032.0, 9064.0, 9023.0, 9056.0, 9047.0, 9038.0, 9046.0, 9046.0, 9091.0, 9035.0, 9062.0, 9022.0, 9040.0, 8998.0, 9022.0, 8994.0, 9036.0, 8997.0, 9081.0, 9018.0, 9108.0, 9024.0, 9086.0, 9006.0, 9040.0, 9016.0, 9039.0, 9062.0, 9043.0, 9094.0, 9040.0, 9101.0, 9027.0, 9065.0, 9021.0, 9051.0, 9004.0, 9073.0, 9064.0, 9104.0, 9053.0, 9092.0, 9020.0, 9067.0, 9011.0, 9050.0, 9008.0, 9048.0, 9056.0, 9054.0, 9060.0, 9026.0, 9041.0, 9018.0, 9056.0, 9002.0, 9067.0, 9046.0, 9074.0, 9091.0, 9036.0, 9064.0, 9017.0, 9044.0, 8999.0, 9051.0, 9058.0, 9068.0, 9091.0, 9048.0, 9058.0, 9020.0, 9017.0, 8999.0, 9021.0, 8992.0, 9049.0, 9042.0, 9037.0, 9058.0, 9020.0, 9002.0, 9016.0, 9040.0, 8997.0, 9051.0, 9045.0, 9015.0, 9089.0, 9027.0, 9097.0, 9044.0, 9023.0, 9063.0, 9019.0, 9085.0, 9032.0, 9060.0, 9080.0, 9039.0, 9093.0, 9028.0, 9077.0, 9033.0, 9017.0, 9076.0, 9036.0, 9118.0, 9056.0, 9079.0, 9050.0, 9018.0, 9028.0, 9001.0, 9073.0, 9047.0, 9119.0, 9067.0, 9039.0, 9020.0, 9019.0, 9043.0, 9021.0, 9090.0, 9065.0, 9049.0, 9125.0, 9046.0, 9094.0, 9100.0, 9035.0, 9074.0, 9015.0, 9004.0, 9047.0, 9037.0, 9104.0, 9092.0, 9027.0, 9050.0, 9003.0, 9099.0, 9043.0, 9034.0, 9070.0, 9013.0, 9014.0, 9084.0, 9075.0, 9117.0, 9093.0, 9048.0, 9084.0, 9000.0, 9061.0, 9010.0, 8996.0, 9052.0, 9003.0, 9112.0, 9072.0, 9017.0, 9055.0, 9002.0, 9066.0, 9012.0, 8998.0, 9053.0, 9017.0, 9088.0, 9079.0, 9051.0, 9121.0, 9038.0, 9021.0, 9070.0, 8998.0, 9039.0, 9029.0, 9005.0, 9115.0, 9079.0, 9079.0, 9107.0, 9024.0, 9063.0, 9016.0, 9000.0, 9083.0, 9074.0, 9101.0, 9076.0, 9062.0, 9100.0, 9020.0, 9079.0, 9024.0, 8995.0, 9019.0, 8992.0, 9076.0, 9043.0, 9068.0, 9073.0, 9032.0, 9099.0, 9012.0, 9063.0, 9020.0, 8987.0, 9002.0, 8976.0, 9056.0, 8996.0, 9089.0, 9052.0, 9036.0, 9039.0, 8978.0, 9025.0, 8968.0, 9048.0, 9016.0, 9085.0, 9046.0, 9003.0, 9026.0, 9000.0, 9050.0, 9013.0, 8998.0, 9011.0, 9017.0, 9103.0, 9060.0, 9055.0, 9015.0, 8995.0, 9005.0, 8993.0, 9125.0, 9042.0, 9046.0, 9047.0, 9004.0, 9070.0, 9034.0, 9075.0, 9030.0, 9001.0, 9011.0, 8999.0, 9082.0, 9064.0, 9114.0, 9066.0, 9019.0, 9026.0, 8998.0, 9053.0, 8994.0, 9066.0, 9030.0, 9134.0, 9097.0, 9144.0, 9127.0, 9056.0, 9084.0, 9012.0, 9064.0, 9000.0, 9023.0, 9020.0, 8992.0, 9042.0, 9016.0, 9082.0, 9038.0, 9071.0, 9057.0, 9058.0, 9031.0, 9006.0, 8951.0, 8958.0, 8946.0, 8919.0, 8965.0, 8925.0, 8968.0, 8934.0, 8991.0, 8956.0, 8950.0, 8950.0, 8936.0, 8939.0, 8995.0, 8977.0, 9001.0, 9038.0, 8982.0, 9025.0, 8971.0, 9010.0, 8969.0, 9003.0, 8982.0, 9017.0, 8981.0, 9052.0, 9002.0, 9067.0, 8983.0, 9016.0, 8976.0, 8960.0, 8993.0, 8968.0, 9028.0, 9013.0, 9054.0, 9052.0, 9029.0, 9075.0, 9020.0, 9096.0, 9014.0, 9060.0, 9005.0, 8973.0, 9027.0, 8989.0, 9042.0, 9065.0, 9053.0, 9020.0, 8988.0, 8998.0, 8987.0, 9049.0, 8992.0, 9024.0, 8972.0, 9052.0, 9042.0, 9041.0, 9002.0, 8985.0, 8980.0, 8981.0, 8991.0, 8970.0, 9057.0, 8992.0, 9057.0, 9003.0, 9039.0, 8984.0, 9032.0, 9039.0, 9064.0, 9053.0, 9061.0, 8982.0, 8989.0, 8947.0, 8981.0, 8959.0, 8981.0, 9016.0, 9014.0, 9037.0, 9032.0, 8993.0, 8960.0, 8958.0, 8939.0, 8954.0, 8953.0, 8987.0, 8971.0, 9002.0, 8959.0, 9002.0, 8972.0, 8998.0, 8954.0, 9009.0, 8937.0, 8994.0, 8937.0, 8951.0, 8953.0, 8967.0, 8956.0, 8998.0, 8958.0, 9012.0, 8964.0, 9018.0, 9039.0, 9009.0, 9028.0, 8994.0, 8994.0, 9008.0, 9035.0, 9010.0, 9008.0, 9028.0, 9013.0, 9055.0, 9016.0, 9055.0, 9013.0, 9065.0, 9006.0, 9070.0, 8987.0, 9049.0, 9012.0, 9020.0, 9010.0, 9005.0, 9008.0, 8978.0, 9006.0, 8977.0, 8990.0, 8966.0, 9035.0, 8999.0, 9081.0, 8986.0, 8983.0, 8984.0, 8968.0, 8999.0, 8970.0, 9056.0, 9002.0, 9061.0, 9007.0, 9045.0, 9003.0, 8998.0, 8984.0, 9009.0, 8986.0, 9025.0, 9020.0, 9057.0, 9052.0, 9063.0, 8992.0, 8986.0, 8984.0, 8980.0, 9015.0, 9010.0, 9025.0, 9021.0, 9024.0, 9008.0, 9084.0, 9014.0, 9046.0, 8989.0, 8997.0, 9062.0, 9007.0, 9021.0, 9007.0, 9040.0, 9007.0, 9031.0, 8990.0, 9046.0, 9007.0, 9076.0, 9010.0, 9008.0, 9006.0, 9008.0, 9010.0, 9013.0, 9084.0, 9104.0, 9088.0, 9105.0, 9059.0, 9051.0, 9038.0, 9084.0, 9059.0, 9105.0, 9077.0, 9115.0, 9096.0, 9084.0, 9040.0, 9008.0, 9012.0, 8984.0, 9041.0, 8987.0, 9001.0, 9056.0, 9005.0, 9074.0, 9031.0, 9068.0, 8993.0, 9041.0, 8969.0, 9019.0, 8953.0, 9005.0, 8956.0, 9006.0, 8956.0, 9007.0, 8969.0, 9005.0, 8965.0, 8999.0, 9008.0, 9006.0, 9025.0, 8993.0, 8984.0, 8969.0, 8970.0, 8968.0, 8968.0, 8971.0, 9014.0, 8976.0, 9046.0, 9025.0, 9065.0, 9016.0, 9050.0, 8979.0, 9013.0, 8973.0, 9010.0, 8974.0, 9014.0, 9037.0, 9021.0, 9069.0, 9026.0, 9039.0, 9010.0, 8989.0, 8987.0, 8972.0, 8989.0, 9004.0, 8993.0, 9052.0, 9001.0, 9069.0, 9014.0, 9052.0, 8981.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.002782659486329743</td></tr>
<tr><td colspan=3>aqi</td><td>0.06520070149130074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.97920987456053</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0823493395439463</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.957310902048093</td></tr>
<tr><td colspan=3>efc</td><td>0.4528</td></tr>
<tr><td colspan=3>fber</td><td>5786.209</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09941127735387206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.296603148301574</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6144228800280214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5362748486214044</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7776642065025974</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.529329584960062</td></tr>
<tr><td colspan=3>gcor</td><td>0.0068088</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013259553350508213</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020418988540768623</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</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.7384377223007914</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>23.3797</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9137</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.567</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306610.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.6524</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.819</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.1673</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3275.5043</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.9005</td></tr>
<tr><td colspan=3>tsnr</td><td>27.75003145664232</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>