<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-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-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-02/func/sub-0053_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>a4c73fce84be44e83f68885701c1f97a</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>10:53:45.100000</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.997101, -0.00636226, -0.0758181, 0.00435068, 0.999635, -0.0266673]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0853368</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>[4133, -7721, -7266, 545, -60, -39, -100, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d2d0fa47-27ef-4942-bc00-c36d6e732d0b||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.675150156021118, 0.011672562919557095, -0.205092191696167, 113.85657501220703], [0.017069470137357712, 2.6819472312927246, -0.07090232521295547, -87.59136199951172], [-0.20341439545154572, 0.07154636085033417, 2.69126558303833, -66.59545135498047], [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': ['105345.100000', '105345.560000', '105346.020000', '105346.480000', '105346.940000', '105347.400000', '105347.860000', '105348.320000', '105348.780000', '105349.240000', '105349.700000', '105350.160000', '105350.620000', '105351.080000', '105351.540000', '105352.000000', '105352.460000', '105352.920000', '105353.380000', '105353.840000', '105354.300000', '105354.760000', '105355.220000', '105355.680000', '105356.140000', '105356.600000', '105357.060000', '105357.520000', '105357.980000', '105358.440000', '105358.900000', '105359.360000', '105359.820000', '105400.280000', '105400.740000', '105401.200000', '105401.660000', '105402.120000', '105402.580000', '105403.040000', '105403.500000', '105403.960000', '105404.420000', '105404.880000', '105405.340000', '105405.800000', '105406.260000', '105406.720000', '105407.180000', '105407.640000', '105408.100000', '105408.560000', '105409.020000', '105409.480000', '105409.940000', '105410.400000', '105410.860000', '105411.320000', '105411.780000', '105412.240000', '105412.700000', '105413.160000', '105413.620000', '105414.080000', '105414.540000', '105415.000000', '105415.460000', '105415.920000', '105416.380000', '105416.840000', '105417.300000', '105417.760000', '105418.220000', '105418.680000', '105419.140000', '105419.600000', '105420.060000', '105420.520000', '105420.980000', '105421.440000', '105421.900000', '105422.360000', '105422.820000', '105423.280000', '105423.740000', '105424.200000', '105424.660000', '105425.120000', '105425.580000', '105426.040000', '105426.500000', '105426.960000', '105427.420000', '105427.880000', '105428.340000', '105428.800000', '105429.260000', '105429.720000', '105430.180000', '105430.640000', '105431.100000', '105431.560000', '105432.020000', '105432.480000', '105432.940000', '105433.400000', '105433.860000', '105434.320000', '105434.780000', '105435.240000', '105435.700000', '105436.160000', '105436.620000', '105437.080000', '105437.540000', '105438.000000', '105438.460000', '105438.920000', '105439.380000', '105439.840000', '105440.300000', '105440.760000', '105441.220000', '105441.680000', '105442.140000', '105442.600000', '105443.060000', '105443.520000', '105443.980000', '105444.440000', '105444.900000', '105445.360000', '105445.820000', '105446.280000', '105446.740000', '105447.200000', '105447.660000', '105448.120000', '105448.580000', '105449.040000', '105449.500000', '105449.960000', '105450.420000', '105450.880000', '105451.340000', '105451.800000', '105452.260000', '105452.720000', '105453.180000', '105453.640000', '105454.100000', '105454.560000', '105455.020000', '105455.480000', '105455.940000', '105456.400000', '105456.860000', '105457.320000', '105457.780000', '105458.240000', '105458.700000', '105459.160000', '105459.620000', '105500.080000', '105500.540000', '105501.000000', '105501.460000', '105501.920000', '105502.380000', '105502.840000', '105503.300000', '105503.760000', '105504.220000', '105504.680000', '105505.140000', '105505.600000', '105506.060000', '105506.520000', '105506.980000', '105507.440000', '105507.900000', '105508.360000', '105508.820000', '105509.280000', '105509.740000', '105510.200000', '105510.660000', '105511.120000', '105511.580000', '105512.040000', '105512.500000', '105512.960000', '105513.420000', '105513.880000', '105514.340000', '105514.800000', '105515.260000', '105515.720000', '105516.180000', '105516.640000', '105517.100000', '105517.560000', '105518.020000', '105518.480000', '105518.940000', '105519.400000', '105519.860000', '105520.320000', '105520.780000', '105521.240000', '105521.700000', '105522.160000', '105522.620000', '105523.080000', '105523.540000', '105524.000000', '105524.460000', '105524.920000', '105525.380000', '105525.840000', '105526.300000', '105526.760000', '105527.220000', '105527.680000', '105528.140000', '105528.600000', '105529.060000', '105529.520000', '105529.980000', '105530.440000', '105530.900000', '105531.360000', '105531.820000', '105532.280000', '105532.740000', '105533.200000', '105533.660000', '105534.120000', '105534.580000', '105535.040000', '105535.500000', '105535.960000', '105536.420000', '105536.880000', '105537.340000', '105537.800000', '105538.260000', '105538.720000', '105539.180000', '105539.640000', '105540.100000', '105540.560000', '105541.020000', '105541.480000', '105541.940000', '105542.400000', '105542.860000', '105543.320000', '105543.780000', '105544.240000', '105544.700000', '105545.160000', '105545.620000', '105546.080000', '105546.540000', '105547.000000', '105547.460000', '105547.920000', '105548.380000', '105548.840000', '105549.300000', '105549.760000', '105550.220000', '105550.680000', '105551.140000', '105551.600000', '105552.060000', '105552.520000', '105552.980000', '105553.440000', '105553.900000', '105554.360000', '105554.820000', '105555.280000', '105555.740000', '105556.200000', '105556.660000', '105557.120000', '105557.580000', '105558.040000', '105558.500000', '105558.960000', '105559.420000', '105559.880000', '105600.340000', '105600.800000', '105601.260000', '105601.720000', '105602.180000', '105602.640000', '105603.100000', '105603.560000', '105604.020000', '105604.480000', '105604.940000', '105605.400000', '105605.860000', '105606.320000', '105606.780000', '105607.240000', '105607.700000', '105608.160000', '105608.620000', '105609.080000', '105609.540000', '105610.000000', '105610.460000', '105610.920000', '105611.380000', '105611.840000', '105612.300000', '105612.760000', '105613.220000', '105613.680000', '105614.140000', '105614.600000', '105615.060000', '105615.520000', '105615.980000', '105616.440000', '105616.900000', '105617.360000', '105617.820000', '105618.280000', '105618.740000', '105619.200000', '105619.660000', '105620.120000', '105620.580000', '105621.040000', '105621.500000', '105621.960000', '105622.420000', '105622.880000', '105623.340000', '105623.800000', '105624.260000', '105624.720000', '105625.180000', '105625.640000', '105626.100000', '105626.560000', '105627.020000', '105627.480000', '105627.940000', '105628.400000', '105628.860000', '105629.320000', '105629.780000', '105630.240000', '105630.700000', '105631.160000', '105631.620000', '105632.080000', '105632.540000', '105633.000000', '105633.460000', '105633.920000', '105634.380000', '105634.840000', '105635.300000', '105635.760000', '105636.220000', '105636.680000', '105637.140000', '105637.600000', '105638.060000', '105638.520000', '105638.980000', '105639.440000', '105639.900000', '105640.360000', '105640.820000', '105641.280000', '105641.740000', '105642.200000', '105642.660000', '105643.120000', '105643.580000', '105644.040000', '105644.500000', '105644.960000', '105645.420000', '105645.880000', '105646.340000', '105646.800000', '105647.260000', '105647.720000', '105648.180000', '105648.640000', '105649.100000', '105649.560000', '105650.020000', '105650.480000', '105650.940000', '105651.400000', '105651.860000', '105652.320000', '105652.780000', '105653.240000', '105653.700000', '105654.160000', '105654.620000', '105655.080000', '105655.540000', '105656.000000', '105656.460000', '105656.920000', '105657.380000', '105657.840000', '105658.300000', '105658.760000', '105659.220000', '105659.680000', '105700.140000', '105700.600000', '105701.060000', '105701.520000', '105701.980000', '105702.440000', '105702.900000', '105703.360000', '105703.820000', '105704.280000', '105704.740000', '105705.200000', '105705.660000', '105706.120000', '105706.580000', '105707.040000', '105707.500000', '105707.960000', '105708.420000', '105708.880000', '105709.340000', '105709.800000', '105710.260000', '105710.720000', '105711.180000', '105711.640000', '105712.100000', '105712.560000', '105713.020000', '105713.480000', '105713.940000', '105714.400000', '105714.860000', '105715.320000', '105715.780000', '105716.240000', '105716.700000', '105717.160000', '105717.620000', '105718.080000', '105718.540000', '105719.000000', '105719.460000', '105719.920000', '105720.380000', '105720.840000', '105721.300000', '105721.760000', '105722.220000', '105722.680000', '105723.140000', '105723.600000', '105724.060000', '105724.520000', '105724.980000', '105725.440000', '105725.900000', '105726.360000', '105726.820000', '105727.280000', '105727.740000', '105728.200000', '105728.660000', '105729.120000', '105729.580000', '105730.040000', '105730.500000', '105730.960000', '105731.420000', '105731.880000', '105732.340000', '105732.800000', '105733.260000', '105733.720000', '105734.180000', '105734.640000', '105735.100000', '105735.560000', '105736.020000', '105736.480000', '105736.940000', '105737.400000', '105737.860000', '105738.320000', '105738.780000', '105739.240000', '105739.700000', '105740.160000', '105740.620000', '105741.080000', '105741.540000', '105742.000000', '105742.460000', '105742.920000', '105743.380000', '105743.840000', '105744.300000', '105744.760000', '105745.220000', '105745.680000', '105746.140000', '105746.600000', '105747.060000', '105747.520000', '105747.980000', '105748.440000', '105748.900000', '105749.360000', '105749.820000', '105750.280000', '105750.740000', '105751.200000', '105751.660000', '105752.120000', '105752.580000', '105753.040000', '105753.500000', '105753.960000', '105754.420000', '105754.880000', '105755.340000', '105755.800000', '105756.260000', '105756.720000', '105757.180000', '105757.640000', '105758.100000', '105758.560000', '105759.020000', '105759.480000', '105759.940000', '105800.400000', '105800.860000', '105801.320000', '105801.780000', '105802.240000', '105802.700000', '105803.160000', '105803.620000', '105804.080000', '105804.540000', '105805.000000', '105805.460000', '105805.920000', '105806.380000', '105806.840000', '105807.300000', '105807.760000', '105808.220000', '105808.680000', '105809.140000', '105809.600000', '105810.060000', '105810.520000', '105810.980000', '105811.440000', '105811.900000', '105812.360000', '105812.820000', '105813.280000', '105813.740000', '105814.200000', '105814.660000', '105815.120000', '105815.580000', '105816.040000', '105816.500000', '105816.960000', '105817.420000', '105817.880000', '105818.340000', '105818.800000', '105819.260000', '105819.720000', '105820.180000', '105820.640000', '105821.100000', '105821.560000', '105822.020000', '105822.480000', '105822.940000', '105823.400000', '105823.860000', '105824.320000', '105824.780000', '105825.240000', '105825.700000', '105826.160000', '105826.620000', '105827.080000', '105827.540000', '105828.000000', '105828.460000', '105828.920000', '105829.380000', '105829.840000', '105830.300000', '105830.760000', '105831.220000', '105831.680000', '105832.140000', '105832.600000', '105833.060000', '105833.520000', '105833.980000', '105834.440000', '105834.900000', '105835.360000', '105835.820000', '105836.280000', '105836.740000', '105837.200000', '105837.660000', '105838.120000', '105838.580000', '105839.040000', '105839.500000', '105839.960000', '105840.420000', '105840.880000', '105841.340000', '105841.800000', '105842.260000', '105842.720000', '105843.180000', '105843.640000', '105844.100000', '105844.560000', '105845.020000', '105845.480000', '105845.940000', '105846.400000', '105846.860000', '105847.320000', '105847.780000', '105848.240000', '105848.700000', '105849.160000', '105849.620000', '105850.080000', '105850.540000', '105851.000000', '105851.460000', '105851.920000', '105852.380000', '105852.840000', '105853.300000', '105853.760000', '105854.220000', '105854.680000', '105855.140000', '105855.600000', '105856.060000', '105856.520000', '105856.980000', '105857.440000', '105857.900000', '105858.360000', '105858.820000', '105859.280000', '105859.740000', '105900.200000', '105900.660000', '105901.120000', '105901.580000', '105902.040000', '105902.500000', '105902.960000', '105903.420000', '105903.880000', '105904.340000', '105904.800000', '105905.260000', '105905.720000', '105906.180000', '105906.640000', '105907.100000', '105907.560000', '105908.020000', '105908.480000', '105908.940000', '105909.400000', '105909.860000', '105910.320000', '105910.780000', '105911.240000', '105911.700000', '105912.160000', '105912.620000', '105913.080000', '105913.540000', '105914.000000', '105914.460000', '105914.920000', '105915.380000', '105915.840000', '105916.300000', '105916.760000', '105917.220000', '105917.680000', '105918.140000', '105918.600000', '105919.060000', '105919.520000', '105919.980000', '105920.440000', '105920.900000', '105921.360000', '105921.820000', '105922.280000', '105922.740000', '105923.200000', '105923.660000', '105924.120000', '105924.580000', '105925.040000', '105925.500000', '105925.960000', '105926.420000', '105926.880000', '105927.340000', '105927.800000', '105928.260000', '105928.720000', '105929.180000', '105929.640000', '105930.100000', '105930.560000', '105931.020000', '105931.480000', '105931.940000', '105932.400000', '105932.860000', '105933.320000', '105933.780000', '105934.240000', '105934.700000', '105935.160000', '105935.620000', '105936.080000', '105936.540000', '105937.000000', '105937.460000', '105937.920000', '105938.380000', '105938.840000', '105939.300000', '105939.760000', '105940.220000', '105940.680000', '105941.140000', '105941.600000', '105942.060000', '105942.520000', '105942.980000', '105943.440000', '105943.900000', '105944.360000', '105944.820000', '105945.280000', '105945.740000', '105946.200000', '105946.660000', '105947.120000', '105947.580000', '105948.040000', '105948.500000', '105948.960000', '105949.420000', '105949.880000', '105950.340000', '105950.800000', '105951.260000', '105951.720000', '105952.180000', '105952.640000', '105953.100000', '105953.560000', '105954.020000', '105954.480000', '105954.940000', '105955.400000', '105955.860000', '105956.320000', '105956.780000', '105957.240000', '105957.700000', '105958.160000', '105958.620000', '105959.080000', '105959.540000', '110000.000000', '110000.460000', '110000.920000', '110001.380000', '110001.840000', '110002.300000', '110002.760000', '110003.220000', '110003.680000', '110004.140000', '110004.600000', '110005.060000', '110005.520000', '110005.980000', '110006.440000', '110006.900000', '110007.360000', '110007.820000', '110008.280000', '110008.740000', '110009.200000', '110009.660000', '110010.120000', '110010.580000', '110011.040000', '110011.500000', '110011.960000', '110012.420000', '110012.880000', '110013.340000', '110013.800000', '110014.260000', '110014.720000', '110015.180000', '110015.640000', '110016.100000', '110016.560000', '110017.020000', '110017.480000', '110017.940000', '110018.400000', '110018.860000', '110019.320000', '110019.780000', '110020.240000', '110020.700000', '110021.160000', '110021.620000', '110022.080000', '110022.540000', '110023.000000', '110023.460000', '110023.920000', '110024.380000', '110024.840000', '110025.300000', '110025.760000', '110026.220000', '110026.680000', '110027.140000', '110027.600000', '110028.060000', '110028.520000', '110028.980000', '110029.440000', '110029.900000', '110030.360000', '110030.820000', '110031.280000', '110031.740000', '110032.200000', '110032.660000', '110033.120000', '110033.580000', '110034.040000', '110034.500000', '110034.960000', '110035.420000', '110035.880000', '110036.340000', '110036.800000', '110037.260000', '110037.720000', '110038.180000', '110038.640000', '110039.100000', '110039.560000', '110040.020000', '110040.480000', '110040.940000', '110041.400000', '110041.860000', '110042.320000', '110042.780000', '110043.240000', '110043.700000', '110044.160000', '110044.620000', '110045.080000', '110045.540000', '110046.000000', '110046.460000', '110046.920000', '110047.380000', '110047.840000', '110048.300000', '110048.760000', '110049.220000', '110049.680000', '110050.140000', '110050.600000', '110051.060000', '110051.520000', '110051.980000', '110052.440000', '110052.900000', '110053.360000', '110053.820000', '110054.280000', '110054.740000', '110055.200000', '110055.660000', '110056.120000', '110056.580000', '110057.040000', '110057.500000', '110057.960000', '110058.420000', '110058.880000', '110059.340000', '110059.800000', '110100.260000', '110100.720000', '110101.180000', '110101.640000', '110102.100000', '110102.560000', '110103.020000', '110103.480000', '110103.940000', '110104.400000', '110104.860000', '110105.320000', '110105.780000', '110106.240000', '110106.700000', '110107.160000', '110107.620000', '110108.080000', '110108.540000', '110109.000000', '110109.460000', '110109.920000', '110110.380000', '110110.840000', '110111.300000', '110111.760000', '110112.220000', '110112.680000', '110113.140000', '110113.600000', '110114.060000', '110114.520000', '110114.980000', '110115.440000', '110115.900000', '110116.360000', '110116.820000', '110117.280000', '110117.740000', '110118.200000', '110118.660000', '110119.120000', '110119.580000', '110120.040000', '110120.500000', '110120.960000', '110121.420000', '110121.880000', '110122.340000', '110122.800000', '110123.260000', '110123.720000', '110124.180000', '110124.640000', '110125.100000', '110125.560000', '110126.020000', '110126.480000', '110126.940000', '110127.400000', '110127.860000', '110128.320000', '110128.780000', '110129.240000', '110129.700000', '110130.160000', '110130.620000', '110131.080000', '110131.540000', '110132.000000', '110132.460000', '110132.920000', '110133.380000', '110133.840000', '110134.300000', '110134.760000', '110135.220000', '110135.680000', '110136.140000', '110136.600000', '110137.060000', '110137.520000', '110137.980000', '110138.440000', '110138.900000', '110139.360000', '110139.820000', '110140.280000', '110140.740000', '110141.200000', '110141.660000', '110142.120000', '110142.580000', '110143.040000', '110143.500000', '110143.960000', '110144.420000', '110144.880000', '110145.340000', '110145.800000', '110146.260000', '110146.720000', '110147.180000', '110147.640000', '110148.100000', '110148.560000', '110149.020000', '110149.480000', '110149.940000', '110150.400000', '110150.860000', '110151.320000', '110151.780000', '110152.240000', '110152.700000', '110153.160000', '110153.620000', '110154.080000', '110154.540000', '110155.000000', '110155.460000', '110155.920000', '110156.380000', '110156.840000', '110157.300000', '110157.760000', '110158.220000', '110158.680000', '110159.140000', '110159.600000', '110200.060000', '110200.520000', '110200.980000', '110201.440000', '110201.900000', '110202.360000', '110202.820000', '110203.280000', '110203.740000', '110204.200000', '110204.660000', '110205.120000', '110205.580000', '110206.040000', '110206.500000', '110206.960000', '110207.420000', '110207.880000', '110208.340000', '110208.800000', '110209.260000', '110209.720000'], 'ContentTime': ['105353.748000', '105353.751000', '105353.754000', '105353.756000', '105353.759000', '105353.762000', '105353.764000', '105353.767000', '105353.779000', '105353.781000', '105353.784000', '105353.786000', '105353.789000', '105353.794000', '105353.797000', '105353.799000', '105413.720000', '105413.723000', '105413.726000', '105413.734000', '105413.736000', '105413.739000', '105413.741000', '105413.744000', '105413.746000', '105413.749000', '105413.751000', '105413.754000', '105413.757000', '105413.760000', '105413.763000', '105413.767000', '105413.770000', '105413.780000', '105413.782000', '105413.785000', '105413.787000', '105413.790000', '105413.792000', '105413.795000', '105413.798000', '105413.800000', '105413.803000', '105413.805000', '105413.808000', '105413.810000', '105413.813000', '105413.815000', '105413.818000', '105413.821000', '105413.824000', '105413.826000', '105413.829000', '105413.831000', '105413.838000', '105413.841000', '105413.844000', '105413.846000', '105413.849000', '105433.720000', '105433.723000', '105433.726000', '105433.731000', '105433.733000', '105433.736000', '105433.738000', '105433.741000', '105433.743000', '105433.746000', '105433.748000', '105433.751000', '105433.753000', '105433.756000', '105433.759000', '105433.761000', '105433.764000', '105433.766000', '105433.769000', '105433.771000', '105433.774000', '105433.776000', '105433.779000', '105433.781000', '105433.784000', '105433.786000', '105433.789000', '105433.791000', '105433.794000', '105433.797000', '105433.799000', '105433.802000', '105433.804000', '105433.807000', '105433.809000', '105433.812000', '105433.814000', '105433.817000', '105433.819000', '105433.822000', '105433.824000', '105433.827000', '105433.831000', '105433.833000', '105453.720000', '105453.723000', '105453.726000', '105453.736000', '105453.739000', '105453.742000', '105453.744000', '105453.747000', '105453.749000', '105453.752000', '105453.754000', '105453.757000', '105453.759000', '105453.762000', '105453.765000', '105453.767000', '105453.770000', '105453.772000', '105453.775000', '105453.778000', '105453.780000', '105453.783000', '105453.785000', '105453.788000', '105453.791000', '105453.793000', '105453.796000', '105453.798000', '105453.801000', '105453.803000', '105453.806000', '105453.808000', '105453.811000', '105453.813000', '105453.816000', '105453.818000', '105453.821000', '105453.837000', '105453.840000', '105453.842000', '105453.845000', '105453.847000', '105453.850000', '105513.720000', '105513.723000', '105513.726000', '105513.728000', '105513.731000', '105513.733000', '105513.736000', '105513.738000', '105513.741000', '105513.743000', '105513.746000', '105513.749000', '105513.751000', '105513.754000', '105513.756000', '105513.759000', '105513.761000', '105513.764000', '105513.766000', '105513.769000', '105513.771000', '105513.774000', '105513.776000', '105513.779000', '105513.781000', '105513.784000', '105513.787000', '105513.789000', '105513.792000', '105513.794000', '105513.797000', '105513.799000', '105513.802000', '105513.804000', '105513.807000', '105513.809000', '105513.812000', '105513.815000', '105513.817000', '105513.820000', '105513.822000', '105513.825000', '105513.827000', '105513.830000', '105533.722000', '105533.724000', '105533.727000', '105533.729000', '105533.732000', '105533.735000', '105533.737000', '105533.740000', '105533.742000', '105533.745000', '105533.747000', '105533.750000', '105533.752000', '105533.755000', '105533.758000', '105533.760000', '105533.763000', '105533.765000', '105533.768000', '105533.770000', '105533.773000', '105533.775000', '105533.778000', '105533.780000', '105533.783000', '105533.786000', '105533.788000', '105533.791000', '105533.793000', '105533.796000', '105533.799000', '105533.801000', '105533.804000', '105533.807000', '105533.810000', '105533.813000', '105533.815000', '105533.818000', '105533.820000', '105533.823000', '105533.825000', '105533.828000', '105533.830000', '105553.720000', '105553.723000', '105553.726000', '105553.729000', '105553.731000', '105553.734000', '105553.736000', '105553.739000', '105553.741000', '105553.744000', '105553.746000', '105553.749000', '105553.751000', '105553.754000', '105553.757000', '105553.761000', '105553.764000', '105553.766000', '105553.769000', '105553.772000', '105553.774000', '105553.777000', '105553.779000', '105553.782000', '105553.784000', '105553.787000', '105553.790000', '105553.792000', '105553.795000', '105553.797000', '105553.800000', '105553.802000', '105553.805000', '105553.807000', '105553.810000', '105553.813000', '105553.815000', '105553.818000', '105553.820000', '105553.823000', '105553.825000', '105553.828000', '105553.830000', '105553.833000', '105613.720000', '105613.723000', '105613.726000', '105613.728000', '105613.731000', '105613.734000', '105613.736000', '105613.739000', '105613.741000', '105613.744000', '105613.746000', '105613.749000', '105613.752000', '105613.754000', '105613.757000', '105613.759000', '105613.762000', '105613.764000', '105613.767000', '105613.769000', '105613.772000', '105613.775000', '105613.777000', '105613.780000', '105613.782000', '105613.785000', '105613.787000', '105613.790000', '105613.792000', '105613.795000', '105613.797000', '105613.800000', '105613.802000', '105613.805000', '105613.808000', '105613.810000', '105613.813000', '105613.815000', '105613.818000', '105613.820000', '105613.823000', '105613.826000', '105613.829000', '105633.720000', '105633.723000', '105633.726000', '105633.728000', '105633.731000', '105633.733000', '105633.736000', '105633.739000', '105633.741000', '105633.744000', '105633.746000', '105633.749000', '105633.751000', '105633.754000', '105633.756000', '105633.759000', '105633.761000', '105633.764000', '105633.766000', '105633.769000', '105633.772000', '105633.774000', '105633.777000', '105633.779000', '105633.782000', '105633.784000', '105633.787000', '105633.789000', '105633.792000', '105633.795000', '105633.797000', '105633.800000', '105633.802000', '105633.812000', '105633.814000', '105633.817000', '105633.820000', '105633.822000', '105633.825000', '105633.827000', '105633.830000', '105633.832000', '105633.835000', '105633.837000', '105653.720000', '105653.723000', '105653.726000', '105653.729000', '105653.731000', '105653.734000', '105653.736000', '105653.739000', '105653.741000', '105653.744000', '105653.747000', '105653.749000', '105653.752000', '105653.754000', '105653.757000', '105653.759000', '105653.762000', '105653.764000', '105653.767000', '105653.770000', '105653.772000', '105653.775000', '105653.777000', '105653.780000', '105653.783000', '105653.785000', '105653.788000', '105653.790000', '105653.793000', '105653.795000', '105653.798000', '105653.800000', '105653.803000', '105653.806000', '105653.808000', '105653.811000', '105653.813000', '105653.816000', '105653.818000', '105653.821000', '105653.824000', '105653.827000', '105653.830000', '105713.721000', '105713.723000', '105713.726000', '105713.729000', '105713.731000', '105713.734000', '105713.736000', '105713.739000', '105713.741000', '105713.744000', '105713.746000', '105713.749000', '105713.752000', '105713.754000', '105713.757000', '105713.759000', '105713.762000', '105713.764000', '105713.767000', '105713.769000', '105713.772000', '105713.774000', '105713.777000', '105713.780000', '105713.782000', '105713.785000', '105713.787000', '105713.790000', '105713.792000', '105713.795000', '105713.798000', '105713.800000', '105713.803000', '105713.805000', '105713.808000', '105713.810000', '105713.813000', '105713.815000', '105713.818000', '105713.821000', '105713.823000', '105713.826000', '105713.828000', '105713.831000', '105733.720000', '105733.723000', '105733.726000', '105733.729000', '105733.731000', '105733.734000', '105733.736000', '105733.739000', '105733.741000', '105733.744000', '105733.746000', '105733.749000', '105733.751000', '105733.754000', '105733.757000', '105733.759000', '105733.762000', '105733.764000', '105733.767000', '105733.769000', '105733.772000', '105733.774000', '105733.777000', '105733.780000', '105733.782000', '105733.785000', '105733.787000', '105733.790000', '105733.792000', '105733.795000', '105733.797000', '105733.800000', '105733.803000', '105733.805000', '105733.808000', '105733.810000', '105733.813000', '105733.815000', '105733.818000', '105733.820000', '105733.823000', '105733.826000', '105733.829000', '105753.721000', '105753.724000', '105753.727000', '105753.730000', '105753.732000', '105753.735000', '105753.737000', '105753.740000', '105753.742000', '105753.745000', '105753.747000', '105753.750000', '105753.752000', '105753.755000', '105753.757000', '105753.760000', '105753.763000', '105753.765000', '105753.768000', '105753.770000', '105753.773000', '105753.775000', '105753.778000', '105753.780000', '105753.783000', '105753.785000', '105753.788000', '105753.791000', '105753.793000', '105753.796000', '105753.798000', '105753.801000', '105753.803000', '105753.806000', '105753.809000', '105753.811000', '105753.814000', '105753.816000', '105753.819000', '105753.821000', '105753.824000', '105753.827000', '105753.829000', '105753.832000', '105813.721000', '105813.723000', '105813.726000', '105813.729000', '105813.731000', '105813.734000', '105813.736000', '105813.739000', '105813.741000', '105813.744000', '105813.746000', '105813.749000', '105813.752000', '105813.754000', '105813.767000', '105813.769000', '105813.772000', '105813.775000', '105813.777000', '105813.780000', '105813.782000', '105813.785000', '105813.787000', '105813.790000', '105813.793000', '105813.795000', '105813.798000', '105813.800000', '105813.803000', '105813.805000', '105813.808000', '105813.811000', '105813.813000', '105813.816000', '105813.818000', '105813.821000', '105813.823000', '105813.826000', '105813.828000', '105813.831000', '105813.834000', '105813.836000', '105813.839000', '105833.721000', '105833.724000', '105833.726000', '105833.729000', '105833.731000', '105833.734000', '105833.736000', '105833.739000', '105833.742000', '105833.744000', '105833.747000', '105833.749000', '105833.752000', '105833.754000', '105833.757000', '105833.760000', '105833.762000', '105833.765000', '105833.767000', '105833.770000', '105833.772000', '105833.775000', '105833.777000', '105833.780000', '105833.782000', '105833.785000', '105833.788000', '105833.790000', '105833.793000', '105833.795000', '105833.798000', '105833.800000', '105833.803000', '105833.806000', '105833.808000', '105833.811000', '105833.813000', '105833.816000', '105833.818000', '105833.821000', '105833.823000', '105833.826000', '105833.829000', '105853.720000', '105853.723000', '105853.726000', '105853.728000', '105853.731000', '105853.733000', '105853.736000', '105853.739000', '105853.741000', '105853.744000', '105853.746000', '105853.749000', '105853.751000', '105853.754000', '105853.756000', '105853.759000', '105853.762000', '105853.764000', '105853.767000', '105853.769000', '105853.772000', '105853.774000', '105853.777000', '105853.779000', '105853.782000', '105853.785000', '105853.787000', '105853.790000', '105853.792000', '105853.795000', '105853.797000', '105853.800000', '105853.803000', '105853.805000', '105853.808000', '105853.810000', '105853.813000', '105853.815000', '105853.818000', '105853.820000', '105853.823000', '105853.826000', '105853.828000', '105853.831000', '105913.721000', '105913.724000', '105913.726000', '105913.729000', '105913.731000', '105913.734000', '105913.737000', '105913.739000', '105913.742000', '105913.744000', '105913.747000', '105913.750000', '105913.752000', '105913.755000', '105913.757000', '105913.760000', '105913.762000', '105913.765000', '105913.767000', '105913.770000', '105913.772000', '105913.775000', '105913.778000', '105913.780000', '105913.783000', '105913.785000', '105913.788000', '105913.791000', '105913.793000', '105913.796000', '105913.798000', '105913.801000', '105913.803000', '105913.815000', '105913.817000', '105913.820000', '105913.823000', '105913.825000', '105913.828000', '105913.830000', '105913.833000', '105913.835000', '105913.838000', '105913.841000', '105933.720000', '105933.723000', '105933.726000', '105933.729000', '105933.731000', '105933.734000', '105933.736000', '105933.739000', '105933.741000', '105933.744000', '105933.746000', '105933.749000', '105933.752000', '105933.754000', '105933.757000', '105933.759000', '105933.762000', '105933.764000', '105933.767000', '105933.770000', '105933.772000', '105933.775000', '105933.777000', '105933.780000', '105933.782000', '105933.796000', '105933.798000', '105933.801000', '105933.803000', '105933.806000', '105933.808000', '105933.811000', '105933.814000', '105933.816000', '105933.819000', '105933.821000', '105933.824000', '105933.826000', '105933.829000', '105933.832000', '105933.834000', '105933.837000', '105933.839000', '105953.721000', '105953.723000', '105953.726000', '105953.729000', '105953.731000', '105953.734000', '105953.736000', '105953.739000', '105953.742000', '105953.744000', '105953.747000', '105953.749000', '105953.752000', '105953.754000', '105953.757000', '105953.760000', '105953.762000', '105953.765000', '105953.767000', '105953.770000', '105953.773000', '105953.775000', '105953.778000', '105953.780000', '105953.783000', '105953.786000', '105953.788000', '105953.791000', '105953.793000', '105953.797000', '105953.800000', '105953.802000', '105953.805000', '105953.808000', '105953.810000', '105953.813000', '105953.815000', '105953.818000', '105953.820000', '105953.823000', '105953.825000', '105953.828000', '105953.831000', '105953.833000', '110013.721000', '110013.724000', '110013.727000', '110013.730000', '110013.732000', '110013.735000', '110013.737000', '110013.740000', '110013.742000', '110013.745000', '110013.747000', '110013.750000', '110013.752000', '110013.755000', '110013.758000', '110013.760000', '110013.763000', '110013.765000', '110013.768000', '110013.770000', '110013.773000', '110013.775000', '110013.778000', '110013.781000', '110013.783000', '110013.786000', '110013.788000', '110013.791000', '110013.794000', '110013.796000', '110013.799000', '110013.801000', '110013.804000', '110013.806000', '110013.809000', '110013.811000', '110013.814000', '110013.817000', '110013.819000', '110013.822000', '110013.824000', '110013.827000', '110013.829000', '110033.721000', '110033.724000', '110033.727000', '110033.730000', '110033.732000', '110033.735000', '110033.737000', '110033.740000', '110033.742000', '110033.745000', '110033.748000', '110033.750000', '110033.753000', '110033.755000', '110033.758000', '110033.760000', '110033.763000', '110033.766000', '110033.768000', '110033.771000', '110033.773000', '110033.776000', '110033.779000', '110033.781000', '110033.784000', '110033.786000', '110033.789000', '110033.791000', '110033.794000', '110033.797000', '110033.799000', '110033.802000', '110033.804000', '110033.807000', '110033.809000', '110033.812000', '110033.815000', '110033.817000', '110033.820000', '110033.822000', '110033.825000', '110033.828000', '110033.830000', '110053.721000', '110053.723000', '110053.726000', '110053.728000', '110053.731000', '110053.734000', '110053.736000', '110053.739000', '110053.741000', '110053.744000', '110053.746000', '110053.749000', '110053.751000', '110053.754000', '110053.757000', '110053.759000', '110053.762000', '110053.764000', '110053.767000', '110053.769000', '110053.772000', '110053.774000', '110053.777000', '110053.780000', '110053.782000', '110053.785000', '110053.787000', '110053.790000', '110053.792000', '110053.795000', '110053.798000', '110053.800000', '110053.803000', '110053.805000', '110053.808000', '110053.810000', '110053.813000', '110053.823000', '110053.826000', '110053.828000', '110053.831000', '110053.833000', '110053.836000', '110053.839000', '110113.721000', '110113.723000', '110113.726000', '110113.729000', '110113.731000', '110113.734000', '110113.736000', '110113.739000', '110113.741000', '110113.744000', '110113.746000', '110113.749000', '110113.751000', '110113.754000', '110113.757000', '110113.760000', '110113.762000', '110113.765000', '110113.767000', '110113.770000', '110113.772000', '110113.775000', '110113.777000', '110113.780000', '110113.783000', '110113.785000', '110113.788000', '110113.790000', '110113.793000', '110113.796000', '110113.798000', '110113.801000', '110113.803000', '110113.806000', '110113.808000', '110113.811000', '110113.814000', '110113.816000', '110113.819000', '110113.821000', '110113.824000', '110113.826000', '110113.829000', '110113.832000', '110133.721000', '110133.723000', '110133.726000', '110133.729000', '110133.731000', '110133.734000', '110133.736000', '110133.739000', '110133.742000', '110133.744000', '110133.747000', '110133.749000', '110133.752000', '110133.754000', '110133.757000', '110133.759000', '110133.762000', '110133.764000', '110133.767000', '110133.769000', '110133.772000', '110133.775000', '110133.777000', '110133.780000', '110133.782000', '110133.785000', '110133.787000', '110133.790000', '110133.792000', '110133.795000', '110133.798000', '110133.800000', '110133.803000', '110133.805000', '110133.808000', '110133.811000', '110133.813000', '110133.816000', '110133.818000', '110133.821000', '110133.823000', '110133.826000', '110133.828000', '110153.721000', '110153.723000', '110153.726000', '110153.729000', '110153.731000', '110153.734000', '110153.736000', '110153.739000', '110153.742000', '110153.744000', '110153.747000', '110153.749000', '110153.752000', '110153.754000', '110153.757000', '110153.759000', '110153.762000', '110153.766000', '110153.769000', '110153.771000', '110153.774000', '110153.776000', '110153.779000', '110153.781000', '110153.784000', '110153.787000', '110153.789000', '110153.792000', '110153.794000', '110153.797000', '110153.799000', '110153.802000', '110153.804000', '110153.807000', '110153.810000', '110153.812000', '110153.815000', '110153.817000', '110153.820000', '110153.823000', '110153.825000', '110153.828000', '110153.830000', '110211.184000', '110211.187000', '110211.189000', '110211.192000', '110211.194000', '110211.197000', '110211.200000', '110211.202000', '110211.205000', '110211.208000', '110211.210000', '110211.213000', '110211.216000', '110211.219000', '110211.222000', '110211.225000', '110211.228000', '110211.230000', '110211.233000', '110211.237000', '110211.239000', '110211.242000', '110211.245000', '110211.248000', '110211.251000', '110211.254000', '110211.257000', '110211.260000', '110211.264000', '110211.267000', '110211.271000', '110211.274000', '110211.277000', '110211.289000', '110211.292000', '110211.294000', '110211.297000', '110211.300000', '110211.302000'], 'InstanceCreationTime': ['105353.748000', '105353.751000', '105353.754000', '105353.756000', '105353.759000', '105353.762000', '105353.764000', '105353.767000', '105353.779000', '105353.781000', '105353.784000', '105353.786000', '105353.789000', '105353.794000', '105353.797000', '105353.799000', '105413.720000', '105413.723000', '105413.726000', '105413.734000', '105413.736000', '105413.739000', '105413.741000', '105413.744000', '105413.746000', '105413.749000', '105413.751000', '105413.754000', '105413.757000', '105413.760000', '105413.763000', '105413.767000', '105413.770000', '105413.780000', '105413.782000', '105413.785000', '105413.787000', '105413.790000', '105413.792000', '105413.795000', '105413.798000', '105413.800000', '105413.803000', '105413.805000', '105413.808000', '105413.810000', '105413.813000', '105413.815000', '105413.818000', '105413.821000', '105413.824000', '105413.826000', '105413.829000', '105413.831000', '105413.838000', '105413.841000', '105413.844000', '105413.846000', '105413.849000', '105433.720000', '105433.723000', '105433.726000', '105433.731000', '105433.733000', '105433.736000', '105433.738000', '105433.741000', '105433.743000', '105433.746000', '105433.748000', '105433.751000', '105433.753000', '105433.756000', '105433.759000', '105433.761000', '105433.764000', '105433.766000', '105433.769000', '105433.771000', '105433.774000', '105433.776000', '105433.779000', '105433.781000', '105433.784000', '105433.786000', '105433.789000', '105433.791000', '105433.794000', '105433.797000', '105433.799000', '105433.802000', '105433.804000', '105433.807000', '105433.809000', '105433.812000', '105433.814000', '105433.817000', '105433.819000', '105433.822000', '105433.824000', '105433.827000', '105433.831000', '105433.833000', '105453.720000', '105453.723000', '105453.726000', '105453.736000', '105453.739000', '105453.742000', '105453.744000', '105453.747000', '105453.749000', '105453.752000', '105453.754000', '105453.757000', '105453.759000', '105453.762000', '105453.765000', '105453.767000', '105453.770000', '105453.772000', '105453.775000', '105453.778000', '105453.780000', '105453.783000', '105453.785000', '105453.788000', '105453.791000', '105453.793000', '105453.796000', '105453.798000', '105453.801000', '105453.803000', '105453.806000', '105453.808000', '105453.811000', '105453.813000', '105453.816000', '105453.818000', '105453.821000', '105453.837000', '105453.840000', '105453.842000', '105453.845000', '105453.847000', '105453.850000', '105513.720000', '105513.723000', '105513.726000', '105513.728000', '105513.731000', '105513.733000', '105513.736000', '105513.738000', '105513.741000', '105513.743000', '105513.746000', '105513.749000', '105513.751000', '105513.754000', '105513.756000', '105513.759000', '105513.761000', '105513.764000', '105513.766000', '105513.769000', '105513.771000', '105513.774000', '105513.776000', '105513.779000', '105513.781000', '105513.784000', '105513.787000', '105513.789000', '105513.792000', '105513.794000', '105513.797000', '105513.799000', '105513.802000', '105513.804000', '105513.807000', '105513.809000', '105513.812000', '105513.815000', '105513.817000', '105513.820000', '105513.822000', '105513.825000', '105513.827000', '105513.830000', '105533.722000', '105533.724000', '105533.727000', '105533.729000', '105533.732000', '105533.735000', '105533.737000', '105533.740000', '105533.742000', '105533.745000', '105533.747000', '105533.750000', '105533.752000', '105533.755000', '105533.758000', '105533.760000', '105533.763000', '105533.765000', '105533.768000', '105533.770000', '105533.773000', '105533.775000', '105533.778000', '105533.780000', '105533.783000', '105533.786000', '105533.788000', '105533.791000', '105533.793000', '105533.796000', '105533.799000', '105533.801000', '105533.804000', '105533.807000', '105533.810000', '105533.813000', '105533.815000', '105533.818000', '105533.820000', '105533.823000', '105533.825000', '105533.828000', '105533.830000', '105553.720000', '105553.723000', '105553.726000', '105553.729000', '105553.731000', '105553.734000', '105553.736000', '105553.739000', '105553.741000', '105553.744000', '105553.746000', '105553.749000', '105553.751000', '105553.754000', '105553.757000', '105553.761000', '105553.764000', '105553.766000', '105553.769000', '105553.772000', '105553.774000', '105553.777000', '105553.779000', '105553.782000', '105553.784000', '105553.787000', '105553.790000', '105553.792000', '105553.795000', '105553.797000', '105553.800000', '105553.802000', '105553.805000', '105553.807000', '105553.810000', '105553.813000', '105553.815000', '105553.818000', '105553.820000', '105553.823000', '105553.825000', '105553.828000', '105553.830000', '105553.833000', '105613.720000', '105613.723000', '105613.726000', '105613.728000', '105613.731000', '105613.734000', '105613.736000', '105613.739000', '105613.741000', '105613.744000', '105613.746000', '105613.749000', '105613.752000', '105613.754000', '105613.757000', '105613.759000', '105613.762000', '105613.764000', '105613.767000', '105613.769000', '105613.772000', '105613.775000', '105613.777000', '105613.780000', '105613.782000', '105613.785000', '105613.787000', '105613.790000', '105613.792000', '105613.795000', '105613.797000', '105613.800000', '105613.802000', '105613.805000', '105613.808000', '105613.810000', '105613.813000', '105613.815000', '105613.818000', '105613.820000', '105613.823000', '105613.826000', '105613.829000', '105633.720000', '105633.723000', '105633.726000', '105633.728000', '105633.731000', '105633.733000', '105633.736000', '105633.739000', '105633.741000', '105633.744000', '105633.746000', '105633.749000', '105633.751000', '105633.754000', '105633.756000', '105633.759000', '105633.761000', '105633.764000', '105633.766000', '105633.769000', '105633.772000', '105633.774000', '105633.777000', '105633.779000', '105633.782000', '105633.784000', '105633.787000', '105633.789000', '105633.792000', '105633.795000', '105633.797000', '105633.800000', '105633.802000', '105633.812000', '105633.814000', '105633.817000', '105633.820000', '105633.822000', '105633.825000', '105633.827000', '105633.830000', '105633.832000', '105633.835000', '105633.837000', '105653.720000', '105653.723000', '105653.726000', '105653.729000', '105653.731000', '105653.734000', '105653.736000', '105653.739000', '105653.741000', '105653.744000', '105653.747000', '105653.749000', '105653.752000', '105653.754000', '105653.757000', '105653.759000', '105653.762000', '105653.764000', '105653.767000', '105653.770000', '105653.772000', '105653.775000', '105653.777000', '105653.780000', '105653.783000', '105653.785000', '105653.788000', '105653.790000', '105653.793000', '105653.795000', '105653.798000', '105653.800000', '105653.803000', '105653.806000', '105653.808000', '105653.811000', '105653.813000', '105653.816000', '105653.818000', '105653.821000', '105653.824000', '105653.827000', '105653.830000', '105713.721000', '105713.723000', '105713.726000', '105713.729000', '105713.731000', '105713.734000', '105713.736000', '105713.739000', '105713.741000', '105713.744000', '105713.746000', '105713.749000', '105713.752000', '105713.754000', '105713.757000', '105713.759000', '105713.762000', '105713.764000', '105713.767000', '105713.769000', '105713.772000', '105713.774000', '105713.777000', '105713.780000', '105713.782000', '105713.785000', '105713.787000', '105713.790000', '105713.792000', '105713.795000', '105713.798000', '105713.800000', '105713.803000', '105713.805000', '105713.808000', '105713.810000', '105713.813000', '105713.815000', '105713.818000', '105713.821000', '105713.823000', '105713.826000', '105713.828000', '105713.831000', '105733.720000', '105733.723000', '105733.726000', '105733.729000', '105733.731000', '105733.734000', '105733.736000', '105733.739000', '105733.741000', '105733.744000', '105733.746000', '105733.749000', '105733.751000', '105733.754000', '105733.757000', '105733.759000', '105733.762000', '105733.764000', '105733.767000', '105733.769000', '105733.772000', '105733.774000', '105733.777000', '105733.780000', '105733.782000', '105733.785000', '105733.787000', '105733.790000', '105733.792000', '105733.795000', '105733.797000', '105733.800000', '105733.803000', '105733.805000', '105733.808000', '105733.810000', '105733.813000', '105733.815000', '105733.818000', '105733.820000', '105733.823000', '105733.826000', '105733.829000', '105753.721000', '105753.724000', '105753.727000', '105753.730000', '105753.732000', '105753.735000', '105753.737000', '105753.740000', '105753.742000', '105753.745000', '105753.747000', '105753.750000', '105753.752000', '105753.755000', '105753.757000', '105753.760000', '105753.763000', '105753.765000', '105753.768000', '105753.770000', '105753.773000', '105753.775000', '105753.778000', '105753.780000', '105753.783000', '105753.785000', '105753.788000', '105753.791000', '105753.793000', '105753.796000', '105753.798000', '105753.801000', '105753.803000', '105753.806000', '105753.809000', '105753.811000', '105753.814000', '105753.816000', '105753.819000', '105753.821000', '105753.824000', '105753.827000', '105753.829000', '105753.832000', '105813.721000', '105813.723000', '105813.726000', '105813.729000', '105813.731000', '105813.734000', '105813.736000', '105813.739000', '105813.741000', '105813.744000', '105813.746000', '105813.749000', '105813.752000', '105813.754000', '105813.767000', '105813.769000', '105813.772000', '105813.775000', '105813.777000', '105813.780000', '105813.782000', '105813.785000', '105813.787000', '105813.790000', '105813.793000', '105813.795000', '105813.798000', '105813.800000', '105813.803000', '105813.805000', '105813.808000', '105813.811000', '105813.813000', '105813.816000', '105813.818000', '105813.821000', '105813.823000', '105813.826000', '105813.828000', '105813.831000', '105813.834000', '105813.836000', '105813.839000', '105833.721000', '105833.724000', '105833.726000', '105833.729000', '105833.731000', '105833.734000', '105833.736000', '105833.739000', '105833.742000', '105833.744000', '105833.747000', '105833.749000', '105833.752000', '105833.754000', '105833.757000', '105833.760000', '105833.762000', '105833.765000', '105833.767000', '105833.770000', '105833.772000', '105833.775000', '105833.777000', '105833.780000', '105833.782000', '105833.785000', '105833.788000', '105833.790000', '105833.793000', '105833.795000', '105833.798000', '105833.800000', '105833.803000', '105833.806000', '105833.808000', '105833.811000', '105833.813000', '105833.816000', '105833.818000', '105833.821000', '105833.823000', '105833.826000', '105833.829000', '105853.720000', '105853.723000', '105853.726000', '105853.728000', '105853.731000', '105853.733000', '105853.736000', '105853.739000', '105853.741000', '105853.744000', '105853.746000', '105853.749000', '105853.751000', '105853.754000', '105853.756000', '105853.759000', '105853.762000', '105853.764000', '105853.767000', '105853.769000', '105853.772000', '105853.774000', '105853.777000', '105853.779000', '105853.782000', '105853.785000', '105853.787000', '105853.790000', '105853.792000', '105853.795000', '105853.797000', '105853.800000', '105853.803000', '105853.805000', '105853.808000', '105853.810000', '105853.813000', '105853.815000', '105853.818000', '105853.820000', '105853.823000', '105853.826000', '105853.828000', '105853.831000', '105913.721000', '105913.724000', '105913.726000', '105913.729000', '105913.731000', '105913.734000', '105913.737000', '105913.739000', '105913.742000', '105913.744000', '105913.747000', '105913.750000', '105913.752000', '105913.755000', '105913.757000', '105913.760000', '105913.762000', '105913.765000', '105913.767000', '105913.770000', '105913.772000', '105913.775000', '105913.778000', '105913.780000', '105913.783000', '105913.785000', '105913.788000', '105913.791000', '105913.793000', '105913.796000', '105913.798000', '105913.801000', '105913.803000', '105913.815000', '105913.817000', '105913.820000', '105913.823000', '105913.825000', '105913.828000', '105913.830000', '105913.833000', '105913.835000', '105913.838000', '105913.841000', '105933.720000', '105933.723000', '105933.726000', '105933.729000', '105933.731000', '105933.734000', '105933.736000', '105933.739000', '105933.741000', '105933.744000', '105933.746000', '105933.749000', '105933.752000', '105933.754000', '105933.757000', '105933.759000', '105933.762000', '105933.764000', '105933.767000', '105933.770000', '105933.772000', '105933.775000', '105933.777000', '105933.780000', '105933.782000', '105933.796000', '105933.798000', '105933.801000', '105933.803000', '105933.806000', '105933.808000', '105933.811000', '105933.814000', '105933.816000', '105933.819000', '105933.821000', '105933.824000', '105933.826000', '105933.829000', '105933.832000', '105933.834000', '105933.837000', '105933.839000', '105953.721000', '105953.723000', '105953.726000', '105953.729000', '105953.731000', '105953.734000', '105953.736000', '105953.739000', '105953.742000', '105953.744000', '105953.747000', '105953.749000', '105953.752000', '105953.754000', '105953.757000', '105953.760000', '105953.762000', '105953.765000', '105953.767000', '105953.770000', '105953.773000', '105953.775000', '105953.778000', '105953.780000', '105953.783000', '105953.786000', '105953.788000', '105953.791000', '105953.793000', '105953.797000', '105953.800000', '105953.802000', '105953.805000', '105953.808000', '105953.810000', '105953.813000', '105953.815000', '105953.818000', '105953.820000', '105953.823000', '105953.825000', '105953.828000', '105953.831000', '105953.833000', '110013.721000', '110013.724000', '110013.727000', '110013.730000', '110013.732000', '110013.735000', '110013.737000', '110013.740000', '110013.742000', '110013.745000', '110013.747000', '110013.750000', '110013.752000', '110013.755000', '110013.758000', '110013.760000', '110013.763000', '110013.765000', '110013.768000', '110013.770000', '110013.773000', '110013.775000', '110013.778000', '110013.781000', '110013.783000', '110013.786000', '110013.788000', '110013.791000', '110013.794000', '110013.796000', '110013.799000', '110013.801000', '110013.804000', '110013.806000', '110013.809000', '110013.811000', '110013.814000', '110013.817000', '110013.819000', '110013.822000', '110013.824000', '110013.827000', '110013.829000', '110033.721000', '110033.724000', '110033.727000', '110033.730000', '110033.732000', '110033.735000', '110033.737000', '110033.740000', '110033.742000', '110033.745000', '110033.748000', '110033.750000', '110033.753000', '110033.755000', '110033.758000', '110033.760000', '110033.763000', '110033.766000', '110033.768000', '110033.771000', '110033.773000', '110033.776000', '110033.779000', '110033.781000', '110033.784000', '110033.786000', '110033.789000', '110033.791000', '110033.794000', '110033.797000', '110033.799000', '110033.802000', '110033.804000', '110033.807000', '110033.809000', '110033.812000', '110033.815000', '110033.817000', '110033.820000', '110033.822000', '110033.825000', '110033.828000', '110033.830000', '110053.721000', '110053.723000', '110053.726000', '110053.728000', '110053.731000', '110053.734000', '110053.736000', '110053.739000', '110053.741000', '110053.744000', '110053.746000', '110053.749000', '110053.751000', '110053.754000', '110053.757000', '110053.759000', '110053.762000', '110053.764000', '110053.767000', '110053.769000', '110053.772000', '110053.774000', '110053.777000', '110053.780000', '110053.782000', '110053.785000', '110053.787000', '110053.790000', '110053.792000', '110053.795000', '110053.798000', '110053.800000', '110053.803000', '110053.805000', '110053.808000', '110053.810000', '110053.813000', '110053.823000', '110053.826000', '110053.828000', '110053.831000', '110053.833000', '110053.836000', '110053.839000', '110113.721000', '110113.723000', '110113.726000', '110113.729000', '110113.731000', '110113.734000', '110113.736000', '110113.739000', '110113.741000', '110113.744000', '110113.746000', '110113.749000', '110113.751000', '110113.754000', '110113.757000', '110113.760000', '110113.762000', '110113.765000', '110113.767000', '110113.770000', '110113.772000', '110113.775000', '110113.777000', '110113.780000', '110113.783000', '110113.785000', '110113.788000', '110113.790000', '110113.793000', '110113.796000', '110113.798000', '110113.801000', '110113.803000', '110113.806000', '110113.808000', '110113.811000', '110113.814000', '110113.816000', '110113.819000', '110113.821000', '110113.824000', '110113.826000', '110113.829000', '110113.832000', '110133.721000', '110133.723000', '110133.726000', '110133.729000', '110133.731000', '110133.734000', '110133.736000', '110133.739000', '110133.742000', '110133.744000', '110133.747000', '110133.749000', '110133.752000', '110133.754000', '110133.757000', '110133.759000', '110133.762000', '110133.764000', '110133.767000', '110133.769000', '110133.772000', '110133.775000', '110133.777000', '110133.780000', '110133.782000', '110133.785000', '110133.787000', '110133.790000', '110133.792000', '110133.795000', '110133.798000', '110133.800000', '110133.803000', '110133.805000', '110133.808000', '110133.811000', '110133.813000', '110133.816000', '110133.818000', '110133.821000', '110133.823000', '110133.826000', '110133.828000', '110153.721000', '110153.723000', '110153.726000', '110153.729000', '110153.731000', '110153.734000', '110153.736000', '110153.739000', '110153.742000', '110153.744000', '110153.747000', '110153.749000', '110153.752000', '110153.754000', '110153.757000', '110153.759000', '110153.762000', '110153.766000', '110153.769000', '110153.771000', '110153.774000', '110153.776000', '110153.779000', '110153.781000', '110153.784000', '110153.787000', '110153.789000', '110153.792000', '110153.794000', '110153.797000', '110153.799000', '110153.802000', '110153.804000', '110153.807000', '110153.810000', '110153.812000', '110153.815000', '110153.817000', '110153.820000', '110153.823000', '110153.825000', '110153.828000', '110153.830000', '110211.184000', '110211.187000', '110211.189000', '110211.192000', '110211.194000', '110211.197000', '110211.200000', '110211.202000', '110211.205000', '110211.208000', '110211.210000', '110211.213000', '110211.216000', '110211.219000', '110211.222000', '110211.225000', '110211.228000', '110211.230000', '110211.233000', '110211.237000', '110211.239000', '110211.242000', '110211.245000', '110211.248000', '110211.251000', '110211.254000', '110211.257000', '110211.260000', '110211.264000', '110211.267000', '110211.271000', '110211.274000', '110211.277000', '110211.289000', '110211.292000', '110211.294000', '110211.297000', '110211.300000', '110211.302000'], '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': [8108, 9204, 8041, 8599, 8037, 6561, 7862, 8055, 7107, 7858, 7481, 7744, 7608, 7890, 6530, 7558, 6519, 8004, 6640, 7747, 6872, 7419, 7620, 7016, 7778, 7992, 8054, 7139, 8055, 7076, 7975, 6894, 7797, 7510, 7050, 7703, 7899, 7935, 7649, 8085, 7361, 8128, 7576, 7526, 7670, 7878, 7846, 7188, 8001, 6913, 7971, 7843, 6817, 7637, 7200, 7590, 6829, 7716, 6416, 7703, 7534, 7086, 7692, 7102, 7846, 6719, 7893, 6456, 7620, 6916, 7491, 7462, 6816, 7652, 7287, 7814, 7054, 7914, 6897, 7812, 7546, 7419, 7537, 8134, 7705, 7650, 7710, 7750, 7817, 7605, 7479, 7138, 7519, 7634, 7421, 7747, 7113, 7593, 6669, 7782, 7582, 7444, 7153, 7816, 7675, 7235, 7926, 6932, 7813, 6436, 7612, 7448, 6966, 7549, 7276, 7736, 7128, 7697, 6910, 7793, 7461, 6999, 7457, 7311, 7748, 7245, 7750, 6756, 7953, 7418, 7206, 7407, 7739, 7628, 7175, 8029, 6847, 7844, 6380, 7720, 7304, 7014, 7389, 7668, 7918, 7359, 7760, 6849, 7808, 7554, 7168, 7525, 7474, 7649, 7205, 7839, 7074, 7838, 6726, 7442, 7174, 6873, 7807, 7621, 7864, 7365, 7588, 6815, 7860, 7369, 7161, 7575, 7890, 7728, 7502, 7911, 6626, 7710, 7110, 6686, 7516, 7635, 7546, 6859, 7703, 6682, 7571, 7313, 7119, 7454, 7206, 7845, 6810, 7557, 7650, 7337, 7050, 6863, 7599, 7023, 7456, 6372, 7825, 6496, 7458, 7292, 6920, 7664, 7409, 7749, 6942, 7590, 7407, 7638, 7166, 6962, 7511, 7722, 7508, 7446, 7646, 7277, 7581, 7432, 6686, 7224, 7743, 7561, 7161, 7537, 6585, 7661, 7340, 7156, 7468, 7283, 7558, 7324, 7576, 6589, 7751, 7461, 7367, 7392, 6741, 7489, 7362, 7566, 6366, 7653, 6558, 7236, 7745, 6979, 7781, 8177, 7627, 7220, 7778, 6469, 7459, 7514, 6922, 7640, 6773, 7584, 7294, 7674, 6732, 7495, 6480, 7411, 7623, 6587, 7512, 8434, 7607, 7567, 7619, 6544, 7562, 7160, 7120, 7706, 7755, 7923, 7487, 7673, 7053, 7683, 6400, 7597, 7464, 7071, 7134, 8066, 7452, 7635, 7867, 6990, 7882, 6646, 7625, 7744, 6566, 7717, 7716, 7384, 7489, 7542, 6657, 7594, 6662, 7826, 7536, 6749, 7422, 7327, 7622, 6793, 7233, 6670, 6343, 6445, 7640, 6576, 7977, 7178, 7920, 7955, 8148, 7781, 7771, 6668, 7928, 8480, 7808, 7884, 7739, 7615, 8005, 7529, 8005, 6778, 8123, 7593, 7049, 7785, 7725, 7954, 7083, 7962, 6381, 7808, 6394, 7295, 7755, 6231, 7951, 7825, 7832, 7395, 7771, 6398, 7733, 7745, 6565, 7811, 7978, 7819, 7654, 7792, 6685, 7762, 7686, 7018, 7917, 7764, 8106, 7310, 7892, 6404, 8000, 6713, 7581, 7630, 6997, 7980, 7913, 7881, 7551, 7689, 7372, 7891, 7652, 6872, 7707, 7749, 7930, 7436, 7670, 6956, 7564, 7640, 6835, 7720, 7590, 8000, 7160, 8061, 7684, 8090, 7628, 7360, 7959, 7935, 7865, 7209, 7921, 6987, 7839, 7708, 7445, 7964, 7694, 7871, 6781, 7683, 6604, 7924, 7736, 6711, 7824, 7402, 7924, 6677, 7772, 7073, 7134, 7868, 7791, 7884, 7542, 8017, 6612, 7654, 7766, 6617, 7893, 6843, 7763, 7854, 7743, 7167, 7766, 7858, 7692, 7623, 8123, 7923, 8180, 7838, 7492, 7649, 7317, 7469, 7413, 7561, 7748, 7888, 7967, 7460, 7715, 6418, 7540, 7967, 6626, 7851, 7892, 7966, 7504, 7722, 6738, 7811, 7724, 7260, 7702, 8880, 7847, 8436, 7936, 7578, 7735, 7636, 6709, 7727, 7835, 7775, 7352, 7666, 6760, 7893, 7616, 7023, 7559, 8115, 7948, 7727, 7840, 7544, 7872, 7583, 7758, 7449, 7708, 7677, 7598, 7656, 6714, 7760, 7847, 7509, 7473, 8000, 7693, 7276, 7675, 6398, 7652, 7623, 6795, 7443, 6607, 7818, 6747, 7341, 6351, 7541, 6386, 7608, 6714, 6931, 7575, 6367, 7606, 8106, 7670, 7334, 7679, 7024, 7559, 6461, 7412, 7420, 6805, 7554, 6208, 7578, 7225, 7354, 7582, 7777, 7542, 7522, 7045, 7550, 6842, 7230, 7586, 6821, 7395, 6405, 7395, 7189, 7784, 7534, 7772, 6896, 7508, 6799, 7619, 6277, 7104, 6757, 6425, 7384, 5717, 7429, 8226, 7219, 8112, 7421, 7295, 7140, 6655, 6965, 7674, 6725, 7161, 5870, 7055, 7153, 7249, 7493, 7113, 7522, 7420, 7352, 7029, 6942, 6843, 7314, 6298, 7250, 8507, 7248, 8448, 7375, 7855, 7308, 7380, 7332, 7778, 7133, 6813, 6032, 6824, 8006, 7324, 7161, 7206, 7114, 7378, 7379, 7257, 6875, 6385, 7107, 8324, 6986, 7577, 7259, 7445, 7334, 6913, 6627, 6808, 7987, 7031, 7397, 7151, 6671, 6992, 7163, 7050, 6632, 7087, 7090, 7209, 7230, 7084, 7617, 6833, 7309, 6986, 6159, 6815, 8108, 7140, 7875, 7318, 7069, 7412, 6700, 6539, 7012, 8056, 7364, 7601, 7418, 7028, 7261, 6717, 6957, 6806, 7801, 7105, 7932, 7150, 7661, 7179, 7332, 7408, 6501, 6767, 6967, 8392, 7275, 7720, 7190, 6787, 7160, 6924, 6917, 6997, 7396, 7008, 7763, 6996, 7304, 7095, 6461, 7233, 6731, 6483, 7179, 8252, 7014, 7814, 6834, 6772, 7019, 6797, 6720, 6788, 7774, 7036, 7308, 6882, 6982, 7155, 6476, 7141, 6702, 6315, 6721, 7936, 6840, 7393, 6908, 6521, 7043, 7149, 6877, 6967, 8153, 6870, 8163, 7037, 7315, 6898, 7357, 7400, 7079, 7233, 6781, 8406, 7018, 7689, 7103, 6509, 7133, 6792, 7070, 6821, 6302, 6929, 8035, 7091, 7207, 7048, 6928, 7115, 7485, 7214, 6860, 6701, 6789, 8595, 7096, 7650, 6825, 7561, 7292, 7055, 6588, 6589, 7723, 6672, 6884, 6808, 6297, 7084, 6335, 6958, 6583, 6723, 6720, 7386, 6883, 7556, 7189, 7333, 7381, 8100, 6973, 6764, 7520, 6647, 8320, 6842, 7744, 7137, 7067, 7238, 6777, 6933, 6442, 6194, 6851, 7876, 6838, 7403, 7232, 6918, 6995, 6578, 6802, 6369, 6304, 6682, 7755, 7075, 7256, 7015, 7176, 7360, 6480, 6858, 6638, 5950, 6677, 7816, 6961, 7556, 6976, 6998, 7035, 6648, 6771, 6600, 7667, 6954, 7828, 7151, 7561, 6928, 6345, 6879, 6905, 6213, 6956, 7575, 7098, 7370, 7026, 6838, 6976, 6589, 6207, 6814, 8034, 7129, 7655, 6900, 7596, 6972, 6942, 6758, 6477, 6359, 6910, 8584, 6914, 7926, 7060, 6815, 7026, 6606, 6623, 6634, 7996, 7308, 7845, 6955, 8130, 6804, 7215, 6970, 6972, 6446, 6708, 8774, 7015, 8146, 6994, 7340, 7087, 6215, 6760, 6420, 7137, 6759, 7854, 6897, 7560, 7158, 7016, 6797, 6389, 6868, 6889, 7787, 7110, 6820, 7237, 6365, 6791, 6742, 6194, 6978, 6892, 7156, 6553, 7115, 6636, 7278, 6591, 6516, 6829, 8204, 6796, 7401, 7161, 7401, 7208, 7622, 6911, 6553, 6275, 6865, 7866, 6728, 7295, 6860, 7146, 7357, 7400, 6806, 6479, 6293, 6644, 8418, 6872, 7887, 7074, 7653, 7149, 6748, 7013, 6721, 6393, 6920, 7422, 6759, 7412, 7019, 6675, 6903, 6698, 6261, 6721, 7818, 6632, 7410, 6876, 7244, 7237, 6978, 6771, 6530, 7474, 6728, 7756, 6739, 7483, 7181, 6864, 6805, 6488, 6370, 6793, 7505, 6789, 6828, 6920, 6368, 6980, 7090, 6763, 6644, 6874, 6989, 7449, 7126, 7176, 7123, 7163, 6921, 6938, 8293, 6756, 8244, 6998, 7514, 7065, 6880, 6828, 6915, 7694, 6863, 8819, 6992, 7593, 6933, 6826, 7097, 6794, 6478, 7245, 8599, 6812, 7293, 6808, 6328, 6917, 6655, 6697, 6770, 6352, 6986, 8483, 6705, 8009, 6947, 6916, 6900, 7157, 7220, 6638, 8444, 6872, 8072, 6748, 7241, 6650, 6657, 6981, 6929, 6566, 6578, 8038, 6811, 8161, 6848, 7982, 6801, 6912, 6922, 6297, 6198, 6720, 7863, 6941, 7439, 6887, 6460, 6890, 6439, 6459, 6824, 7595, 6974, 7420, 6911, 6867, 7021, 6672], 'WindowCenter': [3602.0, 3607.0, 3573.0, 3580.0, 3571.0, 3549.0, 3570.0, 3559.0, 3534.0, 3555.0, 3534.0, 3545.0, 3545.0, 3556.0, 3523.0, 3544.0, 3522.0, 3557.0, 3535.0, 3556.0, 3537.0, 3548.0, 3559.0, 3547.0, 3558.0, 3557.0, 3558.0, 3537.0, 3559.0, 3537.0, 3558.0, 3537.0, 3546.0, 3548.0, 3536.0, 3547.0, 3545.0, 3557.0, 3546.0, 3557.0, 3535.0, 3557.0, 3546.0, 3544.0, 3544.0, 3543.0, 3543.0, 3532.0, 3544.0, 3534.0, 3544.0, 3556.0, 3534.0, 3556.0, 3543.0, 3545.0, 3533.0, 3557.0, 3525.0, 3545.0, 3557.0, 3546.0, 3557.0, 3546.0, 3557.0, 3534.0, 3558.0, 3536.0, 3557.0, 3548.0, 3546.0, 3559.0, 3536.0, 3558.0, 3545.0, 3558.0, 3537.0, 3559.0, 3537.0, 3557.0, 3558.0, 3547.0, 3557.0, 3555.0, 3545.0, 3544.0, 3546.0, 3546.0, 3545.0, 3544.0, 3544.0, 3534.0, 3533.0, 3543.0, 3532.0, 3543.0, 3533.0, 3543.0, 3523.0, 3545.0, 3545.0, 3533.0, 3533.0, 3543.0, 3543.0, 3533.0, 3544.0, 3533.0, 3544.0, 3523.0, 3544.0, 3545.0, 3533.0, 3544.0, 3533.0, 3545.0, 3535.0, 3545.0, 3534.0, 3545.0, 3544.0, 3533.0, 3533.0, 3533.0, 3543.0, 3533.0, 3544.0, 3523.0, 3555.0, 3543.0, 3532.0, 3543.0, 3542.0, 3544.0, 3532.0, 3556.0, 3523.0, 3556.0, 3523.0, 3544.0, 3545.0, 3534.0, 3544.0, 3543.0, 3545.0, 3534.0, 3544.0, 3522.0, 3544.0, 3545.0, 3533.0, 3545.0, 3531.0, 3545.0, 3533.0, 3545.0, 3535.0, 3546.0, 3535.0, 3534.0, 3533.0, 3522.0, 3546.0, 3559.0, 3558.0, 3546.0, 3546.0, 3535.0, 3545.0, 3533.0, 3533.0, 3544.0, 3544.0, 3545.0, 3534.0, 3544.0, 3522.0, 3543.0, 3533.0, 3522.0, 3533.0, 3532.0, 3544.0, 3522.0, 3543.0, 3522.0, 3543.0, 3534.0, 3532.0, 3532.0, 3532.0, 3543.0, 3522.0, 3544.0, 3544.0, 3533.0, 3535.0, 3523.0, 3544.0, 3532.0, 3545.0, 3523.0, 3545.0, 3524.0, 3546.0, 3547.0, 3546.0, 3547.0, 3546.0, 3545.0, 3535.0, 3546.0, 3546.0, 3546.0, 3536.0, 3535.0, 3546.0, 3544.0, 3534.0, 3534.0, 3544.0, 3534.0, 3545.0, 3535.0, 3524.0, 3535.0, 3544.0, 3544.0, 3533.0, 3533.0, 3521.0, 3544.0, 3534.0, 3534.0, 3534.0, 3532.0, 3545.0, 3533.0, 3544.0, 3521.0, 3544.0, 3532.0, 3533.0, 3544.0, 3523.0, 3534.0, 3545.0, 3545.0, 3523.0, 3545.0, 3523.0, 3545.0, 3558.0, 3536.0, 3547.0, 3556.0, 3546.0, 3545.0, 3544.0, 3523.0, 3534.0, 3545.0, 3535.0, 3547.0, 3535.0, 3547.0, 3546.0, 3558.0, 3535.0, 3546.0, 3525.0, 3546.0, 3558.0, 3536.0, 3548.0, 3557.0, 3546.0, 3547.0, 3546.0, 3524.0, 3544.0, 3534.0, 3534.0, 3560.0, 3548.0, 3558.0, 3534.0, 3547.0, 3536.0, 3546.0, 3524.0, 3546.0, 3546.0, 3535.0, 3537.0, 3546.0, 3547.0, 3546.0, 3560.0, 3549.0, 3557.0, 3535.0, 3544.0, 3559.0, 3535.0, 3545.0, 3544.0, 3545.0, 3534.0, 3545.0, 3523.0, 3543.0, 3522.0, 3544.0, 3545.0, 3524.0, 3545.0, 3545.0, 3557.0, 3535.0, 3547.0, 3536.0, 3538.0, 3526.0, 3547.0, 3535.0, 3557.0, 3547.0, 3559.0, 3557.0, 3557.0, 3546.0, 3546.0, 3524.0, 3557.0, 3555.0, 3545.0, 3544.0, 3544.0, 3533.0, 3543.0, 3532.0, 3542.0, 3521.0, 3542.0, 3544.0, 3522.0, 3543.0, 3532.0, 3542.0, 3532.0, 3543.0, 3510.0, 3543.0, 3522.0, 3533.0, 3546.0, 3513.0, 3557.0, 3545.0, 3546.0, 3545.0, 3546.0, 3523.0, 3544.0, 3544.0, 3523.0, 3544.0, 3543.0, 3545.0, 3544.0, 3544.0, 3523.0, 3544.0, 3544.0, 3521.0, 3544.0, 3543.0, 3556.0, 3534.0, 3556.0, 3524.0, 3557.0, 3535.0, 3545.0, 3546.0, 3534.0, 3556.0, 3546.0, 3557.0, 3546.0, 3546.0, 3535.0, 3544.0, 3545.0, 3522.0, 3544.0, 3532.0, 3544.0, 3533.0, 3544.0, 3523.0, 3544.0, 3545.0, 3521.0, 3544.0, 3533.0, 3545.0, 3534.0, 3545.0, 3546.0, 3545.0, 3545.0, 3549.0, 3557.0, 3543.0, 3543.0, 3532.0, 3544.0, 3534.0, 3544.0, 3544.0, 3534.0, 3556.0, 3544.0, 3544.0, 3523.0, 3545.0, 3535.0, 3556.0, 3545.0, 3535.0, 3547.0, 3546.0, 3556.0, 3534.0, 3545.0, 3535.0, 3534.0, 3558.0, 3546.0, 3557.0, 3546.0, 3557.0, 3534.0, 3546.0, 3544.0, 3524.0, 3558.0, 3536.0, 3558.0, 3557.0, 3559.0, 3548.0, 3559.0, 3558.0, 3547.0, 3546.0, 3557.0, 3558.0, 3557.0, 3547.0, 3546.0, 3545.0, 3544.0, 3533.0, 3534.0, 3543.0, 3545.0, 3544.0, 3545.0, 3534.0, 3545.0, 3523.0, 3544.0, 3555.0, 3522.0, 3556.0, 3545.0, 3556.0, 3546.0, 3546.0, 3536.0, 3546.0, 3545.0, 3534.0, 3546.0, 3555.0, 3545.0, 3545.0, 3544.0, 3544.0, 3532.0, 3533.0, 3521.0, 3532.0, 3531.0, 3533.0, 3533.0, 3545.0, 3524.0, 3545.0, 3546.0, 3534.0, 3544.0, 3543.0, 3545.0, 3545.0, 3546.0, 3545.0, 3545.0, 3544.0, 3533.0, 3533.0, 3532.0, 3532.0, 3532.0, 3532.0, 3522.0, 3533.0, 3543.0, 3531.0, 3533.0, 3542.0, 3531.0, 3532.0, 3543.0, 3522.0, 3544.0, 3545.0, 3534.0, 3545.0, 3534.0, 3546.0, 3535.0, 3545.0, 3525.0, 3557.0, 3526.0, 3558.0, 3538.0, 3548.0, 3560.0, 3526.0, 3558.0, 3557.0, 3547.0, 3546.0, 3547.0, 3536.0, 3546.0, 3525.0, 3547.0, 3547.0, 3536.0, 3559.0, 3526.0, 3560.0, 3548.0, 3549.0, 3559.0, 3560.0, 3559.0, 3560.0, 3549.0, 3560.0, 3538.0, 3548.0, 3559.0, 3537.0, 3549.0, 3538.0, 3549.0, 3549.0, 3559.0, 3547.0, 3559.0, 3549.0, 3560.0, 3539.0, 3573.0, 3538.0, 3549.0, 3550.0, 3538.0, 3561.0, 3529.0, 3562.0, 3571.0, 3561.0, 3572.0, 3562.0, 3560.0, 3549.0, 3538.0, 3549.0, 3560.0, 3539.0, 3550.0, 3518.0, 3550.0, 3549.0, 3560.0, 3548.0, 3550.0, 3560.0, 3561.0, 3561.0, 3551.0, 3550.0, 3539.0, 3560.0, 3538.0, 3561.0, 3570.0, 3550.0, 3570.0, 3549.0, 3559.0, 3548.0, 3547.0, 3547.0, 3548.0, 3536.0, 3537.0, 3515.0, 3537.0, 3557.0, 3546.0, 3535.0, 3546.0, 3536.0, 3547.0, 3547.0, 3546.0, 3537.0, 3525.0, 3536.0, 3556.0, 3535.0, 3546.0, 3546.0, 3547.0, 3546.0, 3536.0, 3536.0, 3536.0, 3555.0, 3535.0, 3534.0, 3535.0, 3535.0, 3535.0, 3549.0, 3547.0, 3538.0, 3535.0, 3536.0, 3545.0, 3547.0, 3536.0, 3547.0, 3536.0, 3547.0, 3548.0, 3514.0, 3536.0, 3556.0, 3536.0, 3556.0, 3535.0, 3534.0, 3534.0, 3535.0, 3523.0, 3534.0, 3544.0, 3545.0, 3545.0, 3546.0, 3535.0, 3546.0, 3535.0, 3534.0, 3535.0, 3544.0, 3535.0, 3545.0, 3535.0, 3545.0, 3534.0, 3534.0, 3533.0, 3523.0, 3522.0, 3533.0, 3554.0, 3534.0, 3544.0, 3534.0, 3522.0, 3533.0, 3533.0, 3532.0, 3533.0, 3532.0, 3534.0, 3544.0, 3534.0, 3534.0, 3534.0, 3523.0, 3533.0, 3522.0, 3511.0, 3534.0, 3543.0, 3534.0, 3544.0, 3523.0, 3522.0, 3533.0, 3522.0, 3522.0, 3523.0, 3544.0, 3535.0, 3545.0, 3536.0, 3536.0, 3547.0, 3524.0, 3534.0, 3534.0, 3523.0, 3536.0, 3555.0, 3535.0, 3546.0, 3535.0, 3524.0, 3535.0, 3535.0, 3535.0, 3537.0, 3557.0, 3536.0, 3557.0, 3536.0, 3545.0, 3534.0, 3534.0, 3534.0, 3535.0, 3534.0, 3524.0, 3554.0, 3534.0, 3544.0, 3533.0, 3511.0, 3532.0, 3522.0, 3533.0, 3524.0, 3523.0, 3535.0, 3545.0, 3535.0, 3534.0, 3534.0, 3534.0, 3535.0, 3546.0, 3545.0, 3536.0, 3535.0, 3535.0, 3555.0, 3534.0, 3544.0, 3523.0, 3544.0, 3533.0, 3534.0, 3522.0, 3523.0, 3543.0, 3522.0, 3521.0, 3522.0, 3511.0, 3533.0, 3524.0, 3534.0, 3535.0, 3536.0, 3537.0, 3547.0, 3547.0, 3546.0, 3536.0, 3547.0, 3536.0, 3558.0, 3535.0, 3525.0, 3544.0, 3523.0, 3544.0, 3522.0, 3532.0, 3522.0, 3522.0, 3532.0, 3522.0, 3533.0, 3523.0, 3511.0, 3523.0, 3543.0, 3523.0, 3533.0, 3534.0, 3534.0, 3534.0, 3523.0, 3523.0, 3523.0, 3511.0, 3523.0, 3543.0, 3534.0, 3534.0, 3534.0, 3534.0, 3534.0, 3524.0, 3524.0, 3534.0, 3512.0, 3524.0, 3543.0, 3535.0, 3545.0, 3536.0, 3535.0, 3535.0, 3535.0, 3534.0, 3535.0, 3544.0, 3535.0, 3545.0, 3535.0, 3545.0, 3535.0, 3524.0, 3524.0, 3534.0, 3512.0, 3535.0, 3545.0, 3536.0, 3535.0, 3535.0, 3524.0, 3534.0, 3536.0, 3513.0, 3524.0, 3544.0, 3535.0, 3546.0, 3537.0, 3546.0, 3547.0, 3536.0, 3535.0, 3525.0, 3524.0, 3536.0, 3556.0, 3536.0, 3546.0, 3536.0, 3536.0, 3536.0, 3535.0, 3524.0, 3536.0, 3546.0, 3547.0, 3558.0, 3538.0, 3557.0, 3537.0, 3546.0, 3535.0, 3535.0, 3512.0, 3524.0, 3555.0, 3535.0, 3545.0, 3534.0, 3533.0, 3534.0, 3513.0, 3522.0, 3523.0, 3532.0, 3523.0, 3544.0, 3535.0, 3545.0, 3534.0, 3534.0, 3522.0, 3524.0, 3522.0, 3522.0, 3532.0, 3521.0, 3522.0, 3533.0, 3523.0, 3522.0, 3535.0, 3513.0, 3535.0, 3533.0, 3535.0, 3525.0, 3536.0, 3536.0, 3546.0, 3537.0, 3525.0, 3537.0, 3557.0, 3525.0, 3535.0, 3535.0, 3547.0, 3536.0, 3547.0, 3534.0, 3526.0, 3525.0, 3525.0, 3544.0, 3524.0, 3535.0, 3525.0, 3535.0, 3536.0, 3535.0, 3525.0, 3525.0, 3512.0, 3523.0, 3543.0, 3524.0, 3545.0, 3534.0, 3544.0, 3534.0, 3523.0, 3533.0, 3522.0, 3512.0, 3534.0, 3533.0, 3523.0, 3534.0, 3534.0, 3523.0, 3534.0, 3524.0, 3523.0, 3524.0, 3544.0, 3524.0, 3535.0, 3536.0, 3546.0, 3546.0, 3536.0, 3523.0, 3524.0, 3534.0, 3523.0, 3533.0, 3523.0, 3534.0, 3535.0, 3524.0, 3524.0, 3524.0, 3523.0, 3523.0, 3533.0, 3524.0, 3524.0, 3535.0, 3525.0, 3536.0, 3536.0, 3525.0, 3537.0, 3536.0, 3536.0, 3546.0, 3535.0, 3535.0, 3535.0, 3536.0, 3536.0, 3537.0, 3557.0, 3525.0, 3545.0, 3524.0, 3535.0, 3523.0, 3524.0, 3523.0, 3535.0, 3546.0, 3524.0, 3555.0, 3535.0, 3545.0, 3534.0, 3523.0, 3534.0, 3524.0, 3524.0, 3546.0, 3556.0, 3536.0, 3535.0, 3536.0, 3524.0, 3535.0, 3535.0, 3525.0, 3537.0, 3525.0, 3537.0, 3557.0, 3536.0, 3557.0, 3536.0, 3535.0, 3536.0, 3536.0, 3535.0, 3526.0, 3557.0, 3525.0, 3546.0, 3525.0, 3536.0, 3524.0, 3524.0, 3534.0, 3535.0, 3524.0, 3526.0, 3546.0, 3526.0, 3557.0, 3525.0, 3545.0, 3523.0, 3523.0, 3522.0, 3512.0, 3500.0, 3523.0, 3543.0, 3534.0, 3533.0, 3534.0, 3523.0, 3534.0, 3524.0, 3523.0, 3524.0, 3545.0, 3536.0, 3535.0, 3536.0, 3536.0, 3536.0, 3536.0], 'WindowWidth': [8166.0, 8157.0, 8104.0, 8108.0, 8096.0, 8063.0, 8090.0, 8072.0, 8030.0, 8059.0, 8031.0, 8047.0, 8047.0, 8062.0, 8015.0, 8044.0, 8014.0, 8065.0, 8036.0, 8065.0, 8042.0, 8055.0, 8073.0, 8054.0, 8069.0, 8065.0, 8067.0, 8040.0, 8070.0, 8039.0, 8067.0, 8038.0, 8051.0, 8055.0, 8036.0, 8051.0, 8047.0, 8064.0, 8049.0, 8065.0, 8034.0, 8065.0, 8050.0, 8044.0, 8043.0, 8040.0, 8041.0, 8027.0, 8045.0, 8031.0, 8044.0, 8062.0, 8032.0, 8064.0, 8043.0, 8049.0, 8031.0, 8066.0, 8022.0, 8048.0, 8066.0, 8051.0, 8068.0, 8052.0, 8066.0, 8033.0, 8070.0, 8040.0, 8067.0, 8056.0, 8051.0, 8074.0, 8038.0, 8069.0, 8048.0, 8069.0, 8041.0, 8070.0, 8041.0, 8067.0, 8070.0, 8053.0, 8067.0, 8061.0, 8048.0, 8046.0, 8049.0, 8049.0, 8046.0, 8045.0, 8044.0, 8031.0, 8027.0, 8040.0, 8024.0, 8042.0, 8027.0, 8042.0, 8013.0, 8046.0, 8045.0, 8027.0, 8028.0, 8040.0, 8041.0, 8028.0, 8044.0, 8027.0, 8043.0, 8014.0, 8045.0, 8046.0, 8028.0, 8045.0, 8028.0, 8048.0, 8033.0, 8047.0, 8032.0, 8047.0, 8045.0, 8027.0, 8028.0, 8028.0, 8042.0, 8029.0, 8043.0, 8014.0, 8059.0, 8042.0, 8026.0, 8042.0, 8037.0, 8043.0, 8027.0, 8061.0, 8017.0, 8061.0, 8017.0, 8045.0, 8047.0, 8030.0, 8045.0, 8042.0, 8046.0, 8030.0, 8045.0, 8014.0, 8043.0, 8047.0, 8028.0, 8046.0, 8024.0, 8046.0, 8030.0, 8047.0, 8034.0, 8049.0, 8034.0, 8030.0, 8029.0, 8011.0, 8048.0, 8072.0, 8066.0, 8049.0, 8050.0, 8033.0, 8045.0, 8029.0, 8027.0, 8043.0, 8041.0, 8044.0, 8028.0, 8042.0, 8012.0, 8040.0, 8028.0, 8010.0, 8026.0, 8025.0, 8043.0, 8012.0, 8041.0, 8012.0, 8040.0, 8029.0, 8026.0, 8026.0, 8023.0, 8041.0, 8013.0, 8043.0, 8045.0, 8028.0, 8034.0, 8015.0, 8045.0, 8025.0, 8046.0, 8017.0, 8048.0, 8020.0, 8049.0, 8054.0, 8051.0, 8052.0, 8048.0, 8047.0, 8035.0, 8050.0, 8050.0, 8047.0, 8037.0, 8033.0, 8047.0, 8043.0, 8031.0, 8030.0, 8044.0, 8031.0, 8044.0, 8033.0, 8016.0, 8031.0, 8044.0, 8043.0, 8027.0, 8026.0, 8009.0, 8041.0, 8030.0, 8028.0, 8032.0, 8027.0, 8047.0, 8029.0, 8043.0, 8010.0, 8042.0, 8027.0, 8028.0, 8045.0, 8016.0, 8030.0, 8046.0, 8047.0, 8017.0, 8047.0, 8018.0, 8046.0, 8068.0, 8037.0, 8052.0, 8063.0, 8049.0, 8048.0, 8046.0, 8015.0, 8030.0, 8047.0, 8032.0, 8052.0, 8034.0, 8052.0, 8051.0, 8069.0, 8037.0, 8051.0, 8023.0, 8050.0, 8070.0, 8039.0, 8055.0, 8066.0, 8050.0, 8053.0, 8049.0, 8018.0, 8043.0, 8031.0, 8029.0, 8074.0, 8055.0, 8066.0, 8032.0, 8051.0, 8038.0, 8051.0, 8018.0, 8048.0, 8050.0, 8033.0, 8038.0, 8049.0, 8050.0, 8049.0, 8076.0, 8060.0, 8067.0, 8034.0, 8045.0, 8072.0, 8033.0, 8047.0, 8045.0, 8047.0, 8032.0, 8046.0, 8016.0, 8042.0, 8013.0, 8044.0, 8048.0, 8017.0, 8048.0, 8049.0, 8066.0, 8035.0, 8052.0, 8036.0, 8043.0, 8025.0, 8052.0, 8036.0, 8065.0, 8054.0, 8071.0, 8067.0, 8067.0, 8049.0, 8050.0, 8017.0, 8065.0, 8060.0, 8047.0, 8044.0, 8042.0, 8025.0, 8039.0, 8022.0, 8037.0, 8008.0, 8037.0, 8042.0, 8011.0, 8039.0, 8024.0, 8037.0, 8025.0, 8040.0, 7993.0, 8040.0, 8013.0, 8029.0, 8050.0, 8003.0, 8065.0, 8048.0, 8049.0, 8048.0, 8048.0, 8016.0, 8043.0, 8044.0, 8013.0, 8045.0, 8042.0, 8044.0, 8043.0, 8043.0, 8014.0, 8042.0, 8042.0, 8009.0, 8044.0, 8040.0, 8062.0, 8031.0, 8062.0, 8019.0, 8064.0, 8035.0, 8046.0, 8049.0, 8029.0, 8062.0, 8048.0, 8064.0, 8048.0, 8047.0, 8032.0, 8042.0, 8043.0, 8010.0, 8040.0, 8022.0, 8042.0, 8028.0, 8042.0, 8012.0, 8043.0, 8046.0, 8010.0, 8043.0, 8027.0, 8044.0, 8030.0, 8047.0, 8048.0, 8043.0, 8048.0, 8061.0, 8065.0, 8040.0, 8039.0, 8025.0, 8042.0, 8030.0, 8043.0, 8045.0, 8031.0, 8063.0, 8045.0, 8044.0, 8016.0, 8046.0, 8034.0, 8061.0, 8049.0, 8034.0, 8052.0, 8051.0, 8064.0, 8032.0, 8047.0, 8033.0, 8030.0, 8068.0, 8050.0, 8066.0, 8049.0, 8065.0, 8033.0, 8049.0, 8045.0, 8018.0, 8070.0, 8039.0, 8068.0, 8067.0, 8072.0, 8056.0, 8071.0, 8070.0, 8051.0, 8052.0, 8065.0, 8069.0, 8065.0, 8050.0, 8051.0, 8046.0, 8045.0, 8025.0, 8029.0, 8039.0, 8045.0, 8043.0, 8046.0, 8029.0, 8045.0, 8015.0, 8044.0, 8059.0, 8014.0, 8062.0, 8046.0, 8062.0, 8049.0, 8051.0, 8037.0, 8050.0, 8047.0, 8031.0, 8047.0, 8058.0, 8046.0, 8046.0, 8043.0, 8041.0, 8024.0, 8026.0, 8007.0, 8024.0, 8021.0, 8025.0, 8026.0, 8045.0, 8017.0, 8044.0, 8048.0, 8030.0, 8044.0, 8040.0, 8046.0, 8046.0, 8048.0, 8046.0, 8043.0, 8043.0, 8026.0, 8027.0, 8022.0, 8023.0, 8022.0, 8023.0, 8010.0, 8024.0, 8040.0, 8022.0, 8026.0, 8037.0, 8021.0, 8023.0, 8040.0, 8012.0, 8044.0, 8046.0, 8030.0, 8048.0, 8032.0, 8052.0, 8036.0, 8050.0, 8023.0, 8067.0, 8025.0, 8070.0, 8043.0, 8056.0, 8074.0, 8026.0, 8068.0, 8067.0, 8053.0, 8050.0, 8052.0, 8037.0, 8050.0, 8021.0, 8051.0, 8052.0, 8037.0, 8071.0, 8026.0, 8074.0, 8058.0, 8060.0, 8073.0, 8075.0, 8074.0, 8074.0, 8060.0, 8074.0, 8043.0, 8055.0, 8073.0, 8041.0, 8059.0, 8042.0, 8060.0, 8059.0, 8073.0, 8053.0, 8073.0, 8060.0, 8077.0, 8047.0, 8099.0, 8044.0, 8061.0, 8063.0, 8046.0, 8078.0, 8034.0, 8082.0, 8093.0, 8080.0, 8094.0, 8082.0, 8078.0, 8061.0, 8045.0, 8060.0, 8076.0, 8047.0, 8063.0, 8018.0, 8064.0, 8059.0, 8076.0, 8057.0, 8064.0, 8077.0, 8078.0, 8077.0, 8066.0, 8064.0, 8047.0, 8077.0, 8046.0, 8079.0, 8090.0, 8061.0, 8087.0, 8060.0, 8072.0, 8056.0, 8054.0, 8053.0, 8055.0, 8037.0, 8042.0, 8008.0, 8041.0, 8067.0, 8052.0, 8034.0, 8052.0, 8038.0, 8052.0, 8054.0, 8051.0, 8042.0, 8023.0, 8039.0, 8063.0, 8035.0, 8050.0, 8051.0, 8055.0, 8051.0, 8039.0, 8037.0, 8037.0, 8061.0, 8034.0, 8032.0, 8035.0, 8035.0, 8035.0, 8060.0, 8055.0, 8045.0, 8035.0, 8037.0, 8048.0, 8053.0, 8037.0, 8052.0, 8038.0, 8053.0, 8055.0, 8007.0, 8037.0, 8062.0, 8037.0, 8064.0, 8034.0, 8031.0, 8031.0, 8035.0, 8016.0, 8031.0, 8042.0, 8047.0, 8047.0, 8050.0, 8034.0, 8050.0, 8036.0, 8032.0, 8035.0, 8043.0, 8033.0, 8047.0, 8035.0, 8046.0, 8031.0, 8031.0, 8028.0, 8015.0, 8012.0, 8028.0, 8056.0, 8030.0, 8044.0, 8030.0, 8013.0, 8028.0, 8026.0, 8024.0, 8029.0, 8026.0, 8030.0, 8043.0, 8032.0, 8030.0, 8031.0, 8015.0, 8029.0, 8013.0, 7996.0, 8030.0, 8041.0, 8029.0, 8042.0, 8014.0, 8014.0, 8027.0, 8013.0, 8011.0, 8016.0, 8042.0, 8033.0, 8047.0, 8039.0, 8036.0, 8052.0, 8020.0, 8030.0, 8032.0, 8015.0, 8039.0, 8061.0, 8036.0, 8049.0, 8035.0, 8019.0, 8035.0, 8036.0, 8034.0, 8039.0, 8065.0, 8038.0, 8064.0, 8036.0, 8047.0, 8032.0, 8032.0, 8029.0, 8033.0, 8031.0, 8018.0, 8057.0, 8031.0, 8042.0, 8027.0, 7996.0, 8026.0, 8014.0, 8028.0, 8020.0, 8016.0, 8033.0, 8046.0, 8033.0, 8031.0, 8031.0, 8032.0, 8035.0, 8050.0, 8047.0, 8039.0, 8035.0, 8034.0, 8059.0, 8031.0, 8044.0, 8015.0, 8044.0, 8028.0, 8029.0, 8012.0, 8014.0, 8041.0, 8011.0, 8010.0, 8012.0, 7997.0, 8029.0, 8018.0, 8033.0, 8035.0, 8037.0, 8043.0, 8053.0, 8054.0, 8050.0, 8037.0, 8052.0, 8035.0, 8067.0, 8032.0, 8021.0, 8043.0, 8014.0, 8040.0, 8010.0, 8024.0, 8011.0, 8010.0, 8025.0, 8011.0, 8026.0, 8015.0, 7997.0, 8014.0, 8039.0, 8014.0, 8029.0, 8031.0, 8031.0, 8030.0, 8017.0, 8015.0, 8015.0, 7997.0, 8015.0, 8041.0, 8031.0, 8030.0, 8031.0, 8031.0, 8030.0, 8018.0, 8018.0, 8033.0, 8001.0, 8018.0, 8042.0, 8035.0, 8047.0, 8036.0, 8036.0, 8036.0, 8036.0, 8033.0, 8034.0, 8044.0, 8033.0, 8047.0, 8035.0, 8046.0, 8032.0, 8018.0, 8017.0, 8031.0, 8000.0, 8032.0, 8044.0, 8035.0, 8033.0, 8034.0, 8019.0, 8031.0, 8036.0, 8002.0, 8018.0, 8044.0, 8036.0, 8051.0, 8040.0, 8051.0, 8054.0, 8038.0, 8034.0, 8021.0, 8017.0, 8035.0, 8061.0, 8036.0, 8049.0, 8037.0, 8036.0, 8035.0, 8035.0, 8017.0, 8036.0, 8048.0, 8052.0, 8067.0, 8041.0, 8066.0, 8038.0, 8050.0, 8031.0, 8031.0, 7999.0, 8016.0, 8056.0, 8032.0, 8046.0, 8031.0, 8027.0, 8030.0, 8001.0, 8013.0, 8015.0, 8026.0, 8015.0, 8043.0, 8034.0, 8047.0, 8031.0, 8031.0, 8013.0, 8017.0, 8013.0, 8012.0, 8023.0, 8010.0, 8012.0, 8028.0, 8015.0, 8012.0, 8036.0, 8003.0, 8033.0, 8027.0, 8033.0, 8021.0, 8037.0, 8038.0, 8049.0, 8039.0, 8022.0, 8038.0, 8064.0, 8021.0, 8033.0, 8034.0, 8050.0, 8033.0, 8051.0, 8029.0, 8023.0, 8020.0, 8020.0, 8043.0, 8016.0, 8031.0, 8020.0, 8034.0, 8034.0, 8032.0, 8019.0, 8020.0, 7999.0, 8016.0, 8040.0, 8016.0, 8045.0, 8030.0, 8043.0, 8028.0, 8015.0, 8028.0, 8013.0, 7998.0, 8029.0, 8026.0, 8016.0, 8030.0, 8031.0, 8015.0, 8029.0, 8017.0, 8014.0, 8018.0, 8043.0, 8018.0, 8034.0, 8036.0, 8050.0, 8048.0, 8036.0, 8017.0, 8018.0, 8029.0, 8015.0, 8027.0, 8015.0, 8032.0, 8032.0, 8016.0, 8017.0, 8019.0, 8014.0, 8015.0, 8028.0, 8018.0, 8017.0, 8035.0, 8021.0, 8035.0, 8037.0, 8020.0, 8039.0, 8038.0, 8038.0, 8048.0, 8035.0, 8034.0, 8034.0, 8036.0, 8035.0, 8039.0, 8063.0, 8019.0, 8044.0, 8015.0, 8031.0, 8013.0, 8015.0, 8013.0, 8033.0, 8047.0, 8018.0, 8059.0, 8033.0, 8046.0, 8030.0, 8013.0, 8029.0, 8018.0, 8016.0, 8049.0, 8060.0, 8035.0, 8034.0, 8036.0, 8020.0, 8033.0, 8033.0, 8020.0, 8039.0, 8022.0, 8038.0, 8064.0, 8037.0, 8066.0, 8037.0, 8034.0, 8035.0, 8036.0, 8032.0, 8022.0, 8062.0, 8020.0, 8047.0, 8019.0, 8035.0, 8017.0, 8015.0, 8030.0, 8032.0, 8017.0, 8022.0, 8049.0, 8021.0, 8062.0, 8019.0, 8046.0, 8014.0, 8013.0, 8010.0, 7997.0, 7979.0, 8013.0, 8040.0, 8028.0, 8028.0, 8028.0, 8015.0, 8031.0, 8016.0, 8014.0, 8018.0, 8045.0, 8036.0, 8035.0, 8037.0, 8036.0, 8035.0, 8037.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.0006869917958067457</td></tr>
<tr><td colspan=3>aqi</td><td>0.019431998906107566</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.766425891587566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1697044807025567</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9970079662043798</td></tr>
<tr><td colspan=3>efc</td><td>0.474</td></tr>
<tr><td colspan=3>fber</td><td>4069.7051</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07678540542472148</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4585232452142205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5318282665724845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5254210306983618</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7278156622365337</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.342248106782558</td></tr>
<tr><td colspan=3>gcor</td><td>0.00624368</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0033089371863752604</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029017768800258636</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.596199629199994</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>27.1174</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3519</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.8307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300372.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>607.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>260.7049</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8901</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.4305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2737.5225</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3665.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.7919</td></tr>
<tr><td colspan=3>tsnr</td><td>38.558472665026784</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>