<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-03/func/sub-0021_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>566c92684291d592e7c274fc1370d28c</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>14:23:37.837500</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.999758, -0.0217241, -0.00337291, 0.0214656, 0.997742, -0.0636376]</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.101108</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7761, -7249, 544, -34, -26, -38, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c9c6c8d-58a5-4d78-8bab-2d6a5835240b||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.6822783946990967, 0.05759061127901077, -0.012818966060876846, 111.61222839355469], [0.05828415974974632, 2.6768693923950195, -0.17158454656600952, -102.08257293701172], [-0.00904927309602499, 0.17073507606983185, 2.694511890411377, -66.4161605834961], [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': ['142337.837500', '142338.297500', '142338.757500', '142339.217500', '142339.677500', '142340.137500', '142340.597500', '142341.057500', '142341.517500', '142341.977500', '142342.437500', '142342.897500', '142343.357500', '142343.817500', '142344.277500', '142344.737500', '142345.197500', '142345.657500', '142346.117500', '142346.577500', '142347.037500', '142347.497500', '142347.957500', '142348.417500', '142348.877500', '142349.337500', '142349.797500', '142350.257500', '142350.717500', '142351.177500', '142351.637500', '142352.097500', '142352.557500', '142353.017500', '142353.477500', '142353.937500', '142354.397500', '142354.857500', '142355.317500', '142355.777500', '142356.237500', '142356.697500', '142357.157500', '142357.617500', '142358.077500', '142358.537500', '142358.997500', '142359.457500', '142359.917500', '142400.377500', '142400.837500', '142401.297500', '142401.757500', '142402.217500', '142402.677500', '142403.137500', '142403.597500', '142404.057500', '142404.517500', '142404.977500', '142405.437500', '142405.897500', '142406.357500', '142406.817500', '142407.277500', '142407.737500', '142408.197500', '142408.657500', '142409.117500', '142409.577500', '142410.037500', '142410.497500', '142410.957500', '142411.417500', '142411.877500', '142412.337500', '142412.797500', '142413.257500', '142413.717500', '142414.177500', '142414.637500', '142415.097500', '142415.557500', '142416.017500', '142416.477500', '142416.937500', '142417.397500', '142417.857500', '142418.317500', '142418.777500', '142419.237500', '142419.697500', '142420.157500', '142420.617500', '142421.077500', '142421.537500', '142421.997500', '142422.457500', '142422.917500', '142423.377500', '142423.837500', '142424.297500', '142424.757500', '142425.217500', '142425.677500', '142426.137500', '142426.597500', '142427.057500', '142427.517500', '142427.977500', '142428.437500', '142428.897500', '142429.357500', '142429.817500', '142430.277500', '142430.737500', '142431.197500', '142431.657500', '142432.117500', '142432.577500', '142433.037500', '142433.497500', '142433.957500', '142434.417500', '142434.877500', '142435.337500', '142435.797500', '142436.257500', '142436.717500', '142437.177500', '142437.637500', '142438.097500', '142438.557500', '142439.017500', '142439.477500', '142439.937500', '142440.397500', '142440.857500', '142441.317500', '142441.777500', '142442.237500', '142442.697500', '142443.157500', '142443.617500', '142444.077500', '142444.537500', '142444.997500', '142445.457500', '142445.917500', '142446.377500', '142446.837500', '142447.297500', '142447.757500', '142448.217500', '142448.677500', '142449.137500', '142449.597500', '142450.057500', '142450.517500', '142450.977500', '142451.437500', '142451.897500', '142452.357500', '142452.817500', '142453.277500', '142453.737500', '142454.197500', '142454.657500', '142455.117500', '142455.577500', '142456.037500', '142456.497500', '142456.957500', '142457.417500', '142457.877500', '142458.337500', '142458.797500', '142459.257500', '142459.717500', '142500.177500', '142500.637500', '142501.097500', '142501.557500', '142502.017500', '142502.477500', '142502.937500', '142503.397500', '142503.857500', '142504.317500', '142504.777500', '142505.237500', '142505.697500', '142506.157500', '142506.617500', '142507.077500', '142507.537500', '142507.997500', '142508.457500', '142508.917500', '142509.377500', '142509.837500', '142510.297500', '142510.757500', '142511.217500', '142511.677500', '142512.137500', '142512.597500', '142513.057500', '142513.517500', '142513.977500', '142514.437500', '142514.897500', '142515.357500', '142515.817500', '142516.277500', '142516.737500', '142517.197500', '142517.657500', '142518.117500', '142518.577500', '142519.037500', '142519.497500', '142519.957500', '142520.417500', '142520.877500', '142521.337500', '142521.797500', '142522.257500', '142522.717500', '142523.177500', '142523.637500', '142524.097500', '142524.557500', '142525.017500', '142525.477500', '142525.937500', '142526.397500', '142526.857500', '142527.317500', '142527.777500', '142528.237500', '142528.697500', '142529.157500', '142529.617500', '142530.077500', '142530.537500', '142530.997500', '142531.457500', '142531.917500', '142532.377500', '142532.837500', '142533.297500', '142533.757500', '142534.217500', '142534.677500', '142535.137500', '142535.597500', '142536.057500', '142536.517500', '142536.977500', '142537.437500', '142537.897500', '142538.357500', '142538.817500', '142539.277500', '142539.737500', '142540.197500', '142540.657500', '142541.117500', '142541.577500', '142542.037500', '142542.497500', '142542.957500', '142543.417500', '142543.877500', '142544.337500', '142544.797500', '142545.257500', '142545.717500', '142546.177500', '142546.637500', '142547.097500', '142547.557500', '142548.017500', '142548.477500', '142548.937500', '142549.397500', '142549.857500', '142550.317500', '142550.777500', '142551.237500', '142551.697500', '142552.157500', '142552.617500', '142553.077500', '142553.537500', '142553.997500', '142554.457500', '142554.917500', '142555.377500', '142555.837500', '142556.297500', '142556.757500', '142557.217500', '142557.677500', '142558.137500', '142558.597500', '142559.057500', '142559.517500', '142559.977500', '142600.437500', '142600.897500', '142601.357500', '142601.817500', '142602.277500', '142602.737500', '142603.197500', '142603.657500', '142604.117500', '142604.577500', '142605.037500', '142605.497500', '142605.957500', '142606.417500', '142606.877500', '142607.337500', '142607.797500', '142608.257500', '142608.717500', '142609.177500', '142609.637500', '142610.097500', '142610.557500', '142611.017500', '142611.477500', '142611.937500', '142612.397500', '142612.857500', '142613.317500', '142613.777500', '142614.237500', '142614.697500', '142615.157500', '142615.617500', '142616.077500', '142616.537500', '142616.997500', '142617.457500', '142617.917500', '142618.377500', '142618.837500', '142619.297500', '142619.757500', '142620.217500', '142620.677500', '142621.137500', '142621.597500', '142622.057500', '142622.517500', '142622.977500', '142623.437500', '142623.897500', '142624.357500', '142624.817500', '142625.277500', '142625.737500', '142626.197500', '142626.657500', '142627.117500', '142627.577500', '142628.037500', '142628.497500', '142628.957500', '142629.417500', '142629.877500', '142630.337500', '142630.797500', '142631.257500', '142631.717500', '142632.177500', '142632.637500', '142633.097500', '142633.557500', '142634.017500', '142634.477500', '142634.937500', '142635.397500', '142635.857500', '142636.317500', '142636.777500', '142637.237500', '142637.697500', '142638.157500', '142638.617500', '142639.077500', '142639.537500', '142639.997500', '142640.457500', '142640.917500', '142641.377500', '142641.837500', '142642.297500', '142642.757500', '142643.217500', '142643.677500', '142644.137500', '142644.597500', '142645.057500', '142645.517500', '142645.977500', '142646.437500', '142646.897500', '142647.357500', '142647.817500', '142648.277500', '142648.737500', '142649.197500', '142649.657500', '142650.117500', '142650.577500', '142651.037500', '142651.497500', '142651.957500', '142652.417500', '142652.877500', '142653.337500', '142653.797500', '142654.257500', '142654.717500', '142655.177500', '142655.637500', '142656.097500', '142656.557500', '142657.017500', '142657.477500', '142657.937500', '142658.397500', '142658.857500', '142659.317500', '142659.777500', '142700.237500', '142700.697500', '142701.157500', '142701.617500', '142702.077500', '142702.537500', '142702.997500', '142703.457500', '142703.917500', '142704.377500', '142704.837500', '142705.297500', '142705.757500', '142706.217500', '142706.677500', '142707.137500', '142707.597500', '142708.057500', '142708.517500', '142708.977500', '142709.437500', '142709.897500', '142710.357500', '142710.817500', '142711.277500', '142711.737500', '142712.197500', '142712.657500', '142713.117500', '142713.577500', '142714.037500', '142714.497500', '142714.957500', '142715.417500', '142715.877500', '142716.337500', '142716.797500', '142717.257500', '142717.717500', '142718.177500', '142718.637500', '142719.097500', '142719.557500', '142720.017500', '142720.477500', '142720.937500', '142721.397500', '142721.857500', '142722.317500', '142722.777500', '142723.237500', '142723.697500', '142724.157500', '142724.617500', '142725.077500', '142725.537500', '142725.997500', '142726.457500', '142726.917500', '142727.377500', '142727.837500', '142728.297500', '142728.757500', '142729.217500', '142729.677500', '142730.137500', '142730.597500', '142731.057500', '142731.517500', '142731.977500', '142732.437500', '142732.897500', '142733.357500', '142733.817500', '142734.277500', '142734.737500', '142735.197500', '142735.657500', '142736.117500', '142736.577500', '142737.037500', '142737.497500', '142737.957500', '142738.417500', '142738.877500', '142739.337500', '142739.797500', '142740.257500', '142740.717500', '142741.177500', '142741.637500', '142742.097500', '142742.557500', '142743.017500', '142743.477500', '142743.937500', '142744.397500', '142744.857500', '142745.317500', '142745.777500', '142746.237500', '142746.697500', '142747.157500', '142747.617500', '142748.077500', '142748.537500', '142748.997500', '142749.457500', '142749.917500', '142750.377500', '142750.837500', '142751.297500', '142751.757500', '142752.217500', '142752.677500', '142753.137500', '142753.597500', '142754.057500', '142754.517500', '142754.977500', '142755.437500', '142755.897500', '142756.357500', '142756.817500', '142757.277500', '142757.737500', '142758.197500', '142758.657500', '142759.117500', '142759.577500', '142800.037500', '142800.497500', '142800.957500', '142801.417500', '142801.877500', '142802.337500', '142802.797500', '142803.257500', '142803.717500', '142804.177500', '142804.637500', '142805.097500', '142805.557500', '142806.017500', '142806.477500', '142806.937500', '142807.397500', '142807.857500', '142808.317500', '142808.777500', '142809.237500', '142809.697500', '142810.157500', '142810.617500', '142811.077500', '142811.537500', '142811.997500', '142812.457500', '142812.917500', '142813.377500', '142813.837500', '142814.297500', '142814.757500', '142815.217500', '142815.677500', '142816.137500', '142816.597500', '142817.057500', '142817.517500', '142817.977500', '142818.437500', '142818.897500', '142819.357500', '142819.817500', '142820.277500', '142820.737500', '142821.197500', '142821.657500', '142822.117500', '142822.577500', '142823.037500', '142823.497500', '142823.957500', '142824.417500', '142824.877500', '142825.337500', '142825.797500', '142826.257500', '142826.717500', '142827.177500', '142827.637500', '142828.097500', '142828.557500', '142829.017500', '142829.477500', '142829.937500', '142830.397500', '142830.857500', '142831.317500', '142831.777500', '142832.237500', '142832.697500', '142833.157500', '142833.617500', '142834.077500', '142834.537500', '142834.997500', '142835.457500', '142835.917500', '142836.377500', '142836.837500', '142837.297500', '142837.757500', '142838.217500', '142838.677500', '142839.137500', '142839.597500', '142840.057500', '142840.517500', '142840.977500', '142841.437500', '142841.897500', '142842.357500', '142842.817500', '142843.277500', '142843.737500', '142844.197500', '142844.657500', '142845.117500', '142845.577500', '142846.037500', '142846.497500', '142846.957500', '142847.417500', '142847.877500', '142848.337500', '142848.797500', '142849.257500', '142849.717500', '142850.177500', '142850.637500', '142851.097500', '142851.557500', '142852.017500', '142852.477500', '142852.937500', '142853.397500', '142853.857500', '142854.317500', '142854.777500', '142855.237500', '142855.697500', '142856.157500', '142856.617500', '142857.077500', '142857.537500', '142857.997500', '142858.457500', '142858.917500', '142859.377500', '142859.837500', '142900.297500', '142900.757500', '142901.217500', '142901.677500', '142902.137500', '142902.597500', '142903.057500', '142903.517500', '142903.977500', '142904.437500', '142904.897500', '142905.357500', '142905.817500', '142906.277500', '142906.737500', '142907.197500', '142907.657500', '142908.117500', '142908.577500', '142909.037500', '142909.497500', '142909.957500', '142910.417500', '142910.877500', '142911.337500', '142911.797500', '142912.257500', '142912.717500', '142913.177500', '142913.637500', '142914.097500', '142914.557500', '142915.017500', '142915.477500', '142915.937500', '142916.397500', '142916.857500', '142917.317500', '142917.777500', '142918.237500', '142918.697500', '142919.157500', '142919.617500', '142920.077500', '142920.537500', '142920.997500', '142921.457500', '142921.917500', '142922.377500', '142922.837500', '142923.297500', '142923.757500', '142924.217500', '142924.677500', '142925.137500', '142925.597500', '142926.057500', '142926.517500', '142926.977500', '142927.437500', '142927.897500', '142928.357500', '142928.817500', '142929.277500', '142929.737500', '142930.197500', '142930.657500', '142931.117500', '142931.577500', '142932.037500', '142932.497500', '142932.957500', '142933.417500', '142933.877500', '142934.337500', '142934.797500', '142935.257500', '142935.717500', '142936.177500', '142936.637500', '142937.097500', '142937.557500', '142938.017500', '142938.477500', '142938.937500', '142939.397500', '142939.857500', '142940.317500', '142940.777500', '142941.237500', '142941.697500', '142942.157500', '142942.617500', '142943.077500', '142943.537500', '142943.997500', '142944.457500', '142944.917500', '142945.377500', '142945.837500', '142946.297500', '142946.757500', '142947.217500', '142947.677500', '142948.137500', '142948.597500', '142949.057500', '142949.517500', '142949.977500', '142950.437500', '142950.897500', '142951.357500', '142951.817500', '142952.277500', '142952.737500', '142953.197500', '142953.657500', '142954.117500', '142954.577500', '142955.037500', '142955.497500', '142955.957500', '142956.417500', '142956.877500', '142957.337500', '142957.797500', '142958.257500', '142958.717500', '142959.177500', '142959.637500', '143000.097500', '143000.557500', '143001.017500', '143001.477500', '143001.937500', '143002.397500', '143002.857500', '143003.317500', '143003.777500', '143004.237500', '143004.697500', '143005.157500', '143005.617500', '143006.077500', '143006.537500', '143006.997500', '143007.457500', '143007.917500', '143008.377500', '143008.837500', '143009.297500', '143009.757500', '143010.217500', '143010.677500', '143011.137500', '143011.597500', '143012.057500', '143012.517500', '143012.977500', '143013.437500', '143013.897500', '143014.357500', '143014.817500', '143015.277500', '143015.737500', '143016.197500', '143016.657500', '143017.117500', '143017.577500', '143018.037500', '143018.497500', '143018.957500', '143019.417500', '143019.877500', '143020.337500', '143020.797500', '143021.257500', '143021.717500', '143022.177500', '143022.637500', '143023.097500', '143023.557500', '143024.017500', '143024.477500', '143024.937500', '143025.397500', '143025.857500', '143026.317500', '143026.777500', '143027.237500', '143027.697500', '143028.157500', '143028.617500', '143029.077500', '143029.537500', '143029.997500', '143030.457500', '143030.917500', '143031.377500', '143031.837500', '143032.297500', '143032.757500', '143033.217500', '143033.677500', '143034.137500', '143034.597500', '143035.057500', '143035.517500', '143035.977500', '143036.437500', '143036.897500', '143037.357500', '143037.817500', '143038.277500', '143038.737500', '143039.197500', '143039.657500', '143040.117500', '143040.577500', '143041.037500', '143041.497500', '143041.957500', '143042.417500', '143042.877500', '143043.337500', '143043.797500', '143044.257500', '143044.717500', '143045.177500', '143045.637500', '143046.097500', '143046.557500', '143047.017500', '143047.477500', '143047.937500', '143048.397500', '143048.857500', '143049.317500', '143049.777500', '143050.237500', '143050.697500', '143051.157500', '143051.617500', '143052.077500', '143052.537500', '143052.997500', '143053.457500', '143053.917500', '143054.377500', '143054.837500', '143055.297500', '143055.757500', '143056.217500', '143056.677500', '143057.137500', '143057.597500', '143058.057500', '143058.517500', '143058.977500', '143059.437500', '143059.897500', '143100.357500', '143100.817500', '143101.277500', '143101.737500', '143102.197500', '143102.657500', '143103.117500', '143103.577500', '143104.037500', '143104.497500', '143104.957500', '143105.417500', '143105.877500', '143106.337500', '143106.797500', '143107.257500', '143107.717500', '143108.177500', '143108.637500', '143109.097500', '143109.557500', '143110.017500', '143110.477500', '143110.937500', '143111.397500', '143111.857500', '143112.317500', '143112.777500', '143113.237500', '143113.697500', '143114.157500', '143114.617500', '143115.077500', '143115.537500', '143115.997500', '143116.457500', '143116.917500', '143117.377500', '143117.837500', '143118.297500', '143118.757500', '143119.217500', '143119.677500', '143120.137500', '143120.597500', '143121.057500', '143121.517500', '143121.977500', '143122.437500', '143122.897500', '143123.357500', '143123.817500', '143124.277500', '143124.737500', '143125.197500', '143125.657500', '143126.117500', '143126.577500', '143127.037500', '143127.497500', '143127.957500', '143128.417500', '143128.877500', '143129.337500', '143129.797500', '143130.257500', '143130.717500', '143131.177500', '143131.637500', '143132.097500', '143132.557500', '143133.017500', '143133.477500', '143133.937500', '143134.397500', '143134.857500', '143135.317500', '143135.777500', '143136.237500', '143136.697500', '143137.157500', '143137.617500', '143138.077500', '143138.537500', '143138.997500', '143139.457500', '143139.917500', '143140.377500', '143140.837500', '143141.297500', '143141.757500', '143142.217500', '143142.677500', '143143.137500', '143143.597500', '143144.057500', '143144.517500', '143144.977500', '143145.437500', '143145.897500', '143146.357500', '143146.817500', '143147.277500', '143147.737500', '143148.197500', '143148.657500', '143149.117500', '143149.577500', '143150.037500', '143150.497500', '143150.957500', '143151.417500', '143151.877500', '143152.337500', '143152.797500', '143153.257500', '143153.717500', '143154.177500', '143154.637500', '143155.097500', '143155.557500', '143156.017500', '143156.477500', '143156.937500', '143157.397500', '143157.857500', '143158.317500', '143158.777500', '143159.237500', '143159.697500', '143200.157500', '143200.617500', '143201.077500', '143201.537500', '143201.997500', '143202.457500', '143202.917500', '143203.377500', '143203.837500', '143204.297500', '143204.757500', '143205.217500', '143205.677500', '143206.137500', '143206.597500', '143207.057500', '143207.517500', '143207.977500', '143208.437500', '143208.897500', '143209.357500', '143209.817500', '143210.277500', '143210.737500', '143211.197500', '143211.657500', '143212.117500', '143212.577500', '143213.037500', '143213.497500', '143213.957500', '143214.417500', '143214.877500', '143215.337500', '143215.797500', '143216.257500', '143216.717500', '143217.177500', '143217.637500', '143218.097500', '143218.557500', '143219.017500', '143219.477500', '143219.937500', '143220.397500', '143220.857500', '143221.317500', '143221.777500', '143222.237500', '143222.697500', '143223.157500', '143223.617500', '143224.077500', '143224.537500', '143224.997500', '143225.457500', '143225.917500', '143226.377500', '143226.837500', '143227.297500', '143227.757500', '143228.217500', '143228.677500', '143229.137500', '143229.597500', '143230.057500', '143230.517500', '143230.977500', '143231.437500', '143231.897500', '143232.357500', '143232.817500', '143233.277500', '143233.737500', '143234.197500', '143234.657500', '143235.117500', '143235.577500', '143236.037500', '143236.497500', '143236.957500', '143237.417500', '143237.877500', '143238.337500', '143238.797500', '143239.257500', '143239.717500', '143240.177500', '143240.637500', '143241.097500', '143241.557500', '143242.017500', '143242.477500', '143242.937500', '143243.397500', '143243.857500', '143244.317500', '143244.777500', '143245.237500', '143245.697500', '143246.157500', '143246.617500', '143247.077500', '143247.537500', '143247.997500', '143248.457500', '143248.917500', '143249.377500', '143249.837500', '143250.297500', '143250.757500', '143251.217500', '143251.677500', '143252.137500', '143252.597500', '143253.057500', '143253.517500', '143253.977500', '143254.437500', '143254.897500', '143255.357500', '143255.817500', '143256.277500', '143256.737500', '143257.197500', '143257.657500', '143258.117500', '143258.577500', '143259.037500', '143259.497500', '143259.957500', '143300.417500', '143300.877500', '143301.337500', '143301.797500', '143302.257500', '143302.717500', '143303.177500', '143303.637500', '143304.097500', '143304.557500', '143305.017500', '143305.477500', '143305.937500', '143306.397500', '143306.857500', '143307.317500', '143307.777500', '143308.237500', '143308.697500', '143309.157500', '143309.617500', '143310.077500', '143310.537500', '143310.997500', '143311.457500', '143311.917500', '143312.377500', '143312.837500', '143313.297500', '143313.757500', '143314.217500', '143314.677500', '143315.137500', '143315.597500', '143316.057500', '143316.517500', '143316.977500', '143317.437500', '143317.897500', '143318.357500', '143318.817500', '143319.277500', '143319.737500', '143320.197500', '143320.657500', '143321.117500', '143321.577500', '143322.037500', '143322.497500', '143322.957500', '143323.417500', '143323.877500', '143324.337500', '143324.797500', '143325.257500', '143325.717500', '143326.177500', '143326.637500', '143327.097500', '143327.557500', '143328.017500', '143328.477500', '143328.937500', '143329.397500', '143329.857500', '143330.317500', '143330.777500', '143331.237500', '143331.697500', '143332.157500', '143332.617500', '143333.077500', '143333.537500', '143333.997500', '143334.457500', '143334.917500', '143335.377500', '143335.837500', '143336.297500', '143336.757500', '143337.217500', '143337.677500', '143338.137500', '143338.597500', '143339.057500', '143339.517500', '143339.977500', '143340.437500', '143340.897500', '143341.357500', '143341.817500', '143342.277500', '143342.737500', '143343.197500', '143343.657500', '143344.117500', '143344.577500', '143345.037500', '143345.497500', '143345.957500', '143346.417500', '143346.877500', '143347.337500', '143347.797500', '143348.257500', '143348.717500', '143349.177500', '143349.637500', '143350.097500', '143350.557500', '143351.017500', '143351.477500', '143351.937500', '143352.397500', '143352.857500', '143353.317500', '143353.777500', '143354.237500', '143354.697500', '143355.157500', '143355.617500', '143356.077500', '143356.537500', '143356.997500', '143357.457500', '143357.917500', '143358.377500', '143358.837500', '143359.297500', '143359.757500', '143400.217500', '143400.677500', '143401.137500', '143401.597500', '143402.057500', '143402.517500', '143402.977500', '143403.437500', '143403.897500', '143404.357500', '143404.817500', '143405.277500', '143405.737500', '143406.197500', '143406.657500', '143407.117500', '143407.577500', '143408.037500', '143408.497500', '143408.957500', '143409.417500', '143409.877500', '143410.337500', '143410.797500', '143411.257500', '143411.717500', '143412.177500', '143412.637500', '143413.097500', '143413.557500', '143414.017500', '143414.477500', '143414.937500', '143415.397500', '143415.857500', '143416.317500', '143416.777500', '143417.237500', '143417.697500', '143418.157500', '143418.617500', '143419.077500', '143419.537500', '143419.997500', '143420.457500', '143420.917500', '143421.377500', '143421.837500', '143422.297500', '143422.757500', '143423.217500', '143423.677500', '143424.137500', '143424.597500', '143425.057500', '143425.517500', '143425.977500', '143426.437500', '143426.897500', '143427.357500', '143427.817500', '143428.277500', '143428.737500', '143429.197500', '143429.657500', '143430.117500', '143430.577500', '143431.037500', '143431.497500', '143431.957500', '143432.417500', '143432.877500', '143433.337500', '143433.797500', '143434.257500', '143434.717500', '143435.177500', '143435.637500', '143436.097500', '143436.557500', '143437.017500', '143437.477500', '143437.937500', '143438.397500', '143438.857500', '143439.317500', '143439.777500', '143440.237500', '143440.697500', '143441.157500', '143441.617500', '143442.077500', '143442.537500', '143442.997500', '143443.457500', '143443.917500', '143444.377500', '143444.837500', '143445.297500', '143445.757500', '143446.217500', '143446.677500', '143447.137500', '143447.597500', '143448.057500', '143448.517500', '143448.977500', '143449.437500', '143449.897500', '143450.357500', '143450.817500', '143451.277500', '143451.737500', '143452.197500', '143452.657500', '143453.117500', '143453.577500', '143454.037500', '143454.497500', '143454.957500', '143455.417500', '143455.877500', '143456.337500', '143456.797500', '143457.257500', '143457.717500', '143458.177500', '143458.637500', '143459.097500', '143459.557500', '143500.017500', '143500.477500', '143500.937500', '143501.397500', '143501.857500', '143502.317500', '143502.777500', '143503.237500', '143503.697500', '143504.157500', '143504.617500', '143505.077500', '143505.537500', '143505.997500', '143506.457500', '143506.917500', '143507.377500', '143507.837500', '143508.297500', '143508.757500', '143509.217500', '143509.677500', '143510.137500', '143510.597500', '143511.057500', '143511.517500', '143511.977500', '143512.437500', '143512.897500', '143513.357500', '143513.817500', '143514.277500', '143514.737500', '143515.197500', '143515.657500', '143516.117500', '143516.577500', '143517.037500', '143517.497500', '143517.957500', '143518.417500', '143518.877500', '143519.337500', '143519.797500', '143520.257500', '143520.717500', '143521.177500', '143521.637500', '143522.097500', '143522.557500', '143523.017500', '143523.477500', '143523.937500', '143524.397500', '143524.857500', '143525.317500', '143525.777500', '143526.237500', '143526.697500', '143527.157500', '143527.617500', '143528.077500', '143528.537500', '143528.997500', '143529.457500', '143529.917500', '143530.377500', '143530.837500', '143531.297500', '143531.757500', '143532.217500', '143532.677500', '143533.137500', '143533.597500', '143534.057500', '143534.517500', '143534.977500', '143535.437500', '143535.897500', '143536.357500', '143536.817500', '143537.277500', '143537.737500', '143538.197500', '143538.657500', '143539.117500', '143539.577500', '143540.037500', '143540.497500', '143540.957500', '143541.417500', '143541.877500', '143542.337500', '143542.797500', '143543.257500', '143543.717500', '143544.177500', '143544.637500', '143545.097500', '143545.557500', '143546.017500', '143546.477500', '143546.937500', '143547.397500', '143547.857500', '143548.317500', '143548.777500', '143549.237500', '143549.697500', '143550.157500', '143550.617500', '143551.077500', '143551.537500', '143551.997500', '143552.457500', '143552.917500', '143553.377500', '143553.837500', '143554.297500', '143554.757500', '143555.217500', '143555.677500', '143556.137500', '143556.597500', '143557.057500', '143557.517500', '143557.977500', '143558.437500', '143558.897500', '143559.357500', '143559.817500', '143600.277500', '143600.737500'], 'ContentTime': ['142403.878000', '142403.882000', '142403.885000', '142403.888000', '142403.891000', '142403.894000', '142403.896000', '142403.899000', '142403.902000', '142403.905000', '142403.908000', '142403.911000', '142403.913000', '142403.916000', '142403.919000', '142403.922000', '142403.925000', '142403.928000', '142403.930000', '142403.933000', '142403.936000', '142403.939000', '142403.942000', '142403.946000', '142403.948000', '142403.951000', '142403.954000', '142403.957000', '142403.960000', '142403.963000', '142403.966000', '142403.968000', '142403.971000', '142403.974000', '142403.977000', '142403.980000', '142403.982000', '142403.985000', '142403.988000', '142403.991000', '142403.993000', '142403.996000', '142403.999000', '142404.002000', '142404.005000', '142404.008000', '142404.010000', '142404.013000', '142404.016000', '142404.019000', '142404.022000', '142404.024000', '142404.027000', '142404.030000', '142404.033000', '142423.859000', '142423.863000', '142423.865000', '142423.868000', '142423.872000', '142423.875000', '142423.878000', '142423.881000', '142423.883000', '142423.886000', '142423.889000', '142423.892000', '142423.895000', '142423.897000', '142423.900000', '142423.903000', '142423.914000', '142423.916000', '142423.919000', '142423.922000', '142423.925000', '142423.928000', '142423.931000', '142423.933000', '142423.936000', '142423.939000', '142423.942000', '142423.945000', '142423.947000', '142423.950000', '142423.953000', '142423.956000', '142423.959000', '142423.962000', '142423.964000', '142423.967000', '142423.970000', '142423.973000', '142423.976000', '142423.978000', '142423.981000', '142423.984000', '142423.987000', '142443.842000', '142443.845000', '142443.848000', '142443.851000', '142443.854000', '142443.856000', '142443.859000', '142443.862000', '142443.865000', '142443.868000', '142443.870000', '142443.873000', '142443.876000', '142443.879000', '142443.882000', '142443.885000', '142443.887000', '142443.890000', '142443.893000', '142443.896000', '142443.899000', '142443.901000', '142443.904000', '142443.907000', '142443.910000', '142443.913000', '142443.916000', '142443.919000', '142443.922000', '142443.925000', '142443.927000', '142443.930000', '142443.933000', '142443.936000', '142443.939000', '142443.942000', '142443.944000', '142443.947000', '142443.950000', '142443.953000', '142443.956000', '142443.959000', '142443.961000', '142443.964000', '142503.842000', '142503.845000', '142503.848000', '142503.850000', '142503.853000', '142503.856000', '142503.859000', '142503.862000', '142503.866000', '142503.869000', '142503.872000', '142503.875000', '142503.878000', '142503.881000', '142503.884000', '142503.887000', '142503.889000', '142503.892000', '142503.895000', '142503.898000', '142503.901000', '142503.904000', '142503.906000', '142503.909000', '142503.912000', '142503.915000', '142503.918000', '142503.920000', '142503.923000', '142503.926000', '142503.929000', '142503.932000', '142503.935000', '142503.938000', '142503.940000', '142503.943000', '142503.946000', '142503.949000', '142503.952000', '142503.954000', '142503.957000', '142503.960000', '142503.963000', '142523.842000', '142523.845000', '142523.848000', '142523.851000', '142523.854000', '142523.856000', '142523.859000', '142523.862000', '142523.865000', '142523.868000', '142523.870000', '142523.873000', '142523.876000', '142523.879000', '142523.882000', '142523.885000', '142523.887000', '142523.890000', '142523.893000', '142523.896000', '142523.899000', '142523.902000', '142523.904000', '142523.907000', '142523.910000', '142523.913000', '142523.919000', '142523.922000', '142523.925000', '142523.928000', '142523.931000', '142523.934000', '142523.937000', '142523.939000', '142523.942000', '142523.945000', '142523.948000', '142523.951000', '142523.953000', '142523.956000', '142523.959000', '142523.962000', '142523.965000', '142523.968000', '142543.842000', '142543.845000', '142543.848000', '142543.851000', '142543.854000', '142543.876000', '142543.879000', '142543.882000', '142543.885000', '142543.887000', '142543.890000', '142543.893000', '142543.896000', '142543.899000', '142543.902000', '142543.905000', '142543.908000', '142543.911000', '142543.913000', '142543.916000', '142543.919000', '142543.922000', '142543.925000', '142543.928000', '142543.930000', '142543.933000', '142543.936000', '142543.939000', '142543.942000', '142543.945000', '142543.947000', '142543.950000', '142543.953000', '142543.956000', '142543.959000', '142543.962000', '142543.964000', '142543.967000', '142543.970000', '142543.988000', '142543.991000', '142543.994000', '142543.996000', '142603.842000', '142603.845000', '142603.848000', '142603.851000', '142603.854000', '142603.856000', '142603.859000', '142603.862000', '142603.865000', '142603.868000', '142603.871000', '142603.874000', '142603.876000', '142603.879000', '142603.882000', '142603.885000', '142603.888000', '142603.891000', '142603.893000', '142603.896000', '142603.899000', '142603.902000', '142603.905000', '142603.908000', '142603.910000', '142603.913000', '142603.916000', '142603.919000', '142603.922000', '142603.925000', '142603.927000', '142603.930000', '142603.933000', '142603.936000', '142603.939000', '142603.942000', '142603.944000', '142603.947000', '142603.950000', '142603.953000', '142603.956000', '142603.959000', '142603.962000', '142603.965000', '142623.842000', '142623.845000', '142623.848000', '142623.851000', '142623.853000', '142623.856000', '142623.859000', '142623.862000', '142623.865000', '142623.868000', '142623.877000', '142623.880000', '142623.883000', '142623.886000', '142623.891000', '142623.895000', '142623.897000', '142623.900000', '142623.903000', '142623.906000', '142623.909000', '142623.911000', '142623.914000', '142623.917000', '142623.920000', '142623.923000', '142623.926000', '142623.929000', '142623.931000', '142623.934000', '142623.937000', '142623.940000', '142623.943000', '142623.946000', '142623.949000', '142623.951000', '142623.954000', '142623.957000', '142623.960000', '142623.963000', '142623.966000', '142623.968000', '142623.971000', '142643.843000', '142643.846000', '142643.849000', '142643.852000', '142643.855000', '142643.857000', '142643.860000', '142643.863000', '142643.866000', '142643.869000', '142643.872000', '142643.875000', '142643.878000', '142643.880000', '142643.883000', '142643.886000', '142643.889000', '142643.892000', '142643.895000', '142643.898000', '142643.901000', '142643.904000', '142643.906000', '142643.909000', '142643.912000', '142643.915000', '142643.918000', '142643.921000', '142643.924000', '142643.926000', '142643.929000', '142643.932000', '142643.935000', '142643.938000', '142643.941000', '142643.943000', '142643.946000', '142643.949000', '142643.952000', '142643.955000', '142643.958000', '142643.961000', '142643.963000', '142643.966000', '142703.842000', '142703.845000', '142703.848000', '142703.852000', '142703.855000', '142703.858000', '142703.861000', '142703.864000', '142703.867000', '142703.870000', '142703.873000', '142703.875000', '142703.878000', '142703.881000', '142703.884000', '142703.887000', '142703.890000', '142703.892000', '142703.895000', '142703.898000', '142703.901000', '142703.904000', '142703.907000', '142703.910000', '142703.913000', '142703.916000', '142703.918000', '142703.921000', '142703.924000', '142703.927000', '142703.930000', '142703.933000', '142703.935000', '142703.938000', '142703.941000', '142703.946000', '142703.957000', '142703.960000', '142703.963000', '142703.966000', '142703.969000', '142703.981000', '142703.983000', '142723.842000', '142723.845000', '142723.848000', '142723.851000', '142723.854000', '142723.856000', '142723.859000', '142723.862000', '142723.865000', '142723.868000', '142723.871000', '142723.873000', '142723.876000', '142723.879000', '142723.882000', '142723.885000', '142723.888000', '142723.890000', '142723.893000', '142723.896000', '142723.899000', '142723.916000', '142723.918000', '142723.921000', '142723.924000', '142723.927000', '142723.930000', '142723.933000', '142723.936000', '142723.938000', '142723.941000', '142723.944000', '142723.947000', '142723.950000', '142723.953000', '142723.956000', '142723.959000', '142723.962000', '142723.965000', '142723.967000', '142723.970000', '142723.973000', '142723.976000', '142723.979000', '142743.842000', '142743.845000', '142743.848000', '142743.851000', '142743.854000', '142743.856000', '142743.859000', '142743.862000', '142743.865000', '142743.868000', '142743.871000', '142743.874000', '142743.877000', '142743.879000', '142743.882000', '142743.885000', '142743.888000', '142743.891000', '142743.894000', '142743.897000', '142743.899000', '142743.902000', '142743.905000', '142743.908000', '142743.911000', '142743.914000', '142743.917000', '142743.920000', '142743.922000', '142743.925000', '142743.928000', '142743.931000', '142743.934000', '142743.937000', '142743.940000', '142743.942000', '142743.947000', '142743.955000', '142743.958000', '142743.961000', '142743.964000', '142743.967000', '142743.969000', '142803.842000', '142803.845000', '142803.848000', '142803.851000', '142803.854000', '142803.857000', '142803.859000', '142803.862000', '142803.865000', '142803.868000', '142803.871000', '142803.874000', '142803.876000', '142803.879000', '142803.882000', '142803.885000', '142803.888000', '142803.891000', '142803.893000', '142803.896000', '142803.899000', '142803.902000', '142803.905000', '142803.908000', '142803.911000', '142803.913000', '142803.916000', '142803.919000', '142803.922000', '142803.925000', '142803.928000', '142803.931000', '142803.933000', '142803.936000', '142803.939000', '142803.942000', '142803.945000', '142803.948000', '142803.951000', '142803.953000', '142803.956000', '142803.959000', '142803.962000', '142803.965000', '142823.842000', '142823.845000', '142823.848000', '142823.860000', '142823.863000', '142823.866000', '142823.869000', '142823.872000', '142823.875000', '142823.877000', '142823.880000', '142823.883000', '142823.886000', '142823.891000', '142823.894000', '142823.897000', '142823.900000', '142823.903000', '142823.906000', '142823.909000', '142823.912000', '142823.914000', '142823.917000', '142823.920000', '142823.923000', '142823.926000', '142823.929000', '142823.931000', '142823.934000', '142823.937000', '142823.940000', '142823.943000', '142823.946000', '142823.949000', '142823.952000', '142823.955000', '142823.958000', '142823.961000', '142823.964000', '142823.967000', '142823.970000', '142823.972000', '142823.975000', '142843.842000', '142843.845000', '142843.848000', '142843.851000', '142843.854000', '142843.857000', '142843.860000', '142843.862000', '142843.865000', '142843.868000', '142843.871000', '142843.874000', '142843.877000', '142843.879000', '142843.882000', '142843.885000', '142843.888000', '142843.891000', '142843.894000', '142843.897000', '142843.900000', '142843.902000', '142843.905000', '142843.908000', '142843.911000', '142843.914000', '142843.917000', '142843.920000', '142843.922000', '142843.925000', '142843.928000', '142843.931000', '142843.934000', '142843.937000', '142843.940000', '142843.942000', '142843.945000', '142843.948000', '142843.951000', '142843.954000', '142843.957000', '142843.960000', '142843.962000', '142843.965000', '142903.843000', '142903.846000', '142903.849000', '142903.852000', '142903.855000', '142903.857000', '142903.860000', '142903.863000', '142903.866000', '142903.869000', '142903.872000', '142903.875000', '142903.879000', '142903.882000', '142903.885000', '142903.888000', '142903.891000', '142903.894000', '142903.897000', '142903.900000', '142903.902000', '142903.905000', '142903.908000', '142903.911000', '142903.914000', '142903.917000', '142903.919000', '142903.922000', '142903.925000', '142903.928000', '142903.931000', '142903.934000', '142903.937000', '142903.939000', '142903.942000', '142903.945000', '142903.948000', '142903.951000', '142903.954000', '142903.957000', '142903.960000', '142903.963000', '142903.965000', '142923.842000', '142923.845000', '142923.848000', '142923.851000', '142923.854000', '142923.856000', '142923.859000', '142923.862000', '142923.865000', '142923.868000', '142923.871000', '142923.873000', '142923.876000', '142923.879000', '142923.882000', '142923.885000', '142923.888000', '142923.891000', '142923.893000', '142923.896000', '142923.899000', '142923.902000', '142923.905000', '142923.908000', '142923.912000', '142923.915000', '142923.918000', '142923.921000', '142923.924000', '142923.927000', '142923.929000', '142923.932000', '142923.935000', '142923.938000', '142923.941000', '142923.944000', '142923.947000', '142923.949000', '142923.952000', '142923.955000', '142923.958000', '142923.961000', '142923.964000', '142923.966000', '142943.842000', '142943.845000', '142943.848000', '142943.851000', '142943.854000', '142943.857000', '142943.859000', '142943.862000', '142943.865000', '142943.868000', '142943.871000', '142943.874000', '142943.876000', '142943.879000', '142943.882000', '142943.885000', '142943.888000', '142943.891000', '142943.894000', '142943.897000', '142943.899000', '142943.902000', '142943.905000', '142943.908000', '142943.911000', '142943.914000', '142943.917000', '142943.919000', '142943.922000', '142943.925000', '142943.930000', '142943.933000', '142943.936000', '142943.939000', '142943.942000', '142943.944000', '142943.947000', '142943.950000', '142943.953000', '142943.956000', '142943.959000', '142943.961000', '142943.964000', '143003.842000', '143003.845000', '143003.848000', '143003.851000', '143003.854000', '143003.856000', '143003.859000', '143003.862000', '143003.865000', '143003.868000', '143003.870000', '143003.873000', '143003.876000', '143003.879000', '143003.882000', '143003.885000', '143003.887000', '143003.890000', '143003.893000', '143003.896000', '143003.899000', '143003.902000', '143003.905000', '143003.908000', '143003.910000', '143003.917000', '143003.920000', '143003.923000', '143003.926000', '143003.929000', '143003.932000', '143003.934000', '143003.937000', '143003.940000', '143003.943000', '143003.946000', '143003.949000', '143003.951000', '143003.954000', '143003.957000', '143003.960000', '143003.963000', '143003.966000', '143003.968000', '143023.842000', '143023.845000', '143023.848000', '143023.851000', '143023.854000', '143023.856000', '143023.859000', '143023.862000', '143023.865000', '143023.868000', '143023.871000', '143023.873000', '143023.876000', '143023.879000', '143023.882000', '143023.885000', '143023.888000', '143023.891000', '143023.893000', '143023.896000', '143023.899000', '143023.902000', '143023.905000', '143023.908000', '143023.910000', '143023.913000', '143023.916000', '143023.919000', '143023.922000', '143023.925000', '143023.928000', '143023.930000', '143023.933000', '143023.936000', '143023.939000', '143023.942000', '143023.945000', '143023.948000', '143023.950000', '143023.953000', '143023.956000', '143023.959000', '143023.962000', '143043.842000', '143043.845000', '143043.848000', '143043.851000', '143043.854000', '143043.857000', '143043.859000', '143043.862000', '143043.865000', '143043.868000', '143043.871000', '143043.874000', '143043.877000', '143043.880000', '143043.882000', '143043.885000', '143043.888000', '143043.891000', '143043.894000', '143043.897000', '143043.899000', '143043.902000', '143043.905000', '143043.908000', '143043.911000', '143043.914000', '143043.916000', '143043.919000', '143043.922000', '143043.925000', '143043.928000', '143043.931000', '143043.934000', '143043.937000', '143043.939000', '143043.942000', '143043.945000', '143043.948000', '143043.951000', '143043.954000', '143043.957000', '143043.959000', '143043.962000', '143043.965000', '143103.842000', '143103.845000', '143103.848000', '143103.851000', '143103.854000', '143103.857000', '143103.859000', '143103.862000', '143103.865000', '143103.868000', '143103.871000', '143103.874000', '143103.877000', '143103.879000', '143103.882000', '143103.885000', '143103.888000', '143103.891000', '143103.894000', '143103.896000', '143103.899000', '143103.902000', '143103.905000', '143103.908000', '143103.911000', '143103.913000', '143103.916000', '143103.919000', '143103.922000', '143103.925000', '143103.928000', '143103.931000', '143103.933000', '143103.936000', '143103.939000', '143103.942000', '143103.945000', '143103.948000', '143103.951000', '143103.954000', '143103.956000', '143103.959000', '143103.962000', '143123.843000', '143123.846000', '143123.849000', '143123.852000', '143123.855000', '143123.857000', '143123.860000', '143123.863000', '143123.866000', '143123.869000', '143123.872000', '143123.875000', '143123.877000', '143123.880000', '143123.883000', '143123.886000', '143123.889000', '143123.892000', '143123.895000', '143123.897000', '143123.900000', '143123.903000', '143123.906000', '143123.909000', '143123.912000', '143123.915000', '143123.917000', '143123.920000', '143123.923000', '143123.926000', '143123.929000', '143123.932000', '143123.935000', '143123.938000', '143123.940000', '143123.943000', '143123.946000', '143123.949000', '143123.952000', '143123.955000', '143123.958000', '143123.961000', '143123.963000', '143123.966000', '143143.842000', '143143.845000', '143143.848000', '143143.851000', '143143.854000', '143143.857000', '143143.859000', '143143.862000', '143143.865000', '143143.882000', '143143.885000', '143143.888000', '143143.891000', '143143.894000', '143143.897000', '143143.900000', '143143.902000', '143143.905000', '143143.908000', '143143.911000', '143143.914000', '143143.917000', '143143.920000', '143143.922000', '143143.925000', '143143.928000', '143143.931000', '143143.934000', '143143.937000', '143143.940000', '143143.942000', '143143.945000', '143143.948000', '143143.951000', '143143.954000', '143143.957000', '143143.959000', '143143.962000', '143143.965000', '143143.968000', '143143.971000', '143143.974000', '143143.977000', '143203.842000', '143203.846000', '143203.848000', '143203.851000', '143203.854000', '143203.857000', '143203.860000', '143203.863000', '143203.866000', '143203.869000', '143203.872000', '143203.874000', '143203.877000', '143203.880000', '143203.883000', '143203.886000', '143203.889000', '143203.892000', '143203.894000', '143203.897000', '143203.900000', '143203.903000', '143203.906000', '143203.909000', '143203.912000', '143203.915000', '143203.917000', '143203.920000', '143203.923000', '143203.926000', '143203.929000', '143203.932000', '143203.934000', '143203.937000', '143203.940000', '143203.943000', '143203.946000', '143203.949000', '143203.952000', '143203.955000', '143203.957000', '143203.960000', '143203.963000', '143223.842000', '143223.845000', '143223.848000', '143223.851000', '143223.854000', '143223.856000', '143223.859000', '143223.862000', '143223.865000', '143223.868000', '143223.871000', '143223.874000', '143223.877000', '143223.879000', '143223.882000', '143223.885000', '143223.888000', '143223.891000', '143223.894000', '143223.897000', '143223.899000', '143223.902000', '143223.905000', '143223.908000', '143223.911000', '143223.914000', '143223.917000', '143223.920000', '143223.922000', '143223.925000', '143223.928000', '143223.931000', '143223.934000', '143223.937000', '143223.939000', '143223.942000', '143223.945000', '143223.948000', '143223.951000', '143223.954000', '143223.957000', '143223.960000', '143223.962000', '143223.965000', '143243.842000', '143243.845000', '143243.848000', '143243.851000', '143243.854000', '143243.857000', '143243.859000', '143243.862000', '143243.865000', '143243.868000', '143243.871000', '143243.874000', '143243.877000', '143243.879000', '143243.882000', '143243.885000', '143243.888000', '143243.891000', '143243.896000', '143243.900000', '143243.903000', '143243.906000', '143243.909000', '143243.912000', '143243.915000', '143243.918000', '143243.920000', '143243.923000', '143243.926000', '143243.929000', '143243.932000', '143243.935000', '143243.937000', '143243.940000', '143243.943000', '143243.946000', '143243.949000', '143243.952000', '143243.955000', '143243.958000', '143243.960000', '143243.963000', '143243.966000', '143303.842000', '143303.845000', '143303.848000', '143303.851000', '143303.854000', '143303.857000', '143303.859000', '143303.862000', '143303.865000', '143303.868000', '143303.871000', '143303.874000', '143303.877000', '143303.879000', '143303.882000', '143303.885000', '143303.888000', '143303.891000', '143303.894000', '143303.896000', '143303.899000', '143303.902000', '143303.905000', '143303.908000', '143303.911000', '143303.914000', '143303.916000', '143303.919000', '143303.922000', '143303.925000', '143303.928000', '143303.931000', '143303.934000', '143303.936000', '143303.939000', '143303.942000', '143303.945000', '143303.948000', '143303.951000', '143303.954000', '143303.956000', '143303.959000', '143303.962000', '143303.965000', '143323.842000', '143323.845000', '143323.848000', '143323.851000', '143323.854000', '143323.857000', '143323.860000', '143323.863000', '143323.865000', '143323.868000', '143323.871000', '143323.874000', '143323.877000', '143323.880000', '143323.883000', '143323.886000', '143323.889000', '143323.891000', '143323.894000', '143323.897000', '143323.900000', '143323.903000', '143323.906000', '143323.909000', '143323.912000', '143323.914000', '143323.917000', '143323.920000', '143323.923000', '143323.926000', '143323.929000', '143323.932000', '143323.935000', '143323.937000', '143323.940000', '143323.943000', '143323.946000', '143323.949000', '143323.952000', '143323.955000', '143323.957000', '143323.960000', '143323.963000', '143343.843000', '143343.846000', '143343.849000', '143343.852000', '143343.855000', '143343.858000', '143343.860000', '143343.863000', '143343.866000', '143343.869000', '143343.872000', '143343.875000', '143343.878000', '143343.881000', '143343.883000', '143343.886000', '143343.889000', '143343.892000', '143343.895000', '143343.898000', '143343.901000', '143343.912000', '143343.915000', '143343.918000', '143343.921000', '143343.924000', '143343.933000', '143343.936000', '143343.939000', '143343.942000', '143343.945000', '143343.948000', '143343.951000', '143343.954000', '143343.956000', '143343.959000', '143343.962000', '143343.965000', '143343.968000', '143343.971000', '143343.974000', '143343.976000', '143343.979000', '143343.982000', '143403.842000', '143403.845000', '143403.848000', '143403.851000', '143403.854000', '143403.857000', '143403.859000', '143403.862000', '143403.865000', '143403.868000', '143403.871000', '143403.874000', '143403.877000', '143403.879000', '143403.882000', '143403.885000', '143403.888000', '143403.891000', '143403.894000', '143403.897000', '143403.900000', '143403.903000', '143403.906000', '143403.909000', '143403.911000', '143403.914000', '143403.917000', '143403.920000', '143403.923000', '143403.926000', '143403.929000', '143403.931000', '143403.951000', '143403.954000', '143403.957000', '143403.960000', '143403.963000', '143403.965000', '143403.968000', '143403.971000', '143403.974000', '143403.977000', '143403.980000', '143423.842000', '143423.845000', '143423.848000', '143423.851000', '143423.854000', '143423.857000', '143423.859000', '143423.862000', '143423.865000', '143423.868000', '143423.871000', '143423.874000', '143423.877000', '143423.879000', '143423.882000', '143423.885000', '143423.888000', '143423.891000', '143423.894000', '143423.897000', '143423.899000', '143423.902000', '143423.905000', '143423.908000', '143423.911000', '143423.914000', '143423.917000', '143423.919000', '143423.922000', '143423.925000', '143423.928000', '143423.931000', '143423.934000', '143423.936000', '143423.939000', '143423.950000', '143423.952000', '143423.955000', '143423.958000', '143423.961000', '143423.964000', '143423.967000', '143423.969000', '143423.972000', '143443.844000', '143443.847000', '143443.850000', '143443.853000', '143443.856000', '143443.859000', '143443.861000', '143443.864000', '143443.870000', '143443.873000', '143443.876000', '143443.879000', '143443.882000', '143443.885000', '143443.888000', '143443.890000', '143443.893000', '143443.896000', '143443.899000', '143443.902000', '143443.905000', '143443.908000', '143443.911000', '143443.914000', '143443.917000', '143443.920000', '143443.923000', '143443.926000', '143443.928000', '143443.931000', '143443.934000', '143443.937000', '143443.940000', '143443.943000', '143443.946000', '143443.949000', '143443.951000', '143443.954000', '143443.957000', '143443.960000', '143443.963000', '143443.966000', '143443.968000', '143503.842000', '143503.845000', '143503.848000', '143503.851000', '143503.854000', '143503.857000', '143503.859000', '143503.862000', '143503.865000', '143503.868000', '143503.871000', '143503.874000', '143503.877000', '143503.879000', '143503.882000', '143503.885000', '143503.888000', '143503.891000', '143503.894000', '143503.897000', '143503.900000', '143503.902000', '143503.905000', '143503.908000', '143503.911000', '143503.914000', '143503.917000', '143503.920000', '143503.922000', '143503.925000', '143503.928000', '143503.931000', '143503.934000', '143503.937000', '143503.940000', '143503.942000', '143503.945000', '143503.948000', '143503.951000', '143503.954000', '143503.957000', '143503.959000', '143503.962000', '143503.965000', '143523.842000', '143523.845000', '143523.848000', '143523.851000', '143523.854000', '143523.857000', '143523.859000', '143523.862000', '143523.865000', '143523.868000', '143523.871000', '143523.874000', '143523.876000', '143523.879000', '143523.896000', '143523.899000', '143523.902000', '143523.910000', '143523.913000', '143523.916000', '143523.919000', '143523.921000', '143523.924000', '143523.927000', '143523.930000', '143523.933000', '143523.938000', '143523.942000', '143523.945000', '143523.948000', '143523.951000', '143523.954000', '143523.957000', '143523.960000', '143523.963000', '143523.965000', '143523.968000', '143523.971000', '143523.974000', '143523.977000', '143523.980000', '143523.982000', '143523.985000', '143543.842000', '143543.845000', '143543.848000', '143543.851000', '143543.854000', '143543.857000', '143543.860000', '143543.862000', '143543.870000', '143543.873000', '143543.876000', '143543.879000', '143543.882000', '143543.885000', '143543.888000', '143543.891000', '143543.893000', '143543.896000', '143543.899000', '143543.902000', '143543.905000', '143543.908000', '143543.911000', '143543.913000', '143543.916000', '143543.919000', '143543.922000', '143543.925000', '143543.928000', '143543.931000', '143543.934000', '143543.936000', '143543.939000', '143543.942000', '143543.945000', '143543.948000', '143543.951000', '143543.954000', '143543.956000', '143543.959000', '143543.962000', '143543.965000', '143543.968000', '143543.971000', '143601.710000', '143601.713000', '143601.716000', '143601.719000', '143601.722000', '143601.725000', '143601.729000', '143601.732000', '143601.735000', '143601.738000', '143601.741000', '143601.744000', '143601.746000', '143601.749000', '143601.752000', '143601.755000', '143601.758000', '143601.761000', '143601.764000', '143601.767000', '143601.770000', '143601.773000', '143601.776000', '143601.779000', '143601.782000', '143601.785000', '143601.788000', '143601.791000', '143601.794000', '143601.810000', '143601.813000', '143601.816000', '143601.819000', '143601.822000', '143601.825000', '143601.827000', '143601.830000', '143601.833000', '143601.836000'], 'InstanceCreationTime': ['142403.878000', '142403.882000', '142403.885000', '142403.888000', '142403.891000', '142403.894000', '142403.896000', '142403.899000', '142403.902000', '142403.905000', '142403.908000', '142403.911000', '142403.913000', '142403.916000', '142403.919000', '142403.922000', '142403.925000', '142403.928000', '142403.930000', '142403.933000', '142403.936000', '142403.939000', '142403.942000', '142403.946000', '142403.948000', '142403.951000', '142403.954000', '142403.957000', '142403.960000', '142403.963000', '142403.966000', '142403.968000', '142403.971000', '142403.974000', '142403.977000', '142403.980000', '142403.982000', '142403.985000', '142403.988000', '142403.991000', '142403.993000', '142403.996000', '142403.999000', '142404.002000', '142404.005000', '142404.008000', '142404.010000', '142404.013000', '142404.016000', '142404.019000', '142404.022000', '142404.024000', '142404.027000', '142404.030000', '142404.033000', '142423.859000', '142423.863000', '142423.865000', '142423.868000', '142423.872000', '142423.875000', '142423.878000', '142423.881000', '142423.883000', '142423.886000', '142423.889000', '142423.892000', '142423.895000', '142423.897000', '142423.900000', '142423.903000', '142423.914000', '142423.916000', '142423.919000', '142423.922000', '142423.925000', '142423.928000', '142423.931000', '142423.933000', '142423.936000', '142423.939000', '142423.942000', '142423.945000', '142423.947000', '142423.950000', '142423.953000', '142423.956000', '142423.959000', '142423.962000', '142423.964000', '142423.967000', '142423.970000', '142423.973000', '142423.976000', '142423.978000', '142423.981000', '142423.984000', '142423.987000', '142443.842000', '142443.845000', '142443.848000', '142443.851000', '142443.854000', '142443.856000', '142443.859000', '142443.862000', '142443.865000', '142443.868000', '142443.870000', '142443.873000', '142443.876000', '142443.879000', '142443.882000', '142443.885000', '142443.887000', '142443.890000', '142443.893000', '142443.896000', '142443.899000', '142443.901000', '142443.904000', '142443.907000', '142443.910000', '142443.913000', '142443.916000', '142443.919000', '142443.922000', '142443.925000', '142443.927000', '142443.930000', '142443.933000', '142443.936000', '142443.939000', '142443.942000', '142443.944000', '142443.947000', '142443.950000', '142443.953000', '142443.956000', '142443.959000', '142443.961000', '142443.964000', '142503.842000', '142503.845000', '142503.848000', '142503.850000', '142503.853000', '142503.856000', '142503.859000', '142503.862000', '142503.866000', '142503.869000', '142503.872000', '142503.875000', '142503.878000', '142503.881000', '142503.884000', '142503.887000', '142503.889000', '142503.892000', '142503.895000', '142503.898000', '142503.901000', '142503.904000', '142503.906000', '142503.909000', '142503.912000', '142503.915000', '142503.918000', '142503.920000', '142503.923000', '142503.926000', '142503.929000', '142503.932000', '142503.935000', '142503.938000', '142503.940000', '142503.943000', '142503.946000', '142503.949000', '142503.952000', '142503.954000', '142503.957000', '142503.960000', '142503.963000', '142523.842000', '142523.845000', '142523.848000', '142523.851000', '142523.854000', '142523.856000', '142523.859000', '142523.862000', '142523.865000', '142523.868000', '142523.870000', '142523.873000', '142523.876000', '142523.879000', '142523.882000', '142523.885000', '142523.887000', '142523.890000', '142523.893000', '142523.896000', '142523.899000', '142523.902000', '142523.904000', '142523.907000', '142523.910000', '142523.913000', '142523.919000', '142523.922000', '142523.925000', '142523.928000', '142523.931000', '142523.934000', '142523.937000', '142523.939000', '142523.942000', '142523.945000', '142523.948000', '142523.951000', '142523.953000', '142523.956000', '142523.959000', '142523.962000', '142523.965000', '142523.968000', '142543.842000', '142543.845000', '142543.848000', '142543.851000', '142543.854000', '142543.876000', '142543.879000', '142543.882000', '142543.885000', '142543.887000', '142543.890000', '142543.893000', '142543.896000', '142543.899000', '142543.902000', '142543.905000', '142543.908000', '142543.911000', '142543.913000', '142543.916000', '142543.919000', '142543.922000', '142543.925000', '142543.928000', '142543.930000', '142543.933000', '142543.936000', '142543.939000', '142543.942000', '142543.945000', '142543.947000', '142543.950000', '142543.953000', '142543.956000', '142543.959000', '142543.962000', '142543.964000', '142543.967000', '142543.970000', '142543.988000', '142543.991000', '142543.994000', '142543.996000', '142603.842000', '142603.845000', '142603.848000', '142603.851000', '142603.854000', '142603.856000', '142603.859000', '142603.862000', '142603.865000', '142603.868000', '142603.871000', '142603.874000', '142603.876000', '142603.879000', '142603.882000', '142603.885000', '142603.888000', '142603.891000', '142603.893000', '142603.896000', '142603.899000', '142603.902000', '142603.905000', '142603.908000', '142603.910000', '142603.913000', '142603.916000', '142603.919000', '142603.922000', '142603.925000', '142603.927000', '142603.930000', '142603.933000', '142603.936000', '142603.939000', '142603.942000', '142603.944000', '142603.947000', '142603.950000', '142603.953000', '142603.956000', '142603.959000', '142603.962000', '142603.965000', '142623.842000', '142623.845000', '142623.848000', '142623.851000', '142623.853000', '142623.856000', '142623.859000', '142623.862000', '142623.865000', '142623.868000', '142623.877000', '142623.880000', '142623.883000', '142623.886000', '142623.891000', '142623.895000', '142623.897000', '142623.900000', '142623.903000', '142623.906000', '142623.909000', '142623.911000', '142623.914000', '142623.917000', '142623.920000', '142623.923000', '142623.926000', '142623.929000', '142623.931000', '142623.934000', '142623.937000', '142623.940000', '142623.943000', '142623.946000', '142623.949000', '142623.951000', '142623.954000', '142623.957000', '142623.960000', '142623.963000', '142623.966000', '142623.968000', '142623.971000', '142643.843000', '142643.846000', '142643.849000', '142643.852000', '142643.855000', '142643.857000', '142643.860000', '142643.863000', '142643.866000', '142643.869000', '142643.872000', '142643.875000', '142643.878000', '142643.880000', '142643.883000', '142643.886000', '142643.889000', '142643.892000', '142643.895000', '142643.898000', '142643.901000', '142643.904000', '142643.906000', '142643.909000', '142643.912000', '142643.915000', '142643.918000', '142643.921000', '142643.924000', '142643.926000', '142643.929000', '142643.932000', '142643.935000', '142643.938000', '142643.941000', '142643.943000', '142643.946000', '142643.949000', '142643.952000', '142643.955000', '142643.958000', '142643.961000', '142643.963000', '142643.966000', '142703.842000', '142703.845000', '142703.848000', '142703.852000', '142703.855000', '142703.858000', '142703.861000', '142703.864000', '142703.867000', '142703.870000', '142703.873000', '142703.875000', '142703.878000', '142703.881000', '142703.884000', '142703.887000', '142703.890000', '142703.892000', '142703.895000', '142703.898000', '142703.901000', '142703.904000', '142703.907000', '142703.910000', '142703.913000', '142703.916000', '142703.918000', '142703.921000', '142703.924000', '142703.927000', '142703.930000', '142703.933000', '142703.935000', '142703.938000', '142703.941000', '142703.946000', '142703.957000', '142703.960000', '142703.963000', '142703.966000', '142703.969000', '142703.981000', '142703.983000', '142723.842000', '142723.845000', '142723.848000', '142723.851000', '142723.854000', '142723.856000', '142723.859000', '142723.862000', '142723.865000', '142723.868000', '142723.871000', '142723.873000', '142723.876000', '142723.879000', '142723.882000', '142723.885000', '142723.888000', '142723.890000', '142723.893000', '142723.896000', '142723.899000', '142723.916000', '142723.918000', '142723.921000', '142723.924000', '142723.927000', '142723.930000', '142723.933000', '142723.936000', '142723.938000', '142723.941000', '142723.944000', '142723.947000', '142723.950000', '142723.953000', '142723.956000', '142723.959000', '142723.962000', '142723.965000', '142723.967000', '142723.970000', '142723.973000', '142723.976000', '142723.979000', '142743.842000', '142743.845000', '142743.848000', '142743.851000', '142743.854000', '142743.856000', '142743.859000', '142743.862000', '142743.865000', '142743.868000', '142743.871000', '142743.874000', '142743.877000', '142743.879000', '142743.882000', '142743.885000', '142743.888000', '142743.891000', '142743.894000', '142743.897000', '142743.899000', '142743.902000', '142743.905000', '142743.908000', '142743.911000', '142743.914000', '142743.917000', '142743.920000', '142743.922000', '142743.925000', '142743.928000', '142743.931000', '142743.934000', '142743.937000', '142743.940000', '142743.942000', '142743.947000', '142743.955000', '142743.958000', '142743.961000', '142743.964000', '142743.967000', '142743.969000', '142803.842000', '142803.845000', '142803.848000', '142803.851000', '142803.854000', '142803.857000', '142803.859000', '142803.862000', '142803.865000', '142803.868000', '142803.871000', '142803.874000', '142803.876000', '142803.879000', '142803.882000', '142803.885000', '142803.888000', '142803.891000', '142803.893000', '142803.896000', '142803.899000', '142803.902000', '142803.905000', '142803.908000', '142803.911000', '142803.913000', '142803.916000', '142803.919000', '142803.922000', '142803.925000', '142803.928000', '142803.931000', '142803.933000', '142803.936000', '142803.939000', '142803.942000', '142803.945000', '142803.948000', '142803.951000', '142803.953000', '142803.956000', '142803.959000', '142803.962000', '142803.965000', '142823.842000', '142823.845000', '142823.848000', '142823.860000', '142823.863000', '142823.866000', '142823.869000', '142823.872000', '142823.875000', '142823.877000', '142823.880000', '142823.883000', '142823.886000', '142823.891000', '142823.894000', '142823.897000', '142823.900000', '142823.903000', '142823.906000', '142823.909000', '142823.912000', '142823.914000', '142823.917000', '142823.920000', '142823.923000', '142823.926000', '142823.929000', '142823.931000', '142823.934000', '142823.937000', '142823.940000', '142823.943000', '142823.946000', '142823.949000', '142823.952000', '142823.955000', '142823.958000', '142823.961000', '142823.964000', '142823.967000', '142823.970000', '142823.972000', '142823.975000', '142843.842000', '142843.845000', '142843.848000', '142843.851000', '142843.854000', '142843.857000', '142843.860000', '142843.862000', '142843.865000', '142843.868000', '142843.871000', '142843.874000', '142843.877000', '142843.879000', '142843.882000', '142843.885000', '142843.888000', '142843.891000', '142843.894000', '142843.897000', '142843.900000', '142843.902000', '142843.905000', '142843.908000', '142843.911000', '142843.914000', '142843.917000', '142843.920000', '142843.922000', '142843.925000', '142843.928000', '142843.931000', '142843.934000', '142843.937000', '142843.940000', '142843.942000', '142843.945000', '142843.948000', '142843.951000', '142843.954000', '142843.957000', '142843.960000', '142843.962000', '142843.965000', '142903.843000', '142903.846000', '142903.849000', '142903.852000', '142903.855000', '142903.857000', '142903.860000', '142903.863000', '142903.866000', '142903.869000', '142903.872000', '142903.875000', '142903.879000', '142903.882000', '142903.885000', '142903.888000', '142903.891000', '142903.894000', '142903.897000', '142903.900000', '142903.902000', '142903.905000', '142903.908000', '142903.911000', '142903.914000', '142903.917000', '142903.919000', '142903.922000', '142903.925000', '142903.928000', '142903.931000', '142903.934000', '142903.937000', '142903.939000', '142903.942000', '142903.945000', '142903.948000', '142903.951000', '142903.954000', '142903.957000', '142903.960000', '142903.963000', '142903.965000', '142923.842000', '142923.845000', '142923.848000', '142923.851000', '142923.854000', '142923.856000', '142923.859000', '142923.862000', '142923.865000', '142923.868000', '142923.871000', '142923.873000', '142923.876000', '142923.879000', '142923.882000', '142923.885000', '142923.888000', '142923.891000', '142923.893000', '142923.896000', '142923.899000', '142923.902000', '142923.905000', '142923.908000', '142923.912000', '142923.915000', '142923.918000', '142923.921000', '142923.924000', '142923.927000', '142923.929000', '142923.932000', '142923.935000', '142923.938000', '142923.941000', '142923.944000', '142923.947000', '142923.949000', '142923.952000', '142923.955000', '142923.958000', '142923.961000', '142923.964000', '142923.966000', '142943.842000', '142943.845000', '142943.848000', '142943.851000', '142943.854000', '142943.857000', '142943.859000', '142943.862000', '142943.865000', '142943.868000', '142943.871000', '142943.874000', '142943.876000', '142943.879000', '142943.882000', '142943.885000', '142943.888000', '142943.891000', '142943.894000', '142943.897000', '142943.899000', '142943.902000', '142943.905000', '142943.908000', '142943.911000', '142943.914000', '142943.917000', '142943.919000', '142943.922000', '142943.925000', '142943.930000', '142943.933000', '142943.936000', '142943.939000', '142943.942000', '142943.944000', '142943.947000', '142943.950000', '142943.953000', '142943.956000', '142943.959000', '142943.961000', '142943.964000', '143003.842000', '143003.845000', '143003.848000', '143003.851000', '143003.854000', '143003.856000', '143003.859000', '143003.862000', '143003.865000', '143003.868000', '143003.870000', '143003.873000', '143003.876000', '143003.879000', '143003.882000', '143003.885000', '143003.887000', '143003.890000', '143003.893000', '143003.896000', '143003.899000', '143003.902000', '143003.905000', '143003.908000', '143003.910000', '143003.917000', '143003.920000', '143003.923000', '143003.926000', '143003.929000', '143003.932000', '143003.934000', '143003.937000', '143003.940000', '143003.943000', '143003.946000', '143003.949000', '143003.951000', '143003.954000', '143003.957000', '143003.960000', '143003.963000', '143003.966000', '143003.968000', '143023.842000', '143023.845000', '143023.848000', '143023.851000', '143023.854000', '143023.856000', '143023.859000', '143023.862000', '143023.865000', '143023.868000', '143023.871000', '143023.873000', '143023.876000', '143023.879000', '143023.882000', '143023.885000', '143023.888000', '143023.891000', '143023.893000', '143023.896000', '143023.899000', '143023.902000', '143023.905000', '143023.908000', '143023.910000', '143023.913000', '143023.916000', '143023.919000', '143023.922000', '143023.925000', '143023.928000', '143023.930000', '143023.933000', '143023.936000', '143023.939000', '143023.942000', '143023.945000', '143023.948000', '143023.950000', '143023.953000', '143023.956000', '143023.959000', '143023.962000', '143043.842000', '143043.845000', '143043.848000', '143043.851000', '143043.854000', '143043.857000', '143043.859000', '143043.862000', '143043.865000', '143043.868000', '143043.871000', '143043.874000', '143043.877000', '143043.880000', '143043.882000', '143043.885000', '143043.888000', '143043.891000', '143043.894000', '143043.897000', '143043.899000', '143043.902000', '143043.905000', '143043.908000', '143043.911000', '143043.914000', '143043.916000', '143043.919000', '143043.922000', '143043.925000', '143043.928000', '143043.931000', '143043.934000', '143043.937000', '143043.939000', '143043.942000', '143043.945000', '143043.948000', '143043.951000', '143043.954000', '143043.957000', '143043.959000', '143043.962000', '143043.965000', '143103.842000', '143103.845000', '143103.848000', '143103.851000', '143103.854000', '143103.857000', '143103.859000', '143103.862000', '143103.865000', '143103.868000', '143103.871000', '143103.874000', '143103.877000', '143103.879000', '143103.882000', '143103.885000', '143103.888000', '143103.891000', '143103.894000', '143103.896000', '143103.899000', '143103.902000', '143103.905000', '143103.908000', '143103.911000', '143103.913000', '143103.916000', '143103.919000', '143103.922000', '143103.925000', '143103.928000', '143103.931000', '143103.933000', '143103.936000', '143103.939000', '143103.942000', '143103.945000', '143103.948000', '143103.951000', '143103.954000', '143103.956000', '143103.959000', '143103.962000', '143123.843000', '143123.846000', '143123.849000', '143123.852000', '143123.855000', '143123.857000', '143123.860000', '143123.863000', '143123.866000', '143123.869000', '143123.872000', '143123.875000', '143123.877000', '143123.880000', '143123.883000', '143123.886000', '143123.889000', '143123.892000', '143123.895000', '143123.897000', '143123.900000', '143123.903000', '143123.906000', '143123.909000', '143123.912000', '143123.915000', '143123.917000', '143123.920000', '143123.923000', '143123.926000', '143123.929000', '143123.932000', '143123.935000', '143123.938000', '143123.940000', '143123.943000', '143123.946000', '143123.949000', '143123.952000', '143123.955000', '143123.958000', '143123.961000', '143123.963000', '143123.966000', '143143.842000', '143143.845000', '143143.848000', '143143.851000', '143143.854000', '143143.857000', '143143.859000', '143143.862000', '143143.865000', '143143.882000', '143143.885000', '143143.888000', '143143.891000', '143143.894000', '143143.897000', '143143.900000', '143143.902000', '143143.905000', '143143.908000', '143143.911000', '143143.914000', '143143.917000', '143143.920000', '143143.922000', '143143.925000', '143143.928000', '143143.931000', '143143.934000', '143143.937000', '143143.940000', '143143.942000', '143143.945000', '143143.948000', '143143.951000', '143143.954000', '143143.957000', '143143.959000', '143143.962000', '143143.965000', '143143.968000', '143143.971000', '143143.974000', '143143.977000', '143203.842000', '143203.846000', '143203.848000', '143203.851000', '143203.854000', '143203.857000', '143203.860000', '143203.863000', '143203.866000', '143203.869000', '143203.872000', '143203.874000', '143203.877000', '143203.880000', '143203.883000', '143203.886000', '143203.889000', '143203.892000', '143203.894000', '143203.897000', '143203.900000', '143203.903000', '143203.906000', '143203.909000', '143203.912000', '143203.915000', '143203.917000', '143203.920000', '143203.923000', '143203.926000', '143203.929000', '143203.932000', '143203.934000', '143203.937000', '143203.940000', '143203.943000', '143203.946000', '143203.949000', '143203.952000', '143203.955000', '143203.957000', '143203.960000', '143203.963000', '143223.842000', '143223.845000', '143223.848000', '143223.851000', '143223.854000', '143223.856000', '143223.859000', '143223.862000', '143223.865000', '143223.868000', '143223.871000', '143223.874000', '143223.877000', '143223.879000', '143223.882000', '143223.885000', '143223.888000', '143223.891000', '143223.894000', '143223.897000', '143223.899000', '143223.902000', '143223.905000', '143223.908000', '143223.911000', '143223.914000', '143223.917000', '143223.920000', '143223.922000', '143223.925000', '143223.928000', '143223.931000', '143223.934000', '143223.937000', '143223.939000', '143223.942000', '143223.945000', '143223.948000', '143223.951000', '143223.954000', '143223.957000', '143223.960000', '143223.962000', '143223.965000', '143243.842000', '143243.845000', '143243.848000', '143243.851000', '143243.854000', '143243.857000', '143243.859000', '143243.862000', '143243.865000', '143243.868000', '143243.871000', '143243.874000', '143243.877000', '143243.879000', '143243.882000', '143243.885000', '143243.888000', '143243.891000', '143243.896000', '143243.900000', '143243.903000', '143243.906000', '143243.909000', '143243.912000', '143243.915000', '143243.918000', '143243.920000', '143243.923000', '143243.926000', '143243.929000', '143243.932000', '143243.935000', '143243.937000', '143243.940000', '143243.943000', '143243.946000', '143243.949000', '143243.952000', '143243.955000', '143243.958000', '143243.960000', '143243.963000', '143243.966000', '143303.842000', '143303.845000', '143303.848000', '143303.851000', '143303.854000', '143303.857000', '143303.859000', '143303.862000', '143303.865000', '143303.868000', '143303.871000', '143303.874000', '143303.877000', '143303.879000', '143303.882000', '143303.885000', '143303.888000', '143303.891000', '143303.894000', '143303.896000', '143303.899000', '143303.902000', '143303.905000', '143303.908000', '143303.911000', '143303.914000', '143303.916000', '143303.919000', '143303.922000', '143303.925000', '143303.928000', '143303.931000', '143303.934000', '143303.936000', '143303.939000', '143303.942000', '143303.945000', '143303.948000', '143303.951000', '143303.954000', '143303.956000', '143303.959000', '143303.962000', '143303.965000', '143323.842000', '143323.845000', '143323.848000', '143323.851000', '143323.854000', '143323.857000', '143323.860000', '143323.863000', '143323.865000', '143323.868000', '143323.871000', '143323.874000', '143323.877000', '143323.880000', '143323.883000', '143323.886000', '143323.889000', '143323.891000', '143323.894000', '143323.897000', '143323.900000', '143323.903000', '143323.906000', '143323.909000', '143323.912000', '143323.914000', '143323.917000', '143323.920000', '143323.923000', '143323.926000', '143323.929000', '143323.932000', '143323.935000', '143323.937000', '143323.940000', '143323.943000', '143323.946000', '143323.949000', '143323.952000', '143323.955000', '143323.957000', '143323.960000', '143323.963000', '143343.843000', '143343.846000', '143343.849000', '143343.852000', '143343.855000', '143343.858000', '143343.860000', '143343.863000', '143343.866000', '143343.869000', '143343.872000', '143343.875000', '143343.878000', '143343.881000', '143343.883000', '143343.886000', '143343.889000', '143343.892000', '143343.895000', '143343.898000', '143343.901000', '143343.912000', '143343.915000', '143343.918000', '143343.921000', '143343.924000', '143343.933000', '143343.936000', '143343.939000', '143343.942000', '143343.945000', '143343.948000', '143343.951000', '143343.954000', '143343.956000', '143343.959000', '143343.962000', '143343.965000', '143343.968000', '143343.971000', '143343.974000', '143343.976000', '143343.979000', '143343.982000', '143403.842000', '143403.845000', '143403.848000', '143403.851000', '143403.854000', '143403.857000', '143403.859000', '143403.862000', '143403.865000', '143403.868000', '143403.871000', '143403.874000', '143403.877000', '143403.879000', '143403.882000', '143403.885000', '143403.888000', '143403.891000', '143403.894000', '143403.897000', '143403.900000', '143403.903000', '143403.906000', '143403.909000', '143403.911000', '143403.914000', '143403.917000', '143403.920000', '143403.923000', '143403.926000', '143403.929000', '143403.931000', '143403.951000', '143403.954000', '143403.957000', '143403.960000', '143403.963000', '143403.965000', '143403.968000', '143403.971000', '143403.974000', '143403.977000', '143403.980000', '143423.842000', '143423.845000', '143423.848000', '143423.851000', '143423.854000', '143423.857000', '143423.859000', '143423.862000', '143423.865000', '143423.868000', '143423.871000', '143423.874000', '143423.877000', '143423.879000', '143423.882000', '143423.885000', '143423.888000', '143423.891000', '143423.894000', '143423.897000', '143423.899000', '143423.902000', '143423.905000', '143423.908000', '143423.911000', '143423.914000', '143423.917000', '143423.919000', '143423.922000', '143423.925000', '143423.928000', '143423.931000', '143423.934000', '143423.936000', '143423.939000', '143423.950000', '143423.952000', '143423.955000', '143423.958000', '143423.961000', '143423.964000', '143423.967000', '143423.969000', '143423.972000', '143443.844000', '143443.847000', '143443.850000', '143443.853000', '143443.856000', '143443.859000', '143443.861000', '143443.864000', '143443.870000', '143443.873000', '143443.876000', '143443.879000', '143443.882000', '143443.885000', '143443.888000', '143443.890000', '143443.893000', '143443.896000', '143443.899000', '143443.902000', '143443.905000', '143443.908000', '143443.911000', '143443.914000', '143443.917000', '143443.920000', '143443.923000', '143443.926000', '143443.928000', '143443.931000', '143443.934000', '143443.937000', '143443.940000', '143443.943000', '143443.946000', '143443.949000', '143443.951000', '143443.954000', '143443.957000', '143443.960000', '143443.963000', '143443.966000', '143443.968000', '143503.842000', '143503.845000', '143503.848000', '143503.851000', '143503.854000', '143503.857000', '143503.859000', '143503.862000', '143503.865000', '143503.868000', '143503.871000', '143503.874000', '143503.877000', '143503.879000', '143503.882000', '143503.885000', '143503.888000', '143503.891000', '143503.894000', '143503.897000', '143503.900000', '143503.902000', '143503.905000', '143503.908000', '143503.911000', '143503.914000', '143503.917000', '143503.920000', '143503.922000', '143503.925000', '143503.928000', '143503.931000', '143503.934000', '143503.937000', '143503.940000', '143503.942000', '143503.945000', '143503.948000', '143503.951000', '143503.954000', '143503.957000', '143503.959000', '143503.962000', '143503.965000', '143523.842000', '143523.845000', '143523.848000', '143523.851000', '143523.854000', '143523.857000', '143523.859000', '143523.862000', '143523.865000', '143523.868000', '143523.871000', '143523.874000', '143523.876000', '143523.879000', '143523.896000', '143523.899000', '143523.902000', '143523.910000', '143523.913000', '143523.916000', '143523.919000', '143523.921000', '143523.924000', '143523.927000', '143523.930000', '143523.933000', '143523.938000', '143523.942000', '143523.945000', '143523.948000', '143523.951000', '143523.954000', '143523.957000', '143523.960000', '143523.963000', '143523.965000', '143523.968000', '143523.971000', '143523.974000', '143523.977000', '143523.980000', '143523.982000', '143523.985000', '143543.842000', '143543.845000', '143543.848000', '143543.851000', '143543.854000', '143543.857000', '143543.860000', '143543.862000', '143543.870000', '143543.873000', '143543.876000', '143543.879000', '143543.882000', '143543.885000', '143543.888000', '143543.891000', '143543.893000', '143543.896000', '143543.899000', '143543.902000', '143543.905000', '143543.908000', '143543.911000', '143543.913000', '143543.916000', '143543.919000', '143543.922000', '143543.925000', '143543.928000', '143543.931000', '143543.934000', '143543.936000', '143543.939000', '143543.942000', '143543.945000', '143543.948000', '143543.951000', '143543.954000', '143543.956000', '143543.959000', '143543.962000', '143543.965000', '143543.968000', '143543.971000', '143601.710000', '143601.713000', '143601.716000', '143601.719000', '143601.722000', '143601.725000', '143601.729000', '143601.732000', '143601.735000', '143601.738000', '143601.741000', '143601.744000', '143601.746000', '143601.749000', '143601.752000', '143601.755000', '143601.758000', '143601.761000', '143601.764000', '143601.767000', '143601.770000', '143601.773000', '143601.776000', '143601.779000', '143601.782000', '143601.785000', '143601.788000', '143601.791000', '143601.794000', '143601.810000', '143601.813000', '143601.816000', '143601.819000', '143601.822000', '143601.825000', '143601.827000', '143601.830000', '143601.833000', '143601.836000'], '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': [14730, 10774, 14781, 9665, 12612, 9232, 12465, 15615, 11751, 14574, 12109, 14414, 10641, 14483, 11651, 13108, 15280, 11461, 13268, 11745, 13104, 11331, 12882, 15710, 11158, 13695, 11429, 13424, 10588, 10432, 14611, 11470, 14743, 11681, 14506, 11272, 15130, 9549, 13633, 12818, 10677, 15305, 11370, 14325, 9512, 13872, 9388, 11928, 13775, 11353, 14299, 10958, 13993, 9700, 13597, 9525, 12744, 11458, 12194, 14351, 11611, 13542, 11038, 14185, 9204, 14622, 10047, 14894, 15297, 13208, 15784, 12548, 14748, 10923, 14464, 11212, 14344, 16471, 12845, 14438, 10287, 14686, 15729, 11911, 14597, 11785, 14160, 11695, 11791, 14297, 12455, 13430, 9966, 13044, 14530, 11151, 13665, 11256, 13541, 9870, 11444, 13893, 12008, 13760, 9667, 13161, 14222, 11390, 14062, 11158, 13702, 10968, 11045, 15512, 12290, 14746, 9415, 12014, 15389, 11973, 14424, 9961, 12791, 11238, 11264, 14944, 11316, 14004, 9590, 13784, 10126, 12432, 14672, 11634, 13861, 9704, 13970, 10930, 12671, 14834, 12053, 13886, 10726, 14390, 9085, 14291, 12177, 13130, 14910, 12302, 14446, 11238, 14494, 10361, 14437, 9865, 14346, 15259, 12483, 15061, 12007, 14752, 10445, 14939, 9609, 14660, 15000, 12237, 15145, 12583, 13963, 11054, 14331, 9555, 14881, 14346, 12158, 14081, 11729, 13529, 11040, 13536, 10525, 12438, 14069, 11484, 13367, 10930, 13778, 10087, 11993, 14240, 11517, 13915, 10928, 14071, 9772, 12833, 14284, 11762, 14255, 11644, 14427, 9390, 13403, 14486, 12018, 14469, 12010, 14382, 9514, 14166, 12911, 12219, 15086, 12610, 14556, 9261, 13786, 14494, 11802, 14911, 12028, 14700, 9414, 14222, 11687, 12705, 15461, 11952, 14680, 9854, 14425, 8986, 13767, 14914, 11975, 14871, 11917, 14329, 9442, 15147, 10753, 14637, 11168, 13582, 14151, 13344, 15143, 13064, 15447, 12937, 15655, 12679, 15519, 12462, 15077, 10588, 15434, 10413, 14978, 15867, 12666, 15536, 11854, 15122, 11152, 14437, 16031, 12170, 14949, 11039, 15141, 10295, 14383, 14603, 12128, 14926, 12297, 14774, 10665, 14567, 10701, 13191, 15255, 12049, 14471, 10364, 13942, 13131, 11403, 14731, 11679, 14583, 9988, 14384, 12671, 11680, 14835, 11826, 14268, 9934, 14535, 11260, 12773, 15360, 11403, 14692, 10548, 14754, 9741, 13548, 14982, 11529, 14844, 11415, 14800, 9457, 13699, 13668, 11880, 15700, 12105, 15071, 9822, 14728, 9534, 14182, 15306, 12100, 15097, 12192, 14830, 10279, 15112, 9642, 14169, 14075, 12020, 15310, 11732, 14956, 10540, 14819, 10389, 14330, 16270, 12259, 15438, 12240, 15464, 9529, 14914, 14065, 12779, 15613, 12161, 15472, 11960, 15320, 11329, 15439, 9977, 14856, 10913, 14119, 14761, 12347, 15912, 11991, 15462, 11236, 15216, 10079, 14924, 13772, 12895, 15508, 12062, 14996, 11945, 15037, 11479, 14783, 10084, 14761, 13486, 12135, 15194, 11816, 14267, 10824, 14045, 9946, 14416, 13952, 11764, 15014, 12159, 14202, 11279, 14387, 9547, 14375, 12509, 12159, 14957, 11721, 14634, 11052, 14451, 11150, 12983, 10830, 14120, 11467, 12635, 13306, 12512, 14619, 11445, 14529, 11478, 14502, 11595, 14094, 11260, 14211, 13154, 11975, 14871, 12004, 14531, 10745, 14486, 10859, 13390, 15145, 11699, 15171, 12255, 14752, 11415, 13696, 15780, 11880, 15184, 10844, 14337, 10988, 13402, 15966, 11509, 14912, 12116, 15091, 11420, 14958, 10996, 14915, 11000, 15028, 10781, 14539, 13142, 12736, 15110, 11245, 14338, 11243, 13728, 9725, 13841, 10981, 12706, 15812, 11564, 15125, 11266, 13864, 10434, 13580, 10014, 12255, 14581, 10902, 13874, 11066, 13297, 9831, 13188, 10417, 12057, 14056, 11183, 14249, 11799, 14027, 9834, 14334, 10616, 12728, 14338, 11567, 15009, 11802, 14697, 10044, 12868, 13274, 11833, 14979, 11877, 14605, 10400, 14633, 10525, 11877, 15094, 11598, 14796, 11986, 14555, 11236, 14872, 10154, 15073, 10921, 13443, 14638, 12082, 15363, 11915, 14771, 10832, 14569, 10475, 12994, 14807, 11315, 13837, 11872, 13976, 11021, 13981, 10265, 14221, 10460, 13158, 14507, 11596, 14215, 12057, 14301, 10213, 14021, 10847, 12534, 14195, 11407, 14122, 11286, 14124, 10188, 12982, 11649, 11922, 14923, 11424, 14216, 10941, 14641, 10210, 13620, 12468, 12094, 15589, 11896, 14827, 11491, 14017, 9975, 14406, 11064, 11609, 14929, 11631, 14413, 11017, 14191, 10015, 13422, 14382, 11402, 14188, 12021, 13918, 10309, 13563, 12143, 11622, 14572, 11699, 14702, 9945, 14328, 11323, 12544, 15044, 11645, 14895, 9910, 14220, 12546, 11844, 14592, 11585, 14814, 10539, 14910, 10234, 14577, 10454, 14166, 15638, 12221, 15142, 12495, 14942, 10917, 15453, 9795, 15523, 12188, 14030, 15630, 12268, 15230, 12111, 14630, 11081, 14627, 10433, 14181, 14824, 11629, 14706, 11671, 14049, 10125, 15415, 9996, 15031, 11289, 14270, 15711, 11537, 14889, 11947, 15031, 10746, 14885, 10671, 14034, 14845, 11927, 15532, 12228, 14672, 11521, 14620, 10576, 14644, 12043, 12749, 15630, 11504, 14275, 11150, 14094, 9995, 12919, 14701, 11628, 15114, 12341, 14485, 11145, 14189, 10162, 12783, 14811, 11372, 14362, 10899, 13974, 10022, 13119, 14901, 11500, 14496, 10550, 13442, 10443, 12030, 13925, 10805, 13898, 11505, 13113, 10253, 13595, 10301, 13730, 10402, 12467, 11721, 12269, 15793, 11531, 14906, 12502, 15248, 11829, 15095, 10182, 15990, 9981, 15521, 11448, 14703, 16214, 12169, 15157, 11007, 14926, 12800, 12098, 15095, 12180, 14497, 10676, 14047, 15140, 11166, 14454, 11219, 14612, 10585, 14268, 14966, 11296, 14495, 11100, 14135, 10320, 13471, 14853, 11811, 15024, 10627, 14111, 10366, 13620, 10538, 13259, 9598, 12780, 11557, 11854, 14596, 11242, 13833, 9886, 13521, 13811, 11713, 15128, 11297, 14297, 10415, 13468, 13653, 12326, 16132, 11070, 14522, 11179, 15032, 11509, 13894, 10608, 13612, 10949, 14023, 13050, 12434, 15490, 11266, 14805, 10975, 13824, 10459, 13248, 12736, 11378, 14847, 10907, 13754, 10067, 13004, 10754, 11539, 14985, 10676, 13341, 9400, 12616, 10144, 11376, 14582, 10632, 13346, 10179, 13008, 9760, 12910, 13704, 10073, 13254, 10133, 13248, 10571, 12613, 9472, 12497, 9333, 12574, 13500, 11460, 14012, 10921, 12937, 10682, 12745, 10662, 12858, 15060, 10687, 13566, 10755, 13543, 10423, 13906, 11903, 12538, 14907, 11132, 13774, 10989, 13718, 11108, 12808, 14510, 11566, 13291, 10324, 13208, 10906, 11177, 13767, 10864, 13111, 10473, 12896, 9591, 12284, 13371, 10179, 13876, 10627, 12670, 9752, 12154, 11095, 10947, 14215, 10736, 12333, 9919, 12722, 10051, 12661, 14037, 10926, 14246, 11248, 13644, 9975, 13279, 12299, 12050, 13579, 10811, 13641, 10750, 12896, 9883, 12089, 15520, 11107, 13515, 10636, 13410, 10095, 14344, 10577, 13490, 14718, 11448, 14442, 10985, 14464, 11008, 13785, 10495, 13629, 10716, 13298, 13701, 11629, 14753, 11141, 13946, 10733, 13245, 10015, 12973, 12570, 10824, 14337, 11205, 13284, 10283, 12723, 9321, 11571, 12761, 10214, 14388, 10489, 12534, 10336, 12799, 9807, 12956, 10698, 12038, 14101, 10702, 14069, 10555, 13012, 10108, 12812, 10062, 13827, 9842, 13856, 10252, 13428, 13825, 11380, 14231, 10798, 13438, 10601, 13046, 10183, 12956, 11863, 11066, 14428, 10919, 14392, 10504, 13583, 9776, 12263, 12401, 11481, 14517, 11057, 15039, 10826, 14640, 10754, 14394, 9751, 13154, 10578, 13424, 12104, 12656, 14015, 11279, 15676, 11556, 13997, 10932, 14454, 10810, 14027, 10867, 12719, 11843, 11185, 14899, 11592, 14150, 11285, 12657, 10107, 12011, 12455, 11648, 14531, 10705, 13653, 10551, 13580, 10507, 13457, 9980, 12610, 13149, 10986, 14739, 10886, 14130, 10098, 14223, 10093, 12477, 14229, 10410, 14427, 10773, 13837, 9969, 13017, 13541, 10588, 14800, 11177, 14092, 10116, 11731, 14369, 10480, 14212, 10524, 13638, 10178, 12376, 12560, 11477, 13867, 10506, 13511, 11087, 12719, 10014, 12878, 9760, 12481, 9599, 12532, 10949, 12103, 15558, 10386, 14125, 10552, 14198, 11028, 14213, 10332, 14199, 11685, 12909, 15772, 11121, 14824, 11495, 14294, 10763, 13058, 11273, 13035, 11803, 12264, 15601, 11292, 13430, 10839, 13027, 10239, 12090, 14455, 10522, 13859, 10520, 12736, 9475, 11333, 11813, 10723, 14182, 10444, 12889, 10085, 13443, 10019, 14112, 9512, 12880, 13303, 11210, 14317, 10272, 13610, 10199, 13708, 9990, 13843, 9920, 13054, 10871, 13217, 13674, 11838, 15663, 10751, 14048, 11399, 14160, 11766, 12753, 11092, 12395, 13526, 11430, 15601, 11132, 13034, 10720, 13072, 10445, 13156, 10966, 11973, 14392, 10840, 13641, 11055, 13986, 10612, 14521, 10865, 13467, 10418, 12665, 9715, 12955, 10679, 11909, 13669, 10659, 14206, 10100, 13743, 10158, 12940, 9452, 12206, 13511, 10494, 14282, 10492, 13792, 9723, 13161, 10193, 11585, 13708, 10421, 14063, 11031, 13737, 9558, 13034, 9743, 12636, 13050, 10726, 13405, 10727, 12633, 10046, 12288, 9434, 12400, 9747, 11919, 13980, 10959, 13821, 10380, 13724, 10364, 13413, 10777, 14474, 10115, 14621, 10850, 15180, 11072, 14665, 10968, 13433, 10496, 12932, 12197, 12604, 15076, 11192, 14971, 11753, 14571, 11338, 13315, 10091, 11989, 13243, 11053, 14808, 11274, 13703, 10576, 12069, 10922, 11233, 14368, 10413, 13372, 10329, 13374, 9813, 12645, 9706, 12446, 13293, 10839, 13503, 10369, 13638, 10460, 13540, 10774, 13624, 10347, 12487, 13729, 10458, 14236, 10858, 13450, 9753, 12983, 12764, 11280, 14095, 10784, 13746, 10368, 13616, 9835, 12961, 10296, 11771, 14596, 11204, 14032, 10365, 12507, 9708, 12655, 13296, 11330, 14606, 10567, 13147, 10267, 12656, 10561, 10992, 14548, 10965, 13507, 10124, 12943, 10679, 12401, 10927, 11932, 14935, 10676, 13005, 10091, 12666, 10175, 11755, 12591, 10137, 14408, 10459, 14023, 10476, 13137, 9901, 13843, 9429, 13716, 9752, 12767, 12196, 11636, 14097, 10729, 13678, 10485, 14267, 10392, 13911, 9628, 12883, 12172, 11379, 15330, 11168, 13762, 10562, 13257, 9939, 13839, 10744, 12679, 14235, 10956, 13919, 10714, 13254, 9447, 13150, 9757, 13554, 11338, 12037, 13896, 10574, 14352, 10956, 13902, 10021, 13884, 9548, 14731, 10921, 13344, 15020, 11083, 15264, 10864, 13703, 10521, 13846, 10609, 14599, 11042, 13198, 10845, 13086, 11019, 12891, 10669, 12896, 11306, 12180, 13701, 10837, 14936, 10932, 13849, 10103, 13129, 9854, 13510, 9831, 12725, 11484, 10865, 14843, 10503, 13370, 10497, 12892, 9357, 13332, 10591, 12245, 13347, 10151, 13830, 10165, 13515, 10267, 13257, 9305, 12992, 10215, 12183, 14140, 10397, 13815, 10383, 13095, 10001, 13416, 10001, 13227, 9654, 12608, 12810, 11155, 14636, 10866, 13792, 10131, 13934, 10684, 14507, 10098, 13752, 10270, 13126, 11857, 12954, 15108, 10943, 14162, 10599, 14039, 10554, 13826, 10695, 13854, 10125, 13101, 11622, 12040, 14436, 10729, 14082, 10664, 14016, 9963, 13712, 9634, 14161, 9878, 12974, 10735, 12322, 13856, 10635, 14544, 10853, 13777, 10383, 13567, 9681, 13880, 9987, 12385, 12421, 11388, 14123, 10620, 13181, 10331, 13043, 10133, 13250, 9446, 13498, 10063, 13031, 11750, 12156, 14120, 10996, 14864, 10595, 14001, 10448, 13725, 10218, 13126, 10473, 12202, 15273, 10478, 13744, 10346, 13418, 9772, 13383, 11849, 11026, 13583, 10402, 13567, 9570, 12696, 9657, 11541, 14644, 10240, 13479, 10030, 12407, 9504, 12184, 11886, 11877, 13809, 10211, 13208, 10442, 12324, 9800, 12145, 10054, 12373, 10766, 11891, 14800, 10373, 14078, 10568, 13946, 10693, 12878, 9744, 12460, 9721, 12982, 10332, 13076, 13105, 12448, 14817, 11404, 15805, 10812, 15641, 10776, 14126, 10552, 14241, 10846, 15185, 10536, 13965, 10478, 13472, 9291, 13558, 11271, 13030, 12166, 13254, 12002, 12940, 14782, 11067, 16550, 12077, 14800, 10977, 13966, 10423, 13257, 10299, 13359, 9403, 13232, 11067, 12421, 11700, 12191, 13646, 11059, 14830], 'WindowCenter': [5300.0, 5254.0, 5268.0, 5192.0, 5221.0, 5176.0, 5219.0, 5236.0, 5207.0, 5228.0, 5207.0, 5226.0, 5184.0, 5228.0, 5196.0, 5218.0, 5221.0, 5197.0, 5215.0, 5205.0, 5216.0, 5194.0, 5216.0, 5224.0, 5195.0, 5217.0, 5198.0, 5216.0, 5183.0, 5200.0, 5233.0, 5218.0, 5235.0, 5217.0, 5240.0, 5208.0, 5239.0, 5188.0, 5255.0, 5226.0, 5214.0, 5244.0, 5216.0, 5238.0, 5200.0, 5253.0, 5189.0, 5232.0, 5235.0, 5218.0, 5249.0, 5223.0, 5249.0, 5212.0, 5253.0, 5214.0, 5254.0, 5232.0, 5243.0, 5275.0, 5259.0, 5333.0, 5300.0, 5265.0, 5201.0, 5260.0, 5211.0, 5275.0, 5260.0, 5241.0, 5272.0, 5242.0, 5253.0, 5219.0, 5251.0, 5222.0, 5251.0, 5259.0, 5229.0, 5242.0, 5195.0, 5240.0, 5236.0, 5216.0, 5240.0, 5208.0, 5231.0, 5203.0, 5218.0, 5227.0, 5215.0, 5217.0, 5175.0, 5218.0, 5222.0, 5196.0, 5219.0, 5196.0, 5217.0, 5173.0, 5197.0, 5213.0, 5215.0, 5229.0, 5176.0, 5217.0, 5224.0, 5206.0, 5239.0, 5205.0, 5231.0, 5194.0, 5209.0, 5237.0, 5220.0, 5242.0, 5186.0, 5217.0, 5235.0, 5218.0, 5240.0, 5197.0, 5232.0, 5206.0, 5220.0, 5246.0, 5223.0, 5252.0, 5201.0, 5241.0, 5209.0, 5230.0, 5252.0, 5235.0, 5243.0, 5201.0, 5253.0, 5210.0, 5240.0, 5252.0, 5241.0, 5252.0, 5221.0, 5251.0, 5191.0, 5264.0, 5231.0, 5241.0, 5251.0, 5231.0, 5251.0, 5246.0, 5264.0, 5221.0, 5263.0, 5212.0, 5265.0, 5260.0, 5241.0, 5249.0, 5232.0, 5266.0, 5222.0, 5262.0, 5204.0, 5252.0, 5264.0, 5244.0, 5252.0, 5230.0, 5243.0, 5220.0, 5256.0, 5201.0, 5248.0, 5238.0, 5220.0, 5240.0, 5229.0, 5243.0, 5208.0, 5232.0, 5208.0, 5232.0, 5238.0, 5209.0, 5231.0, 5208.0, 5240.0, 5202.0, 5219.0, 5234.0, 5207.0, 5229.0, 5209.0, 5242.0, 5198.0, 5225.0, 5227.0, 5218.0, 5243.0, 5219.0, 5240.0, 5188.0, 5227.0, 5236.0, 5230.0, 5243.0, 5217.0, 5238.0, 5187.0, 5241.0, 5225.0, 5229.0, 5247.0, 5218.0, 5243.0, 5189.0, 5239.0, 5248.0, 5217.0, 5237.0, 5219.0, 5250.0, 5201.0, 5251.0, 5218.0, 5229.0, 5245.0, 5232.0, 5252.0, 5213.0, 5249.0, 5191.0, 5239.0, 5248.0, 5232.0, 5249.0, 5220.0, 5252.0, 5217.0, 5265.0, 5223.0, 5253.0, 5222.0, 5243.0, 5263.0, 5267.0, 5262.0, 5244.0, 5261.0, 5243.0, 5276.0, 5258.0, 5264.0, 5243.0, 5266.0, 5224.0, 5274.0, 5214.0, 5266.0, 5260.0, 5243.0, 5255.0, 5233.0, 5256.0, 5211.0, 5240.0, 5235.0, 5216.0, 5243.0, 5213.0, 5240.0, 5190.0, 5237.0, 5237.0, 5221.0, 5236.0, 5218.0, 5240.0, 5198.0, 5240.0, 5200.0, 5233.0, 5238.0, 5215.0, 5230.0, 5190.0, 5241.0, 5229.0, 5210.0, 5239.0, 5212.0, 5240.0, 5201.0, 5240.0, 5218.0, 5219.0, 5237.0, 5222.0, 5240.0, 5201.0, 5253.0, 5208.0, 5229.0, 5238.0, 5218.0, 5238.0, 5223.0, 5255.0, 5191.0, 5239.0, 5238.0, 5221.0, 5248.0, 5221.0, 5242.0, 5190.0, 5240.0, 5239.0, 5231.0, 5249.0, 5228.0, 5252.0, 5200.0, 5248.0, 5202.0, 5254.0, 5249.0, 5233.0, 5250.0, 5230.0, 5239.0, 5213.0, 5256.0, 5191.0, 5241.0, 5241.0, 5220.0, 5250.0, 5221.0, 5249.0, 5200.0, 5252.0, 5200.0, 5240.0, 5249.0, 5232.0, 5253.0, 5219.0, 5249.0, 5190.0, 5252.0, 5237.0, 5231.0, 5247.0, 5220.0, 5249.0, 5233.0, 5254.0, 5222.0, 5251.0, 5202.0, 5265.0, 5214.0, 5253.0, 5240.0, 5231.0, 5259.0, 5235.0, 5266.0, 5224.0, 5253.0, 5199.0, 5262.0, 5252.0, 5232.0, 5249.0, 5222.0, 5249.0, 5232.0, 5253.0, 5222.0, 5243.0, 5199.0, 5241.0, 5231.0, 5221.0, 5238.0, 5209.0, 5232.0, 5212.0, 5242.0, 5187.0, 5233.0, 5226.0, 5212.0, 5241.0, 5221.0, 5232.0, 5198.0, 5231.0, 5193.0, 5241.0, 5209.0, 5207.0, 5226.0, 5213.0, 5241.0, 5209.0, 5245.0, 5212.0, 5244.0, 5202.0, 5242.0, 5208.0, 5221.0, 5228.0, 5244.0, 5240.0, 5211.0, 5229.0, 5210.0, 5226.0, 5200.0, 5231.0, 5211.0, 5235.0, 5218.0, 5208.0, 5225.0, 5207.0, 5227.0, 5213.0, 5232.0, 5198.0, 5218.0, 5225.0, 5210.0, 5242.0, 5209.0, 5231.0, 5196.0, 5229.0, 5239.0, 5221.0, 5243.0, 5198.0, 5229.0, 5198.0, 5232.0, 5251.0, 5223.0, 5240.0, 5219.0, 5241.0, 5224.0, 5253.0, 5210.0, 5254.0, 5211.0, 5253.0, 5212.0, 5254.0, 5232.0, 5222.0, 5231.0, 5210.0, 5243.0, 5204.0, 5222.0, 5178.0, 5222.0, 5201.0, 5222.0, 5229.0, 5191.0, 5218.0, 5185.0, 5207.0, 5178.0, 5210.0, 5167.0, 5196.0, 5207.0, 5179.0, 5196.0, 5190.0, 5207.0, 5163.0, 5196.0, 5165.0, 5199.0, 5205.0, 5188.0, 5205.0, 5189.0, 5216.0, 5181.0, 5220.0, 5185.0, 5207.0, 5213.0, 5196.0, 5228.0, 5212.0, 5231.0, 5177.0, 5210.0, 5204.0, 5199.0, 5224.0, 5200.0, 5229.0, 5197.0, 5246.0, 5199.0, 5212.0, 5225.0, 5212.0, 5226.0, 5209.0, 5231.0, 5199.0, 5230.0, 5189.0, 5242.0, 5202.0, 5230.0, 5229.0, 5220.0, 5238.0, 5211.0, 5244.0, 5200.0, 5227.0, 5187.0, 5221.0, 5228.0, 5198.0, 5215.0, 5202.0, 5219.0, 5190.0, 5231.0, 5191.0, 5227.0, 5186.0, 5217.0, 5228.0, 5216.0, 5233.0, 5214.0, 5231.0, 5192.0, 5232.0, 5198.0, 5211.0, 5215.0, 5201.0, 5219.0, 5201.0, 5216.0, 5189.0, 5216.0, 5195.0, 5201.0, 5228.0, 5212.0, 5230.0, 5199.0, 5232.0, 5190.0, 5229.0, 5219.0, 5226.0, 5237.0, 5209.0, 5232.0, 5210.0, 5231.0, 5204.0, 5245.0, 5210.0, 5209.0, 5242.0, 5222.0, 5242.0, 5202.0, 5230.0, 5190.0, 5230.0, 5241.0, 5223.0, 5240.0, 5220.0, 5233.0, 5199.0, 5231.0, 5231.0, 5222.0, 5239.0, 5220.0, 5240.0, 5201.0, 5253.0, 5212.0, 5231.0, 5242.0, 5212.0, 5240.0, 5202.0, 5253.0, 5218.0, 5221.0, 5240.0, 5211.0, 5244.0, 5214.0, 5253.0, 5202.0, 5242.0, 5200.0, 5241.0, 5248.0, 5233.0, 5254.0, 5224.0, 5254.0, 5212.0, 5254.0, 5204.0, 5264.0, 5223.0, 5243.0, 5250.0, 5223.0, 5252.0, 5223.0, 5245.0, 5211.0, 5239.0, 5200.0, 5243.0, 5240.0, 5211.0, 5238.0, 5224.0, 5270.0, 5232.0, 5277.0, 5190.0, 5239.0, 5197.0, 5229.0, 5237.0, 5210.0, 5227.0, 5208.0, 5227.0, 5204.0, 5246.0, 5202.0, 5241.0, 5240.0, 5213.0, 5240.0, 5211.0, 5233.0, 5203.0, 5234.0, 5205.0, 5232.0, 5200.0, 5224.0, 5228.0, 5199.0, 5219.0, 5188.0, 5223.0, 5167.0, 5197.0, 5203.0, 5176.0, 5205.0, 5193.0, 5204.0, 5174.0, 5207.0, 5164.0, 5210.0, 5205.0, 5178.0, 5204.0, 5161.0, 5204.0, 5177.0, 5210.0, 5201.0, 5189.0, 5206.0, 5180.0, 5210.0, 5163.0, 5186.0, 5191.0, 5178.0, 5207.0, 5187.0, 5209.0, 5177.0, 5219.0, 5190.0, 5234.0, 5188.0, 5219.0, 5195.0, 5210.0, 5252.0, 5224.0, 5245.0, 5231.0, 5240.0, 5212.0, 5250.0, 5213.0, 5251.0, 5204.0, 5264.0, 5212.0, 5242.0, 5248.0, 5208.0, 5243.0, 5197.0, 5239.0, 5219.0, 5221.0, 5228.0, 5212.0, 5232.0, 5189.0, 5232.0, 5237.0, 5203.0, 5227.0, 5196.0, 5227.0, 5190.0, 5234.0, 5226.0, 5198.0, 5229.0, 5201.0, 5232.0, 5189.0, 5239.0, 5222.0, 5192.0, 5206.0, 5168.0, 5195.0, 5169.0, 5209.0, 5179.0, 5209.0, 5169.0, 5211.0, 5200.0, 5215.0, 5220.0, 5189.0, 5211.0, 5171.0, 5209.0, 5211.0, 5200.0, 5218.0, 5179.0, 5211.0, 5167.0, 5213.0, 5197.0, 5189.0, 5203.0, 5167.0, 5198.0, 5180.0, 5204.0, 5168.0, 5186.0, 5155.0, 5187.0, 5167.0, 5195.0, 5184.0, 5178.0, 5195.0, 5178.0, 5200.0, 5155.0, 5190.0, 5153.0, 5185.0, 5171.0, 5179.0, 5193.0, 5164.0, 5185.0, 5144.0, 5184.0, 5169.0, 5178.0, 5195.0, 5158.0, 5185.0, 5144.0, 5189.0, 5167.0, 5177.0, 5195.0, 5167.0, 5197.0, 5179.0, 5201.0, 5194.0, 5225.0, 5208.0, 5170.0, 5196.0, 5170.0, 5210.0, 5181.0, 5203.0, 5162.0, 5201.0, 5163.0, 5214.0, 5212.0, 5193.0, 5210.0, 5190.0, 5199.0, 5170.0, 5202.0, 5179.0, 5201.0, 5208.0, 5168.0, 5196.0, 5180.0, 5201.0, 5168.0, 5208.0, 5178.0, 5189.0, 5205.0, 5167.0, 5197.0, 5166.0, 5196.0, 5167.0, 5185.0, 5196.0, 5176.0, 5188.0, 5147.0, 5174.0, 5155.0, 5166.0, 5185.0, 5165.0, 5184.0, 5156.0, 5174.0, 5145.0, 5176.0, 5183.0, 5166.0, 5183.0, 5169.0, 5189.0, 5146.0, 5187.0, 5177.0, 5180.0, 5198.0, 5178.0, 5187.0, 5168.0, 5200.0, 5159.0, 5199.0, 5207.0, 5178.0, 5206.0, 5188.0, 5210.0, 5159.0, 5203.0, 5185.0, 5186.0, 5196.0, 5181.0, 5198.0, 5164.0, 5187.0, 5155.0, 5193.0, 5206.0, 5178.0, 5191.0, 5168.0, 5198.0, 5169.0, 5208.0, 5167.0, 5200.0, 5195.0, 5177.0, 5206.0, 5181.0, 5197.0, 5169.0, 5196.0, 5156.0, 5195.0, 5152.0, 5197.0, 5187.0, 5178.0, 5196.0, 5168.0, 5199.0, 5171.0, 5186.0, 5146.0, 5187.0, 5173.0, 5156.0, 5193.0, 5167.0, 5183.0, 5144.0, 5176.0, 5131.0, 5165.0, 5184.0, 5157.0, 5198.0, 5163.0, 5175.0, 5169.0, 5187.0, 5143.0, 5184.0, 5153.0, 5185.0, 5213.0, 5182.0, 5208.0, 5181.0, 5197.0, 5168.0, 5197.0, 5155.0, 5211.0, 5156.0, 5195.0, 5179.0, 5211.0, 5195.0, 5180.0, 5196.0, 5168.0, 5196.0, 5181.0, 5188.0, 5154.0, 5184.0, 5173.0, 5165.0, 5195.0, 5180.0, 5199.0, 5156.0, 5184.0, 5156.0, 5190.0, 5183.0, 5179.0, 5194.0, 5176.0, 5205.0, 5191.0, 5207.0, 5167.0, 5208.0, 5155.0, 5209.0, 5177.0, 5198.0, 5185.0, 5196.0, 5209.0, 5194.0, 5217.0, 5192.0, 5207.0, 5178.0, 5207.0, 5182.0, 5211.0, 5168.0, 5191.0, 5175.0, 5166.0, 5193.0, 5178.0, 5183.0, 5164.0, 5177.0, 5142.0, 5192.0, 5183.0, 5181.0, 5195.0, 5155.0, 5197.0, 5167.0, 5187.0, 5153.0, 5186.0, 5144.0, 5190.0, 5172.0, 5165.0, 5194.0, 5162.0, 5199.0, 5157.0, 5192.0, 5155.0, 5178.0, 5198.0, 5172.0, 5194.0, 5163.0, 5188.0, 5142.0, 5190.0, 5184.0, 5172.0, 5193.0, 5168.0, 5196.0, 5153.0, 5176.0, 5208.0, 5168.0, 5200.0, 5156.0, 5173.0, 5157.0, 5188.0, 5186.0, 5193.0, 5198.0, 5169.0, 5186.0, 5179.0, 5191.0, 5161.0, 5188.0, 5172.0, 5192.0, 5149.0, 5192.0, 5195.0, 5209.0, 5233.0, 5172.0, 5200.0, 5172.0, 5183.0, 5167.0, 5201.0, 5159.0, 5202.0, 5167.0, 5191.0, 5208.0, 5183.0, 5195.0, 5167.0, 5183.0, 5152.0, 5174.0, 5154.0, 5187.0, 5162.0, 5168.0, 5185.0, 5155.0, 5173.0, 5148.0, 5177.0, 5135.0, 5164.0, 5200.0, 5158.0, 5175.0, 5146.0, 5164.0, 5122.0, 5152.0, 5188.0, 5180.0, 5194.0, 5155.0, 5176.0, 5167.0, 5198.0, 5170.0, 5212.0, 5159.0, 5201.0, 5199.0, 5179.0, 5210.0, 5170.0, 5184.0, 5171.0, 5199.0, 5158.0, 5211.0, 5157.0, 5188.0, 5178.0, 5213.0, 5195.0, 5179.0, 5204.0, 5167.0, 5197.0, 5178.0, 5194.0, 5166.0, 5178.0, 5169.0, 5191.0, 5176.0, 5173.0, 5186.0, 5157.0, 5176.0, 5157.0, 5173.0, 5145.0, 5178.0, 5146.0, 5162.0, 5172.0, 5156.0, 5173.0, 5156.0, 5184.0, 5157.0, 5182.0, 5156.0, 5174.0, 5143.0, 5164.0, 5145.0, 5177.0, 5141.0, 5166.0, 5172.0, 5148.0, 5184.0, 5153.0, 5184.0, 5148.0, 5181.0, 5138.0, 5167.0, 5171.0, 5144.0, 5182.0, 5155.0, 5185.0, 5133.0, 5163.0, 5116.0, 5151.0, 5199.0, 5170.0, 5195.0, 5167.0, 5187.0, 5145.0, 5184.0, 5160.0, 5188.0, 5186.0, 5169.0, 5190.0, 5167.0, 5192.0, 5161.0, 5188.0, 5135.0, 5175.0, 5171.0, 5189.0, 5194.0, 5192.0, 5197.0, 5172.0, 5209.0, 5196.0, 5211.0, 5192.0, 5208.0, 5172.0, 5212.0, 5196.0, 5221.0, 5194.0, 5210.0, 5171.0, 5188.0, 5157.0, 5189.0, 5165.0, 5184.0, 5179.0, 5151.0, 5185.0, 5165.0, 5185.0, 5145.0, 5172.0, 5131.0, 5156.0, 5166.0, 5151.0, 5168.0, 5138.0, 5161.0, 5127.0, 5165.0, 5142.0, 5159.0, 5171.0, 5159.0, 5186.0, 5159.0, 5187.0, 5131.0, 5161.0, 5132.0, 5179.0, 5176.0, 5159.0, 5174.0, 5144.0, 5185.0, 5180.0, 5184.0, 5154.0, 5185.0, 5142.0, 5176.0, 5198.0, 5156.0, 5195.0, 5170.0, 5188.0, 5162.0, 5188.0, 5175.0, 5158.0, 5185.0, 5159.0, 5177.0, 5143.0, 5190.0, 5133.0, 5177.0, 5147.0, 5180.0, 5189.0, 5158.0, 5177.0, 5134.0, 5153.0, 5138.0, 5164.0, 5160.0, 5145.0, 5186.0, 5161.0, 5172.0, 5135.0, 5153.0, 5132.0, 5159.0, 5172.0, 5146.0, 5165.0, 5134.0, 5165.0, 5147.0, 5169.0, 5139.0, 5150.0, 5170.0, 5136.0, 5152.0, 5131.0, 5153.0, 5130.0, 5151.0, 5148.0, 5149.0, 5181.0, 5144.0, 5172.0, 5146.0, 5177.0, 5160.0, 5186.0, 5139.0, 5186.0, 5136.0, 5190.0, 5177.0, 5167.0, 5184.0, 5155.0, 5174.0, 5154.0, 5195.0, 5159.0, 5187.0, 5132.0, 5173.0, 5176.0, 5179.0, 5192.0, 5162.0, 5172.0, 5156.0, 5191.0, 5161.0, 5197.0, 5154.0, 5176.0, 5184.0, 5166.0, 5186.0, 5142.0, 5174.0, 5137.0, 5191.0, 5151.0, 5185.0, 5154.0, 5175.0, 5188.0, 5173.0, 5200.0, 5167.0, 5187.0, 5148.0, 5201.0, 5147.0, 5214.0, 5184.0, 5199.0, 5201.0, 5168.0, 5198.0, 5160.0, 5179.0, 5155.0, 5185.0, 5169.0, 5196.0, 5169.0, 5186.0, 5168.0, 5191.0, 5171.0, 5176.0, 5154.0, 5174.0, 5154.0, 5162.0, 5184.0, 5158.0, 5185.0, 5154.0, 5173.0, 5148.0, 5178.0, 5146.0, 5177.0, 5145.0, 5173.0, 5160.0, 5170.0, 5184.0, 5159.0, 5185.0, 5157.0, 5164.0, 5139.0, 5188.0, 5155.0, 5164.0, 5175.0, 5145.0, 5189.0, 5159.0, 5184.0, 5155.0, 5175.0, 5137.0, 5178.0, 5156.0, 5193.0, 5186.0, 5159.0, 5161.0, 5147.0, 5185.0, 5157.0, 5187.0, 5147.0, 5173.0, 5135.0, 5175.0, 5184.0, 5179.0, 5195.0, 5167.0, 5187.0, 5156.0, 5184.0, 5173.0, 5199.0, 5147.0, 5202.0, 5146.0, 5175.0, 5168.0, 5177.0, 5193.0, 5169.0, 5185.0, 5148.0, 5173.0, 5144.0, 5180.0, 5163.0, 5188.0, 5144.0, 5179.0, 5153.0, 5165.0, 5187.0, 5157.0, 5175.0, 5144.0, 5172.0, 5135.0, 5185.0, 5148.0, 5187.0, 5146.0, 5188.0, 5169.0, 5178.0, 5199.0, 5170.0, 5184.0, 5157.0, 5183.0, 5144.0, 5188.0, 5162.0, 5197.0, 5156.0, 5189.0, 5174.0, 5179.0, 5210.0, 5168.0, 5186.0, 5157.0, 5189.0, 5185.0, 5204.0, 5148.0, 5189.0, 5148.0, 5173.0, 5176.0, 5189.0, 5193.0, 5169.0, 5194.0, 5157.0, 5186.0, 5156.0, 5188.0, 5159.0, 5202.0, 5157.0, 5179.0, 5183.0, 5158.0, 5175.0, 5144.0, 5191.0, 5145.0, 5186.0, 5166.0, 5171.0, 5189.0, 5174.0, 5179.0, 5134.0, 5176.0, 5133.0, 5155.0, 5196.0, 5158.0, 5185.0, 5145.0, 5164.0, 5135.0, 5177.0, 5180.0, 5178.0, 5186.0, 5157.0, 5190.0, 5155.0, 5175.0, 5172.0, 5191.0, 5159.0, 5188.0, 5165.0, 5179.0, 5212.0, 5171.0, 5197.0, 5170.0, 5197.0, 5167.0, 5186.0, 5174.0, 5190.0, 5150.0, 5200.0, 5157.0, 5197.0, 5199.0, 5190.0, 5196.0, 5180.0, 5207.0, 5170.0, 5221.0, 5182.0, 5197.0, 5172.0, 5196.0, 5169.0, 5208.0, 5175.0, 5197.0, 5159.0, 5187.0, 5137.0, 5199.0, 5171.0, 5188.0, 5177.0, 5188.0, 5168.0, 5176.0, 5197.0, 5173.0, 5196.0, 5167.0, 5186.0, 5158.0, 5188.0, 5158.0, 5176.0, 5145.0, 5178.0, 5127.0, 5179.0, 5142.0, 5165.0, 5153.0, 5153.0, 5186.0, 5157.0, 5174.0], 'WindowWidth': [11424.0, 11345.0, 11353.0, 11233.0, 11270.0, 11201.0, 11261.0, 11281.0, 11243.0, 11269.0, 11241.0, 11267.0, 11208.0, 11270.0, 11222.0, 11255.0, 11255.0, 11224.0, 11250.0, 11235.0, 11251.0, 11218.0, 11252.0, 11259.0, 11222.0, 11253.0, 11226.0, 11252.0, 11202.0, 11235.0, 11277.0, 11260.0, 11283.0, 11261.0, 11290.0, 11246.0, 11290.0, 11219.0, 11323.0, 11270.0, 11259.0, 11293.0, 11258.0, 11287.0, 11243.0, 11317.0, 11225.0, 11285.0, 11284.0, 11265.0, 11310.0, 11279.0, 11309.0, 11261.0, 11318.0, 11265.0, 11326.0, 11291.0, 11308.0, 11356.0, 11343.0, 11475.0, 11422.0, 11342.0, 11244.0, 11329.0, 11259.0, 11358.0, 11327.0, 11302.0, 11349.0, 11305.0, 11320.0, 11267.0, 11315.0, 11271.0, 11315.0, 11325.0, 11279.0, 11300.0, 11229.0, 11295.0, 11287.0, 11260.0, 11296.0, 11245.0, 11281.0, 11234.0, 11262.0, 11275.0, 11252.0, 11257.0, 11197.0, 11258.0, 11260.0, 11226.0, 11261.0, 11224.0, 11255.0, 11191.0, 11227.0, 11249.0, 11253.0, 11274.0, 11197.0, 11256.0, 11264.0, 11243.0, 11291.0, 11239.0, 11278.0, 11224.0, 11249.0, 11287.0, 11265.0, 11299.0, 11216.0, 11260.0, 11283.0, 11263.0, 11296.0, 11233.0, 11284.0, 11246.0, 11267.0, 11301.0, 11277.0, 11318.0, 11244.0, 11300.0, 11252.0, 11283.0, 11317.0, 11299.0, 11305.0, 11243.0, 11317.0, 11255.0, 11299.0, 11318.0, 11302.0, 11319.0, 11272.0, 11316.0, 11232.0, 11340.0, 11287.0, 11303.0, 11314.0, 11287.0, 11316.0, 11319.0, 11338.0, 11275.0, 11336.0, 11265.0, 11344.0, 11329.0, 11303.0, 11312.0, 11291.0, 11342.0, 11277.0, 11335.0, 11251.0, 11319.0, 11340.0, 11312.0, 11318.0, 11284.0, 11305.0, 11269.0, 11328.0, 11246.0, 11308.0, 11291.0, 11268.0, 11300.0, 11284.0, 11305.0, 11249.0, 11286.0, 11250.0, 11289.0, 11292.0, 11251.0, 11282.0, 11247.0, 11298.0, 11245.0, 11264.0, 11282.0, 11246.0, 11279.0, 11255.0, 11300.0, 11235.0, 11270.0, 11273.0, 11264.0, 11302.0, 11265.0, 11295.0, 11221.0, 11276.0, 11287.0, 11286.0, 11302.0, 11261.0, 11291.0, 11219.0, 11297.0, 11271.0, 11282.0, 11305.0, 11263.0, 11301.0, 11223.0, 11297.0, 11308.0, 11264.0, 11289.0, 11266.0, 11310.0, 11245.0, 11316.0, 11264.0, 11282.0, 11301.0, 11286.0, 11317.0, 11266.0, 11310.0, 11229.0, 11297.0, 11308.0, 11292.0, 11310.0, 11270.0, 11316.0, 11274.0, 11341.0, 11279.0, 11317.0, 11273.0, 11305.0, 11336.0, 11346.0, 11331.0, 11309.0, 11328.0, 11308.0, 11358.0, 11333.0, 11339.0, 11307.0, 11342.0, 11282.0, 11356.0, 11265.0, 11341.0, 11326.0, 11304.0, 11321.0, 11292.0, 11326.0, 11255.0, 11294.0, 11287.0, 11259.0, 11303.0, 11258.0, 11295.0, 11222.0, 11285.0, 11288.0, 11272.0, 11287.0, 11260.0, 11291.0, 11230.0, 11293.0, 11238.0, 11286.0, 11289.0, 11256.0, 11278.0, 11222.0, 11297.0, 11280.0, 11252.0, 11290.0, 11253.0, 11293.0, 11241.0, 11298.0, 11263.0, 11265.0, 11288.0, 11267.0, 11294.0, 11245.0, 11317.0, 11249.0, 11279.0, 11291.0, 11264.0, 11291.0, 11278.0, 11321.0, 11229.0, 11294.0, 11291.0, 11271.0, 11307.0, 11269.0, 11299.0, 11226.0, 11297.0, 11293.0, 11287.0, 11308.0, 11279.0, 11312.0, 11240.0, 11307.0, 11247.0, 11322.0, 11308.0, 11289.0, 11310.0, 11282.0, 11295.0, 11266.0, 11324.0, 11228.0, 11299.0, 11295.0, 11268.0, 11309.0, 11273.0, 11311.0, 11240.0, 11314.0, 11240.0, 11295.0, 11308.0, 11290.0, 11316.0, 11265.0, 11308.0, 11224.0, 11315.0, 11289.0, 11285.0, 11302.0, 11266.0, 11307.0, 11291.0, 11318.0, 11271.0, 11313.0, 11243.0, 11339.0, 11263.0, 11316.0, 11296.0, 11285.0, 11323.0, 11296.0, 11337.0, 11277.0, 11319.0, 11237.0, 11332.0, 11319.0, 11289.0, 11308.0, 11272.0, 11308.0, 11290.0, 11316.0, 11270.0, 11301.0, 11235.0, 11296.0, 11285.0, 11270.0, 11290.0, 11249.0, 11282.0, 11257.0, 11299.0, 11217.0, 11284.0, 11269.0, 11256.0, 11295.0, 11264.0, 11279.0, 11230.0, 11281.0, 11232.0, 11296.0, 11247.0, 11244.0, 11269.0, 11257.0, 11294.0, 11250.0, 11307.0, 11258.0, 11301.0, 11237.0, 11295.0, 11245.0, 11267.0, 11274.0, 11308.0, 11296.0, 11252.0, 11273.0, 11248.0, 11267.0, 11231.0, 11277.0, 11251.0, 11287.0, 11257.0, 11243.0, 11264.0, 11240.0, 11267.0, 11259.0, 11280.0, 11228.0, 11257.0, 11263.0, 11251.0, 11295.0, 11246.0, 11276.0, 11225.0, 11275.0, 11289.0, 11270.0, 11297.0, 11231.0, 11274.0, 11230.0, 11282.0, 11309.0, 11274.0, 11293.0, 11265.0, 11294.0, 11280.0, 11317.0, 11253.0, 11315.0, 11251.0, 11314.0, 11259.0, 11318.0, 11282.0, 11269.0, 11280.0, 11251.0, 11301.0, 11242.0, 11266.0, 11199.0, 11264.0, 11235.0, 11268.0, 11271.0, 11218.0, 11252.0, 11204.0, 11236.0, 11197.0, 11246.0, 11178.0, 11219.0, 11232.0, 11195.0, 11219.0, 11213.0, 11237.0, 11170.0, 11218.0, 11173.0, 11230.0, 11234.0, 11209.0, 11231.0, 11210.0, 11248.0, 11209.0, 11259.0, 11207.0, 11239.0, 11245.0, 11224.0, 11268.0, 11252.0, 11279.0, 11197.0, 11245.0, 11232.0, 11229.0, 11260.0, 11232.0, 11271.0, 11231.0, 11307.0, 11231.0, 11250.0, 11264.0, 11250.0, 11268.0, 11249.0, 11278.0, 11233.0, 11277.0, 11218.0, 11297.0, 11240.0, 11276.0, 11274.0, 11263.0, 11287.0, 11253.0, 11298.0, 11234.0, 11270.0, 11214.0, 11263.0, 11274.0, 11232.0, 11252.0, 11234.0, 11258.0, 11216.0, 11280.0, 11222.0, 11270.0, 11212.0, 11257.0, 11273.0, 11260.0, 11282.0, 11253.0, 11277.0, 11221.0, 11281.0, 11230.0, 11250.0, 11252.0, 11235.0, 11258.0, 11236.0, 11256.0, 11215.0, 11253.0, 11220.0, 11234.0, 11270.0, 11253.0, 11275.0, 11231.0, 11278.0, 11217.0, 11273.0, 11262.0, 11275.0, 11284.0, 11249.0, 11280.0, 11249.0, 11279.0, 11247.0, 11302.0, 11250.0, 11249.0, 11295.0, 11273.0, 11298.0, 11241.0, 11279.0, 11222.0, 11280.0, 11296.0, 11275.0, 11293.0, 11265.0, 11286.0, 11235.0, 11283.0, 11285.0, 11273.0, 11291.0, 11266.0, 11294.0, 11240.0, 11317.0, 11254.0, 11282.0, 11297.0, 11257.0, 11294.0, 11244.0, 11319.0, 11262.0, 11270.0, 11294.0, 11255.0, 11300.0, 11266.0, 11320.0, 11242.0, 11300.0, 11238.0, 11296.0, 11304.0, 11291.0, 11319.0, 11276.0, 11317.0, 11257.0, 11317.0, 11252.0, 11335.0, 11272.0, 11302.0, 11309.0, 11273.0, 11317.0, 11277.0, 11305.0, 11252.0, 11292.0, 11239.0, 11302.0, 11293.0, 11254.0, 11290.0, 11277.0, 11352.0, 11298.0, 11358.0, 11223.0, 11289.0, 11225.0, 11274.0, 11285.0, 11249.0, 11265.0, 11240.0, 11270.0, 11243.0, 11305.0, 11241.0, 11296.0, 11291.0, 11257.0, 11291.0, 11251.0, 11280.0, 11237.0, 11283.0, 11244.0, 11278.0, 11226.0, 11270.0, 11274.0, 11229.0, 11257.0, 11210.0, 11263.0, 11177.0, 11221.0, 11221.0, 11188.0, 11230.0, 11211.0, 11226.0, 11185.0, 11234.0, 11172.0, 11243.0, 11230.0, 11193.0, 11225.0, 11164.0, 11228.0, 11197.0, 11244.0, 11223.0, 11209.0, 11231.0, 11200.0, 11242.0, 11165.0, 11199.0, 11204.0, 11194.0, 11236.0, 11210.0, 11239.0, 11195.0, 11255.0, 11221.0, 11284.0, 11213.0, 11259.0, 11222.0, 11248.0, 11312.0, 11278.0, 11301.0, 11282.0, 11292.0, 11254.0, 11309.0, 11260.0, 11311.0, 11249.0, 11334.0, 11255.0, 11299.0, 11302.0, 11246.0, 11296.0, 11227.0, 11288.0, 11260.0, 11266.0, 11273.0, 11252.0, 11279.0, 11215.0, 11277.0, 11286.0, 11240.0, 11268.0, 11223.0, 11268.0, 11216.0, 11284.0, 11265.0, 11228.0, 11270.0, 11232.0, 11276.0, 11217.0, 11295.0, 11259.0, 11214.0, 11223.0, 11175.0, 11209.0, 11180.0, 11233.0, 11192.0, 11234.0, 11180.0, 11240.0, 11226.0, 11251.0, 11253.0, 11210.0, 11241.0, 11184.0, 11237.0, 11242.0, 11225.0, 11248.0, 11193.0, 11238.0, 11172.0, 11246.0, 11214.0, 11205.0, 11220.0, 11171.0, 11217.0, 11194.0, 11223.0, 11172.0, 11194.0, 11149.0, 11197.0, 11173.0, 11209.0, 11190.0, 11185.0, 11207.0, 11188.0, 11219.0, 11152.0, 11203.0, 11145.0, 11194.0, 11171.0, 11190.0, 11204.0, 11163.0, 11192.0, 11134.0, 11190.0, 11175.0, 11188.0, 11209.0, 11157.0, 11192.0, 11135.0, 11202.0, 11176.0, 11187.0, 11208.0, 11169.0, 11212.0, 11194.0, 11225.0, 11225.0, 11266.0, 11233.0, 11181.0, 11211.0, 11181.0, 11237.0, 11199.0, 11229.0, 11170.0, 11227.0, 11173.0, 11248.0, 11242.0, 11218.0, 11237.0, 11212.0, 11223.0, 11179.0, 11226.0, 11193.0, 11227.0, 11231.0, 11178.0, 11216.0, 11195.0, 11227.0, 11175.0, 11233.0, 11186.0, 11203.0, 11223.0, 11172.0, 11214.0, 11167.0, 11212.0, 11168.0, 11193.0, 11209.0, 11183.0, 11200.0, 11138.0, 11176.0, 11148.0, 11165.0, 11194.0, 11168.0, 11193.0, 11153.0, 11178.0, 11139.0, 11183.0, 11191.0, 11170.0, 11190.0, 11174.0, 11202.0, 11141.0, 11202.0, 11188.0, 11194.0, 11215.0, 11189.0, 11201.0, 11179.0, 11226.0, 11164.0, 11220.0, 11227.0, 11190.0, 11227.0, 11204.0, 11238.0, 11164.0, 11226.0, 11194.0, 11199.0, 11215.0, 11198.0, 11218.0, 11167.0, 11200.0, 11152.0, 11214.0, 11226.0, 11189.0, 11206.0, 11175.0, 11215.0, 11182.0, 11232.0, 11171.0, 11220.0, 11209.0, 11187.0, 11230.0, 11197.0, 11215.0, 11175.0, 11211.0, 11153.0, 11209.0, 11147.0, 11216.0, 11195.0, 11184.0, 11210.0, 11172.0, 11217.0, 11178.0, 11198.0, 11137.0, 11196.0, 11172.0, 11151.0, 11205.0, 11171.0, 11189.0, 11134.0, 11177.0, 11112.0, 11164.0, 11192.0, 11156.0, 11210.0, 11162.0, 11179.0, 11176.0, 11199.0, 11133.0, 11190.0, 11147.0, 11195.0, 11243.0, 11204.0, 11236.0, 11198.0, 11214.0, 11176.0, 11215.0, 11157.0, 11237.0, 11156.0, 11212.0, 11195.0, 11242.0, 11212.0, 11193.0, 11213.0, 11175.0, 11213.0, 11200.0, 11205.0, 11151.0, 11195.0, 11176.0, 11169.0, 11211.0, 11193.0, 11218.0, 11154.0, 11192.0, 11152.0, 11209.0, 11191.0, 11190.0, 11207.0, 11183.0, 11225.0, 11213.0, 11229.0, 11172.0, 11229.0, 11154.0, 11239.0, 11190.0, 11218.0, 11197.0, 11215.0, 11238.0, 11223.0, 11246.0, 11216.0, 11229.0, 11190.0, 11229.0, 11203.0, 11239.0, 11172.0, 11208.0, 11178.0, 11168.0, 11206.0, 11189.0, 11190.0, 11162.0, 11182.0, 11129.0, 11210.0, 11191.0, 11191.0, 11206.0, 11151.0, 11214.0, 11175.0, 11198.0, 11147.0, 11193.0, 11135.0, 11207.0, 11171.0, 11165.0, 11202.0, 11160.0, 11216.0, 11158.0, 11202.0, 11149.0, 11184.0, 11213.0, 11185.0, 11207.0, 11163.0, 11198.0, 11131.0, 11202.0, 11190.0, 11184.0, 11206.0, 11170.0, 11209.0, 11146.0, 11183.0, 11230.0, 11176.0, 11220.0, 11151.0, 11170.0, 11157.0, 11202.0, 11197.0, 11217.0, 11216.0, 11175.0, 11195.0, 11190.0, 11208.0, 11163.0, 11201.0, 11186.0, 11209.0, 11146.0, 11211.0, 11220.0, 11245.0, 11274.0, 11185.0, 11221.0, 11179.0, 11185.0, 11172.0, 11224.0, 11159.0, 11225.0, 11167.0, 11203.0, 11231.0, 11197.0, 11210.0, 11169.0, 11188.0, 11141.0, 11176.0, 11147.0, 11195.0, 11153.0, 11165.0, 11189.0, 11150.0, 11172.0, 11137.0, 11176.0, 11113.0, 11155.0, 11215.0, 11153.0, 11174.0, 11133.0, 11154.0, 11091.0, 11139.0, 11203.0, 11193.0, 11204.0, 11149.0, 11177.0, 11171.0, 11215.0, 11179.0, 11240.0, 11163.0, 11226.0, 11220.0, 11191.0, 11232.0, 11180.0, 11188.0, 11180.0, 11219.0, 11161.0, 11237.0, 11156.0, 11202.0, 11189.0, 11245.0, 11209.0, 11190.0, 11219.0, 11169.0, 11218.0, 11187.0, 11206.0, 11165.0, 11184.0, 11174.0, 11209.0, 11178.0, 11181.0, 11190.0, 11148.0, 11177.0, 11151.0, 11170.0, 11132.0, 11184.0, 11130.0, 11155.0, 11166.0, 11148.0, 11169.0, 11147.0, 11185.0, 11158.0, 11185.0, 11147.0, 11172.0, 11128.0, 11158.0, 11136.0, 11181.0, 11124.0, 11161.0, 11166.0, 11136.0, 11190.0, 11146.0, 11189.0, 11141.0, 11188.0, 11123.0, 11165.0, 11165.0, 11130.0, 11185.0, 11153.0, 11189.0, 11115.0, 11152.0, 11079.0, 11138.0, 11218.0, 11178.0, 11207.0, 11169.0, 11195.0, 11136.0, 11190.0, 11167.0, 11202.0, 11195.0, 11176.0, 11203.0, 11170.0, 11209.0, 11166.0, 11201.0, 11120.0, 11178.0, 11182.0, 11207.0, 11208.0, 11215.0, 11214.0, 11183.0, 11237.0, 11227.0, 11238.0, 11216.0, 11233.0, 11186.0, 11239.0, 11223.0, 11258.0, 11220.0, 11236.0, 11178.0, 11200.0, 11156.0, 11205.0, 11163.0, 11193.0, 11175.0, 11138.0, 11192.0, 11164.0, 11189.0, 11130.0, 11168.0, 11106.0, 11145.0, 11158.0, 11138.0, 11158.0, 11115.0, 11147.0, 11098.0, 11159.0, 11122.0, 11152.0, 11164.0, 11154.0, 11195.0, 11160.0, 11192.0, 11105.0, 11148.0, 11112.0, 11182.0, 11170.0, 11155.0, 11171.0, 11133.0, 11193.0, 11193.0, 11190.0, 11146.0, 11190.0, 11125.0, 11179.0, 11211.0, 11151.0, 11209.0, 11175.0, 11199.0, 11169.0, 11200.0, 11177.0, 11149.0, 11187.0, 11156.0, 11177.0, 11128.0, 11198.0, 11113.0, 11177.0, 11135.0, 11190.0, 11197.0, 11152.0, 11175.0, 11112.0, 11138.0, 11124.0, 11158.0, 11147.0, 11128.0, 11190.0, 11160.0, 11169.0, 11114.0, 11135.0, 11105.0, 11157.0, 11165.0, 11131.0, 11155.0, 11111.0, 11153.0, 11135.0, 11166.0, 11115.0, 11131.0, 11157.0, 11111.0, 11136.0, 11106.0, 11136.0, 11102.0, 11134.0, 11126.0, 11140.0, 11178.0, 11130.0, 11166.0, 11132.0, 11178.0, 11161.0, 11195.0, 11128.0, 11194.0, 11121.0, 11205.0, 11180.0, 11165.0, 11188.0, 11146.0, 11170.0, 11145.0, 11205.0, 11155.0, 11193.0, 11112.0, 11171.0, 11182.0, 11187.0, 11197.0, 11157.0, 11169.0, 11148.0, 11206.0, 11168.0, 11213.0, 11147.0, 11178.0, 11187.0, 11167.0, 11193.0, 11125.0, 11169.0, 11123.0, 11204.0, 11146.0, 11194.0, 11146.0, 11176.0, 11198.0, 11185.0, 11215.0, 11167.0, 11196.0, 11143.0, 11220.0, 11141.0, 11245.0, 11201.0, 11216.0, 11221.0, 11171.0, 11211.0, 11158.0, 11181.0, 11148.0, 11192.0, 11178.0, 11209.0, 11174.0, 11196.0, 11169.0, 11205.0, 11180.0, 11181.0, 11145.0, 11176.0, 11142.0, 11154.0, 11189.0, 11154.0, 11188.0, 11143.0, 11169.0, 11140.0, 11180.0, 11133.0, 11177.0, 11130.0, 11170.0, 11152.0, 11174.0, 11187.0, 11158.0, 11189.0, 11152.0, 11157.0, 11129.0, 11199.0, 11147.0, 11159.0, 11172.0, 11131.0, 11201.0, 11159.0, 11188.0, 11148.0, 11176.0, 11124.0, 11182.0, 11152.0, 11211.0, 11192.0, 11158.0, 11148.0, 11137.0, 11192.0, 11158.0, 11195.0, 11137.0, 11175.0, 11119.0, 11178.0, 11191.0, 11191.0, 11207.0, 11171.0, 11196.0, 11152.0, 11189.0, 11183.0, 11216.0, 11141.0, 11221.0, 11137.0, 11177.0, 11167.0, 11182.0, 11202.0, 11170.0, 11189.0, 11138.0, 11169.0, 11131.0, 11182.0, 11167.0, 11197.0, 11130.0, 11183.0, 11140.0, 11160.0, 11195.0, 11150.0, 11174.0, 11131.0, 11168.0, 11117.0, 11189.0, 11145.0, 11194.0, 11135.0, 11200.0, 11172.0, 11182.0, 11218.0, 11176.0, 11182.0, 11153.0, 11184.0, 11131.0, 11195.0, 11170.0, 11212.0, 11154.0, 11201.0, 11176.0, 11188.0, 11236.0, 11176.0, 11195.0, 11154.0, 11204.0, 11206.0, 11229.0, 11145.0, 11203.0, 11143.0, 11168.0, 11179.0, 11204.0, 11203.0, 11174.0, 11203.0, 11155.0, 11193.0, 11154.0, 11199.0, 11160.0, 11227.0, 11156.0, 11185.0, 11185.0, 11153.0, 11175.0, 11133.0, 11204.0, 11134.0, 11193.0, 11161.0, 11177.0, 11201.0, 11184.0, 11184.0, 11116.0, 11175.0, 11111.0, 11145.0, 11207.0, 11156.0, 11192.0, 11134.0, 11159.0, 11119.0, 11185.0, 11189.0, 11184.0, 11192.0, 11154.0, 11198.0, 11150.0, 11178.0, 11186.0, 11207.0, 11159.0, 11200.0, 11164.0, 11185.0, 11238.0, 11183.0, 11212.0, 11177.0, 11211.0, 11170.0, 11195.0, 11190.0, 11207.0, 11148.0, 11221.0, 11156.0, 11214.0, 11222.0, 11207.0, 11211.0, 11192.0, 11224.0, 11176.0, 11252.0, 11199.0, 11214.0, 11184.0, 11211.0, 11174.0, 11229.0, 11190.0, 11212.0, 11158.0, 11197.0, 11125.0, 11218.0, 11179.0, 11199.0, 11181.0, 11197.0, 11167.0, 11178.0, 11208.0, 11181.0, 11204.0, 11166.0, 11189.0, 11150.0, 11196.0, 11154.0, 11176.0, 11132.0, 11178.0, 11108.0, 11184.0, 11124.0, 11158.0, 11136.0, 11137.0, 11190.0, 11149.0, 11169.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.002167179169249845</td></tr>
<tr><td colspan=3>aqi</td><td>0.05797643657780533</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.988666011389576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.184003771532258</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9365287497146405</td></tr>
<tr><td colspan=3>efc</td><td>0.5164</td></tr>
<tr><td colspan=3>fber</td><td>4214.2529</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09271669269770327</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.967761934283943</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6333811716519615</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.610492301397377</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.62977348275586</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.659877730802647</td></tr>
<tr><td colspan=3>gcor</td><td>0.0310228</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.016802450641989708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023342957720160484</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1613</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.557126846312741</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.7392</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.3069</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1355.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>569.3913</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7485</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.656</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4349.879</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87669.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.2643</td></tr>
<tr><td colspan=3>tsnr</td><td>29.242787969997153</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>