<?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-0058_ses-02_task-narratives_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-0058_ses-02_task-narratives_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-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0058_suffix-bold_task-narratives" 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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-02_task-narratives_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-0058/figures/sub-0058_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-02_task-narratives_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-0058/ses-02/func/sub-0058_ses-02_task-narratives_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>7b0f89b7b23c9f27e5011890a6377de1</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:18:27.655000</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.998222, 0.0585695, -0.0110455, -0.0593053, 0.994516, -0.0861404]</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-narratives_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.104642</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7683, -7279, 556, -64, 57, -28, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.631</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a0cbb29c-341f-452a-bbcc-45d1d42c9ea1||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.678157329559326, -0.15911169350147247, -0.016037316992878914, 121.63204193115234], [-0.15713781118392944, 2.6682145595550537, -0.23393426835536957, -78.99569702148438], [-0.029634326696395874, 0.2311083972454071, 2.6897988319396973, -92.24765014648438], [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, 1098]</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], 'AcquisitionTime': ['111827.655000', '111828.115000', '111828.575000', '111829.035000', '111829.495000', '111829.955000', '111830.415000', '111830.875000', '111831.335000', '111831.795000', '111832.255000', '111832.715000', '111833.175000', '111833.635000', '111834.095000', '111834.555000', '111835.015000', '111835.475000', '111835.935000', '111836.395000', '111836.855000', '111837.315000', '111837.775000', '111838.235000', '111838.695000', '111839.155000', '111839.615000', '111840.075000', '111840.535000', '111840.995000', '111841.455000', '111841.915000', '111842.375000', '111842.835000', '111843.295000', '111843.755000', '111844.215000', '111844.675000', '111845.135000', '111845.595000', '111846.055000', '111846.515000', '111846.975000', '111847.435000', '111847.895000', '111848.355000', '111848.815000', '111849.275000', '111849.735000', '111850.195000', '111850.655000', '111851.115000', '111851.575000', '111852.035000', '111852.495000', '111852.955000', '111853.415000', '111853.875000', '111854.335000', '111854.795000', '111855.255000', '111855.715000', '111856.175000', '111856.635000', '111857.095000', '111857.555000', '111858.015000', '111858.475000', '111858.935000', '111859.395000', '111859.855000', '111900.315000', '111900.775000', '111901.235000', '111901.695000', '111902.155000', '111902.615000', '111903.075000', '111903.535000', '111903.995000', '111904.455000', '111904.915000', '111905.375000', '111905.835000', '111906.295000', '111906.755000', '111907.215000', '111907.675000', '111908.135000', '111908.595000', '111909.055000', '111909.515000', '111909.975000', '111910.435000', '111910.895000', '111911.355000', '111911.815000', '111912.275000', '111912.735000', '111913.195000', '111913.655000', '111914.115000', '111914.575000', '111915.035000', '111915.495000', '111915.955000', '111916.415000', '111916.875000', '111917.335000', '111917.795000', '111918.255000', '111918.715000', '111919.175000', '111919.635000', '111920.095000', '111920.555000', '111921.015000', '111921.475000', '111921.935000', '111922.395000', '111922.855000', '111923.315000', '111923.775000', '111924.235000', '111924.695000', '111925.155000', '111925.615000', '111926.075000', '111926.535000', '111926.995000', '111927.455000', '111927.915000', '111928.375000', '111928.835000', '111929.295000', '111929.755000', '111930.215000', '111930.675000', '111931.135000', '111931.595000', '111932.055000', '111932.515000', '111932.975000', '111933.435000', '111933.895000', '111934.355000', '111934.815000', '111935.275000', '111935.735000', '111936.195000', '111936.655000', '111937.115000', '111937.575000', '111938.035000', '111938.495000', '111938.955000', '111939.415000', '111939.875000', '111940.335000', '111940.795000', '111941.255000', '111941.715000', '111942.175000', '111942.635000', '111943.095000', '111943.555000', '111944.015000', '111944.475000', '111944.935000', '111945.395000', '111945.855000', '111946.315000', '111946.775000', '111947.235000', '111947.695000', '111948.155000', '111948.615000', '111949.075000', '111949.535000', '111949.995000', '111950.455000', '111950.915000', '111951.375000', '111951.835000', '111952.295000', '111952.755000', '111953.215000', '111953.675000', '111954.135000', '111954.595000', '111955.055000', '111955.515000', '111955.975000', '111956.435000', '111956.895000', '111957.355000', '111957.815000', '111958.275000', '111958.735000', '111959.195000', '111959.655000', '112000.115000', '112000.575000', '112001.035000', '112001.495000', '112001.955000', '112002.415000', '112002.875000', '112003.335000', '112003.795000', '112004.255000', '112004.715000', '112005.175000', '112005.635000', '112006.095000', '112006.555000', '112007.015000', '112007.475000', '112007.935000', '112008.395000', '112008.855000', '112009.315000', '112009.775000', '112010.235000', '112010.695000', '112011.155000', '112011.615000', '112012.075000', '112012.535000', '112012.995000', '112013.455000', '112013.915000', '112014.375000', '112014.835000', '112015.295000', '112015.755000', '112016.215000', '112016.675000', '112017.135000', '112017.595000', '112018.055000', '112018.515000', '112018.975000', '112019.435000', '112019.895000', '112020.355000', '112020.815000', '112021.275000', '112021.735000', '112022.195000', '112022.655000', '112023.115000', '112023.575000', '112024.035000', '112024.495000', '112024.955000', '112025.415000', '112025.875000', '112026.335000', '112026.795000', '112027.255000', '112027.715000', '112028.175000', '112028.635000', '112029.095000', '112029.555000', '112030.015000', '112030.475000', '112030.935000', '112031.395000', '112031.855000', '112032.315000', '112032.775000', '112033.235000', '112033.695000', '112034.155000', '112034.615000', '112035.075000', '112035.535000', '112035.995000', '112036.455000', '112036.915000', '112037.375000', '112037.835000', '112038.295000', '112038.755000', '112039.215000', '112039.675000', '112040.135000', '112040.595000', '112041.055000', '112041.515000', '112041.975000', '112042.435000', '112042.895000', '112043.355000', '112043.815000', '112044.275000', '112044.735000', '112045.195000', '112045.655000', '112046.115000', '112046.575000', '112047.035000', '112047.495000', '112047.955000', '112048.415000', '112048.875000', '112049.335000', '112049.795000', '112050.255000', '112050.715000', '112051.175000', '112051.635000', '112052.095000', '112052.555000', '112053.015000', '112053.475000', '112053.935000', '112054.395000', '112054.855000', '112055.315000', '112055.775000', '112056.235000', '112056.695000', '112057.155000', '112057.615000', '112058.075000', '112058.535000', '112058.995000', '112059.455000', '112059.915000', '112100.375000', '112100.835000', '112101.295000', '112101.755000', '112102.215000', '112102.675000', '112103.135000', '112103.595000', '112104.055000', '112104.515000', '112104.975000', '112105.435000', '112105.895000', '112106.355000', '112106.815000', '112107.275000', '112107.735000', '112108.195000', '112108.655000', '112109.115000', '112109.575000', '112110.035000', '112110.495000', '112110.955000', '112111.415000', '112111.875000', '112112.335000', '112112.795000', '112113.255000', '112113.715000', '112114.175000', '112114.635000', '112115.095000', '112115.555000', '112116.015000', '112116.475000', '112116.935000', '112117.395000', '112117.855000', '112118.315000', '112118.775000', '112119.235000', '112119.695000', '112120.155000', '112120.615000', '112121.075000', '112121.535000', '112121.995000', '112122.455000', '112122.915000', '112123.375000', '112123.835000', '112124.295000', '112124.755000', '112125.215000', '112125.675000', '112126.135000', '112126.595000', '112127.055000', '112127.515000', '112127.975000', '112128.435000', '112128.895000', '112129.355000', '112129.815000', '112130.275000', '112130.735000', '112131.195000', '112131.655000', '112132.115000', '112132.575000', '112133.035000', '112133.495000', '112133.955000', '112134.415000', '112134.875000', '112135.335000', '112135.795000', '112136.255000', '112136.715000', '112137.175000', '112137.635000', '112138.095000', '112138.555000', '112139.015000', '112139.475000', '112139.935000', '112140.395000', '112140.855000', '112141.315000', '112141.775000', '112142.235000', '112142.695000', '112143.155000', '112143.615000', '112144.075000', '112144.535000', '112144.995000', '112145.455000', '112145.915000', '112146.375000', '112146.835000', '112147.295000', '112147.755000', '112148.215000', '112148.675000', '112149.135000', '112149.595000', '112150.055000', '112150.515000', '112150.975000', '112151.435000', '112151.895000', '112152.355000', '112152.815000', '112153.275000', '112153.735000', '112154.195000', '112154.655000', '112155.115000', '112155.575000', '112156.035000', '112156.495000', '112156.955000', '112157.415000', '112157.875000', '112158.335000', '112158.795000', '112159.255000', '112159.715000', '112200.175000', '112200.635000', '112201.095000', '112201.555000', '112202.015000', '112202.475000', '112202.935000', '112203.395000', '112203.855000', '112204.315000', '112204.775000', '112205.235000', '112205.695000', '112206.155000', '112206.615000', '112207.075000', '112207.535000', '112207.995000', '112208.455000', '112208.915000', '112209.375000', '112209.835000', '112210.295000', '112210.755000', '112211.215000', '112211.675000', '112212.135000', '112212.595000', '112213.055000', '112213.515000', '112213.975000', '112214.435000', '112214.895000', '112215.355000', '112215.815000', '112216.275000', '112216.735000', '112217.195000', '112217.655000', '112218.115000', '112218.575000', '112219.035000', '112219.495000', '112219.955000', '112220.415000', '112220.875000', '112221.335000', '112221.795000', '112222.255000', '112222.715000', '112223.175000', '112223.635000', '112224.095000', '112224.555000', '112225.015000', '112225.475000', '112225.935000', '112226.395000', '112226.855000', '112227.315000', '112227.775000', '112228.235000', '112228.695000', '112229.155000', '112229.615000', '112230.075000', '112230.535000', '112230.995000', '112231.455000', '112231.915000', '112232.375000', '112232.835000', '112233.295000', '112233.755000', '112234.215000', '112234.675000', '112235.135000', '112235.595000', '112236.055000', '112236.515000', '112236.975000', '112237.435000', '112237.895000', '112238.355000', '112238.815000', '112239.275000', '112239.735000', '112240.195000', '112240.655000', '112241.115000', '112241.575000', '112242.035000', '112242.495000', '112242.955000', '112243.415000', '112243.875000', '112244.335000', '112244.795000', '112245.255000', '112245.715000', '112246.175000', '112246.635000', '112247.095000', '112247.555000', '112248.015000', '112248.475000', '112248.935000', '112249.395000', '112249.855000', '112250.315000', '112250.775000', '112251.235000', '112251.695000', '112252.155000', '112252.615000', '112253.075000', '112253.535000', '112253.995000', '112254.455000', '112254.915000', '112255.375000', '112255.835000', '112256.295000', '112256.755000', '112257.215000', '112257.675000', '112258.135000', '112258.595000', '112259.055000', '112259.515000', '112259.975000', '112300.435000', '112300.895000', '112301.355000', '112301.815000', '112302.275000', '112302.735000', '112303.195000', '112303.655000', '112304.115000', '112304.575000', '112305.035000', '112305.495000', '112305.955000', '112306.415000', '112306.875000', '112307.335000', '112307.795000', '112308.255000', '112308.715000', '112309.175000', '112309.635000', '112310.095000', '112310.555000', '112311.015000', '112311.475000', '112311.935000', '112312.395000', '112312.855000', '112313.315000', '112313.775000', '112314.235000', '112314.695000', '112315.155000', '112315.615000', '112316.075000', '112316.535000', '112316.995000', '112317.455000', '112317.915000', '112318.375000', '112318.835000', '112319.295000', '112319.755000', '112320.215000', '112320.675000', '112321.135000', '112321.595000', '112322.055000', '112322.515000', '112322.975000', '112323.435000', '112323.895000', '112324.355000', '112324.815000', '112325.275000', '112325.735000', '112326.195000', '112326.655000', '112327.115000', '112327.575000', '112328.035000', '112328.495000', '112328.955000', '112329.415000', '112329.875000', '112330.335000', '112330.795000', '112331.255000', '112331.715000', '112332.175000', '112332.635000', '112333.095000', '112333.555000', '112334.015000', '112334.475000', '112334.935000', '112335.395000', '112335.855000', '112336.315000', '112336.775000', '112337.235000', '112337.695000', '112338.155000', '112338.615000', '112339.075000', '112339.535000', '112339.995000', '112340.455000', '112340.915000', '112341.375000', '112341.835000', '112342.295000', '112342.755000', '112343.215000', '112343.675000', '112344.135000', '112344.595000', '112345.055000', '112345.515000', '112345.975000', '112346.435000', '112346.895000', '112347.355000', '112347.815000', '112348.275000', '112348.735000', '112349.195000', '112349.655000', '112350.115000', '112350.575000', '112351.035000', '112351.495000', '112351.955000', '112352.415000', '112352.875000', '112353.335000', '112353.795000', '112354.255000', '112354.715000', '112355.175000', '112355.635000', '112356.095000', '112356.555000', '112357.015000', '112357.475000', '112357.935000', '112358.395000', '112358.855000', '112359.315000', '112359.775000', '112400.235000', '112400.695000', '112401.155000', '112401.615000', '112402.075000', '112402.535000', '112402.995000', '112403.455000', '112403.915000', '112404.375000', '112404.835000', '112405.295000', '112405.755000', '112406.215000', '112406.675000', '112407.135000', '112407.595000', '112408.055000', '112408.515000', '112408.975000', '112409.435000', '112409.895000', '112410.355000', '112410.815000', '112411.275000', '112411.735000', '112412.195000', '112412.655000', '112413.115000', '112413.575000', '112414.035000', '112414.495000', '112414.955000', '112415.415000', '112415.875000', '112416.335000', '112416.795000', '112417.255000', '112417.715000', '112418.175000', '112418.635000', '112419.095000', '112419.555000', '112420.015000', '112420.475000', '112420.935000', '112421.395000', '112421.855000', '112422.315000', '112422.775000', '112423.235000', '112423.695000', '112424.155000', '112424.615000', '112425.075000', '112425.535000', '112425.995000', '112426.455000', '112426.915000', '112427.375000', '112427.835000', '112428.295000', '112428.755000', '112429.215000', '112429.675000', '112430.135000', '112430.595000', '112431.055000', '112431.515000', '112431.975000', '112432.435000', '112432.895000', '112433.355000', '112433.815000', '112434.275000', '112434.735000', '112435.195000', '112435.655000', '112436.115000', '112436.575000', '112437.035000', '112437.495000', '112437.955000', '112438.415000', '112438.875000', '112439.335000', '112439.795000', '112440.255000', '112440.715000', '112441.175000', '112441.635000', '112442.095000', '112442.555000', '112443.015000', '112443.475000', '112443.935000', '112444.395000', '112444.855000', '112445.315000', '112445.775000', '112446.235000', '112446.695000', '112447.155000', '112447.615000', '112448.075000', '112448.535000', '112448.995000', '112449.455000', '112449.915000', '112450.375000', '112450.835000', '112451.295000', '112451.755000', '112452.215000', '112452.675000', '112453.135000', '112453.595000', '112454.055000', '112454.515000', '112454.975000', '112455.435000', '112455.895000', '112456.355000', '112456.815000', '112457.275000', '112457.735000', '112458.195000', '112458.655000', '112459.115000', '112459.575000', '112500.035000', '112500.495000', '112500.955000', '112501.415000', '112501.875000', '112502.335000', '112502.795000', '112503.255000', '112503.715000', '112504.175000', '112504.635000', '112505.095000', '112505.555000', '112506.015000', '112506.475000', '112506.935000', '112507.395000', '112507.855000', '112508.315000', '112508.775000', '112509.235000', '112509.695000', '112510.155000', '112510.615000', '112511.075000', '112511.535000', '112511.995000', '112512.455000', '112512.915000', '112513.375000', '112513.835000', '112514.295000', '112514.755000', '112515.215000', '112515.675000', '112516.135000', '112516.595000', '112517.055000', '112517.515000', '112517.975000', '112518.435000', '112518.895000', '112519.355000', '112519.815000', '112520.275000', '112520.735000', '112521.195000', '112521.655000', '112522.115000', '112522.575000', '112523.035000', '112523.495000', '112523.955000', '112524.415000', '112524.875000', '112525.335000', '112525.795000', '112526.255000', '112526.715000', '112527.175000', '112527.635000', '112528.095000', '112528.555000', '112529.015000', '112529.475000', '112529.935000', '112530.395000', '112530.855000', '112531.315000', '112531.775000', '112532.235000', '112532.695000', '112533.155000', '112533.615000', '112534.075000', '112534.535000', '112534.995000', '112535.455000', '112535.915000', '112536.375000', '112536.835000', '112537.295000', '112537.755000', '112538.215000', '112538.675000', '112539.135000', '112539.595000', '112540.055000', '112540.515000', '112540.975000', '112541.435000', '112541.895000', '112542.355000', '112542.815000', '112543.275000', '112543.735000', '112544.195000', '112544.655000', '112545.115000', '112545.575000', '112546.035000', '112546.495000', '112546.955000', '112547.415000', '112547.875000', '112548.335000', '112548.795000', '112549.255000', '112549.715000', '112550.175000', '112550.635000', '112551.095000', '112551.555000', '112552.015000', '112552.475000', '112552.935000', '112553.395000', '112553.855000', '112554.315000', '112554.775000', '112555.235000', '112555.695000', '112556.155000', '112556.615000', '112557.075000', '112557.535000', '112557.995000', '112558.455000', '112558.915000', '112559.375000', '112559.835000', '112600.295000', '112600.755000', '112601.215000', '112601.675000', '112602.135000', '112602.595000', '112603.055000', '112603.515000', '112603.975000', '112604.435000', '112604.895000', '112605.355000', '112605.815000', '112606.275000', '112606.735000', '112607.195000', '112607.655000', '112608.115000', '112608.575000', '112609.035000', '112609.495000', '112609.955000', '112610.415000', '112610.875000', '112611.335000', '112611.795000', '112612.255000', '112612.715000', '112613.175000', '112613.635000', '112614.095000', '112614.555000', '112615.015000', '112615.475000', '112615.935000', '112616.395000', '112616.855000', '112617.315000', '112617.775000', '112618.235000', '112618.695000', '112619.155000', '112619.615000', '112620.075000', '112620.535000', '112620.995000', '112621.455000', '112621.915000', '112622.375000', '112622.835000', '112623.295000', '112623.755000', '112624.215000', '112624.675000', '112625.135000', '112625.595000', '112626.055000', '112626.515000', '112626.975000', '112627.435000', '112627.895000', '112628.355000', '112628.815000', '112629.275000', '112629.735000', '112630.195000', '112630.655000', '112631.115000', '112631.575000', '112632.035000', '112632.495000', '112632.955000', '112633.415000', '112633.875000', '112634.335000', '112634.795000', '112635.255000', '112635.715000', '112636.175000', '112636.635000', '112637.095000', '112637.555000', '112638.015000', '112638.475000', '112638.935000', '112639.395000', '112639.855000', '112640.315000', '112640.775000', '112641.235000', '112641.695000', '112642.155000', '112642.615000', '112643.075000', '112643.535000', '112643.995000', '112644.455000', '112644.915000', '112645.375000', '112645.835000', '112646.295000', '112646.755000', '112647.215000', '112647.675000', '112648.135000', '112648.595000', '112649.055000', '112649.515000', '112649.975000', '112650.435000', '112650.895000', '112651.355000', '112651.815000', '112652.275000'], 'ContentTime': ['111856.888000', '111856.891000', '111856.894000', '111856.897000', '111856.899000', '111856.902000', '111856.905000', '111856.907000', '111856.910000', '111856.912000', '111856.915000', '111856.918000', '111856.920000', '111856.923000', '111856.931000', '111856.934000', '111856.937000', '111856.939000', '111856.942000', '111856.944000', '111856.947000', '111856.950000', '111856.952000', '111856.955000', '111856.957000', '111856.960000', '111856.963000', '111856.965000', '111856.968000', '111856.971000', '111856.973000', '111856.976000', '111856.978000', '111856.981000', '111856.984000', '111856.986000', '111856.989000', '111856.992000', '111856.994000', '111856.997000', '111857.000000', '111857.014000', '111857.017000', '111857.019000', '111857.022000', '111857.030000', '111857.033000', '111857.035000', '111857.038000', '111857.041000', '111857.043000', '111857.046000', '111857.048000', '111857.051000', '111857.054000', '111857.057000', '111857.059000', '111857.062000', '111857.064000', '111857.067000', '111916.862000', '111916.865000', '111916.868000', '111916.871000', '111916.875000', '111916.877000', '111916.880000', '111916.883000', '111916.885000', '111916.888000', '111916.891000', '111916.893000', '111916.896000', '111916.899000', '111916.903000', '111916.905000', '111916.908000', '111916.911000', '111916.913000', '111916.916000', '111916.918000', '111916.921000', '111916.924000', '111916.926000', '111916.929000', '111916.932000', '111916.934000', '111916.937000', '111916.939000', '111916.942000', '111916.945000', '111916.947000', '111916.950000', '111916.952000', '111916.955000', '111916.958000', '111916.960000', '111916.963000', '111916.965000', '111916.968000', '111916.971000', '111916.973000', '111916.976000', '111916.978000', '111936.863000', '111936.865000', '111936.868000', '111936.871000', '111936.873000', '111936.876000', '111936.879000', '111936.882000', '111936.884000', '111936.887000', '111936.890000', '111936.892000', '111936.895000', '111936.897000', '111936.900000', '111936.903000', '111936.905000', '111936.908000', '111936.910000', '111936.913000', '111936.916000', '111936.918000', '111936.921000', '111936.924000', '111936.926000', '111936.929000', '111936.932000', '111936.934000', '111936.937000', '111936.939000', '111936.942000', '111936.945000', '111936.947000', '111936.950000', '111936.953000', '111936.955000', '111936.958000', '111936.960000', '111936.963000', '111936.966000', '111936.968000', '111936.971000', '111936.974000', '111956.863000', '111956.866000', '111956.869000', '111956.871000', '111956.874000', '111956.877000', '111956.879000', '111956.882000', '111956.885000', '111956.888000', '111956.890000', '111956.893000', '111956.896000', '111956.898000', '111956.901000', '111956.904000', '111956.906000', '111956.909000', '111956.911000', '111956.914000', '111956.917000', '111956.919000', '111956.922000', '111956.925000', '111956.927000', '111956.930000', '111956.932000', '111956.935000', '111956.938000', '111956.940000', '111956.943000', '111956.946000', '111956.948000', '111956.951000', '111956.954000', '111956.956000', '111956.959000', '111956.961000', '111956.964000', '111956.977000', '111956.979000', '111956.982000', '111956.984000', '112016.862000', '112016.865000', '112016.868000', '112016.871000', '112016.873000', '112016.876000', '112016.878000', '112016.885000', '112016.887000', '112016.890000', '112016.893000', '112016.895000', '112016.898000', '112016.900000', '112016.903000', '112016.906000', '112016.908000', '112016.911000', '112016.913000', '112016.916000', '112016.919000', '112016.921000', '112016.924000', '112016.927000', '112016.929000', '112016.932000', '112016.935000', '112016.937000', '112016.940000', '112016.942000', '112016.945000', '112016.948000', '112016.950000', '112016.953000', '112016.955000', '112016.958000', '112016.961000', '112016.963000', '112016.966000', '112016.969000', '112016.971000', '112016.974000', '112016.976000', '112016.979000', '112036.862000', '112036.865000', '112036.874000', '112036.876000', '112036.879000', '112036.881000', '112036.885000', '112036.887000', '112036.890000', '112036.892000', '112036.895000', '112036.898000', '112036.900000', '112036.903000', '112036.905000', '112036.908000', '112036.912000', '112036.915000', '112036.917000', '112036.920000', '112036.923000', '112036.925000', '112036.928000', '112036.931000', '112036.933000', '112036.936000', '112036.939000', '112036.941000', '112036.944000', '112036.946000', '112036.949000', '112036.952000', '112036.954000', '112036.957000', '112036.972000', '112036.975000', '112036.978000', '112036.980000', '112036.983000', '112036.985000', '112036.988000', '112036.991000', '112036.993000', '112036.996000', '112056.862000', '112056.865000', '112056.868000', '112056.871000', '112056.874000', '112056.877000', '112056.879000', '112056.882000', '112056.885000', '112056.887000', '112056.890000', '112056.892000', '112056.895000', '112056.898000', '112056.900000', '112056.903000', '112056.906000', '112056.908000', '112056.911000', '112056.914000', '112056.916000', '112056.919000', '112056.922000', '112056.924000', '112056.927000', '112056.929000', '112056.932000', '112056.935000', '112056.937000', '112056.940000', '112056.943000', '112056.945000', '112056.948000', '112056.951000', '112056.953000', '112056.956000', '112056.959000', '112056.961000', '112056.964000', '112056.966000', '112056.969000', '112056.972000', '112056.974000', '112116.863000', '112116.866000', '112116.868000', '112116.871000', '112116.873000', '112116.876000', '112116.879000', '112116.881000', '112116.884000', '112116.887000', '112116.889000', '112116.892000', '112116.894000', '112116.897000', '112116.900000', '112116.902000', '112116.905000', '112116.908000', '112116.910000', '112116.913000', '112116.916000', '112116.918000', '112116.921000', '112116.923000', '112116.930000', '112116.933000', '112116.935000', '112116.938000', '112116.941000', '112116.943000', '112116.946000', '112116.949000', '112116.951000', '112116.954000', '112116.957000', '112116.959000', '112116.962000', '112116.964000', '112116.967000', '112116.970000', '112116.972000', '112116.975000', '112116.978000', '112116.980000', '112136.863000', '112136.865000', '112136.868000', '112136.871000', '112136.874000', '112136.876000', '112136.879000', '112136.881000', '112136.884000', '112136.887000', '112136.889000', '112136.892000', '112136.895000', '112136.897000', '112136.900000', '112136.902000', '112136.905000', '112136.908000', '112136.910000', '112136.913000', '112136.916000', '112136.918000', '112136.921000', '112136.924000', '112136.926000', '112136.929000', '112136.931000', '112136.934000', '112136.937000', '112136.939000', '112136.942000', '112136.945000', '112136.947000', '112136.950000', '112136.953000', '112136.955000', '112136.958000', '112136.961000', '112136.963000', '112136.966000', '112136.969000', '112136.971000', '112136.974000', '112156.862000', '112156.865000', '112156.868000', '112156.871000', '112156.874000', '112156.876000', '112156.879000', '112156.882000', '112156.884000', '112156.887000', '112156.889000', '112156.892000', '112156.895000', '112156.897000', '112156.900000', '112156.903000', '112156.906000', '112156.909000', '112156.912000', '112156.914000', '112156.917000', '112156.920000', '112156.922000', '112156.925000', '112156.928000', '112156.930000', '112156.933000', '112156.935000', '112156.938000', '112156.941000', '112156.943000', '112156.946000', '112156.949000', '112156.952000', '112156.954000', '112156.957000', '112156.960000', '112156.962000', '112156.965000', '112156.967000', '112156.970000', '112156.973000', '112156.975000', '112216.862000', '112216.865000', '112216.868000', '112216.871000', '112216.874000', '112216.876000', '112216.879000', '112216.881000', '112216.884000', '112216.887000', '112216.889000', '112216.892000', '112216.895000', '112216.897000', '112216.900000', '112216.903000', '112216.913000', '112216.915000', '112216.918000', '112216.921000', '112216.923000', '112216.926000', '112216.929000', '112216.931000', '112216.934000', '112216.936000', '112216.939000', '112216.942000', '112216.944000', '112216.947000', '112216.950000', '112216.952000', '112216.955000', '112216.957000', '112216.960000', '112216.963000', '112216.965000', '112216.968000', '112216.970000', '112216.973000', '112216.976000', '112216.978000', '112216.981000', '112216.984000', '112236.863000', '112236.866000', '112236.868000', '112236.871000', '112236.873000', '112236.876000', '112236.879000', '112236.881000', '112236.884000', '112236.887000', '112236.889000', '112236.892000', '112236.894000', '112236.897000', '112236.900000', '112236.902000', '112236.905000', '112236.908000', '112236.911000', '112236.915000', '112236.917000', '112236.920000', '112236.923000', '112236.925000', '112236.928000', '112236.931000', '112236.933000', '112236.936000', '112236.939000', '112236.941000', '112236.944000', '112236.947000', '112236.949000', '112236.952000', '112236.955000', '112236.957000', '112236.960000', '112236.963000', '112236.965000', '112236.968000', '112236.971000', '112236.973000', '112236.976000', '112256.862000', '112256.865000', '112256.868000', '112256.871000', '112256.873000', '112256.876000', '112256.879000', '112256.881000', '112256.884000', '112256.886000', '112256.889000', '112256.892000', '112256.894000', '112256.897000', '112256.900000', '112256.902000', '112256.905000', '112256.907000', '112256.910000', '112256.913000', '112256.915000', '112256.918000', '112256.921000', '112256.923000', '112256.926000', '112256.928000', '112256.931000', '112256.934000', '112256.936000', '112256.939000', '112256.942000', '112256.944000', '112256.947000', '112256.950000', '112256.952000', '112256.955000', '112256.957000', '112256.960000', '112256.963000', '112256.965000', '112256.968000', '112256.970000', '112256.973000', '112256.976000', '112316.863000', '112316.866000', '112316.868000', '112316.871000', '112316.874000', '112316.876000', '112316.879000', '112316.881000', '112316.884000', '112316.887000', '112316.890000', '112316.892000', '112316.895000', '112316.898000', '112316.901000', '112316.903000', '112316.906000', '112316.909000', '112316.911000', '112316.914000', '112316.916000', '112316.919000', '112316.921000', '112316.924000', '112316.927000', '112316.929000', '112316.932000', '112316.935000', '112316.938000', '112316.940000', '112316.943000', '112316.945000', '112316.948000', '112316.951000', '112316.953000', '112316.956000', '112316.958000', '112316.961000', '112316.964000', '112316.966000', '112316.969000', '112316.972000', '112316.975000', '112336.862000', '112336.865000', '112336.868000', '112336.871000', '112336.873000', '112336.876000', '112336.879000', '112336.881000', '112336.884000', '112336.886000', '112336.889000', '112336.892000', '112336.894000', '112336.897000', '112336.900000', '112336.902000', '112336.905000', '112336.907000', '112336.910000', '112336.912000', '112336.915000', '112336.918000', '112336.920000', '112336.923000', '112336.925000', '112336.928000', '112336.931000', '112336.933000', '112336.936000', '112336.939000', '112336.941000', '112336.944000', '112336.946000', '112336.949000', '112336.952000', '112336.954000', '112336.957000', '112336.960000', '112336.962000', '112336.965000', '112336.968000', '112336.985000', '112336.987000', '112336.990000', '112356.863000', '112356.865000', '112356.868000', '112356.871000', '112356.874000', '112356.876000', '112356.879000', '112356.881000', '112356.884000', '112356.887000', '112356.889000', '112356.892000', '112356.895000', '112356.897000', '112356.900000', '112356.903000', '112356.905000', '112356.908000', '112356.910000', '112356.913000', '112356.916000', '112356.918000', '112356.921000', '112356.924000', '112356.926000', '112356.929000', '112356.932000', '112356.934000', '112356.937000', '112356.940000', '112356.942000', '112356.945000', '112356.948000', '112356.950000', '112356.953000', '112356.955000', '112356.958000', '112356.961000', '112356.963000', '112356.966000', '112356.969000', '112356.971000', '112356.974000', '112416.863000', '112416.866000', '112416.868000', '112416.871000', '112416.874000', '112416.876000', '112416.879000', '112416.882000', '112416.885000', '112416.887000', '112416.890000', '112416.892000', '112416.895000', '112416.898000', '112416.900000', '112416.903000', '112416.906000', '112416.908000', '112416.911000', '112416.914000', '112416.916000', '112416.919000', '112416.922000', '112416.924000', '112416.927000', '112416.930000', '112416.932000', '112416.935000', '112416.938000', '112416.940000', '112416.943000', '112416.945000', '112416.948000', '112416.951000', '112416.953000', '112416.956000', '112416.959000', '112416.961000', '112416.964000', '112416.967000', '112416.969000', '112416.972000', '112416.974000', '112416.977000', '112436.863000', '112436.865000', '112436.868000', '112436.871000', '112436.873000', '112436.876000', '112436.879000', '112436.881000', '112436.884000', '112436.887000', '112436.889000', '112436.892000', '112436.895000', '112436.897000', '112436.900000', '112436.903000', '112436.906000', '112436.908000', '112436.914000', '112436.916000', '112436.919000', '112436.922000', '112436.924000', '112436.927000', '112436.930000', '112436.932000', '112436.935000', '112436.938000', '112436.942000', '112436.944000', '112436.947000', '112436.950000', '112436.952000', '112436.955000', '112436.958000', '112436.960000', '112436.963000', '112436.965000', '112436.968000', '112436.971000', '112436.973000', '112436.976000', '112436.979000', '112456.863000', '112456.865000', '112456.868000', '112456.871000', '112456.873000', '112456.876000', '112456.879000', '112456.881000', '112456.884000', '112456.887000', '112456.889000', '112456.892000', '112456.894000', '112456.897000', '112456.900000', '112456.902000', '112456.905000', '112456.907000', '112456.910000', '112456.913000', '112456.915000', '112456.918000', '112456.920000', '112456.923000', '112456.926000', '112456.928000', '112456.931000', '112456.933000', '112456.936000', '112456.939000', '112456.941000', '112456.944000', '112456.946000', '112456.949000', '112456.952000', '112456.954000', '112456.957000', '112456.959000', '112456.979000', '112456.981000', '112456.984000', '112456.986000', '112456.989000', '112456.992000', '112516.863000', '112516.866000', '112516.868000', '112516.871000', '112516.873000', '112516.876000', '112516.879000', '112516.881000', '112516.884000', '112516.887000', '112516.890000', '112516.892000', '112516.895000', '112516.898000', '112516.900000', '112516.903000', '112516.906000', '112516.909000', '112516.911000', '112516.914000', '112516.916000', '112516.919000', '112516.922000', '112516.924000', '112516.927000', '112516.930000', '112516.933000', '112516.935000', '112516.938000', '112516.941000', '112516.943000', '112516.946000', '112516.948000', '112516.951000', '112516.954000', '112516.956000', '112516.959000', '112516.962000', '112516.964000', '112516.967000', '112516.970000', '112516.972000', '112516.975000', '112536.862000', '112536.865000', '112536.868000', '112536.871000', '112536.873000', '112536.876000', '112536.879000', '112536.881000', '112536.884000', '112536.887000', '112536.890000', '112536.892000', '112536.895000', '112536.897000', '112536.900000', '112536.903000', '112536.906000', '112536.908000', '112536.911000', '112536.914000', '112536.916000', '112536.919000', '112536.921000', '112536.924000', '112536.927000', '112536.929000', '112536.932000', '112536.935000', '112536.937000', '112536.940000', '112536.943000', '112536.945000', '112536.948000', '112536.951000', '112536.953000', '112536.956000', '112536.959000', '112536.961000', '112536.964000', '112536.967000', '112536.969000', '112536.972000', '112536.975000', '112536.977000', '112556.863000', '112556.865000', '112556.868000', '112556.871000', '112556.874000', '112556.877000', '112556.879000', '112556.882000', '112556.885000', '112556.887000', '112556.890000', '112556.893000', '112556.896000', '112556.898000', '112556.901000', '112556.903000', '112556.906000', '112556.909000', '112556.911000', '112556.914000', '112556.917000', '112556.919000', '112556.922000', '112556.925000', '112556.927000', '112556.930000', '112556.933000', '112556.935000', '112556.938000', '112556.940000', '112556.943000', '112556.946000', '112556.948000', '112556.951000', '112556.954000', '112556.956000', '112556.959000', '112556.961000', '112556.964000', '112556.967000', '112556.969000', '112556.972000', '112556.974000', '112616.863000', '112616.866000', '112616.868000', '112616.871000', '112616.873000', '112616.876000', '112616.879000', '112616.882000', '112616.884000', '112616.887000', '112616.890000', '112616.892000', '112616.895000', '112616.897000', '112616.900000', '112616.903000', '112616.905000', '112616.908000', '112616.911000', '112616.913000', '112616.916000', '112616.919000', '112616.921000', '112616.924000', '112616.927000', '112616.929000', '112616.932000', '112616.934000', '112616.937000', '112616.940000', '112616.942000', '112616.945000', '112616.947000', '112616.950000', '112616.953000', '112616.955000', '112616.958000', '112616.961000', '112616.963000', '112616.966000', '112616.969000', '112616.971000', '112616.974000', '112616.977000', '112636.863000', '112636.865000', '112636.868000', '112636.871000', '112636.874000', '112636.876000', '112636.879000', '112636.882000', '112636.884000', '112636.887000', '112636.890000', '112636.892000', '112636.895000', '112636.898000', '112636.900000', '112636.903000', '112636.905000', '112636.908000', '112636.911000', '112636.913000', '112636.916000', '112636.919000', '112636.921000', '112636.924000', '112636.926000', '112636.929000', '112636.932000', '112636.934000', '112636.937000', '112636.939000', '112636.942000', '112636.945000', '112636.947000', '112636.950000', '112636.953000', '112636.955000', '112636.958000', '112636.960000', '112636.963000', '112636.966000', '112636.968000', '112636.971000', '112636.974000', '112654.068000', '112654.075000', '112654.078000', '112654.081000', '112654.085000', '112654.088000', '112654.091000', '112654.094000', '112654.097000', '112654.100000', '112654.103000', '112654.106000', '112654.109000', '112654.112000', '112654.115000', '112654.118000', '112654.121000', '112654.124000', '112654.127000', '112654.129000', '112654.132000', '112654.135000', '112654.138000', '112654.140000', '112654.143000', '112654.146000', '112654.149000', '112654.151000', '112654.154000', '112654.157000', '112654.159000', '112654.162000', '112654.167000', '112654.171000', '112654.174000', '112654.177000', '112654.180000', '112654.183000'], 'InstanceCreationTime': ['111856.888000', '111856.891000', '111856.894000', '111856.897000', '111856.899000', '111856.902000', '111856.905000', '111856.907000', '111856.910000', '111856.912000', '111856.915000', '111856.918000', '111856.920000', '111856.923000', '111856.931000', '111856.934000', '111856.937000', '111856.939000', '111856.942000', '111856.944000', '111856.947000', '111856.950000', '111856.952000', '111856.955000', '111856.957000', '111856.960000', '111856.963000', '111856.965000', '111856.968000', '111856.971000', '111856.973000', '111856.976000', '111856.978000', '111856.981000', '111856.984000', '111856.986000', '111856.989000', '111856.992000', '111856.994000', '111856.997000', '111857.000000', '111857.014000', '111857.017000', '111857.019000', '111857.022000', '111857.030000', '111857.033000', '111857.035000', '111857.038000', '111857.041000', '111857.043000', '111857.046000', '111857.048000', '111857.051000', '111857.054000', '111857.057000', '111857.059000', '111857.062000', '111857.064000', '111857.067000', '111916.862000', '111916.865000', '111916.868000', '111916.871000', '111916.875000', '111916.877000', '111916.880000', '111916.883000', '111916.885000', '111916.888000', '111916.891000', '111916.893000', '111916.896000', '111916.899000', '111916.903000', '111916.905000', '111916.908000', '111916.911000', '111916.913000', '111916.916000', '111916.918000', '111916.921000', '111916.924000', '111916.926000', '111916.929000', '111916.932000', '111916.934000', '111916.937000', '111916.939000', '111916.942000', '111916.945000', '111916.947000', '111916.950000', '111916.952000', '111916.955000', '111916.958000', '111916.960000', '111916.963000', '111916.965000', '111916.968000', '111916.971000', '111916.973000', '111916.976000', '111916.978000', '111936.863000', '111936.865000', '111936.868000', '111936.871000', '111936.873000', '111936.876000', '111936.879000', '111936.882000', '111936.884000', '111936.887000', '111936.890000', '111936.892000', '111936.895000', '111936.897000', '111936.900000', '111936.903000', '111936.905000', '111936.908000', '111936.910000', '111936.913000', '111936.916000', '111936.918000', '111936.921000', '111936.924000', '111936.926000', '111936.929000', '111936.932000', '111936.934000', '111936.937000', '111936.939000', '111936.942000', '111936.945000', '111936.947000', '111936.950000', '111936.953000', '111936.955000', '111936.958000', '111936.960000', '111936.963000', '111936.966000', '111936.968000', '111936.971000', '111936.974000', '111956.863000', '111956.866000', '111956.869000', '111956.871000', '111956.874000', '111956.877000', '111956.879000', '111956.882000', '111956.885000', '111956.888000', '111956.890000', '111956.893000', '111956.896000', '111956.898000', '111956.901000', '111956.904000', '111956.906000', '111956.909000', '111956.911000', '111956.914000', '111956.917000', '111956.919000', '111956.922000', '111956.925000', '111956.927000', '111956.930000', '111956.932000', '111956.935000', '111956.938000', '111956.940000', '111956.943000', '111956.946000', '111956.948000', '111956.951000', '111956.954000', '111956.956000', '111956.959000', '111956.961000', '111956.964000', '111956.977000', '111956.979000', '111956.982000', '111956.984000', '112016.862000', '112016.865000', '112016.868000', '112016.871000', '112016.873000', '112016.876000', '112016.878000', '112016.885000', '112016.887000', '112016.890000', '112016.893000', '112016.895000', '112016.898000', '112016.900000', '112016.903000', '112016.906000', '112016.908000', '112016.911000', '112016.913000', '112016.916000', '112016.919000', '112016.921000', '112016.924000', '112016.927000', '112016.929000', '112016.932000', '112016.935000', '112016.937000', '112016.940000', '112016.942000', '112016.945000', '112016.948000', '112016.950000', '112016.953000', '112016.955000', '112016.958000', '112016.961000', '112016.963000', '112016.966000', '112016.969000', '112016.971000', '112016.974000', '112016.976000', '112016.979000', '112036.862000', '112036.865000', '112036.874000', '112036.876000', '112036.879000', '112036.881000', '112036.885000', '112036.887000', '112036.890000', '112036.892000', '112036.895000', '112036.898000', '112036.900000', '112036.903000', '112036.905000', '112036.908000', '112036.912000', '112036.915000', '112036.917000', '112036.920000', '112036.923000', '112036.925000', '112036.928000', '112036.931000', '112036.933000', '112036.936000', '112036.939000', '112036.941000', '112036.944000', '112036.946000', '112036.949000', '112036.952000', '112036.954000', '112036.957000', '112036.972000', '112036.975000', '112036.978000', '112036.980000', '112036.983000', '112036.985000', '112036.988000', '112036.991000', '112036.993000', '112036.996000', '112056.862000', '112056.865000', '112056.868000', '112056.871000', '112056.874000', '112056.877000', '112056.879000', '112056.882000', '112056.885000', '112056.887000', '112056.890000', '112056.892000', '112056.895000', '112056.898000', '112056.900000', '112056.903000', '112056.906000', '112056.908000', '112056.911000', '112056.914000', '112056.916000', '112056.919000', '112056.922000', '112056.924000', '112056.927000', '112056.929000', '112056.932000', '112056.935000', '112056.937000', '112056.940000', '112056.943000', '112056.945000', '112056.948000', '112056.951000', '112056.953000', '112056.956000', '112056.959000', '112056.961000', '112056.964000', '112056.966000', '112056.969000', '112056.972000', '112056.974000', '112116.863000', '112116.866000', '112116.868000', '112116.871000', '112116.873000', '112116.876000', '112116.879000', '112116.881000', '112116.884000', '112116.887000', '112116.889000', '112116.892000', '112116.894000', '112116.897000', '112116.900000', '112116.902000', '112116.905000', '112116.908000', '112116.910000', '112116.913000', '112116.916000', '112116.918000', '112116.921000', '112116.923000', '112116.930000', '112116.933000', '112116.935000', '112116.938000', '112116.941000', '112116.943000', '112116.946000', '112116.949000', '112116.951000', '112116.954000', '112116.957000', '112116.959000', '112116.962000', '112116.964000', '112116.967000', '112116.970000', '112116.972000', '112116.975000', '112116.978000', '112116.980000', '112136.863000', '112136.865000', '112136.868000', '112136.871000', '112136.874000', '112136.876000', '112136.879000', '112136.881000', '112136.884000', '112136.887000', '112136.889000', '112136.892000', '112136.895000', '112136.897000', '112136.900000', '112136.902000', '112136.905000', '112136.908000', '112136.910000', '112136.913000', '112136.916000', '112136.918000', '112136.921000', '112136.924000', '112136.926000', '112136.929000', '112136.931000', '112136.934000', '112136.937000', '112136.939000', '112136.942000', '112136.945000', '112136.947000', '112136.950000', '112136.953000', '112136.955000', '112136.958000', '112136.961000', '112136.963000', '112136.966000', '112136.969000', '112136.971000', '112136.974000', '112156.862000', '112156.865000', '112156.868000', '112156.871000', '112156.874000', '112156.876000', '112156.879000', '112156.882000', '112156.884000', '112156.887000', '112156.889000', '112156.892000', '112156.895000', '112156.897000', '112156.900000', '112156.903000', '112156.906000', '112156.909000', '112156.912000', '112156.914000', '112156.917000', '112156.920000', '112156.922000', '112156.925000', '112156.928000', '112156.930000', '112156.933000', '112156.935000', '112156.938000', '112156.941000', '112156.943000', '112156.946000', '112156.949000', '112156.952000', '112156.954000', '112156.957000', '112156.960000', '112156.962000', '112156.965000', '112156.967000', '112156.970000', '112156.973000', '112156.975000', '112216.862000', '112216.865000', '112216.868000', '112216.871000', '112216.874000', '112216.876000', '112216.879000', '112216.881000', '112216.884000', '112216.887000', '112216.889000', '112216.892000', '112216.895000', '112216.897000', '112216.900000', '112216.903000', '112216.913000', '112216.915000', '112216.918000', '112216.921000', '112216.923000', '112216.926000', '112216.929000', '112216.931000', '112216.934000', '112216.936000', '112216.939000', '112216.942000', '112216.944000', '112216.947000', '112216.950000', '112216.952000', '112216.955000', '112216.957000', '112216.960000', '112216.963000', '112216.965000', '112216.968000', '112216.970000', '112216.973000', '112216.976000', '112216.978000', '112216.981000', '112216.984000', '112236.863000', '112236.866000', '112236.868000', '112236.871000', '112236.873000', '112236.876000', '112236.879000', '112236.881000', '112236.884000', '112236.887000', '112236.889000', '112236.892000', '112236.894000', '112236.897000', '112236.900000', '112236.902000', '112236.905000', '112236.908000', '112236.911000', '112236.915000', '112236.917000', '112236.920000', '112236.923000', '112236.925000', '112236.928000', '112236.931000', '112236.933000', '112236.936000', '112236.939000', '112236.941000', '112236.944000', '112236.947000', '112236.949000', '112236.952000', '112236.955000', '112236.957000', '112236.960000', '112236.963000', '112236.965000', '112236.968000', '112236.971000', '112236.973000', '112236.976000', '112256.862000', '112256.865000', '112256.868000', '112256.871000', '112256.873000', '112256.876000', '112256.879000', '112256.881000', '112256.884000', '112256.886000', '112256.889000', '112256.892000', '112256.894000', '112256.897000', '112256.900000', '112256.902000', '112256.905000', '112256.907000', '112256.910000', '112256.913000', '112256.915000', '112256.918000', '112256.921000', '112256.923000', '112256.926000', '112256.928000', '112256.931000', '112256.934000', '112256.936000', '112256.939000', '112256.942000', '112256.944000', '112256.947000', '112256.950000', '112256.952000', '112256.955000', '112256.957000', '112256.960000', '112256.963000', '112256.965000', '112256.968000', '112256.970000', '112256.973000', '112256.976000', '112316.863000', '112316.866000', '112316.868000', '112316.871000', '112316.874000', '112316.876000', '112316.879000', '112316.881000', '112316.884000', '112316.887000', '112316.890000', '112316.892000', '112316.895000', '112316.898000', '112316.901000', '112316.903000', '112316.906000', '112316.909000', '112316.911000', '112316.914000', '112316.916000', '112316.919000', '112316.921000', '112316.924000', '112316.927000', '112316.929000', '112316.932000', '112316.935000', '112316.938000', '112316.940000', '112316.943000', '112316.945000', '112316.948000', '112316.951000', '112316.953000', '112316.956000', '112316.958000', '112316.961000', '112316.964000', '112316.966000', '112316.969000', '112316.972000', '112316.975000', '112336.862000', '112336.865000', '112336.868000', '112336.871000', '112336.873000', '112336.876000', '112336.879000', '112336.881000', '112336.884000', '112336.886000', '112336.889000', '112336.892000', '112336.894000', '112336.897000', '112336.900000', '112336.902000', '112336.905000', '112336.907000', '112336.910000', '112336.912000', '112336.915000', '112336.918000', '112336.920000', '112336.923000', '112336.925000', '112336.928000', '112336.931000', '112336.933000', '112336.936000', '112336.939000', '112336.941000', '112336.944000', '112336.946000', '112336.949000', '112336.952000', '112336.954000', '112336.957000', '112336.960000', '112336.962000', '112336.965000', '112336.968000', '112336.985000', '112336.987000', '112336.990000', '112356.863000', '112356.865000', '112356.868000', '112356.871000', '112356.874000', '112356.876000', '112356.879000', '112356.881000', '112356.884000', '112356.887000', '112356.889000', '112356.892000', '112356.895000', '112356.897000', '112356.900000', '112356.903000', '112356.905000', '112356.908000', '112356.910000', '112356.913000', '112356.916000', '112356.918000', '112356.921000', '112356.924000', '112356.926000', '112356.929000', '112356.932000', '112356.934000', '112356.937000', '112356.940000', '112356.942000', '112356.945000', '112356.948000', '112356.950000', '112356.953000', '112356.955000', '112356.958000', '112356.961000', '112356.963000', '112356.966000', '112356.969000', '112356.971000', '112356.974000', '112416.863000', '112416.866000', '112416.868000', '112416.871000', '112416.874000', '112416.876000', '112416.879000', '112416.882000', '112416.885000', '112416.887000', '112416.890000', '112416.892000', '112416.895000', '112416.898000', '112416.900000', '112416.903000', '112416.906000', '112416.908000', '112416.911000', '112416.914000', '112416.916000', '112416.919000', '112416.922000', '112416.924000', '112416.927000', '112416.930000', '112416.932000', '112416.935000', '112416.938000', '112416.940000', '112416.943000', '112416.945000', '112416.948000', '112416.951000', '112416.953000', '112416.956000', '112416.959000', '112416.961000', '112416.964000', '112416.967000', '112416.969000', '112416.972000', '112416.974000', '112416.977000', '112436.863000', '112436.865000', '112436.868000', '112436.871000', '112436.873000', '112436.876000', '112436.879000', '112436.881000', '112436.884000', '112436.887000', '112436.889000', '112436.892000', '112436.895000', '112436.897000', '112436.900000', '112436.903000', '112436.906000', '112436.908000', '112436.914000', '112436.916000', '112436.919000', '112436.922000', '112436.924000', '112436.927000', '112436.930000', '112436.932000', '112436.935000', '112436.938000', '112436.942000', '112436.944000', '112436.947000', '112436.950000', '112436.952000', '112436.955000', '112436.958000', '112436.960000', '112436.963000', '112436.965000', '112436.968000', '112436.971000', '112436.973000', '112436.976000', '112436.979000', '112456.863000', '112456.865000', '112456.868000', '112456.871000', '112456.873000', '112456.876000', '112456.879000', '112456.881000', '112456.884000', '112456.887000', '112456.889000', '112456.892000', '112456.894000', '112456.897000', '112456.900000', '112456.902000', '112456.905000', '112456.907000', '112456.910000', '112456.913000', '112456.915000', '112456.918000', '112456.920000', '112456.923000', '112456.926000', '112456.928000', '112456.931000', '112456.933000', '112456.936000', '112456.939000', '112456.941000', '112456.944000', '112456.946000', '112456.949000', '112456.952000', '112456.954000', '112456.957000', '112456.959000', '112456.979000', '112456.981000', '112456.984000', '112456.986000', '112456.989000', '112456.992000', '112516.863000', '112516.866000', '112516.868000', '112516.871000', '112516.873000', '112516.876000', '112516.879000', '112516.881000', '112516.884000', '112516.887000', '112516.890000', '112516.892000', '112516.895000', '112516.898000', '112516.900000', '112516.903000', '112516.906000', '112516.909000', '112516.911000', '112516.914000', '112516.916000', '112516.919000', '112516.922000', '112516.924000', '112516.927000', '112516.930000', '112516.933000', '112516.935000', '112516.938000', '112516.941000', '112516.943000', '112516.946000', '112516.948000', '112516.951000', '112516.954000', '112516.956000', '112516.959000', '112516.962000', '112516.964000', '112516.967000', '112516.970000', '112516.972000', '112516.975000', '112536.862000', '112536.865000', '112536.868000', '112536.871000', '112536.873000', '112536.876000', '112536.879000', '112536.881000', '112536.884000', '112536.887000', '112536.890000', '112536.892000', '112536.895000', '112536.897000', '112536.900000', '112536.903000', '112536.906000', '112536.908000', '112536.911000', '112536.914000', '112536.916000', '112536.919000', '112536.921000', '112536.924000', '112536.927000', '112536.929000', '112536.932000', '112536.935000', '112536.937000', '112536.940000', '112536.943000', '112536.945000', '112536.948000', '112536.951000', '112536.953000', '112536.956000', '112536.959000', '112536.961000', '112536.964000', '112536.967000', '112536.969000', '112536.972000', '112536.975000', '112536.977000', '112556.863000', '112556.865000', '112556.868000', '112556.871000', '112556.874000', '112556.877000', '112556.879000', '112556.882000', '112556.885000', '112556.887000', '112556.890000', '112556.893000', '112556.896000', '112556.898000', '112556.901000', '112556.903000', '112556.906000', '112556.909000', '112556.911000', '112556.914000', '112556.917000', '112556.919000', '112556.922000', '112556.925000', '112556.927000', '112556.930000', '112556.933000', '112556.935000', '112556.938000', '112556.940000', '112556.943000', '112556.946000', '112556.948000', '112556.951000', '112556.954000', '112556.956000', '112556.959000', '112556.961000', '112556.964000', '112556.967000', '112556.969000', '112556.972000', '112556.974000', '112616.863000', '112616.866000', '112616.868000', '112616.871000', '112616.873000', '112616.876000', '112616.879000', '112616.882000', '112616.884000', '112616.887000', '112616.890000', '112616.892000', '112616.895000', '112616.897000', '112616.900000', '112616.903000', '112616.905000', '112616.908000', '112616.911000', '112616.913000', '112616.916000', '112616.919000', '112616.921000', '112616.924000', '112616.927000', '112616.929000', '112616.932000', '112616.934000', '112616.937000', '112616.940000', '112616.942000', '112616.945000', '112616.947000', '112616.950000', '112616.953000', '112616.955000', '112616.958000', '112616.961000', '112616.963000', '112616.966000', '112616.969000', '112616.971000', '112616.974000', '112616.977000', '112636.863000', '112636.865000', '112636.868000', '112636.871000', '112636.874000', '112636.876000', '112636.879000', '112636.882000', '112636.884000', '112636.887000', '112636.890000', '112636.892000', '112636.895000', '112636.898000', '112636.900000', '112636.903000', '112636.905000', '112636.908000', '112636.911000', '112636.913000', '112636.916000', '112636.919000', '112636.921000', '112636.924000', '112636.926000', '112636.929000', '112636.932000', '112636.934000', '112636.937000', '112636.939000', '112636.942000', '112636.945000', '112636.947000', '112636.950000', '112636.953000', '112636.955000', '112636.958000', '112636.960000', '112636.963000', '112636.966000', '112636.968000', '112636.971000', '112636.974000', '112654.068000', '112654.075000', '112654.078000', '112654.081000', '112654.085000', '112654.088000', '112654.091000', '112654.094000', '112654.097000', '112654.100000', '112654.103000', '112654.106000', '112654.109000', '112654.112000', '112654.115000', '112654.118000', '112654.121000', '112654.124000', '112654.127000', '112654.129000', '112654.132000', '112654.135000', '112654.138000', '112654.140000', '112654.143000', '112654.146000', '112654.149000', '112654.151000', '112654.154000', '112654.157000', '112654.159000', '112654.162000', '112654.167000', '112654.171000', '112654.174000', '112654.177000', '112654.180000', '112654.183000'], '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], 'LargestImagePixelValue': [7753, 8627, 7613, 8878, 7465, 8964, 12502, 8597, 14691, 9976, 14090, 7855, 10728, 7658, 8647, 7294, 9093, 7676, 9469, 8004, 7980, 7724, 8864, 7224, 11791, 7806, 8783, 11502, 8667, 14692, 12940, 13767, 11641, 13055, 8233, 10079, 7910, 7404, 7918, 8962, 8074, 9114, 11333, 8876, 15504, 12838, 13279, 10936, 13537, 8274, 10208, 7969, 8228, 7922, 8861, 8850, 8499, 15184, 11724, 13707, 10021, 11324, 7557, 9581, 7558, 8544, 7189, 8941, 12526, 7833, 9477, 7073, 8787, 6891, 8980, 8066, 8708, 7024, 8638, 7469, 8697, 6888, 8797, 10388, 8314, 9847, 7942, 10836, 7649, 9233, 7516, 9538, 10642, 11987, 11636, 8393, 12714, 9338, 8328, 8561, 8789, 8624, 6852, 9538, 8068, 15156, 11292, 12720, 8618, 14025, 8728, 10503, 8843, 8486, 14749, 10857, 13972, 8596, 10743, 6911, 8502, 8423, 8789, 7744, 8697, 5703, 8604, 7781, 6800, 8673, 7029, 8750, 7193, 8752, 8475, 8862, 12161, 7667, 10147, 8296, 8943, 10268, 8578, 11909, 7750, 9534, 7691, 10879, 7388, 8940, 6912, 8896, 6695, 8344, 13179, 8334, 12993, 7319, 9678, 6767, 8332, 8354, 7993, 6238, 7594, 6961, 6965, 8887, 7249, 8315, 6980, 8566, 6415, 8471, 9217, 9447, 6984, 8300, 6797, 6361, 7570, 8409, 6744, 14315, 7096, 12522, 9009, 13548, 12552, 13699, 10328, 10454, 15922, 11880, 14158, 10435, 12713, 9488, 13036, 8980, 8474, 8317, 8597, 9709, 9060, 9767, 8711, 9203, 8109, 11748, 7998, 8677, 7784, 8825, 7351, 8861, 8598, 8734, 11390, 8303, 10653, 7885, 8929, 7511, 8753, 7749, 8809, 11033, 8451, 10471, 8749, 6977, 6715, 7580, 9222, 12783, 7794, 9248, 7475, 8880, 15160, 12262, 12961, 9653, 9507, 8230, 8615, 15359, 10758, 11996, 8640, 8505, 9447, 8853, 13933, 8622, 8802, 7655, 8717, 6973, 8807, 6638, 8956, 7088, 8558, 7925, 7337, 7617, 7359, 8452, 7398, 8946, 8090, 8640, 12237, 8478, 13528, 9855, 8222, 8513, 6745, 8423, 11257, 7631, 11698, 8799, 14740, 8879, 12461, 8008, 11281, 10402, 13851, 10602, 14033, 9459, 10432, 7425, 9231, 7377, 13139, 7533, 8743, 7708, 9013, 6852, 8598, 6633, 8535, 6614, 8689, 8470, 8650, 13767, 8189, 12202, 8079, 12577, 10207, 10237, 8158, 8783, 7568, 8869, 14431, 10181, 13672, 7978, 10639, 7660, 8736, 7613, 7380, 7063, 9013, 8024, 8885, 13565, 8971, 13981, 8259, 10531, 7128, 8619, 10466, 9318, 7503, 9008, 6131, 8869, 6408, 8639, 10073, 7951, 8046, 7079, 8467, 7465, 12110, 7760, 8490, 7631, 8785, 9220, 9511, 12913, 8741, 14156, 8186, 10836, 7535, 11459, 7426, 9029, 8388, 8876, 7096, 8793, 6890, 8805, 13476, 8774, 11765, 9040, 12942, 7715, 8838, 15046, 9531, 13179, 10770, 10880, 7287, 8810, 12259, 8511, 10675, 7505, 7630, 7078, 8852, 6640, 8746, 8702, 8985, 8638, 8193, 8891, 7269, 8926, 7794, 8849, 15633, 8017, 11845, 8343, 8984, 7773, 8918, 7326, 8403, 10240, 6801, 7793, 6934, 8832, 6888, 9340, 7018, 7706, 7316, 8126, 7050, 9118, 7827, 13253, 8236, 9506, 13932, 8983, 14988, 11533, 12547, 9328, 12041, 13566, 8858, 15097, 11400, 10993, 8785, 8786, 6922, 8540, 7218, 7422, 7503, 7187, 7062, 6787, 8897, 7852, 8562, 9822, 7294, 7748, 6848, 7151, 6220, 7808, 6868, 8910, 7069, 7856, 6692, 7759, 6655, 8718, 7221, 11394, 8686, 10161, 8976, 6943, 11419, 9719, 12736, 14706, 11232, 14821, 11989, 12854, 8836, 10190, 8618, 12056, 8442, 13020, 8748, 10562, 7376, 8245, 7261, 8678, 7382, 9874, 6909, 8766, 11644, 8612, 14287, 9201, 14177, 10482, 12364, 7551, 9332, 7443, 8889, 8176, 8767, 8904, 8919, 7388, 8824, 8913, 8782, 14388, 8512, 11442, 7310, 8986, 8482, 8754, 13560, 7781, 9586, 7306, 8163, 6980, 7006, 7062, 7680, 6961, 8775, 8472, 8698, 13647, 9801, 14095, 10289, 10919, 12984, 9421, 14061, 8887, 13090, 8944, 9878, 9460, 9079, 7756, 8811, 6584, 8335, 5923, 8331, 9038, 7544, 9196, 7891, 8438, 7634, 8671, 7712, 10210, 7582, 8495, 7555, 8653, 13609, 8722, 15588, 11246, 13034, 11278, 11892, 8254, 9823, 7108, 8687, 9575, 8613, 8519, 8745, 8083, 8823, 9689, 8767, 7522, 8707, 9034, 8506, 8139, 8276, 6209, 8335, 7516, 8388, 7828, 8074, 7789, 8242, 8849, 9902, 6989, 8675, 6945, 8480, 8840, 13400, 7593, 9741, 9534, 8570, 15372, 11381, 15782, 12437, 11148, 8305, 9434, 8325, 13437, 9051, 12771, 8512, 10111, 7335, 8718, 14350, 8567, 14302, 10326, 9700, 8110, 6801, 7916, 8736, 7339, 9853, 7562, 8483, 7586, 8396, 8154, 12722, 8982, 10854, 8551, 8138, 7986, 6529, 8385, 12223, 7999, 10446, 8041, 13215, 10228, 9522, 14679, 7636, 13739, 9163, 13486, 9857, 13494, 10067, 13746, 9414, 8321, 9791, 8114, 12256, 7431, 9896, 7286, 7276, 7171, 7198, 6922, 7804, 6611, 8716, 6639, 7763, 6749, 6916, 6517, 8169, 6666, 8320, 13205, 8396, 12879, 10309, 11444, 7754, 8904, 8037, 12289, 10436, 8255, 13458, 8113, 11216, 8413, 8093, 8034, 8471, 8189, 8720, 8274, 13964, 10506, 14786, 10098, 13141, 10641, 11896, 9320, 13939, 8598, 9481, 12269, 8215, 14198, 8082, 11802, 9868, 12932, 8049, 12355, 7660, 10780, 7312, 7434, 7223, 8367, 6854, 8172, 13409, 10657, 13699, 8799, 11052, 10143, 10514, 7298, 10643, 8265, 8249, 15482, 12192, 13450, 9840, 9279, 8242, 7972, 7225, 8236, 9380, 8462, 8649, 8678, 5987, 8708, 7676, 8675, 10234, 8847, 9024, 8611, 9347, 6581, 8470, 14176, 9085, 15707, 9675, 11484, 10734, 11423, 7827, 8400, 7123, 7501, 7255, 8070, 7048, 6011, 7996, 9909, 8314, 10573, 8650, 13875, 7972, 11616, 7785, 9384, 7574, 12084, 8853, 8335, 8651, 8243, 6556, 7934, 7300, 7192, 7258, 7496, 7340, 7137, 9225, 6820, 9164, 8483, 13632, 9459, 11141, 7827, 9664, 7658, 10818, 9714, 13746, 8907, 8959, 10494, 8384, 14679, 8961, 14499, 11856, 14563, 10846, 10753, 7597, 8282, 7490, 8195, 6745, 8486, 8879, 12068, 8452, 8406, 6579, 8474, 11652, 8492, 12350, 8907, 13704, 7913, 9997, 8244, 8058, 9391, 8270, 7897, 8308, 7843, 8473, 8317, 8239, 6382, 8552, 13038, 9375, 13134, 10183, 11193, 7861, 8333, 12136, 9381, 10693, 8613, 14655, 7602, 10815, 6318, 8412, 8166, 8280, 6157, 8002, 6391, 7897, 7201, 7555, 9137, 7075, 8211, 6526, 8376, 7044, 8377, 8907, 8681, 7611, 8264, 10679, 7923, 13001, 9809, 14063, 9715, 11106, 7422, 9377, 7331, 8961, 7772, 10535, 7559, 10038, 8518, 8449, 13701, 8177, 12754, 9156, 13745, 8417, 11946, 7906, 10311, 7850, 9514, 8132, 9616, 8580, 8785, 8581, 13873, 8520, 13567, 10523, 12877, 8414, 8324, 9430, 8204, 15451, 13087, 13325, 9065, 10525, 6928, 8363, 6503, 8566, 7618, 8584, 7800, 8224, 8049, 8098, 6714, 8314, 6763, 8275, 9238, 7188, 9612, 7195, 9211, 6742, 8422, 6456, 8123, 6735, 12894, 6648, 9027, 6880, 8172, 6302, 9263, 6676, 12041, 6949, 10014, 11175, 10788, 14665, 8565, 14444, 9210, 11542, 8392, 10561, 7036, 8400, 9593, 8510, 6901, 8155, 6732, 8399, 6539, 8666, 9375, 8572, 12205, 7453, 9543, 8574, 8418, 14187, 8452, 13258, 8078, 9902, 7156, 8692, 6084, 8431, 7472, 8254, 10909, 7462, 8218, 6217, 8066, 6917, 9559, 6390, 8687, 6699, 8496, 8753, 8249, 11560, 8445, 6455, 8514, 5945, 8447, 14630, 9700, 12803, 8350, 10579, 9253, 9692, 6619, 9045, 8755, 8557, 15637, 11259, 12126, 9260, 10635, 6469, 8518, 6446, 8564, 7232, 8370, 7375, 7945, 6838, 7739, 6327, 7869, 6080, 8147, 11337, 7650, 13114, 8107, 9463, 7543, 6001, 7378, 9308, 8534, 8629, 9121, 6689, 8224], 'WindowCenter': [3665.0, 3650.0, 3635.0, 3644.0, 3620.0, 3630.0, 3650.0, 3628.0, 3660.0, 3640.0, 3660.0, 3618.0, 3638.0, 3618.0, 3627.0, 3619.0, 3631.0, 3620.0, 3640.0, 3631.0, 3630.0, 3631.0, 3642.0, 3621.0, 3664.0, 3620.0, 3631.0, 3651.0, 3630.0, 3662.0, 3651.0, 3661.0, 3640.0, 3648.0, 3616.0, 3638.0, 3619.0, 3606.0, 3619.0, 3629.0, 3620.0, 3630.0, 3640.0, 3629.0, 3660.0, 3648.0, 3648.0, 3625.0, 3635.0, 3603.0, 3612.0, 3603.0, 3603.0, 3604.0, 3616.0, 3615.0, 3615.0, 3647.0, 3636.0, 3645.0, 3614.0, 3624.0, 3603.0, 3613.0, 3604.0, 3615.0, 3594.0, 3627.0, 3647.0, 3605.0, 3627.0, 3593.0, 3616.0, 3605.0, 3615.0, 3616.0, 3627.0, 3617.0, 3627.0, 3605.0, 3626.0, 3607.0, 3630.0, 3637.0, 3628.0, 3640.0, 3632.0, 3652.0, 3631.0, 3629.0, 3620.0, 3640.0, 3640.0, 3651.0, 3638.0, 3618.0, 3648.0, 3628.0, 3617.0, 3617.0, 3615.0, 3615.0, 3594.0, 3626.0, 3617.0, 3660.0, 3639.0, 3647.0, 3616.0, 3659.0, 3616.0, 3626.0, 3614.0, 3615.0, 3647.0, 3624.0, 3645.0, 3613.0, 3623.0, 3590.0, 3600.0, 3601.0, 3612.0, 3602.0, 3613.0, 3582.0, 3616.0, 3603.0, 3594.0, 3627.0, 3606.0, 3616.0, 3606.0, 3617.0, 3616.0, 3627.0, 3648.0, 3605.0, 3638.0, 3616.0, 3627.0, 3626.0, 3628.0, 3648.0, 3616.0, 3639.0, 3618.0, 3638.0, 3618.0, 3628.0, 3608.0, 3629.0, 3607.0, 3629.0, 3662.0, 3630.0, 3660.0, 3618.0, 3639.0, 3608.0, 3628.0, 3629.0, 3618.0, 3596.0, 3619.0, 3619.0, 3621.0, 3641.0, 3633.0, 3630.0, 3621.0, 3644.0, 3625.0, 3647.0, 3669.0, 3657.0, 3623.0, 3644.0, 3635.0, 3625.0, 3635.0, 3644.0, 3623.0, 3676.0, 3636.0, 3677.0, 3644.0, 3678.0, 3665.0, 3667.0, 3642.0, 3642.0, 3661.0, 3638.0, 3648.0, 3625.0, 3636.0, 3613.0, 3634.0, 3600.0, 3601.0, 3600.0, 3601.0, 3609.0, 3600.0, 3610.0, 3601.0, 3612.0, 3602.0, 3636.0, 3602.0, 3601.0, 3602.0, 3612.0, 3591.0, 3613.0, 3613.0, 3613.0, 3635.0, 3616.0, 3638.0, 3616.0, 3625.0, 3604.0, 3614.0, 3604.0, 3626.0, 3637.0, 3617.0, 3638.0, 3617.0, 3606.0, 3607.0, 3631.0, 3642.0, 3659.0, 3618.0, 3628.0, 3605.0, 3628.0, 3660.0, 3650.0, 3648.0, 3626.0, 3625.0, 3601.0, 3603.0, 3645.0, 3623.0, 3624.0, 3601.0, 3601.0, 3611.0, 3612.0, 3632.0, 3601.0, 3599.0, 3590.0, 3612.0, 3592.0, 3613.0, 3593.0, 3626.0, 3605.0, 3628.0, 3615.0, 3618.0, 3618.0, 3633.0, 3630.0, 3619.0, 3629.0, 3618.0, 3631.0, 3661.0, 3631.0, 3662.0, 3641.0, 3629.0, 3630.0, 3609.0, 3631.0, 3650.0, 3630.0, 3652.0, 3644.0, 3674.0, 3642.0, 3662.0, 3629.0, 3651.0, 3651.0, 3662.0, 3640.0, 3660.0, 3628.0, 3638.0, 3607.0, 3626.0, 3606.0, 3648.0, 3605.0, 3615.0, 3604.0, 3626.0, 3605.0, 3627.0, 3606.0, 3628.0, 3607.0, 3629.0, 3628.0, 3629.0, 3660.0, 3617.0, 3649.0, 3617.0, 3649.0, 3627.0, 3626.0, 3604.0, 3615.0, 3604.0, 3615.0, 3659.0, 3626.0, 3647.0, 3605.0, 3626.0, 3617.0, 3627.0, 3619.0, 3607.0, 3608.0, 3630.0, 3618.0, 3630.0, 3661.0, 3629.0, 3660.0, 3617.0, 3638.0, 3605.0, 3616.0, 3638.0, 3626.0, 3604.0, 3625.0, 3594.0, 3627.0, 3595.0, 3627.0, 3626.0, 3617.0, 3617.0, 3607.0, 3617.0, 3619.0, 3648.0, 3618.0, 3627.0, 3619.0, 3629.0, 3627.0, 3629.0, 3648.0, 3616.0, 3646.0, 3616.0, 3635.0, 3604.0, 3637.0, 3604.0, 3615.0, 3615.0, 3627.0, 3594.0, 3628.0, 3605.0, 3627.0, 3648.0, 3628.0, 3636.0, 3628.0, 3648.0, 3603.0, 3615.0, 3657.0, 3614.0, 3636.0, 3624.0, 3623.0, 3591.0, 3614.0, 3633.0, 3613.0, 3622.0, 3592.0, 3602.0, 3593.0, 3614.0, 3595.0, 3627.0, 3627.0, 3629.0, 3626.0, 3629.0, 3629.0, 3607.0, 3628.0, 3606.0, 3627.0, 3659.0, 3617.0, 3649.0, 3616.0, 3627.0, 3617.0, 3627.0, 3605.0, 3618.0, 3638.0, 3608.0, 3629.0, 3621.0, 3629.0, 3621.0, 3641.0, 3622.0, 3631.0, 3632.0, 3632.0, 3623.0, 3643.0, 3633.0, 3677.0, 3632.0, 3643.0, 3662.0, 3630.0, 3661.0, 3639.0, 3650.0, 3615.0, 3638.0, 3636.0, 3614.0, 3646.0, 3624.0, 3625.0, 3601.0, 3601.0, 3589.0, 3612.0, 3591.0, 3604.0, 3602.0, 3605.0, 3605.0, 3606.0, 3627.0, 3617.0, 3630.0, 3641.0, 3621.0, 3619.0, 3609.0, 3619.0, 3612.0, 3632.0, 3623.0, 3657.0, 3634.0, 3632.0, 3623.0, 3632.0, 3624.0, 3644.0, 3635.0, 3666.0, 3647.0, 3656.0, 3644.0, 3623.0, 3654.0, 3642.0, 3665.0, 3663.0, 3654.0, 3664.0, 3651.0, 3649.0, 3616.0, 3625.0, 3616.0, 3637.0, 3616.0, 3648.0, 3616.0, 3625.0, 3604.0, 3604.0, 3607.0, 3616.0, 3606.0, 3639.0, 3607.0, 3617.0, 3636.0, 3616.0, 3659.0, 3627.0, 3659.0, 3638.0, 3647.0, 3605.0, 3615.0, 3605.0, 3615.0, 3617.0, 3617.0, 3617.0, 3616.0, 3606.0, 3628.0, 3629.0, 3618.0, 3661.0, 3617.0, 3638.0, 3594.0, 3616.0, 3615.0, 3617.0, 3647.0, 3604.0, 3627.0, 3606.0, 3616.0, 3607.0, 3607.0, 3619.0, 3619.0, 3621.0, 3632.0, 3632.0, 3644.0, 3664.0, 3642.0, 3662.0, 3640.0, 3641.0, 3649.0, 3617.0, 3647.0, 3614.0, 3637.0, 3615.0, 3614.0, 3613.0, 3613.0, 3603.0, 3613.0, 3592.0, 3615.0, 3583.0, 3628.0, 3627.0, 3620.0, 3628.0, 3630.0, 3617.0, 3619.0, 3632.0, 3605.0, 3624.0, 3589.0, 3613.0, 3604.0, 3617.0, 3659.0, 3617.0, 3660.0, 3638.0, 3648.0, 3637.0, 3637.0, 3603.0, 3625.0, 3594.0, 3615.0, 3614.0, 3614.0, 3614.0, 3614.0, 3604.0, 3614.0, 3626.0, 3627.0, 3617.0, 3629.0, 3629.0, 3628.0, 3616.0, 3628.0, 3598.0, 3630.0, 3621.0, 3630.0, 3618.0, 3618.0, 3631.0, 3632.0, 3641.0, 3654.0, 3621.0, 3631.0, 3621.0, 3643.0, 3642.0, 3678.0, 3621.0, 3642.0, 3641.0, 3643.0, 3674.0, 3653.0, 3675.0, 3651.0, 3649.0, 3618.0, 3626.0, 3617.0, 3648.0, 3628.0, 3649.0, 3616.0, 3626.0, 3606.0, 3616.0, 3658.0, 3615.0, 3657.0, 3626.0, 3625.0, 3615.0, 3605.0, 3630.0, 3629.0, 3619.0, 3640.0, 3631.0, 3629.0, 3632.0, 3630.0, 3630.0, 3663.0, 3642.0, 3651.0, 3631.0, 3632.0, 3631.0, 3609.0, 3631.0, 3664.0, 3633.0, 3653.0, 3632.0, 3675.0, 3653.0, 3641.0, 3672.0, 3619.0, 3659.0, 3628.0, 3649.0, 3628.0, 3650.0, 3629.0, 3648.0, 3615.0, 3614.0, 3625.0, 3616.0, 3635.0, 3605.0, 3613.0, 3604.0, 3604.0, 3605.0, 3607.0, 3608.0, 3619.0, 3607.0, 3618.0, 3596.0, 3617.0, 3608.0, 3609.0, 3612.0, 3632.0, 3621.0, 3633.0, 3664.0, 3634.0, 3665.0, 3643.0, 3653.0, 3632.0, 3642.0, 3632.0, 3653.0, 3640.0, 3619.0, 3661.0, 3618.0, 3650.0, 3631.0, 3620.0, 3620.0, 3632.0, 3632.0, 3632.0, 3644.0, 3675.0, 3655.0, 3673.0, 3642.0, 3661.0, 3653.0, 3652.0, 3631.0, 3663.0, 3617.0, 3628.0, 3635.0, 3616.0, 3648.0, 3605.0, 3639.0, 3628.0, 3648.0, 3617.0, 3638.0, 3606.0, 3638.0, 3621.0, 3619.0, 3619.0, 3618.0, 3597.0, 3619.0, 3661.0, 3640.0, 3650.0, 3618.0, 3636.0, 3625.0, 3625.0, 3593.0, 3623.0, 3603.0, 3604.0, 3646.0, 3635.0, 3635.0, 3612.0, 3613.0, 3602.0, 3590.0, 3591.0, 3602.0, 3613.0, 3603.0, 3626.0, 3628.0, 3582.0, 3644.0, 3619.0, 3616.0, 3640.0, 3641.0, 3641.0, 3628.0, 3628.0, 3595.0, 3618.0, 3646.0, 3614.0, 3659.0, 3627.0, 3649.0, 3652.0, 3638.0, 3605.0, 3615.0, 3606.0, 3617.0, 3607.0, 3616.0, 3606.0, 3596.0, 3618.0, 3640.0, 3630.0, 3641.0, 3632.0, 3662.0, 3619.0, 3638.0, 3616.0, 3626.0, 3617.0, 3652.0, 3628.0, 3617.0, 3628.0, 3628.0, 3595.0, 3618.0, 3606.0, 3620.0, 3618.0, 3621.0, 3619.0, 3623.0, 3641.0, 3622.0, 3643.0, 3645.0, 3674.0, 3643.0, 3652.0, 3631.0, 3641.0, 3619.0, 3652.0, 3642.0, 3664.0, 3630.0, 3630.0, 3639.0, 3617.0, 3659.0, 3627.0, 3660.0, 3650.0, 3658.0, 3626.0, 3625.0, 3603.0, 3613.0, 3604.0, 3614.0, 3594.0, 3629.0, 3628.0, 3649.0, 3617.0, 3618.0, 3594.0, 3616.0, 3636.0, 3616.0, 3648.0, 3617.0, 3648.0, 3605.0, 3626.0, 3614.0, 3616.0, 3615.0, 3616.0, 3605.0, 3616.0, 3617.0, 3618.0, 3618.0, 3629.0, 3598.0, 3631.0, 3663.0, 3642.0, 3662.0, 3639.0, 3639.0, 3605.0, 3616.0, 3637.0, 3628.0, 3626.0, 3616.0, 3648.0, 3604.0, 3638.0, 3595.0, 3615.0, 3616.0, 3615.0, 3584.0, 3618.0, 3608.0, 3631.0, 3619.0, 3632.0, 3641.0, 3610.0, 3630.0, 3610.0, 3632.0, 3622.0, 3633.0, 3642.0, 3631.0, 3618.0, 3630.0, 3639.0, 3631.0, 3662.0, 3654.0, 3674.0, 3641.0, 3651.0, 3620.0, 3640.0, 3620.0, 3629.0, 3619.0, 3654.0, 3620.0, 3641.0, 3628.0, 3619.0, 3660.0, 3618.0, 3648.0, 3629.0, 3660.0, 3618.0, 3647.0, 3618.0, 3637.0, 3617.0, 3626.0, 3630.0, 3639.0, 3630.0, 3629.0, 3629.0, 3661.0, 3629.0, 3660.0, 3638.0, 3648.0, 3604.0, 3604.0, 3614.0, 3604.0, 3647.0, 3636.0, 3633.0, 3602.0, 3612.0, 3592.0, 3601.0, 3581.0, 3614.0, 3602.0, 3615.0, 3604.0, 3616.0, 3614.0, 3618.0, 3605.0, 3630.0, 3607.0, 3628.0, 3628.0, 3609.0, 3641.0, 3621.0, 3639.0, 3608.0, 3618.0, 3597.0, 3618.0, 3607.0, 3662.0, 3608.0, 3628.0, 3607.0, 3617.0, 3598.0, 3641.0, 3608.0, 3650.0, 3608.0, 3641.0, 3640.0, 3640.0, 3659.0, 3614.0, 3648.0, 3615.0, 3637.0, 3604.0, 3637.0, 3594.0, 3615.0, 3626.0, 3616.0, 3594.0, 3616.0, 3595.0, 3617.0, 3594.0, 3630.0, 3629.0, 3628.0, 3650.0, 3608.0, 3628.0, 3617.0, 3618.0, 3659.0, 3618.0, 3650.0, 3617.0, 3626.0, 3607.0, 3617.0, 3585.0, 3618.0, 3607.0, 3618.0, 3639.0, 3618.0, 3618.0, 3598.0, 3619.0, 3622.0, 3642.0, 3598.0, 3630.0, 3608.0, 3628.0, 3628.0, 3629.0, 3650.0, 3619.0, 3598.0, 3630.0, 3598.0, 3631.0, 3673.0, 3642.0, 3662.0, 3630.0, 3640.0, 3630.0, 3629.0, 3597.0, 3628.0, 3617.0, 3628.0, 3660.0, 3638.0, 3648.0, 3627.0, 3636.0, 3595.0, 3616.0, 3596.0, 3617.0, 3605.0, 3629.0, 3618.0, 3619.0, 3623.0, 3621.0, 3609.0, 3631.0, 3599.0, 3632.0, 3664.0, 3636.0, 3677.0, 3634.0, 3654.0, 3633.0, 3610.0, 3632.0, 3656.0, 3658.0, 3645.0, 3656.0, 3636.0, 3643.0], 'WindowWidth': [8296.0, 8262.0, 8234.0, 8239.0, 8202.0, 8214.0, 8239.0, 8207.0, 8253.0, 8226.0, 8251.0, 8193.0, 8219.0, 8193.0, 8203.0, 8196.0, 8214.0, 8202.0, 8227.0, 8217.0, 8213.0, 8216.0, 8232.0, 8201.0, 8262.0, 8200.0, 8215.0, 8240.0, 8209.0, 8259.0, 8243.0, 8257.0, 8224.0, 8232.0, 8189.0, 8219.0, 8195.0, 8175.0, 8195.0, 8209.0, 8197.0, 8212.0, 8224.0, 8208.0, 8254.0, 8232.0, 8230.0, 8198.0, 8210.0, 8164.0, 8174.0, 8164.0, 8164.0, 8168.0, 8186.0, 8184.0, 8183.0, 8230.0, 8212.0, 8223.0, 8180.0, 8191.0, 8163.0, 8176.0, 8168.0, 8181.0, 8154.0, 8200.0, 8229.0, 8171.0, 8202.0, 8151.0, 8186.0, 8171.0, 8184.0, 8185.0, 8203.0, 8194.0, 8202.0, 8171.0, 8201.0, 8179.0, 8211.0, 8216.0, 8208.0, 8227.0, 8220.0, 8244.0, 8216.0, 8209.0, 8200.0, 8229.0, 8228.0, 8244.0, 8219.0, 8193.0, 8233.0, 8206.0, 8193.0, 8190.0, 8188.0, 8186.0, 8157.0, 8200.0, 8191.0, 8255.0, 8222.0, 8231.0, 8189.0, 8250.0, 8188.0, 8201.0, 8179.0, 8183.0, 8231.0, 8193.0, 8226.0, 8177.0, 8190.0, 8143.0, 8156.0, 8157.0, 8176.0, 8162.0, 8179.0, 8138.0, 8187.0, 8168.0, 8158.0, 8203.0, 8175.0, 8188.0, 8173.0, 8189.0, 8187.0, 8204.0, 8233.0, 8173.0, 8220.0, 8185.0, 8203.0, 8201.0, 8205.0, 8232.0, 8190.0, 8223.0, 8195.0, 8220.0, 8194.0, 8208.0, 8182.0, 8209.0, 8179.0, 8211.0, 8261.0, 8211.0, 8254.0, 8196.0, 8224.0, 8180.0, 8206.0, 8212.0, 8194.0, 8164.0, 8198.0, 8198.0, 8205.0, 8232.0, 8223.0, 8214.0, 8207.0, 8239.0, 8217.0, 8248.0, 8280.0, 8260.0, 8209.0, 8236.0, 8230.0, 8217.0, 8230.0, 8238.0, 8211.0, 8283.0, 8233.0, 8288.0, 8241.0, 8294.0, 8270.0, 8277.0, 8232.0, 8232.0, 8258.0, 8220.0, 8235.0, 8195.0, 8214.0, 8175.0, 8208.0, 8155.0, 8156.0, 8155.0, 8156.0, 8165.0, 8155.0, 8168.0, 8157.0, 8173.0, 8160.0, 8212.0, 8161.0, 8159.0, 8160.0, 8173.0, 8146.0, 8178.0, 8177.0, 8179.0, 8211.0, 8187.0, 8218.0, 8187.0, 8197.0, 8167.0, 8181.0, 8169.0, 8199.0, 8217.0, 8191.0, 8219.0, 8190.0, 8174.0, 8178.0, 8218.0, 8233.0, 8249.0, 8192.0, 8207.0, 8173.0, 8206.0, 8254.0, 8236.0, 8235.0, 8200.0, 8198.0, 8160.0, 8163.0, 8227.0, 8190.0, 8194.0, 8159.0, 8159.0, 8170.0, 8172.0, 8201.0, 8158.0, 8153.0, 8144.0, 8176.0, 8149.0, 8177.0, 8152.0, 8199.0, 8172.0, 8206.0, 8186.0, 8195.0, 8194.0, 8225.0, 8212.0, 8197.0, 8209.0, 8194.0, 8215.0, 8256.0, 8215.0, 8259.0, 8229.0, 8210.0, 8213.0, 8185.0, 8216.0, 8241.0, 8214.0, 8245.0, 8238.0, 8279.0, 8232.0, 8258.0, 8211.0, 8243.0, 8243.0, 8262.0, 8226.0, 8254.0, 8205.0, 8219.0, 8177.0, 8201.0, 8174.0, 8234.0, 8172.0, 8185.0, 8170.0, 8200.0, 8171.0, 8203.0, 8176.0, 8205.0, 8177.0, 8211.0, 8208.0, 8209.0, 8253.0, 8191.0, 8236.0, 8189.0, 8237.0, 8203.0, 8200.0, 8169.0, 8183.0, 8168.0, 8185.0, 8249.0, 8200.0, 8230.0, 8169.0, 8200.0, 8192.0, 8205.0, 8197.0, 8178.0, 8182.0, 8211.0, 8194.0, 8213.0, 8254.0, 8209.0, 8253.0, 8190.0, 8220.0, 8172.0, 8186.0, 8220.0, 8200.0, 8168.0, 8198.0, 8157.0, 8203.0, 8161.0, 8203.0, 8201.0, 8190.0, 8191.0, 8178.0, 8190.0, 8196.0, 8234.0, 8195.0, 8204.0, 8198.0, 8210.0, 8204.0, 8209.0, 8232.0, 8187.0, 8229.0, 8186.0, 8212.0, 8168.0, 8216.0, 8168.0, 8183.0, 8184.0, 8203.0, 8154.0, 8204.0, 8172.0, 8202.0, 8232.0, 8205.0, 8215.0, 8206.0, 8232.0, 8166.0, 8184.0, 8245.0, 8180.0, 8213.0, 8194.0, 8191.0, 8145.0, 8179.0, 8203.0, 8176.0, 8188.0, 8148.0, 8163.0, 8152.0, 8181.0, 8158.0, 8203.0, 8204.0, 8208.0, 8202.0, 8209.0, 8212.0, 8178.0, 8206.0, 8175.0, 8203.0, 8250.0, 8188.0, 8236.0, 8188.0, 8202.0, 8189.0, 8202.0, 8171.0, 8192.0, 8220.0, 8183.0, 8212.0, 8203.0, 8210.0, 8204.0, 8228.0, 8205.0, 8217.0, 8220.0, 8220.0, 8209.0, 8236.0, 8223.0, 8285.0, 8218.0, 8232.0, 8258.0, 8210.0, 8257.0, 8221.0, 8239.0, 8184.0, 8218.0, 8213.0, 8179.0, 8230.0, 8192.0, 8197.0, 8157.0, 8158.0, 8140.0, 8174.0, 8144.0, 8169.0, 8165.0, 8172.0, 8170.0, 8175.0, 8204.0, 8192.0, 8213.0, 8229.0, 8204.0, 8196.0, 8185.0, 8197.0, 8194.0, 8222.0, 8211.0, 8261.0, 8228.0, 8220.0, 8209.0, 8220.0, 8214.0, 8238.0, 8231.0, 8272.0, 8246.0, 8257.0, 8238.0, 8208.0, 8252.0, 8230.0, 8269.0, 8265.0, 8251.0, 8267.0, 8242.0, 8235.0, 8186.0, 8195.0, 8186.0, 8216.0, 8185.0, 8233.0, 8184.0, 8195.0, 8168.0, 8166.0, 8176.0, 8186.0, 8175.0, 8223.0, 8175.0, 8188.0, 8213.0, 8187.0, 8249.0, 8202.0, 8252.0, 8217.0, 8229.0, 8171.0, 8184.0, 8169.0, 8182.0, 8187.0, 8189.0, 8187.0, 8186.0, 8172.0, 8204.0, 8207.0, 8192.0, 8254.0, 8188.0, 8216.0, 8154.0, 8183.0, 8182.0, 8188.0, 8228.0, 8169.0, 8201.0, 8174.0, 8185.0, 8175.0, 8176.0, 8196.0, 8197.0, 8201.0, 8218.0, 8218.0, 8238.0, 8263.0, 8231.0, 8260.0, 8223.0, 8227.0, 8234.0, 8187.0, 8227.0, 8179.0, 8215.0, 8181.0, 8180.0, 8177.0, 8177.0, 8162.0, 8178.0, 8150.0, 8184.0, 8140.0, 8207.0, 8205.0, 8199.0, 8207.0, 8212.0, 8193.0, 8197.0, 8219.0, 8171.0, 8193.0, 8140.0, 8175.0, 8166.0, 8188.0, 8247.0, 8190.0, 8254.0, 8218.0, 8231.0, 8216.0, 8215.0, 8167.0, 8195.0, 8156.0, 8184.0, 8180.0, 8180.0, 8182.0, 8180.0, 8169.0, 8182.0, 8199.0, 8204.0, 8192.0, 8208.0, 8209.0, 8205.0, 8191.0, 8207.0, 8169.0, 8214.0, 8204.0, 8211.0, 8194.0, 8194.0, 8219.0, 8218.0, 8231.0, 8251.0, 8205.0, 8216.0, 8206.0, 8235.0, 8235.0, 8292.0, 8205.0, 8231.0, 8228.0, 8234.0, 8281.0, 8250.0, 8283.0, 8243.0, 8236.0, 8194.0, 8202.0, 8191.0, 8236.0, 8206.0, 8236.0, 8189.0, 8202.0, 8174.0, 8189.0, 8248.0, 8184.0, 8245.0, 8200.0, 8197.0, 8185.0, 8173.0, 8213.0, 8210.0, 8201.0, 8227.0, 8217.0, 8211.0, 8222.0, 8215.0, 8215.0, 8261.0, 8233.0, 8245.0, 8217.0, 8219.0, 8218.0, 8185.0, 8217.0, 8264.0, 8221.0, 8249.0, 8220.0, 8280.0, 8250.0, 8230.0, 8274.0, 8198.0, 8251.0, 8207.0, 8237.0, 8205.0, 8240.0, 8208.0, 8235.0, 8184.0, 8180.0, 8194.0, 8184.0, 8209.0, 8168.0, 8177.0, 8167.0, 8167.0, 8171.0, 8177.0, 8180.0, 8195.0, 8178.0, 8192.0, 8163.0, 8189.0, 8180.0, 8184.0, 8194.0, 8219.0, 8204.0, 8221.0, 8265.0, 8222.0, 8267.0, 8234.0, 8246.0, 8219.0, 8231.0, 8218.0, 8247.0, 8225.0, 8194.0, 8252.0, 8193.0, 8238.0, 8214.0, 8199.0, 8198.0, 8217.0, 8217.0, 8218.0, 8236.0, 8280.0, 8255.0, 8276.0, 8229.0, 8256.0, 8244.0, 8247.0, 8213.0, 8262.0, 8189.0, 8204.0, 8210.0, 8185.0, 8230.0, 8170.0, 8221.0, 8206.0, 8231.0, 8190.0, 8217.0, 8174.0, 8217.0, 8202.0, 8196.0, 8198.0, 8192.0, 8163.0, 8195.0, 8254.0, 8222.0, 8236.0, 8190.0, 8214.0, 8197.0, 8195.0, 8149.0, 8191.0, 8164.0, 8166.0, 8227.0, 8207.0, 8209.0, 8173.0, 8175.0, 8161.0, 8142.0, 8144.0, 8160.0, 8177.0, 8165.0, 8203.0, 8208.0, 8136.0, 8237.0, 8199.0, 8185.0, 8226.0, 8231.0, 8231.0, 8207.0, 8205.0, 8160.0, 8194.0, 8228.0, 8180.0, 8252.0, 8203.0, 8236.0, 8244.0, 8220.0, 8172.0, 8183.0, 8175.0, 8191.0, 8178.0, 8187.0, 8176.0, 8162.0, 8195.0, 8226.0, 8215.0, 8228.0, 8218.0, 8259.0, 8195.0, 8220.0, 8188.0, 8203.0, 8191.0, 8246.0, 8205.0, 8191.0, 8207.0, 8207.0, 8158.0, 8194.0, 8176.0, 8200.0, 8196.0, 8202.0, 8199.0, 8210.0, 8230.0, 8208.0, 8235.0, 8242.0, 8279.0, 8235.0, 8246.0, 8217.0, 8228.0, 8198.0, 8247.0, 8231.0, 8268.0, 8211.0, 8212.0, 8223.0, 8191.0, 8251.0, 8203.0, 8256.0, 8240.0, 8250.0, 8199.0, 8197.0, 8166.0, 8179.0, 8169.0, 8182.0, 8157.0, 8210.0, 8207.0, 8237.0, 8191.0, 8193.0, 8157.0, 8186.0, 8212.0, 8188.0, 8233.0, 8190.0, 8235.0, 8172.0, 8201.0, 8181.0, 8185.0, 8183.0, 8186.0, 8170.0, 8185.0, 8189.0, 8192.0, 8192.0, 8209.0, 8168.0, 8216.0, 8261.0, 8229.0, 8257.0, 8222.0, 8221.0, 8173.0, 8188.0, 8216.0, 8204.0, 8199.0, 8185.0, 8234.0, 8169.0, 8218.0, 8158.0, 8184.0, 8185.0, 8185.0, 8144.0, 8192.0, 8181.0, 8214.0, 8198.0, 8218.0, 8228.0, 8185.0, 8212.0, 8186.0, 8218.0, 8205.0, 8223.0, 8232.0, 8213.0, 8195.0, 8210.0, 8223.0, 8214.0, 8260.0, 8251.0, 8278.0, 8229.0, 8242.0, 8201.0, 8226.0, 8199.0, 8210.0, 8200.0, 8252.0, 8200.0, 8227.0, 8208.0, 8196.0, 8254.0, 8193.0, 8233.0, 8209.0, 8254.0, 8192.0, 8231.0, 8194.0, 8217.0, 8191.0, 8203.0, 8214.0, 8223.0, 8211.0, 8208.0, 8209.0, 8256.0, 8208.0, 8256.0, 8218.0, 8234.0, 8168.0, 8166.0, 8182.0, 8166.0, 8232.0, 8214.0, 8206.0, 8160.0, 8173.0, 8147.0, 8160.0, 8133.0, 8179.0, 8162.0, 8183.0, 8169.0, 8187.0, 8183.0, 8192.0, 8175.0, 8212.0, 8177.0, 8208.0, 8209.0, 8185.0, 8230.0, 8203.0, 8225.0, 8182.0, 8192.0, 8167.0, 8193.0, 8182.0, 8259.0, 8181.0, 8206.0, 8178.0, 8191.0, 8168.0, 8229.0, 8182.0, 8239.0, 8181.0, 8228.0, 8224.0, 8224.0, 8248.0, 8182.0, 8232.0, 8182.0, 8215.0, 8167.0, 8217.0, 8154.0, 8182.0, 8198.0, 8187.0, 8154.0, 8186.0, 8157.0, 8188.0, 8157.0, 8212.0, 8211.0, 8206.0, 8238.0, 8180.0, 8207.0, 8190.0, 8193.0, 8249.0, 8192.0, 8238.0, 8189.0, 8200.0, 8177.0, 8189.0, 8148.0, 8193.0, 8178.0, 8194.0, 8221.0, 8195.0, 8195.0, 8169.0, 8197.0, 8206.0, 8231.0, 8168.0, 8212.0, 8181.0, 8208.0, 8208.0, 8210.0, 8241.0, 8196.0, 8167.0, 8212.0, 8169.0, 8214.0, 8275.0, 8230.0, 8257.0, 8210.0, 8224.0, 8212.0, 8211.0, 8164.0, 8207.0, 8191.0, 8206.0, 8255.0, 8219.0, 8232.0, 8201.0, 8213.0, 8159.0, 8188.0, 8161.0, 8190.0, 8173.0, 8210.0, 8194.0, 8197.0, 8210.0, 8202.0, 8185.0, 8215.0, 8172.0, 8222.0, 8266.0, 8232.0, 8290.0, 8226.0, 8251.0, 8224.0, 8190.0, 8220.0, 8257.0, 8266.0, 8245.0, 8259.0, 8233.0, 8237.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.0004495164233576642</td></tr>
<tr><td colspan=3>aqi</td><td>0.019567331660583942</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.72243613675804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1909195873150682</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0046799329406397</td></tr>
<tr><td colspan=3>efc</td><td>0.4981</td></tr>
<tr><td colspan=3>fber</td><td>4388.5181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0814094151746581</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6496350364963503</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.408411796952069</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.28444912735267</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.627701119168905</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3130851443346314</td></tr>
<tr><td colspan=3>gcor</td><td>0.0188194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02063610777258873</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029347751289606094</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</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.9957319372137157</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.9687</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.0651</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296200.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.069</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.794</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.9461</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2827.6327</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.0414</td></tr>
<tr><td colspan=3>tsnr</td><td>41.511585026280954</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>