<?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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-02/func/sub-0127_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>638ea2435bea8b0c9fd9a43f6c0ded8d</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>17:07:26.807500</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.99643, 0.0788355, -0.0301871, -0.0801709, 0.995722, -0.0459281]</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.0867919</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>[4202, -7760, -7235, 333, -198, 111, -16, 175]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ce2be20d-45f2-47c5-b9c3-a84f44e3a6bc||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.6733500957489014, -0.21509259939193726, -0.07138051092624664, 124.0252456665039], [-0.2115098536014557, 2.671450614929199, -0.1300976574420929, -91.5510025024414], [-0.08098983764648438, 0.12322180718183517, 2.6959190368652344, -80.79126739501953], [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': ['170726.807500', '170727.267500', '170727.727500', '170728.187500', '170728.647500', '170729.107500', '170729.567500', '170730.027500', '170730.487500', '170730.947500', '170731.407500', '170731.867500', '170732.327500', '170732.787500', '170733.247500', '170733.707500', '170734.167500', '170734.627500', '170735.087500', '170735.547500', '170736.007500', '170736.467500', '170736.927500', '170737.387500', '170737.847500', '170738.307500', '170738.767500', '170739.227500', '170739.687500', '170740.147500', '170740.607500', '170741.067500', '170741.527500', '170741.987500', '170742.447500', '170742.907500', '170743.367500', '170743.827500', '170744.287500', '170744.747500', '170745.207500', '170745.667500', '170746.127500', '170746.587500', '170747.047500', '170747.507500', '170747.967500', '170748.427500', '170748.887500', '170749.347500', '170749.807500', '170750.267500', '170750.727500', '170751.187500', '170751.647500', '170752.107500', '170752.567500', '170753.027500', '170753.487500', '170753.947500', '170754.407500', '170754.867500', '170755.327500', '170755.787500', '170756.247500', '170756.707500', '170757.167500', '170757.627500', '170758.087500', '170758.547500', '170759.007500', '170759.467500', '170759.927500', '170800.387500', '170800.847500', '170801.307500', '170801.767500', '170802.227500', '170802.687500', '170803.147500', '170803.607500', '170804.067500', '170804.527500', '170804.987500', '170805.447500', '170805.907500', '170806.367500', '170806.827500', '170807.287500', '170807.747500', '170808.207500', '170808.667500', '170809.127500', '170809.587500', '170810.047500', '170810.507500', '170810.967500', '170811.427500', '170811.887500', '170812.347500', '170812.807500', '170813.267500', '170813.727500', '170814.187500', '170814.647500', '170815.107500', '170815.567500', '170816.027500', '170816.487500', '170816.947500', '170817.407500', '170817.867500', '170818.327500', '170818.787500', '170819.247500', '170819.707500', '170820.167500', '170820.627500', '170821.087500', '170821.547500', '170822.007500', '170822.467500', '170822.927500', '170823.387500', '170823.847500', '170824.307500', '170824.767500', '170825.227500', '170825.687500', '170826.147500', '170826.607500', '170827.067500', '170827.527500', '170827.987500', '170828.447500', '170828.907500', '170829.367500', '170829.827500', '170830.287500', '170830.747500', '170831.207500', '170831.667500', '170832.127500', '170832.587500', '170833.047500', '170833.507500', '170833.967500', '170834.427500', '170834.887500', '170835.347500', '170835.807500', '170836.267500', '170836.727500', '170837.187500', '170837.647500', '170838.107500', '170838.567500', '170839.027500', '170839.487500', '170839.947500', '170840.407500', '170840.867500', '170841.327500', '170841.787500', '170842.247500', '170842.707500', '170843.167500', '170843.627500', '170844.087500', '170844.547500', '170845.007500', '170845.467500', '170845.927500', '170846.387500', '170846.847500', '170847.307500', '170847.767500', '170848.227500', '170848.687500', '170849.147500', '170849.607500', '170850.067500', '170850.527500', '170850.987500', '170851.447500', '170851.907500', '170852.367500', '170852.827500', '170853.287500', '170853.747500', '170854.207500', '170854.667500', '170855.127500', '170855.587500', '170856.047500', '170856.507500', '170856.967500', '170857.427500', '170857.887500', '170858.347500', '170858.807500', '170859.267500', '170859.727500', '170900.187500', '170900.647500', '170901.107500', '170901.567500', '170902.027500', '170902.487500', '170902.947500', '170903.407500', '170903.867500', '170904.327500', '170904.787500', '170905.247500', '170905.707500', '170906.167500', '170906.627500', '170907.087500', '170907.547500', '170908.007500', '170908.467500', '170908.927500', '170909.387500', '170909.847500', '170910.307500', '170910.767500', '170911.227500', '170911.687500', '170912.147500', '170912.607500', '170913.067500', '170913.527500', '170913.987500', '170914.447500', '170914.907500', '170915.367500', '170915.827500', '170916.287500', '170916.747500', '170917.207500', '170917.667500', '170918.127500', '170918.587500', '170919.047500', '170919.507500', '170919.967500', '170920.427500', '170920.887500', '170921.347500', '170921.807500', '170922.267500', '170922.727500', '170923.187500', '170923.647500', '170924.107500', '170924.567500', '170925.027500', '170925.487500', '170925.947500', '170926.407500', '170926.867500', '170927.327500', '170927.787500', '170928.247500', '170928.707500', '170929.167500', '170929.627500', '170930.087500', '170930.547500', '170931.007500', '170931.467500', '170931.927500', '170932.387500', '170932.847500', '170933.307500', '170933.767500', '170934.227500', '170934.687500', '170935.147500', '170935.607500', '170936.067500', '170936.527500', '170936.987500', '170937.447500', '170937.907500', '170938.367500', '170938.827500', '170939.287500', '170939.747500', '170940.207500', '170940.667500', '170941.127500', '170941.587500', '170942.047500', '170942.507500', '170942.967500', '170943.427500', '170943.887500', '170944.347500', '170944.807500', '170945.267500', '170945.727500', '170946.187500', '170946.647500', '170947.107500', '170947.567500', '170948.027500', '170948.487500', '170948.947500', '170949.407500', '170949.867500', '170950.327500', '170950.787500', '170951.247500', '170951.707500', '170952.167500', '170952.627500', '170953.087500', '170953.547500', '170954.007500', '170954.467500', '170954.927500', '170955.387500', '170955.847500', '170956.307500', '170956.767500', '170957.227500', '170957.687500', '170958.147500', '170958.607500', '170959.067500', '170959.527500', '170959.987500', '171000.447500', '171000.907500', '171001.367500', '171001.827500', '171002.287500', '171002.747500', '171003.207500', '171003.667500', '171004.127500', '171004.587500', '171005.047500', '171005.507500', '171005.967500', '171006.427500', '171006.887500', '171007.347500', '171007.807500', '171008.267500', '171008.727500', '171009.187500', '171009.647500', '171010.107500', '171010.567500', '171011.027500', '171011.487500', '171011.947500', '171012.407500', '171012.867500', '171013.327500', '171013.787500', '171014.247500', '171014.707500', '171015.167500', '171015.627500', '171016.087500', '171016.547500', '171017.007500', '171017.467500', '171017.927500', '171018.387500', '171018.847500', '171019.307500', '171019.767500', '171020.227500', '171020.687500', '171021.147500', '171021.607500', '171022.067500', '171022.527500', '171022.987500', '171023.447500', '171023.907500', '171024.367500', '171024.827500', '171025.287500', '171025.747500', '171026.207500', '171026.667500', '171027.127500', '171027.587500', '171028.047500', '171028.507500', '171028.967500', '171029.427500', '171029.887500', '171030.347500', '171030.807500', '171031.267500', '171031.727500', '171032.187500', '171032.647500', '171033.107500', '171033.567500', '171034.027500', '171034.487500', '171034.947500', '171035.407500', '171035.867500', '171036.327500', '171036.787500', '171037.247500', '171037.707500', '171038.167500', '171038.627500', '171039.087500', '171039.547500', '171040.007500', '171040.467500', '171040.927500', '171041.387500', '171041.847500', '171042.307500', '171042.767500', '171043.227500', '171043.687500', '171044.147500', '171044.607500', '171045.067500', '171045.527500', '171045.987500', '171046.447500', '171046.907500', '171047.367500', '171047.827500', '171048.287500', '171048.747500', '171049.207500', '171049.667500', '171050.127500', '171050.587500', '171051.047500', '171051.507500', '171051.967500', '171052.427500', '171052.887500', '171053.347500', '171053.807500', '171054.267500', '171054.727500', '171055.187500', '171055.647500', '171056.107500', '171056.567500', '171057.027500', '171057.487500', '171057.947500', '171058.407500', '171058.867500', '171059.327500', '171059.787500', '171100.247500', '171100.707500', '171101.167500', '171101.627500', '171102.087500', '171102.547500', '171103.007500', '171103.467500', '171103.927500', '171104.387500', '171104.847500', '171105.307500', '171105.767500', '171106.227500', '171106.687500', '171107.147500', '171107.607500', '171108.067500', '171108.527500', '171108.987500', '171109.447500', '171109.907500', '171110.367500', '171110.827500', '171111.287500', '171111.747500', '171112.207500', '171112.667500', '171113.127500', '171113.587500', '171114.047500', '171114.507500', '171114.967500', '171115.427500', '171115.887500', '171116.347500', '171116.807500', '171117.267500', '171117.727500', '171118.187500', '171118.647500', '171119.107500', '171119.567500', '171120.027500', '171120.487500', '171120.947500', '171121.407500', '171121.867500', '171122.327500', '171122.787500', '171123.247500', '171123.707500', '171124.167500', '171124.627500', '171125.087500', '171125.547500', '171126.007500', '171126.467500', '171126.927500', '171127.387500', '171127.847500', '171128.307500', '171128.767500', '171129.227500', '171129.687500', '171130.147500', '171130.607500', '171131.067500', '171131.527500', '171131.987500', '171132.447500', '171132.907500', '171133.367500', '171133.827500', '171134.287500', '171134.747500', '171135.207500', '171135.667500', '171136.127500', '171136.587500', '171137.047500', '171137.507500', '171137.967500', '171138.427500', '171138.887500', '171139.347500', '171139.807500', '171140.267500', '171140.727500', '171141.187500', '171141.647500', '171142.107500', '171142.567500', '171143.027500', '171143.487500', '171143.947500', '171144.407500', '171144.867500', '171145.327500', '171145.787500', '171146.247500', '171146.707500', '171147.167500', '171147.627500', '171148.087500', '171148.547500', '171149.007500', '171149.467500', '171149.927500', '171150.387500', '171150.847500', '171151.307500', '171151.767500', '171152.227500', '171152.687500', '171153.147500', '171153.607500', '171154.067500', '171154.527500', '171154.987500', '171155.447500', '171155.907500', '171156.367500', '171156.827500', '171157.287500', '171157.747500', '171158.207500', '171158.667500', '171159.127500', '171159.587500', '171200.047500', '171200.507500', '171200.967500', '171201.427500', '171201.887500', '171202.347500', '171202.807500', '171203.267500', '171203.727500', '171204.187500', '171204.647500', '171205.107500', '171205.567500', '171206.027500', '171206.487500', '171206.947500', '171207.407500', '171207.867500', '171208.327500', '171208.787500', '171209.247500', '171209.707500', '171210.167500', '171210.627500', '171211.087500', '171211.547500', '171212.007500', '171212.467500', '171212.927500', '171213.387500', '171213.847500', '171214.307500', '171214.767500', '171215.227500', '171215.687500', '171216.147500', '171216.607500', '171217.067500', '171217.527500', '171217.987500', '171218.447500', '171218.907500', '171219.367500', '171219.827500', '171220.287500', '171220.747500', '171221.207500', '171221.667500', '171222.127500', '171222.587500', '171223.047500', '171223.507500', '171223.967500', '171224.427500', '171224.887500', '171225.347500', '171225.807500', '171226.267500', '171226.727500', '171227.187500', '171227.647500', '171228.107500', '171228.567500', '171229.027500', '171229.487500', '171229.947500', '171230.407500', '171230.867500', '171231.327500', '171231.787500', '171232.247500', '171232.707500', '171233.167500', '171233.627500', '171234.087500', '171234.547500', '171235.007500', '171235.467500', '171235.927500', '171236.387500', '171236.847500', '171237.307500', '171237.767500', '171238.227500', '171238.687500', '171239.147500', '171239.607500', '171240.067500', '171240.527500', '171240.987500', '171241.447500', '171241.907500', '171242.367500', '171242.827500', '171243.287500', '171243.747500', '171244.207500', '171244.667500', '171245.127500', '171245.587500', '171246.047500', '171246.507500', '171246.967500', '171247.427500', '171247.887500', '171248.347500', '171248.807500', '171249.267500', '171249.727500', '171250.187500', '171250.647500', '171251.107500', '171251.567500', '171252.027500', '171252.487500', '171252.947500', '171253.407500', '171253.867500', '171254.327500', '171254.787500', '171255.247500', '171255.707500', '171256.167500', '171256.627500', '171257.087500', '171257.547500', '171258.007500', '171258.467500', '171258.927500', '171259.387500', '171259.847500', '171300.307500', '171300.767500', '171301.227500', '171301.687500', '171302.147500', '171302.607500', '171303.067500', '171303.527500', '171303.987500', '171304.447500', '171304.907500', '171305.367500', '171305.827500', '171306.287500', '171306.747500', '171307.207500', '171307.667500', '171308.127500', '171308.587500', '171309.047500', '171309.507500', '171309.967500', '171310.427500', '171310.887500', '171311.347500', '171311.807500', '171312.267500', '171312.727500', '171313.187500', '171313.647500', '171314.107500', '171314.567500', '171315.027500', '171315.487500', '171315.947500', '171316.407500', '171316.867500', '171317.327500', '171317.787500', '171318.247500', '171318.707500', '171319.167500', '171319.627500', '171320.087500', '171320.547500', '171321.007500', '171321.467500', '171321.927500', '171322.387500', '171322.847500', '171323.307500', '171323.767500', '171324.227500', '171324.687500', '171325.147500', '171325.607500', '171326.067500', '171326.527500', '171326.987500', '171327.447500', '171327.907500', '171328.367500', '171328.827500', '171329.287500', '171329.747500', '171330.207500', '171330.667500', '171331.127500', '171331.587500', '171332.047500', '171332.507500', '171332.967500', '171333.427500', '171333.887500', '171334.347500', '171334.807500', '171335.267500', '171335.727500', '171336.187500', '171336.647500', '171337.107500', '171337.567500', '171338.027500', '171338.487500', '171338.947500', '171339.407500', '171339.867500', '171340.327500', '171340.787500', '171341.247500', '171341.707500', '171342.167500', '171342.627500', '171343.087500', '171343.547500', '171344.007500', '171344.467500', '171344.927500', '171345.387500', '171345.847500', '171346.307500', '171346.767500', '171347.227500', '171347.687500', '171348.147500', '171348.607500', '171349.067500', '171349.527500', '171349.987500', '171350.447500', '171350.907500', '171351.367500', '171351.827500', '171352.287500', '171352.747500', '171353.207500', '171353.667500', '171354.127500', '171354.587500', '171355.047500', '171355.507500', '171355.967500', '171356.427500', '171356.887500', '171357.347500', '171357.807500', '171358.267500', '171358.727500', '171359.187500', '171359.647500', '171400.107500', '171400.567500', '171401.027500', '171401.487500', '171401.947500', '171402.407500', '171402.867500', '171403.327500', '171403.787500', '171404.247500', '171404.707500', '171405.167500', '171405.627500', '171406.087500', '171406.547500', '171407.007500', '171407.467500', '171407.927500', '171408.387500', '171408.847500', '171409.307500', '171409.767500', '171410.227500', '171410.687500', '171411.147500', '171411.607500', '171412.067500', '171412.527500', '171412.987500', '171413.447500', '171413.907500', '171414.367500', '171414.827500', '171415.287500', '171415.747500', '171416.207500', '171416.667500', '171417.127500', '171417.587500', '171418.047500', '171418.507500', '171418.967500', '171419.427500', '171419.887500', '171420.347500', '171420.807500', '171421.267500', '171421.727500', '171422.187500', '171422.647500', '171423.107500', '171423.567500', '171424.027500', '171424.487500', '171424.947500', '171425.407500', '171425.867500', '171426.327500', '171426.787500', '171427.247500', '171427.707500', '171428.167500', '171428.627500', '171429.087500', '171429.547500', '171430.007500', '171430.467500', '171430.927500', '171431.387500', '171431.847500', '171432.307500', '171432.767500', '171433.227500', '171433.687500', '171434.147500', '171434.607500', '171435.067500', '171435.527500', '171435.987500', '171436.447500', '171436.907500', '171437.367500', '171437.827500', '171438.287500', '171438.747500', '171439.207500', '171439.667500', '171440.127500', '171440.587500', '171441.047500', '171441.507500', '171441.967500', '171442.427500', '171442.887500', '171443.347500', '171443.807500', '171444.267500', '171444.727500', '171445.187500', '171445.647500', '171446.107500', '171446.567500', '171447.027500', '171447.487500', '171447.947500', '171448.407500', '171448.867500', '171449.327500', '171449.787500', '171450.247500', '171450.707500', '171451.167500', '171451.627500', '171452.087500', '171452.547500', '171453.007500', '171453.467500', '171453.927500', '171454.387500', '171454.847500', '171455.307500', '171455.767500', '171456.227500', '171456.687500', '171457.147500', '171457.607500', '171458.067500', '171458.527500', '171458.987500', '171459.447500', '171459.907500', '171500.367500', '171500.827500', '171501.287500', '171501.747500', '171502.207500', '171502.667500', '171503.127500', '171503.587500', '171504.047500', '171504.507500', '171504.967500', '171505.427500', '171505.887500', '171506.347500', '171506.807500', '171507.267500', '171507.727500', '171508.187500', '171508.647500', '171509.107500', '171509.567500', '171510.027500', '171510.487500', '171510.947500', '171511.407500', '171511.867500', '171512.327500', '171512.787500', '171513.247500', '171513.707500', '171514.167500', '171514.627500', '171515.087500', '171515.547500', '171516.007500', '171516.467500', '171516.927500', '171517.387500', '171517.847500', '171518.307500', '171518.767500', '171519.227500', '171519.687500', '171520.147500', '171520.607500', '171521.067500', '171521.527500', '171521.987500', '171522.447500', '171522.907500', '171523.367500', '171523.827500', '171524.287500', '171524.747500', '171525.207500', '171525.667500', '171526.127500', '171526.587500', '171527.047500', '171527.507500', '171527.967500', '171528.427500', '171528.887500', '171529.347500', '171529.807500', '171530.267500', '171530.727500', '171531.187500', '171531.647500', '171532.107500', '171532.567500', '171533.027500', '171533.487500', '171533.947500', '171534.407500', '171534.867500', '171535.327500', '171535.787500', '171536.247500', '171536.707500', '171537.167500', '171537.627500', '171538.087500', '171538.547500', '171539.007500', '171539.467500', '171539.927500', '171540.387500', '171540.847500', '171541.307500', '171541.767500', '171542.227500', '171542.687500', '171543.147500', '171543.607500', '171544.067500', '171544.527500', '171544.987500', '171545.447500', '171545.907500', '171546.367500', '171546.827500', '171547.287500', '171547.747500', '171548.207500', '171548.667500', '171549.127500', '171549.587500', '171550.047500', '171550.507500', '171550.967500', '171551.427500'], 'ContentTime': ['170750.132000', '170750.140000', '170750.143000', '170750.145000', '170750.148000', '170750.150000', '170750.153000', '170750.155000', '170750.158000', '170750.161000', '170750.163000', '170750.166000', '170750.172000', '170750.175000', '170750.178000', '170750.180000', '170750.183000', '170750.185000', '170750.188000', '170750.190000', '170750.193000', '170750.196000', '170750.198000', '170750.201000', '170750.203000', '170750.206000', '170750.209000', '170750.211000', '170750.214000', '170750.217000', '170750.219000', '170750.222000', '170750.224000', '170750.227000', '170750.230000', '170750.232000', '170750.235000', '170750.237000', '170750.240000', '170750.243000', '170750.245000', '170750.248000', '170750.250000', '170750.260000', '170750.262000', '170750.265000', '170750.268000', '170810.045000', '170810.047000', '170810.050000', '170810.053000', '170810.056000', '170810.058000', '170810.061000', '170810.063000', '170810.066000', '170810.069000', '170810.071000', '170810.074000', '170810.076000', '170810.079000', '170810.082000', '170810.084000', '170810.087000', '170810.089000', '170810.092000', '170810.094000', '170810.097000', '170810.100000', '170810.102000', '170810.105000', '170810.107000', '170810.110000', '170810.113000', '170810.116000', '170810.119000', '170810.122000', '170810.124000', '170810.127000', '170810.129000', '170810.143000', '170810.146000', '170810.149000', '170810.151000', '170810.162000', '170810.165000', '170810.167000', '170810.170000', '170810.172000', '170810.175000', '170830.045000', '170830.047000', '170830.050000', '170830.052000', '170830.055000', '170830.058000', '170830.060000', '170830.063000', '170830.066000', '170830.069000', '170830.071000', '170830.074000', '170830.077000', '170830.079000', '170830.082000', '170830.084000', '170830.087000', '170830.090000', '170830.092000', '170830.095000', '170830.098000', '170830.100000', '170830.103000', '170830.105000', '170830.108000', '170830.110000', '170830.113000', '170830.115000', '170830.120000', '170830.123000', '170830.126000', '170830.128000', '170830.131000', '170830.133000', '170830.136000', '170830.138000', '170830.141000', '170830.144000', '170830.146000', '170830.149000', '170830.152000', '170830.154000', '170830.157000', '170830.159000', '170850.043000', '170850.046000', '170850.049000', '170850.052000', '170850.054000', '170850.057000', '170850.059000', '170850.062000', '170850.064000', '170850.067000', '170850.070000', '170850.072000', '170850.075000', '170850.077000', '170850.080000', '170850.083000', '170850.086000', '170850.088000', '170850.091000', '170850.094000', '170850.096000', '170850.099000', '170850.101000', '170850.104000', '170850.108000', '170850.111000', '170850.114000', '170850.116000', '170850.119000', '170850.122000', '170850.125000', '170850.128000', '170850.131000', '170850.134000', '170850.136000', '170850.139000', '170850.141000', '170850.144000', '170850.147000', '170850.149000', '170850.152000', '170850.155000', '170850.157000', '170910.045000', '170910.047000', '170910.050000', '170910.053000', '170910.055000', '170910.058000', '170910.061000', '170910.064000', '170910.066000', '170910.069000', '170910.071000', '170910.074000', '170910.076000', '170910.079000', '170910.082000', '170910.084000', '170910.087000', '170910.089000', '170910.092000', '170910.095000', '170910.097000', '170910.100000', '170910.105000', '170910.108000', '170910.111000', '170910.113000', '170910.116000', '170910.118000', '170910.121000', '170910.123000', '170910.126000', '170910.129000', '170910.131000', '170910.134000', '170910.137000', '170910.139000', '170910.142000', '170910.145000', '170910.147000', '170910.150000', '170910.152000', '170910.155000', '170910.158000', '170910.160000', '170930.044000', '170930.048000', '170930.050000', '170930.053000', '170930.055000', '170930.058000', '170930.060000', '170930.063000', '170930.066000', '170930.068000', '170930.071000', '170930.073000', '170930.076000', '170930.079000', '170930.081000', '170930.084000', '170930.086000', '170930.089000', '170930.092000', '170930.094000', '170930.104000', '170930.107000', '170930.109000', '170930.112000', '170930.115000', '170930.117000', '170930.120000', '170930.123000', '170930.127000', '170930.130000', '170930.132000', '170930.135000', '170930.137000', '170930.140000', '170930.143000', '170930.145000', '170930.148000', '170930.150000', '170930.153000', '170930.155000', '170930.158000', '170930.160000', '170930.163000', '170950.044000', '170950.047000', '170950.050000', '170950.052000', '170950.055000', '170950.058000', '170950.060000', '170950.063000', '170950.065000', '170950.068000', '170950.070000', '170950.073000', '170950.075000', '170950.078000', '170950.081000', '170950.083000', '170950.086000', '170950.088000', '170950.091000', '170950.094000', '170950.097000', '170950.099000', '170950.102000', '170950.104000', '170950.107000', '170950.110000', '170950.112000', '170950.115000', '170950.117000', '170950.120000', '170950.122000', '170950.125000', '170950.128000', '170950.141000', '170950.144000', '170950.146000', '170950.149000', '170950.151000', '170950.154000', '170950.156000', '170950.159000', '170950.162000', '170950.164000', '170950.167000', '171010.045000', '171010.047000', '171010.050000', '171010.053000', '171010.055000', '171010.058000', '171010.061000', '171010.063000', '171010.066000', '171010.069000', '171010.071000', '171010.074000', '171010.076000', '171010.079000', '171010.082000', '171010.084000', '171010.094000', '171010.097000', '171010.099000', '171010.102000', '171010.105000', '171010.107000', '171010.110000', '171010.112000', '171010.115000', '171010.118000', '171010.120000', '171010.123000', '171010.125000', '171010.128000', '171010.131000', '171010.133000', '171010.136000', '171010.138000', '171010.141000', '171010.144000', '171010.146000', '171010.149000', '171010.152000', '171010.154000', '171010.157000', '171010.159000', '171010.162000', '171030.045000', '171030.048000', '171030.050000', '171030.053000', '171030.055000', '171030.058000', '171030.061000', '171030.063000', '171030.066000', '171030.069000', '171030.071000', '171030.074000', '171030.076000', '171030.079000', '171030.082000', '171030.084000', '171030.087000', '171030.090000', '171030.092000', '171030.095000', '171030.097000', '171030.100000', '171030.103000', '171030.105000', '171030.108000', '171030.110000', '171030.113000', '171030.116000', '171030.118000', '171030.121000', '171030.123000', '171030.126000', '171030.129000', '171030.131000', '171030.134000', '171030.136000', '171030.139000', '171030.142000', '171030.144000', '171030.147000', '171030.149000', '171030.152000', '171030.155000', '171030.157000', '171050.044000', '171050.047000', '171050.050000', '171050.053000', '171050.056000', '171050.058000', '171050.061000', '171050.063000', '171050.066000', '171050.068000', '171050.071000', '171050.074000', '171050.076000', '171050.079000', '171050.081000', '171050.084000', '171050.086000', '171050.089000', '171050.092000', '171050.094000', '171050.097000', '171050.099000', '171050.102000', '171050.104000', '171050.107000', '171050.110000', '171050.112000', '171050.115000', '171050.117000', '171050.120000', '171050.123000', '171050.125000', '171050.128000', '171050.130000', '171050.133000', '171050.135000', '171050.138000', '171050.140000', '171050.143000', '171050.146000', '171050.148000', '171050.151000', '171050.153000', '171110.043000', '171110.046000', '171110.049000', '171110.051000', '171110.054000', '171110.057000', '171110.060000', '171110.062000', '171110.065000', '171110.067000', '171110.070000', '171110.073000', '171110.075000', '171110.078000', '171110.081000', '171110.083000', '171110.086000', '171110.088000', '171110.091000', '171110.094000', '171110.096000', '171110.099000', '171110.101000', '171110.104000', '171110.107000', '171110.109000', '171110.112000', '171110.114000', '171110.117000', '171110.120000', '171110.122000', '171110.125000', '171110.128000', '171110.130000', '171110.146000', '171110.148000', '171110.151000', '171110.153000', '171110.156000', '171110.158000', '171110.161000', '171110.163000', '171110.166000', '171110.169000', '171130.045000', '171130.048000', '171130.050000', '171130.053000', '171130.055000', '171130.058000', '171130.060000', '171130.063000', '171130.066000', '171130.068000', '171130.071000', '171130.073000', '171130.076000', '171130.078000', '171130.100000', '171130.103000', '171130.106000', '171130.108000', '171130.111000', '171130.114000', '171130.116000', '171130.119000', '171130.121000', '171130.124000', '171130.127000', '171130.129000', '171130.132000', '171130.135000', '171130.137000', '171130.140000', '171130.143000', '171130.145000', '171130.148000', '171130.150000', '171130.153000', '171130.156000', '171130.158000', '171130.161000', '171130.164000', '171130.166000', '171130.169000', '171130.171000', '171130.174000', '171150.045000', '171150.047000', '171150.050000', '171150.053000', '171150.056000', '171150.058000', '171150.061000', '171150.063000', '171150.066000', '171150.069000', '171150.071000', '171150.074000', '171150.077000', '171150.079000', '171150.082000', '171150.085000', '171150.087000', '171150.090000', '171150.092000', '171150.095000', '171150.098000', '171150.100000', '171150.103000', '171150.106000', '171150.108000', '171150.111000', '171150.114000', '171150.116000', '171150.119000', '171150.121000', '171150.124000', '171150.126000', '171150.129000', '171150.132000', '171150.134000', '171150.137000', '171150.139000', '171150.142000', '171150.144000', '171150.147000', '171150.150000', '171150.152000', '171150.155000', '171150.157000', '171210.044000', '171210.052000', '171210.055000', '171210.057000', '171210.060000', '171210.063000', '171210.065000', '171210.068000', '171210.071000', '171210.073000', '171210.076000', '171210.079000', '171210.081000', '171210.084000', '171210.087000', '171210.089000', '171210.092000', '171210.095000', '171210.097000', '171210.100000', '171210.102000', '171210.105000', '171210.108000', '171210.110000', '171210.113000', '171210.115000', '171210.118000', '171210.121000', '171210.123000', '171210.126000', '171210.128000', '171210.131000', '171210.133000', '171210.136000', '171210.139000', '171210.141000', '171210.144000', '171210.146000', '171210.149000', '171210.151000', '171210.154000', '171210.156000', '171210.159000', '171230.044000', '171230.047000', '171230.050000', '171230.052000', '171230.055000', '171230.057000', '171230.061000', '171230.063000', '171230.066000', '171230.068000', '171230.071000', '171230.074000', '171230.077000', '171230.079000', '171230.082000', '171230.085000', '171230.087000', '171230.090000', '171230.093000', '171230.095000', '171230.098000', '171230.100000', '171230.103000', '171230.106000', '171230.108000', '171230.111000', '171230.113000', '171230.116000', '171230.119000', '171230.121000', '171230.124000', '171230.126000', '171230.129000', '171230.131000', '171230.134000', '171230.136000', '171230.139000', '171230.142000', '171230.144000', '171230.147000', '171230.149000', '171230.152000', '171230.155000', '171230.157000', '171250.044000', '171250.047000', '171250.050000', '171250.052000', '171250.055000', '171250.058000', '171250.060000', '171250.063000', '171250.065000', '171250.068000', '171250.071000', '171250.073000', '171250.076000', '171250.079000', '171250.081000', '171250.084000', '171250.087000', '171250.089000', '171250.092000', '171250.094000', '171250.097000', '171250.100000', '171250.102000', '171250.105000', '171250.107000', '171250.110000', '171250.113000', '171250.115000', '171250.118000', '171250.121000', '171250.123000', '171250.126000', '171250.129000', '171250.131000', '171250.134000', '171250.136000', '171250.139000', '171250.142000', '171250.144000', '171250.161000', '171250.163000', '171250.166000', '171250.168000', '171310.045000', '171310.048000', '171310.051000', '171310.053000', '171310.056000', '171310.059000', '171310.061000', '171310.064000', '171310.066000', '171310.069000', '171310.071000', '171310.074000', '171310.077000', '171310.079000', '171310.082000', '171310.084000', '171310.087000', '171310.089000', '171310.092000', '171310.095000', '171310.097000', '171310.100000', '171310.102000', '171310.105000', '171310.108000', '171310.120000', '171310.123000', '171310.125000', '171310.128000', '171310.131000', '171310.136000', '171310.139000', '171310.141000', '171310.144000', '171310.147000', '171310.149000', '171310.152000', '171310.154000', '171310.157000', '171310.160000', '171310.162000', '171310.165000', '171310.168000', '171330.044000', '171330.046000', '171330.049000', '171330.052000', '171330.055000', '171330.057000', '171330.060000', '171330.062000', '171330.065000', '171330.068000', '171330.070000', '171330.073000', '171330.076000', '171330.078000', '171330.084000', '171330.087000', '171330.089000', '171330.092000', '171330.095000', '171330.097000', '171330.100000', '171330.102000', '171330.105000', '171330.107000', '171330.110000', '171330.113000', '171330.115000', '171330.118000', '171330.121000', '171330.123000', '171330.126000', '171330.128000', '171330.131000', '171330.133000', '171330.136000', '171330.139000', '171330.142000', '171330.144000', '171330.147000', '171330.149000', '171330.152000', '171330.155000', '171330.157000', '171330.160000', '171350.046000', '171350.049000', '171350.052000', '171350.054000', '171350.057000', '171350.059000', '171350.062000', '171350.064000', '171350.067000', '171350.070000', '171350.072000', '171350.075000', '171350.077000', '171350.080000', '171350.082000', '171350.085000', '171350.088000', '171350.090000', '171350.093000', '171350.096000', '171350.098000', '171350.101000', '171350.104000', '171350.106000', '171350.109000', '171350.112000', '171350.114000', '171350.117000', '171350.120000', '171350.122000', '171350.125000', '171350.127000', '171350.130000', '171350.133000', '171350.135000', '171350.138000', '171350.141000', '171350.143000', '171350.146000', '171350.148000', '171350.151000', '171350.154000', '171350.156000', '171350.159000', '171410.045000', '171410.048000', '171410.050000', '171410.053000', '171410.055000', '171410.058000', '171410.060000', '171410.063000', '171410.066000', '171410.068000', '171410.071000', '171410.073000', '171410.076000', '171410.078000', '171410.082000', '171410.084000', '171410.087000', '171410.089000', '171410.092000', '171410.095000', '171410.098000', '171410.100000', '171410.103000', '171410.105000', '171410.108000', '171410.111000', '171410.113000', '171410.116000', '171410.118000', '171410.121000', '171410.124000', '171410.126000', '171410.129000', '171410.131000', '171410.134000', '171410.137000', '171410.139000', '171410.142000', '171410.145000', '171410.147000', '171410.150000', '171410.152000', '171410.155000', '171430.045000', '171430.048000', '171430.050000', '171430.053000', '171430.055000', '171430.058000', '171430.061000', '171430.063000', '171430.066000', '171430.069000', '171430.071000', '171430.074000', '171430.076000', '171430.079000', '171430.082000', '171430.084000', '171430.087000', '171430.090000', '171430.092000', '171430.095000', '171430.098000', '171430.100000', '171430.103000', '171430.105000', '171430.108000', '171430.111000', '171430.113000', '171430.116000', '171430.119000', '171430.121000', '171430.124000', '171430.127000', '171430.129000', '171430.132000', '171430.134000', '171430.137000', '171430.140000', '171430.142000', '171430.145000', '171430.148000', '171430.150000', '171430.153000', '171430.155000', '171450.045000', '171450.047000', '171450.050000', '171450.053000', '171450.055000', '171450.058000', '171450.061000', '171450.063000', '171450.066000', '171450.068000', '171450.071000', '171450.074000', '171450.076000', '171450.079000', '171450.082000', '171450.084000', '171450.087000', '171450.089000', '171450.092000', '171450.095000', '171450.097000', '171450.100000', '171450.103000', '171450.105000', '171450.108000', '171450.110000', '171450.113000', '171450.115000', '171450.118000', '171450.121000', '171450.123000', '171450.126000', '171450.129000', '171450.131000', '171450.134000', '171450.137000', '171450.139000', '171450.142000', '171450.145000', '171450.147000', '171450.150000', '171450.152000', '171450.155000', '171450.158000', '171510.045000', '171510.048000', '171510.050000', '171510.053000', '171510.056000', '171510.058000', '171510.061000', '171510.063000', '171510.066000', '171510.069000', '171510.071000', '171510.074000', '171510.076000', '171510.079000', '171510.082000', '171510.087000', '171510.089000', '171510.092000', '171510.095000', '171510.097000', '171510.100000', '171510.103000', '171510.105000', '171510.108000', '171510.111000', '171510.113000', '171510.116000', '171510.119000', '171510.122000', '171510.124000', '171510.127000', '171510.130000', '171510.133000', '171510.135000', '171510.138000', '171510.141000', '171510.143000', '171510.146000', '171510.149000', '171510.152000', '171510.154000', '171510.157000', '171510.160000', '171530.045000', '171530.048000', '171530.051000', '171530.053000', '171530.056000', '171530.059000', '171530.061000', '171530.064000', '171530.066000', '171530.069000', '171530.072000', '171530.074000', '171530.077000', '171530.079000', '171530.082000', '171530.085000', '171530.087000', '171530.090000', '171530.093000', '171530.095000', '171530.098000', '171530.100000', '171530.103000', '171530.106000', '171530.108000', '171530.111000', '171530.113000', '171530.116000', '171530.119000', '171530.121000', '171530.124000', '171530.126000', '171530.129000', '171530.132000', '171530.134000', '171530.137000', '171530.140000', '171530.142000', '171530.145000', '171530.147000', '171530.150000', '171530.153000', '171530.155000', '171530.158000', '171550.044000', '171550.047000', '171550.049000', '171550.052000', '171550.055000', '171550.057000', '171550.060000', '171550.063000', '171550.065000', '171550.068000', '171550.070000', '171550.073000', '171550.076000', '171550.079000', '171550.081000', '171550.084000', '171550.087000', '171550.090000', '171550.092000', '171550.095000', '171550.097000', '171550.100000', '171550.103000', '171550.105000', '171550.108000', '171550.110000', '171550.113000', '171550.116000', '171550.118000', '171550.121000', '171550.123000', '171550.126000', '171550.129000', '171550.131000', '171550.134000', '171550.137000', '171550.139000', '171550.142000', '171550.144000', '171550.147000', '171550.150000', '171550.152000', '171550.155000', '171553.265000', '171553.267000', '171553.270000', '171553.273000', '171553.276000', '171553.278000', '171553.281000', '171553.284000'], 'InstanceCreationTime': ['170750.132000', '170750.140000', '170750.143000', '170750.145000', '170750.148000', '170750.150000', '170750.153000', '170750.155000', '170750.158000', '170750.161000', '170750.163000', '170750.166000', '170750.172000', '170750.175000', '170750.178000', '170750.180000', '170750.183000', '170750.185000', '170750.188000', '170750.190000', '170750.193000', '170750.196000', '170750.198000', '170750.201000', '170750.203000', '170750.206000', '170750.209000', '170750.211000', '170750.214000', '170750.217000', '170750.219000', '170750.222000', '170750.224000', '170750.227000', '170750.230000', '170750.232000', '170750.235000', '170750.237000', '170750.240000', '170750.243000', '170750.245000', '170750.248000', '170750.250000', '170750.260000', '170750.262000', '170750.265000', '170750.268000', '170810.045000', '170810.047000', '170810.050000', '170810.053000', '170810.056000', '170810.058000', '170810.061000', '170810.063000', '170810.066000', '170810.069000', '170810.071000', '170810.074000', '170810.076000', '170810.079000', '170810.082000', '170810.084000', '170810.087000', '170810.089000', '170810.092000', '170810.094000', '170810.097000', '170810.100000', '170810.102000', '170810.105000', '170810.107000', '170810.110000', '170810.113000', '170810.116000', '170810.119000', '170810.122000', '170810.124000', '170810.127000', '170810.129000', '170810.143000', '170810.146000', '170810.149000', '170810.151000', '170810.162000', '170810.165000', '170810.167000', '170810.170000', '170810.172000', '170810.175000', '170830.045000', '170830.047000', '170830.050000', '170830.052000', '170830.055000', '170830.058000', '170830.060000', '170830.063000', '170830.066000', '170830.069000', '170830.071000', '170830.074000', '170830.077000', '170830.079000', '170830.082000', '170830.084000', '170830.087000', '170830.090000', '170830.092000', '170830.095000', '170830.098000', '170830.100000', '170830.103000', '170830.105000', '170830.108000', '170830.110000', '170830.113000', '170830.115000', '170830.120000', '170830.123000', '170830.126000', '170830.128000', '170830.131000', '170830.133000', '170830.136000', '170830.138000', '170830.141000', '170830.144000', '170830.146000', '170830.149000', '170830.152000', '170830.154000', '170830.157000', '170830.159000', '170850.043000', '170850.046000', '170850.049000', '170850.052000', '170850.054000', '170850.057000', '170850.059000', '170850.062000', '170850.064000', '170850.067000', '170850.070000', '170850.072000', '170850.075000', '170850.077000', '170850.080000', '170850.083000', '170850.086000', '170850.088000', '170850.091000', '170850.094000', '170850.096000', '170850.099000', '170850.101000', '170850.104000', '170850.108000', '170850.111000', '170850.114000', '170850.116000', '170850.119000', '170850.122000', '170850.125000', '170850.128000', '170850.131000', '170850.134000', '170850.136000', '170850.139000', '170850.141000', '170850.144000', '170850.147000', '170850.149000', '170850.152000', '170850.155000', '170850.157000', '170910.045000', '170910.047000', '170910.050000', '170910.053000', '170910.055000', '170910.058000', '170910.061000', '170910.064000', '170910.066000', '170910.069000', '170910.071000', '170910.074000', '170910.076000', '170910.079000', '170910.082000', '170910.084000', '170910.087000', '170910.089000', '170910.092000', '170910.095000', '170910.097000', '170910.100000', '170910.105000', '170910.108000', '170910.111000', '170910.113000', '170910.116000', '170910.118000', '170910.121000', '170910.123000', '170910.126000', '170910.129000', '170910.131000', '170910.134000', '170910.137000', '170910.139000', '170910.142000', '170910.145000', '170910.147000', '170910.150000', '170910.152000', '170910.155000', '170910.158000', '170910.160000', '170930.044000', '170930.048000', '170930.050000', '170930.053000', '170930.055000', '170930.058000', '170930.060000', '170930.063000', '170930.066000', '170930.068000', '170930.071000', '170930.073000', '170930.076000', '170930.079000', '170930.081000', '170930.084000', '170930.086000', '170930.089000', '170930.092000', '170930.094000', '170930.104000', '170930.107000', '170930.109000', '170930.112000', '170930.115000', '170930.117000', '170930.120000', '170930.123000', '170930.127000', '170930.130000', '170930.132000', '170930.135000', '170930.137000', '170930.140000', '170930.143000', '170930.145000', '170930.148000', '170930.150000', '170930.153000', '170930.155000', '170930.158000', '170930.160000', '170930.163000', '170950.044000', '170950.047000', '170950.050000', '170950.052000', '170950.055000', '170950.058000', '170950.060000', '170950.063000', '170950.065000', '170950.068000', '170950.070000', '170950.073000', '170950.075000', '170950.078000', '170950.081000', '170950.083000', '170950.086000', '170950.088000', '170950.091000', '170950.094000', '170950.097000', '170950.099000', '170950.102000', '170950.104000', '170950.107000', '170950.110000', '170950.112000', '170950.115000', '170950.117000', '170950.120000', '170950.122000', '170950.125000', '170950.128000', '170950.141000', '170950.144000', '170950.146000', '170950.149000', '170950.151000', '170950.154000', '170950.156000', '170950.159000', '170950.162000', '170950.164000', '170950.167000', '171010.045000', '171010.047000', '171010.050000', '171010.053000', '171010.055000', '171010.058000', '171010.061000', '171010.063000', '171010.066000', '171010.069000', '171010.071000', '171010.074000', '171010.076000', '171010.079000', '171010.082000', '171010.084000', '171010.094000', '171010.097000', '171010.099000', '171010.102000', '171010.105000', '171010.107000', '171010.110000', '171010.112000', '171010.115000', '171010.118000', '171010.120000', '171010.123000', '171010.125000', '171010.128000', '171010.131000', '171010.133000', '171010.136000', '171010.138000', '171010.141000', '171010.144000', '171010.146000', '171010.149000', '171010.152000', '171010.154000', '171010.157000', '171010.159000', '171010.162000', '171030.045000', '171030.048000', '171030.050000', '171030.053000', '171030.055000', '171030.058000', '171030.061000', '171030.063000', '171030.066000', '171030.069000', '171030.071000', '171030.074000', '171030.076000', '171030.079000', '171030.082000', '171030.084000', '171030.087000', '171030.090000', '171030.092000', '171030.095000', '171030.097000', '171030.100000', '171030.103000', '171030.105000', '171030.108000', '171030.110000', '171030.113000', '171030.116000', '171030.118000', '171030.121000', '171030.123000', '171030.126000', '171030.129000', '171030.131000', '171030.134000', '171030.136000', '171030.139000', '171030.142000', '171030.144000', '171030.147000', '171030.149000', '171030.152000', '171030.155000', '171030.157000', '171050.044000', '171050.047000', '171050.050000', '171050.053000', '171050.056000', '171050.058000', '171050.061000', '171050.063000', '171050.066000', '171050.068000', '171050.071000', '171050.074000', '171050.076000', '171050.079000', '171050.081000', '171050.084000', '171050.086000', '171050.089000', '171050.092000', '171050.094000', '171050.097000', '171050.099000', '171050.102000', '171050.104000', '171050.107000', '171050.110000', '171050.112000', '171050.115000', '171050.117000', '171050.120000', '171050.123000', '171050.125000', '171050.128000', '171050.130000', '171050.133000', '171050.135000', '171050.138000', '171050.140000', '171050.143000', '171050.146000', '171050.148000', '171050.151000', '171050.153000', '171110.043000', '171110.046000', '171110.049000', '171110.051000', '171110.054000', '171110.057000', '171110.060000', '171110.062000', '171110.065000', '171110.067000', '171110.070000', '171110.073000', '171110.075000', '171110.078000', '171110.081000', '171110.083000', '171110.086000', '171110.088000', '171110.091000', '171110.094000', '171110.096000', '171110.099000', '171110.101000', '171110.104000', '171110.107000', '171110.109000', '171110.112000', '171110.114000', '171110.117000', '171110.120000', '171110.122000', '171110.125000', '171110.128000', '171110.130000', '171110.146000', '171110.148000', '171110.151000', '171110.153000', '171110.156000', '171110.158000', '171110.161000', '171110.163000', '171110.166000', '171110.169000', '171130.045000', '171130.048000', '171130.050000', '171130.053000', '171130.055000', '171130.058000', '171130.060000', '171130.063000', '171130.066000', '171130.068000', '171130.071000', '171130.073000', '171130.076000', '171130.078000', '171130.100000', '171130.103000', '171130.106000', '171130.108000', '171130.111000', '171130.114000', '171130.116000', '171130.119000', '171130.121000', '171130.124000', '171130.127000', '171130.129000', '171130.132000', '171130.135000', '171130.137000', '171130.140000', '171130.143000', '171130.145000', '171130.148000', '171130.150000', '171130.153000', '171130.156000', '171130.158000', '171130.161000', '171130.164000', '171130.166000', '171130.169000', '171130.171000', '171130.174000', '171150.045000', '171150.047000', '171150.050000', '171150.053000', '171150.056000', '171150.058000', '171150.061000', '171150.063000', '171150.066000', '171150.069000', '171150.071000', '171150.074000', '171150.077000', '171150.079000', '171150.082000', '171150.085000', '171150.087000', '171150.090000', '171150.092000', '171150.095000', '171150.098000', '171150.100000', '171150.103000', '171150.106000', '171150.108000', '171150.111000', '171150.114000', '171150.116000', '171150.119000', '171150.121000', '171150.124000', '171150.126000', '171150.129000', '171150.132000', '171150.134000', '171150.137000', '171150.139000', '171150.142000', '171150.144000', '171150.147000', '171150.150000', '171150.152000', '171150.155000', '171150.157000', '171210.044000', '171210.052000', '171210.055000', '171210.057000', '171210.060000', '171210.063000', '171210.065000', '171210.068000', '171210.071000', '171210.073000', '171210.076000', '171210.079000', '171210.081000', '171210.084000', '171210.087000', '171210.089000', '171210.092000', '171210.095000', '171210.097000', '171210.100000', '171210.102000', '171210.105000', '171210.108000', '171210.110000', '171210.113000', '171210.115000', '171210.118000', '171210.121000', '171210.123000', '171210.126000', '171210.128000', '171210.131000', '171210.133000', '171210.136000', '171210.139000', '171210.141000', '171210.144000', '171210.146000', '171210.149000', '171210.151000', '171210.154000', '171210.156000', '171210.159000', '171230.044000', '171230.047000', '171230.050000', '171230.052000', '171230.055000', '171230.057000', '171230.061000', '171230.063000', '171230.066000', '171230.068000', '171230.071000', '171230.074000', '171230.077000', '171230.079000', '171230.082000', '171230.085000', '171230.087000', '171230.090000', '171230.093000', '171230.095000', '171230.098000', '171230.100000', '171230.103000', '171230.106000', '171230.108000', '171230.111000', '171230.113000', '171230.116000', '171230.119000', '171230.121000', '171230.124000', '171230.126000', '171230.129000', '171230.131000', '171230.134000', '171230.136000', '171230.139000', '171230.142000', '171230.144000', '171230.147000', '171230.149000', '171230.152000', '171230.155000', '171230.157000', '171250.044000', '171250.047000', '171250.050000', '171250.052000', '171250.055000', '171250.058000', '171250.060000', '171250.063000', '171250.065000', '171250.068000', '171250.071000', '171250.073000', '171250.076000', '171250.079000', '171250.081000', '171250.084000', '171250.087000', '171250.089000', '171250.092000', '171250.094000', '171250.097000', '171250.100000', '171250.102000', '171250.105000', '171250.107000', '171250.110000', '171250.113000', '171250.115000', '171250.118000', '171250.121000', '171250.123000', '171250.126000', '171250.129000', '171250.131000', '171250.134000', '171250.136000', '171250.139000', '171250.142000', '171250.144000', '171250.161000', '171250.163000', '171250.166000', '171250.168000', '171310.045000', '171310.048000', '171310.051000', '171310.053000', '171310.056000', '171310.059000', '171310.061000', '171310.064000', '171310.066000', '171310.069000', '171310.071000', '171310.074000', '171310.077000', '171310.079000', '171310.082000', '171310.084000', '171310.087000', '171310.089000', '171310.092000', '171310.095000', '171310.097000', '171310.100000', '171310.102000', '171310.105000', '171310.108000', '171310.120000', '171310.123000', '171310.125000', '171310.128000', '171310.131000', '171310.136000', '171310.139000', '171310.141000', '171310.144000', '171310.147000', '171310.149000', '171310.152000', '171310.154000', '171310.157000', '171310.160000', '171310.162000', '171310.165000', '171310.168000', '171330.044000', '171330.046000', '171330.049000', '171330.052000', '171330.055000', '171330.057000', '171330.060000', '171330.062000', '171330.065000', '171330.068000', '171330.070000', '171330.073000', '171330.076000', '171330.078000', '171330.084000', '171330.087000', '171330.089000', '171330.092000', '171330.095000', '171330.097000', '171330.100000', '171330.102000', '171330.105000', '171330.107000', '171330.110000', '171330.113000', '171330.115000', '171330.118000', '171330.121000', '171330.123000', '171330.126000', '171330.128000', '171330.131000', '171330.133000', '171330.136000', '171330.139000', '171330.142000', '171330.144000', '171330.147000', '171330.149000', '171330.152000', '171330.155000', '171330.157000', '171330.160000', '171350.046000', '171350.049000', '171350.052000', '171350.054000', '171350.057000', '171350.059000', '171350.062000', '171350.064000', '171350.067000', '171350.070000', '171350.072000', '171350.075000', '171350.077000', '171350.080000', '171350.082000', '171350.085000', '171350.088000', '171350.090000', '171350.093000', '171350.096000', '171350.098000', '171350.101000', '171350.104000', '171350.106000', '171350.109000', '171350.112000', '171350.114000', '171350.117000', '171350.120000', '171350.122000', '171350.125000', '171350.127000', '171350.130000', '171350.133000', '171350.135000', '171350.138000', '171350.141000', '171350.143000', '171350.146000', '171350.148000', '171350.151000', '171350.154000', '171350.156000', '171350.159000', '171410.045000', '171410.048000', '171410.050000', '171410.053000', '171410.055000', '171410.058000', '171410.060000', '171410.063000', '171410.066000', '171410.068000', '171410.071000', '171410.073000', '171410.076000', '171410.078000', '171410.082000', '171410.084000', '171410.087000', '171410.089000', '171410.092000', '171410.095000', '171410.098000', '171410.100000', '171410.103000', '171410.105000', '171410.108000', '171410.111000', '171410.113000', '171410.116000', '171410.118000', '171410.121000', '171410.124000', '171410.126000', '171410.129000', '171410.131000', '171410.134000', '171410.137000', '171410.139000', '171410.142000', '171410.145000', '171410.147000', '171410.150000', '171410.152000', '171410.155000', '171430.045000', '171430.048000', '171430.050000', '171430.053000', '171430.055000', '171430.058000', '171430.061000', '171430.063000', '171430.066000', '171430.069000', '171430.071000', '171430.074000', '171430.076000', '171430.079000', '171430.082000', '171430.084000', '171430.087000', '171430.090000', '171430.092000', '171430.095000', '171430.098000', '171430.100000', '171430.103000', '171430.105000', '171430.108000', '171430.111000', '171430.113000', '171430.116000', '171430.119000', '171430.121000', '171430.124000', '171430.127000', '171430.129000', '171430.132000', '171430.134000', '171430.137000', '171430.140000', '171430.142000', '171430.145000', '171430.148000', '171430.150000', '171430.153000', '171430.155000', '171450.045000', '171450.047000', '171450.050000', '171450.053000', '171450.055000', '171450.058000', '171450.061000', '171450.063000', '171450.066000', '171450.068000', '171450.071000', '171450.074000', '171450.076000', '171450.079000', '171450.082000', '171450.084000', '171450.087000', '171450.089000', '171450.092000', '171450.095000', '171450.097000', '171450.100000', '171450.103000', '171450.105000', '171450.108000', '171450.110000', '171450.113000', '171450.115000', '171450.118000', '171450.121000', '171450.123000', '171450.126000', '171450.129000', '171450.131000', '171450.134000', '171450.137000', '171450.139000', '171450.142000', '171450.145000', '171450.147000', '171450.150000', '171450.152000', '171450.155000', '171450.158000', '171510.045000', '171510.048000', '171510.050000', '171510.053000', '171510.056000', '171510.058000', '171510.061000', '171510.063000', '171510.066000', '171510.069000', '171510.071000', '171510.074000', '171510.076000', '171510.079000', '171510.082000', '171510.087000', '171510.089000', '171510.092000', '171510.095000', '171510.097000', '171510.100000', '171510.103000', '171510.105000', '171510.108000', '171510.111000', '171510.113000', '171510.116000', '171510.119000', '171510.122000', '171510.124000', '171510.127000', '171510.130000', '171510.133000', '171510.135000', '171510.138000', '171510.141000', '171510.143000', '171510.146000', '171510.149000', '171510.152000', '171510.154000', '171510.157000', '171510.160000', '171530.045000', '171530.048000', '171530.051000', '171530.053000', '171530.056000', '171530.059000', '171530.061000', '171530.064000', '171530.066000', '171530.069000', '171530.072000', '171530.074000', '171530.077000', '171530.079000', '171530.082000', '171530.085000', '171530.087000', '171530.090000', '171530.093000', '171530.095000', '171530.098000', '171530.100000', '171530.103000', '171530.106000', '171530.108000', '171530.111000', '171530.113000', '171530.116000', '171530.119000', '171530.121000', '171530.124000', '171530.126000', '171530.129000', '171530.132000', '171530.134000', '171530.137000', '171530.140000', '171530.142000', '171530.145000', '171530.147000', '171530.150000', '171530.153000', '171530.155000', '171530.158000', '171550.044000', '171550.047000', '171550.049000', '171550.052000', '171550.055000', '171550.057000', '171550.060000', '171550.063000', '171550.065000', '171550.068000', '171550.070000', '171550.073000', '171550.076000', '171550.079000', '171550.081000', '171550.084000', '171550.087000', '171550.090000', '171550.092000', '171550.095000', '171550.097000', '171550.100000', '171550.103000', '171550.105000', '171550.108000', '171550.110000', '171550.113000', '171550.116000', '171550.118000', '171550.121000', '171550.123000', '171550.126000', '171550.129000', '171550.131000', '171550.134000', '171550.137000', '171550.139000', '171550.142000', '171550.144000', '171550.147000', '171550.150000', '171550.152000', '171550.155000', '171553.265000', '171553.267000', '171553.270000', '171553.273000', '171553.276000', '171553.278000', '171553.281000', '171553.284000'], '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': [13136, 12389, 10375, 13949, 10540, 8421, 10817, 14432, 8424, 12516, 17353, 9422, 12833, 11161, 17626, 10619, 13162, 10064, 13817, 9911, 15207, 17645, 16215, 14438, 16450, 11897, 12907, 16731, 11609, 13455, 18276, 9136, 13717, 16789, 8756, 14084, 13180, 9559, 15221, 8083, 13423, 15642, 8300, 14181, 16234, 9273, 13567, 8445, 13845, 16180, 8148, 14315, 15179, 11447, 13278, 16953, 7951, 13827, 15022, 8918, 13870, 14965, 8514, 13858, 15664, 8334, 14645, 15348, 8971, 14421, 8663, 14410, 16259, 9949, 14567, 16471, 13891, 12779, 18700, 11539, 12962, 15573, 11317, 12150, 15848, 11766, 11464, 16267, 8334, 12207, 15814, 8618, 12433, 16167, 7979, 12958, 15390, 8491, 12192, 16053, 7998, 13365, 15733, 8043, 13073, 15493, 8224, 13126, 16151, 8431, 13985, 15167, 10201, 13029, 16521, 8295, 14292, 15347, 8636, 13702, 15274, 8984, 13375, 17154, 8459, 14149, 15946, 9590, 13334, 9268, 10082, 15798, 15161, 9702, 15561, 16402, 9258, 14219, 7723, 11285, 16033, 13038, 10179, 15578, 8224, 12367, 16371, 7902, 12948, 15452, 10955, 11459, 15775, 12177, 12882, 8872, 11379, 8516, 12749, 15310, 8781, 13605, 14954, 12179, 11732, 15432, 17632, 9403, 14644, 18184, 8927, 13979, 17981, 11979, 13096, 17635, 12558, 12193, 16208, 11502, 11486, 15094, 8595, 11576, 15042, 8282, 11823, 15357, 8004, 12084, 15807, 8247, 12261, 15877, 8647, 13787, 14390, 8549, 14206, 10605, 9412, 14697, 8258, 12505, 15965, 8355, 13708, 15419, 8594, 13679, 15345, 8054, 12962, 15189, 8314, 12365, 15677, 8417, 13817, 15333, 8420, 13738, 14782, 8726, 13339, 15129, 8195, 13809, 15160, 8711, 13507, 14456, 8629, 14823, 14035, 9259, 15034, 9077, 10892, 16125, 8200, 13867, 15936, 8573, 13937, 16077, 8192, 14200, 16163, 8299, 13788, 15179, 10717, 13082, 16384, 8675, 14464, 15431, 8638, 14439, 8187, 11931, 16018, 8370, 13192, 15790, 9004, 13545, 9082, 10676, 16121, 17267, 9596, 15179, 17196, 10223, 14913, 14339, 9839, 15668, 17203, 9711, 14567, 8826, 11511, 15798, 13479, 10361, 15239, 10940, 11405, 15480, 12281, 10196, 15041, 17254, 9230, 14225, 14836, 9268, 14943, 14898, 8563, 14110, 13540, 9209, 14477, 11669, 9012, 14886, 10018, 9525, 15338, 8275, 13859, 15714, 8653, 14253, 14678, 9588, 15042, 8271, 11796, 15901, 8442, 13060, 16055, 9708, 15035, 15531, 10494, 15260, 17601, 11653, 14360, 10166, 11652, 15731, 10884, 10739, 15265, 10152, 11179, 14801, 8054, 12315, 15445, 12570, 10221, 15120, 10995, 10485, 14931, 8264, 10411, 15473, 9031, 10761, 8529, 12411, 15879, 8864, 11319, 15539, 14443, 9444, 15109, 14218, 9557, 15269, 16372, 8847, 13966, 16723, 8976, 13779, 16831, 8544, 13404, 15020, 11825, 12194, 14558, 9131, 14306, 16620, 8418, 13247, 16517, 9816, 12801, 16617, 8639, 13708, 15109, 8630, 13255, 12695, 9499, 14148, 8908, 10142, 15191, 12282, 9589, 14462, 8214, 12064, 15681, 8280, 12744, 14934, 9120, 12931, 8065, 13062, 15259, 8987, 15631, 9082, 12907, 7941, 13332, 7966, 13204, 9721, 13323, 19797, 13254, 14597, 18597, 14037, 10845, 11128, 15823, 14023, 11535, 17017, 12910, 11744, 17228, 8420, 13567, 16368, 8959, 14290, 9812, 9961, 15329, 8355, 12917, 15948, 8636, 13471, 16578, 9726, 12689, 15491, 8890, 14084, 14976, 8795, 14077, 13536, 9675, 14666, 10507, 9141, 15015, 8521, 10006, 8150, 10031, 14876, 11714, 8615, 14935, 15355, 8858, 13738, 10468, 9131, 14833, 14053, 8694, 14533, 13094, 9764, 14814, 9042, 9431, 15030, 18949, 9363, 14158, 19746, 9053, 13870, 18189, 9548, 13096, 18897, 9278, 13039, 18615, 8777, 13466, 15700, 10014, 12578, 15304, 8860, 13249, 12611, 9158, 14231, 14908, 9338, 13363, 16379, 8970, 14170, 15591, 8777, 13523, 15820, 8960, 13189, 13003, 8950, 14270, 14470, 9710, 13531, 13324, 9108, 14415, 13869, 8890, 14042, 16783, 9419, 13893, 10910, 9348, 14808, 16768, 9994, 13758, 12097, 9304, 14945, 12929, 9056, 14657, 11798, 9862, 14531, 9078, 9169, 15177, 9839, 9668, 15029, 8833, 9466, 15083, 8655, 9682, 15065, 8331, 10804, 15265, 8287, 10496, 15685, 8620, 11517, 7922, 11636, 15538, 8271, 10919, 15604, 9639, 10442, 15247, 7966, 11742, 15520, 8803, 10448, 15542, 13457, 10433, 16479, 9737, 10660, 15375, 9916, 10385, 16272, 10053, 12663, 16176, 9928, 12790, 16789, 13719, 11943, 19208, 8743, 12827, 15712, 10794, 12322, 15382, 11814, 10754, 14776, 8213, 11479, 14917, 8641, 12341, 15027, 9561, 12511, 16162, 8898, 12936, 15919, 9792, 12644, 15937, 9238, 12946, 15742, 9068, 13092, 15514, 10604, 12368, 14730, 8821, 13435, 14294, 8987, 13668, 8891, 9795, 14178, 7998, 10496, 15167, 8156, 10060, 14905, 8643, 11299, 15400, 8508, 12902, 15313, 9490, 12484, 16381, 8972, 13332, 17301, 8869, 13246, 18488, 13935, 13621, 19122, 9256, 13154, 17023, 12412, 12540, 18351, 9585, 13239, 13075, 9279, 13906, 14517, 9984, 13430, 8577, 9580, 14501, 8680, 9964, 14874, 8797, 10539, 14750, 8619, 12075, 15400, 9701, 12366, 15760, 9130, 13398, 15283, 9326, 13675, 8680, 10051, 15062, 8009, 10880, 15596, 8859, 12326, 9438, 10252, 15198, 8688, 10391, 15491, 8830, 10464, 15412, 8316, 10716, 15605, 8020, 10722, 15721, 8740, 11181, 15638, 8463, 12625, 15285, 10142, 11594, 15948, 8739, 13840, 16116, 9315, 12923, 9252, 12307, 15594, 8455, 12861, 15137, 9544, 11770, 17752, 9520, 12930, 17330, 9362, 12959, 15847, 14357, 11856, 19231, 9728, 12502, 15210, 12322, 12363, 18243, 9199, 12572, 18298, 8924, 12668, 16263, 11426, 12018, 15529, 9309, 13374, 14817, 9387, 12019, 8524, 9960, 14827, 8506, 12692, 17176, 9909, 14020, 8787, 13072, 17789, 14319, 14984, 8899, 13030, 16864, 9246, 14514, 18044, 10798, 13991, 9806, 9914, 14680, 9136, 10019, 14698, 8943, 9817, 13893, 7955, 10387, 15059, 8745, 11495, 15343, 8970, 12423, 15659, 8954, 12905, 12852, 9806, 13158, 8258, 9437, 15003, 7904, 10223, 12975, 9455, 13283, 8311, 9849, 15019, 9292, 9823, 15411, 9161, 12521, 14392, 9143, 13917, 16874, 9922, 13376, 9231, 10414, 14908, 12057, 9691, 16070, 11618, 10954, 15092, 10022, 10239, 14704, 10295, 10199, 15264, 8198, 10404, 14869, 9101, 11338, 9196, 9604, 13874, 9483, 9147, 14422, 11433, 9231, 14358, 8624, 10076, 14339, 8296, 10530, 14997, 8274, 10408, 14887, 9986, 11115, 14549, 8572, 11791, 14782, 10265, 11302, 14848, 9397, 11944, 15393, 8854, 12726, 13561, 10054, 12505, 16365, 8962, 12907, 15890, 8957, 12565, 15372, 9436, 12382, 11297, 9671, 13717, 8545, 9840, 8200, 9800, 14218, 9574, 8901, 14825, 14335, 9355, 7913, 9526, 14429, 18644, 10849, 13509, 17244, 16519, 11599, 16388, 12027, 10510, 14442, 9772, 10091, 14309, 8799, 9765, 13784, 8091, 9655, 14107, 8761, 10273, 13936, 8126, 10760, 14701, 8710, 11345, 14992, 9130, 11126, 14641, 8731, 12263, 15205, 10360, 12307, 14921, 9077, 12746, 15275, 9178, 12066, 15057, 9345, 13014, 10733, 8989, 14192, 12108, 8906, 14128, 9927, 9422, 14271, 8210, 8890, 14903, 9325, 9545, 14292, 8876, 9406, 14576, 8956, 9334, 14466, 11304, 9661, 14577, 7864, 10207, 14876, 8555, 10394, 8103, 9457, 14241, 8788, 9396, 14827, 11274, 9252, 14067, 10994, 8985, 14694, 16865, 9041, 14115, 18420, 9853, 13453, 9665, 9202, 14576, 9109, 10113, 13978, 8511, 10905, 14888, 8615, 10264, 14735, 9695, 11117, 14495, 8347, 11788, 14885, 10684, 11680, 8927, 9136, 13789, 13145, 9118, 13831, 17273, 9365, 12261, 16084, 8787, 12874, 15325, 10052, 12895, 9379, 9555, 13800, 8660, 9899, 14188, 11159, 9919, 14926, 10747, 9289, 14025, 8737, 9806, 14136, 9070, 9464, 13549, 8703, 9179, 14133, 8263, 9710, 14629, 9182, 10844, 14527, 8384, 12394, 13931, 9563, 12728, 8060, 12277, 13991, 8888, 13358, 15084, 9755, 13344], 'WindowCenter': [4731.0, 4689.0, 4663.0, 4690.0, 4665.0, 4645.0, 4675.0, 4693.0, 4642.0, 4687.0, 4711.0, 4669.0, 4698.0, 4694.0, 4708.0, 4642.0, 4687.0, 4670.0, 4699.0, 4670.0, 4725.0, 4728.0, 4712.0, 4691.0, 4699.0, 4665.0, 4666.0, 4680.0, 4654.0, 4672.0, 4691.0, 4646.0, 4686.0, 4694.0, 4631.0, 4686.0, 4669.0, 4634.0, 4680.0, 4622.0, 4687.0, 4691.0, 4632.0, 4698.0, 4702.0, 4644.0, 4683.0, 4647.0, 4702.0, 4705.0, 4637.0, 4699.0, 4695.0, 4675.0, 4690.0, 4693.0, 4634.0, 4689.0, 4693.0, 4644.0, 4700.0, 4693.0, 4646.0, 4701.0, 4693.0, 4634.0, 4700.0, 4694.0, 4646.0, 4694.0, 4648.0, 4713.0, 4707.0, 4656.0, 4702.0, 4706.0, 4683.0, 4679.0, 4705.0, 4666.0, 4676.0, 4696.0, 4649.0, 4665.0, 4697.0, 4664.0, 4660.0, 4694.0, 4623.0, 4663.0, 4680.0, 4623.0, 4673.0, 4693.0, 4624.0, 4676.0, 4683.0, 4622.0, 4663.0, 4677.0, 4612.0, 4673.0, 4682.0, 4619.0, 4676.0, 4684.0, 4620.0, 4674.0, 4689.0, 4630.0, 4698.0, 4684.0, 4652.0, 4676.0, 4691.0, 4634.0, 4696.0, 4679.0, 4631.0, 4686.0, 4681.0, 4630.0, 4687.0, 4689.0, 4624.0, 4687.0, 4695.0, 4654.0, 4686.0, 4640.0, 4657.0, 4709.0, 4690.0, 4642.0, 4697.0, 4691.0, 4646.0, 4687.0, 4621.0, 4663.0, 4707.0, 4684.0, 4663.0, 4705.0, 4632.0, 4688.0, 4706.0, 4632.0, 4689.0, 4699.0, 4661.0, 4678.0, 4708.0, 4676.0, 4672.0, 4617.0, 4688.0, 4659.0, 4704.0, 4707.0, 4644.0, 4695.0, 4702.0, 4673.0, 4680.0, 4710.0, 4718.0, 4646.0, 4699.0, 4706.0, 4630.0, 4685.0, 4691.0, 4662.0, 4675.0, 4688.0, 4661.0, 4678.0, 4694.0, 4649.0, 4650.0, 4667.0, 4607.0, 4638.0, 4666.0, 4608.0, 4648.0, 4666.0, 4606.0, 4660.0, 4677.0, 4608.0, 4662.0, 4675.0, 4620.0, 4672.0, 4682.0, 4627.0, 4684.0, 4635.0, 4633.0, 4682.0, 4620.0, 4674.0, 4688.0, 4630.0, 4683.0, 4689.0, 4633.0, 4684.0, 4689.0, 4622.0, 4687.0, 4693.0, 4630.0, 4675.0, 4690.0, 4638.0, 4693.0, 4690.0, 4634.0, 4699.0, 4694.0, 4642.0, 4690.0, 4691.0, 4634.0, 4699.0, 4690.0, 4643.0, 4695.0, 4697.0, 4647.0, 4712.0, 4694.0, 4656.0, 4712.0, 4646.0, 4676.0, 4704.0, 4647.0, 4698.0, 4707.0, 4645.0, 4708.0, 4707.0, 4647.0, 4703.0, 4704.0, 4636.0, 4701.0, 4693.0, 4665.0, 4692.0, 4706.0, 4646.0, 4709.0, 4705.0, 4644.0, 4711.0, 4646.0, 4689.0, 4719.0, 4647.0, 4695.0, 4707.0, 4659.0, 4696.0, 4658.0, 4680.0, 4723.0, 4717.0, 4669.0, 4710.0, 4715.0, 4667.0, 4703.0, 4694.0, 4652.0, 4707.0, 4704.0, 4655.0, 4699.0, 4644.0, 4673.0, 4709.0, 4683.0, 4657.0, 4699.0, 4656.0, 4669.0, 4699.0, 4665.0, 4655.0, 4698.0, 4694.0, 4644.0, 4687.0, 4677.0, 4641.0, 4697.0, 4683.0, 4631.0, 4687.0, 4672.0, 4647.0, 4687.0, 4659.0, 4639.0, 4696.0, 4656.0, 4645.0, 4691.0, 4640.0, 4695.0, 4703.0, 4642.0, 4696.0, 4694.0, 4662.0, 4699.0, 4633.0, 4686.0, 4706.0, 4632.0, 4686.0, 4703.0, 4657.0, 4713.0, 4705.0, 4666.0, 4712.0, 4712.0, 4672.0, 4696.0, 4652.0, 4672.0, 4710.0, 4667.0, 4664.0, 4700.0, 4650.0, 4670.0, 4695.0, 4632.0, 4673.0, 4699.0, 4671.0, 4653.0, 4699.0, 4656.0, 4668.0, 4697.0, 4620.0, 4652.0, 4697.0, 4645.0, 4669.0, 4642.0, 4698.0, 4720.0, 4644.0, 4676.0, 4712.0, 4694.0, 4655.0, 4711.0, 4693.0, 4655.0, 4709.0, 4709.0, 4644.0, 4699.0, 4709.0, 4643.0, 4688.0, 4701.0, 4632.0, 4688.0, 4682.0, 4661.0, 4675.0, 4681.0, 4643.0, 4699.0, 4691.0, 4631.0, 4688.0, 4695.0, 4657.0, 4678.0, 4695.0, 4628.0, 4687.0, 4679.0, 4630.0, 4687.0, 4674.0, 4647.0, 4687.0, 4630.0, 4650.0, 4698.0, 4664.0, 4645.0, 4683.0, 4635.0, 4677.0, 4707.0, 4639.0, 4703.0, 4719.0, 4699.0, 4691.0, 4648.0, 4702.0, 4704.0, 4659.0, 4724.0, 4622.0, 4647.0, 4633.0, 4704.0, 4660.0, 4728.0, 4695.0, 4717.0, 4727.0, 4686.0, 4698.0, 4711.0, 4702.0, 4675.0, 4678.0, 4713.0, 4698.0, 4678.0, 4709.0, 4687.0, 4678.0, 4693.0, 4631.0, 4687.0, 4693.0, 4646.0, 4699.0, 4649.0, 4667.0, 4706.0, 4647.0, 4688.0, 4690.0, 4634.0, 4687.0, 4690.0, 4646.0, 4688.0, 4695.0, 4644.0, 4697.0, 4694.0, 4642.0, 4697.0, 4684.0, 4653.0, 4694.0, 4663.0, 4659.0, 4698.0, 4644.0, 4658.0, 4644.0, 4678.0, 4712.0, 4674.0, 4653.0, 4711.0, 4709.0, 4656.0, 4703.0, 4675.0, 4672.0, 4713.0, 4699.0, 4656.0, 4713.0, 4696.0, 4668.0, 4711.0, 4652.0, 4670.0, 4712.0, 4714.0, 4655.0, 4701.0, 4728.0, 4659.0, 4700.0, 4718.0, 4653.0, 4689.0, 4719.0, 4655.0, 4688.0, 4716.0, 4646.0, 4699.0, 4695.0, 4656.0, 4689.0, 4696.0, 4647.0, 4688.0, 4671.0, 4656.0, 4700.0, 4696.0, 4647.0, 4688.0, 4705.0, 4644.0, 4699.0, 4696.0, 4647.0, 4699.0, 4698.0, 4647.0, 4690.0, 4681.0, 4647.0, 4698.0, 4691.0, 4658.0, 4700.0, 4692.0, 4658.0, 4709.0, 4698.0, 4648.0, 4699.0, 4707.0, 4658.0, 4698.0, 4662.0, 4658.0, 4711.0, 4702.0, 4656.0, 4698.0, 4682.0, 4656.0, 4707.0, 4680.0, 4657.0, 4697.0, 4677.0, 4668.0, 4698.0, 4642.0, 4656.0, 4708.0, 4652.0, 4654.0, 4707.0, 4644.0, 4669.0, 4708.0, 4643.0, 4669.0, 4708.0, 4648.0, 4679.0, 4705.0, 4646.0, 4678.0, 4707.0, 4646.0, 4678.0, 4645.0, 4692.0, 4722.0, 4645.0, 4680.0, 4721.0, 4665.0, 4682.0, 4707.0, 4643.0, 4685.0, 4719.0, 4659.0, 4682.0, 4710.0, 4687.0, 4669.0, 4707.0, 4658.0, 4668.0, 4698.0, 4656.0, 4667.0, 4703.0, 4654.0, 4686.0, 4705.0, 4655.0, 4685.0, 4701.0, 4683.0, 4676.0, 4713.0, 4634.0, 4687.0, 4693.0, 4663.0, 4677.0, 4691.0, 4661.0, 4664.0, 4681.0, 4631.0, 4665.0, 4691.0, 4643.0, 4686.0, 4693.0, 4654.0, 4687.0, 4693.0, 4644.0, 4686.0, 4693.0, 4654.0, 4686.0, 4693.0, 4645.0, 4686.0, 4691.0, 4644.0, 4685.0, 4693.0, 4654.0, 4685.0, 4694.0, 4645.0, 4698.0, 4693.0, 4646.0, 4697.0, 4642.0, 4658.0, 4694.0, 4631.0, 4667.0, 4708.0, 4636.0, 4667.0, 4708.0, 4643.0, 4679.0, 4702.0, 4654.0, 4701.0, 4703.0, 4658.0, 4700.0, 4718.0, 4659.0, 4700.0, 4708.0, 4647.0, 4688.0, 4713.0, 4685.0, 4686.0, 4703.0, 4642.0, 4684.0, 4703.0, 4674.0, 4674.0, 4701.0, 4644.0, 4673.0, 4671.0, 4642.0, 4683.0, 4676.0, 4643.0, 4672.0, 4630.0, 4641.0, 4681.0, 4630.0, 4653.0, 4681.0, 4630.0, 4652.0, 4677.0, 4630.0, 4674.0, 4687.0, 4643.0, 4675.0, 4693.0, 4644.0, 4686.0, 4694.0, 4644.0, 4686.0, 4632.0, 4655.0, 4696.0, 4629.0, 4665.0, 4690.0, 4643.0, 4686.0, 4651.0, 4668.0, 4707.0, 4645.0, 4667.0, 4708.0, 4645.0, 4668.0, 4695.0, 4636.0, 4668.0, 4706.0, 4632.0, 4679.0, 4720.0, 4648.0, 4680.0, 4703.0, 4644.0, 4700.0, 4703.0, 4669.0, 4690.0, 4706.0, 4656.0, 4709.0, 4704.0, 4655.0, 4694.0, 4667.0, 4703.0, 4716.0, 4657.0, 4702.0, 4705.0, 4654.0, 4690.0, 4719.0, 4655.0, 4700.0, 4707.0, 4654.0, 4690.0, 4703.0, 4695.0, 4679.0, 4711.0, 4653.0, 4688.0, 4694.0, 4675.0, 4675.0, 4704.0, 4644.0, 4675.0, 4701.0, 4633.0, 4671.0, 4693.0, 4663.0, 4674.0, 4692.0, 4642.0, 4683.0, 4681.0, 4643.0, 4686.0, 4633.0, 4655.0, 4690.0, 4643.0, 4701.0, 4705.0, 4655.0, 4684.0, 4647.0, 4699.0, 4706.0, 4686.0, 4693.0, 4647.0, 4689.0, 4704.0, 4642.0, 4686.0, 4701.0, 4655.0, 4684.0, 4644.0, 4655.0, 4682.0, 4633.0, 4654.0, 4682.0, 4631.0, 4643.0, 4669.0, 4620.0, 4651.0, 4681.0, 4622.0, 4662.0, 4682.0, 4632.0, 4675.0, 4694.0, 4634.0, 4675.0, 4671.0, 4644.0, 4674.0, 4633.0, 4646.0, 4695.0, 4624.0, 4656.0, 4685.0, 4657.0, 4688.0, 4634.0, 4668.0, 4700.0, 4646.0, 4657.0, 4694.0, 4654.0, 4690.0, 4695.0, 4658.0, 4698.0, 4705.0, 4659.0, 4688.0, 4653.0, 4669.0, 4699.0, 4677.0, 4656.0, 4695.0, 4666.0, 4667.0, 4683.0, 4642.0, 4655.0, 4683.0, 4640.0, 4645.0, 4681.0, 4624.0, 4654.0, 4681.0, 4630.0, 4650.0, 4631.0, 4655.0, 4684.0, 4641.0, 4645.0, 4683.0, 4659.0, 4643.0, 4684.0, 4632.0, 4652.0, 4683.0, 4632.0, 4655.0, 4692.0, 4633.0, 4656.0, 4694.0, 4654.0, 4666.0, 4683.0, 4633.0, 4675.0, 4679.0, 4651.0, 4664.0, 4683.0, 4645.0, 4675.0, 4683.0, 4632.0, 4674.0, 4670.0, 4645.0, 4675.0, 4691.0, 4633.0, 4674.0, 4692.0, 4633.0, 4675.0, 4693.0, 4647.0, 4688.0, 4678.0, 4654.0, 4683.0, 4633.0, 4667.0, 4643.0, 4666.0, 4710.0, 4657.0, 4655.0, 4709.0, 4698.0, 4659.0, 4649.0, 4670.0, 4711.0, 4729.0, 4668.0, 4697.0, 4706.0, 4706.0, 4664.0, 4683.0, 4660.0, 4653.0, 4669.0, 4639.0, 4649.0, 4681.0, 4620.0, 4641.0, 4670.0, 4610.0, 4641.0, 4668.0, 4618.0, 4653.0, 4668.0, 4622.0, 4662.0, 4680.0, 4632.0, 4661.0, 4680.0, 4630.0, 4660.0, 4679.0, 4630.0, 4664.0, 4679.0, 4653.0, 4672.0, 4680.0, 4631.0, 4674.0, 4680.0, 4641.0, 4674.0, 4680.0, 4641.0, 4674.0, 4650.0, 4643.0, 4684.0, 4672.0, 4644.0, 4694.0, 4654.0, 4656.0, 4698.0, 4635.0, 4656.0, 4709.0, 4656.0, 4658.0, 4698.0, 4646.0, 4659.0, 4698.0, 4645.0, 4659.0, 4708.0, 4677.0, 4658.0, 4696.0, 4637.0, 4668.0, 4696.0, 4647.0, 4669.0, 4647.0, 4667.0, 4709.0, 4658.0, 4669.0, 4710.0, 4677.0, 4659.0, 4697.0, 4666.0, 4658.0, 4708.0, 4705.0, 4647.0, 4696.0, 4711.0, 4655.0, 4686.0, 4643.0, 4656.0, 4695.0, 4644.0, 4656.0, 4684.0, 4644.0, 4666.0, 4695.0, 4645.0, 4664.0, 4690.0, 4643.0, 4666.0, 4680.0, 4634.0, 4674.0, 4688.0, 4664.0, 4672.0, 4639.0, 4656.0, 4698.0, 4684.0, 4645.0, 4695.0, 4705.0, 4643.0, 4677.0, 4691.0, 4644.0, 4686.0, 4692.0, 4654.0, 4686.0, 4644.0, 4656.0, 4685.0, 4632.0, 4657.0, 4694.0, 4663.0, 4653.0, 4692.0, 4650.0, 4643.0, 4681.0, 4631.0, 4653.0, 4685.0, 4631.0, 4643.0, 4672.0, 4630.0, 4641.0, 4680.0, 4632.0, 4652.0, 4695.0, 4642.0, 4661.0, 4680.0, 4633.0, 4687.0, 4681.0, 4655.0, 4685.0, 4646.0, 4688.0, 4696.0, 4642.0, 4696.0, 4692.0, 4657.0, 4697.0], 'WindowWidth': [10338.0, 10256.0, 10215.0, 10248.0, 10214.0, 10191.0, 10236.0, 10254.0, 10183.0, 10248.0, 10275.0, 10232.0, 10268.0, 10270.0, 10275.0, 10169.0, 10242.0, 10228.0, 10265.0, 10228.0, 10305.0, 10322.0, 10283.0, 10251.0, 10264.0, 10205.0, 10208.0, 10227.0, 10190.0, 10214.0, 10243.0, 10182.0, 10238.0, 10246.0, 10158.0, 10236.0, 10206.0, 10163.0, 10222.0, 10149.0, 10240.0, 10240.0, 10164.0, 10259.0, 10259.0, 10181.0, 10233.0, 10192.0, 10271.0, 10268.0, 10177.0, 10262.0, 10257.0, 10224.0, 10249.0, 10250.0, 10170.0, 10246.0, 10249.0, 10183.0, 10264.0, 10250.0, 10190.0, 10268.0, 10247.0, 10169.0, 10263.0, 10250.0, 10187.0, 10251.0, 10194.0, 10288.0, 10276.0, 10201.0, 10268.0, 10273.0, 10233.0, 10231.0, 10269.0, 10210.0, 10225.0, 10252.0, 10180.0, 10208.0, 10257.0, 10202.0, 10198.0, 10246.0, 10147.0, 10203.0, 10226.0, 10147.0, 10215.0, 10245.0, 10151.0, 10224.0, 10230.0, 10145.0, 10200.0, 10216.0, 10133.0, 10216.0, 10227.0, 10143.0, 10224.0, 10232.0, 10144.0, 10219.0, 10238.0, 10160.0, 10256.0, 10236.0, 10190.0, 10226.0, 10243.0, 10168.0, 10254.0, 10226.0, 10162.0, 10240.0, 10231.0, 10159.0, 10240.0, 10238.0, 10152.0, 10241.0, 10250.0, 10197.0, 10240.0, 10173.0, 10202.0, 10274.0, 10240.0, 10177.0, 10257.0, 10244.0, 10183.0, 10241.0, 10147.0, 10208.0, 10270.0, 10234.0, 10210.0, 10268.0, 10164.0, 10244.0, 10268.0, 10167.0, 10246.0, 10261.0, 10202.0, 10230.0, 10275.0, 10227.0, 10219.0, 10132.0, 10250.0, 10213.0, 10280.0, 10275.0, 10185.0, 10255.0, 10269.0, 10220.0, 10237.0, 10281.0, 10287.0, 10188.0, 10262.0, 10272.0, 10159.0, 10234.0, 10246.0, 10198.0, 10219.0, 10240.0, 10196.0, 10232.0, 10252.0, 10178.0, 10178.0, 10199.0, 10114.0, 10159.0, 10195.0, 10117.0, 10173.0, 10196.0, 10116.0, 10193.0, 10214.0, 10121.0, 10197.0, 10211.0, 10141.0, 10214.0, 10225.0, 10152.0, 10233.0, 10160.0, 10163.0, 10229.0, 10142.0, 10221.0, 10237.0, 10161.0, 10234.0, 10240.0, 10166.0, 10238.0, 10240.0, 10152.0, 10241.0, 10249.0, 10160.0, 10225.0, 10241.0, 10179.0, 10251.0, 10244.0, 10171.0, 10261.0, 10253.0, 10181.0, 10250.0, 10246.0, 10169.0, 10262.0, 10245.0, 10183.0, 10258.0, 10258.0, 10194.0, 10283.0, 10252.0, 10205.0, 10284.0, 10189.0, 10233.0, 10268.0, 10194.0, 10265.0, 10274.0, 10190.0, 10278.0, 10276.0, 10193.0, 10271.0, 10269.0, 10176.0, 10268.0, 10255.0, 10213.0, 10254.0, 10272.0, 10190.0, 10280.0, 10273.0, 10188.0, 10283.0, 10189.0, 10254.0, 10294.0, 10194.0, 10258.0, 10276.0, 10213.0, 10261.0, 10210.0, 10242.0, 10304.0, 10291.0, 10225.0, 10285.0, 10286.0, 10219.0, 10274.0, 10251.0, 10195.0, 10274.0, 10266.0, 10199.0, 10263.0, 10182.0, 10224.0, 10278.0, 10234.0, 10203.0, 10263.0, 10198.0, 10219.0, 10261.0, 10206.0, 10197.0, 10259.0, 10249.0, 10179.0, 10239.0, 10218.0, 10174.0, 10254.0, 10232.0, 10161.0, 10242.0, 10216.0, 10184.0, 10241.0, 10195.0, 10172.0, 10255.0, 10198.0, 10184.0, 10244.0, 10182.0, 10257.0, 10265.0, 10184.0, 10259.0, 10254.0, 10214.0, 10263.0, 10167.0, 10244.0, 10272.0, 10169.0, 10245.0, 10267.0, 10207.0, 10287.0, 10268.0, 10219.0, 10286.0, 10280.0, 10221.0, 10259.0, 10192.0, 10221.0, 10278.0, 10214.0, 10211.0, 10264.0, 10188.0, 10221.0, 10253.0, 10166.0, 10223.0, 10261.0, 10215.0, 10194.0, 10260.0, 10196.0, 10215.0, 10255.0, 10145.0, 10192.0, 10257.0, 10183.0, 10219.0, 10183.0, 10264.0, 10295.0, 10185.0, 10231.0, 10286.0, 10251.0, 10201.0, 10279.0, 10248.0, 10200.0, 10277.0, 10279.0, 10184.0, 10264.0, 10278.0, 10182.0, 10247.0, 10262.0, 10164.0, 10245.0, 10235.0, 10202.0, 10223.0, 10228.0, 10181.0, 10261.0, 10249.0, 10164.0, 10244.0, 10253.0, 10197.0, 10229.0, 10249.0, 10155.0, 10240.0, 10227.0, 10161.0, 10240.0, 10218.0, 10185.0, 10240.0, 10158.0, 10187.0, 10258.0, 10205.0, 10182.0, 10232.0, 10167.0, 10228.0, 10273.0, 10179.0, 10275.0, 10297.0, 10288.0, 10256.0, 10200.0, 10271.0, 10266.0, 10211.0, 10302.0, 10141.0, 10169.0, 10172.0, 10278.0, 10226.0, 10327.0, 10277.0, 10302.0, 10310.0, 10243.0, 10266.0, 10276.0, 10268.0, 10230.0, 10238.0, 10294.0, 10262.0, 10232.0, 10282.0, 10245.0, 10231.0, 10250.0, 10163.0, 10244.0, 10248.0, 10188.0, 10265.0, 10189.0, 10220.0, 10271.0, 10191.0, 10248.0, 10244.0, 10169.0, 10244.0, 10244.0, 10186.0, 10245.0, 10253.0, 10186.0, 10259.0, 10250.0, 10181.0, 10258.0, 10236.0, 10194.0, 10255.0, 10208.0, 10208.0, 10261.0, 10183.0, 10206.0, 10188.0, 10242.0, 10290.0, 10227.0, 10201.0, 10287.0, 10279.0, 10206.0, 10275.0, 10232.0, 10235.0, 10293.0, 10267.0, 10209.0, 10291.0, 10260.0, 10227.0, 10287.0, 10199.0, 10230.0, 10291.0, 10286.0, 10204.0, 10272.0, 10305.0, 10210.0, 10269.0, 10293.0, 10196.0, 10252.0, 10293.0, 10200.0, 10249.0, 10283.0, 10188.0, 10263.0, 10255.0, 10202.0, 10250.0, 10257.0, 10192.0, 10250.0, 10219.0, 10203.0, 10267.0, 10257.0, 10191.0, 10249.0, 10267.0, 10186.0, 10265.0, 10257.0, 10192.0, 10265.0, 10262.0, 10192.0, 10253.0, 10233.0, 10192.0, 10265.0, 10249.0, 10207.0, 10266.0, 10249.0, 10210.0, 10281.0, 10261.0, 10194.0, 10267.0, 10273.0, 10208.0, 10264.0, 10208.0, 10209.0, 10285.0, 10265.0, 10204.0, 10265.0, 10235.0, 10205.0, 10276.0, 10233.0, 10207.0, 10263.0, 10231.0, 10222.0, 10265.0, 10181.0, 10206.0, 10279.0, 10196.0, 10203.0, 10276.0, 10187.0, 10225.0, 10279.0, 10185.0, 10226.0, 10279.0, 10195.0, 10239.0, 10274.0, 10190.0, 10238.0, 10275.0, 10190.0, 10237.0, 10194.0, 10263.0, 10303.0, 10192.0, 10244.0, 10301.0, 10217.0, 10247.0, 10278.0, 10189.0, 10249.0, 10297.0, 10211.0, 10246.0, 10287.0, 10246.0, 10225.0, 10277.0, 10206.0, 10222.0, 10265.0, 10202.0, 10221.0, 10267.0, 10199.0, 10246.0, 10272.0, 10201.0, 10244.0, 10265.0, 10236.0, 10229.0, 10278.0, 10170.0, 10243.0, 10249.0, 10207.0, 10230.0, 10246.0, 10201.0, 10208.0, 10231.0, 10162.0, 10213.0, 10245.0, 10183.0, 10244.0, 10250.0, 10198.0, 10245.0, 10249.0, 10183.0, 10244.0, 10249.0, 10198.0, 10244.0, 10250.0, 10187.0, 10244.0, 10247.0, 10183.0, 10241.0, 10249.0, 10196.0, 10242.0, 10252.0, 10188.0, 10261.0, 10250.0, 10189.0, 10260.0, 10182.0, 10207.0, 10253.0, 10167.0, 10221.0, 10277.0, 10175.0, 10220.0, 10277.0, 10187.0, 10239.0, 10266.0, 10203.0, 10271.0, 10269.0, 10209.0, 10269.0, 10293.0, 10212.0, 10269.0, 10278.0, 10192.0, 10251.0, 10282.0, 10237.0, 10244.0, 10263.0, 10179.0, 10240.0, 10266.0, 10221.0, 10225.0, 10258.0, 10180.0, 10223.0, 10215.0, 10178.0, 10235.0, 10219.0, 10178.0, 10218.0, 10159.0, 10177.0, 10233.0, 10158.0, 10193.0, 10232.0, 10160.0, 10192.0, 10223.0, 10161.0, 10224.0, 10238.0, 10181.0, 10227.0, 10249.0, 10183.0, 10244.0, 10251.0, 10184.0, 10244.0, 10165.0, 10200.0, 10256.0, 10160.0, 10215.0, 10245.0, 10182.0, 10242.0, 10192.0, 10221.0, 10274.0, 10185.0, 10218.0, 10277.0, 10187.0, 10221.0, 10257.0, 10175.0, 10223.0, 10274.0, 10171.0, 10238.0, 10299.0, 10194.0, 10241.0, 10269.0, 10192.0, 10270.0, 10270.0, 10224.0, 10256.0, 10272.0, 10207.0, 10283.0, 10271.0, 10203.0, 10257.0, 10224.0, 10277.0, 10291.0, 10213.0, 10274.0, 10273.0, 10202.0, 10256.0, 10296.0, 10203.0, 10270.0, 10278.0, 10201.0, 10254.0, 10270.0, 10253.0, 10235.0, 10275.0, 10194.0, 10246.0, 10254.0, 10224.0, 10227.0, 10265.0, 10183.0, 10227.0, 10260.0, 10165.0, 10218.0, 10246.0, 10204.0, 10222.0, 10243.0, 10177.0, 10236.0, 10231.0, 10182.0, 10247.0, 10168.0, 10200.0, 10244.0, 10184.0, 10269.0, 10269.0, 10197.0, 10236.0, 10192.0, 10265.0, 10272.0, 10237.0, 10246.0, 10190.0, 10247.0, 10260.0, 10178.0, 10240.0, 10255.0, 10194.0, 10233.0, 10179.0, 10198.0, 10233.0, 10163.0, 10194.0, 10231.0, 10156.0, 10177.0, 10209.0, 10142.0, 10188.0, 10226.0, 10147.0, 10204.0, 10228.0, 10162.0, 10224.0, 10246.0, 10167.0, 10225.0, 10214.0, 10180.0, 10222.0, 10166.0, 10187.0, 10254.0, 10154.0, 10200.0, 10237.0, 10203.0, 10247.0, 10169.0, 10220.0, 10265.0, 10187.0, 10203.0, 10253.0, 10198.0, 10253.0, 10256.0, 10208.0, 10263.0, 10268.0, 10207.0, 10247.0, 10196.0, 10222.0, 10265.0, 10230.0, 10203.0, 10256.0, 10210.0, 10215.0, 10234.0, 10174.0, 10195.0, 10233.0, 10170.0, 10180.0, 10228.0, 10151.0, 10194.0, 10228.0, 10157.0, 10186.0, 10161.0, 10198.0, 10238.0, 10172.0, 10181.0, 10235.0, 10194.0, 10178.0, 10237.0, 10160.0, 10190.0, 10232.0, 10162.0, 10198.0, 10245.0, 10165.0, 10200.0, 10249.0, 10194.0, 10213.0, 10235.0, 10169.0, 10227.0, 10227.0, 10189.0, 10210.0, 10234.0, 10184.0, 10224.0, 10230.0, 10161.0, 10223.0, 10213.0, 10181.0, 10224.0, 10241.0, 10164.0, 10224.0, 10243.0, 10166.0, 10226.0, 10249.0, 10189.0, 10250.0, 10239.0, 10197.0, 10233.0, 10167.0, 10220.0, 10184.0, 10222.0, 10286.0, 10206.0, 10205.0, 10282.0, 10261.0, 10209.0, 10197.0, 10230.0, 10288.0, 10307.0, 10221.0, 10263.0, 10276.0, 10270.0, 10210.0, 10235.0, 10196.0, 10191.0, 10212.0, 10167.0, 10185.0, 10229.0, 10144.0, 10175.0, 10211.0, 10130.0, 10172.0, 10210.0, 10140.0, 10190.0, 10208.0, 10148.0, 10205.0, 10226.0, 10161.0, 10202.0, 10226.0, 10158.0, 10199.0, 10222.0, 10159.0, 10208.0, 10225.0, 10192.0, 10219.0, 10226.0, 10163.0, 10223.0, 10228.0, 10173.0, 10221.0, 10227.0, 10175.0, 10223.0, 10186.0, 10181.0, 10238.0, 10219.0, 10186.0, 10255.0, 10199.0, 10203.0, 10262.0, 10174.0, 10205.0, 10281.0, 10204.0, 10210.0, 10265.0, 10190.0, 10212.0, 10266.0, 10188.0, 10214.0, 10280.0, 10232.0, 10208.0, 10259.0, 10179.0, 10224.0, 10261.0, 10192.0, 10226.0, 10195.0, 10225.0, 10285.0, 10211.0, 10230.0, 10286.0, 10234.0, 10213.0, 10265.0, 10215.0, 10209.0, 10279.0, 10269.0, 10192.0, 10261.0, 10274.0, 10200.0, 10243.0, 10182.0, 10203.0, 10255.0, 10184.0, 10202.0, 10238.0, 10185.0, 10218.0, 10256.0, 10186.0, 10214.0, 10246.0, 10181.0, 10216.0, 10233.0, 10170.0, 10226.0, 10242.0, 10211.0, 10221.0, 10174.0, 10203.0, 10263.0, 10238.0, 10188.0, 10257.0, 10269.0, 10181.0, 10230.0, 10244.0, 10184.0, 10244.0, 10248.0, 10198.0, 10243.0, 10182.0, 10203.0, 10243.0, 10167.0, 10205.0, 10255.0, 10207.0, 10196.0, 10249.0, 10187.0, 10182.0, 10232.0, 10162.0, 10196.0, 10241.0, 10162.0, 10180.0, 10219.0, 10158.0, 10175.0, 10229.0, 10163.0, 10193.0, 10255.0, 10178.0, 10203.0, 10227.0, 10168.0, 10245.0, 10233.0, 10203.0, 10240.0, 10192.0, 10252.0, 10258.0, 10184.0, 10262.0, 10249.0, 10204.0, 10263.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.006836930783242258</td></tr>
<tr><td colspan=3>aqi</td><td>0.07138462704918032</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.654660752561526</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2019830181130347</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.936276519015497</td></tr>
<tr><td colspan=3>efc</td><td>0.5122</td></tr>
<tr><td colspan=3>fber</td><td>4901.708</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10842150692871316</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.373406193078324</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5450255304008347</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3905683066407737</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7108416626412257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.533666621920504</td></tr>
<tr><td colspan=3>gcor</td><td>0.00927329</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020771922543644905</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04898349568247795</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.6110407446256385</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>20.9153</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.9854</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.4495</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291339.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.165</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6071</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.0463</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.1448</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1807.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.5142</td></tr>
<tr><td colspan=3>tsnr</td><td>29.877558308187872</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>