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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:11:27.732500</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.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.115435</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</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>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8949547f-b1d8-4070-a4c2-ecaaf28de5f3||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.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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': ['111127.732500', '111128.192500', '111128.652500', '111129.112500', '111129.572500', '111130.032500', '111130.492500', '111130.952500', '111131.412500', '111131.872500', '111132.332500', '111132.792500', '111133.252500', '111133.712500', '111134.172500', '111134.632500', '111135.092500', '111135.552500', '111136.012500', '111136.472500', '111136.932500', '111137.392500', '111137.852500', '111138.312500', '111138.772500', '111139.232500', '111139.692500', '111140.152500', '111140.612500', '111141.072500', '111141.532500', '111141.992500', '111142.452500', '111142.912500', '111143.372500', '111143.832500', '111144.292500', '111144.752500', '111145.212500', '111145.672500', '111146.132500', '111146.592500', '111147.052500', '111147.512500', '111147.972500', '111148.432500', '111148.892500', '111149.352500', '111149.812500', '111150.272500', '111150.732500', '111151.192500', '111151.652500', '111152.112500', '111152.572500', '111153.032500', '111153.492500', '111153.952500', '111154.412500', '111154.872500', '111155.332500', '111155.792500', '111156.252500', '111156.712500', '111157.172500', '111157.632500', '111158.092500', '111158.552500', '111159.012500', '111159.472500', '111159.932500', '111200.392500', '111200.852500', '111201.312500', '111201.772500', '111202.232500', '111202.692500', '111203.152500', '111203.612500', '111204.072500', '111204.532500', '111204.992500', '111205.452500', '111205.912500', '111206.372500', '111206.832500', '111207.292500', '111207.752500', '111208.212500', '111208.672500', '111209.132500', '111209.592500', '111210.052500', '111210.512500', '111210.972500', '111211.432500', '111211.892500', '111212.352500', '111212.812500', '111213.272500', '111213.732500', '111214.192500', '111214.652500', '111215.112500', '111215.572500', '111216.032500', '111216.492500', '111216.952500', '111217.412500', '111217.872500', '111218.332500', '111218.792500', '111219.252500', '111219.712500', '111220.172500', '111220.632500', '111221.092500', '111221.552500', '111222.012500', '111222.472500', '111222.932500', '111223.392500', '111223.852500', '111224.312500', '111224.772500', '111225.232500', '111225.692500', '111226.152500', '111226.612500', '111227.072500', '111227.532500', '111227.992500', '111228.452500', '111228.912500', '111229.372500', '111229.832500', '111230.292500', '111230.752500', '111231.212500', '111231.672500', '111232.132500', '111232.592500', '111233.052500', '111233.512500', '111233.972500', '111234.432500', '111234.892500', '111235.352500', '111235.812500', '111236.272500', '111236.732500', '111237.192500', '111237.652500', '111238.112500', '111238.572500', '111239.032500', '111239.492500', '111239.952500', '111240.412500', '111240.872500', '111241.332500', '111241.792500', '111242.252500', '111242.712500', '111243.172500', '111243.632500', '111244.092500', '111244.552500', '111245.012500', '111245.472500', '111245.932500', '111246.392500', '111246.852500', '111247.312500', '111247.772500', '111248.232500', '111248.692500', '111249.152500', '111249.612500', '111250.072500', '111250.532500', '111250.992500', '111251.452500', '111251.912500', '111252.372500', '111252.832500', '111253.292500', '111253.752500', '111254.212500', '111254.672500', '111255.132500', '111255.592500', '111256.052500', '111256.512500', '111256.972500', '111257.432500', '111257.892500', '111258.352500', '111258.812500', '111259.272500', '111259.732500', '111300.192500', '111300.652500', '111301.112500', '111301.572500', '111302.032500', '111302.492500', '111302.952500', '111303.412500', '111303.872500', '111304.332500', '111304.792500', '111305.252500', '111305.712500', '111306.172500', '111306.632500', '111307.092500', '111307.552500', '111308.012500', '111308.472500', '111308.932500', '111309.392500', '111309.852500', '111310.312500', '111310.772500', '111311.232500', '111311.692500', '111312.152500', '111312.612500', '111313.072500', '111313.532500', '111313.992500', '111314.452500', '111314.912500', '111315.372500', '111315.832500', '111316.292500', '111316.752500', '111317.212500', '111317.672500', '111318.132500', '111318.592500', '111319.052500', '111319.512500', '111319.972500', '111320.432500', '111320.892500', '111321.352500', '111321.812500', '111322.272500', '111322.732500', '111323.192500', '111323.652500', '111324.112500', '111324.572500', '111325.032500', '111325.492500', '111325.952500', '111326.412500', '111326.872500', '111327.332500', '111327.792500', '111328.252500', '111328.712500', '111329.172500', '111329.632500', '111330.092500', '111330.552500', '111331.012500', '111331.472500', '111331.932500', '111332.392500', '111332.852500', '111333.312500', '111333.772500', '111334.232500', '111334.692500', '111335.152500', '111335.612500', '111336.072500', '111336.532500', '111336.992500', '111337.452500', '111337.912500', '111338.372500', '111338.832500', '111339.292500', '111339.752500', '111340.212500', '111340.672500', '111341.132500', '111341.592500', '111342.052500', '111342.512500', '111342.972500', '111343.432500', '111343.892500', '111344.352500', '111344.812500', '111345.272500', '111345.732500', '111346.192500', '111346.652500', '111347.112500', '111347.572500', '111348.032500', '111348.492500', '111348.952500', '111349.412500', '111349.872500', '111350.332500', '111350.792500', '111351.252500', '111351.712500', '111352.172500', '111352.632500', '111353.092500', '111353.552500', '111354.012500', '111354.472500', '111354.932500', '111355.392500', '111355.852500', '111356.312500', '111356.772500', '111357.232500', '111357.692500', '111358.152500', '111358.612500', '111359.072500', '111359.532500', '111359.992500', '111400.452500', '111400.912500', '111401.372500', '111401.832500', '111402.292500', '111402.752500', '111403.212500', '111403.672500', '111404.132500', '111404.592500', '111405.052500', '111405.512500', '111405.972500', '111406.432500', '111406.892500', '111407.352500', '111407.812500', '111408.272500', '111408.732500', '111409.192500', '111409.652500', '111410.112500', '111410.572500', '111411.032500', '111411.492500', '111411.952500', '111412.412500', '111412.872500', '111413.332500', '111413.792500', '111414.252500', '111414.712500', '111415.172500', '111415.632500', '111416.092500', '111416.552500', '111417.012500', '111417.472500', '111417.932500', '111418.392500', '111418.852500', '111419.312500', '111419.772500', '111420.232500', '111420.692500', '111421.152500', '111421.612500', '111422.072500', '111422.532500', '111422.992500', '111423.452500', '111423.912500', '111424.372500', '111424.832500', '111425.292500', '111425.752500', '111426.212500', '111426.672500', '111427.132500', '111427.592500', '111428.052500', '111428.512500', '111428.972500', '111429.432500', '111429.892500', '111430.352500', '111430.812500', '111431.272500', '111431.732500', '111432.192500', '111432.652500', '111433.112500', '111433.572500', '111434.032500', '111434.492500', '111434.952500', '111435.412500', '111435.872500', '111436.332500', '111436.792500', '111437.252500', '111437.712500', '111438.172500', '111438.632500', '111439.092500', '111439.552500', '111440.012500', '111440.472500', '111440.932500', '111441.392500', '111441.852500', '111442.312500', '111442.772500', '111443.232500', '111443.692500', '111444.152500', '111444.612500', '111445.072500', '111445.532500', '111445.992500', '111446.452500', '111446.912500', '111447.372500', '111447.832500', '111448.292500', '111448.752500', '111449.212500', '111449.672500', '111450.132500', '111450.592500', '111451.052500', '111451.512500', '111451.972500', '111452.432500', '111452.892500', '111453.352500', '111453.812500', '111454.272500', '111454.732500', '111455.192500', '111455.652500', '111456.112500', '111456.572500', '111457.032500', '111457.492500', '111457.952500', '111458.412500', '111458.872500', '111459.332500', '111459.792500', '111500.252500', '111500.712500', '111501.172500', '111501.632500', '111502.092500', '111502.552500', '111503.012500', '111503.472500', '111503.932500', '111504.392500', '111504.852500', '111505.312500', '111505.772500', '111506.232500', '111506.692500', '111507.152500', '111507.612500', '111508.072500', '111508.532500', '111508.992500', '111509.452500', '111509.912500', '111510.372500', '111510.832500', '111511.292500', '111511.752500', '111512.212500', '111512.672500', '111513.132500', '111513.592500', '111514.052500', '111514.512500', '111514.972500', '111515.432500', '111515.892500', '111516.352500', '111516.812500', '111517.272500', '111517.732500', '111518.192500', '111518.652500', '111519.112500', '111519.572500', '111520.032500', '111520.492500', '111520.952500', '111521.412500', '111521.872500', '111522.332500', '111522.792500', '111523.252500', '111523.712500', '111524.172500', '111524.632500', '111525.092500', '111525.552500', '111526.012500', '111526.472500', '111526.932500', '111527.392500', '111527.852500', '111528.312500', '111528.772500', '111529.232500', '111529.692500', '111530.152500', '111530.612500', '111531.072500', '111531.532500', '111531.992500', '111532.452500', '111532.912500', '111533.372500', '111533.832500', '111534.292500', '111534.752500', '111535.212500', '111535.672500', '111536.132500', '111536.592500', '111537.052500', '111537.512500', '111537.972500', '111538.432500', '111538.892500', '111539.352500', '111539.812500', '111540.272500', '111540.732500', '111541.192500', '111541.652500', '111542.112500', '111542.572500', '111543.032500', '111543.492500', '111543.952500', '111544.412500', '111544.872500', '111545.332500', '111545.792500', '111546.252500', '111546.712500', '111547.172500', '111547.632500', '111548.092500', '111548.552500', '111549.012500', '111549.472500', '111549.932500', '111550.392500', '111550.852500', '111551.312500', '111551.772500', '111552.232500', '111552.692500', '111553.152500', '111553.612500', '111554.072500', '111554.532500', '111554.992500', '111555.452500', '111555.912500', '111556.372500', '111556.832500', '111557.292500', '111557.752500', '111558.212500', '111558.672500', '111559.132500', '111559.592500', '111600.052500', '111600.512500', '111600.972500', '111601.432500', '111601.892500', '111602.352500', '111602.812500', '111603.272500', '111603.732500', '111604.192500', '111604.652500', '111605.112500', '111605.572500', '111606.032500', '111606.492500', '111606.952500', '111607.412500', '111607.872500', '111608.332500', '111608.792500', '111609.252500', '111609.712500', '111610.172500', '111610.632500', '111611.092500', '111611.552500', '111612.012500', '111612.472500', '111612.932500', '111613.392500', '111613.852500', '111614.312500', '111614.772500', '111615.232500', '111615.692500', '111616.152500', '111616.612500', '111617.072500', '111617.532500', '111617.992500', '111618.452500', '111618.912500', '111619.372500', '111619.832500', '111620.292500', '111620.752500', '111621.212500', '111621.672500', '111622.132500', '111622.592500', '111623.052500', '111623.512500', '111623.972500', '111624.432500', '111624.892500', '111625.352500', '111625.812500', '111626.272500', '111626.732500', '111627.192500', '111627.652500', '111628.112500', '111628.572500', '111629.032500', '111629.492500', '111629.952500', '111630.412500', '111630.872500', '111631.332500', '111631.792500', '111632.252500', '111632.712500', '111633.172500', '111633.632500', '111634.092500', '111634.552500', '111635.012500', '111635.472500', '111635.932500', '111636.392500', '111636.852500', '111637.312500', '111637.772500', '111638.232500', '111638.692500', '111639.152500', '111639.612500', '111640.072500', '111640.532500', '111640.992500', '111641.452500', '111641.912500', '111642.372500', '111642.832500', '111643.292500', '111643.752500', '111644.212500', '111644.672500', '111645.132500', '111645.592500', '111646.052500', '111646.512500', '111646.972500', '111647.432500', '111647.892500', '111648.352500', '111648.812500', '111649.272500', '111649.732500', '111650.192500', '111650.652500', '111651.112500', '111651.572500', '111652.032500', '111652.492500', '111652.952500', '111653.412500', '111653.872500', '111654.332500', '111654.792500', '111655.252500', '111655.712500', '111656.172500', '111656.632500', '111657.092500', '111657.552500', '111658.012500', '111658.472500', '111658.932500', '111659.392500', '111659.852500', '111700.312500', '111700.772500', '111701.232500', '111701.692500', '111702.152500', '111702.612500', '111703.072500', '111703.532500', '111703.992500', '111704.452500', '111704.912500', '111705.372500', '111705.832500', '111706.292500', '111706.752500', '111707.212500', '111707.672500', '111708.132500', '111708.592500', '111709.052500', '111709.512500', '111709.972500', '111710.432500', '111710.892500', '111711.352500', '111711.812500', '111712.272500', '111712.732500', '111713.192500', '111713.652500', '111714.112500', '111714.572500', '111715.032500', '111715.492500', '111715.952500', '111716.412500', '111716.872500', '111717.332500', '111717.792500', '111718.252500', '111718.712500', '111719.172500', '111719.632500', '111720.092500', '111720.552500', '111721.012500', '111721.472500', '111721.932500', '111722.392500', '111722.852500', '111723.312500', '111723.772500', '111724.232500', '111724.692500', '111725.152500', '111725.612500', '111726.072500', '111726.532500', '111726.992500', '111727.452500', '111727.912500', '111728.372500', '111728.832500', '111729.292500', '111729.752500', '111730.212500', '111730.672500', '111731.132500', '111731.592500', '111732.052500', '111732.512500', '111732.972500', '111733.432500', '111733.892500', '111734.352500', '111734.812500', '111735.272500', '111735.732500', '111736.192500', '111736.652500', '111737.112500', '111737.572500', '111738.032500', '111738.492500', '111738.952500', '111739.412500', '111739.872500', '111740.332500', '111740.792500', '111741.252500', '111741.712500', '111742.172500', '111742.632500', '111743.092500', '111743.552500', '111744.012500', '111744.472500', '111744.932500', '111745.392500', '111745.852500', '111746.312500', '111746.772500', '111747.232500', '111747.692500', '111748.152500', '111748.612500', '111749.072500', '111749.532500', '111749.992500', '111750.452500', '111750.912500', '111751.372500', '111751.832500', '111752.292500', '111752.752500', '111753.212500', '111753.672500', '111754.132500', '111754.592500', '111755.052500', '111755.512500', '111755.972500', '111756.432500', '111756.892500', '111757.352500', '111757.812500', '111758.272500', '111758.732500', '111759.192500', '111759.652500', '111800.112500', '111800.572500', '111801.032500', '111801.492500', '111801.952500', '111802.412500', '111802.872500', '111803.332500', '111803.792500', '111804.252500', '111804.712500', '111805.172500', '111805.632500', '111806.092500', '111806.552500', '111807.012500', '111807.472500', '111807.932500', '111808.392500', '111808.852500', '111809.312500', '111809.772500', '111810.232500', '111810.692500', '111811.152500', '111811.612500', '111812.072500', '111812.532500', '111812.992500', '111813.452500', '111813.912500', '111814.372500', '111814.832500', '111815.292500', '111815.752500', '111816.212500', '111816.672500', '111817.132500', '111817.592500', '111818.052500', '111818.512500', '111818.972500', '111819.432500', '111819.892500', '111820.352500', '111820.812500', '111821.272500', '111821.732500', '111822.192500', '111822.652500', '111823.112500', '111823.572500', '111824.032500', '111824.492500', '111824.952500', '111825.412500', '111825.872500', '111826.332500', '111826.792500', '111827.252500', '111827.712500', '111828.172500', '111828.632500', '111829.092500', '111829.552500', '111830.012500', '111830.472500', '111830.932500', '111831.392500', '111831.852500', '111832.312500', '111832.772500', '111833.232500', '111833.692500', '111834.152500', '111834.612500', '111835.072500', '111835.532500', '111835.992500', '111836.452500', '111836.912500', '111837.372500', '111837.832500', '111838.292500', '111838.752500', '111839.212500', '111839.672500', '111840.132500', '111840.592500', '111841.052500', '111841.512500', '111841.972500', '111842.432500', '111842.892500', '111843.352500', '111843.812500', '111844.272500', '111844.732500', '111845.192500', '111845.652500', '111846.112500', '111846.572500', '111847.032500', '111847.492500', '111847.952500', '111848.412500', '111848.872500', '111849.332500', '111849.792500', '111850.252500', '111850.712500', '111851.172500', '111851.632500', '111852.092500', '111852.552500', '111853.012500', '111853.472500', '111853.932500', '111854.392500', '111854.852500', '111855.312500', '111855.772500', '111856.232500', '111856.692500', '111857.152500', '111857.612500', '111858.072500', '111858.532500', '111858.992500', '111859.452500', '111859.912500', '111900.372500', '111900.832500', '111901.292500', '111901.752500', '111902.212500', '111902.672500', '111903.132500', '111903.592500', '111904.052500', '111904.512500', '111904.972500', '111905.432500', '111905.892500', '111906.352500', '111906.812500', '111907.272500', '111907.732500', '111908.192500', '111908.652500', '111909.112500', '111909.572500', '111910.032500', '111910.492500', '111910.952500', '111911.412500', '111911.872500', '111912.332500', '111912.792500', '111913.252500', '111913.712500', '111914.172500', '111914.632500', '111915.092500', '111915.552500', '111916.012500', '111916.472500', '111916.932500', '111917.392500', '111917.852500', '111918.312500', '111918.772500', '111919.232500', '111919.692500', '111920.152500', '111920.612500', '111921.072500', '111921.532500', '111921.992500', '111922.452500', '111922.912500', '111923.372500', '111923.832500', '111924.292500', '111924.752500', '111925.212500', '111925.672500', '111926.132500', '111926.592500', '111927.052500', '111927.512500', '111927.972500', '111928.432500', '111928.892500', '111929.352500', '111929.812500', '111930.272500', '111930.732500', '111931.192500', '111931.652500', '111932.112500', '111932.572500', '111933.032500', '111933.492500', '111933.952500', '111934.412500', '111934.872500', '111935.332500', '111935.792500', '111936.252500', '111936.712500', '111937.172500', '111937.632500', '111938.092500', '111938.552500', '111939.012500', '111939.472500', '111939.932500', '111940.392500', '111940.852500', '111941.312500', '111941.772500', '111942.232500', '111942.692500', '111943.152500', '111943.612500', '111944.072500', '111944.532500', '111944.992500', '111945.452500', '111945.912500', '111946.372500', '111946.832500', '111947.292500', '111947.752500', '111948.212500', '111948.672500', '111949.132500', '111949.592500', '111950.052500', '111950.512500', '111950.972500', '111951.432500', '111951.892500', '111952.352500'], 'ContentTime': ['111138.670000', '111138.674000', '111138.676000', '111138.679000', '111138.682000', '111138.693000', '111138.696000', '111138.699000', '111138.701000', '111138.704000', '111138.706000', '111138.709000', '111138.711000', '111138.722000', '111138.724000', '111138.727000', '111138.737000', '111138.739000', '111138.742000', '111138.744000', '111138.747000', '111158.644000', '111158.646000', '111158.649000', '111158.652000', '111158.654000', '111158.657000', '111158.659000', '111158.662000', '111158.664000', '111158.667000', '111158.669000', '111158.672000', '111158.675000', '111158.677000', '111158.680000', '111158.682000', '111158.685000', '111158.687000', '111158.698000', '111158.701000', '111158.703000', '111158.706000', '111158.708000', '111158.711000', '111158.713000', '111158.716000', '111158.718000', '111158.721000', '111158.723000', '111158.726000', '111158.728000', '111158.731000', '111158.734000', '111158.736000', '111158.739000', '111158.741000', '111158.744000', '111158.746000', '111158.749000', '111158.752000', '111158.786000', '111158.788000', '111158.791000', '111158.793000', '111218.642000', '111218.645000', '111218.648000', '111218.650000', '111218.653000', '111218.655000', '111218.658000', '111218.661000', '111218.663000', '111218.666000', '111218.668000', '111218.671000', '111218.673000', '111218.676000', '111218.678000', '111218.681000', '111218.684000', '111218.686000', '111218.689000', '111218.691000', '111218.694000', '111218.697000', '111218.699000', '111218.702000', '111218.704000', '111218.712000', '111218.715000', '111218.717000', '111218.720000', '111218.722000', '111218.725000', '111218.728000', '111218.730000', '111218.733000', '111218.735000', '111218.738000', '111218.740000', '111218.743000', '111218.745000', '111218.748000', '111218.751000', '111218.753000', '111218.756000', '111218.758000', '111238.642000', '111238.645000', '111238.648000', '111238.650000', '111238.653000', '111238.656000', '111238.658000', '111238.661000', '111238.663000', '111238.666000', '111238.668000', '111238.671000', '111238.674000', '111238.676000', '111238.679000', '111238.681000', '111238.684000', '111238.686000', '111238.689000', '111238.692000', '111238.694000', '111238.697000', '111238.699000', '111238.702000', '111238.704000', '111238.707000', '111238.709000', '111238.712000', '111238.715000', '111238.717000', '111238.720000', '111238.722000', '111238.725000', '111238.727000', '111238.730000', '111238.732000', '111238.735000', '111238.738000', '111238.740000', '111238.743000', '111238.745000', '111238.748000', '111238.750000', '111258.642000', '111258.645000', '111258.648000', '111258.650000', '111258.653000', '111258.656000', '111258.658000', '111258.661000', '111258.663000', '111258.666000', '111258.668000', '111258.671000', '111258.673000', '111258.676000', '111258.679000', '111258.682000', '111258.685000', '111258.688000', '111258.690000', '111258.693000', '111258.695000', '111258.698000', '111258.700000', '111258.703000', '111258.705000', '111258.708000', '111258.711000', '111258.713000', '111258.716000', '111258.720000', '111258.723000', '111258.725000', '111258.728000', '111258.730000', '111258.733000', '111258.735000', '111258.738000', '111258.741000', '111258.743000', '111258.746000', '111258.748000', '111258.751000', '111258.753000', '111318.643000', '111318.646000', '111318.679000', '111318.681000', '111318.684000', '111318.687000', '111318.689000', '111318.692000', '111318.694000', '111318.697000', '111318.699000', '111318.702000', '111318.704000', '111318.707000', '111318.709000', '111318.712000', '111318.715000', '111318.717000', '111318.720000', '111318.723000', '111318.725000', '111318.728000', '111318.730000', '111318.733000', '111318.735000', '111318.738000', '111318.740000', '111318.743000', '111318.745000', '111318.748000', '111318.750000', '111318.753000', '111318.756000', '111318.758000', '111318.761000', '111318.763000', '111318.766000', '111318.768000', '111318.771000', '111318.774000', '111318.776000', '111318.779000', '111318.781000', '111318.784000', '111338.643000', '111338.646000', '111338.649000', '111338.651000', '111338.654000', '111338.657000', '111338.659000', '111338.669000', '111338.671000', '111338.674000', '111338.676000', '111338.679000', '111338.682000', '111338.684000', '111338.687000', '111338.689000', '111338.692000', '111338.695000', '111338.697000', '111338.700000', '111338.702000', '111338.706000', '111338.709000', '111338.712000', '111338.714000', '111338.717000', '111338.719000', '111338.722000', '111338.725000', '111338.727000', '111338.730000', '111338.732000', '111338.735000', '111338.738000', '111338.740000', '111338.743000', '111338.745000', '111338.748000', '111338.750000', '111338.753000', '111338.756000', '111338.758000', '111338.761000', '111358.643000', '111358.646000', '111358.649000', '111358.651000', '111358.654000', '111358.657000', '111358.659000', '111358.662000', '111358.664000', '111358.667000', '111358.669000', '111358.672000', '111358.674000', '111358.677000', '111358.680000', '111358.682000', '111358.685000', '111358.687000', '111358.690000', '111358.693000', '111358.695000', '111358.698000', '111358.700000', '111358.703000', '111358.705000', '111358.708000', '111358.711000', '111358.713000', '111358.716000', '111358.718000', '111358.721000', '111358.723000', '111358.726000', '111358.729000', '111358.731000', '111358.734000', '111358.736000', '111358.739000', '111358.741000', '111358.744000', '111358.746000', '111358.749000', '111358.752000', '111358.754000', '111418.643000', '111418.646000', '111418.649000', '111418.651000', '111418.654000', '111418.657000', '111418.659000', '111418.662000', '111418.665000', '111418.667000', '111418.670000', '111418.672000', '111418.675000', '111418.677000', '111418.680000', '111418.683000', '111418.685000', '111418.688000', '111418.690000', '111418.693000', '111418.696000', '111418.698000', '111418.701000', '111418.703000', '111418.706000', '111418.708000', '111418.711000', '111418.714000', '111418.716000', '111418.719000', '111418.722000', '111418.725000', '111418.727000', '111418.730000', '111418.733000', '111418.735000', '111418.738000', '111418.740000', '111418.743000', '111418.746000', '111418.748000', '111418.751000', '111418.753000', '111438.642000', '111438.645000', '111438.648000', '111438.651000', '111438.653000', '111438.656000', '111438.658000', '111438.661000', '111438.663000', '111438.666000', '111438.668000', '111438.671000', '111438.673000', '111438.676000', '111438.679000', '111438.681000', '111438.684000', '111438.686000', '111438.689000', '111438.691000', '111438.694000', '111438.697000', '111438.699000', '111438.702000', '111438.704000', '111438.707000', '111438.709000', '111438.712000', '111438.715000', '111438.717000', '111438.720000', '111438.722000', '111438.725000', '111438.727000', '111438.730000', '111438.732000', '111438.735000', '111438.738000', '111438.740000', '111438.743000', '111438.745000', '111438.755000', '111438.757000', '111438.760000', '111458.643000', '111458.646000', '111458.648000', '111458.651000', '111458.654000', '111458.656000', '111458.659000', '111458.661000', '111458.664000', '111458.666000', '111458.669000', '111458.672000', '111458.674000', '111458.677000', '111458.679000', '111458.682000', '111458.685000', '111458.687000', '111458.690000', '111458.700000', '111458.702000', '111458.705000', '111458.708000', '111458.710000', '111458.713000', '111458.715000', '111458.718000', '111458.721000', '111458.723000', '111458.726000', '111458.728000', '111458.731000', '111458.734000', '111458.736000', '111458.739000', '111458.741000', '111458.744000', '111458.746000', '111458.749000', '111458.752000', '111458.754000', '111458.757000', '111458.760000', '111518.642000', '111518.645000', '111518.648000', '111518.650000', '111518.653000', '111518.656000', '111518.658000', '111518.661000', '111518.663000', '111518.666000', '111518.668000', '111518.671000', '111518.674000', '111518.676000', '111518.679000', '111518.681000', '111518.684000', '111518.686000', '111518.689000', '111518.692000', '111518.694000', '111518.697000', '111518.700000', '111518.702000', '111518.705000', '111518.707000', '111518.710000', '111518.713000', '111518.715000', '111518.718000', '111518.720000', '111518.723000', '111518.725000', '111518.728000', '111518.731000', '111518.733000', '111518.736000', '111518.738000', '111518.741000', '111518.743000', '111518.746000', '111518.749000', '111518.751000', '111518.754000', '111538.643000', '111538.646000', '111538.649000', '111538.652000', '111538.654000', '111538.657000', '111538.659000', '111538.662000', '111538.665000', '111538.667000', '111538.670000', '111538.672000', '111538.675000', '111538.678000', '111538.680000', '111538.683000', '111538.686000', '111538.694000', '111538.697000', '111538.700000', '111538.702000', '111538.705000', '111538.707000', '111538.710000', '111538.713000', '111538.715000', '111538.718000', '111538.720000', '111538.723000', '111538.726000', '111538.728000', '111538.731000', '111538.733000', '111538.736000', '111538.739000', '111538.741000', '111538.744000', '111538.747000', '111538.749000', '111538.752000', '111538.754000', '111538.757000', '111538.759000', '111558.643000', '111558.646000', '111558.649000', '111558.651000', '111558.654000', '111558.657000', '111558.659000', '111558.662000', '111558.664000', '111558.667000', '111558.670000', '111558.672000', '111558.675000', '111558.677000', '111558.680000', '111558.682000', '111558.685000', '111558.688000', '111558.690000', '111558.693000', '111558.695000', '111558.698000', '111558.701000', '111558.703000', '111558.706000', '111558.709000', '111558.711000', '111558.714000', '111558.716000', '111558.719000', '111558.721000', '111558.724000', '111558.727000', '111558.729000', '111558.732000', '111558.734000', '111558.737000', '111558.740000', '111558.742000', '111558.745000', '111558.748000', '111558.750000', '111558.753000', '111558.755000', '111618.644000', '111618.647000', '111618.649000', '111618.652000', '111618.654000', '111618.657000', '111618.660000', '111618.662000', '111618.690000', '111618.693000', '111618.695000', '111618.698000', '111618.700000', '111618.703000', '111618.705000', '111618.708000', '111618.711000', '111618.713000', '111618.716000', '111618.718000', '111618.721000', '111618.724000', '111618.726000', '111618.729000', '111618.732000', '111618.734000', '111618.737000', '111618.739000', '111618.742000', '111618.744000', '111618.747000', '111618.750000', '111618.752000', '111618.755000', '111618.757000', '111618.760000', '111618.763000', '111618.765000', '111618.768000', '111618.771000', '111618.774000', '111618.777000', '111618.780000', '111638.643000', '111638.646000', '111638.649000', '111638.652000', '111638.654000', '111638.657000', '111638.659000', '111638.662000', '111638.665000', '111638.667000', '111638.670000', '111638.672000', '111638.675000', '111638.678000', '111638.680000', '111638.683000', '111638.685000', '111638.688000', '111638.691000', '111638.693000', '111638.696000', '111638.698000', '111638.701000', '111638.704000', '111638.706000', '111638.709000', '111638.712000', '111638.714000', '111638.717000', '111638.719000', '111638.722000', '111638.725000', '111638.727000', '111638.730000', '111638.732000', '111638.735000', '111638.738000', '111638.740000', '111638.743000', '111638.745000', '111638.748000', '111638.751000', '111638.753000', '111638.756000', '111658.643000', '111658.646000', '111658.648000', '111658.651000', '111658.653000', '111658.656000', '111658.659000', '111658.661000', '111658.664000', '111658.666000', '111658.669000', '111658.672000', '111658.674000', '111658.677000', '111658.679000', '111658.682000', '111658.684000', '111658.687000', '111658.690000', '111658.692000', '111658.695000', '111658.698000', '111658.700000', '111658.703000', '111658.705000', '111658.708000', '111658.711000', '111658.713000', '111658.716000', '111658.719000', '111658.721000', '111658.724000', '111658.727000', '111658.729000', '111658.732000', '111658.734000', '111658.737000', '111658.740000', '111658.742000', '111658.745000', '111658.748000', '111658.750000', '111658.753000', '111718.642000', '111718.645000', '111718.648000', '111718.651000', '111718.653000', '111718.656000', '111718.658000', '111718.661000', '111718.663000', '111718.666000', '111718.669000', '111718.671000', '111718.674000', '111718.676000', '111718.679000', '111718.681000', '111718.684000', '111718.687000', '111718.689000', '111718.692000', '111718.695000', '111718.697000', '111718.700000', '111718.703000', '111718.705000', '111718.708000', '111718.710000', '111718.713000', '111718.716000', '111718.718000', '111718.721000', '111718.723000', '111718.726000', '111718.728000', '111718.731000', '111718.734000', '111718.736000', '111718.739000', '111718.741000', '111718.744000', '111718.747000', '111718.749000', '111718.752000', '111718.754000', '111738.642000', '111738.645000', '111738.648000', '111738.651000', '111738.653000', '111738.656000', '111738.658000', '111738.661000', '111738.663000', '111738.666000', '111738.669000', '111738.671000', '111738.674000', '111738.676000', '111738.679000', '111738.681000', '111738.684000', '111738.687000', '111738.689000', '111738.704000', '111738.708000', '111738.711000', '111738.713000', '111738.716000', '111738.719000', '111738.721000', '111738.724000', '111738.726000', '111738.729000', '111738.732000', '111738.734000', '111738.737000', '111738.739000', '111738.742000', '111738.745000', '111738.747000', '111738.750000', '111738.752000', '111738.755000', '111738.758000', '111738.760000', '111738.763000', '111738.765000', '111758.644000', '111758.646000', '111758.649000', '111758.652000', '111758.654000', '111758.657000', '111758.660000', '111758.662000', '111758.665000', '111758.667000', '111758.670000', '111758.672000', '111758.675000', '111758.678000', '111758.680000', '111758.683000', '111758.685000', '111758.688000', '111758.691000', '111758.693000', '111758.696000', '111758.698000', '111758.701000', '111758.703000', '111758.706000', '111758.709000', '111758.711000', '111758.714000', '111758.717000', '111758.719000', '111758.722000', '111758.724000', '111758.727000', '111758.730000', '111758.732000', '111758.735000', '111758.737000', '111758.740000', '111758.742000', '111758.745000', '111758.748000', '111758.750000', '111758.753000', '111758.755000', '111818.644000', '111818.646000', '111818.649000', '111818.652000', '111818.654000', '111818.657000', '111818.660000', '111818.662000', '111818.665000', '111818.667000', '111818.670000', '111818.672000', '111818.675000', '111818.678000', '111818.680000', '111818.683000', '111818.685000', '111818.688000', '111818.690000', '111818.693000', '111818.696000', '111818.698000', '111818.701000', '111818.704000', '111818.706000', '111818.709000', '111818.711000', '111818.714000', '111818.716000', '111818.719000', '111818.722000', '111818.724000', '111818.727000', '111818.730000', '111818.732000', '111818.735000', '111818.737000', '111818.740000', '111818.743000', '111818.745000', '111818.748000', '111818.750000', '111818.753000', '111838.644000', '111838.646000', '111838.649000', '111838.652000', '111838.654000', '111838.657000', '111838.659000', '111838.662000', '111838.664000', '111838.667000', '111838.670000', '111838.672000', '111838.675000', '111838.677000', '111838.680000', '111838.682000', '111838.685000', '111838.688000', '111838.690000', '111838.693000', '111838.696000', '111838.698000', '111838.701000', '111838.703000', '111838.706000', '111838.708000', '111838.711000', '111838.714000', '111838.716000', '111838.719000', '111838.721000', '111838.724000', '111838.727000', '111838.729000', '111838.732000', '111838.734000', '111838.737000', '111838.740000', '111838.742000', '111838.745000', '111838.747000', '111838.750000', '111838.752000', '111838.755000', '111858.644000', '111858.646000', '111858.649000', '111858.652000', '111858.654000', '111858.657000', '111858.659000', '111858.662000', '111858.665000', '111858.667000', '111858.670000', '111858.672000', '111858.675000', '111858.678000', '111858.680000', '111858.683000', '111858.685000', '111858.688000', '111858.691000', '111858.693000', '111858.696000', '111858.698000', '111858.701000', '111858.703000', '111858.706000', '111858.709000', '111858.711000', '111858.714000', '111858.716000', '111858.737000', '111858.740000', '111858.742000', '111858.745000', '111858.747000', '111858.750000', '111858.753000', '111858.755000', '111858.758000', '111858.760000', '111858.763000', '111858.766000', '111858.768000', '111858.771000', '111918.643000', '111918.645000', '111918.648000', '111918.651000', '111918.653000', '111918.656000', '111918.658000', '111918.661000', '111918.664000', '111918.666000', '111918.669000', '111918.671000', '111918.674000', '111918.678000', '111918.681000', '111918.683000', '111918.686000', '111918.688000', '111918.691000', '111918.694000', '111918.696000', '111918.699000', '111918.701000', '111918.704000', '111918.706000', '111918.709000', '111918.712000', '111918.714000', '111918.717000', '111918.719000', '111918.722000', '111918.725000', '111918.727000', '111918.730000', '111918.733000', '111918.735000', '111918.738000', '111918.740000', '111918.743000', '111918.746000', '111918.748000', '111918.751000', '111918.754000', '111918.756000', '111938.642000', '111938.646000', '111938.648000', '111938.651000', '111938.653000', '111938.656000', '111938.659000', '111938.661000', '111938.664000', '111938.666000', '111938.669000', '111938.672000', '111938.674000', '111938.677000', '111938.679000', '111938.682000', '111938.685000', '111938.687000', '111938.690000', '111938.692000', '111938.695000', '111938.698000', '111938.700000', '111938.703000', '111938.705000', '111938.708000', '111938.711000', '111938.713000', '111938.716000', '111938.718000', '111938.721000', '111938.724000', '111938.726000', '111938.729000', '111938.731000', '111938.734000', '111938.737000', '111938.739000', '111938.742000', '111938.744000', '111938.747000', '111938.750000', '111938.752000', '111953.590000', '111953.593000', '111953.595000', '111953.598000', '111953.601000', '111953.604000', '111953.607000', '111953.609000', '111953.612000', '111953.615000', '111953.617000', '111953.620000', '111953.623000', '111953.626000', '111953.628000', '111953.631000', '111953.634000', '111953.636000', '111953.639000', '111953.641000', '111953.644000', '111953.647000', '111953.650000', '111953.653000', '111953.656000', '111953.659000', '111953.662000', '111953.665000', '111953.668000', '111953.670000', '111953.673000', '111953.676000', '111953.679000'], 'InstanceCreationTime': ['111138.670000', '111138.674000', '111138.676000', '111138.679000', '111138.682000', '111138.693000', '111138.696000', '111138.699000', '111138.701000', '111138.704000', '111138.706000', '111138.709000', '111138.711000', '111138.722000', '111138.724000', '111138.727000', '111138.737000', '111138.739000', '111138.742000', '111138.744000', '111138.747000', '111158.644000', '111158.646000', '111158.649000', '111158.652000', '111158.654000', '111158.657000', '111158.659000', '111158.662000', '111158.664000', '111158.667000', '111158.669000', '111158.672000', '111158.675000', '111158.677000', '111158.680000', '111158.682000', '111158.685000', '111158.687000', '111158.698000', '111158.701000', '111158.703000', '111158.706000', '111158.708000', '111158.711000', '111158.713000', '111158.716000', '111158.718000', '111158.721000', '111158.723000', '111158.726000', '111158.728000', '111158.731000', '111158.734000', '111158.736000', '111158.739000', '111158.741000', '111158.744000', '111158.746000', '111158.749000', '111158.752000', '111158.786000', '111158.788000', '111158.791000', '111158.793000', '111218.642000', '111218.645000', '111218.648000', '111218.650000', '111218.653000', '111218.655000', '111218.658000', '111218.661000', '111218.663000', '111218.666000', '111218.668000', '111218.671000', '111218.673000', '111218.676000', '111218.678000', '111218.681000', '111218.684000', '111218.686000', '111218.689000', '111218.691000', '111218.694000', '111218.697000', '111218.699000', '111218.702000', '111218.704000', '111218.712000', '111218.715000', '111218.717000', '111218.720000', '111218.722000', '111218.725000', '111218.728000', '111218.730000', '111218.733000', '111218.735000', '111218.738000', '111218.740000', '111218.743000', '111218.745000', '111218.748000', '111218.751000', '111218.753000', '111218.756000', '111218.758000', '111238.642000', '111238.645000', '111238.648000', '111238.650000', '111238.653000', '111238.656000', '111238.658000', '111238.661000', '111238.663000', '111238.666000', '111238.668000', '111238.671000', '111238.674000', '111238.676000', '111238.679000', '111238.681000', '111238.684000', '111238.686000', '111238.689000', '111238.692000', '111238.694000', '111238.697000', '111238.699000', '111238.702000', '111238.704000', '111238.707000', '111238.709000', '111238.712000', '111238.715000', '111238.717000', '111238.720000', '111238.722000', '111238.725000', '111238.727000', '111238.730000', '111238.732000', '111238.735000', '111238.738000', '111238.740000', '111238.743000', '111238.745000', '111238.748000', '111238.750000', '111258.642000', '111258.645000', '111258.648000', '111258.650000', '111258.653000', '111258.656000', '111258.658000', '111258.661000', '111258.663000', '111258.666000', '111258.668000', '111258.671000', '111258.673000', '111258.676000', '111258.679000', '111258.682000', '111258.685000', '111258.688000', '111258.690000', '111258.693000', '111258.695000', '111258.698000', '111258.700000', '111258.703000', '111258.705000', '111258.708000', '111258.711000', '111258.713000', '111258.716000', '111258.720000', '111258.723000', '111258.725000', '111258.728000', '111258.730000', '111258.733000', '111258.735000', '111258.738000', '111258.741000', '111258.743000', '111258.746000', '111258.748000', '111258.751000', '111258.753000', '111318.643000', '111318.646000', '111318.679000', '111318.681000', '111318.684000', '111318.687000', '111318.689000', '111318.692000', '111318.694000', '111318.697000', '111318.699000', '111318.702000', '111318.704000', '111318.707000', '111318.709000', '111318.712000', '111318.715000', '111318.717000', '111318.720000', '111318.723000', '111318.725000', '111318.728000', '111318.730000', '111318.733000', '111318.735000', '111318.738000', '111318.740000', '111318.743000', '111318.745000', '111318.748000', '111318.750000', '111318.753000', '111318.756000', '111318.758000', '111318.761000', '111318.763000', '111318.766000', '111318.768000', '111318.771000', '111318.774000', '111318.776000', '111318.779000', '111318.781000', '111318.784000', '111338.643000', '111338.646000', '111338.649000', '111338.651000', '111338.654000', '111338.657000', '111338.659000', '111338.669000', '111338.671000', '111338.674000', '111338.676000', '111338.679000', '111338.682000', '111338.684000', '111338.687000', '111338.689000', '111338.692000', '111338.695000', '111338.697000', '111338.700000', '111338.702000', '111338.706000', '111338.709000', '111338.712000', '111338.714000', '111338.717000', '111338.719000', '111338.722000', '111338.725000', '111338.727000', '111338.730000', '111338.732000', '111338.735000', '111338.738000', '111338.740000', '111338.743000', '111338.745000', '111338.748000', '111338.750000', '111338.753000', '111338.756000', '111338.758000', '111338.761000', '111358.643000', '111358.646000', '111358.649000', '111358.651000', '111358.654000', '111358.657000', '111358.659000', '111358.662000', '111358.664000', '111358.667000', '111358.669000', '111358.672000', '111358.674000', '111358.677000', '111358.680000', '111358.682000', '111358.685000', '111358.687000', '111358.690000', '111358.693000', '111358.695000', '111358.698000', '111358.700000', '111358.703000', '111358.705000', '111358.708000', '111358.711000', '111358.713000', '111358.716000', '111358.718000', '111358.721000', '111358.723000', '111358.726000', '111358.729000', '111358.731000', '111358.734000', '111358.736000', '111358.739000', '111358.741000', '111358.744000', '111358.746000', '111358.749000', '111358.752000', '111358.754000', '111418.643000', '111418.646000', '111418.649000', '111418.651000', '111418.654000', '111418.657000', '111418.659000', '111418.662000', '111418.665000', '111418.667000', '111418.670000', '111418.672000', '111418.675000', '111418.677000', '111418.680000', '111418.683000', '111418.685000', '111418.688000', '111418.690000', '111418.693000', '111418.696000', '111418.698000', '111418.701000', '111418.703000', '111418.706000', '111418.708000', '111418.711000', '111418.714000', '111418.716000', '111418.719000', '111418.722000', '111418.725000', '111418.727000', '111418.730000', '111418.733000', '111418.735000', '111418.738000', '111418.740000', '111418.743000', '111418.746000', '111418.748000', '111418.751000', '111418.753000', '111438.642000', '111438.645000', '111438.648000', '111438.651000', '111438.653000', '111438.656000', '111438.658000', '111438.661000', '111438.663000', '111438.666000', '111438.668000', '111438.671000', '111438.673000', '111438.676000', '111438.679000', '111438.681000', '111438.684000', '111438.686000', '111438.689000', '111438.691000', '111438.694000', '111438.697000', '111438.699000', '111438.702000', '111438.704000', '111438.707000', '111438.709000', '111438.712000', '111438.715000', '111438.717000', '111438.720000', '111438.722000', '111438.725000', '111438.727000', '111438.730000', '111438.732000', '111438.735000', '111438.738000', '111438.740000', '111438.743000', '111438.745000', '111438.755000', '111438.757000', '111438.760000', '111458.643000', '111458.646000', '111458.648000', '111458.651000', '111458.654000', '111458.656000', '111458.659000', '111458.661000', '111458.664000', '111458.666000', '111458.669000', '111458.672000', '111458.674000', '111458.677000', '111458.679000', '111458.682000', '111458.685000', '111458.687000', '111458.690000', '111458.700000', '111458.702000', '111458.705000', '111458.708000', '111458.710000', '111458.713000', '111458.715000', '111458.718000', '111458.721000', '111458.723000', '111458.726000', '111458.728000', '111458.731000', '111458.734000', '111458.736000', '111458.739000', '111458.741000', '111458.744000', '111458.746000', '111458.749000', '111458.752000', '111458.754000', '111458.757000', '111458.760000', '111518.642000', '111518.645000', '111518.648000', '111518.650000', '111518.653000', '111518.656000', '111518.658000', '111518.661000', '111518.663000', '111518.666000', '111518.668000', '111518.671000', '111518.674000', '111518.676000', '111518.679000', '111518.681000', '111518.684000', '111518.686000', '111518.689000', '111518.692000', '111518.694000', '111518.697000', '111518.700000', '111518.702000', '111518.705000', '111518.707000', '111518.710000', '111518.713000', '111518.715000', '111518.718000', '111518.720000', '111518.723000', '111518.725000', '111518.728000', '111518.731000', '111518.733000', '111518.736000', '111518.738000', '111518.741000', '111518.743000', '111518.746000', '111518.749000', '111518.751000', '111518.754000', '111538.643000', '111538.646000', '111538.649000', '111538.652000', '111538.654000', '111538.657000', '111538.659000', '111538.662000', '111538.665000', '111538.667000', '111538.670000', '111538.672000', '111538.675000', '111538.678000', '111538.680000', '111538.683000', '111538.686000', '111538.694000', '111538.697000', '111538.700000', '111538.702000', '111538.705000', '111538.707000', '111538.710000', '111538.713000', '111538.715000', '111538.718000', '111538.720000', '111538.723000', '111538.726000', '111538.728000', '111538.731000', '111538.733000', '111538.736000', '111538.739000', '111538.741000', '111538.744000', '111538.747000', '111538.749000', '111538.752000', '111538.754000', '111538.757000', '111538.759000', '111558.643000', '111558.646000', '111558.649000', '111558.651000', '111558.654000', '111558.657000', '111558.659000', '111558.662000', '111558.664000', '111558.667000', '111558.670000', '111558.672000', '111558.675000', '111558.677000', '111558.680000', '111558.682000', '111558.685000', '111558.688000', '111558.690000', '111558.693000', '111558.695000', '111558.698000', '111558.701000', '111558.703000', '111558.706000', '111558.709000', '111558.711000', '111558.714000', '111558.716000', '111558.719000', '111558.721000', '111558.724000', '111558.727000', '111558.729000', '111558.732000', '111558.734000', '111558.737000', '111558.740000', '111558.742000', '111558.745000', '111558.748000', '111558.750000', '111558.753000', '111558.755000', '111618.644000', '111618.647000', '111618.649000', '111618.652000', '111618.654000', '111618.657000', '111618.660000', '111618.662000', '111618.690000', '111618.693000', '111618.695000', '111618.698000', '111618.700000', '111618.703000', '111618.705000', '111618.708000', '111618.711000', '111618.713000', '111618.716000', '111618.718000', '111618.721000', '111618.724000', '111618.726000', '111618.729000', '111618.732000', '111618.734000', '111618.737000', '111618.739000', '111618.742000', '111618.744000', '111618.747000', '111618.750000', '111618.752000', '111618.755000', '111618.757000', '111618.760000', '111618.763000', '111618.765000', '111618.768000', '111618.771000', '111618.774000', '111618.777000', '111618.780000', '111638.643000', '111638.646000', '111638.649000', '111638.652000', '111638.654000', '111638.657000', '111638.659000', '111638.662000', '111638.665000', '111638.667000', '111638.670000', '111638.672000', '111638.675000', '111638.678000', '111638.680000', '111638.683000', '111638.685000', '111638.688000', '111638.691000', '111638.693000', '111638.696000', '111638.698000', '111638.701000', '111638.704000', '111638.706000', '111638.709000', '111638.712000', '111638.714000', '111638.717000', '111638.719000', '111638.722000', '111638.725000', '111638.727000', '111638.730000', '111638.732000', '111638.735000', '111638.738000', '111638.740000', '111638.743000', '111638.745000', '111638.748000', '111638.751000', '111638.753000', '111638.756000', '111658.643000', '111658.646000', '111658.648000', '111658.651000', '111658.653000', '111658.656000', '111658.659000', '111658.661000', '111658.664000', '111658.666000', '111658.669000', '111658.672000', '111658.674000', '111658.677000', '111658.679000', '111658.682000', '111658.684000', '111658.687000', '111658.690000', '111658.692000', '111658.695000', '111658.698000', '111658.700000', '111658.703000', '111658.705000', '111658.708000', '111658.711000', '111658.713000', '111658.716000', '111658.719000', '111658.721000', '111658.724000', '111658.727000', '111658.729000', '111658.732000', '111658.734000', '111658.737000', '111658.740000', '111658.742000', '111658.745000', '111658.748000', '111658.750000', '111658.753000', '111718.642000', '111718.645000', '111718.648000', '111718.651000', '111718.653000', '111718.656000', '111718.658000', '111718.661000', '111718.663000', '111718.666000', '111718.669000', '111718.671000', '111718.674000', '111718.676000', '111718.679000', '111718.681000', '111718.684000', '111718.687000', '111718.689000', '111718.692000', '111718.695000', '111718.697000', '111718.700000', '111718.703000', '111718.705000', '111718.708000', '111718.710000', '111718.713000', '111718.716000', '111718.718000', '111718.721000', '111718.723000', '111718.726000', '111718.728000', '111718.731000', '111718.734000', '111718.736000', '111718.739000', '111718.741000', '111718.744000', '111718.747000', '111718.749000', '111718.752000', '111718.754000', '111738.642000', '111738.645000', '111738.648000', '111738.651000', '111738.653000', '111738.656000', '111738.658000', '111738.661000', '111738.663000', '111738.666000', '111738.669000', '111738.671000', '111738.674000', '111738.676000', '111738.679000', '111738.681000', '111738.684000', '111738.687000', '111738.689000', '111738.704000', '111738.708000', '111738.711000', '111738.713000', '111738.716000', '111738.719000', '111738.721000', '111738.724000', '111738.726000', '111738.729000', '111738.732000', '111738.734000', '111738.737000', '111738.739000', '111738.742000', '111738.745000', '111738.747000', '111738.750000', '111738.752000', '111738.755000', '111738.758000', '111738.760000', '111738.763000', '111738.765000', '111758.644000', '111758.646000', '111758.649000', '111758.652000', '111758.654000', '111758.657000', '111758.660000', '111758.662000', '111758.665000', '111758.667000', '111758.670000', '111758.672000', '111758.675000', '111758.678000', '111758.680000', '111758.683000', '111758.685000', '111758.688000', '111758.691000', '111758.693000', '111758.696000', '111758.698000', '111758.701000', '111758.703000', '111758.706000', '111758.709000', '111758.711000', '111758.714000', '111758.717000', '111758.719000', '111758.722000', '111758.724000', '111758.727000', '111758.730000', '111758.732000', '111758.735000', '111758.737000', '111758.740000', '111758.742000', '111758.745000', '111758.748000', '111758.750000', '111758.753000', '111758.755000', '111818.644000', '111818.646000', '111818.649000', '111818.652000', '111818.654000', '111818.657000', '111818.660000', '111818.662000', '111818.665000', '111818.667000', '111818.670000', '111818.672000', '111818.675000', '111818.678000', '111818.680000', '111818.683000', '111818.685000', '111818.688000', '111818.690000', '111818.693000', '111818.696000', '111818.698000', '111818.701000', '111818.704000', '111818.706000', '111818.709000', '111818.711000', '111818.714000', '111818.716000', '111818.719000', '111818.722000', '111818.724000', '111818.727000', '111818.730000', '111818.732000', '111818.735000', '111818.737000', '111818.740000', '111818.743000', '111818.745000', '111818.748000', '111818.750000', '111818.753000', '111838.644000', '111838.646000', '111838.649000', '111838.652000', '111838.654000', '111838.657000', '111838.659000', '111838.662000', '111838.664000', '111838.667000', '111838.670000', '111838.672000', '111838.675000', '111838.677000', '111838.680000', '111838.682000', '111838.685000', '111838.688000', '111838.690000', '111838.693000', '111838.696000', '111838.698000', '111838.701000', '111838.703000', '111838.706000', '111838.708000', '111838.711000', '111838.714000', '111838.716000', '111838.719000', '111838.721000', '111838.724000', '111838.727000', '111838.729000', '111838.732000', '111838.734000', '111838.737000', '111838.740000', '111838.742000', '111838.745000', '111838.747000', '111838.750000', '111838.752000', '111838.755000', '111858.644000', '111858.646000', '111858.649000', '111858.652000', '111858.654000', '111858.657000', '111858.659000', '111858.662000', '111858.665000', '111858.667000', '111858.670000', '111858.672000', '111858.675000', '111858.678000', '111858.680000', '111858.683000', '111858.685000', '111858.688000', '111858.691000', '111858.693000', '111858.696000', '111858.698000', '111858.701000', '111858.703000', '111858.706000', '111858.709000', '111858.711000', '111858.714000', '111858.716000', '111858.737000', '111858.740000', '111858.742000', '111858.745000', '111858.747000', '111858.750000', '111858.753000', '111858.755000', '111858.758000', '111858.760000', '111858.763000', '111858.766000', '111858.768000', '111858.771000', '111918.643000', '111918.645000', '111918.648000', '111918.651000', '111918.653000', '111918.656000', '111918.658000', '111918.661000', '111918.664000', '111918.666000', '111918.669000', '111918.671000', '111918.674000', '111918.678000', '111918.681000', '111918.683000', '111918.686000', '111918.688000', '111918.691000', '111918.694000', '111918.696000', '111918.699000', '111918.701000', '111918.704000', '111918.706000', '111918.709000', '111918.712000', '111918.714000', '111918.717000', '111918.719000', '111918.722000', '111918.725000', '111918.727000', '111918.730000', '111918.733000', '111918.735000', '111918.738000', '111918.740000', '111918.743000', '111918.746000', '111918.748000', '111918.751000', '111918.754000', '111918.756000', '111938.642000', '111938.646000', '111938.648000', '111938.651000', '111938.653000', '111938.656000', '111938.659000', '111938.661000', '111938.664000', '111938.666000', '111938.669000', '111938.672000', '111938.674000', '111938.677000', '111938.679000', '111938.682000', '111938.685000', '111938.687000', '111938.690000', '111938.692000', '111938.695000', '111938.698000', '111938.700000', '111938.703000', '111938.705000', '111938.708000', '111938.711000', '111938.713000', '111938.716000', '111938.718000', '111938.721000', '111938.724000', '111938.726000', '111938.729000', '111938.731000', '111938.734000', '111938.737000', '111938.739000', '111938.742000', '111938.744000', '111938.747000', '111938.750000', '111938.752000', '111953.590000', '111953.593000', '111953.595000', '111953.598000', '111953.601000', '111953.604000', '111953.607000', '111953.609000', '111953.612000', '111953.615000', '111953.617000', '111953.620000', '111953.623000', '111953.626000', '111953.628000', '111953.631000', '111953.634000', '111953.636000', '111953.639000', '111953.641000', '111953.644000', '111953.647000', '111953.650000', '111953.653000', '111953.656000', '111953.659000', '111953.662000', '111953.665000', '111953.668000', '111953.670000', '111953.673000', '111953.676000', '111953.679000'], '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': [12657, 11257, 13030, 12840, 11129, 12467, 11397, 16346, 14293, 16194, 11036, 11044, 12314, 10647, 15401, 11453, 12808, 10956, 18957, 15379, 11165, 12164, 10616, 11561, 11580, 15491, 11675, 10865, 12389, 13419, 20087, 17518, 12350, 10674, 11409, 11450, 10848, 9943, 12782, 10762, 17465, 17107, 11090, 11561, 11388, 9935, 11875, 10954, 13100, 11350, 11727, 11967, 10806, 12257, 10798, 14468, 11495, 11318, 11699, 9787, 12797, 17153, 19567, 13864, 11718, 11023, 11513, 12133, 13272, 14643, 10807, 12752, 10529, 12166, 11988, 10442, 11162, 11097, 11184, 11269, 12172, 11110, 10615, 11416, 13947, 12043, 11014, 12020, 12316, 19797, 17254, 11689, 12396, 11182, 10381, 11374, 19868, 18253, 14103, 12930, 10516, 10657, 10681, 12841, 11992, 11060, 12475, 11328, 15286, 10941, 10791, 12331, 14705, 17307, 10868, 10539, 11958, 14639, 19528, 13996, 12665, 11532, 10443, 12820, 12391, 12786, 10596, 10721, 12001, 12217, 12620, 10982, 11654, 10853, 11799, 12224, 10587, 13394, 12093, 10878, 12475, 10787, 16207, 16093, 18005, 13548, 10925, 10716, 10510, 16135, 18453, 13283, 11891, 10929, 10252, 12252, 13436, 13110, 10764, 10711, 11139, 13764, 14988, 10747, 10913, 11561, 13351, 17385, 12576, 12023, 12038, 10873, 10497, 12964, 16571, 20675, 16618, 12186, 12623, 10838, 17571, 17913, 19313, 15257, 10951, 13061, 10550, 15347, 11612, 10431, 12098, 10584, 13843, 11285, 10857, 12540, 10477, 16872, 11072, 11329, 12272, 11904, 19298, 14626, 12455, 11557, 10865, 13046, 14375, 17441, 11044, 10570, 12327, 14231, 15484, 11211, 10466, 12527, 14365, 17230, 10902, 10762, 12598, 10772, 18413, 14594, 10891, 11357, 11271, 13327, 14576, 11520, 11539, 11208, 10258, 13781, 13925, 13860, 11122, 13498, 14163, 10713, 11473, 10958, 16105, 13174, 10859, 11719, 11013, 15383, 12468, 10773, 13398, 13676, 19978, 16178, 10959, 12449, 10939, 14147, 14209, 15027, 11656, 10965, 11652, 11173, 15908, 11701, 10852, 11897, 11184, 17233, 13341, 11136, 12319, 11101, 17872, 13515, 10338, 12645, 11720, 19511, 14790, 11366, 12330, 10981, 16858, 12533, 13065, 12138, 12523, 15743, 10866, 12741, 11038, 18686, 15885, 14756, 11835, 10835, 12865, 11071, 17634, 14417, 10780, 12227, 10670, 13524, 12764, 11853, 11356, 10917, 12560, 12936, 15936, 11541, 10918, 10607, 10727, 10636, 12800, 10698, 19152, 16316, 11896, 12741, 11199, 19950, 16512, 13994, 12895, 10771, 11481, 11627, 15223, 11924, 10782, 12735, 12816, 14524, 11501, 10382, 12010, 12813, 13157, 11179, 11879, 11314, 16222, 15441, 10671, 11827, 11006, 12552, 14381, 14011, 12791, 11123, 11710, 11280, 14628, 18895, 14527, 13695, 11007, 11184, 11794, 14318, 13816, 10930, 11278, 11387, 15107, 11578, 11230, 12408, 11225, 16456, 11286, 10719, 12216, 15296, 17844, 11079, 11430, 11524, 15868, 17523, 17089, 14146, 11091, 11465, 11187, 10873, 13421, 10755, 12120, 11132, 13308, 11465, 11218, 11992, 11267, 17559, 11118, 11111, 14480, 13777, 15528, 11141, 11163, 14627, 17323, 17019, 11138, 10636, 13097, 12282, 18505, 13428, 10783, 12386, 10610, 14616, 13711, 10803, 11045, 11099, 11860, 10874, 10931, 12033, 11407, 14850, 14428, 11031, 11841, 11268, 16107, 15050, 11144, 11135, 10746, 18872, 18508, 15736, 13333, 11103, 10135, 12405, 14178, 20261, 14971, 11659, 12219, 10798, 13992, 11604, 11271, 11247, 11174, 13387, 11172, 11712, 11262, 11059, 12737, 14188, 16451, 10823, 10233, 12097, 10908, 16610, 11463, 10840, 12118, 14795, 19097, 13614, 10697, 11061, 10138, 12358, 15614, 17637, 11611, 10934, 11007, 14991, 16054, 12703, 13284, 10966, 17978, 14396, 13127, 12376, 10978, 15123, 13964, 13939, 11830, 11204, 13828, 17920, 19206, 12719, 10512, 12549, 11195, 15132, 11178, 11027, 11112, 10882, 12918, 10874, 12248, 11256, 14461, 14211, 11256, 11481, 11523, 10991, 11525, 15273, 13448, 10863, 10975, 11018, 15981, 18116, 14269, 12291, 11417, 10985, 11807, 14414, 12717, 11155, 11174, 11844, 14476, 13071, 11090, 12715, 11407, 19316, 17193, 11856, 11082, 11335, 10285, 13041, 15884, 16087, 11222, 11330, 11075, 11529, 16632, 11397, 12094, 11271, 11601, 14244, 11224, 12107, 11600, 13907, 13001, 10822, 14330, 14521, 18603, 15223, 10439, 11150, 11740, 10707, 13842, 10823, 10881, 18218, 17103, 13852, 12187, 10585, 11545, 11292, 11071, 11877, 11287, 11656, 14296, 10991, 12152, 11198, 11243, 12011, 12206, 14687, 11087, 11012, 14128, 17552, 16297, 11140, 10910, 11860, 13870, 17980, 11423, 11521, 11842, 14977, 17630, 10981, 11346, 11526, 14536, 16749, 11297, 11445, 12356, 14892, 17900, 12517, 11248, 12015, 13719, 18152, 11366, 10720, 12845, 10385, 17845, 12908, 10905, 12152, 10853, 15170, 15296, 11164, 11514, 11169, 10170, 13946, 11928, 11865, 11244, 10960, 17649, 12543, 10110, 11854, 10999, 18388, 12329, 10355, 12824, 14454, 19466, 16118, 10987, 12395, 10986, 18362, 16047, 13688, 12059, 11039, 12892, 13623, 11185, 11555, 10829, 13434, 13792, 11460, 11557, 10729, 13757, 13613, 10688, 11819, 11007, 15917, 15602, 10902, 12038, 11456, 15769, 15362, 11575, 12111, 11359, 16717, 17438, 11486, 10814, 11208, 10876, 17262, 11415, 11018, 11873, 11008, 16643, 13360, 11077, 11896, 11138, 11454, 15393, 11937, 12578, 11334, 11007, 16039, 14910, 13734, 11935, 11389, 17221, 17372, 13725, 11683, 11124, 12038, 16751, 13371, 10959, 11603, 10635, 16398, 11090, 11298, 12256, 10941, 18601, 12695, 10207, 12526, 11013, 16287, 15525, 10693, 11938, 11290, 10877, 14870, 11173, 10960, 11007, 11121, 15555, 11276, 12343, 11196, 11269, 18039, 11301, 10568, 11990, 11024, 17765, 11282, 10553, 12107, 14235, 17757, 11319, 10546, 12418, 15141, 20628, 20814, 17054, 14105, 10698, 9989, 10982, 10197, 13012, 11068, 13031, 11597, 11342, 12035, 11431, 10054, 12199, 10859, 16074, 11918, 12425, 14758, 15164, 16113, 10997, 11456, 11625, 11415, 14404, 11937, 10496, 11682, 10587, 12223, 10668, 10911, 10856, 11625, 11271, 10158, 11059, 9702, 12869, 12815, 18886, 12533, 9787, 11384, 11261, 14410, 11020, 10525, 12113, 11425, 13480, 11303, 10833, 11977, 11211, 13519, 14357, 11147, 10182, 14254, 18497, 19940, 15058, 12204, 11142, 10506, 14519, 17415, 17178, 13401, 10773, 12614, 14798, 15823, 11261, 10598, 12591, 10826, 13071, 10942, 9846, 12336, 12001, 12191, 10915, 10615, 12046, 15467, 16689, 10667, 10341, 11242, 11016, 18154, 12629, 11804, 11093, 10385, 11469, 12259, 16112, 11062, 11802, 11172, 14321, 14836, 10963, 11362, 11044, 16278, 17429, 11345, 11862, 10950, 10372, 14203, 11392, 12614, 11099, 17011, 17204, 13542, 11792, 10830, 10986, 11385, 14881, 14028, 10785, 10907, 11094, 14284, 14804, 10759, 11057, 10790, 11370, 11511, 10829, 14426, 11587, 10355, 11304, 10775, 17183, 15784, 11026, 11546, 10941, 11022, 10880, 16456, 17113, 10846, 11883, 11336, 11140, 17122, 10604, 10373, 11264, 10707, 16071, 11117, 9880, 11487, 13381, 15545, 11405, 10275, 15587, 18347, 18948, 14146, 10536, 12040, 11121, 17856, 15616, 12297, 12119, 10968, 17435, 11253, 10516, 11672, 11216, 14118, 11039, 10530, 12466, 13184, 16821, 11089, 10650, 12345, 12783, 18477, 12455, 9944, 12140, 12641, 19115, 14273, 9800, 11566, 10574, 17087, 13699, 11388, 11099, 10550, 13499, 12191, 10502, 11331, 10625, 17068, 13947, 10449, 11933, 11209, 18320, 14341, 10884, 12055, 12886, 16793, 11282, 11100, 14747, 15551, 16480, 11453, 10810, 10906, 10766, 16103, 14448, 10860, 11806, 11222, 13469, 14745, 10819, 11167, 11282, 12737, 14716, 11103, 10120, 13181, 11160, 12096, 11209, 11043, 19250, 13822, 10674, 11185, 10474, 16440, 16674, 14691, 11012, 10882, 10017, 12637, 14803, 15637, 10561, 10039, 11587, 12534, 14935, 11237, 10473, 14435, 13791, 12025, 10904, 10891, 17496, 16524, 12552, 11018, 10850, 17455, 15718, 10969, 11053, 11168, 17114, 17718, 12067, 11299, 10938, 10535, 14060, 14615, 11993, 11327, 10256, 12123, 12580, 11429, 11208, 10563, 13570, 13621, 12246, 11203, 10834, 9982, 10947, 10474], 'WindowCenter': [5193.0, 5161.0, 5154.0, 5144.0, 5099.0, 5101.0, 5107.0, 5149.0, 5131.0, 5146.0, 5066.0, 5066.0, 5085.0, 5070.0, 5129.0, 5090.0, 5098.0, 5083.0, 5155.0, 5138.0, 5075.0, 5076.0, 5067.0, 5085.0, 5086.0, 5127.0, 5079.0, 5065.0, 5111.0, 5120.0, 5181.0, 5177.0, 5100.0, 5082.0, 5076.0, 5065.0, 5071.0, 5045.0, 5096.0, 5081.0, 5157.0, 5145.0, 5073.0, 5078.0, 5079.0, 5073.0, 5089.0, 5068.0, 5096.0, 5072.0, 5087.0, 5089.0, 5069.0, 5086.0, 5071.0, 5104.0, 5071.0, 5065.0, 5068.0, 5048.0, 5099.0, 5150.0, 5171.0, 5110.0, 5086.0, 5069.0, 5064.0, 5102.0, 5106.0, 5132.0, 5068.0, 5079.0, 5081.0, 5097.0, 5102.0, 5068.0, 5077.0, 5092.0, 5091.0, 5104.0, 5091.0, 5082.0, 5084.0, 5104.0, 5131.0, 5102.0, 5077.0, 5113.0, 5100.0, 5168.0, 5153.0, 5087.0, 5088.0, 5069.0, 5061.0, 5092.0, 5170.0, 5161.0, 5118.0, 5086.0, 5057.0, 5055.0, 5066.0, 5096.0, 5077.0, 5076.0, 5096.0, 5079.0, 5126.0, 5064.0, 5073.0, 5112.0, 5129.0, 5147.0, 5067.0, 5055.0, 5102.0, 5127.0, 5169.0, 5118.0, 5085.0, 5080.0, 5068.0, 5096.0, 5084.0, 5093.0, 5068.0, 5063.0, 5084.0, 5084.0, 5086.0, 5067.0, 5077.0, 5080.0, 5090.0, 5087.0, 5083.0, 5118.0, 5103.0, 5080.0, 5088.0, 5093.0, 5138.0, 5135.0, 5156.0, 5108.0, 5063.0, 5057.0, 5080.0, 5136.0, 5157.0, 5108.0, 5087.0, 5068.0, 5069.0, 5097.0, 5117.0, 5107.0, 5063.0, 5070.0, 5078.0, 5116.0, 5132.0, 5073.0, 5061.0, 5101.0, 5116.0, 5155.0, 5109.0, 5093.0, 5100.0, 5080.0, 5081.0, 5125.0, 5161.0, 5181.0, 5149.0, 5087.0, 5087.0, 5080.0, 5133.0, 5146.0, 5160.0, 5113.0, 5054.0, 5085.0, 5068.0, 5112.0, 5077.0, 5046.0, 5074.0, 5069.0, 5101.0, 5076.0, 5067.0, 5112.0, 5077.0, 5148.0, 5080.0, 5060.0, 5097.0, 5100.0, 5159.0, 5130.0, 5079.0, 5066.0, 5067.0, 5095.0, 5118.0, 5147.0, 5069.0, 5066.0, 5095.0, 5118.0, 5126.0, 5067.0, 5068.0, 5099.0, 5127.0, 5145.0, 5067.0, 5066.0, 5109.0, 5080.0, 5157.0, 5131.0, 5080.0, 5078.0, 5094.0, 5106.0, 5126.0, 5104.0, 5085.0, 5079.0, 5082.0, 5116.0, 5121.0, 5102.0, 5078.0, 5109.0, 5121.0, 5070.0, 5077.0, 5078.0, 5137.0, 5098.0, 5067.0, 5086.0, 5080.0, 5130.0, 5092.0, 5080.0, 5105.0, 5120.0, 5156.0, 5137.0, 5066.0, 5075.0, 5068.0, 5103.0, 5117.0, 5130.0, 5079.0, 5066.0, 5087.0, 5088.0, 5135.0, 5090.0, 5066.0, 5087.0, 5086.0, 5148.0, 5116.0, 5072.0, 5113.0, 5094.0, 5160.0, 5106.0, 5057.0, 5104.0, 5101.0, 5166.0, 5129.0, 5071.0, 5079.0, 5078.0, 5135.0, 5098.0, 5094.0, 5087.0, 5086.0, 5126.0, 5067.0, 5085.0, 5082.0, 5158.0, 5134.0, 5114.0, 5075.0, 5054.0, 5096.0, 5076.0, 5133.0, 5119.0, 5067.0, 5069.0, 5071.0, 5094.0, 5093.0, 5078.0, 5065.0, 5079.0, 5098.0, 5107.0, 5138.0, 5088.0, 5081.0, 5068.0, 5078.0, 5069.0, 5107.0, 5095.0, 5170.0, 5150.0, 5089.0, 5097.0, 5077.0, 5154.0, 5140.0, 5107.0, 5086.0, 5061.0, 5072.0, 5076.0, 5116.0, 5077.0, 5068.0, 5092.0, 5093.0, 5102.0, 5067.0, 5057.0, 5082.0, 5097.0, 5096.0, 5065.0, 5088.0, 5091.0, 5138.0, 5129.0, 5067.0, 5065.0, 5081.0, 5097.0, 5117.0, 5115.0, 5099.0, 5077.0, 5069.0, 5093.0, 5128.0, 5158.0, 5116.0, 5107.0, 5067.0, 5064.0, 5087.0, 5106.0, 5108.0, 5066.0, 5077.0, 5089.0, 5128.0, 5078.0, 5078.0, 5110.0, 5075.0, 5134.0, 5079.0, 5082.0, 5101.0, 5129.0, 5158.0, 5075.0, 5068.0, 5091.0, 5135.0, 5145.0, 5134.0, 5104.0, 5066.0, 5060.0, 5063.0, 5066.0, 5106.0, 5080.0, 5086.0, 5090.0, 5108.0, 5090.0, 5077.0, 5086.0, 5091.0, 5145.0, 5080.0, 5080.0, 5118.0, 5122.0, 5127.0, 5078.0, 5091.0, 5122.0, 5145.0, 5139.0, 5077.0, 5056.0, 5105.0, 5096.0, 5154.0, 5119.0, 5067.0, 5085.0, 5082.0, 5116.0, 5119.0, 5080.0, 5076.0, 5080.0, 5088.0, 5093.0, 5095.0, 5101.0, 5093.0, 5138.0, 5133.0, 5082.0, 5089.0, 5105.0, 5137.0, 5141.0, 5080.0, 5078.0, 5093.0, 5167.0, 5161.0, 5140.0, 5106.0, 5067.0, 5050.0, 5100.0, 5106.0, 5162.0, 5127.0, 5065.0, 5074.0, 5068.0, 5101.0, 5076.0, 5065.0, 5065.0, 5078.0, 5107.0, 5079.0, 5076.0, 5071.0, 5089.0, 5110.0, 5131.0, 5137.0, 5069.0, 5041.0, 5088.0, 5080.0, 5142.0, 5091.0, 5082.0, 5110.0, 5139.0, 5171.0, 5117.0, 5061.0, 5066.0, 5070.0, 5098.0, 5140.0, 5160.0, 5090.0, 5067.0, 5082.0, 5126.0, 5138.0, 5089.0, 5094.0, 5080.0, 5145.0, 5119.0, 5089.0, 5075.0, 5078.0, 5114.0, 5120.0, 5103.0, 5057.0, 5069.0, 5104.0, 5144.0, 5142.0, 5083.0, 5034.0, 5083.0, 5061.0, 5108.0, 5074.0, 5054.0, 5063.0, 5065.0, 5109.0, 5060.0, 5082.0, 5091.0, 5113.0, 5119.0, 5071.0, 5074.0, 5088.0, 5077.0, 5085.0, 5137.0, 5114.0, 5079.0, 5060.0, 5081.0, 5133.0, 5160.0, 5114.0, 5087.0, 5065.0, 5072.0, 5087.0, 5113.0, 5100.0, 5080.0, 5074.0, 5084.0, 5120.0, 5097.0, 5068.0, 5095.0, 5079.0, 5141.0, 5137.0, 5075.0, 5051.0, 5052.0, 5041.0, 5095.0, 5138.0, 5127.0, 5061.0, 5064.0, 5088.0, 5085.0, 5130.0, 5069.0, 5067.0, 5077.0, 5088.0, 5126.0, 5080.0, 5103.0, 5094.0, 5115.0, 5091.0, 5083.0, 5128.0, 5118.0, 5170.0, 5127.0, 5081.0, 5076.0, 5081.0, 5072.0, 5106.0, 5075.0, 5091.0, 5157.0, 5151.0, 5102.0, 5075.0, 5060.0, 5087.0, 5081.0, 5066.0, 5076.0, 5091.0, 5086.0, 5125.0, 5080.0, 5082.0, 5069.0, 5077.0, 5088.0, 5085.0, 5114.0, 5079.0, 5078.0, 5117.0, 5149.0, 5137.0, 5078.0, 5059.0, 5089.0, 5105.0, 5141.0, 5073.0, 5070.0, 5100.0, 5127.0, 5146.0, 5066.0, 5058.0, 5090.0, 5117.0, 5129.0, 5066.0, 5057.0, 5096.0, 5117.0, 5145.0, 5088.0, 5074.0, 5100.0, 5107.0, 5155.0, 5071.0, 5064.0, 5109.0, 5069.0, 5146.0, 5106.0, 5080.0, 5098.0, 5093.0, 5126.0, 5137.0, 5092.0, 5090.0, 5074.0, 5065.0, 5122.0, 5106.0, 5081.0, 5089.0, 5091.0, 5159.0, 5115.0, 5065.0, 5083.0, 5083.0, 5150.0, 5098.0, 5070.0, 5123.0, 5131.0, 5169.0, 5142.0, 5070.0, 5086.0, 5081.0, 5157.0, 5139.0, 5109.0, 5079.0, 5082.0, 5096.0, 5113.0, 5078.0, 5059.0, 5073.0, 5107.0, 5115.0, 5083.0, 5071.0, 5075.0, 5108.0, 5122.0, 5070.0, 5068.0, 5076.0, 5135.0, 5142.0, 5072.0, 5080.0, 5100.0, 5127.0, 5137.0, 5071.0, 5088.0, 5084.0, 5137.0, 5150.0, 5080.0, 5055.0, 5089.0, 5077.0, 5144.0, 5090.0, 5065.0, 5088.0, 5073.0, 5135.0, 5118.0, 5079.0, 5087.0, 5085.0, 5091.0, 5136.0, 5094.0, 5093.0, 5079.0, 5092.0, 5136.0, 5143.0, 5113.0, 5069.0, 5087.0, 5147.0, 5162.0, 5100.0, 5057.0, 5062.0, 5089.0, 5131.0, 5092.0, 5056.0, 5073.0, 5067.0, 5135.0, 5078.0, 5064.0, 5099.0, 5079.0, 5156.0, 5111.0, 5058.0, 5089.0, 5073.0, 5137.0, 5141.0, 5072.0, 5077.0, 5091.0, 5079.0, 5124.0, 5088.0, 5066.0, 5079.0, 5091.0, 5139.0, 5092.0, 5086.0, 5092.0, 5079.0, 5161.0, 5080.0, 5049.0, 5095.0, 5075.0, 5152.0, 5079.0, 5069.0, 5114.0, 5131.0, 5154.0, 5074.0, 5063.0, 5109.0, 5132.0, 5168.0, 5184.0, 5149.0, 5113.0, 5069.0, 5049.0, 5065.0, 5053.0, 5094.0, 5079.0, 5109.0, 5091.0, 5084.0, 5101.0, 5091.0, 5059.0, 5099.0, 5065.0, 5124.0, 5077.0, 5092.0, 5130.0, 5117.0, 5107.0, 5068.0, 5055.0, 5063.0, 5058.0, 5115.0, 5068.0, 5046.0, 5069.0, 5060.0, 5077.0, 5062.0, 5072.0, 5072.0, 5083.0, 5087.0, 5050.0, 5070.0, 5043.0, 5097.0, 5108.0, 5158.0, 5093.0, 5041.0, 5072.0, 5075.0, 5130.0, 5073.0, 5061.0, 5100.0, 5102.0, 5132.0, 5092.0, 5074.0, 5098.0, 5106.0, 5135.0, 5130.0, 5083.0, 5085.0, 5143.0, 5173.0, 5184.0, 5124.0, 5074.0, 5059.0, 5062.0, 5111.0, 5144.0, 5129.0, 5091.0, 5069.0, 5097.0, 5118.0, 5107.0, 5047.0, 5035.0, 5078.0, 5048.0, 5086.0, 5059.0, 5053.0, 5099.0, 5096.0, 5079.0, 5062.0, 5073.0, 5101.0, 5136.0, 5132.0, 5053.0, 5048.0, 5075.0, 5075.0, 5153.0, 5111.0, 5083.0, 5071.0, 5064.0, 5089.0, 5095.0, 5120.0, 5072.0, 5081.0, 5091.0, 5118.0, 5134.0, 5081.0, 5083.0, 5084.0, 5134.0, 5150.0, 5079.0, 5074.0, 5060.0, 5052.0, 5112.0, 5083.0, 5086.0, 5086.0, 5137.0, 5149.0, 5102.0, 5077.0, 5060.0, 5061.0, 5085.0, 5122.0, 5101.0, 5061.0, 5062.0, 5079.0, 5114.0, 5111.0, 5061.0, 5071.0, 5071.0, 5079.0, 5070.0, 5080.0, 5109.0, 5091.0, 5053.0, 5077.0, 5094.0, 5140.0, 5132.0, 5079.0, 5059.0, 5061.0, 5071.0, 5076.0, 5137.0, 5139.0, 5068.0, 5066.0, 5076.0, 5076.0, 5148.0, 5062.0, 5053.0, 5081.0, 5082.0, 5132.0, 5074.0, 5053.0, 5083.0, 5120.0, 5129.0, 5085.0, 5083.0, 5141.0, 5160.0, 5159.0, 5100.0, 5046.0, 5072.0, 5068.0, 5127.0, 5122.0, 5081.0, 5080.0, 5073.0, 5128.0, 5061.0, 5047.0, 5081.0, 5075.0, 5099.0, 5059.0, 5060.0, 5093.0, 5103.0, 5130.0, 5066.0, 5062.0, 5099.0, 5096.0, 5139.0, 5075.0, 5027.0, 5088.0, 5096.0, 5156.0, 5119.0, 5027.0, 5070.0, 5067.0, 5132.0, 5115.0, 5070.0, 5058.0, 5068.0, 5108.0, 5101.0, 5064.0, 5076.0, 5081.0, 5148.0, 5115.0, 5069.0, 5089.0, 5084.0, 5161.0, 5112.0, 5062.0, 5099.0, 5100.0, 5135.0, 5066.0, 5072.0, 5111.0, 5126.0, 5129.0, 5068.0, 5047.0, 5060.0, 5066.0, 5122.0, 5117.0, 5066.0, 5074.0, 5071.0, 5107.0, 5117.0, 5062.0, 5071.0, 5071.0, 5092.0, 5111.0, 5070.0, 5064.0, 5095.0, 5078.0, 5076.0, 5086.0, 5090.0, 5150.0, 5113.0, 5062.0, 5059.0, 5079.0, 5135.0, 5147.0, 5122.0, 5060.0, 5062.0, 5052.0, 5086.0, 5112.0, 5119.0, 5060.0, 5057.0, 5078.0, 5094.0, 5111.0, 5070.0, 5073.0, 5119.0, 5116.0, 5080.0, 5061.0, 5092.0, 5147.0, 5152.0, 5086.0, 5054.0, 5074.0, 5141.0, 5133.0, 5060.0, 5057.0, 5074.0, 5136.0, 5141.0, 5086.0, 5046.0, 5060.0, 5066.0, 5104.0, 5127.0, 5067.0, 5048.0, 5051.0, 5087.0, 5112.0, 5072.0, 5068.0, 5078.0, 5109.0, 5116.0, 5110.0, 5085.0, 5084.0, 5051.0, 5077.0, 5076.0], 'WindowWidth': [11280.0, 11219.0, 11179.0, 11154.0, 11078.0, 11070.0, 11087.0, 11130.0, 11106.0, 11123.0, 11008.0, 11004.0, 11029.0, 11014.0, 11098.0, 11044.0, 11053.0, 11039.0, 11137.0, 11111.0, 11016.0, 11014.0, 11006.0, 11034.0, 11035.0, 11091.0, 11024.0, 11003.0, 11075.0, 11085.0, 11184.0, 11177.0, 11056.0, 11036.0, 11019.0, 10996.0, 11014.0, 10972.0, 11044.0, 11033.0, 11136.0, 11120.0, 11015.0, 11020.0, 11025.0, 11025.0, 11041.0, 11009.0, 11045.0, 11014.0, 11036.0, 11039.0, 11011.0, 11030.0, 11015.0, 11054.0, 11010.0, 10998.0, 11001.0, 10982.0, 11055.0, 11129.0, 11167.0, 11073.0, 11031.0, 11010.0, 10996.0, 11063.0, 11061.0, 11106.0, 11011.0, 11017.0, 11035.0, 11051.0, 11065.0, 11010.0, 11019.0, 11052.0, 11049.0, 11072.0, 11044.0, 11031.0, 11043.0, 11070.0, 11104.0, 11059.0, 11027.0, 11083.0, 11061.0, 11160.0, 11138.0, 11039.0, 11035.0, 11009.0, 11000.0, 11050.0, 11160.0, 11150.0, 11080.0, 11028.0, 10988.0, 10987.0, 11004.0, 11049.0, 11019.0, 11019.0, 11051.0, 11029.0, 11088.0, 11002.0, 11019.0, 11079.0, 11098.0, 11122.0, 11007.0, 10988.0, 11065.0, 11091.0, 11161.0, 11081.0, 11028.0, 11027.0, 11013.0, 11047.0, 11029.0, 11039.0, 11008.0, 11001.0, 11030.0, 11031.0, 11031.0, 11009.0, 11023.0, 11031.0, 11044.0, 11034.0, 11040.0, 11081.0, 11067.0, 11031.0, 11035.0, 11056.0, 11107.0, 11108.0, 11135.0, 11064.0, 10998.0, 10992.0, 11033.0, 11104.0, 11139.0, 11068.0, 11035.0, 11009.0, 11015.0, 11052.0, 11084.0, 11066.0, 11000.0, 11016.0, 11027.0, 11079.0, 11104.0, 11017.0, 10998.0, 11064.0, 11080.0, 11135.0, 11072.0, 11046.0, 11058.0, 11030.0, 11034.0, 11103.0, 11149.0, 11185.0, 11127.0, 11032.0, 11031.0, 11032.0, 11099.0, 11122.0, 11145.0, 11068.0, 10981.0, 11028.0, 11011.0, 11064.0, 11021.0, 10970.0, 11012.0, 11014.0, 11052.0, 11022.0, 11005.0, 11079.0, 11026.0, 11124.0, 11030.0, 10992.0, 11054.0, 11059.0, 11145.0, 11101.0, 11017.0, 11000.0, 11007.0, 11044.0, 11081.0, 11119.0, 11008.0, 11004.0, 11047.0, 11080.0, 11088.0, 11006.0, 11010.0, 11055.0, 11092.0, 11118.0, 11008.0, 11003.0, 11070.0, 11034.0, 11137.0, 11101.0, 11028.0, 11020.0, 11055.0, 11063.0, 11093.0, 11069.0, 11032.0, 11024.0, 11038.0, 11078.0, 11091.0, 11054.0, 11026.0, 11066.0, 11088.0, 11014.0, 11020.0, 11032.0, 11105.0, 11050.0, 11007.0, 11036.0, 11033.0, 11098.0, 11042.0, 11030.0, 11063.0, 11088.0, 11138.0, 11105.0, 11003.0, 11012.0, 11013.0, 11055.0, 11078.0, 11099.0, 11024.0, 11002.0, 11040.0, 11041.0, 11105.0, 11043.0, 11003.0, 11036.0, 11039.0, 11121.0, 11078.0, 11014.0, 11081.0, 11056.0, 11143.0, 11064.0, 10992.0, 11064.0, 11060.0, 11154.0, 11098.0, 11008.0, 11017.0, 11027.0, 11102.0, 11050.0, 11039.0, 11034.0, 11033.0, 11089.0, 11007.0, 11027.0, 11039.0, 11141.0, 11103.0, 11072.0, 11013.0, 10981.0, 11048.0, 11022.0, 11097.0, 11084.0, 11006.0, 10999.0, 11019.0, 11042.0, 11040.0, 11021.0, 10999.0, 11031.0, 11052.0, 11065.0, 11110.0, 11040.0, 11031.0, 11010.0, 11025.0, 11013.0, 11067.0, 11062.0, 11161.0, 11135.0, 11041.0, 11046.0, 11025.0, 11129.0, 11114.0, 11059.0, 11028.0, 10996.0, 11011.0, 11020.0, 11074.0, 11015.0, 11010.0, 11040.0, 11043.0, 11049.0, 11002.0, 10993.0, 11027.0, 11050.0, 11046.0, 11001.0, 11039.0, 11047.0, 11107.0, 11099.0, 11007.0, 10996.0, 11034.0, 11049.0, 11079.0, 11073.0, 11050.0, 11022.0, 11006.0, 11056.0, 11094.0, 11140.0, 11079.0, 11060.0, 11006.0, 11001.0, 11037.0, 11060.0, 11067.0, 11006.0, 11021.0, 11041.0, 11095.0, 11023.0, 11024.0, 11074.0, 11022.0, 11099.0, 11027.0, 11035.0, 11061.0, 11097.0, 11140.0, 11018.0, 11002.0, 11050.0, 11101.0, 11118.0, 11104.0, 11055.0, 11003.0, 10986.0, 10999.0, 11005.0, 11067.0, 11030.0, 11032.0, 11046.0, 11065.0, 11044.0, 11019.0, 11036.0, 11045.0, 11117.0, 11028.0, 11032.0, 11081.0, 11088.0, 11091.0, 11024.0, 11051.0, 11087.0, 11119.0, 11112.0, 11021.0, 10991.0, 11061.0, 11051.0, 11132.0, 11085.0, 11005.0, 11030.0, 11037.0, 11075.0, 11084.0, 11027.0, 11017.0, 11031.0, 11042.0, 11055.0, 11058.0, 11059.0, 11052.0, 11112.0, 11106.0, 11036.0, 11040.0, 11076.0, 11109.0, 11120.0, 11029.0, 11025.0, 11060.0, 11155.0, 11151.0, 11114.0, 11060.0, 11007.0, 10983.0, 11058.0, 11061.0, 11148.0, 11093.0, 11000.0, 11011.0, 11010.0, 11050.0, 11022.0, 11000.0, 10998.0, 11027.0, 11062.0, 11029.0, 11017.0, 11012.0, 11046.0, 11074.0, 11101.0, 11107.0, 11012.0, 10966.0, 11038.0, 11031.0, 11113.0, 11044.0, 11036.0, 11075.0, 11114.0, 11162.0, 11080.0, 10996.0, 11004.0, 11020.0, 11054.0, 11116.0, 11143.0, 11043.0, 11005.0, 11035.0, 11088.0, 11107.0, 11033.0, 11038.0, 11031.0, 11117.0, 11083.0, 11033.0, 11012.0, 11026.0, 11068.0, 11083.0, 11051.0, 10984.0, 11010.0, 11059.0, 11114.0, 11109.0, 11023.0, 10945.0, 11024.0, 10994.0, 11059.0, 11016.0, 10982.0, 11000.0, 11004.0, 11069.0, 10993.0, 11020.0, 11048.0, 11068.0, 11084.0, 11013.0, 11012.0, 11043.0, 11025.0, 11033.0, 11111.0, 11075.0, 11024.0, 10994.0, 11037.0, 11097.0, 11145.0, 11075.0, 11033.0, 10999.0, 11016.0, 11036.0, 11072.0, 11056.0, 11025.0, 11020.0, 11032.0, 11083.0, 11046.0, 11007.0, 11048.0, 11027.0, 11111.0, 11108.0, 11015.0, 10975.0, 10977.0, 10966.0, 11044.0, 11107.0, 11091.0, 10994.0, 10999.0, 11042.0, 11033.0, 11096.0, 11005.0, 10997.0, 11026.0, 11039.0, 11094.0, 11029.0, 11066.0, 11051.0, 11081.0, 11038.0, 11039.0, 11095.0, 11081.0, 11161.0, 11094.0, 11032.0, 11020.0, 11024.0, 11018.0, 11062.0, 11019.0, 11051.0, 11138.0, 11134.0, 11054.0, 11010.0, 10998.0, 11038.0, 11032.0, 11005.0, 11015.0, 11048.0, 11037.0, 11090.0, 11032.0, 11023.0, 11005.0, 11023.0, 11038.0, 11032.0, 11069.0, 11026.0, 11026.0, 11081.0, 11125.0, 11108.0, 11022.0, 10989.0, 11042.0, 11058.0, 11111.0, 11015.0, 11007.0, 11060.0, 11092.0, 11122.0, 11006.0, 10990.0, 11045.0, 11078.0, 11093.0, 11004.0, 10986.0, 11050.0, 11076.0, 11116.0, 11035.0, 11017.0, 11059.0, 11064.0, 11134.0, 11011.0, 10999.0, 11072.0, 11015.0, 11120.0, 11067.0, 11029.0, 11055.0, 11055.0, 11093.0, 11109.0, 11051.0, 11044.0, 11020.0, 11010.0, 11092.0, 11075.0, 11026.0, 11048.0, 11050.0, 11142.0, 11085.0, 11005.0, 11034.0, 11038.0, 11125.0, 11053.0, 11017.0, 11098.0, 11105.0, 11161.0, 11117.0, 11011.0, 11030.0, 11034.0, 11139.0, 11114.0, 11071.0, 11019.0, 11034.0, 11048.0, 11076.0, 11023.0, 10987.0, 11020.0, 11063.0, 11074.0, 11032.0, 11009.0, 11025.0, 11064.0, 11092.0, 11015.0, 11003.0, 11028.0, 11102.0, 11119.0, 11019.0, 11020.0, 11062.0, 11093.0, 11109.0, 11011.0, 11032.0, 11038.0, 11106.0, 11131.0, 11028.0, 10985.0, 11045.0, 11026.0, 11117.0, 11046.0, 11001.0, 11040.0, 11021.0, 11101.0, 11081.0, 11027.0, 11032.0, 11039.0, 11047.0, 11106.0, 11049.0, 11044.0, 11027.0, 11054.0, 11109.0, 11127.0, 11074.0, 11005.0, 11042.0, 11120.0, 11152.0, 11049.0, 10982.0, 11000.0, 11041.0, 11098.0, 11040.0, 10986.0, 11016.0, 11009.0, 11103.0, 11022.0, 10997.0, 11056.0, 11031.0, 11132.0, 11073.0, 10993.0, 11037.0, 11021.0, 11105.0, 11120.0, 11022.0, 11017.0, 11048.0, 11031.0, 11089.0, 11041.0, 11002.0, 11030.0, 11049.0, 11112.0, 11048.0, 11030.0, 11052.0, 11029.0, 11146.0, 11029.0, 10977.0, 11050.0, 11024.0, 11130.0, 11028.0, 11015.0, 11082.0, 11102.0, 11135.0, 11017.0, 11004.0, 11073.0, 11106.0, 11177.0, 11204.0, 11133.0, 11074.0, 11013.0, 10980.0, 11003.0, 10984.0, 11042.0, 11027.0, 11070.0, 11050.0, 11036.0, 11059.0, 11047.0, 10999.0, 11055.0, 11004.0, 11083.0, 11023.0, 11041.0, 11100.0, 11079.0, 11057.0, 11007.0, 10981.0, 10995.0, 10989.0, 11072.0, 11003.0, 10972.0, 11007.0, 10997.0, 11015.0, 11001.0, 11017.0, 11019.0, 11034.0, 11040.0, 10981.0, 11007.0, 10976.0, 11049.0, 11070.0, 11139.0, 11044.0, 10966.0, 11011.0, 11022.0, 11097.0, 11016.0, 10994.0, 11059.0, 11067.0, 11108.0, 11049.0, 11018.0, 11061.0, 11077.0, 11116.0, 11099.0, 11034.0, 11048.0, 11126.0, 11172.0, 11191.0, 11088.0, 11011.0, 10988.0, 11001.0, 11069.0, 11121.0, 11090.0, 11035.0, 11011.0, 11050.0, 11081.0, 11055.0, 10968.0, 10951.0, 11015.0, 10975.0, 11029.0, 10991.0, 10992.0, 11054.0, 11055.0, 11016.0, 10998.0, 11022.0, 11061.0, 11107.0, 11097.0, 10984.0, 10972.0, 11021.0, 11019.0, 11130.0, 11076.0, 11028.0, 11010.0, 11009.0, 11041.0, 11047.0, 11078.0, 11014.0, 11024.0, 11048.0, 11081.0, 11109.0, 11029.0, 11031.0, 11036.0, 11103.0, 11131.0, 11027.0, 11012.0, 10994.0, 10985.0, 11072.0, 11034.0, 11030.0, 11042.0, 11108.0, 11129.0, 11057.0, 11018.0, 10991.0, 10998.0, 11035.0, 11085.0, 11053.0, 10997.0, 11001.0, 11030.0, 11072.0, 11067.0, 10994.0, 11012.0, 11016.0, 11028.0, 11009.0, 11029.0, 11063.0, 11045.0, 10988.0, 11021.0, 11059.0, 11111.0, 11100.0, 11026.0, 10990.0, 10994.0, 11015.0, 11025.0, 11106.0, 11111.0, 11005.0, 10994.0, 11025.0, 11021.0, 11124.0, 11000.0, 10981.0, 11033.0, 11035.0, 11099.0, 11020.0, 10988.0, 11032.0, 11084.0, 11093.0, 11035.0, 11039.0, 11119.0, 11146.0, 11143.0, 11048.0, 10967.0, 11003.0, 11008.0, 11085.0, 11084.0, 11023.0, 11022.0, 11018.0, 11089.0, 10993.0, 10972.0, 11027.0, 11017.0, 11047.0, 10990.0, 10997.0, 11046.0, 11059.0, 11094.0, 11003.0, 10999.0, 11057.0, 11049.0, 11107.0, 11012.0, 10942.0, 11040.0, 11047.0, 11133.0, 11080.0, 10943.0, 11009.0, 11010.0, 11093.0, 11075.0, 11009.0, 10986.0, 11012.0, 11064.0, 11062.0, 11004.0, 11019.0, 11039.0, 11123.0, 11077.0, 11009.0, 11043.0, 11037.0, 11143.0, 11069.0, 10998.0, 11058.0, 11054.0, 11103.0, 11003.0, 11017.0, 11068.0, 11088.0, 11090.0, 11001.0, 10971.0, 10999.0, 11009.0, 11082.0, 11077.0, 11003.0, 11012.0, 11013.0, 11061.0, 11077.0, 10997.0, 11011.0, 11012.0, 11042.0, 11065.0, 11009.0, 11010.0, 11045.0, 11024.0, 11017.0, 11042.0, 11047.0, 11125.0, 11072.0, 10999.0, 10991.0, 11033.0, 11102.0, 11124.0, 11085.0, 10992.0, 11000.0, 10991.0, 11036.0, 11070.0, 11077.0, 10994.0, 10995.0, 11025.0, 11048.0, 11067.0, 11008.0, 11021.0, 11084.0, 11081.0, 11020.0, 10993.0, 11052.0, 11118.0, 11134.0, 11030.0, 10984.0, 11024.0, 11108.0, 11101.0, 10993.0, 10984.0, 11021.0, 11101.0, 11113.0, 11030.0, 10964.0, 10995.0, 11008.0, 11057.0, 11092.0, 10998.0, 10969.0, 10981.0, 11033.0, 11077.0, 11010.0, 11006.0, 11030.0, 11068.0, 11078.0, 11077.0, 11040.0, 11039.0, 10986.0, 11025.0, 11025.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.00047172760511883</td></tr>
<tr><td colspan=3>aqi</td><td>0.023431141316270568</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.502853725178426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1980420485178405</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0008021057182057</td></tr>
<tr><td colspan=3>efc</td><td>0.5343</td></tr>
<tr><td colspan=3>fber</td><td>2542.5251</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2214828973737879</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>539</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>49.26873857404022</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3438894505228185</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2538482189913434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4860423952735853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2917777373035264</td></tr>
<tr><td colspan=3>gcor</td><td>0.00831481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012643690221011639</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03862633928656578</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.066606511759825</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.1577</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>88.7163</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>300.6332</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>86.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285488.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>524.9604</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6279</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>669.7207</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4228.3679</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.9116</td></tr>
<tr><td colspan=3>tsnr</td><td>36.42706543719396</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>