<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-02/func/sub-0109_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>3cc12e0c49a6e2891d95f60dc17196de</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:00:13.110000</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.999732, 0.0223292, -0.00614155, -0.0214651, 0.992996, 0.116183]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0820448</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>[4216, -7777, -7214, 354, -155, 45, 91, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dcb962cf-9758-4f6f-87da-ce7d19c40085||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.6822073459625244, -0.05758918821811676, -0.02347058802843094, 116.10602569580078], [-0.05990773066878319, 2.664135217666626, 0.313254177570343, -110.92465209960938], [-0.016477322205901146, -0.3117106556892395, 2.681663751602173, -49.07248306274414], [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': ['110013.110000', '110013.570000', '110014.030000', '110014.490000', '110014.950000', '110015.410000', '110015.870000', '110016.330000', '110016.790000', '110017.250000', '110017.710000', '110018.170000', '110018.630000', '110019.090000', '110019.550000', '110020.010000', '110020.470000', '110020.930000', '110021.390000', '110021.850000', '110022.310000', '110022.770000', '110023.230000', '110023.690000', '110024.150000', '110024.610000', '110025.070000', '110025.530000', '110025.990000', '110026.450000', '110026.910000', '110027.370000', '110027.830000', '110028.290000', '110028.750000', '110029.210000', '110029.670000', '110030.130000', '110030.590000', '110031.050000', '110031.510000', '110031.970000', '110032.430000', '110032.890000', '110033.350000', '110033.810000', '110034.270000', '110034.730000', '110035.190000', '110035.650000', '110036.110000', '110036.570000', '110037.030000', '110037.490000', '110037.950000', '110038.410000', '110038.870000', '110039.330000', '110039.790000', '110040.250000', '110040.710000', '110041.170000', '110041.630000', '110042.090000', '110042.550000', '110043.010000', '110043.470000', '110043.930000', '110044.390000', '110044.850000', '110045.310000', '110045.770000', '110046.230000', '110046.690000', '110047.150000', '110047.610000', '110048.070000', '110048.530000', '110048.990000', '110049.450000', '110049.910000', '110050.370000', '110050.830000', '110051.290000', '110051.750000', '110052.210000', '110052.670000', '110053.130000', '110053.590000', '110054.050000', '110054.510000', '110054.970000', '110055.430000', '110055.890000', '110056.350000', '110056.810000', '110057.270000', '110057.730000', '110058.190000', '110058.650000', '110059.110000', '110059.570000', '110100.030000', '110100.490000', '110100.950000', '110101.410000', '110101.870000', '110102.330000', '110102.790000', '110103.250000', '110103.710000', '110104.170000', '110104.630000', '110105.090000', '110105.550000', '110106.010000', '110106.470000', '110106.930000', '110107.390000', '110107.850000', '110108.310000', '110108.770000', '110109.230000', '110109.690000', '110110.150000', '110110.610000', '110111.070000', '110111.530000', '110111.990000', '110112.450000', '110112.910000', '110113.370000', '110113.830000', '110114.290000', '110114.750000', '110115.210000', '110115.670000', '110116.130000', '110116.590000', '110117.050000', '110117.510000', '110117.970000', '110118.430000', '110118.890000', '110119.350000', '110119.810000', '110120.270000', '110120.730000', '110121.190000', '110121.650000', '110122.110000', '110122.570000', '110123.030000', '110123.490000', '110123.950000', '110124.410000', '110124.870000', '110125.330000', '110125.790000', '110126.250000', '110126.710000', '110127.170000', '110127.630000', '110128.090000', '110128.550000', '110129.010000', '110129.470000', '110129.930000', '110130.390000', '110130.850000', '110131.310000', '110131.770000', '110132.230000', '110132.690000', '110133.150000', '110133.610000', '110134.070000', '110134.530000', '110134.990000', '110135.450000', '110135.910000', '110136.370000', '110136.830000', '110137.290000', '110137.750000', '110138.210000', '110138.670000', '110139.130000', '110139.590000', '110140.050000', '110140.510000', '110140.970000', '110141.430000', '110141.890000', '110142.350000', '110142.810000', '110143.270000', '110143.730000', '110144.190000', '110144.650000', '110145.110000', '110145.570000', '110146.030000', '110146.490000', '110146.950000', '110147.410000', '110147.870000', '110148.330000', '110148.790000', '110149.250000', '110149.710000', '110150.170000', '110150.630000', '110151.090000', '110151.550000', '110152.010000', '110152.470000', '110152.930000', '110153.390000', '110153.850000', '110154.310000', '110154.770000', '110155.230000', '110155.690000', '110156.150000', '110156.610000', '110157.070000', '110157.530000', '110157.990000', '110158.450000', '110158.910000', '110159.370000', '110159.830000', '110200.290000', '110200.750000', '110201.210000', '110201.670000', '110202.130000', '110202.590000', '110203.050000', '110203.510000', '110203.970000', '110204.430000', '110204.890000', '110205.350000', '110205.810000', '110206.270000', '110206.730000', '110207.190000', '110207.650000', '110208.110000', '110208.570000', '110209.030000', '110209.490000', '110209.950000', '110210.410000', '110210.870000', '110211.330000', '110211.790000', '110212.250000', '110212.710000', '110213.170000', '110213.630000', '110214.090000', '110214.550000', '110215.010000', '110215.470000', '110215.930000', '110216.390000', '110216.850000', '110217.310000', '110217.770000', '110218.230000', '110218.690000', '110219.150000', '110219.610000', '110220.070000', '110220.530000', '110220.990000', '110221.450000', '110221.910000', '110222.370000', '110222.830000', '110223.290000', '110223.750000', '110224.210000', '110224.670000', '110225.130000', '110225.590000', '110226.050000', '110226.510000', '110226.970000', '110227.430000', '110227.890000', '110228.350000', '110228.810000', '110229.270000', '110229.730000', '110230.190000', '110230.650000', '110231.110000', '110231.570000', '110232.030000', '110232.490000', '110232.950000', '110233.410000', '110233.870000', '110234.330000', '110234.790000', '110235.250000', '110235.710000', '110236.170000', '110236.630000', '110237.090000', '110237.550000', '110238.010000', '110238.470000', '110238.930000', '110239.390000', '110239.850000', '110240.310000', '110240.770000', '110241.230000', '110241.690000', '110242.150000', '110242.610000', '110243.070000', '110243.530000', '110243.990000', '110244.450000', '110244.910000', '110245.370000', '110245.830000', '110246.290000', '110246.750000', '110247.210000', '110247.670000', '110248.130000', '110248.590000', '110249.050000', '110249.510000', '110249.970000', '110250.430000', '110250.890000', '110251.350000', '110251.810000', '110252.270000', '110252.730000', '110253.190000', '110253.650000', '110254.110000', '110254.570000', '110255.030000', '110255.490000', '110255.950000', '110256.410000', '110256.870000', '110257.330000', '110257.790000', '110258.250000', '110258.710000', '110259.170000', '110259.630000', '110300.090000', '110300.550000', '110301.010000', '110301.470000', '110301.930000', '110302.390000', '110302.850000', '110303.310000', '110303.770000', '110304.230000', '110304.690000', '110305.150000', '110305.610000', '110306.070000', '110306.530000', '110306.990000', '110307.450000', '110307.910000', '110308.370000', '110308.830000', '110309.290000', '110309.750000', '110310.210000', '110310.670000', '110311.130000', '110311.590000', '110312.050000', '110312.510000', '110312.970000', '110313.430000', '110313.890000', '110314.350000', '110314.810000', '110315.270000', '110315.730000', '110316.190000', '110316.650000', '110317.110000', '110317.570000', '110318.030000', '110318.490000', '110318.950000', '110319.410000', '110319.870000', '110320.330000', '110320.790000', '110321.250000', '110321.710000', '110322.170000', '110322.630000', '110323.090000', '110323.550000', '110324.010000', '110324.470000', '110324.930000', '110325.390000', '110325.850000', '110326.310000', '110326.770000', '110327.230000', '110327.690000', '110328.150000', '110328.610000', '110329.070000', '110329.530000', '110329.990000', '110330.450000', '110330.910000', '110331.370000', '110331.830000', '110332.290000', '110332.750000', '110333.210000', '110333.670000', '110334.130000', '110334.590000', '110335.050000', '110335.510000', '110335.970000', '110336.430000', '110336.890000', '110337.350000', '110337.810000', '110338.270000', '110338.730000', '110339.190000', '110339.650000', '110340.110000', '110340.570000', '110341.030000', '110341.490000', '110341.950000', '110342.410000', '110342.870000', '110343.330000', '110343.790000', '110344.250000', '110344.710000', '110345.170000', '110345.630000', '110346.090000', '110346.550000', '110347.010000', '110347.470000', '110347.930000', '110348.390000', '110348.850000', '110349.310000', '110349.770000', '110350.230000', '110350.690000', '110351.150000', '110351.610000', '110352.070000', '110352.530000', '110352.990000', '110353.450000', '110353.910000', '110354.370000', '110354.830000', '110355.290000', '110355.750000', '110356.210000', '110356.670000', '110357.130000', '110357.590000', '110358.050000', '110358.510000', '110358.970000', '110359.430000', '110359.890000', '110400.350000', '110400.810000', '110401.270000', '110401.730000', '110402.190000', '110402.650000', '110403.110000', '110403.570000', '110404.030000', '110404.490000', '110404.950000', '110405.410000', '110405.870000', '110406.330000', '110406.790000', '110407.250000', '110407.710000', '110408.170000', '110408.630000', '110409.090000', '110409.550000', '110410.010000', '110410.470000', '110410.930000', '110411.390000', '110411.850000', '110412.310000', '110412.770000', '110413.230000', '110413.690000', '110414.150000', '110414.610000', '110415.070000', '110415.530000', '110415.990000', '110416.450000', '110416.910000', '110417.370000', '110417.830000', '110418.290000', '110418.750000', '110419.210000', '110419.670000', '110420.130000', '110420.590000', '110421.050000', '110421.510000', '110421.970000', '110422.430000', '110422.890000', '110423.350000', '110423.810000', '110424.270000', '110424.730000', '110425.190000', '110425.650000', '110426.110000', '110426.570000', '110427.030000', '110427.490000', '110427.950000', '110428.410000', '110428.870000', '110429.330000', '110429.790000', '110430.250000', '110430.710000', '110431.170000', '110431.630000', '110432.090000', '110432.550000', '110433.010000', '110433.470000', '110433.930000', '110434.390000', '110434.850000', '110435.310000', '110435.770000', '110436.230000', '110436.690000', '110437.150000', '110437.610000', '110438.070000', '110438.530000', '110438.990000', '110439.450000', '110439.910000', '110440.370000', '110440.830000', '110441.290000', '110441.750000', '110442.210000', '110442.670000', '110443.130000', '110443.590000', '110444.050000', '110444.510000', '110444.970000', '110445.430000', '110445.890000', '110446.350000', '110446.810000', '110447.270000', '110447.730000', '110448.190000', '110448.650000', '110449.110000', '110449.570000', '110450.030000', '110450.490000', '110450.950000', '110451.410000', '110451.870000', '110452.330000', '110452.790000', '110453.250000', '110453.710000', '110454.170000', '110454.630000', '110455.090000', '110455.550000', '110456.010000', '110456.470000', '110456.930000', '110457.390000', '110457.850000', '110458.310000', '110458.770000', '110459.230000', '110459.690000', '110500.150000', '110500.610000', '110501.070000', '110501.530000', '110501.990000', '110502.450000', '110502.910000', '110503.370000', '110503.830000', '110504.290000', '110504.750000', '110505.210000', '110505.670000', '110506.130000', '110506.590000', '110507.050000', '110507.510000', '110507.970000', '110508.430000', '110508.890000', '110509.350000', '110509.810000', '110510.270000', '110510.730000', '110511.190000', '110511.650000', '110512.110000', '110512.570000', '110513.030000', '110513.490000', '110513.950000', '110514.410000', '110514.870000', '110515.330000', '110515.790000', '110516.250000', '110516.710000', '110517.170000', '110517.630000', '110518.090000', '110518.550000', '110519.010000', '110519.470000', '110519.930000', '110520.390000', '110520.850000', '110521.310000', '110521.770000', '110522.230000', '110522.690000', '110523.150000', '110523.610000', '110524.070000', '110524.530000', '110524.990000', '110525.450000', '110525.910000', '110526.370000', '110526.830000', '110527.290000', '110527.750000', '110528.210000', '110528.670000', '110529.130000', '110529.590000', '110530.050000', '110530.510000', '110530.970000', '110531.430000', '110531.890000', '110532.350000', '110532.810000', '110533.270000', '110533.730000', '110534.190000', '110534.650000', '110535.110000', '110535.570000', '110536.030000', '110536.490000', '110536.950000', '110537.410000', '110537.870000', '110538.330000', '110538.790000', '110539.250000', '110539.710000', '110540.170000', '110540.630000', '110541.090000', '110541.550000', '110542.010000', '110542.470000', '110542.930000', '110543.390000', '110543.850000', '110544.310000', '110544.770000', '110545.230000', '110545.690000', '110546.150000', '110546.610000', '110547.070000', '110547.530000', '110547.990000', '110548.450000', '110548.910000', '110549.370000', '110549.830000', '110550.290000', '110550.750000', '110551.210000', '110551.670000', '110552.130000', '110552.590000', '110553.050000', '110553.510000', '110553.970000', '110554.430000', '110554.890000', '110555.350000', '110555.810000', '110556.270000', '110556.730000', '110557.190000', '110557.650000', '110558.110000', '110558.570000', '110559.030000', '110559.490000', '110559.950000', '110600.410000', '110600.870000', '110601.330000', '110601.790000', '110602.250000', '110602.710000', '110603.170000', '110603.630000', '110604.090000', '110604.550000', '110605.010000', '110605.470000', '110605.930000', '110606.390000', '110606.850000', '110607.310000', '110607.770000', '110608.230000', '110608.690000', '110609.150000', '110609.610000', '110610.070000', '110610.530000', '110610.990000', '110611.450000', '110611.910000', '110612.370000', '110612.830000', '110613.290000', '110613.750000', '110614.210000', '110614.670000', '110615.130000', '110615.590000', '110616.050000', '110616.510000', '110616.970000', '110617.430000', '110617.890000', '110618.350000', '110618.810000', '110619.270000', '110619.730000', '110620.190000', '110620.650000', '110621.110000', '110621.570000', '110622.030000', '110622.490000', '110622.950000', '110623.410000', '110623.870000', '110624.330000', '110624.790000', '110625.250000', '110625.710000', '110626.170000', '110626.630000', '110627.090000', '110627.550000', '110628.010000', '110628.470000', '110628.930000', '110629.390000', '110629.850000', '110630.310000', '110630.770000', '110631.230000', '110631.690000', '110632.150000', '110632.610000', '110633.070000', '110633.530000', '110633.990000', '110634.450000', '110634.910000', '110635.370000', '110635.830000', '110636.290000', '110636.750000', '110637.210000', '110637.670000', '110638.130000', '110638.590000', '110639.050000', '110639.510000', '110639.970000', '110640.430000', '110640.890000', '110641.350000', '110641.810000', '110642.270000', '110642.730000', '110643.190000', '110643.650000', '110644.110000', '110644.570000', '110645.030000', '110645.490000', '110645.950000', '110646.410000', '110646.870000', '110647.330000', '110647.790000', '110648.250000', '110648.710000', '110649.170000', '110649.630000', '110650.090000', '110650.550000', '110651.010000', '110651.470000', '110651.930000', '110652.390000', '110652.850000', '110653.310000', '110653.770000', '110654.230000', '110654.690000', '110655.150000', '110655.610000', '110656.070000', '110656.530000', '110656.990000', '110657.450000', '110657.910000', '110658.370000', '110658.830000', '110659.290000', '110659.750000', '110700.210000', '110700.670000', '110701.130000', '110701.590000', '110702.050000', '110702.510000', '110702.970000', '110703.430000', '110703.890000', '110704.350000', '110704.810000', '110705.270000', '110705.730000', '110706.190000', '110706.650000', '110707.110000', '110707.570000', '110708.030000', '110708.490000', '110708.950000', '110709.410000', '110709.870000', '110710.330000', '110710.790000', '110711.250000', '110711.710000', '110712.170000', '110712.630000', '110713.090000', '110713.550000', '110714.010000', '110714.470000', '110714.930000', '110715.390000', '110715.850000', '110716.310000', '110716.770000', '110717.230000', '110717.690000', '110718.150000', '110718.610000', '110719.070000', '110719.530000', '110719.990000', '110720.450000', '110720.910000', '110721.370000', '110721.830000', '110722.290000', '110722.750000', '110723.210000', '110723.670000', '110724.130000', '110724.590000', '110725.050000', '110725.510000', '110725.970000', '110726.430000', '110726.890000', '110727.350000', '110727.810000', '110728.270000', '110728.730000', '110729.190000', '110729.650000', '110730.110000', '110730.570000', '110731.030000', '110731.490000', '110731.950000', '110732.410000', '110732.870000', '110733.330000', '110733.790000', '110734.250000', '110734.710000', '110735.170000', '110735.630000', '110736.090000', '110736.550000', '110737.010000', '110737.470000', '110737.930000', '110738.390000', '110738.850000', '110739.310000', '110739.770000', '110740.230000', '110740.690000', '110741.150000', '110741.610000', '110742.070000', '110742.530000', '110742.990000', '110743.450000', '110743.910000', '110744.370000', '110744.830000', '110745.290000', '110745.750000', '110746.210000', '110746.670000', '110747.130000', '110747.590000', '110748.050000', '110748.510000', '110748.970000', '110749.430000', '110749.890000', '110750.350000', '110750.810000', '110751.270000', '110751.730000', '110752.190000', '110752.650000', '110753.110000', '110753.570000', '110754.030000', '110754.490000', '110754.950000', '110755.410000', '110755.870000', '110756.330000', '110756.790000', '110757.250000', '110757.710000', '110758.170000', '110758.630000', '110759.090000', '110759.550000', '110800.010000', '110800.470000', '110800.930000', '110801.390000', '110801.850000', '110802.310000', '110802.770000', '110803.230000', '110803.690000', '110804.150000', '110804.610000', '110805.070000', '110805.530000', '110805.990000', '110806.450000', '110806.910000', '110807.370000', '110807.830000', '110808.290000', '110808.750000', '110809.210000', '110809.670000', '110810.130000', '110810.590000', '110811.050000', '110811.510000', '110811.970000', '110812.430000', '110812.890000', '110813.350000', '110813.810000', '110814.270000', '110814.730000', '110815.190000', '110815.650000', '110816.110000', '110816.570000', '110817.030000', '110817.490000', '110817.950000', '110818.410000', '110818.870000', '110819.330000', '110819.790000', '110820.250000', '110820.710000', '110821.170000', '110821.630000', '110822.090000', '110822.550000', '110823.010000', '110823.470000', '110823.930000', '110824.390000', '110824.850000', '110825.310000', '110825.770000', '110826.230000', '110826.690000', '110827.150000', '110827.610000', '110828.070000', '110828.530000', '110828.990000', '110829.450000', '110829.910000', '110830.370000', '110830.830000', '110831.290000', '110831.750000', '110832.210000', '110832.670000', '110833.130000', '110833.590000', '110834.050000', '110834.510000', '110834.970000', '110835.430000', '110835.890000', '110836.350000', '110836.810000', '110837.270000', '110837.730000'], 'ContentTime': ['110034.956000', '110034.959000', '110034.965000', '110034.968000', '110034.970000', '110034.973000', '110034.975000', '110034.978000', '110034.980000', '110034.983000', '110034.985000', '110034.988000', '110034.990000', '110034.993000', '110034.996000', '110034.998000', '110035.002000', '110035.004000', '110035.007000', '110035.009000', '110035.012000', '110035.014000', '110035.017000', '110035.019000', '110035.022000', '110035.024000', '110035.027000', '110035.030000', '110035.032000', '110035.035000', '110035.037000', '110035.040000', '110035.042000', '110035.045000', '110035.047000', '110035.050000', '110035.052000', '110035.055000', '110035.058000', '110035.060000', '110035.063000', '110035.065000', '110035.068000', '110035.070000', '110035.073000', '110035.075000', '110054.908000', '110054.910000', '110054.913000', '110054.915000', '110054.918000', '110054.920000', '110054.923000', '110054.925000', '110054.928000', '110054.931000', '110054.933000', '110054.936000', '110054.938000', '110054.941000', '110054.943000', '110054.946000', '110054.948000', '110054.951000', '110054.953000', '110054.956000', '110054.958000', '110054.961000', '110054.964000', '110054.966000', '110054.969000', '110054.971000', '110054.974000', '110054.976000', '110054.979000', '110054.981000', '110054.984000', '110054.986000', '110054.989000', '110054.991000', '110054.994000', '110054.997000', '110055.000000', '110055.003000', '110055.005000', '110055.008000', '110055.010000', '110055.013000', '110055.016000', '110114.907000', '110114.910000', '110114.913000', '110114.915000', '110114.918000', '110114.920000', '110114.923000', '110114.925000', '110114.928000', '110114.930000', '110114.933000', '110114.936000', '110114.938000', '110114.941000', '110114.943000', '110114.946000', '110114.948000', '110114.951000', '110114.954000', '110114.956000', '110114.959000', '110114.961000', '110114.969000', '110114.972000', '110114.974000', '110114.977000', '110114.979000', '110114.982000', '110114.985000', '110114.987000', '110114.990000', '110114.992000', '110114.995000', '110114.997000', '110115.001000', '110115.003000', '110115.006000', '110115.009000', '110115.011000', '110115.014000', '110115.016000', '110115.019000', '110115.021000', '110134.908000', '110134.910000', '110134.913000', '110134.915000', '110134.918000', '110134.921000', '110134.923000', '110134.926000', '110134.941000', '110134.943000', '110134.946000', '110134.948000', '110134.951000', '110134.953000', '110134.956000', '110134.958000', '110134.961000', '110134.964000', '110134.966000', '110134.969000', '110134.971000', '110134.974000', '110134.976000', '110134.979000', '110134.981000', '110134.984000', '110134.986000', '110134.989000', '110134.992000', '110134.994000', '110134.997000', '110135.000000', '110135.003000', '110135.005000', '110135.008000', '110135.010000', '110135.013000', '110135.015000', '110135.018000', '110135.021000', '110135.023000', '110135.026000', '110135.028000', '110135.031000', '110154.908000', '110154.910000', '110154.913000', '110154.916000', '110154.918000', '110154.921000', '110154.923000', '110154.926000', '110154.928000', '110154.931000', '110154.934000', '110154.936000', '110154.940000', '110154.942000', '110154.945000', '110154.948000', '110154.950000', '110154.953000', '110154.955000', '110154.958000', '110154.961000', '110154.963000', '110154.966000', '110154.968000', '110154.971000', '110154.974000', '110154.976000', '110154.979000', '110154.981000', '110154.984000', '110154.987000', '110154.989000', '110154.992000', '110154.995000', '110154.997000', '110155.001000', '110155.004000', '110155.006000', '110155.009000', '110155.011000', '110155.014000', '110155.016000', '110155.019000', '110214.907000', '110214.910000', '110214.913000', '110214.915000', '110214.918000', '110214.921000', '110214.923000', '110214.926000', '110214.928000', '110214.931000', '110214.934000', '110214.936000', '110214.939000', '110214.941000', '110214.944000', '110214.946000', '110214.957000', '110214.960000', '110214.962000', '110214.965000', '110214.967000', '110214.970000', '110214.972000', '110214.975000', '110214.978000', '110214.980000', '110214.983000', '110214.985000', '110214.988000', '110214.990000', '110214.993000', '110214.996000', '110214.998000', '110215.002000', '110215.004000', '110215.007000', '110215.010000', '110215.012000', '110215.015000', '110215.017000', '110215.020000', '110215.022000', '110215.025000', '110215.028000', '110234.907000', '110234.910000', '110234.913000', '110234.915000', '110234.918000', '110234.920000', '110234.923000', '110234.926000', '110234.928000', '110234.931000', '110234.933000', '110234.936000', '110234.939000', '110234.941000', '110234.944000', '110234.946000', '110234.949000', '110234.951000', '110234.954000', '110234.957000', '110234.959000', '110234.962000', '110234.964000', '110234.967000', '110234.969000', '110234.972000', '110234.974000', '110234.977000', '110234.979000', '110234.982000', '110234.984000', '110234.987000', '110234.990000', '110234.992000', '110234.995000', '110234.997000', '110235.001000', '110235.003000', '110235.006000', '110235.008000', '110235.011000', '110235.014000', '110235.016000', '110254.908000', '110254.910000', '110254.913000', '110254.916000', '110254.918000', '110254.921000', '110254.923000', '110254.926000', '110254.929000', '110254.931000', '110254.934000', '110254.936000', '110254.939000', '110254.941000', '110254.944000', '110254.947000', '110254.949000', '110254.952000', '110254.954000', '110254.957000', '110254.959000', '110254.962000', '110254.965000', '110254.967000', '110254.970000', '110254.972000', '110254.975000', '110254.977000', '110254.980000', '110254.982000', '110254.985000', '110254.988000', '110254.990000', '110254.993000', '110254.995000', '110254.998000', '110255.001000', '110255.004000', '110255.007000', '110255.009000', '110255.012000', '110255.014000', '110255.017000', '110255.019000', '110314.907000', '110314.910000', '110314.913000', '110314.927000', '110314.930000', '110314.932000', '110314.935000', '110314.937000', '110314.940000', '110314.944000', '110314.947000', '110314.949000', '110314.952000', '110314.954000', '110314.957000', '110314.959000', '110314.962000', '110314.965000', '110314.967000', '110314.970000', '110314.973000', '110314.975000', '110314.978000', '110314.982000', '110314.984000', '110314.987000', '110314.989000', '110314.992000', '110314.995000', '110314.997000', '110315.001000', '110315.003000', '110315.006000', '110315.009000', '110315.011000', '110315.014000', '110315.016000', '110315.019000', '110315.021000', '110315.024000', '110315.027000', '110315.029000', '110315.032000', '110334.907000', '110334.910000', '110334.913000', '110334.915000', '110334.918000', '110334.921000', '110334.923000', '110334.926000', '110334.928000', '110334.931000', '110334.933000', '110334.936000', '110334.938000', '110334.941000', '110334.944000', '110334.946000', '110334.949000', '110334.952000', '110334.954000', '110334.957000', '110334.959000', '110334.962000', '110334.964000', '110334.967000', '110334.969000', '110334.972000', '110334.975000', '110334.977000', '110334.980000', '110334.982000', '110334.985000', '110334.987000', '110334.990000', '110334.993000', '110334.995000', '110334.998000', '110335.001000', '110335.004000', '110335.006000', '110335.009000', '110335.012000', '110335.014000', '110335.017000', '110335.019000', '110354.907000', '110354.910000', '110354.913000', '110354.915000', '110354.918000', '110354.920000', '110354.923000', '110354.926000', '110354.928000', '110354.931000', '110354.933000', '110354.936000', '110354.938000', '110354.941000', '110354.944000', '110354.947000', '110354.950000', '110354.953000', '110354.956000', '110354.958000', '110354.961000', '110354.963000', '110354.966000', '110354.968000', '110354.971000', '110354.973000', '110354.976000', '110354.979000', '110354.981000', '110354.984000', '110354.986000', '110354.989000', '110354.991000', '110354.994000', '110354.997000', '110355.000000', '110355.003000', '110355.005000', '110355.008000', '110355.010000', '110355.013000', '110355.015000', '110355.018000', '110414.907000', '110414.910000', '110414.913000', '110414.916000', '110414.918000', '110414.921000', '110414.923000', '110414.926000', '110414.928000', '110414.931000', '110414.933000', '110414.936000', '110414.939000', '110414.941000', '110414.944000', '110414.946000', '110414.949000', '110414.952000', '110414.954000', '110414.957000', '110414.959000', '110414.962000', '110414.964000', '110414.967000', '110414.969000', '110414.972000', '110414.975000', '110414.977000', '110414.980000', '110414.982000', '110414.985000', '110414.987000', '110414.990000', '110414.993000', '110414.995000', '110414.998000', '110415.001000', '110415.004000', '110415.006000', '110415.009000', '110415.011000', '110415.014000', '110415.016000', '110415.019000', '110434.907000', '110434.910000', '110434.913000', '110434.915000', '110434.918000', '110434.921000', '110434.923000', '110434.926000', '110434.928000', '110434.931000', '110434.933000', '110434.936000', '110434.939000', '110434.941000', '110434.944000', '110434.946000', '110434.949000', '110434.951000', '110434.954000', '110434.956000', '110434.959000', '110434.962000', '110434.964000', '110434.967000', '110434.969000', '110434.972000', '110434.974000', '110434.977000', '110434.980000', '110434.982000', '110434.985000', '110434.988000', '110434.990000', '110434.993000', '110434.995000', '110434.998000', '110435.002000', '110435.004000', '110435.007000', '110435.009000', '110435.012000', '110435.014000', '110435.017000', '110454.908000', '110454.910000', '110454.913000', '110454.916000', '110454.918000', '110454.921000', '110454.923000', '110454.926000', '110454.928000', '110454.931000', '110454.933000', '110454.936000', '110454.938000', '110454.941000', '110454.944000', '110454.946000', '110454.949000', '110454.951000', '110454.954000', '110454.956000', '110454.959000', '110454.962000', '110454.964000', '110454.967000', '110454.969000', '110454.972000', '110454.974000', '110454.977000', '110454.979000', '110454.982000', '110454.985000', '110454.987000', '110454.990000', '110454.992000', '110454.995000', '110454.998000', '110455.001000', '110455.004000', '110455.006000', '110455.009000', '110455.012000', '110455.014000', '110455.017000', '110455.019000', '110514.908000', '110514.911000', '110514.913000', '110514.916000', '110514.918000', '110514.921000', '110514.923000', '110514.926000', '110514.928000', '110514.931000', '110514.934000', '110514.936000', '110514.939000', '110514.941000', '110514.944000', '110514.946000', '110514.949000', '110514.952000', '110514.954000', '110514.957000', '110514.959000', '110514.962000', '110514.964000', '110514.967000', '110514.970000', '110514.972000', '110514.975000', '110514.978000', '110514.980000', '110514.983000', '110514.985000', '110514.988000', '110514.991000', '110514.993000', '110514.996000', '110514.998000', '110515.002000', '110515.004000', '110515.007000', '110515.009000', '110515.012000', '110515.015000', '110515.017000', '110534.908000', '110534.911000', '110534.913000', '110534.916000', '110534.929000', '110534.932000', '110534.935000', '110534.937000', '110534.940000', '110534.942000', '110534.945000', '110534.948000', '110534.950000', '110534.953000', '110534.955000', '110534.958000', '110534.961000', '110534.963000', '110534.966000', '110534.968000', '110534.971000', '110534.973000', '110534.976000', '110534.978000', '110534.981000', '110534.984000', '110534.986000', '110534.989000', '110534.991000', '110534.994000', '110534.997000', '110535.000000', '110535.003000', '110535.005000', '110535.008000', '110535.010000', '110535.013000', '110535.016000', '110535.018000', '110535.021000', '110535.023000', '110535.026000', '110535.029000', '110535.031000', '110554.908000', '110554.910000', '110554.913000', '110554.916000', '110554.918000', '110554.921000', '110554.923000', '110554.926000', '110554.928000', '110554.931000', '110554.934000', '110554.936000', '110554.939000', '110554.941000', '110554.944000', '110554.947000', '110554.949000', '110554.952000', '110554.954000', '110554.957000', '110554.959000', '110554.962000', '110554.964000', '110554.967000', '110554.970000', '110554.972000', '110554.975000', '110554.977000', '110554.980000', '110554.983000', '110554.985000', '110554.988000', '110554.990000', '110554.993000', '110554.995000', '110554.998000', '110555.002000', '110555.004000', '110555.007000', '110555.009000', '110555.012000', '110555.015000', '110555.017000', '110614.907000', '110614.910000', '110614.913000', '110614.915000', '110614.918000', '110614.921000', '110614.923000', '110614.926000', '110614.928000', '110614.931000', '110614.945000', '110614.948000', '110614.950000', '110614.953000', '110614.956000', '110614.958000', '110614.961000', '110614.963000', '110614.966000', '110614.968000', '110614.971000', '110614.974000', '110614.976000', '110614.979000', '110614.982000', '110614.984000', '110614.987000', '110614.989000', '110614.992000', '110614.994000', '110614.997000', '110615.001000', '110615.003000', '110615.006000', '110615.008000', '110615.011000', '110615.013000', '110615.016000', '110615.019000', '110615.021000', '110615.024000', '110615.027000', '110615.029000', '110615.032000', '110634.908000', '110634.910000', '110634.913000', '110634.916000', '110634.918000', '110634.921000', '110634.923000', '110634.926000', '110634.928000', '110634.931000', '110634.933000', '110634.936000', '110634.939000', '110634.941000', '110634.944000', '110634.946000', '110634.949000', '110634.951000', '110634.954000', '110634.956000', '110634.959000', '110634.961000', '110634.964000', '110634.967000', '110634.969000', '110634.972000', '110634.974000', '110634.977000', '110634.980000', '110634.982000', '110634.985000', '110634.987000', '110634.990000', '110634.993000', '110634.996000', '110635.000000', '110635.003000', '110635.005000', '110635.008000', '110635.011000', '110635.013000', '110635.016000', '110635.018000', '110654.907000', '110654.910000', '110654.913000', '110654.916000', '110654.918000', '110654.921000', '110654.924000', '110654.926000', '110654.929000', '110654.931000', '110654.934000', '110654.937000', '110654.939000', '110654.942000', '110654.944000', '110654.947000', '110654.949000', '110654.952000', '110654.955000', '110654.957000', '110654.960000', '110654.962000', '110654.965000', '110654.968000', '110654.970000', '110654.973000', '110654.975000', '110654.978000', '110654.981000', '110654.983000', '110654.986000', '110654.988000', '110654.991000', '110654.993000', '110654.996000', '110655.000000', '110655.002000', '110655.005000', '110655.007000', '110655.010000', '110655.013000', '110655.015000', '110655.018000', '110655.020000', '110714.908000', '110714.910000', '110714.913000', '110714.915000', '110714.918000', '110714.921000', '110714.923000', '110714.926000', '110714.928000', '110714.931000', '110714.934000', '110714.936000', '110714.939000', '110714.941000', '110714.944000', '110714.947000', '110714.949000', '110714.952000', '110714.954000', '110714.957000', '110714.959000', '110714.962000', '110714.965000', '110714.967000', '110714.970000', '110714.973000', '110714.975000', '110714.978000', '110714.980000', '110714.983000', '110714.986000', '110714.988000', '110714.991000', '110714.993000', '110714.996000', '110714.998000', '110715.002000', '110715.005000', '110715.007000', '110715.010000', '110715.012000', '110715.015000', '110715.018000', '110734.907000', '110734.910000', '110734.913000', '110734.915000', '110734.918000', '110734.921000', '110734.923000', '110734.932000', '110734.935000', '110734.938000', '110734.940000', '110734.943000', '110734.945000', '110734.948000', '110734.950000', '110734.953000', '110734.955000', '110734.958000', '110734.961000', '110734.963000', '110734.966000', '110734.968000', '110734.971000', '110734.974000', '110734.976000', '110734.979000', '110734.981000', '110734.984000', '110734.986000', '110734.989000', '110734.991000', '110734.994000', '110734.997000', '110735.000000', '110735.003000', '110735.006000', '110735.008000', '110735.011000', '110735.013000', '110735.016000', '110735.018000', '110735.021000', '110735.023000', '110735.026000', '110754.907000', '110754.910000', '110754.913000', '110754.915000', '110754.918000', '110754.921000', '110754.923000', '110754.926000', '110754.928000', '110754.931000', '110754.933000', '110754.936000', '110754.938000', '110754.941000', '110754.944000', '110754.946000', '110754.949000', '110754.951000', '110754.954000', '110754.956000', '110754.959000', '110754.962000', '110754.964000', '110754.967000', '110754.969000', '110754.972000', '110754.974000', '110754.977000', '110754.980000', '110754.982000', '110754.985000', '110754.987000', '110754.990000', '110754.993000', '110754.995000', '110754.998000', '110755.001000', '110755.004000', '110755.007000', '110755.009000', '110755.012000', '110755.014000', '110755.017000', '110814.907000', '110814.910000', '110814.913000', '110814.915000', '110814.918000', '110814.921000', '110814.923000', '110814.926000', '110814.929000', '110814.931000', '110814.934000', '110814.936000', '110814.939000', '110814.941000', '110814.944000', '110814.946000', '110814.949000', '110814.952000', '110814.954000', '110814.957000', '110814.960000', '110814.962000', '110814.965000', '110814.967000', '110814.970000', '110814.973000', '110814.975000', '110814.978000', '110814.980000', '110814.983000', '110814.985000', '110814.988000', '110814.991000', '110814.993000', '110814.996000', '110814.998000', '110815.002000', '110815.005000', '110815.007000', '110815.010000', '110815.012000', '110815.015000', '110815.017000', '110815.020000', '110834.907000', '110834.910000', '110834.913000', '110834.915000', '110834.918000', '110834.921000', '110834.923000', '110834.926000', '110834.928000', '110834.931000', '110834.933000', '110834.936000', '110834.938000', '110834.941000', '110834.944000', '110834.946000', '110834.949000', '110834.951000', '110834.954000', '110834.957000', '110834.959000', '110834.962000', '110834.964000', '110834.967000', '110834.969000', '110834.972000', '110834.975000', '110834.977000', '110834.980000', '110834.982000', '110834.985000', '110834.987000', '110834.990000', '110834.993000', '110834.995000', '110834.998000', '110835.001000', '110835.004000', '110835.006000', '110835.009000', '110835.011000', '110835.014000', '110835.027000', '110838.783000', '110838.787000', '110838.790000', '110838.793000', '110838.795000', '110838.798000', '110838.801000', '110838.804000', '110838.807000'], 'InstanceCreationTime': ['110034.956000', '110034.959000', '110034.965000', '110034.968000', '110034.970000', '110034.973000', '110034.975000', '110034.978000', '110034.980000', '110034.983000', '110034.985000', '110034.988000', '110034.990000', '110034.993000', '110034.996000', '110034.998000', '110035.002000', '110035.004000', '110035.007000', '110035.009000', '110035.012000', '110035.014000', '110035.017000', '110035.019000', '110035.022000', '110035.024000', '110035.027000', '110035.030000', '110035.032000', '110035.035000', '110035.037000', '110035.040000', '110035.042000', '110035.045000', '110035.047000', '110035.050000', '110035.052000', '110035.055000', '110035.058000', '110035.060000', '110035.063000', '110035.065000', '110035.068000', '110035.070000', '110035.073000', '110035.075000', '110054.908000', '110054.910000', '110054.913000', '110054.915000', '110054.918000', '110054.920000', '110054.923000', '110054.925000', '110054.928000', '110054.931000', '110054.933000', '110054.936000', '110054.938000', '110054.941000', '110054.943000', '110054.946000', '110054.948000', '110054.951000', '110054.953000', '110054.956000', '110054.958000', '110054.961000', '110054.964000', '110054.966000', '110054.969000', '110054.971000', '110054.974000', '110054.976000', '110054.979000', '110054.981000', '110054.984000', '110054.986000', '110054.989000', '110054.991000', '110054.994000', '110054.997000', '110055.000000', '110055.003000', '110055.005000', '110055.008000', '110055.010000', '110055.013000', '110055.016000', '110114.907000', '110114.910000', '110114.913000', '110114.915000', '110114.918000', '110114.920000', '110114.923000', '110114.925000', '110114.928000', '110114.930000', '110114.933000', '110114.936000', '110114.938000', '110114.941000', '110114.943000', '110114.946000', '110114.948000', '110114.951000', '110114.954000', '110114.956000', '110114.959000', '110114.961000', '110114.969000', '110114.972000', '110114.974000', '110114.977000', '110114.979000', '110114.982000', '110114.985000', '110114.987000', '110114.990000', '110114.992000', '110114.995000', '110114.997000', '110115.001000', '110115.003000', '110115.006000', '110115.009000', '110115.011000', '110115.014000', '110115.016000', '110115.019000', '110115.021000', '110134.908000', '110134.910000', '110134.913000', '110134.915000', '110134.918000', '110134.921000', '110134.923000', '110134.926000', '110134.941000', '110134.943000', '110134.946000', '110134.948000', '110134.951000', '110134.953000', '110134.956000', '110134.958000', '110134.961000', '110134.964000', '110134.966000', '110134.969000', '110134.971000', '110134.974000', '110134.976000', '110134.979000', '110134.981000', '110134.984000', '110134.986000', '110134.989000', '110134.992000', '110134.994000', '110134.997000', '110135.000000', '110135.003000', '110135.005000', '110135.008000', '110135.010000', '110135.013000', '110135.015000', '110135.018000', '110135.021000', '110135.023000', '110135.026000', '110135.028000', '110135.031000', '110154.908000', '110154.910000', '110154.913000', '110154.916000', '110154.918000', '110154.921000', '110154.923000', '110154.926000', '110154.928000', '110154.931000', '110154.934000', '110154.936000', '110154.940000', '110154.942000', '110154.945000', '110154.948000', '110154.950000', '110154.953000', '110154.955000', '110154.958000', '110154.961000', '110154.963000', '110154.966000', '110154.968000', '110154.971000', '110154.974000', '110154.976000', '110154.979000', '110154.981000', '110154.984000', '110154.987000', '110154.989000', '110154.992000', '110154.995000', '110154.997000', '110155.001000', '110155.004000', '110155.006000', '110155.009000', '110155.011000', '110155.014000', '110155.016000', '110155.019000', '110214.907000', '110214.910000', '110214.913000', '110214.915000', '110214.918000', '110214.921000', '110214.923000', '110214.926000', '110214.928000', '110214.931000', '110214.934000', '110214.936000', '110214.939000', '110214.941000', '110214.944000', '110214.946000', '110214.957000', '110214.960000', '110214.962000', '110214.965000', '110214.967000', '110214.970000', '110214.972000', '110214.975000', '110214.978000', '110214.980000', '110214.983000', '110214.985000', '110214.988000', '110214.990000', '110214.993000', '110214.996000', '110214.998000', '110215.002000', '110215.004000', '110215.007000', '110215.010000', '110215.012000', '110215.015000', '110215.017000', '110215.020000', '110215.022000', '110215.025000', '110215.028000', '110234.907000', '110234.910000', '110234.913000', '110234.915000', '110234.918000', '110234.920000', '110234.923000', '110234.926000', '110234.928000', '110234.931000', '110234.933000', '110234.936000', '110234.939000', '110234.941000', '110234.944000', '110234.946000', '110234.949000', '110234.951000', '110234.954000', '110234.957000', '110234.959000', '110234.962000', '110234.964000', '110234.967000', '110234.969000', '110234.972000', '110234.974000', '110234.977000', '110234.979000', '110234.982000', '110234.984000', '110234.987000', '110234.990000', '110234.992000', '110234.995000', '110234.997000', '110235.001000', '110235.003000', '110235.006000', '110235.008000', '110235.011000', '110235.014000', '110235.016000', '110254.908000', '110254.910000', '110254.913000', '110254.916000', '110254.918000', '110254.921000', '110254.923000', '110254.926000', '110254.929000', '110254.931000', '110254.934000', '110254.936000', '110254.939000', '110254.941000', '110254.944000', '110254.947000', '110254.949000', '110254.952000', '110254.954000', '110254.957000', '110254.959000', '110254.962000', '110254.965000', '110254.967000', '110254.970000', '110254.972000', '110254.975000', '110254.977000', '110254.980000', '110254.982000', '110254.985000', '110254.988000', '110254.990000', '110254.993000', '110254.995000', '110254.998000', '110255.001000', '110255.004000', '110255.007000', '110255.009000', '110255.012000', '110255.014000', '110255.017000', '110255.019000', '110314.907000', '110314.910000', '110314.913000', '110314.927000', '110314.930000', '110314.932000', '110314.935000', '110314.937000', '110314.940000', '110314.944000', '110314.947000', '110314.949000', '110314.952000', '110314.954000', '110314.957000', '110314.959000', '110314.962000', '110314.965000', '110314.967000', '110314.970000', '110314.973000', '110314.975000', '110314.978000', '110314.982000', '110314.984000', '110314.987000', '110314.989000', '110314.992000', '110314.995000', '110314.997000', '110315.001000', '110315.003000', '110315.006000', '110315.009000', '110315.011000', '110315.014000', '110315.016000', '110315.019000', '110315.021000', '110315.024000', '110315.027000', '110315.029000', '110315.032000', '110334.907000', '110334.910000', '110334.913000', '110334.915000', '110334.918000', '110334.921000', '110334.923000', '110334.926000', '110334.928000', '110334.931000', '110334.933000', '110334.936000', '110334.938000', '110334.941000', '110334.944000', '110334.946000', '110334.949000', '110334.952000', '110334.954000', '110334.957000', '110334.959000', '110334.962000', '110334.964000', '110334.967000', '110334.969000', '110334.972000', '110334.975000', '110334.977000', '110334.980000', '110334.982000', '110334.985000', '110334.987000', '110334.990000', '110334.993000', '110334.995000', '110334.998000', '110335.001000', '110335.004000', '110335.006000', '110335.009000', '110335.012000', '110335.014000', '110335.017000', '110335.019000', '110354.907000', '110354.910000', '110354.913000', '110354.915000', '110354.918000', '110354.920000', '110354.923000', '110354.926000', '110354.928000', '110354.931000', '110354.933000', '110354.936000', '110354.938000', '110354.941000', '110354.944000', '110354.947000', '110354.950000', '110354.953000', '110354.956000', '110354.958000', '110354.961000', '110354.963000', '110354.966000', '110354.968000', '110354.971000', '110354.973000', '110354.976000', '110354.979000', '110354.981000', '110354.984000', '110354.986000', '110354.989000', '110354.991000', '110354.994000', '110354.997000', '110355.000000', '110355.003000', '110355.005000', '110355.008000', '110355.010000', '110355.013000', '110355.015000', '110355.018000', '110414.907000', '110414.910000', '110414.913000', '110414.916000', '110414.918000', '110414.921000', '110414.923000', '110414.926000', '110414.928000', '110414.931000', '110414.933000', '110414.936000', '110414.939000', '110414.941000', '110414.944000', '110414.946000', '110414.949000', '110414.952000', '110414.954000', '110414.957000', '110414.959000', '110414.962000', '110414.964000', '110414.967000', '110414.969000', '110414.972000', '110414.975000', '110414.977000', '110414.980000', '110414.982000', '110414.985000', '110414.987000', '110414.990000', '110414.993000', '110414.995000', '110414.998000', '110415.001000', '110415.004000', '110415.006000', '110415.009000', '110415.011000', '110415.014000', '110415.016000', '110415.019000', '110434.907000', '110434.910000', '110434.913000', '110434.915000', '110434.918000', '110434.921000', '110434.923000', '110434.926000', '110434.928000', '110434.931000', '110434.933000', '110434.936000', '110434.939000', '110434.941000', '110434.944000', '110434.946000', '110434.949000', '110434.951000', '110434.954000', '110434.956000', '110434.959000', '110434.962000', '110434.964000', '110434.967000', '110434.969000', '110434.972000', '110434.974000', '110434.977000', '110434.980000', '110434.982000', '110434.985000', '110434.988000', '110434.990000', '110434.993000', '110434.995000', '110434.998000', '110435.002000', '110435.004000', '110435.007000', '110435.009000', '110435.012000', '110435.014000', '110435.017000', '110454.908000', '110454.910000', '110454.913000', '110454.916000', '110454.918000', '110454.921000', '110454.923000', '110454.926000', '110454.928000', '110454.931000', '110454.933000', '110454.936000', '110454.938000', '110454.941000', '110454.944000', '110454.946000', '110454.949000', '110454.951000', '110454.954000', '110454.956000', '110454.959000', '110454.962000', '110454.964000', '110454.967000', '110454.969000', '110454.972000', '110454.974000', '110454.977000', '110454.979000', '110454.982000', '110454.985000', '110454.987000', '110454.990000', '110454.992000', '110454.995000', '110454.998000', '110455.001000', '110455.004000', '110455.006000', '110455.009000', '110455.012000', '110455.014000', '110455.017000', '110455.019000', '110514.908000', '110514.911000', '110514.913000', '110514.916000', '110514.918000', '110514.921000', '110514.923000', '110514.926000', '110514.928000', '110514.931000', '110514.934000', '110514.936000', '110514.939000', '110514.941000', '110514.944000', '110514.946000', '110514.949000', '110514.952000', '110514.954000', '110514.957000', '110514.959000', '110514.962000', '110514.964000', '110514.967000', '110514.970000', '110514.972000', '110514.975000', '110514.978000', '110514.980000', '110514.983000', '110514.985000', '110514.988000', '110514.991000', '110514.993000', '110514.996000', '110514.998000', '110515.002000', '110515.004000', '110515.007000', '110515.009000', '110515.012000', '110515.015000', '110515.017000', '110534.908000', '110534.911000', '110534.913000', '110534.916000', '110534.929000', '110534.932000', '110534.935000', '110534.937000', '110534.940000', '110534.942000', '110534.945000', '110534.948000', '110534.950000', '110534.953000', '110534.955000', '110534.958000', '110534.961000', '110534.963000', '110534.966000', '110534.968000', '110534.971000', '110534.973000', '110534.976000', '110534.978000', '110534.981000', '110534.984000', '110534.986000', '110534.989000', '110534.991000', '110534.994000', '110534.997000', '110535.000000', '110535.003000', '110535.005000', '110535.008000', '110535.010000', '110535.013000', '110535.016000', '110535.018000', '110535.021000', '110535.023000', '110535.026000', '110535.029000', '110535.031000', '110554.908000', '110554.910000', '110554.913000', '110554.916000', '110554.918000', '110554.921000', '110554.923000', '110554.926000', '110554.928000', '110554.931000', '110554.934000', '110554.936000', '110554.939000', '110554.941000', '110554.944000', '110554.947000', '110554.949000', '110554.952000', '110554.954000', '110554.957000', '110554.959000', '110554.962000', '110554.964000', '110554.967000', '110554.970000', '110554.972000', '110554.975000', '110554.977000', '110554.980000', '110554.983000', '110554.985000', '110554.988000', '110554.990000', '110554.993000', '110554.995000', '110554.998000', '110555.002000', '110555.004000', '110555.007000', '110555.009000', '110555.012000', '110555.015000', '110555.017000', '110614.907000', '110614.910000', '110614.913000', '110614.915000', '110614.918000', '110614.921000', '110614.923000', '110614.926000', '110614.928000', '110614.931000', '110614.945000', '110614.948000', '110614.950000', '110614.953000', '110614.956000', '110614.958000', '110614.961000', '110614.963000', '110614.966000', '110614.968000', '110614.971000', '110614.974000', '110614.976000', '110614.979000', '110614.982000', '110614.984000', '110614.987000', '110614.989000', '110614.992000', '110614.994000', '110614.997000', '110615.001000', '110615.003000', '110615.006000', '110615.008000', '110615.011000', '110615.013000', '110615.016000', '110615.019000', '110615.021000', '110615.024000', '110615.027000', '110615.029000', '110615.032000', '110634.908000', '110634.910000', '110634.913000', '110634.916000', '110634.918000', '110634.921000', '110634.923000', '110634.926000', '110634.928000', '110634.931000', '110634.933000', '110634.936000', '110634.939000', '110634.941000', '110634.944000', '110634.946000', '110634.949000', '110634.951000', '110634.954000', '110634.956000', '110634.959000', '110634.961000', '110634.964000', '110634.967000', '110634.969000', '110634.972000', '110634.974000', '110634.977000', '110634.980000', '110634.982000', '110634.985000', '110634.987000', '110634.990000', '110634.993000', '110634.996000', '110635.000000', '110635.003000', '110635.005000', '110635.008000', '110635.011000', '110635.013000', '110635.016000', '110635.018000', '110654.907000', '110654.910000', '110654.913000', '110654.916000', '110654.918000', '110654.921000', '110654.924000', '110654.926000', '110654.929000', '110654.931000', '110654.934000', '110654.937000', '110654.939000', '110654.942000', '110654.944000', '110654.947000', '110654.949000', '110654.952000', '110654.955000', '110654.957000', '110654.960000', '110654.962000', '110654.965000', '110654.968000', '110654.970000', '110654.973000', '110654.975000', '110654.978000', '110654.981000', '110654.983000', '110654.986000', '110654.988000', '110654.991000', '110654.993000', '110654.996000', '110655.000000', '110655.002000', '110655.005000', '110655.007000', '110655.010000', '110655.013000', '110655.015000', '110655.018000', '110655.020000', '110714.908000', '110714.910000', '110714.913000', '110714.915000', '110714.918000', '110714.921000', '110714.923000', '110714.926000', '110714.928000', '110714.931000', '110714.934000', '110714.936000', '110714.939000', '110714.941000', '110714.944000', '110714.947000', '110714.949000', '110714.952000', '110714.954000', '110714.957000', '110714.959000', '110714.962000', '110714.965000', '110714.967000', '110714.970000', '110714.973000', '110714.975000', '110714.978000', '110714.980000', '110714.983000', '110714.986000', '110714.988000', '110714.991000', '110714.993000', '110714.996000', '110714.998000', '110715.002000', '110715.005000', '110715.007000', '110715.010000', '110715.012000', '110715.015000', '110715.018000', '110734.907000', '110734.910000', '110734.913000', '110734.915000', '110734.918000', '110734.921000', '110734.923000', '110734.932000', '110734.935000', '110734.938000', '110734.940000', '110734.943000', '110734.945000', '110734.948000', '110734.950000', '110734.953000', '110734.955000', '110734.958000', '110734.961000', '110734.963000', '110734.966000', '110734.968000', '110734.971000', '110734.974000', '110734.976000', '110734.979000', '110734.981000', '110734.984000', '110734.986000', '110734.989000', '110734.991000', '110734.994000', '110734.997000', '110735.000000', '110735.003000', '110735.006000', '110735.008000', '110735.011000', '110735.013000', '110735.016000', '110735.018000', '110735.021000', '110735.023000', '110735.026000', '110754.907000', '110754.910000', '110754.913000', '110754.915000', '110754.918000', '110754.921000', '110754.923000', '110754.926000', '110754.928000', '110754.931000', '110754.933000', '110754.936000', '110754.938000', '110754.941000', '110754.944000', '110754.946000', '110754.949000', '110754.951000', '110754.954000', '110754.956000', '110754.959000', '110754.962000', '110754.964000', '110754.967000', '110754.969000', '110754.972000', '110754.974000', '110754.977000', '110754.980000', '110754.982000', '110754.985000', '110754.987000', '110754.990000', '110754.993000', '110754.995000', '110754.998000', '110755.001000', '110755.004000', '110755.007000', '110755.009000', '110755.012000', '110755.014000', '110755.017000', '110814.907000', '110814.910000', '110814.913000', '110814.915000', '110814.918000', '110814.921000', '110814.923000', '110814.926000', '110814.929000', '110814.931000', '110814.934000', '110814.936000', '110814.939000', '110814.941000', '110814.944000', '110814.946000', '110814.949000', '110814.952000', '110814.954000', '110814.957000', '110814.960000', '110814.962000', '110814.965000', '110814.967000', '110814.970000', '110814.973000', '110814.975000', '110814.978000', '110814.980000', '110814.983000', '110814.985000', '110814.988000', '110814.991000', '110814.993000', '110814.996000', '110814.998000', '110815.002000', '110815.005000', '110815.007000', '110815.010000', '110815.012000', '110815.015000', '110815.017000', '110815.020000', '110834.907000', '110834.910000', '110834.913000', '110834.915000', '110834.918000', '110834.921000', '110834.923000', '110834.926000', '110834.928000', '110834.931000', '110834.933000', '110834.936000', '110834.938000', '110834.941000', '110834.944000', '110834.946000', '110834.949000', '110834.951000', '110834.954000', '110834.957000', '110834.959000', '110834.962000', '110834.964000', '110834.967000', '110834.969000', '110834.972000', '110834.975000', '110834.977000', '110834.980000', '110834.982000', '110834.985000', '110834.987000', '110834.990000', '110834.993000', '110834.995000', '110834.998000', '110835.001000', '110835.004000', '110835.006000', '110835.009000', '110835.011000', '110835.014000', '110835.027000', '110838.783000', '110838.787000', '110838.790000', '110838.793000', '110838.795000', '110838.798000', '110838.801000', '110838.804000', '110838.807000'], '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': [10696, 14042, 10076, 14056, 9730, 14097, 9399, 13849, 9566, 14051, 9513, 13456, 9411, 13322, 10431, 12706, 11785, 12199, 11461, 11561, 13199, 11364, 13167, 10927, 9153, 10787, 8467, 11521, 9121, 12606, 8341, 12816, 10659, 12008, 17319, 12005, 16230, 11418, 14738, 11255, 14444, 12058, 13623, 11759, 13724, 10345, 13591, 10164, 13020, 11191, 12616, 9639, 13009, 9780, 12661, 11045, 12798, 9955, 13137, 9648, 12702, 10043, 13327, 8658, 13166, 9297, 13021, 10398, 13316, 9830, 13194, 9283, 13605, 9148, 13652, 9413, 13906, 9345, 13800, 9794, 13857, 9579, 14494, 9053, 13562, 9472, 12923, 11390, 13130, 10153, 13258, 8967, 12339, 9333, 12525, 11381, 11954, 13082, 11732, 12788, 11681, 8396, 12042, 8641, 12810, 10959, 12639, 12779, 11909, 14240, 10465, 15082, 10890, 13052, 10987, 12664, 10089, 13016, 10276, 12693, 10732, 12556, 9633, 13107, 10079, 12952, 10833, 12491, 11239, 13265, 10148, 13432, 10708, 13288, 11418, 13587, 9322, 13297, 9436, 13399, 11060, 13215, 9852, 13445, 9511, 13038, 10304, 12779, 9569, 13526, 9540, 13350, 10463, 13041, 10797, 13863, 10191, 13456, 10396, 13510, 11698, 13706, 10591, 13882, 10510, 13610, 11439, 13478, 11013, 13941, 10093, 13907, 9807, 13857, 9643, 14602, 10319, 13044, 9968, 12964, 11097, 12303, 10930, 10971, 11383, 10794, 12301, 11341, 11260, 11410, 9495, 11462, 9077, 12497, 8700, 12578, 8675, 12479, 8715, 13203, 10407, 13015, 11187, 13538, 10309, 14783, 10749, 14336, 11366, 14346, 11380, 14118, 10851, 14840, 14926, 13217, 13650, 12041, 15740, 11684, 14792, 12452, 13936, 10646, 13863, 10509, 13518, 10289, 12903, 9362, 13341, 9160, 12960, 9103, 13267, 8973, 13265, 8718, 12896, 8430, 12798, 8944, 13700, 8953, 13302, 9485, 13205, 9110, 13529, 8849, 13519, 8918, 13626, 9284, 13799, 9999, 12894, 9072, 13134, 9098, 13010, 8490, 12898, 8940, 12872, 8946, 12846, 8929, 13614, 9199, 13406, 9933, 13512, 10899, 14374, 10964, 14542, 11027, 14566, 11569, 14633, 12518, 14378, 10572, 13773, 10928, 13409, 11989, 13628, 10825, 14081, 10886, 14315, 11897, 14215, 12531, 14016, 10945, 14377, 10391, 13788, 10302, 13701, 9375, 13481, 9438, 13077, 10636, 12202, 11224, 11085, 11238, 10686, 13220, 10591, 13086, 10725, 11509, 10049, 11685, 10607, 12972, 10932, 10945, 10312, 10301, 10890, 10235, 11704, 8526, 12652, 8761, 12932, 9986, 13162, 10320, 13335, 11646, 12789, 13212, 13051, 14966, 12553, 9754, 12408, 9077, 12996, 9955, 13294, 8918, 13534, 8964, 13492, 12029, 12951, 11954, 12489, 12006, 11447, 13190, 11675, 12045, 12191, 8541, 12344, 9907, 12769, 12570, 12451, 13639, 11799, 15499, 11726, 16530, 12305, 16030, 10986, 14232, 10471, 14321, 11102, 13808, 11315, 13957, 10237, 13403, 10887, 13094, 11427, 13064, 10445, 13496, 9879, 13160, 10019, 13067, 9439, 13290, 8946, 13174, 9428, 13159, 10142, 13451, 9103, 13178, 9411, 12925, 10273, 13498, 9361, 13741, 9531, 13575, 10086, 14175, 9256, 14390, 9999, 13926, 9213, 14221, 9090, 13998, 8650, 13646, 9211, 13341, 9010, 13796, 8899, 13407, 8965, 13357, 9489, 13800, 9227, 13303, 9511, 13790, 9539, 13698, 9503, 13243, 10026, 13919, 9965, 14101, 9955, 14075, 10201, 14270, 9592, 14038, 9341, 14396, 9378, 14005, 10333, 13778, 9459, 14283, 9107, 13968, 9936, 14314, 9806, 14428, 9519, 13941, 10460, 13591, 10382, 13756, 9822, 13494, 10389, 13095, 11459, 13422, 10531, 13789, 11000, 13547, 12553, 14240, 10338, 12465, 9647, 14060, 11119, 13050, 10713, 13327, 10082, 13863, 11396, 13810, 12174, 15120, 11395, 14197, 10372, 14030, 10192, 13485, 9400, 13051, 9365, 12750, 10280, 12390, 9460, 11549, 11340, 11204, 14439, 11276, 13702, 10869, 12697, 9781, 13027, 9937, 13051, 10806, 13142, 10287, 13643, 9834, 13207, 9369, 13833, 9792, 13811, 9953, 10599, 13157, 11950, 15504, 12233, 14806, 10476, 14124, 10442, 13714, 11086, 13308, 10074, 13422, 9909, 13198, 10786, 12630, 10793, 13483, 9991, 13290, 9958, 13583, 10037, 13864, 9111, 13528, 9613, 13241, 9519, 13514, 8823, 13180, 9323, 13197, 9226, 13403, 8840, 13399, 8793, 13164, 9895, 12503, 10002, 13662, 9450, 13948, 11286, 11375, 12197, 9410, 13855, 10879, 14968, 11440, 14908, 11898, 14997, 12576, 14488, 11750, 16258, 10519, 13276, 10661, 13962, 11335, 16083, 11951, 11801, 11579, 9325, 12623, 9400, 13370, 8939, 13311, 9293, 12974, 8739, 14066, 9643, 14254, 10400, 14314, 13140, 13436, 12173, 12033, 14566, 12012, 16434, 11701, 14315, 10431, 14217, 10423, 13304, 10882, 12783, 10216, 11897, 9628, 13482, 10071, 13141, 10198, 12841, 9692, 13642, 10332, 12839, 10920, 13183, 9920, 14302, 10677, 13428, 11328, 13773, 9950, 13396, 10712, 13654, 10867, 12722, 10115, 13313, 10722, 13930, 11507, 15372, 10888, 16654, 11653, 17442, 12060, 17220, 11063, 16133, 11506, 14673, 11935, 14416, 10752, 12547, 11077, 12296, 11831, 11996, 12297, 9002, 12477, 9488, 12974, 9979, 13134, 9078, 13411, 9817, 13239, 8927, 13786, 9335, 13462, 8645, 13379, 9065, 13338, 10689, 13008, 10898, 13064, 10073, 13337, 11095, 13003, 11830, 12997, 10631, 13508, 10777, 13685, 11584, 13424, 11038, 13645, 9981, 13374, 10492, 13227, 10581, 11353, 9531, 9941, 10628, 10083, 12028, 9017, 12313, 8899, 12555, 11409, 12422, 10032, 12754, 9622, 12630, 10992, 12697, 11467, 13392, 10367, 13570, 10187, 13786, 10028, 13941, 9615, 14125, 9742, 13905, 9628, 14115, 10412, 14057, 9879, 14648, 10567, 14628, 10342, 13776, 10646, 13039, 10472, 12627, 12863, 12048, 12896, 10658, 13147, 9662, 13658, 10342, 13164, 9800, 10179, 9168, 10661, 9554, 12783, 10144, 11533, 9748, 13196, 10107, 13317, 11312, 13568, 10010, 13499, 10440, 13943, 11217, 13961, 11449, 14199, 10119, 14027, 10867, 14301, 10384, 14016, 10964, 13125, 11355, 12936, 15717, 11850, 17688, 10441, 13906, 11187, 13437, 11339, 12686, 9747, 12709, 9269, 13099, 9939, 13001, 9150, 13153, 8509, 13045, 9339, 13224, 9672, 13075, 9438, 12949, 9380, 13026, 9361, 13215, 9276, 12716, 9071, 12698, 9001, 12633, 8846, 12700, 9602, 12982, 9338, 13272, 9259, 12442, 12975, 11309, 16513, 11825, 14703, 11598, 14023, 11521, 14137, 11398, 13821, 10598, 13608, 9076, 12722, 9721, 12235, 8607, 12770, 8618, 12747, 9460, 12641, 9143, 13315, 9967, 13067, 10762, 12895, 13201, 11653, 10810, 11242, 11056, 11739, 12202, 11682, 12050, 11335, 8735, 11577, 12615, 11189, 14894, 12184, 14584, 12963, 13924, 11062, 13611, 10299, 13805, 10207, 13514, 10247, 12427, 10635, 11144, 12481, 10811, 12458, 10283, 11029, 9709, 13321, 9809, 13406, 10804, 12735, 9785, 13087, 10143, 12936, 10607, 13046, 10640, 12786, 11310, 12564, 9941, 13502, 9458, 13017, 9822, 12938, 9051, 13049, 9647, 12837, 11314, 11255, 15676, 11477, 13598, 11404, 13273, 10049, 13038, 9292, 12767, 9318, 12527, 8628, 12721, 10024, 12782, 10015, 12617, 9219, 11993, 11314, 10962, 14420, 11129, 14459, 11059, 13978, 10421, 13518, 10220, 12796, 10871, 12998, 9467, 12754, 9194, 12889, 9652, 13134, 9149, 13070, 9952, 13369, 8765, 13410, 9203, 12993, 9196, 12172, 11258, 11918, 8730, 12157, 8195, 11939, 9033, 12149, 9611, 12158, 10024, 11056, 14229, 11135, 14292, 11968, 14378, 10972, 14294, 10971, 13915, 10900, 13591, 9478, 13736, 10692, 13286, 9247, 13268, 9693, 13086, 8896, 12252, 11732, 11224, 14410, 11304, 14675, 10020, 13020, 10497, 12899, 11090, 12591, 9387, 12404, 9062, 12975, 10042, 12504, 10623, 12952, 9347, 12806, 9796, 13061, 12724, 13210, 16871, 11905, 11312, 11297, 12430, 11534, 13957, 11382, 15910, 11951, 14103, 11698, 13888, 10593, 13665, 10129, 13409, 9859, 13440, 9971, 12503, 8992, 11011, 11612, 10859, 10877, 10507, 9275, 9670, 8887, 10492, 9849, 10928, 8511, 11083, 12024, 10864, 14191, 11648, 13523, 9955, 13653, 9545, 13527], 'WindowCenter': [4780.0, 4778.0, 4724.0, 4748.0, 4696.0, 4736.0, 4698.0, 4724.0, 4680.0, 4720.0, 4671.0, 4711.0, 4669.0, 4709.0, 4691.0, 4711.0, 4698.0, 4699.0, 4687.0, 4687.0, 4708.0, 4701.0, 4696.0, 4687.0, 4667.0, 4689.0, 4660.0, 4712.0, 4680.0, 4710.0, 4663.0, 4713.0, 4689.0, 4712.0, 4730.0, 4701.0, 4718.0, 4690.0, 4706.0, 4690.0, 4720.0, 4701.0, 4708.0, 4688.0, 4706.0, 4678.0, 4708.0, 4691.0, 4707.0, 4690.0, 4696.0, 4680.0, 4709.0, 4693.0, 4710.0, 4702.0, 4710.0, 4681.0, 4708.0, 4682.0, 4710.0, 4682.0, 4709.0, 4660.0, 4709.0, 4682.0, 4709.0, 4679.0, 4710.0, 4681.0, 4707.0, 4668.0, 4709.0, 4671.0, 4710.0, 4670.0, 4709.0, 4669.0, 4707.0, 4667.0, 4709.0, 4669.0, 4708.0, 4658.0, 4707.0, 4656.0, 4699.0, 4689.0, 4697.0, 4666.0, 4698.0, 4655.0, 4696.0, 4655.0, 4697.0, 4686.0, 4690.0, 4710.0, 4699.0, 4695.0, 4686.0, 4646.0, 4698.0, 4647.0, 4699.0, 4688.0, 4700.0, 4696.0, 4688.0, 4707.0, 4679.0, 4717.0, 4690.0, 4697.0, 4679.0, 4696.0, 4678.0, 4696.0, 4681.0, 4706.0, 4689.0, 4699.0, 4682.0, 4709.0, 4680.0, 4710.0, 4700.0, 4699.0, 4689.0, 4708.0, 4681.0, 4709.0, 4691.0, 4709.0, 4690.0, 4696.0, 4658.0, 4709.0, 4671.0, 4709.0, 4690.0, 4708.0, 4680.0, 4710.0, 4682.0, 4709.0, 4690.0, 4710.0, 4682.0, 4721.0, 4682.0, 4720.0, 4701.0, 4710.0, 4700.0, 4719.0, 4682.0, 4722.0, 4693.0, 4710.0, 4702.0, 4708.0, 4691.0, 4709.0, 4692.0, 4722.0, 4702.0, 4710.0, 4690.0, 4707.0, 4677.0, 4708.0, 4680.0, 4708.0, 4667.0, 4709.0, 4668.0, 4697.0, 4678.0, 4709.0, 4676.0, 4686.0, 4677.0, 4678.0, 4684.0, 4679.0, 4700.0, 4701.0, 4687.0, 4699.0, 4667.0, 4698.0, 4672.0, 4711.0, 4672.0, 4711.0, 4673.0, 4713.0, 4683.0, 4734.0, 4717.0, 4733.0, 4717.0, 4734.0, 4705.0, 4732.0, 4715.0, 4733.0, 4713.0, 4732.0, 4701.0, 4721.0, 4702.0, 4722.0, 4719.0, 4709.0, 4708.0, 4698.0, 4716.0, 4700.0, 4707.0, 4699.0, 4706.0, 4677.0, 4695.0, 4678.0, 4708.0, 4679.0, 4696.0, 4659.0, 4696.0, 4658.0, 4698.0, 4669.0, 4707.0, 4660.0, 4707.0, 4659.0, 4700.0, 4659.0, 4708.0, 4667.0, 4721.0, 4672.0, 4722.0, 4681.0, 4708.0, 4673.0, 4711.0, 4670.0, 4710.0, 4673.0, 4711.0, 4669.0, 4708.0, 4681.0, 4711.0, 4683.0, 4721.0, 4670.0, 4721.0, 4671.0, 4723.0, 4685.0, 4721.0, 4683.0, 4721.0, 4684.0, 4722.0, 4684.0, 4720.0, 4695.0, 4720.0, 4705.0, 4731.0, 4704.0, 4721.0, 4703.0, 4732.0, 4703.0, 4720.0, 4711.0, 4719.0, 4691.0, 4720.0, 4704.0, 4709.0, 4702.0, 4709.0, 4692.0, 4707.0, 4689.0, 4719.0, 4701.0, 4709.0, 4700.0, 4708.0, 4678.0, 4706.0, 4678.0, 4708.0, 4677.0, 4708.0, 4656.0, 4696.0, 4654.0, 4707.0, 4677.0, 4688.0, 4677.0, 4689.0, 4684.0, 4679.0, 4709.0, 4689.0, 4708.0, 4691.0, 4700.0, 4681.0, 4699.0, 4704.0, 4719.0, 4702.0, 4692.0, 4692.0, 4691.0, 4702.0, 4694.0, 4712.0, 4673.0, 4723.0, 4672.0, 4725.0, 4694.0, 4724.0, 4689.0, 4724.0, 4702.0, 4711.0, 4710.0, 4712.0, 4721.0, 4712.0, 4669.0, 4710.0, 4670.0, 4723.0, 4682.0, 4721.0, 4671.0, 4722.0, 4672.0, 4722.0, 4712.0, 4712.0, 4698.0, 4712.0, 4698.0, 4699.0, 4712.0, 4702.0, 4699.0, 4712.0, 4671.0, 4711.0, 4683.0, 4724.0, 4711.0, 4712.0, 4710.0, 4703.0, 4720.0, 4700.0, 4729.0, 4701.0, 4717.0, 4689.0, 4707.0, 4680.0, 4717.0, 4701.0, 4707.0, 4691.0, 4717.0, 4681.0, 4710.0, 4691.0, 4707.0, 4700.0, 4709.0, 4678.0, 4708.0, 4679.0, 4709.0, 4679.0, 4698.0, 4669.0, 4708.0, 4669.0, 4710.0, 4683.0, 4709.0, 4682.0, 4709.0, 4672.0, 4711.0, 4683.0, 4712.0, 4679.0, 4709.0, 4672.0, 4719.0, 4683.0, 4720.0, 4692.0, 4720.0, 4672.0, 4721.0, 4680.0, 4719.0, 4683.0, 4719.0, 4668.0, 4718.0, 4661.0, 4719.0, 4682.0, 4722.0, 4673.0, 4719.0, 4672.0, 4722.0, 4682.0, 4721.0, 4682.0, 4722.0, 4681.0, 4721.0, 4684.0, 4721.0, 4681.0, 4719.0, 4671.0, 4710.0, 4682.0, 4723.0, 4679.0, 4720.0, 4681.0, 4717.0, 4691.0, 4722.0, 4679.0, 4719.0, 4670.0, 4720.0, 4682.0, 4721.0, 4691.0, 4720.0, 4679.0, 4720.0, 4671.0, 4720.0, 4681.0, 4720.0, 4679.0, 4718.0, 4670.0, 4720.0, 4689.0, 4709.0, 4681.0, 4710.0, 4680.0, 4710.0, 4692.0, 4710.0, 4701.0, 4707.0, 4691.0, 4710.0, 4691.0, 4706.0, 4701.0, 4707.0, 4679.0, 4698.0, 4681.0, 4721.0, 4701.0, 4710.0, 4691.0, 4708.0, 4690.0, 4720.0, 4703.0, 4709.0, 4700.0, 4717.0, 4689.0, 4707.0, 4679.0, 4708.0, 4677.0, 4707.0, 4658.0, 4706.0, 4666.0, 4708.0, 4679.0, 4698.0, 4667.0, 4690.0, 4689.0, 4690.0, 4720.0, 4692.0, 4707.0, 4689.0, 4709.0, 4680.0, 4707.0, 4693.0, 4721.0, 4702.0, 4711.0, 4693.0, 4720.0, 4683.0, 4711.0, 4683.0, 4720.0, 4682.0, 4710.0, 4681.0, 4690.0, 4708.0, 4700.0, 4718.0, 4699.0, 4717.0, 4691.0, 4708.0, 4691.0, 4720.0, 4702.0, 4709.0, 4681.0, 4709.0, 4692.0, 4719.0, 4703.0, 4711.0, 4702.0, 4719.0, 4682.0, 4721.0, 4682.0, 4710.0, 4682.0, 4708.0, 4670.0, 4711.0, 4682.0, 4709.0, 4680.0, 4720.0, 4670.0, 4710.0, 4683.0, 4723.0, 4683.0, 4722.0, 4673.0, 4721.0, 4675.0, 4722.0, 4693.0, 4712.0, 4695.0, 4723.0, 4694.0, 4733.0, 4715.0, 4726.0, 4728.0, 4697.0, 4737.0, 4719.0, 4734.0, 4714.0, 4733.0, 4712.0, 4733.0, 4715.0, 4721.0, 4703.0, 4728.0, 4692.0, 4707.0, 4692.0, 4719.0, 4703.0, 4732.0, 4701.0, 4702.0, 4702.0, 4681.0, 4709.0, 4681.0, 4722.0, 4684.0, 4724.0, 4683.0, 4723.0, 4674.0, 4733.0, 4682.0, 4733.0, 4693.0, 4732.0, 4712.0, 4720.0, 4701.0, 4700.0, 4720.0, 4713.0, 4730.0, 4700.0, 4718.0, 4689.0, 4707.0, 4690.0, 4711.0, 4691.0, 4708.0, 4693.0, 4701.0, 4681.0, 4720.0, 4695.0, 4720.0, 4694.0, 4711.0, 4682.0, 4721.0, 4704.0, 4710.0, 4705.0, 4721.0, 4694.0, 4730.0, 4704.0, 4722.0, 4704.0, 4720.0, 4692.0, 4722.0, 4705.0, 4718.0, 4703.0, 4709.0, 4694.0, 4723.0, 4704.0, 4722.0, 4705.0, 4731.0, 4693.0, 4729.0, 4701.0, 4730.0, 4700.0, 4717.0, 4689.0, 4715.0, 4688.0, 4708.0, 4688.0, 4706.0, 4679.0, 4697.0, 4688.0, 4697.0, 4699.0, 4688.0, 4699.0, 4658.0, 4695.0, 4668.0, 4710.0, 4680.0, 4705.0, 4658.0, 4710.0, 4668.0, 4709.0, 4671.0, 4709.0, 4669.0, 4707.0, 4658.0, 4709.0, 4672.0, 4722.0, 4692.0, 4706.0, 4693.0, 4708.0, 4681.0, 4709.0, 4701.0, 4708.0, 4703.0, 4708.0, 4690.0, 4708.0, 4691.0, 4720.0, 4700.0, 4707.0, 4692.0, 4709.0, 4680.0, 4711.0, 4693.0, 4709.0, 4694.0, 4702.0, 4684.0, 4692.0, 4706.0, 4705.0, 4714.0, 4684.0, 4725.0, 4685.0, 4725.0, 4715.0, 4724.0, 4695.0, 4723.0, 4682.0, 4714.0, 4690.0, 4714.0, 4715.0, 4725.0, 4691.0, 4723.0, 4690.0, 4721.0, 4682.0, 4724.0, 4682.0, 4720.0, 4671.0, 4710.0, 4684.0, 4722.0, 4691.0, 4721.0, 4681.0, 4721.0, 4693.0, 4720.0, 4679.0, 4709.0, 4678.0, 4699.0, 4677.0, 4698.0, 4695.0, 4689.0, 4698.0, 4679.0, 4697.0, 4670.0, 4710.0, 4690.0, 4708.0, 4682.0, 4691.0, 4683.0, 4703.0, 4697.0, 4724.0, 4704.0, 4713.0, 4697.0, 4725.0, 4707.0, 4735.0, 4715.0, 4723.0, 4695.0, 4722.0, 4704.0, 4735.0, 4716.0, 4722.0, 4705.0, 4721.0, 4682.0, 4722.0, 4692.0, 4719.0, 4681.0, 4711.0, 4687.0, 4710.0, 4689.0, 4707.0, 4716.0, 4686.0, 4726.0, 4679.0, 4695.0, 4690.0, 4707.0, 4678.0, 4695.0, 4666.0, 4697.0, 4667.0, 4708.0, 4681.0, 4709.0, 4668.0, 4698.0, 4660.0, 4710.0, 4669.0, 4708.0, 4680.0, 4708.0, 4669.0, 4708.0, 4682.0, 4711.0, 4672.0, 4708.0, 4668.0, 4711.0, 4672.0, 4710.0, 4672.0, 4712.0, 4671.0, 4713.0, 4682.0, 4723.0, 4682.0, 4722.0, 4672.0, 4712.0, 4710.0, 4703.0, 4730.0, 4699.0, 4709.0, 4692.0, 4708.0, 4690.0, 4708.0, 4691.0, 4706.0, 4678.0, 4695.0, 4655.0, 4698.0, 4678.0, 4700.0, 4662.0, 4711.0, 4670.0, 4723.0, 4694.0, 4722.0, 4683.0, 4723.0, 4690.0, 4724.0, 4703.0, 4713.0, 4710.0, 4702.0, 4692.0, 4702.0, 4691.0, 4703.0, 4712.0, 4712.0, 4712.0, 4702.0, 4673.0, 4714.0, 4709.0, 4703.0, 4721.0, 4702.0, 4721.0, 4701.0, 4709.0, 4690.0, 4704.0, 4667.0, 4698.0, 4678.0, 4710.0, 4667.0, 4695.0, 4665.0, 4678.0, 4696.0, 4688.0, 4698.0, 4679.0, 4686.0, 4680.0, 4709.0, 4692.0, 4719.0, 4691.0, 4711.0, 4681.0, 4710.0, 4691.0, 4710.0, 4693.0, 4708.0, 4704.0, 4723.0, 4704.0, 4709.0, 4692.0, 4721.0, 4682.0, 4709.0, 4694.0, 4714.0, 4673.0, 4711.0, 4681.0, 4712.0, 4690.0, 4689.0, 4730.0, 4702.0, 4708.0, 4701.0, 4707.0, 4679.0, 4709.0, 4684.0, 4711.0, 4672.0, 4700.0, 4670.0, 4710.0, 4679.0, 4722.0, 4681.0, 4711.0, 4673.0, 4703.0, 4689.0, 4692.0, 4721.0, 4701.0, 4720.0, 4701.0, 4710.0, 4689.0, 4710.0, 4692.0, 4709.0, 4692.0, 4711.0, 4680.0, 4709.0, 4683.0, 4711.0, 4672.0, 4712.0, 4672.0, 4712.0, 4680.0, 4719.0, 4674.0, 4711.0, 4672.0, 4712.0, 4671.0, 4702.0, 4703.0, 4701.0, 4661.0, 4712.0, 4660.0, 4712.0, 4684.0, 4724.0, 4683.0, 4715.0, 4693.0, 4703.0, 4734.0, 4706.0, 4722.0, 4712.0, 4721.0, 4690.0, 4719.0, 4694.0, 4719.0, 4691.0, 4710.0, 4671.0, 4708.0, 4678.0, 4708.0, 4672.0, 4710.0, 4669.0, 4708.0, 4658.0, 4701.0, 4701.0, 4703.0, 4709.0, 4691.0, 4717.0, 4681.0, 4710.0, 4692.0, 4708.0, 4692.0, 4700.0, 4683.0, 4710.0, 4673.0, 4723.0, 4696.0, 4713.0, 4705.0, 4721.0, 4684.0, 4724.0, 4683.0, 4723.0, 4721.0, 4724.0, 4731.0, 4702.0, 4690.0, 4691.0, 4698.0, 4699.0, 4706.0, 4699.0, 4731.0, 4703.0, 4710.0, 4699.0, 4708.0, 4679.0, 4708.0, 4667.0, 4708.0, 4667.0, 4697.0, 4668.0, 4698.0, 4655.0, 4687.0, 4688.0, 4689.0, 4687.0, 4691.0, 4668.0, 4681.0, 4680.0, 4705.0, 4691.0, 4714.0, 4685.0, 4714.0, 4714.0, 4717.0, 4733.0, 4714.0, 4722.0, 4693.0, 4721.0, 4682.0, 4722.0], 'WindowWidth': [10463.0, 10432.0, 10347.0, 10369.0, 10292.0, 10342.0, 10292.0, 10319.0, 10256.0, 10309.0, 10242.0, 10295.0, 10237.0, 10292.0, 10269.0, 10294.0, 10272.0, 10276.0, 10257.0, 10258.0, 10287.0, 10281.0, 10269.0, 10259.0, 10232.0, 10264.0, 10225.0, 10301.0, 10256.0, 10294.0, 10234.0, 10302.0, 10264.0, 10298.0, 10323.0, 10281.0, 10302.0, 10265.0, 10282.0, 10262.0, 10306.0, 10280.0, 10283.0, 10260.0, 10280.0, 10244.0, 10286.0, 10270.0, 10284.0, 10266.0, 10268.0, 10253.0, 10290.0, 10276.0, 10293.0, 10286.0, 10294.0, 10255.0, 10289.0, 10259.0, 10294.0, 10256.0, 10289.0, 10224.0, 10290.0, 10259.0, 10290.0, 10250.0, 10292.0, 10255.0, 10287.0, 10235.0, 10290.0, 10242.0, 10292.0, 10236.0, 10289.0, 10235.0, 10284.0, 10231.0, 10291.0, 10236.0, 10286.0, 10218.0, 10282.0, 10211.0, 10275.0, 10262.0, 10269.0, 10226.0, 10271.0, 10211.0, 10268.0, 10210.0, 10270.0, 10255.0, 10263.0, 10293.0, 10277.0, 10265.0, 10255.0, 10201.0, 10273.0, 10201.0, 10275.0, 10260.0, 10278.0, 10267.0, 10261.0, 10283.0, 10247.0, 10298.0, 10266.0, 10269.0, 10249.0, 10266.0, 10245.0, 10268.0, 10256.0, 10284.0, 10265.0, 10276.0, 10257.0, 10290.0, 10255.0, 10296.0, 10284.0, 10276.0, 10266.0, 10288.0, 10253.0, 10290.0, 10271.0, 10289.0, 10265.0, 10269.0, 10220.0, 10290.0, 10241.0, 10288.0, 10266.0, 10287.0, 10252.0, 10292.0, 10261.0, 10292.0, 10267.0, 10292.0, 10260.0, 10308.0, 10259.0, 10310.0, 10286.0, 10292.0, 10282.0, 10303.0, 10257.0, 10311.0, 10275.0, 10291.0, 10284.0, 10287.0, 10269.0, 10289.0, 10271.0, 10312.0, 10285.0, 10291.0, 10266.0, 10284.0, 10245.0, 10285.0, 10251.0, 10287.0, 10229.0, 10288.0, 10229.0, 10269.0, 10246.0, 10287.0, 10238.0, 10253.0, 10240.0, 10244.0, 10249.0, 10249.0, 10279.0, 10281.0, 10256.0, 10276.0, 10231.0, 10276.0, 10246.0, 10297.0, 10245.0, 10296.0, 10248.0, 10303.0, 10267.0, 10336.0, 10318.0, 10332.0, 10315.0, 10334.0, 10297.0, 10329.0, 10312.0, 10331.0, 10303.0, 10329.0, 10282.0, 10310.0, 10285.0, 10312.0, 10302.0, 10289.0, 10285.0, 10272.0, 10293.0, 10277.0, 10286.0, 10275.0, 10278.0, 10243.0, 10264.0, 10244.0, 10286.0, 10249.0, 10266.0, 10219.0, 10268.0, 10217.0, 10272.0, 10236.0, 10287.0, 10224.0, 10285.0, 10221.0, 10278.0, 10220.0, 10288.0, 10232.0, 10309.0, 10246.0, 10313.0, 10256.0, 10290.0, 10246.0, 10295.0, 10239.0, 10293.0, 10247.0, 10296.0, 10237.0, 10290.0, 10252.0, 10297.0, 10262.0, 10311.0, 10240.0, 10310.0, 10242.0, 10315.0, 10267.0, 10313.0, 10261.0, 10312.0, 10267.0, 10314.0, 10267.0, 10312.0, 10284.0, 10312.0, 10293.0, 10325.0, 10291.0, 10310.0, 10288.0, 10327.0, 10290.0, 10307.0, 10297.0, 10303.0, 10269.0, 10308.0, 10291.0, 10292.0, 10285.0, 10290.0, 10269.0, 10285.0, 10263.0, 10305.0, 10285.0, 10288.0, 10279.0, 10286.0, 10246.0, 10280.0, 10246.0, 10287.0, 10242.0, 10284.0, 10213.0, 10267.0, 10208.0, 10285.0, 10244.0, 10258.0, 10241.0, 10260.0, 10250.0, 10250.0, 10289.0, 10267.0, 10287.0, 10268.0, 10277.0, 10254.0, 10276.0, 10290.0, 10307.0, 10285.0, 10269.0, 10272.0, 10268.0, 10287.0, 10279.0, 10300.0, 10248.0, 10318.0, 10247.0, 10321.0, 10280.0, 10319.0, 10266.0, 10317.0, 10284.0, 10295.0, 10296.0, 10300.0, 10307.0, 10296.0, 10236.0, 10293.0, 10239.0, 10317.0, 10260.0, 10310.0, 10242.0, 10312.0, 10244.0, 10314.0, 10299.0, 10298.0, 10276.0, 10297.0, 10274.0, 10278.0, 10299.0, 10285.0, 10277.0, 10299.0, 10242.0, 10296.0, 10259.0, 10318.0, 10296.0, 10298.0, 10292.0, 10284.0, 10304.0, 10280.0, 10320.0, 10281.0, 10298.0, 10263.0, 10284.0, 10251.0, 10302.0, 10282.0, 10285.0, 10269.0, 10298.0, 10254.0, 10291.0, 10270.0, 10284.0, 10278.0, 10287.0, 10246.0, 10285.0, 10250.0, 10289.0, 10251.0, 10272.0, 10236.0, 10285.0, 10237.0, 10294.0, 10261.0, 10289.0, 10257.0, 10291.0, 10243.0, 10294.0, 10262.0, 10298.0, 10252.0, 10291.0, 10244.0, 10305.0, 10262.0, 10310.0, 10271.0, 10308.0, 10243.0, 10308.0, 10251.0, 10307.0, 10260.0, 10305.0, 10234.0, 10303.0, 10227.0, 10307.0, 10261.0, 10311.0, 10246.0, 10306.0, 10244.0, 10313.0, 10260.0, 10311.0, 10259.0, 10313.0, 10256.0, 10312.0, 10263.0, 10310.0, 10254.0, 10306.0, 10240.0, 10292.0, 10257.0, 10313.0, 10249.0, 10306.0, 10253.0, 10301.0, 10268.0, 10312.0, 10250.0, 10305.0, 10241.0, 10307.0, 10260.0, 10311.0, 10270.0, 10306.0, 10250.0, 10306.0, 10243.0, 10309.0, 10255.0, 10306.0, 10251.0, 10300.0, 10239.0, 10306.0, 10265.0, 10289.0, 10255.0, 10291.0, 10251.0, 10293.0, 10272.0, 10292.0, 10283.0, 10285.0, 10267.0, 10291.0, 10270.0, 10284.0, 10280.0, 10283.0, 10249.0, 10273.0, 10257.0, 10312.0, 10286.0, 10295.0, 10270.0, 10291.0, 10266.0, 10310.0, 10289.0, 10291.0, 10280.0, 10298.0, 10261.0, 10283.0, 10248.0, 10285.0, 10244.0, 10283.0, 10218.0, 10283.0, 10228.0, 10288.0, 10250.0, 10273.0, 10230.0, 10265.0, 10260.0, 10266.0, 10308.0, 10270.0, 10286.0, 10264.0, 10289.0, 10253.0, 10287.0, 10276.0, 10310.0, 10286.0, 10296.0, 10275.0, 10307.0, 10259.0, 10296.0, 10261.0, 10309.0, 10256.0, 10294.0, 10253.0, 10264.0, 10286.0, 10281.0, 10302.0, 10276.0, 10299.0, 10267.0, 10287.0, 10270.0, 10309.0, 10285.0, 10290.0, 10257.0, 10290.0, 10272.0, 10307.0, 10289.0, 10296.0, 10286.0, 10306.0, 10257.0, 10310.0, 10258.0, 10293.0, 10258.0, 10289.0, 10241.0, 10294.0, 10260.0, 10293.0, 10253.0, 10308.0, 10240.0, 10294.0, 10263.0, 10315.0, 10261.0, 10312.0, 10249.0, 10310.0, 10256.0, 10315.0, 10275.0, 10298.0, 10280.0, 10317.0, 10281.0, 10333.0, 10312.0, 10329.0, 10332.0, 10290.0, 10341.0, 10320.0, 10334.0, 10306.0, 10330.0, 10301.0, 10330.0, 10308.0, 10309.0, 10287.0, 10315.0, 10272.0, 10287.0, 10271.0, 10303.0, 10289.0, 10326.0, 10283.0, 10282.0, 10284.0, 10256.0, 10292.0, 10254.0, 10313.0, 10264.0, 10320.0, 10262.0, 10315.0, 10250.0, 10329.0, 10259.0, 10330.0, 10278.0, 10328.0, 10296.0, 10309.0, 10282.0, 10280.0, 10307.0, 10302.0, 10321.0, 10278.0, 10301.0, 10263.0, 10284.0, 10267.0, 10296.0, 10269.0, 10288.0, 10273.0, 10282.0, 10256.0, 10310.0, 10280.0, 10309.0, 10278.0, 10298.0, 10261.0, 10312.0, 10294.0, 10297.0, 10295.0, 10311.0, 10278.0, 10325.0, 10293.0, 10313.0, 10292.0, 10308.0, 10273.0, 10313.0, 10294.0, 10305.0, 10290.0, 10293.0, 10277.0, 10316.0, 10293.0, 10314.0, 10293.0, 10323.0, 10273.0, 10318.0, 10283.0, 10322.0, 10280.0, 10298.0, 10260.0, 10294.0, 10261.0, 10287.0, 10260.0, 10280.0, 10247.0, 10269.0, 10260.0, 10274.0, 10276.0, 10259.0, 10275.0, 10218.0, 10266.0, 10231.0, 10293.0, 10250.0, 10281.0, 10219.0, 10291.0, 10233.0, 10291.0, 10242.0, 10288.0, 10234.0, 10286.0, 10221.0, 10289.0, 10244.0, 10311.0, 10271.0, 10284.0, 10272.0, 10289.0, 10256.0, 10291.0, 10286.0, 10289.0, 10287.0, 10288.0, 10267.0, 10287.0, 10268.0, 10307.0, 10282.0, 10285.0, 10270.0, 10290.0, 10254.0, 10296.0, 10276.0, 10291.0, 10277.0, 10285.0, 10264.0, 10273.0, 10299.0, 10296.0, 10306.0, 10267.0, 10323.0, 10267.0, 10323.0, 10308.0, 10318.0, 10280.0, 10317.0, 10258.0, 10303.0, 10267.0, 10305.0, 10308.0, 10319.0, 10268.0, 10314.0, 10267.0, 10309.0, 10256.0, 10317.0, 10258.0, 10307.0, 10241.0, 10292.0, 10262.0, 10310.0, 10270.0, 10308.0, 10253.0, 10310.0, 10274.0, 10308.0, 10249.0, 10290.0, 10245.0, 10275.0, 10240.0, 10272.0, 10267.0, 10260.0, 10269.0, 10246.0, 10268.0, 10237.0, 10293.0, 10268.0, 10289.0, 10258.0, 10267.0, 10261.0, 10291.0, 10288.0, 10320.0, 10294.0, 10304.0, 10288.0, 10323.0, 10301.0, 10337.0, 10309.0, 10316.0, 10282.0, 10314.0, 10293.0, 10337.0, 10311.0, 10313.0, 10293.0, 10310.0, 10257.0, 10310.0, 10273.0, 10305.0, 10251.0, 10294.0, 10257.0, 10291.0, 10264.0, 10287.0, 10295.0, 10256.0, 10309.0, 10245.0, 10264.0, 10264.0, 10283.0, 10244.0, 10262.0, 10227.0, 10269.0, 10230.0, 10289.0, 10257.0, 10289.0, 10233.0, 10272.0, 10224.0, 10294.0, 10239.0, 10287.0, 10251.0, 10286.0, 10236.0, 10290.0, 10259.0, 10295.0, 10243.0, 10290.0, 10233.0, 10296.0, 10245.0, 10293.0, 10242.0, 10298.0, 10242.0, 10300.0, 10258.0, 10318.0, 10260.0, 10311.0, 10243.0, 10299.0, 10293.0, 10286.0, 10323.0, 10278.0, 10289.0, 10269.0, 10286.0, 10263.0, 10288.0, 10269.0, 10280.0, 10246.0, 10264.0, 10212.0, 10273.0, 10250.0, 10279.0, 10230.0, 10294.0, 10242.0, 10317.0, 10279.0, 10313.0, 10262.0, 10316.0, 10268.0, 10318.0, 10288.0, 10301.0, 10292.0, 10283.0, 10268.0, 10284.0, 10267.0, 10286.0, 10301.0, 10299.0, 10297.0, 10286.0, 10248.0, 10304.0, 10292.0, 10286.0, 10311.0, 10285.0, 10307.0, 10280.0, 10287.0, 10262.0, 10277.0, 10230.0, 10270.0, 10245.0, 10291.0, 10229.0, 10266.0, 10224.0, 10245.0, 10266.0, 10260.0, 10272.0, 10249.0, 10254.0, 10251.0, 10290.0, 10274.0, 10305.0, 10270.0, 10294.0, 10256.0, 10292.0, 10269.0, 10293.0, 10273.0, 10290.0, 10293.0, 10316.0, 10290.0, 10292.0, 10272.0, 10310.0, 10257.0, 10291.0, 10277.0, 10306.0, 10247.0, 10296.0, 10256.0, 10297.0, 10264.0, 10264.0, 10322.0, 10284.0, 10286.0, 10282.0, 10284.0, 10250.0, 10289.0, 10263.0, 10296.0, 10244.0, 10278.0, 10240.0, 10293.0, 10251.0, 10315.0, 10258.0, 10297.0, 10245.0, 10286.0, 10263.0, 10271.0, 10311.0, 10283.0, 10306.0, 10282.0, 10292.0, 10263.0, 10295.0, 10271.0, 10288.0, 10270.0, 10294.0, 10252.0, 10291.0, 10261.0, 10296.0, 10243.0, 10296.0, 10244.0, 10296.0, 10250.0, 10308.0, 10252.0, 10294.0, 10242.0, 10296.0, 10239.0, 10285.0, 10287.0, 10281.0, 10227.0, 10299.0, 10228.0, 10300.0, 10266.0, 10321.0, 10261.0, 10309.0, 10275.0, 10289.0, 10333.0, 10296.0, 10312.0, 10301.0, 10309.0, 10267.0, 10304.0, 10275.0, 10304.0, 10266.0, 10289.0, 10238.0, 10285.0, 10244.0, 10289.0, 10242.0, 10290.0, 10235.0, 10289.0, 10220.0, 10281.0, 10283.0, 10287.0, 10290.0, 10268.0, 10298.0, 10253.0, 10291.0, 10273.0, 10290.0, 10272.0, 10279.0, 10259.0, 10293.0, 10249.0, 10317.0, 10287.0, 10303.0, 10295.0, 10312.0, 10266.0, 10317.0, 10261.0, 10315.0, 10313.0, 10317.0, 10324.0, 10282.0, 10264.0, 10267.0, 10273.0, 10276.0, 10284.0, 10276.0, 10323.0, 10286.0, 10292.0, 10276.0, 10287.0, 10248.0, 10283.0, 10230.0, 10286.0, 10229.0, 10268.0, 10229.0, 10272.0, 10210.0, 10257.0, 10261.0, 10264.0, 10258.0, 10268.0, 10234.0, 10255.0, 10257.0, 10297.0, 10274.0, 10308.0, 10268.0, 10308.0, 10305.0, 10314.0, 10332.0, 10307.0, 10311.0, 10276.0, 10310.0, 10260.0, 10315.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.0001243732845379689</td></tr>
<tr><td colspan=3>aqi</td><td>0.015622723330283625</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.71184780129127</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2299124683974363</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868554962820507</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>7093.6196</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07160708861367927</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4637599180278804</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5140453946059416</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.534564030480375</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3426703289973236</td></tr>
<tr><td colspan=3>gcor</td><td>0.00977619</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014649585820734501</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02854110114276409</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1093</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.073541627947028</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>38.2449</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2369</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.3931</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300601.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>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.2762</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0009</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.5722</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3925.7482</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.9434</td></tr>
<tr><td colspan=3>tsnr</td><td>49.57194972038269</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>