<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-02/func/sub-0032_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>7a6b4dfd486637b3369d763fe762a5a0</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:24:7.730000</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_VE11C_LATEST_20160120</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.999182, -0.0374765, 0.0151811, 0.0383847, 0.997162, -0.0647674]</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 College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103618</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7224, 623, -74, -158, -36, 64]</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>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b86ba967-9ca3-4a12-a405-6c9087b1fefe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807327270507812, 0.10298342257738113, 0.034319039434194565, 106.30611419677734], [0.10054660588502884, 2.6753125190734863, -0.17630219459533691, -97.97314453125], [0.04072976112365723, 0.17376607656478882, 2.694019317626953, -82.89295196533203], [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': ['132407.730000', '132408.190000', '132408.650000', '132409.110000', '132409.570000', '132410.030000', '132410.490000', '132410.950000', '132411.410000', '132411.870000', '132412.330000', '132412.790000', '132413.250000', '132413.710000', '132414.170000', '132414.630000', '132415.090000', '132415.550000', '132416.010000', '132416.470000', '132416.930000', '132417.390000', '132417.850000', '132418.310000', '132418.770000', '132419.230000', '132419.690000', '132420.150000', '132420.610000', '132421.070000', '132421.530000', '132421.990000', '132422.450000', '132422.910000', '132423.370000', '132423.830000', '132424.290000', '132424.750000', '132425.210000', '132425.670000', '132426.130000', '132426.590000', '132427.050000', '132427.510000', '132427.970000', '132428.430000', '132428.890000', '132429.350000', '132429.810000', '132430.270000', '132430.730000', '132431.190000', '132431.650000', '132432.110000', '132432.570000', '132433.030000', '132433.490000', '132433.950000', '132434.410000', '132434.870000', '132435.330000', '132435.790000', '132436.250000', '132436.710000', '132437.170000', '132437.630000', '132438.090000', '132438.550000', '132439.010000', '132439.470000', '132439.930000', '132440.390000', '132440.850000', '132441.310000', '132441.770000', '132442.230000', '132442.690000', '132443.150000', '132443.610000', '132444.070000', '132444.530000', '132444.990000', '132445.450000', '132445.910000', '132446.370000', '132446.830000', '132447.290000', '132447.750000', '132448.210000', '132448.670000', '132449.130000', '132449.590000', '132450.050000', '132450.510000', '132450.970000', '132451.430000', '132451.890000', '132452.350000', '132452.810000', '132453.270000', '132453.730000', '132454.190000', '132454.650000', '132455.110000', '132455.570000', '132456.030000', '132456.490000', '132456.950000', '132457.410000', '132457.870000', '132458.330000', '132458.790000', '132459.250000', '132459.710000', '132500.170000', '132500.630000', '132501.090000', '132501.550000', '132502.010000', '132502.470000', '132502.930000', '132503.390000', '132503.850000', '132504.310000', '132504.770000', '132505.230000', '132505.690000', '132506.150000', '132506.610000', '132507.070000', '132507.530000', '132507.990000', '132508.450000', '132508.910000', '132509.370000', '132509.830000', '132510.290000', '132510.750000', '132511.210000', '132511.670000', '132512.130000', '132512.590000', '132513.050000', '132513.510000', '132513.970000', '132514.430000', '132514.890000', '132515.350000', '132515.810000', '132516.270000', '132516.730000', '132517.190000', '132517.650000', '132518.110000', '132518.570000', '132519.030000', '132519.490000', '132519.950000', '132520.410000', '132520.870000', '132521.330000', '132521.790000', '132522.250000', '132522.710000', '132523.170000', '132523.630000', '132524.090000', '132524.550000', '132525.010000', '132525.470000', '132525.930000', '132526.390000', '132526.850000', '132527.310000', '132527.770000', '132528.230000', '132528.690000', '132529.150000', '132529.610000', '132530.070000', '132530.530000', '132530.990000', '132531.450000', '132531.910000', '132532.370000', '132532.830000', '132533.290000', '132533.750000', '132534.210000', '132534.670000', '132535.130000', '132535.590000', '132536.050000', '132536.510000', '132536.970000', '132537.430000', '132537.890000', '132538.350000', '132538.810000', '132539.270000', '132539.730000', '132540.190000', '132540.650000', '132541.110000', '132541.570000', '132542.030000', '132542.490000', '132542.950000', '132543.410000', '132543.870000', '132544.330000', '132544.790000', '132545.250000', '132545.710000', '132546.170000', '132546.630000', '132547.090000', '132547.550000', '132548.010000', '132548.470000', '132548.930000', '132549.390000', '132549.850000', '132550.310000', '132550.770000', '132551.230000', '132551.690000', '132552.150000', '132552.610000', '132553.070000', '132553.530000', '132553.990000', '132554.450000', '132554.910000', '132555.370000', '132555.830000', '132556.290000', '132556.750000', '132557.210000', '132557.670000', '132558.130000', '132558.590000', '132559.050000', '132559.510000', '132559.970000', '132600.430000', '132600.890000', '132601.350000', '132601.810000', '132602.270000', '132602.730000', '132603.190000', '132603.650000', '132604.110000', '132604.570000', '132605.030000', '132605.490000', '132605.950000', '132606.410000', '132606.870000', '132607.330000', '132607.790000', '132608.250000', '132608.710000', '132609.170000', '132609.630000', '132610.090000', '132610.550000', '132611.010000', '132611.470000', '132611.930000', '132612.390000', '132612.850000', '132613.310000', '132613.770000', '132614.230000', '132614.690000', '132615.150000', '132615.610000', '132616.070000', '132616.530000', '132616.990000', '132617.450000', '132617.910000', '132618.370000', '132618.830000', '132619.290000', '132619.750000', '132620.210000', '132620.670000', '132621.130000', '132621.590000', '132622.050000', '132622.510000', '132622.970000', '132623.430000', '132623.890000', '132624.350000', '132624.810000', '132625.270000', '132625.730000', '132626.190000', '132626.650000', '132627.110000', '132627.570000', '132628.030000', '132628.490000', '132628.950000', '132629.410000', '132629.870000', '132630.330000', '132630.790000', '132631.250000', '132631.710000', '132632.170000', '132632.630000', '132633.090000', '132633.550000', '132634.010000', '132634.470000', '132634.930000', '132635.390000', '132635.850000', '132636.310000', '132636.770000', '132637.230000', '132637.690000', '132638.150000', '132638.610000', '132639.070000', '132639.530000', '132639.990000', '132640.450000', '132640.910000', '132641.370000', '132641.830000', '132642.290000', '132642.750000', '132643.210000', '132643.670000', '132644.130000', '132644.590000', '132645.050000', '132645.510000', '132645.970000', '132646.430000', '132646.890000', '132647.350000', '132647.810000', '132648.270000', '132648.730000', '132649.190000', '132649.650000', '132650.110000', '132650.570000', '132651.030000', '132651.490000', '132651.950000', '132652.410000', '132652.870000', '132653.330000', '132653.790000', '132654.250000', '132654.710000', '132655.170000', '132655.630000', '132656.090000', '132656.550000', '132657.010000', '132657.470000', '132657.930000', '132658.390000', '132658.850000', '132659.310000', '132659.770000', '132700.230000', '132700.690000', '132701.150000', '132701.610000', '132702.070000', '132702.530000', '132702.990000', '132703.450000', '132703.910000', '132704.370000', '132704.830000', '132705.290000', '132705.750000', '132706.210000', '132706.670000', '132707.130000', '132707.590000', '132708.050000', '132708.510000', '132708.970000', '132709.430000', '132709.890000', '132710.350000', '132710.810000', '132711.270000', '132711.730000', '132712.190000', '132712.650000', '132713.110000', '132713.570000', '132714.030000', '132714.490000', '132714.950000', '132715.410000', '132715.870000', '132716.330000', '132716.790000', '132717.250000', '132717.710000', '132718.170000', '132718.630000', '132719.090000', '132719.550000', '132720.010000', '132720.470000', '132720.930000', '132721.390000', '132721.850000', '132722.310000', '132722.770000', '132723.230000', '132723.690000', '132724.150000', '132724.610000', '132725.070000', '132725.530000', '132725.990000', '132726.450000', '132726.910000', '132727.370000', '132727.830000', '132728.290000', '132728.750000', '132729.210000', '132729.670000', '132730.130000', '132730.590000', '132731.050000', '132731.510000', '132731.970000', '132732.430000', '132732.890000', '132733.350000', '132733.810000', '132734.270000', '132734.730000', '132735.190000', '132735.650000', '132736.110000', '132736.570000', '132737.030000', '132737.490000', '132737.950000', '132738.410000', '132738.870000', '132739.330000', '132739.790000', '132740.250000', '132740.710000', '132741.170000', '132741.630000', '132742.090000', '132742.550000', '132743.010000', '132743.470000', '132743.930000', '132744.390000', '132744.850000', '132745.310000', '132745.770000', '132746.230000', '132746.690000', '132747.150000', '132747.610000', '132748.070000', '132748.530000', '132748.990000', '132749.450000', '132749.910000', '132750.370000', '132750.830000', '132751.290000', '132751.750000', '132752.210000', '132752.670000', '132753.130000', '132753.590000', '132754.050000', '132754.510000', '132754.970000', '132755.430000', '132755.890000', '132756.350000', '132756.810000', '132757.270000', '132757.730000', '132758.190000', '132758.650000', '132759.110000', '132759.570000', '132800.030000', '132800.490000', '132800.950000', '132801.410000', '132801.870000', '132802.330000', '132802.790000', '132803.250000', '132803.710000', '132804.170000', '132804.630000', '132805.090000', '132805.550000', '132806.010000', '132806.470000', '132806.930000', '132807.390000', '132807.850000', '132808.310000', '132808.770000', '132809.230000', '132809.690000', '132810.150000', '132810.610000', '132811.070000', '132811.530000', '132811.990000', '132812.450000', '132812.910000', '132813.370000', '132813.830000', '132814.290000', '132814.750000', '132815.210000', '132815.670000', '132816.130000', '132816.590000', '132817.050000', '132817.510000', '132817.970000', '132818.430000', '132818.890000', '132819.350000', '132819.810000', '132820.270000', '132820.730000', '132821.190000', '132821.650000', '132822.110000', '132822.570000', '132823.030000', '132823.490000', '132823.950000', '132824.410000', '132824.870000', '132825.330000', '132825.790000', '132826.250000', '132826.710000', '132827.170000', '132827.630000', '132828.090000', '132828.550000', '132829.010000', '132829.470000', '132829.930000', '132830.390000', '132830.850000', '132831.310000', '132831.770000', '132832.230000', '132832.690000', '132833.150000', '132833.610000', '132834.070000', '132834.530000', '132834.990000', '132835.450000', '132835.910000', '132836.370000', '132836.830000', '132837.290000', '132837.750000', '132838.210000', '132838.670000', '132839.130000', '132839.590000', '132840.050000', '132840.510000', '132840.970000', '132841.430000', '132841.890000', '132842.350000', '132842.810000', '132843.270000', '132843.730000', '132844.190000', '132844.650000', '132845.110000', '132845.570000', '132846.030000', '132846.490000', '132846.950000', '132847.410000', '132847.870000', '132848.330000', '132848.790000', '132849.250000', '132849.710000', '132850.170000', '132850.630000', '132851.090000', '132851.550000', '132852.010000', '132852.470000', '132852.930000', '132853.390000', '132853.850000', '132854.310000', '132854.770000', '132855.230000', '132855.690000', '132856.150000', '132856.610000', '132857.070000', '132857.530000', '132857.990000', '132858.450000', '132858.910000', '132859.370000', '132859.830000', '132900.290000', '132900.750000', '132901.210000', '132901.670000', '132902.130000', '132902.590000', '132903.050000', '132903.510000', '132903.970000', '132904.430000', '132904.890000', '132905.350000', '132905.810000', '132906.270000', '132906.730000', '132907.190000', '132907.650000', '132908.110000', '132908.570000', '132909.030000', '132909.490000', '132909.950000', '132910.410000', '132910.870000', '132911.330000', '132911.790000', '132912.250000', '132912.710000', '132913.170000', '132913.630000', '132914.090000', '132914.550000', '132915.010000', '132915.470000', '132915.930000', '132916.390000', '132916.850000', '132917.310000', '132917.770000', '132918.230000', '132918.690000', '132919.150000', '132919.610000', '132920.070000', '132920.530000', '132920.990000', '132921.450000', '132921.910000', '132922.370000', '132922.830000', '132923.290000', '132923.750000', '132924.210000', '132924.670000', '132925.130000', '132925.590000', '132926.050000', '132926.510000', '132926.970000', '132927.430000', '132927.890000', '132928.350000', '132928.810000', '132929.270000', '132929.730000', '132930.190000', '132930.650000', '132931.110000', '132931.570000', '132932.030000', '132932.490000', '132932.950000', '132933.410000', '132933.870000', '132934.330000', '132934.790000', '132935.250000', '132935.710000', '132936.170000', '132936.630000', '132937.090000', '132937.550000', '132938.010000', '132938.470000', '132938.930000', '132939.390000', '132939.850000', '132940.310000', '132940.770000', '132941.230000', '132941.690000', '132942.150000', '132942.610000', '132943.070000', '132943.530000', '132943.990000', '132944.450000', '132944.910000', '132945.370000', '132945.830000', '132946.290000', '132946.750000', '132947.210000', '132947.670000', '132948.130000', '132948.590000', '132949.050000', '132949.510000', '132949.970000', '132950.430000', '132950.890000', '132951.350000', '132951.810000', '132952.270000', '132952.730000', '132953.190000', '132953.650000', '132954.110000', '132954.570000', '132955.030000', '132955.490000', '132955.950000', '132956.410000', '132956.870000', '132957.330000', '132957.790000', '132958.250000', '132958.710000', '132959.170000', '132959.630000', '133000.090000', '133000.550000', '133001.010000', '133001.470000', '133001.930000', '133002.390000', '133002.850000', '133003.310000', '133003.770000', '133004.230000', '133004.690000', '133005.150000', '133005.610000', '133006.070000', '133006.530000', '133006.990000', '133007.450000', '133007.910000', '133008.370000', '133008.830000', '133009.290000', '133009.750000', '133010.210000', '133010.670000', '133011.130000', '133011.590000', '133012.050000', '133012.510000', '133012.970000', '133013.430000', '133013.890000', '133014.350000', '133014.810000', '133015.270000', '133015.730000', '133016.190000', '133016.650000', '133017.110000', '133017.570000', '133018.030000', '133018.490000', '133018.950000', '133019.410000', '133019.870000', '133020.330000', '133020.790000', '133021.250000', '133021.710000', '133022.170000', '133022.630000', '133023.090000', '133023.550000', '133024.010000', '133024.470000', '133024.930000', '133025.390000', '133025.850000', '133026.310000', '133026.770000', '133027.230000', '133027.690000', '133028.150000', '133028.610000', '133029.070000', '133029.530000', '133029.990000', '133030.450000', '133030.910000', '133031.370000', '133031.830000', '133032.290000', '133032.750000', '133033.210000', '133033.670000', '133034.130000', '133034.590000', '133035.050000', '133035.510000', '133035.970000', '133036.430000', '133036.890000', '133037.350000', '133037.810000', '133038.270000', '133038.730000', '133039.190000', '133039.650000', '133040.110000', '133040.570000', '133041.030000', '133041.490000', '133041.950000', '133042.410000', '133042.870000', '133043.330000', '133043.790000', '133044.250000', '133044.710000', '133045.170000', '133045.630000', '133046.090000', '133046.550000', '133047.010000', '133047.470000', '133047.930000', '133048.390000', '133048.850000', '133049.310000', '133049.770000', '133050.230000', '133050.690000', '133051.150000', '133051.610000', '133052.070000', '133052.530000', '133052.990000', '133053.450000', '133053.910000', '133054.370000', '133054.830000', '133055.290000', '133055.750000', '133056.210000', '133056.670000', '133057.130000', '133057.590000', '133058.050000', '133058.510000', '133058.970000', '133059.430000', '133059.890000', '133100.350000', '133100.810000', '133101.270000', '133101.730000', '133102.190000', '133102.650000', '133103.110000', '133103.570000', '133104.030000', '133104.490000', '133104.950000', '133105.410000', '133105.870000', '133106.330000', '133106.790000', '133107.250000', '133107.710000', '133108.170000', '133108.630000', '133109.090000', '133109.550000', '133110.010000', '133110.470000', '133110.930000', '133111.390000', '133111.850000', '133112.310000', '133112.770000', '133113.230000', '133113.690000', '133114.150000', '133114.610000', '133115.070000', '133115.530000', '133115.990000', '133116.450000', '133116.910000', '133117.370000', '133117.830000', '133118.290000', '133118.750000', '133119.210000', '133119.670000', '133120.130000', '133120.590000', '133121.050000', '133121.510000', '133121.970000', '133122.430000', '133122.890000', '133123.350000', '133123.810000', '133124.270000', '133124.730000', '133125.190000', '133125.650000', '133126.110000', '133126.570000', '133127.030000', '133127.490000', '133127.950000', '133128.410000', '133128.870000', '133129.330000', '133129.790000', '133130.250000', '133130.710000', '133131.170000', '133131.630000', '133132.090000', '133132.550000', '133133.010000', '133133.470000', '133133.930000', '133134.390000', '133134.850000', '133135.310000', '133135.770000', '133136.230000', '133136.690000', '133137.150000', '133137.610000', '133138.070000', '133138.530000', '133138.990000', '133139.450000', '133139.910000', '133140.370000', '133140.830000', '133141.290000', '133141.750000', '133142.210000', '133142.670000', '133143.130000', '133143.590000', '133144.050000', '133144.510000', '133144.970000', '133145.430000', '133145.890000', '133146.350000', '133146.810000', '133147.270000', '133147.730000', '133148.190000', '133148.650000', '133149.110000', '133149.570000', '133150.030000', '133150.490000', '133150.950000', '133151.410000', '133151.870000', '133152.330000', '133152.790000', '133153.250000', '133153.710000', '133154.170000', '133154.630000', '133155.090000', '133155.550000', '133156.010000', '133156.470000', '133156.930000', '133157.390000', '133157.850000', '133158.310000', '133158.770000', '133159.230000', '133159.690000', '133200.150000', '133200.610000', '133201.070000', '133201.530000', '133201.990000', '133202.450000', '133202.910000', '133203.370000', '133203.830000', '133204.290000', '133204.750000', '133205.210000', '133205.670000', '133206.130000', '133206.590000', '133207.050000', '133207.510000', '133207.970000', '133208.430000', '133208.890000', '133209.350000', '133209.810000', '133210.270000', '133210.730000', '133211.190000', '133211.650000', '133212.110000', '133212.570000', '133213.030000', '133213.490000', '133213.950000', '133214.410000', '133214.870000', '133215.330000', '133215.790000', '133216.250000', '133216.710000', '133217.170000', '133217.630000', '133218.090000', '133218.550000', '133219.010000', '133219.470000', '133219.930000', '133220.390000', '133220.850000', '133221.310000', '133221.770000', '133222.230000', '133222.690000', '133223.150000', '133223.610000', '133224.070000', '133224.530000', '133224.990000', '133225.450000', '133225.910000', '133226.370000', '133226.830000', '133227.290000', '133227.750000', '133228.210000', '133228.670000', '133229.130000', '133229.590000', '133230.050000', '133230.510000', '133230.970000', '133231.430000', '133231.890000', '133232.350000'], 'ContentTime': ['132421.213000', '132421.217000', '132421.220000', '132421.223000', '132421.226000', '132421.229000', '132421.231000', '132421.234000', '132421.237000', '132421.243000', '132421.246000', '132421.249000', '132421.252000', '132421.255000', '132421.257000', '132421.260000', '132421.263000', '132421.266000', '132421.269000', '132421.272000', '132421.275000', '132421.278000', '132421.280000', '132421.283000', '132421.286000', '132421.289000', '132421.292000', '132441.186000', '132441.189000', '132441.192000', '132441.195000', '132441.198000', '132441.201000', '132441.204000', '132441.206000', '132441.209000', '132441.212000', '132441.215000', '132441.218000', '132441.221000', '132441.223000', '132441.227000', '132441.229000', '132441.232000', '132441.235000', '132441.238000', '132441.241000', '132441.244000', '132441.253000', '132441.256000', '132441.259000', '132441.262000', '132441.264000', '132441.267000', '132441.270000', '132441.280000', '132441.283000', '132441.287000', '132441.290000', '132441.293000', '132441.295000', '132441.298000', '132441.301000', '132441.304000', '132441.307000', '132441.310000', '132441.313000', '132441.315000', '132441.318000', '132441.321000', '132501.186000', '132501.232000', '132501.235000', '132501.238000', '132501.241000', '132501.244000', '132501.246000', '132501.259000', '132501.262000', '132501.265000', '132501.268000', '132501.271000', '132501.273000', '132501.276000', '132501.279000', '132501.282000', '132501.285000', '132501.288000', '132501.291000', '132501.294000', '132501.297000', '132501.300000', '132501.302000', '132501.314000', '132501.317000', '132501.320000', '132501.323000', '132501.326000', '132501.329000', '132501.332000', '132501.335000', '132501.338000', '132501.341000', '132501.343000', '132501.346000', '132501.349000', '132501.352000', '132501.355000', '132501.358000', '132501.361000', '132501.364000', '132501.366000', '132501.369000', '132501.372000', '132521.186000', '132521.189000', '132521.192000', '132521.195000', '132521.198000', '132521.200000', '132521.203000', '132521.206000', '132521.209000', '132521.212000', '132521.215000', '132521.218000', '132521.221000', '132521.224000', '132521.226000', '132521.229000', '132521.232000', '132521.235000', '132521.238000', '132521.241000', '132521.244000', '132521.247000', '132521.250000', '132521.253000', '132521.255000', '132521.258000', '132521.261000', '132521.264000', '132521.267000', '132521.270000', '132521.273000', '132521.276000', '132521.278000', '132521.281000', '132521.284000', '132521.287000', '132521.290000', '132521.293000', '132521.296000', '132521.299000', '132521.301000', '132521.304000', '132521.307000', '132541.185000', '132541.188000', '132541.191000', '132541.194000', '132541.197000', '132541.199000', '132541.202000', '132541.205000', '132541.208000', '132541.211000', '132541.214000', '132541.217000', '132541.220000', '132541.223000', '132541.226000', '132541.229000', '132541.231000', '132541.234000', '132541.237000', '132541.246000', '132541.248000', '132541.251000', '132541.254000', '132541.257000', '132541.260000', '132541.263000', '132541.266000', '132541.269000', '132541.272000', '132541.274000', '132541.277000', '132541.280000', '132541.283000', '132541.286000', '132541.289000', '132541.292000', '132541.295000', '132541.298000', '132541.300000', '132541.303000', '132541.306000', '132541.309000', '132541.312000', '132541.315000', '132601.185000', '132601.188000', '132601.191000', '132601.194000', '132601.197000', '132601.200000', '132601.202000', '132601.205000', '132601.208000', '132601.211000', '132601.217000', '132601.219000', '132601.222000', '132601.225000', '132601.228000', '132601.231000', '132601.234000', '132601.237000', '132601.240000', '132601.242000', '132601.245000', '132601.248000', '132601.251000', '132601.254000', '132601.257000', '132601.260000', '132601.263000', '132601.266000', '132601.269000', '132601.272000', '132601.274000', '132601.277000', '132601.280000', '132601.283000', '132601.286000', '132601.289000', '132601.292000', '132601.295000', '132601.297000', '132601.300000', '132601.303000', '132601.306000', '132601.309000', '132621.185000', '132621.198000', '132621.201000', '132621.204000', '132621.207000', '132621.210000', '132621.213000', '132621.216000', '132621.218000', '132621.222000', '132621.225000', '132621.227000', '132621.230000', '132621.233000', '132621.236000', '132621.239000', '132621.242000', '132621.245000', '132621.248000', '132621.251000', '132621.254000', '132621.257000', '132621.260000', '132621.263000', '132621.269000', '132621.272000', '132621.275000', '132621.278000', '132621.281000', '132621.284000', '132621.287000', '132621.290000', '132621.292000', '132621.295000', '132621.298000', '132621.301000', '132621.304000', '132621.307000', '132621.310000', '132621.313000', '132621.316000', '132621.318000', '132621.321000', '132641.186000', '132641.189000', '132641.192000', '132641.194000', '132641.197000', '132641.200000', '132641.203000', '132641.206000', '132641.209000', '132641.212000', '132641.215000', '132641.218000', '132641.221000', '132641.224000', '132641.227000', '132641.230000', '132641.233000', '132641.236000', '132641.238000', '132641.241000', '132641.244000', '132641.247000', '132641.250000', '132641.253000', '132641.263000', '132641.271000', '132641.274000', '132641.277000', '132641.280000', '132641.283000', '132641.285000', '132641.288000', '132641.291000', '132641.294000', '132641.297000', '132641.300000', '132641.303000', '132641.306000', '132641.309000', '132641.312000', '132641.315000', '132641.318000', '132641.320000', '132641.323000', '132701.187000', '132701.191000', '132701.194000', '132701.197000', '132701.200000', '132701.203000', '132701.206000', '132701.209000', '132701.212000', '132701.215000', '132701.218000', '132701.221000', '132701.224000', '132701.227000', '132701.229000', '132701.232000', '132701.235000', '132701.238000', '132701.241000', '132701.244000', '132701.247000', '132701.250000', '132701.253000', '132701.256000', '132701.259000', '132701.261000', '132701.264000', '132701.267000', '132701.270000', '132701.273000', '132701.276000', '132701.279000', '132701.282000', '132701.285000', '132701.287000', '132701.290000', '132701.293000', '132701.296000', '132701.299000', '132701.302000', '132701.305000', '132701.308000', '132701.315000', '132721.186000', '132721.189000', '132721.192000', '132721.199000', '132721.202000', '132721.205000', '132721.207000', '132721.211000', '132721.214000', '132721.223000', '132721.226000', '132721.229000', '132721.232000', '132721.235000', '132721.238000', '132721.241000', '132721.244000', '132721.247000', '132721.250000', '132721.253000', '132721.255000', '132721.258000', '132721.261000', '132721.264000', '132721.267000', '132721.270000', '132721.273000', '132721.276000', '132721.279000', '132721.281000', '132721.284000', '132721.287000', '132721.290000', '132721.293000', '132721.296000', '132721.299000', '132721.302000', '132721.304000', '132721.307000', '132721.310000', '132721.313000', '132721.316000', '132721.319000', '132721.322000', '132741.186000', '132741.206000', '132741.209000', '132741.214000', '132741.219000', '132741.222000', '132741.225000', '132741.228000', '132741.231000', '132741.234000', '132741.237000', '132741.240000', '132741.243000', '132741.245000', '132741.248000', '132741.251000', '132741.254000', '132741.257000', '132741.260000', '132741.263000', '132741.266000', '132741.269000', '132741.272000', '132741.275000', '132741.278000', '132741.281000', '132741.283000', '132741.286000', '132741.289000', '132741.292000', '132741.295000', '132741.298000', '132741.301000', '132741.304000', '132741.307000', '132741.310000', '132741.313000', '132741.316000', '132741.318000', '132741.322000', '132741.325000', '132741.328000', '132741.331000', '132801.185000', '132801.188000', '132801.191000', '132801.194000', '132801.197000', '132801.199000', '132801.214000', '132801.217000', '132801.220000', '132801.223000', '132801.226000', '132801.229000', '132801.232000', '132801.235000', '132801.238000', '132801.241000', '132801.243000', '132801.246000', '132801.249000', '132801.252000', '132801.255000', '132801.258000', '132801.261000', '132801.264000', '132801.267000', '132801.270000', '132801.273000', '132801.276000', '132801.279000', '132801.281000', '132801.284000', '132801.287000', '132801.290000', '132801.293000', '132801.296000', '132801.299000', '132801.302000', '132801.305000', '132801.308000', '132801.311000', '132801.314000', '132801.316000', '132801.319000', '132801.322000', '132821.185000', '132821.204000', '132821.206000', '132821.209000', '132821.213000', '132821.216000', '132821.219000', '132821.221000', '132821.226000', '132821.231000', '132821.246000', '132821.249000', '132821.252000', '132821.255000', '132821.258000', '132821.261000', '132821.263000', '132821.266000', '132821.269000', '132821.272000', '132821.275000', '132821.278000', '132821.281000', '132821.284000', '132821.287000', '132821.290000', '132821.293000', '132821.296000', '132821.298000', '132821.301000', '132821.304000', '132821.307000', '132821.310000', '132821.313000', '132821.316000', '132821.319000', '132821.322000', '132821.325000', '132821.328000', '132821.331000', '132821.334000', '132821.336000', '132821.339000', '132841.185000', '132841.196000', '132841.199000', '132841.202000', '132841.205000', '132841.208000', '132841.211000', '132841.214000', '132841.217000', '132841.220000', '132841.222000', '132841.225000', '132841.228000', '132841.231000', '132841.234000', '132841.237000', '132841.240000', '132841.243000', '132841.246000', '132841.249000', '132841.252000', '132841.255000', '132841.258000', '132841.260000', '132841.263000', '132841.266000', '132841.269000', '132841.272000', '132841.275000', '132841.278000', '132841.281000', '132841.284000', '132841.286000', '132841.290000', '132841.292000', '132841.295000', '132841.298000', '132841.301000', '132841.304000', '132841.307000', '132841.310000', '132841.313000', '132841.315000', '132841.318000', '132901.186000', '132901.189000', '132901.192000', '132901.195000', '132901.198000', '132901.201000', '132901.204000', '132901.207000', '132901.210000', '132901.213000', '132901.215000', '132901.218000', '132901.221000', '132901.224000', '132901.227000', '132901.230000', '132901.233000', '132901.236000', '132901.240000', '132901.243000', '132901.246000', '132901.249000', '132901.251000', '132901.254000', '132901.257000', '132901.260000', '132901.263000', '132901.266000', '132901.269000', '132901.272000', '132901.275000', '132901.278000', '132901.280000', '132901.284000', '132901.286000', '132901.289000', '132901.292000', '132901.295000', '132901.298000', '132901.301000', '132901.304000', '132901.307000', '132901.310000', '132921.186000', '132921.189000', '132921.192000', '132921.195000', '132921.198000', '132921.201000', '132921.204000', '132921.206000', '132921.210000', '132921.213000', '132921.215000', '132921.218000', '132921.221000', '132921.224000', '132921.227000', '132921.230000', '132921.233000', '132921.236000', '132921.239000', '132921.242000', '132921.245000', '132921.248000', '132921.251000', '132921.254000', '132921.257000', '132921.267000', '132921.270000', '132921.273000', '132921.276000', '132921.279000', '132921.282000', '132921.297000', '132921.307000', '132921.310000', '132921.312000', '132921.315000', '132921.318000', '132921.321000', '132921.324000', '132921.327000', '132921.330000', '132921.333000', '132921.336000', '132921.339000', '132941.186000', '132941.196000', '132941.199000', '132941.202000', '132941.205000', '132941.208000', '132941.211000', '132941.214000', '132941.217000', '132941.220000', '132941.223000', '132941.226000', '132941.229000', '132941.231000', '132941.234000', '132941.237000', '132941.240000', '132941.243000', '132941.246000', '132941.249000', '132941.252000', '132941.255000', '132941.264000', '132941.268000', '132941.270000', '132941.274000', '132941.277000', '132941.280000', '132941.283000', '132941.285000', '132941.288000', '132941.291000', '132941.294000', '132941.297000', '132941.300000', '132941.303000', '132941.306000', '132941.308000', '132941.311000', '132941.314000', '132941.317000', '132941.320000', '132941.323000', '133001.186000', '133001.212000', '133001.214000', '133001.224000', '133001.227000', '133001.229000', '133001.232000', '133001.235000', '133001.238000', '133001.241000', '133001.244000', '133001.255000', '133001.257000', '133001.260000', '133001.263000', '133001.266000', '133001.269000', '133001.272000', '133001.275000', '133001.278000', '133001.281000', '133001.284000', '133001.287000', '133001.290000', '133001.293000', '133001.296000', '133001.299000', '133001.302000', '133001.305000', '133001.308000', '133001.311000', '133001.314000', '133001.316000', '133001.319000', '133001.322000', '133001.325000', '133001.328000', '133001.331000', '133001.334000', '133001.337000', '133001.340000', '133001.342000', '133001.345000', '133001.348000', '133021.185000', '133021.223000', '133021.226000', '133021.229000', '133021.231000', '133021.235000', '133021.237000', '133021.240000', '133021.243000', '133021.246000', '133021.249000', '133021.252000', '133021.255000', '133021.258000', '133021.261000', '133021.264000', '133021.268000', '133021.273000', '133021.276000', '133021.279000', '133021.282000', '133021.285000', '133021.287000', '133021.290000', '133021.293000', '133021.296000', '133021.299000', '133021.302000', '133021.305000', '133021.308000', '133021.311000', '133021.314000', '133021.317000', '133021.320000', '133021.323000', '133021.326000', '133021.329000', '133021.331000', '133021.334000', '133021.337000', '133021.340000', '133021.343000', '133021.346000', '133041.185000', '133041.188000', '133041.191000', '133041.194000', '133041.242000', '133041.245000', '133041.252000', '133041.255000', '133041.258000', '133041.261000', '133041.264000', '133041.267000', '133041.270000', '133041.273000', '133041.276000', '133041.279000', '133041.282000', '133041.284000', '133041.288000', '133041.290000', '133041.293000', '133041.296000', '133041.299000', '133041.302000', '133041.305000', '133041.308000', '133041.311000', '133041.313000', '133041.317000', '133041.319000', '133041.322000', '133041.325000', '133041.328000', '133041.331000', '133041.334000', '133041.337000', '133041.340000', '133041.343000', '133041.346000', '133041.348000', '133041.351000', '133041.354000', '133041.373000', '133041.376000', '133101.185000', '133101.188000', '133101.191000', '133101.194000', '133101.197000', '133101.200000', '133101.203000', '133101.206000', '133101.208000', '133101.211000', '133101.214000', '133101.217000', '133101.220000', '133101.223000', '133101.226000', '133101.229000', '133101.232000', '133101.236000', '133101.239000', '133101.242000', '133101.245000', '133101.248000', '133101.251000', '133101.253000', '133101.257000', '133101.259000', '133101.262000', '133101.265000', '133101.268000', '133101.271000', '133101.274000', '133101.277000', '133101.280000', '133101.283000', '133101.286000', '133101.289000', '133101.294000', '133101.297000', '133101.300000', '133101.303000', '133101.306000', '133101.309000', '133101.312000', '133121.186000', '133121.203000', '133121.206000', '133121.209000', '133121.212000', '133121.224000', '133121.227000', '133121.229000', '133121.232000', '133121.235000', '133121.238000', '133121.241000', '133121.244000', '133121.247000', '133121.250000', '133121.253000', '133121.256000', '133121.259000', '133121.262000', '133121.265000', '133121.268000', '133121.271000', '133121.274000', '133121.276000', '133121.279000', '133121.282000', '133121.285000', '133121.288000', '133121.291000', '133121.294000', '133121.297000', '133121.300000', '133121.302000', '133121.305000', '133121.308000', '133121.311000', '133121.314000', '133121.317000', '133121.320000', '133121.323000', '133121.326000', '133121.329000', '133121.331000', '133121.334000', '133141.186000', '133141.216000', '133141.219000', '133141.222000', '133141.225000', '133141.228000', '133141.230000', '133141.233000', '133141.236000', '133141.239000', '133141.242000', '133141.245000', '133141.248000', '133141.251000', '133141.254000', '133141.257000', '133141.260000', '133141.263000', '133141.266000', '133141.269000', '133141.272000', '133141.275000', '133141.278000', '133141.281000', '133141.284000', '133141.286000', '133141.289000', '133141.292000', '133141.295000', '133141.298000', '133141.301000', '133141.304000', '133141.307000', '133141.310000', '133141.313000', '133141.316000', '133141.321000', '133141.324000', '133141.328000', '133141.330000', '133141.333000', '133141.336000', '133141.339000', '133201.186000', '133201.209000', '133201.212000', '133201.215000', '133201.218000', '133201.221000', '133201.223000', '133201.226000', '133201.229000', '133201.232000', '133201.235000', '133201.238000', '133201.241000', '133201.244000', '133201.247000', '133201.250000', '133201.253000', '133201.256000', '133201.259000', '133201.262000', '133201.265000', '133201.268000', '133201.270000', '133201.273000', '133201.276000', '133201.279000', '133201.282000', '133201.285000', '133201.288000', '133201.291000', '133201.294000', '133201.297000', '133201.300000', '133201.303000', '133201.305000', '133201.308000', '133201.311000', '133201.314000', '133201.317000', '133201.320000', '133201.323000', '133201.326000', '133201.329000', '133201.331000', '133221.186000', '133221.223000', '133221.226000', '133221.228000', '133221.231000', '133221.234000', '133221.237000', '133221.240000', '133221.243000', '133221.246000', '133221.249000', '133221.252000', '133221.255000', '133221.258000', '133221.261000', '133221.264000', '133221.266000', '133221.269000', '133221.274000', '133221.277000', '133221.280000', '133221.283000', '133221.286000', '133221.289000', '133221.292000', '133221.294000', '133221.297000', '133221.300000', '133221.303000', '133221.306000', '133221.309000', '133221.312000', '133221.315000', '133221.318000', '133221.321000', '133221.324000', '133221.327000', '133221.330000', '133221.333000', '133221.336000', '133221.339000', '133221.342000', '133221.346000', '133233.819000', '133233.823000', '133233.826000', '133233.837000', '133233.840000', '133233.843000', '133233.846000', '133233.849000', '133233.852000', '133233.855000', '133233.858000', '133233.861000', '133233.864000', '133233.867000', '133233.870000', '133233.873000', '133233.876000', '133233.879000', '133233.882000', '133233.885000', '133233.888000', '133233.891000', '133233.894000', '133233.897000', '133233.900000', '133233.903000', '133233.906000', '133233.909000'], 'InstanceCreationTime': ['132421.213000', '132421.217000', '132421.220000', '132421.223000', '132421.226000', '132421.229000', '132421.231000', '132421.234000', '132421.237000', '132421.243000', '132421.246000', '132421.249000', '132421.252000', '132421.255000', '132421.257000', '132421.260000', '132421.263000', '132421.266000', '132421.269000', '132421.272000', '132421.275000', '132421.278000', '132421.280000', '132421.283000', '132421.286000', '132421.289000', '132421.292000', '132441.186000', '132441.189000', '132441.192000', '132441.195000', '132441.198000', '132441.201000', '132441.204000', '132441.206000', '132441.209000', '132441.212000', '132441.215000', '132441.218000', '132441.221000', '132441.223000', '132441.227000', '132441.229000', '132441.232000', '132441.235000', '132441.238000', '132441.241000', '132441.244000', '132441.253000', '132441.256000', '132441.259000', '132441.262000', '132441.264000', '132441.267000', '132441.270000', '132441.280000', '132441.283000', '132441.287000', '132441.290000', '132441.293000', '132441.295000', '132441.298000', '132441.301000', '132441.304000', '132441.307000', '132441.310000', '132441.313000', '132441.315000', '132441.318000', '132441.321000', '132501.186000', '132501.232000', '132501.235000', '132501.238000', '132501.241000', '132501.244000', '132501.246000', '132501.259000', '132501.262000', '132501.265000', '132501.268000', '132501.271000', '132501.273000', '132501.276000', '132501.279000', '132501.282000', '132501.285000', '132501.288000', '132501.291000', '132501.294000', '132501.297000', '132501.300000', '132501.302000', '132501.314000', '132501.317000', '132501.320000', '132501.323000', '132501.326000', '132501.329000', '132501.332000', '132501.335000', '132501.338000', '132501.341000', '132501.343000', '132501.346000', '132501.349000', '132501.352000', '132501.355000', '132501.358000', '132501.361000', '132501.364000', '132501.366000', '132501.369000', '132501.372000', '132521.186000', '132521.189000', '132521.192000', '132521.195000', '132521.198000', '132521.200000', '132521.203000', '132521.206000', '132521.209000', '132521.212000', '132521.215000', '132521.218000', '132521.221000', '132521.224000', '132521.226000', '132521.229000', '132521.232000', '132521.235000', '132521.238000', '132521.241000', '132521.244000', '132521.247000', '132521.250000', '132521.253000', '132521.255000', '132521.258000', '132521.261000', '132521.264000', '132521.267000', '132521.270000', '132521.273000', '132521.276000', '132521.278000', '132521.281000', '132521.284000', '132521.287000', '132521.290000', '132521.293000', '132521.296000', '132521.299000', '132521.301000', '132521.304000', '132521.307000', '132541.185000', '132541.188000', '132541.191000', '132541.194000', '132541.197000', '132541.199000', '132541.202000', '132541.205000', '132541.208000', '132541.211000', '132541.214000', '132541.217000', '132541.220000', '132541.223000', '132541.226000', '132541.229000', '132541.231000', '132541.234000', '132541.237000', '132541.246000', '132541.248000', '132541.251000', '132541.254000', '132541.257000', '132541.260000', '132541.263000', '132541.266000', '132541.269000', '132541.272000', '132541.274000', '132541.277000', '132541.280000', '132541.283000', '132541.286000', '132541.289000', '132541.292000', '132541.295000', '132541.298000', '132541.300000', '132541.303000', '132541.306000', '132541.309000', '132541.312000', '132541.315000', '132601.185000', '132601.188000', '132601.191000', '132601.194000', '132601.197000', '132601.200000', '132601.202000', '132601.205000', '132601.208000', '132601.211000', '132601.217000', '132601.219000', '132601.222000', '132601.225000', '132601.228000', '132601.231000', '132601.234000', '132601.237000', '132601.240000', '132601.242000', '132601.245000', '132601.248000', '132601.251000', '132601.254000', '132601.257000', '132601.260000', '132601.263000', '132601.266000', '132601.269000', '132601.272000', '132601.274000', '132601.277000', '132601.280000', '132601.283000', '132601.286000', '132601.289000', '132601.292000', '132601.295000', '132601.297000', '132601.300000', '132601.303000', '132601.306000', '132601.309000', '132621.185000', '132621.198000', '132621.201000', '132621.204000', '132621.207000', '132621.210000', '132621.213000', '132621.216000', '132621.218000', '132621.222000', '132621.225000', '132621.227000', '132621.230000', '132621.233000', '132621.236000', '132621.239000', '132621.242000', '132621.245000', '132621.248000', '132621.251000', '132621.254000', '132621.257000', '132621.260000', '132621.263000', '132621.269000', '132621.272000', '132621.275000', '132621.278000', '132621.281000', '132621.284000', '132621.287000', '132621.290000', '132621.292000', '132621.295000', '132621.298000', '132621.301000', '132621.304000', '132621.307000', '132621.310000', '132621.313000', '132621.316000', '132621.318000', '132621.321000', '132641.186000', '132641.189000', '132641.192000', '132641.194000', '132641.197000', '132641.200000', '132641.203000', '132641.206000', '132641.209000', '132641.212000', '132641.215000', '132641.218000', '132641.221000', '132641.224000', '132641.227000', '132641.230000', '132641.233000', '132641.236000', '132641.238000', '132641.241000', '132641.244000', '132641.247000', '132641.250000', '132641.253000', '132641.263000', '132641.271000', '132641.274000', '132641.277000', '132641.280000', '132641.283000', '132641.285000', '132641.288000', '132641.291000', '132641.294000', '132641.297000', '132641.300000', '132641.303000', '132641.306000', '132641.309000', '132641.312000', '132641.315000', '132641.318000', '132641.320000', '132641.323000', '132701.187000', '132701.191000', '132701.194000', '132701.197000', '132701.200000', '132701.203000', '132701.206000', '132701.209000', '132701.212000', '132701.215000', '132701.218000', '132701.221000', '132701.224000', '132701.227000', '132701.229000', '132701.232000', '132701.235000', '132701.238000', '132701.241000', '132701.244000', '132701.247000', '132701.250000', '132701.253000', '132701.256000', '132701.259000', '132701.261000', '132701.264000', '132701.267000', '132701.270000', '132701.273000', '132701.276000', '132701.279000', '132701.282000', '132701.285000', '132701.287000', '132701.290000', '132701.293000', '132701.296000', '132701.299000', '132701.302000', '132701.305000', '132701.308000', '132701.315000', '132721.186000', '132721.189000', '132721.192000', '132721.199000', '132721.202000', '132721.205000', '132721.207000', '132721.211000', '132721.214000', '132721.223000', '132721.226000', '132721.229000', '132721.232000', '132721.235000', '132721.238000', '132721.241000', '132721.244000', '132721.247000', '132721.250000', '132721.253000', '132721.255000', '132721.258000', '132721.261000', '132721.264000', '132721.267000', '132721.270000', '132721.273000', '132721.276000', '132721.279000', '132721.281000', '132721.284000', '132721.287000', '132721.290000', '132721.293000', '132721.296000', '132721.299000', '132721.302000', '132721.304000', '132721.307000', '132721.310000', '132721.313000', '132721.316000', '132721.319000', '132721.322000', '132741.186000', '132741.206000', '132741.209000', '132741.214000', '132741.219000', '132741.222000', '132741.225000', '132741.228000', '132741.231000', '132741.234000', '132741.237000', '132741.240000', '132741.243000', '132741.245000', '132741.248000', '132741.251000', '132741.254000', '132741.257000', '132741.260000', '132741.263000', '132741.266000', '132741.269000', '132741.272000', '132741.275000', '132741.278000', '132741.281000', '132741.283000', '132741.286000', '132741.289000', '132741.292000', '132741.295000', '132741.298000', '132741.301000', '132741.304000', '132741.307000', '132741.310000', '132741.313000', '132741.316000', '132741.318000', '132741.322000', '132741.325000', '132741.328000', '132741.331000', '132801.185000', '132801.188000', '132801.191000', '132801.194000', '132801.197000', '132801.199000', '132801.214000', '132801.217000', '132801.220000', '132801.223000', '132801.226000', '132801.229000', '132801.232000', '132801.235000', '132801.238000', '132801.241000', '132801.243000', '132801.246000', '132801.249000', '132801.252000', '132801.255000', '132801.258000', '132801.261000', '132801.264000', '132801.267000', '132801.270000', '132801.273000', '132801.276000', '132801.279000', '132801.281000', '132801.284000', '132801.287000', '132801.290000', '132801.293000', '132801.296000', '132801.299000', '132801.302000', '132801.305000', '132801.308000', '132801.311000', '132801.314000', '132801.316000', '132801.319000', '132801.322000', '132821.185000', '132821.204000', '132821.206000', '132821.209000', '132821.213000', '132821.216000', '132821.219000', '132821.221000', '132821.226000', '132821.231000', '132821.246000', '132821.249000', '132821.252000', '132821.255000', '132821.258000', '132821.261000', '132821.263000', '132821.266000', '132821.269000', '132821.272000', '132821.275000', '132821.278000', '132821.281000', '132821.284000', '132821.287000', '132821.290000', '132821.293000', '132821.296000', '132821.298000', '132821.301000', '132821.304000', '132821.307000', '132821.310000', '132821.313000', '132821.316000', '132821.319000', '132821.322000', '132821.325000', '132821.328000', '132821.331000', '132821.334000', '132821.336000', '132821.339000', '132841.185000', '132841.196000', '132841.199000', '132841.202000', '132841.205000', '132841.208000', '132841.211000', '132841.214000', '132841.217000', '132841.220000', '132841.222000', '132841.225000', '132841.228000', '132841.231000', '132841.234000', '132841.237000', '132841.240000', '132841.243000', '132841.246000', '132841.249000', '132841.252000', '132841.255000', '132841.258000', '132841.260000', '132841.263000', '132841.266000', '132841.269000', '132841.272000', '132841.275000', '132841.278000', '132841.281000', '132841.284000', '132841.286000', '132841.290000', '132841.292000', '132841.295000', '132841.298000', '132841.301000', '132841.304000', '132841.307000', '132841.310000', '132841.313000', '132841.315000', '132841.318000', '132901.186000', '132901.189000', '132901.192000', '132901.195000', '132901.198000', '132901.201000', '132901.204000', '132901.207000', '132901.210000', '132901.213000', '132901.215000', '132901.218000', '132901.221000', '132901.224000', '132901.227000', '132901.230000', '132901.233000', '132901.236000', '132901.240000', '132901.243000', '132901.246000', '132901.249000', '132901.251000', '132901.254000', '132901.257000', '132901.260000', '132901.263000', '132901.266000', '132901.269000', '132901.272000', '132901.275000', '132901.278000', '132901.280000', '132901.284000', '132901.286000', '132901.289000', '132901.292000', '132901.295000', '132901.298000', '132901.301000', '132901.304000', '132901.307000', '132901.310000', '132921.186000', '132921.189000', '132921.192000', '132921.195000', '132921.198000', '132921.201000', '132921.204000', '132921.206000', '132921.210000', '132921.213000', '132921.215000', '132921.218000', '132921.221000', '132921.224000', '132921.227000', '132921.230000', '132921.233000', '132921.236000', '132921.239000', '132921.242000', '132921.245000', '132921.248000', '132921.251000', '132921.254000', '132921.257000', '132921.267000', '132921.270000', '132921.273000', '132921.276000', '132921.279000', '132921.282000', '132921.297000', '132921.307000', '132921.310000', '132921.312000', '132921.315000', '132921.318000', '132921.321000', '132921.324000', '132921.327000', '132921.330000', '132921.333000', '132921.336000', '132921.339000', '132941.186000', '132941.196000', '132941.199000', '132941.202000', '132941.205000', '132941.208000', '132941.211000', '132941.214000', '132941.217000', '132941.220000', '132941.223000', '132941.226000', '132941.229000', '132941.231000', '132941.234000', '132941.237000', '132941.240000', '132941.243000', '132941.246000', '132941.249000', '132941.252000', '132941.255000', '132941.264000', '132941.268000', '132941.270000', '132941.274000', '132941.277000', '132941.280000', '132941.283000', '132941.285000', '132941.288000', '132941.291000', '132941.294000', '132941.297000', '132941.300000', '132941.303000', '132941.306000', '132941.308000', '132941.311000', '132941.314000', '132941.317000', '132941.320000', '132941.323000', '133001.186000', '133001.212000', '133001.214000', '133001.224000', '133001.227000', '133001.229000', '133001.232000', '133001.235000', '133001.238000', '133001.241000', '133001.244000', '133001.255000', '133001.257000', '133001.260000', '133001.263000', '133001.266000', '133001.269000', '133001.272000', '133001.275000', '133001.278000', '133001.281000', '133001.284000', '133001.287000', '133001.290000', '133001.293000', '133001.296000', '133001.299000', '133001.302000', '133001.305000', '133001.308000', '133001.311000', '133001.314000', '133001.316000', '133001.319000', '133001.322000', '133001.325000', '133001.328000', '133001.331000', '133001.334000', '133001.337000', '133001.340000', '133001.342000', '133001.345000', '133001.348000', '133021.185000', '133021.223000', '133021.226000', '133021.229000', '133021.231000', '133021.235000', '133021.237000', '133021.240000', '133021.243000', '133021.246000', '133021.249000', '133021.252000', '133021.255000', '133021.258000', '133021.261000', '133021.264000', '133021.268000', '133021.273000', '133021.276000', '133021.279000', '133021.282000', '133021.285000', '133021.287000', '133021.290000', '133021.293000', '133021.296000', '133021.299000', '133021.302000', '133021.305000', '133021.308000', '133021.311000', '133021.314000', '133021.317000', '133021.320000', '133021.323000', '133021.326000', '133021.329000', '133021.331000', '133021.334000', '133021.337000', '133021.340000', '133021.343000', '133021.346000', '133041.185000', '133041.188000', '133041.191000', '133041.194000', '133041.242000', '133041.245000', '133041.252000', '133041.255000', '133041.258000', '133041.261000', '133041.264000', '133041.267000', '133041.270000', '133041.273000', '133041.276000', '133041.279000', '133041.282000', '133041.284000', '133041.288000', '133041.290000', '133041.293000', '133041.296000', '133041.299000', '133041.302000', '133041.305000', '133041.308000', '133041.311000', '133041.313000', '133041.317000', '133041.319000', '133041.322000', '133041.325000', '133041.328000', '133041.331000', '133041.334000', '133041.337000', '133041.340000', '133041.343000', '133041.346000', '133041.348000', '133041.351000', '133041.354000', '133041.373000', '133041.376000', '133101.185000', '133101.188000', '133101.191000', '133101.194000', '133101.197000', '133101.200000', '133101.203000', '133101.206000', '133101.208000', '133101.211000', '133101.214000', '133101.217000', '133101.220000', '133101.223000', '133101.226000', '133101.229000', '133101.232000', '133101.236000', '133101.239000', '133101.242000', '133101.245000', '133101.248000', '133101.251000', '133101.253000', '133101.257000', '133101.259000', '133101.262000', '133101.265000', '133101.268000', '133101.271000', '133101.274000', '133101.277000', '133101.280000', '133101.283000', '133101.286000', '133101.289000', '133101.294000', '133101.297000', '133101.300000', '133101.303000', '133101.306000', '133101.309000', '133101.312000', '133121.186000', '133121.203000', '133121.206000', '133121.209000', '133121.212000', '133121.224000', '133121.227000', '133121.229000', '133121.232000', '133121.235000', '133121.238000', '133121.241000', '133121.244000', '133121.247000', '133121.250000', '133121.253000', '133121.256000', '133121.259000', '133121.262000', '133121.265000', '133121.268000', '133121.271000', '133121.274000', '133121.276000', '133121.279000', '133121.282000', '133121.285000', '133121.288000', '133121.291000', '133121.294000', '133121.297000', '133121.300000', '133121.302000', '133121.305000', '133121.308000', '133121.311000', '133121.314000', '133121.317000', '133121.320000', '133121.323000', '133121.326000', '133121.329000', '133121.331000', '133121.334000', '133141.186000', '133141.216000', '133141.219000', '133141.222000', '133141.225000', '133141.228000', '133141.230000', '133141.233000', '133141.236000', '133141.239000', '133141.242000', '133141.245000', '133141.248000', '133141.251000', '133141.254000', '133141.257000', '133141.260000', '133141.263000', '133141.266000', '133141.269000', '133141.272000', '133141.275000', '133141.278000', '133141.281000', '133141.284000', '133141.286000', '133141.289000', '133141.292000', '133141.295000', '133141.298000', '133141.301000', '133141.304000', '133141.307000', '133141.310000', '133141.313000', '133141.316000', '133141.321000', '133141.324000', '133141.328000', '133141.330000', '133141.333000', '133141.336000', '133141.339000', '133201.186000', '133201.209000', '133201.212000', '133201.215000', '133201.218000', '133201.221000', '133201.223000', '133201.226000', '133201.229000', '133201.232000', '133201.235000', '133201.238000', '133201.241000', '133201.244000', '133201.247000', '133201.250000', '133201.253000', '133201.256000', '133201.259000', '133201.262000', '133201.265000', '133201.268000', '133201.270000', '133201.273000', '133201.276000', '133201.279000', '133201.282000', '133201.285000', '133201.288000', '133201.291000', '133201.294000', '133201.297000', '133201.300000', '133201.303000', '133201.305000', '133201.308000', '133201.311000', '133201.314000', '133201.317000', '133201.320000', '133201.323000', '133201.326000', '133201.329000', '133201.331000', '133221.186000', '133221.223000', '133221.226000', '133221.228000', '133221.231000', '133221.234000', '133221.237000', '133221.240000', '133221.243000', '133221.246000', '133221.249000', '133221.252000', '133221.255000', '133221.258000', '133221.261000', '133221.264000', '133221.266000', '133221.269000', '133221.274000', '133221.277000', '133221.280000', '133221.283000', '133221.286000', '133221.289000', '133221.292000', '133221.294000', '133221.297000', '133221.300000', '133221.303000', '133221.306000', '133221.309000', '133221.312000', '133221.315000', '133221.318000', '133221.321000', '133221.324000', '133221.327000', '133221.330000', '133221.333000', '133221.336000', '133221.339000', '133221.342000', '133221.346000', '133233.819000', '133233.823000', '133233.826000', '133233.837000', '133233.840000', '133233.843000', '133233.846000', '133233.849000', '133233.852000', '133233.855000', '133233.858000', '133233.861000', '133233.864000', '133233.867000', '133233.870000', '133233.873000', '133233.876000', '133233.879000', '133233.882000', '133233.885000', '133233.888000', '133233.891000', '133233.894000', '133233.897000', '133233.900000', '133233.903000', '133233.906000', '133233.909000'], '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': [7053, 6745, 8848, 7516, 9732, 7738, 7866, 6344, 7399, 6015, 7678, 6422, 7840, 6985, 8703, 6536, 5884, 6540, 6111, 7487, 6888, 6547, 6069, 7063, 6070, 7636, 6184, 7904, 6274, 8142, 7458, 9411, 7378, 9282, 6721, 7798, 6429, 7470, 6715, 7451, 6936, 6774, 6411, 7062, 6337, 7232, 6572, 7936, 6838, 6645, 6300, 6227, 6273, 6879, 6366, 7655, 6530, 7490, 7176, 6176, 6659, 5935, 7440, 6734, 8109, 6714, 7996, 7633, 7756, 7261, 6888, 6344, 7108, 6167, 7002, 6845, 7504, 5995, 7263, 6189, 7916, 6433, 7093, 7257, 6024, 6396, 6091, 7192, 6562, 6625, 6215, 6394, 5960, 7076, 6311, 7507, 6428, 6054, 7919, 8592, 7607, 7114, 8070, 6063, 8430, 6266, 9265, 7502, 10966, 8035, 10383, 6497, 9148, 6348, 8240, 6346, 7238, 7109, 7019, 6987, 6211, 7497, 6155, 7795, 6175, 7948, 6369, 8448, 6203, 7812, 6289, 8161, 6055, 8150, 6557, 8211, 6706, 8537, 6273, 6030, 6214, 6163, 6268, 6162, 6815, 6545, 8009, 6745, 6863, 6135, 7140, 6176, 7656, 6357, 8004, 6910, 8440, 6942, 6221, 6337, 6484, 7032, 6928, 8085, 7319, 6937, 6178, 6599, 6265, 6459, 6343, 5981, 6381, 6212, 6613, 5922, 7497, 6468, 8109, 7582, 10617, 8411, 10868, 9713, 9146, 6930, 7303, 6366, 7270, 6672, 6210, 6794, 6690, 6698, 6494, 6703, 6779, 6667, 6360, 7150, 6331, 7244, 6169, 7569, 6352, 7998, 6313, 7778, 6638, 8267, 6630, 5948, 6188, 5957, 6425, 6175, 8012, 7802, 7037, 6277, 7499, 6078, 7907, 6382, 8210, 7999, 9440, 6972, 7192, 6687, 6253, 6395, 6088, 6395, 6198, 7223, 6630, 6728, 6319, 7026, 6416, 7833, 6895, 8671, 7401, 8198, 6502, 8123, 6553, 8217, 6856, 8274, 6987, 8626, 6294, 6851, 6301, 7010, 7361, 7075, 7462, 6152, 6680, 6155, 6515, 6306, 7978, 7270, 6916, 6134, 7101, 6301, 6928, 6609, 7993, 6933, 7474, 6413, 7602, 6487, 7785, 6434, 8593, 6762, 6777, 6178, 6428, 6174, 6079, 6137, 6223, 6429, 6288, 6833, 6291, 7850, 6709, 8253, 6877, 9353, 8345, 8533, 7000, 6214, 6579, 6017, 6947, 6335, 7943, 7278, 7557, 6418, 8084, 6658, 7319, 6915, 8095, 7162, 7107, 6136, 6229, 6118, 6060, 6954, 7523, 6854, 6642, 7758, 6304, 8047, 6343, 7476, 6380, 7193, 6369, 7483, 6358, 7268, 6115, 6918, 6223, 6943, 6624, 7369, 6296, 6966, 6265, 7083, 6759, 8951, 7848, 7951, 7760, 7735, 6567, 6999, 6743, 7803, 6830, 9736, 7846, 9887, 7812, 6071, 6605, 6119, 6594, 6229, 6515, 6189, 6565, 6299, 6449, 6355, 6633, 6232, 6810, 6233, 6827, 6251, 6601, 6235, 6721, 6343, 6866, 6166, 6340, 6539, 6730, 6382, 7236, 6943, 8077, 6592, 8087, 6123, 8927, 6288, 7364, 6132, 7269, 7096, 7235, 6201, 6690, 6114, 6632, 7240, 7244, 6965, 6790, 6139, 6343, 6207, 6397, 7250, 6559, 7509, 6477, 5861, 6399, 6383, 6643, 6368, 6475, 6201, 6813, 5985, 6742, 5957, 7255, 6578, 7731, 6812, 9049, 6612, 6864, 6017, 6781, 5871, 7080, 6673, 7530, 5986, 6758, 6119, 6559, 5955, 6474, 6723, 6954, 6158, 6671, 6257, 7000, 5849, 7412, 6370, 8256, 7461, 9258, 6799, 7857, 6528, 7609, 6663, 7408, 7405, 6525, 6795, 6089, 7061, 6234, 7178, 6888, 7664, 6583, 6038, 6271, 6259, 6738, 6355, 7449, 6455, 7184, 6531, 7219, 6526, 7067, 6269, 8967, 6747, 7631, 6472, 7880, 6838, 8149, 6932, 6973, 6441, 6276, 6503, 6185, 6719, 6134, 7219, 6528, 7663, 6076, 8122, 6647, 8548, 7287, 8464, 7498, 7838, 6582, 6848, 6948, 6878, 7266, 6105, 6602, 6438, 7104, 6135, 7488, 6712, 8078, 6969, 6919, 6699, 6021, 6912, 6587, 7585, 9015, 7843, 7677, 7757, 6625, 7919, 6287, 7956, 6339, 7958, 6298, 8078, 6640, 8123, 6393, 8195, 6288, 7633, 6616, 6946, 6940, 6059, 6114, 6735, 6047, 7697, 6261, 8206, 6484, 8312, 6804, 6203, 6705, 6069, 7959, 6333, 8682, 7083, 7640, 9030, 8260, 7941, 7188, 7205, 8209, 7282, 10434, 8596, 10792, 6862, 8870, 6372, 8767, 6381, 8325, 6540, 8302, 6193, 6714, 5896, 6332, 6023, 6535, 6625, 5981, 6368, 5966, 6132, 6053, 6267, 7689, 6588, 7657, 6881, 5939, 6349, 5991, 6678, 6047, 6264, 6130, 6263, 6103, 8344, 6226, 7346, 6163, 6123, 6349, 6516, 6581, 7252, 7063, 8836, 7383, 6595, 7320, 6035, 7583, 7504, 7204, 9689, 7646, 6015, 7305, 5952, 7137, 6133, 10511, 6238, 7344, 6246, 7376, 6352, 7933, 6268, 8764, 6012, 7925, 6550, 8186, 5988, 8265, 6180, 8209, 6202, 9380, 6231, 6556, 6095, 6484, 6106, 6424, 6183, 5966, 7465, 6124, 7231, 6151, 7772, 6105, 7932, 6812, 8895, 7603, 8185, 7479, 7004, 7517, 7740, 7840, 8468, 8367, 6197, 6984, 6260, 6634, 6369, 9515, 6527, 6936, 6296, 7298, 6194, 8858, 6643, 9400, 6267, 9640, 6082, 6891, 5862, 7160, 6162, 7206, 6515, 6069, 8242, 6223, 8522, 5935, 8043, 6320, 9360, 6019, 8173, 6201, 8362, 6139, 8830, 6088, 8033, 6250, 6978, 6338, 6734, 6085, 7381, 6066, 7294, 6219, 7655, 5901, 6267, 5923, 5997, 6539, 6110, 6804, 6836, 12259, 6192, 9077, 6065, 7148, 6170, 7270, 6664, 7345, 6122, 7983, 6268, 7031, 6048, 6746, 6377, 7676, 6405, 7694, 6231, 7009, 6457, 7311, 6260, 9357, 6147, 6970, 6375, 5957, 6855, 6252, 11380, 6211, 9179, 6500, 8340, 6023, 8375, 6249, 8086, 6289, 7988, 6162, 8493, 6223, 6737, 6174, 7246, 5950, 7064, 6085, 8027, 6012, 7034, 6095, 6356, 6788, 6022, 6438, 6156, 6597, 6249, 7153, 6123, 6911, 6264, 6718, 6517, 9458, 6409, 7858, 6278, 8817, 6378, 6704, 6301, 6551, 6120, 6433, 8722, 6558, 7123, 6181, 7166, 6022, 5858, 5880, 5835, 6083, 5742, 6879, 5873, 7944, 6466, 5622, 7448, 6220, 8661, 6939, 9597, 6439, 9329, 7249, 10175, 6942, 10656, 8996, 10291, 9037, 5926, 6892, 5997, 7024, 7207, 7767, 9526, 8176, 5902, 7746, 5893, 7710, 6204, 7124, 6070, 5937, 6454, 6153, 5841, 8381, 6953, 5961, 6093, 5917, 7375, 6550, 6743, 9235, 7115, 9801, 6217, 8210, 6506, 5840, 6578, 5816, 7461, 6394, 8014, 5972, 6149, 6224, 6043, 7881, 5874, 6823, 6074, 7385, 5991, 5882, 6240, 5934, 6348, 6447, 8035, 6331, 7039, 6429, 7198, 6064, 7720, 6277, 7585, 6014, 7442, 6551, 6119, 6221, 6312, 6241, 6486, 6454, 6602, 7003, 6732, 6631, 5861, 7257, 6526, 7921, 6540, 7226, 6371, 7019, 6161, 7185, 6199, 6938, 6230, 7429, 6499, 6274, 6689, 6360, 7468, 6286, 7813, 6749, 9708, 6411, 8022, 6441, 7691, 6525, 7714, 6492, 8151, 6386, 7897, 6284, 7196, 6486, 7384, 6384, 7336, 6336, 7228, 6487, 7179, 6818, 7135, 6875, 7329, 6431, 8049, 6290, 8215, 6337, 8342, 6232, 8216, 6491, 8858, 6283, 7709, 6393, 7649, 6249, 7356, 6043, 7246, 5941, 8244, 6162, 6516, 6024, 6505, 6525, 6286, 9219, 6298, 7727, 6471, 7981, 6464, 7669, 6193, 8260, 6954, 6645, 7094, 6728, 7496, 6220, 8230, 6623, 8945, 6956, 6724, 6931, 6280, 7013, 6088, 8651, 7012, 7517, 6250, 8157, 6389, 7684, 6400, 8404, 6844, 9535, 6445, 7908, 6125, 7246, 6178, 7446, 6053, 7354, 5976, 6436, 6119, 6531, 6558, 7685, 6999, 7402, 7436, 6266, 6340, 6431, 6089, 6058, 6357, 6352, 6296, 6142, 7434, 6182, 9008, 5807, 9659, 5928, 9735, 5987, 7951, 6208, 8198, 5979, 8361, 6087, 7500, 6504, 5932, 7013, 6168, 7968, 7327, 7585, 6750, 6368, 6764, 6483, 9696, 6382, 9105, 6282, 9118, 5975, 8739], 'WindowCenter': [3848.0, 3819.0, 3845.0, 3798.0, 3826.0, 3791.0, 3787.0, 3746.0, 3764.0, 3733.0, 3763.0, 3743.0, 3774.0, 3754.0, 3774.0, 3743.0, 3720.0, 3742.0, 3731.0, 3763.0, 3753.0, 3743.0, 3734.0, 3765.0, 3746.0, 3764.0, 3734.0, 3774.0, 3745.0, 3775.0, 3765.0, 3783.0, 3753.0, 3782.0, 3742.0, 3760.0, 3730.0, 3751.0, 3741.0, 3750.0, 3752.0, 3742.0, 3741.0, 3751.0, 3742.0, 3764.0, 3755.0, 3775.0, 3754.0, 3754.0, 3743.0, 3732.0, 3744.0, 3753.0, 3744.0, 3764.0, 3744.0, 3764.0, 3754.0, 3732.0, 3753.0, 3732.0, 3763.0, 3741.0, 3773.0, 3743.0, 3774.0, 3764.0, 3763.0, 3763.0, 3752.0, 3742.0, 3751.0, 3730.0, 3752.0, 3753.0, 3764.0, 3745.0, 3764.0, 3745.0, 3773.0, 3755.0, 3766.0, 3776.0, 3745.0, 3757.0, 3757.0, 3778.0, 3769.0, 3780.0, 3759.0, 3758.0, 3757.0, 3768.0, 3758.0, 3778.0, 3757.0, 3747.0, 3788.0, 3798.0, 3780.0, 3768.0, 3777.0, 3746.0, 3775.0, 3743.0, 3783.0, 3753.0, 3794.0, 3762.0, 3792.0, 3729.0, 3780.0, 3729.0, 3759.0, 3729.0, 3751.0, 3750.0, 3750.0, 3750.0, 3729.0, 3749.0, 3730.0, 3761.0, 3729.0, 3761.0, 3741.0, 3770.0, 3731.0, 3749.0, 3728.0, 3758.0, 3729.0, 3758.0, 3728.0, 3770.0, 3752.0, 3771.0, 3741.0, 3730.0, 3729.0, 3729.0, 3742.0, 3731.0, 3754.0, 3743.0, 3774.0, 3753.0, 3753.0, 3732.0, 3751.0, 3731.0, 3760.0, 3741.0, 3772.0, 3753.0, 3772.0, 3753.0, 3743.0, 3742.0, 3743.0, 3753.0, 3763.0, 3775.0, 3764.0, 3753.0, 3744.0, 3753.0, 3755.0, 3754.0, 3744.0, 3745.0, 3755.0, 3745.0, 3767.0, 3759.0, 3778.0, 3758.0, 3788.0, 3778.0, 3806.0, 3787.0, 3807.0, 3797.0, 3785.0, 3752.0, 3750.0, 3741.0, 3751.0, 3740.0, 3730.0, 3740.0, 3741.0, 3740.0, 3730.0, 3740.0, 3752.0, 3752.0, 3740.0, 3752.0, 3742.0, 3763.0, 3731.0, 3760.0, 3742.0, 3772.0, 3754.0, 3774.0, 3755.0, 3772.0, 3754.0, 3743.0, 3743.0, 3731.0, 3743.0, 3744.0, 3775.0, 3775.0, 3766.0, 3744.0, 3764.0, 3732.0, 3773.0, 3755.0, 3773.0, 3774.0, 3795.0, 3766.0, 3765.0, 3754.0, 3743.0, 3743.0, 3730.0, 3742.0, 3732.0, 3763.0, 3752.0, 3754.0, 3742.0, 3767.0, 3757.0, 3776.0, 3766.0, 3785.0, 3766.0, 3787.0, 3755.0, 3775.0, 3744.0, 3774.0, 3755.0, 3772.0, 3765.0, 3784.0, 3743.0, 3752.0, 3755.0, 3765.0, 3776.0, 3765.0, 3777.0, 3757.0, 3766.0, 3745.0, 3757.0, 3745.0, 3776.0, 3765.0, 3753.0, 3731.0, 3754.0, 3742.0, 3753.0, 3742.0, 3774.0, 3752.0, 3751.0, 3730.0, 3764.0, 3742.0, 3761.0, 3741.0, 3772.0, 3742.0, 3740.0, 3730.0, 3728.0, 3730.0, 3730.0, 3744.0, 3744.0, 3744.0, 3743.0, 3755.0, 3755.0, 3774.0, 3753.0, 3773.0, 3753.0, 3784.0, 3773.0, 3784.0, 3752.0, 3730.0, 3740.0, 3729.0, 3751.0, 3729.0, 3761.0, 3752.0, 3762.0, 3730.0, 3771.0, 3742.0, 3764.0, 3766.0, 3773.0, 3750.0, 3751.0, 3731.0, 3730.0, 3730.0, 3732.0, 3752.0, 3775.0, 3755.0, 3754.0, 3776.0, 3745.0, 3762.0, 3730.0, 3763.0, 3744.0, 3752.0, 3740.0, 3750.0, 3740.0, 3750.0, 3730.0, 3749.0, 3731.0, 3752.0, 3753.0, 3762.0, 3754.0, 3765.0, 3756.0, 3764.0, 3766.0, 3796.0, 3787.0, 3776.0, 3778.0, 3776.0, 3755.0, 3753.0, 3754.0, 3763.0, 3754.0, 3795.0, 3774.0, 3794.0, 3763.0, 3744.0, 3754.0, 3744.0, 3753.0, 3743.0, 3743.0, 3732.0, 3742.0, 3741.0, 3742.0, 3742.0, 3753.0, 3731.0, 3768.0, 3744.0, 3766.0, 3743.0, 3754.0, 3733.0, 3766.0, 3756.0, 3755.0, 3743.0, 3744.0, 3744.0, 3755.0, 3770.0, 3779.0, 3779.0, 3788.0, 3758.0, 3779.0, 3748.0, 3814.0, 3746.0, 3768.0, 3745.0, 3778.0, 3767.0, 3765.0, 3733.0, 3755.0, 3743.0, 3756.0, 3777.0, 3765.0, 3754.0, 3754.0, 3732.0, 3743.0, 3732.0, 3744.0, 3765.0, 3743.0, 3762.0, 3745.0, 3735.0, 3770.0, 3759.0, 3767.0, 3745.0, 3745.0, 3743.0, 3758.0, 3762.0, 3768.0, 3746.0, 3763.0, 3753.0, 3762.0, 3742.0, 3784.0, 3741.0, 3752.0, 3731.0, 3754.0, 3733.0, 3754.0, 3741.0, 3763.0, 3731.0, 3752.0, 3730.0, 3741.0, 3729.0, 3741.0, 3741.0, 3752.0, 3729.0, 3742.0, 3742.0, 3751.0, 3721.0, 3762.0, 3744.0, 3774.0, 3765.0, 3795.0, 3754.0, 3773.0, 3742.0, 3762.0, 3742.0, 3752.0, 3763.0, 3741.0, 3752.0, 3730.0, 3752.0, 3745.0, 3753.0, 3765.0, 3775.0, 3755.0, 3746.0, 3757.0, 3755.0, 3769.0, 3756.0, 3765.0, 3743.0, 3753.0, 3743.0, 3763.0, 3744.0, 3752.0, 3745.0, 3798.0, 3770.0, 3790.0, 3760.0, 3788.0, 3769.0, 3787.0, 3766.0, 3766.0, 3756.0, 3742.0, 3743.0, 3743.0, 3755.0, 3734.0, 3766.0, 3744.0, 3774.0, 3745.0, 3774.0, 3756.0, 3799.0, 3778.0, 3786.0, 3766.0, 3775.0, 3754.0, 3753.0, 3753.0, 3752.0, 3763.0, 3731.0, 3754.0, 3757.0, 3766.0, 3745.0, 3777.0, 3768.0, 3787.0, 3779.0, 3779.0, 3770.0, 3747.0, 3766.0, 3756.0, 3777.0, 3787.0, 3774.0, 3763.0, 3763.0, 3742.0, 3762.0, 3731.0, 3774.0, 3743.0, 3774.0, 3745.0, 3772.0, 3753.0, 3773.0, 3743.0, 3772.0, 3755.0, 3775.0, 3755.0, 3765.0, 3768.0, 3758.0, 3760.0, 3767.0, 3748.0, 3790.0, 3771.0, 3802.0, 3759.0, 3800.0, 3767.0, 3746.0, 3767.0, 3759.0, 3789.0, 3770.0, 3802.0, 3782.0, 3791.0, 3814.0, 3802.0, 3792.0, 3769.0, 3782.0, 3792.0, 3778.0, 3809.0, 3787.0, 3796.0, 3743.0, 3786.0, 3742.0, 3772.0, 3743.0, 3772.0, 3741.0, 3787.0, 3746.0, 3753.0, 3736.0, 3745.0, 3746.0, 3744.0, 3756.0, 3733.0, 3744.0, 3732.0, 3734.0, 3733.0, 3756.0, 3778.0, 3769.0, 3777.0, 3767.0, 3746.0, 3745.0, 3734.0, 3757.0, 3746.0, 3757.0, 3745.0, 3759.0, 3761.0, 3802.0, 3760.0, 3779.0, 3760.0, 3760.0, 3771.0, 3759.0, 3772.0, 3781.0, 3771.0, 3802.0, 3780.0, 3758.0, 3767.0, 3735.0, 3766.0, 3767.0, 3767.0, 3799.0, 3780.0, 3735.0, 3766.0, 3734.0, 3755.0, 3734.0, 3807.0, 3735.0, 3765.0, 3743.0, 3765.0, 3746.0, 3775.0, 3756.0, 3786.0, 3747.0, 3777.0, 3757.0, 3788.0, 3747.0, 3776.0, 3734.0, 3773.0, 3733.0, 3783.0, 3732.0, 3743.0, 3732.0, 3743.0, 3731.0, 3742.0, 3733.0, 3732.0, 3766.0, 3745.0, 3766.0, 3747.0, 3776.0, 3747.0, 3775.0, 3756.0, 3786.0, 3766.0, 3775.0, 3752.0, 3753.0, 3765.0, 3762.0, 3763.0, 3773.0, 3762.0, 3718.0, 3740.0, 3729.0, 3741.0, 3743.0, 3793.0, 3742.0, 3753.0, 3744.0, 3763.0, 3732.0, 3785.0, 3755.0, 3796.0, 3745.0, 3797.0, 3746.0, 3755.0, 3734.0, 3766.0, 3743.0, 3765.0, 3754.0, 3745.0, 3787.0, 3745.0, 3786.0, 3735.0, 3775.0, 3745.0, 3797.0, 3734.0, 3774.0, 3734.0, 3775.0, 3735.0, 3784.0, 3734.0, 3773.0, 3745.0, 3754.0, 3744.0, 3743.0, 3743.0, 3776.0, 3760.0, 3778.0, 3748.0, 3776.0, 3748.0, 3760.0, 3759.0, 3758.0, 3761.0, 3760.0, 3773.0, 3771.0, 3847.0, 3749.0, 3800.0, 3746.0, 3767.0, 3747.0, 3768.0, 3755.0, 3766.0, 3735.0, 3777.0, 3744.0, 3754.0, 3733.0, 3755.0, 3743.0, 3765.0, 3743.0, 3775.0, 3744.0, 3754.0, 3744.0, 3765.0, 3746.0, 3797.0, 3747.0, 3766.0, 3756.0, 3745.0, 3757.0, 3745.0, 3817.0, 3732.0, 3798.0, 3745.0, 3774.0, 3732.0, 3773.0, 3730.0, 3762.0, 3744.0, 3762.0, 3731.0, 3785.0, 3734.0, 3743.0, 3734.0, 3763.0, 3734.0, 3767.0, 3745.0, 3777.0, 3761.0, 3767.0, 3747.0, 3745.0, 3757.0, 3734.0, 3757.0, 3747.0, 3769.0, 3756.0, 3767.0, 3747.0, 3769.0, 3757.0, 3767.0, 3756.0, 3810.0, 3761.0, 3793.0, 3760.0, 3801.0, 3758.0, 3758.0, 3748.0, 3757.0, 3747.0, 3758.0, 3802.0, 3774.0, 3766.0, 3746.0, 3765.0, 3746.0, 3734.0, 3736.0, 3747.0, 3746.0, 3749.0, 3769.0, 3763.0, 3804.0, 3772.0, 3749.0, 3781.0, 3749.0, 3801.0, 3768.0, 3812.0, 3760.0, 3800.0, 3778.0, 3809.0, 3770.0, 3809.0, 3787.0, 3798.0, 3786.0, 3733.0, 3754.0, 3721.0, 3742.0, 3751.0, 3753.0, 3783.0, 3761.0, 3709.0, 3749.0, 3708.0, 3761.0, 3719.0, 3751.0, 3731.0, 3731.0, 3743.0, 3747.0, 3735.0, 3786.0, 3767.0, 3747.0, 3733.0, 3725.0, 3765.0, 3744.0, 3745.0, 3786.0, 3754.0, 3797.0, 3734.0, 3775.0, 3730.0, 3710.0, 3741.0, 3709.0, 3750.0, 3731.0, 3762.0, 3732.0, 3732.0, 3732.0, 3731.0, 3762.0, 3723.0, 3755.0, 3734.0, 3766.0, 3747.0, 3735.0, 3745.0, 3735.0, 3743.0, 3746.0, 3776.0, 3743.0, 3755.0, 3742.0, 3753.0, 3732.0, 3763.0, 3743.0, 3765.0, 3746.0, 3766.0, 3746.0, 3745.0, 3734.0, 3745.0, 3745.0, 3744.0, 3757.0, 3757.0, 3768.0, 3755.0, 3755.0, 3733.0, 3765.0, 3744.0, 3777.0, 3757.0, 3766.0, 3755.0, 3767.0, 3747.0, 3764.0, 3747.0, 3767.0, 3749.0, 3778.0, 3758.0, 3758.0, 3767.0, 3758.0, 3779.0, 3755.0, 3779.0, 3756.0, 3810.0, 3745.0, 3777.0, 3745.0, 3764.0, 3745.0, 3764.0, 3744.0, 3763.0, 3743.0, 3762.0, 3742.0, 3749.0, 3743.0, 3765.0, 3745.0, 3764.0, 3745.0, 3765.0, 3744.0, 3754.0, 3756.0, 3755.0, 3757.0, 3767.0, 3745.0, 3775.0, 3745.0, 3773.0, 3745.0, 3775.0, 3744.0, 3788.0, 3746.0, 3787.0, 3756.0, 3763.0, 3742.0, 3761.0, 3743.0, 3764.0, 3745.0, 3765.0, 3747.0, 3788.0, 3747.0, 3757.0, 3746.0, 3745.0, 3756.0, 3747.0, 3799.0, 3758.0, 3779.0, 3759.0, 3777.0, 3757.0, 3777.0, 3759.0, 3788.0, 3768.0, 3757.0, 3767.0, 3757.0, 3779.0, 3748.0, 3788.0, 3758.0, 3787.0, 3756.0, 3755.0, 3756.0, 3745.0, 3768.0, 3732.0, 3774.0, 3755.0, 3764.0, 3745.0, 3778.0, 3745.0, 3765.0, 3744.0, 3773.0, 3743.0, 3784.0, 3741.0, 3761.0, 3720.0, 3749.0, 3732.0, 3750.0, 3731.0, 3753.0, 3732.0, 3731.0, 3733.0, 3744.0, 3745.0, 3764.0, 3753.0, 3754.0, 3752.0, 3742.0, 3743.0, 3743.0, 3746.0, 3745.0, 3744.0, 3756.0, 3758.0, 3760.0, 3781.0, 3761.0, 3801.0, 3749.0, 3799.0, 3747.0, 3811.0, 3749.0, 3788.0, 3745.0, 3786.0, 3746.0, 3775.0, 3735.0, 3766.0, 3746.0, 3746.0, 3766.0, 3747.0, 3777.0, 3767.0, 3778.0, 3757.0, 3746.0, 3755.0, 3745.0, 3796.0, 3745.0, 3802.0, 3759.0, 3788.0, 3736.0, 3774.0], 'WindowWidth': [8679.0, 8617.0, 8639.0, 8562.0, 8592.0, 8537.0, 8525.0, 8467.0, 8486.0, 8445.0, 8484.0, 8459.0, 8498.0, 8472.0, 8497.0, 8456.0, 8424.0, 8453.0, 8436.0, 8481.0, 8471.0, 8457.0, 8447.0, 8489.0, 8467.0, 8486.0, 8446.0, 8498.0, 8463.0, 8502.0, 8487.0, 8509.0, 8468.0, 8504.0, 8452.0, 8473.0, 8435.0, 8460.0, 8452.0, 8460.0, 8467.0, 8453.0, 8452.0, 8465.0, 8455.0, 8485.0, 8476.0, 8500.0, 8473.0, 8472.0, 8458.0, 8441.0, 8460.0, 8470.0, 8459.0, 8485.0, 8460.0, 8486.0, 8473.0, 8442.0, 8471.0, 8441.0, 8482.0, 8452.0, 8497.0, 8455.0, 8498.0, 8485.0, 8483.0, 8483.0, 8469.0, 8453.0, 8462.0, 8436.0, 8466.0, 8472.0, 8486.0, 8467.0, 8485.0, 8465.0, 8498.0, 8479.0, 8493.0, 8507.0, 8465.0, 8484.0, 8486.0, 8514.0, 8503.0, 8522.0, 8494.0, 8488.0, 8485.0, 8498.0, 8488.0, 8511.0, 8485.0, 8470.0, 8527.0, 8539.0, 8518.0, 8499.0, 8509.0, 8466.0, 8501.0, 8457.0, 8509.0, 8469.0, 8523.0, 8480.0, 8518.0, 8433.0, 8498.0, 8433.0, 8472.0, 8433.0, 8462.0, 8461.0, 8461.0, 8460.0, 8434.0, 8457.0, 8435.0, 8475.0, 8435.0, 8477.0, 8451.0, 8487.0, 8436.0, 8456.0, 8430.0, 8467.0, 8432.0, 8468.0, 8431.0, 8488.0, 8467.0, 8490.0, 8453.0, 8437.0, 8434.0, 8434.0, 8454.0, 8439.0, 8473.0, 8458.0, 8500.0, 8471.0, 8469.0, 8441.0, 8464.0, 8438.0, 8475.0, 8454.0, 8493.0, 8470.0, 8494.0, 8470.0, 8458.0, 8456.0, 8457.0, 8470.0, 8485.0, 8502.0, 8487.0, 8470.0, 8462.0, 8474.0, 8478.0, 8475.0, 8462.0, 8466.0, 8479.0, 8464.0, 8496.0, 8488.0, 8512.0, 8486.0, 8524.0, 8512.0, 8545.0, 8521.0, 8545.0, 8531.0, 8512.0, 8466.0, 8461.0, 8451.0, 8463.0, 8448.0, 8434.0, 8450.0, 8451.0, 8448.0, 8434.0, 8448.0, 8468.0, 8468.0, 8451.0, 8467.0, 8454.0, 8482.0, 8439.0, 8475.0, 8453.0, 8492.0, 8476.0, 8502.0, 8478.0, 8496.0, 8474.0, 8458.0, 8458.0, 8441.0, 8458.0, 8461.0, 8503.0, 8502.0, 8492.0, 8462.0, 8485.0, 8443.0, 8496.0, 8477.0, 8497.0, 8501.0, 8527.0, 8492.0, 8490.0, 8475.0, 8458.0, 8458.0, 8438.0, 8455.0, 8442.0, 8484.0, 8469.0, 8474.0, 8458.0, 8498.0, 8485.0, 8506.0, 8494.0, 8515.0, 8492.0, 8521.0, 8478.0, 8501.0, 8461.0, 8499.0, 8476.0, 8494.0, 8489.0, 8514.0, 8460.0, 8469.0, 8478.0, 8490.0, 8507.0, 8490.0, 8511.0, 8484.0, 8495.0, 8464.0, 8484.0, 8464.0, 8507.0, 8490.0, 8472.0, 8440.0, 8473.0, 8456.0, 8469.0, 8454.0, 8498.0, 8466.0, 8463.0, 8434.0, 8487.0, 8456.0, 8478.0, 8452.0, 8490.0, 8455.0, 8449.0, 8438.0, 8431.0, 8436.0, 8436.0, 8461.0, 8463.0, 8460.0, 8460.0, 8476.0, 8477.0, 8499.0, 8473.0, 8496.0, 8472.0, 8512.0, 8496.0, 8510.0, 8468.0, 8436.0, 8450.0, 8433.0, 8463.0, 8432.0, 8477.0, 8464.0, 8478.0, 8437.0, 8491.0, 8454.0, 8486.0, 8493.0, 8497.0, 8464.0, 8465.0, 8438.0, 8436.0, 8435.0, 8443.0, 8467.0, 8504.0, 8476.0, 8473.0, 8505.0, 8465.0, 8480.0, 8436.0, 8485.0, 8461.0, 8465.0, 8448.0, 8461.0, 8450.0, 8461.0, 8436.0, 8459.0, 8440.0, 8469.0, 8473.0, 8483.0, 8477.0, 8491.0, 8481.0, 8488.0, 8493.0, 8531.0, 8522.0, 8506.0, 8510.0, 8506.0, 8476.0, 8471.0, 8474.0, 8482.0, 8473.0, 8528.0, 8500.0, 8524.0, 8482.0, 8463.0, 8474.0, 8462.0, 8469.0, 8458.0, 8457.0, 8441.0, 8454.0, 8451.0, 8456.0, 8456.0, 8471.0, 8441.0, 8500.0, 8463.0, 8495.0, 8458.0, 8474.0, 8445.0, 8495.0, 8481.0, 8477.0, 8460.0, 8460.0, 8462.0, 8477.0, 8506.0, 8516.0, 8517.0, 8525.0, 8486.0, 8513.0, 8473.0, 8568.0, 8468.0, 8498.0, 8466.0, 8511.0, 8495.0, 8490.0, 8445.0, 8477.0, 8459.0, 8481.0, 8508.0, 8491.0, 8472.0, 8472.0, 8441.0, 8458.0, 8441.0, 8461.0, 8489.0, 8460.0, 8483.0, 8463.0, 8452.0, 8507.0, 8492.0, 8497.0, 8463.0, 8463.0, 8458.0, 8488.0, 8498.0, 8498.0, 8469.0, 8481.0, 8469.0, 8477.0, 8450.0, 8512.0, 8451.0, 8468.0, 8439.0, 8472.0, 8446.0, 8472.0, 8452.0, 8483.0, 8438.0, 8467.0, 8436.0, 8451.0, 8433.0, 8452.0, 8449.0, 8466.0, 8435.0, 8455.0, 8455.0, 8466.0, 8427.0, 8480.0, 8462.0, 8499.0, 8490.0, 8527.0, 8474.0, 8496.0, 8456.0, 8480.0, 8456.0, 8465.0, 8483.0, 8453.0, 8468.0, 8437.0, 8467.0, 8463.0, 8471.0, 8492.0, 8503.0, 8478.0, 8466.0, 8482.0, 8478.0, 8500.0, 8480.0, 8490.0, 8457.0, 8472.0, 8459.0, 8483.0, 8461.0, 8470.0, 8464.0, 8535.0, 8507.0, 8533.0, 8491.0, 8523.0, 8501.0, 8523.0, 8494.0, 8494.0, 8480.0, 8457.0, 8459.0, 8460.0, 8477.0, 8446.0, 8492.0, 8462.0, 8501.0, 8464.0, 8499.0, 8481.0, 8540.0, 8513.0, 8517.0, 8493.0, 8502.0, 8474.0, 8470.0, 8470.0, 8468.0, 8484.0, 8441.0, 8476.0, 8483.0, 8494.0, 8465.0, 8509.0, 8499.0, 8523.0, 8515.0, 8515.0, 8503.0, 8469.0, 8496.0, 8479.0, 8509.0, 8518.0, 8500.0, 8482.0, 8484.0, 8453.0, 8480.0, 8439.0, 8499.0, 8459.0, 8499.0, 8463.0, 8493.0, 8470.0, 8495.0, 8455.0, 8492.0, 8479.0, 8504.0, 8479.0, 8491.0, 8499.0, 8487.0, 8493.0, 8497.0, 8471.0, 8533.0, 8509.0, 8548.0, 8491.0, 8543.0, 8499.0, 8467.0, 8497.0, 8489.0, 8528.0, 8506.0, 8549.0, 8526.0, 8535.0, 8568.0, 8549.0, 8535.0, 8500.0, 8520.0, 8534.0, 8512.0, 8552.0, 8519.0, 8527.0, 8457.0, 8515.0, 8454.0, 8492.0, 8457.0, 8492.0, 8452.0, 8520.0, 8468.0, 8470.0, 8454.0, 8462.0, 8466.0, 8461.0, 8480.0, 8446.0, 8460.0, 8442.0, 8447.0, 8445.0, 8481.0, 8511.0, 8502.0, 8507.0, 8495.0, 8464.0, 8463.0, 8446.0, 8483.0, 8466.0, 8482.0, 8465.0, 8488.0, 8496.0, 8551.0, 8492.0, 8514.0, 8495.0, 8495.0, 8509.0, 8490.0, 8511.0, 8520.0, 8508.0, 8547.0, 8517.0, 8486.0, 8496.0, 8450.0, 8493.0, 8492.0, 8495.0, 8539.0, 8515.0, 8451.0, 8490.0, 8449.0, 8476.0, 8447.0, 8547.0, 8449.0, 8489.0, 8460.0, 8489.0, 8467.0, 8504.0, 8481.0, 8519.0, 8470.0, 8509.0, 8483.0, 8524.0, 8468.0, 8503.0, 8446.0, 8496.0, 8444.0, 8511.0, 8444.0, 8458.0, 8441.0, 8458.0, 8442.0, 8457.0, 8446.0, 8444.0, 8494.0, 8466.0, 8494.0, 8471.0, 8506.0, 8470.0, 8502.0, 8479.0, 8519.0, 8492.0, 8500.0, 8467.0, 8468.0, 8487.0, 8480.0, 8482.0, 8494.0, 8478.0, 8417.0, 8448.0, 8432.0, 8451.0, 8456.0, 8523.0, 8454.0, 8471.0, 8460.0, 8484.0, 8444.0, 8516.0, 8476.0, 8531.0, 8463.0, 8533.0, 8466.0, 8476.0, 8449.0, 8491.0, 8461.0, 8489.0, 8477.0, 8464.0, 8521.0, 8464.0, 8519.0, 8449.0, 8503.0, 8464.0, 8531.0, 8449.0, 8498.0, 8447.0, 8503.0, 8450.0, 8511.0, 8449.0, 8497.0, 8464.0, 8471.0, 8460.0, 8457.0, 8460.0, 8507.0, 8495.0, 8512.0, 8474.0, 8507.0, 8475.0, 8492.0, 8490.0, 8489.0, 8494.0, 8494.0, 8516.0, 8508.0, 8614.0, 8476.0, 8543.0, 8467.0, 8495.0, 8470.0, 8497.0, 8475.0, 8492.0, 8450.0, 8508.0, 8460.0, 8475.0, 8445.0, 8478.0, 8460.0, 8489.0, 8458.0, 8504.0, 8462.0, 8474.0, 8463.0, 8488.0, 8468.0, 8535.0, 8469.0, 8494.0, 8481.0, 8464.0, 8482.0, 8463.0, 8562.0, 8445.0, 8535.0, 8463.0, 8498.0, 8440.0, 8494.0, 8436.0, 8478.0, 8462.0, 8478.0, 8439.0, 8513.0, 8448.0, 8458.0, 8447.0, 8482.0, 8448.0, 8498.0, 8467.0, 8508.0, 8498.0, 8497.0, 8469.0, 8464.0, 8480.0, 8448.0, 8482.0, 8471.0, 8502.0, 8480.0, 8498.0, 8470.0, 8500.0, 8483.0, 8498.0, 8483.0, 8556.0, 8495.0, 8539.0, 8493.0, 8546.0, 8485.0, 8485.0, 8471.0, 8482.0, 8469.0, 8485.0, 8550.0, 8518.0, 8495.0, 8467.0, 8490.0, 8467.0, 8447.0, 8453.0, 8472.0, 8468.0, 8477.0, 8504.0, 8500.0, 8556.0, 8512.0, 8478.0, 8521.0, 8474.0, 8545.0, 8498.0, 8560.0, 8490.0, 8541.0, 8510.0, 8551.0, 8499.0, 8547.0, 8518.0, 8532.0, 8514.0, 8441.0, 8468.0, 8421.0, 8450.0, 8460.0, 8463.0, 8503.0, 8474.0, 8403.0, 8455.0, 8401.0, 8475.0, 8418.0, 8462.0, 8437.0, 8438.0, 8458.0, 8469.0, 8450.0, 8518.0, 8494.0, 8467.0, 8446.0, 8435.0, 8485.0, 8459.0, 8461.0, 8516.0, 8469.0, 8529.0, 8445.0, 8499.0, 8433.0, 8405.0, 8447.0, 8403.0, 8461.0, 8436.0, 8479.0, 8442.0, 8440.0, 8440.0, 8437.0, 8478.0, 8430.0, 8472.0, 8447.0, 8491.0, 8467.0, 8450.0, 8464.0, 8447.0, 8457.0, 8462.0, 8504.0, 8457.0, 8475.0, 8455.0, 8469.0, 8443.0, 8481.0, 8458.0, 8487.0, 8465.0, 8492.0, 8466.0, 8463.0, 8447.0, 8461.0, 8462.0, 8460.0, 8482.0, 8482.0, 8498.0, 8476.0, 8476.0, 8445.0, 8490.0, 8460.0, 8507.0, 8482.0, 8492.0, 8478.0, 8494.0, 8470.0, 8487.0, 8469.0, 8494.0, 8476.0, 8511.0, 8485.0, 8486.0, 8498.0, 8485.0, 8513.0, 8479.0, 8513.0, 8480.0, 8557.0, 8464.0, 8507.0, 8463.0, 8483.0, 8461.0, 8485.0, 8459.0, 8481.0, 8455.0, 8478.0, 8453.0, 8460.0, 8458.0, 8489.0, 8463.0, 8485.0, 8464.0, 8488.0, 8462.0, 8473.0, 8478.0, 8476.0, 8481.0, 8492.0, 8465.0, 8502.0, 8463.0, 8496.0, 8462.0, 8500.0, 8462.0, 8523.0, 8467.0, 8520.0, 8480.0, 8481.0, 8455.0, 8477.0, 8456.0, 8484.0, 8465.0, 8488.0, 8469.0, 8524.0, 8471.0, 8482.0, 8466.0, 8462.0, 8480.0, 8468.0, 8539.0, 8484.0, 8513.0, 8486.0, 8507.0, 8481.0, 8508.0, 8490.0, 8523.0, 8496.0, 8482.0, 8495.0, 8483.0, 8513.0, 8473.0, 8523.0, 8486.0, 8520.0, 8479.0, 8477.0, 8477.0, 8463.0, 8499.0, 8442.0, 8498.0, 8475.0, 8486.0, 8463.0, 8509.0, 8462.0, 8488.0, 8461.0, 8495.0, 8457.0, 8509.0, 8451.0, 8476.0, 8421.0, 8458.0, 8438.0, 8459.0, 8439.0, 8469.0, 8440.0, 8438.0, 8443.0, 8459.0, 8464.0, 8485.0, 8468.0, 8472.0, 8466.0, 8453.0, 8456.0, 8456.0, 8467.0, 8464.0, 8461.0, 8480.0, 8487.0, 8492.0, 8519.0, 8494.0, 8544.0, 8476.0, 8538.0, 8469.0, 8558.0, 8476.0, 8523.0, 8465.0, 8518.0, 8465.0, 8500.0, 8449.0, 8492.0, 8466.0, 8466.0, 8493.0, 8471.0, 8507.0, 8496.0, 8510.0, 8481.0, 8464.0, 8475.0, 8462.0, 8529.0, 8463.0, 8550.0, 8486.0, 8523.0, 8452.0, 8496.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.0017151052150045744</td></tr>
<tr><td colspan=3>aqi</td><td>0.04887808142726441</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.72198670771982</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.15681263334249</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9705210503663001</td></tr>
<tr><td colspan=3>efc</td><td>0.4814</td></tr>
<tr><td colspan=3>fber</td><td>3752.5605</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12842113015070974</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.247026532479415</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5944434428639385</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5688437569358102</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6511792095182347</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5633073621377704</td></tr>
<tr><td colspan=3>gcor</td><td>0.0050015</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0027480260469019413</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012080812826752663</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1093</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9398504213715935</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>34.1668</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5301</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.0003</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.8266</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4773</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2991.0926</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.1568</td></tr>
<tr><td colspan=3>tsnr</td><td>27.381751679931767</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>