<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-03/func/sub-0011_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>f6c6614c00e39d89b651c0bba715109a</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:02:33.200000</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.999253, -0.00506796, 0.0383053, 0.00872033, 0.995363, -0.0957924]</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.0759379</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>[4168, -7739, -7239, 566, -39, -123, 8, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d347de49-d46d-4bf5-adaa-51ebbf57a0a2||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.6809234619140625, 0.023396000266075134, 0.10163387656211853, 109.1491928100586], [0.013596970587968826, 2.6704864501953125, -0.25934821367263794, -87.98818969726562], [0.10277022421360016, 0.2570039927959442, 2.6855928897857666, -69.30348205566406], [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': ['160233.200000', '160233.660000', '160234.120000', '160234.580000', '160235.040000', '160235.500000', '160235.960000', '160236.420000', '160236.880000', '160237.340000', '160237.800000', '160238.260000', '160238.720000', '160239.180000', '160239.640000', '160240.100000', '160240.560000', '160241.020000', '160241.480000', '160241.940000', '160242.400000', '160242.860000', '160243.320000', '160243.780000', '160244.240000', '160244.700000', '160245.160000', '160245.620000', '160246.080000', '160246.540000', '160247.000000', '160247.460000', '160247.920000', '160248.380000', '160248.840000', '160249.300000', '160249.760000', '160250.220000', '160250.680000', '160251.140000', '160251.600000', '160252.060000', '160252.520000', '160252.980000', '160253.440000', '160253.900000', '160254.360000', '160254.820000', '160255.280000', '160255.740000', '160256.200000', '160256.660000', '160257.120000', '160257.580000', '160258.040000', '160258.500000', '160258.960000', '160259.420000', '160259.880000', '160300.340000', '160300.800000', '160301.260000', '160301.720000', '160302.180000', '160302.640000', '160303.100000', '160303.560000', '160304.020000', '160304.480000', '160304.940000', '160305.400000', '160305.860000', '160306.320000', '160306.780000', '160307.240000', '160307.700000', '160308.160000', '160308.620000', '160309.080000', '160309.540000', '160310.000000', '160310.460000', '160310.920000', '160311.380000', '160311.840000', '160312.300000', '160312.760000', '160313.220000', '160313.680000', '160314.140000', '160314.600000', '160315.060000', '160315.520000', '160315.980000', '160316.440000', '160316.900000', '160317.360000', '160317.820000', '160318.280000', '160318.740000', '160319.200000', '160319.660000', '160320.120000', '160320.580000', '160321.040000', '160321.500000', '160321.960000', '160322.420000', '160322.880000', '160323.340000', '160323.800000', '160324.260000', '160324.720000', '160325.180000', '160325.640000', '160326.100000', '160326.560000', '160327.020000', '160327.480000', '160327.940000', '160328.400000', '160328.860000', '160329.320000', '160329.780000', '160330.240000', '160330.700000', '160331.160000', '160331.620000', '160332.080000', '160332.540000', '160333.000000', '160333.460000', '160333.920000', '160334.380000', '160334.840000', '160335.300000', '160335.760000', '160336.220000', '160336.680000', '160337.140000', '160337.600000', '160338.060000', '160338.520000', '160338.980000', '160339.440000', '160339.900000', '160340.360000', '160340.820000', '160341.280000', '160341.740000', '160342.200000', '160342.660000', '160343.120000', '160343.580000', '160344.040000', '160344.500000', '160344.960000', '160345.420000', '160345.880000', '160346.340000', '160346.800000', '160347.260000', '160347.720000', '160348.180000', '160348.640000', '160349.100000', '160349.560000', '160350.020000', '160350.480000', '160350.940000', '160351.400000', '160351.860000', '160352.320000', '160352.780000', '160353.240000', '160353.700000', '160354.160000', '160354.620000', '160355.080000', '160355.540000', '160356.000000', '160356.460000', '160356.920000', '160357.380000', '160357.840000', '160358.300000', '160358.760000', '160359.220000', '160359.680000', '160400.140000', '160400.600000', '160401.060000', '160401.520000', '160401.980000', '160402.440000', '160402.900000', '160403.360000', '160403.820000', '160404.280000', '160404.740000', '160405.200000', '160405.660000', '160406.120000', '160406.580000', '160407.040000', '160407.500000', '160407.960000', '160408.420000', '160408.880000', '160409.340000', '160409.800000', '160410.260000', '160410.720000', '160411.180000', '160411.640000', '160412.100000', '160412.560000', '160413.020000', '160413.480000', '160413.940000', '160414.400000', '160414.860000', '160415.320000', '160415.780000', '160416.240000', '160416.700000', '160417.160000', '160417.620000', '160418.080000', '160418.540000', '160419.000000', '160419.460000', '160419.920000', '160420.380000', '160420.840000', '160421.300000', '160421.760000', '160422.220000', '160422.680000', '160423.140000', '160423.600000', '160424.060000', '160424.520000', '160424.980000', '160425.440000', '160425.900000', '160426.360000', '160426.820000', '160427.280000', '160427.740000', '160428.200000', '160428.660000', '160429.120000', '160429.580000', '160430.040000', '160430.500000', '160430.960000', '160431.420000', '160431.880000', '160432.340000', '160432.800000', '160433.260000', '160433.720000', '160434.180000', '160434.640000', '160435.100000', '160435.560000', '160436.020000', '160436.480000', '160436.940000', '160437.400000', '160437.860000', '160438.320000', '160438.780000', '160439.240000', '160439.700000', '160440.160000', '160440.620000', '160441.080000', '160441.540000', '160442.000000', '160442.460000', '160442.920000', '160443.380000', '160443.840000', '160444.300000', '160444.760000', '160445.220000', '160445.680000', '160446.140000', '160446.600000', '160447.060000', '160447.520000', '160447.980000', '160448.440000', '160448.900000', '160449.360000', '160449.820000', '160450.280000', '160450.740000', '160451.200000', '160451.660000', '160452.120000', '160452.580000', '160453.040000', '160453.500000', '160453.960000', '160454.420000', '160454.880000', '160455.340000', '160455.800000', '160456.260000', '160456.720000', '160457.180000', '160457.640000', '160458.100000', '160458.560000', '160459.020000', '160459.480000', '160459.940000', '160500.400000', '160500.860000', '160501.320000', '160501.780000', '160502.240000', '160502.700000', '160503.160000', '160503.620000', '160504.080000', '160504.540000', '160505.000000', '160505.460000', '160505.920000', '160506.380000', '160506.840000', '160507.300000', '160507.760000', '160508.220000', '160508.680000', '160509.140000', '160509.600000', '160510.060000', '160510.520000', '160510.980000', '160511.440000', '160511.900000', '160512.360000', '160512.820000', '160513.280000', '160513.740000', '160514.200000', '160514.660000', '160515.120000', '160515.580000', '160516.040000', '160516.500000', '160516.960000', '160517.420000', '160517.880000', '160518.340000', '160518.800000', '160519.260000', '160519.720000', '160520.180000', '160520.640000', '160521.100000', '160521.560000', '160522.020000', '160522.480000', '160522.940000', '160523.400000', '160523.860000', '160524.320000', '160524.780000', '160525.240000', '160525.700000', '160526.160000', '160526.620000', '160527.080000', '160527.540000', '160528.000000', '160528.460000', '160528.920000', '160529.380000', '160529.840000', '160530.300000', '160530.760000', '160531.220000', '160531.680000', '160532.140000', '160532.600000', '160533.060000', '160533.520000', '160533.980000', '160534.440000', '160534.900000', '160535.360000', '160535.820000', '160536.280000', '160536.740000', '160537.200000', '160537.660000', '160538.120000', '160538.580000', '160539.040000', '160539.500000', '160539.960000', '160540.420000', '160540.880000', '160541.340000', '160541.800000', '160542.260000', '160542.720000', '160543.180000', '160543.640000', '160544.100000', '160544.560000', '160545.020000', '160545.480000', '160545.940000', '160546.400000', '160546.860000', '160547.320000', '160547.780000', '160548.240000', '160548.700000', '160549.160000', '160549.620000', '160550.080000', '160550.540000', '160551.000000', '160551.460000', '160551.920000', '160552.380000', '160552.840000', '160553.300000', '160553.760000', '160554.220000', '160554.680000', '160555.140000', '160555.600000', '160556.060000', '160556.520000', '160556.980000', '160557.440000', '160557.900000', '160558.360000', '160558.820000', '160559.280000', '160559.740000', '160600.200000', '160600.660000', '160601.120000', '160601.580000', '160602.040000', '160602.500000', '160602.960000', '160603.420000', '160603.880000', '160604.340000', '160604.800000', '160605.260000', '160605.720000', '160606.180000', '160606.640000', '160607.100000', '160607.560000', '160608.020000', '160608.480000', '160608.940000', '160609.400000', '160609.860000', '160610.320000', '160610.780000', '160611.240000', '160611.700000', '160612.160000', '160612.620000', '160613.080000', '160613.540000', '160614.000000', '160614.460000', '160614.920000', '160615.380000', '160615.840000', '160616.300000', '160616.760000', '160617.220000', '160617.680000', '160618.140000', '160618.600000', '160619.060000', '160619.520000', '160619.980000', '160620.440000', '160620.900000', '160621.360000', '160621.820000', '160622.280000', '160622.740000', '160623.200000', '160623.660000', '160624.120000', '160624.580000', '160625.040000', '160625.500000', '160625.960000', '160626.420000', '160626.880000', '160627.340000', '160627.800000', '160628.260000', '160628.720000', '160629.180000', '160629.640000', '160630.100000', '160630.560000', '160631.020000', '160631.480000', '160631.940000', '160632.400000', '160632.860000', '160633.320000', '160633.780000', '160634.240000', '160634.700000', '160635.160000', '160635.620000', '160636.080000', '160636.540000', '160637.000000', '160637.460000', '160637.920000', '160638.380000', '160638.840000', '160639.300000', '160639.760000', '160640.220000', '160640.680000', '160641.140000', '160641.600000', '160642.060000', '160642.520000', '160642.980000', '160643.440000', '160643.900000', '160644.360000', '160644.820000', '160645.280000', '160645.740000', '160646.200000', '160646.660000', '160647.120000', '160647.580000', '160648.040000', '160648.500000', '160648.960000', '160649.420000', '160649.880000', '160650.340000', '160650.800000', '160651.260000', '160651.720000', '160652.180000', '160652.640000', '160653.100000', '160653.560000', '160654.020000', '160654.480000', '160654.940000', '160655.400000', '160655.860000', '160656.320000', '160656.780000', '160657.240000', '160657.700000', '160658.160000', '160658.620000', '160659.080000', '160659.540000', '160700.000000', '160700.460000', '160700.920000', '160701.380000', '160701.840000', '160702.300000', '160702.760000', '160703.220000', '160703.680000', '160704.140000', '160704.600000', '160705.060000', '160705.520000', '160705.980000', '160706.440000', '160706.900000', '160707.360000', '160707.820000', '160708.280000', '160708.740000', '160709.200000', '160709.660000', '160710.120000', '160710.580000', '160711.040000', '160711.500000', '160711.960000', '160712.420000', '160712.880000', '160713.340000', '160713.800000', '160714.260000', '160714.720000', '160715.180000', '160715.640000', '160716.100000', '160716.560000', '160717.020000', '160717.480000', '160717.940000', '160718.400000', '160718.860000', '160719.320000', '160719.780000', '160720.240000', '160720.700000', '160721.160000', '160721.620000', '160722.080000', '160722.540000', '160723.000000', '160723.460000', '160723.920000', '160724.380000', '160724.840000', '160725.300000', '160725.760000', '160726.220000', '160726.680000', '160727.140000', '160727.600000', '160728.060000', '160728.520000', '160728.980000', '160729.440000', '160729.900000', '160730.360000', '160730.820000', '160731.280000', '160731.740000', '160732.200000', '160732.660000', '160733.120000', '160733.580000', '160734.040000', '160734.500000', '160734.960000', '160735.420000', '160735.880000', '160736.340000', '160736.800000', '160737.260000', '160737.720000', '160738.180000', '160738.640000', '160739.100000', '160739.560000', '160740.020000', '160740.480000', '160740.940000', '160741.400000', '160741.860000', '160742.320000', '160742.780000', '160743.240000', '160743.700000', '160744.160000', '160744.620000', '160745.080000', '160745.540000', '160746.000000', '160746.460000', '160746.920000', '160747.380000', '160747.840000', '160748.300000', '160748.760000', '160749.220000', '160749.680000', '160750.140000', '160750.600000', '160751.060000', '160751.520000', '160751.980000', '160752.440000', '160752.900000', '160753.360000', '160753.820000', '160754.280000', '160754.740000', '160755.200000', '160755.660000', '160756.120000', '160756.580000', '160757.040000', '160757.500000', '160757.960000', '160758.420000', '160758.880000', '160759.340000', '160759.800000', '160800.260000', '160800.720000', '160801.180000', '160801.640000', '160802.100000', '160802.560000', '160803.020000', '160803.480000', '160803.940000', '160804.400000', '160804.860000', '160805.320000', '160805.780000', '160806.240000', '160806.700000', '160807.160000', '160807.620000', '160808.080000', '160808.540000', '160809.000000', '160809.460000', '160809.920000', '160810.380000', '160810.840000', '160811.300000', '160811.760000', '160812.220000', '160812.680000', '160813.140000', '160813.600000', '160814.060000', '160814.520000', '160814.980000', '160815.440000', '160815.900000', '160816.360000', '160816.820000', '160817.280000', '160817.740000', '160818.200000', '160818.660000', '160819.120000', '160819.580000', '160820.040000', '160820.500000', '160820.960000', '160821.420000', '160821.880000', '160822.340000', '160822.800000', '160823.260000', '160823.720000', '160824.180000', '160824.640000', '160825.100000', '160825.560000', '160826.020000', '160826.480000', '160826.940000', '160827.400000', '160827.860000', '160828.320000', '160828.780000', '160829.240000', '160829.700000', '160830.160000', '160830.620000', '160831.080000', '160831.540000', '160832.000000', '160832.460000', '160832.920000', '160833.380000', '160833.840000', '160834.300000', '160834.760000', '160835.220000', '160835.680000', '160836.140000', '160836.600000', '160837.060000', '160837.520000', '160837.980000', '160838.440000', '160838.900000', '160839.360000', '160839.820000', '160840.280000', '160840.740000', '160841.200000', '160841.660000', '160842.120000', '160842.580000', '160843.040000', '160843.500000', '160843.960000', '160844.420000', '160844.880000', '160845.340000', '160845.800000', '160846.260000', '160846.720000', '160847.180000', '160847.640000', '160848.100000', '160848.560000', '160849.020000', '160849.480000', '160849.940000', '160850.400000', '160850.860000', '160851.320000', '160851.780000', '160852.240000', '160852.700000', '160853.160000', '160853.620000', '160854.080000', '160854.540000', '160855.000000', '160855.460000', '160855.920000', '160856.380000', '160856.840000', '160857.300000', '160857.760000', '160858.220000', '160858.680000', '160859.140000', '160859.600000', '160900.060000', '160900.520000', '160900.980000', '160901.440000', '160901.900000', '160902.360000', '160902.820000', '160903.280000', '160903.740000', '160904.200000', '160904.660000', '160905.120000', '160905.580000', '160906.040000', '160906.500000', '160906.960000', '160907.420000', '160907.880000', '160908.340000', '160908.800000', '160909.260000', '160909.720000', '160910.180000', '160910.640000', '160911.100000', '160911.560000', '160912.020000', '160912.480000', '160912.940000', '160913.400000', '160913.860000', '160914.320000', '160914.780000', '160915.240000', '160915.700000', '160916.160000', '160916.620000', '160917.080000', '160917.540000', '160918.000000', '160918.460000', '160918.920000', '160919.380000', '160919.840000', '160920.300000', '160920.760000', '160921.220000', '160921.680000', '160922.140000', '160922.600000', '160923.060000', '160923.520000', '160923.980000', '160924.440000', '160924.900000', '160925.360000', '160925.820000', '160926.280000', '160926.740000', '160927.200000', '160927.660000', '160928.120000', '160928.580000', '160929.040000', '160929.500000', '160929.960000', '160930.420000', '160930.880000', '160931.340000', '160931.800000', '160932.260000', '160932.720000', '160933.180000', '160933.640000', '160934.100000', '160934.560000', '160935.020000', '160935.480000', '160935.940000', '160936.400000', '160936.860000', '160937.320000', '160937.780000', '160938.240000', '160938.700000', '160939.160000', '160939.620000', '160940.080000', '160940.540000', '160941.000000', '160941.460000', '160941.920000', '160942.380000', '160942.840000', '160943.300000', '160943.760000', '160944.220000', '160944.680000', '160945.140000', '160945.600000', '160946.060000', '160946.520000', '160946.980000', '160947.440000', '160947.900000', '160948.360000', '160948.820000', '160949.280000', '160949.740000', '160950.200000', '160950.660000', '160951.120000', '160951.580000', '160952.040000', '160952.500000', '160952.960000', '160953.420000', '160953.880000', '160954.340000', '160954.800000', '160955.260000', '160955.720000', '160956.180000', '160956.640000', '160957.100000', '160957.560000', '160958.020000', '160958.480000', '160958.940000', '160959.400000', '160959.860000', '161000.320000', '161000.780000', '161001.240000', '161001.700000', '161002.160000', '161002.620000', '161003.080000', '161003.540000', '161004.000000', '161004.460000', '161004.920000', '161005.380000', '161005.840000', '161006.300000', '161006.760000', '161007.220000', '161007.680000', '161008.140000', '161008.600000', '161009.060000', '161009.520000', '161009.980000', '161010.440000', '161010.900000', '161011.360000', '161011.820000', '161012.280000', '161012.740000', '161013.200000', '161013.660000', '161014.120000', '161014.580000', '161015.040000', '161015.500000', '161015.960000', '161016.420000', '161016.880000', '161017.340000', '161017.800000', '161018.260000', '161018.720000', '161019.180000', '161019.640000', '161020.100000', '161020.560000', '161021.020000', '161021.480000', '161021.940000', '161022.400000', '161022.860000', '161023.320000', '161023.780000', '161024.240000', '161024.700000', '161025.160000', '161025.620000', '161026.080000', '161026.540000', '161027.000000', '161027.460000', '161027.920000', '161028.380000', '161028.840000', '161029.300000', '161029.760000', '161030.220000', '161030.680000', '161031.140000', '161031.600000', '161032.060000', '161032.520000', '161032.980000', '161033.440000', '161033.900000', '161034.360000', '161034.820000', '161035.280000', '161035.740000', '161036.200000', '161036.660000', '161037.120000', '161037.580000', '161038.040000', '161038.500000', '161038.960000', '161039.420000', '161039.880000', '161040.340000', '161040.800000', '161041.260000', '161041.720000', '161042.180000', '161042.640000', '161043.100000', '161043.560000', '161044.020000', '161044.480000', '161044.940000', '161045.400000', '161045.860000', '161046.320000', '161046.780000', '161047.240000', '161047.700000', '161048.160000', '161048.620000', '161049.080000', '161049.540000', '161050.000000', '161050.460000', '161050.920000', '161051.380000', '161051.840000', '161052.300000', '161052.760000', '161053.220000', '161053.680000', '161054.140000', '161054.600000', '161055.060000', '161055.520000', '161055.980000', '161056.440000', '161056.900000', '161057.360000', '161057.820000', '161058.280000', '161058.740000', '161059.200000', '161059.660000', '161100.120000', '161100.580000', '161101.040000', '161101.500000', '161101.960000', '161102.420000', '161102.880000', '161103.340000', '161103.800000', '161104.260000', '161104.720000', '161105.180000', '161105.640000', '161106.100000', '161106.560000', '161107.020000', '161107.480000', '161107.940000', '161108.400000', '161108.860000', '161109.320000', '161109.780000', '161110.240000', '161110.700000', '161111.160000', '161111.620000', '161112.080000', '161112.540000', '161113.000000', '161113.460000', '161113.920000', '161114.380000', '161114.840000', '161115.300000', '161115.760000', '161116.220000', '161116.680000', '161117.140000', '161117.600000', '161118.060000', '161118.520000', '161118.980000', '161119.440000', '161119.900000', '161120.360000', '161120.820000', '161121.280000', '161121.740000', '161122.200000', '161122.660000', '161123.120000', '161123.580000', '161124.040000', '161124.500000', '161124.960000', '161125.420000', '161125.880000', '161126.340000', '161126.800000', '161127.260000', '161127.720000', '161128.180000', '161128.640000', '161129.100000', '161129.560000', '161130.020000', '161130.480000', '161130.940000', '161131.400000', '161131.860000', '161132.320000', '161132.780000', '161133.240000', '161133.700000', '161134.160000', '161134.620000', '161135.080000', '161135.540000', '161136.000000', '161136.460000', '161136.920000', '161137.380000', '161137.840000', '161138.300000', '161138.760000', '161139.220000', '161139.680000', '161140.140000', '161140.600000', '161141.060000', '161141.520000', '161141.980000', '161142.440000', '161142.900000', '161143.360000', '161143.820000', '161144.280000', '161144.740000', '161145.200000', '161145.660000', '161146.120000', '161146.580000', '161147.040000', '161147.500000', '161147.960000', '161148.420000', '161148.880000', '161149.340000', '161149.800000', '161150.260000', '161150.720000', '161151.180000', '161151.640000', '161152.100000', '161152.560000', '161153.020000', '161153.480000', '161153.940000', '161154.400000', '161154.860000', '161155.320000', '161155.780000', '161156.240000', '161156.700000', '161157.160000', '161157.620000', '161158.080000', '161158.540000', '161159.000000', '161159.460000', '161159.920000', '161200.380000', '161200.840000', '161201.300000', '161201.760000', '161202.220000', '161202.680000', '161203.140000', '161203.600000', '161204.060000', '161204.520000', '161204.980000', '161205.440000', '161205.900000', '161206.360000', '161206.820000', '161207.280000', '161207.740000', '161208.200000', '161208.660000', '161209.120000', '161209.580000', '161210.040000', '161210.500000', '161210.960000', '161211.420000', '161211.880000', '161212.340000', '161212.800000', '161213.260000', '161213.720000', '161214.180000', '161214.640000', '161215.100000', '161215.560000', '161216.020000', '161216.480000', '161216.940000', '161217.400000', '161217.860000', '161218.320000', '161218.780000', '161219.240000', '161219.700000', '161220.160000', '161220.620000', '161221.080000', '161221.540000', '161222.000000', '161222.460000', '161222.920000', '161223.380000', '161223.840000', '161224.300000', '161224.760000', '161225.220000', '161225.680000', '161226.140000', '161226.600000', '161227.060000', '161227.520000', '161227.980000', '161228.440000', '161228.900000', '161229.360000', '161229.820000', '161230.280000', '161230.740000', '161231.200000', '161231.660000', '161232.120000', '161232.580000', '161233.040000', '161233.500000', '161233.960000', '161234.420000', '161234.880000', '161235.340000', '161235.800000', '161236.260000', '161236.720000', '161237.180000', '161237.640000', '161238.100000', '161238.560000', '161239.020000', '161239.480000', '161239.940000', '161240.400000', '161240.860000', '161241.320000', '161241.780000', '161242.240000', '161242.700000', '161243.160000', '161243.620000', '161244.080000', '161244.540000', '161245.000000', '161245.460000', '161245.920000', '161246.380000', '161246.840000', '161247.300000', '161247.760000', '161248.220000', '161248.680000', '161249.140000', '161249.600000', '161250.060000', '161250.520000', '161250.980000', '161251.440000', '161251.900000', '161252.360000', '161252.820000', '161253.280000', '161253.740000', '161254.200000', '161254.660000', '161255.120000', '161255.580000', '161256.040000', '161256.500000', '161256.960000', '161257.420000', '161257.880000', '161258.340000', '161258.800000', '161259.260000', '161259.720000', '161300.180000', '161300.640000', '161301.100000', '161301.560000', '161302.020000', '161302.480000', '161302.940000', '161303.400000', '161303.860000', '161304.320000', '161304.780000', '161305.240000', '161305.700000', '161306.160000', '161306.620000', '161307.080000', '161307.540000', '161308.000000', '161308.460000', '161308.920000', '161309.380000', '161309.840000', '161310.300000', '161310.760000', '161311.220000', '161311.680000', '161312.140000', '161312.600000', '161313.060000', '161313.520000', '161313.980000', '161314.440000', '161314.900000', '161315.360000', '161315.820000', '161316.280000', '161316.740000', '161317.200000', '161317.660000', '161318.120000', '161318.580000', '161319.040000', '161319.500000', '161319.960000', '161320.420000', '161320.880000', '161321.340000', '161321.800000', '161322.260000', '161322.720000', '161323.180000', '161323.640000', '161324.100000', '161324.560000', '161325.020000', '161325.480000', '161325.940000', '161326.400000', '161326.860000', '161327.320000', '161327.780000', '161328.240000', '161328.700000', '161329.160000', '161329.620000', '161330.080000', '161330.540000', '161331.000000', '161331.460000', '161331.920000', '161332.380000', '161332.840000', '161333.300000', '161333.760000', '161334.220000', '161334.680000', '161335.140000', '161335.600000', '161336.060000', '161336.520000', '161336.980000', '161337.440000', '161337.900000', '161338.360000', '161338.820000', '161339.280000', '161339.740000', '161340.200000', '161340.660000', '161341.120000', '161341.580000', '161342.040000', '161342.500000', '161342.960000', '161343.420000', '161343.880000', '161344.340000', '161344.800000', '161345.260000', '161345.720000', '161346.180000', '161346.640000', '161347.100000', '161347.560000', '161348.020000', '161348.480000', '161348.940000', '161349.400000', '161349.860000', '161350.320000', '161350.780000', '161351.240000', '161351.700000', '161352.160000', '161352.620000', '161353.080000', '161353.540000', '161354.000000', '161354.460000', '161354.920000', '161355.380000', '161355.840000', '161356.300000', '161356.760000', '161357.220000', '161357.680000', '161358.140000', '161358.600000', '161359.060000', '161359.520000', '161359.980000', '161400.440000', '161400.900000', '161401.360000', '161401.820000', '161402.280000', '161402.740000', '161403.200000', '161403.660000', '161404.120000', '161404.580000', '161405.040000', '161405.500000', '161405.960000', '161406.420000', '161406.880000', '161407.340000', '161407.800000', '161408.260000', '161408.720000', '161409.180000', '161409.640000', '161410.100000', '161410.560000', '161411.020000', '161411.480000', '161411.940000', '161412.400000', '161412.860000', '161413.320000', '161413.780000', '161414.240000', '161414.700000', '161415.160000', '161415.620000', '161416.080000', '161416.540000', '161417.000000', '161417.460000', '161417.920000', '161418.380000', '161418.840000', '161419.300000', '161419.760000', '161420.220000', '161420.680000', '161421.140000', '161421.600000', '161422.060000', '161422.520000', '161422.980000', '161423.440000', '161423.900000', '161424.360000', '161424.820000', '161425.280000', '161425.740000', '161426.200000', '161426.660000', '161427.120000', '161427.580000', '161428.040000', '161428.500000', '161428.960000', '161429.420000', '161429.880000', '161430.340000', '161430.800000', '161431.260000', '161431.720000', '161432.180000', '161432.640000', '161433.100000', '161433.560000', '161434.020000', '161434.480000', '161434.940000', '161435.400000', '161435.860000', '161436.320000', '161436.780000', '161437.240000', '161437.700000', '161438.160000', '161438.620000', '161439.080000', '161439.540000', '161440.000000', '161440.460000', '161440.920000', '161441.380000', '161441.840000', '161442.300000', '161442.760000', '161443.220000', '161443.680000', '161444.140000', '161444.600000', '161445.060000', '161445.520000', '161445.980000', '161446.440000', '161446.900000', '161447.360000', '161447.820000', '161448.280000', '161448.740000', '161449.200000', '161449.660000', '161450.120000', '161450.580000', '161451.040000', '161451.500000', '161451.960000', '161452.420000', '161452.880000', '161453.340000', '161453.800000', '161454.260000', '161454.720000', '161455.180000', '161455.640000', '161456.100000'], 'ContentTime': ['160303.451000', '160303.454000', '160303.457000', '160303.460000', '160303.463000', '160303.466000', '160303.469000', '160303.471000', '160303.474000', '160303.477000', '160303.483000', '160303.486000', '160303.489000', '160303.492000', '160303.495000', '160303.498000', '160303.500000', '160303.503000', '160303.506000', '160303.509000', '160303.512000', '160303.515000', '160303.518000', '160303.520000', '160303.523000', '160303.530000', '160303.533000', '160303.536000', '160303.539000', '160303.542000', '160303.545000', '160303.548000', '160303.550000', '160303.553000', '160303.556000', '160303.559000', '160303.562000', '160303.565000', '160303.567000', '160303.570000', '160303.573000', '160303.576000', '160303.579000', '160303.582000', '160303.585000', '160303.587000', '160303.590000', '160303.593000', '160303.596000', '160303.599000', '160303.602000', '160303.605000', '160303.607000', '160303.610000', '160303.613000', '160303.616000', '160303.619000', '160303.622000', '160303.625000', '160303.627000', '160303.630000', '160303.633000', '160303.636000', '160323.419000', '160323.422000', '160323.430000', '160323.433000', '160323.436000', '160323.438000', '160323.441000', '160323.444000', '160323.447000', '160323.450000', '160323.453000', '160323.457000', '160323.460000', '160323.463000', '160323.466000', '160323.469000', '160323.472000', '160323.474000', '160323.477000', '160323.480000', '160323.483000', '160323.497000', '160323.500000', '160323.503000', '160323.505000', '160323.508000', '160323.511000', '160323.514000', '160323.517000', '160323.520000', '160323.522000', '160323.525000', '160323.528000', '160323.531000', '160323.534000', '160323.537000', '160323.540000', '160323.543000', '160323.546000', '160323.548000', '160323.551000', '160323.554000', '160323.557000', '160343.419000', '160343.422000', '160343.425000', '160343.428000', '160343.431000', '160343.433000', '160343.436000', '160343.439000', '160343.442000', '160343.445000', '160343.448000', '160343.451000', '160343.454000', '160343.457000', '160343.460000', '160343.462000', '160343.465000', '160343.468000', '160343.471000', '160343.474000', '160343.477000', '160343.480000', '160343.483000', '160343.486000', '160343.488000', '160343.491000', '160343.494000', '160343.497000', '160343.500000', '160343.503000', '160343.505000', '160343.508000', '160343.511000', '160343.514000', '160343.517000', '160343.520000', '160343.523000', '160343.526000', '160343.529000', '160343.531000', '160343.534000', '160343.537000', '160343.540000', '160343.543000', '160403.419000', '160403.422000', '160403.425000', '160403.428000', '160403.431000', '160403.434000', '160403.436000', '160403.439000', '160403.442000', '160403.445000', '160403.448000', '160403.451000', '160403.454000', '160403.460000', '160403.463000', '160403.465000', '160403.468000', '160403.471000', '160403.474000', '160403.477000', '160403.480000', '160403.483000', '160403.486000', '160403.489000', '160403.492000', '160403.495000', '160403.498000', '160403.501000', '160403.504000', '160403.506000', '160403.509000', '160403.512000', '160403.515000', '160403.518000', '160403.521000', '160403.524000', '160403.527000', '160403.529000', '160403.532000', '160403.535000', '160403.538000', '160403.541000', '160403.544000', '160423.419000', '160423.422000', '160423.425000', '160423.428000', '160423.431000', '160423.434000', '160423.437000', '160423.439000', '160423.442000', '160423.445000', '160423.448000', '160423.451000', '160423.454000', '160423.457000', '160423.459000', '160423.462000', '160423.465000', '160423.468000', '160423.471000', '160423.474000', '160423.477000', '160423.480000', '160423.483000', '160423.486000', '160423.488000', '160423.491000', '160423.494000', '160423.497000', '160423.500000', '160423.510000', '160423.513000', '160423.516000', '160423.519000', '160423.522000', '160423.525000', '160423.528000', '160423.547000', '160423.565000', '160423.568000', '160423.571000', '160423.577000', '160423.580000', '160423.583000', '160423.586000', '160443.419000', '160443.422000', '160443.425000', '160443.428000', '160443.431000', '160443.435000', '160443.438000', '160443.440000', '160443.443000', '160443.446000', '160443.449000', '160443.452000', '160443.455000', '160443.458000', '160443.461000', '160443.464000', '160443.467000', '160443.470000', '160443.472000', '160443.475000', '160443.478000', '160443.481000', '160443.484000', '160443.487000', '160443.490000', '160443.493000', '160443.496000', '160443.499000', '160443.502000', '160443.504000', '160443.508000', '160443.511000', '160443.516000', '160443.518000', '160443.521000', '160443.524000', '160443.527000', '160443.530000', '160443.533000', '160443.536000', '160443.539000', '160443.542000', '160443.544000', '160503.419000', '160503.422000', '160503.425000', '160503.428000', '160503.431000', '160503.434000', '160503.436000', '160503.439000', '160503.442000', '160503.445000', '160503.448000', '160503.451000', '160503.454000', '160503.457000', '160503.459000', '160503.462000', '160503.465000', '160503.481000', '160503.484000', '160503.487000', '160503.489000', '160503.492000', '160503.495000', '160503.498000', '160503.501000', '160503.504000', '160503.506000', '160503.509000', '160503.512000', '160503.515000', '160503.518000', '160503.521000', '160503.524000', '160503.527000', '160503.530000', '160503.532000', '160503.535000', '160503.538000', '160503.541000', '160503.544000', '160503.547000', '160503.550000', '160503.553000', '160503.556000', '160523.419000', '160523.422000', '160523.425000', '160523.428000', '160523.431000', '160523.434000', '160523.437000', '160523.439000', '160523.442000', '160523.445000', '160523.448000', '160523.451000', '160523.454000', '160523.457000', '160523.460000', '160523.463000', '160523.466000', '160523.468000', '160523.471000', '160523.474000', '160523.477000', '160523.480000', '160523.483000', '160523.486000', '160523.489000', '160523.492000', '160523.495000', '160523.497000', '160523.514000', '160523.517000', '160523.520000', '160523.523000', '160523.526000', '160523.529000', '160523.532000', '160523.535000', '160523.538000', '160523.541000', '160523.543000', '160523.546000', '160523.549000', '160523.552000', '160523.555000', '160543.419000', '160543.422000', '160543.425000', '160543.428000', '160543.431000', '160543.434000', '160543.436000', '160543.439000', '160543.442000', '160543.445000', '160543.448000', '160543.451000', '160543.454000', '160543.457000', '160543.459000', '160543.462000', '160543.465000', '160543.468000', '160543.471000', '160543.474000', '160543.477000', '160543.480000', '160543.483000', '160543.485000', '160543.488000', '160543.491000', '160543.494000', '160543.497000', '160543.500000', '160543.503000', '160543.506000', '160543.508000', '160543.511000', '160543.514000', '160543.517000', '160543.520000', '160543.523000', '160543.526000', '160543.529000', '160543.531000', '160543.534000', '160543.537000', '160543.540000', '160543.543000', '160603.419000', '160603.423000', '160603.425000', '160603.428000', '160603.432000', '160603.435000', '160603.438000', '160603.441000', '160603.444000', '160603.447000', '160603.450000', '160603.453000', '160603.456000', '160603.459000', '160603.462000', '160603.465000', '160603.468000', '160603.473000', '160603.476000', '160603.479000', '160603.482000', '160603.492000', '160603.496000', '160603.499000', '160603.502000', '160603.505000', '160603.508000', '160603.510000', '160603.514000', '160603.516000', '160603.519000', '160603.522000', '160603.526000', '160603.530000', '160603.533000', '160603.536000', '160603.539000', '160603.542000', '160603.545000', '160603.548000', '160603.551000', '160603.553000', '160603.556000', '160623.419000', '160623.422000', '160623.425000', '160623.428000', '160623.431000', '160623.434000', '160623.436000', '160623.439000', '160623.442000', '160623.445000', '160623.448000', '160623.451000', '160623.454000', '160623.457000', '160623.460000', '160623.463000', '160623.466000', '160623.468000', '160623.471000', '160623.474000', '160623.477000', '160623.480000', '160623.483000', '160623.486000', '160623.488000', '160623.491000', '160623.494000', '160623.497000', '160623.500000', '160623.503000', '160623.506000', '160623.509000', '160623.512000', '160623.515000', '160623.517000', '160623.520000', '160623.523000', '160623.526000', '160623.529000', '160623.532000', '160623.535000', '160623.538000', '160623.541000', '160623.543000', '160643.419000', '160643.422000', '160643.425000', '160643.428000', '160643.431000', '160643.434000', '160643.437000', '160643.439000', '160643.442000', '160643.445000', '160643.448000', '160643.451000', '160643.454000', '160643.457000', '160643.460000', '160643.462000', '160643.465000', '160643.468000', '160643.471000', '160643.474000', '160643.477000', '160643.480000', '160643.483000', '160643.486000', '160643.489000', '160643.491000', '160643.494000', '160643.497000', '160643.500000', '160643.503000', '160643.506000', '160643.509000', '160643.512000', '160643.514000', '160643.517000', '160643.520000', '160643.523000', '160643.526000', '160643.529000', '160643.532000', '160643.535000', '160643.538000', '160643.541000', '160703.419000', '160703.422000', '160703.425000', '160703.428000', '160703.431000', '160703.434000', '160703.437000', '160703.439000', '160703.442000', '160703.445000', '160703.448000', '160703.451000', '160703.454000', '160703.457000', '160703.460000', '160703.462000', '160703.465000', '160703.468000', '160703.471000', '160703.474000', '160703.477000', '160703.480000', '160703.483000', '160703.485000', '160703.488000', '160703.491000', '160703.494000', '160703.497000', '160703.500000', '160703.503000', '160703.506000', '160703.509000', '160703.511000', '160703.514000', '160703.517000', '160703.520000', '160703.523000', '160703.526000', '160703.529000', '160703.532000', '160703.535000', '160703.538000', '160703.540000', '160703.543000', '160723.419000', '160723.422000', '160723.425000', '160723.428000', '160723.431000', '160723.434000', '160723.437000', '160723.440000', '160723.442000', '160723.445000', '160723.448000', '160723.451000', '160723.454000', '160723.457000', '160723.460000', '160723.463000', '160723.466000', '160723.468000', '160723.471000', '160723.474000', '160723.477000', '160723.480000', '160723.483000', '160723.486000', '160723.489000', '160723.492000', '160723.494000', '160723.497000', '160723.500000', '160723.503000', '160723.506000', '160723.509000', '160723.513000', '160723.516000', '160723.519000', '160723.521000', '160723.524000', '160723.527000', '160723.530000', '160723.533000', '160723.536000', '160723.539000', '160723.542000', '160743.419000', '160743.422000', '160743.425000', '160743.428000', '160743.431000', '160743.434000', '160743.436000', '160743.439000', '160743.442000', '160743.445000', '160743.448000', '160743.451000', '160743.454000', '160743.457000', '160743.460000', '160743.462000', '160743.465000', '160743.468000', '160743.471000', '160743.474000', '160743.477000', '160743.480000', '160743.483000', '160743.486000', '160743.489000', '160743.492000', '160743.495000', '160743.497000', '160743.500000', '160743.503000', '160743.506000', '160743.509000', '160743.512000', '160743.515000', '160743.517000', '160743.520000', '160743.523000', '160743.526000', '160743.529000', '160743.532000', '160743.535000', '160743.538000', '160743.541000', '160743.543000', '160803.419000', '160803.422000', '160803.425000', '160803.428000', '160803.431000', '160803.434000', '160803.436000', '160803.439000', '160803.442000', '160803.445000', '160803.448000', '160803.451000', '160803.454000', '160803.457000', '160803.459000', '160803.462000', '160803.465000', '160803.468000', '160803.471000', '160803.474000', '160803.477000', '160803.480000', '160803.482000', '160803.497000', '160803.500000', '160803.503000', '160803.506000', '160803.509000', '160803.512000', '160803.514000', '160803.517000', '160803.520000', '160803.523000', '160803.526000', '160803.529000', '160803.532000', '160803.535000', '160803.537000', '160803.540000', '160803.543000', '160803.546000', '160803.549000', '160803.552000', '160823.419000', '160823.422000', '160823.425000', '160823.428000', '160823.431000', '160823.433000', '160823.436000', '160823.439000', '160823.442000', '160823.445000', '160823.448000', '160823.451000', '160823.454000', '160823.457000', '160823.461000', '160823.464000', '160823.467000', '160823.470000', '160823.473000', '160823.476000', '160823.479000', '160823.482000', '160823.485000', '160823.488000', '160823.490000', '160823.493000', '160823.496000', '160823.499000', '160823.502000', '160823.505000', '160823.508000', '160823.511000', '160823.514000', '160823.517000', '160823.519000', '160823.522000', '160823.525000', '160823.528000', '160823.531000', '160823.534000', '160823.537000', '160823.540000', '160823.542000', '160823.545000', '160843.419000', '160843.422000', '160843.425000', '160843.428000', '160843.431000', '160843.434000', '160843.437000', '160843.440000', '160843.442000', '160843.445000', '160843.448000', '160843.451000', '160843.454000', '160843.457000', '160843.460000', '160843.463000', '160843.466000', '160843.468000', '160843.471000', '160843.474000', '160843.477000', '160843.480000', '160843.483000', '160843.486000', '160843.489000', '160843.492000', '160843.494000', '160843.497000', '160843.500000', '160843.503000', '160843.506000', '160843.509000', '160843.511000', '160843.514000', '160843.517000', '160843.520000', '160843.523000', '160843.526000', '160843.529000', '160843.532000', '160843.535000', '160843.538000', '160843.540000', '160903.419000', '160903.422000', '160903.425000', '160903.428000', '160903.431000', '160903.433000', '160903.436000', '160903.439000', '160903.442000', '160903.445000', '160903.448000', '160903.451000', '160903.454000', '160903.456000', '160903.459000', '160903.462000', '160903.465000', '160903.468000', '160903.471000', '160903.474000', '160903.477000', '160903.479000', '160903.482000', '160903.485000', '160903.488000', '160903.491000', '160903.494000', '160903.497000', '160903.500000', '160903.502000', '160903.505000', '160903.508000', '160903.511000', '160903.515000', '160903.518000', '160903.521000', '160903.524000', '160903.527000', '160903.529000', '160903.532000', '160903.535000', '160903.538000', '160903.541000', '160903.544000', '160923.419000', '160923.422000', '160923.425000', '160923.428000', '160923.431000', '160923.434000', '160923.437000', '160923.440000', '160923.443000', '160923.445000', '160923.448000', '160923.451000', '160923.454000', '160923.457000', '160923.460000', '160923.463000', '160923.466000', '160923.469000', '160923.471000', '160923.474000', '160923.477000', '160923.480000', '160923.483000', '160923.486000', '160923.489000', '160923.492000', '160923.495000', '160923.498000', '160923.501000', '160923.503000', '160923.506000', '160923.509000', '160923.512000', '160923.526000', '160923.529000', '160923.532000', '160923.535000', '160923.538000', '160923.541000', '160923.544000', '160923.546000', '160923.549000', '160923.552000', '160943.419000', '160943.422000', '160943.425000', '160943.428000', '160943.431000', '160943.434000', '160943.437000', '160943.440000', '160943.443000', '160943.445000', '160943.448000', '160943.451000', '160943.454000', '160943.457000', '160943.460000', '160943.463000', '160943.465000', '160943.468000', '160943.471000', '160943.474000', '160943.477000', '160943.480000', '160943.483000', '160943.486000', '160943.488000', '160943.491000', '160943.494000', '160943.497000', '160943.500000', '160943.503000', '160943.506000', '160943.509000', '160943.512000', '160943.515000', '160943.517000', '160943.520000', '160943.523000', '160943.526000', '160943.529000', '160943.532000', '160943.535000', '160943.537000', '160943.540000', '160943.543000', '161003.419000', '161003.422000', '161003.425000', '161003.428000', '161003.431000', '161003.434000', '161003.437000', '161003.440000', '161003.442000', '161003.445000', '161003.448000', '161003.451000', '161003.454000', '161003.457000', '161003.460000', '161003.463000', '161003.465000', '161003.468000', '161003.471000', '161003.474000', '161003.477000', '161003.480000', '161003.483000', '161003.486000', '161003.488000', '161003.491000', '161003.494000', '161003.497000', '161003.500000', '161003.503000', '161003.506000', '161003.509000', '161003.512000', '161003.515000', '161003.518000', '161003.520000', '161003.523000', '161003.526000', '161003.529000', '161003.532000', '161003.535000', '161003.538000', '161003.540000', '161023.419000', '161023.422000', '161023.425000', '161023.428000', '161023.431000', '161023.434000', '161023.437000', '161023.440000', '161023.443000', '161023.446000', '161023.448000', '161023.451000', '161023.454000', '161023.457000', '161023.460000', '161023.463000', '161023.466000', '161023.469000', '161023.472000', '161023.475000', '161023.477000', '161023.480000', '161023.483000', '161023.486000', '161023.489000', '161023.492000', '161023.495000', '161023.498000', '161023.500000', '161023.503000', '161023.506000', '161023.509000', '161023.512000', '161023.515000', '161023.518000', '161023.521000', '161023.524000', '161023.526000', '161023.529000', '161023.532000', '161023.535000', '161023.538000', '161023.541000', '161043.419000', '161043.422000', '161043.425000', '161043.428000', '161043.431000', '161043.434000', '161043.437000', '161043.440000', '161043.442000', '161043.445000', '161043.448000', '161043.451000', '161043.454000', '161043.457000', '161043.460000', '161043.463000', '161043.465000', '161043.468000', '161043.471000', '161043.474000', '161043.477000', '161043.480000', '161043.483000', '161043.486000', '161043.489000', '161043.491000', '161043.494000', '161043.497000', '161043.500000', '161043.503000', '161043.506000', '161043.523000', '161043.525000', '161043.528000', '161043.531000', '161043.534000', '161043.537000', '161043.540000', '161043.543000', '161043.545000', '161043.548000', '161043.551000', '161043.554000', '161043.557000', '161103.419000', '161103.422000', '161103.425000', '161103.428000', '161103.431000', '161103.434000', '161103.437000', '161103.440000', '161103.443000', '161103.446000', '161103.449000', '161103.452000', '161103.455000', '161103.458000', '161103.461000', '161103.464000', '161103.466000', '161103.469000', '161103.472000', '161103.475000', '161103.478000', '161103.481000', '161103.484000', '161103.486000', '161103.489000', '161103.492000', '161103.495000', '161103.498000', '161103.501000', '161103.504000', '161103.507000', '161103.510000', '161103.512000', '161103.515000', '161103.518000', '161103.521000', '161103.524000', '161103.527000', '161103.530000', '161103.533000', '161103.535000', '161103.538000', '161103.541000', '161123.419000', '161123.422000', '161123.425000', '161123.428000', '161123.431000', '161123.434000', '161123.437000', '161123.440000', '161123.442000', '161123.445000', '161123.448000', '161123.451000', '161123.454000', '161123.457000', '161123.460000', '161123.463000', '161123.465000', '161123.468000', '161123.471000', '161123.474000', '161123.477000', '161123.480000', '161123.483000', '161123.486000', '161123.488000', '161123.491000', '161123.494000', '161123.497000', '161123.500000', '161123.503000', '161123.506000', '161123.509000', '161123.512000', '161123.515000', '161123.517000', '161123.520000', '161123.523000', '161123.526000', '161123.529000', '161123.532000', '161123.535000', '161123.538000', '161123.541000', '161123.543000', '161143.419000', '161143.422000', '161143.425000', '161143.428000', '161143.431000', '161143.434000', '161143.437000', '161143.440000', '161143.443000', '161143.445000', '161143.448000', '161143.451000', '161143.454000', '161143.457000', '161143.460000', '161143.464000', '161143.467000', '161143.470000', '161143.473000', '161143.476000', '161143.479000', '161143.482000', '161143.484000', '161143.487000', '161143.490000', '161143.493000', '161143.496000', '161143.499000', '161143.502000', '161143.505000', '161143.508000', '161143.510000', '161143.513000', '161143.516000', '161143.519000', '161143.522000', '161143.525000', '161143.528000', '161143.530000', '161143.533000', '161143.536000', '161143.539000', '161143.542000', '161203.419000', '161203.422000', '161203.425000', '161203.428000', '161203.431000', '161203.434000', '161203.436000', '161203.439000', '161203.442000', '161203.445000', '161203.448000', '161203.451000', '161203.454000', '161203.457000', '161203.460000', '161203.463000', '161203.465000', '161203.468000', '161203.471000', '161203.474000', '161203.477000', '161203.480000', '161203.483000', '161203.486000', '161203.489000', '161203.491000', '161203.494000', '161203.508000', '161203.511000', '161203.514000', '161203.517000', '161203.520000', '161203.522000', '161203.525000', '161203.528000', '161203.531000', '161203.534000', '161203.537000', '161203.540000', '161203.543000', '161203.545000', '161203.548000', '161203.551000', '161203.554000', '161223.419000', '161223.423000', '161223.426000', '161223.429000', '161223.432000', '161223.435000', '161223.437000', '161223.440000', '161223.443000', '161223.446000', '161223.449000', '161223.452000', '161223.455000', '161223.458000', '161223.461000', '161223.463000', '161223.466000', '161223.469000', '161223.472000', '161223.475000', '161223.478000', '161223.481000', '161223.484000', '161223.487000', '161223.490000', '161223.493000', '161223.496000', '161223.499000', '161223.502000', '161223.505000', '161223.508000', '161223.511000', '161223.514000', '161223.516000', '161223.519000', '161223.522000', '161223.525000', '161223.528000', '161223.531000', '161223.534000', '161223.537000', '161223.540000', '161223.542000', '161243.419000', '161243.422000', '161243.425000', '161243.428000', '161243.431000', '161243.434000', '161243.437000', '161243.440000', '161243.443000', '161243.446000', '161243.448000', '161243.451000', '161243.454000', '161243.457000', '161243.460000', '161243.463000', '161243.466000', '161243.469000', '161243.472000', '161243.475000', '161243.478000', '161243.480000', '161243.483000', '161243.486000', '161243.489000', '161243.492000', '161243.495000', '161243.498000', '161243.501000', '161243.503000', '161243.506000', '161243.509000', '161243.512000', '161243.515000', '161243.518000', '161243.521000', '161243.524000', '161243.526000', '161243.529000', '161243.532000', '161243.535000', '161243.538000', '161243.541000', '161243.544000', '161303.419000', '161303.422000', '161303.425000', '161303.428000', '161303.431000', '161303.434000', '161303.436000', '161303.439000', '161303.442000', '161303.445000', '161303.448000', '161303.451000', '161303.454000', '161303.457000', '161303.460000', '161303.463000', '161303.465000', '161303.468000', '161303.471000', '161303.474000', '161303.477000', '161303.480000', '161303.483000', '161303.486000', '161303.489000', '161303.492000', '161303.494000', '161303.497000', '161303.500000', '161303.503000', '161303.506000', '161303.509000', '161303.512000', '161303.514000', '161303.517000', '161303.520000', '161303.523000', '161303.526000', '161303.529000', '161303.532000', '161303.535000', '161303.538000', '161303.541000', '161323.419000', '161323.422000', '161323.425000', '161323.428000', '161323.431000', '161323.434000', '161323.436000', '161323.439000', '161323.442000', '161323.445000', '161323.448000', '161323.451000', '161323.454000', '161323.457000', '161323.460000', '161323.463000', '161323.465000', '161323.468000', '161323.471000', '161323.474000', '161323.477000', '161323.480000', '161323.483000', '161323.486000', '161323.489000', '161323.491000', '161323.494000', '161323.497000', '161323.500000', '161323.503000', '161323.506000', '161323.509000', '161323.512000', '161323.515000', '161323.518000', '161323.520000', '161323.523000', '161323.526000', '161323.529000', '161323.532000', '161323.535000', '161323.538000', '161323.541000', '161323.544000', '161343.419000', '161343.422000', '161343.425000', '161343.428000', '161343.431000', '161343.434000', '161343.437000', '161343.440000', '161343.442000', '161343.445000', '161343.448000', '161343.451000', '161343.454000', '161343.457000', '161343.488000', '161343.491000', '161343.494000', '161343.497000', '161343.500000', '161343.503000', '161343.506000', '161343.509000', '161343.511000', '161343.515000', '161343.518000', '161343.521000', '161343.524000', '161343.527000', '161343.529000', '161343.532000', '161343.535000', '161343.538000', '161343.541000', '161343.544000', '161343.547000', '161343.549000', '161343.552000', '161343.555000', '161343.558000', '161343.561000', '161343.564000', '161343.567000', '161343.570000', '161403.419000', '161403.422000', '161403.425000', '161403.429000', '161403.432000', '161403.435000', '161403.438000', '161403.441000', '161403.444000', '161403.446000', '161403.449000', '161403.452000', '161403.455000', '161403.458000', '161403.461000', '161403.464000', '161403.466000', '161403.469000', '161403.472000', '161403.475000', '161403.478000', '161403.481000', '161403.484000', '161403.487000', '161403.490000', '161403.493000', '161403.495000', '161403.498000', '161403.501000', '161403.504000', '161403.507000', '161403.510000', '161403.513000', '161403.515000', '161403.518000', '161403.521000', '161403.524000', '161403.527000', '161403.530000', '161403.533000', '161403.536000', '161403.539000', '161403.542000', '161403.544000', '161423.419000', '161423.422000', '161423.425000', '161423.428000', '161423.431000', '161423.434000', '161423.437000', '161423.440000', '161423.443000', '161423.446000', '161423.449000', '161423.451000', '161423.454000', '161423.457000', '161423.460000', '161423.463000', '161423.466000', '161423.469000', '161423.472000', '161423.475000', '161423.477000', '161423.480000', '161423.483000', '161423.486000', '161423.489000', '161423.492000', '161423.495000', '161423.498000', '161423.500000', '161423.503000', '161423.506000', '161423.509000', '161423.512000', '161423.515000', '161423.518000', '161423.531000', '161423.534000', '161423.537000', '161423.540000', '161423.543000', '161423.548000', '161423.552000', '161423.554000', '161443.419000', '161443.422000', '161443.425000', '161443.428000', '161443.431000', '161443.434000', '161443.436000', '161443.439000', '161443.442000', '161443.445000', '161443.448000', '161443.451000', '161443.454000', '161443.457000', '161443.460000', '161443.463000', '161443.466000', '161443.468000', '161443.471000', '161443.474000', '161443.477000', '161443.480000', '161443.483000', '161443.486000', '161443.489000', '161443.492000', '161443.494000', '161443.497000', '161443.500000', '161443.503000', '161443.506000', '161443.509000', '161443.512000', '161443.515000', '161443.518000', '161443.521000', '161443.524000', '161443.526000', '161443.529000', '161443.532000', '161443.535000', '161443.538000', '161443.541000', '161443.544000', '161457.638000', '161457.641000', '161457.644000', '161457.647000', '161457.650000', '161457.653000', '161457.657000', '161457.660000', '161457.663000', '161457.666000', '161457.669000', '161457.672000', '161457.675000', '161457.678000', '161457.681000', '161457.684000', '161457.687000', '161457.690000', '161457.693000', '161457.696000', '161457.699000', '161457.702000', '161457.705000', '161457.708000', '161457.711000', '161457.714000', '161457.717000', '161457.719000', '161457.722000', '161457.725000', '161457.728000'], 'InstanceCreationTime': ['160303.451000', '160303.454000', '160303.457000', '160303.460000', '160303.463000', '160303.466000', '160303.469000', '160303.471000', '160303.474000', '160303.477000', '160303.483000', '160303.486000', '160303.489000', '160303.492000', '160303.495000', '160303.498000', '160303.500000', '160303.503000', '160303.506000', '160303.509000', '160303.512000', '160303.515000', '160303.518000', '160303.520000', '160303.523000', '160303.530000', '160303.533000', '160303.536000', '160303.539000', '160303.542000', '160303.545000', '160303.548000', '160303.550000', '160303.553000', '160303.556000', '160303.559000', '160303.562000', '160303.565000', '160303.567000', '160303.570000', '160303.573000', '160303.576000', '160303.579000', '160303.582000', '160303.585000', '160303.587000', '160303.590000', '160303.593000', '160303.596000', '160303.599000', '160303.602000', '160303.605000', '160303.607000', '160303.610000', '160303.613000', '160303.616000', '160303.619000', '160303.622000', '160303.625000', '160303.627000', '160303.630000', '160303.633000', '160303.636000', '160323.419000', '160323.422000', '160323.430000', '160323.433000', '160323.436000', '160323.438000', '160323.441000', '160323.444000', '160323.447000', '160323.450000', '160323.453000', '160323.457000', '160323.460000', '160323.463000', '160323.466000', '160323.469000', '160323.472000', '160323.474000', '160323.477000', '160323.480000', '160323.483000', '160323.497000', '160323.500000', '160323.503000', '160323.505000', '160323.508000', '160323.511000', '160323.514000', '160323.517000', '160323.520000', '160323.522000', '160323.525000', '160323.528000', '160323.531000', '160323.534000', '160323.537000', '160323.540000', '160323.543000', '160323.546000', '160323.548000', '160323.551000', '160323.554000', '160323.557000', '160343.419000', '160343.422000', '160343.425000', '160343.428000', '160343.431000', '160343.433000', '160343.436000', '160343.439000', '160343.442000', '160343.445000', '160343.448000', '160343.451000', '160343.454000', '160343.457000', '160343.460000', '160343.462000', '160343.465000', '160343.468000', '160343.471000', '160343.474000', '160343.477000', '160343.480000', '160343.483000', '160343.486000', '160343.488000', '160343.491000', '160343.494000', '160343.497000', '160343.500000', '160343.503000', '160343.505000', '160343.508000', '160343.511000', '160343.514000', '160343.517000', '160343.520000', '160343.523000', '160343.526000', '160343.529000', '160343.531000', '160343.534000', '160343.537000', '160343.540000', '160343.543000', '160403.419000', '160403.422000', '160403.425000', '160403.428000', '160403.431000', '160403.434000', '160403.436000', '160403.439000', '160403.442000', '160403.445000', '160403.448000', '160403.451000', '160403.454000', '160403.460000', '160403.463000', '160403.465000', '160403.468000', '160403.471000', '160403.474000', '160403.477000', '160403.480000', '160403.483000', '160403.486000', '160403.489000', '160403.492000', '160403.495000', '160403.498000', '160403.501000', '160403.504000', '160403.506000', '160403.509000', '160403.512000', '160403.515000', '160403.518000', '160403.521000', '160403.524000', '160403.527000', '160403.529000', '160403.532000', '160403.535000', '160403.538000', '160403.541000', '160403.544000', '160423.419000', '160423.422000', '160423.425000', '160423.428000', '160423.431000', '160423.434000', '160423.437000', '160423.439000', '160423.442000', '160423.445000', '160423.448000', '160423.451000', '160423.454000', '160423.457000', '160423.459000', '160423.462000', '160423.465000', '160423.468000', '160423.471000', '160423.474000', '160423.477000', '160423.480000', '160423.483000', '160423.486000', '160423.488000', '160423.491000', '160423.494000', '160423.497000', '160423.500000', '160423.510000', '160423.513000', '160423.516000', '160423.519000', '160423.522000', '160423.525000', '160423.528000', '160423.547000', '160423.565000', '160423.568000', '160423.571000', '160423.577000', '160423.580000', '160423.583000', '160423.586000', '160443.419000', '160443.422000', '160443.425000', '160443.428000', '160443.431000', '160443.435000', '160443.438000', '160443.440000', '160443.443000', '160443.446000', '160443.449000', '160443.452000', '160443.455000', '160443.458000', '160443.461000', '160443.464000', '160443.467000', '160443.470000', '160443.472000', '160443.475000', '160443.478000', '160443.481000', '160443.484000', '160443.487000', '160443.490000', '160443.493000', '160443.496000', '160443.499000', '160443.502000', '160443.504000', '160443.508000', '160443.511000', '160443.516000', '160443.518000', '160443.521000', '160443.524000', '160443.527000', '160443.530000', '160443.533000', '160443.536000', '160443.539000', '160443.542000', '160443.544000', '160503.419000', '160503.422000', '160503.425000', '160503.428000', '160503.431000', '160503.434000', '160503.436000', '160503.439000', '160503.442000', '160503.445000', '160503.448000', '160503.451000', '160503.454000', '160503.457000', '160503.459000', '160503.462000', '160503.465000', '160503.481000', '160503.484000', '160503.487000', '160503.489000', '160503.492000', '160503.495000', '160503.498000', '160503.501000', '160503.504000', '160503.506000', '160503.509000', '160503.512000', '160503.515000', '160503.518000', '160503.521000', '160503.524000', '160503.527000', '160503.530000', '160503.532000', '160503.535000', '160503.538000', '160503.541000', '160503.544000', '160503.547000', '160503.550000', '160503.553000', '160503.556000', '160523.419000', '160523.422000', '160523.425000', '160523.428000', '160523.431000', '160523.434000', '160523.437000', '160523.439000', '160523.442000', '160523.445000', '160523.448000', '160523.451000', '160523.454000', '160523.457000', '160523.460000', '160523.463000', '160523.466000', '160523.468000', '160523.471000', '160523.474000', '160523.477000', '160523.480000', '160523.483000', '160523.486000', '160523.489000', '160523.492000', '160523.495000', '160523.497000', '160523.514000', '160523.517000', '160523.520000', '160523.523000', '160523.526000', '160523.529000', '160523.532000', '160523.535000', '160523.538000', '160523.541000', '160523.543000', '160523.546000', '160523.549000', '160523.552000', '160523.555000', '160543.419000', '160543.422000', '160543.425000', '160543.428000', '160543.431000', '160543.434000', '160543.436000', '160543.439000', '160543.442000', '160543.445000', '160543.448000', '160543.451000', '160543.454000', '160543.457000', '160543.459000', '160543.462000', '160543.465000', '160543.468000', '160543.471000', '160543.474000', '160543.477000', '160543.480000', '160543.483000', '160543.485000', '160543.488000', '160543.491000', '160543.494000', '160543.497000', '160543.500000', '160543.503000', '160543.506000', '160543.508000', '160543.511000', '160543.514000', '160543.517000', '160543.520000', '160543.523000', '160543.526000', '160543.529000', '160543.531000', '160543.534000', '160543.537000', '160543.540000', '160543.543000', '160603.419000', '160603.423000', '160603.425000', '160603.428000', '160603.432000', '160603.435000', '160603.438000', '160603.441000', '160603.444000', '160603.447000', '160603.450000', '160603.453000', '160603.456000', '160603.459000', '160603.462000', '160603.465000', '160603.468000', '160603.473000', '160603.476000', '160603.479000', '160603.482000', '160603.492000', '160603.496000', '160603.499000', '160603.502000', '160603.505000', '160603.508000', '160603.510000', '160603.514000', '160603.516000', '160603.519000', '160603.522000', '160603.526000', '160603.530000', '160603.533000', '160603.536000', '160603.539000', '160603.542000', '160603.545000', '160603.548000', '160603.551000', '160603.553000', '160603.556000', '160623.419000', '160623.422000', '160623.425000', '160623.428000', '160623.431000', '160623.434000', '160623.436000', '160623.439000', '160623.442000', '160623.445000', '160623.448000', '160623.451000', '160623.454000', '160623.457000', '160623.460000', '160623.463000', '160623.466000', '160623.468000', '160623.471000', '160623.474000', '160623.477000', '160623.480000', '160623.483000', '160623.486000', '160623.488000', '160623.491000', '160623.494000', '160623.497000', '160623.500000', '160623.503000', '160623.506000', '160623.509000', '160623.512000', '160623.515000', '160623.517000', '160623.520000', '160623.523000', '160623.526000', '160623.529000', '160623.532000', '160623.535000', '160623.538000', '160623.541000', '160623.543000', '160643.419000', '160643.422000', '160643.425000', '160643.428000', '160643.431000', '160643.434000', '160643.437000', '160643.439000', '160643.442000', '160643.445000', '160643.448000', '160643.451000', '160643.454000', '160643.457000', '160643.460000', '160643.462000', '160643.465000', '160643.468000', '160643.471000', '160643.474000', '160643.477000', '160643.480000', '160643.483000', '160643.486000', '160643.489000', '160643.491000', '160643.494000', '160643.497000', '160643.500000', '160643.503000', '160643.506000', '160643.509000', '160643.512000', '160643.514000', '160643.517000', '160643.520000', '160643.523000', '160643.526000', '160643.529000', '160643.532000', '160643.535000', '160643.538000', '160643.541000', '160703.419000', '160703.422000', '160703.425000', '160703.428000', '160703.431000', '160703.434000', '160703.437000', '160703.439000', '160703.442000', '160703.445000', '160703.448000', '160703.451000', '160703.454000', '160703.457000', '160703.460000', '160703.462000', '160703.465000', '160703.468000', '160703.471000', '160703.474000', '160703.477000', '160703.480000', '160703.483000', '160703.485000', '160703.488000', '160703.491000', '160703.494000', '160703.497000', '160703.500000', '160703.503000', '160703.506000', '160703.509000', '160703.511000', '160703.514000', '160703.517000', '160703.520000', '160703.523000', '160703.526000', '160703.529000', '160703.532000', '160703.535000', '160703.538000', '160703.540000', '160703.543000', '160723.419000', '160723.422000', '160723.425000', '160723.428000', '160723.431000', '160723.434000', '160723.437000', '160723.440000', '160723.442000', '160723.445000', '160723.448000', '160723.451000', '160723.454000', '160723.457000', '160723.460000', '160723.463000', '160723.466000', '160723.468000', '160723.471000', '160723.474000', '160723.477000', '160723.480000', '160723.483000', '160723.486000', '160723.489000', '160723.492000', '160723.494000', '160723.497000', '160723.500000', '160723.503000', '160723.506000', '160723.509000', '160723.513000', '160723.516000', '160723.519000', '160723.521000', '160723.524000', '160723.527000', '160723.530000', '160723.533000', '160723.536000', '160723.539000', '160723.542000', '160743.419000', '160743.422000', '160743.425000', '160743.428000', '160743.431000', '160743.434000', '160743.436000', '160743.439000', '160743.442000', '160743.445000', '160743.448000', '160743.451000', '160743.454000', '160743.457000', '160743.460000', '160743.462000', '160743.465000', '160743.468000', '160743.471000', '160743.474000', '160743.477000', '160743.480000', '160743.483000', '160743.486000', '160743.489000', '160743.492000', '160743.495000', '160743.497000', '160743.500000', '160743.503000', '160743.506000', '160743.509000', '160743.512000', '160743.515000', '160743.517000', '160743.520000', '160743.523000', '160743.526000', '160743.529000', '160743.532000', '160743.535000', '160743.538000', '160743.541000', '160743.543000', '160803.419000', '160803.422000', '160803.425000', '160803.428000', '160803.431000', '160803.434000', '160803.436000', '160803.439000', '160803.442000', '160803.445000', '160803.448000', '160803.451000', '160803.454000', '160803.457000', '160803.459000', '160803.462000', '160803.465000', '160803.468000', '160803.471000', '160803.474000', '160803.477000', '160803.480000', '160803.482000', '160803.497000', '160803.500000', '160803.503000', '160803.506000', '160803.509000', '160803.512000', '160803.514000', '160803.517000', '160803.520000', '160803.523000', '160803.526000', '160803.529000', '160803.532000', '160803.535000', '160803.537000', '160803.540000', '160803.543000', '160803.546000', '160803.549000', '160803.552000', '160823.419000', '160823.422000', '160823.425000', '160823.428000', '160823.431000', '160823.433000', '160823.436000', '160823.439000', '160823.442000', '160823.445000', '160823.448000', '160823.451000', '160823.454000', '160823.457000', '160823.461000', '160823.464000', '160823.467000', '160823.470000', '160823.473000', '160823.476000', '160823.479000', '160823.482000', '160823.485000', '160823.488000', '160823.490000', '160823.493000', '160823.496000', '160823.499000', '160823.502000', '160823.505000', '160823.508000', '160823.511000', '160823.514000', '160823.517000', '160823.519000', '160823.522000', '160823.525000', '160823.528000', '160823.531000', '160823.534000', '160823.537000', '160823.540000', '160823.542000', '160823.545000', '160843.419000', '160843.422000', '160843.425000', '160843.428000', '160843.431000', '160843.434000', '160843.437000', '160843.440000', '160843.442000', '160843.445000', '160843.448000', '160843.451000', '160843.454000', '160843.457000', '160843.460000', '160843.463000', '160843.466000', '160843.468000', '160843.471000', '160843.474000', '160843.477000', '160843.480000', '160843.483000', '160843.486000', '160843.489000', '160843.492000', '160843.494000', '160843.497000', '160843.500000', '160843.503000', '160843.506000', '160843.509000', '160843.511000', '160843.514000', '160843.517000', '160843.520000', '160843.523000', '160843.526000', '160843.529000', '160843.532000', '160843.535000', '160843.538000', '160843.540000', '160903.419000', '160903.422000', '160903.425000', '160903.428000', '160903.431000', '160903.433000', '160903.436000', '160903.439000', '160903.442000', '160903.445000', '160903.448000', '160903.451000', '160903.454000', '160903.456000', '160903.459000', '160903.462000', '160903.465000', '160903.468000', '160903.471000', '160903.474000', '160903.477000', '160903.479000', '160903.482000', '160903.485000', '160903.488000', '160903.491000', '160903.494000', '160903.497000', '160903.500000', '160903.502000', '160903.505000', '160903.508000', '160903.511000', '160903.515000', '160903.518000', '160903.521000', '160903.524000', '160903.527000', '160903.529000', '160903.532000', '160903.535000', '160903.538000', '160903.541000', '160903.544000', '160923.419000', '160923.422000', '160923.425000', '160923.428000', '160923.431000', '160923.434000', '160923.437000', '160923.440000', '160923.443000', '160923.445000', '160923.448000', '160923.451000', '160923.454000', '160923.457000', '160923.460000', '160923.463000', '160923.466000', '160923.469000', '160923.471000', '160923.474000', '160923.477000', '160923.480000', '160923.483000', '160923.486000', '160923.489000', '160923.492000', '160923.495000', '160923.498000', '160923.501000', '160923.503000', '160923.506000', '160923.509000', '160923.512000', '160923.526000', '160923.529000', '160923.532000', '160923.535000', '160923.538000', '160923.541000', '160923.544000', '160923.546000', '160923.549000', '160923.552000', '160943.419000', '160943.422000', '160943.425000', '160943.428000', '160943.431000', '160943.434000', '160943.437000', '160943.440000', '160943.443000', '160943.445000', '160943.448000', '160943.451000', '160943.454000', '160943.457000', '160943.460000', '160943.463000', '160943.465000', '160943.468000', '160943.471000', '160943.474000', '160943.477000', '160943.480000', '160943.483000', '160943.486000', '160943.488000', '160943.491000', '160943.494000', '160943.497000', '160943.500000', '160943.503000', '160943.506000', '160943.509000', '160943.512000', '160943.515000', '160943.517000', '160943.520000', '160943.523000', '160943.526000', '160943.529000', '160943.532000', '160943.535000', '160943.537000', '160943.540000', '160943.543000', '161003.419000', '161003.422000', '161003.425000', '161003.428000', '161003.431000', '161003.434000', '161003.437000', '161003.440000', '161003.442000', '161003.445000', '161003.448000', '161003.451000', '161003.454000', '161003.457000', '161003.460000', '161003.463000', '161003.465000', '161003.468000', '161003.471000', '161003.474000', '161003.477000', '161003.480000', '161003.483000', '161003.486000', '161003.488000', '161003.491000', '161003.494000', '161003.497000', '161003.500000', '161003.503000', '161003.506000', '161003.509000', '161003.512000', '161003.515000', '161003.518000', '161003.520000', '161003.523000', '161003.526000', '161003.529000', '161003.532000', '161003.535000', '161003.538000', '161003.540000', '161023.419000', '161023.422000', '161023.425000', '161023.428000', '161023.431000', '161023.434000', '161023.437000', '161023.440000', '161023.443000', '161023.446000', '161023.448000', '161023.451000', '161023.454000', '161023.457000', '161023.460000', '161023.463000', '161023.466000', '161023.469000', '161023.472000', '161023.475000', '161023.477000', '161023.480000', '161023.483000', '161023.486000', '161023.489000', '161023.492000', '161023.495000', '161023.498000', '161023.500000', '161023.503000', '161023.506000', '161023.509000', '161023.512000', '161023.515000', '161023.518000', '161023.521000', '161023.524000', '161023.526000', '161023.529000', '161023.532000', '161023.535000', '161023.538000', '161023.541000', '161043.419000', '161043.422000', '161043.425000', '161043.428000', '161043.431000', '161043.434000', '161043.437000', '161043.440000', '161043.442000', '161043.445000', '161043.448000', '161043.451000', '161043.454000', '161043.457000', '161043.460000', '161043.463000', '161043.465000', '161043.468000', '161043.471000', '161043.474000', '161043.477000', '161043.480000', '161043.483000', '161043.486000', '161043.489000', '161043.491000', '161043.494000', '161043.497000', '161043.500000', '161043.503000', '161043.506000', '161043.523000', '161043.525000', '161043.528000', '161043.531000', '161043.534000', '161043.537000', '161043.540000', '161043.543000', '161043.545000', '161043.548000', '161043.551000', '161043.554000', '161043.557000', '161103.419000', '161103.422000', '161103.425000', '161103.428000', '161103.431000', '161103.434000', '161103.437000', '161103.440000', '161103.443000', '161103.446000', '161103.449000', '161103.452000', '161103.455000', '161103.458000', '161103.461000', '161103.464000', '161103.466000', '161103.469000', '161103.472000', '161103.475000', '161103.478000', '161103.481000', '161103.484000', '161103.486000', '161103.489000', '161103.492000', '161103.495000', '161103.498000', '161103.501000', '161103.504000', '161103.507000', '161103.510000', '161103.512000', '161103.515000', '161103.518000', '161103.521000', '161103.524000', '161103.527000', '161103.530000', '161103.533000', '161103.535000', '161103.538000', '161103.541000', '161123.419000', '161123.422000', '161123.425000', '161123.428000', '161123.431000', '161123.434000', '161123.437000', '161123.440000', '161123.442000', '161123.445000', '161123.448000', '161123.451000', '161123.454000', '161123.457000', '161123.460000', '161123.463000', '161123.465000', '161123.468000', '161123.471000', '161123.474000', '161123.477000', '161123.480000', '161123.483000', '161123.486000', '161123.488000', '161123.491000', '161123.494000', '161123.497000', '161123.500000', '161123.503000', '161123.506000', '161123.509000', '161123.512000', '161123.515000', '161123.517000', '161123.520000', '161123.523000', '161123.526000', '161123.529000', '161123.532000', '161123.535000', '161123.538000', '161123.541000', '161123.543000', '161143.419000', '161143.422000', '161143.425000', '161143.428000', '161143.431000', '161143.434000', '161143.437000', '161143.440000', '161143.443000', '161143.445000', '161143.448000', '161143.451000', '161143.454000', '161143.457000', '161143.460000', '161143.464000', '161143.467000', '161143.470000', '161143.473000', '161143.476000', '161143.479000', '161143.482000', '161143.484000', '161143.487000', '161143.490000', '161143.493000', '161143.496000', '161143.499000', '161143.502000', '161143.505000', '161143.508000', '161143.510000', '161143.513000', '161143.516000', '161143.519000', '161143.522000', '161143.525000', '161143.528000', '161143.530000', '161143.533000', '161143.536000', '161143.539000', '161143.542000', '161203.419000', '161203.422000', '161203.425000', '161203.428000', '161203.431000', '161203.434000', '161203.436000', '161203.439000', '161203.442000', '161203.445000', '161203.448000', '161203.451000', '161203.454000', '161203.457000', '161203.460000', '161203.463000', '161203.465000', '161203.468000', '161203.471000', '161203.474000', '161203.477000', '161203.480000', '161203.483000', '161203.486000', '161203.489000', '161203.491000', '161203.494000', '161203.508000', '161203.511000', '161203.514000', '161203.517000', '161203.520000', '161203.522000', '161203.525000', '161203.528000', '161203.531000', '161203.534000', '161203.537000', '161203.540000', '161203.543000', '161203.545000', '161203.548000', '161203.551000', '161203.554000', '161223.419000', '161223.423000', '161223.426000', '161223.429000', '161223.432000', '161223.435000', '161223.437000', '161223.440000', '161223.443000', '161223.446000', '161223.449000', '161223.452000', '161223.455000', '161223.458000', '161223.461000', '161223.463000', '161223.466000', '161223.469000', '161223.472000', '161223.475000', '161223.478000', '161223.481000', '161223.484000', '161223.487000', '161223.490000', '161223.493000', '161223.496000', '161223.499000', '161223.502000', '161223.505000', '161223.508000', '161223.511000', '161223.514000', '161223.516000', '161223.519000', '161223.522000', '161223.525000', '161223.528000', '161223.531000', '161223.534000', '161223.537000', '161223.540000', '161223.542000', '161243.419000', '161243.422000', '161243.425000', '161243.428000', '161243.431000', '161243.434000', '161243.437000', '161243.440000', '161243.443000', '161243.446000', '161243.448000', '161243.451000', '161243.454000', '161243.457000', '161243.460000', '161243.463000', '161243.466000', '161243.469000', '161243.472000', '161243.475000', '161243.478000', '161243.480000', '161243.483000', '161243.486000', '161243.489000', '161243.492000', '161243.495000', '161243.498000', '161243.501000', '161243.503000', '161243.506000', '161243.509000', '161243.512000', '161243.515000', '161243.518000', '161243.521000', '161243.524000', '161243.526000', '161243.529000', '161243.532000', '161243.535000', '161243.538000', '161243.541000', '161243.544000', '161303.419000', '161303.422000', '161303.425000', '161303.428000', '161303.431000', '161303.434000', '161303.436000', '161303.439000', '161303.442000', '161303.445000', '161303.448000', '161303.451000', '161303.454000', '161303.457000', '161303.460000', '161303.463000', '161303.465000', '161303.468000', '161303.471000', '161303.474000', '161303.477000', '161303.480000', '161303.483000', '161303.486000', '161303.489000', '161303.492000', '161303.494000', '161303.497000', '161303.500000', '161303.503000', '161303.506000', '161303.509000', '161303.512000', '161303.514000', '161303.517000', '161303.520000', '161303.523000', '161303.526000', '161303.529000', '161303.532000', '161303.535000', '161303.538000', '161303.541000', '161323.419000', '161323.422000', '161323.425000', '161323.428000', '161323.431000', '161323.434000', '161323.436000', '161323.439000', '161323.442000', '161323.445000', '161323.448000', '161323.451000', '161323.454000', '161323.457000', '161323.460000', '161323.463000', '161323.465000', '161323.468000', '161323.471000', '161323.474000', '161323.477000', '161323.480000', '161323.483000', '161323.486000', '161323.489000', '161323.491000', '161323.494000', '161323.497000', '161323.500000', '161323.503000', '161323.506000', '161323.509000', '161323.512000', '161323.515000', '161323.518000', '161323.520000', '161323.523000', '161323.526000', '161323.529000', '161323.532000', '161323.535000', '161323.538000', '161323.541000', '161323.544000', '161343.419000', '161343.422000', '161343.425000', '161343.428000', '161343.431000', '161343.434000', '161343.437000', '161343.440000', '161343.442000', '161343.445000', '161343.448000', '161343.451000', '161343.454000', '161343.457000', '161343.488000', '161343.491000', '161343.494000', '161343.497000', '161343.500000', '161343.503000', '161343.506000', '161343.509000', '161343.511000', '161343.515000', '161343.518000', '161343.521000', '161343.524000', '161343.527000', '161343.529000', '161343.532000', '161343.535000', '161343.538000', '161343.541000', '161343.544000', '161343.547000', '161343.549000', '161343.552000', '161343.555000', '161343.558000', '161343.561000', '161343.564000', '161343.567000', '161343.570000', '161403.419000', '161403.422000', '161403.425000', '161403.429000', '161403.432000', '161403.435000', '161403.438000', '161403.441000', '161403.444000', '161403.446000', '161403.449000', '161403.452000', '161403.455000', '161403.458000', '161403.461000', '161403.464000', '161403.466000', '161403.469000', '161403.472000', '161403.475000', '161403.478000', '161403.481000', '161403.484000', '161403.487000', '161403.490000', '161403.493000', '161403.495000', '161403.498000', '161403.501000', '161403.504000', '161403.507000', '161403.510000', '161403.513000', '161403.515000', '161403.518000', '161403.521000', '161403.524000', '161403.527000', '161403.530000', '161403.533000', '161403.536000', '161403.539000', '161403.542000', '161403.544000', '161423.419000', '161423.422000', '161423.425000', '161423.428000', '161423.431000', '161423.434000', '161423.437000', '161423.440000', '161423.443000', '161423.446000', '161423.449000', '161423.451000', '161423.454000', '161423.457000', '161423.460000', '161423.463000', '161423.466000', '161423.469000', '161423.472000', '161423.475000', '161423.477000', '161423.480000', '161423.483000', '161423.486000', '161423.489000', '161423.492000', '161423.495000', '161423.498000', '161423.500000', '161423.503000', '161423.506000', '161423.509000', '161423.512000', '161423.515000', '161423.518000', '161423.531000', '161423.534000', '161423.537000', '161423.540000', '161423.543000', '161423.548000', '161423.552000', '161423.554000', '161443.419000', '161443.422000', '161443.425000', '161443.428000', '161443.431000', '161443.434000', '161443.436000', '161443.439000', '161443.442000', '161443.445000', '161443.448000', '161443.451000', '161443.454000', '161443.457000', '161443.460000', '161443.463000', '161443.466000', '161443.468000', '161443.471000', '161443.474000', '161443.477000', '161443.480000', '161443.483000', '161443.486000', '161443.489000', '161443.492000', '161443.494000', '161443.497000', '161443.500000', '161443.503000', '161443.506000', '161443.509000', '161443.512000', '161443.515000', '161443.518000', '161443.521000', '161443.524000', '161443.526000', '161443.529000', '161443.532000', '161443.535000', '161443.538000', '161443.541000', '161443.544000', '161457.638000', '161457.641000', '161457.644000', '161457.647000', '161457.650000', '161457.653000', '161457.657000', '161457.660000', '161457.663000', '161457.666000', '161457.669000', '161457.672000', '161457.675000', '161457.678000', '161457.681000', '161457.684000', '161457.687000', '161457.690000', '161457.693000', '161457.696000', '161457.699000', '161457.702000', '161457.705000', '161457.708000', '161457.711000', '161457.714000', '161457.717000', '161457.719000', '161457.722000', '161457.725000', '161457.728000'], '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': [7702, 13128, 9941, 11087, 12374, 9916, 9728, 8296, 8209, 8605, 13850, 7704, 12566, 7799, 11447, 7840, 11002, 7827, 10565, 7869, 9783, 7894, 10102, 7842, 10670, 7917, 11114, 9519, 8603, 10559, 7917, 10633, 8139, 8509, 8352, 8237, 8301, 8281, 8331, 8367, 9230, 8554, 10072, 8842, 10951, 8705, 8999, 8836, 9871, 8692, 12399, 8339, 9264, 9579, 8142, 9417, 8729, 11239, 8508, 8923, 9612, 8694, 13113, 8459, 9907, 8691, 11065, 8496, 13102, 8115, 10128, 10350, 8468, 9388, 8132, 12025, 8734, 7288, 10991, 7865, 13243, 8571, 10959, 9510, 10854, 10717, 10531, 11249, 7841, 10165, 7380, 10194, 7607, 12608, 7458, 12659, 7714, 11280, 9322, 7817, 10542, 7865, 8987, 8099, 12220, 7759, 11760, 8062, 11159, 11022, 9908, 10937, 8922, 10925, 10333, 11311, 7626, 9933, 7362, 13544, 8141, 9668, 8176, 8920, 8216, 10125, 8323, 10742, 7880, 10876, 7811, 11144, 8166, 11344, 7637, 12256, 7710, 12199, 7870, 11900, 7597, 12099, 7516, 11879, 8169, 10411, 7679, 9547, 8002, 13147, 8142, 10818, 7802, 8274, 8018, 7644, 11562, 7530, 9734, 7353, 11131, 7519, 12756, 7696, 11899, 7308, 11967, 7499, 11040, 7390, 8965, 7637, 9374, 7585, 12750, 8276, 10104, 7432, 12024, 8575, 12263, 11081, 10266, 8874, 8764, 7456, 10429, 8812, 10062, 7318, 10072, 7763, 10367, 7663, 8902, 7696, 11327, 7556, 12184, 7652, 11585, 7631, 10611, 8336, 9874, 7253, 9823, 7285, 8459, 9815, 7691, 7327, 8470, 7379, 7881, 7584, 11676, 7871, 8895, 9236, 7544, 12819, 7798, 13617, 8982, 12815, 7518, 12121, 7710, 12009, 8683, 9652, 7520, 9174, 7666, 11614, 7731, 9651, 7422, 10330, 7593, 12591, 9743, 11463, 9200, 11261, 10937, 8839, 14522, 7907, 12914, 7826, 12567, 7839, 12162, 9234, 9796, 8221, 8100, 13002, 7941, 12640, 7894, 10770, 7747, 8205, 7957, 11730, 7725, 7980, 7599, 8287, 7578, 10091, 7665, 10350, 7851, 10760, 7470, 12777, 8254, 11640, 8355, 11978, 8103, 12542, 8820, 10848, 7240, 10673, 8468, 7235, 12951, 9970, 11821, 9007, 12666, 9695, 10104, 14754, 8390, 13040, 7614, 11716, 7649, 10718, 8177, 7889, 8764, 7980, 12836, 7740, 11368, 7842, 9593, 7706, 9119, 7653, 10974, 7589, 10046, 7527, 10005, 9585, 8255, 12771, 7696, 13719, 7689, 12983, 7772, 12165, 7665, 9842, 7953, 10852, 7799, 9778, 9973, 9343, 9611, 8550, 13315, 7886, 12974, 7833, 12304, 7955, 10584, 7767, 11127, 7507, 10639, 10665, 9108, 11708, 7802, 13208, 7995, 12533, 7872, 11286, 7997, 8961, 7365, 8272, 7800, 7627, 7762, 10473, 7976, 13333, 9218, 12321, 11132, 10820, 12997, 8380, 13973, 8150, 12710, 9082, 12222, 9450, 10273, 9475, 8106, 13880, 8020, 13205, 8023, 11863, 7937, 9507, 8033, 10554, 7928, 9165, 7618, 7819, 7651, 8328, 7856, 9061, 9326, 7997, 12966, 7895, 11454, 7812, 13109, 7963, 12763, 8175, 12520, 8273, 11339, 8219, 10279, 8050, 7679, 8945, 9952, 10556, 11736, 10428, 9889, 10262, 12287, 10553, 14603, 8465, 13110, 8066, 13230, 8111, 12914, 8234, 11833, 8382, 12419, 8155, 13548, 8256, 13669, 8176, 13168, 8205, 13009, 8907, 11656, 8227, 9816, 8288, 10051, 8254, 9482, 8241, 8538, 8146, 11193, 8699, 8591, 8316, 9183, 8475, 11295, 8025, 8891, 8127, 8337, 12584, 10373, 12267, 12029, 10025, 7523, 8921, 7488, 10806, 7833, 9958, 11664, 9408, 13179, 9865, 13204, 7907, 12577, 10285, 11999, 10785, 9416, 10694, 8230, 10045, 7891, 9163, 7660, 7666, 8801, 7776, 9653, 7780, 10493, 8992, 10293, 10790, 8466, 14200, 7952, 13294, 7915, 12245, 8076, 9977, 7894, 9390, 8023, 9763, 7989, 11662, 8069, 11995, 8060, 12090, 8176, 11854, 8122, 12603, 10074, 10216, 7996, 11073, 8041, 11615, 9878, 9847, 8001, 9964, 7909, 10565, 8598, 8688, 8090, 9741, 7983, 12016, 7946, 14089, 8070, 9403, 8101, 8119, 11628, 9343, 7964, 12703, 7896, 13832, 8574, 11407, 10016, 9174, 10333, 8028, 10656, 7925, 12314, 7871, 13116, 8200, 12777, 7974, 11705, 8092, 10710, 7913, 11681, 8233, 8136, 8435, 10017, 8289, 11096, 8039, 7580, 8126, 8522, 8981, 10743, 8248, 7665, 8806, 7617, 10419, 9147, 9368, 8066, 10486, 8136, 12310, 9971, 12606, 8261, 12673, 9213, 12716, 10273, 11277, 7800, 9370, 7589, 12694, 7743, 12565, 7592, 10606, 8446, 9359, 9048, 7763, 13753, 10108, 13108, 7638, 13485, 7947, 13373, 8454, 13095, 7696, 9141, 9699, 9426, 8625, 7910, 10350, 7235, 13357, 7743, 12900, 7764, 12367, 7505, 11982, 7609, 12677, 9658, 10275, 7703, 9086, 7716, 11641, 7533, 11547, 8902, 10548, 8449, 9061, 8023, 10707, 11065, 10556, 8288, 9955, 7800, 10997, 11610, 9644, 9715, 9350, 7788, 9979, 9820, 10626, 12734, 9407, 10599, 8552, 8479, 10116, 11018, 10230, 8750, 10068, 8497, 10485, 12034, 8941, 14000, 7855, 12819, 7479, 12634, 7389, 11796, 8167, 8817, 7841, 7029, 9604, 8459, 13442, 8617, 11820, 9092, 12093, 9653, 11644, 12831, 11825, 13703, 10524, 14156, 9011, 13371, 8798, 12181, 8436, 10733, 7855, 10016, 8770, 8081, 11771, 7764, 10093, 7676, 10493, 7739, 13481, 7464, 13477, 7471, 13197, 7436, 12506, 7509, 12461, 7407, 12372, 7644, 11630, 7611, 10114, 7831, 11463, 7761, 9713, 7294, 9633, 7606, 10947, 7601, 11026, 7700, 11311, 7573, 10045, 7749, 10902, 7639, 12312, 10216, 10475, 9043, 9367, 8777, 9263, 13304, 7957, 10934, 7678, 7205, 7851, 7785, 9290, 9155, 9918, 7578, 11384, 8394, 11842, 10064, 11674, 9083, 11948, 9559, 10556, 9043, 9632, 7684, 10840, 8129, 10336, 9401, 8073, 10652, 7578, 12478, 7579, 13081, 7435, 11376, 8918, 12923, 9584, 13915, 8829, 10731, 8804, 8483, 9950, 11948, 9000, 11592, 7783, 13813, 7535, 12650, 7484, 12499, 7522, 12292, 7673, 12131, 7790, 13196, 7545, 13069, 7672, 12995, 8415, 11890, 7871, 11843, 7820, 11429, 9652, 9746, 8682, 7808, 7620, 8780, 7767, 12526, 8246, 10656, 9413, 8031, 11034, 7601, 13816, 10660, 11041, 8907, 10887, 7537, 11438, 8637, 11117, 7376, 10573, 7382, 10524, 7483, 11820, 8407, 11355, 9368, 9675, 13475, 7890, 13077, 7686, 12103, 7615, 9038, 7487, 8778, 7354, 8462, 7571, 12129, 9352, 10281, 8752, 9655, 8225, 10978, 11073, 9841, 9005, 10250, 8710, 10827, 11634, 10008, 10937, 9004, 11675, 8187, 11354, 9826, 8578, 11083, 9380, 10902, 13905, 8495, 12899, 7861, 12434, 7375, 9929, 7401, 9364, 7397, 9498, 7264, 9553, 8488, 9587, 7099, 8615, 7243, 9411, 7286, 11529, 7987, 11597, 7300, 12719, 9722, 13162, 11153, 11297, 10069, 9144, 12056, 8155, 13070, 8448, 12655, 7459, 10519, 7745, 11602, 7830, 8474, 7459, 9409, 7418, 11061, 9248, 10423, 9293, 10989, 10064, 9673, 12650, 8529, 13740, 7685, 12831, 7487, 12285, 9022, 10086, 7972, 8222, 7119, 8112, 8876, 9377, 7469, 10055, 8360, 11302, 12570, 8815, 13836, 8293, 13608, 8571, 11113, 9596, 8229, 8291, 7756, 13608, 9409, 13344, 11877, 11087, 11262, 10495, 11496, 14018, 8861, 13009, 9554, 11348, 7574, 8774, 7455, 8511, 7796, 7474, 7589, 8250, 11399, 7879, 12793, 7841, 12088, 7393, 11409, 8136, 11972, 10167, 9875, 9719, 7799, 12211, 7826, 12625, 7531, 11381, 7555, 11902, 7675, 12576, 7903, 12596, 8086, 11972, 7617, 12571, 8006, 12192, 10401, 11071, 9152, 9981, 12175, 8711, 13305, 8263, 12883, 7714, 12998, 7628, 12566, 8001, 11991, 7808, 13236, 7857, 12353, 7971, 11422, 7660, 11715, 7633, 11476, 10405, 10496, 9193, 8477, 8484, 8731, 11610, 8426, 8685, 11063, 7484, 9139, 7793, 12892, 8979, 14101, 10877, 11317, 11275, 12436, 9151, 12982, 8758, 11792, 7889, 11231, 7445, 11259, 8117, 10417, 6828, 10830, 7203, 10639, 7531, 10116, 7053, 10336, 7150, 11487, 9738, 9645, 8301, 10509, 10318, 10175, 13254, 8654, 12745, 7547, 12412, 7639, 12245, 8607, 11579, 7459, 10110, 8215, 9848, 11341, 8103, 11874, 7540, 12438, 7365, 12237, 9865, 10369, 8051, 8805, 11277, 7527, 12489, 7961, 11540, 7230, 9436, 7525, 11189, 9311, 9932, 8757, 8617, 11661, 8423, 13161, 8451, 12940, 7777, 12697, 7975, 12196, 8521, 12139, 7460, 11930, 8435, 12840, 9198, 9896, 10589, 7538, 13522, 7716, 13099, 10224, 11651, 7531, 11104, 7788, 10776, 8571, 10673, 7496, 11896, 7390, 12240, 7750, 11446, 9919, 9977, 8788, 10003, 11082, 8210, 12891, 7838, 12366, 7370, 10948, 7773, 10486, 8025, 9397, 7593, 8603, 7411, 9549, 9201, 9412, 10829, 8577, 10784, 8285, 12215, 8608, 13448, 8444, 12845, 7735, 12489, 7506, 12148, 8525, 11006, 7626, 10130, 7321, 12111, 7850, 11664, 10789, 12262, 11102, 10222, 10818, 9890, 10847, 11677, 10076, 9342, 9005, 7270, 9763, 8735, 9682, 8503, 10382, 8623, 10202, 9956, 9394, 8249, 9618, 7544, 10564, 9420, 10407, 7460, 10094, 7533, 11430, 8392, 10497, 7504, 11041, 7462, 11858, 10357, 10686, 8812, 10791, 9383, 9436, 11603, 7981, 7446, 7900, 7089, 9792, 8415, 9165, 7736, 9401, 7446, 12496, 8755, 12307, 9939, 10339, 8983, 7508, 13255, 10130, 11450, 11472, 8925, 13446, 8738, 13314, 10074, 11723, 8001, 11095, 7527, 10507, 8249, 10712, 7398, 12301, 7373, 12259, 7351, 13010, 8176, 11375, 9553, 12317, 9361, 13400, 8812, 12942, 7867, 12792, 7613, 12697, 8378, 11993, 7351, 11848, 7504, 11026, 7589, 10378, 6801, 11963, 7047, 12449, 7371, 12533, 8403, 13182, 8364, 12596, 8282, 12430, 8993, 12077, 8749, 11818, 8916, 9767, 11789, 7782, 13123, 7498, 11385, 7738, 9481, 9011, 8322, 10481, 7132, 11661, 8508, 12004, 9966, 10791, 9798, 10104, 13199, 8136, 12481, 7840, 10949, 7031, 10814, 7280, 10337, 7511, 7954, 6888, 9635, 6970, 11679, 8766, 10387, 7863, 12000, 8698, 11458, 9202, 11184, 10483, 9404, 7427, 9387, 7425, 11349, 10201, 9622, 7901, 9574, 9041, 8518, 12868, 8079, 12580, 7173, 12034, 7074, 11430, 7590, 12570, 7586, 12345, 7490, 12359, 7752, 12063, 8415, 12163, 7315, 12179, 7573, 11851, 9720, 10181, 8277, 10433, 10462, 8447, 12894, 8029, 12298, 7231, 12050, 7417, 12090, 7401, 11424, 7619, 12467, 7444, 12225, 9552, 11450, 7530, 11676, 7406, 11894, 10156, 10406, 7797, 10761, 7256, 10866, 7892, 11158, 7258, 12856, 7315, 12751, 8127, 13019, 8868, 12924, 7723, 12498, 7329, 11864, 8314, 11026, 8491, 6923, 9886, 7508, 8822, 12421, 9826, 10957, 8243, 12608, 8654, 13680, 9205, 12894, 8147, 12959, 7890, 13155, 8581, 11507, 8137, 11703, 7704, 12833, 7490, 12432, 7588, 12438, 7351, 12036, 7162, 12499, 7899, 10255, 7872, 7246, 9865, 7858, 10403, 7467, 13076, 10001, 12729, 11100, 9369, 10833, 8344, 12309, 9946, 13054, 9652, 11391, 9268, 11514, 11371, 10155, 13606, 8353, 12921, 7022, 10743, 6958, 10086, 6963, 10799, 7033, 10877, 7154, 11872, 9562, 10294, 8650, 9870, 10984, 7708, 13055, 7803, 11611, 7191, 13242, 7445, 12519, 8214, 12388, 7036, 12120, 7500, 11991, 9460, 10638, 10873, 8190, 12899, 7377, 12066, 7879, 10888, 7161, 9908, 7127, 10959, 9183, 8910, 6995, 9166, 7643, 9228, 12670, 8212, 12791, 8702, 13053, 7527, 12455, 7252, 12339, 8535, 11030, 6929, 10515, 7135, 10679, 6896, 13057, 8834, 10168, 12040, 10125, 11504, 8851, 11968, 9992, 10491, 13193, 8684, 12788, 7860, 12583, 7241, 12286, 7536, 11671, 6785, 11597, 6728, 9847], 'WindowCenter': [3990.0, 4025.0, 3993.0, 4000.0, 3998.0, 3975.0, 3963.0, 3952.0, 3951.0, 3964.0, 3994.0, 3944.0, 3995.0, 3942.0, 3984.0, 3945.0, 3975.0, 3945.0, 3976.0, 3955.0, 3975.0, 3956.0, 3977.0, 3956.0, 3986.0, 3956.0, 3987.0, 3976.0, 3969.0, 3976.0, 3961.0, 3989.0, 3969.0, 3969.0, 3968.0, 3959.0, 3969.0, 3973.0, 3970.0, 3970.0, 3980.0, 3979.0, 3994.0, 3994.0, 4004.0, 3980.0, 3981.0, 3983.0, 3992.0, 3982.0, 4011.0, 3971.0, 3979.0, 3979.0, 3971.0, 3983.0, 3982.0, 4010.0, 3984.0, 3984.0, 3996.0, 3981.0, 4022.0, 3970.0, 4003.0, 3984.0, 4003.0, 3982.0, 4023.0, 3974.0, 3993.0, 3991.0, 3972.0, 3976.0, 3970.0, 4016.0, 3982.0, 3960.0, 4003.0, 3971.0, 4012.0, 3977.0, 3998.0, 3992.0, 4000.0, 3986.0, 3988.0, 3986.0, 3956.0, 3990.0, 3950.0, 3977.0, 3948.0, 3995.0, 3946.0, 3998.0, 3959.0, 3991.0, 3980.0, 3957.0, 3993.0, 3958.0, 3969.0, 3960.0, 4001.0, 3959.0, 3997.0, 3960.0, 3999.0, 3991.0, 3992.0, 3992.0, 3970.0, 3991.0, 3981.0, 3991.0, 3947.0, 3978.0, 3948.0, 4009.0, 3959.0, 3968.0, 3958.0, 3957.0, 3959.0, 3978.0, 3958.0, 3977.0, 3943.0, 3974.0, 3949.0, 3989.0, 3956.0, 3986.0, 3942.0, 3988.0, 3949.0, 3989.0, 3957.0, 3986.0, 3945.0, 3988.0, 3949.0, 3987.0, 3956.0, 3978.0, 3948.0, 3964.0, 3956.0, 4000.0, 3946.0, 3977.0, 3947.0, 3954.0, 3946.0, 3950.0, 3988.0, 3947.0, 3977.0, 3948.0, 3988.0, 3960.0, 3996.0, 3945.0, 4000.0, 3949.0, 3990.0, 3948.0, 3990.0, 3938.0, 3956.0, 3947.0, 3965.0, 3949.0, 4000.0, 3957.0, 3978.0, 3948.0, 3997.0, 3955.0, 4000.0, 3987.0, 3976.0, 3957.0, 3957.0, 3937.0, 3987.0, 3966.0, 3974.0, 3945.0, 3979.0, 3960.0, 3990.0, 3960.0, 3968.0, 3960.0, 3987.0, 3955.0, 3998.0, 3949.0, 3984.0, 3946.0, 3979.0, 3958.0, 3980.0, 3949.0, 3975.0, 3948.0, 3969.0, 3979.0, 3960.0, 3946.0, 3968.0, 3950.0, 3968.0, 3962.0, 4003.0, 3971.0, 3983.0, 3981.0, 3959.0, 4014.0, 3961.0, 4015.0, 3967.0, 3996.0, 3948.0, 3986.0, 3947.0, 3990.0, 3956.0, 3963.0, 3945.0, 3966.0, 3944.0, 3986.0, 3948.0, 3969.0, 3944.0, 3979.0, 3958.0, 3995.0, 3975.0, 3987.0, 3965.0, 3988.0, 3977.0, 3954.0, 3994.0, 3944.0, 3982.0, 3935.0, 3984.0, 3933.0, 3976.0, 3955.0, 3951.0, 3933.0, 3931.0, 3981.0, 3942.0, 3983.0, 3942.0, 3965.0, 3934.0, 3945.0, 3955.0, 3999.0, 3945.0, 3956.0, 3949.0, 3966.0, 3960.0, 3990.0, 3956.0, 3991.0, 3960.0, 3990.0, 3958.0, 4010.0, 3969.0, 3998.0, 3972.0, 3999.0, 3959.0, 3999.0, 3967.0, 3977.0, 3933.0, 3977.0, 3957.0, 3949.0, 3997.0, 3978.0, 3987.0, 3957.0, 3987.0, 3954.0, 3960.0, 3983.0, 3930.0, 3969.0, 3921.0, 3960.0, 3921.0, 3949.0, 3931.0, 3930.0, 3929.0, 3927.0, 3972.0, 3931.0, 3974.0, 3931.0, 3951.0, 3934.0, 3956.0, 3935.0, 3976.0, 3932.0, 3964.0, 3942.0, 3978.0, 3963.0, 3956.0, 3985.0, 3948.0, 3998.0, 3942.0, 3992.0, 3945.0, 3985.0, 3943.0, 3966.0, 3944.0, 3977.0, 3944.0, 3976.0, 3976.0, 3969.0, 3978.0, 3966.0, 4000.0, 3959.0, 3998.0, 3947.0, 3986.0, 3947.0, 3976.0, 3941.0, 3985.0, 3935.0, 3978.0, 3979.0, 3965.0, 3986.0, 3942.0, 3996.0, 3958.0, 3998.0, 3945.0, 3972.0, 3942.0, 3957.0, 3948.0, 3955.0, 3941.0, 3945.0, 3958.0, 3988.0, 3972.0, 4007.0, 3967.0, 3999.0, 3976.0, 3978.0, 3984.0, 3944.0, 3984.0, 3933.0, 3975.0, 3941.0, 3961.0, 3941.0, 3949.0, 3937.0, 3930.0, 3971.0, 3930.0, 3971.0, 3930.0, 3959.0, 3918.0, 3949.0, 3918.0, 3949.0, 3919.0, 3940.0, 3921.0, 3930.0, 3930.0, 3942.0, 3932.0, 3955.0, 3952.0, 3943.0, 3986.0, 3944.0, 3974.0, 3943.0, 3986.0, 3945.0, 3997.0, 3955.0, 3986.0, 3959.0, 3986.0, 3970.0, 3977.0, 3959.0, 3958.0, 3979.0, 3989.0, 3992.0, 3999.0, 3990.0, 3976.0, 3990.0, 3999.0, 3981.0, 3998.0, 3943.0, 3981.0, 3945.0, 3983.0, 3943.0, 3996.0, 3958.0, 3986.0, 3958.0, 3999.0, 3959.0, 4011.0, 3959.0, 4010.0, 3957.0, 3998.0, 3956.0, 3997.0, 3956.0, 3973.0, 3947.0, 3967.0, 3956.0, 3964.0, 3944.0, 3962.0, 3957.0, 3953.0, 3955.0, 3989.0, 3958.0, 3966.0, 3957.0, 3966.0, 3971.0, 3989.0, 3959.0, 3969.0, 3959.0, 3958.0, 4014.0, 3977.0, 3997.0, 3990.0, 3967.0, 3932.0, 3956.0, 3946.0, 3988.0, 3946.0, 3977.0, 3988.0, 3970.0, 3999.0, 3964.0, 3986.0, 3935.0, 3971.0, 3954.0, 3970.0, 3950.0, 3941.0, 3948.0, 3931.0, 3940.0, 3931.0, 3940.0, 3933.0, 3933.0, 3951.0, 3934.0, 3963.0, 3936.0, 3978.0, 3952.0, 3975.0, 3964.0, 3947.0, 3994.0, 3944.0, 3986.0, 3934.0, 3974.0, 3946.0, 3964.0, 3946.0, 3955.0, 3946.0, 3967.0, 3958.0, 3987.0, 3947.0, 3984.0, 3943.0, 3986.0, 3957.0, 3988.0, 3947.0, 3985.0, 3967.0, 3961.0, 3945.0, 3973.0, 3942.0, 3985.0, 3964.0, 3963.0, 3942.0, 3966.0, 3946.0, 3979.0, 3953.0, 3957.0, 3943.0, 3966.0, 3959.0, 3998.0, 3959.0, 4009.0, 3960.0, 3969.0, 3955.0, 3960.0, 4001.0, 3980.0, 3961.0, 4001.0, 3960.0, 4009.0, 3968.0, 3991.0, 3980.0, 3964.0, 3977.0, 3946.0, 3978.0, 3944.0, 3982.0, 3943.0, 3997.0, 3956.0, 3997.0, 3949.0, 3989.0, 3957.0, 3976.0, 3959.0, 3990.0, 3960.0, 3954.0, 3959.0, 3980.0, 3959.0, 3987.0, 3959.0, 3947.0, 3957.0, 3970.0, 3966.0, 3988.0, 3958.0, 3948.0, 3970.0, 3959.0, 4000.0, 3982.0, 3982.0, 3959.0, 3992.0, 3958.0, 4000.0, 3978.0, 4001.0, 3958.0, 3997.0, 3967.0, 3999.0, 3967.0, 3976.0, 3944.0, 3951.0, 3944.0, 3985.0, 3944.0, 3996.0, 3945.0, 3977.0, 3955.0, 3966.0, 3970.0, 3945.0, 3999.0, 3978.0, 3988.0, 3946.0, 3983.0, 3941.0, 3985.0, 3942.0, 3984.0, 3932.0, 3947.0, 3951.0, 3950.0, 3940.0, 3931.0, 3962.0, 3935.0, 3986.0, 3934.0, 3981.0, 3922.0, 3969.0, 3920.0, 3969.0, 3922.0, 3971.0, 3942.0, 3948.0, 3917.0, 3937.0, 3921.0, 3962.0, 3915.0, 3959.0, 3936.0, 3952.0, 3926.0, 3938.0, 3930.0, 3959.0, 3958.0, 3961.0, 3930.0, 3950.0, 3920.0, 3963.0, 3959.0, 3953.0, 3941.0, 3943.0, 3918.0, 3950.0, 3950.0, 3960.0, 3972.0, 3952.0, 3961.0, 3942.0, 3943.0, 3966.0, 3964.0, 3974.0, 3944.0, 3964.0, 3942.0, 3963.0, 3973.0, 3951.0, 3983.0, 3930.0, 3973.0, 3931.0, 3973.0, 3945.0, 3997.0, 3957.0, 3967.0, 3957.0, 3934.0, 3979.0, 3984.0, 4008.0, 3969.0, 3987.0, 3953.0, 3988.0, 3961.0, 3987.0, 3985.0, 3974.0, 3980.0, 3959.0, 3968.0, 3926.0, 3956.0, 3914.0, 3947.0, 3902.0, 3936.0, 3904.0, 3936.0, 3912.0, 3914.0, 3943.0, 3905.0, 3934.0, 3915.0, 3948.0, 3917.0, 3966.0, 3920.0, 3968.0, 3918.0, 3971.0, 3919.0, 3973.0, 3920.0, 3974.0, 3934.0, 3982.0, 3933.0, 3974.0, 3946.0, 3961.0, 3932.0, 3985.0, 3935.0, 3965.0, 3933.0, 3965.0, 3942.0, 3984.0, 3946.0, 3984.0, 3946.0, 3985.0, 3944.0, 3973.0, 3945.0, 3985.0, 3944.0, 3999.0, 3979.0, 3975.0, 3953.0, 3966.0, 3953.0, 3965.0, 3994.0, 3944.0, 3977.0, 3944.0, 3946.0, 3958.0, 3956.0, 3978.0, 3976.0, 3989.0, 3956.0, 4000.0, 3968.0, 4012.0, 3978.0, 4000.0, 3966.0, 3998.0, 3966.0, 3987.0, 3956.0, 3964.0, 3944.0, 3987.0, 3967.0, 3987.0, 3976.0, 3957.0, 3988.0, 3959.0, 3996.0, 3945.0, 3997.0, 3943.0, 3988.0, 3969.0, 3995.0, 3978.0, 3994.0, 3954.0, 3976.0, 3957.0, 3956.0, 3975.0, 3986.0, 3965.0, 3983.0, 3944.0, 3994.0, 3947.0, 3993.0, 3934.0, 3993.0, 3945.0, 3984.0, 3945.0, 3983.0, 3945.0, 3997.0, 3945.0, 3995.0, 3947.0, 3993.0, 3942.0, 3987.0, 3945.0, 3985.0, 3934.0, 3984.0, 3980.0, 3990.0, 3968.0, 3947.0, 3944.0, 3965.0, 3957.0, 3997.0, 3956.0, 3989.0, 3976.0, 3957.0, 3986.0, 3960.0, 4007.0, 3988.0, 3987.0, 3953.0, 3972.0, 3934.0, 3971.0, 3940.0, 3964.0, 3918.0, 3960.0, 3923.0, 3963.0, 3932.0, 3975.0, 3944.0, 3973.0, 3952.0, 3951.0, 3983.0, 3930.0, 3973.0, 3918.0, 3973.0, 3918.0, 3950.0, 3934.0, 3943.0, 3934.0, 3954.0, 3946.0, 4000.0, 3966.0, 3974.0, 3957.0, 3966.0, 3959.0, 3985.0, 3987.0, 3976.0, 3965.0, 3975.0, 3964.0, 3986.0, 3988.0, 3978.0, 3972.0, 3964.0, 3984.0, 3956.0, 3986.0, 3978.0, 3954.0, 3986.0, 3967.0, 3988.0, 3993.0, 3956.0, 3981.0, 3941.0, 3984.0, 3933.0, 3964.0, 3931.0, 3963.0, 3935.0, 3963.0, 3937.0, 3977.0, 3953.0, 3965.0, 3936.0, 3968.0, 3946.0, 3979.0, 3959.0, 4014.0, 3974.0, 3998.0, 3945.0, 3997.0, 3968.0, 3997.0, 3977.0, 3973.0, 3961.0, 3962.0, 3983.0, 3943.0, 3984.0, 3943.0, 3982.0, 3935.0, 3972.0, 3931.0, 3972.0, 3930.0, 3943.0, 3932.0, 3967.0, 3932.0, 3984.0, 3965.0, 3973.0, 3966.0, 3972.0, 3963.0, 3964.0, 3984.0, 3951.0, 3985.0, 3942.0, 3982.0, 3935.0, 3983.0, 3950.0, 3961.0, 3938.0, 3941.0, 3924.0, 3946.0, 3966.0, 3964.0, 3946.0, 3976.0, 3955.0, 3987.0, 3988.0, 3966.0, 3995.0, 3955.0, 4008.0, 3968.0, 3986.0, 3965.0, 3953.0, 3956.0, 3945.0, 4008.0, 3977.0, 3999.0, 3997.0, 3988.0, 3984.0, 3973.0, 3987.0, 3995.0, 3942.0, 3970.0, 3938.0, 3958.0, 3908.0, 3925.0, 3915.0, 3938.0, 3916.0, 3920.0, 3929.0, 3942.0, 3974.0, 3946.0, 3986.0, 3942.0, 3984.0, 3933.0, 3980.0, 3942.0, 3986.0, 3962.0, 3960.0, 3952.0, 3933.0, 3982.0, 3943.0, 3983.0, 3948.0, 3986.0, 3945.0, 3986.0, 3959.0, 3996.0, 3957.0, 3998.0, 3954.0, 3988.0, 3944.0, 3999.0, 3946.0, 3985.0, 3974.0, 3976.0, 3950.0, 3960.0, 3983.0, 3955.0, 3983.0, 3942.0, 3981.0, 3935.0, 3982.0, 3946.0, 3983.0, 3945.0, 3985.0, 3945.0, 3994.0, 3956.0, 3996.0, 3954.0, 3985.0, 3944.0, 3985.0, 3945.0, 3986.0, 3974.0, 3978.0, 3966.0, 3955.0, 3954.0, 3954.0, 3984.0, 3956.0, 3966.0, 3984.0, 3947.0, 3967.0, 3957.0, 4011.0, 3982.0, 4007.0, 3989.0, 3984.0, 3984.0, 3983.0, 3964.0, 3982.0, 3953.0, 3987.0, 3959.0, 3973.0, 3932.0, 3988.0, 3944.0, 3977.0, 3924.0, 3976.0, 3945.0, 3990.0, 3947.0, 3978.0, 3934.0, 3974.0, 3933.0, 3997.0, 3976.0, 3977.0, 3954.0, 3988.0, 3975.0, 3977.0, 3995.0, 3954.0, 3983.0, 3946.0, 3982.0, 3943.0, 3986.0, 3955.0, 3972.0, 3932.0, 3963.0, 3944.0, 3977.0, 3972.0, 3943.0, 3982.0, 3943.0, 3983.0, 3933.0, 3984.0, 3964.0, 3965.0, 3931.0, 3951.0, 3972.0, 3946.0, 3985.0, 3956.0, 3983.0, 3932.0, 3964.0, 3943.0, 3987.0, 3967.0, 3975.0, 3954.0, 3955.0, 3986.0, 3956.0, 3995.0, 3955.0, 3994.0, 3945.0, 3996.0, 3957.0, 3984.0, 3966.0, 3996.0, 3947.0, 3987.0, 3958.0, 3996.0, 3974.0, 3976.0, 3989.0, 3949.0, 4009.0, 3945.0, 3997.0, 3964.0, 3973.0, 3934.0, 3972.0, 3931.0, 3964.0, 3940.0, 3961.0, 3921.0, 3970.0, 3933.0, 3982.0, 3932.0, 3972.0, 3961.0, 3964.0, 3940.0, 3964.0, 3972.0, 3941.0, 3981.0, 3931.0, 3971.0, 3932.0, 3970.0, 3931.0, 3972.0, 3942.0, 3952.0, 3932.0, 3953.0, 3932.0, 3978.0, 3964.0, 3965.0, 3973.0, 3957.0, 3973.0, 3953.0, 3995.0, 3966.0, 3995.0, 3954.0, 3984.0, 3945.0, 3984.0, 3944.0, 3985.0, 3954.0, 3974.0, 3946.0, 3975.0, 3944.0, 3995.0, 3957.0, 3988.0, 3990.0, 3997.0, 3988.0, 3976.0, 3977.0, 3963.0, 3976.0, 3973.0, 3966.0, 3952.0, 3953.0, 3931.0, 3975.0, 3954.0, 3964.0, 3954.0, 3979.0, 3957.0, 3976.0, 3975.0, 3968.0, 3952.0, 3979.0, 3946.0, 3987.0, 3967.0, 3986.0, 3945.0, 3987.0, 3956.0, 3998.0, 3956.0, 3986.0, 3947.0, 3987.0, 3943.0, 3998.0, 3976.0, 3989.0, 3964.0, 3989.0, 3965.0, 3968.0, 3987.0, 3944.0, 3934.0, 3955.0, 3934.0, 3977.0, 3957.0, 3964.0, 3961.0, 3977.0, 3959.0, 4011.0, 3982.0, 3999.0, 3987.0, 3979.0, 3969.0, 3947.0, 4007.0, 3989.0, 3999.0, 4002.0, 3969.0, 3999.0, 3956.0, 3997.0, 3964.0, 3973.0, 3931.0, 3971.0, 3934.0, 3961.0, 3940.0, 3960.0, 3935.0, 3982.0, 3931.0, 3984.0, 3931.0, 3983.0, 3943.0, 3975.0, 3965.0, 3986.0, 3953.0, 3983.0, 3955.0, 3980.0, 3933.0, 3971.0, 3930.0, 3981.0, 3930.0, 3972.0, 3920.0, 3972.0, 3919.0, 3971.0, 3943.0, 3974.0, 3922.0, 3983.0, 3933.0, 3986.0, 3945.0, 3998.0, 3954.0, 3997.0, 3955.0, 3983.0, 3946.0, 3987.0, 3952.0, 3972.0, 3942.0, 3973.0, 3938.0, 3950.0, 3971.0, 3929.0, 3971.0, 3923.0, 3970.0, 3934.0, 3977.0, 3965.0, 3954.0, 3975.0, 3930.0, 3984.0, 3957.0, 3997.0, 3968.0, 3975.0, 3964.0, 3974.0, 3982.0, 3934.0, 3982.0, 3930.0, 3960.0, 3919.0, 3971.0, 3923.0, 3963.0, 3929.0, 3944.0, 3931.0, 3963.0, 3937.0, 3984.0, 3956.0, 3978.0, 3945.0, 3987.0, 3952.0, 3987.0, 3956.0, 3973.0, 3973.0, 3955.0, 3935.0, 3963.0, 3937.0, 3990.0, 3976.0, 3965.0, 3945.0, 3963.0, 3953.0, 3968.0, 3996.0, 3956.0, 3995.0, 3935.0, 3997.0, 3948.0, 3990.0, 3949.0, 3996.0, 3959.0, 3997.0, 3957.0, 4001.0, 3957.0, 3996.0, 3957.0, 3998.0, 3945.0, 3999.0, 3946.0, 3985.0, 3963.0, 3964.0, 3945.0, 3973.0, 3974.0, 3955.0, 3984.0, 3944.0, 3983.0, 3933.0, 3994.0, 3944.0, 3996.0, 3946.0, 3996.0, 3957.0, 3998.0, 3947.0, 3998.0, 3964.0, 3987.0, 3944.0, 3984.0, 3935.0, 3985.0, 3964.0, 3972.0, 3933.0, 3973.0, 3934.0, 3976.0, 3945.0, 3973.0, 3933.0, 3983.0, 3934.0, 3984.0, 3943.0, 3984.0, 3940.0, 3970.0, 3921.0, 3971.0, 3911.0, 3964.0, 3929.0, 3960.0, 3940.0, 3923.0, 3966.0, 3932.0, 3957.0, 3986.0, 3963.0, 3962.0, 3930.0, 3972.0, 3944.0, 3986.0, 3941.0, 3959.0, 3918.0, 3971.0, 3932.0, 3973.0, 3927.0, 3962.0, 3932.0, 3958.0, 3931.0, 3971.0, 3922.0, 3972.0, 3934.0, 3983.0, 3935.0, 3983.0, 3936.0, 3988.0, 3946.0, 3977.0, 3957.0, 3946.0, 3980.0, 3954.0, 3979.0, 3949.0, 3998.0, 3977.0, 4000.0, 3992.0, 3968.0, 3985.0, 3957.0, 3984.0, 3963.0, 3986.0, 3951.0, 3973.0, 3954.0, 3987.0, 3972.0, 3963.0, 3981.0, 3940.0, 3969.0, 3921.0, 3961.0, 3923.0, 3961.0, 3920.0, 3972.0, 3933.0, 3975.0, 3936.0, 3988.0, 3963.0, 3975.0, 3952.0, 3963.0, 3975.0, 3946.0, 3998.0, 3945.0, 3985.0, 3936.0, 3995.0, 3948.0, 3996.0, 3957.0, 3996.0, 3938.0, 3998.0, 3934.0, 3986.0, 3966.0, 3976.0, 3972.0, 3942.0, 3982.0, 3921.0, 3971.0, 3930.0, 3961.0, 3919.0, 3961.0, 3923.0, 3985.0, 3952.0, 3956.0, 3936.0, 3967.0, 3943.0, 3965.0, 3998.0, 3957.0, 3984.0, 3953.0, 3985.0, 3946.0, 3984.0, 3932.0, 3986.0, 3954.0, 3974.0, 3921.0, 3972.0, 3922.0, 3964.0, 3935.0, 3994.0, 3964.0, 3975.0, 3986.0, 3978.0, 3976.0, 3954.0, 3985.0, 3965.0, 3972.0, 3982.0, 3939.0, 3972.0, 3928.0, 3968.0, 3922.0, 3972.0, 3932.0, 3973.0, 3911.0, 3971.0, 3924.0, 3965.0], 'WindowWidth': [8915.0, 8953.0, 8901.0, 8909.0, 8899.0, 8863.0, 8843.0, 8829.0, 8826.0, 8847.0, 8886.0, 8820.0, 8891.0, 8816.0, 8871.0, 8821.0, 8860.0, 8822.0, 8865.0, 8837.0, 8862.0, 8839.0, 8866.0, 8839.0, 8880.0, 8841.0, 8882.0, 8866.0, 8861.0, 8865.0, 8851.0, 8887.0, 8861.0, 8860.0, 8857.0, 8845.0, 8861.0, 8871.0, 8866.0, 8864.0, 8879.0, 8875.0, 8904.0, 8903.0, 8916.0, 8879.0, 8881.0, 8886.0, 8897.0, 8884.0, 8922.0, 8868.0, 8875.0, 8876.0, 8867.0, 8886.0, 8883.0, 8920.0, 8888.0, 8887.0, 8907.0, 8884.0, 8937.0, 8867.0, 8914.0, 8890.0, 8913.0, 8883.0, 8940.0, 8875.0, 8898.0, 8896.0, 8870.0, 8869.0, 8865.0, 8931.0, 8884.0, 8853.0, 8913.0, 8871.0, 8924.0, 8873.0, 8901.0, 8895.0, 8904.0, 8881.0, 8884.0, 8879.0, 8840.0, 8889.0, 8834.0, 8868.0, 8830.0, 8890.0, 8826.0, 8897.0, 8848.0, 8890.0, 8877.0, 8843.0, 8896.0, 8845.0, 8862.0, 8849.0, 8905.0, 8848.0, 8896.0, 8851.0, 8901.0, 8892.0, 8893.0, 8893.0, 8860.0, 8891.0, 8875.0, 8890.0, 8826.0, 8868.0, 8830.0, 8912.0, 8844.0, 8855.0, 8839.0, 8839.0, 8843.0, 8868.0, 8841.0, 8864.0, 8818.0, 8859.0, 8831.0, 8882.0, 8836.0, 8875.0, 8816.0, 8881.0, 8832.0, 8884.0, 8840.0, 8875.0, 8821.0, 8880.0, 8830.0, 8880.0, 8837.0, 8865.0, 8827.0, 8845.0, 8837.0, 8899.0, 8825.0, 8866.0, 8825.0, 8833.0, 8824.0, 8833.0, 8881.0, 8827.0, 8866.0, 8831.0, 8883.0, 8851.0, 8893.0, 8824.0, 8901.0, 8832.0, 8886.0, 8829.0, 8884.0, 8815.0, 8837.0, 8826.0, 8847.0, 8831.0, 8900.0, 8840.0, 8868.0, 8830.0, 8896.0, 8836.0, 8901.0, 8879.0, 8862.0, 8838.0, 8839.0, 8812.0, 8879.0, 8850.0, 8860.0, 8822.0, 8872.0, 8848.0, 8888.0, 8849.0, 8857.0, 8848.0, 8882.0, 8838.0, 8896.0, 8832.0, 8874.0, 8825.0, 8870.0, 8843.0, 8874.0, 8830.0, 8863.0, 8829.0, 8859.0, 8873.0, 8848.0, 8826.0, 8859.0, 8838.0, 8859.0, 8856.0, 8912.0, 8870.0, 8885.0, 8880.0, 8849.0, 8926.0, 8855.0, 8929.0, 8855.0, 8892.0, 8829.0, 8877.0, 8827.0, 8885.0, 8835.0, 8840.0, 8821.0, 8849.0, 8817.0, 8876.0, 8826.0, 8856.0, 8820.0, 8873.0, 8843.0, 8892.0, 8862.0, 8881.0, 8846.0, 8881.0, 8863.0, 8831.0, 8883.0, 8816.0, 8863.0, 8804.0, 8867.0, 8800.0, 8859.0, 8828.0, 8820.0, 8796.0, 8794.0, 8860.0, 8811.0, 8866.0, 8812.0, 8843.0, 8803.0, 8818.0, 8835.0, 8897.0, 8823.0, 8838.0, 8832.0, 8853.0, 8848.0, 8890.0, 8839.0, 8890.0, 8850.0, 8889.0, 8847.0, 8917.0, 8864.0, 8901.0, 8871.0, 8902.0, 8848.0, 8901.0, 8851.0, 8862.0, 8804.0, 8865.0, 8840.0, 8832.0, 8893.0, 8869.0, 8878.0, 8835.0, 8876.0, 8827.0, 8830.0, 8864.0, 8788.0, 8840.0, 8777.0, 8826.0, 8776.0, 8812.0, 8789.0, 8789.0, 8784.0, 8784.0, 8847.0, 8794.0, 8853.0, 8796.0, 8820.0, 8804.0, 8834.0, 8807.0, 8861.0, 8800.0, 8844.0, 8812.0, 8867.0, 8840.0, 8837.0, 8874.0, 8829.0, 8893.0, 8815.0, 8879.0, 8820.0, 8874.0, 8818.0, 8848.0, 8819.0, 8866.0, 8818.0, 8863.0, 8863.0, 8857.0, 8869.0, 8852.0, 8899.0, 8846.0, 8895.0, 8828.0, 8878.0, 8825.0, 8862.0, 8812.0, 8876.0, 8808.0, 8869.0, 8869.0, 8848.0, 8875.0, 8816.0, 8890.0, 8843.0, 8896.0, 8821.0, 8852.0, 8811.0, 8839.0, 8830.0, 8838.0, 8814.0, 8822.0, 8846.0, 8886.0, 8870.0, 8912.0, 8854.0, 8900.0, 8862.0, 8867.0, 8871.0, 8816.0, 8869.0, 8798.0, 8855.0, 8805.0, 8832.0, 8804.0, 8813.0, 8794.0, 8790.0, 8843.0, 8790.0, 8844.0, 8789.0, 8825.0, 8770.0, 8814.0, 8770.0, 8813.0, 8772.0, 8802.0, 8776.0, 8790.0, 8792.0, 8811.0, 8796.0, 8831.0, 8822.0, 8814.0, 8871.0, 8816.0, 8855.0, 8814.0, 8873.0, 8821.0, 8889.0, 8832.0, 8875.0, 8843.0, 8878.0, 8861.0, 8868.0, 8849.0, 8845.0, 8875.0, 8888.0, 8895.0, 8899.0, 8888.0, 8863.0, 8888.0, 8896.0, 8875.0, 8895.0, 8815.0, 8863.0, 8820.0, 8869.0, 8818.0, 8890.0, 8841.0, 8876.0, 8843.0, 8898.0, 8846.0, 8916.0, 8845.0, 8912.0, 8840.0, 8895.0, 8838.0, 8891.0, 8836.0, 8854.0, 8823.0, 8848.0, 8836.0, 8844.0, 8818.0, 8839.0, 8838.0, 8830.0, 8836.0, 8885.0, 8842.0, 8852.0, 8843.0, 8852.0, 8863.0, 8886.0, 8847.0, 8857.0, 8846.0, 8844.0, 8927.0, 8868.0, 8893.0, 8884.0, 8851.0, 8798.0, 8834.0, 8823.0, 8880.0, 8825.0, 8866.0, 8883.0, 8860.0, 8897.0, 8843.0, 8874.0, 8802.0, 8850.0, 8826.0, 8844.0, 8813.0, 8802.0, 8807.0, 8789.0, 8799.0, 8790.0, 8803.0, 8799.0, 8798.0, 8822.0, 8801.0, 8840.0, 8809.0, 8866.0, 8824.0, 8858.0, 8840.0, 8822.0, 8882.0, 8816.0, 8872.0, 8802.0, 8853.0, 8819.0, 8842.0, 8819.0, 8832.0, 8822.0, 8850.0, 8841.0, 8877.0, 8825.0, 8872.0, 8817.0, 8875.0, 8840.0, 8879.0, 8827.0, 8874.0, 8849.0, 8837.0, 8820.0, 8856.0, 8813.0, 8874.0, 8843.0, 8841.0, 8813.0, 8848.0, 8823.0, 8869.0, 8828.0, 8838.0, 8817.0, 8850.0, 8844.0, 8894.0, 8845.0, 8912.0, 8850.0, 8855.0, 8836.0, 8848.0, 8903.0, 8874.0, 8850.0, 8903.0, 8848.0, 8911.0, 8856.0, 8887.0, 8873.0, 8846.0, 8865.0, 8821.0, 8867.0, 8818.0, 8865.0, 8815.0, 8890.0, 8836.0, 8891.0, 8830.0, 8882.0, 8840.0, 8862.0, 8843.0, 8884.0, 8846.0, 8834.0, 8844.0, 8872.0, 8845.0, 8879.0, 8844.0, 8827.0, 8842.0, 8860.0, 8854.0, 8883.0, 8842.0, 8831.0, 8861.0, 8849.0, 8905.0, 8881.0, 8881.0, 8848.0, 8894.0, 8845.0, 8903.0, 8871.0, 8903.0, 8843.0, 8894.0, 8854.0, 8897.0, 8851.0, 8862.0, 8816.0, 8823.0, 8819.0, 8872.0, 8820.0, 8889.0, 8821.0, 8864.0, 8836.0, 8851.0, 8860.0, 8823.0, 8898.0, 8868.0, 8880.0, 8822.0, 8867.0, 8808.0, 8869.0, 8811.0, 8865.0, 8796.0, 8810.0, 8818.0, 8819.0, 8805.0, 8795.0, 8836.0, 8804.0, 8873.0, 8803.0, 8859.0, 8781.0, 8841.0, 8777.0, 8841.0, 8781.0, 8845.0, 8805.0, 8809.0, 8768.0, 8795.0, 8776.0, 8833.0, 8765.0, 8826.0, 8793.0, 8820.0, 8780.0, 8799.0, 8790.0, 8828.0, 8825.0, 8832.0, 8789.0, 8817.0, 8776.0, 8838.0, 8826.0, 8822.0, 8804.0, 8810.0, 8773.0, 8818.0, 8816.0, 8833.0, 8848.0, 8822.0, 8831.0, 8809.0, 8812.0, 8846.0, 8841.0, 8857.0, 8815.0, 8842.0, 8810.0, 8840.0, 8852.0, 8823.0, 8866.0, 8791.0, 8850.0, 8795.0, 8850.0, 8823.0, 8893.0, 8838.0, 8854.0, 8838.0, 8808.0, 8874.0, 8889.0, 8913.0, 8858.0, 8881.0, 8829.0, 8879.0, 8836.0, 8877.0, 8872.0, 8855.0, 8858.0, 8829.0, 8838.0, 8778.0, 8817.0, 8758.0, 8803.0, 8737.0, 8786.0, 8741.0, 8786.0, 8752.0, 8759.0, 8795.0, 8749.0, 8783.0, 8763.0, 8808.0, 8769.0, 8833.0, 8775.0, 8836.0, 8774.0, 8844.0, 8776.0, 8851.0, 8779.0, 8854.0, 8802.0, 8862.0, 8800.0, 8856.0, 8823.0, 8837.0, 8800.0, 8873.0, 8805.0, 8846.0, 8802.0, 8847.0, 8814.0, 8871.0, 8823.0, 8872.0, 8824.0, 8875.0, 8820.0, 8857.0, 8821.0, 8877.0, 8820.0, 8899.0, 8870.0, 8862.0, 8829.0, 8849.0, 8828.0, 8849.0, 8885.0, 8820.0, 8866.0, 8820.0, 8825.0, 8843.0, 8841.0, 8872.0, 8867.0, 8889.0, 8842.0, 8904.0, 8859.0, 8922.0, 8872.0, 8903.0, 8852.0, 8897.0, 8851.0, 8880.0, 8836.0, 8848.0, 8820.0, 8882.0, 8858.0, 8882.0, 8867.0, 8844.0, 8883.0, 8848.0, 8889.0, 8821.0, 8893.0, 8818.0, 8879.0, 8858.0, 8888.0, 8868.0, 8884.0, 8832.0, 8862.0, 8837.0, 8836.0, 8861.0, 8875.0, 8848.0, 8869.0, 8818.0, 8883.0, 8825.0, 8883.0, 8807.0, 8882.0, 8822.0, 8872.0, 8822.0, 8871.0, 8822.0, 8892.0, 8822.0, 8887.0, 8827.0, 8884.0, 8814.0, 8876.0, 8820.0, 8873.0, 8805.0, 8872.0, 8874.0, 8894.0, 8858.0, 8828.0, 8822.0, 8849.0, 8843.0, 8895.0, 8839.0, 8886.0, 8868.0, 8843.0, 8880.0, 8852.0, 8914.0, 8884.0, 8881.0, 8828.0, 8851.0, 8803.0, 8849.0, 8806.0, 8839.0, 8775.0, 8830.0, 8786.0, 8839.0, 8798.0, 8858.0, 8815.0, 8853.0, 8822.0, 8820.0, 8864.0, 8791.0, 8850.0, 8774.0, 8848.0, 8773.0, 8820.0, 8802.0, 8812.0, 8805.0, 8831.0, 8826.0, 8901.0, 8851.0, 8860.0, 8840.0, 8851.0, 8842.0, 8876.0, 8879.0, 8866.0, 8848.0, 8865.0, 8847.0, 8880.0, 8885.0, 8870.0, 8854.0, 8846.0, 8871.0, 8837.0, 8875.0, 8868.0, 8832.0, 8877.0, 8851.0, 8881.0, 8884.0, 8836.0, 8863.0, 8810.0, 8868.0, 8801.0, 8844.0, 8797.0, 8840.0, 8807.0, 8842.0, 8813.0, 8867.0, 8829.0, 8848.0, 8811.0, 8857.0, 8827.0, 8876.0, 8851.0, 8929.0, 8875.0, 8899.0, 8827.0, 8897.0, 8855.0, 8894.0, 8863.0, 8854.0, 8836.0, 8840.0, 8867.0, 8815.0, 8871.0, 8815.0, 8864.0, 8805.0, 8850.0, 8797.0, 8853.0, 8793.0, 8815.0, 8802.0, 8852.0, 8802.0, 8873.0, 8847.0, 8857.0, 8849.0, 8852.0, 8839.0, 8845.0, 8870.0, 8824.0, 8871.0, 8814.0, 8865.0, 8806.0, 8868.0, 8819.0, 8836.0, 8802.0, 8811.0, 8788.0, 8824.0, 8850.0, 8846.0, 8824.0, 8865.0, 8835.0, 8881.0, 8881.0, 8851.0, 8890.0, 8838.0, 8911.0, 8857.0, 8878.0, 8849.0, 8831.0, 8837.0, 8824.0, 8908.0, 8869.0, 8898.0, 8894.0, 8882.0, 8873.0, 8855.0, 8878.0, 8886.0, 8810.0, 8845.0, 8797.0, 8824.0, 8757.0, 8778.0, 8764.0, 8800.0, 8768.0, 8780.0, 8790.0, 8814.0, 8856.0, 8823.0, 8876.0, 8813.0, 8868.0, 8801.0, 8863.0, 8813.0, 8876.0, 8838.0, 8833.0, 8823.0, 8802.0, 8864.0, 8817.0, 8869.0, 8828.0, 8877.0, 8823.0, 8878.0, 8846.0, 8892.0, 8844.0, 8897.0, 8834.0, 8882.0, 8821.0, 8896.0, 8825.0, 8877.0, 8856.0, 8863.0, 8820.0, 8836.0, 8866.0, 8833.0, 8867.0, 8810.0, 8860.0, 8804.0, 8866.0, 8823.0, 8869.0, 8821.0, 8874.0, 8824.0, 8887.0, 8839.0, 8892.0, 8834.0, 8873.0, 8820.0, 8875.0, 8824.0, 8880.0, 8860.0, 8867.0, 8848.0, 8834.0, 8831.0, 8835.0, 8872.0, 8839.0, 8852.0, 8872.0, 8827.0, 8856.0, 8843.0, 8918.0, 8880.0, 8908.0, 8885.0, 8872.0, 8873.0, 8869.0, 8846.0, 8869.0, 8826.0, 8878.0, 8845.0, 8855.0, 8800.0, 8881.0, 8820.0, 8865.0, 8793.0, 8863.0, 8823.0, 8887.0, 8829.0, 8868.0, 8807.0, 8858.0, 8806.0, 8896.0, 8865.0, 8868.0, 8834.0, 8884.0, 8862.0, 8867.0, 8887.0, 8833.0, 8869.0, 8824.0, 8868.0, 8818.0, 8877.0, 8832.0, 8853.0, 8798.0, 8841.0, 8818.0, 8866.0, 8853.0, 8816.0, 8865.0, 8815.0, 8869.0, 8802.0, 8873.0, 8843.0, 8847.0, 8796.0, 8825.0, 8851.0, 8825.0, 8873.0, 8838.0, 8869.0, 8801.0, 8845.0, 8818.0, 8881.0, 8851.0, 8860.0, 8830.0, 8835.0, 8875.0, 8839.0, 8888.0, 8835.0, 8885.0, 8822.0, 8889.0, 8841.0, 8874.0, 8852.0, 8891.0, 8830.0, 8881.0, 8844.0, 8893.0, 8863.0, 8867.0, 8887.0, 8832.0, 8910.0, 8824.0, 8894.0, 8844.0, 8854.0, 8802.0, 8849.0, 8796.0, 8841.0, 8805.0, 8833.0, 8782.0, 8845.0, 8799.0, 8865.0, 8797.0, 8851.0, 8833.0, 8841.0, 8807.0, 8841.0, 8850.0, 8810.0, 8863.0, 8795.0, 8848.0, 8798.0, 8847.0, 8795.0, 8851.0, 8812.0, 8826.0, 8799.0, 8829.0, 8800.0, 8867.0, 8846.0, 8850.0, 8857.0, 8840.0, 8856.0, 8833.0, 8887.0, 8852.0, 8888.0, 8832.0, 8873.0, 8821.0, 8872.0, 8822.0, 8876.0, 8831.0, 8857.0, 8822.0, 8859.0, 8819.0, 8887.0, 8842.0, 8883.0, 8888.0, 8893.0, 8883.0, 8862.0, 8866.0, 8841.0, 8863.0, 8855.0, 8848.0, 8823.0, 8828.0, 8798.0, 8861.0, 8833.0, 8847.0, 8832.0, 8870.0, 8838.0, 8865.0, 8863.0, 8856.0, 8829.0, 8872.0, 8825.0, 8883.0, 8854.0, 8880.0, 8824.0, 8882.0, 8840.0, 8897.0, 8840.0, 8880.0, 8830.0, 8882.0, 8821.0, 8898.0, 8866.0, 8886.0, 8847.0, 8885.0, 8848.0, 8856.0, 8879.0, 8820.0, 8806.0, 8836.0, 8808.0, 8869.0, 8842.0, 8849.0, 8853.0, 8871.0, 8849.0, 8919.0, 8884.0, 8904.0, 8884.0, 8872.0, 8860.0, 8829.0, 8908.0, 8888.0, 8900.0, 8907.0, 8860.0, 8901.0, 8839.0, 8897.0, 8846.0, 8853.0, 8797.0, 8848.0, 8803.0, 8834.0, 8803.0, 8832.0, 8803.0, 8864.0, 8797.0, 8870.0, 8799.0, 8867.0, 8814.0, 8856.0, 8847.0, 8874.0, 8829.0, 8866.0, 8831.0, 8858.0, 8799.0, 8847.0, 8792.0, 8861.0, 8791.0, 8848.0, 8779.0, 8850.0, 8779.0, 8850.0, 8817.0, 8860.0, 8789.0, 8868.0, 8805.0, 8875.0, 8822.0, 8894.0, 8834.0, 8891.0, 8836.0, 8869.0, 8821.0, 8877.0, 8825.0, 8852.0, 8807.0, 8850.0, 8799.0, 8819.0, 8844.0, 8790.0, 8843.0, 8784.0, 8844.0, 8802.0, 8866.0, 8849.0, 8833.0, 8862.0, 8798.0, 8874.0, 8840.0, 8893.0, 8853.0, 8862.0, 8842.0, 8858.0, 8865.0, 8803.0, 8863.0, 8792.0, 8831.0, 8776.0, 8848.0, 8786.0, 8841.0, 8792.0, 8816.0, 8798.0, 8843.0, 8813.0, 8873.0, 8839.0, 8870.0, 8822.0, 8880.0, 8826.0, 8878.0, 8835.0, 8856.0, 8854.0, 8833.0, 8805.0, 8842.0, 8811.0, 8885.0, 8862.0, 8847.0, 8822.0, 8844.0, 8830.0, 8857.0, 8894.0, 8838.0, 8887.0, 8811.0, 8893.0, 8832.0, 8888.0, 8833.0, 8892.0, 8847.0, 8896.0, 8844.0, 8905.0, 8844.0, 8893.0, 8841.0, 8896.0, 8824.0, 8898.0, 8825.0, 8878.0, 8843.0, 8844.0, 8819.0, 8854.0, 8860.0, 8836.0, 8872.0, 8818.0, 8867.0, 8805.0, 8886.0, 8822.0, 8892.0, 8826.0, 8893.0, 8842.0, 8896.0, 8832.0, 8898.0, 8846.0, 8879.0, 8818.0, 8872.0, 8806.0, 8873.0, 8844.0, 8852.0, 8802.0, 8855.0, 8805.0, 8864.0, 8821.0, 8855.0, 8803.0, 8869.0, 8804.0, 8869.0, 8815.0, 8867.0, 8805.0, 8843.0, 8779.0, 8844.0, 8765.0, 8836.0, 8788.0, 8828.0, 8803.0, 8786.0, 8844.0, 8798.0, 8835.0, 8874.0, 8839.0, 8836.0, 8792.0, 8850.0, 8815.0, 8870.0, 8803.0, 8825.0, 8770.0, 8842.0, 8794.0, 8846.0, 8781.0, 8829.0, 8792.0, 8823.0, 8792.0, 8844.0, 8781.0, 8847.0, 8802.0, 8865.0, 8806.0, 8865.0, 8811.0, 8880.0, 8823.0, 8864.0, 8840.0, 8825.0, 8874.0, 8832.0, 8872.0, 8831.0, 8896.0, 8868.0, 8902.0, 8894.0, 8856.0, 8876.0, 8838.0, 8874.0, 8840.0, 8875.0, 8821.0, 8855.0, 8828.0, 8875.0, 8849.0, 8838.0, 8860.0, 8805.0, 8841.0, 8781.0, 8832.0, 8787.0, 8836.0, 8782.0, 8853.0, 8804.0, 8861.0, 8810.0, 8882.0, 8842.0, 8861.0, 8824.0, 8842.0, 8860.0, 8824.0, 8893.0, 8821.0, 8874.0, 8811.0, 8888.0, 8831.0, 8890.0, 8840.0, 8891.0, 8816.0, 8896.0, 8806.0, 8878.0, 8847.0, 8861.0, 8850.0, 8810.0, 8863.0, 8781.0, 8849.0, 8791.0, 8829.0, 8776.0, 8834.0, 8789.0, 8874.0, 8826.0, 8835.0, 8810.0, 8853.0, 8817.0, 8849.0, 8892.0, 8839.0, 8872.0, 8830.0, 8873.0, 8824.0, 8870.0, 8800.0, 8876.0, 8831.0, 8857.0, 8782.0, 8852.0, 8784.0, 8841.0, 8807.0, 8883.0, 8845.0, 8861.0, 8876.0, 8865.0, 8862.0, 8830.0, 8872.0, 8842.0, 8852.0, 8863.0, 8802.0, 8848.0, 8787.0, 8839.0, 8783.0, 8847.0, 8795.0, 8849.0, 8770.0, 8848.0, 8792.0, 8845.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.006490829207920791</td></tr>
<tr><td colspan=3>aqi</td><td>0.03282278056930693</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.89224480793806</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2843803164829721</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.106953561126935</td></tr>
<tr><td colspan=3>efc</td><td>0.4389</td></tr>
<tr><td colspan=3>fber</td><td>6856.3223</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09489821692809867</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.074257425742574</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438085244132671</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.332243944394971</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6317377554363004</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350274032566741</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01826442778110504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02055324986577034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1616</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.7959336350757287</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>42.2098</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.208</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.6261</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>593.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.1085</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.066</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.3494</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3211.1645</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.5864</td></tr>
<tr><td colspan=3>tsnr</td><td>34.245919475797564</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>