<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-03/func/sub-0018_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>bf21bd747f83a32f62a85c511060aa11</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>10:34:37.210000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995589, -0.0330429, 0.087816, 0.0234623, 0.993877, 0.107973]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0909647</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>[4163, -7745, -7248, 686, -27, -201, -33, 13]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95742c2d-f18b-4cc7-8551-16a0c538b510||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671091318130493, 0.06294772028923035, 0.24528434872627258, 105.0157470703125], [0.0886516273021698, 2.666499137878418, 0.284677118062973, -105.78080749511719], [0.23560397326946259, -0.2896827459335327, 2.673722982406616, -59.053401947021484], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1616]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'AcquisitionTime': ['103437.210000', '103437.670000', '103438.130000', '103438.590000', '103439.050000', '103439.510000', '103439.970000', '103440.430000', '103440.890000', '103441.350000', '103441.810000', '103442.270000', '103442.730000', '103443.190000', '103443.650000', '103444.110000', '103444.570000', '103445.030000', '103445.490000', '103445.950000', '103446.410000', '103446.870000', '103447.330000', '103447.790000', '103448.250000', '103448.710000', '103449.170000', '103449.630000', '103450.090000', '103450.550000', '103451.010000', '103451.470000', '103451.930000', '103452.390000', '103452.850000', '103453.310000', '103453.770000', '103454.230000', '103454.690000', '103455.150000', '103455.610000', '103456.070000', '103456.530000', '103456.990000', '103457.450000', '103457.910000', '103458.370000', '103458.830000', '103459.290000', '103459.750000', '103500.210000', '103500.670000', '103501.130000', '103501.590000', '103502.050000', '103502.510000', '103502.970000', '103503.430000', '103503.890000', '103504.350000', '103504.810000', '103505.270000', '103505.730000', '103506.190000', '103506.650000', '103507.110000', '103507.570000', '103508.030000', '103508.490000', '103508.950000', '103509.410000', '103509.870000', '103510.330000', '103510.790000', '103511.250000', '103511.710000', '103512.170000', '103512.630000', '103513.090000', '103513.550000', '103514.010000', '103514.470000', '103514.930000', '103515.390000', '103515.850000', '103516.310000', '103516.770000', '103517.230000', '103517.690000', '103518.150000', '103518.610000', '103519.070000', '103519.530000', '103519.990000', '103520.450000', '103520.910000', '103521.370000', '103521.830000', '103522.290000', '103522.750000', '103523.210000', '103523.670000', '103524.130000', '103524.590000', '103525.050000', '103525.510000', '103525.970000', '103526.430000', '103526.890000', '103527.350000', '103527.810000', '103528.270000', '103528.730000', '103529.190000', '103529.650000', '103530.110000', '103530.570000', '103531.030000', '103531.490000', '103531.950000', '103532.410000', '103532.870000', '103533.330000', '103533.790000', '103534.250000', '103534.710000', '103535.170000', '103535.630000', '103536.090000', '103536.550000', '103537.010000', '103537.470000', '103537.930000', '103538.390000', '103538.850000', '103539.310000', '103539.770000', '103540.230000', '103540.690000', '103541.150000', '103541.610000', '103542.070000', '103542.530000', '103542.990000', '103543.450000', '103543.910000', '103544.370000', '103544.830000', '103545.290000', '103545.750000', '103546.210000', '103546.670000', '103547.130000', '103547.590000', '103548.050000', '103548.510000', '103548.970000', '103549.430000', '103549.890000', '103550.350000', '103550.810000', '103551.270000', '103551.730000', '103552.190000', '103552.650000', '103553.110000', '103553.570000', '103554.030000', '103554.490000', '103554.950000', '103555.410000', '103555.870000', '103556.330000', '103556.790000', '103557.250000', '103557.710000', '103558.170000', '103558.630000', '103559.090000', '103559.550000', '103600.010000', '103600.470000', '103600.930000', '103601.390000', '103601.850000', '103602.310000', '103602.770000', '103603.230000', '103603.690000', '103604.150000', '103604.610000', '103605.070000', '103605.530000', '103605.990000', '103606.450000', '103606.910000', '103607.370000', '103607.830000', '103608.290000', '103608.750000', '103609.210000', '103609.670000', '103610.130000', '103610.590000', '103611.050000', '103611.510000', '103611.970000', '103612.430000', '103612.890000', '103613.350000', '103613.810000', '103614.270000', '103614.730000', '103615.190000', '103615.650000', '103616.110000', '103616.570000', '103617.030000', '103617.490000', '103617.950000', '103618.410000', '103618.870000', '103619.330000', '103619.790000', '103620.250000', '103620.710000', '103621.170000', '103621.630000', '103622.090000', '103622.550000', '103623.010000', '103623.470000', '103623.930000', '103624.390000', '103624.850000', '103625.310000', '103625.770000', '103626.230000', '103626.690000', '103627.150000', '103627.610000', '103628.070000', '103628.530000', '103628.990000', '103629.450000', '103629.910000', '103630.370000', '103630.830000', '103631.290000', '103631.750000', '103632.210000', '103632.670000', '103633.130000', '103633.590000', '103634.050000', '103634.510000', '103634.970000', '103635.430000', '103635.890000', '103636.350000', '103636.810000', '103637.270000', '103637.730000', '103638.190000', '103638.650000', '103639.110000', '103639.570000', '103640.030000', '103640.490000', '103640.950000', '103641.410000', '103641.870000', '103642.330000', '103642.790000', '103643.250000', '103643.710000', '103644.170000', '103644.630000', '103645.090000', '103645.550000', '103646.010000', '103646.470000', '103646.930000', '103647.390000', '103647.850000', '103648.310000', '103648.770000', '103649.230000', '103649.690000', '103650.150000', '103650.610000', '103651.070000', '103651.530000', '103651.990000', '103652.450000', '103652.910000', '103653.370000', '103653.830000', '103654.290000', '103654.750000', '103655.210000', '103655.670000', '103656.130000', '103656.590000', '103657.050000', '103657.510000', '103657.970000', '103658.430000', '103658.890000', '103659.350000', '103659.810000', '103700.270000', '103700.730000', '103701.190000', '103701.650000', '103702.110000', '103702.570000', '103703.030000', '103703.490000', '103703.950000', '103704.410000', '103704.870000', '103705.330000', '103705.790000', '103706.250000', '103706.710000', '103707.170000', '103707.630000', '103708.090000', '103708.550000', '103709.010000', '103709.470000', '103709.930000', '103710.390000', '103710.850000', '103711.310000', '103711.770000', '103712.230000', '103712.690000', '103713.150000', '103713.610000', '103714.070000', '103714.530000', '103714.990000', '103715.450000', '103715.910000', '103716.370000', '103716.830000', '103717.290000', '103717.750000', '103718.210000', '103718.670000', '103719.130000', '103719.590000', '103720.050000', '103720.510000', '103720.970000', '103721.430000', '103721.890000', '103722.350000', '103722.810000', '103723.270000', '103723.730000', '103724.190000', '103724.650000', '103725.110000', '103725.570000', '103726.030000', '103726.490000', '103726.950000', '103727.410000', '103727.870000', '103728.330000', '103728.790000', '103729.250000', '103729.710000', '103730.170000', '103730.630000', '103731.090000', '103731.550000', '103732.010000', '103732.470000', '103732.930000', '103733.390000', '103733.850000', '103734.310000', '103734.770000', '103735.230000', '103735.690000', '103736.150000', '103736.610000', '103737.070000', '103737.530000', '103737.990000', '103738.450000', '103738.910000', '103739.370000', '103739.830000', '103740.290000', '103740.750000', '103741.210000', '103741.670000', '103742.130000', '103742.590000', '103743.050000', '103743.510000', '103743.970000', '103744.430000', '103744.890000', '103745.350000', '103745.810000', '103746.270000', '103746.730000', '103747.190000', '103747.650000', '103748.110000', '103748.570000', '103749.030000', '103749.490000', '103749.950000', '103750.410000', '103750.870000', '103751.330000', '103751.790000', '103752.250000', '103752.710000', '103753.170000', '103753.630000', '103754.090000', '103754.550000', '103755.010000', '103755.470000', '103755.930000', '103756.390000', '103756.850000', '103757.310000', '103757.770000', '103758.230000', '103758.690000', '103759.150000', '103759.610000', '103800.070000', '103800.530000', '103800.990000', '103801.450000', '103801.910000', '103802.370000', '103802.830000', '103803.290000', '103803.750000', '103804.210000', '103804.670000', '103805.130000', '103805.590000', '103806.050000', '103806.510000', '103806.970000', '103807.430000', '103807.890000', '103808.350000', '103808.810000', '103809.270000', '103809.730000', '103810.190000', '103810.650000', '103811.110000', '103811.570000', '103812.030000', '103812.490000', '103812.950000', '103813.410000', '103813.870000', '103814.330000', '103814.790000', '103815.250000', '103815.710000', '103816.170000', '103816.630000', '103817.090000', '103817.550000', '103818.010000', '103818.470000', '103818.930000', '103819.390000', '103819.850000', '103820.310000', '103820.770000', '103821.230000', '103821.690000', '103822.150000', '103822.610000', '103823.070000', '103823.530000', '103823.990000', '103824.450000', '103824.910000', '103825.370000', '103825.830000', '103826.290000', '103826.750000', '103827.210000', '103827.670000', '103828.130000', '103828.590000', '103829.050000', '103829.510000', '103829.970000', '103830.430000', '103830.890000', '103831.350000', '103831.810000', '103832.270000', '103832.730000', '103833.190000', '103833.650000', '103834.110000', '103834.570000', '103835.030000', '103835.490000', '103835.950000', '103836.410000', '103836.870000', '103837.330000', '103837.790000', '103838.250000', '103838.710000', '103839.170000', '103839.630000', '103840.090000', '103840.550000', '103841.010000', '103841.470000', '103841.930000', '103842.390000', '103842.850000', '103843.310000', '103843.770000', '103844.230000', '103844.690000', '103845.150000', '103845.610000', '103846.070000', '103846.530000', '103846.990000', '103847.450000', '103847.910000', '103848.370000', '103848.830000', '103849.290000', '103849.750000', '103850.210000', '103850.670000', '103851.130000', '103851.590000', '103852.050000', '103852.510000', '103852.970000', '103853.430000', '103853.890000', '103854.350000', '103854.810000', '103855.270000', '103855.730000', '103856.190000', '103856.650000', '103857.110000', '103857.570000', '103858.030000', '103858.490000', '103858.950000', '103859.410000', '103859.870000', '103900.330000', '103900.790000', '103901.250000', '103901.710000', '103902.170000', '103902.630000', '103903.090000', '103903.550000', '103904.010000', '103904.470000', '103904.930000', '103905.390000', '103905.850000', '103906.310000', '103906.770000', '103907.230000', '103907.690000', '103908.150000', '103908.610000', '103909.070000', '103909.530000', '103909.990000', '103910.450000', '103910.910000', '103911.370000', '103911.830000', '103912.290000', '103912.750000', '103913.210000', '103913.670000', '103914.130000', '103914.590000', '103915.050000', '103915.510000', '103915.970000', '103916.430000', '103916.890000', '103917.350000', '103917.810000', '103918.270000', '103918.730000', '103919.190000', '103919.650000', '103920.110000', '103920.570000', '103921.030000', '103921.490000', '103921.950000', '103922.410000', '103922.870000', '103923.330000', '103923.790000', '103924.250000', '103924.710000', '103925.170000', '103925.630000', '103926.090000', '103926.550000', '103927.010000', '103927.470000', '103927.930000', '103928.390000', '103928.850000', '103929.310000', '103929.770000', '103930.230000', '103930.690000', '103931.150000', '103931.610000', '103932.070000', '103932.530000', '103932.990000', '103933.450000', '103933.910000', '103934.370000', '103934.830000', '103935.290000', '103935.750000', '103936.210000', '103936.670000', '103937.130000', '103937.590000', '103938.050000', '103938.510000', '103938.970000', '103939.430000', '103939.890000', '103940.350000', '103940.810000', '103941.270000', '103941.730000', '103942.190000', '103942.650000', '103943.110000', '103943.570000', '103944.030000', '103944.490000', '103944.950000', '103945.410000', '103945.870000', '103946.330000', '103946.790000', '103947.250000', '103947.710000', '103948.170000', '103948.630000', '103949.090000', '103949.550000', '103950.010000', '103950.470000', '103950.930000', '103951.390000', '103951.850000', '103952.310000', '103952.770000', '103953.230000', '103953.690000', '103954.150000', '103954.610000', '103955.070000', '103955.530000', '103955.990000', '103956.450000', '103956.910000', '103957.370000', '103957.830000', '103958.290000', '103958.750000', '103959.210000', '103959.670000', '104000.130000', '104000.590000', '104001.050000', '104001.510000', '104001.970000', '104002.430000', '104002.890000', '104003.350000', '104003.810000', '104004.270000', '104004.730000', '104005.190000', '104005.650000', '104006.110000', '104006.570000', '104007.030000', '104007.490000', '104007.950000', '104008.410000', '104008.870000', '104009.330000', '104009.790000', '104010.250000', '104010.710000', '104011.170000', '104011.630000', '104012.090000', '104012.550000', '104013.010000', '104013.470000', '104013.930000', '104014.390000', '104014.850000', '104015.310000', '104015.770000', '104016.230000', '104016.690000', '104017.150000', '104017.610000', '104018.070000', '104018.530000', '104018.990000', '104019.450000', '104019.910000', '104020.370000', '104020.830000', '104021.290000', '104021.750000', '104022.210000', '104022.670000', '104023.130000', '104023.590000', '104024.050000', '104024.510000', '104024.970000', '104025.430000', '104025.890000', '104026.350000', '104026.810000', '104027.270000', '104027.730000', '104028.190000', '104028.650000', '104029.110000', '104029.570000', '104030.030000', '104030.490000', '104030.950000', '104031.410000', '104031.870000', '104032.330000', '104032.790000', '104033.250000', '104033.710000', '104034.170000', '104034.630000', '104035.090000', '104035.550000', '104036.010000', '104036.470000', '104036.930000', '104037.390000', '104037.850000', '104038.310000', '104038.770000', '104039.230000', '104039.690000', '104040.150000', '104040.610000', '104041.070000', '104041.530000', '104041.990000', '104042.450000', '104042.910000', '104043.370000', '104043.830000', '104044.290000', '104044.750000', '104045.210000', '104045.670000', '104046.130000', '104046.590000', '104047.050000', '104047.510000', '104047.970000', '104048.430000', '104048.890000', '104049.350000', '104049.810000', '104050.270000', '104050.730000', '104051.190000', '104051.650000', '104052.110000', '104052.570000', '104053.030000', '104053.490000', '104053.950000', '104054.410000', '104054.870000', '104055.330000', '104055.790000', '104056.250000', '104056.710000', '104057.170000', '104057.630000', '104058.090000', '104058.550000', '104059.010000', '104059.470000', '104059.930000', '104100.390000', '104100.850000', '104101.310000', '104101.770000', '104102.230000', '104102.690000', '104103.150000', '104103.610000', '104104.070000', '104104.530000', '104104.990000', '104105.450000', '104105.910000', '104106.370000', '104106.830000', '104107.290000', '104107.750000', '104108.210000', '104108.670000', '104109.130000', '104109.590000', '104110.050000', '104110.510000', '104110.970000', '104111.430000', '104111.890000', '104112.350000', '104112.810000', '104113.270000', '104113.730000', '104114.190000', '104114.650000', '104115.110000', '104115.570000', '104116.030000', '104116.490000', '104116.950000', '104117.410000', '104117.870000', '104118.330000', '104118.790000', '104119.250000', '104119.710000', '104120.170000', '104120.630000', '104121.090000', '104121.550000', '104122.010000', '104122.470000', '104122.930000', '104123.390000', '104123.850000', '104124.310000', '104124.770000', '104125.230000', '104125.690000', '104126.150000', '104126.610000', '104127.070000', '104127.530000', '104127.990000', '104128.450000', '104128.910000', '104129.370000', '104129.830000', '104130.290000', '104130.750000', '104131.210000', '104131.670000', '104132.130000', '104132.590000', '104133.050000', '104133.510000', '104133.970000', '104134.430000', '104134.890000', '104135.350000', '104135.810000', '104136.270000', '104136.730000', '104137.190000', '104137.650000', '104138.110000', '104138.570000', '104139.030000', '104139.490000', '104139.950000', '104140.410000', '104140.870000', '104141.330000', '104141.790000', '104142.250000', '104142.710000', '104143.170000', '104143.630000', '104144.090000', '104144.550000', '104145.010000', '104145.470000', '104145.930000', '104146.390000', '104146.850000', '104147.310000', '104147.770000', '104148.230000', '104148.690000', '104149.150000', '104149.610000', '104150.070000', '104150.530000', '104150.990000', '104151.450000', '104151.910000', '104152.370000', '104152.830000', '104153.290000', '104153.750000', '104154.210000', '104154.670000', '104155.130000', '104155.590000', '104156.050000', '104156.510000', '104156.970000', '104157.430000', '104157.890000', '104158.350000', '104158.810000', '104159.270000', '104159.730000', '104200.190000', '104200.650000', '104201.110000', '104201.570000', '104202.030000', '104202.490000', '104202.950000', '104203.410000', '104203.870000', '104204.330000', '104204.790000', '104205.250000', '104205.710000', '104206.170000', '104206.630000', '104207.090000', '104207.550000', '104208.010000', '104208.470000', '104208.930000', '104209.390000', '104209.850000', '104210.310000', '104210.770000', '104211.230000', '104211.690000', '104212.150000', '104212.610000', '104213.070000', '104213.530000', '104213.990000', '104214.450000', '104214.910000', '104215.370000', '104215.830000', '104216.290000', '104216.750000', '104217.210000', '104217.670000', '104218.130000', '104218.590000', '104219.050000', '104219.510000', '104219.970000', '104220.430000', '104220.890000', '104221.350000', '104221.810000', '104222.270000', '104222.730000', '104223.190000', '104223.650000', '104224.110000', '104224.570000', '104225.030000', '104225.490000', '104225.950000', '104226.410000', '104226.870000', '104227.330000', '104227.790000', '104228.250000', '104228.710000', '104229.170000', '104229.630000', '104230.090000', '104230.550000', '104231.010000', '104231.470000', '104231.930000', '104232.390000', '104232.850000', '104233.310000', '104233.770000', '104234.230000', '104234.690000', '104235.150000', '104235.610000', '104236.070000', '104236.530000', '104236.990000', '104237.450000', '104237.910000', '104238.370000', '104238.830000', '104239.290000', '104239.750000', '104240.210000', '104240.670000', '104241.130000', '104241.590000', '104242.050000', '104242.510000', '104242.970000', '104243.430000', '104243.890000', '104244.350000', '104244.810000', '104245.270000', '104245.730000', '104246.190000', '104246.650000', '104247.110000', '104247.570000', '104248.030000', '104248.490000', '104248.950000', '104249.410000', '104249.870000', '104250.330000', '104250.790000', '104251.250000', '104251.710000', '104252.170000', '104252.630000', '104253.090000', '104253.550000', '104254.010000', '104254.470000', '104254.930000', '104255.390000', '104255.850000', '104256.310000', '104256.770000', '104257.230000', '104257.690000', '104258.150000', '104258.610000', '104259.070000', '104259.530000', '104259.990000', '104300.450000', '104300.910000', '104301.370000', '104301.830000', '104302.290000', '104302.750000', '104303.210000', '104303.670000', '104304.130000', '104304.590000', '104305.050000', '104305.510000', '104305.970000', '104306.430000', '104306.890000', '104307.350000', '104307.810000', '104308.270000', '104308.730000', '104309.190000', '104309.650000', '104310.110000', '104310.570000', '104311.030000', '104311.490000', '104311.950000', '104312.410000', '104312.870000', '104313.330000', '104313.790000', '104314.250000', '104314.710000', '104315.170000', '104315.630000', '104316.090000', '104316.550000', '104317.010000', '104317.470000', '104317.930000', '104318.390000', '104318.850000', '104319.310000', '104319.770000', '104320.230000', '104320.690000', '104321.150000', '104321.610000', '104322.070000', '104322.530000', '104322.990000', '104323.450000', '104323.910000', '104324.370000', '104324.830000', '104325.290000', '104325.750000', '104326.210000', '104326.670000', '104327.130000', '104327.590000', '104328.050000', '104328.510000', '104328.970000', '104329.430000', '104329.890000', '104330.350000', '104330.810000', '104331.270000', '104331.730000', '104332.190000', '104332.650000', '104333.110000', '104333.570000', '104334.030000', '104334.490000', '104334.950000', '104335.410000', '104335.870000', '104336.330000', '104336.790000', '104337.250000', '104337.710000', '104338.170000', '104338.630000', '104339.090000', '104339.550000', '104340.010000', '104340.470000', '104340.930000', '104341.390000', '104341.850000', '104342.310000', '104342.770000', '104343.230000', '104343.690000', '104344.150000', '104344.610000', '104345.070000', '104345.530000', '104345.990000', '104346.450000', '104346.910000', '104347.370000', '104347.830000', '104348.290000', '104348.750000', '104349.210000', '104349.670000', '104350.130000', '104350.590000', '104351.050000', '104351.510000', '104351.970000', '104352.430000', '104352.890000', '104353.350000', '104353.810000', '104354.270000', '104354.730000', '104355.190000', '104355.650000', '104356.110000', '104356.570000', '104357.030000', '104357.490000', '104357.950000', '104358.410000', '104358.870000', '104359.330000', '104359.790000', '104400.250000', '104400.710000', '104401.170000', '104401.630000', '104402.090000', '104402.550000', '104403.010000', '104403.470000', '104403.930000', '104404.390000', '104404.850000', '104405.310000', '104405.770000', '104406.230000', '104406.690000', '104407.150000', '104407.610000', '104408.070000', '104408.530000', '104408.990000', '104409.450000', '104409.910000', '104410.370000', '104410.830000', '104411.290000', '104411.750000', '104412.210000', '104412.670000', '104413.130000', '104413.590000', '104414.050000', '104414.510000', '104414.970000', '104415.430000', '104415.890000', '104416.350000', '104416.810000', '104417.270000', '104417.730000', '104418.190000', '104418.650000', '104419.110000', '104419.570000', '104420.030000', '104420.490000', '104420.950000', '104421.410000', '104421.870000', '104422.330000', '104422.790000', '104423.250000', '104423.710000', '104424.170000', '104424.630000', '104425.090000', '104425.550000', '104426.010000', '104426.470000', '104426.930000', '104427.390000', '104427.850000', '104428.310000', '104428.770000', '104429.230000', '104429.690000', '104430.150000', '104430.610000', '104431.070000', '104431.530000', '104431.990000', '104432.450000', '104432.910000', '104433.370000', '104433.830000', '104434.290000', '104434.750000', '104435.210000', '104435.670000', '104436.130000', '104436.590000', '104437.050000', '104437.510000', '104437.970000', '104438.430000', '104438.890000', '104439.350000', '104439.810000', '104440.270000', '104440.730000', '104441.190000', '104441.650000', '104442.110000', '104442.570000', '104443.030000', '104443.490000', '104443.950000', '104444.410000', '104444.870000', '104445.330000', '104445.790000', '104446.250000', '104446.710000', '104447.170000', '104447.630000', '104448.090000', '104448.550000', '104449.010000', '104449.470000', '104449.930000', '104450.390000', '104450.850000', '104451.310000', '104451.770000', '104452.230000', '104452.690000', '104453.150000', '104453.610000', '104454.070000', '104454.530000', '104454.990000', '104455.450000', '104455.910000', '104456.370000', '104456.830000', '104457.290000', '104457.750000', '104458.210000', '104458.670000', '104459.130000', '104459.590000', '104500.050000', '104500.510000', '104500.970000', '104501.430000', '104501.890000', '104502.350000', '104502.810000', '104503.270000', '104503.730000', '104504.190000', '104504.650000', '104505.110000', '104505.570000', '104506.030000', '104506.490000', '104506.950000', '104507.410000', '104507.870000', '104508.330000', '104508.790000', '104509.250000', '104509.710000', '104510.170000', '104510.630000', '104511.090000', '104511.550000', '104512.010000', '104512.470000', '104512.930000', '104513.390000', '104513.850000', '104514.310000', '104514.770000', '104515.230000', '104515.690000', '104516.150000', '104516.610000', '104517.070000', '104517.530000', '104517.990000', '104518.450000', '104518.910000', '104519.370000', '104519.830000', '104520.290000', '104520.750000', '104521.210000', '104521.670000', '104522.130000', '104522.590000', '104523.050000', '104523.510000', '104523.970000', '104524.430000', '104524.890000', '104525.350000', '104525.810000', '104526.270000', '104526.730000', '104527.190000', '104527.650000', '104528.110000', '104528.570000', '104529.030000', '104529.490000', '104529.950000', '104530.410000', '104530.870000', '104531.330000', '104531.790000', '104532.250000', '104532.710000', '104533.170000', '104533.630000', '104534.090000', '104534.550000', '104535.010000', '104535.470000', '104535.930000', '104536.390000', '104536.850000', '104537.310000', '104537.770000', '104538.230000', '104538.690000', '104539.150000', '104539.610000', '104540.070000', '104540.530000', '104540.990000', '104541.450000', '104541.910000', '104542.370000', '104542.830000', '104543.290000', '104543.750000', '104544.210000', '104544.670000', '104545.130000', '104545.590000', '104546.050000', '104546.510000', '104546.970000', '104547.430000', '104547.890000', '104548.350000', '104548.810000', '104549.270000', '104549.730000', '104550.190000', '104550.650000', '104551.110000', '104551.570000', '104552.030000', '104552.490000', '104552.950000', '104553.410000', '104553.870000', '104554.330000', '104554.790000', '104555.250000', '104555.710000', '104556.170000', '104556.630000', '104557.090000', '104557.550000', '104558.010000', '104558.470000', '104558.930000', '104559.390000', '104559.850000', '104600.310000', '104600.770000', '104601.230000', '104601.690000', '104602.150000', '104602.610000', '104603.070000', '104603.530000', '104603.990000', '104604.450000', '104604.910000', '104605.370000', '104605.830000', '104606.290000', '104606.750000', '104607.210000', '104607.670000', '104608.130000', '104608.590000', '104609.050000', '104609.510000', '104609.970000', '104610.430000', '104610.890000', '104611.350000', '104611.810000', '104612.270000', '104612.730000', '104613.190000', '104613.650000', '104614.110000', '104614.570000', '104615.030000', '104615.490000', '104615.950000', '104616.410000', '104616.870000', '104617.330000', '104617.790000', '104618.250000', '104618.710000', '104619.170000', '104619.630000', '104620.090000', '104620.550000', '104621.010000', '104621.470000', '104621.930000', '104622.390000', '104622.850000', '104623.310000', '104623.770000', '104624.230000', '104624.690000', '104625.150000', '104625.610000', '104626.070000', '104626.530000', '104626.990000', '104627.450000', '104627.910000', '104628.370000', '104628.830000', '104629.290000', '104629.750000', '104630.210000', '104630.670000', '104631.130000', '104631.590000', '104632.050000', '104632.510000', '104632.970000', '104633.430000', '104633.890000', '104634.350000', '104634.810000', '104635.270000', '104635.730000', '104636.190000', '104636.650000', '104637.110000', '104637.570000', '104638.030000', '104638.490000', '104638.950000', '104639.410000', '104639.870000', '104640.330000', '104640.790000', '104641.250000', '104641.710000', '104642.170000', '104642.630000', '104643.090000', '104643.550000', '104644.010000', '104644.470000', '104644.930000', '104645.390000', '104645.850000', '104646.310000', '104646.770000', '104647.230000', '104647.690000', '104648.150000', '104648.610000', '104649.070000', '104649.530000', '104649.990000', '104650.450000', '104650.910000', '104651.370000', '104651.830000', '104652.290000', '104652.750000', '104653.210000', '104653.670000', '104654.130000', '104654.590000', '104655.050000', '104655.510000', '104655.970000', '104656.430000', '104656.890000', '104657.350000', '104657.810000', '104658.270000', '104658.730000', '104659.190000', '104659.650000', '104700.110000'], 'ContentTime': ['103503.944000', '103503.948000', '103503.950000', '103503.953000', '103503.956000', '103503.959000', '103503.962000', '103503.965000', '103503.967000', '103503.970000', '103503.973000', '103503.976000', '103503.979000', '103503.982000', '103503.985000', '103503.987000', '103503.990000', '103503.993000', '103503.996000', '103504.000000', '103504.003000', '103504.005000', '103504.008000', '103504.011000', '103504.014000', '103504.017000', '103504.020000', '103504.023000', '103504.025000', '103504.028000', '103504.031000', '103504.034000', '103504.037000', '103504.040000', '103504.043000', '103504.045000', '103504.048000', '103504.051000', '103504.061000', '103504.064000', '103504.067000', '103504.069000', '103504.072000', '103504.075000', '103504.078000', '103504.081000', '103504.084000', '103504.086000', '103504.089000', '103504.092000', '103504.095000', '103504.098000', '103504.100000', '103504.103000', '103504.106000', '103504.109000', '103523.913000', '103523.916000', '103523.919000', '103523.921000', '103523.924000', '103523.927000', '103523.930000', '103523.933000', '103523.941000', '103523.943000', '103523.946000', '103523.949000', '103523.952000', '103523.955000', '103523.958000', '103523.960000', '103523.963000', '103523.966000', '103523.969000', '103523.972000', '103523.975000', '103523.977000', '103523.980000', '103523.983000', '103523.986000', '103523.989000', '103523.991000', '103523.994000', '103523.997000', '103524.001000', '103524.004000', '103524.007000', '103524.009000', '103524.012000', '103524.015000', '103524.018000', '103524.021000', '103524.024000', '103524.026000', '103524.029000', '103524.032000', '103524.035000', '103524.038000', '103524.040000', '103543.913000', '103543.916000', '103543.919000', '103543.921000', '103543.924000', '103543.927000', '103543.934000', '103543.937000', '103543.940000', '103543.943000', '103543.945000', '103543.948000', '103543.951000', '103543.954000', '103543.957000', '103543.960000', '103543.962000', '103543.965000', '103543.968000', '103543.971000', '103543.974000', '103543.977000', '103543.979000', '103543.982000', '103543.985000', '103543.988000', '103543.991000', '103543.994000', '103543.996000', '103544.000000', '103544.003000', '103544.006000', '103544.009000', '103544.012000', '103544.014000', '103544.017000', '103544.020000', '103544.023000', '103544.026000', '103544.029000', '103544.031000', '103544.034000', '103544.037000', '103603.913000', '103603.916000', '103603.919000', '103603.921000', '103603.924000', '103603.927000', '103603.930000', '103603.933000', '103603.936000', '103603.939000', '103603.941000', '103603.944000', '103603.947000', '103603.950000', '103603.953000', '103603.956000', '103603.958000', '103603.961000', '103603.964000', '103603.967000', '103603.970000', '103603.973000', '103603.975000', '103603.978000', '103603.981000', '103603.984000', '103604.012000', '103604.015000', '103604.017000', '103604.020000', '103604.023000', '103604.026000', '103604.029000', '103604.031000', '103604.034000', '103604.037000', '103604.040000', '103604.043000', '103604.046000', '103604.049000', '103604.051000', '103604.054000', '103604.057000', '103604.060000', '103623.913000', '103623.916000', '103623.919000', '103623.922000', '103623.925000', '103623.927000', '103623.932000', '103623.936000', '103623.939000', '103623.942000', '103623.945000', '103623.948000', '103623.950000', '103623.953000', '103623.956000', '103623.959000', '103623.962000', '103623.965000', '103623.967000', '103623.970000', '103623.973000', '103623.976000', '103623.979000', '103623.982000', '103623.985000', '103623.987000', '103623.990000', '103623.993000', '103623.996000', '103624.000000', '103624.003000', '103624.005000', '103624.008000', '103624.011000', '103624.014000', '103624.017000', '103624.020000', '103624.022000', '103624.025000', '103624.028000', '103624.031000', '103624.034000', '103624.036000', '103643.913000', '103643.916000', '103643.919000', '103643.922000', '103643.924000', '103643.927000', '103643.938000', '103643.940000', '103643.943000', '103643.946000', '103643.949000', '103643.952000', '103643.955000', '103643.958000', '103643.961000', '103643.963000', '103643.966000', '103643.969000', '103643.972000', '103643.975000', '103643.977000', '103643.980000', '103643.983000', '103643.986000', '103643.989000', '103643.992000', '103643.994000', '103643.997000', '103644.001000', '103644.004000', '103644.007000', '103644.010000', '103644.013000', '103644.015000', '103644.018000', '103644.021000', '103644.024000', '103644.027000', '103644.030000', '103644.033000', '103644.036000', '103644.038000', '103644.041000', '103644.044000', '103703.913000', '103703.916000', '103703.919000', '103703.921000', '103703.924000', '103703.927000', '103703.930000', '103703.933000', '103703.936000', '103703.939000', '103703.941000', '103703.944000', '103703.947000', '103703.950000', '103703.954000', '103703.957000', '103703.960000', '103703.963000', '103703.966000', '103703.968000', '103703.971000', '103703.974000', '103703.977000', '103703.980000', '103703.983000', '103703.985000', '103703.988000', '103703.991000', '103703.994000', '103703.997000', '103704.001000', '103704.004000', '103704.006000', '103704.009000', '103704.012000', '103704.015000', '103704.018000', '103704.021000', '103704.023000', '103704.026000', '103704.029000', '103704.032000', '103704.035000', '103723.913000', '103723.916000', '103723.919000', '103723.922000', '103723.925000', '103723.927000', '103723.930000', '103723.933000', '103723.936000', '103723.939000', '103723.942000', '103723.944000', '103723.947000', '103723.950000', '103723.953000', '103723.956000', '103723.959000', '103723.961000', '103723.964000', '103723.967000', '103723.970000', '103723.973000', '103723.976000', '103723.979000', '103723.982000', '103723.984000', '103723.987000', '103723.990000', '103723.993000', '103723.996000', '103724.000000', '103724.003000', '103724.005000', '103724.008000', '103724.011000', '103724.014000', '103724.017000', '103724.020000', '103724.023000', '103724.026000', '103724.028000', '103724.031000', '103724.034000', '103724.037000', '103743.915000', '103743.918000', '103743.921000', '103743.924000', '103743.927000', '103743.930000', '103743.932000', '103743.946000', '103743.949000', '103743.952000', '103743.954000', '103743.957000', '103743.960000', '103743.963000', '103743.966000', '103743.970000', '103743.973000', '103743.976000', '103743.979000', '103743.982000', '103743.984000', '103743.987000', '103743.990000', '103743.993000', '103743.996000', '103744.000000', '103744.003000', '103744.005000', '103744.008000', '103744.011000', '103744.014000', '103744.017000', '103744.019000', '103744.022000', '103744.025000', '103744.028000', '103744.031000', '103744.034000', '103744.037000', '103744.039000', '103744.042000', '103744.045000', '103744.048000', '103803.913000', '103803.916000', '103803.919000', '103803.922000', '103803.925000', '103803.927000', '103803.930000', '103803.933000', '103803.936000', '103803.939000', '103803.942000', '103803.945000', '103803.947000', '103803.955000', '103803.958000', '103803.961000', '103803.964000', '103803.966000', '103803.969000', '103803.972000', '103803.975000', '103803.978000', '103803.981000', '103803.984000', '103803.987000', '103803.989000', '103803.992000', '103803.995000', '103803.998000', '103804.002000', '103804.005000', '103804.008000', '103804.011000', '103804.013000', '103804.016000', '103804.019000', '103804.022000', '103804.025000', '103804.028000', '103804.030000', '103804.033000', '103804.036000', '103804.039000', '103804.042000', '103823.913000', '103823.916000', '103823.919000', '103823.922000', '103823.924000', '103823.927000', '103823.930000', '103823.933000', '103823.936000', '103823.939000', '103823.942000', '103823.945000', '103823.947000', '103823.950000', '103823.953000', '103823.956000', '103823.959000', '103823.962000', '103823.965000', '103823.967000', '103823.970000', '103823.973000', '103823.976000', '103823.979000', '103823.982000', '103823.985000', '103823.987000', '103823.990000', '103823.993000', '103823.996000', '103824.000000', '103824.003000', '103824.006000', '103824.009000', '103824.012000', '103824.015000', '103824.017000', '103824.020000', '103824.023000', '103824.026000', '103824.029000', '103824.031000', '103824.034000', '103843.913000', '103843.916000', '103843.919000', '103843.922000', '103843.924000', '103843.927000', '103843.930000', '103843.933000', '103843.936000', '103843.939000', '103843.941000', '103843.944000', '103843.951000', '103843.955000', '103843.958000', '103843.961000', '103843.963000', '103843.966000', '103843.969000', '103843.972000', '103843.975000', '103843.978000', '103843.981000', '103843.983000', '103843.986000', '103843.989000', '103843.992000', '103843.995000', '103843.998000', '103844.002000', '103844.004000', '103844.007000', '103844.010000', '103844.013000', '103844.016000', '103844.019000', '103844.022000', '103844.024000', '103844.027000', '103844.030000', '103844.033000', '103844.036000', '103844.039000', '103844.041000', '103903.913000', '103903.916000', '103903.919000', '103903.922000', '103903.924000', '103903.927000', '103903.930000', '103903.933000', '103903.936000', '103903.938000', '103903.941000', '103903.944000', '103903.947000', '103903.951000', '103903.954000', '103903.957000', '103903.960000', '103903.963000', '103903.966000', '103903.969000', '103903.972000', '103903.975000', '103903.977000', '103903.980000', '103903.983000', '103903.986000', '103903.989000', '103903.992000', '103903.994000', '103903.997000', '103904.001000', '103904.004000', '103904.029000', '103904.032000', '103904.034000', '103904.037000', '103904.040000', '103904.043000', '103904.046000', '103904.049000', '103904.052000', '103904.054000', '103904.057000', '103923.913000', '103923.916000', '103923.919000', '103923.922000', '103923.925000', '103923.927000', '103923.930000', '103923.933000', '103923.936000', '103923.939000', '103923.941000', '103923.944000', '103923.947000', '103923.950000', '103923.953000', '103923.956000', '103923.959000', '103923.962000', '103923.964000', '103923.967000', '103923.970000', '103923.973000', '103923.976000', '103923.979000', '103923.981000', '103923.984000', '103923.987000', '103923.990000', '103923.993000', '103923.996000', '103924.000000', '103924.003000', '103924.005000', '103924.008000', '103924.011000', '103924.014000', '103924.017000', '103924.020000', '103924.023000', '103924.025000', '103924.028000', '103924.031000', '103924.039000', '103924.042000', '103943.913000', '103943.916000', '103943.919000', '103943.922000', '103943.924000', '103943.927000', '103943.930000', '103943.933000', '103943.936000', '103943.939000', '103943.941000', '103943.944000', '103943.947000', '103943.950000', '103943.953000', '103943.956000', '103943.959000', '103943.962000', '103943.964000', '103943.967000', '103943.970000', '103943.973000', '103943.976000', '103943.979000', '103943.981000', '103943.984000', '103943.987000', '103943.990000', '103943.993000', '103943.996000', '103943.998000', '103944.002000', '103944.005000', '103944.008000', '103944.011000', '103944.014000', '103944.017000', '103944.020000', '103944.023000', '103944.025000', '103944.028000', '103944.031000', '103944.034000', '104003.913000', '104003.916000', '104003.919000', '104003.922000', '104003.924000', '104003.927000', '104003.930000', '104003.933000', '104003.936000', '104003.939000', '104003.941000', '104003.944000', '104003.947000', '104003.950000', '104003.953000', '104003.956000', '104003.959000', '104003.961000', '104003.964000', '104003.967000', '104003.970000', '104003.973000', '104003.976000', '104003.979000', '104003.981000', '104003.984000', '104003.987000', '104003.990000', '104003.993000', '104003.996000', '104004.000000', '104004.003000', '104004.006000', '104004.008000', '104004.011000', '104004.014000', '104004.017000', '104004.020000', '104004.023000', '104004.026000', '104004.028000', '104004.031000', '104004.034000', '104004.037000', '104023.913000', '104023.916000', '104023.919000', '104023.922000', '104023.925000', '104023.927000', '104023.930000', '104023.933000', '104023.936000', '104023.939000', '104023.942000', '104023.945000', '104023.947000', '104023.950000', '104023.953000', '104023.956000', '104023.959000', '104023.962000', '104023.965000', '104023.967000', '104023.970000', '104023.973000', '104023.978000', '104023.981000', '104023.984000', '104023.986000', '104023.991000', '104023.994000', '104023.997000', '104024.001000', '104024.004000', '104024.007000', '104024.010000', '104024.012000', '104024.015000', '104024.018000', '104024.021000', '104024.024000', '104024.027000', '104024.030000', '104024.032000', '104024.035000', '104024.038000', '104043.913000', '104043.916000', '104043.919000', '104043.921000', '104043.924000', '104043.927000', '104043.930000', '104043.933000', '104043.936000', '104043.939000', '104043.941000', '104043.944000', '104043.947000', '104043.950000', '104043.953000', '104043.956000', '104043.959000', '104043.962000', '104043.964000', '104043.967000', '104043.970000', '104043.973000', '104043.976000', '104043.979000', '104043.982000', '104043.984000', '104043.987000', '104043.990000', '104043.993000', '104043.996000', '104044.000000', '104044.003000', '104044.005000', '104044.008000', '104044.011000', '104044.014000', '104044.017000', '104044.020000', '104044.022000', '104044.025000', '104044.028000', '104044.031000', '104044.034000', '104044.037000', '104103.913000', '104103.916000', '104103.919000', '104103.921000', '104103.924000', '104103.927000', '104103.930000', '104103.933000', '104103.936000', '104103.938000', '104103.941000', '104103.944000', '104103.947000', '104103.950000', '104103.953000', '104103.955000', '104103.958000', '104103.961000', '104103.964000', '104103.967000', '104103.970000', '104103.973000', '104103.975000', '104103.978000', '104103.981000', '104103.984000', '104103.987000', '104103.990000', '104103.992000', '104103.995000', '104103.998000', '104104.002000', '104104.005000', '104104.008000', '104104.010000', '104104.013000', '104104.016000', '104104.019000', '104104.022000', '104104.025000', '104104.028000', '104104.030000', '104104.033000', '104123.913000', '104123.916000', '104123.919000', '104123.922000', '104123.925000', '104123.928000', '104123.930000', '104123.933000', '104123.936000', '104123.939000', '104123.942000', '104123.945000', '104123.948000', '104123.950000', '104123.953000', '104123.956000', '104123.959000', '104123.962000', '104123.965000', '104123.967000', '104123.970000', '104123.973000', '104123.976000', '104123.979000', '104123.982000', '104123.985000', '104123.988000', '104123.991000', '104123.994000', '104123.997000', '104124.001000', '104124.003000', '104124.006000', '104124.009000', '104124.012000', '104124.015000', '104124.018000', '104124.020000', '104124.023000', '104124.026000', '104124.029000', '104124.032000', '104124.035000', '104124.038000', '104143.913000', '104143.916000', '104143.919000', '104143.922000', '104143.924000', '104143.927000', '104143.930000', '104143.933000', '104143.936000', '104143.939000', '104143.942000', '104143.945000', '104143.948000', '104143.950000', '104143.953000', '104143.956000', '104143.959000', '104143.962000', '104143.965000', '104143.967000', '104143.970000', '104143.973000', '104143.976000', '104143.979000', '104143.981000', '104143.984000', '104143.987000', '104143.990000', '104143.993000', '104143.996000', '104144.000000', '104144.002000', '104144.005000', '104144.008000', '104144.011000', '104144.014000', '104144.017000', '104144.020000', '104144.022000', '104144.026000', '104144.029000', '104144.032000', '104144.035000', '104203.913000', '104203.916000', '104203.919000', '104203.922000', '104203.925000', '104203.927000', '104203.930000', '104203.933000', '104203.936000', '104203.939000', '104203.958000', '104203.961000', '104203.963000', '104203.966000', '104203.969000', '104203.972000', '104203.975000', '104203.978000', '104203.981000', '104203.984000', '104203.986000', '104203.989000', '104203.992000', '104203.995000', '104203.998000', '104204.001000', '104204.004000', '104204.007000', '104204.010000', '104204.012000', '104204.015000', '104204.018000', '104204.021000', '104204.024000', '104204.027000', '104204.029000', '104204.032000', '104204.035000', '104204.038000', '104204.041000', '104204.044000', '104204.047000', '104204.049000', '104204.052000', '104223.913000', '104223.916000', '104223.919000', '104223.922000', '104223.924000', '104223.927000', '104223.930000', '104223.933000', '104223.936000', '104223.939000', '104223.942000', '104223.945000', '104223.947000', '104223.950000', '104223.953000', '104223.956000', '104223.959000', '104223.961000', '104223.964000', '104223.967000', '104223.970000', '104223.973000', '104223.976000', '104223.979000', '104223.982000', '104223.984000', '104223.987000', '104223.990000', '104223.993000', '104223.996000', '104224.000000', '104224.003000', '104224.006000', '104224.008000', '104224.011000', '104224.014000', '104224.017000', '104224.020000', '104224.023000', '104224.026000', '104224.028000', '104224.031000', '104224.034000', '104243.913000', '104243.916000', '104243.919000', '104243.922000', '104243.925000', '104243.927000', '104243.930000', '104243.933000', '104243.936000', '104243.939000', '104243.942000', '104243.945000', '104243.948000', '104243.951000', '104243.953000', '104243.956000', '104243.959000', '104243.962000', '104243.965000', '104243.968000', '104243.970000', '104243.973000', '104243.976000', '104243.979000', '104243.982000', '104243.985000', '104243.988000', '104243.991000', '104243.993000', '104243.996000', '104244.000000', '104244.003000', '104244.006000', '104244.009000', '104244.011000', '104244.014000', '104244.017000', '104244.020000', '104244.023000', '104244.026000', '104244.029000', '104244.031000', '104244.034000', '104244.037000', '104303.913000', '104303.916000', '104303.919000', '104303.922000', '104303.924000', '104303.927000', '104303.930000', '104303.933000', '104303.936000', '104303.939000', '104303.942000', '104303.944000', '104303.947000', '104303.950000', '104303.953000', '104303.956000', '104303.959000', '104303.961000', '104303.964000', '104303.967000', '104303.970000', '104303.973000', '104303.976000', '104303.979000', '104303.981000', '104303.984000', '104303.987000', '104303.990000', '104303.993000', '104303.996000', '104304.000000', '104304.002000', '104304.005000', '104304.008000', '104304.011000', '104304.014000', '104304.017000', '104304.020000', '104304.022000', '104304.025000', '104304.028000', '104304.031000', '104304.034000', '104323.915000', '104323.919000', '104323.922000', '104323.925000', '104323.928000', '104323.930000', '104323.933000', '104323.951000', '104323.954000', '104323.957000', '104323.959000', '104323.962000', '104323.965000', '104323.968000', '104323.971000', '104323.974000', '104323.977000', '104323.980000', '104323.982000', '104323.985000', '104323.988000', '104323.991000', '104323.994000', '104323.997000', '104324.001000', '104324.004000', '104324.006000', '104324.009000', '104324.012000', '104324.015000', '104324.018000', '104324.021000', '104324.023000', '104324.026000', '104324.029000', '104324.032000', '104324.035000', '104324.038000', '104324.041000', '104324.044000', '104324.046000', '104324.049000', '104324.052000', '104343.913000', '104343.916000', '104343.919000', '104343.922000', '104343.925000', '104343.927000', '104343.930000', '104343.933000', '104343.936000', '104343.939000', '104343.942000', '104343.945000', '104343.948000', '104343.950000', '104343.953000', '104343.956000', '104343.959000', '104343.962000', '104343.965000', '104343.967000', '104343.970000', '104343.973000', '104343.976000', '104343.979000', '104343.982000', '104343.985000', '104343.988000', '104343.990000', '104343.993000', '104343.996000', '104344.000000', '104344.003000', '104344.006000', '104344.009000', '104344.011000', '104344.014000', '104344.017000', '104344.020000', '104344.023000', '104344.026000', '104344.029000', '104344.031000', '104344.034000', '104344.037000', '104403.913000', '104403.916000', '104403.919000', '104403.922000', '104403.925000', '104403.928000', '104403.931000', '104403.934000', '104403.937000', '104403.941000', '104403.946000', '104403.949000', '104403.952000', '104403.955000', '104403.957000', '104403.960000', '104403.963000', '104403.966000', '104403.969000', '104403.972000', '104403.975000', '104403.977000', '104403.980000', '104403.983000', '104403.986000', '104403.989000', '104403.992000', '104403.995000', '104403.998000', '104404.001000', '104404.004000', '104404.007000', '104404.010000', '104404.013000', '104404.016000', '104404.018000', '104404.021000', '104404.024000', '104404.027000', '104404.030000', '104404.033000', '104404.036000', '104404.039000', '104423.914000', '104423.917000', '104423.920000', '104423.923000', '104423.926000', '104423.929000', '104423.931000', '104423.934000', '104423.937000', '104423.940000', '104423.943000', '104423.946000', '104423.949000', '104423.951000', '104423.954000', '104423.957000', '104423.960000', '104423.963000', '104423.966000', '104423.969000', '104423.971000', '104423.974000', '104423.977000', '104423.980000', '104423.983000', '104423.986000', '104423.988000', '104423.991000', '104423.994000', '104423.997000', '104424.000000', '104424.003000', '104424.006000', '104424.009000', '104424.012000', '104424.014000', '104424.017000', '104424.020000', '104424.023000', '104424.026000', '104424.029000', '104424.031000', '104424.034000', '104424.037000', '104443.913000', '104443.916000', '104443.919000', '104443.922000', '104443.925000', '104443.928000', '104443.930000', '104443.933000', '104443.936000', '104443.939000', '104443.942000', '104443.945000', '104443.948000', '104443.952000', '104443.955000', '104443.958000', '104443.961000', '104443.964000', '104443.967000', '104443.970000', '104443.973000', '104443.976000', '104443.978000', '104443.981000', '104443.984000', '104443.987000', '104443.990000', '104443.993000', '104443.996000', '104443.998000', '104444.002000', '104444.005000', '104444.008000', '104444.011000', '104444.014000', '104444.017000', '104444.020000', '104444.022000', '104444.025000', '104444.028000', '104444.031000', '104444.034000', '104444.037000', '104503.913000', '104503.916000', '104503.919000', '104503.922000', '104503.925000', '104503.927000', '104503.930000', '104503.933000', '104503.936000', '104503.939000', '104503.942000', '104503.944000', '104503.947000', '104503.950000', '104503.953000', '104503.956000', '104503.959000', '104503.961000', '104503.964000', '104503.967000', '104503.970000', '104503.973000', '104503.976000', '104503.979000', '104503.981000', '104503.984000', '104503.987000', '104503.990000', '104503.993000', '104503.996000', '104503.998000', '104504.002000', '104504.005000', '104504.008000', '104504.011000', '104504.014000', '104504.017000', '104504.019000', '104504.022000', '104504.025000', '104504.028000', '104504.031000', '104504.034000', '104504.036000', '104523.913000', '104523.916000', '104523.919000', '104523.922000', '104523.925000', '104523.927000', '104523.930000', '104523.933000', '104523.936000', '104523.939000', '104523.942000', '104523.944000', '104523.947000', '104523.950000', '104523.953000', '104523.956000', '104523.959000', '104523.962000', '104523.965000', '104523.970000', '104523.974000', '104523.977000', '104523.980000', '104523.983000', '104523.986000', '104523.989000', '104523.991000', '104523.994000', '104523.997000', '104524.001000', '104524.004000', '104524.007000', '104524.010000', '104524.013000', '104524.015000', '104524.018000', '104524.021000', '104524.024000', '104524.027000', '104524.030000', '104524.033000', '104524.035000', '104524.038000', '104543.913000', '104543.916000', '104543.919000', '104543.922000', '104543.925000', '104543.927000', '104543.933000', '104543.936000', '104543.939000', '104543.942000', '104543.945000', '104543.948000', '104543.951000', '104543.953000', '104543.956000', '104543.959000', '104543.962000', '104543.965000', '104543.968000', '104543.971000', '104543.973000', '104543.976000', '104543.979000', '104543.982000', '104543.985000', '104543.988000', '104543.991000', '104543.993000', '104543.996000', '104544.011000', '104544.014000', '104544.017000', '104544.020000', '104544.023000', '104544.026000', '104544.029000', '104544.031000', '104544.034000', '104544.037000', '104544.040000', '104544.043000', '104544.045000', '104544.048000', '104544.051000', '104603.913000', '104603.916000', '104603.919000', '104603.922000', '104603.925000', '104603.928000', '104603.930000', '104603.933000', '104603.936000', '104603.939000', '104603.942000', '104603.945000', '104603.948000', '104603.950000', '104603.953000', '104603.956000', '104603.959000', '104603.962000', '104603.965000', '104603.968000', '104603.971000', '104603.973000', '104603.976000', '104603.979000', '104603.982000', '104603.985000', '104603.988000', '104603.993000', '104603.997000', '104604.000000', '104604.003000', '104604.006000', '104604.009000', '104604.012000', '104604.015000', '104604.018000', '104604.020000', '104604.023000', '104604.026000', '104604.029000', '104604.032000', '104604.035000', '104604.038000', '104623.913000', '104623.916000', '104623.919000', '104623.922000', '104623.925000', '104623.927000', '104623.930000', '104623.933000', '104623.936000', '104623.939000', '104623.942000', '104623.945000', '104623.947000', '104623.950000', '104623.953000', '104623.956000', '104623.959000', '104623.962000', '104623.965000', '104623.968000', '104623.970000', '104623.973000', '104623.976000', '104623.979000', '104623.982000', '104623.985000', '104623.987000', '104623.990000', '104623.993000', '104623.996000', '104624.000000', '104624.003000', '104624.006000', '104624.009000', '104624.011000', '104624.014000', '104624.017000', '104624.020000', '104624.023000', '104624.025000', '104624.028000', '104624.031000', '104624.034000', '104624.037000', '104643.914000', '104643.917000', '104643.920000', '104643.923000', '104643.926000', '104643.928000', '104643.931000', '104643.934000', '104643.937000', '104643.941000', '104643.944000', '104643.947000', '104643.950000', '104643.953000', '104643.956000', '104643.959000', '104643.961000', '104643.964000', '104643.967000', '104643.970000', '104643.973000', '104643.976000', '104643.978000', '104643.981000', '104643.984000', '104643.987000', '104643.990000', '104643.993000', '104643.996000', '104644.001000', '104644.004000', '104644.007000', '104644.010000', '104644.013000', '104644.016000', '104644.019000', '104644.022000', '104644.024000', '104644.027000', '104644.030000', '104644.033000', '104644.036000', '104644.039000', '104701.081000', '104701.084000', '104701.088000', '104701.091000', '104701.094000', '104701.097000', '104701.100000', '104701.103000', '104701.106000', '104701.109000', '104701.112000', '104701.115000', '104701.118000', '104701.120000', '104701.123000', '104701.126000', '104701.129000', '104701.132000', '104701.135000', '104701.138000', '104701.141000', '104701.144000', '104701.147000', '104701.149000', '104701.152000', '104701.155000', '104701.158000', '104701.161000', '104701.164000', '104701.168000', '104701.171000', '104701.173000', '104701.176000', '104701.179000', '104701.182000', '104701.185000', '104701.188000', '104701.190000'], 'InstanceCreationTime': ['103503.944000', '103503.948000', '103503.950000', '103503.953000', '103503.956000', '103503.959000', '103503.962000', '103503.965000', '103503.967000', '103503.970000', '103503.973000', '103503.976000', '103503.979000', '103503.982000', '103503.985000', '103503.987000', '103503.990000', '103503.993000', '103503.996000', '103504.000000', '103504.003000', '103504.005000', '103504.008000', '103504.011000', '103504.014000', '103504.017000', '103504.020000', '103504.023000', '103504.025000', '103504.028000', '103504.031000', '103504.034000', '103504.037000', '103504.040000', '103504.043000', '103504.045000', '103504.048000', '103504.051000', '103504.061000', '103504.064000', '103504.067000', '103504.069000', '103504.072000', '103504.075000', '103504.078000', '103504.081000', '103504.084000', '103504.086000', '103504.089000', '103504.092000', '103504.095000', '103504.098000', '103504.100000', '103504.103000', '103504.106000', '103504.109000', '103523.913000', '103523.916000', '103523.919000', '103523.921000', '103523.924000', '103523.927000', '103523.930000', '103523.933000', '103523.941000', '103523.943000', '103523.946000', '103523.949000', '103523.952000', '103523.955000', '103523.958000', '103523.960000', '103523.963000', '103523.966000', '103523.969000', '103523.972000', '103523.975000', '103523.977000', '103523.980000', '103523.983000', '103523.986000', '103523.989000', '103523.991000', '103523.994000', '103523.997000', '103524.001000', '103524.004000', '103524.007000', '103524.009000', '103524.012000', '103524.015000', '103524.018000', '103524.021000', '103524.024000', '103524.026000', '103524.029000', '103524.032000', '103524.035000', '103524.038000', '103524.040000', '103543.913000', '103543.916000', '103543.919000', '103543.921000', '103543.924000', '103543.927000', '103543.934000', '103543.937000', '103543.940000', '103543.943000', '103543.945000', '103543.948000', '103543.951000', '103543.954000', '103543.957000', '103543.960000', '103543.962000', '103543.965000', '103543.968000', '103543.971000', '103543.974000', '103543.977000', '103543.979000', '103543.982000', '103543.985000', '103543.988000', '103543.991000', '103543.994000', '103543.996000', '103544.000000', '103544.003000', '103544.006000', '103544.009000', '103544.012000', '103544.014000', '103544.017000', '103544.020000', '103544.023000', '103544.026000', '103544.029000', '103544.031000', '103544.034000', '103544.037000', '103603.913000', '103603.916000', '103603.919000', '103603.921000', '103603.924000', '103603.927000', '103603.930000', '103603.933000', '103603.936000', '103603.939000', '103603.941000', '103603.944000', '103603.947000', '103603.950000', '103603.953000', '103603.956000', '103603.958000', '103603.961000', '103603.964000', '103603.967000', '103603.970000', '103603.973000', '103603.975000', '103603.978000', '103603.981000', '103603.984000', '103604.012000', '103604.015000', '103604.017000', '103604.020000', '103604.023000', '103604.026000', '103604.029000', '103604.031000', '103604.034000', '103604.037000', '103604.040000', '103604.043000', '103604.046000', '103604.049000', '103604.051000', '103604.054000', '103604.057000', '103604.060000', '103623.913000', '103623.916000', '103623.919000', '103623.922000', '103623.925000', '103623.927000', '103623.932000', '103623.936000', '103623.939000', '103623.942000', '103623.945000', '103623.948000', '103623.950000', '103623.953000', '103623.956000', '103623.959000', '103623.962000', '103623.965000', '103623.967000', '103623.970000', '103623.973000', '103623.976000', '103623.979000', '103623.982000', '103623.985000', '103623.987000', '103623.990000', '103623.993000', '103623.996000', '103624.000000', '103624.003000', '103624.005000', '103624.008000', '103624.011000', '103624.014000', '103624.017000', '103624.020000', '103624.022000', '103624.025000', '103624.028000', '103624.031000', '103624.034000', '103624.036000', '103643.913000', '103643.916000', '103643.919000', '103643.922000', '103643.924000', '103643.927000', '103643.938000', '103643.940000', '103643.943000', '103643.946000', '103643.949000', '103643.952000', '103643.955000', '103643.958000', '103643.961000', '103643.963000', '103643.966000', '103643.969000', '103643.972000', '103643.975000', '103643.977000', '103643.980000', '103643.983000', '103643.986000', '103643.989000', '103643.992000', '103643.994000', '103643.997000', '103644.001000', '103644.004000', '103644.007000', '103644.010000', '103644.013000', '103644.015000', '103644.018000', '103644.021000', '103644.024000', '103644.027000', '103644.030000', '103644.033000', '103644.036000', '103644.038000', '103644.041000', '103644.044000', '103703.913000', '103703.916000', '103703.919000', '103703.921000', '103703.924000', '103703.927000', '103703.930000', '103703.933000', '103703.936000', '103703.939000', '103703.941000', '103703.944000', '103703.947000', '103703.950000', '103703.954000', '103703.957000', '103703.960000', '103703.963000', '103703.966000', '103703.968000', '103703.971000', '103703.974000', '103703.977000', '103703.980000', '103703.983000', '103703.985000', '103703.988000', '103703.991000', '103703.994000', '103703.997000', '103704.001000', '103704.004000', '103704.006000', '103704.009000', '103704.012000', '103704.015000', '103704.018000', '103704.021000', '103704.023000', '103704.026000', '103704.029000', '103704.032000', '103704.035000', '103723.913000', '103723.916000', '103723.919000', '103723.922000', '103723.925000', '103723.927000', '103723.930000', '103723.933000', '103723.936000', '103723.939000', '103723.942000', '103723.944000', '103723.947000', '103723.950000', '103723.953000', '103723.956000', '103723.959000', '103723.961000', '103723.964000', '103723.967000', '103723.970000', '103723.973000', '103723.976000', '103723.979000', '103723.982000', '103723.984000', '103723.987000', '103723.990000', '103723.993000', '103723.996000', '103724.000000', '103724.003000', '103724.005000', '103724.008000', '103724.011000', '103724.014000', '103724.017000', '103724.020000', '103724.023000', '103724.026000', '103724.028000', '103724.031000', '103724.034000', '103724.037000', '103743.915000', '103743.918000', '103743.921000', '103743.924000', '103743.927000', '103743.930000', '103743.932000', '103743.946000', '103743.949000', '103743.952000', '103743.954000', '103743.957000', '103743.960000', '103743.963000', '103743.966000', '103743.970000', '103743.973000', '103743.976000', '103743.979000', '103743.982000', '103743.984000', '103743.987000', '103743.990000', '103743.993000', '103743.996000', '103744.000000', '103744.003000', '103744.005000', '103744.008000', '103744.011000', '103744.014000', '103744.017000', '103744.019000', '103744.022000', '103744.025000', '103744.028000', '103744.031000', '103744.034000', '103744.037000', '103744.039000', '103744.042000', '103744.045000', '103744.048000', '103803.913000', '103803.916000', '103803.919000', '103803.922000', '103803.925000', '103803.927000', '103803.930000', '103803.933000', '103803.936000', '103803.939000', '103803.942000', '103803.945000', '103803.947000', '103803.955000', '103803.958000', '103803.961000', '103803.964000', '103803.966000', '103803.969000', '103803.972000', '103803.975000', '103803.978000', '103803.981000', '103803.984000', '103803.987000', '103803.989000', '103803.992000', '103803.995000', '103803.998000', '103804.002000', '103804.005000', '103804.008000', '103804.011000', '103804.013000', '103804.016000', '103804.019000', '103804.022000', '103804.025000', '103804.028000', '103804.030000', '103804.033000', '103804.036000', '103804.039000', '103804.042000', '103823.913000', '103823.916000', '103823.919000', '103823.922000', '103823.924000', '103823.927000', '103823.930000', '103823.933000', '103823.936000', '103823.939000', '103823.942000', '103823.945000', '103823.947000', '103823.950000', '103823.953000', '103823.956000', '103823.959000', '103823.962000', '103823.965000', '103823.967000', '103823.970000', '103823.973000', '103823.976000', '103823.979000', '103823.982000', '103823.985000', '103823.987000', '103823.990000', '103823.993000', '103823.996000', '103824.000000', '103824.003000', '103824.006000', '103824.009000', '103824.012000', '103824.015000', '103824.017000', '103824.020000', '103824.023000', '103824.026000', '103824.029000', '103824.031000', '103824.034000', '103843.913000', '103843.916000', '103843.919000', '103843.922000', '103843.924000', '103843.927000', '103843.930000', '103843.933000', '103843.936000', '103843.939000', '103843.941000', '103843.944000', '103843.951000', '103843.955000', '103843.958000', '103843.961000', '103843.963000', '103843.966000', '103843.969000', '103843.972000', '103843.975000', '103843.978000', '103843.981000', '103843.983000', '103843.986000', '103843.989000', '103843.992000', '103843.995000', '103843.998000', '103844.002000', '103844.004000', '103844.007000', '103844.010000', '103844.013000', '103844.016000', '103844.019000', '103844.022000', '103844.024000', '103844.027000', '103844.030000', '103844.033000', '103844.036000', '103844.039000', '103844.041000', '103903.913000', '103903.916000', '103903.919000', '103903.922000', '103903.924000', '103903.927000', '103903.930000', '103903.933000', '103903.936000', '103903.938000', '103903.941000', '103903.944000', '103903.947000', '103903.951000', '103903.954000', '103903.957000', '103903.960000', '103903.963000', '103903.966000', '103903.969000', '103903.972000', '103903.975000', '103903.977000', '103903.980000', '103903.983000', '103903.986000', '103903.989000', '103903.992000', '103903.994000', '103903.997000', '103904.001000', '103904.004000', '103904.029000', '103904.032000', '103904.034000', '103904.037000', '103904.040000', '103904.043000', '103904.046000', '103904.049000', '103904.052000', '103904.054000', '103904.057000', '103923.913000', '103923.916000', '103923.919000', '103923.922000', '103923.925000', '103923.927000', '103923.930000', '103923.933000', '103923.936000', '103923.939000', '103923.941000', '103923.944000', '103923.947000', '103923.950000', '103923.953000', '103923.956000', '103923.959000', '103923.962000', '103923.964000', '103923.967000', '103923.970000', '103923.973000', '103923.976000', '103923.979000', '103923.981000', '103923.984000', '103923.987000', '103923.990000', '103923.993000', '103923.996000', '103924.000000', '103924.003000', '103924.005000', '103924.008000', '103924.011000', '103924.014000', '103924.017000', '103924.020000', '103924.023000', '103924.025000', '103924.028000', '103924.031000', '103924.039000', '103924.042000', '103943.913000', '103943.916000', '103943.919000', '103943.922000', '103943.924000', '103943.927000', '103943.930000', '103943.933000', '103943.936000', '103943.939000', '103943.941000', '103943.944000', '103943.947000', '103943.950000', '103943.953000', '103943.956000', '103943.959000', '103943.962000', '103943.964000', '103943.967000', '103943.970000', '103943.973000', '103943.976000', '103943.979000', '103943.981000', '103943.984000', '103943.987000', '103943.990000', '103943.993000', '103943.996000', '103943.998000', '103944.002000', '103944.005000', '103944.008000', '103944.011000', '103944.014000', '103944.017000', '103944.020000', '103944.023000', '103944.025000', '103944.028000', '103944.031000', '103944.034000', '104003.913000', '104003.916000', '104003.919000', '104003.922000', '104003.924000', '104003.927000', '104003.930000', '104003.933000', '104003.936000', '104003.939000', '104003.941000', '104003.944000', '104003.947000', '104003.950000', '104003.953000', '104003.956000', '104003.959000', '104003.961000', '104003.964000', '104003.967000', '104003.970000', '104003.973000', '104003.976000', '104003.979000', '104003.981000', '104003.984000', '104003.987000', '104003.990000', '104003.993000', '104003.996000', '104004.000000', '104004.003000', '104004.006000', '104004.008000', '104004.011000', '104004.014000', '104004.017000', '104004.020000', '104004.023000', '104004.026000', '104004.028000', '104004.031000', '104004.034000', '104004.037000', '104023.913000', '104023.916000', '104023.919000', '104023.922000', '104023.925000', '104023.927000', '104023.930000', '104023.933000', '104023.936000', '104023.939000', '104023.942000', '104023.945000', '104023.947000', '104023.950000', '104023.953000', '104023.956000', '104023.959000', '104023.962000', '104023.965000', '104023.967000', '104023.970000', '104023.973000', '104023.978000', '104023.981000', '104023.984000', '104023.986000', '104023.991000', '104023.994000', '104023.997000', '104024.001000', '104024.004000', '104024.007000', '104024.010000', '104024.012000', '104024.015000', '104024.018000', '104024.021000', '104024.024000', '104024.027000', '104024.030000', '104024.032000', '104024.035000', '104024.038000', '104043.913000', '104043.916000', '104043.919000', '104043.921000', '104043.924000', '104043.927000', '104043.930000', '104043.933000', '104043.936000', '104043.939000', '104043.941000', '104043.944000', '104043.947000', '104043.950000', '104043.953000', '104043.956000', '104043.959000', '104043.962000', '104043.964000', '104043.967000', '104043.970000', '104043.973000', '104043.976000', '104043.979000', '104043.982000', '104043.984000', '104043.987000', '104043.990000', '104043.993000', '104043.996000', '104044.000000', '104044.003000', '104044.005000', '104044.008000', '104044.011000', '104044.014000', '104044.017000', '104044.020000', '104044.022000', '104044.025000', '104044.028000', '104044.031000', '104044.034000', '104044.037000', '104103.913000', '104103.916000', '104103.919000', '104103.921000', '104103.924000', '104103.927000', '104103.930000', '104103.933000', '104103.936000', '104103.938000', '104103.941000', '104103.944000', '104103.947000', '104103.950000', '104103.953000', '104103.955000', '104103.958000', '104103.961000', '104103.964000', '104103.967000', '104103.970000', '104103.973000', '104103.975000', '104103.978000', '104103.981000', '104103.984000', '104103.987000', '104103.990000', '104103.992000', '104103.995000', '104103.998000', '104104.002000', '104104.005000', '104104.008000', '104104.010000', '104104.013000', '104104.016000', '104104.019000', '104104.022000', '104104.025000', '104104.028000', '104104.030000', '104104.033000', '104123.913000', '104123.916000', '104123.919000', '104123.922000', '104123.925000', '104123.928000', '104123.930000', '104123.933000', '104123.936000', '104123.939000', '104123.942000', '104123.945000', '104123.948000', '104123.950000', '104123.953000', '104123.956000', '104123.959000', '104123.962000', '104123.965000', '104123.967000', '104123.970000', '104123.973000', '104123.976000', '104123.979000', '104123.982000', '104123.985000', '104123.988000', '104123.991000', '104123.994000', '104123.997000', '104124.001000', '104124.003000', '104124.006000', '104124.009000', '104124.012000', '104124.015000', '104124.018000', '104124.020000', '104124.023000', '104124.026000', '104124.029000', '104124.032000', '104124.035000', '104124.038000', '104143.913000', '104143.916000', '104143.919000', '104143.922000', '104143.924000', '104143.927000', '104143.930000', '104143.933000', '104143.936000', '104143.939000', '104143.942000', '104143.945000', '104143.948000', '104143.950000', '104143.953000', '104143.956000', '104143.959000', '104143.962000', '104143.965000', '104143.967000', '104143.970000', '104143.973000', '104143.976000', '104143.979000', '104143.981000', '104143.984000', '104143.987000', '104143.990000', '104143.993000', '104143.996000', '104144.000000', '104144.002000', '104144.005000', '104144.008000', '104144.011000', '104144.014000', '104144.017000', '104144.020000', '104144.022000', '104144.026000', '104144.029000', '104144.032000', '104144.035000', '104203.913000', '104203.916000', '104203.919000', '104203.922000', '104203.925000', '104203.927000', '104203.930000', '104203.933000', '104203.936000', '104203.939000', '104203.958000', '104203.961000', '104203.963000', '104203.966000', '104203.969000', '104203.972000', '104203.975000', '104203.978000', '104203.981000', '104203.984000', '104203.986000', '104203.989000', '104203.992000', '104203.995000', '104203.998000', '104204.001000', '104204.004000', '104204.007000', '104204.010000', '104204.012000', '104204.015000', '104204.018000', '104204.021000', '104204.024000', '104204.027000', '104204.029000', '104204.032000', '104204.035000', '104204.038000', '104204.041000', '104204.044000', '104204.047000', '104204.049000', '104204.052000', '104223.913000', '104223.916000', '104223.919000', '104223.922000', '104223.924000', '104223.927000', '104223.930000', '104223.933000', '104223.936000', '104223.939000', '104223.942000', '104223.945000', '104223.947000', '104223.950000', '104223.953000', '104223.956000', '104223.959000', '104223.961000', '104223.964000', '104223.967000', '104223.970000', '104223.973000', '104223.976000', '104223.979000', '104223.982000', '104223.984000', '104223.987000', '104223.990000', '104223.993000', '104223.996000', '104224.000000', '104224.003000', '104224.006000', '104224.008000', '104224.011000', '104224.014000', '104224.017000', '104224.020000', '104224.023000', '104224.026000', '104224.028000', '104224.031000', '104224.034000', '104243.913000', '104243.916000', '104243.919000', '104243.922000', '104243.925000', '104243.927000', '104243.930000', '104243.933000', '104243.936000', '104243.939000', '104243.942000', '104243.945000', '104243.948000', '104243.951000', '104243.953000', '104243.956000', '104243.959000', '104243.962000', '104243.965000', '104243.968000', '104243.970000', '104243.973000', '104243.976000', '104243.979000', '104243.982000', '104243.985000', '104243.988000', '104243.991000', '104243.993000', '104243.996000', '104244.000000', '104244.003000', '104244.006000', '104244.009000', '104244.011000', '104244.014000', '104244.017000', '104244.020000', '104244.023000', '104244.026000', '104244.029000', '104244.031000', '104244.034000', '104244.037000', '104303.913000', '104303.916000', '104303.919000', '104303.922000', '104303.924000', '104303.927000', '104303.930000', '104303.933000', '104303.936000', '104303.939000', '104303.942000', '104303.944000', '104303.947000', '104303.950000', '104303.953000', '104303.956000', '104303.959000', '104303.961000', '104303.964000', '104303.967000', '104303.970000', '104303.973000', '104303.976000', '104303.979000', '104303.981000', '104303.984000', '104303.987000', '104303.990000', '104303.993000', '104303.996000', '104304.000000', '104304.002000', '104304.005000', '104304.008000', '104304.011000', '104304.014000', '104304.017000', '104304.020000', '104304.022000', '104304.025000', '104304.028000', '104304.031000', '104304.034000', '104323.915000', '104323.919000', '104323.922000', '104323.925000', '104323.928000', '104323.930000', '104323.933000', '104323.951000', '104323.954000', '104323.957000', '104323.959000', '104323.962000', '104323.965000', '104323.968000', '104323.971000', '104323.974000', '104323.977000', '104323.980000', '104323.982000', '104323.985000', '104323.988000', '104323.991000', '104323.994000', '104323.997000', '104324.001000', '104324.004000', '104324.006000', '104324.009000', '104324.012000', '104324.015000', '104324.018000', '104324.021000', '104324.023000', '104324.026000', '104324.029000', '104324.032000', '104324.035000', '104324.038000', '104324.041000', '104324.044000', '104324.046000', '104324.049000', '104324.052000', '104343.913000', '104343.916000', '104343.919000', '104343.922000', '104343.925000', '104343.927000', '104343.930000', '104343.933000', '104343.936000', '104343.939000', '104343.942000', '104343.945000', '104343.948000', '104343.950000', '104343.953000', '104343.956000', '104343.959000', '104343.962000', '104343.965000', '104343.967000', '104343.970000', '104343.973000', '104343.976000', '104343.979000', '104343.982000', '104343.985000', '104343.988000', '104343.990000', '104343.993000', '104343.996000', '104344.000000', '104344.003000', '104344.006000', '104344.009000', '104344.011000', '104344.014000', '104344.017000', '104344.020000', '104344.023000', '104344.026000', '104344.029000', '104344.031000', '104344.034000', '104344.037000', '104403.913000', '104403.916000', '104403.919000', '104403.922000', '104403.925000', '104403.928000', '104403.931000', '104403.934000', '104403.937000', '104403.941000', '104403.946000', '104403.949000', '104403.952000', '104403.955000', '104403.957000', '104403.960000', '104403.963000', '104403.966000', '104403.969000', '104403.972000', '104403.975000', '104403.977000', '104403.980000', '104403.983000', '104403.986000', '104403.989000', '104403.992000', '104403.995000', '104403.998000', '104404.001000', '104404.004000', '104404.007000', '104404.010000', '104404.013000', '104404.016000', '104404.018000', '104404.021000', '104404.024000', '104404.027000', '104404.030000', '104404.033000', '104404.036000', '104404.039000', '104423.914000', '104423.917000', '104423.920000', '104423.923000', '104423.926000', '104423.929000', '104423.931000', '104423.934000', '104423.937000', '104423.940000', '104423.943000', '104423.946000', '104423.949000', '104423.951000', '104423.954000', '104423.957000', '104423.960000', '104423.963000', '104423.966000', '104423.969000', '104423.971000', '104423.974000', '104423.977000', '104423.980000', '104423.983000', '104423.986000', '104423.988000', '104423.991000', '104423.994000', '104423.997000', '104424.000000', '104424.003000', '104424.006000', '104424.009000', '104424.012000', '104424.014000', '104424.017000', '104424.020000', '104424.023000', '104424.026000', '104424.029000', '104424.031000', '104424.034000', '104424.037000', '104443.913000', '104443.916000', '104443.919000', '104443.922000', '104443.925000', '104443.928000', '104443.930000', '104443.933000', '104443.936000', '104443.939000', '104443.942000', '104443.945000', '104443.948000', '104443.952000', '104443.955000', '104443.958000', '104443.961000', '104443.964000', '104443.967000', '104443.970000', '104443.973000', '104443.976000', '104443.978000', '104443.981000', '104443.984000', '104443.987000', '104443.990000', '104443.993000', '104443.996000', '104443.998000', '104444.002000', '104444.005000', '104444.008000', '104444.011000', '104444.014000', '104444.017000', '104444.020000', '104444.022000', '104444.025000', '104444.028000', '104444.031000', '104444.034000', '104444.037000', '104503.913000', '104503.916000', '104503.919000', '104503.922000', '104503.925000', '104503.927000', '104503.930000', '104503.933000', '104503.936000', '104503.939000', '104503.942000', '104503.944000', '104503.947000', '104503.950000', '104503.953000', '104503.956000', '104503.959000', '104503.961000', '104503.964000', '104503.967000', '104503.970000', '104503.973000', '104503.976000', '104503.979000', '104503.981000', '104503.984000', '104503.987000', '104503.990000', '104503.993000', '104503.996000', '104503.998000', '104504.002000', '104504.005000', '104504.008000', '104504.011000', '104504.014000', '104504.017000', '104504.019000', '104504.022000', '104504.025000', '104504.028000', '104504.031000', '104504.034000', '104504.036000', '104523.913000', '104523.916000', '104523.919000', '104523.922000', '104523.925000', '104523.927000', '104523.930000', '104523.933000', '104523.936000', '104523.939000', '104523.942000', '104523.944000', '104523.947000', '104523.950000', '104523.953000', '104523.956000', '104523.959000', '104523.962000', '104523.965000', '104523.970000', '104523.974000', '104523.977000', '104523.980000', '104523.983000', '104523.986000', '104523.989000', '104523.991000', '104523.994000', '104523.997000', '104524.001000', '104524.004000', '104524.007000', '104524.010000', '104524.013000', '104524.015000', '104524.018000', '104524.021000', '104524.024000', '104524.027000', '104524.030000', '104524.033000', '104524.035000', '104524.038000', '104543.913000', '104543.916000', '104543.919000', '104543.922000', '104543.925000', '104543.927000', '104543.933000', '104543.936000', '104543.939000', '104543.942000', '104543.945000', '104543.948000', '104543.951000', '104543.953000', '104543.956000', '104543.959000', '104543.962000', '104543.965000', '104543.968000', '104543.971000', '104543.973000', '104543.976000', '104543.979000', '104543.982000', '104543.985000', '104543.988000', '104543.991000', '104543.993000', '104543.996000', '104544.011000', '104544.014000', '104544.017000', '104544.020000', '104544.023000', '104544.026000', '104544.029000', '104544.031000', '104544.034000', '104544.037000', '104544.040000', '104544.043000', '104544.045000', '104544.048000', '104544.051000', '104603.913000', '104603.916000', '104603.919000', '104603.922000', '104603.925000', '104603.928000', '104603.930000', '104603.933000', '104603.936000', '104603.939000', '104603.942000', '104603.945000', '104603.948000', '104603.950000', '104603.953000', '104603.956000', '104603.959000', '104603.962000', '104603.965000', '104603.968000', '104603.971000', '104603.973000', '104603.976000', '104603.979000', '104603.982000', '104603.985000', '104603.988000', '104603.993000', '104603.997000', '104604.000000', '104604.003000', '104604.006000', '104604.009000', '104604.012000', '104604.015000', '104604.018000', '104604.020000', '104604.023000', '104604.026000', '104604.029000', '104604.032000', '104604.035000', '104604.038000', '104623.913000', '104623.916000', '104623.919000', '104623.922000', '104623.925000', '104623.927000', '104623.930000', '104623.933000', '104623.936000', '104623.939000', '104623.942000', '104623.945000', '104623.947000', '104623.950000', '104623.953000', '104623.956000', '104623.959000', '104623.962000', '104623.965000', '104623.968000', '104623.970000', '104623.973000', '104623.976000', '104623.979000', '104623.982000', '104623.985000', '104623.987000', '104623.990000', '104623.993000', '104623.996000', '104624.000000', '104624.003000', '104624.006000', '104624.009000', '104624.011000', '104624.014000', '104624.017000', '104624.020000', '104624.023000', '104624.025000', '104624.028000', '104624.031000', '104624.034000', '104624.037000', '104643.914000', '104643.917000', '104643.920000', '104643.923000', '104643.926000', '104643.928000', '104643.931000', '104643.934000', '104643.937000', '104643.941000', '104643.944000', '104643.947000', '104643.950000', '104643.953000', '104643.956000', '104643.959000', '104643.961000', '104643.964000', '104643.967000', '104643.970000', '104643.973000', '104643.976000', '104643.978000', '104643.981000', '104643.984000', '104643.987000', '104643.990000', '104643.993000', '104643.996000', '104644.001000', '104644.004000', '104644.007000', '104644.010000', '104644.013000', '104644.016000', '104644.019000', '104644.022000', '104644.024000', '104644.027000', '104644.030000', '104644.033000', '104644.036000', '104644.039000', '104701.081000', '104701.084000', '104701.088000', '104701.091000', '104701.094000', '104701.097000', '104701.100000', '104701.103000', '104701.106000', '104701.109000', '104701.112000', '104701.115000', '104701.118000', '104701.120000', '104701.123000', '104701.126000', '104701.129000', '104701.132000', '104701.135000', '104701.138000', '104701.141000', '104701.144000', '104701.147000', '104701.149000', '104701.152000', '104701.155000', '104701.158000', '104701.161000', '104701.164000', '104701.168000', '104701.171000', '104701.173000', '104701.176000', '104701.179000', '104701.182000', '104701.185000', '104701.188000', '104701.190000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'LargestImagePixelValue': [11911, 8875, 7862, 9949, 7883, 12132, 8644, 9646, 9856, 8823, 13820, 9767, 13029, 8712, 8269, 9471, 7460, 12124, 9537, 10395, 8059, 6904, 9575, 7595, 11655, 8692, 7297, 9803, 7486, 8526, 7795, 7074, 10362, 8077, 6815, 10131, 7820, 8395, 9218, 7400, 12059, 8990, 8510, 11348, 7929, 10451, 8975, 7226, 12306, 9589, 7457, 11338, 7905, 6822, 9304, 7800, 7282, 8772, 7265, 11033, 8419, 7309, 10939, 8402, 8329, 9409, 7404, 13293, 10099, 7458, 11294, 8641, 9109, 10755, 7640, 10032, 8435, 6866, 11454, 8988, 7312, 10150, 7456, 11662, 9513, 7790, 12814, 9305, 9562, 9930, 7894, 13438, 10265, 7739, 11234, 8441, 10161, 9896, 7912, 12188, 8882, 7151, 11213, 8181, 8036, 9797, 7540, 10476, 8628, 7204, 11328, 8447, 6942, 9502, 7330, 11097, 8732, 7195, 11647, 7977, 8195, 8842, 7026, 12807, 9624, 7755, 10405, 7836, 12729, 8811, 8698, 10098, 7591, 10269, 8104, 6997, 10526, 8161, 7152, 9866, 7435, 7780, 8518, 7055, 12385, 8392, 7006, 10684, 8205, 9802, 9683, 7500, 12142, 8480, 6938, 11173, 8305, 6647, 9646, 7629, 7185, 9752, 7338, 9547, 8708, 6945, 13045, 10322, 7474, 12145, 9612, 7405, 13018, 8706, 7446, 11633, 9122, 7250, 10594, 8360, 7097, 11982, 9702, 7298, 12266, 9115, 7175, 11976, 8845, 6967, 10518, 7910, 10445, 10676, 7869, 13213, 9575, 7384, 12285, 9006, 6878, 9808, 7657, 9048, 8559, 6990, 11138, 7913, 8203, 8834, 7021, 11406, 8181, 7053, 10512, 8178, 7162, 8636, 7756, 6979, 7816, 8910, 7510, 6801, 10376, 7583, 6851, 10381, 9121, 7365, 14405, 10647, 8047, 13116, 9549, 7241, 11960, 8472, 7046, 10249, 7615, 6730, 10027, 7697, 6980, 9049, 7587, 6937, 10058, 8092, 6849, 10334, 7658, 10255, 9284, 7095, 12205, 8227, 11568, 9198, 8199, 11616, 8186, 12332, 8472, 7251, 9552, 7412, 7520, 8030, 7042, 10408, 7880, 6956, 10009, 7702, 12053, 8072, 9616, 9459, 7278, 12354, 8027, 11422, 8217, 7123, 9805, 7132, 8442, 7672, 7036, 9525, 7879, 6978, 8677, 7485, 8536, 8709, 6948, 11856, 8008, 12706, 9195, 13708, 10508, 8736, 10091, 7308, 11264, 8051, 11443, 8515, 6933, 10198, 7463, 6713, 9016, 7109, 6952, 7874, 6713, 10331, 8158, 7071, 9532, 7158, 11472, 8390, 11266, 9077, 7417, 10267, 7470, 9536, 8217, 6699, 9983, 7249, 7824, 8118, 7226, 10064, 7275, 7817, 8135, 7126, 10742, 7273, 11160, 8602, 7649, 11822, 7798, 12735, 8480, 7988, 11164, 7837, 13469, 7943, 7937, 9269, 7411, 12329, 7763, 6937, 9388, 7438, 7451, 8570, 7070, 8625, 7720, 7080, 12547, 8135, 7479, 9392, 7268, 12151, 9480, 8273, 10555, 7782, 12315, 8163, 7437, 10514, 7380, 6863, 8475, 7116, 7000, 7764, 7227, 11461, 8159, 7532, 11673, 7835, 9764, 8605, 7953, 12429, 9565, 12119, 8899, 7324, 9934, 7691, 7933, 7991, 7096, 9522, 7193, 9713, 7577, 7053, 9181, 7103, 9239, 7929, 7186, 10355, 7289, 10164, 8837, 7158, 12161, 7620, 9543, 8453, 7136, 12735, 8054, 8481, 8441, 6929, 11085, 8110, 8460, 8295, 7196, 10327, 7626, 11460, 8115, 7348, 9547, 7044, 10644, 8088, 7213, 9693, 7154, 10906, 7786, 7187, 9582, 7312, 11519, 7745, 8647, 9016, 7045, 11499, 7538, 8019, 9357, 7350, 11107, 7561, 7007, 9599, 7318, 9590, 8549, 7220, 11178, 7663, 10012, 9284, 7037, 11359, 7850, 7287, 9472, 6956, 7693, 7559, 6967, 10054, 7424, 9149, 7405, 7162, 10772, 7633, 9570, 8123, 7032, 11838, 8581, 7602, 9544, 7262, 10352, 7711, 7324, 11455, 7549, 9247, 8183, 7326, 10867, 8241, 7966, 8941, 7189, 7786, 9324, 7262, 7262, 8979, 6909, 9351, 8532, 7124, 12383, 8082, 8312, 10495, 9149, 10405, 10576, 7533, 10571, 7928, 7415, 11140, 8025, 8086, 8536, 7236, 11669, 7452, 6981, 9506, 7514, 7503, 8045, 7001, 10516, 7296, 7318, 11676, 7689, 8417, 8183, 7346, 10631, 7882, 7455, 8738, 7402, 11639, 7729, 8710, 9190, 7263, 11563, 7739, 7179, 10065, 7489, 7627, 8162, 7096, 8431, 7931, 7124, 8103, 7352, 7142, 7397, 8097, 6920, 11486, 8536, 7419, 11268, 7979, 12070, 10231, 7571, 11728, 8181, 7079, 11488, 7565, 7213, 8752, 7032, 7262, 9708, 7318, 6967, 8962, 7003, 7703, 8311, 7261, 14229, 10377, 9705, 10818, 8538, 12730, 9153, 7498, 11898, 7916, 8453, 11573, 7664, 10059, 8442, 7175, 11875, 7960, 7250, 13241, 10035, 6930, 8361, 6999, 7107, 8417, 6959, 10859, 7379, 11928, 7484, 13075, 8810, 11943, 10166, 8208, 10813, 7525, 9277, 7809, 7015, 9784, 7350, 7657, 8081, 7162, 10299, 7356, 7240, 8035, 7217, 11968, 7560, 7114, 8472, 7078, 11977, 7666, 7012, 8537, 7054, 9551, 7355, 7250, 9976, 7002, 6922, 8027, 7147, 10645, 7530, 7195, 8197, 7137, 11009, 7960, 13739, 7829, 10358, 8899, 7401, 11826, 7736, 9694, 8091, 6875, 10431, 7294, 7118, 8548, 7255, 9306, 8139, 7135, 11786, 7543, 9937, 9972, 7365, 11936, 7409, 11804, 8670, 7520, 10181, 7254, 6995, 9239, 7143, 8163, 7813, 7353, 13517, 9272, 7947, 11959, 7734, 10888, 8750, 7706, 13481, 8245, 8339, 8940, 7294, 12360, 8278, 7277, 8908, 7154, 7367, 7825, 6995, 6897, 7609, 7147, 7889, 7477, 7032, 10942, 8159, 8988, 8859, 7261, 11044, 7841, 14382, 8896, 7862, 9474, 7370, 7207, 8351, 7344, 6872, 8178, 7110, 7741, 7497, 7130, 10995, 8227, 10651, 9860, 8525, 11816, 9076, 14047, 9952, 15001, 8528, 8307, 8813, 7131, 13217, 7775, 7267, 8577, 7290, 10472, 7400, 7156, 8895, 6999, 10007, 7467, 7148, 9805, 7144, 7765, 8186, 6928, 14173, 9630, 7937, 10821, 7420, 9044, 8630, 7165, 13550, 8697, 7223, 10198, 7474, 9413, 9440, 7456, 13470, 8610, 7159, 12034, 8367, 7324, 9803, 7694, 6817, 8922, 7333, 6823, 8851, 7682, 8202, 8794, 6985, 10400, 8050, 7188, 13466, 9044, 7607, 10707, 8088, 7162, 10476, 7053, 7719, 7984, 7115, 11512, 8338, 7025, 11406, 7757, 8254, 10626, 7527, 13471, 7878, 6951, 10100, 7686, 8543, 8307, 7029, 9983, 7374, 6802, 9674, 7438, 8620, 7734, 6909, 10433, 8168, 6907, 10404, 7739, 7173, 9492, 7472, 9846, 10453, 7500, 13055, 7938, 7336, 11697, 8349, 8040, 9272, 6970, 12572, 8280, 7092, 10627, 7315, 7742, 8218, 7248, 10031, 8142, 7211, 9773, 7261, 7105, 8350, 7070, 9554, 8055, 7247, 11190, 7702, 7102, 10787, 7557, 7345, 9564, 7329, 12304, 8983, 7339, 12150, 9293, 7271, 11409, 7981, 7157, 10079, 8709, 9089, 10839, 8058, 8108, 8431, 6990, 9850, 8325, 7234, 7732, 7769, 7301, 12820, 8294, 7105, 11967, 7805, 9510, 8875, 7259, 12772, 8224, 7055, 9147, 7302, 7604, 8120, 7170, 7043, 7445, 7071, 11180, 7426, 12779, 7806, 12765, 9239, 12749, 8105, 9984, 8130, 7515, 8592, 7305, 11909, 7229, 7635, 7248, 6869, 8743, 7206, 7900, 7583, 6960, 8465, 7444, 10347, 7995, 12080, 7655, 10479, 7583, 12044, 8040, 12363, 7604, 8232, 7889, 7035, 8536, 7144, 7453, 7271, 7188, 10032, 7189, 12517, 7508, 11388, 8544, 10291, 11429, 7832, 10750, 7645, 11161, 7555, 12755, 9206, 8514, 8754, 7225, 9388, 6950, 11583, 7768, 7037, 8282, 7255, 11032, 7254, 6927, 10644, 7143, 7661, 7661, 7048, 8652, 7104, 10036, 7071, 11218, 7571, 13431, 8903, 13476, 8432, 11643, 9272, 8546, 9242, 7555, 9483, 7203, 10264, 7746, 12560, 7773, 8135, 8141, 6882, 9166, 7174, 11896, 7377, 10389, 7453, 7077, 8402, 7353, 10048, 7205, 9080, 7404, 7396, 8516, 6991, 10632, 7051, 12450, 7543, 9735, 9173, 7376, 9533, 7157, 9880, 7177, 6946, 8067, 7119, 9250, 7203, 10784, 7226, 11734, 8138, 7913, 9142, 7213, 10360, 7499, 13239, 8188, 7331, 8591, 7199, 10161, 7854, 7322, 8344, 7148, 10004, 7422, 11135, 8455, 7315, 9444, 7236, 10980, 7694, 12974, 8292, 7357, 9595, 7560, 11439, 7814, 6962, 9024, 7059, 11397, 7918, 6982, 10936, 7454, 6994, 7689, 7442, 7378, 10181, 9062, 7084, 12484, 7746, 11301, 8532, 7612, 13465, 8718, 8949, 8971, 6980, 11328, 7606, 6860, 11485, 7252, 7047, 8257, 7149, 11601, 7831, 7107, 12633, 7953, 8111, 8582, 7216, 9992, 7609, 13589, 8619, 7537, 9329, 7370, 12207, 8112, 7153, 10617, 7399, 7176, 8170, 7355, 11937, 8089, 7216, 9607, 7190, 8111, 8303, 7001, 9980, 7155, 12517, 8285, 7196, 9581, 7125, 8358, 7504, 7011, 12054, 7648, 7140, 8774, 6971, 11869, 7884, 7090, 9822, 7084, 8806, 8101, 7146, 12262, 7593, 9940, 8570, 7093, 11108, 7869, 12525, 9199, 7185, 10349, 7475, 6806, 8353, 7376, 9858, 8088, 7242, 10658, 7445, 13342, 9985, 7713, 9608, 7187, 10852, 7496, 7090, 8707, 6975, 10497, 7388, 7102, 10845, 7213, 7713, 8077, 7156, 8436, 7653, 7222, 9969, 7258, 7054, 10933, 7374, 7151, 8793, 7417, 13433, 10317, 8436, 12061, 8067, 10090, 8550, 7405, 13792, 9026, 7429, 10561, 7374, 7321, 8692, 7217, 7856, 7217, 7225, 9828, 7411, 8488, 8110, 7255, 11465, 8536, 11842, 8664, 7644, 10157, 7656, 13517, 9074, 7397, 10823, 7444, 7561, 8417, 7202, 12213, 8183, 7384, 10941, 7716, 8124, 8692, 7311, 12942, 10000, 8049, 10961, 7729, 11295, 8387, 7273, 13375, 8473, 7444, 9145, 7193, 8193, 8748, 7329, 9815, 8114, 7290, 12152, 7686, 7179, 9711, 7149, 7018, 12347, 7748, 7287, 9213, 7109, 8901, 11197, 7367, 8118, 8520, 7061, 11860, 8420, 7873, 10749, 7807, 8702, 9368, 7314, 10819, 8439, 7215, 12084, 7908, 7075, 10588, 7255, 7003, 9316, 7561, 7087, 8717, 6962, 9197, 7795, 6944, 12910, 8198, 7294, 11675, 8006, 7311, 9808, 8138, 7313, 9841, 8570, 7379, 8089, 8264, 7061, 10637, 10599, 7840, 10504, 8956, 7271, 11442, 9532, 7625, 9534, 8312, 7004, 12069, 8164, 6969, 10001, 7246, 7053, 9126, 7307, 7269, 8547, 7031, 7216, 9025, 7084, 8761, 7784, 7086, 13472, 8705, 7354, 10646, 7398, 7926, 11915, 7861, 7887, 9097, 7167, 10417, 8337, 7259, 12232, 7909, 7265, 11772, 7934, 7318, 10229, 7255, 7107, 10463, 8151, 7455, 9195, 7202, 9992, 8199, 7347, 13535, 8494, 8888, 8894, 7257, 12069, 8420, 7221, 10054, 7207, 7494, 8663, 7167, 7804, 8178, 7007, 10574, 7282, 8188, 10150, 7675, 13134, 8399, 10157, 11280, 8115, 13362, 8271, 7508, 9442, 7453, 9079, 8407, 7087, 10039, 7519, 7133, 9752, 7992, 7190, 11295, 7622, 7569, 10653, 8251, 9177, 11731, 7961, 7586, 9194, 7630, 7502, 12969, 9001, 9294, 9431, 7452, 12252, 8243, 7559, 10697, 7303, 7015, 8305, 7106, 8163, 7605, 7230, 7447, 7443, 7104, 9929, 7269, 7895, 10801, 7646, 13051, 8136, 9085, 9856, 8432, 14011, 9047, 8623, 9146, 7189, 11584, 8097, 7462, 9303, 7234, 8575, 7723, 7175, 13770, 7806, 7489, 9014, 7443, 12300, 8320, 9912, 9325, 7616, 9675, 7547, 12736, 10043, 8400, 9551, 7308, 11719, 7733, 8934, 8714, 7249, 10269, 7288, 7286, 9607, 7344, 7077, 8457, 7274, 8183, 9083, 7219, 11984, 7561, 7467, 12891, 8598, 9693, 8890, 7127, 11626, 8418, 7555, 10867, 7472, 7287, 9309, 7500, 7553, 10287, 7271, 7344, 10593, 8058, 7588, 9458, 7171, 12571, 8703, 7908, 11684, 7894, 12539, 8106, 8354, 9571, 7711, 7755, 8476, 6954, 7074, 8020], 'WindowCenter': [4176.0, 4128.0, 4105.0, 4123.0, 4091.0, 4119.0, 4085.0, 4096.0, 4095.0, 4074.0, 4114.0, 4082.0, 4103.0, 4060.0, 4059.0, 4069.0, 4048.0, 4102.0, 4070.0, 4080.0, 4060.0, 4038.0, 4068.0, 4049.0, 4090.0, 4060.0, 4048.0, 4081.0, 4062.0, 4072.0, 4063.0, 4065.0, 4107.0, 4076.0, 4053.0, 4095.0, 4065.0, 4075.0, 4085.0, 4054.0, 4102.0, 4084.0, 4074.0, 4103.0, 4064.0, 4093.0, 4070.0, 4051.0, 4103.0, 4083.0, 4050.0, 4091.0, 4063.0, 4053.0, 4083.0, 4064.0, 4064.0, 4073.0, 4063.0, 4106.0, 4087.0, 4067.0, 4106.0, 4087.0, 4074.0, 4086.0, 4064.0, 4126.0, 4096.0, 4064.0, 4103.0, 4086.0, 4086.0, 4105.0, 4065.0, 4093.0, 4076.0, 4067.0, 4119.0, 4099.0, 4067.0, 4108.0, 4067.0, 4108.0, 4097.0, 4063.0, 4118.0, 4087.0, 4083.0, 4095.0, 4063.0, 4116.0, 4095.0, 4064.0, 4104.0, 4074.0, 4083.0, 4083.0, 4065.0, 4104.0, 4073.0, 4053.0, 4094.0, 4072.0, 4064.0, 4095.0, 4066.0, 4094.0, 4075.0, 4052.0, 4104.0, 4076.0, 4053.0, 4086.0, 4066.0, 4106.0, 4087.0, 4055.0, 4107.0, 4075.0, 4074.0, 4085.0, 4055.0, 4115.0, 4086.0, 4063.0, 4095.0, 4064.0, 4103.0, 4086.0, 4075.0, 4095.0, 4065.0, 4096.0, 4076.0, 4067.0, 4108.0, 4077.0, 4067.0, 4096.0, 4068.0, 4067.0, 4088.0, 4067.0, 4119.0, 4087.0, 4055.0, 4108.0, 4076.0, 4096.0, 4086.0, 4066.0, 4106.0, 4088.0, 4057.0, 4107.0, 4088.0, 4056.0, 4095.0, 4077.0, 4056.0, 4097.0, 4068.0, 4111.0, 4089.0, 4056.0, 4129.0, 4108.0, 4093.0, 4146.0, 4101.0, 4080.0, 4117.0, 4086.0, 4054.0, 4104.0, 4086.0, 4064.0, 4096.0, 4073.0, 4065.0, 4118.0, 4111.0, 4067.0, 4107.0, 4086.0, 4056.0, 4107.0, 4087.0, 4055.0, 4095.0, 4064.0, 4096.0, 4094.0, 4065.0, 4105.0, 4073.0, 4042.0, 4092.0, 4073.0, 4041.0, 4083.0, 4052.0, 4073.0, 4071.0, 4052.0, 4094.0, 4063.0, 4075.0, 4087.0, 4057.0, 4119.0, 4090.0, 4068.0, 4108.0, 4089.0, 4068.0, 4087.0, 4078.0, 4072.0, 4081.0, 4100.0, 4066.0, 4059.0, 4111.0, 4079.0, 4069.0, 4108.0, 4098.0, 4081.0, 4141.0, 4109.0, 4077.0, 4117.0, 4087.0, 4055.0, 4106.0, 4075.0, 4042.0, 4083.0, 4064.0, 4057.0, 4096.0, 4066.0, 4056.0, 4084.0, 4078.0, 4069.0, 4111.0, 4094.0, 4059.0, 4099.0, 4080.0, 4099.0, 4089.0, 4055.0, 4107.0, 4077.0, 4095.0, 4086.0, 4077.0, 4106.0, 4064.0, 4106.0, 4077.0, 4054.0, 4087.0, 4068.0, 4066.0, 4066.0, 4055.0, 4099.0, 4075.0, 4056.0, 4097.0, 4068.0, 4107.0, 4065.0, 4085.0, 4087.0, 4054.0, 4106.0, 4065.0, 4094.0, 4065.0, 4069.0, 4098.0, 4057.0, 4076.0, 4064.0, 4056.0, 4098.0, 4079.0, 4069.0, 4089.0, 4069.0, 4089.0, 4090.0, 4059.0, 4109.0, 4078.0, 4106.0, 4076.0, 4106.0, 4085.0, 4063.0, 4083.0, 4042.0, 4083.0, 4067.0, 4096.0, 4064.0, 4055.0, 4098.0, 4066.0, 4056.0, 4086.0, 4055.0, 4056.0, 4065.0, 4056.0, 4097.0, 4079.0, 4057.0, 4097.0, 4058.0, 4095.0, 4076.0, 4098.0, 4077.0, 4054.0, 4085.0, 4054.0, 4084.0, 4065.0, 4045.0, 4084.0, 4056.0, 4081.0, 4080.0, 4068.0, 4099.0, 4069.0, 4067.0, 4067.0, 4058.0, 4097.0, 4066.0, 4097.0, 4079.0, 4067.0, 4108.0, 4068.0, 4107.0, 4075.0, 4065.0, 4097.0, 4054.0, 4106.0, 4063.0, 4064.0, 4076.0, 4055.0, 4108.0, 4068.0, 4059.0, 4087.0, 4068.0, 4069.0, 4076.0, 4056.0, 4077.0, 4067.0, 4059.0, 4120.0, 4079.0, 4069.0, 4088.0, 4057.0, 4106.0, 4088.0, 4065.0, 4096.0, 4055.0, 4093.0, 4064.0, 4056.0, 4097.0, 4056.0, 4043.0, 4077.0, 4057.0, 4056.0, 4066.0, 4067.0, 4109.0, 4080.0, 4069.0, 4108.0, 4068.0, 4099.0, 4078.0, 4066.0, 4108.0, 4088.0, 4095.0, 4063.0, 4054.0, 4072.0, 4054.0, 4066.0, 4064.0, 4044.0, 4084.0, 4058.0, 4087.0, 4069.0, 4057.0, 4089.0, 4068.0, 4088.0, 4067.0, 4056.0, 4098.0, 4056.0, 4097.0, 4089.0, 4057.0, 4108.0, 4055.0, 4075.0, 4065.0, 4043.0, 4106.0, 4054.0, 4065.0, 4064.0, 4043.0, 4096.0, 4063.0, 4065.0, 4064.0, 4044.0, 4085.0, 4055.0, 4095.0, 4064.0, 4054.0, 4075.0, 4044.0, 4085.0, 4064.0, 4055.0, 4085.0, 4046.0, 4096.0, 4067.0, 4045.0, 4086.0, 4055.0, 4095.0, 4066.0, 4076.0, 4076.0, 4045.0, 4095.0, 4054.0, 4054.0, 4074.0, 4054.0, 4094.0, 4055.0, 4043.0, 4074.0, 4055.0, 4085.0, 4065.0, 4055.0, 4094.0, 4054.0, 4085.0, 4074.0, 4044.0, 4083.0, 4055.0, 4055.0, 4085.0, 4055.0, 4066.0, 4066.0, 4058.0, 4101.0, 4069.0, 4089.0, 4066.0, 4057.0, 4098.0, 4068.0, 4089.0, 4065.0, 4056.0, 4107.0, 4076.0, 4056.0, 4085.0, 4057.0, 4084.0, 4055.0, 4055.0, 4096.0, 4057.0, 4076.0, 4078.0, 4057.0, 4098.0, 4077.0, 4065.0, 4077.0, 4058.0, 4080.0, 4090.0, 4069.0, 4067.0, 4089.0, 4056.0, 4075.0, 4075.0, 4057.0, 4108.0, 4068.0, 4066.0, 4098.0, 4076.0, 4086.0, 4086.0, 4055.0, 4084.0, 4054.0, 4043.0, 4094.0, 4054.0, 4053.0, 4063.0, 4054.0, 4095.0, 4044.0, 4043.0, 4074.0, 4055.0, 4054.0, 4054.0, 4045.0, 4084.0, 4054.0, 4055.0, 4097.0, 4056.0, 4066.0, 4064.0, 4055.0, 4085.0, 4065.0, 4056.0, 4064.0, 4055.0, 4094.0, 4056.0, 4078.0, 4076.0, 4055.0, 4097.0, 4056.0, 4045.0, 4085.0, 4056.0, 4067.0, 4078.0, 4070.0, 4078.0, 4067.0, 4057.0, 4066.0, 4056.0, 4058.0, 4066.0, 4078.0, 4071.0, 4111.0, 4079.0, 4068.0, 4111.0, 4080.0, 4109.0, 4101.0, 4069.0, 4109.0, 4079.0, 4057.0, 4097.0, 4067.0, 4057.0, 4075.0, 4055.0, 4055.0, 4088.0, 4055.0, 4057.0, 4088.0, 4069.0, 4080.0, 4078.0, 4069.0, 4133.0, 4113.0, 4090.0, 4099.0, 4078.0, 4106.0, 4074.0, 4044.0, 4095.0, 4053.0, 4064.0, 4096.0, 4065.0, 4072.0, 4063.0, 4043.0, 4094.0, 4054.0, 4043.0, 4107.0, 4084.0, 4045.0, 4076.0, 4054.0, 4055.0, 4064.0, 4054.0, 4095.0, 4056.0, 4096.0, 4055.0, 4118.0, 4088.0, 4095.0, 4085.0, 4052.0, 4071.0, 4042.0, 4061.0, 4040.0, 4031.0, 4071.0, 4040.0, 4040.0, 4052.0, 4043.0, 4072.0, 4041.0, 4042.0, 4053.0, 4054.0, 4095.0, 4054.0, 4046.0, 4067.0, 4056.0, 4106.0, 4056.0, 4044.0, 4064.0, 4045.0, 4076.0, 4055.0, 4057.0, 4087.0, 4057.0, 4057.0, 4066.0, 4058.0, 4098.0, 4068.0, 4058.0, 4078.0, 4058.0, 4100.0, 4070.0, 4131.0, 4081.0, 4102.0, 4089.0, 4069.0, 4108.0, 4069.0, 4087.0, 4065.0, 4045.0, 4095.0, 4069.0, 4059.0, 4078.0, 4068.0, 4089.0, 4069.0, 4059.0, 4110.0, 4069.0, 4089.0, 4087.0, 4058.0, 4097.0, 4056.0, 4094.0, 4078.0, 4069.0, 4100.0, 4057.0, 4058.0, 4089.0, 4059.0, 4078.0, 4068.0, 4056.0, 4119.0, 4087.0, 4068.0, 4108.0, 4057.0, 4085.0, 4066.0, 4054.0, 4106.0, 4066.0, 4064.0, 4061.0, 4043.0, 4096.0, 4064.0, 4043.0, 4076.0, 4055.0, 4057.0, 4067.0, 4057.0, 4057.0, 4067.0, 4058.0, 4079.0, 4069.0, 4059.0, 4098.0, 4068.0, 4078.0, 4078.0, 4057.0, 4096.0, 4055.0, 4117.0, 4065.0, 4054.0, 4087.0, 4057.0, 4057.0, 4078.0, 4069.0, 4047.0, 4079.0, 4058.0, 4081.0, 4070.0, 4059.0, 4100.0, 4081.0, 4099.0, 4101.0, 4077.0, 4097.0, 4064.0, 4106.0, 4072.0, 4103.0, 4051.0, 4050.0, 4062.0, 4031.0, 4093.0, 4040.0, 4041.0, 4062.0, 4042.0, 4084.0, 4044.0, 4043.0, 4076.0, 4055.0, 4084.0, 4056.0, 4046.0, 4085.0, 4057.0, 4055.0, 4065.0, 4056.0, 4118.0, 4085.0, 4066.0, 4086.0, 4056.0, 4064.0, 4064.0, 4044.0, 4106.0, 4065.0, 4056.0, 4084.0, 4055.0, 4076.0, 4087.0, 4057.0, 4106.0, 4065.0, 4044.0, 4095.0, 4064.0, 4044.0, 4075.0, 4053.0, 4033.0, 4076.0, 4056.0, 4046.0, 4076.0, 4069.0, 4078.0, 4078.0, 4057.0, 4097.0, 4068.0, 4072.0, 4121.0, 4089.0, 4068.0, 4086.0, 4053.0, 4045.0, 4085.0, 4045.0, 4053.0, 4052.0, 4045.0, 4096.0, 4066.0, 4057.0, 4108.0, 4056.0, 4066.0, 4085.0, 4055.0, 4106.0, 4053.0, 4043.0, 4083.0, 4054.0, 4064.0, 4063.0, 4044.0, 4085.0, 4054.0, 4044.0, 4087.0, 4057.0, 4078.0, 4067.0, 4070.0, 4099.0, 4091.0, 4058.0, 4099.0, 4067.0, 4045.0, 4088.0, 4056.0, 4088.0, 4098.0, 4057.0, 4106.0, 4065.0, 4054.0, 4096.0, 4065.0, 4054.0, 4075.0, 4044.0, 4105.0, 4067.0, 4045.0, 4085.0, 4055.0, 4055.0, 4064.0, 4055.0, 4085.0, 4067.0, 4057.0, 4088.0, 4058.0, 4056.0, 4066.0, 4057.0, 4088.0, 4067.0, 4057.0, 4097.0, 4070.0, 4060.0, 4110.0, 4068.0, 4070.0, 4101.0, 4071.0, 4121.0, 4078.0, 4057.0, 4107.0, 4077.0, 4056.0, 4097.0, 4068.0, 4046.0, 4085.0, 4065.0, 4076.0, 4085.0, 4053.0, 4053.0, 4052.0, 4045.0, 4086.0, 4067.0, 4058.0, 4066.0, 4067.0, 4056.0, 4109.0, 4078.0, 4056.0, 4097.0, 4054.0, 4075.0, 4065.0, 4044.0, 4096.0, 4053.0, 4044.0, 4074.0, 4054.0, 4055.0, 4067.0, 4057.0, 4058.0, 4057.0, 4059.0, 4098.0, 4069.0, 4108.0, 4056.0, 4109.0, 4078.0, 4096.0, 4054.0, 4073.0, 4055.0, 4042.0, 4062.0, 4043.0, 4095.0, 4042.0, 4054.0, 4054.0, 4045.0, 4077.0, 4056.0, 4067.0, 4067.0, 4058.0, 4078.0, 4055.0, 4087.0, 4055.0, 4097.0, 4054.0, 4073.0, 4054.0, 4097.0, 4054.0, 4094.0, 4055.0, 4054.0, 4052.0, 4043.0, 4063.0, 4056.0, 4056.0, 4057.0, 4057.0, 4088.0, 4057.0, 4108.0, 4059.0, 4095.0, 4066.0, 4085.0, 4096.0, 4043.0, 4081.0, 4043.0, 4082.0, 4040.0, 4093.0, 4061.0, 4050.0, 4051.0, 4031.0, 4061.0, 4031.0, 4082.0, 4042.0, 4030.0, 4051.0, 4042.0, 4084.0, 4045.0, 4043.0, 4086.0, 4044.0, 4067.0, 4056.0, 4046.0, 4076.0, 4059.0, 4089.0, 4058.0, 4098.0, 4069.0, 4108.0, 4077.0, 4105.0, 4066.0, 4085.0, 4066.0, 4065.0, 4062.0, 4042.0, 4062.0, 4030.0, 4072.0, 4041.0, 4091.0, 4043.0, 4052.0, 4051.0, 4031.0, 4063.0, 4032.0, 4082.0, 4042.0, 4072.0, 4044.0, 4031.0, 4052.0, 4041.0, 4072.0, 4053.0, 4065.0, 4044.0, 4045.0, 4065.0, 4043.0, 4085.0, 4046.0, 4093.0, 4055.0, 4073.0, 4074.0, 4043.0, 4073.0, 4033.0, 4073.0, 4043.0, 4045.0, 4053.0, 4042.0, 4075.0, 4055.0, 4085.0, 4056.0, 4095.0, 4067.0, 4054.0, 4065.0, 4045.0, 4075.0, 4044.0, 4106.0, 4054.0, 4043.0, 4064.0, 4045.0, 4084.0, 4067.0, 4056.0, 4066.0, 4046.0, 4075.0, 4056.0, 4096.0, 4067.0, 4044.0, 4076.0, 4056.0, 4097.0, 4056.0, 4121.0, 4067.0, 4056.0, 4074.0, 4054.0, 4085.0, 4054.0, 4044.0, 4075.0, 4044.0, 4096.0, 4065.0, 4046.0, 4098.0, 4057.0, 4058.0, 4067.0, 4056.0, 4058.0, 4087.0, 4077.0, 4045.0, 4108.0, 4057.0, 4086.0, 4064.0, 4044.0, 4095.0, 4063.0, 4062.0, 4061.0, 4033.0, 4083.0, 4041.0, 4032.0, 4083.0, 4043.0, 4042.0, 4052.0, 4045.0, 4094.0, 4054.0, 4044.0, 4097.0, 4055.0, 4055.0, 4065.0, 4044.0, 4073.0, 4053.0, 4093.0, 4053.0, 4042.0, 4063.0, 4044.0, 4082.0, 4053.0, 4043.0, 4085.0, 4043.0, 4043.0, 4063.0, 4043.0, 4094.0, 4054.0, 4044.0, 4074.0, 4044.0, 4054.0, 4065.0, 4045.0, 4075.0, 4046.0, 4096.0, 4065.0, 4045.0, 4076.0, 4047.0, 4066.0, 4044.0, 4044.0, 4095.0, 4054.0, 4046.0, 4066.0, 4045.0, 4096.0, 4055.0, 4044.0, 4085.0, 4046.0, 4076.0, 4055.0, 4043.0, 4098.0, 4055.0, 4074.0, 4064.0, 4043.0, 4084.0, 4054.0, 4095.0, 4063.0, 4034.0, 4084.0, 4044.0, 4034.0, 4066.0, 4055.0, 4085.0, 4055.0, 4056.0, 4085.0, 4055.0, 4107.0, 4076.0, 4043.0, 4074.0, 4044.0, 4083.0, 4044.0, 4044.0, 4066.0, 4045.0, 4086.0, 4046.0, 4046.0, 4087.0, 4056.0, 4055.0, 4065.0, 4047.0, 4066.0, 4068.0, 4057.0, 4086.0, 4059.0, 4058.0, 4100.0, 4059.0, 4058.0, 4077.0, 4058.0, 4107.0, 4086.0, 4066.0, 4097.0, 4055.0, 4073.0, 4064.0, 4044.0, 4105.0, 4062.0, 4044.0, 4085.0, 4043.0, 4044.0, 4065.0, 4056.0, 4065.0, 4057.0, 4057.0, 4088.0, 4058.0, 4079.0, 4069.0, 4058.0, 4099.0, 4078.0, 4097.0, 4066.0, 4056.0, 4087.0, 4056.0, 4106.0, 4076.0, 4055.0, 4085.0, 4054.0, 4055.0, 4066.0, 4055.0, 4107.0, 4067.0, 4057.0, 4097.0, 4067.0, 4067.0, 4066.0, 4046.0, 4108.0, 4075.0, 4054.0, 4086.0, 4055.0, 4083.0, 4054.0, 4042.0, 4094.0, 4052.0, 4041.0, 4061.0, 4033.0, 4052.0, 4064.0, 4044.0, 4073.0, 4052.0, 4043.0, 4095.0, 4055.0, 4045.0, 4074.0, 4044.0, 4044.0, 4107.0, 4055.0, 4056.0, 4075.0, 4044.0, 4064.0, 4087.0, 4044.0, 4055.0, 4064.0, 4045.0, 4094.0, 4054.0, 4055.0, 4083.0, 4054.0, 4066.0, 4065.0, 4057.0, 4086.0, 4065.0, 4059.0, 4110.0, 4056.0, 4043.0, 4085.0, 4044.0, 4043.0, 4075.0, 4055.0, 4046.0, 4066.0, 4046.0, 4076.0, 4054.0, 4046.0, 4108.0, 4067.0, 4058.0, 4099.0, 4068.0, 4058.0, 4088.0, 4066.0, 4070.0, 4101.0, 4077.0, 4058.0, 4067.0, 4064.0, 4057.0, 4098.0, 4098.0, 4066.0, 4085.0, 4063.0, 4045.0, 4095.0, 4075.0, 4055.0, 4074.0, 4053.0, 4045.0, 4097.0, 4066.0, 4045.0, 4086.0, 4055.0, 4046.0, 4076.0, 4057.0, 4057.0, 4080.0, 4059.0, 4058.0, 4078.0, 4057.0, 4077.0, 4056.0, 4048.0, 4118.0, 4066.0, 4056.0, 4087.0, 4056.0, 4055.0, 4097.0, 4056.0, 4055.0, 4075.0, 4044.0, 4085.0, 4065.0, 4056.0, 4107.0, 4068.0, 4059.0, 4107.0, 4056.0, 4058.0, 4087.0, 4055.0, 4046.0, 4088.0, 4068.0, 4057.0, 4077.0, 4057.0, 4076.0, 4067.0, 4045.0, 4107.0, 4065.0, 4064.0, 4064.0, 4043.0, 4095.0, 4067.0, 4057.0, 4085.0, 4055.0, 4044.0, 4065.0, 4045.0, 4055.0, 4066.0, 4047.0, 4085.0, 4056.0, 4066.0, 4087.0, 4055.0, 4107.0, 4054.0, 4075.0, 4084.0, 4042.0, 4094.0, 4052.0, 4042.0, 4064.0, 4042.0, 4064.0, 4053.0, 4045.0, 4087.0, 4055.0, 4058.0, 4101.0, 4082.0, 4057.0, 4098.0, 4067.0, 4053.0, 4085.0, 4065.0, 4090.0, 4098.0, 4068.0, 4068.0, 4078.0, 4055.0, 4056.0, 4107.0, 4065.0, 4065.0, 4064.0, 4045.0, 4096.0, 4066.0, 4054.0, 4072.0, 4043.0, 4043.0, 4051.0, 4032.0, 4054.0, 4054.0, 4056.0, 4057.0, 4058.0, 4056.0, 4088.0, 4057.0, 4068.0, 4098.0, 4056.0, 4118.0, 4068.0, 4066.0, 4076.0, 4065.0, 4105.0, 4065.0, 4052.0, 4062.0, 4032.0, 4083.0, 4054.0, 4044.0, 4064.0, 4044.0, 4064.0, 4044.0, 4044.0, 4106.0, 4054.0, 4055.0, 4065.0, 4046.0, 4097.0, 4066.0, 4073.0, 4065.0, 4044.0, 4063.0, 4043.0, 4093.0, 4074.0, 4051.0, 4061.0, 4030.0, 4082.0, 4043.0, 4051.0, 4052.0, 4042.0, 4083.0, 4043.0, 4044.0, 4075.0, 4056.0, 4056.0, 4065.0, 4055.0, 4066.0, 4076.0, 4056.0, 4096.0, 4054.0, 4044.0, 4106.0, 4064.0, 4074.0, 4064.0, 4032.0, 4084.0, 4065.0, 4055.0, 4086.0, 4045.0, 4056.0, 4074.0, 4045.0, 4056.0, 4098.0, 4056.0, 4055.0, 4088.0, 4068.0, 4057.0, 4088.0, 4046.0, 4095.0, 4064.0, 4053.0, 4083.0, 4053.0, 4082.0, 4054.0, 4054.0, 4076.0, 4043.0, 4054.0, 4064.0, 4044.0, 4044.0, 4055.0], 'WindowWidth': [9271.0, 9190.0, 9150.0, 9166.0, 9121.0, 9152.0, 9103.0, 9114.0, 9113.0, 9081.0, 9135.0, 9089.0, 9117.0, 9056.0, 9050.0, 9064.0, 9036.0, 9112.0, 9067.0, 9081.0, 9054.0, 9022.0, 9062.0, 9039.0, 9094.0, 9053.0, 9036.0, 9084.0, 9063.0, 9077.0, 9065.0, 9070.0, 9128.0, 9086.0, 9051.0, 9107.0, 9069.0, 9082.0, 9094.0, 9052.0, 9116.0, 9092.0, 9079.0, 9116.0, 9067.0, 9103.0, 9070.0, 9044.0, 9116.0, 9090.0, 9043.0, 9097.0, 9064.0, 9052.0, 9090.0, 9066.0, 9067.0, 9078.0, 9065.0, 9124.0, 9102.0, 9075.0, 9127.0, 9104.0, 9082.0, 9099.0, 9068.0, 9153.0, 9112.0, 9066.0, 9118.0, 9098.0, 9097.0, 9123.0, 9070.0, 9105.0, 9086.0, 9078.0, 9148.0, 9121.0, 9076.0, 9132.0, 9076.0, 9131.0, 9115.0, 9066.0, 9143.0, 9101.0, 9092.0, 9108.0, 9063.0, 9137.0, 9109.0, 9066.0, 9118.0, 9077.0, 9088.0, 9090.0, 9066.0, 9118.0, 9076.0, 9049.0, 9103.0, 9076.0, 9067.0, 9107.0, 9072.0, 9106.0, 9081.0, 9048.0, 9120.0, 9084.0, 9052.0, 9099.0, 9073.0, 9125.0, 9101.0, 9057.0, 9128.0, 9085.0, 9083.0, 9094.0, 9055.0, 9136.0, 9097.0, 9063.0, 9106.0, 9064.0, 9115.0, 9097.0, 9084.0, 9107.0, 9068.0, 9110.0, 9085.0, 9074.0, 9129.0, 9088.0, 9073.0, 9112.0, 9077.0, 9074.0, 9103.0, 9076.0, 9145.0, 9103.0, 9057.0, 9130.0, 9086.0, 9112.0, 9097.0, 9071.0, 9124.0, 9105.0, 9062.0, 9126.0, 9105.0, 9063.0, 9111.0, 9089.0, 9060.0, 9115.0, 9079.0, 9140.0, 9109.0, 9058.0, 9162.0, 9133.0, 9122.0, 9198.0, 9126.0, 9099.0, 9140.0, 9099.0, 9053.0, 9119.0, 9097.0, 9067.0, 9110.0, 9080.0, 9071.0, 9146.0, 9142.0, 9076.0, 9128.0, 9099.0, 9060.0, 9126.0, 9098.0, 9056.0, 9108.0, 9066.0, 9110.0, 9105.0, 9067.0, 9120.0, 9074.0, 9031.0, 9098.0, 9073.0, 9029.0, 9085.0, 9045.0, 9073.0, 9071.0, 9047.0, 9102.0, 9063.0, 9079.0, 9099.0, 9060.0, 9146.0, 9109.0, 9077.0, 9133.0, 9108.0, 9076.0, 9101.0, 9092.0, 9090.0, 9101.0, 9122.0, 9074.0, 9069.0, 9140.0, 9097.0, 9083.0, 9131.0, 9118.0, 9101.0, 9181.0, 9135.0, 9088.0, 9141.0, 9100.0, 9055.0, 9123.0, 9081.0, 9032.0, 9089.0, 9065.0, 9060.0, 9112.0, 9074.0, 9060.0, 9093.0, 9093.0, 9083.0, 9141.0, 9126.0, 9067.0, 9119.0, 9095.0, 9120.0, 9105.0, 9056.0, 9128.0, 9085.0, 9106.0, 9096.0, 9089.0, 9123.0, 9065.0, 9124.0, 9088.0, 9053.0, 9098.0, 9077.0, 9070.0, 9070.0, 9058.0, 9115.0, 9081.0, 9058.0, 9113.0, 9075.0, 9125.0, 9066.0, 9092.0, 9097.0, 9052.0, 9121.0, 9065.0, 9103.0, 9065.0, 9081.0, 9116.0, 9062.0, 9083.0, 9066.0, 9058.0, 9116.0, 9093.0, 9079.0, 9104.0, 9081.0, 9108.0, 9109.0, 9066.0, 9131.0, 9088.0, 9124.0, 9083.0, 9122.0, 9091.0, 9059.0, 9084.0, 9030.0, 9085.0, 9073.0, 9108.0, 9062.0, 9053.0, 9116.0, 9072.0, 9058.0, 9096.0, 9056.0, 9057.0, 9067.0, 9056.0, 9112.0, 9092.0, 9060.0, 9114.0, 9061.0, 9107.0, 9084.0, 9115.0, 9085.0, 9049.0, 9090.0, 9050.0, 9090.0, 9065.0, 9040.0, 9090.0, 9056.0, 9099.0, 9095.0, 9075.0, 9116.0, 9080.0, 9074.0, 9072.0, 9060.0, 9112.0, 9070.0, 9111.0, 9089.0, 9071.0, 9127.0, 9074.0, 9122.0, 9079.0, 9065.0, 9108.0, 9049.0, 9119.0, 9061.0, 9062.0, 9082.0, 9055.0, 9127.0, 9077.0, 9065.0, 9098.0, 9075.0, 9080.0, 9083.0, 9057.0, 9084.0, 9072.0, 9064.0, 9148.0, 9091.0, 9078.0, 9102.0, 9060.0, 9122.0, 9100.0, 9067.0, 9106.0, 9051.0, 9098.0, 9062.0, 9054.0, 9110.0, 9057.0, 9038.0, 9085.0, 9059.0, 9055.0, 9070.0, 9074.0, 9131.0, 9095.0, 9079.0, 9129.0, 9077.0, 9117.0, 9087.0, 9068.0, 9127.0, 9099.0, 9103.0, 9059.0, 9048.0, 9070.0, 9049.0, 9068.0, 9063.0, 9037.0, 9090.0, 9061.0, 9098.0, 9079.0, 9062.0, 9103.0, 9077.0, 9102.0, 9071.0, 9055.0, 9113.0, 9058.0, 9111.0, 9105.0, 9057.0, 9125.0, 9053.0, 9078.0, 9066.0, 9034.0, 9120.0, 9050.0, 9064.0, 9062.0, 9035.0, 9108.0, 9062.0, 9063.0, 9061.0, 9035.0, 9090.0, 9052.0, 9106.0, 9062.0, 9048.0, 9076.0, 9037.0, 9092.0, 9063.0, 9053.0, 9090.0, 9041.0, 9106.0, 9069.0, 9039.0, 9095.0, 9053.0, 9105.0, 9069.0, 9080.0, 9080.0, 9039.0, 9106.0, 9048.0, 9046.0, 9074.0, 9049.0, 9103.0, 9051.0, 9033.0, 9075.0, 9053.0, 9092.0, 9063.0, 9050.0, 9102.0, 9050.0, 9090.0, 9073.0, 9036.0, 9085.0, 9050.0, 9050.0, 9090.0, 9055.0, 9067.0, 9068.0, 9065.0, 9123.0, 9082.0, 9102.0, 9071.0, 9057.0, 9112.0, 9075.0, 9103.0, 9066.0, 9054.0, 9124.0, 9081.0, 9053.0, 9092.0, 9058.0, 9090.0, 9051.0, 9051.0, 9108.0, 9057.0, 9079.0, 9086.0, 9056.0, 9113.0, 9086.0, 9066.0, 9085.0, 9064.0, 9095.0, 9109.0, 9079.0, 9074.0, 9105.0, 9057.0, 9080.0, 9081.0, 9058.0, 9127.0, 9074.0, 9068.0, 9112.0, 9083.0, 9092.0, 9092.0, 9050.0, 9087.0, 9050.0, 9034.0, 9102.0, 9048.0, 9044.0, 9059.0, 9048.0, 9104.0, 9034.0, 9031.0, 9073.0, 9050.0, 9049.0, 9046.0, 9040.0, 9090.0, 9049.0, 9050.0, 9110.0, 9054.0, 9067.0, 9062.0, 9050.0, 9091.0, 9065.0, 9052.0, 9063.0, 9051.0, 9102.0, 9055.0, 9086.0, 9083.0, 9054.0, 9111.0, 9055.0, 9037.0, 9091.0, 9054.0, 9071.0, 9086.0, 9087.0, 9089.0, 9072.0, 9060.0, 9072.0, 9057.0, 9064.0, 9072.0, 9091.0, 9086.0, 9135.0, 9090.0, 9076.0, 9136.0, 9095.0, 9129.0, 9122.0, 9079.0, 9132.0, 9092.0, 9059.0, 9111.0, 9070.0, 9057.0, 9080.0, 9053.0, 9052.0, 9100.0, 9057.0, 9060.0, 9100.0, 9080.0, 9096.0, 9089.0, 9081.0, 9170.0, 9144.0, 9106.0, 9116.0, 9087.0, 9119.0, 9076.0, 9034.0, 9106.0, 9047.0, 9063.0, 9107.0, 9067.0, 9068.0, 9058.0, 9030.0, 9099.0, 9047.0, 9031.0, 9123.0, 9088.0, 9040.0, 9083.0, 9054.0, 9054.0, 9062.0, 9051.0, 9103.0, 9055.0, 9107.0, 9054.0, 9141.0, 9103.0, 9105.0, 9089.0, 9043.0, 9066.0, 9029.0, 9053.0, 9021.0, 9011.0, 9064.0, 9022.0, 9022.0, 9042.0, 9030.0, 9068.0, 9026.0, 9029.0, 9043.0, 9047.0, 9102.0, 9048.0, 9039.0, 9071.0, 9055.0, 9121.0, 9055.0, 9036.0, 9062.0, 9038.0, 9078.0, 9053.0, 9058.0, 9096.0, 9058.0, 9058.0, 9069.0, 9062.0, 9114.0, 9075.0, 9062.0, 9087.0, 9061.0, 9118.0, 9079.0, 9162.0, 9098.0, 9125.0, 9106.0, 9078.0, 9126.0, 9076.0, 9098.0, 9066.0, 9038.0, 9107.0, 9077.0, 9063.0, 9087.0, 9074.0, 9103.0, 9077.0, 9064.0, 9131.0, 9075.0, 9101.0, 9098.0, 9059.0, 9108.0, 9054.0, 9102.0, 9087.0, 9077.0, 9119.0, 9059.0, 9063.0, 9105.0, 9066.0, 9087.0, 9072.0, 9056.0, 9143.0, 9099.0, 9074.0, 9127.0, 9057.0, 9090.0, 9065.0, 9046.0, 9120.0, 9068.0, 9060.0, 9053.0, 9029.0, 9106.0, 9060.0, 9032.0, 9079.0, 9053.0, 9060.0, 9071.0, 9062.0, 9059.0, 9071.0, 9061.0, 9090.0, 9078.0, 9065.0, 9113.0, 9074.0, 9086.0, 9086.0, 9056.0, 9107.0, 9050.0, 9134.0, 9064.0, 9047.0, 9097.0, 9060.0, 9058.0, 9086.0, 9078.0, 9045.0, 9089.0, 9061.0, 9099.0, 9082.0, 9066.0, 9119.0, 9096.0, 9118.0, 9123.0, 9085.0, 9110.0, 9061.0, 9120.0, 9068.0, 9110.0, 9037.0, 9034.0, 9052.0, 9013.0, 9095.0, 9024.0, 9024.0, 9053.0, 9028.0, 9086.0, 9035.0, 9034.0, 9078.0, 9053.0, 9090.0, 9053.0, 9039.0, 9093.0, 9059.0, 9051.0, 9066.0, 9057.0, 9140.0, 9093.0, 9066.0, 9090.0, 9053.0, 9061.0, 9061.0, 9034.0, 9119.0, 9064.0, 9056.0, 9087.0, 9050.0, 9080.0, 9098.0, 9058.0, 9120.0, 9064.0, 9035.0, 9102.0, 9059.0, 9035.0, 9076.0, 9046.0, 9018.0, 9081.0, 9057.0, 9041.0, 9083.0, 9076.0, 9088.0, 9087.0, 9061.0, 9110.0, 9077.0, 9087.0, 9150.0, 9105.0, 9074.0, 9093.0, 9045.0, 9036.0, 9089.0, 9037.0, 9047.0, 9043.0, 9038.0, 9107.0, 9068.0, 9058.0, 9126.0, 9054.0, 9066.0, 9092.0, 9049.0, 9117.0, 9045.0, 9030.0, 9086.0, 9048.0, 9061.0, 9058.0, 9035.0, 9091.0, 9048.0, 9035.0, 9096.0, 9057.0, 9088.0, 9073.0, 9081.0, 9116.0, 9111.0, 9063.0, 9114.0, 9070.0, 9039.0, 9098.0, 9054.0, 9098.0, 9110.0, 9057.0, 9121.0, 9063.0, 9047.0, 9106.0, 9066.0, 9047.0, 9074.0, 9037.0, 9117.0, 9071.0, 9038.0, 9089.0, 9048.0, 9049.0, 9062.0, 9051.0, 9091.0, 9073.0, 9055.0, 9098.0, 9059.0, 9054.0, 9067.0, 9056.0, 9097.0, 9068.0, 9057.0, 9111.0, 9080.0, 9068.0, 9132.0, 9074.0, 9082.0, 9124.0, 9084.0, 9150.0, 9088.0, 9058.0, 9123.0, 9082.0, 9053.0, 9110.0, 9074.0, 9041.0, 9090.0, 9064.0, 9080.0, 9088.0, 9046.0, 9043.0, 9042.0, 9037.0, 9096.0, 9070.0, 9060.0, 9069.0, 9072.0, 9056.0, 9128.0, 9088.0, 9054.0, 9106.0, 9047.0, 9074.0, 9061.0, 9032.0, 9103.0, 9044.0, 9035.0, 9074.0, 9049.0, 9050.0, 9068.0, 9058.0, 9060.0, 9057.0, 9063.0, 9113.0, 9076.0, 9126.0, 9054.0, 9127.0, 9086.0, 9105.0, 9047.0, 9070.0, 9048.0, 9030.0, 9055.0, 9029.0, 9100.0, 9030.0, 9048.0, 9049.0, 9038.0, 9082.0, 9056.0, 9071.0, 9071.0, 9061.0, 9087.0, 9051.0, 9096.0, 9049.0, 9108.0, 9046.0, 9072.0, 9046.0, 9107.0, 9047.0, 9098.0, 9050.0, 9046.0, 9043.0, 9031.0, 9058.0, 9055.0, 9056.0, 9058.0, 9057.0, 9100.0, 9061.0, 9128.0, 9062.0, 9103.0, 9066.0, 9089.0, 9105.0, 9030.0, 9078.0, 9028.0, 9079.0, 9023.0, 9094.0, 9052.0, 9033.0, 9035.0, 9009.0, 9049.0, 9012.0, 9080.0, 9029.0, 9010.0, 9039.0, 9029.0, 9085.0, 9036.0, 9033.0, 9093.0, 9037.0, 9071.0, 9054.0, 9041.0, 9081.0, 9065.0, 9102.0, 9063.0, 9113.0, 9076.0, 9124.0, 9082.0, 9116.0, 9064.0, 9087.0, 9064.0, 9059.0, 9054.0, 9027.0, 9053.0, 9009.0, 9066.0, 9026.0, 9092.0, 9028.0, 9041.0, 9037.0, 9010.0, 9055.0, 9014.0, 9078.0, 9027.0, 9067.0, 9034.0, 9012.0, 9040.0, 9025.0, 9068.0, 9047.0, 9063.0, 9034.0, 9035.0, 9063.0, 9032.0, 9089.0, 9041.0, 9096.0, 9049.0, 9071.0, 9072.0, 9029.0, 9068.0, 9017.0, 9068.0, 9033.0, 9035.0, 9045.0, 9031.0, 9076.0, 9052.0, 9088.0, 9055.0, 9104.0, 9070.0, 9049.0, 9062.0, 9036.0, 9074.0, 9034.0, 9118.0, 9046.0, 9033.0, 9061.0, 9037.0, 9088.0, 9069.0, 9052.0, 9067.0, 9041.0, 9076.0, 9054.0, 9105.0, 9069.0, 9036.0, 9080.0, 9055.0, 9108.0, 9056.0, 9148.0, 9070.0, 9055.0, 9074.0, 9046.0, 9087.0, 9047.0, 9034.0, 9077.0, 9038.0, 9105.0, 9064.0, 9041.0, 9112.0, 9058.0, 9064.0, 9071.0, 9054.0, 9058.0, 9096.0, 9081.0, 9036.0, 9123.0, 9056.0, 9089.0, 9060.0, 9032.0, 9101.0, 9055.0, 9052.0, 9051.0, 9016.0, 9082.0, 9026.0, 9013.0, 9082.0, 9029.0, 9029.0, 9042.0, 9035.0, 9099.0, 9048.0, 9034.0, 9106.0, 9049.0, 9048.0, 9062.0, 9032.0, 9069.0, 9045.0, 9096.0, 9042.0, 9027.0, 9056.0, 9032.0, 9079.0, 9042.0, 9031.0, 9089.0, 9032.0, 9031.0, 9058.0, 9032.0, 9100.0, 9045.0, 9033.0, 9072.0, 9033.0, 9046.0, 9061.0, 9036.0, 9073.0, 9038.0, 9105.0, 9063.0, 9035.0, 9076.0, 9044.0, 9066.0, 9034.0, 9034.0, 9103.0, 9047.0, 9038.0, 9066.0, 9037.0, 9104.0, 9052.0, 9034.0, 9090.0, 9040.0, 9080.0, 9049.0, 9033.0, 9108.0, 9050.0, 9073.0, 9058.0, 9030.0, 9084.0, 9046.0, 9099.0, 9056.0, 9018.0, 9087.0, 9035.0, 9020.0, 9064.0, 9051.0, 9091.0, 9050.0, 9053.0, 9091.0, 9050.0, 9120.0, 9078.0, 9029.0, 9071.0, 9033.0, 9083.0, 9034.0, 9033.0, 9065.0, 9039.0, 9090.0, 9039.0, 9038.0, 9093.0, 9052.0, 9049.0, 9064.0, 9042.0, 9065.0, 9072.0, 9059.0, 9094.0, 9062.0, 9061.0, 9117.0, 9063.0, 9060.0, 9084.0, 9057.0, 9123.0, 9094.0, 9065.0, 9107.0, 9050.0, 9071.0, 9060.0, 9034.0, 9114.0, 9055.0, 9031.0, 9086.0, 9031.0, 9034.0, 9063.0, 9053.0, 9065.0, 9056.0, 9058.0, 9100.0, 9061.0, 9089.0, 9075.0, 9060.0, 9115.0, 9087.0, 9108.0, 9065.0, 9052.0, 9092.0, 9053.0, 9119.0, 9078.0, 9049.0, 9089.0, 9048.0, 9052.0, 9064.0, 9050.0, 9120.0, 9069.0, 9056.0, 9110.0, 9071.0, 9069.0, 9066.0, 9038.0, 9122.0, 9077.0, 9046.0, 9090.0, 9050.0, 9082.0, 9044.0, 9028.0, 9098.0, 9040.0, 9023.0, 9050.0, 9017.0, 9039.0, 9057.0, 9033.0, 9068.0, 9040.0, 9031.0, 9101.0, 9048.0, 9038.0, 9073.0, 9036.0, 9035.0, 9121.0, 9051.0, 9053.0, 9075.0, 9034.0, 9060.0, 9093.0, 9033.0, 9049.0, 9061.0, 9035.0, 9100.0, 9048.0, 9049.0, 9085.0, 9048.0, 9065.0, 9062.0, 9056.0, 9094.0, 9062.0, 9065.0, 9130.0, 9052.0, 9032.0, 9089.0, 9035.0, 9033.0, 9075.0, 9052.0, 9040.0, 9066.0, 9039.0, 9077.0, 9048.0, 9040.0, 9123.0, 9069.0, 9061.0, 9114.0, 9074.0, 9060.0, 9098.0, 9067.0, 9080.0, 9120.0, 9083.0, 9060.0, 9072.0, 9064.0, 9057.0, 9112.0, 9111.0, 9067.0, 9090.0, 9057.0, 9036.0, 9102.0, 9075.0, 9050.0, 9072.0, 9045.0, 9037.0, 9107.0, 9066.0, 9037.0, 9091.0, 9052.0, 9040.0, 9080.0, 9059.0, 9059.0, 9091.0, 9062.0, 9059.0, 9085.0, 9057.0, 9083.0, 9053.0, 9044.0, 9140.0, 9066.0, 9053.0, 9095.0, 9053.0, 9051.0, 9109.0, 9052.0, 9049.0, 9075.0, 9035.0, 9088.0, 9065.0, 9053.0, 9121.0, 9073.0, 9064.0, 9123.0, 9053.0, 9059.0, 9096.0, 9051.0, 9039.0, 9098.0, 9073.0, 9058.0, 9084.0, 9057.0, 9078.0, 9067.0, 9036.0, 9120.0, 9064.0, 9059.0, 9058.0, 9030.0, 9103.0, 9068.0, 9055.0, 9090.0, 9050.0, 9034.0, 9063.0, 9037.0, 9051.0, 9068.0, 9043.0, 9090.0, 9054.0, 9066.0, 9094.0, 9054.0, 9120.0, 9047.0, 9074.0, 9085.0, 9026.0, 9096.0, 9038.0, 9026.0, 9057.0, 9027.0, 9058.0, 9044.0, 9038.0, 9095.0, 9054.0, 9064.0, 9121.0, 9101.0, 9060.0, 9111.0, 9070.0, 9047.0, 9090.0, 9063.0, 9105.0, 9112.0, 9073.0, 9075.0, 9084.0, 9052.0, 9052.0, 9121.0, 9063.0, 9062.0, 9060.0, 9035.0, 9104.0, 9067.0, 9046.0, 9066.0, 9031.0, 9032.0, 9040.0, 9016.0, 9045.0, 9049.0, 9055.0, 9059.0, 9062.0, 9056.0, 9097.0, 9059.0, 9073.0, 9112.0, 9054.0, 9139.0, 9071.0, 9064.0, 9079.0, 9064.0, 9117.0, 9059.0, 9039.0, 9053.0, 9016.0, 9083.0, 9046.0, 9032.0, 9059.0, 9035.0, 9058.0, 9034.0, 9035.0, 9117.0, 9049.0, 9050.0, 9063.0, 9039.0, 9106.0, 9064.0, 9070.0, 9060.0, 9033.0, 9056.0, 9029.0, 9097.0, 9071.0, 9037.0, 9050.0, 9009.0, 9078.0, 9029.0, 9036.0, 9040.0, 9028.0, 9085.0, 9030.0, 9033.0, 9076.0, 9054.0, 9055.0, 9063.0, 9052.0, 9067.0, 9080.0, 9056.0, 9107.0, 9048.0, 9033.0, 9118.0, 9061.0, 9072.0, 9058.0, 9014.0, 9086.0, 9064.0, 9050.0, 9092.0, 9038.0, 9052.0, 9074.0, 9036.0, 9054.0, 9112.0, 9053.0, 9051.0, 9097.0, 9072.0, 9056.0, 9097.0, 9041.0, 9102.0, 9061.0, 9042.0, 9084.0, 9041.0, 9080.0, 9045.0, 9047.0, 9077.0, 9031.0, 9047.0, 9062.0, 9037.0, 9035.0, 9050.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.00448776332094176</td></tr>
<tr><td colspan=3>aqi</td><td>0.024589471189591074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.20828145367013</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2676948674457553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0765446166522021</td></tr>
<tr><td colspan=3>efc</td><td>0.4718</td></tr>
<tr><td colspan=3>fber</td><td>5980.0396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0939299166010451</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.035935563816605</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3523654962770912</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2700693095136937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5240568489127044</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.262970330404876</td></tr>
<tr><td colspan=3>gcor</td><td>0.00907137</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007452494464814663</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03015708550810814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1614</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0581520539423614</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>20.5924</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2078</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.1418</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>301651.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>784.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.6796</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6084</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7421</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.0255</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.6278</td></tr>
<tr><td colspan=3>tsnr</td><td>37.20487616606988</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>