<?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-0122_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0122_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0122_suffix-bold_task-fractional" 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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0122_suffix-bold_task-fractional" 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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0122_suffix-bold_task-fractional" 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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0122_suffix-bold_task-fractional" 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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-04/func/sub-0122_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d78fb7a70a37e2192f17ea438dcc1921</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>18:17:2.990000</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.0848647</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77353c80-f5ef-4b73-bc04-f50598d8911f||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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, 1322]</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], 'AcquisitionTime': ['181702.990000', '181703.450000', '181703.910000', '181704.370000', '181704.830000', '181705.290000', '181705.750000', '181706.210000', '181706.670000', '181707.130000', '181707.590000', '181708.050000', '181708.510000', '181708.970000', '181709.430000', '181709.890000', '181710.350000', '181710.810000', '181711.270000', '181711.730000', '181712.190000', '181712.650000', '181713.110000', '181713.570000', '181714.030000', '181714.490000', '181714.950000', '181715.410000', '181715.870000', '181716.330000', '181716.790000', '181717.250000', '181717.710000', '181718.170000', '181718.630000', '181719.090000', '181719.550000', '181720.010000', '181720.470000', '181720.930000', '181721.390000', '181721.850000', '181722.310000', '181722.770000', '181723.230000', '181723.690000', '181724.150000', '181724.610000', '181725.070000', '181725.530000', '181725.990000', '181726.450000', '181726.910000', '181727.370000', '181727.830000', '181728.290000', '181728.750000', '181729.210000', '181729.670000', '181730.130000', '181730.590000', '181731.050000', '181731.510000', '181731.970000', '181732.430000', '181732.890000', '181733.350000', '181733.810000', '181734.270000', '181734.730000', '181735.190000', '181735.650000', '181736.110000', '181736.570000', '181737.030000', '181737.490000', '181737.950000', '181738.410000', '181738.870000', '181739.330000', '181739.790000', '181740.250000', '181740.710000', '181741.170000', '181741.630000', '181742.090000', '181742.550000', '181743.010000', '181743.470000', '181743.930000', '181744.390000', '181744.850000', '181745.310000', '181745.770000', '181746.230000', '181746.690000', '181747.150000', '181747.610000', '181748.070000', '181748.530000', '181748.990000', '181749.450000', '181749.910000', '181750.370000', '181750.830000', '181751.290000', '181751.750000', '181752.210000', '181752.670000', '181753.130000', '181753.590000', '181754.050000', '181754.510000', '181754.970000', '181755.430000', '181755.890000', '181756.350000', '181756.810000', '181757.270000', '181757.730000', '181758.190000', '181758.650000', '181759.110000', '181759.570000', '181800.030000', '181800.490000', '181800.950000', '181801.410000', '181801.870000', '181802.330000', '181802.790000', '181803.250000', '181803.710000', '181804.170000', '181804.630000', '181805.090000', '181805.550000', '181806.010000', '181806.470000', '181806.930000', '181807.390000', '181807.850000', '181808.310000', '181808.770000', '181809.230000', '181809.690000', '181810.150000', '181810.610000', '181811.070000', '181811.530000', '181811.990000', '181812.450000', '181812.910000', '181813.370000', '181813.830000', '181814.290000', '181814.750000', '181815.210000', '181815.670000', '181816.130000', '181816.590000', '181817.050000', '181817.510000', '181817.970000', '181818.430000', '181818.890000', '181819.350000', '181819.810000', '181820.270000', '181820.730000', '181821.190000', '181821.650000', '181822.110000', '181822.570000', '181823.030000', '181823.490000', '181823.950000', '181824.410000', '181824.870000', '181825.330000', '181825.790000', '181826.250000', '181826.710000', '181827.170000', '181827.630000', '181828.090000', '181828.550000', '181829.010000', '181829.470000', '181829.930000', '181830.390000', '181830.850000', '181831.310000', '181831.770000', '181832.230000', '181832.690000', '181833.150000', '181833.610000', '181834.070000', '181834.530000', '181834.990000', '181835.450000', '181835.910000', '181836.370000', '181836.830000', '181837.290000', '181837.750000', '181838.210000', '181838.670000', '181839.130000', '181839.590000', '181840.050000', '181840.510000', '181840.970000', '181841.430000', '181841.890000', '181842.350000', '181842.810000', '181843.270000', '181843.730000', '181844.190000', '181844.650000', '181845.110000', '181845.570000', '181846.030000', '181846.490000', '181846.950000', '181847.410000', '181847.870000', '181848.330000', '181848.790000', '181849.250000', '181849.710000', '181850.170000', '181850.630000', '181851.090000', '181851.550000', '181852.010000', '181852.470000', '181852.930000', '181853.390000', '181853.850000', '181854.310000', '181854.770000', '181855.230000', '181855.690000', '181856.150000', '181856.610000', '181857.070000', '181857.530000', '181857.990000', '181858.450000', '181858.910000', '181859.370000', '181859.830000', '181900.290000', '181900.750000', '181901.210000', '181901.670000', '181902.130000', '181902.590000', '181903.050000', '181903.510000', '181903.970000', '181904.430000', '181904.890000', '181905.350000', '181905.810000', '181906.270000', '181906.730000', '181907.190000', '181907.650000', '181908.110000', '181908.570000', '181909.030000', '181909.490000', '181909.950000', '181910.410000', '181910.870000', '181911.330000', '181911.790000', '181912.250000', '181912.710000', '181913.170000', '181913.630000', '181914.090000', '181914.550000', '181915.010000', '181915.470000', '181915.930000', '181916.390000', '181916.850000', '181917.310000', '181917.770000', '181918.230000', '181918.690000', '181919.150000', '181919.610000', '181920.070000', '181920.530000', '181920.990000', '181921.450000', '181921.910000', '181922.370000', '181922.830000', '181923.290000', '181923.750000', '181924.210000', '181924.670000', '181925.130000', '181925.590000', '181926.050000', '181926.510000', '181926.970000', '181927.430000', '181927.890000', '181928.350000', '181928.810000', '181929.270000', '181929.730000', '181930.190000', '181930.650000', '181931.110000', '181931.570000', '181932.030000', '181932.490000', '181932.950000', '181933.410000', '181933.870000', '181934.330000', '181934.790000', '181935.250000', '181935.710000', '181936.170000', '181936.630000', '181937.090000', '181937.550000', '181938.010000', '181938.470000', '181938.930000', '181939.390000', '181939.850000', '181940.310000', '181940.770000', '181941.230000', '181941.690000', '181942.150000', '181942.610000', '181943.070000', '181943.530000', '181943.990000', '181944.450000', '181944.910000', '181945.370000', '181945.830000', '181946.290000', '181946.750000', '181947.210000', '181947.670000', '181948.130000', '181948.590000', '181949.050000', '181949.510000', '181949.970000', '181950.430000', '181950.890000', '181951.350000', '181951.810000', '181952.270000', '181952.730000', '181953.190000', '181953.650000', '181954.110000', '181954.570000', '181955.030000', '181955.490000', '181955.950000', '181956.410000', '181956.870000', '181957.330000', '181957.790000', '181958.250000', '181958.710000', '181959.170000', '181959.630000', '182000.090000', '182000.550000', '182001.010000', '182001.470000', '182001.930000', '182002.390000', '182002.850000', '182003.310000', '182003.770000', '182004.230000', '182004.690000', '182005.150000', '182005.610000', '182006.070000', '182006.530000', '182006.990000', '182007.450000', '182007.910000', '182008.370000', '182008.830000', '182009.290000', '182009.750000', '182010.210000', '182010.670000', '182011.130000', '182011.590000', '182012.050000', '182012.510000', '182012.970000', '182013.430000', '182013.890000', '182014.350000', '182014.810000', '182015.270000', '182015.730000', '182016.190000', '182016.650000', '182017.110000', '182017.570000', '182018.030000', '182018.490000', '182018.950000', '182019.410000', '182019.870000', '182020.330000', '182020.790000', '182021.250000', '182021.710000', '182022.170000', '182022.630000', '182023.090000', '182023.550000', '182024.010000', '182024.470000', '182024.930000', '182025.390000', '182025.850000', '182026.310000', '182026.770000', '182027.230000', '182027.690000', '182028.150000', '182028.610000', '182029.070000', '182029.530000', '182029.990000', '182030.450000', '182030.910000', '182031.370000', '182031.830000', '182032.290000', '182032.750000', '182033.210000', '182033.670000', '182034.130000', '182034.590000', '182035.050000', '182035.510000', '182035.970000', '182036.430000', '182036.890000', '182037.350000', '182037.810000', '182038.270000', '182038.730000', '182039.190000', '182039.650000', '182040.110000', '182040.570000', '182041.030000', '182041.490000', '182041.950000', '182042.410000', '182042.870000', '182043.330000', '182043.790000', '182044.250000', '182044.710000', '182045.170000', '182045.630000', '182046.090000', '182046.550000', '182047.010000', '182047.470000', '182047.930000', '182048.390000', '182048.850000', '182049.310000', '182049.770000', '182050.230000', '182050.690000', '182051.150000', '182051.610000', '182052.070000', '182052.530000', '182052.990000', '182053.450000', '182053.910000', '182054.370000', '182054.830000', '182055.290000', '182055.750000', '182056.210000', '182056.670000', '182057.130000', '182057.590000', '182058.050000', '182058.510000', '182058.970000', '182059.430000', '182059.890000', '182100.350000', '182100.810000', '182101.270000', '182101.730000', '182102.190000', '182102.650000', '182103.110000', '182103.570000', '182104.030000', '182104.490000', '182104.950000', '182105.410000', '182105.870000', '182106.330000', '182106.790000', '182107.250000', '182107.710000', '182108.170000', '182108.630000', '182109.090000', '182109.550000', '182110.010000', '182110.470000', '182110.930000', '182111.390000', '182111.850000', '182112.310000', '182112.770000', '182113.230000', '182113.690000', '182114.150000', '182114.610000', '182115.070000', '182115.530000', '182115.990000', '182116.450000', '182116.910000', '182117.370000', '182117.830000', '182118.290000', '182118.750000', '182119.210000', '182119.670000', '182120.130000', '182120.590000', '182121.050000', '182121.510000', '182121.970000', '182122.430000', '182122.890000', '182123.350000', '182123.810000', '182124.270000', '182124.730000', '182125.190000', '182125.650000', '182126.110000', '182126.570000', '182127.030000', '182127.490000', '182127.950000', '182128.410000', '182128.870000', '182129.330000', '182129.790000', '182130.250000', '182130.710000', '182131.170000', '182131.630000', '182132.090000', '182132.550000', '182133.010000', '182133.470000', '182133.930000', '182134.390000', '182134.850000', '182135.310000', '182135.770000', '182136.230000', '182136.690000', '182137.150000', '182137.610000', '182138.070000', '182138.530000', '182138.990000', '182139.450000', '182139.910000', '182140.370000', '182140.830000', '182141.290000', '182141.750000', '182142.210000', '182142.670000', '182143.130000', '182143.590000', '182144.050000', '182144.510000', '182144.970000', '182145.430000', '182145.890000', '182146.350000', '182146.810000', '182147.270000', '182147.730000', '182148.190000', '182148.650000', '182149.110000', '182149.570000', '182150.030000', '182150.490000', '182150.950000', '182151.410000', '182151.870000', '182152.330000', '182152.790000', '182153.250000', '182153.710000', '182154.170000', '182154.630000', '182155.090000', '182155.550000', '182156.010000', '182156.470000', '182156.930000', '182157.390000', '182157.850000', '182158.310000', '182158.770000', '182159.230000', '182159.690000', '182200.150000', '182200.610000', '182201.070000', '182201.530000', '182201.990000', '182202.450000', '182202.910000', '182203.370000', '182203.830000', '182204.290000', '182204.750000', '182205.210000', '182205.670000', '182206.130000', '182206.590000', '182207.050000', '182207.510000', '182207.970000', '182208.430000', '182208.890000', '182209.350000', '182209.810000', '182210.270000', '182210.730000', '182211.190000', '182211.650000', '182212.110000', '182212.570000', '182213.030000', '182213.490000', '182213.950000', '182214.410000', '182214.870000', '182215.330000', '182215.790000', '182216.250000', '182216.710000', '182217.170000', '182217.630000', '182218.090000', '182218.550000', '182219.010000', '182219.470000', '182219.930000', '182220.390000', '182220.850000', '182221.310000', '182221.770000', '182222.230000', '182222.690000', '182223.150000', '182223.610000', '182224.070000', '182224.530000', '182224.990000', '182225.450000', '182225.910000', '182226.370000', '182226.830000', '182227.290000', '182227.750000', '182228.210000', '182228.670000', '182229.130000', '182229.590000', '182230.050000', '182230.510000', '182230.970000', '182231.430000', '182231.890000', '182232.350000', '182232.810000', '182233.270000', '182233.730000', '182234.190000', '182234.650000', '182235.110000', '182235.570000', '182236.030000', '182236.490000', '182236.950000', '182237.410000', '182237.870000', '182238.330000', '182238.790000', '182239.250000', '182239.710000', '182240.170000', '182240.630000', '182241.090000', '182241.550000', '182242.010000', '182242.470000', '182242.930000', '182243.390000', '182243.850000', '182244.310000', '182244.770000', '182245.230000', '182245.690000', '182246.150000', '182246.610000', '182247.070000', '182247.530000', '182247.990000', '182248.450000', '182248.910000', '182249.370000', '182249.830000', '182250.290000', '182250.750000', '182251.210000', '182251.670000', '182252.130000', '182252.590000', '182253.050000', '182253.510000', '182253.970000', '182254.430000', '182254.890000', '182255.350000', '182255.810000', '182256.270000', '182256.730000', '182257.190000', '182257.650000', '182258.110000', '182258.570000', '182259.030000', '182259.490000', '182259.950000', '182300.410000', '182300.870000', '182301.330000', '182301.790000', '182302.250000', '182302.710000', '182303.170000', '182303.630000', '182304.090000', '182304.550000', '182305.010000', '182305.470000', '182305.930000', '182306.390000', '182306.850000', '182307.310000', '182307.770000', '182308.230000', '182308.690000', '182309.150000', '182309.610000', '182310.070000', '182310.530000', '182310.990000', '182311.450000', '182311.910000', '182312.370000', '182312.830000', '182313.290000', '182313.750000', '182314.210000', '182314.670000', '182315.130000', '182315.590000', '182316.050000', '182316.510000', '182316.970000', '182317.430000', '182317.890000', '182318.350000', '182318.810000', '182319.270000', '182319.730000', '182320.190000', '182320.650000', '182321.110000', '182321.570000', '182322.030000', '182322.490000', '182322.950000', '182323.410000', '182323.870000', '182324.330000', '182324.790000', '182325.250000', '182325.710000', '182326.170000', '182326.630000', '182327.090000', '182327.550000', '182328.010000', '182328.470000', '182328.930000', '182329.390000', '182329.850000', '182330.310000', '182330.770000', '182331.230000', '182331.690000', '182332.150000', '182332.610000', '182333.070000', '182333.530000', '182333.990000', '182334.450000', '182334.910000', '182335.370000', '182335.830000', '182336.290000', '182336.750000', '182337.210000', '182337.670000', '182338.130000', '182338.590000', '182339.050000', '182339.510000', '182339.970000', '182340.430000', '182340.890000', '182341.350000', '182341.810000', '182342.270000', '182342.730000', '182343.190000', '182343.650000', '182344.110000', '182344.570000', '182345.030000', '182345.490000', '182345.950000', '182346.410000', '182346.870000', '182347.330000', '182347.790000', '182348.250000', '182348.710000', '182349.170000', '182349.630000', '182350.090000', '182350.550000', '182351.010000', '182351.470000', '182351.930000', '182352.390000', '182352.850000', '182353.310000', '182353.770000', '182354.230000', '182354.690000', '182355.150000', '182355.610000', '182356.070000', '182356.530000', '182356.990000', '182357.450000', '182357.910000', '182358.370000', '182358.830000', '182359.290000', '182359.750000', '182400.210000', '182400.670000', '182401.130000', '182401.590000', '182402.050000', '182402.510000', '182402.970000', '182403.430000', '182403.890000', '182404.350000', '182404.810000', '182405.270000', '182405.730000', '182406.190000', '182406.650000', '182407.110000', '182407.570000', '182408.030000', '182408.490000', '182408.950000', '182409.410000', '182409.870000', '182410.330000', '182410.790000', '182411.250000', '182411.710000', '182412.170000', '182412.630000', '182413.090000', '182413.550000', '182414.010000', '182414.470000', '182414.930000', '182415.390000', '182415.850000', '182416.310000', '182416.770000', '182417.230000', '182417.690000', '182418.150000', '182418.610000', '182419.070000', '182419.530000', '182419.990000', '182420.450000', '182420.910000', '182421.370000', '182421.830000', '182422.290000', '182422.750000', '182423.210000', '182423.670000', '182424.130000', '182424.590000', '182425.050000', '182425.510000', '182425.970000', '182426.430000', '182426.890000', '182427.350000', '182427.810000', '182428.270000', '182428.730000', '182429.190000', '182429.650000', '182430.110000', '182430.570000', '182431.030000', '182431.490000', '182431.950000', '182432.410000', '182432.870000', '182433.330000', '182433.790000', '182434.250000', '182434.710000', '182435.170000', '182435.630000', '182436.090000', '182436.550000', '182437.010000', '182437.470000', '182437.930000', '182438.390000', '182438.850000', '182439.310000', '182439.770000', '182440.230000', '182440.690000', '182441.150000', '182441.610000', '182442.070000', '182442.530000', '182442.990000', '182443.450000', '182443.910000', '182444.370000', '182444.830000', '182445.290000', '182445.750000', '182446.210000', '182446.670000', '182447.130000', '182447.590000', '182448.050000', '182448.510000', '182448.970000', '182449.430000', '182449.890000', '182450.350000', '182450.810000', '182451.270000', '182451.730000', '182452.190000', '182452.650000', '182453.110000', '182453.570000', '182454.030000', '182454.490000', '182454.950000', '182455.410000', '182455.870000', '182456.330000', '182456.790000', '182457.250000', '182457.710000', '182458.170000', '182458.630000', '182459.090000', '182459.550000', '182500.010000', '182500.470000', '182500.930000', '182501.390000', '182501.850000', '182502.310000', '182502.770000', '182503.230000', '182503.690000', '182504.150000', '182504.610000', '182505.070000', '182505.530000', '182505.990000', '182506.450000', '182506.910000', '182507.370000', '182507.830000', '182508.290000', '182508.750000', '182509.210000', '182509.670000', '182510.130000', '182510.590000', '182511.050000', '182511.510000', '182511.970000', '182512.430000', '182512.890000', '182513.350000', '182513.810000', '182514.270000', '182514.730000', '182515.190000', '182515.650000', '182516.110000', '182516.570000', '182517.030000', '182517.490000', '182517.950000', '182518.410000', '182518.870000', '182519.330000', '182519.790000', '182520.250000', '182520.710000', '182521.170000', '182521.630000', '182522.090000', '182522.550000', '182523.010000', '182523.470000', '182523.930000', '182524.390000', '182524.850000', '182525.310000', '182525.770000', '182526.230000', '182526.690000', '182527.150000', '182527.610000', '182528.070000', '182528.530000', '182528.990000', '182529.450000', '182529.910000', '182530.370000', '182530.830000', '182531.290000', '182531.750000', '182532.210000', '182532.670000', '182533.130000', '182533.590000', '182534.050000', '182534.510000', '182534.970000', '182535.430000', '182535.890000', '182536.350000', '182536.810000', '182537.270000', '182537.730000', '182538.190000', '182538.650000', '182539.110000', '182539.570000', '182540.030000', '182540.490000', '182540.950000', '182541.410000', '182541.870000', '182542.330000', '182542.790000', '182543.250000', '182543.710000', '182544.170000', '182544.630000', '182545.090000', '182545.550000', '182546.010000', '182546.470000', '182546.930000', '182547.390000', '182547.850000', '182548.310000', '182548.770000', '182549.230000', '182549.690000', '182550.150000', '182550.610000', '182551.070000', '182551.530000', '182551.990000', '182552.450000', '182552.910000', '182553.370000', '182553.830000', '182554.290000', '182554.750000', '182555.210000', '182555.670000', '182556.130000', '182556.590000', '182557.050000', '182557.510000', '182557.970000', '182558.430000', '182558.890000', '182559.350000', '182559.810000', '182600.270000', '182600.730000', '182601.190000', '182601.650000', '182602.110000', '182602.570000', '182603.030000', '182603.490000', '182603.950000', '182604.410000', '182604.870000', '182605.330000', '182605.790000', '182606.250000', '182606.710000', '182607.170000', '182607.630000', '182608.090000', '182608.550000', '182609.010000', '182609.470000', '182609.930000', '182610.390000', '182610.850000', '182611.310000', '182611.770000', '182612.230000', '182612.690000', '182613.150000', '182613.610000', '182614.070000', '182614.530000', '182614.990000', '182615.450000', '182615.910000', '182616.370000', '182616.830000', '182617.290000', '182617.750000', '182618.210000', '182618.670000', '182619.130000', '182619.590000', '182620.050000', '182620.510000', '182620.970000', '182621.430000', '182621.890000', '182622.350000', '182622.810000', '182623.270000', '182623.730000', '182624.190000', '182624.650000', '182625.110000', '182625.570000', '182626.030000', '182626.490000', '182626.950000', '182627.410000', '182627.870000', '182628.330000', '182628.790000', '182629.250000', '182629.710000', '182630.170000', '182630.630000', '182631.090000', '182631.550000', '182632.010000', '182632.470000', '182632.930000', '182633.390000', '182633.850000', '182634.310000', '182634.770000', '182635.230000', '182635.690000', '182636.150000', '182636.610000', '182637.070000', '182637.530000', '182637.990000', '182638.450000', '182638.910000', '182639.370000', '182639.830000', '182640.290000', '182640.750000', '182641.210000', '182641.670000', '182642.130000', '182642.590000', '182643.050000', '182643.510000', '182643.970000', '182644.430000', '182644.890000', '182645.350000', '182645.810000', '182646.270000', '182646.730000', '182647.190000', '182647.650000', '182648.110000', '182648.570000', '182649.030000', '182649.490000', '182649.950000', '182650.410000', '182650.870000', '182651.330000', '182651.790000', '182652.250000', '182652.710000', '182653.170000', '182653.630000', '182654.090000', '182654.550000', '182655.010000', '182655.470000', '182655.930000', '182656.390000', '182656.850000', '182657.310000', '182657.770000', '182658.230000', '182658.690000', '182659.150000', '182659.610000', '182700.070000', '182700.530000', '182700.990000', '182701.450000', '182701.910000', '182702.370000', '182702.830000', '182703.290000', '182703.750000', '182704.210000', '182704.670000', '182705.130000', '182705.590000', '182706.050000', '182706.510000', '182706.970000', '182707.430000', '182707.890000', '182708.350000', '182708.810000', '182709.270000', '182709.730000', '182710.190000', '182710.650000'], 'ContentTime': ['181728.621000', '181728.625000', '181728.628000', '181728.630000', '181728.633000', '181728.636000', '181728.638000', '181728.641000', '181728.643000', '181728.646000', '181728.648000', '181728.651000', '181728.654000', '181728.656000', '181728.659000', '181728.661000', '181728.664000', '181728.666000', '181728.669000', '181728.672000', '181728.674000', '181728.677000', '181728.679000', '181728.682000', '181728.685000', '181728.687000', '181728.691000', '181728.694000', '181728.702000', '181728.705000', '181728.708000', '181728.710000', '181728.713000', '181728.716000', '181728.718000', '181728.721000', '181728.723000', '181728.726000', '181728.728000', '181728.731000', '181728.734000', '181728.736000', '181728.739000', '181728.741000', '181728.744000', '181728.746000', '181728.749000', '181728.751000', '181728.754000', '181728.757000', '181728.759000', '181728.762000', '181748.578000', '181748.581000', '181748.584000', '181748.586000', '181748.589000', '181748.592000', '181748.594000', '181748.597000', '181748.599000', '181748.602000', '181748.604000', '181748.607000', '181748.609000', '181748.612000', '181748.615000', '181748.617000', '181748.620000', '181748.622000', '181748.625000', '181748.627000', '181748.630000', '181748.632000', '181748.635000', '181748.638000', '181748.640000', '181748.647000', '181748.650000', '181748.652000', '181748.655000', '181748.657000', '181748.660000', '181748.662000', '181748.665000', '181748.668000', '181748.670000', '181748.673000', '181748.675000', '181748.678000', '181748.680000', '181748.683000', '181748.685000', '181748.688000', '181748.691000', '181748.693000', '181808.578000', '181808.609000', '181808.612000', '181808.615000', '181808.617000', '181808.620000', '181808.622000', '181808.625000', '181808.627000', '181808.630000', '181808.632000', '181808.635000', '181808.638000', '181808.640000', '181808.643000', '181808.645000', '181808.648000', '181808.650000', '181808.653000', '181808.656000', '181808.658000', '181808.661000', '181808.663000', '181808.666000', '181808.668000', '181808.671000', '181808.674000', '181808.676000', '181808.679000', '181808.682000', '181808.685000', '181808.688000', '181808.691000', '181808.693000', '181808.696000', '181808.698000', '181808.701000', '181808.703000', '181808.706000', '181808.709000', '181808.711000', '181808.714000', '181808.716000', '181828.579000', '181828.582000', '181828.585000', '181828.587000', '181828.590000', '181828.593000', '181828.595000', '181828.598000', '181828.600000', '181828.603000', '181828.606000', '181828.608000', '181828.611000', '181828.613000', '181828.616000', '181828.619000', '181828.621000', '181828.624000', '181828.626000', '181828.629000', '181828.632000', '181828.634000', '181828.637000', '181828.639000', '181828.642000', '181828.645000', '181828.647000', '181828.650000', '181828.653000', '181828.655000', '181828.658000', '181828.660000', '181828.663000', '181828.666000', '181828.668000', '181828.671000', '181828.674000', '181828.676000', '181828.679000', '181828.681000', '181828.684000', '181828.687000', '181828.689000', '181828.692000', '181848.593000', '181848.596000', '181848.599000', '181848.602000', '181848.604000', '181848.607000', '181848.609000', '181848.612000', '181848.615000', '181848.617000', '181848.620000', '181848.622000', '181848.625000', '181848.627000', '181848.630000', '181848.633000', '181848.635000', '181848.638000', '181848.640000', '181848.643000', '181848.645000', '181848.648000', '181848.651000', '181848.653000', '181848.656000', '181848.658000', '181848.661000', '181848.663000', '181848.666000', '181848.669000', '181848.671000', '181848.674000', '181848.677000', '181848.679000', '181848.682000', '181848.684000', '181848.687000', '181848.697000', '181848.700000', '181848.702000', '181848.705000', '181848.707000', '181848.710000', '181908.578000', '181908.581000', '181908.584000', '181908.586000', '181908.589000', '181908.592000', '181908.594000', '181908.597000', '181908.600000', '181908.602000', '181908.605000', '181908.608000', '181908.610000', '181908.613000', '181908.616000', '181908.618000', '181908.621000', '181908.623000', '181908.626000', '181908.628000', '181908.631000', '181908.634000', '181908.636000', '181908.639000', '181908.649000', '181908.652000', '181908.654000', '181908.657000', '181908.660000', '181908.662000', '181908.665000', '181908.667000', '181908.670000', '181908.673000', '181908.675000', '181908.678000', '181908.680000', '181908.683000', '181908.685000', '181908.688000', '181908.690000', '181908.693000', '181908.696000', '181908.698000', '181928.578000', '181928.581000', '181928.584000', '181928.587000', '181928.589000', '181928.592000', '181928.594000', '181928.597000', '181928.600000', '181928.602000', '181928.605000', '181928.608000', '181928.610000', '181928.613000', '181928.616000', '181928.618000', '181928.621000', '181928.623000', '181928.626000', '181928.628000', '181928.631000', '181928.634000', '181928.636000', '181928.639000', '181928.641000', '181928.644000', '181928.647000', '181928.649000', '181928.652000', '181928.654000', '181928.657000', '181928.660000', '181928.662000', '181928.665000', '181928.667000', '181928.670000', '181928.673000', '181928.675000', '181928.678000', '181928.680000', '181928.683000', '181928.686000', '181928.688000', '181948.579000', '181948.581000', '181948.584000', '181948.587000', '181948.589000', '181948.592000', '181948.594000', '181948.597000', '181948.600000', '181948.602000', '181948.605000', '181948.607000', '181948.610000', '181948.613000', '181948.615000', '181948.618000', '181948.620000', '181948.623000', '181948.626000', '181948.628000', '181948.631000', '181948.633000', '181948.636000', '181948.638000', '181948.641000', '181948.644000', '181948.646000', '181948.649000', '181948.652000', '181948.654000', '181948.657000', '181948.659000', '181948.662000', '181948.664000', '181948.667000', '181948.670000', '181948.672000', '181948.675000', '181948.677000', '181948.680000', '181948.683000', '181948.685000', '181948.688000', '181948.690000', '182008.579000', '182008.581000', '182008.584000', '182008.587000', '182008.589000', '182008.592000', '182008.594000', '182008.597000', '182008.600000', '182008.602000', '182008.605000', '182008.608000', '182008.610000', '182008.613000', '182008.615000', '182008.618000', '182008.621000', '182008.623000', '182008.626000', '182008.628000', '182008.631000', '182008.634000', '182008.636000', '182008.639000', '182008.641000', '182008.644000', '182008.646000', '182008.649000', '182008.652000', '182008.654000', '182008.657000', '182008.659000', '182008.662000', '182008.665000', '182008.667000', '182008.670000', '182008.672000', '182008.675000', '182008.677000', '182008.709000', '182008.712000', '182008.714000', '182008.717000', '182028.578000', '182028.582000', '182028.585000', '182028.587000', '182028.590000', '182028.598000', '182028.601000', '182028.603000', '182028.606000', '182028.609000', '182028.611000', '182028.614000', '182028.616000', '182028.619000', '182028.622000', '182028.624000', '182028.627000', '182028.629000', '182028.632000', '182028.635000', '182028.637000', '182028.640000', '182028.642000', '182028.645000', '182028.648000', '182028.650000', '182028.653000', '182028.655000', '182028.658000', '182028.661000', '182028.663000', '182028.666000', '182028.668000', '182028.671000', '182028.674000', '182028.676000', '182028.679000', '182028.682000', '182028.684000', '182028.687000', '182028.690000', '182028.692000', '182028.695000', '182028.697000', '182048.580000', '182048.582000', '182048.585000', '182048.588000', '182048.590000', '182048.593000', '182048.595000', '182048.598000', '182048.601000', '182048.603000', '182048.606000', '182048.608000', '182048.611000', '182048.613000', '182048.616000', '182048.619000', '182048.621000', '182048.624000', '182048.626000', '182048.629000', '182048.631000', '182048.634000', '182048.637000', '182048.639000', '182048.642000', '182048.644000', '182048.647000', '182048.650000', '182048.652000', '182048.655000', '182048.657000', '182048.660000', '182048.662000', '182048.665000', '182048.667000', '182048.670000', '182048.673000', '182048.675000', '182048.678000', '182048.680000', '182048.683000', '182048.685000', '182048.688000', '182108.579000', '182108.582000', '182108.585000', '182108.587000', '182108.590000', '182108.593000', '182108.595000', '182108.598000', '182108.600000', '182108.611000', '182108.622000', '182108.625000', '182108.627000', '182108.630000', '182108.633000', '182108.635000', '182108.638000', '182108.641000', '182108.644000', '182108.646000', '182108.649000', '182108.651000', '182108.654000', '182108.657000', '182108.659000', '182108.662000', '182108.664000', '182108.667000', '182108.669000', '182108.672000', '182108.675000', '182108.677000', '182108.680000', '182108.683000', '182108.685000', '182108.688000', '182108.690000', '182108.693000', '182108.696000', '182108.698000', '182108.701000', '182108.703000', '182108.706000', '182108.708000', '182128.578000', '182128.581000', '182128.584000', '182128.586000', '182128.589000', '182128.592000', '182128.594000', '182128.597000', '182128.599000', '182128.602000', '182128.605000', '182128.607000', '182128.610000', '182128.612000', '182128.615000', '182128.618000', '182128.620000', '182128.623000', '182128.625000', '182128.628000', '182128.630000', '182128.633000', '182128.636000', '182128.638000', '182128.641000', '182128.643000', '182128.646000', '182128.649000', '182128.651000', '182128.654000', '182128.656000', '182128.659000', '182128.661000', '182128.664000', '182128.667000', '182128.669000', '182128.672000', '182128.675000', '182128.677000', '182128.680000', '182128.682000', '182128.685000', '182128.687000', '182148.579000', '182148.582000', '182148.585000', '182148.588000', '182148.590000', '182148.593000', '182148.595000', '182148.598000', '182148.601000', '182148.603000', '182148.606000', '182148.609000', '182148.611000', '182148.614000', '182148.616000', '182148.619000', '182148.623000', '182148.625000', '182148.628000', '182148.631000', '182148.633000', '182148.646000', '182148.648000', '182148.651000', '182148.654000', '182148.656000', '182148.659000', '182148.661000', '182148.664000', '182148.667000', '182148.669000', '182148.672000', '182148.674000', '182148.677000', '182148.680000', '182148.682000', '182148.685000', '182148.688000', '182148.690000', '182148.693000', '182148.695000', '182148.698000', '182148.700000', '182208.579000', '182208.581000', '182208.584000', '182208.586000', '182208.589000', '182208.592000', '182208.594000', '182208.597000', '182208.599000', '182208.602000', '182208.605000', '182208.607000', '182208.610000', '182208.612000', '182208.615000', '182208.618000', '182208.620000', '182208.623000', '182208.626000', '182208.628000', '182208.631000', '182208.633000', '182208.636000', '182208.638000', '182208.641000', '182208.644000', '182208.646000', '182208.649000', '182208.652000', '182208.654000', '182208.657000', '182208.659000', '182208.662000', '182208.664000', '182208.667000', '182208.670000', '182208.672000', '182208.675000', '182208.678000', '182208.680000', '182208.683000', '182208.685000', '182208.688000', '182208.690000', '182228.579000', '182228.581000', '182228.584000', '182228.587000', '182228.590000', '182228.593000', '182228.596000', '182228.599000', '182228.601000', '182228.604000', '182228.607000', '182228.609000', '182228.612000', '182228.614000', '182228.617000', '182228.619000', '182228.622000', '182228.625000', '182228.627000', '182228.630000', '182228.632000', '182228.635000', '182228.638000', '182228.640000', '182228.643000', '182228.645000', '182228.648000', '182228.650000', '182228.653000', '182228.656000', '182228.658000', '182228.661000', '182228.663000', '182228.666000', '182228.668000', '182228.671000', '182228.674000', '182228.676000', '182228.679000', '182228.681000', '182228.684000', '182228.686000', '182228.689000', '182248.578000', '182248.581000', '182248.584000', '182248.586000', '182248.589000', '182248.591000', '182248.594000', '182248.597000', '182248.599000', '182248.602000', '182248.604000', '182248.607000', '182248.610000', '182248.612000', '182248.615000', '182248.617000', '182248.620000', '182248.622000', '182248.625000', '182248.628000', '182248.630000', '182248.633000', '182248.635000', '182248.638000', '182248.640000', '182248.643000', '182248.645000', '182248.648000', '182248.651000', '182248.653000', '182248.656000', '182248.658000', '182248.661000', '182248.664000', '182248.666000', '182248.669000', '182248.671000', '182248.674000', '182248.676000', '182248.679000', '182248.682000', '182248.684000', '182248.687000', '182248.689000', '182308.579000', '182308.582000', '182308.585000', '182308.587000', '182308.590000', '182308.593000', '182308.595000', '182308.598000', '182308.600000', '182308.603000', '182308.606000', '182308.609000', '182308.612000', '182308.614000', '182308.617000', '182308.626000', '182308.629000', '182308.631000', '182308.634000', '182308.637000', '182308.639000', '182308.642000', '182308.644000', '182308.647000', '182308.649000', '182308.652000', '182308.655000', '182308.657000', '182308.660000', '182308.663000', '182308.666000', '182308.669000', '182308.702000', '182308.705000', '182308.707000', '182308.710000', '182308.712000', '182308.715000', '182308.718000', '182308.720000', '182308.723000', '182308.725000', '182308.728000', '182328.579000', '182328.582000', '182328.585000', '182328.587000', '182328.590000', '182328.593000', '182328.595000', '182328.598000', '182328.600000', '182328.603000', '182328.605000', '182328.608000', '182328.611000', '182328.613000', '182328.616000', '182328.618000', '182328.621000', '182328.624000', '182328.626000', '182328.629000', '182328.631000', '182328.634000', '182328.637000', '182328.639000', '182328.642000', '182328.645000', '182328.647000', '182328.650000', '182328.652000', '182328.655000', '182328.658000', '182328.660000', '182328.663000', '182328.666000', '182328.668000', '182328.671000', '182328.673000', '182328.676000', '182328.678000', '182328.681000', '182328.684000', '182328.686000', '182328.689000', '182328.691000', '182348.579000', '182348.581000', '182348.584000', '182348.587000', '182348.589000', '182348.592000', '182348.594000', '182348.597000', '182348.600000', '182348.602000', '182348.605000', '182348.607000', '182348.610000', '182348.612000', '182348.625000', '182348.628000', '182348.631000', '182348.633000', '182348.636000', '182348.638000', '182348.641000', '182348.644000', '182348.647000', '182348.650000', '182348.653000', '182348.656000', '182348.658000', '182348.661000', '182348.664000', '182348.666000', '182348.669000', '182348.672000', '182348.674000', '182348.677000', '182348.679000', '182348.682000', '182348.684000', '182348.687000', '182348.690000', '182348.692000', '182348.695000', '182348.697000', '182348.700000', '182408.578000', '182408.581000', '182408.584000', '182408.587000', '182408.589000', '182408.592000', '182408.594000', '182408.597000', '182408.600000', '182408.602000', '182408.605000', '182408.607000', '182408.610000', '182408.612000', '182408.615000', '182408.618000', '182408.620000', '182408.623000', '182408.625000', '182408.628000', '182408.630000', '182408.633000', '182408.636000', '182408.638000', '182408.641000', '182408.643000', '182408.646000', '182408.649000', '182408.651000', '182408.654000', '182408.657000', '182408.659000', '182408.662000', '182408.664000', '182408.667000', '182408.670000', '182408.672000', '182408.675000', '182408.677000', '182408.680000', '182408.682000', '182408.685000', '182408.688000', '182408.690000', '182428.579000', '182428.581000', '182428.584000', '182428.586000', '182428.589000', '182428.592000', '182428.594000', '182428.597000', '182428.599000', '182428.602000', '182428.605000', '182428.607000', '182428.610000', '182428.612000', '182428.615000', '182428.623000', '182428.625000', '182428.628000', '182428.631000', '182428.633000', '182428.636000', '182428.638000', '182428.641000', '182428.644000', '182428.646000', '182428.649000', '182428.651000', '182428.654000', '182428.657000', '182428.660000', '182428.662000', '182428.665000', '182428.668000', '182428.671000', '182428.674000', '182428.677000', '182428.679000', '182428.682000', '182428.684000', '182428.687000', '182428.690000', '182428.692000', '182428.717000', '182448.578000', '182448.581000', '182448.584000', '182448.586000', '182448.589000', '182448.592000', '182448.594000', '182448.597000', '182448.599000', '182448.602000', '182448.604000', '182448.607000', '182448.609000', '182448.612000', '182448.615000', '182448.617000', '182448.620000', '182448.622000', '182448.625000', '182448.627000', '182448.630000', '182448.633000', '182448.635000', '182448.638000', '182448.640000', '182448.643000', '182448.645000', '182448.648000', '182448.651000', '182448.653000', '182448.656000', '182448.658000', '182448.661000', '182448.663000', '182448.666000', '182448.669000', '182448.671000', '182448.674000', '182448.676000', '182448.679000', '182448.681000', '182448.684000', '182448.687000', '182448.689000', '182508.579000', '182508.581000', '182508.584000', '182508.587000', '182508.589000', '182508.592000', '182508.594000', '182508.597000', '182508.600000', '182508.602000', '182508.605000', '182508.607000', '182508.610000', '182508.613000', '182508.615000', '182508.618000', '182508.620000', '182508.623000', '182508.625000', '182508.628000', '182508.631000', '182508.633000', '182508.636000', '182508.638000', '182508.641000', '182508.643000', '182508.646000', '182508.649000', '182508.652000', '182508.655000', '182508.658000', '182508.661000', '182508.664000', '182508.667000', '182508.669000', '182508.672000', '182508.675000', '182508.677000', '182508.680000', '182508.682000', '182508.685000', '182508.688000', '182508.690000', '182528.579000', '182528.582000', '182528.585000', '182528.587000', '182528.590000', '182528.593000', '182528.595000', '182528.598000', '182528.601000', '182528.603000', '182528.606000', '182528.609000', '182528.611000', '182528.619000', '182528.622000', '182528.624000', '182528.627000', '182528.629000', '182528.632000', '182528.635000', '182528.637000', '182528.640000', '182528.642000', '182528.645000', '182528.648000', '182528.650000', '182528.653000', '182528.655000', '182528.658000', '182528.661000', '182528.663000', '182528.666000', '182528.668000', '182528.671000', '182528.674000', '182528.676000', '182528.679000', '182528.682000', '182528.684000', '182528.687000', '182528.689000', '182528.692000', '182528.695000', '182528.697000', '182548.579000', '182548.582000', '182548.585000', '182548.587000', '182548.590000', '182548.592000', '182548.595000', '182548.598000', '182548.600000', '182548.603000', '182548.605000', '182548.608000', '182548.611000', '182548.613000', '182548.616000', '182548.618000', '182548.621000', '182548.624000', '182548.626000', '182548.629000', '182548.631000', '182548.634000', '182548.636000', '182548.639000', '182548.642000', '182548.644000', '182548.647000', '182548.649000', '182548.652000', '182548.655000', '182548.657000', '182548.660000', '182548.662000', '182548.665000', '182548.667000', '182548.670000', '182548.673000', '182548.676000', '182548.678000', '182548.692000', '182548.694000', '182548.697000', '182548.699000', '182608.579000', '182608.581000', '182608.584000', '182608.586000', '182608.589000', '182608.592000', '182608.594000', '182608.597000', '182608.599000', '182608.602000', '182608.605000', '182608.607000', '182608.610000', '182608.612000', '182608.615000', '182608.618000', '182608.620000', '182608.623000', '182608.625000', '182608.628000', '182608.630000', '182608.633000', '182608.636000', '182608.638000', '182608.641000', '182608.643000', '182608.646000', '182608.648000', '182608.651000', '182608.654000', '182608.656000', '182608.659000', '182608.661000', '182608.664000', '182608.666000', '182608.669000', '182608.672000', '182608.674000', '182608.677000', '182608.679000', '182608.682000', '182608.684000', '182608.687000', '182608.690000', '182628.578000', '182628.581000', '182628.584000', '182628.587000', '182628.589000', '182628.592000', '182628.594000', '182628.597000', '182628.599000', '182628.602000', '182628.605000', '182628.607000', '182628.610000', '182628.612000', '182628.615000', '182628.618000', '182628.620000', '182628.623000', '182628.625000', '182628.628000', '182628.631000', '182628.633000', '182628.636000', '182628.638000', '182628.641000', '182628.643000', '182628.646000', '182628.649000', '182628.651000', '182628.654000', '182628.656000', '182628.659000', '182628.661000', '182628.664000', '182628.667000', '182628.669000', '182628.672000', '182628.675000', '182628.677000', '182628.680000', '182628.682000', '182628.685000', '182628.688000', '182648.579000', '182648.581000', '182648.584000', '182648.587000', '182648.589000', '182648.592000', '182648.595000', '182648.597000', '182648.600000', '182648.603000', '182648.605000', '182648.608000', '182648.610000', '182648.613000', '182648.616000', '182648.618000', '182648.621000', '182648.624000', '182648.626000', '182648.629000', '182648.631000', '182648.634000', '182648.637000', '182648.639000', '182648.642000', '182648.644000', '182648.647000', '182648.650000', '182648.652000', '182648.655000', '182648.657000', '182648.660000', '182648.663000', '182648.665000', '182648.668000', '182648.670000', '182648.673000', '182648.676000', '182648.678000', '182648.681000', '182648.683000', '182648.686000', '182648.688000', '182648.691000', '182708.579000', '182708.582000', '182708.584000', '182708.587000', '182708.590000', '182708.592000', '182708.595000', '182708.597000', '182708.600000', '182708.603000', '182708.605000', '182708.608000', '182708.611000', '182708.613000', '182708.616000', '182708.618000', '182708.621000', '182708.623000', '182708.626000', '182708.629000', '182708.631000', '182708.666000', '182708.669000', '182708.672000', '182708.674000', '182708.677000', '182708.680000', '182708.682000', '182708.685000', '182708.687000', '182708.690000', '182708.692000', '182708.695000', '182708.698000', '182708.700000', '182708.703000', '182708.705000', '182708.708000', '182708.711000', '182708.713000', '182708.716000', '182708.718000', '182708.721000', '182712.413000', '182712.416000', '182712.419000', '182712.422000', '182712.425000', '182712.428000', '182712.430000', '182712.433000', '182712.436000'], 'InstanceCreationTime': ['181728.621000', '181728.625000', '181728.628000', '181728.630000', '181728.633000', '181728.636000', '181728.638000', '181728.641000', '181728.643000', '181728.646000', '181728.648000', '181728.651000', '181728.654000', '181728.656000', '181728.659000', '181728.661000', '181728.664000', '181728.666000', '181728.669000', '181728.672000', '181728.674000', '181728.677000', '181728.679000', '181728.682000', '181728.685000', '181728.687000', '181728.691000', '181728.694000', '181728.702000', '181728.705000', '181728.708000', '181728.710000', '181728.713000', '181728.716000', '181728.718000', '181728.721000', '181728.723000', '181728.726000', '181728.728000', '181728.731000', '181728.734000', '181728.736000', '181728.739000', '181728.741000', '181728.744000', '181728.746000', '181728.749000', '181728.751000', '181728.754000', '181728.757000', '181728.759000', '181728.762000', '181748.578000', '181748.581000', '181748.584000', '181748.586000', '181748.589000', '181748.592000', '181748.594000', '181748.597000', '181748.599000', '181748.602000', '181748.604000', '181748.607000', '181748.609000', '181748.612000', '181748.615000', '181748.617000', '181748.620000', '181748.622000', '181748.625000', '181748.627000', '181748.630000', '181748.632000', '181748.635000', '181748.638000', '181748.640000', '181748.647000', '181748.650000', '181748.652000', '181748.655000', '181748.657000', '181748.660000', '181748.662000', '181748.665000', '181748.668000', '181748.670000', '181748.673000', '181748.675000', '181748.678000', '181748.680000', '181748.683000', '181748.685000', '181748.688000', '181748.691000', '181748.693000', '181808.578000', '181808.609000', '181808.612000', '181808.615000', '181808.617000', '181808.620000', '181808.622000', '181808.625000', '181808.627000', '181808.630000', '181808.632000', '181808.635000', '181808.638000', '181808.640000', '181808.643000', '181808.645000', '181808.648000', '181808.650000', '181808.653000', '181808.656000', '181808.658000', '181808.661000', '181808.663000', '181808.666000', '181808.668000', '181808.671000', '181808.674000', '181808.676000', '181808.679000', '181808.682000', '181808.685000', '181808.688000', '181808.691000', '181808.693000', '181808.696000', '181808.698000', '181808.701000', '181808.703000', '181808.706000', '181808.709000', '181808.711000', '181808.714000', '181808.716000', '181828.579000', '181828.582000', '181828.585000', '181828.587000', '181828.590000', '181828.593000', '181828.595000', '181828.598000', '181828.600000', '181828.603000', '181828.606000', '181828.608000', '181828.611000', '181828.613000', '181828.616000', '181828.619000', '181828.621000', '181828.624000', '181828.626000', '181828.629000', '181828.632000', '181828.634000', '181828.637000', '181828.639000', '181828.642000', '181828.645000', '181828.647000', '181828.650000', '181828.653000', '181828.655000', '181828.658000', '181828.660000', '181828.663000', '181828.666000', '181828.668000', '181828.671000', '181828.674000', '181828.676000', '181828.679000', '181828.681000', '181828.684000', '181828.687000', '181828.689000', '181828.692000', '181848.593000', '181848.596000', '181848.599000', '181848.602000', '181848.604000', '181848.607000', '181848.609000', '181848.612000', '181848.615000', '181848.617000', '181848.620000', '181848.622000', '181848.625000', '181848.627000', '181848.630000', '181848.633000', '181848.635000', '181848.638000', '181848.640000', '181848.643000', '181848.645000', '181848.648000', '181848.651000', '181848.653000', '181848.656000', '181848.658000', '181848.661000', '181848.663000', '181848.666000', '181848.669000', '181848.671000', '181848.674000', '181848.677000', '181848.679000', '181848.682000', '181848.684000', '181848.687000', '181848.697000', '181848.700000', '181848.702000', '181848.705000', '181848.707000', '181848.710000', '181908.578000', '181908.581000', '181908.584000', '181908.586000', '181908.589000', '181908.592000', '181908.594000', '181908.597000', '181908.600000', '181908.602000', '181908.605000', '181908.608000', '181908.610000', '181908.613000', '181908.616000', '181908.618000', '181908.621000', '181908.623000', '181908.626000', '181908.628000', '181908.631000', '181908.634000', '181908.636000', '181908.639000', '181908.649000', '181908.652000', '181908.654000', '181908.657000', '181908.660000', '181908.662000', '181908.665000', '181908.667000', '181908.670000', '181908.673000', '181908.675000', '181908.678000', '181908.680000', '181908.683000', '181908.685000', '181908.688000', '181908.690000', '181908.693000', '181908.696000', '181908.698000', '181928.578000', '181928.581000', '181928.584000', '181928.587000', '181928.589000', '181928.592000', '181928.594000', '181928.597000', '181928.600000', '181928.602000', '181928.605000', '181928.608000', '181928.610000', '181928.613000', '181928.616000', '181928.618000', '181928.621000', '181928.623000', '181928.626000', '181928.628000', '181928.631000', '181928.634000', '181928.636000', '181928.639000', '181928.641000', '181928.644000', '181928.647000', '181928.649000', '181928.652000', '181928.654000', '181928.657000', '181928.660000', '181928.662000', '181928.665000', '181928.667000', '181928.670000', '181928.673000', '181928.675000', '181928.678000', '181928.680000', '181928.683000', '181928.686000', '181928.688000', '181948.579000', '181948.581000', '181948.584000', '181948.587000', '181948.589000', '181948.592000', '181948.594000', '181948.597000', '181948.600000', '181948.602000', '181948.605000', '181948.607000', '181948.610000', '181948.613000', '181948.615000', '181948.618000', '181948.620000', '181948.623000', '181948.626000', '181948.628000', '181948.631000', '181948.633000', '181948.636000', '181948.638000', '181948.641000', '181948.644000', '181948.646000', '181948.649000', '181948.652000', '181948.654000', '181948.657000', '181948.659000', '181948.662000', '181948.664000', '181948.667000', '181948.670000', '181948.672000', '181948.675000', '181948.677000', '181948.680000', '181948.683000', '181948.685000', '181948.688000', '181948.690000', '182008.579000', '182008.581000', '182008.584000', '182008.587000', '182008.589000', '182008.592000', '182008.594000', '182008.597000', '182008.600000', '182008.602000', '182008.605000', '182008.608000', '182008.610000', '182008.613000', '182008.615000', '182008.618000', '182008.621000', '182008.623000', '182008.626000', '182008.628000', '182008.631000', '182008.634000', '182008.636000', '182008.639000', '182008.641000', '182008.644000', '182008.646000', '182008.649000', '182008.652000', '182008.654000', '182008.657000', '182008.659000', '182008.662000', '182008.665000', '182008.667000', '182008.670000', '182008.672000', '182008.675000', '182008.677000', '182008.709000', '182008.712000', '182008.714000', '182008.717000', '182028.578000', '182028.582000', '182028.585000', '182028.587000', '182028.590000', '182028.598000', '182028.601000', '182028.603000', '182028.606000', '182028.609000', '182028.611000', '182028.614000', '182028.616000', '182028.619000', '182028.622000', '182028.624000', '182028.627000', '182028.629000', '182028.632000', '182028.635000', '182028.637000', '182028.640000', '182028.642000', '182028.645000', '182028.648000', '182028.650000', '182028.653000', '182028.655000', '182028.658000', '182028.661000', '182028.663000', '182028.666000', '182028.668000', '182028.671000', '182028.674000', '182028.676000', '182028.679000', '182028.682000', '182028.684000', '182028.687000', '182028.690000', '182028.692000', '182028.695000', '182028.697000', '182048.580000', '182048.582000', '182048.585000', '182048.588000', '182048.590000', '182048.593000', '182048.595000', '182048.598000', '182048.601000', '182048.603000', '182048.606000', '182048.608000', '182048.611000', '182048.613000', '182048.616000', '182048.619000', '182048.621000', '182048.624000', '182048.626000', '182048.629000', '182048.631000', '182048.634000', '182048.637000', '182048.639000', '182048.642000', '182048.644000', '182048.647000', '182048.650000', '182048.652000', '182048.655000', '182048.657000', '182048.660000', '182048.662000', '182048.665000', '182048.667000', '182048.670000', '182048.673000', '182048.675000', '182048.678000', '182048.680000', '182048.683000', '182048.685000', '182048.688000', '182108.579000', '182108.582000', '182108.585000', '182108.587000', '182108.590000', '182108.593000', '182108.595000', '182108.598000', '182108.600000', '182108.611000', '182108.622000', '182108.625000', '182108.627000', '182108.630000', '182108.633000', '182108.635000', '182108.638000', '182108.641000', '182108.644000', '182108.646000', '182108.649000', '182108.651000', '182108.654000', '182108.657000', '182108.659000', '182108.662000', '182108.664000', '182108.667000', '182108.669000', '182108.672000', '182108.675000', '182108.677000', '182108.680000', '182108.683000', '182108.685000', '182108.688000', '182108.690000', '182108.693000', '182108.696000', '182108.698000', '182108.701000', '182108.703000', '182108.706000', '182108.708000', '182128.578000', '182128.581000', '182128.584000', '182128.586000', '182128.589000', '182128.592000', '182128.594000', '182128.597000', '182128.599000', '182128.602000', '182128.605000', '182128.607000', '182128.610000', '182128.612000', '182128.615000', '182128.618000', '182128.620000', '182128.623000', '182128.625000', '182128.628000', '182128.630000', '182128.633000', '182128.636000', '182128.638000', '182128.641000', '182128.643000', '182128.646000', '182128.649000', '182128.651000', '182128.654000', '182128.656000', '182128.659000', '182128.661000', '182128.664000', '182128.667000', '182128.669000', '182128.672000', '182128.675000', '182128.677000', '182128.680000', '182128.682000', '182128.685000', '182128.687000', '182148.579000', '182148.582000', '182148.585000', '182148.588000', '182148.590000', '182148.593000', '182148.595000', '182148.598000', '182148.601000', '182148.603000', '182148.606000', '182148.609000', '182148.611000', '182148.614000', '182148.616000', '182148.619000', '182148.623000', '182148.625000', '182148.628000', '182148.631000', '182148.633000', '182148.646000', '182148.648000', '182148.651000', '182148.654000', '182148.656000', '182148.659000', '182148.661000', '182148.664000', '182148.667000', '182148.669000', '182148.672000', '182148.674000', '182148.677000', '182148.680000', '182148.682000', '182148.685000', '182148.688000', '182148.690000', '182148.693000', '182148.695000', '182148.698000', '182148.700000', '182208.579000', '182208.581000', '182208.584000', '182208.586000', '182208.589000', '182208.592000', '182208.594000', '182208.597000', '182208.599000', '182208.602000', '182208.605000', '182208.607000', '182208.610000', '182208.612000', '182208.615000', '182208.618000', '182208.620000', '182208.623000', '182208.626000', '182208.628000', '182208.631000', '182208.633000', '182208.636000', '182208.638000', '182208.641000', '182208.644000', '182208.646000', '182208.649000', '182208.652000', '182208.654000', '182208.657000', '182208.659000', '182208.662000', '182208.664000', '182208.667000', '182208.670000', '182208.672000', '182208.675000', '182208.678000', '182208.680000', '182208.683000', '182208.685000', '182208.688000', '182208.690000', '182228.579000', '182228.581000', '182228.584000', '182228.587000', '182228.590000', '182228.593000', '182228.596000', '182228.599000', '182228.601000', '182228.604000', '182228.607000', '182228.609000', '182228.612000', '182228.614000', '182228.617000', '182228.619000', '182228.622000', '182228.625000', '182228.627000', '182228.630000', '182228.632000', '182228.635000', '182228.638000', '182228.640000', '182228.643000', '182228.645000', '182228.648000', '182228.650000', '182228.653000', '182228.656000', '182228.658000', '182228.661000', '182228.663000', '182228.666000', '182228.668000', '182228.671000', '182228.674000', '182228.676000', '182228.679000', '182228.681000', '182228.684000', '182228.686000', '182228.689000', '182248.578000', '182248.581000', '182248.584000', '182248.586000', '182248.589000', '182248.591000', '182248.594000', '182248.597000', '182248.599000', '182248.602000', '182248.604000', '182248.607000', '182248.610000', '182248.612000', '182248.615000', '182248.617000', '182248.620000', '182248.622000', '182248.625000', '182248.628000', '182248.630000', '182248.633000', '182248.635000', '182248.638000', '182248.640000', '182248.643000', '182248.645000', '182248.648000', '182248.651000', '182248.653000', '182248.656000', '182248.658000', '182248.661000', '182248.664000', '182248.666000', '182248.669000', '182248.671000', '182248.674000', '182248.676000', '182248.679000', '182248.682000', '182248.684000', '182248.687000', '182248.689000', '182308.579000', '182308.582000', '182308.585000', '182308.587000', '182308.590000', '182308.593000', '182308.595000', '182308.598000', '182308.600000', '182308.603000', '182308.606000', '182308.609000', '182308.612000', '182308.614000', '182308.617000', '182308.626000', '182308.629000', '182308.631000', '182308.634000', '182308.637000', '182308.639000', '182308.642000', '182308.644000', '182308.647000', '182308.649000', '182308.652000', '182308.655000', '182308.657000', '182308.660000', '182308.663000', '182308.666000', '182308.669000', '182308.702000', '182308.705000', '182308.707000', '182308.710000', '182308.712000', '182308.715000', '182308.718000', '182308.720000', '182308.723000', '182308.725000', '182308.728000', '182328.579000', '182328.582000', '182328.585000', '182328.587000', '182328.590000', '182328.593000', '182328.595000', '182328.598000', '182328.600000', '182328.603000', '182328.605000', '182328.608000', '182328.611000', '182328.613000', '182328.616000', '182328.618000', '182328.621000', '182328.624000', '182328.626000', '182328.629000', '182328.631000', '182328.634000', '182328.637000', '182328.639000', '182328.642000', '182328.645000', '182328.647000', '182328.650000', '182328.652000', '182328.655000', '182328.658000', '182328.660000', '182328.663000', '182328.666000', '182328.668000', '182328.671000', '182328.673000', '182328.676000', '182328.678000', '182328.681000', '182328.684000', '182328.686000', '182328.689000', '182328.691000', '182348.579000', '182348.581000', '182348.584000', '182348.587000', '182348.589000', '182348.592000', '182348.594000', '182348.597000', '182348.600000', '182348.602000', '182348.605000', '182348.607000', '182348.610000', '182348.612000', '182348.625000', '182348.628000', '182348.631000', '182348.633000', '182348.636000', '182348.638000', '182348.641000', '182348.644000', '182348.647000', '182348.650000', '182348.653000', '182348.656000', '182348.658000', '182348.661000', '182348.664000', '182348.666000', '182348.669000', '182348.672000', '182348.674000', '182348.677000', '182348.679000', '182348.682000', '182348.684000', '182348.687000', '182348.690000', '182348.692000', '182348.695000', '182348.697000', '182348.700000', '182408.578000', '182408.581000', '182408.584000', '182408.587000', '182408.589000', '182408.592000', '182408.594000', '182408.597000', '182408.600000', '182408.602000', '182408.605000', '182408.607000', '182408.610000', '182408.612000', '182408.615000', '182408.618000', '182408.620000', '182408.623000', '182408.625000', '182408.628000', '182408.630000', '182408.633000', '182408.636000', '182408.638000', '182408.641000', '182408.643000', '182408.646000', '182408.649000', '182408.651000', '182408.654000', '182408.657000', '182408.659000', '182408.662000', '182408.664000', '182408.667000', '182408.670000', '182408.672000', '182408.675000', '182408.677000', '182408.680000', '182408.682000', '182408.685000', '182408.688000', '182408.690000', '182428.579000', '182428.581000', '182428.584000', '182428.586000', '182428.589000', '182428.592000', '182428.594000', '182428.597000', '182428.599000', '182428.602000', '182428.605000', '182428.607000', '182428.610000', '182428.612000', '182428.615000', '182428.623000', '182428.625000', '182428.628000', '182428.631000', '182428.633000', '182428.636000', '182428.638000', '182428.641000', '182428.644000', '182428.646000', '182428.649000', '182428.651000', '182428.654000', '182428.657000', '182428.660000', '182428.662000', '182428.665000', '182428.668000', '182428.671000', '182428.674000', '182428.677000', '182428.679000', '182428.682000', '182428.684000', '182428.687000', '182428.690000', '182428.692000', '182428.717000', '182448.578000', '182448.581000', '182448.584000', '182448.586000', '182448.589000', '182448.592000', '182448.594000', '182448.597000', '182448.599000', '182448.602000', '182448.604000', '182448.607000', '182448.609000', '182448.612000', '182448.615000', '182448.617000', '182448.620000', '182448.622000', '182448.625000', '182448.627000', '182448.630000', '182448.633000', '182448.635000', '182448.638000', '182448.640000', '182448.643000', '182448.645000', '182448.648000', '182448.651000', '182448.653000', '182448.656000', '182448.658000', '182448.661000', '182448.663000', '182448.666000', '182448.669000', '182448.671000', '182448.674000', '182448.676000', '182448.679000', '182448.681000', '182448.684000', '182448.687000', '182448.689000', '182508.579000', '182508.581000', '182508.584000', '182508.587000', '182508.589000', '182508.592000', '182508.594000', '182508.597000', '182508.600000', '182508.602000', '182508.605000', '182508.607000', '182508.610000', '182508.613000', '182508.615000', '182508.618000', '182508.620000', '182508.623000', '182508.625000', '182508.628000', '182508.631000', '182508.633000', '182508.636000', '182508.638000', '182508.641000', '182508.643000', '182508.646000', '182508.649000', '182508.652000', '182508.655000', '182508.658000', '182508.661000', '182508.664000', '182508.667000', '182508.669000', '182508.672000', '182508.675000', '182508.677000', '182508.680000', '182508.682000', '182508.685000', '182508.688000', '182508.690000', '182528.579000', '182528.582000', '182528.585000', '182528.587000', '182528.590000', '182528.593000', '182528.595000', '182528.598000', '182528.601000', '182528.603000', '182528.606000', '182528.609000', '182528.611000', '182528.619000', '182528.622000', '182528.624000', '182528.627000', '182528.629000', '182528.632000', '182528.635000', '182528.637000', '182528.640000', '182528.642000', '182528.645000', '182528.648000', '182528.650000', '182528.653000', '182528.655000', '182528.658000', '182528.661000', '182528.663000', '182528.666000', '182528.668000', '182528.671000', '182528.674000', '182528.676000', '182528.679000', '182528.682000', '182528.684000', '182528.687000', '182528.689000', '182528.692000', '182528.695000', '182528.697000', '182548.579000', '182548.582000', '182548.585000', '182548.587000', '182548.590000', '182548.592000', '182548.595000', '182548.598000', '182548.600000', '182548.603000', '182548.605000', '182548.608000', '182548.611000', '182548.613000', '182548.616000', '182548.618000', '182548.621000', '182548.624000', '182548.626000', '182548.629000', '182548.631000', '182548.634000', '182548.636000', '182548.639000', '182548.642000', '182548.644000', '182548.647000', '182548.649000', '182548.652000', '182548.655000', '182548.657000', '182548.660000', '182548.662000', '182548.665000', '182548.667000', '182548.670000', '182548.673000', '182548.676000', '182548.678000', '182548.692000', '182548.694000', '182548.697000', '182548.699000', '182608.579000', '182608.581000', '182608.584000', '182608.586000', '182608.589000', '182608.592000', '182608.594000', '182608.597000', '182608.599000', '182608.602000', '182608.605000', '182608.607000', '182608.610000', '182608.612000', '182608.615000', '182608.618000', '182608.620000', '182608.623000', '182608.625000', '182608.628000', '182608.630000', '182608.633000', '182608.636000', '182608.638000', '182608.641000', '182608.643000', '182608.646000', '182608.648000', '182608.651000', '182608.654000', '182608.656000', '182608.659000', '182608.661000', '182608.664000', '182608.666000', '182608.669000', '182608.672000', '182608.674000', '182608.677000', '182608.679000', '182608.682000', '182608.684000', '182608.687000', '182608.690000', '182628.578000', '182628.581000', '182628.584000', '182628.587000', '182628.589000', '182628.592000', '182628.594000', '182628.597000', '182628.599000', '182628.602000', '182628.605000', '182628.607000', '182628.610000', '182628.612000', '182628.615000', '182628.618000', '182628.620000', '182628.623000', '182628.625000', '182628.628000', '182628.631000', '182628.633000', '182628.636000', '182628.638000', '182628.641000', '182628.643000', '182628.646000', '182628.649000', '182628.651000', '182628.654000', '182628.656000', '182628.659000', '182628.661000', '182628.664000', '182628.667000', '182628.669000', '182628.672000', '182628.675000', '182628.677000', '182628.680000', '182628.682000', '182628.685000', '182628.688000', '182648.579000', '182648.581000', '182648.584000', '182648.587000', '182648.589000', '182648.592000', '182648.595000', '182648.597000', '182648.600000', '182648.603000', '182648.605000', '182648.608000', '182648.610000', '182648.613000', '182648.616000', '182648.618000', '182648.621000', '182648.624000', '182648.626000', '182648.629000', '182648.631000', '182648.634000', '182648.637000', '182648.639000', '182648.642000', '182648.644000', '182648.647000', '182648.650000', '182648.652000', '182648.655000', '182648.657000', '182648.660000', '182648.663000', '182648.665000', '182648.668000', '182648.670000', '182648.673000', '182648.676000', '182648.678000', '182648.681000', '182648.683000', '182648.686000', '182648.688000', '182648.691000', '182708.579000', '182708.582000', '182708.584000', '182708.587000', '182708.590000', '182708.592000', '182708.595000', '182708.597000', '182708.600000', '182708.603000', '182708.605000', '182708.608000', '182708.611000', '182708.613000', '182708.616000', '182708.618000', '182708.621000', '182708.623000', '182708.626000', '182708.629000', '182708.631000', '182708.666000', '182708.669000', '182708.672000', '182708.674000', '182708.677000', '182708.680000', '182708.682000', '182708.685000', '182708.687000', '182708.690000', '182708.692000', '182708.695000', '182708.698000', '182708.700000', '182708.703000', '182708.705000', '182708.708000', '182708.711000', '182708.713000', '182708.716000', '182708.718000', '182708.721000', '182712.413000', '182712.416000', '182712.419000', '182712.422000', '182712.425000', '182712.428000', '182712.430000', '182712.433000', '182712.436000'], '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], 'LargestImagePixelValue': [10236, 13824, 9945, 11122, 10244, 9542, 13847, 10253, 9884, 9412, 9998, 9771, 11081, 9569, 9364, 8839, 11843, 9877, 10055, 8881, 9310, 11150, 9052, 9728, 9627, 9091, 13390, 10493, 9842, 8759, 9411, 9140, 10125, 11382, 11252, 9929, 13089, 9538, 10169, 13996, 9580, 13458, 9858, 10707, 13771, 9847, 13902, 9814, 10210, 10341, 9907, 12291, 9790, 10914, 14987, 9936, 10404, 10317, 9774, 10706, 9038, 10643, 11238, 9731, 10317, 9137, 10069, 14651, 9882, 11929, 11821, 9666, 11453, 9008, 10205, 12891, 9775, 9303, 8842, 9474, 10263, 9635, 9348, 9803, 9407, 13886, 9480, 12218, 9515, 9506, 13054, 9815, 10752, 9108, 10035, 13639, 9855, 11609, 10459, 10117, 14816, 10752, 12116, 9319, 9298, 13039, 9655, 11838, 9536, 9940, 12888, 9872, 12205, 9439, 10022, 14293, 9941, 10474, 10211, 10644, 13910, 10012, 9375, 9339, 9900, 10509, 9860, 11203, 10001, 9663, 9370, 9733, 13980, 10103, 12871, 9487, 10635, 15218, 9848, 12951, 9762, 10052, 12181, 9563, 13515, 9856, 10195, 9399, 9782, 10685, 9355, 9560, 8922, 9637, 10329, 8975, 10122, 11440, 9520, 12652, 9090, 9901, 9228, 9333, 14596, 9659, 10098, 12569, 9379, 13701, 9401, 9492, 11403, 10122, 11671, 9072, 9705, 9416, 9132, 8874, 10262, 10291, 9528, 9020, 8807, 9500, 14097, 9905, 11827, 11371, 10045, 15186, 10464, 11395, 9650, 9830, 14731, 9659, 12328, 9585, 10078, 8968, 9721, 10476, 9398, 9799, 9950, 9607, 12090, 10035, 9980, 10026, 9638, 15104, 10054, 11063, 9612, 9227, 9318, 9651, 11858, 9906, 11151, 9210, 10672, 9187, 9796, 14742, 10022, 10914, 12267, 9811, 12323, 9831, 10824, 9024, 9672, 15348, 9766, 10681, 9031, 9279, 14627, 9564, 9892, 9045, 9608, 10582, 8995, 9816, 8775, 9267, 10913, 9308, 9947, 8503, 9696, 9286, 10108, 9312, 9412, 8955, 9377, 14868, 10714, 12897, 9689, 11262, 15199, 10581, 12098, 8939, 9575, 13622, 8859, 10619, 13582, 8945, 13327, 9368, 9767, 8966, 8964, 12438, 9120, 10400, 8419, 9220, 8470, 10168, 13511, 10265, 14332, 9725, 12955, 9638, 10873, 14354, 9675, 14108, 10020, 11855, 15071, 10691, 11317, 8897, 9668, 13434, 9152, 10904, 8895, 9138, 9829, 9366, 10330, 9131, 9512, 14693, 9043, 12200, 8938, 9598, 9375, 9008, 10891, 8868, 9808, 8540, 8827, 10887, 9053, 10220, 9166, 9275, 11362, 9217, 8581, 9387, 12012, 9566, 11045, 14040, 9695, 12773, 9764, 9660, 15343, 11373, 13311, 9572, 10331, 15202, 9436, 12616, 12591, 9259, 13531, 9050, 10413, 10627, 8961, 14713, 8986, 10904, 8717, 9863, 12137, 9161, 12308, 9051, 9637, 9939, 9450, 13257, 9290, 10387, 13662, 9387, 11657, 8870, 10123, 12770, 9018, 11095, 8756, 9224, 12244, 8696, 10648, 8543, 8629, 11021, 9016, 9956, 8538, 9287, 10457, 9086, 10199, 8606, 9701, 14456, 8888, 10042, 8350, 8873, 10880, 8539, 11442, 8821, 9803, 9078, 10184, 14415, 9119, 12360, 11001, 9973, 13722, 8984, 9308, 8225, 8966, 9859, 9300, 10369, 9478, 10013, 8431, 9108, 9192, 9357, 12247, 8855, 10645, 12172, 9406, 14251, 9250, 12268, 9129, 9846, 15735, 9897, 14211, 9089, 9605, 8487, 9737, 9160, 9146, 10748, 8726, 10217, 10570, 8972, 13634, 9244, 10925, 8756, 9936, 15327, 9687, 13400, 9231, 10208, 9421, 9452, 13906, 8774, 13443, 9220, 10198, 8591, 9450, 14601, 9881, 10414, 14095, 9085, 11137, 8349, 9933, 12165, 9099, 10516, 8834, 9815, 10125, 8789, 10520, 8998, 10307, 8636, 9735, 14264, 9229, 14296, 9170, 9574, 13987, 9721, 12848, 9029, 9626, 8665, 9724, 8489, 9367, 14561, 9264, 10920, 9169, 10156, 15509, 9434, 13016, 9230, 9892, 15181, 9008, 11137, 8683, 8889, 11446, 8755, 10610, 9163, 9475, 10633, 9085, 11019, 8720, 9568, 14320, 9194, 10221, 8913, 9099, 10221, 9122, 10376, 9232, 9271, 14079, 8804, 11193, 9003, 9451, 12359, 9332, 11207, 9060, 9858, 9093, 9751, 14072, 9512, 13303, 11858, 10811, 15824, 9450, 11216, 11100, 9368, 15047, 9273, 12440, 8689, 10113, 14736, 9200, 11661, 9584, 9411, 12821, 9002, 12007, 9254, 9865, 12222, 9202, 11530, 8534, 10018, 8646, 8786, 10782, 8922, 9979, 13968, 8872, 12862, 8846, 9089, 13285, 8694, 10385, 8237, 8929, 8863, 10016, 9411, 8909, 8560, 11295, 8691, 12918, 11684, 9549, 13505, 10047, 10448, 9152, 9343, 14680, 8740, 12550, 11490, 9949, 14594, 8626, 10172, 8256, 9201, 8881, 8853, 11289, 8543, 10262, 11907, 8711, 13481, 8764, 10253, 8103, 8949, 14562, 8721, 11851, 8937, 9660, 14467, 8741, 12060, 8453, 9981, 8674, 8901, 11837, 8804, 9668, 8564, 8761, 10595, 8632, 10679, 8204, 8854, 14077, 8593, 10783, 13025, 8889, 13844, 8723, 10263, 8666, 8851, 11157, 8832, 9969, 8439, 8935, 11714, 8642, 10584, 10382, 9002, 14115, 8475, 10463, 11763, 9036, 13976, 9019, 8290, 9175, 7974, 9873, 13982, 11364, 9728, 15404, 9103, 10469, 13856, 9145, 12326, 8956, 9894, 14539, 9204, 13083, 9514, 10419, 15003, 8869, 10415, 8495, 8942, 8101, 9815, 11911, 8820, 11328, 9167, 9805, 8106, 9332, 12818, 9535, 11253, 8654, 9472, 8461, 9047, 11788, 8725, 10678, 8678, 9078, 9922, 8809, 10495, 8330, 9729, 14096, 8847, 10989, 8473, 9931, 8366, 10640, 8422, 9095, 9047, 10436, 13301, 10432, 11956, 8995, 9904, 8272, 8918, 13492, 9127, 11975, 10593, 9561, 14689, 9445, 10631, 10164, 9264, 10923, 8949, 11462, 8928, 10114, 13240, 8696, 11758, 8912, 9987, 8475, 9221, 11761, 8875, 11255, 9065, 10251, 8573, 9719, 12109, 9032, 12355, 8880, 11542, 8702, 9859, 14915, 9167, 13179, 10288, 10776, 12054, 9229, 11720, 8963, 10165, 8515, 9295, 8918, 9055, 11208, 8790, 11187, 8843, 10401, 8435, 9241, 14196, 9067, 12999, 9426, 10352, 8413, 9196, 11620, 8763, 11509, 9034, 10153, 8407, 9052, 13236, 8781, 11241, 9082, 10118, 8212, 9294, 12522, 8764, 11730, 8961, 9908, 15055, 8816, 11212, 8683, 9735, 8261, 9263, 8105, 8925, 8490, 10269, 13707, 10763, 11571, 8449, 9174, 13584, 8650, 11198, 9068, 9323, 14190, 8711, 10447, 8175, 9655, 14378, 8855, 12812, 8432, 9585, 13581, 8912, 11050, 8365, 9008, 11713, 8648, 9951, 8122, 8970, 9965, 8859, 10720, 8795, 9969, 11110, 8926, 9505, 8756, 7936, 9161, 14686, 9990, 10927, 14767, 8791, 9850, 11335, 8897, 10792, 8299, 9884, 9763, 8920, 11063, 8686, 9795, 11522, 8939, 13232, 8991, 9680, 13329, 8963, 12721, 8963, 10355, 10391, 9022, 10968, 8525, 10252, 8384, 9226, 14645, 8354, 12013, 8221, 9353, 8644, 8745, 12170, 8291, 9500, 15195, 8502, 11862, 8147, 9027, 12903, 8801, 10141, 8960, 9294, 8997, 8887, 11604, 8485, 10518, 8151, 9234, 14270, 8536, 12438, 8967, 9704, 8066, 8997, 12502, 8687, 10202, 7998, 9025, 9226, 8869, 11162, 8238, 9246, 14210, 8712, 12225, 8922, 9720, 13046, 8756, 12945, 8849, 10451, 12565, 8979, 12742, 8652, 11363, 8833, 9333, 12882, 8959, 12690, 9051, 10605, 8294, 9248, 9690, 9023, 14493, 8927, 12544, 8916, 10492, 14779, 8903, 13384, 8752, 11662, 8075, 9457, 13793, 8603, 11536, 8345, 9193, 13745, 8802, 10660, 8162, 9037, 10430, 8931, 10924, 8770, 9463, 10666, 8838, 11596, 8603, 9748, 8088, 9279, 13769, 8762, 10178, 8398, 9340, 14626, 8612, 13086, 10779, 10158, 14242, 8746, 11534, 8281, 9455, 13853, 8972, 12994, 8792, 9438, 12880, 8900, 12224, 8951, 9329, 10249, 9098, 10768, 8790, 9568, 10322, 9065, 12205, 8304, 9016, 12709, 8749, 11903, 8521, 9174, 15008, 8807, 13057, 9261, 10127, 12250, 9038, 11354, 8455, 9206, 13237, 8991, 9551, 12610, 8950, 11506, 8236, 9191, 12014, 8879, 10213, 8376, 9522, 14385, 8437, 9725, 9455, 9034, 13461, 8259, 9221, 15530, 9952, 9950, 11488, 9042, 12457, 12614, 9030, 13084, 9067, 10325, 12533, 8730, 9867, 12485, 8666, 11524, 8637, 9083, 12850, 8832, 10121, 11001, 8774, 11958, 8653, 9819, 9705, 8921, 13059, 8902, 9960, 15235, 8606, 10384, 8415, 9197, 10791, 8955, 10492, 8547, 8986, 12364, 8975, 9651, 9508, 9041, 12146, 8681, 9347, 14010, 9018, 13282, 9499, 10085, 14918, 9572, 10052, 12569, 8955, 10510, 8144, 8865, 11370, 8783, 11247, 8360, 9569, 14029, 8751, 11904, 8130, 9144, 13817, 8562, 10137, 13084, 8817, 13062, 8794, 9847, 8079, 9223, 12700, 8933, 10056, 8304, 9215, 12394, 8774, 9960, 15167, 8913, 12863, 8298, 9327, 13940, 8732, 10029, 8604, 9092, 11418, 8897, 10857, 9012, 9013, 11833, 8652, 9975, 8769, 9272, 11525, 8807, 10048, 8280, 9376, 15395, 8716, 11410, 11027, 9069, 14645, 8752, 9932, 14393, 9068, 13791, 8899, 9377, 11623, 9173, 11891, 8723, 9690, 13110, 8978, 10365, 8138, 9223, 11858, 8934, 9748, 7948, 9112, 11990, 8933, 10222, 8443, 9285, 12722, 8962, 11906, 8865, 9755, 12650, 9172, 12983, 8722, 9413, 15777, 8820, 13112, 8737, 9374, 11726, 9246, 13521, 8841, 13167, 8847, 11567, 13610, 9341, 13485, 9822, 10825, 14482, 8981, 14306, 9662, 10512, 14706, 8906, 12787, 8936, 9861, 14917, 8836, 12128, 8329, 9173, 11962, 8954, 11772, 8418, 9615, 8245, 9070, 11847, 8674, 11879, 8563, 9507, 15410, 9032, 11866, 8519, 9412, 14682, 8567, 9151, 8385, 9419, 8098, 9192, 8009, 10095, 8301, 11920, 14571, 11888, 14651, 10626], 'WindowCenter': [4860.0, 4873.0, 4820.0, 4825.0, 4812.0, 4803.0, 4819.0, 4799.0, 4800.0, 4788.0, 4790.0, 4788.0, 4835.0, 4799.0, 4790.0, 4789.0, 4806.0, 4798.0, 4798.0, 4804.0, 4802.0, 4810.0, 4790.0, 4800.0, 4801.0, 4802.0, 4829.0, 4825.0, 4814.0, 4790.0, 4802.0, 4800.0, 4824.0, 4834.0, 4823.0, 4814.0, 4832.0, 4802.0, 4813.0, 4843.0, 4803.0, 4830.0, 4810.0, 4812.0, 4828.0, 4800.0, 4831.0, 4800.0, 4810.0, 4799.0, 4800.0, 4819.0, 4799.0, 4809.0, 4827.0, 4801.0, 4808.0, 4798.0, 4798.0, 4808.0, 4790.0, 4810.0, 4808.0, 4801.0, 4810.0, 4789.0, 4800.0, 4830.0, 4798.0, 4818.0, 4807.0, 4788.0, 4806.0, 4776.0, 4798.0, 4816.0, 4798.0, 4790.0, 4777.0, 4800.0, 4798.0, 4801.0, 4799.0, 4810.0, 4803.0, 4842.0, 4812.0, 4821.0, 4817.0, 4804.0, 4826.0, 4800.0, 4810.0, 4789.0, 4801.0, 4830.0, 4800.0, 4819.0, 4809.0, 4801.0, 4828.0, 4798.0, 4831.0, 4787.0, 4788.0, 4815.0, 4790.0, 4819.0, 4801.0, 4800.0, 4827.0, 4801.0, 4818.0, 4790.0, 4800.0, 4826.0, 4797.0, 4798.0, 4798.0, 4811.0, 4825.0, 4788.0, 4788.0, 4789.0, 4798.0, 4797.0, 4799.0, 4810.0, 4800.0, 4799.0, 4799.0, 4802.0, 4837.0, 4810.0, 4831.0, 4799.0, 4809.0, 4836.0, 4798.0, 4819.0, 4800.0, 4800.0, 4820.0, 4802.0, 4828.0, 4798.0, 4799.0, 4788.0, 4799.0, 4808.0, 4800.0, 4800.0, 4787.0, 4800.0, 4808.0, 4802.0, 4823.0, 4821.0, 4801.0, 4829.0, 4792.0, 4812.0, 4789.0, 4802.0, 4839.0, 4801.0, 4801.0, 4817.0, 4792.0, 4827.0, 4789.0, 4799.0, 4819.0, 4822.0, 4819.0, 4790.0, 4798.0, 4800.0, 4801.0, 4800.0, 4825.0, 4812.0, 4801.0, 4802.0, 4803.0, 4814.0, 4842.0, 4813.0, 4833.0, 4835.0, 4801.0, 4838.0, 4810.0, 4819.0, 4800.0, 4813.0, 4839.0, 4800.0, 4829.0, 4791.0, 4799.0, 4788.0, 4803.0, 4809.0, 4802.0, 4800.0, 4801.0, 4801.0, 4830.0, 4810.0, 4812.0, 4812.0, 4801.0, 4852.0, 4810.0, 4809.0, 4802.0, 4802.0, 4800.0, 4813.0, 4830.0, 4812.0, 4823.0, 4802.0, 4814.0, 4790.0, 4811.0, 4852.0, 4802.0, 4809.0, 4817.0, 4800.0, 4817.0, 4801.0, 4810.0, 4790.0, 4800.0, 4836.0, 4797.0, 4799.0, 4788.0, 4789.0, 4827.0, 4788.0, 4796.0, 4775.0, 4799.0, 4808.0, 4777.0, 4799.0, 4776.0, 4789.0, 4807.0, 4789.0, 4798.0, 4779.0, 4814.0, 4801.0, 4823.0, 4815.0, 4815.0, 4816.0, 4815.0, 4852.0, 4823.0, 4833.0, 4789.0, 4810.0, 4840.0, 4800.0, 4820.0, 4778.0, 4789.0, 4825.0, 4778.0, 4812.0, 4815.0, 4779.0, 4828.0, 4789.0, 4798.0, 4789.0, 4801.0, 4830.0, 4826.0, 4825.0, 4794.0, 4803.0, 4796.0, 4823.0, 4841.0, 4814.0, 4852.0, 4812.0, 4832.0, 4802.0, 4813.0, 4839.0, 4802.0, 4829.0, 4788.0, 4821.0, 4837.0, 4798.0, 4807.0, 4778.0, 4800.0, 4816.0, 4789.0, 4809.0, 4802.0, 4804.0, 4799.0, 4800.0, 4798.0, 4788.0, 4801.0, 4838.0, 4792.0, 4818.0, 4791.0, 4800.0, 4788.0, 4792.0, 4822.0, 4790.0, 4800.0, 4793.0, 4803.0, 4809.0, 4792.0, 4813.0, 4801.0, 4803.0, 4821.0, 4803.0, 4803.0, 4816.0, 4835.0, 4803.0, 4823.0, 4841.0, 4814.0, 4842.0, 4814.0, 4816.0, 4855.0, 4822.0, 4843.0, 4802.0, 4811.0, 4841.0, 4792.0, 4832.0, 4819.0, 4789.0, 4827.0, 4792.0, 4813.0, 4798.0, 4789.0, 4826.0, 4789.0, 4807.0, 4779.0, 4800.0, 4819.0, 4801.0, 4818.0, 4790.0, 4800.0, 4797.0, 4799.0, 4829.0, 4789.0, 4811.0, 4827.0, 4787.0, 4809.0, 4779.0, 4797.0, 4818.0, 4788.0, 4806.0, 4776.0, 4790.0, 4818.0, 4777.0, 4800.0, 4779.0, 4792.0, 4797.0, 4788.0, 4803.0, 4778.0, 4791.0, 4798.0, 4791.0, 4799.0, 4778.0, 4799.0, 4827.0, 4790.0, 4800.0, 4777.0, 4791.0, 4808.0, 4790.0, 4821.0, 4792.0, 4812.0, 4803.0, 4812.0, 4839.0, 4790.0, 4831.0, 4810.0, 4813.0, 4828.0, 4790.0, 4790.0, 4780.0, 4791.0, 4799.0, 4803.0, 4812.0, 4812.0, 4813.0, 4793.0, 4804.0, 4800.0, 4803.0, 4833.0, 4793.0, 4825.0, 4820.0, 4804.0, 4840.0, 4801.0, 4822.0, 4800.0, 4804.0, 4838.0, 4803.0, 4840.0, 4787.0, 4801.0, 4779.0, 4801.0, 4790.0, 4803.0, 4810.0, 4791.0, 4812.0, 4811.0, 4793.0, 4839.0, 4802.0, 4810.0, 4779.0, 4813.0, 4838.0, 4802.0, 4828.0, 4802.0, 4811.0, 4799.0, 4815.0, 4840.0, 4792.0, 4829.0, 4802.0, 4812.0, 4789.0, 4813.0, 4841.0, 4799.0, 4810.0, 4828.0, 4790.0, 4810.0, 4780.0, 4801.0, 4819.0, 4790.0, 4813.0, 4790.0, 4802.0, 4798.0, 4791.0, 4809.0, 4803.0, 4810.0, 4793.0, 4802.0, 4840.0, 4800.0, 4838.0, 4789.0, 4801.0, 4831.0, 4802.0, 4818.0, 4789.0, 4801.0, 4792.0, 4801.0, 4793.0, 4803.0, 4839.0, 4804.0, 4821.0, 4802.0, 4810.0, 4841.0, 4801.0, 4829.0, 4789.0, 4801.0, 4826.0, 4790.0, 4808.0, 4777.0, 4789.0, 4807.0, 4779.0, 4796.0, 4788.0, 4801.0, 4808.0, 4790.0, 4810.0, 4779.0, 4801.0, 4828.0, 4788.0, 4798.0, 4789.0, 4790.0, 4798.0, 4803.0, 4799.0, 4792.0, 4801.0, 4829.0, 4792.0, 4810.0, 4802.0, 4803.0, 4819.0, 4802.0, 4809.0, 4802.0, 4811.0, 4802.0, 4813.0, 4842.0, 4805.0, 4842.0, 4822.0, 4813.0, 4849.0, 4802.0, 4822.0, 4823.0, 4802.0, 4839.0, 4790.0, 4829.0, 4790.0, 4810.0, 4838.0, 4789.0, 4821.0, 4799.0, 4802.0, 4828.0, 4801.0, 4821.0, 4791.0, 4801.0, 4818.0, 4803.0, 4823.0, 4780.0, 4800.0, 4777.0, 4793.0, 4810.0, 4791.0, 4802.0, 4829.0, 4791.0, 4819.0, 4790.0, 4792.0, 4828.0, 4781.0, 4815.0, 4793.0, 4804.0, 4803.0, 4815.0, 4813.0, 4817.0, 4821.0, 4836.0, 4806.0, 4846.0, 4835.0, 4815.0, 4842.0, 4802.0, 4812.0, 4793.0, 4802.0, 4841.0, 4796.0, 4832.0, 4809.0, 4801.0, 4827.0, 4780.0, 4799.0, 4782.0, 4802.0, 4789.0, 4792.0, 4811.0, 4790.0, 4813.0, 4820.0, 4792.0, 4843.0, 4791.0, 4811.0, 4782.0, 4791.0, 4839.0, 4781.0, 4821.0, 4791.0, 4802.0, 4831.0, 4780.0, 4818.0, 4783.0, 4801.0, 4779.0, 4802.0, 4820.0, 4804.0, 4813.0, 4780.0, 4790.0, 4811.0, 4791.0, 4811.0, 4780.0, 4802.0, 4840.0, 4791.0, 4824.0, 4829.0, 4791.0, 4827.0, 4792.0, 4813.0, 4780.0, 4791.0, 4822.0, 4792.0, 4801.0, 4792.0, 4803.0, 4831.0, 4806.0, 4837.0, 4813.0, 4806.0, 4843.0, 4796.0, 4840.0, 4821.0, 4792.0, 4840.0, 4793.0, 4783.0, 4804.0, 4796.0, 4827.0, 4853.0, 4812.0, 4803.0, 4853.0, 4792.0, 4811.0, 4829.0, 4801.0, 4820.0, 4791.0, 4802.0, 4841.0, 4792.0, 4819.0, 4788.0, 4799.0, 4840.0, 4778.0, 4799.0, 4767.0, 4777.0, 4757.0, 4787.0, 4808.0, 4778.0, 4807.0, 4788.0, 4787.0, 4768.0, 4789.0, 4817.0, 4787.0, 4809.0, 4769.0, 4788.0, 4769.0, 4793.0, 4820.0, 4779.0, 4800.0, 4768.0, 4779.0, 4787.0, 4779.0, 4798.0, 4781.0, 4789.0, 4829.0, 4792.0, 4798.0, 4778.0, 4802.0, 4793.0, 4814.0, 4794.0, 4817.0, 4816.0, 4837.0, 4847.0, 4815.0, 4821.0, 4792.0, 4802.0, 4783.0, 4793.0, 4833.0, 4793.0, 4821.0, 4799.0, 4789.0, 4828.0, 4792.0, 4798.0, 4790.0, 4788.0, 4797.0, 4789.0, 4809.0, 4779.0, 4801.0, 4831.0, 4791.0, 4817.0, 4790.0, 4800.0, 4780.0, 4802.0, 4833.0, 4794.0, 4822.0, 4791.0, 4812.0, 4792.0, 4803.0, 4833.0, 4807.0, 4832.0, 4794.0, 4821.0, 4794.0, 4813.0, 4866.0, 4806.0, 4835.0, 4800.0, 4813.0, 4818.0, 4803.0, 4822.0, 4792.0, 4812.0, 4794.0, 4802.0, 4790.0, 4793.0, 4826.0, 4795.0, 4823.0, 4803.0, 4824.0, 4794.0, 4805.0, 4844.0, 4806.0, 4834.0, 4793.0, 4801.0, 4783.0, 4802.0, 4821.0, 4793.0, 4821.0, 4791.0, 4811.0, 4781.0, 4803.0, 4845.0, 4808.0, 4823.0, 4791.0, 4812.0, 4781.0, 4803.0, 4833.0, 4795.0, 4833.0, 4792.0, 4814.0, 4839.0, 4795.0, 4822.0, 4781.0, 4803.0, 4797.0, 4816.0, 4796.0, 4815.0, 4806.0, 4840.0, 4858.0, 4824.0, 4824.0, 4783.0, 4805.0, 4831.0, 4793.0, 4813.0, 4791.0, 4793.0, 4829.0, 4780.0, 4811.0, 4781.0, 4801.0, 4829.0, 4792.0, 4819.0, 4779.0, 4791.0, 4828.0, 4790.0, 4809.0, 4779.0, 4792.0, 4808.0, 4781.0, 4801.0, 4781.0, 4795.0, 4799.0, 4794.0, 4811.0, 4793.0, 4813.0, 4798.0, 4794.0, 4802.0, 4795.0, 4796.0, 4815.0, 4855.0, 4816.0, 4825.0, 4841.0, 4794.0, 4802.0, 4809.0, 4790.0, 4809.0, 4781.0, 4802.0, 4789.0, 4790.0, 4809.0, 4793.0, 4812.0, 4808.0, 4793.0, 4831.0, 4779.0, 4790.0, 4829.0, 4793.0, 4818.0, 4794.0, 4802.0, 4788.0, 4789.0, 4811.0, 4782.0, 4802.0, 4779.0, 4807.0, 4851.0, 4794.0, 4821.0, 4782.0, 4791.0, 4779.0, 4792.0, 4820.0, 4780.0, 4802.0, 4839.0, 4782.0, 4809.0, 4768.0, 4794.0, 4820.0, 4794.0, 4800.0, 4790.0, 4801.0, 4792.0, 4793.0, 4811.0, 4794.0, 4812.0, 4771.0, 4801.0, 4841.0, 4793.0, 4820.0, 4790.0, 4790.0, 4771.0, 4804.0, 4821.0, 4781.0, 4803.0, 4772.0, 4791.0, 4793.0, 4804.0, 4821.0, 4792.0, 4804.0, 4843.0, 4794.0, 4822.0, 4791.0, 4815.0, 4843.0, 4793.0, 4832.0, 4805.0, 4813.0, 4832.0, 4805.0, 4830.0, 4795.0, 4822.0, 4802.0, 4804.0, 4832.0, 4804.0, 4831.0, 4805.0, 4814.0, 4782.0, 4803.0, 4814.0, 4804.0, 4843.0, 4805.0, 4834.0, 4792.0, 4815.0, 4853.0, 4794.0, 4830.0, 4795.0, 4824.0, 4783.0, 4803.0, 4842.0, 4793.0, 4822.0, 4781.0, 4803.0, 4829.0, 4792.0, 4813.0, 4781.0, 4793.0, 4801.0, 4791.0, 4811.0, 4780.0, 4802.0, 4812.0, 4792.0, 4821.0, 4793.0, 4803.0, 4783.0, 4804.0, 4843.0, 4794.0, 4813.0, 4785.0, 4805.0, 4840.0, 4792.0, 4845.0, 4813.0, 4813.0, 4839.0, 4794.0, 4821.0, 4783.0, 4804.0, 4829.0, 4794.0, 4832.0, 4794.0, 4805.0, 4833.0, 4805.0, 4832.0, 4794.0, 4804.0, 4802.0, 4802.0, 4822.0, 4794.0, 4814.0, 4814.0, 4807.0, 4835.0, 4796.0, 4806.0, 4833.0, 4794.0, 4834.0, 4794.0, 4815.0, 4855.0, 4795.0, 4835.0, 4805.0, 4814.0, 4821.0, 4793.0, 4822.0, 4781.0, 4805.0, 4842.0, 4793.0, 4803.0, 4831.0, 4804.0, 4822.0, 4783.0, 4804.0, 4820.0, 4804.0, 4813.0, 4798.0, 4818.0, 4844.0, 4796.0, 4815.0, 4804.0, 4807.0, 4845.0, 4794.0, 4807.0, 4857.0, 4803.0, 4804.0, 4821.0, 4793.0, 4835.0, 4820.0, 4793.0, 4833.0, 4781.0, 4801.0, 4819.0, 4793.0, 4813.0, 4821.0, 4783.0, 4820.0, 4793.0, 4793.0, 4830.0, 4792.0, 4815.0, 4822.0, 4794.0, 4821.0, 4793.0, 4812.0, 4803.0, 4794.0, 4831.0, 4792.0, 4815.0, 4839.0, 4780.0, 4802.0, 4780.0, 4803.0, 4810.0, 4793.0, 4812.0, 4792.0, 4793.0, 4833.0, 4793.0, 4803.0, 4790.0, 4795.0, 4834.0, 4781.0, 4794.0, 4831.0, 4793.0, 4832.0, 4801.0, 4813.0, 4839.0, 4790.0, 4791.0, 4808.0, 4791.0, 4811.0, 4798.0, 4806.0, 4809.0, 4784.0, 4810.0, 4781.0, 4802.0, 4840.0, 4793.0, 4821.0, 4771.0, 4804.0, 4831.0, 4792.0, 4815.0, 4833.0, 4792.0, 4830.0, 4782.0, 4802.0, 4770.0, 4802.0, 4833.0, 4795.0, 4804.0, 4784.0, 4802.0, 4822.0, 4780.0, 4813.0, 4843.0, 4791.0, 4822.0, 4779.0, 4792.0, 4829.0, 4793.0, 4805.0, 4783.0, 4792.0, 4811.0, 4793.0, 4812.0, 4793.0, 4794.0, 4822.0, 4795.0, 4814.0, 4781.0, 4806.0, 4835.0, 4807.0, 4816.0, 4795.0, 4819.0, 4853.0, 4807.0, 4836.0, 4812.0, 4796.0, 4843.0, 4782.0, 4815.0, 4844.0, 4804.0, 4831.0, 4792.0, 4803.0, 4811.0, 4805.0, 4835.0, 4792.0, 4803.0, 4832.0, 4793.0, 4813.0, 4773.0, 4805.0, 4822.0, 4793.0, 4803.0, 4771.0, 4794.0, 4833.0, 4806.0, 4813.0, 4784.0, 4806.0, 4831.0, 4793.0, 4825.0, 4793.0, 4804.0, 4834.0, 4804.0, 4832.0, 4794.0, 4806.0, 4852.0, 4793.0, 4835.0, 4793.0, 4804.0, 4835.0, 4806.0, 4842.0, 4806.0, 4845.0, 4808.0, 4838.0, 4845.0, 4806.0, 4844.0, 4814.0, 4825.0, 4842.0, 4804.0, 4856.0, 4804.0, 4815.0, 4843.0, 4793.0, 4831.0, 4793.0, 4804.0, 4841.0, 4792.0, 4823.0, 4782.0, 4804.0, 4822.0, 4819.0, 4887.0, 4809.0, 4827.0, 4794.0, 4819.0, 4834.0, 4795.0, 4834.0, 4794.0, 4816.0, 4855.0, 4806.0, 4825.0, 4794.0, 4807.0, 4896.0, 4849.0, 4831.0, 4810.0, 4820.0, 4811.0, 4828.0, 4810.0, 4838.0, 4833.0, 4863.0, 4868.0, 4850.0, 4856.0, 4816.0], 'WindowWidth': [10617.0, 10617.0, 10533.0, 10530.0, 10508.0, 10496.0, 10507.0, 10481.0, 10486.0, 10464.0, 10468.0, 10466.0, 10540.0, 10483.0, 10470.0, 10466.0, 10486.0, 10478.0, 10478.0, 10494.0, 10490.0, 10496.0, 10470.0, 10485.0, 10486.0, 10490.0, 10525.0, 10527.0, 10507.0, 10470.0, 10491.0, 10486.0, 10523.0, 10539.0, 10521.0, 10510.0, 10530.0, 10488.0, 10507.0, 10547.0, 10491.0, 10528.0, 10500.0, 10503.0, 10519.0, 10484.0, 10527.0, 10483.0, 10497.0, 10481.0, 10486.0, 10511.0, 10480.0, 10494.0, 10517.0, 10485.0, 10493.0, 10476.0, 10479.0, 10494.0, 10472.0, 10497.0, 10493.0, 10487.0, 10499.0, 10470.0, 10483.0, 10523.0, 10480.0, 10507.0, 10487.0, 10463.0, 10488.0, 10444.0, 10477.0, 10498.0, 10480.0, 10469.0, 10448.0, 10482.0, 10476.0, 10486.0, 10483.0, 10498.0, 10494.0, 10546.0, 10507.0, 10515.0, 10518.0, 10495.0, 10515.0, 10485.0, 10500.0, 10467.0, 10487.0, 10523.0, 10485.0, 10511.0, 10494.0, 10484.0, 10518.0, 10478.0, 10529.0, 10463.0, 10466.0, 10498.0, 10469.0, 10509.0, 10486.0, 10486.0, 10518.0, 10487.0, 10506.0, 10468.0, 10482.0, 10515.0, 10476.0, 10479.0, 10478.0, 10501.0, 10510.0, 10464.0, 10464.0, 10467.0, 10480.0, 10475.0, 10482.0, 10496.0, 10486.0, 10483.0, 10484.0, 10490.0, 10532.0, 10498.0, 10528.0, 10483.0, 10496.0, 10528.0, 10479.0, 10507.0, 10485.0, 10486.0, 10511.0, 10492.0, 10519.0, 10478.0, 10482.0, 10464.0, 10482.0, 10494.0, 10487.0, 10485.0, 10465.0, 10485.0, 10494.0, 10492.0, 10524.0, 10516.0, 10487.0, 10521.0, 10476.0, 10503.0, 10469.0, 10489.0, 10535.0, 10486.0, 10486.0, 10504.0, 10473.0, 10517.0, 10467.0, 10482.0, 10512.0, 10519.0, 10508.0, 10472.0, 10480.0, 10486.0, 10489.0, 10489.0, 10530.0, 10504.0, 10489.0, 10493.0, 10494.0, 10509.0, 10545.0, 10508.0, 10534.0, 10541.0, 10487.0, 10534.0, 10497.0, 10509.0, 10485.0, 10507.0, 10540.0, 10487.0, 10524.0, 10471.0, 10484.0, 10467.0, 10493.0, 10497.0, 10490.0, 10484.0, 10486.0, 10489.0, 10526.0, 10501.0, 10506.0, 10505.0, 10489.0, 10560.0, 10501.0, 10497.0, 10490.0, 10489.0, 10487.0, 10508.0, 10528.0, 10505.0, 10521.0, 10489.0, 10510.0, 10471.0, 10503.0, 10561.0, 10491.0, 10497.0, 10503.0, 10484.0, 10504.0, 10486.0, 10498.0, 10473.0, 10484.0, 10527.0, 10476.0, 10480.0, 10467.0, 10467.0, 10516.0, 10464.0, 10474.0, 10444.0, 10481.0, 10495.0, 10448.0, 10480.0, 10446.0, 10469.0, 10489.0, 10469.0, 10479.0, 10454.0, 10511.0, 10490.0, 10524.0, 10517.0, 10517.0, 10518.0, 10516.0, 10561.0, 10520.0, 10535.0, 10469.0, 10498.0, 10540.0, 10481.0, 10509.0, 10451.0, 10468.0, 10512.0, 10450.0, 10506.0, 10498.0, 10452.0, 10517.0, 10469.0, 10480.0, 10469.0, 10489.0, 10527.0, 10534.0, 10526.0, 10486.0, 10495.0, 10490.0, 10523.0, 10544.0, 10510.0, 10562.0, 10507.0, 10533.0, 10492.0, 10506.0, 10537.0, 10489.0, 10524.0, 10465.0, 10514.0, 10532.0, 10477.0, 10488.0, 10450.0, 10483.0, 10500.0, 10467.0, 10496.0, 10492.0, 10496.0, 10484.0, 10485.0, 10478.0, 10466.0, 10487.0, 10532.0, 10474.0, 10505.0, 10473.0, 10485.0, 10464.0, 10477.0, 10517.0, 10472.0, 10485.0, 10479.0, 10492.0, 10495.0, 10476.0, 10508.0, 10488.0, 10493.0, 10515.0, 10492.0, 10495.0, 10519.0, 10542.0, 10493.0, 10520.0, 10544.0, 10510.0, 10547.0, 10511.0, 10517.0, 10568.0, 10519.0, 10546.0, 10488.0, 10501.0, 10544.0, 10475.0, 10529.0, 10506.0, 10467.0, 10515.0, 10477.0, 10506.0, 10479.0, 10467.0, 10513.0, 10468.0, 10490.0, 10455.0, 10486.0, 10509.0, 10488.0, 10508.0, 10471.0, 10483.0, 10475.0, 10480.0, 10522.0, 10465.0, 10501.0, 10516.0, 10462.0, 10493.0, 10453.0, 10476.0, 10503.0, 10464.0, 10486.0, 10446.0, 10470.0, 10506.0, 10449.0, 10481.0, 10452.0, 10473.0, 10475.0, 10464.0, 10491.0, 10451.0, 10473.0, 10479.0, 10473.0, 10481.0, 10451.0, 10482.0, 10516.0, 10472.0, 10483.0, 10449.0, 10471.0, 10494.0, 10471.0, 10514.0, 10477.0, 10503.0, 10493.0, 10505.0, 10536.0, 10471.0, 10527.0, 10496.0, 10509.0, 10521.0, 10468.0, 10470.0, 10457.0, 10473.0, 10483.0, 10492.0, 10505.0, 10506.0, 10508.0, 10481.0, 10497.0, 10488.0, 10496.0, 10536.0, 10481.0, 10525.0, 10512.0, 10493.0, 10539.0, 10490.0, 10517.0, 10486.0, 10493.0, 10533.0, 10489.0, 10539.0, 10463.0, 10485.0, 10454.0, 10488.0, 10472.0, 10492.0, 10498.0, 10473.0, 10505.0, 10501.0, 10479.0, 10536.0, 10490.0, 10500.0, 10455.0, 10509.0, 10535.0, 10488.0, 10519.0, 10490.0, 10500.0, 10484.0, 10512.0, 10541.0, 10477.0, 10524.0, 10491.0, 10504.0, 10469.0, 10508.0, 10544.0, 10482.0, 10498.0, 10519.0, 10469.0, 10498.0, 10456.0, 10484.0, 10507.0, 10472.0, 10506.0, 10472.0, 10491.0, 10480.0, 10474.0, 10497.0, 10492.0, 10500.0, 10480.0, 10490.0, 10539.0, 10485.0, 10535.0, 10467.0, 10487.0, 10526.0, 10493.0, 10508.0, 10470.0, 10486.0, 10478.0, 10489.0, 10481.0, 10494.0, 10538.0, 10493.0, 10517.0, 10489.0, 10499.0, 10542.0, 10486.0, 10523.0, 10467.0, 10483.0, 10512.0, 10469.0, 10491.0, 10448.0, 10467.0, 10488.0, 10452.0, 10473.0, 10466.0, 10488.0, 10493.0, 10473.0, 10498.0, 10452.0, 10486.0, 10518.0, 10465.0, 10480.0, 10468.0, 10472.0, 10479.0, 10489.0, 10483.0, 10473.0, 10487.0, 10522.0, 10474.0, 10498.0, 10491.0, 10493.0, 10510.0, 10490.0, 10496.0, 10491.0, 10503.0, 10493.0, 10510.0, 10546.0, 10497.0, 10545.0, 10515.0, 10505.0, 10551.0, 10490.0, 10516.0, 10520.0, 10490.0, 10536.0, 10472.0, 10524.0, 10471.0, 10498.0, 10533.0, 10469.0, 10514.0, 10484.0, 10490.0, 10522.0, 10488.0, 10516.0, 10472.0, 10486.0, 10506.0, 10494.0, 10522.0, 10458.0, 10484.0, 10452.0, 10478.0, 10498.0, 10474.0, 10489.0, 10522.0, 10472.0, 10508.0, 10468.0, 10473.0, 10518.0, 10459.0, 10511.0, 10479.0, 10495.0, 10492.0, 10513.0, 10511.0, 10523.0, 10535.0, 10546.0, 10504.0, 10560.0, 10541.0, 10513.0, 10545.0, 10489.0, 10502.0, 10477.0, 10490.0, 10541.0, 10484.0, 10531.0, 10491.0, 10487.0, 10517.0, 10455.0, 10480.0, 10461.0, 10488.0, 10469.0, 10475.0, 10499.0, 10470.0, 10506.0, 10510.0, 10476.0, 10551.0, 10474.0, 10499.0, 10462.0, 10473.0, 10534.0, 10458.0, 10517.0, 10471.0, 10488.0, 10525.0, 10456.0, 10506.0, 10464.0, 10487.0, 10455.0, 10491.0, 10511.0, 10499.0, 10507.0, 10457.0, 10471.0, 10501.0, 10475.0, 10502.0, 10458.0, 10489.0, 10538.0, 10475.0, 10521.0, 10521.0, 10470.0, 10517.0, 10475.0, 10503.0, 10453.0, 10473.0, 10516.0, 10475.0, 10487.0, 10477.0, 10493.0, 10531.0, 10502.0, 10548.0, 10510.0, 10501.0, 10548.0, 10490.0, 10554.0, 10516.0, 10475.0, 10540.0, 10476.0, 10464.0, 10496.0, 10490.0, 10535.0, 10565.0, 10501.0, 10493.0, 10564.0, 10476.0, 10499.0, 10522.0, 10487.0, 10511.0, 10471.0, 10486.0, 10542.0, 10475.0, 10508.0, 10461.0, 10476.0, 10536.0, 10450.0, 10477.0, 10433.0, 10446.0, 10418.0, 10461.0, 10490.0, 10448.0, 10491.0, 10465.0, 10460.0, 10434.0, 10466.0, 10501.0, 10462.0, 10494.0, 10438.0, 10463.0, 10436.0, 10478.0, 10512.0, 10454.0, 10479.0, 10435.0, 10451.0, 10459.0, 10453.0, 10477.0, 10460.0, 10467.0, 10520.0, 10474.0, 10476.0, 10452.0, 10488.0, 10478.0, 10508.0, 10485.0, 10520.0, 10519.0, 10546.0, 10558.0, 10508.0, 10513.0, 10475.0, 10489.0, 10462.0, 10477.0, 10532.0, 10476.0, 10513.0, 10479.0, 10466.0, 10516.0, 10474.0, 10477.0, 10464.0, 10463.0, 10473.0, 10467.0, 10493.0, 10453.0, 10485.0, 10526.0, 10471.0, 10504.0, 10470.0, 10483.0, 10456.0, 10489.0, 10534.0, 10481.0, 10515.0, 10473.0, 10502.0, 10476.0, 10492.0, 10533.0, 10503.0, 10529.0, 10481.0, 10516.0, 10480.0, 10508.0, 10586.0, 10499.0, 10536.0, 10483.0, 10503.0, 10505.0, 10490.0, 10517.0, 10474.0, 10503.0, 10481.0, 10491.0, 10470.0, 10477.0, 10527.0, 10485.0, 10519.0, 10493.0, 10521.0, 10479.0, 10497.0, 10549.0, 10501.0, 10534.0, 10476.0, 10487.0, 10465.0, 10489.0, 10513.0, 10478.0, 10513.0, 10475.0, 10502.0, 10459.0, 10492.0, 10556.0, 10507.0, 10519.0, 10476.0, 10503.0, 10459.0, 10494.0, 10535.0, 10484.0, 10533.0, 10477.0, 10508.0, 10535.0, 10482.0, 10519.0, 10460.0, 10493.0, 10487.0, 10518.0, 10492.0, 10515.0, 10504.0, 10557.0, 10580.0, 10522.0, 10520.0, 10464.0, 10495.0, 10526.0, 10478.0, 10505.0, 10473.0, 10476.0, 10520.0, 10454.0, 10499.0, 10459.0, 10486.0, 10522.0, 10475.0, 10509.0, 10452.0, 10470.0, 10520.0, 10467.0, 10493.0, 10451.0, 10475.0, 10492.0, 10456.0, 10486.0, 10460.0, 10480.0, 10481.0, 10479.0, 10500.0, 10478.0, 10507.0, 10475.0, 10482.0, 10489.0, 10483.0, 10491.0, 10516.0, 10570.0, 10517.0, 10526.0, 10541.0, 10477.0, 10489.0, 10493.0, 10468.0, 10496.0, 10461.0, 10486.0, 10466.0, 10470.0, 10493.0, 10477.0, 10504.0, 10492.0, 10478.0, 10526.0, 10453.0, 10468.0, 10521.0, 10474.0, 10503.0, 10479.0, 10486.0, 10462.0, 10466.0, 10498.0, 10461.0, 10486.0, 10454.0, 10504.0, 10557.0, 10481.0, 10512.0, 10458.0, 10473.0, 10454.0, 10475.0, 10511.0, 10456.0, 10489.0, 10535.0, 10460.0, 10494.0, 10436.0, 10481.0, 10511.0, 10479.0, 10481.0, 10468.0, 10486.0, 10476.0, 10478.0, 10497.0, 10478.0, 10501.0, 10446.0, 10489.0, 10540.0, 10477.0, 10510.0, 10468.0, 10470.0, 10446.0, 10494.0, 10513.0, 10459.0, 10488.0, 10446.0, 10474.0, 10476.0, 10495.0, 10514.0, 10479.0, 10494.0, 10547.0, 10481.0, 10516.0, 10475.0, 10510.0, 10548.0, 10478.0, 10531.0, 10498.0, 10505.0, 10531.0, 10497.0, 10525.0, 10483.0, 10517.0, 10491.0, 10496.0, 10531.0, 10498.0, 10529.0, 10499.0, 10509.0, 10463.0, 10494.0, 10511.0, 10496.0, 10548.0, 10497.0, 10536.0, 10477.0, 10510.0, 10562.0, 10480.0, 10526.0, 10482.0, 10519.0, 10463.0, 10491.0, 10544.0, 10478.0, 10517.0, 10458.0, 10491.0, 10521.0, 10473.0, 10506.0, 10461.0, 10476.0, 10484.0, 10473.0, 10499.0, 10458.0, 10491.0, 10503.0, 10477.0, 10516.0, 10481.0, 10494.0, 10465.0, 10496.0, 10548.0, 10482.0, 10506.0, 10469.0, 10498.0, 10540.0, 10476.0, 10553.0, 10505.0, 10506.0, 10536.0, 10479.0, 10513.0, 10466.0, 10493.0, 10524.0, 10480.0, 10528.0, 10480.0, 10497.0, 10536.0, 10498.0, 10531.0, 10481.0, 10496.0, 10490.0, 10491.0, 10519.0, 10484.0, 10510.0, 10508.0, 10504.0, 10538.0, 10488.0, 10501.0, 10532.0, 10483.0, 10536.0, 10483.0, 10514.0, 10567.0, 10483.0, 10538.0, 10495.0, 10508.0, 10513.0, 10478.0, 10515.0, 10458.0, 10495.0, 10545.0, 10478.0, 10491.0, 10526.0, 10496.0, 10517.0, 10466.0, 10493.0, 10509.0, 10494.0, 10505.0, 10494.0, 10522.0, 10551.0, 10490.0, 10513.0, 10494.0, 10503.0, 10554.0, 10481.0, 10503.0, 10571.0, 10493.0, 10494.0, 10513.0, 10479.0, 10539.0, 10512.0, 10478.0, 10528.0, 10458.0, 10486.0, 10507.0, 10479.0, 10506.0, 10513.0, 10462.0, 10509.0, 10476.0, 10478.0, 10522.0, 10475.0, 10512.0, 10518.0, 10480.0, 10512.0, 10478.0, 10503.0, 10494.0, 10481.0, 10526.0, 10474.0, 10510.0, 10535.0, 10457.0, 10488.0, 10456.0, 10490.0, 10497.0, 10478.0, 10503.0, 10476.0, 10479.0, 10532.0, 10478.0, 10492.0, 10469.0, 10480.0, 10534.0, 10459.0, 10480.0, 10525.0, 10476.0, 10528.0, 10487.0, 10504.0, 10534.0, 10467.0, 10470.0, 10488.0, 10471.0, 10501.0, 10498.0, 10502.0, 10494.0, 10464.0, 10496.0, 10460.0, 10489.0, 10541.0, 10481.0, 10513.0, 10446.0, 10493.0, 10524.0, 10474.0, 10510.0, 10532.0, 10474.0, 10523.0, 10461.0, 10488.0, 10442.0, 10488.0, 10534.0, 10482.0, 10494.0, 10464.0, 10489.0, 10514.0, 10456.0, 10506.0, 10546.0, 10471.0, 10513.0, 10454.0, 10474.0, 10521.0, 10477.0, 10495.0, 10461.0, 10475.0, 10497.0, 10478.0, 10503.0, 10479.0, 10480.0, 10514.0, 10484.0, 10509.0, 10460.0, 10500.0, 10541.0, 10502.0, 10514.0, 10485.0, 10522.0, 10562.0, 10506.0, 10542.0, 10503.0, 10485.0, 10545.0, 10462.0, 10509.0, 10549.0, 10496.0, 10528.0, 10476.0, 10491.0, 10497.0, 10495.0, 10540.0, 10476.0, 10490.0, 10527.0, 10477.0, 10503.0, 10451.0, 10498.0, 10514.0, 10480.0, 10491.0, 10444.0, 10479.0, 10534.0, 10499.0, 10505.0, 10467.0, 10499.0, 10526.0, 10480.0, 10523.0, 10480.0, 10494.0, 10533.0, 10496.0, 10531.0, 10480.0, 10502.0, 10558.0, 10478.0, 10535.0, 10478.0, 10496.0, 10540.0, 10500.0, 10544.0, 10501.0, 10552.0, 10507.0, 10549.0, 10553.0, 10503.0, 10551.0, 10509.0, 10526.0, 10543.0, 10495.0, 10571.0, 10495.0, 10509.0, 10544.0, 10477.0, 10527.0, 10476.0, 10494.0, 10540.0, 10475.0, 10519.0, 10459.0, 10493.0, 10516.0, 10526.0, 10638.0, 10514.0, 10535.0, 10485.0, 10527.0, 10538.0, 10485.0, 10539.0, 10481.0, 10514.0, 10568.0, 10502.0, 10523.0, 10479.0, 10504.0, 10645.0, 10592.0, 10550.0, 10514.0, 10526.0, 10521.0, 10541.0, 10519.0, 10554.0, 10555.0, 10594.0, 10594.0, 10570.0, 10574.0, 10512.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.00045396212121212126</td></tr>
<tr><td colspan=3>aqi</td><td>0.03420685712121212</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.751837272744474</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1479820002729317</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9301034436921901</td></tr>
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
<tr><td colspan=3>fber</td><td>7458.6802</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09634262199423156</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.454545454545454</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3874274943023615</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359326307385641</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5479710301607277</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2549851453607146</td></tr>
<tr><td colspan=3>gcor</td><td>0.00736562</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013104082085192204</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02191341109573841</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.218773340472917</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>22.0439</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7787</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.2586</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296800.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>951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.8989</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9134</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.4412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4030.0181</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.1216</td></tr>
<tr><td colspan=3>tsnr</td><td>36.92711502453312</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>