<?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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-02/func/sub-0123_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>fa3c1eaae71d0718a444ffb2cb450336</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>21:29:58.567500</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.999714, -0.0201665, 0.0128163, 0.0211156, 0.996664, -0.0788331]</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.0938124</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>[4242, -7752, -7284, 221, -120, 70, -49, 111]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f9bb527-3c21-4764-adaa-fa3dfc8a7997||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.6821608543395996, 0.05665149912238121, 0.030196068808436394, 106.3797607421875], [0.05410512536764145, 2.6739771366119385, -0.2135193943977356, -89.70507049560547], [0.03438510745763779, 0.2115035504102707, 2.6913747787475586, -77.9762954711914], [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': ['212958.567500', '212959.027500', '212959.487500', '212959.947500', '213000.407500', '213000.867500', '213001.327500', '213001.787500', '213002.247500', '213002.707500', '213003.167500', '213003.627500', '213004.087500', '213004.547500', '213005.007500', '213005.467500', '213005.927500', '213006.387500', '213006.847500', '213007.307500', '213007.767500', '213008.227500', '213008.687500', '213009.147500', '213009.607500', '213010.067500', '213010.527500', '213010.987500', '213011.447500', '213011.907500', '213012.367500', '213012.827500', '213013.287500', '213013.747500', '213014.207500', '213014.667500', '213015.127500', '213015.587500', '213016.047500', '213016.507500', '213016.967500', '213017.427500', '213017.887500', '213018.347500', '213018.807500', '213019.267500', '213019.727500', '213020.187500', '213020.647500', '213021.107500', '213021.567500', '213022.027500', '213022.487500', '213022.947500', '213023.407500', '213023.867500', '213024.327500', '213024.787500', '213025.247500', '213025.707500', '213026.167500', '213026.627500', '213027.087500', '213027.547500', '213028.007500', '213028.467500', '213028.927500', '213029.387500', '213029.847500', '213030.307500', '213030.767500', '213031.227500', '213031.687500', '213032.147500', '213032.607500', '213033.067500', '213033.527500', '213033.987500', '213034.447500', '213034.907500', '213035.367500', '213035.827500', '213036.287500', '213036.747500', '213037.207500', '213037.667500', '213038.127500', '213038.587500', '213039.047500', '213039.507500', '213039.967500', '213040.427500', '213040.887500', '213041.347500', '213041.807500', '213042.267500', '213042.727500', '213043.187500', '213043.647500', '213044.107500', '213044.567500', '213045.027500', '213045.487500', '213045.947500', '213046.407500', '213046.867500', '213047.327500', '213047.787500', '213048.247500', '213048.707500', '213049.167500', '213049.627500', '213050.087500', '213050.547500', '213051.007500', '213051.467500', '213051.927500', '213052.387500', '213052.847500', '213053.307500', '213053.767500', '213054.227500', '213054.687500', '213055.147500', '213055.607500', '213056.067500', '213056.527500', '213056.987500', '213057.447500', '213057.907500', '213058.367500', '213058.827500', '213059.287500', '213059.747500', '213100.207500', '213100.667500', '213101.127500', '213101.587500', '213102.047500', '213102.507500', '213102.967500', '213103.427500', '213103.887500', '213104.347500', '213104.807500', '213105.267500', '213105.727500', '213106.187500', '213106.647500', '213107.107500', '213107.567500', '213108.027500', '213108.487500', '213108.947500', '213109.407500', '213109.867500', '213110.327500', '213110.787500', '213111.247500', '213111.707500', '213112.167500', '213112.627500', '213113.087500', '213113.547500', '213114.007500', '213114.467500', '213114.927500', '213115.387500', '213115.847500', '213116.307500', '213116.767500', '213117.227500', '213117.687500', '213118.147500', '213118.607500', '213119.067500', '213119.527500', '213119.987500', '213120.447500', '213120.907500', '213121.367500', '213121.827500', '213122.287500', '213122.747500', '213123.207500', '213123.667500', '213124.127500', '213124.587500', '213125.047500', '213125.507500', '213125.967500', '213126.427500', '213126.887500', '213127.347500', '213127.807500', '213128.267500', '213128.727500', '213129.187500', '213129.647500', '213130.107500', '213130.567500', '213131.027500', '213131.487500', '213131.947500', '213132.407500', '213132.867500', '213133.327500', '213133.787500', '213134.247500', '213134.707500', '213135.167500', '213135.627500', '213136.087500', '213136.547500', '213137.007500', '213137.467500', '213137.927500', '213138.387500', '213138.847500', '213139.307500', '213139.767500', '213140.227500', '213140.687500', '213141.147500', '213141.607500', '213142.067500', '213142.527500', '213142.987500', '213143.447500', '213143.907500', '213144.367500', '213144.827500', '213145.287500', '213145.747500', '213146.207500', '213146.667500', '213147.127500', '213147.587500', '213148.047500', '213148.507500', '213148.967500', '213149.427500', '213149.887500', '213150.347500', '213150.807500', '213151.267500', '213151.727500', '213152.187500', '213152.647500', '213153.107500', '213153.567500', '213154.027500', '213154.487500', '213154.947500', '213155.407500', '213155.867500', '213156.327500', '213156.787500', '213157.247500', '213157.707500', '213158.167500', '213158.627500', '213159.087500', '213159.547500', '213200.007500', '213200.467500', '213200.927500', '213201.387500', '213201.847500', '213202.307500', '213202.767500', '213203.227500', '213203.687500', '213204.147500', '213204.607500', '213205.067500', '213205.527500', '213205.987500', '213206.447500', '213206.907500', '213207.367500', '213207.827500', '213208.287500', '213208.747500', '213209.207500', '213209.667500', '213210.127500', '213210.587500', '213211.047500', '213211.507500', '213211.967500', '213212.427500', '213212.887500', '213213.347500', '213213.807500', '213214.267500', '213214.727500', '213215.187500', '213215.647500', '213216.107500', '213216.567500', '213217.027500', '213217.487500', '213217.947500', '213218.407500', '213218.867500', '213219.327500', '213219.787500', '213220.247500', '213220.707500', '213221.167500', '213221.627500', '213222.087500', '213222.547500', '213223.007500', '213223.467500', '213223.927500', '213224.387500', '213224.847500', '213225.307500', '213225.767500', '213226.227500', '213226.687500', '213227.147500', '213227.607500', '213228.067500', '213228.527500', '213228.987500', '213229.447500', '213229.907500', '213230.367500', '213230.827500', '213231.287500', '213231.747500', '213232.207500', '213232.667500', '213233.127500', '213233.587500', '213234.047500', '213234.507500', '213234.967500', '213235.427500', '213235.887500', '213236.347500', '213236.807500', '213237.267500', '213237.727500', '213238.187500', '213238.647500', '213239.107500', '213239.567500', '213240.027500', '213240.487500', '213240.947500', '213241.407500', '213241.867500', '213242.327500', '213242.787500', '213243.247500', '213243.707500', '213244.167500', '213244.627500', '213245.087500', '213245.547500', '213246.007500', '213246.467500', '213246.927500', '213247.387500', '213247.847500', '213248.307500', '213248.767500', '213249.227500', '213249.687500', '213250.147500', '213250.607500', '213251.067500', '213251.527500', '213251.987500', '213252.447500', '213252.907500', '213253.367500', '213253.827500', '213254.287500', '213254.747500', '213255.207500', '213255.667500', '213256.127500', '213256.587500', '213257.047500', '213257.507500', '213257.967500', '213258.427500', '213258.887500', '213259.347500', '213259.807500', '213300.267500', '213300.727500', '213301.187500', '213301.647500', '213302.107500', '213302.567500', '213303.027500', '213303.487500', '213303.947500', '213304.407500', '213304.867500', '213305.327500', '213305.787500', '213306.247500', '213306.707500', '213307.167500', '213307.627500', '213308.087500', '213308.547500', '213309.007500', '213309.467500', '213309.927500', '213310.387500', '213310.847500', '213311.307500', '213311.767500', '213312.227500', '213312.687500', '213313.147500', '213313.607500', '213314.067500', '213314.527500', '213314.987500', '213315.447500', '213315.907500', '213316.367500', '213316.827500', '213317.287500', '213317.747500', '213318.207500', '213318.667500', '213319.127500', '213319.587500', '213320.047500', '213320.507500', '213320.967500', '213321.427500', '213321.887500', '213322.347500', '213322.807500', '213323.267500', '213323.727500', '213324.187500', '213324.647500', '213325.107500', '213325.567500', '213326.027500', '213326.487500', '213326.947500', '213327.407500', '213327.867500', '213328.327500', '213328.787500', '213329.247500', '213329.707500', '213330.167500', '213330.627500', '213331.087500', '213331.547500', '213332.007500', '213332.467500', '213332.927500', '213333.387500', '213333.847500', '213334.307500', '213334.767500', '213335.227500', '213335.687500', '213336.147500', '213336.607500', '213337.067500', '213337.527500', '213337.987500', '213338.447500', '213338.907500', '213339.367500', '213339.827500', '213340.287500', '213340.747500', '213341.207500', '213341.667500', '213342.127500', '213342.587500', '213343.047500', '213343.507500', '213343.967500', '213344.427500', '213344.887500', '213345.347500', '213345.807500', '213346.267500', '213346.727500', '213347.187500', '213347.647500', '213348.107500', '213348.567500', '213349.027500', '213349.487500', '213349.947500', '213350.407500', '213350.867500', '213351.327500', '213351.787500', '213352.247500', '213352.707500', '213353.167500', '213353.627500', '213354.087500', '213354.547500', '213355.007500', '213355.467500', '213355.927500', '213356.387500', '213356.847500', '213357.307500', '213357.767500', '213358.227500', '213358.687500', '213359.147500', '213359.607500', '213400.067500', '213400.527500', '213400.987500', '213401.447500', '213401.907500', '213402.367500', '213402.827500', '213403.287500', '213403.747500', '213404.207500', '213404.667500', '213405.127500', '213405.587500', '213406.047500', '213406.507500', '213406.967500', '213407.427500', '213407.887500', '213408.347500', '213408.807500', '213409.267500', '213409.727500', '213410.187500', '213410.647500', '213411.107500', '213411.567500', '213412.027500', '213412.487500', '213412.947500', '213413.407500', '213413.867500', '213414.327500', '213414.787500', '213415.247500', '213415.707500', '213416.167500', '213416.627500', '213417.087500', '213417.547500', '213418.007500', '213418.467500', '213418.927500', '213419.387500', '213419.847500', '213420.307500', '213420.767500', '213421.227500', '213421.687500', '213422.147500', '213422.607500', '213423.067500', '213423.527500', '213423.987500', '213424.447500', '213424.907500', '213425.367500', '213425.827500', '213426.287500', '213426.747500', '213427.207500', '213427.667500', '213428.127500', '213428.587500', '213429.047500', '213429.507500', '213429.967500', '213430.427500', '213430.887500', '213431.347500', '213431.807500', '213432.267500', '213432.727500', '213433.187500', '213433.647500', '213434.107500', '213434.567500', '213435.027500', '213435.487500', '213435.947500', '213436.407500', '213436.867500', '213437.327500', '213437.787500', '213438.247500', '213438.707500', '213439.167500', '213439.627500', '213440.087500', '213440.547500', '213441.007500', '213441.467500', '213441.927500', '213442.387500', '213442.847500', '213443.307500', '213443.767500', '213444.227500', '213444.687500', '213445.147500', '213445.607500', '213446.067500', '213446.527500', '213446.987500', '213447.447500', '213447.907500', '213448.367500', '213448.827500', '213449.287500', '213449.747500', '213450.207500', '213450.667500', '213451.127500', '213451.587500', '213452.047500', '213452.507500', '213452.967500', '213453.427500', '213453.887500', '213454.347500', '213454.807500', '213455.267500', '213455.727500', '213456.187500', '213456.647500', '213457.107500', '213457.567500', '213458.027500', '213458.487500', '213458.947500', '213459.407500', '213459.867500', '213500.327500', '213500.787500', '213501.247500', '213501.707500', '213502.167500', '213502.627500', '213503.087500', '213503.547500', '213504.007500', '213504.467500', '213504.927500', '213505.387500', '213505.847500', '213506.307500', '213506.767500', '213507.227500', '213507.687500', '213508.147500', '213508.607500', '213509.067500', '213509.527500', '213509.987500', '213510.447500', '213510.907500', '213511.367500', '213511.827500', '213512.287500', '213512.747500', '213513.207500', '213513.667500', '213514.127500', '213514.587500', '213515.047500', '213515.507500', '213515.967500', '213516.427500', '213516.887500', '213517.347500', '213517.807500', '213518.267500', '213518.727500', '213519.187500', '213519.647500', '213520.107500', '213520.567500', '213521.027500', '213521.487500', '213521.947500', '213522.407500', '213522.867500', '213523.327500', '213523.787500', '213524.247500', '213524.707500', '213525.167500', '213525.627500', '213526.087500', '213526.547500', '213527.007500', '213527.467500', '213527.927500', '213528.387500', '213528.847500', '213529.307500', '213529.767500', '213530.227500', '213530.687500', '213531.147500', '213531.607500', '213532.067500', '213532.527500', '213532.987500', '213533.447500', '213533.907500', '213534.367500', '213534.827500', '213535.287500', '213535.747500', '213536.207500', '213536.667500', '213537.127500', '213537.587500', '213538.047500', '213538.507500', '213538.967500', '213539.427500', '213539.887500', '213540.347500', '213540.807500', '213541.267500', '213541.727500', '213542.187500', '213542.647500', '213543.107500', '213543.567500', '213544.027500', '213544.487500', '213544.947500', '213545.407500', '213545.867500', '213546.327500', '213546.787500', '213547.247500', '213547.707500', '213548.167500', '213548.627500', '213549.087500', '213549.547500', '213550.007500', '213550.467500', '213550.927500', '213551.387500', '213551.847500', '213552.307500', '213552.767500', '213553.227500', '213553.687500', '213554.147500', '213554.607500', '213555.067500', '213555.527500', '213555.987500', '213556.447500', '213556.907500', '213557.367500', '213557.827500', '213558.287500', '213558.747500', '213559.207500', '213559.667500', '213600.127500', '213600.587500', '213601.047500', '213601.507500', '213601.967500', '213602.427500', '213602.887500', '213603.347500', '213603.807500', '213604.267500', '213604.727500', '213605.187500', '213605.647500', '213606.107500', '213606.567500', '213607.027500', '213607.487500', '213607.947500', '213608.407500', '213608.867500', '213609.327500', '213609.787500', '213610.247500', '213610.707500', '213611.167500', '213611.627500', '213612.087500', '213612.547500', '213613.007500', '213613.467500', '213613.927500', '213614.387500', '213614.847500', '213615.307500', '213615.767500', '213616.227500', '213616.687500', '213617.147500', '213617.607500', '213618.067500', '213618.527500', '213618.987500', '213619.447500', '213619.907500', '213620.367500', '213620.827500', '213621.287500', '213621.747500', '213622.207500', '213622.667500', '213623.127500', '213623.587500', '213624.047500', '213624.507500', '213624.967500', '213625.427500', '213625.887500', '213626.347500', '213626.807500', '213627.267500', '213627.727500', '213628.187500', '213628.647500', '213629.107500', '213629.567500', '213630.027500', '213630.487500', '213630.947500', '213631.407500', '213631.867500', '213632.327500', '213632.787500', '213633.247500', '213633.707500', '213634.167500', '213634.627500', '213635.087500', '213635.547500', '213636.007500', '213636.467500', '213636.927500', '213637.387500', '213637.847500', '213638.307500', '213638.767500', '213639.227500', '213639.687500', '213640.147500', '213640.607500', '213641.067500', '213641.527500', '213641.987500', '213642.447500', '213642.907500', '213643.367500', '213643.827500', '213644.287500', '213644.747500', '213645.207500', '213645.667500', '213646.127500', '213646.587500', '213647.047500', '213647.507500', '213647.967500', '213648.427500', '213648.887500', '213649.347500', '213649.807500', '213650.267500', '213650.727500', '213651.187500', '213651.647500', '213652.107500', '213652.567500', '213653.027500', '213653.487500', '213653.947500', '213654.407500', '213654.867500', '213655.327500', '213655.787500', '213656.247500', '213656.707500', '213657.167500', '213657.627500', '213658.087500', '213658.547500', '213659.007500', '213659.467500', '213659.927500', '213700.387500', '213700.847500', '213701.307500', '213701.767500', '213702.227500', '213702.687500', '213703.147500', '213703.607500', '213704.067500', '213704.527500', '213704.987500', '213705.447500', '213705.907500', '213706.367500', '213706.827500', '213707.287500', '213707.747500', '213708.207500', '213708.667500', '213709.127500', '213709.587500', '213710.047500', '213710.507500', '213710.967500', '213711.427500', '213711.887500', '213712.347500', '213712.807500', '213713.267500', '213713.727500', '213714.187500', '213714.647500', '213715.107500', '213715.567500', '213716.027500', '213716.487500', '213716.947500', '213717.407500', '213717.867500', '213718.327500', '213718.787500', '213719.247500', '213719.707500', '213720.167500', '213720.627500', '213721.087500', '213721.547500', '213722.007500', '213722.467500', '213722.927500', '213723.387500', '213723.847500', '213724.307500', '213724.767500', '213725.227500', '213725.687500', '213726.147500', '213726.607500', '213727.067500', '213727.527500', '213727.987500', '213728.447500', '213728.907500', '213729.367500', '213729.827500', '213730.287500', '213730.747500', '213731.207500', '213731.667500', '213732.127500', '213732.587500', '213733.047500', '213733.507500', '213733.967500', '213734.427500', '213734.887500', '213735.347500', '213735.807500', '213736.267500', '213736.727500', '213737.187500', '213737.647500', '213738.107500', '213738.567500', '213739.027500', '213739.487500', '213739.947500', '213740.407500', '213740.867500', '213741.327500', '213741.787500', '213742.247500', '213742.707500', '213743.167500', '213743.627500', '213744.087500', '213744.547500', '213745.007500', '213745.467500', '213745.927500', '213746.387500', '213746.847500', '213747.307500', '213747.767500', '213748.227500', '213748.687500', '213749.147500', '213749.607500', '213750.067500', '213750.527500', '213750.987500', '213751.447500', '213751.907500', '213752.367500', '213752.827500', '213753.287500', '213753.747500', '213754.207500', '213754.667500', '213755.127500', '213755.587500', '213756.047500', '213756.507500', '213756.967500', '213757.427500', '213757.887500', '213758.347500', '213758.807500', '213759.267500', '213759.727500', '213800.187500', '213800.647500', '213801.107500', '213801.567500', '213802.027500', '213802.487500', '213802.947500', '213803.407500', '213803.867500', '213804.327500', '213804.787500', '213805.247500', '213805.707500', '213806.167500', '213806.627500', '213807.087500', '213807.547500', '213808.007500', '213808.467500', '213808.927500', '213809.387500', '213809.847500', '213810.307500', '213810.767500', '213811.227500', '213811.687500', '213812.147500', '213812.607500', '213813.067500', '213813.527500', '213813.987500', '213814.447500', '213814.907500', '213815.367500', '213815.827500', '213816.287500', '213816.747500', '213817.207500', '213817.667500', '213818.127500', '213818.587500', '213819.047500', '213819.507500', '213819.967500', '213820.427500', '213820.887500', '213821.347500', '213821.807500', '213822.267500', '213822.727500', '213823.187500'], 'ContentTime': ['213027.115000', '213027.118000', '213027.121000', '213027.123000', '213027.126000', '213027.128000', '213027.131000', '213027.134000', '213027.136000', '213027.139000', '213027.146000', '213027.149000', '213027.152000', '213027.154000', '213027.157000', '213027.159000', '213027.162000', '213027.164000', '213027.167000', '213027.170000', '213027.172000', '213027.175000', '213027.177000', '213027.180000', '213027.182000', '213027.185000', '213027.187000', '213027.190000', '213027.192000', '213027.195000', '213027.197000', '213027.200000', '213027.203000', '213027.211000', '213027.214000', '213027.216000', '213027.219000', '213027.221000', '213027.224000', '213027.226000', '213027.229000', '213027.231000', '213027.234000', '213027.236000', '213027.239000', '213027.242000', '213027.244000', '213027.247000', '213027.249000', '213027.252000', '213027.254000', '213027.257000', '213027.259000', '213027.262000', '213027.264000', '213027.267000', '213027.270000', '213027.272000', '213027.275000', '213027.277000', '213047.086000', '213047.088000', '213047.092000', '213047.095000', '213047.097000', '213047.100000', '213047.103000', '213047.105000', '213047.108000', '213047.121000', '213047.123000', '213047.126000', '213047.128000', '213047.131000', '213047.133000', '213047.136000', '213047.138000', '213047.141000', '213047.144000', '213047.146000', '213047.149000', '213047.151000', '213047.154000', '213047.156000', '213047.159000', '213047.161000', '213047.164000', '213047.166000', '213047.169000', '213047.172000', '213047.174000', '213047.177000', '213047.179000', '213047.182000', '213047.184000', '213047.187000', '213047.189000', '213047.192000', '213047.194000', '213047.197000', '213047.200000', '213047.202000', '213047.205000', '213047.207000', '213107.085000', '213107.088000', '213107.091000', '213107.093000', '213107.096000', '213107.098000', '213107.101000', '213107.103000', '213107.106000', '213107.109000', '213107.111000', '213107.114000', '213107.117000', '213107.119000', '213107.122000', '213107.125000', '213107.128000', '213107.131000', '213107.133000', '213107.136000', '213107.139000', '213107.141000', '213107.144000', '213107.146000', '213107.149000', '213107.151000', '213107.154000', '213107.157000', '213107.159000', '213107.162000', '213107.164000', '213107.167000', '213107.170000', '213107.173000', '213107.175000', '213107.178000', '213107.181000', '213107.183000', '213107.186000', '213107.188000', '213107.191000', '213107.194000', '213107.196000', '213127.085000', '213127.088000', '213127.091000', '213127.093000', '213127.096000', '213127.099000', '213127.101000', '213127.104000', '213127.106000', '213127.109000', '213127.111000', '213127.114000', '213127.116000', '213127.119000', '213127.122000', '213127.124000', '213127.127000', '213127.129000', '213127.132000', '213127.134000', '213127.137000', '213127.140000', '213127.142000', '213127.145000', '213127.147000', '213127.150000', '213127.153000', '213127.155000', '213127.158000', '213127.160000', '213127.163000', '213127.165000', '213127.168000', '213127.170000', '213127.173000', '213127.175000', '213127.178000', '213127.181000', '213127.183000', '213127.186000', '213127.188000', '213127.191000', '213127.193000', '213127.196000', '213147.085000', '213147.088000', '213147.091000', '213147.093000', '213147.096000', '213147.098000', '213147.101000', '213147.104000', '213147.106000', '213147.109000', '213147.111000', '213147.114000', '213147.116000', '213147.119000', '213147.122000', '213147.124000', '213147.127000', '213147.129000', '213147.132000', '213147.135000', '213147.137000', '213147.140000', '213147.142000', '213147.145000', '213147.147000', '213147.150000', '213147.153000', '213147.155000', '213147.158000', '213147.160000', '213147.163000', '213147.165000', '213147.168000', '213147.170000', '213147.173000', '213147.175000', '213147.178000', '213147.180000', '213147.183000', '213147.185000', '213147.188000', '213147.191000', '213147.193000', '213207.085000', '213207.088000', '213207.091000', '213207.093000', '213207.096000', '213207.099000', '213207.101000', '213207.104000', '213207.106000', '213207.109000', '213207.112000', '213207.114000', '213207.117000', '213207.119000', '213207.122000', '213207.124000', '213207.127000', '213207.129000', '213207.132000', '213207.135000', '213207.137000', '213207.140000', '213207.142000', '213207.145000', '213207.147000', '213207.150000', '213207.153000', '213207.155000', '213207.158000', '213207.160000', '213207.163000', '213207.165000', '213207.168000', '213207.171000', '213207.173000', '213207.176000', '213207.178000', '213207.181000', '213207.183000', '213207.186000', '213207.189000', '213207.191000', '213207.194000', '213207.196000', '213227.086000', '213227.088000', '213227.091000', '213227.094000', '213227.096000', '213227.099000', '213227.101000', '213227.104000', '213227.107000', '213227.109000', '213227.112000', '213227.114000', '213227.117000', '213227.119000', '213227.122000', '213227.124000', '213227.127000', '213227.130000', '213227.132000', '213227.148000', '213227.151000', '213227.154000', '213227.156000', '213227.159000', '213227.161000', '213227.164000', '213227.166000', '213227.169000', '213227.171000', '213227.174000', '213227.176000', '213227.179000', '213227.182000', '213227.184000', '213227.187000', '213227.189000', '213227.192000', '213227.195000', '213227.197000', '213227.200000', '213227.202000', '213227.205000', '213227.208000', '213247.085000', '213247.088000', '213247.091000', '213247.093000', '213247.096000', '213247.099000', '213247.101000', '213247.104000', '213247.106000', '213247.109000', '213247.111000', '213247.114000', '213247.116000', '213247.119000', '213247.122000', '213247.124000', '213247.127000', '213247.129000', '213247.132000', '213247.134000', '213247.137000', '213247.140000', '213247.142000', '213247.145000', '213247.147000', '213247.150000', '213247.152000', '213247.155000', '213247.158000', '213247.160000', '213247.163000', '213247.165000', '213247.168000', '213247.170000', '213247.173000', '213247.175000', '213247.178000', '213247.181000', '213247.183000', '213247.186000', '213247.188000', '213247.191000', '213247.193000', '213247.196000', '213307.086000', '213307.088000', '213307.091000', '213307.094000', '213307.096000', '213307.099000', '213307.101000', '213307.104000', '213307.107000', '213307.109000', '213307.112000', '213307.114000', '213307.117000', '213307.119000', '213307.122000', '213307.125000', '213307.127000', '213307.130000', '213307.132000', '213307.135000', '213307.137000', '213307.140000', '213307.143000', '213307.145000', '213307.148000', '213307.150000', '213307.153000', '213307.155000', '213307.158000', '213307.160000', '213307.163000', '213307.166000', '213307.168000', '213307.171000', '213307.173000', '213307.176000', '213307.179000', '213307.182000', '213307.185000', '213307.187000', '213307.190000', '213307.193000', '213307.195000', '213327.085000', '213327.088000', '213327.091000', '213327.093000', '213327.096000', '213327.099000', '213327.101000', '213327.104000', '213327.106000', '213327.109000', '213327.111000', '213327.114000', '213327.117000', '213327.119000', '213327.122000', '213327.124000', '213327.127000', '213327.130000', '213327.132000', '213327.135000', '213327.137000', '213327.140000', '213327.142000', '213327.145000', '213327.147000', '213327.150000', '213327.153000', '213327.155000', '213327.158000', '213327.160000', '213327.163000', '213327.166000', '213327.168000', '213327.171000', '213327.173000', '213327.176000', '213327.179000', '213327.181000', '213327.184000', '213327.186000', '213327.189000', '213327.191000', '213327.194000', '213327.197000', '213347.085000', '213347.088000', '213347.091000', '213347.094000', '213347.096000', '213347.099000', '213347.101000', '213347.104000', '213347.106000', '213347.109000', '213347.111000', '213347.114000', '213347.117000', '213347.119000', '213347.122000', '213347.124000', '213347.127000', '213347.129000', '213347.132000', '213347.134000', '213347.137000', '213347.140000', '213347.142000', '213347.145000', '213347.147000', '213347.150000', '213347.153000', '213347.155000', '213347.158000', '213347.160000', '213347.163000', '213347.166000', '213347.168000', '213347.171000', '213347.173000', '213347.176000', '213347.178000', '213347.181000', '213347.183000', '213347.186000', '213347.189000', '213347.192000', '213347.195000', '213407.085000', '213407.088000', '213407.091000', '213407.093000', '213407.096000', '213407.099000', '213407.101000', '213407.104000', '213407.106000', '213407.109000', '213407.111000', '213407.114000', '213407.116000', '213407.119000', '213407.122000', '213407.124000', '213407.127000', '213407.129000', '213407.132000', '213407.135000', '213407.137000', '213407.140000', '213407.142000', '213407.145000', '213407.147000', '213407.150000', '213407.152000', '213407.155000', '213407.158000', '213407.160000', '213407.163000', '213407.165000', '213407.168000', '213407.170000', '213407.173000', '213407.176000', '213407.178000', '213407.181000', '213407.183000', '213407.186000', '213407.188000', '213407.191000', '213407.193000', '213407.196000', '213427.086000', '213427.088000', '213427.091000', '213427.094000', '213427.096000', '213427.099000', '213427.101000', '213427.104000', '213427.107000', '213427.109000', '213427.112000', '213427.114000', '213427.117000', '213427.119000', '213427.122000', '213427.124000', '213427.127000', '213427.130000', '213427.132000', '213427.135000', '213427.137000', '213427.140000', '213427.143000', '213427.145000', '213427.148000', '213427.150000', '213427.153000', '213427.155000', '213427.158000', '213427.161000', '213427.163000', '213427.166000', '213427.168000', '213427.171000', '213427.173000', '213427.176000', '213427.179000', '213427.181000', '213427.184000', '213427.186000', '213427.189000', '213427.191000', '213427.194000', '213447.085000', '213447.088000', '213447.091000', '213447.093000', '213447.096000', '213447.099000', '213447.101000', '213447.104000', '213447.107000', '213447.109000', '213447.112000', '213447.114000', '213447.117000', '213447.119000', '213447.122000', '213447.125000', '213447.127000', '213447.130000', '213447.132000', '213447.135000', '213447.138000', '213447.140000', '213447.143000', '213447.145000', '213447.148000', '213447.151000', '213447.153000', '213447.156000', '213447.159000', '213447.161000', '213447.164000', '213447.166000', '213447.169000', '213447.172000', '213447.174000', '213447.177000', '213447.179000', '213447.182000', '213447.184000', '213447.187000', '213447.190000', '213447.192000', '213447.195000', '213447.197000', '213507.086000', '213507.088000', '213507.091000', '213507.094000', '213507.096000', '213507.099000', '213507.101000', '213507.104000', '213507.106000', '213507.109000', '213507.112000', '213507.114000', '213507.117000', '213507.120000', '213507.122000', '213507.125000', '213507.127000', '213507.130000', '213507.132000', '213507.135000', '213507.138000', '213507.140000', '213507.143000', '213507.145000', '213507.148000', '213507.150000', '213507.153000', '213507.156000', '213507.158000', '213507.161000', '213507.163000', '213507.166000', '213507.169000', '213507.171000', '213507.174000', '213507.176000', '213507.179000', '213507.181000', '213507.184000', '213507.186000', '213507.189000', '213507.192000', '213507.194000', '213527.086000', '213527.088000', '213527.091000', '213527.094000', '213527.096000', '213527.099000', '213527.101000', '213527.104000', '213527.106000', '213527.109000', '213527.111000', '213527.126000', '213527.128000', '213527.131000', '213527.133000', '213527.136000', '213527.138000', '213527.141000', '213527.143000', '213527.146000', '213527.149000', '213527.151000', '213527.154000', '213527.156000', '213527.159000', '213527.162000', '213527.164000', '213527.167000', '213527.170000', '213527.172000', '213527.175000', '213527.177000', '213527.180000', '213527.182000', '213527.185000', '213527.188000', '213527.190000', '213527.193000', '213527.195000', '213527.198000', '213527.200000', '213527.203000', '213527.206000', '213527.208000', '213547.086000', '213547.089000', '213547.091000', '213547.094000', '213547.096000', '213547.099000', '213547.101000', '213547.104000', '213547.107000', '213547.109000', '213547.112000', '213547.114000', '213547.117000', '213547.119000', '213547.122000', '213547.125000', '213547.127000', '213547.130000', '213547.133000', '213547.135000', '213547.138000', '213547.140000', '213547.143000', '213547.145000', '213547.148000', '213547.151000', '213547.153000', '213547.156000', '213547.158000', '213547.161000', '213547.164000', '213547.166000', '213547.169000', '213547.171000', '213547.174000', '213547.176000', '213547.179000', '213547.181000', '213547.184000', '213547.187000', '213547.189000', '213547.192000', '213547.194000', '213607.087000', '213607.090000', '213607.093000', '213607.096000', '213607.098000', '213607.101000', '213607.103000', '213607.106000', '213607.109000', '213607.111000', '213607.114000', '213607.117000', '213607.119000', '213607.122000', '213607.124000', '213607.127000', '213607.130000', '213607.132000', '213607.135000', '213607.137000', '213607.140000', '213607.142000', '213607.145000', '213607.148000', '213607.150000', '213607.153000', '213607.155000', '213607.158000', '213607.162000', '213607.164000', '213607.167000', '213607.170000', '213607.172000', '213607.175000', '213607.177000', '213607.180000', '213607.183000', '213607.185000', '213607.188000', '213607.191000', '213607.193000', '213607.196000', '213607.198000', '213607.201000', '213627.084000', '213627.087000', '213627.090000', '213627.092000', '213627.095000', '213627.097000', '213627.100000', '213627.102000', '213627.105000', '213627.108000', '213627.110000', '213627.113000', '213627.115000', '213627.118000', '213627.121000', '213627.123000', '213627.126000', '213627.128000', '213627.131000', '213627.133000', '213627.136000', '213627.138000', '213627.141000', '213627.144000', '213627.146000', '213627.149000', '213627.151000', '213627.154000', '213627.156000', '213627.159000', '213627.162000', '213627.164000', '213627.167000', '213627.169000', '213627.172000', '213627.174000', '213627.177000', '213627.179000', '213627.182000', '213627.184000', '213627.187000', '213627.190000', '213627.192000', '213647.085000', '213647.088000', '213647.091000', '213647.093000', '213647.096000', '213647.098000', '213647.101000', '213647.104000', '213647.106000', '213647.109000', '213647.111000', '213647.114000', '213647.116000', '213647.119000', '213647.121000', '213647.124000', '213647.127000', '213647.129000', '213647.132000', '213647.134000', '213647.137000', '213647.139000', '213647.153000', '213647.155000', '213647.158000', '213647.160000', '213647.163000', '213647.165000', '213647.168000', '213647.171000', '213647.173000', '213647.176000', '213647.178000', '213647.181000', '213647.183000', '213647.186000', '213647.189000', '213647.191000', '213647.194000', '213647.196000', '213647.199000', '213647.201000', '213647.204000', '213647.206000', '213707.086000', '213707.089000', '213707.091000', '213707.094000', '213707.096000', '213707.099000', '213707.102000', '213707.104000', '213707.107000', '213707.109000', '213707.112000', '213707.115000', '213707.117000', '213707.120000', '213707.122000', '213707.125000', '213707.128000', '213707.130000', '213707.133000', '213707.135000', '213707.138000', '213707.140000', '213707.143000', '213707.146000', '213707.148000', '213707.151000', '213707.153000', '213707.156000', '213707.158000', '213707.161000', '213707.164000', '213707.166000', '213707.169000', '213707.171000', '213707.174000', '213707.176000', '213707.179000', '213707.182000', '213707.184000', '213707.187000', '213707.189000', '213707.192000', '213707.194000', '213727.085000', '213727.088000', '213727.091000', '213727.093000', '213727.096000', '213727.098000', '213727.101000', '213727.104000', '213727.106000', '213727.109000', '213727.111000', '213727.114000', '213727.116000', '213727.119000', '213727.121000', '213727.124000', '213727.128000', '213727.131000', '213727.133000', '213727.136000', '213727.139000', '213727.141000', '213727.144000', '213727.146000', '213727.149000', '213727.151000', '213727.154000', '213727.157000', '213727.159000', '213727.162000', '213727.164000', '213727.167000', '213727.169000', '213727.172000', '213727.175000', '213727.177000', '213727.180000', '213727.182000', '213727.185000', '213727.187000', '213727.190000', '213727.193000', '213727.195000', '213747.085000', '213747.088000', '213747.091000', '213747.093000', '213747.096000', '213747.099000', '213747.101000', '213747.104000', '213747.106000', '213747.109000', '213747.112000', '213747.114000', '213747.117000', '213747.120000', '213747.122000', '213747.125000', '213747.127000', '213747.130000', '213747.132000', '213747.135000', '213747.138000', '213747.140000', '213747.143000', '213747.145000', '213747.148000', '213747.150000', '213747.153000', '213747.156000', '213747.158000', '213747.161000', '213747.163000', '213747.166000', '213747.168000', '213747.171000', '213747.174000', '213747.176000', '213747.179000', '213747.181000', '213747.184000', '213747.186000', '213747.189000', '213747.192000', '213747.194000', '213747.197000', '213807.085000', '213807.088000', '213807.091000', '213807.094000', '213807.097000', '213807.099000', '213807.102000', '213807.105000', '213807.107000', '213807.110000', '213807.112000', '213807.115000', '213807.118000', '213807.120000', '213807.123000', '213807.125000', '213807.128000', '213807.130000', '213807.133000', '213807.147000', '213807.149000', '213807.152000', '213807.154000', '213807.157000', '213807.159000', '213807.162000', '213807.165000', '213807.167000', '213807.170000', '213807.172000', '213807.175000', '213807.177000', '213807.180000', '213807.183000', '213807.185000', '213807.188000', '213807.190000', '213807.193000', '213807.195000', '213807.198000', '213807.201000', '213807.203000', '213807.206000', '213824.121000', '213824.124000', '213824.126000', '213824.129000', '213824.132000', '213824.135000', '213824.137000', '213824.140000', '213824.143000', '213824.146000', '213824.148000', '213824.151000', '213824.154000', '213824.156000', '213824.159000', '213824.162000', '213824.165000', '213824.168000', '213824.171000', '213824.174000', '213824.176000', '213824.179000', '213824.181000', '213824.184000', '213824.187000', '213824.189000', '213824.192000', '213824.195000', '213824.197000', '213824.200000', '213824.203000', '213824.205000', '213824.208000', '213824.211000', '213824.214000', '213824.216000', '213824.219000', '213824.221000'], 'InstanceCreationTime': ['213027.115000', '213027.118000', '213027.121000', '213027.123000', '213027.126000', '213027.128000', '213027.131000', '213027.134000', '213027.136000', '213027.139000', '213027.146000', '213027.149000', '213027.152000', '213027.154000', '213027.157000', '213027.159000', '213027.162000', '213027.164000', '213027.167000', '213027.170000', '213027.172000', '213027.175000', '213027.177000', '213027.180000', '213027.182000', '213027.185000', '213027.187000', '213027.190000', '213027.192000', '213027.195000', '213027.197000', '213027.200000', '213027.203000', '213027.211000', '213027.214000', '213027.216000', '213027.219000', '213027.221000', '213027.224000', '213027.226000', '213027.229000', '213027.231000', '213027.234000', '213027.236000', '213027.239000', '213027.242000', '213027.244000', '213027.247000', '213027.249000', '213027.252000', '213027.254000', '213027.257000', '213027.259000', '213027.262000', '213027.264000', '213027.267000', '213027.270000', '213027.272000', '213027.275000', '213027.277000', '213047.086000', '213047.088000', '213047.092000', '213047.095000', '213047.097000', '213047.100000', '213047.103000', '213047.105000', '213047.108000', '213047.121000', '213047.123000', '213047.126000', '213047.128000', '213047.131000', '213047.133000', '213047.136000', '213047.138000', '213047.141000', '213047.144000', '213047.146000', '213047.149000', '213047.151000', '213047.154000', '213047.156000', '213047.159000', '213047.161000', '213047.164000', '213047.166000', '213047.169000', '213047.172000', '213047.174000', '213047.177000', '213047.179000', '213047.182000', '213047.184000', '213047.187000', '213047.189000', '213047.192000', '213047.194000', '213047.197000', '213047.200000', '213047.202000', '213047.205000', '213047.207000', '213107.085000', '213107.088000', '213107.091000', '213107.093000', '213107.096000', '213107.098000', '213107.101000', '213107.103000', '213107.106000', '213107.109000', '213107.111000', '213107.114000', '213107.117000', '213107.119000', '213107.122000', '213107.125000', '213107.128000', '213107.131000', '213107.133000', '213107.136000', '213107.139000', '213107.141000', '213107.144000', '213107.146000', '213107.149000', '213107.151000', '213107.154000', '213107.157000', '213107.159000', '213107.162000', '213107.164000', '213107.167000', '213107.170000', '213107.173000', '213107.175000', '213107.178000', '213107.181000', '213107.183000', '213107.186000', '213107.188000', '213107.191000', '213107.194000', '213107.196000', '213127.085000', '213127.088000', '213127.091000', '213127.093000', '213127.096000', '213127.099000', '213127.101000', '213127.104000', '213127.106000', '213127.109000', '213127.111000', '213127.114000', '213127.116000', '213127.119000', '213127.122000', '213127.124000', '213127.127000', '213127.129000', '213127.132000', '213127.134000', '213127.137000', '213127.140000', '213127.142000', '213127.145000', '213127.147000', '213127.150000', '213127.153000', '213127.155000', '213127.158000', '213127.160000', '213127.163000', '213127.165000', '213127.168000', '213127.170000', '213127.173000', '213127.175000', '213127.178000', '213127.181000', '213127.183000', '213127.186000', '213127.188000', '213127.191000', '213127.193000', '213127.196000', '213147.085000', '213147.088000', '213147.091000', '213147.093000', '213147.096000', '213147.098000', '213147.101000', '213147.104000', '213147.106000', '213147.109000', '213147.111000', '213147.114000', '213147.116000', '213147.119000', '213147.122000', '213147.124000', '213147.127000', '213147.129000', '213147.132000', '213147.135000', '213147.137000', '213147.140000', '213147.142000', '213147.145000', '213147.147000', '213147.150000', '213147.153000', '213147.155000', '213147.158000', '213147.160000', '213147.163000', '213147.165000', '213147.168000', '213147.170000', '213147.173000', '213147.175000', '213147.178000', '213147.180000', '213147.183000', '213147.185000', '213147.188000', '213147.191000', '213147.193000', '213207.085000', '213207.088000', '213207.091000', '213207.093000', '213207.096000', '213207.099000', '213207.101000', '213207.104000', '213207.106000', '213207.109000', '213207.112000', '213207.114000', '213207.117000', '213207.119000', '213207.122000', '213207.124000', '213207.127000', '213207.129000', '213207.132000', '213207.135000', '213207.137000', '213207.140000', '213207.142000', '213207.145000', '213207.147000', '213207.150000', '213207.153000', '213207.155000', '213207.158000', '213207.160000', '213207.163000', '213207.165000', '213207.168000', '213207.171000', '213207.173000', '213207.176000', '213207.178000', '213207.181000', '213207.183000', '213207.186000', '213207.189000', '213207.191000', '213207.194000', '213207.196000', '213227.086000', '213227.088000', '213227.091000', '213227.094000', '213227.096000', '213227.099000', '213227.101000', '213227.104000', '213227.107000', '213227.109000', '213227.112000', '213227.114000', '213227.117000', '213227.119000', '213227.122000', '213227.124000', '213227.127000', '213227.130000', '213227.132000', '213227.148000', '213227.151000', '213227.154000', '213227.156000', '213227.159000', '213227.161000', '213227.164000', '213227.166000', '213227.169000', '213227.171000', '213227.174000', '213227.176000', '213227.179000', '213227.182000', '213227.184000', '213227.187000', '213227.189000', '213227.192000', '213227.195000', '213227.197000', '213227.200000', '213227.202000', '213227.205000', '213227.208000', '213247.085000', '213247.088000', '213247.091000', '213247.093000', '213247.096000', '213247.099000', '213247.101000', '213247.104000', '213247.106000', '213247.109000', '213247.111000', '213247.114000', '213247.116000', '213247.119000', '213247.122000', '213247.124000', '213247.127000', '213247.129000', '213247.132000', '213247.134000', '213247.137000', '213247.140000', '213247.142000', '213247.145000', '213247.147000', '213247.150000', '213247.152000', '213247.155000', '213247.158000', '213247.160000', '213247.163000', '213247.165000', '213247.168000', '213247.170000', '213247.173000', '213247.175000', '213247.178000', '213247.181000', '213247.183000', '213247.186000', '213247.188000', '213247.191000', '213247.193000', '213247.196000', '213307.086000', '213307.088000', '213307.091000', '213307.094000', '213307.096000', '213307.099000', '213307.101000', '213307.104000', '213307.107000', '213307.109000', '213307.112000', '213307.114000', '213307.117000', '213307.119000', '213307.122000', '213307.125000', '213307.127000', '213307.130000', '213307.132000', '213307.135000', '213307.137000', '213307.140000', '213307.143000', '213307.145000', '213307.148000', '213307.150000', '213307.153000', '213307.155000', '213307.158000', '213307.160000', '213307.163000', '213307.166000', '213307.168000', '213307.171000', '213307.173000', '213307.176000', '213307.179000', '213307.182000', '213307.185000', '213307.187000', '213307.190000', '213307.193000', '213307.195000', '213327.085000', '213327.088000', '213327.091000', '213327.093000', '213327.096000', '213327.099000', '213327.101000', '213327.104000', '213327.106000', '213327.109000', '213327.111000', '213327.114000', '213327.117000', '213327.119000', '213327.122000', '213327.124000', '213327.127000', '213327.130000', '213327.132000', '213327.135000', '213327.137000', '213327.140000', '213327.142000', '213327.145000', '213327.147000', '213327.150000', '213327.153000', '213327.155000', '213327.158000', '213327.160000', '213327.163000', '213327.166000', '213327.168000', '213327.171000', '213327.173000', '213327.176000', '213327.179000', '213327.181000', '213327.184000', '213327.186000', '213327.189000', '213327.191000', '213327.194000', '213327.197000', '213347.085000', '213347.088000', '213347.091000', '213347.094000', '213347.096000', '213347.099000', '213347.101000', '213347.104000', '213347.106000', '213347.109000', '213347.111000', '213347.114000', '213347.117000', '213347.119000', '213347.122000', '213347.124000', '213347.127000', '213347.129000', '213347.132000', '213347.134000', '213347.137000', '213347.140000', '213347.142000', '213347.145000', '213347.147000', '213347.150000', '213347.153000', '213347.155000', '213347.158000', '213347.160000', '213347.163000', '213347.166000', '213347.168000', '213347.171000', '213347.173000', '213347.176000', '213347.178000', '213347.181000', '213347.183000', '213347.186000', '213347.189000', '213347.192000', '213347.195000', '213407.085000', '213407.088000', '213407.091000', '213407.093000', '213407.096000', '213407.099000', '213407.101000', '213407.104000', '213407.106000', '213407.109000', '213407.111000', '213407.114000', '213407.116000', '213407.119000', '213407.122000', '213407.124000', '213407.127000', '213407.129000', '213407.132000', '213407.135000', '213407.137000', '213407.140000', '213407.142000', '213407.145000', '213407.147000', '213407.150000', '213407.152000', '213407.155000', '213407.158000', '213407.160000', '213407.163000', '213407.165000', '213407.168000', '213407.170000', '213407.173000', '213407.176000', '213407.178000', '213407.181000', '213407.183000', '213407.186000', '213407.188000', '213407.191000', '213407.193000', '213407.196000', '213427.086000', '213427.088000', '213427.091000', '213427.094000', '213427.096000', '213427.099000', '213427.101000', '213427.104000', '213427.107000', '213427.109000', '213427.112000', '213427.114000', '213427.117000', '213427.119000', '213427.122000', '213427.124000', '213427.127000', '213427.130000', '213427.132000', '213427.135000', '213427.137000', '213427.140000', '213427.143000', '213427.145000', '213427.148000', '213427.150000', '213427.153000', '213427.155000', '213427.158000', '213427.161000', '213427.163000', '213427.166000', '213427.168000', '213427.171000', '213427.173000', '213427.176000', '213427.179000', '213427.181000', '213427.184000', '213427.186000', '213427.189000', '213427.191000', '213427.194000', '213447.085000', '213447.088000', '213447.091000', '213447.093000', '213447.096000', '213447.099000', '213447.101000', '213447.104000', '213447.107000', '213447.109000', '213447.112000', '213447.114000', '213447.117000', '213447.119000', '213447.122000', '213447.125000', '213447.127000', '213447.130000', '213447.132000', '213447.135000', '213447.138000', '213447.140000', '213447.143000', '213447.145000', '213447.148000', '213447.151000', '213447.153000', '213447.156000', '213447.159000', '213447.161000', '213447.164000', '213447.166000', '213447.169000', '213447.172000', '213447.174000', '213447.177000', '213447.179000', '213447.182000', '213447.184000', '213447.187000', '213447.190000', '213447.192000', '213447.195000', '213447.197000', '213507.086000', '213507.088000', '213507.091000', '213507.094000', '213507.096000', '213507.099000', '213507.101000', '213507.104000', '213507.106000', '213507.109000', '213507.112000', '213507.114000', '213507.117000', '213507.120000', '213507.122000', '213507.125000', '213507.127000', '213507.130000', '213507.132000', '213507.135000', '213507.138000', '213507.140000', '213507.143000', '213507.145000', '213507.148000', '213507.150000', '213507.153000', '213507.156000', '213507.158000', '213507.161000', '213507.163000', '213507.166000', '213507.169000', '213507.171000', '213507.174000', '213507.176000', '213507.179000', '213507.181000', '213507.184000', '213507.186000', '213507.189000', '213507.192000', '213507.194000', '213527.086000', '213527.088000', '213527.091000', '213527.094000', '213527.096000', '213527.099000', '213527.101000', '213527.104000', '213527.106000', '213527.109000', '213527.111000', '213527.126000', '213527.128000', '213527.131000', '213527.133000', '213527.136000', '213527.138000', '213527.141000', '213527.143000', '213527.146000', '213527.149000', '213527.151000', '213527.154000', '213527.156000', '213527.159000', '213527.162000', '213527.164000', '213527.167000', '213527.170000', '213527.172000', '213527.175000', '213527.177000', '213527.180000', '213527.182000', '213527.185000', '213527.188000', '213527.190000', '213527.193000', '213527.195000', '213527.198000', '213527.200000', '213527.203000', '213527.206000', '213527.208000', '213547.086000', '213547.089000', '213547.091000', '213547.094000', '213547.096000', '213547.099000', '213547.101000', '213547.104000', '213547.107000', '213547.109000', '213547.112000', '213547.114000', '213547.117000', '213547.119000', '213547.122000', '213547.125000', '213547.127000', '213547.130000', '213547.133000', '213547.135000', '213547.138000', '213547.140000', '213547.143000', '213547.145000', '213547.148000', '213547.151000', '213547.153000', '213547.156000', '213547.158000', '213547.161000', '213547.164000', '213547.166000', '213547.169000', '213547.171000', '213547.174000', '213547.176000', '213547.179000', '213547.181000', '213547.184000', '213547.187000', '213547.189000', '213547.192000', '213547.194000', '213607.087000', '213607.090000', '213607.093000', '213607.096000', '213607.098000', '213607.101000', '213607.103000', '213607.106000', '213607.109000', '213607.111000', '213607.114000', '213607.117000', '213607.119000', '213607.122000', '213607.124000', '213607.127000', '213607.130000', '213607.132000', '213607.135000', '213607.137000', '213607.140000', '213607.142000', '213607.145000', '213607.148000', '213607.150000', '213607.153000', '213607.155000', '213607.158000', '213607.162000', '213607.164000', '213607.167000', '213607.170000', '213607.172000', '213607.175000', '213607.177000', '213607.180000', '213607.183000', '213607.185000', '213607.188000', '213607.191000', '213607.193000', '213607.196000', '213607.198000', '213607.201000', '213627.084000', '213627.087000', '213627.090000', '213627.092000', '213627.095000', '213627.097000', '213627.100000', '213627.102000', '213627.105000', '213627.108000', '213627.110000', '213627.113000', '213627.115000', '213627.118000', '213627.121000', '213627.123000', '213627.126000', '213627.128000', '213627.131000', '213627.133000', '213627.136000', '213627.138000', '213627.141000', '213627.144000', '213627.146000', '213627.149000', '213627.151000', '213627.154000', '213627.156000', '213627.159000', '213627.162000', '213627.164000', '213627.167000', '213627.169000', '213627.172000', '213627.174000', '213627.177000', '213627.179000', '213627.182000', '213627.184000', '213627.187000', '213627.190000', '213627.192000', '213647.085000', '213647.088000', '213647.091000', '213647.093000', '213647.096000', '213647.098000', '213647.101000', '213647.104000', '213647.106000', '213647.109000', '213647.111000', '213647.114000', '213647.116000', '213647.119000', '213647.121000', '213647.124000', '213647.127000', '213647.129000', '213647.132000', '213647.134000', '213647.137000', '213647.139000', '213647.153000', '213647.155000', '213647.158000', '213647.160000', '213647.163000', '213647.165000', '213647.168000', '213647.171000', '213647.173000', '213647.176000', '213647.178000', '213647.181000', '213647.183000', '213647.186000', '213647.189000', '213647.191000', '213647.194000', '213647.196000', '213647.199000', '213647.201000', '213647.204000', '213647.206000', '213707.086000', '213707.089000', '213707.091000', '213707.094000', '213707.096000', '213707.099000', '213707.102000', '213707.104000', '213707.107000', '213707.109000', '213707.112000', '213707.115000', '213707.117000', '213707.120000', '213707.122000', '213707.125000', '213707.128000', '213707.130000', '213707.133000', '213707.135000', '213707.138000', '213707.140000', '213707.143000', '213707.146000', '213707.148000', '213707.151000', '213707.153000', '213707.156000', '213707.158000', '213707.161000', '213707.164000', '213707.166000', '213707.169000', '213707.171000', '213707.174000', '213707.176000', '213707.179000', '213707.182000', '213707.184000', '213707.187000', '213707.189000', '213707.192000', '213707.194000', '213727.085000', '213727.088000', '213727.091000', '213727.093000', '213727.096000', '213727.098000', '213727.101000', '213727.104000', '213727.106000', '213727.109000', '213727.111000', '213727.114000', '213727.116000', '213727.119000', '213727.121000', '213727.124000', '213727.128000', '213727.131000', '213727.133000', '213727.136000', '213727.139000', '213727.141000', '213727.144000', '213727.146000', '213727.149000', '213727.151000', '213727.154000', '213727.157000', '213727.159000', '213727.162000', '213727.164000', '213727.167000', '213727.169000', '213727.172000', '213727.175000', '213727.177000', '213727.180000', '213727.182000', '213727.185000', '213727.187000', '213727.190000', '213727.193000', '213727.195000', '213747.085000', '213747.088000', '213747.091000', '213747.093000', '213747.096000', '213747.099000', '213747.101000', '213747.104000', '213747.106000', '213747.109000', '213747.112000', '213747.114000', '213747.117000', '213747.120000', '213747.122000', '213747.125000', '213747.127000', '213747.130000', '213747.132000', '213747.135000', '213747.138000', '213747.140000', '213747.143000', '213747.145000', '213747.148000', '213747.150000', '213747.153000', '213747.156000', '213747.158000', '213747.161000', '213747.163000', '213747.166000', '213747.168000', '213747.171000', '213747.174000', '213747.176000', '213747.179000', '213747.181000', '213747.184000', '213747.186000', '213747.189000', '213747.192000', '213747.194000', '213747.197000', '213807.085000', '213807.088000', '213807.091000', '213807.094000', '213807.097000', '213807.099000', '213807.102000', '213807.105000', '213807.107000', '213807.110000', '213807.112000', '213807.115000', '213807.118000', '213807.120000', '213807.123000', '213807.125000', '213807.128000', '213807.130000', '213807.133000', '213807.147000', '213807.149000', '213807.152000', '213807.154000', '213807.157000', '213807.159000', '213807.162000', '213807.165000', '213807.167000', '213807.170000', '213807.172000', '213807.175000', '213807.177000', '213807.180000', '213807.183000', '213807.185000', '213807.188000', '213807.190000', '213807.193000', '213807.195000', '213807.198000', '213807.201000', '213807.203000', '213807.206000', '213824.121000', '213824.124000', '213824.126000', '213824.129000', '213824.132000', '213824.135000', '213824.137000', '213824.140000', '213824.143000', '213824.146000', '213824.148000', '213824.151000', '213824.154000', '213824.156000', '213824.159000', '213824.162000', '213824.165000', '213824.168000', '213824.171000', '213824.174000', '213824.176000', '213824.179000', '213824.181000', '213824.184000', '213824.187000', '213824.189000', '213824.192000', '213824.195000', '213824.197000', '213824.200000', '213824.203000', '213824.205000', '213824.208000', '213824.211000', '213824.214000', '213824.216000', '213824.219000', '213824.221000'], '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': [8436, 17593, 8289, 16197, 7806, 12771, 8503, 12006, 8975, 13194, 8613, 10819, 7435, 9672, 7407, 10900, 7358, 10286, 8048, 9530, 8134, 9131, 9635, 8358, 14738, 8007, 17116, 8391, 14559, 10994, 14329, 8425, 12134, 9645, 10519, 8332, 9913, 8743, 8367, 17035, 8070, 15265, 8176, 12992, 8410, 12531, 7787, 10748, 7405, 10077, 7662, 8702, 7753, 8508, 15564, 7621, 15643, 7955, 12935, 7307, 10927, 7601, 11179, 8525, 10673, 7367, 10288, 7370, 10561, 7121, 9899, 7169, 8883, 7671, 8396, 8806, 7745, 13051, 7621, 16998, 7587, 12471, 8038, 11578, 8356, 11672, 7893, 10796, 7675, 10623, 7351, 10014, 7776, 8587, 15931, 8122, 16765, 9102, 17562, 8131, 14506, 8841, 13714, 8853, 13017, 7587, 10826, 7548, 8648, 14748, 8460, 16507, 7711, 15450, 7584, 12600, 7970, 11583, 8411, 10672, 7249, 9742, 7676, 8772, 7622, 8344, 7856, 8064, 13362, 7768, 15512, 7612, 15234, 7712, 14215, 7483, 12028, 9015, 12346, 7964, 11791, 7796, 11020, 8597, 12237, 7780, 11070, 7434, 10716, 7833, 11941, 7569, 11093, 7618, 10448, 7259, 11983, 7540, 11226, 7227, 10125, 7495, 11081, 7637, 10083, 7920, 8310, 16026, 8316, 17732, 9711, 16158, 7763, 13907, 7969, 12608, 10207, 13398, 8178, 12004, 8000, 10699, 7581, 10262, 7618, 9222, 7707, 8361, 12865, 8150, 15770, 7803, 14522, 7668, 16237, 7862, 13927, 8730, 14106, 7695, 11795, 8241, 12140, 9155, 13536, 8183, 9709, 8142, 7442, 10415, 7742, 13045, 7937, 12927, 8132, 17269, 9652, 15067, 12233, 15425, 8485, 13607, 9016, 13011, 8596, 13161, 7603, 10440, 7455, 10140, 7328, 10298, 7514, 9109, 7629, 8623, 12485, 8439, 10954, 8227, 10741, 8119, 14991, 7836, 16360, 8036, 16788, 7612, 12805, 7773, 12612, 10478, 13924, 8347, 13171, 7727, 12733, 7573, 12355, 8095, 13107, 9740, 14429, 8169, 12945, 8113, 12354, 7546, 13069, 7420, 10642, 7364, 9262, 7902, 9735, 7686, 9352, 11553, 8367, 17349, 8407, 17520, 10296, 15798, 7927, 15640, 8310, 13640, 10238, 13720, 7911, 12692, 7742, 11348, 7946, 10930, 7552, 11213, 7544, 9206, 7597, 8594, 12692, 8331, 17149, 7727, 16187, 7603, 12890, 7532, 11452, 8096, 11042, 7617, 10353, 7672, 10798, 8552, 11893, 7974, 11444, 7717, 10900, 7320, 12148, 7229, 10080, 7422, 8980, 7386, 9110, 7538, 8718, 7677, 8764, 7676, 8895, 7854, 8677, 8225, 8357, 13510, 8929, 13338, 9186, 17111, 8367, 17504, 10432, 15835, 8430, 15344, 8298, 13625, 10585, 14960, 8080, 14126, 8179, 13250, 10890, 13819, 8242, 11554, 8110, 10218, 8238, 7493, 10849, 7748, 13948, 7978, 15507, 8056, 17083, 11669, 15794, 11002, 14851, 8878, 12486, 9708, 12544, 8389, 10913, 7268, 10143, 7274, 10021, 7616, 9569, 7623, 8967, 7606, 8275, 13614, 8145, 13351, 7953, 17668, 7563, 13548, 8755, 12734, 7870, 11986, 7677, 11014, 7458, 10249, 7384, 9420, 7680, 8680, 7485, 8640, 7708, 8025, 7644, 8226, 9805, 8218, 14750, 8165, 12762, 7928, 15235, 8048, 15853, 8741, 11930, 8735, 7932, 8950, 7444, 9558, 7501, 9370, 11885, 9687, 10731, 8758, 15989, 9166, 17990, 12135, 16628, 10275, 16987, 8277, 15202, 8572, 13618, 11133, 14051, 8284, 12317, 7620, 11197, 7477, 11439, 7597, 9181, 13580, 8258, 17405, 8099, 14733, 7365, 12446, 7548, 11259, 8011, 10872, 7385, 10148, 7333, 9839, 7824, 9422, 7544, 8666, 7768, 8464, 7489, 8663, 7584, 8568, 7731, 8325, 10263, 8159, 9393, 8246, 8451, 8233, 15298, 7623, 17167, 8228, 14975, 7762, 16174, 8117, 13950, 10754, 14446, 8035, 12806, 8306, 12674, 9277, 13738, 8179, 12505, 7845, 11282, 7471, 12220, 7276, 10497, 7647, 9154, 7486, 9592, 7767, 8343, 8567, 8264, 15059, 7996, 12412, 7723, 17275, 7511, 14245, 8147, 13677, 7591, 12413, 8147, 11799, 8596, 12369, 7968, 11301, 7624, 9780, 10185, 9663, 11799, 8515, 15924, 8084, 17126, 8655, 14547, 8592, 13681, 7902, 12392, 9118, 12600, 8861, 12801, 7734, 11031, 7581, 10749, 7611, 11406, 7099, 9833, 7502, 9546, 7330, 10395, 7606, 8750, 7914, 8584, 12395, 8495, 7854, 7977, 8006, 8498, 8556, 8452, 11840, 7905, 11964, 8046, 15585, 7816, 16601, 9059, 14486, 8079, 16345, 8320, 16094, 10342, 15387, 8671, 16548, 8179, 13849, 10423, 13975, 10125, 14783, 8021, 12453, 8122, 12322, 9004, 13610, 7940, 11395, 7623, 9873, 7420, 10376, 7540, 10052, 7582, 8694, 9898, 8463, 14876, 8659, 14540, 7953, 16850, 7869, 13542, 8212, 12892, 7489, 11321, 7391, 11233, 7639, 10962, 7334, 9755, 7484, 9178, 7553, 8442, 7718, 8365, 8519, 8525, 9923, 8162, 9482, 7933, 12372, 7803, 15712, 8058, 13273, 8167, 10039, 8274, 8018, 9153, 7499, 10757, 8920, 7845, 9020, 7726, 10719, 9481, 13194, 8591, 14823, 7364, 13667, 7923, 13726, 8931, 15033, 8083, 13456, 8105, 12801, 9918, 14336, 8031, 13992, 7909, 12686, 8874, 13599, 9949, 14637, 7735, 13024, 8317, 13700, 10641, 14366, 7947, 13095, 8060, 12215, 9010, 13563, 8094, 12244, 7670, 10739, 7288, 11407, 7581, 10940, 7199, 9897, 7388, 9678, 7488, 10694, 7872, 8546, 7848, 8057, 14554, 8090, 11195, 8251, 9037, 8341, 10569, 8050, 11629, 7844, 9230, 8464, 9133, 8283, 12552, 8561, 8945, 8061, 7837, 8482, 8056, 8552, 12238, 8935, 7927, 8794, 7585, 8887, 10806, 9673, 13201, 9859, 9366, 9076, 17036, 8743, 16529, 12291, 14512, 10453, 14144, 8554, 12212, 8568, 12507, 7740, 12310, 7184, 9819, 7321, 8942, 10495, 8915, 10682, 8362, 15531, 7604, 8075, 14903, 18185, 10847, 15906, 8614, 12829, 8332, 9255, 7964, 9116, 7868, 10099, 7825, 13046, 8283, 12586, 7749, 12219, 8449, 12956, 8263, 12846, 9250, 9364, 17399, 9075, 14779, 11682, 13066, 8323, 11219, 8297, 9401, 11173, 8500, 15928, 7878, 15572, 7681, 11632, 8179, 11027, 7609, 10367, 7352, 9648, 7777, 9082, 7795, 8384, 7714, 8379, 10270, 8067, 9629, 7764, 10231, 7767, 13755, 7908, 12931, 8202, 13111, 7621, 12331, 8070, 12411, 9909, 14044, 8319, 13114, 8735, 13508, 8980, 14983, 7961, 13249, 8876, 10886, 8334, 11167, 7771, 9108, 7846, 8753, 16017, 8869, 15582, 8302, 17604, 8059, 14724, 8758, 13933, 9270, 14247, 7813, 12061, 7999, 12238, 10009, 12476, 7936, 12273, 7901, 11869, 9346, 13656, 7900, 12305, 8145, 10053, 10561, 9712, 14382, 8695, 16258, 7929, 14566, 7496, 11989, 8662, 11820, 7401, 10560, 7211, 10243, 7756, 11172, 7360, 9747, 7442, 9379, 7387, 10021, 7595, 10582, 7281, 10337, 7243, 12260, 7699, 8897, 9214, 7765, 13481, 7485, 15226, 8867, 15305, 11107, 15253, 9369, 14403, 8773, 12940, 8966, 13742, 7988, 11269, 7385, 10955, 7394, 11564, 7479, 10769, 7438, 10002, 7207, 10875, 7552, 10522, 7701, 8734, 12006, 8689, 16869, 8546, 16588, 7694, 13088, 7799, 12158, 8899, 11724, 7321, 10789, 7254, 10575, 7603, 10584, 7568, 9561, 7308, 9366, 7246, 9251, 7752, 8608, 7862, 8564, 8135, 8216, 9831, 7996, 13152, 8233, 17006, 7999, 16062, 8720, 15968, 7938, 13264, 8745, 13453, 10233, 14218, 7662, 12448, 8652, 13165, 10348, 14026, 8198, 12619, 8271, 12621, 8312, 14046, 7699, 12475, 7337, 11215, 7462, 12861, 7271, 10835, 7543, 9333, 11025, 9484, 15043, 9293, 15472, 7890, 16616, 8141, 14083, 9219, 14441, 7726, 12194, 8064, 12865, 10442, 13401, 7720, 11717, 7767, 12230, 8923, 12889, 7930, 12253, 7737, 11493, 8523, 12085, 8401, 13428, 7974, 12088, 8294, 13001, 8409, 13863, 7166, 11159, 7497, 9534, 7675, 10111, 7782, 8900, 7791, 8590, 14000, 8244, 14249, 8425, 10335, 8448, 12558, 8037, 13687, 8644, 8225, 8345, 11050, 8343, 15166, 8323, 10273, 8169, 11637, 8218, 13331, 8474, 8832], 'WindowCenter': [4320.0, 4383.0, 4290.0, 4358.0, 4276.0, 4324.0, 4283.0, 4314.0, 4283.0, 4323.0, 4273.0, 4301.0, 4264.0, 4291.0, 4275.0, 4303.0, 4263.0, 4303.0, 4271.0, 4293.0, 4273.0, 4293.0, 4292.0, 4273.0, 4331.0, 4274.0, 4341.0, 4272.0, 4321.0, 4291.0, 4320.0, 4259.0, 4300.0, 4279.0, 4290.0, 4257.0, 4279.0, 4255.0, 4260.0, 4329.0, 4259.0, 4319.0, 4261.0, 4308.0, 4260.0, 4298.0, 4259.0, 4290.0, 4249.0, 4292.0, 4259.0, 4270.0, 4259.0, 4282.0, 4342.0, 4262.0, 4333.0, 4272.0, 4321.0, 4263.0, 4302.0, 4274.0, 4301.0, 4281.0, 4301.0, 4264.0, 4305.0, 4266.0, 4305.0, 4265.0, 4303.0, 4265.0, 4297.0, 4273.0, 4286.0, 4296.0, 4275.0, 4324.0, 4277.0, 4355.0, 4275.0, 4325.0, 4288.0, 4314.0, 4285.0, 4315.0, 4275.0, 4317.0, 4273.0, 4305.0, 4264.0, 4296.0, 4273.0, 4285.0, 4344.0, 4275.0, 4344.0, 4295.0, 4353.0, 4274.0, 4333.0, 4294.0, 4324.0, 4284.0, 4324.0, 4261.0, 4304.0, 4262.0, 4284.0, 4333.0, 4271.0, 4341.0, 4264.0, 4344.0, 4273.0, 4312.0, 4272.0, 4312.0, 4274.0, 4304.0, 4263.0, 4293.0, 4271.0, 4283.0, 4263.0, 4282.0, 4274.0, 4273.0, 4334.0, 4276.0, 4345.0, 4276.0, 4343.0, 4276.0, 4335.0, 4276.0, 4327.0, 4296.0, 4323.0, 4275.0, 4315.0, 4276.0, 4315.0, 4285.0, 4324.0, 4275.0, 4313.0, 4276.0, 4315.0, 4278.0, 4324.0, 4275.0, 4316.0, 4276.0, 4316.0, 4276.0, 4325.0, 4275.0, 4315.0, 4274.0, 4306.0, 4267.0, 4316.0, 4275.0, 4306.0, 4273.0, 4286.0, 4343.0, 4273.0, 4355.0, 4293.0, 4343.0, 4263.0, 4333.0, 4275.0, 4324.0, 4306.0, 4322.0, 4284.0, 4314.0, 4273.0, 4304.0, 4262.0, 4294.0, 4261.0, 4283.0, 4262.0, 4273.0, 4323.0, 4275.0, 4342.0, 4273.0, 4333.0, 4274.0, 4343.0, 4273.0, 4333.0, 4282.0, 4334.0, 4275.0, 4313.0, 4285.0, 4315.0, 4296.0, 4322.0, 4285.0, 4303.0, 4285.0, 4280.0, 4317.0, 4289.0, 4339.0, 4290.0, 4338.0, 4291.0, 4358.0, 4308.0, 4335.0, 4315.0, 4334.0, 4273.0, 4323.0, 4273.0, 4312.0, 4271.0, 4311.0, 4261.0, 4290.0, 4261.0, 4292.0, 4261.0, 4292.0, 4249.0, 4282.0, 4262.0, 4283.0, 4314.0, 4271.0, 4302.0, 4273.0, 4302.0, 4274.0, 4332.0, 4275.0, 4345.0, 4274.0, 4343.0, 4274.0, 4322.0, 4273.0, 4313.0, 4304.0, 4323.0, 4287.0, 4324.0, 4276.0, 4323.0, 4277.0, 4324.0, 4275.0, 4326.0, 4295.0, 4335.0, 4285.0, 4324.0, 4276.0, 4314.0, 4262.0, 4313.0, 4252.0, 4292.0, 4260.0, 4282.0, 4261.0, 4293.0, 4261.0, 4281.0, 4300.0, 4273.0, 4342.0, 4273.0, 4340.0, 4292.0, 4330.0, 4273.0, 4331.0, 4273.0, 4320.0, 4293.0, 4320.0, 4271.0, 4309.0, 4262.0, 4301.0, 4270.0, 4301.0, 4264.0, 4304.0, 4263.0, 4282.0, 4260.0, 4285.0, 4321.0, 4274.0, 4343.0, 4263.0, 4343.0, 4263.0, 4323.0, 4274.0, 4313.0, 4274.0, 4313.0, 4275.0, 4305.0, 4277.0, 4314.0, 4286.0, 4315.0, 4287.0, 4314.0, 4277.0, 4306.0, 4265.0, 4325.0, 4264.0, 4303.0, 4263.0, 4295.0, 4265.0, 4284.0, 4276.0, 4287.0, 4274.0, 4286.0, 4275.0, 4297.0, 4276.0, 4286.0, 4286.0, 4285.0, 4336.0, 4297.0, 4335.0, 4296.0, 4355.0, 4286.0, 4356.0, 4306.0, 4344.0, 4285.0, 4343.0, 4286.0, 4335.0, 4305.0, 4335.0, 4275.0, 4335.0, 4287.0, 4324.0, 4317.0, 4334.0, 4284.0, 4315.0, 4273.0, 4306.0, 4287.0, 4277.0, 4316.0, 4290.0, 4347.0, 4289.0, 4348.0, 4288.0, 4356.0, 4316.0, 4334.0, 4303.0, 4322.0, 4284.0, 4313.0, 4281.0, 4301.0, 4261.0, 4290.0, 4252.0, 4290.0, 4264.0, 4293.0, 4262.0, 4294.0, 4273.0, 4283.0, 4273.0, 4286.0, 4334.0, 4273.0, 4324.0, 4276.0, 4354.0, 4275.0, 4322.0, 4284.0, 4313.0, 4273.0, 4310.0, 4262.0, 4304.0, 4264.0, 4293.0, 4265.0, 4282.0, 4274.0, 4283.0, 4265.0, 4285.0, 4261.0, 4275.0, 4275.0, 4286.0, 4304.0, 4285.0, 4333.0, 4285.0, 4323.0, 4274.0, 4345.0, 4275.0, 4343.0, 4286.0, 4314.0, 4285.0, 4274.0, 4297.0, 4274.0, 4304.0, 4276.0, 4298.0, 4326.0, 4307.0, 4315.0, 4286.0, 4344.0, 4295.0, 4353.0, 4315.0, 4344.0, 4291.0, 4342.0, 4272.0, 4331.0, 4273.0, 4321.0, 4303.0, 4322.0, 4274.0, 4311.0, 4260.0, 4302.0, 4252.0, 4301.0, 4260.0, 4282.0, 4320.0, 4272.0, 4342.0, 4262.0, 4320.0, 4263.0, 4310.0, 4263.0, 4300.0, 4274.0, 4303.0, 4264.0, 4304.0, 4263.0, 4294.0, 4275.0, 4295.0, 4264.0, 4283.0, 4273.0, 4285.0, 4263.0, 4285.0, 4273.0, 4284.0, 4275.0, 4286.0, 4305.0, 4275.0, 4294.0, 4285.0, 4283.0, 4286.0, 4345.0, 4277.0, 4355.0, 4286.0, 4343.0, 4275.0, 4345.0, 4275.0, 4334.0, 4317.0, 4332.0, 4276.0, 4321.0, 4283.0, 4324.0, 4296.0, 4332.0, 4286.0, 4326.0, 4276.0, 4317.0, 4264.0, 4324.0, 4264.0, 4305.0, 4275.0, 4296.0, 4265.0, 4296.0, 4274.0, 4286.0, 4283.0, 4285.0, 4343.0, 4277.0, 4325.0, 4276.0, 4353.0, 4266.0, 4334.0, 4275.0, 4335.0, 4274.0, 4323.0, 4276.0, 4313.0, 4284.0, 4322.0, 4273.0, 4314.0, 4274.0, 4293.0, 4292.0, 4293.0, 4313.0, 4284.0, 4344.0, 4276.0, 4342.0, 4284.0, 4333.0, 4285.0, 4323.0, 4275.0, 4323.0, 4285.0, 4323.0, 4285.0, 4324.0, 4274.0, 4304.0, 4275.0, 4305.0, 4275.0, 4314.0, 4264.0, 4297.0, 4266.0, 4293.0, 4264.0, 4293.0, 4263.0, 4284.0, 4271.0, 4284.0, 4323.0, 4283.0, 4273.0, 4275.0, 4273.0, 4285.0, 4286.0, 4285.0, 4315.0, 4275.0, 4313.0, 4275.0, 4343.0, 4275.0, 4345.0, 4284.0, 4334.0, 4276.0, 4343.0, 4274.0, 4342.0, 4305.0, 4332.0, 4285.0, 4345.0, 4275.0, 4322.0, 4303.0, 4322.0, 4294.0, 4331.0, 4273.0, 4311.0, 4274.0, 4311.0, 4282.0, 4323.0, 4272.0, 4303.0, 4264.0, 4293.0, 4263.0, 4295.0, 4261.0, 4293.0, 4264.0, 4284.0, 4292.0, 4275.0, 4334.0, 4274.0, 4332.0, 4275.0, 4343.0, 4273.0, 4321.0, 4273.0, 4311.0, 4265.0, 4302.0, 4263.0, 4302.0, 4262.0, 4303.0, 4263.0, 4295.0, 4264.0, 4293.0, 4264.0, 4275.0, 4262.0, 4284.0, 4281.0, 4285.0, 4292.0, 4285.0, 4293.0, 4276.0, 4324.0, 4275.0, 4346.0, 4276.0, 4334.0, 4286.0, 4305.0, 4287.0, 4287.0, 4309.0, 4279.0, 4328.0, 4311.0, 4290.0, 4309.0, 4289.0, 4318.0, 4306.0, 4328.0, 4286.0, 4337.0, 4266.0, 4324.0, 4274.0, 4324.0, 4285.0, 4334.0, 4275.0, 4324.0, 4274.0, 4323.0, 4294.0, 4322.0, 4276.0, 4321.0, 4275.0, 4323.0, 4283.0, 4321.0, 4292.0, 4332.0, 4265.0, 4321.0, 4274.0, 4322.0, 4304.0, 4324.0, 4274.0, 4311.0, 4274.0, 4311.0, 4283.0, 4312.0, 4263.0, 4312.0, 4264.0, 4303.0, 4262.0, 4303.0, 4262.0, 4303.0, 4256.0, 4293.0, 4263.0, 4294.0, 4253.0, 4304.0, 4262.0, 4283.0, 4260.0, 4274.0, 4333.0, 4274.0, 4303.0, 4273.0, 4283.0, 4285.0, 4302.0, 4278.0, 4315.0, 4274.0, 4293.0, 4287.0, 4294.0, 4286.0, 4326.0, 4286.0, 4294.0, 4275.0, 4276.0, 4295.0, 4286.0, 4287.0, 4325.0, 4287.0, 4274.0, 4285.0, 4275.0, 4286.0, 4304.0, 4295.0, 4322.0, 4296.0, 4294.0, 4286.0, 4344.0, 4285.0, 4344.0, 4314.0, 4321.0, 4295.0, 4322.0, 4273.0, 4303.0, 4273.0, 4312.0, 4249.0, 4300.0, 4242.0, 4292.0, 4250.0, 4283.0, 4289.0, 4282.0, 4292.0, 4272.0, 4331.0, 4261.0, 4275.0, 4347.0, 4341.0, 4288.0, 4317.0, 4269.0, 4310.0, 4272.0, 4282.0, 4274.0, 4294.0, 4286.0, 4317.0, 4290.0, 4336.0, 4288.0, 4328.0, 4288.0, 4326.0, 4286.0, 4327.0, 4276.0, 4324.0, 4283.0, 4285.0, 4343.0, 4284.0, 4320.0, 4304.0, 4310.0, 4262.0, 4291.0, 4260.0, 4281.0, 4299.0, 4272.0, 4329.0, 4262.0, 4332.0, 4263.0, 4299.0, 4273.0, 4291.0, 4264.0, 4292.0, 4251.0, 4283.0, 4262.0, 4281.0, 4263.0, 4274.0, 4262.0, 4275.0, 4303.0, 4276.0, 4282.0, 4263.0, 4303.0, 4274.0, 4335.0, 4276.0, 4323.0, 4287.0, 4336.0, 4274.0, 4327.0, 4289.0, 4326.0, 4307.0, 4337.0, 4287.0, 4326.0, 4286.0, 4326.0, 4287.0, 4334.0, 4274.0, 4326.0, 4286.0, 4305.0, 4273.0, 4306.0, 4262.0, 4283.0, 4273.0, 4284.0, 4344.0, 4284.0, 4333.0, 4274.0, 4353.0, 4274.0, 4332.0, 4284.0, 4322.0, 4284.0, 4332.0, 4273.0, 4313.0, 4275.0, 4314.0, 4292.0, 4311.0, 4275.0, 4315.0, 4275.0, 4315.0, 4297.0, 4325.0, 4275.0, 4313.0, 4272.0, 4294.0, 4291.0, 4283.0, 4321.0, 4272.0, 4340.0, 4265.0, 4323.0, 4264.0, 4303.0, 4273.0, 4312.0, 4264.0, 4302.0, 4265.0, 4293.0, 4263.0, 4305.0, 4262.0, 4293.0, 4265.0, 4295.0, 4264.0, 4295.0, 4276.0, 4305.0, 4266.0, 4304.0, 4269.0, 4326.0, 4279.0, 4297.0, 4299.0, 4278.0, 4336.0, 4279.0, 4347.0, 4298.0, 4346.0, 4307.0, 4334.0, 4284.0, 4323.0, 4272.0, 4313.0, 4273.0, 4311.0, 4264.0, 4303.0, 4253.0, 4292.0, 4252.0, 4303.0, 4254.0, 4304.0, 4264.0, 4293.0, 4265.0, 4305.0, 4261.0, 4295.0, 4262.0, 4272.0, 4312.0, 4274.0, 4342.0, 4274.0, 4343.0, 4262.0, 4313.0, 4263.0, 4311.0, 4284.0, 4313.0, 4263.0, 4302.0, 4263.0, 4302.0, 4275.0, 4303.0, 4277.0, 4296.0, 4266.0, 4294.0, 4265.0, 4296.0, 4274.0, 4284.0, 4275.0, 4287.0, 4275.0, 4287.0, 4305.0, 4275.0, 4325.0, 4286.0, 4356.0, 4278.0, 4344.0, 4286.0, 4345.0, 4277.0, 4325.0, 4286.0, 4325.0, 4306.0, 4334.0, 4277.0, 4323.0, 4285.0, 4324.0, 4306.0, 4335.0, 4285.0, 4323.0, 4285.0, 4316.0, 4275.0, 4334.0, 4265.0, 4316.0, 4265.0, 4304.0, 4265.0, 4313.0, 4264.0, 4305.0, 4263.0, 4285.0, 4304.0, 4296.0, 4332.0, 4285.0, 4332.0, 4276.0, 4344.0, 4276.0, 4323.0, 4285.0, 4333.0, 4264.0, 4312.0, 4276.0, 4324.0, 4305.0, 4324.0, 4276.0, 4313.0, 4276.0, 4313.0, 4285.0, 4324.0, 4277.0, 4313.0, 4275.0, 4313.0, 4285.0, 4316.0, 4277.0, 4326.0, 4277.0, 4315.0, 4275.0, 4324.0, 4275.0, 4326.0, 4253.0, 4306.0, 4254.0, 4283.0, 4264.0, 4294.0, 4262.0, 4286.0, 4264.0, 4283.0, 4334.0, 4276.0, 4334.0, 4275.0, 4305.0, 4274.0, 4327.0, 4276.0, 4335.0, 4286.0, 4283.0, 4286.0, 4316.0, 4285.0, 4346.0, 4287.0, 4304.0, 4287.0, 4315.0, 4286.0, 4335.0, 4286.0, 4284.0], 'WindowWidth': [9580.0, 9647.0, 9514.0, 9600.0, 9485.0, 9544.0, 9489.0, 9530.0, 9488.0, 9537.0, 9473.0, 9506.0, 9461.0, 9496.0, 9481.0, 9514.0, 9462.0, 9514.0, 9469.0, 9499.0, 9470.0, 9497.0, 9494.0, 9472.0, 9546.0, 9472.0, 9563.0, 9469.0, 9532.0, 9491.0, 9528.0, 9448.0, 9503.0, 9471.0, 9487.0, 9439.0, 9470.0, 9434.0, 9447.0, 9538.0, 9446.0, 9525.0, 9450.0, 9510.0, 9449.0, 9497.0, 9449.0, 9489.0, 9435.0, 9494.0, 9446.0, 9463.0, 9448.0, 9483.0, 9564.0, 9458.0, 9552.0, 9470.0, 9532.0, 9460.0, 9509.0, 9475.0, 9508.0, 9482.0, 9508.0, 9464.0, 9516.0, 9469.0, 9518.0, 9466.0, 9514.0, 9466.0, 9510.0, 9476.0, 9496.0, 9507.0, 9482.0, 9542.0, 9485.0, 9587.0, 9482.0, 9545.0, 9500.0, 9530.0, 9494.0, 9534.0, 9481.0, 9537.0, 9476.0, 9520.0, 9462.0, 9507.0, 9475.0, 9492.0, 9570.0, 9479.0, 9570.0, 9505.0, 9583.0, 9476.0, 9555.0, 9503.0, 9543.0, 9489.0, 9540.0, 9455.0, 9514.0, 9456.0, 9488.0, 9551.0, 9469.0, 9561.0, 9460.0, 9569.0, 9474.0, 9524.0, 9472.0, 9523.0, 9475.0, 9515.0, 9461.0, 9499.0, 9470.0, 9487.0, 9460.0, 9485.0, 9475.0, 9476.0, 9555.0, 9481.0, 9572.0, 9481.0, 9568.0, 9482.0, 9560.0, 9484.0, 9550.0, 9509.0, 9541.0, 9479.0, 9530.0, 9484.0, 9532.0, 9493.0, 9543.0, 9482.0, 9529.0, 9483.0, 9532.0, 9488.0, 9544.0, 9481.0, 9533.0, 9484.0, 9535.0, 9482.0, 9546.0, 9480.0, 9534.0, 9480.0, 9523.0, 9471.0, 9536.0, 9477.0, 9520.0, 9475.0, 9493.0, 9568.0, 9475.0, 9587.0, 9499.0, 9566.0, 9459.0, 9553.0, 9479.0, 9541.0, 9521.0, 9536.0, 9489.0, 9529.0, 9474.0, 9514.0, 9457.0, 9501.0, 9453.0, 9486.0, 9455.0, 9473.0, 9538.0, 9479.0, 9564.0, 9472.0, 9552.0, 9477.0, 9569.0, 9476.0, 9553.0, 9485.0, 9553.0, 9478.0, 9526.0, 9493.0, 9529.0, 9509.0, 9536.0, 9492.0, 9514.0, 9494.0, 9495.0, 9541.0, 9507.0, 9570.0, 9509.0, 9568.0, 9509.0, 9599.0, 9529.0, 9558.0, 9532.0, 9554.0, 9472.0, 9537.0, 9470.0, 9521.0, 9465.0, 9516.0, 9454.0, 9488.0, 9454.0, 9497.0, 9453.0, 9496.0, 9437.0, 9483.0, 9455.0, 9486.0, 9527.0, 9468.0, 9507.0, 9472.0, 9509.0, 9475.0, 9549.0, 9479.0, 9569.0, 9476.0, 9567.0, 9475.0, 9538.0, 9475.0, 9525.0, 9516.0, 9538.0, 9496.0, 9542.0, 9481.0, 9542.0, 9485.0, 9542.0, 9480.0, 9545.0, 9506.0, 9557.0, 9493.0, 9541.0, 9480.0, 9528.0, 9457.0, 9522.0, 9442.0, 9494.0, 9451.0, 9481.0, 9452.0, 9497.0, 9451.0, 9478.0, 9502.0, 9470.0, 9560.0, 9469.0, 9558.0, 9493.0, 9542.0, 9470.0, 9546.0, 9471.0, 9530.0, 9496.0, 9528.0, 9467.0, 9514.0, 9456.0, 9505.0, 9465.0, 9507.0, 9459.0, 9512.0, 9457.0, 9482.0, 9452.0, 9488.0, 9531.0, 9474.0, 9563.0, 9457.0, 9565.0, 9459.0, 9537.0, 9477.0, 9526.0, 9478.0, 9526.0, 9480.0, 9518.0, 9487.0, 9530.0, 9496.0, 9532.0, 9499.0, 9530.0, 9484.0, 9520.0, 9465.0, 9544.0, 9463.0, 9513.0, 9460.0, 9505.0, 9465.0, 9489.0, 9479.0, 9495.0, 9477.0, 9496.0, 9479.0, 9510.0, 9480.0, 9495.0, 9494.0, 9494.0, 9561.0, 9510.0, 9559.0, 9509.0, 9585.0, 9495.0, 9589.0, 9521.0, 9568.0, 9491.0, 9567.0, 9495.0, 9557.0, 9520.0, 9559.0, 9480.0, 9559.0, 9497.0, 9542.0, 9538.0, 9554.0, 9491.0, 9531.0, 9476.0, 9523.0, 9498.0, 9488.0, 9537.0, 9507.0, 9580.0, 9506.0, 9582.0, 9502.0, 9591.0, 9533.0, 9555.0, 9511.0, 9535.0, 9485.0, 9524.0, 9480.0, 9504.0, 9452.0, 9488.0, 9443.0, 9490.0, 9461.0, 9498.0, 9458.0, 9500.0, 9474.0, 9488.0, 9474.0, 9493.0, 9553.0, 9473.0, 9539.0, 9479.0, 9583.0, 9477.0, 9537.0, 9488.0, 9523.0, 9471.0, 9518.0, 9457.0, 9514.0, 9462.0, 9498.0, 9461.0, 9484.0, 9476.0, 9486.0, 9464.0, 9492.0, 9454.0, 9479.0, 9478.0, 9494.0, 9515.0, 9492.0, 9552.0, 9491.0, 9539.0, 9477.0, 9570.0, 9480.0, 9568.0, 9495.0, 9529.0, 9490.0, 9476.0, 9509.0, 9478.0, 9518.0, 9482.0, 9514.0, 9546.0, 9523.0, 9531.0, 9495.0, 9569.0, 9504.0, 9582.0, 9529.0, 9566.0, 9493.0, 9562.0, 9468.0, 9546.0, 9472.0, 9533.0, 9512.0, 9533.0, 9473.0, 9521.0, 9452.0, 9509.0, 9441.0, 9507.0, 9450.0, 9482.0, 9530.0, 9468.0, 9562.0, 9455.0, 9531.0, 9456.0, 9516.0, 9457.0, 9503.0, 9475.0, 9510.0, 9462.0, 9513.0, 9461.0, 9503.0, 9478.0, 9503.0, 9462.0, 9485.0, 9474.0, 9491.0, 9460.0, 9490.0, 9472.0, 9488.0, 9477.0, 9493.0, 9517.0, 9477.0, 9500.0, 9490.0, 9486.0, 9494.0, 9571.0, 9485.0, 9588.0, 9495.0, 9568.0, 9481.0, 9573.0, 9481.0, 9557.0, 9536.0, 9552.0, 9481.0, 9537.0, 9489.0, 9541.0, 9508.0, 9551.0, 9493.0, 9547.0, 9482.0, 9535.0, 9465.0, 9544.0, 9463.0, 9518.0, 9479.0, 9508.0, 9464.0, 9507.0, 9475.0, 9494.0, 9487.0, 9494.0, 9567.0, 9484.0, 9543.0, 9483.0, 9582.0, 9470.0, 9557.0, 9479.0, 9557.0, 9478.0, 9541.0, 9481.0, 9527.0, 9491.0, 9538.0, 9473.0, 9529.0, 9477.0, 9501.0, 9497.0, 9500.0, 9524.0, 9488.0, 9567.0, 9480.0, 9568.0, 9489.0, 9554.0, 9490.0, 9539.0, 9479.0, 9538.0, 9492.0, 9538.0, 9491.0, 9540.0, 9476.0, 9515.0, 9478.0, 9516.0, 9476.0, 9528.0, 9464.0, 9508.0, 9467.0, 9501.0, 9461.0, 9500.0, 9459.0, 9489.0, 9467.0, 9488.0, 9538.0, 9486.0, 9470.0, 9477.0, 9473.0, 9492.0, 9492.0, 9493.0, 9531.0, 9478.0, 9526.0, 9479.0, 9567.0, 9480.0, 9571.0, 9489.0, 9553.0, 9479.0, 9566.0, 9477.0, 9564.0, 9517.0, 9550.0, 9490.0, 9570.0, 9476.0, 9535.0, 9513.0, 9534.0, 9501.0, 9546.0, 9472.0, 9520.0, 9475.0, 9520.0, 9484.0, 9536.0, 9470.0, 9511.0, 9460.0, 9499.0, 9458.0, 9501.0, 9455.0, 9498.0, 9461.0, 9488.0, 9496.0, 9476.0, 9553.0, 9475.0, 9548.0, 9477.0, 9568.0, 9473.0, 9533.0, 9471.0, 9520.0, 9464.0, 9508.0, 9462.0, 9510.0, 9459.0, 9512.0, 9460.0, 9502.0, 9463.0, 9501.0, 9462.0, 9476.0, 9456.0, 9487.0, 9481.0, 9492.0, 9498.0, 9492.0, 9500.0, 9482.0, 9542.0, 9480.0, 9575.0, 9483.0, 9557.0, 9496.0, 9519.0, 9498.0, 9498.0, 9529.0, 9494.0, 9557.0, 9537.0, 9507.0, 9532.0, 9505.0, 9543.0, 9521.0, 9555.0, 9493.0, 9563.0, 9466.0, 9542.0, 9475.0, 9543.0, 9489.0, 9554.0, 9476.0, 9539.0, 9475.0, 9537.0, 9502.0, 9535.0, 9478.0, 9535.0, 9478.0, 9539.0, 9488.0, 9534.0, 9499.0, 9549.0, 9464.0, 9533.0, 9475.0, 9534.0, 9514.0, 9537.0, 9473.0, 9517.0, 9473.0, 9519.0, 9485.0, 9519.0, 9457.0, 9520.0, 9460.0, 9509.0, 9457.0, 9510.0, 9457.0, 9511.0, 9453.0, 9499.0, 9461.0, 9502.0, 9445.0, 9515.0, 9455.0, 9484.0, 9452.0, 9475.0, 9553.0, 9474.0, 9510.0, 9473.0, 9486.0, 9491.0, 9510.0, 9486.0, 9529.0, 9476.0, 9500.0, 9496.0, 9505.0, 9498.0, 9549.0, 9496.0, 9502.0, 9479.0, 9483.0, 9506.0, 9494.0, 9498.0, 9545.0, 9496.0, 9475.0, 9493.0, 9479.0, 9494.0, 9517.0, 9506.0, 9538.0, 9506.0, 9502.0, 9495.0, 9568.0, 9491.0, 9571.0, 9527.0, 9533.0, 9501.0, 9534.0, 9471.0, 9508.0, 9469.0, 9520.0, 9433.0, 9501.0, 9427.0, 9495.0, 9438.0, 9483.0, 9487.0, 9480.0, 9492.0, 9468.0, 9545.0, 9453.0, 9478.0, 9580.0, 9563.0, 9481.0, 9520.0, 9459.0, 9514.0, 9467.0, 9482.0, 9475.0, 9505.0, 9498.0, 9538.0, 9508.0, 9565.0, 9501.0, 9554.0, 9502.0, 9549.0, 9496.0, 9551.0, 9478.0, 9542.0, 9484.0, 9489.0, 9566.0, 9485.0, 9532.0, 9510.0, 9515.0, 9452.0, 9492.0, 9448.0, 9479.0, 9499.0, 9467.0, 9539.0, 9454.0, 9548.0, 9458.0, 9499.0, 9469.0, 9491.0, 9459.0, 9493.0, 9441.0, 9485.0, 9455.0, 9480.0, 9456.0, 9473.0, 9456.0, 9478.0, 9510.0, 9479.0, 9482.0, 9460.0, 9512.0, 9477.0, 9559.0, 9482.0, 9540.0, 9496.0, 9560.0, 9479.0, 9550.0, 9503.0, 9547.0, 9524.0, 9561.0, 9497.0, 9546.0, 9496.0, 9548.0, 9497.0, 9555.0, 9476.0, 9546.0, 9492.0, 9517.0, 9471.0, 9517.0, 9454.0, 9485.0, 9471.0, 9489.0, 9567.0, 9488.0, 9552.0, 9475.0, 9580.0, 9475.0, 9551.0, 9487.0, 9536.0, 9486.0, 9549.0, 9472.0, 9524.0, 9478.0, 9526.0, 9498.0, 9521.0, 9478.0, 9530.0, 9480.0, 9530.0, 9509.0, 9542.0, 9476.0, 9525.0, 9468.0, 9501.0, 9493.0, 9482.0, 9530.0, 9467.0, 9556.0, 9461.0, 9537.0, 9460.0, 9509.0, 9472.0, 9521.0, 9462.0, 9509.0, 9463.0, 9500.0, 9460.0, 9515.0, 9458.0, 9498.0, 9465.0, 9504.0, 9464.0, 9505.0, 9480.0, 9516.0, 9469.0, 9514.0, 9475.0, 9548.0, 9490.0, 9512.0, 9517.0, 9487.0, 9563.0, 9492.0, 9578.0, 9514.0, 9576.0, 9522.0, 9555.0, 9485.0, 9537.0, 9469.0, 9521.0, 9469.0, 9516.0, 9457.0, 9508.0, 9445.0, 9493.0, 9441.0, 9510.0, 9446.0, 9511.0, 9462.0, 9499.0, 9462.0, 9515.0, 9454.0, 9501.0, 9454.0, 9470.0, 9520.0, 9472.0, 9563.0, 9472.0, 9563.0, 9455.0, 9522.0, 9458.0, 9518.0, 9486.0, 9523.0, 9460.0, 9509.0, 9461.0, 9511.0, 9479.0, 9513.0, 9482.0, 9505.0, 9468.0, 9503.0, 9464.0, 9505.0, 9475.0, 9490.0, 9479.0, 9498.0, 9478.0, 9496.0, 9519.0, 9479.0, 9543.0, 9495.0, 9588.0, 9486.0, 9571.0, 9493.0, 9571.0, 9483.0, 9543.0, 9495.0, 9542.0, 9520.0, 9554.0, 9483.0, 9538.0, 9493.0, 9541.0, 9520.0, 9557.0, 9492.0, 9539.0, 9493.0, 9532.0, 9476.0, 9554.0, 9464.0, 9531.0, 9464.0, 9516.0, 9463.0, 9524.0, 9460.0, 9516.0, 9459.0, 9490.0, 9513.0, 9505.0, 9548.0, 9488.0, 9549.0, 9477.0, 9568.0, 9479.0, 9538.0, 9490.0, 9551.0, 9462.0, 9523.0, 9479.0, 9540.0, 9517.0, 9539.0, 9479.0, 9525.0, 9481.0, 9526.0, 9492.0, 9540.0, 9481.0, 9526.0, 9478.0, 9524.0, 9492.0, 9532.0, 9482.0, 9546.0, 9482.0, 9530.0, 9479.0, 9542.0, 9476.0, 9545.0, 9445.0, 9517.0, 9446.0, 9485.0, 9459.0, 9500.0, 9455.0, 9489.0, 9461.0, 9487.0, 9553.0, 9480.0, 9554.0, 9478.0, 9515.0, 9476.0, 9548.0, 9482.0, 9558.0, 9494.0, 9486.0, 9493.0, 9532.0, 9492.0, 9574.0, 9495.0, 9514.0, 9495.0, 9530.0, 9496.0, 9558.0, 9494.0, 9488.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.00020753874202370098</td></tr>
<tr><td colspan=3>aqi</td><td>0.01557242962625342</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.828158716104</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2159008684945272</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9951386370802923</td></tr>
<tr><td colspan=3>efc</td><td>0.451</td></tr>
<tr><td colspan=3>fber</td><td>8287.3203</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06313663383104395</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5019114917675584</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4086455789370507</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.74760375267384</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3494851436917843</td></tr>
<tr><td colspan=3>gcor</td><td>0.00877561</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019761640578508377</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031725119799375534</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8048506052747286</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>31.0436</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2577</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.429</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307740.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>832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.7098</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3333</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.342</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3562.0049</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.0961</td></tr>
<tr><td colspan=3>tsnr</td><td>48.813314591534436</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>