<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-01/func/sub-0116_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>156a43fad1384b7378a867419ac9a18b</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>19:10:24.527500</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.997636, -0.0446738, 0.0522181, 0.0378022, 0.991324, 0.125884]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101763</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>[4248, -7892, -7232, 468, -148, -386, 237, 105]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52157fc3-a2fe-4e9a-b57b-f3ae3513d580||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.676584482192993, 0.10142040997743607, 0.1549496203660965, 106.4779281616211], [0.11985643953084946, 2.659651041030884, 0.33375316858291626, -109.47880554199219], [0.1400972306728363, -0.337737113237381, 2.6748082637786865, -60.10084915161133], [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': ['191024.527500', '191024.987500', '191025.447500', '191025.907500', '191026.367500', '191026.827500', '191027.287500', '191027.747500', '191028.207500', '191028.667500', '191029.127500', '191029.587500', '191030.047500', '191030.507500', '191030.967500', '191031.427500', '191031.887500', '191032.347500', '191032.807500', '191033.267500', '191033.727500', '191034.187500', '191034.647500', '191035.107500', '191035.567500', '191036.027500', '191036.487500', '191036.947500', '191037.407500', '191037.867500', '191038.327500', '191038.787500', '191039.247500', '191039.707500', '191040.167500', '191040.627500', '191041.087500', '191041.547500', '191042.007500', '191042.467500', '191042.927500', '191043.387500', '191043.847500', '191044.307500', '191044.767500', '191045.227500', '191045.687500', '191046.147500', '191046.607500', '191047.067500', '191047.527500', '191047.987500', '191048.447500', '191048.907500', '191049.367500', '191049.827500', '191050.287500', '191050.747500', '191051.207500', '191051.667500', '191052.127500', '191052.587500', '191053.047500', '191053.507500', '191053.967500', '191054.427500', '191054.887500', '191055.347500', '191055.807500', '191056.267500', '191056.727500', '191057.187500', '191057.647500', '191058.107500', '191058.567500', '191059.027500', '191059.487500', '191059.947500', '191100.407500', '191100.867500', '191101.327500', '191101.787500', '191102.247500', '191102.707500', '191103.167500', '191103.627500', '191104.087500', '191104.547500', '191105.007500', '191105.467500', '191105.927500', '191106.387500', '191106.847500', '191107.307500', '191107.767500', '191108.227500', '191108.687500', '191109.147500', '191109.607500', '191110.067500', '191110.527500', '191110.987500', '191111.447500', '191111.907500', '191112.367500', '191112.827500', '191113.287500', '191113.747500', '191114.207500', '191114.667500', '191115.127500', '191115.587500', '191116.047500', '191116.507500', '191116.967500', '191117.427500', '191117.887500', '191118.347500', '191118.807500', '191119.267500', '191119.727500', '191120.187500', '191120.647500', '191121.107500', '191121.567500', '191122.027500', '191122.487500', '191122.947500', '191123.407500', '191123.867500', '191124.327500', '191124.787500', '191125.247500', '191125.707500', '191126.167500', '191126.627500', '191127.087500', '191127.547500', '191128.007500', '191128.467500', '191128.927500', '191129.387500', '191129.847500', '191130.307500', '191130.767500', '191131.227500', '191131.687500', '191132.147500', '191132.607500', '191133.067500', '191133.527500', '191133.987500', '191134.447500', '191134.907500', '191135.367500', '191135.827500', '191136.287500', '191136.747500', '191137.207500', '191137.667500', '191138.127500', '191138.587500', '191139.047500', '191139.507500', '191139.967500', '191140.427500', '191140.887500', '191141.347500', '191141.807500', '191142.267500', '191142.727500', '191143.187500', '191143.647500', '191144.107500', '191144.567500', '191145.027500', '191145.487500', '191145.947500', '191146.407500', '191146.867500', '191147.327500', '191147.787500', '191148.247500', '191148.707500', '191149.167500', '191149.627500', '191150.087500', '191150.547500', '191151.007500', '191151.467500', '191151.927500', '191152.387500', '191152.847500', '191153.307500', '191153.767500', '191154.227500', '191154.687500', '191155.147500', '191155.607500', '191156.067500', '191156.527500', '191156.987500', '191157.447500', '191157.907500', '191158.367500', '191158.827500', '191159.287500', '191159.747500', '191200.207500', '191200.667500', '191201.127500', '191201.587500', '191202.047500', '191202.507500', '191202.967500', '191203.427500', '191203.887500', '191204.347500', '191204.807500', '191205.267500', '191205.727500', '191206.187500', '191206.647500', '191207.107500', '191207.567500', '191208.027500', '191208.487500', '191208.947500', '191209.407500', '191209.867500', '191210.327500', '191210.787500', '191211.247500', '191211.707500', '191212.167500', '191212.627500', '191213.087500', '191213.547500', '191214.007500', '191214.467500', '191214.927500', '191215.387500', '191215.847500', '191216.307500', '191216.767500', '191217.227500', '191217.687500', '191218.147500', '191218.607500', '191219.067500', '191219.527500', '191219.987500', '191220.447500', '191220.907500', '191221.367500', '191221.827500', '191222.287500', '191222.747500', '191223.207500', '191223.667500', '191224.127500', '191224.587500', '191225.047500', '191225.507500', '191225.967500', '191226.427500', '191226.887500', '191227.347500', '191227.807500', '191228.267500', '191228.727500', '191229.187500', '191229.647500', '191230.107500', '191230.567500', '191231.027500', '191231.487500', '191231.947500', '191232.407500', '191232.867500', '191233.327500', '191233.787500', '191234.247500', '191234.707500', '191235.167500', '191235.627500', '191236.087500', '191236.547500', '191237.007500', '191237.467500', '191237.927500', '191238.387500', '191238.847500', '191239.307500', '191239.767500', '191240.227500', '191240.687500', '191241.147500', '191241.607500', '191242.067500', '191242.527500', '191242.987500', '191243.447500', '191243.907500', '191244.367500', '191244.827500', '191245.287500', '191245.747500', '191246.207500', '191246.667500', '191247.127500', '191247.587500', '191248.047500', '191248.507500', '191248.967500', '191249.427500', '191249.887500', '191250.347500', '191250.807500', '191251.267500', '191251.727500', '191252.187500', '191252.647500', '191253.107500', '191253.567500', '191254.027500', '191254.487500', '191254.947500', '191255.407500', '191255.867500', '191256.327500', '191256.787500', '191257.247500', '191257.707500', '191258.167500', '191258.627500', '191259.087500', '191259.547500', '191300.007500', '191300.467500', '191300.927500', '191301.387500', '191301.847500', '191302.307500', '191302.767500', '191303.227500', '191303.687500', '191304.147500', '191304.607500', '191305.067500', '191305.527500', '191305.987500', '191306.447500', '191306.907500', '191307.367500', '191307.827500', '191308.287500', '191308.747500', '191309.207500', '191309.667500', '191310.127500', '191310.587500', '191311.047500', '191311.507500', '191311.967500', '191312.427500', '191312.887500', '191313.347500', '191313.807500', '191314.267500', '191314.727500', '191315.187500', '191315.647500', '191316.107500', '191316.567500', '191317.027500', '191317.487500', '191317.947500', '191318.407500', '191318.867500', '191319.327500', '191319.787500', '191320.247500', '191320.707500', '191321.167500', '191321.627500', '191322.087500', '191322.547500', '191323.007500', '191323.467500', '191323.927500', '191324.387500', '191324.847500', '191325.307500', '191325.767500', '191326.227500', '191326.687500', '191327.147500', '191327.607500', '191328.067500', '191328.527500', '191328.987500', '191329.447500', '191329.907500', '191330.367500', '191330.827500', '191331.287500', '191331.747500', '191332.207500', '191332.667500', '191333.127500', '191333.587500', '191334.047500', '191334.507500', '191334.967500', '191335.427500', '191335.887500', '191336.347500', '191336.807500', '191337.267500', '191337.727500', '191338.187500', '191338.647500', '191339.107500', '191339.567500', '191340.027500', '191340.487500', '191340.947500', '191341.407500', '191341.867500', '191342.327500', '191342.787500', '191343.247500', '191343.707500', '191344.167500', '191344.627500', '191345.087500', '191345.547500', '191346.007500', '191346.467500', '191346.927500', '191347.387500', '191347.847500', '191348.307500', '191348.767500', '191349.227500', '191349.687500', '191350.147500', '191350.607500', '191351.067500', '191351.527500', '191351.987500', '191352.447500', '191352.907500', '191353.367500', '191353.827500', '191354.287500', '191354.747500', '191355.207500', '191355.667500', '191356.127500', '191356.587500', '191357.047500', '191357.507500', '191357.967500', '191358.427500', '191358.887500', '191359.347500', '191359.807500', '191400.267500', '191400.727500', '191401.187500', '191401.647500', '191402.107500', '191402.567500', '191403.027500', '191403.487500', '191403.947500', '191404.407500', '191404.867500', '191405.327500', '191405.787500', '191406.247500', '191406.707500', '191407.167500', '191407.627500', '191408.087500', '191408.547500', '191409.007500', '191409.467500', '191409.927500', '191410.387500', '191410.847500', '191411.307500', '191411.767500', '191412.227500', '191412.687500', '191413.147500', '191413.607500', '191414.067500', '191414.527500', '191414.987500', '191415.447500', '191415.907500', '191416.367500', '191416.827500', '191417.287500', '191417.747500', '191418.207500', '191418.667500', '191419.127500', '191419.587500', '191420.047500', '191420.507500', '191420.967500', '191421.427500', '191421.887500', '191422.347500', '191422.807500', '191423.267500', '191423.727500', '191424.187500', '191424.647500', '191425.107500', '191425.567500', '191426.027500', '191426.487500', '191426.947500', '191427.407500', '191427.867500', '191428.327500', '191428.787500', '191429.247500', '191429.707500', '191430.167500', '191430.627500', '191431.087500', '191431.547500', '191432.007500', '191432.467500', '191432.927500', '191433.387500', '191433.847500', '191434.307500', '191434.767500', '191435.227500', '191435.687500', '191436.147500', '191436.607500', '191437.067500', '191437.527500', '191437.987500', '191438.447500', '191438.907500', '191439.367500', '191439.827500', '191440.287500', '191440.747500', '191441.207500', '191441.667500', '191442.127500', '191442.587500', '191443.047500', '191443.507500', '191443.967500', '191444.427500', '191444.887500', '191445.347500', '191445.807500', '191446.267500', '191446.727500', '191447.187500', '191447.647500', '191448.107500', '191448.567500', '191449.027500', '191449.487500', '191449.947500', '191450.407500', '191450.867500', '191451.327500', '191451.787500', '191452.247500', '191452.707500', '191453.167500', '191453.627500', '191454.087500', '191454.547500', '191455.007500', '191455.467500', '191455.927500', '191456.387500', '191456.847500', '191457.307500', '191457.767500', '191458.227500', '191458.687500', '191459.147500', '191459.607500', '191500.067500', '191500.527500', '191500.987500', '191501.447500', '191501.907500', '191502.367500', '191502.827500', '191503.287500', '191503.747500', '191504.207500', '191504.667500', '191505.127500', '191505.587500', '191506.047500', '191506.507500', '191506.967500', '191507.427500', '191507.887500', '191508.347500', '191508.807500', '191509.267500', '191509.727500', '191510.187500', '191510.647500', '191511.107500', '191511.567500', '191512.027500', '191512.487500', '191512.947500', '191513.407500', '191513.867500', '191514.327500', '191514.787500', '191515.247500', '191515.707500', '191516.167500', '191516.627500', '191517.087500', '191517.547500', '191518.007500', '191518.467500', '191518.927500', '191519.387500', '191519.847500', '191520.307500', '191520.767500', '191521.227500', '191521.687500', '191522.147500', '191522.607500', '191523.067500', '191523.527500', '191523.987500', '191524.447500', '191524.907500', '191525.367500', '191525.827500', '191526.287500', '191526.747500', '191527.207500', '191527.667500', '191528.127500', '191528.587500', '191529.047500', '191529.507500', '191529.967500', '191530.427500', '191530.887500', '191531.347500', '191531.807500', '191532.267500', '191532.727500', '191533.187500', '191533.647500', '191534.107500', '191534.567500', '191535.027500', '191535.487500', '191535.947500', '191536.407500', '191536.867500', '191537.327500', '191537.787500', '191538.247500', '191538.707500', '191539.167500', '191539.627500', '191540.087500', '191540.547500', '191541.007500', '191541.467500', '191541.927500', '191542.387500', '191542.847500', '191543.307500', '191543.767500', '191544.227500', '191544.687500', '191545.147500', '191545.607500', '191546.067500', '191546.527500', '191546.987500', '191547.447500', '191547.907500', '191548.367500', '191548.827500', '191549.287500', '191549.747500', '191550.207500', '191550.667500', '191551.127500', '191551.587500', '191552.047500', '191552.507500', '191552.967500', '191553.427500', '191553.887500', '191554.347500', '191554.807500', '191555.267500', '191555.727500', '191556.187500', '191556.647500', '191557.107500', '191557.567500', '191558.027500', '191558.487500', '191558.947500', '191559.407500', '191559.867500', '191600.327500', '191600.787500', '191601.247500', '191601.707500', '191602.167500', '191602.627500', '191603.087500', '191603.547500', '191604.007500', '191604.467500', '191604.927500', '191605.387500', '191605.847500', '191606.307500', '191606.767500', '191607.227500', '191607.687500', '191608.147500', '191608.607500', '191609.067500', '191609.527500', '191609.987500', '191610.447500', '191610.907500', '191611.367500', '191611.827500', '191612.287500', '191612.747500', '191613.207500', '191613.667500', '191614.127500', '191614.587500', '191615.047500', '191615.507500', '191615.967500', '191616.427500', '191616.887500', '191617.347500', '191617.807500', '191618.267500', '191618.727500', '191619.187500', '191619.647500', '191620.107500', '191620.567500', '191621.027500', '191621.487500', '191621.947500', '191622.407500', '191622.867500', '191623.327500', '191623.787500', '191624.247500', '191624.707500', '191625.167500', '191625.627500', '191626.087500', '191626.547500', '191627.007500', '191627.467500', '191627.927500', '191628.387500', '191628.847500', '191629.307500', '191629.767500', '191630.227500', '191630.687500', '191631.147500', '191631.607500', '191632.067500', '191632.527500', '191632.987500', '191633.447500', '191633.907500', '191634.367500', '191634.827500', '191635.287500', '191635.747500', '191636.207500', '191636.667500', '191637.127500', '191637.587500', '191638.047500', '191638.507500', '191638.967500', '191639.427500', '191639.887500', '191640.347500', '191640.807500', '191641.267500', '191641.727500', '191642.187500', '191642.647500', '191643.107500', '191643.567500', '191644.027500', '191644.487500', '191644.947500', '191645.407500', '191645.867500', '191646.327500', '191646.787500', '191647.247500', '191647.707500', '191648.167500', '191648.627500', '191649.087500', '191649.547500', '191650.007500', '191650.467500', '191650.927500', '191651.387500', '191651.847500', '191652.307500', '191652.767500', '191653.227500', '191653.687500', '191654.147500', '191654.607500', '191655.067500', '191655.527500', '191655.987500', '191656.447500', '191656.907500', '191657.367500', '191657.827500', '191658.287500', '191658.747500', '191659.207500', '191659.667500', '191700.127500', '191700.587500', '191701.047500', '191701.507500', '191701.967500', '191702.427500', '191702.887500', '191703.347500', '191703.807500', '191704.267500', '191704.727500', '191705.187500', '191705.647500', '191706.107500', '191706.567500', '191707.027500', '191707.487500', '191707.947500', '191708.407500', '191708.867500', '191709.327500', '191709.787500', '191710.247500', '191710.707500', '191711.167500', '191711.627500', '191712.087500', '191712.547500', '191713.007500', '191713.467500', '191713.927500', '191714.387500', '191714.847500', '191715.307500', '191715.767500', '191716.227500', '191716.687500', '191717.147500', '191717.607500', '191718.067500', '191718.527500', '191718.987500', '191719.447500', '191719.907500', '191720.367500', '191720.827500', '191721.287500', '191721.747500', '191722.207500', '191722.667500', '191723.127500', '191723.587500', '191724.047500', '191724.507500', '191724.967500', '191725.427500', '191725.887500', '191726.347500', '191726.807500', '191727.267500', '191727.727500', '191728.187500', '191728.647500', '191729.107500', '191729.567500', '191730.027500', '191730.487500', '191730.947500', '191731.407500', '191731.867500', '191732.327500', '191732.787500', '191733.247500', '191733.707500', '191734.167500', '191734.627500', '191735.087500', '191735.547500', '191736.007500', '191736.467500', '191736.927500', '191737.387500', '191737.847500', '191738.307500', '191738.767500', '191739.227500', '191739.687500', '191740.147500', '191740.607500', '191741.067500', '191741.527500', '191741.987500', '191742.447500', '191742.907500', '191743.367500', '191743.827500', '191744.287500', '191744.747500', '191745.207500', '191745.667500', '191746.127500', '191746.587500', '191747.047500', '191747.507500', '191747.967500', '191748.427500', '191748.887500', '191749.347500', '191749.807500', '191750.267500', '191750.727500', '191751.187500', '191751.647500', '191752.107500', '191752.567500', '191753.027500', '191753.487500', '191753.947500', '191754.407500', '191754.867500', '191755.327500', '191755.787500', '191756.247500', '191756.707500', '191757.167500', '191757.627500', '191758.087500', '191758.547500', '191759.007500', '191759.467500', '191759.927500', '191800.387500', '191800.847500', '191801.307500', '191801.767500', '191802.227500', '191802.687500', '191803.147500', '191803.607500', '191804.067500', '191804.527500', '191804.987500', '191805.447500', '191805.907500', '191806.367500', '191806.827500', '191807.287500', '191807.747500', '191808.207500', '191808.667500', '191809.127500', '191809.587500', '191810.047500', '191810.507500', '191810.967500', '191811.427500', '191811.887500', '191812.347500', '191812.807500', '191813.267500', '191813.727500', '191814.187500', '191814.647500', '191815.107500', '191815.567500', '191816.027500', '191816.487500', '191816.947500', '191817.407500', '191817.867500', '191818.327500', '191818.787500', '191819.247500', '191819.707500', '191820.167500', '191820.627500', '191821.087500', '191821.547500', '191822.007500', '191822.467500', '191822.927500', '191823.387500', '191823.847500', '191824.307500', '191824.767500', '191825.227500', '191825.687500', '191826.147500', '191826.607500', '191827.067500', '191827.527500', '191827.987500', '191828.447500', '191828.907500', '191829.367500', '191829.827500', '191830.287500', '191830.747500', '191831.207500', '191831.667500', '191832.127500', '191832.587500', '191833.047500', '191833.507500', '191833.967500', '191834.427500', '191834.887500', '191835.347500', '191835.807500', '191836.267500', '191836.727500', '191837.187500', '191837.647500', '191838.107500', '191838.567500', '191839.027500', '191839.487500', '191839.947500', '191840.407500', '191840.867500', '191841.327500', '191841.787500', '191842.247500', '191842.707500', '191843.167500', '191843.627500', '191844.087500', '191844.547500', '191845.007500', '191845.467500', '191845.927500', '191846.387500', '191846.847500', '191847.307500', '191847.767500', '191848.227500', '191848.687500', '191849.147500', '191849.607500', '191850.067500', '191850.527500', '191850.987500', '191851.447500', '191851.907500', '191852.367500', '191852.827500', '191853.287500', '191853.747500', '191854.207500', '191854.667500', '191855.127500', '191855.587500', '191856.047500', '191856.507500', '191856.967500', '191857.427500', '191857.887500', '191858.347500', '191858.807500', '191859.267500', '191859.727500', '191900.187500', '191900.647500', '191901.107500', '191901.567500', '191902.027500', '191902.487500', '191902.947500', '191903.407500', '191903.867500', '191904.327500', '191904.787500', '191905.247500', '191905.707500', '191906.167500', '191906.627500', '191907.087500', '191907.547500', '191908.007500', '191908.467500', '191908.927500', '191909.387500', '191909.847500', '191910.307500', '191910.767500', '191911.227500', '191911.687500', '191912.147500', '191912.607500', '191913.067500', '191913.527500', '191913.987500', '191914.447500', '191914.907500', '191915.367500', '191915.827500', '191916.287500', '191916.747500', '191917.207500', '191917.667500', '191918.127500', '191918.587500', '191919.047500', '191919.507500', '191919.967500', '191920.427500', '191920.887500', '191921.347500', '191921.807500', '191922.267500', '191922.727500', '191923.187500', '191923.647500', '191924.107500', '191924.567500', '191925.027500', '191925.487500', '191925.947500', '191926.407500', '191926.867500', '191927.327500', '191927.787500', '191928.247500', '191928.707500', '191929.167500', '191929.627500', '191930.087500', '191930.547500', '191931.007500', '191931.467500', '191931.927500', '191932.387500', '191932.847500', '191933.307500', '191933.767500', '191934.227500', '191934.687500', '191935.147500', '191935.607500', '191936.067500', '191936.527500', '191936.987500', '191937.447500', '191937.907500', '191938.367500', '191938.827500', '191939.287500', '191939.747500', '191940.207500'], 'ContentTime': ['191042.820000', '191042.825000', '191042.828000', '191042.831000', '191042.834000', '191042.836000', '191042.839000', '191042.841000', '191042.844000', '191042.847000', '191042.849000', '191042.852000', '191042.855000', '191042.858000', '191042.861000', '191042.868000', '191042.870000', '191042.873000', '191042.875000', '191042.878000', '191042.880000', '191042.883000', '191042.885000', '191042.888000', '191042.891000', '191042.893000', '191042.896000', '191042.899000', '191042.901000', '191042.904000', '191042.906000', '191042.909000', '191042.911000', '191042.914000', '191042.916000', '191042.919000', '191042.922000', '191102.783000', '191102.786000', '191102.789000', '191102.791000', '191102.794000', '191102.797000', '191102.799000', '191102.802000', '191102.804000', '191102.807000', '191102.809000', '191102.812000', '191102.814000', '191102.817000', '191102.820000', '191102.822000', '191102.825000', '191102.827000', '191102.833000', '191102.835000', '191102.838000', '191102.840000', '191102.843000', '191102.845000', '191102.848000', '191102.850000', '191102.853000', '191102.856000', '191102.858000', '191102.861000', '191102.863000', '191102.866000', '191102.868000', '191102.871000', '191102.874000', '191102.876000', '191102.879000', '191102.881000', '191102.884000', '191102.887000', '191102.889000', '191102.892000', '191102.895000', '191102.897000', '191122.783000', '191122.786000', '191122.789000', '191122.792000', '191122.794000', '191122.797000', '191122.799000', '191122.802000', '191122.804000', '191122.807000', '191122.809000', '191122.812000', '191122.815000', '191122.817000', '191122.820000', '191122.822000', '191122.825000', '191122.828000', '191122.830000', '191122.833000', '191122.835000', '191122.838000', '191122.841000', '191122.843000', '191122.846000', '191122.848000', '191122.851000', '191122.853000', '191122.856000', '191122.859000', '191122.861000', '191122.864000', '191122.866000', '191122.869000', '191122.872000', '191122.874000', '191122.877000', '191122.879000', '191122.882000', '191122.884000', '191122.887000', '191122.890000', '191122.892000', '191122.895000', '191142.783000', '191142.786000', '191142.789000', '191142.791000', '191142.794000', '191142.797000', '191142.799000', '191142.802000', '191142.804000', '191142.807000', '191142.809000', '191142.812000', '191142.815000', '191142.817000', '191142.820000', '191142.822000', '191142.825000', '191142.828000', '191142.830000', '191142.833000', '191142.835000', '191142.838000', '191142.841000', '191142.843000', '191142.846000', '191142.848000', '191142.851000', '191142.854000', '191142.857000', '191142.860000', '191142.862000', '191142.865000', '191142.867000', '191142.870000', '191142.873000', '191142.875000', '191142.878000', '191142.880000', '191142.883000', '191142.885000', '191142.888000', '191142.897000', '191142.899000', '191202.784000', '191202.810000', '191202.812000', '191202.815000', '191202.818000', '191202.820000', '191202.823000', '191202.825000', '191202.828000', '191202.831000', '191202.833000', '191202.836000', '191202.838000', '191202.841000', '191202.844000', '191202.847000', '191202.850000', '191202.852000', '191202.855000', '191202.857000', '191202.860000', '191202.863000', '191202.865000', '191202.868000', '191202.870000', '191202.873000', '191202.876000', '191202.878000', '191202.881000', '191202.883000', '191202.886000', '191202.889000', '191202.891000', '191202.894000', '191202.896000', '191202.899000', '191202.902000', '191202.904000', '191202.907000', '191202.909000', '191202.912000', '191202.915000', '191202.917000', '191222.783000', '191222.786000', '191222.789000', '191222.791000', '191222.794000', '191222.797000', '191222.799000', '191222.802000', '191222.805000', '191222.807000', '191222.810000', '191222.813000', '191222.815000', '191222.818000', '191222.820000', '191222.823000', '191222.826000', '191222.828000', '191222.831000', '191222.833000', '191222.836000', '191222.839000', '191222.841000', '191222.844000', '191222.846000', '191222.849000', '191222.852000', '191222.854000', '191222.857000', '191222.859000', '191222.862000', '191222.865000', '191222.867000', '191222.870000', '191222.872000', '191222.875000', '191222.878000', '191222.880000', '191222.883000', '191222.885000', '191222.888000', '191222.890000', '191222.893000', '191222.896000', '191242.784000', '191242.786000', '191242.789000', '191242.792000', '191242.794000', '191242.797000', '191242.799000', '191242.802000', '191242.804000', '191242.807000', '191242.810000', '191242.812000', '191242.815000', '191242.818000', '191242.820000', '191242.823000', '191242.825000', '191242.828000', '191242.831000', '191242.833000', '191242.836000', '191242.838000', '191242.841000', '191242.843000', '191242.846000', '191242.849000', '191242.851000', '191242.854000', '191242.857000', '191242.859000', '191242.862000', '191242.865000', '191242.867000', '191242.870000', '191242.873000', '191242.875000', '191242.878000', '191242.880000', '191242.883000', '191242.885000', '191242.888000', '191242.891000', '191242.893000', '191302.784000', '191302.787000', '191302.789000', '191302.792000', '191302.795000', '191302.797000', '191302.800000', '191302.802000', '191302.805000', '191302.808000', '191302.810000', '191302.813000', '191302.816000', '191302.818000', '191302.821000', '191302.824000', '191302.826000', '191302.829000', '191302.831000', '191302.834000', '191302.836000', '191302.839000', '191302.842000', '191302.844000', '191302.847000', '191302.849000', '191302.852000', '191302.855000', '191302.857000', '191302.860000', '191302.862000', '191302.865000', '191302.867000', '191302.870000', '191302.873000', '191302.875000', '191302.878000', '191302.880000', '191302.883000', '191302.886000', '191302.888000', '191302.891000', '191302.893000', '191302.896000', '191322.783000', '191322.786000', '191322.789000', '191322.792000', '191322.794000', '191322.797000', '191322.800000', '191322.802000', '191322.805000', '191322.808000', '191322.810000', '191322.813000', '191322.816000', '191322.818000', '191322.821000', '191322.824000', '191322.826000', '191322.829000', '191322.832000', '191322.834000', '191322.837000', '191322.839000', '191322.842000', '191322.845000', '191322.847000', '191322.850000', '191322.852000', '191322.855000', '191322.858000', '191322.860000', '191322.863000', '191322.865000', '191322.868000', '191322.871000', '191322.873000', '191322.876000', '191322.878000', '191322.881000', '191322.885000', '191322.888000', '191322.891000', '191322.894000', '191322.896000', '191342.783000', '191342.786000', '191342.789000', '191342.792000', '191342.794000', '191342.797000', '191342.799000', '191342.802000', '191342.805000', '191342.807000', '191342.810000', '191342.813000', '191342.815000', '191342.818000', '191342.820000', '191342.823000', '191342.826000', '191342.828000', '191342.831000', '191342.833000', '191342.836000', '191342.838000', '191342.841000', '191342.844000', '191342.846000', '191342.849000', '191342.851000', '191342.854000', '191342.857000', '191342.859000', '191342.862000', '191342.864000', '191342.867000', '191342.870000', '191342.872000', '191342.875000', '191342.877000', '191342.880000', '191342.883000', '191342.885000', '191342.888000', '191342.890000', '191342.893000', '191342.895000', '191402.784000', '191402.787000', '191402.790000', '191402.793000', '191402.795000', '191402.798000', '191402.800000', '191402.803000', '191402.805000', '191402.808000', '191402.811000', '191402.813000', '191402.816000', '191402.818000', '191402.821000', '191402.823000', '191402.826000', '191402.829000', '191402.831000', '191402.834000', '191402.836000', '191402.839000', '191402.842000', '191402.844000', '191402.847000', '191402.849000', '191402.852000', '191402.854000', '191402.857000', '191402.860000', '191402.862000', '191402.865000', '191402.867000', '191402.870000', '191402.873000', '191402.876000', '191402.879000', '191402.882000', '191402.885000', '191402.887000', '191402.890000', '191402.892000', '191402.895000', '191422.785000', '191422.787000', '191422.790000', '191422.793000', '191422.795000', '191422.803000', '191422.805000', '191422.808000', '191422.810000', '191422.813000', '191422.816000', '191422.818000', '191422.821000', '191422.823000', '191422.826000', '191422.829000', '191422.831000', '191422.834000', '191422.836000', '191422.839000', '191422.842000', '191422.844000', '191422.847000', '191422.849000', '191422.852000', '191422.854000', '191422.857000', '191422.860000', '191422.862000', '191422.865000', '191422.868000', '191422.870000', '191422.873000', '191422.876000', '191422.878000', '191422.881000', '191422.883000', '191422.886000', '191422.889000', '191422.891000', '191422.894000', '191422.896000', '191422.899000', '191422.902000', '191442.783000', '191442.786000', '191442.789000', '191442.792000', '191442.794000', '191442.797000', '191442.800000', '191442.802000', '191442.805000', '191442.807000', '191442.810000', '191442.813000', '191442.815000', '191442.818000', '191442.820000', '191442.823000', '191442.826000', '191442.828000', '191442.831000', '191442.833000', '191442.836000', '191442.839000', '191442.841000', '191442.844000', '191442.847000', '191442.849000', '191442.852000', '191442.854000', '191442.857000', '191442.860000', '191442.862000', '191442.865000', '191442.867000', '191442.870000', '191442.873000', '191442.875000', '191442.878000', '191442.880000', '191442.883000', '191442.886000', '191442.888000', '191442.891000', '191442.893000', '191502.784000', '191502.786000', '191502.789000', '191502.792000', '191502.794000', '191502.797000', '191502.800000', '191502.802000', '191502.805000', '191502.807000', '191502.810000', '191502.813000', '191502.815000', '191502.818000', '191502.821000', '191502.823000', '191502.826000', '191502.828000', '191502.831000', '191502.833000', '191502.836000', '191502.839000', '191502.871000', '191502.874000', '191502.877000', '191502.879000', '191502.882000', '191502.885000', '191502.887000', '191502.890000', '191502.892000', '191502.895000', '191502.898000', '191502.900000', '191502.903000', '191502.906000', '191502.908000', '191502.911000', '191502.914000', '191502.916000', '191502.919000', '191502.921000', '191502.924000', '191502.927000', '191522.783000', '191522.786000', '191522.789000', '191522.792000', '191522.794000', '191522.797000', '191522.800000', '191522.802000', '191522.805000', '191522.807000', '191522.810000', '191522.812000', '191522.815000', '191522.818000', '191522.820000', '191522.823000', '191522.825000', '191522.828000', '191522.831000', '191522.833000', '191522.836000', '191522.838000', '191522.841000', '191522.844000', '191522.846000', '191522.849000', '191522.851000', '191522.854000', '191522.857000', '191522.859000', '191522.862000', '191522.865000', '191522.867000', '191522.870000', '191522.873000', '191522.875000', '191522.878000', '191522.880000', '191522.883000', '191522.886000', '191522.888000', '191522.891000', '191522.893000', '191542.783000', '191542.786000', '191542.789000', '191542.792000', '191542.794000', '191542.797000', '191542.800000', '191542.802000', '191542.805000', '191542.807000', '191542.810000', '191542.813000', '191542.815000', '191542.818000', '191542.820000', '191542.823000', '191542.826000', '191542.828000', '191542.831000', '191542.833000', '191542.836000', '191542.839000', '191542.841000', '191542.844000', '191542.846000', '191542.849000', '191542.852000', '191542.854000', '191542.857000', '191542.859000', '191542.862000', '191542.865000', '191542.867000', '191542.870000', '191542.872000', '191542.875000', '191542.878000', '191542.880000', '191542.883000', '191542.886000', '191542.890000', '191542.893000', '191542.895000', '191542.898000', '191602.783000', '191602.786000', '191602.789000', '191602.791000', '191602.794000', '191602.797000', '191602.799000', '191602.802000', '191602.805000', '191602.807000', '191602.810000', '191602.812000', '191602.815000', '191602.817000', '191602.820000', '191602.823000', '191602.825000', '191602.828000', '191602.831000', '191602.833000', '191602.836000', '191602.838000', '191602.841000', '191602.844000', '191602.846000', '191602.849000', '191602.851000', '191602.854000', '191602.857000', '191602.859000', '191602.862000', '191602.864000', '191602.867000', '191602.870000', '191602.872000', '191602.875000', '191602.878000', '191602.880000', '191602.883000', '191602.885000', '191602.888000', '191602.890000', '191602.893000', '191622.784000', '191622.787000', '191622.790000', '191622.792000', '191622.795000', '191622.798000', '191622.800000', '191622.803000', '191622.806000', '191622.808000', '191622.811000', '191622.813000', '191622.816000', '191622.819000', '191622.821000', '191622.824000', '191622.826000', '191622.829000', '191622.832000', '191622.834000', '191622.837000', '191622.839000', '191622.842000', '191622.845000', '191622.847000', '191622.850000', '191622.852000', '191622.855000', '191622.857000', '191622.860000', '191622.863000', '191622.865000', '191622.868000', '191622.871000', '191622.873000', '191622.876000', '191622.878000', '191622.881000', '191622.884000', '191622.886000', '191622.889000', '191622.891000', '191622.894000', '191622.897000', '191642.785000', '191642.788000', '191642.790000', '191642.793000', '191642.795000', '191642.798000', '191642.801000', '191642.803000', '191642.806000', '191642.808000', '191642.811000', '191642.814000', '191642.816000', '191642.819000', '191642.822000', '191642.824000', '191642.827000', '191642.829000', '191642.832000', '191642.835000', '191642.837000', '191642.840000', '191642.842000', '191642.845000', '191642.848000', '191642.850000', '191642.853000', '191642.855000', '191642.858000', '191642.860000', '191642.863000', '191642.866000', '191642.868000', '191642.871000', '191642.873000', '191642.876000', '191642.879000', '191642.881000', '191642.884000', '191642.886000', '191642.889000', '191642.892000', '191642.894000', '191702.784000', '191702.787000', '191702.789000', '191702.792000', '191702.795000', '191702.797000', '191702.800000', '191702.803000', '191702.805000', '191702.808000', '191702.810000', '191702.813000', '191702.816000', '191702.818000', '191702.821000', '191702.823000', '191702.826000', '191702.829000', '191702.831000', '191702.834000', '191702.836000', '191702.839000', '191702.842000', '191702.844000', '191702.847000', '191702.849000', '191702.852000', '191702.855000', '191702.857000', '191702.860000', '191702.862000', '191702.865000', '191702.868000', '191702.870000', '191702.873000', '191702.876000', '191702.878000', '191702.881000', '191702.883000', '191702.886000', '191702.889000', '191702.891000', '191702.894000', '191702.896000', '191722.784000', '191722.786000', '191722.789000', '191722.792000', '191722.794000', '191722.797000', '191722.799000', '191722.802000', '191722.805000', '191722.807000', '191722.810000', '191722.812000', '191722.815000', '191722.818000', '191722.820000', '191722.823000', '191722.825000', '191722.828000', '191722.831000', '191722.833000', '191722.836000', '191722.839000', '191722.841000', '191722.844000', '191722.846000', '191722.849000', '191722.851000', '191722.854000', '191722.857000', '191722.859000', '191722.862000', '191722.865000', '191722.867000', '191722.870000', '191722.872000', '191722.875000', '191722.878000', '191722.880000', '191722.883000', '191722.885000', '191722.888000', '191722.891000', '191722.893000', '191742.784000', '191742.787000', '191742.790000', '191742.792000', '191742.795000', '191742.797000', '191742.800000', '191742.803000', '191742.805000', '191742.808000', '191742.810000', '191742.813000', '191742.816000', '191742.818000', '191742.821000', '191742.824000', '191742.826000', '191742.829000', '191742.831000', '191742.834000', '191742.837000', '191742.839000', '191742.842000', '191742.844000', '191742.847000', '191742.850000', '191742.852000', '191742.855000', '191742.857000', '191742.860000', '191742.863000', '191742.865000', '191742.868000', '191742.870000', '191742.873000', '191742.875000', '191742.878000', '191742.881000', '191742.883000', '191742.886000', '191742.889000', '191742.891000', '191742.894000', '191802.792000', '191802.795000', '191802.798000', '191802.800000', '191802.803000', '191802.806000', '191802.808000', '191802.811000', '191802.813000', '191802.816000', '191802.818000', '191802.821000', '191802.824000', '191802.826000', '191802.829000', '191802.831000', '191802.834000', '191802.837000', '191802.839000', '191802.842000', '191802.844000', '191802.847000', '191802.850000', '191802.852000', '191802.855000', '191802.857000', '191802.860000', '191802.862000', '191802.865000', '191802.868000', '191802.870000', '191802.873000', '191802.876000', '191802.878000', '191802.881000', '191802.883000', '191802.886000', '191802.888000', '191802.891000', '191802.894000', '191802.896000', '191802.899000', '191802.902000', '191802.904000', '191822.784000', '191822.786000', '191822.789000', '191822.792000', '191822.794000', '191822.797000', '191822.800000', '191822.804000', '191822.806000', '191822.809000', '191822.812000', '191822.814000', '191822.817000', '191822.820000', '191822.822000', '191822.825000', '191822.828000', '191822.830000', '191822.833000', '191822.835000', '191822.838000', '191822.840000', '191822.843000', '191822.846000', '191822.848000', '191822.851000', '191822.853000', '191822.856000', '191822.859000', '191822.862000', '191822.864000', '191822.867000', '191822.870000', '191822.872000', '191822.875000', '191822.877000', '191822.880000', '191822.883000', '191822.885000', '191822.888000', '191822.891000', '191822.893000', '191822.896000', '191842.785000', '191842.787000', '191842.790000', '191842.793000', '191842.795000', '191842.798000', '191842.801000', '191842.803000', '191842.806000', '191842.809000', '191842.811000', '191842.814000', '191842.816000', '191842.819000', '191842.830000', '191842.833000', '191842.835000', '191842.838000', '191842.841000', '191842.843000', '191842.846000', '191842.848000', '191842.851000', '191842.854000', '191842.856000', '191842.859000', '191842.861000', '191842.864000', '191842.867000', '191842.869000', '191842.872000', '191842.875000', '191842.877000', '191842.880000', '191842.882000', '191842.885000', '191842.888000', '191842.890000', '191842.893000', '191842.895000', '191842.898000', '191842.900000', '191842.903000', '191842.906000', '191902.785000', '191902.788000', '191902.791000', '191902.793000', '191902.796000', '191902.798000', '191902.801000', '191902.803000', '191902.806000', '191902.809000', '191902.811000', '191902.814000', '191902.816000', '191902.819000', '191902.822000', '191902.824000', '191902.827000', '191902.829000', '191902.833000', '191902.836000', '191902.839000', '191902.842000', '191902.844000', '191902.847000', '191902.849000', '191902.852000', '191902.855000', '191902.857000', '191902.860000', '191902.863000', '191902.865000', '191902.868000', '191902.870000', '191902.873000', '191902.876000', '191902.878000', '191902.881000', '191902.883000', '191902.886000', '191902.889000', '191902.892000', '191902.894000', '191902.897000', '191922.784000', '191922.786000', '191922.789000', '191922.792000', '191922.794000', '191922.797000', '191922.800000', '191922.802000', '191922.805000', '191922.807000', '191922.810000', '191922.813000', '191922.815000', '191922.818000', '191922.820000', '191922.823000', '191922.826000', '191922.828000', '191922.831000', '191922.833000', '191922.836000', '191922.838000', '191922.841000', '191922.844000', '191922.846000', '191922.849000', '191922.852000', '191922.854000', '191922.857000', '191922.859000', '191922.862000', '191922.865000', '191922.867000', '191922.870000', '191922.872000', '191922.875000', '191922.878000', '191922.880000', '191922.883000', '191922.885000', '191922.888000', '191922.891000', '191922.893000', '191922.896000', '191941.399000', '191941.401000', '191941.404000', '191941.407000', '191941.409000', '191941.412000', '191941.415000', '191941.417000', '191941.420000', '191941.422000', '191941.425000', '191941.428000', '191941.430000', '191941.433000', '191941.435000', '191941.438000', '191941.441000', '191941.443000', '191941.446000', '191941.449000', '191941.451000', '191941.454000', '191941.456000', '191941.459000', '191941.462000', '191941.464000', '191941.467000', '191941.470000', '191941.473000', '191941.475000', '191941.478000', '191941.480000', '191941.483000', '191941.485000', '191941.488000', '191941.491000', '191941.493000', '191941.496000', '191941.499000', '191941.501000', '191941.504000'], 'InstanceCreationTime': ['191042.820000', '191042.825000', '191042.828000', '191042.831000', '191042.834000', '191042.836000', '191042.839000', '191042.841000', '191042.844000', '191042.847000', '191042.849000', '191042.852000', '191042.855000', '191042.858000', '191042.861000', '191042.868000', '191042.870000', '191042.873000', '191042.875000', '191042.878000', '191042.880000', '191042.883000', '191042.885000', '191042.888000', '191042.891000', '191042.893000', '191042.896000', '191042.899000', '191042.901000', '191042.904000', '191042.906000', '191042.909000', '191042.911000', '191042.914000', '191042.916000', '191042.919000', '191042.922000', '191102.783000', '191102.786000', '191102.789000', '191102.791000', '191102.794000', '191102.797000', '191102.799000', '191102.802000', '191102.804000', '191102.807000', '191102.809000', '191102.812000', '191102.814000', '191102.817000', '191102.820000', '191102.822000', '191102.825000', '191102.827000', '191102.833000', '191102.835000', '191102.838000', '191102.840000', '191102.843000', '191102.845000', '191102.848000', '191102.850000', '191102.853000', '191102.856000', '191102.858000', '191102.861000', '191102.863000', '191102.866000', '191102.868000', '191102.871000', '191102.874000', '191102.876000', '191102.879000', '191102.881000', '191102.884000', '191102.887000', '191102.889000', '191102.892000', '191102.895000', '191102.897000', '191122.783000', '191122.786000', '191122.789000', '191122.792000', '191122.794000', '191122.797000', '191122.799000', '191122.802000', '191122.804000', '191122.807000', '191122.809000', '191122.812000', '191122.815000', '191122.817000', '191122.820000', '191122.822000', '191122.825000', '191122.828000', '191122.830000', '191122.833000', '191122.835000', '191122.838000', '191122.841000', '191122.843000', '191122.846000', '191122.848000', '191122.851000', '191122.853000', '191122.856000', '191122.859000', '191122.861000', '191122.864000', '191122.866000', '191122.869000', '191122.872000', '191122.874000', '191122.877000', '191122.879000', '191122.882000', '191122.884000', '191122.887000', '191122.890000', '191122.892000', '191122.895000', '191142.783000', '191142.786000', '191142.789000', '191142.791000', '191142.794000', '191142.797000', '191142.799000', '191142.802000', '191142.804000', '191142.807000', '191142.809000', '191142.812000', '191142.815000', '191142.817000', '191142.820000', '191142.822000', '191142.825000', '191142.828000', '191142.830000', '191142.833000', '191142.835000', '191142.838000', '191142.841000', '191142.843000', '191142.846000', '191142.848000', '191142.851000', '191142.854000', '191142.857000', '191142.860000', '191142.862000', '191142.865000', '191142.867000', '191142.870000', '191142.873000', '191142.875000', '191142.878000', '191142.880000', '191142.883000', '191142.885000', '191142.888000', '191142.897000', '191142.899000', '191202.784000', '191202.810000', '191202.812000', '191202.815000', '191202.818000', '191202.820000', '191202.823000', '191202.825000', '191202.828000', '191202.831000', '191202.833000', '191202.836000', '191202.838000', '191202.841000', '191202.844000', '191202.847000', '191202.850000', '191202.852000', '191202.855000', '191202.857000', '191202.860000', '191202.863000', '191202.865000', '191202.868000', '191202.870000', '191202.873000', '191202.876000', '191202.878000', '191202.881000', '191202.883000', '191202.886000', '191202.889000', '191202.891000', '191202.894000', '191202.896000', '191202.899000', '191202.902000', '191202.904000', '191202.907000', '191202.909000', '191202.912000', '191202.915000', '191202.917000', '191222.783000', '191222.786000', '191222.789000', '191222.791000', '191222.794000', '191222.797000', '191222.799000', '191222.802000', '191222.805000', '191222.807000', '191222.810000', '191222.813000', '191222.815000', '191222.818000', '191222.820000', '191222.823000', '191222.826000', '191222.828000', '191222.831000', '191222.833000', '191222.836000', '191222.839000', '191222.841000', '191222.844000', '191222.846000', '191222.849000', '191222.852000', '191222.854000', '191222.857000', '191222.859000', '191222.862000', '191222.865000', '191222.867000', '191222.870000', '191222.872000', '191222.875000', '191222.878000', '191222.880000', '191222.883000', '191222.885000', '191222.888000', '191222.890000', '191222.893000', '191222.896000', '191242.784000', '191242.786000', '191242.789000', '191242.792000', '191242.794000', '191242.797000', '191242.799000', '191242.802000', '191242.804000', '191242.807000', '191242.810000', '191242.812000', '191242.815000', '191242.818000', '191242.820000', '191242.823000', '191242.825000', '191242.828000', '191242.831000', '191242.833000', '191242.836000', '191242.838000', '191242.841000', '191242.843000', '191242.846000', '191242.849000', '191242.851000', '191242.854000', '191242.857000', '191242.859000', '191242.862000', '191242.865000', '191242.867000', '191242.870000', '191242.873000', '191242.875000', '191242.878000', '191242.880000', '191242.883000', '191242.885000', '191242.888000', '191242.891000', '191242.893000', '191302.784000', '191302.787000', '191302.789000', '191302.792000', '191302.795000', '191302.797000', '191302.800000', '191302.802000', '191302.805000', '191302.808000', '191302.810000', '191302.813000', '191302.816000', '191302.818000', '191302.821000', '191302.824000', '191302.826000', '191302.829000', '191302.831000', '191302.834000', '191302.836000', '191302.839000', '191302.842000', '191302.844000', '191302.847000', '191302.849000', '191302.852000', '191302.855000', '191302.857000', '191302.860000', '191302.862000', '191302.865000', '191302.867000', '191302.870000', '191302.873000', '191302.875000', '191302.878000', '191302.880000', '191302.883000', '191302.886000', '191302.888000', '191302.891000', '191302.893000', '191302.896000', '191322.783000', '191322.786000', '191322.789000', '191322.792000', '191322.794000', '191322.797000', '191322.800000', '191322.802000', '191322.805000', '191322.808000', '191322.810000', '191322.813000', '191322.816000', '191322.818000', '191322.821000', '191322.824000', '191322.826000', '191322.829000', '191322.832000', '191322.834000', '191322.837000', '191322.839000', '191322.842000', '191322.845000', '191322.847000', '191322.850000', '191322.852000', '191322.855000', '191322.858000', '191322.860000', '191322.863000', '191322.865000', '191322.868000', '191322.871000', '191322.873000', '191322.876000', '191322.878000', '191322.881000', '191322.885000', '191322.888000', '191322.891000', '191322.894000', '191322.896000', '191342.783000', '191342.786000', '191342.789000', '191342.792000', '191342.794000', '191342.797000', '191342.799000', '191342.802000', '191342.805000', '191342.807000', '191342.810000', '191342.813000', '191342.815000', '191342.818000', '191342.820000', '191342.823000', '191342.826000', '191342.828000', '191342.831000', '191342.833000', '191342.836000', '191342.838000', '191342.841000', '191342.844000', '191342.846000', '191342.849000', '191342.851000', '191342.854000', '191342.857000', '191342.859000', '191342.862000', '191342.864000', '191342.867000', '191342.870000', '191342.872000', '191342.875000', '191342.877000', '191342.880000', '191342.883000', '191342.885000', '191342.888000', '191342.890000', '191342.893000', '191342.895000', '191402.784000', '191402.787000', '191402.790000', '191402.793000', '191402.795000', '191402.798000', '191402.800000', '191402.803000', '191402.805000', '191402.808000', '191402.811000', '191402.813000', '191402.816000', '191402.818000', '191402.821000', '191402.823000', '191402.826000', '191402.829000', '191402.831000', '191402.834000', '191402.836000', '191402.839000', '191402.842000', '191402.844000', '191402.847000', '191402.849000', '191402.852000', '191402.854000', '191402.857000', '191402.860000', '191402.862000', '191402.865000', '191402.867000', '191402.870000', '191402.873000', '191402.876000', '191402.879000', '191402.882000', '191402.885000', '191402.887000', '191402.890000', '191402.892000', '191402.895000', '191422.785000', '191422.787000', '191422.790000', '191422.793000', '191422.795000', '191422.803000', '191422.805000', '191422.808000', '191422.810000', '191422.813000', '191422.816000', '191422.818000', '191422.821000', '191422.823000', '191422.826000', '191422.829000', '191422.831000', '191422.834000', '191422.836000', '191422.839000', '191422.842000', '191422.844000', '191422.847000', '191422.849000', '191422.852000', '191422.854000', '191422.857000', '191422.860000', '191422.862000', '191422.865000', '191422.868000', '191422.870000', '191422.873000', '191422.876000', '191422.878000', '191422.881000', '191422.883000', '191422.886000', '191422.889000', '191422.891000', '191422.894000', '191422.896000', '191422.899000', '191422.902000', '191442.783000', '191442.786000', '191442.789000', '191442.792000', '191442.794000', '191442.797000', '191442.800000', '191442.802000', '191442.805000', '191442.807000', '191442.810000', '191442.813000', '191442.815000', '191442.818000', '191442.820000', '191442.823000', '191442.826000', '191442.828000', '191442.831000', '191442.833000', '191442.836000', '191442.839000', '191442.841000', '191442.844000', '191442.847000', '191442.849000', '191442.852000', '191442.854000', '191442.857000', '191442.860000', '191442.862000', '191442.865000', '191442.867000', '191442.870000', '191442.873000', '191442.875000', '191442.878000', '191442.880000', '191442.883000', '191442.886000', '191442.888000', '191442.891000', '191442.893000', '191502.784000', '191502.786000', '191502.789000', '191502.792000', '191502.794000', '191502.797000', '191502.800000', '191502.802000', '191502.805000', '191502.807000', '191502.810000', '191502.813000', '191502.815000', '191502.818000', '191502.821000', '191502.823000', '191502.826000', '191502.828000', '191502.831000', '191502.833000', '191502.836000', '191502.839000', '191502.871000', '191502.874000', '191502.877000', '191502.879000', '191502.882000', '191502.885000', '191502.887000', '191502.890000', '191502.892000', '191502.895000', '191502.898000', '191502.900000', '191502.903000', '191502.906000', '191502.908000', '191502.911000', '191502.914000', '191502.916000', '191502.919000', '191502.921000', '191502.924000', '191502.927000', '191522.783000', '191522.786000', '191522.789000', '191522.792000', '191522.794000', '191522.797000', '191522.800000', '191522.802000', '191522.805000', '191522.807000', '191522.810000', '191522.812000', '191522.815000', '191522.818000', '191522.820000', '191522.823000', '191522.825000', '191522.828000', '191522.831000', '191522.833000', '191522.836000', '191522.838000', '191522.841000', '191522.844000', '191522.846000', '191522.849000', '191522.851000', '191522.854000', '191522.857000', '191522.859000', '191522.862000', '191522.865000', '191522.867000', '191522.870000', '191522.873000', '191522.875000', '191522.878000', '191522.880000', '191522.883000', '191522.886000', '191522.888000', '191522.891000', '191522.893000', '191542.783000', '191542.786000', '191542.789000', '191542.792000', '191542.794000', '191542.797000', '191542.800000', '191542.802000', '191542.805000', '191542.807000', '191542.810000', '191542.813000', '191542.815000', '191542.818000', '191542.820000', '191542.823000', '191542.826000', '191542.828000', '191542.831000', '191542.833000', '191542.836000', '191542.839000', '191542.841000', '191542.844000', '191542.846000', '191542.849000', '191542.852000', '191542.854000', '191542.857000', '191542.859000', '191542.862000', '191542.865000', '191542.867000', '191542.870000', '191542.872000', '191542.875000', '191542.878000', '191542.880000', '191542.883000', '191542.886000', '191542.890000', '191542.893000', '191542.895000', '191542.898000', '191602.783000', '191602.786000', '191602.789000', '191602.791000', '191602.794000', '191602.797000', '191602.799000', '191602.802000', '191602.805000', '191602.807000', '191602.810000', '191602.812000', '191602.815000', '191602.817000', '191602.820000', '191602.823000', '191602.825000', '191602.828000', '191602.831000', '191602.833000', '191602.836000', '191602.838000', '191602.841000', '191602.844000', '191602.846000', '191602.849000', '191602.851000', '191602.854000', '191602.857000', '191602.859000', '191602.862000', '191602.864000', '191602.867000', '191602.870000', '191602.872000', '191602.875000', '191602.878000', '191602.880000', '191602.883000', '191602.885000', '191602.888000', '191602.890000', '191602.893000', '191622.784000', '191622.787000', '191622.790000', '191622.792000', '191622.795000', '191622.798000', '191622.800000', '191622.803000', '191622.806000', '191622.808000', '191622.811000', '191622.813000', '191622.816000', '191622.819000', '191622.821000', '191622.824000', '191622.826000', '191622.829000', '191622.832000', '191622.834000', '191622.837000', '191622.839000', '191622.842000', '191622.845000', '191622.847000', '191622.850000', '191622.852000', '191622.855000', '191622.857000', '191622.860000', '191622.863000', '191622.865000', '191622.868000', '191622.871000', '191622.873000', '191622.876000', '191622.878000', '191622.881000', '191622.884000', '191622.886000', '191622.889000', '191622.891000', '191622.894000', '191622.897000', '191642.785000', '191642.788000', '191642.790000', '191642.793000', '191642.795000', '191642.798000', '191642.801000', '191642.803000', '191642.806000', '191642.808000', '191642.811000', '191642.814000', '191642.816000', '191642.819000', '191642.822000', '191642.824000', '191642.827000', '191642.829000', '191642.832000', '191642.835000', '191642.837000', '191642.840000', '191642.842000', '191642.845000', '191642.848000', '191642.850000', '191642.853000', '191642.855000', '191642.858000', '191642.860000', '191642.863000', '191642.866000', '191642.868000', '191642.871000', '191642.873000', '191642.876000', '191642.879000', '191642.881000', '191642.884000', '191642.886000', '191642.889000', '191642.892000', '191642.894000', '191702.784000', '191702.787000', '191702.789000', '191702.792000', '191702.795000', '191702.797000', '191702.800000', '191702.803000', '191702.805000', '191702.808000', '191702.810000', '191702.813000', '191702.816000', '191702.818000', '191702.821000', '191702.823000', '191702.826000', '191702.829000', '191702.831000', '191702.834000', '191702.836000', '191702.839000', '191702.842000', '191702.844000', '191702.847000', '191702.849000', '191702.852000', '191702.855000', '191702.857000', '191702.860000', '191702.862000', '191702.865000', '191702.868000', '191702.870000', '191702.873000', '191702.876000', '191702.878000', '191702.881000', '191702.883000', '191702.886000', '191702.889000', '191702.891000', '191702.894000', '191702.896000', '191722.784000', '191722.786000', '191722.789000', '191722.792000', '191722.794000', '191722.797000', '191722.799000', '191722.802000', '191722.805000', '191722.807000', '191722.810000', '191722.812000', '191722.815000', '191722.818000', '191722.820000', '191722.823000', '191722.825000', '191722.828000', '191722.831000', '191722.833000', '191722.836000', '191722.839000', '191722.841000', '191722.844000', '191722.846000', '191722.849000', '191722.851000', '191722.854000', '191722.857000', '191722.859000', '191722.862000', '191722.865000', '191722.867000', '191722.870000', '191722.872000', '191722.875000', '191722.878000', '191722.880000', '191722.883000', '191722.885000', '191722.888000', '191722.891000', '191722.893000', '191742.784000', '191742.787000', '191742.790000', '191742.792000', '191742.795000', '191742.797000', '191742.800000', '191742.803000', '191742.805000', '191742.808000', '191742.810000', '191742.813000', '191742.816000', '191742.818000', '191742.821000', '191742.824000', '191742.826000', '191742.829000', '191742.831000', '191742.834000', '191742.837000', '191742.839000', '191742.842000', '191742.844000', '191742.847000', '191742.850000', '191742.852000', '191742.855000', '191742.857000', '191742.860000', '191742.863000', '191742.865000', '191742.868000', '191742.870000', '191742.873000', '191742.875000', '191742.878000', '191742.881000', '191742.883000', '191742.886000', '191742.889000', '191742.891000', '191742.894000', '191802.792000', '191802.795000', '191802.798000', '191802.800000', '191802.803000', '191802.806000', '191802.808000', '191802.811000', '191802.813000', '191802.816000', '191802.818000', '191802.821000', '191802.824000', '191802.826000', '191802.829000', '191802.831000', '191802.834000', '191802.837000', '191802.839000', '191802.842000', '191802.844000', '191802.847000', '191802.850000', '191802.852000', '191802.855000', '191802.857000', '191802.860000', '191802.862000', '191802.865000', '191802.868000', '191802.870000', '191802.873000', '191802.876000', '191802.878000', '191802.881000', '191802.883000', '191802.886000', '191802.888000', '191802.891000', '191802.894000', '191802.896000', '191802.899000', '191802.902000', '191802.904000', '191822.784000', '191822.786000', '191822.789000', '191822.792000', '191822.794000', '191822.797000', '191822.800000', '191822.804000', '191822.806000', '191822.809000', '191822.812000', '191822.814000', '191822.817000', '191822.820000', '191822.822000', '191822.825000', '191822.828000', '191822.830000', '191822.833000', '191822.835000', '191822.838000', '191822.840000', '191822.843000', '191822.846000', '191822.848000', '191822.851000', '191822.853000', '191822.856000', '191822.859000', '191822.862000', '191822.864000', '191822.867000', '191822.870000', '191822.872000', '191822.875000', '191822.877000', '191822.880000', '191822.883000', '191822.885000', '191822.888000', '191822.891000', '191822.893000', '191822.896000', '191842.785000', '191842.787000', '191842.790000', '191842.793000', '191842.795000', '191842.798000', '191842.801000', '191842.803000', '191842.806000', '191842.809000', '191842.811000', '191842.814000', '191842.816000', '191842.819000', '191842.830000', '191842.833000', '191842.835000', '191842.838000', '191842.841000', '191842.843000', '191842.846000', '191842.848000', '191842.851000', '191842.854000', '191842.856000', '191842.859000', '191842.861000', '191842.864000', '191842.867000', '191842.869000', '191842.872000', '191842.875000', '191842.877000', '191842.880000', '191842.882000', '191842.885000', '191842.888000', '191842.890000', '191842.893000', '191842.895000', '191842.898000', '191842.900000', '191842.903000', '191842.906000', '191902.785000', '191902.788000', '191902.791000', '191902.793000', '191902.796000', '191902.798000', '191902.801000', '191902.803000', '191902.806000', '191902.809000', '191902.811000', '191902.814000', '191902.816000', '191902.819000', '191902.822000', '191902.824000', '191902.827000', '191902.829000', '191902.833000', '191902.836000', '191902.839000', '191902.842000', '191902.844000', '191902.847000', '191902.849000', '191902.852000', '191902.855000', '191902.857000', '191902.860000', '191902.863000', '191902.865000', '191902.868000', '191902.870000', '191902.873000', '191902.876000', '191902.878000', '191902.881000', '191902.883000', '191902.886000', '191902.889000', '191902.892000', '191902.894000', '191902.897000', '191922.784000', '191922.786000', '191922.789000', '191922.792000', '191922.794000', '191922.797000', '191922.800000', '191922.802000', '191922.805000', '191922.807000', '191922.810000', '191922.813000', '191922.815000', '191922.818000', '191922.820000', '191922.823000', '191922.826000', '191922.828000', '191922.831000', '191922.833000', '191922.836000', '191922.838000', '191922.841000', '191922.844000', '191922.846000', '191922.849000', '191922.852000', '191922.854000', '191922.857000', '191922.859000', '191922.862000', '191922.865000', '191922.867000', '191922.870000', '191922.872000', '191922.875000', '191922.878000', '191922.880000', '191922.883000', '191922.885000', '191922.888000', '191922.891000', '191922.893000', '191922.896000', '191941.399000', '191941.401000', '191941.404000', '191941.407000', '191941.409000', '191941.412000', '191941.415000', '191941.417000', '191941.420000', '191941.422000', '191941.425000', '191941.428000', '191941.430000', '191941.433000', '191941.435000', '191941.438000', '191941.441000', '191941.443000', '191941.446000', '191941.449000', '191941.451000', '191941.454000', '191941.456000', '191941.459000', '191941.462000', '191941.464000', '191941.467000', '191941.470000', '191941.473000', '191941.475000', '191941.478000', '191941.480000', '191941.483000', '191941.485000', '191941.488000', '191941.491000', '191941.493000', '191941.496000', '191941.499000', '191941.501000', '191941.504000'], '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': [8868, 7772, 8235, 7417, 8861, 10713, 7521, 10991, 7400, 8258, 7091, 7993, 12951, 7892, 9304, 7866, 7783, 7194, 7347, 7348, 8185, 12623, 7884, 7812, 7975, 7734, 10870, 7303, 9998, 8033, 7964, 10682, 7967, 10666, 7337, 8978, 9538, 8017, 11802, 7538, 9323, 7705, 8203, 12146, 7791, 8923, 7528, 8981, 7752, 7930, 11976, 7520, 8279, 7831, 10069, 7824, 10980, 8292, 8189, 7900, 8150, 12594, 8189, 10040, 8092, 8078, 7762, 8264, 12663, 7983, 9488, 8001, 8069, 7866, 8420, 12483, 8170, 9408, 8117, 8055, 8215, 7808, 8347, 8698, 9854, 7740, 9210, 7722, 10426, 8214, 8100, 8883, 7752, 9456, 7910, 9516, 7868, 8425, 12111, 7948, 9219, 7811, 9319, 8258, 8724, 10131, 8022, 9815, 8045, 9192, 8344, 8352, 9384, 7905, 8051, 7820, 11498, 7844, 9801, 8380, 8081, 7798, 7550, 7841, 8340, 11850, 8317, 9122, 7799, 7965, 9870, 8019, 11399, 7973, 8044, 7780, 7732, 7885, 8517, 12943, 7944, 9362, 8043, 9037, 7946, 8541, 8408, 8002, 7534, 7784, 11474, 8041, 7916, 9139, 8103, 9954, 7776, 9725, 8122, 7720, 8715, 7710, 7938, 7861, 12267, 8040, 9106, 8254, 7841, 7970, 8185, 9686, 8053, 11288, 8288, 8070, 7939, 7933, 8007, 8266, 10738, 7931, 10460, 8008, 9549, 7770, 7569, 9052, 8215, 11721, 8005, 9231, 7834, 9662, 8388, 8741, 8340, 8300, 9345, 7937, 10467, 7996, 7923, 9374, 8147, 8818, 7924, 10930, 8122, 9371, 8391, 7777, 7952, 8194, 9612, 7993, 10800, 8011, 7821, 8003, 7964, 9019, 8000, 11941, 8207, 8107, 8962, 7468, 7853, 7447, 7995, 8163, 13131, 8446, 8180, 8034, 8267, 11670, 8168, 8028, 9397, 7689, 8022, 7723, 8211, 8183, 12269, 8568, 8120, 8194, 8241, 12303, 8154, 10110, 8156, 8022, 7990, 8248, 11535, 8018, 10190, 8008, 8121, 8240, 7989, 8191, 8591, 12859, 8123, 8540, 7754, 7700, 8049, 10587, 8371, 11107, 8137, 7628, 7573, 8065, 10674, 8074, 9240, 7870, 7537, 7425, 8280, 13115, 8039, 10016, 8079, 7891, 7824, 8286, 12279, 8311, 9815, 8173, 7529, 7404, 8217, 14356, 7993, 9755, 7266, 7445, 7209, 7949, 7709, 8236, 7488, 10107, 7329, 7486, 9967, 7332, 10087, 13936, 8752, 9840, 9374, 7172, 7322, 7494, 7860, 8541, 11784, 8736, 7565, 7794, 7202, 8388, 7770, 12727, 9461, 8291, 11569, 7312, 9417, 7423, 9806, 8534, 8130, 9455, 7811, 10046, 7681, 7305, 10062, 7584, 12731, 12296, 8923, 7881, 7483, 8306, 7818, 12192, 7765, 8611, 7466, 9885, 7578, 11823, 7994, 8130, 7652, 7833, 7434, 7683, 8161, 8418, 9618, 7568, 8099, 7938, 8136, 7995, 13304, 8622, 9317, 7500, 8697, 7723, 8269, 9305, 7463, 7281, 7553, 7748, 9185, 7750, 9911, 7483, 12247, 7807, 7854, 12515, 7472, 8351, 7479, 8237, 7882, 8049, 12535, 7597, 11226, 7493, 10103, 7956, 9103, 8095, 7950, 7268, 8121, 12187, 7919, 9727, 7730, 7734, 7756, 7884, 11609, 8016, 10902, 7561, 8704, 7714, 7948, 13784, 8178, 9767, 7839, 7977, 7545, 7449, 7941, 8149, 13917, 8101, 10071, 7914, 10481, 8071, 8436, 12728, 8276, 9636, 7880, 8238, 13306, 7921, 9122, 7618, 8021, 12026, 7957, 10124, 7732, 7825, 7330, 7925, 12018, 7994, 9350, 7757, 7663, 7497, 8298, 12794, 8058, 8749, 9265, 8165, 12260, 7826, 9810, 7622, 8339, 13361, 7871, 9251, 7883, 7767, 10824, 7809, 11394, 8224, 8099, 7850, 8121, 13534, 7975, 10161, 8175, 7936, 7846, 8259, 12889, 7830, 9981, 8191, 8624, 13421, 8010, 9292, 7861, 8006, 8970, 8470, 12290, 8214, 9002, 7927, 8443, 8238, 8433, 11948, 8276, 8719, 8056, 8563, 11121, 7987, 11673, 8031, 7949, 7933, 8313, 7651, 8602, 13195, 8028, 9879, 7819, 8121, 11668, 8221, 10786, 8230, 7737, 7679, 8078, 12869, 8242, 9578, 7934, 8168, 9216, 7941, 12099, 8386, 8488, 9360, 7332, 7525, 8268, 12510, 8141, 9544, 8322, 7759, 7719, 7255, 8728, 8386, 13218, 8373, 8442, 7958, 8481, 13900, 8106, 9759, 8511, 7760, 7875, 8298, 12100, 8277, 9996, 8372, 7667, 7757, 8376, 13354, 8120, 10269, 8348, 8436, 7879, 8427, 12498, 8117, 10790, 8410, 8094, 8003, 8116, 8147, 8857, 10318, 7875, 9038, 7957, 11695, 8323, 8688, 9655, 7767, 8453, 8235, 12663, 8344, 9183, 8567, 7919, 7767, 7998, 12114, 8520, 9545, 8335, 8244, 7633, 8030, 13314, 8366, 10111, 8625, 8098, 8055, 8511, 14016, 8389, 10203, 8041, 8613, 7767, 8352, 12286, 8324, 10593, 7878, 9420, 7989, 8910, 8852, 8793, 12809, 8141, 9490, 8268, 9469, 8492, 8059, 8215, 7569, 7721, 7588, 7667, 8635, 13985, 8319, 10577, 8335, 9095, 7855, 8490, 12157, 8407, 10795, 8188, 8594, 7946, 10949, 8411, 11125, 8670, 8218, 8391, 7877, 8226, 7909, 8552, 8467, 12964, 8278, 9545, 7725, 9232, 7970, 10866, 8076, 9704, 8428, 8401, 8058, 7988, 7764, 7686, 8970, 7553, 8104, 8004, 8240, 8418, 11761, 8204, 11760, 8314, 9981, 7893, 9349, 8122, 10510, 8486, 8140, 8705, 7439, 7431, 7373, 7635, 8123, 14256, 8028, 9936, 8122, 8681, 8102, 9051, 8302, 8963, 8372, 8089, 7638, 8034, 13808, 8269, 9648, 8330, 8058, 7881, 7955, 10919, 8244, 11643, 8512, 9140, 7625, 8609, 8332, 12130, 8477, 8643, 8388, 7610, 8201, 7687, 7999, 8458, 11906, 8285, 10208, 8094, 9589, 8002, 8118, 9893, 8452, 11701, 8102, 11376, 8168, 9945, 8195, 7977, 9602, 7617, 7742, 8221, 12281, 8071, 9785, 8550, 8327, 7738, 8111, 10862, 8321, 11083, 8336, 8859, 8218, 9338, 8163, 9482, 8545, 8678, 8394, 8138, 7846, 8770, 8133, 9036, 8028, 11713, 8610, 9881, 7988, 9952, 10371, 7636, 10648, 7855, 10634, 10556, 7914, 14380, 7813, 8563, 8227, 8213, 7550, 8194, 9811, 7559, 7795, 7799, 7438, 8698, 15154, 8087, 10782, 8579, 9164, 8165, 8024, 9799, 8108, 13410, 7964, 12105, 7877, 10142, 8269, 9989, 8211, 8640, 7557, 8440, 11565, 7940, 11507, 8270, 8949, 7865, 9262, 7612, 8200, 11511, 7834, 11137, 7699, 10053, 8137, 8384, 10384, 7752, 9293, 7849, 11768, 8062, 9735, 8356, 8479, 7578, 7846, 11636, 8174, 10896, 8146, 9126, 8065, 9191, 8133, 8408, 10054, 7727, 10045, 7757, 10962, 8110, 9719, 7910, 8012, 7745, 8175, 13239, 8298, 10336, 8185, 8050, 7747, 7665, 8049, 8329, 13955, 8098, 10762, 7763, 10622, 8370, 9176, 8268, 8106, 7524, 8030, 10447, 8159, 12093, 8095, 8851, 7816, 8020, 11122, 8104, 10786, 8503, 8956, 8032, 8997, 8125, 9822, 10878, 8397, 12014, 7786, 9211, 7704, 8113, 10959, 8007, 8729, 9985, 12686, 10300, 9412, 9573, 7759, 8612, 7801, 10754, 7919, 8778, 8484, 7860, 7752, 7796, 7572, 7970, 12111, 8319, 10451, 8081, 8689, 8007, 8155, 8215, 9060, 10409, 8491, 11543, 8085, 9595, 7891, 9794, 8308, 9180, 8510, 8229, 7982, 8025, 8179, 8383, 11431, 8084, 11620, 8134, 9188, 8270, 8574, 11826, 7926, 9033, 8228, 9243, 8071, 8525, 12815, 8360, 10531, 7979, 10026, 8053, 8796, 8190, 8502, 10129, 7332, 7729, 7791, 8631, 8143, 12334, 8408, 9296, 8803, 7311, 7959, 7827, 7824, 8171, 12575, 8197, 10180, 8369, 8377, 7855, 8706, 8001, 9554, 8720, 8431, 11167, 7485, 8299, 7449, 8012, 8082, 11901, 8714, 9894, 8335, 8293, 8023, 10164, 8214, 10801, 8799, 7761, 8198, 7526, 8930, 8199, 12018, 8254, 9732, 8108, 8603, 8208, 8273, 8199, 10160, 8534, 8219, 8267, 7667, 7913, 7897, 7785, 8109, 8132, 10595, 8246, 8032, 8432, 8263, 8814, 8561, 13708, 10066, 7783, 13847, 7898, 9086, 7701, 11658, 8135, 11243, 8615, 10473, 7748, 10425, 7683, 11524, 8995, 8230, 7620, 7723, 7458, 7798, 11958, 7710, 10773, 8075, 10466, 7863, 10490, 8101, 9928, 8160, 8714, 7623, 8426, 7677, 7933, 10069, 7652, 9593, 7702, 11160, 8093, 9097, 7872, 7829, 7604, 8016, 12738, 8169, 10920, 8583, 9326, 8322, 9129, 7797, 8409, 8100, 10033, 7487, 9938, 7880, 7853, 9693, 8747, 10962, 10740, 8439, 7487, 8569, 8007, 11128, 7899, 12657, 9039, 12633, 7735, 10691, 9457, 8445, 13138, 7654, 7471, 7944, 7466, 8686, 7881, 10622, 12387, 7753, 9985, 7612, 11156, 7851, 8149, 8634, 7629, 7591, 7960, 7643, 8815, 7993, 9169, 10437, 7529, 7465, 7869, 8736, 9006, 12621, 7779, 8029, 7725, 7818, 8480, 7827, 11373, 7864, 14106, 15189, 11556, 8618, 9135, 9263, 9776, 12992, 8246, 7734, 12005], 'WindowCenter': [4218.0, 4183.0, 4178.0, 4168.0, 4188.0, 4195.0, 4166.0, 4194.0, 4152.0, 4162.0, 4140.0, 4163.0, 4202.0, 4163.0, 4183.0, 4163.0, 4162.0, 4142.0, 4154.0, 4152.0, 4174.0, 4205.0, 4164.0, 4153.0, 4152.0, 4153.0, 4182.0, 4152.0, 4182.0, 4163.0, 4164.0, 4181.0, 4151.0, 4181.0, 4151.0, 4171.0, 4171.0, 4162.0, 4191.0, 4151.0, 4159.0, 4149.0, 4161.0, 4190.0, 4150.0, 4159.0, 4150.0, 4172.0, 4149.0, 4162.0, 4191.0, 4150.0, 4160.0, 4152.0, 4181.0, 4153.0, 4194.0, 4162.0, 4162.0, 4152.0, 4162.0, 4192.0, 4162.0, 4171.0, 4151.0, 4151.0, 4151.0, 4162.0, 4191.0, 4161.0, 4171.0, 4150.0, 4150.0, 4150.0, 4162.0, 4190.0, 4161.0, 4171.0, 4150.0, 4149.0, 4161.0, 4150.0, 4162.0, 4173.0, 4183.0, 4152.0, 4170.0, 4151.0, 4181.0, 4160.0, 4151.0, 4160.0, 4150.0, 4169.0, 4161.0, 4171.0, 4150.0, 4162.0, 4191.0, 4151.0, 4170.0, 4151.0, 4171.0, 4160.0, 4161.0, 4180.0, 4151.0, 4170.0, 4161.0, 4171.0, 4161.0, 4162.0, 4171.0, 4161.0, 4150.0, 4151.0, 4191.0, 4161.0, 4181.0, 4162.0, 4151.0, 4151.0, 4151.0, 4161.0, 4173.0, 4193.0, 4163.0, 4172.0, 4152.0, 4162.0, 4170.0, 4151.0, 4192.0, 4162.0, 4151.0, 4151.0, 4151.0, 4161.0, 4173.0, 4203.0, 4162.0, 4171.0, 4161.0, 4161.0, 4162.0, 4173.0, 4163.0, 4163.0, 4150.0, 4151.0, 4191.0, 4150.0, 4151.0, 4160.0, 4151.0, 4170.0, 4151.0, 4170.0, 4151.0, 4151.0, 4161.0, 4151.0, 4150.0, 4162.0, 4191.0, 4150.0, 4162.0, 4161.0, 4151.0, 4150.0, 4161.0, 4170.0, 4151.0, 4182.0, 4161.0, 4150.0, 4150.0, 4150.0, 4151.0, 4162.0, 4182.0, 4163.0, 4181.0, 4162.0, 4171.0, 4151.0, 4151.0, 4171.0, 4163.0, 4192.0, 4162.0, 4171.0, 4152.0, 4170.0, 4163.0, 4173.0, 4162.0, 4163.0, 4172.0, 4162.0, 4182.0, 4151.0, 4162.0, 4172.0, 4152.0, 4161.0, 4162.0, 4182.0, 4162.0, 4173.0, 4162.0, 4151.0, 4150.0, 4162.0, 4171.0, 4162.0, 4193.0, 4163.0, 4152.0, 4162.0, 4163.0, 4172.0, 4163.0, 4193.0, 4174.0, 4165.0, 4173.0, 4152.0, 4162.0, 4152.0, 4162.0, 4163.0, 4204.0, 4163.0, 4162.0, 4150.0, 4161.0, 4181.0, 4160.0, 4162.0, 4170.0, 4151.0, 4149.0, 4151.0, 4161.0, 4162.0, 4193.0, 4162.0, 4150.0, 4161.0, 4161.0, 4192.0, 4151.0, 4181.0, 4150.0, 4150.0, 4149.0, 4161.0, 4180.0, 4161.0, 4182.0, 4150.0, 4150.0, 4161.0, 4150.0, 4161.0, 4173.0, 4203.0, 4162.0, 4161.0, 4151.0, 4151.0, 4163.0, 4183.0, 4162.0, 4192.0, 4162.0, 4152.0, 4151.0, 4162.0, 4181.0, 4162.0, 4172.0, 4163.0, 4152.0, 4151.0, 4163.0, 4203.0, 4164.0, 4184.0, 4163.0, 4163.0, 4165.0, 4175.0, 4193.0, 4164.0, 4182.0, 4162.0, 4152.0, 4153.0, 4176.0, 4214.0, 4164.0, 4184.0, 4154.0, 4164.0, 4165.0, 4175.0, 4179.0, 4176.0, 4167.0, 4209.0, 4179.0, 4179.0, 4209.0, 4179.0, 4210.0, 4218.0, 4177.0, 4187.0, 4174.0, 4142.0, 4152.0, 4153.0, 4165.0, 4191.0, 4211.0, 4177.0, 4153.0, 4152.0, 4152.0, 4173.0, 4165.0, 4220.0, 4184.0, 4164.0, 4192.0, 4154.0, 4173.0, 4166.0, 4185.0, 4161.0, 4151.0, 4174.0, 4153.0, 4174.0, 4139.0, 4140.0, 4170.0, 4152.0, 4204.0, 4192.0, 4147.0, 4136.0, 4125.0, 4135.0, 4137.0, 4178.0, 4138.0, 4146.0, 4137.0, 4168.0, 4149.0, 4178.0, 4149.0, 4149.0, 4138.0, 4137.0, 4139.0, 4149.0, 4160.0, 4162.0, 4171.0, 4153.0, 4151.0, 4162.0, 4150.0, 4163.0, 4204.0, 4162.0, 4170.0, 4151.0, 4160.0, 4150.0, 4163.0, 4171.0, 4140.0, 4140.0, 4150.0, 4162.0, 4185.0, 4166.0, 4184.0, 4156.0, 4206.0, 4153.0, 4163.0, 4193.0, 4142.0, 4160.0, 4152.0, 4161.0, 4161.0, 4164.0, 4194.0, 4153.0, 4192.0, 4153.0, 4183.0, 4164.0, 4174.0, 4164.0, 4163.0, 4152.0, 4164.0, 4193.0, 4163.0, 4174.0, 4152.0, 4152.0, 4151.0, 4162.0, 4181.0, 4163.0, 4182.0, 4151.0, 4160.0, 4150.0, 4151.0, 4191.0, 4161.0, 4170.0, 4150.0, 4150.0, 4151.0, 4150.0, 4162.0, 4165.0, 4204.0, 4163.0, 4172.0, 4163.0, 4182.0, 4162.0, 4163.0, 4192.0, 4162.0, 4172.0, 4151.0, 4163.0, 4203.0, 4163.0, 4172.0, 4152.0, 4163.0, 4192.0, 4163.0, 4183.0, 4164.0, 4164.0, 4153.0, 4165.0, 4204.0, 4176.0, 4185.0, 4164.0, 4165.0, 4154.0, 4176.0, 4205.0, 4164.0, 4175.0, 4173.0, 4175.0, 4193.0, 4164.0, 4184.0, 4152.0, 4164.0, 4204.0, 4163.0, 4173.0, 4163.0, 4164.0, 4193.0, 4164.0, 4194.0, 4165.0, 4165.0, 4164.0, 4165.0, 4204.0, 4164.0, 4184.0, 4165.0, 4164.0, 4162.0, 4163.0, 4204.0, 4152.0, 4183.0, 4162.0, 4174.0, 4203.0, 4163.0, 4172.0, 4163.0, 4163.0, 4173.0, 4164.0, 4193.0, 4165.0, 4173.0, 4164.0, 4164.0, 4163.0, 4175.0, 4205.0, 4175.0, 4174.0, 4165.0, 4176.0, 4194.0, 4166.0, 4206.0, 4166.0, 4165.0, 4165.0, 4175.0, 4164.0, 4177.0, 4207.0, 4166.0, 4187.0, 4165.0, 4165.0, 4194.0, 4175.0, 4195.0, 4164.0, 4164.0, 4151.0, 4164.0, 4204.0, 4175.0, 4185.0, 4164.0, 4175.0, 4174.0, 4165.0, 4204.0, 4175.0, 4175.0, 4174.0, 4154.0, 4163.0, 4175.0, 4204.0, 4166.0, 4185.0, 4163.0, 4164.0, 4153.0, 4154.0, 4173.0, 4175.0, 4205.0, 4164.0, 4163.0, 4150.0, 4163.0, 4202.0, 4162.0, 4172.0, 4162.0, 4152.0, 4151.0, 4162.0, 4192.0, 4162.0, 4172.0, 4163.0, 4152.0, 4151.0, 4163.0, 4202.0, 4162.0, 4183.0, 4163.0, 4163.0, 4151.0, 4163.0, 4192.0, 4162.0, 4182.0, 4162.0, 4151.0, 4152.0, 4161.0, 4164.0, 4175.0, 4184.0, 4164.0, 4173.0, 4164.0, 4194.0, 4164.0, 4175.0, 4186.0, 4154.0, 4162.0, 4164.0, 4204.0, 4163.0, 4175.0, 4174.0, 4163.0, 4152.0, 4163.0, 4192.0, 4163.0, 4173.0, 4163.0, 4163.0, 4152.0, 4163.0, 4202.0, 4163.0, 4184.0, 4163.0, 4163.0, 4151.0, 4173.0, 4203.0, 4163.0, 4183.0, 4152.0, 4161.0, 4151.0, 4162.0, 4193.0, 4163.0, 4182.0, 4162.0, 4172.0, 4164.0, 4174.0, 4172.0, 4174.0, 4203.0, 4163.0, 4172.0, 4163.0, 4172.0, 4174.0, 4164.0, 4175.0, 4164.0, 4164.0, 4164.0, 4164.0, 4176.0, 4217.0, 4175.0, 4184.0, 4164.0, 4174.0, 4151.0, 4163.0, 4193.0, 4164.0, 4183.0, 4163.0, 4161.0, 4163.0, 4193.0, 4174.0, 4195.0, 4175.0, 4163.0, 4163.0, 4162.0, 4162.0, 4163.0, 4162.0, 4175.0, 4205.0, 4164.0, 4172.0, 4153.0, 4173.0, 4163.0, 4183.0, 4163.0, 4184.0, 4163.0, 4163.0, 4163.0, 4163.0, 4152.0, 4164.0, 4175.0, 4165.0, 4164.0, 4165.0, 4175.0, 4176.0, 4205.0, 4175.0, 4195.0, 4176.0, 4184.0, 4164.0, 4174.0, 4165.0, 4195.0, 4175.0, 4164.0, 4175.0, 4154.0, 4154.0, 4155.0, 4164.0, 4176.0, 4216.0, 4177.0, 4186.0, 4166.0, 4175.0, 4176.0, 4175.0, 4176.0, 4186.0, 4176.0, 4166.0, 4164.0, 4165.0, 4204.0, 4176.0, 4185.0, 4175.0, 4164.0, 4163.0, 4165.0, 4183.0, 4165.0, 4195.0, 4175.0, 4173.0, 4165.0, 4174.0, 4175.0, 4206.0, 4164.0, 4175.0, 4163.0, 4153.0, 4162.0, 4153.0, 4163.0, 4164.0, 4195.0, 4164.0, 4183.0, 4164.0, 4173.0, 4162.0, 4163.0, 4184.0, 4165.0, 4194.0, 4164.0, 4193.0, 4164.0, 4184.0, 4163.0, 4165.0, 4173.0, 4154.0, 4154.0, 4175.0, 4194.0, 4164.0, 4184.0, 4164.0, 4164.0, 4153.0, 4164.0, 4183.0, 4176.0, 4196.0, 4165.0, 4175.0, 4175.0, 4174.0, 4176.0, 4185.0, 4176.0, 4165.0, 4164.0, 4167.0, 4165.0, 4177.0, 4166.0, 4187.0, 4181.0, 4212.0, 4189.0, 4198.0, 4177.0, 4211.0, 4200.0, 4168.0, 4197.0, 4167.0, 4197.0, 4186.0, 4165.0, 4205.0, 4153.0, 4163.0, 4163.0, 4163.0, 4153.0, 4165.0, 4185.0, 4154.0, 4165.0, 4165.0, 4156.0, 4177.0, 4219.0, 4167.0, 4196.0, 4176.0, 4174.0, 4164.0, 4164.0, 4184.0, 4165.0, 4205.0, 4164.0, 4193.0, 4164.0, 4184.0, 4166.0, 4186.0, 4165.0, 4164.0, 4154.0, 4165.0, 4194.0, 4165.0, 4194.0, 4164.0, 4163.0, 4164.0, 4173.0, 4153.0, 4165.0, 4194.0, 4153.0, 4183.0, 4154.0, 4173.0, 4153.0, 4164.0, 4183.0, 4153.0, 4172.0, 4152.0, 4193.0, 4162.0, 4173.0, 4152.0, 4162.0, 4151.0, 4153.0, 4183.0, 4164.0, 4184.0, 4153.0, 4171.0, 4163.0, 4173.0, 4164.0, 4165.0, 4183.0, 4154.0, 4183.0, 4154.0, 4194.0, 4165.0, 4185.0, 4164.0, 4164.0, 4153.0, 4165.0, 4204.0, 4165.0, 4184.0, 4164.0, 4164.0, 4153.0, 4153.0, 4163.0, 4177.0, 4216.0, 4165.0, 4184.0, 4154.0, 4184.0, 4164.0, 4174.0, 4163.0, 4164.0, 4152.0, 4164.0, 4183.0, 4164.0, 4194.0, 4164.0, 4173.0, 4152.0, 4163.0, 4182.0, 4163.0, 4182.0, 4163.0, 4162.0, 4164.0, 4172.0, 4164.0, 4185.0, 4184.0, 4189.0, 4206.0, 4153.0, 4171.0, 4165.0, 4166.0, 4195.0, 4176.0, 4187.0, 4200.0, 4219.0, 4186.0, 4176.0, 4173.0, 4151.0, 4149.0, 4140.0, 4168.0, 4148.0, 4148.0, 4160.0, 4149.0, 4138.0, 4149.0, 4149.0, 4160.0, 4191.0, 4162.0, 4181.0, 4151.0, 4160.0, 4150.0, 4150.0, 4163.0, 4174.0, 4182.0, 4174.0, 4193.0, 4163.0, 4172.0, 4162.0, 4182.0, 4164.0, 4174.0, 4175.0, 4163.0, 4162.0, 4163.0, 4174.0, 4175.0, 4193.0, 4164.0, 4193.0, 4152.0, 4173.0, 4161.0, 4174.0, 4193.0, 4163.0, 4172.0, 4162.0, 4172.0, 4151.0, 4163.0, 4204.0, 4163.0, 4182.0, 4163.0, 4182.0, 4163.0, 4173.0, 4163.0, 4175.0, 4183.0, 4153.0, 4153.0, 4164.0, 4174.0, 4165.0, 4206.0, 4164.0, 4175.0, 4174.0, 4151.0, 4152.0, 4153.0, 4153.0, 4175.0, 4204.0, 4175.0, 4184.0, 4164.0, 4162.0, 4164.0, 4162.0, 4164.0, 4184.0, 4162.0, 4163.0, 4194.0, 4153.0, 4162.0, 4152.0, 4163.0, 4164.0, 4193.0, 4175.0, 4183.0, 4163.0, 4162.0, 4164.0, 4183.0, 4175.0, 4194.0, 4176.0, 4154.0, 4163.0, 4154.0, 4172.0, 4162.0, 4192.0, 4164.0, 4174.0, 4152.0, 4162.0, 4162.0, 4161.0, 4163.0, 4184.0, 4174.0, 4163.0, 4162.0, 4152.0, 4163.0, 4165.0, 4163.0, 4164.0, 4166.0, 4198.0, 4167.0, 4166.0, 4156.0, 4157.0, 4165.0, 4179.0, 4221.0, 4187.0, 4169.0, 4195.0, 4164.0, 4173.0, 4165.0, 4195.0, 4165.0, 4195.0, 4163.0, 4171.0, 4140.0, 4169.0, 4151.0, 4182.0, 4162.0, 4150.0, 4137.0, 4137.0, 4126.0, 4138.0, 4167.0, 4138.0, 4167.0, 4149.0, 4167.0, 4149.0, 4168.0, 4149.0, 4169.0, 4149.0, 4148.0, 4139.0, 4149.0, 4139.0, 4151.0, 4170.0, 4151.0, 4171.0, 4152.0, 4182.0, 4163.0, 4174.0, 4164.0, 4154.0, 4152.0, 4163.0, 4204.0, 4175.0, 4196.0, 4175.0, 4174.0, 4177.0, 4186.0, 4169.0, 4176.0, 4176.0, 4199.0, 4169.0, 4197.0, 4178.0, 4179.0, 4202.0, 4204.0, 4215.0, 4200.0, 4178.0, 4167.0, 4177.0, 4179.0, 4198.0, 4179.0, 4207.0, 4177.0, 4195.0, 4155.0, 4186.0, 4173.0, 4165.0, 4204.0, 4152.0, 4140.0, 4151.0, 4154.0, 4174.0, 4164.0, 4195.0, 4204.0, 4154.0, 4172.0, 4153.0, 4183.0, 4152.0, 4163.0, 4163.0, 4154.0, 4152.0, 4162.0, 4153.0, 4174.0, 4165.0, 4187.0, 4195.0, 4164.0, 4153.0, 4165.0, 4176.0, 4177.0, 4208.0, 4165.0, 4166.0, 4167.0, 4169.0, 4176.0, 4179.0, 4207.0, 4179.0, 4233.0, 4232.0, 4195.0, 4163.0, 4174.0, 4188.0, 4200.0, 4218.0, 4177.0, 4167.0, 4220.0], 'WindowWidth': [9360.0, 9303.0, 9287.0, 9274.0, 9298.0, 9304.0, 9265.0, 9299.0, 9240.0, 9251.0, 9222.0, 9256.0, 9305.0, 9257.0, 9284.0, 9258.0, 9253.0, 9226.0, 9244.0, 9239.0, 9273.0, 9315.0, 9259.0, 9244.0, 9238.0, 9241.0, 9279.0, 9240.0, 9279.0, 9256.0, 9258.0, 9276.0, 9235.0, 9274.0, 9236.0, 9263.0, 9263.0, 9253.0, 9289.0, 9235.0, 9244.0, 9230.0, 9248.0, 9288.0, 9232.0, 9244.0, 9235.0, 9264.0, 9231.0, 9252.0, 9292.0, 9234.0, 9245.0, 9239.0, 9277.0, 9243.0, 9299.0, 9254.0, 9254.0, 9237.0, 9253.0, 9292.0, 9254.0, 9264.0, 9237.0, 9235.0, 9236.0, 9253.0, 9292.0, 9251.0, 9263.0, 9233.0, 9233.0, 9233.0, 9252.0, 9289.0, 9250.0, 9262.0, 9233.0, 9230.0, 9250.0, 9234.0, 9253.0, 9271.0, 9283.0, 9239.0, 9261.0, 9238.0, 9276.0, 9245.0, 9236.0, 9247.0, 9234.0, 9258.0, 9249.0, 9262.0, 9232.0, 9253.0, 9291.0, 9236.0, 9259.0, 9236.0, 9262.0, 9246.0, 9251.0, 9273.0, 9235.0, 9259.0, 9249.0, 9263.0, 9251.0, 9253.0, 9262.0, 9250.0, 9232.0, 9237.0, 9289.0, 9251.0, 9278.0, 9253.0, 9235.0, 9236.0, 9236.0, 9251.0, 9271.0, 9299.0, 9258.0, 9267.0, 9238.0, 9253.0, 9261.0, 9236.0, 9291.0, 9252.0, 9235.0, 9235.0, 9236.0, 9249.0, 9269.0, 9310.0, 9253.0, 9263.0, 9250.0, 9249.0, 9252.0, 9268.0, 9256.0, 9255.0, 9234.0, 9238.0, 9290.0, 9234.0, 9237.0, 9246.0, 9234.0, 9260.0, 9235.0, 9261.0, 9236.0, 9238.0, 9249.0, 9236.0, 9234.0, 9251.0, 9290.0, 9235.0, 9252.0, 9251.0, 9236.0, 9234.0, 9250.0, 9259.0, 9236.0, 9279.0, 9250.0, 9232.0, 9234.0, 9232.0, 9237.0, 9253.0, 9278.0, 9255.0, 9275.0, 9251.0, 9261.0, 9236.0, 9237.0, 9262.0, 9255.0, 9291.0, 9251.0, 9262.0, 9240.0, 9262.0, 9255.0, 9269.0, 9254.0, 9254.0, 9265.0, 9253.0, 9278.0, 9236.0, 9253.0, 9265.0, 9238.0, 9250.0, 9253.0, 9278.0, 9253.0, 9268.0, 9252.0, 9236.0, 9234.0, 9252.0, 9262.0, 9252.0, 9295.0, 9257.0, 9240.0, 9253.0, 9256.0, 9266.0, 9257.0, 9295.0, 9273.0, 9261.0, 9269.0, 9238.0, 9252.0, 9240.0, 9251.0, 9257.0, 9312.0, 9256.0, 9253.0, 9233.0, 9248.0, 9275.0, 9246.0, 9251.0, 9261.0, 9234.0, 9230.0, 9237.0, 9249.0, 9255.0, 9296.0, 9253.0, 9234.0, 9248.0, 9250.0, 9291.0, 9236.0, 9277.0, 9234.0, 9233.0, 9229.0, 9249.0, 9272.0, 9250.0, 9278.0, 9234.0, 9233.0, 9249.0, 9235.0, 9250.0, 9269.0, 9310.0, 9252.0, 9249.0, 9238.0, 9237.0, 9257.0, 9281.0, 9254.0, 9294.0, 9252.0, 9239.0, 9235.0, 9253.0, 9275.0, 9254.0, 9267.0, 9256.0, 9240.0, 9238.0, 9257.0, 9309.0, 9259.0, 9285.0, 9256.0, 9255.0, 9260.0, 9273.0, 9296.0, 9258.0, 9280.0, 9253.0, 9241.0, 9243.0, 9279.0, 9326.0, 9260.0, 9287.0, 9247.0, 9258.0, 9261.0, 9275.0, 9288.0, 9278.0, 9272.0, 9330.0, 9291.0, 9290.0, 9330.0, 9290.0, 9332.0, 9342.0, 9281.0, 9294.0, 9271.0, 9226.0, 9239.0, 9243.0, 9262.0, 9306.0, 9335.0, 9277.0, 9240.0, 9239.0, 9241.0, 9270.0, 9265.0, 9348.0, 9285.0, 9259.0, 9295.0, 9245.0, 9268.0, 9265.0, 9287.0, 9250.0, 9236.0, 9268.0, 9239.0, 9267.0, 9216.0, 9219.0, 9260.0, 9240.0, 9315.0, 9292.0, 9223.0, 9203.0, 9188.0, 9201.0, 9210.0, 9266.0, 9213.0, 9218.0, 9210.0, 9251.0, 9230.0, 9267.0, 9231.0, 9228.0, 9212.0, 9210.0, 9216.0, 9231.0, 9247.0, 9254.0, 9264.0, 9243.0, 9236.0, 9251.0, 9235.0, 9257.0, 9313.0, 9253.0, 9259.0, 9234.0, 9246.0, 9232.0, 9253.0, 9261.0, 9219.0, 9219.0, 9234.0, 9255.0, 9288.0, 9267.0, 9287.0, 9251.0, 9318.0, 9242.0, 9257.0, 9296.0, 9224.0, 9247.0, 9238.0, 9250.0, 9251.0, 9260.0, 9297.0, 9242.0, 9293.0, 9244.0, 9282.0, 9259.0, 9274.0, 9257.0, 9256.0, 9239.0, 9258.0, 9296.0, 9256.0, 9270.0, 9239.0, 9238.0, 9237.0, 9253.0, 9277.0, 9255.0, 9279.0, 9235.0, 9245.0, 9232.0, 9236.0, 9289.0, 9250.0, 9261.0, 9233.0, 9233.0, 9235.0, 9235.0, 9254.0, 9261.0, 9312.0, 9254.0, 9264.0, 9255.0, 9280.0, 9251.0, 9256.0, 9291.0, 9252.0, 9265.0, 9236.0, 9254.0, 9310.0, 9256.0, 9267.0, 9240.0, 9256.0, 9293.0, 9257.0, 9282.0, 9258.0, 9258.0, 9242.0, 9262.0, 9313.0, 9278.0, 9290.0, 9260.0, 9262.0, 9246.0, 9277.0, 9315.0, 9260.0, 9275.0, 9270.0, 9275.0, 9296.0, 9259.0, 9284.0, 9242.0, 9259.0, 9313.0, 9255.0, 9268.0, 9257.0, 9258.0, 9294.0, 9258.0, 9300.0, 9262.0, 9261.0, 9257.0, 9261.0, 9314.0, 9258.0, 9286.0, 9262.0, 9257.0, 9252.0, 9257.0, 9311.0, 9240.0, 9281.0, 9253.0, 9271.0, 9310.0, 9254.0, 9265.0, 9254.0, 9255.0, 9266.0, 9258.0, 9297.0, 9260.0, 9268.0, 9258.0, 9259.0, 9255.0, 9277.0, 9316.0, 9276.0, 9273.0, 9263.0, 9277.0, 9298.0, 9264.0, 9319.0, 9264.0, 9262.0, 9264.0, 9276.0, 9261.0, 9280.0, 9322.0, 9264.0, 9292.0, 9260.0, 9262.0, 9298.0, 9273.0, 9301.0, 9259.0, 9259.0, 9239.0, 9259.0, 9311.0, 9275.0, 9289.0, 9260.0, 9275.0, 9270.0, 9262.0, 9313.0, 9274.0, 9274.0, 9271.0, 9246.0, 9256.0, 9275.0, 9313.0, 9263.0, 9288.0, 9258.0, 9259.0, 9243.0, 9245.0, 9269.0, 9274.0, 9318.0, 9259.0, 9256.0, 9234.0, 9254.0, 9308.0, 9254.0, 9266.0, 9251.0, 9239.0, 9235.0, 9254.0, 9292.0, 9253.0, 9267.0, 9255.0, 9239.0, 9236.0, 9254.0, 9306.0, 9253.0, 9282.0, 9254.0, 9254.0, 9236.0, 9254.0, 9291.0, 9253.0, 9279.0, 9253.0, 9237.0, 9238.0, 9250.0, 9258.0, 9275.0, 9285.0, 9259.0, 9269.0, 9259.0, 9298.0, 9259.0, 9276.0, 9289.0, 9244.0, 9253.0, 9258.0, 9311.0, 9256.0, 9274.0, 9270.0, 9256.0, 9238.0, 9257.0, 9294.0, 9255.0, 9268.0, 9257.0, 9255.0, 9238.0, 9256.0, 9307.0, 9257.0, 9284.0, 9255.0, 9254.0, 9237.0, 9269.0, 9309.0, 9257.0, 9282.0, 9237.0, 9249.0, 9235.0, 9254.0, 9295.0, 9257.0, 9280.0, 9253.0, 9264.0, 9258.0, 9271.0, 9264.0, 9271.0, 9308.0, 9254.0, 9266.0, 9255.0, 9265.0, 9272.0, 9260.0, 9276.0, 9258.0, 9259.0, 9259.0, 9258.0, 9278.0, 9336.0, 9277.0, 9286.0, 9259.0, 9271.0, 9237.0, 9256.0, 9295.0, 9259.0, 9281.0, 9256.0, 9250.0, 9257.0, 9295.0, 9272.0, 9301.0, 9275.0, 9254.0, 9254.0, 9252.0, 9254.0, 9255.0, 9254.0, 9274.0, 9317.0, 9257.0, 9266.0, 9241.0, 9268.0, 9257.0, 9281.0, 9257.0, 9286.0, 9257.0, 9254.0, 9255.0, 9255.0, 9240.0, 9257.0, 9274.0, 9260.0, 9259.0, 9261.0, 9276.0, 9278.0, 9314.0, 9273.0, 9302.0, 9277.0, 9284.0, 9259.0, 9272.0, 9263.0, 9301.0, 9274.0, 9260.0, 9274.0, 9246.0, 9245.0, 9247.0, 9260.0, 9278.0, 9332.0, 9280.0, 9291.0, 9264.0, 9275.0, 9278.0, 9275.0, 9280.0, 9293.0, 9279.0, 9263.0, 9259.0, 9261.0, 9314.0, 9275.0, 9288.0, 9275.0, 9259.0, 9256.0, 9261.0, 9282.0, 9260.0, 9302.0, 9274.0, 9269.0, 9261.0, 9272.0, 9276.0, 9317.0, 9258.0, 9273.0, 9255.0, 9242.0, 9252.0, 9241.0, 9254.0, 9260.0, 9305.0, 9259.0, 9281.0, 9257.0, 9267.0, 9253.0, 9257.0, 9284.0, 9261.0, 9297.0, 9259.0, 9296.0, 9257.0, 9283.0, 9255.0, 9260.0, 9269.0, 9243.0, 9243.0, 9273.0, 9298.0, 9260.0, 9286.0, 9258.0, 9259.0, 9241.0, 9258.0, 9282.0, 9276.0, 9304.0, 9261.0, 9273.0, 9276.0, 9271.0, 9279.0, 9288.0, 9276.0, 9259.0, 9257.0, 9264.0, 9260.0, 9279.0, 9261.0, 9293.0, 9292.0, 9331.0, 9300.0, 9311.0, 9285.0, 9333.0, 9316.0, 9269.0, 9309.0, 9266.0, 9307.0, 9288.0, 9261.0, 9316.0, 9241.0, 9253.0, 9255.0, 9253.0, 9242.0, 9260.0, 9287.0, 9245.0, 9260.0, 9260.0, 9250.0, 9282.0, 9341.0, 9268.0, 9302.0, 9276.0, 9270.0, 9257.0, 9257.0, 9282.0, 9261.0, 9315.0, 9258.0, 9294.0, 9257.0, 9282.0, 9263.0, 9289.0, 9261.0, 9257.0, 9244.0, 9260.0, 9296.0, 9259.0, 9298.0, 9256.0, 9252.0, 9256.0, 9268.0, 9242.0, 9260.0, 9297.0, 9241.0, 9280.0, 9243.0, 9267.0, 9241.0, 9258.0, 9280.0, 9240.0, 9263.0, 9239.0, 9294.0, 9254.0, 9268.0, 9238.0, 9252.0, 9234.0, 9241.0, 9280.0, 9257.0, 9283.0, 9242.0, 9262.0, 9255.0, 9267.0, 9258.0, 9260.0, 9282.0, 9244.0, 9280.0, 9244.0, 9297.0, 9263.0, 9288.0, 9257.0, 9258.0, 9241.0, 9260.0, 9313.0, 9260.0, 9285.0, 9257.0, 9258.0, 9241.0, 9243.0, 9255.0, 9279.0, 9333.0, 9260.0, 9285.0, 9244.0, 9283.0, 9258.0, 9272.0, 9256.0, 9257.0, 9239.0, 9257.0, 9280.0, 9257.0, 9299.0, 9257.0, 9269.0, 9238.0, 9255.0, 9277.0, 9256.0, 9279.0, 9254.0, 9251.0, 9258.0, 9266.0, 9261.0, 9288.0, 9283.0, 9302.0, 9323.0, 9244.0, 9261.0, 9259.0, 9263.0, 9303.0, 9281.0, 9296.0, 9318.0, 9345.0, 9292.0, 9275.0, 9266.0, 9235.0, 9228.0, 9216.0, 9253.0, 9227.0, 9227.0, 9244.0, 9229.0, 9213.0, 9229.0, 9230.0, 9248.0, 9289.0, 9251.0, 9277.0, 9236.0, 9246.0, 9234.0, 9234.0, 9256.0, 9271.0, 9280.0, 9271.0, 9297.0, 9256.0, 9264.0, 9253.0, 9279.0, 9258.0, 9273.0, 9274.0, 9255.0, 9251.0, 9256.0, 9272.0, 9275.0, 9297.0, 9257.0, 9296.0, 9240.0, 9266.0, 9249.0, 9271.0, 9297.0, 9254.0, 9264.0, 9253.0, 9266.0, 9237.0, 9254.0, 9312.0, 9256.0, 9279.0, 9255.0, 9278.0, 9256.0, 9269.0, 9257.0, 9275.0, 9283.0, 9242.0, 9241.0, 9260.0, 9272.0, 9263.0, 9319.0, 9260.0, 9275.0, 9271.0, 9237.0, 9238.0, 9241.0, 9242.0, 9276.0, 9315.0, 9276.0, 9286.0, 9257.0, 9252.0, 9258.0, 9253.0, 9259.0, 9286.0, 9254.0, 9258.0, 9298.0, 9241.0, 9251.0, 9240.0, 9255.0, 9259.0, 9299.0, 9275.0, 9283.0, 9254.0, 9251.0, 9259.0, 9282.0, 9275.0, 9301.0, 9277.0, 9247.0, 9255.0, 9243.0, 9266.0, 9254.0, 9294.0, 9259.0, 9270.0, 9239.0, 9249.0, 9253.0, 9249.0, 9255.0, 9284.0, 9272.0, 9256.0, 9252.0, 9241.0, 9256.0, 9261.0, 9259.0, 9258.0, 9264.0, 9308.0, 9264.0, 9264.0, 9242.0, 9244.0, 9255.0, 9281.0, 9344.0, 9290.0, 9269.0, 9300.0, 9257.0, 9268.0, 9261.0, 9300.0, 9262.0, 9301.0, 9254.0, 9259.0, 9217.0, 9253.0, 9235.0, 9277.0, 9250.0, 9231.0, 9207.0, 9207.0, 9193.0, 9211.0, 9250.0, 9213.0, 9249.0, 9227.0, 9250.0, 9229.0, 9253.0, 9229.0, 9256.0, 9230.0, 9226.0, 9214.0, 9228.0, 9217.0, 9235.0, 9260.0, 9235.0, 9261.0, 9239.0, 9278.0, 9255.0, 9270.0, 9258.0, 9244.0, 9240.0, 9255.0, 9312.0, 9275.0, 9302.0, 9272.0, 9270.0, 9280.0, 9289.0, 9273.0, 9277.0, 9280.0, 9314.0, 9277.0, 9307.0, 9284.0, 9287.0, 9324.0, 9328.0, 9342.0, 9315.0, 9283.0, 9268.0, 9281.0, 9285.0, 9312.0, 9286.0, 9321.0, 9280.0, 9300.0, 9246.0, 9290.0, 9267.0, 9259.0, 9313.0, 9237.0, 9219.0, 9234.0, 9245.0, 9270.0, 9258.0, 9302.0, 9313.0, 9244.0, 9266.0, 9242.0, 9281.0, 9239.0, 9254.0, 9254.0, 9243.0, 9240.0, 9251.0, 9243.0, 9272.0, 9264.0, 9293.0, 9302.0, 9259.0, 9244.0, 9260.0, 9275.0, 9278.0, 9324.0, 9263.0, 9263.0, 9266.0, 9271.0, 9279.0, 9289.0, 9324.0, 9290.0, 9373.0, 9366.0, 9301.0, 9255.0, 9268.0, 9293.0, 9314.0, 9337.0, 9281.0, 9270.0, 9343.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.0007620546810273405</td></tr>
<tr><td colspan=3>aqi</td><td>0.01866907903893952</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.20025252676616</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2346346617247104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005407744676616</td></tr>
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
<tr><td colspan=3>fber</td><td>5980.7026</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08758579266210327</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2311516155758078</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.474263391363962</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4248480330962088</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6740236635190353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3239184774766413</td></tr>
<tr><td colspan=3>gcor</td><td>0.00778128</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008975363336503506</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015801390632987022</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.8158773255522966</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>36.3978</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.292</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.9157</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>296415.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>701.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.5457</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2807</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.1074</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.0409</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.6005</td></tr>
<tr><td colspan=3>tsnr</td><td>43.24411209858954</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>