<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-03/func/sub-0006_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>7f6c20e01998da2117551aaccce05d4d</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:51:21.812500</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.992456, -0.105567, 0.0623372, 0.115358, 0.976267, -0.183293]</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.0883955</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7699, -7353, 580, -71, -66, -42, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ba7f388-ce1c-41d8-b3d9-982c61b8e52e||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.6626880168914795, 0.30949652194976807, 0.11207158863544464, 98.20816802978516], [0.2832287847995758, 2.6192517280578613, -0.5105735659599304, -106.0328598022461], [0.16724608838558197, 0.49176153540611267, 2.6489157676696777, -118.85113525390625], [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': ['105121.812500', '105122.272500', '105122.732500', '105123.192500', '105123.652500', '105124.112500', '105124.572500', '105125.032500', '105125.492500', '105125.952500', '105126.412500', '105126.872500', '105127.332500', '105127.792500', '105128.252500', '105128.712500', '105129.172500', '105129.632500', '105130.092500', '105130.552500', '105131.012500', '105131.472500', '105131.932500', '105132.392500', '105132.852500', '105133.312500', '105133.772500', '105134.232500', '105134.692500', '105135.152500', '105135.612500', '105136.072500', '105136.532500', '105136.992500', '105137.452500', '105137.912500', '105138.372500', '105138.832500', '105139.292500', '105139.752500', '105140.212500', '105140.672500', '105141.132500', '105141.592500', '105142.052500', '105142.512500', '105142.972500', '105143.432500', '105143.892500', '105144.352500', '105144.812500', '105145.272500', '105145.732500', '105146.192500', '105146.652500', '105147.112500', '105147.572500', '105148.032500', '105148.492500', '105148.952500', '105149.412500', '105149.872500', '105150.332500', '105150.792500', '105151.252500', '105151.712500', '105152.172500', '105152.632500', '105153.092500', '105153.552500', '105154.012500', '105154.472500', '105154.932500', '105155.392500', '105155.852500', '105156.312500', '105156.772500', '105157.232500', '105157.692500', '105158.152500', '105158.612500', '105159.072500', '105159.532500', '105159.992500', '105200.452500', '105200.912500', '105201.372500', '105201.832500', '105202.292500', '105202.752500', '105203.212500', '105203.672500', '105204.132500', '105204.592500', '105205.052500', '105205.512500', '105205.972500', '105206.432500', '105206.892500', '105207.352500', '105207.812500', '105208.272500', '105208.732500', '105209.192500', '105209.652500', '105210.112500', '105210.572500', '105211.032500', '105211.492500', '105211.952500', '105212.412500', '105212.872500', '105213.332500', '105213.792500', '105214.252500', '105214.712500', '105215.172500', '105215.632500', '105216.092500', '105216.552500', '105217.012500', '105217.472500', '105217.932500', '105218.392500', '105218.852500', '105219.312500', '105219.772500', '105220.232500', '105220.692500', '105221.152500', '105221.612500', '105222.072500', '105222.532500', '105222.992500', '105223.452500', '105223.912500', '105224.372500', '105224.832500', '105225.292500', '105225.752500', '105226.212500', '105226.672500', '105227.132500', '105227.592500', '105228.052500', '105228.512500', '105228.972500', '105229.432500', '105229.892500', '105230.352500', '105230.812500', '105231.272500', '105231.732500', '105232.192500', '105232.652500', '105233.112500', '105233.572500', '105234.032500', '105234.492500', '105234.952500', '105235.412500', '105235.872500', '105236.332500', '105236.792500', '105237.252500', '105237.712500', '105238.172500', '105238.632500', '105239.092500', '105239.552500', '105240.012500', '105240.472500', '105240.932500', '105241.392500', '105241.852500', '105242.312500', '105242.772500', '105243.232500', '105243.692500', '105244.152500', '105244.612500', '105245.072500', '105245.532500', '105245.992500', '105246.452500', '105246.912500', '105247.372500', '105247.832500', '105248.292500', '105248.752500', '105249.212500', '105249.672500', '105250.132500', '105250.592500', '105251.052500', '105251.512500', '105251.972500', '105252.432500', '105252.892500', '105253.352500', '105253.812500', '105254.272500', '105254.732500', '105255.192500', '105255.652500', '105256.112500', '105256.572500', '105257.032500', '105257.492500', '105257.952500', '105258.412500', '105258.872500', '105259.332500', '105259.792500', '105300.252500', '105300.712500', '105301.172500', '105301.632500', '105302.092500', '105302.552500', '105303.012500', '105303.472500', '105303.932500', '105304.392500', '105304.852500', '105305.312500', '105305.772500', '105306.232500', '105306.692500', '105307.152500', '105307.612500', '105308.072500', '105308.532500', '105308.992500', '105309.452500', '105309.912500', '105310.372500', '105310.832500', '105311.292500', '105311.752500', '105312.212500', '105312.672500', '105313.132500', '105313.592500', '105314.052500', '105314.512500', '105314.972500', '105315.432500', '105315.892500', '105316.352500', '105316.812500', '105317.272500', '105317.732500', '105318.192500', '105318.652500', '105319.112500', '105319.572500', '105320.032500', '105320.492500', '105320.952500', '105321.412500', '105321.872500', '105322.332500', '105322.792500', '105323.252500', '105323.712500', '105324.172500', '105324.632500', '105325.092500', '105325.552500', '105326.012500', '105326.472500', '105326.932500', '105327.392500', '105327.852500', '105328.312500', '105328.772500', '105329.232500', '105329.692500', '105330.152500', '105330.612500', '105331.072500', '105331.532500', '105331.992500', '105332.452500', '105332.912500', '105333.372500', '105333.832500', '105334.292500', '105334.752500', '105335.212500', '105335.672500', '105336.132500', '105336.592500', '105337.052500', '105337.512500', '105337.972500', '105338.432500', '105338.892500', '105339.352500', '105339.812500', '105340.272500', '105340.732500', '105341.192500', '105341.652500', '105342.112500', '105342.572500', '105343.032500', '105343.492500', '105343.952500', '105344.412500', '105344.872500', '105345.332500', '105345.792500', '105346.252500', '105346.712500', '105347.172500', '105347.632500', '105348.092500', '105348.552500', '105349.012500', '105349.472500', '105349.932500', '105350.392500', '105350.852500', '105351.312500', '105351.772500', '105352.232500', '105352.692500', '105353.152500', '105353.612500', '105354.072500', '105354.532500', '105354.992500', '105355.452500', '105355.912500', '105356.372500', '105356.832500', '105357.292500', '105357.752500', '105358.212500', '105358.672500', '105359.132500', '105359.592500', '105400.052500', '105400.512500', '105400.972500', '105401.432500', '105401.892500', '105402.352500', '105402.812500', '105403.272500', '105403.732500', '105404.192500', '105404.652500', '105405.112500', '105405.572500', '105406.032500', '105406.492500', '105406.952500', '105407.412500', '105407.872500', '105408.332500', '105408.792500', '105409.252500', '105409.712500', '105410.172500', '105410.632500', '105411.092500', '105411.552500', '105412.012500', '105412.472500', '105412.932500', '105413.392500', '105413.852500', '105414.312500', '105414.772500', '105415.232500', '105415.692500', '105416.152500', '105416.612500', '105417.072500', '105417.532500', '105417.992500', '105418.452500', '105418.912500', '105419.372500', '105419.832500', '105420.292500', '105420.752500', '105421.212500', '105421.672500', '105422.132500', '105422.592500', '105423.052500', '105423.512500', '105423.972500', '105424.432500', '105424.892500', '105425.352500', '105425.812500', '105426.272500', '105426.732500', '105427.192500', '105427.652500', '105428.112500', '105428.572500', '105429.032500', '105429.492500', '105429.952500', '105430.412500', '105430.872500', '105431.332500', '105431.792500', '105432.252500', '105432.712500', '105433.172500', '105433.632500', '105434.092500', '105434.552500', '105435.012500', '105435.472500', '105435.932500', '105436.392500', '105436.852500', '105437.312500', '105437.772500', '105438.232500', '105438.692500', '105439.152500', '105439.612500', '105440.072500', '105440.532500', '105440.992500', '105441.452500', '105441.912500', '105442.372500', '105442.832500', '105443.292500', '105443.752500', '105444.212500', '105444.672500', '105445.132500', '105445.592500', '105446.052500', '105446.512500', '105446.972500', '105447.432500', '105447.892500', '105448.352500', '105448.812500', '105449.272500', '105449.732500', '105450.192500', '105450.652500', '105451.112500', '105451.572500', '105452.032500', '105452.492500', '105452.952500', '105453.412500', '105453.872500', '105454.332500', '105454.792500', '105455.252500', '105455.712500', '105456.172500', '105456.632500', '105457.092500', '105457.552500', '105458.012500', '105458.472500', '105458.932500', '105459.392500', '105459.852500', '105500.312500', '105500.772500', '105501.232500', '105501.692500', '105502.152500', '105502.612500', '105503.072500', '105503.532500', '105503.992500', '105504.452500', '105504.912500', '105505.372500', '105505.832500', '105506.292500', '105506.752500', '105507.212500', '105507.672500', '105508.132500', '105508.592500', '105509.052500', '105509.512500', '105509.972500', '105510.432500', '105510.892500', '105511.352500', '105511.812500', '105512.272500', '105512.732500', '105513.192500', '105513.652500', '105514.112500', '105514.572500', '105515.032500', '105515.492500', '105515.952500', '105516.412500', '105516.872500', '105517.332500', '105517.792500', '105518.252500', '105518.712500', '105519.172500', '105519.632500', '105520.092500', '105520.552500', '105521.012500', '105521.472500', '105521.932500', '105522.392500', '105522.852500', '105523.312500', '105523.772500', '105524.232500', '105524.692500', '105525.152500', '105525.612500', '105526.072500', '105526.532500', '105526.992500', '105527.452500', '105527.912500', '105528.372500', '105528.832500', '105529.292500', '105529.752500', '105530.212500', '105530.672500', '105531.132500', '105531.592500', '105532.052500', '105532.512500', '105532.972500', '105533.432500', '105533.892500', '105534.352500', '105534.812500', '105535.272500', '105535.732500', '105536.192500', '105536.652500', '105537.112500', '105537.572500', '105538.032500', '105538.492500', '105538.952500', '105539.412500', '105539.872500', '105540.332500', '105540.792500', '105541.252500', '105541.712500', '105542.172500', '105542.632500', '105543.092500', '105543.552500', '105544.012500', '105544.472500', '105544.932500', '105545.392500', '105545.852500', '105546.312500', '105546.772500', '105547.232500', '105547.692500', '105548.152500', '105548.612500', '105549.072500', '105549.532500', '105549.992500', '105550.452500', '105550.912500', '105551.372500', '105551.832500', '105552.292500', '105552.752500', '105553.212500', '105553.672500', '105554.132500', '105554.592500', '105555.052500', '105555.512500', '105555.972500', '105556.432500', '105556.892500', '105557.352500', '105557.812500', '105558.272500', '105558.732500', '105559.192500', '105559.652500', '105600.112500', '105600.572500', '105601.032500', '105601.492500', '105601.952500', '105602.412500', '105602.872500', '105603.332500', '105603.792500', '105604.252500', '105604.712500', '105605.172500', '105605.632500', '105606.092500', '105606.552500', '105607.012500', '105607.472500', '105607.932500', '105608.392500', '105608.852500', '105609.312500', '105609.772500', '105610.232500', '105610.692500', '105611.152500', '105611.612500', '105612.072500', '105612.532500', '105612.992500', '105613.452500', '105613.912500', '105614.372500', '105614.832500', '105615.292500', '105615.752500', '105616.212500', '105616.672500', '105617.132500', '105617.592500', '105618.052500', '105618.512500', '105618.972500', '105619.432500', '105619.892500', '105620.352500', '105620.812500', '105621.272500', '105621.732500', '105622.192500', '105622.652500', '105623.112500', '105623.572500', '105624.032500', '105624.492500', '105624.952500', '105625.412500', '105625.872500', '105626.332500', '105626.792500', '105627.252500', '105627.712500', '105628.172500', '105628.632500', '105629.092500', '105629.552500', '105630.012500', '105630.472500', '105630.932500', '105631.392500', '105631.852500', '105632.312500', '105632.772500', '105633.232500', '105633.692500', '105634.152500', '105634.612500', '105635.072500', '105635.532500', '105635.992500', '105636.452500', '105636.912500', '105637.372500', '105637.832500', '105638.292500', '105638.752500', '105639.212500', '105639.672500', '105640.132500', '105640.592500', '105641.052500', '105641.512500', '105641.972500', '105642.432500', '105642.892500', '105643.352500', '105643.812500', '105644.272500', '105644.732500', '105645.192500', '105645.652500', '105646.112500', '105646.572500', '105647.032500', '105647.492500', '105647.952500', '105648.412500', '105648.872500', '105649.332500', '105649.792500', '105650.252500', '105650.712500', '105651.172500', '105651.632500', '105652.092500', '105652.552500', '105653.012500', '105653.472500', '105653.932500', '105654.392500', '105654.852500', '105655.312500', '105655.772500', '105656.232500', '105656.692500', '105657.152500', '105657.612500', '105658.072500', '105658.532500', '105658.992500', '105659.452500', '105659.912500', '105700.372500', '105700.832500', '105701.292500', '105701.752500', '105702.212500', '105702.672500', '105703.132500', '105703.592500', '105704.052500', '105704.512500', '105704.972500', '105705.432500', '105705.892500', '105706.352500', '105706.812500', '105707.272500', '105707.732500', '105708.192500', '105708.652500', '105709.112500', '105709.572500', '105710.032500', '105710.492500', '105710.952500', '105711.412500', '105711.872500', '105712.332500', '105712.792500', '105713.252500', '105713.712500', '105714.172500', '105714.632500', '105715.092500', '105715.552500', '105716.012500', '105716.472500', '105716.932500', '105717.392500', '105717.852500', '105718.312500', '105718.772500', '105719.232500', '105719.692500', '105720.152500', '105720.612500', '105721.072500', '105721.532500', '105721.992500', '105722.452500', '105722.912500', '105723.372500', '105723.832500', '105724.292500', '105724.752500', '105725.212500', '105725.672500', '105726.132500', '105726.592500', '105727.052500', '105727.512500', '105727.972500', '105728.432500', '105728.892500', '105729.352500', '105729.812500', '105730.272500', '105730.732500', '105731.192500', '105731.652500', '105732.112500', '105732.572500', '105733.032500', '105733.492500', '105733.952500', '105734.412500', '105734.872500', '105735.332500', '105735.792500', '105736.252500', '105736.712500', '105737.172500', '105737.632500', '105738.092500', '105738.552500', '105739.012500', '105739.472500', '105739.932500', '105740.392500', '105740.852500', '105741.312500', '105741.772500', '105742.232500', '105742.692500', '105743.152500', '105743.612500', '105744.072500', '105744.532500', '105744.992500', '105745.452500', '105745.912500', '105746.372500', '105746.832500', '105747.292500', '105747.752500', '105748.212500', '105748.672500', '105749.132500', '105749.592500', '105750.052500', '105750.512500', '105750.972500', '105751.432500', '105751.892500', '105752.352500', '105752.812500', '105753.272500', '105753.732500', '105754.192500', '105754.652500', '105755.112500', '105755.572500', '105756.032500', '105756.492500', '105756.952500', '105757.412500', '105757.872500', '105758.332500', '105758.792500', '105759.252500', '105759.712500', '105800.172500', '105800.632500', '105801.092500', '105801.552500', '105802.012500', '105802.472500', '105802.932500', '105803.392500', '105803.852500', '105804.312500', '105804.772500', '105805.232500', '105805.692500', '105806.152500', '105806.612500', '105807.072500', '105807.532500', '105807.992500', '105808.452500', '105808.912500', '105809.372500', '105809.832500', '105810.292500', '105810.752500', '105811.212500', '105811.672500', '105812.132500', '105812.592500', '105813.052500', '105813.512500', '105813.972500', '105814.432500', '105814.892500', '105815.352500', '105815.812500', '105816.272500', '105816.732500', '105817.192500', '105817.652500', '105818.112500', '105818.572500', '105819.032500', '105819.492500', '105819.952500', '105820.412500', '105820.872500', '105821.332500', '105821.792500', '105822.252500', '105822.712500', '105823.172500', '105823.632500', '105824.092500', '105824.552500', '105825.012500', '105825.472500', '105825.932500', '105826.392500', '105826.852500', '105827.312500', '105827.772500', '105828.232500', '105828.692500', '105829.152500', '105829.612500', '105830.072500', '105830.532500', '105830.992500', '105831.452500', '105831.912500', '105832.372500', '105832.832500', '105833.292500', '105833.752500', '105834.212500', '105834.672500', '105835.132500', '105835.592500', '105836.052500', '105836.512500', '105836.972500', '105837.432500', '105837.892500', '105838.352500', '105838.812500', '105839.272500', '105839.732500', '105840.192500', '105840.652500', '105841.112500', '105841.572500', '105842.032500', '105842.492500', '105842.952500', '105843.412500', '105843.872500', '105844.332500', '105844.792500', '105845.252500', '105845.712500', '105846.172500', '105846.632500', '105847.092500', '105847.552500', '105848.012500', '105848.472500', '105848.932500', '105849.392500', '105849.852500', '105850.312500', '105850.772500', '105851.232500', '105851.692500', '105852.152500', '105852.612500', '105853.072500', '105853.532500', '105853.992500', '105854.452500', '105854.912500', '105855.372500', '105855.832500', '105856.292500', '105856.752500', '105857.212500', '105857.672500', '105858.132500', '105858.592500', '105859.052500', '105859.512500', '105859.972500', '105900.432500', '105900.892500', '105901.352500', '105901.812500', '105902.272500', '105902.732500', '105903.192500', '105903.652500', '105904.112500', '105904.572500', '105905.032500', '105905.492500', '105905.952500', '105906.412500', '105906.872500', '105907.332500', '105907.792500', '105908.252500', '105908.712500', '105909.172500', '105909.632500', '105910.092500', '105910.552500', '105911.012500', '105911.472500', '105911.932500', '105912.392500', '105912.852500', '105913.312500', '105913.772500', '105914.232500', '105914.692500', '105915.152500', '105915.612500', '105916.072500', '105916.532500', '105916.992500', '105917.452500', '105917.912500', '105918.372500', '105918.832500', '105919.292500', '105919.752500', '105920.212500', '105920.672500', '105921.132500', '105921.592500', '105922.052500', '105922.512500', '105922.972500', '105923.432500', '105923.892500', '105924.352500', '105924.812500', '105925.272500', '105925.732500', '105926.192500', '105926.652500', '105927.112500', '105927.572500', '105928.032500', '105928.492500', '105928.952500', '105929.412500', '105929.872500', '105930.332500', '105930.792500', '105931.252500', '105931.712500', '105932.172500', '105932.632500', '105933.092500', '105933.552500', '105934.012500', '105934.472500', '105934.932500', '105935.392500', '105935.852500', '105936.312500', '105936.772500', '105937.232500', '105937.692500', '105938.152500', '105938.612500', '105939.072500', '105939.532500', '105939.992500', '105940.452500', '105940.912500', '105941.372500', '105941.832500', '105942.292500', '105942.752500', '105943.212500', '105943.672500', '105944.132500', '105944.592500', '105945.052500', '105945.512500', '105945.972500', '105946.432500', '105946.892500', '105947.352500', '105947.812500', '105948.272500', '105948.732500', '105949.192500', '105949.652500', '105950.112500', '105950.572500', '105951.032500', '105951.492500', '105951.952500', '105952.412500', '105952.872500', '105953.332500', '105953.792500', '105954.252500', '105954.712500', '105955.172500', '105955.632500', '105956.092500', '105956.552500', '105957.012500', '105957.472500', '105957.932500', '105958.392500', '105958.852500', '105959.312500', '105959.772500', '110000.232500', '110000.692500', '110001.152500', '110001.612500', '110002.072500', '110002.532500', '110002.992500', '110003.452500', '110003.912500', '110004.372500', '110004.832500', '110005.292500', '110005.752500', '110006.212500', '110006.672500', '110007.132500', '110007.592500', '110008.052500', '110008.512500', '110008.972500', '110009.432500', '110009.892500', '110010.352500', '110010.812500', '110011.272500', '110011.732500', '110012.192500', '110012.652500', '110013.112500', '110013.572500', '110014.032500', '110014.492500', '110014.952500', '110015.412500', '110015.872500', '110016.332500', '110016.792500', '110017.252500', '110017.712500', '110018.172500', '110018.632500', '110019.092500', '110019.552500', '110020.012500', '110020.472500', '110020.932500', '110021.392500', '110021.852500', '110022.312500', '110022.772500', '110023.232500', '110023.692500', '110024.152500', '110024.612500', '110025.072500', '110025.532500', '110025.992500', '110026.452500', '110026.912500', '110027.372500', '110027.832500', '110028.292500', '110028.752500', '110029.212500', '110029.672500', '110030.132500', '110030.592500', '110031.052500', '110031.512500', '110031.972500', '110032.432500', '110032.892500', '110033.352500', '110033.812500', '110034.272500', '110034.732500', '110035.192500', '110035.652500', '110036.112500', '110036.572500', '110037.032500', '110037.492500', '110037.952500', '110038.412500', '110038.872500', '110039.332500', '110039.792500', '110040.252500', '110040.712500', '110041.172500', '110041.632500', '110042.092500', '110042.552500', '110043.012500', '110043.472500', '110043.932500', '110044.392500', '110044.852500', '110045.312500', '110045.772500', '110046.232500', '110046.692500', '110047.152500', '110047.612500', '110048.072500', '110048.532500', '110048.992500', '110049.452500', '110049.912500', '110050.372500', '110050.832500', '110051.292500', '110051.752500', '110052.212500', '110052.672500', '110053.132500', '110053.592500', '110054.052500', '110054.512500', '110054.972500', '110055.432500', '110055.892500', '110056.352500', '110056.812500', '110057.272500', '110057.732500', '110058.192500', '110058.652500', '110059.112500', '110059.572500', '110100.032500', '110100.492500', '110100.952500', '110101.412500', '110101.872500', '110102.332500', '110102.792500', '110103.252500', '110103.712500', '110104.172500', '110104.632500', '110105.092500', '110105.552500', '110106.012500', '110106.472500', '110106.932500', '110107.392500', '110107.852500', '110108.312500', '110108.772500', '110109.232500', '110109.692500', '110110.152500', '110110.612500', '110111.072500', '110111.532500', '110111.992500', '110112.452500', '110112.912500', '110113.372500', '110113.832500', '110114.292500', '110114.752500', '110115.212500', '110115.672500', '110116.132500', '110116.592500', '110117.052500', '110117.512500', '110117.972500', '110118.432500', '110118.892500', '110119.352500', '110119.812500', '110120.272500', '110120.732500', '110121.192500', '110121.652500', '110122.112500', '110122.572500', '110123.032500', '110123.492500', '110123.952500', '110124.412500', '110124.872500', '110125.332500', '110125.792500', '110126.252500', '110126.712500', '110127.172500', '110127.632500', '110128.092500', '110128.552500', '110129.012500', '110129.472500', '110129.932500', '110130.392500', '110130.852500', '110131.312500', '110131.772500', '110132.232500', '110132.692500', '110133.152500', '110133.612500', '110134.072500', '110134.532500', '110134.992500', '110135.452500', '110135.912500', '110136.372500', '110136.832500', '110137.292500', '110137.752500', '110138.212500', '110138.672500', '110139.132500', '110139.592500', '110140.052500', '110140.512500', '110140.972500', '110141.432500', '110141.892500', '110142.352500', '110142.812500', '110143.272500', '110143.732500', '110144.192500', '110144.652500', '110145.112500', '110145.572500', '110146.032500', '110146.492500', '110146.952500', '110147.412500', '110147.872500', '110148.332500', '110148.792500', '110149.252500', '110149.712500', '110150.172500', '110150.632500', '110151.092500', '110151.552500', '110152.012500', '110152.472500', '110152.932500', '110153.392500', '110153.852500', '110154.312500', '110154.772500', '110155.232500', '110155.692500', '110156.152500', '110156.612500', '110157.072500', '110157.532500', '110157.992500', '110158.452500', '110158.912500', '110159.372500', '110159.832500', '110200.292500', '110200.752500', '110201.212500', '110201.672500', '110202.132500', '110202.592500', '110203.052500', '110203.512500', '110203.972500', '110204.432500', '110204.892500', '110205.352500', '110205.812500', '110206.272500', '110206.732500', '110207.192500', '110207.652500', '110208.112500', '110208.572500', '110209.032500', '110209.492500', '110209.952500', '110210.412500', '110210.872500', '110211.332500', '110211.792500', '110212.252500', '110212.712500', '110213.172500', '110213.632500', '110214.092500', '110214.552500', '110215.012500', '110215.472500', '110215.932500', '110216.392500', '110216.852500', '110217.312500', '110217.772500', '110218.232500', '110218.692500', '110219.152500', '110219.612500', '110220.072500', '110220.532500', '110220.992500', '110221.452500', '110221.912500', '110222.372500', '110222.832500', '110223.292500', '110223.752500', '110224.212500', '110224.672500', '110225.132500', '110225.592500', '110226.052500', '110226.512500', '110226.972500', '110227.432500', '110227.892500', '110228.352500', '110228.812500', '110229.272500', '110229.732500', '110230.192500', '110230.652500', '110231.112500', '110231.572500', '110232.032500', '110232.492500', '110232.952500', '110233.412500', '110233.872500', '110234.332500', '110234.792500', '110235.252500', '110235.712500', '110236.172500', '110236.632500', '110237.092500', '110237.552500', '110238.012500', '110238.472500', '110238.932500', '110239.392500', '110239.852500', '110240.312500', '110240.772500', '110241.232500', '110241.692500', '110242.152500', '110242.612500', '110243.072500', '110243.532500', '110243.992500', '110244.452500', '110244.912500', '110245.372500', '110245.832500', '110246.292500', '110246.752500', '110247.212500', '110247.672500', '110248.132500', '110248.592500', '110249.052500', '110249.512500', '110249.972500', '110250.432500', '110250.892500', '110251.352500', '110251.812500', '110252.272500', '110252.732500', '110253.192500', '110253.652500', '110254.112500', '110254.572500', '110255.032500', '110255.492500', '110255.952500', '110256.412500', '110256.872500', '110257.332500', '110257.792500', '110258.252500', '110258.712500', '110259.172500', '110259.632500', '110300.092500', '110300.552500', '110301.012500', '110301.472500', '110301.932500', '110302.392500', '110302.852500', '110303.312500', '110303.772500', '110304.232500', '110304.692500', '110305.152500', '110305.612500', '110306.072500', '110306.532500', '110306.992500', '110307.452500', '110307.912500', '110308.372500', '110308.832500', '110309.292500', '110309.752500', '110310.212500', '110310.672500', '110311.132500', '110311.592500', '110312.052500', '110312.512500', '110312.972500', '110313.432500', '110313.892500', '110314.352500', '110314.812500', '110315.272500', '110315.732500', '110316.192500', '110316.652500', '110317.112500', '110317.572500', '110318.032500', '110318.492500', '110318.952500', '110319.412500', '110319.872500', '110320.332500', '110320.792500', '110321.252500', '110321.712500', '110322.172500', '110322.632500', '110323.092500', '110323.552500', '110324.012500', '110324.472500', '110324.932500', '110325.392500', '110325.852500', '110326.312500', '110326.772500', '110327.232500', '110327.692500', '110328.152500', '110328.612500', '110329.072500', '110329.532500', '110329.992500', '110330.452500', '110330.912500', '110331.372500', '110331.832500', '110332.292500', '110332.752500', '110333.212500', '110333.672500', '110334.132500', '110334.592500', '110335.052500', '110335.512500', '110335.972500', '110336.432500', '110336.892500', '110337.352500', '110337.812500', '110338.272500', '110338.732500', '110339.192500', '110339.652500', '110340.112500', '110340.572500', '110341.032500', '110341.492500', '110341.952500', '110342.412500', '110342.872500', '110343.332500', '110343.792500', '110344.252500', '110344.712500'], 'ContentTime': ['105145.418000', '105145.421000', '105145.424000', '105145.426000', '105145.429000', '105145.432000', '105145.435000', '105145.439000', '105145.442000', '105145.445000', '105145.448000', '105145.450000', '105145.453000', '105145.456000', '105145.459000', '105145.462000', '105145.465000', '105145.467000', '105145.470000', '105145.473000', '105145.476000', '105145.479000', '105145.481000', '105145.484000', '105145.487000', '105145.490000', '105145.493000', '105145.508000', '105145.517000', '105145.520000', '105145.523000', '105145.525000', '105145.528000', '105145.537000', '105145.540000', '105145.543000', '105145.546000', '105145.548000', '105145.551000', '105145.554000', '105145.557000', '105145.559000', '105145.562000', '105145.565000', '105145.568000', '105145.571000', '105145.573000', '105145.576000', '105145.579000', '105205.381000', '105205.384000', '105205.387000', '105205.390000', '105205.393000', '105205.396000', '105205.399000', '105205.402000', '105205.405000', '105205.408000', '105205.411000', '105205.414000', '105205.416000', '105205.419000', '105205.422000', '105205.425000', '105205.428000', '105205.430000', '105205.433000', '105205.436000', '105205.439000', '105205.442000', '105205.445000', '105205.448000', '105205.450000', '105205.453000', '105205.456000', '105205.459000', '105205.462000', '105205.464000', '105205.467000', '105205.472000', '105205.474000', '105205.477000', '105205.480000', '105205.483000', '105205.486000', '105205.488000', '105205.491000', '105205.494000', '105205.497000', '105205.500000', '105205.503000', '105225.381000', '105225.384000', '105225.387000', '105225.390000', '105225.392000', '105225.395000', '105225.398000', '105225.401000', '105225.404000', '105225.407000', '105225.410000', '105225.412000', '105225.415000', '105225.418000', '105225.421000', '105225.424000', '105225.427000', '105225.430000', '105225.433000', '105225.435000', '105225.438000', '105225.441000', '105225.444000', '105225.447000', '105225.450000', '105225.453000', '105225.455000', '105225.458000', '105225.461000', '105225.464000', '105225.467000', '105225.470000', '105225.478000', '105225.481000', '105225.484000', '105225.486000', '105225.489000', '105225.492000', '105225.495000', '105225.498000', '105225.501000', '105225.504000', '105225.506000', '105225.509000', '105245.381000', '105245.384000', '105245.387000', '105245.390000', '105245.393000', '105245.395000', '105245.398000', '105245.401000', '105245.404000', '105245.407000', '105245.410000', '105245.413000', '105245.415000', '105245.420000', '105245.424000', '105245.428000', '105245.430000', '105245.433000', '105245.436000', '105245.439000', '105245.442000', '105245.445000', '105245.448000', '105245.451000', '105245.453000', '105245.456000', '105245.459000', '105245.462000', '105245.470000', '105245.473000', '105245.476000', '105245.479000', '105245.482000', '105245.485000', '105245.488000', '105245.490000', '105245.493000', '105245.496000', '105245.499000', '105245.502000', '105245.505000', '105245.508000', '105245.510000', '105305.381000', '105305.384000', '105305.387000', '105305.389000', '105305.393000', '105305.395000', '105305.398000', '105305.401000', '105305.404000', '105305.407000', '105305.410000', '105305.412000', '105305.415000', '105305.418000', '105305.421000', '105305.424000', '105305.427000', '105305.430000', '105305.432000', '105305.435000', '105305.438000', '105305.441000', '105305.444000', '105305.452000', '105305.455000', '105305.458000', '105305.461000', '105305.464000', '105305.467000', '105305.470000', '105305.472000', '105305.475000', '105305.478000', '105305.481000', '105305.484000', '105305.487000', '105305.490000', '105305.493000', '105305.495000', '105305.498000', '105305.501000', '105305.504000', '105305.507000', '105305.510000', '105325.381000', '105325.384000', '105325.387000', '105325.390000', '105325.393000', '105325.395000', '105325.399000', '105325.401000', '105325.404000', '105325.407000', '105325.410000', '105325.413000', '105325.416000', '105325.418000', '105325.421000', '105325.424000', '105325.427000', '105325.430000', '105325.433000', '105325.438000', '105325.442000', '105325.445000', '105325.447000', '105325.450000', '105325.453000', '105325.456000', '105325.459000', '105325.462000', '105325.465000', '105325.467000', '105325.470000', '105325.486000', '105325.489000', '105325.492000', '105325.495000', '105325.498000', '105325.501000', '105325.504000', '105325.506000', '105325.509000', '105325.516000', '105325.519000', '105325.522000', '105345.382000', '105345.385000', '105345.388000', '105345.391000', '105345.394000', '105345.396000', '105345.399000', '105345.402000', '105345.405000', '105345.408000', '105345.411000', '105345.414000', '105345.416000', '105345.419000', '105345.422000', '105345.425000', '105345.428000', '105345.431000', '105345.433000', '105345.436000', '105345.439000', '105345.442000', '105345.445000', '105345.448000', '105345.450000', '105345.453000', '105345.456000', '105345.459000', '105345.462000', '105345.465000', '105345.467000', '105345.470000', '105345.473000', '105345.476000', '105345.479000', '105345.482000', '105345.485000', '105345.487000', '105345.490000', '105345.493000', '105345.496000', '105345.499000', '105345.502000', '105345.505000', '105405.381000', '105405.384000', '105405.387000', '105405.390000', '105405.393000', '105405.395000', '105405.398000', '105405.401000', '105405.404000', '105405.407000', '105405.410000', '105405.412000', '105405.415000', '105405.418000', '105405.421000', '105405.424000', '105405.427000', '105405.430000', '105405.433000', '105405.435000', '105405.438000', '105405.441000', '105405.444000', '105405.447000', '105405.450000', '105405.453000', '105405.456000', '105405.460000', '105405.463000', '105405.466000', '105405.468000', '105405.471000', '105405.474000', '105405.477000', '105405.480000', '105405.483000', '105405.486000', '105405.488000', '105405.491000', '105405.494000', '105405.497000', '105405.500000', '105405.503000', '105425.381000', '105425.384000', '105425.387000', '105425.390000', '105425.393000', '105425.395000', '105425.398000', '105425.401000', '105425.404000', '105425.407000', '105425.410000', '105425.413000', '105425.416000', '105425.418000', '105425.421000', '105425.424000', '105425.427000', '105425.430000', '105425.433000', '105425.436000', '105425.438000', '105425.441000', '105425.444000', '105425.447000', '105425.450000', '105425.453000', '105425.456000', '105425.458000', '105425.461000', '105425.464000', '105425.467000', '105425.470000', '105425.473000', '105425.476000', '105425.479000', '105425.481000', '105425.484000', '105425.487000', '105425.490000', '105425.493000', '105425.495000', '105425.498000', '105425.501000', '105425.504000', '105445.381000', '105445.384000', '105445.387000', '105445.389000', '105445.393000', '105445.395000', '105445.398000', '105445.401000', '105445.404000', '105445.408000', '105445.411000', '105445.413000', '105445.417000', '105445.419000', '105445.422000', '105445.425000', '105445.428000', '105445.431000', '105445.434000', '105445.437000', '105445.440000', '105445.442000', '105445.445000', '105445.448000', '105445.451000', '105445.454000', '105445.457000', '105445.459000', '105445.466000', '105445.469000', '105445.472000', '105445.475000', '105445.478000', '105445.481000', '105445.484000', '105445.487000', '105445.489000', '105445.492000', '105445.495000', '105445.498000', '105445.501000', '105445.504000', '105445.507000', '105505.381000', '105505.384000', '105505.387000', '105505.390000', '105505.393000', '105505.396000', '105505.399000', '105505.402000', '105505.404000', '105505.407000', '105505.410000', '105505.413000', '105505.416000', '105505.426000', '105505.428000', '105505.431000', '105505.434000', '105505.437000', '105505.440000', '105505.443000', '105505.445000', '105505.448000', '105505.451000', '105505.454000', '105505.457000', '105505.460000', '105505.462000', '105505.465000', '105505.468000', '105505.471000', '105505.474000', '105505.477000', '105505.480000', '105505.483000', '105505.485000', '105505.488000', '105505.491000', '105505.494000', '105505.497000', '105505.500000', '105505.503000', '105505.506000', '105505.508000', '105505.511000', '105525.381000', '105525.384000', '105525.387000', '105525.390000', '105525.393000', '105525.395000', '105525.398000', '105525.401000', '105525.404000', '105525.407000', '105525.410000', '105525.413000', '105525.416000', '105525.418000', '105525.421000', '105525.424000', '105525.427000', '105525.430000', '105525.433000', '105525.436000', '105525.438000', '105525.441000', '105525.444000', '105525.447000', '105525.450000', '105525.453000', '105525.456000', '105525.459000', '105525.461000', '105525.464000', '105525.467000', '105525.470000', '105525.473000', '105525.476000', '105525.478000', '105525.482000', '105525.484000', '105525.488000', '105525.493000', '105525.496000', '105525.499000', '105525.502000', '105525.505000', '105545.381000', '105545.384000', '105545.387000', '105545.389000', '105545.392000', '105545.395000', '105545.398000', '105545.401000', '105545.404000', '105545.407000', '105545.410000', '105545.413000', '105545.415000', '105545.418000', '105545.421000', '105545.424000', '105545.427000', '105545.430000', '105545.433000', '105545.435000', '105545.438000', '105545.441000', '105545.444000', '105545.447000', '105545.450000', '105545.453000', '105545.455000', '105545.458000', '105545.461000', '105545.464000', '105545.467000', '105545.470000', '105545.473000', '105545.475000', '105545.478000', '105545.481000', '105545.484000', '105545.487000', '105545.490000', '105545.492000', '105545.495000', '105545.498000', '105545.501000', '105545.505000', '105605.382000', '105605.385000', '105605.388000', '105605.391000', '105605.394000', '105605.397000', '105605.399000', '105605.402000', '105605.405000', '105605.408000', '105605.411000', '105605.414000', '105605.417000', '105605.419000', '105605.422000', '105605.425000', '105605.428000', '105605.431000', '105605.434000', '105605.437000', '105605.440000', '105605.442000', '105605.446000', '105605.450000', '105605.452000', '105605.455000', '105605.458000', '105605.461000', '105605.464000', '105605.467000', '105605.470000', '105605.472000', '105605.475000', '105605.478000', '105605.481000', '105605.484000', '105605.487000', '105605.489000', '105605.492000', '105605.495000', '105605.498000', '105605.501000', '105605.504000', '105625.381000', '105625.384000', '105625.387000', '105625.390000', '105625.392000', '105625.395000', '105625.398000', '105625.401000', '105625.404000', '105625.407000', '105625.410000', '105625.413000', '105625.415000', '105625.418000', '105625.421000', '105625.424000', '105625.427000', '105625.430000', '105625.433000', '105625.436000', '105625.438000', '105625.441000', '105625.444000', '105625.447000', '105625.450000', '105625.453000', '105625.456000', '105625.459000', '105625.462000', '105625.464000', '105625.467000', '105625.470000', '105625.473000', '105625.476000', '105625.479000', '105625.482000', '105625.484000', '105625.487000', '105625.503000', '105625.506000', '105625.509000', '105625.512000', '105625.515000', '105625.518000', '105645.381000', '105645.384000', '105645.387000', '105645.390000', '105645.393000', '105645.396000', '105645.398000', '105645.401000', '105645.404000', '105645.407000', '105645.410000', '105645.413000', '105645.415000', '105645.419000', '105645.421000', '105645.424000', '105645.427000', '105645.430000', '105645.433000', '105645.436000', '105645.438000', '105645.441000', '105645.444000', '105645.447000', '105645.450000', '105645.453000', '105645.456000', '105645.459000', '105645.461000', '105645.464000', '105645.467000', '105645.470000', '105645.473000', '105645.476000', '105645.478000', '105645.481000', '105645.484000', '105645.487000', '105645.490000', '105645.493000', '105645.496000', '105645.499000', '105645.501000', '105705.381000', '105705.384000', '105705.387000', '105705.390000', '105705.392000', '105705.395000', '105705.398000', '105705.401000', '105705.404000', '105705.407000', '105705.410000', '105705.413000', '105705.416000', '105705.418000', '105705.421000', '105705.424000', '105705.427000', '105705.430000', '105705.433000', '105705.436000', '105705.438000', '105705.441000', '105705.444000', '105705.447000', '105705.450000', '105705.453000', '105705.456000', '105705.458000', '105705.463000', '105705.466000', '105705.469000', '105705.472000', '105705.475000', '105705.478000', '105705.481000', '105705.483000', '105705.486000', '105705.489000', '105705.492000', '105705.495000', '105705.498000', '105705.500000', '105705.503000', '105705.506000', '105725.381000', '105725.384000', '105725.387000', '105725.390000', '105725.393000', '105725.395000', '105725.398000', '105725.401000', '105725.404000', '105725.407000', '105725.410000', '105725.413000', '105725.416000', '105725.418000', '105725.421000', '105725.424000', '105725.427000', '105725.430000', '105725.433000', '105725.435000', '105725.438000', '105725.441000', '105725.444000', '105725.447000', '105725.450000', '105725.453000', '105725.455000', '105725.458000', '105725.461000', '105725.464000', '105725.467000', '105725.469000', '105725.472000', '105725.475000', '105725.478000', '105725.481000', '105725.485000', '105725.488000', '105725.491000', '105725.494000', '105725.497000', '105725.500000', '105725.502000', '105745.381000', '105745.384000', '105745.387000', '105745.390000', '105745.393000', '105745.396000', '105745.399000', '105745.401000', '105745.404000', '105745.407000', '105745.410000', '105745.413000', '105745.416000', '105745.419000', '105745.421000', '105745.424000', '105745.427000', '105745.430000', '105745.433000', '105745.436000', '105745.439000', '105745.441000', '105745.444000', '105745.447000', '105745.450000', '105745.453000', '105745.456000', '105745.459000', '105745.461000', '105745.464000', '105745.467000', '105745.470000', '105745.473000', '105745.484000', '105745.487000', '105745.490000', '105745.493000', '105745.496000', '105745.498000', '105745.501000', '105745.504000', '105745.507000', '105745.510000', '105745.513000', '105805.382000', '105805.385000', '105805.388000', '105805.391000', '105805.393000', '105805.396000', '105805.399000', '105805.402000', '105805.405000', '105805.408000', '105805.410000', '105805.413000', '105805.416000', '105805.419000', '105805.422000', '105805.425000', '105805.427000', '105805.430000', '105805.433000', '105805.436000', '105805.439000', '105805.442000', '105805.445000', '105805.448000', '105805.450000', '105805.453000', '105805.456000', '105805.459000', '105805.462000', '105805.465000', '105805.467000', '105805.470000', '105805.473000', '105805.476000', '105805.479000', '105805.482000', '105805.485000', '105805.488000', '105805.490000', '105805.493000', '105805.496000', '105805.499000', '105805.502000', '105825.382000', '105825.385000', '105825.388000', '105825.391000', '105825.394000', '105825.396000', '105825.399000', '105825.402000', '105825.405000', '105825.408000', '105825.411000', '105825.414000', '105825.417000', '105825.420000', '105825.422000', '105825.425000', '105825.428000', '105825.431000', '105825.434000', '105825.437000', '105825.440000', '105825.443000', '105825.445000', '105825.448000', '105825.451000', '105825.454000', '105825.457000', '105825.460000', '105825.463000', '105825.466000', '105825.468000', '105825.471000', '105825.474000', '105825.477000', '105825.480000', '105825.483000', '105825.486000', '105825.488000', '105825.491000', '105825.494000', '105825.497000', '105825.500000', '105825.503000', '105825.505000', '105845.381000', '105845.384000', '105845.387000', '105845.390000', '105845.393000', '105845.396000', '105845.399000', '105845.401000', '105845.404000', '105845.407000', '105845.410000', '105845.413000', '105845.415000', '105845.418000', '105845.421000', '105845.424000', '105845.427000', '105845.430000', '105845.433000', '105845.435000', '105845.438000', '105845.441000', '105845.444000', '105845.447000', '105845.450000', '105845.452000', '105845.455000', '105845.458000', '105845.461000', '105845.464000', '105845.467000', '105845.470000', '105845.472000', '105845.475000', '105845.478000', '105845.481000', '105845.484000', '105845.487000', '105845.490000', '105845.492000', '105845.495000', '105845.498000', '105845.501000', '105905.381000', '105905.384000', '105905.387000', '105905.390000', '105905.392000', '105905.395000', '105905.398000', '105905.401000', '105905.404000', '105905.407000', '105905.410000', '105905.412000', '105905.415000', '105905.418000', '105905.421000', '105905.424000', '105905.426000', '105905.429000', '105905.432000', '105905.435000', '105905.438000', '105905.440000', '105905.443000', '105905.446000', '105905.449000', '105905.452000', '105905.454000', '105905.457000', '105905.460000', '105905.463000', '105905.466000', '105905.469000', '105905.472000', '105905.475000', '105905.477000', '105905.480000', '105905.483000', '105905.486000', '105905.489000', '105905.492000', '105905.495000', '105905.497000', '105905.500000', '105905.503000', '105925.381000', '105925.398000', '105925.401000', '105925.404000', '105925.407000', '105925.410000', '105925.412000', '105925.415000', '105925.418000', '105925.421000', '105925.423000', '105925.426000', '105925.429000', '105925.432000', '105925.435000', '105925.437000', '105925.440000', '105925.443000', '105925.446000', '105925.449000', '105925.451000', '105925.454000', '105925.457000', '105925.460000', '105925.462000', '105925.465000', '105925.468000', '105925.471000', '105925.474000', '105925.476000', '105925.479000', '105925.482000', '105925.485000', '105925.488000', '105925.491000', '105925.493000', '105925.496000', '105925.499000', '105925.502000', '105925.504000', '105925.507000', '105925.510000', '105925.513000', '105945.381000', '105945.386000', '105945.389000', '105945.392000', '105945.395000', '105945.397000', '105945.400000', '105945.403000', '105945.406000', '105945.409000', '105945.411000', '105945.414000', '105945.417000', '105945.420000', '105945.423000', '105945.426000', '105945.428000', '105945.431000', '105945.434000', '105945.437000', '105945.440000', '105945.442000', '105945.445000', '105945.448000', '105945.451000', '105945.454000', '105945.457000', '105945.459000', '105945.462000', '105945.465000', '105945.468000', '105945.471000', '105945.474000', '105945.476000', '105945.479000', '105945.482000', '105945.485000', '105945.488000', '105945.491000', '105945.493000', '105945.496000', '105945.499000', '105945.502000', '110005.382000', '110005.385000', '110005.388000', '110005.390000', '110005.393000', '110005.396000', '110005.399000', '110005.402000', '110005.404000', '110005.407000', '110005.410000', '110005.413000', '110005.416000', '110005.419000', '110005.421000', '110005.424000', '110005.427000', '110005.430000', '110005.433000', '110005.435000', '110005.438000', '110005.441000', '110005.444000', '110005.447000', '110005.450000', '110005.452000', '110005.455000', '110005.458000', '110005.461000', '110005.464000', '110005.467000', '110005.469000', '110005.472000', '110005.475000', '110005.478000', '110005.481000', '110005.483000', '110005.486000', '110005.489000', '110005.492000', '110005.494000', '110005.497000', '110005.500000', '110005.503000', '110025.382000', '110025.385000', '110025.388000', '110025.391000', '110025.393000', '110025.396000', '110025.399000', '110025.404000', '110025.408000', '110025.411000', '110025.414000', '110025.417000', '110025.420000', '110025.423000', '110025.426000', '110025.428000', '110025.431000', '110025.434000', '110025.437000', '110025.440000', '110025.442000', '110025.445000', '110025.448000', '110025.451000', '110025.454000', '110025.456000', '110025.459000', '110025.462000', '110025.465000', '110025.467000', '110025.470000', '110025.473000', '110025.476000', '110025.479000', '110025.482000', '110025.484000', '110025.487000', '110025.490000', '110025.493000', '110025.495000', '110025.498000', '110025.501000', '110025.512000', '110045.382000', '110045.385000', '110045.388000', '110045.391000', '110045.393000', '110045.396000', '110045.399000', '110045.402000', '110045.405000', '110045.407000', '110045.410000', '110045.413000', '110045.416000', '110045.419000', '110045.422000', '110045.424000', '110045.427000', '110045.430000', '110045.433000', '110045.436000', '110045.439000', '110045.441000', '110045.444000', '110045.447000', '110045.450000', '110045.452000', '110045.455000', '110045.458000', '110045.461000', '110045.464000', '110045.467000', '110045.470000', '110045.472000', '110045.475000', '110045.479000', '110045.482000', '110045.484000', '110045.487000', '110045.490000', '110045.493000', '110045.496000', '110045.499000', '110045.501000', '110045.504000', '110105.381000', '110105.384000', '110105.387000', '110105.390000', '110105.392000', '110105.395000', '110105.398000', '110105.401000', '110105.404000', '110105.406000', '110105.409000', '110105.412000', '110105.415000', '110105.418000', '110105.421000', '110105.424000', '110105.430000', '110105.433000', '110105.436000', '110105.438000', '110105.441000', '110105.444000', '110105.447000', '110105.450000', '110105.452000', '110105.455000', '110105.458000', '110105.461000', '110105.464000', '110105.466000', '110105.469000', '110105.472000', '110105.475000', '110105.478000', '110105.481000', '110105.483000', '110105.486000', '110105.489000', '110105.492000', '110105.495000', '110105.497000', '110105.500000', '110105.503000', '110125.381000', '110125.384000', '110125.387000', '110125.390000', '110125.392000', '110125.395000', '110125.398000', '110125.401000', '110125.404000', '110125.406000', '110125.409000', '110125.412000', '110125.415000', '110125.418000', '110125.421000', '110125.424000', '110125.426000', '110125.429000', '110125.432000', '110125.435000', '110125.438000', '110125.441000', '110125.443000', '110125.446000', '110125.449000', '110125.452000', '110125.455000', '110125.457000', '110125.460000', '110125.463000', '110125.466000', '110125.469000', '110125.471000', '110125.474000', '110125.477000', '110125.480000', '110125.483000', '110125.485000', '110125.488000', '110125.491000', '110125.494000', '110125.497000', '110125.499000', '110125.502000', '110145.381000', '110145.384000', '110145.387000', '110145.390000', '110145.392000', '110145.395000', '110145.398000', '110145.401000', '110145.404000', '110145.407000', '110145.410000', '110145.412000', '110145.415000', '110145.418000', '110145.421000', '110145.424000', '110145.427000', '110145.429000', '110145.432000', '110145.435000', '110145.438000', '110145.441000', '110145.443000', '110145.446000', '110145.449000', '110145.455000', '110145.458000', '110145.461000', '110145.464000', '110145.466000', '110145.469000', '110145.472000', '110145.475000', '110145.477000', '110145.480000', '110145.483000', '110145.486000', '110145.489000', '110145.507000', '110145.510000', '110145.513000', '110145.515000', '110145.518000', '110205.381000', '110205.384000', '110205.387000', '110205.390000', '110205.392000', '110205.395000', '110205.398000', '110205.401000', '110205.404000', '110205.407000', '110205.409000', '110205.412000', '110205.415000', '110205.418000', '110205.421000', '110205.423000', '110205.426000', '110205.429000', '110205.432000', '110205.435000', '110205.438000', '110205.440000', '110205.443000', '110205.446000', '110205.449000', '110205.452000', '110205.455000', '110205.457000', '110205.460000', '110205.463000', '110205.466000', '110205.468000', '110205.471000', '110205.474000', '110205.477000', '110205.480000', '110205.482000', '110205.485000', '110205.488000', '110205.491000', '110205.494000', '110205.496000', '110205.499000', '110205.502000', '110225.381000', '110225.384000', '110225.387000', '110225.390000', '110225.392000', '110225.396000', '110225.399000', '110225.402000', '110225.405000', '110225.408000', '110225.411000', '110225.413000', '110225.416000', '110225.419000', '110225.425000', '110225.428000', '110225.431000', '110225.433000', '110225.436000', '110225.439000', '110225.442000', '110225.445000', '110225.448000', '110225.451000', '110225.454000', '110225.456000', '110225.459000', '110225.462000', '110225.465000', '110225.468000', '110225.471000', '110225.473000', '110225.476000', '110225.479000', '110225.482000', '110225.485000', '110225.488000', '110225.494000', '110225.497000', '110225.500000', '110225.503000', '110225.505000', '110225.508000', '110245.382000', '110245.385000', '110245.388000', '110245.391000', '110245.393000', '110245.396000', '110245.399000', '110245.402000', '110245.405000', '110245.408000', '110245.410000', '110245.413000', '110245.416000', '110245.419000', '110245.422000', '110245.424000', '110245.427000', '110245.430000', '110245.433000', '110245.435000', '110245.438000', '110245.441000', '110245.444000', '110245.447000', '110245.449000', '110245.452000', '110245.455000', '110245.458000', '110245.461000', '110245.464000', '110245.466000', '110245.469000', '110245.472000', '110245.475000', '110245.478000', '110245.480000', '110245.483000', '110245.486000', '110245.489000', '110245.492000', '110245.494000', '110245.497000', '110245.500000', '110245.503000', '110305.382000', '110305.385000', '110305.388000', '110305.390000', '110305.393000', '110305.396000', '110305.413000', '110305.416000', '110305.419000', '110305.421000', '110305.424000', '110305.427000', '110305.430000', '110305.433000', '110305.435000', '110305.438000', '110305.441000', '110305.444000', '110305.446000', '110305.449000', '110305.452000', '110305.455000', '110305.458000', '110305.461000', '110305.463000', '110305.466000', '110305.469000', '110305.474000', '110305.478000', '110305.481000', '110305.484000', '110305.487000', '110305.490000', '110305.493000', '110305.495000', '110305.498000', '110305.501000', '110305.504000', '110305.507000', '110305.509000', '110305.512000', '110305.515000', '110305.518000', '110325.381000', '110325.384000', '110325.387000', '110325.390000', '110325.392000', '110325.395000', '110325.398000', '110325.401000', '110325.404000', '110325.406000', '110325.409000', '110325.412000', '110325.415000', '110325.417000', '110325.420000', '110325.423000', '110325.426000', '110325.429000', '110325.432000', '110325.434000', '110325.437000', '110325.440000', '110325.443000', '110325.446000', '110325.448000', '110325.451000', '110325.454000', '110325.457000', '110325.460000', '110325.462000', '110325.465000', '110325.468000', '110325.471000', '110325.474000', '110325.476000', '110325.479000', '110325.482000', '110325.485000', '110325.488000', '110325.491000', '110325.494000', '110325.497000', '110325.499000', '110325.502000', '110345.381000', '110345.384000', '110345.387000', '110345.390000', '110345.393000', '110345.395000', '110345.398000', '110345.401000', '110345.404000', '110345.407000', '110345.410000', '110345.412000', '110345.415000', '110345.418000', '110345.421000', '110345.424000', '110345.427000', '110345.429000', '110345.432000', '110345.436000', '110345.439000', '110345.442000', '110345.445000', '110345.448000', '110345.451000', '110345.454000', '110345.457000', '110345.459000', '110345.462000', '110345.465000', '110345.468000', '110345.471000', '110345.473000', '110345.476000', '110345.479000', '110345.482000', '110345.485000', '110345.489000', '110345.492000', '110345.495000', '110345.498000', '110345.501000', '110345.504000', '110346.024000', '110346.027000'], 'InstanceCreationTime': ['105145.418000', '105145.421000', '105145.424000', '105145.426000', '105145.429000', '105145.432000', '105145.435000', '105145.439000', '105145.442000', '105145.445000', '105145.448000', '105145.450000', '105145.453000', '105145.456000', '105145.459000', '105145.462000', '105145.465000', '105145.467000', '105145.470000', '105145.473000', '105145.476000', '105145.479000', '105145.481000', '105145.484000', '105145.487000', '105145.490000', '105145.493000', '105145.508000', '105145.517000', '105145.520000', '105145.523000', '105145.525000', '105145.528000', '105145.537000', '105145.540000', '105145.543000', '105145.546000', '105145.548000', '105145.551000', '105145.554000', '105145.557000', '105145.559000', '105145.562000', '105145.565000', '105145.568000', '105145.571000', '105145.573000', '105145.576000', '105145.579000', '105205.381000', '105205.384000', '105205.387000', '105205.390000', '105205.393000', '105205.396000', '105205.399000', '105205.402000', '105205.405000', '105205.408000', '105205.411000', '105205.414000', '105205.416000', '105205.419000', '105205.422000', '105205.425000', '105205.428000', '105205.430000', '105205.433000', '105205.436000', '105205.439000', '105205.442000', '105205.445000', '105205.448000', '105205.450000', '105205.453000', '105205.456000', '105205.459000', '105205.462000', '105205.464000', '105205.467000', '105205.472000', '105205.474000', '105205.477000', '105205.480000', '105205.483000', '105205.486000', '105205.488000', '105205.491000', '105205.494000', '105205.497000', '105205.500000', '105205.503000', '105225.381000', '105225.384000', '105225.387000', '105225.390000', '105225.392000', '105225.395000', '105225.398000', '105225.401000', '105225.404000', '105225.407000', '105225.410000', '105225.412000', '105225.415000', '105225.418000', '105225.421000', '105225.424000', '105225.427000', '105225.430000', '105225.433000', '105225.435000', '105225.438000', '105225.441000', '105225.444000', '105225.447000', '105225.450000', '105225.453000', '105225.455000', '105225.458000', '105225.461000', '105225.464000', '105225.467000', '105225.470000', '105225.478000', '105225.481000', '105225.484000', '105225.486000', '105225.489000', '105225.492000', '105225.495000', '105225.498000', '105225.501000', '105225.504000', '105225.506000', '105225.509000', '105245.381000', '105245.384000', '105245.387000', '105245.390000', '105245.393000', '105245.395000', '105245.398000', '105245.401000', '105245.404000', '105245.407000', '105245.410000', '105245.413000', '105245.415000', '105245.420000', '105245.424000', '105245.428000', '105245.430000', '105245.433000', '105245.436000', '105245.439000', '105245.442000', '105245.445000', '105245.448000', '105245.451000', '105245.453000', '105245.456000', '105245.459000', '105245.462000', '105245.470000', '105245.473000', '105245.476000', '105245.479000', '105245.482000', '105245.485000', '105245.488000', '105245.490000', '105245.493000', '105245.496000', '105245.499000', '105245.502000', '105245.505000', '105245.508000', '105245.510000', '105305.381000', '105305.384000', '105305.387000', '105305.389000', '105305.393000', '105305.395000', '105305.398000', '105305.401000', '105305.404000', '105305.407000', '105305.410000', '105305.412000', '105305.415000', '105305.418000', '105305.421000', '105305.424000', '105305.427000', '105305.430000', '105305.432000', '105305.435000', '105305.438000', '105305.441000', '105305.444000', '105305.452000', '105305.455000', '105305.458000', '105305.461000', '105305.464000', '105305.467000', '105305.470000', '105305.472000', '105305.475000', '105305.478000', '105305.481000', '105305.484000', '105305.487000', '105305.490000', '105305.493000', '105305.495000', '105305.498000', '105305.501000', '105305.504000', '105305.507000', '105305.510000', '105325.381000', '105325.384000', '105325.387000', '105325.390000', '105325.393000', '105325.395000', '105325.399000', '105325.401000', '105325.404000', '105325.407000', '105325.410000', '105325.413000', '105325.416000', '105325.418000', '105325.421000', '105325.424000', '105325.427000', '105325.430000', '105325.433000', '105325.438000', '105325.442000', '105325.445000', '105325.447000', '105325.450000', '105325.453000', '105325.456000', '105325.459000', '105325.462000', '105325.465000', '105325.467000', '105325.470000', '105325.486000', '105325.489000', '105325.492000', '105325.495000', '105325.498000', '105325.501000', '105325.504000', '105325.506000', '105325.509000', '105325.516000', '105325.519000', '105325.522000', '105345.382000', '105345.385000', '105345.388000', '105345.391000', '105345.394000', '105345.396000', '105345.399000', '105345.402000', '105345.405000', '105345.408000', '105345.411000', '105345.414000', '105345.416000', '105345.419000', '105345.422000', '105345.425000', '105345.428000', '105345.431000', '105345.433000', '105345.436000', '105345.439000', '105345.442000', '105345.445000', '105345.448000', '105345.450000', '105345.453000', '105345.456000', '105345.459000', '105345.462000', '105345.465000', '105345.467000', '105345.470000', '105345.473000', '105345.476000', '105345.479000', '105345.482000', '105345.485000', '105345.487000', '105345.490000', '105345.493000', '105345.496000', '105345.499000', '105345.502000', '105345.505000', '105405.381000', '105405.384000', '105405.387000', '105405.390000', '105405.393000', '105405.395000', '105405.398000', '105405.401000', '105405.404000', '105405.407000', '105405.410000', '105405.412000', '105405.415000', '105405.418000', '105405.421000', '105405.424000', '105405.427000', '105405.430000', '105405.433000', '105405.435000', '105405.438000', '105405.441000', '105405.444000', '105405.447000', '105405.450000', '105405.453000', '105405.456000', '105405.460000', '105405.463000', '105405.466000', '105405.468000', '105405.471000', '105405.474000', '105405.477000', '105405.480000', '105405.483000', '105405.486000', '105405.488000', '105405.491000', '105405.494000', '105405.497000', '105405.500000', '105405.503000', '105425.381000', '105425.384000', '105425.387000', '105425.390000', '105425.393000', '105425.395000', '105425.398000', '105425.401000', '105425.404000', '105425.407000', '105425.410000', '105425.413000', '105425.416000', '105425.418000', '105425.421000', '105425.424000', '105425.427000', '105425.430000', '105425.433000', '105425.436000', '105425.438000', '105425.441000', '105425.444000', '105425.447000', '105425.450000', '105425.453000', '105425.456000', '105425.458000', '105425.461000', '105425.464000', '105425.467000', '105425.470000', '105425.473000', '105425.476000', '105425.479000', '105425.481000', '105425.484000', '105425.487000', '105425.490000', '105425.493000', '105425.495000', '105425.498000', '105425.501000', '105425.504000', '105445.381000', '105445.384000', '105445.387000', '105445.389000', '105445.393000', '105445.395000', '105445.398000', '105445.401000', '105445.404000', '105445.408000', '105445.411000', '105445.413000', '105445.417000', '105445.419000', '105445.422000', '105445.425000', '105445.428000', '105445.431000', '105445.434000', '105445.437000', '105445.440000', '105445.442000', '105445.445000', '105445.448000', '105445.451000', '105445.454000', '105445.457000', '105445.459000', '105445.466000', '105445.469000', '105445.472000', '105445.475000', '105445.478000', '105445.481000', '105445.484000', '105445.487000', '105445.489000', '105445.492000', '105445.495000', '105445.498000', '105445.501000', '105445.504000', '105445.507000', '105505.381000', '105505.384000', '105505.387000', '105505.390000', '105505.393000', '105505.396000', '105505.399000', '105505.402000', '105505.404000', '105505.407000', '105505.410000', '105505.413000', '105505.416000', '105505.426000', '105505.428000', '105505.431000', '105505.434000', '105505.437000', '105505.440000', '105505.443000', '105505.445000', '105505.448000', '105505.451000', '105505.454000', '105505.457000', '105505.460000', '105505.462000', '105505.465000', '105505.468000', '105505.471000', '105505.474000', '105505.477000', '105505.480000', '105505.483000', '105505.485000', '105505.488000', '105505.491000', '105505.494000', '105505.497000', '105505.500000', '105505.503000', '105505.506000', '105505.508000', '105505.511000', '105525.381000', '105525.384000', '105525.387000', '105525.390000', '105525.393000', '105525.395000', '105525.398000', '105525.401000', '105525.404000', '105525.407000', '105525.410000', '105525.413000', '105525.416000', '105525.418000', '105525.421000', '105525.424000', '105525.427000', '105525.430000', '105525.433000', '105525.436000', '105525.438000', '105525.441000', '105525.444000', '105525.447000', '105525.450000', '105525.453000', '105525.456000', '105525.459000', '105525.461000', '105525.464000', '105525.467000', '105525.470000', '105525.473000', '105525.476000', '105525.478000', '105525.482000', '105525.484000', '105525.488000', '105525.493000', '105525.496000', '105525.499000', '105525.502000', '105525.505000', '105545.381000', '105545.384000', '105545.387000', '105545.389000', '105545.392000', '105545.395000', '105545.398000', '105545.401000', '105545.404000', '105545.407000', '105545.410000', '105545.413000', '105545.415000', '105545.418000', '105545.421000', '105545.424000', '105545.427000', '105545.430000', '105545.433000', '105545.435000', '105545.438000', '105545.441000', '105545.444000', '105545.447000', '105545.450000', '105545.453000', '105545.455000', '105545.458000', '105545.461000', '105545.464000', '105545.467000', '105545.470000', '105545.473000', '105545.475000', '105545.478000', '105545.481000', '105545.484000', '105545.487000', '105545.490000', '105545.492000', '105545.495000', '105545.498000', '105545.501000', '105545.505000', '105605.382000', '105605.385000', '105605.388000', '105605.391000', '105605.394000', '105605.397000', '105605.399000', '105605.402000', '105605.405000', '105605.408000', '105605.411000', '105605.414000', '105605.417000', '105605.419000', '105605.422000', '105605.425000', '105605.428000', '105605.431000', '105605.434000', '105605.437000', '105605.440000', '105605.442000', '105605.446000', '105605.450000', '105605.452000', '105605.455000', '105605.458000', '105605.461000', '105605.464000', '105605.467000', '105605.470000', '105605.472000', '105605.475000', '105605.478000', '105605.481000', '105605.484000', '105605.487000', '105605.489000', '105605.492000', '105605.495000', '105605.498000', '105605.501000', '105605.504000', '105625.381000', '105625.384000', '105625.387000', '105625.390000', '105625.392000', '105625.395000', '105625.398000', '105625.401000', '105625.404000', '105625.407000', '105625.410000', '105625.413000', '105625.415000', '105625.418000', '105625.421000', '105625.424000', '105625.427000', '105625.430000', '105625.433000', '105625.436000', '105625.438000', '105625.441000', '105625.444000', '105625.447000', '105625.450000', '105625.453000', '105625.456000', '105625.459000', '105625.462000', '105625.464000', '105625.467000', '105625.470000', '105625.473000', '105625.476000', '105625.479000', '105625.482000', '105625.484000', '105625.487000', '105625.503000', '105625.506000', '105625.509000', '105625.512000', '105625.515000', '105625.518000', '105645.381000', '105645.384000', '105645.387000', '105645.390000', '105645.393000', '105645.396000', '105645.398000', '105645.401000', '105645.404000', '105645.407000', '105645.410000', '105645.413000', '105645.415000', '105645.419000', '105645.421000', '105645.424000', '105645.427000', '105645.430000', '105645.433000', '105645.436000', '105645.438000', '105645.441000', '105645.444000', '105645.447000', '105645.450000', '105645.453000', '105645.456000', '105645.459000', '105645.461000', '105645.464000', '105645.467000', '105645.470000', '105645.473000', '105645.476000', '105645.478000', '105645.481000', '105645.484000', '105645.487000', '105645.490000', '105645.493000', '105645.496000', '105645.499000', '105645.501000', '105705.381000', '105705.384000', '105705.387000', '105705.390000', '105705.392000', '105705.395000', '105705.398000', '105705.401000', '105705.404000', '105705.407000', '105705.410000', '105705.413000', '105705.416000', '105705.418000', '105705.421000', '105705.424000', '105705.427000', '105705.430000', '105705.433000', '105705.436000', '105705.438000', '105705.441000', '105705.444000', '105705.447000', '105705.450000', '105705.453000', '105705.456000', '105705.458000', '105705.463000', '105705.466000', '105705.469000', '105705.472000', '105705.475000', '105705.478000', '105705.481000', '105705.483000', '105705.486000', '105705.489000', '105705.492000', '105705.495000', '105705.498000', '105705.500000', '105705.503000', '105705.506000', '105725.381000', '105725.384000', '105725.387000', '105725.390000', '105725.393000', '105725.395000', '105725.398000', '105725.401000', '105725.404000', '105725.407000', '105725.410000', '105725.413000', '105725.416000', '105725.418000', '105725.421000', '105725.424000', '105725.427000', '105725.430000', '105725.433000', '105725.435000', '105725.438000', '105725.441000', '105725.444000', '105725.447000', '105725.450000', '105725.453000', '105725.455000', '105725.458000', '105725.461000', '105725.464000', '105725.467000', '105725.469000', '105725.472000', '105725.475000', '105725.478000', '105725.481000', '105725.485000', '105725.488000', '105725.491000', '105725.494000', '105725.497000', '105725.500000', '105725.502000', '105745.381000', '105745.384000', '105745.387000', '105745.390000', '105745.393000', '105745.396000', '105745.399000', '105745.401000', '105745.404000', '105745.407000', '105745.410000', '105745.413000', '105745.416000', '105745.419000', '105745.421000', '105745.424000', '105745.427000', '105745.430000', '105745.433000', '105745.436000', '105745.439000', '105745.441000', '105745.444000', '105745.447000', '105745.450000', '105745.453000', '105745.456000', '105745.459000', '105745.461000', '105745.464000', '105745.467000', '105745.470000', '105745.473000', '105745.484000', '105745.487000', '105745.490000', '105745.493000', '105745.496000', '105745.498000', '105745.501000', '105745.504000', '105745.507000', '105745.510000', '105745.513000', '105805.382000', '105805.385000', '105805.388000', '105805.391000', '105805.393000', '105805.396000', '105805.399000', '105805.402000', '105805.405000', '105805.408000', '105805.410000', '105805.413000', '105805.416000', '105805.419000', '105805.422000', '105805.425000', '105805.427000', '105805.430000', '105805.433000', '105805.436000', '105805.439000', '105805.442000', '105805.445000', '105805.448000', '105805.450000', '105805.453000', '105805.456000', '105805.459000', '105805.462000', '105805.465000', '105805.467000', '105805.470000', '105805.473000', '105805.476000', '105805.479000', '105805.482000', '105805.485000', '105805.488000', '105805.490000', '105805.493000', '105805.496000', '105805.499000', '105805.502000', '105825.382000', '105825.385000', '105825.388000', '105825.391000', '105825.394000', '105825.396000', '105825.399000', '105825.402000', '105825.405000', '105825.408000', '105825.411000', '105825.414000', '105825.417000', '105825.420000', '105825.422000', '105825.425000', '105825.428000', '105825.431000', '105825.434000', '105825.437000', '105825.440000', '105825.443000', '105825.445000', '105825.448000', '105825.451000', '105825.454000', '105825.457000', '105825.460000', '105825.463000', '105825.466000', '105825.468000', '105825.471000', '105825.474000', '105825.477000', '105825.480000', '105825.483000', '105825.486000', '105825.488000', '105825.491000', '105825.494000', '105825.497000', '105825.500000', '105825.503000', '105825.505000', '105845.381000', '105845.384000', '105845.387000', '105845.390000', '105845.393000', '105845.396000', '105845.399000', '105845.401000', '105845.404000', '105845.407000', '105845.410000', '105845.413000', '105845.415000', '105845.418000', '105845.421000', '105845.424000', '105845.427000', '105845.430000', '105845.433000', '105845.435000', '105845.438000', '105845.441000', '105845.444000', '105845.447000', '105845.450000', '105845.452000', '105845.455000', '105845.458000', '105845.461000', '105845.464000', '105845.467000', '105845.470000', '105845.472000', '105845.475000', '105845.478000', '105845.481000', '105845.484000', '105845.487000', '105845.490000', '105845.492000', '105845.495000', '105845.498000', '105845.501000', '105905.381000', '105905.384000', '105905.387000', '105905.390000', '105905.392000', '105905.395000', '105905.398000', '105905.401000', '105905.404000', '105905.407000', '105905.410000', '105905.412000', '105905.415000', '105905.418000', '105905.421000', '105905.424000', '105905.426000', '105905.429000', '105905.432000', '105905.435000', '105905.438000', '105905.440000', '105905.443000', '105905.446000', '105905.449000', '105905.452000', '105905.454000', '105905.457000', '105905.460000', '105905.463000', '105905.466000', '105905.469000', '105905.472000', '105905.475000', '105905.477000', '105905.480000', '105905.483000', '105905.486000', '105905.489000', '105905.492000', '105905.495000', '105905.497000', '105905.500000', '105905.503000', '105925.381000', '105925.398000', '105925.401000', '105925.404000', '105925.407000', '105925.410000', '105925.412000', '105925.415000', '105925.418000', '105925.421000', '105925.423000', '105925.426000', '105925.429000', '105925.432000', '105925.435000', '105925.437000', '105925.440000', '105925.443000', '105925.446000', '105925.449000', '105925.451000', '105925.454000', '105925.457000', '105925.460000', '105925.462000', '105925.465000', '105925.468000', '105925.471000', '105925.474000', '105925.476000', '105925.479000', '105925.482000', '105925.485000', '105925.488000', '105925.491000', '105925.493000', '105925.496000', '105925.499000', '105925.502000', '105925.504000', '105925.507000', '105925.510000', '105925.513000', '105945.381000', '105945.386000', '105945.389000', '105945.392000', '105945.395000', '105945.397000', '105945.400000', '105945.403000', '105945.406000', '105945.409000', '105945.411000', '105945.414000', '105945.417000', '105945.420000', '105945.423000', '105945.426000', '105945.428000', '105945.431000', '105945.434000', '105945.437000', '105945.440000', '105945.442000', '105945.445000', '105945.448000', '105945.451000', '105945.454000', '105945.457000', '105945.459000', '105945.462000', '105945.465000', '105945.468000', '105945.471000', '105945.474000', '105945.476000', '105945.479000', '105945.482000', '105945.485000', '105945.488000', '105945.491000', '105945.493000', '105945.496000', '105945.499000', '105945.502000', '110005.382000', '110005.385000', '110005.388000', '110005.390000', '110005.393000', '110005.396000', '110005.399000', '110005.402000', '110005.404000', '110005.407000', '110005.410000', '110005.413000', '110005.416000', '110005.419000', '110005.421000', '110005.424000', '110005.427000', '110005.430000', '110005.433000', '110005.435000', '110005.438000', '110005.441000', '110005.444000', '110005.447000', '110005.450000', '110005.452000', '110005.455000', '110005.458000', '110005.461000', '110005.464000', '110005.467000', '110005.469000', '110005.472000', '110005.475000', '110005.478000', '110005.481000', '110005.483000', '110005.486000', '110005.489000', '110005.492000', '110005.494000', '110005.497000', '110005.500000', '110005.503000', '110025.382000', '110025.385000', '110025.388000', '110025.391000', '110025.393000', '110025.396000', '110025.399000', '110025.404000', '110025.408000', '110025.411000', '110025.414000', '110025.417000', '110025.420000', '110025.423000', '110025.426000', '110025.428000', '110025.431000', '110025.434000', '110025.437000', '110025.440000', '110025.442000', '110025.445000', '110025.448000', '110025.451000', '110025.454000', '110025.456000', '110025.459000', '110025.462000', '110025.465000', '110025.467000', '110025.470000', '110025.473000', '110025.476000', '110025.479000', '110025.482000', '110025.484000', '110025.487000', '110025.490000', '110025.493000', '110025.495000', '110025.498000', '110025.501000', '110025.512000', '110045.382000', '110045.385000', '110045.388000', '110045.391000', '110045.393000', '110045.396000', '110045.399000', '110045.402000', '110045.405000', '110045.407000', '110045.410000', '110045.413000', '110045.416000', '110045.419000', '110045.422000', '110045.424000', '110045.427000', '110045.430000', '110045.433000', '110045.436000', '110045.439000', '110045.441000', '110045.444000', '110045.447000', '110045.450000', '110045.452000', '110045.455000', '110045.458000', '110045.461000', '110045.464000', '110045.467000', '110045.470000', '110045.472000', '110045.475000', '110045.479000', '110045.482000', '110045.484000', '110045.487000', '110045.490000', '110045.493000', '110045.496000', '110045.499000', '110045.501000', '110045.504000', '110105.381000', '110105.384000', '110105.387000', '110105.390000', '110105.392000', '110105.395000', '110105.398000', '110105.401000', '110105.404000', '110105.406000', '110105.409000', '110105.412000', '110105.415000', '110105.418000', '110105.421000', '110105.424000', '110105.430000', '110105.433000', '110105.436000', '110105.438000', '110105.441000', '110105.444000', '110105.447000', '110105.450000', '110105.452000', '110105.455000', '110105.458000', '110105.461000', '110105.464000', '110105.466000', '110105.469000', '110105.472000', '110105.475000', '110105.478000', '110105.481000', '110105.483000', '110105.486000', '110105.489000', '110105.492000', '110105.495000', '110105.497000', '110105.500000', '110105.503000', '110125.381000', '110125.384000', '110125.387000', '110125.390000', '110125.392000', '110125.395000', '110125.398000', '110125.401000', '110125.404000', '110125.406000', '110125.409000', '110125.412000', '110125.415000', '110125.418000', '110125.421000', '110125.424000', '110125.426000', '110125.429000', '110125.432000', '110125.435000', '110125.438000', '110125.441000', '110125.443000', '110125.446000', '110125.449000', '110125.452000', '110125.455000', '110125.457000', '110125.460000', '110125.463000', '110125.466000', '110125.469000', '110125.471000', '110125.474000', '110125.477000', '110125.480000', '110125.483000', '110125.485000', '110125.488000', '110125.491000', '110125.494000', '110125.497000', '110125.499000', '110125.502000', '110145.381000', '110145.384000', '110145.387000', '110145.390000', '110145.392000', '110145.395000', '110145.398000', '110145.401000', '110145.404000', '110145.407000', '110145.410000', '110145.412000', '110145.415000', '110145.418000', '110145.421000', '110145.424000', '110145.427000', '110145.429000', '110145.432000', '110145.435000', '110145.438000', '110145.441000', '110145.443000', '110145.446000', '110145.449000', '110145.455000', '110145.458000', '110145.461000', '110145.464000', '110145.466000', '110145.469000', '110145.472000', '110145.475000', '110145.477000', '110145.480000', '110145.483000', '110145.486000', '110145.489000', '110145.507000', '110145.510000', '110145.513000', '110145.515000', '110145.518000', '110205.381000', '110205.384000', '110205.387000', '110205.390000', '110205.392000', '110205.395000', '110205.398000', '110205.401000', '110205.404000', '110205.407000', '110205.409000', '110205.412000', '110205.415000', '110205.418000', '110205.421000', '110205.423000', '110205.426000', '110205.429000', '110205.432000', '110205.435000', '110205.438000', '110205.440000', '110205.443000', '110205.446000', '110205.449000', '110205.452000', '110205.455000', '110205.457000', '110205.460000', '110205.463000', '110205.466000', '110205.468000', '110205.471000', '110205.474000', '110205.477000', '110205.480000', '110205.482000', '110205.485000', '110205.488000', '110205.491000', '110205.494000', '110205.496000', '110205.499000', '110205.502000', '110225.381000', '110225.384000', '110225.387000', '110225.390000', '110225.392000', '110225.396000', '110225.399000', '110225.402000', '110225.405000', '110225.408000', '110225.411000', '110225.413000', '110225.416000', '110225.419000', '110225.425000', '110225.428000', '110225.431000', '110225.433000', '110225.436000', '110225.439000', '110225.442000', '110225.445000', '110225.448000', '110225.451000', '110225.454000', '110225.456000', '110225.459000', '110225.462000', '110225.465000', '110225.468000', '110225.471000', '110225.473000', '110225.476000', '110225.479000', '110225.482000', '110225.485000', '110225.488000', '110225.494000', '110225.497000', '110225.500000', '110225.503000', '110225.505000', '110225.508000', '110245.382000', '110245.385000', '110245.388000', '110245.391000', '110245.393000', '110245.396000', '110245.399000', '110245.402000', '110245.405000', '110245.408000', '110245.410000', '110245.413000', '110245.416000', '110245.419000', '110245.422000', '110245.424000', '110245.427000', '110245.430000', '110245.433000', '110245.435000', '110245.438000', '110245.441000', '110245.444000', '110245.447000', '110245.449000', '110245.452000', '110245.455000', '110245.458000', '110245.461000', '110245.464000', '110245.466000', '110245.469000', '110245.472000', '110245.475000', '110245.478000', '110245.480000', '110245.483000', '110245.486000', '110245.489000', '110245.492000', '110245.494000', '110245.497000', '110245.500000', '110245.503000', '110305.382000', '110305.385000', '110305.388000', '110305.390000', '110305.393000', '110305.396000', '110305.413000', '110305.416000', '110305.419000', '110305.421000', '110305.424000', '110305.427000', '110305.430000', '110305.433000', '110305.435000', '110305.438000', '110305.441000', '110305.444000', '110305.446000', '110305.449000', '110305.452000', '110305.455000', '110305.458000', '110305.461000', '110305.463000', '110305.466000', '110305.469000', '110305.474000', '110305.478000', '110305.481000', '110305.484000', '110305.487000', '110305.490000', '110305.493000', '110305.495000', '110305.498000', '110305.501000', '110305.504000', '110305.507000', '110305.509000', '110305.512000', '110305.515000', '110305.518000', '110325.381000', '110325.384000', '110325.387000', '110325.390000', '110325.392000', '110325.395000', '110325.398000', '110325.401000', '110325.404000', '110325.406000', '110325.409000', '110325.412000', '110325.415000', '110325.417000', '110325.420000', '110325.423000', '110325.426000', '110325.429000', '110325.432000', '110325.434000', '110325.437000', '110325.440000', '110325.443000', '110325.446000', '110325.448000', '110325.451000', '110325.454000', '110325.457000', '110325.460000', '110325.462000', '110325.465000', '110325.468000', '110325.471000', '110325.474000', '110325.476000', '110325.479000', '110325.482000', '110325.485000', '110325.488000', '110325.491000', '110325.494000', '110325.497000', '110325.499000', '110325.502000', '110345.381000', '110345.384000', '110345.387000', '110345.390000', '110345.393000', '110345.395000', '110345.398000', '110345.401000', '110345.404000', '110345.407000', '110345.410000', '110345.412000', '110345.415000', '110345.418000', '110345.421000', '110345.424000', '110345.427000', '110345.429000', '110345.432000', '110345.436000', '110345.439000', '110345.442000', '110345.445000', '110345.448000', '110345.451000', '110345.454000', '110345.457000', '110345.459000', '110345.462000', '110345.465000', '110345.468000', '110345.471000', '110345.473000', '110345.476000', '110345.479000', '110345.482000', '110345.485000', '110345.489000', '110345.492000', '110345.495000', '110345.498000', '110345.501000', '110345.504000', '110346.024000', '110346.027000'], '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': [11663, 9571, 13098, 13281, 12715, 14194, 11637, 13337, 10753, 9028, 7708, 8398, 7288, 8263, 9097, 8413, 9441, 8798, 8985, 11508, 9392, 8374, 12455, 8802, 8474, 12342, 12002, 13807, 10694, 9180, 10104, 8010, 8316, 8461, 8387, 9286, 8582, 9891, 8641, 9713, 7725, 8017, 8451, 7966, 7858, 8366, 7823, 8699, 8257, 8235, 9574, 8583, 7931, 10634, 8570, 11151, 9970, 10974, 9896, 9786, 11606, 8794, 11909, 8133, 8088, 9021, 8322, 11081, 8721, 9481, 8782, 8631, 9020, 8548, 8619, 8573, 8463, 8471, 8497, 8159, 10235, 8673, 11224, 8578, 8735, 12948, 10571, 7998, 8069, 8562, 10320, 7889, 8259, 8840, 9860, 13842, 12091, 8247, 7976, 8461, 9014, 8046, 8258, 8797, 8074, 8207, 7991, 8123, 8658, 8844, 10478, 8189, 9394, 12749, 9868, 11817, 8410, 8440, 12040, 7695, 8370, 9278, 8106, 8205, 7658, 8016, 9889, 7374, 7819, 9117, 8457, 7642, 8059, 7537, 13505, 11384, 13682, 11098, 11014, 12640, 12495, 14569, 11868, 11190, 9844, 9206, 9243, 7817, 8604, 7651, 8800, 8872, 7951, 8244, 7679, 8080, 8052, 8076, 8286, 7883, 8083, 7913, 8565, 7807, 8139, 8309, 8484, 8797, 8799, 10474, 9057, 11035, 9007, 11622, 8935, 9676, 8005, 8167, 7732, 7868, 8249, 7854, 8058, 8418, 8393, 10115, 7835, 8534, 7853, 8316, 8372, 7687, 12277, 9261, 8212, 7930, 8197, 9579, 7718, 7917, 7881, 8096, 12257, 8518, 10310, 7738, 9016, 7978, 8152, 9383, 8650, 11268, 7963, 8368, 7981, 8152, 8370, 7910, 7907, 8326, 9074, 8494, 8969, 8802, 8616, 9286, 8533, 11024, 8972, 8337, 11334, 9102, 12457, 11539, 8405, 11041, 8959, 8340, 8650, 8810, 8183, 12116, 8852, 8045, 8803, 8655, 12513, 9609, 11559, 14698, 11773, 8348, 9662, 8496, 8374, 8571, 8092, 11659, 9438, 9524, 13447, 8737, 9550, 8771, 7923, 9203, 8927, 8222, 9516, 8519, 8191, 9111, 8130, 7820, 8943, 8126, 8030, 8278, 8204, 7725, 8621, 8047, 10726, 9266, 10971, 9505, 8004, 12718, 8837, 9543, 11173, 11563, 13909, 11000, 8034, 10580, 8803, 9330, 9242, 10187, 14247, 10899, 8176, 8389, 8586, 8310, 8998, 8065, 10703, 8850, 8353, 8629, 8342, 8112, 8591, 7796, 10247, 9289, 10319, 12673, 8659, 7853, 8085, 7898, 8242, 10215, 8195, 12094, 11055, 8304, 12700, 8242, 10371, 8278, 8094, 11627, 8999, 12835, 9237, 8081, 8626, 7894, 8158, 7852, 8130, 8477, 7852, 8011, 8506, 7944, 7731, 7675, 8115, 9463, 8124, 8178, 8472, 8269, 9230, 8363, 10790, 8275, 8673, 8018, 7863, 8772, 8216, 8099, 7995, 8405, 9094, 7887, 8048, 7936, 8063, 8995, 7962, 8390, 8374, 7997, 8834, 7943, 8005, 7908, 8307, 10096, 7878, 8483, 8197, 8141, 9400, 8332, 12079, 10002, 8008, 9375, 8071, 11726, 7978, 8912, 8166, 8206, 12442, 8559, 10823, 7743, 9127, 8150, 8030, 11665, 8420, 11378, 7952, 8212, 8369, 8419, 11307, 7962, 8249, 8363, 8053, 9240, 7941, 11034, 9656, 8412, 12208, 8592, 12372, 9267, 12207, 9834, 8817, 9190, 7969, 8712, 8061, 7945, 7946, 8096, 8980, 8071, 8418, 8210, 7782, 9037, 8141, 9128, 9382, 9239, 10226, 8374, 11934, 8872, 12814, 10303, 13056, 11034, 10634, 8082, 8006, 8657, 8519, 9939, 7691, 8413, 8061, 8281, 7871, 7859, 8070, 8006, 8708, 9937, 7938, 8261, 9227, 8848, 11105, 8401, 10131, 9691, 9433, 13062, 10189, 10979, 7899, 8071, 8421, 7787, 8329, 8259, 7980, 8085, 7994, 9019, 8117, 7672, 8202, 8579, 8516, 8614, 9664, 12746, 11050, 11580, 8941, 8674, 8825, 8440, 11456, 8971, 13105, 9995, 8924, 7925, 7972, 8120, 8159, 8972, 8934, 7893, 7693, 8009, 8704, 8776, 8558, 7705, 8252, 8230, 8691, 8247, 7737, 8168, 8226, 8352, 8999, 8468, 10551, 8551, 9199, 7769, 8290, 7904, 8118, 10083, 8408, 10443, 8117, 7978, 7829, 8047, 8234, 8355, 9326, 8620, 8885, 7855, 8193, 8243, 8984, 11092, 9950, 11872, 9106, 12158, 8653, 11182, 8505, 10568, 8800, 9288, 7775, 8235, 8078, 7981, 8025, 8085, 8588, 8040, 8407, 8237, 8350, 8503, 8219, 9121, 8240, 10599, 8881, 10112, 7648, 8211, 8478, 8299, 8849, 8536, 8772, 8218, 9389, 7974, 8152, 7769, 8061, 8269, 8164, 8334, 8488, 8224, 8956, 8083, 8263, 8100, 8422, 8951, 8713, 11143, 9522, 11104, 8554, 7960, 9120, 8489, 12042, 8718, 8289, 9674, 8267, 11071, 8240, 10428, 8638, 11435, 12516, 11320, 13000, 11634, 12529, 10421, 12243, 9984, 11314, 9688, 8696, 12346, 8447, 9690, 8516, 8831, 8663, 8862, 8782, 11494, 8350, 8817, 8314, 8177, 8688, 8321, 8134, 7860, 8338, 7923, 8401, 8720, 8488, 8860, 8878, 10727, 8744, 8370, 8758, 8264, 12316, 9402, 12180, 9164, 11313, 8323, 9486, 8077, 8789, 8306, 8998, 8796, 11218, 7678, 8072, 7733, 8261, 8495, 8083, 8344, 8200, 8001, 8431, 8262, 7841, 8805, 8213, 8682, 8330, 9216, 8361, 8881, 8425, 8751, 8287, 8539, 7931, 8343, 8738, 8107, 8020, 7892, 8254, 8344, 8600, 9689, 8367, 10058, 8137, 8001, 9226, 8144, 10602, 8981, 11633, 10042, 10744, 11269, 8224, 11581, 7994, 8579, 8092, 8344, 11565, 9779, 12362, 10414, 8507, 10126, 8656, 11834, 9212, 12518, 10200, 12418, 7757, 9157, 7990, 8142, 8533, 8405, 10399, 7801, 8318, 8044, 8111, 8822, 8714, 9774, 7795, 8277, 8549, 8457, 11186, 8743, 12208, 9833, 11254, 9022, 8399, 9104, 8972, 12027, 8898, 12378, 7875, 8031, 7859, 8027, 9060, 8591, 9092, 8036, 8019, 8681, 8243, 9639, 8681, 11242, 8824, 12204, 10171, 12845, 10420, 8121, 7860, 7950, 8832, 8582, 8443, 8520, 8213, 7976, 7870, 7736, 7889, 8546, 8135, 9051, 7740, 9120, 8245, 9272, 8727, 10285, 8607, 10939, 8639, 9039, 7780, 8125, 8583, 8106, 8889, 8305, 9228, 8143, 8191, 8014, 8296, 8465, 8282, 9155, 8287, 8257, 7952, 8563, 8483, 8279, 9715, 7792, 8382, 9114, 8184, 9842, 8784, 10298, 7993, 8100, 9024, 8138, 9695, 8174, 10407, 8625, 10625, 8645, 7942, 9955, 8297, 8515, 8096, 8302, 8793, 8084, 11587, 9545, 11927, 9830, 9533, 11217, 9073, 12132, 10165, 12608, 9893, 12478, 9510, 12021, 8910, 11644, 7782, 8902, 7993, 8472, 9233, 8799, 9319, 8087, 8269, 9053, 8583, 8866, 8408, 9134, 8773, 10369, 11976, 9121, 12366, 8958, 11448, 8739, 10090, 9004, 12112, 9233, 9572, 7883, 8219, 8889, 8695, 8810, 7848, 8107, 8382, 8937, 10822, 7527, 7988, 8007, 8472, 9211, 9189, 11811, 10031, 9029, 11984, 9295, 11489, 8122, 8445, 8363, 9233, 11740, 8261, 8021, 8982, 7838, 8451, 12077, 8239, 7677, 10823, 8165, 8658, 9360, 8105, 9131, 13956, 11450, 11049, 11365, 9203, 11952, 8305, 9968, 8070, 8740, 9084, 9070, 9241, 8394, 8033, 8093, 9035, 8799, 8120, 8178, 9287, 7679, 7508, 8249, 8280, 9917, 9005, 10330, 9204, 11173, 9961, 10057, 11025, 9319, 12257, 10460, 12321, 10025, 10868, 13390, 11287, 8949, 8396, 8706, 9263, 9228, 10625, 8222, 9576, 10644, 8796, 11880, 8714, 10040, 8132, 8471, 12435, 9842, 12821, 9698, 12812, 9942, 11795, 8660, 10772, 9672, 8855, 12987, 7933, 7657, 8082, 8256, 8260, 8777, 9142, 9047, 9968, 8185, 7653, 8295, 7769, 8602, 7951, 8879, 8674, 10060, 8623, 7838, 7968, 7856, 8910, 7955, 8046, 7795, 8207, 10113, 8305, 8150, 8087, 10538, 8587, 11695, 9717, 11968, 11517, 10020, 8790, 8490, 10016, 8878, 12249, 9103, 7737, 8250, 8635, 8275, 8444, 7971, 8331, 8294, 9228, 8717, 10862, 9054, 11790, 9317, 11633, 9763, 9578, 8157, 8625, 8894, 8820, 9882, 8794, 9474, 7903, 8265, 8286, 8754, 8917, 8986, 9187, 8818, 10677, 8913, 9126, 8908, 8767, 8151, 7919, 8073, 8121, 8916, 8326, 8770, 7757, 7885, 8018, 8073, 9263, 7735, 7741, 8376, 8409, 9845, 8924, 10064, 8760, 11200, 9410, 11889, 10931, 11211, 8842, 8138, 8359, 8823, 10781, 7688, 8064, 7870, 7925, 7777, 7624, 7674, 8700, 11931, 9881, 12287, 10984, 11479, 11001, 9258, 12169, 9530, 12749, 10413, 13082, 11358, 13099, 12043, 12166, 12557, 10813, 13560, 10856, 11925, 8993, 8902, 11496, 8922, 11628, 7589, 8669, 8344, 8841, 8988, 7918, 8114, 7993, 8662, 8842, 8668, 8617, 8847, 8133, 8714, 7798, 8163, 7942, 8270, 8202, 8648, 8774, 7479, 7916, 8526, 8744, 7457, 7817, 8281, 7906, 8163, 7914, 8000, 9579, 8491, 10053, 8959, 8974, 10445, 8214, 10110, 10330, 8386, 11438, 9109, 12431, 12044, 10902, 12177, 8795, 11665, 9451, 10882, 10655, 9479, 12995, 10714, 11352, 7902, 8220, 9231, 8881, 9342, 8095, 8164, 8884, 8584, 10553, 8103, 8181, 9377, 8816, 11281, 8007, 10802, 11371, 10250, 12695, 8832, 10452, 7937, 8283, 8278, 8744, 8934, 8044, 7772, 8295, 8418, 8934, 9029, 7840, 7941, 8073, 8704, 8800, 8260, 8122, 7768, 8599, 7939, 7898, 7990, 7642, 7788, 8205, 7806, 8180, 8150, 8194, 9964, 8020, 10015, 9790, 9175, 9594, 8240, 11037, 8732, 12074, 10280, 10182, 8737, 8586, 10433, 8646, 8751, 8075, 8531, 9632, 8218, 7683, 8437, 8446, 9694, 8979, 9629, 8364, 8090, 9108, 8244, 11145, 8998, 12356, 9512, 12568, 10146, 8357, 8928, 8482, 8506, 8124, 7773, 8403, 8985, 11420, 8483, 8273, 8736, 8714, 9574, 8021, 8058, 9073, 8593, 12194, 8369, 12197, 8854, 11483, 9466, 8651, 11885, 9118, 11650, 9189, 8838, 7797, 8127, 8025, 9608, 8801, 10186, 8044, 8413, 10771, 9060, 10792, 8516, 8461, 11362, 9143, 13234, 10706, 11006, 8273, 8983, 11963, 9082, 12027, 9209, 8876, 8475, 8971, 11918, 8133, 8111, 8277, 8891, 7959, 8499, 8410, 8040, 8028, 7892, 8005, 8832, 9643, 7921, 9340, 8884, 8395, 9490, 8704, 10970, 9018, 12565, 10321, 9552, 8919, 8650, 8619, 8521, 7943, 8000, 8362, 9610, 8634, 12030, 8973, 10999, 9159, 11114, 8739, 10344, 8089, 9130, 8304, 8369, 8350, 7808, 7814, 8142, 8307, 9156, 7763, 7520, 8406, 7859, 9273, 8202, 9543, 8542, 10052, 8822, 12361, 10162, 11878, 9169, 10262, 8823, 12275, 9062, 12622, 8111, 8461, 8015, 7884, 8534, 8308, 9247, 8865, 10149, 7877, 8102, 8223, 8493, 9099, 9239, 12238, 9496, 9814, 8345, 8561, 9058, 8081, 8166, 8864, 8843, 11081, 8842, 9213, 8152, 8527, 11184, 9062, 11114, 8513, 8341, 11580, 8380, 8443, 8005, 8748, 12878, 7939, 9125, 8244, 8450, 8904, 8191, 7828, 8741, 7722, 7519, 7892, 8535, 7924, 7579, 7950, 9259, 10927, 9565, 11951, 9826, 8266, 12619, 10534, 13425, 14393, 11906, 13278, 10169, 13225, 8436, 10248, 8351, 8867, 11319, 8270, 8203, 8554, 9006, 7858, 8410, 8088, 8223, 8979, 9143, 9540, 8765, 8275, 7711, 8478, 8608, 9006, 8668, 9324, 8764, 9277, 9058, 9143, 8236, 7874, 8129, 8362, 9010, 8955, 8398, 8065, 8108, 9535, 8791, 9363, 8370, 7912, 8217, 8492, 8938, 9066, 11596, 8981, 10143, 8183, 8527, 9604, 8991, 9296, 8246, 8285, 9707, 8869, 7945, 8673, 8103, 9401, 8840, 10641, 8017, 10249, 10674, 8853, 11817, 8269, 8854, 8677, 8338, 10474, 9135, 12703, 9720, 8221, 9208, 8967, 8013, 8351, 8124, 8357, 7939, 8021, 8126, 7852, 8241, 8556, 8674, 9738, 8099, 7740, 9963, 9783, 12617, 10515, 8221, 8876, 8851, 9870, 7992, 8043, 11206, 9783, 12619], 'WindowCenter': [4550.0, 4516.0, 4530.0, 4527.0, 4531.0, 4522.0, 4502.0, 4525.0, 4491.0, 4465.0, 4452.0, 4449.0, 4452.0, 4475.0, 4489.0, 4479.0, 4486.0, 4464.0, 4482.0, 4499.0, 4467.0, 4457.0, 4496.0, 4466.0, 4468.0, 4512.0, 4500.0, 4504.0, 4477.0, 4464.0, 4473.0, 4444.0, 4455.0, 4455.0, 4458.0, 4480.0, 4472.0, 4481.0, 4468.0, 4476.0, 4447.0, 4447.0, 4457.0, 4459.0, 4455.0, 4470.0, 4471.0, 4482.0, 4470.0, 4473.0, 4492.0, 4484.0, 4473.0, 4503.0, 4485.0, 4514.0, 4509.0, 4504.0, 4510.0, 4494.0, 4504.0, 4472.0, 4499.0, 4459.0, 4459.0, 4470.0, 4461.0, 4491.0, 4473.0, 4481.0, 4472.0, 4471.0, 4469.0, 4485.0, 4480.0, 4479.0, 4482.0, 4483.0, 4496.0, 4487.0, 4502.0, 4497.0, 4516.0, 4484.0, 4485.0, 4510.0, 4502.0, 4460.0, 4471.0, 4473.0, 4492.0, 4461.0, 4470.0, 4473.0, 4480.0, 4510.0, 4500.0, 4459.0, 4459.0, 4471.0, 4470.0, 4461.0, 4471.0, 4470.0, 4473.0, 4473.0, 4473.0, 4474.0, 4473.0, 4484.0, 4503.0, 4485.0, 4494.0, 4529.0, 4509.0, 4513.0, 4486.0, 4475.0, 4501.0, 4462.0, 4471.0, 4480.0, 4473.0, 4469.0, 4473.0, 4472.0, 4488.0, 4461.0, 4471.0, 4479.0, 4475.0, 4469.0, 4458.0, 4448.0, 4495.0, 4499.0, 4496.0, 4474.0, 4474.0, 4493.0, 4484.0, 4495.0, 4474.0, 4461.0, 4449.0, 4441.0, 4438.0, 4420.0, 4439.0, 4419.0, 4441.0, 4442.0, 4442.0, 4442.0, 4433.0, 4441.0, 4430.0, 4444.0, 4444.0, 4455.0, 4455.0, 4459.0, 4470.0, 4461.0, 4462.0, 4470.0, 4471.0, 4457.0, 4458.0, 4478.0, 4459.0, 4477.0, 4468.0, 4476.0, 4454.0, 4465.0, 4446.0, 4469.0, 4458.0, 4468.0, 4467.0, 4458.0, 4457.0, 4468.0, 4470.0, 4491.0, 4460.0, 4469.0, 4470.0, 4470.0, 4485.0, 4458.0, 4512.0, 4482.0, 4469.0, 4471.0, 4470.0, 4477.0, 4459.0, 4458.0, 4461.0, 4458.0, 4497.0, 4467.0, 4476.0, 4446.0, 4467.0, 4444.0, 4448.0, 4467.0, 4456.0, 4486.0, 4445.0, 4459.0, 4458.0, 4458.0, 4458.0, 4471.0, 4482.0, 4468.0, 4476.0, 4472.0, 4470.0, 4459.0, 4461.0, 4469.0, 4459.0, 4477.0, 4458.0, 4450.0, 4478.0, 4461.0, 4491.0, 4482.0, 4451.0, 4482.0, 4447.0, 4450.0, 4451.0, 4461.0, 4450.0, 4492.0, 4462.0, 4451.0, 4460.0, 4461.0, 4488.0, 4460.0, 4480.0, 4499.0, 4479.0, 4453.0, 4458.0, 4449.0, 4449.0, 4448.0, 4435.0, 4476.0, 4460.0, 4460.0, 4489.0, 4448.0, 4455.0, 4448.0, 4438.0, 4458.0, 4449.0, 4454.0, 4471.0, 4461.0, 4450.0, 4474.0, 4452.0, 4453.0, 4461.0, 4452.0, 4453.0, 4463.0, 4476.0, 4456.0, 4474.0, 4466.0, 4493.0, 4473.0, 4482.0, 4472.0, 4451.0, 4500.0, 4463.0, 4470.0, 4479.0, 4480.0, 4502.0, 4479.0, 4452.0, 4469.0, 4458.0, 4460.0, 4459.0, 4471.0, 4500.0, 4486.0, 4448.0, 4438.0, 4449.0, 4449.0, 4458.0, 4441.0, 4468.0, 4456.0, 4448.0, 4452.0, 4454.0, 4464.0, 4477.0, 4456.0, 4490.0, 4468.0, 4478.0, 4496.0, 4459.0, 4458.0, 4458.0, 4459.0, 4460.0, 4478.0, 4457.0, 4495.0, 4489.0, 4458.0, 4494.0, 4454.0, 4472.0, 4445.0, 4443.0, 4474.0, 4457.0, 4494.0, 4456.0, 4446.0, 4450.0, 4443.0, 4444.0, 4444.0, 4446.0, 4456.0, 4443.0, 4457.0, 4469.0, 4459.0, 4459.0, 4460.0, 4459.0, 4479.0, 4460.0, 4471.0, 4471.0, 4472.0, 4481.0, 4470.0, 4492.0, 4470.0, 4468.0, 4455.0, 4458.0, 4457.0, 4459.0, 4457.0, 4457.0, 4470.0, 4472.0, 4461.0, 4460.0, 4470.0, 4469.0, 4482.0, 4472.0, 4473.0, 4470.0, 4472.0, 4482.0, 4472.0, 4472.0, 4471.0, 4472.0, 4494.0, 4471.0, 4481.0, 4470.0, 4474.0, 4495.0, 4473.0, 4511.0, 4493.0, 4463.0, 4481.0, 4474.0, 4503.0, 4460.0, 4480.0, 4469.0, 4472.0, 4499.0, 4471.0, 4490.0, 4459.0, 4480.0, 4458.0, 4461.0, 4499.0, 4459.0, 4500.0, 4460.0, 4469.0, 4460.0, 4470.0, 4501.0, 4461.0, 4471.0, 4468.0, 4474.0, 4482.0, 4473.0, 4501.0, 4494.0, 4472.0, 4512.0, 4471.0, 4501.0, 4480.0, 4499.0, 4478.0, 4468.0, 4467.0, 4460.0, 4466.0, 4458.0, 4459.0, 4458.0, 4460.0, 4471.0, 4472.0, 4471.0, 4472.0, 4469.0, 4483.0, 4473.0, 4493.0, 4494.0, 4483.0, 4492.0, 4474.0, 4502.0, 4472.0, 4510.0, 4489.0, 4499.0, 4489.0, 4478.0, 4447.0, 4447.0, 4455.0, 4457.0, 4465.0, 4445.0, 4455.0, 4446.0, 4455.0, 4456.0, 4460.0, 4459.0, 4460.0, 4470.0, 4491.0, 4461.0, 4471.0, 4481.0, 4480.0, 4491.0, 4455.0, 4478.0, 4479.0, 4471.0, 4511.0, 4479.0, 4476.0, 4446.0, 4444.0, 4444.0, 4445.0, 4455.0, 4457.0, 4457.0, 4457.0, 4458.0, 4469.0, 4458.0, 4447.0, 4457.0, 4460.0, 4459.0, 4458.0, 4467.0, 4497.0, 4487.0, 4472.0, 4457.0, 4454.0, 4454.0, 4444.0, 4474.0, 4454.0, 4483.0, 4454.0, 4442.0, 4433.0, 4433.0, 4445.0, 4431.0, 4441.0, 4451.0, 4443.0, 4433.0, 4441.0, 4455.0, 4454.0, 4455.0, 4445.0, 4456.0, 4457.0, 4457.0, 4457.0, 4447.0, 4459.0, 4459.0, 4471.0, 4468.0, 4460.0, 4489.0, 4469.0, 4465.0, 4448.0, 4458.0, 4459.0, 4459.0, 4479.0, 4458.0, 4478.0, 4458.0, 4457.0, 4449.0, 4458.0, 4460.0, 4470.0, 4481.0, 4471.0, 4470.0, 4461.0, 4472.0, 4472.0, 4471.0, 4501.0, 4481.0, 4501.0, 4471.0, 4500.0, 4470.0, 4490.0, 4459.0, 4479.0, 4469.0, 4467.0, 4447.0, 4458.0, 4459.0, 4459.0, 4459.0, 4461.0, 4471.0, 4471.0, 4472.0, 4484.0, 4474.0, 4482.0, 4473.0, 4481.0, 4471.0, 4490.0, 4468.0, 4490.0, 4459.0, 4470.0, 4460.0, 4460.0, 4470.0, 4471.0, 4468.0, 4458.0, 4466.0, 4460.0, 4460.0, 4461.0, 4461.0, 4470.0, 4472.0, 4474.0, 4484.0, 4485.0, 4484.0, 4486.0, 4472.0, 4476.0, 4486.0, 4497.0, 4485.0, 4504.0, 4494.0, 4498.0, 4472.0, 4460.0, 4478.0, 4469.0, 4500.0, 4471.0, 4472.0, 4482.0, 4471.0, 4502.0, 4471.0, 4490.0, 4471.0, 4502.0, 4513.0, 4501.0, 4511.0, 4501.0, 4499.0, 4479.0, 4487.0, 4468.0, 4476.0, 4466.0, 4456.0, 4485.0, 4446.0, 4465.0, 4456.0, 4454.0, 4455.0, 4455.0, 4457.0, 4485.0, 4455.0, 4454.0, 4454.0, 4456.0, 4456.0, 4457.0, 4456.0, 4458.0, 4458.0, 4459.0, 4469.0, 4471.0, 4470.0, 4471.0, 4471.0, 4490.0, 4470.0, 4461.0, 4471.0, 4461.0, 4502.0, 4470.0, 4500.0, 4469.0, 4485.0, 4458.0, 4468.0, 4449.0, 4455.0, 4456.0, 4456.0, 4458.0, 4486.0, 4447.0, 4447.0, 4447.0, 4459.0, 4469.0, 4459.0, 4469.0, 4460.0, 4459.0, 4459.0, 4458.0, 4459.0, 4468.0, 4459.0, 4458.0, 4458.0, 4469.0, 4471.0, 4472.0, 4471.0, 4471.0, 4473.0, 4470.0, 4462.0, 4471.0, 4471.0, 4461.0, 4471.0, 4472.0, 4474.0, 4474.0, 4485.0, 4493.0, 4474.0, 4493.0, 4474.0, 4473.0, 4478.0, 4474.0, 4493.0, 4485.0, 4513.0, 4494.0, 4503.0, 4503.0, 4473.0, 4502.0, 4463.0, 4471.0, 4472.0, 4471.0, 4503.0, 4494.0, 4513.0, 4492.0, 4471.0, 4482.0, 4472.0, 4499.0, 4469.0, 4499.0, 4479.0, 4497.0, 4448.0, 4466.0, 4447.0, 4458.0, 4458.0, 4458.0, 4477.0, 4448.0, 4457.0, 4457.0, 4462.0, 4481.0, 4468.0, 4492.0, 4461.0, 4472.0, 4472.0, 4472.0, 4501.0, 4473.0, 4499.0, 4481.0, 4490.0, 4469.0, 4459.0, 4468.0, 4468.0, 4486.0, 4467.0, 4497.0, 4448.0, 4446.0, 4447.0, 4447.0, 4467.0, 4469.0, 4467.0, 4457.0, 4459.0, 4458.0, 4459.0, 4467.0, 4458.0, 4477.0, 4456.0, 4486.0, 4480.0, 4485.0, 4466.0, 4443.0, 4444.0, 4445.0, 4454.0, 4456.0, 4456.0, 4456.0, 4455.0, 4448.0, 4449.0, 4449.0, 4460.0, 4470.0, 4461.0, 4480.0, 4462.0, 4480.0, 4471.0, 4481.0, 4472.0, 4492.0, 4473.0, 4487.0, 4470.0, 4468.0, 4449.0, 4458.0, 4467.0, 4457.0, 4467.0, 4460.0, 4468.0, 4458.0, 4457.0, 4459.0, 4458.0, 4470.0, 4471.0, 4481.0, 4471.0, 4472.0, 4474.0, 4471.0, 4482.0, 4486.0, 4492.0, 4473.0, 4473.0, 4481.0, 4473.0, 4487.0, 4485.0, 4493.0, 4474.0, 4473.0, 4482.0, 4462.0, 4482.0, 4471.0, 4492.0, 4471.0, 4492.0, 4471.0, 4462.0, 4492.0, 4471.0, 4471.0, 4473.0, 4469.0, 4482.0, 4473.0, 4504.0, 4494.0, 4503.0, 4481.0, 4482.0, 4502.0, 4472.0, 4502.0, 4482.0, 4497.0, 4480.0, 4495.0, 4469.0, 4487.0, 4458.0, 4488.0, 4444.0, 4455.0, 4446.0, 4457.0, 4468.0, 4470.0, 4468.0, 4458.0, 4460.0, 4465.0, 4470.0, 4469.0, 4472.0, 4480.0, 4472.0, 4491.0, 4501.0, 4470.0, 4500.0, 4469.0, 4487.0, 4456.0, 4478.0, 4456.0, 4487.0, 4466.0, 4465.0, 4460.0, 4457.0, 4469.0, 4457.0, 4455.0, 4447.0, 4458.0, 4469.0, 4483.0, 4490.0, 4463.0, 4461.0, 4458.0, 4458.0, 4468.0, 4480.0, 4498.0, 4480.0, 4468.0, 4483.0, 4469.0, 4489.0, 4449.0, 4447.0, 4456.0, 4467.0, 4487.0, 4447.0, 4446.0, 4470.0, 4461.0, 4477.0, 4501.0, 4472.0, 4479.0, 4503.0, 4485.0, 4485.0, 4494.0, 4476.0, 4499.0, 4523.0, 4503.0, 4492.0, 4493.0, 4471.0, 4501.0, 4448.0, 4467.0, 4446.0, 4447.0, 4448.0, 4457.0, 4456.0, 4448.0, 4444.0, 4449.0, 4469.0, 4471.0, 4463.0, 4474.0, 4484.0, 4462.0, 4465.0, 4476.0, 4473.0, 4508.0, 4495.0, 4496.0, 4485.0, 4505.0, 4485.0, 4484.0, 4492.0, 4484.0, 4503.0, 4496.0, 4513.0, 4482.0, 4493.0, 4512.0, 4491.0, 4470.0, 4460.0, 4460.0, 4469.0, 4470.0, 4492.0, 4462.0, 4483.0, 4493.0, 4462.0, 4490.0, 4470.0, 4477.0, 4461.0, 4460.0, 4500.0, 4479.0, 4499.0, 4469.0, 4486.0, 4467.0, 4486.0, 4458.0, 4476.0, 4454.0, 4455.0, 4486.0, 4435.0, 4435.0, 4445.0, 4446.0, 4457.0, 4459.0, 4467.0, 4472.0, 4479.0, 4460.0, 4450.0, 4459.0, 4449.0, 4458.0, 4449.0, 4470.0, 4460.0, 4479.0, 4461.0, 4449.0, 4451.0, 4457.0, 4482.0, 4475.0, 4472.0, 4464.0, 4473.0, 4494.0, 4474.0, 4473.0, 4474.0, 4492.0, 4474.0, 4502.0, 4481.0, 4501.0, 4503.0, 4479.0, 4459.0, 4459.0, 4478.0, 4470.0, 4488.0, 4468.0, 4448.0, 4458.0, 4458.0, 4458.0, 4460.0, 4460.0, 4461.0, 4470.0, 4470.0, 4470.0, 4491.0, 4469.0, 4489.0, 4469.0, 4488.0, 4481.0, 4468.0, 4448.0, 4458.0, 4456.0, 4467.0, 4468.0, 4459.0, 4467.0, 4447.0, 4448.0, 4446.0, 4457.0, 4456.0, 4467.0, 4467.0, 4457.0, 4478.0, 4457.0, 4466.0, 4457.0, 4455.0, 4445.0, 4447.0, 4446.0, 4446.0, 4457.0, 4458.0, 4457.0, 4448.0, 4459.0, 4473.0, 4473.0, 4482.0, 4464.0, 4465.0, 4474.0, 4473.0, 4490.0, 4473.0, 4492.0, 4473.0, 4502.0, 4482.0, 4500.0, 4491.0, 4490.0, 4469.0, 4460.0, 4469.0, 4483.0, 4503.0, 4475.0, 4465.0, 4459.0, 4472.0, 4472.0, 4461.0, 4460.0, 4484.0, 4513.0, 4496.0, 4501.0, 4491.0, 4491.0, 4488.0, 4470.0, 4498.0, 4469.0, 4497.0, 4476.0, 4485.0, 4472.0, 4483.0, 4471.0, 4459.0, 4460.0, 4446.0, 4458.0, 4445.0, 4444.0, 4412.0, 4411.0, 4433.0, 4413.0, 4432.0, 4389.0, 4402.0, 4401.0, 4413.0, 4413.0, 4404.0, 4403.0, 4404.0, 4416.0, 4425.0, 4426.0, 4426.0, 4427.0, 4417.0, 4429.0, 4418.0, 4429.0, 4420.0, 4428.0, 4442.0, 4441.0, 4454.0, 4433.0, 4444.0, 4456.0, 4467.0, 4448.0, 4460.0, 4472.0, 4473.0, 4473.0, 4474.0, 4472.0, 4496.0, 4486.0, 4505.0, 4495.0, 4486.0, 4506.0, 4486.0, 4502.0, 4505.0, 4476.0, 4516.0, 4498.0, 4525.0, 4515.0, 4503.0, 4513.0, 4470.0, 4502.0, 4482.0, 4491.0, 4491.0, 4482.0, 4512.0, 4490.0, 4487.0, 4456.0, 4460.0, 4468.0, 4468.0, 4467.0, 4459.0, 4459.0, 4470.0, 4472.0, 4489.0, 4460.0, 4462.0, 4480.0, 4467.0, 4501.0, 4461.0, 4491.0, 4502.0, 4481.0, 4499.0, 4470.0, 4478.0, 4449.0, 4459.0, 4458.0, 4459.0, 4470.0, 4459.0, 4449.0, 4458.0, 4458.0, 4470.0, 4470.0, 4459.0, 4460.0, 4460.0, 4470.0, 4471.0, 4459.0, 4464.0, 4462.0, 4471.0, 4473.0, 4474.0, 4486.0, 4476.0, 4475.0, 4484.0, 4474.0, 4486.0, 4486.0, 4486.0, 4502.0, 4487.0, 4506.0, 4507.0, 4495.0, 4493.0, 4472.0, 4503.0, 4484.0, 4512.0, 4494.0, 4494.0, 4472.0, 4473.0, 4491.0, 4470.0, 4471.0, 4459.0, 4472.0, 4482.0, 4460.0, 4462.0, 4472.0, 4473.0, 4481.0, 4483.0, 4483.0, 4473.0, 4463.0, 4482.0, 4461.0, 4502.0, 4472.0, 4512.0, 4481.0, 4499.0, 4479.0, 4459.0, 4465.0, 4460.0, 4469.0, 4460.0, 4462.0, 4473.0, 4482.0, 4503.0, 4473.0, 4472.0, 4471.0, 4472.0, 4481.0, 4474.0, 4473.0, 4484.0, 4473.0, 4513.0, 4473.0, 4502.0, 4484.0, 4514.0, 4496.0, 4486.0, 4509.0, 4483.0, 4516.0, 4481.0, 4471.0, 4460.0, 4462.0, 4462.0, 4492.0, 4484.0, 4493.0, 4462.0, 4472.0, 4491.0, 4470.0, 4490.0, 4470.0, 4460.0, 4490.0, 4471.0, 4497.0, 4479.0, 4474.0, 4446.0, 4456.0, 4474.0, 4443.0, 4472.0, 4454.0, 4443.0, 4432.0, 4443.0, 4468.0, 4432.0, 4432.0, 4443.0, 4456.0, 4445.0, 4457.0, 4459.0, 4448.0, 4459.0, 4461.0, 4462.0, 4484.0, 4485.0, 4463.0, 4483.0, 4471.0, 4473.0, 4481.0, 4462.0, 4492.0, 4471.0, 4501.0, 4481.0, 4469.0, 4469.0, 4460.0, 4458.0, 4460.0, 4460.0, 4460.0, 4462.0, 4482.0, 4459.0, 4499.0, 4470.0, 4479.0, 4469.0, 4485.0, 4473.0, 4480.0, 4449.0, 4467.0, 4458.0, 4458.0, 4459.0, 4448.0, 4449.0, 4462.0, 4472.0, 4482.0, 4474.0, 4475.0, 4482.0, 4476.0, 4493.0, 4487.0, 4497.0, 4487.0, 4496.0, 4485.0, 4512.0, 4493.0, 4500.0, 4471.0, 4482.0, 4471.0, 4500.0, 4470.0, 4496.0, 4459.0, 4459.0, 4461.0, 4461.0, 4469.0, 4474.0, 4480.0, 4473.0, 4491.0, 4461.0, 4461.0, 4471.0, 4474.0, 4482.0, 4481.0, 4503.0, 4481.0, 4493.0, 4472.0, 4470.0, 4472.0, 4461.0, 4472.0, 4480.0, 4485.0, 4503.0, 4483.0, 4481.0, 4464.0, 4475.0, 4503.0, 4483.0, 4502.0, 4472.0, 4462.0, 4499.0, 4472.0, 4472.0, 4462.0, 4472.0, 4513.0, 4462.0, 4481.0, 4459.0, 4461.0, 4471.0, 4461.0, 4461.0, 4472.0, 4463.0, 4465.0, 4474.0, 4499.0, 4496.0, 4483.0, 4482.0, 4504.0, 4504.0, 4495.0, 4517.0, 4495.0, 4462.0, 4499.0, 4491.0, 4509.0, 4509.0, 4488.0, 4499.0, 4465.0, 4485.0, 4444.0, 4462.0, 4432.0, 4444.0, 4463.0, 4444.0, 4443.0, 4444.0, 4454.0, 4433.0, 4445.0, 4445.0, 4445.0, 4458.0, 4468.0, 4470.0, 4457.0, 4458.0, 4449.0, 4457.0, 4457.0, 4455.0, 4456.0, 4457.0, 4457.0, 4456.0, 4457.0, 4468.0, 4459.0, 4457.0, 4448.0, 4459.0, 4469.0, 4471.0, 4459.0, 4461.0, 4461.0, 4479.0, 4472.0, 4481.0, 4473.0, 4461.0, 4461.0, 4472.0, 4471.0, 4472.0, 4501.0, 4471.0, 4491.0, 4461.0, 4471.0, 4480.0, 4468.0, 4470.0, 4462.0, 4473.0, 4482.0, 4473.0, 4461.0, 4472.0, 4461.0, 4481.0, 4483.0, 4493.0, 4462.0, 4481.0, 4491.0, 4471.0, 4501.0, 4461.0, 4469.0, 4459.0, 4461.0, 4490.0, 4471.0, 4499.0, 4480.0, 4459.0, 4469.0, 4469.0, 4449.0, 4460.0, 4474.0, 4472.0, 4457.0, 4459.0, 4460.0, 4460.0, 4472.0, 4471.0, 4471.0, 4482.0, 4461.0, 4463.0, 4493.0, 4481.0, 4499.0, 4490.0, 4461.0, 4467.0, 4470.0, 4478.0, 4461.0, 4458.0, 4490.0, 4478.0, 4500.0], 'WindowWidth': [9995.0, 9936.0, 9944.0, 9936.0, 9941.0, 9921.0, 9892.0, 9926.0, 9877.0, 9838.0, 9819.0, 9809.0, 9824.0, 9855.0, 9877.0, 9864.0, 9868.0, 9835.0, 9866.0, 9885.0, 9836.0, 9821.0, 9872.0, 9834.0, 9841.0, 9906.0, 9885.0, 9884.0, 9849.0, 9828.0, 9838.0, 9803.0, 9817.0, 9816.0, 9825.0, 9861.0, 9852.0, 9860.0, 9838.0, 9848.0, 9808.0, 9807.0, 9822.0, 9827.0, 9819.0, 9846.0, 9851.0, 9869.0, 9847.0, 9853.0, 9879.0, 9872.0, 9856.0, 9895.0, 9873.0, 9911.0, 9913.0, 9900.0, 9914.0, 9886.0, 9898.0, 9848.0, 9882.0, 9827.0, 9826.0, 9843.0, 9831.0, 9875.0, 9853.0, 9861.0, 9849.0, 9847.0, 9842.0, 9874.0, 9861.0, 9857.0, 9867.0, 9868.0, 9890.0, 9880.0, 9896.0, 9894.0, 9921.0, 9873.0, 9873.0, 9903.0, 9891.0, 9831.0, 9847.0, 9851.0, 9875.0, 9833.0, 9844.0, 9850.0, 9857.0, 9899.0, 9882.0, 9826.0, 9826.0, 9845.0, 9843.0, 9833.0, 9846.0, 9845.0, 9854.0, 9853.0, 9852.0, 9856.0, 9852.0, 9870.0, 9894.0, 9873.0, 9884.0, 9942.0, 9911.0, 9913.0, 9877.0, 9856.0, 9887.0, 9836.0, 9847.0, 9860.0, 9853.0, 9842.0, 9856.0, 9852.0, 9870.0, 9836.0, 9850.0, 9861.0, 9852.0, 9845.0, 9829.0, 9812.0, 9873.0, 9886.0, 9873.0, 9840.0, 9840.0, 9866.0, 9853.0, 9869.0, 9836.0, 9812.0, 9795.0, 9785.0, 9778.0, 9757.0, 9782.0, 9756.0, 9789.0, 9790.0, 9792.0, 9793.0, 9780.0, 9790.0, 9774.0, 9797.0, 9798.0, 9816.0, 9820.0, 9829.0, 9844.0, 9833.0, 9834.0, 9843.0, 9844.0, 9824.0, 9824.0, 9852.0, 9823.0, 9848.0, 9836.0, 9843.0, 9814.0, 9827.0, 9804.0, 9845.0, 9828.0, 9845.0, 9840.0, 9828.0, 9824.0, 9842.0, 9847.0, 9875.0, 9835.0, 9844.0, 9847.0, 9846.0, 9874.0, 9831.0, 9905.0, 9865.0, 9845.0, 9850.0, 9845.0, 9851.0, 9830.0, 9825.0, 9832.0, 9827.0, 9878.0, 9837.0, 9847.0, 9808.0, 9835.0, 9802.0, 9808.0, 9834.0, 9819.0, 9858.0, 9803.0, 9824.0, 9825.0, 9826.0, 9827.0, 9851.0, 9871.0, 9845.0, 9856.0, 9847.0, 9838.0, 9822.0, 9829.0, 9838.0, 9821.0, 9843.0, 9817.0, 9808.0, 9847.0, 9825.0, 9866.0, 9854.0, 9812.0, 9852.0, 9803.0, 9810.0, 9812.0, 9824.0, 9811.0, 9870.0, 9827.0, 9812.0, 9823.0, 9826.0, 9859.0, 9822.0, 9848.0, 9876.0, 9846.0, 9811.0, 9815.0, 9805.0, 9806.0, 9804.0, 9785.0, 9841.0, 9820.0, 9819.0, 9858.0, 9801.0, 9810.0, 9801.0, 9789.0, 9815.0, 9806.0, 9816.0, 9837.0, 9826.0, 9809.0, 9852.0, 9817.0, 9819.0, 9826.0, 9814.0, 9818.0, 9833.0, 9856.0, 9828.0, 9853.0, 9842.0, 9874.0, 9846.0, 9857.0, 9842.0, 9814.0, 9878.0, 9830.0, 9839.0, 9851.0, 9851.0, 9882.0, 9847.0, 9812.0, 9836.0, 9819.0, 9822.0, 9818.0, 9836.0, 9875.0, 9862.0, 9803.0, 9789.0, 9804.0, 9805.0, 9819.0, 9796.0, 9830.0, 9813.0, 9805.0, 9812.0, 9815.0, 9834.0, 9859.0, 9825.0, 9874.0, 9837.0, 9849.0, 9875.0, 9821.0, 9824.0, 9826.0, 9828.0, 9827.0, 9851.0, 9822.0, 9870.0, 9866.0, 9823.0, 9867.0, 9814.0, 9835.0, 9801.0, 9797.0, 9839.0, 9818.0, 9867.0, 9815.0, 9801.0, 9803.0, 9795.0, 9797.0, 9798.0, 9803.0, 9816.0, 9799.0, 9821.0, 9840.0, 9828.0, 9829.0, 9830.0, 9829.0, 9858.0, 9833.0, 9847.0, 9848.0, 9849.0, 9861.0, 9845.0, 9876.0, 9845.0, 9838.0, 9820.0, 9824.0, 9821.0, 9827.0, 9823.0, 9823.0, 9843.0, 9848.0, 9834.0, 9833.0, 9846.0, 9845.0, 9863.0, 9849.0, 9851.0, 9847.0, 9850.0, 9864.0, 9853.0, 9853.0, 9850.0, 9853.0, 9883.0, 9850.0, 9864.0, 9849.0, 9855.0, 9886.0, 9854.0, 9903.0, 9880.0, 9839.0, 9861.0, 9856.0, 9892.0, 9834.0, 9858.0, 9843.0, 9849.0, 9884.0, 9845.0, 9870.0, 9829.0, 9857.0, 9827.0, 9832.0, 9883.0, 9830.0, 9884.0, 9830.0, 9842.0, 9831.0, 9844.0, 9888.0, 9834.0, 9847.0, 9844.0, 9856.0, 9865.0, 9853.0, 9890.0, 9882.0, 9849.0, 9903.0, 9846.0, 9885.0, 9857.0, 9882.0, 9852.0, 9837.0, 9836.0, 9828.0, 9832.0, 9826.0, 9828.0, 9827.0, 9831.0, 9846.0, 9849.0, 9846.0, 9850.0, 9849.0, 9869.0, 9855.0, 9881.0, 9883.0, 9867.0, 9879.0, 9854.0, 9891.0, 9848.0, 9900.0, 9869.0, 9881.0, 9867.0, 9849.0, 9806.0, 9807.0, 9814.0, 9821.0, 9829.0, 9802.0, 9815.0, 9804.0, 9816.0, 9819.0, 9831.0, 9829.0, 9830.0, 9846.0, 9873.0, 9834.0, 9846.0, 9859.0, 9859.0, 9874.0, 9822.0, 9852.0, 9853.0, 9845.0, 9904.0, 9854.0, 9846.0, 9803.0, 9800.0, 9799.0, 9802.0, 9815.0, 9820.0, 9824.0, 9823.0, 9824.0, 9841.0, 9825.0, 9810.0, 9822.0, 9829.0, 9825.0, 9824.0, 9834.0, 9873.0, 9861.0, 9836.0, 9817.0, 9810.0, 9810.0, 9798.0, 9836.0, 9809.0, 9848.0, 9808.0, 9791.0, 9779.0, 9781.0, 9800.0, 9775.0, 9788.0, 9804.0, 9794.0, 9781.0, 9790.0, 9814.0, 9813.0, 9815.0, 9803.0, 9819.0, 9821.0, 9821.0, 9820.0, 9809.0, 9826.0, 9827.0, 9846.0, 9840.0, 9831.0, 9868.0, 9842.0, 9833.0, 9812.0, 9824.0, 9825.0, 9825.0, 9853.0, 9824.0, 9851.0, 9825.0, 9822.0, 9812.0, 9825.0, 9830.0, 9844.0, 9860.0, 9847.0, 9846.0, 9835.0, 9849.0, 9850.0, 9847.0, 9887.0, 9859.0, 9887.0, 9845.0, 9883.0, 9843.0, 9867.0, 9826.0, 9852.0, 9839.0, 9835.0, 9808.0, 9824.0, 9826.0, 9829.0, 9829.0, 9836.0, 9848.0, 9849.0, 9852.0, 9870.0, 9857.0, 9865.0, 9852.0, 9861.0, 9848.0, 9871.0, 9842.0, 9870.0, 9829.0, 9843.0, 9830.0, 9828.0, 9841.0, 9845.0, 9839.0, 9826.0, 9834.0, 9829.0, 9828.0, 9834.0, 9835.0, 9846.0, 9851.0, 9855.0, 9871.0, 9874.0, 9871.0, 9878.0, 9855.0, 9863.0, 9876.0, 9892.0, 9876.0, 9898.0, 9886.0, 9882.0, 9848.0, 9828.0, 9853.0, 9841.0, 9885.0, 9847.0, 9848.0, 9862.0, 9850.0, 9890.0, 9848.0, 9873.0, 9848.0, 9888.0, 9906.0, 9887.0, 9901.0, 9886.0, 9881.0, 9852.0, 9861.0, 9835.0, 9842.0, 9829.0, 9815.0, 9853.0, 9801.0, 9827.0, 9816.0, 9811.0, 9815.0, 9814.0, 9822.0, 9857.0, 9814.0, 9812.0, 9813.0, 9816.0, 9818.0, 9821.0, 9818.0, 9825.0, 9825.0, 9828.0, 9841.0, 9846.0, 9844.0, 9847.0, 9847.0, 9871.0, 9846.0, 9833.0, 9846.0, 9831.0, 9889.0, 9844.0, 9883.0, 9839.0, 9858.0, 9821.0, 9837.0, 9809.0, 9814.0, 9818.0, 9815.0, 9821.0, 9858.0, 9806.0, 9807.0, 9808.0, 9826.0, 9841.0, 9828.0, 9840.0, 9829.0, 9829.0, 9827.0, 9825.0, 9827.0, 9837.0, 9826.0, 9824.0, 9825.0, 9840.0, 9848.0, 9848.0, 9846.0, 9846.0, 9852.0, 9844.0, 9834.0, 9846.0, 9846.0, 9833.0, 9848.0, 9851.0, 9855.0, 9855.0, 9873.0, 9882.0, 9857.0, 9880.0, 9855.0, 9854.0, 9858.0, 9855.0, 9881.0, 9871.0, 9908.0, 9882.0, 9892.0, 9893.0, 9852.0, 9891.0, 9837.0, 9847.0, 9851.0, 9847.0, 9892.0, 9882.0, 9905.0, 9876.0, 9847.0, 9861.0, 9845.0, 9882.0, 9841.0, 9879.0, 9854.0, 9874.0, 9809.0, 9833.0, 9808.0, 9823.0, 9824.0, 9823.0, 9848.0, 9811.0, 9824.0, 9824.0, 9837.0, 9861.0, 9842.0, 9876.0, 9833.0, 9848.0, 9849.0, 9849.0, 9889.0, 9852.0, 9883.0, 9860.0, 9868.0, 9839.0, 9825.0, 9835.0, 9837.0, 9859.0, 9835.0, 9873.0, 9808.0, 9805.0, 9806.0, 9807.0, 9834.0, 9841.0, 9835.0, 9823.0, 9825.0, 9824.0, 9825.0, 9833.0, 9821.0, 9846.0, 9817.0, 9858.0, 9853.0, 9855.0, 9829.0, 9794.0, 9797.0, 9798.0, 9811.0, 9817.0, 9817.0, 9818.0, 9816.0, 9809.0, 9811.0, 9814.0, 9830.0, 9843.0, 9834.0, 9858.0, 9837.0, 9860.0, 9848.0, 9859.0, 9850.0, 9875.0, 9852.0, 9865.0, 9843.0, 9837.0, 9813.0, 9823.0, 9836.0, 9822.0, 9835.0, 9827.0, 9837.0, 9824.0, 9824.0, 9827.0, 9827.0, 9844.0, 9847.0, 9860.0, 9849.0, 9853.0, 9857.0, 9849.0, 9865.0, 9875.0, 9878.0, 9854.0, 9853.0, 9863.0, 9854.0, 9868.0, 9873.0, 9882.0, 9856.0, 9852.0, 9864.0, 9836.0, 9862.0, 9846.0, 9879.0, 9849.0, 9877.0, 9849.0, 9836.0, 9875.0, 9848.0, 9848.0, 9852.0, 9846.0, 9865.0, 9853.0, 9896.0, 9883.0, 9892.0, 9861.0, 9862.0, 9888.0, 9848.0, 9889.0, 9860.0, 9878.0, 9854.0, 9872.0, 9837.0, 9860.0, 9822.0, 9862.0, 9800.0, 9815.0, 9803.0, 9820.0, 9836.0, 9841.0, 9837.0, 9823.0, 9828.0, 9832.0, 9844.0, 9842.0, 9849.0, 9860.0, 9850.0, 9873.0, 9888.0, 9843.0, 9883.0, 9839.0, 9860.0, 9819.0, 9847.0, 9817.0, 9858.0, 9831.0, 9828.0, 9831.0, 9821.0, 9838.0, 9819.0, 9815.0, 9807.0, 9822.0, 9841.0, 9865.0, 9868.0, 9839.0, 9832.0, 9824.0, 9824.0, 9837.0, 9855.0, 9879.0, 9855.0, 9837.0, 9854.0, 9838.0, 9863.0, 9807.0, 9803.0, 9816.0, 9830.0, 9858.0, 9804.0, 9804.0, 9843.0, 9833.0, 9864.0, 9885.0, 9849.0, 9866.0, 9894.0, 9876.0, 9876.0, 9886.0, 9863.0, 9894.0, 9923.0, 9890.0, 9872.0, 9872.0, 9842.0, 9882.0, 9807.0, 9829.0, 9799.0, 9801.0, 9803.0, 9814.0, 9813.0, 9804.0, 9798.0, 9809.0, 9839.0, 9847.0, 9838.0, 9852.0, 9866.0, 9836.0, 9845.0, 9859.0, 9854.0, 9908.0, 9889.0, 9885.0, 9869.0, 9895.0, 9869.0, 9865.0, 9875.0, 9864.0, 9890.0, 9885.0, 9905.0, 9862.0, 9874.0, 9901.0, 9870.0, 9838.0, 9825.0, 9826.0, 9838.0, 9842.0, 9873.0, 9834.0, 9862.0, 9875.0, 9831.0, 9866.0, 9841.0, 9849.0, 9830.0, 9826.0, 9883.0, 9850.0, 9876.0, 9836.0, 9855.0, 9832.0, 9855.0, 9820.0, 9839.0, 9810.0, 9810.0, 9854.0, 9784.0, 9785.0, 9800.0, 9802.0, 9819.0, 9824.0, 9834.0, 9845.0, 9853.0, 9829.0, 9814.0, 9826.0, 9810.0, 9821.0, 9810.0, 9840.0, 9828.0, 9852.0, 9830.0, 9812.0, 9816.0, 9824.0, 9863.0, 9862.0, 9852.0, 9841.0, 9854.0, 9882.0, 9855.0, 9852.0, 9854.0, 9878.0, 9855.0, 9890.0, 9861.0, 9886.0, 9891.0, 9854.0, 9825.0, 9823.0, 9850.0, 9841.0, 9863.0, 9835.0, 9808.0, 9821.0, 9824.0, 9822.0, 9830.0, 9829.0, 9833.0, 9843.0, 9844.0, 9845.0, 9873.0, 9841.0, 9866.0, 9840.0, 9862.0, 9856.0, 9835.0, 9807.0, 9822.0, 9817.0, 9834.0, 9835.0, 9823.0, 9831.0, 9805.0, 9806.0, 9802.0, 9818.0, 9816.0, 9834.0, 9832.0, 9820.0, 9847.0, 9820.0, 9830.0, 9819.0, 9813.0, 9802.0, 9806.0, 9804.0, 9803.0, 9820.0, 9823.0, 9820.0, 9810.0, 9828.0, 9851.0, 9854.0, 9864.0, 9843.0, 9845.0, 9856.0, 9854.0, 9874.0, 9851.0, 9878.0, 9851.0, 9891.0, 9863.0, 9884.0, 9873.0, 9868.0, 9840.0, 9828.0, 9842.0, 9864.0, 9895.0, 9861.0, 9843.0, 9829.0, 9850.0, 9853.0, 9838.0, 9834.0, 9871.0, 9908.0, 9886.0, 9887.0, 9872.0, 9872.0, 9865.0, 9840.0, 9877.0, 9836.0, 9874.0, 9842.0, 9853.0, 9832.0, 9844.0, 9828.0, 9808.0, 9810.0, 9785.0, 9802.0, 9781.0, 9777.0, 9733.0, 9729.0, 9760.0, 9730.0, 9755.0, 9696.0, 9715.0, 9713.0, 9732.0, 9732.0, 9722.0, 9719.0, 9724.0, 9741.0, 9753.0, 9757.0, 9758.0, 9762.0, 9748.0, 9767.0, 9752.0, 9767.0, 9755.0, 9765.0, 9790.0, 9788.0, 9809.0, 9782.0, 9798.0, 9819.0, 9834.0, 9812.0, 9833.0, 9851.0, 9855.0, 9856.0, 9858.0, 9855.0, 9889.0, 9878.0, 9902.0, 9890.0, 9876.0, 9904.0, 9876.0, 9895.0, 9900.0, 9862.0, 9916.0, 9895.0, 9929.0, 9914.0, 9893.0, 9906.0, 9848.0, 9890.0, 9863.0, 9873.0, 9873.0, 9860.0, 9904.0, 9871.0, 9863.0, 9820.0, 9827.0, 9836.0, 9838.0, 9836.0, 9825.0, 9827.0, 9843.0, 9849.0, 9870.0, 9828.0, 9834.0, 9855.0, 9839.0, 9886.0, 9832.0, 9872.0, 9887.0, 9858.0, 9882.0, 9841.0, 9850.0, 9811.0, 9824.0, 9823.0, 9826.0, 9841.0, 9827.0, 9814.0, 9826.0, 9826.0, 9841.0, 9842.0, 9828.0, 9829.0, 9831.0, 9843.0, 9845.0, 9828.0, 9839.0, 9835.0, 9845.0, 9853.0, 9857.0, 9879.0, 9864.0, 9862.0, 9871.0, 9861.0, 9876.0, 9877.0, 9879.0, 9897.0, 9882.0, 9906.0, 9905.0, 9888.0, 9883.0, 9852.0, 9893.0, 9869.0, 9905.0, 9884.0, 9880.0, 9849.0, 9849.0, 9873.0, 9846.0, 9847.0, 9828.0, 9848.0, 9861.0, 9830.0, 9834.0, 9848.0, 9852.0, 9861.0, 9867.0, 9865.0, 9851.0, 9839.0, 9862.0, 9834.0, 9889.0, 9848.0, 9902.0, 9860.0, 9881.0, 9855.0, 9826.0, 9831.0, 9829.0, 9839.0, 9829.0, 9835.0, 9853.0, 9864.0, 9893.0, 9852.0, 9849.0, 9846.0, 9850.0, 9862.0, 9856.0, 9854.0, 9868.0, 9853.0, 9906.0, 9851.0, 9890.0, 9868.0, 9910.0, 9889.0, 9877.0, 9900.0, 9867.0, 9914.0, 9858.0, 9847.0, 9831.0, 9834.0, 9834.0, 9876.0, 9869.0, 9879.0, 9836.0, 9848.0, 9873.0, 9844.0, 9870.0, 9843.0, 9828.0, 9867.0, 9842.0, 9876.0, 9851.0, 9839.0, 9800.0, 9814.0, 9836.0, 9794.0, 9832.0, 9807.0, 9792.0, 9777.0, 9790.0, 9822.0, 9776.0, 9777.0, 9791.0, 9814.0, 9799.0, 9819.0, 9824.0, 9809.0, 9826.0, 9832.0, 9837.0, 9868.0, 9869.0, 9840.0, 9864.0, 9847.0, 9850.0, 9860.0, 9834.0, 9874.0, 9845.0, 9885.0, 9858.0, 9839.0, 9838.0, 9827.0, 9823.0, 9827.0, 9829.0, 9831.0, 9833.0, 9859.0, 9827.0, 9880.0, 9840.0, 9851.0, 9838.0, 9857.0, 9851.0, 9856.0, 9811.0, 9832.0, 9823.0, 9821.0, 9822.0, 9810.0, 9815.0, 9836.0, 9850.0, 9864.0, 9856.0, 9858.0, 9868.0, 9863.0, 9884.0, 9880.0, 9893.0, 9878.0, 9891.0, 9871.0, 9907.0, 9877.0, 9885.0, 9844.0, 9859.0, 9843.0, 9882.0, 9841.0, 9875.0, 9826.0, 9827.0, 9831.0, 9831.0, 9842.0, 9851.0, 9857.0, 9849.0, 9873.0, 9833.0, 9833.0, 9847.0, 9854.0, 9863.0, 9861.0, 9893.0, 9861.0, 9877.0, 9847.0, 9845.0, 9848.0, 9834.0, 9850.0, 9861.0, 9868.0, 9892.0, 9866.0, 9862.0, 9841.0, 9855.0, 9893.0, 9867.0, 9890.0, 9850.0, 9835.0, 9882.0, 9850.0, 9848.0, 9836.0, 9850.0, 9905.0, 9834.0, 9859.0, 9828.0, 9833.0, 9845.0, 9832.0, 9834.0, 9849.0, 9840.0, 9847.0, 9859.0, 9904.0, 9897.0, 9874.0, 9870.0, 9904.0, 9897.0, 9884.0, 9919.0, 9883.0, 9833.0, 9883.0, 9873.0, 9897.0, 9896.0, 9865.0, 9879.0, 9826.0, 9851.0, 9794.0, 9817.0, 9776.0, 9793.0, 9818.0, 9794.0, 9792.0, 9795.0, 9810.0, 9781.0, 9799.0, 9799.0, 9801.0, 9822.0, 9834.0, 9840.0, 9821.0, 9821.0, 9810.0, 9820.0, 9818.0, 9815.0, 9815.0, 9818.0, 9818.0, 9815.0, 9819.0, 9835.0, 9824.0, 9822.0, 9809.0, 9825.0, 9838.0, 9844.0, 9826.0, 9831.0, 9831.0, 9854.0, 9848.0, 9858.0, 9849.0, 9832.0, 9832.0, 9848.0, 9844.0, 9846.0, 9885.0, 9846.0, 9871.0, 9831.0, 9845.0, 9855.0, 9839.0, 9844.0, 9834.0, 9850.0, 9861.0, 9848.0, 9833.0, 9848.0, 9832.0, 9859.0, 9864.0, 9878.0, 9836.0, 9859.0, 9873.0, 9846.0, 9884.0, 9830.0, 9839.0, 9826.0, 9828.0, 9868.0, 9845.0, 9880.0, 9856.0, 9825.0, 9837.0, 9839.0, 9811.0, 9830.0, 9857.0, 9855.0, 9823.0, 9829.0, 9828.0, 9828.0, 9847.0, 9849.0, 9846.0, 9862.0, 9834.0, 9837.0, 9877.0, 9860.0, 9883.0, 9869.0, 9829.0, 9835.0, 9840.0, 9849.0, 9831.0, 9823.0, 9866.0, 9850.0, 9882.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.012253047796399755</td></tr>
<tr><td colspan=3>aqi</td><td>0.044367922594661706</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.75636897595653</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3204229103105602</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2143207321863372</td></tr>
<tr><td colspan=3>efc</td><td>0.4975</td></tr>
<tr><td colspan=3>fber</td><td>4826.3779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11804457132639681</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.807572936064556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5950432926562255</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4779169409218564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.781242388235469</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.525970548811351</td></tr>
<tr><td colspan=3>gcor</td><td>0.00998973</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0006711112218908966</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.050436846911907196</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1611</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.895262971114353</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.2479</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7087</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.7602</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297935.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1178.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.5223</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2401</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.6752</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3654.5693</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.535</td></tr>
<tr><td colspan=3>tsnr</td><td>29.45652861543931</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>