<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-01/func/sub-0051_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>f436e36a1788a08c8a6054a1e57c5cbe</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:31:24.280000</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.998641, -0.0142818, -0.0501271, 0.0264992, 0.967278, 0.252332]</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.0969532</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7293, 577, -45, -78, -20, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.747</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6cff5d9b-fd31-4101-9ac1-cc42a1f24af9||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.6792800426483154, 0.07109539955854416, -0.12118430435657501, 115.28022003173828], [0.03831706568598747, 2.595135450363159, 0.6839578747749329, -107.16219329833984], [-0.13448737561702728, -0.6769893765449524, 2.609121799468994, -40.172489166259766], [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': ['113124.280000', '113124.740000', '113125.200000', '113125.660000', '113126.120000', '113126.580000', '113127.040000', '113127.500000', '113127.960000', '113128.420000', '113128.880000', '113129.340000', '113129.800000', '113130.260000', '113130.720000', '113131.180000', '113131.640000', '113132.100000', '113132.560000', '113133.020000', '113133.480000', '113133.940000', '113134.400000', '113134.860000', '113135.320000', '113135.780000', '113136.240000', '113136.700000', '113137.160000', '113137.620000', '113138.080000', '113138.540000', '113139.000000', '113139.460000', '113139.920000', '113140.380000', '113140.840000', '113141.300000', '113141.760000', '113142.220000', '113142.680000', '113143.140000', '113143.600000', '113144.060000', '113144.520000', '113144.980000', '113145.440000', '113145.900000', '113146.360000', '113146.820000', '113147.280000', '113147.740000', '113148.200000', '113148.660000', '113149.120000', '113149.580000', '113150.040000', '113150.500000', '113150.960000', '113151.420000', '113151.880000', '113152.340000', '113152.800000', '113153.260000', '113153.720000', '113154.180000', '113154.640000', '113155.100000', '113155.560000', '113156.020000', '113156.480000', '113156.940000', '113157.400000', '113157.860000', '113158.320000', '113158.780000', '113159.240000', '113159.700000', '113200.160000', '113200.620000', '113201.080000', '113201.540000', '113202.000000', '113202.460000', '113202.920000', '113203.380000', '113203.840000', '113204.300000', '113204.760000', '113205.220000', '113205.680000', '113206.140000', '113206.600000', '113207.060000', '113207.520000', '113207.980000', '113208.440000', '113208.900000', '113209.360000', '113209.820000', '113210.280000', '113210.740000', '113211.200000', '113211.660000', '113212.120000', '113212.580000', '113213.040000', '113213.500000', '113213.960000', '113214.420000', '113214.880000', '113215.340000', '113215.800000', '113216.260000', '113216.720000', '113217.180000', '113217.640000', '113218.100000', '113218.560000', '113219.020000', '113219.480000', '113219.940000', '113220.400000', '113220.860000', '113221.320000', '113221.780000', '113222.240000', '113222.700000', '113223.160000', '113223.620000', '113224.080000', '113224.540000', '113225.000000', '113225.460000', '113225.920000', '113226.380000', '113226.840000', '113227.300000', '113227.760000', '113228.220000', '113228.680000', '113229.140000', '113229.600000', '113230.060000', '113230.520000', '113230.980000', '113231.440000', '113231.900000', '113232.360000', '113232.820000', '113233.280000', '113233.740000', '113234.200000', '113234.660000', '113235.120000', '113235.580000', '113236.040000', '113236.500000', '113236.960000', '113237.420000', '113237.880000', '113238.340000', '113238.800000', '113239.260000', '113239.720000', '113240.180000', '113240.640000', '113241.100000', '113241.560000', '113242.020000', '113242.480000', '113242.940000', '113243.400000', '113243.860000', '113244.320000', '113244.780000', '113245.240000', '113245.700000', '113246.160000', '113246.620000', '113247.080000', '113247.540000', '113248.000000', '113248.460000', '113248.920000', '113249.380000', '113249.840000', '113250.300000', '113250.760000', '113251.220000', '113251.680000', '113252.140000', '113252.600000', '113253.060000', '113253.520000', '113253.980000', '113254.440000', '113254.900000', '113255.360000', '113255.820000', '113256.280000', '113256.740000', '113257.200000', '113257.660000', '113258.120000', '113258.580000', '113259.040000', '113259.500000', '113259.960000', '113300.420000', '113300.880000', '113301.340000', '113301.800000', '113302.260000', '113302.720000', '113303.180000', '113303.640000', '113304.100000', '113304.560000', '113305.020000', '113305.480000', '113305.940000', '113306.400000', '113306.860000', '113307.320000', '113307.780000', '113308.240000', '113308.700000', '113309.160000', '113309.620000', '113310.080000', '113310.540000', '113311.000000', '113311.460000', '113311.920000', '113312.380000', '113312.840000', '113313.300000', '113313.760000', '113314.220000', '113314.680000', '113315.140000', '113315.600000', '113316.060000', '113316.520000', '113316.980000', '113317.440000', '113317.900000', '113318.360000', '113318.820000', '113319.280000', '113319.740000', '113320.200000', '113320.660000', '113321.120000', '113321.580000', '113322.040000', '113322.500000', '113322.960000', '113323.420000', '113323.880000', '113324.340000', '113324.800000', '113325.260000', '113325.720000', '113326.180000', '113326.640000', '113327.100000', '113327.560000', '113328.020000', '113328.480000', '113328.940000', '113329.400000', '113329.860000', '113330.320000', '113330.780000', '113331.240000', '113331.700000', '113332.160000', '113332.620000', '113333.080000', '113333.540000', '113334.000000', '113334.460000', '113334.920000', '113335.380000', '113335.840000', '113336.300000', '113336.760000', '113337.220000', '113337.680000', '113338.140000', '113338.600000', '113339.060000', '113339.520000', '113339.980000', '113340.440000', '113340.900000', '113341.360000', '113341.820000', '113342.280000', '113342.740000', '113343.200000', '113343.660000', '113344.120000', '113344.580000', '113345.040000', '113345.500000', '113345.960000', '113346.420000', '113346.880000', '113347.340000', '113347.800000', '113348.260000', '113348.720000', '113349.180000', '113349.640000', '113350.100000', '113350.560000', '113351.020000', '113351.480000', '113351.940000', '113352.400000', '113352.860000', '113353.320000', '113353.780000', '113354.240000', '113354.700000', '113355.160000', '113355.620000', '113356.080000', '113356.540000', '113357.000000', '113357.460000', '113357.920000', '113358.380000', '113358.840000', '113359.300000', '113359.760000', '113400.220000', '113400.680000', '113401.140000', '113401.600000', '113402.060000', '113402.520000', '113402.980000', '113403.440000', '113403.900000', '113404.360000', '113404.820000', '113405.280000', '113405.740000', '113406.200000', '113406.660000', '113407.120000', '113407.580000', '113408.040000', '113408.500000', '113408.960000', '113409.420000', '113409.880000', '113410.340000', '113410.800000', '113411.260000', '113411.720000', '113412.180000', '113412.640000', '113413.100000', '113413.560000', '113414.020000', '113414.480000', '113414.940000', '113415.400000', '113415.860000', '113416.320000', '113416.780000', '113417.240000', '113417.700000', '113418.160000', '113418.620000', '113419.080000', '113419.540000', '113420.000000', '113420.460000', '113420.920000', '113421.380000', '113421.840000', '113422.300000', '113422.760000', '113423.220000', '113423.680000', '113424.140000', '113424.600000', '113425.060000', '113425.520000', '113425.980000', '113426.440000', '113426.900000', '113427.360000', '113427.820000', '113428.280000', '113428.740000', '113429.200000', '113429.660000', '113430.120000', '113430.580000', '113431.040000', '113431.500000', '113431.960000', '113432.420000', '113432.880000', '113433.340000', '113433.800000', '113434.260000', '113434.720000', '113435.180000', '113435.640000', '113436.100000', '113436.560000', '113437.020000', '113437.480000', '113437.940000', '113438.400000', '113438.860000', '113439.320000', '113439.780000', '113440.240000', '113440.700000', '113441.160000', '113441.620000', '113442.080000', '113442.540000', '113443.000000', '113443.460000', '113443.920000', '113444.380000', '113444.840000', '113445.300000', '113445.760000', '113446.220000', '113446.680000', '113447.140000', '113447.600000', '113448.060000', '113448.520000', '113448.980000', '113449.440000', '113449.900000', '113450.360000', '113450.820000', '113451.280000', '113451.740000', '113452.200000', '113452.660000', '113453.120000', '113453.580000', '113454.040000', '113454.500000', '113454.960000', '113455.420000', '113455.880000', '113456.340000', '113456.800000', '113457.260000', '113457.720000', '113458.180000', '113458.640000', '113459.100000', '113459.560000', '113500.020000', '113500.480000', '113500.940000', '113501.400000', '113501.860000', '113502.320000', '113502.780000', '113503.240000', '113503.700000', '113504.160000', '113504.620000', '113505.080000', '113505.540000', '113506.000000', '113506.460000', '113506.920000', '113507.380000', '113507.840000', '113508.300000', '113508.760000', '113509.220000', '113509.680000', '113510.140000', '113510.600000', '113511.060000', '113511.520000', '113511.980000', '113512.440000', '113512.900000', '113513.360000', '113513.820000', '113514.280000', '113514.740000', '113515.200000', '113515.660000', '113516.120000', '113516.580000', '113517.040000', '113517.500000', '113517.960000', '113518.420000', '113518.880000', '113519.340000', '113519.800000', '113520.260000', '113520.720000', '113521.180000', '113521.640000', '113522.100000', '113522.560000', '113523.020000', '113523.480000', '113523.940000', '113524.400000', '113524.860000', '113525.320000', '113525.780000', '113526.240000', '113526.700000', '113527.160000', '113527.620000', '113528.080000', '113528.540000', '113529.000000', '113529.460000', '113529.920000', '113530.380000', '113530.840000', '113531.300000', '113531.760000', '113532.220000', '113532.680000', '113533.140000', '113533.600000', '113534.060000', '113534.520000', '113534.980000', '113535.440000', '113535.900000', '113536.360000', '113536.820000', '113537.280000', '113537.740000', '113538.200000', '113538.660000', '113539.120000', '113539.580000', '113540.040000', '113540.500000', '113540.960000', '113541.420000', '113541.880000', '113542.340000', '113542.800000', '113543.260000', '113543.720000', '113544.180000', '113544.640000', '113545.100000', '113545.560000', '113546.020000', '113546.480000', '113546.940000', '113547.400000', '113547.860000', '113548.320000', '113548.780000', '113549.240000', '113549.700000', '113550.160000', '113550.620000', '113551.080000', '113551.540000', '113552.000000', '113552.460000', '113552.920000', '113553.380000', '113553.840000', '113554.300000', '113554.760000', '113555.220000', '113555.680000', '113556.140000', '113556.600000', '113557.060000', '113557.520000', '113557.980000', '113558.440000', '113558.900000', '113559.360000', '113559.820000', '113600.280000', '113600.740000', '113601.200000', '113601.660000', '113602.120000', '113602.580000', '113603.040000', '113603.500000', '113603.960000', '113604.420000', '113604.880000', '113605.340000', '113605.800000', '113606.260000', '113606.720000', '113607.180000', '113607.640000', '113608.100000', '113608.560000', '113609.020000', '113609.480000', '113609.940000', '113610.400000', '113610.860000', '113611.320000', '113611.780000', '113612.240000', '113612.700000', '113613.160000', '113613.620000', '113614.080000', '113614.540000', '113615.000000', '113615.460000', '113615.920000', '113616.380000', '113616.840000', '113617.300000', '113617.760000', '113618.220000', '113618.680000', '113619.140000', '113619.600000', '113620.060000', '113620.520000', '113620.980000', '113621.440000', '113621.900000', '113622.360000', '113622.820000', '113623.280000', '113623.740000', '113624.200000', '113624.660000', '113625.120000', '113625.580000', '113626.040000', '113626.500000', '113626.960000', '113627.420000', '113627.880000', '113628.340000', '113628.800000', '113629.260000', '113629.720000', '113630.180000', '113630.640000', '113631.100000', '113631.560000', '113632.020000', '113632.480000', '113632.940000', '113633.400000', '113633.860000', '113634.320000', '113634.780000', '113635.240000', '113635.700000', '113636.160000', '113636.620000', '113637.080000', '113637.540000', '113638.000000', '113638.460000', '113638.920000', '113639.380000', '113639.840000', '113640.300000', '113640.760000', '113641.220000', '113641.680000', '113642.140000', '113642.600000', '113643.060000', '113643.520000', '113643.980000', '113644.440000', '113644.900000', '113645.360000', '113645.820000', '113646.280000', '113646.740000', '113647.200000', '113647.660000', '113648.120000', '113648.580000', '113649.040000', '113649.500000', '113649.960000', '113650.420000', '113650.880000', '113651.340000', '113651.800000', '113652.260000', '113652.720000', '113653.180000', '113653.640000', '113654.100000', '113654.560000', '113655.020000', '113655.480000', '113655.940000', '113656.400000', '113656.860000', '113657.320000', '113657.780000', '113658.240000', '113658.700000', '113659.160000', '113659.620000', '113700.080000', '113700.540000', '113701.000000', '113701.460000', '113701.920000', '113702.380000', '113702.840000', '113703.300000', '113703.760000', '113704.220000', '113704.680000', '113705.140000', '113705.600000', '113706.060000', '113706.520000', '113706.980000', '113707.440000', '113707.900000', '113708.360000', '113708.820000', '113709.280000', '113709.740000', '113710.200000', '113710.660000', '113711.120000', '113711.580000', '113712.040000', '113712.500000', '113712.960000', '113713.420000', '113713.880000', '113714.340000', '113714.800000', '113715.260000', '113715.720000', '113716.180000', '113716.640000', '113717.100000', '113717.560000', '113718.020000', '113718.480000', '113718.940000', '113719.400000', '113719.860000', '113720.320000', '113720.780000', '113721.240000', '113721.700000', '113722.160000', '113722.620000', '113723.080000', '113723.540000', '113724.000000', '113724.460000', '113724.920000', '113725.380000', '113725.840000', '113726.300000', '113726.760000', '113727.220000', '113727.680000', '113728.140000', '113728.600000', '113729.060000', '113729.520000', '113729.980000', '113730.440000', '113730.900000', '113731.360000', '113731.820000', '113732.280000', '113732.740000', '113733.200000', '113733.660000', '113734.120000', '113734.580000', '113735.040000', '113735.500000', '113735.960000', '113736.420000', '113736.880000', '113737.340000', '113737.800000', '113738.260000', '113738.720000', '113739.180000', '113739.640000', '113740.100000', '113740.560000', '113741.020000', '113741.480000', '113741.940000', '113742.400000', '113742.860000', '113743.320000', '113743.780000', '113744.240000', '113744.700000', '113745.160000', '113745.620000', '113746.080000', '113746.540000', '113747.000000', '113747.460000', '113747.920000', '113748.380000', '113748.840000', '113749.300000', '113749.760000', '113750.220000', '113750.680000', '113751.140000', '113751.600000', '113752.060000', '113752.520000', '113752.980000', '113753.440000', '113753.900000', '113754.360000', '113754.820000', '113755.280000', '113755.740000', '113756.200000', '113756.660000', '113757.120000', '113757.580000', '113758.040000', '113758.500000', '113758.960000', '113759.420000', '113759.880000', '113800.340000', '113800.800000', '113801.260000', '113801.720000', '113802.180000', '113802.640000', '113803.100000', '113803.560000', '113804.020000', '113804.480000', '113804.940000', '113805.400000', '113805.860000', '113806.320000', '113806.780000', '113807.240000', '113807.700000', '113808.160000', '113808.620000', '113809.080000', '113809.540000', '113810.000000', '113810.460000', '113810.920000', '113811.380000', '113811.840000', '113812.300000', '113812.760000', '113813.220000', '113813.680000', '113814.140000', '113814.600000', '113815.060000', '113815.520000', '113815.980000', '113816.440000', '113816.900000', '113817.360000', '113817.820000', '113818.280000', '113818.740000', '113819.200000', '113819.660000', '113820.120000', '113820.580000', '113821.040000', '113821.500000', '113821.960000', '113822.420000', '113822.880000', '113823.340000', '113823.800000', '113824.260000', '113824.720000', '113825.180000', '113825.640000', '113826.100000', '113826.560000', '113827.020000', '113827.480000', '113827.940000', '113828.400000', '113828.860000', '113829.320000', '113829.780000', '113830.240000', '113830.700000', '113831.160000', '113831.620000', '113832.080000', '113832.540000', '113833.000000', '113833.460000', '113833.920000', '113834.380000', '113834.840000', '113835.300000', '113835.760000', '113836.220000', '113836.680000', '113837.140000', '113837.600000', '113838.060000', '113838.520000', '113838.980000', '113839.440000', '113839.900000', '113840.360000', '113840.820000', '113841.280000', '113841.740000', '113842.200000', '113842.660000', '113843.120000', '113843.580000', '113844.040000', '113844.500000', '113844.960000', '113845.420000', '113845.880000', '113846.340000', '113846.800000', '113847.260000', '113847.720000', '113848.180000', '113848.640000', '113849.100000', '113849.560000', '113850.020000', '113850.480000', '113850.940000', '113851.400000', '113851.860000', '113852.320000', '113852.780000', '113853.240000', '113853.700000', '113854.160000', '113854.620000', '113855.080000', '113855.540000', '113856.000000', '113856.460000', '113856.920000', '113857.380000', '113857.840000', '113858.300000', '113858.760000', '113859.220000', '113859.680000', '113900.140000', '113900.600000', '113901.060000', '113901.520000', '113901.980000', '113902.440000', '113902.900000', '113903.360000', '113903.820000', '113904.280000', '113904.740000', '113905.200000', '113905.660000', '113906.120000', '113906.580000', '113907.040000', '113907.500000', '113907.960000', '113908.420000', '113908.880000', '113909.340000', '113909.800000', '113910.260000', '113910.720000', '113911.180000', '113911.640000', '113912.100000', '113912.560000', '113913.020000', '113913.480000', '113913.940000', '113914.400000', '113914.860000', '113915.320000', '113915.780000', '113916.240000', '113916.700000', '113917.160000', '113917.620000', '113918.080000', '113918.540000', '113919.000000', '113919.460000', '113919.920000', '113920.380000', '113920.840000', '113921.300000', '113921.760000', '113922.220000', '113922.680000', '113923.140000', '113923.600000', '113924.060000', '113924.520000', '113924.980000', '113925.440000', '113925.900000', '113926.360000', '113926.820000', '113927.280000', '113927.740000', '113928.200000', '113928.660000', '113929.120000', '113929.580000', '113930.040000', '113930.500000', '113930.960000', '113931.420000', '113931.880000', '113932.340000', '113932.800000', '113933.260000', '113933.720000', '113934.180000', '113934.640000', '113935.100000', '113935.560000', '113936.020000', '113936.480000', '113936.940000', '113937.400000', '113937.860000', '113938.320000', '113938.780000', '113939.240000', '113939.700000', '113940.160000', '113940.620000', '113941.080000', '113941.540000', '113942.000000', '113942.460000', '113942.920000', '113943.380000', '113943.840000', '113944.300000', '113944.760000', '113945.220000', '113945.680000', '113946.140000', '113946.600000', '113947.060000', '113947.520000', '113947.980000', '113948.440000', '113948.900000', '113949.360000', '113949.820000', '113950.280000', '113950.740000', '113951.200000', '113951.660000', '113952.120000', '113952.580000', '113953.040000', '113953.500000', '113953.960000', '113954.420000', '113954.880000', '113955.340000', '113955.800000', '113956.260000', '113956.720000', '113957.180000', '113957.640000', '113958.100000', '113958.560000', '113959.020000', '113959.480000', '113959.940000', '114000.400000', '114000.860000', '114001.320000', '114001.780000', '114002.240000', '114002.700000', '114003.160000', '114003.620000', '114004.080000', '114004.540000', '114005.000000', '114005.460000', '114005.920000', '114006.380000', '114006.840000', '114007.300000', '114007.760000', '114008.220000', '114008.680000', '114009.140000', '114009.600000', '114010.060000', '114010.520000', '114010.980000', '114011.440000', '114011.900000', '114012.360000', '114012.820000', '114013.280000', '114013.740000', '114014.200000', '114014.660000', '114015.120000', '114015.580000', '114016.040000', '114016.500000', '114016.960000', '114017.420000', '114017.880000', '114018.340000', '114018.800000', '114019.260000', '114019.720000', '114020.180000', '114020.640000', '114021.100000', '114021.560000', '114022.020000', '114022.480000', '114022.940000', '114023.400000', '114023.860000', '114024.320000', '114024.780000', '114025.240000', '114025.700000', '114026.160000', '114026.620000', '114027.080000', '114027.540000', '114028.000000', '114028.460000', '114028.920000', '114029.380000', '114029.840000', '114030.300000', '114030.760000', '114031.220000', '114031.680000', '114032.140000', '114032.600000', '114033.060000', '114033.520000', '114033.980000', '114034.440000', '114034.900000', '114035.360000', '114035.820000', '114036.280000', '114036.740000', '114037.200000', '114037.660000', '114038.120000', '114038.580000', '114039.040000', '114039.500000', '114039.960000', '114040.420000', '114040.880000', '114041.340000', '114041.800000', '114042.260000', '114042.720000', '114043.180000', '114043.640000', '114044.100000', '114044.560000', '114045.020000', '114045.480000', '114045.940000', '114046.400000', '114046.860000', '114047.320000', '114047.780000', '114048.240000', '114048.700000', '114049.160000', '114049.620000', '114050.080000', '114050.540000', '114051.000000', '114051.460000', '114051.920000', '114052.380000', '114052.840000', '114053.300000', '114053.760000', '114054.220000', '114054.680000', '114055.140000', '114055.600000', '114056.060000', '114056.520000', '114056.980000', '114057.440000', '114057.900000', '114058.360000', '114058.820000', '114059.280000', '114059.740000', '114100.200000', '114100.660000', '114101.120000', '114101.580000', '114102.040000', '114102.500000', '114102.960000', '114103.420000', '114103.880000', '114104.340000', '114104.800000', '114105.260000', '114105.720000', '114106.180000', '114106.640000', '114107.100000', '114107.560000', '114108.020000', '114108.480000', '114108.940000', '114109.400000', '114109.860000', '114110.320000', '114110.780000', '114111.240000', '114111.700000', '114112.160000', '114112.620000', '114113.080000', '114113.540000', '114114.000000', '114114.460000', '114114.920000', '114115.380000', '114115.840000', '114116.300000', '114116.760000', '114117.220000', '114117.680000', '114118.140000', '114118.600000', '114119.060000', '114119.520000', '114119.980000', '114120.440000', '114120.900000', '114121.360000', '114121.820000', '114122.280000', '114122.740000', '114123.200000', '114123.660000', '114124.120000', '114124.580000', '114125.040000', '114125.500000', '114125.960000', '114126.420000', '114126.880000', '114127.340000', '114127.800000', '114128.260000', '114128.720000', '114129.180000', '114129.640000', '114130.100000', '114130.560000', '114131.020000', '114131.480000', '114131.940000', '114132.400000', '114132.860000', '114133.320000', '114133.780000', '114134.240000', '114134.700000', '114135.160000', '114135.620000', '114136.080000', '114136.540000', '114137.000000', '114137.460000', '114137.920000', '114138.380000', '114138.840000', '114139.300000', '114139.760000', '114140.220000', '114140.680000', '114141.140000', '114141.600000', '114142.060000', '114142.520000', '114142.980000', '114143.440000', '114143.900000', '114144.360000', '114144.820000', '114145.280000', '114145.740000', '114146.200000', '114146.660000', '114147.120000', '114147.580000', '114148.040000', '114148.500000', '114148.960000', '114149.420000', '114149.880000', '114150.340000', '114150.800000', '114151.260000', '114151.720000', '114152.180000', '114152.640000', '114153.100000', '114153.560000', '114154.020000', '114154.480000', '114154.940000', '114155.400000', '114155.860000', '114156.320000', '114156.780000'], 'ContentTime': ['113135.359000', '113135.362000', '113135.365000', '113135.368000', '113135.371000', '113135.394000', '113135.397000', '113135.399000', '113135.402000', '113135.405000', '113135.408000', '113135.415000', '113135.417000', '113135.426000', '113135.429000', '113135.432000', '113135.434000', '113135.437000', '113135.440000', '113135.442000', '113135.445000', '113135.448000', '113155.332000', '113155.335000', '113155.338000', '113155.340000', '113155.343000', '113155.345000', '113155.348000', '113155.351000', '113155.353000', '113155.356000', '113155.358000', '113155.361000', '113155.363000', '113155.366000', '113155.368000', '113155.371000', '113155.373000', '113155.382000', '113155.385000', '113155.387000', '113155.390000', '113155.393000', '113155.395000', '113155.398000', '113155.400000', '113155.403000', '113155.405000', '113155.408000', '113155.410000', '113155.424000', '113155.426000', '113155.429000', '113155.431000', '113155.434000', '113155.437000', '113155.439000', '113155.442000', '113155.445000', '113155.447000', '113155.450000', '113155.452000', '113155.455000', '113155.457000', '113215.332000', '113215.335000', '113215.338000', '113215.340000', '113215.343000', '113215.346000', '113215.348000', '113215.351000', '113215.353000', '113215.356000', '113215.358000', '113215.361000', '113215.363000', '113215.366000', '113215.368000', '113215.371000', '113215.373000', '113215.376000', '113215.379000', '113215.381000', '113215.384000', '113215.386000', '113215.389000', '113215.391000', '113215.394000', '113215.397000', '113215.399000', '113215.402000', '113215.404000', '113215.407000', '113215.409000', '113215.412000', '113215.427000', '113215.430000', '113215.432000', '113215.435000', '113215.438000', '113215.440000', '113215.443000', '113215.445000', '113215.448000', '113215.450000', '113215.453000', '113215.455000', '113235.332000', '113235.335000', '113235.338000', '113235.340000', '113235.343000', '113235.346000', '113235.354000', '113235.356000', '113235.359000', '113235.361000', '113235.364000', '113235.367000', '113235.369000', '113235.372000', '113235.374000', '113235.377000', '113235.379000', '113235.382000', '113235.384000', '113235.387000', '113235.390000', '113235.392000', '113235.395000', '113235.397000', '113235.400000', '113235.402000', '113235.405000', '113235.407000', '113235.410000', '113235.413000', '113235.415000', '113235.418000', '113235.420000', '113235.423000', '113235.426000', '113235.428000', '113235.431000', '113235.433000', '113235.436000', '113235.438000', '113235.441000', '113235.444000', '113235.446000', '113255.331000', '113255.334000', '113255.337000', '113255.339000', '113255.342000', '113255.344000', '113255.347000', '113255.350000', '113255.352000', '113255.355000', '113255.357000', '113255.360000', '113255.362000', '113255.365000', '113255.368000', '113255.370000', '113255.373000', '113255.375000', '113255.378000', '113255.380000', '113255.383000', '113255.386000', '113255.388000', '113255.391000', '113255.393000', '113255.396000', '113255.398000', '113255.401000', '113255.403000', '113255.406000', '113255.409000', '113255.411000', '113255.414000', '113255.416000', '113255.419000', '113255.422000', '113255.424000', '113255.427000', '113255.429000', '113255.432000', '113255.434000', '113255.437000', '113255.440000', '113255.442000', '113315.332000', '113315.335000', '113315.338000', '113315.341000', '113315.343000', '113315.346000', '113315.348000', '113315.351000', '113315.353000', '113315.356000', '113315.359000', '113315.361000', '113315.364000', '113315.366000', '113315.369000', '113315.372000', '113315.374000', '113315.377000', '113315.379000', '113315.382000', '113315.385000', '113315.387000', '113315.390000', '113315.392000', '113315.395000', '113315.397000', '113315.400000', '113315.403000', '113315.405000', '113315.408000', '113315.416000', '113315.419000', '113315.421000', '113315.424000', '113315.427000', '113315.429000', '113315.432000', '113315.434000', '113315.437000', '113315.439000', '113315.442000', '113315.445000', '113315.447000', '113335.333000', '113335.335000', '113335.338000', '113335.341000', '113335.343000', '113335.346000', '113335.348000', '113335.351000', '113335.354000', '113335.356000', '113335.359000', '113335.361000', '113335.364000', '113335.366000', '113335.369000', '113335.371000', '113335.374000', '113335.377000', '113335.379000', '113335.382000', '113335.384000', '113335.387000', '113335.389000', '113335.392000', '113335.394000', '113335.397000', '113335.400000', '113335.402000', '113335.405000', '113335.407000', '113335.410000', '113335.413000', '113335.415000', '113335.418000', '113335.420000', '113335.423000', '113335.425000', '113335.428000', '113335.430000', '113335.433000', '113335.436000', '113335.438000', '113335.441000', '113335.443000', '113355.332000', '113355.335000', '113355.338000', '113355.340000', '113355.343000', '113355.346000', '113355.348000', '113355.351000', '113355.353000', '113355.356000', '113355.358000', '113355.361000', '113355.363000', '113355.366000', '113355.369000', '113355.371000', '113355.374000', '113355.377000', '113355.379000', '113355.382000', '113355.384000', '113355.387000', '113355.389000', '113355.392000', '113355.394000', '113355.397000', '113355.399000', '113355.402000', '113355.405000', '113355.407000', '113355.410000', '113355.413000', '113355.415000', '113355.418000', '113355.420000', '113355.423000', '113355.425000', '113355.428000', '113355.430000', '113355.433000', '113355.436000', '113355.438000', '113355.441000', '113415.333000', '113415.337000', '113415.339000', '113415.342000', '113415.344000', '113415.347000', '113415.350000', '113415.352000', '113415.355000', '113415.358000', '113415.360000', '113415.363000', '113415.365000', '113415.368000', '113415.370000', '113415.373000', '113415.375000', '113415.378000', '113415.381000', '113415.383000', '113415.386000', '113415.388000', '113415.391000', '113415.394000', '113415.396000', '113415.399000', '113415.401000', '113415.404000', '113415.406000', '113415.409000', '113415.412000', '113415.414000', '113415.417000', '113415.419000', '113415.422000', '113415.424000', '113415.427000', '113415.429000', '113415.432000', '113415.435000', '113415.437000', '113415.440000', '113415.442000', '113415.445000', '113435.333000', '113435.336000', '113435.338000', '113435.341000', '113435.343000', '113435.346000', '113435.349000', '113435.351000', '113435.354000', '113435.356000', '113435.359000', '113435.361000', '113435.364000', '113435.367000', '113435.369000', '113435.372000', '113435.374000', '113435.377000', '113435.380000', '113435.382000', '113435.385000', '113435.387000', '113435.390000', '113435.392000', '113435.395000', '113435.397000', '113435.400000', '113435.403000', '113435.405000', '113435.408000', '113435.411000', '113435.413000', '113435.416000', '113435.418000', '113435.421000', '113435.423000', '113435.426000', '113435.429000', '113435.431000', '113435.434000', '113435.436000', '113435.439000', '113435.441000', '113455.332000', '113455.335000', '113455.338000', '113455.340000', '113455.343000', '113455.346000', '113455.348000', '113455.351000', '113455.353000', '113455.356000', '113455.358000', '113455.361000', '113455.363000', '113455.366000', '113455.369000', '113455.371000', '113455.374000', '113455.376000', '113455.379000', '113455.382000', '113455.384000', '113455.387000', '113455.389000', '113455.392000', '113455.395000', '113455.397000', '113455.406000', '113455.409000', '113455.411000', '113455.414000', '113455.416000', '113455.419000', '113455.421000', '113455.424000', '113455.427000', '113455.429000', '113455.432000', '113455.434000', '113455.437000', '113455.439000', '113455.442000', '113455.445000', '113455.447000', '113455.450000', '113515.331000', '113515.334000', '113515.337000', '113515.339000', '113515.342000', '113515.345000', '113515.347000', '113515.350000', '113515.352000', '113515.355000', '113515.357000', '113515.360000', '113515.363000', '113515.365000', '113515.368000', '113515.370000', '113515.373000', '113515.376000', '113515.378000', '113515.381000', '113515.383000', '113515.386000', '113515.388000', '113515.391000', '113515.394000', '113515.396000', '113515.399000', '113515.401000', '113515.404000', '113515.406000', '113515.409000', '113515.412000', '113515.414000', '113515.417000', '113515.419000', '113515.422000', '113515.424000', '113515.427000', '113515.429000', '113515.432000', '113515.435000', '113515.437000', '113515.440000', '113535.332000', '113535.335000', '113535.338000', '113535.340000', '113535.343000', '113535.346000', '113535.348000', '113535.351000', '113535.353000', '113535.356000', '113535.358000', '113535.361000', '113535.364000', '113535.366000', '113535.369000', '113535.372000', '113535.375000', '113535.378000', '113535.380000', '113535.383000', '113535.386000', '113535.388000', '113535.391000', '113535.393000', '113535.396000', '113535.398000', '113535.401000', '113535.404000', '113535.406000', '113535.409000', '113535.411000', '113535.414000', '113535.416000', '113535.419000', '113535.421000', '113535.424000', '113535.427000', '113535.436000', '113535.439000', '113535.442000', '113535.444000', '113535.447000', '113535.449000', '113535.452000', '113555.332000', '113555.335000', '113555.338000', '113555.341000', '113555.343000', '113555.346000', '113555.348000', '113555.351000', '113555.354000', '113555.356000', '113555.359000', '113555.361000', '113555.364000', '113555.366000', '113555.369000', '113555.371000', '113555.374000', '113555.377000', '113555.379000', '113555.382000', '113555.384000', '113555.387000', '113555.390000', '113555.392000', '113555.395000', '113555.397000', '113555.400000', '113555.402000', '113555.405000', '113555.408000', '113555.410000', '113555.413000', '113555.415000', '113555.418000', '113555.421000', '113555.423000', '113555.426000', '113555.428000', '113555.431000', '113555.434000', '113555.436000', '113555.439000', '113555.441000', '113615.333000', '113615.335000', '113615.338000', '113615.341000', '113615.344000', '113615.347000', '113615.350000', '113615.352000', '113615.355000', '113615.358000', '113615.360000', '113615.363000', '113615.365000', '113615.368000', '113615.370000', '113615.373000', '113615.376000', '113615.378000', '113615.381000', '113615.383000', '113615.386000', '113615.388000', '113615.391000', '113615.394000', '113615.396000', '113615.399000', '113615.402000', '113615.404000', '113615.407000', '113615.409000', '113615.412000', '113615.415000', '113615.417000', '113615.420000', '113615.422000', '113615.425000', '113615.428000', '113615.430000', '113615.433000', '113615.435000', '113615.438000', '113615.441000', '113615.443000', '113635.333000', '113635.335000', '113635.338000', '113635.341000', '113635.343000', '113635.346000', '113635.348000', '113635.351000', '113635.353000', '113635.356000', '113635.359000', '113635.361000', '113635.364000', '113635.366000', '113635.369000', '113635.372000', '113635.374000', '113635.377000', '113635.379000', '113635.382000', '113635.384000', '113635.387000', '113635.390000', '113635.392000', '113635.395000', '113635.397000', '113635.400000', '113635.403000', '113635.405000', '113635.408000', '113635.411000', '113635.413000', '113635.416000', '113635.418000', '113635.421000', '113635.423000', '113635.426000', '113635.429000', '113635.431000', '113635.434000', '113635.436000', '113635.439000', '113635.442000', '113635.444000', '113655.332000', '113655.335000', '113655.338000', '113655.340000', '113655.343000', '113655.346000', '113655.348000', '113655.351000', '113655.354000', '113655.356000', '113655.359000', '113655.362000', '113655.364000', '113655.367000', '113655.370000', '113655.372000', '113655.375000', '113655.377000', '113655.380000', '113655.382000', '113655.385000', '113655.388000', '113655.390000', '113655.393000', '113655.395000', '113655.398000', '113655.401000', '113655.403000', '113655.406000', '113655.408000', '113655.412000', '113655.415000', '113655.418000', '113655.420000', '113655.423000', '113655.425000', '113655.428000', '113655.431000', '113655.433000', '113655.436000', '113655.438000', '113655.443000', '113655.445000', '113715.332000', '113715.335000', '113715.338000', '113715.340000', '113715.343000', '113715.346000', '113715.348000', '113715.351000', '113715.353000', '113715.356000', '113715.358000', '113715.361000', '113715.363000', '113715.366000', '113715.369000', '113715.371000', '113715.374000', '113715.376000', '113715.379000', '113715.381000', '113715.384000', '113715.387000', '113715.389000', '113715.392000', '113715.395000', '113715.397000', '113715.400000', '113715.402000', '113715.405000', '113715.407000', '113715.410000', '113715.412000', '113715.415000', '113715.418000', '113715.420000', '113715.423000', '113715.426000', '113715.428000', '113715.431000', '113715.433000', '113715.436000', '113715.439000', '113715.441000', '113715.444000', '113735.332000', '113735.334000', '113735.337000', '113735.340000', '113735.342000', '113735.345000', '113735.347000', '113735.350000', '113735.353000', '113735.355000', '113735.358000', '113735.360000', '113735.363000', '113735.365000', '113735.368000', '113735.371000', '113735.373000', '113735.376000', '113735.378000', '113735.381000', '113735.384000', '113735.386000', '113735.389000', '113735.391000', '113735.394000', '113735.397000', '113735.399000', '113735.402000', '113735.404000', '113735.407000', '113735.409000', '113735.412000', '113735.414000', '113735.417000', '113735.420000', '113735.422000', '113735.425000', '113735.427000', '113735.430000', '113735.433000', '113735.435000', '113735.438000', '113735.441000', '113755.332000', '113755.335000', '113755.338000', '113755.340000', '113755.358000', '113755.360000', '113755.363000', '113755.366000', '113755.368000', '113755.371000', '113755.373000', '113755.376000', '113755.378000', '113755.381000', '113755.383000', '113755.386000', '113755.389000', '113755.391000', '113755.394000', '113755.396000', '113755.399000', '113755.402000', '113755.404000', '113755.407000', '113755.409000', '113755.412000', '113755.414000', '113755.417000', '113755.420000', '113755.422000', '113755.425000', '113755.427000', '113755.430000', '113755.432000', '113755.435000', '113755.437000', '113755.440000', '113755.443000', '113755.445000', '113755.448000', '113755.450000', '113755.453000', '113755.455000', '113755.458000', '113815.333000', '113815.335000', '113815.338000', '113815.341000', '113815.343000', '113815.346000', '113815.348000', '113815.351000', '113815.353000', '113815.356000', '113815.359000', '113815.361000', '113815.364000', '113815.366000', '113815.369000', '113815.371000', '113815.374000', '113815.377000', '113815.379000', '113815.389000', '113815.391000', '113815.394000', '113815.396000', '113815.399000', '113815.402000', '113815.404000', '113815.407000', '113815.409000', '113815.412000', '113815.415000', '113815.417000', '113815.420000', '113815.422000', '113815.425000', '113815.428000', '113815.430000', '113815.433000', '113815.435000', '113815.438000', '113815.442000', '113815.445000', '113815.447000', '113815.450000', '113835.332000', '113835.335000', '113835.338000', '113835.341000', '113835.343000', '113835.346000', '113835.348000', '113835.351000', '113835.353000', '113835.356000', '113835.359000', '113835.361000', '113835.364000', '113835.366000', '113835.369000', '113835.371000', '113835.374000', '113835.377000', '113835.379000', '113835.382000', '113835.384000', '113835.387000', '113835.389000', '113835.392000', '113835.394000', '113835.397000', '113835.399000', '113835.402000', '113835.405000', '113835.407000', '113835.410000', '113835.412000', '113835.415000', '113835.418000', '113835.420000', '113835.423000', '113835.425000', '113835.428000', '113835.430000', '113835.433000', '113835.435000', '113835.438000', '113835.441000', '113835.443000', '113855.333000', '113855.336000', '113855.338000', '113855.341000', '113855.343000', '113855.346000', '113855.349000', '113855.351000', '113855.354000', '113855.356000', '113855.359000', '113855.361000', '113855.364000', '113855.366000', '113855.369000', '113855.372000', '113855.374000', '113855.377000', '113855.380000', '113855.382000', '113855.385000', '113855.387000', '113855.390000', '113855.393000', '113855.395000', '113855.398000', '113855.400000', '113855.403000', '113855.405000', '113855.408000', '113855.411000', '113855.413000', '113855.416000', '113855.419000', '113855.422000', '113855.425000', '113855.428000', '113855.430000', '113855.433000', '113855.436000', '113855.438000', '113855.441000', '113855.443000', '113915.333000', '113915.344000', '113915.346000', '113915.349000', '113915.351000', '113915.354000', '113915.356000', '113915.359000', '113915.362000', '113915.364000', '113915.367000', '113915.369000', '113915.372000', '113915.374000', '113915.377000', '113915.380000', '113915.382000', '113915.385000', '113915.387000', '113915.390000', '113915.393000', '113915.395000', '113915.398000', '113915.400000', '113915.403000', '113915.405000', '113915.408000', '113915.411000', '113915.413000', '113915.416000', '113915.418000', '113915.421000', '113915.423000', '113915.426000', '113915.429000', '113915.431000', '113915.434000', '113915.436000', '113915.439000', '113915.441000', '113915.444000', '113915.447000', '113915.449000', '113915.452000', '113935.333000', '113935.336000', '113935.338000', '113935.341000', '113935.343000', '113935.346000', '113935.348000', '113935.351000', '113935.354000', '113935.356000', '113935.359000', '113935.361000', '113935.364000', '113935.366000', '113935.369000', '113935.372000', '113935.374000', '113935.377000', '113935.379000', '113935.382000', '113935.385000', '113935.387000', '113935.390000', '113935.392000', '113935.395000', '113935.397000', '113935.400000', '113935.402000', '113935.405000', '113935.408000', '113935.410000', '113935.413000', '113935.415000', '113935.418000', '113935.421000', '113935.423000', '113935.426000', '113935.428000', '113935.431000', '113935.434000', '113935.437000', '113935.439000', '113935.442000', '113955.332000', '113955.334000', '113955.337000', '113955.340000', '113955.342000', '113955.345000', '113955.347000', '113955.350000', '113955.352000', '113955.355000', '113955.358000', '113955.360000', '113955.363000', '113955.365000', '113955.369000', '113955.372000', '113955.374000', '113955.377000', '113955.380000', '113955.383000', '113955.385000', '113955.388000', '113955.390000', '113955.393000', '113955.396000', '113955.398000', '113955.401000', '113955.403000', '113955.406000', '113955.409000', '113955.411000', '113955.414000', '113955.416000', '113955.419000', '113955.422000', '113955.424000', '113955.427000', '113955.429000', '113955.432000', '113955.435000', '113955.437000', '113955.440000', '113955.442000', '114015.333000', '114015.336000', '114015.338000', '114015.341000', '114015.343000', '114015.346000', '114015.349000', '114015.351000', '114015.354000', '114015.356000', '114015.359000', '114015.361000', '114015.364000', '114015.367000', '114015.369000', '114015.372000', '114015.374000', '114015.377000', '114015.380000', '114015.382000', '114015.385000', '114015.387000', '114015.390000', '114015.392000', '114015.395000', '114015.397000', '114015.400000', '114015.403000', '114015.405000', '114015.408000', '114015.411000', '114015.413000', '114015.416000', '114015.418000', '114015.421000', '114015.423000', '114015.426000', '114015.429000', '114015.431000', '114015.434000', '114015.436000', '114015.439000', '114015.442000', '114015.444000', '114035.333000', '114035.336000', '114035.338000', '114035.341000', '114035.344000', '114035.346000', '114035.349000', '114035.352000', '114035.354000', '114035.357000', '114035.359000', '114035.362000', '114035.365000', '114035.367000', '114035.370000', '114035.372000', '114035.375000', '114035.378000', '114035.380000', '114035.383000', '114035.385000', '114035.388000', '114035.390000', '114035.393000', '114035.396000', '114035.398000', '114035.401000', '114035.403000', '114035.406000', '114035.408000', '114035.411000', '114035.414000', '114035.416000', '114035.419000', '114035.421000', '114035.424000', '114035.426000', '114035.429000', '114035.432000', '114035.434000', '114035.437000', '114035.439000', '114035.442000', '114035.445000', '114055.333000', '114055.335000', '114055.338000', '114055.341000', '114055.343000', '114055.346000', '114055.348000', '114055.351000', '114055.354000', '114055.356000', '114055.359000', '114055.362000', '114055.364000', '114055.367000', '114055.369000', '114055.372000', '114055.375000', '114055.377000', '114055.380000', '114055.382000', '114055.385000', '114055.387000', '114055.390000', '114055.393000', '114055.395000', '114055.398000', '114055.401000', '114055.403000', '114055.406000', '114055.409000', '114055.411000', '114055.414000', '114055.416000', '114055.419000', '114055.421000', '114055.424000', '114055.426000', '114055.429000', '114055.432000', '114055.434000', '114055.437000', '114055.439000', '114055.442000', '114115.333000', '114115.335000', '114115.338000', '114115.341000', '114115.343000', '114115.346000', '114115.348000', '114115.351000', '114115.354000', '114115.356000', '114115.359000', '114115.361000', '114115.364000', '114115.366000', '114115.369000', '114115.372000', '114115.374000', '114115.377000', '114115.379000', '114115.382000', '114115.384000', '114115.387000', '114115.390000', '114115.392000', '114115.395000', '114115.397000', '114115.400000', '114115.402000', '114115.405000', '114115.408000', '114115.410000', '114115.413000', '114115.415000', '114115.418000', '114115.421000', '114115.423000', '114115.426000', '114115.428000', '114115.431000', '114115.434000', '114115.436000', '114115.439000', '114115.441000', '114115.444000', '114135.333000', '114135.336000', '114135.338000', '114135.341000', '114135.343000', '114135.346000', '114135.349000', '114135.351000', '114135.354000', '114135.356000', '114135.359000', '114135.362000', '114135.364000', '114135.367000', '114135.370000', '114135.372000', '114135.375000', '114135.377000', '114135.380000', '114135.382000', '114135.385000', '114135.388000', '114135.390000', '114135.393000', '114135.396000', '114135.398000', '114135.401000', '114135.403000', '114135.406000', '114135.408000', '114135.411000', '114135.414000', '114135.416000', '114135.419000', '114135.421000', '114135.424000', '114135.427000', '114135.445000', '114135.447000', '114135.450000', '114135.452000', '114135.455000', '114135.458000', '114155.332000', '114155.335000', '114155.338000', '114155.341000', '114155.344000', '114155.347000', '114155.350000', '114155.353000', '114155.355000', '114155.358000', '114155.361000', '114155.363000', '114155.366000', '114155.368000', '114155.371000', '114155.374000', '114155.376000', '114155.379000', '114155.381000', '114155.384000', '114155.387000', '114155.389000', '114155.392000', '114155.395000', '114155.397000', '114155.400000', '114155.402000', '114155.405000', '114155.408000', '114155.410000', '114155.413000', '114155.415000', '114155.418000', '114155.421000', '114155.423000', '114155.426000', '114155.428000', '114155.431000', '114155.434000', '114155.436000', '114155.439000', '114155.441000', '114155.444000', '114158.033000', '114158.036000', '114158.039000', '114158.041000', '114158.044000', '114158.047000', '114158.049000'], 'InstanceCreationTime': ['113135.359000', '113135.362000', '113135.365000', '113135.368000', '113135.371000', '113135.394000', '113135.397000', '113135.399000', '113135.402000', '113135.405000', '113135.408000', '113135.415000', '113135.417000', '113135.426000', '113135.429000', '113135.432000', '113135.434000', '113135.437000', '113135.440000', '113135.442000', '113135.445000', '113135.448000', '113155.332000', '113155.335000', '113155.338000', '113155.340000', '113155.343000', '113155.345000', '113155.348000', '113155.351000', '113155.353000', '113155.356000', '113155.358000', '113155.361000', '113155.363000', '113155.366000', '113155.368000', '113155.371000', '113155.373000', '113155.382000', '113155.385000', '113155.387000', '113155.390000', '113155.393000', '113155.395000', '113155.398000', '113155.400000', '113155.403000', '113155.405000', '113155.408000', '113155.410000', '113155.424000', '113155.426000', '113155.429000', '113155.431000', '113155.434000', '113155.437000', '113155.439000', '113155.442000', '113155.445000', '113155.447000', '113155.450000', '113155.452000', '113155.455000', '113155.457000', '113215.332000', '113215.335000', '113215.338000', '113215.340000', '113215.343000', '113215.346000', '113215.348000', '113215.351000', '113215.353000', '113215.356000', '113215.358000', '113215.361000', '113215.363000', '113215.366000', '113215.368000', '113215.371000', '113215.373000', '113215.376000', '113215.379000', '113215.381000', '113215.384000', '113215.386000', '113215.389000', '113215.391000', '113215.394000', '113215.397000', '113215.399000', '113215.402000', '113215.404000', '113215.407000', '113215.409000', '113215.412000', '113215.427000', '113215.430000', '113215.432000', '113215.435000', '113215.438000', '113215.440000', '113215.443000', '113215.445000', '113215.448000', '113215.450000', '113215.453000', '113215.455000', '113235.332000', '113235.335000', '113235.338000', '113235.340000', '113235.343000', '113235.346000', '113235.354000', '113235.356000', '113235.359000', '113235.361000', '113235.364000', '113235.367000', '113235.369000', '113235.372000', '113235.374000', '113235.377000', '113235.379000', '113235.382000', '113235.384000', '113235.387000', '113235.390000', '113235.392000', '113235.395000', '113235.397000', '113235.400000', '113235.402000', '113235.405000', '113235.407000', '113235.410000', '113235.413000', '113235.415000', '113235.418000', '113235.420000', '113235.423000', '113235.426000', '113235.428000', '113235.431000', '113235.433000', '113235.436000', '113235.438000', '113235.441000', '113235.444000', '113235.446000', '113255.331000', '113255.334000', '113255.337000', '113255.339000', '113255.342000', '113255.344000', '113255.347000', '113255.350000', '113255.352000', '113255.355000', '113255.357000', '113255.360000', '113255.362000', '113255.365000', '113255.368000', '113255.370000', '113255.373000', '113255.375000', '113255.378000', '113255.380000', '113255.383000', '113255.386000', '113255.388000', '113255.391000', '113255.393000', '113255.396000', '113255.398000', '113255.401000', '113255.403000', '113255.406000', '113255.409000', '113255.411000', '113255.414000', '113255.416000', '113255.419000', '113255.422000', '113255.424000', '113255.427000', '113255.429000', '113255.432000', '113255.434000', '113255.437000', '113255.440000', '113255.442000', '113315.332000', '113315.335000', '113315.338000', '113315.341000', '113315.343000', '113315.346000', '113315.348000', '113315.351000', '113315.353000', '113315.356000', '113315.359000', '113315.361000', '113315.364000', '113315.366000', '113315.369000', '113315.372000', '113315.374000', '113315.377000', '113315.379000', '113315.382000', '113315.385000', '113315.387000', '113315.390000', '113315.392000', '113315.395000', '113315.397000', '113315.400000', '113315.403000', '113315.405000', '113315.408000', '113315.416000', '113315.419000', '113315.421000', '113315.424000', '113315.427000', '113315.429000', '113315.432000', '113315.434000', '113315.437000', '113315.439000', '113315.442000', '113315.445000', '113315.447000', '113335.333000', '113335.335000', '113335.338000', '113335.341000', '113335.343000', '113335.346000', '113335.348000', '113335.351000', '113335.354000', '113335.356000', '113335.359000', '113335.361000', '113335.364000', '113335.366000', '113335.369000', '113335.371000', '113335.374000', '113335.377000', '113335.379000', '113335.382000', '113335.384000', '113335.387000', '113335.389000', '113335.392000', '113335.394000', '113335.397000', '113335.400000', '113335.402000', '113335.405000', '113335.407000', '113335.410000', '113335.413000', '113335.415000', '113335.418000', '113335.420000', '113335.423000', '113335.425000', '113335.428000', '113335.430000', '113335.433000', '113335.436000', '113335.438000', '113335.441000', '113335.443000', '113355.332000', '113355.335000', '113355.338000', '113355.340000', '113355.343000', '113355.346000', '113355.348000', '113355.351000', '113355.353000', '113355.356000', '113355.358000', '113355.361000', '113355.363000', '113355.366000', '113355.369000', '113355.371000', '113355.374000', '113355.377000', '113355.379000', '113355.382000', '113355.384000', '113355.387000', '113355.389000', '113355.392000', '113355.394000', '113355.397000', '113355.399000', '113355.402000', '113355.405000', '113355.407000', '113355.410000', '113355.413000', '113355.415000', '113355.418000', '113355.420000', '113355.423000', '113355.425000', '113355.428000', '113355.430000', '113355.433000', '113355.436000', '113355.438000', '113355.441000', '113415.333000', '113415.337000', '113415.339000', '113415.342000', '113415.344000', '113415.347000', '113415.350000', '113415.352000', '113415.355000', '113415.358000', '113415.360000', '113415.363000', '113415.365000', '113415.368000', '113415.370000', '113415.373000', '113415.375000', '113415.378000', '113415.381000', '113415.383000', '113415.386000', '113415.388000', '113415.391000', '113415.394000', '113415.396000', '113415.399000', '113415.401000', '113415.404000', '113415.406000', '113415.409000', '113415.412000', '113415.414000', '113415.417000', '113415.419000', '113415.422000', '113415.424000', '113415.427000', '113415.429000', '113415.432000', '113415.435000', '113415.437000', '113415.440000', '113415.442000', '113415.445000', '113435.333000', '113435.336000', '113435.338000', '113435.341000', '113435.343000', '113435.346000', '113435.349000', '113435.351000', '113435.354000', '113435.356000', '113435.359000', '113435.361000', '113435.364000', '113435.367000', '113435.369000', '113435.372000', '113435.374000', '113435.377000', '113435.380000', '113435.382000', '113435.385000', '113435.387000', '113435.390000', '113435.392000', '113435.395000', '113435.397000', '113435.400000', '113435.403000', '113435.405000', '113435.408000', '113435.411000', '113435.413000', '113435.416000', '113435.418000', '113435.421000', '113435.423000', '113435.426000', '113435.429000', '113435.431000', '113435.434000', '113435.436000', '113435.439000', '113435.441000', '113455.332000', '113455.335000', '113455.338000', '113455.340000', '113455.343000', '113455.346000', '113455.348000', '113455.351000', '113455.353000', '113455.356000', '113455.358000', '113455.361000', '113455.363000', '113455.366000', '113455.369000', '113455.371000', '113455.374000', '113455.376000', '113455.379000', '113455.382000', '113455.384000', '113455.387000', '113455.389000', '113455.392000', '113455.395000', '113455.397000', '113455.406000', '113455.409000', '113455.411000', '113455.414000', '113455.416000', '113455.419000', '113455.421000', '113455.424000', '113455.427000', '113455.429000', '113455.432000', '113455.434000', '113455.437000', '113455.439000', '113455.442000', '113455.445000', '113455.447000', '113455.450000', '113515.331000', '113515.334000', '113515.337000', '113515.339000', '113515.342000', '113515.345000', '113515.347000', '113515.350000', '113515.352000', '113515.355000', '113515.357000', '113515.360000', '113515.363000', '113515.365000', '113515.368000', '113515.370000', '113515.373000', '113515.376000', '113515.378000', '113515.381000', '113515.383000', '113515.386000', '113515.388000', '113515.391000', '113515.394000', '113515.396000', '113515.399000', '113515.401000', '113515.404000', '113515.406000', '113515.409000', '113515.412000', '113515.414000', '113515.417000', '113515.419000', '113515.422000', '113515.424000', '113515.427000', '113515.429000', '113515.432000', '113515.435000', '113515.437000', '113515.440000', '113535.332000', '113535.335000', '113535.338000', '113535.340000', '113535.343000', '113535.346000', '113535.348000', '113535.351000', '113535.353000', '113535.356000', '113535.358000', '113535.361000', '113535.364000', '113535.366000', '113535.369000', '113535.372000', '113535.375000', '113535.378000', '113535.380000', '113535.383000', '113535.386000', '113535.388000', '113535.391000', '113535.393000', '113535.396000', '113535.398000', '113535.401000', '113535.404000', '113535.406000', '113535.409000', '113535.411000', '113535.414000', '113535.416000', '113535.419000', '113535.421000', '113535.424000', '113535.427000', '113535.436000', '113535.439000', '113535.442000', '113535.444000', '113535.447000', '113535.449000', '113535.452000', '113555.332000', '113555.335000', '113555.338000', '113555.341000', '113555.343000', '113555.346000', '113555.348000', '113555.351000', '113555.354000', '113555.356000', '113555.359000', '113555.361000', '113555.364000', '113555.366000', '113555.369000', '113555.371000', '113555.374000', '113555.377000', '113555.379000', '113555.382000', '113555.384000', '113555.387000', '113555.390000', '113555.392000', '113555.395000', '113555.397000', '113555.400000', '113555.402000', '113555.405000', '113555.408000', '113555.410000', '113555.413000', '113555.415000', '113555.418000', '113555.421000', '113555.423000', '113555.426000', '113555.428000', '113555.431000', '113555.434000', '113555.436000', '113555.439000', '113555.441000', '113615.333000', '113615.335000', '113615.338000', '113615.341000', '113615.344000', '113615.347000', '113615.350000', '113615.352000', '113615.355000', '113615.358000', '113615.360000', '113615.363000', '113615.365000', '113615.368000', '113615.370000', '113615.373000', '113615.376000', '113615.378000', '113615.381000', '113615.383000', '113615.386000', '113615.388000', '113615.391000', '113615.394000', '113615.396000', '113615.399000', '113615.402000', '113615.404000', '113615.407000', '113615.409000', '113615.412000', '113615.415000', '113615.417000', '113615.420000', '113615.422000', '113615.425000', '113615.428000', '113615.430000', '113615.433000', '113615.435000', '113615.438000', '113615.441000', '113615.443000', '113635.333000', '113635.335000', '113635.338000', '113635.341000', '113635.343000', '113635.346000', '113635.348000', '113635.351000', '113635.353000', '113635.356000', '113635.359000', '113635.361000', '113635.364000', '113635.366000', '113635.369000', '113635.372000', '113635.374000', '113635.377000', '113635.379000', '113635.382000', '113635.384000', '113635.387000', '113635.390000', '113635.392000', '113635.395000', '113635.397000', '113635.400000', '113635.403000', '113635.405000', '113635.408000', '113635.411000', '113635.413000', '113635.416000', '113635.418000', '113635.421000', '113635.423000', '113635.426000', '113635.429000', '113635.431000', '113635.434000', '113635.436000', '113635.439000', '113635.442000', '113635.444000', '113655.332000', '113655.335000', '113655.338000', '113655.340000', '113655.343000', '113655.346000', '113655.348000', '113655.351000', '113655.354000', '113655.356000', '113655.359000', '113655.362000', '113655.364000', '113655.367000', '113655.370000', '113655.372000', '113655.375000', '113655.377000', '113655.380000', '113655.382000', '113655.385000', '113655.388000', '113655.390000', '113655.393000', '113655.395000', '113655.398000', '113655.401000', '113655.403000', '113655.406000', '113655.408000', '113655.412000', '113655.415000', '113655.418000', '113655.420000', '113655.423000', '113655.425000', '113655.428000', '113655.431000', '113655.433000', '113655.436000', '113655.438000', '113655.443000', '113655.445000', '113715.332000', '113715.335000', '113715.338000', '113715.340000', '113715.343000', '113715.346000', '113715.348000', '113715.351000', '113715.353000', '113715.356000', '113715.358000', '113715.361000', '113715.363000', '113715.366000', '113715.369000', '113715.371000', '113715.374000', '113715.376000', '113715.379000', '113715.381000', '113715.384000', '113715.387000', '113715.389000', '113715.392000', '113715.395000', '113715.397000', '113715.400000', '113715.402000', '113715.405000', '113715.407000', '113715.410000', '113715.412000', '113715.415000', '113715.418000', '113715.420000', '113715.423000', '113715.426000', '113715.428000', '113715.431000', '113715.433000', '113715.436000', '113715.439000', '113715.441000', '113715.444000', '113735.332000', '113735.334000', '113735.337000', '113735.340000', '113735.342000', '113735.345000', '113735.347000', '113735.350000', '113735.353000', '113735.355000', '113735.358000', '113735.360000', '113735.363000', '113735.365000', '113735.368000', '113735.371000', '113735.373000', '113735.376000', '113735.378000', '113735.381000', '113735.384000', '113735.386000', '113735.389000', '113735.391000', '113735.394000', '113735.397000', '113735.399000', '113735.402000', '113735.404000', '113735.407000', '113735.409000', '113735.412000', '113735.414000', '113735.417000', '113735.420000', '113735.422000', '113735.425000', '113735.427000', '113735.430000', '113735.433000', '113735.435000', '113735.438000', '113735.441000', '113755.332000', '113755.335000', '113755.338000', '113755.340000', '113755.358000', '113755.360000', '113755.363000', '113755.366000', '113755.368000', '113755.371000', '113755.373000', '113755.376000', '113755.378000', '113755.381000', '113755.383000', '113755.386000', '113755.389000', '113755.391000', '113755.394000', '113755.396000', '113755.399000', '113755.402000', '113755.404000', '113755.407000', '113755.409000', '113755.412000', '113755.414000', '113755.417000', '113755.420000', '113755.422000', '113755.425000', '113755.427000', '113755.430000', '113755.432000', '113755.435000', '113755.437000', '113755.440000', '113755.443000', '113755.445000', '113755.448000', '113755.450000', '113755.453000', '113755.455000', '113755.458000', '113815.333000', '113815.335000', '113815.338000', '113815.341000', '113815.343000', '113815.346000', '113815.348000', '113815.351000', '113815.353000', '113815.356000', '113815.359000', '113815.361000', '113815.364000', '113815.366000', '113815.369000', '113815.371000', '113815.374000', '113815.377000', '113815.379000', '113815.389000', '113815.391000', '113815.394000', '113815.396000', '113815.399000', '113815.402000', '113815.404000', '113815.407000', '113815.409000', '113815.412000', '113815.415000', '113815.417000', '113815.420000', '113815.422000', '113815.425000', '113815.428000', '113815.430000', '113815.433000', '113815.435000', '113815.438000', '113815.442000', '113815.445000', '113815.447000', '113815.450000', '113835.332000', '113835.335000', '113835.338000', '113835.341000', '113835.343000', '113835.346000', '113835.348000', '113835.351000', '113835.353000', '113835.356000', '113835.359000', '113835.361000', '113835.364000', '113835.366000', '113835.369000', '113835.371000', '113835.374000', '113835.377000', '113835.379000', '113835.382000', '113835.384000', '113835.387000', '113835.389000', '113835.392000', '113835.394000', '113835.397000', '113835.399000', '113835.402000', '113835.405000', '113835.407000', '113835.410000', '113835.412000', '113835.415000', '113835.418000', '113835.420000', '113835.423000', '113835.425000', '113835.428000', '113835.430000', '113835.433000', '113835.435000', '113835.438000', '113835.441000', '113835.443000', '113855.333000', '113855.336000', '113855.338000', '113855.341000', '113855.343000', '113855.346000', '113855.349000', '113855.351000', '113855.354000', '113855.356000', '113855.359000', '113855.361000', '113855.364000', '113855.366000', '113855.369000', '113855.372000', '113855.374000', '113855.377000', '113855.380000', '113855.382000', '113855.385000', '113855.387000', '113855.390000', '113855.393000', '113855.395000', '113855.398000', '113855.400000', '113855.403000', '113855.405000', '113855.408000', '113855.411000', '113855.413000', '113855.416000', '113855.419000', '113855.422000', '113855.425000', '113855.428000', '113855.430000', '113855.433000', '113855.436000', '113855.438000', '113855.441000', '113855.443000', '113915.333000', '113915.344000', '113915.346000', '113915.349000', '113915.351000', '113915.354000', '113915.356000', '113915.359000', '113915.362000', '113915.364000', '113915.367000', '113915.369000', '113915.372000', '113915.374000', '113915.377000', '113915.380000', '113915.382000', '113915.385000', '113915.387000', '113915.390000', '113915.393000', '113915.395000', '113915.398000', '113915.400000', '113915.403000', '113915.405000', '113915.408000', '113915.411000', '113915.413000', '113915.416000', '113915.418000', '113915.421000', '113915.423000', '113915.426000', '113915.429000', '113915.431000', '113915.434000', '113915.436000', '113915.439000', '113915.441000', '113915.444000', '113915.447000', '113915.449000', '113915.452000', '113935.333000', '113935.336000', '113935.338000', '113935.341000', '113935.343000', '113935.346000', '113935.348000', '113935.351000', '113935.354000', '113935.356000', '113935.359000', '113935.361000', '113935.364000', '113935.366000', '113935.369000', '113935.372000', '113935.374000', '113935.377000', '113935.379000', '113935.382000', '113935.385000', '113935.387000', '113935.390000', '113935.392000', '113935.395000', '113935.397000', '113935.400000', '113935.402000', '113935.405000', '113935.408000', '113935.410000', '113935.413000', '113935.415000', '113935.418000', '113935.421000', '113935.423000', '113935.426000', '113935.428000', '113935.431000', '113935.434000', '113935.437000', '113935.439000', '113935.442000', '113955.332000', '113955.334000', '113955.337000', '113955.340000', '113955.342000', '113955.345000', '113955.347000', '113955.350000', '113955.352000', '113955.355000', '113955.358000', '113955.360000', '113955.363000', '113955.365000', '113955.369000', '113955.372000', '113955.374000', '113955.377000', '113955.380000', '113955.383000', '113955.385000', '113955.388000', '113955.390000', '113955.393000', '113955.396000', '113955.398000', '113955.401000', '113955.403000', '113955.406000', '113955.409000', '113955.411000', '113955.414000', '113955.416000', '113955.419000', '113955.422000', '113955.424000', '113955.427000', '113955.429000', '113955.432000', '113955.435000', '113955.437000', '113955.440000', '113955.442000', '114015.333000', '114015.336000', '114015.338000', '114015.341000', '114015.343000', '114015.346000', '114015.349000', '114015.351000', '114015.354000', '114015.356000', '114015.359000', '114015.361000', '114015.364000', '114015.367000', '114015.369000', '114015.372000', '114015.374000', '114015.377000', '114015.380000', '114015.382000', '114015.385000', '114015.387000', '114015.390000', '114015.392000', '114015.395000', '114015.397000', '114015.400000', '114015.403000', '114015.405000', '114015.408000', '114015.411000', '114015.413000', '114015.416000', '114015.418000', '114015.421000', '114015.423000', '114015.426000', '114015.429000', '114015.431000', '114015.434000', '114015.436000', '114015.439000', '114015.442000', '114015.444000', '114035.333000', '114035.336000', '114035.338000', '114035.341000', '114035.344000', '114035.346000', '114035.349000', '114035.352000', '114035.354000', '114035.357000', '114035.359000', '114035.362000', '114035.365000', '114035.367000', '114035.370000', '114035.372000', '114035.375000', '114035.378000', '114035.380000', '114035.383000', '114035.385000', '114035.388000', '114035.390000', '114035.393000', '114035.396000', '114035.398000', '114035.401000', '114035.403000', '114035.406000', '114035.408000', '114035.411000', '114035.414000', '114035.416000', '114035.419000', '114035.421000', '114035.424000', '114035.426000', '114035.429000', '114035.432000', '114035.434000', '114035.437000', '114035.439000', '114035.442000', '114035.445000', '114055.333000', '114055.335000', '114055.338000', '114055.341000', '114055.343000', '114055.346000', '114055.348000', '114055.351000', '114055.354000', '114055.356000', '114055.359000', '114055.362000', '114055.364000', '114055.367000', '114055.369000', '114055.372000', '114055.375000', '114055.377000', '114055.380000', '114055.382000', '114055.385000', '114055.387000', '114055.390000', '114055.393000', '114055.395000', '114055.398000', '114055.401000', '114055.403000', '114055.406000', '114055.409000', '114055.411000', '114055.414000', '114055.416000', '114055.419000', '114055.421000', '114055.424000', '114055.426000', '114055.429000', '114055.432000', '114055.434000', '114055.437000', '114055.439000', '114055.442000', '114115.333000', '114115.335000', '114115.338000', '114115.341000', '114115.343000', '114115.346000', '114115.348000', '114115.351000', '114115.354000', '114115.356000', '114115.359000', '114115.361000', '114115.364000', '114115.366000', '114115.369000', '114115.372000', '114115.374000', '114115.377000', '114115.379000', '114115.382000', '114115.384000', '114115.387000', '114115.390000', '114115.392000', '114115.395000', '114115.397000', '114115.400000', '114115.402000', '114115.405000', '114115.408000', '114115.410000', '114115.413000', '114115.415000', '114115.418000', '114115.421000', '114115.423000', '114115.426000', '114115.428000', '114115.431000', '114115.434000', '114115.436000', '114115.439000', '114115.441000', '114115.444000', '114135.333000', '114135.336000', '114135.338000', '114135.341000', '114135.343000', '114135.346000', '114135.349000', '114135.351000', '114135.354000', '114135.356000', '114135.359000', '114135.362000', '114135.364000', '114135.367000', '114135.370000', '114135.372000', '114135.375000', '114135.377000', '114135.380000', '114135.382000', '114135.385000', '114135.388000', '114135.390000', '114135.393000', '114135.396000', '114135.398000', '114135.401000', '114135.403000', '114135.406000', '114135.408000', '114135.411000', '114135.414000', '114135.416000', '114135.419000', '114135.421000', '114135.424000', '114135.427000', '114135.445000', '114135.447000', '114135.450000', '114135.452000', '114135.455000', '114135.458000', '114155.332000', '114155.335000', '114155.338000', '114155.341000', '114155.344000', '114155.347000', '114155.350000', '114155.353000', '114155.355000', '114155.358000', '114155.361000', '114155.363000', '114155.366000', '114155.368000', '114155.371000', '114155.374000', '114155.376000', '114155.379000', '114155.381000', '114155.384000', '114155.387000', '114155.389000', '114155.392000', '114155.395000', '114155.397000', '114155.400000', '114155.402000', '114155.405000', '114155.408000', '114155.410000', '114155.413000', '114155.415000', '114155.418000', '114155.421000', '114155.423000', '114155.426000', '114155.428000', '114155.431000', '114155.434000', '114155.436000', '114155.439000', '114155.441000', '114155.444000', '114158.033000', '114158.036000', '114158.039000', '114158.041000', '114158.044000', '114158.047000', '114158.049000'], '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': [15589, 11276, 10263, 11408, 10504, 13855, 17104, 12004, 13415, 9984, 12367, 10804, 10943, 14351, 10734, 13067, 10164, 12454, 9880, 13590, 10631, 14596, 10565, 13947, 9582, 13147, 16106, 11919, 14007, 11056, 13503, 11458, 14883, 11337, 13494, 10387, 13220, 10565, 13398, 10222, 12421, 14280, 10941, 13421, 10489, 12473, 12386, 10952, 13576, 10817, 12024, 10370, 11681, 9725, 11073, 13951, 10785, 12740, 10418, 11918, 9531, 11380, 9621, 11031, 9428, 10938, 11279, 11441, 15696, 11871, 14831, 11435, 13467, 10906, 12514, 10737, 11086, 13196, 11140, 13763, 10913, 12688, 10241, 12732, 9200, 11987, 9147, 11179, 15018, 10585, 14226, 10237, 12742, 9053, 11389, 15157, 10577, 12669, 9446, 10746, 13569, 10465, 13254, 9308, 12377, 9051, 12193, 8764, 12357, 10991, 11595, 16617, 12019, 15140, 10148, 12973, 12988, 11423, 14937, 10592, 12180, 9804, 11255, 13468, 10513, 12453, 9824, 11928, 9195, 12049, 11985, 11162, 14502, 10621, 14651, 10519, 13681, 9762, 12972, 10607, 11851, 15924, 11424, 14069, 10064, 12295, 9663, 12504, 9664, 12395, 9527, 12285, 9500, 12147, 14268, 11219, 15459, 11539, 14251, 9354, 11894, 14746, 11185, 13082, 9468, 11646, 9360, 11650, 13617, 11198, 12853, 9748, 12373, 8878, 11686, 14314, 11763, 14260, 10285, 12846, 9426, 11879, 13920, 11118, 12717, 10551, 12824, 9760, 12597, 15917, 10531, 13263, 11350, 11665, 15689, 10213, 12875, 15503, 11432, 13325, 10153, 11997, 14570, 10577, 12285, 9109, 11847, 13708, 10291, 12261, 9150, 11887, 11260, 11098, 14490, 10535, 13242, 8968, 12856, 15397, 11581, 14821, 11083, 12995, 9335, 12613, 15164, 11337, 13856, 11194, 13002, 9166, 11626, 13697, 11944, 14136, 11314, 13341, 10939, 12905, 9548, 12150, 11128, 11597, 14162, 10147, 13185, 9880, 13273, 9358, 12938, 9216, 12280, 16512, 11542, 14571, 9228, 12504, 16006, 11292, 14074, 9808, 12532, 12435, 11348, 14306, 10886, 13325, 9589, 12467, 9358, 12522, 9058, 12674, 10069, 11989, 16907, 11002, 14323, 9157, 12631, 10689, 12324, 15691, 10740, 13290, 12719, 11307, 13996, 10121, 12926, 9275, 11750, 15570, 10945, 14514, 9642, 13163, 9053, 12226, 16100, 11611, 14927, 10339, 13338, 10075, 11643, 16083, 11232, 14167, 9962, 12637, 10418, 11708, 14521, 10586, 13235, 9564, 12835, 11220, 11641, 15094, 10962, 14175, 10514, 14022, 9564, 13982, 10189, 13610, 10062, 14099, 16493, 11993, 15601, 11030, 13707, 9464, 12581, 15780, 11656, 14009, 10559, 12630, 8757, 11965, 15651, 11708, 13124, 10417, 13197, 10150, 12911, 9587, 13240, 9492, 13945, 10302, 13555, 11038, 12594, 16783, 12316, 14852, 11434, 13150, 10168, 12484, 14768, 12173, 13798, 11505, 12651, 11212, 12500, 10242, 12862, 10849, 12641, 11214, 12849, 10413, 13283, 13101, 12032, 15646, 11716, 12683, 11201, 12062, 10187, 12067, 9576, 11567, 9572, 11466, 10885, 12322, 10639, 12527, 12355, 12734, 16229, 12414, 14927, 11896, 13436, 11939, 14220, 12415, 14452, 11131, 9303, 10434, 10181, 12220, 15793, 10896, 12657, 8923, 12247, 10003, 12186, 14032, 11635, 15178, 11455, 14024, 11434, 13550, 11020, 13600, 11384, 13321, 11168, 11882, 14959, 11701, 13035, 11014, 12548, 9823, 12361, 13927, 11024, 12941, 10415, 12336, 9187, 11936, 8979, 12101, 15245, 11053, 14833, 10707, 14274, 9766, 14000, 10669, 13076, 9259, 13505, 11236, 13952, 10985, 15452, 10806, 14999, 11496, 16312, 12357, 15335, 11625, 15030, 11195, 14280, 12617, 11813, 14955, 11033, 12903, 13823, 11651, 13617, 9783, 11824, 9133, 10966, 13618, 10249, 13096, 9221, 12547, 9184, 12422, 14383, 10717, 15255, 10407, 14395, 11123, 11997, 16384, 11437, 14870, 10552, 13414, 9577, 12434, 13494, 10969, 14848, 10889, 13814, 9513, 13545, 9041, 13330, 11268, 11998, 14562, 11222, 14898, 10711, 14258, 10165, 13861, 9415, 12618, 15571, 11422, 14520, 10076, 13468, 14985, 10370, 13446, 9018, 12059, 13969, 10126, 13450, 8955, 12522, 14678, 10229, 14150, 8935, 13401, 9150, 11623, 12126, 13218, 10471, 14155, 9144, 15211, 11398, 15247, 14301, 13664, 17550, 12333, 14990, 11247, 12529, 15275, 11675, 14175, 10490, 13339, 9993, 13164, 9883, 13196, 9940, 13552, 9933, 13959, 9987, 14071, 9808, 13919, 9675, 13709, 10401, 13152, 10899, 11877, 15243, 10569, 13101, 12202, 11706, 14512, 10479, 12836, 10735, 12814, 9983, 10188, 11233, 15203, 10751, 13781, 14378, 11184, 14486, 10632, 12842, 9266, 12854, 9835, 12172, 8918, 11944, 9599, 13442, 10495, 13735, 10179, 13803, 10141, 13818, 11743, 11990, 11596, 11928, 11629, 11736, 12627, 12133, 12490, 12930, 11693, 13599, 10565, 14183, 11493, 14122, 11873, 13988, 11635, 13599, 11366, 13217, 10731, 12406, 14241, 11346, 12230, 10449, 12042, 11671, 12449, 12184, 13261, 11479, 13193, 12954, 12314, 10422, 12516, 12398, 13057, 11099, 13941, 11556, 14204, 12057, 13112, 16120, 12245, 13924, 12013, 12916, 12248, 12840, 11438, 12352, 12034, 14428, 11059, 14333, 11769, 14860, 11106, 10024, 11640, 9368, 12202, 10118, 13288, 15704, 11656, 14314, 10660, 12908, 9747, 13075, 9591, 12897, 9708, 13260, 9753, 13218, 9351, 13063, 14858, 11420, 12427, 11107, 12328, 11185, 14629, 10610, 11980, 10781, 13088, 10901, 14640, 10717, 13595, 10249, 13092, 10405, 14136, 10408, 13857, 9890, 13620, 10617, 13709, 10610, 14822, 12178, 11350, 10877, 11562, 12786, 9552, 12823, 10032, 13868, 10546, 9988, 10740, 8742, 13400, 10924, 14748, 11181, 10100, 11311, 9713, 13554, 10622, 13642, 12620, 11773, 15876, 11449, 13930, 10711, 12585, 9892, 11611, 9235, 11864, 9838, 11608, 9085, 11539, 10029, 11418, 10226, 11853, 11384, 11025, 13840, 10831, 15461, 11952, 10306, 10546, 9465, 11032, 9581, 12062, 10863, 12045, 9207, 11894, 13779, 10705, 13378, 10338, 13190, 10193, 11706, 9364, 11299, 8940, 10810, 9162, 10658, 9243, 11495, 9950, 12239, 10083, 12236, 13617, 11274, 14932, 11648, 13931, 10336, 12977, 10419, 11936, 9300, 10972, 10819, 10996, 13685, 10613, 12213, 9355, 11150, 9242, 10930, 13922, 10413, 12324, 10264, 12127, 9985, 11883, 9265, 12152, 10192, 12253, 10465, 11659, 16033, 11171, 13861, 10469, 12462, 9278, 11545, 12357, 10867, 13942, 10335, 12524, 9593, 11748, 10005, 10730, 10720, 10527, 13077, 10102, 12451, 10572, 9928, 10807, 14597, 10739, 14673, 11114, 13856, 10443, 12695, 9655, 11795, 13044, 10488, 13861, 10462, 12423, 10272, 11937, 9621, 11400, 9507, 11426, 9111, 10709, 11562, 10788, 14242, 10394, 14208, 10565, 12880, 10782, 11193, 13866, 10867, 14165, 10904, 12623, 10331, 12128, 10423, 11827, 9685, 12231, 9144, 12373, 9426, 12559, 9267, 12438, 10646, 12550, 10263, 12457, 11737, 11707, 12902, 11574, 10986, 10947, 11790, 10870, 12885, 11191, 11363, 10951, 12664, 10690, 12625, 11617, 10559, 11506, 9772, 12508, 9664, 14170, 10195, 13185, 10304, 9423, 13904, 10274, 15610, 11128, 14491, 11262, 14102, 10587, 14181, 10933, 13252, 10972, 13193, 11823, 9787, 12142, 9481, 9434, 12256, 10236, 13393, 10237, 10492, 11727, 10214, 12629, 13136, 11059, 12494, 14106, 12634, 17066, 13444, 13500, 13684, 12008, 15670, 19870, 14391, 15075, 11559, 11835, 10392, 12956, 12992, 13051, 11407, 11259, 11565, 10540, 11948, 10141, 11787, 10661, 12331, 10598, 12874, 9635, 13478, 9970, 14062, 13016, 13055, 10916, 11436, 11006, 12833, 13435, 12830, 12358, 14362, 10641, 12638, 9129, 9136, 10969, 15234, 10626, 13051, 10800, 11371, 14281, 10872, 12590, 9772, 11901, 9186, 11998, 9539, 16331, 13786, 14125, 10494, 10219, 12523, 10127, 13063, 16014, 12159, 14162, 11908, 12685, 11114, 13109, 10560, 13420, 10909, 14094, 13925, 9366, 9722, 10609, 12994, 10363, 11429, 10600, 11367, 12527, 16937, 12599, 14758, 11213, 13235, 16019, 12238, 12868, 10402, 12301, 11842, 12083, 13855, 12244, 12762, 11389, 12762, 10800, 12501, 10382, 12626, 10100, 11521, 10739, 11577, 10712, 12277, 12954, 11464, 10681, 11044, 9745, 12396, 9963, 12613, 10517, 15268, 11862, 13542, 10479, 11669, 10375, 12416, 10445, 14295, 10881, 13950, 10959, 11734, 11468, 9117, 13353, 10571, 14282, 9910, 13224, 11689, 11549, 13249, 10505, 9899, 10652, 9123, 12249, 9373, 14099, 10171, 10298, 11817, 14604, 9896, 13310, 14577, 11897, 13641, 9241, 11196, 9058, 12530, 14253, 11388, 13100, 10877, 12623, 10647, 13117, 10645, 13620, 11811, 13048, 11579, 13340, 12165, 14502, 12186, 13771, 10971, 12880, 11336, 13567, 11646, 14144, 11709, 14154, 11066, 13704, 10798, 13365, 10479, 12998, 10141, 13543, 11180, 13405, 10959, 13333, 11229, 13165, 10463, 13251, 9899, 9908, 11631, 13829, 11196, 14137, 10324, 13449, 9975, 12676, 10318, 12856, 11030, 12973, 10169, 12549, 9276, 11076, 12106, 14570, 11117, 12995, 10285, 12103, 10099, 11545, 8615, 10503, 11134, 10552, 9075, 11384, 10007, 12760, 10089, 14366, 11277, 14444, 11043, 13177, 10044, 13663, 10791, 13903, 11720, 10578, 9785, 8928, 12760, 9932, 13225, 10838, 11653, 11919, 11432, 12644, 11405, 9425, 11342, 9118, 12160, 11561, 13192, 15678, 12025, 12997, 10028, 11750, 10682, 11911, 12245, 12947, 9280, 11433, 9371, 12389, 11414, 10672, 10568, 12154, 9532, 12889, 14135, 12852, 14047, 12082, 13048, 11248, 12858, 10150, 9102, 9752, 10201, 12870, 13671, 10986, 12328, 11737, 12905, 12934, 12205, 12394, 9997, 11211, 10538, 9392, 11887, 10389, 12735, 9338, 13427, 15104, 11731, 13217, 11228, 13862, 9695, 8400, 9652, 8682, 12402, 10485, 12277, 10086, 12472, 13126, 11523, 14107, 11302, 13336, 10191, 12432, 9159, 12243, 9049, 11608, 10874, 10648, 10486, 11428, 8782, 11643, 10900, 11642, 15446, 11362, 13554, 10225, 12721, 9182, 11925, 11758, 12493, 15392, 12113, 13638, 12142, 13866, 11603, 12911, 10680, 12547, 10987, 13200, 10979, 12938, 10669, 12858, 10883, 13589, 10916, 14073, 9521, 11562, 10183, 9149, 12914, 8947, 8686, 12197, 9405, 13658, 16381, 13605, 16323, 13376, 15288, 12014, 10490, 9816], 'WindowCenter': [4586.0, 4538.0, 4526.0, 4536.0, 4526.0, 4558.0, 4565.0, 4534.0, 4533.0, 4502.0, 4534.0, 4510.0, 4524.0, 4553.0, 4526.0, 4558.0, 4538.0, 4557.0, 4539.0, 4568.0, 4553.0, 4584.0, 4555.0, 4585.0, 4541.0, 4576.0, 4593.0, 4564.0, 4573.0, 4565.0, 4572.0, 4564.0, 4584.0, 4565.0, 4574.0, 4556.0, 4574.0, 4553.0, 4573.0, 4529.0, 4551.0, 4558.0, 4527.0, 4547.0, 4514.0, 4535.0, 4534.0, 4513.0, 4541.0, 4523.0, 4532.0, 4511.0, 4533.0, 4502.0, 4532.0, 4553.0, 4525.0, 4545.0, 4525.0, 4534.0, 4512.0, 4535.0, 4514.0, 4536.0, 4516.0, 4539.0, 4547.0, 4549.0, 4578.0, 4549.0, 4568.0, 4548.0, 4558.0, 4538.0, 4548.0, 4536.0, 4538.0, 4556.0, 4537.0, 4556.0, 4538.0, 4557.0, 4539.0, 4559.0, 4529.0, 4560.0, 4529.0, 4551.0, 4579.0, 4551.0, 4571.0, 4540.0, 4560.0, 4519.0, 4551.0, 4569.0, 4538.0, 4559.0, 4517.0, 4537.0, 4555.0, 4538.0, 4557.0, 4529.0, 4560.0, 4519.0, 4560.0, 4520.0, 4572.0, 4552.0, 4564.0, 4592.0, 4562.0, 4581.0, 4539.0, 4560.0, 4558.0, 4549.0, 4570.0, 4537.0, 4549.0, 4525.0, 4537.0, 4557.0, 4538.0, 4558.0, 4539.0, 4560.0, 4529.0, 4575.0, 4561.0, 4563.0, 4581.0, 4553.0, 4582.0, 4553.0, 4583.0, 4542.0, 4573.0, 4540.0, 4562.0, 4580.0, 4549.0, 4569.0, 4528.0, 4548.0, 4528.0, 4559.0, 4529.0, 4572.0, 4541.0, 4572.0, 4541.0, 4573.0, 4580.0, 4552.0, 4581.0, 4551.0, 4571.0, 4518.0, 4550.0, 4568.0, 4548.0, 4558.0, 4517.0, 4548.0, 4516.0, 4548.0, 4556.0, 4539.0, 4558.0, 4526.0, 4557.0, 4516.0, 4549.0, 4567.0, 4549.0, 4569.0, 4526.0, 4557.0, 4515.0, 4548.0, 4555.0, 4538.0, 4557.0, 4539.0, 4570.0, 4541.0, 4573.0, 4592.0, 4551.0, 4572.0, 4552.0, 4563.0, 4592.0, 4541.0, 4572.0, 4578.0, 4549.0, 4570.0, 4527.0, 4548.0, 4555.0, 4526.0, 4546.0, 4515.0, 4548.0, 4566.0, 4538.0, 4559.0, 4529.0, 4562.0, 4562.0, 4563.0, 4582.0, 4554.0, 4584.0, 4532.0, 4574.0, 4592.0, 4563.0, 4582.0, 4552.0, 4572.0, 4530.0, 4573.0, 4581.0, 4551.0, 4570.0, 4550.0, 4571.0, 4528.0, 4562.0, 4569.0, 4560.0, 4569.0, 4551.0, 4571.0, 4550.0, 4572.0, 4530.0, 4562.0, 4549.0, 4561.0, 4580.0, 4552.0, 4572.0, 4554.0, 4584.0, 4545.0, 4586.0, 4544.0, 4577.0, 4605.0, 4566.0, 4595.0, 4531.0, 4575.0, 4593.0, 4563.0, 4582.0, 4540.0, 4562.0, 4559.0, 4551.0, 4580.0, 4550.0, 4570.0, 4540.0, 4561.0, 4542.0, 4573.0, 4532.0, 4584.0, 4542.0, 4575.0, 4604.0, 4564.0, 4595.0, 4543.0, 4574.0, 4551.0, 4573.0, 4593.0, 4552.0, 4584.0, 4571.0, 4552.0, 4571.0, 4551.0, 4572.0, 4531.0, 4574.0, 4593.0, 4553.0, 4583.0, 4543.0, 4584.0, 4532.0, 4575.0, 4593.0, 4565.0, 4594.0, 4553.0, 4585.0, 4542.0, 4564.0, 4592.0, 4564.0, 4582.0, 4541.0, 4574.0, 4551.0, 4563.0, 4581.0, 4553.0, 4583.0, 4543.0, 4585.0, 4563.0, 4575.0, 4593.0, 4565.0, 4584.0, 4565.0, 4596.0, 4545.0, 4597.0, 4556.0, 4598.0, 4556.0, 4599.0, 4606.0, 4577.0, 4596.0, 4554.0, 4585.0, 4532.0, 4574.0, 4592.0, 4562.0, 4571.0, 4552.0, 4572.0, 4520.0, 4575.0, 4595.0, 4577.0, 4572.0, 4552.0, 4572.0, 4542.0, 4572.0, 4545.0, 4585.0, 4545.0, 4596.0, 4556.0, 4599.0, 4566.0, 4590.0, 4607.0, 4577.0, 4586.0, 4564.0, 4574.0, 4542.0, 4563.0, 4569.0, 4561.0, 4558.0, 4550.0, 4558.0, 4537.0, 4560.0, 4536.0, 4557.0, 4538.0, 4557.0, 4551.0, 4560.0, 4539.0, 4572.0, 4558.0, 4549.0, 4567.0, 4547.0, 4545.0, 4524.0, 4535.0, 4524.0, 4545.0, 4515.0, 4537.0, 4517.0, 4548.0, 4536.0, 4558.0, 4537.0, 4561.0, 4557.0, 4561.0, 4579.0, 4559.0, 4568.0, 4551.0, 4569.0, 4560.0, 4580.0, 4562.0, 4583.0, 4550.0, 4518.0, 4538.0, 4551.0, 4589.0, 4593.0, 4554.0, 4571.0, 4533.0, 4575.0, 4542.0, 4563.0, 4570.0, 4550.0, 4568.0, 4549.0, 4569.0, 4548.0, 4555.0, 4527.0, 4544.0, 4524.0, 4547.0, 4524.0, 4521.0, 4538.0, 4508.0, 4515.0, 4496.0, 4516.0, 4485.0, 4517.0, 4526.0, 4508.0, 4528.0, 4509.0, 4529.0, 4511.0, 4543.0, 4504.0, 4546.0, 4565.0, 4547.0, 4567.0, 4539.0, 4569.0, 4528.0, 4570.0, 4541.0, 4571.0, 4531.0, 4571.0, 4551.0, 4583.0, 4552.0, 4592.0, 4565.0, 4593.0, 4576.0, 4604.0, 4577.0, 4596.0, 4577.0, 4594.0, 4554.0, 4584.0, 4560.0, 4550.0, 4570.0, 4526.0, 4547.0, 4545.0, 4535.0, 4545.0, 4513.0, 4533.0, 4501.0, 4524.0, 4542.0, 4525.0, 4555.0, 4516.0, 4557.0, 4517.0, 4560.0, 4568.0, 4551.0, 4580.0, 4540.0, 4581.0, 4550.0, 4562.0, 4579.0, 4550.0, 4569.0, 4537.0, 4558.0, 4528.0, 4561.0, 4557.0, 4551.0, 4570.0, 4540.0, 4570.0, 4531.0, 4572.0, 4530.0, 4582.0, 4552.0, 4564.0, 4581.0, 4563.0, 4583.0, 4553.0, 4583.0, 4543.0, 4584.0, 4531.0, 4574.0, 4582.0, 4552.0, 4582.0, 4531.0, 4572.0, 4569.0, 4528.0, 4558.0, 4518.0, 4561.0, 4569.0, 4539.0, 4569.0, 4519.0, 4561.0, 4569.0, 4541.0, 4581.0, 4535.0, 4588.0, 4534.0, 4564.0, 4573.0, 4573.0, 4553.0, 4585.0, 4547.0, 4609.0, 4567.0, 4611.0, 4596.0, 4589.0, 4605.0, 4565.0, 4584.0, 4552.0, 4561.0, 4580.0, 4550.0, 4569.0, 4539.0, 4560.0, 4531.0, 4559.0, 4529.0, 4561.0, 4539.0, 4571.0, 4541.0, 4573.0, 4541.0, 4572.0, 4531.0, 4571.0, 4531.0, 4573.0, 4541.0, 4573.0, 4540.0, 4552.0, 4570.0, 4527.0, 4558.0, 4534.0, 4535.0, 4556.0, 4537.0, 4546.0, 4538.0, 4556.0, 4529.0, 4541.0, 4552.0, 4581.0, 4540.0, 4574.0, 4569.0, 4539.0, 4557.0, 4527.0, 4558.0, 4518.0, 4560.0, 4517.0, 4547.0, 4518.0, 4549.0, 4541.0, 4583.0, 4553.0, 4569.0, 4544.0, 4573.0, 4553.0, 4573.0, 4550.0, 4553.0, 4549.0, 4551.0, 4550.0, 4552.0, 4559.0, 4561.0, 4561.0, 4562.0, 4549.0, 4559.0, 4528.0, 4559.0, 4537.0, 4556.0, 4536.0, 4558.0, 4535.0, 4559.0, 4525.0, 4535.0, 4512.0, 4533.0, 4530.0, 4522.0, 4521.0, 4510.0, 4519.0, 4507.0, 4519.0, 4517.0, 4529.0, 4507.0, 4528.0, 4513.0, 4505.0, 4484.0, 4505.0, 4504.0, 4515.0, 4506.0, 4526.0, 4509.0, 4529.0, 4508.0, 4519.0, 4537.0, 4506.0, 4525.0, 4516.0, 4515.0, 4519.0, 4527.0, 4520.0, 4530.0, 4532.0, 4541.0, 4524.0, 4553.0, 4547.0, 4555.0, 4536.0, 4525.0, 4537.0, 4528.0, 4558.0, 4540.0, 4572.0, 4578.0, 4550.0, 4558.0, 4537.0, 4557.0, 4529.0, 4558.0, 4531.0, 4560.0, 4530.0, 4559.0, 4529.0, 4561.0, 4519.0, 4573.0, 4570.0, 4540.0, 4546.0, 4539.0, 4546.0, 4538.0, 4567.0, 4540.0, 4547.0, 4540.0, 4559.0, 4540.0, 4571.0, 4539.0, 4558.0, 4540.0, 4559.0, 4541.0, 4570.0, 4551.0, 4573.0, 4543.0, 4571.0, 4552.0, 4573.0, 4554.0, 4586.0, 4576.0, 4551.0, 4553.0, 4561.0, 4573.0, 4545.0, 4585.0, 4554.0, 4585.0, 4554.0, 4545.0, 4565.0, 4535.0, 4585.0, 4566.0, 4585.0, 4565.0, 4543.0, 4554.0, 4532.0, 4575.0, 4541.0, 4573.0, 4552.0, 4549.0, 4568.0, 4537.0, 4543.0, 4523.0, 4535.0, 4513.0, 4522.0, 4514.0, 4534.0, 4514.0, 4535.0, 4506.0, 4536.0, 4527.0, 4548.0, 4528.0, 4547.0, 4537.0, 4539.0, 4557.0, 4540.0, 4569.0, 4549.0, 4527.0, 4528.0, 4515.0, 4540.0, 4528.0, 4559.0, 4540.0, 4550.0, 4519.0, 4550.0, 4557.0, 4528.0, 4557.0, 4526.0, 4545.0, 4527.0, 4535.0, 4515.0, 4536.0, 4506.0, 4536.0, 4516.0, 4538.0, 4529.0, 4562.0, 4541.0, 4563.0, 4543.0, 4563.0, 4572.0, 4552.0, 4571.0, 4550.0, 4560.0, 4528.0, 4557.0, 4538.0, 4548.0, 4517.0, 4539.0, 4536.0, 4540.0, 4556.0, 4526.0, 4547.0, 4516.0, 4535.0, 4504.0, 4536.0, 4557.0, 4538.0, 4547.0, 4539.0, 4559.0, 4541.0, 4563.0, 4532.0, 4564.0, 4541.0, 4563.0, 4542.0, 4554.0, 4581.0, 4554.0, 4571.0, 4543.0, 4562.0, 4519.0, 4550.0, 4559.0, 4541.0, 4569.0, 4540.0, 4559.0, 4519.0, 4550.0, 4526.0, 4539.0, 4538.0, 4539.0, 4557.0, 4541.0, 4560.0, 4540.0, 4529.0, 4553.0, 4581.0, 4551.0, 4583.0, 4553.0, 4570.0, 4541.0, 4561.0, 4530.0, 4550.0, 4548.0, 4529.0, 4557.0, 4527.0, 4545.0, 4526.0, 4546.0, 4518.0, 4548.0, 4527.0, 4550.0, 4519.0, 4541.0, 4549.0, 4552.0, 4570.0, 4544.0, 4572.0, 4540.0, 4573.0, 4540.0, 4553.0, 4569.0, 4541.0, 4558.0, 4539.0, 4549.0, 4528.0, 4549.0, 4539.0, 4550.0, 4542.0, 4564.0, 4532.0, 4573.0, 4532.0, 4563.0, 4532.0, 4577.0, 4552.0, 4574.0, 4541.0, 4564.0, 4552.0, 4562.0, 4561.0, 4552.0, 4538.0, 4552.0, 4549.0, 4554.0, 4561.0, 4553.0, 4549.0, 4552.0, 4572.0, 4554.0, 4563.0, 4565.0, 4553.0, 4565.0, 4542.0, 4564.0, 4541.0, 4583.0, 4555.0, 4585.0, 4556.0, 4543.0, 4598.0, 4557.0, 4596.0, 4568.0, 4588.0, 4565.0, 4585.0, 4553.0, 4573.0, 4557.0, 4575.0, 4569.0, 4588.0, 4576.0, 4542.0, 4574.0, 4543.0, 4545.0, 4578.0, 4570.0, 4600.0, 4570.0, 4569.0, 4564.0, 4555.0, 4573.0, 4573.0, 4567.0, 4576.0, 4602.0, 4588.0, 4598.0, 4576.0, 4563.0, 4560.0, 4537.0, 4560.0, 4565.0, 4521.0, 4517.0, 4484.0, 4482.0, 4469.0, 4500.0, 4489.0, 4500.0, 4477.0, 4490.0, 4490.0, 4496.0, 4516.0, 4510.0, 4530.0, 4536.0, 4547.0, 4552.0, 4558.0, 4514.0, 4558.0, 4539.0, 4584.0, 4561.0, 4573.0, 4553.0, 4564.0, 4552.0, 4574.0, 4574.0, 4564.0, 4561.0, 4586.0, 4542.0, 4574.0, 4546.0, 4544.0, 4567.0, 4585.0, 4542.0, 4564.0, 4541.0, 4553.0, 4572.0, 4542.0, 4553.0, 4530.0, 4552.0, 4520.0, 4550.0, 4541.0, 4606.0, 4586.0, 4584.0, 4555.0, 4555.0, 4576.0, 4556.0, 4577.0, 4585.0, 4552.0, 4559.0, 4549.0, 4548.0, 4525.0, 4545.0, 4526.0, 4559.0, 4550.0, 4569.0, 4582.0, 4528.0, 4531.0, 4542.0, 4571.0, 4552.0, 4564.0, 4569.0, 4577.0, 4576.0, 4606.0, 4575.0, 4572.0, 4539.0, 4546.0, 4555.0, 4522.0, 4521.0, 4497.0, 4507.0, 4505.0, 4519.0, 4525.0, 4516.0, 4515.0, 4507.0, 4516.0, 4509.0, 4517.0, 4510.0, 4530.0, 4511.0, 4535.0, 4522.0, 4534.0, 4523.0, 4546.0, 4555.0, 4534.0, 4537.0, 4536.0, 4526.0, 4558.0, 4539.0, 4560.0, 4566.0, 4595.0, 4548.0, 4558.0, 4541.0, 4552.0, 4540.0, 4560.0, 4540.0, 4570.0, 4539.0, 4571.0, 4552.0, 4536.0, 4525.0, 4507.0, 4547.0, 4526.0, 4547.0, 4513.0, 4535.0, 4522.0, 4524.0, 4531.0, 4512.0, 4500.0, 4511.0, 4503.0, 4545.0, 4517.0, 4567.0, 4540.0, 4537.0, 4549.0, 4569.0, 4515.0, 4559.0, 4569.0, 4550.0, 4558.0, 4505.0, 4537.0, 4505.0, 4546.0, 4554.0, 4536.0, 4544.0, 4524.0, 4544.0, 4526.0, 4558.0, 4537.0, 4556.0, 4563.0, 4558.0, 4564.0, 4571.0, 4564.0, 4573.0, 4564.0, 4570.0, 4551.0, 4559.0, 4539.0, 4559.0, 4549.0, 4558.0, 4550.0, 4557.0, 4539.0, 4558.0, 4537.0, 4555.0, 4527.0, 4546.0, 4527.0, 4556.0, 4539.0, 4558.0, 4539.0, 4559.0, 4555.0, 4572.0, 4553.0, 4561.0, 4530.0, 4530.0, 4552.0, 4570.0, 4540.0, 4561.0, 4529.0, 4559.0, 4527.0, 4547.0, 4544.0, 4558.0, 4540.0, 4557.0, 4528.0, 4548.0, 4530.0, 4549.0, 4561.0, 4570.0, 4539.0, 4548.0, 4527.0, 4536.0, 4527.0, 4536.0, 4508.0, 4539.0, 4524.0, 4524.0, 4505.0, 4535.0, 4544.0, 4584.0, 4556.0, 4583.0, 4565.0, 4573.0, 4551.0, 4575.0, 4542.0, 4572.0, 4553.0, 4570.0, 4552.0, 4539.0, 4529.0, 4519.0, 4573.0, 4544.0, 4574.0, 4540.0, 4551.0, 4548.0, 4549.0, 4547.0, 4538.0, 4517.0, 4537.0, 4506.0, 4549.0, 4535.0, 4546.0, 4557.0, 4524.0, 4535.0, 4501.0, 4524.0, 4513.0, 4532.0, 4535.0, 4532.0, 4503.0, 4535.0, 4502.0, 4531.0, 4534.0, 4525.0, 4537.0, 4546.0, 4515.0, 4548.0, 4544.0, 4536.0, 4544.0, 4534.0, 4534.0, 4523.0, 4534.0, 4515.0, 4505.0, 4518.0, 4526.0, 4557.0, 4557.0, 4527.0, 4547.0, 4523.0, 4536.0, 4535.0, 4536.0, 4533.0, 4514.0, 4525.0, 4526.0, 4506.0, 4537.0, 4527.0, 4549.0, 4507.0, 4574.0, 4584.0, 4550.0, 4547.0, 4537.0, 4556.0, 4516.0, 4495.0, 4527.0, 4518.0, 4574.0, 4553.0, 4565.0, 4542.0, 4576.0, 4576.0, 4564.0, 4572.0, 4540.0, 4560.0, 4529.0, 4549.0, 4519.0, 4549.0, 4519.0, 4552.0, 4538.0, 4538.0, 4527.0, 4539.0, 4507.0, 4552.0, 4539.0, 4551.0, 4569.0, 4550.0, 4559.0, 4528.0, 4549.0, 4518.0, 4551.0, 4537.0, 4560.0, 4568.0, 4548.0, 4556.0, 4548.0, 4558.0, 4551.0, 4547.0, 4541.0, 4548.0, 4541.0, 4560.0, 4541.0, 4558.0, 4540.0, 4573.0, 4554.0, 4573.0, 4553.0, 4572.0, 4543.0, 4565.0, 4570.0, 4547.0, 4573.0, 4534.0, 4536.0, 4575.0, 4547.0, 4600.0, 4582.0, 4575.0, 4584.0, 4574.0, 4571.0, 4550.0, 4542.0, 4533.0], 'WindowWidth': [10051.0, 9971.0, 9949.0, 9964.0, 9948.0, 9995.0, 10003.0, 9956.0, 9954.0, 9909.0, 9956.0, 9917.0, 9944.0, 9983.0, 9948.0, 9998.0, 9970.0, 9996.0, 9975.0, 10013.0, 9998.0, 10042.0, 10005.0, 10047.0, 9980.0, 10034.0, 10054.0, 10014.0, 10025.0, 10016.0, 10023.0, 10016.0, 10043.0, 10018.0, 10029.0, 10008.0, 10031.0, 9997.0, 10024.0, 9958.0, 9992.0, 9999.0, 9953.0, 9980.0, 9929.0, 9961.0, 9956.0, 9926.0, 9964.0, 9939.0, 9951.0, 9922.0, 9956.0, 9912.0, 9954.0, 9985.0, 9946.0, 9975.0, 9946.0, 9960.0, 9928.0, 9962.0, 9932.0, 9964.0, 9940.0, 9974.0, 9982.0, 9987.0, 10028.0, 9986.0, 10013.0, 9986.0, 9999.0, 9969.0, 9985.0, 9965.0, 9969.0, 9991.0, 9966.0, 9994.0, 9970.0, 9995.0, 9973.0, 10002.0, 9961.0, 10005.0, 9961.0, 9995.0, 10032.0, 9993.0, 10022.0, 9976.0, 10004.0, 9946.0, 9993.0, 10015.0, 9971.0, 10001.0, 9939.0, 9968.0, 9990.0, 9970.0, 9996.0, 9961.0, 10005.0, 9949.0, 10007.0, 9951.0, 10026.0, 9999.0, 10018.0, 10054.0, 10009.0, 10035.0, 9972.0, 10006.0, 9998.0, 9986.0, 10017.0, 9967.0, 9987.0, 9949.0, 9969.0, 9997.0, 9973.0, 10000.0, 9974.0, 10005.0, 9963.0, 10032.0, 10009.0, 10014.0, 10038.0, 10001.0, 10039.0, 10000.0, 10042.0, 9984.0, 10027.0, 9978.0, 10010.0, 10034.0, 9987.0, 10016.0, 9957.0, 9984.0, 9958.0, 10001.0, 9962.0, 10024.0, 9980.0, 10025.0, 9981.0, 10028.0, 10035.0, 9996.0, 10037.0, 9994.0, 10022.0, 9945.0, 9991.0, 10015.0, 9985.0, 10001.0, 9940.0, 9985.0, 9939.0, 9983.0, 9995.0, 9972.0, 9999.0, 9953.0, 9997.0, 9940.0, 9990.0, 10010.0, 9987.0, 10017.0, 9953.0, 9997.0, 9936.0, 9984.0, 9992.0, 9971.0, 9997.0, 9977.0, 10018.0, 9980.0, 10030.0, 10053.0, 9993.0, 10027.0, 9996.0, 10013.0, 10052.0, 9979.0, 10026.0, 10030.0, 9986.0, 10017.0, 9953.0, 9982.0, 9992.0, 9951.0, 9980.0, 9934.0, 9984.0, 10008.0, 9972.0, 10002.0, 9961.0, 10013.0, 10010.0, 10015.0, 10040.0, 10005.0, 10046.0, 9971.0, 10033.0, 10055.0, 10014.0, 10037.0, 9996.0, 10026.0, 9964.0, 10026.0, 10037.0, 9995.0, 10019.0, 9992.0, 10023.0, 9960.0, 10012.0, 10017.0, 10005.0, 10017.0, 9993.0, 10022.0, 9991.0, 10025.0, 9965.0, 10010.0, 9989.0, 10007.0, 10034.0, 9999.0, 10026.0, 10004.0, 10045.0, 9995.0, 10052.0, 9990.0, 10041.0, 10075.0, 10023.0, 10063.0, 9969.0, 10033.0, 10056.0, 10014.0, 10040.0, 9978.0, 10012.0, 10003.0, 9993.0, 10033.0, 9990.0, 10018.0, 9979.0, 10008.0, 9984.0, 10031.0, 9972.0, 10045.0, 9985.0, 10034.0, 10073.0, 10018.0, 10062.0, 9986.0, 10031.0, 9995.0, 10029.0, 10056.0, 9997.0, 10045.0, 10023.0, 9997.0, 10022.0, 9996.0, 10026.0, 9968.0, 10033.0, 10057.0, 10002.0, 10041.0, 9988.0, 10046.0, 9973.0, 10035.0, 10058.0, 10019.0, 10058.0, 10001.0, 10047.0, 9985.0, 10019.0, 10055.0, 10014.0, 10039.0, 9982.0, 10031.0, 9996.0, 10016.0, 10038.0, 10001.0, 10044.0, 9988.0, 10050.0, 10014.0, 10034.0, 10058.0, 10020.0, 10047.0, 10020.0, 10066.0, 9993.0, 10068.0, 10009.0, 10069.0, 10011.0, 10075.0, 10083.0, 10040.0, 10064.0, 10004.0, 10047.0, 9969.0, 10030.0, 10055.0, 10011.0, 10022.0, 9997.0, 10026.0, 9953.0, 10033.0, 10064.0, 10041.0, 10026.0, 9996.0, 10025.0, 9983.0, 10025.0, 9994.0, 10047.0, 9993.0, 10065.0, 10010.0, 10072.0, 10023.0, 10062.0, 10084.0, 10038.0, 10050.0, 10015.0, 10030.0, 9983.0, 10012.0, 10019.0, 10005.0, 10003.0, 9992.0, 10000.0, 9966.0, 10005.0, 9966.0, 9996.0, 9969.0, 9997.0, 9991.0, 10005.0, 9975.0, 10025.0, 9999.0, 9987.0, 10011.0, 9980.0, 9977.0, 9943.0, 9961.0, 9946.0, 9977.0, 9935.0, 9967.0, 9939.0, 9984.0, 9965.0, 9999.0, 9968.0, 10004.0, 9995.0, 10007.0, 10031.0, 10000.0, 10011.0, 9992.0, 10014.0, 10004.0, 10036.0, 10011.0, 10042.0, 9991.0, 9942.0, 9971.0, 9994.0, 10058.0, 10056.0, 10002.0, 10023.0, 9975.0, 10034.0, 9983.0, 10014.0, 10020.0, 9990.0, 10015.0, 9988.0, 10018.0, 9985.0, 9991.0, 9952.0, 9971.0, 9941.0, 9981.0, 9943.0, 9935.0, 9955.0, 9909.0, 9918.0, 9890.0, 9920.0, 9876.0, 9923.0, 9935.0, 9912.0, 9939.0, 9917.0, 9945.0, 9925.0, 9970.0, 9918.0, 9980.0, 10006.0, 9983.0, 10009.0, 9975.0, 10014.0, 9958.0, 10018.0, 9979.0, 10020.0, 9964.0, 10021.0, 9991.0, 10039.0, 9996.0, 10051.0, 10020.0, 10057.0, 10037.0, 10075.0, 10039.0, 10062.0, 10038.0, 10059.0, 10002.0, 10045.0, 10003.0, 9989.0, 10018.0, 9948.0, 9982.0, 9974.0, 9960.0, 9976.0, 9927.0, 9955.0, 9909.0, 9945.0, 9968.0, 9947.0, 9989.0, 9937.0, 9995.0, 9942.0, 10005.0, 10013.0, 9993.0, 10032.0, 9976.0, 10035.0, 9988.0, 10008.0, 10028.0, 9988.0, 10016.0, 9968.0, 9998.0, 9955.0, 10003.0, 9997.0, 9992.0, 10016.0, 9976.0, 10016.0, 9965.0, 10022.0, 9963.0, 10039.0, 9995.0, 10015.0, 10037.0, 10012.0, 10040.0, 10000.0, 10041.0, 9986.0, 10043.0, 9966.0, 10029.0, 10039.0, 9996.0, 10039.0, 9964.0, 10025.0, 10016.0, 9957.0, 9999.0, 9942.0, 10005.0, 10014.0, 9973.0, 10016.0, 9946.0, 10007.0, 10015.0, 9981.0, 10036.0, 9975.0, 10050.0, 9971.0, 10015.0, 10025.0, 10027.0, 9999.0, 10046.0, 9997.0, 10085.0, 10024.0, 10089.0, 10063.0, 10055.0, 10076.0, 10014.0, 10042.0, 9993.0, 10007.0, 10033.0, 9988.0, 10013.0, 9972.0, 10001.0, 9964.0, 10000.0, 9959.0, 10004.0, 9973.0, 10019.0, 9979.0, 10025.0, 9980.0, 10023.0, 9964.0, 10019.0, 9965.0, 10023.0, 9975.0, 10023.0, 9974.0, 9992.0, 10018.0, 9951.0, 9996.0, 9957.0, 9960.0, 9991.0, 9966.0, 9978.0, 9970.0, 9993.0, 9960.0, 9976.0, 9996.0, 10034.0, 9976.0, 10027.0, 10013.0, 9971.0, 9995.0, 9951.0, 9996.0, 9944.0, 10001.0, 9937.0, 9979.0, 9944.0, 9985.0, 9979.0, 10039.0, 9996.0, 10014.0, 9986.0, 10025.0, 9997.0, 10027.0, 9989.0, 9996.0, 9985.0, 9990.0, 9987.0, 9992.0, 9999.0, 10007.0, 10007.0, 10010.0, 9987.0, 10002.0, 9956.0, 10003.0, 9967.0, 9993.0, 9963.0, 9999.0, 9959.0, 10003.0, 9946.0, 9960.0, 9919.0, 9953.0, 9944.0, 9937.0, 9935.0, 9917.0, 9930.0, 9909.0, 9927.0, 9923.0, 9945.0, 9907.0, 9941.0, 9912.0, 9903.0, 9871.0, 9900.0, 9897.0, 9916.0, 9906.0, 9935.0, 9914.0, 9945.0, 9909.0, 9927.0, 9949.0, 9905.0, 9930.0, 9919.0, 9916.0, 9927.0, 9937.0, 9933.0, 9944.0, 9951.0, 9964.0, 9942.0, 9981.0, 9979.0, 9989.0, 9962.0, 9947.0, 9965.0, 9957.0, 9997.0, 9974.0, 10024.0, 10027.0, 9988.0, 9995.0, 9967.0, 9994.0, 9959.0, 9997.0, 9964.0, 10003.0, 9963.0, 10000.0, 9959.0, 10007.0, 9945.0, 10023.0, 10016.0, 9973.0, 9978.0, 9971.0, 9976.0, 9968.0, 10009.0, 9972.0, 9978.0, 9973.0, 9999.0, 9976.0, 10019.0, 9971.0, 9996.0, 9974.0, 9998.0, 9977.0, 10018.0, 9992.0, 10025.0, 9985.0, 10019.0, 9994.0, 10026.0, 10001.0, 10049.0, 10032.0, 9992.0, 9997.0, 10008.0, 10027.0, 9991.0, 10047.0, 10004.0, 10047.0, 10003.0, 9988.0, 10019.0, 9979.0, 10049.0, 10021.0, 10049.0, 10017.0, 9984.0, 10000.0, 9967.0, 10031.0, 9979.0, 10027.0, 9991.0, 9984.0, 10013.0, 9963.0, 9969.0, 9941.0, 9957.0, 9929.0, 9941.0, 9932.0, 9959.0, 9931.0, 9962.0, 9922.0, 9965.0, 9952.0, 9984.0, 9954.0, 9982.0, 9965.0, 9970.0, 9995.0, 9975.0, 10014.0, 9985.0, 9951.0, 9954.0, 9934.0, 9975.0, 9956.0, 10001.0, 9972.0, 9986.0, 9943.0, 9990.0, 9993.0, 9954.0, 9996.0, 9950.0, 9974.0, 9949.0, 9960.0, 9933.0, 9965.0, 9922.0, 9965.0, 9937.0, 9971.0, 9959.0, 10010.0, 9979.0, 10011.0, 9982.0, 10012.0, 10024.0, 9997.0, 10022.0, 9989.0, 10002.0, 9957.0, 9994.0, 9967.0, 9983.0, 9938.0, 9970.0, 9963.0, 9972.0, 9992.0, 9951.0, 9980.0, 9934.0, 9961.0, 9916.0, 9965.0, 9995.0, 9970.0, 9981.0, 9973.0, 10000.0, 9978.0, 10010.0, 9966.0, 10014.0, 9978.0, 10012.0, 9980.0, 10000.0, 10036.0, 9998.0, 10020.0, 9981.0, 10007.0, 9944.0, 9992.0, 9999.0, 9977.0, 10014.0, 9975.0, 10002.0, 9942.0, 9988.0, 9951.0, 9972.0, 9967.0, 9972.0, 9994.0, 9979.0, 10004.0, 9978.0, 9960.0, 9999.0, 10034.0, 9994.0, 10038.0, 9997.0, 10017.0, 9977.0, 10006.0, 9959.0, 9989.0, 9983.0, 9956.0, 9996.0, 9952.0, 9974.0, 9952.0, 9980.0, 9941.0, 9982.0, 9952.0, 9989.0, 9945.0, 9981.0, 9987.0, 9996.0, 10018.0, 9985.0, 10024.0, 9976.0, 10027.0, 9976.0, 9997.0, 10014.0, 9978.0, 10000.0, 9972.0, 9988.0, 9956.0, 9987.0, 9973.0, 9990.0, 9981.0, 10014.0, 9967.0, 10025.0, 9967.0, 10013.0, 9970.0, 10036.0, 9996.0, 10027.0, 9979.0, 10013.0, 9993.0, 10010.0, 10006.0, 9995.0, 9971.0, 9994.0, 9987.0, 10001.0, 10006.0, 9998.0, 9988.0, 9996.0, 10024.0, 10003.0, 10010.0, 10017.0, 9997.0, 10015.0, 9979.0, 10013.0, 9980.0, 10041.0, 10005.0, 10045.0, 10007.0, 9988.0, 10069.0, 10010.0, 10064.0, 10027.0, 10053.0, 10017.0, 10048.0, 9998.0, 10027.0, 10008.0, 10030.0, 10030.0, 10055.0, 10035.0, 9982.0, 10028.0, 9984.0, 9989.0, 10040.0, 10033.0, 10076.0, 10033.0, 10031.0, 10016.0, 10002.0, 10023.0, 10026.0, 10021.0, 10037.0, 10083.0, 10054.0, 10076.0, 10037.0, 10014.0, 10005.0, 9962.0, 10007.0, 10012.0, 9930.0, 9923.0, 9866.0, 9865.0, 9841.0, 9884.0, 9868.0, 9882.0, 9851.0, 9872.0, 9873.0, 9891.0, 9919.0, 9918.0, 9946.0, 9964.0, 9981.0, 9994.0, 9997.0, 9930.0, 9996.0, 9973.0, 10042.0, 10005.0, 10022.0, 9996.0, 10015.0, 9996.0, 10028.0, 10025.0, 10011.0, 10005.0, 10046.0, 9980.0, 10027.0, 9995.0, 9987.0, 10023.0, 10047.0, 9980.0, 10013.0, 9976.0, 9994.0, 10021.0, 9978.0, 9994.0, 9960.0, 9993.0, 9944.0, 9986.0, 9978.0, 10082.0, 10048.0, 10046.0, 10006.0, 10004.0, 10036.0, 10004.0, 10037.0, 10051.0, 9993.0, 10002.0, 9985.0, 9981.0, 9944.0, 9974.0, 9950.0, 10002.0, 9990.0, 10018.0, 10044.0, 9957.0, 9965.0, 9978.0, 10021.0, 9998.0, 10016.0, 10032.0, 10039.0, 10036.0, 10080.0, 10030.0, 10026.0, 9970.0, 9976.0, 9991.0, 9935.0, 9934.0, 9891.0, 9907.0, 9902.0, 9927.0, 9933.0, 9919.0, 9917.0, 9908.0, 9920.0, 9915.0, 9923.0, 9917.0, 9946.0, 9922.0, 9961.0, 9940.0, 9957.0, 9940.0, 9978.0, 9988.0, 9957.0, 9967.0, 9963.0, 9950.0, 9998.0, 9973.0, 10006.0, 10021.0, 10063.0, 9982.0, 9994.0, 9977.0, 9993.0, 9976.0, 10004.0, 9973.0, 10017.0, 9974.0, 10018.0, 9993.0, 9959.0, 9943.0, 9923.0, 9978.0, 9946.0, 9977.0, 9925.0, 9958.0, 9936.0, 9939.0, 9945.0, 9921.0, 9901.0, 9919.0, 9913.0, 9975.0, 9941.0, 10009.0, 9974.0, 9967.0, 9986.0, 10013.0, 9931.0, 9997.0, 10013.0, 9986.0, 9995.0, 9919.0, 9965.0, 9919.0, 9975.0, 9984.0, 9957.0, 9967.0, 9942.0, 9972.0, 9949.0, 9994.0, 9967.0, 9991.0, 10009.0, 9999.0, 10012.0, 10018.0, 10012.0, 10025.0, 10011.0, 10017.0, 9990.0, 9999.0, 9973.0, 9996.0, 9986.0, 9999.0, 9986.0, 9995.0, 9972.0, 9994.0, 9965.0, 9988.0, 9951.0, 9976.0, 9953.0, 9989.0, 9969.0, 9997.0, 9973.0, 9998.0, 10002.0, 10025.0, 9997.0, 10004.0, 9960.0, 9961.0, 9994.0, 10015.0, 9973.0, 10006.0, 9955.0, 9998.0, 9952.0, 9979.0, 9985.0, 9997.0, 9971.0, 9994.0, 9956.0, 9981.0, 9962.0, 9984.0, 10003.0, 10016.0, 9969.0, 9982.0, 9949.0, 9960.0, 9949.0, 9962.0, 9928.0, 9971.0, 9943.0, 9942.0, 9916.0, 9959.0, 9985.0, 10045.0, 10006.0, 10039.0, 10015.0, 10022.0, 9989.0, 10029.0, 9981.0, 10023.0, 9997.0, 10018.0, 9994.0, 9971.0, 9956.0, 9943.0, 10023.0, 9987.0, 10026.0, 9974.0, 9993.0, 9982.0, 9986.0, 9981.0, 9967.0, 9937.0, 9964.0, 9922.0, 9983.0, 9960.0, 9976.0, 9994.0, 9939.0, 9960.0, 9903.0, 9940.0, 9923.0, 9951.0, 9956.0, 9950.0, 9913.0, 9958.0, 9910.0, 9946.0, 9952.0, 9947.0, 9964.0, 9976.0, 9931.0, 9978.0, 9970.0, 9958.0, 9969.0, 9952.0, 9954.0, 9941.0, 9956.0, 9931.0, 9919.0, 9940.0, 9948.0, 9993.0, 9994.0, 9948.0, 9980.0, 9938.0, 9956.0, 9956.0, 9958.0, 9949.0, 9926.0, 9943.0, 9948.0, 9920.0, 9963.0, 9949.0, 9981.0, 9922.0, 10028.0, 10045.0, 9986.0, 9978.0, 9962.0, 9988.0, 9934.0, 9904.0, 9951.0, 9943.0, 10028.0, 9999.0, 10016.0, 9979.0, 10032.0, 10032.0, 10012.0, 10020.0, 9974.0, 10002.0, 9954.0, 9984.0, 9942.0, 9984.0, 9942.0, 9993.0, 9966.0, 9967.0, 9951.0, 9968.0, 9925.0, 9991.0, 9970.0, 9989.0, 10016.0, 9986.0, 9999.0, 9953.0, 9983.0, 9939.0, 9991.0, 9963.0, 10002.0, 10013.0, 9982.0, 9988.0, 9980.0, 9996.0, 9989.0, 9980.0, 9977.0, 9982.0, 9976.0, 9999.0, 9976.0, 9997.0, 9974.0, 10025.0, 10000.0, 10027.0, 9997.0, 10022.0, 9984.0, 10019.0, 10033.0, 9996.0, 10023.0, 9972.0, 9978.0, 10031.0, 9996.0, 10075.0, 10038.0, 10027.0, 10046.0, 10026.0, 10019.0, 9987.0, 9979.0, 9965.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.0013992441860465115</td></tr>
<tr><td colspan=3>aqi</td><td>0.04390492325581396</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.5851724077381</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2620911681818172</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9912320498909104</td></tr>
<tr><td colspan=3>efc</td><td>0.5096</td></tr>
<tr><td colspan=3>fber</td><td>4037.29</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13668362506686835</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.261627906976743</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.373288616835218</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2560100371216203</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6761854816493114</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.187670331734722</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155452</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012919208966195583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03926190733909607</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.138607425175909</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8158</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.1205</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.9049</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293092.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>1100.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.6761</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2848</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.0733</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3720.2502</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.9982</td></tr>
<tr><td colspan=3>tsnr</td><td>32.92147523362655</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>