<?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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-03/func/sub-0014_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>66fb1a02f37ef59a657e00b8ba11a968</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>16:17:3.140000</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.994218, 0.0371679, 0.100741, -0.0203051, 0.986333, -0.163511]</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_brain_imaging_center</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.0831123</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7750, -7270, 499, -20, -81, 8, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>16a108e4-9edb-4237-b65f-4ffa034598c0||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.667414665222168, -0.05447708070278168, 0.2846921682357788, 107.22154235839844], [-0.09971878677606583, 2.6462583541870117, -0.43340298533439636, -71.05590057373047], [0.2702808976173401, 0.43868690729141235, 2.649738073348999, -107.5748519897461], [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': ['161703.140000', '161703.600000', '161704.060000', '161704.520000', '161704.980000', '161705.440000', '161705.900000', '161706.360000', '161706.820000', '161707.280000', '161707.740000', '161708.200000', '161708.660000', '161709.120000', '161709.580000', '161710.040000', '161710.500000', '161710.960000', '161711.420000', '161711.880000', '161712.340000', '161712.800000', '161713.260000', '161713.720000', '161714.180000', '161714.640000', '161715.100000', '161715.560000', '161716.020000', '161716.480000', '161716.940000', '161717.400000', '161717.860000', '161718.320000', '161718.780000', '161719.240000', '161719.700000', '161720.160000', '161720.620000', '161721.080000', '161721.540000', '161722.000000', '161722.460000', '161722.920000', '161723.380000', '161723.840000', '161724.300000', '161724.760000', '161725.220000', '161725.680000', '161726.140000', '161726.600000', '161727.060000', '161727.520000', '161727.980000', '161728.440000', '161728.900000', '161729.360000', '161729.820000', '161730.280000', '161730.740000', '161731.200000', '161731.660000', '161732.120000', '161732.580000', '161733.040000', '161733.500000', '161733.960000', '161734.420000', '161734.880000', '161735.340000', '161735.800000', '161736.260000', '161736.720000', '161737.180000', '161737.640000', '161738.100000', '161738.560000', '161739.020000', '161739.480000', '161739.940000', '161740.400000', '161740.860000', '161741.320000', '161741.780000', '161742.240000', '161742.700000', '161743.160000', '161743.620000', '161744.080000', '161744.540000', '161745.000000', '161745.460000', '161745.920000', '161746.380000', '161746.840000', '161747.300000', '161747.760000', '161748.220000', '161748.680000', '161749.140000', '161749.600000', '161750.060000', '161750.520000', '161750.980000', '161751.440000', '161751.900000', '161752.360000', '161752.820000', '161753.280000', '161753.740000', '161754.200000', '161754.660000', '161755.120000', '161755.580000', '161756.040000', '161756.500000', '161756.960000', '161757.420000', '161757.880000', '161758.340000', '161758.800000', '161759.260000', '161759.720000', '161800.180000', '161800.640000', '161801.100000', '161801.560000', '161802.020000', '161802.480000', '161802.940000', '161803.400000', '161803.860000', '161804.320000', '161804.780000', '161805.240000', '161805.700000', '161806.160000', '161806.620000', '161807.080000', '161807.540000', '161808.000000', '161808.460000', '161808.920000', '161809.380000', '161809.840000', '161810.300000', '161810.760000', '161811.220000', '161811.680000', '161812.140000', '161812.600000', '161813.060000', '161813.520000', '161813.980000', '161814.440000', '161814.900000', '161815.360000', '161815.820000', '161816.280000', '161816.740000', '161817.200000', '161817.660000', '161818.120000', '161818.580000', '161819.040000', '161819.500000', '161819.960000', '161820.420000', '161820.880000', '161821.340000', '161821.800000', '161822.260000', '161822.720000', '161823.180000', '161823.640000', '161824.100000', '161824.560000', '161825.020000', '161825.480000', '161825.940000', '161826.400000', '161826.860000', '161827.320000', '161827.780000', '161828.240000', '161828.700000', '161829.160000', '161829.620000', '161830.080000', '161830.540000', '161831.000000', '161831.460000', '161831.920000', '161832.380000', '161832.840000', '161833.300000', '161833.760000', '161834.220000', '161834.680000', '161835.140000', '161835.600000', '161836.060000', '161836.520000', '161836.980000', '161837.440000', '161837.900000', '161838.360000', '161838.820000', '161839.280000', '161839.740000', '161840.200000', '161840.660000', '161841.120000', '161841.580000', '161842.040000', '161842.500000', '161842.960000', '161843.420000', '161843.880000', '161844.340000', '161844.800000', '161845.260000', '161845.720000', '161846.180000', '161846.640000', '161847.100000', '161847.560000', '161848.020000', '161848.480000', '161848.940000', '161849.400000', '161849.860000', '161850.320000', '161850.780000', '161851.240000', '161851.700000', '161852.160000', '161852.620000', '161853.080000', '161853.540000', '161854.000000', '161854.460000', '161854.920000', '161855.380000', '161855.840000', '161856.300000', '161856.760000', '161857.220000', '161857.680000', '161858.140000', '161858.600000', '161859.060000', '161859.520000', '161859.980000', '161900.440000', '161900.900000', '161901.360000', '161901.820000', '161902.280000', '161902.740000', '161903.200000', '161903.660000', '161904.120000', '161904.580000', '161905.040000', '161905.500000', '161905.960000', '161906.420000', '161906.880000', '161907.340000', '161907.800000', '161908.260000', '161908.720000', '161909.180000', '161909.640000', '161910.100000', '161910.560000', '161911.020000', '161911.480000', '161911.940000', '161912.400000', '161912.860000', '161913.320000', '161913.780000', '161914.240000', '161914.700000', '161915.160000', '161915.620000', '161916.080000', '161916.540000', '161917.000000', '161917.460000', '161917.920000', '161918.380000', '161918.840000', '161919.300000', '161919.760000', '161920.220000', '161920.680000', '161921.140000', '161921.600000', '161922.060000', '161922.520000', '161922.980000', '161923.440000', '161923.900000', '161924.360000', '161924.820000', '161925.280000', '161925.740000', '161926.200000', '161926.660000', '161927.120000', '161927.580000', '161928.040000', '161928.500000', '161928.960000', '161929.420000', '161929.880000', '161930.340000', '161930.800000', '161931.260000', '161931.720000', '161932.180000', '161932.640000', '161933.100000', '161933.560000', '161934.020000', '161934.480000', '161934.940000', '161935.400000', '161935.860000', '161936.320000', '161936.780000', '161937.240000', '161937.700000', '161938.160000', '161938.620000', '161939.080000', '161939.540000', '161940.000000', '161940.460000', '161940.920000', '161941.380000', '161941.840000', '161942.300000', '161942.760000', '161943.220000', '161943.680000', '161944.140000', '161944.600000', '161945.060000', '161945.520000', '161945.980000', '161946.440000', '161946.900000', '161947.360000', '161947.820000', '161948.280000', '161948.740000', '161949.200000', '161949.660000', '161950.120000', '161950.580000', '161951.040000', '161951.500000', '161951.960000', '161952.420000', '161952.880000', '161953.340000', '161953.800000', '161954.260000', '161954.720000', '161955.180000', '161955.640000', '161956.100000', '161956.560000', '161957.020000', '161957.480000', '161957.940000', '161958.400000', '161958.860000', '161959.320000', '161959.780000', '162000.240000', '162000.700000', '162001.160000', '162001.620000', '162002.080000', '162002.540000', '162003.000000', '162003.460000', '162003.920000', '162004.380000', '162004.840000', '162005.300000', '162005.760000', '162006.220000', '162006.680000', '162007.140000', '162007.600000', '162008.060000', '162008.520000', '162008.980000', '162009.440000', '162009.900000', '162010.360000', '162010.820000', '162011.280000', '162011.740000', '162012.200000', '162012.660000', '162013.120000', '162013.580000', '162014.040000', '162014.500000', '162014.960000', '162015.420000', '162015.880000', '162016.340000', '162016.800000', '162017.260000', '162017.720000', '162018.180000', '162018.640000', '162019.100000', '162019.560000', '162020.020000', '162020.480000', '162020.940000', '162021.400000', '162021.860000', '162022.320000', '162022.780000', '162023.240000', '162023.700000', '162024.160000', '162024.620000', '162025.080000', '162025.540000', '162026.000000', '162026.460000', '162026.920000', '162027.380000', '162027.840000', '162028.300000', '162028.760000', '162029.220000', '162029.680000', '162030.140000', '162030.600000', '162031.060000', '162031.520000', '162031.980000', '162032.440000', '162032.900000', '162033.360000', '162033.820000', '162034.280000', '162034.740000', '162035.200000', '162035.660000', '162036.120000', '162036.580000', '162037.040000', '162037.500000', '162037.960000', '162038.420000', '162038.880000', '162039.340000', '162039.800000', '162040.260000', '162040.720000', '162041.180000', '162041.640000', '162042.100000', '162042.560000', '162043.020000', '162043.480000', '162043.940000', '162044.400000', '162044.860000', '162045.320000', '162045.780000', '162046.240000', '162046.700000', '162047.160000', '162047.620000', '162048.080000', '162048.540000', '162049.000000', '162049.460000', '162049.920000', '162050.380000', '162050.840000', '162051.300000', '162051.760000', '162052.220000', '162052.680000', '162053.140000', '162053.600000', '162054.060000', '162054.520000', '162054.980000', '162055.440000', '162055.900000', '162056.360000', '162056.820000', '162057.280000', '162057.740000', '162058.200000', '162058.660000', '162059.120000', '162059.580000', '162100.040000', '162100.500000', '162100.960000', '162101.420000', '162101.880000', '162102.340000', '162102.800000', '162103.260000', '162103.720000', '162104.180000', '162104.640000', '162105.100000', '162105.560000', '162106.020000', '162106.480000', '162106.940000', '162107.400000', '162107.860000', '162108.320000', '162108.780000', '162109.240000', '162109.700000', '162110.160000', '162110.620000', '162111.080000', '162111.540000', '162112.000000', '162112.460000', '162112.920000', '162113.380000', '162113.840000', '162114.300000', '162114.760000', '162115.220000', '162115.680000', '162116.140000', '162116.600000', '162117.060000', '162117.520000', '162117.980000', '162118.440000', '162118.900000', '162119.360000', '162119.820000', '162120.280000', '162120.740000', '162121.200000', '162121.660000', '162122.120000', '162122.580000', '162123.040000', '162123.500000', '162123.960000', '162124.420000', '162124.880000', '162125.340000', '162125.800000', '162126.260000', '162126.720000', '162127.180000', '162127.640000', '162128.100000', '162128.560000', '162129.020000', '162129.480000', '162129.940000', '162130.400000', '162130.860000', '162131.320000', '162131.780000', '162132.240000', '162132.700000', '162133.160000', '162133.620000', '162134.080000', '162134.540000', '162135.000000', '162135.460000', '162135.920000', '162136.380000', '162136.840000', '162137.300000', '162137.760000', '162138.220000', '162138.680000', '162139.140000', '162139.600000', '162140.060000', '162140.520000', '162140.980000', '162141.440000', '162141.900000', '162142.360000', '162142.820000', '162143.280000', '162143.740000', '162144.200000', '162144.660000', '162145.120000', '162145.580000', '162146.040000', '162146.500000', '162146.960000', '162147.420000', '162147.880000', '162148.340000', '162148.800000', '162149.260000', '162149.720000', '162150.180000', '162150.640000', '162151.100000', '162151.560000', '162152.020000', '162152.480000', '162152.940000', '162153.400000', '162153.860000', '162154.320000', '162154.780000', '162155.240000', '162155.700000', '162156.160000', '162156.620000', '162157.080000', '162157.540000', '162158.000000', '162158.460000', '162158.920000', '162159.380000', '162159.840000', '162200.300000', '162200.760000', '162201.220000', '162201.680000', '162202.140000', '162202.600000', '162203.060000', '162203.520000', '162203.980000', '162204.440000', '162204.900000', '162205.360000', '162205.820000', '162206.280000', '162206.740000', '162207.200000', '162207.660000', '162208.120000', '162208.580000', '162209.040000', '162209.500000', '162209.960000', '162210.420000', '162210.880000', '162211.340000', '162211.800000', '162212.260000', '162212.720000', '162213.180000', '162213.640000', '162214.100000', '162214.560000', '162215.020000', '162215.480000', '162215.940000', '162216.400000', '162216.860000', '162217.320000', '162217.780000', '162218.240000', '162218.700000', '162219.160000', '162219.620000', '162220.080000', '162220.540000', '162221.000000', '162221.460000', '162221.920000', '162222.380000', '162222.840000', '162223.300000', '162223.760000', '162224.220000', '162224.680000', '162225.140000', '162225.600000', '162226.060000', '162226.520000', '162226.980000', '162227.440000', '162227.900000', '162228.360000', '162228.820000', '162229.280000', '162229.740000', '162230.200000', '162230.660000', '162231.120000', '162231.580000', '162232.040000', '162232.500000', '162232.960000', '162233.420000', '162233.880000', '162234.340000', '162234.800000', '162235.260000', '162235.720000', '162236.180000', '162236.640000', '162237.100000', '162237.560000', '162238.020000', '162238.480000', '162238.940000', '162239.400000', '162239.860000', '162240.320000', '162240.780000', '162241.240000', '162241.700000', '162242.160000', '162242.620000', '162243.080000', '162243.540000', '162244.000000', '162244.460000', '162244.920000', '162245.380000', '162245.840000', '162246.300000', '162246.760000', '162247.220000', '162247.680000', '162248.140000', '162248.600000', '162249.060000', '162249.520000', '162249.980000', '162250.440000', '162250.900000', '162251.360000', '162251.820000', '162252.280000', '162252.740000', '162253.200000', '162253.660000', '162254.120000', '162254.580000', '162255.040000', '162255.500000', '162255.960000', '162256.420000', '162256.880000', '162257.340000', '162257.800000', '162258.260000', '162258.720000', '162259.180000', '162259.640000', '162300.100000', '162300.560000', '162301.020000', '162301.480000', '162301.940000', '162302.400000', '162302.860000', '162303.320000', '162303.780000', '162304.240000', '162304.700000', '162305.160000', '162305.620000', '162306.080000', '162306.540000', '162307.000000', '162307.460000', '162307.920000', '162308.380000', '162308.840000', '162309.300000', '162309.760000', '162310.220000', '162310.680000', '162311.140000', '162311.600000', '162312.060000', '162312.520000', '162312.980000', '162313.440000', '162313.900000', '162314.360000', '162314.820000', '162315.280000', '162315.740000', '162316.200000', '162316.660000', '162317.120000', '162317.580000', '162318.040000', '162318.500000', '162318.960000', '162319.420000', '162319.880000', '162320.340000', '162320.800000', '162321.260000', '162321.720000', '162322.180000', '162322.640000', '162323.100000', '162323.560000', '162324.020000', '162324.480000', '162324.940000', '162325.400000', '162325.860000', '162326.320000', '162326.780000', '162327.240000', '162327.700000', '162328.160000', '162328.620000', '162329.080000', '162329.540000', '162330.000000', '162330.460000', '162330.920000', '162331.380000', '162331.840000', '162332.300000', '162332.760000', '162333.220000', '162333.680000', '162334.140000', '162334.600000', '162335.060000', '162335.520000', '162335.980000', '162336.440000', '162336.900000', '162337.360000', '162337.820000', '162338.280000', '162338.740000', '162339.200000', '162339.660000', '162340.120000', '162340.580000', '162341.040000', '162341.500000', '162341.960000', '162342.420000', '162342.880000', '162343.340000', '162343.800000', '162344.260000', '162344.720000', '162345.180000', '162345.640000', '162346.100000', '162346.560000', '162347.020000', '162347.480000', '162347.940000', '162348.400000', '162348.860000', '162349.320000', '162349.780000', '162350.240000', '162350.700000', '162351.160000', '162351.620000', '162352.080000', '162352.540000', '162353.000000', '162353.460000', '162353.920000', '162354.380000', '162354.840000', '162355.300000', '162355.760000', '162356.220000', '162356.680000', '162357.140000', '162357.600000', '162358.060000', '162358.520000', '162358.980000', '162359.440000', '162359.900000', '162400.360000', '162400.820000', '162401.280000', '162401.740000', '162402.200000', '162402.660000', '162403.120000', '162403.580000', '162404.040000', '162404.500000', '162404.960000', '162405.420000', '162405.880000', '162406.340000', '162406.800000', '162407.260000', '162407.720000', '162408.180000', '162408.640000', '162409.100000', '162409.560000', '162410.020000', '162410.480000', '162410.940000', '162411.400000', '162411.860000', '162412.320000', '162412.780000', '162413.240000', '162413.700000', '162414.160000', '162414.620000', '162415.080000', '162415.540000', '162416.000000', '162416.460000', '162416.920000', '162417.380000', '162417.840000', '162418.300000', '162418.760000', '162419.220000', '162419.680000', '162420.140000', '162420.600000', '162421.060000', '162421.520000', '162421.980000', '162422.440000', '162422.900000', '162423.360000', '162423.820000', '162424.280000', '162424.740000', '162425.200000', '162425.660000', '162426.120000', '162426.580000', '162427.040000', '162427.500000', '162427.960000', '162428.420000', '162428.880000', '162429.340000', '162429.800000', '162430.260000', '162430.720000', '162431.180000', '162431.640000', '162432.100000', '162432.560000', '162433.020000', '162433.480000', '162433.940000', '162434.400000', '162434.860000', '162435.320000', '162435.780000', '162436.240000', '162436.700000', '162437.160000', '162437.620000', '162438.080000', '162438.540000', '162439.000000', '162439.460000', '162439.920000', '162440.380000', '162440.840000', '162441.300000', '162441.760000', '162442.220000', '162442.680000', '162443.140000', '162443.600000', '162444.060000', '162444.520000', '162444.980000', '162445.440000', '162445.900000', '162446.360000', '162446.820000', '162447.280000', '162447.740000', '162448.200000', '162448.660000', '162449.120000', '162449.580000', '162450.040000', '162450.500000', '162450.960000', '162451.420000', '162451.880000', '162452.340000', '162452.800000', '162453.260000', '162453.720000', '162454.180000', '162454.640000', '162455.100000', '162455.560000', '162456.020000', '162456.480000', '162456.940000', '162457.400000', '162457.860000', '162458.320000', '162458.780000', '162459.240000', '162459.700000', '162500.160000', '162500.620000', '162501.080000', '162501.540000', '162502.000000', '162502.460000', '162502.920000', '162503.380000', '162503.840000', '162504.300000', '162504.760000', '162505.220000', '162505.680000', '162506.140000', '162506.600000', '162507.060000', '162507.520000', '162507.980000', '162508.440000', '162508.900000', '162509.360000', '162509.820000', '162510.280000', '162510.740000', '162511.200000', '162511.660000', '162512.120000', '162512.580000', '162513.040000', '162513.500000', '162513.960000', '162514.420000', '162514.880000', '162515.340000', '162515.800000', '162516.260000', '162516.720000', '162517.180000', '162517.640000', '162518.100000', '162518.560000', '162519.020000', '162519.480000', '162519.940000', '162520.400000', '162520.860000', '162521.320000', '162521.780000', '162522.240000', '162522.700000', '162523.160000', '162523.620000', '162524.080000', '162524.540000', '162525.000000', '162525.460000', '162525.920000', '162526.380000', '162526.840000', '162527.300000', '162527.760000', '162528.220000', '162528.680000', '162529.140000', '162529.600000', '162530.060000', '162530.520000', '162530.980000', '162531.440000', '162531.900000', '162532.360000', '162532.820000', '162533.280000', '162533.740000', '162534.200000', '162534.660000', '162535.120000', '162535.580000', '162536.040000', '162536.500000', '162536.960000', '162537.420000', '162537.880000', '162538.340000', '162538.800000', '162539.260000', '162539.720000', '162540.180000', '162540.640000', '162541.100000', '162541.560000', '162542.020000', '162542.480000', '162542.940000', '162543.400000', '162543.860000', '162544.320000', '162544.780000', '162545.240000', '162545.700000', '162546.160000', '162546.620000', '162547.080000', '162547.540000', '162548.000000', '162548.460000', '162548.920000', '162549.380000', '162549.840000', '162550.300000', '162550.760000', '162551.220000', '162551.680000', '162552.140000', '162552.600000', '162553.060000', '162553.520000', '162553.980000', '162554.440000', '162554.900000', '162555.360000', '162555.820000', '162556.280000', '162556.740000', '162557.200000', '162557.660000', '162558.120000', '162558.580000', '162559.040000', '162559.500000', '162559.960000', '162600.420000', '162600.880000', '162601.340000', '162601.800000', '162602.260000', '162602.720000', '162603.180000', '162603.640000', '162604.100000', '162604.560000', '162605.020000', '162605.480000', '162605.940000', '162606.400000', '162606.860000', '162607.320000', '162607.780000', '162608.240000', '162608.700000', '162609.160000', '162609.620000', '162610.080000', '162610.540000', '162611.000000', '162611.460000', '162611.920000', '162612.380000', '162612.840000', '162613.300000', '162613.760000', '162614.220000', '162614.680000', '162615.140000', '162615.600000', '162616.060000', '162616.520000', '162616.980000', '162617.440000', '162617.900000', '162618.360000', '162618.820000', '162619.280000', '162619.740000', '162620.200000', '162620.660000', '162621.120000', '162621.580000', '162622.040000', '162622.500000', '162622.960000', '162623.420000', '162623.880000', '162624.340000', '162624.800000', '162625.260000', '162625.720000', '162626.180000', '162626.640000', '162627.100000', '162627.560000', '162628.020000', '162628.480000', '162628.940000', '162629.400000', '162629.860000', '162630.320000', '162630.780000', '162631.240000', '162631.700000', '162632.160000', '162632.620000', '162633.080000', '162633.540000', '162634.000000', '162634.460000', '162634.920000', '162635.380000', '162635.840000', '162636.300000', '162636.760000', '162637.220000', '162637.680000', '162638.140000', '162638.600000', '162639.060000', '162639.520000', '162639.980000', '162640.440000', '162640.900000', '162641.360000', '162641.820000', '162642.280000', '162642.740000', '162643.200000', '162643.660000', '162644.120000', '162644.580000', '162645.040000', '162645.500000', '162645.960000', '162646.420000', '162646.880000', '162647.340000', '162647.800000', '162648.260000', '162648.720000', '162649.180000', '162649.640000', '162650.100000', '162650.560000', '162651.020000', '162651.480000', '162651.940000', '162652.400000', '162652.860000', '162653.320000', '162653.780000', '162654.240000', '162654.700000', '162655.160000', '162655.620000', '162656.080000', '162656.540000', '162657.000000', '162657.460000', '162657.920000', '162658.380000', '162658.840000', '162659.300000', '162659.760000', '162700.220000', '162700.680000', '162701.140000', '162701.600000', '162702.060000', '162702.520000', '162702.980000', '162703.440000', '162703.900000', '162704.360000', '162704.820000', '162705.280000', '162705.740000', '162706.200000', '162706.660000', '162707.120000', '162707.580000', '162708.040000', '162708.500000', '162708.960000', '162709.420000', '162709.880000', '162710.340000', '162710.800000', '162711.260000', '162711.720000', '162712.180000', '162712.640000', '162713.100000', '162713.560000', '162714.020000', '162714.480000', '162714.940000', '162715.400000', '162715.860000', '162716.320000', '162716.780000', '162717.240000', '162717.700000', '162718.160000', '162718.620000', '162719.080000', '162719.540000', '162720.000000', '162720.460000', '162720.920000', '162721.380000', '162721.840000', '162722.300000', '162722.760000', '162723.220000', '162723.680000', '162724.140000', '162724.600000', '162725.060000', '162725.520000', '162725.980000', '162726.440000', '162726.900000', '162727.360000', '162727.820000', '162728.280000', '162728.740000', '162729.200000', '162729.660000', '162730.120000', '162730.580000', '162731.040000', '162731.500000', '162731.960000', '162732.420000', '162732.880000', '162733.340000', '162733.800000', '162734.260000', '162734.720000', '162735.180000', '162735.640000', '162736.100000', '162736.560000', '162737.020000', '162737.480000', '162737.940000', '162738.400000', '162738.860000', '162739.320000', '162739.780000', '162740.240000', '162740.700000', '162741.160000', '162741.620000', '162742.080000', '162742.540000', '162743.000000', '162743.460000', '162743.920000', '162744.380000', '162744.840000', '162745.300000', '162745.760000', '162746.220000', '162746.680000', '162747.140000', '162747.600000', '162748.060000', '162748.520000', '162748.980000', '162749.440000', '162749.900000', '162750.360000', '162750.820000', '162751.280000', '162751.740000', '162752.200000', '162752.660000', '162753.120000', '162753.580000', '162754.040000', '162754.500000', '162754.960000', '162755.420000', '162755.880000', '162756.340000', '162756.800000', '162757.260000', '162757.720000', '162758.180000', '162758.640000', '162759.100000', '162759.560000', '162800.020000', '162800.480000', '162800.940000', '162801.400000', '162801.860000', '162802.320000', '162802.780000', '162803.240000', '162803.700000', '162804.160000', '162804.620000', '162805.080000', '162805.540000', '162806.000000', '162806.460000', '162806.920000', '162807.380000', '162807.840000', '162808.300000', '162808.760000', '162809.220000', '162809.680000', '162810.140000', '162810.600000', '162811.060000', '162811.520000', '162811.980000', '162812.440000', '162812.900000', '162813.360000', '162813.820000', '162814.280000', '162814.740000', '162815.200000', '162815.660000', '162816.120000', '162816.580000', '162817.040000', '162817.500000', '162817.960000', '162818.420000', '162818.880000', '162819.340000', '162819.800000', '162820.260000', '162820.720000', '162821.180000', '162821.640000', '162822.100000', '162822.560000', '162823.020000', '162823.480000', '162823.940000', '162824.400000', '162824.860000', '162825.320000', '162825.780000', '162826.240000', '162826.700000', '162827.160000', '162827.620000', '162828.080000', '162828.540000', '162829.000000', '162829.460000', '162829.920000', '162830.380000', '162830.840000', '162831.300000', '162831.760000', '162832.220000', '162832.680000', '162833.140000', '162833.600000', '162834.060000', '162834.520000', '162834.980000', '162835.440000', '162835.900000', '162836.360000', '162836.820000', '162837.280000', '162837.740000', '162838.200000', '162838.660000', '162839.120000', '162839.580000', '162840.040000', '162840.500000', '162840.960000', '162841.420000', '162841.880000', '162842.340000', '162842.800000', '162843.260000', '162843.720000', '162844.180000', '162844.640000', '162845.100000', '162845.560000', '162846.020000', '162846.480000', '162846.940000', '162847.400000', '162847.860000', '162848.320000', '162848.780000', '162849.240000', '162849.700000', '162850.160000', '162850.620000', '162851.080000', '162851.540000', '162852.000000', '162852.460000', '162852.920000', '162853.380000', '162853.840000', '162854.300000', '162854.760000', '162855.220000', '162855.680000', '162856.140000', '162856.600000', '162857.060000', '162857.520000', '162857.980000', '162858.440000', '162858.900000', '162859.360000', '162859.820000', '162900.280000', '162900.740000', '162901.200000', '162901.660000', '162902.120000', '162902.580000', '162903.040000', '162903.500000', '162903.960000', '162904.420000', '162904.880000', '162905.340000', '162905.800000', '162906.260000', '162906.720000', '162907.180000', '162907.640000', '162908.100000', '162908.560000', '162909.020000', '162909.480000', '162909.940000', '162910.400000', '162910.860000', '162911.320000', '162911.780000', '162912.240000', '162912.700000', '162913.160000', '162913.620000', '162914.080000', '162914.540000', '162915.000000', '162915.460000', '162915.920000', '162916.380000', '162916.840000', '162917.300000', '162917.760000', '162918.220000', '162918.680000', '162919.140000', '162919.600000', '162920.060000', '162920.520000', '162920.980000', '162921.440000', '162921.900000', '162922.360000', '162922.820000', '162923.280000', '162923.740000', '162924.200000', '162924.660000', '162925.120000', '162925.580000', '162926.040000'], 'ContentTime': ['161728.416000', '161728.419000', '161728.422000', '161728.425000', '161728.427000', '161728.430000', '161728.433000', '161728.436000', '161728.446000', '161728.449000', '161728.451000', '161728.454000', '161728.457000', '161728.468000', '161728.471000', '161728.474000', '161728.476000', '161728.479000', '161728.482000', '161728.485000', '161728.488000', '161728.490000', '161728.493000', '161728.496000', '161728.499000', '161728.503000', '161728.506000', '161728.508000', '161728.511000', '161728.514000', '161728.517000', '161728.520000', '161728.523000', '161728.525000', '161728.528000', '161728.531000', '161728.534000', '161728.537000', '161728.539000', '161728.542000', '161728.545000', '161728.548000', '161728.551000', '161728.553000', '161728.556000', '161728.559000', '161728.562000', '161728.565000', '161728.568000', '161728.570000', '161728.573000', '161728.578000', '161748.379000', '161748.382000', '161748.385000', '161748.387000', '161748.390000', '161748.393000', '161748.396000', '161748.399000', '161748.401000', '161748.404000', '161748.407000', '161748.410000', '161748.413000', '161748.415000', '161748.418000', '161748.421000', '161748.424000', '161748.427000', '161748.429000', '161748.432000', '161748.435000', '161748.438000', '161748.441000', '161748.443000', '161748.446000', '161748.455000', '161748.458000', '161748.461000', '161748.464000', '161748.466000', '161748.469000', '161748.472000', '161748.475000', '161748.478000', '161748.480000', '161748.483000', '161748.486000', '161748.489000', '161748.492000', '161748.494000', '161748.497000', '161748.500000', '161748.503000', '161748.506000', '161808.378000', '161808.381000', '161808.384000', '161808.386000', '161808.389000', '161808.392000', '161808.395000', '161808.398000', '161808.400000', '161808.403000', '161808.406000', '161808.409000', '161808.412000', '161808.414000', '161808.417000', '161808.421000', '161808.424000', '161808.427000', '161808.430000', '161808.432000', '161808.435000', '161808.438000', '161808.441000', '161808.444000', '161808.446000', '161808.449000', '161808.452000', '161808.455000', '161808.457000', '161808.460000', '161808.463000', '161808.466000', '161808.469000', '161808.471000', '161808.474000', '161808.477000', '161808.480000', '161808.483000', '161808.485000', '161808.488000', '161808.491000', '161808.494000', '161808.497000', '161828.378000', '161828.381000', '161828.384000', '161828.386000', '161828.389000', '161828.392000', '161828.395000', '161828.398000', '161828.401000', '161828.403000', '161828.406000', '161828.409000', '161828.412000', '161828.414000', '161828.417000', '161828.420000', '161828.423000', '161828.426000', '161828.429000', '161828.431000', '161828.434000', '161828.437000', '161828.443000', '161828.446000', '161828.449000', '161828.452000', '161828.455000', '161828.457000', '161828.460000', '161828.463000', '161828.466000', '161828.469000', '161828.471000', '161828.474000', '161828.477000', '161828.480000', '161828.483000', '161828.485000', '161828.488000', '161828.491000', '161828.494000', '161828.497000', '161828.499000', '161848.378000', '161848.381000', '161848.384000', '161848.387000', '161848.389000', '161848.392000', '161848.395000', '161848.398000', '161848.401000', '161848.403000', '161848.406000', '161848.409000', '161848.412000', '161848.415000', '161848.418000', '161848.420000', '161848.423000', '161848.426000', '161848.429000', '161848.432000', '161848.434000', '161848.437000', '161848.440000', '161848.443000', '161848.446000', '161848.448000', '161848.451000', '161848.454000', '161848.457000', '161848.460000', '161848.462000', '161848.465000', '161848.468000', '161848.471000', '161848.474000', '161848.476000', '161848.479000', '161848.482000', '161848.485000', '161848.487000', '161848.490000', '161848.493000', '161848.496000', '161848.499000', '161908.378000', '161908.382000', '161908.385000', '161908.387000', '161908.390000', '161908.412000', '161908.415000', '161908.418000', '161908.420000', '161908.423000', '161908.426000', '161908.429000', '161908.431000', '161908.434000', '161908.437000', '161908.440000', '161908.443000', '161908.446000', '161908.448000', '161908.451000', '161908.454000', '161908.457000', '161908.459000', '161908.462000', '161908.465000', '161908.468000', '161908.471000', '161908.473000', '161908.476000', '161908.479000', '161908.482000', '161908.485000', '161908.488000', '161908.490000', '161908.493000', '161908.496000', '161908.499000', '161908.502000', '161908.504000', '161908.507000', '161908.510000', '161908.513000', '161908.516000', '161928.378000', '161928.381000', '161928.384000', '161928.387000', '161928.389000', '161928.392000', '161928.395000', '161928.398000', '161928.400000', '161928.403000', '161928.406000', '161928.409000', '161928.412000', '161928.414000', '161928.417000', '161928.420000', '161928.423000', '161928.426000', '161928.428000', '161928.431000', '161928.434000', '161928.437000', '161928.440000', '161928.442000', '161928.445000', '161928.448000', '161928.451000', '161928.454000', '161928.457000', '161928.459000', '161928.462000', '161928.465000', '161928.468000', '161928.471000', '161928.473000', '161928.476000', '161928.479000', '161928.482000', '161928.484000', '161928.494000', '161928.496000', '161928.499000', '161928.502000', '161928.505000', '161948.379000', '161948.382000', '161948.385000', '161948.388000', '161948.390000', '161948.393000', '161948.396000', '161948.399000', '161948.402000', '161948.443000', '161948.446000', '161948.448000', '161948.451000', '161948.454000', '161948.457000', '161948.460000', '161948.463000', '161948.465000', '161948.468000', '161948.471000', '161948.474000', '161948.477000', '161948.479000', '161948.482000', '161948.485000', '161948.488000', '161948.491000', '161948.493000', '161948.496000', '161948.499000', '161948.502000', '161948.505000', '161948.507000', '161948.510000', '161948.523000', '161948.525000', '161948.528000', '161948.531000', '161948.534000', '161948.536000', '161948.539000', '161948.542000', '161948.545000', '162008.379000', '162008.382000', '162008.385000', '162008.387000', '162008.390000', '162008.393000', '162008.396000', '162008.399000', '162008.401000', '162008.404000', '162008.407000', '162008.410000', '162008.413000', '162008.416000', '162008.418000', '162008.421000', '162008.424000', '162008.427000', '162008.429000', '162008.432000', '162008.435000', '162008.438000', '162008.441000', '162008.443000', '162008.446000', '162008.449000', '162008.452000', '162008.455000', '162008.458000', '162008.460000', '162008.463000', '162008.466000', '162008.469000', '162008.471000', '162008.474000', '162008.477000', '162008.480000', '162008.483000', '162008.485000', '162008.488000', '162008.491000', '162008.494000', '162008.497000', '162008.499000', '162028.378000', '162028.381000', '162028.384000', '162028.386000', '162028.389000', '162028.392000', '162028.395000', '162028.398000', '162028.400000', '162028.403000', '162028.406000', '162028.409000', '162028.412000', '162028.415000', '162028.418000', '162028.420000', '162028.423000', '162028.426000', '162028.429000', '162028.433000', '162028.437000', '162028.440000', '162028.443000', '162028.446000', '162028.448000', '162028.451000', '162028.454000', '162028.457000', '162028.460000', '162028.463000', '162028.465000', '162028.468000', '162028.471000', '162028.474000', '162028.477000', '162028.479000', '162028.482000', '162028.485000', '162028.488000', '162028.510000', '162028.513000', '162028.515000', '162028.518000', '162048.378000', '162048.381000', '162048.384000', '162048.387000', '162048.389000', '162048.392000', '162048.395000', '162048.398000', '162048.401000', '162048.403000', '162048.406000', '162048.409000', '162048.412000', '162048.415000', '162048.418000', '162048.420000', '162048.423000', '162048.426000', '162048.429000', '162048.432000', '162048.434000', '162048.437000', '162048.440000', '162048.443000', '162048.446000', '162048.449000', '162048.451000', '162048.454000', '162048.457000', '162048.460000', '162048.463000', '162048.465000', '162048.468000', '162048.471000', '162048.474000', '162048.477000', '162048.479000', '162048.482000', '162048.485000', '162048.488000', '162048.491000', '162048.494000', '162048.496000', '162048.499000', '162108.379000', '162108.382000', '162108.385000', '162108.388000', '162108.391000', '162108.394000', '162108.396000', '162108.399000', '162108.402000', '162108.405000', '162108.408000', '162108.410000', '162108.413000', '162108.416000', '162108.419000', '162108.422000', '162108.424000', '162108.427000', '162108.431000', '162108.437000', '162108.440000', '162108.442000', '162108.445000', '162108.448000', '162108.451000', '162108.454000', '162108.457000', '162108.459000', '162108.462000', '162108.465000', '162108.468000', '162108.470000', '162108.473000', '162108.476000', '162108.479000', '162108.482000', '162108.485000', '162108.487000', '162108.490000', '162108.493000', '162108.496000', '162108.499000', '162108.501000', '162128.378000', '162128.381000', '162128.384000', '162128.387000', '162128.389000', '162128.392000', '162128.395000', '162128.398000', '162128.401000', '162128.403000', '162128.406000', '162128.409000', '162128.412000', '162128.415000', '162128.417000', '162128.420000', '162128.423000', '162128.426000', '162128.429000', '162128.432000', '162128.434000', '162128.437000', '162128.440000', '162128.443000', '162128.446000', '162128.448000', '162128.451000', '162128.454000', '162128.457000', '162128.460000', '162128.462000', '162128.465000', '162128.468000', '162128.471000', '162128.474000', '162128.476000', '162128.479000', '162128.482000', '162128.485000', '162128.488000', '162128.491000', '162128.494000', '162128.496000', '162128.499000', '162148.378000', '162148.381000', '162148.384000', '162148.387000', '162148.389000', '162148.392000', '162148.395000', '162148.398000', '162148.401000', '162148.403000', '162148.406000', '162148.409000', '162148.412000', '162148.415000', '162148.417000', '162148.420000', '162148.423000', '162148.426000', '162148.429000', '162148.431000', '162148.434000', '162148.437000', '162148.440000', '162148.443000', '162148.446000', '162148.448000', '162148.451000', '162148.454000', '162148.457000', '162148.459000', '162148.464000', '162148.469000', '162148.472000', '162148.475000', '162148.477000', '162148.480000', '162148.504000', '162148.506000', '162148.509000', '162148.512000', '162148.515000', '162148.518000', '162148.521000', '162208.379000', '162208.382000', '162208.385000', '162208.388000', '162208.390000', '162208.393000', '162208.396000', '162208.399000', '162208.402000', '162208.405000', '162208.407000', '162208.410000', '162208.413000', '162208.416000', '162208.419000', '162208.421000', '162208.424000', '162208.427000', '162208.430000', '162208.432000', '162208.436000', '162208.450000', '162208.453000', '162208.456000', '162208.458000', '162208.461000', '162208.464000', '162208.467000', '162208.470000', '162208.473000', '162208.475000', '162208.478000', '162208.481000', '162208.484000', '162208.487000', '162208.490000', '162208.493000', '162208.495000', '162208.498000', '162208.501000', '162208.504000', '162208.507000', '162208.510000', '162208.513000', '162228.379000', '162228.382000', '162228.385000', '162228.388000', '162228.390000', '162228.393000', '162228.396000', '162228.399000', '162228.402000', '162228.404000', '162228.407000', '162228.410000', '162228.413000', '162228.417000', '162228.420000', '162228.423000', '162228.426000', '162228.429000', '162228.431000', '162228.434000', '162228.437000', '162228.440000', '162228.443000', '162228.446000', '162228.448000', '162228.451000', '162228.454000', '162228.457000', '162228.460000', '162228.462000', '162228.465000', '162228.468000', '162228.471000', '162228.474000', '162228.477000', '162228.480000', '162228.483000', '162228.486000', '162228.489000', '162228.492000', '162228.494000', '162228.497000', '162228.500000', '162248.378000', '162248.381000', '162248.384000', '162248.387000', '162248.389000', '162248.392000', '162248.395000', '162248.398000', '162248.401000', '162248.404000', '162248.406000', '162248.409000', '162248.412000', '162248.415000', '162248.418000', '162248.420000', '162248.423000', '162248.426000', '162248.429000', '162248.432000', '162248.435000', '162248.437000', '162248.440000', '162248.443000', '162248.446000', '162248.449000', '162248.451000', '162248.456000', '162248.459000', '162248.462000', '162248.465000', '162248.468000', '162248.471000', '162248.474000', '162248.476000', '162248.479000', '162248.482000', '162248.485000', '162248.488000', '162248.491000', '162248.493000', '162248.496000', '162248.499000', '162248.502000', '162308.378000', '162308.381000', '162308.384000', '162308.387000', '162308.389000', '162308.392000', '162308.395000', '162308.398000', '162308.401000', '162308.403000', '162308.406000', '162308.409000', '162308.412000', '162308.415000', '162308.417000', '162308.420000', '162308.423000', '162308.426000', '162308.428000', '162308.431000', '162308.434000', '162308.437000', '162308.440000', '162308.442000', '162308.445000', '162308.448000', '162308.451000', '162308.454000', '162308.457000', '162308.460000', '162308.462000', '162308.465000', '162308.468000', '162308.471000', '162308.474000', '162308.477000', '162308.480000', '162308.483000', '162308.485000', '162308.488000', '162308.491000', '162308.494000', '162308.497000', '162328.378000', '162328.381000', '162328.384000', '162328.387000', '162328.389000', '162328.392000', '162328.395000', '162328.398000', '162328.401000', '162328.403000', '162328.406000', '162328.409000', '162328.412000', '162328.415000', '162328.417000', '162328.420000', '162328.423000', '162328.426000', '162328.429000', '162328.432000', '162328.435000', '162328.437000', '162328.440000', '162328.443000', '162328.446000', '162328.449000', '162328.451000', '162328.454000', '162328.457000', '162328.460000', '162328.463000', '162328.473000', '162328.476000', '162328.479000', '162328.482000', '162328.485000', '162328.487000', '162328.490000', '162328.493000', '162328.496000', '162328.499000', '162328.501000', '162328.504000', '162328.507000', '162348.378000', '162348.381000', '162348.384000', '162348.387000', '162348.389000', '162348.392000', '162348.395000', '162348.398000', '162348.401000', '162348.403000', '162348.406000', '162348.409000', '162348.412000', '162348.415000', '162348.417000', '162348.420000', '162348.423000', '162348.426000', '162348.429000', '162348.432000', '162348.434000', '162348.437000', '162348.440000', '162348.443000', '162348.445000', '162348.448000', '162348.452000', '162348.456000', '162348.458000', '162348.461000', '162348.464000', '162348.467000', '162348.470000', '162348.473000', '162348.475000', '162348.478000', '162348.481000', '162348.484000', '162348.487000', '162348.490000', '162348.492000', '162348.495000', '162348.498000', '162408.378000', '162408.381000', '162408.384000', '162408.386000', '162408.389000', '162408.392000', '162408.395000', '162408.398000', '162408.401000', '162408.403000', '162408.406000', '162408.409000', '162408.412000', '162408.415000', '162408.418000', '162408.421000', '162408.424000', '162408.427000', '162408.430000', '162408.433000', '162408.435000', '162408.438000', '162408.441000', '162408.444000', '162408.446000', '162408.449000', '162408.452000', '162408.455000', '162408.458000', '162408.460000', '162408.463000', '162408.466000', '162408.469000', '162408.472000', '162408.475000', '162408.477000', '162408.480000', '162408.483000', '162408.486000', '162408.488000', '162408.491000', '162408.494000', '162408.497000', '162408.499000', '162428.381000', '162428.384000', '162428.386000', '162428.389000', '162428.392000', '162428.395000', '162428.398000', '162428.401000', '162428.403000', '162428.406000', '162428.409000', '162428.412000', '162428.415000', '162428.417000', '162428.420000', '162428.423000', '162428.426000', '162428.429000', '162428.432000', '162428.434000', '162428.437000', '162428.440000', '162428.443000', '162428.446000', '162428.449000', '162428.451000', '162428.454000', '162428.457000', '162428.460000', '162428.463000', '162428.466000', '162428.468000', '162428.471000', '162428.474000', '162428.477000', '162428.480000', '162428.483000', '162428.485000', '162428.488000', '162428.491000', '162428.494000', '162428.497000', '162428.499000', '162448.379000', '162448.382000', '162448.385000', '162448.388000', '162448.390000', '162448.393000', '162448.396000', '162448.399000', '162448.402000', '162448.404000', '162448.407000', '162448.410000', '162448.413000', '162448.416000', '162448.418000', '162448.421000', '162448.424000', '162448.427000', '162448.430000', '162448.432000', '162448.435000', '162448.438000', '162448.441000', '162448.444000', '162448.447000', '162448.449000', '162448.452000', '162448.455000', '162448.471000', '162448.474000', '162448.476000', '162448.479000', '162448.482000', '162448.485000', '162448.488000', '162448.490000', '162448.493000', '162448.496000', '162448.499000', '162448.502000', '162448.504000', '162448.507000', '162448.510000', '162448.513000', '162508.378000', '162508.381000', '162508.384000', '162508.387000', '162508.390000', '162508.392000', '162508.395000', '162508.398000', '162508.401000', '162508.404000', '162508.406000', '162508.409000', '162508.412000', '162508.415000', '162508.418000', '162508.420000', '162508.423000', '162508.426000', '162508.429000', '162508.432000', '162508.435000', '162508.437000', '162508.440000', '162508.443000', '162508.446000', '162508.449000', '162508.451000', '162508.454000', '162508.457000', '162508.460000', '162508.463000', '162508.466000', '162508.469000', '162508.472000', '162508.474000', '162508.477000', '162508.480000', '162508.483000', '162508.486000', '162508.489000', '162508.493000', '162508.496000', '162508.499000', '162528.378000', '162528.381000', '162528.384000', '162528.387000', '162528.389000', '162528.392000', '162528.395000', '162528.398000', '162528.401000', '162528.404000', '162528.406000', '162528.409000', '162528.412000', '162528.415000', '162528.418000', '162528.420000', '162528.423000', '162528.426000', '162528.429000', '162528.432000', '162528.434000', '162528.437000', '162528.440000', '162528.443000', '162528.446000', '162528.448000', '162528.452000', '162528.454000', '162528.457000', '162528.460000', '162528.463000', '162528.466000', '162528.469000', '162528.472000', '162528.475000', '162528.477000', '162528.480000', '162528.483000', '162528.486000', '162528.489000', '162528.492000', '162528.495000', '162528.498000', '162528.500000', '162548.378000', '162548.381000', '162548.384000', '162548.387000', '162548.389000', '162548.392000', '162548.395000', '162548.398000', '162548.400000', '162548.403000', '162548.406000', '162548.409000', '162548.412000', '162548.415000', '162548.418000', '162548.420000', '162548.423000', '162548.426000', '162548.429000', '162548.431000', '162548.434000', '162548.437000', '162548.440000', '162548.443000', '162548.445000', '162548.448000', '162548.451000', '162548.454000', '162548.457000', '162548.460000', '162548.462000', '162548.465000', '162548.468000', '162548.471000', '162548.474000', '162548.476000', '162548.479000', '162548.482000', '162548.485000', '162548.488000', '162548.491000', '162548.494000', '162548.496000', '162608.378000', '162608.381000', '162608.384000', '162608.387000', '162608.389000', '162608.392000', '162608.395000', '162608.398000', '162608.401000', '162608.403000', '162608.406000', '162608.409000', '162608.412000', '162608.415000', '162608.418000', '162608.420000', '162608.423000', '162608.426000', '162608.429000', '162608.432000', '162608.435000', '162608.437000', '162608.440000', '162608.443000', '162608.457000', '162608.460000', '162608.463000', '162608.466000', '162608.468000', '162608.471000', '162608.474000', '162608.477000', '162608.480000', '162608.482000', '162608.485000', '162608.488000', '162608.491000', '162608.501000', '162608.504000', '162608.507000', '162608.510000', '162608.513000', '162608.516000', '162608.519000', '162628.378000', '162628.381000', '162628.384000', '162628.387000', '162628.390000', '162628.392000', '162628.395000', '162628.398000', '162628.401000', '162628.404000', '162628.406000', '162628.409000', '162628.412000', '162628.415000', '162628.418000', '162628.421000', '162628.423000', '162628.426000', '162628.429000', '162628.432000', '162628.435000', '162628.437000', '162628.440000', '162628.443000', '162628.446000', '162628.449000', '162628.452000', '162628.455000', '162628.457000', '162628.460000', '162628.463000', '162628.466000', '162628.469000', '162628.471000', '162628.474000', '162628.477000', '162628.480000', '162628.483000', '162628.486000', '162628.489000', '162628.491000', '162628.494000', '162628.497000', '162648.379000', '162648.382000', '162648.385000', '162648.388000', '162648.390000', '162648.393000', '162648.396000', '162648.399000', '162648.401000', '162648.404000', '162648.407000', '162648.410000', '162648.413000', '162648.416000', '162648.418000', '162648.421000', '162648.424000', '162648.427000', '162648.430000', '162648.432000', '162648.435000', '162648.438000', '162648.441000', '162648.444000', '162648.447000', '162648.449000', '162648.452000', '162648.455000', '162648.458000', '162648.461000', '162648.464000', '162648.466000', '162648.469000', '162648.472000', '162648.475000', '162648.478000', '162648.480000', '162648.483000', '162648.487000', '162648.490000', '162648.492000', '162648.496000', '162648.499000', '162648.502000', '162708.379000', '162708.382000', '162708.385000', '162708.388000', '162708.390000', '162708.393000', '162708.396000', '162708.399000', '162708.402000', '162708.405000', '162708.407000', '162708.410000', '162708.413000', '162708.416000', '162708.419000', '162708.421000', '162708.424000', '162708.427000', '162708.430000', '162708.433000', '162708.435000', '162708.438000', '162708.441000', '162708.444000', '162708.447000', '162708.450000', '162708.453000', '162708.455000', '162708.458000', '162708.461000', '162708.464000', '162708.467000', '162708.469000', '162708.472000', '162708.475000', '162708.478000', '162708.481000', '162708.484000', '162708.487000', '162708.489000', '162708.492000', '162708.495000', '162708.498000', '162728.378000', '162728.381000', '162728.384000', '162728.387000', '162728.390000', '162728.393000', '162728.398000', '162728.414000', '162728.417000', '162728.420000', '162728.423000', '162728.425000', '162728.428000', '162728.431000', '162728.434000', '162728.437000', '162728.440000', '162728.443000', '162728.445000', '162728.448000', '162728.451000', '162728.454000', '162728.457000', '162728.460000', '162728.462000', '162728.465000', '162728.468000', '162728.471000', '162728.474000', '162728.476000', '162728.479000', '162728.482000', '162728.485000', '162728.488000', '162728.490000', '162728.493000', '162728.496000', '162728.499000', '162728.502000', '162728.505000', '162728.507000', '162728.510000', '162728.513000', '162748.378000', '162748.381000', '162748.384000', '162748.387000', '162748.390000', '162748.392000', '162748.395000', '162748.398000', '162748.401000', '162748.404000', '162748.406000', '162748.409000', '162748.412000', '162748.415000', '162748.418000', '162748.420000', '162748.423000', '162748.426000', '162748.429000', '162748.432000', '162748.434000', '162748.437000', '162748.440000', '162748.443000', '162748.446000', '162748.448000', '162748.451000', '162748.454000', '162748.457000', '162748.460000', '162748.463000', '162748.465000', '162748.468000', '162748.471000', '162748.474000', '162748.477000', '162748.479000', '162748.482000', '162748.485000', '162748.488000', '162748.491000', '162748.493000', '162748.496000', '162748.499000', '162808.378000', '162808.381000', '162808.384000', '162808.387000', '162808.390000', '162808.392000', '162808.395000', '162808.398000', '162808.401000', '162808.410000', '162808.413000', '162808.416000', '162808.422000', '162808.425000', '162808.428000', '162808.431000', '162808.433000', '162808.436000', '162808.439000', '162808.442000', '162808.445000', '162808.448000', '162808.450000', '162808.453000', '162808.456000', '162808.459000', '162808.462000', '162808.464000', '162808.467000', '162808.470000', '162808.473000', '162808.476000', '162808.478000', '162808.481000', '162808.484000', '162808.487000', '162808.490000', '162808.492000', '162808.495000', '162808.498000', '162808.501000', '162808.504000', '162808.507000', '162828.378000', '162828.381000', '162828.384000', '162828.387000', '162828.389000', '162828.392000', '162828.395000', '162828.398000', '162828.401000', '162828.403000', '162828.406000', '162828.409000', '162828.412000', '162828.415000', '162828.417000', '162828.420000', '162828.423000', '162828.426000', '162828.429000', '162828.432000', '162828.434000', '162828.437000', '162828.440000', '162828.443000', '162828.445000', '162828.448000', '162828.451000', '162828.454000', '162828.457000', '162828.460000', '162828.462000', '162828.465000', '162828.468000', '162828.471000', '162828.474000', '162828.477000', '162828.479000', '162828.482000', '162828.485000', '162828.488000', '162828.491000', '162828.493000', '162828.496000', '162828.499000', '162848.378000', '162848.381000', '162848.384000', '162848.387000', '162848.390000', '162848.393000', '162848.395000', '162848.398000', '162848.401000', '162848.404000', '162848.406000', '162848.409000', '162848.412000', '162848.415000', '162848.418000', '162848.422000', '162848.425000', '162848.428000', '162848.430000', '162848.433000', '162848.437000', '162848.439000', '162848.442000', '162848.445000', '162848.448000', '162848.451000', '162848.454000', '162848.457000', '162848.459000', '162848.462000', '162848.465000', '162848.468000', '162848.471000', '162848.473000', '162848.476000', '162848.479000', '162848.482000', '162848.485000', '162848.488000', '162848.490000', '162848.493000', '162848.496000', '162848.499000', '162908.379000', '162908.382000', '162908.385000', '162908.388000', '162908.391000', '162908.393000', '162908.396000', '162908.399000', '162908.402000', '162908.405000', '162908.407000', '162908.410000', '162908.413000', '162908.416000', '162908.419000', '162908.422000', '162908.432000', '162908.435000', '162908.438000', '162908.440000', '162908.443000', '162908.446000', '162908.449000', '162908.452000', '162908.455000', '162908.458000', '162908.460000', '162908.463000', '162908.466000', '162908.469000', '162908.472000', '162908.475000', '162908.477000', '162908.480000', '162908.483000', '162908.486000', '162908.489000', '162908.491000', '162908.494000', '162908.497000', '162908.500000', '162908.503000', '162908.505000', '162908.508000', '162927.592000', '162927.595000', '162927.599000', '162927.602000', '162927.605000', '162927.608000', '162927.612000', '162927.616000', '162927.619000', '162927.622000', '162927.625000', '162927.628000', '162927.630000', '162927.633000', '162927.636000', '162927.639000', '162927.642000', '162927.645000', '162927.648000', '162927.650000', '162927.653000', '162927.656000', '162927.659000', '162927.662000', '162927.665000', '162927.668000', '162927.670000', '162927.673000', '162927.676000', '162927.679000', '162927.682000', '162927.685000', '162927.688000', '162927.690000', '162927.693000', '162927.696000', '162927.699000', '162927.701000', '162927.704000', '162927.707000', '162927.710000', '162927.713000'], 'InstanceCreationTime': ['161728.416000', '161728.419000', '161728.422000', '161728.425000', '161728.427000', '161728.430000', '161728.433000', '161728.436000', '161728.446000', '161728.449000', '161728.451000', '161728.454000', '161728.457000', '161728.468000', '161728.471000', '161728.474000', '161728.476000', '161728.479000', '161728.482000', '161728.485000', '161728.488000', '161728.490000', '161728.493000', '161728.496000', '161728.499000', '161728.503000', '161728.506000', '161728.508000', '161728.511000', '161728.514000', '161728.517000', '161728.520000', '161728.523000', '161728.525000', '161728.528000', '161728.531000', '161728.534000', '161728.537000', '161728.539000', '161728.542000', '161728.545000', '161728.548000', '161728.551000', '161728.553000', '161728.556000', '161728.559000', '161728.562000', '161728.565000', '161728.568000', '161728.570000', '161728.573000', '161728.578000', '161748.379000', '161748.382000', '161748.385000', '161748.387000', '161748.390000', '161748.393000', '161748.396000', '161748.399000', '161748.401000', '161748.404000', '161748.407000', '161748.410000', '161748.413000', '161748.415000', '161748.418000', '161748.421000', '161748.424000', '161748.427000', '161748.429000', '161748.432000', '161748.435000', '161748.438000', '161748.441000', '161748.443000', '161748.446000', '161748.455000', '161748.458000', '161748.461000', '161748.464000', '161748.466000', '161748.469000', '161748.472000', '161748.475000', '161748.478000', '161748.480000', '161748.483000', '161748.486000', '161748.489000', '161748.492000', '161748.494000', '161748.497000', '161748.500000', '161748.503000', '161748.506000', '161808.378000', '161808.381000', '161808.384000', '161808.386000', '161808.389000', '161808.392000', '161808.395000', '161808.398000', '161808.400000', '161808.403000', '161808.406000', '161808.409000', '161808.412000', '161808.414000', '161808.417000', '161808.421000', '161808.424000', '161808.427000', '161808.430000', '161808.432000', '161808.435000', '161808.438000', '161808.441000', '161808.444000', '161808.446000', '161808.449000', '161808.452000', '161808.455000', '161808.457000', '161808.460000', '161808.463000', '161808.466000', '161808.469000', '161808.471000', '161808.474000', '161808.477000', '161808.480000', '161808.483000', '161808.485000', '161808.488000', '161808.491000', '161808.494000', '161808.497000', '161828.378000', '161828.381000', '161828.384000', '161828.386000', '161828.389000', '161828.392000', '161828.395000', '161828.398000', '161828.401000', '161828.403000', '161828.406000', '161828.409000', '161828.412000', '161828.414000', '161828.417000', '161828.420000', '161828.423000', '161828.426000', '161828.429000', '161828.431000', '161828.434000', '161828.437000', '161828.443000', '161828.446000', '161828.449000', '161828.452000', '161828.455000', '161828.457000', '161828.460000', '161828.463000', '161828.466000', '161828.469000', '161828.471000', '161828.474000', '161828.477000', '161828.480000', '161828.483000', '161828.485000', '161828.488000', '161828.491000', '161828.494000', '161828.497000', '161828.499000', '161848.378000', '161848.381000', '161848.384000', '161848.387000', '161848.389000', '161848.392000', '161848.395000', '161848.398000', '161848.401000', '161848.403000', '161848.406000', '161848.409000', '161848.412000', '161848.415000', '161848.418000', '161848.420000', '161848.423000', '161848.426000', '161848.429000', '161848.432000', '161848.434000', '161848.437000', '161848.440000', '161848.443000', '161848.446000', '161848.448000', '161848.451000', '161848.454000', '161848.457000', '161848.460000', '161848.462000', '161848.465000', '161848.468000', '161848.471000', '161848.474000', '161848.476000', '161848.479000', '161848.482000', '161848.485000', '161848.487000', '161848.490000', '161848.493000', '161848.496000', '161848.499000', '161908.378000', '161908.382000', '161908.385000', '161908.387000', '161908.390000', '161908.412000', '161908.415000', '161908.418000', '161908.420000', '161908.423000', '161908.426000', '161908.429000', '161908.431000', '161908.434000', '161908.437000', '161908.440000', '161908.443000', '161908.446000', '161908.448000', '161908.451000', '161908.454000', '161908.457000', '161908.459000', '161908.462000', '161908.465000', '161908.468000', '161908.471000', '161908.473000', '161908.476000', '161908.479000', '161908.482000', '161908.485000', '161908.488000', '161908.490000', '161908.493000', '161908.496000', '161908.499000', '161908.502000', '161908.504000', '161908.507000', '161908.510000', '161908.513000', '161908.516000', '161928.378000', '161928.381000', '161928.384000', '161928.387000', '161928.389000', '161928.392000', '161928.395000', '161928.398000', '161928.400000', '161928.403000', '161928.406000', '161928.409000', '161928.412000', '161928.414000', '161928.417000', '161928.420000', '161928.423000', '161928.426000', '161928.428000', '161928.431000', '161928.434000', '161928.437000', '161928.440000', '161928.442000', '161928.445000', '161928.448000', '161928.451000', '161928.454000', '161928.457000', '161928.459000', '161928.462000', '161928.465000', '161928.468000', '161928.471000', '161928.473000', '161928.476000', '161928.479000', '161928.482000', '161928.484000', '161928.494000', '161928.496000', '161928.499000', '161928.502000', '161928.505000', '161948.379000', '161948.382000', '161948.385000', '161948.388000', '161948.390000', '161948.393000', '161948.396000', '161948.399000', '161948.402000', '161948.443000', '161948.446000', '161948.448000', '161948.451000', '161948.454000', '161948.457000', '161948.460000', '161948.463000', '161948.465000', '161948.468000', '161948.471000', '161948.474000', '161948.477000', '161948.479000', '161948.482000', '161948.485000', '161948.488000', '161948.491000', '161948.493000', '161948.496000', '161948.499000', '161948.502000', '161948.505000', '161948.507000', '161948.510000', '161948.523000', '161948.525000', '161948.528000', '161948.531000', '161948.534000', '161948.536000', '161948.539000', '161948.542000', '161948.545000', '162008.379000', '162008.382000', '162008.385000', '162008.387000', '162008.390000', '162008.393000', '162008.396000', '162008.399000', '162008.401000', '162008.404000', '162008.407000', '162008.410000', '162008.413000', '162008.416000', '162008.418000', '162008.421000', '162008.424000', '162008.427000', '162008.429000', '162008.432000', '162008.435000', '162008.438000', '162008.441000', '162008.443000', '162008.446000', '162008.449000', '162008.452000', '162008.455000', '162008.458000', '162008.460000', '162008.463000', '162008.466000', '162008.469000', '162008.471000', '162008.474000', '162008.477000', '162008.480000', '162008.483000', '162008.485000', '162008.488000', '162008.491000', '162008.494000', '162008.497000', '162008.499000', '162028.378000', '162028.381000', '162028.384000', '162028.386000', '162028.389000', '162028.392000', '162028.395000', '162028.398000', '162028.400000', '162028.403000', '162028.406000', '162028.409000', '162028.412000', '162028.415000', '162028.418000', '162028.420000', '162028.423000', '162028.426000', '162028.429000', '162028.433000', '162028.437000', '162028.440000', '162028.443000', '162028.446000', '162028.448000', '162028.451000', '162028.454000', '162028.457000', '162028.460000', '162028.463000', '162028.465000', '162028.468000', '162028.471000', '162028.474000', '162028.477000', '162028.479000', '162028.482000', '162028.485000', '162028.488000', '162028.510000', '162028.513000', '162028.515000', '162028.518000', '162048.378000', '162048.381000', '162048.384000', '162048.387000', '162048.389000', '162048.392000', '162048.395000', '162048.398000', '162048.401000', '162048.403000', '162048.406000', '162048.409000', '162048.412000', '162048.415000', '162048.418000', '162048.420000', '162048.423000', '162048.426000', '162048.429000', '162048.432000', '162048.434000', '162048.437000', '162048.440000', '162048.443000', '162048.446000', '162048.449000', '162048.451000', '162048.454000', '162048.457000', '162048.460000', '162048.463000', '162048.465000', '162048.468000', '162048.471000', '162048.474000', '162048.477000', '162048.479000', '162048.482000', '162048.485000', '162048.488000', '162048.491000', '162048.494000', '162048.496000', '162048.499000', '162108.379000', '162108.382000', '162108.385000', '162108.388000', '162108.391000', '162108.394000', '162108.396000', '162108.399000', '162108.402000', '162108.405000', '162108.408000', '162108.410000', '162108.413000', '162108.416000', '162108.419000', '162108.422000', '162108.424000', '162108.427000', '162108.431000', '162108.437000', '162108.440000', '162108.442000', '162108.445000', '162108.448000', '162108.451000', '162108.454000', '162108.457000', '162108.459000', '162108.462000', '162108.465000', '162108.468000', '162108.470000', '162108.473000', '162108.476000', '162108.479000', '162108.482000', '162108.485000', '162108.487000', '162108.490000', '162108.493000', '162108.496000', '162108.499000', '162108.501000', '162128.378000', '162128.381000', '162128.384000', '162128.387000', '162128.389000', '162128.392000', '162128.395000', '162128.398000', '162128.401000', '162128.403000', '162128.406000', '162128.409000', '162128.412000', '162128.415000', '162128.417000', '162128.420000', '162128.423000', '162128.426000', '162128.429000', '162128.432000', '162128.434000', '162128.437000', '162128.440000', '162128.443000', '162128.446000', '162128.448000', '162128.451000', '162128.454000', '162128.457000', '162128.460000', '162128.462000', '162128.465000', '162128.468000', '162128.471000', '162128.474000', '162128.476000', '162128.479000', '162128.482000', '162128.485000', '162128.488000', '162128.491000', '162128.494000', '162128.496000', '162128.499000', '162148.378000', '162148.381000', '162148.384000', '162148.387000', '162148.389000', '162148.392000', '162148.395000', '162148.398000', '162148.401000', '162148.403000', '162148.406000', '162148.409000', '162148.412000', '162148.415000', '162148.417000', '162148.420000', '162148.423000', '162148.426000', '162148.429000', '162148.431000', '162148.434000', '162148.437000', '162148.440000', '162148.443000', '162148.446000', '162148.448000', '162148.451000', '162148.454000', '162148.457000', '162148.459000', '162148.464000', '162148.469000', '162148.472000', '162148.475000', '162148.477000', '162148.480000', '162148.504000', '162148.506000', '162148.509000', '162148.512000', '162148.515000', '162148.518000', '162148.521000', '162208.379000', '162208.382000', '162208.385000', '162208.388000', '162208.390000', '162208.393000', '162208.396000', '162208.399000', '162208.402000', '162208.405000', '162208.407000', '162208.410000', '162208.413000', '162208.416000', '162208.419000', '162208.421000', '162208.424000', '162208.427000', '162208.430000', '162208.432000', '162208.436000', '162208.450000', '162208.453000', '162208.456000', '162208.458000', '162208.461000', '162208.464000', '162208.467000', '162208.470000', '162208.473000', '162208.475000', '162208.478000', '162208.481000', '162208.484000', '162208.487000', '162208.490000', '162208.493000', '162208.495000', '162208.498000', '162208.501000', '162208.504000', '162208.507000', '162208.510000', '162208.513000', '162228.379000', '162228.382000', '162228.385000', '162228.388000', '162228.390000', '162228.393000', '162228.396000', '162228.399000', '162228.402000', '162228.404000', '162228.407000', '162228.410000', '162228.413000', '162228.417000', '162228.420000', '162228.423000', '162228.426000', '162228.429000', '162228.431000', '162228.434000', '162228.437000', '162228.440000', '162228.443000', '162228.446000', '162228.448000', '162228.451000', '162228.454000', '162228.457000', '162228.460000', '162228.462000', '162228.465000', '162228.468000', '162228.471000', '162228.474000', '162228.477000', '162228.480000', '162228.483000', '162228.486000', '162228.489000', '162228.492000', '162228.494000', '162228.497000', '162228.500000', '162248.378000', '162248.381000', '162248.384000', '162248.387000', '162248.389000', '162248.392000', '162248.395000', '162248.398000', '162248.401000', '162248.404000', '162248.406000', '162248.409000', '162248.412000', '162248.415000', '162248.418000', '162248.420000', '162248.423000', '162248.426000', '162248.429000', '162248.432000', '162248.435000', '162248.437000', '162248.440000', '162248.443000', '162248.446000', '162248.449000', '162248.451000', '162248.456000', '162248.459000', '162248.462000', '162248.465000', '162248.468000', '162248.471000', '162248.474000', '162248.476000', '162248.479000', '162248.482000', '162248.485000', '162248.488000', '162248.491000', '162248.493000', '162248.496000', '162248.499000', '162248.502000', '162308.378000', '162308.381000', '162308.384000', '162308.387000', '162308.389000', '162308.392000', '162308.395000', '162308.398000', '162308.401000', '162308.403000', '162308.406000', '162308.409000', '162308.412000', '162308.415000', '162308.417000', '162308.420000', '162308.423000', '162308.426000', '162308.428000', '162308.431000', '162308.434000', '162308.437000', '162308.440000', '162308.442000', '162308.445000', '162308.448000', '162308.451000', '162308.454000', '162308.457000', '162308.460000', '162308.462000', '162308.465000', '162308.468000', '162308.471000', '162308.474000', '162308.477000', '162308.480000', '162308.483000', '162308.485000', '162308.488000', '162308.491000', '162308.494000', '162308.497000', '162328.378000', '162328.381000', '162328.384000', '162328.387000', '162328.389000', '162328.392000', '162328.395000', '162328.398000', '162328.401000', '162328.403000', '162328.406000', '162328.409000', '162328.412000', '162328.415000', '162328.417000', '162328.420000', '162328.423000', '162328.426000', '162328.429000', '162328.432000', '162328.435000', '162328.437000', '162328.440000', '162328.443000', '162328.446000', '162328.449000', '162328.451000', '162328.454000', '162328.457000', '162328.460000', '162328.463000', '162328.473000', '162328.476000', '162328.479000', '162328.482000', '162328.485000', '162328.487000', '162328.490000', '162328.493000', '162328.496000', '162328.499000', '162328.501000', '162328.504000', '162328.507000', '162348.378000', '162348.381000', '162348.384000', '162348.387000', '162348.389000', '162348.392000', '162348.395000', '162348.398000', '162348.401000', '162348.403000', '162348.406000', '162348.409000', '162348.412000', '162348.415000', '162348.417000', '162348.420000', '162348.423000', '162348.426000', '162348.429000', '162348.432000', '162348.434000', '162348.437000', '162348.440000', '162348.443000', '162348.445000', '162348.448000', '162348.452000', '162348.456000', '162348.458000', '162348.461000', '162348.464000', '162348.467000', '162348.470000', '162348.473000', '162348.475000', '162348.478000', '162348.481000', '162348.484000', '162348.487000', '162348.490000', '162348.492000', '162348.495000', '162348.498000', '162408.378000', '162408.381000', '162408.384000', '162408.386000', '162408.389000', '162408.392000', '162408.395000', '162408.398000', '162408.401000', '162408.403000', '162408.406000', '162408.409000', '162408.412000', '162408.415000', '162408.418000', '162408.421000', '162408.424000', '162408.427000', '162408.430000', '162408.433000', '162408.435000', '162408.438000', '162408.441000', '162408.444000', '162408.446000', '162408.449000', '162408.452000', '162408.455000', '162408.458000', '162408.460000', '162408.463000', '162408.466000', '162408.469000', '162408.472000', '162408.475000', '162408.477000', '162408.480000', '162408.483000', '162408.486000', '162408.488000', '162408.491000', '162408.494000', '162408.497000', '162408.499000', '162428.381000', '162428.384000', '162428.386000', '162428.389000', '162428.392000', '162428.395000', '162428.398000', '162428.401000', '162428.403000', '162428.406000', '162428.409000', '162428.412000', '162428.415000', '162428.417000', '162428.420000', '162428.423000', '162428.426000', '162428.429000', '162428.432000', '162428.434000', '162428.437000', '162428.440000', '162428.443000', '162428.446000', '162428.449000', '162428.451000', '162428.454000', '162428.457000', '162428.460000', '162428.463000', '162428.466000', '162428.468000', '162428.471000', '162428.474000', '162428.477000', '162428.480000', '162428.483000', '162428.485000', '162428.488000', '162428.491000', '162428.494000', '162428.497000', '162428.499000', '162448.379000', '162448.382000', '162448.385000', '162448.388000', '162448.390000', '162448.393000', '162448.396000', '162448.399000', '162448.402000', '162448.404000', '162448.407000', '162448.410000', '162448.413000', '162448.416000', '162448.418000', '162448.421000', '162448.424000', '162448.427000', '162448.430000', '162448.432000', '162448.435000', '162448.438000', '162448.441000', '162448.444000', '162448.447000', '162448.449000', '162448.452000', '162448.455000', '162448.471000', '162448.474000', '162448.476000', '162448.479000', '162448.482000', '162448.485000', '162448.488000', '162448.490000', '162448.493000', '162448.496000', '162448.499000', '162448.502000', '162448.504000', '162448.507000', '162448.510000', '162448.513000', '162508.378000', '162508.381000', '162508.384000', '162508.387000', '162508.390000', '162508.392000', '162508.395000', '162508.398000', '162508.401000', '162508.404000', '162508.406000', '162508.409000', '162508.412000', '162508.415000', '162508.418000', '162508.420000', '162508.423000', '162508.426000', '162508.429000', '162508.432000', '162508.435000', '162508.437000', '162508.440000', '162508.443000', '162508.446000', '162508.449000', '162508.451000', '162508.454000', '162508.457000', '162508.460000', '162508.463000', '162508.466000', '162508.469000', '162508.472000', '162508.474000', '162508.477000', '162508.480000', '162508.483000', '162508.486000', '162508.489000', '162508.493000', '162508.496000', '162508.499000', '162528.378000', '162528.381000', '162528.384000', '162528.387000', '162528.389000', '162528.392000', '162528.395000', '162528.398000', '162528.401000', '162528.404000', '162528.406000', '162528.409000', '162528.412000', '162528.415000', '162528.418000', '162528.420000', '162528.423000', '162528.426000', '162528.429000', '162528.432000', '162528.434000', '162528.437000', '162528.440000', '162528.443000', '162528.446000', '162528.448000', '162528.452000', '162528.454000', '162528.457000', '162528.460000', '162528.463000', '162528.466000', '162528.469000', '162528.472000', '162528.475000', '162528.477000', '162528.480000', '162528.483000', '162528.486000', '162528.489000', '162528.492000', '162528.495000', '162528.498000', '162528.500000', '162548.378000', '162548.381000', '162548.384000', '162548.387000', '162548.389000', '162548.392000', '162548.395000', '162548.398000', '162548.400000', '162548.403000', '162548.406000', '162548.409000', '162548.412000', '162548.415000', '162548.418000', '162548.420000', '162548.423000', '162548.426000', '162548.429000', '162548.431000', '162548.434000', '162548.437000', '162548.440000', '162548.443000', '162548.445000', '162548.448000', '162548.451000', '162548.454000', '162548.457000', '162548.460000', '162548.462000', '162548.465000', '162548.468000', '162548.471000', '162548.474000', '162548.476000', '162548.479000', '162548.482000', '162548.485000', '162548.488000', '162548.491000', '162548.494000', '162548.496000', '162608.378000', '162608.381000', '162608.384000', '162608.387000', '162608.389000', '162608.392000', '162608.395000', '162608.398000', '162608.401000', '162608.403000', '162608.406000', '162608.409000', '162608.412000', '162608.415000', '162608.418000', '162608.420000', '162608.423000', '162608.426000', '162608.429000', '162608.432000', '162608.435000', '162608.437000', '162608.440000', '162608.443000', '162608.457000', '162608.460000', '162608.463000', '162608.466000', '162608.468000', '162608.471000', '162608.474000', '162608.477000', '162608.480000', '162608.482000', '162608.485000', '162608.488000', '162608.491000', '162608.501000', '162608.504000', '162608.507000', '162608.510000', '162608.513000', '162608.516000', '162608.519000', '162628.378000', '162628.381000', '162628.384000', '162628.387000', '162628.390000', '162628.392000', '162628.395000', '162628.398000', '162628.401000', '162628.404000', '162628.406000', '162628.409000', '162628.412000', '162628.415000', '162628.418000', '162628.421000', '162628.423000', '162628.426000', '162628.429000', '162628.432000', '162628.435000', '162628.437000', '162628.440000', '162628.443000', '162628.446000', '162628.449000', '162628.452000', '162628.455000', '162628.457000', '162628.460000', '162628.463000', '162628.466000', '162628.469000', '162628.471000', '162628.474000', '162628.477000', '162628.480000', '162628.483000', '162628.486000', '162628.489000', '162628.491000', '162628.494000', '162628.497000', '162648.379000', '162648.382000', '162648.385000', '162648.388000', '162648.390000', '162648.393000', '162648.396000', '162648.399000', '162648.401000', '162648.404000', '162648.407000', '162648.410000', '162648.413000', '162648.416000', '162648.418000', '162648.421000', '162648.424000', '162648.427000', '162648.430000', '162648.432000', '162648.435000', '162648.438000', '162648.441000', '162648.444000', '162648.447000', '162648.449000', '162648.452000', '162648.455000', '162648.458000', '162648.461000', '162648.464000', '162648.466000', '162648.469000', '162648.472000', '162648.475000', '162648.478000', '162648.480000', '162648.483000', '162648.487000', '162648.490000', '162648.492000', '162648.496000', '162648.499000', '162648.502000', '162708.379000', '162708.382000', '162708.385000', '162708.388000', '162708.390000', '162708.393000', '162708.396000', '162708.399000', '162708.402000', '162708.405000', '162708.407000', '162708.410000', '162708.413000', '162708.416000', '162708.419000', '162708.421000', '162708.424000', '162708.427000', '162708.430000', '162708.433000', '162708.435000', '162708.438000', '162708.441000', '162708.444000', '162708.447000', '162708.450000', '162708.453000', '162708.455000', '162708.458000', '162708.461000', '162708.464000', '162708.467000', '162708.469000', '162708.472000', '162708.475000', '162708.478000', '162708.481000', '162708.484000', '162708.487000', '162708.489000', '162708.492000', '162708.495000', '162708.498000', '162728.378000', '162728.381000', '162728.384000', '162728.387000', '162728.390000', '162728.393000', '162728.398000', '162728.414000', '162728.417000', '162728.420000', '162728.423000', '162728.425000', '162728.428000', '162728.431000', '162728.434000', '162728.437000', '162728.440000', '162728.443000', '162728.445000', '162728.448000', '162728.451000', '162728.454000', '162728.457000', '162728.460000', '162728.462000', '162728.465000', '162728.468000', '162728.471000', '162728.474000', '162728.476000', '162728.479000', '162728.482000', '162728.485000', '162728.488000', '162728.490000', '162728.493000', '162728.496000', '162728.499000', '162728.502000', '162728.505000', '162728.507000', '162728.510000', '162728.513000', '162748.378000', '162748.381000', '162748.384000', '162748.387000', '162748.390000', '162748.392000', '162748.395000', '162748.398000', '162748.401000', '162748.404000', '162748.406000', '162748.409000', '162748.412000', '162748.415000', '162748.418000', '162748.420000', '162748.423000', '162748.426000', '162748.429000', '162748.432000', '162748.434000', '162748.437000', '162748.440000', '162748.443000', '162748.446000', '162748.448000', '162748.451000', '162748.454000', '162748.457000', '162748.460000', '162748.463000', '162748.465000', '162748.468000', '162748.471000', '162748.474000', '162748.477000', '162748.479000', '162748.482000', '162748.485000', '162748.488000', '162748.491000', '162748.493000', '162748.496000', '162748.499000', '162808.378000', '162808.381000', '162808.384000', '162808.387000', '162808.390000', '162808.392000', '162808.395000', '162808.398000', '162808.401000', '162808.410000', '162808.413000', '162808.416000', '162808.422000', '162808.425000', '162808.428000', '162808.431000', '162808.433000', '162808.436000', '162808.439000', '162808.442000', '162808.445000', '162808.448000', '162808.450000', '162808.453000', '162808.456000', '162808.459000', '162808.462000', '162808.464000', '162808.467000', '162808.470000', '162808.473000', '162808.476000', '162808.478000', '162808.481000', '162808.484000', '162808.487000', '162808.490000', '162808.492000', '162808.495000', '162808.498000', '162808.501000', '162808.504000', '162808.507000', '162828.378000', '162828.381000', '162828.384000', '162828.387000', '162828.389000', '162828.392000', '162828.395000', '162828.398000', '162828.401000', '162828.403000', '162828.406000', '162828.409000', '162828.412000', '162828.415000', '162828.417000', '162828.420000', '162828.423000', '162828.426000', '162828.429000', '162828.432000', '162828.434000', '162828.437000', '162828.440000', '162828.443000', '162828.445000', '162828.448000', '162828.451000', '162828.454000', '162828.457000', '162828.460000', '162828.462000', '162828.465000', '162828.468000', '162828.471000', '162828.474000', '162828.477000', '162828.479000', '162828.482000', '162828.485000', '162828.488000', '162828.491000', '162828.493000', '162828.496000', '162828.499000', '162848.378000', '162848.381000', '162848.384000', '162848.387000', '162848.390000', '162848.393000', '162848.395000', '162848.398000', '162848.401000', '162848.404000', '162848.406000', '162848.409000', '162848.412000', '162848.415000', '162848.418000', '162848.422000', '162848.425000', '162848.428000', '162848.430000', '162848.433000', '162848.437000', '162848.439000', '162848.442000', '162848.445000', '162848.448000', '162848.451000', '162848.454000', '162848.457000', '162848.459000', '162848.462000', '162848.465000', '162848.468000', '162848.471000', '162848.473000', '162848.476000', '162848.479000', '162848.482000', '162848.485000', '162848.488000', '162848.490000', '162848.493000', '162848.496000', '162848.499000', '162908.379000', '162908.382000', '162908.385000', '162908.388000', '162908.391000', '162908.393000', '162908.396000', '162908.399000', '162908.402000', '162908.405000', '162908.407000', '162908.410000', '162908.413000', '162908.416000', '162908.419000', '162908.422000', '162908.432000', '162908.435000', '162908.438000', '162908.440000', '162908.443000', '162908.446000', '162908.449000', '162908.452000', '162908.455000', '162908.458000', '162908.460000', '162908.463000', '162908.466000', '162908.469000', '162908.472000', '162908.475000', '162908.477000', '162908.480000', '162908.483000', '162908.486000', '162908.489000', '162908.491000', '162908.494000', '162908.497000', '162908.500000', '162908.503000', '162908.505000', '162908.508000', '162927.592000', '162927.595000', '162927.599000', '162927.602000', '162927.605000', '162927.608000', '162927.612000', '162927.616000', '162927.619000', '162927.622000', '162927.625000', '162927.628000', '162927.630000', '162927.633000', '162927.636000', '162927.639000', '162927.642000', '162927.645000', '162927.648000', '162927.650000', '162927.653000', '162927.656000', '162927.659000', '162927.662000', '162927.665000', '162927.668000', '162927.670000', '162927.673000', '162927.676000', '162927.679000', '162927.682000', '162927.685000', '162927.688000', '162927.690000', '162927.693000', '162927.696000', '162927.699000', '162927.701000', '162927.704000', '162927.707000', '162927.710000', '162927.713000'], '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': [10492, 7510, 10397, 7465, 10874, 9088, 9560, 8917, 7158, 8325, 7512, 8962, 7034, 10015, 8072, 10567, 8089, 8635, 8378, 7240, 8097, 7168, 10011, 7552, 9947, 8098, 8682, 7734, 7467, 8213, 7426, 8026, 7980, 8891, 7604, 10994, 8700, 10745, 8132, 8380, 8340, 7574, 8873, 7726, 9399, 7800, 9776, 7646, 10651, 9247, 10664, 8592, 8767, 8622, 8053, 8665, 8029, 11023, 8104, 10603, 8370, 10945, 8547, 10576, 10054, 8531, 8505, 7860, 8599, 8145, 9131, 8171, 12461, 7932, 11479, 8087, 11195, 8468, 10302, 9959, 7625, 8536, 8164, 8780, 8119, 10479, 8275, 12593, 8625, 11553, 8669, 10668, 8686, 8575, 10054, 8580, 8643, 8214, 9790, 8035, 10684, 9220, 11728, 8759, 9449, 8574, 8270, 8749, 8679, 9352, 8317, 9185, 8107, 9991, 8308, 11332, 9504, 9136, 8822, 8001, 8636, 8206, 10308, 8313, 12542, 8338, 11515, 8108, 11854, 8602, 11048, 10225, 7782, 8656, 8504, 8687, 7951, 11435, 9401, 9880, 8467, 8440, 8869, 8513, 11774, 8424, 10067, 8096, 10522, 8189, 12481, 10083, 12624, 8736, 9462, 8735, 7690, 10435, 8191, 11739, 7990, 11261, 7969, 11562, 8481, 12374, 10357, 7778, 8807, 8092, 9752, 8014, 11313, 9458, 12352, 8813, 7726, 8577, 8460, 8860, 8645, 11597, 8012, 13040, 8203, 10332, 8476, 8060, 8725, 8039, 11160, 7903, 10662, 7944, 11706, 9414, 12540, 9668, 9301, 8624, 8181, 8577, 8006, 8896, 8356, 12239, 7997, 10108, 7974, 10482, 8593, 11198, 9374, 10169, 9061, 7714, 8731, 7800, 8753, 7863, 11912, 7976, 11124, 7810, 10577, 7802, 10864, 9234, 12246, 8244, 11067, 8806, 8285, 8717, 7927, 8798, 8684, 10295, 8868, 8661, 8314, 9310, 7839, 10470, 9028, 11639, 8456, 10926, 8355, 12133, 8966, 12440, 10078, 11505, 8397, 8505, 8762, 8385, 8539, 8743, 10287, 7952, 10406, 8091, 11089, 8381, 12391, 9893, 10488, 8556, 8740, 8592, 11382, 8728, 13285, 9896, 12208, 8333, 11429, 8593, 8466, 8726, 8402, 8547, 8109, 9234, 7898, 10105, 7754, 10961, 8574, 11917, 8702, 8748, 8285, 8359, 8487, 8599, 8089, 8611, 8058, 8717, 8450, 8616, 8188, 8797, 8335, 8612, 8100, 9688, 7705, 9986, 8553, 9876, 8671, 11816, 9864, 10701, 9307, 11102, 8627, 12313, 8805, 11927, 9839, 9387, 8666, 8250, 8637, 8317, 8557, 8210, 11146, 7944, 11320, 7947, 10400, 8084, 11354, 8677, 10626, 9749, 7967, 8699, 7715, 8902, 8636, 8835, 8193, 8767, 8820, 8454, 8513, 9075, 8065, 10122, 7881, 10841, 9331, 10635, 8514, 8445, 8449, 8541, 8704, 8469, 11332, 7923, 10585, 8022, 10784, 8841, 9547, 9049, 8324, 8657, 8379, 9805, 7869, 12510, 9751, 11656, 8691, 11078, 8515, 9599, 11922, 8082, 11395, 8642, 8061, 8672, 8149, 10625, 8956, 8341, 11748, 8121, 10871, 8183, 10369, 8834, 7959, 13134, 8013, 12357, 8163, 10429, 8738, 7752, 10127, 8779, 12825, 8216, 11492, 8720, 8674, 8885, 9230, 8867, 8076, 8581, 8853, 8715, 8040, 9110, 7980, 10273, 8939, 8106, 8831, 8221, 8479, 8156, 10219, 8076, 11809, 8257, 10460, 8791, 8149, 9054, 8210, 12458, 8885, 11217, 8738, 11004, 8882, 9625, 9083, 7712, 8932, 8769, 8617, 9006, 8770, 9033, 11338, 8127, 10086, 8184, 9368, 8568, 8397, 8766, 8548, 10441, 8305, 10327, 7991, 11719, 9619, 13712, 11250, 12352, 8313, 10373, 8918, 10567, 9273, 11716, 9833, 9693, 8791, 8723, 8780, 7950, 8777, 8917, 9504, 7822, 8809, 7999, 9800, 8571, 8120, 9513, 7898, 9312, 8409, 8796, 8620, 8132, 10298, 8587, 8784, 8648, 8631, 8714, 12722, 8952, 9981, 8348, 10040, 8227, 10639, 8371, 11376, 8989, 10427, 8591, 8360, 8984, 7968, 8730, 8407, 10794, 8863, 9382, 8036, 9995, 7972, 10622, 8410, 11209, 9517, 7834, 8700, 8303, 8953, 8258, 9063, 7847, 8858, 7987, 8977, 7862, 8981, 8668, 8871, 8382, 8651, 7800, 9325, 8517, 8814, 8744, 8617, 8759, 9536, 10344, 8397, 8912, 8461, 8752, 9700, 10864, 8740, 9421, 8358, 9175, 8219, 10896, 9135, 10784, 9463, 8513, 8882, 8497, 9766, 8198, 12064, 9746, 12912, 8729, 8021, 8840, 8291, 10204, 8345, 12835, 8832, 7793, 8792, 8675, 9118, 8304, 12717, 10569, 12418, 8648, 10841, 8975, 9894, 8965, 9245, 8968, 8011, 8881, 8401, 8584, 8109, 9291, 8798, 8223, 9512, 8356, 10287, 8192, 10512, 8434, 10414, 8541, 9888, 8869, 11344, 8619, 8520, 8101, 9202, 8716, 8240, 9034, 8294, 9477, 8126, 10860, 8182, 12766, 10167, 12650, 8302, 11333, 8285, 10934, 8335, 12836, 9295, 9907, 9164, 8619, 8567, 8949, 8257, 8800, 7977, 8991, 7695, 8650, 7833, 8875, 10199, 9079, 11669, 9104, 11584, 9333, 10455, 8376, 10857, 8541, 9188, 8603, 9599, 8638, 8924, 8787, 9049, 8843, 8614, 9577, 8131, 11595, 8306, 10588, 9031, 8547, 8592, 8551, 11765, 8823, 13530, 10409, 11737, 8750, 10645, 9409, 9049, 13044, 8812, 10794, 8236, 10345, 8238, 11184, 9202, 11831, 9736, 12410, 8570, 10764, 8983, 8018, 8639, 8336, 9819, 8457, 9250, 8234, 9738, 8546, 10255, 8578, 8188, 8619, 8738, 8865, 8236, 10253, 8660, 8830, 8950, 8452, 9057, 8073, 10070, 8204, 11253, 9359, 12223, 8723, 10658, 8956, 8327, 8827, 8441, 11997, 8148, 10845, 9069, 8329, 9065, 8824, 9524, 9121, 10867, 7973, 9876, 8172, 10953, 8372, 12578, 8765, 12444, 8769, 10684, 8709, 8663, 8508, 8756, 8255, 10401, 8716, 7776, 8800, 8533, 8792, 7875, 10191, 8828, 11285, 8932, 8594, 8674, 8765, 8927, 8820, 7928, 10190, 8663, 12202, 8956, 8654, 8428, 8683, 8189, 9999, 8075, 12384, 8309, 11463, 8922, 8445, 8775, 8059, 10891, 9011, 9361, 8590, 9023, 8918, 8766, 9122, 8846, 8134, 9096, 8977, 9030, 8217, 8351, 8113, 10077, 8667, 8157, 8862, 8407, 8791, 8206, 10609, 8758, 12343, 9696, 8262, 8917, 8672, 8839, 9067, 10407, 9134, 9249, 8657, 8764, 8247, 9778, 8353, 10805, 8982, 8086, 8893, 8605, 9004, 8331, 11075, 9366, 9320, 11578, 8092, 10671, 8493, 9754, 8779, 8874, 10431, 8860, 8830, 9381, 8835, 9291, 8894, 9026, 9003, 8290, 10573, 8190, 8614, 8777, 8558, 8746, 8419, 11570, 8440, 10793, 8895, 8270, 8848, 8940, 11700, 8125, 10988, 8358, 11119, 8826, 12158, 10088, 10589, 9490, 8901, 8787, 8554, 10242, 8396, 11695, 9634, 11424, 8987, 7707, 8936, 8753, 8735, 8485, 11169, 8154, 11691, 7933, 10883, 8289, 11016, 9390, 12296, 9526, 8136, 8833, 7957, 9000, 8135, 9083, 7955, 10119, 9149, 8888, 8336, 9386, 8293, 11053, 9277, 8388, 8869, 8423, 9282, 8398, 10753, 9531, 8659, 8880, 8354, 9605, 8269, 10851, 8364, 11919, 9452, 8146, 8742, 8738, 8962, 8372, 9583, 8410, 11226, 8794, 8761, 8892, 8246, 8898, 8647, 11025, 8911, 11862, 9048, 9742, 9064, 8426, 9701, 8649, 11209, 8470, 10527, 8498, 10556, 9016, 8367, 9666, 8386, 10157, 8214, 11559, 8784, 8383, 9771, 8005, 9846, 8366, 8077, 8494, 7878, 10086, 8579, 8339, 11345, 7945, 11320, 7925, 11192, 8724, 12125, 10367, 8075, 10792, 7924, 9981, 7819, 10990, 8555, 8241, 10102, 8593, 9073, 8036, 9630, 7935, 10389, 8086, 11375, 9798, 8106, 8410, 8049, 8366, 7916, 10873, 8881, 8311, 8621, 7672, 8888, 12751, 9081, 12210, 9126, 11660, 10570, 11243, 8756, 11045, 8987, 10844, 8983, 7911, 9491, 8462, 9257, 8221, 10572, 8616, 11808, 9404, 12502, 10173, 11569, 8397, 10503, 8387, 10604, 8609, 11893, 9870, 11141, 8678, 7964, 8799, 8728, 9109, 8504, 11791, 8613, 8881, 9093, 8972, 9460, 9156, 8134, 9136, 8731, 8941, 7955, 9121, 8476, 8341, 8785, 8809, 8743, 8069, 8841, 8620, 8939, 8693, 9064, 10176, 9130, 12632, 10737, 12818, 9210, 11806, 8720, 11754, 10170, 11882, 10027, 11137, 8678, 10162, 8416, 9288, 8702, 8837, 8712, 9650, 8616, 8823, 8620, 8695, 8422, 10575, 8868, 7927, 9006, 8259, 11818, 9603, 13246, 9175, 9497, 8917, 9968, 9036, 9861, 8996, 10964, 8775, 10152, 9001, 10517, 9003, 10346, 8938, 8079, 8885, 8451, 8313, 8453, 10075, 8563, 11476, 8316, 11645, 8745, 8932, 8440, 8799, 8584, 8876, 8654, 8905, 8395, 9836, 8116, 11235, 8623, 9897, 8953, 8596, 9066, 8872, 9148, 9159, 11415, 8516, 9091, 8645, 8847, 8242, 10415, 8801, 13156, 8340, 10558, 8917, 8448, 8947, 9000, 12064, 8342, 11040, 8736, 10981, 8581, 11008, 8422, 11130, 10495, 7946, 9126, 8421, 9166, 8061, 11100, 8073, 12044, 9872, 11273, 8542, 7710, 9037, 8459, 8745, 8373, 10728, 8873, 8521, 8797, 8513, 8965, 8928, 12271, 8682, 11327, 8153, 10150, 8336, 10390, 9410, 8445, 8773, 8637, 8731, 8221, 10096, 8990, 8487, 9936, 8484, 10415, 8301, 10062, 9432, 8863, 11249, 8292, 10633, 8487, 10598, 9669, 7669, 9000, 8517, 10133, 8445, 11031, 9726, 9878, 9116, 8876, 9702, 8398, 8472, 8866, 8623, 12368, 8595, 8229, 8703, 8221, 9886, 9008, 8807, 8799, 8352, 12423, 10672, 10264, 8866, 8900, 8712, 8610, 9840, 8440, 11462, 8140, 11073, 8568, 9809, 8558, 10014, 8690, 10171, 8508, 9605, 8255, 9952, 8315, 9655, 8868, 8544, 8787, 8371, 8508, 8474, 10015, 8939, 10545, 8880, 10713, 8448, 11714, 9586, 12746, 10279, 12043, 8425, 10979, 8738, 10277, 8666, 10202, 8779, 11478, 8970, 8825, 8739, 8948, 8726, 8987, 8379, 11168, 8419, 9711, 8158, 9960, 9080, 8037, 8956, 8668, 8983, 8471, 10433, 8542, 12923, 9874, 12251, 9204, 11185, 9168, 10602, 10112, 8183, 8792, 8527, 8675, 8045, 8945, 8806, 8838, 9143, 10681, 8498, 9554, 8721, 8828, 8911, 9022, 7898, 8955, 10806, 9035, 11641, 8715, 8907, 8641, 8513, 8828, 8883, 9561, 9066, 10609, 8498, 10750, 8873, 11674, 8720, 8841, 12317, 9579, 11448, 10204, 10460, 8189, 9897, 8073, 10203, 7918, 10695, 7897, 10591, 8007, 9495, 8184, 9900, 8215, 11123, 9171, 8991, 8824, 8799, 8841, 8440, 10008, 7953, 12854, 8025, 11327, 8512, 9142, 8549, 8437, 11414, 7894, 9971, 8086, 9400, 8888, 8823, 7937, 8691, 13111, 8751, 11926, 8434, 10670, 8318, 9358, 8341, 9751, 8189, 9651, 8656, 8250, 8718, 9194, 9053, 9680, 8788, 8814, 8638, 8975, 8691, 8248, 9655, 8719, 10163, 8788, 11734, 9205, 10111, 8706, 9406, 8941, 11846, 8876, 11794, 8853, 11452, 9212, 11372, 9515, 9771, 9184, 8875, 9143, 8621, 9128, 9076, 8738, 8886, 10682, 8532, 9519, 8904, 8456, 10067, 8406, 11761, 8835, 9370, 8767, 8652, 12251, 8231, 12473, 8465, 11197, 8734, 11234, 10014, 11671, 9559, 10258, 9064, 12053, 9027, 11637, 8632, 11544, 8552, 10856, 8331, 10192, 8509, 8673, 8506, 9915, 8607, 9308, 8923, 9243, 8909, 9019, 9102, 9974, 8955, 11910, 9270, 11647, 10294, 11749, 8939, 10245, 9025, 9270, 8867, 9361, 8615, 8818, 9161, 8113, 9213, 11752, 9199, 11446, 8996, 11059, 10138, 10630, 8999, 9429, 9101, 8934, 8908, 9354, 8709, 8610, 9129, 8733, 9044, 11244, 8958, 11202, 8721, 10941, 8207, 10983, 9192, 10282, 8404, 9771, 8623, 9026, 8578, 8524, 10574, 8248, 10300, 8775, 11124, 9035, 12260, 9038, 9431, 9036, 8938, 9145, 8480, 12155, 9810, 10952, 9026, 8614, 9781, 8786, 9183, 11512, 8424, 11271, 8407, 9007, 9211, 9234, 11975, 8133, 11352, 8537, 9640, 8991, 8507, 10607], 'WindowCenter': [3830.0, 3773.0, 3801.0, 3756.0, 3793.0, 3776.0, 3771.0, 3761.0, 3727.0, 3747.0, 3736.0, 3753.0, 3736.0, 3768.0, 3748.0, 3765.0, 3749.0, 3743.0, 3747.0, 3737.0, 3748.0, 3739.0, 3777.0, 3748.0, 3765.0, 3747.0, 3755.0, 3750.0, 3738.0, 3761.0, 3739.0, 3750.0, 3763.0, 3772.0, 3750.0, 3777.0, 3761.0, 3776.0, 3749.0, 3756.0, 3761.0, 3749.0, 3772.0, 3748.0, 3768.0, 3750.0, 3767.0, 3750.0, 3778.0, 3772.0, 3792.0, 3770.0, 3757.0, 3758.0, 3744.0, 3756.0, 3748.0, 3778.0, 3748.0, 3776.0, 3759.0, 3776.0, 3759.0, 3778.0, 3768.0, 3755.0, 3756.0, 3745.0, 3746.0, 3745.0, 3758.0, 3747.0, 3787.0, 3733.0, 3778.0, 3745.0, 3774.0, 3745.0, 3765.0, 3768.0, 3734.0, 3747.0, 3745.0, 3744.0, 3747.0, 3776.0, 3747.0, 3789.0, 3747.0, 3774.0, 3747.0, 3763.0, 3757.0, 3745.0, 3767.0, 3746.0, 3742.0, 3745.0, 3765.0, 3747.0, 3776.0, 3758.0, 3774.0, 3747.0, 3764.0, 3755.0, 3743.0, 3758.0, 3758.0, 3769.0, 3756.0, 3766.0, 3748.0, 3767.0, 3761.0, 3788.0, 3771.0, 3767.0, 3770.0, 3749.0, 3757.0, 3761.0, 3781.0, 3750.0, 3791.0, 3746.0, 3777.0, 3746.0, 3775.0, 3760.0, 3776.0, 3768.0, 3734.0, 3759.0, 3757.0, 3755.0, 3759.0, 3788.0, 3772.0, 3778.0, 3761.0, 3756.0, 3768.0, 3761.0, 3792.0, 3758.0, 3769.0, 3746.0, 3779.0, 3758.0, 3789.0, 3768.0, 3786.0, 3758.0, 3754.0, 3756.0, 3746.0, 3781.0, 3747.0, 3776.0, 3745.0, 3775.0, 3734.0, 3774.0, 3756.0, 3788.0, 3766.0, 3736.0, 3756.0, 3747.0, 3755.0, 3747.0, 3778.0, 3768.0, 3787.0, 3755.0, 3732.0, 3744.0, 3745.0, 3743.0, 3744.0, 3775.0, 3733.0, 3787.0, 3745.0, 3762.0, 3742.0, 3746.0, 3758.0, 3748.0, 3779.0, 3749.0, 3775.0, 3748.0, 3787.0, 3769.0, 3786.0, 3767.0, 3753.0, 3744.0, 3743.0, 3745.0, 3732.0, 3756.0, 3744.0, 3786.0, 3734.0, 3764.0, 3744.0, 3763.0, 3758.0, 3776.0, 3769.0, 3764.0, 3757.0, 3732.0, 3758.0, 3736.0, 3756.0, 3746.0, 3787.0, 3747.0, 3779.0, 3736.0, 3768.0, 3733.0, 3778.0, 3756.0, 3785.0, 3746.0, 3773.0, 3757.0, 3742.0, 3747.0, 3748.0, 3756.0, 3746.0, 3764.0, 3756.0, 3742.0, 3743.0, 3756.0, 3737.0, 3776.0, 3757.0, 3775.0, 3758.0, 3775.0, 3747.0, 3786.0, 3757.0, 3785.0, 3768.0, 3774.0, 3745.0, 3741.0, 3743.0, 3746.0, 3743.0, 3743.0, 3765.0, 3744.0, 3767.0, 3745.0, 3774.0, 3749.0, 3785.0, 3768.0, 3763.0, 3745.0, 3741.0, 3743.0, 3761.0, 3747.0, 3784.0, 3755.0, 3770.0, 3733.0, 3761.0, 3743.0, 3739.0, 3755.0, 3755.0, 3759.0, 3746.0, 3766.0, 3746.0, 3777.0, 3745.0, 3781.0, 3759.0, 3778.0, 3743.0, 3744.0, 3733.0, 3734.0, 3741.0, 3744.0, 3732.0, 3742.0, 3729.0, 3743.0, 3729.0, 3743.0, 3740.0, 3756.0, 3744.0, 3755.0, 3744.0, 3768.0, 3748.0, 3766.0, 3759.0, 3766.0, 3771.0, 3790.0, 3768.0, 3767.0, 3757.0, 3762.0, 3745.0, 3772.0, 3744.0, 3772.0, 3756.0, 3739.0, 3744.0, 3743.0, 3742.0, 3744.0, 3745.0, 3747.0, 3775.0, 3745.0, 3777.0, 3744.0, 3761.0, 3746.0, 3773.0, 3757.0, 3762.0, 3755.0, 3730.0, 3742.0, 3729.0, 3755.0, 3740.0, 3755.0, 3743.0, 3743.0, 3743.0, 3731.0, 3743.0, 3743.0, 3742.0, 3763.0, 3746.0, 3776.0, 3757.0, 3762.0, 3756.0, 3742.0, 3759.0, 3754.0, 3770.0, 3760.0, 3792.0, 3757.0, 3777.0, 3760.0, 3787.0, 3771.0, 3766.0, 3768.0, 3756.0, 3755.0, 3747.0, 3766.0, 3749.0, 3789.0, 3768.0, 3774.0, 3756.0, 3774.0, 3757.0, 3769.0, 3790.0, 3747.0, 3775.0, 3757.0, 3749.0, 3756.0, 3748.0, 3776.0, 3771.0, 3759.0, 3790.0, 3748.0, 3775.0, 3745.0, 3763.0, 3756.0, 3733.0, 3789.0, 3732.0, 3774.0, 3745.0, 3761.0, 3742.0, 3733.0, 3768.0, 3742.0, 3773.0, 3734.0, 3761.0, 3744.0, 3740.0, 3757.0, 3752.0, 3754.0, 3731.0, 3745.0, 3744.0, 3741.0, 3735.0, 3744.0, 3746.0, 3764.0, 3759.0, 3744.0, 3759.0, 3746.0, 3760.0, 3750.0, 3781.0, 3747.0, 3787.0, 3747.0, 3777.0, 3757.0, 3747.0, 3769.0, 3760.0, 3791.0, 3757.0, 3775.0, 3745.0, 3763.0, 3757.0, 3755.0, 3746.0, 3732.0, 3745.0, 3741.0, 3744.0, 3743.0, 3741.0, 3742.0, 3777.0, 3735.0, 3753.0, 3746.0, 3751.0, 3757.0, 3744.0, 3760.0, 3744.0, 3769.0, 3746.0, 3766.0, 3733.0, 3777.0, 3757.0, 3788.0, 3765.0, 3771.0, 3733.0, 3750.0, 3743.0, 3764.0, 3755.0, 3772.0, 3756.0, 3738.0, 3729.0, 3727.0, 3743.0, 3732.0, 3741.0, 3753.0, 3757.0, 3733.0, 3754.0, 3747.0, 3777.0, 3771.0, 3760.0, 3769.0, 3748.0, 3766.0, 3760.0, 3755.0, 3771.0, 3747.0, 3781.0, 3758.0, 3748.0, 3743.0, 3746.0, 3742.0, 3788.0, 3741.0, 3752.0, 3732.0, 3750.0, 3741.0, 3764.0, 3747.0, 3772.0, 3744.0, 3763.0, 3744.0, 3740.0, 3744.0, 3730.0, 3747.0, 3745.0, 3765.0, 3743.0, 3745.0, 3735.0, 3751.0, 3734.0, 3762.0, 3745.0, 3773.0, 3756.0, 3734.0, 3743.0, 3743.0, 3756.0, 3746.0, 3758.0, 3746.0, 3755.0, 3730.0, 3756.0, 3741.0, 3755.0, 3755.0, 3756.0, 3759.0, 3759.0, 3749.0, 3767.0, 3773.0, 3769.0, 3773.0, 3769.0, 3774.0, 3779.0, 3782.0, 3746.0, 3760.0, 3744.0, 3759.0, 3757.0, 3779.0, 3745.0, 3756.0, 3744.0, 3752.0, 3746.0, 3774.0, 3768.0, 3766.0, 3757.0, 3743.0, 3744.0, 3745.0, 3755.0, 3746.0, 3775.0, 3754.0, 3775.0, 3744.0, 3730.0, 3743.0, 3745.0, 3766.0, 3743.0, 3783.0, 3744.0, 3730.0, 3745.0, 3741.0, 3743.0, 3745.0, 3784.0, 3766.0, 3771.0, 3743.0, 3760.0, 3743.0, 3749.0, 3743.0, 3739.0, 3741.0, 3732.0, 3743.0, 3742.0, 3744.0, 3747.0, 3753.0, 3759.0, 3755.0, 3769.0, 3760.0, 3780.0, 3759.0, 3779.0, 3745.0, 3766.0, 3758.0, 3768.0, 3756.0, 3776.0, 3744.0, 3745.0, 3747.0, 3754.0, 3759.0, 3755.0, 3770.0, 3756.0, 3767.0, 3747.0, 3780.0, 3761.0, 3802.0, 3769.0, 3789.0, 3743.0, 3767.0, 3732.0, 3767.0, 3745.0, 3787.0, 3743.0, 3741.0, 3740.0, 3727.0, 3730.0, 3738.0, 3742.0, 3754.0, 3728.0, 3740.0, 3718.0, 3743.0, 3721.0, 3744.0, 3749.0, 3755.0, 3773.0, 3756.0, 3776.0, 3755.0, 3761.0, 3746.0, 3761.0, 3756.0, 3765.0, 3769.0, 3776.0, 3770.0, 3767.0, 3769.0, 3768.0, 3772.0, 3770.0, 3784.0, 3764.0, 3805.0, 3759.0, 3778.0, 3772.0, 3757.0, 3759.0, 3759.0, 3792.0, 3759.0, 3789.0, 3766.0, 3774.0, 3743.0, 3761.0, 3753.0, 3742.0, 3774.0, 3741.0, 3753.0, 3729.0, 3752.0, 3730.0, 3761.0, 3743.0, 3764.0, 3741.0, 3758.0, 3728.0, 3747.0, 3741.0, 3719.0, 3742.0, 3733.0, 3755.0, 3733.0, 3755.0, 3742.0, 3751.0, 3755.0, 3764.0, 3758.0, 3746.0, 3747.0, 3744.0, 3757.0, 3745.0, 3764.0, 3757.0, 3755.0, 3758.0, 3746.0, 3756.0, 3747.0, 3765.0, 3748.0, 3776.0, 3759.0, 3774.0, 3747.0, 3763.0, 3757.0, 3743.0, 3759.0, 3744.0, 3776.0, 3747.0, 3764.0, 3758.0, 3744.0, 3757.0, 3757.0, 3768.0, 3757.0, 3765.0, 3734.0, 3767.0, 3747.0, 3767.0, 3746.0, 3789.0, 3746.0, 3774.0, 3743.0, 3752.0, 3745.0, 3743.0, 3742.0, 3742.0, 3743.0, 3763.0, 3745.0, 3733.0, 3756.0, 3757.0, 3757.0, 3749.0, 3782.0, 3760.0, 3777.0, 3745.0, 3746.0, 3744.0, 3744.0, 3743.0, 3742.0, 3733.0, 3767.0, 3743.0, 3776.0, 3743.0, 3733.0, 3731.0, 3729.0, 3733.0, 3755.0, 3733.0, 3775.0, 3733.0, 3761.0, 3743.0, 3729.0, 3745.0, 3733.0, 3766.0, 3741.0, 3745.0, 3743.0, 3745.0, 3743.0, 3743.0, 3742.0, 3743.0, 3732.0, 3743.0, 3742.0, 3743.0, 3744.0, 3741.0, 3745.0, 3765.0, 3757.0, 3747.0, 3755.0, 3758.0, 3758.0, 3758.0, 3780.0, 3759.0, 3786.0, 3767.0, 3743.0, 3754.0, 3744.0, 3758.0, 3758.0, 3779.0, 3753.0, 3744.0, 3741.0, 3741.0, 3745.0, 3765.0, 3760.0, 3776.0, 3759.0, 3744.0, 3757.0, 3759.0, 3755.0, 3759.0, 3787.0, 3770.0, 3769.0, 3780.0, 3742.0, 3764.0, 3747.0, 3754.0, 3758.0, 3757.0, 3764.0, 3745.0, 3757.0, 3757.0, 3744.0, 3741.0, 3741.0, 3740.0, 3743.0, 3743.0, 3762.0, 3744.0, 3751.0, 3773.0, 3755.0, 3758.0, 3755.0, 3788.0, 3760.0, 3776.0, 3756.0, 3745.0, 3768.0, 3758.0, 3791.0, 3747.0, 3776.0, 3744.0, 3774.0, 3757.0, 3784.0, 3768.0, 3762.0, 3756.0, 3743.0, 3742.0, 3745.0, 3765.0, 3745.0, 3774.0, 3768.0, 3773.0, 3753.0, 3731.0, 3756.0, 3753.0, 3760.0, 3769.0, 3775.0, 3746.0, 3778.0, 3735.0, 3762.0, 3744.0, 3762.0, 3755.0, 3772.0, 3752.0, 3730.0, 3745.0, 3729.0, 3745.0, 3730.0, 3754.0, 3731.0, 3765.0, 3751.0, 3742.0, 3733.0, 3754.0, 3746.0, 3773.0, 3756.0, 3746.0, 3755.0, 3745.0, 3755.0, 3747.0, 3775.0, 3766.0, 3747.0, 3757.0, 3746.0, 3754.0, 3743.0, 3777.0, 3746.0, 3785.0, 3769.0, 3744.0, 3757.0, 3744.0, 3756.0, 3745.0, 3764.0, 3747.0, 3775.0, 3759.0, 3755.0, 3770.0, 3756.0, 3759.0, 3757.0, 3780.0, 3759.0, 3786.0, 3758.0, 3765.0, 3755.0, 3744.0, 3770.0, 3760.0, 3783.0, 3746.0, 3764.0, 3758.0, 3764.0, 3756.0, 3746.0, 3769.0, 3743.0, 3765.0, 3749.0, 3787.0, 3759.0, 3758.0, 3781.0, 3759.0, 3779.0, 3757.0, 3747.0, 3759.0, 3764.0, 3780.0, 3760.0, 3761.0, 3780.0, 3750.0, 3778.0, 3749.0, 3764.0, 3747.0, 3777.0, 3766.0, 3736.0, 3764.0, 3734.0, 3755.0, 3734.0, 3763.0, 3744.0, 3748.0, 3768.0, 3744.0, 3745.0, 3732.0, 3753.0, 3733.0, 3767.0, 3745.0, 3776.0, 3766.0, 3735.0, 3747.0, 3746.0, 3748.0, 3750.0, 3779.0, 3770.0, 3759.0, 3764.0, 3749.0, 3771.0, 3788.0, 3760.0, 3776.0, 3757.0, 3775.0, 3769.0, 3774.0, 3748.0, 3775.0, 3758.0, 3764.0, 3760.0, 3748.0, 3770.0, 3746.0, 3770.0, 3760.0, 3777.0, 3759.0, 3794.0, 3759.0, 3779.0, 3769.0, 3766.0, 3732.0, 3763.0, 3732.0, 3765.0, 3743.0, 3776.0, 3752.0, 3762.0, 3744.0, 3731.0, 3745.0, 3744.0, 3758.0, 3759.0, 3790.0, 3747.0, 3746.0, 3742.0, 3744.0, 3755.0, 3755.0, 3729.0, 3755.0, 3740.0, 3744.0, 3731.0, 3753.0, 3742.0, 3742.0, 3755.0, 3765.0, 3772.0, 3758.0, 3773.0, 3758.0, 3769.0, 3756.0, 3759.0, 3764.0, 3759.0, 3774.0, 3778.0, 3773.0, 3742.0, 3760.0, 3741.0, 3771.0, 3753.0, 3764.0, 3753.0, 3751.0, 3732.0, 3750.0, 3744.0, 3742.0, 3742.0, 3742.0, 3744.0, 3750.0, 3742.0, 3743.0, 3740.0, 3741.0, 3745.0, 3764.0, 3757.0, 3746.0, 3759.0, 3758.0, 3790.0, 3772.0, 3788.0, 3758.0, 3757.0, 3756.0, 3756.0, 3747.0, 3752.0, 3758.0, 3761.0, 3731.0, 3749.0, 3742.0, 3749.0, 3744.0, 3750.0, 3742.0, 3730.0, 3744.0, 3744.0, 3747.0, 3757.0, 3780.0, 3759.0, 3791.0, 3758.0, 3791.0, 3745.0, 3758.0, 3745.0, 3742.0, 3744.0, 3756.0, 3741.0, 3756.0, 3744.0, 3767.0, 3744.0, 3777.0, 3755.0, 3763.0, 3757.0, 3753.0, 3759.0, 3755.0, 3766.0, 3770.0, 3790.0, 3757.0, 3757.0, 3757.0, 3756.0, 3747.0, 3767.0, 3758.0, 3785.0, 3744.0, 3762.0, 3752.0, 3743.0, 3757.0, 3752.0, 3776.0, 3735.0, 3765.0, 3743.0, 3763.0, 3742.0, 3760.0, 3744.0, 3765.0, 3765.0, 3729.0, 3753.0, 3733.0, 3754.0, 3747.0, 3777.0, 3733.0, 3771.0, 3753.0, 3760.0, 3740.0, 3728.0, 3742.0, 3745.0, 3742.0, 3747.0, 3774.0, 3758.0, 3753.0, 3757.0, 3743.0, 3758.0, 3757.0, 3778.0, 3745.0, 3778.0, 3732.0, 3751.0, 3745.0, 3750.0, 3755.0, 3741.0, 3744.0, 3742.0, 3741.0, 3741.0, 3762.0, 3755.0, 3756.0, 3767.0, 3743.0, 3763.0, 3743.0, 3763.0, 3757.0, 3744.0, 3766.0, 3734.0, 3764.0, 3740.0, 3763.0, 3767.0, 3734.0, 3745.0, 3745.0, 3750.0, 3731.0, 3760.0, 3754.0, 3749.0, 3743.0, 3740.0, 3740.0, 3734.0, 3729.0, 3746.0, 3744.0, 3784.0, 3743.0, 3742.0, 3743.0, 3747.0, 3764.0, 3757.0, 3755.0, 3743.0, 3749.0, 3786.0, 3768.0, 3753.0, 3746.0, 3743.0, 3730.0, 3733.0, 3751.0, 3732.0, 3763.0, 3734.0, 3765.0, 3745.0, 3750.0, 3742.0, 3752.0, 3746.0, 3765.0, 3746.0, 3756.0, 3745.0, 3765.0, 3761.0, 3765.0, 3757.0, 3756.0, 3757.0, 3771.0, 3775.0, 3775.0, 3782.0, 3776.0, 3781.0, 3771.0, 3782.0, 3762.0, 3789.0, 3770.0, 3793.0, 3768.0, 3778.0, 3733.0, 3766.0, 3734.0, 3754.0, 3745.0, 3767.0, 3746.0, 3765.0, 3740.0, 3743.0, 3729.0, 3743.0, 3746.0, 3752.0, 3747.0, 3794.0, 3746.0, 3770.0, 3744.0, 3764.0, 3760.0, 3744.0, 3758.0, 3745.0, 3755.0, 3744.0, 3780.0, 3759.0, 3786.0, 3765.0, 3774.0, 3757.0, 3764.0, 3756.0, 3762.0, 3755.0, 3744.0, 3743.0, 3729.0, 3731.0, 3720.0, 3741.0, 3743.0, 3744.0, 3752.0, 3753.0, 3731.0, 3754.0, 3745.0, 3740.0, 3741.0, 3741.0, 3716.0, 3743.0, 3762.0, 3744.0, 3760.0, 3744.0, 3740.0, 3745.0, 3753.0, 3770.0, 3768.0, 3778.0, 3783.0, 3804.0, 3777.0, 3793.0, 3777.0, 3796.0, 3761.0, 3761.0, 3788.0, 3756.0, 3765.0, 3755.0, 3752.0, 3733.0, 3753.0, 3731.0, 3754.0, 3736.0, 3762.0, 3733.0, 3764.0, 3732.0, 3752.0, 3732.0, 3753.0, 3745.0, 3772.0, 3754.0, 3755.0, 3757.0, 3742.0, 3755.0, 3744.0, 3769.0, 3736.0, 3786.0, 3733.0, 3762.0, 3742.0, 3753.0, 3748.0, 3744.0, 3775.0, 3734.0, 3755.0, 3735.0, 3740.0, 3745.0, 3744.0, 3731.0, 3744.0, 3770.0, 3731.0, 3756.0, 3730.0, 3748.0, 3731.0, 3739.0, 3745.0, 3752.0, 3745.0, 3752.0, 3747.0, 3742.0, 3744.0, 3753.0, 3759.0, 3764.0, 3758.0, 3755.0, 3759.0, 3759.0, 3745.0, 3748.0, 3765.0, 3759.0, 3778.0, 3773.0, 3789.0, 3769.0, 3764.0, 3746.0, 3752.0, 3756.0, 3773.0, 3754.0, 3773.0, 3758.0, 3787.0, 3769.0, 3774.0, 3769.0, 3764.0, 3757.0, 3751.0, 3756.0, 3742.0, 3758.0, 3754.0, 3755.0, 3755.0, 3793.0, 3762.0, 3766.0, 3766.0, 3758.0, 3780.0, 3760.0, 3788.0, 3758.0, 3766.0, 3759.0, 3758.0, 3790.0, 3744.0, 3776.0, 3734.0, 3761.0, 3744.0, 3775.0, 3768.0, 3760.0, 3743.0, 3747.0, 3742.0, 3757.0, 3731.0, 3747.0, 3730.0, 3763.0, 3744.0, 3759.0, 3730.0, 3750.0, 3726.0, 3731.0, 3738.0, 3761.0, 3757.0, 3777.0, 3770.0, 3767.0, 3772.0, 3768.0, 3772.0, 3766.0, 3759.0, 3786.0, 3757.0, 3775.0, 3785.0, 3775.0, 3742.0, 3751.0, 3758.0, 3765.0, 3757.0, 3752.0, 3744.0, 3739.0, 3756.0, 3729.0, 3754.0, 3771.0, 3752.0, 3772.0, 3757.0, 3773.0, 3767.0, 3761.0, 3744.0, 3751.0, 3743.0, 3753.0, 3760.0, 3765.0, 3757.0, 3741.0, 3753.0, 3741.0, 3756.0, 3761.0, 3744.0, 3761.0, 3745.0, 3765.0, 3745.0, 3766.0, 3756.0, 3764.0, 3747.0, 3763.0, 3753.0, 3754.0, 3760.0, 3760.0, 3792.0, 3760.0, 3777.0, 3758.0, 3787.0, 3771.0, 3788.0, 3756.0, 3754.0, 3757.0, 3754.0, 3753.0, 3759.0, 3789.0, 3758.0, 3765.0, 3744.0, 3744.0, 3753.0, 3745.0, 3754.0, 3779.0, 3736.0, 3766.0, 3732.0, 3740.0, 3743.0, 3743.0, 3764.0, 3736.0, 3762.0, 3734.0, 3740.0, 3743.0, 3745.0, 3769.0], 'WindowWidth': [8600.0, 8510.0, 8538.0, 8472.0, 8517.0, 8498.0, 8482.0, 8467.0, 8417.0, 8442.0, 8426.0, 8445.0, 8429.0, 8471.0, 8444.0, 8464.0, 8445.0, 8433.0, 8440.0, 8428.0, 8445.0, 8437.0, 8486.0, 8446.0, 8467.0, 8444.0, 8455.0, 8452.0, 8434.0, 8466.0, 8435.0, 8453.0, 8476.0, 8484.0, 8453.0, 8486.0, 8465.0, 8482.0, 8449.0, 8456.0, 8466.0, 8450.0, 8481.0, 8445.0, 8471.0, 8451.0, 8471.0, 8452.0, 8487.0, 8484.0, 8512.0, 8480.0, 8457.0, 8458.0, 8438.0, 8455.0, 8446.0, 8485.0, 8446.0, 8482.0, 8461.0, 8480.0, 8462.0, 8486.0, 8473.0, 8453.0, 8454.0, 8437.0, 8440.0, 8437.0, 8458.0, 8441.0, 8495.0, 8419.0, 8484.0, 8437.0, 8476.0, 8440.0, 8464.0, 8470.0, 8421.0, 8441.0, 8437.0, 8435.0, 8442.0, 8481.0, 8443.0, 8499.0, 8442.0, 8476.0, 8440.0, 8459.0, 8455.0, 8436.0, 8469.0, 8438.0, 8430.0, 8437.0, 8462.0, 8443.0, 8480.0, 8457.0, 8476.0, 8441.0, 8461.0, 8451.0, 8434.0, 8459.0, 8460.0, 8473.0, 8455.0, 8468.0, 8447.0, 8471.0, 8468.0, 8501.0, 8481.0, 8470.0, 8477.0, 8448.0, 8457.0, 8465.0, 8493.0, 8450.0, 8504.0, 8441.0, 8481.0, 8440.0, 8479.0, 8464.0, 8481.0, 8470.0, 8422.0, 8459.0, 8456.0, 8452.0, 8465.0, 8501.0, 8483.0, 8487.0, 8467.0, 8457.0, 8476.0, 8467.0, 8510.0, 8459.0, 8474.0, 8442.0, 8487.0, 8461.0, 8501.0, 8472.0, 8495.0, 8457.0, 8448.0, 8456.0, 8442.0, 8493.0, 8443.0, 8481.0, 8438.0, 8478.0, 8422.0, 8474.0, 8455.0, 8498.0, 8466.0, 8426.0, 8452.0, 8440.0, 8449.0, 8442.0, 8486.0, 8474.0, 8495.0, 8451.0, 8417.0, 8434.0, 8435.0, 8433.0, 8434.0, 8478.0, 8420.0, 8494.0, 8437.0, 8457.0, 8431.0, 8441.0, 8459.0, 8446.0, 8487.0, 8447.0, 8480.0, 8446.0, 8497.0, 8476.0, 8496.0, 8469.0, 8447.0, 8434.0, 8431.0, 8437.0, 8417.0, 8453.0, 8435.0, 8491.0, 8420.0, 8461.0, 8436.0, 8459.0, 8458.0, 8480.0, 8473.0, 8462.0, 8454.0, 8420.0, 8456.0, 8426.0, 8454.0, 8442.0, 8498.0, 8442.0, 8484.0, 8426.0, 8468.0, 8421.0, 8483.0, 8455.0, 8490.0, 8440.0, 8474.0, 8455.0, 8430.0, 8442.0, 8444.0, 8454.0, 8440.0, 8462.0, 8451.0, 8430.0, 8434.0, 8452.0, 8429.0, 8483.0, 8458.0, 8480.0, 8460.0, 8480.0, 8443.0, 8494.0, 8458.0, 8492.0, 8471.0, 8474.0, 8436.0, 8427.0, 8432.0, 8440.0, 8435.0, 8433.0, 8464.0, 8436.0, 8468.0, 8438.0, 8475.0, 8447.0, 8492.0, 8471.0, 8460.0, 8436.0, 8428.0, 8432.0, 8455.0, 8442.0, 8488.0, 8448.0, 8464.0, 8417.0, 8452.0, 8432.0, 8424.0, 8451.0, 8452.0, 8462.0, 8442.0, 8469.0, 8444.0, 8483.0, 8441.0, 8492.0, 8461.0, 8486.0, 8432.0, 8433.0, 8417.0, 8418.0, 8425.0, 8435.0, 8418.0, 8431.0, 8408.0, 8428.0, 8409.0, 8431.0, 8425.0, 8451.0, 8437.0, 8452.0, 8439.0, 8471.0, 8446.0, 8469.0, 8464.0, 8471.0, 8484.0, 8505.0, 8475.0, 8472.0, 8457.0, 8456.0, 8435.0, 8467.0, 8432.0, 8470.0, 8451.0, 8423.0, 8432.0, 8432.0, 8429.0, 8433.0, 8437.0, 8443.0, 8479.0, 8437.0, 8480.0, 8435.0, 8454.0, 8439.0, 8475.0, 8459.0, 8459.0, 8450.0, 8411.0, 8428.0, 8409.0, 8449.0, 8425.0, 8449.0, 8429.0, 8430.0, 8430.0, 8413.0, 8431.0, 8430.0, 8433.0, 8459.0, 8440.0, 8479.0, 8455.0, 8459.0, 8455.0, 8435.0, 8463.0, 8453.0, 8480.0, 8466.0, 8509.0, 8459.0, 8487.0, 8466.0, 8500.0, 8484.0, 8471.0, 8474.0, 8456.0, 8453.0, 8444.0, 8470.0, 8450.0, 8501.0, 8471.0, 8476.0, 8455.0, 8477.0, 8458.0, 8473.0, 8502.0, 8442.0, 8480.0, 8459.0, 8447.0, 8455.0, 8447.0, 8483.0, 8480.0, 8462.0, 8503.0, 8443.0, 8477.0, 8436.0, 8458.0, 8454.0, 8420.0, 8498.0, 8416.0, 8472.0, 8434.0, 8453.0, 8427.0, 8416.0, 8468.0, 8429.0, 8470.0, 8418.0, 8453.0, 8432.0, 8424.0, 8453.0, 8442.0, 8447.0, 8411.0, 8433.0, 8430.0, 8426.0, 8422.0, 8433.0, 8440.0, 8464.0, 8459.0, 8436.0, 8459.0, 8441.0, 8462.0, 8450.0, 8494.0, 8444.0, 8497.0, 8442.0, 8482.0, 8456.0, 8444.0, 8477.0, 8463.0, 8505.0, 8456.0, 8477.0, 8437.0, 8460.0, 8456.0, 8450.0, 8439.0, 8415.0, 8434.0, 8425.0, 8432.0, 8430.0, 8427.0, 8430.0, 8479.0, 8420.0, 8443.0, 8438.0, 8441.0, 8454.0, 8437.0, 8463.0, 8436.0, 8472.0, 8438.0, 8463.0, 8419.0, 8479.0, 8454.0, 8495.0, 8462.0, 8466.0, 8416.0, 8437.0, 8431.0, 8460.0, 8451.0, 8469.0, 8449.0, 8417.0, 8407.0, 8404.0, 8429.0, 8415.0, 8428.0, 8445.0, 8453.0, 8419.0, 8449.0, 8443.0, 8486.0, 8484.0, 8465.0, 8476.0, 8447.0, 8469.0, 8463.0, 8456.0, 8481.0, 8445.0, 8493.0, 8457.0, 8443.0, 8432.0, 8440.0, 8430.0, 8495.0, 8426.0, 8439.0, 8414.0, 8436.0, 8428.0, 8459.0, 8441.0, 8469.0, 8433.0, 8457.0, 8433.0, 8425.0, 8433.0, 8412.0, 8441.0, 8436.0, 8463.0, 8430.0, 8433.0, 8421.0, 8438.0, 8420.0, 8457.0, 8438.0, 8473.0, 8450.0, 8420.0, 8433.0, 8431.0, 8452.0, 8441.0, 8460.0, 8441.0, 8452.0, 8412.0, 8452.0, 8428.0, 8450.0, 8451.0, 8454.0, 8463.0, 8462.0, 8452.0, 8475.0, 8487.0, 8480.0, 8487.0, 8481.0, 8490.0, 8492.0, 8497.0, 8442.0, 8461.0, 8434.0, 8460.0, 8456.0, 8487.0, 8436.0, 8450.0, 8433.0, 8443.0, 8438.0, 8475.0, 8473.0, 8466.0, 8454.0, 8432.0, 8433.0, 8435.0, 8448.0, 8439.0, 8476.0, 8447.0, 8475.0, 8431.0, 8410.0, 8428.0, 8435.0, 8464.0, 8434.0, 8485.0, 8433.0, 8411.0, 8434.0, 8427.0, 8431.0, 8438.0, 8487.0, 8463.0, 8466.0, 8429.0, 8450.0, 8431.0, 8433.0, 8431.0, 8423.0, 8426.0, 8414.0, 8431.0, 8428.0, 8434.0, 8441.0, 8447.0, 8463.0, 8456.0, 8477.0, 8464.0, 8492.0, 8462.0, 8488.0, 8440.0, 8466.0, 8458.0, 8471.0, 8453.0, 8479.0, 8435.0, 8436.0, 8442.0, 8451.0, 8465.0, 8455.0, 8479.0, 8458.0, 8473.0, 8447.0, 8493.0, 8469.0, 8523.0, 8474.0, 8499.0, 8432.0, 8465.0, 8416.0, 8465.0, 8437.0, 8494.0, 8428.0, 8423.0, 8419.0, 8401.0, 8408.0, 8418.0, 8429.0, 8447.0, 8407.0, 8424.0, 8394.0, 8430.0, 8399.0, 8433.0, 8437.0, 8449.0, 8474.0, 8454.0, 8479.0, 8450.0, 8455.0, 8438.0, 8455.0, 8456.0, 8467.0, 8478.0, 8486.0, 8480.0, 8474.0, 8480.0, 8477.0, 8486.0, 8483.0, 8505.0, 8477.0, 8531.0, 8466.0, 8490.0, 8482.0, 8459.0, 8464.0, 8462.0, 8509.0, 8460.0, 8501.0, 8465.0, 8473.0, 8431.0, 8453.0, 8445.0, 8427.0, 8474.0, 8423.0, 8439.0, 8407.0, 8438.0, 8409.0, 8449.0, 8431.0, 8457.0, 8424.0, 8443.0, 8403.0, 8428.0, 8422.0, 8392.0, 8428.0, 8418.0, 8447.0, 8416.0, 8448.0, 8429.0, 8441.0, 8450.0, 8463.0, 8459.0, 8439.0, 8441.0, 8436.0, 8454.0, 8439.0, 8463.0, 8459.0, 8454.0, 8459.0, 8439.0, 8452.0, 8442.0, 8463.0, 8444.0, 8481.0, 8459.0, 8476.0, 8441.0, 8459.0, 8453.0, 8433.0, 8461.0, 8435.0, 8480.0, 8441.0, 8461.0, 8457.0, 8435.0, 8455.0, 8456.0, 8472.0, 8453.0, 8464.0, 8420.0, 8466.0, 8442.0, 8467.0, 8437.0, 8497.0, 8438.0, 8474.0, 8429.0, 8441.0, 8434.0, 8427.0, 8428.0, 8427.0, 8433.0, 8460.0, 8437.0, 8422.0, 8455.0, 8458.0, 8457.0, 8449.0, 8497.0, 8463.0, 8484.0, 8435.0, 8436.0, 8432.0, 8432.0, 8430.0, 8427.0, 8415.0, 8466.0, 8429.0, 8476.0, 8429.0, 8414.0, 8410.0, 8407.0, 8417.0, 8448.0, 8418.0, 8474.0, 8416.0, 8452.0, 8431.0, 8409.0, 8436.0, 8419.0, 8464.0, 8425.0, 8433.0, 8430.0, 8434.0, 8428.0, 8429.0, 8427.0, 8430.0, 8415.0, 8430.0, 8426.0, 8430.0, 8433.0, 8429.0, 8439.0, 8467.0, 8457.0, 8442.0, 8452.0, 8458.0, 8458.0, 8458.0, 8490.0, 8463.0, 8495.0, 8468.0, 8433.0, 8449.0, 8435.0, 8456.0, 8456.0, 8486.0, 8446.0, 8431.0, 8427.0, 8425.0, 8436.0, 8464.0, 8467.0, 8484.0, 8462.0, 8435.0, 8454.0, 8461.0, 8453.0, 8462.0, 8499.0, 8480.0, 8475.0, 8489.0, 8432.0, 8461.0, 8440.0, 8447.0, 8458.0, 8454.0, 8463.0, 8434.0, 8454.0, 8453.0, 8431.0, 8424.0, 8425.0, 8425.0, 8430.0, 8432.0, 8455.0, 8433.0, 8445.0, 8487.0, 8455.0, 8461.0, 8455.0, 8500.0, 8464.0, 8482.0, 8455.0, 8440.0, 8474.0, 8458.0, 8506.0, 8441.0, 8481.0, 8437.0, 8474.0, 8454.0, 8489.0, 8472.0, 8457.0, 8451.0, 8430.0, 8429.0, 8435.0, 8462.0, 8438.0, 8477.0, 8470.0, 8471.0, 8446.0, 8414.0, 8451.0, 8449.0, 8463.0, 8479.0, 8481.0, 8441.0, 8483.0, 8423.0, 8456.0, 8434.0, 8458.0, 8450.0, 8470.0, 8443.0, 8411.0, 8434.0, 8410.0, 8434.0, 8412.0, 8447.0, 8415.0, 8464.0, 8439.0, 8428.0, 8418.0, 8445.0, 8438.0, 8473.0, 8453.0, 8439.0, 8449.0, 8437.0, 8450.0, 8444.0, 8480.0, 8468.0, 8442.0, 8455.0, 8439.0, 8447.0, 8434.0, 8482.0, 8442.0, 8493.0, 8474.0, 8437.0, 8457.0, 8436.0, 8453.0, 8438.0, 8463.0, 8445.0, 8481.0, 8462.0, 8454.0, 8477.0, 8457.0, 8461.0, 8460.0, 8491.0, 8463.0, 8495.0, 8459.0, 8465.0, 8452.0, 8438.0, 8476.0, 8464.0, 8497.0, 8441.0, 8463.0, 8456.0, 8463.0, 8455.0, 8440.0, 8472.0, 8432.0, 8463.0, 8446.0, 8497.0, 8463.0, 8461.0, 8495.0, 8466.0, 8490.0, 8458.0, 8447.0, 8465.0, 8477.0, 8493.0, 8465.0, 8466.0, 8492.0, 8451.0, 8486.0, 8444.0, 8459.0, 8439.0, 8479.0, 8465.0, 8422.0, 8458.0, 8417.0, 8446.0, 8418.0, 8456.0, 8435.0, 8442.0, 8469.0, 8431.0, 8433.0, 8414.0, 8441.0, 8417.0, 8465.0, 8438.0, 8479.0, 8466.0, 8421.0, 8441.0, 8440.0, 8442.0, 8451.0, 8490.0, 8479.0, 8462.0, 8473.0, 8452.0, 8481.0, 8499.0, 8459.0, 8480.0, 8454.0, 8475.0, 8471.0, 8474.0, 8442.0, 8476.0, 8455.0, 8461.0, 8461.0, 8445.0, 8475.0, 8442.0, 8475.0, 8464.0, 8483.0, 8462.0, 8511.0, 8462.0, 8484.0, 8469.0, 8462.0, 8414.0, 8454.0, 8414.0, 8459.0, 8432.0, 8477.0, 8443.0, 8454.0, 8431.0, 8412.0, 8434.0, 8436.0, 8457.0, 8458.0, 8502.0, 8440.0, 8435.0, 8427.0, 8432.0, 8449.0, 8446.0, 8409.0, 8448.0, 8425.0, 8432.0, 8414.0, 8444.0, 8432.0, 8433.0, 8454.0, 8469.0, 8485.0, 8463.0, 8486.0, 8461.0, 8475.0, 8455.0, 8459.0, 8464.0, 8460.0, 8477.0, 8486.0, 8471.0, 8427.0, 8449.0, 8424.0, 8466.0, 8445.0, 8456.0, 8442.0, 8436.0, 8410.0, 8433.0, 8433.0, 8426.0, 8427.0, 8427.0, 8434.0, 8437.0, 8427.0, 8428.0, 8425.0, 8426.0, 8437.0, 8461.0, 8456.0, 8444.0, 8461.0, 8460.0, 8504.0, 8483.0, 8499.0, 8457.0, 8453.0, 8452.0, 8451.0, 8441.0, 8443.0, 8457.0, 8452.0, 8411.0, 8435.0, 8427.0, 8433.0, 8432.0, 8437.0, 8428.0, 8413.0, 8433.0, 8436.0, 8442.0, 8462.0, 8492.0, 8463.0, 8506.0, 8461.0, 8507.0, 8438.0, 8455.0, 8436.0, 8428.0, 8433.0, 8451.0, 8429.0, 8451.0, 8437.0, 8469.0, 8438.0, 8483.0, 8451.0, 8460.0, 8456.0, 8448.0, 8460.0, 8454.0, 8469.0, 8476.0, 8504.0, 8457.0, 8455.0, 8455.0, 8451.0, 8443.0, 8470.0, 8457.0, 8491.0, 8435.0, 8458.0, 8442.0, 8432.0, 8455.0, 8445.0, 8480.0, 8422.0, 8460.0, 8431.0, 8455.0, 8427.0, 8450.0, 8435.0, 8463.0, 8461.0, 8409.0, 8442.0, 8417.0, 8445.0, 8443.0, 8481.0, 8418.0, 8466.0, 8442.0, 8449.0, 8425.0, 8407.0, 8429.0, 8437.0, 8432.0, 8443.0, 8478.0, 8460.0, 8450.0, 8456.0, 8435.0, 8460.0, 8455.0, 8485.0, 8436.0, 8487.0, 8416.0, 8440.0, 8437.0, 8437.0, 8449.0, 8428.0, 8435.0, 8430.0, 8428.0, 8431.0, 8460.0, 8455.0, 8454.0, 8470.0, 8434.0, 8460.0, 8434.0, 8460.0, 8456.0, 8435.0, 8466.0, 8419.0, 8458.0, 8423.0, 8462.0, 8471.0, 8419.0, 8434.0, 8434.0, 8436.0, 8412.0, 8451.0, 8448.0, 8434.0, 8428.0, 8422.0, 8422.0, 8419.0, 8410.0, 8438.0, 8435.0, 8488.0, 8432.0, 8429.0, 8432.0, 8441.0, 8463.0, 8455.0, 8451.0, 8433.0, 8446.0, 8493.0, 8469.0, 8444.0, 8437.0, 8428.0, 8410.0, 8414.0, 8437.0, 8416.0, 8455.0, 8417.0, 8458.0, 8433.0, 8436.0, 8426.0, 8438.0, 8437.0, 8461.0, 8437.0, 8451.0, 8438.0, 8465.0, 8466.0, 8466.0, 8458.0, 8457.0, 8460.0, 8484.0, 8493.0, 8495.0, 8499.0, 8494.0, 8495.0, 8482.0, 8494.0, 8467.0, 8502.0, 8479.0, 8510.0, 8472.0, 8484.0, 8417.0, 8462.0, 8418.0, 8443.0, 8435.0, 8466.0, 8439.0, 8460.0, 8422.0, 8427.0, 8407.0, 8429.0, 8438.0, 8445.0, 8440.0, 8515.0, 8443.0, 8476.0, 8436.0, 8465.0, 8464.0, 8437.0, 8458.0, 8437.0, 8451.0, 8438.0, 8490.0, 8462.0, 8494.0, 8464.0, 8474.0, 8453.0, 8460.0, 8450.0, 8456.0, 8449.0, 8433.0, 8430.0, 8406.0, 8410.0, 8394.0, 8423.0, 8428.0, 8433.0, 8442.0, 8441.0, 8410.0, 8445.0, 8433.0, 8423.0, 8422.0, 8422.0, 8386.0, 8428.0, 8457.0, 8432.0, 8449.0, 8430.0, 8425.0, 8436.0, 8448.0, 8477.0, 8478.0, 8492.0, 8508.0, 8534.0, 8499.0, 8518.0, 8497.0, 8524.0, 8468.0, 8466.0, 8499.0, 8453.0, 8460.0, 8446.0, 8441.0, 8415.0, 8441.0, 8412.0, 8445.0, 8426.0, 8455.0, 8417.0, 8457.0, 8414.0, 8439.0, 8415.0, 8443.0, 8436.0, 8471.0, 8447.0, 8452.0, 8455.0, 8429.0, 8449.0, 8437.0, 8474.0, 8426.0, 8493.0, 8418.0, 8456.0, 8430.0, 8446.0, 8444.0, 8433.0, 8477.0, 8420.0, 8445.0, 8419.0, 8423.0, 8432.0, 8433.0, 8412.0, 8431.0, 8462.0, 8409.0, 8439.0, 8406.0, 8430.0, 8409.0, 8418.0, 8436.0, 8444.0, 8439.0, 8444.0, 8441.0, 8430.0, 8436.0, 8447.0, 8460.0, 8463.0, 8457.0, 8453.0, 8464.0, 8461.0, 8438.0, 8444.0, 8465.0, 8461.0, 8489.0, 8487.0, 8505.0, 8475.0, 8461.0, 8439.0, 8443.0, 8451.0, 8473.0, 8448.0, 8471.0, 8457.0, 8497.0, 8477.0, 8476.0, 8473.0, 8461.0, 8454.0, 8442.0, 8452.0, 8432.0, 8457.0, 8451.0, 8452.0, 8453.0, 8518.0, 8470.0, 8471.0, 8470.0, 8462.0, 8492.0, 8468.0, 8501.0, 8461.0, 8470.0, 8461.0, 8461.0, 8503.0, 8435.0, 8480.0, 8419.0, 8454.0, 8433.0, 8479.0, 8474.0, 8452.0, 8428.0, 8428.0, 8426.0, 8441.0, 8408.0, 8427.0, 8407.0, 8456.0, 8436.0, 8447.0, 8407.0, 8434.0, 8401.0, 8409.0, 8420.0, 8455.0, 8460.0, 8489.0, 8480.0, 8476.0, 8485.0, 8475.0, 8485.0, 8469.0, 8462.0, 8496.0, 8457.0, 8479.0, 8506.0, 8478.0, 8430.0, 8441.0, 8458.0, 8469.0, 8457.0, 8445.0, 8431.0, 8419.0, 8449.0, 8410.0, 8445.0, 8466.0, 8441.0, 8468.0, 8454.0, 8472.0, 8467.0, 8454.0, 8434.0, 8441.0, 8431.0, 8447.0, 8466.0, 8468.0, 8456.0, 8428.0, 8445.0, 8426.0, 8450.0, 8453.0, 8432.0, 8454.0, 8435.0, 8462.0, 8436.0, 8465.0, 8453.0, 8463.0, 8444.0, 8459.0, 8449.0, 8454.0, 8465.0, 8466.0, 8513.0, 8467.0, 8487.0, 8461.0, 8500.0, 8482.0, 8501.0, 8455.0, 8448.0, 8454.0, 8450.0, 8446.0, 8461.0, 8499.0, 8455.0, 8464.0, 8435.0, 8434.0, 8446.0, 8437.0, 8447.0, 8485.0, 8422.0, 8462.0, 8413.0, 8421.0, 8430.0, 8428.0, 8458.0, 8421.0, 8452.0, 8416.0, 8421.0, 8429.0, 8435.0, 8469.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.0022338399503722085</td></tr>
<tr><td colspan=3>aqi</td><td>0.02053369032258064</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.20753009211048</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1881402105648657</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0435677512352557</td></tr>
<tr><td colspan=3>efc</td><td>0.51</td></tr>
<tr><td colspan=3>fber</td><td>2574.1921</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1049288461507115</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.451612903225806</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.57366414787138</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.555843029973045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.754245752515482</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4109036611256127</td></tr>
<tr><td colspan=3>gcor</td><td>0.00996338</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014807065948843956</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019792456179857254</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1612</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6119406798984524</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>19.0575</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.5788</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.6854</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297287.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>1087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.1044</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.818</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.4928</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2909.5737</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>807.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.9821</td></tr>
<tr><td colspan=3>tsnr</td><td>36.7656199891353</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>