<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-03/func/sub-0025_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>8f42d5c218d4ebdfe6131c828f4e5fad</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>12:33:16.852500</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.999629, 0.0272106, -0.0013799, -0.0272238, 0.999573, -0.0106539]</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.0929873</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7717, -7226, 595, -50, -43, -115, 72]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0ea744a-0284-4c86-9826-b23b1353e027||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.6819310188293457, -0.0730394572019577, -0.002941403305158019, 114.76361846923828], [-0.0730040967464447, 2.6817800998687744, -0.028856249526143074, -94.40242004394531], [-0.003702163463458419, 0.028583604842424393, 2.6998441219329834, -69.02823638916016], [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': ['123316.852500', '123317.312500', '123317.772500', '123318.232500', '123318.692500', '123319.152500', '123319.612500', '123320.072500', '123320.532500', '123320.992500', '123321.452500', '123321.912500', '123322.372500', '123322.832500', '123323.292500', '123323.752500', '123324.212500', '123324.672500', '123325.132500', '123325.592500', '123326.052500', '123326.512500', '123326.972500', '123327.432500', '123327.892500', '123328.352500', '123328.812500', '123329.272500', '123329.732500', '123330.192500', '123330.652500', '123331.112500', '123331.572500', '123332.032500', '123332.492500', '123332.952500', '123333.412500', '123333.872500', '123334.332500', '123334.792500', '123335.252500', '123335.712500', '123336.172500', '123336.632500', '123337.092500', '123337.552500', '123338.012500', '123338.472500', '123338.932500', '123339.392500', '123339.852500', '123340.312500', '123340.772500', '123341.232500', '123341.692500', '123342.152500', '123342.612500', '123343.072500', '123343.532500', '123343.992500', '123344.452500', '123344.912500', '123345.372500', '123345.832500', '123346.292500', '123346.752500', '123347.212500', '123347.672500', '123348.132500', '123348.592500', '123349.052500', '123349.512500', '123349.972500', '123350.432500', '123350.892500', '123351.352500', '123351.812500', '123352.272500', '123352.732500', '123353.192500', '123353.652500', '123354.112500', '123354.572500', '123355.032500', '123355.492500', '123355.952500', '123356.412500', '123356.872500', '123357.332500', '123357.792500', '123358.252500', '123358.712500', '123359.172500', '123359.632500', '123400.092500', '123400.552500', '123401.012500', '123401.472500', '123401.932500', '123402.392500', '123402.852500', '123403.312500', '123403.772500', '123404.232500', '123404.692500', '123405.152500', '123405.612500', '123406.072500', '123406.532500', '123406.992500', '123407.452500', '123407.912500', '123408.372500', '123408.832500', '123409.292500', '123409.752500', '123410.212500', '123410.672500', '123411.132500', '123411.592500', '123412.052500', '123412.512500', '123412.972500', '123413.432500', '123413.892500', '123414.352500', '123414.812500', '123415.272500', '123415.732500', '123416.192500', '123416.652500', '123417.112500', '123417.572500', '123418.032500', '123418.492500', '123418.952500', '123419.412500', '123419.872500', '123420.332500', '123420.792500', '123421.252500', '123421.712500', '123422.172500', '123422.632500', '123423.092500', '123423.552500', '123424.012500', '123424.472500', '123424.932500', '123425.392500', '123425.852500', '123426.312500', '123426.772500', '123427.232500', '123427.692500', '123428.152500', '123428.612500', '123429.072500', '123429.532500', '123429.992500', '123430.452500', '123430.912500', '123431.372500', '123431.832500', '123432.292500', '123432.752500', '123433.212500', '123433.672500', '123434.132500', '123434.592500', '123435.052500', '123435.512500', '123435.972500', '123436.432500', '123436.892500', '123437.352500', '123437.812500', '123438.272500', '123438.732500', '123439.192500', '123439.652500', '123440.112500', '123440.572500', '123441.032500', '123441.492500', '123441.952500', '123442.412500', '123442.872500', '123443.332500', '123443.792500', '123444.252500', '123444.712500', '123445.172500', '123445.632500', '123446.092500', '123446.552500', '123447.012500', '123447.472500', '123447.932500', '123448.392500', '123448.852500', '123449.312500', '123449.772500', '123450.232500', '123450.692500', '123451.152500', '123451.612500', '123452.072500', '123452.532500', '123452.992500', '123453.452500', '123453.912500', '123454.372500', '123454.832500', '123455.292500', '123455.752500', '123456.212500', '123456.672500', '123457.132500', '123457.592500', '123458.052500', '123458.512500', '123458.972500', '123459.432500', '123459.892500', '123500.352500', '123500.812500', '123501.272500', '123501.732500', '123502.192500', '123502.652500', '123503.112500', '123503.572500', '123504.032500', '123504.492500', '123504.952500', '123505.412500', '123505.872500', '123506.332500', '123506.792500', '123507.252500', '123507.712500', '123508.172500', '123508.632500', '123509.092500', '123509.552500', '123510.012500', '123510.472500', '123510.932500', '123511.392500', '123511.852500', '123512.312500', '123512.772500', '123513.232500', '123513.692500', '123514.152500', '123514.612500', '123515.072500', '123515.532500', '123515.992500', '123516.452500', '123516.912500', '123517.372500', '123517.832500', '123518.292500', '123518.752500', '123519.212500', '123519.672500', '123520.132500', '123520.592500', '123521.052500', '123521.512500', '123521.972500', '123522.432500', '123522.892500', '123523.352500', '123523.812500', '123524.272500', '123524.732500', '123525.192500', '123525.652500', '123526.112500', '123526.572500', '123527.032500', '123527.492500', '123527.952500', '123528.412500', '123528.872500', '123529.332500', '123529.792500', '123530.252500', '123530.712500', '123531.172500', '123531.632500', '123532.092500', '123532.552500', '123533.012500', '123533.472500', '123533.932500', '123534.392500', '123534.852500', '123535.312500', '123535.772500', '123536.232500', '123536.692500', '123537.152500', '123537.612500', '123538.072500', '123538.532500', '123538.992500', '123539.452500', '123539.912500', '123540.372500', '123540.832500', '123541.292500', '123541.752500', '123542.212500', '123542.672500', '123543.132500', '123543.592500', '123544.052500', '123544.512500', '123544.972500', '123545.432500', '123545.892500', '123546.352500', '123546.812500', '123547.272500', '123547.732500', '123548.192500', '123548.652500', '123549.112500', '123549.572500', '123550.032500', '123550.492500', '123550.952500', '123551.412500', '123551.872500', '123552.332500', '123552.792500', '123553.252500', '123553.712500', '123554.172500', '123554.632500', '123555.092500', '123555.552500', '123556.012500', '123556.472500', '123556.932500', '123557.392500', '123557.852500', '123558.312500', '123558.772500', '123559.232500', '123559.692500', '123600.152500', '123600.612500', '123601.072500', '123601.532500', '123601.992500', '123602.452500', '123602.912500', '123603.372500', '123603.832500', '123604.292500', '123604.752500', '123605.212500', '123605.672500', '123606.132500', '123606.592500', '123607.052500', '123607.512500', '123607.972500', '123608.432500', '123608.892500', '123609.352500', '123609.812500', '123610.272500', '123610.732500', '123611.192500', '123611.652500', '123612.112500', '123612.572500', '123613.032500', '123613.492500', '123613.952500', '123614.412500', '123614.872500', '123615.332500', '123615.792500', '123616.252500', '123616.712500', '123617.172500', '123617.632500', '123618.092500', '123618.552500', '123619.012500', '123619.472500', '123619.932500', '123620.392500', '123620.852500', '123621.312500', '123621.772500', '123622.232500', '123622.692500', '123623.152500', '123623.612500', '123624.072500', '123624.532500', '123624.992500', '123625.452500', '123625.912500', '123626.372500', '123626.832500', '123627.292500', '123627.752500', '123628.212500', '123628.672500', '123629.132500', '123629.592500', '123630.052500', '123630.512500', '123630.972500', '123631.432500', '123631.892500', '123632.352500', '123632.812500', '123633.272500', '123633.732500', '123634.192500', '123634.652500', '123635.112500', '123635.572500', '123636.032500', '123636.492500', '123636.952500', '123637.412500', '123637.872500', '123638.332500', '123638.792500', '123639.252500', '123639.712500', '123640.172500', '123640.632500', '123641.092500', '123641.552500', '123642.012500', '123642.472500', '123642.932500', '123643.392500', '123643.852500', '123644.312500', '123644.772500', '123645.232500', '123645.692500', '123646.152500', '123646.612500', '123647.072500', '123647.532500', '123647.992500', '123648.452500', '123648.912500', '123649.372500', '123649.832500', '123650.292500', '123650.752500', '123651.212500', '123651.672500', '123652.132500', '123652.592500', '123653.052500', '123653.512500', '123653.972500', '123654.432500', '123654.892500', '123655.352500', '123655.812500', '123656.272500', '123656.732500', '123657.192500', '123657.652500', '123658.112500', '123658.572500', '123659.032500', '123659.492500', '123659.952500', '123700.412500', '123700.872500', '123701.332500', '123701.792500', '123702.252500', '123702.712500', '123703.172500', '123703.632500', '123704.092500', '123704.552500', '123705.012500', '123705.472500', '123705.932500', '123706.392500', '123706.852500', '123707.312500', '123707.772500', '123708.232500', '123708.692500', '123709.152500', '123709.612500', '123710.072500', '123710.532500', '123710.992500', '123711.452500', '123711.912500', '123712.372500', '123712.832500', '123713.292500', '123713.752500', '123714.212500', '123714.672500', '123715.132500', '123715.592500', '123716.052500', '123716.512500', '123716.972500', '123717.432500', '123717.892500', '123718.352500', '123718.812500', '123719.272500', '123719.732500', '123720.192500', '123720.652500', '123721.112500', '123721.572500', '123722.032500', '123722.492500', '123722.952500', '123723.412500', '123723.872500', '123724.332500', '123724.792500', '123725.252500', '123725.712500', '123726.172500', '123726.632500', '123727.092500', '123727.552500', '123728.012500', '123728.472500', '123728.932500', '123729.392500', '123729.852500', '123730.312500', '123730.772500', '123731.232500', '123731.692500', '123732.152500', '123732.612500', '123733.072500', '123733.532500', '123733.992500', '123734.452500', '123734.912500', '123735.372500', '123735.832500', '123736.292500', '123736.752500', '123737.212500', '123737.672500', '123738.132500', '123738.592500', '123739.052500', '123739.512500', '123739.972500', '123740.432500', '123740.892500', '123741.352500', '123741.812500', '123742.272500', '123742.732500', '123743.192500', '123743.652500', '123744.112500', '123744.572500', '123745.032500', '123745.492500', '123745.952500', '123746.412500', '123746.872500', '123747.332500', '123747.792500', '123748.252500', '123748.712500', '123749.172500', '123749.632500', '123750.092500', '123750.552500', '123751.012500', '123751.472500', '123751.932500', '123752.392500', '123752.852500', '123753.312500', '123753.772500', '123754.232500', '123754.692500', '123755.152500', '123755.612500', '123756.072500', '123756.532500', '123756.992500', '123757.452500', '123757.912500', '123758.372500', '123758.832500', '123759.292500', '123759.752500', '123800.212500', '123800.672500', '123801.132500', '123801.592500', '123802.052500', '123802.512500', '123802.972500', '123803.432500', '123803.892500', '123804.352500', '123804.812500', '123805.272500', '123805.732500', '123806.192500', '123806.652500', '123807.112500', '123807.572500', '123808.032500', '123808.492500', '123808.952500', '123809.412500', '123809.872500', '123810.332500', '123810.792500', '123811.252500', '123811.712500', '123812.172500', '123812.632500', '123813.092500', '123813.552500', '123814.012500', '123814.472500', '123814.932500', '123815.392500', '123815.852500', '123816.312500', '123816.772500', '123817.232500', '123817.692500', '123818.152500', '123818.612500', '123819.072500', '123819.532500', '123819.992500', '123820.452500', '123820.912500', '123821.372500', '123821.832500', '123822.292500', '123822.752500', '123823.212500', '123823.672500', '123824.132500', '123824.592500', '123825.052500', '123825.512500', '123825.972500', '123826.432500', '123826.892500', '123827.352500', '123827.812500', '123828.272500', '123828.732500', '123829.192500', '123829.652500', '123830.112500', '123830.572500', '123831.032500', '123831.492500', '123831.952500', '123832.412500', '123832.872500', '123833.332500', '123833.792500', '123834.252500', '123834.712500', '123835.172500', '123835.632500', '123836.092500', '123836.552500', '123837.012500', '123837.472500', '123837.932500', '123838.392500', '123838.852500', '123839.312500', '123839.772500', '123840.232500', '123840.692500', '123841.152500', '123841.612500', '123842.072500', '123842.532500', '123842.992500', '123843.452500', '123843.912500', '123844.372500', '123844.832500', '123845.292500', '123845.752500', '123846.212500', '123846.672500', '123847.132500', '123847.592500', '123848.052500', '123848.512500', '123848.972500', '123849.432500', '123849.892500', '123850.352500', '123850.812500', '123851.272500', '123851.732500', '123852.192500', '123852.652500', '123853.112500', '123853.572500', '123854.032500', '123854.492500', '123854.952500', '123855.412500', '123855.872500', '123856.332500', '123856.792500', '123857.252500', '123857.712500', '123858.172500', '123858.632500', '123859.092500', '123859.552500', '123900.012500', '123900.472500', '123900.932500', '123901.392500', '123901.852500', '123902.312500', '123902.772500', '123903.232500', '123903.692500', '123904.152500', '123904.612500', '123905.072500', '123905.532500', '123905.992500', '123906.452500', '123906.912500', '123907.372500', '123907.832500', '123908.292500', '123908.752500', '123909.212500', '123909.672500', '123910.132500', '123910.592500', '123911.052500', '123911.512500', '123911.972500', '123912.432500', '123912.892500', '123913.352500', '123913.812500', '123914.272500', '123914.732500', '123915.192500', '123915.652500', '123916.112500', '123916.572500', '123917.032500', '123917.492500', '123917.952500', '123918.412500', '123918.872500', '123919.332500', '123919.792500', '123920.252500', '123920.712500', '123921.172500', '123921.632500', '123922.092500', '123922.552500', '123923.012500', '123923.472500', '123923.932500', '123924.392500', '123924.852500', '123925.312500', '123925.772500', '123926.232500', '123926.692500', '123927.152500', '123927.612500', '123928.072500', '123928.532500', '123928.992500', '123929.452500', '123929.912500', '123930.372500', '123930.832500', '123931.292500', '123931.752500', '123932.212500', '123932.672500', '123933.132500', '123933.592500', '123934.052500', '123934.512500', '123934.972500', '123935.432500', '123935.892500', '123936.352500', '123936.812500', '123937.272500', '123937.732500', '123938.192500', '123938.652500', '123939.112500', '123939.572500', '123940.032500', '123940.492500', '123940.952500', '123941.412500', '123941.872500', '123942.332500', '123942.792500', '123943.252500', '123943.712500', '123944.172500', '123944.632500', '123945.092500', '123945.552500', '123946.012500', '123946.472500', '123946.932500', '123947.392500', '123947.852500', '123948.312500', '123948.772500', '123949.232500', '123949.692500', '123950.152500', '123950.612500', '123951.072500', '123951.532500', '123951.992500', '123952.452500', '123952.912500', '123953.372500', '123953.832500', '123954.292500', '123954.752500', '123955.212500', '123955.672500', '123956.132500', '123956.592500', '123957.052500', '123957.512500', '123957.972500', '123958.432500', '123958.892500', '123959.352500', '123959.812500', '124000.272500', '124000.732500', '124001.192500', '124001.652500', '124002.112500', '124002.572500', '124003.032500', '124003.492500', '124003.952500', '124004.412500', '124004.872500', '124005.332500', '124005.792500', '124006.252500', '124006.712500', '124007.172500', '124007.632500', '124008.092500', '124008.552500', '124009.012500', '124009.472500', '124009.932500', '124010.392500', '124010.852500', '124011.312500', '124011.772500', '124012.232500', '124012.692500', '124013.152500', '124013.612500', '124014.072500', '124014.532500', '124014.992500', '124015.452500', '124015.912500', '124016.372500', '124016.832500', '124017.292500', '124017.752500', '124018.212500', '124018.672500', '124019.132500', '124019.592500', '124020.052500', '124020.512500', '124020.972500', '124021.432500', '124021.892500', '124022.352500', '124022.812500', '124023.272500', '124023.732500', '124024.192500', '124024.652500', '124025.112500', '124025.572500', '124026.032500', '124026.492500', '124026.952500', '124027.412500', '124027.872500', '124028.332500', '124028.792500', '124029.252500', '124029.712500', '124030.172500', '124030.632500', '124031.092500', '124031.552500', '124032.012500', '124032.472500', '124032.932500', '124033.392500', '124033.852500', '124034.312500', '124034.772500', '124035.232500', '124035.692500', '124036.152500', '124036.612500', '124037.072500', '124037.532500', '124037.992500', '124038.452500', '124038.912500', '124039.372500', '124039.832500', '124040.292500', '124040.752500', '124041.212500', '124041.672500', '124042.132500', '124042.592500', '124043.052500', '124043.512500', '124043.972500', '124044.432500', '124044.892500', '124045.352500', '124045.812500', '124046.272500', '124046.732500', '124047.192500', '124047.652500', '124048.112500', '124048.572500', '124049.032500', '124049.492500', '124049.952500', '124050.412500', '124050.872500', '124051.332500', '124051.792500', '124052.252500', '124052.712500', '124053.172500', '124053.632500', '124054.092500', '124054.552500', '124055.012500', '124055.472500', '124055.932500', '124056.392500', '124056.852500', '124057.312500', '124057.772500', '124058.232500', '124058.692500', '124059.152500', '124059.612500', '124100.072500', '124100.532500', '124100.992500', '124101.452500', '124101.912500', '124102.372500', '124102.832500', '124103.292500', '124103.752500', '124104.212500', '124104.672500', '124105.132500', '124105.592500', '124106.052500', '124106.512500', '124106.972500', '124107.432500', '124107.892500', '124108.352500', '124108.812500', '124109.272500', '124109.732500', '124110.192500', '124110.652500', '124111.112500', '124111.572500', '124112.032500', '124112.492500', '124112.952500', '124113.412500', '124113.872500', '124114.332500', '124114.792500', '124115.252500', '124115.712500', '124116.172500', '124116.632500', '124117.092500', '124117.552500', '124118.012500', '124118.472500', '124118.932500', '124119.392500', '124119.852500', '124120.312500', '124120.772500', '124121.232500', '124121.692500', '124122.152500', '124122.612500', '124123.072500', '124123.532500', '124123.992500', '124124.452500', '124124.912500', '124125.372500', '124125.832500', '124126.292500', '124126.752500', '124127.212500', '124127.672500', '124128.132500', '124128.592500', '124129.052500', '124129.512500', '124129.972500', '124130.432500', '124130.892500', '124131.352500', '124131.812500', '124132.272500', '124132.732500', '124133.192500', '124133.652500', '124134.112500', '124134.572500', '124135.032500', '124135.492500', '124135.952500', '124136.412500', '124136.872500', '124137.332500', '124137.792500', '124138.252500', '124138.712500', '124139.172500', '124139.632500', '124140.092500', '124140.552500', '124141.012500', '124141.472500', '124141.932500', '124142.392500', '124142.852500', '124143.312500', '124143.772500', '124144.232500', '124144.692500', '124145.152500', '124145.612500', '124146.072500', '124146.532500', '124146.992500', '124147.452500', '124147.912500', '124148.372500', '124148.832500', '124149.292500', '124149.752500', '124150.212500', '124150.672500', '124151.132500', '124151.592500', '124152.052500', '124152.512500', '124152.972500', '124153.432500', '124153.892500', '124154.352500', '124154.812500', '124155.272500', '124155.732500', '124156.192500', '124156.652500', '124157.112500', '124157.572500', '124158.032500', '124158.492500', '124158.952500', '124159.412500', '124159.872500', '124200.332500', '124200.792500', '124201.252500', '124201.712500', '124202.172500', '124202.632500', '124203.092500', '124203.552500', '124204.012500', '124204.472500', '124204.932500', '124205.392500', '124205.852500', '124206.312500', '124206.772500', '124207.232500', '124207.692500', '124208.152500', '124208.612500', '124209.072500', '124209.532500', '124209.992500', '124210.452500', '124210.912500', '124211.372500', '124211.832500', '124212.292500', '124212.752500', '124213.212500', '124213.672500', '124214.132500', '124214.592500', '124215.052500', '124215.512500', '124215.972500', '124216.432500', '124216.892500', '124217.352500', '124217.812500', '124218.272500', '124218.732500', '124219.192500', '124219.652500', '124220.112500', '124220.572500', '124221.032500', '124221.492500', '124221.952500', '124222.412500', '124222.872500', '124223.332500', '124223.792500', '124224.252500', '124224.712500', '124225.172500', '124225.632500', '124226.092500', '124226.552500', '124227.012500', '124227.472500', '124227.932500', '124228.392500', '124228.852500', '124229.312500', '124229.772500', '124230.232500', '124230.692500', '124231.152500', '124231.612500', '124232.072500', '124232.532500', '124232.992500', '124233.452500', '124233.912500', '124234.372500', '124234.832500', '124235.292500', '124235.752500', '124236.212500', '124236.672500', '124237.132500', '124237.592500', '124238.052500', '124238.512500', '124238.972500', '124239.432500', '124239.892500', '124240.352500', '124240.812500', '124241.272500', '124241.732500', '124242.192500', '124242.652500', '124243.112500', '124243.572500', '124244.032500', '124244.492500', '124244.952500', '124245.412500', '124245.872500', '124246.332500', '124246.792500', '124247.252500', '124247.712500', '124248.172500', '124248.632500', '124249.092500', '124249.552500', '124250.012500', '124250.472500', '124250.932500', '124251.392500', '124251.852500', '124252.312500', '124252.772500', '124253.232500', '124253.692500', '124254.152500', '124254.612500', '124255.072500', '124255.532500', '124255.992500', '124256.452500', '124256.912500', '124257.372500', '124257.832500', '124258.292500', '124258.752500', '124259.212500', '124259.672500', '124300.132500', '124300.592500', '124301.052500', '124301.512500', '124301.972500', '124302.432500', '124302.892500', '124303.352500', '124303.812500', '124304.272500', '124304.732500', '124305.192500', '124305.652500', '124306.112500', '124306.572500', '124307.032500', '124307.492500', '124307.952500', '124308.412500', '124308.872500', '124309.332500', '124309.792500', '124310.252500', '124310.712500', '124311.172500', '124311.632500', '124312.092500', '124312.552500', '124313.012500', '124313.472500', '124313.932500', '124314.392500', '124314.852500', '124315.312500', '124315.772500', '124316.232500', '124316.692500', '124317.152500', '124317.612500', '124318.072500', '124318.532500', '124318.992500', '124319.452500', '124319.912500', '124320.372500', '124320.832500', '124321.292500', '124321.752500', '124322.212500', '124322.672500', '124323.132500', '124323.592500', '124324.052500', '124324.512500', '124324.972500', '124325.432500', '124325.892500', '124326.352500', '124326.812500', '124327.272500', '124327.732500', '124328.192500', '124328.652500', '124329.112500', '124329.572500', '124330.032500', '124330.492500', '124330.952500', '124331.412500', '124331.872500', '124332.332500', '124332.792500', '124333.252500', '124333.712500', '124334.172500', '124334.632500', '124335.092500', '124335.552500', '124336.012500', '124336.472500', '124336.932500', '124337.392500', '124337.852500', '124338.312500', '124338.772500', '124339.232500', '124339.692500', '124340.152500', '124340.612500', '124341.072500', '124341.532500', '124341.992500', '124342.452500', '124342.912500', '124343.372500', '124343.832500', '124344.292500', '124344.752500', '124345.212500', '124345.672500', '124346.132500', '124346.592500', '124347.052500', '124347.512500', '124347.972500', '124348.432500', '124348.892500', '124349.352500', '124349.812500', '124350.272500', '124350.732500', '124351.192500', '124351.652500', '124352.112500', '124352.572500', '124353.032500', '124353.492500', '124353.952500', '124354.412500', '124354.872500', '124355.332500', '124355.792500', '124356.252500', '124356.712500', '124357.172500', '124357.632500', '124358.092500', '124358.552500', '124359.012500', '124359.472500', '124359.932500', '124400.392500', '124400.852500', '124401.312500', '124401.772500', '124402.232500', '124402.692500', '124403.152500', '124403.612500', '124404.072500', '124404.532500', '124404.992500', '124405.452500', '124405.912500', '124406.372500', '124406.832500', '124407.292500', '124407.752500', '124408.212500', '124408.672500', '124409.132500', '124409.592500', '124410.052500', '124410.512500', '124410.972500', '124411.432500', '124411.892500', '124412.352500', '124412.812500', '124413.272500', '124413.732500', '124414.192500', '124414.652500', '124415.112500', '124415.572500', '124416.032500', '124416.492500', '124416.952500', '124417.412500', '124417.872500', '124418.332500', '124418.792500', '124419.252500', '124419.712500', '124420.172500', '124420.632500', '124421.092500', '124421.552500', '124422.012500', '124422.472500', '124422.932500', '124423.392500', '124423.852500', '124424.312500', '124424.772500', '124425.232500', '124425.692500', '124426.152500', '124426.612500', '124427.072500', '124427.532500', '124427.992500', '124428.452500', '124428.912500', '124429.372500', '124429.832500', '124430.292500', '124430.752500', '124431.212500', '124431.672500', '124432.132500', '124432.592500', '124433.052500', '124433.512500', '124433.972500', '124434.432500', '124434.892500', '124435.352500', '124435.812500', '124436.272500', '124436.732500', '124437.192500', '124437.652500', '124438.112500', '124438.572500', '124439.032500', '124439.492500', '124439.952500', '124440.412500', '124440.872500', '124441.332500', '124441.792500', '124442.252500', '124442.712500', '124443.172500', '124443.632500', '124444.092500', '124444.552500', '124445.012500', '124445.472500', '124445.932500', '124446.392500', '124446.852500', '124447.312500', '124447.772500', '124448.232500', '124448.692500', '124449.152500', '124449.612500', '124450.072500', '124450.532500', '124450.992500', '124451.452500', '124451.912500', '124452.372500', '124452.832500', '124453.292500', '124453.752500', '124454.212500', '124454.672500', '124455.132500', '124455.592500', '124456.052500', '124456.512500', '124456.972500', '124457.432500', '124457.892500', '124458.352500', '124458.812500', '124459.272500', '124459.732500', '124500.192500', '124500.652500', '124501.112500', '124501.572500', '124502.032500', '124502.492500', '124502.952500', '124503.412500', '124503.872500', '124504.332500', '124504.792500', '124505.252500', '124505.712500', '124506.172500', '124506.632500', '124507.092500', '124507.552500', '124508.012500', '124508.472500', '124508.932500', '124509.392500', '124509.852500', '124510.312500', '124510.772500', '124511.232500', '124511.692500', '124512.152500', '124512.612500', '124513.072500', '124513.532500', '124513.992500', '124514.452500', '124514.912500', '124515.372500', '124515.832500', '124516.292500', '124516.752500', '124517.212500', '124517.672500', '124518.132500', '124518.592500', '124519.052500', '124519.512500', '124519.972500', '124520.432500', '124520.892500', '124521.352500', '124521.812500', '124522.272500', '124522.732500', '124523.192500', '124523.652500', '124524.112500', '124524.572500', '124525.032500', '124525.492500', '124525.952500', '124526.412500', '124526.872500', '124527.332500', '124527.792500', '124528.252500', '124528.712500', '124529.172500', '124529.632500', '124530.092500', '124530.552500', '124531.012500', '124531.472500', '124531.932500', '124532.392500', '124532.852500', '124533.312500', '124533.772500', '124534.232500', '124534.692500', '124535.152500', '124535.612500', '124536.072500', '124536.532500', '124536.992500', '124537.452500', '124537.912500', '124538.372500', '124538.832500', '124539.292500', '124539.752500'], 'ContentTime': ['123343.954000', '123343.958000', '123343.960000', '123343.963000', '123343.966000', '123343.969000', '123343.972000', '123343.975000', '123343.978000', '123343.980000', '123343.983000', '123343.986000', '123343.989000', '123343.992000', '123343.995000', '123343.998000', '123344.007000', '123344.010000', '123344.013000', '123344.016000', '123344.019000', '123344.022000', '123344.024000', '123344.027000', '123344.030000', '123344.033000', '123344.036000', '123344.039000', '123344.041000', '123344.044000', '123344.047000', '123344.050000', '123344.053000', '123344.056000', '123344.058000', '123344.061000', '123344.064000', '123344.067000', '123344.070000', '123344.073000', '123344.076000', '123344.078000', '123344.081000', '123344.084000', '123344.087000', '123344.090000', '123344.093000', '123344.096000', '123344.098000', '123344.101000', '123344.104000', '123344.107000', '123344.110000', '123344.112000', '123344.115000', '123344.118000', '123344.121000', '123403.913000', '123403.916000', '123403.919000', '123403.922000', '123403.926000', '123403.929000', '123403.932000', '123403.935000', '123403.938000', '123403.941000', '123403.943000', '123403.946000', '123403.949000', '123403.952000', '123403.955000', '123403.958000', '123403.961000', '123403.964000', '123403.967000', '123403.969000', '123403.972000', '123403.975000', '123403.978000', '123403.981000', '123403.984000', '123403.987000', '123403.989000', '123403.992000', '123403.995000', '123403.998000', '123404.002000', '123404.005000', '123404.007000', '123404.010000', '123404.013000', '123404.016000', '123404.021000', '123404.025000', '123404.028000', '123404.031000', '123404.034000', '123404.049000', '123404.052000', '123423.913000', '123423.916000', '123423.923000', '123423.926000', '123423.929000', '123423.932000', '123423.942000', '123423.945000', '123423.948000', '123423.951000', '123423.954000', '123423.957000', '123423.960000', '123423.963000', '123423.965000', '123423.968000', '123423.971000', '123423.974000', '123423.977000', '123423.980000', '123423.983000', '123423.986000', '123423.989000', '123423.991000', '123423.994000', '123423.997000', '123424.001000', '123424.004000', '123424.007000', '123424.010000', '123424.013000', '123424.015000', '123424.018000', '123424.021000', '123424.024000', '123424.027000', '123424.030000', '123424.033000', '123424.035000', '123424.038000', '123424.041000', '123424.044000', '123424.047000', '123424.050000', '123443.913000', '123443.916000', '123443.919000', '123443.922000', '123443.925000', '123443.927000', '123443.930000', '123443.933000', '123443.936000', '123443.939000', '123443.942000', '123443.945000', '123443.948000', '123443.951000', '123443.954000', '123443.957000', '123443.959000', '123443.962000', '123443.965000', '123443.968000', '123443.971000', '123443.974000', '123443.977000', '123443.979000', '123443.982000', '123443.985000', '123443.988000', '123443.991000', '123443.994000', '123443.997000', '123444.001000', '123444.004000', '123444.006000', '123444.010000', '123444.015000', '123444.019000', '123444.022000', '123444.025000', '123444.027000', '123444.030000', '123444.033000', '123444.036000', '123444.039000', '123503.913000', '123503.916000', '123503.919000', '123503.922000', '123503.925000', '123503.927000', '123503.930000', '123503.933000', '123503.936000', '123503.939000', '123503.942000', '123503.945000', '123503.948000', '123503.951000', '123503.957000', '123503.960000', '123503.963000', '123503.966000', '123503.969000', '123503.972000', '123503.975000', '123503.978000', '123503.980000', '123503.983000', '123503.986000', '123503.989000', '123503.992000', '123503.995000', '123503.998000', '123504.001000', '123504.004000', '123504.007000', '123504.010000', '123504.013000', '123504.016000', '123504.019000', '123504.022000', '123504.025000', '123504.027000', '123504.030000', '123504.033000', '123504.036000', '123504.039000', '123504.042000', '123523.913000', '123523.916000', '123523.919000', '123523.922000', '123523.924000', '123523.927000', '123523.930000', '123523.944000', '123523.946000', '123523.950000', '123523.953000', '123523.955000', '123523.958000', '123523.963000', '123523.966000', '123523.969000', '123523.972000', '123523.975000', '123523.977000', '123523.980000', '123523.983000', '123523.986000', '123523.989000', '123523.992000', '123523.995000', '123523.998000', '123524.002000', '123524.005000', '123524.007000', '123524.010000', '123524.013000', '123524.016000', '123524.019000', '123524.022000', '123524.025000', '123524.028000', '123524.030000', '123524.034000', '123524.037000', '123524.040000', '123524.043000', '123524.046000', '123524.049000', '123543.914000', '123543.917000', '123543.920000', '123543.923000', '123543.926000', '123543.928000', '123543.931000', '123543.934000', '123543.937000', '123543.940000', '123543.943000', '123543.946000', '123543.949000', '123543.952000', '123543.955000', '123543.958000', '123543.960000', '123543.963000', '123543.966000', '123543.969000', '123543.972000', '123543.975000', '123543.978000', '123543.980000', '123543.983000', '123543.986000', '123543.989000', '123543.992000', '123543.995000', '123543.998000', '123544.002000', '123544.004000', '123544.007000', '123544.010000', '123544.013000', '123544.016000', '123544.019000', '123544.034000', '123544.037000', '123544.040000', '123544.043000', '123544.046000', '123544.049000', '123544.051000', '123603.913000', '123603.916000', '123603.919000', '123603.922000', '123603.925000', '123603.927000', '123603.930000', '123603.933000', '123603.936000', '123603.939000', '123603.942000', '123603.945000', '123603.948000', '123603.951000', '123603.954000', '123603.956000', '123603.959000', '123603.962000', '123603.965000', '123603.968000', '123603.971000', '123603.974000', '123603.977000', '123603.979000', '123603.982000', '123603.985000', '123603.988000', '123603.991000', '123603.994000', '123603.997000', '123604.001000', '123604.003000', '123604.006000', '123604.009000', '123604.012000', '123604.015000', '123604.018000', '123604.021000', '123604.023000', '123604.026000', '123604.029000', '123604.032000', '123604.035000', '123623.913000', '123623.923000', '123623.926000', '123623.928000', '123623.931000', '123623.934000', '123623.937000', '123623.940000', '123623.943000', '123623.946000', '123623.949000', '123623.952000', '123623.954000', '123623.957000', '123623.960000', '123623.963000', '123623.966000', '123623.969000', '123623.972000', '123623.975000', '123623.978000', '123623.981000', '123623.984000', '123623.986000', '123623.989000', '123623.992000', '123623.995000', '123623.998000', '123624.002000', '123624.005000', '123624.012000', '123624.014000', '123624.017000', '123624.020000', '123624.023000', '123624.026000', '123624.029000', '123624.032000', '123624.034000', '123624.037000', '123624.040000', '123624.043000', '123624.046000', '123624.049000', '123643.913000', '123643.916000', '123643.919000', '123643.922000', '123643.925000', '123643.928000', '123643.930000', '123643.933000', '123643.936000', '123643.939000', '123643.942000', '123643.945000', '123643.960000', '123643.963000', '123643.966000', '123643.969000', '123643.972000', '123643.975000', '123643.978000', '123643.981000', '123643.984000', '123643.986000', '123643.989000', '123643.992000', '123643.995000', '123643.998000', '123644.003000', '123644.006000', '123644.009000', '123644.012000', '123644.015000', '123644.018000', '123644.021000', '123644.024000', '123644.027000', '123644.030000', '123644.032000', '123644.035000', '123644.038000', '123644.041000', '123644.044000', '123644.047000', '123644.049000', '123703.913000', '123703.916000', '123703.919000', '123703.922000', '123703.925000', '123703.928000', '123703.930000', '123703.933000', '123703.936000', '123703.939000', '123703.942000', '123703.945000', '123703.948000', '123703.951000', '123703.954000', '123703.956000', '123703.960000', '123703.962000', '123703.965000', '123703.968000', '123703.971000', '123703.974000', '123703.977000', '123703.980000', '123703.983000', '123703.986000', '123703.989000', '123703.992000', '123703.994000', '123703.997000', '123704.001000', '123704.004000', '123704.007000', '123704.010000', '123704.013000', '123704.015000', '123704.018000', '123704.021000', '123704.024000', '123704.033000', '123704.036000', '123704.039000', '123704.042000', '123704.044000', '123723.913000', '123723.916000', '123723.919000', '123723.922000', '123723.925000', '123723.928000', '123723.931000', '123723.933000', '123723.936000', '123723.939000', '123723.942000', '123723.945000', '123723.948000', '123723.950000', '123723.954000', '123723.956000', '123723.959000', '123723.962000', '123723.984000', '123723.987000', '123723.990000', '123723.992000', '123723.995000', '123723.998000', '123724.002000', '123724.005000', '123724.008000', '123724.011000', '123724.019000', '123724.021000', '123724.024000', '123724.027000', '123724.030000', '123724.033000', '123724.036000', '123724.039000', '123724.042000', '123724.044000', '123724.047000', '123724.050000', '123724.053000', '123724.056000', '123724.059000', '123743.913000', '123743.916000', '123743.919000', '123743.922000', '123743.925000', '123743.927000', '123743.930000', '123743.933000', '123743.936000', '123743.939000', '123743.942000', '123743.945000', '123743.948000', '123743.951000', '123743.954000', '123743.957000', '123743.960000', '123743.962000', '123743.965000', '123743.968000', '123743.971000', '123743.974000', '123743.977000', '123743.980000', '123743.983000', '123743.985000', '123743.988000', '123743.991000', '123743.994000', '123743.997000', '123744.001000', '123744.004000', '123744.007000', '123744.009000', '123744.012000', '123744.015000', '123744.018000', '123744.021000', '123744.024000', '123744.032000', '123744.035000', '123744.038000', '123744.041000', '123744.043000', '123803.914000', '123803.917000', '123803.920000', '123803.923000', '123803.926000', '123803.929000', '123803.932000', '123803.934000', '123803.937000', '123803.940000', '123803.943000', '123803.946000', '123803.949000', '123803.952000', '123803.955000', '123803.957000', '123803.960000', '123803.963000', '123803.966000', '123803.969000', '123803.972000', '123803.975000', '123803.978000', '123803.981000', '123803.983000', '123803.986000', '123803.989000', '123803.992000', '123803.995000', '123803.998000', '123804.002000', '123804.005000', '123804.008000', '123804.011000', '123804.013000', '123804.016000', '123804.019000', '123804.022000', '123804.025000', '123804.028000', '123804.031000', '123804.034000', '123804.036000', '123823.913000', '123823.916000', '123823.919000', '123823.922000', '123823.925000', '123823.927000', '123823.930000', '123823.933000', '123823.936000', '123823.939000', '123823.942000', '123823.945000', '123823.948000', '123823.951000', '123823.954000', '123823.957000', '123823.960000', '123823.962000', '123823.965000', '123823.968000', '123823.971000', '123823.974000', '123823.977000', '123823.980000', '123823.983000', '123823.985000', '123823.988000', '123823.991000', '123823.994000', '123823.997000', '123824.001000', '123824.004000', '123824.007000', '123824.009000', '123824.012000', '123824.015000', '123824.018000', '123824.021000', '123824.024000', '123824.027000', '123824.029000', '123824.032000', '123824.035000', '123824.038000', '123843.913000', '123843.916000', '123843.919000', '123843.922000', '123843.925000', '123843.928000', '123843.930000', '123843.933000', '123843.936000', '123843.939000', '123843.942000', '123843.945000', '123843.948000', '123843.951000', '123843.954000', '123843.957000', '123843.960000', '123843.962000', '123843.965000', '123843.968000', '123843.971000', '123843.974000', '123843.977000', '123843.980000', '123843.983000', '123843.986000', '123843.988000', '123843.991000', '123843.994000', '123843.997000', '123844.001000', '123844.004000', '123844.007000', '123844.010000', '123844.013000', '123844.015000', '123844.018000', '123844.021000', '123844.024000', '123844.027000', '123844.030000', '123844.033000', '123844.035000', '123903.913000', '123903.917000', '123903.920000', '123903.923000', '123903.926000', '123903.929000', '123903.931000', '123903.934000', '123903.937000', '123903.940000', '123903.943000', '123903.946000', '123903.949000', '123903.952000', '123903.955000', '123903.958000', '123903.960000', '123903.965000', '123903.968000', '123903.971000', '123903.974000', '123903.977000', '123903.980000', '123903.983000', '123903.985000', '123903.988000', '123903.991000', '123903.994000', '123903.997000', '123904.001000', '123904.004000', '123904.007000', '123904.009000', '123904.012000', '123904.015000', '123904.018000', '123904.021000', '123904.024000', '123904.027000', '123904.029000', '123904.032000', '123904.035000', '123904.038000', '123923.913000', '123923.916000', '123923.919000', '123923.922000', '123923.925000', '123923.927000', '123923.930000', '123923.933000', '123923.936000', '123923.939000', '123923.942000', '123923.944000', '123923.947000', '123923.950000', '123923.953000', '123923.956000', '123923.959000', '123923.962000', '123923.965000', '123923.968000', '123923.971000', '123923.973000', '123923.976000', '123923.979000', '123923.982000', '123923.985000', '123923.988000', '123923.990000', '123923.993000', '123923.996000', '123924.000000', '123924.003000', '123924.006000', '123924.009000', '123924.011000', '123924.014000', '123924.017000', '123924.020000', '123924.023000', '123924.026000', '123924.035000', '123924.038000', '123924.041000', '123924.043000', '123943.913000', '123943.916000', '123943.919000', '123943.924000', '123943.927000', '123943.930000', '123943.933000', '123943.936000', '123943.939000', '123943.942000', '123943.945000', '123943.948000', '123943.951000', '123943.954000', '123943.956000', '123943.959000', '123943.962000', '123943.965000', '123943.968000', '123943.971000', '123943.974000', '123943.977000', '123943.979000', '123943.982000', '123943.994000', '123943.997000', '123944.001000', '123944.003000', '123944.006000', '123944.009000', '123944.012000', '123944.015000', '123944.018000', '123944.021000', '123944.024000', '123944.026000', '123944.029000', '123944.032000', '123944.035000', '123944.038000', '123944.041000', '123944.044000', '123944.046000', '124003.913000', '124003.916000', '124003.919000', '124003.922000', '124003.925000', '124003.928000', '124003.930000', '124003.933000', '124003.936000', '124003.939000', '124003.942000', '124003.945000', '124003.948000', '124003.951000', '124003.954000', '124003.957000', '124003.960000', '124003.962000', '124003.965000', '124003.968000', '124003.971000', '124003.974000', '124003.977000', '124003.980000', '124003.982000', '124003.985000', '124003.988000', '124003.991000', '124003.994000', '124003.997000', '124004.001000', '124004.004000', '124004.006000', '124004.009000', '124004.012000', '124004.015000', '124004.018000', '124004.021000', '124004.024000', '124004.027000', '124004.030000', '124004.032000', '124004.035000', '124004.038000', '124023.914000', '124023.917000', '124023.920000', '124023.923000', '124023.926000', '124023.929000', '124023.932000', '124023.935000', '124023.938000', '124023.941000', '124023.943000', '124023.946000', '124023.951000', '124023.955000', '124023.958000', '124023.961000', '124023.964000', '124023.967000', '124023.970000', '124023.973000', '124023.976000', '124023.979000', '124023.981000', '124023.984000', '124023.987000', '124023.990000', '124023.993000', '124023.996000', '124024.000000', '124024.003000', '124024.005000', '124024.008000', '124024.011000', '124024.014000', '124024.017000', '124024.020000', '124024.023000', '124024.025000', '124024.028000', '124024.031000', '124024.034000', '124024.037000', '124024.040000', '124043.913000', '124043.916000', '124043.919000', '124043.922000', '124043.925000', '124043.927000', '124043.930000', '124043.933000', '124043.936000', '124043.939000', '124043.942000', '124043.945000', '124043.948000', '124043.951000', '124043.954000', '124043.956000', '124043.959000', '124043.962000', '124043.965000', '124043.968000', '124043.971000', '124043.974000', '124043.977000', '124043.980000', '124043.982000', '124043.985000', '124043.988000', '124043.991000', '124043.994000', '124043.997000', '124044.001000', '124044.004000', '124044.006000', '124044.009000', '124044.012000', '124044.015000', '124044.018000', '124044.021000', '124044.024000', '124044.026000', '124044.029000', '124044.032000', '124044.035000', '124044.038000', '124103.913000', '124103.916000', '124103.919000', '124103.922000', '124103.925000', '124103.928000', '124103.931000', '124103.933000', '124103.937000', '124103.940000', '124103.942000', '124103.945000', '124103.948000', '124103.952000', '124103.957000', '124103.960000', '124103.963000', '124103.966000', '124103.969000', '124103.971000', '124103.974000', '124103.977000', '124103.980000', '124103.983000', '124103.986000', '124103.989000', '124103.992000', '124103.995000', '124103.997000', '124104.001000', '124104.004000', '124104.007000', '124104.010000', '124104.013000', '124104.016000', '124104.018000', '124104.021000', '124104.024000', '124104.027000', '124104.030000', '124104.033000', '124104.036000', '124104.038000', '124123.913000', '124123.916000', '124123.919000', '124123.922000', '124123.925000', '124123.928000', '124123.931000', '124123.933000', '124123.936000', '124123.939000', '124123.942000', '124123.945000', '124123.948000', '124123.951000', '124123.954000', '124123.957000', '124123.959000', '124123.962000', '124123.965000', '124123.968000', '124123.971000', '124123.974000', '124123.977000', '124123.980000', '124123.983000', '124123.986000', '124123.988000', '124123.991000', '124123.994000', '124123.997000', '124124.001000', '124124.004000', '124124.007000', '124124.010000', '124124.012000', '124124.015000', '124124.018000', '124124.021000', '124124.024000', '124124.027000', '124124.029000', '124124.032000', '124124.035000', '124124.038000', '124143.914000', '124143.917000', '124143.920000', '124143.923000', '124143.926000', '124143.929000', '124143.932000', '124143.935000', '124143.938000', '124143.945000', '124143.948000', '124143.951000', '124143.954000', '124143.956000', '124143.959000', '124143.962000', '124143.965000', '124143.968000', '124143.971000', '124143.974000', '124143.977000', '124143.980000', '124143.983000', '124143.986000', '124143.989000', '124143.993000', '124143.998000', '124144.002000', '124144.005000', '124144.008000', '124144.010000', '124144.013000', '124144.016000', '124144.019000', '124144.022000', '124144.025000', '124144.027000', '124144.030000', '124144.033000', '124144.036000', '124144.039000', '124144.042000', '124144.045000', '124203.913000', '124203.916000', '124203.919000', '124203.922000', '124203.925000', '124203.928000', '124203.930000', '124203.934000', '124203.937000', '124203.939000', '124203.942000', '124203.945000', '124203.948000', '124203.951000', '124203.954000', '124203.957000', '124203.960000', '124203.963000', '124203.965000', '124203.968000', '124203.971000', '124203.974000', '124203.977000', '124203.980000', '124203.983000', '124203.986000', '124203.988000', '124203.991000', '124203.994000', '124203.997000', '124204.001000', '124204.004000', '124204.007000', '124204.010000', '124204.013000', '124204.015000', '124204.018000', '124204.021000', '124204.024000', '124204.027000', '124204.030000', '124204.033000', '124204.036000', '124204.038000', '124223.913000', '124223.916000', '124223.919000', '124223.922000', '124223.925000', '124223.928000', '124223.931000', '124223.934000', '124223.937000', '124223.939000', '124223.942000', '124223.945000', '124223.948000', '124223.951000', '124223.954000', '124223.957000', '124223.960000', '124223.963000', '124223.966000', '124223.968000', '124223.971000', '124223.974000', '124223.977000', '124223.980000', '124223.983000', '124223.986000', '124223.989000', '124223.991000', '124223.994000', '124223.997000', '124224.002000', '124224.007000', '124224.010000', '124224.013000', '124224.016000', '124224.018000', '124224.021000', '124224.024000', '124224.027000', '124224.030000', '124224.033000', '124224.036000', '124224.038000', '124243.914000', '124243.917000', '124243.920000', '124243.923000', '124243.926000', '124243.929000', '124243.931000', '124243.934000', '124243.937000', '124243.940000', '124243.943000', '124243.946000', '124243.949000', '124243.952000', '124243.955000', '124243.958000', '124243.960000', '124243.963000', '124243.966000', '124243.969000', '124243.972000', '124243.975000', '124243.978000', '124243.981000', '124243.984000', '124243.986000', '124243.989000', '124243.992000', '124243.995000', '124243.998000', '124244.002000', '124244.005000', '124244.008000', '124244.029000', '124244.032000', '124244.035000', '124244.038000', '124244.040000', '124244.043000', '124244.046000', '124244.049000', '124244.052000', '124244.055000', '124244.058000', '124303.913000', '124303.916000', '124303.919000', '124303.922000', '124303.925000', '124303.928000', '124303.931000', '124303.934000', '124303.937000', '124303.940000', '124303.943000', '124303.946000', '124303.949000', '124303.953000', '124303.957000', '124303.959000', '124303.962000', '124303.965000', '124303.968000', '124303.971000', '124303.974000', '124303.977000', '124303.980000', '124303.983000', '124303.985000', '124303.988000', '124303.991000', '124303.994000', '124303.997000', '124304.001000', '124304.004000', '124304.007000', '124304.012000', '124304.016000', '124304.019000', '124304.022000', '124304.025000', '124304.028000', '124304.030000', '124304.033000', '124304.036000', '124304.039000', '124304.042000', '124323.913000', '124323.916000', '124323.919000', '124323.922000', '124323.925000', '124323.928000', '124323.931000', '124323.934000', '124323.936000', '124323.939000', '124323.942000', '124323.945000', '124323.948000', '124323.951000', '124323.954000', '124323.957000', '124323.960000', '124323.963000', '124323.966000', '124323.968000', '124323.971000', '124323.974000', '124323.977000', '124323.980000', '124323.983000', '124323.985000', '124323.988000', '124323.991000', '124323.994000', '124323.997000', '124324.001000', '124324.004000', '124324.007000', '124324.009000', '124324.012000', '124324.015000', '124324.018000', '124324.021000', '124324.024000', '124324.027000', '124324.029000', '124324.032000', '124324.035000', '124324.038000', '124343.913000', '124343.916000', '124343.919000', '124343.922000', '124343.925000', '124343.928000', '124343.931000', '124343.933000', '124343.936000', '124343.939000', '124343.942000', '124343.945000', '124343.948000', '124343.951000', '124343.954000', '124343.957000', '124343.960000', '124343.962000', '124343.965000', '124343.968000', '124343.971000', '124343.974000', '124343.977000', '124343.979000', '124343.982000', '124343.985000', '124343.988000', '124343.991000', '124343.994000', '124343.997000', '124344.003000', '124344.006000', '124344.009000', '124344.012000', '124344.015000', '124344.017000', '124344.020000', '124344.023000', '124344.026000', '124344.029000', '124344.032000', '124344.035000', '124344.038000', '124403.913000', '124403.916000', '124403.919000', '124403.922000', '124403.925000', '124403.928000', '124403.931000', '124403.933000', '124403.937000', '124403.940000', '124403.943000', '124403.945000', '124403.948000', '124403.951000', '124403.954000', '124403.957000', '124403.971000', '124403.974000', '124403.976000', '124403.979000', '124403.982000', '124403.985000', '124403.988000', '124403.991000', '124403.993000', '124403.996000', '124404.000000', '124404.003000', '124404.006000', '124404.009000', '124404.012000', '124404.014000', '124404.017000', '124404.020000', '124404.023000', '124404.026000', '124404.029000', '124404.032000', '124404.034000', '124404.037000', '124404.040000', '124404.043000', '124404.046000', '124404.049000', '124423.913000', '124423.919000', '124423.922000', '124423.925000', '124423.928000', '124423.931000', '124423.934000', '124423.937000', '124423.940000', '124423.943000', '124423.946000', '124423.949000', '124423.952000', '124423.954000', '124423.957000', '124423.960000', '124423.963000', '124423.966000', '124423.969000', '124423.972000', '124423.975000', '124423.977000', '124423.980000', '124423.983000', '124423.986000', '124423.990000', '124423.993000', '124423.996000', '124424.000000', '124424.003000', '124424.006000', '124424.009000', '124424.011000', '124424.014000', '124424.017000', '124424.020000', '124424.023000', '124424.030000', '124424.033000', '124424.035000', '124424.038000', '124424.041000', '124424.044000', '124443.913000', '124443.916000', '124443.919000', '124443.922000', '124443.925000', '124443.927000', '124443.930000', '124443.933000', '124443.936000', '124443.939000', '124443.942000', '124443.945000', '124443.948000', '124443.951000', '124443.954000', '124443.957000', '124443.960000', '124443.963000', '124443.966000', '124443.968000', '124443.972000', '124443.974000', '124443.977000', '124443.980000', '124443.983000', '124443.986000', '124443.989000', '124443.992000', '124443.995000', '124443.998000', '124444.001000', '124444.004000', '124444.007000', '124444.010000', '124444.013000', '124444.016000', '124444.019000', '124444.022000', '124444.025000', '124444.027000', '124444.030000', '124444.033000', '124444.036000', '124444.039000', '124503.914000', '124503.917000', '124503.920000', '124503.923000', '124503.926000', '124503.929000', '124503.932000', '124503.935000', '124503.937000', '124503.940000', '124503.943000', '124503.946000', '124503.949000', '124503.952000', '124503.955000', '124503.958000', '124503.961000', '124503.964000', '124503.967000', '124503.970000', '124503.973000', '124503.975000', '124503.979000', '124503.982000', '124503.984000', '124503.987000', '124503.990000', '124503.993000', '124503.996000', '124504.000000', '124504.003000', '124504.006000', '124504.009000', '124504.011000', '124504.014000', '124504.017000', '124504.020000', '124504.023000', '124504.026000', '124504.029000', '124504.031000', '124504.034000', '124504.037000', '124523.913000', '124523.916000', '124523.919000', '124523.922000', '124523.925000', '124523.927000', '124523.930000', '124523.933000', '124523.936000', '124523.939000', '124523.942000', '124523.945000', '124523.948000', '124523.951000', '124523.953000', '124523.956000', '124523.959000', '124523.962000', '124523.965000', '124523.968000', '124523.971000', '124523.974000', '124523.976000', '124523.979000', '124523.982000', '124523.985000', '124523.988000', '124523.991000', '124523.994000', '124523.997000', '124524.001000', '124524.004000', '124524.006000', '124524.009000', '124524.012000', '124524.015000', '124524.018000', '124524.021000', '124524.024000', '124524.027000', '124524.030000', '124524.032000', '124524.035000', '124524.043000', '124540.946000', '124540.957000', '124540.960000', '124540.963000', '124540.966000', '124540.969000', '124540.972000', '124540.975000', '124540.982000', '124540.985000', '124540.988000', '124540.991000', '124540.994000', '124540.997000', '124541.001000', '124541.004000', '124541.007000', '124541.010000', '124541.013000', '124541.016000', '124541.019000', '124541.022000', '124541.024000', '124541.027000', '124541.030000', '124541.033000', '124541.036000', '124541.039000', '124541.042000', '124541.045000', '124541.048000', '124541.051000', '124541.054000', '124541.057000', '124541.060000', '124541.063000', '124541.066000'], 'InstanceCreationTime': ['123343.954000', '123343.958000', '123343.960000', '123343.963000', '123343.966000', '123343.969000', '123343.972000', '123343.975000', '123343.978000', '123343.980000', '123343.983000', '123343.986000', '123343.989000', '123343.992000', '123343.995000', '123343.998000', '123344.007000', '123344.010000', '123344.013000', '123344.016000', '123344.019000', '123344.022000', '123344.024000', '123344.027000', '123344.030000', '123344.033000', '123344.036000', '123344.039000', '123344.041000', '123344.044000', '123344.047000', '123344.050000', '123344.053000', '123344.056000', '123344.058000', '123344.061000', '123344.064000', '123344.067000', '123344.070000', '123344.073000', '123344.076000', '123344.078000', '123344.081000', '123344.084000', '123344.087000', '123344.090000', '123344.093000', '123344.096000', '123344.098000', '123344.101000', '123344.104000', '123344.107000', '123344.110000', '123344.112000', '123344.115000', '123344.118000', '123344.121000', '123403.913000', '123403.916000', '123403.919000', '123403.922000', '123403.926000', '123403.929000', '123403.932000', '123403.935000', '123403.938000', '123403.941000', '123403.943000', '123403.946000', '123403.949000', '123403.952000', '123403.955000', '123403.958000', '123403.961000', '123403.964000', '123403.967000', '123403.969000', '123403.972000', '123403.975000', '123403.978000', '123403.981000', '123403.984000', '123403.987000', '123403.989000', '123403.992000', '123403.995000', '123403.998000', '123404.002000', '123404.005000', '123404.007000', '123404.010000', '123404.013000', '123404.016000', '123404.021000', '123404.025000', '123404.028000', '123404.031000', '123404.034000', '123404.049000', '123404.052000', '123423.913000', '123423.916000', '123423.923000', '123423.926000', '123423.929000', '123423.932000', '123423.942000', '123423.945000', '123423.948000', '123423.951000', '123423.954000', '123423.957000', '123423.960000', '123423.963000', '123423.965000', '123423.968000', '123423.971000', '123423.974000', '123423.977000', '123423.980000', '123423.983000', '123423.986000', '123423.989000', '123423.991000', '123423.994000', '123423.997000', '123424.001000', '123424.004000', '123424.007000', '123424.010000', '123424.013000', '123424.015000', '123424.018000', '123424.021000', '123424.024000', '123424.027000', '123424.030000', '123424.033000', '123424.035000', '123424.038000', '123424.041000', '123424.044000', '123424.047000', '123424.050000', '123443.913000', '123443.916000', '123443.919000', '123443.922000', '123443.925000', '123443.927000', '123443.930000', '123443.933000', '123443.936000', '123443.939000', '123443.942000', '123443.945000', '123443.948000', '123443.951000', '123443.954000', '123443.957000', '123443.959000', '123443.962000', '123443.965000', '123443.968000', '123443.971000', '123443.974000', '123443.977000', '123443.979000', '123443.982000', '123443.985000', '123443.988000', '123443.991000', '123443.994000', '123443.997000', '123444.001000', '123444.004000', '123444.006000', '123444.010000', '123444.015000', '123444.019000', '123444.022000', '123444.025000', '123444.027000', '123444.030000', '123444.033000', '123444.036000', '123444.039000', '123503.913000', '123503.916000', '123503.919000', '123503.922000', '123503.925000', '123503.927000', '123503.930000', '123503.933000', '123503.936000', '123503.939000', '123503.942000', '123503.945000', '123503.948000', '123503.951000', '123503.957000', '123503.960000', '123503.963000', '123503.966000', '123503.969000', '123503.972000', '123503.975000', '123503.978000', '123503.980000', '123503.983000', '123503.986000', '123503.989000', '123503.992000', '123503.995000', '123503.998000', '123504.001000', '123504.004000', '123504.007000', '123504.010000', '123504.013000', '123504.016000', '123504.019000', '123504.022000', '123504.025000', '123504.027000', '123504.030000', '123504.033000', '123504.036000', '123504.039000', '123504.042000', '123523.913000', '123523.916000', '123523.919000', '123523.922000', '123523.924000', '123523.927000', '123523.930000', '123523.944000', '123523.946000', '123523.950000', '123523.953000', '123523.955000', '123523.958000', '123523.963000', '123523.966000', '123523.969000', '123523.972000', '123523.975000', '123523.977000', '123523.980000', '123523.983000', '123523.986000', '123523.989000', '123523.992000', '123523.995000', '123523.998000', '123524.002000', '123524.005000', '123524.007000', '123524.010000', '123524.013000', '123524.016000', '123524.019000', '123524.022000', '123524.025000', '123524.028000', '123524.030000', '123524.034000', '123524.037000', '123524.040000', '123524.043000', '123524.046000', '123524.049000', '123543.914000', '123543.917000', '123543.920000', '123543.923000', '123543.926000', '123543.928000', '123543.931000', '123543.934000', '123543.937000', '123543.940000', '123543.943000', '123543.946000', '123543.949000', '123543.952000', '123543.955000', '123543.958000', '123543.960000', '123543.963000', '123543.966000', '123543.969000', '123543.972000', '123543.975000', '123543.978000', '123543.980000', '123543.983000', '123543.986000', '123543.989000', '123543.992000', '123543.995000', '123543.998000', '123544.002000', '123544.004000', '123544.007000', '123544.010000', '123544.013000', '123544.016000', '123544.019000', '123544.034000', '123544.037000', '123544.040000', '123544.043000', '123544.046000', '123544.049000', '123544.051000', '123603.913000', '123603.916000', '123603.919000', '123603.922000', '123603.925000', '123603.927000', '123603.930000', '123603.933000', '123603.936000', '123603.939000', '123603.942000', '123603.945000', '123603.948000', '123603.951000', '123603.954000', '123603.956000', '123603.959000', '123603.962000', '123603.965000', '123603.968000', '123603.971000', '123603.974000', '123603.977000', '123603.979000', '123603.982000', '123603.985000', '123603.988000', '123603.991000', '123603.994000', '123603.997000', '123604.001000', '123604.003000', '123604.006000', '123604.009000', '123604.012000', '123604.015000', '123604.018000', '123604.021000', '123604.023000', '123604.026000', '123604.029000', '123604.032000', '123604.035000', '123623.913000', '123623.923000', '123623.926000', '123623.928000', '123623.931000', '123623.934000', '123623.937000', '123623.940000', '123623.943000', '123623.946000', '123623.949000', '123623.952000', '123623.954000', '123623.957000', '123623.960000', '123623.963000', '123623.966000', '123623.969000', '123623.972000', '123623.975000', '123623.978000', '123623.981000', '123623.984000', '123623.986000', '123623.989000', '123623.992000', '123623.995000', '123623.998000', '123624.002000', '123624.005000', '123624.012000', '123624.014000', '123624.017000', '123624.020000', '123624.023000', '123624.026000', '123624.029000', '123624.032000', '123624.034000', '123624.037000', '123624.040000', '123624.043000', '123624.046000', '123624.049000', '123643.913000', '123643.916000', '123643.919000', '123643.922000', '123643.925000', '123643.928000', '123643.930000', '123643.933000', '123643.936000', '123643.939000', '123643.942000', '123643.945000', '123643.960000', '123643.963000', '123643.966000', '123643.969000', '123643.972000', '123643.975000', '123643.978000', '123643.981000', '123643.984000', '123643.986000', '123643.989000', '123643.992000', '123643.995000', '123643.998000', '123644.003000', '123644.006000', '123644.009000', '123644.012000', '123644.015000', '123644.018000', '123644.021000', '123644.024000', '123644.027000', '123644.030000', '123644.032000', '123644.035000', '123644.038000', '123644.041000', '123644.044000', '123644.047000', '123644.049000', '123703.913000', '123703.916000', '123703.919000', '123703.922000', '123703.925000', '123703.928000', '123703.930000', '123703.933000', '123703.936000', '123703.939000', '123703.942000', '123703.945000', '123703.948000', '123703.951000', '123703.954000', '123703.956000', '123703.960000', '123703.962000', '123703.965000', '123703.968000', '123703.971000', '123703.974000', '123703.977000', '123703.980000', '123703.983000', '123703.986000', '123703.989000', '123703.992000', '123703.994000', '123703.997000', '123704.001000', '123704.004000', '123704.007000', '123704.010000', '123704.013000', '123704.015000', '123704.018000', '123704.021000', '123704.024000', '123704.033000', '123704.036000', '123704.039000', '123704.042000', '123704.044000', '123723.913000', '123723.916000', '123723.919000', '123723.922000', '123723.925000', '123723.928000', '123723.931000', '123723.933000', '123723.936000', '123723.939000', '123723.942000', '123723.945000', '123723.948000', '123723.950000', '123723.954000', '123723.956000', '123723.959000', '123723.962000', '123723.984000', '123723.987000', '123723.990000', '123723.992000', '123723.995000', '123723.998000', '123724.002000', '123724.005000', '123724.008000', '123724.011000', '123724.019000', '123724.021000', '123724.024000', '123724.027000', '123724.030000', '123724.033000', '123724.036000', '123724.039000', '123724.042000', '123724.044000', '123724.047000', '123724.050000', '123724.053000', '123724.056000', '123724.059000', '123743.913000', '123743.916000', '123743.919000', '123743.922000', '123743.925000', '123743.927000', '123743.930000', '123743.933000', '123743.936000', '123743.939000', '123743.942000', '123743.945000', '123743.948000', '123743.951000', '123743.954000', '123743.957000', '123743.960000', '123743.962000', '123743.965000', '123743.968000', '123743.971000', '123743.974000', '123743.977000', '123743.980000', '123743.983000', '123743.985000', '123743.988000', '123743.991000', '123743.994000', '123743.997000', '123744.001000', '123744.004000', '123744.007000', '123744.009000', '123744.012000', '123744.015000', '123744.018000', '123744.021000', '123744.024000', '123744.032000', '123744.035000', '123744.038000', '123744.041000', '123744.043000', '123803.914000', '123803.917000', '123803.920000', '123803.923000', '123803.926000', '123803.929000', '123803.932000', '123803.934000', '123803.937000', '123803.940000', '123803.943000', '123803.946000', '123803.949000', '123803.952000', '123803.955000', '123803.957000', '123803.960000', '123803.963000', '123803.966000', '123803.969000', '123803.972000', '123803.975000', '123803.978000', '123803.981000', '123803.983000', '123803.986000', '123803.989000', '123803.992000', '123803.995000', '123803.998000', '123804.002000', '123804.005000', '123804.008000', '123804.011000', '123804.013000', '123804.016000', '123804.019000', '123804.022000', '123804.025000', '123804.028000', '123804.031000', '123804.034000', '123804.036000', '123823.913000', '123823.916000', '123823.919000', '123823.922000', '123823.925000', '123823.927000', '123823.930000', '123823.933000', '123823.936000', '123823.939000', '123823.942000', '123823.945000', '123823.948000', '123823.951000', '123823.954000', '123823.957000', '123823.960000', '123823.962000', '123823.965000', '123823.968000', '123823.971000', '123823.974000', '123823.977000', '123823.980000', '123823.983000', '123823.985000', '123823.988000', '123823.991000', '123823.994000', '123823.997000', '123824.001000', '123824.004000', '123824.007000', '123824.009000', '123824.012000', '123824.015000', '123824.018000', '123824.021000', '123824.024000', '123824.027000', '123824.029000', '123824.032000', '123824.035000', '123824.038000', '123843.913000', '123843.916000', '123843.919000', '123843.922000', '123843.925000', '123843.928000', '123843.930000', '123843.933000', '123843.936000', '123843.939000', '123843.942000', '123843.945000', '123843.948000', '123843.951000', '123843.954000', '123843.957000', '123843.960000', '123843.962000', '123843.965000', '123843.968000', '123843.971000', '123843.974000', '123843.977000', '123843.980000', '123843.983000', '123843.986000', '123843.988000', '123843.991000', '123843.994000', '123843.997000', '123844.001000', '123844.004000', '123844.007000', '123844.010000', '123844.013000', '123844.015000', '123844.018000', '123844.021000', '123844.024000', '123844.027000', '123844.030000', '123844.033000', '123844.035000', '123903.913000', '123903.917000', '123903.920000', '123903.923000', '123903.926000', '123903.929000', '123903.931000', '123903.934000', '123903.937000', '123903.940000', '123903.943000', '123903.946000', '123903.949000', '123903.952000', '123903.955000', '123903.958000', '123903.960000', '123903.965000', '123903.968000', '123903.971000', '123903.974000', '123903.977000', '123903.980000', '123903.983000', '123903.985000', '123903.988000', '123903.991000', '123903.994000', '123903.997000', '123904.001000', '123904.004000', '123904.007000', '123904.009000', '123904.012000', '123904.015000', '123904.018000', '123904.021000', '123904.024000', '123904.027000', '123904.029000', '123904.032000', '123904.035000', '123904.038000', '123923.913000', '123923.916000', '123923.919000', '123923.922000', '123923.925000', '123923.927000', '123923.930000', '123923.933000', '123923.936000', '123923.939000', '123923.942000', '123923.944000', '123923.947000', '123923.950000', '123923.953000', '123923.956000', '123923.959000', '123923.962000', '123923.965000', '123923.968000', '123923.971000', '123923.973000', '123923.976000', '123923.979000', '123923.982000', '123923.985000', '123923.988000', '123923.990000', '123923.993000', '123923.996000', '123924.000000', '123924.003000', '123924.006000', '123924.009000', '123924.011000', '123924.014000', '123924.017000', '123924.020000', '123924.023000', '123924.026000', '123924.035000', '123924.038000', '123924.041000', '123924.043000', '123943.913000', '123943.916000', '123943.919000', '123943.924000', '123943.927000', '123943.930000', '123943.933000', '123943.936000', '123943.939000', '123943.942000', '123943.945000', '123943.948000', '123943.951000', '123943.954000', '123943.956000', '123943.959000', '123943.962000', '123943.965000', '123943.968000', '123943.971000', '123943.974000', '123943.977000', '123943.979000', '123943.982000', '123943.994000', '123943.997000', '123944.001000', '123944.003000', '123944.006000', '123944.009000', '123944.012000', '123944.015000', '123944.018000', '123944.021000', '123944.024000', '123944.026000', '123944.029000', '123944.032000', '123944.035000', '123944.038000', '123944.041000', '123944.044000', '123944.046000', '124003.913000', '124003.916000', '124003.919000', '124003.922000', '124003.925000', '124003.928000', '124003.930000', '124003.933000', '124003.936000', '124003.939000', '124003.942000', '124003.945000', '124003.948000', '124003.951000', '124003.954000', '124003.957000', '124003.960000', '124003.962000', '124003.965000', '124003.968000', '124003.971000', '124003.974000', '124003.977000', '124003.980000', '124003.982000', '124003.985000', '124003.988000', '124003.991000', '124003.994000', '124003.997000', '124004.001000', '124004.004000', '124004.006000', '124004.009000', '124004.012000', '124004.015000', '124004.018000', '124004.021000', '124004.024000', '124004.027000', '124004.030000', '124004.032000', '124004.035000', '124004.038000', '124023.914000', '124023.917000', '124023.920000', '124023.923000', '124023.926000', '124023.929000', '124023.932000', '124023.935000', '124023.938000', '124023.941000', '124023.943000', '124023.946000', '124023.951000', '124023.955000', '124023.958000', '124023.961000', '124023.964000', '124023.967000', '124023.970000', '124023.973000', '124023.976000', '124023.979000', '124023.981000', '124023.984000', '124023.987000', '124023.990000', '124023.993000', '124023.996000', '124024.000000', '124024.003000', '124024.005000', '124024.008000', '124024.011000', '124024.014000', '124024.017000', '124024.020000', '124024.023000', '124024.025000', '124024.028000', '124024.031000', '124024.034000', '124024.037000', '124024.040000', '124043.913000', '124043.916000', '124043.919000', '124043.922000', '124043.925000', '124043.927000', '124043.930000', '124043.933000', '124043.936000', '124043.939000', '124043.942000', '124043.945000', '124043.948000', '124043.951000', '124043.954000', '124043.956000', '124043.959000', '124043.962000', '124043.965000', '124043.968000', '124043.971000', '124043.974000', '124043.977000', '124043.980000', '124043.982000', '124043.985000', '124043.988000', '124043.991000', '124043.994000', '124043.997000', '124044.001000', '124044.004000', '124044.006000', '124044.009000', '124044.012000', '124044.015000', '124044.018000', '124044.021000', '124044.024000', '124044.026000', '124044.029000', '124044.032000', '124044.035000', '124044.038000', '124103.913000', '124103.916000', '124103.919000', '124103.922000', '124103.925000', '124103.928000', '124103.931000', '124103.933000', '124103.937000', '124103.940000', '124103.942000', '124103.945000', '124103.948000', '124103.952000', '124103.957000', '124103.960000', '124103.963000', '124103.966000', '124103.969000', '124103.971000', '124103.974000', '124103.977000', '124103.980000', '124103.983000', '124103.986000', '124103.989000', '124103.992000', '124103.995000', '124103.997000', '124104.001000', '124104.004000', '124104.007000', '124104.010000', '124104.013000', '124104.016000', '124104.018000', '124104.021000', '124104.024000', '124104.027000', '124104.030000', '124104.033000', '124104.036000', '124104.038000', '124123.913000', '124123.916000', '124123.919000', '124123.922000', '124123.925000', '124123.928000', '124123.931000', '124123.933000', '124123.936000', '124123.939000', '124123.942000', '124123.945000', '124123.948000', '124123.951000', '124123.954000', '124123.957000', '124123.959000', '124123.962000', '124123.965000', '124123.968000', '124123.971000', '124123.974000', '124123.977000', '124123.980000', '124123.983000', '124123.986000', '124123.988000', '124123.991000', '124123.994000', '124123.997000', '124124.001000', '124124.004000', '124124.007000', '124124.010000', '124124.012000', '124124.015000', '124124.018000', '124124.021000', '124124.024000', '124124.027000', '124124.029000', '124124.032000', '124124.035000', '124124.038000', '124143.914000', '124143.917000', '124143.920000', '124143.923000', '124143.926000', '124143.929000', '124143.932000', '124143.935000', '124143.938000', '124143.945000', '124143.948000', '124143.951000', '124143.954000', '124143.956000', '124143.959000', '124143.962000', '124143.965000', '124143.968000', '124143.971000', '124143.974000', '124143.977000', '124143.980000', '124143.983000', '124143.986000', '124143.989000', '124143.993000', '124143.998000', '124144.002000', '124144.005000', '124144.008000', '124144.010000', '124144.013000', '124144.016000', '124144.019000', '124144.022000', '124144.025000', '124144.027000', '124144.030000', '124144.033000', '124144.036000', '124144.039000', '124144.042000', '124144.045000', '124203.913000', '124203.916000', '124203.919000', '124203.922000', '124203.925000', '124203.928000', '124203.930000', '124203.934000', '124203.937000', '124203.939000', '124203.942000', '124203.945000', '124203.948000', '124203.951000', '124203.954000', '124203.957000', '124203.960000', '124203.963000', '124203.965000', '124203.968000', '124203.971000', '124203.974000', '124203.977000', '124203.980000', '124203.983000', '124203.986000', '124203.988000', '124203.991000', '124203.994000', '124203.997000', '124204.001000', '124204.004000', '124204.007000', '124204.010000', '124204.013000', '124204.015000', '124204.018000', '124204.021000', '124204.024000', '124204.027000', '124204.030000', '124204.033000', '124204.036000', '124204.038000', '124223.913000', '124223.916000', '124223.919000', '124223.922000', '124223.925000', '124223.928000', '124223.931000', '124223.934000', '124223.937000', '124223.939000', '124223.942000', '124223.945000', '124223.948000', '124223.951000', '124223.954000', '124223.957000', '124223.960000', '124223.963000', '124223.966000', '124223.968000', '124223.971000', '124223.974000', '124223.977000', '124223.980000', '124223.983000', '124223.986000', '124223.989000', '124223.991000', '124223.994000', '124223.997000', '124224.002000', '124224.007000', '124224.010000', '124224.013000', '124224.016000', '124224.018000', '124224.021000', '124224.024000', '124224.027000', '124224.030000', '124224.033000', '124224.036000', '124224.038000', '124243.914000', '124243.917000', '124243.920000', '124243.923000', '124243.926000', '124243.929000', '124243.931000', '124243.934000', '124243.937000', '124243.940000', '124243.943000', '124243.946000', '124243.949000', '124243.952000', '124243.955000', '124243.958000', '124243.960000', '124243.963000', '124243.966000', '124243.969000', '124243.972000', '124243.975000', '124243.978000', '124243.981000', '124243.984000', '124243.986000', '124243.989000', '124243.992000', '124243.995000', '124243.998000', '124244.002000', '124244.005000', '124244.008000', '124244.029000', '124244.032000', '124244.035000', '124244.038000', '124244.040000', '124244.043000', '124244.046000', '124244.049000', '124244.052000', '124244.055000', '124244.058000', '124303.913000', '124303.916000', '124303.919000', '124303.922000', '124303.925000', '124303.928000', '124303.931000', '124303.934000', '124303.937000', '124303.940000', '124303.943000', '124303.946000', '124303.949000', '124303.953000', '124303.957000', '124303.959000', '124303.962000', '124303.965000', '124303.968000', '124303.971000', '124303.974000', '124303.977000', '124303.980000', '124303.983000', '124303.985000', '124303.988000', '124303.991000', '124303.994000', '124303.997000', '124304.001000', '124304.004000', '124304.007000', '124304.012000', '124304.016000', '124304.019000', '124304.022000', '124304.025000', '124304.028000', '124304.030000', '124304.033000', '124304.036000', '124304.039000', '124304.042000', '124323.913000', '124323.916000', '124323.919000', '124323.922000', '124323.925000', '124323.928000', '124323.931000', '124323.934000', '124323.936000', '124323.939000', '124323.942000', '124323.945000', '124323.948000', '124323.951000', '124323.954000', '124323.957000', '124323.960000', '124323.963000', '124323.966000', '124323.968000', '124323.971000', '124323.974000', '124323.977000', '124323.980000', '124323.983000', '124323.985000', '124323.988000', '124323.991000', '124323.994000', '124323.997000', '124324.001000', '124324.004000', '124324.007000', '124324.009000', '124324.012000', '124324.015000', '124324.018000', '124324.021000', '124324.024000', '124324.027000', '124324.029000', '124324.032000', '124324.035000', '124324.038000', '124343.913000', '124343.916000', '124343.919000', '124343.922000', '124343.925000', '124343.928000', '124343.931000', '124343.933000', '124343.936000', '124343.939000', '124343.942000', '124343.945000', '124343.948000', '124343.951000', '124343.954000', '124343.957000', '124343.960000', '124343.962000', '124343.965000', '124343.968000', '124343.971000', '124343.974000', '124343.977000', '124343.979000', '124343.982000', '124343.985000', '124343.988000', '124343.991000', '124343.994000', '124343.997000', '124344.003000', '124344.006000', '124344.009000', '124344.012000', '124344.015000', '124344.017000', '124344.020000', '124344.023000', '124344.026000', '124344.029000', '124344.032000', '124344.035000', '124344.038000', '124403.913000', '124403.916000', '124403.919000', '124403.922000', '124403.925000', '124403.928000', '124403.931000', '124403.933000', '124403.937000', '124403.940000', '124403.943000', '124403.945000', '124403.948000', '124403.951000', '124403.954000', '124403.957000', '124403.971000', '124403.974000', '124403.976000', '124403.979000', '124403.982000', '124403.985000', '124403.988000', '124403.991000', '124403.993000', '124403.996000', '124404.000000', '124404.003000', '124404.006000', '124404.009000', '124404.012000', '124404.014000', '124404.017000', '124404.020000', '124404.023000', '124404.026000', '124404.029000', '124404.032000', '124404.034000', '124404.037000', '124404.040000', '124404.043000', '124404.046000', '124404.049000', '124423.913000', '124423.919000', '124423.922000', '124423.925000', '124423.928000', '124423.931000', '124423.934000', '124423.937000', '124423.940000', '124423.943000', '124423.946000', '124423.949000', '124423.952000', '124423.954000', '124423.957000', '124423.960000', '124423.963000', '124423.966000', '124423.969000', '124423.972000', '124423.975000', '124423.977000', '124423.980000', '124423.983000', '124423.986000', '124423.990000', '124423.993000', '124423.996000', '124424.000000', '124424.003000', '124424.006000', '124424.009000', '124424.011000', '124424.014000', '124424.017000', '124424.020000', '124424.023000', '124424.030000', '124424.033000', '124424.035000', '124424.038000', '124424.041000', '124424.044000', '124443.913000', '124443.916000', '124443.919000', '124443.922000', '124443.925000', '124443.927000', '124443.930000', '124443.933000', '124443.936000', '124443.939000', '124443.942000', '124443.945000', '124443.948000', '124443.951000', '124443.954000', '124443.957000', '124443.960000', '124443.963000', '124443.966000', '124443.968000', '124443.972000', '124443.974000', '124443.977000', '124443.980000', '124443.983000', '124443.986000', '124443.989000', '124443.992000', '124443.995000', '124443.998000', '124444.001000', '124444.004000', '124444.007000', '124444.010000', '124444.013000', '124444.016000', '124444.019000', '124444.022000', '124444.025000', '124444.027000', '124444.030000', '124444.033000', '124444.036000', '124444.039000', '124503.914000', '124503.917000', '124503.920000', '124503.923000', '124503.926000', '124503.929000', '124503.932000', '124503.935000', '124503.937000', '124503.940000', '124503.943000', '124503.946000', '124503.949000', '124503.952000', '124503.955000', '124503.958000', '124503.961000', '124503.964000', '124503.967000', '124503.970000', '124503.973000', '124503.975000', '124503.979000', '124503.982000', '124503.984000', '124503.987000', '124503.990000', '124503.993000', '124503.996000', '124504.000000', '124504.003000', '124504.006000', '124504.009000', '124504.011000', '124504.014000', '124504.017000', '124504.020000', '124504.023000', '124504.026000', '124504.029000', '124504.031000', '124504.034000', '124504.037000', '124523.913000', '124523.916000', '124523.919000', '124523.922000', '124523.925000', '124523.927000', '124523.930000', '124523.933000', '124523.936000', '124523.939000', '124523.942000', '124523.945000', '124523.948000', '124523.951000', '124523.953000', '124523.956000', '124523.959000', '124523.962000', '124523.965000', '124523.968000', '124523.971000', '124523.974000', '124523.976000', '124523.979000', '124523.982000', '124523.985000', '124523.988000', '124523.991000', '124523.994000', '124523.997000', '124524.001000', '124524.004000', '124524.006000', '124524.009000', '124524.012000', '124524.015000', '124524.018000', '124524.021000', '124524.024000', '124524.027000', '124524.030000', '124524.032000', '124524.035000', '124524.043000', '124540.946000', '124540.957000', '124540.960000', '124540.963000', '124540.966000', '124540.969000', '124540.972000', '124540.975000', '124540.982000', '124540.985000', '124540.988000', '124540.991000', '124540.994000', '124540.997000', '124541.001000', '124541.004000', '124541.007000', '124541.010000', '124541.013000', '124541.016000', '124541.019000', '124541.022000', '124541.024000', '124541.027000', '124541.030000', '124541.033000', '124541.036000', '124541.039000', '124541.042000', '124541.045000', '124541.048000', '124541.051000', '124541.054000', '124541.057000', '124541.060000', '124541.063000', '124541.066000'], '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': [11219, 12751, 16757, 11591, 12788, 16243, 12615, 12569, 11129, 12581, 14845, 12492, 13554, 10695, 13355, 16525, 12829, 14621, 11463, 12828, 15642, 12810, 13135, 16137, 11092, 12843, 13416, 16217, 12839, 15690, 16592, 12967, 13353, 11288, 12904, 12220, 14235, 12869, 15377, 16592, 13048, 12320, 15592, 12855, 12128, 16175, 13182, 12650, 16772, 13147, 12397, 16195, 12879, 12451, 15771, 13145, 13149, 17548, 13201, 12124, 15781, 12988, 12132, 16542, 12844, 12261, 16578, 12249, 12191, 14259, 11510, 12674, 16237, 11823, 12503, 14539, 11811, 12500, 15746, 11920, 12445, 15739, 12589, 12272, 15472, 12743, 12491, 15964, 12794, 12545, 16583, 13049, 11932, 16146, 13249, 12322, 16190, 13259, 12240, 16283, 12845, 11871, 16207, 12756, 12253, 16836, 12604, 15142, 11785, 12612, 13987, 12451, 12582, 16019, 12367, 13312, 15847, 12558, 13192, 12434, 12785, 13509, 11783, 12955, 15014, 11722, 12913, 14336, 11882, 13290, 15827, 12650, 12828, 16149, 12882, 12777, 16744, 12633, 12807, 17098, 12300, 14422, 12632, 12366, 14278, 12380, 12455, 14423, 11008, 12440, 16240, 12495, 12557, 17097, 12318, 11965, 16454, 12797, 13915, 16989, 12665, 16496, 13298, 12496, 16467, 12851, 12877, 17121, 12827, 14236, 16397, 12787, 12616, 16297, 12833, 14388, 10889, 12548, 15969, 12439, 12055, 17079, 12313, 14949, 17044, 12638, 14910, 11555, 12212, 15702, 11930, 12651, 16555, 11528, 12692, 15437, 12515, 12335, 15976, 12527, 12776, 17625, 13280, 12110, 16055, 12827, 12284, 15859, 13284, 14974, 13650, 12501, 14033, 11934, 12499, 16450, 11828, 12282, 16524, 12088, 11830, 16351, 12312, 12504, 17052, 12452, 12201, 12436, 12397, 13520, 10483, 12500, 15316, 11336, 12851, 13711, 12748, 15629, 12768, 12229, 16000, 12884, 12873, 17025, 13273, 12659, 15787, 12706, 12070, 16800, 12368, 15216, 14345, 12467, 15183, 11607, 11873, 16658, 12314, 12940, 17717, 13122, 14632, 15047, 12037, 15815, 12591, 12071, 17297, 12887, 11954, 16672, 12447, 12513, 16394, 12808, 15646, 12438, 12370, 16264, 13144, 11670, 16258, 12841, 12293, 16592, 12563, 15560, 12279, 11851, 15934, 11977, 12334, 15923, 11601, 11913, 16263, 12390, 11891, 15320, 12411, 13811, 14459, 12151, 15637, 12350, 12213, 15317, 12708, 12655, 15717, 12296, 13707, 15409, 12833, 13000, 11734, 12825, 15319, 11367, 12854, 16497, 12868, 12017, 16334, 12010, 14440, 17760, 12568, 15633, 11568, 12278, 16290, 12337, 14196, 16105, 12440, 16609, 12656, 13295, 17397, 12808, 14969, 17464, 12905, 11993, 16516, 13003, 12151, 16442, 12585, 12507, 16878, 12625, 12523, 13242, 12826, 11993, 12538, 12561, 14869, 11822, 12763, 16533, 12916, 11832, 16744, 12705, 12255, 17438, 12283, 13988, 12420, 12281, 14138, 10364, 12321, 16439, 11238, 12563, 16230, 12611, 13392, 16210, 12642, 16387, 17002, 12676, 15561, 11979, 12234, 15551, 12257, 12725, 16776, 12359, 12313, 16851, 12802, 12239, 16579, 12668, 13403, 17233, 12913, 11753, 12221, 12396, 15511, 11877, 12269, 18027, 13926, 15440, 12446, 11642, 16969, 12216, 11963, 16692, 12173, 12149, 16723, 12527, 11457, 16981, 12703, 13293, 16856, 12688, 15740, 12773, 12112, 15634, 12654, 12325, 16991, 13111, 13200, 13993, 12414, 15035, 13552, 12572, 15189, 11817, 12378, 16886, 12022, 11908, 16131, 12049, 11926, 16775, 12050, 13731, 11710, 12005, 15582, 11465, 12288, 16911, 12149, 11956, 16849, 12543, 11868, 16733, 12843, 12324, 17033, 12994, 14292, 11766, 12442, 13801, 13656, 12822, 14325, 10975, 12887, 16421, 12589, 12316, 15254, 12569, 14252, 16001, 12141, 15812, 11810, 11966, 16005, 11438, 12033, 16173, 11245, 12069, 16815, 12129, 11845, 16376, 12396, 13627, 17619, 13132, 14641, 13613, 12522, 14295, 11519, 12692, 17302, 12455, 12555, 15072, 12588, 13157, 14105, 12796, 15563, 15243, 12565, 15473, 11936, 11939, 15348, 11630, 12195, 16712, 12165, 12780, 11332, 12244, 15180, 11512, 12255, 17072, 12279, 12765, 12178, 11867, 16172, 12148, 12251, 16036, 12231, 12448, 16221, 12888, 12286, 16243, 12662, 12508, 16410, 12833, 12823, 12201, 12515, 15023, 12839, 12585, 16354, 12662, 14358, 12251, 12112, 15947, 12577, 14786, 16567, 13761, 15642, 11203, 12016, 15585, 11751, 12179, 16256, 11804, 12861, 16492, 12385, 13785, 12675, 12700, 16143, 12047, 12637, 17641, 12559, 11866, 11782, 12732, 15673, 14626, 12774, 16766, 12489, 12154, 15901, 12248, 12310, 17032, 11896, 14323, 12913, 12386, 14010, 11699, 12325, 15993, 10809, 12414, 16515, 12233, 12159, 16047, 12637, 14205, 15841, 12631, 14950, 11465, 12591, 14512, 11564, 12619, 16258, 11955, 12519, 15862, 12092, 12972, 16019, 12471, 15429, 11454, 12578, 15690, 11120, 12304, 16140, 10547, 12235, 16650, 12582, 13781, 11509, 12544, 16656, 11567, 13329, 17932, 12474, 11811, 17293, 12697, 14018, 17238, 12618, 12631, 15226, 12622, 11954, 10965, 12441, 15988, 12349, 12454, 16071, 12839, 12429, 13980, 12620, 16232, 12648, 12154, 16764, 12425, 11517, 17177, 12112, 14140, 17195, 12445, 15131, 11594, 11994, 15943, 12354, 12076, 17284, 12094, 16445, 12375, 11945, 16090, 12460, 12941, 17252, 12612, 14822, 16482, 12778, 14656, 12531, 12111, 15322, 12995, 12600, 17004, 12834, 12307, 15580, 12784, 12810, 13107, 12509, 15343, 10947, 12171, 15625, 12104, 14326, 11759, 12079, 16754, 11836, 12003, 16236, 12039, 11925, 16429, 12242, 12101, 17150, 12793, 12041, 16185, 12735, 12236, 11769, 12342, 16404, 12726, 12247, 15394, 12710, 12702, 17231, 13044, 14008, 12375, 12365, 15257, 11676, 12258, 16384, 10367, 11915, 17665, 12291, 11885, 15162, 12377, 13361, 15673, 11831, 15824, 11794, 10944, 10625, 12704, 14790, 16116, 12631, 15860, 17279, 12927, 15862, 11898, 12868, 15398, 11884, 12764, 16351, 11657, 12648, 17429, 12952, 11950, 15730, 12578, 16347, 17286, 13863, 16571, 12257, 11366, 16856, 12550, 11888, 16901, 12611, 13830, 17711, 12110, 11331, 16409, 12347, 14326, 16494, 12271, 13679, 11126, 12371, 12381, 11954, 12517, 15791, 12918, 15048, 12455, 12156, 15089, 13011, 12149, 15922, 13065, 12781, 13780, 12415, 12792, 10869, 12454, 15824, 11475, 13130, 13338, 12358, 14137, 11930, 12546, 16093, 11277, 14460, 15497, 12538, 14687, 11553, 12453, 16531, 14111, 12491, 16631, 12084, 12338, 15405, 12321, 12692, 16076, 12417, 12841, 17120, 13127, 12213, 16284, 12943, 12341, 17123, 13001, 15379, 12605, 12137, 15858, 12009, 11915, 15975, 14395, 12056, 14760, 11605, 11999, 14293, 11030, 12177, 15616, 11734, 12284, 15241, 12240, 11989, 15683, 12471, 14791, 16288, 12580, 16252, 12856, 11804, 16575, 12920, 12447, 17400, 12429, 12551, 16521, 12615, 11878, 15815, 12597, 12229, 15827, 12286, 14012, 10284, 12025, 14183, 11156, 12359, 15738, 11781, 14789, 11381, 12124, 15602, 11717, 12117, 16389, 11435, 12293, 17103, 12610, 12057, 16447, 12726, 15647, 14870, 12528, 15918, 12252, 12456, 15547, 12818, 12823, 17413, 12836, 14184, 11765, 12319, 15152, 11897, 14215, 16877, 13537, 15381, 11775, 11738, 15788, 11666, 12274, 16805, 11785, 12097, 17406, 12592, 11825, 15351, 12900, 15177, 11212, 12584, 14150, 12677, 14978, 12606, 12049, 16789, 12924, 14709, 17202, 12901, 16927, 12831, 14440, 12894, 12027, 16841, 11736, 12248, 16749, 11888, 13008, 18312, 12392, 12953, 17383, 12125, 13073, 16380, 12288, 15753, 13511, 12046, 16513, 12761, 11170, 15859, 12657, 11669, 16775, 13137, 11543, 16270, 12752, 12799, 17205, 12633, 15447, 13127, 11523, 15865, 12557, 13032, 16832, 12355, 13054, 16363, 11993, 13917, 12603, 11925, 12424, 13121, 12308, 12114, 11507, 12320, 15469, 12168, 11880, 14763, 12548, 12070, 16085, 12106, 14043, 11695, 12669, 14076, 12658, 12462, 14405, 12040, 12701, 15708, 12566, 14278, 12187, 12349, 15294, 11749, 12522, 16540, 10824, 14451, 11978, 12498, 15583, 11462, 12492, 16738, 11082, 14774, 17192, 12699, 15107, 11933, 12475, 17006, 12017, 13836, 16212, 12476, 15367, 12404, 12563, 16370, 13087, 12548, 17005, 12805, 12156, 16073, 12831, 13326, 17157, 13192, 15396, 12670, 11500, 15703, 12154, 11817, 16521, 11898, 11406, 16282, 12100, 11141, 15989, 11912, 11698, 16057, 12313, 11215, 16344, 12297, 11276, 16141, 12584, 12604, 11772, 12402, 15472, 12880, 11999, 15571, 13054, 12240, 16262, 12939, 13967, 15033, 12333, 12464, 13178, 12545, 14670, 14258, 12250, 14457, 10923, 12332, 14668, 10706, 12300, 15348, 11324, 14076, 14245, 12305, 14729, 15056, 12363, 15862, 15039, 12689, 16339, 11814, 12219, 15761, 11787, 12438, 16241, 11936, 12824, 17577, 12556, 12332, 16473, 12744, 14699, 15144, 12574, 15947, 12128, 11832, 15765, 12369, 11599, 16393, 11766, 11903, 16378, 12421, 11720, 11737, 12071, 14119, 16836, 12518, 14461, 15415, 12408, 16130, 12723, 10846, 12409, 12259, 14896, 12916, 15082, 12112, 12681, 16875, 12480, 12987, 16501, 12546, 14943, 16550, 12434, 11876, 16048, 12485, 12029, 16049, 11850, 12224, 17418, 12380, 11619, 13865, 12364, 13452, 13169, 12270, 15450, 11737, 12113, 14775, 12005, 12698, 14781, 12315, 12449, 15578, 12132, 12421, 14723, 12075, 12847, 16041, 12947, 14811, 12536, 12385, 16399, 11547, 11947, 16576, 11612, 12185, 15453, 12032, 12384, 16069, 12061, 13553, 10384, 12485, 9767, 12382, 13361, 10656, 12762, 16062, 12649, 15572, 12110, 12391, 13548, 12943, 15517, 17097, 13135, 13117, 14517, 12023, 15009, 12132, 15159, 11921, 12286, 16432, 12358, 12000, 16146, 11877, 12388, 15556, 11371, 13497, 12544, 10934, 13188, 12331, 16412, 12378, 15668, 18285, 12814, 11894, 16441, 12690, 12080, 16558, 12599, 11917, 15235, 13019, 12529, 16097, 12384, 12322, 15715, 12757, 12073, 14736, 13058, 12709, 14724, 12922, 14352, 13069, 9346, 12561, 12179, 15680, 11636, 12033, 15930, 12196, 14583, 12181, 11565, 16329, 12486, 12679, 16677, 12607, 13231, 17102, 12698, 11580, 12936, 12146, 14076, 11631, 12738, 16232, 12632, 12139, 16148, 12822, 11683, 16920, 12955, 12595, 16249, 12786, 11929, 11138, 12259, 13864, 11508, 12019, 14801, 11941, 12407, 11601, 12384, 14531, 12325, 12271, 15723, 12408, 15315, 11774, 12538, 14898, 12439, 12073, 16011, 12414, 12928, 15900, 12967, 12658, 15567, 12897, 12318, 15694, 13076, 13893, 11854, 12483, 15829, 12609, 11946, 11704, 12454, 15306, 10698, 12494, 15683, 12518, 14882, 11710, 12424, 15287, 12068, 12450, 16823, 12640, 13728, 11870, 12390, 14916, 12351, 12541, 15987, 12428, 12344, 15062, 12154, 12823, 15653, 12434, 12797, 13487, 12120, 12335, 14264, 11967, 12309, 15502, 12284, 11818, 10701, 12198, 13199, 12785, 12556, 14570, 10537, 12243, 15843, 12458, 12356, 15056, 12386, 12715, 15919, 12171, 13043, 14801, 12770, 12572, 11823, 13012, 15148, 12138, 12925, 16344, 12955, 12226, 16118, 12785, 12596, 16724, 12544, 15181, 14695, 12522, 13674, 11881, 12715, 15654, 11715, 12123, 17201, 13069, 14939, 12990, 11514, 12725, 13756, 16385, 13249, 12487, 16303, 13060, 11497, 16031, 12744, 11734, 15528, 12719, 12855, 14988, 12393, 14102, 14135, 11966, 14679, 12339, 11177, 15775, 12191, 10924, 15894, 12327, 10822, 15429, 12246, 10719, 15424, 12059, 10982, 15071, 12121, 11216, 14199, 12266, 11221, 13778, 12317, 11436, 12356, 12304, 11916, 12677, 12970, 14250, 12853, 14572, 12711, 10408, 12385, 12310, 13504, 11381, 11500, 15539, 11048, 12037, 14712, 11699, 12077, 14070, 11201, 12366, 15398, 11654, 12874, 11782, 12444, 14286, 11665, 12658, 15769, 11304, 12867, 16654, 12681, 13522, 16191, 12870, 14872, 15975, 12875, 14181, 17099, 13029, 13251, 16873, 13007, 12157, 16268, 12390, 13271, 14481, 12367, 14317, 11509, 12529, 16117, 12505, 11935, 15113, 12552, 11551, 15702, 12734, 12108, 16176, 12795, 14234, 12089, 12034, 13445, 12319, 12949, 14719, 12671, 11100, 11932, 12535, 13641, 11780, 12791, 13922, 10843], 'WindowCenter': [4439.0, 4444.0, 4451.0, 4406.0, 4415.0, 4423.0, 4401.0, 4401.0, 4390.0, 4401.0, 4409.0, 4399.0, 4399.0, 4380.0, 4413.0, 4435.0, 4415.0, 4426.0, 4403.0, 4413.0, 4423.0, 4400.0, 4400.0, 4422.0, 4380.0, 4401.0, 4412.0, 4419.0, 4399.0, 4422.0, 4421.0, 4398.0, 4399.0, 4378.0, 4399.0, 4390.0, 4397.0, 4387.0, 4409.0, 4409.0, 4399.0, 4389.0, 4407.0, 4387.0, 4374.0, 4405.0, 4384.0, 4385.0, 4406.0, 4388.0, 4389.0, 4407.0, 4386.0, 4385.0, 4394.0, 4383.0, 4383.0, 4417.0, 4386.0, 4388.0, 4396.0, 4384.0, 4374.0, 4394.0, 4373.0, 4374.0, 4393.0, 4361.0, 4372.0, 4382.0, 4361.0, 4371.0, 4393.0, 4374.0, 4374.0, 4384.0, 4361.0, 4372.0, 4392.0, 4361.0, 4373.0, 4395.0, 4373.0, 4374.0, 4394.0, 4371.0, 4372.0, 4392.0, 4360.0, 4371.0, 4392.0, 4372.0, 4361.0, 4380.0, 4368.0, 4359.0, 4380.0, 4369.0, 4359.0, 4391.0, 4370.0, 4362.0, 4392.0, 4370.0, 4371.0, 4391.0, 4373.0, 4393.0, 4362.0, 4374.0, 4381.0, 4358.0, 4372.0, 4394.0, 4370.0, 4384.0, 4405.0, 4376.0, 4386.0, 4374.0, 4372.0, 4385.0, 4363.0, 4372.0, 4396.0, 4374.0, 4385.0, 4395.0, 4376.0, 4397.0, 4409.0, 4385.0, 4387.0, 4407.0, 4385.0, 4387.0, 4405.0, 4376.0, 4385.0, 4407.0, 4376.0, 4396.0, 4384.0, 4384.0, 4397.0, 4374.0, 4372.0, 4383.0, 4351.0, 4385.0, 4407.0, 4375.0, 4376.0, 4405.0, 4385.0, 4375.0, 4391.0, 4372.0, 4385.0, 4404.0, 4388.0, 4419.0, 4397.0, 4400.0, 4409.0, 4386.0, 4385.0, 4404.0, 4384.0, 4398.0, 4405.0, 4387.0, 4389.0, 4406.0, 4386.0, 4395.0, 4364.0, 4386.0, 4408.0, 4387.0, 4387.0, 4408.0, 4377.0, 4396.0, 4406.0, 4374.0, 4396.0, 4376.0, 4385.0, 4397.0, 4363.0, 4373.0, 4393.0, 4362.0, 4373.0, 4394.0, 4370.0, 4372.0, 4393.0, 4360.0, 4371.0, 4392.0, 4370.0, 4371.0, 4391.0, 4371.0, 4359.0, 4390.0, 4371.0, 4382.0, 4383.0, 4370.0, 4382.0, 4360.0, 4374.0, 4394.0, 4362.0, 4374.0, 4394.0, 4372.0, 4364.0, 4391.0, 4358.0, 4359.0, 4392.0, 4372.0, 4373.0, 4373.0, 4372.0, 4370.0, 4350.0, 4372.0, 4392.0, 4362.0, 4383.0, 4384.0, 4385.0, 4408.0, 4399.0, 4389.0, 4395.0, 4372.0, 4374.0, 4405.0, 4384.0, 4385.0, 4394.0, 4385.0, 4386.0, 4392.0, 4372.0, 4393.0, 4394.0, 4374.0, 4393.0, 4373.0, 4375.0, 4404.0, 4372.0, 4375.0, 4403.0, 4372.0, 4383.0, 4383.0, 4361.0, 4380.0, 4357.0, 4359.0, 4391.0, 4358.0, 4359.0, 4391.0, 4359.0, 4359.0, 4378.0, 4357.0, 4390.0, 4358.0, 4359.0, 4389.0, 4369.0, 4348.0, 4377.0, 4358.0, 4360.0, 4377.0, 4361.0, 4390.0, 4360.0, 4361.0, 4389.0, 4357.0, 4359.0, 4378.0, 4360.0, 4360.0, 4393.0, 4371.0, 4374.0, 4392.0, 4371.0, 4382.0, 4381.0, 4373.0, 4405.0, 4384.0, 4387.0, 4395.0, 4382.0, 4386.0, 4393.0, 4374.0, 4386.0, 4404.0, 4386.0, 4385.0, 4372.0, 4383.0, 4394.0, 4362.0, 4385.0, 4407.0, 4386.0, 4376.0, 4404.0, 4373.0, 4396.0, 4405.0, 4373.0, 4395.0, 4375.0, 4377.0, 4407.0, 4375.0, 4385.0, 4394.0, 4375.0, 4407.0, 4384.0, 4385.0, 4406.0, 4372.0, 4381.0, 4389.0, 4357.0, 4350.0, 4378.0, 4358.0, 4359.0, 4378.0, 4358.0, 4360.0, 4389.0, 4360.0, 4359.0, 4369.0, 4370.0, 4360.0, 4361.0, 4361.0, 4381.0, 4361.0, 4382.0, 4406.0, 4386.0, 4374.0, 4393.0, 4372.0, 4374.0, 4393.0, 4374.0, 4385.0, 4385.0, 4375.0, 4395.0, 4351.0, 4371.0, 4394.0, 4362.0, 4386.0, 4405.0, 4386.0, 4386.0, 4393.0, 4373.0, 4404.0, 4392.0, 4373.0, 4394.0, 4363.0, 4374.0, 4393.0, 4359.0, 4370.0, 4391.0, 4358.0, 4372.0, 4403.0, 4372.0, 4374.0, 4390.0, 4372.0, 4370.0, 4392.0, 4372.0, 4362.0, 4372.0, 4372.0, 4390.0, 4372.0, 4372.0, 4404.0, 4384.0, 4391.0, 4371.0, 4363.0, 4392.0, 4358.0, 4349.0, 4379.0, 4357.0, 4359.0, 4390.0, 4370.0, 4362.0, 4390.0, 4370.0, 4371.0, 4391.0, 4371.0, 4392.0, 4358.0, 4360.0, 4391.0, 4371.0, 4371.0, 4391.0, 4372.0, 4372.0, 4382.0, 4371.0, 4392.0, 4370.0, 4358.0, 4381.0, 4359.0, 4371.0, 4391.0, 4360.0, 4361.0, 4390.0, 4360.0, 4360.0, 4391.0, 4360.0, 4370.0, 4360.0, 4373.0, 4391.0, 4360.0, 4370.0, 4390.0, 4360.0, 4362.0, 4392.0, 4371.0, 4361.0, 4390.0, 4370.0, 4370.0, 4391.0, 4372.0, 4381.0, 4371.0, 4372.0, 4383.0, 4380.0, 4370.0, 4383.0, 4363.0, 4384.0, 4406.0, 4385.0, 4386.0, 4395.0, 4374.0, 4394.0, 4393.0, 4375.0, 4409.0, 4374.0, 4375.0, 4394.0, 4362.0, 4372.0, 4392.0, 4349.0, 4360.0, 4393.0, 4372.0, 4373.0, 4393.0, 4371.0, 4384.0, 4405.0, 4385.0, 4395.0, 4381.0, 4370.0, 4381.0, 4360.0, 4369.0, 4404.0, 4371.0, 4372.0, 4392.0, 4374.0, 4385.0, 4381.0, 4371.0, 4391.0, 4381.0, 4373.0, 4393.0, 4363.0, 4373.0, 4392.0, 4358.0, 4372.0, 4393.0, 4373.0, 4384.0, 4361.0, 4371.0, 4393.0, 4361.0, 4360.0, 4393.0, 4363.0, 4373.0, 4372.0, 4372.0, 4395.0, 4358.0, 4358.0, 4380.0, 4360.0, 4359.0, 4392.0, 4370.0, 4361.0, 4389.0, 4371.0, 4371.0, 4392.0, 4385.0, 4372.0, 4372.0, 4375.0, 4392.0, 4372.0, 4373.0, 4394.0, 4373.0, 4383.0, 4374.0, 4375.0, 4394.0, 4372.0, 4395.0, 4392.0, 4384.0, 4394.0, 4362.0, 4363.0, 4392.0, 4359.0, 4360.0, 4380.0, 4359.0, 4373.0, 4392.0, 4373.0, 4383.0, 4370.0, 4383.0, 4393.0, 4361.0, 4372.0, 4403.0, 4375.0, 4363.0, 4361.0, 4371.0, 4394.0, 4380.0, 4373.0, 4394.0, 4372.0, 4371.0, 4392.0, 4359.0, 4360.0, 4391.0, 4360.0, 4381.0, 4371.0, 4370.0, 4384.0, 4359.0, 4372.0, 4390.0, 4350.0, 4374.0, 4405.0, 4373.0, 4374.0, 4393.0, 4372.0, 4383.0, 4393.0, 4372.0, 4393.0, 4363.0, 4373.0, 4383.0, 4360.0, 4373.0, 4393.0, 4362.0, 4373.0, 4394.0, 4373.0, 4385.0, 4394.0, 4372.0, 4393.0, 4374.0, 4384.0, 4395.0, 4362.0, 4375.0, 4396.0, 4351.0, 4374.0, 4406.0, 4384.0, 4395.0, 4374.0, 4374.0, 4394.0, 4362.0, 4384.0, 4405.0, 4374.0, 4376.0, 4402.0, 4372.0, 4382.0, 4392.0, 4361.0, 4374.0, 4382.0, 4370.0, 4362.0, 4349.0, 4372.0, 4391.0, 4372.0, 4374.0, 4393.0, 4373.0, 4374.0, 4382.0, 4372.0, 4395.0, 4371.0, 4372.0, 4405.0, 4373.0, 4362.0, 4392.0, 4359.0, 4382.0, 4391.0, 4373.0, 4394.0, 4362.0, 4373.0, 4393.0, 4359.0, 4362.0, 4389.0, 4359.0, 4392.0, 4372.0, 4374.0, 4394.0, 4372.0, 4373.0, 4393.0, 4361.0, 4382.0, 4390.0, 4373.0, 4383.0, 4359.0, 4371.0, 4391.0, 4359.0, 4360.0, 4390.0, 4359.0, 4360.0, 4391.0, 4371.0, 4371.0, 4371.0, 4372.0, 4392.0, 4351.0, 4374.0, 4394.0, 4372.0, 4394.0, 4362.0, 4372.0, 4393.0, 4361.0, 4362.0, 4394.0, 4360.0, 4361.0, 4391.0, 4359.0, 4359.0, 4390.0, 4370.0, 4362.0, 4391.0, 4371.0, 4361.0, 4360.0, 4370.0, 4393.0, 4371.0, 4373.0, 4393.0, 4373.0, 4373.0, 4404.0, 4373.0, 4385.0, 4374.0, 4384.0, 4394.0, 4362.0, 4373.0, 4394.0, 4352.0, 4374.0, 4417.0, 4388.0, 4375.0, 4396.0, 4371.0, 4396.0, 4395.0, 4373.0, 4406.0, 4376.0, 4378.0, 4379.0, 4398.0, 4409.0, 4407.0, 4374.0, 4407.0, 4406.0, 4375.0, 4408.0, 4374.0, 4385.0, 4394.0, 4373.0, 4383.0, 4394.0, 4363.0, 4384.0, 4407.0, 4385.0, 4377.0, 4395.0, 4374.0, 4407.0, 4394.0, 4385.0, 4393.0, 4361.0, 4362.0, 4391.0, 4358.0, 4359.0, 4379.0, 4356.0, 4369.0, 4387.0, 4348.0, 4348.0, 4377.0, 4356.0, 4369.0, 4377.0, 4347.0, 4369.0, 4346.0, 4359.0, 4358.0, 4359.0, 4370.0, 4378.0, 4372.0, 4381.0, 4371.0, 4374.0, 4383.0, 4372.0, 4373.0, 4394.0, 4372.0, 4374.0, 4383.0, 4372.0, 4372.0, 4363.0, 4373.0, 4393.0, 4365.0, 4385.0, 4396.0, 4385.0, 4394.0, 4375.0, 4386.0, 4408.0, 4365.0, 4398.0, 4409.0, 4387.0, 4395.0, 4374.0, 4385.0, 4407.0, 4384.0, 4373.0, 4394.0, 4363.0, 4373.0, 4394.0, 4370.0, 4369.0, 4392.0, 4360.0, 4372.0, 4404.0, 4372.0, 4372.0, 4392.0, 4370.0, 4373.0, 4392.0, 4372.0, 4395.0, 4373.0, 4373.0, 4394.0, 4360.0, 4360.0, 4389.0, 4367.0, 4357.0, 4370.0, 4349.0, 4358.0, 4371.0, 4349.0, 4360.0, 4381.0, 4361.0, 4372.0, 4380.0, 4373.0, 4361.0, 4390.0, 4373.0, 4393.0, 4394.0, 4375.0, 4394.0, 4385.0, 4375.0, 4394.0, 4371.0, 4373.0, 4393.0, 4371.0, 4373.0, 4393.0, 4373.0, 4373.0, 4393.0, 4370.0, 4373.0, 4391.0, 4376.0, 4394.0, 4363.0, 4384.0, 4383.0, 4375.0, 4385.0, 4394.0, 4375.0, 4397.0, 4377.0, 4386.0, 4408.0, 4364.0, 4372.0, 4394.0, 4362.0, 4374.0, 4405.0, 4374.0, 4373.0, 4393.0, 4372.0, 4395.0, 4380.0, 4372.0, 4393.0, 4375.0, 4374.0, 4393.0, 4373.0, 4376.0, 4404.0, 4373.0, 4383.0, 4363.0, 4374.0, 4382.0, 4373.0, 4385.0, 4405.0, 4385.0, 4395.0, 4363.0, 4363.0, 4392.0, 4348.0, 4359.0, 4390.0, 4361.0, 4374.0, 4403.0, 4373.0, 4375.0, 4391.0, 4382.0, 4394.0, 4363.0, 4386.0, 4395.0, 4386.0, 4408.0, 4388.0, 4386.0, 4407.0, 4386.0, 4396.0, 4404.0, 4387.0, 4408.0, 4387.0, 4397.0, 4388.0, 4387.0, 4407.0, 4361.0, 4375.0, 4393.0, 4362.0, 4386.0, 4406.0, 4372.0, 4374.0, 4401.0, 4360.0, 4369.0, 4380.0, 4359.0, 4392.0, 4371.0, 4363.0, 4394.0, 4370.0, 4361.0, 4379.0, 4356.0, 4348.0, 4380.0, 4358.0, 4348.0, 4378.0, 4359.0, 4372.0, 4391.0, 4359.0, 4368.0, 4356.0, 4348.0, 4378.0, 4357.0, 4359.0, 4378.0, 4360.0, 4372.0, 4380.0, 4348.0, 4370.0, 4348.0, 4346.0, 4346.0, 4345.0, 4345.0, 4348.0, 4347.0, 4359.0, 4382.0, 4373.0, 4363.0, 4382.0, 4359.0, 4373.0, 4392.0, 4374.0, 4384.0, 4374.0, 4387.0, 4384.0, 4387.0, 4386.0, 4385.0, 4374.0, 4387.0, 4407.0, 4388.0, 4409.0, 4389.0, 4401.0, 4409.0, 4377.0, 4388.0, 4406.0, 4366.0, 4399.0, 4389.0, 4402.0, 4420.0, 4389.0, 4399.0, 4409.0, 4367.0, 4399.0, 4417.0, 4389.0, 4408.0, 4378.0, 4388.0, 4406.0, 4374.0, 4387.0, 4406.0, 4384.0, 4397.0, 4374.0, 4374.0, 4407.0, 4373.0, 4376.0, 4406.0, 4372.0, 4374.0, 4392.0, 4373.0, 4384.0, 4391.0, 4374.0, 4394.0, 4372.0, 4362.0, 4395.0, 4359.0, 4349.0, 4380.0, 4349.0, 4349.0, 4380.0, 4348.0, 4338.0, 4368.0, 4347.0, 4347.0, 4377.0, 4347.0, 4347.0, 4377.0, 4347.0, 4349.0, 4380.0, 4359.0, 4360.0, 4347.0, 4358.0, 4381.0, 4360.0, 4362.0, 4380.0, 4369.0, 4362.0, 4393.0, 4373.0, 4383.0, 4382.0, 4371.0, 4375.0, 4371.0, 4360.0, 4384.0, 4382.0, 4374.0, 4398.0, 4365.0, 4372.0, 4395.0, 4364.0, 4374.0, 4393.0, 4364.0, 4398.0, 4397.0, 4387.0, 4398.0, 4397.0, 4374.0, 4397.0, 4383.0, 4376.0, 4407.0, 4364.0, 4375.0, 4395.0, 4362.0, 4374.0, 4392.0, 4362.0, 4376.0, 4406.0, 4373.0, 4373.0, 4394.0, 4373.0, 4394.0, 4380.0, 4373.0, 4396.0, 4374.0, 4376.0, 4395.0, 4362.0, 4362.0, 4381.0, 4348.0, 4360.0, 4382.0, 4360.0, 4362.0, 4361.0, 4360.0, 4382.0, 4391.0, 4360.0, 4384.0, 4393.0, 4373.0, 4395.0, 4372.0, 4364.0, 4385.0, 4387.0, 4394.0, 4386.0, 4397.0, 4375.0, 4388.0, 4407.0, 4388.0, 4389.0, 4406.0, 4375.0, 4395.0, 4394.0, 4361.0, 4363.0, 4380.0, 4361.0, 4373.0, 4393.0, 4361.0, 4375.0, 4392.0, 4372.0, 4362.0, 4370.0, 4361.0, 4383.0, 4371.0, 4374.0, 4394.0, 4362.0, 4373.0, 4384.0, 4362.0, 4374.0, 4384.0, 4360.0, 4363.0, 4384.0, 4361.0, 4374.0, 4384.0, 4373.0, 4373.0, 4394.0, 4375.0, 4395.0, 4386.0, 4388.0, 4408.0, 4365.0, 4374.0, 4394.0, 4363.0, 4377.0, 4396.0, 4375.0, 4375.0, 4395.0, 4374.0, 4386.0, 4364.0, 4384.0, 4366.0, 4389.0, 4400.0, 4379.0, 4400.0, 4423.0, 4400.0, 4423.0, 4391.0, 4402.0, 4397.0, 4388.0, 4409.0, 4395.0, 4374.0, 4388.0, 4395.0, 4387.0, 4406.0, 4389.0, 4408.0, 4389.0, 4388.0, 4394.0, 4375.0, 4363.0, 4394.0, 4362.0, 4375.0, 4406.0, 4377.0, 4387.0, 4386.0, 4364.0, 4384.0, 4377.0, 4396.0, 4374.0, 4396.0, 4394.0, 4360.0, 4360.0, 4382.0, 4361.0, 4363.0, 4390.0, 4360.0, 4362.0, 4366.0, 4356.0, 4358.0, 4379.0, 4360.0, 4375.0, 4395.0, 4374.0, 4372.0, 4382.0, 4385.0, 4399.0, 4410.0, 4372.0, 4369.0, 4368.0, 4356.0, 4390.0, 4403.0, 4397.0, 4362.0, 4373.0, 4384.0, 4361.0, 4384.0, 4375.0, 4377.0, 4395.0, 4373.0, 4372.0, 4383.0, 4359.0, 4372.0, 4392.0, 4371.0, 4362.0, 4372.0, 4363.0, 4372.0, 4349.0, 4359.0, 4380.0, 4348.0, 4360.0, 4381.0, 4362.0, 4362.0, 4380.0, 4360.0, 4361.0, 4381.0, 4362.0, 4351.0, 4348.0, 4359.0, 4370.0, 4348.0, 4360.0, 4382.0, 4363.0, 4374.0, 4365.0, 4374.0, 4386.0, 4361.0, 4362.0, 4393.0, 4372.0, 4396.0, 4377.0, 4375.0, 4397.0, 4375.0, 4364.0, 4395.0, 4361.0, 4373.0, 4383.0, 4374.0, 4374.0, 4394.0, 4374.0, 4363.0, 4383.0, 4372.0, 4386.0, 4375.0, 4388.0, 4408.0, 4387.0, 4377.0, 4375.0, 4375.0, 4394.0, 4355.0, 4378.0, 4408.0, 4388.0, 4409.0, 4376.0, 4376.0, 4392.0, 4362.0, 4375.0, 4395.0, 4374.0, 4386.0, 4377.0, 4376.0, 4394.0, 4374.0, 4372.0, 4394.0, 4362.0, 4376.0, 4395.0, 4361.0, 4374.0, 4393.0, 4359.0, 4371.0, 4373.0, 4361.0, 4372.0, 4370.0, 4362.0, 4373.0, 4383.0, 4372.0, 4364.0, 4353.0, 4374.0, 4374.0, 4372.0, 4375.0, 4384.0, 4353.0, 4373.0, 4398.0, 4373.0, 4387.0, 4396.0, 4374.0, 4387.0, 4395.0, 4374.0, 4387.0, 4396.0, 4386.0, 4386.0, 4375.0, 4388.0, 4398.0, 4375.0, 4386.0, 4408.0, 4387.0, 4376.0, 4396.0, 4373.0, 4376.0, 4394.0, 4373.0, 4398.0, 4396.0, 4376.0, 4384.0, 4361.0, 4372.0, 4394.0, 4361.0, 4388.0, 4406.0, 4371.0, 4394.0, 4386.0, 4374.0, 4383.0, 4385.0, 4395.0, 4372.0, 4363.0, 4380.0, 4371.0, 4363.0, 4382.0, 4372.0, 4360.0, 4379.0, 4358.0, 4356.0, 4368.0, 4359.0, 4371.0, 4366.0, 4349.0, 4370.0, 4347.0, 4334.0, 4366.0, 4332.0, 4325.0, 4354.0, 4330.0, 4323.0, 4352.0, 4332.0, 4310.0, 4351.0, 4332.0, 4322.0, 4350.0, 4331.0, 4321.0, 4341.0, 4334.0, 4336.0, 4353.0, 4346.0, 4335.0, 4343.0, 4346.0, 4348.0, 4371.0, 4385.0, 4382.0, 4372.0, 4382.0, 4374.0, 4353.0, 4374.0, 4377.0, 4387.0, 4364.0, 4364.0, 4396.0, 4363.0, 4374.0, 4396.0, 4374.0, 4375.0, 4382.0, 4365.0, 4373.0, 4394.0, 4377.0, 4397.0, 4389.0, 4402.0, 4411.0, 4379.0, 4388.0, 4407.0, 4377.0, 4390.0, 4420.0, 4390.0, 4398.0, 4409.0, 4388.0, 4398.0, 4396.0, 4374.0, 4385.0, 4396.0, 4374.0, 4375.0, 4395.0, 4372.0, 4364.0, 4380.0, 4361.0, 4359.0, 4369.0, 4360.0, 4394.0, 4365.0, 4371.0, 4393.0, 4362.0, 4361.0, 4368.0, 4360.0, 4350.0, 4380.0, 4359.0, 4361.0, 4381.0, 4374.0, 4383.0, 4361.0, 4361.0, 4357.0, 4361.0, 4373.0, 4381.0, 4373.0, 4364.0, 4377.0, 4386.0, 4388.0, 4373.0, 4373.0, 4383.0, 4353.0], 'WindowWidth': [9784.0, 9780.0, 9788.0, 9713.0, 9723.0, 9736.0, 9696.0, 9696.0, 9679.0, 9696.0, 9706.0, 9688.0, 9691.0, 9666.0, 9714.0, 9755.0, 9721.0, 9740.0, 9700.0, 9713.0, 9734.0, 9691.0, 9692.0, 9729.0, 9663.0, 9694.0, 9712.0, 9719.0, 9688.0, 9724.0, 9723.0, 9685.0, 9689.0, 9656.0, 9686.0, 9677.0, 9685.0, 9668.0, 9703.0, 9709.0, 9687.0, 9675.0, 9700.0, 9665.0, 9647.0, 9691.0, 9659.0, 9662.0, 9698.0, 9670.0, 9674.0, 9698.0, 9664.0, 9663.0, 9675.0, 9657.0, 9659.0, 9715.0, 9665.0, 9671.0, 9682.0, 9658.0, 9645.0, 9675.0, 9640.0, 9647.0, 9673.0, 9622.0, 9639.0, 9653.0, 9622.0, 9637.0, 9672.0, 9645.0, 9645.0, 9662.0, 9621.0, 9636.0, 9670.0, 9624.0, 9642.0, 9677.0, 9643.0, 9644.0, 9676.0, 9635.0, 9638.0, 9671.0, 9618.0, 9636.0, 9668.0, 9636.0, 9623.0, 9648.0, 9627.0, 9615.0, 9647.0, 9629.0, 9619.0, 9666.0, 9635.0, 9625.0, 9666.0, 9632.0, 9638.0, 9666.0, 9642.0, 9670.0, 9625.0, 9644.0, 9652.0, 9615.0, 9638.0, 9673.0, 9636.0, 9662.0, 9692.0, 9650.0, 9665.0, 9645.0, 9640.0, 9660.0, 9627.0, 9641.0, 9681.0, 9646.0, 9662.0, 9678.0, 9651.0, 9681.0, 9705.0, 9665.0, 9669.0, 9699.0, 9664.0, 9668.0, 9693.0, 9650.0, 9663.0, 9696.0, 9651.0, 9681.0, 9662.0, 9660.0, 9682.0, 9643.0, 9638.0, 9658.0, 9611.0, 9661.0, 9700.0, 9647.0, 9652.0, 9696.0, 9661.0, 9649.0, 9668.0, 9639.0, 9660.0, 9688.0, 9669.0, 9716.0, 9683.0, 9691.0, 9704.0, 9666.0, 9664.0, 9691.0, 9660.0, 9685.0, 9695.0, 9667.0, 9673.0, 9696.0, 9662.0, 9675.0, 9630.0, 9664.0, 9698.0, 9664.0, 9667.0, 9700.0, 9652.0, 9680.0, 9698.0, 9648.0, 9680.0, 9650.0, 9662.0, 9682.0, 9627.0, 9639.0, 9673.0, 9622.0, 9639.0, 9672.0, 9633.0, 9638.0, 9670.0, 9617.0, 9635.0, 9671.0, 9632.0, 9638.0, 9666.0, 9634.0, 9618.0, 9662.0, 9635.0, 9654.0, 9653.0, 9634.0, 9655.0, 9619.0, 9642.0, 9675.0, 9624.0, 9644.0, 9674.0, 9639.0, 9629.0, 9666.0, 9616.0, 9618.0, 9666.0, 9640.0, 9644.0, 9641.0, 9639.0, 9635.0, 9605.0, 9638.0, 9669.0, 9624.0, 9658.0, 9661.0, 9663.0, 9701.0, 9686.0, 9675.0, 9682.0, 9641.0, 9646.0, 9693.0, 9657.0, 9663.0, 9678.0, 9661.0, 9665.0, 9671.0, 9637.0, 9669.0, 9671.0, 9644.0, 9673.0, 9643.0, 9647.0, 9690.0, 9639.0, 9648.0, 9688.0, 9640.0, 9657.0, 9654.0, 9621.0, 9648.0, 9610.0, 9615.0, 9665.0, 9613.0, 9617.0, 9665.0, 9616.0, 9618.0, 9642.0, 9610.0, 9662.0, 9614.0, 9617.0, 9659.0, 9626.0, 9600.0, 9641.0, 9614.0, 9619.0, 9643.0, 9621.0, 9662.0, 9619.0, 9623.0, 9661.0, 9611.0, 9617.0, 9643.0, 9619.0, 9622.0, 9672.0, 9636.0, 9644.0, 9668.0, 9634.0, 9651.0, 9648.0, 9641.0, 9690.0, 9658.0, 9665.0, 9676.0, 9654.0, 9663.0, 9674.0, 9644.0, 9668.0, 9691.0, 9663.0, 9664.0, 9639.0, 9655.0, 9674.0, 9625.0, 9660.0, 9697.0, 9662.0, 9651.0, 9689.0, 9641.0, 9678.0, 9692.0, 9646.0, 9679.0, 9646.0, 9653.0, 9695.0, 9646.0, 9661.0, 9674.0, 9647.0, 9698.0, 9658.0, 9663.0, 9693.0, 9638.0, 9653.0, 9664.0, 9610.0, 9602.0, 9641.0, 9611.0, 9614.0, 9642.0, 9611.0, 9617.0, 9659.0, 9616.0, 9620.0, 9631.0, 9632.0, 9620.0, 9620.0, 9620.0, 9651.0, 9623.0, 9655.0, 9695.0, 9662.0, 9648.0, 9673.0, 9639.0, 9642.0, 9671.0, 9645.0, 9661.0, 9661.0, 9646.0, 9677.0, 9610.0, 9636.0, 9676.0, 9626.0, 9664.0, 9695.0, 9663.0, 9665.0, 9672.0, 9642.0, 9689.0, 9671.0, 9643.0, 9673.0, 9627.0, 9642.0, 9670.0, 9616.0, 9632.0, 9667.0, 9615.0, 9639.0, 9687.0, 9640.0, 9643.0, 9665.0, 9637.0, 9636.0, 9671.0, 9638.0, 9626.0, 9637.0, 9638.0, 9664.0, 9639.0, 9641.0, 9692.0, 9659.0, 9667.0, 9638.0, 9630.0, 9671.0, 9613.0, 9601.0, 9643.0, 9610.0, 9617.0, 9662.0, 9633.0, 9624.0, 9663.0, 9632.0, 9636.0, 9666.0, 9637.0, 9668.0, 9614.0, 9621.0, 9666.0, 9635.0, 9637.0, 9667.0, 9638.0, 9642.0, 9653.0, 9637.0, 9669.0, 9632.0, 9614.0, 9651.0, 9615.0, 9636.0, 9669.0, 9618.0, 9621.0, 9662.0, 9618.0, 9621.0, 9663.0, 9618.0, 9634.0, 9617.0, 9639.0, 9665.0, 9618.0, 9634.0, 9666.0, 9618.0, 9626.0, 9669.0, 9635.0, 9623.0, 9661.0, 9630.0, 9633.0, 9666.0, 9639.0, 9652.0, 9636.0, 9639.0, 9655.0, 9650.0, 9633.0, 9656.0, 9627.0, 9658.0, 9696.0, 9662.0, 9665.0, 9678.0, 9645.0, 9675.0, 9677.0, 9647.0, 9700.0, 9646.0, 9646.0, 9676.0, 9625.0, 9636.0, 9668.0, 9603.0, 9621.0, 9671.0, 9637.0, 9641.0, 9669.0, 9637.0, 9659.0, 9690.0, 9662.0, 9676.0, 9650.0, 9633.0, 9650.0, 9616.0, 9629.0, 9691.0, 9633.0, 9638.0, 9668.0, 9644.0, 9660.0, 9649.0, 9634.0, 9666.0, 9650.0, 9640.0, 9672.0, 9625.0, 9641.0, 9668.0, 9617.0, 9640.0, 9673.0, 9641.0, 9660.0, 9623.0, 9635.0, 9672.0, 9622.0, 9621.0, 9674.0, 9629.0, 9643.0, 9639.0, 9639.0, 9678.0, 9615.0, 9614.0, 9648.0, 9616.0, 9618.0, 9666.0, 9633.0, 9622.0, 9658.0, 9635.0, 9636.0, 9669.0, 9659.0, 9641.0, 9639.0, 9645.0, 9668.0, 9639.0, 9643.0, 9677.0, 9645.0, 9658.0, 9642.0, 9646.0, 9674.0, 9639.0, 9676.0, 9674.0, 9659.0, 9674.0, 9624.0, 9626.0, 9666.0, 9614.0, 9616.0, 9648.0, 9615.0, 9642.0, 9668.0, 9639.0, 9654.0, 9632.0, 9655.0, 9673.0, 9621.0, 9639.0, 9688.0, 9645.0, 9629.0, 9623.0, 9636.0, 9675.0, 9649.0, 9641.0, 9676.0, 9638.0, 9636.0, 9667.0, 9616.0, 9621.0, 9666.0, 9620.0, 9652.0, 9637.0, 9634.0, 9657.0, 9618.0, 9637.0, 9665.0, 9605.0, 9643.0, 9691.0, 9642.0, 9643.0, 9670.0, 9639.0, 9657.0, 9671.0, 9640.0, 9672.0, 9627.0, 9640.0, 9655.0, 9620.0, 9639.0, 9673.0, 9625.0, 9642.0, 9674.0, 9640.0, 9660.0, 9673.0, 9638.0, 9672.0, 9642.0, 9658.0, 9679.0, 9626.0, 9645.0, 9680.0, 9610.0, 9644.0, 9694.0, 9660.0, 9676.0, 9644.0, 9643.0, 9677.0, 9624.0, 9659.0, 9693.0, 9642.0, 9648.0, 9682.0, 9639.0, 9652.0, 9667.0, 9623.0, 9644.0, 9653.0, 9633.0, 9625.0, 9606.0, 9635.0, 9669.0, 9637.0, 9644.0, 9675.0, 9642.0, 9644.0, 9653.0, 9638.0, 9675.0, 9637.0, 9640.0, 9690.0, 9641.0, 9627.0, 9669.0, 9619.0, 9652.0, 9668.0, 9642.0, 9674.0, 9623.0, 9641.0, 9672.0, 9615.0, 9625.0, 9663.0, 9618.0, 9669.0, 9638.0, 9644.0, 9676.0, 9639.0, 9641.0, 9670.0, 9620.0, 9655.0, 9664.0, 9639.0, 9654.0, 9616.0, 9634.0, 9665.0, 9613.0, 9617.0, 9662.0, 9615.0, 9620.0, 9665.0, 9634.0, 9637.0, 9635.0, 9637.0, 9667.0, 9608.0, 9644.0, 9674.0, 9640.0, 9674.0, 9624.0, 9639.0, 9677.0, 9623.0, 9624.0, 9670.0, 9618.0, 9622.0, 9664.0, 9615.0, 9618.0, 9662.0, 9632.0, 9623.0, 9664.0, 9632.0, 9623.0, 9618.0, 9634.0, 9671.0, 9635.0, 9639.0, 9670.0, 9641.0, 9641.0, 9688.0, 9641.0, 9661.0, 9642.0, 9657.0, 9674.0, 9625.0, 9642.0, 9675.0, 9610.0, 9645.0, 9713.0, 9667.0, 9650.0, 9678.0, 9635.0, 9678.0, 9677.0, 9643.0, 9694.0, 9650.0, 9655.0, 9659.0, 9684.0, 9705.0, 9700.0, 9648.0, 9695.0, 9695.0, 9649.0, 9697.0, 9646.0, 9661.0, 9673.0, 9640.0, 9654.0, 9676.0, 9625.0, 9659.0, 9698.0, 9662.0, 9653.0, 9676.0, 9645.0, 9696.0, 9674.0, 9658.0, 9672.0, 9620.0, 9622.0, 9664.0, 9611.0, 9615.0, 9647.0, 9607.0, 9630.0, 9655.0, 9597.0, 9600.0, 9639.0, 9607.0, 9628.0, 9637.0, 9595.0, 9628.0, 9593.0, 9612.0, 9612.0, 9615.0, 9631.0, 9644.0, 9635.0, 9651.0, 9633.0, 9642.0, 9656.0, 9639.0, 9643.0, 9673.0, 9639.0, 9644.0, 9654.0, 9639.0, 9639.0, 9625.0, 9640.0, 9671.0, 9632.0, 9664.0, 9678.0, 9662.0, 9676.0, 9648.0, 9663.0, 9699.0, 9633.0, 9683.0, 9700.0, 9664.0, 9678.0, 9643.0, 9661.0, 9699.0, 9657.0, 9640.0, 9676.0, 9625.0, 9640.0, 9672.0, 9633.0, 9630.0, 9667.0, 9616.0, 9636.0, 9688.0, 9636.0, 9637.0, 9669.0, 9632.0, 9639.0, 9667.0, 9637.0, 9674.0, 9639.0, 9641.0, 9673.0, 9618.0, 9616.0, 9663.0, 9624.0, 9609.0, 9631.0, 9599.0, 9611.0, 9634.0, 9602.0, 9618.0, 9651.0, 9619.0, 9636.0, 9649.0, 9637.0, 9621.0, 9663.0, 9641.0, 9670.0, 9673.0, 9646.0, 9674.0, 9659.0, 9646.0, 9672.0, 9635.0, 9640.0, 9670.0, 9635.0, 9642.0, 9671.0, 9641.0, 9641.0, 9668.0, 9633.0, 9640.0, 9665.0, 9649.0, 9674.0, 9628.0, 9658.0, 9657.0, 9646.0, 9662.0, 9677.0, 9649.0, 9681.0, 9652.0, 9666.0, 9702.0, 9629.0, 9639.0, 9673.0, 9622.0, 9645.0, 9691.0, 9643.0, 9644.0, 9671.0, 9638.0, 9675.0, 9649.0, 9637.0, 9673.0, 9645.0, 9643.0, 9670.0, 9642.0, 9647.0, 9690.0, 9643.0, 9658.0, 9627.0, 9641.0, 9654.0, 9643.0, 9662.0, 9694.0, 9660.0, 9676.0, 9628.0, 9625.0, 9668.0, 9601.0, 9614.0, 9663.0, 9619.0, 9643.0, 9686.0, 9639.0, 9647.0, 9664.0, 9653.0, 9671.0, 9629.0, 9665.0, 9676.0, 9664.0, 9700.0, 9668.0, 9667.0, 9697.0, 9661.0, 9679.0, 9690.0, 9667.0, 9701.0, 9667.0, 9680.0, 9669.0, 9666.0, 9697.0, 9621.0, 9645.0, 9675.0, 9625.0, 9664.0, 9696.0, 9638.0, 9643.0, 9680.0, 9618.0, 9628.0, 9644.0, 9616.0, 9666.0, 9635.0, 9626.0, 9676.0, 9633.0, 9621.0, 9645.0, 9605.0, 9597.0, 9646.0, 9609.0, 9599.0, 9641.0, 9614.0, 9636.0, 9666.0, 9616.0, 9626.0, 9606.0, 9599.0, 9639.0, 9608.0, 9616.0, 9644.0, 9616.0, 9636.0, 9648.0, 9599.0, 9629.0, 9596.0, 9589.0, 9593.0, 9587.0, 9588.0, 9597.0, 9595.0, 9614.0, 9652.0, 9638.0, 9626.0, 9653.0, 9617.0, 9640.0, 9669.0, 9644.0, 9659.0, 9642.0, 9662.0, 9661.0, 9665.0, 9662.0, 9662.0, 9644.0, 9664.0, 9699.0, 9668.0, 9700.0, 9674.0, 9692.0, 9702.0, 9652.0, 9668.0, 9695.0, 9638.0, 9689.0, 9675.0, 9693.0, 9719.0, 9671.0, 9686.0, 9705.0, 9637.0, 9687.0, 9715.0, 9670.0, 9698.0, 9652.0, 9668.0, 9698.0, 9644.0, 9667.0, 9693.0, 9658.0, 9681.0, 9643.0, 9643.0, 9696.0, 9641.0, 9651.0, 9694.0, 9637.0, 9643.0, 9669.0, 9640.0, 9656.0, 9667.0, 9642.0, 9672.0, 9637.0, 9626.0, 9676.0, 9613.0, 9601.0, 9648.0, 9597.0, 9599.0, 9644.0, 9594.0, 9583.0, 9626.0, 9591.0, 9595.0, 9637.0, 9593.0, 9596.0, 9638.0, 9592.0, 9600.0, 9646.0, 9612.0, 9617.0, 9595.0, 9611.0, 9647.0, 9616.0, 9623.0, 9647.0, 9629.0, 9625.0, 9669.0, 9638.0, 9657.0, 9653.0, 9635.0, 9644.0, 9634.0, 9618.0, 9655.0, 9648.0, 9641.0, 9682.0, 9631.0, 9639.0, 9676.0, 9630.0, 9643.0, 9671.0, 9632.0, 9683.0, 9681.0, 9665.0, 9685.0, 9677.0, 9642.0, 9680.0, 9656.0, 9646.0, 9696.0, 9630.0, 9645.0, 9677.0, 9622.0, 9641.0, 9668.0, 9623.0, 9648.0, 9693.0, 9640.0, 9644.0, 9673.0, 9639.0, 9671.0, 9648.0, 9640.0, 9681.0, 9642.0, 9647.0, 9676.0, 9621.0, 9621.0, 9651.0, 9599.0, 9618.0, 9651.0, 9617.0, 9622.0, 9622.0, 9619.0, 9652.0, 9665.0, 9617.0, 9659.0, 9670.0, 9642.0, 9675.0, 9636.0, 9630.0, 9659.0, 9665.0, 9674.0, 9661.0, 9681.0, 9647.0, 9668.0, 9701.0, 9667.0, 9672.0, 9692.0, 9645.0, 9673.0, 9672.0, 9620.0, 9622.0, 9646.0, 9616.0, 9639.0, 9667.0, 9622.0, 9644.0, 9668.0, 9635.0, 9622.0, 9630.0, 9619.0, 9654.0, 9634.0, 9642.0, 9676.0, 9624.0, 9641.0, 9660.0, 9621.0, 9642.0, 9659.0, 9617.0, 9623.0, 9657.0, 9620.0, 9641.0, 9657.0, 9639.0, 9641.0, 9671.0, 9644.0, 9673.0, 9663.0, 9667.0, 9699.0, 9630.0, 9642.0, 9675.0, 9624.0, 9649.0, 9677.0, 9643.0, 9646.0, 9675.0, 9643.0, 9662.0, 9631.0, 9658.0, 9638.0, 9670.0, 9692.0, 9659.0, 9689.0, 9728.0, 9690.0, 9730.0, 9679.0, 9694.0, 9681.0, 9667.0, 9699.0, 9676.0, 9642.0, 9666.0, 9676.0, 9668.0, 9694.0, 9671.0, 9701.0, 9671.0, 9669.0, 9676.0, 9641.0, 9624.0, 9671.0, 9621.0, 9646.0, 9691.0, 9650.0, 9665.0, 9662.0, 9633.0, 9661.0, 9654.0, 9680.0, 9642.0, 9676.0, 9674.0, 9617.0, 9617.0, 9652.0, 9617.0, 9626.0, 9659.0, 9618.0, 9620.0, 9619.0, 9605.0, 9612.0, 9641.0, 9616.0, 9643.0, 9675.0, 9639.0, 9638.0, 9651.0, 9659.0, 9689.0, 9703.0, 9633.0, 9624.0, 9624.0, 9623.0, 9674.0, 9696.0, 9686.0, 9622.0, 9641.0, 9657.0, 9621.0, 9657.0, 9645.0, 9652.0, 9677.0, 9639.0, 9637.0, 9656.0, 9616.0, 9636.0, 9668.0, 9634.0, 9624.0, 9635.0, 9623.0, 9635.0, 9598.0, 9614.0, 9649.0, 9595.0, 9615.0, 9648.0, 9620.0, 9622.0, 9646.0, 9615.0, 9620.0, 9648.0, 9621.0, 9606.0, 9599.0, 9614.0, 9631.0, 9597.0, 9616.0, 9653.0, 9624.0, 9647.0, 9633.0, 9643.0, 9664.0, 9620.0, 9623.0, 9671.0, 9637.0, 9677.0, 9648.0, 9646.0, 9679.0, 9642.0, 9629.0, 9676.0, 9619.0, 9638.0, 9655.0, 9639.0, 9640.0, 9671.0, 9641.0, 9625.0, 9655.0, 9637.0, 9660.0, 9644.0, 9668.0, 9698.0, 9664.0, 9651.0, 9645.0, 9645.0, 9674.0, 9617.0, 9655.0, 9697.0, 9667.0, 9700.0, 9649.0, 9646.0, 9670.0, 9622.0, 9644.0, 9676.0, 9643.0, 9663.0, 9648.0, 9647.0, 9671.0, 9638.0, 9637.0, 9674.0, 9623.0, 9646.0, 9674.0, 9620.0, 9638.0, 9669.0, 9611.0, 9633.0, 9640.0, 9619.0, 9634.0, 9632.0, 9622.0, 9639.0, 9658.0, 9638.0, 9629.0, 9614.0, 9642.0, 9644.0, 9638.0, 9644.0, 9659.0, 9613.0, 9642.0, 9682.0, 9641.0, 9664.0, 9678.0, 9642.0, 9664.0, 9676.0, 9642.0, 9665.0, 9677.0, 9662.0, 9664.0, 9645.0, 9666.0, 9688.0, 9647.0, 9663.0, 9698.0, 9663.0, 9649.0, 9677.0, 9640.0, 9648.0, 9673.0, 9640.0, 9685.0, 9676.0, 9646.0, 9657.0, 9621.0, 9636.0, 9673.0, 9621.0, 9668.0, 9697.0, 9636.0, 9674.0, 9663.0, 9646.0, 9656.0, 9663.0, 9680.0, 9635.0, 9625.0, 9649.0, 9631.0, 9625.0, 9652.0, 9634.0, 9617.0, 9643.0, 9609.0, 9607.0, 9622.0, 9611.0, 9634.0, 9622.0, 9598.0, 9631.0, 9592.0, 9575.0, 9621.0, 9566.0, 9560.0, 9599.0, 9560.0, 9553.0, 9593.0, 9563.0, 9534.0, 9590.0, 9564.0, 9550.0, 9586.0, 9562.0, 9548.0, 9577.0, 9569.0, 9576.0, 9596.0, 9589.0, 9571.0, 9582.0, 9589.0, 9598.0, 9633.0, 9658.0, 9657.0, 9635.0, 9652.0, 9641.0, 9615.0, 9643.0, 9650.0, 9668.0, 9628.0, 9627.0, 9679.0, 9629.0, 9643.0, 9680.0, 9642.0, 9646.0, 9653.0, 9631.0, 9641.0, 9673.0, 9652.0, 9683.0, 9672.0, 9693.0, 9707.0, 9657.0, 9670.0, 9700.0, 9651.0, 9675.0, 9720.0, 9673.0, 9683.0, 9700.0, 9663.0, 9680.0, 9681.0, 9642.0, 9658.0, 9679.0, 9638.0, 9641.0, 9674.0, 9636.0, 9625.0, 9647.0, 9615.0, 9614.0, 9627.0, 9614.0, 9671.0, 9630.0, 9633.0, 9672.0, 9620.0, 9617.0, 9626.0, 9614.0, 9603.0, 9645.0, 9616.0, 9620.0, 9651.0, 9643.0, 9657.0, 9618.0, 9617.0, 9611.0, 9617.0, 9639.0, 9650.0, 9637.0, 9631.0, 9649.0, 9662.0, 9670.0, 9640.0, 9640.0, 9658.0, 9611.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.0005051301115241636</td></tr>
<tr><td colspan=3>aqi</td><td>0.024111758488228004</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.1559549818413</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3058150564104174</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952587893800373</td></tr>
<tr><td colspan=3>efc</td><td>0.5178</td></tr>
<tr><td colspan=3>fber</td><td>3778.0479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1025803048547069</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.646840148698884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.264233085102014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1793661298580442</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4752109409863725</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1381221844616256</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123501</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00043696557986550033</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028325004503130913</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1614</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.28780167938873</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>21.78</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.921</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.9057</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292339.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>1192.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.3678</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4026</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.0317</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3544.7072</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.1093</td></tr>
<tr><td colspan=3>tsnr</td><td>39.82738776411861</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>