<?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-0019_ses-03_task-shortvideo_acq-mb8_run-01_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-0019_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0019_suffix-bold_task-shortvideo" 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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_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-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_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-0019/ses-03/func/sub-0019_ses-03_task-shortvideo_acq-mb8_run-01_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>1ddebfa3385a69c63f63aefe1faac352</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:57:28.892500</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_VE11C_LATEST_20160120</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.998609, -0.0524601, -0.00532125, 0.0525096, 0.998574, 0.00963639]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_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.0770178</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7768, -7262, 603, 0, -284, 100, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2eda5623-3a28-45d3-89e9-955da231be7e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679194450378418, 0.14087949693202972, -0.012981964275240898, 108.51241302490234], [0.14074665307998657, 2.679100751876831, 0.026736486703157425, -102.32147216796875], [-0.014276523143053055, -0.025853732600808144, 2.699836492538452, -68.62352752685547], [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, 1616]</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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'AcquisitionTime': ['165728.892500', '165729.352500', '165729.812500', '165730.272500', '165730.732500', '165731.192500', '165731.652500', '165732.112500', '165732.572500', '165733.032500', '165733.492500', '165733.952500', '165734.412500', '165734.872500', '165735.332500', '165735.792500', '165736.252500', '165736.712500', '165737.172500', '165737.632500', '165738.092500', '165738.552500', '165739.012500', '165739.472500', '165739.932500', '165740.392500', '165740.852500', '165741.312500', '165741.772500', '165742.232500', '165742.692500', '165743.152500', '165743.612500', '165744.072500', '165744.532500', '165744.992500', '165745.452500', '165745.912500', '165746.372500', '165746.832500', '165747.292500', '165747.752500', '165748.212500', '165748.672500', '165749.132500', '165749.592500', '165750.052500', '165750.512500', '165750.972500', '165751.432500', '165751.892500', '165752.352500', '165752.812500', '165753.272500', '165753.732500', '165754.192500', '165754.652500', '165755.112500', '165755.572500', '165756.032500', '165756.492500', '165756.952500', '165757.412500', '165757.872500', '165758.332500', '165758.792500', '165759.252500', '165759.712500', '165800.172500', '165800.632500', '165801.092500', '165801.552500', '165802.012500', '165802.472500', '165802.932500', '165803.392500', '165803.852500', '165804.312500', '165804.772500', '165805.232500', '165805.692500', '165806.152500', '165806.612500', '165807.072500', '165807.532500', '165807.992500', '165808.452500', '165808.912500', '165809.372500', '165809.832500', '165810.292500', '165810.752500', '165811.212500', '165811.672500', '165812.132500', '165812.592500', '165813.052500', '165813.512500', '165813.972500', '165814.432500', '165814.892500', '165815.352500', '165815.812500', '165816.272500', '165816.732500', '165817.192500', '165817.652500', '165818.112500', '165818.572500', '165819.032500', '165819.492500', '165819.952500', '165820.412500', '165820.872500', '165821.332500', '165821.792500', '165822.252500', '165822.712500', '165823.172500', '165823.632500', '165824.092500', '165824.552500', '165825.012500', '165825.472500', '165825.932500', '165826.392500', '165826.852500', '165827.312500', '165827.772500', '165828.232500', '165828.692500', '165829.152500', '165829.612500', '165830.072500', '165830.532500', '165830.992500', '165831.452500', '165831.912500', '165832.372500', '165832.832500', '165833.292500', '165833.752500', '165834.212500', '165834.672500', '165835.132500', '165835.592500', '165836.052500', '165836.512500', '165836.972500', '165837.432500', '165837.892500', '165838.352500', '165838.812500', '165839.272500', '165839.732500', '165840.192500', '165840.652500', '165841.112500', '165841.572500', '165842.032500', '165842.492500', '165842.952500', '165843.412500', '165843.872500', '165844.332500', '165844.792500', '165845.252500', '165845.712500', '165846.172500', '165846.632500', '165847.092500', '165847.552500', '165848.012500', '165848.472500', '165848.932500', '165849.392500', '165849.852500', '165850.312500', '165850.772500', '165851.232500', '165851.692500', '165852.152500', '165852.612500', '165853.072500', '165853.532500', '165853.992500', '165854.452500', '165854.912500', '165855.372500', '165855.832500', '165856.292500', '165856.752500', '165857.212500', '165857.672500', '165858.132500', '165858.592500', '165859.052500', '165859.512500', '165859.972500', '165900.432500', '165900.892500', '165901.352500', '165901.812500', '165902.272500', '165902.732500', '165903.192500', '165903.652500', '165904.112500', '165904.572500', '165905.032500', '165905.492500', '165905.952500', '165906.412500', '165906.872500', '165907.332500', '165907.792500', '165908.252500', '165908.712500', '165909.172500', '165909.632500', '165910.092500', '165910.552500', '165911.012500', '165911.472500', '165911.932500', '165912.392500', '165912.852500', '165913.312500', '165913.772500', '165914.232500', '165914.692500', '165915.152500', '165915.612500', '165916.072500', '165916.532500', '165916.992500', '165917.452500', '165917.912500', '165918.372500', '165918.832500', '165919.292500', '165919.752500', '165920.212500', '165920.672500', '165921.132500', '165921.592500', '165922.052500', '165922.512500', '165922.972500', '165923.432500', '165923.892500', '165924.352500', '165924.812500', '165925.272500', '165925.732500', '165926.192500', '165926.652500', '165927.112500', '165927.572500', '165928.032500', '165928.492500', '165928.952500', '165929.412500', '165929.872500', '165930.332500', '165930.792500', '165931.252500', '165931.712500', '165932.172500', '165932.632500', '165933.092500', '165933.552500', '165934.012500', '165934.472500', '165934.932500', '165935.392500', '165935.852500', '165936.312500', '165936.772500', '165937.232500', '165937.692500', '165938.152500', '165938.612500', '165939.072500', '165939.532500', '165939.992500', '165940.452500', '165940.912500', '165941.372500', '165941.832500', '165942.292500', '165942.752500', '165943.212500', '165943.672500', '165944.132500', '165944.592500', '165945.052500', '165945.512500', '165945.972500', '165946.432500', '165946.892500', '165947.352500', '165947.812500', '165948.272500', '165948.732500', '165949.192500', '165949.652500', '165950.112500', '165950.572500', '165951.032500', '165951.492500', '165951.952500', '165952.412500', '165952.872500', '165953.332500', '165953.792500', '165954.252500', '165954.712500', '165955.172500', '165955.632500', '165956.092500', '165956.552500', '165957.012500', '165957.472500', '165957.932500', '165958.392500', '165958.852500', '165959.312500', '165959.772500', '170000.232500', '170000.692500', '170001.152500', '170001.612500', '170002.072500', '170002.532500', '170002.992500', '170003.452500', '170003.912500', '170004.372500', '170004.832500', '170005.292500', '170005.752500', '170006.212500', '170006.672500', '170007.132500', '170007.592500', '170008.052500', '170008.512500', '170008.972500', '170009.432500', '170009.892500', '170010.352500', '170010.812500', '170011.272500', '170011.732500', '170012.192500', '170012.652500', '170013.112500', '170013.572500', '170014.032500', '170014.492500', '170014.952500', '170015.412500', '170015.872500', '170016.332500', '170016.792500', '170017.252500', '170017.712500', '170018.172500', '170018.632500', '170019.092500', '170019.552500', '170020.012500', '170020.472500', '170020.932500', '170021.392500', '170021.852500', '170022.312500', '170022.772500', '170023.232500', '170023.692500', '170024.152500', '170024.612500', '170025.072500', '170025.532500', '170025.992500', '170026.452500', '170026.912500', '170027.372500', '170027.832500', '170028.292500', '170028.752500', '170029.212500', '170029.672500', '170030.132500', '170030.592500', '170031.052500', '170031.512500', '170031.972500', '170032.432500', '170032.892500', '170033.352500', '170033.812500', '170034.272500', '170034.732500', '170035.192500', '170035.652500', '170036.112500', '170036.572500', '170037.032500', '170037.492500', '170037.952500', '170038.412500', '170038.872500', '170039.332500', '170039.792500', '170040.252500', '170040.712500', '170041.172500', '170041.632500', '170042.092500', '170042.552500', '170043.012500', '170043.472500', '170043.932500', '170044.392500', '170044.852500', '170045.312500', '170045.772500', '170046.232500', '170046.692500', '170047.152500', '170047.612500', '170048.072500', '170048.532500', '170048.992500', '170049.452500', '170049.912500', '170050.372500', '170050.832500', '170051.292500', '170051.752500', '170052.212500', '170052.672500', '170053.132500', '170053.592500', '170054.052500', '170054.512500', '170054.972500', '170055.432500', '170055.892500', '170056.352500', '170056.812500', '170057.272500', '170057.732500', '170058.192500', '170058.652500', '170059.112500', '170059.572500', '170100.032500', '170100.492500', '170100.952500', '170101.412500', '170101.872500', '170102.332500', '170102.792500', '170103.252500', '170103.712500', '170104.172500', '170104.632500', '170105.092500', '170105.552500', '170106.012500', '170106.472500', '170106.932500', '170107.392500', '170107.852500', '170108.312500', '170108.772500', '170109.232500', '170109.692500', '170110.152500', '170110.612500', '170111.072500', '170111.532500', '170111.992500', '170112.452500', '170112.912500', '170113.372500', '170113.832500', '170114.292500', '170114.752500', '170115.212500', '170115.672500', '170116.132500', '170116.592500', '170117.052500', '170117.512500', '170117.972500', '170118.432500', '170118.892500', '170119.352500', '170119.812500', '170120.272500', '170120.732500', '170121.192500', '170121.652500', '170122.112500', '170122.572500', '170123.032500', '170123.492500', '170123.952500', '170124.412500', '170124.872500', '170125.332500', '170125.792500', '170126.252500', '170126.712500', '170127.172500', '170127.632500', '170128.092500', '170128.552500', '170129.012500', '170129.472500', '170129.932500', '170130.392500', '170130.852500', '170131.312500', '170131.772500', '170132.232500', '170132.692500', '170133.152500', '170133.612500', '170134.072500', '170134.532500', '170134.992500', '170135.452500', '170135.912500', '170136.372500', '170136.832500', '170137.292500', '170137.752500', '170138.212500', '170138.672500', '170139.132500', '170139.592500', '170140.052500', '170140.512500', '170140.972500', '170141.432500', '170141.892500', '170142.352500', '170142.812500', '170143.272500', '170143.732500', '170144.192500', '170144.652500', '170145.112500', '170145.572500', '170146.032500', '170146.492500', '170146.952500', '170147.412500', '170147.872500', '170148.332500', '170148.792500', '170149.252500', '170149.712500', '170150.172500', '170150.632500', '170151.092500', '170151.552500', '170152.012500', '170152.472500', '170152.932500', '170153.392500', '170153.852500', '170154.312500', '170154.772500', '170155.232500', '170155.692500', '170156.152500', '170156.612500', '170157.072500', '170157.532500', '170157.992500', '170158.452500', '170158.912500', '170159.372500', '170159.832500', '170200.292500', '170200.752500', '170201.212500', '170201.672500', '170202.132500', '170202.592500', '170203.052500', '170203.512500', '170203.972500', '170204.432500', '170204.892500', '170205.352500', '170205.812500', '170206.272500', '170206.732500', '170207.192500', '170207.652500', '170208.112500', '170208.572500', '170209.032500', '170209.492500', '170209.952500', '170210.412500', '170210.872500', '170211.332500', '170211.792500', '170212.252500', '170212.712500', '170213.172500', '170213.632500', '170214.092500', '170214.552500', '170215.012500', '170215.472500', '170215.932500', '170216.392500', '170216.852500', '170217.312500', '170217.772500', '170218.232500', '170218.692500', '170219.152500', '170219.612500', '170220.072500', '170220.532500', '170220.992500', '170221.452500', '170221.912500', '170222.372500', '170222.832500', '170223.292500', '170223.752500', '170224.212500', '170224.672500', '170225.132500', '170225.592500', '170226.052500', '170226.512500', '170226.972500', '170227.432500', '170227.892500', '170228.352500', '170228.812500', '170229.272500', '170229.732500', '170230.192500', '170230.652500', '170231.112500', '170231.572500', '170232.032500', '170232.492500', '170232.952500', '170233.412500', '170233.872500', '170234.332500', '170234.792500', '170235.252500', '170235.712500', '170236.172500', '170236.632500', '170237.092500', '170237.552500', '170238.012500', '170238.472500', '170238.932500', '170239.392500', '170239.852500', '170240.312500', '170240.772500', '170241.232500', '170241.692500', '170242.152500', '170242.612500', '170243.072500', '170243.532500', '170243.992500', '170244.452500', '170244.912500', '170245.372500', '170245.832500', '170246.292500', '170246.752500', '170247.212500', '170247.672500', '170248.132500', '170248.592500', '170249.052500', '170249.512500', '170249.972500', '170250.432500', '170250.892500', '170251.352500', '170251.812500', '170252.272500', '170252.732500', '170253.192500', '170253.652500', '170254.112500', '170254.572500', '170255.032500', '170255.492500', '170255.952500', '170256.412500', '170256.872500', '170257.332500', '170257.792500', '170258.252500', '170258.712500', '170259.172500', '170259.632500', '170300.092500', '170300.552500', '170301.012500', '170301.472500', '170301.932500', '170302.392500', '170302.852500', '170303.312500', '170303.772500', '170304.232500', '170304.692500', '170305.152500', '170305.612500', '170306.072500', '170306.532500', '170306.992500', '170307.452500', '170307.912500', '170308.372500', '170308.832500', '170309.292500', '170309.752500', '170310.212500', '170310.672500', '170311.132500', '170311.592500', '170312.052500', '170312.512500', '170312.972500', '170313.432500', '170313.892500', '170314.352500', '170314.812500', '170315.272500', '170315.732500', '170316.192500', '170316.652500', '170317.112500', '170317.572500', '170318.032500', '170318.492500', '170318.952500', '170319.412500', '170319.872500', '170320.332500', '170320.792500', '170321.252500', '170321.712500', '170322.172500', '170322.632500', '170323.092500', '170323.552500', '170324.012500', '170324.472500', '170324.932500', '170325.392500', '170325.852500', '170326.312500', '170326.772500', '170327.232500', '170327.692500', '170328.152500', '170328.612500', '170329.072500', '170329.532500', '170329.992500', '170330.452500', '170330.912500', '170331.372500', '170331.832500', '170332.292500', '170332.752500', '170333.212500', '170333.672500', '170334.132500', '170334.592500', '170335.052500', '170335.512500', '170335.972500', '170336.432500', '170336.892500', '170337.352500', '170337.812500', '170338.272500', '170338.732500', '170339.192500', '170339.652500', '170340.112500', '170340.572500', '170341.032500', '170341.492500', '170341.952500', '170342.412500', '170342.872500', '170343.332500', '170343.792500', '170344.252500', '170344.712500', '170345.172500', '170345.632500', '170346.092500', '170346.552500', '170347.012500', '170347.472500', '170347.932500', '170348.392500', '170348.852500', '170349.312500', '170349.772500', '170350.232500', '170350.692500', '170351.152500', '170351.612500', '170352.072500', '170352.532500', '170352.992500', '170353.452500', '170353.912500', '170354.372500', '170354.832500', '170355.292500', '170355.752500', '170356.212500', '170356.672500', '170357.132500', '170357.592500', '170358.052500', '170358.512500', '170358.972500', '170359.432500', '170359.892500', '170400.352500', '170400.812500', '170401.272500', '170401.732500', '170402.192500', '170402.652500', '170403.112500', '170403.572500', '170404.032500', '170404.492500', '170404.952500', '170405.412500', '170405.872500', '170406.332500', '170406.792500', '170407.252500', '170407.712500', '170408.172500', '170408.632500', '170409.092500', '170409.552500', '170410.012500', '170410.472500', '170410.932500', '170411.392500', '170411.852500', '170412.312500', '170412.772500', '170413.232500', '170413.692500', '170414.152500', '170414.612500', '170415.072500', '170415.532500', '170415.992500', '170416.452500', '170416.912500', '170417.372500', '170417.832500', '170418.292500', '170418.752500', '170419.212500', '170419.672500', '170420.132500', '170420.592500', '170421.052500', '170421.512500', '170421.972500', '170422.432500', '170422.892500', '170423.352500', '170423.812500', '170424.272500', '170424.732500', '170425.192500', '170425.652500', '170426.112500', '170426.572500', '170427.032500', '170427.492500', '170427.952500', '170428.412500', '170428.872500', '170429.332500', '170429.792500', '170430.252500', '170430.712500', '170431.172500', '170431.632500', '170432.092500', '170432.552500', '170433.012500', '170433.472500', '170433.932500', '170434.392500', '170434.852500', '170435.312500', '170435.772500', '170436.232500', '170436.692500', '170437.152500', '170437.612500', '170438.072500', '170438.532500', '170438.992500', '170439.452500', '170439.912500', '170440.372500', '170440.832500', '170441.292500', '170441.752500', '170442.212500', '170442.672500', '170443.132500', '170443.592500', '170444.052500', '170444.512500', '170444.972500', '170445.432500', '170445.892500', '170446.352500', '170446.812500', '170447.272500', '170447.732500', '170448.192500', '170448.652500', '170449.112500', '170449.572500', '170450.032500', '170450.492500', '170450.952500', '170451.412500', '170451.872500', '170452.332500', '170452.792500', '170453.252500', '170453.712500', '170454.172500', '170454.632500', '170455.092500', '170455.552500', '170456.012500', '170456.472500', '170456.932500', '170457.392500', '170457.852500', '170458.312500', '170458.772500', '170459.232500', '170459.692500', '170500.152500', '170500.612500', '170501.072500', '170501.532500', '170501.992500', '170502.452500', '170502.912500', '170503.372500', '170503.832500', '170504.292500', '170504.752500', '170505.212500', '170505.672500', '170506.132500', '170506.592500', '170507.052500', '170507.512500', '170507.972500', '170508.432500', '170508.892500', '170509.352500', '170509.812500', '170510.272500', '170510.732500', '170511.192500', '170511.652500', '170512.112500', '170512.572500', '170513.032500', '170513.492500', '170513.952500', '170514.412500', '170514.872500', '170515.332500', '170515.792500', '170516.252500', '170516.712500', '170517.172500', '170517.632500', '170518.092500', '170518.552500', '170519.012500', '170519.472500', '170519.932500', '170520.392500', '170520.852500', '170521.312500', '170521.772500', '170522.232500', '170522.692500', '170523.152500', '170523.612500', '170524.072500', '170524.532500', '170524.992500', '170525.452500', '170525.912500', '170526.372500', '170526.832500', '170527.292500', '170527.752500', '170528.212500', '170528.672500', '170529.132500', '170529.592500', '170530.052500', '170530.512500', '170530.972500', '170531.432500', '170531.892500', '170532.352500', '170532.812500', '170533.272500', '170533.732500', '170534.192500', '170534.652500', '170535.112500', '170535.572500', '170536.032500', '170536.492500', '170536.952500', '170537.412500', '170537.872500', '170538.332500', '170538.792500', '170539.252500', '170539.712500', '170540.172500', '170540.632500', '170541.092500', '170541.552500', '170542.012500', '170542.472500', '170542.932500', '170543.392500', '170543.852500', '170544.312500', '170544.772500', '170545.232500', '170545.692500', '170546.152500', '170546.612500', '170547.072500', '170547.532500', '170547.992500', '170548.452500', '170548.912500', '170549.372500', '170549.832500', '170550.292500', '170550.752500', '170551.212500', '170551.672500', '170552.132500', '170552.592500', '170553.052500', '170553.512500', '170553.972500', '170554.432500', '170554.892500', '170555.352500', '170555.812500', '170556.272500', '170556.732500', '170557.192500', '170557.652500', '170558.112500', '170558.572500', '170559.032500', '170559.492500', '170559.952500', '170600.412500', '170600.872500', '170601.332500', '170601.792500', '170602.252500', '170602.712500', '170603.172500', '170603.632500', '170604.092500', '170604.552500', '170605.012500', '170605.472500', '170605.932500', '170606.392500', '170606.852500', '170607.312500', '170607.772500', '170608.232500', '170608.692500', '170609.152500', '170609.612500', '170610.072500', '170610.532500', '170610.992500', '170611.452500', '170611.912500', '170612.372500', '170612.832500', '170613.292500', '170613.752500', '170614.212500', '170614.672500', '170615.132500', '170615.592500', '170616.052500', '170616.512500', '170616.972500', '170617.432500', '170617.892500', '170618.352500', '170618.812500', '170619.272500', '170619.732500', '170620.192500', '170620.652500', '170621.112500', '170621.572500', '170622.032500', '170622.492500', '170622.952500', '170623.412500', '170623.872500', '170624.332500', '170624.792500', '170625.252500', '170625.712500', '170626.172500', '170626.632500', '170627.092500', '170627.552500', '170628.012500', '170628.472500', '170628.932500', '170629.392500', '170629.852500', '170630.312500', '170630.772500', '170631.232500', '170631.692500', '170632.152500', '170632.612500', '170633.072500', '170633.532500', '170633.992500', '170634.452500', '170634.912500', '170635.372500', '170635.832500', '170636.292500', '170636.752500', '170637.212500', '170637.672500', '170638.132500', '170638.592500', '170639.052500', '170639.512500', '170639.972500', '170640.432500', '170640.892500', '170641.352500', '170641.812500', '170642.272500', '170642.732500', '170643.192500', '170643.652500', '170644.112500', '170644.572500', '170645.032500', '170645.492500', '170645.952500', '170646.412500', '170646.872500', '170647.332500', '170647.792500', '170648.252500', '170648.712500', '170649.172500', '170649.632500', '170650.092500', '170650.552500', '170651.012500', '170651.472500', '170651.932500', '170652.392500', '170652.852500', '170653.312500', '170653.772500', '170654.232500', '170654.692500', '170655.152500', '170655.612500', '170656.072500', '170656.532500', '170656.992500', '170657.452500', '170657.912500', '170658.372500', '170658.832500', '170659.292500', '170659.752500', '170700.212500', '170700.672500', '170701.132500', '170701.592500', '170702.052500', '170702.512500', '170702.972500', '170703.432500', '170703.892500', '170704.352500', '170704.812500', '170705.272500', '170705.732500', '170706.192500', '170706.652500', '170707.112500', '170707.572500', '170708.032500', '170708.492500', '170708.952500', '170709.412500', '170709.872500', '170710.332500', '170710.792500', '170711.252500', '170711.712500', '170712.172500', '170712.632500', '170713.092500', '170713.552500', '170714.012500', '170714.472500', '170714.932500', '170715.392500', '170715.852500', '170716.312500', '170716.772500', '170717.232500', '170717.692500', '170718.152500', '170718.612500', '170719.072500', '170719.532500', '170719.992500', '170720.452500', '170720.912500', '170721.372500', '170721.832500', '170722.292500', '170722.752500', '170723.212500', '170723.672500', '170724.132500', '170724.592500', '170725.052500', '170725.512500', '170725.972500', '170726.432500', '170726.892500', '170727.352500', '170727.812500', '170728.272500', '170728.732500', '170729.192500', '170729.652500', '170730.112500', '170730.572500', '170731.032500', '170731.492500', '170731.952500', '170732.412500', '170732.872500', '170733.332500', '170733.792500', '170734.252500', '170734.712500', '170735.172500', '170735.632500', '170736.092500', '170736.552500', '170737.012500', '170737.472500', '170737.932500', '170738.392500', '170738.852500', '170739.312500', '170739.772500', '170740.232500', '170740.692500', '170741.152500', '170741.612500', '170742.072500', '170742.532500', '170742.992500', '170743.452500', '170743.912500', '170744.372500', '170744.832500', '170745.292500', '170745.752500', '170746.212500', '170746.672500', '170747.132500', '170747.592500', '170748.052500', '170748.512500', '170748.972500', '170749.432500', '170749.892500', '170750.352500', '170750.812500', '170751.272500', '170751.732500', '170752.192500', '170752.652500', '170753.112500', '170753.572500', '170754.032500', '170754.492500', '170754.952500', '170755.412500', '170755.872500', '170756.332500', '170756.792500', '170757.252500', '170757.712500', '170758.172500', '170758.632500', '170759.092500', '170759.552500', '170800.012500', '170800.472500', '170800.932500', '170801.392500', '170801.852500', '170802.312500', '170802.772500', '170803.232500', '170803.692500', '170804.152500', '170804.612500', '170805.072500', '170805.532500', '170805.992500', '170806.452500', '170806.912500', '170807.372500', '170807.832500', '170808.292500', '170808.752500', '170809.212500', '170809.672500', '170810.132500', '170810.592500', '170811.052500', '170811.512500', '170811.972500', '170812.432500', '170812.892500', '170813.352500', '170813.812500', '170814.272500', '170814.732500', '170815.192500', '170815.652500', '170816.112500', '170816.572500', '170817.032500', '170817.492500', '170817.952500', '170818.412500', '170818.872500', '170819.332500', '170819.792500', '170820.252500', '170820.712500', '170821.172500', '170821.632500', '170822.092500', '170822.552500', '170823.012500', '170823.472500', '170823.932500', '170824.392500', '170824.852500', '170825.312500', '170825.772500', '170826.232500', '170826.692500', '170827.152500', '170827.612500', '170828.072500', '170828.532500', '170828.992500', '170829.452500', '170829.912500', '170830.372500', '170830.832500', '170831.292500', '170831.752500', '170832.212500', '170832.672500', '170833.132500', '170833.592500', '170834.052500', '170834.512500', '170834.972500', '170835.432500', '170835.892500', '170836.352500', '170836.812500', '170837.272500', '170837.732500', '170838.192500', '170838.652500', '170839.112500', '170839.572500', '170840.032500', '170840.492500', '170840.952500', '170841.412500', '170841.872500', '170842.332500', '170842.792500', '170843.252500', '170843.712500', '170844.172500', '170844.632500', '170845.092500', '170845.552500', '170846.012500', '170846.472500', '170846.932500', '170847.392500', '170847.852500', '170848.312500', '170848.772500', '170849.232500', '170849.692500', '170850.152500', '170850.612500', '170851.072500', '170851.532500', '170851.992500', '170852.452500', '170852.912500', '170853.372500', '170853.832500', '170854.292500', '170854.752500', '170855.212500', '170855.672500', '170856.132500', '170856.592500', '170857.052500', '170857.512500', '170857.972500', '170858.432500', '170858.892500', '170859.352500', '170859.812500', '170900.272500', '170900.732500', '170901.192500', '170901.652500', '170902.112500', '170902.572500', '170903.032500', '170903.492500', '170903.952500', '170904.412500', '170904.872500', '170905.332500', '170905.792500', '170906.252500', '170906.712500', '170907.172500', '170907.632500', '170908.092500', '170908.552500', '170909.012500', '170909.472500', '170909.932500', '170910.392500', '170910.852500', '170911.312500', '170911.772500', '170912.232500', '170912.692500', '170913.152500', '170913.612500', '170914.072500', '170914.532500', '170914.992500', '170915.452500', '170915.912500', '170916.372500', '170916.832500', '170917.292500', '170917.752500', '170918.212500', '170918.672500', '170919.132500', '170919.592500', '170920.052500', '170920.512500', '170920.972500', '170921.432500', '170921.892500', '170922.352500', '170922.812500', '170923.272500', '170923.732500', '170924.192500', '170924.652500', '170925.112500', '170925.572500', '170926.032500', '170926.492500', '170926.952500', '170927.412500', '170927.872500', '170928.332500', '170928.792500', '170929.252500', '170929.712500', '170930.172500', '170930.632500', '170931.092500', '170931.552500', '170932.012500', '170932.472500', '170932.932500', '170933.392500', '170933.852500', '170934.312500', '170934.772500', '170935.232500', '170935.692500', '170936.152500', '170936.612500', '170937.072500', '170937.532500', '170937.992500', '170938.452500', '170938.912500', '170939.372500', '170939.832500', '170940.292500', '170940.752500', '170941.212500', '170941.672500', '170942.132500', '170942.592500', '170943.052500', '170943.512500', '170943.972500', '170944.432500', '170944.892500', '170945.352500', '170945.812500', '170946.272500', '170946.732500', '170947.192500', '170947.652500', '170948.112500', '170948.572500', '170949.032500', '170949.492500', '170949.952500', '170950.412500', '170950.872500', '170951.332500', '170951.792500'], 'ContentTime': ['165753.889000', '165753.892000', '165753.895000', '165753.898000', '165753.901000', '165753.903000', '165753.906000', '165753.909000', '165753.913000', '165753.916000', '165753.919000', '165753.922000', '165753.924000', '165753.927000', '165753.930000', '165753.933000', '165753.936000', '165753.939000', '165753.941000', '165753.944000', '165753.947000', '165753.950000', '165753.952000', '165753.955000', '165753.958000', '165753.961000', '165753.964000', '165753.967000', '165753.969000', '165753.972000', '165753.975000', '165753.978000', '165753.981000', '165753.983000', '165753.986000', '165753.989000', '165753.992000', '165753.994000', '165753.997000', '165754.001000', '165754.004000', '165754.007000', '165754.012000', '165754.015000', '165754.028000', '165754.031000', '165754.034000', '165754.037000', '165754.039000', '165754.042000', '165754.045000', '165754.048000', '165813.855000', '165813.858000', '165813.860000', '165813.863000', '165813.866000', '165813.869000', '165813.872000', '165813.879000', '165813.882000', '165813.885000', '165813.888000', '165813.890000', '165813.893000', '165813.896000', '165813.899000', '165813.901000', '165813.904000', '165813.907000', '165813.910000', '165813.913000', '165813.915000', '165813.918000', '165813.921000', '165813.924000', '165813.926000', '165813.929000', '165813.932000', '165813.935000', '165813.937000', '165813.940000', '165813.943000', '165813.946000', '165813.949000', '165813.952000', '165813.954000', '165813.957000', '165813.960000', '165813.963000', '165813.966000', '165813.968000', '165813.971000', '165813.974000', '165813.977000', '165813.979000', '165833.855000', '165833.858000', '165833.861000', '165833.863000', '165833.866000', '165833.869000', '165833.872000', '165833.878000', '165833.881000', '165833.884000', '165833.887000', '165833.890000', '165833.892000', '165833.895000', '165833.898000', '165833.901000', '165833.904000', '165833.906000', '165833.909000', '165833.912000', '165833.915000', '165833.918000', '165833.920000', '165833.923000', '165833.926000', '165833.929000', '165833.931000', '165833.934000', '165833.937000', '165833.940000', '165833.943000', '165833.946000', '165833.948000', '165833.951000', '165833.954000', '165833.957000', '165833.960000', '165833.962000', '165833.965000', '165833.968000', '165833.971000', '165833.973000', '165833.976000', '165853.855000', '165853.911000', '165853.914000', '165853.930000', '165853.933000', '165853.935000', '165853.938000', '165853.941000', '165853.944000', '165853.947000', '165853.949000', '165853.952000', '165853.955000', '165853.958000', '165853.961000', '165853.963000', '165853.966000', '165853.969000', '165853.972000', '165853.975000', '165853.978000', '165853.980000', '165853.983000', '165853.986000', '165853.989000', '165853.992000', '165853.994000', '165853.997000', '165854.001000', '165854.004000', '165854.007000', '165854.010000', '165854.012000', '165854.015000', '165854.018000', '165854.021000', '165854.023000', '165854.026000', '165854.029000', '165854.032000', '165854.035000', '165854.037000', '165854.040000', '165913.854000', '165913.857000', '165913.859000', '165913.862000', '165913.865000', '165913.868000', '165913.871000', '165913.874000', '165913.876000', '165913.879000', '165913.882000', '165913.885000', '165913.887000', '165913.890000', '165913.893000', '165913.896000', '165913.899000', '165913.902000', '165913.904000', '165913.907000', '165913.910000', '165913.913000', '165913.915000', '165913.918000', '165913.921000', '165913.924000', '165913.927000', '165913.929000', '165913.932000', '165913.935000', '165913.938000', '165913.941000', '165913.943000', '165913.946000', '165913.956000', '165913.959000', '165913.961000', '165913.964000', '165913.967000', '165913.970000', '165913.972000', '165913.975000', '165913.978000', '165913.981000', '165933.854000', '165933.867000', '165933.870000', '165933.873000', '165933.876000', '165933.878000', '165933.881000', '165933.884000', '165933.887000', '165933.890000', '165933.893000', '165933.895000', '165933.898000', '165933.901000', '165933.904000', '165933.907000', '165933.910000', '165933.912000', '165933.915000', '165933.918000', '165933.921000', '165933.924000', '165933.927000', '165933.929000', '165933.932000', '165933.935000', '165933.938000', '165933.941000', '165933.944000', '165933.946000', '165933.949000', '165933.952000', '165933.955000', '165933.958000', '165933.960000', '165933.963000', '165933.966000', '165933.969000', '165933.972000', '165933.974000', '165933.977000', '165933.980000', '165933.983000', '165933.985000', '165953.854000', '165953.857000', '165953.860000', '165953.862000', '165953.865000', '165953.868000', '165953.871000', '165953.874000', '165953.876000', '165953.879000', '165953.882000', '165953.885000', '165953.888000', '165953.891000', '165953.893000', '165953.896000', '165953.899000', '165953.902000', '165953.904000', '165953.907000', '165953.910000', '165953.913000', '165953.916000', '165953.918000', '165953.921000', '165953.924000', '165953.927000', '165953.929000', '165953.932000', '165953.935000', '165953.938000', '165953.941000', '165953.943000', '165953.946000', '165953.949000', '165953.952000', '165953.955000', '165953.957000', '165953.960000', '165953.963000', '165953.966000', '165953.969000', '165953.971000', '170013.855000', '170013.858000', '170013.861000', '170013.863000', '170013.866000', '170013.869000', '170013.872000', '170013.875000', '170013.877000', '170013.880000', '170013.883000', '170013.886000', '170013.889000', '170013.891000', '170013.902000', '170013.904000', '170013.907000', '170013.910000', '170013.913000', '170013.916000', '170013.918000', '170013.921000', '170013.924000', '170013.927000', '170013.929000', '170013.932000', '170013.935000', '170013.938000', '170013.941000', '170013.944000', '170013.946000', '170013.949000', '170013.952000', '170013.955000', '170013.958000', '170013.960000', '170013.963000', '170013.966000', '170013.969000', '170013.972000', '170013.975000', '170013.991000', '170013.994000', '170013.997000', '170033.855000', '170033.858000', '170033.861000', '170033.863000', '170033.866000', '170033.869000', '170033.872000', '170033.875000', '170033.877000', '170033.880000', '170033.883000', '170033.886000', '170033.889000', '170033.892000', '170033.894000', '170033.897000', '170033.900000', '170033.903000', '170033.906000', '170033.909000', '170033.911000', '170033.914000', '170033.917000', '170033.920000', '170033.923000', '170033.926000', '170033.928000', '170033.931000', '170033.934000', '170033.937000', '170033.940000', '170033.942000', '170033.945000', '170033.948000', '170033.951000', '170033.954000', '170033.956000', '170033.959000', '170033.962000', '170033.965000', '170033.968000', '170033.971000', '170033.973000', '170053.855000', '170053.858000', '170053.860000', '170053.863000', '170053.866000', '170053.869000', '170053.872000', '170053.874000', '170053.877000', '170053.880000', '170053.883000', '170053.886000', '170053.888000', '170053.891000', '170053.894000', '170053.897000', '170053.900000', '170053.903000', '170053.905000', '170053.908000', '170053.911000', '170053.914000', '170053.917000', '170053.919000', '170053.922000', '170053.925000', '170053.928000', '170053.931000', '170053.934000', '170053.936000', '170053.939000', '170053.942000', '170053.945000', '170053.948000', '170053.950000', '170053.953000', '170053.956000', '170053.959000', '170053.962000', '170053.964000', '170053.967000', '170053.970000', '170053.973000', '170053.976000', '170113.855000', '170113.858000', '170113.861000', '170113.863000', '170113.866000', '170113.869000', '170113.872000', '170113.875000', '170113.877000', '170113.880000', '170113.883000', '170113.886000', '170113.889000', '170113.891000', '170113.894000', '170113.897000', '170113.900000', '170113.903000', '170113.906000', '170113.908000', '170113.911000', '170113.914000', '170113.917000', '170113.920000', '170113.922000', '170113.925000', '170113.928000', '170113.931000', '170113.934000', '170113.936000', '170113.939000', '170113.942000', '170113.945000', '170113.948000', '170113.951000', '170113.953000', '170113.956000', '170113.959000', '170113.962000', '170113.965000', '170113.967000', '170113.970000', '170113.973000', '170133.854000', '170133.857000', '170133.860000', '170133.862000', '170133.865000', '170133.868000', '170133.871000', '170133.874000', '170133.876000', '170133.879000', '170133.882000', '170133.885000', '170133.888000', '170133.890000', '170133.893000', '170133.896000', '170133.899000', '170133.902000', '170133.905000', '170133.907000', '170133.910000', '170133.913000', '170133.916000', '170133.919000', '170133.921000', '170133.924000', '170133.927000', '170133.930000', '170133.932000', '170133.935000', '170133.938000', '170133.941000', '170133.944000', '170133.947000', '170133.949000', '170133.952000', '170133.955000', '170133.958000', '170133.961000', '170133.963000', '170133.966000', '170133.969000', '170133.972000', '170153.854000', '170153.857000', '170153.860000', '170153.863000', '170153.865000', '170153.868000', '170153.871000', '170153.874000', '170153.877000', '170153.879000', '170153.882000', '170153.885000', '170153.888000', '170153.890000', '170153.893000', '170153.896000', '170153.899000', '170153.902000', '170153.904000', '170153.907000', '170153.910000', '170153.913000', '170153.927000', '170153.930000', '170153.932000', '170153.935000', '170153.938000', '170153.941000', '170153.944000', '170153.947000', '170153.949000', '170153.952000', '170153.955000', '170153.958000', '170153.961000', '170153.963000', '170153.966000', '170153.969000', '170153.972000', '170153.975000', '170153.977000', '170153.980000', '170153.983000', '170153.986000', '170213.854000', '170213.857000', '170213.860000', '170213.862000', '170213.865000', '170213.868000', '170213.871000', '170213.874000', '170213.879000', '170213.882000', '170213.884000', '170213.887000', '170213.890000', '170213.893000', '170213.895000', '170213.898000', '170213.901000', '170213.904000', '170213.906000', '170213.909000', '170213.912000', '170213.915000', '170213.918000', '170213.921000', '170213.923000', '170213.926000', '170213.929000', '170213.932000', '170213.935000', '170213.937000', '170213.940000', '170213.943000', '170213.946000', '170213.949000', '170213.951000', '170213.954000', '170213.957000', '170213.960000', '170213.963000', '170213.966000', '170213.969000', '170213.971000', '170213.974000', '170233.855000', '170233.858000', '170233.861000', '170233.863000', '170233.866000', '170233.869000', '170233.872000', '170233.875000', '170233.878000', '170233.880000', '170233.883000', '170233.886000', '170233.889000', '170233.892000', '170233.894000', '170233.897000', '170233.900000', '170233.903000', '170233.906000', '170233.909000', '170233.911000', '170233.914000', '170233.917000', '170233.920000', '170233.923000', '170233.925000', '170233.928000', '170233.931000', '170233.934000', '170233.937000', '170233.939000', '170233.942000', '170233.945000', '170233.948000', '170233.951000', '170233.954000', '170233.956000', '170233.959000', '170233.962000', '170233.965000', '170233.968000', '170233.970000', '170233.973000', '170233.976000', '170253.855000', '170253.858000', '170253.861000', '170253.863000', '170253.866000', '170253.869000', '170253.872000', '170253.875000', '170253.878000', '170253.880000', '170253.883000', '170253.886000', '170253.889000', '170253.893000', '170253.898000', '170253.901000', '170253.904000', '170253.907000', '170253.910000', '170253.913000', '170253.915000', '170253.918000', '170253.921000', '170253.924000', '170253.927000', '170253.929000', '170253.932000', '170253.935000', '170253.938000', '170253.941000', '170253.943000', '170253.946000', '170253.949000', '170253.952000', '170253.955000', '170253.957000', '170253.960000', '170253.963000', '170253.966000', '170253.969000', '170253.971000', '170253.974000', '170253.977000', '170313.855000', '170313.858000', '170313.861000', '170313.863000', '170313.866000', '170313.869000', '170313.872000', '170313.875000', '170313.877000', '170313.880000', '170313.883000', '170313.886000', '170313.889000', '170313.891000', '170313.894000', '170313.897000', '170313.900000', '170313.903000', '170313.905000', '170313.908000', '170313.911000', '170313.914000', '170313.917000', '170313.919000', '170313.922000', '170313.925000', '170313.928000', '170313.933000', '170313.936000', '170313.938000', '170313.941000', '170313.944000', '170313.947000', '170313.958000', '170313.961000', '170313.964000', '170313.967000', '170313.970000', '170313.972000', '170313.975000', '170313.978000', '170313.981000', '170313.984000', '170313.986000', '170333.855000', '170333.858000', '170333.861000', '170333.864000', '170333.866000', '170333.869000', '170333.872000', '170333.875000', '170333.877000', '170333.880000', '170333.884000', '170333.886000', '170333.889000', '170333.892000', '170333.895000', '170333.897000', '170333.900000', '170333.903000', '170333.906000', '170333.911000', '170333.915000', '170333.918000', '170333.921000', '170333.924000', '170333.927000', '170333.930000', '170333.932000', '170333.935000', '170333.938000', '170333.941000', '170333.944000', '170333.946000', '170333.949000', '170333.952000', '170333.955000', '170333.958000', '170333.961000', '170333.963000', '170333.966000', '170333.969000', '170333.972000', '170333.975000', '170333.977000', '170353.854000', '170353.857000', '170353.860000', '170353.862000', '170353.865000', '170353.868000', '170353.871000', '170353.874000', '170353.876000', '170353.879000', '170353.882000', '170353.885000', '170353.888000', '170353.890000', '170353.893000', '170353.896000', '170353.899000', '170353.902000', '170353.904000', '170353.907000', '170353.910000', '170353.913000', '170353.915000', '170353.918000', '170353.921000', '170353.924000', '170353.927000', '170353.930000', '170353.932000', '170353.935000', '170353.938000', '170353.941000', '170353.943000', '170353.946000', '170353.949000', '170353.952000', '170353.955000', '170353.957000', '170353.960000', '170353.963000', '170353.966000', '170353.968000', '170353.971000', '170353.974000', '170413.854000', '170413.857000', '170413.860000', '170413.864000', '170413.867000', '170413.870000', '170413.872000', '170413.875000', '170413.878000', '170413.881000', '170413.884000', '170413.886000', '170413.889000', '170413.892000', '170413.895000', '170413.898000', '170413.901000', '170413.904000', '170413.906000', '170413.909000', '170413.912000', '170413.915000', '170413.918000', '170413.921000', '170413.923000', '170413.926000', '170413.929000', '170413.932000', '170413.935000', '170413.938000', '170413.941000', '170413.944000', '170413.947000', '170413.949000', '170413.952000', '170413.955000', '170413.958000', '170413.961000', '170413.963000', '170413.966000', '170413.969000', '170413.972000', '170413.975000', '170433.854000', '170433.857000', '170433.860000', '170433.862000', '170433.865000', '170433.868000', '170433.871000', '170433.874000', '170433.877000', '170433.879000', '170433.882000', '170433.885000', '170433.888000', '170433.891000', '170433.893000', '170433.896000', '170433.899000', '170433.902000', '170433.905000', '170433.907000', '170433.910000', '170433.913000', '170433.916000', '170433.919000', '170433.921000', '170433.924000', '170433.927000', '170433.930000', '170433.933000', '170433.935000', '170433.938000', '170433.941000', '170433.944000', '170433.947000', '170433.950000', '170433.952000', '170433.955000', '170433.958000', '170433.961000', '170433.964000', '170433.966000', '170433.969000', '170433.972000', '170433.975000', '170453.855000', '170453.858000', '170453.861000', '170453.863000', '170453.866000', '170453.869000', '170453.872000', '170453.875000', '170453.878000', '170453.880000', '170453.883000', '170453.886000', '170453.889000', '170453.891000', '170453.894000', '170453.897000', '170453.900000', '170453.903000', '170453.906000', '170453.908000', '170453.911000', '170453.914000', '170453.917000', '170453.920000', '170453.923000', '170453.925000', '170453.928000', '170453.931000', '170453.934000', '170453.937000', '170453.939000', '170453.942000', '170453.945000', '170453.948000', '170453.951000', '170453.953000', '170453.956000', '170453.959000', '170453.962000', '170453.965000', '170453.968000', '170453.971000', '170453.974000', '170513.855000', '170513.858000', '170513.861000', '170513.864000', '170513.866000', '170513.869000', '170513.872000', '170513.875000', '170513.877000', '170513.880000', '170513.883000', '170513.886000', '170513.889000', '170513.891000', '170513.894000', '170513.897000', '170513.900000', '170513.911000', '170513.914000', '170513.917000', '170513.920000', '170513.922000', '170513.925000', '170513.928000', '170513.931000', '170513.934000', '170513.936000', '170513.939000', '170513.942000', '170513.945000', '170513.948000', '170513.950000', '170513.953000', '170513.956000', '170513.959000', '170513.961000', '170513.964000', '170513.967000', '170513.970000', '170513.973000', '170513.976000', '170513.978000', '170513.981000', '170513.984000', '170533.855000', '170533.858000', '170533.861000', '170533.863000', '170533.866000', '170533.869000', '170533.872000', '170533.875000', '170533.877000', '170533.880000', '170533.883000', '170533.886000', '170533.889000', '170533.891000', '170533.894000', '170533.897000', '170533.900000', '170533.903000', '170533.906000', '170533.909000', '170533.912000', '170533.915000', '170533.918000', '170533.920000', '170533.923000', '170533.926000', '170533.929000', '170533.932000', '170533.935000', '170533.937000', '170533.940000', '170533.943000', '170533.946000', '170533.949000', '170533.951000', '170533.954000', '170533.957000', '170533.960000', '170533.963000', '170533.967000', '170533.972000', '170533.975000', '170533.978000', '170553.855000', '170553.858000', '170553.861000', '170553.863000', '170553.866000', '170553.869000', '170553.872000', '170553.875000', '170553.878000', '170553.880000', '170553.883000', '170553.886000', '170553.889000', '170553.892000', '170553.894000', '170553.897000', '170553.900000', '170553.903000', '170553.906000', '170553.908000', '170553.911000', '170553.914000', '170553.917000', '170553.920000', '170553.923000', '170553.925000', '170553.928000', '170553.931000', '170553.934000', '170553.937000', '170553.940000', '170553.943000', '170553.946000', '170553.948000', '170553.951000', '170553.954000', '170553.957000', '170553.960000', '170553.962000', '170553.965000', '170553.980000', '170553.983000', '170553.986000', '170553.989000', '170613.854000', '170613.857000', '170613.860000', '170613.862000', '170613.865000', '170613.868000', '170613.871000', '170613.874000', '170613.876000', '170613.879000', '170613.882000', '170613.885000', '170613.888000', '170613.891000', '170613.894000', '170613.896000', '170613.899000', '170613.902000', '170613.905000', '170613.907000', '170613.910000', '170613.913000', '170613.916000', '170613.919000', '170613.922000', '170613.925000', '170613.927000', '170613.930000', '170613.933000', '170613.936000', '170613.939000', '170613.941000', '170613.944000', '170613.947000', '170613.950000', '170613.953000', '170613.956000', '170613.958000', '170613.961000', '170613.964000', '170613.967000', '170613.970000', '170613.973000', '170633.854000', '170633.857000', '170633.860000', '170633.863000', '170633.865000', '170633.868000', '170633.871000', '170633.874000', '170633.877000', '170633.879000', '170633.882000', '170633.885000', '170633.888000', '170633.891000', '170633.894000', '170633.896000', '170633.899000', '170633.902000', '170633.905000', '170633.908000', '170633.910000', '170633.913000', '170633.916000', '170633.919000', '170633.922000', '170633.925000', '170633.927000', '170633.930000', '170633.933000', '170633.936000', '170633.939000', '170633.941000', '170633.944000', '170633.947000', '170633.950000', '170633.952000', '170633.955000', '170633.958000', '170633.961000', '170633.964000', '170633.967000', '170633.970000', '170633.972000', '170633.975000', '170653.854000', '170653.857000', '170653.860000', '170653.862000', '170653.865000', '170653.868000', '170653.871000', '170653.874000', '170653.876000', '170653.879000', '170653.882000', '170653.885000', '170653.888000', '170653.890000', '170653.893000', '170653.896000', '170653.899000', '170653.902000', '170653.904000', '170653.907000', '170653.910000', '170653.913000', '170653.916000', '170653.919000', '170653.921000', '170653.924000', '170653.927000', '170653.930000', '170653.932000', '170653.935000', '170653.938000', '170653.941000', '170653.944000', '170653.947000', '170653.950000', '170653.953000', '170653.956000', '170653.958000', '170653.961000', '170653.964000', '170653.967000', '170653.970000', '170653.972000', '170713.855000', '170713.858000', '170713.861000', '170713.863000', '170713.866000', '170713.869000', '170713.872000', '170713.875000', '170713.877000', '170713.880000', '170713.883000', '170713.886000', '170713.889000', '170713.892000', '170713.894000', '170713.897000', '170713.900000', '170713.903000', '170713.906000', '170713.909000', '170713.911000', '170713.914000', '170713.917000', '170713.920000', '170713.923000', '170713.926000', '170713.928000', '170713.931000', '170713.934000', '170713.937000', '170713.940000', '170713.942000', '170713.945000', '170713.948000', '170713.951000', '170713.954000', '170713.957000', '170713.972000', '170713.975000', '170713.978000', '170713.980000', '170713.983000', '170713.986000', '170713.989000', '170733.855000', '170733.858000', '170733.861000', '170733.864000', '170733.867000', '170733.869000', '170733.872000', '170733.875000', '170733.878000', '170733.881000', '170733.883000', '170733.886000', '170733.889000', '170733.892000', '170733.895000', '170733.897000', '170733.900000', '170733.903000', '170733.906000', '170733.908000', '170733.911000', '170733.914000', '170733.917000', '170733.920000', '170733.922000', '170733.925000', '170733.928000', '170733.931000', '170733.934000', '170733.936000', '170733.939000', '170733.942000', '170733.945000', '170733.947000', '170733.950000', '170733.953000', '170733.956000', '170733.959000', '170733.962000', '170733.964000', '170733.967000', '170733.970000', '170733.973000', '170753.855000', '170753.858000', '170753.861000', '170753.864000', '170753.866000', '170753.869000', '170753.872000', '170753.875000', '170753.878000', '170753.881000', '170753.883000', '170753.886000', '170753.889000', '170753.892000', '170753.895000', '170753.898000', '170753.900000', '170753.903000', '170753.906000', '170753.909000', '170753.911000', '170753.914000', '170753.917000', '170753.920000', '170753.923000', '170753.926000', '170753.928000', '170753.931000', '170753.934000', '170753.937000', '170753.940000', '170753.942000', '170753.945000', '170753.948000', '170753.951000', '170753.954000', '170753.957000', '170753.959000', '170753.962000', '170753.965000', '170753.968000', '170753.970000', '170753.973000', '170753.976000', '170813.855000', '170813.858000', '170813.861000', '170813.864000', '170813.867000', '170813.869000', '170813.872000', '170813.875000', '170813.878000', '170813.881000', '170813.883000', '170813.886000', '170813.889000', '170813.892000', '170813.894000', '170813.897000', '170813.900000', '170813.903000', '170813.906000', '170813.909000', '170813.911000', '170813.914000', '170813.917000', '170813.920000', '170813.923000', '170813.926000', '170813.928000', '170813.931000', '170813.934000', '170813.937000', '170813.940000', '170813.942000', '170813.945000', '170813.948000', '170813.951000', '170813.954000', '170813.957000', '170813.959000', '170813.962000', '170813.965000', '170813.968000', '170813.971000', '170813.974000', '170833.854000', '170833.857000', '170833.860000', '170833.863000', '170833.866000', '170833.882000', '170833.885000', '170833.888000', '170833.891000', '170833.894000', '170833.897000', '170833.900000', '170833.905000', '170833.908000', '170833.911000', '170833.914000', '170833.917000', '170833.920000', '170833.923000', '170833.926000', '170833.928000', '170833.931000', '170833.934000', '170833.937000', '170833.939000', '170833.942000', '170833.946000', '170833.949000', '170833.952000', '170833.955000', '170833.958000', '170833.960000', '170833.963000', '170833.966000', '170833.969000', '170833.972000', '170833.974000', '170833.977000', '170833.980000', '170833.983000', '170833.986000', '170833.988000', '170833.991000', '170853.854000', '170853.857000', '170853.860000', '170853.862000', '170853.865000', '170853.868000', '170853.871000', '170853.874000', '170853.876000', '170853.879000', '170853.882000', '170853.885000', '170853.888000', '170853.891000', '170853.893000', '170853.896000', '170853.899000', '170853.902000', '170853.904000', '170853.907000', '170853.910000', '170853.913000', '170853.916000', '170853.919000', '170853.921000', '170853.924000', '170853.927000', '170853.930000', '170853.933000', '170853.935000', '170853.938000', '170853.941000', '170853.944000', '170853.947000', '170853.949000', '170853.952000', '170853.955000', '170853.958000', '170853.961000', '170853.963000', '170853.966000', '170853.969000', '170853.972000', '170853.974000', '170913.854000', '170913.857000', '170913.860000', '170913.862000', '170913.865000', '170913.868000', '170913.871000', '170913.874000', '170913.876000', '170913.879000', '170913.882000', '170913.885000', '170913.888000', '170913.890000', '170913.893000', '170913.896000', '170913.899000', '170913.902000', '170913.905000', '170913.907000', '170913.910000', '170913.913000', '170913.916000', '170913.919000', '170913.921000', '170913.924000', '170913.927000', '170913.930000', '170913.933000', '170913.936000', '170913.939000', '170913.942000', '170913.945000', '170913.947000', '170913.950000', '170913.953000', '170913.956000', '170913.959000', '170913.962000', '170913.964000', '170913.967000', '170913.970000', '170913.973000', '170933.855000', '170933.858000', '170933.861000', '170933.864000', '170933.866000', '170933.869000', '170933.872000', '170933.875000', '170933.878000', '170933.880000', '170933.883000', '170933.886000', '170933.889000', '170933.892000', '170933.894000', '170933.897000', '170933.900000', '170933.903000', '170933.906000', '170933.908000', '170933.911000', '170933.914000', '170933.917000', '170933.920000', '170933.922000', '170933.925000', '170933.928000', '170933.931000', '170933.933000', '170933.936000', '170933.939000', '170933.942000', '170933.945000', '170933.948000', '170933.950000', '170933.953000', '170933.956000', '170933.959000', '170933.964000', '170933.966000', '170933.969000', '170933.972000', '170933.975000', '170933.978000', '170953.016000', '170953.020000', '170953.024000', '170953.027000', '170953.030000', '170953.035000', '170953.040000', '170953.043000', '170953.045000', '170953.048000', '170953.051000', '170953.054000', '170953.057000', '170953.060000', '170953.063000', '170953.066000', '170953.068000', '170953.071000', '170953.074000', '170953.077000', '170953.080000', '170953.083000', '170953.087000', '170953.090000', '170953.093000', '170953.095000', '170953.099000', '170953.102000', '170953.105000', '170953.108000', '170953.111000', '170953.114000', '170953.117000', '170953.119000', '170953.122000', '170953.125000', '170953.128000', '170953.131000', '170953.133000', '170953.136000', '170953.139000', '170953.142000'], 'InstanceCreationTime': ['165753.889000', '165753.892000', '165753.895000', '165753.898000', '165753.901000', '165753.903000', '165753.906000', '165753.909000', '165753.913000', '165753.916000', '165753.919000', '165753.922000', '165753.924000', '165753.927000', '165753.930000', '165753.933000', '165753.936000', '165753.939000', '165753.941000', '165753.944000', '165753.947000', '165753.950000', '165753.952000', '165753.955000', '165753.958000', '165753.961000', '165753.964000', '165753.967000', '165753.969000', '165753.972000', '165753.975000', '165753.978000', '165753.981000', '165753.983000', '165753.986000', '165753.989000', '165753.992000', '165753.994000', '165753.997000', '165754.001000', '165754.004000', '165754.007000', '165754.012000', '165754.015000', '165754.028000', '165754.031000', '165754.034000', '165754.037000', '165754.039000', '165754.042000', '165754.045000', '165754.048000', '165813.855000', '165813.858000', '165813.860000', '165813.863000', '165813.866000', '165813.869000', '165813.872000', '165813.879000', '165813.882000', '165813.885000', '165813.888000', '165813.890000', '165813.893000', '165813.896000', '165813.899000', '165813.901000', '165813.904000', '165813.907000', '165813.910000', '165813.913000', '165813.915000', '165813.918000', '165813.921000', '165813.924000', '165813.926000', '165813.929000', '165813.932000', '165813.935000', '165813.937000', '165813.940000', '165813.943000', '165813.946000', '165813.949000', '165813.952000', '165813.954000', '165813.957000', '165813.960000', '165813.963000', '165813.966000', '165813.968000', '165813.971000', '165813.974000', '165813.977000', '165813.979000', '165833.855000', '165833.858000', '165833.861000', '165833.863000', '165833.866000', '165833.869000', '165833.872000', '165833.878000', '165833.881000', '165833.884000', '165833.887000', '165833.890000', '165833.892000', '165833.895000', '165833.898000', '165833.901000', '165833.904000', '165833.906000', '165833.909000', '165833.912000', '165833.915000', '165833.918000', '165833.920000', '165833.923000', '165833.926000', '165833.929000', '165833.931000', '165833.934000', '165833.937000', '165833.940000', '165833.943000', '165833.946000', '165833.948000', '165833.951000', '165833.954000', '165833.957000', '165833.960000', '165833.962000', '165833.965000', '165833.968000', '165833.971000', '165833.973000', '165833.976000', '165853.855000', '165853.911000', '165853.914000', '165853.930000', '165853.933000', '165853.935000', '165853.938000', '165853.941000', '165853.944000', '165853.947000', '165853.949000', '165853.952000', '165853.955000', '165853.958000', '165853.961000', '165853.963000', '165853.966000', '165853.969000', '165853.972000', '165853.975000', '165853.978000', '165853.980000', '165853.983000', '165853.986000', '165853.989000', '165853.992000', '165853.994000', '165853.997000', '165854.001000', '165854.004000', '165854.007000', '165854.010000', '165854.012000', '165854.015000', '165854.018000', '165854.021000', '165854.023000', '165854.026000', '165854.029000', '165854.032000', '165854.035000', '165854.037000', '165854.040000', '165913.854000', '165913.857000', '165913.859000', '165913.862000', '165913.865000', '165913.868000', '165913.871000', '165913.874000', '165913.876000', '165913.879000', '165913.882000', '165913.885000', '165913.887000', '165913.890000', '165913.893000', '165913.896000', '165913.899000', '165913.902000', '165913.904000', '165913.907000', '165913.910000', '165913.913000', '165913.915000', '165913.918000', '165913.921000', '165913.924000', '165913.927000', '165913.929000', '165913.932000', '165913.935000', '165913.938000', '165913.941000', '165913.943000', '165913.946000', '165913.956000', '165913.959000', '165913.961000', '165913.964000', '165913.967000', '165913.970000', '165913.972000', '165913.975000', '165913.978000', '165913.981000', '165933.854000', '165933.867000', '165933.870000', '165933.873000', '165933.876000', '165933.878000', '165933.881000', '165933.884000', '165933.887000', '165933.890000', '165933.893000', '165933.895000', '165933.898000', '165933.901000', '165933.904000', '165933.907000', '165933.910000', '165933.912000', '165933.915000', '165933.918000', '165933.921000', '165933.924000', '165933.927000', '165933.929000', '165933.932000', '165933.935000', '165933.938000', '165933.941000', '165933.944000', '165933.946000', '165933.949000', '165933.952000', '165933.955000', '165933.958000', '165933.960000', '165933.963000', '165933.966000', '165933.969000', '165933.972000', '165933.974000', '165933.977000', '165933.980000', '165933.983000', '165933.985000', '165953.854000', '165953.857000', '165953.860000', '165953.862000', '165953.865000', '165953.868000', '165953.871000', '165953.874000', '165953.876000', '165953.879000', '165953.882000', '165953.885000', '165953.888000', '165953.891000', '165953.893000', '165953.896000', '165953.899000', '165953.902000', '165953.904000', '165953.907000', '165953.910000', '165953.913000', '165953.916000', '165953.918000', '165953.921000', '165953.924000', '165953.927000', '165953.929000', '165953.932000', '165953.935000', '165953.938000', '165953.941000', '165953.943000', '165953.946000', '165953.949000', '165953.952000', '165953.955000', '165953.957000', '165953.960000', '165953.963000', '165953.966000', '165953.969000', '165953.971000', '170013.855000', '170013.858000', '170013.861000', '170013.863000', '170013.866000', '170013.869000', '170013.872000', '170013.875000', '170013.877000', '170013.880000', '170013.883000', '170013.886000', '170013.889000', '170013.891000', '170013.902000', '170013.904000', '170013.907000', '170013.910000', '170013.913000', '170013.916000', '170013.918000', '170013.921000', '170013.924000', '170013.927000', '170013.929000', '170013.932000', '170013.935000', '170013.938000', '170013.941000', '170013.944000', '170013.946000', '170013.949000', '170013.952000', '170013.955000', '170013.958000', '170013.960000', '170013.963000', '170013.966000', '170013.969000', '170013.972000', '170013.975000', '170013.991000', '170013.994000', '170013.997000', '170033.855000', '170033.858000', '170033.861000', '170033.863000', '170033.866000', '170033.869000', '170033.872000', '170033.875000', '170033.877000', '170033.880000', '170033.883000', '170033.886000', '170033.889000', '170033.892000', '170033.894000', '170033.897000', '170033.900000', '170033.903000', '170033.906000', '170033.909000', '170033.911000', '170033.914000', '170033.917000', '170033.920000', '170033.923000', '170033.926000', '170033.928000', '170033.931000', '170033.934000', '170033.937000', '170033.940000', '170033.942000', '170033.945000', '170033.948000', '170033.951000', '170033.954000', '170033.956000', '170033.959000', '170033.962000', '170033.965000', '170033.968000', '170033.971000', '170033.973000', '170053.855000', '170053.858000', '170053.860000', '170053.863000', '170053.866000', '170053.869000', '170053.872000', '170053.874000', '170053.877000', '170053.880000', '170053.883000', '170053.886000', '170053.888000', '170053.891000', '170053.894000', '170053.897000', '170053.900000', '170053.903000', '170053.905000', '170053.908000', '170053.911000', '170053.914000', '170053.917000', '170053.919000', '170053.922000', '170053.925000', '170053.928000', '170053.931000', '170053.934000', '170053.936000', '170053.939000', '170053.942000', '170053.945000', '170053.948000', '170053.950000', '170053.953000', '170053.956000', '170053.959000', '170053.962000', '170053.964000', '170053.967000', '170053.970000', '170053.973000', '170053.976000', '170113.855000', '170113.858000', '170113.861000', '170113.863000', '170113.866000', '170113.869000', '170113.872000', '170113.875000', '170113.877000', '170113.880000', '170113.883000', '170113.886000', '170113.889000', '170113.891000', '170113.894000', '170113.897000', '170113.900000', '170113.903000', '170113.906000', '170113.908000', '170113.911000', '170113.914000', '170113.917000', '170113.920000', '170113.922000', '170113.925000', '170113.928000', '170113.931000', '170113.934000', '170113.936000', '170113.939000', '170113.942000', '170113.945000', '170113.948000', '170113.951000', '170113.953000', '170113.956000', '170113.959000', '170113.962000', '170113.965000', '170113.967000', '170113.970000', '170113.973000', '170133.854000', '170133.857000', '170133.860000', '170133.862000', '170133.865000', '170133.868000', '170133.871000', '170133.874000', '170133.876000', '170133.879000', '170133.882000', '170133.885000', '170133.888000', '170133.890000', '170133.893000', '170133.896000', '170133.899000', '170133.902000', '170133.905000', '170133.907000', '170133.910000', '170133.913000', '170133.916000', '170133.919000', '170133.921000', '170133.924000', '170133.927000', '170133.930000', '170133.932000', '170133.935000', '170133.938000', '170133.941000', '170133.944000', '170133.947000', '170133.949000', '170133.952000', '170133.955000', '170133.958000', '170133.961000', '170133.963000', '170133.966000', '170133.969000', '170133.972000', '170153.854000', '170153.857000', '170153.860000', '170153.863000', '170153.865000', '170153.868000', '170153.871000', '170153.874000', '170153.877000', '170153.879000', '170153.882000', '170153.885000', '170153.888000', '170153.890000', '170153.893000', '170153.896000', '170153.899000', '170153.902000', '170153.904000', '170153.907000', '170153.910000', '170153.913000', '170153.927000', '170153.930000', '170153.932000', '170153.935000', '170153.938000', '170153.941000', '170153.944000', '170153.947000', '170153.949000', '170153.952000', '170153.955000', '170153.958000', '170153.961000', '170153.963000', '170153.966000', '170153.969000', '170153.972000', '170153.975000', '170153.977000', '170153.980000', '170153.983000', '170153.986000', '170213.854000', '170213.857000', '170213.860000', '170213.862000', '170213.865000', '170213.868000', '170213.871000', '170213.874000', '170213.879000', '170213.882000', '170213.884000', '170213.887000', '170213.890000', '170213.893000', '170213.895000', '170213.898000', '170213.901000', '170213.904000', '170213.906000', '170213.909000', '170213.912000', '170213.915000', '170213.918000', '170213.921000', '170213.923000', '170213.926000', '170213.929000', '170213.932000', '170213.935000', '170213.937000', '170213.940000', '170213.943000', '170213.946000', '170213.949000', '170213.951000', '170213.954000', '170213.957000', '170213.960000', '170213.963000', '170213.966000', '170213.969000', '170213.971000', '170213.974000', '170233.855000', '170233.858000', '170233.861000', '170233.863000', '170233.866000', '170233.869000', '170233.872000', '170233.875000', '170233.878000', '170233.880000', '170233.883000', '170233.886000', '170233.889000', '170233.892000', '170233.894000', '170233.897000', '170233.900000', '170233.903000', '170233.906000', '170233.909000', '170233.911000', '170233.914000', '170233.917000', '170233.920000', '170233.923000', '170233.925000', '170233.928000', '170233.931000', '170233.934000', '170233.937000', '170233.939000', '170233.942000', '170233.945000', '170233.948000', '170233.951000', '170233.954000', '170233.956000', '170233.959000', '170233.962000', '170233.965000', '170233.968000', '170233.970000', '170233.973000', '170233.976000', '170253.855000', '170253.858000', '170253.861000', '170253.863000', '170253.866000', '170253.869000', '170253.872000', '170253.875000', '170253.878000', '170253.880000', '170253.883000', '170253.886000', '170253.889000', '170253.893000', '170253.898000', '170253.901000', '170253.904000', '170253.907000', '170253.910000', '170253.913000', '170253.915000', '170253.918000', '170253.921000', '170253.924000', '170253.927000', '170253.929000', '170253.932000', '170253.935000', '170253.938000', '170253.941000', '170253.943000', '170253.946000', '170253.949000', '170253.952000', '170253.955000', '170253.957000', '170253.960000', '170253.963000', '170253.966000', '170253.969000', '170253.971000', '170253.974000', '170253.977000', '170313.855000', '170313.858000', '170313.861000', '170313.863000', '170313.866000', '170313.869000', '170313.872000', '170313.875000', '170313.877000', '170313.880000', '170313.883000', '170313.886000', '170313.889000', '170313.891000', '170313.894000', '170313.897000', '170313.900000', '170313.903000', '170313.905000', '170313.908000', '170313.911000', '170313.914000', '170313.917000', '170313.919000', '170313.922000', '170313.925000', '170313.928000', '170313.933000', '170313.936000', '170313.938000', '170313.941000', '170313.944000', '170313.947000', '170313.958000', '170313.961000', '170313.964000', '170313.967000', '170313.970000', '170313.972000', '170313.975000', '170313.978000', '170313.981000', '170313.984000', '170313.986000', '170333.855000', '170333.858000', '170333.861000', '170333.864000', '170333.866000', '170333.869000', '170333.872000', '170333.875000', '170333.877000', '170333.880000', '170333.884000', '170333.886000', '170333.889000', '170333.892000', '170333.895000', '170333.897000', '170333.900000', '170333.903000', '170333.906000', '170333.911000', '170333.915000', '170333.918000', '170333.921000', '170333.924000', '170333.927000', '170333.930000', '170333.932000', '170333.935000', '170333.938000', '170333.941000', '170333.944000', '170333.946000', '170333.949000', '170333.952000', '170333.955000', '170333.958000', '170333.961000', '170333.963000', '170333.966000', '170333.969000', '170333.972000', '170333.975000', '170333.977000', '170353.854000', '170353.857000', '170353.860000', '170353.862000', '170353.865000', '170353.868000', '170353.871000', '170353.874000', '170353.876000', '170353.879000', '170353.882000', '170353.885000', '170353.888000', '170353.890000', '170353.893000', '170353.896000', '170353.899000', '170353.902000', '170353.904000', '170353.907000', '170353.910000', '170353.913000', '170353.915000', '170353.918000', '170353.921000', '170353.924000', '170353.927000', '170353.930000', '170353.932000', '170353.935000', '170353.938000', '170353.941000', '170353.943000', '170353.946000', '170353.949000', '170353.952000', '170353.955000', '170353.957000', '170353.960000', '170353.963000', '170353.966000', '170353.968000', '170353.971000', '170353.974000', '170413.854000', '170413.857000', '170413.860000', '170413.864000', '170413.867000', '170413.870000', '170413.872000', '170413.875000', '170413.878000', '170413.881000', '170413.884000', '170413.886000', '170413.889000', '170413.892000', '170413.895000', '170413.898000', '170413.901000', '170413.904000', '170413.906000', '170413.909000', '170413.912000', '170413.915000', '170413.918000', '170413.921000', '170413.923000', '170413.926000', '170413.929000', '170413.932000', '170413.935000', '170413.938000', '170413.941000', '170413.944000', '170413.947000', '170413.949000', '170413.952000', '170413.955000', '170413.958000', '170413.961000', '170413.963000', '170413.966000', '170413.969000', '170413.972000', '170413.975000', '170433.854000', '170433.857000', '170433.860000', '170433.862000', '170433.865000', '170433.868000', '170433.871000', '170433.874000', '170433.877000', '170433.879000', '170433.882000', '170433.885000', '170433.888000', '170433.891000', '170433.893000', '170433.896000', '170433.899000', '170433.902000', '170433.905000', '170433.907000', '170433.910000', '170433.913000', '170433.916000', '170433.919000', '170433.921000', '170433.924000', '170433.927000', '170433.930000', '170433.933000', '170433.935000', '170433.938000', '170433.941000', '170433.944000', '170433.947000', '170433.950000', '170433.952000', '170433.955000', '170433.958000', '170433.961000', '170433.964000', '170433.966000', '170433.969000', '170433.972000', '170433.975000', '170453.855000', '170453.858000', '170453.861000', '170453.863000', '170453.866000', '170453.869000', '170453.872000', '170453.875000', '170453.878000', '170453.880000', '170453.883000', '170453.886000', '170453.889000', '170453.891000', '170453.894000', '170453.897000', '170453.900000', '170453.903000', '170453.906000', '170453.908000', '170453.911000', '170453.914000', '170453.917000', '170453.920000', '170453.923000', '170453.925000', '170453.928000', '170453.931000', '170453.934000', '170453.937000', '170453.939000', '170453.942000', '170453.945000', '170453.948000', '170453.951000', '170453.953000', '170453.956000', '170453.959000', '170453.962000', '170453.965000', '170453.968000', '170453.971000', '170453.974000', '170513.855000', '170513.858000', '170513.861000', '170513.864000', '170513.866000', '170513.869000', '170513.872000', '170513.875000', '170513.877000', '170513.880000', '170513.883000', '170513.886000', '170513.889000', '170513.891000', '170513.894000', '170513.897000', '170513.900000', '170513.911000', '170513.914000', '170513.917000', '170513.920000', '170513.922000', '170513.925000', '170513.928000', '170513.931000', '170513.934000', '170513.936000', '170513.939000', '170513.942000', '170513.945000', '170513.948000', '170513.950000', '170513.953000', '170513.956000', '170513.959000', '170513.961000', '170513.964000', '170513.967000', '170513.970000', '170513.973000', '170513.976000', '170513.978000', '170513.981000', '170513.984000', '170533.855000', '170533.858000', '170533.861000', '170533.863000', '170533.866000', '170533.869000', '170533.872000', '170533.875000', '170533.877000', '170533.880000', '170533.883000', '170533.886000', '170533.889000', '170533.891000', '170533.894000', '170533.897000', '170533.900000', '170533.903000', '170533.906000', '170533.909000', '170533.912000', '170533.915000', '170533.918000', '170533.920000', '170533.923000', '170533.926000', '170533.929000', '170533.932000', '170533.935000', '170533.937000', '170533.940000', '170533.943000', '170533.946000', '170533.949000', '170533.951000', '170533.954000', '170533.957000', '170533.960000', '170533.963000', '170533.967000', '170533.972000', '170533.975000', '170533.978000', '170553.855000', '170553.858000', '170553.861000', '170553.863000', '170553.866000', '170553.869000', '170553.872000', '170553.875000', '170553.878000', '170553.880000', '170553.883000', '170553.886000', '170553.889000', '170553.892000', '170553.894000', '170553.897000', '170553.900000', '170553.903000', '170553.906000', '170553.908000', '170553.911000', '170553.914000', '170553.917000', '170553.920000', '170553.923000', '170553.925000', '170553.928000', '170553.931000', '170553.934000', '170553.937000', '170553.940000', '170553.943000', '170553.946000', '170553.948000', '170553.951000', '170553.954000', '170553.957000', '170553.960000', '170553.962000', '170553.965000', '170553.980000', '170553.983000', '170553.986000', '170553.989000', '170613.854000', '170613.857000', '170613.860000', '170613.862000', '170613.865000', '170613.868000', '170613.871000', '170613.874000', '170613.876000', '170613.879000', '170613.882000', '170613.885000', '170613.888000', '170613.891000', '170613.894000', '170613.896000', '170613.899000', '170613.902000', '170613.905000', '170613.907000', '170613.910000', '170613.913000', '170613.916000', '170613.919000', '170613.922000', '170613.925000', '170613.927000', '170613.930000', '170613.933000', '170613.936000', '170613.939000', '170613.941000', '170613.944000', '170613.947000', '170613.950000', '170613.953000', '170613.956000', '170613.958000', '170613.961000', '170613.964000', '170613.967000', '170613.970000', '170613.973000', '170633.854000', '170633.857000', '170633.860000', '170633.863000', '170633.865000', '170633.868000', '170633.871000', '170633.874000', '170633.877000', '170633.879000', '170633.882000', '170633.885000', '170633.888000', '170633.891000', '170633.894000', '170633.896000', '170633.899000', '170633.902000', '170633.905000', '170633.908000', '170633.910000', '170633.913000', '170633.916000', '170633.919000', '170633.922000', '170633.925000', '170633.927000', '170633.930000', '170633.933000', '170633.936000', '170633.939000', '170633.941000', '170633.944000', '170633.947000', '170633.950000', '170633.952000', '170633.955000', '170633.958000', '170633.961000', '170633.964000', '170633.967000', '170633.970000', '170633.972000', '170633.975000', '170653.854000', '170653.857000', '170653.860000', '170653.862000', '170653.865000', '170653.868000', '170653.871000', '170653.874000', '170653.876000', '170653.879000', '170653.882000', '170653.885000', '170653.888000', '170653.890000', '170653.893000', '170653.896000', '170653.899000', '170653.902000', '170653.904000', '170653.907000', '170653.910000', '170653.913000', '170653.916000', '170653.919000', '170653.921000', '170653.924000', '170653.927000', '170653.930000', '170653.932000', '170653.935000', '170653.938000', '170653.941000', '170653.944000', '170653.947000', '170653.950000', '170653.953000', '170653.956000', '170653.958000', '170653.961000', '170653.964000', '170653.967000', '170653.970000', '170653.972000', '170713.855000', '170713.858000', '170713.861000', '170713.863000', '170713.866000', '170713.869000', '170713.872000', '170713.875000', '170713.877000', '170713.880000', '170713.883000', '170713.886000', '170713.889000', '170713.892000', '170713.894000', '170713.897000', '170713.900000', '170713.903000', '170713.906000', '170713.909000', '170713.911000', '170713.914000', '170713.917000', '170713.920000', '170713.923000', '170713.926000', '170713.928000', '170713.931000', '170713.934000', '170713.937000', '170713.940000', '170713.942000', '170713.945000', '170713.948000', '170713.951000', '170713.954000', '170713.957000', '170713.972000', '170713.975000', '170713.978000', '170713.980000', '170713.983000', '170713.986000', '170713.989000', '170733.855000', '170733.858000', '170733.861000', '170733.864000', '170733.867000', '170733.869000', '170733.872000', '170733.875000', '170733.878000', '170733.881000', '170733.883000', '170733.886000', '170733.889000', '170733.892000', '170733.895000', '170733.897000', '170733.900000', '170733.903000', '170733.906000', '170733.908000', '170733.911000', '170733.914000', '170733.917000', '170733.920000', '170733.922000', '170733.925000', '170733.928000', '170733.931000', '170733.934000', '170733.936000', '170733.939000', '170733.942000', '170733.945000', '170733.947000', '170733.950000', '170733.953000', '170733.956000', '170733.959000', '170733.962000', '170733.964000', '170733.967000', '170733.970000', '170733.973000', '170753.855000', '170753.858000', '170753.861000', '170753.864000', '170753.866000', '170753.869000', '170753.872000', '170753.875000', '170753.878000', '170753.881000', '170753.883000', '170753.886000', '170753.889000', '170753.892000', '170753.895000', '170753.898000', '170753.900000', '170753.903000', '170753.906000', '170753.909000', '170753.911000', '170753.914000', '170753.917000', '170753.920000', '170753.923000', '170753.926000', '170753.928000', '170753.931000', '170753.934000', '170753.937000', '170753.940000', '170753.942000', '170753.945000', '170753.948000', '170753.951000', '170753.954000', '170753.957000', '170753.959000', '170753.962000', '170753.965000', '170753.968000', '170753.970000', '170753.973000', '170753.976000', '170813.855000', '170813.858000', '170813.861000', '170813.864000', '170813.867000', '170813.869000', '170813.872000', '170813.875000', '170813.878000', '170813.881000', '170813.883000', '170813.886000', '170813.889000', '170813.892000', '170813.894000', '170813.897000', '170813.900000', '170813.903000', '170813.906000', '170813.909000', '170813.911000', '170813.914000', '170813.917000', '170813.920000', '170813.923000', '170813.926000', '170813.928000', '170813.931000', '170813.934000', '170813.937000', '170813.940000', '170813.942000', '170813.945000', '170813.948000', '170813.951000', '170813.954000', '170813.957000', '170813.959000', '170813.962000', '170813.965000', '170813.968000', '170813.971000', '170813.974000', '170833.854000', '170833.857000', '170833.860000', '170833.863000', '170833.866000', '170833.882000', '170833.885000', '170833.888000', '170833.891000', '170833.894000', '170833.897000', '170833.900000', '170833.905000', '170833.908000', '170833.911000', '170833.914000', '170833.917000', '170833.920000', '170833.923000', '170833.926000', '170833.928000', '170833.931000', '170833.934000', '170833.937000', '170833.939000', '170833.942000', '170833.946000', '170833.949000', '170833.952000', '170833.955000', '170833.958000', '170833.960000', '170833.963000', '170833.966000', '170833.969000', '170833.972000', '170833.974000', '170833.977000', '170833.980000', '170833.983000', '170833.986000', '170833.988000', '170833.991000', '170853.854000', '170853.857000', '170853.860000', '170853.862000', '170853.865000', '170853.868000', '170853.871000', '170853.874000', '170853.876000', '170853.879000', '170853.882000', '170853.885000', '170853.888000', '170853.891000', '170853.893000', '170853.896000', '170853.899000', '170853.902000', '170853.904000', '170853.907000', '170853.910000', '170853.913000', '170853.916000', '170853.919000', '170853.921000', '170853.924000', '170853.927000', '170853.930000', '170853.933000', '170853.935000', '170853.938000', '170853.941000', '170853.944000', '170853.947000', '170853.949000', '170853.952000', '170853.955000', '170853.958000', '170853.961000', '170853.963000', '170853.966000', '170853.969000', '170853.972000', '170853.974000', '170913.854000', '170913.857000', '170913.860000', '170913.862000', '170913.865000', '170913.868000', '170913.871000', '170913.874000', '170913.876000', '170913.879000', '170913.882000', '170913.885000', '170913.888000', '170913.890000', '170913.893000', '170913.896000', '170913.899000', '170913.902000', '170913.905000', '170913.907000', '170913.910000', '170913.913000', '170913.916000', '170913.919000', '170913.921000', '170913.924000', '170913.927000', '170913.930000', '170913.933000', '170913.936000', '170913.939000', '170913.942000', '170913.945000', '170913.947000', '170913.950000', '170913.953000', '170913.956000', '170913.959000', '170913.962000', '170913.964000', '170913.967000', '170913.970000', '170913.973000', '170933.855000', '170933.858000', '170933.861000', '170933.864000', '170933.866000', '170933.869000', '170933.872000', '170933.875000', '170933.878000', '170933.880000', '170933.883000', '170933.886000', '170933.889000', '170933.892000', '170933.894000', '170933.897000', '170933.900000', '170933.903000', '170933.906000', '170933.908000', '170933.911000', '170933.914000', '170933.917000', '170933.920000', '170933.922000', '170933.925000', '170933.928000', '170933.931000', '170933.933000', '170933.936000', '170933.939000', '170933.942000', '170933.945000', '170933.948000', '170933.950000', '170933.953000', '170933.956000', '170933.959000', '170933.964000', '170933.966000', '170933.969000', '170933.972000', '170933.975000', '170933.978000', '170953.016000', '170953.020000', '170953.024000', '170953.027000', '170953.030000', '170953.035000', '170953.040000', '170953.043000', '170953.045000', '170953.048000', '170953.051000', '170953.054000', '170953.057000', '170953.060000', '170953.063000', '170953.066000', '170953.068000', '170953.071000', '170953.074000', '170953.077000', '170953.080000', '170953.083000', '170953.087000', '170953.090000', '170953.093000', '170953.095000', '170953.099000', '170953.102000', '170953.105000', '170953.108000', '170953.111000', '170953.114000', '170953.117000', '170953.119000', '170953.122000', '170953.125000', '170953.128000', '170953.131000', '170953.133000', '170953.136000', '170953.139000', '170953.142000'], '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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'LargestImagePixelValue': [9077, 11378, 9363, 11919, 8477, 10234, 8699, 10168, 8377, 9801, 8843, 8277, 8517, 8149, 8291, 8293, 8618, 8493, 8884, 7826, 9429, 8099, 9562, 8166, 9947, 7994, 10140, 8690, 10295, 8687, 10493, 8831, 10684, 8667, 10535, 8123, 9730, 8322, 8524, 8612, 8455, 9820, 8470, 9931, 7980, 9568, 8144, 10074, 8666, 10155, 8799, 10245, 8751, 11840, 9041, 11796, 9913, 10472, 9961, 9358, 9413, 8007, 10897, 8129, 10454, 8609, 10584, 8847, 11233, 8890, 10529, 8720, 9596, 8394, 9661, 8771, 8819, 9214, 8442, 11603, 8334, 11563, 8268, 10236, 8197, 9715, 8300, 9566, 8283, 10021, 8170, 10202, 8440, 10730, 8566, 10515, 8981, 10947, 8699, 11954, 8380, 10806, 8562, 11250, 8890, 11400, 9010, 9116, 8585, 7825, 8457, 8034, 8436, 8407, 8804, 8578, 9248, 8017, 9527, 8573, 9834, 8776, 9649, 9114, 10041, 8939, 10406, 8874, 10051, 8680, 10228, 8962, 11041, 8742, 11211, 8947, 13030, 8328, 11732, 8651, 12675, 8781, 11690, 9088, 8719, 8424, 8162, 8764, 8882, 8683, 8269, 9429, 8404, 10525, 7802, 10859, 7977, 10184, 8007, 10238, 8567, 10750, 8433, 11220, 9175, 11973, 8969, 10948, 9058, 11231, 8875, 10860, 9020, 8246, 8859, 8679, 8936, 8612, 9788, 8252, 10010, 8054, 10391, 8285, 10107, 8167, 10824, 9119, 13853, 9774, 11785, 9596, 9842, 9686, 8413, 10285, 8399, 11088, 8287, 10869, 8900, 10209, 8777, 10675, 8979, 10896, 8517, 9728, 7965, 9446, 8043, 9200, 8596, 8226, 9366, 8107, 9001, 8227, 9280, 8199, 9495, 8685, 9876, 8539, 10263, 8033, 10353, 8165, 11360, 8534, 11598, 8027, 10919, 8330, 10436, 8093, 11378, 8653, 10502, 8670, 10807, 8892, 11886, 9359, 13722, 8945, 13354, 8593, 12399, 9129, 13515, 9895, 14721, 9363, 11764, 8916, 10783, 8877, 8850, 8849, 7745, 10586, 8164, 10266, 8335, 10331, 8384, 9978, 8375, 9682, 8286, 9855, 8563, 10046, 8075, 10101, 8438, 10133, 8424, 10248, 8502, 10568, 8386, 10813, 8356, 10680, 8647, 10769, 8857, 12415, 8663, 11785, 8290, 11706, 8612, 13382, 9205, 10139, 8844, 9927, 8605, 9541, 8829, 9717, 8949, 8010, 9675, 8126, 9958, 8379, 10292, 8338, 13182, 9527, 12376, 8616, 10751, 8806, 11580, 9004, 12951, 9392, 8632, 9124, 8214, 10092, 8177, 10498, 8298, 11786, 8556, 11403, 8164, 11044, 7948, 11269, 8743, 12090, 9260, 10904, 9068, 10995, 8951, 12211, 8863, 9099, 8468, 8818, 8600, 8417, 8773, 7942, 8806, 7815, 8657, 8540, 8658, 8915, 8603, 8039, 9122, 8323, 9643, 8185, 10603, 8024, 10952, 8176, 10374, 8691, 10712, 8520, 10678, 8673, 11805, 8316, 11754, 8474, 13141, 9094, 13406, 9381, 13464, 8646, 11754, 8815, 10933, 9003, 12594, 8763, 11671, 8185, 10162, 8250, 10028, 8471, 9327, 8837, 8312, 9383, 8249, 10590, 7986, 9814, 8034, 10106, 7890, 9371, 9393, 8755, 9410, 8893, 8162, 9225, 8041, 9170, 7985, 9745, 8437, 10362, 8512, 10033, 8586, 10437, 8887, 10833, 8970, 11474, 8375, 10857, 8433, 13205, 9343, 13274, 9333, 13572, 8650, 12582, 9126, 11523, 9476, 8161, 9130, 8387, 9398, 8351, 9955, 8299, 10314, 8084, 9889, 8060, 10144, 7989, 10330, 8273, 10650, 8463, 10449, 8696, 10897, 8549, 11164, 9049, 12804, 8439, 9374, 8420, 8983, 8767, 8294, 10175, 8125, 11012, 7845, 11148, 8182, 9879, 8260, 10021, 8261, 9781, 7992, 9713, 8186, 9246, 7895, 9435, 8288, 9298, 7988, 9603, 8329, 10348, 8482, 10064, 8504, 10131, 8593, 10518, 8806, 11641, 9442, 13193, 8645, 11542, 8777, 12111, 9669, 13666, 9186, 12195, 9342, 11141, 9716, 13211, 9984, 11689, 9520, 8347, 9654, 8693, 10589, 8617, 9600, 8430, 10283, 8037, 11864, 8272, 13441, 9706, 14184, 9398, 13216, 8073, 13098, 8290, 12796, 8418, 13703, 9293, 13730, 8589, 11759, 8890, 11352, 8933, 11242, 9326, 12114, 9427, 9469, 8873, 8008, 8954, 7991, 10359, 8876, 12178, 8898, 9802, 8950, 8198, 9705, 8450, 9778, 7945, 10174, 8368, 11479, 8481, 10511, 8452, 8634, 8414, 7987, 8609, 8384, 9415, 8290, 9836, 8476, 9862, 8474, 10592, 8693, 12737, 8666, 11662, 8628, 12246, 8734, 11009, 8807, 7862, 8706, 8429, 9678, 8160, 10029, 8082, 12025, 8815, 11815, 8880, 12189, 9183, 13268, 9542, 11838, 8858, 9946, 8821, 8622, 8616, 8223, 10738, 8509, 10850, 8575, 10783, 8704, 10962, 9199, 12452, 8374, 10200, 8683, 10525, 8614, 9002, 8728, 8367, 9642, 8201, 9901, 8009, 10604, 8608, 11363, 8722, 10572, 8855, 10767, 8924, 11128, 8811, 10927, 8417, 10807, 8046, 8922, 8193, 8309, 8746, 7948, 9531, 8542, 10218, 8612, 11845, 8933, 11437, 8869, 13691, 9195, 10241, 8648, 7883, 9164, 8317, 9923, 8124, 12983, 8720, 11590, 8808, 11721, 9006, 13572, 9308, 9158, 8890, 8104, 9118, 8046, 9634, 7963, 10264, 8507, 10525, 8681, 12167, 9535, 14706, 9543, 10192, 8563, 8055, 9689, 7999, 10420, 8105, 12473, 8501, 11697, 8914, 13056, 9827, 14526, 9734, 11175, 8521, 9156, 8511, 8145, 8965, 8055, 9924, 7941, 9905, 7986, 10922, 8439, 12754, 8266, 9828, 8320, 9684, 8441, 8520, 9578, 8341, 10388, 8276, 10671, 8052, 10492, 8596, 11274, 7944, 10579, 8104, 11100, 8538, 11609, 9436, 13465, 8360, 10040, 8451, 9859, 8508, 8608, 9121, 7860, 9664, 12013, 8560, 15087, 9280, 13020, 9484, 12537, 9214, 10938, 9117, 10992, 9259, 11539, 8200, 10280, 8495, 10663, 8490, 10660, 8908, 11664, 8162, 11270, 8691, 11589, 8979, 12776, 9440, 14120, 8678, 12452, 9044, 12389, 9131, 11999, 9313, 12599, 8418, 11486, 8740, 10738, 9020, 7949, 8478, 8024, 8535, 8107, 8733, 8195, 9816, 8177, 9401, 8129, 9782, 8196, 9321, 8124, 9406, 8079, 9107, 8035, 10019, 8125, 10579, 8608, 10444, 8400, 10724, 8596, 10935, 8963, 13076, 8570, 12410, 9250, 12869, 9226, 12956, 9053, 13583, 8510, 11187, 8059, 10734, 8089, 10984, 8495, 11008, 8260, 10549, 8700, 11225, 9144, 13547, 9094, 10563, 8327, 12020, 8860, 14775, 9434, 12156, 8356, 11198, 8425, 9692, 8412, 9823, 8535, 8029, 8658, 7724, 8426, 8020, 8771, 7843, 10574, 7856, 10076, 8148, 10461, 8323, 10560, 8596, 11336, 9001, 13191, 8375, 12345, 8647, 14317, 9533, 13553, 9319, 11232, 8833, 9989, 8754, 8289, 11282, 8401, 11619, 7891, 11281, 8192, 11696, 9652, 13751, 8567, 12584, 8506, 11959, 8870, 10550, 9093, 8076, 9038, 7997, 9856, 8104, 11294, 8333, 11174, 7822, 10647, 8349, 12018, 9556, 13658, 9302, 10674, 8456, 8785, 8805, 8071, 9793, 8383, 12237, 8022, 11960, 8980, 11803, 9308, 11281, 9145, 12563, 9116, 8084, 8568, 8043, 9156, 7932, 9876, 8202, 10269, 8261, 10590, 8316, 11055, 8526, 10708, 8891, 8085, 9539, 8168, 9718, 8093, 10401, 8049, 13825, 9129, 12894, 8847, 11505, 8877, 9418, 9543, 8075, 10684, 7789, 11323, 8068, 12286, 9001, 14281, 9699, 14540, 8653, 12412, 8818, 10452, 9205, 8100, 10905, 8111, 10753, 8046, 10911, 9009, 12082, 9265, 11950, 8789, 8143, 8998, 8130, 9781, 8035, 11881, 8182, 12507, 7841, 11321, 8370, 11775, 9440, 12747, 9165, 10216, 8342, 8779, 8381, 8001, 10226, 8445, 11238, 8083, 10573, 8633, 11414, 9058, 12764, 9306, 8555, 8674, 7720, 9246, 7898, 10283, 8213, 11656, 7707, 11154, 8208, 11083, 8935, 11269, 8946, 10277, 8353, 7914, 8576, 7756, 9349, 8035, 10647, 7966, 10506, 8042, 10966, 8486, 13341, 9849, 14333, 9491, 8153, 8789, 7981, 9615, 7923, 10288, 8442, 12733, 8187, 13847, 9063, 12682, 9660, 13732, 9938, 14383, 9474, 11714, 8770, 11108, 8832, 11643, 8950, 7894, 9825, 8102, 9980, 8413, 10502, 8579, 11679, 8611, 12234, 8571, 11415, 8741, 12443, 8631, 12100, 8782, 10118, 8630, 8967, 8530, 8072, 9257, 8178, 9895, 8234, 10181, 8212, 10613, 8270, 11284, 9055, 12518, 8864, 11486, 9364, 12444, 9458, 14270, 9524, 11129, 8480, 9797, 8741, 11024, 9222, 7874, 9847, 8151, 10266, 8022, 10715, 8333, 12045, 9126, 13656, 8601, 12718, 9058, 13619, 8826, 9819, 8742, 8010, 9871, 8330, 9545, 8052, 10658, 8418, 8616, 10174, 8530, 13171, 8641, 9739, 9469, 8845, 9717, 8190, 10164, 8217, 10794, 8559, 11006, 8789, 13590, 9256, 7911, 8951, 8103, 9958, 8357, 10805, 8295, 13726, 8872, 9117, 8824, 8054, 8815, 8099, 10155, 8036, 10813, 8233, 10266, 8236, 10961, 8116, 13319, 8997, 14196, 9894, 14390, 9489, 8913, 9867, 8714, 12492, 8996, 15037, 10661, 8164, 9633, 8675, 10275, 8588, 11637, 8389, 13432, 9485, 13005, 8860, 11369, 8796, 12754, 8728, 9723, 8971, 7974, 9766, 8374, 10035, 8285, 10841, 8613, 11756, 8796, 10567, 8929, 10259, 9126, 9917, 9438, 8199, 10095, 8435, 10041, 8682, 10940, 8278, 12602, 9204, 11334, 9139, 10839, 9289, 11090, 8788, 11113, 8443, 9486, 8791, 8529, 8180, 8270, 8844, 7845, 10972, 8218, 10939, 8565, 8967, 8728, 8066, 9623, 8337, 10633, 8157, 13525, 7763, 10049, 8031, 8428, 8539, 8173, 12504, 8467, 10750, 8103, 8189, 8305, 7737, 8824, 8208, 9285, 8364, 9721, 8056, 11819, 8126, 13987, 8198, 14506, 8065, 14578, 8265, 14769, 9355, 14939, 9328, 14430, 9104, 11967, 8873, 11736, 9106, 14166, 8771, 11937, 8986, 12004, 9032, 13403, 9031, 8527, 8955, 7959, 9174, 8017, 9210, 8229, 9977, 8618, 11072, 8527, 12788, 8665, 8194, 9557, 8156, 9671, 8099, 12257, 8140, 12217, 8263, 11761, 8782, 12860, 8908, 14427, 8841, 10258, 8599, 8103, 8833, 8150, 9194, 8399, 10523, 8165, 10353, 8383, 10286, 8453, 10588, 8608, 9211, 8587, 8348, 8549, 8471, 9115, 7974, 10481, 7771, 10428, 8184, 10701, 8119, 10622, 8401, 12052, 8349, 13144, 8351, 9732, 8498, 8373, 8475, 8196, 9652, 8070, 10227, 8020, 12085, 9034, 14984, 9132, 12221, 8412, 10231, 8397, 9288, 8530, 8169, 9916, 7887, 9661, 8163, 10405, 8073, 11108, 8344, 10625, 8138, 10670, 8290, 8509, 8491, 8301, 8823, 8008, 9117, 8602, 10056, 8194, 11876, 8159, 11129, 8189, 12371, 8124, 13916, 8477, 12287, 8181, 9511, 8226, 10705, 8483, 8468, 9488, 8285, 10214, 8409, 11086, 8462, 14351, 8986, 12310, 8431, 10555, 8516, 14463, 8828, 10720, 8676, 8524, 8462, 8505, 8669, 8094, 10249, 8398, 10138, 8342, 10117, 8227, 10656, 8379, 13528, 8369, 11022, 8356, 9673, 8576, 8547, 9936, 8021, 9708, 7944, 9768, 8295, 10116, 8387, 11087, 8279, 10431, 8475, 12730, 8427, 9898, 8647, 8366, 8565, 8565, 9029, 8536, 10266, 8161, 10245, 8452, 10449, 8315, 10628, 8270, 12310, 8663, 13555, 8307, 11465, 8476, 11605, 8675, 8664, 8623, 8225, 9087, 8346, 9890, 8350, 10713, 8362, 13823, 8367, 12949, 8341, 13626, 8446, 13412, 8378, 11049, 8250, 8587, 8257, 8636, 8957, 7967, 9956, 8318, 10072, 8252, 10245, 8404, 12788, 8618, 10124, 8424, 8614, 8500, 8615, 9854, 8044, 12850, 8115, 12424, 8293, 11714, 8597, 12242, 8722, 13905, 8353, 11145, 8308, 10193, 8494, 8659, 8492, 8007, 9269, 7933, 9108, 8332, 9236, 8330, 10295, 8199, 10182, 8312, 11194, 8349, 13599, 8577, 8447, 8318, 8564, 8471, 8661, 9256, 7918, 11639, 8001, 13637, 8428, 12440, 8698, 14238, 8994, 14639, 9176, 13807, 8445, 11962, 8577, 10857, 8321, 8427, 9240, 8423, 9380, 7971, 9852, 8679, 11131, 8428, 11669], 'WindowCenter': [4134.0, 4138.0, 4104.0, 4109.0, 4078.0, 4096.0, 4078.0, 4095.0, 4077.0, 4085.0, 4088.0, 4075.0, 4076.0, 4063.0, 4074.0, 4074.0, 4086.0, 4087.0, 4088.0, 4067.0, 4098.0, 4078.0, 4098.0, 4088.0, 4099.0, 4079.0, 4096.0, 4087.0, 4096.0, 4087.0, 4107.0, 4099.0, 4106.0, 4088.0, 4108.0, 4080.0, 4099.0, 4090.0, 4088.0, 4090.0, 4077.0, 4098.0, 4077.0, 4099.0, 4078.0, 4101.0, 4078.0, 4098.0, 4089.0, 4098.0, 4089.0, 4098.0, 4089.0, 4118.0, 4100.0, 4108.0, 4100.0, 4108.0, 4099.0, 4097.0, 4101.0, 4077.0, 4108.0, 4076.0, 4097.0, 4088.0, 4096.0, 4089.0, 4107.0, 4099.0, 4107.0, 4089.0, 4098.0, 4090.0, 4097.0, 4088.0, 4088.0, 4087.0, 4077.0, 4108.0, 4075.0, 4121.0, 4087.0, 4099.0, 4076.0, 4097.0, 4078.0, 4096.0, 4077.0, 4098.0, 4077.0, 4099.0, 4087.0, 4109.0, 4088.0, 4107.0, 4099.0, 4108.0, 4088.0, 4119.0, 4089.0, 4107.0, 4088.0, 4108.0, 4099.0, 4118.0, 4087.0, 4087.0, 4089.0, 4077.0, 4088.0, 4075.0, 4078.0, 4076.0, 4088.0, 4087.0, 4099.0, 4090.0, 4099.0, 4088.0, 4108.0, 4100.0, 4099.0, 4099.0, 4109.0, 4102.0, 4109.0, 4101.0, 4099.0, 4099.0, 4109.0, 4101.0, 4110.0, 4101.0, 4108.0, 4099.0, 4119.0, 4091.0, 4119.0, 4089.0, 4118.0, 4100.0, 4119.0, 4101.0, 4088.0, 4090.0, 4088.0, 4089.0, 4088.0, 4088.0, 4088.0, 4099.0, 4087.0, 4110.0, 4078.0, 4109.0, 4078.0, 4109.0, 4077.0, 4109.0, 4088.0, 4109.0, 4089.0, 4108.0, 4099.0, 4119.0, 4099.0, 4108.0, 4099.0, 4108.0, 4101.0, 4109.0, 4100.0, 4089.0, 4100.0, 4087.0, 4089.0, 4089.0, 4099.0, 4078.0, 4098.0, 4077.0, 4123.0, 4104.0, 4098.0, 4065.0, 4095.0, 4087.0, 4119.0, 4099.0, 4119.0, 4100.0, 4086.0, 4098.0, 4076.0, 4094.0, 4074.0, 4107.0, 4088.0, 4108.0, 4099.0, 4095.0, 4087.0, 4106.0, 4097.0, 4109.0, 4090.0, 4099.0, 4091.0, 4099.0, 4091.0, 4097.0, 4088.0, 4088.0, 4100.0, 4089.0, 4100.0, 4088.0, 4101.0, 4091.0, 4112.0, 4101.0, 4111.0, 4100.0, 4112.0, 4090.0, 4111.0, 4089.0, 4121.0, 4090.0, 4120.0, 4078.0, 4110.0, 4089.0, 4109.0, 4077.0, 4110.0, 4088.0, 4109.0, 4089.0, 4108.0, 4090.0, 4119.0, 4100.0, 4119.0, 4090.0, 4118.0, 4088.0, 4108.0, 4098.0, 4117.0, 4099.0, 4118.0, 4088.0, 4108.0, 4088.0, 4094.0, 4086.0, 4075.0, 4087.0, 4065.0, 4096.0, 4074.0, 4096.0, 4075.0, 4097.0, 4074.0, 4086.0, 4063.0, 4086.0, 4073.0, 4084.0, 4076.0, 4084.0, 4066.0, 4095.0, 4077.0, 4097.0, 4076.0, 4097.0, 4089.0, 4108.0, 4089.0, 4107.0, 4089.0, 4108.0, 4087.0, 4107.0, 4100.0, 4117.0, 4090.0, 4118.0, 4088.0, 4107.0, 4089.0, 4118.0, 4098.0, 4097.0, 4087.0, 4097.0, 4087.0, 4086.0, 4087.0, 4097.0, 4087.0, 4076.0, 4099.0, 4076.0, 4099.0, 4076.0, 4109.0, 4088.0, 4118.0, 4098.0, 4117.0, 4087.0, 4107.0, 4087.0, 4106.0, 4088.0, 4117.0, 4089.0, 4087.0, 4089.0, 4075.0, 4097.0, 4077.0, 4098.0, 4075.0, 4108.0, 4076.0, 4096.0, 4076.0, 4094.0, 4064.0, 4094.0, 4073.0, 4093.0, 4085.0, 4082.0, 4074.0, 4093.0, 4085.0, 4104.0, 4075.0, 4073.0, 4076.0, 4075.0, 4087.0, 4076.0, 4086.0, 4077.0, 4088.0, 4066.0, 4089.0, 4086.0, 4089.0, 4086.0, 4087.0, 4078.0, 4098.0, 4088.0, 4100.0, 4088.0, 4109.0, 4091.0, 4107.0, 4089.0, 4096.0, 4088.0, 4108.0, 4100.0, 4109.0, 4099.0, 4120.0, 4090.0, 4119.0, 4089.0, 4119.0, 4100.0, 4118.0, 4099.0, 4119.0, 4090.0, 4107.0, 4101.0, 4109.0, 4089.0, 4118.0, 4089.0, 4107.0, 4088.0, 4096.0, 4088.0, 4098.0, 4089.0, 4098.0, 4089.0, 4088.0, 4098.0, 4078.0, 4110.0, 4079.0, 4099.0, 4078.0, 4097.0, 4076.0, 4087.0, 4086.0, 4089.0, 4087.0, 4088.0, 4075.0, 4088.0, 4077.0, 4087.0, 4076.0, 4098.0, 4076.0, 4097.0, 4088.0, 4096.0, 4088.0, 4107.0, 4098.0, 4109.0, 4100.0, 4119.0, 4091.0, 4110.0, 4089.0, 4119.0, 4099.0, 4117.0, 4098.0, 4119.0, 4088.0, 4116.0, 4099.0, 4109.0, 4099.0, 4075.0, 4088.0, 4076.0, 4087.0, 4074.0, 4097.0, 4075.0, 4097.0, 4077.0, 4097.0, 4076.0, 4098.0, 4076.0, 4098.0, 4077.0, 4096.0, 4075.0, 4096.0, 4087.0, 4107.0, 4087.0, 4109.0, 4090.0, 4118.0, 4090.0, 4086.0, 4080.0, 4087.0, 4090.0, 4078.0, 4100.0, 4077.0, 4109.0, 4077.0, 4108.0, 4075.0, 4097.0, 4076.0, 4087.0, 4076.0, 4098.0, 4065.0, 4087.0, 4075.0, 4086.0, 4064.0, 4086.0, 4074.0, 4085.0, 4065.0, 4096.0, 4076.0, 4096.0, 4086.0, 4095.0, 4088.0, 4097.0, 4089.0, 4108.0, 4100.0, 4108.0, 4100.0, 4118.0, 4099.0, 4109.0, 4088.0, 4108.0, 4099.0, 4117.0, 4088.0, 4106.0, 4098.0, 4107.0, 4098.0, 4119.0, 4100.0, 4105.0, 4098.0, 4076.0, 4097.0, 4087.0, 4108.0, 4088.0, 4097.0, 4076.0, 4110.0, 4079.0, 4120.0, 4077.0, 4119.0, 4087.0, 4107.0, 4073.0, 4091.0, 4052.0, 4092.0, 4052.0, 4093.0, 4051.0, 4092.0, 4062.0, 4091.0, 4060.0, 4078.0, 4059.0, 4068.0, 4060.0, 4079.0, 4071.0, 4080.0, 4074.0, 4069.0, 4071.0, 4063.0, 4073.0, 4065.0, 4082.0, 4075.0, 4093.0, 4076.0, 4083.0, 4076.0, 4062.0, 4084.0, 4064.0, 4085.0, 4064.0, 4084.0, 4076.0, 4095.0, 4076.0, 4094.0, 4076.0, 4076.0, 4078.0, 4067.0, 4087.0, 4075.0, 4087.0, 4087.0, 4097.0, 4089.0, 4099.0, 4089.0, 4109.0, 4091.0, 4119.0, 4091.0, 4107.0, 4090.0, 4117.0, 4090.0, 4109.0, 4100.0, 4078.0, 4099.0, 4089.0, 4099.0, 4090.0, 4110.0, 4089.0, 4119.0, 4100.0, 4120.0, 4100.0, 4119.0, 4099.0, 4120.0, 4101.0, 4118.0, 4099.0, 4097.0, 4098.0, 4088.0, 4090.0, 4089.0, 4109.0, 4088.0, 4109.0, 4089.0, 4108.0, 4089.0, 4108.0, 4100.0, 4119.0, 4091.0, 4110.0, 4090.0, 4107.0, 4088.0, 4090.0, 4089.0, 4089.0, 4099.0, 4089.0, 4109.0, 4079.0, 4108.0, 4089.0, 4119.0, 4090.0, 4108.0, 4100.0, 4109.0, 4100.0, 4109.0, 4100.0, 4108.0, 4091.0, 4107.0, 4090.0, 4100.0, 4090.0, 4088.0, 4101.0, 4090.0, 4109.0, 4101.0, 4109.0, 4102.0, 4121.0, 4102.0, 4120.0, 4100.0, 4131.0, 4102.0, 4109.0, 4101.0, 4089.0, 4101.0, 4091.0, 4111.0, 4090.0, 4132.0, 4100.0, 4120.0, 4099.0, 4120.0, 4101.0, 4131.0, 4111.0, 4101.0, 4102.0, 4091.0, 4101.0, 4089.0, 4111.0, 4089.0, 4110.0, 4101.0, 4110.0, 4101.0, 4120.0, 4112.0, 4130.0, 4099.0, 4109.0, 4088.0, 4077.0, 4099.0, 4078.0, 4111.0, 4078.0, 4119.0, 4090.0, 4117.0, 4088.0, 4119.0, 4098.0, 4129.0, 4099.0, 4109.0, 4088.0, 4087.0, 4088.0, 4075.0, 4089.0, 4075.0, 4098.0, 4076.0, 4097.0, 4078.0, 4107.0, 4088.0, 4117.0, 4088.0, 4097.0, 4088.0, 4098.0, 4088.0, 4087.0, 4099.0, 4088.0, 4100.0, 4078.0, 4109.0, 4066.0, 4098.0, 4076.0, 4096.0, 4066.0, 4094.0, 4077.0, 4096.0, 4088.0, 4106.0, 4087.0, 4116.0, 4089.0, 4096.0, 4088.0, 4096.0, 4089.0, 4087.0, 4100.0, 4079.0, 4099.0, 4118.0, 4088.0, 4118.0, 4086.0, 4106.0, 4087.0, 4106.0, 4086.0, 4095.0, 4086.0, 4095.0, 4087.0, 4104.0, 4077.0, 4095.0, 4087.0, 4097.0, 4087.0, 4095.0, 4087.0, 4106.0, 4087.0, 4107.0, 4087.0, 4107.0, 4088.0, 4117.0, 4098.0, 4116.0, 4087.0, 4106.0, 4087.0, 4106.0, 4088.0, 4106.0, 4088.0, 4106.0, 4076.0, 4106.0, 4085.0, 4096.0, 4088.0, 4076.0, 4076.0, 4076.0, 4088.0, 4076.0, 4088.0, 4077.0, 4098.0, 4078.0, 4098.0, 4077.0, 4098.0, 4076.0, 4089.0, 4077.0, 4098.0, 4078.0, 4088.0, 4077.0, 4110.0, 4078.0, 4108.0, 4090.0, 4109.0, 4090.0, 4108.0, 4100.0, 4111.0, 4100.0, 4130.0, 4101.0, 4119.0, 4099.0, 4117.0, 4088.0, 4117.0, 4089.0, 4117.0, 4088.0, 4108.0, 4078.0, 4098.0, 4078.0, 4107.0, 4088.0, 4096.0, 4087.0, 4096.0, 4088.0, 4107.0, 4099.0, 4118.0, 4090.0, 4108.0, 4090.0, 4108.0, 4089.0, 4128.0, 4087.0, 4106.0, 4087.0, 4107.0, 4078.0, 4094.0, 4078.0, 4097.0, 4089.0, 4078.0, 4090.0, 4077.0, 4088.0, 4075.0, 4087.0, 4077.0, 4111.0, 4076.0, 4097.0, 4079.0, 4108.0, 4088.0, 4108.0, 4088.0, 4110.0, 4101.0, 4119.0, 4090.0, 4118.0, 4089.0, 4117.0, 4100.0, 4116.0, 4087.0, 4096.0, 4088.0, 4085.0, 4076.0, 4076.0, 4106.0, 4076.0, 4107.0, 4065.0, 4095.0, 4074.0, 4105.0, 4097.0, 4117.0, 4089.0, 4106.0, 4088.0, 4106.0, 4087.0, 4096.0, 4086.0, 4064.0, 4087.0, 4065.0, 4098.0, 4076.0, 4108.0, 4075.0, 4096.0, 4066.0, 4094.0, 4074.0, 4105.0, 4087.0, 4115.0, 4085.0, 4095.0, 4075.0, 4074.0, 4086.0, 4064.0, 4097.0, 4075.0, 4105.0, 4065.0, 4106.0, 4085.0, 4095.0, 4086.0, 4095.0, 4099.0, 4107.0, 4087.0, 4065.0, 4087.0, 4064.0, 4087.0, 4067.0, 4096.0, 4078.0, 4096.0, 4090.0, 4097.0, 4089.0, 4107.0, 4089.0, 4108.0, 4100.0, 4078.0, 4099.0, 4089.0, 4099.0, 4078.0, 4109.0, 4088.0, 4129.0, 4098.0, 4118.0, 4091.0, 4107.0, 4088.0, 4099.0, 4100.0, 4077.0, 4109.0, 4079.0, 4109.0, 4076.0, 4119.0, 4088.0, 4127.0, 4098.0, 4119.0, 4088.0, 4106.0, 4086.0, 4097.0, 4087.0, 4076.0, 4108.0, 4077.0, 4108.0, 4078.0, 4097.0, 4089.0, 4106.0, 4099.0, 4108.0, 4089.0, 4077.0, 4088.0, 4077.0, 4098.0, 4076.0, 4109.0, 4076.0, 4106.0, 4078.0, 4107.0, 4077.0, 4107.0, 4097.0, 4118.0, 4088.0, 4096.0, 4078.0, 4086.0, 4078.0, 4076.0, 4098.0, 4077.0, 4108.0, 4078.0, 4096.0, 4088.0, 4108.0, 4090.0, 4118.0, 4099.0, 4086.0, 4088.0, 4079.0, 4099.0, 4077.0, 4111.0, 4079.0, 4108.0, 4077.0, 4108.0, 4090.0, 4108.0, 4090.0, 4108.0, 4100.0, 4096.0, 4087.0, 4078.0, 4089.0, 4066.0, 4100.0, 4077.0, 4109.0, 4077.0, 4108.0, 4078.0, 4108.0, 4088.0, 4118.0, 4098.0, 4129.0, 4098.0, 4076.0, 4087.0, 4076.0, 4097.0, 4067.0, 4098.0, 4078.0, 4118.0, 4078.0, 4117.0, 4088.0, 4106.0, 4086.0, 4106.0, 4087.0, 4115.0, 4087.0, 4094.0, 4075.0, 4094.0, 4075.0, 4094.0, 4075.0, 4063.0, 4085.0, 4063.0, 4084.0, 4063.0, 4095.0, 4073.0, 4096.0, 4073.0, 4094.0, 4075.0, 4095.0, 4076.0, 4103.0, 4076.0, 4106.0, 4077.0, 4095.0, 4087.0, 4086.0, 4087.0, 4077.0, 4089.0, 4076.0, 4096.0, 4078.0, 4096.0, 4077.0, 4107.0, 4090.0, 4108.0, 4088.0, 4118.0, 4088.0, 4106.0, 4088.0, 4108.0, 4097.0, 4118.0, 4098.0, 4106.0, 4088.0, 4095.0, 4087.0, 4096.0, 4089.0, 4066.0, 4098.0, 4076.0, 4096.0, 4076.0, 4096.0, 4078.0, 4108.0, 4088.0, 4118.0, 4090.0, 4117.0, 4088.0, 4118.0, 4102.0, 4097.0, 4088.0, 4077.0, 4111.0, 4089.0, 4098.0, 4078.0, 4098.0, 4077.0, 4089.0, 4110.0, 4089.0, 4117.0, 4089.0, 4097.0, 4099.0, 4076.0, 4089.0, 4076.0, 4098.0, 4076.0, 4096.0, 4077.0, 4096.0, 4088.0, 4116.0, 4087.0, 4077.0, 4089.0, 4077.0, 4099.0, 4089.0, 4110.0, 4089.0, 4117.0, 4088.0, 4087.0, 4088.0, 4077.0, 4089.0, 4077.0, 4100.0, 4078.0, 4098.0, 4077.0, 4098.0, 4078.0, 4097.0, 4078.0, 4117.0, 4087.0, 4116.0, 4086.0, 4117.0, 4088.0, 4076.0, 4087.0, 4077.0, 4107.0, 4075.0, 4115.0, 4096.0, 4064.0, 4075.0, 4063.0, 4084.0, 4063.0, 4094.0, 4064.0, 4105.0, 4074.0, 4105.0, 4075.0, 4093.0, 4074.0, 4095.0, 4075.0, 4085.0, 4075.0, 4064.0, 4085.0, 4075.0, 4086.0, 4077.0, 4095.0, 4075.0, 4108.0, 4088.0, 4097.0, 4088.0, 4096.0, 4088.0, 4086.0, 4088.0, 4065.0, 4096.0, 4075.0, 4086.0, 4075.0, 4096.0, 4076.0, 4106.0, 4086.0, 4095.0, 4088.0, 4095.0, 4086.0, 4094.0, 4075.0, 4108.0, 4076.0, 4099.0, 4102.0, 4102.0, 4089.0, 4050.0, 4047.0, 4027.0, 4056.0, 4037.0, 4070.0, 4063.0, 4062.0, 4091.0, 4088.0, 4099.0, 4089.0, 4110.0, 4079.0, 4118.0, 4079.0, 4097.0, 4079.0, 4089.0, 4101.0, 4091.0, 4131.0, 4103.0, 4122.0, 4091.0, 4091.0, 4090.0, 4080.0, 4101.0, 4102.0, 4112.0, 4103.0, 4114.0, 4092.0, 4134.0, 4093.0, 4131.0, 4089.0, 4130.0, 4078.0, 4118.0, 4077.0, 4118.0, 4087.0, 4118.0, 4075.0, 4105.0, 4075.0, 4094.0, 4074.0, 4093.0, 4074.0, 4103.0, 4075.0, 4093.0, 4076.0, 4094.0, 4086.0, 4116.0, 4088.0, 4076.0, 4087.0, 4065.0, 4085.0, 4064.0, 4099.0, 4076.0, 4087.0, 4088.0, 4108.0, 4089.0, 4118.0, 4089.0, 4077.0, 4100.0, 4077.0, 4099.0, 4066.0, 4107.0, 4077.0, 4106.0, 4078.0, 4106.0, 4076.0, 4105.0, 4087.0, 4117.0, 4076.0, 4086.0, 4076.0, 4065.0, 4087.0, 4065.0, 4087.0, 4077.0, 4097.0, 4077.0, 4097.0, 4079.0, 4098.0, 4089.0, 4097.0, 4090.0, 4089.0, 4089.0, 4077.0, 4088.0, 4077.0, 4088.0, 4078.0, 4109.0, 4079.0, 4107.0, 4089.0, 4108.0, 4079.0, 4108.0, 4089.0, 4118.0, 4090.0, 4119.0, 4089.0, 4097.0, 4090.0, 4089.0, 4091.0, 4089.0, 4098.0, 4079.0, 4098.0, 4078.0, 4118.0, 4089.0, 4129.0, 4099.0, 4117.0, 4089.0, 4097.0, 4078.0, 4087.0, 4087.0, 4077.0, 4099.0, 4077.0, 4097.0, 4078.0, 4097.0, 4076.0, 4107.0, 4077.0, 4097.0, 4078.0, 4107.0, 4090.0, 4089.0, 4091.0, 4090.0, 4100.0, 4089.0, 4099.0, 4090.0, 4111.0, 4091.0, 4120.0, 4092.0, 4119.0, 4091.0, 4119.0, 4090.0, 4131.0, 4089.0, 4120.0, 4090.0, 4099.0, 4091.0, 4109.0, 4090.0, 4088.0, 4099.0, 4088.0, 4110.0, 4089.0, 4108.0, 4091.0, 4129.0, 4101.0, 4119.0, 4090.0, 4108.0, 4089.0, 4129.0, 4090.0, 4109.0, 4090.0, 4087.0, 4078.0, 4087.0, 4090.0, 4077.0, 4100.0, 4088.0, 4097.0, 4087.0, 4097.0, 4089.0, 4108.0, 4090.0, 4119.0, 4091.0, 4108.0, 4088.0, 4097.0, 4089.0, 4078.0, 4099.0, 4076.0, 4087.0, 4066.0, 4098.0, 4076.0, 4097.0, 4076.0, 4096.0, 4076.0, 4096.0, 4076.0, 4106.0, 4078.0, 4096.0, 4087.0, 4076.0, 4076.0, 4075.0, 4088.0, 4086.0, 4098.0, 4078.0, 4097.0, 4078.0, 4097.0, 4077.0, 4096.0, 4078.0, 4108.0, 4089.0, 4117.0, 4089.0, 4107.0, 4088.0, 4107.0, 4090.0, 4087.0, 4089.0, 4077.0, 4089.0, 4077.0, 4098.0, 4078.0, 4098.0, 4089.0, 4119.0, 4089.0, 4118.0, 4089.0, 4117.0, 4088.0, 4118.0, 4089.0, 4106.0, 4078.0, 4077.0, 4079.0, 4087.0, 4088.0, 4077.0, 4099.0, 4088.0, 4098.0, 4089.0, 4097.0, 4089.0, 4120.0, 4090.0, 4098.0, 4090.0, 4087.0, 4088.0, 4076.0, 4099.0, 4078.0, 4118.0, 4077.0, 4107.0, 4078.0, 4106.0, 4087.0, 4107.0, 4087.0, 4117.0, 4077.0, 4106.0, 4077.0, 4095.0, 4087.0, 4088.0, 4089.0, 4078.0, 4087.0, 4077.0, 4089.0, 4088.0, 4098.0, 4089.0, 4108.0, 4090.0, 4108.0, 4090.0, 4109.0, 4090.0, 4131.0, 4090.0, 4089.0, 4091.0, 4088.0, 4090.0, 4088.0, 4099.0, 4079.0, 4120.0, 4079.0, 4130.0, 4089.0, 4118.0, 4089.0, 4117.0, 4089.0, 4117.0, 4089.0, 4118.0, 4078.0, 4106.0, 4088.0, 4097.0, 4079.0, 4075.0, 4087.0, 4075.0, 4088.0, 4076.0, 4096.0, 4088.0, 4107.0, 4089.0, 4107.0], 'WindowWidth': [9202.0, 9187.0, 9134.0, 9129.0, 9086.0, 9106.0, 9083.0, 9101.0, 9081.0, 9089.0, 9095.0, 9074.0, 9078.0, 9055.0, 9074.0, 9073.0, 9091.0, 9093.0, 9098.0, 9068.0, 9111.0, 9086.0, 9111.0, 9097.0, 9114.0, 9086.0, 9105.0, 9094.0, 9106.0, 9095.0, 9122.0, 9113.0, 9119.0, 9099.0, 9123.0, 9090.0, 9113.0, 9105.0, 9100.0, 9103.0, 9080.0, 9111.0, 9082.0, 9114.0, 9085.0, 9118.0, 9086.0, 9113.0, 9103.0, 9112.0, 9103.0, 9111.0, 9102.0, 9138.0, 9116.0, 9124.0, 9115.0, 9124.0, 9114.0, 9109.0, 9118.0, 9083.0, 9123.0, 9078.0, 9107.0, 9096.0, 9105.0, 9099.0, 9121.0, 9113.0, 9122.0, 9100.0, 9110.0, 9102.0, 9108.0, 9097.0, 9096.0, 9096.0, 9081.0, 9124.0, 9077.0, 9144.0, 9096.0, 9115.0, 9080.0, 9107.0, 9084.0, 9105.0, 9082.0, 9112.0, 9083.0, 9112.0, 9096.0, 9126.0, 9098.0, 9121.0, 9114.0, 9125.0, 9100.0, 9140.0, 9102.0, 9123.0, 9099.0, 9124.0, 9115.0, 9139.0, 9097.0, 9096.0, 9101.0, 9081.0, 9097.0, 9074.0, 9082.0, 9077.0, 9096.0, 9093.0, 9115.0, 9105.0, 9116.0, 9100.0, 9125.0, 9119.0, 9112.0, 9115.0, 9127.0, 9122.0, 9128.0, 9120.0, 9113.0, 9117.0, 9129.0, 9121.0, 9131.0, 9121.0, 9125.0, 9116.0, 9141.0, 9107.0, 9140.0, 9101.0, 9140.0, 9119.0, 9140.0, 9119.0, 9099.0, 9104.0, 9098.0, 9102.0, 9098.0, 9101.0, 9097.0, 9114.0, 9095.0, 9129.0, 9084.0, 9128.0, 9085.0, 9128.0, 9082.0, 9125.0, 9099.0, 9127.0, 9102.0, 9125.0, 9115.0, 9141.0, 9116.0, 9123.0, 9115.0, 9126.0, 9120.0, 9127.0, 9118.0, 9100.0, 9118.0, 9096.0, 9100.0, 9100.0, 9116.0, 9085.0, 9111.0, 9082.0, 9156.0, 9131.0, 9107.0, 9057.0, 9096.0, 9091.0, 9137.0, 9110.0, 9139.0, 9111.0, 9087.0, 9110.0, 9076.0, 9097.0, 9071.0, 9120.0, 9098.0, 9124.0, 9113.0, 9101.0, 9095.0, 9118.0, 9111.0, 9126.0, 9102.0, 9113.0, 9107.0, 9115.0, 9105.0, 9110.0, 9100.0, 9098.0, 9116.0, 9101.0, 9116.0, 9100.0, 9121.0, 9108.0, 9137.0, 9121.0, 9132.0, 9119.0, 9135.0, 9104.0, 9134.0, 9101.0, 9145.0, 9103.0, 9144.0, 9085.0, 9130.0, 9102.0, 9128.0, 9084.0, 9128.0, 9101.0, 9127.0, 9102.0, 9123.0, 9102.0, 9140.0, 9118.0, 9140.0, 9102.0, 9139.0, 9099.0, 9122.0, 9109.0, 9135.0, 9112.0, 9137.0, 9096.0, 9124.0, 9096.0, 9099.0, 9091.0, 9074.0, 9093.0, 9061.0, 9105.0, 9070.0, 9102.0, 9072.0, 9106.0, 9071.0, 9088.0, 9056.0, 9088.0, 9069.0, 9086.0, 9075.0, 9085.0, 9064.0, 9100.0, 9080.0, 9107.0, 9079.0, 9109.0, 9101.0, 9122.0, 9101.0, 9120.0, 9101.0, 9123.0, 9097.0, 9122.0, 9118.0, 9135.0, 9103.0, 9138.0, 9100.0, 9122.0, 9101.0, 9138.0, 9113.0, 9106.0, 9096.0, 9107.0, 9094.0, 9091.0, 9095.0, 9108.0, 9096.0, 9079.0, 9113.0, 9078.0, 9112.0, 9080.0, 9127.0, 9098.0, 9139.0, 9112.0, 9135.0, 9095.0, 9119.0, 9096.0, 9118.0, 9099.0, 9135.0, 9099.0, 9094.0, 9098.0, 9074.0, 9107.0, 9077.0, 9108.0, 9074.0, 9121.0, 9075.0, 9103.0, 9075.0, 9098.0, 9058.0, 9097.0, 9068.0, 9095.0, 9085.0, 9077.0, 9071.0, 9093.0, 9089.0, 9109.0, 9072.0, 9069.0, 9076.0, 9072.0, 9093.0, 9077.0, 9094.0, 9079.0, 9098.0, 9066.0, 9098.0, 9091.0, 9100.0, 9090.0, 9094.0, 9083.0, 9111.0, 9098.0, 9115.0, 9097.0, 9126.0, 9105.0, 9122.0, 9103.0, 9106.0, 9099.0, 9123.0, 9118.0, 9126.0, 9116.0, 9144.0, 9106.0, 9140.0, 9103.0, 9140.0, 9117.0, 9137.0, 9114.0, 9138.0, 9101.0, 9121.0, 9122.0, 9127.0, 9101.0, 9138.0, 9101.0, 9121.0, 9099.0, 9105.0, 9098.0, 9110.0, 9103.0, 9112.0, 9101.0, 9097.0, 9112.0, 9083.0, 9129.0, 9085.0, 9114.0, 9082.0, 9108.0, 9079.0, 9094.0, 9090.0, 9098.0, 9093.0, 9094.0, 9075.0, 9096.0, 9078.0, 9094.0, 9077.0, 9108.0, 9078.0, 9107.0, 9098.0, 9106.0, 9098.0, 9121.0, 9112.0, 9126.0, 9119.0, 9140.0, 9108.0, 9130.0, 9102.0, 9140.0, 9115.0, 9136.0, 9111.0, 9138.0, 9097.0, 9132.0, 9113.0, 9127.0, 9113.0, 9076.0, 9096.0, 9077.0, 9093.0, 9074.0, 9108.0, 9077.0, 9108.0, 9080.0, 9108.0, 9079.0, 9109.0, 9078.0, 9110.0, 9080.0, 9105.0, 9077.0, 9105.0, 9093.0, 9118.0, 9097.0, 9125.0, 9102.0, 9137.0, 9103.0, 9092.0, 9088.0, 9093.0, 9102.0, 9083.0, 9115.0, 9082.0, 9125.0, 9080.0, 9123.0, 9075.0, 9106.0, 9077.0, 9093.0, 9076.0, 9108.0, 9060.0, 9091.0, 9072.0, 9090.0, 9057.0, 9089.0, 9070.0, 9088.0, 9059.0, 9103.0, 9078.0, 9106.0, 9093.0, 9103.0, 9098.0, 9106.0, 9100.0, 9124.0, 9116.0, 9124.0, 9116.0, 9136.0, 9116.0, 9126.0, 9099.0, 9122.0, 9113.0, 9134.0, 9097.0, 9118.0, 9110.0, 9120.0, 9111.0, 9139.0, 9118.0, 9116.0, 9111.0, 9079.0, 9108.0, 9095.0, 9124.0, 9099.0, 9107.0, 9081.0, 9127.0, 9085.0, 9143.0, 9081.0, 9141.0, 9091.0, 9119.0, 9067.0, 9089.0, 9036.0, 9089.0, 9034.0, 9090.0, 9033.0, 9089.0, 9049.0, 9087.0, 9044.0, 9064.0, 9039.0, 9048.0, 9043.0, 9065.0, 9060.0, 9068.0, 9067.0, 9054.0, 9061.0, 9054.0, 9067.0, 9060.0, 9078.0, 9071.0, 9092.0, 9074.0, 9080.0, 9074.0, 9051.0, 9084.0, 9055.0, 9083.0, 9057.0, 9083.0, 9076.0, 9099.0, 9075.0, 9096.0, 9077.0, 9076.0, 9081.0, 9066.0, 9094.0, 9076.0, 9093.0, 9095.0, 9107.0, 9100.0, 9111.0, 9100.0, 9126.0, 9105.0, 9139.0, 9104.0, 9123.0, 9103.0, 9133.0, 9104.0, 9125.0, 9117.0, 9084.0, 9116.0, 9099.0, 9115.0, 9102.0, 9131.0, 9101.0, 9141.0, 9119.0, 9143.0, 9119.0, 9140.0, 9115.0, 9144.0, 9120.0, 9138.0, 9114.0, 9110.0, 9111.0, 9096.0, 9102.0, 9099.0, 9128.0, 9098.0, 9127.0, 9101.0, 9124.0, 9101.0, 9125.0, 9116.0, 9142.0, 9107.0, 9129.0, 9103.0, 9122.0, 9099.0, 9101.0, 9100.0, 9100.0, 9114.0, 9101.0, 9129.0, 9088.0, 9126.0, 9102.0, 9142.0, 9104.0, 9125.0, 9117.0, 9126.0, 9118.0, 9125.0, 9117.0, 9124.0, 9106.0, 9123.0, 9104.0, 9116.0, 9104.0, 9100.0, 9120.0, 9104.0, 9128.0, 9120.0, 9131.0, 9123.0, 9146.0, 9123.0, 9144.0, 9120.0, 9159.0, 9125.0, 9128.0, 9121.0, 9103.0, 9120.0, 9105.0, 9134.0, 9105.0, 9163.0, 9119.0, 9143.0, 9117.0, 9144.0, 9121.0, 9162.0, 9135.0, 9121.0, 9124.0, 9106.0, 9120.0, 9102.0, 9134.0, 9102.0, 9131.0, 9119.0, 9132.0, 9120.0, 9145.0, 9136.0, 9159.0, 9115.0, 9127.0, 9100.0, 9082.0, 9113.0, 9083.0, 9131.0, 9086.0, 9139.0, 9104.0, 9136.0, 9099.0, 9139.0, 9112.0, 9154.0, 9113.0, 9125.0, 9099.0, 9094.0, 9096.0, 9076.0, 9098.0, 9075.0, 9110.0, 9080.0, 9106.0, 9084.0, 9124.0, 9098.0, 9135.0, 9098.0, 9107.0, 9099.0, 9110.0, 9099.0, 9096.0, 9115.0, 9097.0, 9116.0, 9084.0, 9127.0, 9064.0, 9109.0, 9076.0, 9103.0, 9065.0, 9100.0, 9079.0, 9104.0, 9095.0, 9117.0, 9095.0, 9132.0, 9099.0, 9105.0, 9098.0, 9106.0, 9102.0, 9097.0, 9117.0, 9087.0, 9116.0, 9137.0, 9097.0, 9137.0, 9091.0, 9118.0, 9092.0, 9116.0, 9091.0, 9100.0, 9092.0, 9100.0, 9092.0, 9113.0, 9081.0, 9100.0, 9093.0, 9105.0, 9093.0, 9102.0, 9094.0, 9116.0, 9095.0, 9120.0, 9095.0, 9119.0, 9097.0, 9133.0, 9110.0, 9130.0, 9094.0, 9118.0, 9092.0, 9115.0, 9094.0, 9116.0, 9094.0, 9116.0, 9078.0, 9116.0, 9088.0, 9104.0, 9097.0, 9076.0, 9077.0, 9078.0, 9097.0, 9078.0, 9097.0, 9081.0, 9111.0, 9083.0, 9111.0, 9080.0, 9112.0, 9078.0, 9098.0, 9080.0, 9111.0, 9082.0, 9097.0, 9082.0, 9131.0, 9085.0, 9125.0, 9104.0, 9125.0, 9104.0, 9125.0, 9119.0, 9133.0, 9118.0, 9157.0, 9120.0, 9140.0, 9115.0, 9136.0, 9099.0, 9134.0, 9099.0, 9134.0, 9096.0, 9120.0, 9082.0, 9108.0, 9084.0, 9120.0, 9097.0, 9104.0, 9096.0, 9105.0, 9097.0, 9121.0, 9115.0, 9137.0, 9103.0, 9123.0, 9102.0, 9123.0, 9101.0, 9151.0, 9095.0, 9118.0, 9095.0, 9119.0, 9083.0, 9101.0, 9083.0, 9107.0, 9100.0, 9083.0, 9101.0, 9080.0, 9097.0, 9076.0, 9094.0, 9080.0, 9130.0, 9079.0, 9108.0, 9086.0, 9122.0, 9098.0, 9124.0, 9100.0, 9128.0, 9118.0, 9141.0, 9105.0, 9137.0, 9099.0, 9135.0, 9114.0, 9131.0, 9093.0, 9103.0, 9095.0, 9088.0, 9078.0, 9078.0, 9120.0, 9076.0, 9118.0, 9062.0, 9099.0, 9073.0, 9114.0, 9107.0, 9132.0, 9098.0, 9118.0, 9096.0, 9116.0, 9095.0, 9102.0, 9091.0, 9060.0, 9094.0, 9061.0, 9108.0, 9077.0, 9123.0, 9074.0, 9103.0, 9065.0, 9098.0, 9072.0, 9113.0, 9094.0, 9127.0, 9089.0, 9100.0, 9076.0, 9071.0, 9090.0, 9058.0, 9107.0, 9074.0, 9115.0, 9061.0, 9116.0, 9087.0, 9100.0, 9089.0, 9100.0, 9111.0, 9119.0, 9093.0, 9062.0, 9094.0, 9059.0, 9093.0, 9066.0, 9104.0, 9082.0, 9105.0, 9101.0, 9107.0, 9101.0, 9120.0, 9101.0, 9125.0, 9118.0, 9083.0, 9114.0, 9099.0, 9115.0, 9085.0, 9126.0, 9100.0, 9153.0, 9111.0, 9136.0, 9104.0, 9120.0, 9098.0, 9112.0, 9116.0, 9081.0, 9127.0, 9086.0, 9126.0, 9080.0, 9138.0, 9100.0, 9148.0, 9112.0, 9138.0, 9096.0, 9118.0, 9093.0, 9106.0, 9094.0, 9078.0, 9122.0, 9080.0, 9121.0, 9083.0, 9107.0, 9100.0, 9119.0, 9113.0, 9122.0, 9101.0, 9080.0, 9096.0, 9079.0, 9110.0, 9078.0, 9126.0, 9078.0, 9117.0, 9083.0, 9120.0, 9081.0, 9119.0, 9108.0, 9133.0, 9097.0, 9103.0, 9083.0, 9091.0, 9083.0, 9078.0, 9111.0, 9081.0, 9123.0, 9084.0, 9105.0, 9097.0, 9123.0, 9102.0, 9135.0, 9112.0, 9093.0, 9099.0, 9086.0, 9113.0, 9080.0, 9132.0, 9086.0, 9125.0, 9081.0, 9123.0, 9102.0, 9123.0, 9102.0, 9122.0, 9115.0, 9106.0, 9096.0, 9084.0, 9100.0, 9067.0, 9116.0, 9082.0, 9126.0, 9083.0, 9123.0, 9084.0, 9122.0, 9099.0, 9137.0, 9113.0, 9154.0, 9112.0, 9079.0, 9094.0, 9076.0, 9106.0, 9065.0, 9111.0, 9082.0, 9138.0, 9083.0, 9135.0, 9096.0, 9116.0, 9090.0, 9114.0, 9092.0, 9125.0, 9091.0, 9097.0, 9073.0, 9096.0, 9073.0, 9096.0, 9071.0, 9052.0, 9085.0, 9053.0, 9084.0, 9055.0, 9100.0, 9067.0, 9102.0, 9069.0, 9095.0, 9074.0, 9099.0, 9077.0, 9107.0, 9077.0, 9115.0, 9079.0, 9100.0, 9093.0, 9090.0, 9094.0, 9081.0, 9098.0, 9078.0, 9103.0, 9083.0, 9104.0, 9082.0, 9120.0, 9103.0, 9124.0, 9097.0, 9136.0, 9099.0, 9117.0, 9096.0, 9122.0, 9109.0, 9136.0, 9111.0, 9119.0, 9098.0, 9102.0, 9095.0, 9105.0, 9100.0, 9064.0, 9109.0, 9078.0, 9105.0, 9078.0, 9106.0, 9084.0, 9122.0, 9098.0, 9135.0, 9101.0, 9133.0, 9097.0, 9136.0, 9121.0, 9109.0, 9099.0, 9081.0, 9133.0, 9099.0, 9109.0, 9083.0, 9109.0, 9082.0, 9100.0, 9130.0, 9098.0, 9134.0, 9097.0, 9106.0, 9112.0, 9076.0, 9098.0, 9077.0, 9108.0, 9075.0, 9103.0, 9080.0, 9103.0, 9097.0, 9130.0, 9094.0, 9078.0, 9097.0, 9080.0, 9110.0, 9100.0, 9128.0, 9100.0, 9134.0, 9097.0, 9092.0, 9097.0, 9079.0, 9098.0, 9080.0, 9116.0, 9081.0, 9110.0, 9081.0, 9108.0, 9083.0, 9107.0, 9083.0, 9132.0, 9093.0, 9129.0, 9090.0, 9132.0, 9092.0, 9075.0, 9092.0, 9076.0, 9118.0, 9075.0, 9128.0, 9102.0, 9054.0, 9072.0, 9053.0, 9082.0, 9052.0, 9094.0, 9057.0, 9111.0, 9069.0, 9109.0, 9072.0, 9092.0, 9069.0, 9096.0, 9074.0, 9084.0, 9072.0, 9058.0, 9088.0, 9074.0, 9090.0, 9077.0, 9100.0, 9076.0, 9120.0, 9096.0, 9104.0, 9096.0, 9102.0, 9093.0, 9089.0, 9095.0, 9060.0, 9104.0, 9074.0, 9090.0, 9073.0, 9102.0, 9077.0, 9114.0, 9090.0, 9101.0, 9094.0, 9099.0, 9091.0, 9098.0, 9074.0, 9119.0, 9078.0, 9114.0, 9123.0, 9122.0, 9099.0, 9027.0, 9014.0, 8985.0, 9024.0, 9001.0, 9050.0, 9046.0, 9044.0, 9102.0, 9098.0, 9114.0, 9098.0, 9127.0, 9086.0, 9137.0, 9086.0, 9106.0, 9086.0, 9102.0, 9122.0, 9106.0, 9159.0, 9126.0, 9148.0, 9108.0, 9106.0, 9105.0, 9093.0, 9120.0, 9123.0, 9138.0, 9127.0, 9143.0, 9113.0, 9172.0, 9113.0, 9161.0, 9101.0, 9155.0, 9082.0, 9136.0, 9080.0, 9137.0, 9093.0, 9134.0, 9074.0, 9113.0, 9072.0, 9094.0, 9068.0, 9093.0, 9070.0, 9107.0, 9073.0, 9094.0, 9075.0, 9095.0, 9091.0, 9128.0, 9094.0, 9076.0, 9093.0, 9060.0, 9087.0, 9059.0, 9113.0, 9078.0, 9091.0, 9095.0, 9123.0, 9101.0, 9138.0, 9100.0, 9082.0, 9113.0, 9079.0, 9112.0, 9063.0, 9118.0, 9078.0, 9117.0, 9081.0, 9115.0, 9077.0, 9114.0, 9093.0, 9131.0, 9077.0, 9087.0, 9075.0, 9060.0, 9092.0, 9061.0, 9093.0, 9079.0, 9106.0, 9082.0, 9106.0, 9085.0, 9107.0, 9099.0, 9108.0, 9103.0, 9098.0, 9100.0, 9082.0, 9098.0, 9082.0, 9099.0, 9085.0, 9127.0, 9087.0, 9123.0, 9101.0, 9123.0, 9086.0, 9124.0, 9102.0, 9138.0, 9103.0, 9140.0, 9102.0, 9108.0, 9102.0, 9100.0, 9104.0, 9100.0, 9110.0, 9087.0, 9110.0, 9085.0, 9137.0, 9102.0, 9153.0, 9114.0, 9136.0, 9100.0, 9107.0, 9083.0, 9093.0, 9095.0, 9079.0, 9112.0, 9081.0, 9107.0, 9082.0, 9106.0, 9079.0, 9119.0, 9082.0, 9107.0, 9085.0, 9121.0, 9103.0, 9100.0, 9105.0, 9104.0, 9117.0, 9103.0, 9114.0, 9104.0, 9133.0, 9106.0, 9144.0, 9110.0, 9142.0, 9108.0, 9141.0, 9106.0, 9157.0, 9104.0, 9142.0, 9104.0, 9113.0, 9107.0, 9127.0, 9104.0, 9098.0, 9114.0, 9098.0, 9128.0, 9101.0, 9125.0, 9106.0, 9154.0, 9118.0, 9141.0, 9103.0, 9124.0, 9101.0, 9153.0, 9102.0, 9125.0, 9101.0, 9093.0, 9083.0, 9094.0, 9102.0, 9081.0, 9113.0, 9097.0, 9108.0, 9096.0, 9108.0, 9101.0, 9125.0, 9104.0, 9139.0, 9105.0, 9122.0, 9098.0, 9108.0, 9099.0, 9083.0, 9113.0, 9077.0, 9094.0, 9063.0, 9109.0, 9076.0, 9105.0, 9076.0, 9102.0, 9079.0, 9104.0, 9079.0, 9117.0, 9083.0, 9105.0, 9093.0, 9078.0, 9079.0, 9076.0, 9096.0, 9091.0, 9110.0, 9083.0, 9107.0, 9083.0, 9105.0, 9080.0, 9105.0, 9083.0, 9123.0, 9098.0, 9133.0, 9100.0, 9119.0, 9098.0, 9121.0, 9101.0, 9095.0, 9099.0, 9082.0, 9099.0, 9082.0, 9109.0, 9084.0, 9110.0, 9100.0, 9140.0, 9102.0, 9137.0, 9100.0, 9134.0, 9098.0, 9135.0, 9100.0, 9117.0, 9082.0, 9080.0, 9085.0, 9094.0, 9098.0, 9082.0, 9111.0, 9098.0, 9109.0, 9100.0, 9108.0, 9102.0, 9141.0, 9103.0, 9111.0, 9102.0, 9095.0, 9098.0, 9079.0, 9114.0, 9083.0, 9137.0, 9082.0, 9120.0, 9083.0, 9117.0, 9095.0, 9118.0, 9094.0, 9133.0, 9081.0, 9117.0, 9081.0, 9102.0, 9096.0, 9096.0, 9101.0, 9083.0, 9095.0, 9081.0, 9099.0, 9098.0, 9112.0, 9101.0, 9125.0, 9104.0, 9124.0, 9105.0, 9128.0, 9106.0, 9159.0, 9105.0, 9099.0, 9105.0, 9099.0, 9103.0, 9097.0, 9115.0, 9087.0, 9143.0, 9088.0, 9156.0, 9100.0, 9136.0, 9101.0, 9135.0, 9100.0, 9134.0, 9100.0, 9134.0, 9083.0, 9116.0, 9096.0, 9106.0, 9083.0, 9074.0, 9094.0, 9075.0, 9095.0, 9077.0, 9104.0, 9099.0, 9121.0, 9100.0, 9121.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.0010027588344699316</td></tr>
<tr><td colspan=3>aqi</td><td>0.01985385846249225</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.77358381210295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.26486949906948</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0075148139454113</td></tr>
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
<tr><td colspan=3>fber</td><td>6682.96</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0824098338473367</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.231866088034718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3394979464309853</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.295914217988412</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5610500298489</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1615295914556434</td></tr>
<tr><td colspan=3>gcor</td><td>0.00855817</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020291710272431374</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010875879786908627</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1613</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.826304664488711</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.6118</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4804</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.6074</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308151.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>708.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.1777</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.5917</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3343.9144</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.4746</td></tr>
<tr><td colspan=3>tsnr</td><td>44.180843308568</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>