<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-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-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-03/func/sub-0064_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>1850cc0384b07b2919a9823815c98ab9</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>09:21:39.637500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997056, -0.0675931, -0.0361936, 0.0683221, 0.997477, 0.0192975]</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.0821511</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7737, -7251, 555, -20, -134, -23, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ab987c9-4648-42af-b71b-3a04903bbbe5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6750290393829346, 0.18330326676368713, -0.0939544141292572, 110.84032440185547], [0.18134738504886627, 2.676156997680664, 0.058626629412174225, -101.91388702392578], [-0.09710489213466644, -0.051773909479379654, 2.697727918624878, -66.48027801513672], [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, 1640]</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, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['092139.637500', '092140.097500', '092140.557500', '092141.017500', '092141.477500', '092141.937500', '092142.397500', '092142.857500', '092143.317500', '092143.777500', '092144.237500', '092144.697500', '092145.157500', '092145.617500', '092146.077500', '092146.537500', '092146.997500', '092147.457500', '092147.917500', '092148.377500', '092148.837500', '092149.297500', '092149.757500', '092150.217500', '092150.677500', '092151.137500', '092151.597500', '092152.057500', '092152.517500', '092152.977500', '092153.437500', '092153.897500', '092154.357500', '092154.817500', '092155.277500', '092155.737500', '092156.197500', '092156.657500', '092157.117500', '092157.577500', '092158.037500', '092158.497500', '092158.957500', '092159.417500', '092159.877500', '092200.337500', '092200.797500', '092201.257500', '092201.717500', '092202.177500', '092202.637500', '092203.097500', '092203.557500', '092204.017500', '092204.477500', '092204.937500', '092205.397500', '092205.857500', '092206.317500', '092206.777500', '092207.237500', '092207.697500', '092208.157500', '092208.617500', '092209.077500', '092209.537500', '092209.997500', '092210.457500', '092210.917500', '092211.377500', '092211.837500', '092212.297500', '092212.757500', '092213.217500', '092213.677500', '092214.137500', '092214.597500', '092215.057500', '092215.517500', '092215.977500', '092216.437500', '092216.897500', '092217.357500', '092217.817500', '092218.277500', '092218.737500', '092219.197500', '092219.657500', '092220.117500', '092220.577500', '092221.037500', '092221.497500', '092221.957500', '092222.417500', '092222.877500', '092223.337500', '092223.797500', '092224.257500', '092224.717500', '092225.177500', '092225.637500', '092226.097500', '092226.557500', '092227.017500', '092227.477500', '092227.937500', '092228.397500', '092228.857500', '092229.317500', '092229.777500', '092230.237500', '092230.697500', '092231.157500', '092231.617500', '092232.077500', '092232.537500', '092232.997500', '092233.457500', '092233.917500', '092234.377500', '092234.837500', '092235.297500', '092235.757500', '092236.217500', '092236.677500', '092237.137500', '092237.597500', '092238.057500', '092238.517500', '092238.977500', '092239.437500', '092239.897500', '092240.357500', '092240.817500', '092241.277500', '092241.737500', '092242.197500', '092242.657500', '092243.117500', '092243.577500', '092244.037500', '092244.497500', '092244.957500', '092245.417500', '092245.877500', '092246.337500', '092246.797500', '092247.257500', '092247.717500', '092248.177500', '092248.637500', '092249.097500', '092249.557500', '092250.017500', '092250.477500', '092250.937500', '092251.397500', '092251.857500', '092252.317500', '092252.777500', '092253.237500', '092253.697500', '092254.157500', '092254.617500', '092255.077500', '092255.537500', '092255.997500', '092256.457500', '092256.917500', '092257.377500', '092257.837500', '092258.297500', '092258.757500', '092259.217500', '092259.677500', '092300.137500', '092300.597500', '092301.057500', '092301.517500', '092301.977500', '092302.437500', '092302.897500', '092303.357500', '092303.817500', '092304.277500', '092304.737500', '092305.197500', '092305.657500', '092306.117500', '092306.577500', '092307.037500', '092307.497500', '092307.957500', '092308.417500', '092308.877500', '092309.337500', '092309.797500', '092310.257500', '092310.717500', '092311.177500', '092311.637500', '092312.097500', '092312.557500', '092313.017500', '092313.477500', '092313.937500', '092314.397500', '092314.857500', '092315.317500', '092315.777500', '092316.237500', '092316.697500', '092317.157500', '092317.617500', '092318.077500', '092318.537500', '092318.997500', '092319.457500', '092319.917500', '092320.377500', '092320.837500', '092321.297500', '092321.757500', '092322.217500', '092322.677500', '092323.137500', '092323.597500', '092324.057500', '092324.517500', '092324.977500', '092325.437500', '092325.897500', '092326.357500', '092326.817500', '092327.277500', '092327.737500', '092328.197500', '092328.657500', '092329.117500', '092329.577500', '092330.037500', '092330.497500', '092330.957500', '092331.417500', '092331.877500', '092332.337500', '092332.797500', '092333.257500', '092333.717500', '092334.177500', '092334.637500', '092335.097500', '092335.557500', '092336.017500', '092336.477500', '092336.937500', '092337.397500', '092337.857500', '092338.317500', '092338.777500', '092339.237500', '092339.697500', '092340.157500', '092340.617500', '092341.077500', '092341.537500', '092341.997500', '092342.457500', '092342.917500', '092343.377500', '092343.837500', '092344.297500', '092344.757500', '092345.217500', '092345.677500', '092346.137500', '092346.597500', '092347.057500', '092347.517500', '092347.977500', '092348.437500', '092348.897500', '092349.357500', '092349.817500', '092350.277500', '092350.737500', '092351.197500', '092351.657500', '092352.117500', '092352.577500', '092353.037500', '092353.497500', '092353.957500', '092354.417500', '092354.877500', '092355.337500', '092355.797500', '092356.257500', '092356.717500', '092357.177500', '092357.637500', '092358.097500', '092358.557500', '092359.017500', '092359.477500', '092359.937500', '092400.397500', '092400.857500', '092401.317500', '092401.777500', '092402.237500', '092402.697500', '092403.157500', '092403.617500', '092404.077500', '092404.537500', '092404.997500', '092405.457500', '092405.917500', '092406.377500', '092406.837500', '092407.297500', '092407.757500', '092408.217500', '092408.677500', '092409.137500', '092409.597500', '092410.057500', '092410.517500', '092410.977500', '092411.437500', '092411.897500', '092412.357500', '092412.817500', '092413.277500', '092413.737500', '092414.197500', '092414.657500', '092415.117500', '092415.577500', '092416.037500', '092416.497500', '092416.957500', '092417.417500', '092417.877500', '092418.337500', '092418.797500', '092419.257500', '092419.717500', '092420.177500', '092420.637500', '092421.097500', '092421.557500', '092422.017500', '092422.477500', '092422.937500', '092423.397500', '092423.857500', '092424.317500', '092424.777500', '092425.237500', '092425.697500', '092426.157500', '092426.617500', '092427.077500', '092427.537500', '092427.997500', '092428.457500', '092428.917500', '092429.377500', '092429.837500', '092430.297500', '092430.757500', '092431.217500', '092431.677500', '092432.137500', '092432.597500', '092433.057500', '092433.517500', '092433.977500', '092434.437500', '092434.897500', '092435.357500', '092435.817500', '092436.277500', '092436.737500', '092437.197500', '092437.657500', '092438.117500', '092438.577500', '092439.037500', '092439.497500', '092439.957500', '092440.417500', '092440.877500', '092441.337500', '092441.797500', '092442.257500', '092442.717500', '092443.177500', '092443.637500', '092444.097500', '092444.557500', '092445.017500', '092445.477500', '092445.937500', '092446.397500', '092446.857500', '092447.317500', '092447.777500', '092448.237500', '092448.697500', '092449.157500', '092449.617500', '092450.077500', '092450.537500', '092450.997500', '092451.457500', '092451.917500', '092452.377500', '092452.837500', '092453.297500', '092453.757500', '092454.217500', '092454.677500', '092455.137500', '092455.597500', '092456.057500', '092456.517500', '092456.977500', '092457.437500', '092457.897500', '092458.357500', '092458.817500', '092459.277500', '092459.737500', '092500.197500', '092500.657500', '092501.117500', '092501.577500', '092502.037500', '092502.497500', '092502.957500', '092503.417500', '092503.877500', '092504.337500', '092504.797500', '092505.257500', '092505.717500', '092506.177500', '092506.637500', '092507.097500', '092507.557500', '092508.017500', '092508.477500', '092508.937500', '092509.397500', '092509.857500', '092510.317500', '092510.777500', '092511.237500', '092511.697500', '092512.157500', '092512.617500', '092513.077500', '092513.537500', '092513.997500', '092514.457500', '092514.917500', '092515.377500', '092515.837500', '092516.297500', '092516.757500', '092517.217500', '092517.677500', '092518.137500', '092518.597500', '092519.057500', '092519.517500', '092519.977500', '092520.437500', '092520.897500', '092521.357500', '092521.817500', '092522.277500', '092522.737500', '092523.197500', '092523.657500', '092524.117500', '092524.577500', '092525.037500', '092525.497500', '092525.957500', '092526.417500', '092526.877500', '092527.337500', '092527.797500', '092528.257500', '092528.717500', '092529.177500', '092529.637500', '092530.097500', '092530.557500', '092531.017500', '092531.477500', '092531.937500', '092532.397500', '092532.857500', '092533.317500', '092533.777500', '092534.237500', '092534.697500', '092535.157500', '092535.617500', '092536.077500', '092536.537500', '092536.997500', '092537.457500', '092537.917500', '092538.377500', '092538.837500', '092539.297500', '092539.757500', '092540.217500', '092540.677500', '092541.137500', '092541.597500', '092542.057500', '092542.517500', '092542.977500', '092543.437500', '092543.897500', '092544.357500', '092544.817500', '092545.277500', '092545.737500', '092546.197500', '092546.657500', '092547.117500', '092547.577500', '092548.037500', '092548.497500', '092548.957500', '092549.417500', '092549.877500', '092550.337500', '092550.797500', '092551.257500', '092551.717500', '092552.177500', '092552.637500', '092553.097500', '092553.557500', '092554.017500', '092554.477500', '092554.937500', '092555.397500', '092555.857500', '092556.317500', '092556.777500', '092557.237500', '092557.697500', '092558.157500', '092558.617500', '092559.077500', '092559.537500', '092559.997500', '092600.457500', '092600.917500', '092601.377500', '092601.837500', '092602.297500', '092602.757500', '092603.217500', '092603.677500', '092604.137500', '092604.597500', '092605.057500', '092605.517500', '092605.977500', '092606.437500', '092606.897500', '092607.357500', '092607.817500', '092608.277500', '092608.737500', '092609.197500', '092609.657500', '092610.117500', '092610.577500', '092611.037500', '092611.497500', '092611.957500', '092612.417500', '092612.877500', '092613.337500', '092613.797500', '092614.257500', '092614.717500', '092615.177500', '092615.637500', '092616.097500', '092616.557500', '092617.017500', '092617.477500', '092617.937500', '092618.397500', '092618.857500', '092619.317500', '092619.777500', '092620.237500', '092620.697500', '092621.157500', '092621.617500', '092622.077500', '092622.537500', '092622.997500', '092623.457500', '092623.917500', '092624.377500', '092624.837500', '092625.297500', '092625.757500', '092626.217500', '092626.677500', '092627.137500', '092627.597500', '092628.057500', '092628.517500', '092628.977500', '092629.437500', '092629.897500', '092630.357500', '092630.817500', '092631.277500', '092631.737500', '092632.197500', '092632.657500', '092633.117500', '092633.577500', '092634.037500', '092634.497500', '092634.957500', '092635.417500', '092635.877500', '092636.337500', '092636.797500', '092637.257500', '092637.717500', '092638.177500', '092638.637500', '092639.097500', '092639.557500', '092640.017500', '092640.477500', '092640.937500', '092641.397500', '092641.857500', '092642.317500', '092642.777500', '092643.237500', '092643.697500', '092644.157500', '092644.617500', '092645.077500', '092645.537500', '092645.997500', '092646.457500', '092646.917500', '092647.377500', '092647.837500', '092648.297500', '092648.757500', '092649.217500', '092649.677500', '092650.137500', '092650.597500', '092651.057500', '092651.517500', '092651.977500', '092652.437500', '092652.897500', '092653.357500', '092653.817500', '092654.277500', '092654.737500', '092655.197500', '092655.657500', '092656.117500', '092656.577500', '092657.037500', '092657.497500', '092657.957500', '092658.417500', '092658.877500', '092659.337500', '092659.797500', '092700.257500', '092700.717500', '092701.177500', '092701.637500', '092702.097500', '092702.557500', '092703.017500', '092703.477500', '092703.937500', '092704.397500', '092704.857500', '092705.317500', '092705.777500', '092706.237500', '092706.697500', '092707.157500', '092707.617500', '092708.077500', '092708.537500', '092708.997500', '092709.457500', '092709.917500', '092710.377500', '092710.837500', '092711.297500', '092711.757500', '092712.217500', '092712.677500', '092713.137500', '092713.597500', '092714.057500', '092714.517500', '092714.977500', '092715.437500', '092715.897500', '092716.357500', '092716.817500', '092717.277500', '092717.737500', '092718.197500', '092718.657500', '092719.117500', '092719.577500', '092720.037500', '092720.497500', '092720.957500', '092721.417500', '092721.877500', '092722.337500', '092722.797500', '092723.257500', '092723.717500', '092724.177500', '092724.637500', '092725.097500', '092725.557500', '092726.017500', '092726.477500', '092726.937500', '092727.397500', '092727.857500', '092728.317500', '092728.777500', '092729.237500', '092729.697500', '092730.157500', '092730.617500', '092731.077500', '092731.537500', '092731.997500', '092732.457500', '092732.917500', '092733.377500', '092733.837500', '092734.297500', '092734.757500', '092735.217500', '092735.677500', '092736.137500', '092736.597500', '092737.057500', '092737.517500', '092737.977500', '092738.437500', '092738.897500', '092739.357500', '092739.817500', '092740.277500', '092740.737500', '092741.197500', '092741.657500', '092742.117500', '092742.577500', '092743.037500', '092743.497500', '092743.957500', '092744.417500', '092744.877500', '092745.337500', '092745.797500', '092746.257500', '092746.717500', '092747.177500', '092747.637500', '092748.097500', '092748.557500', '092749.017500', '092749.477500', '092749.937500', '092750.397500', '092750.857500', '092751.317500', '092751.777500', '092752.237500', '092752.697500', '092753.157500', '092753.617500', '092754.077500', '092754.537500', '092754.997500', '092755.457500', '092755.917500', '092756.377500', '092756.837500', '092757.297500', '092757.757500', '092758.217500', '092758.677500', '092759.137500', '092759.597500', '092800.057500', '092800.517500', '092800.977500', '092801.437500', '092801.897500', '092802.357500', '092802.817500', '092803.277500', '092803.737500', '092804.197500', '092804.657500', '092805.117500', '092805.577500', '092806.037500', '092806.497500', '092806.957500', '092807.417500', '092807.877500', '092808.337500', '092808.797500', '092809.257500', '092809.717500', '092810.177500', '092810.637500', '092811.097500', '092811.557500', '092812.017500', '092812.477500', '092812.937500', '092813.397500', '092813.857500', '092814.317500', '092814.777500', '092815.237500', '092815.697500', '092816.157500', '092816.617500', '092817.077500', '092817.537500', '092817.997500', '092818.457500', '092818.917500', '092819.377500', '092819.837500', '092820.297500', '092820.757500', '092821.217500', '092821.677500', '092822.137500', '092822.597500', '092823.057500', '092823.517500', '092823.977500', '092824.437500', '092824.897500', '092825.357500', '092825.817500', '092826.277500', '092826.737500', '092827.197500', '092827.657500', '092828.117500', '092828.577500', '092829.037500', '092829.497500', '092829.957500', '092830.417500', '092830.877500', '092831.337500', '092831.797500', '092832.257500', '092832.717500', '092833.177500', '092833.637500', '092834.097500', '092834.557500', '092835.017500', '092835.477500', '092835.937500', '092836.397500', '092836.857500', '092837.317500', '092837.777500', '092838.237500', '092838.697500', '092839.157500', '092839.617500', '092840.077500', '092840.537500', '092840.997500', '092841.457500', '092841.917500', '092842.377500', '092842.837500', '092843.297500', '092843.757500', '092844.217500', '092844.677500', '092845.137500', '092845.597500', '092846.057500', '092846.517500', '092846.977500', '092847.437500', '092847.897500', '092848.357500', '092848.817500', '092849.277500', '092849.737500', '092850.197500', '092850.657500', '092851.117500', '092851.577500', '092852.037500', '092852.497500', '092852.957500', '092853.417500', '092853.877500', '092854.337500', '092854.797500', '092855.257500', '092855.717500', '092856.177500', '092856.637500', '092857.097500', '092857.557500', '092858.017500', '092858.477500', '092858.937500', '092859.397500', '092859.857500', '092900.317500', '092900.777500', '092901.237500', '092901.697500', '092902.157500', '092902.617500', '092903.077500', '092903.537500', '092903.997500', '092904.457500', '092904.917500', '092905.377500', '092905.837500', '092906.297500', '092906.757500', '092907.217500', '092907.677500', '092908.137500', '092908.597500', '092909.057500', '092909.517500', '092909.977500', '092910.437500', '092910.897500', '092911.357500', '092911.817500', '092912.277500', '092912.737500', '092913.197500', '092913.657500', '092914.117500', '092914.577500', '092915.037500', '092915.497500', '092915.957500', '092916.417500', '092916.877500', '092917.337500', '092917.797500', '092918.257500', '092918.717500', '092919.177500', '092919.637500', '092920.097500', '092920.557500', '092921.017500', '092921.477500', '092921.937500', '092922.397500', '092922.857500', '092923.317500', '092923.777500', '092924.237500', '092924.697500', '092925.157500', '092925.617500', '092926.077500', '092926.537500', '092926.997500', '092927.457500', '092927.917500', '092928.377500', '092928.837500', '092929.297500', '092929.757500', '092930.217500', '092930.677500', '092931.137500', '092931.597500', '092932.057500', '092932.517500', '092932.977500', '092933.437500', '092933.897500', '092934.357500', '092934.817500', '092935.277500', '092935.737500', '092936.197500', '092936.657500', '092937.117500', '092937.577500', '092938.037500', '092938.497500', '092938.957500', '092939.417500', '092939.877500', '092940.337500', '092940.797500', '092941.257500', '092941.717500', '092942.177500', '092942.637500', '092943.097500', '092943.557500', '092944.017500', '092944.477500', '092944.937500', '092945.397500', '092945.857500', '092946.317500', '092946.777500', '092947.237500', '092947.697500', '092948.157500', '092948.617500', '092949.077500', '092949.537500', '092949.997500', '092950.457500', '092950.917500', '092951.377500', '092951.837500', '092952.297500', '092952.757500', '092953.217500', '092953.677500', '092954.137500', '092954.597500', '092955.057500', '092955.517500', '092955.977500', '092956.437500', '092956.897500', '092957.357500', '092957.817500', '092958.277500', '092958.737500', '092959.197500', '092959.657500', '093000.117500', '093000.577500', '093001.037500', '093001.497500', '093001.957500', '093002.417500', '093002.877500', '093003.337500', '093003.797500', '093004.257500', '093004.717500', '093005.177500', '093005.637500', '093006.097500', '093006.557500', '093007.017500', '093007.477500', '093007.937500', '093008.397500', '093008.857500', '093009.317500', '093009.777500', '093010.237500', '093010.697500', '093011.157500', '093011.617500', '093012.077500', '093012.537500', '093012.997500', '093013.457500', '093013.917500', '093014.377500', '093014.837500', '093015.297500', '093015.757500', '093016.217500', '093016.677500', '093017.137500', '093017.597500', '093018.057500', '093018.517500', '093018.977500', '093019.437500', '093019.897500', '093020.357500', '093020.817500', '093021.277500', '093021.737500', '093022.197500', '093022.657500', '093023.117500', '093023.577500', '093024.037500', '093024.497500', '093024.957500', '093025.417500', '093025.877500', '093026.337500', '093026.797500', '093027.257500', '093027.717500', '093028.177500', '093028.637500', '093029.097500', '093029.557500', '093030.017500', '093030.477500', '093030.937500', '093031.397500', '093031.857500', '093032.317500', '093032.777500', '093033.237500', '093033.697500', '093034.157500', '093034.617500', '093035.077500', '093035.537500', '093035.997500', '093036.457500', '093036.917500', '093037.377500', '093037.837500', '093038.297500', '093038.757500', '093039.217500', '093039.677500', '093040.137500', '093040.597500', '093041.057500', '093041.517500', '093041.977500', '093042.437500', '093042.897500', '093043.357500', '093043.817500', '093044.277500', '093044.737500', '093045.197500', '093045.657500', '093046.117500', '093046.577500', '093047.037500', '093047.497500', '093047.957500', '093048.417500', '093048.877500', '093049.337500', '093049.797500', '093050.257500', '093050.717500', '093051.177500', '093051.637500', '093052.097500', '093052.557500', '093053.017500', '093053.477500', '093053.937500', '093054.397500', '093054.857500', '093055.317500', '093055.777500', '093056.237500', '093056.697500', '093057.157500', '093057.617500', '093058.077500', '093058.537500', '093058.997500', '093059.457500', '093059.917500', '093100.377500', '093100.837500', '093101.297500', '093101.757500', '093102.217500', '093102.677500', '093103.137500', '093103.597500', '093104.057500', '093104.517500', '093104.977500', '093105.437500', '093105.897500', '093106.357500', '093106.817500', '093107.277500', '093107.737500', '093108.197500', '093108.657500', '093109.117500', '093109.577500', '093110.037500', '093110.497500', '093110.957500', '093111.417500', '093111.877500', '093112.337500', '093112.797500', '093113.257500', '093113.717500', '093114.177500', '093114.637500', '093115.097500', '093115.557500', '093116.017500', '093116.477500', '093116.937500', '093117.397500', '093117.857500', '093118.317500', '093118.777500', '093119.237500', '093119.697500', '093120.157500', '093120.617500', '093121.077500', '093121.537500', '093121.997500', '093122.457500', '093122.917500', '093123.377500', '093123.837500', '093124.297500', '093124.757500', '093125.217500', '093125.677500', '093126.137500', '093126.597500', '093127.057500', '093127.517500', '093127.977500', '093128.437500', '093128.897500', '093129.357500', '093129.817500', '093130.277500', '093130.737500', '093131.197500', '093131.657500', '093132.117500', '093132.577500', '093133.037500', '093133.497500', '093133.957500', '093134.417500', '093134.877500', '093135.337500', '093135.797500', '093136.257500', '093136.717500', '093137.177500', '093137.637500', '093138.097500', '093138.557500', '093139.017500', '093139.477500', '093139.937500', '093140.397500', '093140.857500', '093141.317500', '093141.777500', '093142.237500', '093142.697500', '093143.157500', '093143.617500', '093144.077500', '093144.537500', '093144.997500', '093145.457500', '093145.917500', '093146.377500', '093146.837500', '093147.297500', '093147.757500', '093148.217500', '093148.677500', '093149.137500', '093149.597500', '093150.057500', '093150.517500', '093150.977500', '093151.437500', '093151.897500', '093152.357500', '093152.817500', '093153.277500', '093153.737500', '093154.197500', '093154.657500', '093155.117500', '093155.577500', '093156.037500', '093156.497500', '093156.957500', '093157.417500', '093157.877500', '093158.337500', '093158.797500', '093159.257500', '093159.717500', '093200.177500', '093200.637500', '093201.097500', '093201.557500', '093202.017500', '093202.477500', '093202.937500', '093203.397500', '093203.857500', '093204.317500', '093204.777500', '093205.237500', '093205.697500', '093206.157500', '093206.617500', '093207.077500', '093207.537500', '093207.997500', '093208.457500', '093208.917500', '093209.377500', '093209.837500', '093210.297500', '093210.757500', '093211.217500', '093211.677500', '093212.137500', '093212.597500', '093213.057500', '093213.517500', '093213.977500', '093214.437500', '093214.897500', '093215.357500', '093215.817500', '093216.277500', '093216.737500', '093217.197500', '093217.657500', '093218.117500', '093218.577500', '093219.037500', '093219.497500', '093219.957500', '093220.417500', '093220.877500', '093221.337500', '093221.797500', '093222.257500', '093222.717500', '093223.177500', '093223.637500', '093224.097500', '093224.557500', '093225.017500', '093225.477500', '093225.937500', '093226.397500', '093226.857500', '093227.317500', '093227.777500', '093228.237500', '093228.697500', '093229.157500', '093229.617500', '093230.077500', '093230.537500', '093230.997500', '093231.457500', '093231.917500', '093232.377500', '093232.837500', '093233.297500', '093233.757500', '093234.217500', '093234.677500', '093235.137500', '093235.597500', '093236.057500', '093236.517500', '093236.977500', '093237.437500', '093237.897500', '093238.357500', '093238.817500', '093239.277500', '093239.737500', '093240.197500', '093240.657500', '093241.117500', '093241.577500', '093242.037500', '093242.497500', '093242.957500', '093243.417500', '093243.877500', '093244.337500', '093244.797500', '093245.257500', '093245.717500', '093246.177500', '093246.637500', '093247.097500', '093247.557500', '093248.017500', '093248.477500', '093248.937500', '093249.397500', '093249.857500', '093250.317500', '093250.777500', '093251.237500', '093251.697500', '093252.157500', '093252.617500', '093253.077500', '093253.537500', '093253.997500', '093254.457500', '093254.917500', '093255.377500', '093255.837500', '093256.297500', '093256.757500', '093257.217500', '093257.677500', '093258.137500', '093258.597500', '093259.057500', '093259.517500', '093259.977500', '093300.437500', '093300.897500', '093301.357500', '093301.817500', '093302.277500', '093302.737500', '093303.197500', '093303.657500', '093304.117500', '093304.577500', '093305.037500', '093305.497500', '093305.957500', '093306.417500', '093306.877500', '093307.337500', '093307.797500', '093308.257500', '093308.717500', '093309.177500', '093309.637500', '093310.097500', '093310.557500', '093311.017500', '093311.477500', '093311.937500', '093312.397500', '093312.857500', '093313.317500', '093313.777500', '093314.237500', '093314.697500', '093315.157500', '093315.617500', '093316.077500', '093316.537500', '093316.997500', '093317.457500', '093317.917500', '093318.377500', '093318.837500', '093319.297500', '093319.757500', '093320.217500', '093320.677500', '093321.137500', '093321.597500', '093322.057500', '093322.517500', '093322.977500', '093323.437500', '093323.897500', '093324.357500', '093324.817500', '093325.277500', '093325.737500', '093326.197500', '093326.657500', '093327.117500', '093327.577500', '093328.037500', '093328.497500', '093328.957500', '093329.417500', '093329.877500', '093330.337500', '093330.797500', '093331.257500', '093331.717500', '093332.177500', '093332.637500', '093333.097500', '093333.557500', '093334.017500', '093334.477500', '093334.937500', '093335.397500', '093335.857500', '093336.317500', '093336.777500', '093337.237500', '093337.697500', '093338.157500', '093338.617500', '093339.077500', '093339.537500', '093339.997500', '093340.457500', '093340.917500', '093341.377500', '093341.837500', '093342.297500', '093342.757500', '093343.217500', '093343.677500', '093344.137500', '093344.597500', '093345.057500', '093345.517500', '093345.977500', '093346.437500', '093346.897500', '093347.357500', '093347.817500', '093348.277500', '093348.737500', '093349.197500', '093349.657500', '093350.117500', '093350.577500', '093351.037500', '093351.497500', '093351.957500', '093352.417500', '093352.877500', '093353.337500', '093353.797500', '093354.257500', '093354.717500', '093355.177500', '093355.637500', '093356.097500', '093356.557500', '093357.017500', '093357.477500', '093357.937500', '093358.397500', '093358.857500', '093359.317500', '093359.777500', '093400.237500', '093400.697500', '093401.157500', '093401.617500', '093402.077500', '093402.537500', '093402.997500', '093403.457500', '093403.917500', '093404.377500', '093404.837500', '093405.297500', '093405.757500', '093406.217500', '093406.677500', '093407.137500', '093407.597500', '093408.057500', '093408.517500', '093408.977500', '093409.437500', '093409.897500', '093410.357500', '093410.817500', '093411.277500', '093411.737500', '093412.197500', '093412.657500', '093413.117500', '093413.577500'], 'ContentTime': ['092155.280000', '092155.283000', '092155.286000', '092155.288000', '092155.291000', '092155.294000', '092155.296000', '092155.299000', '092155.302000', '092155.304000', '092155.307000', '092155.309000', '092155.312000', '092155.314000', '092155.317000', '092155.320000', '092155.322000', '092155.325000', '092155.327000', '092155.330000', '092155.333000', '092155.335000', '092155.346000', '092155.348000', '092155.351000', '092155.354000', '092155.356000', '092155.359000', '092155.361000', '092155.364000', '092155.370000', '092155.372000', '092215.253000', '092215.256000', '092215.259000', '092215.261000', '092215.264000', '092215.267000', '092215.269000', '092215.272000', '092215.274000', '092215.277000', '092215.279000', '092215.282000', '092215.285000', '092215.287000', '092215.290000', '092215.292000', '092215.295000', '092215.298000', '092215.300000', '092215.311000', '092215.313000', '092215.316000', '092215.319000', '092215.321000', '092215.324000', '092215.326000', '092215.329000', '092215.332000', '092215.334000', '092215.337000', '092215.340000', '092215.344000', '092215.346000', '092215.349000', '092215.352000', '092215.354000', '092215.357000', '092215.360000', '092215.362000', '092215.365000', '092215.367000', '092215.370000', '092215.373000', '092235.254000', '092235.257000', '092235.259000', '092235.262000', '092235.264000', '092235.267000', '092235.270000', '092235.272000', '092235.286000', '092235.289000', '092235.291000', '092235.294000', '092235.296000', '092235.299000', '092235.302000', '092235.305000', '092235.307000', '092235.310000', '092235.312000', '092235.315000', '092235.318000', '092235.320000', '092235.323000', '092235.326000', '092235.328000', '092235.331000', '092235.333000', '092235.336000', '092235.339000', '092235.341000', '092235.344000', '092235.346000', '092235.349000', '092235.355000', '092235.361000', '092235.364000', '092235.366000', '092235.369000', '092235.372000', '092235.374000', '092235.377000', '092235.380000', '092235.382000', '092235.385000', '092255.254000', '092255.256000', '092255.259000', '092255.262000', '092255.264000', '092255.267000', '092255.269000', '092255.272000', '092255.275000', '092255.277000', '092255.280000', '092255.283000', '092255.285000', '092255.288000', '092255.290000', '092255.293000', '092255.296000', '092255.298000', '092255.301000', '092255.304000', '092255.306000', '092255.309000', '092255.312000', '092255.314000', '092255.317000', '092255.319000', '092255.322000', '092255.325000', '092255.327000', '092255.330000', '092255.333000', '092255.335000', '092255.338000', '092255.340000', '092255.343000', '092255.346000', '092255.348000', '092255.351000', '092255.353000', '092255.356000', '092255.358000', '092255.361000', '092255.364000', '092315.253000', '092315.256000', '092315.259000', '092315.261000', '092315.264000', '092315.267000', '092315.270000', '092315.272000', '092315.275000', '092315.278000', '092315.280000', '092315.283000', '092315.285000', '092315.288000', '092315.291000', '092315.293000', '092315.296000', '092315.298000', '092315.301000', '092315.303000', '092315.306000', '092315.309000', '092315.311000', '092315.314000', '092315.316000', '092315.319000', '092315.322000', '092315.324000', '092315.327000', '092315.329000', '092315.332000', '092315.335000', '092315.337000', '092315.340000', '092315.342000', '092315.345000', '092315.348000', '092315.350000', '092315.353000', '092315.356000', '092315.358000', '092315.361000', '092315.363000', '092315.366000', '092335.253000', '092335.256000', '092335.260000', '092335.262000', '092335.265000', '092335.267000', '092335.270000', '092335.273000', '092335.275000', '092335.278000', '092335.281000', '092335.283000', '092335.286000', '092335.288000', '092335.291000', '092335.294000', '092335.296000', '092335.299000', '092335.302000', '092335.304000', '092335.307000', '092335.309000', '092335.312000', '092335.315000', '092335.317000', '092335.320000', '092335.322000', '092335.325000', '092335.328000', '092335.330000', '092335.333000', '092335.335000', '092335.338000', '092335.341000', '092335.343000', '092335.346000', '092335.349000', '092335.351000', '092335.354000', '092335.356000', '092335.360000', '092335.363000', '092335.366000', '092355.254000', '092355.256000', '092355.259000', '092355.262000', '092355.264000', '092355.267000', '092355.270000', '092355.272000', '092355.275000', '092355.278000', '092355.280000', '092355.283000', '092355.285000', '092355.288000', '092355.291000', '092355.293000', '092355.296000', '092355.298000', '092355.301000', '092355.304000', '092355.306000', '092355.309000', '092355.311000', '092355.314000', '092355.317000', '092355.319000', '092355.322000', '092355.324000', '092355.327000', '092355.330000', '092355.332000', '092355.335000', '092355.337000', '092355.340000', '092355.343000', '092355.345000', '092355.348000', '092355.350000', '092355.353000', '092355.356000', '092355.358000', '092355.361000', '092355.364000', '092355.366000', '092415.254000', '092415.257000', '092415.259000', '092415.262000', '092415.273000', '092415.276000', '092415.278000', '092415.281000', '092415.284000', '092415.286000', '092415.289000', '092415.291000', '092415.294000', '092415.297000', '092415.299000', '092415.302000', '092415.305000', '092415.307000', '092415.310000', '092415.312000', '092415.315000', '092415.318000', '092415.320000', '092415.323000', '092415.325000', '092415.328000', '092415.331000', '092415.333000', '092415.345000', '092415.348000', '092415.350000', '092415.353000', '092415.355000', '092415.358000', '092415.361000', '092415.363000', '092415.366000', '092415.368000', '092415.371000', '092415.374000', '092415.376000', '092415.379000', '092415.381000', '092435.253000', '092435.256000', '092435.259000', '092435.262000', '092435.264000', '092435.267000', '092435.270000', '092435.272000', '092435.275000', '092435.278000', '092435.280000', '092435.283000', '092435.286000', '092435.288000', '092435.291000', '092435.294000', '092435.296000', '092435.299000', '092435.302000', '092435.313000', '092435.315000', '092435.318000', '092435.321000', '092435.323000', '092435.326000', '092435.328000', '092435.331000', '092435.334000', '092435.337000', '092435.339000', '092435.342000', '092435.345000', '092435.347000', '092435.350000', '092435.352000', '092435.355000', '092435.358000', '092435.360000', '092435.363000', '092435.365000', '092435.368000', '092435.371000', '092435.373000', '092435.376000', '092455.254000', '092455.256000', '092455.259000', '092455.262000', '092455.264000', '092455.267000', '092455.270000', '092455.272000', '092455.275000', '092455.278000', '092455.280000', '092455.283000', '092455.285000', '092455.288000', '092455.290000', '092455.293000', '092455.296000', '092455.299000', '092455.301000', '092455.304000', '092455.306000', '092455.309000', '092455.312000', '092455.314000', '092455.317000', '092455.319000', '092455.322000', '092455.324000', '092455.327000', '092455.330000', '092455.332000', '092455.335000', '092455.338000', '092455.340000', '092455.343000', '092455.345000', '092455.348000', '092455.351000', '092455.353000', '092455.356000', '092455.358000', '092455.361000', '092455.363000', '092515.253000', '092515.256000', '092515.259000', '092515.262000', '092515.264000', '092515.267000', '092515.270000', '092515.272000', '092515.275000', '092515.277000', '092515.280000', '092515.283000', '092515.285000', '092515.288000', '092515.290000', '092515.293000', '092515.296000', '092515.298000', '092515.301000', '092515.304000', '092515.306000', '092515.309000', '092515.311000', '092515.314000', '092515.316000', '092515.319000', '092515.322000', '092515.324000', '092515.327000', '092515.330000', '092515.332000', '092515.335000', '092515.337000', '092515.340000', '092515.343000', '092515.345000', '092515.348000', '092515.351000', '092515.353000', '092515.356000', '092515.358000', '092515.361000', '092515.364000', '092515.366000', '092535.254000', '092535.256000', '092535.259000', '092535.262000', '092535.265000', '092535.267000', '092535.270000', '092535.273000', '092535.275000', '092535.278000', '092535.280000', '092535.283000', '092535.286000', '092535.288000', '092535.291000', '092535.294000', '092535.296000', '092535.299000', '092535.302000', '092535.304000', '092535.307000', '092535.310000', '092535.312000', '092535.315000', '092535.318000', '092535.320000', '092535.323000', '092535.325000', '092535.328000', '092535.341000', '092535.343000', '092535.346000', '092535.348000', '092535.351000', '092535.354000', '092535.356000', '092535.359000', '092535.361000', '092535.364000', '092535.367000', '092535.369000', '092535.372000', '092535.374000', '092555.254000', '092555.256000', '092555.259000', '092555.262000', '092555.265000', '092555.268000', '092555.270000', '092555.273000', '092555.276000', '092555.279000', '092555.281000', '092555.284000', '092555.287000', '092555.289000', '092555.292000', '092555.295000', '092555.297000', '092555.300000', '092555.303000', '092555.305000', '092555.308000', '092555.310000', '092555.313000', '092555.316000', '092555.318000', '092555.321000', '092555.324000', '092555.327000', '092555.329000', '092555.332000', '092555.335000', '092555.337000', '092555.340000', '092555.343000', '092555.345000', '092555.348000', '092555.351000', '092555.353000', '092555.356000', '092555.358000', '092555.361000', '092555.364000', '092555.366000', '092555.369000', '092615.253000', '092615.256000', '092615.259000', '092615.262000', '092615.264000', '092615.267000', '092615.270000', '092615.272000', '092615.275000', '092615.277000', '092615.280000', '092615.283000', '092615.285000', '092615.288000', '092615.291000', '092615.293000', '092615.296000', '092615.298000', '092615.301000', '092615.304000', '092615.306000', '092615.309000', '092615.311000', '092615.314000', '092615.317000', '092615.319000', '092615.322000', '092615.325000', '092615.327000', '092615.330000', '092615.333000', '092615.335000', '092615.338000', '092615.340000', '092615.343000', '092615.346000', '092615.348000', '092615.351000', '092615.354000', '092615.356000', '092615.359000', '092615.361000', '092615.364000', '092635.253000', '092635.256000', '092635.259000', '092635.262000', '092635.264000', '092635.267000', '092635.269000', '092635.272000', '092635.275000', '092635.277000', '092635.280000', '092635.283000', '092635.285000', '092635.288000', '092635.290000', '092635.293000', '092635.296000', '092635.299000', '092635.301000', '092635.304000', '092635.306000', '092635.309000', '092635.311000', '092635.314000', '092635.317000', '092635.319000', '092635.322000', '092635.332000', '092635.335000', '092635.337000', '092635.340000', '092635.342000', '092635.345000', '092635.348000', '092635.350000', '092635.353000', '092635.356000', '092635.358000', '092635.361000', '092635.363000', '092635.366000', '092635.369000', '092635.371000', '092635.374000', '092655.254000', '092655.257000', '092655.260000', '092655.262000', '092655.265000', '092655.268000', '092655.271000', '092655.273000', '092655.276000', '092655.279000', '092655.281000', '092655.284000', '092655.286000', '092655.289000', '092655.292000', '092655.294000', '092655.297000', '092655.299000', '092655.302000', '092655.305000', '092655.307000', '092655.310000', '092655.312000', '092655.315000', '092655.318000', '092655.320000', '092655.323000', '092655.326000', '092655.328000', '092655.331000', '092655.333000', '092655.336000', '092655.339000', '092655.341000', '092655.344000', '092655.347000', '092655.349000', '092655.352000', '092655.354000', '092655.370000', '092655.373000', '092655.375000', '092655.378000', '092715.254000', '092715.256000', '092715.259000', '092715.262000', '092715.264000', '092715.267000', '092715.270000', '092715.272000', '092715.275000', '092715.277000', '092715.280000', '092715.283000', '092715.285000', '092715.288000', '092715.291000', '092715.293000', '092715.296000', '092715.299000', '092715.302000', '092715.305000', '092715.308000', '092715.311000', '092715.313000', '092715.316000', '092715.318000', '092715.321000', '092715.324000', '092715.326000', '092715.329000', '092715.331000', '092715.334000', '092715.337000', '092715.339000', '092715.342000', '092715.345000', '092715.347000', '092715.350000', '092715.352000', '092715.355000', '092715.358000', '092715.361000', '092715.363000', '092715.366000', '092735.254000', '092735.257000', '092735.259000', '092735.262000', '092735.265000', '092735.267000', '092735.270000', '092735.272000', '092735.275000', '092735.278000', '092735.280000', '092735.283000', '092735.286000', '092735.288000', '092735.291000', '092735.293000', '092735.296000', '092735.299000', '092735.301000', '092735.304000', '092735.307000', '092735.310000', '092735.312000', '092735.315000', '092735.319000', '092735.322000', '092735.324000', '092735.327000', '092735.330000', '092735.332000', '092735.335000', '092735.337000', '092735.340000', '092735.343000', '092735.346000', '092735.348000', '092735.351000', '092735.353000', '092735.356000', '092735.359000', '092735.361000', '092735.364000', '092735.367000', '092735.369000', '092755.253000', '092755.256000', '092755.259000', '092755.262000', '092755.264000', '092755.267000', '092755.269000', '092755.272000', '092755.275000', '092755.277000', '092755.280000', '092755.283000', '092755.285000', '092755.288000', '092755.290000', '092755.293000', '092755.296000', '092755.298000', '092755.301000', '092755.303000', '092755.306000', '092755.308000', '092755.311000', '092755.314000', '092755.316000', '092755.319000', '092755.321000', '092755.324000', '092755.327000', '092755.329000', '092755.332000', '092755.335000', '092755.337000', '092755.340000', '092755.358000', '092755.361000', '092755.364000', '092755.367000', '092755.369000', '092755.372000', '092755.374000', '092755.377000', '092755.380000', '092815.254000', '092815.256000', '092815.259000', '092815.262000', '092815.265000', '092815.267000', '092815.270000', '092815.272000', '092815.275000', '092815.278000', '092815.280000', '092815.283000', '092815.286000', '092815.288000', '092815.291000', '092815.293000', '092815.296000', '092815.299000', '092815.301000', '092815.304000', '092815.307000', '092815.309000', '092815.312000', '092815.314000', '092815.317000', '092815.320000', '092815.322000', '092815.325000', '092815.328000', '092815.330000', '092815.333000', '092815.335000', '092815.338000', '092815.340000', '092815.343000', '092815.346000', '092815.348000', '092815.351000', '092815.354000', '092815.356000', '092815.359000', '092815.361000', '092815.364000', '092815.367000', '092835.254000', '092835.256000', '092835.259000', '092835.262000', '092835.264000', '092835.267000', '092835.270000', '092835.282000', '092835.285000', '092835.288000', '092835.290000', '092835.293000', '092835.295000', '092835.298000', '092835.301000', '092835.303000', '092835.306000', '092835.309000', '092835.311000', '092835.314000', '092835.316000', '092835.319000', '092835.322000', '092835.325000', '092835.328000', '092835.346000', '092835.348000', '092835.351000', '092835.354000', '092835.357000', '092835.359000', '092835.362000', '092835.365000', '092835.367000', '092835.370000', '092835.372000', '092835.375000', '092835.378000', '092835.380000', '092835.383000', '092835.386000', '092835.388000', '092835.391000', '092855.254000', '092855.257000', '092855.259000', '092855.262000', '092855.265000', '092855.267000', '092855.270000', '092855.273000', '092855.275000', '092855.278000', '092855.281000', '092855.283000', '092855.286000', '092855.289000', '092855.291000', '092855.294000', '092855.296000', '092855.299000', '092855.302000', '092855.304000', '092855.307000', '092855.310000', '092855.312000', '092855.315000', '092855.318000', '092855.320000', '092855.323000', '092855.325000', '092855.328000', '092855.331000', '092855.333000', '092855.336000', '092855.339000', '092855.341000', '092855.344000', '092855.346000', '092855.349000', '092855.352000', '092855.354000', '092855.357000', '092855.360000', '092855.362000', '092855.365000', '092855.367000', '092915.254000', '092915.257000', '092915.260000', '092915.262000', '092915.265000', '092915.268000', '092915.271000', '092915.273000', '092915.276000', '092915.279000', '092915.282000', '092915.284000', '092915.287000', '092915.290000', '092915.292000', '092915.295000', '092915.297000', '092915.300000', '092915.303000', '092915.305000', '092915.308000', '092915.314000', '092915.317000', '092915.319000', '092915.322000', '092915.325000', '092915.327000', '092915.330000', '092915.333000', '092915.335000', '092915.338000', '092915.340000', '092915.343000', '092915.346000', '092915.349000', '092915.351000', '092915.354000', '092915.357000', '092915.359000', '092915.362000', '092915.364000', '092915.367000', '092915.370000', '092935.254000', '092935.257000', '092935.260000', '092935.262000', '092935.265000', '092935.267000', '092935.270000', '092935.273000', '092935.276000', '092935.278000', '092935.281000', '092935.284000', '092935.287000', '092935.289000', '092935.292000', '092935.294000', '092935.297000', '092935.300000', '092935.302000', '092935.305000', '092935.307000', '092935.310000', '092935.313000', '092935.315000', '092935.318000', '092935.320000', '092935.323000', '092935.326000', '092935.328000', '092935.331000', '092935.333000', '092935.336000', '092935.339000', '092935.341000', '092935.344000', '092935.347000', '092935.349000', '092935.352000', '092935.354000', '092935.357000', '092935.359000', '092935.362000', '092935.365000', '092935.367000', '092955.254000', '092955.256000', '092955.259000', '092955.279000', '092955.282000', '092955.284000', '092955.287000', '092955.289000', '092955.292000', '092955.295000', '092955.297000', '092955.300000', '092955.303000', '092955.305000', '092955.308000', '092955.310000', '092955.313000', '092955.316000', '092955.318000', '092955.321000', '092955.324000', '092955.326000', '092955.329000', '092955.331000', '092955.334000', '092955.337000', '092955.339000', '092955.342000', '092955.345000', '092955.347000', '092955.350000', '092955.352000', '092955.355000', '092955.358000', '092955.361000', '092955.363000', '092955.366000', '092955.369000', '092955.372000', '092955.374000', '092955.377000', '092955.379000', '092955.383000', '093015.254000', '093015.257000', '093015.259000', '093015.262000', '093015.265000', '093015.267000', '093015.270000', '093015.272000', '093015.280000', '093015.283000', '093015.285000', '093015.288000', '093015.290000', '093015.293000', '093015.296000', '093015.298000', '093015.301000', '093015.304000', '093015.306000', '093015.309000', '093015.312000', '093015.315000', '093015.317000', '093015.320000', '093015.322000', '093015.325000', '093015.328000', '093015.330000', '093015.333000', '093015.336000', '093015.338000', '093015.341000', '093015.343000', '093015.346000', '093015.349000', '093015.351000', '093015.354000', '093015.357000', '093015.359000', '093015.362000', '093015.364000', '093015.367000', '093015.370000', '093015.372000', '093035.253000', '093035.256000', '093035.259000', '093035.262000', '093035.264000', '093035.267000', '093035.270000', '093035.272000', '093035.275000', '093035.277000', '093035.280000', '093035.283000', '093035.285000', '093035.288000', '093035.290000', '093035.293000', '093035.296000', '093035.298000', '093035.301000', '093035.304000', '093035.307000', '093035.309000', '093035.312000', '093035.314000', '093035.317000', '093035.320000', '093035.322000', '093035.325000', '093035.328000', '093035.330000', '093035.333000', '093035.336000', '093035.338000', '093035.341000', '093035.343000', '093035.346000', '093035.349000', '093035.351000', '093035.354000', '093035.357000', '093035.359000', '093035.362000', '093035.365000', '093055.254000', '093055.257000', '093055.259000', '093055.262000', '093055.265000', '093055.267000', '093055.270000', '093055.272000', '093055.275000', '093055.278000', '093055.281000', '093055.283000', '093055.286000', '093055.288000', '093055.291000', '093055.294000', '093055.296000', '093055.299000', '093055.302000', '093055.304000', '093055.307000', '093055.310000', '093055.312000', '093055.315000', '093055.317000', '093055.320000', '093055.323000', '093055.325000', '093055.328000', '093055.330000', '093055.333000', '093055.336000', '093055.338000', '093055.341000', '093055.344000', '093055.346000', '093055.349000', '093055.351000', '093055.354000', '093055.357000', '093055.359000', '093055.362000', '093055.364000', '093055.367000', '093115.254000', '093115.257000', '093115.259000', '093115.262000', '093115.265000', '093115.267000', '093115.270000', '093115.273000', '093115.275000', '093115.278000', '093115.280000', '093115.283000', '093115.286000', '093115.288000', '093115.291000', '093115.294000', '093115.296000', '093115.299000', '093115.302000', '093115.304000', '093115.307000', '093115.309000', '093115.312000', '093115.314000', '093115.317000', '093115.320000', '093115.322000', '093115.325000', '093115.328000', '093115.330000', '093115.333000', '093115.336000', '093115.338000', '093115.341000', '093115.343000', '093115.346000', '093115.348000', '093115.351000', '093115.354000', '093115.356000', '093115.359000', '093115.362000', '093115.364000', '093135.254000', '093135.256000', '093135.259000', '093135.262000', '093135.264000', '093135.267000', '093135.269000', '093135.272000', '093135.275000', '093135.277000', '093135.280000', '093135.283000', '093135.285000', '093135.288000', '093135.291000', '093135.293000', '093135.296000', '093135.298000', '093135.301000', '093135.304000', '093135.306000', '093135.309000', '093135.312000', '093135.314000', '093135.317000', '093135.319000', '093135.322000', '093135.325000', '093135.327000', '093135.330000', '093135.333000', '093135.335000', '093135.338000', '093135.340000', '093135.343000', '093135.346000', '093135.348000', '093135.351000', '093135.354000', '093135.356000', '093135.359000', '093135.361000', '093135.364000', '093135.367000', '093155.254000', '093155.257000', '093155.260000', '093155.262000', '093155.265000', '093155.267000', '093155.270000', '093155.272000', '093155.275000', '093155.278000', '093155.280000', '093155.283000', '093155.286000', '093155.289000', '093155.291000', '093155.294000', '093155.296000', '093155.299000', '093155.302000', '093155.304000', '093155.307000', '093155.309000', '093155.312000', '093155.315000', '093155.317000', '093155.320000', '093155.322000', '093155.325000', '093155.328000', '093155.330000', '093155.333000', '093155.336000', '093155.338000', '093155.341000', '093155.344000', '093155.346000', '093155.349000', '093155.352000', '093155.354000', '093155.357000', '093155.359000', '093155.362000', '093155.365000', '093215.254000', '093215.256000', '093215.259000', '093215.262000', '093215.265000', '093215.267000', '093215.270000', '093215.273000', '093215.275000', '093215.278000', '093215.281000', '093215.283000', '093215.286000', '093215.289000', '093215.292000', '093215.294000', '093215.297000', '093215.299000', '093215.302000', '093215.305000', '093215.307000', '093215.310000', '093215.312000', '093215.315000', '093215.318000', '093215.320000', '093215.323000', '093215.326000', '093215.328000', '093215.331000', '093215.334000', '093215.336000', '093215.339000', '093215.341000', '093215.344000', '093215.347000', '093215.349000', '093215.352000', '093215.355000', '093215.357000', '093215.360000', '093215.377000', '093215.380000', '093215.382000', '093235.254000', '093235.256000', '093235.270000', '093235.272000', '093235.275000', '093235.278000', '093235.280000', '093235.283000', '093235.286000', '093235.288000', '093235.291000', '093235.293000', '093235.296000', '093235.299000', '093235.301000', '093235.304000', '093235.307000', '093235.309000', '093235.312000', '093235.314000', '093235.317000', '093235.320000', '093235.322000', '093235.325000', '093235.327000', '093235.330000', '093235.333000', '093235.335000', '093235.338000', '093235.341000', '093235.343000', '093235.346000', '093235.349000', '093235.351000', '093235.354000', '093235.356000', '093235.359000', '093235.361000', '093235.364000', '093235.367000', '093235.369000', '093235.372000', '093235.375000', '093255.254000', '093255.257000', '093255.259000', '093255.262000', '093255.267000', '093255.270000', '093255.273000', '093255.275000', '093255.278000', '093255.281000', '093255.283000', '093255.286000', '093255.288000', '093255.291000', '093255.294000', '093255.296000', '093255.299000', '093255.302000', '093255.304000', '093255.307000', '093255.309000', '093255.312000', '093255.315000', '093255.317000', '093255.320000', '093255.323000', '093255.325000', '093255.328000', '093255.331000', '093255.333000', '093255.336000', '093255.339000', '093255.341000', '093255.344000', '093255.346000', '093255.349000', '093255.352000', '093255.354000', '093255.357000', '093255.360000', '093255.362000', '093255.365000', '093255.367000', '093255.370000', '093315.254000', '093315.256000', '093315.259000', '093315.262000', '093315.264000', '093315.267000', '093315.270000', '093315.272000', '093315.275000', '093315.278000', '093315.280000', '093315.283000', '093315.285000', '093315.288000', '093315.291000', '093315.293000', '093315.296000', '093315.298000', '093315.301000', '093315.304000', '093315.306000', '093315.309000', '093315.311000', '093315.314000', '093315.317000', '093315.319000', '093315.322000', '093315.324000', '093315.327000', '093315.330000', '093315.332000', '093315.335000', '093315.337000', '093315.340000', '093315.343000', '093315.345000', '093315.348000', '093315.350000', '093315.353000', '093315.356000', '093315.358000', '093315.361000', '093315.364000', '093335.254000', '093335.257000', '093335.259000', '093335.263000', '093335.266000', '093335.268000', '093335.271000', '093335.273000', '093335.276000', '093335.309000', '093335.312000', '093335.314000', '093335.317000', '093335.320000', '093335.322000', '093335.325000', '093335.328000', '093335.330000', '093335.333000', '093335.335000', '093335.338000', '093335.341000', '093335.343000', '093335.346000', '093335.349000', '093335.351000', '093335.354000', '093335.356000', '093335.359000', '093335.362000', '093335.364000', '093335.367000', '093335.370000', '093335.372000', '093335.375000', '093335.378000', '093335.380000', '093335.383000', '093335.385000', '093335.388000', '093335.391000', '093335.393000', '093335.396000', '093335.399000', '093355.254000', '093355.257000', '093355.259000', '093355.262000', '093355.265000', '093355.267000', '093355.270000', '093355.273000', '093355.275000', '093355.278000', '093355.287000', '093355.289000', '093355.292000', '093355.294000', '093355.297000', '093355.300000', '093355.303000', '093355.305000', '093355.308000', '093355.311000', '093355.313000', '093355.316000', '093355.318000', '093355.321000', '093355.323000', '093355.326000', '093355.329000', '093355.331000', '093355.334000', '093355.336000', '093355.339000', '093355.342000', '093355.344000', '093355.347000', '093355.349000', '093355.352000', '093355.355000', '093355.357000', '093355.360000', '093355.363000', '093355.365000', '093355.368000', '093355.370000', '093414.757000', '093414.760000', '093414.763000', '093414.765000', '093414.768000', '093414.771000', '093414.773000', '093414.776000', '093414.778000', '093414.781000', '093414.784000', '093414.786000', '093414.789000', '093414.791000', '093414.794000', '093414.797000', '093414.799000', '093414.875000', '093414.877000', '093414.880000', '093414.883000', '093414.885000', '093414.888000', '093414.891000', '093414.893000', '093414.896000', '093414.898000', '093414.901000', '093414.904000', '093414.906000', '093414.909000', '093414.912000', '093414.914000', '093414.917000', '093414.919000', '093414.922000', '093414.925000', '093414.927000', '093414.930000', '093414.933000', '093414.935000', '093414.938000', '093414.940000'], 'InstanceCreationTime': ['092155.280000', '092155.283000', '092155.286000', '092155.288000', '092155.291000', '092155.294000', '092155.296000', '092155.299000', '092155.302000', '092155.304000', '092155.307000', '092155.309000', '092155.312000', '092155.314000', '092155.317000', '092155.320000', '092155.322000', '092155.325000', '092155.327000', '092155.330000', '092155.333000', '092155.335000', '092155.346000', '092155.348000', '092155.351000', '092155.354000', '092155.356000', '092155.359000', '092155.361000', '092155.364000', '092155.370000', '092155.372000', '092215.253000', '092215.256000', '092215.259000', '092215.261000', '092215.264000', '092215.267000', '092215.269000', '092215.272000', '092215.274000', '092215.277000', '092215.279000', '092215.282000', '092215.285000', '092215.287000', '092215.290000', '092215.292000', '092215.295000', '092215.298000', '092215.300000', '092215.311000', '092215.313000', '092215.316000', '092215.319000', '092215.321000', '092215.324000', '092215.326000', '092215.329000', '092215.332000', '092215.334000', '092215.337000', '092215.340000', '092215.344000', '092215.346000', '092215.349000', '092215.352000', '092215.354000', '092215.357000', '092215.360000', '092215.362000', '092215.365000', '092215.367000', '092215.370000', '092215.373000', '092235.254000', '092235.257000', '092235.259000', '092235.262000', '092235.264000', '092235.267000', '092235.270000', '092235.272000', '092235.286000', '092235.289000', '092235.291000', '092235.294000', '092235.296000', '092235.299000', '092235.302000', '092235.305000', '092235.307000', '092235.310000', '092235.312000', '092235.315000', '092235.318000', '092235.320000', '092235.323000', '092235.326000', '092235.328000', '092235.331000', '092235.333000', '092235.336000', '092235.339000', '092235.341000', '092235.344000', '092235.346000', '092235.349000', '092235.355000', '092235.361000', '092235.364000', '092235.366000', '092235.369000', '092235.372000', '092235.374000', '092235.377000', '092235.380000', '092235.382000', '092235.385000', '092255.254000', '092255.256000', '092255.259000', '092255.262000', '092255.264000', '092255.267000', '092255.269000', '092255.272000', '092255.275000', '092255.277000', '092255.280000', '092255.283000', '092255.285000', '092255.288000', '092255.290000', '092255.293000', '092255.296000', '092255.298000', '092255.301000', '092255.304000', '092255.306000', '092255.309000', '092255.312000', '092255.314000', '092255.317000', '092255.319000', '092255.322000', '092255.325000', '092255.327000', '092255.330000', '092255.333000', '092255.335000', '092255.338000', '092255.340000', '092255.343000', '092255.346000', '092255.348000', '092255.351000', '092255.353000', '092255.356000', '092255.358000', '092255.361000', '092255.364000', '092315.253000', '092315.256000', '092315.259000', '092315.261000', '092315.264000', '092315.267000', '092315.270000', '092315.272000', '092315.275000', '092315.278000', '092315.280000', '092315.283000', '092315.285000', '092315.288000', '092315.291000', '092315.293000', '092315.296000', '092315.298000', '092315.301000', '092315.303000', '092315.306000', '092315.309000', '092315.311000', '092315.314000', '092315.316000', '092315.319000', '092315.322000', '092315.324000', '092315.327000', '092315.329000', '092315.332000', '092315.335000', '092315.337000', '092315.340000', '092315.342000', '092315.345000', '092315.348000', '092315.350000', '092315.353000', '092315.356000', '092315.358000', '092315.361000', '092315.363000', '092315.366000', '092335.253000', '092335.256000', '092335.260000', '092335.262000', '092335.265000', '092335.267000', '092335.270000', '092335.273000', '092335.275000', '092335.278000', '092335.281000', '092335.283000', '092335.286000', '092335.288000', '092335.291000', '092335.294000', '092335.296000', '092335.299000', '092335.302000', '092335.304000', '092335.307000', '092335.309000', '092335.312000', '092335.315000', '092335.317000', '092335.320000', '092335.322000', '092335.325000', '092335.328000', '092335.330000', '092335.333000', '092335.335000', '092335.338000', '092335.341000', '092335.343000', '092335.346000', '092335.349000', '092335.351000', '092335.354000', '092335.356000', '092335.360000', '092335.363000', '092335.366000', '092355.254000', '092355.256000', '092355.259000', '092355.262000', '092355.264000', '092355.267000', '092355.270000', '092355.272000', '092355.275000', '092355.278000', '092355.280000', '092355.283000', '092355.285000', '092355.288000', '092355.291000', '092355.293000', '092355.296000', '092355.298000', '092355.301000', '092355.304000', '092355.306000', '092355.309000', '092355.311000', '092355.314000', '092355.317000', '092355.319000', '092355.322000', '092355.324000', '092355.327000', '092355.330000', '092355.332000', '092355.335000', '092355.337000', '092355.340000', '092355.343000', '092355.345000', '092355.348000', '092355.350000', '092355.353000', '092355.356000', '092355.358000', '092355.361000', '092355.364000', '092355.366000', '092415.254000', '092415.257000', '092415.259000', '092415.262000', '092415.273000', '092415.276000', '092415.278000', '092415.281000', '092415.284000', '092415.286000', '092415.289000', '092415.291000', '092415.294000', '092415.297000', '092415.299000', '092415.302000', '092415.305000', '092415.307000', '092415.310000', '092415.312000', '092415.315000', '092415.318000', '092415.320000', '092415.323000', '092415.325000', '092415.328000', '092415.331000', '092415.333000', '092415.345000', '092415.348000', '092415.350000', '092415.353000', '092415.355000', '092415.358000', '092415.361000', '092415.363000', '092415.366000', '092415.368000', '092415.371000', '092415.374000', '092415.376000', '092415.379000', '092415.381000', '092435.253000', '092435.256000', '092435.259000', '092435.262000', '092435.264000', '092435.267000', '092435.270000', '092435.272000', '092435.275000', '092435.278000', '092435.280000', '092435.283000', '092435.286000', '092435.288000', '092435.291000', '092435.294000', '092435.296000', '092435.299000', '092435.302000', '092435.313000', '092435.315000', '092435.318000', '092435.321000', '092435.323000', '092435.326000', '092435.328000', '092435.331000', '092435.334000', '092435.337000', '092435.339000', '092435.342000', '092435.345000', '092435.347000', '092435.350000', '092435.352000', '092435.355000', '092435.358000', '092435.360000', '092435.363000', '092435.365000', '092435.368000', '092435.371000', '092435.373000', '092435.376000', '092455.254000', '092455.256000', '092455.259000', '092455.262000', '092455.264000', '092455.267000', '092455.270000', '092455.272000', '092455.275000', '092455.278000', '092455.280000', '092455.283000', '092455.285000', '092455.288000', '092455.290000', '092455.293000', '092455.296000', '092455.299000', '092455.301000', '092455.304000', '092455.306000', '092455.309000', '092455.312000', '092455.314000', '092455.317000', '092455.319000', '092455.322000', '092455.324000', '092455.327000', '092455.330000', '092455.332000', '092455.335000', '092455.338000', '092455.340000', '092455.343000', '092455.345000', '092455.348000', '092455.351000', '092455.353000', '092455.356000', '092455.358000', '092455.361000', '092455.363000', '092515.253000', '092515.256000', '092515.259000', '092515.262000', '092515.264000', '092515.267000', '092515.270000', '092515.272000', '092515.275000', '092515.277000', '092515.280000', '092515.283000', '092515.285000', '092515.288000', '092515.290000', '092515.293000', '092515.296000', '092515.298000', '092515.301000', '092515.304000', '092515.306000', '092515.309000', '092515.311000', '092515.314000', '092515.316000', '092515.319000', '092515.322000', '092515.324000', '092515.327000', '092515.330000', '092515.332000', '092515.335000', '092515.337000', '092515.340000', '092515.343000', '092515.345000', '092515.348000', '092515.351000', '092515.353000', '092515.356000', '092515.358000', '092515.361000', '092515.364000', '092515.366000', '092535.254000', '092535.256000', '092535.259000', '092535.262000', '092535.265000', '092535.267000', '092535.270000', '092535.273000', '092535.275000', '092535.278000', '092535.280000', '092535.283000', '092535.286000', '092535.288000', '092535.291000', '092535.294000', '092535.296000', '092535.299000', '092535.302000', '092535.304000', '092535.307000', '092535.310000', '092535.312000', '092535.315000', '092535.318000', '092535.320000', '092535.323000', '092535.325000', '092535.328000', '092535.341000', '092535.343000', '092535.346000', '092535.348000', '092535.351000', '092535.354000', '092535.356000', '092535.359000', '092535.361000', '092535.364000', '092535.367000', '092535.369000', '092535.372000', '092535.374000', '092555.254000', '092555.256000', '092555.259000', '092555.262000', '092555.265000', '092555.268000', '092555.270000', '092555.273000', '092555.276000', '092555.279000', '092555.281000', '092555.284000', '092555.287000', '092555.289000', '092555.292000', '092555.295000', '092555.297000', '092555.300000', '092555.303000', '092555.305000', '092555.308000', '092555.310000', '092555.313000', '092555.316000', '092555.318000', '092555.321000', '092555.324000', '092555.327000', '092555.329000', '092555.332000', '092555.335000', '092555.337000', '092555.340000', '092555.343000', '092555.345000', '092555.348000', '092555.351000', '092555.353000', '092555.356000', '092555.358000', '092555.361000', '092555.364000', '092555.366000', '092555.369000', '092615.253000', '092615.256000', '092615.259000', '092615.262000', '092615.264000', '092615.267000', '092615.270000', '092615.272000', '092615.275000', '092615.277000', '092615.280000', '092615.283000', '092615.285000', '092615.288000', '092615.291000', '092615.293000', '092615.296000', '092615.298000', '092615.301000', '092615.304000', '092615.306000', '092615.309000', '092615.311000', '092615.314000', '092615.317000', '092615.319000', '092615.322000', '092615.325000', '092615.327000', '092615.330000', '092615.333000', '092615.335000', '092615.338000', '092615.340000', '092615.343000', '092615.346000', '092615.348000', '092615.351000', '092615.354000', '092615.356000', '092615.359000', '092615.361000', '092615.364000', '092635.253000', '092635.256000', '092635.259000', '092635.262000', '092635.264000', '092635.267000', '092635.269000', '092635.272000', '092635.275000', '092635.277000', '092635.280000', '092635.283000', '092635.285000', '092635.288000', '092635.290000', '092635.293000', '092635.296000', '092635.299000', '092635.301000', '092635.304000', '092635.306000', '092635.309000', '092635.311000', '092635.314000', '092635.317000', '092635.319000', '092635.322000', '092635.332000', '092635.335000', '092635.337000', '092635.340000', '092635.342000', '092635.345000', '092635.348000', '092635.350000', '092635.353000', '092635.356000', '092635.358000', '092635.361000', '092635.363000', '092635.366000', '092635.369000', '092635.371000', '092635.374000', '092655.254000', '092655.257000', '092655.260000', '092655.262000', '092655.265000', '092655.268000', '092655.271000', '092655.273000', '092655.276000', '092655.279000', '092655.281000', '092655.284000', '092655.286000', '092655.289000', '092655.292000', '092655.294000', '092655.297000', '092655.299000', '092655.302000', '092655.305000', '092655.307000', '092655.310000', '092655.312000', '092655.315000', '092655.318000', '092655.320000', '092655.323000', '092655.326000', '092655.328000', '092655.331000', '092655.333000', '092655.336000', '092655.339000', '092655.341000', '092655.344000', '092655.347000', '092655.349000', '092655.352000', '092655.354000', '092655.370000', '092655.373000', '092655.375000', '092655.378000', '092715.254000', '092715.256000', '092715.259000', '092715.262000', '092715.264000', '092715.267000', '092715.270000', '092715.272000', '092715.275000', '092715.277000', '092715.280000', '092715.283000', '092715.285000', '092715.288000', '092715.291000', '092715.293000', '092715.296000', '092715.299000', '092715.302000', '092715.305000', '092715.308000', '092715.311000', '092715.313000', '092715.316000', '092715.318000', '092715.321000', '092715.324000', '092715.326000', '092715.329000', '092715.331000', '092715.334000', '092715.337000', '092715.339000', '092715.342000', '092715.345000', '092715.347000', '092715.350000', '092715.352000', '092715.355000', '092715.358000', '092715.361000', '092715.363000', '092715.366000', '092735.254000', '092735.257000', '092735.259000', '092735.262000', '092735.265000', '092735.267000', '092735.270000', '092735.272000', '092735.275000', '092735.278000', '092735.280000', '092735.283000', '092735.286000', '092735.288000', '092735.291000', '092735.293000', '092735.296000', '092735.299000', '092735.301000', '092735.304000', '092735.307000', '092735.310000', '092735.312000', '092735.315000', '092735.319000', '092735.322000', '092735.324000', '092735.327000', '092735.330000', '092735.332000', '092735.335000', '092735.337000', '092735.340000', '092735.343000', '092735.346000', '092735.348000', '092735.351000', '092735.353000', '092735.356000', '092735.359000', '092735.361000', '092735.364000', '092735.367000', '092735.369000', '092755.253000', '092755.256000', '092755.259000', '092755.262000', '092755.264000', '092755.267000', '092755.269000', '092755.272000', '092755.275000', '092755.277000', '092755.280000', '092755.283000', '092755.285000', '092755.288000', '092755.290000', '092755.293000', '092755.296000', '092755.298000', '092755.301000', '092755.303000', '092755.306000', '092755.308000', '092755.311000', '092755.314000', '092755.316000', '092755.319000', '092755.321000', '092755.324000', '092755.327000', '092755.329000', '092755.332000', '092755.335000', '092755.337000', '092755.340000', '092755.358000', '092755.361000', '092755.364000', '092755.367000', '092755.369000', '092755.372000', '092755.374000', '092755.377000', '092755.380000', '092815.254000', '092815.256000', '092815.259000', '092815.262000', '092815.265000', '092815.267000', '092815.270000', '092815.272000', '092815.275000', '092815.278000', '092815.280000', '092815.283000', '092815.286000', '092815.288000', '092815.291000', '092815.293000', '092815.296000', '092815.299000', '092815.301000', '092815.304000', '092815.307000', '092815.309000', '092815.312000', '092815.314000', '092815.317000', '092815.320000', '092815.322000', '092815.325000', '092815.328000', '092815.330000', '092815.333000', '092815.335000', '092815.338000', '092815.340000', '092815.343000', '092815.346000', '092815.348000', '092815.351000', '092815.354000', '092815.356000', '092815.359000', '092815.361000', '092815.364000', '092815.367000', '092835.254000', '092835.256000', '092835.259000', '092835.262000', '092835.264000', '092835.267000', '092835.270000', '092835.282000', '092835.285000', '092835.288000', '092835.290000', '092835.293000', '092835.295000', '092835.298000', '092835.301000', '092835.303000', '092835.306000', '092835.309000', '092835.311000', '092835.314000', '092835.316000', '092835.319000', '092835.322000', '092835.325000', '092835.328000', '092835.346000', '092835.348000', '092835.351000', '092835.354000', '092835.357000', '092835.359000', '092835.362000', '092835.365000', '092835.367000', '092835.370000', '092835.372000', '092835.375000', '092835.378000', '092835.380000', '092835.383000', '092835.386000', '092835.388000', '092835.391000', '092855.254000', '092855.257000', '092855.259000', '092855.262000', '092855.265000', '092855.267000', '092855.270000', '092855.273000', '092855.275000', '092855.278000', '092855.281000', '092855.283000', '092855.286000', '092855.289000', '092855.291000', '092855.294000', '092855.296000', '092855.299000', '092855.302000', '092855.304000', '092855.307000', '092855.310000', '092855.312000', '092855.315000', '092855.318000', '092855.320000', '092855.323000', '092855.325000', '092855.328000', '092855.331000', '092855.333000', '092855.336000', '092855.339000', '092855.341000', '092855.344000', '092855.346000', '092855.349000', '092855.352000', '092855.354000', '092855.357000', '092855.360000', '092855.362000', '092855.365000', '092855.367000', '092915.254000', '092915.257000', '092915.260000', '092915.262000', '092915.265000', '092915.268000', '092915.271000', '092915.273000', '092915.276000', '092915.279000', '092915.282000', '092915.284000', '092915.287000', '092915.290000', '092915.292000', '092915.295000', '092915.297000', '092915.300000', '092915.303000', '092915.305000', '092915.308000', '092915.314000', '092915.317000', '092915.319000', '092915.322000', '092915.325000', '092915.327000', '092915.330000', '092915.333000', '092915.335000', '092915.338000', '092915.340000', '092915.343000', '092915.346000', '092915.349000', '092915.351000', '092915.354000', '092915.357000', '092915.359000', '092915.362000', '092915.364000', '092915.367000', '092915.370000', '092935.254000', '092935.257000', '092935.260000', '092935.262000', '092935.265000', '092935.267000', '092935.270000', '092935.273000', '092935.276000', '092935.278000', '092935.281000', '092935.284000', '092935.287000', '092935.289000', '092935.292000', '092935.294000', '092935.297000', '092935.300000', '092935.302000', '092935.305000', '092935.307000', '092935.310000', '092935.313000', '092935.315000', '092935.318000', '092935.320000', '092935.323000', '092935.326000', '092935.328000', '092935.331000', '092935.333000', '092935.336000', '092935.339000', '092935.341000', '092935.344000', '092935.347000', '092935.349000', '092935.352000', '092935.354000', '092935.357000', '092935.359000', '092935.362000', '092935.365000', '092935.367000', '092955.254000', '092955.256000', '092955.259000', '092955.279000', '092955.282000', '092955.284000', '092955.287000', '092955.289000', '092955.292000', '092955.295000', '092955.297000', '092955.300000', '092955.303000', '092955.305000', '092955.308000', '092955.310000', '092955.313000', '092955.316000', '092955.318000', '092955.321000', '092955.324000', '092955.326000', '092955.329000', '092955.331000', '092955.334000', '092955.337000', '092955.339000', '092955.342000', '092955.345000', '092955.347000', '092955.350000', '092955.352000', '092955.355000', '092955.358000', '092955.361000', '092955.363000', '092955.366000', '092955.369000', '092955.372000', '092955.374000', '092955.377000', '092955.379000', '092955.383000', '093015.254000', '093015.257000', '093015.259000', '093015.262000', '093015.265000', '093015.267000', '093015.270000', '093015.272000', '093015.280000', '093015.283000', '093015.285000', '093015.288000', '093015.290000', '093015.293000', '093015.296000', '093015.298000', '093015.301000', '093015.304000', '093015.306000', '093015.309000', '093015.312000', '093015.315000', '093015.317000', '093015.320000', '093015.322000', '093015.325000', '093015.328000', '093015.330000', '093015.333000', '093015.336000', '093015.338000', '093015.341000', '093015.343000', '093015.346000', '093015.349000', '093015.351000', '093015.354000', '093015.357000', '093015.359000', '093015.362000', '093015.364000', '093015.367000', '093015.370000', '093015.372000', '093035.253000', '093035.256000', '093035.259000', '093035.262000', '093035.264000', '093035.267000', '093035.270000', '093035.272000', '093035.275000', '093035.277000', '093035.280000', '093035.283000', '093035.285000', '093035.288000', '093035.290000', '093035.293000', '093035.296000', '093035.298000', '093035.301000', '093035.304000', '093035.307000', '093035.309000', '093035.312000', '093035.314000', '093035.317000', '093035.320000', '093035.322000', '093035.325000', '093035.328000', '093035.330000', '093035.333000', '093035.336000', '093035.338000', '093035.341000', '093035.343000', '093035.346000', '093035.349000', '093035.351000', '093035.354000', '093035.357000', '093035.359000', '093035.362000', '093035.365000', '093055.254000', '093055.257000', '093055.259000', '093055.262000', '093055.265000', '093055.267000', '093055.270000', '093055.272000', '093055.275000', '093055.278000', '093055.281000', '093055.283000', '093055.286000', '093055.288000', '093055.291000', '093055.294000', '093055.296000', '093055.299000', '093055.302000', '093055.304000', '093055.307000', '093055.310000', '093055.312000', '093055.315000', '093055.317000', '093055.320000', '093055.323000', '093055.325000', '093055.328000', '093055.330000', '093055.333000', '093055.336000', '093055.338000', '093055.341000', '093055.344000', '093055.346000', '093055.349000', '093055.351000', '093055.354000', '093055.357000', '093055.359000', '093055.362000', '093055.364000', '093055.367000', '093115.254000', '093115.257000', '093115.259000', '093115.262000', '093115.265000', '093115.267000', '093115.270000', '093115.273000', '093115.275000', '093115.278000', '093115.280000', '093115.283000', '093115.286000', '093115.288000', '093115.291000', '093115.294000', '093115.296000', '093115.299000', '093115.302000', '093115.304000', '093115.307000', '093115.309000', '093115.312000', '093115.314000', '093115.317000', '093115.320000', '093115.322000', '093115.325000', '093115.328000', '093115.330000', '093115.333000', '093115.336000', '093115.338000', '093115.341000', '093115.343000', '093115.346000', '093115.348000', '093115.351000', '093115.354000', '093115.356000', '093115.359000', '093115.362000', '093115.364000', '093135.254000', '093135.256000', '093135.259000', '093135.262000', '093135.264000', '093135.267000', '093135.269000', '093135.272000', '093135.275000', '093135.277000', '093135.280000', '093135.283000', '093135.285000', '093135.288000', '093135.291000', '093135.293000', '093135.296000', '093135.298000', '093135.301000', '093135.304000', '093135.306000', '093135.309000', '093135.312000', '093135.314000', '093135.317000', '093135.319000', '093135.322000', '093135.325000', '093135.327000', '093135.330000', '093135.333000', '093135.335000', '093135.338000', '093135.340000', '093135.343000', '093135.346000', '093135.348000', '093135.351000', '093135.354000', '093135.356000', '093135.359000', '093135.361000', '093135.364000', '093135.367000', '093155.254000', '093155.257000', '093155.260000', '093155.262000', '093155.265000', '093155.267000', '093155.270000', '093155.272000', '093155.275000', '093155.278000', '093155.280000', '093155.283000', '093155.286000', '093155.289000', '093155.291000', '093155.294000', '093155.296000', '093155.299000', '093155.302000', '093155.304000', '093155.307000', '093155.309000', '093155.312000', '093155.315000', '093155.317000', '093155.320000', '093155.322000', '093155.325000', '093155.328000', '093155.330000', '093155.333000', '093155.336000', '093155.338000', '093155.341000', '093155.344000', '093155.346000', '093155.349000', '093155.352000', '093155.354000', '093155.357000', '093155.359000', '093155.362000', '093155.365000', '093215.254000', '093215.256000', '093215.259000', '093215.262000', '093215.265000', '093215.267000', '093215.270000', '093215.273000', '093215.275000', '093215.278000', '093215.281000', '093215.283000', '093215.286000', '093215.289000', '093215.292000', '093215.294000', '093215.297000', '093215.299000', '093215.302000', '093215.305000', '093215.307000', '093215.310000', '093215.312000', '093215.315000', '093215.318000', '093215.320000', '093215.323000', '093215.326000', '093215.328000', '093215.331000', '093215.334000', '093215.336000', '093215.339000', '093215.341000', '093215.344000', '093215.347000', '093215.349000', '093215.352000', '093215.355000', '093215.357000', '093215.360000', '093215.377000', '093215.380000', '093215.382000', '093235.254000', '093235.256000', '093235.270000', '093235.272000', '093235.275000', '093235.278000', '093235.280000', '093235.283000', '093235.286000', '093235.288000', '093235.291000', '093235.293000', '093235.296000', '093235.299000', '093235.301000', '093235.304000', '093235.307000', '093235.309000', '093235.312000', '093235.314000', '093235.317000', '093235.320000', '093235.322000', '093235.325000', '093235.327000', '093235.330000', '093235.333000', '093235.335000', '093235.338000', '093235.341000', '093235.343000', '093235.346000', '093235.349000', '093235.351000', '093235.354000', '093235.356000', '093235.359000', '093235.361000', '093235.364000', '093235.367000', '093235.369000', '093235.372000', '093235.375000', '093255.254000', '093255.257000', '093255.259000', '093255.262000', '093255.267000', '093255.270000', '093255.273000', '093255.275000', '093255.278000', '093255.281000', '093255.283000', '093255.286000', '093255.288000', '093255.291000', '093255.294000', '093255.296000', '093255.299000', '093255.302000', '093255.304000', '093255.307000', '093255.309000', '093255.312000', '093255.315000', '093255.317000', '093255.320000', '093255.323000', '093255.325000', '093255.328000', '093255.331000', '093255.333000', '093255.336000', '093255.339000', '093255.341000', '093255.344000', '093255.346000', '093255.349000', '093255.352000', '093255.354000', '093255.357000', '093255.360000', '093255.362000', '093255.365000', '093255.367000', '093255.370000', '093315.254000', '093315.256000', '093315.259000', '093315.262000', '093315.264000', '093315.267000', '093315.270000', '093315.272000', '093315.275000', '093315.278000', '093315.280000', '093315.283000', '093315.285000', '093315.288000', '093315.291000', '093315.293000', '093315.296000', '093315.298000', '093315.301000', '093315.304000', '093315.306000', '093315.309000', '093315.311000', '093315.314000', '093315.317000', '093315.319000', '093315.322000', '093315.324000', '093315.327000', '093315.330000', '093315.332000', '093315.335000', '093315.337000', '093315.340000', '093315.343000', '093315.345000', '093315.348000', '093315.350000', '093315.353000', '093315.356000', '093315.358000', '093315.361000', '093315.364000', '093335.254000', '093335.257000', '093335.259000', '093335.263000', '093335.266000', '093335.268000', '093335.271000', '093335.273000', '093335.276000', '093335.309000', '093335.312000', '093335.314000', '093335.317000', '093335.320000', '093335.322000', '093335.325000', '093335.328000', '093335.330000', '093335.333000', '093335.335000', '093335.338000', '093335.341000', '093335.343000', '093335.346000', '093335.349000', '093335.351000', '093335.354000', '093335.356000', '093335.359000', '093335.362000', '093335.364000', '093335.367000', '093335.370000', '093335.372000', '093335.375000', '093335.378000', '093335.380000', '093335.383000', '093335.385000', '093335.388000', '093335.391000', '093335.393000', '093335.396000', '093335.399000', '093355.254000', '093355.257000', '093355.259000', '093355.262000', '093355.265000', '093355.267000', '093355.270000', '093355.273000', '093355.275000', '093355.278000', '093355.287000', '093355.289000', '093355.292000', '093355.294000', '093355.297000', '093355.300000', '093355.303000', '093355.305000', '093355.308000', '093355.311000', '093355.313000', '093355.316000', '093355.318000', '093355.321000', '093355.323000', '093355.326000', '093355.329000', '093355.331000', '093355.334000', '093355.336000', '093355.339000', '093355.342000', '093355.344000', '093355.347000', '093355.349000', '093355.352000', '093355.355000', '093355.357000', '093355.360000', '093355.363000', '093355.365000', '093355.368000', '093355.370000', '093414.757000', '093414.760000', '093414.763000', '093414.765000', '093414.768000', '093414.771000', '093414.773000', '093414.776000', '093414.778000', '093414.781000', '093414.784000', '093414.786000', '093414.789000', '093414.791000', '093414.794000', '093414.797000', '093414.799000', '093414.875000', '093414.877000', '093414.880000', '093414.883000', '093414.885000', '093414.888000', '093414.891000', '093414.893000', '093414.896000', '093414.898000', '093414.901000', '093414.904000', '093414.906000', '093414.909000', '093414.912000', '093414.914000', '093414.917000', '093414.919000', '093414.922000', '093414.925000', '093414.927000', '093414.930000', '093414.933000', '093414.935000', '093414.938000', '093414.940000'], '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, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [9024, 7149, 8733, 7214, 9282, 7076, 7125, 7743, 7197, 7892, 7017, 8638, 6910, 9134, 7132, 8559, 8907, 6845, 9541, 7113, 12928, 7449, 11420, 8266, 7067, 7406, 6926, 6757, 7256, 6817, 9303, 6882, 8072, 8264, 6881, 8232, 6855, 10239, 7001, 9474, 11534, 7220, 8443, 7728, 7475, 12659, 12077, 14307, 13775, 11108, 11379, 9101, 14292, 11086, 10070, 9145, 13943, 10940, 8020, 7100, 8194, 6946, 8332, 7215, 8821, 8086, 7879, 8497, 7007, 8205, 7083, 10184, 7059, 11403, 7234, 13528, 7427, 12360, 7539, 9763, 7221, 7343, 7656, 7149, 7467, 7993, 6972, 10893, 8284, 7227, 7768, 7119, 11838, 7319, 7290, 7425, 7166, 10377, 7923, 7703, 8301, 6896, 6824, 7608, 7214, 6931, 7731, 6999, 9928, 7465, 8681, 8266, 6895, 10496, 8006, 8903, 9300, 7176, 13199, 8772, 7107, 9630, 7114, 11064, 6815, 11349, 6951, 13069, 10332, 9258, 7652, 7074, 9799, 6953, 10291, 6992, 10985, 6841, 11251, 8412, 9537, 8303, 6788, 9774, 7250, 9584, 7293, 7232, 7123, 7631, 7662, 6833, 7438, 9606, 9929, 9886, 11128, 11175, 9667, 9621, 9179, 7514, 8860, 7004, 9685, 8029, 7251, 8641, 7329, 7186, 8812, 6834, 10236, 7171, 11911, 11548, 12691, 10265, 6842, 8766, 7169, 9610, 7775, 10441, 9018, 10330, 9284, 7346, 11830, 6945, 6687, 8270, 6740, 9965, 6931, 10471, 7336, 10221, 7086, 10008, 7003, 9867, 6996, 8094, 6757, 6866, 6936, 7803, 6753, 7701, 7166, 9473, 7478, 10194, 7694, 11737, 11154, 8210, 8278, 7061, 7871, 8532, 7228, 11444, 7648, 11811, 7473, 9903, 6985, 8141, 8222, 6773, 8730, 6784, 9351, 7287, 11448, 7072, 10777, 7175, 9189, 7826, 7693, 8298, 6840, 8537, 6945, 8849, 6741, 9554, 6792, 12287, 6956, 6872, 7019, 7009, 6940, 8329, 7342, 9096, 7518, 6887, 8325, 6770, 9130, 6926, 9762, 7112, 8613, 8244, 6923, 8846, 7219, 8322, 9381, 8527, 9131, 8446, 7113, 8893, 7119, 9304, 6767, 7295, 7403, 9330, 8005, 8354, 8285, 8963, 8311, 7180, 8654, 6934, 8836, 6950, 9927, 6924, 9730, 6916, 6872, 7348, 6773, 6983, 7807, 6874, 10173, 8814, 6790, 9221, 7226, 12416, 9939, 8919, 10439, 7340, 13877, 7254, 13604, 10590, 6691, 9563, 6725, 7875, 8240, 6800, 9261, 6730, 10751, 7309, 7245, 7803, 6845, 8924, 7554, 9621, 7199, 7433, 8065, 7190, 7127, 8363, 7690, 11211, 7702, 12052, 9974, 12465, 10486, 8296, 13865, 6891, 11929, 9989, 11404, 11753, 7956, 10056, 6777, 12287, 7656, 12957, 8014, 10264, 8138, 7418, 8472, 7210, 8879, 6789, 8261, 6858, 8597, 7093, 8480, 6849, 6956, 7139, 6887, 7251, 6984, 7659, 7986, 7082, 7416, 9136, 9741, 12813, 10750, 12463, 10696, 12822, 10215, 12933, 12302, 9668, 10397, 7028, 8911, 7379, 6817, 8677, 8164, 7076, 8111, 7417, 9870, 8698, 12463, 12747, 9921, 10774, 6963, 7510, 7150, 7045, 7295, 7469, 7084, 7186, 7315, 8701, 8056, 9009, 7378, 10896, 7466, 10634, 7294, 10513, 7244, 8877, 7412, 7131, 7570, 7416, 7480, 7432, 7056, 7514, 7343, 8672, 7562, 11506, 7813, 13251, 8160, 11648, 6981, 6778, 6658, 7734, 7348, 7395, 7097, 9716, 7422, 8902, 7642, 9157, 8912, 7109, 8459, 7780, 9981, 7497, 10651, 7297, 10509, 7662, 10965, 7236, 6995, 7148, 7762, 7292, 7183, 7586, 8329, 7527, 7066, 7464, 7270, 10731, 8432, 6914, 12957, 12955, 15483, 14058, 14414, 12549, 9008, 11137, 8008, 14036, 7575, 7513, 10024, 6931, 7369, 7213, 7913, 10055, 7590, 10304, 6949, 9776, 7348, 7073, 7196, 7182, 9365, 6912, 10490, 7987, 10601, 8724, 10886, 6797, 9204, 6895, 8913, 7447, 8941, 8513, 6885, 8244, 6752, 8913, 7201, 8274, 7021, 13074, 9060, 13237, 10209, 11023, 7161, 10110, 7976, 9373, 8144, 7037, 8268, 6875, 8389, 7183, 8347, 7401, 9110, 7528, 10459, 7504, 8170, 7323, 7423, 7502, 6773, 6844, 6810, 7580, 7065, 6982, 7372, 10021, 7642, 11619, 9394, 11602, 10045, 9610, 7649, 10200, 6993, 9574, 8454, 7944, 8521, 6961, 8298, 10424, 7334, 10902, 6977, 10579, 9508, 8120, 8057, 7682, 7412, 7069, 7351, 7095, 7294, 8062, 7536, 10466, 8228, 12028, 7928, 11464, 7613, 12162, 9332, 11620, 8169, 7346, 8537, 7057, 8048, 7599, 7398, 10802, 7180, 7026, 7203, 7521, 9512, 7324, 10445, 7432, 11015, 7272, 9576, 7434, 7474, 8043, 7124, 11546, 8534, 11029, 11663, 7539, 9829, 7608, 7703, 11471, 11695, 13571, 9474, 13302, 7420, 12000, 7411, 11691, 7311, 10804, 7077, 10824, 8086, 7068, 8101, 7412, 9587, 7166, 8951, 7581, 7058, 8252, 7399, 8892, 7053, 10688, 7089, 11683, 6987, 7137, 6924, 6998, 8899, 7338, 9949, 8659, 7347, 8030, 6990, 8583, 9471, 8752, 7372, 9164, 7247, 9428, 6989, 6922, 7239, 7584, 7015, 7089, 7277, 8335, 7411, 9381, 7193, 7221, 8737, 7669, 9255, 7159, 9057, 7128, 12973, 10169, 11150, 7584, 7900, 7518, 7501, 7256, 7317, 6955, 7942, 10784, 11071, 15448, 13733, 15913, 10006, 12817, 10309, 11357, 9967, 7527, 9488, 8011, 13849, 7019, 10043, 6893, 7068, 6915, 7159, 8204, 7936, 7127, 8492, 7252, 10205, 7249, 12909, 12044, 13324, 11649, 8093, 10277, 7014, 9735, 9203, 9678, 8783, 7388, 8481, 7603, 10918, 7701, 13603, 8069, 7851, 9958, 6945, 7401, 6704, 7575, 8717, 8238, 12673, 6989, 7091, 7161, 7470, 7056, 7642, 9776, 7023, 8313, 7172, 6932, 10168, 11805, 11757, 10966, 7222, 9093, 8843, 8456, 7878, 6956, 7486, 7028, 7232, 7095, 7598, 7169, 9519, 7162, 7026, 7080, 7746, 8499, 7457, 8199, 7106, 7431, 7052, 7735, 8380, 8079, 11820, 7125, 9770, 7440, 9324, 8930, 7260, 6956, 7311, 7127, 6888, 7248, 7453, 7279, 10068, 7695, 11660, 7078, 9215, 8271, 7524, 7376, 7131, 7959, 7508, 7838, 7025, 7194, 7609, 10096, 8640, 9654, 9346, 7651, 11418, 9635, 12643, 10560, 13773, 10812, 7097, 8980, 7183, 10336, 8208, 8956, 8378, 7475, 8480, 7431, 9605, 7934, 10129, 7047, 7972, 7908, 7197, 8372, 7236, 7174, 7339, 9093, 7670, 9595, 7510, 8833, 7217, 9237, 7096, 10650, 6987, 9698, 7134, 7045, 7404, 6921, 8449, 7433, 9638, 6770, 10578, 6951, 6570, 7157, 7200, 9727, 7357, 9764, 8146, 7202, 8848, 7196, 10561, 7320, 8669, 7999, 7209, 8280, 7193, 7523, 7342, 7291, 9016, 9165, 12162, 10441, 7451, 9202, 7445, 12835, 11434, 10894, 14189, 8265, 14675, 6877, 7318, 7673, 7732, 9395, 7402, 7685, 8012, 6954, 9404, 7411, 9853, 7677, 9091, 7902, 9277, 7350, 8841, 7297, 7818, 7733, 7138, 7995, 7623, 8236, 6921, 8184, 8443, 7621, 10407, 6971, 13071, 7032, 12989, 7310, 9546, 8025, 6824, 8960, 7002, 10180, 7197, 6895, 7806, 6698, 8503, 6904, 9338, 7222, 7884, 7469, 7096, 8321, 7236, 8430, 7372, 8636, 7088, 9489, 6892, 9403, 7592, 6821, 7497, 6896, 8488, 7145, 7332, 7122, 6775, 6839, 7012, 6850, 9001, 9837, 7472, 11016, 7691, 11746, 10113, 11564, 11148, 8196, 8402, 7583, 7413, 8171, 8390, 8059, 10818, 9071, 7806, 11377, 8869, 11079, 8862, 8006, 7062, 7038, 6789, 7325, 7031, 7169, 6803, 7178, 9733, 11670, 7905, 12514, 11799, 10589, 16306, 14707, 11665, 15258, 11590, 9833, 14099, 7525, 12945, 7010, 9672, 10580, 7667, 7419, 7452, 7393, 8252, 6778, 9618, 7403, 10037, 8420, 7311, 10272, 7590, 9894, 8450, 7686, 9689, 8644, 14342, 7390, 7525, 7823, 7327, 8694, 7531, 10228, 9815, 8200, 10956, 7805, 7208, 7318, 7522, 7943, 7358, 8199, 7151, 8307, 7791, 7315, 7656, 7713, 7770, 8658, 9029, 8276, 7778, 9653, 7214, 9004, 7423, 9930, 7249, 7437, 11564, 11670, 14742, 12937, 11615, 9503, 7224, 9951, 7171, 12741, 6870, 7393, 7696, 7356, 7405, 7847, 8541, 7834, 7380, 6960, 7757, 10124, 7733, 8607, 7284, 8448, 7800, 7506, 7537, 7884, 8008, 7134, 7263, 7294, 7824, 9936, 7464, 7543, 7540, 7565, 10285, 7737, 8982, 7132, 7127, 7304, 7660, 11133, 7890, 11456, 10180, 7857, 9045, 7534, 9342, 7365, 9088, 7192, 7892, 9984, 7419, 6872, 7454, 7073, 7284, 7496, 10303, 7567, 12676, 7296, 11931, 7322, 11734, 7533, 13479, 7548, 12810, 7177, 10642, 6994, 6945, 7799, 7281, 8735, 7206, 9904, 7281, 10249, 8045, 11682, 7700, 12400, 7568, 12311, 7338, 11296, 6914, 10130, 7478, 6843, 7719, 7242, 7497, 7008, 8494, 7163, 9205, 7344, 9265, 7070, 7970, 7423, 7205, 7807, 7618, 7329, 7432, 6997, 7722, 7182, 6743, 7941, 8291, 8441, 10920, 7421, 11810, 8463, 12573, 11589, 8378, 10626, 7708, 7644, 7415, 7765, 7031, 7355, 7058, 8557, 9561, 7217, 14107, 10640, 14453, 11839, 13839, 12655, 13286, 13145, 7784, 9951, 7736, 15458, 9116, 12547, 7390, 11207, 7380, 7361, 7095, 7538, 7586, 8094, 7737, 8269, 8546, 7504, 10733, 8484, 7035, 7565, 7718, 8816, 7658, 8393, 7943, 7921, 9389, 7957, 10166, 8141, 11572, 7903, 9522, 7303, 8122, 7734, 7887, 8032, 8190, 9211, 7523, 7186, 7105, 7115, 6995, 7167, 6669, 7334, 6978, 7829, 6905, 6911, 7674, 8729, 12338, 9987, 11374, 9990, 10701, 9751, 8721, 14410, 9888, 7412, 7657, 7730, 9787, 8080, 11389, 7958, 11324, 7616, 9764, 7415, 7532, 7799, 7209, 7622, 7347, 7194, 10108, 7273, 9881, 7766, 10540, 7910, 10654, 7867, 10770, 8125, 12232, 8838, 13603, 7752, 10700, 7713, 7564, 8521, 7355, 7171, 7161, 7410, 7377, 7125, 7360, 7168, 7106, 6929, 7193, 10917, 10045, 10331, 9873, 9657, 14840, 12505, 12173, 13445, 11020, 8222, 13364, 11073, 12825, 12065, 7417, 13643, 7317, 7160, 9796, 6835, 7189, 8549, 7522, 6966, 7386, 7645, 8561, 7762, 7610, 9245, 7427, 8570, 8975, 7940, 9250, 7053, 7021, 7133, 7168, 6864, 7136, 7246, 8167, 6855, 9267, 7278, 6820, 7144, 7198, 7902, 9587, 8133, 12159, 12301, 14904, 10479, 12790, 10297, 7536, 13662, 11050, 7029, 7801, 7186, 9212, 7048, 7835, 7171, 6996, 7348, 7249, 10941, 8069, 8299, 7454, 8017, 7647, 7497, 7760, 7622, 7412, 8050, 7823, 9659, 7709, 10379, 7664, 7934, 7743, 7993, 7883, 9094, 7686, 9933, 7395, 9784, 9907, 8019, 10077, 7936, 9778, 7422, 7421, 6959, 7121, 9545, 6992, 9497, 7065, 8760, 7051, 7505, 9538, 7659, 10573, 9455, 9363, 9529, 9167, 9573, 7491, 12649, 7801, 12414, 7746, 9124, 9704, 7297, 10877, 7725, 9590, 6976, 7947, 7778, 7841, 8660, 7166, 7494, 10825, 8353, 11046, 8972, 10498, 9673, 11235, 9444, 14088, 8053, 13235, 7404, 7447, 6950, 7420, 7997, 7859, 10423, 8048, 9629, 7205, 6966, 7195, 7088, 7506, 7066, 8133, 9071, 9466, 12108, 10110, 8729, 11852, 8736, 10289, 9552, 9869, 10854, 7360, 11411, 7541, 7185, 10309, 7883, 11772, 8156, 13264, 10489, 12055, 9510, 6972, 8335, 7276, 8411, 7229, 10147, 8800, 8199, 11119, 6782, 11027, 6977, 7087, 6982, 7139, 8173, 7244, 8213, 7330, 8549, 10977, 7203, 11083, 7364, 10018, 7038, 8151, 7720, 8548, 7217, 7748, 7258, 7316, 7526, 7298, 8086, 7148, 7649, 9097, 7834, 10616, 7000, 10322, 7778, 8615, 7594, 8770, 7564, 9035, 8717, 7245, 7456, 7622, 9058, 6980, 8696, 7576, 7664, 7821, 7412, 8034, 7605, 11659, 8568, 13025, 11728, 8262, 10111, 7545, 11687, 7960, 11555, 8229, 9304, 7520, 8296, 7460, 7613, 7339, 7681, 7477, 7449, 7439, 7594, 7558, 7583, 8444, 7391, 8044, 7750], 'WindowCenter': [4038.0, 4005.0, 4024.0, 3990.0, 4009.0, 3989.0, 3988.0, 3999.0, 4002.0, 4009.0, 4001.0, 4010.0, 4000.0, 4021.0, 4002.0, 4024.0, 4023.0, 3991.0, 4032.0, 4000.0, 4053.0, 4002.0, 4043.0, 4009.0, 3988.0, 3986.0, 3975.0, 3976.0, 3988.0, 3988.0, 4009.0, 3988.0, 3997.0, 3997.0, 3987.0, 3997.0, 3990.0, 4032.0, 4012.0, 4031.0, 4039.0, 4011.0, 4009.0, 3998.0, 3998.0, 4039.0, 4041.0, 4050.0, 4040.0, 4017.0, 4017.0, 3995.0, 4037.0, 4013.0, 4003.0, 3992.0, 4024.0, 4002.0, 3981.0, 3960.0, 3969.0, 3971.0, 3993.0, 3983.0, 3992.0, 3994.0, 3995.0, 3994.0, 3974.0, 3994.0, 3988.0, 4016.0, 3976.0, 4014.0, 3984.0, 4025.0, 3985.0, 4013.0, 3971.0, 4003.0, 3973.0, 3971.0, 3983.0, 3974.0, 3985.0, 4011.0, 3989.0, 4030.0, 4022.0, 4014.0, 4024.0, 4014.0, 4042.0, 4000.0, 3999.0, 3998.0, 3987.0, 4017.0, 3998.0, 4026.0, 4024.0, 3998.0, 3976.0, 3995.0, 3998.0, 3987.0, 3998.0, 4000.0, 4032.0, 4001.0, 4022.0, 4023.0, 4001.0, 4042.0, 4010.0, 4008.0, 4031.0, 3987.0, 4038.0, 4007.0, 3999.0, 4031.0, 4001.0, 4028.0, 3988.0, 4029.0, 3998.0, 4038.0, 4017.0, 4005.0, 3986.0, 3985.0, 4016.0, 3987.0, 4029.0, 3999.0, 4030.0, 3987.0, 4027.0, 3997.0, 4018.0, 3997.0, 3975.0, 4017.0, 3986.0, 4031.0, 4012.0, 3998.0, 3973.0, 3998.0, 3984.0, 3974.0, 3973.0, 4003.0, 4028.0, 4017.0, 4026.0, 4026.0, 4005.0, 4003.0, 4004.0, 3973.0, 3978.0, 3971.0, 3991.0, 3982.0, 3983.0, 3991.0, 3984.0, 3974.0, 3992.0, 3972.0, 4003.0, 3975.0, 4014.0, 4013.0, 4012.0, 3990.0, 3947.0, 3977.0, 3958.0, 3988.0, 3969.0, 4000.0, 3991.0, 4001.0, 3991.0, 3970.0, 4012.0, 3960.0, 3948.0, 3965.0, 3947.0, 3986.0, 3946.0, 3988.0, 3958.0, 3988.0, 3948.0, 3987.0, 3959.0, 3988.0, 3986.0, 3984.0, 3949.0, 3959.0, 3958.0, 3967.0, 3958.0, 3968.0, 3959.0, 3990.0, 3970.0, 3988.0, 3969.0, 4011.0, 4013.0, 3991.0, 3980.0, 3970.0, 3979.0, 3991.0, 3983.0, 4014.0, 3983.0, 4012.0, 3971.0, 3990.0, 3972.0, 3981.0, 3980.0, 3959.0, 3992.0, 3961.0, 3992.0, 3971.0, 4011.0, 3961.0, 4000.0, 3971.0, 4003.0, 3981.0, 3970.0, 3981.0, 3960.0, 3990.0, 3971.0, 3994.0, 3962.0, 3990.0, 3961.0, 4025.0, 3986.0, 3985.0, 3984.0, 3972.0, 3984.0, 4006.0, 3997.0, 4004.0, 3985.0, 3986.0, 4005.0, 3974.0, 4004.0, 3985.0, 4015.0, 3987.0, 4008.0, 4009.0, 3997.0, 4019.0, 3998.0, 4007.0, 4005.0, 3995.0, 3994.0, 3994.0, 3985.0, 4006.0, 3987.0, 4018.0, 4000.0, 3998.0, 4011.0, 4030.0, 4010.0, 4020.0, 4022.0, 4009.0, 4008.0, 3987.0, 4008.0, 4001.0, 4019.0, 3987.0, 4043.0, 4016.0, 4032.0, 3987.0, 3988.0, 3986.0, 3987.0, 3998.0, 3997.0, 3989.0, 4030.0, 4020.0, 3988.0, 4017.0, 3999.0, 4052.0, 4031.0, 4007.0, 4028.0, 3997.0, 4037.0, 3987.0, 4035.0, 4014.0, 3974.0, 4002.0, 3971.0, 3982.0, 3995.0, 3973.0, 4004.0, 3974.0, 4027.0, 3986.0, 3985.0, 3996.0, 3990.0, 4032.0, 4012.0, 4030.0, 4000.0, 4011.0, 4020.0, 3999.0, 3999.0, 4008.0, 4011.0, 4041.0, 4010.0, 4027.0, 4018.0, 4025.0, 4016.0, 3995.0, 4036.0, 3986.0, 4024.0, 4003.0, 4012.0, 4013.0, 3969.0, 3989.0, 3948.0, 3999.0, 3970.0, 4021.0, 3969.0, 3975.0, 3966.0, 3957.0, 3968.0, 3956.0, 3978.0, 3959.0, 3980.0, 3958.0, 3980.0, 3985.0, 3979.0, 3948.0, 3946.0, 3958.0, 3959.0, 3984.0, 3972.0, 3984.0, 3981.0, 3972.0, 3970.0, 3991.0, 4017.0, 4039.0, 4028.0, 4025.0, 4014.0, 4025.0, 4015.0, 4026.0, 4013.0, 3992.0, 4000.0, 3971.0, 3991.0, 3969.0, 3946.0, 3965.0, 3967.0, 3957.0, 3968.0, 3968.0, 3989.0, 3980.0, 4023.0, 3999.0, 3975.0, 3973.0, 3944.0, 3970.0, 3971.0, 3972.0, 3968.0, 3956.0, 3956.0, 3956.0, 3967.0, 3978.0, 3967.0, 3977.0, 3968.0, 3998.0, 3957.0, 3988.0, 3956.0, 3988.0, 3958.0, 3979.0, 3968.0, 3970.0, 3981.0, 3982.0, 3971.0, 3984.0, 3973.0, 3985.0, 3985.0, 4004.0, 3995.0, 4028.0, 3997.0, 4025.0, 3997.0, 4014.0, 3984.0, 3973.0, 3960.0, 3956.0, 3970.0, 3985.0, 3985.0, 4016.0, 3998.0, 4017.0, 4010.0, 4031.0, 4019.0, 3999.0, 4020.0, 4009.0, 4029.0, 3999.0, 4029.0, 3985.0, 4027.0, 3996.0, 4028.0, 3998.0, 3988.0, 3998.0, 3996.0, 3985.0, 3972.0, 3982.0, 3995.0, 3984.0, 3971.0, 3972.0, 3972.0, 4000.0, 3981.0, 3972.0, 4024.0, 4037.0, 4046.0, 4035.0, 4022.0, 4009.0, 3977.0, 3997.0, 3979.0, 4019.0, 3957.0, 3954.0, 3975.0, 3954.0, 3955.0, 3966.0, 3979.0, 3998.0, 3980.0, 4012.0, 3970.0, 3999.0, 3969.0, 3958.0, 3958.0, 3971.0, 4003.0, 3983.0, 4001.0, 3981.0, 4001.0, 3981.0, 4001.0, 3959.0, 3990.0, 3971.0, 4002.0, 3982.0, 3991.0, 4004.0, 3972.0, 3993.0, 3976.0, 4005.0, 3996.0, 3994.0, 3971.0, 4021.0, 3992.0, 4022.0, 4003.0, 4001.0, 3987.0, 4016.0, 3997.0, 4005.0, 3996.0, 3985.0, 3995.0, 3986.0, 4008.0, 3999.0, 4020.0, 3999.0, 4030.0, 4012.0, 4053.0, 4013.0, 4006.0, 4009.0, 3998.0, 3996.0, 3974.0, 3961.0, 3974.0, 3995.0, 3972.0, 3983.0, 3996.0, 4017.0, 3995.0, 4027.0, 4004.0, 4025.0, 4004.0, 4018.0, 3994.0, 4027.0, 3985.0, 4002.0, 3993.0, 3992.0, 3992.0, 3971.0, 3993.0, 4012.0, 3982.0, 4011.0, 3971.0, 4012.0, 4016.0, 3993.0, 3994.0, 4007.0, 3996.0, 3970.0, 3967.0, 3953.0, 3966.0, 3979.0, 3992.0, 4011.0, 3992.0, 4024.0, 3992.0, 4022.0, 3994.0, 4024.0, 4002.0, 4023.0, 3993.0, 4008.0, 4006.0, 3973.0, 3982.0, 3983.0, 3985.0, 4015.0, 3973.0, 3973.0, 3983.0, 3994.0, 4003.0, 3984.0, 4014.0, 3984.0, 4015.0, 3985.0, 4003.0, 3984.0, 3985.0, 3994.0, 3983.0, 4039.0, 4022.0, 4027.0, 4014.0, 3983.0, 4015.0, 3995.0, 3996.0, 4039.0, 4041.0, 4034.0, 4018.0, 4035.0, 3969.0, 3997.0, 3967.0, 3997.0, 3968.0, 4011.0, 3983.0, 4010.0, 3980.0, 3958.0, 3979.0, 3969.0, 4000.0, 3971.0, 3991.0, 3982.0, 3983.0, 4005.0, 3984.0, 4004.0, 3972.0, 4013.0, 3984.0, 4023.0, 3985.0, 3984.0, 3995.0, 3997.0, 4029.0, 4011.0, 4031.0, 4020.0, 3997.0, 3996.0, 3984.0, 4006.0, 4004.0, 4004.0, 3996.0, 4016.0, 3985.0, 4017.0, 3971.0, 3958.0, 3969.0, 3981.0, 3972.0, 3996.0, 3985.0, 3992.0, 3981.0, 4017.0, 3985.0, 3983.0, 3993.0, 3981.0, 3992.0, 3972.0, 4004.0, 3971.0, 4009.0, 4000.0, 4012.0, 3981.0, 3980.0, 3956.0, 3967.0, 3968.0, 3967.0, 3983.0, 3994.0, 4027.0, 4039.0, 4059.0, 4049.0, 4035.0, 4005.0, 4036.0, 4017.0, 4014.0, 4016.0, 3984.0, 4003.0, 3969.0, 3996.0, 3943.0, 3974.0, 3957.0, 3957.0, 3956.0, 3957.0, 3965.0, 3967.0, 3959.0, 3980.0, 3969.0, 3988.0, 3957.0, 4009.0, 3999.0, 4009.0, 3987.0, 3980.0, 3999.0, 3957.0, 3988.0, 3990.0, 3975.0, 3965.0, 3958.0, 3990.0, 3968.0, 3998.0, 3969.0, 4007.0, 3955.0, 3970.0, 3976.0, 3959.0, 3969.0, 3960.0, 3982.0, 3992.0, 4005.0, 4048.0, 3975.0, 3973.0, 3960.0, 3958.0, 3959.0, 3972.0, 3990.0, 3961.0, 3980.0, 3959.0, 3947.0, 3988.0, 4012.0, 4000.0, 3988.0, 3958.0, 3981.0, 3994.0, 3982.0, 3970.0, 3960.0, 3958.0, 3959.0, 3957.0, 3960.0, 3957.0, 3961.0, 3990.0, 3974.0, 3971.0, 3959.0, 3971.0, 3979.0, 3960.0, 3969.0, 3959.0, 3959.0, 3961.0, 3972.0, 3981.0, 3969.0, 4013.0, 3962.0, 3990.0, 3972.0, 4004.0, 3991.0, 3959.0, 3958.0, 3970.0, 3972.0, 3972.0, 3985.0, 3984.0, 3982.0, 4003.0, 3983.0, 4012.0, 3985.0, 4004.0, 4007.0, 4009.0, 3998.0, 3986.0, 4006.0, 3997.0, 3994.0, 3970.0, 3982.0, 3980.0, 4013.0, 4004.0, 4014.0, 4003.0, 3983.0, 4038.0, 4015.0, 4037.0, 4014.0, 4021.0, 4000.0, 3970.0, 3989.0, 3969.0, 4013.0, 4005.0, 3991.0, 3981.0, 3957.0, 3965.0, 3968.0, 3989.0, 3966.0, 3986.0, 3969.0, 3966.0, 3967.0, 3956.0, 3978.0, 3969.0, 3958.0, 3969.0, 3990.0, 3981.0, 3976.0, 3943.0, 3951.0, 3957.0, 3990.0, 3973.0, 4013.0, 3972.0, 4000.0, 3968.0, 3957.0, 3968.0, 3970.0, 3995.0, 3997.0, 4016.0, 3972.0, 4002.0, 3971.0, 3959.0, 3957.0, 3957.0, 3976.0, 3958.0, 3975.0, 3966.0, 3957.0, 3977.0, 3956.0, 3987.0, 3967.0, 3977.0, 3979.0, 3983.0, 3993.0, 3969.0, 3966.0, 3966.0, 3966.0, 3989.0, 3990.0, 4010.0, 4000.0, 3969.0, 4003.0, 3994.0, 4034.0, 4025.0, 4023.0, 4042.0, 3992.0, 4032.0, 3971.0, 3967.0, 3967.0, 3967.0, 3987.0, 3969.0, 3982.0, 3981.0, 3959.0, 3989.0, 3970.0, 4013.0, 3993.0, 3989.0, 3978.0, 3977.0, 3968.0, 3978.0, 3970.0, 3983.0, 3983.0, 3983.0, 3993.0, 3994.0, 3993.0, 3971.0, 3992.0, 4005.0, 3996.0, 4015.0, 3972.0, 4022.0, 3970.0, 4010.0, 3968.0, 3988.0, 3968.0, 3958.0, 3990.0, 3971.0, 4000.0, 3971.0, 3982.0, 3982.0, 3970.0, 3989.0, 3969.0, 4002.0, 3983.0, 3995.0, 3995.0, 3985.0, 4007.0, 3996.0, 4005.0, 3995.0, 4005.0, 3985.0, 4016.0, 4000.0, 4032.0, 4011.0, 4001.0, 4010.0, 3998.0, 3995.0, 3986.0, 3987.0, 3973.0, 3957.0, 3958.0, 3956.0, 3972.0, 4015.0, 4028.0, 4008.0, 4038.0, 3996.0, 4024.0, 4015.0, 4024.0, 4013.0, 4007.0, 3994.0, 3980.0, 3969.0, 3979.0, 3991.0, 3980.0, 4012.0, 4002.0, 3983.0, 4023.0, 3992.0, 4012.0, 4005.0, 3993.0, 3972.0, 3959.0, 3948.0, 3957.0, 3969.0, 3957.0, 3956.0, 3983.0, 4004.0, 4026.0, 3994.0, 4036.0, 4037.0, 4039.0, 4071.0, 4064.0, 4028.0, 4047.0, 4027.0, 4003.0, 4022.0, 3970.0, 3996.0, 3945.0, 3975.0, 3976.0, 3955.0, 3956.0, 3957.0, 3968.0, 3980.0, 3959.0, 3976.0, 3956.0, 3976.0, 3966.0, 3969.0, 3989.0, 3968.0, 3986.0, 3966.0, 3955.0, 3976.0, 3979.0, 4035.0, 3958.0, 3942.0, 3940.0, 3952.0, 3963.0, 3954.0, 3986.0, 3987.0, 3978.0, 3997.0, 3980.0, 3970.0, 3971.0, 3968.0, 3978.0, 3969.0, 3979.0, 3971.0, 3979.0, 3981.0, 3971.0, 3983.0, 3994.0, 3994.0, 4004.0, 3991.0, 3991.0, 3970.0, 4001.0, 3957.0, 3976.0, 3957.0, 3986.0, 3968.0, 3958.0, 3997.0, 3999.0, 4018.0, 4008.0, 3996.0, 3975.0, 3966.0, 3986.0, 3955.0, 3994.0, 3943.0, 3953.0, 3995.0, 4011.0, 3985.0, 3969.0, 3965.0, 3955.0, 3928.0, 3915.0, 3951.0, 3983.0, 3965.0, 3977.0, 3967.0, 3993.0, 3982.0, 3968.0, 3966.0, 3966.0, 3966.0, 3968.0, 3980.0, 3980.0, 3980.0, 4001.0, 3981.0, 3992.0, 3981.0, 3968.0, 3998.0, 3968.0, 3975.0, 3956.0, 3967.0, 3980.0, 3980.0, 4009.0, 3992.0, 4010.0, 4001.0, 3979.0, 3990.0, 3981.0, 3990.0, 3969.0, 3987.0, 3968.0, 3979.0, 4013.0, 3983.0, 3970.0, 3980.0, 3970.0, 3993.0, 3983.0, 4025.0, 3996.0, 4046.0, 3996.0, 4034.0, 3983.0, 4023.0, 3993.0, 4032.0, 3981.0, 4021.0, 3971.0, 4011.0, 3970.0, 3982.0, 3995.0, 3995.0, 4005.0, 3996.0, 4026.0, 4009.0, 4027.0, 4007.0, 4036.0, 3995.0, 4036.0, 3983.0, 4023.0, 3969.0, 4014.0, 3972.0, 4001.0, 3981.0, 3972.0, 3994.0, 3994.0, 3994.0, 3983.0, 4003.0, 3983.0, 4002.0, 3995.0, 4015.0, 3998.0, 4009.0, 4013.0, 4024.0, 4010.0, 3996.0, 4010.0, 4022.0, 4011.0, 4007.0, 3995.0, 3985.0, 4004.0, 4019.0, 4020.0, 4040.0, 4010.0, 4052.0, 4021.0, 4048.0, 4037.0, 4006.0, 4027.0, 4009.0, 4009.0, 3997.0, 3981.0, 3956.0, 3969.0, 3969.0, 4003.0, 4015.0, 3984.0, 4034.0, 4026.0, 4047.0, 4036.0, 4036.0, 4024.0, 4034.0, 4022.0, 3981.0, 3999.0, 3968.0, 4046.0, 3991.0, 4008.0, 3956.0, 3996.0, 3955.0, 3955.0, 3955.0, 3965.0, 3967.0, 3977.0, 3967.0, 3991.0, 4002.0, 3981.0, 3997.0, 3977.0, 3954.0, 3965.0, 3968.0, 3987.0, 3980.0, 3977.0, 3979.0, 3980.0, 3988.0, 3978.0, 3999.0, 3993.0, 4010.0, 3978.0, 3987.0, 3969.0, 3978.0, 3979.0, 3994.0, 3994.0, 4006.0, 4003.0, 3981.0, 3981.0, 3969.0, 3984.0, 3984.0, 3984.0, 3973.0, 3996.0, 3997.0, 3993.0, 3983.0, 3982.0, 3994.0, 4017.0, 4036.0, 4015.0, 4025.0, 4013.0, 4014.0, 4003.0, 3991.0, 4032.0, 4000.0, 3980.0, 3981.0, 3980.0, 3999.0, 3979.0, 4010.0, 3991.0, 4010.0, 3968.0, 3988.0, 3967.0, 3967.0, 3966.0, 3969.0, 3980.0, 3981.0, 3995.0, 4028.0, 4007.0, 4027.0, 4008.0, 4028.0, 4007.0, 4026.0, 3996.0, 4026.0, 3996.0, 4037.0, 4004.0, 4035.0, 3996.0, 4012.0, 3993.0, 3995.0, 4018.0, 3998.0, 3995.0, 3982.0, 3969.0, 3968.0, 3968.0, 3968.0, 3969.0, 3968.0, 3972.0, 3974.0, 4025.0, 4015.0, 4013.0, 4014.0, 4016.0, 4034.0, 4024.0, 4034.0, 4035.0, 4024.0, 4005.0, 4047.0, 4025.0, 4034.0, 4035.0, 3981.0, 4018.0, 3955.0, 3955.0, 3999.0, 3958.0, 3956.0, 3977.0, 3968.0, 3970.0, 3981.0, 3994.0, 4004.0, 3982.0, 3980.0, 4001.0, 3985.0, 3980.0, 4004.0, 3995.0, 4004.0, 3985.0, 3984.0, 3982.0, 3969.0, 3971.0, 3984.0, 4008.0, 4017.0, 3984.0, 4003.0, 3968.0, 3960.0, 3971.0, 3973.0, 3992.0, 4002.0, 3981.0, 4014.0, 4025.0, 4061.0, 4027.0, 4011.0, 3976.0, 3955.0, 4005.0, 3998.0, 3954.0, 3954.0, 3955.0, 3989.0, 3971.0, 3994.0, 3980.0, 3968.0, 3966.0, 3968.0, 3997.0, 3966.0, 3978.0, 3968.0, 3979.0, 3965.0, 3955.0, 3966.0, 3967.0, 3967.0, 3990.0, 3980.0, 4000.0, 3979.0, 4000.0, 3981.0, 3993.0, 3981.0, 4003.0, 4006.0, 4016.0, 4006.0, 4027.0, 3996.0, 4029.0, 4029.0, 4006.0, 4014.0, 4006.0, 4027.0, 4006.0, 3996.0, 3982.0, 3984.0, 4027.0, 3996.0, 4031.0, 4025.0, 4048.0, 4011.0, 4010.0, 4030.0, 4008.0, 4027.0, 4028.0, 4016.0, 4028.0, 4019.0, 4028.0, 3996.0, 4050.0, 4012.0, 4049.0, 3994.0, 4003.0, 4005.0, 3984.0, 4025.0, 3984.0, 4003.0, 3998.0, 3993.0, 3982.0, 3993.0, 3993.0, 3970.0, 3982.0, 4024.0, 4006.0, 4037.0, 4018.0, 4026.0, 4014.0, 4024.0, 4014.0, 4035.0, 3981.0, 4022.0, 3970.0, 3969.0, 3971.0, 3983.0, 3992.0, 3994.0, 4037.0, 4005.0, 4014.0, 3985.0, 3975.0, 3985.0, 3986.0, 3986.0, 3985.0, 3982.0, 3992.0, 4002.0, 4011.0, 3987.0, 3977.0, 3998.0, 3976.0, 3985.0, 3976.0, 3985.0, 3997.0, 3966.0, 3997.0, 3966.0, 3957.0, 4000.0, 3992.0, 4022.0, 3970.0, 4010.0, 3999.0, 4008.0, 3989.0, 3956.0, 3977.0, 3980.0, 3992.0, 3970.0, 4012.0, 3991.0, 3991.0, 3998.0, 3945.0, 3984.0, 3943.0, 3942.0, 3954.0, 3956.0, 3978.0, 3980.0, 3991.0, 3995.0, 4016.0, 4026.0, 3982.0, 3999.0, 3967.0, 3999.0, 3969.0, 3978.0, 3981.0, 4002.0, 3994.0, 3996.0, 4010.0, 4010.0, 4009.0, 4010.0, 4008.0, 3997.0, 4008.0, 4018.0, 4008.0, 4041.0, 3987.0, 3992.0, 3959.0, 3967.0, 3998.0, 4018.0, 4008.0, 4017.0, 4017.0, 3997.0, 3957.0, 3968.0, 3966.0, 3971.0, 4006.0, 4009.0, 3998.0, 4009.0, 3998.0, 4007.0, 3996.0, 4036.0, 4005.0, 4023.0, 4024.0, 3993.0, 4013.0, 3983.0, 4025.0, 3995.0, 4025.0, 3992.0, 3990.0, 3968.0, 3978.0, 3956.0, 3967.0, 3957.0, 3968.0, 3968.0, 3969.0, 3969.0, 3980.0, 3980.0, 3979.0, 3978.0, 3970.0, 3979.0, 3980.0], 'WindowWidth': [9014.0, 8960.0, 8982.0, 8928.0, 8951.0, 8927.0, 8923.0, 8941.0, 8948.0, 8955.0, 8944.0, 8954.0, 8941.0, 8971.0, 8950.0, 8979.0, 8978.0, 8931.0, 8985.0, 8941.0, 9015.0, 8948.0, 9003.0, 8950.0, 8921.0, 8914.0, 8897.0, 8900.0, 8921.0, 8920.0, 8949.0, 8919.0, 8929.0, 8929.0, 8917.0, 8930.0, 8928.0, 8988.0, 8965.0, 8985.0, 8994.0, 8963.0, 8952.0, 8938.0, 8937.0, 8991.0, 8997.0, 9008.0, 8995.0, 8958.0, 8957.0, 8926.0, 8985.0, 8945.0, 8933.0, 8915.0, 8963.0, 8928.0, 8898.0, 8868.0, 8878.0, 8885.0, 8920.0, 8906.0, 8915.0, 8921.0, 8928.0, 8925.0, 8897.0, 8923.0, 8923.0, 8954.0, 8900.0, 8950.0, 8912.0, 8965.0, 8912.0, 8945.0, 8889.0, 8932.0, 8894.0, 8885.0, 8905.0, 8896.0, 8914.0, 8958.0, 8926.0, 8982.0, 8977.0, 8973.0, 8983.0, 8968.0, 9000.0, 8943.0, 8941.0, 8935.0, 8920.0, 8957.0, 8935.0, 8990.0, 8982.0, 8936.0, 8903.0, 8926.0, 8938.0, 8921.0, 8940.0, 8944.0, 8989.0, 8947.0, 8975.0, 8979.0, 8947.0, 9002.0, 8956.0, 8949.0, 8987.0, 8922.0, 8989.0, 8948.0, 8941.0, 8987.0, 8949.0, 8978.0, 8925.0, 8979.0, 8939.0, 8989.0, 8959.0, 8941.0, 8915.0, 8916.0, 8958.0, 8922.0, 8978.0, 8940.0, 8982.0, 8920.0, 8971.0, 8932.0, 8961.0, 8931.0, 8901.0, 8960.0, 8918.0, 8987.0, 8965.0, 8939.0, 8894.0, 8934.0, 8912.0, 8897.0, 8890.0, 8932.0, 8978.0, 8961.0, 8973.0, 8971.0, 8941.0, 8933.0, 8937.0, 8893.0, 8889.0, 8887.0, 8915.0, 8905.0, 8909.0, 8917.0, 8913.0, 8896.0, 8918.0, 8891.0, 8935.0, 8898.0, 8951.0, 8945.0, 8941.0, 8908.0, 8849.0, 8888.0, 8864.0, 8905.0, 8883.0, 8923.0, 8913.0, 8928.0, 8915.0, 8884.0, 8943.0, 8871.0, 8850.0, 8870.0, 8847.0, 8897.0, 8846.0, 8902.0, 8863.0, 8901.0, 8849.0, 8900.0, 8867.0, 8906.0, 8916.0, 8910.0, 8852.0, 8866.0, 8863.0, 8873.0, 8865.0, 8879.0, 8867.0, 8910.0, 8884.0, 8904.0, 8880.0, 8941.0, 8949.0, 8916.0, 8898.0, 8887.0, 8894.0, 8914.0, 8907.0, 8952.0, 8906.0, 8942.0, 8888.0, 8911.0, 8890.0, 8898.0, 8897.0, 8869.0, 8917.0, 8874.0, 8916.0, 8887.0, 8940.0, 8874.0, 8924.0, 8889.0, 8934.0, 8902.0, 8884.0, 8902.0, 8873.0, 8913.0, 8890.0, 8923.0, 8879.0, 8910.0, 8876.0, 8965.0, 8918.0, 8915.0, 8911.0, 8890.0, 8912.0, 8945.0, 8934.0, 8938.0, 8915.0, 8919.0, 8942.0, 8898.0, 8936.0, 8917.0, 8957.0, 8922.0, 8950.0, 8954.0, 8937.0, 8968.0, 8938.0, 8946.0, 8939.0, 8927.0, 8922.0, 8923.0, 8916.0, 8944.0, 8921.0, 8966.0, 8946.0, 8941.0, 8962.0, 8986.0, 8958.0, 8972.0, 8976.0, 8951.0, 8950.0, 8923.0, 8950.0, 8950.0, 8968.0, 8920.0, 9007.0, 8977.0, 8989.0, 8921.0, 8924.0, 8917.0, 8921.0, 8937.0, 8932.0, 8927.0, 8983.0, 8969.0, 8923.0, 8961.0, 8939.0, 9017.0, 8987.0, 8948.0, 8978.0, 8933.0, 8985.0, 8922.0, 8980.0, 8950.0, 8898.0, 8932.0, 8889.0, 8906.0, 8929.0, 8898.0, 8939.0, 8900.0, 8974.0, 8918.0, 8915.0, 8932.0, 8931.0, 8991.0, 8967.0, 8983.0, 8946.0, 8962.0, 8973.0, 8944.0, 8940.0, 8953.0, 8963.0, 9002.0, 8957.0, 8975.0, 8962.0, 8968.0, 8955.0, 8926.0, 8984.0, 8920.0, 8966.0, 8935.0, 8943.0, 8948.0, 8883.0, 8908.0, 8851.0, 8919.0, 8887.0, 8956.0, 8881.0, 8881.0, 8872.0, 8863.0, 8877.0, 8858.0, 8889.0, 8870.0, 8899.0, 8864.0, 8898.0, 8916.0, 8895.0, 8852.0, 8842.0, 8862.0, 8866.0, 8910.0, 8890.0, 8908.0, 8902.0, 8893.0, 8885.0, 8913.0, 8963.0, 8994.0, 8977.0, 8966.0, 8950.0, 8967.0, 8954.0, 8971.0, 8950.0, 8916.0, 8923.0, 8891.0, 8913.0, 8881.0, 8845.0, 8867.0, 8873.0, 8860.0, 8877.0, 8879.0, 8909.0, 8899.0, 8962.0, 8922.0, 8882.0, 8876.0, 8840.0, 8887.0, 8888.0, 8894.0, 8876.0, 8858.0, 8857.0, 8858.0, 8876.0, 8889.0, 8875.0, 8887.0, 8878.0, 8917.0, 8861.0, 8902.0, 8858.0, 8902.0, 8863.0, 8893.0, 8879.0, 8884.0, 8898.0, 8903.0, 8889.0, 8910.0, 8892.0, 8913.0, 8914.0, 8937.0, 8927.0, 8974.0, 8931.0, 8966.0, 8932.0, 8949.0, 8908.0, 8895.0, 8869.0, 8855.0, 8884.0, 8915.0, 8913.0, 8958.0, 8936.0, 8961.0, 8960.0, 8988.0, 8969.0, 8941.0, 8972.0, 8957.0, 8980.0, 8941.0, 8980.0, 8916.0, 8975.0, 8932.0, 8978.0, 8939.0, 8925.0, 8938.0, 8931.0, 8914.0, 8892.0, 8903.0, 8926.0, 8909.0, 8888.0, 8889.0, 8892.0, 8924.0, 8901.0, 8893.0, 8965.0, 8987.0, 9001.0, 8984.0, 8959.0, 8935.0, 8890.0, 8915.0, 8897.0, 8950.0, 8861.0, 8852.0, 8882.0, 8855.0, 8857.0, 8874.0, 8899.0, 8921.0, 8903.0, 8947.0, 8886.0, 8922.0, 8884.0, 8866.0, 8867.0, 8890.0, 8936.0, 8909.0, 8929.0, 8901.0, 8928.0, 8901.0, 8927.0, 8871.0, 8913.0, 8891.0, 8932.0, 8905.0, 8917.0, 8939.0, 8892.0, 8924.0, 8905.0, 8938.0, 8933.0, 8925.0, 8891.0, 8953.0, 8919.0, 8956.0, 8932.0, 8928.0, 8921.0, 8956.0, 8933.0, 8942.0, 8933.0, 8914.0, 8926.0, 8920.0, 8951.0, 8945.0, 8973.0, 8943.0, 8987.0, 8967.0, 9024.0, 8971.0, 8948.0, 8956.0, 8941.0, 8933.0, 8896.0, 8874.0, 8896.0, 8927.0, 8890.0, 8910.0, 8934.0, 8962.0, 8930.0, 8975.0, 8939.0, 8967.0, 8938.0, 8965.0, 8928.0, 8977.0, 8916.0, 8932.0, 8922.0, 8920.0, 8920.0, 8891.0, 8923.0, 8946.0, 8907.0, 8941.0, 8890.0, 8946.0, 8961.0, 8924.0, 8928.0, 8952.0, 8935.0, 8890.0, 8877.0, 8852.0, 8873.0, 8899.0, 8921.0, 8945.0, 8920.0, 8967.0, 8922.0, 8962.0, 8927.0, 8969.0, 8934.0, 8962.0, 8924.0, 8956.0, 8946.0, 8895.0, 8904.0, 8910.0, 8914.0, 8955.0, 8895.0, 8896.0, 8910.0, 8925.0, 8936.0, 8912.0, 8952.0, 8912.0, 8953.0, 8916.0, 8935.0, 8912.0, 8916.0, 8927.0, 8909.0, 8995.0, 8977.0, 8973.0, 8952.0, 8908.0, 8956.0, 8928.0, 8932.0, 8999.0, 8999.0, 8983.0, 8964.0, 8983.0, 8884.0, 8914.0, 8875.0, 8915.0, 8880.0, 8942.0, 8912.0, 8939.0, 8899.0, 8867.0, 8898.0, 8883.0, 8926.0, 8891.0, 8916.0, 8905.0, 8910.0, 8944.0, 8913.0, 8938.0, 8894.0, 8950.0, 8913.0, 8963.0, 8916.0, 8914.0, 8934.0, 8943.0, 8987.0, 8964.0, 8989.0, 8974.0, 8937.0, 8932.0, 8912.0, 8946.0, 8939.0, 8940.0, 8933.0, 8958.0, 8916.0, 8962.0, 8888.0, 8864.0, 8882.0, 8900.0, 8894.0, 8934.0, 8916.0, 8918.0, 8902.0, 8965.0, 8917.0, 8907.0, 8922.0, 8900.0, 8917.0, 8891.0, 8937.0, 8887.0, 8937.0, 8925.0, 8946.0, 8904.0, 8899.0, 8860.0, 8877.0, 8881.0, 8879.0, 8910.0, 8929.0, 8976.0, 8997.0, 9024.0, 9011.0, 8983.0, 8942.0, 8983.0, 8961.0, 8950.0, 8958.0, 8913.0, 8933.0, 8879.0, 8909.0, 8834.0, 8877.0, 8861.0, 8864.0, 8861.0, 8861.0, 8868.0, 8874.0, 8870.0, 8898.0, 8885.0, 8906.0, 8863.0, 8935.0, 8921.0, 8932.0, 8901.0, 8899.0, 8924.0, 8866.0, 8906.0, 8911.0, 8884.0, 8871.0, 8866.0, 8913.0, 8879.0, 8918.0, 8881.0, 8926.0, 8854.0, 8881.0, 8880.0, 8870.0, 8884.0, 8874.0, 8908.0, 8922.0, 8944.0, 9008.0, 8902.0, 8894.0, 8869.0, 8862.0, 8866.0, 8889.0, 8910.0, 8873.0, 8899.0, 8868.0, 8848.0, 8902.0, 8940.0, 8921.0, 8902.0, 8862.0, 8900.0, 8924.0, 8904.0, 8883.0, 8871.0, 8864.0, 8868.0, 8862.0, 8869.0, 8863.0, 8874.0, 8912.0, 8899.0, 8890.0, 8869.0, 8885.0, 8893.0, 8870.0, 8879.0, 8868.0, 8866.0, 8874.0, 8891.0, 8898.0, 8882.0, 8947.0, 8877.0, 8907.0, 8889.0, 8937.0, 8915.0, 8866.0, 8864.0, 8886.0, 8894.0, 8895.0, 8915.0, 8913.0, 8908.0, 8935.0, 8909.0, 8946.0, 8916.0, 8940.0, 8949.0, 8957.0, 8943.0, 8920.0, 8949.0, 8938.0, 8928.0, 8888.0, 8908.0, 8900.0, 8949.0, 8941.0, 8953.0, 8937.0, 8910.0, 8991.0, 8955.0, 8991.0, 8950.0, 8956.0, 8924.0, 8885.0, 8907.0, 8885.0, 8950.0, 8942.0, 8918.0, 8901.0, 8861.0, 8870.0, 8881.0, 8910.0, 8876.0, 8900.0, 8885.0, 8875.0, 8874.0, 8861.0, 8892.0, 8881.0, 8866.0, 8882.0, 8912.0, 8900.0, 8880.0, 8829.0, 8834.0, 8859.0, 8910.0, 8896.0, 8950.0, 8893.0, 8925.0, 8880.0, 8864.0, 8879.0, 8888.0, 8928.0, 8938.0, 8959.0, 8892.0, 8927.0, 8886.0, 8868.0, 8860.0, 8858.0, 8882.0, 8863.0, 8881.0, 8873.0, 8861.0, 8890.0, 8860.0, 8901.0, 8876.0, 8890.0, 8895.0, 8911.0, 8923.0, 8882.0, 8873.0, 8873.0, 8874.0, 8909.0, 8913.0, 8939.0, 8926.0, 8883.0, 8937.0, 8928.0, 8983.0, 8971.0, 8966.0, 8990.0, 8923.0, 8976.0, 8891.0, 8876.0, 8878.0, 8877.0, 8901.0, 8886.0, 8908.0, 8903.0, 8869.0, 8908.0, 8884.0, 8952.0, 8924.0, 8910.0, 8894.0, 8888.0, 8878.0, 8890.0, 8887.0, 8910.0, 8910.0, 8912.0, 8925.0, 8928.0, 8923.0, 8889.0, 8919.0, 8942.0, 8934.0, 8955.0, 8892.0, 8958.0, 8886.0, 8937.0, 8881.0, 8907.0, 8879.0, 8866.0, 8912.0, 8892.0, 8927.0, 8889.0, 8910.0, 8908.0, 8887.0, 8911.0, 8885.0, 8934.0, 8910.0, 8930.0, 8930.0, 8920.0, 8952.0, 8932.0, 8945.0, 8931.0, 8942.0, 8916.0, 8960.0, 8944.0, 8991.0, 8958.0, 8948.0, 8959.0, 8937.0, 8926.0, 8916.0, 8917.0, 8893.0, 8860.0, 8863.0, 8857.0, 8893.0, 8955.0, 8981.0, 8953.0, 8993.0, 8933.0, 8964.0, 8955.0, 8966.0, 8950.0, 8948.0, 8926.0, 8900.0, 8883.0, 8894.0, 8916.0, 8900.0, 8945.0, 8934.0, 8908.0, 8963.0, 8920.0, 8945.0, 8941.0, 8924.0, 8889.0, 8867.0, 8849.0, 8863.0, 8887.0, 8865.0, 8864.0, 8910.0, 8939.0, 8971.0, 8928.0, 8985.0, 8991.0, 8998.0, 9046.0, 9039.0, 8976.0, 9000.0, 8975.0, 8935.0, 8957.0, 8886.0, 8911.0, 8843.0, 8879.0, 8882.0, 8854.0, 8861.0, 8862.0, 8880.0, 8900.0, 8869.0, 8884.0, 8856.0, 8883.0, 8873.0, 8884.0, 8908.0, 8880.0, 8899.0, 8871.0, 8854.0, 8885.0, 8895.0, 8981.0, 8866.0, 8831.0, 8828.0, 8847.0, 8861.0, 8853.0, 8898.0, 8901.0, 8890.0, 8917.0, 8897.0, 8888.0, 8890.0, 8880.0, 8895.0, 8884.0, 8898.0, 8889.0, 8897.0, 8902.0, 8889.0, 8910.0, 8927.0, 8930.0, 8943.0, 8918.0, 8917.0, 8885.0, 8929.0, 8864.0, 8886.0, 8862.0, 8899.0, 8880.0, 8866.0, 8914.0, 8922.0, 8946.0, 8931.0, 8913.0, 8882.0, 8875.0, 8901.0, 8856.0, 8905.0, 8839.0, 8852.0, 8929.0, 8963.0, 8916.0, 8879.0, 8866.0, 8851.0, 8801.0, 8780.0, 8842.0, 8890.0, 8871.0, 8890.0, 8876.0, 8926.0, 8908.0, 8881.0, 8873.0, 8875.0, 8874.0, 8882.0, 8901.0, 8902.0, 8901.0, 8929.0, 8906.0, 8921.0, 8906.0, 8881.0, 8920.0, 8880.0, 8885.0, 8861.0, 8878.0, 8903.0, 8903.0, 8937.0, 8921.0, 8940.0, 8928.0, 8898.0, 8912.0, 8904.0, 8914.0, 8885.0, 8905.0, 8882.0, 8898.0, 8950.0, 8911.0, 8890.0, 8901.0, 8888.0, 8927.0, 8913.0, 8970.0, 8934.0, 9000.0, 8934.0, 8982.0, 8911.0, 8965.0, 8925.0, 8975.0, 8906.0, 8957.0, 8892.0, 8945.0, 8891.0, 8910.0, 8931.0, 8933.0, 8944.0, 8935.0, 8975.0, 8958.0, 8976.0, 8949.0, 8988.0, 8931.0, 8987.0, 8910.0, 8962.0, 8885.0, 8953.0, 8892.0, 8930.0, 8905.0, 8895.0, 8931.0, 8931.0, 8931.0, 8911.0, 8937.0, 8912.0, 8935.0, 8931.0, 8959.0, 8940.0, 8957.0, 8970.0, 8987.0, 8962.0, 8936.0, 8960.0, 8983.0, 8966.0, 8952.0, 8932.0, 8916.0, 8942.0, 8971.0, 8976.0, 8999.0, 8961.0, 9019.0, 8976.0, 9007.0, 8989.0, 8946.0, 8976.0, 8957.0, 8957.0, 8937.0, 8901.0, 8860.0, 8883.0, 8886.0, 8937.0, 8958.0, 8913.0, 8980.0, 8972.0, 9003.0, 8988.0, 8987.0, 8967.0, 8982.0, 8962.0, 8905.0, 8925.0, 8882.0, 9002.0, 8915.0, 8935.0, 8862.0, 8914.0, 8858.0, 8857.0, 8858.0, 8871.0, 8878.0, 8892.0, 8879.0, 8919.0, 8936.0, 8907.0, 8919.0, 8892.0, 8857.0, 8872.0, 8880.0, 8903.0, 8902.0, 8892.0, 8898.0, 8902.0, 8910.0, 8894.0, 8923.0, 8924.0, 8940.0, 8896.0, 8905.0, 8884.0, 8894.0, 8900.0, 8928.0, 8927.0, 8947.0, 8937.0, 8905.0, 8906.0, 8885.0, 8913.0, 8913.0, 8913.0, 8899.0, 8934.0, 8940.0, 8925.0, 8913.0, 8908.0, 8931.0, 8965.0, 8987.0, 8958.0, 8970.0, 8950.0, 8950.0, 8935.0, 8916.0, 8972.0, 8928.0, 8901.0, 8903.0, 8902.0, 8924.0, 8900.0, 8942.0, 8919.0, 8941.0, 8881.0, 8907.0, 8877.0, 8876.0, 8877.0, 8884.0, 8903.0, 8906.0, 8932.0, 8980.0, 8951.0, 8979.0, 8954.0, 8979.0, 8949.0, 8973.0, 8933.0, 8970.0, 8933.0, 8988.0, 8939.0, 8984.0, 8932.0, 8946.0, 8923.0, 8932.0, 8966.0, 8942.0, 8934.0, 8909.0, 8882.0, 8879.0, 8880.0, 8879.0, 8883.0, 8881.0, 8890.0, 8896.0, 8969.0, 8959.0, 8949.0, 8952.0, 8962.0, 8979.0, 8964.0, 8980.0, 8984.0, 8967.0, 8945.0, 9006.0, 8970.0, 8979.0, 8986.0, 8905.0, 8947.0, 8860.0, 8860.0, 8923.0, 8867.0, 8860.0, 8890.0, 8880.0, 8886.0, 8906.0, 8927.0, 8939.0, 8907.0, 8900.0, 8931.0, 8914.0, 8899.0, 8937.0, 8928.0, 8939.0, 8918.0, 8915.0, 8909.0, 8884.0, 8892.0, 8914.0, 8953.0, 8965.0, 8916.0, 8937.0, 8881.0, 8874.0, 8891.0, 8895.0, 8921.0, 8932.0, 8901.0, 8950.0, 8966.0, 9032.0, 8978.0, 8943.0, 8883.0, 8853.0, 8925.0, 8921.0, 8855.0, 8853.0, 8860.0, 8912.0, 8892.0, 8927.0, 8905.0, 8882.0, 8875.0, 8880.0, 8916.0, 8875.0, 8893.0, 8882.0, 8897.0, 8872.0, 8859.0, 8874.0, 8877.0, 8880.0, 8915.0, 8902.0, 8928.0, 8899.0, 8927.0, 8903.0, 8925.0, 8907.0, 8940.0, 8951.0, 8963.0, 8950.0, 8978.0, 8936.0, 8986.0, 8984.0, 8948.0, 8955.0, 8947.0, 8977.0, 8950.0, 8935.0, 8910.0, 8915.0, 8978.0, 8933.0, 8991.0, 8992.0, 9023.0, 8967.0, 8961.0, 8983.0, 8953.0, 8977.0, 8979.0, 8961.0, 8981.0, 8968.0, 8979.0, 8936.0, 9013.0, 8966.0, 9008.0, 8928.0, 8934.0, 8940.0, 8911.0, 8968.0, 8911.0, 8936.0, 8941.0, 8924.0, 8904.0, 8923.0, 8920.0, 8887.0, 8905.0, 8965.0, 8948.0, 8993.0, 8967.0, 8976.0, 8957.0, 8968.0, 8954.0, 8984.0, 8906.0, 8960.0, 8886.0, 8885.0, 8891.0, 8911.0, 8924.0, 8929.0, 8992.0, 8946.0, 8955.0, 8913.0, 8900.0, 8915.0, 8916.0, 8917.0, 8912.0, 8901.0, 8917.0, 8932.0, 8942.0, 8903.0, 8887.0, 8917.0, 8886.0, 8896.0, 8884.0, 8896.0, 8915.0, 8876.0, 8917.0, 8873.0, 8866.0, 8927.0, 8922.0, 8960.0, 8885.0, 8938.0, 8921.0, 8934.0, 8911.0, 8863.0, 8893.0, 8903.0, 8921.0, 8888.0, 8948.0, 8918.0, 8919.0, 8921.0, 8846.0, 8892.0, 8837.0, 8837.0, 8856.0, 8863.0, 8896.0, 8903.0, 8920.0, 8934.0, 8963.0, 8973.0, 8908.0, 8923.0, 8876.0, 8924.0, 8887.0, 8896.0, 8905.0, 8935.0, 8929.0, 8935.0, 8964.0, 8958.0, 8957.0, 8959.0, 8955.0, 8938.0, 8954.0, 8965.0, 8953.0, 9001.0, 8917.0, 8913.0, 8862.0, 8870.0, 8938.0, 8967.0, 8953.0, 8962.0, 8964.0, 8937.0, 8858.0, 8875.0, 8864.0, 8886.0, 8945.0, 8956.0, 8937.0, 8954.0, 8938.0, 8950.0, 8933.0, 8988.0, 8942.0, 8963.0, 8965.0, 8921.0, 8949.0, 8910.0, 8968.0, 8929.0, 8970.0, 8921.0, 8912.0, 8879.0, 8891.0, 8861.0, 8876.0, 8863.0, 8880.0, 8882.0, 8885.0, 8884.0, 8900.0, 8900.0, 8897.0, 8894.0, 8885.0, 8895.0, 8899.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.007091670731707318</td></tr>
<tr><td colspan=3>aqi</td><td>0.09959647115853659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.72766272013424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1986730790298954</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0871831776998173</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>6711.7261</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3175925021407579</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>928</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>56.58536585365854</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6271648449237417</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.505543485717734</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.850562204764574</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.525388844288917</td></tr>
<tr><td colspan=3>gcor</td><td>0.00918165</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008628780022263527</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028473349288105965</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1640</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>4.055940815836821</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>27.2189</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.1257</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306521.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.4934</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4458</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.1057</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3253.1802</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.4343</td></tr>
<tr><td colspan=3>tsnr</td><td>20.89055790915154</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>