<?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-0106_ses-01_task-alignvideo_acq-mb8_run-02_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-0106_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0106_suffix-bold_task-alignvideo" 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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_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-0106/ses-01/func/sub-0106_ses-01_task-alignvideo_acq-mb8_run-02_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>1bde3c94e845f9e8b568f61bbd0981d5</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:33:55.920000</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_VE11E_LATEST_20181129</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.995808, 0.0122371, 0.0906472, -0.0272936, 0.985616, 0.16678]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.0811725</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7774, -7266, 282, -56, 16, -119, 75]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.379</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>961c0e30-a518-495d-8584-00386c3b5853||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671679735183716, -0.07322680205106735, 0.23571664094924927, 107.97418212890625], [-0.03283127024769783, 2.644336700439453, 0.455097496509552, -96.99999237060547], [0.24319981038570404, -0.44745776057243347, 2.650909900665283, -61.79804992675781], [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, 1376]</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], 'AcquisitionTime': ['163355.920000', '163356.380000', '163356.840000', '163357.300000', '163357.760000', '163358.220000', '163358.680000', '163359.140000', '163359.600000', '163400.060000', '163400.520000', '163400.980000', '163401.440000', '163401.900000', '163402.360000', '163402.820000', '163403.280000', '163403.740000', '163404.200000', '163404.660000', '163405.120000', '163405.580000', '163406.040000', '163406.500000', '163406.960000', '163407.420000', '163407.880000', '163408.340000', '163408.800000', '163409.260000', '163409.720000', '163410.180000', '163410.640000', '163411.100000', '163411.560000', '163412.020000', '163412.480000', '163412.940000', '163413.400000', '163413.860000', '163414.320000', '163414.780000', '163415.240000', '163415.700000', '163416.160000', '163416.620000', '163417.080000', '163417.540000', '163418.000000', '163418.460000', '163418.920000', '163419.380000', '163419.840000', '163420.300000', '163420.760000', '163421.220000', '163421.680000', '163422.140000', '163422.600000', '163423.060000', '163423.520000', '163423.980000', '163424.440000', '163424.900000', '163425.360000', '163425.820000', '163426.280000', '163426.740000', '163427.200000', '163427.660000', '163428.120000', '163428.580000', '163429.040000', '163429.500000', '163429.960000', '163430.420000', '163430.880000', '163431.340000', '163431.800000', '163432.260000', '163432.720000', '163433.180000', '163433.640000', '163434.100000', '163434.560000', '163435.020000', '163435.480000', '163435.940000', '163436.400000', '163436.860000', '163437.320000', '163437.780000', '163438.240000', '163438.700000', '163439.160000', '163439.620000', '163440.080000', '163440.540000', '163441.000000', '163441.460000', '163441.920000', '163442.380000', '163442.840000', '163443.300000', '163443.760000', '163444.220000', '163444.680000', '163445.140000', '163445.600000', '163446.060000', '163446.520000', '163446.980000', '163447.440000', '163447.900000', '163448.360000', '163448.820000', '163449.280000', '163449.740000', '163450.200000', '163450.660000', '163451.120000', '163451.580000', '163452.040000', '163452.500000', '163452.960000', '163453.420000', '163453.880000', '163454.340000', '163454.800000', '163455.260000', '163455.720000', '163456.180000', '163456.640000', '163457.100000', '163457.560000', '163458.020000', '163458.480000', '163458.940000', '163459.400000', '163459.860000', '163500.320000', '163500.780000', '163501.240000', '163501.700000', '163502.160000', '163502.620000', '163503.080000', '163503.540000', '163504.000000', '163504.460000', '163504.920000', '163505.380000', '163505.840000', '163506.300000', '163506.760000', '163507.220000', '163507.680000', '163508.140000', '163508.600000', '163509.060000', '163509.520000', '163509.980000', '163510.440000', '163510.900000', '163511.360000', '163511.820000', '163512.280000', '163512.740000', '163513.200000', '163513.660000', '163514.120000', '163514.580000', '163515.040000', '163515.500000', '163515.960000', '163516.420000', '163516.880000', '163517.340000', '163517.800000', '163518.260000', '163518.720000', '163519.180000', '163519.640000', '163520.100000', '163520.560000', '163521.020000', '163521.480000', '163521.940000', '163522.400000', '163522.860000', '163523.320000', '163523.780000', '163524.240000', '163524.700000', '163525.160000', '163525.620000', '163526.080000', '163526.540000', '163527.000000', '163527.460000', '163527.920000', '163528.380000', '163528.840000', '163529.300000', '163529.760000', '163530.220000', '163530.680000', '163531.140000', '163531.600000', '163532.060000', '163532.520000', '163532.980000', '163533.440000', '163533.900000', '163534.360000', '163534.820000', '163535.280000', '163535.740000', '163536.200000', '163536.660000', '163537.120000', '163537.580000', '163538.040000', '163538.500000', '163538.960000', '163539.420000', '163539.880000', '163540.340000', '163540.800000', '163541.260000', '163541.720000', '163542.180000', '163542.640000', '163543.100000', '163543.560000', '163544.020000', '163544.480000', '163544.940000', '163545.400000', '163545.860000', '163546.320000', '163546.780000', '163547.240000', '163547.700000', '163548.160000', '163548.620000', '163549.080000', '163549.540000', '163550.000000', '163550.460000', '163550.920000', '163551.380000', '163551.840000', '163552.300000', '163552.760000', '163553.220000', '163553.680000', '163554.140000', '163554.600000', '163555.060000', '163555.520000', '163555.980000', '163556.440000', '163556.900000', '163557.360000', '163557.820000', '163558.280000', '163558.740000', '163559.200000', '163559.660000', '163600.120000', '163600.580000', '163601.040000', '163601.500000', '163601.960000', '163602.420000', '163602.880000', '163603.340000', '163603.800000', '163604.260000', '163604.720000', '163605.180000', '163605.640000', '163606.100000', '163606.560000', '163607.020000', '163607.480000', '163607.940000', '163608.400000', '163608.860000', '163609.320000', '163609.780000', '163610.240000', '163610.700000', '163611.160000', '163611.620000', '163612.080000', '163612.540000', '163613.000000', '163613.460000', '163613.920000', '163614.380000', '163614.840000', '163615.300000', '163615.760000', '163616.220000', '163616.680000', '163617.140000', '163617.600000', '163618.060000', '163618.520000', '163618.980000', '163619.440000', '163619.900000', '163620.360000', '163620.820000', '163621.280000', '163621.740000', '163622.200000', '163622.660000', '163623.120000', '163623.580000', '163624.040000', '163624.500000', '163624.960000', '163625.420000', '163625.880000', '163626.340000', '163626.800000', '163627.260000', '163627.720000', '163628.180000', '163628.640000', '163629.100000', '163629.560000', '163630.020000', '163630.480000', '163630.940000', '163631.400000', '163631.860000', '163632.320000', '163632.780000', '163633.240000', '163633.700000', '163634.160000', '163634.620000', '163635.080000', '163635.540000', '163636.000000', '163636.460000', '163636.920000', '163637.380000', '163637.840000', '163638.300000', '163638.760000', '163639.220000', '163639.680000', '163640.140000', '163640.600000', '163641.060000', '163641.520000', '163641.980000', '163642.440000', '163642.900000', '163643.360000', '163643.820000', '163644.280000', '163644.740000', '163645.200000', '163645.660000', '163646.120000', '163646.580000', '163647.040000', '163647.500000', '163647.960000', '163648.420000', '163648.880000', '163649.340000', '163649.800000', '163650.260000', '163650.720000', '163651.180000', '163651.640000', '163652.100000', '163652.560000', '163653.020000', '163653.480000', '163653.940000', '163654.400000', '163654.860000', '163655.320000', '163655.780000', '163656.240000', '163656.700000', '163657.160000', '163657.620000', '163658.080000', '163658.540000', '163659.000000', '163659.460000', '163659.920000', '163700.380000', '163700.840000', '163701.300000', '163701.760000', '163702.220000', '163702.680000', '163703.140000', '163703.600000', '163704.060000', '163704.520000', '163704.980000', '163705.440000', '163705.900000', '163706.360000', '163706.820000', '163707.280000', '163707.740000', '163708.200000', '163708.660000', '163709.120000', '163709.580000', '163710.040000', '163710.500000', '163710.960000', '163711.420000', '163711.880000', '163712.340000', '163712.800000', '163713.260000', '163713.720000', '163714.180000', '163714.640000', '163715.100000', '163715.560000', '163716.020000', '163716.480000', '163716.940000', '163717.400000', '163717.860000', '163718.320000', '163718.780000', '163719.240000', '163719.700000', '163720.160000', '163720.620000', '163721.080000', '163721.540000', '163722.000000', '163722.460000', '163722.920000', '163723.380000', '163723.840000', '163724.300000', '163724.760000', '163725.220000', '163725.680000', '163726.140000', '163726.600000', '163727.060000', '163727.520000', '163727.980000', '163728.440000', '163728.900000', '163729.360000', '163729.820000', '163730.280000', '163730.740000', '163731.200000', '163731.660000', '163732.120000', '163732.580000', '163733.040000', '163733.500000', '163733.960000', '163734.420000', '163734.880000', '163735.340000', '163735.800000', '163736.260000', '163736.720000', '163737.180000', '163737.640000', '163738.100000', '163738.560000', '163739.020000', '163739.480000', '163739.940000', '163740.400000', '163740.860000', '163741.320000', '163741.780000', '163742.240000', '163742.700000', '163743.160000', '163743.620000', '163744.080000', '163744.540000', '163745.000000', '163745.460000', '163745.920000', '163746.380000', '163746.840000', '163747.300000', '163747.760000', '163748.220000', '163748.680000', '163749.140000', '163749.600000', '163750.060000', '163750.520000', '163750.980000', '163751.440000', '163751.900000', '163752.360000', '163752.820000', '163753.280000', '163753.740000', '163754.200000', '163754.660000', '163755.120000', '163755.580000', '163756.040000', '163756.500000', '163756.960000', '163757.420000', '163757.880000', '163758.340000', '163758.800000', '163759.260000', '163759.720000', '163800.180000', '163800.640000', '163801.100000', '163801.560000', '163802.020000', '163802.480000', '163802.940000', '163803.400000', '163803.860000', '163804.320000', '163804.780000', '163805.240000', '163805.700000', '163806.160000', '163806.620000', '163807.080000', '163807.540000', '163808.000000', '163808.460000', '163808.920000', '163809.380000', '163809.840000', '163810.300000', '163810.760000', '163811.220000', '163811.680000', '163812.140000', '163812.600000', '163813.060000', '163813.520000', '163813.980000', '163814.440000', '163814.900000', '163815.360000', '163815.820000', '163816.280000', '163816.740000', '163817.200000', '163817.660000', '163818.120000', '163818.580000', '163819.040000', '163819.500000', '163819.960000', '163820.420000', '163820.880000', '163821.340000', '163821.800000', '163822.260000', '163822.720000', '163823.180000', '163823.640000', '163824.100000', '163824.560000', '163825.020000', '163825.480000', '163825.940000', '163826.400000', '163826.860000', '163827.320000', '163827.780000', '163828.240000', '163828.700000', '163829.160000', '163829.620000', '163830.080000', '163830.540000', '163831.000000', '163831.460000', '163831.920000', '163832.380000', '163832.840000', '163833.300000', '163833.760000', '163834.220000', '163834.680000', '163835.140000', '163835.600000', '163836.060000', '163836.520000', '163836.980000', '163837.440000', '163837.900000', '163838.360000', '163838.820000', '163839.280000', '163839.740000', '163840.200000', '163840.660000', '163841.120000', '163841.580000', '163842.040000', '163842.500000', '163842.960000', '163843.420000', '163843.880000', '163844.340000', '163844.800000', '163845.260000', '163845.720000', '163846.180000', '163846.640000', '163847.100000', '163847.560000', '163848.020000', '163848.480000', '163848.940000', '163849.400000', '163849.860000', '163850.320000', '163850.780000', '163851.240000', '163851.700000', '163852.160000', '163852.620000', '163853.080000', '163853.540000', '163854.000000', '163854.460000', '163854.920000', '163855.380000', '163855.840000', '163856.300000', '163856.760000', '163857.220000', '163857.680000', '163858.140000', '163858.600000', '163859.060000', '163859.520000', '163859.980000', '163900.440000', '163900.900000', '163901.360000', '163901.820000', '163902.280000', '163902.740000', '163903.200000', '163903.660000', '163904.120000', '163904.580000', '163905.040000', '163905.500000', '163905.960000', '163906.420000', '163906.880000', '163907.340000', '163907.800000', '163908.260000', '163908.720000', '163909.180000', '163909.640000', '163910.100000', '163910.560000', '163911.020000', '163911.480000', '163911.940000', '163912.400000', '163912.860000', '163913.320000', '163913.780000', '163914.240000', '163914.700000', '163915.160000', '163915.620000', '163916.080000', '163916.540000', '163917.000000', '163917.460000', '163917.920000', '163918.380000', '163918.840000', '163919.300000', '163919.760000', '163920.220000', '163920.680000', '163921.140000', '163921.600000', '163922.060000', '163922.520000', '163922.980000', '163923.440000', '163923.900000', '163924.360000', '163924.820000', '163925.280000', '163925.740000', '163926.200000', '163926.660000', '163927.120000', '163927.580000', '163928.040000', '163928.500000', '163928.960000', '163929.420000', '163929.880000', '163930.340000', '163930.800000', '163931.260000', '163931.720000', '163932.180000', '163932.640000', '163933.100000', '163933.560000', '163934.020000', '163934.480000', '163934.940000', '163935.400000', '163935.860000', '163936.320000', '163936.780000', '163937.240000', '163937.700000', '163938.160000', '163938.620000', '163939.080000', '163939.540000', '163940.000000', '163940.460000', '163940.920000', '163941.380000', '163941.840000', '163942.300000', '163942.760000', '163943.220000', '163943.680000', '163944.140000', '163944.600000', '163945.060000', '163945.520000', '163945.980000', '163946.440000', '163946.900000', '163947.360000', '163947.820000', '163948.280000', '163948.740000', '163949.200000', '163949.660000', '163950.120000', '163950.580000', '163951.040000', '163951.500000', '163951.960000', '163952.420000', '163952.880000', '163953.340000', '163953.800000', '163954.260000', '163954.720000', '163955.180000', '163955.640000', '163956.100000', '163956.560000', '163957.020000', '163957.480000', '163957.940000', '163958.400000', '163958.860000', '163959.320000', '163959.780000', '164000.240000', '164000.700000', '164001.160000', '164001.620000', '164002.080000', '164002.540000', '164003.000000', '164003.460000', '164003.920000', '164004.380000', '164004.840000', '164005.300000', '164005.760000', '164006.220000', '164006.680000', '164007.140000', '164007.600000', '164008.060000', '164008.520000', '164008.980000', '164009.440000', '164009.900000', '164010.360000', '164010.820000', '164011.280000', '164011.740000', '164012.200000', '164012.660000', '164013.120000', '164013.580000', '164014.040000', '164014.500000', '164014.960000', '164015.420000', '164015.880000', '164016.340000', '164016.800000', '164017.260000', '164017.720000', '164018.180000', '164018.640000', '164019.100000', '164019.560000', '164020.020000', '164020.480000', '164020.940000', '164021.400000', '164021.860000', '164022.320000', '164022.780000', '164023.240000', '164023.700000', '164024.160000', '164024.620000', '164025.080000', '164025.540000', '164026.000000', '164026.460000', '164026.920000', '164027.380000', '164027.840000', '164028.300000', '164028.760000', '164029.220000', '164029.680000', '164030.140000', '164030.600000', '164031.060000', '164031.520000', '164031.980000', '164032.440000', '164032.900000', '164033.360000', '164033.820000', '164034.280000', '164034.740000', '164035.200000', '164035.660000', '164036.120000', '164036.580000', '164037.040000', '164037.500000', '164037.960000', '164038.420000', '164038.880000', '164039.340000', '164039.800000', '164040.260000', '164040.720000', '164041.180000', '164041.640000', '164042.100000', '164042.560000', '164043.020000', '164043.480000', '164043.940000', '164044.400000', '164044.860000', '164045.320000', '164045.780000', '164046.240000', '164046.700000', '164047.160000', '164047.620000', '164048.080000', '164048.540000', '164049.000000', '164049.460000', '164049.920000', '164050.380000', '164050.840000', '164051.300000', '164051.760000', '164052.220000', '164052.680000', '164053.140000', '164053.600000', '164054.060000', '164054.520000', '164054.980000', '164055.440000', '164055.900000', '164056.360000', '164056.820000', '164057.280000', '164057.740000', '164058.200000', '164058.660000', '164059.120000', '164059.580000', '164100.040000', '164100.500000', '164100.960000', '164101.420000', '164101.880000', '164102.340000', '164102.800000', '164103.260000', '164103.720000', '164104.180000', '164104.640000', '164105.100000', '164105.560000', '164106.020000', '164106.480000', '164106.940000', '164107.400000', '164107.860000', '164108.320000', '164108.780000', '164109.240000', '164109.700000', '164110.160000', '164110.620000', '164111.080000', '164111.540000', '164112.000000', '164112.460000', '164112.920000', '164113.380000', '164113.840000', '164114.300000', '164114.760000', '164115.220000', '164115.680000', '164116.140000', '164116.600000', '164117.060000', '164117.520000', '164117.980000', '164118.440000', '164118.900000', '164119.360000', '164119.820000', '164120.280000', '164120.740000', '164121.200000', '164121.660000', '164122.120000', '164122.580000', '164123.040000', '164123.500000', '164123.960000', '164124.420000', '164124.880000', '164125.340000', '164125.800000', '164126.260000', '164126.720000', '164127.180000', '164127.640000', '164128.100000', '164128.560000', '164129.020000', '164129.480000', '164129.940000', '164130.400000', '164130.860000', '164131.320000', '164131.780000', '164132.240000', '164132.700000', '164133.160000', '164133.620000', '164134.080000', '164134.540000', '164135.000000', '164135.460000', '164135.920000', '164136.380000', '164136.840000', '164137.300000', '164137.760000', '164138.220000', '164138.680000', '164139.140000', '164139.600000', '164140.060000', '164140.520000', '164140.980000', '164141.440000', '164141.900000', '164142.360000', '164142.820000', '164143.280000', '164143.740000', '164144.200000', '164144.660000', '164145.120000', '164145.580000', '164146.040000', '164146.500000', '164146.960000', '164147.420000', '164147.880000', '164148.340000', '164148.800000', '164149.260000', '164149.720000', '164150.180000', '164150.640000', '164151.100000', '164151.560000', '164152.020000', '164152.480000', '164152.940000', '164153.400000', '164153.860000', '164154.320000', '164154.780000', '164155.240000', '164155.700000', '164156.160000', '164156.620000', '164157.080000', '164157.540000', '164158.000000', '164158.460000', '164158.920000', '164159.380000', '164159.840000', '164200.300000', '164200.760000', '164201.220000', '164201.680000', '164202.140000', '164202.600000', '164203.060000', '164203.520000', '164203.980000', '164204.440000', '164204.900000', '164205.360000', '164205.820000', '164206.280000', '164206.740000', '164207.200000', '164207.660000', '164208.120000', '164208.580000', '164209.040000', '164209.500000', '164209.960000', '164210.420000', '164210.880000', '164211.340000', '164211.800000', '164212.260000', '164212.720000', '164213.180000', '164213.640000', '164214.100000', '164214.560000', '164215.020000', '164215.480000', '164215.940000', '164216.400000', '164216.860000', '164217.320000', '164217.780000', '164218.240000', '164218.700000', '164219.160000', '164219.620000', '164220.080000', '164220.540000', '164221.000000', '164221.460000', '164221.920000', '164222.380000', '164222.840000', '164223.300000', '164223.760000', '164224.220000', '164224.680000', '164225.140000', '164225.600000', '164226.060000', '164226.520000', '164226.980000', '164227.440000', '164227.900000', '164228.360000', '164228.820000', '164229.280000', '164229.740000', '164230.200000', '164230.660000', '164231.120000', '164231.580000', '164232.040000', '164232.500000', '164232.960000', '164233.420000', '164233.880000', '164234.340000', '164234.800000', '164235.260000', '164235.720000', '164236.180000', '164236.640000', '164237.100000', '164237.560000', '164238.020000', '164238.480000', '164238.940000', '164239.400000', '164239.860000', '164240.320000', '164240.780000', '164241.240000', '164241.700000', '164242.160000', '164242.620000', '164243.080000', '164243.540000', '164244.000000', '164244.460000', '164244.920000', '164245.380000', '164245.840000', '164246.300000', '164246.760000', '164247.220000', '164247.680000', '164248.140000', '164248.600000', '164249.060000', '164249.520000', '164249.980000', '164250.440000', '164250.900000', '164251.360000', '164251.820000', '164252.280000', '164252.740000', '164253.200000', '164253.660000', '164254.120000', '164254.580000', '164255.040000', '164255.500000', '164255.960000', '164256.420000', '164256.880000', '164257.340000', '164257.800000', '164258.260000', '164258.720000', '164259.180000', '164259.640000', '164300.100000', '164300.560000', '164301.020000', '164301.480000', '164301.940000', '164302.400000', '164302.860000', '164303.320000', '164303.780000', '164304.240000', '164304.700000', '164305.160000', '164305.620000', '164306.080000', '164306.540000', '164307.000000', '164307.460000', '164307.920000', '164308.380000', '164308.840000', '164309.300000', '164309.760000', '164310.220000', '164310.680000', '164311.140000', '164311.600000', '164312.060000', '164312.520000', '164312.980000', '164313.440000', '164313.900000', '164314.360000', '164314.820000', '164315.280000', '164315.740000', '164316.200000', '164316.660000', '164317.120000', '164317.580000', '164318.040000', '164318.500000', '164318.960000', '164319.420000', '164319.880000', '164320.340000', '164320.800000', '164321.260000', '164321.720000', '164322.180000', '164322.640000', '164323.100000', '164323.560000', '164324.020000', '164324.480000', '164324.940000', '164325.400000', '164325.860000', '164326.320000', '164326.780000', '164327.240000', '164327.700000', '164328.160000', '164328.620000', '164329.080000', '164329.540000', '164330.000000', '164330.460000', '164330.920000', '164331.380000', '164331.840000', '164332.300000', '164332.760000', '164333.220000', '164333.680000', '164334.140000', '164334.600000', '164335.060000', '164335.520000', '164335.980000', '164336.440000', '164336.900000', '164337.360000', '164337.820000', '164338.280000', '164338.740000', '164339.200000', '164339.660000', '164340.120000', '164340.580000', '164341.040000', '164341.500000', '164341.960000', '164342.420000', '164342.880000', '164343.340000', '164343.800000', '164344.260000', '164344.720000', '164345.180000', '164345.640000', '164346.100000', '164346.560000', '164347.020000', '164347.480000', '164347.940000', '164348.400000', '164348.860000', '164349.320000', '164349.780000', '164350.240000', '164350.700000', '164351.160000', '164351.620000', '164352.080000', '164352.540000', '164353.000000', '164353.460000', '164353.920000', '164354.380000', '164354.840000', '164355.300000', '164355.760000', '164356.220000', '164356.680000', '164357.140000', '164357.600000', '164358.060000', '164358.520000', '164358.980000', '164359.440000', '164359.900000', '164400.360000', '164400.820000', '164401.280000', '164401.740000', '164402.200000', '164402.660000', '164403.120000', '164403.580000', '164404.040000', '164404.500000', '164404.960000', '164405.420000', '164405.880000', '164406.340000', '164406.800000', '164407.260000', '164407.720000', '164408.180000', '164408.640000', '164409.100000', '164409.560000', '164410.020000', '164410.480000', '164410.940000', '164411.400000', '164411.860000', '164412.320000', '164412.780000', '164413.240000', '164413.700000', '164414.160000', '164414.620000', '164415.080000', '164415.540000', '164416.000000', '164416.460000', '164416.920000', '164417.380000', '164417.840000', '164418.300000', '164418.760000', '164419.220000', '164419.680000', '164420.140000', '164420.600000', '164421.060000', '164421.520000', '164421.980000', '164422.440000', '164422.900000', '164423.360000', '164423.820000', '164424.280000', '164424.740000', '164425.200000', '164425.660000', '164426.120000', '164426.580000', '164427.040000', '164427.500000', '164427.960000', '164428.420000'], 'ContentTime': ['163418.157000', '163418.160000', '163418.166000', '163418.169000', '163418.171000', '163418.174000', '163418.176000', '163418.179000', '163418.181000', '163418.184000', '163418.187000', '163418.189000', '163418.192000', '163418.195000', '163418.197000', '163418.200000', '163418.202000', '163418.205000', '163418.207000', '163418.210000', '163418.212000', '163418.215000', '163418.218000', '163418.220000', '163418.223000', '163418.225000', '163418.228000', '163418.231000', '163418.233000', '163418.236000', '163418.238000', '163418.241000', '163418.243000', '163418.246000', '163418.249000', '163418.251000', '163418.254000', '163418.258000', '163418.261000', '163418.264000', '163418.266000', '163418.269000', '163418.271000', '163418.274000', '163418.277000', '163418.279000', '163438.128000', '163438.131000', '163438.134000', '163438.136000', '163438.139000', '163438.141000', '163438.144000', '163438.147000', '163438.149000', '163438.152000', '163438.154000', '163438.157000', '163438.160000', '163438.162000', '163438.165000', '163438.167000', '163438.170000', '163438.172000', '163438.175000', '163438.178000', '163438.180000', '163438.183000', '163438.185000', '163438.188000', '163438.191000', '163438.193000', '163438.196000', '163438.198000', '163438.201000', '163438.203000', '163438.213000', '163438.222000', '163438.224000', '163438.227000', '163438.229000', '163438.232000', '163438.235000', '163438.237000', '163438.240000', '163438.243000', '163438.245000', '163438.248000', '163438.251000', '163438.253000', '163458.129000', '163458.131000', '163458.134000', '163458.137000', '163458.139000', '163458.142000', '163458.145000', '163458.148000', '163458.151000', '163458.154000', '163458.156000', '163458.159000', '163458.162000', '163458.164000', '163458.167000', '163458.169000', '163458.172000', '163458.175000', '163458.177000', '163458.183000', '163458.186000', '163458.189000', '163458.191000', '163458.195000', '163458.198000', '163458.200000', '163458.203000', '163458.205000', '163458.208000', '163458.210000', '163458.213000', '163458.216000', '163458.218000', '163458.221000', '163458.223000', '163458.226000', '163458.228000', '163458.231000', '163458.234000', '163458.236000', '163458.239000', '163458.241000', '163458.244000', '163518.128000', '163518.131000', '163518.134000', '163518.137000', '163518.139000', '163518.142000', '163518.145000', '163518.147000', '163518.150000', '163518.153000', '163518.155000', '163518.158000', '163518.160000', '163518.163000', '163518.165000', '163518.168000', '163518.171000', '163518.173000', '163518.176000', '163518.178000', '163518.181000', '163518.183000', '163518.186000', '163518.189000', '163518.191000', '163518.194000', '163518.197000', '163518.199000', '163518.202000', '163518.204000', '163518.207000', '163518.214000', '163518.217000', '163518.219000', '163518.222000', '163518.225000', '163518.227000', '163518.230000', '163518.233000', '163518.235000', '163518.238000', '163518.241000', '163518.243000', '163518.246000', '163538.129000', '163538.132000', '163538.134000', '163538.137000', '163538.140000', '163538.142000', '163538.145000', '163538.147000', '163538.150000', '163538.153000', '163538.155000', '163538.158000', '163538.160000', '163538.164000', '163538.167000', '163538.169000', '163538.172000', '163538.175000', '163538.177000', '163538.180000', '163538.211000', '163538.214000', '163538.216000', '163538.219000', '163538.222000', '163538.224000', '163538.227000', '163538.229000', '163538.232000', '163538.234000', '163538.237000', '163538.240000', '163538.242000', '163538.245000', '163538.247000', '163538.250000', '163538.253000', '163538.255000', '163538.258000', '163538.260000', '163538.263000', '163538.266000', '163538.268000', '163558.127000', '163558.130000', '163558.133000', '163558.136000', '163558.138000', '163558.141000', '163558.144000', '163558.146000', '163558.149000', '163558.152000', '163558.154000', '163558.157000', '163558.159000', '163558.162000', '163558.165000', '163558.167000', '163558.170000', '163558.173000', '163558.175000', '163558.178000', '163558.180000', '163558.183000', '163558.186000', '163558.188000', '163558.191000', '163558.194000', '163558.196000', '163558.199000', '163558.201000', '163558.204000', '163558.211000', '163558.214000', '163558.216000', '163558.219000', '163558.222000', '163558.224000', '163558.227000', '163558.229000', '163558.232000', '163558.235000', '163558.237000', '163558.240000', '163558.242000', '163558.245000', '163618.128000', '163618.131000', '163618.134000', '163618.136000', '163618.139000', '163618.142000', '163618.144000', '163618.147000', '163618.150000', '163618.152000', '163618.155000', '163618.157000', '163618.160000', '163618.162000', '163618.165000', '163618.168000', '163618.170000', '163618.173000', '163618.175000', '163618.178000', '163618.181000', '163618.183000', '163618.186000', '163618.189000', '163618.191000', '163618.194000', '163618.196000', '163618.199000', '163618.201000', '163618.204000', '163618.207000', '163618.210000', '163618.213000', '163618.216000', '163618.219000', '163618.221000', '163618.224000', '163618.226000', '163618.229000', '163618.232000', '163618.235000', '163618.238000', '163618.241000', '163638.128000', '163638.131000', '163638.134000', '163638.136000', '163638.139000', '163638.142000', '163638.145000', '163638.147000', '163638.150000', '163638.153000', '163638.155000', '163638.158000', '163638.161000', '163638.163000', '163638.166000', '163638.168000', '163638.171000', '163638.174000', '163638.176000', '163638.179000', '163638.181000', '163638.184000', '163638.187000', '163638.189000', '163638.192000', '163638.195000', '163638.197000', '163638.200000', '163638.202000', '163638.205000', '163638.208000', '163638.210000', '163638.213000', '163638.216000', '163638.218000', '163638.221000', '163638.223000', '163638.226000', '163638.228000', '163638.231000', '163638.234000', '163638.236000', '163638.239000', '163638.241000', '163658.129000', '163658.132000', '163658.135000', '163658.137000', '163658.140000', '163658.142000', '163658.145000', '163658.147000', '163658.150000', '163658.153000', '163658.155000', '163658.158000', '163658.160000', '163658.163000', '163658.165000', '163658.168000', '163658.171000', '163658.173000', '163658.176000', '163658.179000', '163658.181000', '163658.184000', '163658.186000', '163658.189000', '163658.192000', '163658.194000', '163658.197000', '163658.199000', '163658.202000', '163658.205000', '163658.207000', '163658.210000', '163658.213000', '163658.215000', '163658.218000', '163658.220000', '163658.223000', '163658.226000', '163658.228000', '163658.231000', '163658.233000', '163658.236000', '163658.238000', '163718.129000', '163718.132000', '163718.147000', '163718.149000', '163718.152000', '163718.155000', '163718.157000', '163718.160000', '163718.162000', '163718.165000', '163718.167000', '163718.171000', '163718.174000', '163718.176000', '163718.179000', '163718.181000', '163718.184000', '163718.187000', '163718.189000', '163718.192000', '163718.203000', '163718.206000', '163718.209000', '163718.211000', '163718.214000', '163718.217000', '163718.219000', '163718.222000', '163718.224000', '163718.227000', '163718.230000', '163718.232000', '163718.235000', '163718.238000', '163718.240000', '163718.243000', '163718.246000', '163718.248000', '163718.251000', '163718.254000', '163718.256000', '163718.259000', '163718.261000', '163718.264000', '163738.128000', '163738.131000', '163738.134000', '163738.136000', '163738.139000', '163738.142000', '163738.144000', '163738.147000', '163738.149000', '163738.152000', '163738.155000', '163738.157000', '163738.160000', '163738.162000', '163738.165000', '163738.169000', '163738.171000', '163738.174000', '163738.177000', '163738.179000', '163738.182000', '163738.185000', '163738.187000', '163738.190000', '163738.193000', '163738.195000', '163738.198000', '163738.200000', '163738.203000', '163738.206000', '163738.208000', '163738.211000', '163738.214000', '163738.216000', '163738.219000', '163738.221000', '163738.224000', '163738.226000', '163738.229000', '163738.232000', '163738.235000', '163738.238000', '163738.241000', '163758.129000', '163758.132000', '163758.134000', '163758.137000', '163758.139000', '163758.142000', '163758.145000', '163758.147000', '163758.150000', '163758.152000', '163758.155000', '163758.157000', '163758.160000', '163758.163000', '163758.165000', '163758.168000', '163758.170000', '163758.173000', '163758.176000', '163758.178000', '163758.181000', '163758.183000', '163758.186000', '163758.189000', '163758.191000', '163758.194000', '163758.196000', '163758.199000', '163758.201000', '163758.204000', '163758.207000', '163758.209000', '163758.217000', '163758.219000', '163758.222000', '163758.224000', '163758.227000', '163758.230000', '163758.232000', '163758.235000', '163758.237000', '163758.240000', '163758.243000', '163758.245000', '163818.127000', '163818.130000', '163818.133000', '163818.136000', '163818.138000', '163818.141000', '163818.143000', '163818.146000', '163818.148000', '163818.151000', '163818.154000', '163818.156000', '163818.159000', '163818.161000', '163818.164000', '163818.167000', '163818.170000', '163818.172000', '163818.175000', '163818.177000', '163818.180000', '163818.182000', '163818.185000', '163818.188000', '163818.190000', '163818.193000', '163818.195000', '163818.198000', '163818.201000', '163818.203000', '163818.206000', '163818.208000', '163818.211000', '163818.214000', '163818.216000', '163818.219000', '163818.221000', '163818.224000', '163818.226000', '163818.229000', '163818.232000', '163818.234000', '163818.237000', '163838.129000', '163838.132000', '163838.134000', '163838.137000', '163838.139000', '163838.142000', '163838.145000', '163838.147000', '163838.150000', '163838.152000', '163838.155000', '163838.158000', '163838.160000', '163838.163000', '163838.166000', '163838.168000', '163838.171000', '163838.173000', '163838.176000', '163838.178000', '163838.181000', '163838.184000', '163838.186000', '163838.189000', '163838.191000', '163838.194000', '163838.197000', '163838.214000', '163838.216000', '163838.219000', '163838.222000', '163838.224000', '163838.227000', '163838.229000', '163838.232000', '163838.235000', '163838.237000', '163838.240000', '163838.242000', '163838.245000', '163838.247000', '163838.250000', '163838.253000', '163838.255000', '163858.129000', '163858.131000', '163858.134000', '163858.137000', '163858.139000', '163858.142000', '163858.144000', '163858.147000', '163858.150000', '163858.152000', '163858.155000', '163858.157000', '163858.160000', '163858.163000', '163858.165000', '163858.168000', '163858.171000', '163858.173000', '163858.176000', '163858.179000', '163858.181000', '163858.184000', '163858.186000', '163858.189000', '163858.192000', '163858.194000', '163858.197000', '163858.200000', '163858.202000', '163858.205000', '163858.207000', '163858.210000', '163858.212000', '163858.215000', '163858.218000', '163858.220000', '163858.223000', '163858.225000', '163858.228000', '163858.230000', '163858.233000', '163858.236000', '163858.238000', '163918.129000', '163918.132000', '163918.134000', '163918.137000', '163918.139000', '163918.142000', '163918.145000', '163918.147000', '163918.150000', '163918.152000', '163918.155000', '163918.158000', '163918.160000', '163918.163000', '163918.166000', '163918.168000', '163918.171000', '163918.173000', '163918.176000', '163918.179000', '163918.181000', '163918.184000', '163918.186000', '163918.189000', '163918.192000', '163918.194000', '163918.197000', '163918.200000', '163918.202000', '163918.205000', '163918.215000', '163918.217000', '163918.220000', '163918.223000', '163918.225000', '163918.228000', '163918.231000', '163918.233000', '163918.236000', '163918.239000', '163918.241000', '163918.244000', '163918.246000', '163918.249000', '163938.128000', '163938.131000', '163938.134000', '163938.136000', '163938.139000', '163938.142000', '163938.144000', '163938.147000', '163938.149000', '163938.152000', '163938.155000', '163938.159000', '163938.162000', '163938.164000', '163938.167000', '163938.169000', '163938.172000', '163938.175000', '163938.177000', '163938.180000', '163938.183000', '163938.185000', '163938.188000', '163938.190000', '163938.193000', '163938.196000', '163938.198000', '163938.201000', '163938.203000', '163938.206000', '163938.209000', '163938.211000', '163938.214000', '163938.216000', '163938.219000', '163938.221000', '163938.224000', '163938.227000', '163938.229000', '163938.232000', '163938.235000', '163938.237000', '163938.240000', '163958.128000', '163958.131000', '163958.134000', '163958.137000', '163958.139000', '163958.142000', '163958.144000', '163958.147000', '163958.149000', '163958.152000', '163958.155000', '163958.157000', '163958.160000', '163958.163000', '163958.165000', '163958.168000', '163958.170000', '163958.173000', '163958.175000', '163958.178000', '163958.181000', '163958.183000', '163958.186000', '163958.189000', '163958.191000', '163958.194000', '163958.197000', '163958.199000', '163958.202000', '163958.204000', '163958.207000', '163958.210000', '163958.212000', '163958.215000', '163958.217000', '163958.220000', '163958.223000', '163958.225000', '163958.245000', '163958.247000', '163958.250000', '163958.253000', '163958.255000', '163958.258000', '164018.129000', '164018.131000', '164018.134000', '164018.137000', '164018.139000', '164018.142000', '164018.144000', '164018.147000', '164018.149000', '164018.152000', '164018.155000', '164018.157000', '164018.160000', '164018.162000', '164018.165000', '164018.168000', '164018.170000', '164018.173000', '164018.175000', '164018.178000', '164018.180000', '164018.183000', '164018.186000', '164018.188000', '164018.191000', '164018.193000', '164018.196000', '164018.199000', '164018.201000', '164018.204000', '164018.206000', '164018.209000', '164018.212000', '164018.214000', '164018.217000', '164018.219000', '164018.222000', '164018.224000', '164018.227000', '164018.230000', '164018.232000', '164018.235000', '164018.237000', '164038.128000', '164038.131000', '164038.133000', '164038.136000', '164038.138000', '164038.141000', '164038.143000', '164038.146000', '164038.149000', '164038.151000', '164038.154000', '164038.157000', '164038.159000', '164038.162000', '164038.164000', '164038.167000', '164038.169000', '164038.172000', '164038.175000', '164038.177000', '164038.180000', '164038.182000', '164038.185000', '164038.188000', '164038.190000', '164038.193000', '164038.196000', '164038.198000', '164038.201000', '164038.203000', '164038.206000', '164038.209000', '164038.211000', '164038.214000', '164038.216000', '164038.219000', '164038.222000', '164038.224000', '164038.227000', '164038.229000', '164038.232000', '164038.235000', '164038.237000', '164038.240000', '164058.129000', '164058.132000', '164058.134000', '164058.137000', '164058.139000', '164058.142000', '164058.145000', '164058.147000', '164058.150000', '164058.152000', '164058.155000', '164058.158000', '164058.160000', '164058.163000', '164058.165000', '164058.168000', '164058.170000', '164058.173000', '164058.176000', '164058.178000', '164058.181000', '164058.183000', '164058.186000', '164058.189000', '164058.191000', '164058.194000', '164058.196000', '164058.199000', '164058.202000', '164058.204000', '164058.207000', '164058.209000', '164058.212000', '164058.214000', '164058.217000', '164058.220000', '164058.222000', '164058.225000', '164058.228000', '164058.230000', '164058.233000', '164058.235000', '164058.238000', '164118.129000', '164118.132000', '164118.134000', '164118.137000', '164118.140000', '164118.142000', '164118.145000', '164118.147000', '164118.150000', '164118.153000', '164118.156000', '164118.159000', '164118.161000', '164118.164000', '164118.167000', '164118.169000', '164118.172000', '164118.175000', '164118.177000', '164118.180000', '164118.182000', '164118.185000', '164118.188000', '164118.190000', '164118.193000', '164118.195000', '164118.198000', '164118.201000', '164118.203000', '164118.206000', '164118.208000', '164118.211000', '164118.214000', '164118.216000', '164118.219000', '164118.221000', '164118.224000', '164118.227000', '164118.229000', '164118.232000', '164118.234000', '164118.237000', '164118.240000', '164138.129000', '164138.131000', '164138.134000', '164138.137000', '164138.139000', '164138.152000', '164138.154000', '164138.157000', '164138.160000', '164138.162000', '164138.165000', '164138.167000', '164138.170000', '164138.172000', '164138.175000', '164138.178000', '164138.180000', '164138.183000', '164138.185000', '164138.188000', '164138.191000', '164138.193000', '164138.196000', '164138.198000', '164138.201000', '164138.203000', '164138.206000', '164138.209000', '164138.211000', '164138.214000', '164138.216000', '164138.219000', '164138.221000', '164138.224000', '164138.227000', '164138.229000', '164138.232000', '164138.234000', '164138.237000', '164138.240000', '164138.242000', '164138.245000', '164138.247000', '164138.250000', '164158.129000', '164158.132000', '164158.134000', '164158.137000', '164158.140000', '164158.142000', '164158.145000', '164158.148000', '164158.150000', '164158.153000', '164158.155000', '164158.158000', '164158.160000', '164158.163000', '164158.166000', '164158.168000', '164158.171000', '164158.173000', '164158.176000', '164158.179000', '164158.181000', '164158.184000', '164158.186000', '164158.189000', '164158.192000', '164158.194000', '164158.197000', '164158.199000', '164158.202000', '164158.205000', '164158.207000', '164158.210000', '164158.212000', '164158.215000', '164158.218000', '164158.220000', '164158.223000', '164158.225000', '164158.228000', '164158.230000', '164158.233000', '164158.236000', '164158.238000', '164158.241000', '164218.129000', '164218.132000', '164218.134000', '164218.137000', '164218.139000', '164218.142000', '164218.144000', '164218.147000', '164218.150000', '164218.152000', '164218.155000', '164218.157000', '164218.160000', '164218.163000', '164218.165000', '164218.171000', '164218.174000', '164218.176000', '164218.179000', '164218.182000', '164218.184000', '164218.187000', '164218.189000', '164218.192000', '164218.195000', '164218.197000', '164218.200000', '164218.202000', '164218.205000', '164218.208000', '164218.210000', '164218.213000', '164218.215000', '164218.218000', '164218.221000', '164218.223000', '164218.226000', '164218.228000', '164218.231000', '164218.234000', '164218.236000', '164218.239000', '164218.241000', '164238.129000', '164238.132000', '164238.136000', '164238.138000', '164238.141000', '164238.144000', '164238.146000', '164238.149000', '164238.151000', '164238.154000', '164238.156000', '164238.159000', '164238.162000', '164238.164000', '164238.167000', '164238.169000', '164238.172000', '164238.175000', '164238.177000', '164238.180000', '164238.183000', '164238.185000', '164238.188000', '164238.191000', '164238.194000', '164238.198000', '164238.201000', '164238.203000', '164238.206000', '164238.208000', '164238.211000', '164238.214000', '164238.216000', '164238.219000', '164238.222000', '164238.224000', '164238.227000', '164238.229000', '164238.232000', '164238.234000', '164238.237000', '164238.239000', '164238.242000', '164258.128000', '164258.130000', '164258.144000', '164258.146000', '164258.149000', '164258.152000', '164258.154000', '164258.162000', '164258.164000', '164258.167000', '164258.170000', '164258.172000', '164258.175000', '164258.177000', '164258.180000', '164258.183000', '164258.186000', '164258.189000', '164258.191000', '164258.194000', '164258.197000', '164258.199000', '164258.202000', '164258.205000', '164258.207000', '164258.210000', '164258.212000', '164258.215000', '164258.218000', '164258.220000', '164258.223000', '164258.225000', '164258.228000', '164258.231000', '164258.233000', '164258.236000', '164258.238000', '164258.241000', '164258.244000', '164258.246000', '164258.249000', '164258.252000', '164258.254000', '164258.257000', '164318.129000', '164318.132000', '164318.134000', '164318.137000', '164318.139000', '164318.142000', '164318.145000', '164318.147000', '164318.150000', '164318.152000', '164318.155000', '164318.158000', '164318.160000', '164318.163000', '164318.166000', '164318.168000', '164318.171000', '164318.174000', '164318.176000', '164318.179000', '164318.181000', '164318.184000', '164318.187000', '164318.189000', '164318.192000', '164318.194000', '164318.197000', '164318.200000', '164318.202000', '164318.205000', '164318.208000', '164318.210000', '164318.213000', '164318.215000', '164318.218000', '164318.220000', '164318.223000', '164318.226000', '164318.228000', '164318.231000', '164318.233000', '164318.236000', '164318.238000', '164338.129000', '164338.132000', '164338.134000', '164338.137000', '164338.140000', '164338.142000', '164338.145000', '164338.147000', '164338.150000', '164338.152000', '164338.155000', '164338.158000', '164338.160000', '164338.163000', '164338.165000', '164338.168000', '164338.171000', '164338.173000', '164338.176000', '164338.178000', '164338.181000', '164338.183000', '164338.186000', '164338.189000', '164338.191000', '164338.194000', '164338.197000', '164338.199000', '164338.202000', '164338.204000', '164338.207000', '164338.210000', '164338.212000', '164338.215000', '164338.217000', '164338.220000', '164338.223000', '164338.225000', '164338.228000', '164338.230000', '164338.233000', '164338.236000', '164338.238000', '164338.241000', '164358.129000', '164358.132000', '164358.134000', '164358.137000', '164358.139000', '164358.142000', '164358.145000', '164358.147000', '164358.150000', '164358.153000', '164358.155000', '164358.158000', '164358.160000', '164358.163000', '164358.166000', '164358.168000', '164358.171000', '164358.174000', '164358.176000', '164358.179000', '164358.182000', '164358.184000', '164358.187000', '164358.190000', '164358.192000', '164358.195000', '164358.197000', '164358.200000', '164358.202000', '164358.205000', '164358.208000', '164358.210000', '164358.213000', '164358.215000', '164358.218000', '164358.221000', '164358.223000', '164358.226000', '164358.228000', '164358.231000', '164358.235000', '164358.246000', '164358.248000', '164418.129000', '164418.131000', '164418.134000', '164418.137000', '164418.139000', '164418.142000', '164418.145000', '164418.147000', '164418.150000', '164418.152000', '164418.155000', '164418.158000', '164418.160000', '164418.163000', '164418.166000', '164418.169000', '164418.171000', '164418.174000', '164418.177000', '164418.179000', '164418.182000', '164418.185000', '164418.187000', '164418.190000', '164418.193000', '164418.196000', '164418.198000', '164418.201000', '164418.204000', '164418.206000', '164418.209000', '164418.211000', '164418.214000', '164418.217000', '164418.219000', '164418.222000', '164418.224000', '164418.227000', '164418.230000', '164418.232000', '164418.235000', '164418.238000', '164418.240000', '164418.243000', '164429.466000', '164429.469000', '164429.472000', '164429.475000', '164429.478000', '164429.481000', '164429.483000', '164429.486000', '164429.489000', '164429.491000', '164429.494000', '164429.497000', '164429.500000', '164429.502000', '164429.505000', '164429.508000', '164429.510000', '164429.513000', '164429.515000', '164429.518000', '164429.521000', '164429.523000', '164429.526000', '164429.529000', '164429.531000'], 'InstanceCreationTime': ['163418.157000', '163418.160000', '163418.166000', '163418.169000', '163418.171000', '163418.174000', '163418.176000', '163418.179000', '163418.181000', '163418.184000', '163418.187000', '163418.189000', '163418.192000', '163418.195000', '163418.197000', '163418.200000', '163418.202000', '163418.205000', '163418.207000', '163418.210000', '163418.212000', '163418.215000', '163418.218000', '163418.220000', '163418.223000', '163418.225000', '163418.228000', '163418.231000', '163418.233000', '163418.236000', '163418.238000', '163418.241000', '163418.243000', '163418.246000', '163418.249000', '163418.251000', '163418.254000', '163418.258000', '163418.261000', '163418.264000', '163418.266000', '163418.269000', '163418.271000', '163418.274000', '163418.277000', '163418.279000', '163438.128000', '163438.131000', '163438.134000', '163438.136000', '163438.139000', '163438.141000', '163438.144000', '163438.147000', '163438.149000', '163438.152000', '163438.154000', '163438.157000', '163438.160000', '163438.162000', '163438.165000', '163438.167000', '163438.170000', '163438.172000', '163438.175000', '163438.178000', '163438.180000', '163438.183000', '163438.185000', '163438.188000', '163438.191000', '163438.193000', '163438.196000', '163438.198000', '163438.201000', '163438.203000', '163438.213000', '163438.222000', '163438.224000', '163438.227000', '163438.229000', '163438.232000', '163438.235000', '163438.237000', '163438.240000', '163438.243000', '163438.245000', '163438.248000', '163438.251000', '163438.253000', '163458.129000', '163458.131000', '163458.134000', '163458.137000', '163458.139000', '163458.142000', '163458.145000', '163458.148000', '163458.151000', '163458.154000', '163458.156000', '163458.159000', '163458.162000', '163458.164000', '163458.167000', '163458.169000', '163458.172000', '163458.175000', '163458.177000', '163458.183000', '163458.186000', '163458.189000', '163458.191000', '163458.195000', '163458.198000', '163458.200000', '163458.203000', '163458.205000', '163458.208000', '163458.210000', '163458.213000', '163458.216000', '163458.218000', '163458.221000', '163458.223000', '163458.226000', '163458.228000', '163458.231000', '163458.234000', '163458.236000', '163458.239000', '163458.241000', '163458.244000', '163518.128000', '163518.131000', '163518.134000', '163518.137000', '163518.139000', '163518.142000', '163518.145000', '163518.147000', '163518.150000', '163518.153000', '163518.155000', '163518.158000', '163518.160000', '163518.163000', '163518.165000', '163518.168000', '163518.171000', '163518.173000', '163518.176000', '163518.178000', '163518.181000', '163518.183000', '163518.186000', '163518.189000', '163518.191000', '163518.194000', '163518.197000', '163518.199000', '163518.202000', '163518.204000', '163518.207000', '163518.214000', '163518.217000', '163518.219000', '163518.222000', '163518.225000', '163518.227000', '163518.230000', '163518.233000', '163518.235000', '163518.238000', '163518.241000', '163518.243000', '163518.246000', '163538.129000', '163538.132000', '163538.134000', '163538.137000', '163538.140000', '163538.142000', '163538.145000', '163538.147000', '163538.150000', '163538.153000', '163538.155000', '163538.158000', '163538.160000', '163538.164000', '163538.167000', '163538.169000', '163538.172000', '163538.175000', '163538.177000', '163538.180000', '163538.211000', '163538.214000', '163538.216000', '163538.219000', '163538.222000', '163538.224000', '163538.227000', '163538.229000', '163538.232000', '163538.234000', '163538.237000', '163538.240000', '163538.242000', '163538.245000', '163538.247000', '163538.250000', '163538.253000', '163538.255000', '163538.258000', '163538.260000', '163538.263000', '163538.266000', '163538.268000', '163558.127000', '163558.130000', '163558.133000', '163558.136000', '163558.138000', '163558.141000', '163558.144000', '163558.146000', '163558.149000', '163558.152000', '163558.154000', '163558.157000', '163558.159000', '163558.162000', '163558.165000', '163558.167000', '163558.170000', '163558.173000', '163558.175000', '163558.178000', '163558.180000', '163558.183000', '163558.186000', '163558.188000', '163558.191000', '163558.194000', '163558.196000', '163558.199000', '163558.201000', '163558.204000', '163558.211000', '163558.214000', '163558.216000', '163558.219000', '163558.222000', '163558.224000', '163558.227000', '163558.229000', '163558.232000', '163558.235000', '163558.237000', '163558.240000', '163558.242000', '163558.245000', '163618.128000', '163618.131000', '163618.134000', '163618.136000', '163618.139000', '163618.142000', '163618.144000', '163618.147000', '163618.150000', '163618.152000', '163618.155000', '163618.157000', '163618.160000', '163618.162000', '163618.165000', '163618.168000', '163618.170000', '163618.173000', '163618.175000', '163618.178000', '163618.181000', '163618.183000', '163618.186000', '163618.189000', '163618.191000', '163618.194000', '163618.196000', '163618.199000', '163618.201000', '163618.204000', '163618.207000', '163618.210000', '163618.213000', '163618.216000', '163618.219000', '163618.221000', '163618.224000', '163618.226000', '163618.229000', '163618.232000', '163618.235000', '163618.238000', '163618.241000', '163638.128000', '163638.131000', '163638.134000', '163638.136000', '163638.139000', '163638.142000', '163638.145000', '163638.147000', '163638.150000', '163638.153000', '163638.155000', '163638.158000', '163638.161000', '163638.163000', '163638.166000', '163638.168000', '163638.171000', '163638.174000', '163638.176000', '163638.179000', '163638.181000', '163638.184000', '163638.187000', '163638.189000', '163638.192000', '163638.195000', '163638.197000', '163638.200000', '163638.202000', '163638.205000', '163638.208000', '163638.210000', '163638.213000', '163638.216000', '163638.218000', '163638.221000', '163638.223000', '163638.226000', '163638.228000', '163638.231000', '163638.234000', '163638.236000', '163638.239000', '163638.241000', '163658.129000', '163658.132000', '163658.135000', '163658.137000', '163658.140000', '163658.142000', '163658.145000', '163658.147000', '163658.150000', '163658.153000', '163658.155000', '163658.158000', '163658.160000', '163658.163000', '163658.165000', '163658.168000', '163658.171000', '163658.173000', '163658.176000', '163658.179000', '163658.181000', '163658.184000', '163658.186000', '163658.189000', '163658.192000', '163658.194000', '163658.197000', '163658.199000', '163658.202000', '163658.205000', '163658.207000', '163658.210000', '163658.213000', '163658.215000', '163658.218000', '163658.220000', '163658.223000', '163658.226000', '163658.228000', '163658.231000', '163658.233000', '163658.236000', '163658.238000', '163718.129000', '163718.132000', '163718.147000', '163718.149000', '163718.152000', '163718.155000', '163718.157000', '163718.160000', '163718.162000', '163718.165000', '163718.167000', '163718.171000', '163718.174000', '163718.176000', '163718.179000', '163718.181000', '163718.184000', '163718.187000', '163718.189000', '163718.192000', '163718.203000', '163718.206000', '163718.209000', '163718.211000', '163718.214000', '163718.217000', '163718.219000', '163718.222000', '163718.224000', '163718.227000', '163718.230000', '163718.232000', '163718.235000', '163718.238000', '163718.240000', '163718.243000', '163718.246000', '163718.248000', '163718.251000', '163718.254000', '163718.256000', '163718.259000', '163718.261000', '163718.264000', '163738.128000', '163738.131000', '163738.134000', '163738.136000', '163738.139000', '163738.142000', '163738.144000', '163738.147000', '163738.149000', '163738.152000', '163738.155000', '163738.157000', '163738.160000', '163738.162000', '163738.165000', '163738.169000', '163738.171000', '163738.174000', '163738.177000', '163738.179000', '163738.182000', '163738.185000', '163738.187000', '163738.190000', '163738.193000', '163738.195000', '163738.198000', '163738.200000', '163738.203000', '163738.206000', '163738.208000', '163738.211000', '163738.214000', '163738.216000', '163738.219000', '163738.221000', '163738.224000', '163738.226000', '163738.229000', '163738.232000', '163738.235000', '163738.238000', '163738.241000', '163758.129000', '163758.132000', '163758.134000', '163758.137000', '163758.139000', '163758.142000', '163758.145000', '163758.147000', '163758.150000', '163758.152000', '163758.155000', '163758.157000', '163758.160000', '163758.163000', '163758.165000', '163758.168000', '163758.170000', '163758.173000', '163758.176000', '163758.178000', '163758.181000', '163758.183000', '163758.186000', '163758.189000', '163758.191000', '163758.194000', '163758.196000', '163758.199000', '163758.201000', '163758.204000', '163758.207000', '163758.209000', '163758.217000', '163758.219000', '163758.222000', '163758.224000', '163758.227000', '163758.230000', '163758.232000', '163758.235000', '163758.237000', '163758.240000', '163758.243000', '163758.245000', '163818.127000', '163818.130000', '163818.133000', '163818.136000', '163818.138000', '163818.141000', '163818.143000', '163818.146000', '163818.148000', '163818.151000', '163818.154000', '163818.156000', '163818.159000', '163818.161000', '163818.164000', '163818.167000', '163818.170000', '163818.172000', '163818.175000', '163818.177000', '163818.180000', '163818.182000', '163818.185000', '163818.188000', '163818.190000', '163818.193000', '163818.195000', '163818.198000', '163818.201000', '163818.203000', '163818.206000', '163818.208000', '163818.211000', '163818.214000', '163818.216000', '163818.219000', '163818.221000', '163818.224000', '163818.226000', '163818.229000', '163818.232000', '163818.234000', '163818.237000', '163838.129000', '163838.132000', '163838.134000', '163838.137000', '163838.139000', '163838.142000', '163838.145000', '163838.147000', '163838.150000', '163838.152000', '163838.155000', '163838.158000', '163838.160000', '163838.163000', '163838.166000', '163838.168000', '163838.171000', '163838.173000', '163838.176000', '163838.178000', '163838.181000', '163838.184000', '163838.186000', '163838.189000', '163838.191000', '163838.194000', '163838.197000', '163838.214000', '163838.216000', '163838.219000', '163838.222000', '163838.224000', '163838.227000', '163838.229000', '163838.232000', '163838.235000', '163838.237000', '163838.240000', '163838.242000', '163838.245000', '163838.247000', '163838.250000', '163838.253000', '163838.255000', '163858.129000', '163858.131000', '163858.134000', '163858.137000', '163858.139000', '163858.142000', '163858.144000', '163858.147000', '163858.150000', '163858.152000', '163858.155000', '163858.157000', '163858.160000', '163858.163000', '163858.165000', '163858.168000', '163858.171000', '163858.173000', '163858.176000', '163858.179000', '163858.181000', '163858.184000', '163858.186000', '163858.189000', '163858.192000', '163858.194000', '163858.197000', '163858.200000', '163858.202000', '163858.205000', '163858.207000', '163858.210000', '163858.212000', '163858.215000', '163858.218000', '163858.220000', '163858.223000', '163858.225000', '163858.228000', '163858.230000', '163858.233000', '163858.236000', '163858.238000', '163918.129000', '163918.132000', '163918.134000', '163918.137000', '163918.139000', '163918.142000', '163918.145000', '163918.147000', '163918.150000', '163918.152000', '163918.155000', '163918.158000', '163918.160000', '163918.163000', '163918.166000', '163918.168000', '163918.171000', '163918.173000', '163918.176000', '163918.179000', '163918.181000', '163918.184000', '163918.186000', '163918.189000', '163918.192000', '163918.194000', '163918.197000', '163918.200000', '163918.202000', '163918.205000', '163918.215000', '163918.217000', '163918.220000', '163918.223000', '163918.225000', '163918.228000', '163918.231000', '163918.233000', '163918.236000', '163918.239000', '163918.241000', '163918.244000', '163918.246000', '163918.249000', '163938.128000', '163938.131000', '163938.134000', '163938.136000', '163938.139000', '163938.142000', '163938.144000', '163938.147000', '163938.149000', '163938.152000', '163938.155000', '163938.159000', '163938.162000', '163938.164000', '163938.167000', '163938.169000', '163938.172000', '163938.175000', '163938.177000', '163938.180000', '163938.183000', '163938.185000', '163938.188000', '163938.190000', '163938.193000', '163938.196000', '163938.198000', '163938.201000', '163938.203000', '163938.206000', '163938.209000', '163938.211000', '163938.214000', '163938.216000', '163938.219000', '163938.221000', '163938.224000', '163938.227000', '163938.229000', '163938.232000', '163938.235000', '163938.237000', '163938.240000', '163958.128000', '163958.131000', '163958.134000', '163958.137000', '163958.139000', '163958.142000', '163958.144000', '163958.147000', '163958.149000', '163958.152000', '163958.155000', '163958.157000', '163958.160000', '163958.163000', '163958.165000', '163958.168000', '163958.170000', '163958.173000', '163958.175000', '163958.178000', '163958.181000', '163958.183000', '163958.186000', '163958.189000', '163958.191000', '163958.194000', '163958.197000', '163958.199000', '163958.202000', '163958.204000', '163958.207000', '163958.210000', '163958.212000', '163958.215000', '163958.217000', '163958.220000', '163958.223000', '163958.225000', '163958.245000', '163958.247000', '163958.250000', '163958.253000', '163958.255000', '163958.258000', '164018.129000', '164018.131000', '164018.134000', '164018.137000', '164018.139000', '164018.142000', '164018.144000', '164018.147000', '164018.149000', '164018.152000', '164018.155000', '164018.157000', '164018.160000', '164018.162000', '164018.165000', '164018.168000', '164018.170000', '164018.173000', '164018.175000', '164018.178000', '164018.180000', '164018.183000', '164018.186000', '164018.188000', '164018.191000', '164018.193000', '164018.196000', '164018.199000', '164018.201000', '164018.204000', '164018.206000', '164018.209000', '164018.212000', '164018.214000', '164018.217000', '164018.219000', '164018.222000', '164018.224000', '164018.227000', '164018.230000', '164018.232000', '164018.235000', '164018.237000', '164038.128000', '164038.131000', '164038.133000', '164038.136000', '164038.138000', '164038.141000', '164038.143000', '164038.146000', '164038.149000', '164038.151000', '164038.154000', '164038.157000', '164038.159000', '164038.162000', '164038.164000', '164038.167000', '164038.169000', '164038.172000', '164038.175000', '164038.177000', '164038.180000', '164038.182000', '164038.185000', '164038.188000', '164038.190000', '164038.193000', '164038.196000', '164038.198000', '164038.201000', '164038.203000', '164038.206000', '164038.209000', '164038.211000', '164038.214000', '164038.216000', '164038.219000', '164038.222000', '164038.224000', '164038.227000', '164038.229000', '164038.232000', '164038.235000', '164038.237000', '164038.240000', '164058.129000', '164058.132000', '164058.134000', '164058.137000', '164058.139000', '164058.142000', '164058.145000', '164058.147000', '164058.150000', '164058.152000', '164058.155000', '164058.158000', '164058.160000', '164058.163000', '164058.165000', '164058.168000', '164058.170000', '164058.173000', '164058.176000', '164058.178000', '164058.181000', '164058.183000', '164058.186000', '164058.189000', '164058.191000', '164058.194000', '164058.196000', '164058.199000', '164058.202000', '164058.204000', '164058.207000', '164058.209000', '164058.212000', '164058.214000', '164058.217000', '164058.220000', '164058.222000', '164058.225000', '164058.228000', '164058.230000', '164058.233000', '164058.235000', '164058.238000', '164118.129000', '164118.132000', '164118.134000', '164118.137000', '164118.140000', '164118.142000', '164118.145000', '164118.147000', '164118.150000', '164118.153000', '164118.156000', '164118.159000', '164118.161000', '164118.164000', '164118.167000', '164118.169000', '164118.172000', '164118.175000', '164118.177000', '164118.180000', '164118.182000', '164118.185000', '164118.188000', '164118.190000', '164118.193000', '164118.195000', '164118.198000', '164118.201000', '164118.203000', '164118.206000', '164118.208000', '164118.211000', '164118.214000', '164118.216000', '164118.219000', '164118.221000', '164118.224000', '164118.227000', '164118.229000', '164118.232000', '164118.234000', '164118.237000', '164118.240000', '164138.129000', '164138.131000', '164138.134000', '164138.137000', '164138.139000', '164138.152000', '164138.154000', '164138.157000', '164138.160000', '164138.162000', '164138.165000', '164138.167000', '164138.170000', '164138.172000', '164138.175000', '164138.178000', '164138.180000', '164138.183000', '164138.185000', '164138.188000', '164138.191000', '164138.193000', '164138.196000', '164138.198000', '164138.201000', '164138.203000', '164138.206000', '164138.209000', '164138.211000', '164138.214000', '164138.216000', '164138.219000', '164138.221000', '164138.224000', '164138.227000', '164138.229000', '164138.232000', '164138.234000', '164138.237000', '164138.240000', '164138.242000', '164138.245000', '164138.247000', '164138.250000', '164158.129000', '164158.132000', '164158.134000', '164158.137000', '164158.140000', '164158.142000', '164158.145000', '164158.148000', '164158.150000', '164158.153000', '164158.155000', '164158.158000', '164158.160000', '164158.163000', '164158.166000', '164158.168000', '164158.171000', '164158.173000', '164158.176000', '164158.179000', '164158.181000', '164158.184000', '164158.186000', '164158.189000', '164158.192000', '164158.194000', '164158.197000', '164158.199000', '164158.202000', '164158.205000', '164158.207000', '164158.210000', '164158.212000', '164158.215000', '164158.218000', '164158.220000', '164158.223000', '164158.225000', '164158.228000', '164158.230000', '164158.233000', '164158.236000', '164158.238000', '164158.241000', '164218.129000', '164218.132000', '164218.134000', '164218.137000', '164218.139000', '164218.142000', '164218.144000', '164218.147000', '164218.150000', '164218.152000', '164218.155000', '164218.157000', '164218.160000', '164218.163000', '164218.165000', '164218.171000', '164218.174000', '164218.176000', '164218.179000', '164218.182000', '164218.184000', '164218.187000', '164218.189000', '164218.192000', '164218.195000', '164218.197000', '164218.200000', '164218.202000', '164218.205000', '164218.208000', '164218.210000', '164218.213000', '164218.215000', '164218.218000', '164218.221000', '164218.223000', '164218.226000', '164218.228000', '164218.231000', '164218.234000', '164218.236000', '164218.239000', '164218.241000', '164238.129000', '164238.132000', '164238.136000', '164238.138000', '164238.141000', '164238.144000', '164238.146000', '164238.149000', '164238.151000', '164238.154000', '164238.156000', '164238.159000', '164238.162000', '164238.164000', '164238.167000', '164238.169000', '164238.172000', '164238.175000', '164238.177000', '164238.180000', '164238.183000', '164238.185000', '164238.188000', '164238.191000', '164238.194000', '164238.198000', '164238.201000', '164238.203000', '164238.206000', '164238.208000', '164238.211000', '164238.214000', '164238.216000', '164238.219000', '164238.222000', '164238.224000', '164238.227000', '164238.229000', '164238.232000', '164238.234000', '164238.237000', '164238.239000', '164238.242000', '164258.128000', '164258.130000', '164258.144000', '164258.146000', '164258.149000', '164258.152000', '164258.154000', '164258.162000', '164258.164000', '164258.167000', '164258.170000', '164258.172000', '164258.175000', '164258.177000', '164258.180000', '164258.183000', '164258.186000', '164258.189000', '164258.191000', '164258.194000', '164258.197000', '164258.199000', '164258.202000', '164258.205000', '164258.207000', '164258.210000', '164258.212000', '164258.215000', '164258.218000', '164258.220000', '164258.223000', '164258.225000', '164258.228000', '164258.231000', '164258.233000', '164258.236000', '164258.238000', '164258.241000', '164258.244000', '164258.246000', '164258.249000', '164258.252000', '164258.254000', '164258.257000', '164318.129000', '164318.132000', '164318.134000', '164318.137000', '164318.139000', '164318.142000', '164318.145000', '164318.147000', '164318.150000', '164318.152000', '164318.155000', '164318.158000', '164318.160000', '164318.163000', '164318.166000', '164318.168000', '164318.171000', '164318.174000', '164318.176000', '164318.179000', '164318.181000', '164318.184000', '164318.187000', '164318.189000', '164318.192000', '164318.194000', '164318.197000', '164318.200000', '164318.202000', '164318.205000', '164318.208000', '164318.210000', '164318.213000', '164318.215000', '164318.218000', '164318.220000', '164318.223000', '164318.226000', '164318.228000', '164318.231000', '164318.233000', '164318.236000', '164318.238000', '164338.129000', '164338.132000', '164338.134000', '164338.137000', '164338.140000', '164338.142000', '164338.145000', '164338.147000', '164338.150000', '164338.152000', '164338.155000', '164338.158000', '164338.160000', '164338.163000', '164338.165000', '164338.168000', '164338.171000', '164338.173000', '164338.176000', '164338.178000', '164338.181000', '164338.183000', '164338.186000', '164338.189000', '164338.191000', '164338.194000', '164338.197000', '164338.199000', '164338.202000', '164338.204000', '164338.207000', '164338.210000', '164338.212000', '164338.215000', '164338.217000', '164338.220000', '164338.223000', '164338.225000', '164338.228000', '164338.230000', '164338.233000', '164338.236000', '164338.238000', '164338.241000', '164358.129000', '164358.132000', '164358.134000', '164358.137000', '164358.139000', '164358.142000', '164358.145000', '164358.147000', '164358.150000', '164358.153000', '164358.155000', '164358.158000', '164358.160000', '164358.163000', '164358.166000', '164358.168000', '164358.171000', '164358.174000', '164358.176000', '164358.179000', '164358.182000', '164358.184000', '164358.187000', '164358.190000', '164358.192000', '164358.195000', '164358.197000', '164358.200000', '164358.202000', '164358.205000', '164358.208000', '164358.210000', '164358.213000', '164358.215000', '164358.218000', '164358.221000', '164358.223000', '164358.226000', '164358.228000', '164358.231000', '164358.235000', '164358.246000', '164358.248000', '164418.129000', '164418.131000', '164418.134000', '164418.137000', '164418.139000', '164418.142000', '164418.145000', '164418.147000', '164418.150000', '164418.152000', '164418.155000', '164418.158000', '164418.160000', '164418.163000', '164418.166000', '164418.169000', '164418.171000', '164418.174000', '164418.177000', '164418.179000', '164418.182000', '164418.185000', '164418.187000', '164418.190000', '164418.193000', '164418.196000', '164418.198000', '164418.201000', '164418.204000', '164418.206000', '164418.209000', '164418.211000', '164418.214000', '164418.217000', '164418.219000', '164418.222000', '164418.224000', '164418.227000', '164418.230000', '164418.232000', '164418.235000', '164418.238000', '164418.240000', '164418.243000', '164429.466000', '164429.469000', '164429.472000', '164429.475000', '164429.478000', '164429.481000', '164429.483000', '164429.486000', '164429.489000', '164429.491000', '164429.494000', '164429.497000', '164429.500000', '164429.502000', '164429.505000', '164429.508000', '164429.510000', '164429.513000', '164429.515000', '164429.518000', '164429.521000', '164429.523000', '164429.526000', '164429.529000', '164429.531000'], '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], 'LargestImagePixelValue': [8318, 8424, 9685, 8236, 9752, 8391, 9451, 8140, 9566, 9153, 9452, 8413, 9600, 8482, 9584, 8686, 9086, 8464, 9495, 9100, 10404, 9037, 10631, 7670, 9164, 7306, 8503, 9407, 10880, 11548, 11649, 10815, 11218, 11071, 11892, 10735, 9551, 9929, 8037, 10329, 8980, 10739, 9880, 10662, 10771, 10794, 8610, 11163, 11179, 12101, 10785, 11099, 10987, 10500, 8402, 10760, 9576, 10805, 8209, 9775, 9009, 10334, 10678, 9449, 11259, 10417, 10075, 9084, 8567, 8817, 10903, 8236, 11305, 12377, 11460, 8154, 8936, 9249, 11222, 9118, 11072, 12308, 10912, 7908, 8949, 8610, 10965, 11881, 10859, 10456, 11769, 8655, 10582, 7648, 11258, 12822, 11143, 10434, 12114, 9149, 9841, 8114, 10161, 10853, 10894, 11889, 10690, 7907, 8788, 9018, 11128, 12834, 10901, 8349, 10612, 9904, 10562, 8854, 10965, 8709, 10311, 8996, 9828, 8633, 10240, 10626, 10796, 7179, 8854, 9561, 11292, 13164, 11085, 10930, 12600, 9423, 10425, 7853, 9916, 10097, 9400, 8777, 9762, 8336, 10293, 8703, 10599, 10002, 11992, 7796, 10327, 10625, 8625, 10995, 13477, 11228, 10146, 10547, 8299, 10422, 9567, 11237, 8781, 10486, 10162, 9930, 8938, 10171, 10387, 10313, 11550, 10259, 11219, 8626, 10467, 10233, 10331, 8356, 9618, 8470, 9375, 11277, 9181, 9865, 8923, 9017, 8944, 10608, 7469, 10345, 11480, 9958, 9400, 11291, 8001, 9587, 7070, 9746, 10101, 11405, 8795, 9165, 9464, 8888, 10706, 8397, 10879, 12308, 10436, 8071, 9645, 7213, 10504, 11652, 10306, 12172, 11556, 8384, 10522, 8487, 10599, 12536, 10675, 8152, 10265, 10683, 11625, 9209, 9619, 10812, 7984, 9921, 8252, 10732, 8737, 10828, 13358, 10956, 8621, 10770, 8668, 10641, 10807, 11349, 9432, 9497, 9099, 9300, 7761, 9537, 8180, 9973, 11194, 10491, 10915, 7587, 9715, 9647, 10571, 10753, 10138, 9085, 10992, 8545, 10167, 8466, 10021, 8119, 10554, 11286, 10615, 10893, 7777, 10670, 12689, 10929, 8843, 11259, 7825, 9803, 7797, 9843, 9377, 7776, 10647, 11779, 10550, 12159, 11113, 9136, 10248, 9859, 10471, 9525, 11590, 8407, 10934, 9928, 10543, 8080, 10017, 9574, 11068, 9165, 8855, 11067, 9285, 10503, 8125, 10695, 13272, 10825, 9471, 11800, 8640, 9946, 8684, 9630, 9829, 7932, 11057, 11015, 9749, 8418, 9696, 7500, 10826, 12486, 10584, 11506, 11406, 9734, 9832, 8671, 10828, 9456, 11209, 9396, 10364, 9170, 10294, 9740, 10710, 8930, 10347, 9648, 9494, 7795, 10403, 9602, 8302, 9818, 9679, 9935, 9411, 9072, 9339, 8451, 9615, 9500, 11035, 7968, 9583, 7679, 10472, 12656, 11778, 12147, 11552, 8582, 9747, 9107, 10914, 10236, 10781, 13150, 10981, 8506, 10842, 13001, 12360, 11263, 9584, 8337, 9783, 7831, 10179, 8265, 11554, 12419, 10888, 8938, 10912, 10014, 11527, 10314, 9929, 9075, 10188, 7775, 10161, 7891, 10014, 9566, 9337, 8712, 10357, 8718, 10395, 9527, 11787, 8283, 10295, 8059, 10395, 9387, 10529, 9306, 12186, 8565, 10881, 7985, 10285, 9884, 9900, 11135, 8432, 9706, 9827, 8016, 9651, 8952, 9832, 11314, 10050, 10940, 9720, 8971, 9308, 11200, 11455, 11130, 11445, 11788, 9072, 10604, 8057, 10600, 11957, 11160, 12453, 11411, 7916, 9687, 9559, 9592, 9088, 10674, 8635, 10541, 9901, 8416, 9824, 10751, 10258, 11534, 8906, 8818, 10017, 10847, 9881, 11158, 14235, 11678, 8744, 10352, 7553, 10985, 9518, 10941, 8769, 9886, 7280, 10756, 8730, 10894, 13232, 11436, 8623, 10439, 8886, 10407, 12826, 11685, 11778, 11839, 7994, 9666, 8081, 8845, 8650, 11196, 10576, 11794, 9849, 8749, 9520, 8340, 10697, 9757, 11945, 13869, 12340, 7562, 9247, 8313, 11028, 11714, 11645, 13996, 11909, 7912, 8753, 9731, 9638, 9431, 11085, 10132, 12302, 10085, 8979, 10705, 11297, 10995, 10410, 11031, 8179, 10597, 8047, 10111, 9042, 8812, 9878, 9207, 9311, 9515, 8095, 9933, 9183, 8379, 9950, 8871, 10074, 9550, 8343, 9353, 8872, 10524, 9572, 9170, 10167, 9659, 7862, 9778, 9281, 11601, 9806, 9693, 8780, 10484, 8381, 9946, 10454, 11138, 9066, 9116, 10020, 9962, 9187, 10378, 10451, 10833, 9942, 9712, 9303, 10173, 8741, 10076, 11457, 10957, 13145, 13070, 8612, 9667, 8172, 8851, 8900, 10633, 9762, 12109, 10838, 9383, 10571, 12076, 11083, 11049, 13627, 9533, 9856, 9246, 8311, 9466, 9626, 9174, 11337, 11375, 8758, 9588, 8118, 10794, 10932, 12042, 9448, 9628, 7984, 10321, 8070, 9943, 10058, 10561, 11270, 10446, 12076, 11365, 7318, 9743, 9212, 8416, 9882, 11383, 11006, 10267, 8781, 8976, 9825, 8076, 10252, 9114, 10970, 11576, 10420, 11713, 9325, 9825, 9702, 8148, 9994, 8795, 11623, 13425, 10493, 11225, 10551, 8270, 10638, 8373, 11684, 9139, 9515, 7784, 8695, 8985, 9556, 8532, 12165, 9065, 9820, 9796, 8718, 11119, 9735, 11176, 11001, 9926, 10753, 10700, 9182, 10139, 10184, 10819, 8850, 9386, 9423, 9062, 9167, 8728, 10953, 10880, 12009, 10884, 10451, 8605, 10680, 13313, 13664, 12662, 11797, 8497, 9199, 9728, 8312, 10428, 10145, 9716, 10277, 10498, 8511, 10588, 11942, 10697, 10457, 13360, 10057, 10635, 8685, 10574, 10464, 12051, 9507, 12431, 8955, 10500, 7217, 10719, 11375, 11362, 12921, 10941, 8791, 8856, 9151, 8520, 9350, 9162, 9133, 10257, 10444, 8277, 10705, 8646, 10944, 13634, 11804, 7528, 9593, 9614, 8840, 9606, 11071, 10160, 11209, 8884, 9125, 9561, 8237, 10118, 8469, 11049, 9718, 10283, 7426, 10902, 7913, 11435, 13613, 11504, 9282, 9311, 10035, 8457, 10647, 9102, 12081, 10762, 10418, 8178, 10902, 11067, 12920, 10586, 10667, 8230, 10713, 9226, 10737, 11413, 10887, 9936, 9280, 8201, 9232, 9060, 10642, 9348, 10462, 9325, 9354, 9047, 8543, 9993, 9088, 9229, 10971, 9875, 12245, 10178, 8396, 10353, 8927, 10986, 9657, 11368, 11367, 10494, 7955, 10446, 7471, 11180, 11367, 10529, 8635, 9309, 9744, 10889, 9866, 11073, 12152, 11713, 9503, 8353, 9852, 8738, 11134, 10255, 11124, 9368, 10420, 7908, 10491, 10010, 10401, 13057, 11814, 11143, 14073, 9291, 10515, 7762, 10944, 8866, 11167, 10570, 10238, 9013, 8568, 9464, 10004, 9911, 8872, 11591, 10890, 10507, 8149, 9768, 9369, 11091, 10044, 11295, 11749, 10988, 8454, 8940, 10095, 8987, 8593, 9561, 8988, 9551, 9873, 8011, 9942, 10997, 10060, 12087, 11271, 7991, 10231, 9078, 8917, 9972, 9948, 11661, 10988, 13257, 9766, 10567, 7605, 10537, 9219, 10948, 10391, 11999, 9700, 9111, 9526, 8313, 9816, 8601, 13374, 10315, 7342, 10072, 12168, 11738, 9649, 12777, 9221, 10072, 7902, 9047, 9433, 9417, 10104, 10203, 9086, 11945, 11048, 7813, 10754, 12436, 11309, 13040, 12378, 8309, 9730, 9486, 8954, 9914, 8845, 12210, 12403, 11410, 8481, 9172, 9884, 10838, 10545, 11196, 11139, 11151, 9660, 10044, 10513, 10401, 11244, 10636, 13311, 13642, 11433, 7474, 9306, 9405, 11063, 9816, 11244, 8676, 11292, 9458, 8665, 10092, 8406, 10158, 9030, 11246, 10189, 9932, 8017, 10123, 9467, 11389, 10021, 11451, 10774, 10425, 8391, 10456, 8407, 10785, 10829, 10975, 8959, 9213, 10067, 8484, 10268, 11723, 11590, 10352, 13273, 8887, 9702, 7759, 10682, 10182, 11308, 13699, 11549, 7719, 9122, 9480, 8437, 10601, 12383, 11276, 7659, 9188, 9408, 9079, 9001, 11159, 9749, 10758, 9089, 9824, 10215, 11137, 10321, 9395, 11200, 8979, 9866, 8325, 9541, 8651, 10239, 9186, 9032, 11434, 10002, 8323, 9991, 8082, 10665, 12951, 12601, 8311, 9916, 9899, 8996, 11102, 10299, 13378, 14447, 11711, 7416, 9355, 9023, 10732, 9583, 12675, 9285, 11040, 10772, 8777, 10565, 8726, 10150, 9208, 10754, 10649, 8278, 9315, 8361, 8661, 9582, 10495, 10440, 10830, 13053, 8576, 9687, 8087, 8481, 10084, 10333, 11199, 12327, 10737, 7782, 10743, 12468, 11850, 12972, 12006, 8396, 9763, 9697, 8919, 10124, 12056, 10960, 11245, 10793, 8824, 10167, 9468, 10790, 9481, 10727, 13403, 11456, 7937, 10099, 9563, 8605, 10388, 9839, 10897, 12379, 11244, 9170, 9420, 9563, 10913, 11675, 10708, 9405, 10863, 8749, 11864, 10084, 7967, 9331, 7401, 9895, 7803, 10483, 10535, 13084, 9627, 9907, 10207, 10618, 14074, 12964, 10512, 12077, 8629, 9671, 7757, 10386, 11760, 11706, 8321, 9587, 8997, 9464, 8326, 10664, 8249, 11381, 9442, 10080, 9769, 10690, 11123, 10111, 13286, 8234, 9631, 8820, 8559, 9567, 11261, 10582, 11457, 9047, 11199, 10490, 8482, 10570, 10627, 11244, 13500, 11719, 9152, 8894, 10084, 9018, 10298, 9110, 12241, 11267, 9791, 7748, 10228, 10244, 11542, 10892, 9953, 10295, 9090, 8947, 10006, 8634, 9663, 8959, 10732, 10185, 11137, 8270, 9049, 9407, 8888, 9767, 9882, 9662, 12067, 10244, 8162, 10490, 10512, 12658, 10369, 12665, 12951, 10003, 8426, 8578, 9510, 8181, 9250, 8810, 9759, 11091, 10965, 12174, 11149, 10599, 11005, 10484, 11435, 10931, 12909, 11182, 9793, 10027, 10463, 12010, 10213, 8537, 10613, 8137, 8662, 9310, 8456, 9753, 8865, 10476, 8440, 8683, 9356, 8731, 9752, 8412, 9352, 9577, 10425, 8065, 10215, 8460, 10358, 12195, 11422, 13126, 13125, 7887, 9227, 9347, 8572, 9710, 10064, 10750, 11438, 10501, 8078, 10387, 8868, 11054, 10505, 12788, 10065, 9908, 7881, 10574, 7466, 10318, 11074, 10378, 9087, 8828, 8844, 9170, 9315, 7500, 9683, 7347, 10070, 10671, 11868, 10191, 12175, 10626, 9521, 8158, 9917, 9504, 11664, 9862, 9019, 8613, 9732, 8538, 10222, 8299, 10126, 9140, 9676, 7631, 9734, 7825, 9553, 11279, 10469, 10067, 12546, 8597, 10206, 7738, 10014, 10383, 12001, 9920, 9964, 10535, 10096, 9229, 10697, 11261, 11822, 10452, 10976, 11017, 11436, 12035, 10248, 8253, 10483, 10594, 12896, 8995, 10583, 9355, 10080, 8784, 10104], 'WindowCenter': [4251.0, 4235.0, 4258.0, 4234.0, 4228.0, 4233.0, 4238.0, 4206.0, 4242.0, 4241.0, 4253.0, 4231.0, 4226.0, 4217.0, 4242.0, 4242.0, 4245.0, 4233.0, 4255.0, 4245.0, 4250.0, 4243.0, 4280.0, 4234.0, 4254.0, 4207.0, 4244.0, 4255.0, 4265.0, 4265.0, 4263.0, 4253.0, 4251.0, 4249.0, 4251.0, 4240.0, 4227.0, 4228.0, 4207.0, 4239.0, 4202.0, 4248.0, 4238.0, 4234.0, 4235.0, 4251.0, 4218.0, 4249.0, 4248.0, 4260.0, 4238.0, 4237.0, 4236.0, 4222.0, 4206.0, 4248.0, 4228.0, 4249.0, 4218.0, 4224.0, 4228.0, 4250.0, 4249.0, 4228.0, 4250.0, 4250.0, 4213.0, 4228.0, 4219.0, 4229.0, 4248.0, 4218.0, 4250.0, 4244.0, 4247.0, 4207.0, 4229.0, 4228.0, 4234.0, 4217.0, 4250.0, 4259.0, 4249.0, 4192.0, 4229.0, 4219.0, 4251.0, 4260.0, 4251.0, 4251.0, 4250.0, 4218.0, 4239.0, 4208.0, 4250.0, 4259.0, 4249.0, 4239.0, 4249.0, 4212.0, 4239.0, 4208.0, 4240.0, 4234.0, 4262.0, 4260.0, 4251.0, 4220.0, 4230.0, 4230.0, 4260.0, 4272.0, 4251.0, 4203.0, 4250.0, 4223.0, 4250.0, 4230.0, 4250.0, 4219.0, 4251.0, 4213.0, 4241.0, 4227.0, 4253.0, 4252.0, 4264.0, 4212.0, 4231.0, 4242.0, 4263.0, 4272.0, 4252.0, 4250.0, 4260.0, 4228.0, 4238.0, 4207.0, 4237.0, 4239.0, 4229.0, 4218.0, 4239.0, 4217.0, 4239.0, 4218.0, 4251.0, 4241.0, 4261.0, 4209.0, 4240.0, 4250.0, 4218.0, 4250.0, 4270.0, 4250.0, 4239.0, 4250.0, 4218.0, 4251.0, 4230.0, 4250.0, 4231.0, 4251.0, 4223.0, 4241.0, 4229.0, 4251.0, 4240.0, 4251.0, 4251.0, 4239.0, 4249.0, 4201.0, 4238.0, 4237.0, 4239.0, 4218.0, 4227.0, 4218.0, 4212.0, 4234.0, 4213.0, 4223.0, 4228.0, 4229.0, 4229.0, 4235.0, 4209.0, 4251.0, 4260.0, 4249.0, 4243.0, 4262.0, 4220.0, 4226.0, 4195.0, 4254.0, 4254.0, 4260.0, 4233.0, 4242.0, 4242.0, 4231.0, 4253.0, 4231.0, 4264.0, 4273.0, 4252.0, 4221.0, 4253.0, 4211.0, 4264.0, 4262.0, 4254.0, 4258.0, 4262.0, 4221.0, 4252.0, 4230.0, 4253.0, 4273.0, 4251.0, 4221.0, 4237.0, 4251.0, 4260.0, 4241.0, 4241.0, 4252.0, 4220.0, 4240.0, 4220.0, 4251.0, 4229.0, 4252.0, 4272.0, 4235.0, 4228.0, 4251.0, 4214.0, 4251.0, 4235.0, 4250.0, 4241.0, 4241.0, 4230.0, 4237.0, 4216.0, 4241.0, 4231.0, 4241.0, 4262.0, 4252.0, 4252.0, 4209.0, 4241.0, 4240.0, 4237.0, 4235.0, 4248.0, 4231.0, 4263.0, 4243.0, 4252.0, 4221.0, 4248.0, 4220.0, 4248.0, 4247.0, 4251.0, 4235.0, 4205.0, 4251.0, 4256.0, 4249.0, 4230.0, 4250.0, 4192.0, 4224.0, 4209.0, 4239.0, 4230.0, 4193.0, 4250.0, 4261.0, 4236.0, 4260.0, 4250.0, 4228.0, 4240.0, 4239.0, 4234.0, 4240.0, 4250.0, 4220.0, 4251.0, 4239.0, 4251.0, 4220.0, 4253.0, 4242.0, 4251.0, 4242.0, 4231.0, 4251.0, 4240.0, 4251.0, 4204.0, 4236.0, 4271.0, 4252.0, 4242.0, 4262.0, 4214.0, 4237.0, 4230.0, 4237.0, 4240.0, 4204.0, 4247.0, 4251.0, 4241.0, 4220.0, 4241.0, 4194.0, 4252.0, 4256.0, 4254.0, 4262.0, 4262.0, 4240.0, 4252.0, 4231.0, 4263.0, 4243.0, 4247.0, 4231.0, 4236.0, 4230.0, 4251.0, 4241.0, 4253.0, 4232.0, 4251.0, 4240.0, 4239.0, 4223.0, 4264.0, 4252.0, 4216.0, 4252.0, 4254.0, 4254.0, 4255.0, 4243.0, 4244.0, 4245.0, 4257.0, 4256.0, 4266.0, 4233.0, 4238.0, 4223.0, 4262.0, 4274.0, 4275.0, 4273.0, 4263.0, 4232.0, 4241.0, 4242.0, 4263.0, 4252.0, 4263.0, 4271.0, 4252.0, 4218.0, 4252.0, 4245.0, 4260.0, 4246.0, 4228.0, 4206.0, 4227.0, 4196.0, 4222.0, 4219.0, 4261.0, 4260.0, 4250.0, 4229.0, 4250.0, 4239.0, 4249.0, 4240.0, 4239.0, 4218.0, 4223.0, 4208.0, 4239.0, 4208.0, 4239.0, 4240.0, 4229.0, 4202.0, 4240.0, 4229.0, 4251.0, 4225.0, 4245.0, 4219.0, 4240.0, 4209.0, 4224.0, 4229.0, 4251.0, 4242.0, 4246.0, 4216.0, 4250.0, 4209.0, 4239.0, 4239.0, 4239.0, 4234.0, 4217.0, 4213.0, 4239.0, 4218.0, 4239.0, 4213.0, 4238.0, 4250.0, 4223.0, 4234.0, 4228.0, 4229.0, 4229.0, 4263.0, 4233.0, 4249.0, 4249.0, 4247.0, 4216.0, 4237.0, 4191.0, 4251.0, 4249.0, 4250.0, 4259.0, 4232.0, 4207.0, 4228.0, 4239.0, 4240.0, 4230.0, 4251.0, 4219.0, 4239.0, 4237.0, 4203.0, 4229.0, 4251.0, 4239.0, 4249.0, 4203.0, 4218.0, 4239.0, 4238.0, 4227.0, 4246.0, 4269.0, 4221.0, 4205.0, 4210.0, 4195.0, 4222.0, 4228.0, 4233.0, 4217.0, 4212.0, 4181.0, 4233.0, 4217.0, 4250.0, 4270.0, 4249.0, 4218.0, 4239.0, 4228.0, 4249.0, 4259.0, 4245.0, 4260.0, 4259.0, 4218.0, 4224.0, 4219.0, 4230.0, 4230.0, 4262.0, 4251.0, 4259.0, 4239.0, 4219.0, 4240.0, 4218.0, 4238.0, 4240.0, 4246.0, 4271.0, 4245.0, 4208.0, 4214.0, 4219.0, 4251.0, 4249.0, 4246.0, 4270.0, 4233.0, 4207.0, 4217.0, 4225.0, 4228.0, 4227.0, 4249.0, 4238.0, 4248.0, 4237.0, 4216.0, 4238.0, 4221.0, 4237.0, 4239.0, 4236.0, 4190.0, 4221.0, 4190.0, 4237.0, 4218.0, 4202.0, 4229.0, 4228.0, 4212.0, 4225.0, 4208.0, 4238.0, 4229.0, 4207.0, 4239.0, 4229.0, 4239.0, 4239.0, 4218.0, 4230.0, 4229.0, 4246.0, 4241.0, 4241.0, 4240.0, 4225.0, 4220.0, 4252.0, 4242.0, 4262.0, 4242.0, 4241.0, 4230.0, 4252.0, 4215.0, 4252.0, 4252.0, 4250.0, 4231.0, 4230.0, 4239.0, 4240.0, 4229.0, 4251.0, 4250.0, 4250.0, 4240.0, 4230.0, 4229.0, 4239.0, 4219.0, 4241.0, 4250.0, 4262.0, 4272.0, 4271.0, 4218.0, 4239.0, 4219.0, 4230.0, 4229.0, 4252.0, 4241.0, 4260.0, 4250.0, 4228.0, 4240.0, 4248.0, 4250.0, 4250.0, 4258.0, 4227.0, 4212.0, 4228.0, 4218.0, 4228.0, 4228.0, 4230.0, 4250.0, 4250.0, 4214.0, 4240.0, 4219.0, 4251.0, 4250.0, 4260.0, 4229.0, 4228.0, 4207.0, 4238.0, 4207.0, 4239.0, 4223.0, 4239.0, 4249.0, 4250.0, 4260.0, 4251.0, 4209.0, 4240.0, 4230.0, 4219.0, 4241.0, 4251.0, 4251.0, 4239.0, 4219.0, 4218.0, 4224.0, 4208.0, 4240.0, 4229.0, 4239.0, 4250.0, 4235.0, 4250.0, 4228.0, 4228.0, 4228.0, 4207.0, 4239.0, 4230.0, 4250.0, 4259.0, 4240.0, 4232.0, 4237.0, 4207.0, 4238.0, 4219.0, 4249.0, 4212.0, 4229.0, 4192.0, 4219.0, 4229.0, 4239.0, 4231.0, 4261.0, 4226.0, 4240.0, 4241.0, 4230.0, 4251.0, 4230.0, 4250.0, 4251.0, 4240.0, 4239.0, 4239.0, 4228.0, 4224.0, 4239.0, 4250.0, 4228.0, 4214.0, 4230.0, 4230.0, 4241.0, 4231.0, 4263.0, 4252.0, 4262.0, 4250.0, 4235.0, 4214.0, 4251.0, 4271.0, 4255.0, 4260.0, 4234.0, 4218.0, 4229.0, 4240.0, 4216.0, 4250.0, 4235.0, 4241.0, 4239.0, 4240.0, 4202.0, 4240.0, 4248.0, 4250.0, 4250.0, 4259.0, 4228.0, 4223.0, 4217.0, 4239.0, 4239.0, 4260.0, 4213.0, 4258.0, 4217.0, 4238.0, 4198.0, 4240.0, 4249.0, 4246.0, 4259.0, 4223.0, 4214.0, 4213.0, 4228.0, 4217.0, 4228.0, 4230.0, 4214.0, 4238.0, 4250.0, 4219.0, 4234.0, 4229.0, 4235.0, 4271.0, 4260.0, 4207.0, 4229.0, 4224.0, 4230.0, 4213.0, 4262.0, 4240.0, 4250.0, 4229.0, 4229.0, 4240.0, 4204.0, 4236.0, 4231.0, 4262.0, 4240.0, 4251.0, 4211.0, 4252.0, 4221.0, 4248.0, 4272.0, 4251.0, 4229.0, 4229.0, 4239.0, 4219.0, 4238.0, 4230.0, 4261.0, 4249.0, 4236.0, 4216.0, 4251.0, 4250.0, 4259.0, 4240.0, 4239.0, 4191.0, 4238.0, 4227.0, 4238.0, 4233.0, 4250.0, 4223.0, 4230.0, 4219.0, 4240.0, 4231.0, 4252.0, 4242.0, 4253.0, 4240.0, 4231.0, 4230.0, 4231.0, 4225.0, 4232.0, 4230.0, 4249.0, 4240.0, 4245.0, 4239.0, 4219.0, 4224.0, 4214.0, 4250.0, 4241.0, 4250.0, 4249.0, 4239.0, 4219.0, 4250.0, 4209.0, 4263.0, 4246.0, 4248.0, 4220.0, 4241.0, 4240.0, 4252.0, 4241.0, 4263.0, 4261.0, 4250.0, 4229.0, 4218.0, 4225.0, 4230.0, 4250.0, 4241.0, 4246.0, 4230.0, 4252.0, 4220.0, 4252.0, 4240.0, 4252.0, 4271.0, 4263.0, 4262.0, 4272.0, 4229.0, 4247.0, 4209.0, 4250.0, 4229.0, 4235.0, 4251.0, 4241.0, 4230.0, 4214.0, 4241.0, 4235.0, 4241.0, 4242.0, 4264.0, 4252.0, 4252.0, 4221.0, 4241.0, 4242.0, 4263.0, 4241.0, 4263.0, 4262.0, 4235.0, 4219.0, 4230.0, 4240.0, 4230.0, 4229.0, 4241.0, 4215.0, 4240.0, 4240.0, 4220.0, 4237.0, 4251.0, 4254.0, 4272.0, 4263.0, 4222.0, 4252.0, 4242.0, 4216.0, 4253.0, 4252.0, 4275.0, 4263.0, 4272.0, 4240.0, 4247.0, 4221.0, 4253.0, 4226.0, 4263.0, 4237.0, 4263.0, 4242.0, 4231.0, 4242.0, 4232.0, 4255.0, 4244.0, 4284.0, 4254.0, 4211.0, 4238.0, 4259.0, 4263.0, 4243.0, 4274.0, 4225.0, 4242.0, 4220.0, 4216.0, 4240.0, 4241.0, 4236.0, 4253.0, 4244.0, 4261.0, 4262.0, 4210.0, 4252.0, 4245.0, 4252.0, 4271.0, 4245.0, 4219.0, 4214.0, 4240.0, 4215.0, 4238.0, 4243.0, 4275.0, 4272.0, 4262.0, 4231.0, 4241.0, 4241.0, 4252.0, 4235.0, 4237.0, 4252.0, 4250.0, 4213.0, 4239.0, 4251.0, 4245.0, 4251.0, 4250.0, 4273.0, 4271.0, 4234.0, 4183.0, 4230.0, 4229.0, 4248.0, 4239.0, 4251.0, 4220.0, 4250.0, 4213.0, 4218.0, 4240.0, 4219.0, 4248.0, 4243.0, 4248.0, 4251.0, 4253.0, 4220.0, 4237.0, 4242.0, 4264.0, 4254.0, 4263.0, 4251.0, 4236.0, 4220.0, 4252.0, 4216.0, 4253.0, 4262.0, 4253.0, 4231.0, 4230.0, 4242.0, 4230.0, 4249.0, 4261.0, 4264.0, 4238.0, 4273.0, 4231.0, 4226.0, 4210.0, 4252.0, 4239.0, 4263.0, 4271.0, 4250.0, 4198.0, 4228.0, 4229.0, 4219.0, 4251.0, 4273.0, 4262.0, 4211.0, 4241.0, 4231.0, 4230.0, 4230.0, 4247.0, 4225.0, 4234.0, 4229.0, 4239.0, 4251.0, 4250.0, 4252.0, 4227.0, 4263.0, 4230.0, 4243.0, 4221.0, 4243.0, 4231.0, 4253.0, 4245.0, 4241.0, 4262.0, 4253.0, 4231.0, 4252.0, 4222.0, 4266.0, 4275.0, 4274.0, 4232.0, 4243.0, 4237.0, 4232.0, 4262.0, 4249.0, 4285.0, 4277.0, 4261.0, 4184.0, 4230.0, 4230.0, 4235.0, 4242.0, 4262.0, 4214.0, 4249.0, 4251.0, 4219.0, 4250.0, 4219.0, 4252.0, 4243.0, 4252.0, 4251.0, 4221.0, 4242.0, 4221.0, 4232.0, 4242.0, 4251.0, 4254.0, 4264.0, 4272.0, 4215.0, 4241.0, 4205.0, 4215.0, 4252.0, 4237.0, 4263.0, 4261.0, 4251.0, 4210.0, 4236.0, 4260.0, 4245.0, 4256.0, 4261.0, 4218.0, 4239.0, 4240.0, 4229.0, 4251.0, 4262.0, 4264.0, 4249.0, 4248.0, 4243.0, 4251.0, 4254.0, 4264.0, 4242.0, 4265.0, 4274.0, 4263.0, 4220.0, 4225.0, 4241.0, 4229.0, 4253.0, 4252.0, 4266.0, 4285.0, 4264.0, 4243.0, 4242.0, 4243.0, 4238.0, 4261.0, 4241.0, 4229.0, 4251.0, 4232.0, 4260.0, 4240.0, 4218.0, 4231.0, 4211.0, 4252.0, 4222.0, 4266.0, 4265.0, 4258.0, 4243.0, 4242.0, 4236.0, 4253.0, 4268.0, 4257.0, 4225.0, 4250.0, 4218.0, 4229.0, 4208.0, 4252.0, 4274.0, 4274.0, 4231.0, 4243.0, 4242.0, 4243.0, 4233.0, 4264.0, 4219.0, 4264.0, 4243.0, 4253.0, 4255.0, 4264.0, 4273.0, 4262.0, 4285.0, 4232.0, 4242.0, 4229.0, 4233.0, 4241.0, 4263.0, 4266.0, 4248.0, 4232.0, 4251.0, 4252.0, 4220.0, 4251.0, 4250.0, 4263.0, 4256.0, 4260.0, 4229.0, 4228.0, 4241.0, 4230.0, 4251.0, 4229.0, 4273.0, 4251.0, 4242.0, 4211.0, 4253.0, 4253.0, 4262.0, 4260.0, 4242.0, 4240.0, 4219.0, 4230.0, 4240.0, 4218.0, 4240.0, 4232.0, 4253.0, 4241.0, 4248.0, 4217.0, 4228.0, 4241.0, 4231.0, 4254.0, 4255.0, 4254.0, 4262.0, 4253.0, 4232.0, 4254.0, 4249.0, 4273.0, 4255.0, 4287.0, 4273.0, 4255.0, 4235.0, 4232.0, 4243.0, 4221.0, 4243.0, 4243.0, 4243.0, 4265.0, 4254.0, 4247.0, 4251.0, 4239.0, 4238.0, 4227.0, 4236.0, 4226.0, 4234.0, 4224.0, 4213.0, 4214.0, 4209.0, 4235.0, 4214.0, 4192.0, 4208.0, 4178.0, 4189.0, 4215.0, 4207.0, 4213.0, 4217.0, 4222.0, 4207.0, 4218.0, 4213.0, 4203.0, 4214.0, 4205.0, 4243.0, 4242.0, 4253.0, 4211.0, 4242.0, 4220.0, 4243.0, 4262.0, 4264.0, 4274.0, 4262.0, 4211.0, 4230.0, 4232.0, 4222.0, 4231.0, 4244.0, 4253.0, 4235.0, 4241.0, 4209.0, 4225.0, 4214.0, 4261.0, 4238.0, 4273.0, 4240.0, 4241.0, 4205.0, 4253.0, 4195.0, 4253.0, 4252.0, 4252.0, 4216.0, 4228.0, 4228.0, 4242.0, 4255.0, 4209.0, 4255.0, 4208.0, 4256.0, 4266.0, 4277.0, 4240.0, 4275.0, 4250.0, 4255.0, 4207.0, 4254.0, 4244.0, 4265.0, 4238.0, 4229.0, 4222.0, 4243.0, 4232.0, 4253.0, 4223.0, 4254.0, 4243.0, 4244.0, 4223.0, 4244.0, 4223.0, 4256.0, 4264.0, 4266.0, 4256.0, 4276.0, 4234.0, 4251.0, 4225.0, 4267.0, 4251.0, 4274.0, 4255.0, 4254.0, 4249.0, 4253.0, 4242.0, 4265.0, 4265.0, 4276.0, 4263.0, 4266.0, 4262.0, 4264.0, 4247.0, 4253.0, 4220.0, 4254.0, 4239.0, 4258.0, 4227.0, 4252.0, 4215.0, 4252.0, 4231.0, 4252.0], 'WindowWidth': [9437.0, 9403.0, 9435.0, 9396.0, 9373.0, 9391.0, 9387.0, 9338.0, 9398.0, 9395.0, 9414.0, 9381.0, 9366.0, 9352.0, 9398.0, 9399.0, 9408.0, 9389.0, 9419.0, 9406.0, 9404.0, 9402.0, 9465.0, 9393.0, 9418.0, 9342.0, 9402.0, 9419.0, 9431.0, 9433.0, 9427.0, 9411.0, 9407.0, 9400.0, 9407.0, 9388.0, 9367.0, 9369.0, 9341.0, 9385.0, 9325.0, 9397.0, 9385.0, 9370.0, 9378.0, 9405.0, 9360.0, 9401.0, 9399.0, 9415.0, 9382.0, 9381.0, 9377.0, 9349.0, 9339.0, 9397.0, 9373.0, 9400.0, 9356.0, 9357.0, 9370.0, 9403.0, 9402.0, 9371.0, 9404.0, 9405.0, 9340.0, 9370.0, 9359.0, 9374.0, 9399.0, 9356.0, 9401.0, 9384.0, 9395.0, 9340.0, 9372.0, 9369.0, 9367.0, 9354.0, 9401.0, 9414.0, 9398.0, 9311.0, 9375.0, 9360.0, 9406.0, 9417.0, 9405.0, 9406.0, 9403.0, 9358.0, 9386.0, 9345.0, 9402.0, 9414.0, 9399.0, 9388.0, 9400.0, 9337.0, 9386.0, 9345.0, 9390.0, 9370.0, 9422.0, 9418.0, 9407.0, 9363.0, 9378.0, 9378.0, 9421.0, 9438.0, 9406.0, 9327.0, 9404.0, 9356.0, 9404.0, 9377.0, 9405.0, 9361.0, 9406.0, 9343.0, 9393.0, 9372.0, 9414.0, 9410.0, 9429.0, 9357.0, 9381.0, 9396.0, 9427.0, 9437.0, 9408.0, 9402.0, 9417.0, 9369.0, 9383.0, 9340.0, 9381.0, 9385.0, 9372.0, 9355.0, 9385.0, 9356.0, 9388.0, 9360.0, 9406.0, 9395.0, 9419.0, 9346.0, 9390.0, 9402.0, 9359.0, 9401.0, 9432.0, 9403.0, 9386.0, 9402.0, 9359.0, 9405.0, 9376.0, 9403.0, 9379.0, 9405.0, 9355.0, 9392.0, 9375.0, 9406.0, 9392.0, 9406.0, 9405.0, 9386.0, 9399.0, 9321.0, 9383.0, 9382.0, 9385.0, 9355.0, 9369.0, 9358.0, 9335.0, 9369.0, 9342.0, 9353.0, 9370.0, 9372.0, 9374.0, 9373.0, 9349.0, 9407.0, 9418.0, 9403.0, 9400.0, 9423.0, 9365.0, 9364.0, 9324.0, 9417.0, 9417.0, 9422.0, 9388.0, 9397.0, 9394.0, 9381.0, 9411.0, 9381.0, 9430.0, 9442.0, 9410.0, 9368.0, 9412.0, 9355.0, 9428.0, 9424.0, 9415.0, 9411.0, 9424.0, 9366.0, 9409.0, 9378.0, 9412.0, 9441.0, 9407.0, 9367.0, 9380.0, 9409.0, 9417.0, 9393.0, 9395.0, 9409.0, 9364.0, 9391.0, 9363.0, 9405.0, 9375.0, 9408.0, 9438.0, 9372.0, 9373.0, 9406.0, 9344.0, 9407.0, 9373.0, 9403.0, 9393.0, 9394.0, 9377.0, 9385.0, 9356.0, 9396.0, 9380.0, 9393.0, 9424.0, 9412.0, 9409.0, 9349.0, 9395.0, 9393.0, 9381.0, 9376.0, 9400.0, 9381.0, 9428.0, 9401.0, 9411.0, 9366.0, 9403.0, 9366.0, 9403.0, 9395.0, 9406.0, 9374.0, 9338.0, 9405.0, 9408.0, 9401.0, 9378.0, 9404.0, 9313.0, 9357.0, 9347.0, 9389.0, 9377.0, 9315.0, 9404.0, 9420.0, 9378.0, 9418.0, 9404.0, 9373.0, 9390.0, 9387.0, 9372.0, 9391.0, 9404.0, 9363.0, 9407.0, 9389.0, 9408.0, 9367.0, 9412.0, 9396.0, 9407.0, 9396.0, 9380.0, 9404.0, 9390.0, 9407.0, 9331.0, 9378.0, 9435.0, 9408.0, 9398.0, 9424.0, 9344.0, 9386.0, 9376.0, 9384.0, 9390.0, 9332.0, 9394.0, 9408.0, 9393.0, 9363.0, 9394.0, 9318.0, 9411.0, 9405.0, 9415.0, 9422.0, 9423.0, 9391.0, 9410.0, 9381.0, 9425.0, 9402.0, 9392.0, 9378.0, 9375.0, 9376.0, 9407.0, 9392.0, 9413.0, 9382.0, 9407.0, 9391.0, 9387.0, 9373.0, 9430.0, 9410.0, 9351.0, 9410.0, 9416.0, 9415.0, 9418.0, 9400.0, 9404.0, 9407.0, 9427.0, 9422.0, 9435.0, 9386.0, 9383.0, 9375.0, 9428.0, 9445.0, 9447.0, 9441.0, 9426.0, 9381.0, 9394.0, 9397.0, 9425.0, 9410.0, 9426.0, 9435.0, 9408.0, 9358.0, 9408.0, 9387.0, 9415.0, 9396.0, 9368.0, 9338.0, 9366.0, 9326.0, 9352.0, 9362.0, 9419.0, 9416.0, 9403.0, 9374.0, 9402.0, 9387.0, 9398.0, 9388.0, 9387.0, 9358.0, 9354.0, 9344.0, 9388.0, 9344.0, 9386.0, 9391.0, 9374.0, 9325.0, 9389.0, 9375.0, 9407.0, 9360.0, 9388.0, 9363.0, 9391.0, 9347.0, 9358.0, 9375.0, 9407.0, 9397.0, 9390.0, 9354.0, 9404.0, 9346.0, 9387.0, 9388.0, 9385.0, 9369.0, 9354.0, 9339.0, 9385.0, 9358.0, 9386.0, 9340.0, 9383.0, 9401.0, 9354.0, 9369.0, 9371.0, 9372.0, 9374.0, 9425.0, 9368.0, 9398.0, 9400.0, 9394.0, 9350.0, 9381.0, 9309.0, 9407.0, 9402.0, 9402.0, 9414.0, 9364.0, 9342.0, 9371.0, 9388.0, 9389.0, 9378.0, 9407.0, 9360.0, 9387.0, 9382.0, 9326.0, 9372.0, 9406.0, 9387.0, 9401.0, 9325.0, 9357.0, 9385.0, 9384.0, 9367.0, 9395.0, 9427.0, 9347.0, 9334.0, 9332.0, 9323.0, 9350.0, 9371.0, 9367.0, 9354.0, 9338.0, 9295.0, 9367.0, 9355.0, 9402.0, 9431.0, 9400.0, 9356.0, 9387.0, 9370.0, 9401.0, 9415.0, 9387.0, 9417.0, 9414.0, 9359.0, 9356.0, 9361.0, 9377.0, 9375.0, 9424.0, 9407.0, 9415.0, 9386.0, 9359.0, 9389.0, 9358.0, 9386.0, 9390.0, 9390.0, 9433.0, 9387.0, 9345.0, 9342.0, 9361.0, 9406.0, 9401.0, 9388.0, 9432.0, 9367.0, 9339.0, 9353.0, 9363.0, 9369.0, 9365.0, 9400.0, 9382.0, 9396.0, 9380.0, 9352.0, 9383.0, 9348.0, 9381.0, 9386.0, 9378.0, 9304.0, 9347.0, 9306.0, 9380.0, 9357.0, 9323.0, 9372.0, 9369.0, 9337.0, 9366.0, 9344.0, 9384.0, 9371.0, 9341.0, 9388.0, 9373.0, 9385.0, 9387.0, 9358.0, 9377.0, 9375.0, 9395.0, 9394.0, 9392.0, 9390.0, 9359.0, 9364.0, 9411.0, 9396.0, 9421.0, 9395.0, 9394.0, 9376.0, 9408.0, 9347.0, 9411.0, 9410.0, 9404.0, 9379.0, 9374.0, 9385.0, 9388.0, 9373.0, 9405.0, 9404.0, 9403.0, 9391.0, 9375.0, 9371.0, 9388.0, 9361.0, 9392.0, 9402.0, 9423.0, 9436.0, 9433.0, 9359.0, 9386.0, 9361.0, 9378.0, 9374.0, 9410.0, 9394.0, 9417.0, 9401.0, 9372.0, 9388.0, 9396.0, 9401.0, 9403.0, 9410.0, 9367.0, 9335.0, 9368.0, 9357.0, 9370.0, 9371.0, 9376.0, 9403.0, 9401.0, 9349.0, 9388.0, 9361.0, 9407.0, 9403.0, 9415.0, 9374.0, 9371.0, 9340.0, 9384.0, 9343.0, 9387.0, 9353.0, 9387.0, 9398.0, 9404.0, 9417.0, 9404.0, 9347.0, 9388.0, 9376.0, 9361.0, 9392.0, 9405.0, 9407.0, 9388.0, 9358.0, 9356.0, 9356.0, 9346.0, 9391.0, 9375.0, 9387.0, 9403.0, 9371.0, 9401.0, 9369.0, 9368.0, 9371.0, 9342.0, 9388.0, 9379.0, 9404.0, 9413.0, 9388.0, 9364.0, 9381.0, 9339.0, 9383.0, 9362.0, 9400.0, 9338.0, 9373.0, 9313.0, 9362.0, 9374.0, 9388.0, 9382.0, 9419.0, 9368.0, 9389.0, 9394.0, 9377.0, 9405.0, 9375.0, 9401.0, 9406.0, 9389.0, 9385.0, 9385.0, 9371.0, 9356.0, 9390.0, 9406.0, 9374.0, 9346.0, 9377.0, 9378.0, 9395.0, 9381.0, 9426.0, 9408.0, 9423.0, 9403.0, 9373.0, 9343.0, 9406.0, 9433.0, 9401.0, 9416.0, 9368.0, 9357.0, 9373.0, 9389.0, 9353.0, 9403.0, 9375.0, 9392.0, 9386.0, 9388.0, 9325.0, 9389.0, 9397.0, 9403.0, 9404.0, 9412.0, 9369.0, 9352.0, 9355.0, 9385.0, 9387.0, 9417.0, 9340.0, 9410.0, 9355.0, 9384.0, 9330.0, 9388.0, 9400.0, 9396.0, 9414.0, 9354.0, 9349.0, 9340.0, 9370.0, 9356.0, 9372.0, 9377.0, 9344.0, 9385.0, 9403.0, 9359.0, 9371.0, 9374.0, 9375.0, 9435.0, 9417.0, 9343.0, 9374.0, 9357.0, 9376.0, 9342.0, 9422.0, 9391.0, 9403.0, 9373.0, 9375.0, 9390.0, 9330.0, 9379.0, 9383.0, 9425.0, 9393.0, 9406.0, 9353.0, 9410.0, 9366.0, 9397.0, 9436.0, 9406.0, 9372.0, 9373.0, 9386.0, 9358.0, 9386.0, 9378.0, 9420.0, 9401.0, 9382.0, 9353.0, 9405.0, 9403.0, 9413.0, 9388.0, 9385.0, 9305.0, 9382.0, 9365.0, 9383.0, 9368.0, 9404.0, 9354.0, 9376.0, 9361.0, 9391.0, 9380.0, 9410.0, 9396.0, 9413.0, 9390.0, 9379.0, 9377.0, 9379.0, 9361.0, 9382.0, 9378.0, 9404.0, 9390.0, 9385.0, 9387.0, 9359.0, 9358.0, 9343.0, 9403.0, 9392.0, 9404.0, 9400.0, 9387.0, 9359.0, 9404.0, 9347.0, 9425.0, 9390.0, 9401.0, 9363.0, 9392.0, 9391.0, 9407.0, 9392.0, 9424.0, 9418.0, 9403.0, 9373.0, 9358.0, 9359.0, 9376.0, 9402.0, 9393.0, 9389.0, 9376.0, 9408.0, 9364.0, 9409.0, 9391.0, 9408.0, 9433.0, 9424.0, 9423.0, 9435.0, 9374.0, 9397.0, 9348.0, 9404.0, 9372.0, 9373.0, 9406.0, 9392.0, 9377.0, 9344.0, 9393.0, 9381.0, 9395.0, 9398.0, 9430.0, 9409.0, 9408.0, 9366.0, 9395.0, 9396.0, 9425.0, 9395.0, 9426.0, 9422.0, 9374.0, 9362.0, 9376.0, 9389.0, 9376.0, 9375.0, 9393.0, 9348.0, 9391.0, 9392.0, 9366.0, 9380.0, 9408.0, 9415.0, 9439.0, 9426.0, 9369.0, 9410.0, 9397.0, 9351.0, 9412.0, 9410.0, 9445.0, 9428.0, 9437.0, 9391.0, 9399.0, 9367.0, 9412.0, 9363.0, 9427.0, 9379.0, 9424.0, 9395.0, 9381.0, 9397.0, 9382.0, 9419.0, 9403.0, 9455.0, 9414.0, 9355.0, 9384.0, 9418.0, 9425.0, 9400.0, 9441.0, 9362.0, 9395.0, 9365.0, 9351.0, 9391.0, 9394.0, 9375.0, 9415.0, 9402.0, 9421.0, 9423.0, 9352.0, 9410.0, 9386.0, 9408.0, 9435.0, 9385.0, 9359.0, 9343.0, 9390.0, 9346.0, 9386.0, 9401.0, 9445.0, 9438.0, 9423.0, 9380.0, 9393.0, 9394.0, 9408.0, 9379.0, 9378.0, 9408.0, 9402.0, 9341.0, 9386.0, 9404.0, 9392.0, 9407.0, 9405.0, 9438.0, 9433.0, 9370.0, 9301.0, 9376.0, 9374.0, 9399.0, 9387.0, 9404.0, 9363.0, 9401.0, 9340.0, 9359.0, 9391.0, 9362.0, 9402.0, 9402.0, 9397.0, 9407.0, 9413.0, 9366.0, 9381.0, 9397.0, 9429.0, 9415.0, 9424.0, 9405.0, 9377.0, 9364.0, 9408.0, 9355.0, 9411.0, 9426.0, 9412.0, 9379.0, 9377.0, 9396.0, 9377.0, 9403.0, 9421.0, 9427.0, 9385.0, 9438.0, 9379.0, 9362.0, 9350.0, 9410.0, 9388.0, 9424.0, 9434.0, 9402.0, 9329.0, 9370.0, 9372.0, 9359.0, 9407.0, 9441.0, 9423.0, 9352.0, 9393.0, 9378.0, 9377.0, 9374.0, 9391.0, 9361.0, 9369.0, 9374.0, 9386.0, 9405.0, 9402.0, 9408.0, 9367.0, 9427.0, 9378.0, 9398.0, 9368.0, 9398.0, 9381.0, 9415.0, 9407.0, 9396.0, 9423.0, 9413.0, 9380.0, 9412.0, 9371.0, 9435.0, 9448.0, 9441.0, 9382.0, 9398.0, 9379.0, 9385.0, 9423.0, 9407.0, 9457.0, 9439.0, 9419.0, 9302.0, 9377.0, 9375.0, 9372.0, 9396.0, 9422.0, 9343.0, 9400.0, 9404.0, 9359.0, 9403.0, 9360.0, 9409.0, 9400.0, 9409.0, 9406.0, 9367.0, 9395.0, 9366.0, 9382.0, 9395.0, 9406.0, 9416.0, 9428.0, 9437.0, 9345.0, 9392.0, 9333.0, 9347.0, 9408.0, 9381.0, 9424.0, 9418.0, 9405.0, 9349.0, 9375.0, 9417.0, 9385.0, 9403.0, 9418.0, 9358.0, 9387.0, 9390.0, 9374.0, 9408.0, 9421.0, 9428.0, 9399.0, 9397.0, 9398.0, 9408.0, 9415.0, 9430.0, 9395.0, 9431.0, 9442.0, 9423.0, 9363.0, 9359.0, 9394.0, 9374.0, 9412.0, 9410.0, 9437.0, 9462.0, 9429.0, 9397.0, 9396.0, 9399.0, 9382.0, 9419.0, 9392.0, 9372.0, 9405.0, 9382.0, 9416.0, 9390.0, 9358.0, 9378.0, 9352.0, 9410.0, 9369.0, 9434.0, 9432.0, 9409.0, 9397.0, 9396.0, 9376.0, 9412.0, 9429.0, 9406.0, 9359.0, 9400.0, 9356.0, 9373.0, 9345.0, 9410.0, 9443.0, 9441.0, 9381.0, 9398.0, 9398.0, 9399.0, 9385.0, 9431.0, 9358.0, 9426.0, 9400.0, 9412.0, 9417.0, 9428.0, 9443.0, 9429.0, 9458.0, 9383.0, 9396.0, 9376.0, 9385.0, 9394.0, 9426.0, 9434.0, 9397.0, 9382.0, 9405.0, 9407.0, 9362.0, 9406.0, 9403.0, 9425.0, 9405.0, 9416.0, 9372.0, 9370.0, 9391.0, 9376.0, 9407.0, 9378.0, 9438.0, 9404.0, 9395.0, 9353.0, 9413.0, 9411.0, 9420.0, 9420.0, 9394.0, 9389.0, 9359.0, 9375.0, 9387.0, 9357.0, 9390.0, 9381.0, 9411.0, 9392.0, 9398.0, 9357.0, 9372.0, 9393.0, 9380.0, 9416.0, 9421.0, 9416.0, 9423.0, 9411.0, 9382.0, 9414.0, 9403.0, 9439.0, 9418.0, 9465.0, 9439.0, 9420.0, 9393.0, 9383.0, 9398.0, 9364.0, 9400.0, 9400.0, 9401.0, 9430.0, 9416.0, 9390.0, 9404.0, 9384.0, 9381.0, 9364.0, 9372.0, 9358.0, 9370.0, 9354.0, 9338.0, 9342.0, 9325.0, 9373.0, 9341.0, 9310.0, 9321.0, 9281.0, 9298.0, 9346.0, 9337.0, 9338.0, 9352.0, 9348.0, 9338.0, 9355.0, 9340.0, 9327.0, 9343.0, 9331.0, 9399.0, 9393.0, 9410.0, 9352.0, 9395.0, 9363.0, 9396.0, 9420.0, 9428.0, 9440.0, 9421.0, 9350.0, 9375.0, 9382.0, 9367.0, 9379.0, 9402.0, 9411.0, 9372.0, 9389.0, 9346.0, 9358.0, 9342.0, 9422.0, 9384.0, 9438.0, 9391.0, 9393.0, 9334.0, 9411.0, 9322.0, 9412.0, 9408.0, 9408.0, 9351.0, 9370.0, 9372.0, 9398.0, 9418.0, 9345.0, 9419.0, 9343.0, 9422.0, 9435.0, 9449.0, 9387.0, 9443.0, 9405.0, 9418.0, 9342.0, 9415.0, 9403.0, 9431.0, 9383.0, 9377.0, 9367.0, 9398.0, 9382.0, 9412.0, 9371.0, 9416.0, 9400.0, 9401.0, 9372.0, 9403.0, 9375.0, 9420.0, 9429.0, 9433.0, 9423.0, 9447.0, 9387.0, 9410.0, 9379.0, 9439.0, 9412.0, 9442.0, 9419.0, 9415.0, 9403.0, 9412.0, 9396.0, 9433.0, 9431.0, 9447.0, 9428.0, 9436.0, 9424.0, 9426.0, 9390.0, 9410.0, 9364.0, 9413.0, 9385.0, 9409.0, 9371.0, 9407.0, 9344.0, 9408.0, 9378.0, 9409.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.0008716727272727273</td></tr>
<tr><td colspan=3>aqi</td><td>0.017187093018181818</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.28815390247457</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.218091961972341</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0103331458515281</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>5952.2573</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07750242995074559</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7272727272727273</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.468377803345735</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3774371251356636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.730614843987978</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2970814409135634</td></tr>
<tr><td colspan=3>gcor</td><td>0.00734933</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014682356268167496</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03271615132689476</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</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.8339021054854525</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>27.064</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4448</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0156</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.3102</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2324</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.2204</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3435.682</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.9839</td></tr>
<tr><td colspan=3>tsnr</td><td>43.137526508420706</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>