<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-03/func/sub-0103_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>59feb3893a0017aa7003ff5cf4ee274b</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>21:25:55.747500</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.99847, 0.0520754, 0.018582, -0.049008, 0.989129, -0.138644]</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.0822949</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>[4227, -7720, -7274, 227, -173, -196, -145, 79]</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>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15c3af75-bb52-4b37-a74a-173636bb7fd3||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.6788227558135986, -0.13148489594459534, 0.06911972910165787, 113.8221664428711], [-0.1397145688533783, 2.6537606716156006, -0.3713076114654541, -92.58722686767578], [0.04985402897000313, 0.3719719648361206, 2.6734533309936523, -109.88697052001953], [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': ['212555.747500', '212556.207500', '212556.667500', '212557.127500', '212557.587500', '212558.047500', '212558.507500', '212558.967500', '212559.427500', '212559.887500', '212600.347500', '212600.807500', '212601.267500', '212601.727500', '212602.187500', '212602.647500', '212603.107500', '212603.567500', '212604.027500', '212604.487500', '212604.947500', '212605.407500', '212605.867500', '212606.327500', '212606.787500', '212607.247500', '212607.707500', '212608.167500', '212608.627500', '212609.087500', '212609.547500', '212610.007500', '212610.467500', '212610.927500', '212611.387500', '212611.847500', '212612.307500', '212612.767500', '212613.227500', '212613.687500', '212614.147500', '212614.607500', '212615.067500', '212615.527500', '212615.987500', '212616.447500', '212616.907500', '212617.367500', '212617.827500', '212618.287500', '212618.747500', '212619.207500', '212619.667500', '212620.127500', '212620.587500', '212621.047500', '212621.507500', '212621.967500', '212622.427500', '212622.887500', '212623.347500', '212623.807500', '212624.267500', '212624.727500', '212625.187500', '212625.647500', '212626.107500', '212626.567500', '212627.027500', '212627.487500', '212627.947500', '212628.407500', '212628.867500', '212629.327500', '212629.787500', '212630.247500', '212630.707500', '212631.167500', '212631.627500', '212632.087500', '212632.547500', '212633.007500', '212633.467500', '212633.927500', '212634.387500', '212634.847500', '212635.307500', '212635.767500', '212636.227500', '212636.687500', '212637.147500', '212637.607500', '212638.067500', '212638.527500', '212638.987500', '212639.447500', '212639.907500', '212640.367500', '212640.827500', '212641.287500', '212641.747500', '212642.207500', '212642.667500', '212643.127500', '212643.587500', '212644.047500', '212644.507500', '212644.967500', '212645.427500', '212645.887500', '212646.347500', '212646.807500', '212647.267500', '212647.727500', '212648.187500', '212648.647500', '212649.107500', '212649.567500', '212650.027500', '212650.487500', '212650.947500', '212651.407500', '212651.867500', '212652.327500', '212652.787500', '212653.247500', '212653.707500', '212654.167500', '212654.627500', '212655.087500', '212655.547500', '212656.007500', '212656.467500', '212656.927500', '212657.387500', '212657.847500', '212658.307500', '212658.767500', '212659.227500', '212659.687500', '212700.147500', '212700.607500', '212701.067500', '212701.527500', '212701.987500', '212702.447500', '212702.907500', '212703.367500', '212703.827500', '212704.287500', '212704.747500', '212705.207500', '212705.667500', '212706.127500', '212706.587500', '212707.047500', '212707.507500', '212707.967500', '212708.427500', '212708.887500', '212709.347500', '212709.807500', '212710.267500', '212710.727500', '212711.187500', '212711.647500', '212712.107500', '212712.567500', '212713.027500', '212713.487500', '212713.947500', '212714.407500', '212714.867500', '212715.327500', '212715.787500', '212716.247500', '212716.707500', '212717.167500', '212717.627500', '212718.087500', '212718.547500', '212719.007500', '212719.467500', '212719.927500', '212720.387500', '212720.847500', '212721.307500', '212721.767500', '212722.227500', '212722.687500', '212723.147500', '212723.607500', '212724.067500', '212724.527500', '212724.987500', '212725.447500', '212725.907500', '212726.367500', '212726.827500', '212727.287500', '212727.747500', '212728.207500', '212728.667500', '212729.127500', '212729.587500', '212730.047500', '212730.507500', '212730.967500', '212731.427500', '212731.887500', '212732.347500', '212732.807500', '212733.267500', '212733.727500', '212734.187500', '212734.647500', '212735.107500', '212735.567500', '212736.027500', '212736.487500', '212736.947500', '212737.407500', '212737.867500', '212738.327500', '212738.787500', '212739.247500', '212739.707500', '212740.167500', '212740.627500', '212741.087500', '212741.547500', '212742.007500', '212742.467500', '212742.927500', '212743.387500', '212743.847500', '212744.307500', '212744.767500', '212745.227500', '212745.687500', '212746.147500', '212746.607500', '212747.067500', '212747.527500', '212747.987500', '212748.447500', '212748.907500', '212749.367500', '212749.827500', '212750.287500', '212750.747500', '212751.207500', '212751.667500', '212752.127500', '212752.587500', '212753.047500', '212753.507500', '212753.967500', '212754.427500', '212754.887500', '212755.347500', '212755.807500', '212756.267500', '212756.727500', '212757.187500', '212757.647500', '212758.107500', '212758.567500', '212759.027500', '212759.487500', '212759.947500', '212800.407500', '212800.867500', '212801.327500', '212801.787500', '212802.247500', '212802.707500', '212803.167500', '212803.627500', '212804.087500', '212804.547500', '212805.007500', '212805.467500', '212805.927500', '212806.387500', '212806.847500', '212807.307500', '212807.767500', '212808.227500', '212808.687500', '212809.147500', '212809.607500', '212810.067500', '212810.527500', '212810.987500', '212811.447500', '212811.907500', '212812.367500', '212812.827500', '212813.287500', '212813.747500', '212814.207500', '212814.667500', '212815.127500', '212815.587500', '212816.047500', '212816.507500', '212816.967500', '212817.427500', '212817.887500', '212818.347500', '212818.807500', '212819.267500', '212819.727500', '212820.187500', '212820.647500', '212821.107500', '212821.567500', '212822.027500', '212822.487500', '212822.947500', '212823.407500', '212823.867500', '212824.327500', '212824.787500', '212825.247500', '212825.707500', '212826.167500', '212826.627500', '212827.087500', '212827.547500', '212828.007500', '212828.467500', '212828.927500', '212829.387500', '212829.847500', '212830.307500', '212830.767500', '212831.227500', '212831.687500', '212832.147500', '212832.607500', '212833.067500', '212833.527500', '212833.987500', '212834.447500', '212834.907500', '212835.367500', '212835.827500', '212836.287500', '212836.747500', '212837.207500', '212837.667500', '212838.127500', '212838.587500', '212839.047500', '212839.507500', '212839.967500', '212840.427500', '212840.887500', '212841.347500', '212841.807500', '212842.267500', '212842.727500', '212843.187500', '212843.647500', '212844.107500', '212844.567500', '212845.027500', '212845.487500', '212845.947500', '212846.407500', '212846.867500', '212847.327500', '212847.787500', '212848.247500', '212848.707500', '212849.167500', '212849.627500', '212850.087500', '212850.547500', '212851.007500', '212851.467500', '212851.927500', '212852.387500', '212852.847500', '212853.307500', '212853.767500', '212854.227500', '212854.687500', '212855.147500', '212855.607500', '212856.067500', '212856.527500', '212856.987500', '212857.447500', '212857.907500', '212858.367500', '212858.827500', '212859.287500', '212859.747500', '212900.207500', '212900.667500', '212901.127500', '212901.587500', '212902.047500', '212902.507500', '212902.967500', '212903.427500', '212903.887500', '212904.347500', '212904.807500', '212905.267500', '212905.727500', '212906.187500', '212906.647500', '212907.107500', '212907.567500', '212908.027500', '212908.487500', '212908.947500', '212909.407500', '212909.867500', '212910.327500', '212910.787500', '212911.247500', '212911.707500', '212912.167500', '212912.627500', '212913.087500', '212913.547500', '212914.007500', '212914.467500', '212914.927500', '212915.387500', '212915.847500', '212916.307500', '212916.767500', '212917.227500', '212917.687500', '212918.147500', '212918.607500', '212919.067500', '212919.527500', '212919.987500', '212920.447500', '212920.907500', '212921.367500', '212921.827500', '212922.287500', '212922.747500', '212923.207500', '212923.667500', '212924.127500', '212924.587500', '212925.047500', '212925.507500', '212925.967500', '212926.427500', '212926.887500', '212927.347500', '212927.807500', '212928.267500', '212928.727500', '212929.187500', '212929.647500', '212930.107500', '212930.567500', '212931.027500', '212931.487500', '212931.947500', '212932.407500', '212932.867500', '212933.327500', '212933.787500', '212934.247500', '212934.707500', '212935.167500', '212935.627500', '212936.087500', '212936.547500', '212937.007500', '212937.467500', '212937.927500', '212938.387500', '212938.847500', '212939.307500', '212939.767500', '212940.227500', '212940.687500', '212941.147500', '212941.607500', '212942.067500', '212942.527500', '212942.987500', '212943.447500', '212943.907500', '212944.367500', '212944.827500', '212945.287500', '212945.747500', '212946.207500', '212946.667500', '212947.127500', '212947.587500', '212948.047500', '212948.507500', '212948.967500', '212949.427500', '212949.887500', '212950.347500', '212950.807500', '212951.267500', '212951.727500', '212952.187500', '212952.647500', '212953.107500', '212953.567500', '212954.027500', '212954.487500', '212954.947500', '212955.407500', '212955.867500', '212956.327500', '212956.787500', '212957.247500', '212957.707500', '212958.167500', '212958.627500', '212959.087500', '212959.547500', '213000.007500', '213000.467500', '213000.927500', '213001.387500', '213001.847500', '213002.307500', '213002.767500', '213003.227500', '213003.687500', '213004.147500', '213004.607500', '213005.067500', '213005.527500', '213005.987500', '213006.447500', '213006.907500', '213007.367500', '213007.827500', '213008.287500', '213008.747500', '213009.207500', '213009.667500', '213010.127500', '213010.587500', '213011.047500', '213011.507500', '213011.967500', '213012.427500', '213012.887500', '213013.347500', '213013.807500', '213014.267500', '213014.727500', '213015.187500', '213015.647500', '213016.107500', '213016.567500', '213017.027500', '213017.487500', '213017.947500', '213018.407500', '213018.867500', '213019.327500', '213019.787500', '213020.247500', '213020.707500', '213021.167500', '213021.627500', '213022.087500', '213022.547500', '213023.007500', '213023.467500', '213023.927500', '213024.387500', '213024.847500', '213025.307500', '213025.767500', '213026.227500', '213026.687500', '213027.147500', '213027.607500', '213028.067500', '213028.527500', '213028.987500', '213029.447500', '213029.907500', '213030.367500', '213030.827500', '213031.287500', '213031.747500', '213032.207500', '213032.667500', '213033.127500', '213033.587500', '213034.047500', '213034.507500', '213034.967500', '213035.427500', '213035.887500', '213036.347500', '213036.807500', '213037.267500', '213037.727500', '213038.187500', '213038.647500', '213039.107500', '213039.567500', '213040.027500', '213040.487500', '213040.947500', '213041.407500', '213041.867500', '213042.327500', '213042.787500', '213043.247500', '213043.707500', '213044.167500', '213044.627500', '213045.087500', '213045.547500', '213046.007500', '213046.467500', '213046.927500', '213047.387500', '213047.847500', '213048.307500', '213048.767500', '213049.227500', '213049.687500', '213050.147500', '213050.607500', '213051.067500', '213051.527500', '213051.987500', '213052.447500', '213052.907500', '213053.367500', '213053.827500', '213054.287500', '213054.747500', '213055.207500', '213055.667500', '213056.127500', '213056.587500', '213057.047500', '213057.507500', '213057.967500', '213058.427500', '213058.887500', '213059.347500', '213059.807500', '213100.267500', '213100.727500', '213101.187500', '213101.647500', '213102.107500', '213102.567500', '213103.027500', '213103.487500', '213103.947500', '213104.407500', '213104.867500', '213105.327500', '213105.787500', '213106.247500', '213106.707500', '213107.167500', '213107.627500', '213108.087500', '213108.547500', '213109.007500', '213109.467500', '213109.927500', '213110.387500', '213110.847500', '213111.307500', '213111.767500', '213112.227500', '213112.687500', '213113.147500', '213113.607500', '213114.067500', '213114.527500', '213114.987500', '213115.447500', '213115.907500', '213116.367500', '213116.827500', '213117.287500', '213117.747500', '213118.207500', '213118.667500', '213119.127500', '213119.587500', '213120.047500', '213120.507500', '213120.967500', '213121.427500', '213121.887500', '213122.347500', '213122.807500', '213123.267500', '213123.727500', '213124.187500', '213124.647500', '213125.107500', '213125.567500', '213126.027500', '213126.487500', '213126.947500', '213127.407500', '213127.867500', '213128.327500', '213128.787500', '213129.247500', '213129.707500', '213130.167500', '213130.627500', '213131.087500', '213131.547500', '213132.007500', '213132.467500', '213132.927500', '213133.387500', '213133.847500', '213134.307500', '213134.767500', '213135.227500', '213135.687500', '213136.147500', '213136.607500', '213137.067500', '213137.527500', '213137.987500', '213138.447500', '213138.907500', '213139.367500', '213139.827500', '213140.287500', '213140.747500', '213141.207500', '213141.667500', '213142.127500', '213142.587500', '213143.047500', '213143.507500', '213143.967500', '213144.427500', '213144.887500', '213145.347500', '213145.807500', '213146.267500', '213146.727500', '213147.187500', '213147.647500', '213148.107500', '213148.567500', '213149.027500', '213149.487500', '213149.947500', '213150.407500', '213150.867500', '213151.327500', '213151.787500', '213152.247500', '213152.707500', '213153.167500', '213153.627500', '213154.087500', '213154.547500', '213155.007500', '213155.467500', '213155.927500', '213156.387500', '213156.847500', '213157.307500', '213157.767500', '213158.227500', '213158.687500', '213159.147500', '213159.607500', '213200.067500', '213200.527500', '213200.987500', '213201.447500', '213201.907500', '213202.367500', '213202.827500', '213203.287500', '213203.747500', '213204.207500', '213204.667500', '213205.127500', '213205.587500', '213206.047500', '213206.507500', '213206.967500', '213207.427500', '213207.887500', '213208.347500', '213208.807500', '213209.267500', '213209.727500', '213210.187500', '213210.647500', '213211.107500', '213211.567500', '213212.027500', '213212.487500', '213212.947500', '213213.407500', '213213.867500', '213214.327500', '213214.787500', '213215.247500', '213215.707500', '213216.167500', '213216.627500', '213217.087500', '213217.547500', '213218.007500', '213218.467500', '213218.927500', '213219.387500', '213219.847500', '213220.307500', '213220.767500', '213221.227500', '213221.687500', '213222.147500', '213222.607500', '213223.067500', '213223.527500', '213223.987500', '213224.447500', '213224.907500', '213225.367500', '213225.827500', '213226.287500', '213226.747500', '213227.207500', '213227.667500', '213228.127500', '213228.587500', '213229.047500', '213229.507500', '213229.967500', '213230.427500', '213230.887500', '213231.347500', '213231.807500', '213232.267500', '213232.727500', '213233.187500', '213233.647500', '213234.107500', '213234.567500', '213235.027500', '213235.487500', '213235.947500', '213236.407500', '213236.867500', '213237.327500', '213237.787500', '213238.247500', '213238.707500', '213239.167500', '213239.627500', '213240.087500', '213240.547500', '213241.007500', '213241.467500', '213241.927500', '213242.387500', '213242.847500', '213243.307500', '213243.767500', '213244.227500', '213244.687500', '213245.147500', '213245.607500', '213246.067500', '213246.527500', '213246.987500', '213247.447500', '213247.907500', '213248.367500', '213248.827500', '213249.287500', '213249.747500', '213250.207500', '213250.667500', '213251.127500', '213251.587500', '213252.047500', '213252.507500', '213252.967500', '213253.427500', '213253.887500', '213254.347500', '213254.807500', '213255.267500', '213255.727500', '213256.187500', '213256.647500', '213257.107500', '213257.567500', '213258.027500', '213258.487500', '213258.947500', '213259.407500', '213259.867500', '213300.327500', '213300.787500', '213301.247500', '213301.707500', '213302.167500', '213302.627500', '213303.087500', '213303.547500', '213304.007500', '213304.467500', '213304.927500', '213305.387500', '213305.847500', '213306.307500', '213306.767500', '213307.227500', '213307.687500', '213308.147500', '213308.607500', '213309.067500', '213309.527500', '213309.987500', '213310.447500', '213310.907500', '213311.367500', '213311.827500', '213312.287500', '213312.747500', '213313.207500', '213313.667500', '213314.127500', '213314.587500', '213315.047500', '213315.507500', '213315.967500', '213316.427500', '213316.887500', '213317.347500', '213317.807500', '213318.267500', '213318.727500', '213319.187500', '213319.647500', '213320.107500', '213320.567500', '213321.027500', '213321.487500', '213321.947500', '213322.407500', '213322.867500', '213323.327500', '213323.787500', '213324.247500', '213324.707500', '213325.167500', '213325.627500', '213326.087500', '213326.547500', '213327.007500', '213327.467500', '213327.927500', '213328.387500', '213328.847500', '213329.307500', '213329.767500', '213330.227500', '213330.687500', '213331.147500', '213331.607500', '213332.067500', '213332.527500', '213332.987500', '213333.447500', '213333.907500', '213334.367500', '213334.827500', '213335.287500', '213335.747500', '213336.207500', '213336.667500', '213337.127500', '213337.587500', '213338.047500', '213338.507500', '213338.967500', '213339.427500', '213339.887500', '213340.347500', '213340.807500', '213341.267500', '213341.727500', '213342.187500', '213342.647500', '213343.107500', '213343.567500', '213344.027500', '213344.487500', '213344.947500', '213345.407500', '213345.867500', '213346.327500', '213346.787500', '213347.247500', '213347.707500', '213348.167500', '213348.627500', '213349.087500', '213349.547500', '213350.007500', '213350.467500', '213350.927500', '213351.387500', '213351.847500', '213352.307500', '213352.767500', '213353.227500', '213353.687500', '213354.147500', '213354.607500', '213355.067500', '213355.527500', '213355.987500', '213356.447500', '213356.907500', '213357.367500', '213357.827500', '213358.287500', '213358.747500', '213359.207500', '213359.667500', '213400.127500', '213400.587500', '213401.047500', '213401.507500', '213401.967500', '213402.427500', '213402.887500', '213403.347500', '213403.807500', '213404.267500', '213404.727500', '213405.187500', '213405.647500', '213406.107500', '213406.567500', '213407.027500', '213407.487500', '213407.947500', '213408.407500', '213408.867500', '213409.327500', '213409.787500', '213410.247500', '213410.707500', '213411.167500', '213411.627500', '213412.087500', '213412.547500', '213413.007500', '213413.467500', '213413.927500', '213414.387500', '213414.847500', '213415.307500', '213415.767500', '213416.227500', '213416.687500', '213417.147500', '213417.607500', '213418.067500', '213418.527500', '213418.987500', '213419.447500', '213419.907500', '213420.367500', '213420.827500', '213421.287500', '213421.747500', '213422.207500', '213422.667500', '213423.127500', '213423.587500', '213424.047500', '213424.507500', '213424.967500', '213425.427500', '213425.887500', '213426.347500', '213426.807500', '213427.267500', '213427.727500', '213428.187500', '213428.647500', '213429.107500', '213429.567500', '213430.027500', '213430.487500', '213430.947500', '213431.407500', '213431.867500', '213432.327500', '213432.787500', '213433.247500', '213433.707500', '213434.167500', '213434.627500', '213435.087500', '213435.547500', '213436.007500', '213436.467500', '213436.927500', '213437.387500', '213437.847500', '213438.307500', '213438.767500', '213439.227500', '213439.687500', '213440.147500', '213440.607500', '213441.067500', '213441.527500', '213441.987500', '213442.447500', '213442.907500', '213443.367500', '213443.827500', '213444.287500', '213444.747500', '213445.207500', '213445.667500', '213446.127500', '213446.587500', '213447.047500', '213447.507500', '213447.967500', '213448.427500', '213448.887500', '213449.347500', '213449.807500', '213450.267500', '213450.727500', '213451.187500', '213451.647500', '213452.107500', '213452.567500', '213453.027500', '213453.487500', '213453.947500', '213454.407500', '213454.867500', '213455.327500', '213455.787500', '213456.247500', '213456.707500', '213457.167500', '213457.627500', '213458.087500', '213458.547500', '213459.007500', '213459.467500', '213459.927500', '213500.387500', '213500.847500', '213501.307500', '213501.767500', '213502.227500', '213502.687500', '213503.147500', '213503.607500', '213504.067500', '213504.527500', '213504.987500', '213505.447500', '213505.907500', '213506.367500', '213506.827500', '213507.287500', '213507.747500', '213508.207500', '213508.667500', '213509.127500', '213509.587500', '213510.047500', '213510.507500', '213510.967500', '213511.427500', '213511.887500', '213512.347500', '213512.807500', '213513.267500', '213513.727500', '213514.187500', '213514.647500', '213515.107500', '213515.567500', '213516.027500', '213516.487500', '213516.947500', '213517.407500', '213517.867500', '213518.327500', '213518.787500', '213519.247500', '213519.707500', '213520.167500', '213520.627500', '213521.087500', '213521.547500', '213522.007500', '213522.467500', '213522.927500', '213523.387500', '213523.847500', '213524.307500', '213524.767500', '213525.227500', '213525.687500', '213526.147500', '213526.607500', '213527.067500', '213527.527500', '213527.987500', '213528.447500', '213528.907500', '213529.367500', '213529.827500', '213530.287500', '213530.747500', '213531.207500', '213531.667500', '213532.127500', '213532.587500', '213533.047500', '213533.507500', '213533.967500', '213534.427500', '213534.887500', '213535.347500', '213535.807500', '213536.267500', '213536.727500', '213537.187500', '213537.647500', '213538.107500', '213538.567500', '213539.027500', '213539.487500', '213539.947500', '213540.407500', '213540.867500', '213541.327500', '213541.787500', '213542.247500', '213542.707500', '213543.167500', '213543.627500', '213544.087500', '213544.547500', '213545.007500', '213545.467500', '213545.927500', '213546.387500', '213546.847500', '213547.307500', '213547.767500', '213548.227500', '213548.687500', '213549.147500', '213549.607500', '213550.067500', '213550.527500', '213550.987500', '213551.447500', '213551.907500', '213552.367500', '213552.827500', '213553.287500', '213553.747500', '213554.207500', '213554.667500', '213555.127500', '213555.587500', '213556.047500', '213556.507500', '213556.967500', '213557.427500', '213557.887500', '213558.347500', '213558.807500', '213559.267500', '213559.727500', '213600.187500', '213600.647500', '213601.107500', '213601.567500', '213602.027500', '213602.487500', '213602.947500', '213603.407500', '213603.867500', '213604.327500', '213604.787500', '213605.247500', '213605.707500', '213606.167500', '213606.627500', '213607.087500', '213607.547500', '213608.007500', '213608.467500', '213608.927500', '213609.387500', '213609.847500', '213610.307500', '213610.767500', '213611.227500', '213611.687500', '213612.147500', '213612.607500', '213613.067500', '213613.527500', '213613.987500', '213614.447500', '213614.907500', '213615.367500', '213615.827500', '213616.287500', '213616.747500', '213617.207500', '213617.667500', '213618.127500', '213618.587500', '213619.047500', '213619.507500', '213619.967500', '213620.427500', '213620.887500', '213621.347500', '213621.807500', '213622.267500', '213622.727500', '213623.187500', '213623.647500', '213624.107500', '213624.567500', '213625.027500', '213625.487500', '213625.947500', '213626.407500', '213626.867500', '213627.327500', '213627.787500', '213628.247500', '213628.707500', '213629.167500', '213629.627500', '213630.087500', '213630.547500', '213631.007500', '213631.467500', '213631.927500', '213632.387500', '213632.847500', '213633.307500', '213633.767500', '213634.227500', '213634.687500', '213635.147500', '213635.607500', '213636.067500', '213636.527500', '213636.987500', '213637.447500', '213637.907500', '213638.367500', '213638.827500', '213639.287500', '213639.747500', '213640.207500', '213640.667500', '213641.127500', '213641.587500', '213642.047500', '213642.507500', '213642.967500', '213643.427500', '213643.887500', '213644.347500', '213644.807500', '213645.267500', '213645.727500', '213646.187500', '213646.647500', '213647.107500', '213647.567500', '213648.027500', '213648.487500', '213648.947500', '213649.407500', '213649.867500', '213650.327500', '213650.787500', '213651.247500', '213651.707500', '213652.167500', '213652.627500', '213653.087500', '213653.547500', '213654.007500', '213654.467500', '213654.927500', '213655.387500', '213655.847500', '213656.307500', '213656.767500', '213657.227500', '213657.687500', '213658.147500', '213658.607500', '213659.067500', '213659.527500', '213659.987500', '213700.447500', '213700.907500', '213701.367500', '213701.827500', '213702.287500', '213702.747500', '213703.207500', '213703.667500', '213704.127500', '213704.587500', '213705.047500', '213705.507500', '213705.967500', '213706.427500', '213706.887500', '213707.347500', '213707.807500', '213708.267500', '213708.727500', '213709.187500', '213709.647500', '213710.107500', '213710.567500', '213711.027500', '213711.487500', '213711.947500', '213712.407500', '213712.867500', '213713.327500', '213713.787500', '213714.247500', '213714.707500', '213715.167500', '213715.627500', '213716.087500', '213716.547500', '213717.007500', '213717.467500', '213717.927500', '213718.387500', '213718.847500', '213719.307500', '213719.767500', '213720.227500', '213720.687500', '213721.147500', '213721.607500', '213722.067500', '213722.527500', '213722.987500', '213723.447500', '213723.907500', '213724.367500', '213724.827500', '213725.287500', '213725.747500', '213726.207500', '213726.667500', '213727.127500', '213727.587500', '213728.047500', '213728.507500', '213728.967500', '213729.427500', '213729.887500', '213730.347500', '213730.807500', '213731.267500', '213731.727500', '213732.187500', '213732.647500', '213733.107500', '213733.567500', '213734.027500', '213734.487500', '213734.947500', '213735.407500', '213735.867500', '213736.327500', '213736.787500', '213737.247500', '213737.707500', '213738.167500', '213738.627500', '213739.087500', '213739.547500', '213740.007500', '213740.467500', '213740.927500', '213741.387500', '213741.847500', '213742.307500', '213742.767500', '213743.227500', '213743.687500', '213744.147500', '213744.607500', '213745.067500', '213745.527500', '213745.987500', '213746.447500', '213746.907500', '213747.367500', '213747.827500', '213748.287500', '213748.747500', '213749.207500', '213749.667500', '213750.127500', '213750.587500', '213751.047500', '213751.507500', '213751.967500', '213752.427500', '213752.887500', '213753.347500', '213753.807500', '213754.267500', '213754.727500', '213755.187500', '213755.647500', '213756.107500', '213756.567500', '213757.027500', '213757.487500', '213757.947500', '213758.407500', '213758.867500', '213759.327500', '213759.787500', '213800.247500', '213800.707500', '213801.167500', '213801.627500', '213802.087500', '213802.547500', '213803.007500', '213803.467500', '213803.927500', '213804.387500', '213804.847500', '213805.307500', '213805.767500', '213806.227500', '213806.687500', '213807.147500', '213807.607500', '213808.067500', '213808.527500', '213808.987500', '213809.447500', '213809.907500', '213810.367500', '213810.827500', '213811.287500', '213811.747500', '213812.207500', '213812.667500', '213813.127500', '213813.587500', '213814.047500', '213814.507500', '213814.967500', '213815.427500', '213815.887500', '213816.347500', '213816.807500', '213817.267500', '213817.727500', '213818.187500', '213818.647500', '213819.107500', '213819.567500', '213820.027500', '213820.487500', '213820.947500', '213821.407500', '213821.867500', '213822.327500', '213822.787500', '213823.247500', '213823.707500', '213824.167500', '213824.627500', '213825.087500', '213825.547500', '213826.007500', '213826.467500', '213826.927500', '213827.387500', '213827.847500', '213828.307500', '213828.767500', '213829.227500', '213829.687500'], 'ContentTime': ['212611.966000', '212611.969000', '212611.972000', '212611.975000', '212611.978000', '212611.980000', '212611.983000', '212611.985000', '212611.988000', '212611.990000', '212611.993000', '212611.996000', '212611.998000', '212612.002000', '212612.005000', '212612.012000', '212612.014000', '212612.017000', '212612.020000', '212612.023000', '212612.025000', '212612.028000', '212612.030000', '212612.033000', '212612.036000', '212612.038000', '212612.041000', '212612.043000', '212612.046000', '212612.049000', '212612.051000', '212612.054000', '212631.936000', '212631.939000', '212631.942000', '212631.945000', '212631.947000', '212631.950000', '212631.959000', '212631.961000', '212631.964000', '212631.977000', '212631.980000', '212631.982000', '212631.985000', '212631.988000', '212631.990000', '212631.993000', '212631.996000', '212631.998000', '212632.002000', '212632.005000', '212632.007000', '212632.010000', '212632.013000', '212632.015000', '212632.018000', '212632.021000', '212632.023000', '212632.026000', '212632.028000', '212632.031000', '212632.034000', '212632.036000', '212632.039000', '212632.042000', '212632.046000', '212632.049000', '212632.051000', '212632.054000', '212632.057000', '212632.059000', '212632.062000', '212632.065000', '212632.067000', '212651.937000', '212651.940000', '212651.943000', '212651.945000', '212651.948000', '212651.951000', '212651.953000', '212651.956000', '212651.959000', '212651.961000', '212651.964000', '212651.966000', '212651.969000', '212651.972000', '212651.974000', '212651.977000', '212651.980000', '212651.982000', '212651.990000', '212651.993000', '212651.995000', '212651.998000', '212652.001000', '212652.004000', '212652.007000', '212652.009000', '212652.012000', '212652.015000', '212652.017000', '212652.020000', '212652.023000', '212652.025000', '212652.028000', '212652.030000', '212652.033000', '212652.035000', '212652.038000', '212652.041000', '212652.043000', '212652.046000', '212652.048000', '212652.051000', '212652.054000', '212652.056000', '212711.937000', '212711.940000', '212711.943000', '212711.945000', '212711.948000', '212711.951000', '212711.953000', '212711.956000', '212711.959000', '212711.961000', '212711.964000', '212711.966000', '212711.969000', '212711.972000', '212711.974000', '212711.977000', '212711.979000', '212711.982000', '212711.985000', '212711.987000', '212711.990000', '212711.993000', '212711.995000', '212711.998000', '212712.001000', '212712.004000', '212712.007000', '212712.009000', '212712.012000', '212712.015000', '212712.017000', '212712.020000', '212712.022000', '212712.025000', '212712.028000', '212712.030000', '212712.033000', '212712.036000', '212712.038000', '212712.041000', '212712.044000', '212712.047000', '212712.049000', '212731.938000', '212731.941000', '212731.943000', '212731.946000', '212731.948000', '212731.951000', '212731.954000', '212731.956000', '212731.959000', '212731.962000', '212731.964000', '212731.967000', '212731.969000', '212731.972000', '212731.975000', '212731.977000', '212731.980000', '212731.983000', '212731.985000', '212731.988000', '212731.990000', '212731.993000', '212731.996000', '212731.998000', '212732.002000', '212732.005000', '212732.007000', '212732.010000', '212732.013000', '212732.015000', '212732.018000', '212732.020000', '212732.023000', '212732.026000', '212732.028000', '212732.031000', '212732.034000', '212732.036000', '212732.039000', '212732.041000', '212732.044000', '212732.047000', '212732.049000', '212732.052000', '212751.937000', '212751.940000', '212751.943000', '212751.946000', '212751.949000', '212751.951000', '212751.954000', '212751.957000', '212751.959000', '212751.962000', '212751.965000', '212751.968000', '212751.970000', '212751.973000', '212751.975000', '212751.978000', '212751.981000', '212751.983000', '212751.986000', '212751.989000', '212751.991000', '212751.994000', '212751.997000', '212752.000000', '212752.003000', '212752.005000', '212752.008000', '212752.011000', '212752.014000', '212752.016000', '212752.019000', '212752.021000', '212752.024000', '212752.027000', '212752.029000', '212752.032000', '212752.034000', '212752.037000', '212752.040000', '212752.042000', '212752.045000', '212752.048000', '212752.050000', '212811.937000', '212811.940000', '212811.942000', '212811.945000', '212811.947000', '212811.964000', '212811.966000', '212811.969000', '212811.972000', '212811.974000', '212811.977000', '212811.979000', '212811.982000', '212811.985000', '212811.987000', '212811.990000', '212811.993000', '212811.995000', '212811.998000', '212812.002000', '212812.004000', '212812.007000', '212812.010000', '212812.012000', '212812.015000', '212812.018000', '212812.020000', '212812.023000', '212812.026000', '212812.028000', '212812.031000', '212812.033000', '212812.036000', '212812.039000', '212812.041000', '212812.044000', '212812.047000', '212812.049000', '212812.052000', '212812.054000', '212812.057000', '212812.060000', '212812.062000', '212812.065000', '212831.937000', '212831.939000', '212831.942000', '212831.945000', '212831.948000', '212831.950000', '212831.953000', '212831.956000', '212831.958000', '212831.961000', '212831.964000', '212831.966000', '212831.969000', '212831.972000', '212831.974000', '212831.977000', '212831.979000', '212831.982000', '212831.985000', '212831.987000', '212831.990000', '212831.993000', '212831.995000', '212831.998000', '212832.001000', '212832.004000', '212832.007000', '212832.010000', '212832.012000', '212832.015000', '212832.018000', '212832.020000', '212832.023000', '212832.026000', '212832.028000', '212832.031000', '212832.034000', '212832.036000', '212832.039000', '212832.042000', '212832.044000', '212832.047000', '212832.050000', '212851.936000', '212851.939000', '212851.942000', '212851.945000', '212851.948000', '212851.950000', '212851.953000', '212851.956000', '212851.958000', '212851.961000', '212851.963000', '212851.966000', '212851.969000', '212851.971000', '212851.974000', '212851.977000', '212851.979000', '212851.982000', '212851.985000', '212851.987000', '212851.990000', '212851.992000', '212851.995000', '212851.998000', '212852.001000', '212852.004000', '212852.006000', '212852.009000', '212852.012000', '212852.014000', '212852.017000', '212852.020000', '212852.022000', '212852.025000', '212852.027000', '212852.030000', '212852.033000', '212852.035000', '212852.038000', '212852.041000', '212852.043000', '212852.046000', '212852.048000', '212852.051000', '212911.937000', '212911.940000', '212911.943000', '212911.946000', '212911.948000', '212911.951000', '212911.954000', '212911.956000', '212911.959000', '212911.961000', '212911.964000', '212911.967000', '212911.969000', '212911.972000', '212911.974000', '212911.977000', '212911.980000', '212911.982000', '212911.985000', '212911.987000', '212911.990000', '212911.993000', '212911.995000', '212911.998000', '212912.001000', '212912.004000', '212912.007000', '212912.009000', '212912.012000', '212912.014000', '212912.017000', '212912.020000', '212912.022000', '212912.025000', '212912.027000', '212912.030000', '212912.033000', '212912.035000', '212912.038000', '212912.040000', '212912.043000', '212912.046000', '212912.048000', '212931.937000', '212931.940000', '212931.943000', '212931.946000', '212931.948000', '212931.951000', '212931.954000', '212931.956000', '212931.959000', '212931.961000', '212931.964000', '212931.967000', '212931.969000', '212931.972000', '212931.975000', '212931.977000', '212931.980000', '212931.983000', '212931.985000', '212931.988000', '212931.990000', '212931.993000', '212931.996000', '212931.998000', '212932.002000', '212932.005000', '212932.007000', '212932.010000', '212932.012000', '212932.015000', '212932.029000', '212932.032000', '212932.034000', '212932.037000', '212932.039000', '212932.042000', '212932.045000', '212932.047000', '212932.050000', '212932.053000', '212932.055000', '212932.058000', '212932.060000', '212932.063000', '212951.938000', '212951.941000', '212951.943000', '212951.946000', '212951.949000', '212951.951000', '212951.954000', '212951.957000', '212951.960000', '212951.962000', '212951.965000', '212951.968000', '212951.970000', '212951.973000', '212951.976000', '212951.978000', '212951.981000', '212951.984000', '212951.986000', '212951.989000', '212951.992000', '212951.994000', '212951.997000', '212952.001000', '212952.003000', '212952.006000', '212952.009000', '212952.011000', '212952.014000', '212952.017000', '212952.019000', '212952.022000', '212952.025000', '212952.027000', '212952.030000', '212952.032000', '212952.035000', '212952.038000', '212952.040000', '212952.043000', '212952.046000', '212952.048000', '212952.051000', '213011.938000', '213011.941000', '213011.943000', '213011.946000', '213011.948000', '213011.951000', '213011.954000', '213011.956000', '213011.959000', '213011.962000', '213011.964000', '213011.967000', '213011.969000', '213011.972000', '213011.975000', '213011.978000', '213011.980000', '213011.983000', '213011.986000', '213011.988000', '213011.991000', '213011.994000', '213011.996000', '213012.000000', '213012.002000', '213012.005000', '213012.008000', '213012.010000', '213012.013000', '213012.016000', '213012.018000', '213012.021000', '213012.023000', '213012.026000', '213012.029000', '213012.031000', '213012.034000', '213012.036000', '213012.039000', '213012.042000', '213012.044000', '213012.047000', '213012.050000', '213012.052000', '213031.937000', '213031.939000', '213031.942000', '213031.945000', '213031.947000', '213031.950000', '213031.953000', '213031.955000', '213031.958000', '213031.960000', '213031.963000', '213031.966000', '213031.968000', '213031.971000', '213031.974000', '213031.976000', '213031.979000', '213031.982000', '213031.984000', '213031.987000', '213031.990000', '213031.992000', '213031.995000', '213031.997000', '213032.001000', '213032.004000', '213032.006000', '213032.009000', '213032.011000', '213032.014000', '213032.017000', '213032.019000', '213032.022000', '213032.024000', '213032.027000', '213032.030000', '213032.032000', '213032.035000', '213032.037000', '213032.040000', '213032.043000', '213032.045000', '213032.048000', '213051.936000', '213051.939000', '213051.943000', '213051.945000', '213051.948000', '213051.951000', '213051.953000', '213051.956000', '213051.958000', '213051.961000', '213051.964000', '213051.966000', '213051.969000', '213051.971000', '213051.974000', '213051.977000', '213051.979000', '213051.982000', '213051.985000', '213051.987000', '213051.990000', '213051.992000', '213051.995000', '213051.998000', '213052.001000', '213052.004000', '213052.006000', '213052.009000', '213052.012000', '213052.014000', '213052.017000', '213052.020000', '213052.022000', '213052.025000', '213052.028000', '213052.030000', '213052.033000', '213052.035000', '213052.038000', '213052.041000', '213052.043000', '213052.046000', '213052.048000', '213111.937000', '213111.939000', '213111.942000', '213111.945000', '213111.948000', '213111.950000', '213111.953000', '213111.956000', '213111.958000', '213111.961000', '213111.963000', '213111.966000', '213111.982000', '213111.984000', '213111.987000', '213111.990000', '213111.992000', '213111.995000', '213111.998000', '213112.001000', '213112.004000', '213112.007000', '213112.009000', '213112.012000', '213112.015000', '213112.017000', '213112.020000', '213112.023000', '213112.025000', '213112.028000', '213112.030000', '213112.033000', '213112.036000', '213112.038000', '213112.041000', '213112.044000', '213112.046000', '213112.049000', '213112.052000', '213112.054000', '213112.057000', '213112.060000', '213112.062000', '213112.065000', '213131.938000', '213131.941000', '213131.943000', '213131.946000', '213131.949000', '213131.952000', '213131.955000', '213131.957000', '213131.961000', '213131.964000', '213131.968000', '213131.970000', '213131.973000', '213131.976000', '213131.978000', '213131.981000', '213131.984000', '213131.986000', '213131.989000', '213131.996000', '213132.000000', '213132.002000', '213132.005000', '213132.008000', '213132.010000', '213132.013000', '213132.016000', '213132.019000', '213132.022000', '213132.024000', '213132.027000', '213132.030000', '213132.032000', '213132.035000', '213132.037000', '213132.040000', '213132.043000', '213132.045000', '213132.048000', '213132.051000', '213132.053000', '213132.056000', '213132.059000', '213151.937000', '213151.940000', '213151.943000', '213151.946000', '213151.948000', '213151.951000', '213151.954000', '213151.956000', '213151.959000', '213151.962000', '213151.964000', '213151.967000', '213151.969000', '213151.972000', '213151.975000', '213151.977000', '213151.980000', '213151.983000', '213151.985000', '213151.988000', '213151.990000', '213151.993000', '213151.996000', '213151.998000', '213152.002000', '213152.004000', '213152.007000', '213152.010000', '213152.012000', '213152.015000', '213152.018000', '213152.020000', '213152.023000', '213152.026000', '213152.028000', '213152.031000', '213152.034000', '213152.036000', '213152.039000', '213152.041000', '213152.044000', '213152.047000', '213152.049000', '213152.052000', '213211.938000', '213211.940000', '213211.943000', '213211.946000', '213211.948000', '213211.951000', '213211.953000', '213211.956000', '213211.959000', '213211.962000', '213211.964000', '213211.967000', '213211.969000', '213211.972000', '213211.975000', '213211.977000', '213211.980000', '213211.983000', '213211.985000', '213211.988000', '213211.990000', '213211.993000', '213211.996000', '213211.998000', '213212.002000', '213212.004000', '213212.007000', '213212.010000', '213212.012000', '213212.015000', '213212.017000', '213212.020000', '213212.023000', '213212.025000', '213212.028000', '213212.030000', '213212.033000', '213212.036000', '213212.039000', '213212.041000', '213212.044000', '213212.046000', '213212.049000', '213231.937000', '213231.940000', '213231.943000', '213231.946000', '213231.948000', '213231.951000', '213231.954000', '213231.956000', '213231.959000', '213231.962000', '213231.964000', '213231.967000', '213231.970000', '213231.972000', '213231.975000', '213231.978000', '213231.980000', '213231.983000', '213231.986000', '213231.988000', '213231.991000', '213231.994000', '213231.996000', '213232.011000', '213232.013000', '213232.016000', '213232.019000', '213232.021000', '213232.024000', '213232.027000', '213232.029000', '213232.032000', '213232.035000', '213232.037000', '213232.040000', '213232.042000', '213232.045000', '213232.048000', '213232.051000', '213232.053000', '213232.056000', '213232.059000', '213232.061000', '213232.064000', '213251.936000', '213251.939000', '213251.942000', '213251.945000', '213251.947000', '213251.950000', '213251.952000', '213251.955000', '213251.958000', '213251.960000', '213251.970000', '213251.973000', '213251.976000', '213251.978000', '213251.981000', '213251.984000', '213251.986000', '213251.989000', '213251.991000', '213251.994000', '213251.997000', '213252.000000', '213252.003000', '213252.006000', '213252.009000', '213252.012000', '213252.014000', '213252.017000', '213252.020000', '213252.022000', '213252.025000', '213252.028000', '213252.030000', '213252.033000', '213252.036000', '213252.039000', '213252.042000', '213252.044000', '213252.047000', '213252.050000', '213252.052000', '213252.055000', '213252.058000', '213311.937000', '213311.939000', '213311.942000', '213311.945000', '213311.948000', '213311.950000', '213311.953000', '213311.955000', '213311.958000', '213311.961000', '213311.963000', '213311.966000', '213311.969000', '213311.971000', '213311.974000', '213311.977000', '213311.979000', '213311.982000', '213311.985000', '213311.987000', '213311.990000', '213311.993000', '213311.995000', '213311.998000', '213312.002000', '213312.004000', '213312.007000', '213312.009000', '213312.012000', '213312.015000', '213312.017000', '213312.020000', '213312.022000', '213312.025000', '213312.028000', '213312.030000', '213312.033000', '213312.036000', '213312.038000', '213312.041000', '213312.044000', '213312.046000', '213312.049000', '213312.051000', '213331.936000', '213331.939000', '213331.942000', '213331.944000', '213331.947000', '213331.950000', '213331.952000', '213331.955000', '213331.958000', '213331.960000', '213331.963000', '213331.965000', '213331.968000', '213331.971000', '213331.973000', '213331.976000', '213331.979000', '213331.981000', '213331.984000', '213331.986000', '213331.989000', '213331.992000', '213331.994000', '213331.997000', '213332.001000', '213332.003000', '213332.006000', '213332.008000', '213332.011000', '213332.014000', '213332.016000', '213332.019000', '213332.022000', '213332.025000', '213332.027000', '213332.030000', '213332.032000', '213332.035000', '213332.038000', '213332.040000', '213332.043000', '213332.045000', '213332.048000', '213332.050000', '213351.938000', '213351.940000', '213351.943000', '213351.946000', '213351.949000', '213351.951000', '213351.954000', '213351.956000', '213351.959000', '213351.962000', '213351.964000', '213351.967000', '213351.970000', '213351.972000', '213351.975000', '213351.978000', '213351.980000', '213351.983000', '213351.996000', '213351.998000', '213352.002000', '213352.005000', '213352.007000', '213352.010000', '213352.012000', '213352.015000', '213352.018000', '213352.020000', '213352.023000', '213352.026000', '213352.028000', '213352.031000', '213352.034000', '213352.036000', '213352.039000', '213352.042000', '213352.044000', '213352.047000', '213352.050000', '213352.052000', '213352.055000', '213352.057000', '213352.060000', '213411.937000', '213411.941000', '213411.943000', '213411.946000', '213411.948000', '213411.951000', '213411.954000', '213411.957000', '213411.959000', '213411.962000', '213411.964000', '213411.967000', '213411.970000', '213411.972000', '213411.975000', '213411.978000', '213411.980000', '213411.983000', '213411.986000', '213411.988000', '213411.991000', '213411.993000', '213411.996000', '213412.000000', '213412.002000', '213412.005000', '213412.008000', '213412.011000', '213412.013000', '213412.016000', '213412.018000', '213412.021000', '213412.024000', '213412.027000', '213412.029000', '213412.032000', '213412.036000', '213412.039000', '213412.042000', '213412.045000', '213412.047000', '213412.050000', '213412.053000', '213431.938000', '213431.940000', '213431.943000', '213431.946000', '213431.948000', '213431.951000', '213431.954000', '213431.956000', '213431.959000', '213431.961000', '213431.964000', '213431.967000', '213431.969000', '213431.972000', '213431.975000', '213431.977000', '213431.980000', '213431.982000', '213431.985000', '213431.988000', '213431.990000', '213431.993000', '213431.996000', '213431.998000', '213432.002000', '213432.004000', '213432.007000', '213432.010000', '213432.012000', '213432.015000', '213432.018000', '213432.020000', '213432.023000', '213432.026000', '213432.028000', '213432.031000', '213432.034000', '213432.036000', '213432.039000', '213432.042000', '213432.044000', '213432.047000', '213432.049000', '213432.052000', '213451.938000', '213451.940000', '213451.943000', '213451.946000', '213451.948000', '213451.951000', '213451.954000', '213451.956000', '213451.959000', '213451.962000', '213451.964000', '213451.967000', '213451.969000', '213451.972000', '213451.975000', '213451.977000', '213451.980000', '213451.983000', '213451.985000', '213451.988000', '213451.990000', '213451.993000', '213451.995000', '213451.998000', '213452.002000', '213452.005000', '213452.007000', '213452.010000', '213452.013000', '213452.015000', '213452.018000', '213452.021000', '213452.023000', '213452.026000', '213452.029000', '213452.031000', '213452.034000', '213452.037000', '213452.040000', '213452.042000', '213452.045000', '213452.048000', '213452.051000', '213511.936000', '213511.940000', '213511.942000', '213511.945000', '213511.947000', '213511.950000', '213511.953000', '213511.955000', '213511.958000', '213511.961000', '213511.963000', '213511.966000', '213511.968000', '213511.971000', '213511.974000', '213511.977000', '213512.008000', '213512.011000', '213512.013000', '213512.016000', '213512.018000', '213512.021000', '213512.024000', '213512.026000', '213512.029000', '213512.031000', '213512.034000', '213512.037000', '213512.039000', '213512.042000', '213512.045000', '213512.047000', '213512.050000', '213512.053000', '213512.055000', '213512.058000', '213512.060000', '213512.063000', '213512.066000', '213512.068000', '213512.071000', '213512.074000', '213512.076000', '213512.079000', '213531.936000', '213531.939000', '213531.942000', '213531.945000', '213531.947000', '213531.950000', '213531.952000', '213531.955000', '213531.958000', '213531.960000', '213531.963000', '213531.966000', '213531.968000', '213531.971000', '213531.974000', '213531.976000', '213531.979000', '213531.981000', '213531.984000', '213531.987000', '213531.989000', '213531.992000', '213531.995000', '213531.997000', '213532.001000', '213532.003000', '213532.006000', '213532.009000', '213532.011000', '213532.019000', '213532.022000', '213532.025000', '213532.027000', '213532.030000', '213532.033000', '213532.037000', '213532.039000', '213532.042000', '213532.045000', '213532.048000', '213532.050000', '213532.053000', '213532.055000', '213551.936000', '213551.939000', '213551.942000', '213551.944000', '213551.947000', '213551.950000', '213551.953000', '213551.955000', '213551.958000', '213551.960000', '213551.963000', '213551.966000', '213551.968000', '213551.971000', '213551.974000', '213551.976000', '213551.979000', '213551.982000', '213551.984000', '213551.987000', '213551.990000', '213551.992000', '213551.995000', '213551.997000', '213552.001000', '213552.004000', '213552.006000', '213552.009000', '213552.012000', '213552.014000', '213552.017000', '213552.019000', '213552.022000', '213552.025000', '213552.027000', '213552.030000', '213552.033000', '213552.035000', '213552.038000', '213552.041000', '213552.043000', '213552.046000', '213552.049000', '213552.051000', '213611.938000', '213611.941000', '213611.943000', '213611.946000', '213611.948000', '213611.951000', '213611.954000', '213611.956000', '213611.959000', '213611.962000', '213611.964000', '213611.967000', '213611.970000', '213611.972000', '213611.975000', '213611.978000', '213611.980000', '213611.983000', '213611.986000', '213611.988000', '213611.991000', '213611.993000', '213611.996000', '213612.000000', '213612.003000', '213612.005000', '213612.008000', '213612.011000', '213612.013000', '213612.016000', '213612.019000', '213612.021000', '213612.024000', '213612.027000', '213612.029000', '213612.032000', '213612.034000', '213612.037000', '213612.040000', '213612.042000', '213612.045000', '213612.048000', '213612.050000', '213631.938000', '213631.941000', '213631.943000', '213631.946000', '213631.949000', '213631.951000', '213631.954000', '213631.956000', '213631.959000', '213631.962000', '213631.964000', '213631.967000', '213631.970000', '213631.972000', '213631.975000', '213631.977000', '213631.980000', '213631.983000', '213631.985000', '213631.988000', '213631.991000', '213631.993000', '213631.996000', '213632.000000', '213632.002000', '213632.005000', '213632.007000', '213632.010000', '213632.013000', '213632.015000', '213632.018000', '213632.021000', '213632.023000', '213632.026000', '213632.029000', '213632.031000', '213632.034000', '213632.036000', '213632.039000', '213632.042000', '213632.044000', '213632.047000', '213632.050000', '213632.052000', '213651.938000', '213651.941000', '213651.943000', '213651.946000', '213651.949000', '213651.952000', '213651.954000', '213651.957000', '213651.959000', '213651.962000', '213651.965000', '213651.968000', '213651.970000', '213651.974000', '213651.976000', '213651.979000', '213651.981000', '213651.984000', '213651.987000', '213651.989000', '213651.992000', '213651.995000', '213651.997000', '213652.001000', '213652.004000', '213652.006000', '213652.009000', '213652.011000', '213652.014000', '213652.017000', '213652.019000', '213652.022000', '213652.024000', '213652.027000', '213652.030000', '213652.032000', '213652.035000', '213652.038000', '213652.040000', '213652.043000', '213652.046000', '213652.051000', '213652.054000', '213711.938000', '213711.940000', '213711.943000', '213711.946000', '213711.948000', '213711.951000', '213711.953000', '213711.956000', '213711.959000', '213711.961000', '213711.964000', '213711.967000', '213711.969000', '213711.972000', '213711.974000', '213711.977000', '213711.986000', '213711.989000', '213711.991000', '213711.994000', '213711.997000', '213712.000000', '213712.003000', '213712.005000', '213712.008000', '213712.011000', '213712.013000', '213712.016000', '213712.019000', '213712.021000', '213712.024000', '213712.026000', '213712.029000', '213712.032000', '213712.034000', '213712.037000', '213712.039000', '213712.042000', '213712.045000', '213712.048000', '213712.050000', '213712.053000', '213712.056000', '213731.936000', '213731.940000', '213731.942000', '213731.945000', '213731.947000', '213731.950000', '213731.953000', '213731.955000', '213731.958000', '213731.961000', '213731.963000', '213731.966000', '213731.968000', '213731.971000', '213731.974000', '213731.976000', '213731.979000', '213731.981000', '213731.984000', '213731.986000', '213731.989000', '213731.992000', '213731.994000', '213731.997000', '213732.001000', '213732.003000', '213732.006000', '213732.009000', '213732.011000', '213732.014000', '213732.016000', '213732.019000', '213732.022000', '213732.024000', '213732.027000', '213732.029000', '213732.032000', '213732.035000', '213732.067000', '213732.070000', '213732.073000', '213732.075000', '213732.078000', '213732.081000', '213751.937000', '213751.940000', '213751.942000', '213751.945000', '213751.947000', '213751.950000', '213751.953000', '213751.956000', '213751.958000', '213751.961000', '213751.964000', '213751.966000', '213751.969000', '213751.972000', '213751.974000', '213751.977000', '213751.980000', '213751.982000', '213751.985000', '213751.988000', '213751.990000', '213751.993000', '213751.995000', '213751.998000', '213752.002000', '213752.004000', '213752.007000', '213752.009000', '213752.012000', '213752.015000', '213752.018000', '213752.020000', '213752.023000', '213752.026000', '213752.028000', '213752.031000', '213752.034000', '213752.036000', '213752.039000', '213752.042000', '213752.044000', '213752.047000', '213752.049000', '213752.052000', '213811.937000', '213811.939000', '213811.942000', '213811.945000', '213811.947000', '213811.950000', '213811.953000', '213811.956000', '213811.958000', '213811.961000', '213811.963000', '213811.966000', '213811.969000', '213811.971000', '213811.974000', '213811.976000', '213811.979000', '213811.982000', '213811.984000', '213811.987000', '213811.990000', '213811.992000', '213811.995000', '213811.997000', '213812.001000', '213812.004000', '213812.006000', '213812.009000', '213812.012000', '213812.015000', '213812.017000', '213812.020000', '213812.022000', '213812.025000', '213812.028000', '213812.031000', '213812.033000', '213812.036000', '213812.038000', '213812.041000', '213812.044000', '213812.046000', '213812.049000', '213831.415000', '213831.418000', '213831.420000', '213831.423000', '213831.426000', '213831.428000', '213831.431000', '213831.434000', '213831.436000', '213831.439000', '213831.442000', '213831.444000', '213831.447000', '213831.449000', '213831.452000', '213831.455000', '213831.457000', '213831.460000', '213831.463000', '213831.465000', '213831.468000', '213831.471000', '213831.473000', '213831.476000', '213831.479000', '213831.481000', '213831.484000', '213831.487000', '213831.489000', '213831.492000', '213831.494000', '213831.497000', '213831.500000', '213831.502000', '213831.505000', '213831.508000', '213831.510000', '213831.513000', '213831.516000', '213831.518000', '213831.521000', '213831.524000', '213831.527000'], 'InstanceCreationTime': ['212611.966000', '212611.969000', '212611.972000', '212611.975000', '212611.978000', '212611.980000', '212611.983000', '212611.985000', '212611.988000', '212611.990000', '212611.993000', '212611.996000', '212611.998000', '212612.002000', '212612.005000', '212612.012000', '212612.014000', '212612.017000', '212612.020000', '212612.023000', '212612.025000', '212612.028000', '212612.030000', '212612.033000', '212612.036000', '212612.038000', '212612.041000', '212612.043000', '212612.046000', '212612.049000', '212612.051000', '212612.054000', '212631.936000', '212631.939000', '212631.942000', '212631.945000', '212631.947000', '212631.950000', '212631.959000', '212631.961000', '212631.964000', '212631.977000', '212631.980000', '212631.982000', '212631.985000', '212631.988000', '212631.990000', '212631.993000', '212631.996000', '212631.998000', '212632.002000', '212632.005000', '212632.007000', '212632.010000', '212632.013000', '212632.015000', '212632.018000', '212632.021000', '212632.023000', '212632.026000', '212632.028000', '212632.031000', '212632.034000', '212632.036000', '212632.039000', '212632.042000', '212632.046000', '212632.049000', '212632.051000', '212632.054000', '212632.057000', '212632.059000', '212632.062000', '212632.065000', '212632.067000', '212651.937000', '212651.940000', '212651.943000', '212651.945000', '212651.948000', '212651.951000', '212651.953000', '212651.956000', '212651.959000', '212651.961000', '212651.964000', '212651.966000', '212651.969000', '212651.972000', '212651.974000', '212651.977000', '212651.980000', '212651.982000', '212651.990000', '212651.993000', '212651.995000', '212651.998000', '212652.001000', '212652.004000', '212652.007000', '212652.009000', '212652.012000', '212652.015000', '212652.017000', '212652.020000', '212652.023000', '212652.025000', '212652.028000', '212652.030000', '212652.033000', '212652.035000', '212652.038000', '212652.041000', '212652.043000', '212652.046000', '212652.048000', '212652.051000', '212652.054000', '212652.056000', '212711.937000', '212711.940000', '212711.943000', '212711.945000', '212711.948000', '212711.951000', '212711.953000', '212711.956000', '212711.959000', '212711.961000', '212711.964000', '212711.966000', '212711.969000', '212711.972000', '212711.974000', '212711.977000', '212711.979000', '212711.982000', '212711.985000', '212711.987000', '212711.990000', '212711.993000', '212711.995000', '212711.998000', '212712.001000', '212712.004000', '212712.007000', '212712.009000', '212712.012000', '212712.015000', '212712.017000', '212712.020000', '212712.022000', '212712.025000', '212712.028000', '212712.030000', '212712.033000', '212712.036000', '212712.038000', '212712.041000', '212712.044000', '212712.047000', '212712.049000', '212731.938000', '212731.941000', '212731.943000', '212731.946000', '212731.948000', '212731.951000', '212731.954000', '212731.956000', '212731.959000', '212731.962000', '212731.964000', '212731.967000', '212731.969000', '212731.972000', '212731.975000', '212731.977000', '212731.980000', '212731.983000', '212731.985000', '212731.988000', '212731.990000', '212731.993000', '212731.996000', '212731.998000', '212732.002000', '212732.005000', '212732.007000', '212732.010000', '212732.013000', '212732.015000', '212732.018000', '212732.020000', '212732.023000', '212732.026000', '212732.028000', '212732.031000', '212732.034000', '212732.036000', '212732.039000', '212732.041000', '212732.044000', '212732.047000', '212732.049000', '212732.052000', '212751.937000', '212751.940000', '212751.943000', '212751.946000', '212751.949000', '212751.951000', '212751.954000', '212751.957000', '212751.959000', '212751.962000', '212751.965000', '212751.968000', '212751.970000', '212751.973000', '212751.975000', '212751.978000', '212751.981000', '212751.983000', '212751.986000', '212751.989000', '212751.991000', '212751.994000', '212751.997000', '212752.000000', '212752.003000', '212752.005000', '212752.008000', '212752.011000', '212752.014000', '212752.016000', '212752.019000', '212752.021000', '212752.024000', '212752.027000', '212752.029000', '212752.032000', '212752.034000', '212752.037000', '212752.040000', '212752.042000', '212752.045000', '212752.048000', '212752.050000', '212811.937000', '212811.940000', '212811.942000', '212811.945000', '212811.947000', '212811.964000', '212811.966000', '212811.969000', '212811.972000', '212811.974000', '212811.977000', '212811.979000', '212811.982000', '212811.985000', '212811.987000', '212811.990000', '212811.993000', '212811.995000', '212811.998000', '212812.002000', '212812.004000', '212812.007000', '212812.010000', '212812.012000', '212812.015000', '212812.018000', '212812.020000', '212812.023000', '212812.026000', '212812.028000', '212812.031000', '212812.033000', '212812.036000', '212812.039000', '212812.041000', '212812.044000', '212812.047000', '212812.049000', '212812.052000', '212812.054000', '212812.057000', '212812.060000', '212812.062000', '212812.065000', '212831.937000', '212831.939000', '212831.942000', '212831.945000', '212831.948000', '212831.950000', '212831.953000', '212831.956000', '212831.958000', '212831.961000', '212831.964000', '212831.966000', '212831.969000', '212831.972000', '212831.974000', '212831.977000', '212831.979000', '212831.982000', '212831.985000', '212831.987000', '212831.990000', '212831.993000', '212831.995000', '212831.998000', '212832.001000', '212832.004000', '212832.007000', '212832.010000', '212832.012000', '212832.015000', '212832.018000', '212832.020000', '212832.023000', '212832.026000', '212832.028000', '212832.031000', '212832.034000', '212832.036000', '212832.039000', '212832.042000', '212832.044000', '212832.047000', '212832.050000', '212851.936000', '212851.939000', '212851.942000', '212851.945000', '212851.948000', '212851.950000', '212851.953000', '212851.956000', '212851.958000', '212851.961000', '212851.963000', '212851.966000', '212851.969000', '212851.971000', '212851.974000', '212851.977000', '212851.979000', '212851.982000', '212851.985000', '212851.987000', '212851.990000', '212851.992000', '212851.995000', '212851.998000', '212852.001000', '212852.004000', '212852.006000', '212852.009000', '212852.012000', '212852.014000', '212852.017000', '212852.020000', '212852.022000', '212852.025000', '212852.027000', '212852.030000', '212852.033000', '212852.035000', '212852.038000', '212852.041000', '212852.043000', '212852.046000', '212852.048000', '212852.051000', '212911.937000', '212911.940000', '212911.943000', '212911.946000', '212911.948000', '212911.951000', '212911.954000', '212911.956000', '212911.959000', '212911.961000', '212911.964000', '212911.967000', '212911.969000', '212911.972000', '212911.974000', '212911.977000', '212911.980000', '212911.982000', '212911.985000', '212911.987000', '212911.990000', '212911.993000', '212911.995000', '212911.998000', '212912.001000', '212912.004000', '212912.007000', '212912.009000', '212912.012000', '212912.014000', '212912.017000', '212912.020000', '212912.022000', '212912.025000', '212912.027000', '212912.030000', '212912.033000', '212912.035000', '212912.038000', '212912.040000', '212912.043000', '212912.046000', '212912.048000', '212931.937000', '212931.940000', '212931.943000', '212931.946000', '212931.948000', '212931.951000', '212931.954000', '212931.956000', '212931.959000', '212931.961000', '212931.964000', '212931.967000', '212931.969000', '212931.972000', '212931.975000', '212931.977000', '212931.980000', '212931.983000', '212931.985000', '212931.988000', '212931.990000', '212931.993000', '212931.996000', '212931.998000', '212932.002000', '212932.005000', '212932.007000', '212932.010000', '212932.012000', '212932.015000', '212932.029000', '212932.032000', '212932.034000', '212932.037000', '212932.039000', '212932.042000', '212932.045000', '212932.047000', '212932.050000', '212932.053000', '212932.055000', '212932.058000', '212932.060000', '212932.063000', '212951.938000', '212951.941000', '212951.943000', '212951.946000', '212951.949000', '212951.951000', '212951.954000', '212951.957000', '212951.960000', '212951.962000', '212951.965000', '212951.968000', '212951.970000', '212951.973000', '212951.976000', '212951.978000', '212951.981000', '212951.984000', '212951.986000', '212951.989000', '212951.992000', '212951.994000', '212951.997000', '212952.001000', '212952.003000', '212952.006000', '212952.009000', '212952.011000', '212952.014000', '212952.017000', '212952.019000', '212952.022000', '212952.025000', '212952.027000', '212952.030000', '212952.032000', '212952.035000', '212952.038000', '212952.040000', '212952.043000', '212952.046000', '212952.048000', '212952.051000', '213011.938000', '213011.941000', '213011.943000', '213011.946000', '213011.948000', '213011.951000', '213011.954000', '213011.956000', '213011.959000', '213011.962000', '213011.964000', '213011.967000', '213011.969000', '213011.972000', '213011.975000', '213011.978000', '213011.980000', '213011.983000', '213011.986000', '213011.988000', '213011.991000', '213011.994000', '213011.996000', '213012.000000', '213012.002000', '213012.005000', '213012.008000', '213012.010000', '213012.013000', '213012.016000', '213012.018000', '213012.021000', '213012.023000', '213012.026000', '213012.029000', '213012.031000', '213012.034000', '213012.036000', '213012.039000', '213012.042000', '213012.044000', '213012.047000', '213012.050000', '213012.052000', '213031.937000', '213031.939000', '213031.942000', '213031.945000', '213031.947000', '213031.950000', '213031.953000', '213031.955000', '213031.958000', '213031.960000', '213031.963000', '213031.966000', '213031.968000', '213031.971000', '213031.974000', '213031.976000', '213031.979000', '213031.982000', '213031.984000', '213031.987000', '213031.990000', '213031.992000', '213031.995000', '213031.997000', '213032.001000', '213032.004000', '213032.006000', '213032.009000', '213032.011000', '213032.014000', '213032.017000', '213032.019000', '213032.022000', '213032.024000', '213032.027000', '213032.030000', '213032.032000', '213032.035000', '213032.037000', '213032.040000', '213032.043000', '213032.045000', '213032.048000', '213051.936000', '213051.939000', '213051.943000', '213051.945000', '213051.948000', '213051.951000', '213051.953000', '213051.956000', '213051.958000', '213051.961000', '213051.964000', '213051.966000', '213051.969000', '213051.971000', '213051.974000', '213051.977000', '213051.979000', '213051.982000', '213051.985000', '213051.987000', '213051.990000', '213051.992000', '213051.995000', '213051.998000', '213052.001000', '213052.004000', '213052.006000', '213052.009000', '213052.012000', '213052.014000', '213052.017000', '213052.020000', '213052.022000', '213052.025000', '213052.028000', '213052.030000', '213052.033000', '213052.035000', '213052.038000', '213052.041000', '213052.043000', '213052.046000', '213052.048000', '213111.937000', '213111.939000', '213111.942000', '213111.945000', '213111.948000', '213111.950000', '213111.953000', '213111.956000', '213111.958000', '213111.961000', '213111.963000', '213111.966000', '213111.982000', '213111.984000', '213111.987000', '213111.990000', '213111.992000', '213111.995000', '213111.998000', '213112.001000', '213112.004000', '213112.007000', '213112.009000', '213112.012000', '213112.015000', '213112.017000', '213112.020000', '213112.023000', '213112.025000', '213112.028000', '213112.030000', '213112.033000', '213112.036000', '213112.038000', '213112.041000', '213112.044000', '213112.046000', '213112.049000', '213112.052000', '213112.054000', '213112.057000', '213112.060000', '213112.062000', '213112.065000', '213131.938000', '213131.941000', '213131.943000', '213131.946000', '213131.949000', '213131.952000', '213131.955000', '213131.957000', '213131.961000', '213131.964000', '213131.968000', '213131.970000', '213131.973000', '213131.976000', '213131.978000', '213131.981000', '213131.984000', '213131.986000', '213131.989000', '213131.996000', '213132.000000', '213132.002000', '213132.005000', '213132.008000', '213132.010000', '213132.013000', '213132.016000', '213132.019000', '213132.022000', '213132.024000', '213132.027000', '213132.030000', '213132.032000', '213132.035000', '213132.037000', '213132.040000', '213132.043000', '213132.045000', '213132.048000', '213132.051000', '213132.053000', '213132.056000', '213132.059000', '213151.937000', '213151.940000', '213151.943000', '213151.946000', '213151.948000', '213151.951000', '213151.954000', '213151.956000', '213151.959000', '213151.962000', '213151.964000', '213151.967000', '213151.969000', '213151.972000', '213151.975000', '213151.977000', '213151.980000', '213151.983000', '213151.985000', '213151.988000', '213151.990000', '213151.993000', '213151.996000', '213151.998000', '213152.002000', '213152.004000', '213152.007000', '213152.010000', '213152.012000', '213152.015000', '213152.018000', '213152.020000', '213152.023000', '213152.026000', '213152.028000', '213152.031000', '213152.034000', '213152.036000', '213152.039000', '213152.041000', '213152.044000', '213152.047000', '213152.049000', '213152.052000', '213211.938000', '213211.940000', '213211.943000', '213211.946000', '213211.948000', '213211.951000', '213211.953000', '213211.956000', '213211.959000', '213211.962000', '213211.964000', '213211.967000', '213211.969000', '213211.972000', '213211.975000', '213211.977000', '213211.980000', '213211.983000', '213211.985000', '213211.988000', '213211.990000', '213211.993000', '213211.996000', '213211.998000', '213212.002000', '213212.004000', '213212.007000', '213212.010000', '213212.012000', '213212.015000', '213212.017000', '213212.020000', '213212.023000', '213212.025000', '213212.028000', '213212.030000', '213212.033000', '213212.036000', '213212.039000', '213212.041000', '213212.044000', '213212.046000', '213212.049000', '213231.937000', '213231.940000', '213231.943000', '213231.946000', '213231.948000', '213231.951000', '213231.954000', '213231.956000', '213231.959000', '213231.962000', '213231.964000', '213231.967000', '213231.970000', '213231.972000', '213231.975000', '213231.978000', '213231.980000', '213231.983000', '213231.986000', '213231.988000', '213231.991000', '213231.994000', '213231.996000', '213232.011000', '213232.013000', '213232.016000', '213232.019000', '213232.021000', '213232.024000', '213232.027000', '213232.029000', '213232.032000', '213232.035000', '213232.037000', '213232.040000', '213232.042000', '213232.045000', '213232.048000', '213232.051000', '213232.053000', '213232.056000', '213232.059000', '213232.061000', '213232.064000', '213251.936000', '213251.939000', '213251.942000', '213251.945000', '213251.947000', '213251.950000', '213251.952000', '213251.955000', '213251.958000', '213251.960000', '213251.970000', '213251.973000', '213251.976000', '213251.978000', '213251.981000', '213251.984000', '213251.986000', '213251.989000', '213251.991000', '213251.994000', '213251.997000', '213252.000000', '213252.003000', '213252.006000', '213252.009000', '213252.012000', '213252.014000', '213252.017000', '213252.020000', '213252.022000', '213252.025000', '213252.028000', '213252.030000', '213252.033000', '213252.036000', '213252.039000', '213252.042000', '213252.044000', '213252.047000', '213252.050000', '213252.052000', '213252.055000', '213252.058000', '213311.937000', '213311.939000', '213311.942000', '213311.945000', '213311.948000', '213311.950000', '213311.953000', '213311.955000', '213311.958000', '213311.961000', '213311.963000', '213311.966000', '213311.969000', '213311.971000', '213311.974000', '213311.977000', '213311.979000', '213311.982000', '213311.985000', '213311.987000', '213311.990000', '213311.993000', '213311.995000', '213311.998000', '213312.002000', '213312.004000', '213312.007000', '213312.009000', '213312.012000', '213312.015000', '213312.017000', '213312.020000', '213312.022000', '213312.025000', '213312.028000', '213312.030000', '213312.033000', '213312.036000', '213312.038000', '213312.041000', '213312.044000', '213312.046000', '213312.049000', '213312.051000', '213331.936000', '213331.939000', '213331.942000', '213331.944000', '213331.947000', '213331.950000', '213331.952000', '213331.955000', '213331.958000', '213331.960000', '213331.963000', '213331.965000', '213331.968000', '213331.971000', '213331.973000', '213331.976000', '213331.979000', '213331.981000', '213331.984000', '213331.986000', '213331.989000', '213331.992000', '213331.994000', '213331.997000', '213332.001000', '213332.003000', '213332.006000', '213332.008000', '213332.011000', '213332.014000', '213332.016000', '213332.019000', '213332.022000', '213332.025000', '213332.027000', '213332.030000', '213332.032000', '213332.035000', '213332.038000', '213332.040000', '213332.043000', '213332.045000', '213332.048000', '213332.050000', '213351.938000', '213351.940000', '213351.943000', '213351.946000', '213351.949000', '213351.951000', '213351.954000', '213351.956000', '213351.959000', '213351.962000', '213351.964000', '213351.967000', '213351.970000', '213351.972000', '213351.975000', '213351.978000', '213351.980000', '213351.983000', '213351.996000', '213351.998000', '213352.002000', '213352.005000', '213352.007000', '213352.010000', '213352.012000', '213352.015000', '213352.018000', '213352.020000', '213352.023000', '213352.026000', '213352.028000', '213352.031000', '213352.034000', '213352.036000', '213352.039000', '213352.042000', '213352.044000', '213352.047000', '213352.050000', '213352.052000', '213352.055000', '213352.057000', '213352.060000', '213411.937000', '213411.941000', '213411.943000', '213411.946000', '213411.948000', '213411.951000', '213411.954000', '213411.957000', '213411.959000', '213411.962000', '213411.964000', '213411.967000', '213411.970000', '213411.972000', '213411.975000', '213411.978000', '213411.980000', '213411.983000', '213411.986000', '213411.988000', '213411.991000', '213411.993000', '213411.996000', '213412.000000', '213412.002000', '213412.005000', '213412.008000', '213412.011000', '213412.013000', '213412.016000', '213412.018000', '213412.021000', '213412.024000', '213412.027000', '213412.029000', '213412.032000', '213412.036000', '213412.039000', '213412.042000', '213412.045000', '213412.047000', '213412.050000', '213412.053000', '213431.938000', '213431.940000', '213431.943000', '213431.946000', '213431.948000', '213431.951000', '213431.954000', '213431.956000', '213431.959000', '213431.961000', '213431.964000', '213431.967000', '213431.969000', '213431.972000', '213431.975000', '213431.977000', '213431.980000', '213431.982000', '213431.985000', '213431.988000', '213431.990000', '213431.993000', '213431.996000', '213431.998000', '213432.002000', '213432.004000', '213432.007000', '213432.010000', '213432.012000', '213432.015000', '213432.018000', '213432.020000', '213432.023000', '213432.026000', '213432.028000', '213432.031000', '213432.034000', '213432.036000', '213432.039000', '213432.042000', '213432.044000', '213432.047000', '213432.049000', '213432.052000', '213451.938000', '213451.940000', '213451.943000', '213451.946000', '213451.948000', '213451.951000', '213451.954000', '213451.956000', '213451.959000', '213451.962000', '213451.964000', '213451.967000', '213451.969000', '213451.972000', '213451.975000', '213451.977000', '213451.980000', '213451.983000', '213451.985000', '213451.988000', '213451.990000', '213451.993000', '213451.995000', '213451.998000', '213452.002000', '213452.005000', '213452.007000', '213452.010000', '213452.013000', '213452.015000', '213452.018000', '213452.021000', '213452.023000', '213452.026000', '213452.029000', '213452.031000', '213452.034000', '213452.037000', '213452.040000', '213452.042000', '213452.045000', '213452.048000', '213452.051000', '213511.936000', '213511.940000', '213511.942000', '213511.945000', '213511.947000', '213511.950000', '213511.953000', '213511.955000', '213511.958000', '213511.961000', '213511.963000', '213511.966000', '213511.968000', '213511.971000', '213511.974000', '213511.977000', '213512.008000', '213512.011000', '213512.013000', '213512.016000', '213512.018000', '213512.021000', '213512.024000', '213512.026000', '213512.029000', '213512.031000', '213512.034000', '213512.037000', '213512.039000', '213512.042000', '213512.045000', '213512.047000', '213512.050000', '213512.053000', '213512.055000', '213512.058000', '213512.060000', '213512.063000', '213512.066000', '213512.068000', '213512.071000', '213512.074000', '213512.076000', '213512.079000', '213531.936000', '213531.939000', '213531.942000', '213531.945000', '213531.947000', '213531.950000', '213531.952000', '213531.955000', '213531.958000', '213531.960000', '213531.963000', '213531.966000', '213531.968000', '213531.971000', '213531.974000', '213531.976000', '213531.979000', '213531.981000', '213531.984000', '213531.987000', '213531.989000', '213531.992000', '213531.995000', '213531.997000', '213532.001000', '213532.003000', '213532.006000', '213532.009000', '213532.011000', '213532.019000', '213532.022000', '213532.025000', '213532.027000', '213532.030000', '213532.033000', '213532.037000', '213532.039000', '213532.042000', '213532.045000', '213532.048000', '213532.050000', '213532.053000', '213532.055000', '213551.936000', '213551.939000', '213551.942000', '213551.944000', '213551.947000', '213551.950000', '213551.953000', '213551.955000', '213551.958000', '213551.960000', '213551.963000', '213551.966000', '213551.968000', '213551.971000', '213551.974000', '213551.976000', '213551.979000', '213551.982000', '213551.984000', '213551.987000', '213551.990000', '213551.992000', '213551.995000', '213551.997000', '213552.001000', '213552.004000', '213552.006000', '213552.009000', '213552.012000', '213552.014000', '213552.017000', '213552.019000', '213552.022000', '213552.025000', '213552.027000', '213552.030000', '213552.033000', '213552.035000', '213552.038000', '213552.041000', '213552.043000', '213552.046000', '213552.049000', '213552.051000', '213611.938000', '213611.941000', '213611.943000', '213611.946000', '213611.948000', '213611.951000', '213611.954000', '213611.956000', '213611.959000', '213611.962000', '213611.964000', '213611.967000', '213611.970000', '213611.972000', '213611.975000', '213611.978000', '213611.980000', '213611.983000', '213611.986000', '213611.988000', '213611.991000', '213611.993000', '213611.996000', '213612.000000', '213612.003000', '213612.005000', '213612.008000', '213612.011000', '213612.013000', '213612.016000', '213612.019000', '213612.021000', '213612.024000', '213612.027000', '213612.029000', '213612.032000', '213612.034000', '213612.037000', '213612.040000', '213612.042000', '213612.045000', '213612.048000', '213612.050000', '213631.938000', '213631.941000', '213631.943000', '213631.946000', '213631.949000', '213631.951000', '213631.954000', '213631.956000', '213631.959000', '213631.962000', '213631.964000', '213631.967000', '213631.970000', '213631.972000', '213631.975000', '213631.977000', '213631.980000', '213631.983000', '213631.985000', '213631.988000', '213631.991000', '213631.993000', '213631.996000', '213632.000000', '213632.002000', '213632.005000', '213632.007000', '213632.010000', '213632.013000', '213632.015000', '213632.018000', '213632.021000', '213632.023000', '213632.026000', '213632.029000', '213632.031000', '213632.034000', '213632.036000', '213632.039000', '213632.042000', '213632.044000', '213632.047000', '213632.050000', '213632.052000', '213651.938000', '213651.941000', '213651.943000', '213651.946000', '213651.949000', '213651.952000', '213651.954000', '213651.957000', '213651.959000', '213651.962000', '213651.965000', '213651.968000', '213651.970000', '213651.974000', '213651.976000', '213651.979000', '213651.981000', '213651.984000', '213651.987000', '213651.989000', '213651.992000', '213651.995000', '213651.997000', '213652.001000', '213652.004000', '213652.006000', '213652.009000', '213652.011000', '213652.014000', '213652.017000', '213652.019000', '213652.022000', '213652.024000', '213652.027000', '213652.030000', '213652.032000', '213652.035000', '213652.038000', '213652.040000', '213652.043000', '213652.046000', '213652.051000', '213652.054000', '213711.938000', '213711.940000', '213711.943000', '213711.946000', '213711.948000', '213711.951000', '213711.953000', '213711.956000', '213711.959000', '213711.961000', '213711.964000', '213711.967000', '213711.969000', '213711.972000', '213711.974000', '213711.977000', '213711.986000', '213711.989000', '213711.991000', '213711.994000', '213711.997000', '213712.000000', '213712.003000', '213712.005000', '213712.008000', '213712.011000', '213712.013000', '213712.016000', '213712.019000', '213712.021000', '213712.024000', '213712.026000', '213712.029000', '213712.032000', '213712.034000', '213712.037000', '213712.039000', '213712.042000', '213712.045000', '213712.048000', '213712.050000', '213712.053000', '213712.056000', '213731.936000', '213731.940000', '213731.942000', '213731.945000', '213731.947000', '213731.950000', '213731.953000', '213731.955000', '213731.958000', '213731.961000', '213731.963000', '213731.966000', '213731.968000', '213731.971000', '213731.974000', '213731.976000', '213731.979000', '213731.981000', '213731.984000', '213731.986000', '213731.989000', '213731.992000', '213731.994000', '213731.997000', '213732.001000', '213732.003000', '213732.006000', '213732.009000', '213732.011000', '213732.014000', '213732.016000', '213732.019000', '213732.022000', '213732.024000', '213732.027000', '213732.029000', '213732.032000', '213732.035000', '213732.067000', '213732.070000', '213732.073000', '213732.075000', '213732.078000', '213732.081000', '213751.937000', '213751.940000', '213751.942000', '213751.945000', '213751.947000', '213751.950000', '213751.953000', '213751.956000', '213751.958000', '213751.961000', '213751.964000', '213751.966000', '213751.969000', '213751.972000', '213751.974000', '213751.977000', '213751.980000', '213751.982000', '213751.985000', '213751.988000', '213751.990000', '213751.993000', '213751.995000', '213751.998000', '213752.002000', '213752.004000', '213752.007000', '213752.009000', '213752.012000', '213752.015000', '213752.018000', '213752.020000', '213752.023000', '213752.026000', '213752.028000', '213752.031000', '213752.034000', '213752.036000', '213752.039000', '213752.042000', '213752.044000', '213752.047000', '213752.049000', '213752.052000', '213811.937000', '213811.939000', '213811.942000', '213811.945000', '213811.947000', '213811.950000', '213811.953000', '213811.956000', '213811.958000', '213811.961000', '213811.963000', '213811.966000', '213811.969000', '213811.971000', '213811.974000', '213811.976000', '213811.979000', '213811.982000', '213811.984000', '213811.987000', '213811.990000', '213811.992000', '213811.995000', '213811.997000', '213812.001000', '213812.004000', '213812.006000', '213812.009000', '213812.012000', '213812.015000', '213812.017000', '213812.020000', '213812.022000', '213812.025000', '213812.028000', '213812.031000', '213812.033000', '213812.036000', '213812.038000', '213812.041000', '213812.044000', '213812.046000', '213812.049000', '213831.415000', '213831.418000', '213831.420000', '213831.423000', '213831.426000', '213831.428000', '213831.431000', '213831.434000', '213831.436000', '213831.439000', '213831.442000', '213831.444000', '213831.447000', '213831.449000', '213831.452000', '213831.455000', '213831.457000', '213831.460000', '213831.463000', '213831.465000', '213831.468000', '213831.471000', '213831.473000', '213831.476000', '213831.479000', '213831.481000', '213831.484000', '213831.487000', '213831.489000', '213831.492000', '213831.494000', '213831.497000', '213831.500000', '213831.502000', '213831.505000', '213831.508000', '213831.510000', '213831.513000', '213831.516000', '213831.518000', '213831.521000', '213831.524000', '213831.527000'], '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': [7779, 7950, 9467, 7792, 8326, 7096, 7694, 11761, 9860, 8786, 10035, 8233, 8509, 11849, 8369, 7810, 9595, 7093, 8415, 8804, 8232, 8300, 10567, 7819, 8091, 7657, 8325, 8194, 7787, 7923, 11200, 6698, 8233, 9163, 8234, 8138, 11669, 7852, 8384, 9560, 8153, 9157, 8172, 8389, 11591, 8142, 8739, 6301, 7226, 6574, 8396, 11145, 11592, 8266, 10146, 6842, 8059, 8850, 8092, 8206, 12109, 7861, 8655, 6432, 8339, 8844, 8062, 7986, 6787, 8191, 8825, 7988, 8459, 7417, 8544, 11556, 7890, 9108, 11773, 8016, 8209, 12349, 8660, 9196, 7395, 7836, 6094, 7888, 10417, 7332, 8150, 8445, 8082, 9023, 12162, 7765, 9740, 6718, 7392, 6055, 7957, 9126, 11817, 7845, 9549, 6865, 7154, 6348, 8048, 10164, 11983, 8274, 9900, 6916, 8409, 9132, 7863, 8318, 11981, 7383, 8719, 9563, 8000, 8663, 6855, 7756, 9615, 7426, 8379, 6356, 8172, 9337, 8004, 7658, 9983, 7094, 8345, 9650, 7573, 8536, 6669, 7909, 9766, 7982, 8689, 12108, 7793, 8969, 7160, 7978, 9343, 6675, 7603, 9216, 6672, 8199, 6487, 8062, 8155, 7526, 9881, 11695, 8609, 9914, 6767, 8105, 10990, 8481, 8106, 9474, 8139, 8778, 12472, 7634, 9248, 6924, 8094, 9523, 8036, 8483, 12060, 7695, 8865, 11899, 7987, 9435, 7802, 8028, 10233, 7617, 8434, 10812, 8087, 9270, 7416, 7876, 10828, 7476, 8656, 6325, 8114, 7822, 8138, 9163, 11920, 8102, 9213, 11825, 8292, 9680, 7400, 7587, 10187, 7879, 8548, 7777, 8109, 6803, 8023, 10962, 6877, 8487, 6591, 8110, 9590, 12238, 7857, 10177, 8275, 8018, 9924, 7766, 8315, 12149, 7920, 8929, 6145, 7404, 6353, 8092, 11349, 10032, 8062, 10226, 7168, 8293, 6381, 7805, 11082, 10069, 7770, 10233, 8079, 8603, 12179, 7694, 8730, 6781, 7987, 9183, 8001, 8908, 11643, 7493, 8727, 11954, 7731, 8759, 7266, 8106, 11495, 6688, 7983, 9535, 7423, 8181, 6651, 8170, 11190, 6685, 7494, 9522, 7236, 7787, 7000, 8150, 9477, 7193, 7728, 10375, 7556, 9315, 7445, 8272, 12054, 7628, 7969, 9722, 7626, 8083, 6592, 8250, 8799, 6946, 8233, 11473, 8027, 9207, 8226, 8370, 11744, 7831, 8875, 11590, 7967, 9226, 7513, 7714, 10352, 7657, 8956, 7544, 8802, 6937, 8414, 11952, 7863, 7848, 9606, 7168, 7858, 8818, 7602, 8260, 6643, 7779, 9732, 7135, 8777, 6064, 7870, 10006, 10352, 7686, 10220, 7008, 7684, 7284, 7463, 9056, 11105, 8154, 9960, 7980, 8326, 7892, 7755, 9236, 6551, 7737, 8256, 8089, 9393, 12414, 8356, 9843, 9863, 7810, 10025, 8107, 8524, 11807, 8086, 9010, 6901, 8137, 7448, 8118, 11891, 6931, 8360, 10277, 7651, 9170, 7856, 8163, 12127, 7403, 9234, 8413, 7455, 6285, 8012, 10663, 11861, 8309, 9530, 6865, 7876, 7196, 8106, 9715, 7518, 7569, 9159, 6567, 7481, 6690, 7905, 8741, 6537, 7972, 10053, 8171, 8825, 7122, 7675, 9420, 6329, 7673, 7461, 7848, 9702, 6361, 7567, 10765, 6531, 8397, 6394, 7885, 10831, 6593, 7508, 8945, 6357, 7751, 9295, 7609, 8493, 11982, 8143, 9152, 6386, 7776, 7965, 7747, 9642, 12174, 8713, 8731, 9834, 7637, 8896, 11855, 7256, 9408, 10960, 7860, 9915, 7842, 8392, 12062, 7214, 8847, 11154, 7731, 8850, 7907, 8562, 11677, 8249, 8892, 6506, 8031, 7025, 7936, 11244, 8761, 7494, 9213, 6978, 7968, 7706, 7725, 8703, 11674, 7252, 8623, 9620, 7563, 8353, 7135, 7805, 8522, 6931, 9198, 7254, 8555, 7188, 8157, 11363, 12770, 8492, 9184, 11974, 8508, 9131, 7165, 7855, 9554, 6611, 7542, 9291, 7316, 8124, 6289, 7762, 8966, 7120, 7225, 9327, 7670, 8552, 12199, 7357, 8466, 11040, 7888, 9074, 6676, 7898, 9186, 6375, 7570, 9382, 7594, 8563, 6667, 7282, 9418, 8770, 7667, 9937, 7216, 7912, 10552, 7237, 8611, 6267, 7907, 9862, 7235, 7948, 10459, 6964, 9018, 6528, 7902, 9685, 8304, 7374, 9193, 6380, 7462, 5838, 7638, 9072, 11584, 7551, 8791, 11335, 7439, 8944, 7543, 7798, 11692, 6985, 8027, 9615, 7132, 8053, 9897, 7745, 8549, 12111, 7429, 8916, 6930, 8165, 6729, 7682, 10460, 7192, 7823, 9822, 7846, 8964, 10082, 7473, 9633, 11564, 7921, 9406, 7732, 8372, 12298, 7000, 8427, 10321, 6993, 8501, 6378, 7835, 9053, 7216, 8965, 11408, 8699, 9694, 7668, 8739, 6760, 8170, 12014, 8428, 8539, 6484, 7899, 9519, 10302, 7847, 9946, 6510, 8331, 7000, 7641, 10565, 6869, 7482, 9114, 6904, 7616, 6676, 7707, 9031, 11787, 8054, 8698, 9041, 7531, 9242, 6308, 7423, 9252, 6428, 7588, 6215, 7593, 9866, 6752, 7391, 9898, 7054, 8180, 6395, 7679, 10272, 9036, 7311, 9328, 6534, 7984, 6857, 7792, 10212, 10220, 7935, 9692, 6609, 7869, 9021, 7732, 8704, 11888, 7534, 8857, 7724, 7636, 8871, 7254, 8045, 10384, 7381, 9036, 7704, 8452, 7342, 6755, 7139, 10537, 11672, 8811, 8868, 6732, 7861, 11096, 9897, 8108, 10185, 7253, 7517, 6550, 8048, 9587, 9721, 7681, 9397, 6459, 7491, 5783, 7853, 9125, 8362, 7467, 9629, 7571, 8134, 7281, 7303, 6799, 7348, 9331, 7098, 10386, 12511, 10342, 8866, 10187, 12019, 7446, 8780, 11839, 7274, 8346, 5961, 7132, 6452, 7477, 8315, 6779, 8195, 5982, 8105, 6348, 7852, 11373, 8153, 7667, 9406, 7122, 7287, 6211, 7636, 10774, 10880, 7579, 9884, 6997, 7233, 6222, 7562, 9268, 12006, 8055, 9559, 7190, 8721, 7468, 8559, 7747, 9008, 12056, 8599, 9148, 11133, 7591, 8472, 6816, 7261, 9694, 6942, 7619, 9597, 7674, 8513, 7463, 8037, 11732, 7098, 8197, 8938, 7316, 8162, 5823, 7708, 8884, 6458, 8381, 10258, 7828, 8551, 7334, 7807, 11363, 6934, 7693, 9395, 6702, 7524, 7029, 7621, 10860, 7247, 7665, 9141, 7761, 8621, 7311, 8031, 12113, 7559, 8232, 10062, 7009, 8154, 6395, 7545, 8946, 9630, 7334, 9595, 6632, 7765, 8511, 7914, 8476, 7610, 8646, 11526, 8275, 8873, 10531, 7547, 8604, 6783, 7415, 10643, 7774, 7619, 9785, 7218, 8276, 5756, 7541, 9943, 7637, 8828, 7376, 8767, 7766, 9373, 11986, 8400, 7904, 9561, 7410, 8430, 6956, 7652, 10384, 6873, 8085, 10857, 7648, 9104, 6749, 7853, 10099, 6441, 8398, 10160, 7696, 8436, 7651, 7850, 11720, 6792, 8303, 6096, 6780, 6706, 7717, 10747, 8605, 7779, 9161, 7885, 7432, 9016, 7452, 8547, 11913, 7028, 8674, 11095, 7424, 8375, 7605, 8125, 11783, 7056, 8420, 10957, 8138, 8447, 7617, 8304, 11757, 7227, 9428, 11498, 8225, 9108, 7227, 8383, 11954, 7132, 9035, 11368, 7817, 8507, 7271, 8093, 11693, 6883, 8803, 10701, 7499, 8854, 7598, 8305, 11813, 7669, 7958, 10090, 7344, 8464, 6853, 7650, 10515, 6486, 7496, 10397, 7114, 8801, 6958, 7748, 10807, 6952, 7864, 9858, 6856, 8380, 6647, 7459, 9288, 6351, 7566, 9981, 7105, 8185, 6622, 7737, 10601, 6600, 7474, 9603, 6734, 8279, 6505, 7604, 9757, 6845, 8767, 10671, 7555, 9388, 7581, 9319, 11837, 7874, 9142, 11849, 7845, 9234, 7507, 8387, 6708, 7083, 10002, 6717, 8725, 6521, 7644, 7303, 7187, 10117, 12201, 8608, 9189, 7307, 8280, 11421, 6840, 8660, 10216, 7548, 8506, 7216, 7867, 11121, 6789, 8512, 10321, 7600, 9129, 7486, 8384, 11445, 7807, 9445, 6636, 7838, 6709, 7716, 10397, 11052, 8841, 10146, 6918, 8083, 10485, 7269, 8871, 11620, 8467, 9170, 7530, 8540, 11859, 8024, 8671, 10867, 7480, 8704, 7014, 7601, 10291, 6600, 7647, 9893, 6997, 8452, 7405, 8035, 7051, 8002, 11150, 7852, 8435, 10780, 7440, 8866, 7508, 8775, 11683, 8373, 9062, 11590, 7432, 8528, 6062, 7616, 8886, 6054, 7539, 9653, 7408, 8628, 6661, 7540, 9608, 7099, 9720, 7432, 7734, 10158, 7712, 8739, 6347, 7727, 10976, 7553, 9479, 7350, 8939, 6238, 7904, 11288, 7518, 9267, 6146, 7519, 9928, 7600, 10128, 12168, 8900, 10334, 7217, 8711, 7425, 8910, 11765, 8808, 9740, 7448, 8827, 7540, 8458, 11466, 8011, 8025, 9187, 7507, 8475, 6026, 7309, 9252, 10830, 7591, 10481, 7108, 7944, 6802, 7445, 9127, 7124, 9452, 8480, 8001, 9620, 6988, 7142, 9546, 6653, 8547, 6225, 7303, 8035, 7407, 9184, 11366, 8462, 9450, 6596, 8123, 6553, 7679, 11323, 7511, 8118, 10818, 7511, 8464, 6338, 7394, 9316, 7594, 9106, 7324, 7466, 9385, 7430, 8967, 6796, 9156, 11622, 8068, 9442, 6397, 7032, 9312, 6410, 7436, 10386, 7515, 9069, 7506, 8573, 11760, 7880, 8624, 9707, 7813, 8725, 7350, 8348, 11811, 7357, 8565, 9630, 7336, 8985, 6226, 7306, 9330, 7003, 7352, 9661, 7534, 8967, 7211, 6974, 9593, 12882, 8578, 9875, 7109, 8710, 11321, 7727, 9330, 7935, 7163, 10081, 7332, 8819, 11493, 8255, 9590, 6715, 7333, 6214, 7365, 9005, 11218, 8094, 9490, 6155, 7284, 5993, 7326, 9296, 10763, 7273, 9344, 6361, 8316, 7117, 8066, 7175, 8406, 7161, 9931, 11080, 8883, 9705, 6985, 6610, 6866, 6765, 9163, 12159, 10056, 8940, 10776, 7540, 7977, 12030, 7038, 9246, 9581, 6850, 5969, 7176, 8814, 11160, 7535, 9530, 6438, 7688, 8388, 7287, 8593, 11069, 8020, 9745, 6641, 8109, 7072, 8035, 6825, 9202, 11536, 7881, 10415, 7433, 6627, 6404, 6389, 7407, 10810, 12308, 9608, 7517, 9011, 11185, 8091, 7827, 10292, 7206, 7714, 8731, 6901, 7674, 8879, 7175, 7412, 9439, 7411, 8167, 6776, 6608, 6361, 6934, 9277, 7689, 8912, 7658, 8878, 11649, 7918, 9267, 8671, 7369, 9028, 7160, 8343, 11532, 8014, 8864, 6900, 8452, 12334, 6826, 8767, 10954, 7075, 8573, 5910, 7232, 9196, 12119, 7867, 9761, 7980, 7255, 9318, 6932, 8251, 9192, 7155, 9374, 6602, 8705, 6453, 7124, 10779, 7501, 8879, 11109, 7277, 9048, 11900, 7605, 9550, 6187, 7936, 5965, 6543, 6131, 7403, 10589, 7194, 7884, 10996, 6878, 8676, 11919, 7964, 9869, 6365, 7959, 6234, 7309, 10388, 9448, 7527, 9563, 6559, 7532, 9598, 6916, 8267, 6382, 6941, 9180, 6321, 7284, 9262, 6947, 8349, 10628, 7235, 9045, 7901, 7403, 9289, 6862, 8525, 6132, 8328, 11250, 8080, 9853, 6680, 8435, 9251, 7683, 10318, 6930, 8479, 10609, 6860, 9307, 6337, 8795, 11937, 7563, 9281, 6218, 7314, 6283, 7811, 10935, 9090, 9760, 6971, 9233, 6584, 9056, 12004, 8944, 8470, 10201, 7111, 8914, 6175, 7255, 10379, 8533, 7530, 9633, 6431, 7369, 9234, 6670, 8028, 9463, 7367, 8926, 6200, 8618, 6648, 8179, 6279, 7462, 10535, 7678, 7873, 10786, 6701, 9192, 11927, 9725, 9891, 6743, 9033, 12005, 8314, 8598, 10736, 7034, 9261, 6797, 7926, 10634, 6843, 8610, 10668, 6922, 8711, 6151, 6767, 8998, 7446, 7236, 9145, 6170, 7898, 5931, 6682, 6319, 7066, 10251, 7062, 8096, 10535, 7520, 9451, 6987, 9221, 7316, 8988, 7366, 10585, 6740, 8839, 12322, 9232, 8333, 10142, 7509, 7739, 9792, 6434, 9032, 11656, 8363, 9505, 5823, 6550, 8974, 6286, 8987, 10873, 8082, 9085, 6278, 8428, 11477, 6701, 9442, 9873, 7162, 9732, 6652, 8944, 11559, 8707, 8988, 11424, 7184, 9341, 5979, 6764, 9107, 6515, 7703, 9174, 6901, 8789, 6535, 8647, 11682, 7122, 8981, 10361, 7393, 9153, 6479, 8221, 11116, 6716, 9125, 11064, 7490, 9419, 6721, 6828, 9408, 6502, 9218, 7812, 7943, 7288, 7083, 10669, 7911, 10408, 7227, 9727, 6409, 8000, 6735, 7451, 6488, 8086, 6590, 9453, 6647, 10289, 7411, 10321, 12720, 10617, 8982, 10288, 7429], 'WindowCenter': [3931.0, 3926.0, 3931.0, 3899.0, 3907.0, 3887.0, 3899.0, 3941.0, 3906.0, 3896.0, 3904.0, 3893.0, 3894.0, 3913.0, 3869.0, 3870.0, 3890.0, 3857.0, 3879.0, 3877.0, 3878.0, 3879.0, 3898.0, 3869.0, 3880.0, 3869.0, 3881.0, 3879.0, 3881.0, 3893.0, 3913.0, 3872.0, 3893.0, 3902.0, 3893.0, 3883.0, 3911.0, 3882.0, 3893.0, 3891.0, 3882.0, 3891.0, 3894.0, 3895.0, 3913.0, 3883.0, 3893.0, 3860.0, 3872.0, 3860.0, 3894.0, 3926.0, 3913.0, 3893.0, 3903.0, 3859.0, 3880.0, 3878.0, 3880.0, 3881.0, 3910.0, 3881.0, 3891.0, 3848.0, 3881.0, 3890.0, 3882.0, 3894.0, 3861.0, 3894.0, 3903.0, 3895.0, 3894.0, 3896.0, 3909.0, 3928.0, 3895.0, 3895.0, 3912.0, 3881.0, 3882.0, 3911.0, 3892.0, 3891.0, 3870.0, 3882.0, 3849.0, 3893.0, 3915.0, 3871.0, 3883.0, 3881.0, 3882.0, 3893.0, 3911.0, 3871.0, 3902.0, 3858.0, 3870.0, 3849.0, 3893.0, 3904.0, 3912.0, 3882.0, 3902.0, 3860.0, 3871.0, 3861.0, 3894.0, 3915.0, 3913.0, 3892.0, 3903.0, 3859.0, 3881.0, 3889.0, 3880.0, 3892.0, 3911.0, 3870.0, 3892.0, 3889.0, 3880.0, 3890.0, 3860.0, 3882.0, 3902.0, 3871.0, 3892.0, 3860.0, 3893.0, 3904.0, 3881.0, 3882.0, 3903.0, 3860.0, 3881.0, 3890.0, 3881.0, 3893.0, 3860.0, 3883.0, 3902.0, 3883.0, 3894.0, 3922.0, 3882.0, 3893.0, 3871.0, 3882.0, 3891.0, 3860.0, 3882.0, 3902.0, 3872.0, 3893.0, 3862.0, 3896.0, 3894.0, 3897.0, 3929.0, 3926.0, 3895.0, 3903.0, 3860.0, 3882.0, 3913.0, 3880.0, 3881.0, 3889.0, 3881.0, 3892.0, 3910.0, 3870.0, 3890.0, 3858.0, 3880.0, 3889.0, 3881.0, 3892.0, 3911.0, 3881.0, 3891.0, 3910.0, 3881.0, 3888.0, 3880.0, 3881.0, 3900.0, 3882.0, 3893.0, 3911.0, 3881.0, 3890.0, 3870.0, 3893.0, 3911.0, 3882.0, 3893.0, 3861.0, 3883.0, 3881.0, 3893.0, 3904.0, 3912.0, 3882.0, 3903.0, 3911.0, 3880.0, 3889.0, 3869.0, 3881.0, 3901.0, 3882.0, 3892.0, 3883.0, 3893.0, 3872.0, 3896.0, 3927.0, 3873.0, 3906.0, 3872.0, 3894.0, 3916.0, 3923.0, 3884.0, 3915.0, 3880.0, 3882.0, 3901.0, 3882.0, 3893.0, 3912.0, 3883.0, 3893.0, 3851.0, 3873.0, 3861.0, 3894.0, 3926.0, 3903.0, 3882.0, 3903.0, 3861.0, 3882.0, 3861.0, 3882.0, 3915.0, 3891.0, 3872.0, 3901.0, 3881.0, 3892.0, 3910.0, 3882.0, 3893.0, 3859.0, 3893.0, 3891.0, 3893.0, 3905.0, 3912.0, 3883.0, 3893.0, 3911.0, 3882.0, 3890.0, 3871.0, 3893.0, 3912.0, 3861.0, 3894.0, 3902.0, 3872.0, 3892.0, 3871.0, 3905.0, 3925.0, 3872.0, 3883.0, 3903.0, 3871.0, 3882.0, 3859.0, 3882.0, 3903.0, 3871.0, 3884.0, 3903.0, 3882.0, 3891.0, 3871.0, 3894.0, 3925.0, 3870.0, 3882.0, 3891.0, 3869.0, 3880.0, 3857.0, 3880.0, 3879.0, 3871.0, 3893.0, 3912.0, 3894.0, 3891.0, 3893.0, 3894.0, 3913.0, 3882.0, 3892.0, 3900.0, 3880.0, 3888.0, 3869.0, 3881.0, 3901.0, 3883.0, 3892.0, 3882.0, 3892.0, 3871.0, 3894.0, 3925.0, 3881.0, 3882.0, 3891.0, 3858.0, 3880.0, 3878.0, 3880.0, 3880.0, 3860.0, 3884.0, 3903.0, 3873.0, 3893.0, 3850.0, 3894.0, 3915.0, 3903.0, 3883.0, 3903.0, 3870.0, 3881.0, 3869.0, 3871.0, 3904.0, 3912.0, 3882.0, 3901.0, 3882.0, 3893.0, 3880.0, 3883.0, 3904.0, 3861.0, 3884.0, 3881.0, 3893.0, 3905.0, 3912.0, 3882.0, 3903.0, 3889.0, 3870.0, 3888.0, 3882.0, 3892.0, 3910.0, 3881.0, 3890.0, 3859.0, 3880.0, 3881.0, 3894.0, 3923.0, 3872.0, 3893.0, 3901.0, 3882.0, 3890.0, 3882.0, 3893.0, 3912.0, 3872.0, 3892.0, 3879.0, 3870.0, 3848.0, 3881.0, 3913.0, 3910.0, 3880.0, 3890.0, 3847.0, 3879.0, 3858.0, 3881.0, 3902.0, 3868.0, 3870.0, 3890.0, 3858.0, 3870.0, 3857.0, 3881.0, 3891.0, 3862.0, 3894.0, 3903.0, 3893.0, 3893.0, 3870.0, 3882.0, 3904.0, 3861.0, 3882.0, 3871.0, 3893.0, 3904.0, 3860.0, 3883.0, 3914.0, 3860.0, 3882.0, 3861.0, 3894.0, 3914.0, 3860.0, 3883.0, 3892.0, 3860.0, 3883.0, 3902.0, 3883.0, 3904.0, 3924.0, 3894.0, 3903.0, 3862.0, 3884.0, 3882.0, 3883.0, 3916.0, 3924.0, 3892.0, 3893.0, 3900.0, 3881.0, 3892.0, 3910.0, 3870.0, 3892.0, 3899.0, 3881.0, 3889.0, 3882.0, 3892.0, 3911.0, 3871.0, 3891.0, 3911.0, 3881.0, 3890.0, 3893.0, 3894.0, 3912.0, 3893.0, 3892.0, 3860.0, 3881.0, 3872.0, 3894.0, 3915.0, 3880.0, 3871.0, 3892.0, 3859.0, 3881.0, 3869.0, 3881.0, 3893.0, 3911.0, 3871.0, 3891.0, 3890.0, 3870.0, 3880.0, 3870.0, 3883.0, 3891.0, 3883.0, 3904.0, 3884.0, 3906.0, 3884.0, 3896.0, 3927.0, 3923.0, 3892.0, 3892.0, 3900.0, 3880.0, 3878.0, 3858.0, 3880.0, 3889.0, 3858.0, 3880.0, 3890.0, 3869.0, 3879.0, 3859.0, 3881.0, 3892.0, 3870.0, 3870.0, 3891.0, 3882.0, 3893.0, 3911.0, 3871.0, 3892.0, 3910.0, 3881.0, 3890.0, 3858.0, 3881.0, 3902.0, 3849.0, 3881.0, 3890.0, 3881.0, 3892.0, 3858.0, 3882.0, 3904.0, 3880.0, 3882.0, 3901.0, 3869.0, 3881.0, 3902.0, 3870.0, 3891.0, 3859.0, 3881.0, 3901.0, 3869.0, 3881.0, 3900.0, 3859.0, 3891.0, 3849.0, 3881.0, 3891.0, 3878.0, 3870.0, 3890.0, 3847.0, 3869.0, 3837.0, 3881.0, 3892.0, 3911.0, 3881.0, 3892.0, 3900.0, 3871.0, 3890.0, 3881.0, 3882.0, 3913.0, 3871.0, 3882.0, 3890.0, 3859.0, 3881.0, 3889.0, 3870.0, 3891.0, 3911.0, 3871.0, 3891.0, 3871.0, 3892.0, 3872.0, 3894.0, 3915.0, 3873.0, 3883.0, 3902.0, 3882.0, 3893.0, 3900.0, 3871.0, 3903.0, 3900.0, 3880.0, 3889.0, 3881.0, 3892.0, 3911.0, 3860.0, 3892.0, 3900.0, 3860.0, 3891.0, 3848.0, 3881.0, 3890.0, 3883.0, 3905.0, 3912.0, 3894.0, 3902.0, 3883.0, 3893.0, 3861.0, 3894.0, 3926.0, 3880.0, 3881.0, 3847.0, 3880.0, 3891.0, 3888.0, 3880.0, 3889.0, 3847.0, 3879.0, 3870.0, 3882.0, 3913.0, 3860.0, 3882.0, 3891.0, 3870.0, 3881.0, 3860.0, 3894.0, 3905.0, 3924.0, 3882.0, 3892.0, 3891.0, 3881.0, 3892.0, 3847.0, 3870.0, 3891.0, 3848.0, 3881.0, 3849.0, 3882.0, 3903.0, 3860.0, 3872.0, 3901.0, 3859.0, 3881.0, 3849.0, 3882.0, 3903.0, 3890.0, 3871.0, 3891.0, 3848.0, 3880.0, 3858.0, 3881.0, 3902.0, 3900.0, 3881.0, 3890.0, 3847.0, 3869.0, 3879.0, 3880.0, 3891.0, 3910.0, 3881.0, 3892.0, 3868.0, 3870.0, 3891.0, 3882.0, 3894.0, 3914.0, 3884.0, 3903.0, 3895.0, 3894.0, 3897.0, 3875.0, 3887.0, 3930.0, 3916.0, 3894.0, 3892.0, 3860.0, 3882.0, 3914.0, 3889.0, 3880.0, 3889.0, 3856.0, 3857.0, 3846.0, 3879.0, 3891.0, 3877.0, 3868.0, 3890.0, 3846.0, 3869.0, 3836.0, 3880.0, 3904.0, 3879.0, 3871.0, 3902.0, 3880.0, 3879.0, 3881.0, 3881.0, 3872.0, 3896.0, 3916.0, 3886.0, 3930.0, 3941.0, 3903.0, 3881.0, 3890.0, 3897.0, 3856.0, 3866.0, 3885.0, 3856.0, 3868.0, 3835.0, 3858.0, 3845.0, 3869.0, 3878.0, 3872.0, 3893.0, 3863.0, 3894.0, 3863.0, 3895.0, 3927.0, 3882.0, 3883.0, 3904.0, 3859.0, 3870.0, 3849.0, 3882.0, 3914.0, 3900.0, 3871.0, 3902.0, 3858.0, 3870.0, 3849.0, 3882.0, 3903.0, 3912.0, 3894.0, 3891.0, 3871.0, 3891.0, 3882.0, 3892.0, 3884.0, 3906.0, 3914.0, 3882.0, 3892.0, 3901.0, 3869.0, 3868.0, 3847.0, 3869.0, 3890.0, 3857.0, 3870.0, 3877.0, 3868.0, 3878.0, 3869.0, 3881.0, 3911.0, 3859.0, 3880.0, 3879.0, 3858.0, 3879.0, 3836.0, 3869.0, 3889.0, 3849.0, 3892.0, 3901.0, 3881.0, 3879.0, 3871.0, 3882.0, 3912.0, 3859.0, 3871.0, 3890.0, 3859.0, 3869.0, 3870.0, 3882.0, 3913.0, 3870.0, 3881.0, 3890.0, 3880.0, 3879.0, 3870.0, 3882.0, 3913.0, 3871.0, 3881.0, 3890.0, 3858.0, 3869.0, 3847.0, 3869.0, 3891.0, 3889.0, 3869.0, 3891.0, 3858.0, 3870.0, 3878.0, 3881.0, 3880.0, 3881.0, 3893.0, 3913.0, 3881.0, 3892.0, 3901.0, 3870.0, 3879.0, 3858.0, 3870.0, 3902.0, 3869.0, 3869.0, 3889.0, 3858.0, 3879.0, 3836.0, 3870.0, 3901.0, 3882.0, 3892.0, 3882.0, 3892.0, 3883.0, 3906.0, 3926.0, 3893.0, 3881.0, 3891.0, 3870.0, 3879.0, 3858.0, 3870.0, 3901.0, 3859.0, 3880.0, 3899.0, 3868.0, 3878.0, 3857.0, 3880.0, 3899.0, 3848.0, 3880.0, 3888.0, 3869.0, 3877.0, 3880.0, 3881.0, 3910.0, 3859.0, 3881.0, 3848.0, 3859.0, 3860.0, 3883.0, 3915.0, 3890.0, 3882.0, 3893.0, 3868.0, 3869.0, 3878.0, 3870.0, 3891.0, 3910.0, 3858.0, 3891.0, 3899.0, 3870.0, 3879.0, 3882.0, 3893.0, 3911.0, 3870.0, 3892.0, 3900.0, 3881.0, 3879.0, 3882.0, 3893.0, 3912.0, 3871.0, 3903.0, 3900.0, 3880.0, 3878.0, 3869.0, 3881.0, 3910.0, 3859.0, 3892.0, 3910.0, 3881.0, 3889.0, 3882.0, 3893.0, 3911.0, 3871.0, 3893.0, 3901.0, 3872.0, 3890.0, 3882.0, 3893.0, 3913.0, 3870.0, 3882.0, 3901.0, 3869.0, 3879.0, 3858.0, 3881.0, 3901.0, 3848.0, 3871.0, 3901.0, 3859.0, 3890.0, 3870.0, 3882.0, 3913.0, 3860.0, 3881.0, 3890.0, 3858.0, 3879.0, 3858.0, 3870.0, 3891.0, 3859.0, 3881.0, 3900.0, 3859.0, 3880.0, 3859.0, 3882.0, 3913.0, 3860.0, 3871.0, 3891.0, 3859.0, 3880.0, 3860.0, 3883.0, 3901.0, 3861.0, 3893.0, 3901.0, 3883.0, 3891.0, 3883.0, 3904.0, 3912.0, 3882.0, 3903.0, 3900.0, 3881.0, 3889.0, 3870.0, 3881.0, 3858.0, 3871.0, 3902.0, 3859.0, 3881.0, 3850.0, 3882.0, 3869.0, 3872.0, 3915.0, 3912.0, 3881.0, 3890.0, 3869.0, 3880.0, 3899.0, 3859.0, 3891.0, 3888.0, 3870.0, 3878.0, 3869.0, 3881.0, 3900.0, 3860.0, 3891.0, 3899.0, 3870.0, 3890.0, 3882.0, 3893.0, 3912.0, 3883.0, 3902.0, 3860.0, 3881.0, 3860.0, 3883.0, 3915.0, 3913.0, 3892.0, 3902.0, 3858.0, 3880.0, 3899.0, 3869.0, 3891.0, 3899.0, 3879.0, 3887.0, 3869.0, 3891.0, 3910.0, 3868.0, 3879.0, 3898.0, 3857.0, 3877.0, 3857.0, 3869.0, 3899.0, 3846.0, 3869.0, 3888.0, 3857.0, 3878.0, 3870.0, 3880.0, 3871.0, 3894.0, 3914.0, 3882.0, 3882.0, 3901.0, 3871.0, 3890.0, 3871.0, 3892.0, 3912.0, 3880.0, 3880.0, 3899.0, 3857.0, 3878.0, 3835.0, 3868.0, 3878.0, 3837.0, 3869.0, 3888.0, 3869.0, 3879.0, 3859.0, 3881.0, 3901.0, 3873.0, 3904.0, 3871.0, 3882.0, 3900.0, 3870.0, 3891.0, 3849.0, 3882.0, 3901.0, 3881.0, 3901.0, 3871.0, 3892.0, 3850.0, 3894.0, 3914.0, 3871.0, 3903.0, 3849.0, 3871.0, 3901.0, 3882.0, 3915.0, 3912.0, 3891.0, 3900.0, 3870.0, 3890.0, 3872.0, 3893.0, 3912.0, 3892.0, 3890.0, 3871.0, 3890.0, 3883.0, 3894.0, 3914.0, 3881.0, 3881.0, 3890.0, 3870.0, 3880.0, 3837.0, 3869.0, 3891.0, 3899.0, 3870.0, 3900.0, 3858.0, 3869.0, 3858.0, 3870.0, 3891.0, 3873.0, 3904.0, 3881.0, 3881.0, 3890.0, 3857.0, 3859.0, 3890.0, 3847.0, 3879.0, 3836.0, 3869.0, 3879.0, 3882.0, 3903.0, 3912.0, 3881.0, 3891.0, 3860.0, 3881.0, 3860.0, 3883.0, 3914.0, 3870.0, 3881.0, 3901.0, 3858.0, 3878.0, 3847.0, 3870.0, 3890.0, 3882.0, 3904.0, 3870.0, 3872.0, 3890.0, 3882.0, 3891.0, 3874.0, 3906.0, 3914.0, 3882.0, 3892.0, 3849.0, 3871.0, 3891.0, 3849.0, 3871.0, 3900.0, 3871.0, 3890.0, 3872.0, 3893.0, 3912.0, 3881.0, 3892.0, 3889.0, 3870.0, 3879.0, 3871.0, 3893.0, 3912.0, 3871.0, 3892.0, 3890.0, 3870.0, 3890.0, 3849.0, 3871.0, 3903.0, 3871.0, 3871.0, 3901.0, 3881.0, 3892.0, 3868.0, 3871.0, 3903.0, 3911.0, 3881.0, 3900.0, 3859.0, 3891.0, 3899.0, 3881.0, 3902.0, 3868.0, 3870.0, 3899.0, 3870.0, 3892.0, 3910.0, 3881.0, 3891.0, 3846.0, 3858.0, 3836.0, 3870.0, 3891.0, 3900.0, 3880.0, 3891.0, 3836.0, 3869.0, 3836.0, 3870.0, 3903.0, 3912.0, 3872.0, 3891.0, 3860.0, 3892.0, 3884.0, 3894.0, 3899.0, 3907.0, 3901.0, 3932.0, 3928.0, 3906.0, 3892.0, 3873.0, 3863.0, 3873.0, 3875.0, 3919.0, 3929.0, 3904.0, 3893.0, 3900.0, 3870.0, 3880.0, 3900.0, 3858.0, 3890.0, 3888.0, 3858.0, 3847.0, 3871.0, 3892.0, 3911.0, 3870.0, 3891.0, 3848.0, 3870.0, 3880.0, 3871.0, 3893.0, 3912.0, 3882.0, 3892.0, 3860.0, 3880.0, 3872.0, 3881.0, 3874.0, 3917.0, 3929.0, 3897.0, 3904.0, 3872.0, 3872.0, 3862.0, 3860.0, 3883.0, 3917.0, 3915.0, 3878.0, 3858.0, 3879.0, 3887.0, 3867.0, 3857.0, 3874.0, 3843.0, 3853.0, 3852.0, 3842.0, 3854.0, 3863.0, 3844.0, 3856.0, 3875.0, 3856.0, 3865.0, 3846.0, 3846.0, 3845.0, 3870.0, 3890.0, 3882.0, 3891.0, 3884.0, 3904.0, 3912.0, 3882.0, 3892.0, 3879.0, 3870.0, 3878.0, 3871.0, 3893.0, 3912.0, 3882.0, 3891.0, 3871.0, 3893.0, 3912.0, 3860.0, 3892.0, 3901.0, 3859.0, 3879.0, 3837.0, 3870.0, 3892.0, 3910.0, 3881.0, 3901.0, 3869.0, 3858.0, 3877.0, 3858.0, 3880.0, 3889.0, 3871.0, 3891.0, 3860.0, 3892.0, 3850.0, 3872.0, 3913.0, 3871.0, 3893.0, 3900.0, 3870.0, 3890.0, 3899.0, 3869.0, 3891.0, 3837.0, 3869.0, 3849.0, 3861.0, 3862.0, 3896.0, 3927.0, 3873.0, 3883.0, 3901.0, 3860.0, 3892.0, 3910.0, 3869.0, 3890.0, 3848.0, 3869.0, 3849.0, 3871.0, 3903.0, 3889.0, 3870.0, 3890.0, 3847.0, 3868.0, 3888.0, 3858.0, 3880.0, 3847.0, 3870.0, 3891.0, 3847.0, 3871.0, 3889.0, 3859.0, 3881.0, 3899.0, 3871.0, 3903.0, 3880.0, 3872.0, 3890.0, 3861.0, 3891.0, 3850.0, 3894.0, 3913.0, 3882.0, 3902.0, 3860.0, 3893.0, 3891.0, 3883.0, 3915.0, 3860.0, 3894.0, 3901.0, 3861.0, 3891.0, 3862.0, 3905.0, 3913.0, 3871.0, 3891.0, 3849.0, 3871.0, 3862.0, 3884.0, 3914.0, 3904.0, 3903.0, 3886.0, 3904.0, 3873.0, 3905.0, 3925.0, 3892.0, 3881.0, 3901.0, 3859.0, 3879.0, 3848.0, 3870.0, 3901.0, 3878.0, 3869.0, 3890.0, 3846.0, 3859.0, 3876.0, 3846.0, 3868.0, 3887.0, 3869.0, 3889.0, 3849.0, 3890.0, 3871.0, 3893.0, 3862.0, 3886.0, 3916.0, 3883.0, 3882.0, 3901.0, 3860.0, 3903.0, 3912.0, 3892.0, 3900.0, 3860.0, 3892.0, 3912.0, 3878.0, 3880.0, 3898.0, 3858.0, 3877.0, 3857.0, 3880.0, 3899.0, 3858.0, 3880.0, 3898.0, 3858.0, 3878.0, 3836.0, 3858.0, 3890.0, 3856.0, 3869.0, 3890.0, 3837.0, 3881.0, 3848.0, 3860.0, 3860.0, 3873.0, 3915.0, 3873.0, 3883.0, 3902.0, 3882.0, 3901.0, 3873.0, 3903.0, 3885.0, 3905.0, 3885.0, 3915.0, 3873.0, 3905.0, 3926.0, 3892.0, 3881.0, 3901.0, 3858.0, 3869.0, 3888.0, 3848.0, 3890.0, 3899.0, 3879.0, 3889.0, 3836.0, 3848.0, 3878.0, 3859.0, 3903.0, 3900.0, 3880.0, 3889.0, 3860.0, 3893.0, 3911.0, 3860.0, 3903.0, 3889.0, 3871.0, 3890.0, 3861.0, 3893.0, 3911.0, 3880.0, 3891.0, 3900.0, 3858.0, 3878.0, 3836.0, 3858.0, 3889.0, 3848.0, 3869.0, 3889.0, 3859.0, 3879.0, 3860.0, 3892.0, 3912.0, 3860.0, 3891.0, 3889.0, 3869.0, 3888.0, 3849.0, 3891.0, 3911.0, 3860.0, 3892.0, 3900.0, 3870.0, 3890.0, 3847.0, 3859.0, 3889.0, 3860.0, 3903.0, 3869.0, 3882.0, 3870.0, 3874.0, 3902.0, 3882.0, 3914.0, 3897.0, 3916.0, 3875.0, 3896.0, 3874.0, 3885.0, 3862.0, 3895.0, 3874.0, 3916.0, 3876.0, 3918.0, 3886.0, 3917.0, 3928.0, 3901.0, 3880.0, 3889.0, 3857.0], 'WindowWidth': [8812.0, 8792.0, 8788.0, 8742.0, 8747.0, 8722.0, 8739.0, 8798.0, 8742.0, 8730.0, 8735.0, 8720.0, 8721.0, 8748.0, 8680.0, 8681.0, 8707.0, 8661.0, 8693.0, 8687.0, 8692.0, 8694.0, 8715.0, 8681.0, 8697.0, 8680.0, 8700.0, 8696.0, 8703.0, 8721.0, 8748.0, 8691.0, 8720.0, 8730.0, 8719.0, 8706.0, 8740.0, 8704.0, 8721.0, 8712.0, 8705.0, 8714.0, 8722.0, 8726.0, 8746.0, 8708.0, 8720.0, 8673.0, 8691.0, 8674.0, 8724.0, 8769.0, 8746.0, 8719.0, 8733.0, 8669.0, 8696.0, 8692.0, 8697.0, 8699.0, 8736.0, 8699.0, 8713.0, 8653.0, 8699.0, 8710.0, 8703.0, 8722.0, 8675.0, 8725.0, 8736.0, 8728.0, 8725.0, 8732.0, 8753.0, 8775.0, 8728.0, 8724.0, 8743.0, 8700.0, 8703.0, 8742.0, 8715.0, 8713.0, 8685.0, 8702.0, 8658.0, 8722.0, 8753.0, 8688.0, 8706.0, 8700.0, 8704.0, 8720.0, 8741.0, 8687.0, 8730.0, 8666.0, 8685.0, 8657.0, 8721.0, 8738.0, 8743.0, 8703.0, 8731.0, 8673.0, 8688.0, 8675.0, 8724.0, 8755.0, 8746.0, 8718.0, 8734.0, 8669.0, 8700.0, 8708.0, 8699.0, 8716.0, 8742.0, 8683.0, 8715.0, 8707.0, 8699.0, 8711.0, 8672.0, 8705.0, 8729.0, 8687.0, 8717.0, 8673.0, 8719.0, 8736.0, 8701.0, 8704.0, 8733.0, 8670.0, 8701.0, 8711.0, 8702.0, 8719.0, 8672.0, 8707.0, 8730.0, 8708.0, 8724.0, 8758.0, 8706.0, 8721.0, 8687.0, 8704.0, 8715.0, 8673.0, 8703.0, 8730.0, 8691.0, 8723.0, 8681.0, 8730.0, 8725.0, 8736.0, 8781.0, 8770.0, 8727.0, 8734.0, 8672.0, 8703.0, 8747.0, 8696.0, 8700.0, 8707.0, 8699.0, 8715.0, 8736.0, 8684.0, 8711.0, 8666.0, 8698.0, 8709.0, 8701.0, 8718.0, 8739.0, 8700.0, 8713.0, 8736.0, 8699.0, 8705.0, 8698.0, 8701.0, 8724.0, 8705.0, 8719.0, 8741.0, 8702.0, 8711.0, 8687.0, 8719.0, 8741.0, 8706.0, 8719.0, 8675.0, 8706.0, 8701.0, 8722.0, 8738.0, 8745.0, 8705.0, 8731.0, 8739.0, 8697.0, 8706.0, 8680.0, 8702.0, 8726.0, 8704.0, 8716.0, 8709.0, 8722.0, 8694.0, 8731.0, 8772.0, 8696.0, 8742.0, 8692.0, 8725.0, 8756.0, 8760.0, 8709.0, 8752.0, 8699.0, 8703.0, 8726.0, 8706.0, 8721.0, 8742.0, 8707.0, 8720.0, 8660.0, 8692.0, 8675.0, 8724.0, 8769.0, 8733.0, 8704.0, 8732.0, 8673.0, 8703.0, 8673.0, 8704.0, 8752.0, 8715.0, 8689.0, 8726.0, 8702.0, 8717.0, 8738.0, 8703.0, 8720.0, 8670.0, 8720.0, 8715.0, 8722.0, 8738.0, 8745.0, 8707.0, 8721.0, 8740.0, 8705.0, 8711.0, 8690.0, 8721.0, 8745.0, 8676.0, 8722.0, 8729.0, 8690.0, 8716.0, 8690.0, 8738.0, 8766.0, 8692.0, 8708.0, 8733.0, 8688.0, 8703.0, 8669.0, 8704.0, 8733.0, 8689.0, 8710.0, 8733.0, 8703.0, 8713.0, 8689.0, 8724.0, 8766.0, 8686.0, 8704.0, 8714.0, 8679.0, 8697.0, 8662.0, 8697.0, 8695.0, 8689.0, 8719.0, 8743.0, 8723.0, 8714.0, 8720.0, 8723.0, 8745.0, 8702.0, 8715.0, 8723.0, 8696.0, 8703.0, 8682.0, 8700.0, 8729.0, 8706.0, 8719.0, 8704.0, 8717.0, 8690.0, 8722.0, 8765.0, 8699.0, 8702.0, 8714.0, 8663.0, 8695.0, 8692.0, 8699.0, 8698.0, 8674.0, 8710.0, 8733.0, 8694.0, 8721.0, 8661.0, 8723.0, 8752.0, 8734.0, 8705.0, 8732.0, 8686.0, 8701.0, 8682.0, 8689.0, 8737.0, 8745.0, 8703.0, 8728.0, 8706.0, 8720.0, 8699.0, 8706.0, 8738.0, 8675.0, 8709.0, 8700.0, 8721.0, 8740.0, 8742.0, 8702.0, 8732.0, 8706.0, 8685.0, 8705.0, 8702.0, 8715.0, 8737.0, 8699.0, 8711.0, 8669.0, 8697.0, 8703.0, 8722.0, 8762.0, 8692.0, 8720.0, 8726.0, 8705.0, 8711.0, 8705.0, 8721.0, 8743.0, 8691.0, 8716.0, 8694.0, 8685.0, 8653.0, 8702.0, 8747.0, 8738.0, 8698.0, 8710.0, 8650.0, 8695.0, 8667.0, 8700.0, 8730.0, 8679.0, 8684.0, 8710.0, 8666.0, 8682.0, 8664.0, 8701.0, 8714.0, 8680.0, 8724.0, 8733.0, 8722.0, 8720.0, 8683.0, 8704.0, 8736.0, 8674.0, 8704.0, 8687.0, 8721.0, 8735.0, 8671.0, 8706.0, 8749.0, 8672.0, 8704.0, 8675.0, 8724.0, 8751.0, 8674.0, 8706.0, 8718.0, 8673.0, 8706.0, 8730.0, 8709.0, 8739.0, 8762.0, 8724.0, 8734.0, 8678.0, 8710.0, 8705.0, 8710.0, 8756.0, 8765.0, 8719.0, 8720.0, 8725.0, 8701.0, 8716.0, 8738.0, 8686.0, 8716.0, 8721.0, 8699.0, 8706.0, 8703.0, 8717.0, 8739.0, 8687.0, 8714.0, 8738.0, 8702.0, 8711.0, 8720.0, 8722.0, 8743.0, 8719.0, 8715.0, 8672.0, 8702.0, 8691.0, 8723.0, 8753.0, 8699.0, 8688.0, 8717.0, 8668.0, 8700.0, 8680.0, 8702.0, 8719.0, 8741.0, 8688.0, 8714.0, 8710.0, 8685.0, 8697.0, 8685.0, 8706.0, 8716.0, 8710.0, 8738.0, 8712.0, 8744.0, 8713.0, 8731.0, 8773.0, 8761.0, 8716.0, 8716.0, 8723.0, 8696.0, 8690.0, 8665.0, 8697.0, 8708.0, 8665.0, 8699.0, 8709.0, 8681.0, 8694.0, 8668.0, 8702.0, 8719.0, 8685.0, 8685.0, 8715.0, 8705.0, 8721.0, 8741.0, 8688.0, 8718.0, 8738.0, 8700.0, 8710.0, 8666.0, 8701.0, 8730.0, 8656.0, 8699.0, 8712.0, 8700.0, 8715.0, 8667.0, 8705.0, 8737.0, 8697.0, 8703.0, 8725.0, 8683.0, 8701.0, 8730.0, 8686.0, 8712.0, 8667.0, 8702.0, 8728.0, 8682.0, 8699.0, 8723.0, 8669.0, 8713.0, 8655.0, 8701.0, 8715.0, 8692.0, 8683.0, 8710.0, 8650.0, 8682.0, 8637.0, 8702.0, 8719.0, 8740.0, 8701.0, 8718.0, 8723.0, 8689.0, 8710.0, 8703.0, 8705.0, 8745.0, 8687.0, 8702.0, 8711.0, 8668.0, 8700.0, 8707.0, 8684.0, 8713.0, 8739.0, 8689.0, 8714.0, 8689.0, 8716.0, 8692.0, 8725.0, 8755.0, 8694.0, 8706.0, 8731.0, 8705.0, 8718.0, 8723.0, 8687.0, 8733.0, 8723.0, 8698.0, 8708.0, 8699.0, 8717.0, 8740.0, 8671.0, 8716.0, 8724.0, 8670.0, 8713.0, 8652.0, 8700.0, 8712.0, 8708.0, 8739.0, 8745.0, 8724.0, 8729.0, 8707.0, 8719.0, 8675.0, 8723.0, 8768.0, 8697.0, 8700.0, 8650.0, 8696.0, 8713.0, 8704.0, 8695.0, 8708.0, 8650.0, 8695.0, 8686.0, 8705.0, 8746.0, 8674.0, 8705.0, 8715.0, 8686.0, 8701.0, 8673.0, 8723.0, 8739.0, 8762.0, 8706.0, 8717.0, 8712.0, 8700.0, 8715.0, 8650.0, 8686.0, 8715.0, 8653.0, 8699.0, 8657.0, 8705.0, 8733.0, 8672.0, 8690.0, 8728.0, 8669.0, 8699.0, 8655.0, 8704.0, 8734.0, 8710.0, 8688.0, 8712.0, 8653.0, 8697.0, 8666.0, 8701.0, 8731.0, 8723.0, 8699.0, 8710.0, 8650.0, 8681.0, 8692.0, 8697.0, 8714.0, 8738.0, 8701.0, 8715.0, 8680.0, 8683.0, 8712.0, 8706.0, 8722.0, 8753.0, 8711.0, 8732.0, 8728.0, 8723.0, 8735.0, 8701.0, 8720.0, 8782.0, 8759.0, 8725.0, 8715.0, 8670.0, 8702.0, 8746.0, 8705.0, 8696.0, 8706.0, 8659.0, 8661.0, 8646.0, 8695.0, 8712.0, 8687.0, 8678.0, 8709.0, 8644.0, 8681.0, 8634.0, 8697.0, 8736.0, 8696.0, 8690.0, 8731.0, 8699.0, 8697.0, 8703.0, 8702.0, 8695.0, 8731.0, 8757.0, 8717.0, 8782.0, 8801.0, 8733.0, 8699.0, 8709.0, 8711.0, 8656.0, 8670.0, 8692.0, 8657.0, 8675.0, 8628.0, 8663.0, 8643.0, 8680.0, 8691.0, 8691.0, 8720.0, 8681.0, 8724.0, 8681.0, 8727.0, 8771.0, 8703.0, 8706.0, 8734.0, 8667.0, 8684.0, 8653.0, 8703.0, 8748.0, 8723.0, 8685.0, 8730.0, 8664.0, 8683.0, 8654.0, 8702.0, 8733.0, 8744.0, 8723.0, 8712.0, 8686.0, 8711.0, 8704.0, 8715.0, 8710.0, 8741.0, 8751.0, 8702.0, 8714.0, 8724.0, 8680.0, 8677.0, 8647.0, 8680.0, 8710.0, 8661.0, 8681.0, 8687.0, 8678.0, 8689.0, 8680.0, 8698.0, 8739.0, 8667.0, 8694.0, 8693.0, 8664.0, 8692.0, 8634.0, 8680.0, 8707.0, 8655.0, 8716.0, 8725.0, 8700.0, 8694.0, 8687.0, 8703.0, 8744.0, 8667.0, 8686.0, 8708.0, 8668.0, 8681.0, 8687.0, 8706.0, 8746.0, 8685.0, 8700.0, 8709.0, 8698.0, 8695.0, 8684.0, 8704.0, 8746.0, 8686.0, 8701.0, 8711.0, 8665.0, 8681.0, 8648.0, 8682.0, 8713.0, 8708.0, 8682.0, 8714.0, 8665.0, 8685.0, 8693.0, 8701.0, 8697.0, 8702.0, 8720.0, 8746.0, 8700.0, 8716.0, 8725.0, 8683.0, 8695.0, 8666.0, 8685.0, 8731.0, 8682.0, 8680.0, 8708.0, 8665.0, 8692.0, 8635.0, 8684.0, 8727.0, 8704.0, 8716.0, 8705.0, 8717.0, 8710.0, 8744.0, 8772.0, 8719.0, 8701.0, 8712.0, 8685.0, 8695.0, 8665.0, 8683.0, 8726.0, 8668.0, 8695.0, 8719.0, 8679.0, 8690.0, 8664.0, 8696.0, 8722.0, 8653.0, 8696.0, 8704.0, 8680.0, 8688.0, 8697.0, 8700.0, 8736.0, 8670.0, 8700.0, 8652.0, 8670.0, 8675.0, 8709.0, 8753.0, 8712.0, 8702.0, 8718.0, 8677.0, 8682.0, 8691.0, 8683.0, 8715.0, 8735.0, 8666.0, 8713.0, 8721.0, 8685.0, 8695.0, 8704.0, 8720.0, 8739.0, 8686.0, 8717.0, 8723.0, 8701.0, 8694.0, 8704.0, 8721.0, 8742.0, 8690.0, 8734.0, 8723.0, 8697.0, 8691.0, 8681.0, 8700.0, 8738.0, 8670.0, 8717.0, 8738.0, 8700.0, 8709.0, 8705.0, 8721.0, 8741.0, 8689.0, 8720.0, 8726.0, 8690.0, 8711.0, 8704.0, 8722.0, 8749.0, 8684.0, 8702.0, 8725.0, 8680.0, 8695.0, 8667.0, 8701.0, 8726.0, 8654.0, 8687.0, 8725.0, 8668.0, 8709.0, 8684.0, 8704.0, 8746.0, 8672.0, 8701.0, 8709.0, 8666.0, 8694.0, 8665.0, 8686.0, 8715.0, 8670.0, 8701.0, 8725.0, 8669.0, 8696.0, 8669.0, 8705.0, 8747.0, 8672.0, 8688.0, 8712.0, 8668.0, 8696.0, 8672.0, 8707.0, 8729.0, 8677.0, 8720.0, 8728.0, 8707.0, 8715.0, 8708.0, 8738.0, 8742.0, 8703.0, 8731.0, 8722.0, 8699.0, 8706.0, 8686.0, 8701.0, 8666.0, 8688.0, 8732.0, 8668.0, 8699.0, 8657.0, 8703.0, 8683.0, 8691.0, 8753.0, 8744.0, 8699.0, 8708.0, 8681.0, 8698.0, 8720.0, 8668.0, 8712.0, 8703.0, 8683.0, 8689.0, 8683.0, 8701.0, 8723.0, 8672.0, 8714.0, 8721.0, 8685.0, 8709.0, 8704.0, 8721.0, 8744.0, 8707.0, 8730.0, 8672.0, 8702.0, 8673.0, 8706.0, 8754.0, 8747.0, 8715.0, 8729.0, 8666.0, 8698.0, 8721.0, 8681.0, 8713.0, 8719.0, 8694.0, 8702.0, 8682.0, 8713.0, 8737.0, 8677.0, 8695.0, 8715.0, 8660.0, 8685.0, 8663.0, 8682.0, 8722.0, 8646.0, 8681.0, 8703.0, 8663.0, 8691.0, 8684.0, 8698.0, 8690.0, 8722.0, 8750.0, 8704.0, 8702.0, 8727.0, 8686.0, 8710.0, 8689.0, 8718.0, 8744.0, 8697.0, 8697.0, 8720.0, 8662.0, 8690.0, 8629.0, 8676.0, 8691.0, 8635.0, 8680.0, 8705.0, 8681.0, 8693.0, 8668.0, 8701.0, 8727.0, 8694.0, 8737.0, 8687.0, 8702.0, 8723.0, 8685.0, 8713.0, 8655.0, 8704.0, 8727.0, 8701.0, 8726.0, 8688.0, 8716.0, 8659.0, 8723.0, 8751.0, 8689.0, 8733.0, 8657.0, 8688.0, 8726.0, 8703.0, 8752.0, 8743.0, 8714.0, 8724.0, 8685.0, 8710.0, 8691.0, 8721.0, 8745.0, 8717.0, 8710.0, 8689.0, 8712.0, 8708.0, 8723.0, 8750.0, 8699.0, 8698.0, 8708.0, 8684.0, 8696.0, 8637.0, 8681.0, 8712.0, 8720.0, 8682.0, 8722.0, 8663.0, 8681.0, 8664.0, 8684.0, 8713.0, 8694.0, 8737.0, 8699.0, 8700.0, 8709.0, 8661.0, 8666.0, 8709.0, 8649.0, 8691.0, 8635.0, 8681.0, 8694.0, 8703.0, 8734.0, 8744.0, 8701.0, 8713.0, 8670.0, 8700.0, 8674.0, 8707.0, 8749.0, 8686.0, 8700.0, 8725.0, 8665.0, 8691.0, 8650.0, 8685.0, 8712.0, 8706.0, 8736.0, 8683.0, 8691.0, 8711.0, 8703.0, 8713.0, 8698.0, 8742.0, 8748.0, 8705.0, 8714.0, 8654.0, 8687.0, 8715.0, 8657.0, 8688.0, 8723.0, 8688.0, 8710.0, 8691.0, 8721.0, 8745.0, 8700.0, 8715.0, 8706.0, 8685.0, 8693.0, 8689.0, 8720.0, 8743.0, 8689.0, 8715.0, 8710.0, 8685.0, 8710.0, 8656.0, 8689.0, 8734.0, 8688.0, 8686.0, 8728.0, 8700.0, 8716.0, 8680.0, 8687.0, 8735.0, 8741.0, 8699.0, 8722.0, 8669.0, 8713.0, 8721.0, 8701.0, 8729.0, 8679.0, 8685.0, 8721.0, 8686.0, 8716.0, 8737.0, 8699.0, 8712.0, 8646.0, 8664.0, 8633.0, 8684.0, 8715.0, 8722.0, 8697.0, 8711.0, 8631.0, 8680.0, 8633.0, 8685.0, 8732.0, 8743.0, 8691.0, 8714.0, 8670.0, 8716.0, 8712.0, 8726.0, 8740.0, 8749.0, 8747.0, 8790.0, 8778.0, 8742.0, 8715.0, 8693.0, 8679.0, 8697.0, 8701.0, 8765.0, 8782.0, 8734.0, 8719.0, 8722.0, 8682.0, 8696.0, 8719.0, 8664.0, 8708.0, 8703.0, 8665.0, 8650.0, 8686.0, 8716.0, 8739.0, 8685.0, 8712.0, 8652.0, 8683.0, 8695.0, 8687.0, 8718.0, 8741.0, 8702.0, 8715.0, 8670.0, 8697.0, 8689.0, 8701.0, 8698.0, 8760.0, 8779.0, 8731.0, 8733.0, 8691.0, 8692.0, 8680.0, 8672.0, 8706.0, 8757.0, 8754.0, 8689.0, 8661.0, 8693.0, 8700.0, 8674.0, 8659.0, 8678.0, 8632.0, 8647.0, 8645.0, 8630.0, 8651.0, 8661.0, 8637.0, 8659.0, 8680.0, 8656.0, 8667.0, 8644.0, 8647.0, 8645.0, 8684.0, 8709.0, 8705.0, 8714.0, 8710.0, 8736.0, 8743.0, 8703.0, 8714.0, 8694.0, 8683.0, 8692.0, 8687.0, 8720.0, 8743.0, 8703.0, 8714.0, 8690.0, 8721.0, 8743.0, 8671.0, 8717.0, 8726.0, 8668.0, 8694.0, 8638.0, 8684.0, 8716.0, 8737.0, 8699.0, 8727.0, 8679.0, 8665.0, 8687.0, 8664.0, 8695.0, 8707.0, 8686.0, 8715.0, 8673.0, 8715.0, 8658.0, 8692.0, 8747.0, 8686.0, 8718.0, 8722.0, 8684.0, 8709.0, 8718.0, 8681.0, 8710.0, 8636.0, 8680.0, 8657.0, 8676.0, 8680.0, 8731.0, 8773.0, 8695.0, 8706.0, 8727.0, 8672.0, 8716.0, 8736.0, 8682.0, 8708.0, 8651.0, 8680.0, 8655.0, 8687.0, 8732.0, 8707.0, 8682.0, 8710.0, 8648.0, 8678.0, 8702.0, 8666.0, 8696.0, 8649.0, 8686.0, 8715.0, 8650.0, 8686.0, 8707.0, 8670.0, 8700.0, 8722.0, 8689.0, 8734.0, 8696.0, 8689.0, 8711.0, 8675.0, 8715.0, 8660.0, 8723.0, 8746.0, 8704.0, 8730.0, 8673.0, 8720.0, 8714.0, 8708.0, 8752.0, 8672.0, 8722.0, 8726.0, 8674.0, 8715.0, 8679.0, 8739.0, 8747.0, 8687.0, 8713.0, 8657.0, 8688.0, 8679.0, 8711.0, 8750.0, 8737.0, 8735.0, 8717.0, 8735.0, 8694.0, 8738.0, 8768.0, 8715.0, 8699.0, 8726.0, 8669.0, 8693.0, 8652.0, 8684.0, 8728.0, 8689.0, 8679.0, 8709.0, 8646.0, 8666.0, 8684.0, 8647.0, 8677.0, 8702.0, 8683.0, 8707.0, 8657.0, 8711.0, 8691.0, 8719.0, 8681.0, 8717.0, 8758.0, 8707.0, 8704.0, 8725.0, 8672.0, 8734.0, 8743.0, 8716.0, 8724.0, 8672.0, 8716.0, 8743.0, 8692.0, 8696.0, 8717.0, 8663.0, 8687.0, 8664.0, 8697.0, 8722.0, 8665.0, 8697.0, 8717.0, 8664.0, 8690.0, 8633.0, 8667.0, 8710.0, 8660.0, 8681.0, 8709.0, 8636.0, 8699.0, 8655.0, 8674.0, 8675.0, 8696.0, 8754.0, 8694.0, 8706.0, 8729.0, 8704.0, 8728.0, 8694.0, 8735.0, 8716.0, 8739.0, 8714.0, 8753.0, 8694.0, 8739.0, 8770.0, 8716.0, 8701.0, 8727.0, 8666.0, 8680.0, 8703.0, 8652.0, 8711.0, 8722.0, 8694.0, 8707.0, 8634.0, 8652.0, 8690.0, 8671.0, 8733.0, 8725.0, 8698.0, 8708.0, 8674.0, 8719.0, 8739.0, 8673.0, 8732.0, 8708.0, 8689.0, 8711.0, 8677.0, 8720.0, 8742.0, 8696.0, 8714.0, 8721.0, 8665.0, 8691.0, 8633.0, 8666.0, 8707.0, 8653.0, 8682.0, 8706.0, 8669.0, 8693.0, 8675.0, 8718.0, 8743.0, 8672.0, 8713.0, 8708.0, 8682.0, 8703.0, 8656.0, 8715.0, 8739.0, 8673.0, 8717.0, 8724.0, 8685.0, 8711.0, 8648.0, 8667.0, 8706.0, 8672.0, 8731.0, 8682.0, 8704.0, 8685.0, 8696.0, 8728.0, 8704.0, 8751.0, 8735.0, 8755.0, 8704.0, 8728.0, 8700.0, 8716.0, 8679.0, 8727.0, 8698.0, 8757.0, 8704.0, 8762.0, 8717.0, 8760.0, 8777.0, 8725.0, 8695.0, 8706.0, 8659.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.00034431013431013426</td></tr>
<tr><td colspan=3>aqi</td><td>0.02288426587301587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.95651186852164</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2269581159193657</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0062960706719613</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>5427.5742</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08910870048385576</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8693528693528694</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.577521299478564</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5857543928962654</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6466058459909085</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.500203659548518</td></tr>
<tr><td colspan=3>gcor</td><td>0.0088535</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009670611470937729</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018151238560676575</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>3.906906683530011</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2137</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5258</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.1482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.1297</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7215</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.4045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3142.5026</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.6343</td></tr>
<tr><td colspan=3>tsnr</td><td>43.187781564192846</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>