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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>08:49:58.902500</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.999527, -0.0237818, -0.0195236, 0.0266973, 0.98576, 0.166027]</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.0977388</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7901, -7246, 455, -99, -405, 249, 172]</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>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ddf05cde-5da6-4073-97e9-d26055ecd154||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.6816565990448, 0.07162676751613617, -0.04130241647362709, 109.97234344482422], [0.06380488723516464, 2.644721508026123, 0.44946756958961487, -109.01071166992188], [-0.052380479872226715, -0.4454379081726074, 2.6620054244995117, -47.80448532104492], [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': ['084958.902500', '084959.362500', '084959.822500', '085000.282500', '085000.742500', '085001.202500', '085001.662500', '085002.122500', '085002.582500', '085003.042500', '085003.502500', '085003.962500', '085004.422500', '085004.882500', '085005.342500', '085005.802500', '085006.262500', '085006.722500', '085007.182500', '085007.642500', '085008.102500', '085008.562500', '085009.022500', '085009.482500', '085009.942500', '085010.402500', '085010.862500', '085011.322500', '085011.782500', '085012.242500', '085012.702500', '085013.162500', '085013.622500', '085014.082500', '085014.542500', '085015.002500', '085015.462500', '085015.922500', '085016.382500', '085016.842500', '085017.302500', '085017.762500', '085018.222500', '085018.682500', '085019.142500', '085019.602500', '085020.062500', '085020.522500', '085020.982500', '085021.442500', '085021.902500', '085022.362500', '085022.822500', '085023.282500', '085023.742500', '085024.202500', '085024.662500', '085025.122500', '085025.582500', '085026.042500', '085026.502500', '085026.962500', '085027.422500', '085027.882500', '085028.342500', '085028.802500', '085029.262500', '085029.722500', '085030.182500', '085030.642500', '085031.102500', '085031.562500', '085032.022500', '085032.482500', '085032.942500', '085033.402500', '085033.862500', '085034.322500', '085034.782500', '085035.242500', '085035.702500', '085036.162500', '085036.622500', '085037.082500', '085037.542500', '085038.002500', '085038.462500', '085038.922500', '085039.382500', '085039.842500', '085040.302500', '085040.762500', '085041.222500', '085041.682500', '085042.142500', '085042.602500', '085043.062500', '085043.522500', '085043.982500', '085044.442500', '085044.902500', '085045.362500', '085045.822500', '085046.282500', '085046.742500', '085047.202500', '085047.662500', '085048.122500', '085048.582500', '085049.042500', '085049.502500', '085049.962500', '085050.422500', '085050.882500', '085051.342500', '085051.802500', '085052.262500', '085052.722500', '085053.182500', '085053.642500', '085054.102500', '085054.562500', '085055.022500', '085055.482500', '085055.942500', '085056.402500', '085056.862500', '085057.322500', '085057.782500', '085058.242500', '085058.702500', '085059.162500', '085059.622500', '085100.082500', '085100.542500', '085101.002500', '085101.462500', '085101.922500', '085102.382500', '085102.842500', '085103.302500', '085103.762500', '085104.222500', '085104.682500', '085105.142500', '085105.602500', '085106.062500', '085106.522500', '085106.982500', '085107.442500', '085107.902500', '085108.362500', '085108.822500', '085109.282500', '085109.742500', '085110.202500', '085110.662500', '085111.122500', '085111.582500', '085112.042500', '085112.502500', '085112.962500', '085113.422500', '085113.882500', '085114.342500', '085114.802500', '085115.262500', '085115.722500', '085116.182500', '085116.642500', '085117.102500', '085117.562500', '085118.022500', '085118.482500', '085118.942500', '085119.402500', '085119.862500', '085120.322500', '085120.782500', '085121.242500', '085121.702500', '085122.162500', '085122.622500', '085123.082500', '085123.542500', '085124.002500', '085124.462500', '085124.922500', '085125.382500', '085125.842500', '085126.302500', '085126.762500', '085127.222500', '085127.682500', '085128.142500', '085128.602500', '085129.062500', '085129.522500', '085129.982500', '085130.442500', '085130.902500', '085131.362500', '085131.822500', '085132.282500', '085132.742500', '085133.202500', '085133.662500', '085134.122500', '085134.582500', '085135.042500', '085135.502500', '085135.962500', '085136.422500', '085136.882500', '085137.342500', '085137.802500', '085138.262500', '085138.722500', '085139.182500', '085139.642500', '085140.102500', '085140.562500', '085141.022500', '085141.482500', '085141.942500', '085142.402500', '085142.862500', '085143.322500', '085143.782500', '085144.242500', '085144.702500', '085145.162500', '085145.622500', '085146.082500', '085146.542500', '085147.002500', '085147.462500', '085147.922500', '085148.382500', '085148.842500', '085149.302500', '085149.762500', '085150.222500', '085150.682500', '085151.142500', '085151.602500', '085152.062500', '085152.522500', '085152.982500', '085153.442500', '085153.902500', '085154.362500', '085154.822500', '085155.282500', '085155.742500', '085156.202500', '085156.662500', '085157.122500', '085157.582500', '085158.042500', '085158.502500', '085158.962500', '085159.422500', '085159.882500', '085200.342500', '085200.802500', '085201.262500', '085201.722500', '085202.182500', '085202.642500', '085203.102500', '085203.562500', '085204.022500', '085204.482500', '085204.942500', '085205.402500', '085205.862500', '085206.322500', '085206.782500', '085207.242500', '085207.702500', '085208.162500', '085208.622500', '085209.082500', '085209.542500', '085210.002500', '085210.462500', '085210.922500', '085211.382500', '085211.842500', '085212.302500', '085212.762500', '085213.222500', '085213.682500', '085214.142500', '085214.602500', '085215.062500', '085215.522500', '085215.982500', '085216.442500', '085216.902500', '085217.362500', '085217.822500', '085218.282500', '085218.742500', '085219.202500', '085219.662500', '085220.122500', '085220.582500', '085221.042500', '085221.502500', '085221.962500', '085222.422500', '085222.882500', '085223.342500', '085223.802500', '085224.262500', '085224.722500', '085225.182500', '085225.642500', '085226.102500', '085226.562500', '085227.022500', '085227.482500', '085227.942500', '085228.402500', '085228.862500', '085229.322500', '085229.782500', '085230.242500', '085230.702500', '085231.162500', '085231.622500', '085232.082500', '085232.542500', '085233.002500', '085233.462500', '085233.922500', '085234.382500', '085234.842500', '085235.302500', '085235.762500', '085236.222500', '085236.682500', '085237.142500', '085237.602500', '085238.062500', '085238.522500', '085238.982500', '085239.442500', '085239.902500', '085240.362500', '085240.822500', '085241.282500', '085241.742500', '085242.202500', '085242.662500', '085243.122500', '085243.582500', '085244.042500', '085244.502500', '085244.962500', '085245.422500', '085245.882500', '085246.342500', '085246.802500', '085247.262500', '085247.722500', '085248.182500', '085248.642500', '085249.102500', '085249.562500', '085250.022500', '085250.482500', '085250.942500', '085251.402500', '085251.862500', '085252.322500', '085252.782500', '085253.242500', '085253.702500', '085254.162500', '085254.622500', '085255.082500', '085255.542500', '085256.002500', '085256.462500', '085256.922500', '085257.382500', '085257.842500', '085258.302500', '085258.762500', '085259.222500', '085259.682500', '085300.142500', '085300.602500', '085301.062500', '085301.522500', '085301.982500', '085302.442500', '085302.902500', '085303.362500', '085303.822500', '085304.282500', '085304.742500', '085305.202500', '085305.662500', '085306.122500', '085306.582500', '085307.042500', '085307.502500', '085307.962500', '085308.422500', '085308.882500', '085309.342500', '085309.802500', '085310.262500', '085310.722500', '085311.182500', '085311.642500', '085312.102500', '085312.562500', '085313.022500', '085313.482500', '085313.942500', '085314.402500', '085314.862500', '085315.322500', '085315.782500', '085316.242500', '085316.702500', '085317.162500', '085317.622500', '085318.082500', '085318.542500', '085319.002500', '085319.462500', '085319.922500', '085320.382500', '085320.842500', '085321.302500', '085321.762500', '085322.222500', '085322.682500', '085323.142500', '085323.602500', '085324.062500', '085324.522500', '085324.982500', '085325.442500', '085325.902500', '085326.362500', '085326.822500', '085327.282500', '085327.742500', '085328.202500', '085328.662500', '085329.122500', '085329.582500', '085330.042500', '085330.502500', '085330.962500', '085331.422500', '085331.882500', '085332.342500', '085332.802500', '085333.262500', '085333.722500', '085334.182500', '085334.642500', '085335.102500', '085335.562500', '085336.022500', '085336.482500', '085336.942500', '085337.402500', '085337.862500', '085338.322500', '085338.782500', '085339.242500', '085339.702500', '085340.162500', '085340.622500', '085341.082500', '085341.542500', '085342.002500', '085342.462500', '085342.922500', '085343.382500', '085343.842500', '085344.302500', '085344.762500', '085345.222500', '085345.682500', '085346.142500', '085346.602500', '085347.062500', '085347.522500', '085347.982500', '085348.442500', '085348.902500', '085349.362500', '085349.822500', '085350.282500', '085350.742500', '085351.202500', '085351.662500', '085352.122500', '085352.582500', '085353.042500', '085353.502500', '085353.962500', '085354.422500', '085354.882500', '085355.342500', '085355.802500', '085356.262500', '085356.722500', '085357.182500', '085357.642500', '085358.102500', '085358.562500', '085359.022500', '085359.482500', '085359.942500', '085400.402500', '085400.862500', '085401.322500', '085401.782500', '085402.242500', '085402.702500', '085403.162500', '085403.622500', '085404.082500', '085404.542500', '085405.002500', '085405.462500', '085405.922500', '085406.382500', '085406.842500', '085407.302500', '085407.762500', '085408.222500', '085408.682500', '085409.142500', '085409.602500', '085410.062500', '085410.522500', '085410.982500', '085411.442500', '085411.902500', '085412.362500', '085412.822500', '085413.282500', '085413.742500', '085414.202500', '085414.662500', '085415.122500', '085415.582500', '085416.042500', '085416.502500', '085416.962500', '085417.422500', '085417.882500', '085418.342500', '085418.802500', '085419.262500', '085419.722500', '085420.182500', '085420.642500', '085421.102500', '085421.562500', '085422.022500', '085422.482500', '085422.942500', '085423.402500', '085423.862500', '085424.322500', '085424.782500', '085425.242500', '085425.702500', '085426.162500', '085426.622500', '085427.082500', '085427.542500', '085428.002500', '085428.462500', '085428.922500', '085429.382500', '085429.842500', '085430.302500', '085430.762500', '085431.222500', '085431.682500', '085432.142500', '085432.602500', '085433.062500', '085433.522500', '085433.982500', '085434.442500', '085434.902500', '085435.362500', '085435.822500', '085436.282500', '085436.742500', '085437.202500', '085437.662500', '085438.122500', '085438.582500', '085439.042500', '085439.502500', '085439.962500', '085440.422500', '085440.882500', '085441.342500', '085441.802500', '085442.262500', '085442.722500', '085443.182500', '085443.642500', '085444.102500', '085444.562500', '085445.022500', '085445.482500', '085445.942500', '085446.402500', '085446.862500', '085447.322500', '085447.782500', '085448.242500', '085448.702500', '085449.162500', '085449.622500', '085450.082500', '085450.542500', '085451.002500', '085451.462500', '085451.922500', '085452.382500', '085452.842500', '085453.302500', '085453.762500', '085454.222500', '085454.682500', '085455.142500', '085455.602500', '085456.062500', '085456.522500', '085456.982500', '085457.442500', '085457.902500', '085458.362500', '085458.822500', '085459.282500', '085459.742500', '085500.202500', '085500.662500', '085501.122500', '085501.582500', '085502.042500', '085502.502500', '085502.962500', '085503.422500', '085503.882500', '085504.342500', '085504.802500', '085505.262500', '085505.722500', '085506.182500', '085506.642500', '085507.102500', '085507.562500', '085508.022500', '085508.482500', '085508.942500', '085509.402500', '085509.862500', '085510.322500', '085510.782500', '085511.242500', '085511.702500', '085512.162500', '085512.622500', '085513.082500', '085513.542500', '085514.002500', '085514.462500', '085514.922500', '085515.382500', '085515.842500', '085516.302500', '085516.762500', '085517.222500', '085517.682500', '085518.142500', '085518.602500', '085519.062500', '085519.522500', '085519.982500', '085520.442500', '085520.902500', '085521.362500', '085521.822500', '085522.282500', '085522.742500', '085523.202500', '085523.662500', '085524.122500', '085524.582500', '085525.042500', '085525.502500', '085525.962500', '085526.422500', '085526.882500', '085527.342500', '085527.802500', '085528.262500', '085528.722500', '085529.182500', '085529.642500', '085530.102500', '085530.562500', '085531.022500', '085531.482500', '085531.942500', '085532.402500', '085532.862500', '085533.322500', '085533.782500', '085534.242500', '085534.702500', '085535.162500', '085535.622500', '085536.082500', '085536.542500', '085537.002500', '085537.462500', '085537.922500', '085538.382500', '085538.842500', '085539.302500', '085539.762500', '085540.222500', '085540.682500', '085541.142500', '085541.602500', '085542.062500', '085542.522500', '085542.982500', '085543.442500', '085543.902500', '085544.362500', '085544.822500', '085545.282500', '085545.742500', '085546.202500', '085546.662500', '085547.122500', '085547.582500', '085548.042500', '085548.502500', '085548.962500', '085549.422500', '085549.882500', '085550.342500', '085550.802500', '085551.262500', '085551.722500', '085552.182500', '085552.642500', '085553.102500', '085553.562500', '085554.022500', '085554.482500', '085554.942500', '085555.402500', '085555.862500', '085556.322500', '085556.782500', '085557.242500', '085557.702500', '085558.162500', '085558.622500', '085559.082500', '085559.542500', '085600.002500', '085600.462500', '085600.922500', '085601.382500', '085601.842500', '085602.302500', '085602.762500', '085603.222500', '085603.682500', '085604.142500', '085604.602500', '085605.062500', '085605.522500', '085605.982500', '085606.442500', '085606.902500', '085607.362500', '085607.822500', '085608.282500', '085608.742500', '085609.202500', '085609.662500', '085610.122500', '085610.582500', '085611.042500', '085611.502500', '085611.962500', '085612.422500', '085612.882500', '085613.342500', '085613.802500', '085614.262500', '085614.722500', '085615.182500', '085615.642500', '085616.102500', '085616.562500', '085617.022500', '085617.482500', '085617.942500', '085618.402500', '085618.862500', '085619.322500', '085619.782500', '085620.242500', '085620.702500', '085621.162500', '085621.622500', '085622.082500', '085622.542500', '085623.002500', '085623.462500', '085623.922500', '085624.382500', '085624.842500', '085625.302500', '085625.762500', '085626.222500', '085626.682500', '085627.142500', '085627.602500', '085628.062500', '085628.522500', '085628.982500', '085629.442500', '085629.902500', '085630.362500', '085630.822500', '085631.282500', '085631.742500', '085632.202500', '085632.662500', '085633.122500', '085633.582500', '085634.042500', '085634.502500', '085634.962500', '085635.422500', '085635.882500', '085636.342500', '085636.802500', '085637.262500', '085637.722500', '085638.182500', '085638.642500', '085639.102500', '085639.562500', '085640.022500', '085640.482500', '085640.942500', '085641.402500', '085641.862500', '085642.322500', '085642.782500', '085643.242500', '085643.702500', '085644.162500', '085644.622500', '085645.082500', '085645.542500', '085646.002500', '085646.462500', '085646.922500', '085647.382500', '085647.842500', '085648.302500', '085648.762500', '085649.222500', '085649.682500', '085650.142500', '085650.602500', '085651.062500', '085651.522500', '085651.982500', '085652.442500', '085652.902500', '085653.362500', '085653.822500', '085654.282500', '085654.742500', '085655.202500', '085655.662500', '085656.122500', '085656.582500', '085657.042500', '085657.502500', '085657.962500', '085658.422500', '085658.882500', '085659.342500', '085659.802500', '085700.262500', '085700.722500', '085701.182500', '085701.642500', '085702.102500', '085702.562500', '085703.022500', '085703.482500', '085703.942500', '085704.402500', '085704.862500', '085705.322500', '085705.782500', '085706.242500', '085706.702500', '085707.162500', '085707.622500', '085708.082500', '085708.542500', '085709.002500', '085709.462500', '085709.922500', '085710.382500', '085710.842500', '085711.302500', '085711.762500', '085712.222500', '085712.682500', '085713.142500', '085713.602500', '085714.062500', '085714.522500', '085714.982500', '085715.442500', '085715.902500', '085716.362500', '085716.822500', '085717.282500', '085717.742500', '085718.202500', '085718.662500', '085719.122500', '085719.582500', '085720.042500', '085720.502500', '085720.962500', '085721.422500', '085721.882500', '085722.342500', '085722.802500', '085723.262500', '085723.722500', '085724.182500', '085724.642500', '085725.102500', '085725.562500', '085726.022500', '085726.482500', '085726.942500', '085727.402500', '085727.862500', '085728.322500', '085728.782500', '085729.242500', '085729.702500', '085730.162500', '085730.622500', '085731.082500', '085731.542500', '085732.002500', '085732.462500', '085732.922500', '085733.382500', '085733.842500', '085734.302500', '085734.762500', '085735.222500', '085735.682500', '085736.142500', '085736.602500', '085737.062500', '085737.522500', '085737.982500', '085738.442500', '085738.902500', '085739.362500', '085739.822500', '085740.282500', '085740.742500', '085741.202500', '085741.662500', '085742.122500', '085742.582500', '085743.042500', '085743.502500', '085743.962500', '085744.422500', '085744.882500', '085745.342500', '085745.802500', '085746.262500', '085746.722500', '085747.182500', '085747.642500', '085748.102500', '085748.562500', '085749.022500', '085749.482500', '085749.942500', '085750.402500', '085750.862500', '085751.322500', '085751.782500', '085752.242500', '085752.702500', '085753.162500', '085753.622500', '085754.082500', '085754.542500', '085755.002500', '085755.462500', '085755.922500', '085756.382500', '085756.842500', '085757.302500', '085757.762500', '085758.222500', '085758.682500', '085759.142500', '085759.602500', '085800.062500', '085800.522500', '085800.982500', '085801.442500', '085801.902500', '085802.362500', '085802.822500', '085803.282500', '085803.742500', '085804.202500', '085804.662500', '085805.122500', '085805.582500', '085806.042500', '085806.502500', '085806.962500', '085807.422500', '085807.882500', '085808.342500', '085808.802500', '085809.262500', '085809.722500', '085810.182500', '085810.642500', '085811.102500', '085811.562500', '085812.022500', '085812.482500', '085812.942500', '085813.402500', '085813.862500', '085814.322500', '085814.782500', '085815.242500', '085815.702500', '085816.162500', '085816.622500', '085817.082500', '085817.542500', '085818.002500', '085818.462500', '085818.922500', '085819.382500', '085819.842500', '085820.302500', '085820.762500', '085821.222500', '085821.682500', '085822.142500', '085822.602500', '085823.062500', '085823.522500'], 'ContentTime': ['085026.455000', '085026.459000', '085026.462000', '085026.464000', '085026.467000', '085026.469000', '085026.472000', '085026.475000', '085026.477000', '085026.480000', '085026.482000', '085026.485000', '085026.487000', '085026.494000', '085026.497000', '085026.499000', '085026.502000', '085026.505000', '085026.507000', '085026.510000', '085026.512000', '085026.515000', '085026.517000', '085026.520000', '085026.522000', '085026.525000', '085026.528000', '085026.530000', '085026.533000', '085026.535000', '085026.538000', '085026.540000', '085026.543000', '085026.545000', '085026.548000', '085026.551000', '085026.553000', '085026.556000', '085026.558000', '085026.561000', '085026.563000', '085026.566000', '085026.569000', '085026.571000', '085026.574000', '085026.576000', '085026.579000', '085026.581000', '085026.584000', '085026.587000', '085026.589000', '085026.592000', '085026.594000', '085026.597000', '085026.599000', '085026.602000', '085046.429000', '085046.432000', '085046.435000', '085046.437000', '085046.440000', '085046.442000', '085046.445000', '085046.447000', '085046.457000', '085046.466000', '085046.469000', '085046.471000', '085046.474000', '085046.476000', '085046.479000', '085046.482000', '085046.484000', '085046.487000', '085046.489000', '085046.492000', '085046.494000', '085046.497000', '085046.500000', '085046.502000', '085046.505000', '085046.507000', '085046.510000', '085046.512000', '085046.515000', '085046.518000', '085046.520000', '085046.523000', '085046.525000', '085046.528000', '085046.530000', '085046.533000', '085046.536000', '085046.538000', '085046.541000', '085046.543000', '085046.546000', '085046.548000', '085046.560000', '085046.562000', '085106.429000', '085106.432000', '085106.435000', '085106.437000', '085106.440000', '085106.450000', '085106.452000', '085106.455000', '085106.457000', '085106.460000', '085106.462000', '085106.465000', '085106.468000', '085106.470000', '085106.473000', '085106.475000', '085106.478000', '085106.481000', '085106.484000', '085106.486000', '085106.489000', '085106.491000', '085106.494000', '085106.496000', '085106.499000', '085106.501000', '085106.504000', '085106.507000', '085106.509000', '085106.512000', '085106.514000', '085106.517000', '085106.519000', '085106.522000', '085106.525000', '085106.527000', '085106.530000', '085106.532000', '085106.535000', '085106.537000', '085106.540000', '085106.543000', '085106.545000', '085106.548000', '085126.429000', '085126.432000', '085126.435000', '085126.437000', '085126.440000', '085126.442000', '085126.445000', '085126.448000', '085126.450000', '085126.453000', '085126.455000', '085126.458000', '085126.461000', '085126.463000', '085126.466000', '085126.468000', '085126.471000', '085126.473000', '085126.476000', '085126.479000', '085126.481000', '085126.484000', '085126.486000', '085126.489000', '085126.491000', '085126.494000', '085126.503000', '085126.506000', '085126.509000', '085126.511000', '085126.514000', '085126.516000', '085126.519000', '085126.521000', '085126.524000', '085126.526000', '085126.529000', '085126.532000', '085126.534000', '085126.537000', '085126.539000', '085126.542000', '085126.545000', '085146.428000', '085146.431000', '085146.434000', '085146.436000', '085146.439000', '085146.441000', '085146.444000', '085146.446000', '085146.449000', '085146.452000', '085146.454000', '085146.457000', '085146.460000', '085146.462000', '085146.465000', '085146.468000', '085146.470000', '085146.473000', '085146.475000', '085146.478000', '085146.480000', '085146.483000', '085146.486000', '085146.488000', '085146.491000', '085146.493000', '085146.496000', '085146.499000', '085146.501000', '085146.504000', '085146.506000', '085146.509000', '085146.512000', '085146.514000', '085146.517000', '085146.519000', '085146.522000', '085146.525000', '085146.527000', '085146.530000', '085146.532000', '085146.535000', '085146.538000', '085206.430000', '085206.432000', '085206.435000', '085206.437000', '085206.440000', '085206.443000', '085206.445000', '085206.448000', '085206.450000', '085206.453000', '085206.455000', '085206.458000', '085206.461000', '085206.463000', '085206.466000', '085206.468000', '085206.471000', '085206.473000', '085206.476000', '085206.479000', '085206.481000', '085206.484000', '085206.486000', '085206.489000', '085206.491000', '085206.494000', '085206.497000', '085206.499000', '085206.502000', '085206.504000', '085206.507000', '085206.509000', '085206.512000', '085206.515000', '085206.517000', '085206.520000', '085206.522000', '085206.525000', '085206.527000', '085206.530000', '085206.533000', '085206.535000', '085206.538000', '085206.540000', '085226.429000', '085226.432000', '085226.435000', '085226.437000', '085226.440000', '085226.442000', '085226.445000', '085226.448000', '085226.450000', '085226.453000', '085226.456000', '085226.458000', '085226.461000', '085226.463000', '085226.466000', '085226.468000', '085226.471000', '085226.474000', '085226.476000', '085226.479000', '085226.482000', '085226.484000', '085226.487000', '085226.489000', '085226.492000', '085226.495000', '085226.497000', '085226.500000', '085226.502000', '085226.505000', '085226.507000', '085226.510000', '085226.513000', '085226.515000', '085226.519000', '085226.522000', '085226.525000', '085226.554000', '085226.557000', '085226.559000', '085226.562000', '085226.565000', '085226.567000', '085246.429000', '085246.432000', '085246.435000', '085246.438000', '085246.440000', '085246.443000', '085246.445000', '085246.448000', '085246.450000', '085246.453000', '085246.456000', '085246.458000', '085246.461000', '085246.463000', '085246.466000', '085246.468000', '085246.471000', '085246.474000', '085246.476000', '085246.479000', '085246.481000', '085246.484000', '085246.486000', '085246.489000', '085246.492000', '085246.494000', '085246.497000', '085246.499000', '085246.502000', '085246.505000', '085246.507000', '085246.510000', '085246.512000', '085246.515000', '085246.517000', '085246.520000', '085246.523000', '085246.525000', '085246.528000', '085246.530000', '085246.533000', '085246.535000', '085246.538000', '085246.541000', '085306.430000', '085306.432000', '085306.435000', '085306.437000', '085306.440000', '085306.443000', '085306.445000', '085306.448000', '085306.450000', '085306.453000', '085306.456000', '085306.458000', '085306.461000', '085306.463000', '085306.466000', '085306.468000', '085306.471000', '085306.474000', '085306.476000', '085306.479000', '085306.481000', '085306.484000', '085306.487000', '085306.489000', '085306.492000', '085306.494000', '085306.497000', '085306.499000', '085306.502000', '085306.505000', '085306.507000', '085306.510000', '085306.512000', '085306.515000', '085306.518000', '085306.520000', '085306.523000', '085306.525000', '085306.528000', '085306.531000', '085306.533000', '085306.536000', '085306.538000', '085326.429000', '085326.432000', '085326.435000', '085326.437000', '085326.440000', '085326.442000', '085326.445000', '085326.448000', '085326.450000', '085326.453000', '085326.456000', '085326.458000', '085326.461000', '085326.463000', '085326.466000', '085326.468000', '085326.471000', '085326.474000', '085326.476000', '085326.479000', '085326.481000', '085326.484000', '085326.486000', '085326.489000', '085326.492000', '085326.494000', '085326.497000', '085326.499000', '085326.502000', '085326.505000', '085326.507000', '085326.510000', '085326.512000', '085326.515000', '085326.517000', '085326.520000', '085326.523000', '085326.525000', '085326.528000', '085326.530000', '085326.533000', '085326.535000', '085326.538000', '085326.540000', '085346.429000', '085346.432000', '085346.435000', '085346.437000', '085346.440000', '085346.443000', '085346.445000', '085346.448000', '085346.451000', '085346.453000', '085346.456000', '085346.458000', '085346.461000', '085346.463000', '085346.466000', '085346.468000', '085346.471000', '085346.474000', '085346.476000', '085346.479000', '085346.481000', '085346.484000', '085346.487000', '085346.489000', '085346.492000', '085346.495000', '085346.498000', '085346.501000', '085346.504000', '085346.506000', '085346.509000', '085346.512000', '085346.514000', '085346.517000', '085346.519000', '085346.522000', '085346.525000', '085346.527000', '085346.530000', '085346.532000', '085346.535000', '085346.537000', '085346.540000', '085406.428000', '085406.431000', '085406.434000', '085406.436000', '085406.439000', '085406.454000', '085406.456000', '085406.459000', '085406.462000', '085406.464000', '085406.467000', '085406.469000', '085406.472000', '085406.475000', '085406.477000', '085406.480000', '085406.483000', '085406.485000', '085406.488000', '085406.491000', '085406.493000', '085406.496000', '085406.498000', '085406.501000', '085406.507000', '085406.509000', '085406.512000', '085406.514000', '085406.517000', '085406.520000', '085406.523000', '085406.526000', '085406.528000', '085406.531000', '085406.533000', '085406.536000', '085406.539000', '085406.541000', '085406.544000', '085406.546000', '085406.549000', '085406.551000', '085406.559000', '085406.561000', '085426.429000', '085426.432000', '085426.435000', '085426.437000', '085426.440000', '085426.443000', '085426.445000', '085426.448000', '085426.450000', '085426.453000', '085426.456000', '085426.458000', '085426.461000', '085426.463000', '085426.466000', '085426.468000', '085426.471000', '085426.474000', '085426.476000', '085426.479000', '085426.482000', '085426.484000', '085426.487000', '085426.489000', '085426.492000', '085426.494000', '085426.497000', '085426.500000', '085426.502000', '085426.505000', '085426.508000', '085426.510000', '085426.513000', '085426.515000', '085426.518000', '085426.521000', '085426.523000', '085426.526000', '085426.528000', '085426.531000', '085426.534000', '085426.536000', '085426.539000', '085446.430000', '085446.432000', '085446.435000', '085446.438000', '085446.440000', '085446.443000', '085446.446000', '085446.448000', '085446.451000', '085446.453000', '085446.456000', '085446.458000', '085446.461000', '085446.464000', '085446.466000', '085446.469000', '085446.471000', '085446.474000', '085446.477000', '085446.479000', '085446.482000', '085446.484000', '085446.487000', '085446.489000', '085446.492000', '085446.495000', '085446.497000', '085446.500000', '085446.502000', '085446.505000', '085446.508000', '085446.510000', '085446.513000', '085446.515000', '085446.518000', '085446.521000', '085446.523000', '085446.526000', '085446.528000', '085446.531000', '085446.533000', '085446.536000', '085446.539000', '085446.541000', '085506.429000', '085506.432000', '085506.435000', '085506.437000', '085506.440000', '085506.443000', '085506.445000', '085506.448000', '085506.450000', '085506.453000', '085506.456000', '085506.458000', '085506.461000', '085506.463000', '085506.466000', '085506.468000', '085506.471000', '085506.474000', '085506.476000', '085506.479000', '085506.481000', '085506.484000', '085506.486000', '085506.489000', '085506.492000', '085506.494000', '085506.497000', '085506.499000', '085506.502000', '085506.505000', '085506.507000', '085506.510000', '085506.512000', '085506.515000', '085506.517000', '085506.520000', '085506.523000', '085506.525000', '085506.528000', '085506.530000', '085506.533000', '085506.535000', '085506.538000', '085526.429000', '085526.432000', '085526.435000', '085526.437000', '085526.440000', '085526.443000', '085526.445000', '085526.448000', '085526.450000', '085526.453000', '085526.462000', '085526.465000', '085526.467000', '085526.470000', '085526.472000', '085526.475000', '085526.478000', '085526.480000', '085526.483000', '085526.493000', '085526.496000', '085526.499000', '085526.501000', '085526.504000', '085526.506000', '085526.509000', '085526.512000', '085526.514000', '085526.517000', '085526.519000', '085526.532000', '085526.535000', '085526.537000', '085526.540000', '085526.542000', '085526.545000', '085526.548000', '085526.550000', '085526.553000', '085526.555000', '085526.558000', '085526.561000', '085526.563000', '085526.566000', '085546.430000', '085546.432000', '085546.435000', '085546.438000', '085546.440000', '085546.443000', '085546.445000', '085546.448000', '085546.450000', '085546.453000', '085546.456000', '085546.458000', '085546.461000', '085546.464000', '085546.466000', '085546.469000', '085546.471000', '085546.474000', '085546.477000', '085546.479000', '085546.482000', '085546.484000', '085546.487000', '085546.489000', '085546.492000', '085546.495000', '085546.497000', '085546.500000', '085546.502000', '085546.505000', '085546.508000', '085546.510000', '085546.513000', '085546.515000', '085546.518000', '085546.521000', '085546.523000', '085546.526000', '085546.528000', '085546.531000', '085546.533000', '085546.536000', '085546.539000', '085606.430000', '085606.433000', '085606.435000', '085606.438000', '085606.441000', '085606.443000', '085606.446000', '085606.449000', '085606.452000', '085606.455000', '085606.458000', '085606.461000', '085606.463000', '085606.466000', '085606.469000', '085606.472000', '085606.474000', '085606.477000', '085606.480000', '085606.482000', '085606.485000', '085606.487000', '085606.490000', '085606.492000', '085606.495000', '085606.498000', '085606.500000', '085606.503000', '085606.506000', '085606.508000', '085606.511000', '085606.513000', '085606.516000', '085606.520000', '085606.522000', '085606.525000', '085606.528000', '085606.534000', '085606.537000', '085606.539000', '085606.542000', '085606.545000', '085606.547000', '085606.550000', '085626.430000', '085626.432000', '085626.435000', '085626.437000', '085626.440000', '085626.443000', '085626.445000', '085626.448000', '085626.450000', '085626.453000', '085626.455000', '085626.458000', '085626.461000', '085626.463000', '085626.466000', '085626.468000', '085626.471000', '085626.474000', '085626.476000', '085626.479000', '085626.481000', '085626.484000', '085626.486000', '085626.489000', '085626.491000', '085626.494000', '085626.497000', '085626.499000', '085626.502000', '085626.504000', '085626.507000', '085626.510000', '085626.512000', '085626.515000', '085626.517000', '085626.520000', '085626.523000', '085626.525000', '085626.528000', '085626.531000', '085626.533000', '085626.536000', '085626.538000', '085646.430000', '085646.432000', '085646.435000', '085646.438000', '085646.440000', '085646.443000', '085646.445000', '085646.448000', '085646.451000', '085646.453000', '085646.456000', '085646.458000', '085646.461000', '085646.464000', '085646.466000', '085646.469000', '085646.472000', '085646.474000', '085646.477000', '085646.479000', '085646.482000', '085646.484000', '085646.487000', '085646.490000', '085646.492000', '085646.495000', '085646.497000', '085646.500000', '085646.503000', '085646.505000', '085646.508000', '085646.515000', '085646.518000', '085646.520000', '085646.523000', '085646.525000', '085646.528000', '085646.531000', '085646.533000', '085646.536000', '085646.568000', '085646.571000', '085646.574000', '085646.576000', '085706.429000', '085706.432000', '085706.435000', '085706.438000', '085706.440000', '085706.443000', '085706.445000', '085706.448000', '085706.450000', '085706.453000', '085706.456000', '085706.458000', '085706.461000', '085706.463000', '085706.466000', '085706.468000', '085706.471000', '085706.474000', '085706.476000', '085706.479000', '085706.481000', '085706.484000', '085706.486000', '085706.489000', '085706.492000', '085706.494000', '085706.497000', '085706.500000', '085706.502000', '085706.505000', '085706.507000', '085706.510000', '085706.512000', '085706.515000', '085706.517000', '085706.520000', '085706.523000', '085706.525000', '085706.528000', '085706.530000', '085706.533000', '085706.536000', '085706.538000', '085726.430000', '085726.432000', '085726.435000', '085726.438000', '085726.442000', '085726.445000', '085726.447000', '085726.450000', '085726.452000', '085726.455000', '085726.458000', '085726.467000', '085726.469000', '085726.472000', '085726.474000', '085726.477000', '085726.480000', '085726.482000', '085726.485000', '085726.487000', '085726.490000', '085726.493000', '085726.495000', '085726.498000', '085726.501000', '085726.503000', '085726.506000', '085726.508000', '085726.511000', '085726.514000', '085726.516000', '085726.519000', '085726.521000', '085726.524000', '085726.526000', '085726.529000', '085726.532000', '085726.534000', '085726.537000', '085726.539000', '085726.542000', '085726.545000', '085726.547000', '085746.430000', '085746.432000', '085746.435000', '085746.438000', '085746.440000', '085746.443000', '085746.445000', '085746.448000', '085746.450000', '085746.453000', '085746.456000', '085746.458000', '085746.461000', '085746.463000', '085746.466000', '085746.469000', '085746.471000', '085746.474000', '085746.476000', '085746.479000', '085746.481000', '085746.484000', '085746.486000', '085746.489000', '085746.492000', '085746.494000', '085746.497000', '085746.499000', '085746.502000', '085746.505000', '085746.507000', '085746.510000', '085746.512000', '085746.515000', '085746.517000', '085746.520000', '085746.523000', '085746.525000', '085746.528000', '085746.530000', '085746.533000', '085746.536000', '085746.538000', '085746.541000', '085806.430000', '085806.432000', '085806.435000', '085806.438000', '085806.440000', '085806.443000', '085806.445000', '085806.448000', '085806.451000', '085806.453000', '085806.456000', '085806.458000', '085806.461000', '085806.464000', '085806.466000', '085806.469000', '085806.471000', '085806.474000', '085806.477000', '085806.479000', '085806.482000', '085806.484000', '085806.487000', '085806.489000', '085806.492000', '085806.495000', '085806.497000', '085806.500000', '085806.503000', '085806.505000', '085806.508000', '085806.510000', '085806.513000', '085806.515000', '085806.518000', '085806.521000', '085806.523000', '085806.526000', '085806.528000', '085806.531000', '085806.534000', '085806.536000', '085806.539000', '085806.541000', '085825.310000', '085825.313000', '085825.316000', '085825.319000', '085825.321000', '085825.324000', '085825.327000', '085825.329000', '085825.332000', '085825.335000', '085825.338000', '085825.342000', '085825.345000', '085825.347000', '085825.351000', '085825.354000', '085825.356000', '085825.359000', '085825.362000', '085825.365000', '085825.367000', '085825.371000', '085825.373000', '085825.376000', '085825.378000', '085825.381000', '085825.384000', '085825.387000', '085825.392000', '085825.395000', '085825.399000', '085825.406000', '085825.409000', '085825.412000', '085825.415000', '085825.418000', '085825.421000', '085825.424000', '085825.434000', '085825.437000', '085825.440000'], 'InstanceCreationTime': ['085026.455000', '085026.459000', '085026.462000', '085026.464000', '085026.467000', '085026.469000', '085026.472000', '085026.475000', '085026.477000', '085026.480000', '085026.482000', '085026.485000', '085026.487000', '085026.494000', '085026.497000', '085026.499000', '085026.502000', '085026.505000', '085026.507000', '085026.510000', '085026.512000', '085026.515000', '085026.517000', '085026.520000', '085026.522000', '085026.525000', '085026.528000', '085026.530000', '085026.533000', '085026.535000', '085026.538000', '085026.540000', '085026.543000', '085026.545000', '085026.548000', '085026.551000', '085026.553000', '085026.556000', '085026.558000', '085026.561000', '085026.563000', '085026.566000', '085026.569000', '085026.571000', '085026.574000', '085026.576000', '085026.579000', '085026.581000', '085026.584000', '085026.587000', '085026.589000', '085026.592000', '085026.594000', '085026.597000', '085026.599000', '085026.602000', '085046.429000', '085046.432000', '085046.435000', '085046.437000', '085046.440000', '085046.442000', '085046.445000', '085046.447000', '085046.457000', '085046.466000', '085046.469000', '085046.471000', '085046.474000', '085046.476000', '085046.479000', '085046.482000', '085046.484000', '085046.487000', '085046.489000', '085046.492000', '085046.494000', '085046.497000', '085046.500000', '085046.502000', '085046.505000', '085046.507000', '085046.510000', '085046.512000', '085046.515000', '085046.518000', '085046.520000', '085046.523000', '085046.525000', '085046.528000', '085046.530000', '085046.533000', '085046.536000', '085046.538000', '085046.541000', '085046.543000', '085046.546000', '085046.548000', '085046.560000', '085046.562000', '085106.429000', '085106.432000', '085106.435000', '085106.437000', '085106.440000', '085106.450000', '085106.452000', '085106.455000', '085106.457000', '085106.460000', '085106.462000', '085106.465000', '085106.468000', '085106.470000', '085106.473000', '085106.475000', '085106.478000', '085106.481000', '085106.484000', '085106.486000', '085106.489000', '085106.491000', '085106.494000', '085106.496000', '085106.499000', '085106.501000', '085106.504000', '085106.507000', '085106.509000', '085106.512000', '085106.514000', '085106.517000', '085106.519000', '085106.522000', '085106.525000', '085106.527000', '085106.530000', '085106.532000', '085106.535000', '085106.537000', '085106.540000', '085106.543000', '085106.545000', '085106.548000', '085126.429000', '085126.432000', '085126.435000', '085126.437000', '085126.440000', '085126.442000', '085126.445000', '085126.448000', '085126.450000', '085126.453000', '085126.455000', '085126.458000', '085126.461000', '085126.463000', '085126.466000', '085126.468000', '085126.471000', '085126.473000', '085126.476000', '085126.479000', '085126.481000', '085126.484000', '085126.486000', '085126.489000', '085126.491000', '085126.494000', '085126.503000', '085126.506000', '085126.509000', '085126.511000', '085126.514000', '085126.516000', '085126.519000', '085126.521000', '085126.524000', '085126.526000', '085126.529000', '085126.532000', '085126.534000', '085126.537000', '085126.539000', '085126.542000', '085126.545000', '085146.428000', '085146.431000', '085146.434000', '085146.436000', '085146.439000', '085146.441000', '085146.444000', '085146.446000', '085146.449000', '085146.452000', '085146.454000', '085146.457000', '085146.460000', '085146.462000', '085146.465000', '085146.468000', '085146.470000', '085146.473000', '085146.475000', '085146.478000', '085146.480000', '085146.483000', '085146.486000', '085146.488000', '085146.491000', '085146.493000', '085146.496000', '085146.499000', '085146.501000', '085146.504000', '085146.506000', '085146.509000', '085146.512000', '085146.514000', '085146.517000', '085146.519000', '085146.522000', '085146.525000', '085146.527000', '085146.530000', '085146.532000', '085146.535000', '085146.538000', '085206.430000', '085206.432000', '085206.435000', '085206.437000', '085206.440000', '085206.443000', '085206.445000', '085206.448000', '085206.450000', '085206.453000', '085206.455000', '085206.458000', '085206.461000', '085206.463000', '085206.466000', '085206.468000', '085206.471000', '085206.473000', '085206.476000', '085206.479000', '085206.481000', '085206.484000', '085206.486000', '085206.489000', '085206.491000', '085206.494000', '085206.497000', '085206.499000', '085206.502000', '085206.504000', '085206.507000', '085206.509000', '085206.512000', '085206.515000', '085206.517000', '085206.520000', '085206.522000', '085206.525000', '085206.527000', '085206.530000', '085206.533000', '085206.535000', '085206.538000', '085206.540000', '085226.429000', '085226.432000', '085226.435000', '085226.437000', '085226.440000', '085226.442000', '085226.445000', '085226.448000', '085226.450000', '085226.453000', '085226.456000', '085226.458000', '085226.461000', '085226.463000', '085226.466000', '085226.468000', '085226.471000', '085226.474000', '085226.476000', '085226.479000', '085226.482000', '085226.484000', '085226.487000', '085226.489000', '085226.492000', '085226.495000', '085226.497000', '085226.500000', '085226.502000', '085226.505000', '085226.507000', '085226.510000', '085226.513000', '085226.515000', '085226.519000', '085226.522000', '085226.525000', '085226.554000', '085226.557000', '085226.559000', '085226.562000', '085226.565000', '085226.567000', '085246.429000', '085246.432000', '085246.435000', '085246.438000', '085246.440000', '085246.443000', '085246.445000', '085246.448000', '085246.450000', '085246.453000', '085246.456000', '085246.458000', '085246.461000', '085246.463000', '085246.466000', '085246.468000', '085246.471000', '085246.474000', '085246.476000', '085246.479000', '085246.481000', '085246.484000', '085246.486000', '085246.489000', '085246.492000', '085246.494000', '085246.497000', '085246.499000', '085246.502000', '085246.505000', '085246.507000', '085246.510000', '085246.512000', '085246.515000', '085246.517000', '085246.520000', '085246.523000', '085246.525000', '085246.528000', '085246.530000', '085246.533000', '085246.535000', '085246.538000', '085246.541000', '085306.430000', '085306.432000', '085306.435000', '085306.437000', '085306.440000', '085306.443000', '085306.445000', '085306.448000', '085306.450000', '085306.453000', '085306.456000', '085306.458000', '085306.461000', '085306.463000', '085306.466000', '085306.468000', '085306.471000', '085306.474000', '085306.476000', '085306.479000', '085306.481000', '085306.484000', '085306.487000', '085306.489000', '085306.492000', '085306.494000', '085306.497000', '085306.499000', '085306.502000', '085306.505000', '085306.507000', '085306.510000', '085306.512000', '085306.515000', '085306.518000', '085306.520000', '085306.523000', '085306.525000', '085306.528000', '085306.531000', '085306.533000', '085306.536000', '085306.538000', '085326.429000', '085326.432000', '085326.435000', '085326.437000', '085326.440000', '085326.442000', '085326.445000', '085326.448000', '085326.450000', '085326.453000', '085326.456000', '085326.458000', '085326.461000', '085326.463000', '085326.466000', '085326.468000', '085326.471000', '085326.474000', '085326.476000', '085326.479000', '085326.481000', '085326.484000', '085326.486000', '085326.489000', '085326.492000', '085326.494000', '085326.497000', '085326.499000', '085326.502000', '085326.505000', '085326.507000', '085326.510000', '085326.512000', '085326.515000', '085326.517000', '085326.520000', '085326.523000', '085326.525000', '085326.528000', '085326.530000', '085326.533000', '085326.535000', '085326.538000', '085326.540000', '085346.429000', '085346.432000', '085346.435000', '085346.437000', '085346.440000', '085346.443000', '085346.445000', '085346.448000', '085346.451000', '085346.453000', '085346.456000', '085346.458000', '085346.461000', '085346.463000', '085346.466000', '085346.468000', '085346.471000', '085346.474000', '085346.476000', '085346.479000', '085346.481000', '085346.484000', '085346.487000', '085346.489000', '085346.492000', '085346.495000', '085346.498000', '085346.501000', '085346.504000', '085346.506000', '085346.509000', '085346.512000', '085346.514000', '085346.517000', '085346.519000', '085346.522000', '085346.525000', '085346.527000', '085346.530000', '085346.532000', '085346.535000', '085346.537000', '085346.540000', '085406.428000', '085406.431000', '085406.434000', '085406.436000', '085406.439000', '085406.454000', '085406.456000', '085406.459000', '085406.462000', '085406.464000', '085406.467000', '085406.469000', '085406.472000', '085406.475000', '085406.477000', '085406.480000', '085406.483000', '085406.485000', '085406.488000', '085406.491000', '085406.493000', '085406.496000', '085406.498000', '085406.501000', '085406.507000', '085406.509000', '085406.512000', '085406.514000', '085406.517000', '085406.520000', '085406.523000', '085406.526000', '085406.528000', '085406.531000', '085406.533000', '085406.536000', '085406.539000', '085406.541000', '085406.544000', '085406.546000', '085406.549000', '085406.551000', '085406.559000', '085406.561000', '085426.429000', '085426.432000', '085426.435000', '085426.437000', '085426.440000', '085426.443000', '085426.445000', '085426.448000', '085426.450000', '085426.453000', '085426.456000', '085426.458000', '085426.461000', '085426.463000', '085426.466000', '085426.468000', '085426.471000', '085426.474000', '085426.476000', '085426.479000', '085426.482000', '085426.484000', '085426.487000', '085426.489000', '085426.492000', '085426.494000', '085426.497000', '085426.500000', '085426.502000', '085426.505000', '085426.508000', '085426.510000', '085426.513000', '085426.515000', '085426.518000', '085426.521000', '085426.523000', '085426.526000', '085426.528000', '085426.531000', '085426.534000', '085426.536000', '085426.539000', '085446.430000', '085446.432000', '085446.435000', '085446.438000', '085446.440000', '085446.443000', '085446.446000', '085446.448000', '085446.451000', '085446.453000', '085446.456000', '085446.458000', '085446.461000', '085446.464000', '085446.466000', '085446.469000', '085446.471000', '085446.474000', '085446.477000', '085446.479000', '085446.482000', '085446.484000', '085446.487000', '085446.489000', '085446.492000', '085446.495000', '085446.497000', '085446.500000', '085446.502000', '085446.505000', '085446.508000', '085446.510000', '085446.513000', '085446.515000', '085446.518000', '085446.521000', '085446.523000', '085446.526000', '085446.528000', '085446.531000', '085446.533000', '085446.536000', '085446.539000', '085446.541000', '085506.429000', '085506.432000', '085506.435000', '085506.437000', '085506.440000', '085506.443000', '085506.445000', '085506.448000', '085506.450000', '085506.453000', '085506.456000', '085506.458000', '085506.461000', '085506.463000', '085506.466000', '085506.468000', '085506.471000', '085506.474000', '085506.476000', '085506.479000', '085506.481000', '085506.484000', '085506.486000', '085506.489000', '085506.492000', '085506.494000', '085506.497000', '085506.499000', '085506.502000', '085506.505000', '085506.507000', '085506.510000', '085506.512000', '085506.515000', '085506.517000', '085506.520000', '085506.523000', '085506.525000', '085506.528000', '085506.530000', '085506.533000', '085506.535000', '085506.538000', '085526.429000', '085526.432000', '085526.435000', '085526.437000', '085526.440000', '085526.443000', '085526.445000', '085526.448000', '085526.450000', '085526.453000', '085526.462000', '085526.465000', '085526.467000', '085526.470000', '085526.472000', '085526.475000', '085526.478000', '085526.480000', '085526.483000', '085526.493000', '085526.496000', '085526.499000', '085526.501000', '085526.504000', '085526.506000', '085526.509000', '085526.512000', '085526.514000', '085526.517000', '085526.519000', '085526.532000', '085526.535000', '085526.537000', '085526.540000', '085526.542000', '085526.545000', '085526.548000', '085526.550000', '085526.553000', '085526.555000', '085526.558000', '085526.561000', '085526.563000', '085526.566000', '085546.430000', '085546.432000', '085546.435000', '085546.438000', '085546.440000', '085546.443000', '085546.445000', '085546.448000', '085546.450000', '085546.453000', '085546.456000', '085546.458000', '085546.461000', '085546.464000', '085546.466000', '085546.469000', '085546.471000', '085546.474000', '085546.477000', '085546.479000', '085546.482000', '085546.484000', '085546.487000', '085546.489000', '085546.492000', '085546.495000', '085546.497000', '085546.500000', '085546.502000', '085546.505000', '085546.508000', '085546.510000', '085546.513000', '085546.515000', '085546.518000', '085546.521000', '085546.523000', '085546.526000', '085546.528000', '085546.531000', '085546.533000', '085546.536000', '085546.539000', '085606.430000', '085606.433000', '085606.435000', '085606.438000', '085606.441000', '085606.443000', '085606.446000', '085606.449000', '085606.452000', '085606.455000', '085606.458000', '085606.461000', '085606.463000', '085606.466000', '085606.469000', '085606.472000', '085606.474000', '085606.477000', '085606.480000', '085606.482000', '085606.485000', '085606.487000', '085606.490000', '085606.492000', '085606.495000', '085606.498000', '085606.500000', '085606.503000', '085606.506000', '085606.508000', '085606.511000', '085606.513000', '085606.516000', '085606.520000', '085606.522000', '085606.525000', '085606.528000', '085606.534000', '085606.537000', '085606.539000', '085606.542000', '085606.545000', '085606.547000', '085606.550000', '085626.430000', '085626.432000', '085626.435000', '085626.437000', '085626.440000', '085626.443000', '085626.445000', '085626.448000', '085626.450000', '085626.453000', '085626.455000', '085626.458000', '085626.461000', '085626.463000', '085626.466000', '085626.468000', '085626.471000', '085626.474000', '085626.476000', '085626.479000', '085626.481000', '085626.484000', '085626.486000', '085626.489000', '085626.491000', '085626.494000', '085626.497000', '085626.499000', '085626.502000', '085626.504000', '085626.507000', '085626.510000', '085626.512000', '085626.515000', '085626.517000', '085626.520000', '085626.523000', '085626.525000', '085626.528000', '085626.531000', '085626.533000', '085626.536000', '085626.538000', '085646.430000', '085646.432000', '085646.435000', '085646.438000', '085646.440000', '085646.443000', '085646.445000', '085646.448000', '085646.451000', '085646.453000', '085646.456000', '085646.458000', '085646.461000', '085646.464000', '085646.466000', '085646.469000', '085646.472000', '085646.474000', '085646.477000', '085646.479000', '085646.482000', '085646.484000', '085646.487000', '085646.490000', '085646.492000', '085646.495000', '085646.497000', '085646.500000', '085646.503000', '085646.505000', '085646.508000', '085646.515000', '085646.518000', '085646.520000', '085646.523000', '085646.525000', '085646.528000', '085646.531000', '085646.533000', '085646.536000', '085646.568000', '085646.571000', '085646.574000', '085646.576000', '085706.429000', '085706.432000', '085706.435000', '085706.438000', '085706.440000', '085706.443000', '085706.445000', '085706.448000', '085706.450000', '085706.453000', '085706.456000', '085706.458000', '085706.461000', '085706.463000', '085706.466000', '085706.468000', '085706.471000', '085706.474000', '085706.476000', '085706.479000', '085706.481000', '085706.484000', '085706.486000', '085706.489000', '085706.492000', '085706.494000', '085706.497000', '085706.500000', '085706.502000', '085706.505000', '085706.507000', '085706.510000', '085706.512000', '085706.515000', '085706.517000', '085706.520000', '085706.523000', '085706.525000', '085706.528000', '085706.530000', '085706.533000', '085706.536000', '085706.538000', '085726.430000', '085726.432000', '085726.435000', '085726.438000', '085726.442000', '085726.445000', '085726.447000', '085726.450000', '085726.452000', '085726.455000', '085726.458000', '085726.467000', '085726.469000', '085726.472000', '085726.474000', '085726.477000', '085726.480000', '085726.482000', '085726.485000', '085726.487000', '085726.490000', '085726.493000', '085726.495000', '085726.498000', '085726.501000', '085726.503000', '085726.506000', '085726.508000', '085726.511000', '085726.514000', '085726.516000', '085726.519000', '085726.521000', '085726.524000', '085726.526000', '085726.529000', '085726.532000', '085726.534000', '085726.537000', '085726.539000', '085726.542000', '085726.545000', '085726.547000', '085746.430000', '085746.432000', '085746.435000', '085746.438000', '085746.440000', '085746.443000', '085746.445000', '085746.448000', '085746.450000', '085746.453000', '085746.456000', '085746.458000', '085746.461000', '085746.463000', '085746.466000', '085746.469000', '085746.471000', '085746.474000', '085746.476000', '085746.479000', '085746.481000', '085746.484000', '085746.486000', '085746.489000', '085746.492000', '085746.494000', '085746.497000', '085746.499000', '085746.502000', '085746.505000', '085746.507000', '085746.510000', '085746.512000', '085746.515000', '085746.517000', '085746.520000', '085746.523000', '085746.525000', '085746.528000', '085746.530000', '085746.533000', '085746.536000', '085746.538000', '085746.541000', '085806.430000', '085806.432000', '085806.435000', '085806.438000', '085806.440000', '085806.443000', '085806.445000', '085806.448000', '085806.451000', '085806.453000', '085806.456000', '085806.458000', '085806.461000', '085806.464000', '085806.466000', '085806.469000', '085806.471000', '085806.474000', '085806.477000', '085806.479000', '085806.482000', '085806.484000', '085806.487000', '085806.489000', '085806.492000', '085806.495000', '085806.497000', '085806.500000', '085806.503000', '085806.505000', '085806.508000', '085806.510000', '085806.513000', '085806.515000', '085806.518000', '085806.521000', '085806.523000', '085806.526000', '085806.528000', '085806.531000', '085806.534000', '085806.536000', '085806.539000', '085806.541000', '085825.310000', '085825.313000', '085825.316000', '085825.319000', '085825.321000', '085825.324000', '085825.327000', '085825.329000', '085825.332000', '085825.335000', '085825.338000', '085825.342000', '085825.345000', '085825.347000', '085825.351000', '085825.354000', '085825.356000', '085825.359000', '085825.362000', '085825.365000', '085825.367000', '085825.371000', '085825.373000', '085825.376000', '085825.378000', '085825.381000', '085825.384000', '085825.387000', '085825.392000', '085825.395000', '085825.399000', '085825.406000', '085825.409000', '085825.412000', '085825.415000', '085825.418000', '085825.421000', '085825.424000', '085825.434000', '085825.437000', '085825.440000'], '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': [12469, 10635, 15629, 12029, 9613, 9976, 9609, 10570, 11023, 11210, 10098, 11676, 9767, 11366, 10635, 11418, 10179, 10950, 10140, 10731, 10763, 11110, 9625, 11994, 11162, 11925, 10956, 10877, 10411, 12300, 10640, 12332, 11585, 11109, 11131, 11698, 10872, 11346, 9834, 10690, 10189, 11962, 10398, 14773, 10331, 13311, 9732, 8182, 9839, 9696, 10270, 15070, 10665, 14333, 9729, 15814, 10418, 12755, 11521, 11723, 9325, 8694, 9905, 11815, 10419, 9044, 10507, 10582, 10753, 12926, 10300, 11606, 10162, 8879, 9675, 9856, 11185, 10094, 12278, 10424, 12336, 11611, 13787, 10058, 12035, 9719, 15120, 10763, 9371, 9784, 10261, 10722, 13172, 10710, 10616, 11469, 10803, 11998, 11233, 12228, 12008, 13062, 10005, 14907, 10758, 12748, 11448, 11066, 10424, 11616, 10671, 11541, 10401, 11263, 10526, 11729, 9930, 11882, 9987, 11983, 11022, 12362, 9611, 14070, 9819, 12059, 10763, 10719, 10450, 11560, 10411, 11470, 10231, 10904, 11490, 11281, 10968, 11927, 10740, 10355, 10497, 10317, 10517, 11084, 11116, 10475, 10549, 10824, 10634, 11568, 10721, 11270, 10141, 12160, 10382, 11665, 15107, 10137, 12048, 9317, 16375, 10661, 11935, 11767, 13931, 10075, 13694, 9860, 14039, 10189, 8427, 10588, 10655, 11437, 10643, 11383, 10662, 12742, 10532, 12036, 9954, 10905, 9674, 11298, 10535, 11035, 10336, 10875, 10872, 12018, 10334, 12123, 11499, 11547, 10621, 11880, 10374, 11920, 10980, 10489, 9442, 9791, 11443, 9385, 16242, 10961, 13953, 9563, 9932, 9533, 9505, 10912, 10218, 11479, 10501, 12321, 15548, 10248, 14934, 10169, 11954, 10566, 10844, 10120, 9826, 10631, 13697, 10197, 14063, 10885, 9769, 9969, 10665, 14913, 10719, 13375, 12275, 13172, 9837, 14410, 10530, 12353, 10931, 15008, 10160, 9843, 13743, 9862, 9373, 9824, 13779, 10941, 10707, 10396, 9345, 10368, 9267, 13468, 9582, 10796, 9222, 10766, 11721, 10607, 12034, 9144, 11911, 10687, 10996, 11706, 9050, 10476, 9081, 11307, 9276, 11187, 9645, 9853, 11484, 10647, 12357, 10666, 11384, 9393, 14845, 9743, 12779, 9171, 10824, 10558, 9849, 10577, 10328, 15046, 10327, 12982, 11532, 9355, 9992, 8897, 10122, 10845, 11330, 10828, 12166, 9918, 14144, 10915, 9791, 10282, 9745, 10632, 10381, 10762, 10291, 11882, 10442, 12011, 10972, 10525, 10083, 11266, 11362, 12186, 10853, 11610, 10334, 11479, 10359, 11581, 11020, 14613, 10165, 11964, 9638, 15984, 11299, 13539, 10011, 11898, 10619, 11349, 10657, 11765, 10033, 15004, 10304, 11795, 10435, 14004, 10223, 14283, 9482, 15106, 9740, 9048, 10230, 10654, 11939, 10726, 11787, 10577, 11101, 11328, 9726, 16541, 10792, 14864, 10421, 15079, 10273, 12169, 10527, 13827, 10388, 11129, 9631, 14005, 9655, 10849, 10038, 10898, 9812, 15400, 11086, 11914, 10887, 10316, 11277, 10524, 11291, 11121, 9747, 11060, 10192, 11316, 9411, 11924, 10412, 12748, 10806, 9664, 9782, 12189, 9667, 13954, 11468, 11524, 9701, 11397, 10787, 11088, 10139, 10285, 9802, 10787, 9968, 10954, 11036, 9993, 10083, 10779, 10317, 11424, 10875, 12323, 10444, 12531, 11223, 11152, 10287, 10153, 11184, 10094, 10986, 10914, 10302, 10584, 10354, 11664, 11335, 12181, 11565, 11007, 11041, 12070, 10824, 11669, 10898, 12166, 10472, 9207, 9898, 10558, 11163, 10844, 12040, 10403, 11426, 11267, 11662, 10886, 11983, 10583, 15011, 10840, 8965, 10292, 9463, 10667, 11151, 10789, 10224, 11403, 10772, 11595, 10657, 11927, 10616, 12122, 10402, 14376, 10245, 14992, 10259, 12993, 9909, 10426, 11150, 10518, 12137, 11551, 10760, 9468, 10293, 9765, 10014, 12574, 9613, 15728, 9732, 9947, 9472, 10806, 9418, 16303, 10222, 11396, 9781, 8549, 9725, 10195, 10750, 16012, 10219, 12505, 11027, 11331, 10147, 10423, 9929, 8970, 9897, 10565, 10919, 10960, 10919, 10710, 10979, 13742, 9957, 9493, 10084, 10431, 10164, 10695, 10755, 10058, 11799, 10712, 11589, 10282, 11421, 9555, 11370, 11425, 11232, 10024, 11576, 10351, 10878, 11421, 11622, 10599, 12218, 10481, 11719, 9823, 14554, 9881, 12950, 10899, 12713, 10179, 14562, 10143, 12437, 10743, 11696, 10174, 12176, 9652, 9693, 9853, 10012, 11912, 11383, 11970, 10632, 12031, 11309, 10991, 10118, 14358, 9941, 14412, 10406, 11513, 9608, 12003, 9640, 16053, 10079, 12197, 9834, 14712, 10056, 12248, 9626, 11846, 10000, 12663, 9737, 14365, 9681, 12768, 10356, 10902, 10638, 11626, 9649, 11565, 9914, 13546, 10060, 14819, 10167, 12259, 10602, 11505, 10653, 10831, 10402, 12250, 9842, 10245, 9924, 9386, 10485, 11113, 11600, 10780, 14191, 10556, 10295, 11557, 10591, 12986, 10709, 11987, 11323, 13016, 11323, 15255, 9894, 10745, 9862, 10733, 11879, 12707, 9693, 12592, 9848, 8739, 9647, 10561, 12589, 11168, 12268, 9775, 15458, 9468, 13618, 10450, 14247, 9598, 12450, 10078, 12139, 9293, 11225, 10388, 11729, 10774, 12321, 9943, 12778, 9693, 10999, 9433, 11225, 9383, 11822, 9792, 9342, 10258, 9953, 10983, 10715, 11480, 11559, 10502, 9527, 14741, 10357, 13722, 9629, 8343, 9898, 10230, 10630, 11779, 11170, 11352, 13654, 10435, 11291, 10175, 13556, 9993, 10544, 9996, 11390, 11412, 11191, 12042, 10337, 10658, 15231, 10410, 11187, 10115, 13201, 10332, 9827, 10994, 10201, 11275, 11339, 10093, 10326, 10424, 10566, 11598, 11094, 14734, 10435, 12055, 10229, 12576, 11729, 10893, 11278, 10669, 10972, 10872, 11044, 10752, 11159, 10530, 11336, 10477, 12382, 9666, 12161, 10048, 12300, 10342, 11150, 9978, 10035, 10476, 9739, 12022, 9592, 13814, 9670, 8318, 9887, 9624, 10442, 16270, 11145, 14529, 10290, 14096, 10049, 11109, 10852, 10345, 10858, 10424, 10433, 10094, 11472, 9537, 11078, 9413, 10458, 9548, 13005, 9567, 11300, 9328, 9845, 9883, 10545, 11506, 11426, 10409, 9930, 10754, 10436, 11164, 12851, 9322, 9306, 9126, 13037, 9663, 16038, 9852, 9337, 9535, 11594, 9443, 16112, 10133, 13855, 9951, 13113, 9691, 11119, 10806, 10987, 9897, 14250, 9968, 13894, 9667, 11201, 10096, 10285, 11007, 11695, 11289, 11775, 10696, 10938, 11453, 10406, 10600, 10399, 9890, 10358, 10125, 10360, 10142, 9930, 10620, 10358, 10934, 11085, 11302, 10787, 14802, 10385, 15030, 10372, 11880, 11662, 9788, 10362, 9854, 9979, 9756, 13460, 9757, 8430, 9895, 10541, 10713, 9701, 10923, 10829, 11783, 10501, 11906, 11605, 11260, 10542, 11192, 10527, 11218, 11545, 11202, 10567, 11778, 9407, 11624, 10359, 14083, 10212, 13454, 9820, 15221, 9979, 9268, 9429, 11788, 9532, 16093, 10097, 12809, 9880, 13990, 9880, 14496, 9875, 8575, 9400, 9685, 10293, 12928, 9878, 8836, 10022, 9791, 9703, 15085, 9607, 15135, 10193, 12166, 10455, 10874, 9916, 9842, 9348, 9484, 10632, 9504, 9485, 10187, 11128, 10974, 9085, 12748, 9624, 12671, 12209, 13076, 10962, 9995, 10316, 11208, 10751, 10786, 14190, 10072, 10380, 10400, 15342, 11075, 11045, 10009, 11925, 9435, 14895, 9892, 8982, 9652, 9863, 10372, 13034, 9988, 10213, 9454, 11511, 9500, 16292, 10010, 12272, 9856, 9877, 9538, 12301, 9549, 9420, 10755, 10348, 11166, 11210, 11907, 10569, 11351, 10255, 11359, 10755, 11458, 9807, 10183, 9025, 9500, 10342, 9385, 11857, 9327, 9166, 10285, 9801, 10688, 10142, 9471, 14579, 9594, 13324, 9814, 15601, 9906, 11152, 10600, 9825, 10099, 10012, 10197, 10016, 10492, 10061, 10852, 10034, 11042, 11154, 10484, 9732, 12982, 10007, 11141, 10290, 9856, 9948, 9842, 14240, 9823, 13107, 10555, 13076, 10379, 11892, 9871, 11552, 9536, 9927, 11201, 10839, 10361, 10151, 15372, 10163, 11009, 10848, 10688, 11325, 10304, 11491, 10205, 13774, 10021, 9205, 9405, 14869, 9762, 12133, 11608, 10070, 10682, 10129, 11701, 9973, 12319, 11159, 10280, 10544, 10376, 11194, 9748, 14816, 9932, 11601, 10656, 11366, 10327, 8420, 10023, 10535, 10200, 14149, 12105, 11059, 10580, 9598, 9590, 11908, 10361, 10281, 12944, 11725, 12211], 'WindowCenter': [4560.0, 4525.0, 4541.0, 4509.0, 4475.0, 4485.0, 4473.0, 4484.0, 4481.0, 4493.0, 4483.0, 4492.0, 4483.0, 4492.0, 4482.0, 4482.0, 4471.0, 4481.0, 4470.0, 4480.0, 4480.0, 4481.0, 4460.0, 4480.0, 4480.0, 4479.0, 4480.0, 4479.0, 4482.0, 4489.0, 4482.0, 4491.0, 4492.0, 4480.0, 4481.0, 4478.0, 4480.0, 4478.0, 4470.0, 4469.0, 4469.0, 4479.0, 4471.0, 4498.0, 4481.0, 4500.0, 4472.0, 4451.0, 4472.0, 4471.0, 4483.0, 4501.0, 4482.0, 4500.0, 4471.0, 4499.0, 4470.0, 4490.0, 4480.0, 4479.0, 4461.0, 4460.0, 4472.0, 4491.0, 4482.0, 4460.0, 4482.0, 4482.0, 4492.0, 4492.0, 4483.0, 4481.0, 4472.0, 4459.0, 4472.0, 4470.0, 4492.0, 4483.0, 4503.0, 4494.0, 4504.0, 4505.0, 4513.0, 4485.0, 4502.0, 4484.0, 4513.0, 4494.0, 4472.0, 4484.0, 4482.0, 4493.0, 4502.0, 4483.0, 4482.0, 4492.0, 4482.0, 4481.0, 4482.0, 4481.0, 4492.0, 4491.0, 4473.0, 4501.0, 4482.0, 4490.0, 4481.0, 4468.0, 4469.0, 4467.0, 4469.0, 4467.0, 4469.0, 4467.0, 4469.0, 4477.0, 4459.0, 4477.0, 4470.0, 4478.0, 4480.0, 4489.0, 4471.0, 4500.0, 4472.0, 4491.0, 4481.0, 4470.0, 4481.0, 4481.0, 4481.0, 4480.0, 4471.0, 4480.0, 4491.0, 4480.0, 4482.0, 4492.0, 4481.0, 4482.0, 4482.0, 4482.0, 4482.0, 4494.0, 4493.0, 4494.0, 4482.0, 4494.0, 4482.0, 4494.0, 4493.0, 4493.0, 4482.0, 4493.0, 4482.0, 4493.0, 4501.0, 4471.0, 4479.0, 4461.0, 4499.0, 4470.0, 4479.0, 4480.0, 4488.0, 4470.0, 4488.0, 4471.0, 4499.0, 4471.0, 4450.0, 4481.0, 4481.0, 4480.0, 4481.0, 4481.0, 4482.0, 4490.0, 4471.0, 4480.0, 4459.0, 4469.0, 4459.0, 4469.0, 4469.0, 4468.0, 4469.0, 4468.0, 4469.0, 4479.0, 4470.0, 4489.0, 4491.0, 4480.0, 4480.0, 4480.0, 4481.0, 4492.0, 4481.0, 4470.0, 4458.0, 4471.0, 4479.0, 4461.0, 4500.0, 4480.0, 4489.0, 4460.0, 4469.0, 4470.0, 4471.0, 4483.0, 4483.0, 4493.0, 4495.0, 4506.0, 4513.0, 4483.0, 4501.0, 4483.0, 4491.0, 4483.0, 4482.0, 4482.0, 4470.0, 4481.0, 4501.0, 4495.0, 4514.0, 4496.0, 4483.0, 4482.0, 4494.0, 4513.0, 4495.0, 4503.0, 4504.0, 4500.0, 4472.0, 4499.0, 4470.0, 4479.0, 4469.0, 4498.0, 4457.0, 4457.0, 4487.0, 4468.0, 4456.0, 4470.0, 4488.0, 4467.0, 4456.0, 4456.0, 4446.0, 4456.0, 4458.0, 4476.0, 4456.0, 4454.0, 4444.0, 4452.0, 4463.0, 4453.0, 4463.0, 4433.0, 4463.0, 4441.0, 4442.0, 4449.0, 4419.0, 4438.0, 4419.0, 4438.0, 4430.0, 4449.0, 4430.0, 4441.0, 4460.0, 4454.0, 4463.0, 4455.0, 4463.0, 4446.0, 4484.0, 4456.0, 4475.0, 4445.0, 4465.0, 4467.0, 4458.0, 4468.0, 4469.0, 4498.0, 4470.0, 4489.0, 4480.0, 4459.0, 4470.0, 4459.0, 4480.0, 4491.0, 4492.0, 4494.0, 4503.0, 4483.0, 4512.0, 4494.0, 4482.0, 4494.0, 4482.0, 4494.0, 4484.0, 4494.0, 4494.0, 4504.0, 4494.0, 4494.0, 4483.0, 4484.0, 4472.0, 4482.0, 4492.0, 4491.0, 4481.0, 4480.0, 4471.0, 4480.0, 4471.0, 4479.0, 4482.0, 4500.0, 4471.0, 4480.0, 4471.0, 4510.0, 4481.0, 4489.0, 4470.0, 4478.0, 4468.0, 4468.0, 4469.0, 4477.0, 4470.0, 4498.0, 4481.0, 4489.0, 4480.0, 4500.0, 4482.0, 4500.0, 4472.0, 4512.0, 4473.0, 4462.0, 4482.0, 4482.0, 4492.0, 4492.0, 4493.0, 4481.0, 4482.0, 4479.0, 4470.0, 4510.0, 4470.0, 4486.0, 4468.0, 4486.0, 4466.0, 4476.0, 4470.0, 4487.0, 4470.0, 4478.0, 4470.0, 4488.0, 4470.0, 4479.0, 4470.0, 4479.0, 4471.0, 4498.0, 4479.0, 4478.0, 4468.0, 4456.0, 4467.0, 4466.0, 4467.0, 4466.0, 4457.0, 4467.0, 4469.0, 4478.0, 4461.0, 4478.0, 4481.0, 4488.0, 4480.0, 4469.0, 4471.0, 4477.0, 4470.0, 4489.0, 4480.0, 4478.0, 4469.0, 4477.0, 4478.0, 4467.0, 4457.0, 4466.0, 4457.0, 4467.0, 4468.0, 4479.0, 4479.0, 4470.0, 4480.0, 4480.0, 4482.0, 4491.0, 4493.0, 4502.0, 4493.0, 4502.0, 4481.0, 4481.0, 4470.0, 4470.0, 4478.0, 4470.0, 4479.0, 4480.0, 4470.0, 4481.0, 4480.0, 4490.0, 4491.0, 4491.0, 4492.0, 4481.0, 4492.0, 4489.0, 4481.0, 4479.0, 4481.0, 4480.0, 4482.0, 4459.0, 4472.0, 4481.0, 4481.0, 4481.0, 4491.0, 4481.0, 4482.0, 4482.0, 4480.0, 4481.0, 4480.0, 4481.0, 4500.0, 4482.0, 4460.0, 4481.0, 4470.0, 4480.0, 4480.0, 4480.0, 4469.0, 4480.0, 4491.0, 4489.0, 4482.0, 4491.0, 4483.0, 4491.0, 4483.0, 4511.0, 4483.0, 4512.0, 4483.0, 4492.0, 4474.0, 4482.0, 4493.0, 4482.0, 4493.0, 4483.0, 4483.0, 4461.0, 4472.0, 4470.0, 4471.0, 4479.0, 4461.0, 4500.0, 4460.0, 4458.0, 4460.0, 4478.0, 4460.0, 4510.0, 4470.0, 4480.0, 4471.0, 4460.0, 4472.0, 4482.0, 4494.0, 4512.0, 4482.0, 4491.0, 4481.0, 4480.0, 4471.0, 4469.0, 4470.0, 4460.0, 4471.0, 4481.0, 4482.0, 4482.0, 4482.0, 4482.0, 4482.0, 4499.0, 4471.0, 4460.0, 4471.0, 4479.0, 4471.0, 4481.0, 4480.0, 4473.0, 4492.0, 4483.0, 4492.0, 4483.0, 4482.0, 4472.0, 4481.0, 4481.0, 4480.0, 4471.0, 4480.0, 4470.0, 4470.0, 4481.0, 4479.0, 4471.0, 4480.0, 4470.0, 4478.0, 4469.0, 4488.0, 4469.0, 4488.0, 4470.0, 4478.0, 4469.0, 4497.0, 4470.0, 4478.0, 4480.0, 4478.0, 4471.0, 4477.0, 4471.0, 4460.0, 4472.0, 4471.0, 4491.0, 4493.0, 4492.0, 4483.0, 4491.0, 4483.0, 4481.0, 4482.0, 4501.0, 4472.0, 4500.0, 4471.0, 4480.0, 4471.0, 4480.0, 4461.0, 4501.0, 4471.0, 4477.0, 4460.0, 4487.0, 4460.0, 4478.0, 4460.0, 4479.0, 4460.0, 4488.0, 4471.0, 4498.0, 4471.0, 4491.0, 4471.0, 4470.0, 4471.0, 4479.0, 4471.0, 4479.0, 4472.0, 4490.0, 4473.0, 4501.0, 4472.0, 4491.0, 4482.0, 4480.0, 4481.0, 4479.0, 4481.0, 4488.0, 4481.0, 4480.0, 4482.0, 4471.0, 4493.0, 4505.0, 4506.0, 4507.0, 4511.0, 4493.0, 4495.0, 4505.0, 4496.0, 4505.0, 4483.0, 4493.0, 4481.0, 4502.0, 4481.0, 4502.0, 4470.0, 4479.0, 4470.0, 4479.0, 4491.0, 4489.0, 4471.0, 4487.0, 4470.0, 4450.0, 4471.0, 4482.0, 4491.0, 4481.0, 4478.0, 4458.0, 4486.0, 4447.0, 4476.0, 4456.0, 4473.0, 4433.0, 4451.0, 4430.0, 4450.0, 4419.0, 4427.0, 4428.0, 4437.0, 4440.0, 4449.0, 4442.0, 4460.0, 4442.0, 4452.0, 4444.0, 4453.0, 4445.0, 4464.0, 4455.0, 4444.0, 4456.0, 4457.0, 4467.0, 4469.0, 4478.0, 4480.0, 4469.0, 4471.0, 4498.0, 4481.0, 4499.0, 4470.0, 4451.0, 4472.0, 4481.0, 4482.0, 4503.0, 4493.0, 4505.0, 4514.0, 4496.0, 4493.0, 4496.0, 4513.0, 4486.0, 4494.0, 4484.0, 4505.0, 4506.0, 4509.0, 4505.0, 4495.0, 4496.0, 4526.0, 4496.0, 4495.0, 4496.0, 4504.0, 4484.0, 4472.0, 4482.0, 4472.0, 4482.0, 4480.0, 4470.0, 4470.0, 4479.0, 4481.0, 4490.0, 4492.0, 4510.0, 4482.0, 4489.0, 4483.0, 4492.0, 4491.0, 4481.0, 4492.0, 4481.0, 4492.0, 4481.0, 4492.0, 4482.0, 4491.0, 4481.0, 4493.0, 4494.0, 4490.0, 4473.0, 4489.0, 4473.0, 4491.0, 4471.0, 4481.0, 4470.0, 4460.0, 4468.0, 4460.0, 4478.0, 4460.0, 4489.0, 4459.0, 4449.0, 4471.0, 4470.0, 4483.0, 4512.0, 4481.0, 4499.0, 4471.0, 4499.0, 4471.0, 4480.0, 4479.0, 4469.0, 4481.0, 4470.0, 4481.0, 4482.0, 4491.0, 4471.0, 4480.0, 4461.0, 4469.0, 4471.0, 4500.0, 4472.0, 4481.0, 4475.0, 4484.0, 4485.0, 4482.0, 4494.0, 4506.0, 4494.0, 4482.0, 4481.0, 4481.0, 4482.0, 4489.0, 4458.0, 4447.0, 4458.0, 4487.0, 4459.0, 4498.0, 4459.0, 4456.0, 4459.0, 4477.0, 4458.0, 4499.0, 4468.0, 4488.0, 4468.0, 4486.0, 4459.0, 4478.0, 4469.0, 4468.0, 4470.0, 4498.0, 4472.0, 4500.0, 4472.0, 4490.0, 4484.0, 4484.0, 4493.0, 4503.0, 4493.0, 4504.0, 4481.0, 4483.0, 4492.0, 4482.0, 4482.0, 4471.0, 4471.0, 4470.0, 4470.0, 4469.0, 4469.0, 4468.0, 4479.0, 4481.0, 4480.0, 4492.0, 4492.0, 4494.0, 4514.0, 4495.0, 4512.0, 4483.0, 4492.0, 4493.0, 4472.0, 4470.0, 4470.0, 4469.0, 4459.0, 4488.0, 4459.0, 4448.0, 4469.0, 4468.0, 4468.0, 4470.0, 4480.0, 4480.0, 4490.0, 4480.0, 4479.0, 4479.0, 4468.0, 4467.0, 4467.0, 4466.0, 4466.0, 4477.0, 4466.0, 4468.0, 4476.0, 4457.0, 4475.0, 4468.0, 4486.0, 4468.0, 4486.0, 4458.0, 4495.0, 4458.0, 4447.0, 4458.0, 4476.0, 4459.0, 4498.0, 4458.0, 4475.0, 4457.0, 4485.0, 4457.0, 4486.0, 4457.0, 4447.0, 4458.0, 4456.0, 4469.0, 4488.0, 4469.0, 4448.0, 4459.0, 4458.0, 4460.0, 4498.0, 4460.0, 4498.0, 4470.0, 4479.0, 4469.0, 4469.0, 4469.0, 4458.0, 4447.0, 4458.0, 4467.0, 4470.0, 4470.0, 4480.0, 4491.0, 4482.0, 4474.0, 4501.0, 4485.0, 4504.0, 4505.0, 4502.0, 4494.0, 4484.0, 4499.0, 4495.0, 4494.0, 4505.0, 4525.0, 4496.0, 4495.0, 4496.0, 4514.0, 4492.0, 4480.0, 4471.0, 4478.0, 4461.0, 4500.0, 4471.0, 4460.0, 4470.0, 4470.0, 4470.0, 4489.0, 4459.0, 4468.0, 4458.0, 4466.0, 4458.0, 4497.0, 4458.0, 4477.0, 4458.0, 4467.0, 4459.0, 4488.0, 4459.0, 4471.0, 4481.0, 4482.0, 4481.0, 4492.0, 4491.0, 4482.0, 4481.0, 4471.0, 4480.0, 4480.0, 4480.0, 4459.0, 4469.0, 4447.0, 4458.0, 4456.0, 4458.0, 4478.0, 4459.0, 4458.0, 4468.0, 4469.0, 4468.0, 4469.0, 4471.0, 4499.0, 4470.0, 4487.0, 4470.0, 4499.0, 4470.0, 4479.0, 4480.0, 4470.0, 4470.0, 4470.0, 4479.0, 4471.0, 4482.0, 4482.0, 4494.0, 4484.0, 4495.0, 4495.0, 4494.0, 4486.0, 4504.0, 4484.0, 4483.0, 4472.0, 4472.0, 4470.0, 4472.0, 4501.0, 4483.0, 4491.0, 4483.0, 4500.0, 4483.0, 4491.0, 4484.0, 4494.0, 4483.0, 4484.0, 4506.0, 4496.0, 4495.0, 4497.0, 4524.0, 4485.0, 4484.0, 4495.0, 4482.0, 4495.0, 4485.0, 4493.0, 4485.0, 4503.0, 4474.0, 4472.0, 4474.0, 4511.0, 4484.0, 4492.0, 4494.0, 4473.0, 4483.0, 4484.0, 4491.0, 4484.0, 4492.0, 4493.0, 4472.0, 4481.0, 4483.0, 4492.0, 4484.0, 4512.0, 4484.0, 4504.0, 4508.0, 4520.0, 4499.0, 4464.0, 4485.0, 4494.0, 4498.0, 4518.0, 4497.0, 4485.0, 4473.0, 4459.0, 4458.0, 4478.0, 4470.0, 4484.0, 4492.0, 4479.0, 4491.0], 'WindowWidth': [10005.0, 9945.0, 9964.0, 9908.0, 9856.0, 9868.0, 9848.0, 9864.0, 9858.0, 9876.0, 9861.0, 9874.0, 9862.0, 9874.0, 9857.0, 9858.0, 9841.0, 9855.0, 9838.0, 9852.0, 9852.0, 9854.0, 9826.0, 9851.0, 9854.0, 9850.0, 9853.0, 9849.0, 9857.0, 9865.0, 9858.0, 9868.0, 9872.0, 9852.0, 9856.0, 9847.0, 9853.0, 9846.0, 9837.0, 9834.0, 9837.0, 9849.0, 9842.0, 9875.0, 9857.0, 9879.0, 9845.0, 9817.0, 9846.0, 9842.0, 9861.0, 9883.0, 9858.0, 9880.0, 9842.0, 9879.0, 9839.0, 9865.0, 9854.0, 9850.0, 9829.0, 9828.0, 9844.0, 9868.0, 9859.0, 9829.0, 9860.0, 9859.0, 9873.0, 9871.0, 9860.0, 9854.0, 9843.0, 9824.0, 9847.0, 9841.0, 9873.0, 9862.0, 9888.0, 9880.0, 9894.0, 9897.0, 9903.0, 9869.0, 9886.0, 9866.0, 9903.0, 9878.0, 9846.0, 9864.0, 9858.0, 9875.0, 9885.0, 9859.0, 9857.0, 9870.0, 9857.0, 9854.0, 9858.0, 9854.0, 9872.0, 9867.0, 9846.0, 9881.0, 9857.0, 9865.0, 9854.0, 9832.0, 9835.0, 9829.0, 9833.0, 9828.0, 9834.0, 9827.0, 9833.0, 9842.0, 9823.0, 9843.0, 9838.0, 9847.0, 9853.0, 9862.0, 9843.0, 9880.0, 9847.0, 9868.0, 9857.0, 9839.0, 9857.0, 9853.0, 9856.0, 9852.0, 9840.0, 9850.0, 9869.0, 9852.0, 9859.0, 9871.0, 9857.0, 9858.0, 9857.0, 9860.0, 9860.0, 9876.0, 9873.0, 9877.0, 9859.0, 9878.0, 9860.0, 9877.0, 9875.0, 9876.0, 9860.0, 9876.0, 9858.0, 9875.0, 9883.0, 9840.0, 9846.0, 9827.0, 9880.0, 9838.0, 9849.0, 9851.0, 9858.0, 9837.0, 9860.0, 9841.0, 9876.0, 9841.0, 9811.0, 9855.0, 9854.0, 9852.0, 9854.0, 9855.0, 9857.0, 9867.0, 9841.0, 9851.0, 9822.0, 9834.0, 9819.0, 9835.0, 9833.0, 9833.0, 9834.0, 9832.0, 9836.0, 9848.0, 9840.0, 9863.0, 9868.0, 9850.0, 9854.0, 9851.0, 9857.0, 9871.0, 9853.0, 9838.0, 9819.0, 9840.0, 9846.0, 9825.0, 9879.0, 9851.0, 9861.0, 9824.0, 9834.0, 9839.0, 9841.0, 9861.0, 9862.0, 9876.0, 9883.0, 9900.0, 9904.0, 9862.0, 9883.0, 9861.0, 9870.0, 9860.0, 9857.0, 9858.0, 9840.0, 9860.0, 9883.0, 9886.0, 9909.0, 9885.0, 9863.0, 9861.0, 9881.0, 9906.0, 9882.0, 9893.0, 9893.0, 9881.0, 9845.0, 9879.0, 9839.0, 9851.0, 9837.0, 9874.0, 9817.0, 9816.0, 9859.0, 9834.0, 9816.0, 9840.0, 9862.0, 9830.0, 9813.0, 9812.0, 9801.0, 9812.0, 9819.0, 9842.0, 9813.0, 9807.0, 9793.0, 9800.0, 9819.0, 9802.0, 9817.0, 9776.0, 9817.0, 9783.0, 9785.0, 9791.0, 9750.0, 9774.0, 9750.0, 9774.0, 9766.0, 9791.0, 9768.0, 9785.0, 9811.0, 9807.0, 9817.0, 9811.0, 9818.0, 9799.0, 9847.0, 9813.0, 9835.0, 9797.0, 9824.0, 9828.0, 9818.0, 9833.0, 9839.0, 9874.0, 9840.0, 9863.0, 9854.0, 9822.0, 9841.0, 9824.0, 9854.0, 9869.0, 9873.0, 9880.0, 9890.0, 9865.0, 9902.0, 9880.0, 9861.0, 9879.0, 9862.0, 9879.0, 9866.0, 9880.0, 9880.0, 9894.0, 9878.0, 9879.0, 9861.0, 9862.0, 9845.0, 9857.0, 9871.0, 9870.0, 9855.0, 9853.0, 9842.0, 9851.0, 9842.0, 9850.0, 9857.0, 9880.0, 9841.0, 9851.0, 9842.0, 9897.0, 9855.0, 9864.0, 9838.0, 9847.0, 9833.0, 9831.0, 9835.0, 9843.0, 9839.0, 9874.0, 9855.0, 9864.0, 9855.0, 9879.0, 9858.0, 9881.0, 9847.0, 9901.0, 9847.0, 9832.0, 9859.0, 9858.0, 9873.0, 9873.0, 9875.0, 9857.0, 9859.0, 9851.0, 9840.0, 9896.0, 9837.0, 9857.0, 9833.0, 9855.0, 9828.0, 9841.0, 9839.0, 9858.0, 9837.0, 9845.0, 9838.0, 9860.0, 9838.0, 9848.0, 9840.0, 9849.0, 9842.0, 9880.0, 9849.0, 9845.0, 9833.0, 9811.0, 9829.0, 9825.0, 9829.0, 9825.0, 9816.0, 9828.0, 9836.0, 9846.0, 9828.0, 9849.0, 9855.0, 9861.0, 9854.0, 9834.0, 9841.0, 9844.0, 9839.0, 9866.0, 9852.0, 9847.0, 9837.0, 9844.0, 9847.0, 9831.0, 9817.0, 9827.0, 9818.0, 9830.0, 9834.0, 9849.0, 9850.0, 9838.0, 9854.0, 9854.0, 9858.0, 9871.0, 9876.0, 9887.0, 9876.0, 9887.0, 9856.0, 9857.0, 9839.0, 9839.0, 9847.0, 9838.0, 9851.0, 9852.0, 9838.0, 9855.0, 9854.0, 9865.0, 9870.0, 9868.0, 9870.0, 9854.0, 9872.0, 9865.0, 9857.0, 9850.0, 9855.0, 9851.0, 9857.0, 9822.0, 9843.0, 9855.0, 9856.0, 9855.0, 9869.0, 9855.0, 9857.0, 9857.0, 9854.0, 9857.0, 9852.0, 9857.0, 9881.0, 9857.0, 9825.0, 9855.0, 9838.0, 9853.0, 9851.0, 9851.0, 9837.0, 9853.0, 9871.0, 9864.0, 9860.0, 9869.0, 9861.0, 9868.0, 9861.0, 9895.0, 9862.0, 9898.0, 9861.0, 9870.0, 9848.0, 9858.0, 9875.0, 9859.0, 9876.0, 9860.0, 9859.0, 9827.0, 9843.0, 9838.0, 9839.0, 9848.0, 9827.0, 9878.0, 9823.0, 9818.0, 9822.0, 9846.0, 9827.0, 9894.0, 9838.0, 9851.0, 9842.0, 9827.0, 9846.0, 9858.0, 9878.0, 9901.0, 9859.0, 9870.0, 9855.0, 9850.0, 9840.0, 9834.0, 9839.0, 9824.0, 9843.0, 9855.0, 9856.0, 9857.0, 9857.0, 9858.0, 9860.0, 9878.0, 9841.0, 9824.0, 9840.0, 9849.0, 9841.0, 9854.0, 9855.0, 9848.0, 9873.0, 9863.0, 9873.0, 9860.0, 9857.0, 9843.0, 9853.0, 9856.0, 9852.0, 9842.0, 9853.0, 9837.0, 9838.0, 9852.0, 9849.0, 9840.0, 9850.0, 9838.0, 9846.0, 9835.0, 9858.0, 9837.0, 9860.0, 9837.0, 9846.0, 9837.0, 9871.0, 9838.0, 9846.0, 9852.0, 9845.0, 9840.0, 9845.0, 9841.0, 9825.0, 9844.0, 9842.0, 9870.0, 9874.0, 9871.0, 9861.0, 9870.0, 9861.0, 9854.0, 9860.0, 9883.0, 9844.0, 9881.0, 9841.0, 9850.0, 9841.0, 9849.0, 9827.0, 9883.0, 9839.0, 9844.0, 9823.0, 9857.0, 9823.0, 9844.0, 9823.0, 9846.0, 9824.0, 9857.0, 9840.0, 9873.0, 9840.0, 9867.0, 9841.0, 9836.0, 9839.0, 9848.0, 9840.0, 9849.0, 9845.0, 9865.0, 9846.0, 9881.0, 9845.0, 9868.0, 9857.0, 9852.0, 9855.0, 9849.0, 9855.0, 9861.0, 9858.0, 9854.0, 9858.0, 9842.0, 9877.0, 9897.0, 9899.0, 9901.0, 9901.0, 9879.0, 9883.0, 9898.0, 9886.0, 9897.0, 9864.0, 9876.0, 9857.0, 9886.0, 9854.0, 9887.0, 9838.0, 9850.0, 9839.0, 9854.0, 9871.0, 9863.0, 9843.0, 9857.0, 9837.0, 9811.0, 9842.0, 9859.0, 9870.0, 9855.0, 9849.0, 9819.0, 9853.0, 9800.0, 9840.0, 9810.0, 9828.0, 9775.0, 9797.0, 9767.0, 9791.0, 9748.0, 9755.0, 9759.0, 9770.0, 9778.0, 9789.0, 9785.0, 9808.0, 9786.0, 9799.0, 9792.0, 9803.0, 9797.0, 9820.0, 9809.0, 9794.0, 9811.0, 9818.0, 9830.0, 9835.0, 9845.0, 9852.0, 9834.0, 9842.0, 9875.0, 9856.0, 9878.0, 9839.0, 9814.0, 9844.0, 9858.0, 9859.0, 9891.0, 9877.0, 9897.0, 9906.0, 9884.0, 9876.0, 9884.0, 9904.0, 9870.0, 9879.0, 9866.0, 9896.0, 9900.0, 9906.0, 9894.0, 9883.0, 9886.0, 9927.0, 9885.0, 9881.0, 9885.0, 9893.0, 9864.0, 9845.0, 9858.0, 9844.0, 9858.0, 9852.0, 9839.0, 9838.0, 9851.0, 9857.0, 9867.0, 9873.0, 9896.0, 9861.0, 9866.0, 9862.0, 9875.0, 9869.0, 9855.0, 9872.0, 9855.0, 9873.0, 9858.0, 9872.0, 9857.0, 9871.0, 9857.0, 9877.0, 9879.0, 9869.0, 9848.0, 9865.0, 9848.0, 9870.0, 9844.0, 9855.0, 9839.0, 9823.0, 9833.0, 9826.0, 9847.0, 9825.0, 9861.0, 9823.0, 9809.0, 9842.0, 9840.0, 9862.0, 9902.0, 9856.0, 9878.0, 9841.0, 9877.0, 9842.0, 9852.0, 9852.0, 9836.0, 9854.0, 9840.0, 9854.0, 9856.0, 9869.0, 9842.0, 9851.0, 9828.0, 9836.0, 9841.0, 9879.0, 9843.0, 9855.0, 9854.0, 9867.0, 9868.0, 9861.0, 9880.0, 9900.0, 9880.0, 9861.0, 9857.0, 9856.0, 9859.0, 9863.0, 9820.0, 9802.0, 9819.0, 9856.0, 9823.0, 9877.0, 9821.0, 9814.0, 9822.0, 9843.0, 9822.0, 9880.0, 9833.0, 9860.0, 9834.0, 9857.0, 9824.0, 9847.0, 9837.0, 9832.0, 9839.0, 9873.0, 9846.0, 9881.0, 9845.0, 9868.0, 9865.0, 9866.0, 9876.0, 9890.0, 9875.0, 9891.0, 9858.0, 9863.0, 9874.0, 9858.0, 9858.0, 9841.0, 9841.0, 9838.0, 9839.0, 9837.0, 9837.0, 9833.0, 9851.0, 9855.0, 9853.0, 9875.0, 9874.0, 9881.0, 9907.0, 9885.0, 9903.0, 9865.0, 9876.0, 9875.0, 9845.0, 9841.0, 9839.0, 9836.0, 9823.0, 9860.0, 9821.0, 9806.0, 9838.0, 9834.0, 9835.0, 9838.0, 9852.0, 9854.0, 9866.0, 9853.0, 9851.0, 9850.0, 9832.0, 9831.0, 9828.0, 9828.0, 9825.0, 9844.0, 9827.0, 9832.0, 9840.0, 9818.0, 9839.0, 9834.0, 9855.0, 9833.0, 9853.0, 9819.0, 9867.0, 9820.0, 9802.0, 9820.0, 9841.0, 9821.0, 9874.0, 9819.0, 9838.0, 9816.0, 9850.0, 9816.0, 9852.0, 9817.0, 9802.0, 9820.0, 9815.0, 9836.0, 9859.0, 9836.0, 9806.0, 9822.0, 9819.0, 9825.0, 9873.0, 9824.0, 9874.0, 9839.0, 9850.0, 9836.0, 9836.0, 9836.0, 9820.0, 9803.0, 9819.0, 9830.0, 9838.0, 9841.0, 9853.0, 9869.0, 9859.0, 9853.0, 9885.0, 9870.0, 9893.0, 9895.0, 9887.0, 9880.0, 9868.0, 9896.0, 9882.0, 9879.0, 9898.0, 9925.0, 9889.0, 9885.0, 9889.0, 9910.0, 9874.0, 9852.0, 9842.0, 9847.0, 9829.0, 9882.0, 9842.0, 9824.0, 9840.0, 9838.0, 9840.0, 9862.0, 9822.0, 9831.0, 9819.0, 9826.0, 9818.0, 9875.0, 9821.0, 9844.0, 9819.0, 9830.0, 9822.0, 9861.0, 9824.0, 9843.0, 9856.0, 9858.0, 9855.0, 9873.0, 9872.0, 9859.0, 9855.0, 9844.0, 9852.0, 9854.0, 9854.0, 9823.0, 9834.0, 9801.0, 9818.0, 9813.0, 9818.0, 9844.0, 9820.0, 9818.0, 9833.0, 9835.0, 9835.0, 9835.0, 9841.0, 9876.0, 9839.0, 9857.0, 9839.0, 9876.0, 9838.0, 9848.0, 9854.0, 9837.0, 9839.0, 9839.0, 9852.0, 9843.0, 9859.0, 9861.0, 9879.0, 9864.0, 9882.0, 9882.0, 9878.0, 9870.0, 9894.0, 9865.0, 9859.0, 9842.0, 9844.0, 9839.0, 9845.0, 9881.0, 9861.0, 9870.0, 9859.0, 9878.0, 9863.0, 9870.0, 9868.0, 9879.0, 9863.0, 9865.0, 9899.0, 9883.0, 9882.0, 9888.0, 9920.0, 9868.0, 9863.0, 9881.0, 9861.0, 9881.0, 9867.0, 9877.0, 9866.0, 9886.0, 9849.0, 9844.0, 9852.0, 9895.0, 9864.0, 9874.0, 9876.0, 9846.0, 9858.0, 9863.0, 9869.0, 9862.0, 9873.0, 9875.0, 9844.0, 9855.0, 9859.0, 9871.0, 9866.0, 9900.0, 9866.0, 9893.0, 9908.0, 9928.0, 9894.0, 9838.0, 9869.0, 9880.0, 9891.0, 9920.0, 9882.0, 9859.0, 9843.0, 9820.0, 9819.0, 9845.0, 9838.0, 9864.0, 9875.0, 9850.0, 9873.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.004345868372943327</td></tr>
<tr><td colspan=3>aqi</td><td>0.02026250009140768</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.56891216397987</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3270937318206766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1042089099268055</td></tr>
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
<tr><td colspan=3>fber</td><td>6958.6694</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10224277228745436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.6727605118829985</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4830258838650168</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.431490032937851</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6911728449283485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3264147737288514</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114777</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009851460345089436</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017959533259272575</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>3.8503839733835026</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>47.4952</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8383</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.1075</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297284.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0212</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3504</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.2479</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.0208</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.3623</td></tr>
<tr><td colspan=3>tsnr</td><td>41.556944312760606</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>