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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:11:42.285000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999572, -0.0250743, 0.0150649, 0.0247781, 0.999502, 0.0195314]</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.0854019</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>[4143, -7724, -7290, 825, -29, -140, -98, 28]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a0ff23e-5bf6-4163-85a6-0de7a5c84e16||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681778907775879, 0.066477932035923, 0.041977208107709885, 111.59534454345703], [0.06727239489555359, 2.681591272354126, 0.05170442909002304, -98.89216613769531], [0.04041796922683716, -0.05240138992667198, 2.699178457260132, -77.53936767578125], [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': ['211142.285000', '211142.745000', '211143.205000', '211143.665000', '211144.125000', '211144.585000', '211145.045000', '211145.505000', '211145.965000', '211146.425000', '211146.885000', '211147.345000', '211147.805000', '211148.265000', '211148.725000', '211149.185000', '211149.645000', '211150.105000', '211150.565000', '211151.025000', '211151.485000', '211151.945000', '211152.405000', '211152.865000', '211153.325000', '211153.785000', '211154.245000', '211154.705000', '211155.165000', '211155.625000', '211156.085000', '211156.545000', '211157.005000', '211157.465000', '211157.925000', '211158.385000', '211158.845000', '211159.305000', '211159.765000', '211200.225000', '211200.685000', '211201.145000', '211201.605000', '211202.065000', '211202.525000', '211202.985000', '211203.445000', '211203.905000', '211204.365000', '211204.825000', '211205.285000', '211205.745000', '211206.205000', '211206.665000', '211207.125000', '211207.585000', '211208.045000', '211208.505000', '211208.965000', '211209.425000', '211209.885000', '211210.345000', '211210.805000', '211211.265000', '211211.725000', '211212.185000', '211212.645000', '211213.105000', '211213.565000', '211214.025000', '211214.485000', '211214.945000', '211215.405000', '211215.865000', '211216.325000', '211216.785000', '211217.245000', '211217.705000', '211218.165000', '211218.625000', '211219.085000', '211219.545000', '211220.005000', '211220.465000', '211220.925000', '211221.385000', '211221.845000', '211222.305000', '211222.765000', '211223.225000', '211223.685000', '211224.145000', '211224.605000', '211225.065000', '211225.525000', '211225.985000', '211226.445000', '211226.905000', '211227.365000', '211227.825000', '211228.285000', '211228.745000', '211229.205000', '211229.665000', '211230.125000', '211230.585000', '211231.045000', '211231.505000', '211231.965000', '211232.425000', '211232.885000', '211233.345000', '211233.805000', '211234.265000', '211234.725000', '211235.185000', '211235.645000', '211236.105000', '211236.565000', '211237.025000', '211237.485000', '211237.945000', '211238.405000', '211238.865000', '211239.325000', '211239.785000', '211240.245000', '211240.705000', '211241.165000', '211241.625000', '211242.085000', '211242.545000', '211243.005000', '211243.465000', '211243.925000', '211244.385000', '211244.845000', '211245.305000', '211245.765000', '211246.225000', '211246.685000', '211247.145000', '211247.605000', '211248.065000', '211248.525000', '211248.985000', '211249.445000', '211249.905000', '211250.365000', '211250.825000', '211251.285000', '211251.745000', '211252.205000', '211252.665000', '211253.125000', '211253.585000', '211254.045000', '211254.505000', '211254.965000', '211255.425000', '211255.885000', '211256.345000', '211256.805000', '211257.265000', '211257.725000', '211258.185000', '211258.645000', '211259.105000', '211259.565000', '211300.025000', '211300.485000', '211300.945000', '211301.405000', '211301.865000', '211302.325000', '211302.785000', '211303.245000', '211303.705000', '211304.165000', '211304.625000', '211305.085000', '211305.545000', '211306.005000', '211306.465000', '211306.925000', '211307.385000', '211307.845000', '211308.305000', '211308.765000', '211309.225000', '211309.685000', '211310.145000', '211310.605000', '211311.065000', '211311.525000', '211311.985000', '211312.445000', '211312.905000', '211313.365000', '211313.825000', '211314.285000', '211314.745000', '211315.205000', '211315.665000', '211316.125000', '211316.585000', '211317.045000', '211317.505000', '211317.965000', '211318.425000', '211318.885000', '211319.345000', '211319.805000', '211320.265000', '211320.725000', '211321.185000', '211321.645000', '211322.105000', '211322.565000', '211323.025000', '211323.485000', '211323.945000', '211324.405000', '211324.865000', '211325.325000', '211325.785000', '211326.245000', '211326.705000', '211327.165000', '211327.625000', '211328.085000', '211328.545000', '211329.005000', '211329.465000', '211329.925000', '211330.385000', '211330.845000', '211331.305000', '211331.765000', '211332.225000', '211332.685000', '211333.145000', '211333.605000', '211334.065000', '211334.525000', '211334.985000', '211335.445000', '211335.905000', '211336.365000', '211336.825000', '211337.285000', '211337.745000', '211338.205000', '211338.665000', '211339.125000', '211339.585000', '211340.045000', '211340.505000', '211340.965000', '211341.425000', '211341.885000', '211342.345000', '211342.805000', '211343.265000', '211343.725000', '211344.185000', '211344.645000', '211345.105000', '211345.565000', '211346.025000', '211346.485000', '211346.945000', '211347.405000', '211347.865000', '211348.325000', '211348.785000', '211349.245000', '211349.705000', '211350.165000', '211350.625000', '211351.085000', '211351.545000', '211352.005000', '211352.465000', '211352.925000', '211353.385000', '211353.845000', '211354.305000', '211354.765000', '211355.225000', '211355.685000', '211356.145000', '211356.605000', '211357.065000', '211357.525000', '211357.985000', '211358.445000', '211358.905000', '211359.365000', '211359.825000', '211400.285000', '211400.745000', '211401.205000', '211401.665000', '211402.125000', '211402.585000', '211403.045000', '211403.505000', '211403.965000', '211404.425000', '211404.885000', '211405.345000', '211405.805000', '211406.265000', '211406.725000', '211407.185000', '211407.645000', '211408.105000', '211408.565000', '211409.025000', '211409.485000', '211409.945000', '211410.405000', '211410.865000', '211411.325000', '211411.785000', '211412.245000', '211412.705000', '211413.165000', '211413.625000', '211414.085000', '211414.545000', '211415.005000', '211415.465000', '211415.925000', '211416.385000', '211416.845000', '211417.305000', '211417.765000', '211418.225000', '211418.685000', '211419.145000', '211419.605000', '211420.065000', '211420.525000', '211420.985000', '211421.445000', '211421.905000', '211422.365000', '211422.825000', '211423.285000', '211423.745000', '211424.205000', '211424.665000', '211425.125000', '211425.585000', '211426.045000', '211426.505000', '211426.965000', '211427.425000', '211427.885000', '211428.345000', '211428.805000', '211429.265000', '211429.725000', '211430.185000', '211430.645000', '211431.105000', '211431.565000', '211432.025000', '211432.485000', '211432.945000', '211433.405000', '211433.865000', '211434.325000', '211434.785000', '211435.245000', '211435.705000', '211436.165000', '211436.625000', '211437.085000', '211437.545000', '211438.005000', '211438.465000', '211438.925000', '211439.385000', '211439.845000', '211440.305000', '211440.765000', '211441.225000', '211441.685000', '211442.145000', '211442.605000', '211443.065000', '211443.525000', '211443.985000', '211444.445000', '211444.905000', '211445.365000', '211445.825000', '211446.285000', '211446.745000', '211447.205000', '211447.665000', '211448.125000', '211448.585000', '211449.045000', '211449.505000', '211449.965000', '211450.425000', '211450.885000', '211451.345000', '211451.805000', '211452.265000', '211452.725000', '211453.185000', '211453.645000', '211454.105000', '211454.565000', '211455.025000', '211455.485000', '211455.945000', '211456.405000', '211456.865000', '211457.325000', '211457.785000', '211458.245000', '211458.705000', '211459.165000', '211459.625000', '211500.085000', '211500.545000', '211501.005000', '211501.465000', '211501.925000', '211502.385000', '211502.845000', '211503.305000', '211503.765000', '211504.225000', '211504.685000', '211505.145000', '211505.605000', '211506.065000', '211506.525000', '211506.985000', '211507.445000', '211507.905000', '211508.365000', '211508.825000', '211509.285000', '211509.745000', '211510.205000', '211510.665000', '211511.125000', '211511.585000', '211512.045000', '211512.505000', '211512.965000', '211513.425000', '211513.885000', '211514.345000', '211514.805000', '211515.265000', '211515.725000', '211516.185000', '211516.645000', '211517.105000', '211517.565000', '211518.025000', '211518.485000', '211518.945000', '211519.405000', '211519.865000', '211520.325000', '211520.785000', '211521.245000', '211521.705000', '211522.165000', '211522.625000', '211523.085000', '211523.545000', '211524.005000', '211524.465000', '211524.925000', '211525.385000', '211525.845000', '211526.305000', '211526.765000', '211527.225000', '211527.685000', '211528.145000', '211528.605000', '211529.065000', '211529.525000', '211529.985000', '211530.445000', '211530.905000', '211531.365000', '211531.825000', '211532.285000', '211532.745000', '211533.205000', '211533.665000', '211534.125000', '211534.585000', '211535.045000', '211535.505000', '211535.965000', '211536.425000', '211536.885000', '211537.345000', '211537.805000', '211538.265000', '211538.725000', '211539.185000', '211539.645000', '211540.105000', '211540.565000', '211541.025000', '211541.485000', '211541.945000', '211542.405000', '211542.865000', '211543.325000', '211543.785000', '211544.245000', '211544.705000', '211545.165000', '211545.625000', '211546.085000', '211546.545000', '211547.005000', '211547.465000', '211547.925000', '211548.385000', '211548.845000', '211549.305000', '211549.765000', '211550.225000', '211550.685000', '211551.145000', '211551.605000', '211552.065000', '211552.525000', '211552.985000', '211553.445000', '211553.905000', '211554.365000', '211554.825000', '211555.285000', '211555.745000', '211556.205000', '211556.665000', '211557.125000', '211557.585000', '211558.045000', '211558.505000', '211558.965000', '211559.425000', '211559.885000', '211600.345000', '211600.805000', '211601.265000', '211601.725000', '211602.185000', '211602.645000', '211603.105000', '211603.565000', '211604.025000', '211604.485000', '211604.945000', '211605.405000', '211605.865000', '211606.325000', '211606.785000', '211607.245000', '211607.705000', '211608.165000', '211608.625000', '211609.085000', '211609.545000', '211610.005000', '211610.465000', '211610.925000', '211611.385000', '211611.845000', '211612.305000', '211612.765000', '211613.225000', '211613.685000', '211614.145000', '211614.605000', '211615.065000', '211615.525000', '211615.985000', '211616.445000', '211616.905000', '211617.365000', '211617.825000', '211618.285000', '211618.745000', '211619.205000', '211619.665000', '211620.125000', '211620.585000', '211621.045000', '211621.505000', '211621.965000', '211622.425000', '211622.885000', '211623.345000', '211623.805000', '211624.265000', '211624.725000', '211625.185000', '211625.645000', '211626.105000', '211626.565000', '211627.025000', '211627.485000', '211627.945000', '211628.405000', '211628.865000', '211629.325000', '211629.785000', '211630.245000', '211630.705000', '211631.165000', '211631.625000', '211632.085000', '211632.545000', '211633.005000', '211633.465000', '211633.925000', '211634.385000', '211634.845000', '211635.305000', '211635.765000', '211636.225000', '211636.685000', '211637.145000', '211637.605000', '211638.065000', '211638.525000', '211638.985000', '211639.445000', '211639.905000', '211640.365000', '211640.825000', '211641.285000', '211641.745000', '211642.205000', '211642.665000', '211643.125000', '211643.585000', '211644.045000', '211644.505000', '211644.965000', '211645.425000', '211645.885000', '211646.345000', '211646.805000', '211647.265000', '211647.725000', '211648.185000', '211648.645000', '211649.105000', '211649.565000', '211650.025000', '211650.485000', '211650.945000', '211651.405000', '211651.865000', '211652.325000', '211652.785000', '211653.245000', '211653.705000', '211654.165000', '211654.625000', '211655.085000', '211655.545000', '211656.005000', '211656.465000', '211656.925000', '211657.385000', '211657.845000', '211658.305000', '211658.765000', '211659.225000', '211659.685000', '211700.145000', '211700.605000', '211701.065000', '211701.525000', '211701.985000', '211702.445000', '211702.905000', '211703.365000', '211703.825000', '211704.285000', '211704.745000', '211705.205000', '211705.665000', '211706.125000', '211706.585000', '211707.045000', '211707.505000', '211707.965000', '211708.425000', '211708.885000', '211709.345000', '211709.805000', '211710.265000', '211710.725000', '211711.185000', '211711.645000', '211712.105000', '211712.565000', '211713.025000', '211713.485000', '211713.945000', '211714.405000', '211714.865000', '211715.325000', '211715.785000', '211716.245000', '211716.705000', '211717.165000', '211717.625000', '211718.085000', '211718.545000', '211719.005000', '211719.465000', '211719.925000', '211720.385000', '211720.845000', '211721.305000', '211721.765000', '211722.225000', '211722.685000', '211723.145000', '211723.605000', '211724.065000', '211724.525000', '211724.985000', '211725.445000', '211725.905000', '211726.365000', '211726.825000', '211727.285000', '211727.745000', '211728.205000', '211728.665000', '211729.125000', '211729.585000', '211730.045000', '211730.505000', '211730.965000', '211731.425000', '211731.885000', '211732.345000', '211732.805000', '211733.265000', '211733.725000', '211734.185000', '211734.645000', '211735.105000', '211735.565000', '211736.025000', '211736.485000', '211736.945000', '211737.405000', '211737.865000', '211738.325000', '211738.785000', '211739.245000', '211739.705000', '211740.165000', '211740.625000', '211741.085000', '211741.545000', '211742.005000', '211742.465000', '211742.925000', '211743.385000', '211743.845000', '211744.305000', '211744.765000', '211745.225000', '211745.685000', '211746.145000', '211746.605000', '211747.065000', '211747.525000', '211747.985000', '211748.445000', '211748.905000', '211749.365000', '211749.825000', '211750.285000', '211750.745000', '211751.205000', '211751.665000', '211752.125000', '211752.585000', '211753.045000', '211753.505000', '211753.965000', '211754.425000', '211754.885000', '211755.345000', '211755.805000', '211756.265000', '211756.725000', '211757.185000', '211757.645000', '211758.105000', '211758.565000', '211759.025000', '211759.485000', '211759.945000', '211800.405000', '211800.865000', '211801.325000', '211801.785000', '211802.245000', '211802.705000', '211803.165000', '211803.625000', '211804.085000', '211804.545000', '211805.005000', '211805.465000', '211805.925000', '211806.385000', '211806.845000', '211807.305000', '211807.765000', '211808.225000', '211808.685000', '211809.145000', '211809.605000', '211810.065000', '211810.525000', '211810.985000', '211811.445000', '211811.905000', '211812.365000', '211812.825000', '211813.285000', '211813.745000', '211814.205000', '211814.665000', '211815.125000', '211815.585000', '211816.045000', '211816.505000', '211816.965000', '211817.425000', '211817.885000', '211818.345000', '211818.805000', '211819.265000', '211819.725000', '211820.185000', '211820.645000', '211821.105000', '211821.565000', '211822.025000', '211822.485000', '211822.945000', '211823.405000', '211823.865000', '211824.325000', '211824.785000', '211825.245000', '211825.705000', '211826.165000', '211826.625000', '211827.085000', '211827.545000', '211828.005000', '211828.465000', '211828.925000', '211829.385000', '211829.845000', '211830.305000', '211830.765000', '211831.225000', '211831.685000', '211832.145000', '211832.605000', '211833.065000', '211833.525000', '211833.985000', '211834.445000', '211834.905000', '211835.365000', '211835.825000', '211836.285000', '211836.745000', '211837.205000', '211837.665000', '211838.125000', '211838.585000', '211839.045000', '211839.505000', '211839.965000', '211840.425000', '211840.885000', '211841.345000', '211841.805000', '211842.265000', '211842.725000', '211843.185000', '211843.645000', '211844.105000', '211844.565000', '211845.025000', '211845.485000', '211845.945000', '211846.405000', '211846.865000', '211847.325000', '211847.785000', '211848.245000', '211848.705000', '211849.165000', '211849.625000', '211850.085000', '211850.545000', '211851.005000', '211851.465000', '211851.925000', '211852.385000', '211852.845000', '211853.305000', '211853.765000', '211854.225000', '211854.685000', '211855.145000', '211855.605000', '211856.065000', '211856.525000', '211856.985000', '211857.445000', '211857.905000', '211858.365000', '211858.825000', '211859.285000', '211859.745000', '211900.205000', '211900.665000', '211901.125000', '211901.585000', '211902.045000', '211902.505000', '211902.965000', '211903.425000', '211903.885000', '211904.345000', '211904.805000', '211905.265000', '211905.725000', '211906.185000', '211906.645000', '211907.105000', '211907.565000', '211908.025000', '211908.485000', '211908.945000', '211909.405000', '211909.865000', '211910.325000', '211910.785000', '211911.245000', '211911.705000', '211912.165000', '211912.625000', '211913.085000', '211913.545000', '211914.005000', '211914.465000', '211914.925000', '211915.385000', '211915.845000', '211916.305000', '211916.765000', '211917.225000', '211917.685000', '211918.145000', '211918.605000', '211919.065000', '211919.525000', '211919.985000', '211920.445000', '211920.905000', '211921.365000', '211921.825000', '211922.285000', '211922.745000', '211923.205000', '211923.665000', '211924.125000', '211924.585000', '211925.045000', '211925.505000', '211925.965000', '211926.425000', '211926.885000', '211927.345000', '211927.805000', '211928.265000', '211928.725000', '211929.185000', '211929.645000', '211930.105000', '211930.565000', '211931.025000', '211931.485000', '211931.945000', '211932.405000', '211932.865000', '211933.325000', '211933.785000', '211934.245000', '211934.705000', '211935.165000', '211935.625000', '211936.085000', '211936.545000', '211937.005000', '211937.465000', '211937.925000', '211938.385000', '211938.845000', '211939.305000', '211939.765000', '211940.225000', '211940.685000', '211941.145000', '211941.605000', '211942.065000', '211942.525000', '211942.985000', '211943.445000', '211943.905000', '211944.365000', '211944.825000', '211945.285000', '211945.745000', '211946.205000', '211946.665000', '211947.125000', '211947.585000', '211948.045000', '211948.505000', '211948.965000', '211949.425000', '211949.885000', '211950.345000', '211950.805000', '211951.265000', '211951.725000', '211952.185000', '211952.645000', '211953.105000', '211953.565000', '211954.025000', '211954.485000', '211954.945000', '211955.405000', '211955.865000', '211956.325000', '211956.785000', '211957.245000', '211957.705000', '211958.165000', '211958.625000', '211959.085000', '211959.545000', '212000.005000', '212000.465000', '212000.925000', '212001.385000', '212001.845000', '212002.305000', '212002.765000', '212003.225000', '212003.685000', '212004.145000', '212004.605000', '212005.065000', '212005.525000', '212005.985000', '212006.445000', '212006.905000'], 'ContentTime': ['211156.527000', '211156.530000', '211156.532000', '211156.535000', '211156.538000', '211156.540000', '211156.543000', '211156.545000', '211156.548000', '211156.550000', '211156.553000', '211156.556000', '211156.558000', '211156.562000', '211156.564000', '211156.567000', '211156.570000', '211156.572000', '211156.575000', '211156.577000', '211156.580000', '211156.582000', '211156.585000', '211156.587000', '211156.590000', '211156.599000', '211156.601000', '211156.604000', '211156.606000', '211216.477000', '211216.480000', '211216.483000', '211216.485000', '211216.488000', '211216.490000', '211216.493000', '211216.496000', '211216.498000', '211216.501000', '211216.503000', '211216.506000', '211216.508000', '211216.511000', '211216.513000', '211216.516000', '211216.519000', '211216.521000', '211216.524000', '211216.526000', '211216.535000', '211216.538000', '211216.540000', '211216.543000', '211216.545000', '211216.548000', '211216.573000', '211216.576000', '211216.578000', '211216.581000', '211216.584000', '211216.586000', '211216.589000', '211216.592000', '211216.594000', '211216.597000', '211216.599000', '211216.602000', '211216.604000', '211216.607000', '211216.610000', '211216.612000', '211216.615000', '211216.617000', '211236.477000', '211236.480000', '211236.483000', '211236.485000', '211236.488000', '211236.490000', '211236.493000', '211236.496000', '211236.498000', '211236.501000', '211236.503000', '211236.506000', '211236.509000', '211236.511000', '211236.514000', '211236.516000', '211236.519000', '211236.522000', '211236.524000', '211236.527000', '211236.529000', '211236.532000', '211236.534000', '211236.537000', '211236.539000', '211236.542000', '211236.545000', '211236.550000', '211236.552000', '211236.555000', '211236.557000', '211236.560000', '211236.563000', '211236.565000', '211236.568000', '211236.570000', '211236.573000', '211236.575000', '211236.578000', '211236.581000', '211236.583000', '211236.586000', '211236.588000', '211256.477000', '211256.480000', '211256.483000', '211256.485000', '211256.488000', '211256.491000', '211256.493000', '211256.496000', '211256.498000', '211256.501000', '211256.503000', '211256.506000', '211256.508000', '211256.511000', '211256.514000', '211256.516000', '211256.519000', '211256.521000', '211256.524000', '211256.526000', '211256.529000', '211256.531000', '211256.534000', '211256.537000', '211256.539000', '211256.542000', '211256.544000', '211256.547000', '211256.549000', '211256.552000', '211256.554000', '211256.557000', '211256.560000', '211256.562000', '211256.565000', '211256.567000', '211256.570000', '211256.572000', '211256.575000', '211256.578000', '211256.580000', '211256.583000', '211256.585000', '211256.588000', '211316.477000', '211316.480000', '211316.483000', '211316.485000', '211316.488000', '211316.490000', '211316.493000', '211316.496000', '211316.498000', '211316.501000', '211316.503000', '211316.506000', '211316.509000', '211316.511000', '211316.514000', '211316.516000', '211316.519000', '211316.521000', '211316.524000', '211316.527000', '211316.529000', '211316.532000', '211316.534000', '211316.537000', '211316.540000', '211316.542000', '211316.545000', '211316.547000', '211316.550000', '211316.553000', '211316.555000', '211316.558000', '211316.560000', '211316.563000', '211316.566000', '211316.568000', '211316.571000', '211316.573000', '211316.576000', '211316.578000', '211316.581000', '211316.583000', '211316.586000', '211336.476000', '211336.479000', '211336.482000', '211336.484000', '211336.487000', '211336.490000', '211336.492000', '211336.495000', '211336.498000', '211336.500000', '211336.503000', '211336.505000', '211336.508000', '211336.511000', '211336.513000', '211336.516000', '211336.518000', '211336.521000', '211336.524000', '211336.526000', '211336.529000', '211336.531000', '211336.534000', '211336.537000', '211336.539000', '211336.542000', '211336.544000', '211336.547000', '211336.550000', '211336.552000', '211336.555000', '211336.557000', '211336.560000', '211336.562000', '211336.565000', '211336.568000', '211336.570000', '211336.573000', '211336.575000', '211336.578000', '211336.581000', '211336.583000', '211336.586000', '211336.588000', '211356.477000', '211356.480000', '211356.483000', '211356.485000', '211356.488000', '211356.490000', '211356.493000', '211356.496000', '211356.498000', '211356.501000', '211356.503000', '211356.506000', '211356.509000', '211356.511000', '211356.514000', '211356.516000', '211356.519000', '211356.522000', '211356.524000', '211356.527000', '211356.529000', '211356.532000', '211356.534000', '211356.537000', '211356.540000', '211356.542000', '211356.545000', '211356.547000', '211356.550000', '211356.553000', '211356.555000', '211356.558000', '211356.560000', '211356.563000', '211356.565000', '211356.579000', '211356.581000', '211356.584000', '211356.587000', '211356.589000', '211356.592000', '211356.595000', '211356.597000', '211416.477000', '211416.480000', '211416.483000', '211416.485000', '211416.488000', '211416.491000', '211416.493000', '211416.496000', '211416.498000', '211416.501000', '211416.504000', '211416.506000', '211416.509000', '211416.511000', '211416.514000', '211416.516000', '211416.519000', '211416.522000', '211416.524000', '211416.527000', '211416.529000', '211416.532000', '211416.534000', '211416.537000', '211416.540000', '211416.542000', '211416.545000', '211416.547000', '211416.550000', '211416.552000', '211416.555000', '211416.557000', '211416.560000', '211416.563000', '211416.565000', '211416.568000', '211416.570000', '211416.573000', '211416.576000', '211416.578000', '211416.581000', '211416.583000', '211416.586000', '211416.588000', '211436.477000', '211436.480000', '211436.483000', '211436.485000', '211436.488000', '211436.491000', '211436.493000', '211436.496000', '211436.498000', '211436.501000', '211436.503000', '211436.506000', '211436.509000', '211436.511000', '211436.514000', '211436.516000', '211436.519000', '211436.521000', '211436.524000', '211436.527000', '211436.529000', '211436.532000', '211436.534000', '211436.537000', '211436.539000', '211436.542000', '211436.545000', '211436.547000', '211436.550000', '211436.552000', '211436.555000', '211436.557000', '211436.560000', '211436.562000', '211436.565000', '211436.568000', '211436.570000', '211436.573000', '211436.576000', '211436.578000', '211436.581000', '211436.584000', '211436.586000', '211456.478000', '211456.480000', '211456.483000', '211456.486000', '211456.488000', '211456.491000', '211456.493000', '211456.496000', '211456.499000', '211456.501000', '211456.504000', '211456.506000', '211456.509000', '211456.511000', '211456.514000', '211456.517000', '211456.519000', '211456.522000', '211456.524000', '211456.527000', '211456.529000', '211456.532000', '211456.535000', '211456.537000', '211456.540000', '211456.542000', '211456.545000', '211456.548000', '211456.550000', '211456.553000', '211456.555000', '211456.558000', '211456.561000', '211456.563000', '211456.566000', '211456.569000', '211456.571000', '211456.574000', '211456.576000', '211456.579000', '211456.581000', '211456.584000', '211456.587000', '211456.589000', '211516.478000', '211516.480000', '211516.483000', '211516.486000', '211516.488000', '211516.491000', '211516.493000', '211516.496000', '211516.499000', '211516.501000', '211516.504000', '211516.506000', '211516.509000', '211516.512000', '211516.514000', '211516.517000', '211516.519000', '211516.522000', '211516.525000', '211516.527000', '211516.530000', '211516.532000', '211516.535000', '211516.537000', '211516.540000', '211516.543000', '211516.545000', '211516.548000', '211516.551000', '211516.553000', '211516.556000', '211516.559000', '211516.561000', '211516.564000', '211516.566000', '211516.569000', '211516.572000', '211516.574000', '211516.577000', '211516.579000', '211516.582000', '211516.585000', '211516.587000', '211536.477000', '211536.480000', '211536.483000', '211536.486000', '211536.488000', '211536.491000', '211536.494000', '211536.497000', '211536.499000', '211536.502000', '211536.505000', '211536.507000', '211536.510000', '211536.513000', '211536.516000', '211536.518000', '211536.521000', '211536.541000', '211536.543000', '211536.546000', '211536.549000', '211536.551000', '211536.554000', '211536.557000', '211536.559000', '211536.562000', '211536.565000', '211536.567000', '211536.570000', '211536.573000', '211536.575000', '211536.578000', '211536.581000', '211536.583000', '211536.586000', '211536.589000', '211536.591000', '211536.594000', '211536.597000', '211536.599000', '211536.602000', '211536.605000', '211536.607000', '211536.610000', '211556.477000', '211556.479000', '211556.482000', '211556.485000', '211556.488000', '211556.490000', '211556.493000', '211556.495000', '211556.498000', '211556.500000', '211556.503000', '211556.506000', '211556.508000', '211556.511000', '211556.513000', '211556.516000', '211556.519000', '211556.521000', '211556.524000', '211556.526000', '211556.529000', '211556.532000', '211556.534000', '211556.537000', '211556.539000', '211556.542000', '211556.545000', '211556.547000', '211556.550000', '211556.552000', '211556.555000', '211556.558000', '211556.560000', '211556.563000', '211556.565000', '211556.568000', '211556.571000', '211556.573000', '211556.576000', '211556.578000', '211556.581000', '211556.583000', '211556.586000', '211616.478000', '211616.481000', '211616.483000', '211616.486000', '211616.488000', '211616.491000', '211616.494000', '211616.496000', '211616.499000', '211616.501000', '211616.504000', '211616.507000', '211616.509000', '211616.512000', '211616.514000', '211616.517000', '211616.520000', '211616.522000', '211616.525000', '211616.527000', '211616.530000', '211616.533000', '211616.535000', '211616.538000', '211616.540000', '211616.543000', '211616.546000', '211616.548000', '211616.551000', '211616.553000', '211616.556000', '211616.559000', '211616.561000', '211616.564000', '211616.566000', '211616.569000', '211616.571000', '211616.574000', '211616.577000', '211616.579000', '211616.582000', '211616.585000', '211616.587000', '211616.590000', '211636.477000', '211636.480000', '211636.483000', '211636.486000', '211636.488000', '211636.491000', '211636.494000', '211636.496000', '211636.499000', '211636.501000', '211636.504000', '211636.506000', '211636.509000', '211636.512000', '211636.514000', '211636.517000', '211636.519000', '211636.522000', '211636.525000', '211636.527000', '211636.530000', '211636.532000', '211636.535000', '211636.538000', '211636.540000', '211636.543000', '211636.545000', '211636.548000', '211636.551000', '211636.553000', '211636.556000', '211636.558000', '211636.561000', '211636.564000', '211636.566000', '211636.569000', '211636.571000', '211636.574000', '211636.577000', '211636.579000', '211636.582000', '211636.584000', '211636.587000', '211656.478000', '211656.481000', '211656.484000', '211656.487000', '211656.489000', '211656.492000', '211656.494000', '211656.497000', '211656.500000', '211656.502000', '211656.505000', '211656.508000', '211656.510000', '211656.513000', '211656.516000', '211656.518000', '211656.521000', '211656.523000', '211656.526000', '211656.529000', '211656.531000', '211656.534000', '211656.537000', '211656.539000', '211656.542000', '211656.544000', '211656.547000', '211656.550000', '211656.572000', '211656.575000', '211656.578000', '211656.580000', '211656.583000', '211656.585000', '211656.588000', '211656.591000', '211656.593000', '211656.596000', '211656.598000', '211656.601000', '211656.604000', '211656.606000', '211656.609000', '211656.612000', '211716.477000', '211716.480000', '211716.483000', '211716.485000', '211716.488000', '211716.491000', '211716.493000', '211716.496000', '211716.498000', '211716.501000', '211716.504000', '211716.506000', '211716.509000', '211716.511000', '211716.514000', '211716.517000', '211716.519000', '211716.522000', '211716.524000', '211716.527000', '211716.530000', '211716.532000', '211716.535000', '211716.537000', '211716.540000', '211716.542000', '211716.545000', '211716.548000', '211716.550000', '211716.553000', '211716.556000', '211716.558000', '211716.561000', '211716.563000', '211716.566000', '211716.569000', '211716.571000', '211716.574000', '211716.576000', '211716.579000', '211716.581000', '211716.584000', '211716.587000', '211736.478000', '211736.480000', '211736.483000', '211736.485000', '211736.488000', '211736.491000', '211736.493000', '211736.496000', '211736.498000', '211736.501000', '211736.504000', '211736.506000', '211736.509000', '211736.511000', '211736.514000', '211736.517000', '211736.519000', '211736.522000', '211736.525000', '211736.527000', '211736.530000', '211736.532000', '211736.535000', '211736.538000', '211736.540000', '211736.543000', '211736.546000', '211736.548000', '211736.551000', '211736.553000', '211736.556000', '211736.558000', '211736.561000', '211736.564000', '211736.566000', '211736.569000', '211736.571000', '211736.574000', '211736.577000', '211736.579000', '211736.582000', '211736.584000', '211736.587000', '211736.590000', '211756.478000', '211756.480000', '211756.483000', '211756.486000', '211756.488000', '211756.491000', '211756.493000', '211756.496000', '211756.498000', '211756.501000', '211756.504000', '211756.506000', '211756.510000', '211756.513000', '211756.515000', '211756.518000', '211756.521000', '211756.523000', '211756.526000', '211756.528000', '211756.531000', '211756.534000', '211756.536000', '211756.539000', '211756.541000', '211756.544000', '211756.547000', '211756.550000', '211756.552000', '211756.555000', '211756.557000', '211756.560000', '211756.563000', '211756.565000', '211756.568000', '211756.570000', '211756.573000', '211756.575000', '211756.578000', '211756.581000', '211756.583000', '211756.586000', '211756.589000', '211816.477000', '211816.479000', '211816.482000', '211816.485000', '211816.487000', '211816.490000', '211816.492000', '211816.495000', '211816.498000', '211816.500000', '211816.503000', '211816.505000', '211816.508000', '211816.511000', '211816.513000', '211816.516000', '211816.520000', '211816.522000', '211816.525000', '211816.527000', '211816.530000', '211816.533000', '211816.535000', '211816.538000', '211816.541000', '211816.543000', '211816.546000', '211816.548000', '211816.551000', '211816.554000', '211816.556000', '211816.559000', '211816.561000', '211816.564000', '211816.566000', '211816.569000', '211816.572000', '211816.575000', '211816.577000', '211816.580000', '211816.583000', '211816.585000', '211816.588000', '211836.478000', '211836.480000', '211836.483000', '211836.486000', '211836.488000', '211836.491000', '211836.493000', '211836.496000', '211836.499000', '211836.501000', '211836.504000', '211836.506000', '211836.509000', '211836.511000', '211836.514000', '211836.517000', '211836.519000', '211836.522000', '211836.524000', '211836.527000', '211836.530000', '211836.532000', '211836.535000', '211836.537000', '211836.540000', '211836.542000', '211836.545000', '211836.548000', '211836.550000', '211836.553000', '211836.556000', '211836.558000', '211836.561000', '211836.563000', '211836.566000', '211836.568000', '211836.571000', '211836.581000', '211836.584000', '211836.586000', '211836.589000', '211836.591000', '211836.594000', '211836.597000', '211856.478000', '211856.480000', '211856.483000', '211856.486000', '211856.488000', '211856.491000', '211856.493000', '211856.496000', '211856.499000', '211856.501000', '211856.504000', '211856.507000', '211856.509000', '211856.512000', '211856.514000', '211856.517000', '211856.520000', '211856.522000', '211856.525000', '211856.527000', '211856.530000', '211856.532000', '211856.535000', '211856.538000', '211856.540000', '211856.543000', '211856.546000', '211856.548000', '211856.551000', '211856.554000', '211856.556000', '211856.559000', '211856.562000', '211856.564000', '211856.567000', '211856.570000', '211856.572000', '211856.575000', '211856.577000', '211856.580000', '211856.583000', '211856.585000', '211856.588000', '211916.478000', '211916.480000', '211916.483000', '211916.486000', '211916.488000', '211916.491000', '211916.493000', '211916.496000', '211916.499000', '211916.501000', '211916.504000', '211916.506000', '211916.509000', '211916.511000', '211916.514000', '211916.517000', '211916.519000', '211916.522000', '211916.524000', '211916.527000', '211916.529000', '211916.532000', '211916.535000', '211916.537000', '211916.540000', '211916.542000', '211916.545000', '211916.548000', '211916.550000', '211916.553000', '211916.555000', '211916.558000', '211916.560000', '211916.563000', '211916.566000', '211916.568000', '211916.571000', '211916.573000', '211916.576000', '211916.579000', '211916.581000', '211916.584000', '211916.586000', '211916.589000', '211936.477000', '211936.480000', '211936.483000', '211936.486000', '211936.488000', '211936.491000', '211936.494000', '211936.496000', '211936.499000', '211936.501000', '211936.504000', '211936.507000', '211936.509000', '211936.512000', '211936.516000', '211936.519000', '211936.521000', '211936.524000', '211936.526000', '211936.529000', '211936.532000', '211936.534000', '211936.537000', '211936.539000', '211936.542000', '211936.545000', '211936.547000', '211936.550000', '211936.552000', '211936.555000', '211936.559000', '211936.561000', '211936.564000', '211936.567000', '211936.569000', '211936.604000', '211936.606000', '211936.609000', '211936.612000', '211936.614000', '211936.617000', '211936.619000', '211936.622000', '211956.477000', '211956.480000', '211956.483000', '211956.486000', '211956.488000', '211956.491000', '211956.494000', '211956.496000', '211956.499000', '211956.501000', '211956.504000', '211956.507000', '211956.509000', '211956.512000', '211956.514000', '211956.517000', '211956.520000', '211956.522000', '211956.525000', '211956.527000', '211956.530000', '211956.533000', '211956.535000', '211956.538000', '211956.540000', '211956.543000', '211956.545000', '211956.548000', '211956.551000', '211956.553000', '211956.556000', '211956.558000', '211956.561000', '211956.564000', '211956.566000', '211956.569000', '211956.572000', '211956.574000', '211956.577000', '211956.579000', '211956.582000', '211956.585000', '211956.587000', '211956.590000', '212007.802000', '212007.806000', '212007.808000', '212007.811000', '212007.814000', '212007.817000', '212007.819000', '212007.822000', '212007.825000', '212007.827000', '212007.830000', '212007.832000', '212007.835000', '212007.838000', '212007.840000', '212007.843000', '212007.845000', '212007.849000', '212007.851000', '212007.854000', '212007.858000', '212007.861000', '212007.864000', '212007.866000', '212007.869000'], 'InstanceCreationTime': ['211156.527000', '211156.530000', '211156.532000', '211156.535000', '211156.538000', '211156.540000', '211156.543000', '211156.545000', '211156.548000', '211156.550000', '211156.553000', '211156.556000', '211156.558000', '211156.562000', '211156.564000', '211156.567000', '211156.570000', '211156.572000', '211156.575000', '211156.577000', '211156.580000', '211156.582000', '211156.585000', '211156.587000', '211156.590000', '211156.599000', '211156.601000', '211156.604000', '211156.606000', '211216.477000', '211216.480000', '211216.483000', '211216.485000', '211216.488000', '211216.490000', '211216.493000', '211216.496000', '211216.498000', '211216.501000', '211216.503000', '211216.506000', '211216.508000', '211216.511000', '211216.513000', '211216.516000', '211216.519000', '211216.521000', '211216.524000', '211216.526000', '211216.535000', '211216.538000', '211216.540000', '211216.543000', '211216.545000', '211216.548000', '211216.573000', '211216.576000', '211216.578000', '211216.581000', '211216.584000', '211216.586000', '211216.589000', '211216.592000', '211216.594000', '211216.597000', '211216.599000', '211216.602000', '211216.604000', '211216.607000', '211216.610000', '211216.612000', '211216.615000', '211216.617000', '211236.477000', '211236.480000', '211236.483000', '211236.485000', '211236.488000', '211236.490000', '211236.493000', '211236.496000', '211236.498000', '211236.501000', '211236.503000', '211236.506000', '211236.509000', '211236.511000', '211236.514000', '211236.516000', '211236.519000', '211236.522000', '211236.524000', '211236.527000', '211236.529000', '211236.532000', '211236.534000', '211236.537000', '211236.539000', '211236.542000', '211236.545000', '211236.550000', '211236.552000', '211236.555000', '211236.557000', '211236.560000', '211236.563000', '211236.565000', '211236.568000', '211236.570000', '211236.573000', '211236.575000', '211236.578000', '211236.581000', '211236.583000', '211236.586000', '211236.588000', '211256.477000', '211256.480000', '211256.483000', '211256.485000', '211256.488000', '211256.491000', '211256.493000', '211256.496000', '211256.498000', '211256.501000', '211256.503000', '211256.506000', '211256.508000', '211256.511000', '211256.514000', '211256.516000', '211256.519000', '211256.521000', '211256.524000', '211256.526000', '211256.529000', '211256.531000', '211256.534000', '211256.537000', '211256.539000', '211256.542000', '211256.544000', '211256.547000', '211256.549000', '211256.552000', '211256.554000', '211256.557000', '211256.560000', '211256.562000', '211256.565000', '211256.567000', '211256.570000', '211256.572000', '211256.575000', '211256.578000', '211256.580000', '211256.583000', '211256.585000', '211256.588000', '211316.477000', '211316.480000', '211316.483000', '211316.485000', '211316.488000', '211316.490000', '211316.493000', '211316.496000', '211316.498000', '211316.501000', '211316.503000', '211316.506000', '211316.509000', '211316.511000', '211316.514000', '211316.516000', '211316.519000', '211316.521000', '211316.524000', '211316.527000', '211316.529000', '211316.532000', '211316.534000', '211316.537000', '211316.540000', '211316.542000', '211316.545000', '211316.547000', '211316.550000', '211316.553000', '211316.555000', '211316.558000', '211316.560000', '211316.563000', '211316.566000', '211316.568000', '211316.571000', '211316.573000', '211316.576000', '211316.578000', '211316.581000', '211316.583000', '211316.586000', '211336.476000', '211336.479000', '211336.482000', '211336.484000', '211336.487000', '211336.490000', '211336.492000', '211336.495000', '211336.498000', '211336.500000', '211336.503000', '211336.505000', '211336.508000', '211336.511000', '211336.513000', '211336.516000', '211336.518000', '211336.521000', '211336.524000', '211336.526000', '211336.529000', '211336.531000', '211336.534000', '211336.537000', '211336.539000', '211336.542000', '211336.544000', '211336.547000', '211336.550000', '211336.552000', '211336.555000', '211336.557000', '211336.560000', '211336.562000', '211336.565000', '211336.568000', '211336.570000', '211336.573000', '211336.575000', '211336.578000', '211336.581000', '211336.583000', '211336.586000', '211336.588000', '211356.477000', '211356.480000', '211356.483000', '211356.485000', '211356.488000', '211356.490000', '211356.493000', '211356.496000', '211356.498000', '211356.501000', '211356.503000', '211356.506000', '211356.509000', '211356.511000', '211356.514000', '211356.516000', '211356.519000', '211356.522000', '211356.524000', '211356.527000', '211356.529000', '211356.532000', '211356.534000', '211356.537000', '211356.540000', '211356.542000', '211356.545000', '211356.547000', '211356.550000', '211356.553000', '211356.555000', '211356.558000', '211356.560000', '211356.563000', '211356.565000', '211356.579000', '211356.581000', '211356.584000', '211356.587000', '211356.589000', '211356.592000', '211356.595000', '211356.597000', '211416.477000', '211416.480000', '211416.483000', '211416.485000', '211416.488000', '211416.491000', '211416.493000', '211416.496000', '211416.498000', '211416.501000', '211416.504000', '211416.506000', '211416.509000', '211416.511000', '211416.514000', '211416.516000', '211416.519000', '211416.522000', '211416.524000', '211416.527000', '211416.529000', '211416.532000', '211416.534000', '211416.537000', '211416.540000', '211416.542000', '211416.545000', '211416.547000', '211416.550000', '211416.552000', '211416.555000', '211416.557000', '211416.560000', '211416.563000', '211416.565000', '211416.568000', '211416.570000', '211416.573000', '211416.576000', '211416.578000', '211416.581000', '211416.583000', '211416.586000', '211416.588000', '211436.477000', '211436.480000', '211436.483000', '211436.485000', '211436.488000', '211436.491000', '211436.493000', '211436.496000', '211436.498000', '211436.501000', '211436.503000', '211436.506000', '211436.509000', '211436.511000', '211436.514000', '211436.516000', '211436.519000', '211436.521000', '211436.524000', '211436.527000', '211436.529000', '211436.532000', '211436.534000', '211436.537000', '211436.539000', '211436.542000', '211436.545000', '211436.547000', '211436.550000', '211436.552000', '211436.555000', '211436.557000', '211436.560000', '211436.562000', '211436.565000', '211436.568000', '211436.570000', '211436.573000', '211436.576000', '211436.578000', '211436.581000', '211436.584000', '211436.586000', '211456.478000', '211456.480000', '211456.483000', '211456.486000', '211456.488000', '211456.491000', '211456.493000', '211456.496000', '211456.499000', '211456.501000', '211456.504000', '211456.506000', '211456.509000', '211456.511000', '211456.514000', '211456.517000', '211456.519000', '211456.522000', '211456.524000', '211456.527000', '211456.529000', '211456.532000', '211456.535000', '211456.537000', '211456.540000', '211456.542000', '211456.545000', '211456.548000', '211456.550000', '211456.553000', '211456.555000', '211456.558000', '211456.561000', '211456.563000', '211456.566000', '211456.569000', '211456.571000', '211456.574000', '211456.576000', '211456.579000', '211456.581000', '211456.584000', '211456.587000', '211456.589000', '211516.478000', '211516.480000', '211516.483000', '211516.486000', '211516.488000', '211516.491000', '211516.493000', '211516.496000', '211516.499000', '211516.501000', '211516.504000', '211516.506000', '211516.509000', '211516.512000', '211516.514000', '211516.517000', '211516.519000', '211516.522000', '211516.525000', '211516.527000', '211516.530000', '211516.532000', '211516.535000', '211516.537000', '211516.540000', '211516.543000', '211516.545000', '211516.548000', '211516.551000', '211516.553000', '211516.556000', '211516.559000', '211516.561000', '211516.564000', '211516.566000', '211516.569000', '211516.572000', '211516.574000', '211516.577000', '211516.579000', '211516.582000', '211516.585000', '211516.587000', '211536.477000', '211536.480000', '211536.483000', '211536.486000', '211536.488000', '211536.491000', '211536.494000', '211536.497000', '211536.499000', '211536.502000', '211536.505000', '211536.507000', '211536.510000', '211536.513000', '211536.516000', '211536.518000', '211536.521000', '211536.541000', '211536.543000', '211536.546000', '211536.549000', '211536.551000', '211536.554000', '211536.557000', '211536.559000', '211536.562000', '211536.565000', '211536.567000', '211536.570000', '211536.573000', '211536.575000', '211536.578000', '211536.581000', '211536.583000', '211536.586000', '211536.589000', '211536.591000', '211536.594000', '211536.597000', '211536.599000', '211536.602000', '211536.605000', '211536.607000', '211536.610000', '211556.477000', '211556.479000', '211556.482000', '211556.485000', '211556.488000', '211556.490000', '211556.493000', '211556.495000', '211556.498000', '211556.500000', '211556.503000', '211556.506000', '211556.508000', '211556.511000', '211556.513000', '211556.516000', '211556.519000', '211556.521000', '211556.524000', '211556.526000', '211556.529000', '211556.532000', '211556.534000', '211556.537000', '211556.539000', '211556.542000', '211556.545000', '211556.547000', '211556.550000', '211556.552000', '211556.555000', '211556.558000', '211556.560000', '211556.563000', '211556.565000', '211556.568000', '211556.571000', '211556.573000', '211556.576000', '211556.578000', '211556.581000', '211556.583000', '211556.586000', '211616.478000', '211616.481000', '211616.483000', '211616.486000', '211616.488000', '211616.491000', '211616.494000', '211616.496000', '211616.499000', '211616.501000', '211616.504000', '211616.507000', '211616.509000', '211616.512000', '211616.514000', '211616.517000', '211616.520000', '211616.522000', '211616.525000', '211616.527000', '211616.530000', '211616.533000', '211616.535000', '211616.538000', '211616.540000', '211616.543000', '211616.546000', '211616.548000', '211616.551000', '211616.553000', '211616.556000', '211616.559000', '211616.561000', '211616.564000', '211616.566000', '211616.569000', '211616.571000', '211616.574000', '211616.577000', '211616.579000', '211616.582000', '211616.585000', '211616.587000', '211616.590000', '211636.477000', '211636.480000', '211636.483000', '211636.486000', '211636.488000', '211636.491000', '211636.494000', '211636.496000', '211636.499000', '211636.501000', '211636.504000', '211636.506000', '211636.509000', '211636.512000', '211636.514000', '211636.517000', '211636.519000', '211636.522000', '211636.525000', '211636.527000', '211636.530000', '211636.532000', '211636.535000', '211636.538000', '211636.540000', '211636.543000', '211636.545000', '211636.548000', '211636.551000', '211636.553000', '211636.556000', '211636.558000', '211636.561000', '211636.564000', '211636.566000', '211636.569000', '211636.571000', '211636.574000', '211636.577000', '211636.579000', '211636.582000', '211636.584000', '211636.587000', '211656.478000', '211656.481000', '211656.484000', '211656.487000', '211656.489000', '211656.492000', '211656.494000', '211656.497000', '211656.500000', '211656.502000', '211656.505000', '211656.508000', '211656.510000', '211656.513000', '211656.516000', '211656.518000', '211656.521000', '211656.523000', '211656.526000', '211656.529000', '211656.531000', '211656.534000', '211656.537000', '211656.539000', '211656.542000', '211656.544000', '211656.547000', '211656.550000', '211656.572000', '211656.575000', '211656.578000', '211656.580000', '211656.583000', '211656.585000', '211656.588000', '211656.591000', '211656.593000', '211656.596000', '211656.598000', '211656.601000', '211656.604000', '211656.606000', '211656.609000', '211656.612000', '211716.477000', '211716.480000', '211716.483000', '211716.485000', '211716.488000', '211716.491000', '211716.493000', '211716.496000', '211716.498000', '211716.501000', '211716.504000', '211716.506000', '211716.509000', '211716.511000', '211716.514000', '211716.517000', '211716.519000', '211716.522000', '211716.524000', '211716.527000', '211716.530000', '211716.532000', '211716.535000', '211716.537000', '211716.540000', '211716.542000', '211716.545000', '211716.548000', '211716.550000', '211716.553000', '211716.556000', '211716.558000', '211716.561000', '211716.563000', '211716.566000', '211716.569000', '211716.571000', '211716.574000', '211716.576000', '211716.579000', '211716.581000', '211716.584000', '211716.587000', '211736.478000', '211736.480000', '211736.483000', '211736.485000', '211736.488000', '211736.491000', '211736.493000', '211736.496000', '211736.498000', '211736.501000', '211736.504000', '211736.506000', '211736.509000', '211736.511000', '211736.514000', '211736.517000', '211736.519000', '211736.522000', '211736.525000', '211736.527000', '211736.530000', '211736.532000', '211736.535000', '211736.538000', '211736.540000', '211736.543000', '211736.546000', '211736.548000', '211736.551000', '211736.553000', '211736.556000', '211736.558000', '211736.561000', '211736.564000', '211736.566000', '211736.569000', '211736.571000', '211736.574000', '211736.577000', '211736.579000', '211736.582000', '211736.584000', '211736.587000', '211736.590000', '211756.478000', '211756.480000', '211756.483000', '211756.486000', '211756.488000', '211756.491000', '211756.493000', '211756.496000', '211756.498000', '211756.501000', '211756.504000', '211756.506000', '211756.510000', '211756.513000', '211756.515000', '211756.518000', '211756.521000', '211756.523000', '211756.526000', '211756.528000', '211756.531000', '211756.534000', '211756.536000', '211756.539000', '211756.541000', '211756.544000', '211756.547000', '211756.550000', '211756.552000', '211756.555000', '211756.557000', '211756.560000', '211756.563000', '211756.565000', '211756.568000', '211756.570000', '211756.573000', '211756.575000', '211756.578000', '211756.581000', '211756.583000', '211756.586000', '211756.589000', '211816.477000', '211816.479000', '211816.482000', '211816.485000', '211816.487000', '211816.490000', '211816.492000', '211816.495000', '211816.498000', '211816.500000', '211816.503000', '211816.505000', '211816.508000', '211816.511000', '211816.513000', '211816.516000', '211816.520000', '211816.522000', '211816.525000', '211816.527000', '211816.530000', '211816.533000', '211816.535000', '211816.538000', '211816.541000', '211816.543000', '211816.546000', '211816.548000', '211816.551000', '211816.554000', '211816.556000', '211816.559000', '211816.561000', '211816.564000', '211816.566000', '211816.569000', '211816.572000', '211816.575000', '211816.577000', '211816.580000', '211816.583000', '211816.585000', '211816.588000', '211836.478000', '211836.480000', '211836.483000', '211836.486000', '211836.488000', '211836.491000', '211836.493000', '211836.496000', '211836.499000', '211836.501000', '211836.504000', '211836.506000', '211836.509000', '211836.511000', '211836.514000', '211836.517000', '211836.519000', '211836.522000', '211836.524000', '211836.527000', '211836.530000', '211836.532000', '211836.535000', '211836.537000', '211836.540000', '211836.542000', '211836.545000', '211836.548000', '211836.550000', '211836.553000', '211836.556000', '211836.558000', '211836.561000', '211836.563000', '211836.566000', '211836.568000', '211836.571000', '211836.581000', '211836.584000', '211836.586000', '211836.589000', '211836.591000', '211836.594000', '211836.597000', '211856.478000', '211856.480000', '211856.483000', '211856.486000', '211856.488000', '211856.491000', '211856.493000', '211856.496000', '211856.499000', '211856.501000', '211856.504000', '211856.507000', '211856.509000', '211856.512000', '211856.514000', '211856.517000', '211856.520000', '211856.522000', '211856.525000', '211856.527000', '211856.530000', '211856.532000', '211856.535000', '211856.538000', '211856.540000', '211856.543000', '211856.546000', '211856.548000', '211856.551000', '211856.554000', '211856.556000', '211856.559000', '211856.562000', '211856.564000', '211856.567000', '211856.570000', '211856.572000', '211856.575000', '211856.577000', '211856.580000', '211856.583000', '211856.585000', '211856.588000', '211916.478000', '211916.480000', '211916.483000', '211916.486000', '211916.488000', '211916.491000', '211916.493000', '211916.496000', '211916.499000', '211916.501000', '211916.504000', '211916.506000', '211916.509000', '211916.511000', '211916.514000', '211916.517000', '211916.519000', '211916.522000', '211916.524000', '211916.527000', '211916.529000', '211916.532000', '211916.535000', '211916.537000', '211916.540000', '211916.542000', '211916.545000', '211916.548000', '211916.550000', '211916.553000', '211916.555000', '211916.558000', '211916.560000', '211916.563000', '211916.566000', '211916.568000', '211916.571000', '211916.573000', '211916.576000', '211916.579000', '211916.581000', '211916.584000', '211916.586000', '211916.589000', '211936.477000', '211936.480000', '211936.483000', '211936.486000', '211936.488000', '211936.491000', '211936.494000', '211936.496000', '211936.499000', '211936.501000', '211936.504000', '211936.507000', '211936.509000', '211936.512000', '211936.516000', '211936.519000', '211936.521000', '211936.524000', '211936.526000', '211936.529000', '211936.532000', '211936.534000', '211936.537000', '211936.539000', '211936.542000', '211936.545000', '211936.547000', '211936.550000', '211936.552000', '211936.555000', '211936.559000', '211936.561000', '211936.564000', '211936.567000', '211936.569000', '211936.604000', '211936.606000', '211936.609000', '211936.612000', '211936.614000', '211936.617000', '211936.619000', '211936.622000', '211956.477000', '211956.480000', '211956.483000', '211956.486000', '211956.488000', '211956.491000', '211956.494000', '211956.496000', '211956.499000', '211956.501000', '211956.504000', '211956.507000', '211956.509000', '211956.512000', '211956.514000', '211956.517000', '211956.520000', '211956.522000', '211956.525000', '211956.527000', '211956.530000', '211956.533000', '211956.535000', '211956.538000', '211956.540000', '211956.543000', '211956.545000', '211956.548000', '211956.551000', '211956.553000', '211956.556000', '211956.558000', '211956.561000', '211956.564000', '211956.566000', '211956.569000', '211956.572000', '211956.574000', '211956.577000', '211956.579000', '211956.582000', '211956.585000', '211956.587000', '211956.590000', '212007.802000', '212007.806000', '212007.808000', '212007.811000', '212007.814000', '212007.817000', '212007.819000', '212007.822000', '212007.825000', '212007.827000', '212007.830000', '212007.832000', '212007.835000', '212007.838000', '212007.840000', '212007.843000', '212007.845000', '212007.849000', '212007.851000', '212007.854000', '212007.858000', '212007.861000', '212007.864000', '212007.866000', '212007.869000'], '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': [15234, 9376, 14633, 8879, 12775, 8581, 11555, 9373, 12397, 9110, 9922, 9396, 8246, 11110, 7134, 11647, 7181, 12035, 7973, 12979, 9083, 12588, 9567, 12305, 10202, 12866, 10354, 7993, 12557, 8536, 14058, 9785, 13788, 10176, 13013, 10523, 13409, 10898, 7624, 11828, 7882, 11675, 8312, 13200, 8441, 13484, 8889, 12242, 9691, 12250, 9991, 12613, 9764, 9415, 11041, 9776, 11088, 7974, 11877, 7326, 11517, 8192, 12281, 9744, 12431, 9715, 10373, 10774, 11409, 11121, 9443, 11563, 7531, 11623, 7931, 12168, 9601, 11737, 7072, 11303, 7564, 11712, 9146, 12025, 7847, 11920, 7258, 11568, 7796, 12321, 8138, 12596, 8958, 12187, 10002, 12342, 10368, 12507, 10117, 8706, 11165, 8048, 12247, 8372, 12839, 9454, 12643, 10131, 12606, 10193, 12309, 9967, 9963, 10827, 11132, 10895, 8899, 11765, 7034, 11637, 8045, 12311, 8099, 12961, 9295, 12445, 10110, 12504, 10318, 10793, 11313, 8144, 11757, 8302, 12488, 8442, 13508, 9426, 12647, 10073, 12778, 10651, 10109, 11321, 7665, 11672, 8108, 12432, 9955, 10206, 10566, 7964, 12177, 8344, 13014, 9614, 11642, 10584, 11372, 10998, 8162, 11857, 7430, 12212, 9275, 13563, 10835, 11111, 10395, 9097, 11394, 9454, 13477, 7373, 12211, 8958, 13087, 10186, 13214, 10090, 7769, 11620, 8318, 12405, 8138, 13787, 8910, 11942, 9992, 13090, 10386, 10723, 10596, 6953, 11432, 8164, 12631, 9436, 13098, 9571, 10491, 10809, 8260, 11919, 7915, 12373, 9751, 13186, 10274, 11522, 10381, 7796, 11729, 7995, 13829, 8703, 12944, 9622, 11650, 10666, 8107, 11874, 7877, 12085, 9724, 14194, 10540, 8025, 11487, 7780, 12277, 8246, 14069, 9117, 12390, 10735, 10853, 11648, 7402, 12050, 8696, 12119, 9967, 13143, 9768, 8044, 11210, 7922, 12070, 8274, 13829, 8827, 11965, 10049, 12640, 10499, 10607, 10641, 8189, 11696, 7919, 12768, 7788, 12098, 9015, 12427, 10356, 12975, 10069, 8739, 10912, 8161, 11636, 7959, 12838, 7569, 12058, 8624, 12238, 10079, 12873, 10363, 12167, 10017, 8453, 11794, 7815, 12663, 8148, 13155, 9355, 12659, 10346, 12434, 10437, 11327, 10289, 8575, 11665, 7839, 12412, 7941, 12472, 7902, 12249, 8792, 12779, 9751, 13033, 10039, 10137, 10442, 8013, 12041, 8636, 12809, 9646, 9290, 11409, 7752, 12277, 7977, 12110, 8358, 12359, 9516, 13428, 10019, 12526, 9876, 12660, 10453, 12826, 10789, 7945, 11184, 7808, 11752, 8113, 12902, 7745, 12019, 8100, 12092, 8938, 12799, 9366, 12562, 9509, 12713, 10197, 12892, 9982, 12735, 9869, 10505, 10731, 10307, 11192, 7847, 11325, 7750, 11727, 7992, 12484, 8216, 12402, 9393, 12348, 10196, 12486, 9994, 13029, 9833, 12158, 10354, 12184, 10716, 10188, 11503, 7659, 11908, 8141, 12281, 7887, 13523, 7598, 11913, 7850, 12552, 8513, 12849, 9306, 12746, 9917, 12753, 10573, 12570, 10504, 8308, 11277, 8298, 11753, 9216, 11993, 7749, 11902, 7648, 11789, 8337, 12514, 8637, 12825, 9459, 12908, 10177, 12943, 10365, 12689, 10113, 10805, 9924, 9543, 11217, 8067, 11826, 7386, 12031, 8529, 12365, 9853, 13127, 10030, 9477, 11169, 7902, 12095, 8116, 13602, 9308, 12517, 10209, 12736, 10454, 11321, 11294, 7866, 11800, 7675, 12112, 8146, 13228, 8514, 12343, 9437, 12927, 10395, 12609, 10396, 12090, 10219, 8751, 11651, 8029, 12210, 8003, 12495, 9115, 12725, 10474, 12556, 10585, 11190, 10913, 7819, 11403, 8049, 12926, 8297, 13171, 9603, 12828, 10411, 12460, 10802, 9804, 11753, 7617, 11960, 8595, 12574, 8615, 13398, 9343, 12968, 10086, 13071, 10501, 12938, 10477, 8908, 11112, 8129, 11858, 8069, 12925, 7884, 12217, 9413, 12865, 10656, 13136, 10560, 8519, 11636, 7775, 11958, 7865, 13333, 8015, 12614, 9094, 12846, 10353, 12823, 10757, 12363, 10262, 9136, 11547, 7874, 12087, 8160, 12401, 9055, 12860, 10090, 12962, 10550, 12789, 10537, 8643, 11750, 8015, 11935, 8171, 12312, 8479, 12430, 9615, 12679, 10259, 12929, 10392, 8195, 11088, 7977, 12153, 8478, 13124, 10102, 11530, 10959, 9344, 11981, 8218, 12770, 8507, 12535, 10182, 13084, 10768, 8225, 11616, 8029, 12052, 8296, 13138, 8408, 12891, 9405, 12897, 10164, 13086, 10270, 9910, 11344, 7924, 11648, 8585, 13617, 9160, 12897, 10402, 11871, 11254, 9494, 11957, 7858, 11933, 8529, 13072, 8279, 12195, 7431, 12035, 8883, 13116, 9203, 13129, 9889, 12638, 10284, 12728, 10614, 12498, 10694, 7532, 11831, 8186, 12232, 10548, 11310, 11447, 7497, 11965, 9100, 12901, 10024, 13376, 10073, 11760, 10852, 11628, 10835, 12186, 11638, 7518, 12118, 7556, 11917, 7750, 12701, 8524, 12470, 9895, 12706, 10362, 10171, 11843, 7876, 12289, 8339, 12700, 9305, 13832, 10188, 11652, 11013, 9497, 11597, 8307, 12928, 8183, 12752, 9285, 12797, 10464, 13093, 10826, 8309, 12208, 8046, 12506, 8747, 13700, 9763, 12742, 10179, 12993, 10558, 13197, 10826, 9059, 11091, 8447, 11613, 7827, 11993, 8183, 12454, 8939, 12713, 9860, 12901, 10676, 12443, 10964, 7974, 11985, 8513, 12537, 9133, 13341, 10102, 12063, 10892, 9709, 11674, 10092, 12448, 7739, 12231, 7729, 12595, 9191, 13123, 10687, 11146, 10936, 7733, 11939, 8174, 13357, 7984, 12539, 8700, 12759, 10489, 13129, 10546, 8166, 11826, 8091, 12572, 8769, 13198, 9967, 13206, 10812, 11094, 12112, 7946, 12195, 8609, 13223, 9562, 13750, 10623, 11508, 10682, 9155, 11810, 9972, 12089, 7951, 12391, 7429, 12529, 9054, 12921, 10375, 13299, 10516, 10149, 11415, 9322, 11836, 8359, 12514, 7923, 12238, 9154, 12690, 10367, 12850, 10947, 11739, 11743, 8069, 12231, 8434, 12875, 8767, 13148, 9117, 12884, 10763, 12635, 11259, 8194, 12539, 7975, 12668, 9814, 13173, 10919, 11135, 11445, 8071, 12361, 9177, 13449, 9432, 12941, 10099, 13279, 10713, 10806, 11626, 7856, 12046, 8019, 12196, 8489, 12461, 8528, 12562, 8659, 12493, 10259, 12998, 10816, 12812, 10815, 8038, 11909, 8305, 12131, 8468, 12691, 7691, 12128, 8710, 12659, 10728, 13387, 10510, 8666, 11801, 8211, 12147, 8625, 14148, 7986, 12572, 9133, 12959, 10175, 13740, 10369, 11829, 10660, 11207, 11513, 12341, 11762, 7701, 12163, 7673, 11991, 8299, 12893, 9966, 13019, 10150, 13291, 10368, 12868, 11274, 8384, 12314, 7622, 12268, 8829, 13360, 10240, 13230, 10173, 9990, 11673, 8616, 13146, 8122, 12693, 10172, 12860, 11181, 8908, 12267, 7499, 12899, 10112, 13309, 10985, 8736, 12158, 7385, 12511, 10232, 13109, 11231, 7806, 12448, 7993, 12869, 10184, 13940, 10476, 10058, 11392, 7986, 11800, 8448, 13691, 8818, 12596, 10142, 8768, 11668, 8569, 13338, 9266, 12437, 10417, 11951, 11451, 8346, 12360, 8296, 12853, 10866, 12422, 11416, 7746, 12120, 7870, 12487, 9956, 13397, 10469, 9674, 11021, 7757, 12155, 8966, 13351, 9360, 13029, 10470, 12985, 11048, 10929, 11935, 8030, 12165, 7924, 12184, 8438, 12462, 8397, 12589, 8854, 13123, 10387, 12917, 10931, 11525, 11127, 8025, 11757, 7953, 12391, 8895, 12753, 10197, 12316, 10674, 10541, 11809, 9350, 12343, 7649, 12126, 8237, 12244, 8821, 13373, 9047, 13303, 9531, 13052, 10482, 13090, 11170, 8428, 12255, 7663, 12665, 10209, 13466, 10984, 9594, 11990, 7964, 12353, 8967, 13281, 9418, 13010, 10245, 12948, 10421, 13093, 11015, 13012, 10522, 9501, 11624, 10517, 11764, 9307, 12205, 8121, 12502, 8768, 12802, 10440, 12994, 11088, 8660, 12180, 8102, 12272, 9066, 12522, 10935, 12843, 11083, 7940, 12252, 9419, 13581, 10163, 13304, 10114, 12824, 10867, 13323, 11076, 8474, 11778, 8038, 12277, 9184, 12403, 7903, 12164, 7944, 12114, 8281, 12486, 8439, 12591, 8311, 13357, 9549, 13416, 9356, 13201, 10803, 12588, 10201, 9474, 11526, 10685, 11767, 8159, 12594, 8116, 13293, 10191, 13041, 11185, 11513, 12157, 7938, 12422, 9598, 13454, 11160, 12051, 11496, 7922, 12129, 8752, 13137, 8676], 'WindowCenter': [3752.0, 3705.0, 3725.0, 3706.0, 3724.0, 3704.0, 3711.0, 3687.0, 3708.0, 3688.0, 3698.0, 3698.0, 3677.0, 3696.0, 3666.0, 3696.0, 3666.0, 3709.0, 3690.0, 3710.0, 3688.0, 3709.0, 3699.0, 3709.0, 3712.0, 3711.0, 3688.0, 3674.0, 3712.0, 3688.0, 3724.0, 3699.0, 3708.0, 3687.0, 3696.0, 3698.0, 3709.0, 3687.0, 3665.0, 3696.0, 3663.0, 3697.0, 3664.0, 3697.0, 3663.0, 3695.0, 3673.0, 3683.0, 3674.0, 3683.0, 3675.0, 3694.0, 3684.0, 3674.0, 3695.0, 3684.0, 3686.0, 3664.0, 3697.0, 3665.0, 3696.0, 3676.0, 3697.0, 3686.0, 3697.0, 3687.0, 3685.0, 3698.0, 3697.0, 3697.0, 3686.0, 3697.0, 3663.0, 3697.0, 3662.0, 3697.0, 3674.0, 3684.0, 3651.0, 3685.0, 3661.0, 3695.0, 3673.0, 3695.0, 3662.0, 3683.0, 3662.0, 3684.0, 3663.0, 3696.0, 3664.0, 3695.0, 3675.0, 3694.0, 3685.0, 3695.0, 3686.0, 3695.0, 3686.0, 3675.0, 3696.0, 3674.0, 3698.0, 3676.0, 3708.0, 3687.0, 3697.0, 3686.0, 3697.0, 3687.0, 3697.0, 3686.0, 3686.0, 3696.0, 3695.0, 3697.0, 3674.0, 3696.0, 3664.0, 3696.0, 3674.0, 3698.0, 3676.0, 3697.0, 3686.0, 3696.0, 3686.0, 3697.0, 3688.0, 3696.0, 3697.0, 3675.0, 3697.0, 3674.0, 3708.0, 3676.0, 3707.0, 3687.0, 3697.0, 3697.0, 3708.0, 3697.0, 3697.0, 3697.0, 3675.0, 3696.0, 3676.0, 3708.0, 3698.0, 3698.0, 3699.0, 3676.0, 3711.0, 3689.0, 3722.0, 3701.0, 3709.0, 3700.0, 3698.0, 3699.0, 3676.0, 3698.0, 3676.0, 3708.0, 3688.0, 3708.0, 3699.0, 3697.0, 3698.0, 3686.0, 3699.0, 3686.0, 3708.0, 3666.0, 3696.0, 3685.0, 3707.0, 3686.0, 3706.0, 3687.0, 3663.0, 3697.0, 3674.0, 3697.0, 3674.0, 3706.0, 3686.0, 3695.0, 3686.0, 3707.0, 3698.0, 3697.0, 3697.0, 3664.0, 3696.0, 3677.0, 3709.0, 3688.0, 3708.0, 3687.0, 3697.0, 3697.0, 3686.0, 3708.0, 3677.0, 3707.0, 3698.0, 3709.0, 3699.0, 3697.0, 3697.0, 3675.0, 3698.0, 3675.0, 3709.0, 3676.0, 3696.0, 3686.0, 3696.0, 3698.0, 3676.0, 3698.0, 3676.0, 3696.0, 3688.0, 3707.0, 3697.0, 3675.0, 3697.0, 3663.0, 3698.0, 3676.0, 3708.0, 3675.0, 3695.0, 3696.0, 3685.0, 3696.0, 3663.0, 3695.0, 3673.0, 3694.0, 3685.0, 3696.0, 3685.0, 3663.0, 3696.0, 3674.0, 3698.0, 3673.0, 3707.0, 3686.0, 3695.0, 3686.0, 3696.0, 3686.0, 3684.0, 3684.0, 3662.0, 3695.0, 3663.0, 3696.0, 3664.0, 3695.0, 3674.0, 3694.0, 3686.0, 3695.0, 3684.0, 3674.0, 3685.0, 3672.0, 3696.0, 3663.0, 3695.0, 3662.0, 3695.0, 3674.0, 3695.0, 3685.0, 3694.0, 3685.0, 3695.0, 3686.0, 3674.0, 3697.0, 3664.0, 3697.0, 3674.0, 3707.0, 3685.0, 3696.0, 3686.0, 3696.0, 3686.0, 3696.0, 3687.0, 3675.0, 3696.0, 3664.0, 3698.0, 3675.0, 3696.0, 3676.0, 3696.0, 3675.0, 3696.0, 3687.0, 3696.0, 3686.0, 3696.0, 3697.0, 3675.0, 3709.0, 3688.0, 3710.0, 3700.0, 3699.0, 3710.0, 3679.0, 3711.0, 3688.0, 3710.0, 3688.0, 3709.0, 3700.0, 3709.0, 3698.0, 3708.0, 3698.0, 3707.0, 3698.0, 3707.0, 3698.0, 3675.0, 3697.0, 3664.0, 3696.0, 3674.0, 3698.0, 3664.0, 3696.0, 3674.0, 3695.0, 3675.0, 3696.0, 3675.0, 3697.0, 3686.0, 3706.0, 3697.0, 3707.0, 3687.0, 3708.0, 3698.0, 3696.0, 3697.0, 3698.0, 3698.0, 3676.0, 3698.0, 3676.0, 3709.0, 3676.0, 3709.0, 3676.0, 3709.0, 3688.0, 3709.0, 3699.0, 3698.0, 3687.0, 3696.0, 3687.0, 3696.0, 3686.0, 3696.0, 3697.0, 3685.0, 3697.0, 3664.0, 3697.0, 3674.0, 3698.0, 3674.0, 3708.0, 3676.0, 3696.0, 3674.0, 3697.0, 3675.0, 3697.0, 3686.0, 3696.0, 3687.0, 3695.0, 3696.0, 3697.0, 3698.0, 3675.0, 3697.0, 3674.0, 3698.0, 3685.0, 3698.0, 3664.0, 3696.0, 3675.0, 3697.0, 3674.0, 3697.0, 3675.0, 3696.0, 3686.0, 3696.0, 3686.0, 3707.0, 3697.0, 3697.0, 3698.0, 3697.0, 3686.0, 3686.0, 3698.0, 3676.0, 3709.0, 3677.0, 3709.0, 3687.0, 3710.0, 3700.0, 3709.0, 3699.0, 3698.0, 3699.0, 3676.0, 3710.0, 3677.0, 3709.0, 3688.0, 3708.0, 3698.0, 3707.0, 3698.0, 3697.0, 3698.0, 3675.0, 3698.0, 3664.0, 3709.0, 3675.0, 3708.0, 3675.0, 3696.0, 3686.0, 3696.0, 3687.0, 3696.0, 3688.0, 3697.0, 3698.0, 3685.0, 3698.0, 3675.0, 3710.0, 3675.0, 3707.0, 3687.0, 3707.0, 3698.0, 3708.0, 3699.0, 3699.0, 3711.0, 3679.0, 3709.0, 3676.0, 3710.0, 3677.0, 3708.0, 3699.0, 3708.0, 3698.0, 3709.0, 3699.0, 3687.0, 3709.0, 3677.0, 3698.0, 3686.0, 3710.0, 3676.0, 3708.0, 3686.0, 3696.0, 3697.0, 3707.0, 3698.0, 3696.0, 3697.0, 3686.0, 3697.0, 3674.0, 3698.0, 3677.0, 3709.0, 3676.0, 3697.0, 3687.0, 3707.0, 3698.0, 3709.0, 3699.0, 3686.0, 3697.0, 3676.0, 3709.0, 3676.0, 3710.0, 3677.0, 3697.0, 3687.0, 3708.0, 3698.0, 3709.0, 3699.0, 3698.0, 3687.0, 3686.0, 3697.0, 3675.0, 3708.0, 3676.0, 3708.0, 3687.0, 3708.0, 3698.0, 3709.0, 3700.0, 3708.0, 3699.0, 3687.0, 3709.0, 3676.0, 3709.0, 3677.0, 3709.0, 3687.0, 3709.0, 3698.0, 3709.0, 3700.0, 3709.0, 3700.0, 3688.0, 3711.0, 3688.0, 3711.0, 3689.0, 3712.0, 3700.0, 3711.0, 3710.0, 3700.0, 3711.0, 3688.0, 3721.0, 3700.0, 3710.0, 3711.0, 3722.0, 3711.0, 3689.0, 3710.0, 3688.0, 3712.0, 3689.0, 3723.0, 3689.0, 3709.0, 3699.0, 3709.0, 3700.0, 3711.0, 3700.0, 3699.0, 3710.0, 3688.0, 3711.0, 3689.0, 3721.0, 3699.0, 3709.0, 3699.0, 3698.0, 3699.0, 3687.0, 3698.0, 3674.0, 3697.0, 3675.0, 3698.0, 3664.0, 3696.0, 3663.0, 3694.0, 3674.0, 3695.0, 3674.0, 3695.0, 3685.0, 3709.0, 3714.0, 3707.0, 3697.0, 3695.0, 3685.0, 3674.0, 3697.0, 3676.0, 3708.0, 3699.0, 3698.0, 3710.0, 3678.0, 3710.0, 3688.0, 3710.0, 3699.0, 3709.0, 3689.0, 3698.0, 3698.0, 3696.0, 3688.0, 3696.0, 3685.0, 3663.0, 3696.0, 3663.0, 3696.0, 3663.0, 3708.0, 3674.0, 3707.0, 3697.0, 3707.0, 3698.0, 3698.0, 3709.0, 3688.0, 3709.0, 3687.0, 3710.0, 3688.0, 3709.0, 3699.0, 3708.0, 3699.0, 3687.0, 3699.0, 3676.0, 3708.0, 3677.0, 3707.0, 3685.0, 3707.0, 3699.0, 3708.0, 3698.0, 3676.0, 3697.0, 3676.0, 3709.0, 3676.0, 3709.0, 3688.0, 3697.0, 3697.0, 3696.0, 3697.0, 3707.0, 3697.0, 3686.0, 3698.0, 3675.0, 3699.0, 3676.0, 3709.0, 3688.0, 3710.0, 3688.0, 3709.0, 3700.0, 3710.0, 3712.0, 3710.0, 3711.0, 3690.0, 3711.0, 3690.0, 3712.0, 3691.0, 3711.0, 3699.0, 3709.0, 3700.0, 3688.0, 3700.0, 3687.0, 3710.0, 3665.0, 3698.0, 3677.0, 3708.0, 3689.0, 3709.0, 3698.0, 3699.0, 3699.0, 3677.0, 3710.0, 3676.0, 3711.0, 3677.0, 3709.0, 3688.0, 3708.0, 3700.0, 3710.0, 3699.0, 3687.0, 3709.0, 3677.0, 3711.0, 3689.0, 3720.0, 3699.0, 3709.0, 3710.0, 3709.0, 3709.0, 3678.0, 3709.0, 3677.0, 3710.0, 3687.0, 3709.0, 3687.0, 3697.0, 3688.0, 3684.0, 3698.0, 3687.0, 3699.0, 3675.0, 3708.0, 3677.0, 3709.0, 3688.0, 3710.0, 3700.0, 3709.0, 3698.0, 3698.0, 3709.0, 3687.0, 3711.0, 3688.0, 3711.0, 3678.0, 3709.0, 3700.0, 3710.0, 3701.0, 3711.0, 3711.0, 3710.0, 3710.0, 3677.0, 3710.0, 3677.0, 3711.0, 3676.0, 3708.0, 3687.0, 3708.0, 3700.0, 3709.0, 3699.0, 3676.0, 3708.0, 3678.0, 3708.0, 3688.0, 3709.0, 3698.0, 3697.0, 3697.0, 3675.0, 3708.0, 3687.0, 3710.0, 3687.0, 3697.0, 3687.0, 3707.0, 3697.0, 3696.0, 3698.0, 3675.0, 3697.0, 3675.0, 3697.0, 3676.0, 3697.0, 3675.0, 3707.0, 3688.0, 3709.0, 3700.0, 3710.0, 3711.0, 3711.0, 3711.0, 3689.0, 3711.0, 3688.0, 3711.0, 3677.0, 3711.0, 3678.0, 3709.0, 3688.0, 3710.0, 3711.0, 3711.0, 3700.0, 3688.0, 3710.0, 3677.0, 3711.0, 3687.0, 3711.0, 3677.0, 3698.0, 3686.0, 3698.0, 3687.0, 3697.0, 3687.0, 3696.0, 3686.0, 3686.0, 3697.0, 3696.0, 3697.0, 3663.0, 3696.0, 3664.0, 3697.0, 3676.0, 3708.0, 3687.0, 3708.0, 3698.0, 3709.0, 3699.0, 3708.0, 3700.0, 3688.0, 3710.0, 3678.0, 3711.0, 3688.0, 3711.0, 3700.0, 3708.0, 3698.0, 3687.0, 3698.0, 3687.0, 3710.0, 3678.0, 3709.0, 3698.0, 3709.0, 3699.0, 3687.0, 3709.0, 3678.0, 3709.0, 3698.0, 3709.0, 3700.0, 3688.0, 3710.0, 3679.0, 3711.0, 3702.0, 3722.0, 3712.0, 3679.0, 3711.0, 3690.0, 3711.0, 3701.0, 3722.0, 3701.0, 3700.0, 3711.0, 3677.0, 3711.0, 3689.0, 3721.0, 3690.0, 3709.0, 3699.0, 3687.0, 3710.0, 3689.0, 3721.0, 3700.0, 3710.0, 3700.0, 3710.0, 3711.0, 3679.0, 3710.0, 3688.0, 3709.0, 3710.0, 3709.0, 3700.0, 3677.0, 3709.0, 3678.0, 3709.0, 3688.0, 3709.0, 3698.0, 3687.0, 3698.0, 3676.0, 3710.0, 3689.0, 3710.0, 3689.0, 3708.0, 3698.0, 3708.0, 3698.0, 3697.0, 3698.0, 3675.0, 3697.0, 3676.0, 3699.0, 3675.0, 3697.0, 3675.0, 3697.0, 3686.0, 3707.0, 3699.0, 3709.0, 3700.0, 3699.0, 3699.0, 3689.0, 3710.0, 3689.0, 3711.0, 3690.0, 3712.0, 3702.0, 3711.0, 3702.0, 3700.0, 3712.0, 3689.0, 3711.0, 3678.0, 3711.0, 3688.0, 3710.0, 3688.0, 3712.0, 3688.0, 3709.0, 3699.0, 3707.0, 3700.0, 3709.0, 3710.0, 3688.0, 3710.0, 3678.0, 3710.0, 3712.0, 3722.0, 3712.0, 3700.0, 3710.0, 3677.0, 3710.0, 3689.0, 3710.0, 3689.0, 3709.0, 3699.0, 3708.0, 3699.0, 3708.0, 3699.0, 3708.0, 3698.0, 3687.0, 3699.0, 3697.0, 3698.0, 3686.0, 3699.0, 3677.0, 3710.0, 3689.0, 3710.0, 3712.0, 3722.0, 3713.0, 3701.0, 3724.0, 3703.0, 3725.0, 3714.0, 3725.0, 3725.0, 3724.0, 3714.0, 3692.0, 3724.0, 3701.0, 3724.0, 3700.0, 3711.0, 3700.0, 3710.0, 3700.0, 3711.0, 3700.0, 3676.0, 3697.0, 3663.0, 3697.0, 3674.0, 3696.0, 3662.0, 3696.0, 3663.0, 3696.0, 3674.0, 3698.0, 3675.0, 3696.0, 3676.0, 3708.0, 3686.0, 3697.0, 3677.0, 3698.0, 3698.0, 3709.0, 3700.0, 3699.0, 3711.0, 3700.0, 3711.0, 3678.0, 3710.0, 3678.0, 3710.0, 3700.0, 3710.0, 3700.0, 3698.0, 3708.0, 3677.0, 3710.0, 3700.0, 3709.0, 3699.0, 3709.0, 3699.0, 3676.0, 3698.0, 3677.0, 3710.0, 3676.0], 'WindowWidth': [8431.0, 8352.0, 8376.0, 8353.0, 8374.0, 8347.0, 8351.0, 8312.0, 8343.0, 8313.0, 8327.0, 8329.0, 8295.0, 8323.0, 8280.0, 8324.0, 8281.0, 8346.0, 8320.0, 8350.0, 8313.0, 8346.0, 8332.0, 8345.0, 8356.0, 8354.0, 8314.0, 8289.0, 8356.0, 8316.0, 8376.0, 8330.0, 8343.0, 8311.0, 8322.0, 8329.0, 8344.0, 8311.0, 8278.0, 8323.0, 8273.0, 8324.0, 8273.0, 8326.0, 8270.0, 8318.0, 8286.0, 8300.0, 8289.0, 8301.0, 8291.0, 8315.0, 8302.0, 8287.0, 8319.0, 8301.0, 8309.0, 8275.0, 8326.0, 8279.0, 8322.0, 8294.0, 8328.0, 8311.0, 8326.0, 8312.0, 8305.0, 8328.0, 8324.0, 8326.0, 8305.0, 8324.0, 8274.0, 8324.0, 8270.0, 8325.0, 8287.0, 8302.0, 8254.0, 8304.0, 8266.0, 8320.0, 8285.0, 8318.0, 8269.0, 8300.0, 8268.0, 8304.0, 8269.0, 8323.0, 8273.0, 8318.0, 8290.0, 8316.0, 8305.0, 8320.0, 8308.0, 8320.0, 8308.0, 8291.0, 8322.0, 8290.0, 8330.0, 8294.0, 8343.0, 8310.0, 8325.0, 8311.0, 8327.0, 8311.0, 8324.0, 8309.0, 8306.0, 8323.0, 8319.0, 8326.0, 8289.0, 8322.0, 8275.0, 8321.0, 8289.0, 8328.0, 8294.0, 8326.0, 8308.0, 8321.0, 8309.0, 8326.0, 8315.0, 8321.0, 8326.0, 8292.0, 8325.0, 8290.0, 8345.0, 8295.0, 8339.0, 8312.0, 8324.0, 8326.0, 8342.0, 8327.0, 8324.0, 8326.0, 8293.0, 8324.0, 8294.0, 8342.0, 8329.0, 8328.0, 8332.0, 8297.0, 8353.0, 8319.0, 8368.0, 8338.0, 8345.0, 8335.0, 8330.0, 8333.0, 8297.0, 8330.0, 8296.0, 8343.0, 8315.0, 8345.0, 8331.0, 8325.0, 8329.0, 8308.0, 8333.0, 8308.0, 8343.0, 8282.0, 8322.0, 8307.0, 8338.0, 8311.0, 8337.0, 8310.0, 8274.0, 8323.0, 8288.0, 8327.0, 8289.0, 8337.0, 8308.0, 8319.0, 8308.0, 8340.0, 8328.0, 8324.0, 8326.0, 8278.0, 8323.0, 8297.0, 8345.0, 8315.0, 8344.0, 8311.0, 8324.0, 8328.0, 8309.0, 8344.0, 8299.0, 8340.0, 8329.0, 8346.0, 8331.0, 8325.0, 8326.0, 8292.0, 8329.0, 8293.0, 8345.0, 8295.0, 8323.0, 8309.0, 8322.0, 8329.0, 8294.0, 8327.0, 8294.0, 8323.0, 8315.0, 8342.0, 8326.0, 8292.0, 8323.0, 8275.0, 8329.0, 8293.0, 8342.0, 8293.0, 8318.0, 8322.0, 8305.0, 8322.0, 8273.0, 8319.0, 8287.0, 8317.0, 8308.0, 8321.0, 8306.0, 8272.0, 8320.0, 8289.0, 8330.0, 8287.0, 8338.0, 8308.0, 8317.0, 8308.0, 8321.0, 8308.0, 8302.0, 8303.0, 8268.0, 8319.0, 8272.0, 8322.0, 8275.0, 8318.0, 8288.0, 8314.0, 8307.0, 8319.0, 8303.0, 8288.0, 8306.0, 8283.0, 8322.0, 8271.0, 8321.0, 8269.0, 8317.0, 8287.0, 8316.0, 8305.0, 8317.0, 8307.0, 8318.0, 8307.0, 8288.0, 8324.0, 8276.0, 8327.0, 8290.0, 8339.0, 8306.0, 8320.0, 8308.0, 8322.0, 8309.0, 8322.0, 8312.0, 8292.0, 8323.0, 8275.0, 8330.0, 8291.0, 8323.0, 8294.0, 8322.0, 8291.0, 8325.0, 8310.0, 8323.0, 8309.0, 8321.0, 8325.0, 8292.0, 8346.0, 8315.0, 8349.0, 8336.0, 8331.0, 8350.0, 8305.0, 8354.0, 8317.0, 8349.0, 8315.0, 8347.0, 8334.0, 8347.0, 8330.0, 8342.0, 8328.0, 8339.0, 8330.0, 8341.0, 8327.0, 8290.0, 8324.0, 8276.0, 8324.0, 8288.0, 8329.0, 8276.0, 8321.0, 8290.0, 8320.0, 8292.0, 8324.0, 8292.0, 8324.0, 8308.0, 8335.0, 8325.0, 8341.0, 8312.0, 8341.0, 8327.0, 8320.0, 8327.0, 8327.0, 8330.0, 8296.0, 8330.0, 8295.0, 8346.0, 8296.0, 8347.0, 8297.0, 8344.0, 8315.0, 8346.0, 8330.0, 8329.0, 8312.0, 8323.0, 8311.0, 8322.0, 8310.0, 8322.0, 8326.0, 8305.0, 8323.0, 8276.0, 8325.0, 8287.0, 8330.0, 8289.0, 8341.0, 8293.0, 8321.0, 8291.0, 8327.0, 8291.0, 8324.0, 8306.0, 8322.0, 8310.0, 8320.0, 8325.0, 8325.0, 8327.0, 8292.0, 8326.0, 8289.0, 8330.0, 8305.0, 8330.0, 8275.0, 8322.0, 8291.0, 8326.0, 8290.0, 8328.0, 8293.0, 8324.0, 8308.0, 8321.0, 8308.0, 8339.0, 8325.0, 8326.0, 8327.0, 8325.0, 8310.0, 8308.0, 8329.0, 8295.0, 8346.0, 8299.0, 8344.0, 8312.0, 8349.0, 8335.0, 8346.0, 8331.0, 8327.0, 8331.0, 8295.0, 8350.0, 8298.0, 8345.0, 8315.0, 8341.0, 8328.0, 8340.0, 8329.0, 8325.0, 8327.0, 8292.0, 8327.0, 8276.0, 8345.0, 8292.0, 8343.0, 8293.0, 8322.0, 8307.0, 8321.0, 8312.0, 8324.0, 8313.0, 8324.0, 8327.0, 8306.0, 8327.0, 8294.0, 8347.0, 8293.0, 8340.0, 8311.0, 8338.0, 8329.0, 8343.0, 8331.0, 8330.0, 8352.0, 8304.0, 8346.0, 8296.0, 8350.0, 8300.0, 8344.0, 8330.0, 8341.0, 8330.0, 8345.0, 8332.0, 8311.0, 8345.0, 8298.0, 8329.0, 8309.0, 8349.0, 8296.0, 8342.0, 8309.0, 8323.0, 8324.0, 8338.0, 8328.0, 8324.0, 8325.0, 8307.0, 8325.0, 8291.0, 8331.0, 8296.0, 8345.0, 8296.0, 8326.0, 8311.0, 8340.0, 8329.0, 8344.0, 8329.0, 8309.0, 8327.0, 8294.0, 8347.0, 8294.0, 8348.0, 8296.0, 8325.0, 8310.0, 8341.0, 8327.0, 8344.0, 8332.0, 8327.0, 8311.0, 8307.0, 8326.0, 8291.0, 8343.0, 8294.0, 8342.0, 8312.0, 8342.0, 8329.0, 8345.0, 8334.0, 8342.0, 8331.0, 8310.0, 8344.0, 8295.0, 8347.0, 8298.0, 8346.0, 8313.0, 8345.0, 8328.0, 8346.0, 8334.0, 8347.0, 8334.0, 8315.0, 8349.0, 8316.0, 8354.0, 8320.0, 8354.0, 8336.0, 8349.0, 8350.0, 8333.0, 8354.0, 8316.0, 8366.0, 8336.0, 8350.0, 8353.0, 8368.0, 8351.0, 8317.0, 8349.0, 8316.0, 8354.0, 8317.0, 8371.0, 8317.0, 8347.0, 8331.0, 8346.0, 8335.0, 8351.0, 8335.0, 8330.0, 8347.0, 8314.0, 8354.0, 8317.0, 8367.0, 8331.0, 8344.0, 8332.0, 8329.0, 8331.0, 8311.0, 8328.0, 8289.0, 8326.0, 8289.0, 8328.0, 8273.0, 8320.0, 8272.0, 8315.0, 8287.0, 8320.0, 8288.0, 8318.0, 8304.0, 8343.0, 8361.0, 8338.0, 8326.0, 8318.0, 8305.0, 8290.0, 8324.0, 8295.0, 8342.0, 8333.0, 8329.0, 8348.0, 8302.0, 8347.0, 8316.0, 8350.0, 8331.0, 8345.0, 8316.0, 8325.0, 8328.0, 8321.0, 8313.0, 8321.0, 8306.0, 8272.0, 8322.0, 8272.0, 8323.0, 8274.0, 8342.0, 8290.0, 8338.0, 8325.0, 8338.0, 8330.0, 8327.0, 8345.0, 8314.0, 8346.0, 8313.0, 8350.0, 8316.0, 8348.0, 8331.0, 8342.0, 8332.0, 8311.0, 8332.0, 8295.0, 8343.0, 8298.0, 8340.0, 8307.0, 8340.0, 8330.0, 8342.0, 8327.0, 8295.0, 8327.0, 8294.0, 8346.0, 8297.0, 8345.0, 8312.0, 8324.0, 8325.0, 8323.0, 8325.0, 8340.0, 8325.0, 8307.0, 8328.0, 8292.0, 8330.0, 8294.0, 8346.0, 8314.0, 8348.0, 8315.0, 8346.0, 8334.0, 8350.0, 8354.0, 8348.0, 8352.0, 8320.0, 8352.0, 8320.0, 8357.0, 8323.0, 8352.0, 8331.0, 8345.0, 8334.0, 8313.0, 8336.0, 8311.0, 8349.0, 8280.0, 8328.0, 8297.0, 8343.0, 8317.0, 8345.0, 8329.0, 8330.0, 8331.0, 8298.0, 8349.0, 8296.0, 8351.0, 8297.0, 8344.0, 8313.0, 8343.0, 8336.0, 8349.0, 8332.0, 8311.0, 8347.0, 8300.0, 8354.0, 8317.0, 8363.0, 8331.0, 8345.0, 8349.0, 8345.0, 8346.0, 8301.0, 8346.0, 8296.0, 8348.0, 8313.0, 8344.0, 8312.0, 8323.0, 8312.0, 8303.0, 8327.0, 8310.0, 8331.0, 8291.0, 8342.0, 8299.0, 8344.0, 8316.0, 8349.0, 8334.0, 8345.0, 8329.0, 8327.0, 8346.0, 8312.0, 8350.0, 8314.0, 8352.0, 8302.0, 8347.0, 8334.0, 8348.0, 8338.0, 8353.0, 8352.0, 8346.0, 8349.0, 8298.0, 8348.0, 8297.0, 8352.0, 8296.0, 8343.0, 8311.0, 8342.0, 8332.0, 8345.0, 8332.0, 8295.0, 8343.0, 8300.0, 8342.0, 8314.0, 8345.0, 8330.0, 8326.0, 8326.0, 8291.0, 8343.0, 8312.0, 8350.0, 8311.0, 8325.0, 8311.0, 8338.0, 8326.0, 8322.0, 8327.0, 8292.0, 8324.0, 8291.0, 8326.0, 8292.0, 8326.0, 8292.0, 8338.0, 8314.0, 8345.0, 8334.0, 8349.0, 8351.0, 8350.0, 8350.0, 8316.0, 8350.0, 8314.0, 8352.0, 8300.0, 8352.0, 8302.0, 8345.0, 8316.0, 8347.0, 8350.0, 8351.0, 8333.0, 8315.0, 8348.0, 8298.0, 8353.0, 8312.0, 8350.0, 8298.0, 8327.0, 8308.0, 8327.0, 8312.0, 8326.0, 8311.0, 8319.0, 8309.0, 8306.0, 8326.0, 8319.0, 8323.0, 8272.0, 8321.0, 8275.0, 8325.0, 8294.0, 8343.0, 8312.0, 8343.0, 8328.0, 8344.0, 8331.0, 8342.0, 8334.0, 8313.0, 8347.0, 8301.0, 8349.0, 8315.0, 8352.0, 8333.0, 8343.0, 8328.0, 8311.0, 8329.0, 8310.0, 8348.0, 8300.0, 8343.0, 8327.0, 8343.0, 8332.0, 8313.0, 8345.0, 8300.0, 8344.0, 8330.0, 8347.0, 8336.0, 8315.0, 8348.0, 8306.0, 8349.0, 8340.0, 8367.0, 8354.0, 8305.0, 8352.0, 8320.0, 8353.0, 8338.0, 8370.0, 8338.0, 8334.0, 8350.0, 8299.0, 8354.0, 8316.0, 8366.0, 8319.0, 8346.0, 8331.0, 8314.0, 8352.0, 8316.0, 8364.0, 8334.0, 8347.0, 8336.0, 8348.0, 8351.0, 8302.0, 8348.0, 8315.0, 8344.0, 8349.0, 8346.0, 8334.0, 8298.0, 8344.0, 8299.0, 8343.0, 8314.0, 8344.0, 8328.0, 8310.0, 8327.0, 8294.0, 8348.0, 8315.0, 8348.0, 8316.0, 8343.0, 8329.0, 8343.0, 8330.0, 8323.0, 8326.0, 8292.0, 8326.0, 8293.0, 8329.0, 8290.0, 8327.0, 8290.0, 8323.0, 8309.0, 8337.0, 8330.0, 8345.0, 8333.0, 8329.0, 8331.0, 8316.0, 8349.0, 8318.0, 8352.0, 8321.0, 8354.0, 8339.0, 8351.0, 8340.0, 8333.0, 8355.0, 8318.0, 8350.0, 8301.0, 8349.0, 8313.0, 8348.0, 8315.0, 8353.0, 8315.0, 8345.0, 8329.0, 8340.0, 8333.0, 8346.0, 8348.0, 8314.0, 8347.0, 8302.0, 8349.0, 8352.0, 8368.0, 8354.0, 8334.0, 8348.0, 8298.0, 8349.0, 8316.0, 8350.0, 8316.0, 8344.0, 8328.0, 8341.0, 8330.0, 8342.0, 8330.0, 8341.0, 8328.0, 8309.0, 8330.0, 8322.0, 8328.0, 8309.0, 8332.0, 8299.0, 8347.0, 8318.0, 8349.0, 8354.0, 8369.0, 8358.0, 8339.0, 8373.0, 8344.0, 8376.0, 8361.0, 8378.0, 8379.0, 8376.0, 8361.0, 8326.0, 8373.0, 8338.0, 8376.0, 8336.0, 8352.0, 8336.0, 8346.0, 8335.0, 8349.0, 8331.0, 8293.0, 8322.0, 8271.0, 8323.0, 8286.0, 8323.0, 8269.0, 8320.0, 8271.0, 8322.0, 8289.0, 8329.0, 8291.0, 8323.0, 8295.0, 8340.0, 8307.0, 8326.0, 8298.0, 8327.0, 8328.0, 8344.0, 8334.0, 8330.0, 8350.0, 8333.0, 8351.0, 8300.0, 8348.0, 8302.0, 8347.0, 8333.0, 8347.0, 8335.0, 8328.0, 8343.0, 8299.0, 8347.0, 8333.0, 8347.0, 8334.0, 8344.0, 8330.0, 8295.0, 8330.0, 8296.0, 8348.0, 8295.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.0036422607110300816</td></tr>
<tr><td colspan=3>aqi</td><td>0.023969129535095716</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.220856429844886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3511668469616804</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0938031035948919</td></tr>
<tr><td colspan=3>efc</td><td>0.4378</td></tr>
<tr><td colspan=3>fber</td><td>8982.9707</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08237989665483485</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6408386508659982</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5475818431945148</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440599487266119</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8714088406311875</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3307372016862375</td></tr>
<tr><td colspan=3>gcor</td><td>0.00637833</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016513517126441002</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025418469682335854</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.799983339362884</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.0867</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>23.1817</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>119.3799</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>33.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308470.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>561.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>258.6789</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6281</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.131</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2933.6721</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.4186</td></tr>
<tr><td colspan=3>tsnr</td><td>42.00932218856178</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>