<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-01/func/sub-0076_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>ed6765a907ea2708d1b131c3ef47b76a</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>11:29:13.290000</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.999302, -0.00784484, -0.0365319, 0.00906958, 0.999398, 0.0334813]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.104047</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7704, -7204, 690, 28, 46, -33, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bbe8afb1-e115-4374-8f65-ba9f7f2360af||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.681053400039673, 0.024333029985427856, -0.0978676825761795, 115.04586029052734], [0.021047120913863182, 2.681312322616577, 0.09123091399669647, -96.13279724121094], [-0.09801249951124191, -0.08982782065868378, 2.696682929992676, -35.60719299316406], [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': ['112913.290000', '112913.750000', '112914.210000', '112914.670000', '112915.130000', '112915.590000', '112916.050000', '112916.510000', '112916.970000', '112917.430000', '112917.890000', '112918.350000', '112918.810000', '112919.270000', '112919.730000', '112920.190000', '112920.650000', '112921.110000', '112921.570000', '112922.030000', '112922.490000', '112922.950000', '112923.410000', '112923.870000', '112924.330000', '112924.790000', '112925.250000', '112925.710000', '112926.170000', '112926.630000', '112927.090000', '112927.550000', '112928.010000', '112928.470000', '112928.930000', '112929.390000', '112929.850000', '112930.310000', '112930.770000', '112931.230000', '112931.690000', '112932.150000', '112932.610000', '112933.070000', '112933.530000', '112933.990000', '112934.450000', '112934.910000', '112935.370000', '112935.830000', '112936.290000', '112936.750000', '112937.210000', '112937.670000', '112938.130000', '112938.590000', '112939.050000', '112939.510000', '112939.970000', '112940.430000', '112940.890000', '112941.350000', '112941.810000', '112942.270000', '112942.730000', '112943.190000', '112943.650000', '112944.110000', '112944.570000', '112945.030000', '112945.490000', '112945.950000', '112946.410000', '112946.870000', '112947.330000', '112947.790000', '112948.250000', '112948.710000', '112949.170000', '112949.630000', '112950.090000', '112950.550000', '112951.010000', '112951.470000', '112951.930000', '112952.390000', '112952.850000', '112953.310000', '112953.770000', '112954.230000', '112954.690000', '112955.150000', '112955.610000', '112956.070000', '112956.530000', '112956.990000', '112957.450000', '112957.910000', '112958.370000', '112958.830000', '112959.290000', '112959.750000', '113000.210000', '113000.670000', '113001.130000', '113001.590000', '113002.050000', '113002.510000', '113002.970000', '113003.430000', '113003.890000', '113004.350000', '113004.810000', '113005.270000', '113005.730000', '113006.190000', '113006.650000', '113007.110000', '113007.570000', '113008.030000', '113008.490000', '113008.950000', '113009.410000', '113009.870000', '113010.330000', '113010.790000', '113011.250000', '113011.710000', '113012.170000', '113012.630000', '113013.090000', '113013.550000', '113014.010000', '113014.470000', '113014.930000', '113015.390000', '113015.850000', '113016.310000', '113016.770000', '113017.230000', '113017.690000', '113018.150000', '113018.610000', '113019.070000', '113019.530000', '113019.990000', '113020.450000', '113020.910000', '113021.370000', '113021.830000', '113022.290000', '113022.750000', '113023.210000', '113023.670000', '113024.130000', '113024.590000', '113025.050000', '113025.510000', '113025.970000', '113026.430000', '113026.890000', '113027.350000', '113027.810000', '113028.270000', '113028.730000', '113029.190000', '113029.650000', '113030.110000', '113030.570000', '113031.030000', '113031.490000', '113031.950000', '113032.410000', '113032.870000', '113033.330000', '113033.790000', '113034.250000', '113034.710000', '113035.170000', '113035.630000', '113036.090000', '113036.550000', '113037.010000', '113037.470000', '113037.930000', '113038.390000', '113038.850000', '113039.310000', '113039.770000', '113040.230000', '113040.690000', '113041.150000', '113041.610000', '113042.070000', '113042.530000', '113042.990000', '113043.450000', '113043.910000', '113044.370000', '113044.830000', '113045.290000', '113045.750000', '113046.210000', '113046.670000', '113047.130000', '113047.590000', '113048.050000', '113048.510000', '113048.970000', '113049.430000', '113049.890000', '113050.350000', '113050.810000', '113051.270000', '113051.730000', '113052.190000', '113052.650000', '113053.110000', '113053.570000', '113054.030000', '113054.490000', '113054.950000', '113055.410000', '113055.870000', '113056.330000', '113056.790000', '113057.250000', '113057.710000', '113058.170000', '113058.630000', '113059.090000', '113059.550000', '113100.010000', '113100.470000', '113100.930000', '113101.390000', '113101.850000', '113102.310000', '113102.770000', '113103.230000', '113103.690000', '113104.150000', '113104.610000', '113105.070000', '113105.530000', '113105.990000', '113106.450000', '113106.910000', '113107.370000', '113107.830000', '113108.290000', '113108.750000', '113109.210000', '113109.670000', '113110.130000', '113110.590000', '113111.050000', '113111.510000', '113111.970000', '113112.430000', '113112.890000', '113113.350000', '113113.810000', '113114.270000', '113114.730000', '113115.190000', '113115.650000', '113116.110000', '113116.570000', '113117.030000', '113117.490000', '113117.950000', '113118.410000', '113118.870000', '113119.330000', '113119.790000', '113120.250000', '113120.710000', '113121.170000', '113121.630000', '113122.090000', '113122.550000', '113123.010000', '113123.470000', '113123.930000', '113124.390000', '113124.850000', '113125.310000', '113125.770000', '113126.230000', '113126.690000', '113127.150000', '113127.610000', '113128.070000', '113128.530000', '113128.990000', '113129.450000', '113129.910000', '113130.370000', '113130.830000', '113131.290000', '113131.750000', '113132.210000', '113132.670000', '113133.130000', '113133.590000', '113134.050000', '113134.510000', '113134.970000', '113135.430000', '113135.890000', '113136.350000', '113136.810000', '113137.270000', '113137.730000', '113138.190000', '113138.650000', '113139.110000', '113139.570000', '113140.030000', '113140.490000', '113140.950000', '113141.410000', '113141.870000', '113142.330000', '113142.790000', '113143.250000', '113143.710000', '113144.170000', '113144.630000', '113145.090000', '113145.550000', '113146.010000', '113146.470000', '113146.930000', '113147.390000', '113147.850000', '113148.310000', '113148.770000', '113149.230000', '113149.690000', '113150.150000', '113150.610000', '113151.070000', '113151.530000', '113151.990000', '113152.450000', '113152.910000', '113153.370000', '113153.830000', '113154.290000', '113154.750000', '113155.210000', '113155.670000', '113156.130000', '113156.590000', '113157.050000', '113157.510000', '113157.970000', '113158.430000', '113158.890000', '113159.350000', '113159.810000', '113200.270000', '113200.730000', '113201.190000', '113201.650000', '113202.110000', '113202.570000', '113203.030000', '113203.490000', '113203.950000', '113204.410000', '113204.870000', '113205.330000', '113205.790000', '113206.250000', '113206.710000', '113207.170000', '113207.630000', '113208.090000', '113208.550000', '113209.010000', '113209.470000', '113209.930000', '113210.390000', '113210.850000', '113211.310000', '113211.770000', '113212.230000', '113212.690000', '113213.150000', '113213.610000', '113214.070000', '113214.530000', '113214.990000', '113215.450000', '113215.910000', '113216.370000', '113216.830000', '113217.290000', '113217.750000', '113218.210000', '113218.670000', '113219.130000', '113219.590000', '113220.050000', '113220.510000', '113220.970000', '113221.430000', '113221.890000', '113222.350000', '113222.810000', '113223.270000', '113223.730000', '113224.190000', '113224.650000', '113225.110000', '113225.570000', '113226.030000', '113226.490000', '113226.950000', '113227.410000', '113227.870000', '113228.330000', '113228.790000', '113229.250000', '113229.710000', '113230.170000', '113230.630000', '113231.090000', '113231.550000', '113232.010000', '113232.470000', '113232.930000', '113233.390000', '113233.850000', '113234.310000', '113234.770000', '113235.230000', '113235.690000', '113236.150000', '113236.610000', '113237.070000', '113237.530000', '113237.990000', '113238.450000', '113238.910000', '113239.370000', '113239.830000', '113240.290000', '113240.750000', '113241.210000', '113241.670000', '113242.130000', '113242.590000', '113243.050000', '113243.510000', '113243.970000', '113244.430000', '113244.890000', '113245.350000', '113245.810000', '113246.270000', '113246.730000', '113247.190000', '113247.650000', '113248.110000', '113248.570000', '113249.030000', '113249.490000', '113249.950000', '113250.410000', '113250.870000', '113251.330000', '113251.790000', '113252.250000', '113252.710000', '113253.170000', '113253.630000', '113254.090000', '113254.550000', '113255.010000', '113255.470000', '113255.930000', '113256.390000', '113256.850000', '113257.310000', '113257.770000', '113258.230000', '113258.690000', '113259.150000', '113259.610000', '113300.070000', '113300.530000', '113300.990000', '113301.450000', '113301.910000', '113302.370000', '113302.830000', '113303.290000', '113303.750000', '113304.210000', '113304.670000', '113305.130000', '113305.590000', '113306.050000', '113306.510000', '113306.970000', '113307.430000', '113307.890000', '113308.350000', '113308.810000', '113309.270000', '113309.730000', '113310.190000', '113310.650000', '113311.110000', '113311.570000', '113312.030000', '113312.490000', '113312.950000', '113313.410000', '113313.870000', '113314.330000', '113314.790000', '113315.250000', '113315.710000', '113316.170000', '113316.630000', '113317.090000', '113317.550000', '113318.010000', '113318.470000', '113318.930000', '113319.390000', '113319.850000', '113320.310000', '113320.770000', '113321.230000', '113321.690000', '113322.150000', '113322.610000', '113323.070000', '113323.530000', '113323.990000', '113324.450000', '113324.910000', '113325.370000', '113325.830000', '113326.290000', '113326.750000', '113327.210000', '113327.670000', '113328.130000', '113328.590000', '113329.050000', '113329.510000', '113329.970000', '113330.430000', '113330.890000', '113331.350000', '113331.810000', '113332.270000', '113332.730000', '113333.190000', '113333.650000', '113334.110000', '113334.570000', '113335.030000', '113335.490000', '113335.950000', '113336.410000', '113336.870000', '113337.330000', '113337.790000', '113338.250000', '113338.710000', '113339.170000', '113339.630000', '113340.090000', '113340.550000', '113341.010000', '113341.470000', '113341.930000', '113342.390000', '113342.850000', '113343.310000', '113343.770000', '113344.230000', '113344.690000', '113345.150000', '113345.610000', '113346.070000', '113346.530000', '113346.990000', '113347.450000', '113347.910000', '113348.370000', '113348.830000', '113349.290000', '113349.750000', '113350.210000', '113350.670000', '113351.130000', '113351.590000', '113352.050000', '113352.510000', '113352.970000', '113353.430000', '113353.890000', '113354.350000', '113354.810000', '113355.270000', '113355.730000', '113356.190000', '113356.650000', '113357.110000', '113357.570000', '113358.030000', '113358.490000', '113358.950000', '113359.410000', '113359.870000', '113400.330000', '113400.790000', '113401.250000', '113401.710000', '113402.170000', '113402.630000', '113403.090000', '113403.550000', '113404.010000', '113404.470000', '113404.930000', '113405.390000', '113405.850000', '113406.310000', '113406.770000', '113407.230000', '113407.690000', '113408.150000', '113408.610000', '113409.070000', '113409.530000', '113409.990000', '113410.450000', '113410.910000', '113411.370000', '113411.830000', '113412.290000', '113412.750000', '113413.210000', '113413.670000', '113414.130000', '113414.590000', '113415.050000', '113415.510000', '113415.970000', '113416.430000', '113416.890000', '113417.350000', '113417.810000', '113418.270000', '113418.730000', '113419.190000', '113419.650000', '113420.110000', '113420.570000', '113421.030000', '113421.490000', '113421.950000', '113422.410000', '113422.870000', '113423.330000', '113423.790000', '113424.250000', '113424.710000', '113425.170000', '113425.630000', '113426.090000', '113426.550000', '113427.010000', '113427.470000', '113427.930000', '113428.390000', '113428.850000', '113429.310000', '113429.770000', '113430.230000', '113430.690000', '113431.150000', '113431.610000', '113432.070000', '113432.530000', '113432.990000', '113433.450000', '113433.910000', '113434.370000', '113434.830000', '113435.290000', '113435.750000', '113436.210000', '113436.670000', '113437.130000', '113437.590000', '113438.050000', '113438.510000', '113438.970000', '113439.430000', '113439.890000', '113440.350000', '113440.810000', '113441.270000', '113441.730000', '113442.190000', '113442.650000', '113443.110000', '113443.570000', '113444.030000', '113444.490000', '113444.950000', '113445.410000', '113445.870000', '113446.330000', '113446.790000', '113447.250000', '113447.710000', '113448.170000', '113448.630000', '113449.090000', '113449.550000', '113450.010000', '113450.470000', '113450.930000', '113451.390000', '113451.850000', '113452.310000', '113452.770000', '113453.230000', '113453.690000', '113454.150000', '113454.610000', '113455.070000', '113455.530000', '113455.990000', '113456.450000', '113456.910000', '113457.370000', '113457.830000', '113458.290000', '113458.750000', '113459.210000', '113459.670000', '113500.130000', '113500.590000', '113501.050000', '113501.510000', '113501.970000', '113502.430000', '113502.890000', '113503.350000', '113503.810000', '113504.270000', '113504.730000', '113505.190000', '113505.650000', '113506.110000', '113506.570000', '113507.030000', '113507.490000', '113507.950000', '113508.410000', '113508.870000', '113509.330000', '113509.790000', '113510.250000', '113510.710000', '113511.170000', '113511.630000', '113512.090000', '113512.550000', '113513.010000', '113513.470000', '113513.930000', '113514.390000', '113514.850000', '113515.310000', '113515.770000', '113516.230000', '113516.690000', '113517.150000', '113517.610000', '113518.070000', '113518.530000', '113518.990000', '113519.450000', '113519.910000', '113520.370000', '113520.830000', '113521.290000', '113521.750000', '113522.210000', '113522.670000', '113523.130000', '113523.590000', '113524.050000', '113524.510000', '113524.970000', '113525.430000', '113525.890000', '113526.350000', '113526.810000', '113527.270000', '113527.730000', '113528.190000', '113528.650000', '113529.110000', '113529.570000', '113530.030000', '113530.490000', '113530.950000', '113531.410000', '113531.870000', '113532.330000', '113532.790000', '113533.250000', '113533.710000', '113534.170000', '113534.630000', '113535.090000', '113535.550000', '113536.010000', '113536.470000', '113536.930000', '113537.390000', '113537.850000', '113538.310000', '113538.770000', '113539.230000', '113539.690000', '113540.150000', '113540.610000', '113541.070000', '113541.530000', '113541.990000', '113542.450000', '113542.910000', '113543.370000', '113543.830000', '113544.290000', '113544.750000', '113545.210000', '113545.670000', '113546.130000', '113546.590000', '113547.050000', '113547.510000', '113547.970000', '113548.430000', '113548.890000', '113549.350000', '113549.810000', '113550.270000', '113550.730000', '113551.190000', '113551.650000', '113552.110000', '113552.570000', '113553.030000', '113553.490000', '113553.950000', '113554.410000', '113554.870000', '113555.330000', '113555.790000', '113556.250000', '113556.710000', '113557.170000', '113557.630000', '113558.090000', '113558.550000', '113559.010000', '113559.470000', '113559.930000', '113600.390000', '113600.850000', '113601.310000', '113601.770000', '113602.230000', '113602.690000', '113603.150000', '113603.610000', '113604.070000', '113604.530000', '113604.990000', '113605.450000', '113605.910000', '113606.370000', '113606.830000', '113607.290000', '113607.750000', '113608.210000', '113608.670000', '113609.130000', '113609.590000', '113610.050000', '113610.510000', '113610.970000', '113611.430000', '113611.890000', '113612.350000', '113612.810000', '113613.270000', '113613.730000', '113614.190000', '113614.650000', '113615.110000', '113615.570000', '113616.030000', '113616.490000', '113616.950000', '113617.410000', '113617.870000', '113618.330000', '113618.790000', '113619.250000', '113619.710000', '113620.170000', '113620.630000', '113621.090000', '113621.550000', '113622.010000', '113622.470000', '113622.930000', '113623.390000', '113623.850000', '113624.310000', '113624.770000', '113625.230000', '113625.690000', '113626.150000', '113626.610000', '113627.070000', '113627.530000', '113627.990000', '113628.450000', '113628.910000', '113629.370000', '113629.830000', '113630.290000', '113630.750000', '113631.210000', '113631.670000', '113632.130000', '113632.590000', '113633.050000', '113633.510000', '113633.970000', '113634.430000', '113634.890000', '113635.350000', '113635.810000', '113636.270000', '113636.730000', '113637.190000', '113637.650000', '113638.110000', '113638.570000', '113639.030000', '113639.490000', '113639.950000', '113640.410000', '113640.870000', '113641.330000', '113641.790000', '113642.250000', '113642.710000', '113643.170000', '113643.630000', '113644.090000', '113644.550000', '113645.010000', '113645.470000', '113645.930000', '113646.390000', '113646.850000', '113647.310000', '113647.770000', '113648.230000', '113648.690000', '113649.150000', '113649.610000', '113650.070000', '113650.530000', '113650.990000', '113651.450000', '113651.910000', '113652.370000', '113652.830000', '113653.290000', '113653.750000', '113654.210000', '113654.670000', '113655.130000', '113655.590000', '113656.050000', '113656.510000', '113656.970000', '113657.430000', '113657.890000', '113658.350000', '113658.810000', '113659.270000', '113659.730000', '113700.190000', '113700.650000', '113701.110000', '113701.570000', '113702.030000', '113702.490000', '113702.950000', '113703.410000', '113703.870000', '113704.330000', '113704.790000', '113705.250000', '113705.710000', '113706.170000', '113706.630000', '113707.090000', '113707.550000', '113708.010000', '113708.470000', '113708.930000', '113709.390000', '113709.850000', '113710.310000', '113710.770000', '113711.230000', '113711.690000', '113712.150000', '113712.610000', '113713.070000', '113713.530000', '113713.990000', '113714.450000', '113714.910000', '113715.370000', '113715.830000', '113716.290000', '113716.750000', '113717.210000', '113717.670000', '113718.130000', '113718.590000', '113719.050000', '113719.510000', '113719.970000', '113720.430000', '113720.890000', '113721.350000', '113721.810000', '113722.270000', '113722.730000', '113723.190000', '113723.650000', '113724.110000', '113724.570000', '113725.030000', '113725.490000', '113725.950000', '113726.410000', '113726.870000', '113727.330000', '113727.790000', '113728.250000', '113728.710000', '113729.170000', '113729.630000', '113730.090000', '113730.550000', '113731.010000', '113731.470000', '113731.930000', '113732.390000', '113732.850000', '113733.310000', '113733.770000', '113734.230000', '113734.690000', '113735.150000', '113735.610000', '113736.070000', '113736.530000', '113736.990000', '113737.450000', '113737.910000', '113738.370000', '113738.830000', '113739.290000', '113739.750000', '113740.210000', '113740.670000', '113741.130000', '113741.590000', '113742.050000', '113742.510000', '113742.970000', '113743.430000', '113743.890000', '113744.350000', '113744.810000', '113745.270000', '113745.730000', '113746.190000', '113746.650000', '113747.110000', '113747.570000', '113748.030000', '113748.490000', '113748.950000', '113749.410000', '113749.870000', '113750.330000', '113750.790000', '113751.250000', '113751.710000', '113752.170000', '113752.630000', '113753.090000', '113753.550000', '113754.010000', '113754.470000', '113754.930000', '113755.390000', '113755.850000', '113756.310000', '113756.770000', '113757.230000', '113757.690000', '113758.150000', '113758.610000', '113759.070000', '113759.530000', '113759.990000', '113800.450000', '113800.910000', '113801.370000', '113801.830000', '113802.290000', '113802.750000', '113803.210000', '113803.670000', '113804.130000', '113804.590000', '113805.050000', '113805.510000', '113805.970000', '113806.430000', '113806.890000', '113807.350000', '113807.810000', '113808.270000', '113808.730000', '113809.190000', '113809.650000', '113810.110000', '113810.570000', '113811.030000', '113811.490000', '113811.950000', '113812.410000', '113812.870000', '113813.330000', '113813.790000', '113814.250000', '113814.710000', '113815.170000', '113815.630000', '113816.090000', '113816.550000', '113817.010000', '113817.470000', '113817.930000', '113818.390000', '113818.850000', '113819.310000', '113819.770000', '113820.230000', '113820.690000', '113821.150000', '113821.610000', '113822.070000', '113822.530000', '113822.990000', '113823.450000', '113823.910000', '113824.370000', '113824.830000', '113825.290000', '113825.750000', '113826.210000', '113826.670000', '113827.130000', '113827.590000', '113828.050000', '113828.510000', '113828.970000', '113829.430000', '113829.890000', '113830.350000', '113830.810000', '113831.270000', '113831.730000', '113832.190000', '113832.650000', '113833.110000', '113833.570000', '113834.030000', '113834.490000', '113834.950000', '113835.410000', '113835.870000', '113836.330000', '113836.790000', '113837.250000', '113837.710000', '113838.170000', '113838.630000', '113839.090000', '113839.550000', '113840.010000', '113840.470000', '113840.930000', '113841.390000', '113841.850000', '113842.310000', '113842.770000', '113843.230000', '113843.690000', '113844.150000', '113844.610000', '113845.070000', '113845.530000', '113845.990000', '113846.450000', '113846.910000', '113847.370000', '113847.830000', '113848.290000', '113848.750000', '113849.210000', '113849.670000', '113850.130000', '113850.590000', '113851.050000', '113851.510000', '113851.970000', '113852.430000', '113852.890000', '113853.350000', '113853.810000', '113854.270000', '113854.730000', '113855.190000', '113855.650000', '113856.110000', '113856.570000', '113857.030000', '113857.490000', '113857.950000', '113858.410000', '113858.870000', '113859.330000', '113859.790000', '113900.250000', '113900.710000', '113901.170000', '113901.630000', '113902.090000', '113902.550000', '113903.010000', '113903.470000', '113903.930000', '113904.390000', '113904.850000', '113905.310000', '113905.770000', '113906.230000', '113906.690000', '113907.150000', '113907.610000', '113908.070000', '113908.530000', '113908.990000', '113909.450000', '113909.910000', '113910.370000', '113910.830000', '113911.290000', '113911.750000', '113912.210000', '113912.670000', '113913.130000', '113913.590000', '113914.050000', '113914.510000', '113914.970000', '113915.430000', '113915.890000', '113916.350000', '113916.810000', '113917.270000', '113917.730000', '113918.190000', '113918.650000', '113919.110000', '113919.570000', '113920.030000', '113920.490000', '113920.950000', '113921.410000', '113921.870000', '113922.330000', '113922.790000', '113923.250000', '113923.710000', '113924.170000', '113924.630000', '113925.090000', '113925.550000', '113926.010000', '113926.470000', '113926.930000', '113927.390000', '113927.850000', '113928.310000', '113928.770000', '113929.230000', '113929.690000', '113930.150000', '113930.610000', '113931.070000', '113931.530000', '113931.990000', '113932.450000', '113932.910000', '113933.370000', '113933.830000', '113934.290000', '113934.750000', '113935.210000', '113935.670000', '113936.130000', '113936.590000', '113937.050000', '113937.510000', '113937.970000', '113938.430000', '113938.890000', '113939.350000', '113939.810000', '113940.270000', '113940.730000', '113941.190000', '113941.650000', '113942.110000', '113942.570000', '113943.030000', '113943.490000', '113943.950000', '113944.410000', '113944.870000', '113945.330000', '113945.790000'], 'ContentTime': ['112935.187000', '112935.190000', '112935.193000', '112935.195000', '112935.198000', '112935.200000', '112935.203000', '112935.205000', '112935.208000', '112935.210000', '112935.222000', '112935.225000', '112935.228000', '112935.230000', '112935.233000', '112935.235000', '112935.238000', '112935.240000', '112935.243000', '112935.245000', '112935.248000', '112935.250000', '112935.253000', '112935.256000', '112935.258000', '112935.261000', '112935.263000', '112935.266000', '112935.268000', '112935.271000', '112935.273000', '112935.276000', '112935.278000', '112935.281000', '112935.284000', '112935.286000', '112935.289000', '112935.291000', '112935.294000', '112935.296000', '112935.299000', '112935.306000', '112935.309000', '112935.311000', '112935.314000', '112935.316000', '112955.161000', '112955.164000', '112955.167000', '112955.169000', '112955.172000', '112955.174000', '112955.177000', '112955.180000', '112955.182000', '112955.185000', '112955.187000', '112955.190000', '112955.192000', '112955.195000', '112955.197000', '112955.200000', '112955.202000', '112955.205000', '112955.207000', '112955.210000', '112955.212000', '112955.215000', '112955.218000', '112955.220000', '112955.223000', '112955.226000', '112955.229000', '112955.232000', '112955.235000', '112955.237000', '112955.240000', '112955.242000', '112955.245000', '112955.248000', '112955.250000', '112955.253000', '112955.255000', '112955.258000', '112955.260000', '112955.263000', '112955.266000', '112955.269000', '112955.271000', '113015.162000', '113015.164000', '113015.167000', '113015.169000', '113015.172000', '113015.175000', '113015.177000', '113015.180000', '113015.182000', '113015.185000', '113015.187000', '113015.190000', '113015.192000', '113015.195000', '113015.198000', '113015.200000', '113015.203000', '113015.205000', '113015.208000', '113015.210000', '113015.213000', '113015.215000', '113015.218000', '113015.221000', '113015.223000', '113015.226000', '113015.228000', '113015.231000', '113015.233000', '113015.236000', '113015.239000', '113015.241000', '113015.244000', '113015.246000', '113015.249000', '113015.251000', '113015.254000', '113015.256000', '113015.259000', '113015.262000', '113015.264000', '113015.267000', '113015.269000', '113015.296000', '113035.161000', '113035.164000', '113035.167000', '113035.169000', '113035.172000', '113035.175000', '113035.177000', '113035.180000', '113035.182000', '113035.185000', '113035.188000', '113035.190000', '113035.193000', '113035.195000', '113035.198000', '113035.200000', '113035.203000', '113035.206000', '113035.208000', '113035.217000', '113035.220000', '113035.223000', '113035.226000', '113035.229000', '113035.231000', '113035.234000', '113035.236000', '113035.239000', '113035.241000', '113035.244000', '113035.246000', '113035.249000', '113035.252000', '113035.254000', '113035.257000', '113035.259000', '113035.262000', '113035.264000', '113035.267000', '113035.269000', '113035.272000', '113035.275000', '113035.277000', '113055.161000', '113055.164000', '113055.167000', '113055.169000', '113055.172000', '113055.175000', '113055.177000', '113055.180000', '113055.182000', '113055.185000', '113055.188000', '113055.190000', '113055.193000', '113055.195000', '113055.198000', '113055.200000', '113055.203000', '113055.205000', '113055.208000', '113055.210000', '113055.213000', '113055.216000', '113055.218000', '113055.221000', '113055.223000', '113055.226000', '113055.229000', '113055.231000', '113055.234000', '113055.236000', '113055.239000', '113055.246000', '113055.248000', '113055.251000', '113055.254000', '113055.256000', '113055.259000', '113055.261000', '113055.264000', '113055.266000', '113055.269000', '113055.271000', '113055.274000', '113055.276000', '113115.161000', '113115.164000', '113115.167000', '113115.169000', '113115.172000', '113115.175000', '113115.177000', '113115.180000', '113115.182000', '113115.185000', '113115.187000', '113115.190000', '113115.193000', '113115.195000', '113115.198000', '113115.200000', '113115.203000', '113115.206000', '113115.208000', '113115.211000', '113115.213000', '113115.216000', '113115.218000', '113115.221000', '113115.223000', '113115.226000', '113115.229000', '113115.231000', '113115.234000', '113115.236000', '113115.239000', '113115.242000', '113115.245000', '113115.259000', '113115.284000', '113115.287000', '113115.289000', '113115.292000', '113115.294000', '113115.297000', '113115.299000', '113115.302000', '113115.305000', '113135.162000', '113135.164000', '113135.167000', '113135.170000', '113135.172000', '113135.175000', '113135.177000', '113135.180000', '113135.182000', '113135.185000', '113135.187000', '113135.190000', '113135.193000', '113135.195000', '113135.198000', '113135.200000', '113135.203000', '113135.205000', '113135.208000', '113135.210000', '113135.213000', '113135.216000', '113135.218000', '113135.221000', '113135.223000', '113135.226000', '113135.228000', '113135.231000', '113135.233000', '113135.236000', '113135.239000', '113135.241000', '113135.244000', '113135.246000', '113135.249000', '113135.251000', '113135.254000', '113135.257000', '113135.259000', '113135.262000', '113135.264000', '113135.267000', '113135.270000', '113135.272000', '113155.161000', '113155.164000', '113155.167000', '113155.169000', '113155.172000', '113155.175000', '113155.177000', '113155.180000', '113155.182000', '113155.185000', '113155.188000', '113155.190000', '113155.193000', '113155.195000', '113155.198000', '113155.200000', '113155.203000', '113155.205000', '113155.208000', '113155.211000', '113155.213000', '113155.224000', '113155.227000', '113155.229000', '113155.232000', '113155.234000', '113155.237000', '113155.239000', '113155.242000', '113155.244000', '113155.247000', '113155.250000', '113155.252000', '113155.255000', '113155.257000', '113155.260000', '113155.262000', '113155.265000', '113155.268000', '113155.271000', '113155.274000', '113155.277000', '113155.279000', '113215.161000', '113215.164000', '113215.167000', '113215.169000', '113215.172000', '113215.175000', '113215.177000', '113215.180000', '113215.182000', '113215.185000', '113215.187000', '113215.190000', '113215.193000', '113215.195000', '113215.198000', '113215.200000', '113215.203000', '113215.205000', '113215.208000', '113215.211000', '113215.213000', '113215.216000', '113215.218000', '113215.221000', '113215.223000', '113215.226000', '113215.228000', '113215.231000', '113215.234000', '113215.236000', '113215.239000', '113215.241000', '113215.244000', '113215.246000', '113215.249000', '113215.251000', '113215.254000', '113215.257000', '113215.259000', '113215.262000', '113215.264000', '113215.267000', '113215.269000', '113215.272000', '113235.162000', '113235.164000', '113235.167000', '113235.170000', '113235.172000', '113235.175000', '113235.177000', '113235.180000', '113235.182000', '113235.185000', '113235.188000', '113235.190000', '113235.193000', '113235.195000', '113235.198000', '113235.200000', '113235.203000', '113235.205000', '113235.208000', '113235.211000', '113235.213000', '113235.216000', '113235.218000', '113235.221000', '113235.223000', '113235.226000', '113235.228000', '113235.231000', '113235.234000', '113235.236000', '113235.239000', '113235.241000', '113235.244000', '113235.246000', '113235.249000', '113235.252000', '113235.254000', '113235.257000', '113235.259000', '113235.262000', '113235.264000', '113235.267000', '113235.269000', '113255.162000', '113255.164000', '113255.167000', '113255.170000', '113255.172000', '113255.175000', '113255.177000', '113255.180000', '113255.183000', '113255.185000', '113255.188000', '113255.190000', '113255.193000', '113255.195000', '113255.198000', '113255.201000', '113255.214000', '113255.217000', '113255.220000', '113255.222000', '113255.225000', '113255.227000', '113255.230000', '113255.232000', '113255.235000', '113255.237000', '113255.240000', '113255.243000', '113255.245000', '113255.248000', '113255.250000', '113255.253000', '113255.255000', '113255.258000', '113255.260000', '113255.263000', '113255.265000', '113255.268000', '113255.271000', '113255.273000', '113255.276000', '113255.278000', '113255.281000', '113255.283000', '113315.161000', '113315.164000', '113315.167000', '113315.169000', '113315.172000', '113315.174000', '113315.177000', '113315.180000', '113315.182000', '113315.185000', '113315.188000', '113315.190000', '113315.193000', '113315.195000', '113315.198000', '113315.201000', '113315.203000', '113315.206000', '113315.208000', '113315.211000', '113315.214000', '113315.216000', '113315.219000', '113315.221000', '113315.224000', '113315.226000', '113315.229000', '113315.231000', '113315.234000', '113315.237000', '113315.239000', '113315.242000', '113315.244000', '113315.247000', '113315.250000', '113315.252000', '113315.255000', '113315.258000', '113315.261000', '113315.264000', '113315.267000', '113315.269000', '113315.272000', '113335.162000', '113335.165000', '113335.167000', '113335.170000', '113335.172000', '113335.175000', '113335.178000', '113335.180000', '113335.183000', '113335.185000', '113335.188000', '113335.190000', '113335.193000', '113335.196000', '113335.198000', '113335.201000', '113335.204000', '113335.206000', '113335.209000', '113335.211000', '113335.214000', '113335.216000', '113335.219000', '113335.222000', '113335.224000', '113335.227000', '113335.229000', '113335.232000', '113335.235000', '113335.237000', '113335.240000', '113335.242000', '113335.245000', '113335.247000', '113335.250000', '113335.252000', '113335.255000', '113335.258000', '113335.260000', '113335.263000', '113335.265000', '113335.268000', '113335.271000', '113335.273000', '113355.162000', '113355.164000', '113355.167000', '113355.169000', '113355.172000', '113355.175000', '113355.177000', '113355.180000', '113355.182000', '113355.185000', '113355.187000', '113355.190000', '113355.193000', '113355.195000', '113355.198000', '113355.200000', '113355.203000', '113355.205000', '113355.208000', '113355.211000', '113355.213000', '113355.216000', '113355.218000', '113355.221000', '113355.223000', '113355.226000', '113355.228000', '113355.231000', '113355.234000', '113355.236000', '113355.239000', '113355.241000', '113355.244000', '113355.246000', '113355.249000', '113355.252000', '113355.254000', '113355.257000', '113355.259000', '113355.262000', '113355.264000', '113355.267000', '113355.269000', '113415.162000', '113415.164000', '113415.167000', '113415.170000', '113415.172000', '113415.175000', '113415.177000', '113415.180000', '113415.182000', '113415.185000', '113415.187000', '113415.190000', '113415.193000', '113415.195000', '113415.198000', '113415.200000', '113415.203000', '113415.205000', '113415.208000', '113415.210000', '113415.213000', '113415.215000', '113415.218000', '113415.221000', '113415.223000', '113415.226000', '113415.228000', '113415.231000', '113415.234000', '113415.236000', '113415.239000', '113415.241000', '113415.244000', '113415.247000', '113415.249000', '113415.252000', '113415.254000', '113415.257000', '113415.259000', '113415.262000', '113415.264000', '113415.276000', '113415.279000', '113415.281000', '113435.161000', '113435.164000', '113435.167000', '113435.169000', '113435.172000', '113435.175000', '113435.177000', '113435.180000', '113435.182000', '113435.185000', '113435.188000', '113435.190000', '113435.193000', '113435.196000', '113435.198000', '113435.201000', '113435.203000', '113435.206000', '113435.208000', '113435.211000', '113435.213000', '113435.216000', '113435.219000', '113435.221000', '113435.224000', '113435.226000', '113435.229000', '113435.232000', '113435.234000', '113435.237000', '113435.240000', '113435.242000', '113435.245000', '113435.247000', '113435.250000', '113435.252000', '113435.255000', '113435.257000', '113435.260000', '113435.262000', '113435.265000', '113435.268000', '113435.270000', '113455.162000', '113455.164000', '113455.167000', '113455.170000', '113455.172000', '113455.175000', '113455.177000', '113455.180000', '113455.183000', '113455.185000', '113455.188000', '113455.191000', '113455.193000', '113455.196000', '113455.198000', '113455.201000', '113455.203000', '113455.206000', '113455.209000', '113455.211000', '113455.214000', '113455.216000', '113455.219000', '113455.221000', '113455.224000', '113455.226000', '113455.229000', '113455.232000', '113455.234000', '113455.237000', '113455.239000', '113455.242000', '113455.244000', '113455.247000', '113455.249000', '113455.252000', '113455.255000', '113455.259000', '113455.261000', '113455.264000', '113455.266000', '113455.269000', '113455.272000', '113455.274000', '113515.162000', '113515.164000', '113515.167000', '113515.169000', '113515.172000', '113515.174000', '113515.177000', '113515.180000', '113515.182000', '113515.185000', '113515.187000', '113515.190000', '113515.192000', '113515.195000', '113515.198000', '113515.200000', '113515.203000', '113515.205000', '113515.208000', '113515.210000', '113515.213000', '113515.215000', '113515.218000', '113515.221000', '113515.223000', '113515.226000', '113515.228000', '113515.231000', '113515.233000', '113515.236000', '113515.238000', '113515.241000', '113515.244000', '113515.246000', '113515.249000', '113515.251000', '113515.254000', '113515.256000', '113515.259000', '113515.262000', '113515.264000', '113515.267000', '113515.269000', '113535.161000', '113535.168000', '113535.171000', '113535.173000', '113535.176000', '113535.179000', '113535.181000', '113535.184000', '113535.186000', '113535.189000', '113535.192000', '113535.194000', '113535.197000', '113535.199000', '113535.202000', '113535.204000', '113535.207000', '113535.210000', '113535.212000', '113535.215000', '113535.217000', '113535.220000', '113535.222000', '113535.225000', '113535.227000', '113535.230000', '113535.233000', '113535.235000', '113535.238000', '113535.240000', '113535.243000', '113535.245000', '113535.248000', '113535.250000', '113535.253000', '113535.255000', '113535.258000', '113535.261000', '113535.263000', '113535.266000', '113535.268000', '113535.271000', '113535.273000', '113535.276000', '113555.162000', '113555.164000', '113555.167000', '113555.170000', '113555.172000', '113555.175000', '113555.177000', '113555.180000', '113555.182000', '113555.185000', '113555.187000', '113555.190000', '113555.193000', '113555.195000', '113555.198000', '113555.200000', '113555.203000', '113555.205000', '113555.208000', '113555.211000', '113555.213000', '113555.216000', '113555.218000', '113555.221000', '113555.223000', '113555.226000', '113555.228000', '113555.231000', '113555.233000', '113555.236000', '113555.239000', '113555.241000', '113555.244000', '113555.246000', '113555.249000', '113555.251000', '113555.254000', '113555.257000', '113555.259000', '113555.262000', '113555.264000', '113555.267000', '113555.269000', '113615.161000', '113615.164000', '113615.167000', '113615.169000', '113615.172000', '113615.175000', '113615.177000', '113615.180000', '113615.182000', '113615.185000', '113615.188000', '113615.190000', '113615.193000', '113615.195000', '113615.198000', '113615.201000', '113615.203000', '113615.206000', '113615.208000', '113615.211000', '113615.214000', '113615.216000', '113615.219000', '113615.221000', '113615.224000', '113615.227000', '113615.229000', '113615.232000', '113615.235000', '113615.237000', '113615.240000', '113615.242000', '113615.245000', '113615.247000', '113615.250000', '113615.252000', '113615.255000', '113615.258000', '113615.260000', '113615.263000', '113615.265000', '113615.268000', '113615.270000', '113635.162000', '113635.164000', '113635.167000', '113635.170000', '113635.172000', '113635.175000', '113635.177000', '113635.180000', '113635.183000', '113635.185000', '113635.188000', '113635.190000', '113635.193000', '113635.196000', '113635.198000', '113635.201000', '113635.203000', '113635.206000', '113635.209000', '113635.211000', '113635.214000', '113635.216000', '113635.219000', '113635.221000', '113635.224000', '113635.227000', '113635.229000', '113635.232000', '113635.234000', '113635.237000', '113635.239000', '113635.242000', '113635.244000', '113635.247000', '113635.250000', '113635.252000', '113635.255000', '113635.257000', '113635.260000', '113635.263000', '113635.265000', '113635.268000', '113635.270000', '113635.273000', '113655.162000', '113655.165000', '113655.167000', '113655.170000', '113655.172000', '113655.175000', '113655.178000', '113655.180000', '113655.183000', '113655.185000', '113655.188000', '113655.190000', '113655.193000', '113655.196000', '113655.198000', '113655.202000', '113655.204000', '113655.207000', '113655.209000', '113655.212000', '113655.215000', '113655.217000', '113655.220000', '113655.222000', '113655.225000', '113655.227000', '113655.230000', '113655.233000', '113655.235000', '113655.238000', '113655.240000', '113655.243000', '113655.245000', '113655.248000', '113655.251000', '113655.253000', '113655.256000', '113655.258000', '113655.261000', '113655.264000', '113655.266000', '113655.269000', '113655.272000', '113715.162000', '113715.164000', '113715.167000', '113715.170000', '113715.172000', '113715.187000', '113715.189000', '113715.192000', '113715.194000', '113715.197000', '113715.200000', '113715.202000', '113715.205000', '113715.207000', '113715.210000', '113715.212000', '113715.215000', '113715.217000', '113715.220000', '113715.223000', '113715.225000', '113715.228000', '113715.230000', '113715.233000', '113715.235000', '113715.238000', '113715.240000', '113715.243000', '113715.245000', '113715.248000', '113715.251000', '113715.253000', '113715.256000', '113715.258000', '113715.261000', '113715.263000', '113715.266000', '113715.269000', '113715.271000', '113715.274000', '113715.276000', '113715.279000', '113715.281000', '113715.284000', '113735.162000', '113735.164000', '113735.167000', '113735.170000', '113735.172000', '113735.175000', '113735.178000', '113735.180000', '113735.183000', '113735.185000', '113735.188000', '113735.190000', '113735.193000', '113735.195000', '113735.198000', '113735.201000', '113735.203000', '113735.206000', '113735.209000', '113735.212000', '113735.215000', '113735.218000', '113735.220000', '113735.223000', '113735.225000', '113735.228000', '113735.231000', '113735.233000', '113735.236000', '113735.238000', '113735.241000', '113735.243000', '113735.246000', '113735.249000', '113735.251000', '113735.254000', '113735.256000', '113735.259000', '113735.262000', '113735.265000', '113735.267000', '113735.270000', '113735.272000', '113755.161000', '113755.164000', '113755.167000', '113755.170000', '113755.172000', '113755.175000', '113755.177000', '113755.180000', '113755.182000', '113755.185000', '113755.187000', '113755.190000', '113755.193000', '113755.195000', '113755.198000', '113755.200000', '113755.203000', '113755.205000', '113755.208000', '113755.211000', '113755.213000', '113755.216000', '113755.218000', '113755.221000', '113755.223000', '113755.226000', '113755.228000', '113755.231000', '113755.234000', '113755.236000', '113755.239000', '113755.241000', '113755.244000', '113755.247000', '113755.249000', '113755.252000', '113755.254000', '113755.257000', '113755.259000', '113755.262000', '113755.264000', '113755.267000', '113755.270000', '113755.272000', '113815.162000', '113815.164000', '113815.167000', '113815.170000', '113815.172000', '113815.175000', '113815.177000', '113815.180000', '113815.182000', '113815.185000', '113815.188000', '113815.190000', '113815.193000', '113815.195000', '113815.198000', '113815.200000', '113815.203000', '113815.205000', '113815.208000', '113815.211000', '113815.213000', '113815.216000', '113815.218000', '113815.221000', '113815.223000', '113815.226000', '113815.229000', '113815.232000', '113815.235000', '113815.238000', '113815.241000', '113815.243000', '113815.246000', '113815.248000', '113815.251000', '113815.253000', '113815.256000', '113815.259000', '113815.261000', '113815.264000', '113815.266000', '113815.269000', '113815.271000', '113835.162000', '113835.164000', '113835.167000', '113835.170000', '113835.172000', '113835.175000', '113835.177000', '113835.180000', '113835.182000', '113835.185000', '113835.188000', '113835.190000', '113835.193000', '113835.195000', '113835.198000', '113835.200000', '113835.203000', '113835.206000', '113835.208000', '113835.211000', '113835.213000', '113835.216000', '113835.219000', '113835.221000', '113835.224000', '113835.226000', '113835.229000', '113835.231000', '113835.234000', '113835.237000', '113835.239000', '113835.242000', '113835.244000', '113835.247000', '113835.250000', '113835.252000', '113835.255000', '113835.257000', '113835.260000', '113835.262000', '113835.265000', '113835.267000', '113835.270000', '113835.273000', '113855.162000', '113855.165000', '113855.167000', '113855.170000', '113855.172000', '113855.175000', '113855.177000', '113855.180000', '113855.183000', '113855.185000', '113855.188000', '113855.190000', '113855.193000', '113855.195000', '113855.198000', '113855.201000', '113855.203000', '113855.206000', '113855.209000', '113855.211000', '113855.214000', '113855.216000', '113855.219000', '113855.221000', '113855.224000', '113855.226000', '113855.229000', '113855.232000', '113855.234000', '113855.237000', '113855.239000', '113855.242000', '113855.245000', '113855.248000', '113855.250000', '113855.253000', '113855.255000', '113855.258000', '113855.260000', '113855.263000', '113855.265000', '113855.268000', '113855.271000', '113915.162000', '113915.165000', '113915.167000', '113915.170000', '113915.172000', '113915.175000', '113915.178000', '113915.180000', '113915.183000', '113915.185000', '113915.188000', '113915.190000', '113915.193000', '113915.195000', '113915.198000', '113915.201000', '113915.203000', '113915.206000', '113915.208000', '113915.211000', '113915.214000', '113915.216000', '113915.219000', '113915.221000', '113915.224000', '113915.227000', '113915.229000', '113915.232000', '113915.235000', '113915.237000', '113915.240000', '113915.242000', '113915.245000', '113915.248000', '113915.250000', '113915.253000', '113915.255000', '113915.258000', '113915.260000', '113915.263000', '113915.265000', '113915.268000', '113915.271000', '113915.273000', '113935.162000', '113935.164000', '113935.167000', '113935.170000', '113935.172000', '113935.175000', '113935.177000', '113935.180000', '113935.182000', '113935.185000', '113935.187000', '113935.190000', '113935.193000', '113935.195000', '113935.198000', '113935.200000', '113935.203000', '113935.205000', '113935.208000', '113935.211000', '113935.213000', '113935.216000', '113935.218000', '113935.221000', '113935.223000', '113935.226000', '113935.229000', '113935.231000', '113935.234000', '113935.236000', '113935.239000', '113935.241000', '113935.244000', '113935.247000', '113935.249000', '113935.252000', '113935.254000', '113935.257000', '113935.259000', '113935.262000', '113935.265000', '113935.274000', '113935.277000', '113946.764000', '113946.767000', '113946.770000', '113946.773000', '113946.775000', '113946.778000', '113946.781000', '113946.783000', '113946.786000', '113946.788000', '113946.792000', '113946.795000', '113946.798000', '113946.801000', '113946.865000', '113946.867000', '113946.870000', '113946.872000', '113946.875000', '113946.878000', '113946.881000', '113946.884000', '113946.886000', '113946.889000', '113946.891000', '113946.894000'], 'InstanceCreationTime': ['112935.187000', '112935.190000', '112935.193000', '112935.195000', '112935.198000', '112935.200000', '112935.203000', '112935.205000', '112935.208000', '112935.210000', '112935.222000', '112935.225000', '112935.228000', '112935.230000', '112935.233000', '112935.235000', '112935.238000', '112935.240000', '112935.243000', '112935.245000', '112935.248000', '112935.250000', '112935.253000', '112935.256000', '112935.258000', '112935.261000', '112935.263000', '112935.266000', '112935.268000', '112935.271000', '112935.273000', '112935.276000', '112935.278000', '112935.281000', '112935.284000', '112935.286000', '112935.289000', '112935.291000', '112935.294000', '112935.296000', '112935.299000', '112935.306000', '112935.309000', '112935.311000', '112935.314000', '112935.316000', '112955.161000', '112955.164000', '112955.167000', '112955.169000', '112955.172000', '112955.174000', '112955.177000', '112955.180000', '112955.182000', '112955.185000', '112955.187000', '112955.190000', '112955.192000', '112955.195000', '112955.197000', '112955.200000', '112955.202000', '112955.205000', '112955.207000', '112955.210000', '112955.212000', '112955.215000', '112955.218000', '112955.220000', '112955.223000', '112955.226000', '112955.229000', '112955.232000', '112955.235000', '112955.237000', '112955.240000', '112955.242000', '112955.245000', '112955.248000', '112955.250000', '112955.253000', '112955.255000', '112955.258000', '112955.260000', '112955.263000', '112955.266000', '112955.269000', '112955.271000', '113015.162000', '113015.164000', '113015.167000', '113015.169000', '113015.172000', '113015.175000', '113015.177000', '113015.180000', '113015.182000', '113015.185000', '113015.187000', '113015.190000', '113015.192000', '113015.195000', '113015.198000', '113015.200000', '113015.203000', '113015.205000', '113015.208000', '113015.210000', '113015.213000', '113015.215000', '113015.218000', '113015.221000', '113015.223000', '113015.226000', '113015.228000', '113015.231000', '113015.233000', '113015.236000', '113015.239000', '113015.241000', '113015.244000', '113015.246000', '113015.249000', '113015.251000', '113015.254000', '113015.256000', '113015.259000', '113015.262000', '113015.264000', '113015.267000', '113015.269000', '113015.296000', '113035.161000', '113035.164000', '113035.167000', '113035.169000', '113035.172000', '113035.175000', '113035.177000', '113035.180000', '113035.182000', '113035.185000', '113035.188000', '113035.190000', '113035.193000', '113035.195000', '113035.198000', '113035.200000', '113035.203000', '113035.206000', '113035.208000', '113035.217000', '113035.220000', '113035.223000', '113035.226000', '113035.229000', '113035.231000', '113035.234000', '113035.236000', '113035.239000', '113035.241000', '113035.244000', '113035.246000', '113035.249000', '113035.252000', '113035.254000', '113035.257000', '113035.259000', '113035.262000', '113035.264000', '113035.267000', '113035.269000', '113035.272000', '113035.275000', '113035.277000', '113055.161000', '113055.164000', '113055.167000', '113055.169000', '113055.172000', '113055.175000', '113055.177000', '113055.180000', '113055.182000', '113055.185000', '113055.188000', '113055.190000', '113055.193000', '113055.195000', '113055.198000', '113055.200000', '113055.203000', '113055.205000', '113055.208000', '113055.210000', '113055.213000', '113055.216000', '113055.218000', '113055.221000', '113055.223000', '113055.226000', '113055.229000', '113055.231000', '113055.234000', '113055.236000', '113055.239000', '113055.246000', '113055.248000', '113055.251000', '113055.254000', '113055.256000', '113055.259000', '113055.261000', '113055.264000', '113055.266000', '113055.269000', '113055.271000', '113055.274000', '113055.276000', '113115.161000', '113115.164000', '113115.167000', '113115.169000', '113115.172000', '113115.175000', '113115.177000', '113115.180000', '113115.182000', '113115.185000', '113115.187000', '113115.190000', '113115.193000', '113115.195000', '113115.198000', '113115.200000', '113115.203000', '113115.206000', '113115.208000', '113115.211000', '113115.213000', '113115.216000', '113115.218000', '113115.221000', '113115.223000', '113115.226000', '113115.229000', '113115.231000', '113115.234000', '113115.236000', '113115.239000', '113115.242000', '113115.245000', '113115.259000', '113115.284000', '113115.287000', '113115.289000', '113115.292000', '113115.294000', '113115.297000', '113115.299000', '113115.302000', '113115.305000', '113135.162000', '113135.164000', '113135.167000', '113135.170000', '113135.172000', '113135.175000', '113135.177000', '113135.180000', '113135.182000', '113135.185000', '113135.187000', '113135.190000', '113135.193000', '113135.195000', '113135.198000', '113135.200000', '113135.203000', '113135.205000', '113135.208000', '113135.210000', '113135.213000', '113135.216000', '113135.218000', '113135.221000', '113135.223000', '113135.226000', '113135.228000', '113135.231000', '113135.233000', '113135.236000', '113135.239000', '113135.241000', '113135.244000', '113135.246000', '113135.249000', '113135.251000', '113135.254000', '113135.257000', '113135.259000', '113135.262000', '113135.264000', '113135.267000', '113135.270000', '113135.272000', '113155.161000', '113155.164000', '113155.167000', '113155.169000', '113155.172000', '113155.175000', '113155.177000', '113155.180000', '113155.182000', '113155.185000', '113155.188000', '113155.190000', '113155.193000', '113155.195000', '113155.198000', '113155.200000', '113155.203000', '113155.205000', '113155.208000', '113155.211000', '113155.213000', '113155.224000', '113155.227000', '113155.229000', '113155.232000', '113155.234000', '113155.237000', '113155.239000', '113155.242000', '113155.244000', '113155.247000', '113155.250000', '113155.252000', '113155.255000', '113155.257000', '113155.260000', '113155.262000', '113155.265000', '113155.268000', '113155.271000', '113155.274000', '113155.277000', '113155.279000', '113215.161000', '113215.164000', '113215.167000', '113215.169000', '113215.172000', '113215.175000', '113215.177000', '113215.180000', '113215.182000', '113215.185000', '113215.187000', '113215.190000', '113215.193000', '113215.195000', '113215.198000', '113215.200000', '113215.203000', '113215.205000', '113215.208000', '113215.211000', '113215.213000', '113215.216000', '113215.218000', '113215.221000', '113215.223000', '113215.226000', '113215.228000', '113215.231000', '113215.234000', '113215.236000', '113215.239000', '113215.241000', '113215.244000', '113215.246000', '113215.249000', '113215.251000', '113215.254000', '113215.257000', '113215.259000', '113215.262000', '113215.264000', '113215.267000', '113215.269000', '113215.272000', '113235.162000', '113235.164000', '113235.167000', '113235.170000', '113235.172000', '113235.175000', '113235.177000', '113235.180000', '113235.182000', '113235.185000', '113235.188000', '113235.190000', '113235.193000', '113235.195000', '113235.198000', '113235.200000', '113235.203000', '113235.205000', '113235.208000', '113235.211000', '113235.213000', '113235.216000', '113235.218000', '113235.221000', '113235.223000', '113235.226000', '113235.228000', '113235.231000', '113235.234000', '113235.236000', '113235.239000', '113235.241000', '113235.244000', '113235.246000', '113235.249000', '113235.252000', '113235.254000', '113235.257000', '113235.259000', '113235.262000', '113235.264000', '113235.267000', '113235.269000', '113255.162000', '113255.164000', '113255.167000', '113255.170000', '113255.172000', '113255.175000', '113255.177000', '113255.180000', '113255.183000', '113255.185000', '113255.188000', '113255.190000', '113255.193000', '113255.195000', '113255.198000', '113255.201000', '113255.214000', '113255.217000', '113255.220000', '113255.222000', '113255.225000', '113255.227000', '113255.230000', '113255.232000', '113255.235000', '113255.237000', '113255.240000', '113255.243000', '113255.245000', '113255.248000', '113255.250000', '113255.253000', '113255.255000', '113255.258000', '113255.260000', '113255.263000', '113255.265000', '113255.268000', '113255.271000', '113255.273000', '113255.276000', '113255.278000', '113255.281000', '113255.283000', '113315.161000', '113315.164000', '113315.167000', '113315.169000', '113315.172000', '113315.174000', '113315.177000', '113315.180000', '113315.182000', '113315.185000', '113315.188000', '113315.190000', '113315.193000', '113315.195000', '113315.198000', '113315.201000', '113315.203000', '113315.206000', '113315.208000', '113315.211000', '113315.214000', '113315.216000', '113315.219000', '113315.221000', '113315.224000', '113315.226000', '113315.229000', '113315.231000', '113315.234000', '113315.237000', '113315.239000', '113315.242000', '113315.244000', '113315.247000', '113315.250000', '113315.252000', '113315.255000', '113315.258000', '113315.261000', '113315.264000', '113315.267000', '113315.269000', '113315.272000', '113335.162000', '113335.165000', '113335.167000', '113335.170000', '113335.172000', '113335.175000', '113335.178000', '113335.180000', '113335.183000', '113335.185000', '113335.188000', '113335.190000', '113335.193000', '113335.196000', '113335.198000', '113335.201000', '113335.204000', '113335.206000', '113335.209000', '113335.211000', '113335.214000', '113335.216000', '113335.219000', '113335.222000', '113335.224000', '113335.227000', '113335.229000', '113335.232000', '113335.235000', '113335.237000', '113335.240000', '113335.242000', '113335.245000', '113335.247000', '113335.250000', '113335.252000', '113335.255000', '113335.258000', '113335.260000', '113335.263000', '113335.265000', '113335.268000', '113335.271000', '113335.273000', '113355.162000', '113355.164000', '113355.167000', '113355.169000', '113355.172000', '113355.175000', '113355.177000', '113355.180000', '113355.182000', '113355.185000', '113355.187000', '113355.190000', '113355.193000', '113355.195000', '113355.198000', '113355.200000', '113355.203000', '113355.205000', '113355.208000', '113355.211000', '113355.213000', '113355.216000', '113355.218000', '113355.221000', '113355.223000', '113355.226000', '113355.228000', '113355.231000', '113355.234000', '113355.236000', '113355.239000', '113355.241000', '113355.244000', '113355.246000', '113355.249000', '113355.252000', '113355.254000', '113355.257000', '113355.259000', '113355.262000', '113355.264000', '113355.267000', '113355.269000', '113415.162000', '113415.164000', '113415.167000', '113415.170000', '113415.172000', '113415.175000', '113415.177000', '113415.180000', '113415.182000', '113415.185000', '113415.187000', '113415.190000', '113415.193000', '113415.195000', '113415.198000', '113415.200000', '113415.203000', '113415.205000', '113415.208000', '113415.210000', '113415.213000', '113415.215000', '113415.218000', '113415.221000', '113415.223000', '113415.226000', '113415.228000', '113415.231000', '113415.234000', '113415.236000', '113415.239000', '113415.241000', '113415.244000', '113415.247000', '113415.249000', '113415.252000', '113415.254000', '113415.257000', '113415.259000', '113415.262000', '113415.264000', '113415.276000', '113415.279000', '113415.281000', '113435.161000', '113435.164000', '113435.167000', '113435.169000', '113435.172000', '113435.175000', '113435.177000', '113435.180000', '113435.182000', '113435.185000', '113435.188000', '113435.190000', '113435.193000', '113435.196000', '113435.198000', '113435.201000', '113435.203000', '113435.206000', '113435.208000', '113435.211000', '113435.213000', '113435.216000', '113435.219000', '113435.221000', '113435.224000', '113435.226000', '113435.229000', '113435.232000', '113435.234000', '113435.237000', '113435.240000', '113435.242000', '113435.245000', '113435.247000', '113435.250000', '113435.252000', '113435.255000', '113435.257000', '113435.260000', '113435.262000', '113435.265000', '113435.268000', '113435.270000', '113455.162000', '113455.164000', '113455.167000', '113455.170000', '113455.172000', '113455.175000', '113455.177000', '113455.180000', '113455.183000', '113455.185000', '113455.188000', '113455.191000', '113455.193000', '113455.196000', '113455.198000', '113455.201000', '113455.203000', '113455.206000', '113455.209000', '113455.211000', '113455.214000', '113455.216000', '113455.219000', '113455.221000', '113455.224000', '113455.226000', '113455.229000', '113455.232000', '113455.234000', '113455.237000', '113455.239000', '113455.242000', '113455.244000', '113455.247000', '113455.249000', '113455.252000', '113455.255000', '113455.259000', '113455.261000', '113455.264000', '113455.266000', '113455.269000', '113455.272000', '113455.274000', '113515.162000', '113515.164000', '113515.167000', '113515.169000', '113515.172000', '113515.174000', '113515.177000', '113515.180000', '113515.182000', '113515.185000', '113515.187000', '113515.190000', '113515.192000', '113515.195000', '113515.198000', '113515.200000', '113515.203000', '113515.205000', '113515.208000', '113515.210000', '113515.213000', '113515.215000', '113515.218000', '113515.221000', '113515.223000', '113515.226000', '113515.228000', '113515.231000', '113515.233000', '113515.236000', '113515.238000', '113515.241000', '113515.244000', '113515.246000', '113515.249000', '113515.251000', '113515.254000', '113515.256000', '113515.259000', '113515.262000', '113515.264000', '113515.267000', '113515.269000', '113535.161000', '113535.168000', '113535.171000', '113535.173000', '113535.176000', '113535.179000', '113535.181000', '113535.184000', '113535.186000', '113535.189000', '113535.192000', '113535.194000', '113535.197000', '113535.199000', '113535.202000', '113535.204000', '113535.207000', '113535.210000', '113535.212000', '113535.215000', '113535.217000', '113535.220000', '113535.222000', '113535.225000', '113535.227000', '113535.230000', '113535.233000', '113535.235000', '113535.238000', '113535.240000', '113535.243000', '113535.245000', '113535.248000', '113535.250000', '113535.253000', '113535.255000', '113535.258000', '113535.261000', '113535.263000', '113535.266000', '113535.268000', '113535.271000', '113535.273000', '113535.276000', '113555.162000', '113555.164000', '113555.167000', '113555.170000', '113555.172000', '113555.175000', '113555.177000', '113555.180000', '113555.182000', '113555.185000', '113555.187000', '113555.190000', '113555.193000', '113555.195000', '113555.198000', '113555.200000', '113555.203000', '113555.205000', '113555.208000', '113555.211000', '113555.213000', '113555.216000', '113555.218000', '113555.221000', '113555.223000', '113555.226000', '113555.228000', '113555.231000', '113555.233000', '113555.236000', '113555.239000', '113555.241000', '113555.244000', '113555.246000', '113555.249000', '113555.251000', '113555.254000', '113555.257000', '113555.259000', '113555.262000', '113555.264000', '113555.267000', '113555.269000', '113615.161000', '113615.164000', '113615.167000', '113615.169000', '113615.172000', '113615.175000', '113615.177000', '113615.180000', '113615.182000', '113615.185000', '113615.188000', '113615.190000', '113615.193000', '113615.195000', '113615.198000', '113615.201000', '113615.203000', '113615.206000', '113615.208000', '113615.211000', '113615.214000', '113615.216000', '113615.219000', '113615.221000', '113615.224000', '113615.227000', '113615.229000', '113615.232000', '113615.235000', '113615.237000', '113615.240000', '113615.242000', '113615.245000', '113615.247000', '113615.250000', '113615.252000', '113615.255000', '113615.258000', '113615.260000', '113615.263000', '113615.265000', '113615.268000', '113615.270000', '113635.162000', '113635.164000', '113635.167000', '113635.170000', '113635.172000', '113635.175000', '113635.177000', '113635.180000', '113635.183000', '113635.185000', '113635.188000', '113635.190000', '113635.193000', '113635.196000', '113635.198000', '113635.201000', '113635.203000', '113635.206000', '113635.209000', '113635.211000', '113635.214000', '113635.216000', '113635.219000', '113635.221000', '113635.224000', '113635.227000', '113635.229000', '113635.232000', '113635.234000', '113635.237000', '113635.239000', '113635.242000', '113635.244000', '113635.247000', '113635.250000', '113635.252000', '113635.255000', '113635.257000', '113635.260000', '113635.263000', '113635.265000', '113635.268000', '113635.270000', '113635.273000', '113655.162000', '113655.165000', '113655.167000', '113655.170000', '113655.172000', '113655.175000', '113655.178000', '113655.180000', '113655.183000', '113655.185000', '113655.188000', '113655.190000', '113655.193000', '113655.196000', '113655.198000', '113655.202000', '113655.204000', '113655.207000', '113655.209000', '113655.212000', '113655.215000', '113655.217000', '113655.220000', '113655.222000', '113655.225000', '113655.227000', '113655.230000', '113655.233000', '113655.235000', '113655.238000', '113655.240000', '113655.243000', '113655.245000', '113655.248000', '113655.251000', '113655.253000', '113655.256000', '113655.258000', '113655.261000', '113655.264000', '113655.266000', '113655.269000', '113655.272000', '113715.162000', '113715.164000', '113715.167000', '113715.170000', '113715.172000', '113715.187000', '113715.189000', '113715.192000', '113715.194000', '113715.197000', '113715.200000', '113715.202000', '113715.205000', '113715.207000', '113715.210000', '113715.212000', '113715.215000', '113715.217000', '113715.220000', '113715.223000', '113715.225000', '113715.228000', '113715.230000', '113715.233000', '113715.235000', '113715.238000', '113715.240000', '113715.243000', '113715.245000', '113715.248000', '113715.251000', '113715.253000', '113715.256000', '113715.258000', '113715.261000', '113715.263000', '113715.266000', '113715.269000', '113715.271000', '113715.274000', '113715.276000', '113715.279000', '113715.281000', '113715.284000', '113735.162000', '113735.164000', '113735.167000', '113735.170000', '113735.172000', '113735.175000', '113735.178000', '113735.180000', '113735.183000', '113735.185000', '113735.188000', '113735.190000', '113735.193000', '113735.195000', '113735.198000', '113735.201000', '113735.203000', '113735.206000', '113735.209000', '113735.212000', '113735.215000', '113735.218000', '113735.220000', '113735.223000', '113735.225000', '113735.228000', '113735.231000', '113735.233000', '113735.236000', '113735.238000', '113735.241000', '113735.243000', '113735.246000', '113735.249000', '113735.251000', '113735.254000', '113735.256000', '113735.259000', '113735.262000', '113735.265000', '113735.267000', '113735.270000', '113735.272000', '113755.161000', '113755.164000', '113755.167000', '113755.170000', '113755.172000', '113755.175000', '113755.177000', '113755.180000', '113755.182000', '113755.185000', '113755.187000', '113755.190000', '113755.193000', '113755.195000', '113755.198000', '113755.200000', '113755.203000', '113755.205000', '113755.208000', '113755.211000', '113755.213000', '113755.216000', '113755.218000', '113755.221000', '113755.223000', '113755.226000', '113755.228000', '113755.231000', '113755.234000', '113755.236000', '113755.239000', '113755.241000', '113755.244000', '113755.247000', '113755.249000', '113755.252000', '113755.254000', '113755.257000', '113755.259000', '113755.262000', '113755.264000', '113755.267000', '113755.270000', '113755.272000', '113815.162000', '113815.164000', '113815.167000', '113815.170000', '113815.172000', '113815.175000', '113815.177000', '113815.180000', '113815.182000', '113815.185000', '113815.188000', '113815.190000', '113815.193000', '113815.195000', '113815.198000', '113815.200000', '113815.203000', '113815.205000', '113815.208000', '113815.211000', '113815.213000', '113815.216000', '113815.218000', '113815.221000', '113815.223000', '113815.226000', '113815.229000', '113815.232000', '113815.235000', '113815.238000', '113815.241000', '113815.243000', '113815.246000', '113815.248000', '113815.251000', '113815.253000', '113815.256000', '113815.259000', '113815.261000', '113815.264000', '113815.266000', '113815.269000', '113815.271000', '113835.162000', '113835.164000', '113835.167000', '113835.170000', '113835.172000', '113835.175000', '113835.177000', '113835.180000', '113835.182000', '113835.185000', '113835.188000', '113835.190000', '113835.193000', '113835.195000', '113835.198000', '113835.200000', '113835.203000', '113835.206000', '113835.208000', '113835.211000', '113835.213000', '113835.216000', '113835.219000', '113835.221000', '113835.224000', '113835.226000', '113835.229000', '113835.231000', '113835.234000', '113835.237000', '113835.239000', '113835.242000', '113835.244000', '113835.247000', '113835.250000', '113835.252000', '113835.255000', '113835.257000', '113835.260000', '113835.262000', '113835.265000', '113835.267000', '113835.270000', '113835.273000', '113855.162000', '113855.165000', '113855.167000', '113855.170000', '113855.172000', '113855.175000', '113855.177000', '113855.180000', '113855.183000', '113855.185000', '113855.188000', '113855.190000', '113855.193000', '113855.195000', '113855.198000', '113855.201000', '113855.203000', '113855.206000', '113855.209000', '113855.211000', '113855.214000', '113855.216000', '113855.219000', '113855.221000', '113855.224000', '113855.226000', '113855.229000', '113855.232000', '113855.234000', '113855.237000', '113855.239000', '113855.242000', '113855.245000', '113855.248000', '113855.250000', '113855.253000', '113855.255000', '113855.258000', '113855.260000', '113855.263000', '113855.265000', '113855.268000', '113855.271000', '113915.162000', '113915.165000', '113915.167000', '113915.170000', '113915.172000', '113915.175000', '113915.178000', '113915.180000', '113915.183000', '113915.185000', '113915.188000', '113915.190000', '113915.193000', '113915.195000', '113915.198000', '113915.201000', '113915.203000', '113915.206000', '113915.208000', '113915.211000', '113915.214000', '113915.216000', '113915.219000', '113915.221000', '113915.224000', '113915.227000', '113915.229000', '113915.232000', '113915.235000', '113915.237000', '113915.240000', '113915.242000', '113915.245000', '113915.248000', '113915.250000', '113915.253000', '113915.255000', '113915.258000', '113915.260000', '113915.263000', '113915.265000', '113915.268000', '113915.271000', '113915.273000', '113935.162000', '113935.164000', '113935.167000', '113935.170000', '113935.172000', '113935.175000', '113935.177000', '113935.180000', '113935.182000', '113935.185000', '113935.187000', '113935.190000', '113935.193000', '113935.195000', '113935.198000', '113935.200000', '113935.203000', '113935.205000', '113935.208000', '113935.211000', '113935.213000', '113935.216000', '113935.218000', '113935.221000', '113935.223000', '113935.226000', '113935.229000', '113935.231000', '113935.234000', '113935.236000', '113935.239000', '113935.241000', '113935.244000', '113935.247000', '113935.249000', '113935.252000', '113935.254000', '113935.257000', '113935.259000', '113935.262000', '113935.265000', '113935.274000', '113935.277000', '113946.764000', '113946.767000', '113946.770000', '113946.773000', '113946.775000', '113946.778000', '113946.781000', '113946.783000', '113946.786000', '113946.788000', '113946.792000', '113946.795000', '113946.798000', '113946.801000', '113946.865000', '113946.867000', '113946.870000', '113946.872000', '113946.875000', '113946.878000', '113946.881000', '113946.884000', '113946.886000', '113946.889000', '113946.891000', '113946.894000'], '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': [14319, 15511, 13008, 14569, 16356, 13004, 14560, 16478, 14274, 14717, 16068, 12855, 14275, 15058, 13403, 14573, 13837, 13342, 14056, 13381, 13578, 14069, 14052, 12865, 14266, 13728, 13667, 14405, 14813, 13053, 14315, 14659, 13276, 14534, 15639, 13322, 14358, 15089, 13410, 14084, 15297, 12797, 14225, 14164, 12966, 14307, 13661, 13557, 14218, 14601, 12982, 14164, 11864, 14344, 14771, 10623, 14012, 14027, 10846, 13644, 14573, 11735, 14189, 14324, 11639, 13552, 14497, 12199, 13622, 14330, 11093, 13328, 14067, 10120, 13328, 12630, 9900, 13416, 12306, 12324, 13485, 12498, 13258, 14156, 9990, 13049, 12896, 9952, 13817, 15417, 10216, 14079, 15708, 10878, 14081, 16010, 11727, 13904, 16715, 11179, 13637, 15200, 12173, 13718, 14435, 13062, 14039, 13158, 12919, 14234, 10864, 13574, 13592, 11611, 13822, 14206, 13395, 13862, 13146, 14243, 14248, 13847, 14179, 13804, 11618, 14333, 15625, 11894, 14385, 15571, 13352, 14244, 15839, 14069, 14361, 13229, 13933, 14395, 12267, 14372, 14296, 11781, 14138, 13319, 13796, 14258, 14820, 13742, 14198, 14882, 14186, 14428, 15263, 13845, 14023, 15334, 13816, 14366, 12939, 13505, 13861, 13368, 13621, 14279, 11515, 14073, 14167, 11490, 13848, 13080, 10397, 13406, 13830, 10962, 13510, 13213, 12156, 13886, 14912, 11948, 14032, 15354, 13049, 13851, 15403, 11787, 13662, 14028, 11977, 14087, 14105, 11841, 14035, 14067, 12198, 14053, 14150, 12292, 14142, 14542, 11718, 14018, 14286, 10614, 13777, 14526, 11288, 13880, 14550, 11694, 13405, 14411, 12347, 14009, 14482, 15858, 13962, 14376, 14816, 13575, 14334, 14382, 13241, 14170, 12724, 12328, 14123, 11955, 12573, 14120, 12398, 12840, 14167, 12869, 11796, 14163, 12123, 12471, 14385, 14763, 11466, 13796, 14254, 15066, 13857, 14378, 14235, 13106, 13953, 14309, 11756, 13698, 14378, 10403, 13434, 12446, 9842, 13309, 12033, 11150, 13836, 14338, 11006, 13700, 14387, 14550, 14050, 14770, 16193, 13653, 14510, 15030, 12033, 14343, 14433, 11482, 14957, 14612, 13982, 13997, 14700, 14323, 13631, 14711, 14245, 11129, 14758, 14392, 14253, 13663, 14881, 11643, 14020, 14968, 12671, 14189, 14797, 16199, 14492, 14910, 15908, 14062, 14870, 14346, 13875, 14883, 14789, 14323, 14973, 15924, 14073, 14936, 11687, 14557, 15141, 15213, 14673, 14747, 16056, 14778, 14807, 15897, 14893, 14769, 16523, 14097, 14918, 16246, 13860, 14992, 15297, 14665, 15181, 15695, 12282, 14908, 14818, 12191, 14765, 14715, 12817, 14509, 15064, 13702, 14045, 14871, 14488, 12371, 14956, 15054, 12235, 14936, 11435, 11799, 14654, 10783, 14604, 12683, 11361, 14815, 12790, 14278, 15300, 11398, 14940, 15939, 13400, 14785, 16423, 14309, 14808, 12781, 14601, 14624, 11888, 14429, 15395, 13343, 14606, 11659, 13830, 12939, 12327, 13733, 14216, 12623, 14101, 13171, 13963, 14572, 10626, 14015, 15020, 10215, 13824, 14756, 9990, 13782, 14974, 11638, 13667, 14985, 11175, 13541, 13488, 11630, 13555, 10653, 12745, 14019, 9515, 12664, 12452, 12137, 13574, 13813, 12586, 13764, 9568, 12984, 15891, 12270, 13791, 15690, 12592, 14320, 11309, 13689, 14696, 10287, 13621, 15513, 12869, 13904, 16130, 12699, 14110, 11717, 13245, 14179, 10680, 13580, 14570, 10582, 13841, 14383, 12140, 14187, 14513, 11253, 13637, 13808, 10263, 13920, 13442, 13147, 14290, 14436, 12983, 14238, 12530, 14000, 14428, 15040, 14231, 14427, 14345, 13879, 14478, 11450, 14284, 14876, 16243, 14153, 14448, 15491, 14178, 14581, 14428, 13566, 14267, 13900, 13260, 14491, 12851, 13436, 14655, 14646, 12747, 14644, 14483, 11483, 14483, 14644, 12384, 14937, 14524, 15725, 14029, 14650, 14421, 14320, 14734, 13736, 14259, 14678, 13672, 12481, 15071, 14152, 13644, 14430, 14481, 14635, 14705, 14716, 12955, 13374, 14544, 14069, 12744, 15081, 14311, 15228, 14871, 14487, 15203, 13747, 14790, 13781, 12997, 14858, 14628, 15461, 14721, 14637, 13486, 13498, 15060, 14476, 13974, 14516, 14363, 12938, 13913, 14825, 13294, 12158, 14613, 14650, 13075, 14299, 14895, 12667, 15035, 14851, 12111, 14403, 14928, 15070, 14259, 14847, 13627, 14236, 14973, 14205, 14272, 14553, 14977, 13681, 14642, 13789, 14096, 14901, 15178, 12586, 14315, 14968, 12424, 14736, 13567, 13705, 14725, 14591, 14528, 14458, 14482, 14315, 14713, 14353, 14489, 14695, 15202, 14633, 14615, 15311, 14807, 14521, 15150, 14694, 14429, 15522, 14924, 14199, 12151, 14723, 14281, 14159, 14499, 14050, 11968, 14567, 14182, 13614, 14936, 14219, 12923, 14722, 14237, 13817, 14650, 14569, 13741, 14536, 14341, 13952, 15153, 13119, 14025, 15100, 14265, 13945, 14786, 13487, 15166, 14656, 11046, 15001, 14700, 12966, 15537, 14567, 14052, 14911, 15168, 12455, 14715, 14639, 14595, 11675, 14438, 14994, 12785, 15137, 14252, 12151, 14502, 15166, 15087, 14295, 16027, 14644, 13808, 12060, 14558, 13404, 12134, 14109, 14475, 14587, 14094, 15455, 14618, 13866, 11932, 13749, 12711, 12960, 13926, 13586, 13513, 13880, 14481, 14091, 13721, 13414, 13649, 13685, 11796, 13865, 13498, 11212, 13941, 13061, 11898, 13535, 14211, 12908, 13704, 13765, 13080, 13926, 10634, 14029, 13711, 11599, 13772, 13906, 11046, 13490, 13978, 10994, 13211, 13504, 10819, 13648, 13170, 11674, 13598, 13831, 10934, 13174, 12532, 11207, 13468, 13604, 14633, 13539, 13793, 13490, 13561, 13806, 13482, 13607, 13717, 13385, 13061, 13980, 13714, 13748, 14125, 15424, 13063, 13864, 14557, 12396, 13854, 13478, 11931, 13704, 13987, 11024, 13908, 14019, 11273, 14103, 14032, 11354, 14310, 13960, 12233, 14201, 14016, 12315, 14058, 14016, 12527, 14110, 13734, 11788, 14129, 14144, 15257, 14280, 13855, 13792, 14157, 13966, 12231, 13926, 14062, 11577, 14249, 13930, 12510, 14440, 13875, 12181, 14051, 12490, 12649, 14050, 14308, 13014, 14432, 14435, 12800, 14562, 14592, 13099, 14213, 13849, 13329, 14107, 12035, 13596, 14086, 13557, 13313, 14085, 12610, 14685, 14645, 11717, 14094, 12166, 12189, 14252, 14973, 13209, 14238, 14993, 13645, 14514, 15219, 13752, 14489, 15302, 13460, 14534, 14741, 13942, 14447, 14529, 13909, 14641, 12198, 13926, 14363, 14384, 14053, 14771, 11577, 14352, 14734, 15310, 14187, 14664, 14613, 13943, 14583, 14788, 14004, 14320, 13801, 13483, 14109, 14501, 12583, 13812, 13440, 11123, 13857, 11869, 13018, 14356, 14125, 13529, 14273, 13436, 13070, 14544, 14614, 13199, 14212, 14823, 12716, 14158, 14015, 13290, 14333, 15411, 12687, 14378, 14749, 12021, 13854, 13734, 11843, 14508, 14188, 11458, 14124, 14098, 11765, 13870, 14560, 12975, 14413, 14605, 14139, 13092, 14255, 14258, 11475, 13836, 14534, 10665, 14275, 14597, 12395, 13921, 14585, 14924, 14022, 14570, 14348, 14125, 14447, 14264, 13892, 14944, 15223, 13472, 14394, 14724, 14089, 14673, 15642, 12600, 14023, 14517, 11680, 14342, 12877, 12419, 14425, 14767, 12941, 14810, 14168, 12192, 14898, 14370, 12798, 15332, 14425, 12050, 14949, 12312, 13216, 14762, 15279, 13568, 14586, 15313, 13637, 14740, 15469, 15126, 14709, 15849, 15079, 14698, 12537, 15161, 14519, 13277, 11949, 17677, 14786, 14714, 12264, 15456, 14964, 12533, 15034, 15719, 12858, 14979, 15019, 11961, 14726, 14739, 13349, 14833, 13816, 12051, 14046, 13780, 14995, 13891, 14096, 10895, 14016, 14287, 12533, 14250, 14067, 11840, 13864, 14334, 14986, 14307, 14330, 13733, 12796, 14342, 13370, 13487, 14061, 13824, 12853, 14627, 14102, 11959, 14986, 14383, 15152, 14057, 14817, 14522, 14175, 14782, 14246, 12499, 14303, 14032, 14546, 14015, 14413, 13485, 14082, 14530, 14173, 12207, 14383, 14468, 14959, 14199, 14761, 13507, 11980, 14390, 14205, 11271, 14134, 14473, 11378, 14087, 14663, 12544, 14181, 14811, 14523, 13146, 14445, 14838, 12529, 14866, 14682, 15829, 13929, 14763, 14886, 13804, 14575, 14521, 12378, 14360, 14455, 11757, 14214, 14712, 11080, 14574, 14681, 14965, 13258, 14402, 14080, 11777, 14268, 14589, 15790, 14062, 14705, 14945, 13486, 14713, 13246, 12303, 14534, 14455, 11589, 14298, 14657, 11057, 14178, 14961, 15456, 14037, 14552, 13851, 11667, 14444, 13607, 12218, 14436, 14778, 12058, 14873, 14333, 12907, 14590, 14520, 12163, 14962, 14632, 15499, 14412, 14812, 14599, 14684, 14458, 16238, 14170, 14606, 15404, 14242, 14629, 15379, 13284, 14824, 14277, 12645, 14879, 14644, 12848, 14807, 15016, 12332, 15117, 14686, 12820, 14638, 14660, 14351, 14823, 14596, 15350, 14531, 15101, 15390, 14614, 14835, 15591, 13969, 14856, 12949, 14237, 14775, 15185, 13794, 15030, 10145, 14695, 14680, 14005, 14298, 14853, 12793, 14502, 14752, 13882, 14558, 14975, 16556, 13951, 14739, 12148, 14021, 14746, 13186, 14536, 14647, 11480, 14163, 14378, 11704, 14045, 14148, 10999, 14074, 15463, 13398, 14219, 16401, 13154, 14120, 16997, 13659, 14000, 13369, 13714, 14575, 11886, 14174, 14243, 11979, 14167, 15030, 11377, 13978, 14629, 12054, 14369, 15679, 12654, 13949, 15923, 13249, 14327, 16224, 13548, 14237, 11851, 13469, 14234, 11369, 14007, 14271, 11456, 14022, 13373, 11369, 13953, 15059, 11490, 14200, 14269, 12132, 14185, 14402, 11732, 14021, 14237, 13707, 13823, 14436, 11428, 13935, 14159, 11853, 13893, 14267, 11433, 14023, 14294, 11455, 13971, 14229, 12678, 14330, 14073, 16584, 14279, 14411, 15928, 13791, 14558, 15674, 12708, 14044, 14627, 12160, 14168, 14496, 12536, 14476, 14247, 12849, 13834, 14444, 16314, 14104, 14540, 14896, 12939, 14038, 13911, 12328, 14319, 14148, 12397, 14360, 14603, 12242, 14347, 14707, 13513, 14326, 14589, 12134, 13739, 14925, 12357, 13676, 14831, 16157, 14195, 14722, 16292, 14068, 14485, 15725, 12579, 14294, 16257, 12503, 14013, 15124, 11541, 14095, 14147, 12545, 14413, 15025, 11705, 14538, 14393, 13982, 13745, 14601, 16306, 13687, 14225, 15116, 11842, 14309, 14151, 12324, 14206, 14383, 12311, 14183, 14401, 14202, 13426, 14813, 12731, 13071, 14156, 14428, 11733, 14328, 14369, 12215, 14130, 14805, 11891, 14274, 14864, 12738, 14026, 14599, 14965, 13150, 14205, 14836, 12787, 14564, 14904, 12113, 14405, 14972], 'WindowCenter': [4418.0, 4402.0, 4374.0, 4373.0, 4383.0, 4349.0, 4369.0, 4368.0, 4357.0, 4368.0, 4368.0, 4346.0, 4358.0, 4355.0, 4346.0, 4357.0, 4346.0, 4346.0, 4360.0, 4357.0, 4358.0, 4358.0, 4358.0, 4348.0, 4368.0, 4357.0, 4359.0, 4370.0, 4369.0, 4348.0, 4370.0, 4369.0, 4359.0, 4371.0, 4370.0, 4357.0, 4369.0, 4367.0, 4359.0, 4370.0, 4369.0, 4359.0, 4371.0, 4358.0, 4359.0, 4370.0, 4358.0, 4359.0, 4371.0, 4369.0, 4360.0, 4372.0, 4350.0, 4370.0, 4383.0, 4340.0, 4372.0, 4372.0, 4351.0, 4373.0, 4383.0, 4350.0, 4371.0, 4373.0, 4349.0, 4371.0, 4372.0, 4349.0, 4371.0, 4371.0, 4349.0, 4371.0, 4373.0, 4340.0, 4372.0, 4362.0, 4341.0, 4373.0, 4363.0, 4374.0, 4386.0, 4374.0, 4375.0, 4388.0, 4355.0, 4387.0, 4378.0, 4356.0, 4387.0, 4389.0, 4354.0, 4386.0, 4387.0, 4353.0, 4375.0, 4387.0, 4351.0, 4373.0, 4385.0, 4350.0, 4373.0, 4370.0, 4360.0, 4371.0, 4371.0, 4372.0, 4375.0, 4362.0, 4361.0, 4373.0, 4352.0, 4374.0, 4374.0, 4363.0, 4375.0, 4374.0, 4374.0, 4386.0, 4374.0, 4384.0, 4387.0, 4372.0, 4373.0, 4375.0, 4351.0, 4372.0, 4384.0, 4350.0, 4371.0, 4370.0, 4359.0, 4371.0, 4370.0, 4360.0, 4372.0, 4359.0, 4370.0, 4371.0, 4349.0, 4371.0, 4373.0, 4350.0, 4371.0, 4361.0, 4359.0, 4373.0, 4371.0, 4371.0, 4372.0, 4371.0, 4372.0, 4375.0, 4371.0, 4361.0, 4373.0, 4371.0, 4359.0, 4373.0, 4349.0, 4359.0, 4362.0, 4358.0, 4359.0, 4369.0, 4348.0, 4370.0, 4371.0, 4348.0, 4370.0, 4363.0, 4341.0, 4373.0, 4373.0, 4352.0, 4373.0, 4374.0, 4362.0, 4373.0, 4385.0, 4350.0, 4373.0, 4371.0, 4360.0, 4372.0, 4374.0, 4337.0, 4360.0, 4361.0, 4337.0, 4359.0, 4360.0, 4348.0, 4370.0, 4370.0, 4348.0, 4371.0, 4371.0, 4350.0, 4372.0, 4374.0, 4350.0, 4373.0, 4372.0, 4351.0, 4373.0, 4375.0, 4352.0, 4373.0, 4385.0, 4362.0, 4374.0, 4386.0, 4363.0, 4374.0, 4375.0, 4383.0, 4373.0, 4374.0, 4370.0, 4361.0, 4373.0, 4371.0, 4361.0, 4372.0, 4362.0, 4359.0, 4373.0, 4351.0, 4362.0, 4385.0, 4364.0, 4373.0, 4385.0, 4376.0, 4364.0, 4386.0, 4365.0, 4365.0, 4387.0, 4389.0, 4354.0, 4375.0, 4376.0, 4372.0, 4373.0, 4386.0, 4371.0, 4362.0, 4375.0, 4374.0, 4352.0, 4375.0, 4375.0, 4353.0, 4374.0, 4365.0, 4343.0, 4374.0, 4364.0, 4364.0, 4387.0, 4389.0, 4355.0, 4376.0, 4387.0, 4374.0, 4373.0, 4385.0, 4383.0, 4362.0, 4374.0, 4375.0, 4351.0, 4372.0, 4374.0, 4339.0, 4371.0, 4371.0, 4360.0, 4360.0, 4372.0, 4361.0, 4359.0, 4369.0, 4362.0, 4338.0, 4371.0, 4385.0, 4371.0, 4359.0, 4371.0, 4338.0, 4359.0, 4371.0, 4349.0, 4360.0, 4372.0, 4369.0, 4359.0, 4370.0, 4369.0, 4359.0, 4370.0, 4359.0, 4360.0, 4373.0, 4371.0, 4371.0, 4372.0, 4370.0, 4361.0, 4371.0, 4350.0, 4372.0, 4374.0, 4370.0, 4371.0, 4372.0, 4370.0, 4359.0, 4361.0, 4368.0, 4357.0, 4357.0, 4367.0, 4346.0, 4357.0, 4356.0, 4344.0, 4357.0, 4356.0, 4355.0, 4356.0, 4359.0, 4334.0, 4354.0, 4354.0, 4334.0, 4354.0, 4356.0, 4335.0, 4356.0, 4358.0, 4345.0, 4357.0, 4368.0, 4360.0, 4347.0, 4368.0, 4359.0, 4346.0, 4369.0, 4336.0, 4338.0, 4372.0, 4353.0, 4383.0, 4374.0, 4364.0, 4386.0, 4376.0, 4387.0, 4398.0, 4364.0, 4386.0, 4387.0, 4364.0, 4374.0, 4385.0, 4373.0, 4374.0, 4351.0, 4372.0, 4373.0, 4351.0, 4372.0, 4371.0, 4362.0, 4373.0, 4353.0, 4373.0, 4364.0, 4363.0, 4376.0, 4375.0, 4365.0, 4377.0, 4373.0, 4374.0, 4386.0, 4352.0, 4376.0, 4384.0, 4342.0, 4375.0, 4373.0, 4342.0, 4374.0, 4373.0, 4353.0, 4374.0, 4373.0, 4352.0, 4374.0, 4363.0, 4354.0, 4376.0, 4354.0, 4376.0, 4385.0, 4346.0, 4378.0, 4377.0, 4377.0, 4388.0, 4377.0, 4378.0, 4387.0, 4347.0, 4390.0, 4398.0, 4367.0, 4389.0, 4387.0, 4367.0, 4387.0, 4354.0, 4375.0, 4386.0, 4344.0, 4375.0, 4385.0, 4365.0, 4377.0, 4385.0, 4365.0, 4375.0, 4353.0, 4374.0, 4376.0, 4343.0, 4375.0, 4375.0, 4343.0, 4374.0, 4375.0, 4362.0, 4372.0, 4375.0, 4353.0, 4373.0, 4375.0, 4343.0, 4376.0, 4375.0, 4375.0, 4385.0, 4374.0, 4375.0, 4387.0, 4365.0, 4387.0, 4387.0, 4386.0, 4376.0, 4378.0, 4373.0, 4374.0, 4376.0, 4353.0, 4373.0, 4375.0, 4375.0, 4361.0, 4372.0, 4370.0, 4360.0, 4372.0, 4361.0, 4360.0, 4371.0, 4361.0, 4361.0, 4373.0, 4360.0, 4361.0, 4373.0, 4373.0, 4351.0, 4371.0, 4363.0, 4338.0, 4371.0, 4375.0, 4360.0, 4372.0, 4373.0, 4371.0, 4359.0, 4372.0, 4360.0, 4360.0, 4373.0, 4360.0, 4370.0, 4372.0, 4364.0, 4349.0, 4371.0, 4363.0, 4358.0, 4358.0, 4360.0, 4359.0, 4359.0, 4369.0, 4350.0, 4359.0, 4370.0, 4363.0, 4350.0, 4371.0, 4374.0, 4360.0, 4359.0, 4358.0, 4369.0, 4346.0, 4358.0, 4360.0, 4347.0, 4359.0, 4369.0, 4360.0, 4358.0, 4358.0, 4350.0, 4347.0, 4369.0, 4360.0, 4357.0, 4358.0, 4359.0, 4348.0, 4357.0, 4369.0, 4359.0, 4349.0, 4371.0, 4371.0, 4360.0, 4372.0, 4370.0, 4360.0, 4381.0, 4385.0, 4362.0, 4373.0, 4385.0, 4372.0, 4372.0, 4374.0, 4372.0, 4373.0, 4386.0, 4374.0, 4372.0, 4375.0, 4374.0, 4362.0, 4385.0, 4373.0, 4374.0, 4384.0, 4386.0, 4362.0, 4373.0, 4374.0, 4352.0, 4372.0, 4362.0, 4372.0, 4373.0, 4371.0, 4371.0, 4374.0, 4371.0, 4370.0, 4373.0, 4372.0, 4371.0, 4374.0, 4371.0, 4370.0, 4373.0, 4371.0, 4371.0, 4370.0, 4372.0, 4371.0, 4371.0, 4370.0, 4370.0, 4363.0, 4349.0, 4359.0, 4372.0, 4360.0, 4360.0, 4360.0, 4339.0, 4369.0, 4358.0, 4359.0, 4371.0, 4362.0, 4349.0, 4370.0, 4362.0, 4359.0, 4369.0, 4373.0, 4358.0, 4358.0, 4360.0, 4347.0, 4357.0, 4349.0, 4357.0, 4370.0, 4359.0, 4359.0, 4370.0, 4359.0, 4370.0, 4372.0, 4350.0, 4370.0, 4373.0, 4360.0, 4383.0, 4374.0, 4360.0, 4370.0, 4361.0, 4348.0, 4360.0, 4358.0, 4370.0, 4352.0, 4371.0, 4372.0, 4361.0, 4372.0, 4362.0, 4338.0, 4361.0, 4360.0, 4359.0, 4362.0, 4370.0, 4359.0, 4360.0, 4337.0, 4357.0, 4350.0, 4338.0, 4358.0, 4357.0, 4356.0, 4360.0, 4358.0, 4357.0, 4358.0, 4337.0, 4359.0, 4351.0, 4349.0, 4360.0, 4360.0, 4358.0, 4361.0, 4360.0, 4360.0, 4361.0, 4359.0, 4360.0, 4361.0, 4348.0, 4360.0, 4362.0, 4339.0, 4360.0, 4351.0, 4349.0, 4360.0, 4360.0, 4349.0, 4362.0, 4359.0, 4361.0, 4375.0, 4341.0, 4373.0, 4373.0, 4352.0, 4374.0, 4374.0, 4352.0, 4374.0, 4375.0, 4341.0, 4361.0, 4363.0, 4341.0, 4362.0, 4364.0, 4351.0, 4362.0, 4364.0, 4341.0, 4362.0, 4364.0, 4352.0, 4373.0, 4375.0, 4372.0, 4361.0, 4361.0, 4359.0, 4361.0, 4373.0, 4360.0, 4360.0, 4371.0, 4360.0, 4361.0, 4373.0, 4360.0, 4361.0, 4373.0, 4371.0, 4360.0, 4361.0, 4362.0, 4350.0, 4361.0, 4363.0, 4350.0, 4372.0, 4372.0, 4340.0, 4372.0, 4372.0, 4349.0, 4372.0, 4376.0, 4341.0, 4372.0, 4373.0, 4350.0, 4372.0, 4373.0, 4351.0, 4372.0, 4373.0, 4361.0, 4372.0, 4373.0, 4350.0, 4361.0, 4374.0, 4371.0, 4360.0, 4363.0, 4361.0, 4359.0, 4370.0, 4349.0, 4359.0, 4361.0, 4339.0, 4360.0, 4359.0, 4348.0, 4370.0, 4362.0, 4349.0, 4361.0, 4351.0, 4359.0, 4370.0, 4373.0, 4348.0, 4370.0, 4361.0, 4349.0, 4371.0, 4372.0, 4349.0, 4360.0, 4358.0, 4359.0, 4369.0, 4350.0, 4360.0, 4372.0, 4361.0, 4372.0, 4373.0, 4362.0, 4384.0, 4384.0, 4352.0, 4374.0, 4364.0, 4364.0, 4373.0, 4383.0, 4363.0, 4374.0, 4371.0, 4361.0, 4374.0, 4373.0, 4361.0, 4371.0, 4372.0, 4359.0, 4371.0, 4370.0, 4360.0, 4371.0, 4359.0, 4360.0, 4372.0, 4350.0, 4371.0, 4372.0, 4372.0, 4372.0, 4384.0, 4351.0, 4372.0, 4374.0, 4371.0, 4361.0, 4372.0, 4371.0, 4370.0, 4371.0, 4371.0, 4371.0, 4374.0, 4361.0, 4361.0, 4372.0, 4373.0, 4360.0, 4372.0, 4362.0, 4351.0, 4373.0, 4351.0, 4362.0, 4373.0, 4372.0, 4372.0, 4384.0, 4363.0, 4374.0, 4386.0, 4384.0, 4374.0, 4375.0, 4372.0, 4363.0, 4375.0, 4373.0, 4373.0, 4384.0, 4386.0, 4363.0, 4374.0, 4371.0, 4351.0, 4373.0, 4375.0, 4351.0, 4373.0, 4374.0, 4351.0, 4373.0, 4372.0, 4350.0, 4372.0, 4385.0, 4361.0, 4371.0, 4374.0, 4361.0, 4361.0, 4372.0, 4372.0, 4351.0, 4372.0, 4373.0, 4338.0, 4371.0, 4385.0, 4361.0, 4372.0, 4385.0, 4372.0, 4371.0, 4373.0, 4371.0, 4371.0, 4374.0, 4373.0, 4373.0, 4385.0, 4383.0, 4362.0, 4374.0, 4372.0, 4372.0, 4374.0, 4385.0, 4351.0, 4370.0, 4362.0, 4350.0, 4372.0, 4363.0, 4361.0, 4373.0, 4375.0, 4360.0, 4371.0, 4360.0, 4348.0, 4370.0, 4372.0, 4349.0, 4370.0, 4371.0, 4348.0, 4370.0, 4351.0, 4360.0, 4371.0, 4371.0, 4360.0, 4370.0, 4371.0, 4357.0, 4370.0, 4369.0, 4369.0, 4371.0, 4369.0, 4368.0, 4372.0, 4348.0, 4370.0, 4371.0, 4347.0, 4349.0, 4379.0, 4358.0, 4370.0, 4349.0, 4371.0, 4372.0, 4350.0, 4371.0, 4369.0, 4347.0, 4358.0, 4359.0, 4336.0, 4357.0, 4359.0, 4346.0, 4356.0, 4348.0, 4335.0, 4345.0, 4346.0, 4354.0, 4345.0, 4347.0, 4324.0, 4346.0, 4358.0, 4336.0, 4358.0, 4359.0, 4336.0, 4358.0, 4370.0, 4358.0, 4358.0, 4359.0, 4358.0, 4347.0, 4360.0, 4361.0, 4358.0, 4358.0, 4359.0, 4348.0, 4358.0, 4360.0, 4338.0, 4369.0, 4360.0, 4359.0, 4359.0, 4370.0, 4358.0, 4358.0, 4371.0, 4362.0, 4348.0, 4359.0, 4359.0, 4359.0, 4357.0, 4360.0, 4348.0, 4357.0, 4358.0, 4360.0, 4337.0, 4359.0, 4369.0, 4358.0, 4358.0, 4370.0, 4361.0, 4336.0, 4359.0, 4360.0, 4339.0, 4371.0, 4372.0, 4351.0, 4373.0, 4374.0, 4362.0, 4373.0, 4384.0, 4372.0, 4362.0, 4374.0, 4374.0, 4351.0, 4372.0, 4372.0, 4371.0, 4360.0, 4373.0, 4371.0, 4360.0, 4372.0, 4374.0, 4350.0, 4371.0, 4371.0, 4348.0, 4370.0, 4372.0, 4349.0, 4372.0, 4373.0, 4372.0, 4361.0, 4374.0, 4375.0, 4351.0, 4373.0, 4376.0, 4373.0, 4371.0, 4372.0, 4369.0, 4358.0, 4370.0, 4363.0, 4350.0, 4371.0, 4372.0, 4349.0, 4371.0, 4371.0, 4339.0, 4371.0, 4382.0, 4370.0, 4361.0, 4369.0, 4361.0, 4349.0, 4371.0, 4362.0, 4349.0, 4371.0, 4372.0, 4351.0, 4371.0, 4359.0, 4349.0, 4370.0, 4373.0, 4349.0, 4370.0, 4372.0, 4370.0, 4359.0, 4372.0, 4359.0, 4357.0, 4371.0, 4369.0, 4358.0, 4359.0, 4357.0, 4358.0, 4370.0, 4371.0, 4347.0, 4358.0, 4358.0, 4346.0, 4357.0, 4360.0, 4346.0, 4358.0, 4368.0, 4347.0, 4369.0, 4367.0, 4348.0, 4370.0, 4372.0, 4360.0, 4359.0, 4371.0, 4369.0, 4358.0, 4371.0, 4370.0, 4370.0, 4371.0, 4369.0, 4359.0, 4372.0, 4359.0, 4369.0, 4381.0, 4370.0, 4371.0, 4373.0, 4341.0, 4383.0, 4385.0, 4372.0, 4373.0, 4382.0, 4361.0, 4373.0, 4383.0, 4371.0, 4372.0, 4383.0, 4381.0, 4371.0, 4373.0, 4349.0, 4372.0, 4383.0, 4361.0, 4372.0, 4372.0, 4350.0, 4372.0, 4371.0, 4349.0, 4372.0, 4373.0, 4341.0, 4372.0, 4382.0, 4361.0, 4373.0, 4382.0, 4360.0, 4361.0, 4380.0, 4360.0, 4372.0, 4360.0, 4360.0, 4372.0, 4349.0, 4371.0, 4371.0, 4348.0, 4360.0, 4372.0, 4338.0, 4360.0, 4369.0, 4348.0, 4370.0, 4370.0, 4348.0, 4358.0, 4368.0, 4346.0, 4370.0, 4368.0, 4357.0, 4360.0, 4348.0, 4360.0, 4372.0, 4349.0, 4369.0, 4371.0, 4349.0, 4370.0, 4359.0, 4349.0, 4371.0, 4374.0, 4349.0, 4360.0, 4360.0, 4348.0, 4360.0, 4370.0, 4348.0, 4370.0, 4371.0, 4358.0, 4359.0, 4360.0, 4349.0, 4359.0, 4359.0, 4337.0, 4360.0, 4371.0, 4348.0, 4370.0, 4371.0, 4349.0, 4371.0, 4372.0, 4349.0, 4359.0, 4360.0, 4370.0, 4357.0, 4359.0, 4367.0, 4357.0, 4359.0, 4370.0, 4347.0, 4356.0, 4359.0, 4346.0, 4358.0, 4360.0, 4336.0, 4357.0, 4357.0, 4346.0, 4346.0, 4358.0, 4366.0, 4346.0, 4357.0, 4356.0, 4345.0, 4356.0, 4348.0, 4335.0, 4357.0, 4359.0, 4336.0, 4356.0, 4357.0, 4335.0, 4357.0, 4359.0, 4348.0, 4357.0, 4358.0, 4336.0, 4358.0, 4370.0, 4348.0, 4360.0, 4373.0, 4381.0, 4360.0, 4373.0, 4370.0, 4360.0, 4372.0, 4371.0, 4348.0, 4372.0, 4382.0, 4348.0, 4359.0, 4371.0, 4338.0, 4359.0, 4360.0, 4348.0, 4370.0, 4373.0, 4338.0, 4359.0, 4359.0, 4357.0, 4358.0, 4369.0, 4368.0, 4346.0, 4357.0, 4358.0, 4334.0, 4356.0, 4357.0, 4335.0, 4356.0, 4358.0, 4334.0, 4356.0, 4358.0, 4345.0, 4345.0, 4357.0, 4346.0, 4346.0, 4358.0, 4359.0, 4335.0, 4358.0, 4359.0, 4346.0, 4359.0, 4370.0, 4348.0, 4369.0, 4371.0, 4349.0, 4370.0, 4373.0, 4370.0, 4358.0, 4372.0, 4372.0, 4361.0, 4372.0, 4371.0, 4349.0, 4371.0, 4371.0], 'WindowWidth': [9737.0, 9703.0, 9650.0, 9644.0, 9659.0, 9601.0, 9630.0, 9628.0, 9609.0, 9627.0, 9627.0, 9590.0, 9610.0, 9604.0, 9591.0, 9610.0, 9594.0, 9593.0, 9618.0, 9612.0, 9612.0, 9614.0, 9614.0, 9598.0, 9628.0, 9612.0, 9614.0, 9633.0, 9629.0, 9599.0, 9633.0, 9628.0, 9614.0, 9634.0, 9633.0, 9609.0, 9630.0, 9626.0, 9614.0, 9634.0, 9632.0, 9614.0, 9633.0, 9615.0, 9614.0, 9634.0, 9616.0, 9616.0, 9637.0, 9632.0, 9617.0, 9638.0, 9608.0, 9633.0, 9654.0, 9594.0, 9637.0, 9640.0, 9608.0, 9641.0, 9659.0, 9606.0, 9635.0, 9639.0, 9603.0, 9635.0, 9639.0, 9603.0, 9633.0, 9635.0, 9602.0, 9635.0, 9641.0, 9593.0, 9640.0, 9628.0, 9597.0, 9642.0, 9632.0, 9644.0, 9665.0, 9646.0, 9648.0, 9668.0, 9622.0, 9668.0, 9660.0, 9623.0, 9668.0, 9676.0, 9618.0, 9662.0, 9668.0, 9615.0, 9646.0, 9670.0, 9609.0, 9641.0, 9665.0, 9606.0, 9638.0, 9635.0, 9618.0, 9638.0, 9638.0, 9638.0, 9646.0, 9626.0, 9623.0, 9644.0, 9613.0, 9644.0, 9647.0, 9626.0, 9647.0, 9646.0, 9644.0, 9666.0, 9646.0, 9657.0, 9665.0, 9640.0, 9639.0, 9646.0, 9607.0, 9638.0, 9661.0, 9604.0, 9635.0, 9635.0, 9615.0, 9636.0, 9635.0, 9618.0, 9637.0, 9619.0, 9632.0, 9635.0, 9603.0, 9635.0, 9642.0, 9604.0, 9635.0, 9624.0, 9618.0, 9640.0, 9638.0, 9634.0, 9639.0, 9636.0, 9636.0, 9646.0, 9639.0, 9621.0, 9640.0, 9637.0, 9616.0, 9640.0, 9604.0, 9616.0, 9623.0, 9614.0, 9616.0, 9631.0, 9600.0, 9633.0, 9637.0, 9600.0, 9634.0, 9627.0, 9594.0, 9640.0, 9645.0, 9610.0, 9641.0, 9645.0, 9623.0, 9641.0, 9662.0, 9605.0, 9639.0, 9637.0, 9618.0, 9637.0, 9646.0, 9584.0, 9616.0, 9620.0, 9582.0, 9614.0, 9619.0, 9597.0, 9630.0, 9632.0, 9599.0, 9634.0, 9636.0, 9603.0, 9636.0, 9643.0, 9605.0, 9639.0, 9639.0, 9609.0, 9642.0, 9648.0, 9612.0, 9641.0, 9661.0, 9624.0, 9643.0, 9663.0, 9625.0, 9642.0, 9648.0, 9657.0, 9637.0, 9642.0, 9635.0, 9620.0, 9642.0, 9636.0, 9619.0, 9638.0, 9624.0, 9616.0, 9639.0, 9608.0, 9624.0, 9659.0, 9631.0, 9641.0, 9661.0, 9651.0, 9629.0, 9662.0, 9635.0, 9631.0, 9665.0, 9673.0, 9615.0, 9644.0, 9649.0, 9640.0, 9639.0, 9661.0, 9638.0, 9624.0, 9647.0, 9644.0, 9608.0, 9643.0, 9647.0, 9613.0, 9640.0, 9630.0, 9598.0, 9644.0, 9631.0, 9630.0, 9665.0, 9674.0, 9618.0, 9647.0, 9666.0, 9645.0, 9639.0, 9660.0, 9657.0, 9622.0, 9643.0, 9649.0, 9606.0, 9635.0, 9642.0, 9588.0, 9632.0, 9635.0, 9619.0, 9617.0, 9638.0, 9623.0, 9614.0, 9629.0, 9626.0, 9583.0, 9637.0, 9663.0, 9635.0, 9615.0, 9632.0, 9585.0, 9614.0, 9636.0, 9602.0, 9616.0, 9638.0, 9633.0, 9614.0, 9631.0, 9627.0, 9614.0, 9631.0, 9616.0, 9617.0, 9640.0, 9633.0, 9632.0, 9637.0, 9631.0, 9618.0, 9636.0, 9605.0, 9634.0, 9644.0, 9635.0, 9632.0, 9637.0, 9632.0, 9611.0, 9620.0, 9627.0, 9606.0, 9610.0, 9624.0, 9590.0, 9607.0, 9605.0, 9585.0, 9609.0, 9605.0, 9601.0, 9606.0, 9616.0, 9571.0, 9598.0, 9602.0, 9571.0, 9599.0, 9607.0, 9575.0, 9605.0, 9610.0, 9591.0, 9607.0, 9627.0, 9619.0, 9594.0, 9624.0, 9615.0, 9592.0, 9626.0, 9581.0, 9583.0, 9638.0, 9611.0, 9654.0, 9645.0, 9630.0, 9663.0, 9651.0, 9665.0, 9682.0, 9630.0, 9660.0, 9666.0, 9626.0, 9643.0, 9660.0, 9636.0, 9643.0, 9608.0, 9635.0, 9639.0, 9605.0, 9635.0, 9634.0, 9621.0, 9639.0, 9611.0, 9639.0, 9629.0, 9625.0, 9647.0, 9645.0, 9631.0, 9651.0, 9642.0, 9643.0, 9661.0, 9610.0, 9645.0, 9661.0, 9596.0, 9643.0, 9643.0, 9596.0, 9641.0, 9640.0, 9610.0, 9642.0, 9641.0, 9609.0, 9641.0, 9626.0, 9615.0, 9648.0, 9615.0, 9646.0, 9661.0, 9607.0, 9653.0, 9652.0, 9650.0, 9669.0, 9653.0, 9654.0, 9668.0, 9610.0, 9672.0, 9684.0, 9637.0, 9670.0, 9667.0, 9635.0, 9666.0, 9616.0, 9644.0, 9664.0, 9603.0, 9645.0, 9659.0, 9629.0, 9649.0, 9661.0, 9630.0, 9646.0, 9614.0, 9641.0, 9649.0, 9599.0, 9642.0, 9645.0, 9597.0, 9641.0, 9646.0, 9622.0, 9637.0, 9647.0, 9610.0, 9641.0, 9645.0, 9599.0, 9648.0, 9647.0, 9643.0, 9661.0, 9645.0, 9645.0, 9665.0, 9635.0, 9662.0, 9667.0, 9663.0, 9647.0, 9654.0, 9642.0, 9641.0, 9649.0, 9612.0, 9638.0, 9647.0, 9647.0, 9618.0, 9635.0, 9632.0, 9615.0, 9636.0, 9620.0, 9616.0, 9635.0, 9621.0, 9617.0, 9638.0, 9618.0, 9619.0, 9639.0, 9643.0, 9606.0, 9633.0, 9626.0, 9585.0, 9632.0, 9643.0, 9616.0, 9636.0, 9641.0, 9638.0, 9614.0, 9635.0, 9619.0, 9617.0, 9639.0, 9620.0, 9629.0, 9636.0, 9629.0, 9598.0, 9631.0, 9623.0, 9612.0, 9611.0, 9619.0, 9617.0, 9612.0, 9629.0, 9604.0, 9612.0, 9631.0, 9627.0, 9602.0, 9631.0, 9642.0, 9621.0, 9613.0, 9614.0, 9631.0, 9592.0, 9611.0, 9619.0, 9595.0, 9614.0, 9630.0, 9618.0, 9609.0, 9613.0, 9606.0, 9595.0, 9626.0, 9620.0, 9612.0, 9611.0, 9615.0, 9599.0, 9608.0, 9627.0, 9616.0, 9599.0, 9633.0, 9637.0, 9615.0, 9634.0, 9633.0, 9617.0, 9649.0, 9658.0, 9625.0, 9640.0, 9660.0, 9640.0, 9635.0, 9642.0, 9638.0, 9640.0, 9661.0, 9644.0, 9638.0, 9645.0, 9644.0, 9623.0, 9657.0, 9640.0, 9640.0, 9658.0, 9667.0, 9624.0, 9639.0, 9644.0, 9608.0, 9636.0, 9625.0, 9635.0, 9639.0, 9638.0, 9634.0, 9641.0, 9635.0, 9629.0, 9640.0, 9638.0, 9634.0, 9643.0, 9638.0, 9632.0, 9639.0, 9635.0, 9631.0, 9634.0, 9637.0, 9632.0, 9636.0, 9633.0, 9629.0, 9624.0, 9602.0, 9613.0, 9638.0, 9620.0, 9615.0, 9619.0, 9588.0, 9627.0, 9616.0, 9615.0, 9632.0, 9626.0, 9601.0, 9631.0, 9625.0, 9613.0, 9628.0, 9641.0, 9610.0, 9611.0, 9619.0, 9593.0, 9609.0, 9601.0, 9608.0, 9630.0, 9617.0, 9613.0, 9632.0, 9616.0, 9629.0, 9637.0, 9606.0, 9632.0, 9642.0, 9620.0, 9651.0, 9642.0, 9615.0, 9631.0, 9622.0, 9596.0, 9614.0, 9614.0, 9629.0, 9609.0, 9632.0, 9639.0, 9622.0, 9634.0, 9627.0, 9585.0, 9617.0, 9617.0, 9612.0, 9620.0, 9634.0, 9610.0, 9617.0, 9579.0, 9608.0, 9603.0, 9580.0, 9609.0, 9609.0, 9604.0, 9615.0, 9612.0, 9607.0, 9611.0, 9580.0, 9612.0, 9605.0, 9598.0, 9616.0, 9618.0, 9610.0, 9619.0, 9619.0, 9617.0, 9622.0, 9616.0, 9616.0, 9620.0, 9598.0, 9617.0, 9624.0, 9585.0, 9617.0, 9605.0, 9599.0, 9616.0, 9617.0, 9600.0, 9622.0, 9616.0, 9619.0, 9642.0, 9595.0, 9639.0, 9641.0, 9609.0, 9641.0, 9644.0, 9610.0, 9640.0, 9648.0, 9592.0, 9621.0, 9627.0, 9591.0, 9622.0, 9631.0, 9607.0, 9622.0, 9629.0, 9592.0, 9624.0, 9629.0, 9610.0, 9639.0, 9649.0, 9640.0, 9619.0, 9622.0, 9616.0, 9619.0, 9641.0, 9620.0, 9617.0, 9636.0, 9620.0, 9619.0, 9639.0, 9620.0, 9620.0, 9640.0, 9637.0, 9617.0, 9621.0, 9622.0, 9602.0, 9621.0, 9627.0, 9604.0, 9636.0, 9640.0, 9590.0, 9637.0, 9637.0, 9603.0, 9638.0, 9649.0, 9594.0, 9636.0, 9640.0, 9605.0, 9637.0, 9641.0, 9606.0, 9636.0, 9641.0, 9623.0, 9636.0, 9640.0, 9606.0, 9621.0, 9643.0, 9635.0, 9616.0, 9624.0, 9620.0, 9614.0, 9633.0, 9602.0, 9615.0, 9621.0, 9589.0, 9616.0, 9617.0, 9598.0, 9629.0, 9625.0, 9601.0, 9619.0, 9607.0, 9614.0, 9632.0, 9642.0, 9600.0, 9631.0, 9620.0, 9602.0, 9632.0, 9637.0, 9599.0, 9616.0, 9614.0, 9613.0, 9631.0, 9605.0, 9619.0, 9639.0, 9622.0, 9637.0, 9641.0, 9623.0, 9655.0, 9659.0, 9611.0, 9644.0, 9630.0, 9626.0, 9642.0, 9659.0, 9624.0, 9642.0, 9639.0, 9620.0, 9643.0, 9642.0, 9621.0, 9636.0, 9638.0, 9615.0, 9635.0, 9633.0, 9616.0, 9634.0, 9618.0, 9618.0, 9637.0, 9608.0, 9635.0, 9640.0, 9639.0, 9636.0, 9657.0, 9610.0, 9636.0, 9643.0, 9638.0, 9619.0, 9638.0, 9634.0, 9631.0, 9638.0, 9636.0, 9634.0, 9642.0, 9621.0, 9620.0, 9639.0, 9641.0, 9618.0, 9637.0, 9624.0, 9606.0, 9639.0, 9610.0, 9622.0, 9641.0, 9640.0, 9638.0, 9657.0, 9629.0, 9642.0, 9663.0, 9659.0, 9643.0, 9647.0, 9641.0, 9627.0, 9647.0, 9641.0, 9640.0, 9660.0, 9664.0, 9625.0, 9642.0, 9638.0, 9607.0, 9641.0, 9645.0, 9607.0, 9639.0, 9646.0, 9607.0, 9638.0, 9639.0, 9605.0, 9637.0, 9661.0, 9622.0, 9634.0, 9643.0, 9623.0, 9620.0, 9639.0, 9642.0, 9606.0, 9635.0, 9640.0, 9588.0, 9634.0, 9657.0, 9623.0, 9636.0, 9659.0, 9640.0, 9634.0, 9640.0, 9636.0, 9634.0, 9644.0, 9641.0, 9640.0, 9659.0, 9656.0, 9622.0, 9644.0, 9641.0, 9637.0, 9644.0, 9665.0, 9607.0, 9632.0, 9625.0, 9603.0, 9636.0, 9628.0, 9620.0, 9639.0, 9649.0, 9617.0, 9634.0, 9620.0, 9599.0, 9629.0, 9637.0, 9600.0, 9632.0, 9637.0, 9598.0, 9631.0, 9609.0, 9616.0, 9635.0, 9638.0, 9616.0, 9631.0, 9633.0, 9609.0, 9631.0, 9631.0, 9626.0, 9634.0, 9632.0, 9625.0, 9635.0, 9600.0, 9631.0, 9636.0, 9594.0, 9599.0, 9642.0, 9610.0, 9630.0, 9602.0, 9634.0, 9641.0, 9604.0, 9631.0, 9634.0, 9595.0, 9611.0, 9615.0, 9578.0, 9607.0, 9617.0, 9593.0, 9602.0, 9597.0, 9576.0, 9588.0, 9594.0, 9602.0, 9588.0, 9593.0, 9560.0, 9591.0, 9613.0, 9580.0, 9610.0, 9615.0, 9581.0, 9612.0, 9633.0, 9615.0, 9612.0, 9615.0, 9615.0, 9596.0, 9616.0, 9622.0, 9612.0, 9612.0, 9618.0, 9596.0, 9612.0, 9619.0, 9584.0, 9627.0, 9620.0, 9620.0, 9612.0, 9631.0, 9614.0, 9612.0, 9633.0, 9625.0, 9598.0, 9614.0, 9617.0, 9616.0, 9608.0, 9617.0, 9599.0, 9608.0, 9612.0, 9620.0, 9581.0, 9614.0, 9630.0, 9616.0, 9610.0, 9631.0, 9623.0, 9581.0, 9615.0, 9619.0, 9589.0, 9634.0, 9637.0, 9606.0, 9639.0, 9644.0, 9626.0, 9640.0, 9658.0, 9640.0, 9623.0, 9643.0, 9648.0, 9608.0, 9637.0, 9638.0, 9639.0, 9618.0, 9640.0, 9635.0, 9616.0, 9637.0, 9645.0, 9603.0, 9632.0, 9635.0, 9601.0, 9633.0, 9639.0, 9604.0, 9637.0, 9641.0, 9640.0, 9621.0, 9643.0, 9647.0, 9609.0, 9639.0, 9650.0, 9645.0, 9634.0, 9638.0, 9632.0, 9614.0, 9634.0, 9628.0, 9604.0, 9635.0, 9640.0, 9602.0, 9632.0, 9635.0, 9590.0, 9633.0, 9652.0, 9636.0, 9620.0, 9631.0, 9624.0, 9601.0, 9633.0, 9624.0, 9603.0, 9634.0, 9641.0, 9605.0, 9632.0, 9617.0, 9600.0, 9632.0, 9640.0, 9601.0, 9632.0, 9639.0, 9634.0, 9615.0, 9637.0, 9618.0, 9610.0, 9635.0, 9632.0, 9610.0, 9614.0, 9610.0, 9610.0, 9630.0, 9636.0, 9596.0, 9612.0, 9615.0, 9591.0, 9609.0, 9616.0, 9593.0, 9612.0, 9630.0, 9596.0, 9629.0, 9627.0, 9599.0, 9631.0, 9639.0, 9621.0, 9615.0, 9634.0, 9631.0, 9614.0, 9636.0, 9633.0, 9631.0, 9636.0, 9630.0, 9616.0, 9637.0, 9618.0, 9630.0, 9651.0, 9635.0, 9634.0, 9641.0, 9595.0, 9654.0, 9661.0, 9641.0, 9639.0, 9655.0, 9624.0, 9640.0, 9658.0, 9638.0, 9637.0, 9656.0, 9652.0, 9635.0, 9640.0, 9605.0, 9636.0, 9656.0, 9624.0, 9637.0, 9639.0, 9607.0, 9637.0, 9638.0, 9604.0, 9638.0, 9644.0, 9593.0, 9638.0, 9653.0, 9621.0, 9640.0, 9656.0, 9618.0, 9622.0, 9648.0, 9617.0, 9639.0, 9619.0, 9617.0, 9638.0, 9602.0, 9634.0, 9638.0, 9601.0, 9619.0, 9640.0, 9586.0, 9617.0, 9630.0, 9598.0, 9632.0, 9637.0, 9598.0, 9613.0, 9627.0, 9594.0, 9631.0, 9629.0, 9610.0, 9618.0, 9599.0, 9617.0, 9638.0, 9600.0, 9630.0, 9637.0, 9601.0, 9631.0, 9619.0, 9602.0, 9634.0, 9644.0, 9601.0, 9616.0, 9619.0, 9600.0, 9618.0, 9634.0, 9600.0, 9634.0, 9637.0, 9615.0, 9614.0, 9619.0, 9600.0, 9615.0, 9617.0, 9583.0, 9618.0, 9637.0, 9599.0, 9631.0, 9638.0, 9604.0, 9634.0, 9638.0, 9603.0, 9613.0, 9619.0, 9634.0, 9609.0, 9616.0, 9626.0, 9609.0, 9614.0, 9633.0, 9594.0, 9608.0, 9614.0, 9593.0, 9610.0, 9620.0, 9580.0, 9608.0, 9609.0, 9593.0, 9593.0, 9613.0, 9622.0, 9592.0, 9609.0, 9606.0, 9589.0, 9607.0, 9600.0, 9577.0, 9608.0, 9616.0, 9578.0, 9606.0, 9609.0, 9576.0, 9609.0, 9617.0, 9599.0, 9607.0, 9611.0, 9579.0, 9612.0, 9633.0, 9600.0, 9618.0, 9641.0, 9649.0, 9619.0, 9639.0, 9633.0, 9617.0, 9638.0, 9637.0, 9600.0, 9636.0, 9655.0, 9599.0, 9614.0, 9634.0, 9584.0, 9615.0, 9619.0, 9599.0, 9631.0, 9642.0, 9585.0, 9614.0, 9617.0, 9612.0, 9610.0, 9630.0, 9628.0, 9591.0, 9608.0, 9614.0, 9573.0, 9604.0, 9610.0, 9576.0, 9607.0, 9614.0, 9577.0, 9604.0, 9612.0, 9592.0, 9589.0, 9611.0, 9595.0, 9594.0, 9614.0, 9619.0, 9577.0, 9611.0, 9614.0, 9593.0, 9614.0, 9633.0, 9597.0, 9629.0, 9636.0, 9603.0, 9631.0, 9640.0, 9634.0, 9614.0, 9637.0, 9638.0, 9619.0, 9637.0, 9637.0, 9603.0, 9636.0, 9636.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.00017670793882010197</td></tr>
<tr><td colspan=3>aqi</td><td>0.016758568026219958</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.18940962316332</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2514682161370276</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943496222376096</td></tr>
<tr><td colspan=3>efc</td><td>0.517</td></tr>
<tr><td colspan=3>fber</td><td>4122.1704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07631393026478435</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43699927166788055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.553201901260549</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5867309383275283</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.751811843482602</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321062921971517</td></tr>
<tr><td colspan=3>gcor</td><td>0.00818413</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005395463202148676</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0315120629966259</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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.9386209194513606</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>28.6346</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0443</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.545</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287671.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.1287</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.478</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.6633</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3461.9998</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.8911</td></tr>
<tr><td colspan=3>tsnr</td><td>44.413811614504084</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>