<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-03/func/sub-0132_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>09e605943f50c11f343c36785fc27e6f</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:22:39.180000</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.995484, 0.00868866, -0.0945295, -0.00677612, 0.999766, 0.0205344]</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.0690462</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>[4211, -7735, -7224, 322, -56, -8, 51, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd76ed98-2cc6-467d-95d0-a2cd3ccadc6a||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.670811176300049, -0.018179843202233315, -0.255651593208313, 120.28983306884766], [-0.02331104874610901, 2.6822996139526367, 0.053463127464056015, -108.18592834472656], [-0.2536156177520752, -0.055092379450798035, 2.687337636947632, -56.99384307861328], [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': ['192239.180000', '192239.640000', '192240.100000', '192240.560000', '192241.020000', '192241.480000', '192241.940000', '192242.400000', '192242.860000', '192243.320000', '192243.780000', '192244.240000', '192244.700000', '192245.160000', '192245.620000', '192246.080000', '192246.540000', '192247.000000', '192247.460000', '192247.920000', '192248.380000', '192248.840000', '192249.300000', '192249.760000', '192250.220000', '192250.680000', '192251.140000', '192251.600000', '192252.060000', '192252.520000', '192252.980000', '192253.440000', '192253.900000', '192254.360000', '192254.820000', '192255.280000', '192255.740000', '192256.200000', '192256.660000', '192257.120000', '192257.580000', '192258.040000', '192258.500000', '192258.960000', '192259.420000', '192259.880000', '192300.340000', '192300.800000', '192301.260000', '192301.720000', '192302.180000', '192302.640000', '192303.100000', '192303.560000', '192304.020000', '192304.480000', '192304.940000', '192305.400000', '192305.860000', '192306.320000', '192306.780000', '192307.240000', '192307.700000', '192308.160000', '192308.620000', '192309.080000', '192309.540000', '192310.000000', '192310.460000', '192310.920000', '192311.380000', '192311.840000', '192312.300000', '192312.760000', '192313.220000', '192313.680000', '192314.140000', '192314.600000', '192315.060000', '192315.520000', '192315.980000', '192316.440000', '192316.900000', '192317.360000', '192317.820000', '192318.280000', '192318.740000', '192319.200000', '192319.660000', '192320.120000', '192320.580000', '192321.040000', '192321.500000', '192321.960000', '192322.420000', '192322.880000', '192323.340000', '192323.800000', '192324.260000', '192324.720000', '192325.180000', '192325.640000', '192326.100000', '192326.560000', '192327.020000', '192327.480000', '192327.940000', '192328.400000', '192328.860000', '192329.320000', '192329.780000', '192330.240000', '192330.700000', '192331.160000', '192331.620000', '192332.080000', '192332.540000', '192333.000000', '192333.460000', '192333.920000', '192334.380000', '192334.840000', '192335.300000', '192335.760000', '192336.220000', '192336.680000', '192337.140000', '192337.600000', '192338.060000', '192338.520000', '192338.980000', '192339.440000', '192339.900000', '192340.360000', '192340.820000', '192341.280000', '192341.740000', '192342.200000', '192342.660000', '192343.120000', '192343.580000', '192344.040000', '192344.500000', '192344.960000', '192345.420000', '192345.880000', '192346.340000', '192346.800000', '192347.260000', '192347.720000', '192348.180000', '192348.640000', '192349.100000', '192349.560000', '192350.020000', '192350.480000', '192350.940000', '192351.400000', '192351.860000', '192352.320000', '192352.780000', '192353.240000', '192353.700000', '192354.160000', '192354.620000', '192355.080000', '192355.540000', '192356.000000', '192356.460000', '192356.920000', '192357.380000', '192357.840000', '192358.300000', '192358.760000', '192359.220000', '192359.680000', '192400.140000', '192400.600000', '192401.060000', '192401.520000', '192401.980000', '192402.440000', '192402.900000', '192403.360000', '192403.820000', '192404.280000', '192404.740000', '192405.200000', '192405.660000', '192406.120000', '192406.580000', '192407.040000', '192407.500000', '192407.960000', '192408.420000', '192408.880000', '192409.340000', '192409.800000', '192410.260000', '192410.720000', '192411.180000', '192411.640000', '192412.100000', '192412.560000', '192413.020000', '192413.480000', '192413.940000', '192414.400000', '192414.860000', '192415.320000', '192415.780000', '192416.240000', '192416.700000', '192417.160000', '192417.620000', '192418.080000', '192418.540000', '192419.000000', '192419.460000', '192419.920000', '192420.380000', '192420.840000', '192421.300000', '192421.760000', '192422.220000', '192422.680000', '192423.140000', '192423.600000', '192424.060000', '192424.520000', '192424.980000', '192425.440000', '192425.900000', '192426.360000', '192426.820000', '192427.280000', '192427.740000', '192428.200000', '192428.660000', '192429.120000', '192429.580000', '192430.040000', '192430.500000', '192430.960000', '192431.420000', '192431.880000', '192432.340000', '192432.800000', '192433.260000', '192433.720000', '192434.180000', '192434.640000', '192435.100000', '192435.560000', '192436.020000', '192436.480000', '192436.940000', '192437.400000', '192437.860000', '192438.320000', '192438.780000', '192439.240000', '192439.700000', '192440.160000', '192440.620000', '192441.080000', '192441.540000', '192442.000000', '192442.460000', '192442.920000', '192443.380000', '192443.840000', '192444.300000', '192444.760000', '192445.220000', '192445.680000', '192446.140000', '192446.600000', '192447.060000', '192447.520000', '192447.980000', '192448.440000', '192448.900000', '192449.360000', '192449.820000', '192450.280000', '192450.740000', '192451.200000', '192451.660000', '192452.120000', '192452.580000', '192453.040000', '192453.500000', '192453.960000', '192454.420000', '192454.880000', '192455.340000', '192455.800000', '192456.260000', '192456.720000', '192457.180000', '192457.640000', '192458.100000', '192458.560000', '192459.020000', '192459.480000', '192459.940000', '192500.400000', '192500.860000', '192501.320000', '192501.780000', '192502.240000', '192502.700000', '192503.160000', '192503.620000', '192504.080000', '192504.540000', '192505.000000', '192505.460000', '192505.920000', '192506.380000', '192506.840000', '192507.300000', '192507.760000', '192508.220000', '192508.680000', '192509.140000', '192509.600000', '192510.060000', '192510.520000', '192510.980000', '192511.440000', '192511.900000', '192512.360000', '192512.820000', '192513.280000', '192513.740000', '192514.200000', '192514.660000', '192515.120000', '192515.580000', '192516.040000', '192516.500000', '192516.960000', '192517.420000', '192517.880000', '192518.340000', '192518.800000', '192519.260000', '192519.720000', '192520.180000', '192520.640000', '192521.100000', '192521.560000', '192522.020000', '192522.480000', '192522.940000', '192523.400000', '192523.860000', '192524.320000', '192524.780000', '192525.240000', '192525.700000', '192526.160000', '192526.620000', '192527.080000', '192527.540000', '192528.000000', '192528.460000', '192528.920000', '192529.380000', '192529.840000', '192530.300000', '192530.760000', '192531.220000', '192531.680000', '192532.140000', '192532.600000', '192533.060000', '192533.520000', '192533.980000', '192534.440000', '192534.900000', '192535.360000', '192535.820000', '192536.280000', '192536.740000', '192537.200000', '192537.660000', '192538.120000', '192538.580000', '192539.040000', '192539.500000', '192539.960000', '192540.420000', '192540.880000', '192541.340000', '192541.800000', '192542.260000', '192542.720000', '192543.180000', '192543.640000', '192544.100000', '192544.560000', '192545.020000', '192545.480000', '192545.940000', '192546.400000', '192546.860000', '192547.320000', '192547.780000', '192548.240000', '192548.700000', '192549.160000', '192549.620000', '192550.080000', '192550.540000', '192551.000000', '192551.460000', '192551.920000', '192552.380000', '192552.840000', '192553.300000', '192553.760000', '192554.220000', '192554.680000', '192555.140000', '192555.600000', '192556.060000', '192556.520000', '192556.980000', '192557.440000', '192557.900000', '192558.360000', '192558.820000', '192559.280000', '192559.740000', '192600.200000', '192600.660000', '192601.120000', '192601.580000', '192602.040000', '192602.500000', '192602.960000', '192603.420000', '192603.880000', '192604.340000', '192604.800000', '192605.260000', '192605.720000', '192606.180000', '192606.640000', '192607.100000', '192607.560000', '192608.020000', '192608.480000', '192608.940000', '192609.400000', '192609.860000', '192610.320000', '192610.780000', '192611.240000', '192611.700000', '192612.160000', '192612.620000', '192613.080000', '192613.540000', '192614.000000', '192614.460000', '192614.920000', '192615.380000', '192615.840000', '192616.300000', '192616.760000', '192617.220000', '192617.680000', '192618.140000', '192618.600000', '192619.060000', '192619.520000', '192619.980000', '192620.440000', '192620.900000', '192621.360000', '192621.820000', '192622.280000', '192622.740000', '192623.200000', '192623.660000', '192624.120000', '192624.580000', '192625.040000', '192625.500000', '192625.960000', '192626.420000', '192626.880000', '192627.340000', '192627.800000', '192628.260000', '192628.720000', '192629.180000', '192629.640000', '192630.100000', '192630.560000', '192631.020000', '192631.480000', '192631.940000', '192632.400000', '192632.860000', '192633.320000', '192633.780000', '192634.240000', '192634.700000', '192635.160000', '192635.620000', '192636.080000', '192636.540000', '192637.000000', '192637.460000', '192637.920000', '192638.380000', '192638.840000', '192639.300000', '192639.760000', '192640.220000', '192640.680000', '192641.140000', '192641.600000', '192642.060000', '192642.520000', '192642.980000', '192643.440000', '192643.900000', '192644.360000', '192644.820000', '192645.280000', '192645.740000', '192646.200000', '192646.660000', '192647.120000', '192647.580000', '192648.040000', '192648.500000', '192648.960000', '192649.420000', '192649.880000', '192650.340000', '192650.800000', '192651.260000', '192651.720000', '192652.180000', '192652.640000', '192653.100000', '192653.560000', '192654.020000', '192654.480000', '192654.940000', '192655.400000', '192655.860000', '192656.320000', '192656.780000', '192657.240000', '192657.700000', '192658.160000', '192658.620000', '192659.080000', '192659.540000', '192700.000000', '192700.460000', '192700.920000', '192701.380000', '192701.840000', '192702.300000', '192702.760000', '192703.220000', '192703.680000', '192704.140000', '192704.600000', '192705.060000', '192705.520000', '192705.980000', '192706.440000', '192706.900000', '192707.360000', '192707.820000', '192708.280000', '192708.740000', '192709.200000', '192709.660000', '192710.120000', '192710.580000', '192711.040000', '192711.500000', '192711.960000', '192712.420000', '192712.880000', '192713.340000', '192713.800000', '192714.260000', '192714.720000', '192715.180000', '192715.640000', '192716.100000', '192716.560000', '192717.020000', '192717.480000', '192717.940000', '192718.400000', '192718.860000', '192719.320000', '192719.780000', '192720.240000', '192720.700000', '192721.160000', '192721.620000', '192722.080000', '192722.540000', '192723.000000', '192723.460000', '192723.920000', '192724.380000', '192724.840000', '192725.300000', '192725.760000', '192726.220000', '192726.680000', '192727.140000', '192727.600000', '192728.060000', '192728.520000', '192728.980000', '192729.440000', '192729.900000', '192730.360000', '192730.820000', '192731.280000', '192731.740000', '192732.200000', '192732.660000', '192733.120000', '192733.580000', '192734.040000', '192734.500000', '192734.960000', '192735.420000', '192735.880000', '192736.340000', '192736.800000', '192737.260000', '192737.720000', '192738.180000', '192738.640000', '192739.100000', '192739.560000', '192740.020000', '192740.480000', '192740.940000', '192741.400000', '192741.860000', '192742.320000', '192742.780000', '192743.240000', '192743.700000', '192744.160000', '192744.620000', '192745.080000', '192745.540000', '192746.000000', '192746.460000', '192746.920000', '192747.380000', '192747.840000', '192748.300000', '192748.760000', '192749.220000', '192749.680000', '192750.140000', '192750.600000', '192751.060000', '192751.520000', '192751.980000', '192752.440000', '192752.900000', '192753.360000', '192753.820000', '192754.280000', '192754.740000', '192755.200000', '192755.660000', '192756.120000', '192756.580000', '192757.040000', '192757.500000', '192757.960000', '192758.420000', '192758.880000', '192759.340000', '192759.800000', '192800.260000', '192800.720000', '192801.180000', '192801.640000', '192802.100000', '192802.560000', '192803.020000', '192803.480000', '192803.940000', '192804.400000', '192804.860000', '192805.320000', '192805.780000', '192806.240000', '192806.700000', '192807.160000', '192807.620000', '192808.080000', '192808.540000', '192809.000000', '192809.460000', '192809.920000', '192810.380000', '192810.840000', '192811.300000', '192811.760000', '192812.220000', '192812.680000', '192813.140000', '192813.600000', '192814.060000', '192814.520000', '192814.980000', '192815.440000', '192815.900000', '192816.360000', '192816.820000', '192817.280000', '192817.740000', '192818.200000', '192818.660000', '192819.120000', '192819.580000', '192820.040000', '192820.500000', '192820.960000', '192821.420000', '192821.880000', '192822.340000', '192822.800000', '192823.260000', '192823.720000', '192824.180000', '192824.640000', '192825.100000', '192825.560000', '192826.020000', '192826.480000', '192826.940000', '192827.400000', '192827.860000', '192828.320000', '192828.780000', '192829.240000', '192829.700000', '192830.160000', '192830.620000', '192831.080000', '192831.540000', '192832.000000', '192832.460000', '192832.920000', '192833.380000', '192833.840000', '192834.300000', '192834.760000', '192835.220000', '192835.680000', '192836.140000', '192836.600000', '192837.060000', '192837.520000', '192837.980000', '192838.440000', '192838.900000', '192839.360000', '192839.820000', '192840.280000', '192840.740000', '192841.200000', '192841.660000', '192842.120000', '192842.580000', '192843.040000', '192843.500000', '192843.960000', '192844.420000', '192844.880000', '192845.340000', '192845.800000', '192846.260000', '192846.720000', '192847.180000', '192847.640000', '192848.100000', '192848.560000', '192849.020000', '192849.480000', '192849.940000', '192850.400000', '192850.860000', '192851.320000', '192851.780000', '192852.240000', '192852.700000', '192853.160000', '192853.620000', '192854.080000', '192854.540000', '192855.000000', '192855.460000', '192855.920000', '192856.380000', '192856.840000', '192857.300000', '192857.760000', '192858.220000', '192858.680000', '192859.140000', '192859.600000', '192900.060000', '192900.520000', '192900.980000', '192901.440000', '192901.900000', '192902.360000', '192902.820000', '192903.280000', '192903.740000', '192904.200000', '192904.660000', '192905.120000', '192905.580000', '192906.040000', '192906.500000', '192906.960000', '192907.420000', '192907.880000', '192908.340000', '192908.800000', '192909.260000', '192909.720000', '192910.180000', '192910.640000', '192911.100000', '192911.560000', '192912.020000', '192912.480000', '192912.940000', '192913.400000', '192913.860000', '192914.320000', '192914.780000', '192915.240000', '192915.700000', '192916.160000', '192916.620000', '192917.080000', '192917.540000', '192918.000000', '192918.460000', '192918.920000', '192919.380000', '192919.840000', '192920.300000', '192920.760000', '192921.220000', '192921.680000', '192922.140000', '192922.600000', '192923.060000', '192923.520000', '192923.980000', '192924.440000', '192924.900000', '192925.360000', '192925.820000', '192926.280000', '192926.740000', '192927.200000', '192927.660000', '192928.120000', '192928.580000', '192929.040000', '192929.500000', '192929.960000', '192930.420000', '192930.880000', '192931.340000', '192931.800000', '192932.260000', '192932.720000', '192933.180000', '192933.640000', '192934.100000', '192934.560000', '192935.020000', '192935.480000', '192935.940000', '192936.400000', '192936.860000', '192937.320000', '192937.780000', '192938.240000', '192938.700000', '192939.160000', '192939.620000', '192940.080000', '192940.540000', '192941.000000', '192941.460000', '192941.920000', '192942.380000', '192942.840000', '192943.300000', '192943.760000', '192944.220000', '192944.680000', '192945.140000', '192945.600000', '192946.060000', '192946.520000', '192946.980000', '192947.440000', '192947.900000', '192948.360000', '192948.820000', '192949.280000', '192949.740000', '192950.200000', '192950.660000', '192951.120000', '192951.580000', '192952.040000', '192952.500000', '192952.960000', '192953.420000', '192953.880000', '192954.340000', '192954.800000', '192955.260000', '192955.720000', '192956.180000', '192956.640000', '192957.100000', '192957.560000', '192958.020000', '192958.480000', '192958.940000', '192959.400000', '192959.860000', '193000.320000', '193000.780000', '193001.240000', '193001.700000', '193002.160000', '193002.620000', '193003.080000', '193003.540000', '193004.000000', '193004.460000', '193004.920000', '193005.380000', '193005.840000', '193006.300000', '193006.760000', '193007.220000', '193007.680000', '193008.140000', '193008.600000', '193009.060000', '193009.520000', '193009.980000', '193010.440000', '193010.900000', '193011.360000', '193011.820000', '193012.280000', '193012.740000', '193013.200000', '193013.660000', '193014.120000', '193014.580000', '193015.040000', '193015.500000', '193015.960000', '193016.420000', '193016.880000', '193017.340000', '193017.800000', '193018.260000', '193018.720000', '193019.180000', '193019.640000', '193020.100000', '193020.560000', '193021.020000', '193021.480000', '193021.940000', '193022.400000', '193022.860000', '193023.320000', '193023.780000', '193024.240000', '193024.700000', '193025.160000', '193025.620000', '193026.080000', '193026.540000', '193027.000000', '193027.460000', '193027.920000', '193028.380000', '193028.840000', '193029.300000', '193029.760000', '193030.220000', '193030.680000', '193031.140000', '193031.600000', '193032.060000', '193032.520000', '193032.980000', '193033.440000', '193033.900000', '193034.360000', '193034.820000', '193035.280000', '193035.740000', '193036.200000', '193036.660000', '193037.120000', '193037.580000', '193038.040000', '193038.500000', '193038.960000', '193039.420000', '193039.880000', '193040.340000', '193040.800000', '193041.260000', '193041.720000', '193042.180000', '193042.640000', '193043.100000', '193043.560000', '193044.020000', '193044.480000', '193044.940000', '193045.400000', '193045.860000', '193046.320000', '193046.780000', '193047.240000', '193047.700000', '193048.160000', '193048.620000', '193049.080000', '193049.540000', '193050.000000', '193050.460000', '193050.920000', '193051.380000', '193051.840000', '193052.300000', '193052.760000', '193053.220000', '193053.680000', '193054.140000', '193054.600000', '193055.060000', '193055.520000', '193055.980000', '193056.440000', '193056.900000', '193057.360000', '193057.820000', '193058.280000', '193058.740000', '193059.200000', '193059.660000', '193100.120000', '193100.580000', '193101.040000', '193101.500000', '193101.960000', '193102.420000', '193102.880000', '193103.340000', '193103.800000', '193104.260000', '193104.720000', '193105.180000', '193105.640000', '193106.100000', '193106.560000', '193107.020000', '193107.480000', '193107.940000', '193108.400000', '193108.860000', '193109.320000', '193109.780000', '193110.240000', '193110.700000', '193111.160000', '193111.620000', '193112.080000', '193112.540000', '193113.000000', '193113.460000', '193113.920000', '193114.380000', '193114.840000', '193115.300000', '193115.760000', '193116.220000', '193116.680000', '193117.140000', '193117.600000', '193118.060000', '193118.520000', '193118.980000', '193119.440000', '193119.900000', '193120.360000', '193120.820000', '193121.280000', '193121.740000', '193122.200000', '193122.660000', '193123.120000', '193123.580000', '193124.040000', '193124.500000', '193124.960000', '193125.420000', '193125.880000', '193126.340000', '193126.800000', '193127.260000', '193127.720000', '193128.180000', '193128.640000', '193129.100000', '193129.560000', '193130.020000', '193130.480000', '193130.940000', '193131.400000', '193131.860000', '193132.320000', '193132.780000', '193133.240000', '193133.700000', '193134.160000', '193134.620000', '193135.080000', '193135.540000', '193136.000000', '193136.460000', '193136.920000', '193137.380000', '193137.840000', '193138.300000', '193138.760000', '193139.220000', '193139.680000', '193140.140000', '193140.600000', '193141.060000', '193141.520000', '193141.980000', '193142.440000', '193142.900000', '193143.360000', '193143.820000', '193144.280000', '193144.740000', '193145.200000', '193145.660000', '193146.120000', '193146.580000', '193147.040000', '193147.500000', '193147.960000', '193148.420000', '193148.880000', '193149.340000', '193149.800000', '193150.260000', '193150.720000', '193151.180000', '193151.640000', '193152.100000', '193152.560000', '193153.020000', '193153.480000', '193153.940000', '193154.400000', '193154.860000', '193155.320000', '193155.780000', '193156.240000', '193156.700000', '193157.160000', '193157.620000', '193158.080000', '193158.540000', '193159.000000', '193159.460000', '193159.920000', '193200.380000', '193200.840000', '193201.300000', '193201.760000', '193202.220000', '193202.680000', '193203.140000', '193203.600000', '193204.060000', '193204.520000', '193204.980000', '193205.440000', '193205.900000', '193206.360000', '193206.820000', '193207.280000', '193207.740000', '193208.200000', '193208.660000', '193209.120000', '193209.580000', '193210.040000', '193210.500000', '193210.960000', '193211.420000', '193211.880000', '193212.340000', '193212.800000', '193213.260000', '193213.720000', '193214.180000', '193214.640000', '193215.100000', '193215.560000', '193216.020000', '193216.480000', '193216.940000', '193217.400000', '193217.860000', '193218.320000', '193218.780000', '193219.240000', '193219.700000', '193220.160000', '193220.620000', '193221.080000', '193221.540000', '193222.000000', '193222.460000', '193222.920000', '193223.380000', '193223.840000', '193224.300000', '193224.760000', '193225.220000', '193225.680000', '193226.140000', '193226.600000', '193227.060000', '193227.520000', '193227.980000', '193228.440000', '193228.900000', '193229.360000', '193229.820000', '193230.280000', '193230.740000', '193231.200000', '193231.660000', '193232.120000', '193232.580000', '193233.040000', '193233.500000', '193233.960000', '193234.420000', '193234.880000', '193235.340000', '193235.800000', '193236.260000', '193236.720000', '193237.180000', '193237.640000', '193238.100000', '193238.560000', '193239.020000', '193239.480000', '193239.940000', '193240.400000', '193240.860000', '193241.320000', '193241.780000', '193242.240000', '193242.700000', '193243.160000', '193243.620000', '193244.080000', '193244.540000', '193245.000000', '193245.460000', '193245.920000', '193246.380000', '193246.840000', '193247.300000', '193247.760000', '193248.220000', '193248.680000', '193249.140000', '193249.600000', '193250.060000', '193250.520000', '193250.980000', '193251.440000', '193251.900000', '193252.360000', '193252.820000', '193253.280000', '193253.740000', '193254.200000', '193254.660000', '193255.120000', '193255.580000', '193256.040000', '193256.500000', '193256.960000', '193257.420000', '193257.880000', '193258.340000', '193258.800000', '193259.260000', '193259.720000', '193300.180000', '193300.640000', '193301.100000', '193301.560000', '193302.020000', '193302.480000', '193302.940000', '193303.400000', '193303.860000', '193304.320000', '193304.780000', '193305.240000', '193305.700000', '193306.160000', '193306.620000', '193307.080000', '193307.540000', '193308.000000', '193308.460000', '193308.920000', '193309.380000', '193309.840000', '193310.300000', '193310.760000', '193311.220000', '193311.680000', '193312.140000', '193312.600000', '193313.060000', '193313.520000', '193313.980000', '193314.440000', '193314.900000', '193315.360000', '193315.820000', '193316.280000', '193316.740000', '193317.200000', '193317.660000', '193318.120000', '193318.580000', '193319.040000', '193319.500000', '193319.960000', '193320.420000', '193320.880000', '193321.340000', '193321.800000', '193322.260000', '193322.720000', '193323.180000', '193323.640000', '193324.100000', '193324.560000', '193325.020000', '193325.480000', '193325.940000', '193326.400000', '193326.860000', '193327.320000', '193327.780000', '193328.240000', '193328.700000', '193329.160000', '193329.620000', '193330.080000', '193330.540000', '193331.000000', '193331.460000', '193331.920000', '193332.380000', '193332.840000', '193333.300000', '193333.760000', '193334.220000', '193334.680000', '193335.140000', '193335.600000', '193336.060000', '193336.520000', '193336.980000', '193337.440000', '193337.900000', '193338.360000', '193338.820000', '193339.280000', '193339.740000', '193340.200000', '193340.660000', '193341.120000', '193341.580000', '193342.040000', '193342.500000', '193342.960000', '193343.420000', '193343.880000', '193344.340000', '193344.800000', '193345.260000', '193345.720000', '193346.180000', '193346.640000', '193347.100000', '193347.560000', '193348.020000', '193348.480000', '193348.940000', '193349.400000', '193349.860000', '193350.320000', '193350.780000', '193351.240000', '193351.700000', '193352.160000', '193352.620000', '193353.080000', '193353.540000', '193354.000000', '193354.460000', '193354.920000', '193355.380000', '193355.840000', '193356.300000', '193356.760000', '193357.220000', '193357.680000', '193358.140000', '193358.600000', '193359.060000', '193359.520000', '193359.980000', '193400.440000', '193400.900000', '193401.360000', '193401.820000', '193402.280000', '193402.740000', '193403.200000', '193403.660000', '193404.120000', '193404.580000', '193405.040000', '193405.500000', '193405.960000', '193406.420000', '193406.880000', '193407.340000', '193407.800000', '193408.260000', '193408.720000', '193409.180000', '193409.640000', '193410.100000', '193410.560000', '193411.020000', '193411.480000', '193411.940000', '193412.400000', '193412.860000', '193413.320000', '193413.780000', '193414.240000', '193414.700000', '193415.160000', '193415.620000', '193416.080000', '193416.540000', '193417.000000', '193417.460000', '193417.920000', '193418.380000', '193418.840000', '193419.300000', '193419.760000', '193420.220000', '193420.680000', '193421.140000', '193421.600000', '193422.060000', '193422.520000', '193422.980000', '193423.440000', '193423.900000', '193424.360000', '193424.820000', '193425.280000', '193425.740000', '193426.200000', '193426.660000', '193427.120000', '193427.580000', '193428.040000', '193428.500000', '193428.960000', '193429.420000', '193429.880000', '193430.340000', '193430.800000', '193431.260000', '193431.720000', '193432.180000', '193432.640000', '193433.100000', '193433.560000', '193434.020000', '193434.480000', '193434.940000', '193435.400000', '193435.860000', '193436.320000', '193436.780000', '193437.240000', '193437.700000', '193438.160000', '193438.620000', '193439.080000', '193439.540000', '193440.000000', '193440.460000', '193440.920000', '193441.380000', '193441.840000', '193442.300000', '193442.760000', '193443.220000', '193443.680000', '193444.140000', '193444.600000', '193445.060000', '193445.520000', '193445.980000', '193446.440000', '193446.900000', '193447.360000', '193447.820000', '193448.280000', '193448.740000', '193449.200000', '193449.660000', '193450.120000', '193450.580000', '193451.040000', '193451.500000', '193451.960000', '193452.420000', '193452.880000', '193453.340000', '193453.800000', '193454.260000', '193454.720000', '193455.180000', '193455.640000', '193456.100000', '193456.560000', '193457.020000', '193457.480000', '193457.940000', '193458.400000', '193458.860000', '193459.320000', '193459.780000', '193500.240000', '193500.700000', '193501.160000', '193501.620000', '193502.080000', '193502.540000', '193503.000000', '193503.460000', '193503.920000', '193504.380000', '193504.840000', '193505.300000', '193505.760000', '193506.220000', '193506.680000', '193507.140000', '193507.600000', '193508.060000', '193508.520000', '193508.980000', '193509.440000', '193509.900000', '193510.360000', '193510.820000', '193511.280000', '193511.740000', '193512.200000', '193512.660000', '193513.120000'], 'ContentTime': ['192254.564000', '192254.568000', '192254.571000', '192254.573000', '192254.576000', '192254.579000', '192254.581000', '192254.584000', '192254.586000', '192254.589000', '192254.592000', '192254.594000', '192254.597000', '192254.600000', '192254.603000', '192254.606000', '192254.609000', '192254.611000', '192254.614000', '192254.618000', '192254.620000', '192254.623000', '192254.626000', '192254.628000', '192254.631000', '192254.633000', '192254.636000', '192254.638000', '192254.641000', '192254.643000', '192254.646000', '192314.503000', '192314.506000', '192314.509000', '192314.512000', '192314.516000', '192314.519000', '192314.522000', '192314.524000', '192314.527000', '192314.530000', '192314.532000', '192314.535000', '192314.537000', '192314.540000', '192314.543000', '192314.545000', '192314.548000', '192314.551000', '192314.553000', '192314.556000', '192314.558000', '192314.561000', '192314.564000', '192314.566000', '192314.569000', '192314.572000', '192314.575000', '192314.577000', '192314.580000', '192314.583000', '192314.585000', '192314.588000', '192314.590000', '192314.593000', '192314.595000', '192314.598000', '192314.601000', '192314.603000', '192314.606000', '192314.608000', '192314.611000', '192314.614000', '192314.616000', '192314.619000', '192334.503000', '192334.507000', '192334.509000', '192334.512000', '192334.514000', '192334.517000', '192334.519000', '192334.522000', '192334.525000', '192334.527000', '192334.538000', '192334.541000', '192334.543000', '192334.546000', '192334.549000', '192334.551000', '192334.554000', '192334.557000', '192334.559000', '192334.562000', '192334.565000', '192334.568000', '192334.571000', '192334.574000', '192334.577000', '192334.581000', '192334.583000', '192334.586000', '192334.589000', '192334.591000', '192334.594000', '192334.596000', '192334.600000', '192334.602000', '192334.605000', '192334.607000', '192334.610000', '192334.626000', '192334.628000', '192334.631000', '192334.634000', '192334.636000', '192334.639000', '192354.503000', '192354.517000', '192354.520000', '192354.522000', '192354.525000', '192354.528000', '192354.530000', '192354.533000', '192354.535000', '192354.538000', '192354.541000', '192354.543000', '192354.546000', '192354.548000', '192354.551000', '192354.554000', '192354.556000', '192354.559000', '192354.561000', '192354.564000', '192354.566000', '192354.569000', '192354.572000', '192354.574000', '192354.577000', '192354.579000', '192354.582000', '192354.585000', '192354.587000', '192354.590000', '192354.592000', '192354.595000', '192354.597000', '192354.600000', '192354.603000', '192354.605000', '192354.608000', '192354.610000', '192354.613000', '192354.616000', '192354.618000', '192354.621000', '192354.623000', '192354.626000', '192414.503000', '192414.506000', '192414.509000', '192414.512000', '192414.514000', '192414.517000', '192414.519000', '192414.522000', '192414.525000', '192414.527000', '192414.530000', '192414.532000', '192414.535000', '192414.538000', '192414.540000', '192414.543000', '192414.546000', '192414.548000', '192414.551000', '192414.553000', '192414.565000', '192414.568000', '192414.571000', '192414.573000', '192414.576000', '192414.579000', '192414.581000', '192414.585000', '192414.588000', '192414.590000', '192414.593000', '192414.595000', '192414.598000', '192414.601000', '192414.603000', '192414.606000', '192414.608000', '192414.611000', '192414.614000', '192414.616000', '192414.619000', '192414.622000', '192414.624000', '192434.505000', '192434.507000', '192434.510000', '192434.513000', '192434.515000', '192434.518000', '192434.520000', '192434.523000', '192434.526000', '192434.528000', '192434.531000', '192434.533000', '192434.536000', '192434.539000', '192434.541000', '192434.544000', '192434.546000', '192434.549000', '192434.552000', '192434.554000', '192434.557000', '192434.560000', '192434.562000', '192434.565000', '192434.568000', '192434.570000', '192434.573000', '192434.576000', '192434.578000', '192434.581000', '192434.584000', '192434.586000', '192434.589000', '192434.591000', '192434.594000', '192434.597000', '192434.599000', '192434.602000', '192434.604000', '192434.607000', '192434.610000', '192434.613000', '192434.615000', '192434.618000', '192454.505000', '192454.508000', '192454.510000', '192454.513000', '192454.515000', '192454.518000', '192454.521000', '192454.523000', '192454.526000', '192454.528000', '192454.531000', '192454.534000', '192454.536000', '192454.539000', '192454.541000', '192454.544000', '192454.546000', '192454.549000', '192454.552000', '192454.554000', '192454.557000', '192454.560000', '192454.562000', '192454.565000', '192454.567000', '192454.570000', '192454.572000', '192454.575000', '192454.578000', '192454.580000', '192454.583000', '192454.585000', '192454.588000', '192454.591000', '192454.593000', '192454.596000', '192454.598000', '192454.601000', '192454.603000', '192454.606000', '192454.609000', '192454.611000', '192454.614000', '192514.504000', '192514.507000', '192514.510000', '192514.512000', '192514.515000', '192514.518000', '192514.520000', '192514.523000', '192514.525000', '192514.528000', '192514.531000', '192514.533000', '192514.536000', '192514.539000', '192514.541000', '192514.544000', '192514.546000', '192514.549000', '192514.551000', '192514.554000', '192514.557000', '192514.559000', '192514.562000', '192514.565000', '192514.567000', '192514.570000', '192514.572000', '192514.575000', '192514.577000', '192514.580000', '192514.583000', '192514.585000', '192514.588000', '192514.601000', '192514.604000', '192514.606000', '192514.609000', '192514.611000', '192514.614000', '192514.617000', '192514.619000', '192514.622000', '192514.624000', '192514.627000', '192534.503000', '192534.506000', '192534.509000', '192534.512000', '192534.514000', '192534.517000', '192534.519000', '192534.522000', '192534.524000', '192534.527000', '192534.530000', '192534.532000', '192534.535000', '192534.537000', '192534.540000', '192534.543000', '192534.545000', '192534.548000', '192534.550000', '192534.553000', '192534.555000', '192534.558000', '192534.561000', '192534.563000', '192534.566000', '192534.568000', '192534.571000', '192534.574000', '192534.576000', '192534.579000', '192534.581000', '192534.584000', '192534.587000', '192534.589000', '192534.592000', '192534.594000', '192534.597000', '192534.600000', '192534.602000', '192534.605000', '192534.607000', '192534.610000', '192534.613000', '192554.503000', '192554.506000', '192554.509000', '192554.512000', '192554.515000', '192554.517000', '192554.520000', '192554.522000', '192554.525000', '192554.527000', '192554.530000', '192554.532000', '192554.535000', '192554.538000', '192554.540000', '192554.543000', '192554.545000', '192554.548000', '192554.551000', '192554.553000', '192554.556000', '192554.558000', '192554.561000', '192554.564000', '192554.566000', '192554.569000', '192554.571000', '192554.574000', '192554.576000', '192554.579000', '192554.581000', '192554.584000', '192554.587000', '192554.589000', '192554.592000', '192554.594000', '192554.597000', '192554.600000', '192554.602000', '192554.605000', '192554.608000', '192554.611000', '192554.613000', '192554.616000', '192614.503000', '192614.507000', '192614.509000', '192614.512000', '192614.515000', '192614.517000', '192614.520000', '192614.522000', '192614.525000', '192614.527000', '192614.530000', '192614.532000', '192614.535000', '192614.537000', '192614.540000', '192614.543000', '192614.545000', '192614.548000', '192614.551000', '192614.553000', '192614.556000', '192614.559000', '192614.561000', '192614.564000', '192614.566000', '192614.569000', '192614.571000', '192614.574000', '192614.576000', '192614.579000', '192614.582000', '192614.584000', '192614.587000', '192614.590000', '192614.592000', '192614.595000', '192614.597000', '192614.600000', '192614.602000', '192614.605000', '192614.608000', '192614.610000', '192614.613000', '192634.504000', '192634.507000', '192634.510000', '192634.513000', '192634.516000', '192634.518000', '192634.521000', '192634.524000', '192634.527000', '192634.529000', '192634.532000', '192634.535000', '192634.537000', '192634.540000', '192634.543000', '192634.545000', '192634.548000', '192634.551000', '192634.553000', '192634.556000', '192634.558000', '192634.561000', '192634.563000', '192634.566000', '192634.568000', '192634.571000', '192634.574000', '192634.576000', '192634.579000', '192634.581000', '192634.584000', '192634.587000', '192634.589000', '192634.592000', '192634.594000', '192634.597000', '192634.599000', '192634.602000', '192634.605000', '192634.607000', '192634.610000', '192634.613000', '192634.615000', '192634.618000', '192654.504000', '192654.507000', '192654.510000', '192654.513000', '192654.515000', '192654.518000', '192654.520000', '192654.523000', '192654.526000', '192654.528000', '192654.531000', '192654.534000', '192654.536000', '192654.539000', '192654.553000', '192654.556000', '192654.559000', '192654.561000', '192654.564000', '192654.566000', '192654.569000', '192654.571000', '192654.574000', '192654.576000', '192654.579000', '192654.582000', '192654.584000', '192654.587000', '192654.589000', '192654.592000', '192654.595000', '192654.597000', '192654.600000', '192654.602000', '192654.605000', '192654.608000', '192654.610000', '192654.613000', '192654.615000', '192654.618000', '192654.620000', '192654.623000', '192654.626000', '192714.504000', '192714.507000', '192714.510000', '192714.512000', '192714.515000', '192714.518000', '192714.520000', '192714.523000', '192714.525000', '192714.528000', '192714.531000', '192714.533000', '192714.536000', '192714.538000', '192714.541000', '192714.544000', '192714.546000', '192714.549000', '192714.551000', '192714.554000', '192714.557000', '192714.559000', '192714.562000', '192714.564000', '192714.567000', '192714.570000', '192714.572000', '192714.575000', '192714.577000', '192714.580000', '192714.583000', '192714.585000', '192714.588000', '192714.591000', '192714.593000', '192714.596000', '192714.599000', '192714.601000', '192714.604000', '192714.607000', '192714.609000', '192714.612000', '192714.615000', '192714.617000', '192734.505000', '192734.507000', '192734.510000', '192734.513000', '192734.515000', '192734.518000', '192734.521000', '192734.523000', '192734.526000', '192734.529000', '192734.531000', '192734.534000', '192734.536000', '192734.539000', '192734.541000', '192734.544000', '192734.547000', '192734.549000', '192734.552000', '192734.554000', '192734.557000', '192734.559000', '192734.562000', '192734.565000', '192734.567000', '192734.570000', '192734.572000', '192734.575000', '192734.578000', '192734.580000', '192734.583000', '192734.586000', '192734.588000', '192734.591000', '192734.593000', '192734.596000', '192734.599000', '192734.601000', '192734.604000', '192734.607000', '192734.609000', '192734.612000', '192734.614000', '192754.503000', '192754.506000', '192754.509000', '192754.511000', '192754.514000', '192754.517000', '192754.519000', '192754.523000', '192754.526000', '192754.528000', '192754.531000', '192754.533000', '192754.536000', '192754.539000', '192754.541000', '192754.544000', '192754.546000', '192754.549000', '192754.552000', '192754.554000', '192754.557000', '192754.559000', '192754.562000', '192754.564000', '192754.567000', '192754.570000', '192754.572000', '192754.575000', '192754.578000', '192754.580000', '192754.583000', '192754.586000', '192754.588000', '192754.591000', '192754.593000', '192754.596000', '192754.599000', '192754.601000', '192754.604000', '192754.606000', '192754.610000', '192754.612000', '192754.615000', '192754.617000', '192814.504000', '192814.506000', '192814.509000', '192814.512000', '192814.514000', '192814.517000', '192814.519000', '192814.522000', '192814.524000', '192814.527000', '192814.530000', '192814.532000', '192814.535000', '192814.538000', '192814.540000', '192814.543000', '192814.545000', '192814.548000', '192814.550000', '192814.553000', '192814.556000', '192814.558000', '192814.561000', '192814.563000', '192814.566000', '192814.568000', '192814.571000', '192814.574000', '192814.576000', '192814.579000', '192814.582000', '192814.584000', '192814.587000', '192814.589000', '192814.592000', '192814.594000', '192814.597000', '192814.600000', '192814.603000', '192814.613000', '192814.616000', '192814.619000', '192814.621000', '192834.504000', '192834.506000', '192834.509000', '192834.512000', '192834.514000', '192834.517000', '192834.520000', '192834.522000', '192834.525000', '192834.528000', '192834.530000', '192834.533000', '192834.536000', '192834.538000', '192834.541000', '192834.543000', '192834.546000', '192834.549000', '192834.551000', '192834.554000', '192834.556000', '192834.559000', '192834.562000', '192834.565000', '192834.567000', '192834.570000', '192834.572000', '192834.575000', '192834.578000', '192834.580000', '192834.583000', '192834.586000', '192834.588000', '192834.591000', '192834.593000', '192834.596000', '192834.599000', '192834.601000', '192834.604000', '192834.607000', '192834.609000', '192834.612000', '192834.614000', '192834.617000', '192854.504000', '192854.507000', '192854.510000', '192854.513000', '192854.515000', '192854.518000', '192854.520000', '192854.523000', '192854.525000', '192854.528000', '192854.531000', '192854.533000', '192854.536000', '192854.538000', '192854.541000', '192854.543000', '192854.546000', '192854.549000', '192854.551000', '192854.554000', '192854.556000', '192854.559000', '192854.561000', '192854.564000', '192854.567000', '192854.569000', '192854.572000', '192854.574000', '192854.577000', '192854.579000', '192854.582000', '192854.584000', '192854.587000', '192854.589000', '192854.592000', '192854.594000', '192854.597000', '192854.600000', '192854.603000', '192854.605000', '192854.608000', '192854.610000', '192854.613000', '192914.504000', '192914.507000', '192914.510000', '192914.512000', '192914.515000', '192914.518000', '192914.520000', '192914.523000', '192914.525000', '192914.528000', '192914.531000', '192914.533000', '192914.536000', '192914.539000', '192914.541000', '192914.544000', '192914.547000', '192914.549000', '192914.552000', '192914.554000', '192914.557000', '192914.561000', '192914.564000', '192914.566000', '192914.569000', '192914.572000', '192914.574000', '192914.577000', '192914.580000', '192914.582000', '192914.585000', '192914.588000', '192914.590000', '192914.593000', '192914.596000', '192914.598000', '192914.601000', '192914.604000', '192914.606000', '192914.609000', '192914.612000', '192914.614000', '192914.617000', '192934.504000', '192934.507000', '192934.510000', '192934.513000', '192934.515000', '192934.518000', '192934.520000', '192934.523000', '192934.526000', '192934.528000', '192934.531000', '192934.533000', '192934.536000', '192934.539000', '192934.541000', '192934.544000', '192934.546000', '192934.549000', '192934.552000', '192934.554000', '192934.557000', '192934.559000', '192934.562000', '192934.564000', '192934.567000', '192934.570000', '192934.572000', '192934.575000', '192934.577000', '192934.580000', '192934.583000', '192934.585000', '192934.588000', '192934.591000', '192934.593000', '192934.596000', '192934.629000', '192934.632000', '192934.635000', '192934.638000', '192934.640000', '192934.643000', '192934.645000', '192934.648000', '192954.504000', '192954.507000', '192954.510000', '192954.513000', '192954.516000', '192954.518000', '192954.521000', '192954.524000', '192954.527000', '192954.530000', '192954.532000', '192954.535000', '192954.537000', '192954.540000', '192954.542000', '192954.545000', '192954.548000', '192954.550000', '192954.553000', '192954.555000', '192954.558000', '192954.560000', '192954.563000', '192954.566000', '192954.568000', '192954.571000', '192954.574000', '192954.576000', '192954.579000', '192954.581000', '192954.584000', '192954.586000', '192954.589000', '192954.592000', '192954.594000', '192954.597000', '192954.600000', '192954.602000', '192954.605000', '192954.607000', '192954.610000', '192954.613000', '192954.615000', '193014.504000', '193014.507000', '193014.509000', '193014.512000', '193014.514000', '193014.517000', '193014.520000', '193014.522000', '193014.525000', '193014.527000', '193014.530000', '193014.533000', '193014.535000', '193014.538000', '193014.540000', '193014.543000', '193014.545000', '193014.548000', '193014.551000', '193014.553000', '193014.556000', '193014.558000', '193014.561000', '193014.564000', '193014.566000', '193014.569000', '193014.571000', '193014.574000', '193014.577000', '193014.579000', '193014.582000', '193014.584000', '193014.587000', '193014.589000', '193014.592000', '193014.595000', '193014.597000', '193014.600000', '193014.603000', '193014.605000', '193014.608000', '193014.610000', '193014.613000', '193014.616000', '193034.504000', '193034.507000', '193034.509000', '193034.512000', '193034.514000', '193034.517000', '193034.520000', '193034.522000', '193034.525000', '193034.528000', '193034.530000', '193034.533000', '193034.536000', '193034.539000', '193034.541000', '193034.544000', '193034.547000', '193034.550000', '193034.552000', '193034.555000', '193034.558000', '193034.560000', '193034.563000', '193034.565000', '193034.568000', '193034.571000', '193034.573000', '193034.576000', '193034.578000', '193034.581000', '193034.584000', '193034.586000', '193034.589000', '193034.591000', '193034.594000', '193034.597000', '193034.600000', '193034.603000', '193034.606000', '193034.609000', '193034.611000', '193034.614000', '193034.617000', '193054.503000', '193054.506000', '193054.509000', '193054.512000', '193054.514000', '193054.517000', '193054.519000', '193054.522000', '193054.525000', '193054.527000', '193054.530000', '193054.532000', '193054.535000', '193054.538000', '193054.540000', '193054.543000', '193054.545000', '193054.548000', '193054.550000', '193054.553000', '193054.556000', '193054.566000', '193054.569000', '193054.571000', '193054.574000', '193054.577000', '193054.580000', '193054.582000', '193054.585000', '193054.587000', '193054.590000', '193054.593000', '193054.595000', '193054.598000', '193054.601000', '193054.603000', '193054.606000', '193054.608000', '193054.611000', '193054.613000', '193054.616000', '193054.618000', '193054.621000', '193054.623000', '193114.505000', '193114.508000', '193114.510000', '193114.513000', '193114.516000', '193114.518000', '193114.521000', '193114.523000', '193114.526000', '193114.528000', '193114.531000', '193114.534000', '193114.536000', '193114.539000', '193114.541000', '193114.544000', '193114.546000', '193114.552000', '193114.555000', '193114.557000', '193114.560000', '193114.563000', '193114.565000', '193114.568000', '193114.570000', '193114.573000', '193114.576000', '193114.578000', '193114.581000', '193114.583000', '193114.586000', '193114.589000', '193114.592000', '193114.595000', '193114.598000', '193114.601000', '193114.604000', '193114.606000', '193114.609000', '193114.611000', '193114.614000', '193114.617000', '193114.619000', '193134.505000', '193134.508000', '193134.510000', '193134.513000', '193134.516000', '193134.518000', '193134.521000', '193134.523000', '193134.526000', '193134.529000', '193134.531000', '193134.534000', '193134.536000', '193134.539000', '193134.542000', '193134.544000', '193134.547000', '193134.550000', '193134.552000', '193134.555000', '193134.558000', '193134.560000', '193134.563000', '193134.565000', '193134.568000', '193134.570000', '193134.573000', '193134.576000', '193134.578000', '193134.581000', '193134.583000', '193134.586000', '193134.589000', '193134.591000', '193134.594000', '193134.596000', '193134.599000', '193134.602000', '193134.604000', '193134.607000', '193134.609000', '193134.612000', '193134.614000', '193134.617000', '193154.505000', '193154.508000', '193154.510000', '193154.513000', '193154.516000', '193154.518000', '193154.521000', '193154.523000', '193154.526000', '193154.529000', '193154.531000', '193154.534000', '193154.559000', '193154.562000', '193154.565000', '193154.567000', '193154.570000', '193154.573000', '193154.575000', '193154.578000', '193154.580000', '193154.583000', '193154.586000', '193154.588000', '193154.591000', '193154.593000', '193154.596000', '193154.598000', '193154.602000', '193154.604000', '193154.607000', '193154.610000', '193154.612000', '193154.615000', '193154.618000', '193154.620000', '193154.623000', '193154.625000', '193154.628000', '193154.631000', '193154.633000', '193154.636000', '193154.638000', '193214.505000', '193214.508000', '193214.510000', '193214.513000', '193214.515000', '193214.518000', '193214.520000', '193214.523000', '193214.526000', '193214.528000', '193214.531000', '193214.533000', '193214.536000', '193214.539000', '193214.541000', '193214.544000', '193214.546000', '193214.549000', '193214.552000', '193214.554000', '193214.557000', '193214.559000', '193214.562000', '193214.564000', '193214.567000', '193214.570000', '193214.572000', '193214.575000', '193214.577000', '193214.590000', '193214.593000', '193214.595000', '193214.598000', '193214.601000', '193214.603000', '193214.606000', '193214.608000', '193214.611000', '193214.613000', '193214.616000', '193214.619000', '193214.621000', '193214.624000', '193214.633000', '193234.504000', '193234.507000', '193234.509000', '193234.512000', '193234.515000', '193234.517000', '193234.520000', '193234.522000', '193234.525000', '193234.527000', '193234.530000', '193234.533000', '193234.535000', '193234.538000', '193234.541000', '193234.543000', '193234.546000', '193234.548000', '193234.551000', '193234.554000', '193234.556000', '193234.559000', '193234.561000', '193234.564000', '193234.566000', '193234.569000', '193234.572000', '193234.574000', '193234.577000', '193234.580000', '193234.583000', '193234.586000', '193234.589000', '193234.592000', '193234.595000', '193234.597000', '193234.600000', '193234.603000', '193234.605000', '193234.608000', '193234.610000', '193234.613000', '193234.616000', '193254.504000', '193254.506000', '193254.509000', '193254.512000', '193254.514000', '193254.517000', '193254.520000', '193254.522000', '193254.525000', '193254.527000', '193254.530000', '193254.532000', '193254.535000', '193254.538000', '193254.540000', '193254.543000', '193254.545000', '193254.548000', '193254.551000', '193254.553000', '193254.556000', '193254.559000', '193254.561000', '193254.564000', '193254.566000', '193254.569000', '193254.572000', '193254.574000', '193254.577000', '193254.579000', '193254.582000', '193254.585000', '193254.587000', '193254.590000', '193254.592000', '193254.595000', '193254.597000', '193254.600000', '193254.603000', '193254.606000', '193254.608000', '193254.611000', '193254.613000', '193254.616000', '193314.504000', '193314.506000', '193314.509000', '193314.512000', '193314.514000', '193314.517000', '193314.519000', '193314.522000', '193314.534000', '193314.537000', '193314.539000', '193314.542000', '193314.544000', '193314.547000', '193314.550000', '193314.552000', '193314.555000', '193314.557000', '193314.560000', '193314.563000', '193314.565000', '193314.568000', '193314.570000', '193314.573000', '193314.575000', '193314.578000', '193314.581000', '193314.583000', '193314.586000', '193314.588000', '193314.591000', '193314.593000', '193314.596000', '193314.599000', '193314.601000', '193314.604000', '193314.607000', '193314.609000', '193314.612000', '193314.614000', '193314.617000', '193314.619000', '193314.622000', '193334.504000', '193334.507000', '193334.510000', '193334.513000', '193334.515000', '193334.518000', '193334.520000', '193334.523000', '193334.526000', '193334.528000', '193334.531000', '193334.533000', '193334.544000', '193334.546000', '193334.549000', '193334.552000', '193334.554000', '193334.557000', '193334.559000', '193334.562000', '193334.565000', '193334.567000', '193334.570000', '193334.573000', '193334.575000', '193334.578000', '193334.581000', '193334.583000', '193334.586000', '193334.588000', '193334.591000', '193334.594000', '193334.596000', '193334.599000', '193334.602000', '193334.604000', '193334.607000', '193334.610000', '193334.612000', '193334.615000', '193334.618000', '193334.620000', '193334.625000', '193334.628000', '193354.505000', '193354.508000', '193354.510000', '193354.513000', '193354.516000', '193354.518000', '193354.521000', '193354.523000', '193354.526000', '193354.529000', '193354.531000', '193354.534000', '193354.536000', '193354.539000', '193354.542000', '193354.544000', '193354.547000', '193354.549000', '193354.552000', '193354.555000', '193354.557000', '193354.560000', '193354.563000', '193354.565000', '193354.568000', '193354.571000', '193354.573000', '193354.576000', '193354.578000', '193354.581000', '193354.583000', '193354.586000', '193354.589000', '193354.591000', '193354.594000', '193354.596000', '193354.599000', '193354.602000', '193354.604000', '193354.607000', '193354.609000', '193354.612000', '193354.615000', '193414.505000', '193414.508000', '193414.510000', '193414.513000', '193414.515000', '193414.518000', '193414.520000', '193414.523000', '193414.526000', '193414.528000', '193414.531000', '193414.533000', '193414.536000', '193414.539000', '193414.541000', '193414.544000', '193414.546000', '193414.549000', '193414.552000', '193414.554000', '193414.557000', '193414.559000', '193414.562000', '193414.564000', '193414.567000', '193414.570000', '193414.572000', '193414.575000', '193414.578000', '193414.580000', '193414.583000', '193414.586000', '193414.588000', '193414.591000', '193414.593000', '193414.596000', '193414.599000', '193414.601000', '193414.604000', '193414.606000', '193414.609000', '193414.611000', '193414.614000', '193414.617000', '193434.505000', '193434.508000', '193434.510000', '193434.513000', '193434.515000', '193434.518000', '193434.521000', '193434.523000', '193434.526000', '193434.529000', '193434.531000', '193434.534000', '193434.536000', '193434.539000', '193434.541000', '193434.544000', '193434.547000', '193434.549000', '193434.552000', '193434.554000', '193434.557000', '193434.560000', '193434.562000', '193434.565000', '193434.567000', '193434.570000', '193434.573000', '193434.575000', '193434.578000', '193434.580000', '193434.583000', '193434.586000', '193434.588000', '193434.591000', '193434.593000', '193434.596000', '193434.598000', '193434.601000', '193434.604000', '193434.606000', '193434.609000', '193434.612000', '193434.614000', '193454.504000', '193454.507000', '193454.509000', '193454.512000', '193454.514000', '193454.517000', '193454.519000', '193454.522000', '193454.525000', '193454.527000', '193454.530000', '193454.533000', '193454.535000', '193454.538000', '193454.540000', '193454.543000', '193454.546000', '193454.548000', '193454.551000', '193454.553000', '193454.556000', '193454.559000', '193454.561000', '193454.564000', '193454.566000', '193454.569000', '193454.572000', '193454.574000', '193454.577000', '193454.579000', '193454.582000', '193454.585000', '193454.587000', '193454.590000', '193454.592000', '193454.595000', '193454.597000', '193454.600000', '193454.603000', '193454.605000', '193454.608000', '193454.611000', '193454.613000', '193454.616000', '193514.246000', '193514.248000', '193514.251000', '193514.254000', '193514.256000', '193514.259000', '193514.261000', '193514.264000', '193514.267000', '193514.269000', '193514.272000', '193514.275000', '193514.277000', '193514.280000', '193514.282000', '193514.285000', '193514.288000', '193514.290000', '193514.293000', '193514.296000', '193514.299000', '193514.301000', '193514.304000', '193514.307000', '193514.309000', '193514.312000', '193514.314000', '193514.317000', '193514.320000', '193514.323000', '193514.325000', '193514.328000', '193514.330000', '193514.333000', '193514.336000', '193514.338000', '193514.341000', '193514.344000', '193514.346000', '193514.349000', '193514.351000', '193514.354000', '193514.357000'], 'InstanceCreationTime': ['192254.564000', '192254.568000', '192254.571000', '192254.573000', '192254.576000', '192254.579000', '192254.581000', '192254.584000', '192254.586000', '192254.589000', '192254.592000', '192254.594000', '192254.597000', '192254.600000', '192254.603000', '192254.606000', '192254.609000', '192254.611000', '192254.614000', '192254.618000', '192254.620000', '192254.623000', '192254.626000', '192254.628000', '192254.631000', '192254.633000', '192254.636000', '192254.638000', '192254.641000', '192254.643000', '192254.646000', '192314.503000', '192314.506000', '192314.509000', '192314.512000', '192314.516000', '192314.519000', '192314.522000', '192314.524000', '192314.527000', '192314.530000', '192314.532000', '192314.535000', '192314.537000', '192314.540000', '192314.543000', '192314.545000', '192314.548000', '192314.551000', '192314.553000', '192314.556000', '192314.558000', '192314.561000', '192314.564000', '192314.566000', '192314.569000', '192314.572000', '192314.575000', '192314.577000', '192314.580000', '192314.583000', '192314.585000', '192314.588000', '192314.590000', '192314.593000', '192314.595000', '192314.598000', '192314.601000', '192314.603000', '192314.606000', '192314.608000', '192314.611000', '192314.614000', '192314.616000', '192314.619000', '192334.503000', '192334.507000', '192334.509000', '192334.512000', '192334.514000', '192334.517000', '192334.519000', '192334.522000', '192334.525000', '192334.527000', '192334.538000', '192334.541000', '192334.543000', '192334.546000', '192334.549000', '192334.551000', '192334.554000', '192334.557000', '192334.559000', '192334.562000', '192334.565000', '192334.568000', '192334.571000', '192334.574000', '192334.577000', '192334.581000', '192334.583000', '192334.586000', '192334.589000', '192334.591000', '192334.594000', '192334.596000', '192334.600000', '192334.602000', '192334.605000', '192334.607000', '192334.610000', '192334.626000', '192334.628000', '192334.631000', '192334.634000', '192334.636000', '192334.639000', '192354.503000', '192354.517000', '192354.520000', '192354.522000', '192354.525000', '192354.528000', '192354.530000', '192354.533000', '192354.535000', '192354.538000', '192354.541000', '192354.543000', '192354.546000', '192354.548000', '192354.551000', '192354.554000', '192354.556000', '192354.559000', '192354.561000', '192354.564000', '192354.566000', '192354.569000', '192354.572000', '192354.574000', '192354.577000', '192354.579000', '192354.582000', '192354.585000', '192354.587000', '192354.590000', '192354.592000', '192354.595000', '192354.597000', '192354.600000', '192354.603000', '192354.605000', '192354.608000', '192354.610000', '192354.613000', '192354.616000', '192354.618000', '192354.621000', '192354.623000', '192354.626000', '192414.503000', '192414.506000', '192414.509000', '192414.512000', '192414.514000', '192414.517000', '192414.519000', '192414.522000', '192414.525000', '192414.527000', '192414.530000', '192414.532000', '192414.535000', '192414.538000', '192414.540000', '192414.543000', '192414.546000', '192414.548000', '192414.551000', '192414.553000', '192414.565000', '192414.568000', '192414.571000', '192414.573000', '192414.576000', '192414.579000', '192414.581000', '192414.585000', '192414.588000', '192414.590000', '192414.593000', '192414.595000', '192414.598000', '192414.601000', '192414.603000', '192414.606000', '192414.608000', '192414.611000', '192414.614000', '192414.616000', '192414.619000', '192414.622000', '192414.624000', '192434.505000', '192434.507000', '192434.510000', '192434.513000', '192434.515000', '192434.518000', '192434.520000', '192434.523000', '192434.526000', '192434.528000', '192434.531000', '192434.533000', '192434.536000', '192434.539000', '192434.541000', '192434.544000', '192434.546000', '192434.549000', '192434.552000', '192434.554000', '192434.557000', '192434.560000', '192434.562000', '192434.565000', '192434.568000', '192434.570000', '192434.573000', '192434.576000', '192434.578000', '192434.581000', '192434.584000', '192434.586000', '192434.589000', '192434.591000', '192434.594000', '192434.597000', '192434.599000', '192434.602000', '192434.604000', '192434.607000', '192434.610000', '192434.613000', '192434.615000', '192434.618000', '192454.505000', '192454.508000', '192454.510000', '192454.513000', '192454.515000', '192454.518000', '192454.521000', '192454.523000', '192454.526000', '192454.528000', '192454.531000', '192454.534000', '192454.536000', '192454.539000', '192454.541000', '192454.544000', '192454.546000', '192454.549000', '192454.552000', '192454.554000', '192454.557000', '192454.560000', '192454.562000', '192454.565000', '192454.567000', '192454.570000', '192454.572000', '192454.575000', '192454.578000', '192454.580000', '192454.583000', '192454.585000', '192454.588000', '192454.591000', '192454.593000', '192454.596000', '192454.598000', '192454.601000', '192454.603000', '192454.606000', '192454.609000', '192454.611000', '192454.614000', '192514.504000', '192514.507000', '192514.510000', '192514.512000', '192514.515000', '192514.518000', '192514.520000', '192514.523000', '192514.525000', '192514.528000', '192514.531000', '192514.533000', '192514.536000', '192514.539000', '192514.541000', '192514.544000', '192514.546000', '192514.549000', '192514.551000', '192514.554000', '192514.557000', '192514.559000', '192514.562000', '192514.565000', '192514.567000', '192514.570000', '192514.572000', '192514.575000', '192514.577000', '192514.580000', '192514.583000', '192514.585000', '192514.588000', '192514.601000', '192514.604000', '192514.606000', '192514.609000', '192514.611000', '192514.614000', '192514.617000', '192514.619000', '192514.622000', '192514.624000', '192514.627000', '192534.503000', '192534.506000', '192534.509000', '192534.512000', '192534.514000', '192534.517000', '192534.519000', '192534.522000', '192534.524000', '192534.527000', '192534.530000', '192534.532000', '192534.535000', '192534.537000', '192534.540000', '192534.543000', '192534.545000', '192534.548000', '192534.550000', '192534.553000', '192534.555000', '192534.558000', '192534.561000', '192534.563000', '192534.566000', '192534.568000', '192534.571000', '192534.574000', '192534.576000', '192534.579000', '192534.581000', '192534.584000', '192534.587000', '192534.589000', '192534.592000', '192534.594000', '192534.597000', '192534.600000', '192534.602000', '192534.605000', '192534.607000', '192534.610000', '192534.613000', '192554.503000', '192554.506000', '192554.509000', '192554.512000', '192554.515000', '192554.517000', '192554.520000', '192554.522000', '192554.525000', '192554.527000', '192554.530000', '192554.532000', '192554.535000', '192554.538000', '192554.540000', '192554.543000', '192554.545000', '192554.548000', '192554.551000', '192554.553000', '192554.556000', '192554.558000', '192554.561000', '192554.564000', '192554.566000', '192554.569000', '192554.571000', '192554.574000', '192554.576000', '192554.579000', '192554.581000', '192554.584000', '192554.587000', '192554.589000', '192554.592000', '192554.594000', '192554.597000', '192554.600000', '192554.602000', '192554.605000', '192554.608000', '192554.611000', '192554.613000', '192554.616000', '192614.503000', '192614.507000', '192614.509000', '192614.512000', '192614.515000', '192614.517000', '192614.520000', '192614.522000', '192614.525000', '192614.527000', '192614.530000', '192614.532000', '192614.535000', '192614.537000', '192614.540000', '192614.543000', '192614.545000', '192614.548000', '192614.551000', '192614.553000', '192614.556000', '192614.559000', '192614.561000', '192614.564000', '192614.566000', '192614.569000', '192614.571000', '192614.574000', '192614.576000', '192614.579000', '192614.582000', '192614.584000', '192614.587000', '192614.590000', '192614.592000', '192614.595000', '192614.597000', '192614.600000', '192614.602000', '192614.605000', '192614.608000', '192614.610000', '192614.613000', '192634.504000', '192634.507000', '192634.510000', '192634.513000', '192634.516000', '192634.518000', '192634.521000', '192634.524000', '192634.527000', '192634.529000', '192634.532000', '192634.535000', '192634.537000', '192634.540000', '192634.543000', '192634.545000', '192634.548000', '192634.551000', '192634.553000', '192634.556000', '192634.558000', '192634.561000', '192634.563000', '192634.566000', '192634.568000', '192634.571000', '192634.574000', '192634.576000', '192634.579000', '192634.581000', '192634.584000', '192634.587000', '192634.589000', '192634.592000', '192634.594000', '192634.597000', '192634.599000', '192634.602000', '192634.605000', '192634.607000', '192634.610000', '192634.613000', '192634.615000', '192634.618000', '192654.504000', '192654.507000', '192654.510000', '192654.513000', '192654.515000', '192654.518000', '192654.520000', '192654.523000', '192654.526000', '192654.528000', '192654.531000', '192654.534000', '192654.536000', '192654.539000', '192654.553000', '192654.556000', '192654.559000', '192654.561000', '192654.564000', '192654.566000', '192654.569000', '192654.571000', '192654.574000', '192654.576000', '192654.579000', '192654.582000', '192654.584000', '192654.587000', '192654.589000', '192654.592000', '192654.595000', '192654.597000', '192654.600000', '192654.602000', '192654.605000', '192654.608000', '192654.610000', '192654.613000', '192654.615000', '192654.618000', '192654.620000', '192654.623000', '192654.626000', '192714.504000', '192714.507000', '192714.510000', '192714.512000', '192714.515000', '192714.518000', '192714.520000', '192714.523000', '192714.525000', '192714.528000', '192714.531000', '192714.533000', '192714.536000', '192714.538000', '192714.541000', '192714.544000', '192714.546000', '192714.549000', '192714.551000', '192714.554000', '192714.557000', '192714.559000', '192714.562000', '192714.564000', '192714.567000', '192714.570000', '192714.572000', '192714.575000', '192714.577000', '192714.580000', '192714.583000', '192714.585000', '192714.588000', '192714.591000', '192714.593000', '192714.596000', '192714.599000', '192714.601000', '192714.604000', '192714.607000', '192714.609000', '192714.612000', '192714.615000', '192714.617000', '192734.505000', '192734.507000', '192734.510000', '192734.513000', '192734.515000', '192734.518000', '192734.521000', '192734.523000', '192734.526000', '192734.529000', '192734.531000', '192734.534000', '192734.536000', '192734.539000', '192734.541000', '192734.544000', '192734.547000', '192734.549000', '192734.552000', '192734.554000', '192734.557000', '192734.559000', '192734.562000', '192734.565000', '192734.567000', '192734.570000', '192734.572000', '192734.575000', '192734.578000', '192734.580000', '192734.583000', '192734.586000', '192734.588000', '192734.591000', '192734.593000', '192734.596000', '192734.599000', '192734.601000', '192734.604000', '192734.607000', '192734.609000', '192734.612000', '192734.614000', '192754.503000', '192754.506000', '192754.509000', '192754.511000', '192754.514000', '192754.517000', '192754.519000', '192754.523000', '192754.526000', '192754.528000', '192754.531000', '192754.533000', '192754.536000', '192754.539000', '192754.541000', '192754.544000', '192754.546000', '192754.549000', '192754.552000', '192754.554000', '192754.557000', '192754.559000', '192754.562000', '192754.564000', '192754.567000', '192754.570000', '192754.572000', '192754.575000', '192754.578000', '192754.580000', '192754.583000', '192754.586000', '192754.588000', '192754.591000', '192754.593000', '192754.596000', '192754.599000', '192754.601000', '192754.604000', '192754.606000', '192754.610000', '192754.612000', '192754.615000', '192754.617000', '192814.504000', '192814.506000', '192814.509000', '192814.512000', '192814.514000', '192814.517000', '192814.519000', '192814.522000', '192814.524000', '192814.527000', '192814.530000', '192814.532000', '192814.535000', '192814.538000', '192814.540000', '192814.543000', '192814.545000', '192814.548000', '192814.550000', '192814.553000', '192814.556000', '192814.558000', '192814.561000', '192814.563000', '192814.566000', '192814.568000', '192814.571000', '192814.574000', '192814.576000', '192814.579000', '192814.582000', '192814.584000', '192814.587000', '192814.589000', '192814.592000', '192814.594000', '192814.597000', '192814.600000', '192814.603000', '192814.613000', '192814.616000', '192814.619000', '192814.621000', '192834.504000', '192834.506000', '192834.509000', '192834.512000', '192834.514000', '192834.517000', '192834.520000', '192834.522000', '192834.525000', '192834.528000', '192834.530000', '192834.533000', '192834.536000', '192834.538000', '192834.541000', '192834.543000', '192834.546000', '192834.549000', '192834.551000', '192834.554000', '192834.556000', '192834.559000', '192834.562000', '192834.565000', '192834.567000', '192834.570000', '192834.572000', '192834.575000', '192834.578000', '192834.580000', '192834.583000', '192834.586000', '192834.588000', '192834.591000', '192834.593000', '192834.596000', '192834.599000', '192834.601000', '192834.604000', '192834.607000', '192834.609000', '192834.612000', '192834.614000', '192834.617000', '192854.504000', '192854.507000', '192854.510000', '192854.513000', '192854.515000', '192854.518000', '192854.520000', '192854.523000', '192854.525000', '192854.528000', '192854.531000', '192854.533000', '192854.536000', '192854.538000', '192854.541000', '192854.543000', '192854.546000', '192854.549000', '192854.551000', '192854.554000', '192854.556000', '192854.559000', '192854.561000', '192854.564000', '192854.567000', '192854.569000', '192854.572000', '192854.574000', '192854.577000', '192854.579000', '192854.582000', '192854.584000', '192854.587000', '192854.589000', '192854.592000', '192854.594000', '192854.597000', '192854.600000', '192854.603000', '192854.605000', '192854.608000', '192854.610000', '192854.613000', '192914.504000', '192914.507000', '192914.510000', '192914.512000', '192914.515000', '192914.518000', '192914.520000', '192914.523000', '192914.525000', '192914.528000', '192914.531000', '192914.533000', '192914.536000', '192914.539000', '192914.541000', '192914.544000', '192914.547000', '192914.549000', '192914.552000', '192914.554000', '192914.557000', '192914.561000', '192914.564000', '192914.566000', '192914.569000', '192914.572000', '192914.574000', '192914.577000', '192914.580000', '192914.582000', '192914.585000', '192914.588000', '192914.590000', '192914.593000', '192914.596000', '192914.598000', '192914.601000', '192914.604000', '192914.606000', '192914.609000', '192914.612000', '192914.614000', '192914.617000', '192934.504000', '192934.507000', '192934.510000', '192934.513000', '192934.515000', '192934.518000', '192934.520000', '192934.523000', '192934.526000', '192934.528000', '192934.531000', '192934.533000', '192934.536000', '192934.539000', '192934.541000', '192934.544000', '192934.546000', '192934.549000', '192934.552000', '192934.554000', '192934.557000', '192934.559000', '192934.562000', '192934.564000', '192934.567000', '192934.570000', '192934.572000', '192934.575000', '192934.577000', '192934.580000', '192934.583000', '192934.585000', '192934.588000', '192934.591000', '192934.593000', '192934.596000', '192934.629000', '192934.632000', '192934.635000', '192934.638000', '192934.640000', '192934.643000', '192934.645000', '192934.648000', '192954.504000', '192954.507000', '192954.510000', '192954.513000', '192954.516000', '192954.518000', '192954.521000', '192954.524000', '192954.527000', '192954.530000', '192954.532000', '192954.535000', '192954.537000', '192954.540000', '192954.542000', '192954.545000', '192954.548000', '192954.550000', '192954.553000', '192954.555000', '192954.558000', '192954.560000', '192954.563000', '192954.566000', '192954.568000', '192954.571000', '192954.574000', '192954.576000', '192954.579000', '192954.581000', '192954.584000', '192954.586000', '192954.589000', '192954.592000', '192954.594000', '192954.597000', '192954.600000', '192954.602000', '192954.605000', '192954.607000', '192954.610000', '192954.613000', '192954.615000', '193014.504000', '193014.507000', '193014.509000', '193014.512000', '193014.514000', '193014.517000', '193014.520000', '193014.522000', '193014.525000', '193014.527000', '193014.530000', '193014.533000', '193014.535000', '193014.538000', '193014.540000', '193014.543000', '193014.545000', '193014.548000', '193014.551000', '193014.553000', '193014.556000', '193014.558000', '193014.561000', '193014.564000', '193014.566000', '193014.569000', '193014.571000', '193014.574000', '193014.577000', '193014.579000', '193014.582000', '193014.584000', '193014.587000', '193014.589000', '193014.592000', '193014.595000', '193014.597000', '193014.600000', '193014.603000', '193014.605000', '193014.608000', '193014.610000', '193014.613000', '193014.616000', '193034.504000', '193034.507000', '193034.509000', '193034.512000', '193034.514000', '193034.517000', '193034.520000', '193034.522000', '193034.525000', '193034.528000', '193034.530000', '193034.533000', '193034.536000', '193034.539000', '193034.541000', '193034.544000', '193034.547000', '193034.550000', '193034.552000', '193034.555000', '193034.558000', '193034.560000', '193034.563000', '193034.565000', '193034.568000', '193034.571000', '193034.573000', '193034.576000', '193034.578000', '193034.581000', '193034.584000', '193034.586000', '193034.589000', '193034.591000', '193034.594000', '193034.597000', '193034.600000', '193034.603000', '193034.606000', '193034.609000', '193034.611000', '193034.614000', '193034.617000', '193054.503000', '193054.506000', '193054.509000', '193054.512000', '193054.514000', '193054.517000', '193054.519000', '193054.522000', '193054.525000', '193054.527000', '193054.530000', '193054.532000', '193054.535000', '193054.538000', '193054.540000', '193054.543000', '193054.545000', '193054.548000', '193054.550000', '193054.553000', '193054.556000', '193054.566000', '193054.569000', '193054.571000', '193054.574000', '193054.577000', '193054.580000', '193054.582000', '193054.585000', '193054.587000', '193054.590000', '193054.593000', '193054.595000', '193054.598000', '193054.601000', '193054.603000', '193054.606000', '193054.608000', '193054.611000', '193054.613000', '193054.616000', '193054.618000', '193054.621000', '193054.623000', '193114.505000', '193114.508000', '193114.510000', '193114.513000', '193114.516000', '193114.518000', '193114.521000', '193114.523000', '193114.526000', '193114.528000', '193114.531000', '193114.534000', '193114.536000', '193114.539000', '193114.541000', '193114.544000', '193114.546000', '193114.552000', '193114.555000', '193114.557000', '193114.560000', '193114.563000', '193114.565000', '193114.568000', '193114.570000', '193114.573000', '193114.576000', '193114.578000', '193114.581000', '193114.583000', '193114.586000', '193114.589000', '193114.592000', '193114.595000', '193114.598000', '193114.601000', '193114.604000', '193114.606000', '193114.609000', '193114.611000', '193114.614000', '193114.617000', '193114.619000', '193134.505000', '193134.508000', '193134.510000', '193134.513000', '193134.516000', '193134.518000', '193134.521000', '193134.523000', '193134.526000', '193134.529000', '193134.531000', '193134.534000', '193134.536000', '193134.539000', '193134.542000', '193134.544000', '193134.547000', '193134.550000', '193134.552000', '193134.555000', '193134.558000', '193134.560000', '193134.563000', '193134.565000', '193134.568000', '193134.570000', '193134.573000', '193134.576000', '193134.578000', '193134.581000', '193134.583000', '193134.586000', '193134.589000', '193134.591000', '193134.594000', '193134.596000', '193134.599000', '193134.602000', '193134.604000', '193134.607000', '193134.609000', '193134.612000', '193134.614000', '193134.617000', '193154.505000', '193154.508000', '193154.510000', '193154.513000', '193154.516000', '193154.518000', '193154.521000', '193154.523000', '193154.526000', '193154.529000', '193154.531000', '193154.534000', '193154.559000', '193154.562000', '193154.565000', '193154.567000', '193154.570000', '193154.573000', '193154.575000', '193154.578000', '193154.580000', '193154.583000', '193154.586000', '193154.588000', '193154.591000', '193154.593000', '193154.596000', '193154.598000', '193154.602000', '193154.604000', '193154.607000', '193154.610000', '193154.612000', '193154.615000', '193154.618000', '193154.620000', '193154.623000', '193154.625000', '193154.628000', '193154.631000', '193154.633000', '193154.636000', '193154.638000', '193214.505000', '193214.508000', '193214.510000', '193214.513000', '193214.515000', '193214.518000', '193214.520000', '193214.523000', '193214.526000', '193214.528000', '193214.531000', '193214.533000', '193214.536000', '193214.539000', '193214.541000', '193214.544000', '193214.546000', '193214.549000', '193214.552000', '193214.554000', '193214.557000', '193214.559000', '193214.562000', '193214.564000', '193214.567000', '193214.570000', '193214.572000', '193214.575000', '193214.577000', '193214.590000', '193214.593000', '193214.595000', '193214.598000', '193214.601000', '193214.603000', '193214.606000', '193214.608000', '193214.611000', '193214.613000', '193214.616000', '193214.619000', '193214.621000', '193214.624000', '193214.633000', '193234.504000', '193234.507000', '193234.509000', '193234.512000', '193234.515000', '193234.517000', '193234.520000', '193234.522000', '193234.525000', '193234.527000', '193234.530000', '193234.533000', '193234.535000', '193234.538000', '193234.541000', '193234.543000', '193234.546000', '193234.548000', '193234.551000', '193234.554000', '193234.556000', '193234.559000', '193234.561000', '193234.564000', '193234.566000', '193234.569000', '193234.572000', '193234.574000', '193234.577000', '193234.580000', '193234.583000', '193234.586000', '193234.589000', '193234.592000', '193234.595000', '193234.597000', '193234.600000', '193234.603000', '193234.605000', '193234.608000', '193234.610000', '193234.613000', '193234.616000', '193254.504000', '193254.506000', '193254.509000', '193254.512000', '193254.514000', '193254.517000', '193254.520000', '193254.522000', '193254.525000', '193254.527000', '193254.530000', '193254.532000', '193254.535000', '193254.538000', '193254.540000', '193254.543000', '193254.545000', '193254.548000', '193254.551000', '193254.553000', '193254.556000', '193254.559000', '193254.561000', '193254.564000', '193254.566000', '193254.569000', '193254.572000', '193254.574000', '193254.577000', '193254.579000', '193254.582000', '193254.585000', '193254.587000', '193254.590000', '193254.592000', '193254.595000', '193254.597000', '193254.600000', '193254.603000', '193254.606000', '193254.608000', '193254.611000', '193254.613000', '193254.616000', '193314.504000', '193314.506000', '193314.509000', '193314.512000', '193314.514000', '193314.517000', '193314.519000', '193314.522000', '193314.534000', '193314.537000', '193314.539000', '193314.542000', '193314.544000', '193314.547000', '193314.550000', '193314.552000', '193314.555000', '193314.557000', '193314.560000', '193314.563000', '193314.565000', '193314.568000', '193314.570000', '193314.573000', '193314.575000', '193314.578000', '193314.581000', '193314.583000', '193314.586000', '193314.588000', '193314.591000', '193314.593000', '193314.596000', '193314.599000', '193314.601000', '193314.604000', '193314.607000', '193314.609000', '193314.612000', '193314.614000', '193314.617000', '193314.619000', '193314.622000', '193334.504000', '193334.507000', '193334.510000', '193334.513000', '193334.515000', '193334.518000', '193334.520000', '193334.523000', '193334.526000', '193334.528000', '193334.531000', '193334.533000', '193334.544000', '193334.546000', '193334.549000', '193334.552000', '193334.554000', '193334.557000', '193334.559000', '193334.562000', '193334.565000', '193334.567000', '193334.570000', '193334.573000', '193334.575000', '193334.578000', '193334.581000', '193334.583000', '193334.586000', '193334.588000', '193334.591000', '193334.594000', '193334.596000', '193334.599000', '193334.602000', '193334.604000', '193334.607000', '193334.610000', '193334.612000', '193334.615000', '193334.618000', '193334.620000', '193334.625000', '193334.628000', '193354.505000', '193354.508000', '193354.510000', '193354.513000', '193354.516000', '193354.518000', '193354.521000', '193354.523000', '193354.526000', '193354.529000', '193354.531000', '193354.534000', '193354.536000', '193354.539000', '193354.542000', '193354.544000', '193354.547000', '193354.549000', '193354.552000', '193354.555000', '193354.557000', '193354.560000', '193354.563000', '193354.565000', '193354.568000', '193354.571000', '193354.573000', '193354.576000', '193354.578000', '193354.581000', '193354.583000', '193354.586000', '193354.589000', '193354.591000', '193354.594000', '193354.596000', '193354.599000', '193354.602000', '193354.604000', '193354.607000', '193354.609000', '193354.612000', '193354.615000', '193414.505000', '193414.508000', '193414.510000', '193414.513000', '193414.515000', '193414.518000', '193414.520000', '193414.523000', '193414.526000', '193414.528000', '193414.531000', '193414.533000', '193414.536000', '193414.539000', '193414.541000', '193414.544000', '193414.546000', '193414.549000', '193414.552000', '193414.554000', '193414.557000', '193414.559000', '193414.562000', '193414.564000', '193414.567000', '193414.570000', '193414.572000', '193414.575000', '193414.578000', '193414.580000', '193414.583000', '193414.586000', '193414.588000', '193414.591000', '193414.593000', '193414.596000', '193414.599000', '193414.601000', '193414.604000', '193414.606000', '193414.609000', '193414.611000', '193414.614000', '193414.617000', '193434.505000', '193434.508000', '193434.510000', '193434.513000', '193434.515000', '193434.518000', '193434.521000', '193434.523000', '193434.526000', '193434.529000', '193434.531000', '193434.534000', '193434.536000', '193434.539000', '193434.541000', '193434.544000', '193434.547000', '193434.549000', '193434.552000', '193434.554000', '193434.557000', '193434.560000', '193434.562000', '193434.565000', '193434.567000', '193434.570000', '193434.573000', '193434.575000', '193434.578000', '193434.580000', '193434.583000', '193434.586000', '193434.588000', '193434.591000', '193434.593000', '193434.596000', '193434.598000', '193434.601000', '193434.604000', '193434.606000', '193434.609000', '193434.612000', '193434.614000', '193454.504000', '193454.507000', '193454.509000', '193454.512000', '193454.514000', '193454.517000', '193454.519000', '193454.522000', '193454.525000', '193454.527000', '193454.530000', '193454.533000', '193454.535000', '193454.538000', '193454.540000', '193454.543000', '193454.546000', '193454.548000', '193454.551000', '193454.553000', '193454.556000', '193454.559000', '193454.561000', '193454.564000', '193454.566000', '193454.569000', '193454.572000', '193454.574000', '193454.577000', '193454.579000', '193454.582000', '193454.585000', '193454.587000', '193454.590000', '193454.592000', '193454.595000', '193454.597000', '193454.600000', '193454.603000', '193454.605000', '193454.608000', '193454.611000', '193454.613000', '193454.616000', '193514.246000', '193514.248000', '193514.251000', '193514.254000', '193514.256000', '193514.259000', '193514.261000', '193514.264000', '193514.267000', '193514.269000', '193514.272000', '193514.275000', '193514.277000', '193514.280000', '193514.282000', '193514.285000', '193514.288000', '193514.290000', '193514.293000', '193514.296000', '193514.299000', '193514.301000', '193514.304000', '193514.307000', '193514.309000', '193514.312000', '193514.314000', '193514.317000', '193514.320000', '193514.323000', '193514.325000', '193514.328000', '193514.330000', '193514.333000', '193514.336000', '193514.338000', '193514.341000', '193514.344000', '193514.346000', '193514.349000', '193514.351000', '193514.354000', '193514.357000'], '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': [8810, 9168, 16924, 10336, 14037, 8994, 9004, 16438, 6938, 13111, 8626, 9620, 7255, 7852, 10120, 7053, 9695, 7080, 9832, 8275, 7941, 10185, 6900, 9448, 7291, 10183, 8782, 8687, 10651, 7646, 11227, 8865, 7587, 10607, 7283, 8173, 8215, 8631, 8432, 9654, 8109, 9083, 8304, 8863, 14085, 8025, 15045, 10743, 10599, 12922, 9137, 11671, 8159, 8834, 14206, 7496, 9957, 7377, 8950, 9055, 8330, 10378, 7142, 9753, 11961, 7941, 11507, 7231, 8871, 11371, 7989, 9387, 9423, 6996, 12023, 8089, 8404, 10661, 7764, 8129, 10526, 7647, 9074, 13297, 7302, 11674, 10471, 8170, 11583, 7303, 9204, 12953, 8429, 9258, 10162, 8076, 11785, 7374, 8325, 11561, 8081, 8659, 12429, 6936, 9814, 7826, 8600, 14164, 7118, 10677, 12408, 7349, 9306, 7840, 8370, 10122, 7080, 9391, 10202, 7937, 10866, 7987, 8405, 12074, 7768, 10092, 10150, 7497, 10183, 7893, 8840, 14785, 7116, 10972, 9815, 7992, 11371, 7090, 9843, 8419, 9053, 11601, 7303, 10725, 10014, 8425, 14121, 7609, 11840, 10887, 8653, 15041, 10008, 10167, 14829, 7139, 11417, 7330, 8314, 13483, 7035, 7976, 6968, 8860, 7199, 7697, 10690, 7295, 10473, 8172, 10651, 7425, 8128, 7349, 8936, 12460, 8812, 14831, 7758, 14275, 9013, 10099, 15980, 10935, 11218, 12115, 8675, 9640, 8548, 9147, 8197, 7136, 9050, 7761, 9386, 7662, 7939, 9375, 7789, 10302, 8003, 8392, 10342, 7565, 10478, 12149, 7902, 11084, 7400, 10355, 10184, 7922, 11408, 6995, 10586, 7684, 8979, 7578, 9394, 7925, 11627, 7952, 8100, 15734, 7566, 10480, 16057, 8379, 13615, 8497, 8116, 10122, 7287, 9300, 7642, 8109, 8800, 7204, 8712, 7841, 9626, 9330, 7443, 9824, 8535, 10083, 7614, 8187, 11467, 7669, 10053, 7393, 8334, 14949, 7084, 10623, 7576, 9047, 9447, 8178, 11849, 7345, 9206, 13912, 7767, 9701, 7829, 8092, 11191, 7263, 9551, 7679, 8420, 10693, 7654, 10384, 8259, 6976, 10050, 7772, 8957, 8197, 7234, 11139, 8000, 8977, 13554, 7512, 8009, 7514, 8103, 7652, 7814, 7441, 11744, 13586, 8132, 15097, 11103, 9464, 13601, 7672, 8970, 12347, 7897, 10952, 8407, 7080, 10025, 7316, 8471, 8826, 7233, 8668, 7429, 9820, 8263, 8920, 12297, 7449, 9726, 8166, 10956, 7841, 8826, 14834, 8780, 10248, 14035, 8964, 13494, 9484, 9891, 14937, 7916, 11753, 7799, 8530, 10571, 7436, 10469, 7419, 8217, 7663, 9561, 8783, 8212, 13007, 7733, 11722, 8253, 8838, 14574, 7997, 12944, 8916, 9179, 11757, 8300, 9596, 7664, 9257, 7252, 7773, 8509, 7840, 8137, 9099, 7478, 7395, 7140, 8340, 8092, 9030, 12507, 7986, 10509, 11013, 9219, 10420, 8277, 9859, 7326, 8557, 7794, 8451, 9741, 7448, 9755, 7077, 8212, 7491, 10560, 7265, 8411, 8171, 7870, 9647, 7533, 10170, 8215, 9048, 13734, 7724, 12311, 8601, 9417, 12800, 7522, 9677, 8213, 8829, 8065, 7193, 8804, 7211, 8695, 8075, 7764, 9382, 7323, 9317, 7941, 8897, 7548, 8354, 12544, 7348, 11414, 8195, 8664, 7047, 8429, 7964, 8609, 7783, 10160, 13701, 8708, 15050, 10821, 10892, 8632, 8648, 11016, 8062, 10703, 7780, 10839, 7629, 8842, 12179, 7833, 10094, 7084, 9943, 7577, 8921, 9100, 7665, 9062, 7873, 10308, 11221, 7884, 11991, 7778, 12053, 9493, 8821, 15401, 7769, 13039, 7837, 9468, 13038, 8038, 12498, 7040, 10842, 7044, 8003, 6904, 8105, 9914, 7284, 9308, 7339, 10044, 7490, 8524, 14463, 7670, 10207, 12444, 8038, 11360, 7154, 10278, 10093, 8686, 10467, 7408, 10086, 8028, 7388, 9448, 7781, 9208, 10842, 7371, 12986, 7807, 8746, 12156, 7092, 9567, 12098, 7548, 9679, 7514, 8732, 11739, 7977, 10378, 7260, 8565, 11797, 7292, 10335, 14053, 7877, 11775, 7219, 8865, 12737, 7680, 10760, 7477, 8735, 9900, 7634, 9082, 7294, 7411, 9531, 7901, 11000, 8452, 8528, 6925, 9361, 11997, 7849, 11039, 8282, 12924, 8663, 11198, 7451, 9084, 7276, 8642, 15192, 8656, 12409, 7722, 8466, 11509, 7571, 10589, 7081, 7630, 7202, 8732, 8034, 8391, 10096, 7074, 9988, 7211, 8041, 11733, 7167, 9949, 7566, 8798, 13057, 8114, 11940, 10553, 8465, 12059, 8354, 9893, 7029, 8447, 9837, 7931, 9407, 6933, 7905, 8963, 7557, 8521, 9342, 7724, 9595, 8094, 8587, 11301, 8067, 9392, 14489, 7367, 10566, 7376, 8160, 10946, 7240, 10099, 7268, 8274, 9340, 7070, 9971, 8047, 9610, 13594, 7956, 11101, 8132, 9659, 12810, 8005, 11460, 7714, 10741, 9221, 7929, 11081, 7409, 11257, 10352, 8244, 10455, 7639, 11187, 7396, 8553, 12320, 7559, 10358, 7236, 10344, 9034, 7909, 9788, 7642, 11784, 7539, 9141, 14679, 8765, 11107, 8274, 9482, 9243, 9331, 8675, 8784, 8798, 8301, 10231, 7617, 10486, 8020, 7873, 7382, 8549, 7721, 8831, 12155, 9501, 9497, 12682, 8379, 9599, 8089, 8736, 7573, 8374, 9528, 7451, 9304, 7261, 8663, 7835, 8202, 9240, 7417, 10007, 8675, 9347, 7390, 8189, 12642, 7286, 9881, 7838, 9226, 14693, 7212, 12090, 7623, 9036, 14730, 7087, 10710, 8171, 8146, 9523, 7131, 9899, 7563, 8118, 8160, 7719, 8252, 7571, 10978, 7078, 8222, 12367, 7190, 11981, 9917, 8352, 12778, 7348, 11418, 9352, 8359, 11844, 7656, 10181, 12493, 7199, 8846, 7993, 9126, 7890, 7982, 8099, 7669, 9433, 7685, 11096, 7303, 8976, 14068, 9323, 12134, 7944, 8818, 14768, 9415, 10639, 10635, 8996, 9793, 7078, 8849, 7091, 7680, 7813, 9700, 7892, 8603, 8932, 8267, 13521, 8265, 13548, 9301, 9147, 15177, 7760, 9122, 7937, 8357, 9950, 8649, 9121, 8218, 8483, 7103, 8318, 8658, 7558, 8768, 7326, 8597, 8956, 7348, 10063, 7050, 8804, 8797, 7679, 10357, 7486, 8286, 10014, 7667, 9271, 7648, 8450, 10667, 7814, 10163, 12456, 7686, 9302, 8078, 9288, 7735, 8140, 9981, 7627, 9680, 7374, 8829, 12974, 7618, 10687, 7484, 8967, 14104, 7810, 11713, 12147, 8128, 12629, 7246, 9474, 8269, 8224, 9588, 7454, 8165, 7641, 8542, 10433, 8150, 10117, 7271, 9215, 12708, 7738, 10823, 7855, 9203, 12097, 7767, 10297, 7478, 8896, 12541, 7334, 9140, 7697, 8643, 10852, 7371, 8340, 7600, 8733, 7438, 8463, 10935, 7304, 9639, 7674, 8392, 7329, 9105, 10757, 8317, 14480, 8524, 9144, 15456, 8834, 9664, 11503, 7560, 9193, 7714, 8272, 7752, 7992, 8521, 7426, 8026, 7760, 9033, 7734, 8032, 9481, 8513, 11490, 8154, 12412, 10137, 8974, 7664, 9855, 12462, 7774, 10070, 14325, 7909, 9641, 7823, 9837, 13984, 8770, 13676, 8780, 9715, 15801, 8452, 13466, 7958, 9127, 14795, 8353, 10728, 7689, 8615, 10508, 7897, 8137, 7776, 8273, 8685, 7532, 10733, 7588, 7850, 9266, 7679, 8638, 7963, 8969, 8037, 7751, 8774, 7699, 11224, 8704, 8413, 9776, 7847, 10877, 8025, 8444, 10291, 7805, 11288, 12010, 7684, 10303, 7807, 9671, 8475, 7670, 10029, 7869, 9009, 7796, 9429, 13417, 7745, 10622, 7537, 8508, 13638, 7204, 11916, 11248, 8814, 11139, 7277, 8933, 11751, 7549, 10266, 7503, 9968, 8219, 8201, 8905, 8562, 10366, 8473, 11602, 9243, 12521, 12040, 8376, 13056, 8465, 8287, 7574, 8167, 7391, 8363, 8224, 9931, 7524, 9381, 12558, 8095, 14599, 8842, 11465, 7570, 9164, 7774, 8451, 13044, 7827, 10111, 7551, 9210, 7625, 8477, 8281, 8401, 8704, 8628, 9852, 7844, 9494, 7821, 11106, 7493, 9816, 12443, 8595, 13350, 7601, 10469, 8739, 9258, 7655, 9990, 7330, 8784, 12719, 7923, 11246, 7678, 9284, 7802, 9140, 7950, 7710, 9790, 7654, 9189, 7498, 8743, 7842, 9993, 7761, 8738, 11378, 8652, 11040, 8365, 10323, 7569, 10869, 7481, 9912, 12779, 8949, 14625, 7635, 9760, 8379, 8935, 7797, 9638, 8080, 8236, 12017, 7847, 10332, 7809, 9230, 9331, 8029, 10561, 7908, 8842, 8217, 9156, 11682, 7717, 10458, 7847, 9846, 9731, 8003, 10148, 8047, 10493, 10571, 7886, 10370, 7780, 9025, 12120, 7934, 9672, 8170, 10522, 7717, 8971, 10023, 8194, 10340, 8049, 11746, 9783, 8199, 12133, 7971, 11182, 7623, 7613, 13584, 8111, 12335, 7772, 8203, 7904, 9702, 7580, 9356, 10484, 8091, 12776, 8170, 11011, 7872, 8692, 7666, 9681, 10639, 8418, 13697, 7634, 10859, 7531, 8566, 11993, 8062, 9906, 7751, 9559, 7865, 8361, 10285, 7926, 10461, 8618, 8237, 9574, 8068, 8607, 7752, 9159, 8570, 8118, 9796, 8178, 9741, 7975, 8029, 10819, 8378, 9799, 8353, 7948, 14856, 8063, 11133, 8031, 8803, 14582, 8245, 8462, 8059, 9242, 8230, 8057, 10517, 7998, 10047, 8002, 8622, 11731, 8140, 10302, 8098, 9198, 7880, 8655, 10974, 7822, 10058, 8166, 8955, 7891, 9465, 8077, 9740, 14530, 7826, 12966, 9198, 10266, 7626, 8329, 10789, 7925, 10024, 7916, 10681, 7606, 8285, 8008, 8035, 10074, 8117, 9577, 7981, 9361, 7958, 8702, 11557, 9318, 12438, 9085, 12161, 7888, 9811, 7842, 8178, 8319, 8095, 9327, 8286, 11197, 7424, 8410, 12651, 8046, 9896, 7950, 8596, 8600, 8258, 9002, 8334, 8768, 8167, 7882, 7674, 8283, 8733, 8360, 8880, 9262, 8942, 8982, 11447, 8144, 10441, 11341, 7889, 10730, 7800, 9689, 12492, 8235, 11646, 7967, 7930, 7821, 9430, 8293, 8758, 9720, 8472, 11363, 8546, 10892, 7747, 8017, 10653, 7911, 10276, 8067, 7722, 10092, 7874, 9321, 8176, 7685, 10460, 8037, 9606, 12028, 7694, 11117, 7697, 8599, 10682, 8046, 10070, 8127, 8610, 10638, 8379, 9796, 8243, 8180, 11065, 8353, 10408, 7979, 10079, 15213, 8029, 12646, 7990, 8810, 9553, 8925, 10335, 8093, 10703, 7522, 9917, 7459, 11704, 7863, 12443, 7745, 12517, 9817, 10716, 12797, 8451, 13855, 7853, 9290, 13385, 7737, 9742, 7905, 8501, 10155, 7433, 8263, 7821, 8977, 8526, 7530, 8710, 7792, 8831, 7661, 10569, 9321, 8732, 13706, 8098, 12312, 13621, 8838, 12885, 9001, 9619, 15223, 9676, 9625, 15465, 7480, 11809, 11898, 7461, 9913, 7677, 9140, 8520, 7566, 10332, 7654, 12206, 8866, 8803, 13478, 7635, 12194, 12648, 7563, 13484, 8182, 8914, 14123, 7651, 9379, 13669, 7680, 10492, 7696, 8601, 9880, 7537, 10332, 7849, 11195, 7450, 8033, 11349, 7382, 10357, 8011, 9915, 15140, 8393, 12535, 7538, 10259, 15238, 8305, 13135, 8247, 8265, 11547, 7906, 10033, 7480, 8185, 7302, 8993, 7808, 7814, 7670, 10126, 7368, 10704, 7398, 8043, 13763, 7934, 11423, 9103, 14030, 7628, 11667, 7759, 11912, 8752, 10566, 7590, 8675, 8824, 10305, 12163, 7895, 10260, 7643, 9943, 7233, 9509, 7519, 8871, 7889, 9796, 7888, 8480, 7928, 9570, 8531, 8994, 11310, 7608, 10528, 7816, 10440, 8282, 9891, 8275, 8167, 8813, 7607, 8985, 11192, 8851, 10338, 13300, 9202, 11070, 7920, 10811, 8410, 9560, 10694, 9438, 7545, 8991, 13673, 10081, 15066, 9958, 13945, 8300, 11736, 8638, 10093, 15861, 10885, 13250, 7589, 9921, 7722, 8800, 7323, 8245, 7348, 8049, 9069, 7676, 9065, 8078, 9313, 8066, 10243, 8478, 10451, 7482, 9299, 7700, 11561, 10212, 8674, 13299, 7344, 9980, 7757, 10267, 8236, 9869, 7403, 9873, 10702, 8493, 10705, 7569, 7639, 7890, 9513, 8760, 10344, 8661, 11293, 7730, 10302, 13391, 8701, 12623, 7610, 11948, 8042, 9343, 15370, 8406, 13091, 7644, 9023, 9052, 8223, 10332, 7398, 12370, 8808, 8060, 7755, 8068, 9113, 15202, 10422, 9794, 12158, 8322, 10123, 12531, 8449, 13021, 8884, 9316, 15745, 9823, 9858, 15003, 7591, 8927, 7476, 7814, 9914, 7398, 7905, 7131, 7685, 7011, 7957, 7478, 7825, 8106, 7866, 9574, 7847], 'WindowCenter': [4236.0, 4223.0, 4258.0, 4204.0, 4231.0, 4167.0, 4166.0, 4215.0, 4134.0, 4194.0, 4153.0, 4150.0, 4131.0, 4154.0, 4172.0, 4144.0, 4172.0, 4132.0, 4185.0, 4164.0, 4155.0, 4185.0, 4146.0, 4185.0, 4167.0, 4197.0, 4176.0, 4163.0, 4184.0, 4155.0, 4197.0, 4176.0, 4157.0, 4197.0, 4157.0, 4179.0, 4178.0, 4179.0, 4166.0, 4202.0, 4169.0, 4190.0, 4168.0, 4191.0, 4218.0, 4169.0, 4218.0, 4185.0, 4200.0, 4206.0, 4176.0, 4184.0, 4154.0, 4165.0, 4203.0, 4133.0, 4174.0, 4130.0, 4164.0, 4163.0, 4154.0, 4174.0, 4120.0, 4174.0, 4183.0, 4154.0, 4184.0, 4119.0, 4166.0, 4183.0, 4154.0, 4165.0, 4162.0, 4134.0, 4195.0, 4153.0, 4154.0, 4175.0, 4143.0, 4155.0, 4186.0, 4144.0, 4165.0, 4203.0, 4144.0, 4196.0, 4184.0, 4166.0, 4195.0, 4144.0, 4164.0, 4204.0, 4154.0, 4165.0, 4185.0, 4154.0, 4181.0, 4130.0, 4153.0, 4181.0, 4142.0, 4153.0, 4180.0, 4131.0, 4172.0, 4141.0, 4152.0, 4190.0, 4118.0, 4185.0, 4192.0, 4142.0, 4162.0, 4140.0, 4163.0, 4183.0, 4143.0, 4174.0, 4173.0, 4153.0, 4184.0, 4153.0, 4154.0, 4193.0, 4144.0, 4175.0, 4171.0, 4143.0, 4172.0, 4141.0, 4152.0, 4202.0, 4131.0, 4183.0, 4160.0, 4142.0, 4181.0, 4143.0, 4185.0, 4153.0, 4164.0, 4194.0, 4143.0, 4197.0, 4174.0, 4165.0, 4205.0, 4131.0, 4195.0, 4185.0, 4165.0, 4204.0, 4163.0, 4174.0, 4190.0, 4130.0, 4182.0, 4129.0, 4141.0, 4189.0, 4130.0, 4142.0, 4131.0, 4166.0, 4134.0, 4154.0, 4198.0, 4154.0, 4184.0, 4165.0, 4172.0, 4143.0, 4155.0, 4144.0, 4176.0, 4194.0, 4152.0, 4204.0, 4143.0, 4215.0, 4162.0, 4171.0, 4202.0, 4169.0, 4170.0, 4167.0, 4139.0, 4146.0, 4137.0, 4161.0, 4139.0, 4130.0, 4148.0, 4128.0, 4159.0, 4127.0, 4151.0, 4174.0, 4155.0, 4184.0, 4152.0, 4152.0, 4172.0, 4141.0, 4183.0, 4191.0, 4153.0, 4182.0, 4132.0, 4184.0, 4173.0, 4155.0, 4184.0, 4133.0, 4184.0, 4143.0, 4162.0, 4155.0, 4175.0, 4154.0, 4195.0, 4143.0, 4153.0, 4203.0, 4142.0, 4173.0, 4200.0, 4139.0, 4190.0, 4137.0, 4142.0, 4159.0, 4129.0, 4150.0, 4128.0, 4140.0, 4160.0, 4142.0, 4151.0, 4152.0, 4173.0, 4161.0, 4143.0, 4174.0, 4163.0, 4174.0, 4143.0, 4178.0, 4198.0, 4168.0, 4176.0, 4157.0, 4177.0, 4214.0, 4144.0, 4183.0, 4129.0, 4165.0, 4161.0, 4153.0, 4194.0, 4144.0, 4163.0, 4202.0, 4142.0, 4162.0, 4143.0, 4154.0, 4194.0, 4143.0, 4174.0, 4154.0, 4166.0, 4183.0, 4143.0, 4184.0, 4151.0, 4132.0, 4173.0, 4142.0, 4164.0, 4152.0, 4131.0, 4194.0, 4166.0, 4177.0, 4204.0, 4155.0, 4153.0, 4143.0, 4165.0, 4155.0, 4155.0, 4156.0, 4208.0, 4207.0, 4156.0, 4217.0, 4172.0, 4163.0, 4192.0, 4130.0, 4151.0, 4179.0, 4141.0, 4171.0, 4128.0, 4119.0, 4160.0, 4129.0, 4142.0, 4137.0, 4120.0, 4151.0, 4144.0, 4185.0, 4153.0, 4177.0, 4206.0, 4157.0, 4175.0, 4154.0, 4186.0, 4155.0, 4166.0, 4215.0, 4152.0, 4174.0, 4203.0, 4152.0, 4191.0, 4160.0, 4161.0, 4191.0, 4140.0, 4170.0, 4127.0, 4151.0, 4169.0, 4130.0, 4170.0, 4144.0, 4164.0, 4145.0, 4173.0, 4163.0, 4153.0, 4192.0, 4142.0, 4182.0, 4151.0, 4163.0, 4191.0, 4141.0, 4192.0, 4137.0, 4151.0, 4170.0, 4140.0, 4150.0, 4131.0, 4150.0, 4128.0, 4142.0, 4151.0, 4151.0, 4151.0, 4163.0, 4143.0, 4157.0, 4133.0, 4165.0, 4155.0, 4177.0, 4206.0, 4142.0, 4173.0, 4170.0, 4164.0, 4183.0, 4151.0, 4160.0, 4130.0, 4138.0, 4129.0, 4141.0, 4150.0, 4143.0, 4162.0, 4133.0, 4152.0, 4144.0, 4185.0, 4133.0, 4153.0, 4153.0, 4144.0, 4164.0, 4145.0, 4176.0, 4154.0, 4165.0, 4194.0, 4144.0, 4184.0, 4152.0, 4163.0, 4181.0, 4143.0, 4163.0, 4141.0, 4153.0, 4140.0, 4133.0, 4163.0, 4133.0, 4155.0, 4141.0, 4144.0, 4164.0, 4156.0, 4177.0, 4155.0, 4191.0, 4143.0, 4152.0, 4195.0, 4145.0, 4185.0, 4154.0, 4155.0, 4132.0, 4143.0, 4155.0, 4165.0, 4144.0, 4186.0, 4204.0, 4154.0, 4206.0, 4173.0, 4173.0, 4142.0, 4152.0, 4158.0, 4142.0, 4171.0, 4132.0, 4172.0, 4132.0, 4165.0, 4181.0, 4131.0, 4160.0, 4131.0, 4161.0, 4130.0, 4162.0, 4151.0, 4144.0, 4149.0, 4154.0, 4187.0, 4183.0, 4154.0, 4183.0, 4142.0, 4195.0, 4163.0, 4164.0, 4203.0, 4132.0, 4192.0, 4130.0, 4161.0, 4180.0, 4141.0, 4180.0, 4119.0, 4172.0, 4119.0, 4141.0, 4119.0, 4143.0, 4171.0, 4142.0, 4163.0, 4145.0, 4175.0, 4132.0, 4154.0, 4193.0, 4131.0, 4163.0, 4181.0, 4141.0, 4171.0, 4121.0, 4172.0, 4159.0, 4150.0, 4158.0, 4118.0, 4170.0, 4129.0, 4131.0, 4161.0, 4131.0, 4162.0, 4170.0, 4132.0, 4193.0, 4129.0, 4151.0, 4180.0, 4120.0, 4162.0, 4180.0, 4142.0, 4162.0, 4131.0, 4153.0, 4193.0, 4142.0, 4173.0, 4131.0, 4152.0, 4182.0, 4132.0, 4173.0, 4203.0, 4155.0, 4182.0, 4119.0, 4152.0, 4180.0, 4130.0, 4172.0, 4119.0, 4151.0, 4172.0, 4143.0, 4163.0, 4131.0, 4144.0, 4160.0, 4141.0, 4183.0, 4153.0, 4153.0, 4119.0, 4163.0, 4182.0, 4141.0, 4172.0, 4155.0, 4206.0, 4154.0, 4182.0, 4131.0, 4152.0, 4119.0, 4150.0, 4191.0, 4140.0, 4179.0, 4129.0, 4139.0, 4169.0, 4128.0, 4157.0, 4118.0, 4129.0, 4131.0, 4153.0, 4140.0, 4151.0, 4160.0, 4120.0, 4162.0, 4131.0, 4145.0, 4182.0, 4134.0, 4163.0, 4131.0, 4153.0, 4192.0, 4142.0, 4184.0, 4162.0, 4142.0, 4181.0, 4141.0, 4163.0, 4119.0, 4152.0, 4160.0, 4141.0, 4161.0, 4119.0, 4141.0, 4151.0, 4141.0, 4152.0, 4151.0, 4132.0, 4161.0, 4142.0, 4154.0, 4171.0, 4141.0, 4151.0, 4191.0, 4131.0, 4172.0, 4130.0, 4152.0, 4170.0, 4131.0, 4173.0, 4131.0, 4153.0, 4162.0, 4146.0, 4186.0, 4169.0, 4188.0, 4204.0, 4143.0, 4182.0, 4141.0, 4162.0, 4182.0, 4142.0, 4182.0, 4142.0, 4183.0, 4162.0, 4142.0, 4182.0, 4131.0, 4182.0, 4161.0, 4152.0, 4171.0, 4141.0, 4183.0, 4134.0, 4153.0, 4193.0, 4155.0, 4174.0, 4155.0, 4171.0, 4162.0, 4153.0, 4161.0, 4142.0, 4183.0, 4141.0, 4163.0, 4204.0, 4152.0, 4174.0, 4140.0, 4174.0, 4161.0, 4162.0, 4151.0, 4154.0, 4150.0, 4154.0, 4172.0, 4143.0, 4173.0, 4143.0, 4142.0, 4131.0, 4164.0, 4142.0, 4163.0, 4182.0, 4161.0, 4162.0, 4181.0, 4140.0, 4161.0, 4141.0, 4151.0, 4129.0, 4141.0, 4149.0, 4131.0, 4151.0, 4120.0, 4152.0, 4129.0, 4141.0, 4150.0, 4131.0, 4161.0, 4153.0, 4164.0, 4155.0, 4155.0, 4193.0, 4144.0, 4162.0, 4132.0, 4163.0, 4189.0, 4130.0, 4182.0, 4129.0, 4151.0, 4190.0, 4120.0, 4171.0, 4128.0, 4129.0, 4148.0, 4118.0, 4160.0, 4129.0, 4143.0, 4141.0, 4145.0, 4153.0, 4145.0, 4185.0, 4133.0, 4156.0, 4193.0, 4133.0, 4197.0, 4175.0, 4154.0, 4193.0, 4131.0, 4184.0, 4164.0, 4154.0, 4182.0, 4131.0, 4173.0, 4182.0, 4133.0, 4152.0, 4142.0, 4163.0, 4142.0, 4154.0, 4153.0, 4156.0, 4176.0, 4170.0, 4199.0, 4147.0, 4166.0, 4205.0, 4166.0, 4185.0, 4131.0, 4153.0, 4203.0, 4152.0, 4174.0, 4160.0, 4153.0, 4161.0, 4121.0, 4151.0, 4121.0, 4141.0, 4141.0, 4173.0, 4141.0, 4154.0, 4152.0, 4142.0, 4192.0, 4143.0, 4207.0, 4154.0, 4151.0, 4191.0, 4129.0, 4138.0, 4127.0, 4128.0, 4147.0, 4138.0, 4148.0, 4128.0, 4140.0, 4107.0, 4142.0, 4138.0, 4129.0, 4140.0, 4119.0, 4140.0, 4138.0, 4129.0, 4161.0, 4120.0, 4152.0, 4140.0, 4142.0, 4173.0, 4132.0, 4154.0, 4162.0, 4143.0, 4162.0, 4130.0, 4153.0, 4172.0, 4132.0, 4173.0, 4181.0, 4142.0, 4162.0, 4142.0, 4162.0, 4130.0, 4141.0, 4160.0, 4141.0, 4163.0, 4131.0, 4152.0, 4180.0, 4141.0, 4174.0, 4130.0, 4151.0, 4190.0, 4129.0, 4182.0, 4168.0, 4129.0, 4171.0, 4118.0, 4160.0, 4151.0, 4142.0, 4148.0, 4129.0, 4140.0, 4141.0, 4152.0, 4159.0, 4142.0, 4160.0, 4119.0, 4151.0, 4179.0, 4130.0, 4172.0, 4117.0, 4162.0, 4181.0, 4144.0, 4160.0, 4119.0, 4151.0, 4168.0, 4130.0, 4151.0, 4130.0, 4153.0, 4181.0, 4143.0, 4152.0, 4141.0, 4153.0, 4131.0, 4153.0, 4172.0, 4132.0, 4174.0, 4144.0, 4156.0, 4132.0, 4165.0, 4184.0, 4154.0, 4205.0, 4154.0, 4163.0, 4202.0, 4152.0, 4152.0, 4168.0, 4130.0, 4150.0, 4141.0, 4142.0, 4130.0, 4142.0, 4150.0, 4132.0, 4142.0, 4143.0, 4164.0, 4142.0, 4155.0, 4164.0, 4154.0, 4186.0, 4156.0, 4195.0, 4173.0, 4152.0, 4157.0, 4175.0, 4194.0, 4143.0, 4176.0, 4202.0, 4143.0, 4163.0, 4143.0, 4173.0, 4192.0, 4140.0, 4191.0, 4138.0, 4149.0, 4188.0, 4126.0, 4177.0, 4115.0, 4136.0, 4175.0, 4114.0, 4146.0, 4103.0, 4123.0, 4144.0, 4113.0, 4115.0, 4103.0, 4124.0, 4123.0, 4115.0, 4157.0, 4114.0, 4127.0, 4134.0, 4126.0, 4138.0, 4127.0, 4150.0, 4128.0, 4128.0, 4150.0, 4143.0, 4195.0, 4152.0, 4153.0, 4162.0, 4143.0, 4184.0, 4153.0, 4155.0, 4174.0, 4145.0, 4185.0, 4193.0, 4156.0, 4186.0, 4145.0, 4175.0, 4152.0, 4145.0, 4174.0, 4156.0, 4166.0, 4154.0, 4190.0, 4206.0, 4157.0, 4186.0, 4145.0, 4167.0, 4204.0, 4146.0, 4196.0, 4184.0, 4167.0, 4186.0, 4145.0, 4168.0, 4187.0, 4147.0, 4186.0, 4145.0, 4187.0, 4166.0, 4178.0, 4177.0, 4179.0, 4199.0, 4156.0, 4200.0, 4178.0, 4198.0, 4197.0, 4168.0, 4208.0, 4156.0, 4153.0, 4144.0, 4154.0, 4144.0, 4153.0, 4154.0, 4175.0, 4143.0, 4165.0, 4183.0, 4155.0, 4205.0, 4153.0, 4173.0, 4130.0, 4152.0, 4131.0, 4140.0, 4181.0, 4131.0, 4150.0, 4130.0, 4151.0, 4130.0, 4141.0, 4152.0, 4154.0, 4153.0, 4154.0, 4162.0, 4144.0, 4165.0, 4144.0, 4184.0, 4145.0, 4176.0, 4195.0, 4154.0, 4192.0, 4134.0, 4161.0, 4152.0, 4162.0, 4131.0, 4163.0, 4132.0, 4154.0, 4193.0, 4143.0, 4171.0, 4131.0, 4151.0, 4132.0, 4152.0, 4140.0, 4145.0, 4161.0, 4143.0, 4163.0, 4145.0, 4165.0, 4141.0, 4176.0, 4144.0, 4165.0, 4183.0, 4166.0, 4184.0, 4154.0, 4173.0, 4143.0, 4185.0, 4133.0, 4175.0, 4195.0, 4164.0, 4191.0, 4132.0, 4160.0, 4140.0, 4151.0, 4130.0, 4162.0, 4141.0, 4152.0, 4181.0, 4142.0, 4161.0, 4142.0, 4163.0, 4151.0, 4142.0, 4171.0, 4141.0, 4152.0, 4154.0, 4163.0, 4182.0, 4143.0, 4171.0, 4154.0, 4173.0, 4160.0, 4139.0, 4160.0, 4140.0, 4171.0, 4170.0, 4140.0, 4161.0, 4130.0, 4153.0, 4182.0, 4142.0, 4163.0, 4153.0, 4173.0, 4141.0, 4151.0, 4172.0, 4152.0, 4171.0, 4143.0, 4184.0, 4175.0, 4155.0, 4183.0, 4143.0, 4185.0, 4145.0, 4143.0, 4193.0, 4143.0, 4181.0, 4142.0, 4141.0, 4143.0, 4164.0, 4143.0, 4164.0, 4172.0, 4155.0, 4193.0, 4143.0, 4172.0, 4141.0, 4151.0, 4132.0, 4162.0, 4160.0, 4141.0, 4190.0, 4130.0, 4171.0, 4130.0, 4152.0, 4181.0, 4141.0, 4159.0, 4130.0, 4161.0, 4140.0, 4142.0, 4160.0, 4142.0, 4174.0, 4151.0, 4153.0, 4160.0, 4155.0, 4154.0, 4144.0, 4176.0, 4154.0, 4155.0, 4188.0, 4178.0, 4188.0, 4145.0, 4156.0, 4184.0, 4153.0, 4175.0, 4152.0, 4144.0, 4202.0, 4143.0, 4184.0, 4142.0, 4152.0, 4201.0, 4153.0, 4141.0, 4142.0, 4162.0, 4140.0, 4142.0, 4172.0, 4142.0, 4161.0, 4141.0, 4154.0, 4172.0, 4142.0, 4160.0, 4140.0, 4150.0, 4129.0, 4151.0, 4160.0, 4131.0, 4160.0, 4141.0, 4152.0, 4142.0, 4163.0, 4142.0, 4162.0, 4190.0, 4129.0, 4179.0, 4148.0, 4148.0, 4115.0, 4128.0, 4157.0, 4128.0, 4147.0, 4128.0, 4158.0, 4128.0, 4139.0, 4128.0, 4140.0, 4159.0, 4141.0, 4162.0, 4140.0, 4163.0, 4141.0, 4152.0, 4181.0, 4159.0, 4181.0, 4150.0, 4168.0, 4126.0, 4148.0, 4127.0, 4139.0, 4127.0, 4129.0, 4148.0, 4141.0, 4170.0, 4118.0, 4139.0, 4177.0, 4128.0, 4160.0, 4129.0, 4150.0, 4152.0, 4155.0, 4151.0, 4152.0, 4153.0, 4142.0, 4144.0, 4131.0, 4165.0, 4165.0, 4155.0, 4165.0, 4177.0, 4165.0, 4167.0, 4196.0, 4145.0, 4175.0, 4163.0, 4145.0, 4174.0, 4144.0, 4166.0, 4183.0, 4141.0, 4172.0, 4142.0, 4142.0, 4142.0, 4163.0, 4141.0, 4154.0, 4162.0, 4153.0, 4183.0, 4153.0, 4173.0, 4130.0, 4142.0, 4161.0, 4141.0, 4174.0, 4153.0, 4142.0, 4173.0, 4142.0, 4162.0, 4139.0, 4141.0, 4171.0, 4141.0, 4162.0, 4181.0, 4130.0, 4171.0, 4130.0, 4152.0, 4170.0, 4143.0, 4161.0, 4140.0, 4164.0, 4173.0, 4153.0, 4174.0, 4152.0, 4166.0, 4185.0, 4155.0, 4185.0, 4144.0, 4174.0, 4202.0, 4142.0, 4184.0, 4132.0, 4152.0, 4149.0, 4163.0, 4173.0, 4153.0, 4172.0, 4145.0, 4161.0, 4144.0, 4182.0, 4143.0, 4194.0, 4156.0, 4196.0, 4174.0, 4175.0, 4182.0, 4141.0, 4192.0, 4130.0, 4151.0, 4181.0, 4129.0, 4150.0, 4140.0, 4152.0, 4145.0, 4130.0, 4139.0, 4141.0, 4151.0, 4152.0, 4169.0, 4176.0, 4159.0, 4177.0, 4156.0, 4188.0, 4166.0, 4167.0, 4206.0, 4145.0, 4197.0, 4195.0, 4155.0, 4194.0, 4151.0, 4164.0, 4203.0, 4151.0, 4151.0, 4189.0, 4119.0, 4181.0, 4170.0, 4130.0, 4161.0, 4130.0, 4174.0, 4176.0, 4155.0, 4173.0, 4144.0, 4207.0, 4178.0, 4176.0, 4204.0, 4145.0, 4195.0, 4181.0, 4131.0, 4193.0, 4141.0, 4151.0, 4191.0, 4129.0, 4151.0, 4179.0, 4130.0, 4160.0, 4128.0, 4150.0, 4148.0, 4130.0, 4159.0, 4141.0, 4183.0, 4130.0, 4141.0, 4170.0, 4131.0, 4162.0, 4130.0, 4162.0, 4201.0, 4141.0, 4180.0, 4129.0, 4161.0, 4189.0, 4130.0, 4180.0, 4119.0, 4131.0, 4170.0, 4129.0, 4148.0, 4118.0, 4140.0, 4129.0, 4151.0, 4129.0, 4131.0, 4131.0, 4173.0, 4133.0, 4186.0, 4122.0, 4143.0, 4193.0, 4131.0, 4171.0, 4152.0, 4192.0, 4144.0, 4171.0, 4131.0, 4171.0, 4142.0, 4159.0, 4118.0, 4139.0, 4128.0, 4161.0, 4169.0, 4141.0, 4160.0, 4131.0, 4172.0, 4144.0, 4161.0, 4145.0, 4151.0, 4154.0, 4163.0, 4142.0, 4153.0, 4141.0, 4165.0, 4152.0, 4153.0, 4172.0, 4143.0, 4162.0, 4131.0, 4172.0, 4152.0, 4174.0, 4154.0, 4154.0, 4164.0, 4156.0, 4190.0, 4223.0, 4189.0, 4205.0, 4219.0, 4167.0, 4179.0, 4144.0, 4198.0, 4155.0, 4177.0, 4175.0, 4164.0, 4132.0, 4154.0, 4206.0, 4175.0, 4215.0, 4176.0, 4192.0, 4140.0, 4171.0, 4127.0, 4149.0, 4190.0, 4158.0, 4166.0, 4105.0, 4146.0, 4115.0, 4138.0, 4129.0, 4140.0, 4117.0, 4140.0, 4137.0, 4131.0, 4149.0, 4143.0, 4151.0, 4144.0, 4174.0, 4143.0, 4173.0, 4132.0, 4152.0, 4143.0, 4185.0, 4164.0, 4153.0, 4192.0, 4132.0, 4161.0, 4132.0, 4163.0, 4142.0, 4162.0, 4130.0, 4174.0, 4173.0, 4153.0, 4161.0, 4131.0, 4130.0, 4142.0, 4162.0, 4154.0, 4173.0, 4154.0, 4186.0, 4132.0, 4174.0, 4192.0, 4152.0, 4182.0, 4132.0, 4183.0, 4129.0, 4152.0, 4190.0, 4129.0, 4180.0, 4117.0, 4140.0, 4138.0, 4139.0, 4160.0, 4119.0, 4182.0, 4149.0, 4128.0, 4130.0, 4140.0, 4163.0, 4214.0, 4161.0, 4161.0, 4169.0, 4128.0, 4148.0, 4168.0, 4126.0, 4168.0, 4124.0, 4137.0, 4191.0, 4150.0, 4147.0, 4175.0, 4104.0, 4113.0, 4105.0, 4118.0, 4146.0, 4116.0, 4125.0, 4119.0, 4128.0, 4118.0, 4141.0, 4119.0, 4131.0, 4141.0, 4153.0, 4160.0, 4142.0], 'WindowWidth': [9398.0, 9373.0, 9403.0, 9326.0, 9357.0, 9259.0, 9258.0, 9321.0, 9209.0, 9288.0, 9231.0, 9217.0, 9198.0, 9236.0, 9253.0, 9225.0, 9254.0, 9203.0, 9282.0, 9250.0, 9239.0, 9279.0, 9229.0, 9280.0, 9264.0, 9300.0, 9269.0, 9242.0, 9277.0, 9240.0, 9297.0, 9268.0, 9246.0, 9297.0, 9247.0, 9279.0, 9275.0, 9280.0, 9251.0, 9313.0, 9265.0, 9295.0, 9261.0, 9297.0, 9330.0, 9266.0, 9325.0, 9274.0, 9305.0, 9307.0, 9267.0, 9269.0, 9234.0, 9249.0, 9298.0, 9205.0, 9260.0, 9191.0, 9248.0, 9244.0, 9234.0, 9261.0, 9178.0, 9262.0, 9270.0, 9233.0, 9273.0, 9173.0, 9251.0, 9271.0, 9233.0, 9252.0, 9240.0, 9207.0, 9289.0, 9229.0, 9234.0, 9262.0, 9216.0, 9238.0, 9278.0, 9219.0, 9250.0, 9297.0, 9221.0, 9295.0, 9273.0, 9253.0, 9289.0, 9218.0, 9244.0, 9303.0, 9235.0, 9245.0, 9279.0, 9236.0, 9262.0, 9195.0, 9228.0, 9266.0, 9213.0, 9229.0, 9261.0, 9200.0, 9253.0, 9211.0, 9228.0, 9273.0, 9171.0, 9276.0, 9283.0, 9215.0, 9242.0, 9208.0, 9245.0, 9273.0, 9220.0, 9263.0, 9258.0, 9232.0, 9275.0, 9230.0, 9233.0, 9285.0, 9220.0, 9261.0, 9250.0, 9219.0, 9255.0, 9212.0, 9228.0, 9293.0, 9198.0, 9269.0, 9236.0, 9213.0, 9265.0, 9221.0, 9279.0, 9231.0, 9249.0, 9289.0, 9220.0, 9295.0, 9260.0, 9251.0, 9302.0, 9194.0, 9290.0, 9276.0, 9249.0, 9301.0, 9244.0, 9258.0, 9275.0, 9195.0, 9266.0, 9191.0, 9211.0, 9271.0, 9198.0, 9215.0, 9202.0, 9250.0, 9204.0, 9238.0, 9302.0, 9235.0, 9276.0, 9250.0, 9252.0, 9220.0, 9239.0, 9222.0, 9269.0, 9290.0, 9224.0, 9301.0, 9218.0, 9318.0, 9244.0, 9252.0, 9295.0, 9245.0, 9249.0, 9239.0, 9205.0, 9209.0, 9201.0, 9238.0, 9200.0, 9197.0, 9216.0, 9190.0, 9233.0, 9187.0, 9227.0, 9266.0, 9242.0, 9277.0, 9231.0, 9231.0, 9254.0, 9213.0, 9272.0, 9279.0, 9231.0, 9267.0, 9202.0, 9275.0, 9259.0, 9237.0, 9272.0, 9206.0, 9274.0, 9219.0, 9242.0, 9239.0, 9266.0, 9236.0, 9293.0, 9216.0, 9231.0, 9298.0, 9212.0, 9256.0, 9290.0, 9205.0, 9276.0, 9197.0, 9214.0, 9230.0, 9191.0, 9220.0, 9187.0, 9210.0, 9237.0, 9217.0, 9227.0, 9230.0, 9260.0, 9238.0, 9218.0, 9259.0, 9246.0, 9261.0, 9220.0, 9275.0, 9299.0, 9263.0, 9262.0, 9245.0, 9274.0, 9315.0, 9222.0, 9272.0, 9190.0, 9249.0, 9239.0, 9232.0, 9289.0, 9224.0, 9245.0, 9295.0, 9216.0, 9242.0, 9219.0, 9236.0, 9289.0, 9220.0, 9263.0, 9236.0, 9257.0, 9273.0, 9220.0, 9275.0, 9225.0, 9204.0, 9258.0, 9215.0, 9247.0, 9228.0, 9196.0, 9290.0, 9258.0, 9272.0, 9303.0, 9239.0, 9233.0, 9220.0, 9253.0, 9241.0, 9239.0, 9243.0, 9313.0, 9311.0, 9243.0, 9325.0, 9255.0, 9242.0, 9280.0, 9195.0, 9222.0, 9259.0, 9211.0, 9248.0, 9186.0, 9178.0, 9233.0, 9190.0, 9212.0, 9192.0, 9176.0, 9226.0, 9221.0, 9277.0, 9234.0, 9272.0, 9309.0, 9244.0, 9263.0, 9236.0, 9281.0, 9233.0, 9249.0, 9318.0, 9229.0, 9261.0, 9296.0, 9225.0, 9276.0, 9235.0, 9236.0, 9277.0, 9205.0, 9247.0, 9184.0, 9224.0, 9243.0, 9195.0, 9249.0, 9225.0, 9246.0, 9222.0, 9256.0, 9247.0, 9231.0, 9282.0, 9214.0, 9268.0, 9224.0, 9243.0, 9277.0, 9211.0, 9282.0, 9195.0, 9224.0, 9246.0, 9206.0, 9220.0, 9195.0, 9220.0, 9190.0, 9212.0, 9223.0, 9227.0, 9227.0, 9247.0, 9220.0, 9244.0, 9206.0, 9253.0, 9240.0, 9272.0, 9315.0, 9216.0, 9254.0, 9245.0, 9246.0, 9271.0, 9224.0, 9234.0, 9192.0, 9194.0, 9187.0, 9208.0, 9215.0, 9216.0, 9240.0, 9203.0, 9225.0, 9221.0, 9275.0, 9203.0, 9230.0, 9227.0, 9220.0, 9245.0, 9221.0, 9264.0, 9233.0, 9247.0, 9283.0, 9218.0, 9271.0, 9225.0, 9241.0, 9262.0, 9215.0, 9240.0, 9209.0, 9227.0, 9206.0, 9205.0, 9241.0, 9203.0, 9234.0, 9211.0, 9221.0, 9246.0, 9242.0, 9270.0, 9239.0, 9296.0, 9215.0, 9226.0, 9289.0, 9223.0, 9273.0, 9233.0, 9234.0, 9200.0, 9211.0, 9236.0, 9250.0, 9222.0, 9280.0, 9301.0, 9231.0, 9305.0, 9255.0, 9254.0, 9208.0, 9226.0, 9222.0, 9213.0, 9247.0, 9199.0, 9253.0, 9196.0, 9250.0, 9265.0, 9192.0, 9235.0, 9198.0, 9230.0, 9194.0, 9242.0, 9223.0, 9220.0, 9215.0, 9234.0, 9280.0, 9270.0, 9232.0, 9269.0, 9215.0, 9290.0, 9242.0, 9245.0, 9295.0, 9199.0, 9279.0, 9193.0, 9237.0, 9259.0, 9209.0, 9258.0, 9177.0, 9251.0, 9177.0, 9210.0, 9178.0, 9215.0, 9251.0, 9216.0, 9245.0, 9225.0, 9264.0, 9202.0, 9231.0, 9282.0, 9197.0, 9239.0, 9261.0, 9210.0, 9242.0, 9180.0, 9252.0, 9231.0, 9219.0, 9225.0, 9175.0, 9247.0, 9189.0, 9197.0, 9235.0, 9198.0, 9239.0, 9245.0, 9201.0, 9283.0, 9191.0, 9224.0, 9260.0, 9179.0, 9241.0, 9263.0, 9214.0, 9240.0, 9198.0, 9231.0, 9282.0, 9215.0, 9256.0, 9197.0, 9227.0, 9264.0, 9199.0, 9255.0, 9296.0, 9235.0, 9266.0, 9177.0, 9226.0, 9261.0, 9194.0, 9254.0, 9176.0, 9224.0, 9257.0, 9213.0, 9244.0, 9199.0, 9221.0, 9234.0, 9212.0, 9272.0, 9232.0, 9232.0, 9178.0, 9244.0, 9265.0, 9212.0, 9252.0, 9237.0, 9307.0, 9229.0, 9265.0, 9198.0, 9225.0, 9176.0, 9221.0, 9276.0, 9206.0, 9256.0, 9187.0, 9203.0, 9241.0, 9187.0, 9223.0, 9175.0, 9190.0, 9197.0, 9228.0, 9208.0, 9225.0, 9234.0, 9182.0, 9240.0, 9196.0, 9220.0, 9264.0, 9206.0, 9243.0, 9196.0, 9229.0, 9278.0, 9214.0, 9272.0, 9237.0, 9213.0, 9263.0, 9204.0, 9240.0, 9176.0, 9225.0, 9232.0, 9210.0, 9236.0, 9177.0, 9210.0, 9223.0, 9211.0, 9224.0, 9221.0, 9200.0, 9237.0, 9214.0, 9232.0, 9249.0, 9210.0, 9221.0, 9275.0, 9197.0, 9252.0, 9192.0, 9226.0, 9245.0, 9198.0, 9255.0, 9197.0, 9232.0, 9243.0, 9229.0, 9284.0, 9266.0, 9287.0, 9300.0, 9219.0, 9268.0, 9210.0, 9240.0, 9267.0, 9214.0, 9264.0, 9214.0, 9271.0, 9240.0, 9213.0, 9266.0, 9195.0, 9266.0, 9236.0, 9227.0, 9249.0, 9212.0, 9271.0, 9206.0, 9230.0, 9282.0, 9240.0, 9256.0, 9242.0, 9250.0, 9243.0, 9233.0, 9238.0, 9214.0, 9271.0, 9212.0, 9242.0, 9298.0, 9227.0, 9257.0, 9205.0, 9260.0, 9240.0, 9243.0, 9227.0, 9232.0, 9222.0, 9231.0, 9252.0, 9216.0, 9254.0, 9216.0, 9213.0, 9198.0, 9245.0, 9216.0, 9242.0, 9267.0, 9237.0, 9238.0, 9262.0, 9207.0, 9234.0, 9207.0, 9222.0, 9189.0, 9209.0, 9217.0, 9197.0, 9221.0, 9179.0, 9224.0, 9189.0, 9208.0, 9218.0, 9196.0, 9234.0, 9230.0, 9248.0, 9241.0, 9237.0, 9283.0, 9222.0, 9239.0, 9197.0, 9239.0, 9270.0, 9193.0, 9264.0, 9189.0, 9221.0, 9270.0, 9179.0, 9248.0, 9185.0, 9187.0, 9209.0, 9173.0, 9234.0, 9190.0, 9214.0, 9209.0, 9224.0, 9231.0, 9223.0, 9276.0, 9202.0, 9237.0, 9282.0, 9205.0, 9294.0, 9262.0, 9233.0, 9281.0, 9199.0, 9271.0, 9247.0, 9231.0, 9265.0, 9197.0, 9255.0, 9264.0, 9205.0, 9225.0, 9213.0, 9241.0, 9211.0, 9234.0, 9230.0, 9239.0, 9266.0, 9268.0, 9305.0, 9228.0, 9252.0, 9304.0, 9251.0, 9275.0, 9196.0, 9230.0, 9294.0, 9225.0, 9257.0, 9230.0, 9226.0, 9234.0, 9183.0, 9223.0, 9182.0, 9213.0, 9210.0, 9255.0, 9211.0, 9232.0, 9225.0, 9212.0, 9279.0, 9213.0, 9309.0, 9231.0, 9222.0, 9271.0, 9189.0, 9198.0, 9182.0, 9186.0, 9207.0, 9198.0, 9211.0, 9187.0, 9203.0, 9156.0, 9208.0, 9200.0, 9192.0, 9204.0, 9175.0, 9204.0, 9198.0, 9190.0, 9236.0, 9179.0, 9226.0, 9206.0, 9215.0, 9256.0, 9199.0, 9231.0, 9240.0, 9216.0, 9240.0, 9192.0, 9228.0, 9251.0, 9200.0, 9255.0, 9261.0, 9213.0, 9239.0, 9212.0, 9237.0, 9193.0, 9209.0, 9232.0, 9211.0, 9241.0, 9196.0, 9227.0, 9259.0, 9212.0, 9259.0, 9193.0, 9222.0, 9272.0, 9191.0, 9264.0, 9239.0, 9187.0, 9244.0, 9170.0, 9233.0, 9225.0, 9212.0, 9214.0, 9190.0, 9206.0, 9210.0, 9225.0, 9231.0, 9212.0, 9232.0, 9175.0, 9221.0, 9255.0, 9191.0, 9249.0, 9165.0, 9240.0, 9262.0, 9217.0, 9235.0, 9177.0, 9221.0, 9240.0, 9193.0, 9223.0, 9194.0, 9228.0, 9266.0, 9218.0, 9227.0, 9211.0, 9228.0, 9197.0, 9229.0, 9250.0, 9201.0, 9259.0, 9220.0, 9238.0, 9198.0, 9251.0, 9274.0, 9230.0, 9300.0, 9229.0, 9243.0, 9292.0, 9225.0, 9223.0, 9239.0, 9193.0, 9218.0, 9210.0, 9208.0, 9193.0, 9213.0, 9221.0, 9201.0, 9213.0, 9217.0, 9244.0, 9212.0, 9236.0, 9245.0, 9231.0, 9276.0, 9240.0, 9288.0, 9255.0, 9226.0, 9242.0, 9262.0, 9286.0, 9216.0, 9263.0, 9293.0, 9214.0, 9245.0, 9215.0, 9257.0, 9279.0, 9207.0, 9274.0, 9198.0, 9215.0, 9264.0, 9179.0, 9250.0, 9163.0, 9191.0, 9241.0, 9159.0, 9204.0, 9142.0, 9170.0, 9197.0, 9157.0, 9160.0, 9141.0, 9174.0, 9169.0, 9164.0, 9222.0, 9161.0, 9182.0, 9188.0, 9181.0, 9200.0, 9185.0, 9219.0, 9188.0, 9183.0, 9221.0, 9216.0, 9290.0, 9227.0, 9229.0, 9239.0, 9218.0, 9274.0, 9232.0, 9236.0, 9259.0, 9222.0, 9277.0, 9284.0, 9244.0, 9279.0, 9221.0, 9263.0, 9227.0, 9222.0, 9261.0, 9241.0, 9252.0, 9237.0, 9291.0, 9307.0, 9242.0, 9280.0, 9223.0, 9254.0, 9298.0, 9226.0, 9295.0, 9273.0, 9255.0, 9279.0, 9220.0, 9255.0, 9276.0, 9227.0, 9278.0, 9226.0, 9282.0, 9255.0, 9275.0, 9272.0, 9279.0, 9304.0, 9237.0, 9306.0, 9271.0, 9296.0, 9294.0, 9261.0, 9312.0, 9237.0, 9229.0, 9217.0, 9231.0, 9219.0, 9229.0, 9232.0, 9263.0, 9215.0, 9246.0, 9268.0, 9234.0, 9302.0, 9227.0, 9252.0, 9193.0, 9223.0, 9196.0, 9205.0, 9261.0, 9192.0, 9215.0, 9190.0, 9220.0, 9191.0, 9209.0, 9224.0, 9232.0, 9228.0, 9231.0, 9238.0, 9217.0, 9246.0, 9219.0, 9272.0, 9223.0, 9267.0, 9291.0, 9233.0, 9278.0, 9202.0, 9234.0, 9224.0, 9238.0, 9197.0, 9240.0, 9200.0, 9231.0, 9283.0, 9215.0, 9247.0, 9196.0, 9220.0, 9196.0, 9225.0, 9205.0, 9221.0, 9237.0, 9216.0, 9245.0, 9226.0, 9249.0, 9207.0, 9264.0, 9219.0, 9247.0, 9269.0, 9252.0, 9272.0, 9231.0, 9254.0, 9216.0, 9273.0, 9203.0, 9261.0, 9290.0, 9245.0, 9275.0, 9199.0, 9233.0, 9208.0, 9222.0, 9195.0, 9239.0, 9210.0, 9225.0, 9262.0, 9215.0, 9237.0, 9214.0, 9241.0, 9223.0, 9212.0, 9249.0, 9211.0, 9227.0, 9234.0, 9245.0, 9266.0, 9215.0, 9249.0, 9236.0, 9255.0, 9233.0, 9206.0, 9233.0, 9206.0, 9251.0, 9245.0, 9209.0, 9235.0, 9193.0, 9225.0, 9263.0, 9213.0, 9243.0, 9230.0, 9257.0, 9212.0, 9219.0, 9253.0, 9228.0, 9251.0, 9216.0, 9271.0, 9265.0, 9236.0, 9267.0, 9215.0, 9274.0, 9222.0, 9218.0, 9280.0, 9214.0, 9261.0, 9214.0, 9209.0, 9214.0, 9243.0, 9214.0, 9246.0, 9252.0, 9236.0, 9281.0, 9213.0, 9250.0, 9208.0, 9222.0, 9198.0, 9240.0, 9233.0, 9209.0, 9273.0, 9192.0, 9248.0, 9193.0, 9224.0, 9260.0, 9210.0, 9229.0, 9193.0, 9234.0, 9206.0, 9211.0, 9231.0, 9212.0, 9258.0, 9223.0, 9228.0, 9234.0, 9238.0, 9229.0, 9221.0, 9266.0, 9233.0, 9238.0, 9289.0, 9275.0, 9288.0, 9218.0, 9239.0, 9274.0, 9230.0, 9262.0, 9227.0, 9218.0, 9293.0, 9215.0, 9270.0, 9212.0, 9226.0, 9290.0, 9230.0, 9211.0, 9211.0, 9237.0, 9205.0, 9214.0, 9252.0, 9212.0, 9235.0, 9209.0, 9232.0, 9248.0, 9213.0, 9234.0, 9207.0, 9220.0, 9190.0, 9222.0, 9232.0, 9195.0, 9231.0, 9210.0, 9227.0, 9215.0, 9242.0, 9212.0, 9238.0, 9274.0, 9191.0, 9256.0, 9214.0, 9213.0, 9165.0, 9187.0, 9223.0, 9186.0, 9211.0, 9185.0, 9226.0, 9186.0, 9204.0, 9188.0, 9208.0, 9229.0, 9212.0, 9238.0, 9206.0, 9244.0, 9209.0, 9227.0, 9266.0, 9230.0, 9262.0, 9219.0, 9241.0, 9181.0, 9212.0, 9182.0, 9203.0, 9183.0, 9190.0, 9214.0, 9210.0, 9246.0, 9173.0, 9203.0, 9249.0, 9188.0, 9231.0, 9189.0, 9220.0, 9227.0, 9238.0, 9225.0, 9227.0, 9228.0, 9213.0, 9218.0, 9197.0, 9250.0, 9250.0, 9237.0, 9251.0, 9269.0, 9249.0, 9255.0, 9290.0, 9222.0, 9262.0, 9234.0, 9220.0, 9257.0, 9216.0, 9244.0, 9266.0, 9210.0, 9250.0, 9211.0, 9211.0, 9211.0, 9241.0, 9209.0, 9231.0, 9240.0, 9229.0, 9269.0, 9228.0, 9255.0, 9192.0, 9213.0, 9235.0, 9211.0, 9261.0, 9230.0, 9215.0, 9256.0, 9215.0, 9239.0, 9203.0, 9211.0, 9248.0, 9211.0, 9238.0, 9262.0, 9195.0, 9249.0, 9194.0, 9226.0, 9247.0, 9214.0, 9236.0, 9208.0, 9246.0, 9256.0, 9230.0, 9260.0, 9227.0, 9251.0, 9276.0, 9236.0, 9277.0, 9218.0, 9258.0, 9293.0, 9210.0, 9270.0, 9196.0, 9223.0, 9217.0, 9244.0, 9258.0, 9233.0, 9255.0, 9222.0, 9235.0, 9219.0, 9266.0, 9218.0, 9284.0, 9240.0, 9294.0, 9259.0, 9260.0, 9265.0, 9210.0, 9278.0, 9191.0, 9221.0, 9259.0, 9188.0, 9218.0, 9208.0, 9226.0, 9200.0, 9193.0, 9202.0, 9210.0, 9224.0, 9227.0, 9266.0, 9269.0, 9251.0, 9269.0, 9240.0, 9284.0, 9252.0, 9254.0, 9304.0, 9221.0, 9295.0, 9288.0, 9233.0, 9285.0, 9224.0, 9246.0, 9296.0, 9222.0, 9221.0, 9270.0, 9175.0, 9262.0, 9245.0, 9193.0, 9232.0, 9194.0, 9260.0, 9268.0, 9238.0, 9257.0, 9219.0, 9310.0, 9276.0, 9268.0, 9299.0, 9221.0, 9289.0, 9264.0, 9197.0, 9284.0, 9207.0, 9222.0, 9273.0, 9191.0, 9222.0, 9256.0, 9191.0, 9230.0, 9187.0, 9220.0, 9214.0, 9194.0, 9231.0, 9212.0, 9268.0, 9194.0, 9211.0, 9248.0, 9198.0, 9237.0, 9192.0, 9239.0, 9289.0, 9209.0, 9259.0, 9189.0, 9234.0, 9270.0, 9190.0, 9258.0, 9169.0, 9189.0, 9244.0, 9189.0, 9213.0, 9173.0, 9206.0, 9190.0, 9222.0, 9190.0, 9197.0, 9198.0, 9255.0, 9202.0, 9281.0, 9181.0, 9217.0, 9282.0, 9196.0, 9247.0, 9224.0, 9278.0, 9221.0, 9241.0, 9198.0, 9247.0, 9209.0, 9225.0, 9170.0, 9200.0, 9181.0, 9232.0, 9242.0, 9208.0, 9231.0, 9198.0, 9252.0, 9223.0, 9234.0, 9224.0, 9225.0, 9233.0, 9242.0, 9214.0, 9227.0, 9209.0, 9245.0, 9226.0, 9229.0, 9251.0, 9215.0, 9236.0, 9196.0, 9252.0, 9224.0, 9258.0, 9232.0, 9233.0, 9245.0, 9241.0, 9294.0, 9344.0, 9293.0, 9313.0, 9328.0, 9256.0, 9263.0, 9218.0, 9299.0, 9237.0, 9268.0, 9261.0, 9245.0, 9198.0, 9231.0, 9306.0, 9260.0, 9319.0, 9265.0, 9280.0, 9206.0, 9248.0, 9182.0, 9213.0, 9270.0, 9225.0, 9232.0, 9148.0, 9203.0, 9161.0, 9199.0, 9189.0, 9207.0, 9171.0, 9204.0, 9197.0, 9195.0, 9217.0, 9214.0, 9221.0, 9217.0, 9256.0, 9216.0, 9251.0, 9200.0, 9223.0, 9216.0, 9275.0, 9241.0, 9226.0, 9276.0, 9200.0, 9233.0, 9198.0, 9238.0, 9213.0, 9239.0, 9194.0, 9258.0, 9257.0, 9226.0, 9233.0, 9197.0, 9193.0, 9215.0, 9240.0, 9232.0, 9257.0, 9234.0, 9275.0, 9199.0, 9258.0, 9278.0, 9226.0, 9263.0, 9199.0, 9267.0, 9191.0, 9222.0, 9273.0, 9187.0, 9258.0, 9169.0, 9203.0, 9199.0, 9202.0, 9233.0, 9176.0, 9265.0, 9216.0, 9187.0, 9195.0, 9206.0, 9244.0, 9315.0, 9236.0, 9235.0, 9242.0, 9185.0, 9214.0, 9238.0, 9181.0, 9238.0, 9171.0, 9197.0, 9269.0, 9219.0, 9209.0, 9242.0, 9143.0, 9148.0, 9148.0, 9168.0, 9208.0, 9167.0, 9179.0, 9178.0, 9190.0, 9177.0, 9208.0, 9175.0, 9196.0, 9209.0, 9233.0, 9234.0, 9213.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.0035686202686202686</td></tr>
<tr><td colspan=3>aqi</td><td>0.031919731135531135</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.71425214568722</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2345397786560774</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0434139869578491</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>7066.9141</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12796786942878385</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>203</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.393162393162394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.312234535268391</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.246699310070878</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4876376679628236</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2023666277714726</td></tr>
<tr><td colspan=3>gcor</td><td>0.010272</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019770096987485886</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028385750949382782</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.020081839813182</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>31.1865</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6404</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.4503</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308742.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>737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.8898</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.468</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.6522</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3441.061</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.7413</td></tr>
<tr><td colspan=3>tsnr</td><td>33.93888175569009</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>