<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-03/func/sub-0109_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>d0dd6323e026c6163e780a621e4af384</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>17:22:34.902500</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.999421, -0.0140456, 0.0310025, 0.0113385, 0.996245, 0.0858286]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0926599</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7783, -7209, 391, -85, 40, 48, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85b76f49-defb-4406-b852-33364a98b21b||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.6813724040985107, 0.030420469120144844, 0.08664737641811371, 108.20015716552734], [0.03768333047628403, 2.672853469848633, 0.2306537628173828, -114.10103607177734], [0.08317746222019196, -0.23027177155017853, 2.6887340545654297, -60.2841911315918], [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': ['172234.902500', '172235.362500', '172235.822500', '172236.282500', '172236.742500', '172237.202500', '172237.662500', '172238.122500', '172238.582500', '172239.042500', '172239.502500', '172239.962500', '172240.422500', '172240.882500', '172241.342500', '172241.802500', '172242.262500', '172242.722500', '172243.182500', '172243.642500', '172244.102500', '172244.562500', '172245.022500', '172245.482500', '172245.942500', '172246.402500', '172246.862500', '172247.322500', '172247.782500', '172248.242500', '172248.702500', '172249.162500', '172249.622500', '172250.082500', '172250.542500', '172251.002500', '172251.462500', '172251.922500', '172252.382500', '172252.842500', '172253.302500', '172253.762500', '172254.222500', '172254.682500', '172255.142500', '172255.602500', '172256.062500', '172256.522500', '172256.982500', '172257.442500', '172257.902500', '172258.362500', '172258.822500', '172259.282500', '172259.742500', '172300.202500', '172300.662500', '172301.122500', '172301.582500', '172302.042500', '172302.502500', '172302.962500', '172303.422500', '172303.882500', '172304.342500', '172304.802500', '172305.262500', '172305.722500', '172306.182500', '172306.642500', '172307.102500', '172307.562500', '172308.022500', '172308.482500', '172308.942500', '172309.402500', '172309.862500', '172310.322500', '172310.782500', '172311.242500', '172311.702500', '172312.162500', '172312.622500', '172313.082500', '172313.542500', '172314.002500', '172314.462500', '172314.922500', '172315.382500', '172315.842500', '172316.302500', '172316.762500', '172317.222500', '172317.682500', '172318.142500', '172318.602500', '172319.062500', '172319.522500', '172319.982500', '172320.442500', '172320.902500', '172321.362500', '172321.822500', '172322.282500', '172322.742500', '172323.202500', '172323.662500', '172324.122500', '172324.582500', '172325.042500', '172325.502500', '172325.962500', '172326.422500', '172326.882500', '172327.342500', '172327.802500', '172328.262500', '172328.722500', '172329.182500', '172329.642500', '172330.102500', '172330.562500', '172331.022500', '172331.482500', '172331.942500', '172332.402500', '172332.862500', '172333.322500', '172333.782500', '172334.242500', '172334.702500', '172335.162500', '172335.622500', '172336.082500', '172336.542500', '172337.002500', '172337.462500', '172337.922500', '172338.382500', '172338.842500', '172339.302500', '172339.762500', '172340.222500', '172340.682500', '172341.142500', '172341.602500', '172342.062500', '172342.522500', '172342.982500', '172343.442500', '172343.902500', '172344.362500', '172344.822500', '172345.282500', '172345.742500', '172346.202500', '172346.662500', '172347.122500', '172347.582500', '172348.042500', '172348.502500', '172348.962500', '172349.422500', '172349.882500', '172350.342500', '172350.802500', '172351.262500', '172351.722500', '172352.182500', '172352.642500', '172353.102500', '172353.562500', '172354.022500', '172354.482500', '172354.942500', '172355.402500', '172355.862500', '172356.322500', '172356.782500', '172357.242500', '172357.702500', '172358.162500', '172358.622500', '172359.082500', '172359.542500', '172400.002500', '172400.462500', '172400.922500', '172401.382500', '172401.842500', '172402.302500', '172402.762500', '172403.222500', '172403.682500', '172404.142500', '172404.602500', '172405.062500', '172405.522500', '172405.982500', '172406.442500', '172406.902500', '172407.362500', '172407.822500', '172408.282500', '172408.742500', '172409.202500', '172409.662500', '172410.122500', '172410.582500', '172411.042500', '172411.502500', '172411.962500', '172412.422500', '172412.882500', '172413.342500', '172413.802500', '172414.262500', '172414.722500', '172415.182500', '172415.642500', '172416.102500', '172416.562500', '172417.022500', '172417.482500', '172417.942500', '172418.402500', '172418.862500', '172419.322500', '172419.782500', '172420.242500', '172420.702500', '172421.162500', '172421.622500', '172422.082500', '172422.542500', '172423.002500', '172423.462500', '172423.922500', '172424.382500', '172424.842500', '172425.302500', '172425.762500', '172426.222500', '172426.682500', '172427.142500', '172427.602500', '172428.062500', '172428.522500', '172428.982500', '172429.442500', '172429.902500', '172430.362500', '172430.822500', '172431.282500', '172431.742500', '172432.202500', '172432.662500', '172433.122500', '172433.582500', '172434.042500', '172434.502500', '172434.962500', '172435.422500', '172435.882500', '172436.342500', '172436.802500', '172437.262500', '172437.722500', '172438.182500', '172438.642500', '172439.102500', '172439.562500', '172440.022500', '172440.482500', '172440.942500', '172441.402500', '172441.862500', '172442.322500', '172442.782500', '172443.242500', '172443.702500', '172444.162500', '172444.622500', '172445.082500', '172445.542500', '172446.002500', '172446.462500', '172446.922500', '172447.382500', '172447.842500', '172448.302500', '172448.762500', '172449.222500', '172449.682500', '172450.142500', '172450.602500', '172451.062500', '172451.522500', '172451.982500', '172452.442500', '172452.902500', '172453.362500', '172453.822500', '172454.282500', '172454.742500', '172455.202500', '172455.662500', '172456.122500', '172456.582500', '172457.042500', '172457.502500', '172457.962500', '172458.422500', '172458.882500', '172459.342500', '172459.802500', '172500.262500', '172500.722500', '172501.182500', '172501.642500', '172502.102500', '172502.562500', '172503.022500', '172503.482500', '172503.942500', '172504.402500', '172504.862500', '172505.322500', '172505.782500', '172506.242500', '172506.702500', '172507.162500', '172507.622500', '172508.082500', '172508.542500', '172509.002500', '172509.462500', '172509.922500', '172510.382500', '172510.842500', '172511.302500', '172511.762500', '172512.222500', '172512.682500', '172513.142500', '172513.602500', '172514.062500', '172514.522500', '172514.982500', '172515.442500', '172515.902500', '172516.362500', '172516.822500', '172517.282500', '172517.742500', '172518.202500', '172518.662500', '172519.122500', '172519.582500', '172520.042500', '172520.502500', '172520.962500', '172521.422500', '172521.882500', '172522.342500', '172522.802500', '172523.262500', '172523.722500', '172524.182500', '172524.642500', '172525.102500', '172525.562500', '172526.022500', '172526.482500', '172526.942500', '172527.402500', '172527.862500', '172528.322500', '172528.782500', '172529.242500', '172529.702500', '172530.162500', '172530.622500', '172531.082500', '172531.542500', '172532.002500', '172532.462500', '172532.922500', '172533.382500', '172533.842500', '172534.302500', '172534.762500', '172535.222500', '172535.682500', '172536.142500', '172536.602500', '172537.062500', '172537.522500', '172537.982500', '172538.442500', '172538.902500', '172539.362500', '172539.822500', '172540.282500', '172540.742500', '172541.202500', '172541.662500', '172542.122500', '172542.582500', '172543.042500', '172543.502500', '172543.962500', '172544.422500', '172544.882500', '172545.342500', '172545.802500', '172546.262500', '172546.722500', '172547.182500', '172547.642500', '172548.102500', '172548.562500', '172549.022500', '172549.482500', '172549.942500', '172550.402500', '172550.862500', '172551.322500', '172551.782500', '172552.242500', '172552.702500', '172553.162500', '172553.622500', '172554.082500', '172554.542500', '172555.002500', '172555.462500', '172555.922500', '172556.382500', '172556.842500', '172557.302500', '172557.762500', '172558.222500', '172558.682500', '172559.142500', '172559.602500', '172600.062500', '172600.522500', '172600.982500', '172601.442500', '172601.902500', '172602.362500', '172602.822500', '172603.282500', '172603.742500', '172604.202500', '172604.662500', '172605.122500', '172605.582500', '172606.042500', '172606.502500', '172606.962500', '172607.422500', '172607.882500', '172608.342500', '172608.802500', '172609.262500', '172609.722500', '172610.182500', '172610.642500', '172611.102500', '172611.562500', '172612.022500', '172612.482500', '172612.942500', '172613.402500', '172613.862500', '172614.322500', '172614.782500', '172615.242500', '172615.702500', '172616.162500', '172616.622500', '172617.082500', '172617.542500', '172618.002500', '172618.462500', '172618.922500', '172619.382500', '172619.842500', '172620.302500', '172620.762500', '172621.222500', '172621.682500', '172622.142500', '172622.602500', '172623.062500', '172623.522500', '172623.982500', '172624.442500', '172624.902500', '172625.362500', '172625.822500', '172626.282500', '172626.742500', '172627.202500', '172627.662500', '172628.122500', '172628.582500', '172629.042500', '172629.502500', '172629.962500', '172630.422500', '172630.882500', '172631.342500', '172631.802500', '172632.262500', '172632.722500', '172633.182500', '172633.642500', '172634.102500', '172634.562500', '172635.022500', '172635.482500', '172635.942500', '172636.402500', '172636.862500', '172637.322500', '172637.782500', '172638.242500', '172638.702500', '172639.162500', '172639.622500', '172640.082500', '172640.542500', '172641.002500', '172641.462500', '172641.922500', '172642.382500', '172642.842500', '172643.302500', '172643.762500', '172644.222500', '172644.682500', '172645.142500', '172645.602500', '172646.062500', '172646.522500', '172646.982500', '172647.442500', '172647.902500', '172648.362500', '172648.822500', '172649.282500', '172649.742500', '172650.202500', '172650.662500', '172651.122500', '172651.582500', '172652.042500', '172652.502500', '172652.962500', '172653.422500', '172653.882500', '172654.342500', '172654.802500', '172655.262500', '172655.722500', '172656.182500', '172656.642500', '172657.102500', '172657.562500', '172658.022500', '172658.482500', '172658.942500', '172659.402500', '172659.862500', '172700.322500', '172700.782500', '172701.242500', '172701.702500', '172702.162500', '172702.622500', '172703.082500', '172703.542500', '172704.002500', '172704.462500', '172704.922500', '172705.382500', '172705.842500', '172706.302500', '172706.762500', '172707.222500', '172707.682500', '172708.142500', '172708.602500', '172709.062500', '172709.522500', '172709.982500', '172710.442500', '172710.902500', '172711.362500', '172711.822500', '172712.282500', '172712.742500', '172713.202500', '172713.662500', '172714.122500', '172714.582500', '172715.042500', '172715.502500', '172715.962500', '172716.422500', '172716.882500', '172717.342500', '172717.802500', '172718.262500', '172718.722500', '172719.182500', '172719.642500', '172720.102500', '172720.562500', '172721.022500', '172721.482500', '172721.942500', '172722.402500', '172722.862500', '172723.322500', '172723.782500', '172724.242500', '172724.702500', '172725.162500', '172725.622500', '172726.082500', '172726.542500', '172727.002500', '172727.462500', '172727.922500', '172728.382500', '172728.842500', '172729.302500', '172729.762500', '172730.222500', '172730.682500', '172731.142500', '172731.602500', '172732.062500', '172732.522500', '172732.982500', '172733.442500', '172733.902500', '172734.362500', '172734.822500', '172735.282500', '172735.742500', '172736.202500', '172736.662500', '172737.122500', '172737.582500', '172738.042500', '172738.502500', '172738.962500', '172739.422500', '172739.882500', '172740.342500', '172740.802500', '172741.262500', '172741.722500', '172742.182500', '172742.642500', '172743.102500', '172743.562500', '172744.022500', '172744.482500', '172744.942500', '172745.402500', '172745.862500', '172746.322500', '172746.782500', '172747.242500', '172747.702500', '172748.162500', '172748.622500', '172749.082500', '172749.542500', '172750.002500', '172750.462500', '172750.922500', '172751.382500', '172751.842500', '172752.302500', '172752.762500', '172753.222500', '172753.682500', '172754.142500', '172754.602500', '172755.062500', '172755.522500', '172755.982500', '172756.442500', '172756.902500', '172757.362500', '172757.822500', '172758.282500', '172758.742500', '172759.202500', '172759.662500', '172800.122500', '172800.582500', '172801.042500', '172801.502500', '172801.962500', '172802.422500', '172802.882500', '172803.342500', '172803.802500', '172804.262500', '172804.722500', '172805.182500', '172805.642500', '172806.102500', '172806.562500', '172807.022500', '172807.482500', '172807.942500', '172808.402500', '172808.862500', '172809.322500', '172809.782500', '172810.242500', '172810.702500', '172811.162500', '172811.622500', '172812.082500', '172812.542500', '172813.002500', '172813.462500', '172813.922500', '172814.382500', '172814.842500', '172815.302500', '172815.762500', '172816.222500', '172816.682500', '172817.142500', '172817.602500', '172818.062500', '172818.522500', '172818.982500', '172819.442500', '172819.902500', '172820.362500', '172820.822500', '172821.282500', '172821.742500', '172822.202500', '172822.662500', '172823.122500', '172823.582500', '172824.042500', '172824.502500', '172824.962500', '172825.422500', '172825.882500', '172826.342500', '172826.802500', '172827.262500', '172827.722500', '172828.182500', '172828.642500', '172829.102500', '172829.562500', '172830.022500', '172830.482500', '172830.942500', '172831.402500', '172831.862500', '172832.322500', '172832.782500', '172833.242500', '172833.702500', '172834.162500', '172834.622500', '172835.082500', '172835.542500', '172836.002500', '172836.462500', '172836.922500', '172837.382500', '172837.842500', '172838.302500', '172838.762500', '172839.222500', '172839.682500', '172840.142500', '172840.602500', '172841.062500', '172841.522500', '172841.982500', '172842.442500', '172842.902500', '172843.362500', '172843.822500', '172844.282500', '172844.742500', '172845.202500', '172845.662500', '172846.122500', '172846.582500', '172847.042500', '172847.502500', '172847.962500', '172848.422500', '172848.882500', '172849.342500', '172849.802500', '172850.262500', '172850.722500', '172851.182500', '172851.642500', '172852.102500', '172852.562500', '172853.022500', '172853.482500', '172853.942500', '172854.402500', '172854.862500', '172855.322500', '172855.782500', '172856.242500', '172856.702500', '172857.162500', '172857.622500', '172858.082500', '172858.542500', '172859.002500', '172859.462500', '172859.922500', '172900.382500', '172900.842500', '172901.302500', '172901.762500', '172902.222500', '172902.682500', '172903.142500', '172903.602500', '172904.062500', '172904.522500', '172904.982500', '172905.442500', '172905.902500', '172906.362500', '172906.822500', '172907.282500', '172907.742500', '172908.202500', '172908.662500', '172909.122500', '172909.582500', '172910.042500', '172910.502500', '172910.962500', '172911.422500', '172911.882500', '172912.342500', '172912.802500', '172913.262500', '172913.722500', '172914.182500', '172914.642500', '172915.102500', '172915.562500', '172916.022500', '172916.482500', '172916.942500', '172917.402500', '172917.862500', '172918.322500', '172918.782500', '172919.242500', '172919.702500', '172920.162500', '172920.622500', '172921.082500', '172921.542500', '172922.002500', '172922.462500', '172922.922500', '172923.382500', '172923.842500', '172924.302500', '172924.762500', '172925.222500', '172925.682500', '172926.142500', '172926.602500', '172927.062500', '172927.522500', '172927.982500', '172928.442500', '172928.902500', '172929.362500', '172929.822500', '172930.282500', '172930.742500', '172931.202500', '172931.662500', '172932.122500', '172932.582500', '172933.042500', '172933.502500', '172933.962500', '172934.422500', '172934.882500', '172935.342500', '172935.802500', '172936.262500', '172936.722500', '172937.182500', '172937.642500', '172938.102500', '172938.562500', '172939.022500', '172939.482500', '172939.942500', '172940.402500', '172940.862500', '172941.322500', '172941.782500', '172942.242500', '172942.702500', '172943.162500', '172943.622500', '172944.082500', '172944.542500', '172945.002500', '172945.462500', '172945.922500', '172946.382500', '172946.842500', '172947.302500', '172947.762500', '172948.222500', '172948.682500', '172949.142500', '172949.602500', '172950.062500', '172950.522500', '172950.982500', '172951.442500', '172951.902500', '172952.362500', '172952.822500', '172953.282500', '172953.742500', '172954.202500', '172954.662500', '172955.122500', '172955.582500', '172956.042500', '172956.502500', '172956.962500', '172957.422500', '172957.882500', '172958.342500', '172958.802500', '172959.262500', '172959.722500', '173000.182500', '173000.642500', '173001.102500', '173001.562500', '173002.022500', '173002.482500', '173002.942500', '173003.402500', '173003.862500', '173004.322500', '173004.782500', '173005.242500', '173005.702500', '173006.162500', '173006.622500', '173007.082500', '173007.542500', '173008.002500', '173008.462500', '173008.922500', '173009.382500', '173009.842500', '173010.302500', '173010.762500', '173011.222500', '173011.682500', '173012.142500', '173012.602500', '173013.062500', '173013.522500', '173013.982500', '173014.442500', '173014.902500', '173015.362500', '173015.822500', '173016.282500', '173016.742500', '173017.202500', '173017.662500', '173018.122500', '173018.582500', '173019.042500', '173019.502500', '173019.962500', '173020.422500', '173020.882500', '173021.342500', '173021.802500', '173022.262500', '173022.722500', '173023.182500', '173023.642500', '173024.102500', '173024.562500', '173025.022500', '173025.482500', '173025.942500', '173026.402500', '173026.862500', '173027.322500', '173027.782500', '173028.242500', '173028.702500', '173029.162500', '173029.622500', '173030.082500', '173030.542500', '173031.002500', '173031.462500', '173031.922500', '173032.382500', '173032.842500', '173033.302500', '173033.762500', '173034.222500', '173034.682500', '173035.142500', '173035.602500', '173036.062500', '173036.522500', '173036.982500', '173037.442500', '173037.902500', '173038.362500', '173038.822500', '173039.282500', '173039.742500', '173040.202500', '173040.662500', '173041.122500', '173041.582500', '173042.042500', '173042.502500', '173042.962500', '173043.422500', '173043.882500', '173044.342500', '173044.802500', '173045.262500', '173045.722500', '173046.182500', '173046.642500', '173047.102500', '173047.562500', '173048.022500', '173048.482500', '173048.942500', '173049.402500', '173049.862500', '173050.322500', '173050.782500', '173051.242500', '173051.702500', '173052.162500', '173052.622500', '173053.082500', '173053.542500', '173054.002500', '173054.462500', '173054.922500', '173055.382500', '173055.842500', '173056.302500', '173056.762500', '173057.222500', '173057.682500', '173058.142500', '173058.602500', '173059.062500', '173059.522500', '173059.982500', '173100.442500', '173100.902500', '173101.362500', '173101.822500', '173102.282500', '173102.742500', '173103.202500', '173103.662500', '173104.122500', '173104.582500', '173105.042500', '173105.502500', '173105.962500', '173106.422500', '173106.882500', '173107.342500', '173107.802500', '173108.262500', '173108.722500', '173109.182500', '173109.642500', '173110.102500', '173110.562500', '173111.022500', '173111.482500', '173111.942500', '173112.402500', '173112.862500', '173113.322500', '173113.782500', '173114.242500', '173114.702500', '173115.162500', '173115.622500', '173116.082500', '173116.542500', '173117.002500', '173117.462500', '173117.922500', '173118.382500', '173118.842500', '173119.302500', '173119.762500', '173120.222500', '173120.682500', '173121.142500', '173121.602500', '173122.062500', '173122.522500', '173122.982500', '173123.442500', '173123.902500', '173124.362500', '173124.822500', '173125.282500', '173125.742500', '173126.202500', '173126.662500', '173127.122500', '173127.582500', '173128.042500', '173128.502500', '173128.962500', '173129.422500', '173129.882500', '173130.342500', '173130.802500', '173131.262500', '173131.722500', '173132.182500', '173132.642500', '173133.102500', '173133.562500', '173134.022500', '173134.482500', '173134.942500', '173135.402500', '173135.862500', '173136.322500', '173136.782500', '173137.242500', '173137.702500', '173138.162500', '173138.622500', '173139.082500', '173139.542500', '173140.002500', '173140.462500', '173140.922500', '173141.382500', '173141.842500', '173142.302500', '173142.762500', '173143.222500', '173143.682500', '173144.142500', '173144.602500', '173145.062500', '173145.522500', '173145.982500', '173146.442500', '173146.902500', '173147.362500', '173147.822500', '173148.282500', '173148.742500', '173149.202500', '173149.662500', '173150.122500', '173150.582500', '173151.042500', '173151.502500', '173151.962500', '173152.422500', '173152.882500', '173153.342500', '173153.802500', '173154.262500', '173154.722500', '173155.182500', '173155.642500', '173156.102500', '173156.562500', '173157.022500', '173157.482500', '173157.942500', '173158.402500', '173158.862500', '173159.322500', '173159.782500', '173200.242500', '173200.702500', '173201.162500', '173201.622500', '173202.082500', '173202.542500', '173203.002500', '173203.462500', '173203.922500', '173204.382500', '173204.842500', '173205.302500', '173205.762500', '173206.222500', '173206.682500', '173207.142500', '173207.602500', '173208.062500', '173208.522500', '173208.982500', '173209.442500', '173209.902500', '173210.362500', '173210.822500', '173211.282500', '173211.742500', '173212.202500', '173212.662500', '173213.122500', '173213.582500', '173214.042500', '173214.502500', '173214.962500', '173215.422500', '173215.882500', '173216.342500', '173216.802500', '173217.262500', '173217.722500', '173218.182500', '173218.642500', '173219.102500', '173219.562500', '173220.022500', '173220.482500', '173220.942500', '173221.402500', '173221.862500', '173222.322500', '173222.782500', '173223.242500', '173223.702500', '173224.162500', '173224.622500', '173225.082500', '173225.542500', '173226.002500', '173226.462500', '173226.922500', '173227.382500', '173227.842500', '173228.302500', '173228.762500', '173229.222500', '173229.682500', '173230.142500', '173230.602500', '173231.062500', '173231.522500', '173231.982500', '173232.442500', '173232.902500', '173233.362500', '173233.822500', '173234.282500', '173234.742500', '173235.202500', '173235.662500', '173236.122500', '173236.582500', '173237.042500', '173237.502500', '173237.962500', '173238.422500', '173238.882500', '173239.342500', '173239.802500', '173240.262500', '173240.722500', '173241.182500', '173241.642500', '173242.102500', '173242.562500', '173243.022500', '173243.482500', '173243.942500', '173244.402500', '173244.862500', '173245.322500', '173245.782500', '173246.242500', '173246.702500', '173247.162500', '173247.622500', '173248.082500', '173248.542500', '173249.002500', '173249.462500', '173249.922500', '173250.382500', '173250.842500', '173251.302500', '173251.762500', '173252.222500', '173252.682500', '173253.142500', '173253.602500', '173254.062500', '173254.522500', '173254.982500', '173255.442500', '173255.902500', '173256.362500', '173256.822500', '173257.282500', '173257.742500', '173258.202500', '173258.662500', '173259.122500', '173259.582500', '173300.042500', '173300.502500', '173300.962500', '173301.422500', '173301.882500', '173302.342500', '173302.802500', '173303.262500', '173303.722500', '173304.182500', '173304.642500', '173305.102500', '173305.562500', '173306.022500', '173306.482500', '173306.942500', '173307.402500', '173307.862500', '173308.322500', '173308.782500', '173309.242500', '173309.702500', '173310.162500', '173310.622500', '173311.082500', '173311.542500', '173312.002500', '173312.462500', '173312.922500', '173313.382500', '173313.842500', '173314.302500', '173314.762500', '173315.222500', '173315.682500', '173316.142500', '173316.602500', '173317.062500', '173317.522500', '173317.982500', '173318.442500', '173318.902500', '173319.362500', '173319.822500', '173320.282500', '173320.742500', '173321.202500', '173321.662500', '173322.122500', '173322.582500', '173323.042500', '173323.502500', '173323.962500', '173324.422500', '173324.882500', '173325.342500', '173325.802500', '173326.262500', '173326.722500', '173327.182500', '173327.642500', '173328.102500', '173328.562500', '173329.022500', '173329.482500', '173329.942500', '173330.402500', '173330.862500', '173331.322500', '173331.782500', '173332.242500', '173332.702500', '173333.162500', '173333.622500', '173334.082500', '173334.542500', '173335.002500', '173335.462500', '173335.922500', '173336.382500', '173336.842500', '173337.302500', '173337.762500', '173338.222500', '173338.682500', '173339.142500', '173339.602500', '173340.062500', '173340.522500', '173340.982500', '173341.442500', '173341.902500', '173342.362500', '173342.822500', '173343.282500', '173343.742500', '173344.202500', '173344.662500', '173345.122500', '173345.582500', '173346.042500', '173346.502500', '173346.962500', '173347.422500', '173347.882500', '173348.342500', '173348.802500', '173349.262500', '173349.722500', '173350.182500', '173350.642500', '173351.102500', '173351.562500', '173352.022500', '173352.482500', '173352.942500', '173353.402500', '173353.862500', '173354.322500', '173354.782500', '173355.242500', '173355.702500', '173356.162500', '173356.622500', '173357.082500', '173357.542500', '173358.002500', '173358.462500', '173358.922500', '173359.382500', '173359.842500', '173400.302500', '173400.762500', '173401.222500', '173401.682500', '173402.142500', '173402.602500', '173403.062500', '173403.522500', '173403.982500', '173404.442500', '173404.902500', '173405.362500', '173405.822500', '173406.282500', '173406.742500', '173407.202500', '173407.662500', '173408.122500', '173408.582500', '173409.042500', '173409.502500', '173409.962500', '173410.422500', '173410.882500', '173411.342500', '173411.802500', '173412.262500', '173412.722500', '173413.182500', '173413.642500', '173414.102500', '173414.562500', '173415.022500', '173415.482500', '173415.942500', '173416.402500', '173416.862500', '173417.322500', '173417.782500', '173418.242500', '173418.702500', '173419.162500', '173419.622500', '173420.082500', '173420.542500', '173421.002500', '173421.462500', '173421.922500', '173422.382500', '173422.842500', '173423.302500', '173423.762500', '173424.222500', '173424.682500', '173425.142500', '173425.602500', '173426.062500', '173426.522500', '173426.982500', '173427.442500', '173427.902500', '173428.362500', '173428.822500', '173429.282500', '173429.742500', '173430.202500', '173430.662500', '173431.122500', '173431.582500', '173432.042500', '173432.502500', '173432.962500', '173433.422500', '173433.882500', '173434.342500', '173434.802500', '173435.262500', '173435.722500', '173436.182500', '173436.642500', '173437.102500', '173437.562500', '173438.022500', '173438.482500', '173438.942500', '173439.402500', '173439.862500', '173440.322500', '173440.782500', '173441.242500', '173441.702500', '173442.162500', '173442.622500', '173443.082500', '173443.542500', '173444.002500', '173444.462500', '173444.922500', '173445.382500', '173445.842500', '173446.302500', '173446.762500', '173447.222500', '173447.682500', '173448.142500', '173448.602500', '173449.062500', '173449.522500', '173449.982500', '173450.442500', '173450.902500', '173451.362500', '173451.822500', '173452.282500', '173452.742500', '173453.202500', '173453.662500', '173454.122500', '173454.582500', '173455.042500', '173455.502500', '173455.962500', '173456.422500', '173456.882500', '173457.342500', '173457.802500', '173458.262500', '173458.722500', '173459.182500', '173459.642500', '173500.102500', '173500.562500', '173501.022500', '173501.482500', '173501.942500', '173502.402500', '173502.862500', '173503.322500', '173503.782500', '173504.242500', '173504.702500', '173505.162500', '173505.622500', '173506.082500', '173506.542500', '173507.002500', '173507.462500', '173507.922500', '173508.382500', '173508.842500'], 'ContentTime': ['172252.084000', '172252.087000', '172252.089000', '172252.092000', '172252.095000', '172252.097000', '172252.100000', '172252.103000', '172252.106000', '172252.109000', '172252.111000', '172252.114000', '172252.117000', '172252.119000', '172252.124000', '172252.126000', '172252.129000', '172252.131000', '172252.134000', '172252.136000', '172252.139000', '172252.142000', '172252.144000', '172252.147000', '172252.158000', '172252.160000', '172252.163000', '172252.166000', '172252.168000', '172252.171000', '172252.173000', '172252.176000', '172252.179000', '172252.181000', '172252.184000', '172312.034000', '172312.037000', '172312.040000', '172312.050000', '172312.052000', '172312.055000', '172312.057000', '172312.060000', '172312.062000', '172312.065000', '172312.067000', '172312.070000', '172312.073000', '172312.075000', '172312.078000', '172312.080000', '172312.083000', '172312.085000', '172312.088000', '172312.090000', '172312.093000', '172312.095000', '172312.098000', '172312.101000', '172312.103000', '172312.106000', '172312.108000', '172312.111000', '172312.113000', '172312.116000', '172312.118000', '172312.121000', '172312.123000', '172312.126000', '172312.129000', '172312.131000', '172312.134000', '172312.136000', '172312.139000', '172312.141000', '172312.144000', '172312.147000', '172312.149000', '172312.152000', '172332.036000', '172332.038000', '172332.041000', '172332.053000', '172332.062000', '172332.064000', '172332.067000', '172332.069000', '172332.072000', '172332.075000', '172332.077000', '172332.080000', '172332.082000', '172332.085000', '172332.088000', '172332.091000', '172332.094000', '172332.097000', '172332.099000', '172332.102000', '172332.105000', '172332.107000', '172332.110000', '172332.112000', '172332.115000', '172332.117000', '172332.120000', '172332.123000', '172332.125000', '172332.128000', '172332.130000', '172332.133000', '172332.135000', '172332.138000', '172332.141000', '172332.143000', '172332.146000', '172332.148000', '172332.151000', '172332.153000', '172332.156000', '172332.159000', '172332.161000', '172352.035000', '172352.038000', '172352.041000', '172352.043000', '172352.046000', '172352.048000', '172352.051000', '172352.054000', '172352.056000', '172352.059000', '172352.061000', '172352.064000', '172352.066000', '172352.069000', '172352.071000', '172352.074000', '172352.077000', '172352.080000', '172352.082000', '172352.085000', '172352.088000', '172352.090000', '172352.093000', '172352.095000', '172352.098000', '172352.101000', '172352.103000', '172352.106000', '172352.108000', '172352.111000', '172352.113000', '172352.116000', '172352.119000', '172352.121000', '172352.124000', '172352.126000', '172352.129000', '172352.131000', '172352.134000', '172352.137000', '172352.139000', '172352.142000', '172352.144000', '172352.147000', '172412.035000', '172412.038000', '172412.041000', '172412.043000', '172412.046000', '172412.048000', '172412.051000', '172412.054000', '172412.056000', '172412.059000', '172412.061000', '172412.064000', '172412.066000', '172412.069000', '172412.071000', '172412.074000', '172412.077000', '172412.079000', '172412.082000', '172412.084000', '172412.087000', '172412.089000', '172412.092000', '172412.095000', '172412.097000', '172412.100000', '172412.102000', '172412.105000', '172412.107000', '172412.110000', '172412.113000', '172412.116000', '172412.119000', '172412.122000', '172412.125000', '172412.127000', '172412.130000', '172412.132000', '172412.135000', '172412.137000', '172412.140000', '172412.143000', '172412.146000', '172432.035000', '172432.038000', '172432.041000', '172432.043000', '172432.046000', '172432.049000', '172432.051000', '172432.054000', '172432.056000', '172432.059000', '172432.062000', '172432.064000', '172432.067000', '172432.069000', '172432.072000', '172432.075000', '172432.077000', '172432.086000', '172432.089000', '172432.091000', '172432.094000', '172432.096000', '172432.099000', '172432.101000', '172432.104000', '172432.106000', '172432.109000', '172432.112000', '172432.114000', '172432.117000', '172432.119000', '172432.122000', '172432.125000', '172432.127000', '172432.130000', '172432.132000', '172432.135000', '172432.137000', '172432.140000', '172432.143000', '172432.145000', '172432.148000', '172432.150000', '172432.153000', '172452.035000', '172452.038000', '172452.041000', '172452.044000', '172452.046000', '172452.049000', '172452.052000', '172452.054000', '172452.057000', '172452.059000', '172452.062000', '172452.065000', '172452.067000', '172452.070000', '172452.072000', '172452.075000', '172452.078000', '172452.080000', '172452.083000', '172452.085000', '172452.088000', '172452.090000', '172452.093000', '172452.096000', '172452.098000', '172452.101000', '172452.125000', '172452.128000', '172452.130000', '172452.133000', '172452.136000', '172452.138000', '172452.141000', '172452.144000', '172452.147000', '172452.150000', '172452.153000', '172452.156000', '172452.159000', '172452.161000', '172452.164000', '172452.166000', '172452.169000', '172512.035000', '172512.049000', '172512.051000', '172512.054000', '172512.056000', '172512.059000', '172512.062000', '172512.064000', '172512.067000', '172512.070000', '172512.072000', '172512.075000', '172512.077000', '172512.080000', '172512.083000', '172512.085000', '172512.088000', '172512.091000', '172512.093000', '172512.096000', '172512.098000', '172512.101000', '172512.103000', '172512.106000', '172512.109000', '172512.111000', '172512.114000', '172512.116000', '172512.119000', '172512.122000', '172512.124000', '172512.127000', '172512.129000', '172512.132000', '172512.135000', '172512.137000', '172512.140000', '172512.142000', '172512.145000', '172512.148000', '172512.150000', '172512.153000', '172512.155000', '172512.158000', '172532.034000', '172532.037000', '172532.040000', '172532.042000', '172532.045000', '172532.048000', '172532.050000', '172532.053000', '172532.055000', '172532.058000', '172532.060000', '172532.063000', '172532.066000', '172532.068000', '172532.071000', '172532.073000', '172532.076000', '172532.079000', '172532.081000', '172532.084000', '172532.086000', '172532.090000', '172532.092000', '172532.095000', '172532.097000', '172532.100000', '172532.103000', '172532.105000', '172532.108000', '172532.111000', '172532.113000', '172532.116000', '172532.119000', '172532.121000', '172532.124000', '172532.126000', '172532.129000', '172532.132000', '172532.134000', '172532.137000', '172532.139000', '172532.142000', '172532.145000', '172552.036000', '172552.038000', '172552.041000', '172552.043000', '172552.046000', '172552.049000', '172552.051000', '172552.054000', '172552.056000', '172552.059000', '172552.061000', '172552.064000', '172552.067000', '172552.069000', '172552.072000', '172552.074000', '172552.077000', '172552.079000', '172552.082000', '172552.085000', '172552.087000', '172552.090000', '172552.092000', '172552.095000', '172552.097000', '172552.100000', '172552.103000', '172552.105000', '172552.108000', '172552.110000', '172552.113000', '172552.116000', '172552.118000', '172552.121000', '172552.123000', '172552.126000', '172552.128000', '172552.131000', '172552.134000', '172552.136000', '172552.139000', '172552.142000', '172552.144000', '172552.147000', '172612.035000', '172612.038000', '172612.041000', '172612.043000', '172612.046000', '172612.049000', '172612.051000', '172612.054000', '172612.057000', '172612.059000', '172612.062000', '172612.064000', '172612.067000', '172612.070000', '172612.072000', '172612.075000', '172612.077000', '172612.080000', '172612.083000', '172612.085000', '172612.088000', '172612.090000', '172612.093000', '172612.095000', '172612.098000', '172612.101000', '172612.103000', '172612.106000', '172612.108000', '172612.111000', '172612.114000', '172612.116000', '172612.119000', '172612.122000', '172612.124000', '172612.127000', '172612.130000', '172612.132000', '172612.135000', '172612.137000', '172612.140000', '172612.143000', '172612.145000', '172632.036000', '172632.039000', '172632.042000', '172632.046000', '172632.048000', '172632.053000', '172632.056000', '172632.058000', '172632.061000', '172632.064000', '172632.066000', '172632.069000', '172632.071000', '172632.074000', '172632.077000', '172632.079000', '172632.082000', '172632.084000', '172632.087000', '172632.089000', '172632.092000', '172632.095000', '172632.097000', '172632.100000', '172632.102000', '172632.105000', '172632.107000', '172632.110000', '172632.113000', '172632.116000', '172632.118000', '172632.121000', '172632.123000', '172632.126000', '172632.129000', '172632.131000', '172632.134000', '172632.136000', '172632.139000', '172632.142000', '172632.166000', '172632.168000', '172632.171000', '172652.035000', '172652.038000', '172652.041000', '172652.043000', '172652.046000', '172652.049000', '172652.051000', '172652.054000', '172652.057000', '172652.059000', '172652.062000', '172652.064000', '172652.067000', '172652.070000', '172652.072000', '172652.075000', '172652.077000', '172652.080000', '172652.082000', '172652.085000', '172652.088000', '172652.090000', '172652.093000', '172652.095000', '172652.098000', '172652.101000', '172652.103000', '172652.106000', '172652.108000', '172652.111000', '172652.114000', '172652.116000', '172652.119000', '172652.121000', '172652.124000', '172652.126000', '172652.129000', '172652.132000', '172652.134000', '172652.137000', '172652.139000', '172652.142000', '172652.145000', '172652.147000', '172712.035000', '172712.038000', '172712.041000', '172712.043000', '172712.046000', '172712.049000', '172712.051000', '172712.054000', '172712.056000', '172712.059000', '172712.062000', '172712.064000', '172712.067000', '172712.070000', '172712.072000', '172712.075000', '172712.077000', '172712.080000', '172712.083000', '172712.085000', '172712.088000', '172712.091000', '172712.093000', '172712.096000', '172712.099000', '172712.101000', '172712.104000', '172712.106000', '172712.109000', '172712.112000', '172712.114000', '172712.117000', '172712.120000', '172712.122000', '172712.125000', '172712.127000', '172712.130000', '172712.133000', '172712.135000', '172712.138000', '172712.140000', '172712.143000', '172712.146000', '172712.148000', '172732.034000', '172732.037000', '172732.040000', '172732.043000', '172732.046000', '172732.048000', '172732.051000', '172732.054000', '172732.056000', '172732.059000', '172732.062000', '172732.064000', '172732.067000', '172732.070000', '172732.072000', '172732.075000', '172732.078000', '172732.080000', '172732.083000', '172732.086000', '172732.088000', '172732.091000', '172732.094000', '172732.096000', '172732.099000', '172732.101000', '172732.104000', '172732.107000', '172732.109000', '172732.112000', '172732.114000', '172732.117000', '172732.120000', '172732.122000', '172732.125000', '172732.127000', '172732.130000', '172732.133000', '172732.135000', '172732.138000', '172732.141000', '172732.143000', '172732.146000', '172752.035000', '172752.037000', '172752.040000', '172752.043000', '172752.045000', '172752.048000', '172752.050000', '172752.053000', '172752.055000', '172752.058000', '172752.061000', '172752.063000', '172752.066000', '172752.068000', '172752.071000', '172752.073000', '172752.076000', '172752.079000', '172752.081000', '172752.084000', '172752.087000', '172752.090000', '172752.093000', '172752.096000', '172752.099000', '172752.101000', '172752.104000', '172752.106000', '172752.109000', '172752.112000', '172752.114000', '172752.117000', '172752.119000', '172752.122000', '172752.125000', '172752.127000', '172752.130000', '172752.133000', '172752.135000', '172752.138000', '172752.140000', '172752.143000', '172752.146000', '172812.036000', '172812.038000', '172812.041000', '172812.044000', '172812.046000', '172812.049000', '172812.051000', '172812.061000', '172812.063000', '172812.066000', '172812.068000', '172812.071000', '172812.074000', '172812.076000', '172812.079000', '172812.081000', '172812.084000', '172812.087000', '172812.103000', '172812.105000', '172812.108000', '172812.110000', '172812.113000', '172812.116000', '172812.119000', '172812.121000', '172812.124000', '172812.127000', '172812.129000', '172812.132000', '172812.134000', '172812.137000', '172812.140000', '172812.142000', '172812.145000', '172812.148000', '172812.150000', '172812.153000', '172812.155000', '172812.158000', '172812.160000', '172812.163000', '172812.166000', '172812.168000', '172832.035000', '172832.038000', '172832.041000', '172832.043000', '172832.046000', '172832.049000', '172832.051000', '172832.054000', '172832.056000', '172832.059000', '172832.062000', '172832.064000', '172832.067000', '172832.069000', '172832.072000', '172832.075000', '172832.077000', '172832.080000', '172832.082000', '172832.085000', '172832.088000', '172832.090000', '172832.093000', '172832.095000', '172832.098000', '172832.100000', '172832.103000', '172832.106000', '172832.108000', '172832.111000', '172832.113000', '172832.116000', '172832.118000', '172832.121000', '172832.124000', '172832.126000', '172832.129000', '172832.131000', '172832.134000', '172832.137000', '172832.139000', '172832.142000', '172832.144000', '172832.147000', '172852.036000', '172852.039000', '172852.041000', '172852.044000', '172852.046000', '172852.049000', '172852.052000', '172852.054000', '172852.057000', '172852.059000', '172852.062000', '172852.064000', '172852.067000', '172852.070000', '172852.072000', '172852.075000', '172852.078000', '172852.080000', '172852.083000', '172852.085000', '172852.088000', '172852.091000', '172852.093000', '172852.096000', '172852.098000', '172852.101000', '172852.104000', '172852.106000', '172852.109000', '172852.112000', '172852.114000', '172852.117000', '172852.119000', '172852.122000', '172852.125000', '172852.127000', '172852.130000', '172852.132000', '172852.135000', '172852.138000', '172852.140000', '172852.143000', '172852.145000', '172912.036000', '172912.038000', '172912.041000', '172912.044000', '172912.046000', '172912.049000', '172912.052000', '172912.055000', '172912.057000', '172912.061000', '172912.064000', '172912.067000', '172912.070000', '172912.073000', '172912.075000', '172912.078000', '172912.081000', '172912.083000', '172912.086000', '172912.089000', '172912.091000', '172912.094000', '172912.096000', '172912.099000', '172912.102000', '172912.104000', '172912.107000', '172912.109000', '172912.112000', '172912.114000', '172912.117000', '172912.120000', '172912.122000', '172912.125000', '172912.127000', '172912.130000', '172912.133000', '172912.135000', '172912.138000', '172912.140000', '172912.143000', '172912.145000', '172912.148000', '172932.035000', '172932.038000', '172932.041000', '172932.043000', '172932.046000', '172932.049000', '172932.051000', '172932.054000', '172932.056000', '172932.059000', '172932.062000', '172932.064000', '172932.067000', '172932.069000', '172932.072000', '172932.074000', '172932.077000', '172932.080000', '172932.092000', '172932.095000', '172932.098000', '172932.100000', '172932.103000', '172932.105000', '172932.108000', '172932.111000', '172932.113000', '172932.116000', '172932.118000', '172932.121000', '172932.123000', '172932.126000', '172932.129000', '172932.131000', '172932.134000', '172932.136000', '172932.139000', '172932.142000', '172932.144000', '172932.147000', '172932.150000', '172932.152000', '172932.155000', '172932.158000', '172952.035000', '172952.038000', '172952.040000', '172952.043000', '172952.046000', '172952.048000', '172952.051000', '172952.053000', '172952.056000', '172952.059000', '172952.061000', '172952.064000', '172952.066000', '172952.069000', '172952.072000', '172952.074000', '172952.077000', '172952.080000', '172952.082000', '172952.085000', '172952.088000', '172952.091000', '172952.094000', '172952.097000', '172952.100000', '172952.102000', '172952.105000', '172952.108000', '172952.110000', '172952.113000', '172952.115000', '172952.118000', '172952.121000', '172952.123000', '172952.126000', '172952.128000', '172952.131000', '172952.133000', '172952.136000', '172952.139000', '172952.141000', '172952.144000', '172952.146000', '173012.035000', '173012.038000', '173012.040000', '173012.043000', '173012.045000', '173012.048000', '173012.051000', '173012.053000', '173012.056000', '173012.058000', '173012.061000', '173012.064000', '173012.066000', '173012.069000', '173012.071000', '173012.074000', '173012.076000', '173012.079000', '173012.082000', '173012.084000', '173012.087000', '173012.089000', '173012.092000', '173012.094000', '173012.097000', '173012.100000', '173012.102000', '173012.105000', '173012.107000', '173012.110000', '173012.113000', '173012.115000', '173012.118000', '173012.120000', '173012.123000', '173012.126000', '173012.128000', '173012.131000', '173012.133000', '173012.136000', '173012.139000', '173012.141000', '173012.144000', '173012.146000', '173032.036000', '173032.038000', '173032.041000', '173032.044000', '173032.046000', '173032.049000', '173032.051000', '173032.054000', '173032.057000', '173032.059000', '173032.062000', '173032.064000', '173032.067000', '173032.069000', '173032.072000', '173032.075000', '173032.077000', '173032.080000', '173032.082000', '173032.085000', '173032.087000', '173032.090000', '173032.093000', '173032.095000', '173032.098000', '173032.102000', '173032.105000', '173032.108000', '173032.110000', '173032.113000', '173032.116000', '173032.119000', '173032.121000', '173032.124000', '173032.127000', '173032.129000', '173032.132000', '173032.135000', '173032.137000', '173032.140000', '173032.142000', '173032.145000', '173032.147000', '173052.036000', '173052.038000', '173052.041000', '173052.044000', '173052.046000', '173052.049000', '173052.051000', '173052.054000', '173052.056000', '173052.059000', '173052.062000', '173052.064000', '173052.067000', '173052.070000', '173052.073000', '173052.086000', '173052.088000', '173052.091000', '173052.094000', '173052.096000', '173052.099000', '173052.101000', '173052.104000', '173052.107000', '173052.109000', '173052.112000', '173052.114000', '173052.117000', '173052.119000', '173052.122000', '173052.125000', '173052.127000', '173052.130000', '173052.132000', '173052.135000', '173052.138000', '173052.140000', '173052.143000', '173052.145000', '173052.148000', '173052.150000', '173052.153000', '173052.156000', '173052.158000', '173112.035000', '173112.038000', '173112.041000', '173112.044000', '173112.046000', '173112.049000', '173112.051000', '173112.054000', '173112.056000', '173112.059000', '173112.062000', '173112.064000', '173112.067000', '173112.070000', '173112.072000', '173112.075000', '173112.078000', '173112.080000', '173112.083000', '173112.085000', '173112.088000', '173112.090000', '173112.093000', '173112.096000', '173112.098000', '173112.101000', '173112.103000', '173112.106000', '173112.109000', '173112.112000', '173112.115000', '173112.117000', '173112.120000', '173112.123000', '173112.125000', '173112.128000', '173112.130000', '173112.133000', '173112.136000', '173112.138000', '173112.141000', '173112.144000', '173112.146000', '173132.036000', '173132.039000', '173132.041000', '173132.044000', '173132.046000', '173132.049000', '173132.052000', '173132.054000', '173132.057000', '173132.059000', '173132.062000', '173132.064000', '173132.067000', '173132.070000', '173132.072000', '173132.075000', '173132.078000', '173132.080000', '173132.083000', '173132.085000', '173132.088000', '173132.090000', '173132.093000', '173132.096000', '173132.098000', '173132.101000', '173132.103000', '173132.106000', '173132.109000', '173132.111000', '173132.114000', '173132.116000', '173132.119000', '173132.122000', '173132.124000', '173132.127000', '173132.129000', '173132.132000', '173132.135000', '173132.137000', '173132.140000', '173132.143000', '173132.145000', '173132.148000', '173152.035000', '173152.038000', '173152.041000', '173152.043000', '173152.046000', '173152.049000', '173152.051000', '173152.054000', '173152.056000', '173152.059000', '173152.062000', '173152.064000', '173152.067000', '173152.069000', '173152.072000', '173152.074000', '173152.077000', '173152.080000', '173152.082000', '173152.085000', '173152.087000', '173152.090000', '173152.093000', '173152.095000', '173152.098000', '173152.100000', '173152.103000', '173152.106000', '173152.108000', '173152.111000', '173152.114000', '173152.117000', '173152.120000', '173152.122000', '173152.125000', '173152.128000', '173152.130000', '173152.133000', '173152.135000', '173152.138000', '173152.142000', '173152.145000', '173152.147000', '173212.035000', '173212.037000', '173212.040000', '173212.043000', '173212.045000', '173212.048000', '173212.051000', '173212.053000', '173212.056000', '173212.058000', '173212.061000', '173212.087000', '173212.090000', '173212.092000', '173212.095000', '173212.097000', '173212.100000', '173212.103000', '173212.105000', '173212.108000', '173212.116000', '173212.118000', '173212.121000', '173212.124000', '173212.126000', '173212.129000', '173212.132000', '173212.134000', '173212.137000', '173212.140000', '173212.142000', '173212.145000', '173212.147000', '173212.150000', '173212.153000', '173212.155000', '173212.158000', '173212.160000', '173212.163000', '173212.166000', '173212.168000', '173212.171000', '173212.173000', '173212.176000', '173232.035000', '173232.037000', '173232.040000', '173232.043000', '173232.045000', '173232.048000', '173232.050000', '173232.053000', '173232.055000', '173232.058000', '173232.061000', '173232.063000', '173232.066000', '173232.068000', '173232.071000', '173232.074000', '173232.076000', '173232.079000', '173232.081000', '173232.084000', '173232.086000', '173232.089000', '173232.092000', '173232.094000', '173232.097000', '173232.099000', '173232.102000', '173232.105000', '173232.107000', '173232.110000', '173232.112000', '173232.115000', '173232.117000', '173232.120000', '173232.123000', '173232.125000', '173232.128000', '173232.131000', '173232.133000', '173232.136000', '173232.139000', '173232.142000', '173232.145000', '173252.036000', '173252.039000', '173252.041000', '173252.044000', '173252.046000', '173252.049000', '173252.052000', '173252.054000', '173252.057000', '173252.060000', '173252.062000', '173252.065000', '173252.067000', '173252.070000', '173252.073000', '173252.075000', '173252.078000', '173252.081000', '173252.083000', '173252.086000', '173252.089000', '173252.091000', '173252.094000', '173252.096000', '173252.099000', '173252.102000', '173252.104000', '173252.107000', '173252.109000', '173252.112000', '173252.115000', '173252.117000', '173252.120000', '173252.122000', '173252.125000', '173252.127000', '173252.130000', '173252.133000', '173252.135000', '173252.138000', '173252.141000', '173252.143000', '173252.146000', '173252.148000', '173312.035000', '173312.038000', '173312.041000', '173312.043000', '173312.046000', '173312.049000', '173312.051000', '173312.054000', '173312.057000', '173312.059000', '173312.062000', '173312.064000', '173312.067000', '173312.070000', '173312.072000', '173312.075000', '173312.077000', '173312.080000', '173312.082000', '173312.085000', '173312.087000', '173312.090000', '173312.093000', '173312.095000', '173312.098000', '173312.100000', '173312.103000', '173312.106000', '173312.108000', '173312.111000', '173312.114000', '173312.116000', '173312.119000', '173312.122000', '173312.124000', '173312.127000', '173312.129000', '173312.132000', '173312.135000', '173312.137000', '173312.140000', '173312.143000', '173312.145000', '173332.035000', '173332.038000', '173332.041000', '173332.043000', '173332.046000', '173332.049000', '173332.051000', '173332.054000', '173332.057000', '173332.059000', '173332.062000', '173332.064000', '173332.067000', '173332.070000', '173332.073000', '173332.075000', '173332.078000', '173332.080000', '173332.083000', '173332.086000', '173332.088000', '173332.091000', '173332.094000', '173332.096000', '173332.099000', '173332.102000', '173332.104000', '173332.107000', '173332.109000', '173332.112000', '173332.115000', '173332.117000', '173332.120000', '173332.122000', '173332.125000', '173332.128000', '173332.133000', '173332.136000', '173332.152000', '173332.155000', '173332.157000', '173332.160000', '173332.162000', '173332.165000', '173352.036000', '173352.038000', '173352.041000', '173352.044000', '173352.046000', '173352.049000', '173352.051000', '173352.054000', '173352.056000', '173352.059000', '173352.062000', '173352.064000', '173352.067000', '173352.069000', '173352.072000', '173352.074000', '173352.077000', '173352.080000', '173352.082000', '173352.085000', '173352.087000', '173352.090000', '173352.093000', '173352.095000', '173352.098000', '173352.100000', '173352.103000', '173352.105000', '173352.108000', '173352.111000', '173352.113000', '173352.116000', '173352.118000', '173352.121000', '173352.124000', '173352.126000', '173352.129000', '173352.132000', '173352.134000', '173352.137000', '173352.139000', '173352.142000', '173352.145000', '173412.036000', '173412.039000', '173412.042000', '173412.045000', '173412.048000', '173412.051000', '173412.054000', '173412.057000', '173412.059000', '173412.062000', '173412.065000', '173412.068000', '173412.070000', '173412.073000', '173412.076000', '173412.078000', '173412.081000', '173412.083000', '173412.086000', '173412.089000', '173412.091000', '173412.094000', '173412.096000', '173412.099000', '173412.102000', '173412.104000', '173412.107000', '173412.109000', '173412.112000', '173412.115000', '173412.117000', '173412.120000', '173412.123000', '173412.125000', '173412.128000', '173412.130000', '173412.133000', '173412.136000', '173412.138000', '173412.141000', '173412.143000', '173412.146000', '173412.149000', '173432.035000', '173432.037000', '173432.040000', '173432.043000', '173432.045000', '173432.048000', '173432.050000', '173432.053000', '173432.056000', '173432.058000', '173432.061000', '173432.063000', '173432.066000', '173432.068000', '173432.071000', '173432.074000', '173432.076000', '173432.079000', '173432.081000', '173432.084000', '173432.102000', '173432.105000', '173432.107000', '173432.110000', '173432.113000', '173432.115000', '173432.118000', '173432.120000', '173432.123000', '173432.125000', '173432.128000', '173432.131000', '173432.133000', '173432.136000', '173432.139000', '173432.141000', '173432.144000', '173432.146000', '173432.149000', '173432.152000', '173432.154000', '173432.157000', '173432.159000', '173432.162000', '173452.035000', '173452.038000', '173452.040000', '173452.043000', '173452.046000', '173452.048000', '173452.051000', '173452.053000', '173452.056000', '173452.058000', '173452.061000', '173452.064000', '173452.067000', '173452.070000', '173452.073000', '173452.075000', '173452.078000', '173452.081000', '173452.083000', '173452.086000', '173452.089000', '173452.091000', '173452.094000', '173452.096000', '173452.099000', '173452.102000', '173452.104000', '173452.107000', '173452.109000', '173452.112000', '173452.115000', '173452.117000', '173452.120000', '173452.122000', '173452.125000', '173452.128000', '173452.130000', '173452.133000', '173452.135000', '173452.138000', '173452.140000', '173452.143000', '173452.146000', '173509.892000', '173509.895000', '173509.898000', '173509.900000', '173509.903000', '173509.906000', '173509.908000', '173509.911000', '173509.914000', '173509.916000', '173509.919000', '173509.921000', '173509.924000', '173509.927000', '173509.929000', '173509.932000', '173509.935000', '173509.937000', '173509.940000', '173509.942000', '173509.945000', '173509.948000', '173509.950000', '173509.953000', '173509.955000', '173509.958000', '173509.961000', '173509.963000', '173509.966000', '173509.968000', '173509.971000', '173509.974000', '173509.976000', '173509.979000', '173509.981000', '173509.984000', '173509.987000', '173509.989000', '173509.992000', '173509.994000'], 'InstanceCreationTime': ['172252.084000', '172252.087000', '172252.089000', '172252.092000', '172252.095000', '172252.097000', '172252.100000', '172252.103000', '172252.106000', '172252.109000', '172252.111000', '172252.114000', '172252.117000', '172252.119000', '172252.124000', '172252.126000', '172252.129000', '172252.131000', '172252.134000', '172252.136000', '172252.139000', '172252.142000', '172252.144000', '172252.147000', '172252.158000', '172252.160000', '172252.163000', '172252.166000', '172252.168000', '172252.171000', '172252.173000', '172252.176000', '172252.179000', '172252.181000', '172252.184000', '172312.034000', '172312.037000', '172312.040000', '172312.050000', '172312.052000', '172312.055000', '172312.057000', '172312.060000', '172312.062000', '172312.065000', '172312.067000', '172312.070000', '172312.073000', '172312.075000', '172312.078000', '172312.080000', '172312.083000', '172312.085000', '172312.088000', '172312.090000', '172312.093000', '172312.095000', '172312.098000', '172312.101000', '172312.103000', '172312.106000', '172312.108000', '172312.111000', '172312.113000', '172312.116000', '172312.118000', '172312.121000', '172312.123000', '172312.126000', '172312.129000', '172312.131000', '172312.134000', '172312.136000', '172312.139000', '172312.141000', '172312.144000', '172312.147000', '172312.149000', '172312.152000', '172332.036000', '172332.038000', '172332.041000', '172332.053000', '172332.062000', '172332.064000', '172332.067000', '172332.069000', '172332.072000', '172332.075000', '172332.077000', '172332.080000', '172332.082000', '172332.085000', '172332.088000', '172332.091000', '172332.094000', '172332.097000', '172332.099000', '172332.102000', '172332.105000', '172332.107000', '172332.110000', '172332.112000', '172332.115000', '172332.117000', '172332.120000', '172332.123000', '172332.125000', '172332.128000', '172332.130000', '172332.133000', '172332.135000', '172332.138000', '172332.141000', '172332.143000', '172332.146000', '172332.148000', '172332.151000', '172332.153000', '172332.156000', '172332.159000', '172332.161000', '172352.035000', '172352.038000', '172352.041000', '172352.043000', '172352.046000', '172352.048000', '172352.051000', '172352.054000', '172352.056000', '172352.059000', '172352.061000', '172352.064000', '172352.066000', '172352.069000', '172352.071000', '172352.074000', '172352.077000', '172352.080000', '172352.082000', '172352.085000', '172352.088000', '172352.090000', '172352.093000', '172352.095000', '172352.098000', '172352.101000', '172352.103000', '172352.106000', '172352.108000', '172352.111000', '172352.113000', '172352.116000', '172352.119000', '172352.121000', '172352.124000', '172352.126000', '172352.129000', '172352.131000', '172352.134000', '172352.137000', '172352.139000', '172352.142000', '172352.144000', '172352.147000', '172412.035000', '172412.038000', '172412.041000', '172412.043000', '172412.046000', '172412.048000', '172412.051000', '172412.054000', '172412.056000', '172412.059000', '172412.061000', '172412.064000', '172412.066000', '172412.069000', '172412.071000', '172412.074000', '172412.077000', '172412.079000', '172412.082000', '172412.084000', '172412.087000', '172412.089000', '172412.092000', '172412.095000', '172412.097000', '172412.100000', '172412.102000', '172412.105000', '172412.107000', '172412.110000', '172412.113000', '172412.116000', '172412.119000', '172412.122000', '172412.125000', '172412.127000', '172412.130000', '172412.132000', '172412.135000', '172412.137000', '172412.140000', '172412.143000', '172412.146000', '172432.035000', '172432.038000', '172432.041000', '172432.043000', '172432.046000', '172432.049000', '172432.051000', '172432.054000', '172432.056000', '172432.059000', '172432.062000', '172432.064000', '172432.067000', '172432.069000', '172432.072000', '172432.075000', '172432.077000', '172432.086000', '172432.089000', '172432.091000', '172432.094000', '172432.096000', '172432.099000', '172432.101000', '172432.104000', '172432.106000', '172432.109000', '172432.112000', '172432.114000', '172432.117000', '172432.119000', '172432.122000', '172432.125000', '172432.127000', '172432.130000', '172432.132000', '172432.135000', '172432.137000', '172432.140000', '172432.143000', '172432.145000', '172432.148000', '172432.150000', '172432.153000', '172452.035000', '172452.038000', '172452.041000', '172452.044000', '172452.046000', '172452.049000', '172452.052000', '172452.054000', '172452.057000', '172452.059000', '172452.062000', '172452.065000', '172452.067000', '172452.070000', '172452.072000', '172452.075000', '172452.078000', '172452.080000', '172452.083000', '172452.085000', '172452.088000', '172452.090000', '172452.093000', '172452.096000', '172452.098000', '172452.101000', '172452.125000', '172452.128000', '172452.130000', '172452.133000', '172452.136000', '172452.138000', '172452.141000', '172452.144000', '172452.147000', '172452.150000', '172452.153000', '172452.156000', '172452.159000', '172452.161000', '172452.164000', '172452.166000', '172452.169000', '172512.035000', '172512.049000', '172512.051000', '172512.054000', '172512.056000', '172512.059000', '172512.062000', '172512.064000', '172512.067000', '172512.070000', '172512.072000', '172512.075000', '172512.077000', '172512.080000', '172512.083000', '172512.085000', '172512.088000', '172512.091000', '172512.093000', '172512.096000', '172512.098000', '172512.101000', '172512.103000', '172512.106000', '172512.109000', '172512.111000', '172512.114000', '172512.116000', '172512.119000', '172512.122000', '172512.124000', '172512.127000', '172512.129000', '172512.132000', '172512.135000', '172512.137000', '172512.140000', '172512.142000', '172512.145000', '172512.148000', '172512.150000', '172512.153000', '172512.155000', '172512.158000', '172532.034000', '172532.037000', '172532.040000', '172532.042000', '172532.045000', '172532.048000', '172532.050000', '172532.053000', '172532.055000', '172532.058000', '172532.060000', '172532.063000', '172532.066000', '172532.068000', '172532.071000', '172532.073000', '172532.076000', '172532.079000', '172532.081000', '172532.084000', '172532.086000', '172532.090000', '172532.092000', '172532.095000', '172532.097000', '172532.100000', '172532.103000', '172532.105000', '172532.108000', '172532.111000', '172532.113000', '172532.116000', '172532.119000', '172532.121000', '172532.124000', '172532.126000', '172532.129000', '172532.132000', '172532.134000', '172532.137000', '172532.139000', '172532.142000', '172532.145000', '172552.036000', '172552.038000', '172552.041000', '172552.043000', '172552.046000', '172552.049000', '172552.051000', '172552.054000', '172552.056000', '172552.059000', '172552.061000', '172552.064000', '172552.067000', '172552.069000', '172552.072000', '172552.074000', '172552.077000', '172552.079000', '172552.082000', '172552.085000', '172552.087000', '172552.090000', '172552.092000', '172552.095000', '172552.097000', '172552.100000', '172552.103000', '172552.105000', '172552.108000', '172552.110000', '172552.113000', '172552.116000', '172552.118000', '172552.121000', '172552.123000', '172552.126000', '172552.128000', '172552.131000', '172552.134000', '172552.136000', '172552.139000', '172552.142000', '172552.144000', '172552.147000', '172612.035000', '172612.038000', '172612.041000', '172612.043000', '172612.046000', '172612.049000', '172612.051000', '172612.054000', '172612.057000', '172612.059000', '172612.062000', '172612.064000', '172612.067000', '172612.070000', '172612.072000', '172612.075000', '172612.077000', '172612.080000', '172612.083000', '172612.085000', '172612.088000', '172612.090000', '172612.093000', '172612.095000', '172612.098000', '172612.101000', '172612.103000', '172612.106000', '172612.108000', '172612.111000', '172612.114000', '172612.116000', '172612.119000', '172612.122000', '172612.124000', '172612.127000', '172612.130000', '172612.132000', '172612.135000', '172612.137000', '172612.140000', '172612.143000', '172612.145000', '172632.036000', '172632.039000', '172632.042000', '172632.046000', '172632.048000', '172632.053000', '172632.056000', '172632.058000', '172632.061000', '172632.064000', '172632.066000', '172632.069000', '172632.071000', '172632.074000', '172632.077000', '172632.079000', '172632.082000', '172632.084000', '172632.087000', '172632.089000', '172632.092000', '172632.095000', '172632.097000', '172632.100000', '172632.102000', '172632.105000', '172632.107000', '172632.110000', '172632.113000', '172632.116000', '172632.118000', '172632.121000', '172632.123000', '172632.126000', '172632.129000', '172632.131000', '172632.134000', '172632.136000', '172632.139000', '172632.142000', '172632.166000', '172632.168000', '172632.171000', '172652.035000', '172652.038000', '172652.041000', '172652.043000', '172652.046000', '172652.049000', '172652.051000', '172652.054000', '172652.057000', '172652.059000', '172652.062000', '172652.064000', '172652.067000', '172652.070000', '172652.072000', '172652.075000', '172652.077000', '172652.080000', '172652.082000', '172652.085000', '172652.088000', '172652.090000', '172652.093000', '172652.095000', '172652.098000', '172652.101000', '172652.103000', '172652.106000', '172652.108000', '172652.111000', '172652.114000', '172652.116000', '172652.119000', '172652.121000', '172652.124000', '172652.126000', '172652.129000', '172652.132000', '172652.134000', '172652.137000', '172652.139000', '172652.142000', '172652.145000', '172652.147000', '172712.035000', '172712.038000', '172712.041000', '172712.043000', '172712.046000', '172712.049000', '172712.051000', '172712.054000', '172712.056000', '172712.059000', '172712.062000', '172712.064000', '172712.067000', '172712.070000', '172712.072000', '172712.075000', '172712.077000', '172712.080000', '172712.083000', '172712.085000', '172712.088000', '172712.091000', '172712.093000', '172712.096000', '172712.099000', '172712.101000', '172712.104000', '172712.106000', '172712.109000', '172712.112000', '172712.114000', '172712.117000', '172712.120000', '172712.122000', '172712.125000', '172712.127000', '172712.130000', '172712.133000', '172712.135000', '172712.138000', '172712.140000', '172712.143000', '172712.146000', '172712.148000', '172732.034000', '172732.037000', '172732.040000', '172732.043000', '172732.046000', '172732.048000', '172732.051000', '172732.054000', '172732.056000', '172732.059000', '172732.062000', '172732.064000', '172732.067000', '172732.070000', '172732.072000', '172732.075000', '172732.078000', '172732.080000', '172732.083000', '172732.086000', '172732.088000', '172732.091000', '172732.094000', '172732.096000', '172732.099000', '172732.101000', '172732.104000', '172732.107000', '172732.109000', '172732.112000', '172732.114000', '172732.117000', '172732.120000', '172732.122000', '172732.125000', '172732.127000', '172732.130000', '172732.133000', '172732.135000', '172732.138000', '172732.141000', '172732.143000', '172732.146000', '172752.035000', '172752.037000', '172752.040000', '172752.043000', '172752.045000', '172752.048000', '172752.050000', '172752.053000', '172752.055000', '172752.058000', '172752.061000', '172752.063000', '172752.066000', '172752.068000', '172752.071000', '172752.073000', '172752.076000', '172752.079000', '172752.081000', '172752.084000', '172752.087000', '172752.090000', '172752.093000', '172752.096000', '172752.099000', '172752.101000', '172752.104000', '172752.106000', '172752.109000', '172752.112000', '172752.114000', '172752.117000', '172752.119000', '172752.122000', '172752.125000', '172752.127000', '172752.130000', '172752.133000', '172752.135000', '172752.138000', '172752.140000', '172752.143000', '172752.146000', '172812.036000', '172812.038000', '172812.041000', '172812.044000', '172812.046000', '172812.049000', '172812.051000', '172812.061000', '172812.063000', '172812.066000', '172812.068000', '172812.071000', '172812.074000', '172812.076000', '172812.079000', '172812.081000', '172812.084000', '172812.087000', '172812.103000', '172812.105000', '172812.108000', '172812.110000', '172812.113000', '172812.116000', '172812.119000', '172812.121000', '172812.124000', '172812.127000', '172812.129000', '172812.132000', '172812.134000', '172812.137000', '172812.140000', '172812.142000', '172812.145000', '172812.148000', '172812.150000', '172812.153000', '172812.155000', '172812.158000', '172812.160000', '172812.163000', '172812.166000', '172812.168000', '172832.035000', '172832.038000', '172832.041000', '172832.043000', '172832.046000', '172832.049000', '172832.051000', '172832.054000', '172832.056000', '172832.059000', '172832.062000', '172832.064000', '172832.067000', '172832.069000', '172832.072000', '172832.075000', '172832.077000', '172832.080000', '172832.082000', '172832.085000', '172832.088000', '172832.090000', '172832.093000', '172832.095000', '172832.098000', '172832.100000', '172832.103000', '172832.106000', '172832.108000', '172832.111000', '172832.113000', '172832.116000', '172832.118000', '172832.121000', '172832.124000', '172832.126000', '172832.129000', '172832.131000', '172832.134000', '172832.137000', '172832.139000', '172832.142000', '172832.144000', '172832.147000', '172852.036000', '172852.039000', '172852.041000', '172852.044000', '172852.046000', '172852.049000', '172852.052000', '172852.054000', '172852.057000', '172852.059000', '172852.062000', '172852.064000', '172852.067000', '172852.070000', '172852.072000', '172852.075000', '172852.078000', '172852.080000', '172852.083000', '172852.085000', '172852.088000', '172852.091000', '172852.093000', '172852.096000', '172852.098000', '172852.101000', '172852.104000', '172852.106000', '172852.109000', '172852.112000', '172852.114000', '172852.117000', '172852.119000', '172852.122000', '172852.125000', '172852.127000', '172852.130000', '172852.132000', '172852.135000', '172852.138000', '172852.140000', '172852.143000', '172852.145000', '172912.036000', '172912.038000', '172912.041000', '172912.044000', '172912.046000', '172912.049000', '172912.052000', '172912.055000', '172912.057000', '172912.061000', '172912.064000', '172912.067000', '172912.070000', '172912.073000', '172912.075000', '172912.078000', '172912.081000', '172912.083000', '172912.086000', '172912.089000', '172912.091000', '172912.094000', '172912.096000', '172912.099000', '172912.102000', '172912.104000', '172912.107000', '172912.109000', '172912.112000', '172912.114000', '172912.117000', '172912.120000', '172912.122000', '172912.125000', '172912.127000', '172912.130000', '172912.133000', '172912.135000', '172912.138000', '172912.140000', '172912.143000', '172912.145000', '172912.148000', '172932.035000', '172932.038000', '172932.041000', '172932.043000', '172932.046000', '172932.049000', '172932.051000', '172932.054000', '172932.056000', '172932.059000', '172932.062000', '172932.064000', '172932.067000', '172932.069000', '172932.072000', '172932.074000', '172932.077000', '172932.080000', '172932.092000', '172932.095000', '172932.098000', '172932.100000', '172932.103000', '172932.105000', '172932.108000', '172932.111000', '172932.113000', '172932.116000', '172932.118000', '172932.121000', '172932.123000', '172932.126000', '172932.129000', '172932.131000', '172932.134000', '172932.136000', '172932.139000', '172932.142000', '172932.144000', '172932.147000', '172932.150000', '172932.152000', '172932.155000', '172932.158000', '172952.035000', '172952.038000', '172952.040000', '172952.043000', '172952.046000', '172952.048000', '172952.051000', '172952.053000', '172952.056000', '172952.059000', '172952.061000', '172952.064000', '172952.066000', '172952.069000', '172952.072000', '172952.074000', '172952.077000', '172952.080000', '172952.082000', '172952.085000', '172952.088000', '172952.091000', '172952.094000', '172952.097000', '172952.100000', '172952.102000', '172952.105000', '172952.108000', '172952.110000', '172952.113000', '172952.115000', '172952.118000', '172952.121000', '172952.123000', '172952.126000', '172952.128000', '172952.131000', '172952.133000', '172952.136000', '172952.139000', '172952.141000', '172952.144000', '172952.146000', '173012.035000', '173012.038000', '173012.040000', '173012.043000', '173012.045000', '173012.048000', '173012.051000', '173012.053000', '173012.056000', '173012.058000', '173012.061000', '173012.064000', '173012.066000', '173012.069000', '173012.071000', '173012.074000', '173012.076000', '173012.079000', '173012.082000', '173012.084000', '173012.087000', '173012.089000', '173012.092000', '173012.094000', '173012.097000', '173012.100000', '173012.102000', '173012.105000', '173012.107000', '173012.110000', '173012.113000', '173012.115000', '173012.118000', '173012.120000', '173012.123000', '173012.126000', '173012.128000', '173012.131000', '173012.133000', '173012.136000', '173012.139000', '173012.141000', '173012.144000', '173012.146000', '173032.036000', '173032.038000', '173032.041000', '173032.044000', '173032.046000', '173032.049000', '173032.051000', '173032.054000', '173032.057000', '173032.059000', '173032.062000', '173032.064000', '173032.067000', '173032.069000', '173032.072000', '173032.075000', '173032.077000', '173032.080000', '173032.082000', '173032.085000', '173032.087000', '173032.090000', '173032.093000', '173032.095000', '173032.098000', '173032.102000', '173032.105000', '173032.108000', '173032.110000', '173032.113000', '173032.116000', '173032.119000', '173032.121000', '173032.124000', '173032.127000', '173032.129000', '173032.132000', '173032.135000', '173032.137000', '173032.140000', '173032.142000', '173032.145000', '173032.147000', '173052.036000', '173052.038000', '173052.041000', '173052.044000', '173052.046000', '173052.049000', '173052.051000', '173052.054000', '173052.056000', '173052.059000', '173052.062000', '173052.064000', '173052.067000', '173052.070000', '173052.073000', '173052.086000', '173052.088000', '173052.091000', '173052.094000', '173052.096000', '173052.099000', '173052.101000', '173052.104000', '173052.107000', '173052.109000', '173052.112000', '173052.114000', '173052.117000', '173052.119000', '173052.122000', '173052.125000', '173052.127000', '173052.130000', '173052.132000', '173052.135000', '173052.138000', '173052.140000', '173052.143000', '173052.145000', '173052.148000', '173052.150000', '173052.153000', '173052.156000', '173052.158000', '173112.035000', '173112.038000', '173112.041000', '173112.044000', '173112.046000', '173112.049000', '173112.051000', '173112.054000', '173112.056000', '173112.059000', '173112.062000', '173112.064000', '173112.067000', '173112.070000', '173112.072000', '173112.075000', '173112.078000', '173112.080000', '173112.083000', '173112.085000', '173112.088000', '173112.090000', '173112.093000', '173112.096000', '173112.098000', '173112.101000', '173112.103000', '173112.106000', '173112.109000', '173112.112000', '173112.115000', '173112.117000', '173112.120000', '173112.123000', '173112.125000', '173112.128000', '173112.130000', '173112.133000', '173112.136000', '173112.138000', '173112.141000', '173112.144000', '173112.146000', '173132.036000', '173132.039000', '173132.041000', '173132.044000', '173132.046000', '173132.049000', '173132.052000', '173132.054000', '173132.057000', '173132.059000', '173132.062000', '173132.064000', '173132.067000', '173132.070000', '173132.072000', '173132.075000', '173132.078000', '173132.080000', '173132.083000', '173132.085000', '173132.088000', '173132.090000', '173132.093000', '173132.096000', '173132.098000', '173132.101000', '173132.103000', '173132.106000', '173132.109000', '173132.111000', '173132.114000', '173132.116000', '173132.119000', '173132.122000', '173132.124000', '173132.127000', '173132.129000', '173132.132000', '173132.135000', '173132.137000', '173132.140000', '173132.143000', '173132.145000', '173132.148000', '173152.035000', '173152.038000', '173152.041000', '173152.043000', '173152.046000', '173152.049000', '173152.051000', '173152.054000', '173152.056000', '173152.059000', '173152.062000', '173152.064000', '173152.067000', '173152.069000', '173152.072000', '173152.074000', '173152.077000', '173152.080000', '173152.082000', '173152.085000', '173152.087000', '173152.090000', '173152.093000', '173152.095000', '173152.098000', '173152.100000', '173152.103000', '173152.106000', '173152.108000', '173152.111000', '173152.114000', '173152.117000', '173152.120000', '173152.122000', '173152.125000', '173152.128000', '173152.130000', '173152.133000', '173152.135000', '173152.138000', '173152.142000', '173152.145000', '173152.147000', '173212.035000', '173212.037000', '173212.040000', '173212.043000', '173212.045000', '173212.048000', '173212.051000', '173212.053000', '173212.056000', '173212.058000', '173212.061000', '173212.087000', '173212.090000', '173212.092000', '173212.095000', '173212.097000', '173212.100000', '173212.103000', '173212.105000', '173212.108000', '173212.116000', '173212.118000', '173212.121000', '173212.124000', '173212.126000', '173212.129000', '173212.132000', '173212.134000', '173212.137000', '173212.140000', '173212.142000', '173212.145000', '173212.147000', '173212.150000', '173212.153000', '173212.155000', '173212.158000', '173212.160000', '173212.163000', '173212.166000', '173212.168000', '173212.171000', '173212.173000', '173212.176000', '173232.035000', '173232.037000', '173232.040000', '173232.043000', '173232.045000', '173232.048000', '173232.050000', '173232.053000', '173232.055000', '173232.058000', '173232.061000', '173232.063000', '173232.066000', '173232.068000', '173232.071000', '173232.074000', '173232.076000', '173232.079000', '173232.081000', '173232.084000', '173232.086000', '173232.089000', '173232.092000', '173232.094000', '173232.097000', '173232.099000', '173232.102000', '173232.105000', '173232.107000', '173232.110000', '173232.112000', '173232.115000', '173232.117000', '173232.120000', '173232.123000', '173232.125000', '173232.128000', '173232.131000', '173232.133000', '173232.136000', '173232.139000', '173232.142000', '173232.145000', '173252.036000', '173252.039000', '173252.041000', '173252.044000', '173252.046000', '173252.049000', '173252.052000', '173252.054000', '173252.057000', '173252.060000', '173252.062000', '173252.065000', '173252.067000', '173252.070000', '173252.073000', '173252.075000', '173252.078000', '173252.081000', '173252.083000', '173252.086000', '173252.089000', '173252.091000', '173252.094000', '173252.096000', '173252.099000', '173252.102000', '173252.104000', '173252.107000', '173252.109000', '173252.112000', '173252.115000', '173252.117000', '173252.120000', '173252.122000', '173252.125000', '173252.127000', '173252.130000', '173252.133000', '173252.135000', '173252.138000', '173252.141000', '173252.143000', '173252.146000', '173252.148000', '173312.035000', '173312.038000', '173312.041000', '173312.043000', '173312.046000', '173312.049000', '173312.051000', '173312.054000', '173312.057000', '173312.059000', '173312.062000', '173312.064000', '173312.067000', '173312.070000', '173312.072000', '173312.075000', '173312.077000', '173312.080000', '173312.082000', '173312.085000', '173312.087000', '173312.090000', '173312.093000', '173312.095000', '173312.098000', '173312.100000', '173312.103000', '173312.106000', '173312.108000', '173312.111000', '173312.114000', '173312.116000', '173312.119000', '173312.122000', '173312.124000', '173312.127000', '173312.129000', '173312.132000', '173312.135000', '173312.137000', '173312.140000', '173312.143000', '173312.145000', '173332.035000', '173332.038000', '173332.041000', '173332.043000', '173332.046000', '173332.049000', '173332.051000', '173332.054000', '173332.057000', '173332.059000', '173332.062000', '173332.064000', '173332.067000', '173332.070000', '173332.073000', '173332.075000', '173332.078000', '173332.080000', '173332.083000', '173332.086000', '173332.088000', '173332.091000', '173332.094000', '173332.096000', '173332.099000', '173332.102000', '173332.104000', '173332.107000', '173332.109000', '173332.112000', '173332.115000', '173332.117000', '173332.120000', '173332.122000', '173332.125000', '173332.128000', '173332.133000', '173332.136000', '173332.152000', '173332.155000', '173332.157000', '173332.160000', '173332.162000', '173332.165000', '173352.036000', '173352.038000', '173352.041000', '173352.044000', '173352.046000', '173352.049000', '173352.051000', '173352.054000', '173352.056000', '173352.059000', '173352.062000', '173352.064000', '173352.067000', '173352.069000', '173352.072000', '173352.074000', '173352.077000', '173352.080000', '173352.082000', '173352.085000', '173352.087000', '173352.090000', '173352.093000', '173352.095000', '173352.098000', '173352.100000', '173352.103000', '173352.105000', '173352.108000', '173352.111000', '173352.113000', '173352.116000', '173352.118000', '173352.121000', '173352.124000', '173352.126000', '173352.129000', '173352.132000', '173352.134000', '173352.137000', '173352.139000', '173352.142000', '173352.145000', '173412.036000', '173412.039000', '173412.042000', '173412.045000', '173412.048000', '173412.051000', '173412.054000', '173412.057000', '173412.059000', '173412.062000', '173412.065000', '173412.068000', '173412.070000', '173412.073000', '173412.076000', '173412.078000', '173412.081000', '173412.083000', '173412.086000', '173412.089000', '173412.091000', '173412.094000', '173412.096000', '173412.099000', '173412.102000', '173412.104000', '173412.107000', '173412.109000', '173412.112000', '173412.115000', '173412.117000', '173412.120000', '173412.123000', '173412.125000', '173412.128000', '173412.130000', '173412.133000', '173412.136000', '173412.138000', '173412.141000', '173412.143000', '173412.146000', '173412.149000', '173432.035000', '173432.037000', '173432.040000', '173432.043000', '173432.045000', '173432.048000', '173432.050000', '173432.053000', '173432.056000', '173432.058000', '173432.061000', '173432.063000', '173432.066000', '173432.068000', '173432.071000', '173432.074000', '173432.076000', '173432.079000', '173432.081000', '173432.084000', '173432.102000', '173432.105000', '173432.107000', '173432.110000', '173432.113000', '173432.115000', '173432.118000', '173432.120000', '173432.123000', '173432.125000', '173432.128000', '173432.131000', '173432.133000', '173432.136000', '173432.139000', '173432.141000', '173432.144000', '173432.146000', '173432.149000', '173432.152000', '173432.154000', '173432.157000', '173432.159000', '173432.162000', '173452.035000', '173452.038000', '173452.040000', '173452.043000', '173452.046000', '173452.048000', '173452.051000', '173452.053000', '173452.056000', '173452.058000', '173452.061000', '173452.064000', '173452.067000', '173452.070000', '173452.073000', '173452.075000', '173452.078000', '173452.081000', '173452.083000', '173452.086000', '173452.089000', '173452.091000', '173452.094000', '173452.096000', '173452.099000', '173452.102000', '173452.104000', '173452.107000', '173452.109000', '173452.112000', '173452.115000', '173452.117000', '173452.120000', '173452.122000', '173452.125000', '173452.128000', '173452.130000', '173452.133000', '173452.135000', '173452.138000', '173452.140000', '173452.143000', '173452.146000', '173509.892000', '173509.895000', '173509.898000', '173509.900000', '173509.903000', '173509.906000', '173509.908000', '173509.911000', '173509.914000', '173509.916000', '173509.919000', '173509.921000', '173509.924000', '173509.927000', '173509.929000', '173509.932000', '173509.935000', '173509.937000', '173509.940000', '173509.942000', '173509.945000', '173509.948000', '173509.950000', '173509.953000', '173509.955000', '173509.958000', '173509.961000', '173509.963000', '173509.966000', '173509.968000', '173509.971000', '173509.974000', '173509.976000', '173509.979000', '173509.981000', '173509.984000', '173509.987000', '173509.989000', '173509.992000', '173509.994000'], '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': [9395, 11849, 9373, 12025, 8489, 9958, 8579, 11112, 9893, 8241, 11135, 14554, 10874, 14369, 11299, 12927, 9805, 12692, 8796, 11864, 9043, 11038, 8291, 10897, 8551, 10421, 9010, 9709, 8493, 9650, 11027, 9128, 11897, 9169, 11885, 8346, 11336, 8972, 11112, 8934, 11385, 8881, 11703, 8983, 11339, 8032, 11843, 8057, 11635, 9341, 10531, 10321, 9504, 12000, 9632, 12706, 9898, 12269, 8718, 11774, 9031, 10705, 10139, 12078, 8549, 11650, 8974, 11188, 8197, 11450, 8113, 11379, 8410, 11376, 8550, 10269, 11953, 10423, 11398, 9765, 11954, 9510, 12714, 10454, 12950, 11072, 13420, 9188, 12310, 8984, 11679, 9836, 11197, 8312, 11738, 8081, 11016, 8747, 11102, 9019, 11429, 8881, 11771, 8905, 11961, 9095, 12151, 8347, 11382, 9514, 10302, 9887, 9560, 11866, 9287, 11779, 10171, 11282, 8682, 11784, 8476, 11374, 8763, 10994, 7843, 10469, 8571, 9902, 9167, 9891, 10029, 8795, 11096, 9267, 9765, 9150, 9504, 8913, 8602, 9944, 8564, 11907, 11890, 12423, 13282, 10143, 15231, 11616, 14253, 12189, 13865, 9155, 12607, 9088, 11972, 8494, 11294, 8739, 9698, 11008, 10305, 10926, 9766, 11542, 9036, 11983, 9717, 11412, 9330, 11947, 8922, 12057, 9438, 11451, 8453, 11923, 8474, 11583, 8481, 11022, 8175, 10688, 11207, 10008, 13605, 10390, 12548, 8602, 11845, 8662, 11308, 9382, 10924, 8366, 11751, 8431, 11502, 8086, 10879, 8300, 10281, 10892, 10229, 13992, 10650, 13492, 9163, 12290, 9082, 11643, 8519, 11628, 8423, 10517, 8313, 10814, 7945, 10425, 8810, 9877, 11444, 10123, 12736, 9286, 12142, 9131, 11843, 9333, 11773, 8277, 11712, 8346, 11380, 8606, 11675, 8886, 12280, 9018, 12295, 8825, 12190, 8566, 12282, 8541, 11514, 8838, 10487, 10579, 10080, 10949, 10252, 10867, 9242, 12395, 9495, 11802, 10026, 11825, 8613, 11705, 8888, 11346, 8138, 11284, 8032, 10563, 8455, 10750, 7814, 10346, 8986, 9931, 11873, 9480, 10932, 9506, 11457, 8789, 11788, 8767, 11381, 9802, 11716, 9211, 11874, 8773, 11885, 9509, 12108, 8559, 10833, 9414, 10290, 8714, 10077, 10251, 9746, 12674, 10440, 12828, 9363, 12720, 9873, 12283, 9733, 12075, 8409, 11873, 8566, 11675, 9153, 10791, 8505, 10447, 9309, 9689, 11468, 9929, 12594, 9498, 11390, 8722, 11825, 8598, 10727, 8911, 10218, 10283, 8094, 10805, 10687, 10524, 15884, 10819, 13551, 9348, 11896, 9282, 11737, 9702, 11627, 8487, 11701, 7923, 11388, 8230, 11215, 8306, 11210, 8985, 10911, 8807, 11924, 8184, 11839, 8046, 11489, 8008, 11330, 8460, 10990, 9585, 9933, 11128, 9818, 8463, 9423, 10242, 8687, 11347, 8768, 10810, 8969, 11260, 8285, 11414, 8285, 11319, 8709, 11229, 7917, 11658, 8335, 11688, 8685, 11612, 9364, 13329, 9101, 12677, 9455, 13859, 9779, 14523, 9851, 12291, 9059, 12153, 9990, 12392, 8208, 11265, 9303, 11182, 8772, 10631, 12050, 9854, 13249, 10317, 11671, 9073, 11602, 8902, 11781, 10187, 11918, 8655, 11955, 8665, 11326, 9269, 11384, 8504, 11598, 8818, 11367, 8704, 11719, 8611, 11766, 8299, 11330, 8154, 10726, 8130, 10937, 7936, 11239, 8990, 9881, 13042, 10550, 12826, 9456, 12708, 9218, 11973, 9460, 11613, 8556, 11849, 8688, 11815, 8677, 11116, 7989, 11090, 7899, 11280, 7958, 11187, 8166, 11449, 8577, 11773, 10928, 11275, 11398, 10113, 12040, 9999, 12688, 10833, 13638, 8972, 12250, 9268, 11494, 9222, 11825, 8181, 11542, 8247, 11657, 7943, 11895, 8430, 10170, 10795, 10252, 11162, 9561, 11539, 9311, 12045, 10490, 11730, 9062, 12053, 8988, 11564, 8951, 11493, 8540, 10654, 9973, 10286, 13562, 9995, 13342, 8780, 11771, 8835, 10986, 9401, 11352, 8716, 11344, 8580, 10839, 9043, 10740, 9040, 10946, 7726, 11533, 8621, 10929, 9779, 10636, 14494, 9618, 12571, 9962, 12070, 10135, 11887, 8387, 11700, 9245, 11616, 8442, 11190, 8725, 11839, 7927, 10346, 8012, 10606, 9182, 10271, 9023, 9448, 11390, 9190, 11240, 9310, 11249, 8154, 11273, 8453, 10752, 8346, 10057, 7878, 9411, 8033, 10589, 8203, 11742, 9096, 11897, 9178, 11912, 8488, 12069, 9085, 12220, 7777, 11652, 8436, 11851, 8210, 11189, 8333, 11578, 7837, 11167, 9236, 10537, 9133, 10144, 10550, 10191, 10334, 10685, 12106, 9610, 12361, 10068, 13039, 9929, 13163, 9751, 12897, 9852, 11968, 8625, 12155, 8799, 12013, 8720, 10647, 8193, 10496, 8816, 11135, 12447, 10846, 12784, 9695, 12430, 9455, 12210, 9787, 11572, 8767, 11883, 7971, 10822, 7993, 11111, 8534, 11260, 8291, 10670, 8342, 10957, 9372, 10237, 14521, 9597, 12204, 10339, 11918, 9388, 11700, 9011, 11595, 9170, 11265, 8300, 11073, 8021, 10245, 8351, 10101, 8182, 9410, 10683, 9343, 11687, 9563, 11961, 8491, 11226, 8979, 11221, 8603, 10939, 8602, 11144, 8837, 11289, 9388, 12815, 8738, 11867, 8178, 11970, 10156, 11015, 8506, 10166, 10850, 10299, 14964, 10838, 13245, 9509, 12148, 9148, 11721, 9900, 11607, 8629, 11693, 8991, 11188, 9004, 11049, 9248, 11292, 8845, 11619, 9003, 11153, 9478, 11573, 8762, 11582, 9158, 11371, 9076, 11705, 9195, 11922, 8495, 11688, 8166, 10553, 8209, 10623, 9958, 10010, 11346, 8894, 11819, 9289, 11225, 9049, 11201, 8542, 11097, 8909, 10977, 8562, 11228, 8317, 10860, 7966, 10542, 7850, 10930, 8054, 10685, 8408, 10916, 8471, 11236, 8302, 11205, 12132, 10528, 11729, 9987, 11789, 9835, 12369, 10215, 13324, 9100, 12037, 8685, 11054, 9334, 11240, 8663, 11298, 8607, 11206, 8903, 11696, 8510, 11106, 8964, 10917, 9880, 10713, 7975, 8868, 9099, 10389, 8562, 8904, 9095, 10249, 8033, 11852, 9077, 12241, 9142, 13052, 13972, 11122, 13851, 10701, 14275, 10732, 13297, 9130, 11513, 9095, 11049, 9057, 11096, 8287, 11131, 8778, 10786, 8617, 11182, 8164, 11046, 8658, 11107, 8582, 11328, 8243, 10701, 10307, 10636, 13979, 10918, 13364, 9745, 12108, 9565, 11453, 10093, 12299, 8675, 11612, 9298, 11333, 8783, 11310, 8318, 10500, 8822, 10071, 8219, 10324, 9482, 9488, 12902, 9880, 12094, 9159, 11456, 9313, 11247, 10131, 13495, 10495, 14170, 9556, 12525, 9343, 12162, 9787, 12336, 8825, 12071, 8577, 11748, 8449, 10621, 8370, 10102, 10686, 9608, 11766, 9886, 12130, 8622, 11667, 8532, 11210, 8399, 11226, 8562, 10769, 8176, 10815, 8329, 10733, 8355, 10428, 10254, 10567, 11690, 10480, 14292, 9915, 13442, 10895, 12532, 8971, 12276, 9323, 11652, 9258, 11547, 8320, 10972, 8312, 10810, 8530, 10579, 8295, 9421, 12006, 9213, 11529, 9553, 11320, 8880, 11366, 8708, 11513, 8221, 11250, 8202, 10454, 10071, 10234, 14292, 10855, 13127, 9627, 12323, 9138, 11118, 10202, 11360, 9489, 11985, 8425, 11359, 8962, 10763, 9778, 10999, 8758, 11473, 8816, 11596, 8661, 11815, 8035, 10703, 9880, 10225, 11557, 9991, 9386, 9513, 10802, 8806, 11617, 9568, 11099, 8420, 10695, 8540, 10647, 9803, 10758, 8896, 11443, 8929, 11797, 9478, 13027, 8672, 12451, 9057, 11934, 8453, 11507, 8318, 10600, 8355, 11069, 9782, 10179, 9400, 9284, 11452, 9475, 11504, 9809, 11648, 8913, 11736, 8871, 11245, 9211, 11223, 8380, 11603, 8768, 11167, 8036, 11045, 8499, 11033, 10315, 10597, 9020, 10198, 10054, 10200, 10910, 10578, 9891, 10206, 8107, 10013, 8250, 10106, 12905, 10376, 12169, 9528, 12271, 9057, 12113, 9001, 11265, 8048, 10069, 8969, 9941, 11086, 10096, 11504, 8932, 11374, 8914, 10889, 8507, 10632, 8234, 10759, 8369, 10570, 8288, 9974, 7995, 9550, 11698, 9588, 9523, 9023, 11152, 8879, 11967, 10342, 11172, 9282, 10402, 8749, 11301, 9721, 11196, 10319, 13257, 8639, 12003, 9107, 12023, 8885, 11369, 8143, 9977, 13258, 9747, 11622, 9024, 11418, 8952, 11079, 9578, 10517, 8667, 10769, 9296, 11364, 8893, 12137, 9117, 10864, 8696, 8090, 10468, 9640, 11243, 10220, 10836, 10285, 11393, 14949, 10869, 12672, 9450, 11067, 9702, 11820, 10089, 12249, 9433, 11952, 10004, 11366, 9447, 11613, 8946, 10867, 9689, 11271, 8568, 11393, 8374, 10821, 9096, 11261, 8522, 11584, 9286, 11321, 8765, 12728, 8482, 11031, 9669, 11195, 9396, 11324, 10052, 9791, 12137, 10036, 10238, 9876, 9912, 9653, 12525, 10146, 11155, 9208, 11449, 10336, 13827, 11164, 11238, 10431, 9176, 11064, 10123, 11014, 14944, 12474, 12384, 9729, 8746, 10529, 9386, 10887, 8078, 9921, 8364, 10137, 10607, 9947, 9830, 8616, 10855, 9491, 10522, 10518, 10174, 9633, 10512, 9605, 11150, 10432, 13065, 9581, 12148, 10124, 12381, 10347, 12830, 8926, 11639, 9345, 10979, 8832, 10582, 8235, 10284, 8646, 9870, 9420, 11394, 9129, 10305, 10168, 13110, 10897, 12579, 9699, 11086, 9979, 12092, 10926, 12283, 9653, 11890, 9825, 11521, 9315, 11292, 8400, 11054, 8768, 10437, 8424, 10561, 8529, 10475, 9013, 10677, 8629, 11412, 8783, 11118, 8251, 11096, 8466, 10956, 7984, 10781, 9743, 10420, 9711, 9526, 12579, 9825, 11977, 10251, 11872, 8752, 11578, 9139, 10639, 8622, 10855, 9165, 11071, 9600, 11901, 9791, 12569, 9052, 11840, 8996, 12055, 8396, 10909, 9872, 9881, 13947, 10091, 10755, 9055, 10813, 9044, 10456, 9395, 10642, 8687, 10938, 8927, 10681, 9284, 11033, 8815, 11378, 9015, 10939, 9155, 11142, 9107, 11457, 8797, 11353, 8510, 11673, 8256, 11326, 8296, 11261, 8172, 11137, 8409, 11082, 8070, 10988, 8201, 11193, 8254, 11236, 8104, 10713, 8637, 10598, 8750, 9763, 11789, 9311, 11585, 10084, 11476, 8965, 11225, 8354, 10694, 9018, 10778, 7945, 10651, 8382, 10197, 8208, 10062, 8104, 10082, 8912, 10055, 13889, 10110, 14867, 10541, 12267, 9862, 11594, 9972, 11875, 8482, 11110, 8652, 10665, 8428, 10776, 7938, 10350, 7967, 10396, 8023, 10195, 8586, 10603, 8131, 10301, 11442, 10166, 14187, 10228, 13661, 10119, 11743, 9795, 11720, 10169, 12687, 9006, 11842, 9033, 11367, 9373, 11511, 8504, 10892, 8399, 10943, 8419, 11116, 8599, 10820, 9915, 10238, 14208, 10178, 12244, 9620, 11590, 9067, 11055, 8974, 10429, 8975, 10119, 8652, 10641, 8803, 10744, 9714, 12246, 9257, 11211, 8941, 11155, 9619, 12715, 8599, 11625, 9014, 11527, 8266, 11442, 8397, 11676, 8281, 10917, 13950, 10547, 11942, 9704, 11588, 9449, 11441, 9789, 12673, 10321, 12799, 9517, 11620, 8613, 10981, 9253, 10617, 9044, 10862, 7961, 10627, 8233, 10179, 8762, 10849, 8027, 10033, 8890, 10879, 8938, 11467, 8850, 10520, 13252, 10846, 14650, 11216, 11125, 8597, 9026, 9421, 10728, 9565, 13387, 10158, 11623, 9536, 10758, 9157, 11100, 9676, 11284, 9348, 11442, 9065, 11746, 8685, 11365, 8373, 10859, 8639, 8972, 8067, 10909, 8113, 10596, 8871, 10044, 9401, 12029, 9064, 11134, 9550, 11807, 9912, 13075, 9539, 11567, 8926, 10807, 9464, 11360, 8707, 11413, 8784, 11303, 9967, 13086, 9633, 12410, 9408, 12023, 9608, 13227, 9526, 12049, 8545, 11538, 8721, 10929, 10067, 11482, 9326, 11867, 9302, 12334, 9792, 11962, 8957, 11134, 15105, 11045, 14691, 11319, 13801, 9577, 11817, 8491, 11210, 9439, 9878, 10098, 8929, 11293, 8989, 10283, 9075, 10469, 8274, 10500, 8275, 10452, 8311, 10278, 9133, 9368, 12408, 9913, 11695, 9207, 11038, 9194, 10762, 8906, 11097, 8166, 10378, 8183, 10141, 8006, 9389, 11883, 9343, 11914, 9924, 12044, 8788, 11547, 8810, 11232, 9021, 11045, 8339, 11207, 8910, 11348, 8091, 10638, 9298, 10384, 13877, 10718, 10710, 9886, 11042, 9557, 12238, 10162, 11905, 8952, 11091, 8952, 10877, 8951, 11204, 8876, 11175, 8820, 11181, 8444, 10328, 9184, 9995, 9599, 9870, 9207, 10297, 10241, 9815, 12675, 9993, 12781, 10061, 13698, 10293, 12695, 10235, 13572, 10008, 13091, 9374, 11874], 'WindowCenter': [4464.0, 4463.0, 4431.0, 4436.0, 4406.0, 4413.0, 4391.0, 4421.0, 4415.0, 4381.0, 4421.0, 4428.0, 4397.0, 4416.0, 4396.0, 4403.0, 4373.0, 4392.0, 4363.0, 4394.0, 4376.0, 4383.0, 4353.0, 4384.0, 4365.0, 4396.0, 4363.0, 4374.0, 4363.0, 4375.0, 4383.0, 4376.0, 4394.0, 4378.0, 4393.0, 4365.0, 4395.0, 4377.0, 4396.0, 4376.0, 4395.0, 4364.0, 4395.0, 4366.0, 4396.0, 4355.0, 4394.0, 4354.0, 4396.0, 4363.0, 4385.0, 4372.0, 4374.0, 4391.0, 4374.0, 4393.0, 4374.0, 4392.0, 4377.0, 4394.0, 4377.0, 4383.0, 4384.0, 4392.0, 4363.0, 4394.0, 4364.0, 4383.0, 4352.0, 4394.0, 4355.0, 4395.0, 4364.0, 4397.0, 4364.0, 4386.0, 4396.0, 4385.0, 4392.0, 4384.0, 4393.0, 4376.0, 4394.0, 4385.0, 4393.0, 4384.0, 4391.0, 4364.0, 4380.0, 4364.0, 4383.0, 4373.0, 4382.0, 4353.0, 4392.0, 4354.0, 4394.0, 4366.0, 4394.0, 4376.0, 4394.0, 4364.0, 4395.0, 4364.0, 4394.0, 4364.0, 4393.0, 4352.0, 4394.0, 4374.0, 4373.0, 4371.0, 4371.0, 4381.0, 4363.0, 4396.0, 4384.0, 4382.0, 4352.0, 4381.0, 4352.0, 4393.0, 4362.0, 4384.0, 4352.0, 4383.0, 4363.0, 4386.0, 4363.0, 4385.0, 4373.0, 4365.0, 4396.0, 4376.0, 4383.0, 4376.0, 4374.0, 4377.0, 4365.0, 4385.0, 4378.0, 4409.0, 4396.0, 4406.0, 4403.0, 4385.0, 4404.0, 4396.0, 4403.0, 4384.0, 4392.0, 4363.0, 4391.0, 4360.0, 4394.0, 4351.0, 4382.0, 4363.0, 4374.0, 4370.0, 4372.0, 4382.0, 4373.0, 4382.0, 4362.0, 4392.0, 4374.0, 4382.0, 4362.0, 4380.0, 4362.0, 4393.0, 4363.0, 4384.0, 4354.0, 4393.0, 4352.0, 4394.0, 4353.0, 4383.0, 4351.0, 4372.0, 4381.0, 4374.0, 4392.0, 4372.0, 4379.0, 4352.0, 4381.0, 4363.0, 4383.0, 4364.0, 4381.0, 4354.0, 4380.0, 4353.0, 4394.0, 4353.0, 4384.0, 4350.0, 4375.0, 4382.0, 4384.0, 4402.0, 4373.0, 4390.0, 4362.0, 4381.0, 4363.0, 4382.0, 4352.0, 4382.0, 4351.0, 4385.0, 4365.0, 4384.0, 4354.0, 4386.0, 4363.0, 4385.0, 4383.0, 4384.0, 4393.0, 4364.0, 4392.0, 4374.0, 4395.0, 4364.0, 4393.0, 4354.0, 4395.0, 4366.0, 4394.0, 4363.0, 4385.0, 4366.0, 4394.0, 4363.0, 4393.0, 4362.0, 4394.0, 4353.0, 4394.0, 4352.0, 4382.0, 4352.0, 4373.0, 4371.0, 4373.0, 4371.0, 4373.0, 4372.0, 4363.0, 4393.0, 4374.0, 4381.0, 4373.0, 4380.0, 4351.0, 4381.0, 4363.0, 4383.0, 4342.0, 4382.0, 4343.0, 4384.0, 4355.0, 4384.0, 4344.0, 4384.0, 4363.0, 4374.0, 4394.0, 4376.0, 4384.0, 4374.0, 4383.0, 4364.0, 4394.0, 4365.0, 4392.0, 4386.0, 4394.0, 4364.0, 4394.0, 4365.0, 4394.0, 4373.0, 4394.0, 4352.0, 4384.0, 4374.0, 4384.0, 4363.0, 4374.0, 4372.0, 4374.0, 4406.0, 4385.0, 4392.0, 4365.0, 4392.0, 4373.0, 4393.0, 4373.0, 4381.0, 4352.0, 4393.0, 4352.0, 4393.0, 4373.0, 4383.0, 4352.0, 4374.0, 4361.0, 4374.0, 4381.0, 4374.0, 4396.0, 4373.0, 4381.0, 4363.0, 4382.0, 4364.0, 4382.0, 4377.0, 4387.0, 4387.0, 4354.0, 4396.0, 4385.0, 4385.0, 4414.0, 4385.0, 4393.0, 4363.0, 4382.0, 4375.0, 4395.0, 4372.0, 4381.0, 4363.0, 4393.0, 4354.0, 4394.0, 4365.0, 4395.0, 4366.0, 4397.0, 4378.0, 4385.0, 4365.0, 4396.0, 4354.0, 4395.0, 4354.0, 4396.0, 4355.0, 4396.0, 4354.0, 4395.0, 4371.0, 4385.0, 4396.0, 4385.0, 4353.0, 4376.0, 4382.0, 4366.0, 4396.0, 4380.0, 4398.0, 4380.0, 4395.0, 4367.0, 4395.0, 4366.0, 4399.0, 4378.0, 4395.0, 4368.0, 4407.0, 4369.0, 4420.0, 4393.0, 4396.0, 4388.0, 4406.0, 4377.0, 4405.0, 4390.0, 4418.0, 4386.0, 4406.0, 4374.0, 4393.0, 4365.0, 4393.0, 4373.0, 4394.0, 4353.0, 4396.0, 4374.0, 4385.0, 4353.0, 4385.0, 4382.0, 4372.0, 4392.0, 4373.0, 4381.0, 4363.0, 4383.0, 4365.0, 4393.0, 4374.0, 4383.0, 4353.0, 4382.0, 4365.0, 4384.0, 4374.0, 4384.0, 4365.0, 4395.0, 4375.0, 4395.0, 4364.0, 4393.0, 4353.0, 4394.0, 4353.0, 4383.0, 4342.0, 4383.0, 4354.0, 4385.0, 4353.0, 4394.0, 4364.0, 4374.0, 4403.0, 4398.0, 4408.0, 4373.0, 4389.0, 4363.0, 4393.0, 4375.0, 4382.0, 4363.0, 4392.0, 4353.0, 4395.0, 4365.0, 4394.0, 4352.0, 4395.0, 4354.0, 4397.0, 4356.0, 4395.0, 4354.0, 4394.0, 4364.0, 4397.0, 4386.0, 4384.0, 4381.0, 4373.0, 4396.0, 4376.0, 4394.0, 4385.0, 4402.0, 4364.0, 4393.0, 4376.0, 4394.0, 4376.0, 4384.0, 4353.0, 4382.0, 4353.0, 4394.0, 4343.0, 4393.0, 4353.0, 4373.0, 4384.0, 4373.0, 4382.0, 4373.0, 4382.0, 4374.0, 4395.0, 4384.0, 4382.0, 4364.0, 4381.0, 4363.0, 4383.0, 4351.0, 4382.0, 4352.0, 4372.0, 4371.0, 4373.0, 4393.0, 4373.0, 4391.0, 4352.0, 4382.0, 4364.0, 4384.0, 4365.0, 4383.0, 4363.0, 4382.0, 4363.0, 4385.0, 4364.0, 4385.0, 4363.0, 4385.0, 4343.0, 4383.0, 4352.0, 4384.0, 4373.0, 4383.0, 4402.0, 4364.0, 4392.0, 4374.0, 4392.0, 4374.0, 4383.0, 4353.0, 4381.0, 4361.0, 4382.0, 4351.0, 4383.0, 4351.0, 4382.0, 4340.0, 4371.0, 4339.0, 4372.0, 4361.0, 4372.0, 4360.0, 4373.0, 4381.0, 4374.0, 4384.0, 4363.0, 4382.0, 4353.0, 4382.0, 4366.0, 4386.0, 4355.0, 4374.0, 4352.0, 4364.0, 4354.0, 4384.0, 4366.0, 4397.0, 4376.0, 4395.0, 4375.0, 4393.0, 4363.0, 4393.0, 4362.0, 4394.0, 4357.0, 4396.0, 4354.0, 4395.0, 4354.0, 4396.0, 4353.0, 4394.0, 4356.0, 4397.0, 4364.0, 4386.0, 4362.0, 4384.0, 4385.0, 4385.0, 4373.0, 4384.0, 4392.0, 4374.0, 4394.0, 4375.0, 4393.0, 4373.0, 4392.0, 4364.0, 4394.0, 4375.0, 4383.0, 4353.0, 4393.0, 4351.0, 4394.0, 4352.0, 4373.0, 4351.0, 4383.0, 4362.0, 4386.0, 4393.0, 4383.0, 4391.0, 4362.0, 4381.0, 4361.0, 4381.0, 4372.0, 4380.0, 4352.0, 4381.0, 4354.0, 4382.0, 4341.0, 4383.0, 4352.0, 4383.0, 4354.0, 4383.0, 4353.0, 4384.0, 4363.0, 4373.0, 4401.0, 4362.0, 4383.0, 4373.0, 4381.0, 4362.0, 4380.0, 4362.0, 4382.0, 4361.0, 4382.0, 4352.0, 4382.0, 4342.0, 4385.0, 4353.0, 4375.0, 4352.0, 4374.0, 4385.0, 4375.0, 4394.0, 4376.0, 4381.0, 4365.0, 4396.0, 4376.0, 4384.0, 4367.0, 4385.0, 4365.0, 4395.0, 4378.0, 4395.0, 4366.0, 4395.0, 4353.0, 4383.0, 4354.0, 4395.0, 4375.0, 4383.0, 4352.0, 4374.0, 4381.0, 4373.0, 4403.0, 4383.0, 4393.0, 4372.0, 4381.0, 4363.0, 4393.0, 4373.0, 4381.0, 4352.0, 4381.0, 4363.0, 4396.0, 4366.0, 4381.0, 4362.0, 4381.0, 4364.0, 4383.0, 4377.0, 4383.0, 4374.0, 4384.0, 4362.0, 4383.0, 4376.0, 4383.0, 4365.0, 4382.0, 4363.0, 4394.0, 4352.0, 4382.0, 4351.0, 4373.0, 4351.0, 4385.0, 4372.0, 4373.0, 4382.0, 4362.0, 4383.0, 4374.0, 4382.0, 4363.0, 4381.0, 4353.0, 4383.0, 4364.0, 4383.0, 4353.0, 4383.0, 4352.0, 4384.0, 4343.0, 4372.0, 4343.0, 4383.0, 4355.0, 4384.0, 4354.0, 4384.0, 4354.0, 4385.0, 4355.0, 4395.0, 4384.0, 4374.0, 4381.0, 4373.0, 4381.0, 4375.0, 4392.0, 4373.0, 4392.0, 4362.0, 4379.0, 4364.0, 4383.0, 4363.0, 4381.0, 4352.0, 4381.0, 4363.0, 4383.0, 4363.0, 4383.0, 4351.0, 4382.0, 4350.0, 4383.0, 4373.0, 4372.0, 4340.0, 4362.0, 4363.0, 4384.0, 4363.0, 4364.0, 4363.0, 4385.0, 4353.0, 4396.0, 4379.0, 4405.0, 4364.0, 4405.0, 4402.0, 4382.0, 4391.0, 4372.0, 4390.0, 4372.0, 4390.0, 4361.0, 4381.0, 4364.0, 4381.0, 4364.0, 4382.0, 4352.0, 4383.0, 4365.0, 4383.0, 4364.0, 4383.0, 4354.0, 4384.0, 4363.0, 4395.0, 4365.0, 4386.0, 4353.0, 4375.0, 4371.0, 4384.0, 4403.0, 4384.0, 4392.0, 4374.0, 4392.0, 4375.0, 4382.0, 4374.0, 4381.0, 4353.0, 4382.0, 4363.0, 4382.0, 4352.0, 4383.0, 4351.0, 4383.0, 4363.0, 4375.0, 4354.0, 4373.0, 4372.0, 4374.0, 4404.0, 4376.0, 4393.0, 4374.0, 4393.0, 4374.0, 4395.0, 4386.0, 4405.0, 4385.0, 4402.0, 4362.0, 4381.0, 4362.0, 4392.0, 4374.0, 4392.0, 4362.0, 4381.0, 4353.0, 4392.0, 4352.0, 4383.0, 4351.0, 4373.0, 4383.0, 4376.0, 4382.0, 4372.0, 4381.0, 4351.0, 4382.0, 4364.0, 4383.0, 4355.0, 4382.0, 4363.0, 4384.0, 4354.0, 4384.0, 4354.0, 4384.0, 4354.0, 4385.0, 4385.0, 4374.0, 4383.0, 4384.0, 4392.0, 4372.0, 4394.0, 4382.0, 4391.0, 4364.0, 4381.0, 4364.0, 4382.0, 4362.0, 4384.0, 4352.0, 4383.0, 4353.0, 4384.0, 4350.0, 4384.0, 4352.0, 4363.0, 4393.0, 4363.0, 4383.0, 4375.0, 4383.0, 4365.0, 4382.0, 4363.0, 4394.0, 4354.0, 4384.0, 4353.0, 4383.0, 4373.0, 4386.0, 4404.0, 4383.0, 4391.0, 4374.0, 4393.0, 4362.0, 4383.0, 4373.0, 4381.0, 4373.0, 4381.0, 4354.0, 4382.0, 4364.0, 4384.0, 4376.0, 4381.0, 4354.0, 4382.0, 4363.0, 4384.0, 4352.0, 4395.0, 4343.0, 4372.0, 4371.0, 4373.0, 4381.0, 4372.0, 4362.0, 4374.0, 4381.0, 4364.0, 4394.0, 4374.0, 4383.0, 4355.0, 4383.0, 4366.0, 4384.0, 4387.0, 4384.0, 4365.0, 4394.0, 4365.0, 4395.0, 4377.0, 4394.0, 4366.0, 4395.0, 4365.0, 4395.0, 4353.0, 4384.0, 4353.0, 4385.0, 4352.0, 4396.0, 4373.0, 4374.0, 4362.0, 4363.0, 4384.0, 4375.0, 4383.0, 4374.0, 4383.0, 4363.0, 4383.0, 4364.0, 4385.0, 4362.0, 4383.0, 4352.0, 4383.0, 4352.0, 4384.0, 4341.0, 4384.0, 4353.0, 4384.0, 4373.0, 4372.0, 4352.0, 4372.0, 4362.0, 4373.0, 4382.0, 4373.0, 4371.0, 4372.0, 4351.0, 4385.0, 4353.0, 4385.0, 4395.0, 4386.0, 4393.0, 4374.0, 4393.0, 4363.0, 4393.0, 4352.0, 4382.0, 4341.0, 4372.0, 4362.0, 4374.0, 4382.0, 4372.0, 4381.0, 4363.0, 4383.0, 4364.0, 4382.0, 4365.0, 4382.0, 4353.0, 4386.0, 4352.0, 4384.0, 4353.0, 4374.0, 4354.0, 4377.0, 4396.0, 4376.0, 4373.0, 4365.0, 4383.0, 4376.0, 4394.0, 4386.0, 4384.0, 4374.0, 4382.0, 4365.0, 4395.0, 4377.0, 4384.0, 4386.0, 4404.0, 4364.0, 4395.0, 4365.0, 4394.0, 4363.0, 4384.0, 4344.0, 4374.0, 4394.0, 4374.0, 4383.0, 4364.0, 4381.0, 4365.0, 4384.0, 4372.0, 4374.0, 4364.0, 4372.0, 4363.0, 4395.0, 4363.0, 4382.0, 4365.0, 4383.0, 4365.0, 4355.0, 4401.0, 4377.0, 4398.0, 4386.0, 4385.0, 4373.0, 4396.0, 4404.0, 4386.0, 4393.0, 4374.0, 4384.0, 4377.0, 4393.0, 4385.0, 4392.0, 4365.0, 4393.0, 4374.0, 4383.0, 4374.0, 4383.0, 4365.0, 4387.0, 4375.0, 4383.0, 4365.0, 4384.0, 4366.0, 4395.0, 4366.0, 4387.0, 4365.0, 4394.0, 4374.0, 4395.0, 4364.0, 4394.0, 4352.0, 4383.0, 4362.0, 4383.0, 4362.0, 4383.0, 4371.0, 4373.0, 4392.0, 4374.0, 4371.0, 4375.0, 4372.0, 4376.0, 4394.0, 4385.0, 4382.0, 4363.0, 4382.0, 4386.0, 4404.0, 4384.0, 4382.0, 4373.0, 4361.0, 4383.0, 4372.0, 4383.0, 4402.0, 4392.0, 4381.0, 4361.0, 4351.0, 4383.0, 4361.0, 4384.0, 4341.0, 4372.0, 4352.0, 4384.0, 4373.0, 4375.0, 4372.0, 4352.0, 4381.0, 4376.0, 4382.0, 4383.0, 4371.0, 4372.0, 4371.0, 4374.0, 4381.0, 4373.0, 4391.0, 4362.0, 4381.0, 4373.0, 4381.0, 4371.0, 4380.0, 4349.0, 4369.0, 4361.0, 4370.0, 4351.0, 4370.0, 4350.0, 4370.0, 4353.0, 4371.0, 4362.0, 4381.0, 4362.0, 4383.0, 4386.0, 4394.0, 4385.0, 4394.0, 4364.0, 4381.0, 4374.0, 4393.0, 4385.0, 4381.0, 4362.0, 4382.0, 4373.0, 4381.0, 4361.0, 4381.0, 4352.0, 4382.0, 4363.0, 4383.0, 4354.0, 4383.0, 4365.0, 4385.0, 4364.0, 4384.0, 4364.0, 4383.0, 4352.0, 4383.0, 4353.0, 4384.0, 4353.0, 4383.0, 4343.0, 4385.0, 4363.0, 4384.0, 4361.0, 4363.0, 4381.0, 4373.0, 4381.0, 4361.0, 4381.0, 4353.0, 4396.0, 4374.0, 4371.0, 4363.0, 4382.0, 4374.0, 4383.0, 4375.0, 4384.0, 4374.0, 4392.0, 4353.0, 4383.0, 4362.0, 4382.0, 4341.0, 4382.0, 4360.0, 4372.0, 4391.0, 4372.0, 4370.0, 4363.0, 4371.0, 4363.0, 4372.0, 4363.0, 4371.0, 4354.0, 4382.0, 4364.0, 4372.0, 4364.0, 4381.0, 4363.0, 4383.0, 4364.0, 4383.0, 4363.0, 4382.0, 4363.0, 4383.0, 4353.0, 4382.0, 4352.0, 4383.0, 4352.0, 4385.0, 4353.0, 4384.0, 4351.0, 4383.0, 4353.0, 4383.0, 4353.0, 4386.0, 4353.0, 4385.0, 4353.0, 4382.0, 4341.0, 4384.0, 4353.0, 4373.0, 4352.0, 4374.0, 4381.0, 4363.0, 4383.0, 4373.0, 4382.0, 4363.0, 4381.0, 4354.0, 4384.0, 4363.0, 4383.0, 4343.0, 4383.0, 4353.0, 4384.0, 4353.0, 4373.0, 4353.0, 4385.0, 4365.0, 4386.0, 4404.0, 4375.0, 4402.0, 4373.0, 4382.0, 4373.0, 4382.0, 4362.0, 4381.0, 4352.0, 4382.0, 4365.0, 4382.0, 4354.0, 4382.0, 4354.0, 4384.0, 4354.0, 4385.0, 4356.0, 4386.0, 4364.0, 4385.0, 4356.0, 4385.0, 4395.0, 4387.0, 4404.0, 4385.0, 4403.0, 4374.0, 4384.0, 4375.0, 4392.0, 4374.0, 4392.0, 4363.0, 4393.0, 4364.0, 4384.0, 4365.0, 4383.0, 4353.0, 4383.0, 4353.0, 4384.0, 4353.0, 4383.0, 4351.0, 4372.0, 4361.0, 4373.0, 4392.0, 4373.0, 4382.0, 4373.0, 4380.0, 4363.0, 4382.0, 4365.0, 4383.0, 4365.0, 4373.0, 4366.0, 4384.0, 4377.0, 4385.0, 4377.0, 4394.0, 4375.0, 4383.0, 4376.0, 4395.0, 4375.0, 4393.0, 4352.0, 4383.0, 4363.0, 4395.0, 4354.0, 4384.0, 4354.0, 4385.0, 4351.0, 4384.0, 4403.0, 4373.0, 4381.0, 4373.0, 4381.0, 4373.0, 4382.0, 4374.0, 4392.0, 4374.0, 4380.0, 4362.0, 4380.0, 4352.0, 4381.0, 4364.0, 4373.0, 4363.0, 4383.0, 4342.0, 4373.0, 4365.0, 4385.0, 4365.0, 4385.0, 4353.0, 4376.0, 4364.0, 4385.0, 4361.0, 4395.0, 4362.0, 4383.0, 4403.0, 4384.0, 4403.0, 4383.0, 4381.0, 4352.0, 4351.0, 4363.0, 4382.0, 4374.0, 4403.0, 4385.0, 4382.0, 4374.0, 4382.0, 4363.0, 4382.0, 4372.0, 4382.0, 4374.0, 4383.0, 4363.0, 4381.0, 4353.0, 4382.0, 4352.0, 4382.0, 4351.0, 4362.0, 4341.0, 4383.0, 4354.0, 4396.0, 4379.0, 4385.0, 4377.0, 4405.0, 4376.0, 4396.0, 4379.0, 4395.0, 4387.0, 4405.0, 4376.0, 4393.0, 4376.0, 4386.0, 4376.0, 4394.0, 4366.0, 4394.0, 4366.0, 4397.0, 4386.0, 4403.0, 4375.0, 4393.0, 4363.0, 4395.0, 4374.0, 4393.0, 4374.0, 4383.0, 4352.0, 4393.0, 4366.0, 4396.0, 4386.0, 4395.0, 4376.0, 4394.0, 4364.0, 4395.0, 4373.0, 4394.0, 4362.0, 4383.0, 4401.0, 4383.0, 4391.0, 4370.0, 4388.0, 4359.0, 4379.0, 4350.0, 4383.0, 4348.0, 4361.0, 4358.0, 4351.0, 4369.0, 4363.0, 4371.0, 4363.0, 4371.0, 4352.0, 4382.0, 4353.0, 4373.0, 4352.0, 4374.0, 4362.0, 4363.0, 4393.0, 4374.0, 4382.0, 4364.0, 4383.0, 4376.0, 4384.0, 4364.0, 4383.0, 4353.0, 4385.0, 4354.0, 4385.0, 4352.0, 4375.0, 4393.0, 4375.0, 4394.0, 4375.0, 4393.0, 4354.0, 4394.0, 4375.0, 4383.0, 4364.0, 4383.0, 4354.0, 4396.0, 4364.0, 4384.0, 4342.0, 4384.0, 4362.0, 4385.0, 4404.0, 4373.0, 4372.0, 4373.0, 4383.0, 4374.0, 4393.0, 4374.0, 4381.0, 4364.0, 4383.0, 4365.0, 4384.0, 4364.0, 4383.0, 4362.0, 4383.0, 4363.0, 4382.0, 4350.0, 4372.0, 4361.0, 4373.0, 4373.0, 4374.0, 4363.0, 4384.0, 4372.0, 4373.0, 4393.0, 4374.0, 4392.0, 4373.0, 4391.0, 4372.0, 4391.0, 4373.0, 4391.0, 4361.0, 4389.0, 4349.0, 4382.0], 'WindowWidth': [9852.0, 9827.0, 9779.0, 9772.0, 9731.0, 9734.0, 9702.0, 9742.0, 9740.0, 9687.0, 9740.0, 9745.0, 9699.0, 9721.0, 9696.0, 9699.0, 9661.0, 9682.0, 9645.0, 9688.0, 9668.0, 9672.0, 9631.0, 9675.0, 9650.0, 9695.0, 9646.0, 9662.0, 9645.0, 9664.0, 9671.0, 9667.0, 9688.0, 9672.0, 9687.0, 9652.0, 9692.0, 9671.0, 9692.0, 9669.0, 9691.0, 9649.0, 9692.0, 9653.0, 9690.0, 9636.0, 9688.0, 9634.0, 9694.0, 9645.0, 9675.0, 9653.0, 9659.0, 9678.0, 9662.0, 9683.0, 9660.0, 9683.0, 9671.0, 9687.0, 9669.0, 9671.0, 9675.0, 9680.0, 9644.0, 9688.0, 9647.0, 9671.0, 9630.0, 9687.0, 9637.0, 9691.0, 9649.0, 9695.0, 9646.0, 9680.0, 9692.0, 9677.0, 9682.0, 9675.0, 9683.0, 9665.0, 9687.0, 9679.0, 9684.0, 9675.0, 9679.0, 9644.0, 9662.0, 9646.0, 9669.0, 9658.0, 9665.0, 9631.0, 9681.0, 9635.0, 9689.0, 9654.0, 9689.0, 9667.0, 9686.0, 9648.0, 9689.0, 9650.0, 9687.0, 9645.0, 9684.0, 9627.0, 9688.0, 9658.0, 9657.0, 9650.0, 9653.0, 9665.0, 9645.0, 9690.0, 9674.0, 9666.0, 9629.0, 9664.0, 9628.0, 9683.0, 9642.0, 9671.0, 9628.0, 9671.0, 9646.0, 9679.0, 9645.0, 9677.0, 9658.0, 9651.0, 9692.0, 9668.0, 9671.0, 9666.0, 9660.0, 9669.0, 9652.0, 9680.0, 9675.0, 9716.0, 9692.0, 9706.0, 9698.0, 9676.0, 9701.0, 9693.0, 9697.0, 9671.0, 9679.0, 9642.0, 9676.0, 9637.0, 9686.0, 9624.0, 9668.0, 9644.0, 9659.0, 9649.0, 9655.0, 9668.0, 9658.0, 9667.0, 9641.0, 9681.0, 9661.0, 9666.0, 9640.0, 9661.0, 9641.0, 9683.0, 9643.0, 9671.0, 9631.0, 9682.0, 9628.0, 9688.0, 9629.0, 9671.0, 9624.0, 9654.0, 9663.0, 9658.0, 9680.0, 9654.0, 9659.0, 9628.0, 9663.0, 9644.0, 9672.0, 9647.0, 9665.0, 9633.0, 9663.0, 9629.0, 9687.0, 9631.0, 9672.0, 9623.0, 9661.0, 9666.0, 9674.0, 9694.0, 9655.0, 9675.0, 9639.0, 9663.0, 9644.0, 9665.0, 9628.0, 9667.0, 9627.0, 9675.0, 9649.0, 9675.0, 9633.0, 9677.0, 9643.0, 9677.0, 9669.0, 9674.0, 9684.0, 9646.0, 9681.0, 9661.0, 9689.0, 9647.0, 9683.0, 9633.0, 9688.0, 9652.0, 9688.0, 9645.0, 9674.0, 9652.0, 9687.0, 9644.0, 9683.0, 9640.0, 9687.0, 9632.0, 9685.0, 9625.0, 9667.0, 9624.0, 9654.0, 9652.0, 9658.0, 9650.0, 9655.0, 9651.0, 9643.0, 9680.0, 9659.0, 9664.0, 9656.0, 9660.0, 9624.0, 9662.0, 9644.0, 9668.0, 9614.0, 9668.0, 9615.0, 9673.0, 9636.0, 9673.0, 9619.0, 9673.0, 9643.0, 9660.0, 9687.0, 9665.0, 9673.0, 9660.0, 9670.0, 9646.0, 9684.0, 9652.0, 9682.0, 9679.0, 9686.0, 9645.0, 9687.0, 9650.0, 9685.0, 9658.0, 9686.0, 9629.0, 9672.0, 9660.0, 9674.0, 9644.0, 9660.0, 9655.0, 9661.0, 9705.0, 9675.0, 9681.0, 9648.0, 9680.0, 9656.0, 9683.0, 9656.0, 9664.0, 9626.0, 9684.0, 9627.0, 9685.0, 9657.0, 9670.0, 9627.0, 9658.0, 9638.0, 9658.0, 9664.0, 9660.0, 9690.0, 9656.0, 9665.0, 9644.0, 9667.0, 9646.0, 9670.0, 9670.0, 9684.0, 9683.0, 9636.0, 9693.0, 9674.0, 9675.0, 9715.0, 9674.0, 9682.0, 9645.0, 9667.0, 9665.0, 9687.0, 9655.0, 9664.0, 9643.0, 9682.0, 9634.0, 9687.0, 9650.0, 9691.0, 9653.0, 9697.0, 9672.0, 9676.0, 9650.0, 9690.0, 9635.0, 9690.0, 9633.0, 9692.0, 9638.0, 9692.0, 9635.0, 9690.0, 9654.0, 9678.0, 9692.0, 9676.0, 9632.0, 9666.0, 9670.0, 9654.0, 9695.0, 9680.0, 9699.0, 9678.0, 9693.0, 9658.0, 9691.0, 9656.0, 9702.0, 9673.0, 9690.0, 9659.0, 9711.0, 9663.0, 9733.0, 9703.0, 9694.0, 9686.0, 9705.0, 9670.0, 9705.0, 9693.0, 9725.0, 9681.0, 9707.0, 9662.0, 9685.0, 9648.0, 9685.0, 9657.0, 9687.0, 9631.0, 9691.0, 9660.0, 9675.0, 9628.0, 9673.0, 9666.0, 9654.0, 9681.0, 9655.0, 9665.0, 9643.0, 9669.0, 9649.0, 9682.0, 9659.0, 9668.0, 9629.0, 9665.0, 9649.0, 9672.0, 9661.0, 9671.0, 9650.0, 9691.0, 9666.0, 9688.0, 9646.0, 9682.0, 9630.0, 9686.0, 9629.0, 9671.0, 9615.0, 9671.0, 9634.0, 9675.0, 9631.0, 9687.0, 9645.0, 9661.0, 9699.0, 9699.0, 9713.0, 9656.0, 9672.0, 9643.0, 9682.0, 9661.0, 9667.0, 9645.0, 9681.0, 9631.0, 9688.0, 9649.0, 9687.0, 9630.0, 9689.0, 9634.0, 9696.0, 9638.0, 9691.0, 9633.0, 9687.0, 9646.0, 9697.0, 9678.0, 9672.0, 9663.0, 9658.0, 9692.0, 9665.0, 9686.0, 9674.0, 9693.0, 9647.0, 9686.0, 9666.0, 9685.0, 9664.0, 9672.0, 9631.0, 9667.0, 9632.0, 9687.0, 9615.0, 9683.0, 9629.0, 9657.0, 9672.0, 9657.0, 9666.0, 9658.0, 9667.0, 9659.0, 9687.0, 9673.0, 9665.0, 9645.0, 9665.0, 9642.0, 9670.0, 9625.0, 9667.0, 9625.0, 9654.0, 9650.0, 9657.0, 9681.0, 9657.0, 9678.0, 9628.0, 9665.0, 9646.0, 9670.0, 9648.0, 9670.0, 9647.0, 9669.0, 9646.0, 9674.0, 9648.0, 9675.0, 9645.0, 9674.0, 9617.0, 9671.0, 9628.0, 9674.0, 9655.0, 9670.0, 9693.0, 9645.0, 9680.0, 9661.0, 9681.0, 9657.0, 9667.0, 9628.0, 9662.0, 9638.0, 9666.0, 9624.0, 9670.0, 9624.0, 9664.0, 9606.0, 9649.0, 9605.0, 9652.0, 9637.0, 9654.0, 9637.0, 9656.0, 9666.0, 9661.0, 9671.0, 9645.0, 9667.0, 9630.0, 9668.0, 9651.0, 9676.0, 9634.0, 9659.0, 9628.0, 9644.0, 9632.0, 9674.0, 9655.0, 9694.0, 9667.0, 9689.0, 9663.0, 9684.0, 9643.0, 9684.0, 9640.0, 9687.0, 9643.0, 9692.0, 9633.0, 9691.0, 9633.0, 9692.0, 9632.0, 9686.0, 9639.0, 9695.0, 9646.0, 9678.0, 9641.0, 9672.0, 9676.0, 9676.0, 9657.0, 9674.0, 9680.0, 9659.0, 9687.0, 9662.0, 9683.0, 9657.0, 9680.0, 9643.0, 9684.0, 9662.0, 9669.0, 9629.0, 9684.0, 9625.0, 9683.0, 9628.0, 9656.0, 9624.0, 9670.0, 9640.0, 9677.0, 9683.0, 9669.0, 9676.0, 9639.0, 9663.0, 9638.0, 9663.0, 9654.0, 9661.0, 9625.0, 9664.0, 9633.0, 9669.0, 9611.0, 9671.0, 9628.0, 9670.0, 9631.0, 9669.0, 9630.0, 9673.0, 9644.0, 9657.0, 9692.0, 9641.0, 9669.0, 9655.0, 9664.0, 9641.0, 9661.0, 9640.0, 9666.0, 9640.0, 9666.0, 9627.0, 9667.0, 9614.0, 9677.0, 9630.0, 9662.0, 9629.0, 9659.0, 9673.0, 9665.0, 9686.0, 9663.0, 9667.0, 9648.0, 9691.0, 9667.0, 9673.0, 9654.0, 9675.0, 9652.0, 9689.0, 9673.0, 9691.0, 9651.0, 9687.0, 9629.0, 9668.0, 9631.0, 9689.0, 9661.0, 9671.0, 9627.0, 9659.0, 9665.0, 9656.0, 9697.0, 9669.0, 9681.0, 9655.0, 9662.0, 9643.0, 9683.0, 9657.0, 9664.0, 9629.0, 9665.0, 9644.0, 9695.0, 9653.0, 9662.0, 9641.0, 9663.0, 9645.0, 9669.0, 9668.0, 9670.0, 9661.0, 9671.0, 9643.0, 9671.0, 9665.0, 9670.0, 9648.0, 9668.0, 9643.0, 9686.0, 9627.0, 9668.0, 9624.0, 9656.0, 9625.0, 9675.0, 9654.0, 9657.0, 9665.0, 9642.0, 9670.0, 9660.0, 9666.0, 9643.0, 9665.0, 9631.0, 9670.0, 9646.0, 9669.0, 9629.0, 9670.0, 9627.0, 9673.0, 9616.0, 9654.0, 9616.0, 9670.0, 9637.0, 9675.0, 9633.0, 9673.0, 9633.0, 9675.0, 9634.0, 9690.0, 9670.0, 9657.0, 9662.0, 9654.0, 9666.0, 9662.0, 9680.0, 9658.0, 9680.0, 9641.0, 9660.0, 9648.0, 9669.0, 9645.0, 9663.0, 9627.0, 9664.0, 9645.0, 9669.0, 9643.0, 9670.0, 9622.0, 9665.0, 9621.0, 9669.0, 9654.0, 9653.0, 9607.0, 9640.0, 9642.0, 9673.0, 9642.0, 9646.0, 9645.0, 9676.0, 9633.0, 9693.0, 9675.0, 9707.0, 9648.0, 9701.0, 9693.0, 9666.0, 9679.0, 9654.0, 9675.0, 9652.0, 9672.0, 9637.0, 9664.0, 9647.0, 9663.0, 9644.0, 9665.0, 9628.0, 9668.0, 9650.0, 9671.0, 9648.0, 9670.0, 9633.0, 9672.0, 9644.0, 9692.0, 9648.0, 9677.0, 9629.0, 9660.0, 9651.0, 9674.0, 9695.0, 9671.0, 9679.0, 9658.0, 9681.0, 9663.0, 9668.0, 9659.0, 9665.0, 9630.0, 9667.0, 9644.0, 9667.0, 9627.0, 9668.0, 9625.0, 9670.0, 9645.0, 9660.0, 9631.0, 9657.0, 9654.0, 9661.0, 9702.0, 9665.0, 9685.0, 9662.0, 9683.0, 9660.0, 9690.0, 9679.0, 9700.0, 9676.0, 9693.0, 9641.0, 9663.0, 9641.0, 9681.0, 9660.0, 9678.0, 9641.0, 9664.0, 9628.0, 9681.0, 9626.0, 9669.0, 9626.0, 9656.0, 9669.0, 9664.0, 9669.0, 9655.0, 9665.0, 9627.0, 9666.0, 9647.0, 9669.0, 9635.0, 9669.0, 9645.0, 9675.0, 9634.0, 9674.0, 9632.0, 9674.0, 9632.0, 9676.0, 9677.0, 9658.0, 9668.0, 9672.0, 9681.0, 9654.0, 9684.0, 9667.0, 9676.0, 9644.0, 9663.0, 9644.0, 9668.0, 9640.0, 9671.0, 9627.0, 9670.0, 9630.0, 9673.0, 9623.0, 9673.0, 9626.0, 9645.0, 9682.0, 9644.0, 9670.0, 9663.0, 9670.0, 9650.0, 9668.0, 9645.0, 9686.0, 9633.0, 9674.0, 9630.0, 9671.0, 9656.0, 9676.0, 9700.0, 9671.0, 9679.0, 9657.0, 9680.0, 9641.0, 9669.0, 9657.0, 9662.0, 9656.0, 9664.0, 9632.0, 9666.0, 9646.0, 9673.0, 9664.0, 9665.0, 9633.0, 9666.0, 9643.0, 9673.0, 9628.0, 9686.0, 9614.0, 9654.0, 9650.0, 9658.0, 9664.0, 9653.0, 9640.0, 9659.0, 9664.0, 9647.0, 9686.0, 9661.0, 9670.0, 9636.0, 9670.0, 9653.0, 9675.0, 9683.0, 9674.0, 9651.0, 9686.0, 9652.0, 9692.0, 9668.0, 9685.0, 9650.0, 9688.0, 9649.0, 9690.0, 9631.0, 9673.0, 9630.0, 9674.0, 9629.0, 9691.0, 9656.0, 9659.0, 9640.0, 9645.0, 9673.0, 9665.0, 9672.0, 9660.0, 9669.0, 9645.0, 9669.0, 9647.0, 9675.0, 9642.0, 9670.0, 9627.0, 9670.0, 9628.0, 9670.0, 9612.0, 9670.0, 9628.0, 9674.0, 9657.0, 9654.0, 9625.0, 9651.0, 9637.0, 9655.0, 9666.0, 9656.0, 9651.0, 9655.0, 9627.0, 9676.0, 9632.0, 9675.0, 9690.0, 9677.0, 9683.0, 9659.0, 9682.0, 9645.0, 9684.0, 9627.0, 9665.0, 9610.0, 9654.0, 9639.0, 9660.0, 9665.0, 9655.0, 9665.0, 9642.0, 9668.0, 9646.0, 9667.0, 9649.0, 9667.0, 9631.0, 9677.0, 9630.0, 9674.0, 9631.0, 9661.0, 9633.0, 9667.0, 9690.0, 9665.0, 9657.0, 9650.0, 9671.0, 9666.0, 9688.0, 9678.0, 9672.0, 9661.0, 9669.0, 9651.0, 9690.0, 9669.0, 9674.0, 9678.0, 9698.0, 9647.0, 9687.0, 9650.0, 9685.0, 9643.0, 9672.0, 9617.0, 9659.0, 9686.0, 9659.0, 9669.0, 9645.0, 9665.0, 9649.0, 9672.0, 9656.0, 9657.0, 9645.0, 9654.0, 9643.0, 9689.0, 9642.0, 9665.0, 9648.0, 9670.0, 9652.0, 9640.0, 9707.0, 9668.0, 9699.0, 9677.0, 9675.0, 9657.0, 9691.0, 9700.0, 9677.0, 9683.0, 9660.0, 9672.0, 9668.0, 9684.0, 9675.0, 9681.0, 9647.0, 9685.0, 9660.0, 9671.0, 9660.0, 9668.0, 9650.0, 9678.0, 9662.0, 9669.0, 9648.0, 9672.0, 9653.0, 9691.0, 9653.0, 9679.0, 9650.0, 9685.0, 9661.0, 9690.0, 9645.0, 9685.0, 9625.0, 9668.0, 9642.0, 9670.0, 9639.0, 9670.0, 9651.0, 9657.0, 9682.0, 9659.0, 9652.0, 9661.0, 9653.0, 9663.0, 9687.0, 9676.0, 9666.0, 9643.0, 9665.0, 9677.0, 9700.0, 9672.0, 9665.0, 9655.0, 9638.0, 9668.0, 9653.0, 9670.0, 9695.0, 9680.0, 9661.0, 9637.0, 9623.0, 9670.0, 9639.0, 9671.0, 9610.0, 9654.0, 9627.0, 9674.0, 9656.0, 9660.0, 9652.0, 9628.0, 9664.0, 9665.0, 9668.0, 9670.0, 9652.0, 9654.0, 9651.0, 9659.0, 9665.0, 9657.0, 9677.0, 9640.0, 9664.0, 9657.0, 9663.0, 9650.0, 9659.0, 9618.0, 9644.0, 9638.0, 9647.0, 9623.0, 9647.0, 9622.0, 9648.0, 9629.0, 9650.0, 9642.0, 9665.0, 9643.0, 9672.0, 9680.0, 9687.0, 9677.0, 9683.0, 9644.0, 9664.0, 9660.0, 9683.0, 9673.0, 9664.0, 9641.0, 9665.0, 9658.0, 9663.0, 9638.0, 9661.0, 9627.0, 9667.0, 9645.0, 9669.0, 9633.0, 9671.0, 9651.0, 9676.0, 9648.0, 9671.0, 9645.0, 9669.0, 9627.0, 9670.0, 9631.0, 9671.0, 9628.0, 9670.0, 9616.0, 9677.0, 9643.0, 9671.0, 9637.0, 9642.0, 9664.0, 9657.0, 9664.0, 9636.0, 9663.0, 9630.0, 9692.0, 9662.0, 9652.0, 9644.0, 9667.0, 9659.0, 9669.0, 9662.0, 9672.0, 9659.0, 9680.0, 9629.0, 9668.0, 9641.0, 9667.0, 9609.0, 9666.0, 9634.0, 9653.0, 9678.0, 9653.0, 9648.0, 9642.0, 9651.0, 9645.0, 9651.0, 9644.0, 9650.0, 9631.0, 9665.0, 9647.0, 9654.0, 9645.0, 9663.0, 9643.0, 9668.0, 9648.0, 9668.0, 9644.0, 9666.0, 9642.0, 9670.0, 9630.0, 9668.0, 9627.0, 9669.0, 9626.0, 9674.0, 9629.0, 9673.0, 9625.0, 9668.0, 9630.0, 9672.0, 9631.0, 9677.0, 9630.0, 9674.0, 9628.0, 9667.0, 9611.0, 9673.0, 9630.0, 9655.0, 9625.0, 9656.0, 9663.0, 9644.0, 9670.0, 9656.0, 9665.0, 9643.0, 9665.0, 9633.0, 9672.0, 9643.0, 9669.0, 9616.0, 9669.0, 9631.0, 9675.0, 9632.0, 9658.0, 9631.0, 9675.0, 9647.0, 9679.0, 9701.0, 9662.0, 9695.0, 9655.0, 9665.0, 9658.0, 9665.0, 9640.0, 9662.0, 9625.0, 9666.0, 9649.0, 9668.0, 9634.0, 9668.0, 9635.0, 9675.0, 9633.0, 9676.0, 9639.0, 9679.0, 9647.0, 9677.0, 9636.0, 9677.0, 9690.0, 9682.0, 9701.0, 9676.0, 9697.0, 9659.0, 9671.0, 9663.0, 9680.0, 9659.0, 9680.0, 9643.0, 9682.0, 9647.0, 9671.0, 9649.0, 9670.0, 9629.0, 9669.0, 9629.0, 9674.0, 9630.0, 9670.0, 9624.0, 9653.0, 9636.0, 9654.0, 9682.0, 9656.0, 9667.0, 9655.0, 9661.0, 9642.0, 9667.0, 9651.0, 9669.0, 9650.0, 9657.0, 9651.0, 9673.0, 9670.0, 9675.0, 9668.0, 9685.0, 9662.0, 9671.0, 9668.0, 9689.0, 9661.0, 9683.0, 9629.0, 9668.0, 9642.0, 9688.0, 9632.0, 9672.0, 9631.0, 9673.0, 9625.0, 9671.0, 9698.0, 9656.0, 9663.0, 9656.0, 9665.0, 9656.0, 9668.0, 9661.0, 9679.0, 9659.0, 9660.0, 9640.0, 9660.0, 9626.0, 9664.0, 9646.0, 9656.0, 9643.0, 9669.0, 9615.0, 9655.0, 9651.0, 9676.0, 9649.0, 9676.0, 9631.0, 9665.0, 9648.0, 9676.0, 9640.0, 9689.0, 9640.0, 9670.0, 9698.0, 9673.0, 9696.0, 9670.0, 9664.0, 9626.0, 9622.0, 9643.0, 9667.0, 9659.0, 9698.0, 9674.0, 9667.0, 9659.0, 9666.0, 9645.0, 9665.0, 9653.0, 9667.0, 9661.0, 9669.0, 9642.0, 9664.0, 9628.0, 9666.0, 9628.0, 9667.0, 9622.0, 9638.0, 9610.0, 9671.0, 9633.0, 9696.0, 9675.0, 9678.0, 9672.0, 9705.0, 9666.0, 9694.0, 9674.0, 9687.0, 9683.0, 9701.0, 9666.0, 9685.0, 9669.0, 9678.0, 9666.0, 9686.0, 9652.0, 9686.0, 9655.0, 9696.0, 9679.0, 9697.0, 9661.0, 9682.0, 9644.0, 9688.0, 9660.0, 9682.0, 9658.0, 9668.0, 9629.0, 9683.0, 9653.0, 9694.0, 9681.0, 9689.0, 9666.0, 9686.0, 9647.0, 9689.0, 9655.0, 9684.0, 9639.0, 9668.0, 9692.0, 9669.0, 9676.0, 9647.0, 9667.0, 9631.0, 9658.0, 9618.0, 9668.0, 9615.0, 9635.0, 9627.0, 9622.0, 9644.0, 9643.0, 9649.0, 9642.0, 9651.0, 9627.0, 9668.0, 9632.0, 9657.0, 9626.0, 9658.0, 9639.0, 9645.0, 9685.0, 9661.0, 9667.0, 9645.0, 9670.0, 9665.0, 9671.0, 9646.0, 9670.0, 9629.0, 9675.0, 9633.0, 9674.0, 9628.0, 9661.0, 9682.0, 9664.0, 9686.0, 9663.0, 9682.0, 9632.0, 9684.0, 9664.0, 9672.0, 9646.0, 9671.0, 9632.0, 9690.0, 9646.0, 9672.0, 9613.0, 9671.0, 9640.0, 9675.0, 9700.0, 9657.0, 9652.0, 9656.0, 9667.0, 9661.0, 9683.0, 9659.0, 9664.0, 9646.0, 9670.0, 9651.0, 9672.0, 9646.0, 9669.0, 9641.0, 9671.0, 9643.0, 9666.0, 9622.0, 9653.0, 9636.0, 9656.0, 9658.0, 9660.0, 9643.0, 9673.0, 9654.0, 9657.0, 9683.0, 9658.0, 9680.0, 9655.0, 9678.0, 9653.0, 9678.0, 9657.0, 9676.0, 9637.0, 9671.0, 9618.0, 9663.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.00015011620795107034</td></tr>
<tr><td colspan=3>aqi</td><td>0.019151517920489296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.323919326603445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1997995193941238</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9791913374357389</td></tr>
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
<tr><td colspan=3>fber</td><td>6161.8721</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06759566462067325</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.12232415902140673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482547474294416</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5291333942462155</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.558086848101366</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3604221805356667</td></tr>
<tr><td colspan=3>gcor</td><td>0.00509124</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014659468084573746</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026272837072610855</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1635</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9955132091532324</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.0422</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9135</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.4462</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300695.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>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.8881</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0712</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.445</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3597.793</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.5544</td></tr>
<tr><td colspan=3>tsnr</td><td>45.72968351910822</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>