<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-02/func/sub-0046_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>5d81283e4a2f2d244d17f85871773218</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>13:21:9.287500</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.999037, 0.0298197, 0.0321938, -0.0310469, 0.998783, 0.0383168]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.123223</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7767, -7252, 475, -57, -101, 4, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a13631f4-741b-4030-9e4e-a9ef3366476c||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.680342435836792, -0.08329656720161438, 0.08373238891363144, 118.11659240722656], [-0.08000411838293076, 2.6796624660491943, 0.10605449229478836, -94.88450622558594], [0.08637352287769318, -0.10280126333236694, 2.6966166496276855, -43.06901168823242], [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': ['132109.287500', '132109.747500', '132110.207500', '132110.667500', '132111.127500', '132111.587500', '132112.047500', '132112.507500', '132112.967500', '132113.427500', '132113.887500', '132114.347500', '132114.807500', '132115.267500', '132115.727500', '132116.187500', '132116.647500', '132117.107500', '132117.567500', '132118.027500', '132118.487500', '132118.947500', '132119.407500', '132119.867500', '132120.327500', '132120.787500', '132121.247500', '132121.707500', '132122.167500', '132122.627500', '132123.087500', '132123.547500', '132124.007500', '132124.467500', '132124.927500', '132125.387500', '132125.847500', '132126.307500', '132126.767500', '132127.227500', '132127.687500', '132128.147500', '132128.607500', '132129.067500', '132129.527500', '132129.987500', '132130.447500', '132130.907500', '132131.367500', '132131.827500', '132132.287500', '132132.747500', '132133.207500', '132133.667500', '132134.127500', '132134.587500', '132135.047500', '132135.507500', '132135.967500', '132136.427500', '132136.887500', '132137.347500', '132137.807500', '132138.267500', '132138.727500', '132139.187500', '132139.647500', '132140.107500', '132140.567500', '132141.027500', '132141.487500', '132141.947500', '132142.407500', '132142.867500', '132143.327500', '132143.787500', '132144.247500', '132144.707500', '132145.167500', '132145.627500', '132146.087500', '132146.547500', '132147.007500', '132147.467500', '132147.927500', '132148.387500', '132148.847500', '132149.307500', '132149.767500', '132150.227500', '132150.687500', '132151.147500', '132151.607500', '132152.067500', '132152.527500', '132152.987500', '132153.447500', '132153.907500', '132154.367500', '132154.827500', '132155.287500', '132155.747500', '132156.207500', '132156.667500', '132157.127500', '132157.587500', '132158.047500', '132158.507500', '132158.967500', '132159.427500', '132159.887500', '132200.347500', '132200.807500', '132201.267500', '132201.727500', '132202.187500', '132202.647500', '132203.107500', '132203.567500', '132204.027500', '132204.487500', '132204.947500', '132205.407500', '132205.867500', '132206.327500', '132206.787500', '132207.247500', '132207.707500', '132208.167500', '132208.627500', '132209.087500', '132209.547500', '132210.007500', '132210.467500', '132210.927500', '132211.387500', '132211.847500', '132212.307500', '132212.767500', '132213.227500', '132213.687500', '132214.147500', '132214.607500', '132215.067500', '132215.527500', '132215.987500', '132216.447500', '132216.907500', '132217.367500', '132217.827500', '132218.287500', '132218.747500', '132219.207500', '132219.667500', '132220.127500', '132220.587500', '132221.047500', '132221.507500', '132221.967500', '132222.427500', '132222.887500', '132223.347500', '132223.807500', '132224.267500', '132224.727500', '132225.187500', '132225.647500', '132226.107500', '132226.567500', '132227.027500', '132227.487500', '132227.947500', '132228.407500', '132228.867500', '132229.327500', '132229.787500', '132230.247500', '132230.707500', '132231.167500', '132231.627500', '132232.087500', '132232.547500', '132233.007500', '132233.467500', '132233.927500', '132234.387500', '132234.847500', '132235.307500', '132235.767500', '132236.227500', '132236.687500', '132237.147500', '132237.607500', '132238.067500', '132238.527500', '132238.987500', '132239.447500', '132239.907500', '132240.367500', '132240.827500', '132241.287500', '132241.747500', '132242.207500', '132242.667500', '132243.127500', '132243.587500', '132244.047500', '132244.507500', '132244.967500', '132245.427500', '132245.887500', '132246.347500', '132246.807500', '132247.267500', '132247.727500', '132248.187500', '132248.647500', '132249.107500', '132249.567500', '132250.027500', '132250.487500', '132250.947500', '132251.407500', '132251.867500', '132252.327500', '132252.787500', '132253.247500', '132253.707500', '132254.167500', '132254.627500', '132255.087500', '132255.547500', '132256.007500', '132256.467500', '132256.927500', '132257.387500', '132257.847500', '132258.307500', '132258.767500', '132259.227500', '132259.687500', '132300.147500', '132300.607500', '132301.067500', '132301.527500', '132301.987500', '132302.447500', '132302.907500', '132303.367500', '132303.827500', '132304.287500', '132304.747500', '132305.207500', '132305.667500', '132306.127500', '132306.587500', '132307.047500', '132307.507500', '132307.967500', '132308.427500', '132308.887500', '132309.347500', '132309.807500', '132310.267500', '132310.727500', '132311.187500', '132311.647500', '132312.107500', '132312.567500', '132313.027500', '132313.487500', '132313.947500', '132314.407500', '132314.867500', '132315.327500', '132315.787500', '132316.247500', '132316.707500', '132317.167500', '132317.627500', '132318.087500', '132318.547500', '132319.007500', '132319.467500', '132319.927500', '132320.387500', '132320.847500', '132321.307500', '132321.767500', '132322.227500', '132322.687500', '132323.147500', '132323.607500', '132324.067500', '132324.527500', '132324.987500', '132325.447500', '132325.907500', '132326.367500', '132326.827500', '132327.287500', '132327.747500', '132328.207500', '132328.667500', '132329.127500', '132329.587500', '132330.047500', '132330.507500', '132330.967500', '132331.427500', '132331.887500', '132332.347500', '132332.807500', '132333.267500', '132333.727500', '132334.187500', '132334.647500', '132335.107500', '132335.567500', '132336.027500', '132336.487500', '132336.947500', '132337.407500', '132337.867500', '132338.327500', '132338.787500', '132339.247500', '132339.707500', '132340.167500', '132340.627500', '132341.087500', '132341.547500', '132342.007500', '132342.467500', '132342.927500', '132343.387500', '132343.847500', '132344.307500', '132344.767500', '132345.227500', '132345.687500', '132346.147500', '132346.607500', '132347.067500', '132347.527500', '132347.987500', '132348.447500', '132348.907500', '132349.367500', '132349.827500', '132350.287500', '132350.747500', '132351.207500', '132351.667500', '132352.127500', '132352.587500', '132353.047500', '132353.507500', '132353.967500', '132354.427500', '132354.887500', '132355.347500', '132355.807500', '132356.267500', '132356.727500', '132357.187500', '132357.647500', '132358.107500', '132358.567500', '132359.027500', '132359.487500', '132359.947500', '132400.407500', '132400.867500', '132401.327500', '132401.787500', '132402.247500', '132402.707500', '132403.167500', '132403.627500', '132404.087500', '132404.547500', '132405.007500', '132405.467500', '132405.927500', '132406.387500', '132406.847500', '132407.307500', '132407.767500', '132408.227500', '132408.687500', '132409.147500', '132409.607500', '132410.067500', '132410.527500', '132410.987500', '132411.447500', '132411.907500', '132412.367500', '132412.827500', '132413.287500', '132413.747500', '132414.207500', '132414.667500', '132415.127500', '132415.587500', '132416.047500', '132416.507500', '132416.967500', '132417.427500', '132417.887500', '132418.347500', '132418.807500', '132419.267500', '132419.727500', '132420.187500', '132420.647500', '132421.107500', '132421.567500', '132422.027500', '132422.487500', '132422.947500', '132423.407500', '132423.867500', '132424.327500', '132424.787500', '132425.247500', '132425.707500', '132426.167500', '132426.627500', '132427.087500', '132427.547500', '132428.007500', '132428.467500', '132428.927500', '132429.387500', '132429.847500', '132430.307500', '132430.767500', '132431.227500', '132431.687500', '132432.147500', '132432.607500', '132433.067500', '132433.527500', '132433.987500', '132434.447500', '132434.907500', '132435.367500', '132435.827500', '132436.287500', '132436.747500', '132437.207500', '132437.667500', '132438.127500', '132438.587500', '132439.047500', '132439.507500', '132439.967500', '132440.427500', '132440.887500', '132441.347500', '132441.807500', '132442.267500', '132442.727500', '132443.187500', '132443.647500', '132444.107500', '132444.567500', '132445.027500', '132445.487500', '132445.947500', '132446.407500', '132446.867500', '132447.327500', '132447.787500', '132448.247500', '132448.707500', '132449.167500', '132449.627500', '132450.087500', '132450.547500', '132451.007500', '132451.467500', '132451.927500', '132452.387500', '132452.847500', '132453.307500', '132453.767500', '132454.227500', '132454.687500', '132455.147500', '132455.607500', '132456.067500', '132456.527500', '132456.987500', '132457.447500', '132457.907500', '132458.367500', '132458.827500', '132459.287500', '132459.747500', '132500.207500', '132500.667500', '132501.127500', '132501.587500', '132502.047500', '132502.507500', '132502.967500', '132503.427500', '132503.887500', '132504.347500', '132504.807500', '132505.267500', '132505.727500', '132506.187500', '132506.647500', '132507.107500', '132507.567500', '132508.027500', '132508.487500', '132508.947500', '132509.407500', '132509.867500', '132510.327500', '132510.787500', '132511.247500', '132511.707500', '132512.167500', '132512.627500', '132513.087500', '132513.547500', '132514.007500', '132514.467500', '132514.927500', '132515.387500', '132515.847500', '132516.307500', '132516.767500', '132517.227500', '132517.687500', '132518.147500', '132518.607500', '132519.067500', '132519.527500', '132519.987500', '132520.447500', '132520.907500', '132521.367500', '132521.827500', '132522.287500', '132522.747500', '132523.207500', '132523.667500', '132524.127500', '132524.587500', '132525.047500', '132525.507500', '132525.967500', '132526.427500', '132526.887500', '132527.347500', '132527.807500', '132528.267500', '132528.727500', '132529.187500', '132529.647500', '132530.107500', '132530.567500', '132531.027500', '132531.487500', '132531.947500', '132532.407500', '132532.867500', '132533.327500', '132533.787500', '132534.247500', '132534.707500', '132535.167500', '132535.627500', '132536.087500', '132536.547500', '132537.007500', '132537.467500', '132537.927500', '132538.387500', '132538.847500', '132539.307500', '132539.767500', '132540.227500', '132540.687500', '132541.147500', '132541.607500', '132542.067500', '132542.527500', '132542.987500', '132543.447500', '132543.907500', '132544.367500', '132544.827500', '132545.287500', '132545.747500', '132546.207500', '132546.667500', '132547.127500', '132547.587500', '132548.047500', '132548.507500', '132548.967500', '132549.427500', '132549.887500', '132550.347500', '132550.807500', '132551.267500', '132551.727500', '132552.187500', '132552.647500', '132553.107500', '132553.567500', '132554.027500', '132554.487500', '132554.947500', '132555.407500', '132555.867500', '132556.327500', '132556.787500', '132557.247500', '132557.707500', '132558.167500', '132558.627500', '132559.087500', '132559.547500', '132600.007500', '132600.467500', '132600.927500', '132601.387500', '132601.847500', '132602.307500', '132602.767500', '132603.227500', '132603.687500', '132604.147500', '132604.607500', '132605.067500', '132605.527500', '132605.987500', '132606.447500', '132606.907500', '132607.367500', '132607.827500', '132608.287500', '132608.747500', '132609.207500', '132609.667500', '132610.127500', '132610.587500', '132611.047500', '132611.507500', '132611.967500', '132612.427500', '132612.887500', '132613.347500', '132613.807500', '132614.267500', '132614.727500', '132615.187500', '132615.647500', '132616.107500', '132616.567500', '132617.027500', '132617.487500', '132617.947500', '132618.407500', '132618.867500', '132619.327500', '132619.787500', '132620.247500', '132620.707500', '132621.167500', '132621.627500', '132622.087500', '132622.547500', '132623.007500', '132623.467500', '132623.927500', '132624.387500', '132624.847500', '132625.307500', '132625.767500', '132626.227500', '132626.687500', '132627.147500', '132627.607500', '132628.067500', '132628.527500', '132628.987500', '132629.447500', '132629.907500', '132630.367500', '132630.827500', '132631.287500', '132631.747500', '132632.207500', '132632.667500', '132633.127500', '132633.587500', '132634.047500', '132634.507500', '132634.967500', '132635.427500', '132635.887500', '132636.347500', '132636.807500', '132637.267500', '132637.727500', '132638.187500', '132638.647500', '132639.107500', '132639.567500', '132640.027500', '132640.487500', '132640.947500', '132641.407500', '132641.867500', '132642.327500', '132642.787500', '132643.247500', '132643.707500', '132644.167500', '132644.627500', '132645.087500', '132645.547500', '132646.007500', '132646.467500', '132646.927500', '132647.387500', '132647.847500', '132648.307500', '132648.767500', '132649.227500', '132649.687500', '132650.147500', '132650.607500', '132651.067500', '132651.527500', '132651.987500', '132652.447500', '132652.907500', '132653.367500', '132653.827500', '132654.287500', '132654.747500', '132655.207500', '132655.667500', '132656.127500', '132656.587500', '132657.047500', '132657.507500', '132657.967500', '132658.427500', '132658.887500', '132659.347500', '132659.807500', '132700.267500', '132700.727500', '132701.187500', '132701.647500', '132702.107500', '132702.567500', '132703.027500', '132703.487500', '132703.947500', '132704.407500', '132704.867500', '132705.327500', '132705.787500', '132706.247500', '132706.707500', '132707.167500', '132707.627500', '132708.087500', '132708.547500', '132709.007500', '132709.467500', '132709.927500', '132710.387500', '132710.847500', '132711.307500', '132711.767500', '132712.227500', '132712.687500', '132713.147500', '132713.607500', '132714.067500', '132714.527500', '132714.987500', '132715.447500', '132715.907500', '132716.367500', '132716.827500', '132717.287500', '132717.747500', '132718.207500', '132718.667500', '132719.127500', '132719.587500', '132720.047500', '132720.507500', '132720.967500', '132721.427500', '132721.887500', '132722.347500', '132722.807500', '132723.267500', '132723.727500', '132724.187500', '132724.647500', '132725.107500', '132725.567500', '132726.027500', '132726.487500', '132726.947500', '132727.407500', '132727.867500', '132728.327500', '132728.787500', '132729.247500', '132729.707500', '132730.167500', '132730.627500', '132731.087500', '132731.547500', '132732.007500', '132732.467500', '132732.927500', '132733.387500', '132733.847500', '132734.307500', '132734.767500', '132735.227500', '132735.687500', '132736.147500', '132736.607500', '132737.067500', '132737.527500', '132737.987500', '132738.447500', '132738.907500', '132739.367500', '132739.827500', '132740.287500', '132740.747500', '132741.207500', '132741.667500', '132742.127500', '132742.587500', '132743.047500', '132743.507500', '132743.967500', '132744.427500', '132744.887500', '132745.347500', '132745.807500', '132746.267500', '132746.727500', '132747.187500', '132747.647500', '132748.107500', '132748.567500', '132749.027500', '132749.487500', '132749.947500', '132750.407500', '132750.867500', '132751.327500', '132751.787500', '132752.247500', '132752.707500', '132753.167500', '132753.627500', '132754.087500', '132754.547500', '132755.007500', '132755.467500', '132755.927500', '132756.387500', '132756.847500', '132757.307500', '132757.767500', '132758.227500', '132758.687500', '132759.147500', '132759.607500', '132800.067500', '132800.527500', '132800.987500', '132801.447500', '132801.907500', '132802.367500', '132802.827500', '132803.287500', '132803.747500', '132804.207500', '132804.667500', '132805.127500', '132805.587500', '132806.047500', '132806.507500', '132806.967500', '132807.427500', '132807.887500', '132808.347500', '132808.807500', '132809.267500', '132809.727500', '132810.187500', '132810.647500', '132811.107500', '132811.567500', '132812.027500', '132812.487500', '132812.947500', '132813.407500', '132813.867500', '132814.327500', '132814.787500', '132815.247500', '132815.707500', '132816.167500', '132816.627500', '132817.087500', '132817.547500', '132818.007500', '132818.467500', '132818.927500', '132819.387500', '132819.847500', '132820.307500', '132820.767500', '132821.227500', '132821.687500', '132822.147500', '132822.607500', '132823.067500', '132823.527500', '132823.987500', '132824.447500', '132824.907500', '132825.367500', '132825.827500', '132826.287500', '132826.747500', '132827.207500', '132827.667500', '132828.127500', '132828.587500', '132829.047500', '132829.507500', '132829.967500', '132830.427500', '132830.887500', '132831.347500', '132831.807500', '132832.267500', '132832.727500', '132833.187500', '132833.647500', '132834.107500', '132834.567500', '132835.027500', '132835.487500', '132835.947500', '132836.407500', '132836.867500', '132837.327500', '132837.787500', '132838.247500', '132838.707500', '132839.167500', '132839.627500', '132840.087500', '132840.547500', '132841.007500', '132841.467500', '132841.927500', '132842.387500', '132842.847500', '132843.307500', '132843.767500', '132844.227500', '132844.687500', '132845.147500', '132845.607500', '132846.067500', '132846.527500', '132846.987500', '132847.447500', '132847.907500', '132848.367500', '132848.827500', '132849.287500', '132849.747500', '132850.207500', '132850.667500', '132851.127500', '132851.587500', '132852.047500', '132852.507500', '132852.967500', '132853.427500', '132853.887500', '132854.347500', '132854.807500', '132855.267500', '132855.727500', '132856.187500', '132856.647500', '132857.107500', '132857.567500', '132858.027500', '132858.487500', '132858.947500', '132859.407500', '132859.867500', '132900.327500', '132900.787500', '132901.247500', '132901.707500', '132902.167500', '132902.627500', '132903.087500', '132903.547500', '132904.007500', '132904.467500', '132904.927500', '132905.387500', '132905.847500', '132906.307500', '132906.767500', '132907.227500', '132907.687500', '132908.147500', '132908.607500', '132909.067500', '132909.527500', '132909.987500', '132910.447500', '132910.907500', '132911.367500', '132911.827500', '132912.287500', '132912.747500', '132913.207500', '132913.667500', '132914.127500', '132914.587500', '132915.047500', '132915.507500', '132915.967500', '132916.427500', '132916.887500', '132917.347500', '132917.807500', '132918.267500', '132918.727500', '132919.187500', '132919.647500', '132920.107500', '132920.567500', '132921.027500', '132921.487500', '132921.947500', '132922.407500', '132922.867500', '132923.327500', '132923.787500', '132924.247500', '132924.707500', '132925.167500', '132925.627500', '132926.087500', '132926.547500', '132927.007500', '132927.467500', '132927.927500', '132928.387500', '132928.847500', '132929.307500', '132929.767500', '132930.227500', '132930.687500', '132931.147500', '132931.607500', '132932.067500', '132932.527500', '132932.987500', '132933.447500', '132933.907500'], 'ContentTime': ['132132.888000', '132132.891000', '132132.894000', '132132.897000', '132132.899000', '132132.902000', '132132.904000', '132132.907000', '132132.910000', '132132.912000', '132132.915000', '132132.918000', '132132.920000', '132132.923000', '132132.925000', '132132.928000', '132132.931000', '132132.933000', '132132.936000', '132132.938000', '132132.941000', '132132.943000', '132132.946000', '132132.949000', '132132.951000', '132132.954000', '132132.956000', '132132.974000', '132132.976000', '132132.979000', '132132.982000', '132132.984000', '132132.987000', '132132.989000', '132132.992000', '132132.995000', '132132.997000', '132133.004000', '132133.006000', '132133.009000', '132133.012000', '132133.014000', '132133.017000', '132133.020000', '132133.022000', '132133.025000', '132133.028000', '132133.030000', '132133.033000', '132152.858000', '132152.862000', '132152.865000', '132152.867000', '132152.870000', '132152.873000', '132152.876000', '132152.879000', '132152.881000', '132152.884000', '132152.892000', '132152.895000', '132152.897000', '132152.900000', '132152.903000', '132152.905000', '132152.908000', '132152.910000', '132152.913000', '132152.915000', '132152.918000', '132152.921000', '132152.923000', '132152.926000', '132152.928000', '132152.931000', '132152.934000', '132152.936000', '132152.939000', '132152.941000', '132152.944000', '132152.946000', '132152.949000', '132152.952000', '132152.954000', '132152.957000', '132152.960000', '132152.962000', '132152.965000', '132152.967000', '132152.970000', '132152.973000', '132152.975000', '132212.858000', '132212.861000', '132212.864000', '132212.866000', '132212.869000', '132212.872000', '132212.874000', '132212.877000', '132212.880000', '132212.882000', '132212.885000', '132212.887000', '132212.890000', '132212.893000', '132212.895000', '132212.898000', '132212.900000', '132212.903000', '132212.906000', '132212.908000', '132212.911000', '132212.913000', '132212.916000', '132212.918000', '132212.926000', '132212.929000', '132212.931000', '132212.934000', '132212.937000', '132212.939000', '132212.942000', '132212.944000', '132212.947000', '132212.949000', '132212.952000', '132212.955000', '132212.957000', '132212.960000', '132212.962000', '132212.965000', '132212.968000', '132212.970000', '132212.973000', '132212.975000', '132232.859000', '132232.862000', '132232.865000', '132232.868000', '132232.870000', '132232.873000', '132232.876000', '132232.878000', '132232.881000', '132232.883000', '132232.886000', '132232.889000', '132232.891000', '132232.894000', '132232.896000', '132232.899000', '132232.901000', '132232.904000', '132232.907000', '132232.910000', '132232.913000', '132232.917000', '132232.920000', '132232.922000', '132232.925000', '132232.927000', '132232.930000', '132232.933000', '132232.935000', '132232.938000', '132232.941000', '132232.943000', '132232.946000', '132232.949000', '132232.951000', '132232.954000', '132232.956000', '132232.959000', '132232.961000', '132232.964000', '132232.967000', '132232.969000', '132232.972000', '132252.859000', '132252.862000', '132252.865000', '132252.868000', '132252.870000', '132252.873000', '132252.875000', '132252.878000', '132252.881000', '132252.883000', '132252.886000', '132252.889000', '132252.891000', '132252.894000', '132252.896000', '132252.899000', '132252.901000', '132252.904000', '132252.907000', '132252.909000', '132252.912000', '132252.914000', '132252.917000', '132252.920000', '132252.922000', '132252.925000', '132252.928000', '132252.930000', '132252.933000', '132252.935000', '132252.938000', '132252.941000', '132252.943000', '132252.946000', '132252.948000', '132252.951000', '132252.954000', '132252.956000', '132252.959000', '132252.962000', '132252.964000', '132252.967000', '132252.969000', '132252.972000', '132312.859000', '132312.863000', '132312.865000', '132312.868000', '132312.871000', '132312.873000', '132312.876000', '132312.879000', '132312.881000', '132312.884000', '132312.887000', '132312.889000', '132312.892000', '132312.895000', '132312.897000', '132312.900000', '132312.903000', '132312.933000', '132312.936000', '132312.938000', '132312.941000', '132312.943000', '132312.946000', '132312.949000', '132312.951000', '132312.954000', '132312.956000', '132312.959000', '132312.962000', '132312.965000', '132312.967000', '132312.970000', '132312.972000', '132312.975000', '132312.978000', '132312.980000', '132312.983000', '132312.985000', '132312.988000', '132312.991000', '132312.993000', '132312.996000', '132312.998000', '132332.859000', '132332.862000', '132332.865000', '132332.868000', '132332.870000', '132332.873000', '132332.876000', '132332.878000', '132332.881000', '132332.883000', '132332.886000', '132332.889000', '132332.891000', '132332.894000', '132332.897000', '132332.899000', '132332.902000', '132332.905000', '132332.907000', '132332.910000', '132332.912000', '132332.915000', '132332.918000', '132332.920000', '132332.923000', '132332.925000', '132332.928000', '132332.931000', '132332.933000', '132332.936000', '132332.938000', '132332.941000', '132332.944000', '132332.946000', '132332.955000', '132332.957000', '132332.960000', '132332.962000', '132332.965000', '132332.968000', '132332.970000', '132332.973000', '132332.976000', '132332.978000', '132352.858000', '132352.861000', '132352.864000', '132352.867000', '132352.869000', '132352.872000', '132352.875000', '132352.877000', '132352.880000', '132352.883000', '132352.885000', '132352.888000', '132352.890000', '132352.893000', '132352.896000', '132352.898000', '132352.901000', '132352.904000', '132352.906000', '132352.909000', '132352.912000', '132352.914000', '132352.917000', '132352.919000', '132352.922000', '132352.925000', '132352.927000', '132352.930000', '132352.933000', '132352.935000', '132352.938000', '132352.940000', '132352.943000', '132352.946000', '132352.948000', '132352.951000', '132352.954000', '132352.957000', '132352.960000', '132352.964000', '132352.967000', '132352.969000', '132352.972000', '132412.858000', '132412.861000', '132412.864000', '132412.866000', '132412.869000', '132412.872000', '132412.874000', '132412.877000', '132412.880000', '132412.882000', '132412.885000', '132412.888000', '132412.890000', '132412.893000', '132412.896000', '132412.898000', '132412.901000', '132412.904000', '132412.906000', '132412.909000', '132412.911000', '132412.914000', '132412.917000', '132412.919000', '132412.922000', '132412.925000', '132412.927000', '132412.930000', '132412.932000', '132412.935000', '132412.938000', '132412.940000', '132412.943000', '132412.946000', '132412.948000', '132412.951000', '132412.953000', '132412.956000', '132412.959000', '132412.961000', '132412.964000', '132412.967000', '132412.969000', '132412.972000', '132432.858000', '132432.861000', '132432.864000', '132432.867000', '132432.869000', '132432.872000', '132432.875000', '132432.877000', '132432.880000', '132432.882000', '132432.885000', '132432.888000', '132432.890000', '132432.893000', '132432.896000', '132432.898000', '132432.901000', '132432.903000', '132432.906000', '132432.909000', '132432.911000', '132432.914000', '132432.916000', '132432.919000', '132432.922000', '132432.924000', '132432.927000', '132432.929000', '132432.932000', '132432.935000', '132432.937000', '132432.940000', '132432.943000', '132432.945000', '132432.948000', '132432.950000', '132432.953000', '132432.956000', '132432.958000', '132432.961000', '132432.963000', '132432.966000', '132432.969000', '132452.860000', '132452.862000', '132452.865000', '132452.868000', '132452.870000', '132452.873000', '132452.876000', '132452.878000', '132452.881000', '132452.884000', '132452.886000', '132452.889000', '132452.892000', '132452.912000', '132452.914000', '132452.917000', '132452.919000', '132452.922000', '132452.925000', '132452.927000', '132452.930000', '132452.933000', '132452.935000', '132452.938000', '132452.940000', '132452.943000', '132452.945000', '132452.948000', '132452.951000', '132452.954000', '132452.956000', '132452.959000', '132452.961000', '132452.964000', '132452.966000', '132452.969000', '132452.972000', '132452.974000', '132452.977000', '132452.979000', '132452.982000', '132452.985000', '132452.987000', '132452.990000', '132512.859000', '132512.862000', '132512.865000', '132512.868000', '132512.871000', '132512.873000', '132512.876000', '132512.879000', '132512.881000', '132512.884000', '132512.886000', '132512.889000', '132512.892000', '132512.894000', '132512.897000', '132512.900000', '132512.902000', '132512.905000', '132512.908000', '132512.910000', '132512.913000', '132512.916000', '132512.918000', '132512.921000', '132512.924000', '132512.926000', '132512.929000', '132512.932000', '132512.934000', '132512.937000', '132512.940000', '132512.942000', '132512.945000', '132512.947000', '132512.950000', '132512.952000', '132512.955000', '132512.958000', '132512.960000', '132512.963000', '132512.966000', '132512.968000', '132512.971000', '132532.859000', '132532.862000', '132532.865000', '132532.868000', '132532.870000', '132532.873000', '132532.875000', '132532.878000', '132532.881000', '132532.883000', '132532.886000', '132532.888000', '132532.891000', '132532.894000', '132532.896000', '132532.899000', '132532.902000', '132532.904000', '132532.907000', '132532.909000', '132532.912000', '132532.914000', '132532.917000', '132532.920000', '132532.922000', '132532.925000', '132532.928000', '132532.930000', '132532.933000', '132532.935000', '132532.938000', '132532.941000', '132532.943000', '132532.946000', '132532.948000', '132532.951000', '132532.954000', '132532.956000', '132532.959000', '132532.962000', '132532.964000', '132532.967000', '132532.969000', '132532.972000', '132552.859000', '132552.863000', '132552.865000', '132552.868000', '132552.870000', '132552.873000', '132552.876000', '132552.878000', '132552.881000', '132552.884000', '132552.886000', '132552.889000', '132552.892000', '132552.894000', '132552.897000', '132552.899000', '132552.902000', '132552.905000', '132552.907000', '132552.910000', '132552.913000', '132552.915000', '132552.918000', '132552.921000', '132552.923000', '132552.926000', '132552.929000', '132552.931000', '132552.934000', '132552.937000', '132552.939000', '132552.942000', '132552.944000', '132552.947000', '132552.950000', '132552.952000', '132552.955000', '132552.958000', '132552.960000', '132552.963000', '132552.965000', '132552.968000', '132552.971000', '132612.860000', '132613.040000', '132613.043000', '132613.046000', '132613.048000', '132613.051000', '132613.054000', '132613.056000', '132613.059000', '132613.061000', '132613.064000', '132613.067000', '132613.069000', '132613.072000', '132613.075000', '132613.077000', '132613.080000', '132613.082000', '132613.085000', '132613.088000', '132613.090000', '132613.093000', '132613.096000', '132613.098000', '132613.111000', '132613.113000', '132613.116000', '132613.119000', '132613.121000', '132613.124000', '132613.127000', '132613.129000', '132613.132000', '132613.135000', '132613.137000', '132613.140000', '132613.143000', '132613.145000', '132613.148000', '132613.150000', '132613.153000', '132613.156000', '132613.158000', '132632.859000', '132632.862000', '132632.864000', '132632.867000', '132632.869000', '132632.872000', '132632.875000', '132632.877000', '132632.880000', '132632.883000', '132632.885000', '132632.888000', '132632.890000', '132632.893000', '132632.896000', '132632.898000', '132632.901000', '132632.904000', '132632.906000', '132632.909000', '132632.912000', '132632.914000', '132632.917000', '132632.920000', '132632.922000', '132632.925000', '132632.928000', '132632.930000', '132632.933000', '132632.936000', '132632.938000', '132632.941000', '132632.943000', '132632.946000', '132632.949000', '132632.951000', '132632.954000', '132632.957000', '132632.960000', '132632.962000', '132632.965000', '132632.967000', '132632.970000', '132632.973000', '132652.859000', '132652.862000', '132652.864000', '132652.867000', '132652.869000', '132652.872000', '132652.876000', '132652.878000', '132652.881000', '132652.884000', '132652.886000', '132652.889000', '132652.892000', '132652.894000', '132652.897000', '132652.900000', '132652.902000', '132652.905000', '132652.907000', '132652.910000', '132652.913000', '132652.916000', '132652.919000', '132652.921000', '132652.924000', '132652.926000', '132652.929000', '132652.932000', '132652.934000', '132652.937000', '132652.940000', '132652.942000', '132652.945000', '132652.947000', '132652.950000', '132652.953000', '132652.955000', '132652.958000', '132652.961000', '132652.963000', '132652.966000', '132652.968000', '132652.971000', '132712.860000', '132712.863000', '132712.865000', '132712.868000', '132712.870000', '132712.873000', '132712.876000', '132712.878000', '132712.881000', '132712.884000', '132712.886000', '132712.889000', '132712.892000', '132712.894000', '132712.897000', '132712.900000', '132712.902000', '132712.905000', '132712.907000', '132712.910000', '132712.913000', '132712.916000', '132712.918000', '132712.921000', '132712.923000', '132712.926000', '132712.929000', '132712.931000', '132712.934000', '132712.936000', '132712.939000', '132712.942000', '132712.944000', '132712.947000', '132712.949000', '132712.952000', '132712.955000', '132712.957000', '132712.960000', '132712.963000', '132712.966000', '132712.969000', '132712.972000', '132712.974000', '132732.859000', '132732.862000', '132732.865000', '132732.868000', '132732.870000', '132732.873000', '132732.876000', '132732.878000', '132732.881000', '132732.884000', '132732.886000', '132732.889000', '132732.892000', '132732.895000', '132732.898000', '132732.901000', '132732.904000', '132732.907000', '132732.909000', '132732.912000', '132732.915000', '132732.917000', '132732.920000', '132732.922000', '132732.925000', '132732.928000', '132732.930000', '132732.933000', '132732.936000', '132732.938000', '132732.941000', '132732.943000', '132732.946000', '132732.949000', '132732.951000', '132732.954000', '132732.957000', '132732.959000', '132732.962000', '132732.965000', '132732.967000', '132732.970000', '132732.973000', '132752.859000', '132752.862000', '132752.865000', '132752.868000', '132752.870000', '132752.873000', '132752.876000', '132752.878000', '132752.881000', '132752.883000', '132752.886000', '132752.889000', '132752.891000', '132752.894000', '132752.896000', '132752.899000', '132752.902000', '132752.904000', '132752.907000', '132752.910000', '132752.912000', '132752.915000', '132752.917000', '132752.920000', '132752.923000', '132752.925000', '132752.928000', '132752.931000', '132752.933000', '132752.936000', '132752.938000', '132752.941000', '132752.944000', '132752.946000', '132752.949000', '132752.952000', '132752.954000', '132752.957000', '132752.960000', '132752.962000', '132752.965000', '132752.967000', '132752.970000', '132752.973000', '132812.860000', '132812.863000', '132812.866000', '132812.870000', '132812.872000', '132812.875000', '132812.878000', '132812.880000', '132812.883000', '132812.885000', '132812.888000', '132812.891000', '132812.893000', '132812.896000', '132812.899000', '132812.910000', '132812.913000', '132812.915000', '132812.918000', '132812.921000', '132812.923000', '132812.926000', '132812.928000', '132812.931000', '132812.934000', '132812.936000', '132812.939000', '132812.942000', '132812.944000', '132812.947000', '132812.949000', '132812.952000', '132812.955000', '132812.957000', '132812.960000', '132812.963000', '132812.965000', '132812.968000', '132812.971000', '132812.973000', '132812.976000', '132812.978000', '132812.981000', '132832.862000', '132832.865000', '132832.868000', '132832.870000', '132832.873000', '132832.876000', '132832.878000', '132832.881000', '132832.884000', '132832.886000', '132832.889000', '132832.891000', '132832.894000', '132832.897000', '132832.900000', '132832.902000', '132832.905000', '132832.907000', '132832.910000', '132832.913000', '132832.915000', '132832.918000', '132832.921000', '132832.923000', '132832.926000', '132832.928000', '132832.931000', '132832.934000', '132832.937000', '132832.939000', '132832.942000', '132832.945000', '132832.947000', '132832.950000', '132832.953000', '132832.955000', '132832.958000', '132832.960000', '132832.963000', '132832.966000', '132832.968000', '132832.971000', '132832.974000', '132832.976000', '132852.858000', '132852.861000', '132852.864000', '132852.867000', '132852.870000', '132852.873000', '132852.877000', '132852.879000', '132852.882000', '132852.885000', '132852.888000', '132852.890000', '132852.893000', '132852.895000', '132852.898000', '132852.901000', '132852.903000', '132852.906000', '132852.909000', '132852.912000', '132852.914000', '132852.917000', '132852.919000', '132852.922000', '132852.925000', '132852.927000', '132852.930000', '132852.933000', '132852.936000', '132852.939000', '132852.942000', '132852.944000', '132852.947000', '132852.950000', '132852.952000', '132852.955000', '132852.957000', '132852.960000', '132852.963000', '132852.965000', '132852.968000', '132852.970000', '132852.973000', '132912.859000', '132912.877000', '132912.879000', '132912.882000', '132912.885000', '132912.887000', '132912.890000', '132912.892000', '132912.895000', '132912.898000', '132912.900000', '132912.903000', '132912.906000', '132912.908000', '132912.911000', '132912.914000', '132912.916000', '132912.919000', '132912.922000', '132912.924000', '132912.927000', '132912.930000', '132912.932000', '132912.935000', '132912.937000', '132912.940000', '132912.943000', '132912.945000', '132912.948000', '132912.951000', '132912.953000', '132912.956000', '132912.959000', '132912.961000', '132912.964000', '132912.966000', '132912.969000', '132912.972000', '132912.974000', '132912.977000', '132912.979000', '132912.982000', '132912.985000', '132912.987000', '132932.859000', '132932.862000', '132932.865000', '132932.868000', '132932.870000', '132932.873000', '132932.876000', '132932.878000', '132932.881000', '132932.884000', '132932.886000', '132932.889000', '132932.891000', '132932.894000', '132932.897000', '132932.900000', '132932.902000', '132932.905000', '132932.908000', '132932.910000', '132932.913000', '132932.916000', '132932.918000', '132932.921000', '132932.923000', '132932.926000', '132932.929000', '132932.931000', '132932.934000', '132932.937000', '132932.939000', '132932.942000', '132932.945000', '132932.947000', '132932.950000', '132932.953000', '132932.955000', '132932.958000', '132932.960000', '132932.963000', '132932.966000', '132932.968000', '132932.971000', '132935.209000', '132935.212000', '132935.215000', '132935.218000', '132935.221000', '132935.223000'], 'InstanceCreationTime': ['132132.888000', '132132.891000', '132132.894000', '132132.897000', '132132.899000', '132132.902000', '132132.904000', '132132.907000', '132132.910000', '132132.912000', '132132.915000', '132132.918000', '132132.920000', '132132.923000', '132132.925000', '132132.928000', '132132.931000', '132132.933000', '132132.936000', '132132.938000', '132132.941000', '132132.943000', '132132.946000', '132132.949000', '132132.951000', '132132.954000', '132132.956000', '132132.974000', '132132.976000', '132132.979000', '132132.982000', '132132.984000', '132132.987000', '132132.989000', '132132.992000', '132132.995000', '132132.997000', '132133.004000', '132133.006000', '132133.009000', '132133.012000', '132133.014000', '132133.017000', '132133.020000', '132133.022000', '132133.025000', '132133.028000', '132133.030000', '132133.033000', '132152.858000', '132152.862000', '132152.865000', '132152.867000', '132152.870000', '132152.873000', '132152.876000', '132152.879000', '132152.881000', '132152.884000', '132152.892000', '132152.895000', '132152.897000', '132152.900000', '132152.903000', '132152.905000', '132152.908000', '132152.910000', '132152.913000', '132152.915000', '132152.918000', '132152.921000', '132152.923000', '132152.926000', '132152.928000', '132152.931000', '132152.934000', '132152.936000', '132152.939000', '132152.941000', '132152.944000', '132152.946000', '132152.949000', '132152.952000', '132152.954000', '132152.957000', '132152.960000', '132152.962000', '132152.965000', '132152.967000', '132152.970000', '132152.973000', '132152.975000', '132212.858000', '132212.861000', '132212.864000', '132212.866000', '132212.869000', '132212.872000', '132212.874000', '132212.877000', '132212.880000', '132212.882000', '132212.885000', '132212.887000', '132212.890000', '132212.893000', '132212.895000', '132212.898000', '132212.900000', '132212.903000', '132212.906000', '132212.908000', '132212.911000', '132212.913000', '132212.916000', '132212.918000', '132212.926000', '132212.929000', '132212.931000', '132212.934000', '132212.937000', '132212.939000', '132212.942000', '132212.944000', '132212.947000', '132212.949000', '132212.952000', '132212.955000', '132212.957000', '132212.960000', '132212.962000', '132212.965000', '132212.968000', '132212.970000', '132212.973000', '132212.975000', '132232.859000', '132232.862000', '132232.865000', '132232.868000', '132232.870000', '132232.873000', '132232.876000', '132232.878000', '132232.881000', '132232.883000', '132232.886000', '132232.889000', '132232.891000', '132232.894000', '132232.896000', '132232.899000', '132232.901000', '132232.904000', '132232.907000', '132232.910000', '132232.913000', '132232.917000', '132232.920000', '132232.922000', '132232.925000', '132232.927000', '132232.930000', '132232.933000', '132232.935000', '132232.938000', '132232.941000', '132232.943000', '132232.946000', '132232.949000', '132232.951000', '132232.954000', '132232.956000', '132232.959000', '132232.961000', '132232.964000', '132232.967000', '132232.969000', '132232.972000', '132252.859000', '132252.862000', '132252.865000', '132252.868000', '132252.870000', '132252.873000', '132252.875000', '132252.878000', '132252.881000', '132252.883000', '132252.886000', '132252.889000', '132252.891000', '132252.894000', '132252.896000', '132252.899000', '132252.901000', '132252.904000', '132252.907000', '132252.909000', '132252.912000', '132252.914000', '132252.917000', '132252.920000', '132252.922000', '132252.925000', '132252.928000', '132252.930000', '132252.933000', '132252.935000', '132252.938000', '132252.941000', '132252.943000', '132252.946000', '132252.948000', '132252.951000', '132252.954000', '132252.956000', '132252.959000', '132252.962000', '132252.964000', '132252.967000', '132252.969000', '132252.972000', '132312.859000', '132312.863000', '132312.865000', '132312.868000', '132312.871000', '132312.873000', '132312.876000', '132312.879000', '132312.881000', '132312.884000', '132312.887000', '132312.889000', '132312.892000', '132312.895000', '132312.897000', '132312.900000', '132312.903000', '132312.933000', '132312.936000', '132312.938000', '132312.941000', '132312.943000', '132312.946000', '132312.949000', '132312.951000', '132312.954000', '132312.956000', '132312.959000', '132312.962000', '132312.965000', '132312.967000', '132312.970000', '132312.972000', '132312.975000', '132312.978000', '132312.980000', '132312.983000', '132312.985000', '132312.988000', '132312.991000', '132312.993000', '132312.996000', '132312.998000', '132332.859000', '132332.862000', '132332.865000', '132332.868000', '132332.870000', '132332.873000', '132332.876000', '132332.878000', '132332.881000', '132332.883000', '132332.886000', '132332.889000', '132332.891000', '132332.894000', '132332.897000', '132332.899000', '132332.902000', '132332.905000', '132332.907000', '132332.910000', '132332.912000', '132332.915000', '132332.918000', '132332.920000', '132332.923000', '132332.925000', '132332.928000', '132332.931000', '132332.933000', '132332.936000', '132332.938000', '132332.941000', '132332.944000', '132332.946000', '132332.955000', '132332.957000', '132332.960000', '132332.962000', '132332.965000', '132332.968000', '132332.970000', '132332.973000', '132332.976000', '132332.978000', '132352.858000', '132352.861000', '132352.864000', '132352.867000', '132352.869000', '132352.872000', '132352.875000', '132352.877000', '132352.880000', '132352.883000', '132352.885000', '132352.888000', '132352.890000', '132352.893000', '132352.896000', '132352.898000', '132352.901000', '132352.904000', '132352.906000', '132352.909000', '132352.912000', '132352.914000', '132352.917000', '132352.919000', '132352.922000', '132352.925000', '132352.927000', '132352.930000', '132352.933000', '132352.935000', '132352.938000', '132352.940000', '132352.943000', '132352.946000', '132352.948000', '132352.951000', '132352.954000', '132352.957000', '132352.960000', '132352.964000', '132352.967000', '132352.969000', '132352.972000', '132412.858000', '132412.861000', '132412.864000', '132412.866000', '132412.869000', '132412.872000', '132412.874000', '132412.877000', '132412.880000', '132412.882000', '132412.885000', '132412.888000', '132412.890000', '132412.893000', '132412.896000', '132412.898000', '132412.901000', '132412.904000', '132412.906000', '132412.909000', '132412.911000', '132412.914000', '132412.917000', '132412.919000', '132412.922000', '132412.925000', '132412.927000', '132412.930000', '132412.932000', '132412.935000', '132412.938000', '132412.940000', '132412.943000', '132412.946000', '132412.948000', '132412.951000', '132412.953000', '132412.956000', '132412.959000', '132412.961000', '132412.964000', '132412.967000', '132412.969000', '132412.972000', '132432.858000', '132432.861000', '132432.864000', '132432.867000', '132432.869000', '132432.872000', '132432.875000', '132432.877000', '132432.880000', '132432.882000', '132432.885000', '132432.888000', '132432.890000', '132432.893000', '132432.896000', '132432.898000', '132432.901000', '132432.903000', '132432.906000', '132432.909000', '132432.911000', '132432.914000', '132432.916000', '132432.919000', '132432.922000', '132432.924000', '132432.927000', '132432.929000', '132432.932000', '132432.935000', '132432.937000', '132432.940000', '132432.943000', '132432.945000', '132432.948000', '132432.950000', '132432.953000', '132432.956000', '132432.958000', '132432.961000', '132432.963000', '132432.966000', '132432.969000', '132452.860000', '132452.862000', '132452.865000', '132452.868000', '132452.870000', '132452.873000', '132452.876000', '132452.878000', '132452.881000', '132452.884000', '132452.886000', '132452.889000', '132452.892000', '132452.912000', '132452.914000', '132452.917000', '132452.919000', '132452.922000', '132452.925000', '132452.927000', '132452.930000', '132452.933000', '132452.935000', '132452.938000', '132452.940000', '132452.943000', '132452.945000', '132452.948000', '132452.951000', '132452.954000', '132452.956000', '132452.959000', '132452.961000', '132452.964000', '132452.966000', '132452.969000', '132452.972000', '132452.974000', '132452.977000', '132452.979000', '132452.982000', '132452.985000', '132452.987000', '132452.990000', '132512.859000', '132512.862000', '132512.865000', '132512.868000', '132512.871000', '132512.873000', '132512.876000', '132512.879000', '132512.881000', '132512.884000', '132512.886000', '132512.889000', '132512.892000', '132512.894000', '132512.897000', '132512.900000', '132512.902000', '132512.905000', '132512.908000', '132512.910000', '132512.913000', '132512.916000', '132512.918000', '132512.921000', '132512.924000', '132512.926000', '132512.929000', '132512.932000', '132512.934000', '132512.937000', '132512.940000', '132512.942000', '132512.945000', '132512.947000', '132512.950000', '132512.952000', '132512.955000', '132512.958000', '132512.960000', '132512.963000', '132512.966000', '132512.968000', '132512.971000', '132532.859000', '132532.862000', '132532.865000', '132532.868000', '132532.870000', '132532.873000', '132532.875000', '132532.878000', '132532.881000', '132532.883000', '132532.886000', '132532.888000', '132532.891000', '132532.894000', '132532.896000', '132532.899000', '132532.902000', '132532.904000', '132532.907000', '132532.909000', '132532.912000', '132532.914000', '132532.917000', '132532.920000', '132532.922000', '132532.925000', '132532.928000', '132532.930000', '132532.933000', '132532.935000', '132532.938000', '132532.941000', '132532.943000', '132532.946000', '132532.948000', '132532.951000', '132532.954000', '132532.956000', '132532.959000', '132532.962000', '132532.964000', '132532.967000', '132532.969000', '132532.972000', '132552.859000', '132552.863000', '132552.865000', '132552.868000', '132552.870000', '132552.873000', '132552.876000', '132552.878000', '132552.881000', '132552.884000', '132552.886000', '132552.889000', '132552.892000', '132552.894000', '132552.897000', '132552.899000', '132552.902000', '132552.905000', '132552.907000', '132552.910000', '132552.913000', '132552.915000', '132552.918000', '132552.921000', '132552.923000', '132552.926000', '132552.929000', '132552.931000', '132552.934000', '132552.937000', '132552.939000', '132552.942000', '132552.944000', '132552.947000', '132552.950000', '132552.952000', '132552.955000', '132552.958000', '132552.960000', '132552.963000', '132552.965000', '132552.968000', '132552.971000', '132612.860000', '132613.040000', '132613.043000', '132613.046000', '132613.048000', '132613.051000', '132613.054000', '132613.056000', '132613.059000', '132613.061000', '132613.064000', '132613.067000', '132613.069000', '132613.072000', '132613.075000', '132613.077000', '132613.080000', '132613.082000', '132613.085000', '132613.088000', '132613.090000', '132613.093000', '132613.096000', '132613.098000', '132613.111000', '132613.113000', '132613.116000', '132613.119000', '132613.121000', '132613.124000', '132613.127000', '132613.129000', '132613.132000', '132613.135000', '132613.137000', '132613.140000', '132613.143000', '132613.145000', '132613.148000', '132613.150000', '132613.153000', '132613.156000', '132613.158000', '132632.859000', '132632.862000', '132632.864000', '132632.867000', '132632.869000', '132632.872000', '132632.875000', '132632.877000', '132632.880000', '132632.883000', '132632.885000', '132632.888000', '132632.890000', '132632.893000', '132632.896000', '132632.898000', '132632.901000', '132632.904000', '132632.906000', '132632.909000', '132632.912000', '132632.914000', '132632.917000', '132632.920000', '132632.922000', '132632.925000', '132632.928000', '132632.930000', '132632.933000', '132632.936000', '132632.938000', '132632.941000', '132632.943000', '132632.946000', '132632.949000', '132632.951000', '132632.954000', '132632.957000', '132632.960000', '132632.962000', '132632.965000', '132632.967000', '132632.970000', '132632.973000', '132652.859000', '132652.862000', '132652.864000', '132652.867000', '132652.869000', '132652.872000', '132652.876000', '132652.878000', '132652.881000', '132652.884000', '132652.886000', '132652.889000', '132652.892000', '132652.894000', '132652.897000', '132652.900000', '132652.902000', '132652.905000', '132652.907000', '132652.910000', '132652.913000', '132652.916000', '132652.919000', '132652.921000', '132652.924000', '132652.926000', '132652.929000', '132652.932000', '132652.934000', '132652.937000', '132652.940000', '132652.942000', '132652.945000', '132652.947000', '132652.950000', '132652.953000', '132652.955000', '132652.958000', '132652.961000', '132652.963000', '132652.966000', '132652.968000', '132652.971000', '132712.860000', '132712.863000', '132712.865000', '132712.868000', '132712.870000', '132712.873000', '132712.876000', '132712.878000', '132712.881000', '132712.884000', '132712.886000', '132712.889000', '132712.892000', '132712.894000', '132712.897000', '132712.900000', '132712.902000', '132712.905000', '132712.907000', '132712.910000', '132712.913000', '132712.916000', '132712.918000', '132712.921000', '132712.923000', '132712.926000', '132712.929000', '132712.931000', '132712.934000', '132712.936000', '132712.939000', '132712.942000', '132712.944000', '132712.947000', '132712.949000', '132712.952000', '132712.955000', '132712.957000', '132712.960000', '132712.963000', '132712.966000', '132712.969000', '132712.972000', '132712.974000', '132732.859000', '132732.862000', '132732.865000', '132732.868000', '132732.870000', '132732.873000', '132732.876000', '132732.878000', '132732.881000', '132732.884000', '132732.886000', '132732.889000', '132732.892000', '132732.895000', '132732.898000', '132732.901000', '132732.904000', '132732.907000', '132732.909000', '132732.912000', '132732.915000', '132732.917000', '132732.920000', '132732.922000', '132732.925000', '132732.928000', '132732.930000', '132732.933000', '132732.936000', '132732.938000', '132732.941000', '132732.943000', '132732.946000', '132732.949000', '132732.951000', '132732.954000', '132732.957000', '132732.959000', '132732.962000', '132732.965000', '132732.967000', '132732.970000', '132732.973000', '132752.859000', '132752.862000', '132752.865000', '132752.868000', '132752.870000', '132752.873000', '132752.876000', '132752.878000', '132752.881000', '132752.883000', '132752.886000', '132752.889000', '132752.891000', '132752.894000', '132752.896000', '132752.899000', '132752.902000', '132752.904000', '132752.907000', '132752.910000', '132752.912000', '132752.915000', '132752.917000', '132752.920000', '132752.923000', '132752.925000', '132752.928000', '132752.931000', '132752.933000', '132752.936000', '132752.938000', '132752.941000', '132752.944000', '132752.946000', '132752.949000', '132752.952000', '132752.954000', '132752.957000', '132752.960000', '132752.962000', '132752.965000', '132752.967000', '132752.970000', '132752.973000', '132812.860000', '132812.863000', '132812.866000', '132812.870000', '132812.872000', '132812.875000', '132812.878000', '132812.880000', '132812.883000', '132812.885000', '132812.888000', '132812.891000', '132812.893000', '132812.896000', '132812.899000', '132812.910000', '132812.913000', '132812.915000', '132812.918000', '132812.921000', '132812.923000', '132812.926000', '132812.928000', '132812.931000', '132812.934000', '132812.936000', '132812.939000', '132812.942000', '132812.944000', '132812.947000', '132812.949000', '132812.952000', '132812.955000', '132812.957000', '132812.960000', '132812.963000', '132812.965000', '132812.968000', '132812.971000', '132812.973000', '132812.976000', '132812.978000', '132812.981000', '132832.862000', '132832.865000', '132832.868000', '132832.870000', '132832.873000', '132832.876000', '132832.878000', '132832.881000', '132832.884000', '132832.886000', '132832.889000', '132832.891000', '132832.894000', '132832.897000', '132832.900000', '132832.902000', '132832.905000', '132832.907000', '132832.910000', '132832.913000', '132832.915000', '132832.918000', '132832.921000', '132832.923000', '132832.926000', '132832.928000', '132832.931000', '132832.934000', '132832.937000', '132832.939000', '132832.942000', '132832.945000', '132832.947000', '132832.950000', '132832.953000', '132832.955000', '132832.958000', '132832.960000', '132832.963000', '132832.966000', '132832.968000', '132832.971000', '132832.974000', '132832.976000', '132852.858000', '132852.861000', '132852.864000', '132852.867000', '132852.870000', '132852.873000', '132852.877000', '132852.879000', '132852.882000', '132852.885000', '132852.888000', '132852.890000', '132852.893000', '132852.895000', '132852.898000', '132852.901000', '132852.903000', '132852.906000', '132852.909000', '132852.912000', '132852.914000', '132852.917000', '132852.919000', '132852.922000', '132852.925000', '132852.927000', '132852.930000', '132852.933000', '132852.936000', '132852.939000', '132852.942000', '132852.944000', '132852.947000', '132852.950000', '132852.952000', '132852.955000', '132852.957000', '132852.960000', '132852.963000', '132852.965000', '132852.968000', '132852.970000', '132852.973000', '132912.859000', '132912.877000', '132912.879000', '132912.882000', '132912.885000', '132912.887000', '132912.890000', '132912.892000', '132912.895000', '132912.898000', '132912.900000', '132912.903000', '132912.906000', '132912.908000', '132912.911000', '132912.914000', '132912.916000', '132912.919000', '132912.922000', '132912.924000', '132912.927000', '132912.930000', '132912.932000', '132912.935000', '132912.937000', '132912.940000', '132912.943000', '132912.945000', '132912.948000', '132912.951000', '132912.953000', '132912.956000', '132912.959000', '132912.961000', '132912.964000', '132912.966000', '132912.969000', '132912.972000', '132912.974000', '132912.977000', '132912.979000', '132912.982000', '132912.985000', '132912.987000', '132932.859000', '132932.862000', '132932.865000', '132932.868000', '132932.870000', '132932.873000', '132932.876000', '132932.878000', '132932.881000', '132932.884000', '132932.886000', '132932.889000', '132932.891000', '132932.894000', '132932.897000', '132932.900000', '132932.902000', '132932.905000', '132932.908000', '132932.910000', '132932.913000', '132932.916000', '132932.918000', '132932.921000', '132932.923000', '132932.926000', '132932.929000', '132932.931000', '132932.934000', '132932.937000', '132932.939000', '132932.942000', '132932.945000', '132932.947000', '132932.950000', '132932.953000', '132932.955000', '132932.958000', '132932.960000', '132932.963000', '132932.966000', '132932.968000', '132932.971000', '132935.209000', '132935.212000', '132935.215000', '132935.218000', '132935.221000', '132935.223000'], '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': [16486, 10268, 17051, 13465, 13800, 13181, 9466, 15767, 12480, 10807, 14441, 8585, 15594, 11391, 15602, 13939, 10422, 15281, 11307, 13396, 12859, 9857, 15203, 11933, 11903, 13225, 8326, 15174, 11409, 12959, 13738, 9639, 15483, 11442, 15538, 12769, 9964, 15117, 11934, 10359, 13398, 8347, 14597, 12564, 10471, 14349, 11539, 9617, 15538, 12617, 9400, 14004, 11013, 11362, 14493, 9838, 16513, 13696, 10667, 14284, 10474, 16274, 13085, 10566, 15913, 12471, 16616, 14253, 8549, 15347, 12570, 9998, 14125, 8615, 15666, 12091, 11241, 12984, 9221, 15058, 9060, 16078, 12034, 17107, 14194, 10281, 14900, 9091, 16881, 13003, 16971, 14246, 10411, 15679, 8593, 16416, 12506, 16963, 13659, 10420, 15704, 11064, 15250, 12808, 9833, 14605, 11136, 15284, 13186, 10028, 14200, 8742, 15758, 13194, 9969, 16174, 10424, 15591, 13478, 9755, 14729, 10655, 12746, 13303, 9052, 14748, 12373, 9833, 15625, 12308, 9538, 14386, 10860, 14083, 13397, 9368, 15090, 12487, 9916, 15288, 12580, 9671, 13607, 8592, 15643, 12736, 9873, 15377, 11732, 10797, 12765, 8670, 15453, 12040, 15424, 13867, 9574, 14931, 10382, 16019, 12456, 11039, 15318, 8540, 16051, 12642, 15240, 12796, 9536, 15966, 12510, 10306, 13763, 8779, 15367, 12254, 14851, 13681, 9749, 16418, 13587, 9769, 15050, 12129, 9795, 15142, 11875, 11555, 15440, 10462, 17973, 15125, 10749, 15805, 9217, 16910, 10593, 18263, 14714, 11282, 16215, 8920, 16703, 12347, 15724, 13496, 9909, 15941, 11240, 16470, 12290, 13637, 12827, 10191, 16293, 11486, 15911, 12957, 10246, 14120, 8695, 16186, 13001, 10205, 13788, 8080, 15320, 11478, 15427, 13448, 9862, 15282, 11688, 12288, 12585, 8514, 15294, 12297, 13596, 14276, 8562, 16083, 11985, 14097, 13300, 9339, 16775, 12906, 12103, 14482, 9159, 16381, 9916, 17793, 14435, 11243, 15139, 8490, 15973, 12023, 14432, 14539, 8726, 15408, 12223, 12463, 13359, 8852, 15898, 13051, 11314, 13609, 8858, 16181, 13257, 11564, 15336, 9118, 16400, 12674, 11797, 14092, 9160, 16857, 13385, 11573, 13876, 8872, 15685, 12068, 17027, 13969, 11508, 15413, 8109, 16170, 11960, 17093, 13587, 10809, 15859, 10541, 16250, 12655, 10307, 14407, 8825, 16680, 13189, 11021, 13493, 8679, 15438, 12261, 13903, 14250, 9409, 15341, 11353, 15346, 13265, 9676, 15800, 11945, 16940, 13431, 10274, 15452, 9515, 17278, 14341, 10225, 14799, 9757, 16950, 13400, 10580, 14211, 11339, 14335, 12738, 8361, 15799, 12838, 10519, 14523, 10191, 12831, 12924, 9438, 15374, 12968, 9814, 17602, 11929, 8905, 14900, 11502, 9349, 14689, 11754, 10739, 16703, 12205, 14834, 13251, 9733, 15962, 9426, 17384, 13416, 11469, 15260, 11923, 15624, 12214, 16724, 20051, 14532, 7974, 13413, 12114, 8249, 14931, 13897, 9104, 15698, 13444, 11068, 15939, 11807, 17885, 15478, 11341, 18385, 10293, 20086, 16389, 12329, 16135, 9884, 16915, 9143, 16659, 11027, 16367, 14005, 14718, 13698, 9960, 13994, 8659, 14678, 11332, 14702, 12725, 10198, 14376, 8391, 14718, 10816, 13295, 12499, 9863, 15162, 10081, 15390, 12819, 13019, 12803, 9300, 14959, 11206, 13971, 13205, 9946, 13916, 8384, 15247, 12670, 10504, 15130, 10335, 15914, 13245, 10154, 14162, 11237, 9752, 13930, 9971, 8792, 12815, 12276, 10266, 14948, 11233, 9605, 17538, 11875, 17650, 13772, 16495, 17823, 13437, 20456, 15993, 12460, 20072, 20156, 20559, 18837, 11459, 14180, 12274, 15859, 14486, 10880, 20771, 14797, 14908, 13526, 9495, 16026, 10944, 16412, 13005, 12175, 14168, 9037, 14903, 11056, 15085, 12386, 9662, 13565, 9082, 15495, 11828, 10193, 12151, 8994, 13863, 10584, 15841, 12646, 9802, 12748, 8575, 13506, 11968, 9828, 13758, 9662, 12393, 11500, 9430, 13394, 10741, 11261, 12245, 8448, 13566, 10319, 10401, 13108, 9399, 14808, 11914, 9632, 14103, 8495, 15272, 12439, 10475, 14396, 9925, 15376, 11909, 11079, 14043, 9789, 15727, 12533, 10525, 14081, 9967, 15685, 12871, 10608, 16205, 11795, 12253, 12846, 9696, 15338, 12934, 10271, 15786, 10801, 15982, 12946, 10659, 14521, 10573, 16393, 12671, 10838, 14085, 10260, 15220, 12876, 11304, 14615, 11498, 12417, 12680, 10239, 15265, 12244, 9588, 13371, 9012, 14624, 13576, 11082, 16169, 12567, 9453, 13812, 8633, 8437, 15150, 11835, 8835, 15942, 11758, 9669, 17109, 12401, 10334, 18608, 14770, 18852, 15296, 10937, 20495, 15159, 17764, 19006, 12856, 17515, 14359, 19805, 13495, 14180, 16111, 9998, 16377, 11452, 16010, 13175, 10728, 15918, 9571, 15546, 13094, 8536, 13909, 8990, 13637, 11377, 8584, 14069, 8649, 14151, 11716, 8974, 13385, 8598, 14566, 10152, 14535, 11739, 8778, 14057, 10258, 13922, 11505, 8794, 14219, 9303, 14946, 12301, 9404, 14603, 10499, 11665, 12677, 8931, 14347, 11496, 12589, 13859, 8707, 14205, 11493, 8486, 14791, 12287, 9410, 15425, 12861, 9976, 16255, 12674, 10841, 19120, 14232, 17763, 18460, 12188, 20391, 15458, 11337, 19854, 16087, 21022, 17853, 11636, 16015, 9603, 17087, 13627, 14832, 14363, 9993, 16287, 10398, 16076, 12570, 12161, 12733, 8488, 14636, 11696, 11660, 12443, 8598, 14275, 10057, 14909, 12328, 9688, 14229, 9050, 13854, 11898, 9517, 14111, 9231, 15592, 12040, 12583, 12583, 9002, 14005, 8896, 15937, 12684, 10623, 15627, 9206, 16328, 11358, 15965, 14420, 10007, 15858, 11943, 16000, 12545, 9104, 14519, 8957, 16373, 13221, 10903, 14019, 9289, 15755, 11595, 16189, 13122, 10893, 15506, 8983, 15752, 11510, 16063, 12873, 9683, 15210, 10014, 15277, 11899, 13300, 12908, 8930, 16164, 12493, 14116, 12686, 8990, 14597, 9697, 16541, 13368, 10021, 15064, 10004, 15694, 12112, 13089, 14090, 9481, 16263, 11995, 16396, 12998, 12427, 14886, 9150, 16977, 12984, 16761, 13270, 9580, 15430, 9220, 17473, 14204, 11021, 14921, 8557, 16480, 12512, 17662, 14143, 11586, 14906, 9116, 16523, 11460, 16988, 13640, 11196, 15379, 8853, 15907, 10709, 16744, 13681, 10439, 15225, 10233, 15500, 12348, 10187, 15211, 11388, 15312, 12381, 9167, 14478, 11118, 15463, 13826, 9418, 15649, 11981, 14808, 12985, 9475, 16212, 13022, 12375, 15012, 9219, 16617, 11628, 16660, 13890, 10305, 16714, 13191, 11188, 16115, 11022, 8825, 11307, 8901, 13238, 15300, 12367, 9589, 16378, 12814, 10402, 17406, 14796, 14935, 18777, 16802, 20791, 18345, 11991, 20430, 15751, 13658, 19018, 11846, 20470, 13118, 10697, 14918, 11116, 18144, 13839, 20702, 15506, 9559, 15843, 8772, 16042, 11388, 15692, 13465, 8911, 14562, 8506, 14135, 11294, 9513, 12033, 7917, 13703, 11164, 12401, 11634, 8213, 13555, 11333, 10637, 12582, 8481, 13770, 11332, 9341, 13559, 9802, 14641, 12108, 9098, 14252, 10765, 13252, 12236, 9557, 15307, 12471, 9764, 14335, 10758, 14309, 15312, 10383, 14329, 13121, 10463, 16276, 13787, 10130, 14689, 10881, 9141, 16095, 12284, 9016, 14959, 11892, 11293, 14725, 11226, 15520, 13482, 8938, 15615, 12298, 9508, 14634, 10538, 15738, 12841, 9669, 16027, 11673, 16785, 12944, 9195, 15085, 11292, 16957, 13360, 9283, 14255, 9855, 15453, 12820, 9459, 15393, 11092, 11736, 13111, 8374, 15347, 12604, 9342, 15601, 11930, 14510, 12490, 8846, 15487, 12152, 14949, 13749, 9405, 16674, 12381, 12327, 14256, 9068, 16885, 13782, 14399, 15671, 8966, 17025, 13118, 9907, 16303, 12846, 16787, 14032, 8999, 16411, 12731, 13133, 15608, 9681, 17828, 13577, 12380, 14232, 8907, 16725, 13302, 16485, 14297, 9197, 16302, 11774, 15969, 13234, 9846, 16352, 12511, 13871, 12654, 8804, 15096, 12082, 14474, 14623, 8486, 15823, 12248, 16135, 12941, 9596, 16540, 12399, 16511, 12694, 9570, 15349, 11021, 17003, 13696, 9888, 15181, 10006, 16467, 13258, 10446, 16200, 11732, 16063, 12527, 9454, 14581, 10836, 16052, 13321, 9970, 15590, 11701, 14783, 11830, 9262, 15353, 12413, 11486, 13616, 8605, 15149, 12122, 11943, 15013, 9817, 16353, 13175, 8535, 15772, 11755, 10268, 14613], 'WindowCenter': [4888.0, 4810.0, 4858.0, 4826.0, 4824.0, 4810.0, 4773.0, 4831.0, 4801.0, 4781.0, 4809.0, 4761.0, 4819.0, 4790.0, 4819.0, 4810.0, 4782.0, 4820.0, 4791.0, 4812.0, 4801.0, 4780.0, 4820.0, 4792.0, 4791.0, 4800.0, 4752.0, 4821.0, 4804.0, 4799.0, 4811.0, 4772.0, 4821.0, 4793.0, 4822.0, 4801.0, 4772.0, 4821.0, 4793.0, 4781.0, 4813.0, 4766.0, 4847.0, 4830.0, 4797.0, 4836.0, 4805.0, 4785.0, 4833.0, 4816.0, 4775.0, 4822.0, 4795.0, 4805.0, 4823.0, 4786.0, 4835.0, 4814.0, 4784.0, 4812.0, 4783.0, 4832.0, 4813.0, 4782.0, 4832.0, 4802.0, 4821.0, 4811.0, 4760.0, 4821.0, 4803.0, 4772.0, 4809.0, 4765.0, 4833.0, 4803.0, 4794.0, 4812.0, 4774.0, 4832.0, 4773.0, 4831.0, 4801.0, 4833.0, 4813.0, 4773.0, 4810.0, 4752.0, 4819.0, 4801.0, 4819.0, 4810.0, 4770.0, 4808.0, 4750.0, 4809.0, 4789.0, 4818.0, 4798.0, 4769.0, 4809.0, 4767.0, 4808.0, 4788.0, 4769.0, 4807.0, 4780.0, 4808.0, 4788.0, 4759.0, 4799.0, 4750.0, 4821.0, 4799.0, 4770.0, 4819.0, 4769.0, 4808.0, 4801.0, 4772.0, 4825.0, 4785.0, 4804.0, 4813.0, 4775.0, 4823.0, 4801.0, 4784.0, 4834.0, 4803.0, 4775.0, 4824.0, 4807.0, 4835.0, 4824.0, 4785.0, 4833.0, 4812.0, 4780.0, 4833.0, 4814.0, 4772.0, 4824.0, 4777.0, 4824.0, 4813.0, 4784.0, 4837.0, 4804.0, 4795.0, 4812.0, 4764.0, 4832.0, 4804.0, 4822.0, 4815.0, 4772.0, 4823.0, 4794.0, 4833.0, 4803.0, 4793.0, 4833.0, 4766.0, 4849.0, 4817.0, 4835.0, 4814.0, 4773.0, 4832.0, 4817.0, 4785.0, 4814.0, 4765.0, 4833.0, 4814.0, 4822.0, 4812.0, 4775.0, 4837.0, 4814.0, 4785.0, 4824.0, 4802.0, 4775.0, 4824.0, 4804.0, 4794.0, 4822.0, 4784.0, 4833.0, 4822.0, 4781.0, 4821.0, 4762.0, 4818.0, 4770.0, 4818.0, 4800.0, 4778.0, 4807.0, 4749.0, 4816.0, 4788.0, 4819.0, 4798.0, 4768.0, 4820.0, 4777.0, 4816.0, 4787.0, 4798.0, 4799.0, 4769.0, 4817.0, 4779.0, 4807.0, 4788.0, 4769.0, 4811.0, 4763.0, 4820.0, 4801.0, 4772.0, 4798.0, 4752.0, 4820.0, 4794.0, 4819.0, 4812.0, 4771.0, 4823.0, 4792.0, 4802.0, 4802.0, 4764.0, 4822.0, 4804.0, 4814.0, 4811.0, 4753.0, 4822.0, 4793.0, 4814.0, 4811.0, 4762.0, 4823.0, 4802.0, 4792.0, 4809.0, 4759.0, 4818.0, 4770.0, 4817.0, 4800.0, 4778.0, 4809.0, 4751.0, 4819.0, 4789.0, 4798.0, 4808.0, 4750.0, 4808.0, 4791.0, 4802.0, 4799.0, 4761.0, 4833.0, 4802.0, 4781.0, 4799.0, 4773.0, 4831.0, 4802.0, 4792.0, 4822.0, 4762.0, 4830.0, 4802.0, 4792.0, 4812.0, 4763.0, 4830.0, 4810.0, 4791.0, 4809.0, 4761.0, 4820.0, 4801.0, 4819.0, 4812.0, 4792.0, 4819.0, 4742.0, 4819.0, 4789.0, 4830.0, 4801.0, 4781.0, 4820.0, 4781.0, 4820.0, 4801.0, 4783.0, 4810.0, 4762.0, 4832.0, 4801.0, 4781.0, 4801.0, 4753.0, 4823.0, 4803.0, 4811.0, 4811.0, 4761.0, 4821.0, 4793.0, 4822.0, 4811.0, 4773.0, 4823.0, 4789.0, 4830.0, 4800.0, 4780.0, 4821.0, 4771.0, 4830.0, 4811.0, 4772.0, 4809.0, 4772.0, 4829.0, 4812.0, 4797.0, 4811.0, 4803.0, 4834.0, 4813.0, 4776.0, 4835.0, 4816.0, 4784.0, 4823.0, 4784.0, 4813.0, 4812.0, 4786.0, 4836.0, 4827.0, 4797.0, 4857.0, 4818.0, 4776.0, 4835.0, 4807.0, 4777.0, 4824.0, 4806.0, 4794.0, 4835.0, 4805.0, 4823.0, 4805.0, 4776.0, 4822.0, 4773.0, 4832.0, 4812.0, 4818.0, 4835.0, 4805.0, 4834.0, 4747.0, 4738.0, 4889.0, 4839.0, 4740.0, 4797.0, 4776.0, 4749.0, 4823.0, 4815.0, 4765.0, 4833.0, 4827.0, 4806.0, 4832.0, 4794.0, 4831.0, 4797.0, 4767.0, 4805.0, 4744.0, 4813.0, 4794.0, 4762.0, 4780.0, 4731.0, 4788.0, 4720.0, 4778.0, 4740.0, 4779.0, 4780.0, 4781.0, 4772.0, 4743.0, 4782.0, 4734.0, 4783.0, 4764.0, 4794.0, 4785.0, 4757.0, 4797.0, 4739.0, 4797.0, 4779.0, 4800.0, 4789.0, 4771.0, 4809.0, 4771.0, 4820.0, 4801.0, 4801.0, 4802.0, 4775.0, 4822.0, 4794.0, 4823.0, 4813.0, 4785.0, 4824.0, 4767.0, 4836.0, 4816.0, 4797.0, 4837.0, 4798.0, 4846.0, 4827.0, 4809.0, 4862.0, 4843.0, 4825.0, 4866.0, 4825.0, 4790.0, 4826.0, 4805.0, 4786.0, 4823.0, 4810.0, 4792.0, 4862.0, 4834.0, 4873.0, 4843.0, 4877.0, 4871.0, 4841.0, 4870.0, 4838.0, 4806.0, 4858.0, 4858.0, 4847.0, 4843.0, 4806.0, 4799.0, 4790.0, 4821.0, 4815.0, 4782.0, 4830.0, 4801.0, 4785.0, 4774.0, 4733.0, 4795.0, 4755.0, 4807.0, 4787.0, 4776.0, 4786.0, 4737.0, 4796.0, 4767.0, 4796.0, 4778.0, 4760.0, 4799.0, 4750.0, 4809.0, 4790.0, 4771.0, 4789.0, 4762.0, 4810.0, 4781.0, 4820.0, 4802.0, 4785.0, 4801.0, 4764.0, 4824.0, 4805.0, 4785.0, 4824.0, 4775.0, 4803.0, 4806.0, 4787.0, 4816.0, 4795.0, 4806.0, 4805.0, 4769.0, 4828.0, 4797.0, 4797.0, 4827.0, 4790.0, 4838.0, 4815.0, 4798.0, 4835.0, 4779.0, 4837.0, 4819.0, 4800.0, 4827.0, 4788.0, 4837.0, 4807.0, 4806.0, 4825.0, 4786.0, 4836.0, 4814.0, 4796.0, 4824.0, 4783.0, 4834.0, 4812.0, 4795.0, 4835.0, 4804.0, 4805.0, 4812.0, 4773.0, 4823.0, 4811.0, 4784.0, 4834.0, 4792.0, 4833.0, 4802.0, 4781.0, 4821.0, 4781.0, 4835.0, 4803.0, 4792.0, 4810.0, 4782.0, 4820.0, 4799.0, 4793.0, 4820.0, 4791.0, 4799.0, 4800.0, 4783.0, 4824.0, 4804.0, 4772.0, 4801.0, 4764.0, 4823.0, 4840.0, 4821.0, 4858.0, 4827.0, 4788.0, 4823.0, 4761.0, 4739.0, 4810.0, 4790.0, 4750.0, 4823.0, 4803.0, 4785.0, 4857.0, 4831.0, 4798.0, 4857.0, 4840.0, 4856.0, 4834.0, 4792.0, 4853.0, 4822.0, 4817.0, 4789.0, 4748.0, 4804.0, 4795.0, 4812.0, 4771.0, 4770.0, 4793.0, 4741.0, 4777.0, 4750.0, 4767.0, 4758.0, 4740.0, 4780.0, 4730.0, 4779.0, 4759.0, 4710.0, 4768.0, 4735.0, 4773.0, 4761.0, 4734.0, 4782.0, 4737.0, 4797.0, 4778.0, 4744.0, 4786.0, 4737.0, 4797.0, 4768.0, 4798.0, 4788.0, 4749.0, 4798.0, 4770.0, 4799.0, 4792.0, 4753.0, 4811.0, 4776.0, 4823.0, 4801.0, 4772.0, 4822.0, 4783.0, 4792.0, 4811.0, 4775.0, 4834.0, 4818.0, 4829.0, 4851.0, 4792.0, 4824.0, 4817.0, 4778.0, 4837.0, 4816.0, 4785.0, 4832.0, 4810.0, 4786.0, 4857.0, 4843.0, 4812.0, 4872.0, 4828.0, 4846.0, 4846.0, 4821.0, 4869.0, 4827.0, 4794.0, 4842.0, 4811.0, 4827.0, 4805.0, 4769.0, 4807.0, 4760.0, 4807.0, 4785.0, 4796.0, 4783.0, 4744.0, 4794.0, 4755.0, 4792.0, 4773.0, 4777.0, 4784.0, 4738.0, 4795.0, 4777.0, 4777.0, 4788.0, 4749.0, 4810.0, 4773.0, 4821.0, 4803.0, 4787.0, 4825.0, 4785.0, 4824.0, 4808.0, 4773.0, 4810.0, 4772.0, 4822.0, 4802.0, 4802.0, 4816.0, 4789.0, 4824.0, 4775.0, 4832.0, 4802.0, 4781.0, 4833.0, 4771.0, 4833.0, 4808.0, 4875.0, 4869.0, 4802.0, 4832.0, 4789.0, 4808.0, 4788.0, 4760.0, 4811.0, 4774.0, 4832.0, 4813.0, 4793.0, 4821.0, 4773.0, 4820.0, 4802.0, 4833.0, 4812.0, 4780.0, 4821.0, 4762.0, 4821.0, 4792.0, 4832.0, 4801.0, 4773.0, 4819.0, 4771.0, 4820.0, 4793.0, 4826.0, 4813.0, 4775.0, 4830.0, 4804.0, 4823.0, 4812.0, 4774.0, 4824.0, 4787.0, 4843.0, 4813.0, 4784.0, 4823.0, 4786.0, 4834.0, 4803.0, 4814.0, 4823.0, 4774.0, 4832.0, 4802.0, 4833.0, 4814.0, 4804.0, 4821.0, 4774.0, 4832.0, 4804.0, 4834.0, 4803.0, 4770.0, 4819.0, 4762.0, 4829.0, 4812.0, 4780.0, 4819.0, 4761.0, 4829.0, 4800.0, 4830.0, 4810.0, 4789.0, 4808.0, 4761.0, 4818.0, 4789.0, 4817.0, 4810.0, 4777.0, 4809.0, 4751.0, 4817.0, 4783.0, 4829.0, 4811.0, 4780.0, 4820.0, 4782.0, 4821.0, 4801.0, 4781.0, 4820.0, 4792.0, 4832.0, 4815.0, 4777.0, 4824.0, 4805.0, 4830.0, 4826.0, 4774.0, 4834.0, 4806.0, 4833.0, 4813.0, 4782.0, 4833.0, 4815.0, 4802.0, 4823.0, 4775.0, 4832.0, 4803.0, 4832.0, 4822.0, 4796.0, 4858.0, 4836.0, 4815.0, 4832.0, 4790.0, 4760.0, 4790.0, 4747.0, 4788.0, 4808.0, 4815.0, 4785.0, 4843.0, 4828.0, 4824.0, 4872.0, 4857.0, 4840.0, 4873.0, 4847.0, 4867.0, 4843.0, 4778.0, 4814.0, 4823.0, 4788.0, 4808.0, 4752.0, 4785.0, 4748.0, 4715.0, 4783.0, 4754.0, 4762.0, 4744.0, 4784.0, 4753.0, 4703.0, 4750.0, 4683.0, 4752.0, 4734.0, 4763.0, 4743.0, 4706.0, 4756.0, 4697.0, 4755.0, 4738.0, 4720.0, 4747.0, 4714.0, 4841.0, 4823.0, 4775.0, 4749.0, 4736.0, 4787.0, 4768.0, 4754.0, 4775.0, 4752.0, 4801.0, 4792.0, 4762.0, 4799.0, 4772.0, 4810.0, 4791.0, 4763.0, 4809.0, 4783.0, 4812.0, 4802.0, 4774.0, 4823.0, 4802.0, 4795.0, 4824.0, 4807.0, 4825.0, 4835.0, 4798.0, 4836.0, 4824.0, 4807.0, 4850.0, 4826.0, 4798.0, 4849.0, 4817.0, 4785.0, 4832.0, 4815.0, 4776.0, 4832.0, 4804.0, 4806.0, 4838.0, 4806.0, 4847.0, 4815.0, 4776.0, 4835.0, 4805.0, 4784.0, 4822.0, 4784.0, 4834.0, 4812.0, 4775.0, 4834.0, 4793.0, 4832.0, 4801.0, 4774.0, 4822.0, 4795.0, 4833.0, 4811.0, 4773.0, 4810.0, 4784.0, 4834.0, 4815.0, 4786.0, 4835.0, 4794.0, 4804.0, 4814.0, 4767.0, 4835.0, 4817.0, 4788.0, 4836.0, 4807.0, 4826.0, 4815.0, 4777.0, 4835.0, 4817.0, 4834.0, 4827.0, 4786.0, 4847.0, 4817.0, 4818.0, 4837.0, 4790.0, 4847.0, 4827.0, 4823.0, 4835.0, 4775.0, 4844.0, 4825.0, 4785.0, 4832.0, 4812.0, 4833.0, 4823.0, 4763.0, 4832.0, 4814.0, 4824.0, 4833.0, 4783.0, 4843.0, 4813.0, 4803.0, 4821.0, 4773.0, 4833.0, 4811.0, 4832.0, 4823.0, 4771.0, 4829.0, 4803.0, 4829.0, 4810.0, 4771.0, 4829.0, 4800.0, 4811.0, 4802.0, 4764.0, 4823.0, 4804.0, 4820.0, 4823.0, 4764.0, 4832.0, 4803.0, 4833.0, 4802.0, 4774.0, 4830.0, 4800.0, 4831.0, 4801.0, 4773.0, 4820.0, 4791.0, 4829.0, 4811.0, 4771.0, 4819.0, 4771.0, 4830.0, 4800.0, 4782.0, 4830.0, 4790.0, 4820.0, 4801.0, 4771.0, 4821.0, 4794.0, 4832.0, 4814.0, 4781.0, 4831.0, 4803.0, 4822.0, 4803.0, 4785.0, 4832.0, 4813.0, 4804.0, 4823.0, 4775.0, 4835.0, 4816.0, 4819.0, 4866.0, 4873.0, 4957.0, 4910.0, 4835.0, 4863.0, 4831.0, 4797.0, 4837.0], 'WindowWidth': [10621.0, 10499.0, 10559.0, 10509.0, 10501.0, 10477.0, 10430.0, 10506.0, 10464.0, 10434.0, 10471.0, 10408.0, 10484.0, 10447.0, 10482.0, 10472.0, 10436.0, 10489.0, 10449.0, 10477.0, 10462.0, 10434.0, 10488.0, 10451.0, 10447.0, 10459.0, 10396.0, 10490.0, 10469.0, 10458.0, 10476.0, 10423.0, 10491.0, 10453.0, 10492.0, 10463.0, 10424.0, 10491.0, 10454.0, 10436.0, 10482.0, 10422.0, 10539.0, 10515.0, 10465.0, 10522.0, 10477.0, 10446.0, 10512.0, 10491.0, 10432.0, 10493.0, 10458.0, 10473.0, 10494.0, 10447.0, 10517.0, 10487.0, 10442.0, 10479.0, 10440.0, 10506.0, 10481.0, 10437.0, 10508.0, 10467.0, 10490.0, 10475.0, 10405.0, 10490.0, 10468.0, 10424.0, 10470.0, 10420.0, 10508.0, 10471.0, 10458.0, 10479.0, 10429.0, 10508.0, 10428.0, 10504.0, 10463.0, 10510.0, 10482.0, 10424.0, 10471.0, 10393.0, 10484.0, 10461.0, 10484.0, 10471.0, 10415.0, 10464.0, 10388.0, 10467.0, 10437.0, 10479.0, 10451.0, 10410.0, 10466.0, 10407.0, 10464.0, 10437.0, 10414.0, 10462.0, 10429.0, 10465.0, 10437.0, 10399.0, 10453.0, 10388.0, 10486.0, 10456.0, 10416.0, 10483.0, 10412.0, 10465.0, 10460.0, 10421.0, 10500.0, 10445.0, 10467.0, 10482.0, 10435.0, 10493.0, 10461.0, 10443.0, 10515.0, 10470.0, 10431.0, 10496.0, 10482.0, 10518.0, 10502.0, 10452.0, 10514.0, 10481.0, 10436.0, 10518.0, 10486.0, 10424.0, 10500.0, 10438.0, 10498.0, 10484.0, 10444.0, 10520.0, 10470.0, 10460.0, 10479.0, 10417.0, 10507.0, 10472.0, 10493.0, 10486.0, 10426.0, 10496.0, 10459.0, 10511.0, 10469.0, 10453.0, 10511.0, 10422.0, 10545.0, 10492.0, 10514.0, 10484.0, 10428.0, 10508.0, 10492.0, 10445.0, 10483.0, 10418.0, 10510.0, 10486.0, 10495.0, 10482.0, 10432.0, 10521.0, 10484.0, 10446.0, 10499.0, 10467.0, 10431.0, 10500.0, 10471.0, 10458.0, 10494.0, 10444.0, 10515.0, 10495.0, 10435.0, 10488.0, 10407.0, 10481.0, 10416.0, 10482.0, 10456.0, 10423.0, 10462.0, 10386.0, 10475.0, 10437.0, 10483.0, 10452.0, 10412.0, 10484.0, 10422.0, 10476.0, 10437.0, 10452.0, 10456.0, 10414.0, 10479.0, 10426.0, 10465.0, 10438.0, 10413.0, 10471.0, 10413.0, 10486.0, 10461.0, 10423.0, 10454.0, 10396.0, 10485.0, 10453.0, 10483.0, 10477.0, 10421.0, 10493.0, 10450.0, 10463.0, 10462.0, 10414.0, 10492.0, 10468.0, 10481.0, 10475.0, 10398.0, 10492.0, 10453.0, 10481.0, 10475.0, 10409.0, 10495.0, 10464.0, 10448.0, 10470.0, 10402.0, 10479.0, 10416.0, 10481.0, 10458.0, 10425.0, 10466.0, 10391.0, 10481.0, 10444.0, 10451.0, 10467.0, 10388.0, 10468.0, 10448.0, 10465.0, 10457.0, 10409.0, 10509.0, 10463.0, 10434.0, 10455.0, 10427.0, 10504.0, 10465.0, 10449.0, 10490.0, 10409.0, 10502.0, 10463.0, 10451.0, 10476.0, 10411.0, 10503.0, 10474.0, 10447.0, 10471.0, 10408.0, 10486.0, 10462.0, 10487.0, 10477.0, 10450.0, 10484.0, 10380.0, 10482.0, 10442.0, 10500.0, 10460.0, 10433.0, 10487.0, 10432.0, 10486.0, 10462.0, 10440.0, 10474.0, 10410.0, 10508.0, 10461.0, 10436.0, 10461.0, 10398.0, 10493.0, 10467.0, 10474.0, 10475.0, 10408.0, 10489.0, 10452.0, 10492.0, 10476.0, 10424.0, 10495.0, 10444.0, 10502.0, 10459.0, 10433.0, 10488.0, 10421.0, 10504.0, 10473.0, 10423.0, 10468.0, 10424.0, 10499.0, 10479.0, 10462.0, 10473.0, 10471.0, 10515.0, 10483.0, 10441.0, 10517.0, 10492.0, 10441.0, 10497.0, 10445.0, 10483.0, 10483.0, 10454.0, 10519.0, 10511.0, 10468.0, 10551.0, 10497.0, 10435.0, 10521.0, 10482.0, 10438.0, 10500.0, 10475.0, 10456.0, 10516.0, 10473.0, 10496.0, 10470.0, 10432.0, 10491.0, 10426.0, 10505.0, 10480.0, 10500.0, 10519.0, 10473.0, 10511.0, 10367.0, 10341.0, 10619.0, 10531.0, 10380.0, 10448.0, 10420.0, 10389.0, 10496.0, 10486.0, 10419.0, 10509.0, 10510.0, 10479.0, 10511.0, 10457.0, 10504.0, 10451.0, 10406.0, 10457.0, 10368.0, 10466.0, 10439.0, 10391.0, 10413.0, 10347.0, 10419.0, 10329.0, 10406.0, 10357.0, 10411.0, 10414.0, 10415.0, 10403.0, 10368.0, 10419.0, 10357.0, 10422.0, 10399.0, 10440.0, 10429.0, 10393.0, 10447.0, 10370.0, 10449.0, 10428.0, 10457.0, 10441.0, 10418.0, 10468.0, 10418.0, 10486.0, 10460.0, 10460.0, 10463.0, 10432.0, 10491.0, 10456.0, 10496.0, 10481.0, 10447.0, 10497.0, 10425.0, 10518.0, 10492.0, 10466.0, 10517.0, 10467.0, 10533.0, 10506.0, 10488.0, 10569.0, 10548.0, 10527.0, 10578.0, 10520.0, 10468.0, 10506.0, 10473.0, 10446.0, 10498.0, 10488.0, 10466.0, 10564.0, 10528.0, 10584.0, 10541.0, 10594.0, 10577.0, 10532.0, 10581.0, 10527.0, 10476.0, 10557.0, 10553.0, 10540.0, 10525.0, 10475.0, 10455.0, 10442.0, 10489.0, 10485.0, 10431.0, 10502.0, 10457.0, 10427.0, 10407.0, 10350.0, 10438.0, 10383.0, 10461.0, 10432.0, 10416.0, 10429.0, 10363.0, 10441.0, 10403.0, 10443.0, 10418.0, 10399.0, 10451.0, 10388.0, 10468.0, 10442.0, 10416.0, 10440.0, 10407.0, 10472.0, 10434.0, 10485.0, 10463.0, 10442.0, 10460.0, 10415.0, 10498.0, 10471.0, 10446.0, 10496.0, 10430.0, 10468.0, 10477.0, 10453.0, 10487.0, 10461.0, 10476.0, 10473.0, 10429.0, 10507.0, 10467.0, 10466.0, 10507.0, 10461.0, 10525.0, 10490.0, 10470.0, 10515.0, 10445.0, 10521.0, 10498.0, 10471.0, 10506.0, 10455.0, 10523.0, 10477.0, 10474.0, 10499.0, 10448.0, 10521.0, 10485.0, 10462.0, 10498.0, 10443.0, 10515.0, 10482.0, 10459.0, 10519.0, 10472.0, 10474.0, 10479.0, 10429.0, 10498.0, 10478.0, 10444.0, 10514.0, 10452.0, 10511.0, 10465.0, 10437.0, 10489.0, 10435.0, 10516.0, 10468.0, 10451.0, 10473.0, 10437.0, 10487.0, 10459.0, 10454.0, 10488.0, 10448.0, 10458.0, 10460.0, 10440.0, 10498.0, 10467.0, 10422.0, 10460.0, 10414.0, 10498.0, 10533.0, 10509.0, 10556.0, 10513.0, 10458.0, 10497.0, 10411.0, 10374.0, 10470.0, 10446.0, 10389.0, 10494.0, 10469.0, 10446.0, 10555.0, 10519.0, 10467.0, 10552.0, 10529.0, 10548.0, 10516.0, 10452.0, 10545.0, 10495.0, 10480.0, 10427.0, 10366.0, 10461.0, 10445.0, 10468.0, 10406.0, 10401.0, 10437.0, 10360.0, 10408.0, 10368.0, 10390.0, 10377.0, 10356.0, 10410.0, 10346.0, 10410.0, 10381.0, 10318.0, 10394.0, 10357.0, 10408.0, 10391.0, 10358.0, 10422.0, 10368.0, 10449.0, 10423.0, 10375.0, 10432.0, 10367.0, 10447.0, 10410.0, 10452.0, 10439.0, 10388.0, 10453.0, 10418.0, 10455.0, 10449.0, 10397.0, 10475.0, 10435.0, 10495.0, 10463.0, 10424.0, 10492.0, 10440.0, 10451.0, 10480.0, 10435.0, 10516.0, 10498.0, 10516.0, 10550.0, 10470.0, 10502.0, 10497.0, 10442.0, 10523.0, 10493.0, 10448.0, 10508.0, 10477.0, 10451.0, 10556.0, 10544.0, 10494.0, 10586.0, 10512.0, 10531.0, 10537.0, 10505.0, 10576.0, 10508.0, 10457.0, 10524.0, 10474.0, 10496.0, 10459.0, 10410.0, 10461.0, 10400.0, 10462.0, 10429.0, 10445.0, 10423.0, 10370.0, 10438.0, 10385.0, 10435.0, 10408.0, 10419.0, 10429.0, 10367.0, 10442.0, 10421.0, 10421.0, 10436.0, 10387.0, 10474.0, 10426.0, 10489.0, 10470.0, 10453.0, 10503.0, 10452.0, 10501.0, 10481.0, 10427.0, 10471.0, 10423.0, 10491.0, 10465.0, 10465.0, 10491.0, 10462.0, 10499.0, 10431.0, 10506.0, 10465.0, 10436.0, 10511.0, 10423.0, 10510.0, 10484.0, 10593.0, 10585.0, 10481.0, 10509.0, 10441.0, 10467.0, 10438.0, 10403.0, 10474.0, 10431.0, 10510.0, 10483.0, 10453.0, 10491.0, 10427.0, 10489.0, 10466.0, 10510.0, 10481.0, 10432.0, 10491.0, 10410.0, 10491.0, 10453.0, 10508.0, 10464.0, 10427.0, 10485.0, 10420.0, 10487.0, 10453.0, 10503.0, 10483.0, 10432.0, 10503.0, 10471.0, 10496.0, 10479.0, 10430.0, 10500.0, 10452.0, 10525.0, 10483.0, 10444.0, 10497.0, 10448.0, 10513.0, 10471.0, 10487.0, 10497.0, 10430.0, 10510.0, 10468.0, 10512.0, 10483.0, 10471.0, 10491.0, 10429.0, 10511.0, 10469.0, 10511.0, 10466.0, 10419.0, 10486.0, 10410.0, 10502.0, 10481.0, 10434.0, 10486.0, 10409.0, 10500.0, 10462.0, 10502.0, 10474.0, 10443.0, 10468.0, 10406.0, 10482.0, 10445.0, 10480.0, 10473.0, 10425.0, 10469.0, 10393.0, 10480.0, 10441.0, 10499.0, 10475.0, 10431.0, 10490.0, 10438.0, 10493.0, 10465.0, 10436.0, 10490.0, 10451.0, 10508.0, 10490.0, 10438.0, 10500.0, 10476.0, 10506.0, 10507.0, 10432.0, 10514.0, 10475.0, 10511.0, 10483.0, 10441.0, 10513.0, 10488.0, 10468.0, 10494.0, 10432.0, 10506.0, 10468.0, 10510.0, 10494.0, 10468.0, 10562.0, 10527.0, 10495.0, 10510.0, 10449.0, 10409.0, 10450.0, 10382.0, 10437.0, 10466.0, 10491.0, 10447.0, 10529.0, 10516.0, 10513.0, 10584.0, 10568.0, 10531.0, 10589.0, 10539.0, 10571.0, 10527.0, 10427.0, 10475.0, 10498.0, 10435.0, 10466.0, 10372.0, 10409.0, 10362.0, 10310.0, 10420.0, 10380.0, 10377.0, 10353.0, 10409.0, 10363.0, 10293.0, 10353.0, 10264.0, 10359.0, 10339.0, 10377.0, 10349.0, 10304.0, 10370.0, 10291.0, 10370.0, 10348.0, 10327.0, 10362.0, 10328.0, 10536.0, 10511.0, 10410.0, 10366.0, 10361.0, 10430.0, 10408.0, 10381.0, 10409.0, 10394.0, 10459.0, 10449.0, 10408.0, 10454.0, 10422.0, 10473.0, 10446.0, 10411.0, 10469.0, 10438.0, 10481.0, 10467.0, 10430.0, 10496.0, 10465.0, 10462.0, 10497.0, 10478.0, 10500.0, 10515.0, 10468.0, 10522.0, 10502.0, 10482.0, 10547.0, 10508.0, 10470.0, 10546.0, 10501.0, 10448.0, 10510.0, 10492.0, 10439.0, 10510.0, 10474.0, 10479.0, 10524.0, 10478.0, 10535.0, 10490.0, 10435.0, 10516.0, 10473.0, 10444.0, 10492.0, 10442.0, 10513.0, 10482.0, 10432.0, 10515.0, 10454.0, 10509.0, 10465.0, 10431.0, 10495.0, 10460.0, 10512.0, 10477.0, 10426.0, 10474.0, 10445.0, 10515.0, 10488.0, 10450.0, 10514.0, 10457.0, 10470.0, 10483.0, 10425.0, 10519.0, 10494.0, 10455.0, 10520.0, 10480.0, 10506.0, 10489.0, 10440.0, 10516.0, 10495.0, 10515.0, 10509.0, 10452.0, 10538.0, 10495.0, 10498.0, 10522.0, 10462.0, 10536.0, 10508.0, 10500.0, 10515.0, 10435.0, 10532.0, 10504.0, 10450.0, 10512.0, 10483.0, 10514.0, 10499.0, 10415.0, 10512.0, 10487.0, 10502.0, 10511.0, 10443.0, 10531.0, 10485.0, 10470.0, 10491.0, 10431.0, 10511.0, 10478.0, 10507.0, 10496.0, 10423.0, 10503.0, 10468.0, 10504.0, 10476.0, 10424.0, 10504.0, 10461.0, 10477.0, 10465.0, 10418.0, 10498.0, 10472.0, 10490.0, 10495.0, 10417.0, 10510.0, 10470.0, 10510.0, 10466.0, 10429.0, 10505.0, 10463.0, 10504.0, 10463.0, 10428.0, 10488.0, 10451.0, 10502.0, 10477.0, 10422.0, 10485.0, 10423.0, 10505.0, 10462.0, 10439.0, 10504.0, 10448.0, 10490.0, 10463.0, 10424.0, 10490.0, 10457.0, 10508.0, 10486.0, 10438.0, 10508.0, 10471.0, 10497.0, 10472.0, 10448.0, 10509.0, 10486.0, 10472.0, 10498.0, 10435.0, 10517.0, 10493.0, 10500.0, 10580.0, 10618.0, 10748.0, 10668.0, 10550.0, 10568.0, 10519.0, 10468.0, 10519.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.0038934703196347033</td></tr>
<tr><td colspan=3>aqi</td><td>0.03820338228310503</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.25766775775143</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1755434598354662</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020062971407679</td></tr>
<tr><td colspan=3>efc</td><td>0.5094</td></tr>
<tr><td colspan=3>fber</td><td>4125.6558</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17137048073543773</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>221</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.182648401826484</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.562027876753591</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5013279403636948</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672066845383871</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.512688844513207</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164633</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.020632188767194748</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029057718813419342</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.221816545543035</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>13.8514</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.5544</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.4303</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292545.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1213.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.0195</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8565</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.3605</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3954.3653</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.0092</td></tr>
<tr><td colspan=3>tsnr</td><td>29.5824983632192</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>