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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-04/func/sub-0053_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f4b1038f35c8a01b73a34f994799ff17</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:12:39.055000</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.997306, 0.0328033, -0.0656152, -0.0294251, 0.998224, 0.0518058]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0910773</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7729, -7260, 506, -2, -14, -14, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>252.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f50b9950-b01f-4416-8174-94c502c7a782||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.6756982803344727, -0.07894536107778549, -0.18143460154533386, 119.7489242553711], [-0.08800892531871796, 2.6781609058380127, 0.13428576290607452, -84.38846588134766], [-0.1760406792163849, -0.13899113237857819, 2.6905479431152344, -49.39563751220703], [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': ['161239.055000', '161239.515000', '161239.975000', '161240.435000', '161240.895000', '161241.355000', '161241.815000', '161242.275000', '161242.735000', '161243.195000', '161243.655000', '161244.115000', '161244.575000', '161245.035000', '161245.495000', '161245.955000', '161246.415000', '161246.875000', '161247.335000', '161247.795000', '161248.255000', '161248.715000', '161249.175000', '161249.635000', '161250.095000', '161250.555000', '161251.015000', '161251.475000', '161251.935000', '161252.395000', '161252.855000', '161253.315000', '161253.775000', '161254.235000', '161254.695000', '161255.155000', '161255.615000', '161256.075000', '161256.535000', '161256.995000', '161257.455000', '161257.915000', '161258.375000', '161258.835000', '161259.295000', '161259.755000', '161300.215000', '161300.675000', '161301.135000', '161301.595000', '161302.055000', '161302.515000', '161302.975000', '161303.435000', '161303.895000', '161304.355000', '161304.815000', '161305.275000', '161305.735000', '161306.195000', '161306.655000', '161307.115000', '161307.575000', '161308.035000', '161308.495000', '161308.955000', '161309.415000', '161309.875000', '161310.335000', '161310.795000', '161311.255000', '161311.715000', '161312.175000', '161312.635000', '161313.095000', '161313.555000', '161314.015000', '161314.475000', '161314.935000', '161315.395000', '161315.855000', '161316.315000', '161316.775000', '161317.235000', '161317.695000', '161318.155000', '161318.615000', '161319.075000', '161319.535000', '161319.995000', '161320.455000', '161320.915000', '161321.375000', '161321.835000', '161322.295000', '161322.755000', '161323.215000', '161323.675000', '161324.135000', '161324.595000', '161325.055000', '161325.515000', '161325.975000', '161326.435000', '161326.895000', '161327.355000', '161327.815000', '161328.275000', '161328.735000', '161329.195000', '161329.655000', '161330.115000', '161330.575000', '161331.035000', '161331.495000', '161331.955000', '161332.415000', '161332.875000', '161333.335000', '161333.795000', '161334.255000', '161334.715000', '161335.175000', '161335.635000', '161336.095000', '161336.555000', '161337.015000', '161337.475000', '161337.935000', '161338.395000', '161338.855000', '161339.315000', '161339.775000', '161340.235000', '161340.695000', '161341.155000', '161341.615000', '161342.075000', '161342.535000', '161342.995000', '161343.455000', '161343.915000', '161344.375000', '161344.835000', '161345.295000', '161345.755000', '161346.215000', '161346.675000', '161347.135000', '161347.595000', '161348.055000', '161348.515000', '161348.975000', '161349.435000', '161349.895000', '161350.355000', '161350.815000', '161351.275000', '161351.735000', '161352.195000', '161352.655000', '161353.115000', '161353.575000', '161354.035000', '161354.495000', '161354.955000', '161355.415000', '161355.875000', '161356.335000', '161356.795000', '161357.255000', '161357.715000', '161358.175000', '161358.635000', '161359.095000', '161359.555000', '161400.015000', '161400.475000', '161400.935000', '161401.395000', '161401.855000', '161402.315000', '161402.775000', '161403.235000', '161403.695000', '161404.155000', '161404.615000', '161405.075000', '161405.535000', '161405.995000', '161406.455000', '161406.915000', '161407.375000', '161407.835000', '161408.295000', '161408.755000', '161409.215000', '161409.675000', '161410.135000', '161410.595000', '161411.055000', '161411.515000', '161411.975000', '161412.435000', '161412.895000', '161413.355000', '161413.815000', '161414.275000', '161414.735000', '161415.195000', '161415.655000', '161416.115000', '161416.575000', '161417.035000', '161417.495000', '161417.955000', '161418.415000', '161418.875000', '161419.335000', '161419.795000', '161420.255000', '161420.715000', '161421.175000', '161421.635000', '161422.095000', '161422.555000', '161423.015000', '161423.475000', '161423.935000', '161424.395000', '161424.855000', '161425.315000', '161425.775000', '161426.235000', '161426.695000', '161427.155000', '161427.615000', '161428.075000', '161428.535000', '161428.995000', '161429.455000', '161429.915000', '161430.375000', '161430.835000', '161431.295000', '161431.755000', '161432.215000', '161432.675000', '161433.135000', '161433.595000', '161434.055000', '161434.515000', '161434.975000', '161435.435000', '161435.895000', '161436.355000', '161436.815000', '161437.275000', '161437.735000', '161438.195000', '161438.655000', '161439.115000', '161439.575000', '161440.035000', '161440.495000', '161440.955000', '161441.415000', '161441.875000', '161442.335000', '161442.795000', '161443.255000', '161443.715000', '161444.175000', '161444.635000', '161445.095000', '161445.555000', '161446.015000', '161446.475000', '161446.935000', '161447.395000', '161447.855000', '161448.315000', '161448.775000', '161449.235000', '161449.695000', '161450.155000', '161450.615000', '161451.075000', '161451.535000', '161451.995000', '161452.455000', '161452.915000', '161453.375000', '161453.835000', '161454.295000', '161454.755000', '161455.215000', '161455.675000', '161456.135000', '161456.595000', '161457.055000', '161457.515000', '161457.975000', '161458.435000', '161458.895000', '161459.355000', '161459.815000', '161500.275000', '161500.735000', '161501.195000', '161501.655000', '161502.115000', '161502.575000', '161503.035000', '161503.495000', '161503.955000', '161504.415000', '161504.875000', '161505.335000', '161505.795000', '161506.255000', '161506.715000', '161507.175000', '161507.635000', '161508.095000', '161508.555000', '161509.015000', '161509.475000', '161509.935000', '161510.395000', '161510.855000', '161511.315000', '161511.775000', '161512.235000', '161512.695000', '161513.155000', '161513.615000', '161514.075000', '161514.535000', '161514.995000', '161515.455000', '161515.915000', '161516.375000', '161516.835000', '161517.295000', '161517.755000', '161518.215000', '161518.675000', '161519.135000', '161519.595000', '161520.055000', '161520.515000', '161520.975000', '161521.435000', '161521.895000', '161522.355000', '161522.815000', '161523.275000', '161523.735000', '161524.195000', '161524.655000', '161525.115000', '161525.575000', '161526.035000', '161526.495000', '161526.955000', '161527.415000', '161527.875000', '161528.335000', '161528.795000', '161529.255000', '161529.715000', '161530.175000', '161530.635000', '161531.095000', '161531.555000', '161532.015000', '161532.475000', '161532.935000', '161533.395000', '161533.855000', '161534.315000', '161534.775000', '161535.235000', '161535.695000', '161536.155000', '161536.615000', '161537.075000', '161537.535000', '161537.995000', '161538.455000', '161538.915000', '161539.375000', '161539.835000', '161540.295000', '161540.755000', '161541.215000', '161541.675000', '161542.135000', '161542.595000', '161543.055000', '161543.515000', '161543.975000', '161544.435000', '161544.895000', '161545.355000', '161545.815000', '161546.275000', '161546.735000', '161547.195000', '161547.655000', '161548.115000', '161548.575000', '161549.035000', '161549.495000', '161549.955000', '161550.415000', '161550.875000', '161551.335000', '161551.795000', '161552.255000', '161552.715000', '161553.175000', '161553.635000', '161554.095000', '161554.555000', '161555.015000', '161555.475000', '161555.935000', '161556.395000', '161556.855000', '161557.315000', '161557.775000', '161558.235000', '161558.695000', '161559.155000', '161559.615000', '161600.075000', '161600.535000', '161600.995000', '161601.455000', '161601.915000', '161602.375000', '161602.835000', '161603.295000', '161603.755000', '161604.215000', '161604.675000', '161605.135000', '161605.595000', '161606.055000', '161606.515000', '161606.975000', '161607.435000', '161607.895000', '161608.355000', '161608.815000', '161609.275000', '161609.735000', '161610.195000', '161610.655000', '161611.115000', '161611.575000', '161612.035000', '161612.495000', '161612.955000', '161613.415000', '161613.875000', '161614.335000', '161614.795000', '161615.255000', '161615.715000', '161616.175000', '161616.635000', '161617.095000', '161617.555000', '161618.015000', '161618.475000', '161618.935000', '161619.395000', '161619.855000', '161620.315000', '161620.775000', '161621.235000', '161621.695000', '161622.155000', '161622.615000', '161623.075000', '161623.535000', '161623.995000', '161624.455000', '161624.915000', '161625.375000', '161625.835000', '161626.295000', '161626.755000', '161627.215000', '161627.675000', '161628.135000', '161628.595000', '161629.055000', '161629.515000', '161629.975000', '161630.435000', '161630.895000', '161631.355000', '161631.815000', '161632.275000', '161632.735000', '161633.195000', '161633.655000', '161634.115000', '161634.575000', '161635.035000', '161635.495000', '161635.955000', '161636.415000', '161636.875000', '161637.335000', '161637.795000', '161638.255000', '161638.715000', '161639.175000', '161639.635000', '161640.095000', '161640.555000', '161641.015000', '161641.475000', '161641.935000', '161642.395000', '161642.855000', '161643.315000', '161643.775000', '161644.235000', '161644.695000', '161645.155000', '161645.615000', '161646.075000', '161646.535000', '161646.995000', '161647.455000', '161647.915000', '161648.375000', '161648.835000', '161649.295000', '161649.755000', '161650.215000', '161650.675000', '161651.135000', '161651.595000', '161652.055000', '161652.515000', '161652.975000', '161653.435000', '161653.895000', '161654.355000', '161654.815000', '161655.275000', '161655.735000', '161656.195000', '161656.655000', '161657.115000', '161657.575000', '161658.035000', '161658.495000', '161658.955000', '161659.415000', '161659.875000', '161700.335000', '161700.795000', '161701.255000', '161701.715000', '161702.175000', '161702.635000', '161703.095000', '161703.555000', '161704.015000', '161704.475000', '161704.935000', '161705.395000', '161705.855000', '161706.315000', '161706.775000', '161707.235000', '161707.695000', '161708.155000', '161708.615000', '161709.075000', '161709.535000', '161709.995000', '161710.455000', '161710.915000', '161711.375000', '161711.835000', '161712.295000', '161712.755000', '161713.215000', '161713.675000', '161714.135000', '161714.595000', '161715.055000', '161715.515000', '161715.975000', '161716.435000', '161716.895000', '161717.355000', '161717.815000', '161718.275000', '161718.735000', '161719.195000', '161719.655000', '161720.115000', '161720.575000', '161721.035000', '161721.495000', '161721.955000', '161722.415000', '161722.875000', '161723.335000', '161723.795000', '161724.255000', '161724.715000', '161725.175000', '161725.635000', '161726.095000', '161726.555000', '161727.015000', '161727.475000', '161727.935000', '161728.395000', '161728.855000', '161729.315000', '161729.775000', '161730.235000', '161730.695000', '161731.155000', '161731.615000', '161732.075000', '161732.535000', '161732.995000', '161733.455000', '161733.915000', '161734.375000', '161734.835000', '161735.295000', '161735.755000', '161736.215000', '161736.675000', '161737.135000', '161737.595000', '161738.055000', '161738.515000', '161738.975000', '161739.435000', '161739.895000', '161740.355000', '161740.815000', '161741.275000', '161741.735000', '161742.195000', '161742.655000', '161743.115000', '161743.575000', '161744.035000', '161744.495000', '161744.955000', '161745.415000', '161745.875000', '161746.335000', '161746.795000', '161747.255000', '161747.715000', '161748.175000', '161748.635000', '161749.095000', '161749.555000', '161750.015000', '161750.475000', '161750.935000', '161751.395000', '161751.855000', '161752.315000', '161752.775000', '161753.235000', '161753.695000', '161754.155000', '161754.615000', '161755.075000', '161755.535000', '161755.995000', '161756.455000', '161756.915000', '161757.375000', '161757.835000', '161758.295000', '161758.755000', '161759.215000', '161759.675000', '161800.135000', '161800.595000', '161801.055000', '161801.515000', '161801.975000', '161802.435000', '161802.895000', '161803.355000', '161803.815000', '161804.275000', '161804.735000', '161805.195000', '161805.655000', '161806.115000', '161806.575000', '161807.035000', '161807.495000', '161807.955000', '161808.415000', '161808.875000', '161809.335000', '161809.795000', '161810.255000', '161810.715000', '161811.175000', '161811.635000', '161812.095000', '161812.555000', '161813.015000', '161813.475000', '161813.935000', '161814.395000', '161814.855000', '161815.315000', '161815.775000', '161816.235000', '161816.695000', '161817.155000', '161817.615000', '161818.075000', '161818.535000', '161818.995000', '161819.455000', '161819.915000', '161820.375000', '161820.835000', '161821.295000', '161821.755000', '161822.215000', '161822.675000', '161823.135000', '161823.595000', '161824.055000', '161824.515000', '161824.975000', '161825.435000', '161825.895000', '161826.355000', '161826.815000', '161827.275000', '161827.735000', '161828.195000', '161828.655000', '161829.115000', '161829.575000', '161830.035000', '161830.495000', '161830.955000', '161831.415000', '161831.875000', '161832.335000', '161832.795000', '161833.255000', '161833.715000', '161834.175000', '161834.635000', '161835.095000', '161835.555000', '161836.015000', '161836.475000', '161836.935000', '161837.395000', '161837.855000', '161838.315000', '161838.775000', '161839.235000', '161839.695000', '161840.155000', '161840.615000', '161841.075000', '161841.535000', '161841.995000', '161842.455000', '161842.915000', '161843.375000', '161843.835000', '161844.295000', '161844.755000', '161845.215000', '161845.675000', '161846.135000', '161846.595000', '161847.055000', '161847.515000', '161847.975000', '161848.435000', '161848.895000', '161849.355000', '161849.815000', '161850.275000', '161850.735000', '161851.195000', '161851.655000', '161852.115000', '161852.575000', '161853.035000', '161853.495000', '161853.955000', '161854.415000', '161854.875000', '161855.335000', '161855.795000', '161856.255000', '161856.715000', '161857.175000', '161857.635000', '161858.095000', '161858.555000', '161859.015000', '161859.475000', '161859.935000', '161900.395000', '161900.855000', '161901.315000', '161901.775000', '161902.235000', '161902.695000', '161903.155000', '161903.615000', '161904.075000', '161904.535000', '161904.995000', '161905.455000', '161905.915000', '161906.375000', '161906.835000', '161907.295000', '161907.755000', '161908.215000', '161908.675000', '161909.135000', '161909.595000', '161910.055000', '161910.515000', '161910.975000', '161911.435000', '161911.895000', '161912.355000', '161912.815000', '161913.275000', '161913.735000', '161914.195000', '161914.655000', '161915.115000', '161915.575000', '161916.035000', '161916.495000', '161916.955000', '161917.415000', '161917.875000', '161918.335000', '161918.795000', '161919.255000', '161919.715000', '161920.175000', '161920.635000', '161921.095000', '161921.555000', '161922.015000', '161922.475000', '161922.935000', '161923.395000', '161923.855000', '161924.315000', '161924.775000', '161925.235000', '161925.695000', '161926.155000', '161926.615000', '161927.075000', '161927.535000', '161927.995000', '161928.455000', '161928.915000', '161929.375000', '161929.835000', '161930.295000', '161930.755000', '161931.215000', '161931.675000', '161932.135000', '161932.595000', '161933.055000', '161933.515000', '161933.975000', '161934.435000', '161934.895000', '161935.355000', '161935.815000', '161936.275000', '161936.735000', '161937.195000', '161937.655000', '161938.115000', '161938.575000', '161939.035000', '161939.495000', '161939.955000', '161940.415000', '161940.875000', '161941.335000', '161941.795000', '161942.255000', '161942.715000', '161943.175000', '161943.635000', '161944.095000', '161944.555000', '161945.015000', '161945.475000', '161945.935000', '161946.395000', '161946.855000', '161947.315000', '161947.775000', '161948.235000', '161948.695000', '161949.155000', '161949.615000', '161950.075000', '161950.535000', '161950.995000', '161951.455000', '161951.915000', '161952.375000', '161952.835000', '161953.295000', '161953.755000', '161954.215000', '161954.675000', '161955.135000', '161955.595000', '161956.055000', '161956.515000', '161956.975000', '161957.435000', '161957.895000', '161958.355000', '161958.815000', '161959.275000', '161959.735000', '162000.195000', '162000.655000', '162001.115000', '162001.575000', '162002.035000', '162002.495000', '162002.955000', '162003.415000', '162003.875000', '162004.335000', '162004.795000', '162005.255000', '162005.715000', '162006.175000', '162006.635000', '162007.095000', '162007.555000', '162008.015000', '162008.475000', '162008.935000', '162009.395000', '162009.855000', '162010.315000', '162010.775000', '162011.235000', '162011.695000', '162012.155000', '162012.615000', '162013.075000', '162013.535000', '162013.995000', '162014.455000', '162014.915000', '162015.375000', '162015.835000', '162016.295000', '162016.755000', '162017.215000', '162017.675000', '162018.135000', '162018.595000', '162019.055000', '162019.515000', '162019.975000', '162020.435000', '162020.895000', '162021.355000', '162021.815000', '162022.275000', '162022.735000', '162023.195000', '162023.655000', '162024.115000', '162024.575000', '162025.035000', '162025.495000', '162025.955000', '162026.415000', '162026.875000', '162027.335000', '162027.795000', '162028.255000', '162028.715000', '162029.175000', '162029.635000', '162030.095000', '162030.555000', '162031.015000', '162031.475000', '162031.935000', '162032.395000', '162032.855000', '162033.315000', '162033.775000', '162034.235000', '162034.695000', '162035.155000', '162035.615000', '162036.075000', '162036.535000', '162036.995000', '162037.455000', '162037.915000', '162038.375000', '162038.835000', '162039.295000', '162039.755000', '162040.215000', '162040.675000', '162041.135000', '162041.595000', '162042.055000', '162042.515000', '162042.975000', '162043.435000', '162043.895000', '162044.355000', '162044.815000', '162045.275000', '162045.735000', '162046.195000', '162046.655000', '162047.115000', '162047.575000', '162048.035000', '162048.495000', '162048.955000', '162049.415000', '162049.875000', '162050.335000', '162050.795000', '162051.255000', '162051.715000', '162052.175000', '162052.635000', '162053.095000', '162053.555000', '162054.015000', '162054.475000', '162054.935000', '162055.395000', '162055.855000', '162056.315000', '162056.775000', '162057.235000', '162057.695000', '162058.155000', '162058.615000', '162059.075000', '162059.535000', '162059.995000', '162100.455000', '162100.915000', '162101.375000', '162101.835000', '162102.295000', '162102.755000', '162103.215000', '162103.675000', '162104.135000', '162104.595000', '162105.055000', '162105.515000', '162105.975000', '162106.435000', '162106.895000', '162107.355000', '162107.815000', '162108.275000', '162108.735000', '162109.195000', '162109.655000', '162110.115000', '162110.575000', '162111.035000', '162111.495000', '162111.955000', '162112.415000', '162112.875000', '162113.335000', '162113.795000', '162114.255000', '162114.715000', '162115.175000', '162115.635000', '162116.095000', '162116.555000', '162117.015000', '162117.475000', '162117.935000', '162118.395000', '162118.855000', '162119.315000', '162119.775000', '162120.235000', '162120.695000', '162121.155000', '162121.615000', '162122.075000', '162122.535000', '162122.995000', '162123.455000', '162123.915000', '162124.375000', '162124.835000', '162125.295000', '162125.755000', '162126.215000', '162126.675000', '162127.135000', '162127.595000', '162128.055000', '162128.515000', '162128.975000', '162129.435000', '162129.895000', '162130.355000', '162130.815000', '162131.275000', '162131.735000', '162132.195000', '162132.655000', '162133.115000', '162133.575000', '162134.035000', '162134.495000', '162134.955000', '162135.415000', '162135.875000', '162136.335000', '162136.795000', '162137.255000', '162137.715000', '162138.175000', '162138.635000', '162139.095000', '162139.555000', '162140.015000', '162140.475000', '162140.935000', '162141.395000', '162141.855000', '162142.315000', '162142.775000', '162143.235000', '162143.695000', '162144.155000', '162144.615000', '162145.075000', '162145.535000', '162145.995000', '162146.455000', '162146.915000', '162147.375000', '162147.835000', '162148.295000', '162148.755000', '162149.215000', '162149.675000', '162150.135000', '162150.595000', '162151.055000', '162151.515000', '162151.975000', '162152.435000', '162152.895000', '162153.355000', '162153.815000', '162154.275000', '162154.735000', '162155.195000', '162155.655000', '162156.115000', '162156.575000', '162157.035000', '162157.495000', '162157.955000', '162158.415000', '162158.875000', '162159.335000', '162159.795000', '162200.255000', '162200.715000', '162201.175000', '162201.635000', '162202.095000', '162202.555000', '162203.015000', '162203.475000', '162203.935000', '162204.395000', '162204.855000', '162205.315000', '162205.775000', '162206.235000', '162206.695000', '162207.155000', '162207.615000', '162208.075000', '162208.535000', '162208.995000', '162209.455000', '162209.915000', '162210.375000', '162210.835000', '162211.295000', '162211.755000', '162212.215000', '162212.675000', '162213.135000', '162213.595000', '162214.055000', '162214.515000', '162214.975000', '162215.435000', '162215.895000', '162216.355000', '162216.815000', '162217.275000', '162217.735000', '162218.195000', '162218.655000', '162219.115000', '162219.575000', '162220.035000', '162220.495000', '162220.955000', '162221.415000', '162221.875000', '162222.335000', '162222.795000', '162223.255000', '162223.715000', '162224.175000', '162224.635000', '162225.095000', '162225.555000', '162226.015000', '162226.475000', '162226.935000', '162227.395000', '162227.855000', '162228.315000', '162228.775000', '162229.235000', '162229.695000', '162230.155000', '162230.615000', '162231.075000', '162231.535000', '162231.995000', '162232.455000', '162232.915000', '162233.375000', '162233.835000', '162234.295000', '162234.755000', '162235.215000', '162235.675000', '162236.135000', '162236.595000', '162237.055000', '162237.515000', '162237.975000', '162238.435000', '162238.895000', '162239.355000', '162239.815000', '162240.275000', '162240.735000', '162241.195000', '162241.655000', '162242.115000', '162242.575000', '162243.035000', '162243.495000', '162243.955000', '162244.415000', '162244.875000', '162245.335000', '162245.795000', '162246.255000', '162246.715000'], 'ContentTime': ['161250.732000', '161250.735000', '161250.738000', '161250.750000', '161250.752000', '161250.755000', '161250.758000', '161250.760000', '161250.763000', '161250.765000', '161250.770000', '161250.773000', '161250.775000', '161250.778000', '161250.781000', '161250.783000', '161250.791000', '161250.793000', '161250.796000', '161250.799000', '161250.801000', '161250.804000', '161310.697000', '161310.699000', '161310.702000', '161310.705000', '161310.707000', '161310.710000', '161310.712000', '161310.715000', '161310.718000', '161310.720000', '161310.723000', '161310.725000', '161310.728000', '161310.730000', '161310.733000', '161310.736000', '161310.738000', '161310.741000', '161310.743000', '161310.756000', '161310.759000', '161310.761000', '161310.764000', '161310.767000', '161310.769000', '161310.772000', '161310.774000', '161310.777000', '161310.780000', '161310.782000', '161310.785000', '161310.787000', '161310.790000', '161310.793000', '161310.795000', '161310.798000', '161310.800000', '161310.803000', '161310.805000', '161310.808000', '161310.810000', '161310.813000', '161310.837000', '161330.696000', '161330.699000', '161330.702000', '161330.704000', '161330.707000', '161330.710000', '161330.712000', '161330.715000', '161330.717000', '161330.720000', '161330.723000', '161330.725000', '161330.728000', '161330.730000', '161330.733000', '161330.735000', '161330.738000', '161330.740000', '161330.743000', '161330.746000', '161330.748000', '161330.751000', '161330.754000', '161330.757000', '161330.759000', '161330.762000', '161330.764000', '161330.767000', '161330.770000', '161330.772000', '161330.775000', '161330.777000', '161330.780000', '161330.782000', '161330.785000', '161330.788000', '161330.790000', '161330.793000', '161330.795000', '161330.798000', '161330.800000', '161330.803000', '161330.806000', '161330.808000', '161350.696000', '161350.699000', '161350.702000', '161350.704000', '161350.707000', '161350.709000', '161350.712000', '161350.715000', '161350.717000', '161350.720000', '161350.722000', '161350.725000', '161350.727000', '161350.730000', '161350.733000', '161350.735000', '161350.738000', '161350.740000', '161350.743000', '161350.745000', '161350.748000', '161350.751000', '161350.753000', '161350.756000', '161350.758000', '161350.761000', '161350.764000', '161350.766000', '161350.769000', '161350.771000', '161350.774000', '161350.776000', '161350.779000', '161350.782000', '161350.784000', '161350.787000', '161350.789000', '161350.792000', '161350.794000', '161350.797000', '161350.800000', '161350.802000', '161350.805000', '161410.696000', '161410.699000', '161410.702000', '161410.704000', '161410.707000', '161410.710000', '161410.712000', '161410.715000', '161410.718000', '161410.720000', '161410.723000', '161410.726000', '161410.728000', '161410.731000', '161410.733000', '161410.736000', '161410.738000', '161410.741000', '161410.744000', '161410.746000', '161410.749000', '161410.751000', '161410.754000', '161410.757000', '161410.759000', '161410.762000', '161410.764000', '161410.767000', '161410.769000', '161410.772000', '161410.775000', '161410.777000', '161410.780000', '161410.782000', '161410.785000', '161410.788000', '161410.790000', '161410.793000', '161410.795000', '161410.798000', '161410.800000', '161410.803000', '161410.806000', '161410.808000', '161430.696000', '161430.699000', '161430.702000', '161430.704000', '161430.707000', '161430.709000', '161430.712000', '161430.715000', '161430.717000', '161430.720000', '161430.722000', '161430.725000', '161430.727000', '161430.730000', '161430.733000', '161430.735000', '161430.738000', '161430.740000', '161430.743000', '161430.746000', '161430.748000', '161430.751000', '161430.753000', '161430.756000', '161430.758000', '161430.761000', '161430.764000', '161430.766000', '161430.769000', '161430.771000', '161430.774000', '161430.777000', '161430.779000', '161430.782000', '161430.784000', '161430.787000', '161430.790000', '161430.792000', '161430.795000', '161430.798000', '161430.800000', '161430.803000', '161430.805000', '161450.696000', '161450.699000', '161450.702000', '161450.705000', '161450.707000', '161450.710000', '161450.713000', '161450.716000', '161450.718000', '161450.721000', '161450.724000', '161450.726000', '161450.729000', '161450.732000', '161450.734000', '161450.737000', '161450.740000', '161450.742000', '161450.745000', '161450.747000', '161450.750000', '161450.753000', '161450.755000', '161450.758000', '161450.761000', '161450.763000', '161450.766000', '161450.768000', '161450.771000', '161450.774000', '161450.776000', '161450.779000', '161450.782000', '161450.784000', '161450.787000', '161450.790000', '161450.792000', '161450.795000', '161450.798000', '161450.801000', '161450.804000', '161450.806000', '161450.809000', '161450.812000', '161510.696000', '161510.699000', '161510.702000', '161510.704000', '161510.707000', '161510.709000', '161510.712000', '161510.715000', '161510.717000', '161510.720000', '161510.723000', '161510.725000', '161510.728000', '161510.731000', '161510.733000', '161510.736000', '161510.738000', '161510.741000', '161510.744000', '161510.746000', '161510.749000', '161510.751000', '161510.754000', '161510.756000', '161510.759000', '161510.761000', '161510.764000', '161510.767000', '161510.769000', '161510.772000', '161510.774000', '161510.777000', '161510.780000', '161510.782000', '161510.785000', '161510.787000', '161510.790000', '161510.793000', '161510.795000', '161510.798000', '161510.800000', '161510.803000', '161510.805000', '161530.697000', '161530.700000', '161530.702000', '161530.705000', '161530.707000', '161530.710000', '161530.713000', '161530.715000', '161530.718000', '161530.720000', '161530.723000', '161530.725000', '161530.728000', '161530.731000', '161530.733000', '161530.736000', '161530.739000', '161530.741000', '161530.744000', '161530.746000', '161530.749000', '161530.751000', '161530.754000', '161530.757000', '161530.759000', '161530.762000', '161530.764000', '161530.808000', '161530.811000', '161530.813000', '161530.832000', '161530.835000', '161530.837000', '161530.840000', '161530.842000', '161530.845000', '161530.847000', '161530.850000', '161530.853000', '161530.855000', '161530.858000', '161530.860000', '161530.863000', '161530.866000', '161550.696000', '161550.699000', '161550.702000', '161550.704000', '161550.707000', '161550.710000', '161550.712000', '161550.715000', '161550.718000', '161550.720000', '161550.723000', '161550.726000', '161550.728000', '161550.731000', '161550.734000', '161550.736000', '161550.739000', '161550.741000', '161550.744000', '161550.747000', '161550.749000', '161550.752000', '161550.754000', '161550.757000', '161550.760000', '161550.762000', '161550.765000', '161550.767000', '161550.770000', '161550.773000', '161550.775000', '161550.778000', '161550.780000', '161550.783000', '161550.786000', '161550.788000', '161550.791000', '161550.793000', '161550.796000', '161550.799000', '161550.801000', '161550.804000', '161550.806000', '161610.696000', '161610.699000', '161610.702000', '161610.704000', '161610.707000', '161610.710000', '161610.712000', '161610.715000', '161610.717000', '161610.720000', '161610.722000', '161610.725000', '161610.728000', '161610.730000', '161610.733000', '161610.736000', '161610.738000', '161610.741000', '161610.743000', '161610.746000', '161610.749000', '161610.751000', '161610.754000', '161610.756000', '161610.759000', '161610.761000', '161610.764000', '161610.767000', '161610.769000', '161610.772000', '161610.774000', '161610.777000', '161610.780000', '161610.782000', '161610.785000', '161610.787000', '161610.790000', '161610.792000', '161610.795000', '161610.798000', '161610.800000', '161610.803000', '161610.806000', '161610.808000', '161630.697000', '161630.699000', '161630.702000', '161630.705000', '161630.708000', '161630.710000', '161630.713000', '161630.715000', '161630.718000', '161630.720000', '161630.723000', '161630.726000', '161630.728000', '161630.731000', '161630.733000', '161630.736000', '161630.739000', '161630.741000', '161630.744000', '161630.746000', '161630.749000', '161630.751000', '161630.754000', '161630.757000', '161630.759000', '161630.762000', '161630.764000', '161630.767000', '161630.769000', '161630.772000', '161630.775000', '161630.777000', '161630.780000', '161630.782000', '161630.785000', '161630.787000', '161630.790000', '161630.793000', '161630.795000', '161630.798000', '161630.800000', '161630.803000', '161630.806000', '161650.697000', '161650.699000', '161650.702000', '161650.705000', '161650.707000', '161650.710000', '161650.713000', '161650.716000', '161650.719000', '161650.721000', '161650.724000', '161650.726000', '161650.729000', '161650.732000', '161650.734000', '161650.737000', '161650.739000', '161650.742000', '161650.744000', '161650.747000', '161650.750000', '161650.752000', '161650.755000', '161650.757000', '161650.760000', '161650.763000', '161650.765000', '161650.768000', '161650.771000', '161650.773000', '161650.776000', '161650.778000', '161650.781000', '161650.784000', '161650.786000', '161650.789000', '161650.791000', '161650.794000', '161650.797000', '161650.799000', '161650.802000', '161650.804000', '161650.807000', '161650.810000', '161710.697000', '161710.699000', '161710.702000', '161710.705000', '161710.707000', '161710.710000', '161710.712000', '161710.715000', '161710.725000', '161710.728000', '161710.730000', '161710.733000', '161710.736000', '161710.738000', '161710.741000', '161710.743000', '161710.746000', '161710.749000', '161710.751000', '161710.754000', '161710.756000', '161710.759000', '161710.761000', '161710.764000', '161710.767000', '161710.769000', '161710.772000', '161710.774000', '161710.777000', '161710.780000', '161710.782000', '161710.785000', '161710.787000', '161710.790000', '161710.793000', '161710.795000', '161710.798000', '161710.801000', '161710.803000', '161710.806000', '161710.808000', '161710.811000', '161710.814000', '161730.697000', '161730.699000', '161730.702000', '161730.705000', '161730.707000', '161730.710000', '161730.712000', '161730.715000', '161730.717000', '161730.720000', '161730.723000', '161730.725000', '161730.728000', '161730.730000', '161730.733000', '161730.736000', '161730.738000', '161730.741000', '161730.743000', '161730.746000', '161730.749000', '161730.751000', '161730.754000', '161730.756000', '161730.759000', '161730.762000', '161730.764000', '161730.767000', '161730.769000', '161730.772000', '161730.774000', '161730.777000', '161730.780000', '161730.782000', '161730.785000', '161730.787000', '161730.790000', '161730.793000', '161730.795000', '161730.798000', '161730.800000', '161730.803000', '161730.806000', '161730.808000', '161750.697000', '161750.699000', '161750.702000', '161750.705000', '161750.707000', '161750.710000', '161750.712000', '161750.715000', '161750.718000', '161750.720000', '161750.723000', '161750.725000', '161750.728000', '161750.731000', '161750.733000', '161750.736000', '161750.738000', '161750.741000', '161750.743000', '161750.746000', '161750.749000', '161750.751000', '161750.754000', '161750.757000', '161750.759000', '161750.762000', '161750.764000', '161750.767000', '161750.770000', '161750.772000', '161750.775000', '161750.777000', '161750.780000', '161750.783000', '161750.785000', '161750.788000', '161750.790000', '161750.793000', '161750.796000', '161750.798000', '161750.801000', '161750.804000', '161750.806000', '161810.696000', '161810.699000', '161810.702000', '161810.705000', '161810.707000', '161810.710000', '161810.713000', '161810.715000', '161810.733000', '161810.736000', '161810.738000', '161810.741000', '161810.743000', '161810.746000', '161810.749000', '161810.751000', '161810.755000', '161810.758000', '161810.760000', '161810.763000', '161810.765000', '161810.768000', '161810.771000', '161810.773000', '161810.776000', '161810.779000', '161810.781000', '161810.784000', '161810.786000', '161810.789000', '161810.792000', '161810.794000', '161810.797000', '161810.800000', '161810.802000', '161810.805000', '161810.807000', '161810.810000', '161810.813000', '161810.815000', '161810.907000', '161810.910000', '161810.912000', '161830.697000', '161830.700000', '161830.702000', '161830.705000', '161830.707000', '161830.710000', '161830.712000', '161830.715000', '161830.718000', '161830.720000', '161830.723000', '161830.725000', '161830.728000', '161830.731000', '161830.733000', '161830.736000', '161830.738000', '161830.741000', '161830.743000', '161830.746000', '161830.764000', '161830.766000', '161830.769000', '161830.772000', '161830.774000', '161830.777000', '161830.779000', '161830.782000', '161830.784000', '161830.787000', '161830.790000', '161830.793000', '161830.795000', '161830.798000', '161830.800000', '161830.803000', '161830.806000', '161830.808000', '161830.811000', '161830.813000', '161830.816000', '161830.868000', '161830.871000', '161830.874000', '161850.697000', '161850.699000', '161850.702000', '161850.705000', '161850.707000', '161850.710000', '161850.713000', '161850.715000', '161850.718000', '161850.720000', '161850.723000', '161850.726000', '161850.728000', '161850.731000', '161850.733000', '161850.736000', '161850.738000', '161850.743000', '161850.746000', '161850.749000', '161850.752000', '161850.755000', '161850.757000', '161850.760000', '161850.763000', '161850.765000', '161850.768000', '161850.770000', '161850.773000', '161850.776000', '161850.778000', '161850.781000', '161850.784000', '161850.786000', '161850.789000', '161850.791000', '161850.794000', '161850.797000', '161850.799000', '161850.802000', '161850.804000', '161850.807000', '161850.810000', '161910.696000', '161910.699000', '161910.702000', '161910.704000', '161910.707000', '161910.710000', '161910.712000', '161910.715000', '161910.717000', '161910.720000', '161910.723000', '161910.725000', '161910.728000', '161910.730000', '161910.733000', '161910.735000', '161910.738000', '161910.741000', '161910.743000', '161910.746000', '161910.748000', '161910.751000', '161910.754000', '161910.756000', '161910.759000', '161910.761000', '161910.764000', '161910.766000', '161910.769000', '161910.772000', '161910.774000', '161910.777000', '161910.779000', '161910.782000', '161910.785000', '161910.787000', '161910.790000', '161910.792000', '161910.795000', '161910.798000', '161910.800000', '161910.803000', '161910.805000', '161910.808000', '161930.696000', '161930.699000', '161930.702000', '161930.705000', '161930.707000', '161930.710000', '161930.713000', '161930.715000', '161930.718000', '161930.720000', '161930.723000', '161930.726000', '161930.728000', '161930.731000', '161930.733000', '161930.736000', '161930.738000', '161930.741000', '161930.744000', '161930.746000', '161930.749000', '161930.751000', '161930.754000', '161930.757000', '161930.759000', '161930.762000', '161930.764000', '161930.767000', '161930.769000', '161930.772000', '161930.775000', '161930.777000', '161930.780000', '161930.782000', '161930.785000', '161930.788000', '161930.790000', '161930.794000', '161930.796000', '161930.799000', '161930.802000', '161930.804000', '161930.807000', '161950.697000', '161950.700000', '161950.702000', '161950.705000', '161950.708000', '161950.710000', '161950.713000', '161950.715000', '161950.718000', '161950.721000', '161950.723000', '161950.726000', '161950.728000', '161950.731000', '161950.734000', '161950.736000', '161950.739000', '161950.742000', '161950.744000', '161950.747000', '161950.749000', '161950.752000', '161950.755000', '161950.757000', '161950.760000', '161950.763000', '161950.765000', '161950.769000', '161950.772000', '161950.774000', '161950.777000', '161950.791000', '161950.793000', '161950.796000', '161950.799000', '161950.801000', '161950.804000', '161950.806000', '161950.809000', '161950.812000', '161950.814000', '161950.876000', '161950.878000', '161950.881000', '162010.696000', '162010.699000', '162010.702000', '162010.705000', '162010.707000', '162010.710000', '162010.712000', '162010.715000', '162010.717000', '162010.720000', '162010.723000', '162010.725000', '162010.728000', '162010.730000', '162010.733000', '162010.736000', '162010.738000', '162010.741000', '162010.743000', '162010.746000', '162010.748000', '162010.751000', '162010.754000', '162010.756000', '162010.759000', '162010.761000', '162010.764000', '162010.766000', '162010.769000', '162010.772000', '162010.774000', '162010.777000', '162010.780000', '162010.782000', '162010.785000', '162010.787000', '162010.790000', '162010.793000', '162010.795000', '162010.798000', '162010.800000', '162010.803000', '162010.805000', '162030.697000', '162030.699000', '162030.702000', '162030.705000', '162030.707000', '162030.710000', '162030.712000', '162030.715000', '162030.717000', '162030.720000', '162030.723000', '162030.725000', '162030.728000', '162030.730000', '162030.733000', '162030.736000', '162030.738000', '162030.741000', '162030.743000', '162030.746000', '162030.748000', '162030.751000', '162030.754000', '162030.756000', '162030.759000', '162030.761000', '162030.764000', '162030.766000', '162030.769000', '162030.772000', '162030.774000', '162030.777000', '162030.779000', '162030.782000', '162030.785000', '162030.787000', '162030.790000', '162030.792000', '162030.795000', '162030.798000', '162030.800000', '162030.803000', '162030.806000', '162030.808000', '162050.696000', '162050.699000', '162050.702000', '162050.704000', '162050.707000', '162050.710000', '162050.712000', '162050.715000', '162050.717000', '162050.720000', '162050.723000', '162050.725000', '162050.728000', '162050.730000', '162050.733000', '162050.736000', '162050.738000', '162050.741000', '162050.743000', '162050.746000', '162050.748000', '162050.751000', '162050.754000', '162050.756000', '162050.759000', '162050.761000', '162050.764000', '162050.766000', '162050.770000', '162050.772000', '162050.775000', '162050.777000', '162050.780000', '162050.783000', '162050.785000', '162050.788000', '162050.791000', '162050.793000', '162050.796000', '162050.798000', '162050.801000', '162050.804000', '162050.806000', '162110.697000', '162110.699000', '162110.702000', '162110.705000', '162110.707000', '162110.710000', '162110.712000', '162110.715000', '162110.718000', '162110.720000', '162110.723000', '162110.725000', '162110.728000', '162110.731000', '162110.733000', '162110.736000', '162110.738000', '162110.741000', '162110.744000', '162110.746000', '162110.749000', '162110.752000', '162110.754000', '162110.757000', '162110.759000', '162110.762000', '162110.765000', '162110.777000', '162110.779000', '162110.782000', '162110.785000', '162110.787000', '162110.790000', '162110.792000', '162110.795000', '162110.798000', '162110.800000', '162110.803000', '162110.806000', '162110.808000', '162110.811000', '162110.813000', '162110.880000', '162110.883000', '162130.697000', '162130.699000', '162130.702000', '162130.705000', '162130.707000', '162130.710000', '162130.712000', '162130.715000', '162130.718000', '162130.720000', '162130.723000', '162130.725000', '162130.728000', '162130.731000', '162130.733000', '162130.736000', '162130.738000', '162130.741000', '162130.744000', '162130.746000', '162130.749000', '162130.752000', '162130.754000', '162130.757000', '162130.759000', '162130.762000', '162130.765000', '162130.767000', '162130.770000', '162130.772000', '162130.775000', '162130.777000', '162130.780000', '162130.783000', '162130.785000', '162130.788000', '162130.791000', '162130.793000', '162130.796000', '162130.798000', '162130.801000', '162130.803000', '162130.806000', '162150.697000', '162150.700000', '162150.703000', '162150.705000', '162150.708000', '162150.710000', '162150.713000', '162150.716000', '162150.718000', '162150.721000', '162150.724000', '162150.726000', '162150.729000', '162150.731000', '162150.734000', '162150.737000', '162150.739000', '162150.742000', '162150.744000', '162150.747000', '162150.750000', '162150.752000', '162150.755000', '162150.757000', '162150.760000', '162150.762000', '162150.765000', '162150.768000', '162150.770000', '162150.773000', '162150.775000', '162150.778000', '162150.781000', '162150.783000', '162150.786000', '162150.788000', '162150.791000', '162150.794000', '162150.796000', '162150.799000', '162150.802000', '162150.804000', '162150.807000', '162150.809000', '162210.698000', '162210.700000', '162210.703000', '162210.706000', '162210.708000', '162210.711000', '162210.713000', '162210.716000', '162210.718000', '162210.721000', '162210.724000', '162210.726000', '162210.729000', '162210.731000', '162210.734000', '162210.737000', '162210.739000', '162210.742000', '162210.744000', '162210.747000', '162210.750000', '162210.752000', '162210.755000', '162210.757000', '162210.760000', '162210.763000', '162210.765000', '162210.768000', '162210.770000', '162210.773000', '162210.776000', '162210.778000', '162210.781000', '162210.784000', '162210.786000', '162210.789000', '162210.791000', '162210.794000', '162210.797000', '162210.799000', '162210.802000', '162210.804000', '162210.807000', '162230.697000', '162230.699000', '162230.702000', '162230.705000', '162230.707000', '162230.710000', '162230.712000', '162230.715000', '162230.718000', '162230.720000', '162230.737000', '162230.739000', '162230.742000', '162230.744000', '162230.747000', '162230.750000', '162230.752000', '162230.755000', '162230.757000', '162230.760000', '162230.763000', '162230.765000', '162230.768000', '162230.770000', '162230.773000', '162230.776000', '162230.778000', '162230.781000', '162230.784000', '162230.786000', '162230.789000', '162230.792000', '162230.794000', '162230.797000', '162230.799000', '162230.802000', '162230.805000', '162230.807000', '162230.810000', '162230.813000', '162230.815000', '162230.876000', '162230.879000', '162230.881000', '162248.532000', '162248.535000', '162248.537000', '162248.540000', '162248.543000', '162248.545000', '162248.548000', '162248.550000', '162248.553000', '162248.556000', '162248.558000', '162248.561000', '162248.563000', '162248.566000', '162248.569000', '162248.571000', '162248.574000', '162248.576000', '162248.579000', '162248.582000', '162248.584000', '162248.587000', '162248.590000', '162248.592000', '162248.595000', '162248.598000', '162248.600000', '162248.603000', '162248.606000', '162248.608000', '162248.611000', '162248.613000', '162248.616000', '162248.619000', '162248.621000', '162248.624000', '162248.627000', '162248.629000', '162248.632000'], 'InstanceCreationTime': ['161250.732000', '161250.735000', '161250.738000', '161250.750000', '161250.752000', '161250.755000', '161250.758000', '161250.760000', '161250.763000', '161250.765000', '161250.770000', '161250.773000', '161250.775000', '161250.778000', '161250.781000', '161250.783000', '161250.791000', '161250.793000', '161250.796000', '161250.799000', '161250.801000', '161250.804000', '161310.697000', '161310.699000', '161310.702000', '161310.705000', '161310.707000', '161310.710000', '161310.712000', '161310.715000', '161310.718000', '161310.720000', '161310.723000', '161310.725000', '161310.728000', '161310.730000', '161310.733000', '161310.736000', '161310.738000', '161310.741000', '161310.743000', '161310.756000', '161310.759000', '161310.761000', '161310.764000', '161310.767000', '161310.769000', '161310.772000', '161310.774000', '161310.777000', '161310.780000', '161310.782000', '161310.785000', '161310.787000', '161310.790000', '161310.793000', '161310.795000', '161310.798000', '161310.800000', '161310.803000', '161310.805000', '161310.808000', '161310.810000', '161310.813000', '161310.837000', '161330.696000', '161330.699000', '161330.702000', '161330.704000', '161330.707000', '161330.710000', '161330.712000', '161330.715000', '161330.717000', '161330.720000', '161330.723000', '161330.725000', '161330.728000', '161330.730000', '161330.733000', '161330.735000', '161330.738000', '161330.740000', '161330.743000', '161330.746000', '161330.748000', '161330.751000', '161330.754000', '161330.757000', '161330.759000', '161330.762000', '161330.764000', '161330.767000', '161330.770000', '161330.772000', '161330.775000', '161330.777000', '161330.780000', '161330.782000', '161330.785000', '161330.788000', '161330.790000', '161330.793000', '161330.795000', '161330.798000', '161330.800000', '161330.803000', '161330.806000', '161330.808000', '161350.696000', '161350.699000', '161350.702000', '161350.704000', '161350.707000', '161350.709000', '161350.712000', '161350.715000', '161350.717000', '161350.720000', '161350.722000', '161350.725000', '161350.727000', '161350.730000', '161350.733000', '161350.735000', '161350.738000', '161350.740000', '161350.743000', '161350.745000', '161350.748000', '161350.751000', '161350.753000', '161350.756000', '161350.758000', '161350.761000', '161350.764000', '161350.766000', '161350.769000', '161350.771000', '161350.774000', '161350.776000', '161350.779000', '161350.782000', '161350.784000', '161350.787000', '161350.789000', '161350.792000', '161350.794000', '161350.797000', '161350.800000', '161350.802000', '161350.805000', '161410.696000', '161410.699000', '161410.702000', '161410.704000', '161410.707000', '161410.710000', '161410.712000', '161410.715000', '161410.718000', '161410.720000', '161410.723000', '161410.726000', '161410.728000', '161410.731000', '161410.733000', '161410.736000', '161410.738000', '161410.741000', '161410.744000', '161410.746000', '161410.749000', '161410.751000', '161410.754000', '161410.757000', '161410.759000', '161410.762000', '161410.764000', '161410.767000', '161410.769000', '161410.772000', '161410.775000', '161410.777000', '161410.780000', '161410.782000', '161410.785000', '161410.788000', '161410.790000', '161410.793000', '161410.795000', '161410.798000', '161410.800000', '161410.803000', '161410.806000', '161410.808000', '161430.696000', '161430.699000', '161430.702000', '161430.704000', '161430.707000', '161430.709000', '161430.712000', '161430.715000', '161430.717000', '161430.720000', '161430.722000', '161430.725000', '161430.727000', '161430.730000', '161430.733000', '161430.735000', '161430.738000', '161430.740000', '161430.743000', '161430.746000', '161430.748000', '161430.751000', '161430.753000', '161430.756000', '161430.758000', '161430.761000', '161430.764000', '161430.766000', '161430.769000', '161430.771000', '161430.774000', '161430.777000', '161430.779000', '161430.782000', '161430.784000', '161430.787000', '161430.790000', '161430.792000', '161430.795000', '161430.798000', '161430.800000', '161430.803000', '161430.805000', '161450.696000', '161450.699000', '161450.702000', '161450.705000', '161450.707000', '161450.710000', '161450.713000', '161450.716000', '161450.718000', '161450.721000', '161450.724000', '161450.726000', '161450.729000', '161450.732000', '161450.734000', '161450.737000', '161450.740000', '161450.742000', '161450.745000', '161450.747000', '161450.750000', '161450.753000', '161450.755000', '161450.758000', '161450.761000', '161450.763000', '161450.766000', '161450.768000', '161450.771000', '161450.774000', '161450.776000', '161450.779000', '161450.782000', '161450.784000', '161450.787000', '161450.790000', '161450.792000', '161450.795000', '161450.798000', '161450.801000', '161450.804000', '161450.806000', '161450.809000', '161450.812000', '161510.696000', '161510.699000', '161510.702000', '161510.704000', '161510.707000', '161510.709000', '161510.712000', '161510.715000', '161510.717000', '161510.720000', '161510.723000', '161510.725000', '161510.728000', '161510.731000', '161510.733000', '161510.736000', '161510.738000', '161510.741000', '161510.744000', '161510.746000', '161510.749000', '161510.751000', '161510.754000', '161510.756000', '161510.759000', '161510.761000', '161510.764000', '161510.767000', '161510.769000', '161510.772000', '161510.774000', '161510.777000', '161510.780000', '161510.782000', '161510.785000', '161510.787000', '161510.790000', '161510.793000', '161510.795000', '161510.798000', '161510.800000', '161510.803000', '161510.805000', '161530.697000', '161530.700000', '161530.702000', '161530.705000', '161530.707000', '161530.710000', '161530.713000', '161530.715000', '161530.718000', '161530.720000', '161530.723000', '161530.725000', '161530.728000', '161530.731000', '161530.733000', '161530.736000', '161530.739000', '161530.741000', '161530.744000', '161530.746000', '161530.749000', '161530.751000', '161530.754000', '161530.757000', '161530.759000', '161530.762000', '161530.764000', '161530.808000', '161530.811000', '161530.813000', '161530.832000', '161530.835000', '161530.837000', '161530.840000', '161530.842000', '161530.845000', '161530.847000', '161530.850000', '161530.853000', '161530.855000', '161530.858000', '161530.860000', '161530.863000', '161530.866000', '161550.696000', '161550.699000', '161550.702000', '161550.704000', '161550.707000', '161550.710000', '161550.712000', '161550.715000', '161550.718000', '161550.720000', '161550.723000', '161550.726000', '161550.728000', '161550.731000', '161550.734000', '161550.736000', '161550.739000', '161550.741000', '161550.744000', '161550.747000', '161550.749000', '161550.752000', '161550.754000', '161550.757000', '161550.760000', '161550.762000', '161550.765000', '161550.767000', '161550.770000', '161550.773000', '161550.775000', '161550.778000', '161550.780000', '161550.783000', '161550.786000', '161550.788000', '161550.791000', '161550.793000', '161550.796000', '161550.799000', '161550.801000', '161550.804000', '161550.806000', '161610.696000', '161610.699000', '161610.702000', '161610.704000', '161610.707000', '161610.710000', '161610.712000', '161610.715000', '161610.717000', '161610.720000', '161610.722000', '161610.725000', '161610.728000', '161610.730000', '161610.733000', '161610.736000', '161610.738000', '161610.741000', '161610.743000', '161610.746000', '161610.749000', '161610.751000', '161610.754000', '161610.756000', '161610.759000', '161610.761000', '161610.764000', '161610.767000', '161610.769000', '161610.772000', '161610.774000', '161610.777000', '161610.780000', '161610.782000', '161610.785000', '161610.787000', '161610.790000', '161610.792000', '161610.795000', '161610.798000', '161610.800000', '161610.803000', '161610.806000', '161610.808000', '161630.697000', '161630.699000', '161630.702000', '161630.705000', '161630.708000', '161630.710000', '161630.713000', '161630.715000', '161630.718000', '161630.720000', '161630.723000', '161630.726000', '161630.728000', '161630.731000', '161630.733000', '161630.736000', '161630.739000', '161630.741000', '161630.744000', '161630.746000', '161630.749000', '161630.751000', '161630.754000', '161630.757000', '161630.759000', '161630.762000', '161630.764000', '161630.767000', '161630.769000', '161630.772000', '161630.775000', '161630.777000', '161630.780000', '161630.782000', '161630.785000', '161630.787000', '161630.790000', '161630.793000', '161630.795000', '161630.798000', '161630.800000', '161630.803000', '161630.806000', '161650.697000', '161650.699000', '161650.702000', '161650.705000', '161650.707000', '161650.710000', '161650.713000', '161650.716000', '161650.719000', '161650.721000', '161650.724000', '161650.726000', '161650.729000', '161650.732000', '161650.734000', '161650.737000', '161650.739000', '161650.742000', '161650.744000', '161650.747000', '161650.750000', '161650.752000', '161650.755000', '161650.757000', '161650.760000', '161650.763000', '161650.765000', '161650.768000', '161650.771000', '161650.773000', '161650.776000', '161650.778000', '161650.781000', '161650.784000', '161650.786000', '161650.789000', '161650.791000', '161650.794000', '161650.797000', '161650.799000', '161650.802000', '161650.804000', '161650.807000', '161650.810000', '161710.697000', '161710.699000', '161710.702000', '161710.705000', '161710.707000', '161710.710000', '161710.712000', '161710.715000', '161710.725000', '161710.728000', '161710.730000', '161710.733000', '161710.736000', '161710.738000', '161710.741000', '161710.743000', '161710.746000', '161710.749000', '161710.751000', '161710.754000', '161710.756000', '161710.759000', '161710.761000', '161710.764000', '161710.767000', '161710.769000', '161710.772000', '161710.774000', '161710.777000', '161710.780000', '161710.782000', '161710.785000', '161710.787000', '161710.790000', '161710.793000', '161710.795000', '161710.798000', '161710.801000', '161710.803000', '161710.806000', '161710.808000', '161710.811000', '161710.814000', '161730.697000', '161730.699000', '161730.702000', '161730.705000', '161730.707000', '161730.710000', '161730.712000', '161730.715000', '161730.717000', '161730.720000', '161730.723000', '161730.725000', '161730.728000', '161730.730000', '161730.733000', '161730.736000', '161730.738000', '161730.741000', '161730.743000', '161730.746000', '161730.749000', '161730.751000', '161730.754000', '161730.756000', '161730.759000', '161730.762000', '161730.764000', '161730.767000', '161730.769000', '161730.772000', '161730.774000', '161730.777000', '161730.780000', '161730.782000', '161730.785000', '161730.787000', '161730.790000', '161730.793000', '161730.795000', '161730.798000', '161730.800000', '161730.803000', '161730.806000', '161730.808000', '161750.697000', '161750.699000', '161750.702000', '161750.705000', '161750.707000', '161750.710000', '161750.712000', '161750.715000', '161750.718000', '161750.720000', '161750.723000', '161750.725000', '161750.728000', '161750.731000', '161750.733000', '161750.736000', '161750.738000', '161750.741000', '161750.743000', '161750.746000', '161750.749000', '161750.751000', '161750.754000', '161750.757000', '161750.759000', '161750.762000', '161750.764000', '161750.767000', '161750.770000', '161750.772000', '161750.775000', '161750.777000', '161750.780000', '161750.783000', '161750.785000', '161750.788000', '161750.790000', '161750.793000', '161750.796000', '161750.798000', '161750.801000', '161750.804000', '161750.806000', '161810.696000', '161810.699000', '161810.702000', '161810.705000', '161810.707000', '161810.710000', '161810.713000', '161810.715000', '161810.733000', '161810.736000', '161810.738000', '161810.741000', '161810.743000', '161810.746000', '161810.749000', '161810.751000', '161810.755000', '161810.758000', '161810.760000', '161810.763000', '161810.765000', '161810.768000', '161810.771000', '161810.773000', '161810.776000', '161810.779000', '161810.781000', '161810.784000', '161810.786000', '161810.789000', '161810.792000', '161810.794000', '161810.797000', '161810.800000', '161810.802000', '161810.805000', '161810.807000', '161810.810000', '161810.813000', '161810.815000', '161810.907000', '161810.910000', '161810.912000', '161830.697000', '161830.700000', '161830.702000', '161830.705000', '161830.707000', '161830.710000', '161830.712000', '161830.715000', '161830.718000', '161830.720000', '161830.723000', '161830.725000', '161830.728000', '161830.731000', '161830.733000', '161830.736000', '161830.738000', '161830.741000', '161830.743000', '161830.746000', '161830.764000', '161830.766000', '161830.769000', '161830.772000', '161830.774000', '161830.777000', '161830.779000', '161830.782000', '161830.784000', '161830.787000', '161830.790000', '161830.793000', '161830.795000', '161830.798000', '161830.800000', '161830.803000', '161830.806000', '161830.808000', '161830.811000', '161830.813000', '161830.816000', '161830.868000', '161830.871000', '161830.874000', '161850.697000', '161850.699000', '161850.702000', '161850.705000', '161850.707000', '161850.710000', '161850.713000', '161850.715000', '161850.718000', '161850.720000', '161850.723000', '161850.726000', '161850.728000', '161850.731000', '161850.733000', '161850.736000', '161850.738000', '161850.743000', '161850.746000', '161850.749000', '161850.752000', '161850.755000', '161850.757000', '161850.760000', '161850.763000', '161850.765000', '161850.768000', '161850.770000', '161850.773000', '161850.776000', '161850.778000', '161850.781000', '161850.784000', '161850.786000', '161850.789000', '161850.791000', '161850.794000', '161850.797000', '161850.799000', '161850.802000', '161850.804000', '161850.807000', '161850.810000', '161910.696000', '161910.699000', '161910.702000', '161910.704000', '161910.707000', '161910.710000', '161910.712000', '161910.715000', '161910.717000', '161910.720000', '161910.723000', '161910.725000', '161910.728000', '161910.730000', '161910.733000', '161910.735000', '161910.738000', '161910.741000', '161910.743000', '161910.746000', '161910.748000', '161910.751000', '161910.754000', '161910.756000', '161910.759000', '161910.761000', '161910.764000', '161910.766000', '161910.769000', '161910.772000', '161910.774000', '161910.777000', '161910.779000', '161910.782000', '161910.785000', '161910.787000', '161910.790000', '161910.792000', '161910.795000', '161910.798000', '161910.800000', '161910.803000', '161910.805000', '161910.808000', '161930.696000', '161930.699000', '161930.702000', '161930.705000', '161930.707000', '161930.710000', '161930.713000', '161930.715000', '161930.718000', '161930.720000', '161930.723000', '161930.726000', '161930.728000', '161930.731000', '161930.733000', '161930.736000', '161930.738000', '161930.741000', '161930.744000', '161930.746000', '161930.749000', '161930.751000', '161930.754000', '161930.757000', '161930.759000', '161930.762000', '161930.764000', '161930.767000', '161930.769000', '161930.772000', '161930.775000', '161930.777000', '161930.780000', '161930.782000', '161930.785000', '161930.788000', '161930.790000', '161930.794000', '161930.796000', '161930.799000', '161930.802000', '161930.804000', '161930.807000', '161950.697000', '161950.700000', '161950.702000', '161950.705000', '161950.708000', '161950.710000', '161950.713000', '161950.715000', '161950.718000', '161950.721000', '161950.723000', '161950.726000', '161950.728000', '161950.731000', '161950.734000', '161950.736000', '161950.739000', '161950.742000', '161950.744000', '161950.747000', '161950.749000', '161950.752000', '161950.755000', '161950.757000', '161950.760000', '161950.763000', '161950.765000', '161950.769000', '161950.772000', '161950.774000', '161950.777000', '161950.791000', '161950.793000', '161950.796000', '161950.799000', '161950.801000', '161950.804000', '161950.806000', '161950.809000', '161950.812000', '161950.814000', '161950.876000', '161950.878000', '161950.881000', '162010.696000', '162010.699000', '162010.702000', '162010.705000', '162010.707000', '162010.710000', '162010.712000', '162010.715000', '162010.717000', '162010.720000', '162010.723000', '162010.725000', '162010.728000', '162010.730000', '162010.733000', '162010.736000', '162010.738000', '162010.741000', '162010.743000', '162010.746000', '162010.748000', '162010.751000', '162010.754000', '162010.756000', '162010.759000', '162010.761000', '162010.764000', '162010.766000', '162010.769000', '162010.772000', '162010.774000', '162010.777000', '162010.780000', '162010.782000', '162010.785000', '162010.787000', '162010.790000', '162010.793000', '162010.795000', '162010.798000', '162010.800000', '162010.803000', '162010.805000', '162030.697000', '162030.699000', '162030.702000', '162030.705000', '162030.707000', '162030.710000', '162030.712000', '162030.715000', '162030.717000', '162030.720000', '162030.723000', '162030.725000', '162030.728000', '162030.730000', '162030.733000', '162030.736000', '162030.738000', '162030.741000', '162030.743000', '162030.746000', '162030.748000', '162030.751000', '162030.754000', '162030.756000', '162030.759000', '162030.761000', '162030.764000', '162030.766000', '162030.769000', '162030.772000', '162030.774000', '162030.777000', '162030.779000', '162030.782000', '162030.785000', '162030.787000', '162030.790000', '162030.792000', '162030.795000', '162030.798000', '162030.800000', '162030.803000', '162030.806000', '162030.808000', '162050.696000', '162050.699000', '162050.702000', '162050.704000', '162050.707000', '162050.710000', '162050.712000', '162050.715000', '162050.717000', '162050.720000', '162050.723000', '162050.725000', '162050.728000', '162050.730000', '162050.733000', '162050.736000', '162050.738000', '162050.741000', '162050.743000', '162050.746000', '162050.748000', '162050.751000', '162050.754000', '162050.756000', '162050.759000', '162050.761000', '162050.764000', '162050.766000', '162050.770000', '162050.772000', '162050.775000', '162050.777000', '162050.780000', '162050.783000', '162050.785000', '162050.788000', '162050.791000', '162050.793000', '162050.796000', '162050.798000', '162050.801000', '162050.804000', '162050.806000', '162110.697000', '162110.699000', '162110.702000', '162110.705000', '162110.707000', '162110.710000', '162110.712000', '162110.715000', '162110.718000', '162110.720000', '162110.723000', '162110.725000', '162110.728000', '162110.731000', '162110.733000', '162110.736000', '162110.738000', '162110.741000', '162110.744000', '162110.746000', '162110.749000', '162110.752000', '162110.754000', '162110.757000', '162110.759000', '162110.762000', '162110.765000', '162110.777000', '162110.779000', '162110.782000', '162110.785000', '162110.787000', '162110.790000', '162110.792000', '162110.795000', '162110.798000', '162110.800000', '162110.803000', '162110.806000', '162110.808000', '162110.811000', '162110.813000', '162110.880000', '162110.883000', '162130.697000', '162130.699000', '162130.702000', '162130.705000', '162130.707000', '162130.710000', '162130.712000', '162130.715000', '162130.718000', '162130.720000', '162130.723000', '162130.725000', '162130.728000', '162130.731000', '162130.733000', '162130.736000', '162130.738000', '162130.741000', '162130.744000', '162130.746000', '162130.749000', '162130.752000', '162130.754000', '162130.757000', '162130.759000', '162130.762000', '162130.765000', '162130.767000', '162130.770000', '162130.772000', '162130.775000', '162130.777000', '162130.780000', '162130.783000', '162130.785000', '162130.788000', '162130.791000', '162130.793000', '162130.796000', '162130.798000', '162130.801000', '162130.803000', '162130.806000', '162150.697000', '162150.700000', '162150.703000', '162150.705000', '162150.708000', '162150.710000', '162150.713000', '162150.716000', '162150.718000', '162150.721000', '162150.724000', '162150.726000', '162150.729000', '162150.731000', '162150.734000', '162150.737000', '162150.739000', '162150.742000', '162150.744000', '162150.747000', '162150.750000', '162150.752000', '162150.755000', '162150.757000', '162150.760000', '162150.762000', '162150.765000', '162150.768000', '162150.770000', '162150.773000', '162150.775000', '162150.778000', '162150.781000', '162150.783000', '162150.786000', '162150.788000', '162150.791000', '162150.794000', '162150.796000', '162150.799000', '162150.802000', '162150.804000', '162150.807000', '162150.809000', '162210.698000', '162210.700000', '162210.703000', '162210.706000', '162210.708000', '162210.711000', '162210.713000', '162210.716000', '162210.718000', '162210.721000', '162210.724000', '162210.726000', '162210.729000', '162210.731000', '162210.734000', '162210.737000', '162210.739000', '162210.742000', '162210.744000', '162210.747000', '162210.750000', '162210.752000', '162210.755000', '162210.757000', '162210.760000', '162210.763000', '162210.765000', '162210.768000', '162210.770000', '162210.773000', '162210.776000', '162210.778000', '162210.781000', '162210.784000', '162210.786000', '162210.789000', '162210.791000', '162210.794000', '162210.797000', '162210.799000', '162210.802000', '162210.804000', '162210.807000', '162230.697000', '162230.699000', '162230.702000', '162230.705000', '162230.707000', '162230.710000', '162230.712000', '162230.715000', '162230.718000', '162230.720000', '162230.737000', '162230.739000', '162230.742000', '162230.744000', '162230.747000', '162230.750000', '162230.752000', '162230.755000', '162230.757000', '162230.760000', '162230.763000', '162230.765000', '162230.768000', '162230.770000', '162230.773000', '162230.776000', '162230.778000', '162230.781000', '162230.784000', '162230.786000', '162230.789000', '162230.792000', '162230.794000', '162230.797000', '162230.799000', '162230.802000', '162230.805000', '162230.807000', '162230.810000', '162230.813000', '162230.815000', '162230.876000', '162230.879000', '162230.881000', '162248.532000', '162248.535000', '162248.537000', '162248.540000', '162248.543000', '162248.545000', '162248.548000', '162248.550000', '162248.553000', '162248.556000', '162248.558000', '162248.561000', '162248.563000', '162248.566000', '162248.569000', '162248.571000', '162248.574000', '162248.576000', '162248.579000', '162248.582000', '162248.584000', '162248.587000', '162248.590000', '162248.592000', '162248.595000', '162248.598000', '162248.600000', '162248.603000', '162248.606000', '162248.608000', '162248.611000', '162248.613000', '162248.616000', '162248.619000', '162248.621000', '162248.624000', '162248.627000', '162248.629000', '162248.632000'], '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': [10189, 8090, 9488, 7887, 8923, 7782, 9268, 7965, 9637, 7815, 9798, 7514, 9528, 7702, 9921, 7612, 9912, 7984, 10072, 7870, 8295, 7923, 8670, 7608, 9619, 7660, 9899, 7826, 11402, 7485, 11107, 7856, 10687, 7670, 10393, 7580, 9856, 7786, 8285, 7774, 7698, 8065, 7752, 7828, 8676, 7902, 8740, 7522, 8452, 7497, 8582, 7818, 8949, 7656, 9038, 7557, 7948, 7315, 7801, 7643, 8540, 7961, 9170, 7886, 8421, 7453, 8859, 7483, 9550, 7518, 9784, 7485, 10054, 7391, 9422, 7589, 9581, 7621, 9758, 7570, 9746, 7549, 9585, 7434, 9348, 7477, 9216, 7666, 9572, 7628, 9740, 7351, 10019, 7486, 9758, 7676, 10445, 7966, 10434, 7541, 10371, 7457, 11207, 7364, 12045, 7588, 12861, 7872, 10961, 7485, 10324, 7609, 11981, 7846, 13126, 8345, 10843, 7460, 8586, 7692, 7920, 7408, 8001, 8753, 7580, 8947, 7409, 9063, 7704, 7781, 12767, 7914, 11615, 8171, 10670, 7318, 7577, 7386, 7657, 8650, 7596, 9603, 7283, 9731, 7395, 9871, 7377, 10167, 8081, 10226, 7306, 9333, 7296, 7821, 8054, 7415, 10020, 7621, 8001, 7553, 7318, 7776, 7552, 8928, 7775, 9806, 7530, 11260, 7702, 12027, 7214, 10995, 7539, 10152, 7864, 10020, 7872, 8202, 7563, 8225, 7827, 9284, 7816, 10032, 7423, 10431, 7266, 10141, 7574, 12269, 7781, 10709, 8138, 9918, 7534, 8414, 7523, 7670, 7777, 8676, 7566, 10698, 7151, 8844, 7643, 8470, 9862, 7451, 8689, 10118, 9075, 10963, 7635, 10014, 7447, 10318, 7488, 10158, 8017, 10846, 7638, 7947, 8590, 7898, 8266, 8777, 8728, 10089, 8579, 10803, 8718, 10121, 8159, 11098, 8095, 10542, 8239, 10223, 7924, 9560, 7753, 9472, 8021, 10387, 8416, 9485, 8066, 9933, 7972, 9834, 7859, 9924, 7999, 9508, 8013, 9625, 8081, 9558, 7800, 9238, 7939, 8931, 8494, 9372, 8266, 9722, 7915, 9765, 7878, 9559, 7732, 9839, 7834, 10066, 8500, 9313, 8495, 7636, 8123, 7704, 8013, 7819, 8121, 7914, 8685, 9010, 8240, 7993, 7964, 7929, 9807, 7930, 11990, 7954, 8515, 7771, 8176, 7754, 8110, 9396, 8122, 10225, 8038, 10153, 8171, 9689, 8305, 8175, 11240, 7916, 10732, 7650, 8074, 7779, 8207, 7845, 8101, 9313, 8025, 9875, 7828, 9514, 8244, 7632, 11015, 7679, 11580, 7796, 11353, 7548, 8991, 7085, 8060, 7512, 8012, 7776, 8863, 7929, 12268, 7910, 10415, 7917, 10088, 8403, 9518, 7785, 10041, 8512, 10363, 7531, 8505, 9071, 8196, 10404, 8467, 10089, 8491, 7742, 12088, 7755, 10674, 8027, 10210, 7962, 10203, 7821, 8513, 7784, 8437, 7812, 11023, 7808, 13181, 7970, 11854, 7578, 11551, 8151, 11629, 7989, 10936, 7443, 8722, 7874, 8762, 7581, 11325, 8053, 10191, 8363, 9545, 8087, 9992, 8057, 9477, 8147, 10323, 7942, 10339, 7910, 8620, 7615, 8907, 7831, 12601, 8231, 11389, 7846, 10344, 8094, 9578, 8022, 9331, 7989, 9930, 8128, 9259, 7884, 9661, 7993, 9952, 8138, 10443, 7863, 10279, 7946, 9797, 8222, 8982, 9680, 8160, 11551, 8099, 8701, 7537, 8396, 7826, 8237, 7752, 8567, 7817, 12423, 8098, 10873, 7708, 9785, 8032, 8882, 7896, 8266, 8125, 8063, 8399, 8153, 7986, 7879, 8011, 7946, 8288, 8845, 8187, 9505, 9771, 8239, 9458, 7616, 8363, 7525, 8574, 7709, 8713, 9405, 8064, 9205, 7895, 9818, 8155, 9940, 8359, 9574, 10806, 7770, 11623, 7489, 11150, 8053, 9983, 7310, 8431, 7818, 8124, 9025, 8239, 9796, 12619, 7766, 10999, 7912, 9677, 7989, 8174, 9456, 7568, 11867, 8021, 11661, 7875, 10307, 7738, 8279, 7701, 10414, 7918, 9543, 7935, 8653, 8863, 7472, 11853, 7685, 10287, 7792, 9852, 8047, 9408, 8180, 9393, 7829, 9410, 7832, 9364, 7893, 9510, 8101, 10098, 7877, 11639, 7442, 10825, 7499, 11243, 7678, 12596, 7908, 11685, 7663, 10078, 7656, 11154, 7565, 12104, 7789, 11039, 7516, 8514, 7799, 7866, 8861, 7958, 9646, 7979, 10417, 7712, 10407, 7701, 9549, 8228, 8068, 12240, 7611, 12594, 7725, 8808, 7759, 8143, 7731, 8217, 7555, 11650, 7993, 10642, 8324, 10114, 8123, 9536, 8087, 10220, 7194, 9046, 7743, 7058, 9763, 8430, 8652, 8089, 8622, 10181, 8413, 11047, 8289, 11019, 8322, 9357, 8599, 10183, 8592, 10022, 8198, 8809, 8316, 8992, 7814, 9473, 8276, 9830, 7759, 11558, 7752, 8853, 7637, 8293, 7940, 8237, 9856, 7819, 10294, 7702, 10329, 7789, 9884, 8131, 8963, 11698, 7867, 12670, 7899, 11155, 7481, 8877, 7713, 9206, 7895, 10696, 8169, 10240, 7865, 9461, 8011, 9170, 7707, 9680, 8106, 9849, 8005, 9597, 7867, 9899, 7855, 9288, 8060, 8842, 8438, 8180, 8544, 7778, 7836, 7804, 8031, 8010, 9989, 7756, 12415, 7856, 11898, 7765, 10333, 7665, 10108, 7879, 10151, 8017, 11465, 7839, 8422, 7721, 8445, 7829, 10905, 8141, 10023, 8032, 9305, 8112, 7805, 8278, 8073, 9680, 7740, 8507, 8134, 8114, 8806, 7731, 9357, 7880, 9666, 8659, 7773, 12767, 7658, 9846, 7543, 9671, 8187, 10697, 7642, 8388, 7883, 9017, 8534, 8127, 9165, 8591, 10340, 9113, 10460, 7334, 9394, 8055, 8950, 10691, 9190, 11653, 8570, 11033, 8710, 10045, 9028, 9351, 10805, 8165, 10417, 8532, 8364, 6992, 9010, 7482, 8614, 8000, 8943, 8783, 8784, 9210, 8937, 8284, 11399, 8633, 10400, 8784, 9993, 8931, 8911, 8677, 8382, 8663, 8638, 8962, 9316, 8578, 9327, 9027, 8196, 12085, 8802, 10334, 8563, 9306, 8550, 8852, 8648, 8750, 8536, 9930, 8950, 9699, 8643, 9471, 8571, 8020, 10022, 8391, 11054, 8797, 10264, 8658, 9731, 8197, 9171, 8555, 9243, 8696, 9569, 8784, 9950, 8410, 9757, 8409, 10663, 8848, 10275, 8582, 10367, 8435, 10306, 8389, 9561, 8752, 9503, 8575, 10059, 8626, 10353, 8749, 10897, 8300, 10941, 8478, 10468, 8591, 10363, 8456, 9325, 8610, 8342, 8636, 8092, 9990, 7802, 8855, 8444, 8671, 9289, 8467, 10338, 8423, 10404, 8401, 10939, 8046, 9944, 8278, 9122, 8585, 10589, 8423, 10963, 8408, 10136, 8610, 10291, 9230, 11710, 7343, 9241, 7766, 8762, 9319, 7334, 8961, 9230, 8782, 10833, 8719, 9736, 8727, 9856, 8966, 8268, 11441, 8605, 12211, 8360, 8553, 7610, 8813, 7642, 8891, 8688, 9887, 8421, 11718, 8371, 10683, 8417, 10884, 8592, 10004, 8912, 10143, 8847, 9750, 8356, 8970, 8585, 8377, 9020, 10393, 9111, 11799, 9458, 12115, 9276, 10392, 8948, 9949, 8894, 9840, 9229, 9132, 8871, 9178, 8675, 10106, 8915, 10473, 8733, 11329, 7504, 8819, 7939, 9028, 9466, 8853, 10334, 8967, 9352, 8619, 9795, 8515, 10183, 8963, 9845, 8585, 9084, 8453, 8247, 8579, 8172, 8650, 7925, 9752, 7983, 11516, 7793, 10502, 7884, 10138, 8588, 11120, 8436, 11372, 8275, 11514, 8124, 10120, 8281, 10139, 8553, 9164, 8540, 8282, 8902, 8002, 8384, 8025, 8475, 8071, 8712, 8842, 8720, 9020, 8591, 8057, 8496, 8032, 11264, 8095, 10845, 8398, 10277, 8332, 9119, 8197, 8456, 7554, 8137, 8161, 10686, 8538, 9820, 8722, 8312, 11312, 8209, 11200, 8209, 10403, 7937, 9346, 8215, 8293, 8268, 8319, 8609, 8141, 8971, 8118, 8610, 8196, 8203, 8351, 8465, 8291, 8352, 7973, 8623, 8021, 11096, 7857, 10683, 8152, 9219, 8587, 8716, 9336, 8557, 8580, 8355, 8375, 9783, 8569, 11063, 8194, 11339, 8558, 11182, 8317, 10521, 8049, 10595, 8696, 9300, 11493, 8174, 8822, 7977, 8731, 8203, 8737, 8221, 8323, 8584, 7949, 8953, 8100, 10731, 8277, 11288, 8237, 9600, 8371, 9004, 8375, 10578, 8491, 11744, 8613, 11119, 8510, 9748, 8339, 11171, 8542, 10563, 8487, 10411, 8566, 9999, 8174, 8406, 8064, 9743, 8183, 9787, 8668, 8286, 12076, 8066, 10719, 8001, 9108, 8660, 8997, 8506, 8736, 8533, 9575, 8572, 8660, 8416, 8632, 8650, 10300, 12603, 9341, 12180, 8426, 9798, 7775, 11151, 8550, 11533, 8487, 8208, 8788, 8289, 9595, 8329, 10897, 7921, 10569, 8211, 10569, 8484, 10232, 7772, 10730, 8642, 9568, 8396, 8678, 11357, 8862, 10683, 7997, 10229, 8470, 8985, 8448, 8349, 8321, 10395, 8114, 8839, 12320, 8189, 10997, 8078, 9769, 8012, 8726, 7988, 8871, 7949, 10235, 8411, 10370, 8658, 10690, 8519, 10850, 8430, 10393, 8318, 10091, 8203, 8501, 7778, 8533, 7958, 8515, 7971, 8641, 9384, 8627, 9988, 8297, 9898, 8181, 10090, 8093, 9510, 8327, 10194, 8478, 9784, 11130, 8816, 11399, 8295, 9821, 10216, 9066, 10990, 9188, 10873, 8586, 8765, 8314, 9368, 7955, 8861, 9462, 8764, 8829, 7942, 7714, 8374, 7527, 8619, 9676, 7560, 8868, 9924, 8689, 11015, 8766, 10347, 8018, 8857, 8358, 8967, 11430, 8890, 10913, 8831, 9980, 8177, 9538, 8497, 9385, 8610, 9730, 9193, 9189, 9092, 9769, 8980, 11004, 9383, 10145, 9332, 10751, 8910, 10822, 8230, 10159, 8378, 10332, 8592, 10013, 9091, 9965, 9174, 10512, 9088, 10889, 8781, 10414, 8548, 9520, 10094, 9289, 10545, 8951, 10026, 9212, 9347, 9365, 8838, 9141, 9641, 8844, 10347, 8411, 10404, 8490, 10017, 8926, 8715, 9099, 9665, 9010, 10734, 9307, 10463, 8713, 9320, 9492, 9131, 11696, 8859, 10546, 8866, 9630, 8168, 7618, 8465, 7805, 8726, 8325, 9194, 10117, 8954, 11451, 8990, 10092, 8531, 9531, 9078, 8842, 9342], 'WindowCenter': [4025.0, 3967.0, 3984.0, 3952.0, 3960.0, 3938.0, 3956.0, 3936.0, 3957.0, 3937.0, 3967.0, 3926.0, 3968.0, 3937.0, 3966.0, 3936.0, 3967.0, 3935.0, 3967.0, 3935.0, 3933.0, 3934.0, 3944.0, 3923.0, 3954.0, 3935.0, 3965.0, 3937.0, 3987.0, 3936.0, 3976.0, 3937.0, 3966.0, 3935.0, 3965.0, 3924.0, 3955.0, 3923.0, 3932.0, 3922.0, 3923.0, 3934.0, 3923.0, 3934.0, 3945.0, 3936.0, 3945.0, 3935.0, 3947.0, 3926.0, 3946.0, 3937.0, 3957.0, 3936.0, 3958.0, 3936.0, 3937.0, 3926.0, 3936.0, 3936.0, 3957.0, 3947.0, 3968.0, 3947.0, 3948.0, 3938.0, 3968.0, 3939.0, 3980.0, 3950.0, 3981.0, 3952.0, 3982.0, 3940.0, 3970.0, 3939.0, 3968.0, 3939.0, 3970.0, 3938.0, 3969.0, 3938.0, 3968.0, 3937.0, 3968.0, 3939.0, 3968.0, 3949.0, 3970.0, 3939.0, 3971.0, 3940.0, 3981.0, 3940.0, 3970.0, 3950.0, 3979.0, 3952.0, 3980.0, 3939.0, 3979.0, 3939.0, 3989.0, 3940.0, 4000.0, 3950.0, 4000.0, 3950.0, 3980.0, 3938.0, 3979.0, 3938.0, 3989.0, 3949.0, 3999.0, 3948.0, 3978.0, 3926.0, 3947.0, 3936.0, 3936.0, 3927.0, 3947.0, 3961.0, 3939.0, 3960.0, 3938.0, 3970.0, 3939.0, 3939.0, 3999.0, 3949.0, 3989.0, 3948.0, 3978.0, 3938.0, 3937.0, 3937.0, 3937.0, 3959.0, 3939.0, 3970.0, 3938.0, 3971.0, 3939.0, 3969.0, 3939.0, 3979.0, 3949.0, 3969.0, 3927.0, 3957.0, 3926.0, 3924.0, 3935.0, 3925.0, 3966.0, 3934.0, 3934.0, 3934.0, 3926.0, 3949.0, 3937.0, 3958.0, 3950.0, 3979.0, 3951.0, 3991.0, 3940.0, 4000.0, 3938.0, 3979.0, 3936.0, 3966.0, 3937.0, 3957.0, 3935.0, 3934.0, 3925.0, 3934.0, 3923.0, 3954.0, 3935.0, 3966.0, 3926.0, 3978.0, 3927.0, 3978.0, 3939.0, 3987.0, 3937.0, 3978.0, 3935.0, 3967.0, 3924.0, 3934.0, 3935.0, 3923.0, 3924.0, 3946.0, 3938.0, 3980.0, 3928.0, 3969.0, 3961.0, 3961.0, 3982.0, 3940.0, 3960.0, 3992.0, 3972.0, 3992.0, 3939.0, 3969.0, 3926.0, 3966.0, 3925.0, 3978.0, 3950.0, 3978.0, 3937.0, 3950.0, 3957.0, 3936.0, 3947.0, 3970.0, 3985.0, 3991.0, 3957.0, 3974.0, 3942.0, 3964.0, 3937.0, 3962.0, 3921.0, 3951.0, 3932.0, 3952.0, 3934.0, 3953.0, 3924.0, 3954.0, 3934.0, 3964.0, 3947.0, 3966.0, 3947.0, 3968.0, 3949.0, 3968.0, 3948.0, 3968.0, 3947.0, 3967.0, 3947.0, 3967.0, 3949.0, 3969.0, 3938.0, 3970.0, 3949.0, 3958.0, 3960.0, 3969.0, 3949.0, 3969.0, 3949.0, 3969.0, 3949.0, 3968.0, 3938.0, 3968.0, 3938.0, 3979.0, 3958.0, 3959.0, 3947.0, 3936.0, 3947.0, 3935.0, 3947.0, 3937.0, 3947.0, 3948.0, 3958.0, 3960.0, 3948.0, 3948.0, 3948.0, 3948.0, 3967.0, 3948.0, 3989.0, 3938.0, 3947.0, 3936.0, 3947.0, 3935.0, 3947.0, 3968.0, 3949.0, 3980.0, 3948.0, 3980.0, 3948.0, 3968.0, 3946.0, 3947.0, 3977.0, 3935.0, 3966.0, 3923.0, 3934.0, 3924.0, 3945.0, 3934.0, 3936.0, 3957.0, 3949.0, 3968.0, 3937.0, 3969.0, 3948.0, 3938.0, 3977.0, 3935.0, 3977.0, 3937.0, 3976.0, 3937.0, 3960.0, 3930.0, 3949.0, 3938.0, 3962.0, 3962.0, 3972.0, 3965.0, 4015.0, 3962.0, 3990.0, 3949.0, 3979.0, 3949.0, 3970.0, 3937.0, 3968.0, 3958.0, 3978.0, 3936.0, 3958.0, 3958.0, 3948.0, 3979.0, 3948.0, 3981.0, 3946.0, 3937.0, 3986.0, 3925.0, 3963.0, 3934.0, 3965.0, 3935.0, 3965.0, 3935.0, 3946.0, 3935.0, 3947.0, 3948.0, 3979.0, 3938.0, 3998.0, 3937.0, 3988.0, 3936.0, 3976.0, 3936.0, 3987.0, 3948.0, 3979.0, 3927.0, 3957.0, 3947.0, 3957.0, 3938.0, 3988.0, 3947.0, 3977.0, 3946.0, 3956.0, 3936.0, 3967.0, 3947.0, 3967.0, 3948.0, 3980.0, 3950.0, 3980.0, 3950.0, 3959.0, 3938.0, 3957.0, 3937.0, 3987.0, 3948.0, 3978.0, 3934.0, 3954.0, 3933.0, 3953.0, 3933.0, 3942.0, 3933.0, 3965.0, 3936.0, 3956.0, 3937.0, 3966.0, 3947.0, 3966.0, 3948.0, 3980.0, 3937.0, 3966.0, 3935.0, 3966.0, 3934.0, 3945.0, 3954.0, 3933.0, 3974.0, 3923.0, 3933.0, 3922.0, 3932.0, 3923.0, 3944.0, 3935.0, 3944.0, 3936.0, 3987.0, 3935.0, 3976.0, 3924.0, 3954.0, 3934.0, 3945.0, 3935.0, 3944.0, 3935.0, 3946.0, 3947.0, 3937.0, 3947.0, 3946.0, 3947.0, 3947.0, 3948.0, 3958.0, 3948.0, 3969.0, 3969.0, 3948.0, 3968.0, 3937.0, 3947.0, 3936.0, 3945.0, 3938.0, 3958.0, 3970.0, 3948.0, 3970.0, 3949.0, 3969.0, 3949.0, 3968.0, 3949.0, 3968.0, 3978.0, 3937.0, 3988.0, 3925.0, 3974.0, 3936.0, 3965.0, 3926.0, 3947.0, 3937.0, 3949.0, 3969.0, 3959.0, 3981.0, 4000.0, 3937.0, 3978.0, 3937.0, 3956.0, 3934.0, 3946.0, 3954.0, 3924.0, 3973.0, 3933.0, 3975.0, 3935.0, 3966.0, 3936.0, 3947.0, 3937.0, 3978.0, 3949.0, 3981.0, 3949.0, 3960.0, 3959.0, 3940.0, 3989.0, 3937.0, 3978.0, 3938.0, 3969.0, 3947.0, 3958.0, 3947.0, 3958.0, 3937.0, 3957.0, 3937.0, 3968.0, 3949.0, 3968.0, 3950.0, 3980.0, 3951.0, 3991.0, 3940.0, 3990.0, 3938.0, 3988.0, 3938.0, 3999.0, 3948.0, 3988.0, 3939.0, 3969.0, 3936.0, 3976.0, 3937.0, 3987.0, 3936.0, 3977.0, 3926.0, 3958.0, 3937.0, 3948.0, 3958.0, 3948.0, 3970.0, 3950.0, 3981.0, 3939.0, 3979.0, 3937.0, 3967.0, 3946.0, 3936.0, 3986.0, 3935.0, 3986.0, 3935.0, 3945.0, 3934.0, 3936.0, 3936.0, 3947.0, 3949.0, 3989.0, 3951.0, 3979.0, 3963.0, 3982.0, 3964.0, 3994.0, 3961.0, 3979.0, 3939.0, 3971.0, 3950.0, 3939.0, 3992.0, 3973.0, 3973.0, 3975.0, 3972.0, 3981.0, 3963.0, 3992.0, 3949.0, 3979.0, 3948.0, 3956.0, 3945.0, 3966.0, 3935.0, 3955.0, 3933.0, 3944.0, 3934.0, 3944.0, 3924.0, 3954.0, 3945.0, 3965.0, 3937.0, 3977.0, 3937.0, 3958.0, 3937.0, 3947.0, 3936.0, 3948.0, 3968.0, 3937.0, 3969.0, 3938.0, 3979.0, 3938.0, 3969.0, 3936.0, 3957.0, 3976.0, 3935.0, 3985.0, 3924.0, 3963.0, 3913.0, 3944.0, 3935.0, 3956.0, 3936.0, 3978.0, 3948.0, 3979.0, 3949.0, 3967.0, 3948.0, 3968.0, 3938.0, 3967.0, 3948.0, 3979.0, 3948.0, 3968.0, 3949.0, 3968.0, 3947.0, 3957.0, 3937.0, 3958.0, 3947.0, 3947.0, 3947.0, 3936.0, 3937.0, 3937.0, 3947.0, 3948.0, 3968.0, 3938.0, 3999.0, 3949.0, 3988.0, 3938.0, 3978.0, 3938.0, 3978.0, 3947.0, 3967.0, 3948.0, 3988.0, 3938.0, 3949.0, 3938.0, 3959.0, 3950.0, 3990.0, 3949.0, 3969.0, 3937.0, 3957.0, 3936.0, 3936.0, 3935.0, 3937.0, 3956.0, 3936.0, 3946.0, 3936.0, 3947.0, 3958.0, 3938.0, 3968.0, 3948.0, 3970.0, 3959.0, 3949.0, 3999.0, 3937.0, 3968.0, 3937.0, 3955.0, 3947.0, 3978.0, 3938.0, 3959.0, 3961.0, 3985.0, 3997.0, 3976.0, 3996.0, 3985.0, 3991.0, 3982.0, 3993.0, 3940.0, 3971.0, 3950.0, 3970.0, 3981.0, 3971.0, 3991.0, 3960.0, 3980.0, 3947.0, 3966.0, 3946.0, 3956.0, 3965.0, 3934.0, 3952.0, 3933.0, 3933.0, 3912.0, 3943.0, 3925.0, 3956.0, 3947.0, 3958.0, 3959.0, 3960.0, 3969.0, 3959.0, 3948.0, 3988.0, 3946.0, 3967.0, 3946.0, 3956.0, 3944.0, 3946.0, 3945.0, 3946.0, 3947.0, 3957.0, 3959.0, 3970.0, 3958.0, 3969.0, 3958.0, 3949.0, 3989.0, 3958.0, 3966.0, 3947.0, 3956.0, 3958.0, 3958.0, 3959.0, 3959.0, 3960.0, 3980.0, 3971.0, 3981.0, 3960.0, 3970.0, 3959.0, 3948.0, 3968.0, 3947.0, 3978.0, 3957.0, 3978.0, 3957.0, 3968.0, 3948.0, 3970.0, 3959.0, 3969.0, 3960.0, 3982.0, 3973.0, 3983.0, 3963.0, 3970.0, 3961.0, 3991.0, 3971.0, 3980.0, 3960.0, 3980.0, 3949.0, 3980.0, 3949.0, 3967.0, 3947.0, 3956.0, 3946.0, 3966.0, 3946.0, 3966.0, 3946.0, 3978.0, 3947.0, 3978.0, 3948.0, 3977.0, 3958.0, 3968.0, 3947.0, 3956.0, 3945.0, 3946.0, 3945.0, 3936.0, 3967.0, 3936.0, 3957.0, 3947.0, 3947.0, 3968.0, 3948.0, 3978.0, 3949.0, 3979.0, 3950.0, 3990.0, 3937.0, 3967.0, 3946.0, 3954.0, 3944.0, 3965.0, 3936.0, 3976.0, 3947.0, 3967.0, 3973.0, 3992.0, 3972.0, 4001.0, 3937.0, 3971.0, 3939.0, 3960.0, 3971.0, 3940.0, 3971.0, 3974.0, 3961.0, 3992.0, 3961.0, 3971.0, 3960.0, 3969.0, 3947.0, 3947.0, 3977.0, 3947.0, 3976.0, 3934.0, 3946.0, 3924.0, 3945.0, 3925.0, 3947.0, 3947.0, 3968.0, 3948.0, 3989.0, 3948.0, 3978.0, 3949.0, 3978.0, 3958.0, 3967.0, 3960.0, 3980.0, 3959.0, 3969.0, 3948.0, 3958.0, 3959.0, 3948.0, 3971.0, 3982.0, 3998.0, 4028.0, 3998.0, 4026.0, 3984.0, 3981.0, 3971.0, 3981.0, 3959.0, 3981.0, 3971.0, 3970.0, 3959.0, 3958.0, 3959.0, 3967.0, 3958.0, 3980.0, 3975.0, 3992.0, 3940.0, 3960.0, 3949.0, 3959.0, 3969.0, 3959.0, 3979.0, 3958.0, 3958.0, 3958.0, 3968.0, 3947.0, 3966.0, 3946.0, 3955.0, 3945.0, 3945.0, 3935.0, 3933.0, 3945.0, 3935.0, 3944.0, 3935.0, 3955.0, 3935.0, 3975.0, 3925.0, 3965.0, 3935.0, 3965.0, 3946.0, 3976.0, 3947.0, 3987.0, 3948.0, 3988.0, 3949.0, 3967.0, 3948.0, 3968.0, 3947.0, 3957.0, 3947.0, 3947.0, 3957.0, 3936.0, 3947.0, 3947.0, 3948.0, 3947.0, 3959.0, 3959.0, 3959.0, 3970.0, 3960.0, 3951.0, 3973.0, 3951.0, 3990.0, 3948.0, 3979.0, 3950.0, 3968.0, 3948.0, 3958.0, 3948.0, 3959.0, 3949.0, 3950.0, 3963.0, 3993.0, 3972.0, 3982.0, 3960.0, 3961.0, 3990.0, 3948.0, 3978.0, 3947.0, 3967.0, 3936.0, 3956.0, 3935.0, 3934.0, 3946.0, 3945.0, 3946.0, 3936.0, 3958.0, 3936.0, 3946.0, 3946.0, 3947.0, 3947.0, 3947.0, 3948.0, 3959.0, 3951.0, 3961.0, 3963.0, 4003.0, 3951.0, 3992.0, 3950.0, 3970.0, 3959.0, 3960.0, 3970.0, 3960.0, 3959.0, 3949.0, 3949.0, 3968.0, 3958.0, 3989.0, 3950.0, 3990.0, 3960.0, 3990.0, 3949.0, 3968.0, 3937.0, 3978.0, 3945.0, 3956.0, 3975.0, 3934.0, 3944.0, 3933.0, 3944.0, 3934.0, 3945.0, 3946.0, 3946.0, 3957.0, 3948.0, 3957.0, 3949.0, 3989.0, 3960.0, 3990.0, 3949.0, 3970.0, 3949.0, 3959.0, 3948.0, 3978.0, 3947.0, 3977.0, 3946.0, 3976.0, 3945.0, 3955.0, 3935.0, 3975.0, 3945.0, 3965.0, 3945.0, 3965.0, 3946.0, 3954.0, 3935.0, 3946.0, 3947.0, 3967.0, 3959.0, 3980.0, 3959.0, 3960.0, 3989.0, 3937.0, 3978.0, 3937.0, 3958.0, 3958.0, 3957.0, 3945.0, 3944.0, 3946.0, 3956.0, 3958.0, 3971.0, 3960.0, 3960.0, 3960.0, 4006.0, 4043.0, 4013.0, 4031.0, 3990.0, 3980.0, 3936.0, 3975.0, 3946.0, 3976.0, 3945.0, 3935.0, 3945.0, 3935.0, 3956.0, 3946.0, 3978.0, 3936.0, 3977.0, 3946.0, 3966.0, 3945.0, 3965.0, 3924.0, 3966.0, 3934.0, 3956.0, 3934.0, 3934.0, 3964.0, 3932.0, 3953.0, 3923.0, 3953.0, 3934.0, 3945.0, 3946.0, 3946.0, 3948.0, 3979.0, 3937.0, 3958.0, 3987.0, 3937.0, 3977.0, 3936.0, 3956.0, 3936.0, 3945.0, 3935.0, 3946.0, 3937.0, 3968.0, 3949.0, 3979.0, 3960.0, 3980.0, 3960.0, 3979.0, 3947.0, 3968.0, 3947.0, 3968.0, 3936.0, 3947.0, 3937.0, 3947.0, 3938.0, 3960.0, 3950.0, 3959.0, 3957.0, 3959.0, 3968.0, 3948.0, 3968.0, 3949.0, 3979.0, 3951.0, 3981.0, 3962.0, 3993.0, 3961.0, 3983.0, 3980.0, 3958.0, 3978.0, 3936.0, 3956.0, 3955.0, 3945.0, 3965.0, 3944.0, 3963.0, 3921.0, 3931.0, 3933.0, 3956.0, 3934.0, 3943.0, 3953.0, 3945.0, 3944.0, 3935.0, 3936.0, 3947.0, 3938.0, 3972.0, 3982.0, 3940.0, 3972.0, 3970.0, 3961.0, 3980.0, 3959.0, 3968.0, 3936.0, 3958.0, 3947.0, 3958.0, 3978.0, 3947.0, 3977.0, 3956.0, 3955.0, 3934.0, 3954.0, 3934.0, 3956.0, 3945.0, 3956.0, 3957.0, 3955.0, 3958.0, 3967.0, 3959.0, 3979.0, 3958.0, 3968.0, 3957.0, 3966.0, 3946.0, 3966.0, 3934.0, 3954.0, 3934.0, 3954.0, 3933.0, 3954.0, 3944.0, 3954.0, 3955.0, 3965.0, 3945.0, 3965.0, 3934.0, 3965.0, 3933.0, 3944.0, 3952.0, 3942.0, 3951.0, 3932.0, 3941.0, 3943.0, 3942.0, 3944.0, 3943.0, 3955.0, 3954.0, 3946.0, 3967.0, 3936.0, 3967.0, 3935.0, 3966.0, 3947.0, 3946.0, 3957.0, 3956.0, 3958.0, 3978.0, 3959.0, 3968.0, 3947.0, 3957.0, 3955.0, 3945.0, 3975.0, 3945.0, 3965.0, 3956.0, 3956.0, 3946.0, 3936.0, 3947.0, 3938.0, 3960.0, 3961.0, 3973.0, 3982.0, 3962.0, 3991.0, 3959.0, 3968.0, 3947.0, 3958.0, 3946.0, 3947.0, 3946.0], 'WindowWidth': [8978.0, 8885.0, 8899.0, 8850.0, 8857.0, 8824.0, 8845.0, 8817.0, 8846.0, 8818.0, 8859.0, 8802.0, 8861.0, 8820.0, 8856.0, 8816.0, 8858.0, 8813.0, 8856.0, 8810.0, 8806.0, 8809.0, 8822.0, 8794.0, 8836.0, 8813.0, 8853.0, 8820.0, 8883.0, 8818.0, 8870.0, 8818.0, 8854.0, 8812.0, 8853.0, 8797.0, 8838.0, 8791.0, 8803.0, 8791.0, 8792.0, 8809.0, 8795.0, 8809.0, 8827.0, 8816.0, 8828.0, 8814.0, 8831.0, 8805.0, 8830.0, 8819.0, 8846.0, 8818.0, 8849.0, 8816.0, 8818.0, 8804.0, 8815.0, 8816.0, 8846.0, 8832.0, 8862.0, 8832.0, 8834.0, 8824.0, 8864.0, 8827.0, 8881.0, 8846.0, 8885.0, 8849.0, 8887.0, 8829.0, 8868.0, 8827.0, 8863.0, 8824.0, 8866.0, 8823.0, 8865.0, 8821.0, 8860.0, 8821.0, 8862.0, 8825.0, 8863.0, 8840.0, 8868.0, 8827.0, 8869.0, 8829.0, 8883.0, 8830.0, 8867.0, 8843.0, 8879.0, 8846.0, 8880.0, 8826.0, 8877.0, 8826.0, 8891.0, 8828.0, 8907.0, 8843.0, 8908.0, 8840.0, 8879.0, 8824.0, 8877.0, 8823.0, 8888.0, 8836.0, 8903.0, 8833.0, 8871.0, 8802.0, 8831.0, 8816.0, 8816.0, 8807.0, 8834.0, 8858.0, 8825.0, 8854.0, 8825.0, 8869.0, 8825.0, 8826.0, 8904.0, 8837.0, 8890.0, 8835.0, 8875.0, 8821.0, 8820.0, 8819.0, 8820.0, 8853.0, 8827.0, 8870.0, 8824.0, 8872.0, 8827.0, 8865.0, 8825.0, 8877.0, 8838.0, 8865.0, 8804.0, 8844.0, 8803.0, 8799.0, 8811.0, 8798.0, 8852.0, 8810.0, 8810.0, 8812.0, 8804.0, 8839.0, 8821.0, 8849.0, 8841.0, 8878.0, 8846.0, 8897.0, 8828.0, 8907.0, 8823.0, 8876.0, 8816.0, 8856.0, 8815.0, 8842.0, 8809.0, 8809.0, 8798.0, 8807.0, 8794.0, 8836.0, 8814.0, 8853.0, 8803.0, 8873.0, 8807.0, 8874.0, 8824.0, 8884.0, 8818.0, 8874.0, 8813.0, 8856.0, 8796.0, 8808.0, 8811.0, 8793.0, 8797.0, 8827.0, 8823.0, 8882.0, 8813.0, 8867.0, 8862.0, 8862.0, 8888.0, 8831.0, 8857.0, 8903.0, 8873.0, 8900.0, 8826.0, 8864.0, 8803.0, 8853.0, 8802.0, 8874.0, 8841.0, 8874.0, 8821.0, 8843.0, 8846.0, 8816.0, 8831.0, 8872.0, 8902.0, 8902.0, 8846.0, 8864.0, 8819.0, 8850.0, 8819.0, 8838.0, 8785.0, 8825.0, 8801.0, 8828.0, 8807.0, 8831.0, 8795.0, 8835.0, 8811.0, 8849.0, 8831.0, 8856.0, 8834.0, 8861.0, 8838.0, 8862.0, 8836.0, 8861.0, 8833.0, 8857.0, 8832.0, 8859.0, 8837.0, 8864.0, 8823.0, 8867.0, 8838.0, 8849.0, 8853.0, 8864.0, 8838.0, 8866.0, 8838.0, 8864.0, 8839.0, 8862.0, 8823.0, 8862.0, 8824.0, 8879.0, 8848.0, 8850.0, 8830.0, 8816.0, 8833.0, 8814.0, 8832.0, 8818.0, 8832.0, 8836.0, 8850.0, 8855.0, 8835.0, 8836.0, 8834.0, 8834.0, 8858.0, 8834.0, 8889.0, 8820.0, 8830.0, 8814.0, 8832.0, 8815.0, 8833.0, 8863.0, 8839.0, 8881.0, 8836.0, 8878.0, 8836.0, 8861.0, 8829.0, 8832.0, 8869.0, 8813.0, 8853.0, 8793.0, 8810.0, 8797.0, 8825.0, 8811.0, 8816.0, 8845.0, 8839.0, 8862.0, 8821.0, 8864.0, 8834.0, 8824.0, 8869.0, 8814.0, 8869.0, 8818.0, 8869.0, 8818.0, 8851.0, 8815.0, 8840.0, 8827.0, 8861.0, 8864.0, 8877.0, 8871.0, 8934.0, 8861.0, 8896.0, 8838.0, 8877.0, 8838.0, 8868.0, 8821.0, 8861.0, 8848.0, 8877.0, 8819.0, 8848.0, 8848.0, 8838.0, 8879.0, 8835.0, 8880.0, 8830.0, 8819.0, 8881.0, 8798.0, 8845.0, 8809.0, 8849.0, 8813.0, 8852.0, 8814.0, 8829.0, 8815.0, 8832.0, 8839.0, 8877.0, 8824.0, 8902.0, 8819.0, 8887.0, 8818.0, 8867.0, 8817.0, 8883.0, 8836.0, 8875.0, 8806.0, 8847.0, 8834.0, 8844.0, 8823.0, 8887.0, 8832.0, 8873.0, 8830.0, 8841.0, 8817.0, 8858.0, 8833.0, 8858.0, 8838.0, 8880.0, 8842.0, 8881.0, 8842.0, 8854.0, 8822.0, 8844.0, 8821.0, 8885.0, 8833.0, 8872.0, 8809.0, 8834.0, 8807.0, 8831.0, 8805.0, 8816.0, 8807.0, 8853.0, 8814.0, 8841.0, 8818.0, 8856.0, 8832.0, 8855.0, 8836.0, 8878.0, 8818.0, 8856.0, 8813.0, 8853.0, 8809.0, 8824.0, 8833.0, 8807.0, 8859.0, 8793.0, 8804.0, 8790.0, 8805.0, 8794.0, 8823.0, 8814.0, 8823.0, 8816.0, 8884.0, 8812.0, 8866.0, 8796.0, 8836.0, 8808.0, 8824.0, 8812.0, 8824.0, 8815.0, 8830.0, 8831.0, 8819.0, 8832.0, 8831.0, 8833.0, 8833.0, 8834.0, 8848.0, 8836.0, 8867.0, 8864.0, 8835.0, 8861.0, 8819.0, 8831.0, 8815.0, 8827.0, 8822.0, 8849.0, 8866.0, 8835.0, 8868.0, 8840.0, 8863.0, 8838.0, 8863.0, 8838.0, 8863.0, 8874.0, 8819.0, 8888.0, 8800.0, 8863.0, 8814.0, 8853.0, 8802.0, 8833.0, 8820.0, 8839.0, 8867.0, 8854.0, 8887.0, 8905.0, 8821.0, 8876.0, 8818.0, 8841.0, 8810.0, 8828.0, 8835.0, 8795.0, 8859.0, 8807.0, 8863.0, 8813.0, 8854.0, 8816.0, 8832.0, 8822.0, 8877.0, 8840.0, 8883.0, 8840.0, 8856.0, 8851.0, 8827.0, 8891.0, 8821.0, 8874.0, 8822.0, 8862.0, 8833.0, 8847.0, 8832.0, 8848.0, 8819.0, 8846.0, 8822.0, 8863.0, 8839.0, 8862.0, 8843.0, 8879.0, 8845.0, 8896.0, 8829.0, 8893.0, 8825.0, 8889.0, 8825.0, 8904.0, 8836.0, 8887.0, 8824.0, 8864.0, 8818.0, 8868.0, 8818.0, 8883.0, 8817.0, 8871.0, 8804.0, 8848.0, 8821.0, 8837.0, 8848.0, 8837.0, 8868.0, 8841.0, 8883.0, 8824.0, 8877.0, 8819.0, 8859.0, 8830.0, 8816.0, 8881.0, 8813.0, 8879.0, 8812.0, 8824.0, 8810.0, 8817.0, 8817.0, 8834.0, 8840.0, 8891.0, 8844.0, 8879.0, 8866.0, 8887.0, 8872.0, 8908.0, 8861.0, 8881.0, 8827.0, 8872.0, 8845.0, 8828.0, 8904.0, 8883.0, 8880.0, 8886.0, 8876.0, 8884.0, 8861.0, 8901.0, 8838.0, 8877.0, 8834.0, 8840.0, 8823.0, 8853.0, 8809.0, 8837.0, 8805.0, 8821.0, 8809.0, 8824.0, 8797.0, 8836.0, 8826.0, 8853.0, 8818.0, 8870.0, 8818.0, 8849.0, 8819.0, 8833.0, 8816.0, 8833.0, 8861.0, 8819.0, 8862.0, 8822.0, 8878.0, 8822.0, 8863.0, 8815.0, 8845.0, 8866.0, 8810.0, 8876.0, 8794.0, 8846.0, 8779.0, 8822.0, 8813.0, 8841.0, 8819.0, 8874.0, 8836.0, 8877.0, 8837.0, 8859.0, 8835.0, 8861.0, 8822.0, 8859.0, 8837.0, 8877.0, 8836.0, 8861.0, 8836.0, 8862.0, 8833.0, 8846.0, 8818.0, 8847.0, 8831.0, 8832.0, 8831.0, 8817.0, 8818.0, 8819.0, 8833.0, 8836.0, 8861.0, 8824.0, 8903.0, 8838.0, 8889.0, 8821.0, 8875.0, 8822.0, 8872.0, 8833.0, 8858.0, 8835.0, 8888.0, 8821.0, 8838.0, 8824.0, 8853.0, 8845.0, 8895.0, 8837.0, 8863.0, 8817.0, 8845.0, 8816.0, 8815.0, 8812.0, 8817.0, 8840.0, 8815.0, 8828.0, 8816.0, 8832.0, 8848.0, 8824.0, 8863.0, 8837.0, 8869.0, 8851.0, 8840.0, 8904.0, 8820.0, 8862.0, 8820.0, 8840.0, 8833.0, 8874.0, 8822.0, 8853.0, 8861.0, 8900.0, 8924.0, 8893.0, 8918.0, 8901.0, 8901.0, 8892.0, 8904.0, 8830.0, 8869.0, 8843.0, 8869.0, 8884.0, 8870.0, 8896.0, 8852.0, 8878.0, 8830.0, 8854.0, 8825.0, 8840.0, 8850.0, 8806.0, 8829.0, 8804.0, 8804.0, 8778.0, 8822.0, 8800.0, 8844.0, 8835.0, 8849.0, 8850.0, 8854.0, 8866.0, 8852.0, 8837.0, 8886.0, 8829.0, 8856.0, 8827.0, 8839.0, 8822.0, 8826.0, 8827.0, 8828.0, 8832.0, 8846.0, 8852.0, 8867.0, 8850.0, 8866.0, 8848.0, 8838.0, 8891.0, 8846.0, 8857.0, 8831.0, 8843.0, 8848.0, 8847.0, 8853.0, 8853.0, 8857.0, 8881.0, 8872.0, 8886.0, 8855.0, 8868.0, 8851.0, 8838.0, 8861.0, 8833.0, 8875.0, 8846.0, 8874.0, 8846.0, 8860.0, 8835.0, 8867.0, 8854.0, 8866.0, 8856.0, 8887.0, 8878.0, 8891.0, 8864.0, 8868.0, 8859.0, 8898.0, 8871.0, 8882.0, 8856.0, 8882.0, 8839.0, 8880.0, 8836.0, 8859.0, 8832.0, 8842.0, 8829.0, 8856.0, 8828.0, 8855.0, 8831.0, 8874.0, 8835.0, 8874.0, 8837.0, 8873.0, 8849.0, 8862.0, 8832.0, 8841.0, 8827.0, 8830.0, 8827.0, 8816.0, 8856.0, 8816.0, 8844.0, 8832.0, 8833.0, 8863.0, 8837.0, 8874.0, 8838.0, 8878.0, 8840.0, 8894.0, 8818.0, 8857.0, 8828.0, 8835.0, 8823.0, 8852.0, 8815.0, 8868.0, 8831.0, 8858.0, 8878.0, 8900.0, 8874.0, 8910.0, 8822.0, 8868.0, 8826.0, 8857.0, 8870.0, 8828.0, 8869.0, 8876.0, 8857.0, 8900.0, 8854.0, 8868.0, 8853.0, 8863.0, 8830.0, 8831.0, 8869.0, 8828.0, 8864.0, 8808.0, 8827.0, 8798.0, 8825.0, 8799.0, 8830.0, 8832.0, 8859.0, 8834.0, 8889.0, 8834.0, 8874.0, 8837.0, 8875.0, 8849.0, 8859.0, 8852.0, 8880.0, 8850.0, 8864.0, 8834.0, 8846.0, 8851.0, 8834.0, 8871.0, 8887.0, 8923.0, 8962.0, 8922.0, 8956.0, 8895.0, 8886.0, 8871.0, 8883.0, 8852.0, 8884.0, 8868.0, 8869.0, 8851.0, 8848.0, 8849.0, 8859.0, 8850.0, 8880.0, 8885.0, 8898.0, 8826.0, 8853.0, 8837.0, 8848.0, 8864.0, 8849.0, 8877.0, 8847.0, 8848.0, 8848.0, 8858.0, 8830.0, 8855.0, 8826.0, 8839.0, 8824.0, 8824.0, 8810.0, 8806.0, 8824.0, 8810.0, 8824.0, 8814.0, 8839.0, 8812.0, 8863.0, 8799.0, 8851.0, 8812.0, 8852.0, 8828.0, 8867.0, 8831.0, 8885.0, 8835.0, 8886.0, 8836.0, 8859.0, 8835.0, 8860.0, 8832.0, 8845.0, 8831.0, 8832.0, 8843.0, 8816.0, 8832.0, 8832.0, 8837.0, 8834.0, 8850.0, 8851.0, 8852.0, 8868.0, 8853.0, 8847.0, 8876.0, 8845.0, 8894.0, 8836.0, 8877.0, 8841.0, 8860.0, 8833.0, 8846.0, 8836.0, 8851.0, 8841.0, 8844.0, 8866.0, 8905.0, 8876.0, 8887.0, 8854.0, 8858.0, 8894.0, 8836.0, 8875.0, 8831.0, 8857.0, 8815.0, 8839.0, 8812.0, 8810.0, 8827.0, 8826.0, 8827.0, 8818.0, 8849.0, 8818.0, 8830.0, 8830.0, 8834.0, 8834.0, 8834.0, 8836.0, 8853.0, 8846.0, 8858.0, 8865.0, 8916.0, 8847.0, 8900.0, 8841.0, 8867.0, 8850.0, 8854.0, 8867.0, 8853.0, 8851.0, 8838.0, 8838.0, 8861.0, 8849.0, 8889.0, 8840.0, 8892.0, 8851.0, 8891.0, 8836.0, 8858.0, 8818.0, 8872.0, 8825.0, 8841.0, 8863.0, 8807.0, 8823.0, 8807.0, 8821.0, 8810.0, 8825.0, 8830.0, 8829.0, 8847.0, 8836.0, 8845.0, 8838.0, 8891.0, 8856.0, 8894.0, 8840.0, 8867.0, 8839.0, 8851.0, 8835.0, 8872.0, 8831.0, 8869.0, 8828.0, 8865.0, 8824.0, 8840.0, 8811.0, 8864.0, 8825.0, 8853.0, 8825.0, 8851.0, 8828.0, 8836.0, 8812.0, 8829.0, 8835.0, 8861.0, 8854.0, 8883.0, 8851.0, 8854.0, 8889.0, 8820.0, 8874.0, 8818.0, 8848.0, 8849.0, 8845.0, 8827.0, 8823.0, 8829.0, 8841.0, 8850.0, 8873.0, 8857.0, 8855.0, 8857.0, 8928.0, 8991.0, 8949.0, 8970.0, 8913.0, 8880.0, 8815.0, 8863.0, 8827.0, 8865.0, 8823.0, 8812.0, 8824.0, 8813.0, 8842.0, 8828.0, 8871.0, 8813.0, 8870.0, 8828.0, 8852.0, 8824.0, 8851.0, 8795.0, 8853.0, 8808.0, 8838.0, 8808.0, 8806.0, 8845.0, 8801.0, 8830.0, 8791.0, 8831.0, 8806.0, 8824.0, 8829.0, 8829.0, 8835.0, 8876.0, 8817.0, 8847.0, 8883.0, 8816.0, 8869.0, 8813.0, 8839.0, 8813.0, 8822.0, 8810.0, 8825.0, 8816.0, 8858.0, 8836.0, 8876.0, 8853.0, 8880.0, 8852.0, 8874.0, 8831.0, 8859.0, 8830.0, 8858.0, 8814.0, 8829.0, 8818.0, 8830.0, 8820.0, 8856.0, 8843.0, 8852.0, 8845.0, 8851.0, 8860.0, 8833.0, 8859.0, 8837.0, 8878.0, 8845.0, 8884.0, 8862.0, 8902.0, 8857.0, 8888.0, 8880.0, 8845.0, 8870.0, 8812.0, 8838.0, 8834.0, 8820.0, 8849.0, 8818.0, 8842.0, 8782.0, 8798.0, 8804.0, 8841.0, 8809.0, 8819.0, 8831.0, 8826.0, 8823.0, 8811.0, 8814.0, 8832.0, 8824.0, 8874.0, 8886.0, 8828.0, 8873.0, 8868.0, 8855.0, 8878.0, 8850.0, 8861.0, 8815.0, 8845.0, 8829.0, 8847.0, 8871.0, 8830.0, 8870.0, 8841.0, 8836.0, 8806.0, 8834.0, 8807.0, 8838.0, 8822.0, 8840.0, 8843.0, 8838.0, 8847.0, 8857.0, 8849.0, 8874.0, 8846.0, 8859.0, 8842.0, 8852.0, 8825.0, 8852.0, 8807.0, 8834.0, 8805.0, 8833.0, 8804.0, 8834.0, 8822.0, 8833.0, 8836.0, 8849.0, 8823.0, 8851.0, 8806.0, 8847.0, 8804.0, 8818.0, 8827.0, 8812.0, 8824.0, 8800.0, 8811.0, 8817.0, 8814.0, 8820.0, 8819.0, 8837.0, 8835.0, 8827.0, 8856.0, 8813.0, 8854.0, 8810.0, 8853.0, 8829.0, 8828.0, 8844.0, 8841.0, 8847.0, 8873.0, 8848.0, 8859.0, 8829.0, 8842.0, 8836.0, 8822.0, 8861.0, 8823.0, 8848.0, 8840.0, 8839.0, 8827.0, 8816.0, 8831.0, 8823.0, 8853.0, 8854.0, 8875.0, 8882.0, 8857.0, 8894.0, 8848.0, 8857.0, 8826.0, 8843.0, 8825.0, 8826.0, 8823.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.003447443095599393</td></tr>
<tr><td colspan=3>aqi</td><td>0.02372257898330804</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.38185995817759</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2212169046545196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0584171011769175</td></tr>
<tr><td colspan=3>efc</td><td>0.4797</td></tr>
<tr><td colspan=3>fber</td><td>3735.6543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07809523948077322</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.945371775417299</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5429787590563717</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5248693943478773</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740022480127319</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.364044402693918</td></tr>
<tr><td colspan=3>gcor</td><td>0.00742399</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005712901707738638</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023499689996242523</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6001979076267676</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.1176</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8382</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.1108</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300121.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.498</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8452</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.5846</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3141.3409</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.9431</td></tr>
<tr><td colspan=3>tsnr</td><td>34.30591189302504</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>