<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0051_ses-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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>af3470f344b19b9aaa5c048eb353ecd2</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>08:56:36.690000</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.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</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.102939</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>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1c592ee4-481d-433f-bb26-5440c7dd4809||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.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [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': ['085636.690000', '085637.150000', '085637.610000', '085638.070000', '085638.530000', '085638.990000', '085639.450000', '085639.910000', '085640.370000', '085640.830000', '085641.290000', '085641.750000', '085642.210000', '085642.670000', '085643.130000', '085643.590000', '085644.050000', '085644.510000', '085644.970000', '085645.430000', '085645.890000', '085646.350000', '085646.810000', '085647.270000', '085647.730000', '085648.190000', '085648.650000', '085649.110000', '085649.570000', '085650.030000', '085650.490000', '085650.950000', '085651.410000', '085651.870000', '085652.330000', '085652.790000', '085653.250000', '085653.710000', '085654.170000', '085654.630000', '085655.090000', '085655.550000', '085656.010000', '085656.470000', '085656.930000', '085657.390000', '085657.850000', '085658.310000', '085658.770000', '085659.230000', '085659.690000', '085700.150000', '085700.610000', '085701.070000', '085701.530000', '085701.990000', '085702.450000', '085702.910000', '085703.370000', '085703.830000', '085704.290000', '085704.750000', '085705.210000', '085705.670000', '085706.130000', '085706.590000', '085707.050000', '085707.510000', '085707.970000', '085708.430000', '085708.890000', '085709.350000', '085709.810000', '085710.270000', '085710.730000', '085711.190000', '085711.650000', '085712.110000', '085712.570000', '085713.030000', '085713.490000', '085713.950000', '085714.410000', '085714.870000', '085715.330000', '085715.790000', '085716.250000', '085716.710000', '085717.170000', '085717.630000', '085718.090000', '085718.550000', '085719.010000', '085719.470000', '085719.930000', '085720.390000', '085720.850000', '085721.310000', '085721.770000', '085722.230000', '085722.690000', '085723.150000', '085723.610000', '085724.070000', '085724.530000', '085724.990000', '085725.450000', '085725.910000', '085726.370000', '085726.830000', '085727.290000', '085727.750000', '085728.210000', '085728.670000', '085729.130000', '085729.590000', '085730.050000', '085730.510000', '085730.970000', '085731.430000', '085731.890000', '085732.350000', '085732.810000', '085733.270000', '085733.730000', '085734.190000', '085734.650000', '085735.110000', '085735.570000', '085736.030000', '085736.490000', '085736.950000', '085737.410000', '085737.870000', '085738.330000', '085738.790000', '085739.250000', '085739.710000', '085740.170000', '085740.630000', '085741.090000', '085741.550000', '085742.010000', '085742.470000', '085742.930000', '085743.390000', '085743.850000', '085744.310000', '085744.770000', '085745.230000', '085745.690000', '085746.150000', '085746.610000', '085747.070000', '085747.530000', '085747.990000', '085748.450000', '085748.910000', '085749.370000', '085749.830000', '085750.290000', '085750.750000', '085751.210000', '085751.670000', '085752.130000', '085752.590000', '085753.050000', '085753.510000', '085753.970000', '085754.430000', '085754.890000', '085755.350000', '085755.810000', '085756.270000', '085756.730000', '085757.190000', '085757.650000', '085758.110000', '085758.570000', '085759.030000', '085759.490000', '085759.950000', '085800.410000', '085800.870000', '085801.330000', '085801.790000', '085802.250000', '085802.710000', '085803.170000', '085803.630000', '085804.090000', '085804.550000', '085805.010000', '085805.470000', '085805.930000', '085806.390000', '085806.850000', '085807.310000', '085807.770000', '085808.230000', '085808.690000', '085809.150000', '085809.610000', '085810.070000', '085810.530000', '085810.990000', '085811.450000', '085811.910000', '085812.370000', '085812.830000', '085813.290000', '085813.750000', '085814.210000', '085814.670000', '085815.130000', '085815.590000', '085816.050000', '085816.510000', '085816.970000', '085817.430000', '085817.890000', '085818.350000', '085818.810000', '085819.270000', '085819.730000', '085820.190000', '085820.650000', '085821.110000', '085821.570000', '085822.030000', '085822.490000', '085822.950000', '085823.410000', '085823.870000', '085824.330000', '085824.790000', '085825.250000', '085825.710000', '085826.170000', '085826.630000', '085827.090000', '085827.550000', '085828.010000', '085828.470000', '085828.930000', '085829.390000', '085829.850000', '085830.310000', '085830.770000', '085831.230000', '085831.690000', '085832.150000', '085832.610000', '085833.070000', '085833.530000', '085833.990000', '085834.450000', '085834.910000', '085835.370000', '085835.830000', '085836.290000', '085836.750000', '085837.210000', '085837.670000', '085838.130000', '085838.590000', '085839.050000', '085839.510000', '085839.970000', '085840.430000', '085840.890000', '085841.350000', '085841.810000', '085842.270000', '085842.730000', '085843.190000', '085843.650000', '085844.110000', '085844.570000', '085845.030000', '085845.490000', '085845.950000', '085846.410000', '085846.870000', '085847.330000', '085847.790000', '085848.250000', '085848.710000', '085849.170000', '085849.630000', '085850.090000', '085850.550000', '085851.010000', '085851.470000', '085851.930000', '085852.390000', '085852.850000', '085853.310000', '085853.770000', '085854.230000', '085854.690000', '085855.150000', '085855.610000', '085856.070000', '085856.530000', '085856.990000', '085857.450000', '085857.910000', '085858.370000', '085858.830000', '085859.290000', '085859.750000', '085900.210000', '085900.670000', '085901.130000', '085901.590000', '085902.050000', '085902.510000', '085902.970000', '085903.430000', '085903.890000', '085904.350000', '085904.810000', '085905.270000', '085905.730000', '085906.190000', '085906.650000', '085907.110000', '085907.570000', '085908.030000', '085908.490000', '085908.950000', '085909.410000', '085909.870000', '085910.330000', '085910.790000', '085911.250000', '085911.710000', '085912.170000', '085912.630000', '085913.090000', '085913.550000', '085914.010000', '085914.470000', '085914.930000', '085915.390000', '085915.850000', '085916.310000', '085916.770000', '085917.230000', '085917.690000', '085918.150000', '085918.610000', '085919.070000', '085919.530000', '085919.990000', '085920.450000', '085920.910000', '085921.370000', '085921.830000', '085922.290000', '085922.750000', '085923.210000', '085923.670000', '085924.130000', '085924.590000', '085925.050000', '085925.510000', '085925.970000', '085926.430000', '085926.890000', '085927.350000', '085927.810000', '085928.270000', '085928.730000', '085929.190000', '085929.650000', '085930.110000', '085930.570000', '085931.030000', '085931.490000', '085931.950000', '085932.410000', '085932.870000', '085933.330000', '085933.790000', '085934.250000', '085934.710000', '085935.170000', '085935.630000', '085936.090000', '085936.550000', '085937.010000', '085937.470000', '085937.930000', '085938.390000', '085938.850000', '085939.310000', '085939.770000', '085940.230000', '085940.690000', '085941.150000', '085941.610000', '085942.070000', '085942.530000', '085942.990000', '085943.450000', '085943.910000', '085944.370000', '085944.830000', '085945.290000', '085945.750000', '085946.210000', '085946.670000', '085947.130000', '085947.590000', '085948.050000', '085948.510000', '085948.970000', '085949.430000', '085949.890000', '085950.350000', '085950.810000', '085951.270000', '085951.730000', '085952.190000', '085952.650000', '085953.110000', '085953.570000', '085954.030000', '085954.490000', '085954.950000', '085955.410000', '085955.870000', '085956.330000', '085956.790000', '085957.250000', '085957.710000', '085958.170000', '085958.630000', '085959.090000', '085959.550000', '090000.010000', '090000.470000', '090000.930000', '090001.390000', '090001.850000', '090002.310000', '090002.770000', '090003.230000', '090003.690000', '090004.150000', '090004.610000', '090005.070000', '090005.530000', '090005.990000', '090006.450000', '090006.910000', '090007.370000', '090007.830000', '090008.290000', '090008.750000', '090009.210000', '090009.670000', '090010.130000', '090010.590000', '090011.050000', '090011.510000', '090011.970000', '090012.430000', '090012.890000', '090013.350000', '090013.810000', '090014.270000', '090014.730000', '090015.190000', '090015.650000', '090016.110000', '090016.570000', '090017.030000', '090017.490000', '090017.950000', '090018.410000', '090018.870000', '090019.330000', '090019.790000', '090020.250000', '090020.710000', '090021.170000', '090021.630000', '090022.090000', '090022.550000', '090023.010000', '090023.470000', '090023.930000', '090024.390000', '090024.850000', '090025.310000', '090025.770000', '090026.230000', '090026.690000', '090027.150000', '090027.610000', '090028.070000', '090028.530000', '090028.990000', '090029.450000', '090029.910000', '090030.370000', '090030.830000', '090031.290000', '090031.750000', '090032.210000', '090032.670000', '090033.130000', '090033.590000', '090034.050000', '090034.510000', '090034.970000', '090035.430000', '090035.890000', '090036.350000', '090036.810000', '090037.270000', '090037.730000', '090038.190000', '090038.650000', '090039.110000', '090039.570000', '090040.030000', '090040.490000', '090040.950000', '090041.410000', '090041.870000', '090042.330000', '090042.790000', '090043.250000', '090043.710000', '090044.170000', '090044.630000', '090045.090000', '090045.550000', '090046.010000', '090046.470000', '090046.930000', '090047.390000', '090047.850000', '090048.310000', '090048.770000', '090049.230000', '090049.690000', '090050.150000', '090050.610000', '090051.070000', '090051.530000', '090051.990000', '090052.450000', '090052.910000', '090053.370000', '090053.830000', '090054.290000', '090054.750000', '090055.210000', '090055.670000', '090056.130000', '090056.590000', '090057.050000', '090057.510000', '090057.970000', '090058.430000', '090058.890000', '090059.350000', '090059.810000', '090100.270000', '090100.730000', '090101.190000', '090101.650000', '090102.110000', '090102.570000', '090103.030000', '090103.490000', '090103.950000', '090104.410000', '090104.870000', '090105.330000', '090105.790000', '090106.250000', '090106.710000', '090107.170000', '090107.630000', '090108.090000', '090108.550000', '090109.010000', '090109.470000', '090109.930000', '090110.390000', '090110.850000', '090111.310000', '090111.770000', '090112.230000', '090112.690000', '090113.150000', '090113.610000', '090114.070000', '090114.530000', '090114.990000', '090115.450000', '090115.910000', '090116.370000', '090116.830000', '090117.290000', '090117.750000', '090118.210000', '090118.670000', '090119.130000', '090119.590000', '090120.050000', '090120.510000', '090120.970000', '090121.430000', '090121.890000', '090122.350000', '090122.810000', '090123.270000', '090123.730000', '090124.190000', '090124.650000', '090125.110000', '090125.570000', '090126.030000', '090126.490000', '090126.950000', '090127.410000', '090127.870000', '090128.330000', '090128.790000', '090129.250000', '090129.710000', '090130.170000', '090130.630000', '090131.090000', '090131.550000', '090132.010000', '090132.470000', '090132.930000', '090133.390000', '090133.850000', '090134.310000', '090134.770000', '090135.230000', '090135.690000', '090136.150000', '090136.610000', '090137.070000', '090137.530000', '090137.990000', '090138.450000', '090138.910000', '090139.370000', '090139.830000', '090140.290000', '090140.750000', '090141.210000', '090141.670000', '090142.130000', '090142.590000', '090143.050000', '090143.510000', '090143.970000', '090144.430000', '090144.890000', '090145.350000', '090145.810000', '090146.270000', '090146.730000', '090147.190000', '090147.650000', '090148.110000', '090148.570000', '090149.030000', '090149.490000', '090149.950000', '090150.410000', '090150.870000', '090151.330000', '090151.790000', '090152.250000', '090152.710000', '090153.170000', '090153.630000', '090154.090000', '090154.550000', '090155.010000', '090155.470000', '090155.930000', '090156.390000', '090156.850000', '090157.310000', '090157.770000', '090158.230000', '090158.690000', '090159.150000', '090159.610000', '090200.070000', '090200.530000', '090200.990000', '090201.450000', '090201.910000', '090202.370000', '090202.830000', '090203.290000', '090203.750000', '090204.210000', '090204.670000', '090205.130000', '090205.590000', '090206.050000', '090206.510000', '090206.970000', '090207.430000', '090207.890000', '090208.350000', '090208.810000', '090209.270000', '090209.730000', '090210.190000', '090210.650000', '090211.110000', '090211.570000', '090212.030000', '090212.490000', '090212.950000', '090213.410000', '090213.870000', '090214.330000', '090214.790000', '090215.250000', '090215.710000', '090216.170000', '090216.630000', '090217.090000', '090217.550000', '090218.010000', '090218.470000', '090218.930000', '090219.390000', '090219.850000', '090220.310000', '090220.770000', '090221.230000', '090221.690000', '090222.150000', '090222.610000', '090223.070000', '090223.530000', '090223.990000', '090224.450000', '090224.910000', '090225.370000', '090225.830000', '090226.290000', '090226.750000', '090227.210000', '090227.670000', '090228.130000', '090228.590000', '090229.050000', '090229.510000', '090229.970000', '090230.430000', '090230.890000', '090231.350000', '090231.810000', '090232.270000', '090232.730000', '090233.190000', '090233.650000', '090234.110000', '090234.570000', '090235.030000', '090235.490000', '090235.950000', '090236.410000', '090236.870000', '090237.330000', '090237.790000', '090238.250000', '090238.710000', '090239.170000', '090239.630000', '090240.090000', '090240.550000', '090241.010000', '090241.470000', '090241.930000', '090242.390000', '090242.850000', '090243.310000', '090243.770000', '090244.230000', '090244.690000', '090245.150000', '090245.610000', '090246.070000', '090246.530000', '090246.990000', '090247.450000', '090247.910000', '090248.370000', '090248.830000', '090249.290000', '090249.750000', '090250.210000', '090250.670000', '090251.130000', '090251.590000', '090252.050000', '090252.510000', '090252.970000', '090253.430000', '090253.890000', '090254.350000', '090254.810000', '090255.270000', '090255.730000', '090256.190000', '090256.650000', '090257.110000', '090257.570000', '090258.030000', '090258.490000', '090258.950000', '090259.410000', '090259.870000', '090300.330000', '090300.790000', '090301.250000', '090301.710000', '090302.170000', '090302.630000', '090303.090000', '090303.550000', '090304.010000', '090304.470000', '090304.930000', '090305.390000', '090305.850000', '090306.310000', '090306.770000', '090307.230000', '090307.690000', '090308.150000', '090308.610000', '090309.070000', '090309.530000', '090309.990000', '090310.450000', '090310.910000', '090311.370000', '090311.830000', '090312.290000', '090312.750000', '090313.210000', '090313.670000', '090314.130000', '090314.590000', '090315.050000', '090315.510000', '090315.970000', '090316.430000', '090316.890000', '090317.350000', '090317.810000', '090318.270000', '090318.730000', '090319.190000', '090319.650000', '090320.110000', '090320.570000', '090321.030000', '090321.490000', '090321.950000', '090322.410000', '090322.870000', '090323.330000', '090323.790000', '090324.250000', '090324.710000', '090325.170000', '090325.630000', '090326.090000', '090326.550000', '090327.010000', '090327.470000', '090327.930000', '090328.390000', '090328.850000', '090329.310000', '090329.770000', '090330.230000', '090330.690000', '090331.150000', '090331.610000', '090332.070000', '090332.530000', '090332.990000', '090333.450000', '090333.910000', '090334.370000', '090334.830000', '090335.290000', '090335.750000', '090336.210000', '090336.670000', '090337.130000', '090337.590000', '090338.050000', '090338.510000', '090338.970000', '090339.430000', '090339.890000', '090340.350000', '090340.810000', '090341.270000', '090341.730000', '090342.190000', '090342.650000', '090343.110000', '090343.570000', '090344.030000', '090344.490000', '090344.950000', '090345.410000', '090345.870000', '090346.330000', '090346.790000', '090347.250000', '090347.710000', '090348.170000', '090348.630000', '090349.090000', '090349.550000', '090350.010000', '090350.470000', '090350.930000', '090351.390000', '090351.850000', '090352.310000', '090352.770000', '090353.230000', '090353.690000', '090354.150000', '090354.610000', '090355.070000', '090355.530000', '090355.990000', '090356.450000', '090356.910000', '090357.370000', '090357.830000', '090358.290000', '090358.750000', '090359.210000', '090359.670000', '090400.130000', '090400.590000', '090401.050000', '090401.510000', '090401.970000', '090402.430000', '090402.890000', '090403.350000', '090403.810000', '090404.270000', '090404.730000', '090405.190000', '090405.650000', '090406.110000', '090406.570000', '090407.030000', '090407.490000', '090407.950000', '090408.410000', '090408.870000', '090409.330000', '090409.790000', '090410.250000', '090410.710000', '090411.170000', '090411.630000', '090412.090000', '090412.550000', '090413.010000', '090413.470000', '090413.930000', '090414.390000', '090414.850000', '090415.310000', '090415.770000', '090416.230000', '090416.690000', '090417.150000', '090417.610000', '090418.070000', '090418.530000', '090418.990000', '090419.450000', '090419.910000', '090420.370000', '090420.830000', '090421.290000', '090421.750000', '090422.210000', '090422.670000', '090423.130000', '090423.590000', '090424.050000', '090424.510000', '090424.970000', '090425.430000', '090425.890000', '090426.350000', '090426.810000', '090427.270000', '090427.730000', '090428.190000', '090428.650000', '090429.110000', '090429.570000', '090430.030000', '090430.490000', '090430.950000', '090431.410000', '090431.870000', '090432.330000', '090432.790000', '090433.250000', '090433.710000', '090434.170000', '090434.630000', '090435.090000', '090435.550000', '090436.010000', '090436.470000', '090436.930000', '090437.390000', '090437.850000', '090438.310000', '090438.770000', '090439.230000', '090439.690000', '090440.150000', '090440.610000', '090441.070000', '090441.530000', '090441.990000', '090442.450000', '090442.910000', '090443.370000', '090443.830000', '090444.290000', '090444.750000', '090445.210000', '090445.670000', '090446.130000', '090446.590000', '090447.050000', '090447.510000', '090447.970000', '090448.430000', '090448.890000', '090449.350000', '090449.810000', '090450.270000', '090450.730000', '090451.190000', '090451.650000', '090452.110000', '090452.570000', '090453.030000', '090453.490000', '090453.950000', '090454.410000', '090454.870000', '090455.330000', '090455.790000', '090456.250000', '090456.710000', '090457.170000', '090457.630000', '090458.090000', '090458.550000', '090459.010000', '090459.470000', '090459.930000', '090500.390000', '090500.850000', '090501.310000'], 'ContentTime': ['085653.751000', '085653.755000', '085653.758000', '085653.760000', '085653.763000', '085653.765000', '085653.768000', '085653.770000', '085653.780000', '085653.782000', '085653.785000', '085653.787000', '085653.790000', '085653.792000', '085653.795000', '085653.798000', '085653.800000', '085653.803000', '085653.805000', '085653.808000', '085653.810000', '085653.830000', '085653.832000', '085653.835000', '085653.838000', '085653.840000', '085653.843000', '085653.845000', '085653.848000', '085653.850000', '085653.853000', '085653.855000', '085653.858000', '085653.860000', '085653.863000', '085713.721000', '085713.724000', '085713.727000', '085713.736000', '085713.738000', '085713.741000', '085713.744000', '085713.746000', '085713.749000', '085713.751000', '085713.754000', '085713.756000', '085713.759000', '085713.761000', '085713.764000', '085713.766000', '085713.769000', '085713.771000', '085713.774000', '085713.776000', '085713.779000', '085713.782000', '085713.784000', '085713.787000', '085713.789000', '085713.792000', '085713.794000', '085713.797000', '085713.799000', '085713.802000', '085713.804000', '085713.807000', '085713.809000', '085713.812000', '085713.814000', '085713.817000', '085713.820000', '085713.822000', '085713.825000', '085713.827000', '085713.830000', '085713.832000', '085713.835000', '085713.850000', '085733.721000', '085733.724000', '085733.727000', '085733.729000', '085733.732000', '085733.734000', '085733.745000', '085733.747000', '085733.750000', '085733.752000', '085733.755000', '085733.757000', '085733.760000', '085733.763000', '085733.765000', '085733.768000', '085733.770000', '085733.773000', '085733.775000', '085733.778000', '085733.781000', '085733.783000', '085733.786000', '085733.788000', '085733.791000', '085733.793000', '085733.796000', '085733.799000', '085733.801000', '085733.804000', '085733.806000', '085733.809000', '085733.811000', '085733.814000', '085733.816000', '085733.819000', '085733.821000', '085733.824000', '085733.826000', '085733.829000', '085733.831000', '085733.834000', '085733.837000', '085753.720000', '085753.723000', '085753.726000', '085753.728000', '085753.731000', '085753.734000', '085753.736000', '085753.739000', '085753.741000', '085753.744000', '085753.746000', '085753.749000', '085753.751000', '085753.754000', '085753.756000', '085753.759000', '085753.762000', '085753.764000', '085753.779000', '085753.782000', '085753.785000', '085753.787000', '085753.790000', '085753.792000', '085753.795000', '085753.797000', '085753.800000', '085753.802000', '085753.805000', '085753.808000', '085753.810000', '085753.813000', '085753.815000', '085753.818000', '085753.820000', '085753.823000', '085753.825000', '085753.828000', '085753.830000', '085753.833000', '085753.836000', '085753.838000', '085753.841000', '085753.843000', '085813.720000', '085813.723000', '085813.726000', '085813.728000', '085813.731000', '085813.734000', '085813.736000', '085813.739000', '085813.741000', '085813.744000', '085813.746000', '085813.749000', '085813.751000', '085813.754000', '085813.756000', '085813.759000', '085813.761000', '085813.764000', '085813.767000', '085813.769000', '085813.772000', '085813.774000', '085813.777000', '085813.779000', '085813.782000', '085813.784000', '085813.787000', '085813.789000', '085813.792000', '085813.794000', '085813.797000', '085813.800000', '085813.802000', '085813.805000', '085813.807000', '085813.810000', '085813.812000', '085813.815000', '085813.817000', '085813.820000', '085813.823000', '085813.825000', '085813.828000', '085833.720000', '085833.723000', '085833.726000', '085833.729000', '085833.731000', '085833.734000', '085833.736000', '085833.739000', '085833.741000', '085833.744000', '085833.747000', '085833.749000', '085833.752000', '085833.754000', '085833.757000', '085833.759000', '085833.762000', '085833.765000', '085833.767000', '085833.770000', '085833.772000', '085833.775000', '085833.777000', '085833.780000', '085833.782000', '085833.785000', '085833.788000', '085833.790000', '085833.793000', '085833.795000', '085833.798000', '085833.800000', '085833.803000', '085833.805000', '085833.808000', '085833.811000', '085833.813000', '085833.816000', '085833.818000', '085833.821000', '085833.823000', '085833.826000', '085833.829000', '085833.831000', '085853.721000', '085853.724000', '085853.726000', '085853.729000', '085853.731000', '085853.734000', '085853.736000', '085853.739000', '085853.741000', '085853.744000', '085853.747000', '085853.749000', '085853.752000', '085853.754000', '085853.757000', '085853.760000', '085853.762000', '085853.765000', '085853.767000', '085853.770000', '085853.772000', '085853.775000', '085853.777000', '085853.780000', '085853.783000', '085853.785000', '085853.788000', '085853.790000', '085853.793000', '085853.796000', '085853.798000', '085853.801000', '085853.803000', '085853.806000', '085853.808000', '085853.811000', '085853.813000', '085853.816000', '085853.818000', '085853.821000', '085853.824000', '085853.826000', '085853.829000', '085913.720000', '085913.723000', '085913.726000', '085913.729000', '085913.731000', '085913.734000', '085913.736000', '085913.739000', '085913.741000', '085913.744000', '085913.746000', '085913.749000', '085913.751000', '085913.754000', '085913.757000', '085913.759000', '085913.762000', '085913.764000', '085913.767000', '085913.769000', '085913.772000', '085913.774000', '085913.777000', '085913.780000', '085913.782000', '085913.785000', '085913.787000', '085913.790000', '085913.793000', '085913.795000', '085913.798000', '085913.801000', '085913.803000', '085913.806000', '085913.817000', '085913.820000', '085913.822000', '085913.825000', '085913.827000', '085913.844000', '085913.846000', '085913.849000', '085913.851000', '085913.854000', '085933.721000', '085933.724000', '085933.727000', '085933.729000', '085933.732000', '085933.734000', '085933.737000', '085933.740000', '085933.742000', '085933.745000', '085933.747000', '085933.750000', '085933.752000', '085933.790000', '085933.792000', '085933.795000', '085933.797000', '085933.800000', '085933.802000', '085933.805000', '085933.807000', '085933.810000', '085933.813000', '085933.815000', '085933.818000', '085933.820000', '085933.823000', '085933.825000', '085933.828000', '085933.831000', '085933.833000', '085933.836000', '085933.838000', '085933.841000', '085933.843000', '085933.846000', '085933.849000', '085933.851000', '085933.854000', '085933.856000', '085933.859000', '085933.861000', '085933.864000', '085953.721000', '085953.724000', '085953.727000', '085953.729000', '085953.732000', '085953.735000', '085953.737000', '085953.740000', '085953.742000', '085953.745000', '085953.747000', '085953.750000', '085953.752000', '085953.755000', '085953.758000', '085953.760000', '085953.763000', '085953.765000', '085953.768000', '085953.770000', '085953.773000', '085953.776000', '085953.778000', '085953.781000', '085953.783000', '085953.786000', '085953.788000', '085953.791000', '085953.793000', '085953.796000', '085953.799000', '085953.801000', '085953.804000', '085953.806000', '085953.809000', '085953.811000', '085953.814000', '085953.816000', '085953.819000', '085953.821000', '085953.824000', '085953.827000', '085953.829000', '085953.832000', '090013.721000', '090013.723000', '090013.726000', '090013.729000', '090013.731000', '090013.734000', '090013.736000', '090013.739000', '090013.741000', '090013.744000', '090013.746000', '090013.749000', '090013.752000', '090013.754000', '090013.757000', '090013.759000', '090013.762000', '090013.764000', '090013.767000', '090013.770000', '090013.772000', '090013.775000', '090013.777000', '090013.780000', '090013.782000', '090013.785000', '090013.787000', '090013.790000', '090013.793000', '090013.795000', '090013.798000', '090013.800000', '090013.803000', '090013.805000', '090013.808000', '090013.810000', '090013.813000', '090013.815000', '090013.818000', '090013.821000', '090013.823000', '090013.826000', '090013.829000', '090033.720000', '090033.723000', '090033.726000', '090033.728000', '090033.731000', '090033.733000', '090033.736000', '090033.739000', '090033.741000', '090033.744000', '090033.746000', '090033.749000', '090033.752000', '090033.754000', '090033.757000', '090033.759000', '090033.762000', '090033.764000', '090033.767000', '090033.770000', '090033.772000', '090033.775000', '090033.777000', '090033.780000', '090033.782000', '090033.785000', '090033.787000', '090033.790000', '090033.793000', '090033.795000', '090033.798000', '090033.800000', '090033.803000', '090033.805000', '090033.808000', '090033.810000', '090033.813000', '090033.816000', '090033.818000', '090033.821000', '090033.823000', '090033.826000', '090033.828000', '090033.831000', '090053.720000', '090053.723000', '090053.726000', '090053.728000', '090053.731000', '090053.734000', '090053.736000', '090053.739000', '090053.741000', '090053.744000', '090053.746000', '090053.749000', '090053.752000', '090053.754000', '090053.757000', '090053.759000', '090053.762000', '090053.764000', '090053.767000', '090053.769000', '090053.772000', '090053.775000', '090053.777000', '090053.780000', '090053.782000', '090053.785000', '090053.788000', '090053.790000', '090053.793000', '090053.795000', '090053.798000', '090053.800000', '090053.803000', '090053.805000', '090053.808000', '090053.811000', '090053.813000', '090053.816000', '090053.832000', '090053.834000', '090053.837000', '090053.839000', '090053.842000', '090113.720000', '090113.723000', '090113.726000', '090113.728000', '090113.731000', '090113.734000', '090113.736000', '090113.739000', '090113.741000', '090113.744000', '090113.746000', '090113.749000', '090113.752000', '090113.754000', '090113.757000', '090113.759000', '090113.762000', '090113.764000', '090113.767000', '090113.769000', '090113.772000', '090113.775000', '090113.777000', '090113.780000', '090113.783000', '090113.786000', '090113.789000', '090113.792000', '090113.794000', '090113.797000', '090113.799000', '090113.802000', '090113.804000', '090113.807000', '090113.809000', '090113.812000', '090113.815000', '090113.817000', '090113.820000', '090113.823000', '090113.825000', '090113.828000', '090113.830000', '090133.720000', '090133.723000', '090133.726000', '090133.728000', '090133.731000', '090133.734000', '090133.736000', '090133.739000', '090133.741000', '090133.744000', '090133.747000', '090133.749000', '090133.752000', '090133.754000', '090133.757000', '090133.760000', '090133.762000', '090133.765000', '090133.767000', '090133.770000', '090133.772000', '090133.775000', '090133.778000', '090133.780000', '090133.783000', '090133.785000', '090133.788000', '090133.791000', '090133.793000', '090133.796000', '090133.798000', '090133.801000', '090133.803000', '090133.806000', '090133.809000', '090133.811000', '090133.814000', '090133.817000', '090133.819000', '090133.822000', '090133.824000', '090133.827000', '090133.830000', '090133.832000', '090153.721000', '090153.724000', '090153.727000', '090153.730000', '090153.733000', '090153.736000', '090153.738000', '090153.741000', '090153.743000', '090153.746000', '090153.749000', '090153.751000', '090153.754000', '090153.756000', '090153.759000', '090153.761000', '090153.764000', '090153.766000', '090153.769000', '090153.772000', '090153.774000', '090153.777000', '090153.779000', '090153.782000', '090153.784000', '090153.787000', '090153.790000', '090153.792000', '090153.795000', '090153.798000', '090153.800000', '090153.803000', '090153.805000', '090153.808000', '090153.810000', '090153.813000', '090153.816000', '090153.818000', '090153.821000', '090153.823000', '090153.826000', '090153.828000', '090153.831000', '090153.834000', '090213.722000', '090213.724000', '090213.727000', '090213.730000', '090213.732000', '090213.735000', '090213.737000', '090213.740000', '090213.743000', '090213.745000', '090213.748000', '090213.750000', '090213.753000', '090213.755000', '090213.758000', '090213.761000', '090213.763000', '090213.766000', '090213.768000', '090213.771000', '090213.773000', '090213.776000', '090213.779000', '090213.781000', '090213.784000', '090213.786000', '090213.789000', '090213.791000', '090213.794000', '090213.796000', '090213.799000', '090213.802000', '090213.804000', '090213.807000', '090213.809000', '090213.812000', '090213.815000', '090213.817000', '090213.820000', '090213.822000', '090213.825000', '090213.827000', '090213.830000', '090233.720000', '090233.723000', '090233.726000', '090233.729000', '090233.731000', '090233.734000', '090233.747000', '090233.750000', '090233.752000', '090233.755000', '090233.758000', '090233.760000', '090233.763000', '090233.765000', '090233.768000', '090233.771000', '090233.773000', '090233.776000', '090233.778000', '090233.781000', '090233.783000', '090233.786000', '090233.788000', '090233.791000', '090233.794000', '090233.796000', '090233.799000', '090233.801000', '090233.804000', '090233.807000', '090233.809000', '090233.812000', '090233.814000', '090233.817000', '090233.819000', '090233.822000', '090233.825000', '090233.827000', '090233.830000', '090233.832000', '090233.835000', '090233.838000', '090233.840000', '090253.720000', '090253.723000', '090253.726000', '090253.728000', '090253.731000', '090253.735000', '090253.738000', '090253.740000', '090253.743000', '090253.745000', '090253.748000', '090253.750000', '090253.753000', '090253.755000', '090253.758000', '090253.761000', '090253.763000', '090253.766000', '090253.769000', '090253.771000', '090253.774000', '090253.776000', '090253.779000', '090253.781000', '090253.784000', '090253.787000', '090253.789000', '090253.792000', '090253.794000', '090253.797000', '090253.800000', '090253.802000', '090253.805000', '090253.808000', '090253.810000', '090253.813000', '090253.815000', '090253.818000', '090253.821000', '090253.823000', '090253.826000', '090253.828000', '090253.831000', '090253.833000', '090313.721000', '090313.723000', '090313.726000', '090313.728000', '090313.731000', '090313.734000', '090313.736000', '090313.739000', '090313.742000', '090313.744000', '090313.747000', '090313.749000', '090313.752000', '090313.754000', '090313.757000', '090313.759000', '090313.762000', '090313.765000', '090313.767000', '090313.771000', '090313.774000', '090313.777000', '090313.780000', '090313.782000', '090313.785000', '090313.787000', '090313.790000', '090313.793000', '090313.795000', '090313.798000', '090313.800000', '090313.803000', '090313.805000', '090313.808000', '090313.811000', '090313.813000', '090313.816000', '090313.818000', '090313.821000', '090313.824000', '090313.826000', '090313.829000', '090313.832000', '090333.720000', '090333.723000', '090333.726000', '090333.728000', '090333.731000', '090333.734000', '090333.736000', '090333.739000', '090333.741000', '090333.744000', '090333.746000', '090333.749000', '090333.752000', '090333.754000', '090333.757000', '090333.759000', '090333.762000', '090333.764000', '090333.767000', '090333.770000', '090333.772000', '090333.775000', '090333.777000', '090333.780000', '090333.782000', '090333.785000', '090333.788000', '090333.790000', '090333.793000', '090333.796000', '090333.798000', '090333.801000', '090333.804000', '090333.806000', '090333.809000', '090333.811000', '090333.814000', '090333.817000', '090333.819000', '090333.822000', '090333.824000', '090333.827000', '090333.829000', '090333.832000', '090353.721000', '090353.724000', '090353.726000', '090353.729000', '090353.731000', '090353.734000', '090353.737000', '090353.739000', '090353.742000', '090353.744000', '090353.747000', '090353.749000', '090353.752000', '090353.755000', '090353.757000', '090353.760000', '090353.762000', '090353.779000', '090353.781000', '090353.784000', '090353.787000', '090353.789000', '090353.792000', '090353.794000', '090353.797000', '090353.799000', '090353.802000', '090353.805000', '090353.807000', '090353.810000', '090353.813000', '090353.815000', '090353.818000', '090353.820000', '090353.823000', '090353.826000', '090353.828000', '090353.831000', '090353.833000', '090353.836000', '090353.838000', '090353.841000', '090353.843000', '090413.722000', '090413.724000', '090413.727000', '090413.730000', '090413.732000', '090413.735000', '090413.737000', '090413.740000', '090413.742000', '090413.745000', '090413.748000', '090413.750000', '090413.753000', '090413.755000', '090413.758000', '090413.760000', '090413.763000', '090413.766000', '090413.768000', '090413.771000', '090413.773000', '090413.776000', '090413.778000', '090413.781000', '090413.783000', '090413.786000', '090413.789000', '090413.791000', '090413.794000', '090413.796000', '090413.799000', '090413.802000', '090413.804000', '090413.807000', '090413.809000', '090413.812000', '090413.814000', '090413.817000', '090413.820000', '090413.822000', '090413.825000', '090413.827000', '090413.830000', '090413.832000', '090433.721000', '090433.724000', '090433.727000', '090433.730000', '090433.732000', '090433.735000', '090433.737000', '090433.740000', '090433.742000', '090433.745000', '090433.747000', '090433.750000', '090433.752000', '090433.755000', '090433.758000', '090433.760000', '090433.763000', '090433.765000', '090433.768000', '090433.770000', '090433.773000', '090433.775000', '090433.778000', '090433.781000', '090433.783000', '090433.786000', '090433.788000', '090433.791000', '090433.793000', '090433.796000', '090433.798000', '090433.801000', '090433.804000', '090433.806000', '090433.809000', '090433.812000', '090433.815000', '090433.818000', '090433.821000', '090433.823000', '090433.826000', '090433.829000', '090433.831000', '090453.720000', '090453.723000', '090453.726000', '090453.729000', '090453.731000', '090453.734000', '090453.736000', '090453.739000', '090453.741000', '090453.744000', '090453.746000', '090453.749000', '090453.752000', '090453.754000', '090453.757000', '090453.759000', '090453.762000', '090453.765000', '090453.767000', '090453.770000', '090453.772000', '090453.775000', '090453.777000', '090453.780000', '090453.783000', '090453.785000', '090453.788000', '090453.790000', '090453.793000', '090453.795000', '090453.798000', '090453.800000', '090453.803000', '090453.806000', '090453.808000', '090453.811000', '090453.813000', '090453.816000', '090453.818000', '090453.821000', '090453.823000', '090453.826000', '090453.829000', '090453.831000', '090502.290000', '090502.294000', '090502.296000', '090502.299000', '090502.302000', '090502.305000', '090502.308000', '090502.310000', '090502.313000', '090502.315000', '090502.318000', '090502.321000', '090502.323000', '090502.326000', '090502.328000', '090502.331000', '090502.333000', '090502.336000', '090502.339000'], 'InstanceCreationTime': ['085653.751000', '085653.755000', '085653.758000', '085653.760000', '085653.763000', '085653.765000', '085653.768000', '085653.770000', '085653.780000', '085653.782000', '085653.785000', '085653.787000', '085653.790000', '085653.792000', '085653.795000', '085653.798000', '085653.800000', '085653.803000', '085653.805000', '085653.808000', '085653.810000', '085653.830000', '085653.832000', '085653.835000', '085653.838000', '085653.840000', '085653.843000', '085653.845000', '085653.848000', '085653.850000', '085653.853000', '085653.855000', '085653.858000', '085653.860000', '085653.863000', '085713.721000', '085713.724000', '085713.727000', '085713.736000', '085713.738000', '085713.741000', '085713.744000', '085713.746000', '085713.749000', '085713.751000', '085713.754000', '085713.756000', '085713.759000', '085713.761000', '085713.764000', '085713.766000', '085713.769000', '085713.771000', '085713.774000', '085713.776000', '085713.779000', '085713.782000', '085713.784000', '085713.787000', '085713.789000', '085713.792000', '085713.794000', '085713.797000', '085713.799000', '085713.802000', '085713.804000', '085713.807000', '085713.809000', '085713.812000', '085713.814000', '085713.817000', '085713.820000', '085713.822000', '085713.825000', '085713.827000', '085713.830000', '085713.832000', '085713.835000', '085713.850000', '085733.721000', '085733.724000', '085733.727000', '085733.729000', '085733.732000', '085733.734000', '085733.745000', '085733.747000', '085733.750000', '085733.752000', '085733.755000', '085733.757000', '085733.760000', '085733.763000', '085733.765000', '085733.768000', '085733.770000', '085733.773000', '085733.775000', '085733.778000', '085733.781000', '085733.783000', '085733.786000', '085733.788000', '085733.791000', '085733.793000', '085733.796000', '085733.799000', '085733.801000', '085733.804000', '085733.806000', '085733.809000', '085733.811000', '085733.814000', '085733.816000', '085733.819000', '085733.821000', '085733.824000', '085733.826000', '085733.829000', '085733.831000', '085733.834000', '085733.837000', '085753.720000', '085753.723000', '085753.726000', '085753.728000', '085753.731000', '085753.734000', '085753.736000', '085753.739000', '085753.741000', '085753.744000', '085753.746000', '085753.749000', '085753.751000', '085753.754000', '085753.756000', '085753.759000', '085753.762000', '085753.764000', '085753.779000', '085753.782000', '085753.785000', '085753.787000', '085753.790000', '085753.792000', '085753.795000', '085753.797000', '085753.800000', '085753.802000', '085753.805000', '085753.808000', '085753.810000', '085753.813000', '085753.815000', '085753.818000', '085753.820000', '085753.823000', '085753.825000', '085753.828000', '085753.830000', '085753.833000', '085753.836000', '085753.838000', '085753.841000', '085753.843000', '085813.720000', '085813.723000', '085813.726000', '085813.728000', '085813.731000', '085813.734000', '085813.736000', '085813.739000', '085813.741000', '085813.744000', '085813.746000', '085813.749000', '085813.751000', '085813.754000', '085813.756000', '085813.759000', '085813.761000', '085813.764000', '085813.767000', '085813.769000', '085813.772000', '085813.774000', '085813.777000', '085813.779000', '085813.782000', '085813.784000', '085813.787000', '085813.789000', '085813.792000', '085813.794000', '085813.797000', '085813.800000', '085813.802000', '085813.805000', '085813.807000', '085813.810000', '085813.812000', '085813.815000', '085813.817000', '085813.820000', '085813.823000', '085813.825000', '085813.828000', '085833.720000', '085833.723000', '085833.726000', '085833.729000', '085833.731000', '085833.734000', '085833.736000', '085833.739000', '085833.741000', '085833.744000', '085833.747000', '085833.749000', '085833.752000', '085833.754000', '085833.757000', '085833.759000', '085833.762000', '085833.765000', '085833.767000', '085833.770000', '085833.772000', '085833.775000', '085833.777000', '085833.780000', '085833.782000', '085833.785000', '085833.788000', '085833.790000', '085833.793000', '085833.795000', '085833.798000', '085833.800000', '085833.803000', '085833.805000', '085833.808000', '085833.811000', '085833.813000', '085833.816000', '085833.818000', '085833.821000', '085833.823000', '085833.826000', '085833.829000', '085833.831000', '085853.721000', '085853.724000', '085853.726000', '085853.729000', '085853.731000', '085853.734000', '085853.736000', '085853.739000', '085853.741000', '085853.744000', '085853.747000', '085853.749000', '085853.752000', '085853.754000', '085853.757000', '085853.760000', '085853.762000', '085853.765000', '085853.767000', '085853.770000', '085853.772000', '085853.775000', '085853.777000', '085853.780000', '085853.783000', '085853.785000', '085853.788000', '085853.790000', '085853.793000', '085853.796000', '085853.798000', '085853.801000', '085853.803000', '085853.806000', '085853.808000', '085853.811000', '085853.813000', '085853.816000', '085853.818000', '085853.821000', '085853.824000', '085853.826000', '085853.829000', '085913.720000', '085913.723000', '085913.726000', '085913.729000', '085913.731000', '085913.734000', '085913.736000', '085913.739000', '085913.741000', '085913.744000', '085913.746000', '085913.749000', '085913.751000', '085913.754000', '085913.757000', '085913.759000', '085913.762000', '085913.764000', '085913.767000', '085913.769000', '085913.772000', '085913.774000', '085913.777000', '085913.780000', '085913.782000', '085913.785000', '085913.787000', '085913.790000', '085913.793000', '085913.795000', '085913.798000', '085913.801000', '085913.803000', '085913.806000', '085913.817000', '085913.820000', '085913.822000', '085913.825000', '085913.827000', '085913.844000', '085913.846000', '085913.849000', '085913.851000', '085913.854000', '085933.721000', '085933.724000', '085933.727000', '085933.729000', '085933.732000', '085933.734000', '085933.737000', '085933.740000', '085933.742000', '085933.745000', '085933.747000', '085933.750000', '085933.752000', '085933.790000', '085933.792000', '085933.795000', '085933.797000', '085933.800000', '085933.802000', '085933.805000', '085933.807000', '085933.810000', '085933.813000', '085933.815000', '085933.818000', '085933.820000', '085933.823000', '085933.825000', '085933.828000', '085933.831000', '085933.833000', '085933.836000', '085933.838000', '085933.841000', '085933.843000', '085933.846000', '085933.849000', '085933.851000', '085933.854000', '085933.856000', '085933.859000', '085933.861000', '085933.864000', '085953.721000', '085953.724000', '085953.727000', '085953.729000', '085953.732000', '085953.735000', '085953.737000', '085953.740000', '085953.742000', '085953.745000', '085953.747000', '085953.750000', '085953.752000', '085953.755000', '085953.758000', '085953.760000', '085953.763000', '085953.765000', '085953.768000', '085953.770000', '085953.773000', '085953.776000', '085953.778000', '085953.781000', '085953.783000', '085953.786000', '085953.788000', '085953.791000', '085953.793000', '085953.796000', '085953.799000', '085953.801000', '085953.804000', '085953.806000', '085953.809000', '085953.811000', '085953.814000', '085953.816000', '085953.819000', '085953.821000', '085953.824000', '085953.827000', '085953.829000', '085953.832000', '090013.721000', '090013.723000', '090013.726000', '090013.729000', '090013.731000', '090013.734000', '090013.736000', '090013.739000', '090013.741000', '090013.744000', '090013.746000', '090013.749000', '090013.752000', '090013.754000', '090013.757000', '090013.759000', '090013.762000', '090013.764000', '090013.767000', '090013.770000', '090013.772000', '090013.775000', '090013.777000', '090013.780000', '090013.782000', '090013.785000', '090013.787000', '090013.790000', '090013.793000', '090013.795000', '090013.798000', '090013.800000', '090013.803000', '090013.805000', '090013.808000', '090013.810000', '090013.813000', '090013.815000', '090013.818000', '090013.821000', '090013.823000', '090013.826000', '090013.829000', '090033.720000', '090033.723000', '090033.726000', '090033.728000', '090033.731000', '090033.733000', '090033.736000', '090033.739000', '090033.741000', '090033.744000', '090033.746000', '090033.749000', '090033.752000', '090033.754000', '090033.757000', '090033.759000', '090033.762000', '090033.764000', '090033.767000', '090033.770000', '090033.772000', '090033.775000', '090033.777000', '090033.780000', '090033.782000', '090033.785000', '090033.787000', '090033.790000', '090033.793000', '090033.795000', '090033.798000', '090033.800000', '090033.803000', '090033.805000', '090033.808000', '090033.810000', '090033.813000', '090033.816000', '090033.818000', '090033.821000', '090033.823000', '090033.826000', '090033.828000', '090033.831000', '090053.720000', '090053.723000', '090053.726000', '090053.728000', '090053.731000', '090053.734000', '090053.736000', '090053.739000', '090053.741000', '090053.744000', '090053.746000', '090053.749000', '090053.752000', '090053.754000', '090053.757000', '090053.759000', '090053.762000', '090053.764000', '090053.767000', '090053.769000', '090053.772000', '090053.775000', '090053.777000', '090053.780000', '090053.782000', '090053.785000', '090053.788000', '090053.790000', '090053.793000', '090053.795000', '090053.798000', '090053.800000', '090053.803000', '090053.805000', '090053.808000', '090053.811000', '090053.813000', '090053.816000', '090053.832000', '090053.834000', '090053.837000', '090053.839000', '090053.842000', '090113.720000', '090113.723000', '090113.726000', '090113.728000', '090113.731000', '090113.734000', '090113.736000', '090113.739000', '090113.741000', '090113.744000', '090113.746000', '090113.749000', '090113.752000', '090113.754000', '090113.757000', '090113.759000', '090113.762000', '090113.764000', '090113.767000', '090113.769000', '090113.772000', '090113.775000', '090113.777000', '090113.780000', '090113.783000', '090113.786000', '090113.789000', '090113.792000', '090113.794000', '090113.797000', '090113.799000', '090113.802000', '090113.804000', '090113.807000', '090113.809000', '090113.812000', '090113.815000', '090113.817000', '090113.820000', '090113.823000', '090113.825000', '090113.828000', '090113.830000', '090133.720000', '090133.723000', '090133.726000', '090133.728000', '090133.731000', '090133.734000', '090133.736000', '090133.739000', '090133.741000', '090133.744000', '090133.747000', '090133.749000', '090133.752000', '090133.754000', '090133.757000', '090133.760000', '090133.762000', '090133.765000', '090133.767000', '090133.770000', '090133.772000', '090133.775000', '090133.778000', '090133.780000', '090133.783000', '090133.785000', '090133.788000', '090133.791000', '090133.793000', '090133.796000', '090133.798000', '090133.801000', '090133.803000', '090133.806000', '090133.809000', '090133.811000', '090133.814000', '090133.817000', '090133.819000', '090133.822000', '090133.824000', '090133.827000', '090133.830000', '090133.832000', '090153.721000', '090153.724000', '090153.727000', '090153.730000', '090153.733000', '090153.736000', '090153.738000', '090153.741000', '090153.743000', '090153.746000', '090153.749000', '090153.751000', '090153.754000', '090153.756000', '090153.759000', '090153.761000', '090153.764000', '090153.766000', '090153.769000', '090153.772000', '090153.774000', '090153.777000', '090153.779000', '090153.782000', '090153.784000', '090153.787000', '090153.790000', '090153.792000', '090153.795000', '090153.798000', '090153.800000', '090153.803000', '090153.805000', '090153.808000', '090153.810000', '090153.813000', '090153.816000', '090153.818000', '090153.821000', '090153.823000', '090153.826000', '090153.828000', '090153.831000', '090153.834000', '090213.722000', '090213.724000', '090213.727000', '090213.730000', '090213.732000', '090213.735000', '090213.737000', '090213.740000', '090213.743000', '090213.745000', '090213.748000', '090213.750000', '090213.753000', '090213.755000', '090213.758000', '090213.761000', '090213.763000', '090213.766000', '090213.768000', '090213.771000', '090213.773000', '090213.776000', '090213.779000', '090213.781000', '090213.784000', '090213.786000', '090213.789000', '090213.791000', '090213.794000', '090213.796000', '090213.799000', '090213.802000', '090213.804000', '090213.807000', '090213.809000', '090213.812000', '090213.815000', '090213.817000', '090213.820000', '090213.822000', '090213.825000', '090213.827000', '090213.830000', '090233.720000', '090233.723000', '090233.726000', '090233.729000', '090233.731000', '090233.734000', '090233.747000', '090233.750000', '090233.752000', '090233.755000', '090233.758000', '090233.760000', '090233.763000', '090233.765000', '090233.768000', '090233.771000', '090233.773000', '090233.776000', '090233.778000', '090233.781000', '090233.783000', '090233.786000', '090233.788000', '090233.791000', '090233.794000', '090233.796000', '090233.799000', '090233.801000', '090233.804000', '090233.807000', '090233.809000', '090233.812000', '090233.814000', '090233.817000', '090233.819000', '090233.822000', '090233.825000', '090233.827000', '090233.830000', '090233.832000', '090233.835000', '090233.838000', '090233.840000', '090253.720000', '090253.723000', '090253.726000', '090253.728000', '090253.731000', '090253.735000', '090253.738000', '090253.740000', '090253.743000', '090253.745000', '090253.748000', '090253.750000', '090253.753000', '090253.755000', '090253.758000', '090253.761000', '090253.763000', '090253.766000', '090253.769000', '090253.771000', '090253.774000', '090253.776000', '090253.779000', '090253.781000', '090253.784000', '090253.787000', '090253.789000', '090253.792000', '090253.794000', '090253.797000', '090253.800000', '090253.802000', '090253.805000', '090253.808000', '090253.810000', '090253.813000', '090253.815000', '090253.818000', '090253.821000', '090253.823000', '090253.826000', '090253.828000', '090253.831000', '090253.833000', '090313.721000', '090313.723000', '090313.726000', '090313.728000', '090313.731000', '090313.734000', '090313.736000', '090313.739000', '090313.742000', '090313.744000', '090313.747000', '090313.749000', '090313.752000', '090313.754000', '090313.757000', '090313.759000', '090313.762000', '090313.765000', '090313.767000', '090313.771000', '090313.774000', '090313.777000', '090313.780000', '090313.782000', '090313.785000', '090313.787000', '090313.790000', '090313.793000', '090313.795000', '090313.798000', '090313.800000', '090313.803000', '090313.805000', '090313.808000', '090313.811000', '090313.813000', '090313.816000', '090313.818000', '090313.821000', '090313.824000', '090313.826000', '090313.829000', '090313.832000', '090333.720000', '090333.723000', '090333.726000', '090333.728000', '090333.731000', '090333.734000', '090333.736000', '090333.739000', '090333.741000', '090333.744000', '090333.746000', '090333.749000', '090333.752000', '090333.754000', '090333.757000', '090333.759000', '090333.762000', '090333.764000', '090333.767000', '090333.770000', '090333.772000', '090333.775000', '090333.777000', '090333.780000', '090333.782000', '090333.785000', '090333.788000', '090333.790000', '090333.793000', '090333.796000', '090333.798000', '090333.801000', '090333.804000', '090333.806000', '090333.809000', '090333.811000', '090333.814000', '090333.817000', '090333.819000', '090333.822000', '090333.824000', '090333.827000', '090333.829000', '090333.832000', '090353.721000', '090353.724000', '090353.726000', '090353.729000', '090353.731000', '090353.734000', '090353.737000', '090353.739000', '090353.742000', '090353.744000', '090353.747000', '090353.749000', '090353.752000', '090353.755000', '090353.757000', '090353.760000', '090353.762000', '090353.779000', '090353.781000', '090353.784000', '090353.787000', '090353.789000', '090353.792000', '090353.794000', '090353.797000', '090353.799000', '090353.802000', '090353.805000', '090353.807000', '090353.810000', '090353.813000', '090353.815000', '090353.818000', '090353.820000', '090353.823000', '090353.826000', '090353.828000', '090353.831000', '090353.833000', '090353.836000', '090353.838000', '090353.841000', '090353.843000', '090413.722000', '090413.724000', '090413.727000', '090413.730000', '090413.732000', '090413.735000', '090413.737000', '090413.740000', '090413.742000', '090413.745000', '090413.748000', '090413.750000', '090413.753000', '090413.755000', '090413.758000', '090413.760000', '090413.763000', '090413.766000', '090413.768000', '090413.771000', '090413.773000', '090413.776000', '090413.778000', '090413.781000', '090413.783000', '090413.786000', '090413.789000', '090413.791000', '090413.794000', '090413.796000', '090413.799000', '090413.802000', '090413.804000', '090413.807000', '090413.809000', '090413.812000', '090413.814000', '090413.817000', '090413.820000', '090413.822000', '090413.825000', '090413.827000', '090413.830000', '090413.832000', '090433.721000', '090433.724000', '090433.727000', '090433.730000', '090433.732000', '090433.735000', '090433.737000', '090433.740000', '090433.742000', '090433.745000', '090433.747000', '090433.750000', '090433.752000', '090433.755000', '090433.758000', '090433.760000', '090433.763000', '090433.765000', '090433.768000', '090433.770000', '090433.773000', '090433.775000', '090433.778000', '090433.781000', '090433.783000', '090433.786000', '090433.788000', '090433.791000', '090433.793000', '090433.796000', '090433.798000', '090433.801000', '090433.804000', '090433.806000', '090433.809000', '090433.812000', '090433.815000', '090433.818000', '090433.821000', '090433.823000', '090433.826000', '090433.829000', '090433.831000', '090453.720000', '090453.723000', '090453.726000', '090453.729000', '090453.731000', '090453.734000', '090453.736000', '090453.739000', '090453.741000', '090453.744000', '090453.746000', '090453.749000', '090453.752000', '090453.754000', '090453.757000', '090453.759000', '090453.762000', '090453.765000', '090453.767000', '090453.770000', '090453.772000', '090453.775000', '090453.777000', '090453.780000', '090453.783000', '090453.785000', '090453.788000', '090453.790000', '090453.793000', '090453.795000', '090453.798000', '090453.800000', '090453.803000', '090453.806000', '090453.808000', '090453.811000', '090453.813000', '090453.816000', '090453.818000', '090453.821000', '090453.823000', '090453.826000', '090453.829000', '090453.831000', '090502.290000', '090502.294000', '090502.296000', '090502.299000', '090502.302000', '090502.305000', '090502.308000', '090502.310000', '090502.313000', '090502.315000', '090502.318000', '090502.321000', '090502.323000', '090502.326000', '090502.328000', '090502.331000', '090502.333000', '090502.336000', '090502.339000'], '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': [12656, 15011, 11618, 14194, 11330, 13591, 11017, 13214, 11241, 13275, 10978, 13134, 11482, 12645, 11856, 13392, 11781, 10132, 11938, 10880, 11919, 9829, 13182, 9647, 11641, 11983, 12510, 10077, 12997, 10385, 13264, 10823, 12944, 10687, 13759, 10160, 12670, 11560, 14939, 12489, 9496, 13379, 10590, 13411, 11214, 13836, 10011, 12242, 12649, 12183, 13159, 12420, 11727, 11722, 11473, 12186, 10747, 12531, 10752, 12215, 9744, 12052, 10929, 12450, 11267, 13354, 10221, 12233, 12557, 12014, 12784, 11774, 16048, 11787, 13798, 11967, 15771, 11639, 15547, 11866, 13363, 11395, 15360, 12576, 13139, 12088, 11366, 11768, 11874, 12073, 10334, 12450, 15185, 11992, 15056, 11887, 14692, 12010, 14886, 11110, 13839, 11466, 13240, 12392, 13691, 12297, 12559, 12001, 10500, 13868, 10044, 12639, 14757, 12348, 15856, 12797, 14212, 12534, 15091, 11817, 11355, 12001, 10637, 12644, 10048, 11921, 9970, 11443, 10184, 12054, 11074, 13087, 10922, 13655, 11882, 12737, 11092, 13450, 12162, 14608, 11546, 12539, 11822, 12119, 12570, 9908, 12920, 10500, 11983, 11889, 13550, 11795, 13724, 11560, 11235, 12982, 10265, 14726, 9372, 13726, 10154, 14032, 10706, 13312, 11091, 13228, 11604, 13081, 11747, 12940, 11223, 13767, 10973, 14210, 11776, 14645, 11888, 14987, 11742, 11033, 13303, 10821, 13804, 10921, 13419, 11244, 15488, 10687, 14348, 11699, 14019, 12234, 11029, 13849, 11597, 14215, 11287, 12765, 11345, 12942, 11468, 14184, 12569, 10358, 12097, 10692, 12335, 12180, 13284, 12035, 14600, 11100, 13291, 11490, 13226, 10928, 13203, 10938, 12905, 10901, 12846, 12874, 13813, 13494, 13402, 11810, 13553, 12080, 9218, 12360, 10263, 12640, 11315, 14582, 10872, 14039, 11108, 15009, 12766, 10551, 14616, 11562, 13443, 11948, 15343, 12743, 17479, 12156, 14577, 11527, 13617, 10780, 12794, 10722, 11984, 12167, 12152, 10836, 11736, 10611, 12218, 9903, 11908, 10088, 11618, 11218, 13038, 11140, 13064, 10544, 11500, 11531, 9004, 11899, 11516, 14335, 10709, 13942, 11272, 14545, 11540, 13834, 11936, 13875, 11719, 14060, 11702, 13583, 11694, 13193, 11625, 13284, 11124, 13216, 11871, 13084, 11932, 13899, 11198, 12764, 11928, 10099, 12203, 10356, 12865, 10692, 12773, 11433, 12519, 11302, 12640, 11296, 12440, 13247, 12261, 14459, 11983, 11589, 12246, 10491, 12249, 10236, 12122, 11145, 12747, 11008, 14602, 11866, 9930, 12601, 10501, 13490, 11977, 14312, 12756, 10277, 13822, 10850, 12780, 15783, 12097, 14588, 12495, 14611, 12334, 15455, 11963, 15241, 11835, 14329, 11773, 14273, 11885, 15307, 11617, 14667, 12284, 14328, 11669, 14067, 12532, 11979, 12368, 10228, 12347, 10657, 12588, 9304, 13453, 10206, 13490, 10853, 12757, 11380, 13799, 11509, 13689, 11818, 13657, 11225, 13794, 10813, 13162, 10883, 12836, 11765, 13101, 10752, 12543, 11030, 12715, 12548, 12826, 11603, 12991, 12118, 13137, 12142, 13844, 11589, 13698, 11143, 13297, 11266, 13108, 11444, 13267, 11640, 12430, 10797, 13017, 10854, 13196, 9768, 13740, 10535, 12303, 10053, 13850, 9738, 12535, 10065, 12573, 11211, 13897, 11093, 13523, 11650, 15337, 11339, 13816, 11075, 13085, 10661, 13216, 10880, 12722, 11567, 14110, 11025, 10688, 12309, 10083, 12189, 9750, 12308, 11341, 13734, 10336, 13789, 9924, 13735, 16569, 12668, 15946, 11423, 13768, 10709, 13080, 11254, 12509, 11707, 14847, 11079, 13518, 11476, 13821, 11843, 15973, 11222, 15191, 11126, 14103, 11916, 9891, 13065, 10144, 13038, 10718, 14017, 11121, 15242, 12158, 16219, 11751, 15256, 12544, 13174, 12469, 12011, 12632, 11299, 13029, 12285, 13885, 11219, 14564, 11619, 14062, 11831, 14861, 11894, 11947, 12366, 11793, 12325, 10350, 13146, 10389, 13118, 10829, 13003, 18267, 12004, 14301, 11580, 13399, 11312, 12698, 10798, 12686, 9989, 13086, 9840, 12154, 10004, 12400, 16403, 11479, 13933, 11803, 13397, 10786, 14606, 10503, 12866, 11726, 9719, 12153, 9154, 12413, 10110, 12414, 15971, 11342, 14414, 10960, 13510, 10967, 13254, 11279, 13004, 10444, 12954, 11310, 13894, 10970, 13265, 12102, 14811, 12203, 15051, 11664, 13326, 11073, 13894, 11463, 15507, 11907, 9866, 12502, 10256, 13509, 11574, 15673, 11207, 14146, 12223, 14575, 13574, 10585, 13739, 10556, 13954, 10930, 15207, 11387, 15662, 12109, 11651, 14042, 11115, 14084, 11058, 14253, 10934, 15052, 11977, 15513, 12766, 16245, 12928, 16751, 12078, 11827, 13260, 10293, 13484, 10112, 13712, 10438, 14355, 11111, 14373, 11942, 16386, 13171, 13689, 12870, 11955, 14208, 12105, 13627, 11598, 15305, 13674, 11251, 13379, 11538, 13026, 11717, 15494, 13629, 10233, 13536, 11236, 13299, 13796, 11092, 14864, 11618, 14241, 12856, 10858, 14425, 11847, 15853, 11694, 11499, 13740, 11058, 14120, 10915, 14247, 11704, 13631, 13121, 11162, 13961, 11053, 11920, 13075, 11006, 13099, 11874, 11109, 12638, 10275, 13872, 11737, 15242, 11647, 16249, 12325, 13926, 13318, 12822, 14345, 11846, 13458, 11887, 13838, 11783, 16133, 11377, 11890, 12919, 11076, 13195, 11699, 15742, 11269, 10647, 12656, 10201, 15351, 10322, 13947, 12008, 14080, 11690, 14059, 11985, 16490, 12671, 15244, 11904, 13590, 13067, 9732, 12634, 10531, 13171, 11052, 16476, 11287, 10483, 12779, 10362, 13769, 10733, 13282, 10726, 14067, 11211, 14559, 10982, 14231, 10747, 14180, 10986, 14122, 11221, 13653, 11318, 14230, 12159, 14488, 12523, 11190, 13716, 11828, 13328, 10322, 13047, 12779, 11371, 12532, 10962, 15802, 13598, 11497, 14001, 11729, 13347, 11206, 18401, 12874, 10709, 13287, 10560, 13337, 16019, 10795, 13679, 14064, 12197, 14808, 11013, 14833, 11560, 12762, 11770, 13595, 15173, 13512, 14715, 12895, 13265, 12852, 13664, 12422, 13433, 12532, 12581, 12098, 13101, 12463, 14895, 11548, 12676, 10912, 12731, 11146, 13130, 12999, 13773, 14108, 12780, 15686, 11809, 16084, 12242, 14751, 11103, 14017, 10838, 13663, 10914, 13517, 11294, 13897, 11198, 13857, 10587, 13731, 10814, 13549, 10911, 13776, 10656, 13816, 9997, 13290, 10030, 13593, 10781, 13452, 10091, 13950, 10912, 12706, 12282, 9124, 13175, 10076, 13573, 10239, 13905, 10396, 14159, 10108, 13983, 11337, 14564, 11742, 15477, 11987, 13000, 12730, 11199, 13839, 10652, 14254, 11284, 14469, 11641, 14488, 11583, 14798, 11189, 14138, 10840, 13664, 11046, 13508, 11325, 13128, 10953, 12854, 10949, 12793, 11191, 12463, 10344, 12890, 10626, 13719, 11272, 15856, 12046, 12625, 12712, 12064, 12496, 11813, 12995, 11048, 13103, 14290, 12492, 15587, 10720, 13859, 10763, 13359, 11154, 12680, 11587, 12167, 15671, 12188, 16481, 11059, 14566, 10819, 13759, 11230, 13471, 11039, 13562, 10654, 13416, 10311, 13904, 10808, 13544, 10809, 12959, 10751, 14251, 10898, 14674, 10577, 15527, 11094, 15830, 11733, 11811, 12531, 10428, 14069, 10525, 14776, 10206, 14578, 12012, 15731, 12593, 12976, 14093, 10140, 14020, 10714, 14649, 11569, 14987, 12508, 15470, 12855, 15044, 13034, 14947, 12480, 15559, 12993, 15342, 12893, 14448, 12213, 14098, 11926, 14467, 12330, 13682, 11908, 13691, 10710, 13413, 10840, 13578, 10476, 13216, 10283, 13839, 10844, 13790, 10242, 13924, 10545, 14444, 11068, 14630, 11358, 14993, 10710, 14091, 10249, 13474, 10402, 12887, 10044, 12548, 10311, 12531, 10291, 12831, 9902, 12957, 10475, 13236, 10078, 13816, 10880, 14203, 9940, 14119, 10876, 14694, 11672, 14802, 11148, 15293, 11183, 15076, 11923, 14466, 10740, 14502, 11691, 14797, 10526, 13888, 10601, 13424, 10258, 12889, 10444, 12249, 12354, 12172, 12159, 12542, 13729, 12064, 15647, 11307, 15448, 11103, 14164, 10492, 14512, 10947, 14045, 10641, 14558, 10435, 14954, 11237, 12564, 12581, 10146, 13168, 10831, 13231, 11870, 13631, 10493, 13741, 10932, 13208, 13436, 13644, 12826, 13153, 13644, 12610, 15772, 12193, 15787, 12592, 16033, 11722, 15077, 11192, 14895, 11447, 14147, 10195, 13397, 10691, 13659, 10399, 13167, 9937, 13816, 10413, 13863, 11205, 15507, 11050, 14457, 10851, 14507, 11048, 14944, 11963, 15224], 'WindowCenter': [4995.0, 4987.0, 4944.0, 4949.0, 4931.0, 4949.0, 4908.0, 4927.0, 4901.0, 4924.0, 4904.0, 4922.0, 4915.0, 4913.0, 4912.0, 4923.0, 4915.0, 4895.0, 4915.0, 4904.0, 4916.0, 4893.0, 4928.0, 4886.0, 4917.0, 4902.0, 4889.0, 4846.0, 4875.0, 4832.0, 4885.0, 4920.0, 4938.0, 4896.0, 4936.0, 4922.0, 4940.0, 4931.0, 4969.0, 4951.0, 4922.0, 4964.0, 4935.0, 4966.0, 4944.0, 4966.0, 4925.0, 4968.0, 4967.0, 4957.0, 4951.0, 4944.0, 4929.0, 4941.0, 4931.0, 4939.0, 4920.0, 4941.0, 4932.0, 4941.0, 4913.0, 4941.0, 4932.0, 4951.0, 4934.0, 4964.0, 4920.0, 4944.0, 4940.0, 4943.0, 4940.0, 4944.0, 4946.0, 4916.0, 4923.0, 4931.0, 4969.0, 4931.0, 4954.0, 4957.0, 4961.0, 4943.0, 4960.0, 4941.0, 4936.0, 4941.0, 4929.0, 4942.0, 4942.0, 4943.0, 4921.0, 4952.0, 4957.0, 4941.0, 4960.0, 4930.0, 4948.0, 4928.0, 4944.0, 4921.0, 4947.0, 4929.0, 4937.0, 4941.0, 4948.0, 4953.0, 4939.0, 4952.0, 4930.0, 4963.0, 4911.0, 4944.0, 4959.0, 4943.0, 4959.0, 4938.0, 4946.0, 4929.0, 4946.0, 4927.0, 4918.0, 4928.0, 4907.0, 4939.0, 4908.0, 4931.0, 4910.0, 4932.0, 4922.0, 4941.0, 4943.0, 4953.0, 4933.0, 4962.0, 4944.0, 4950.0, 4945.0, 4952.0, 4955.0, 4962.0, 4944.0, 4939.0, 4946.0, 4941.0, 4953.0, 4911.0, 4953.0, 4933.0, 4954.0, 4954.0, 4963.0, 4954.0, 4962.0, 4955.0, 4943.0, 4967.0, 4936.0, 4978.0, 4916.0, 4964.0, 4925.0, 4965.0, 4923.0, 4954.0, 4932.0, 4954.0, 4932.0, 4952.0, 4944.0, 4949.0, 4931.0, 4949.0, 4932.0, 4976.0, 4988.0, 5023.0, 4978.0, 4965.0, 4937.0, 4926.0, 4955.0, 4923.0, 4954.0, 4933.0, 4954.0, 4937.0, 4946.0, 4907.0, 4937.0, 4901.0, 4932.0, 4928.0, 4917.0, 4949.0, 4929.0, 4962.0, 4931.0, 4951.0, 4928.0, 4935.0, 4930.0, 4960.0, 4952.0, 4920.0, 4942.0, 4934.0, 4952.0, 4953.0, 4965.0, 4944.0, 4963.0, 4931.0, 4953.0, 4926.0, 4942.0, 4919.0, 4941.0, 4908.0, 4939.0, 4920.0, 4941.0, 4927.0, 4938.0, 4927.0, 4924.0, 4917.0, 4935.0, 4950.0, 4924.0, 4953.0, 4930.0, 4962.0, 4943.0, 4971.0, 4947.0, 4963.0, 4934.0, 4970.0, 4956.0, 4922.0, 4958.0, 4918.0, 4938.0, 4916.0, 4944.0, 4913.0, 4944.0, 4900.0, 4917.0, 4890.0, 4907.0, 4879.0, 4912.0, 4890.0, 4900.0, 4909.0, 4910.0, 4903.0, 4915.0, 4900.0, 4927.0, 4905.0, 4928.0, 4916.0, 4929.0, 4942.0, 4997.0, 4942.0, 4963.0, 4934.0, 4941.0, 4944.0, 4913.0, 4967.0, 4957.0, 4976.0, 4946.0, 4973.0, 4957.0, 4976.0, 4957.0, 4964.0, 4956.0, 4962.0, 4953.0, 4963.0, 4943.0, 4949.0, 4942.0, 4949.0, 4929.0, 4939.0, 4929.0, 4938.0, 4928.0, 4938.0, 4928.0, 4948.0, 4930.0, 4945.0, 4941.0, 4919.0, 4949.0, 4922.0, 4951.0, 4930.0, 4953.0, 4931.0, 4953.0, 4931.0, 4950.0, 4928.0, 4940.0, 4937.0, 4939.0, 4956.0, 4941.0, 4925.0, 4938.0, 4916.0, 4939.0, 4920.0, 4950.0, 4943.0, 4962.0, 4945.0, 4986.0, 4968.0, 4938.0, 4966.0, 4945.0, 4975.0, 4970.0, 4985.0, 4969.0, 4937.0, 4978.0, 4936.0, 4968.0, 4984.0, 4957.0, 4962.0, 4953.0, 4961.0, 4943.0, 4958.0, 4943.0, 4959.0, 4930.0, 4946.0, 4941.0, 4954.0, 4941.0, 4956.0, 4930.0, 4957.0, 4941.0, 4957.0, 4940.0, 4961.0, 4955.0, 4939.0, 4951.0, 4922.0, 4953.0, 4934.0, 4955.0, 4925.0, 4962.0, 4932.0, 4964.0, 4936.0, 4954.0, 4943.0, 4963.0, 4943.0, 4964.0, 4943.0, 4963.0, 4935.0, 4951.0, 4931.0, 4948.0, 4933.0, 4941.0, 4940.0, 4950.0, 4930.0, 4940.0, 4933.0, 4949.0, 4951.0, 4949.0, 4944.0, 4949.0, 4944.0, 4951.0, 4943.0, 4950.0, 4943.0, 4950.0, 4931.0, 4950.0, 4932.0, 4940.0, 4928.0, 4939.0, 4929.0, 4938.0, 4919.0, 4948.0, 4921.0, 4949.0, 4919.0, 4960.0, 4930.0, 4951.0, 4921.0, 4960.0, 4911.0, 4952.0, 4924.0, 4954.0, 4945.0, 4964.0, 4945.0, 4962.0, 4954.0, 4970.0, 4947.0, 4965.0, 4946.0, 4955.0, 4934.0, 4951.0, 4933.0, 4950.0, 4942.0, 4962.0, 4933.0, 4933.0, 4955.0, 4936.0, 4955.0, 4941.0, 4970.0, 4958.0, 4976.0, 4937.0, 4963.0, 4926.0, 4968.0, 4981.0, 4957.0, 4971.0, 4942.0, 4950.0, 4920.0, 4936.0, 4931.0, 4939.0, 4939.0, 4956.0, 4931.0, 4951.0, 4945.0, 4960.0, 4955.0, 4970.0, 4943.0, 4973.0, 4945.0, 4963.0, 4943.0, 4925.0, 4977.0, 4937.0, 4966.0, 4945.0, 4976.0, 4947.0, 4972.0, 4957.0, 4986.0, 4957.0, 4974.0, 4955.0, 4952.0, 4953.0, 4939.0, 4943.0, 4920.0, 4942.0, 4927.0, 4948.0, 4931.0, 4964.0, 4921.0, 4949.0, 4930.0, 4948.0, 4933.0, 4929.0, 4954.0, 4930.0, 4952.0, 4923.0, 4948.0, 4922.0, 4952.0, 4918.0, 4953.0, 4965.0, 4931.0, 4948.0, 4930.0, 4937.0, 4917.0, 4927.0, 4918.0, 4937.0, 4911.0, 4949.0, 4912.0, 4942.0, 4910.0, 4943.0, 4957.0, 4932.0, 4949.0, 4929.0, 4938.0, 4932.0, 4957.0, 4930.0, 4952.0, 4955.0, 4924.0, 4956.0, 4925.0, 4968.0, 4937.0, 4968.0, 4984.0, 4947.0, 4964.0, 4933.0, 4953.0, 4923.0, 4951.0, 4921.0, 4951.0, 4921.0, 4948.0, 4940.0, 4962.0, 4933.0, 4953.0, 4954.0, 4971.0, 4957.0, 4975.0, 4945.0, 4952.0, 4934.0, 4950.0, 4944.0, 4971.0, 4943.0, 4924.0, 4954.0, 4937.0, 4966.0, 4956.0, 4985.0, 4959.0, 4987.0, 4971.0, 4948.0, 4952.0, 4922.0, 4953.0, 4950.0, 4992.0, 4949.0, 4975.0, 4946.0, 4972.0, 4956.0, 4945.0, 4975.0, 4945.0, 4965.0, 4943.0, 4963.0, 4934.0, 4962.0, 4943.0, 4961.0, 4953.0, 4969.0, 4943.0, 4968.0, 4932.0, 4929.0, 4949.0, 4910.0, 4950.0, 4920.0, 4949.0, 4922.0, 4960.0, 4933.0, 4961.0, 4944.0, 4970.0, 4954.0, 4964.0, 5012.0, 5015.0, 4994.0, 4959.0, 4956.0, 4935.0, 4960.0, 4952.0, 4921.0, 4941.0, 4932.0, 4955.0, 4944.0, 4933.0, 4907.0, 4879.0, 4935.0, 4918.0, 4948.0, 4964.0, 4933.0, 4963.0, 4945.0, 4960.0, 4953.0, 4934.0, 4964.0, 4944.0, 4971.0, 4955.0, 4944.0, 4964.0, 4935.0, 4964.0, 4936.0, 4963.0, 4956.0, 4976.0, 4968.0, 4958.0, 4975.0, 4957.0, 4966.0, 4979.0, 4959.0, 4979.0, 4972.0, 4958.0, 4971.0, 4951.0, 4980.0, 4960.0, 4988.0, 4961.0, 4982.0, 4956.0, 4961.0, 4965.0, 4954.0, 4962.0, 4933.0, 4952.0, 4932.0, 4951.0, 4933.0, 4956.0, 4932.0, 4931.0, 4941.0, 4930.0, 4952.0, 4942.0, 4970.0, 4934.0, 4933.0, 4955.0, 4913.0, 4981.0, 4942.0, 4955.0, 4948.0, 4954.0, 4947.0, 4954.0, 4937.0, 4972.0, 4945.0, 4962.0, 4947.0, 4954.0, 4943.0, 4915.0, 4943.0, 4925.0, 4954.0, 4936.0, 4973.0, 4948.0, 4936.0, 4956.0, 4924.0, 4965.0, 4934.0, 4955.0, 4936.0, 4964.0, 4935.0, 4963.0, 4924.0, 4949.0, 4923.0, 4950.0, 4922.0, 4949.0, 4922.0, 4950.0, 4931.0, 4951.0, 4943.0, 4960.0, 4957.0, 4958.0, 4977.0, 4965.0, 4977.0, 4952.0, 4976.0, 5004.0, 4972.0, 4981.0, 4961.0, 4998.0, 4992.0, 4958.0, 4989.0, 4959.0, 4967.0, 4938.0, 4985.0, 4946.0, 4924.0, 4954.0, 4925.0, 4957.0, 4962.0, 4912.0, 4941.0, 4936.0, 4930.0, 4939.0, 4906.0, 4938.0, 4905.0, 4928.0, 4905.0, 4926.0, 4923.0, 4913.0, 4922.0, 4914.0, 4910.0, 4912.0, 4920.0, 4912.0, 4910.0, 4912.0, 4901.0, 4903.0, 4912.0, 4903.0, 4932.0, 4902.0, 4914.0, 4892.0, 4926.0, 4904.0, 4926.0, 4924.0, 4934.0, 4932.0, 4926.0, 4943.0, 4918.0, 4945.0, 4928.0, 4944.0, 4918.0, 4946.0, 4920.0, 4949.0, 4933.0, 4949.0, 4934.0, 4952.0, 4934.0, 4952.0, 4935.0, 4963.0, 4934.0, 4954.0, 4936.0, 4962.0, 4936.0, 4964.0, 4926.0, 4964.0, 4927.0, 4962.0, 4935.0, 4963.0, 4924.0, 4962.0, 4948.0, 4964.0, 4957.0, 4928.0, 4976.0, 4939.0, 4978.0, 4948.0, 4979.0, 4938.0, 4977.0, 4951.0, 4978.0, 4959.0, 4977.0, 4957.0, 4984.0, 4959.0, 4977.0, 4967.0, 4947.0, 4968.0, 4948.0, 4977.0, 4949.0, 4976.0, 4949.0, 4976.0, 4945.0, 4974.0, 4946.0, 4966.0, 4937.0, 4955.0, 4934.0, 4953.0, 4920.0, 4939.0, 4918.0, 4940.0, 4919.0, 4951.0, 4931.0, 4940.0, 4923.0, 4948.0, 4935.0, 4961.0, 4945.0, 4972.0, 4956.0, 4953.0, 4957.0, 4945.0, 4958.0, 4944.0, 4957.0, 4936.0, 4966.0, 4963.0, 4957.0, 4974.0, 4924.0, 4953.0, 4923.0, 4952.0, 4920.0, 4942.0, 4931.0, 4932.0, 4960.0, 4942.0, 4968.0, 4932.0, 4960.0, 4935.0, 4953.0, 4933.0, 4951.0, 4932.0, 4951.0, 4922.0, 4952.0, 4923.0, 4953.0, 4934.0, 4954.0, 4936.0, 4955.0, 4936.0, 4963.0, 4934.0, 4961.0, 4935.0, 4973.0, 4948.0, 4973.0, 4947.0, 4943.0, 4957.0, 4950.0, 4988.0, 4961.0, 4989.0, 4938.0, 4978.0, 4960.0, 4975.0, 4958.0, 4957.0, 4966.0, 4927.0, 4965.0, 4937.0, 4965.0, 4947.0, 4964.0, 4955.0, 4964.0, 4954.0, 4962.0, 4954.0, 4960.0, 4943.0, 4958.0, 4943.0, 4958.0, 4941.0, 4950.0, 4942.0, 4951.0, 4944.0, 4950.0, 4944.0, 4952.0, 4944.0, 4953.0, 4925.0, 4952.0, 4923.0, 4948.0, 4925.0, 4952.0, 4924.0, 4962.0, 4936.0, 4953.0, 4925.0, 4963.0, 4935.0, 4965.0, 4947.0, 4975.0, 4948.0, 4975.0, 4926.0, 4965.0, 4923.0, 4954.0, 4924.0, 4944.0, 4913.0, 4955.0, 4924.0, 4952.0, 4925.0, 4954.0, 4925.0, 4964.0, 4947.0, 4966.0, 4941.0, 4979.0, 4949.0, 4977.0, 4939.0, 4978.0, 4950.0, 4977.0, 4960.0, 4976.0, 4951.0, 4976.0, 4949.0, 4976.0, 4948.0, 4965.0, 4936.0, 4965.0, 4944.0, 4963.0, 4924.0, 4953.0, 4924.0, 4954.0, 4912.0, 4953.0, 4922.0, 4945.0, 4943.0, 4957.0, 4946.0, 4957.0, 4964.0, 4958.0, 4974.0, 4948.0, 4985.0, 4949.0, 4966.0, 4938.0, 4977.0, 4950.0, 4967.0, 4939.0, 4976.0, 4949.0, 4975.0, 4951.0, 4958.0, 4968.0, 4938.0, 4969.0, 4948.0, 4969.0, 4958.0, 4969.0, 4937.0, 4968.0, 4936.0, 4966.0, 4954.0, 4965.0, 4953.0, 4955.0, 4951.0, 4954.0, 4971.0, 4944.0, 4972.0, 4955.0, 4971.0, 4945.0, 4962.0, 4933.0, 4962.0, 4932.0, 4952.0, 4913.0, 4949.0, 4924.0, 4952.0, 4924.0, 4952.0, 4927.0, 4963.0, 4937.0, 4965.0, 4947.0, 4973.0, 4949.0, 4975.0, 4949.0, 4977.0, 4950.0, 4974.0, 4957.0, 4977.0], 'WindowWidth': [10850.0, 10826.0, 10755.0, 10753.0, 10729.0, 10750.0, 10691.0, 10716.0, 10674.0, 10704.0, 10680.0, 10699.0, 10694.0, 10688.0, 10690.0, 10702.0, 10695.0, 10666.0, 10696.0, 10677.0, 10698.0, 10663.0, 10716.0, 10655.0, 10703.0, 10671.0, 10643.0, 10576.0, 10611.0, 10551.0, 10635.0, 10709.0, 10734.0, 10667.0, 10725.0, 10717.0, 10739.0, 10729.0, 10780.0, 10759.0, 10720.0, 10782.0, 10741.0, 10789.0, 10755.0, 10786.0, 10727.0, 10796.0, 10790.0, 10774.0, 10756.0, 10751.0, 10724.0, 10748.0, 10728.0, 10741.0, 10712.0, 10742.0, 10730.0, 10743.0, 10708.0, 10744.0, 10735.0, 10758.0, 10736.0, 10779.0, 10714.0, 10753.0, 10740.0, 10748.0, 10738.0, 10754.0, 10742.0, 10698.0, 10707.0, 10730.0, 10781.0, 10729.0, 10753.0, 10779.0, 10775.0, 10750.0, 10768.0, 10743.0, 10731.0, 10744.0, 10725.0, 10749.0, 10745.0, 10750.0, 10715.0, 10763.0, 10764.0, 10744.0, 10768.0, 10728.0, 10747.0, 10721.0, 10739.0, 10713.0, 10744.0, 10723.0, 10732.0, 10740.0, 10749.0, 10764.0, 10741.0, 10761.0, 10728.0, 10776.0, 10702.0, 10752.0, 10765.0, 10747.0, 10764.0, 10736.0, 10743.0, 10724.0, 10745.0, 10721.0, 10706.0, 10722.0, 10688.0, 10737.0, 10691.0, 10727.0, 10697.0, 10729.0, 10717.0, 10743.0, 10748.0, 10762.0, 10738.0, 10773.0, 10752.0, 10757.0, 10755.0, 10761.0, 10768.0, 10772.0, 10752.0, 10738.0, 10756.0, 10742.0, 10762.0, 10702.0, 10764.0, 10734.0, 10769.0, 10768.0, 10776.0, 10770.0, 10777.0, 10770.0, 10750.0, 10790.0, 10741.0, 10802.0, 10713.0, 10782.0, 10725.0, 10784.0, 10721.0, 10765.0, 10731.0, 10763.0, 10731.0, 10760.0, 10748.0, 10753.0, 10729.0, 10750.0, 10730.0, 10801.0, 10837.0, 10893.0, 10820.0, 10778.0, 10737.0, 10722.0, 10762.0, 10711.0, 10754.0, 10733.0, 10759.0, 10741.0, 10740.0, 10685.0, 10727.0, 10668.0, 10716.0, 10721.0, 10705.0, 10752.0, 10724.0, 10772.0, 10729.0, 10760.0, 10723.0, 10729.0, 10729.0, 10767.0, 10763.0, 10715.0, 10747.0, 10738.0, 10761.0, 10765.0, 10786.0, 10752.0, 10775.0, 10731.0, 10763.0, 10717.0, 10746.0, 10711.0, 10741.0, 10691.0, 10739.0, 10712.0, 10742.0, 10716.0, 10733.0, 10714.0, 10707.0, 10701.0, 10726.0, 10759.0, 10727.0, 10764.0, 10730.0, 10779.0, 10751.0, 10789.0, 10759.0, 10779.0, 10738.0, 10785.0, 10769.0, 10716.0, 10764.0, 10706.0, 10733.0, 10698.0, 10737.0, 10690.0, 10735.0, 10668.0, 10688.0, 10653.0, 10675.0, 10635.0, 10686.0, 10650.0, 10667.0, 10677.0, 10682.0, 10676.0, 10697.0, 10672.0, 10716.0, 10684.0, 10720.0, 10701.0, 10726.0, 10749.0, 10844.0, 10749.0, 10781.0, 10736.0, 10744.0, 10753.0, 10712.0, 10793.0, 10776.0, 10801.0, 10761.0, 10794.0, 10777.0, 10799.0, 10776.0, 10781.0, 10771.0, 10775.0, 10765.0, 10777.0, 10749.0, 10753.0, 10745.0, 10754.0, 10724.0, 10735.0, 10723.0, 10733.0, 10720.0, 10733.0, 10721.0, 10746.0, 10728.0, 10743.0, 10743.0, 10712.0, 10757.0, 10716.0, 10758.0, 10727.0, 10764.0, 10728.0, 10763.0, 10728.0, 10756.0, 10722.0, 10741.0, 10731.0, 10738.0, 10759.0, 10741.0, 10714.0, 10736.0, 10704.0, 10739.0, 10715.0, 10756.0, 10751.0, 10774.0, 10757.0, 10816.0, 10793.0, 10749.0, 10784.0, 10755.0, 10799.0, 10799.0, 10814.0, 10796.0, 10746.0, 10806.0, 10744.0, 10793.0, 10808.0, 10773.0, 10774.0, 10765.0, 10771.0, 10749.0, 10764.0, 10747.0, 10765.0, 10727.0, 10744.0, 10743.0, 10753.0, 10744.0, 10759.0, 10728.0, 10759.0, 10744.0, 10762.0, 10743.0, 10774.0, 10771.0, 10737.0, 10758.0, 10717.0, 10763.0, 10736.0, 10769.0, 10728.0, 10778.0, 10734.0, 10778.0, 10742.0, 10766.0, 10753.0, 10777.0, 10752.0, 10780.0, 10751.0, 10776.0, 10739.0, 10757.0, 10730.0, 10750.0, 10733.0, 10741.0, 10741.0, 10752.0, 10728.0, 10740.0, 10736.0, 10753.0, 10758.0, 10751.0, 10751.0, 10753.0, 10752.0, 10758.0, 10749.0, 10753.0, 10747.0, 10754.0, 10729.0, 10753.0, 10731.0, 10740.0, 10722.0, 10735.0, 10722.0, 10733.0, 10710.0, 10750.0, 10714.0, 10751.0, 10710.0, 10770.0, 10726.0, 10760.0, 10715.0, 10769.0, 10702.0, 10761.0, 10726.0, 10768.0, 10757.0, 10781.0, 10757.0, 10776.0, 10769.0, 10787.0, 10762.0, 10782.0, 10756.0, 10768.0, 10737.0, 10759.0, 10734.0, 10756.0, 10746.0, 10772.0, 10738.0, 10736.0, 10772.0, 10745.0, 10772.0, 10760.0, 10800.0, 10778.0, 10804.0, 10749.0, 10780.0, 10730.0, 10793.0, 10802.0, 10774.0, 10787.0, 10747.0, 10755.0, 10712.0, 10730.0, 10728.0, 10735.0, 10739.0, 10759.0, 10731.0, 10757.0, 10756.0, 10771.0, 10769.0, 10785.0, 10751.0, 10791.0, 10756.0, 10776.0, 10751.0, 10726.0, 10805.0, 10749.0, 10789.0, 10760.0, 10798.0, 10761.0, 10790.0, 10776.0, 10813.0, 10776.0, 10792.0, 10768.0, 10756.0, 10764.0, 10738.0, 10750.0, 10711.0, 10744.0, 10717.0, 10749.0, 10727.0, 10778.0, 10711.0, 10750.0, 10723.0, 10747.0, 10732.0, 10723.0, 10766.0, 10725.0, 10762.0, 10720.0, 10751.0, 10718.0, 10761.0, 10708.0, 10762.0, 10771.0, 10726.0, 10747.0, 10723.0, 10731.0, 10704.0, 10714.0, 10709.0, 10732.0, 10702.0, 10754.0, 10704.0, 10745.0, 10698.0, 10748.0, 10760.0, 10730.0, 10749.0, 10724.0, 10734.0, 10731.0, 10759.0, 10730.0, 10759.0, 10769.0, 10725.0, 10774.0, 10730.0, 10793.0, 10747.0, 10794.0, 10810.0, 10759.0, 10779.0, 10736.0, 10765.0, 10718.0, 10758.0, 10713.0, 10754.0, 10714.0, 10749.0, 10744.0, 10772.0, 10738.0, 10761.0, 10768.0, 10787.0, 10775.0, 10798.0, 10755.0, 10760.0, 10736.0, 10754.0, 10753.0, 10787.0, 10750.0, 10725.0, 10766.0, 10746.0, 10785.0, 10773.0, 10809.0, 10780.0, 10821.0, 10801.0, 10746.0, 10756.0, 10713.0, 10759.0, 10771.0, 10832.0, 10765.0, 10797.0, 10758.0, 10788.0, 10770.0, 10753.0, 10798.0, 10752.0, 10783.0, 10749.0, 10776.0, 10738.0, 10773.0, 10749.0, 10769.0, 10761.0, 10777.0, 10747.0, 10777.0, 10731.0, 10722.0, 10750.0, 10698.0, 10754.0, 10712.0, 10752.0, 10718.0, 10767.0, 10735.0, 10769.0, 10750.0, 10782.0, 10763.0, 10783.0, 10879.0, 10887.0, 10834.0, 10777.0, 10767.0, 10737.0, 10765.0, 10757.0, 10713.0, 10739.0, 10727.0, 10762.0, 10753.0, 10713.0, 10667.0, 10636.0, 10720.0, 10707.0, 10747.0, 10777.0, 10733.0, 10775.0, 10753.0, 10769.0, 10761.0, 10737.0, 10778.0, 10750.0, 10787.0, 10771.0, 10749.0, 10780.0, 10738.0, 10777.0, 10743.0, 10775.0, 10771.0, 10799.0, 10790.0, 10779.0, 10798.0, 10780.0, 10789.0, 10809.0, 10785.0, 10812.0, 10804.0, 10781.0, 10802.0, 10772.0, 10813.0, 10785.0, 10819.0, 10786.0, 10805.0, 10773.0, 10775.0, 10783.0, 10763.0, 10773.0, 10732.0, 10757.0, 10731.0, 10755.0, 10734.0, 10760.0, 10732.0, 10727.0, 10741.0, 10726.0, 10761.0, 10746.0, 10782.0, 10738.0, 10734.0, 10768.0, 10701.0, 10806.0, 10753.0, 10762.0, 10755.0, 10758.0, 10754.0, 10760.0, 10740.0, 10782.0, 10750.0, 10768.0, 10755.0, 10760.0, 10745.0, 10708.0, 10745.0, 10723.0, 10761.0, 10741.0, 10788.0, 10765.0, 10741.0, 10768.0, 10721.0, 10781.0, 10737.0, 10766.0, 10740.0, 10776.0, 10737.0, 10775.0, 10720.0, 10750.0, 10716.0, 10749.0, 10715.0, 10749.0, 10715.0, 10748.0, 10729.0, 10755.0, 10748.0, 10770.0, 10774.0, 10779.0, 10807.0, 10789.0, 10803.0, 10778.0, 10803.0, 10858.0, 10807.0, 10817.0, 10791.0, 10837.0, 10832.0, 10783.0, 10826.0, 10785.0, 10791.0, 10745.0, 10808.0, 10752.0, 10721.0, 10763.0, 10720.0, 10770.0, 10772.0, 10699.0, 10739.0, 10725.0, 10722.0, 10732.0, 10686.0, 10729.0, 10681.0, 10716.0, 10677.0, 10710.0, 10701.0, 10688.0, 10698.0, 10689.0, 10681.0, 10685.0, 10696.0, 10686.0, 10678.0, 10685.0, 10668.0, 10673.0, 10685.0, 10672.0, 10714.0, 10672.0, 10692.0, 10658.0, 10711.0, 10676.0, 10710.0, 10703.0, 10720.0, 10715.0, 10711.0, 10731.0, 10702.0, 10735.0, 10718.0, 10736.0, 10705.0, 10740.0, 10712.0, 10748.0, 10733.0, 10750.0, 10734.0, 10756.0, 10736.0, 10757.0, 10737.0, 10772.0, 10736.0, 10763.0, 10741.0, 10772.0, 10742.0, 10778.0, 10729.0, 10779.0, 10732.0, 10775.0, 10739.0, 10775.0, 10725.0, 10773.0, 10761.0, 10780.0, 10775.0, 10735.0, 10801.0, 10753.0, 10808.0, 10765.0, 10808.0, 10750.0, 10802.0, 10773.0, 10806.0, 10779.0, 10802.0, 10775.0, 10809.0, 10780.0, 10803.0, 10793.0, 10760.0, 10789.0, 10763.0, 10800.0, 10766.0, 10799.0, 10765.0, 10798.0, 10757.0, 10793.0, 10757.0, 10782.0, 10743.0, 10769.0, 10733.0, 10759.0, 10708.0, 10737.0, 10705.0, 10738.0, 10708.0, 10757.0, 10727.0, 10739.0, 10719.0, 10749.0, 10738.0, 10771.0, 10755.0, 10787.0, 10769.0, 10761.0, 10771.0, 10753.0, 10775.0, 10751.0, 10772.0, 10739.0, 10786.0, 10777.0, 10773.0, 10795.0, 10722.0, 10759.0, 10717.0, 10759.0, 10710.0, 10744.0, 10726.0, 10731.0, 10766.0, 10743.0, 10775.0, 10732.0, 10767.0, 10738.0, 10761.0, 10735.0, 10757.0, 10730.0, 10755.0, 10716.0, 10757.0, 10721.0, 10759.0, 10736.0, 10763.0, 10741.0, 10767.0, 10739.0, 10774.0, 10737.0, 10770.0, 10739.0, 10788.0, 10762.0, 10790.0, 10757.0, 10748.0, 10772.0, 10766.0, 10822.0, 10788.0, 10820.0, 10747.0, 10802.0, 10781.0, 10795.0, 10776.0, 10771.0, 10781.0, 10727.0, 10779.0, 10745.0, 10780.0, 10756.0, 10778.0, 10766.0, 10776.0, 10764.0, 10771.0, 10761.0, 10767.0, 10744.0, 10759.0, 10744.0, 10760.0, 10742.0, 10752.0, 10744.0, 10756.0, 10747.0, 10751.0, 10750.0, 10757.0, 10749.0, 10761.0, 10725.0, 10760.0, 10720.0, 10748.0, 10723.0, 10759.0, 10723.0, 10774.0, 10740.0, 10760.0, 10727.0, 10774.0, 10743.0, 10781.0, 10759.0, 10794.0, 10761.0, 10796.0, 10727.0, 10781.0, 10719.0, 10765.0, 10720.0, 10750.0, 10705.0, 10765.0, 10721.0, 10762.0, 10724.0, 10765.0, 10727.0, 10780.0, 10759.0, 10787.0, 10756.0, 10805.0, 10765.0, 10803.0, 10753.0, 10802.0, 10766.0, 10801.0, 10781.0, 10798.0, 10769.0, 10799.0, 10765.0, 10799.0, 10761.0, 10780.0, 10742.0, 10781.0, 10748.0, 10777.0, 10721.0, 10762.0, 10718.0, 10763.0, 10701.0, 10761.0, 10717.0, 10755.0, 10749.0, 10773.0, 10754.0, 10774.0, 10779.0, 10775.0, 10794.0, 10764.0, 10810.0, 10765.0, 10784.0, 10749.0, 10799.0, 10768.0, 10787.0, 10751.0, 10797.0, 10767.0, 10796.0, 10770.0, 10776.0, 10791.0, 10748.0, 10794.0, 10760.0, 10797.0, 10776.0, 10792.0, 10743.0, 10791.0, 10741.0, 10787.0, 10766.0, 10783.0, 10760.0, 10767.0, 10757.0, 10765.0, 10784.0, 10751.0, 10784.0, 10765.0, 10784.0, 10752.0, 10772.0, 10735.0, 10771.0, 10732.0, 10757.0, 10706.0, 10752.0, 10723.0, 10756.0, 10722.0, 10758.0, 10732.0, 10776.0, 10746.0, 10781.0, 10760.0, 10791.0, 10765.0, 10796.0, 10766.0, 10801.0, 10766.0, 10793.0, 10775.0, 10798.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.0024977028258887876</td></tr>
<tr><td colspan=3>aqi</td><td>0.027571509845031907</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.600887827746334</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3545514465054727</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0219161594251829</td></tr>
<tr><td colspan=3>efc</td><td>0.5015</td></tr>
<tr><td colspan=3>fber</td><td>5679.4253</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12639214491898615</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.485870556061988</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.338513017134684</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.239621219330542</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6274215737210245</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.148496258352487</td></tr>
<tr><td colspan=3>gcor</td><td>0.0176249</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00775126600638032</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041345205157995224</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.071832351397118</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>18.1572</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.3144</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.3573</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292521.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1127.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.8493</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1318</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.3026</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4105.7656</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1056.7661</td></tr>
<tr><td colspan=3>tsnr</td><td>37.755865009501576</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>