<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-02/func/sub-0011_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>61d7de540cc0febee4c73f1d2866fddf</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>15:29:48.205000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998848, 0.0277578, 0.0391475, -0.03139, 0.994939, 0.0954474]</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.0778531</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7732, -7316, 525, -56, -227, -31, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfe2a83f-7236-4628-b630-bc4ca1414e26||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679835796356201, -0.08421707898378372, 0.09800982475280762, 112.18988037109375], [-0.0744720995426178, 2.6693496704101562, 0.26072898507118225, -105.0618896484375], [0.10502975434064865, -0.25607845187187195, 2.685593843460083, -80.7967529296875], [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': ['152948.205000', '152948.665000', '152949.125000', '152949.585000', '152950.045000', '152950.505000', '152950.965000', '152951.425000', '152951.885000', '152952.345000', '152952.805000', '152953.265000', '152953.725000', '152954.185000', '152954.645000', '152955.105000', '152955.565000', '152956.025000', '152956.485000', '152956.945000', '152957.405000', '152957.865000', '152958.325000', '152958.785000', '152959.245000', '152959.705000', '153000.165000', '153000.625000', '153001.085000', '153001.545000', '153002.005000', '153002.465000', '153002.925000', '153003.385000', '153003.845000', '153004.305000', '153004.765000', '153005.225000', '153005.685000', '153006.145000', '153006.605000', '153007.065000', '153007.525000', '153007.985000', '153008.445000', '153008.905000', '153009.365000', '153009.825000', '153010.285000', '153010.745000', '153011.205000', '153011.665000', '153012.125000', '153012.585000', '153013.045000', '153013.505000', '153013.965000', '153014.425000', '153014.885000', '153015.345000', '153015.805000', '153016.265000', '153016.725000', '153017.185000', '153017.645000', '153018.105000', '153018.565000', '153019.025000', '153019.485000', '153019.945000', '153020.405000', '153020.865000', '153021.325000', '153021.785000', '153022.245000', '153022.705000', '153023.165000', '153023.625000', '153024.085000', '153024.545000', '153025.005000', '153025.465000', '153025.925000', '153026.385000', '153026.845000', '153027.305000', '153027.765000', '153028.225000', '153028.685000', '153029.145000', '153029.605000', '153030.065000', '153030.525000', '153030.985000', '153031.445000', '153031.905000', '153032.365000', '153032.825000', '153033.285000', '153033.745000', '153034.205000', '153034.665000', '153035.125000', '153035.585000', '153036.045000', '153036.505000', '153036.965000', '153037.425000', '153037.885000', '153038.345000', '153038.805000', '153039.265000', '153039.725000', '153040.185000', '153040.645000', '153041.105000', '153041.565000', '153042.025000', '153042.485000', '153042.945000', '153043.405000', '153043.865000', '153044.325000', '153044.785000', '153045.245000', '153045.705000', '153046.165000', '153046.625000', '153047.085000', '153047.545000', '153048.005000', '153048.465000', '153048.925000', '153049.385000', '153049.845000', '153050.305000', '153050.765000', '153051.225000', '153051.685000', '153052.145000', '153052.605000', '153053.065000', '153053.525000', '153053.985000', '153054.445000', '153054.905000', '153055.365000', '153055.825000', '153056.285000', '153056.745000', '153057.205000', '153057.665000', '153058.125000', '153058.585000', '153059.045000', '153059.505000', '153059.965000', '153100.425000', '153100.885000', '153101.345000', '153101.805000', '153102.265000', '153102.725000', '153103.185000', '153103.645000', '153104.105000', '153104.565000', '153105.025000', '153105.485000', '153105.945000', '153106.405000', '153106.865000', '153107.325000', '153107.785000', '153108.245000', '153108.705000', '153109.165000', '153109.625000', '153110.085000', '153110.545000', '153111.005000', '153111.465000', '153111.925000', '153112.385000', '153112.845000', '153113.305000', '153113.765000', '153114.225000', '153114.685000', '153115.145000', '153115.605000', '153116.065000', '153116.525000', '153116.985000', '153117.445000', '153117.905000', '153118.365000', '153118.825000', '153119.285000', '153119.745000', '153120.205000', '153120.665000', '153121.125000', '153121.585000', '153122.045000', '153122.505000', '153122.965000', '153123.425000', '153123.885000', '153124.345000', '153124.805000', '153125.265000', '153125.725000', '153126.185000', '153126.645000', '153127.105000', '153127.565000', '153128.025000', '153128.485000', '153128.945000', '153129.405000', '153129.865000', '153130.325000', '153130.785000', '153131.245000', '153131.705000', '153132.165000', '153132.625000', '153133.085000', '153133.545000', '153134.005000', '153134.465000', '153134.925000', '153135.385000', '153135.845000', '153136.305000', '153136.765000', '153137.225000', '153137.685000', '153138.145000', '153138.605000', '153139.065000', '153139.525000', '153139.985000', '153140.445000', '153140.905000', '153141.365000', '153141.825000', '153142.285000', '153142.745000', '153143.205000', '153143.665000', '153144.125000', '153144.585000', '153145.045000', '153145.505000', '153145.965000', '153146.425000', '153146.885000', '153147.345000', '153147.805000', '153148.265000', '153148.725000', '153149.185000', '153149.645000', '153150.105000', '153150.565000', '153151.025000', '153151.485000', '153151.945000', '153152.405000', '153152.865000', '153153.325000', '153153.785000', '153154.245000', '153154.705000', '153155.165000', '153155.625000', '153156.085000', '153156.545000', '153157.005000', '153157.465000', '153157.925000', '153158.385000', '153158.845000', '153159.305000', '153159.765000', '153200.225000', '153200.685000', '153201.145000', '153201.605000', '153202.065000', '153202.525000', '153202.985000', '153203.445000', '153203.905000', '153204.365000', '153204.825000', '153205.285000', '153205.745000', '153206.205000', '153206.665000', '153207.125000', '153207.585000', '153208.045000', '153208.505000', '153208.965000', '153209.425000', '153209.885000', '153210.345000', '153210.805000', '153211.265000', '153211.725000', '153212.185000', '153212.645000', '153213.105000', '153213.565000', '153214.025000', '153214.485000', '153214.945000', '153215.405000', '153215.865000', '153216.325000', '153216.785000', '153217.245000', '153217.705000', '153218.165000', '153218.625000', '153219.085000', '153219.545000', '153220.005000', '153220.465000', '153220.925000', '153221.385000', '153221.845000', '153222.305000', '153222.765000', '153223.225000', '153223.685000', '153224.145000', '153224.605000', '153225.065000', '153225.525000', '153225.985000', '153226.445000', '153226.905000', '153227.365000', '153227.825000', '153228.285000', '153228.745000', '153229.205000', '153229.665000', '153230.125000', '153230.585000', '153231.045000', '153231.505000', '153231.965000', '153232.425000', '153232.885000', '153233.345000', '153233.805000', '153234.265000', '153234.725000', '153235.185000', '153235.645000', '153236.105000', '153236.565000', '153237.025000', '153237.485000', '153237.945000', '153238.405000', '153238.865000', '153239.325000', '153239.785000', '153240.245000', '153240.705000', '153241.165000', '153241.625000', '153242.085000', '153242.545000', '153243.005000', '153243.465000', '153243.925000', '153244.385000', '153244.845000', '153245.305000', '153245.765000', '153246.225000', '153246.685000', '153247.145000', '153247.605000', '153248.065000', '153248.525000', '153248.985000', '153249.445000', '153249.905000', '153250.365000', '153250.825000', '153251.285000', '153251.745000', '153252.205000', '153252.665000', '153253.125000', '153253.585000', '153254.045000', '153254.505000', '153254.965000', '153255.425000', '153255.885000', '153256.345000', '153256.805000', '153257.265000', '153257.725000', '153258.185000', '153258.645000', '153259.105000', '153259.565000', '153300.025000', '153300.485000', '153300.945000', '153301.405000', '153301.865000', '153302.325000', '153302.785000', '153303.245000', '153303.705000', '153304.165000', '153304.625000', '153305.085000', '153305.545000', '153306.005000', '153306.465000', '153306.925000', '153307.385000', '153307.845000', '153308.305000', '153308.765000', '153309.225000', '153309.685000', '153310.145000', '153310.605000', '153311.065000', '153311.525000', '153311.985000', '153312.445000', '153312.905000', '153313.365000', '153313.825000', '153314.285000', '153314.745000', '153315.205000', '153315.665000', '153316.125000', '153316.585000', '153317.045000', '153317.505000', '153317.965000', '153318.425000', '153318.885000', '153319.345000', '153319.805000', '153320.265000', '153320.725000', '153321.185000', '153321.645000', '153322.105000', '153322.565000', '153323.025000', '153323.485000', '153323.945000', '153324.405000', '153324.865000', '153325.325000', '153325.785000', '153326.245000', '153326.705000', '153327.165000', '153327.625000', '153328.085000', '153328.545000', '153329.005000', '153329.465000', '153329.925000', '153330.385000', '153330.845000', '153331.305000', '153331.765000', '153332.225000', '153332.685000', '153333.145000', '153333.605000', '153334.065000', '153334.525000', '153334.985000', '153335.445000', '153335.905000', '153336.365000', '153336.825000', '153337.285000', '153337.745000', '153338.205000', '153338.665000', '153339.125000', '153339.585000', '153340.045000', '153340.505000', '153340.965000', '153341.425000', '153341.885000', '153342.345000', '153342.805000', '153343.265000', '153343.725000', '153344.185000', '153344.645000', '153345.105000', '153345.565000', '153346.025000', '153346.485000', '153346.945000', '153347.405000', '153347.865000', '153348.325000', '153348.785000', '153349.245000', '153349.705000', '153350.165000', '153350.625000', '153351.085000', '153351.545000', '153352.005000', '153352.465000', '153352.925000', '153353.385000', '153353.845000', '153354.305000', '153354.765000', '153355.225000', '153355.685000', '153356.145000', '153356.605000', '153357.065000', '153357.525000', '153357.985000', '153358.445000', '153358.905000', '153359.365000', '153359.825000', '153400.285000', '153400.745000', '153401.205000', '153401.665000', '153402.125000', '153402.585000', '153403.045000', '153403.505000', '153403.965000', '153404.425000', '153404.885000', '153405.345000', '153405.805000', '153406.265000', '153406.725000', '153407.185000', '153407.645000', '153408.105000', '153408.565000', '153409.025000', '153409.485000', '153409.945000', '153410.405000', '153410.865000', '153411.325000', '153411.785000', '153412.245000', '153412.705000', '153413.165000', '153413.625000', '153414.085000', '153414.545000', '153415.005000', '153415.465000', '153415.925000', '153416.385000', '153416.845000', '153417.305000', '153417.765000', '153418.225000', '153418.685000', '153419.145000', '153419.605000', '153420.065000', '153420.525000', '153420.985000', '153421.445000', '153421.905000', '153422.365000', '153422.825000', '153423.285000', '153423.745000', '153424.205000', '153424.665000', '153425.125000', '153425.585000', '153426.045000', '153426.505000', '153426.965000', '153427.425000', '153427.885000', '153428.345000', '153428.805000', '153429.265000', '153429.725000', '153430.185000', '153430.645000', '153431.105000', '153431.565000', '153432.025000', '153432.485000', '153432.945000', '153433.405000', '153433.865000', '153434.325000', '153434.785000', '153435.245000', '153435.705000', '153436.165000', '153436.625000', '153437.085000', '153437.545000', '153438.005000', '153438.465000', '153438.925000', '153439.385000', '153439.845000', '153440.305000', '153440.765000', '153441.225000', '153441.685000', '153442.145000', '153442.605000', '153443.065000', '153443.525000', '153443.985000', '153444.445000', '153444.905000', '153445.365000', '153445.825000', '153446.285000', '153446.745000', '153447.205000', '153447.665000', '153448.125000', '153448.585000', '153449.045000', '153449.505000', '153449.965000', '153450.425000', '153450.885000', '153451.345000', '153451.805000', '153452.265000', '153452.725000', '153453.185000', '153453.645000', '153454.105000', '153454.565000', '153455.025000', '153455.485000', '153455.945000', '153456.405000', '153456.865000', '153457.325000', '153457.785000', '153458.245000', '153458.705000', '153459.165000', '153459.625000', '153500.085000', '153500.545000', '153501.005000', '153501.465000', '153501.925000', '153502.385000', '153502.845000', '153503.305000', '153503.765000', '153504.225000', '153504.685000', '153505.145000', '153505.605000', '153506.065000', '153506.525000', '153506.985000', '153507.445000', '153507.905000', '153508.365000', '153508.825000', '153509.285000', '153509.745000', '153510.205000', '153510.665000', '153511.125000', '153511.585000', '153512.045000', '153512.505000', '153512.965000', '153513.425000', '153513.885000', '153514.345000', '153514.805000', '153515.265000', '153515.725000', '153516.185000', '153516.645000', '153517.105000', '153517.565000', '153518.025000', '153518.485000', '153518.945000', '153519.405000', '153519.865000', '153520.325000', '153520.785000', '153521.245000', '153521.705000', '153522.165000', '153522.625000', '153523.085000', '153523.545000', '153524.005000', '153524.465000', '153524.925000', '153525.385000', '153525.845000', '153526.305000', '153526.765000', '153527.225000', '153527.685000', '153528.145000', '153528.605000', '153529.065000', '153529.525000', '153529.985000', '153530.445000', '153530.905000', '153531.365000', '153531.825000', '153532.285000', '153532.745000', '153533.205000', '153533.665000', '153534.125000', '153534.585000', '153535.045000', '153535.505000', '153535.965000', '153536.425000', '153536.885000', '153537.345000', '153537.805000', '153538.265000', '153538.725000', '153539.185000', '153539.645000', '153540.105000', '153540.565000', '153541.025000', '153541.485000', '153541.945000', '153542.405000', '153542.865000', '153543.325000', '153543.785000', '153544.245000', '153544.705000', '153545.165000', '153545.625000', '153546.085000', '153546.545000', '153547.005000', '153547.465000', '153547.925000', '153548.385000', '153548.845000', '153549.305000', '153549.765000', '153550.225000', '153550.685000', '153551.145000', '153551.605000', '153552.065000', '153552.525000', '153552.985000', '153553.445000', '153553.905000', '153554.365000', '153554.825000', '153555.285000', '153555.745000', '153556.205000', '153556.665000', '153557.125000', '153557.585000', '153558.045000', '153558.505000', '153558.965000', '153559.425000', '153559.885000', '153600.345000', '153600.805000', '153601.265000', '153601.725000', '153602.185000', '153602.645000', '153603.105000', '153603.565000', '153604.025000', '153604.485000', '153604.945000', '153605.405000', '153605.865000', '153606.325000', '153606.785000', '153607.245000', '153607.705000', '153608.165000', '153608.625000', '153609.085000', '153609.545000', '153610.005000', '153610.465000', '153610.925000', '153611.385000', '153611.845000', '153612.305000', '153612.765000', '153613.225000', '153613.685000', '153614.145000', '153614.605000', '153615.065000', '153615.525000', '153615.985000', '153616.445000', '153616.905000', '153617.365000', '153617.825000', '153618.285000', '153618.745000', '153619.205000', '153619.665000', '153620.125000', '153620.585000', '153621.045000', '153621.505000', '153621.965000', '153622.425000', '153622.885000', '153623.345000', '153623.805000', '153624.265000', '153624.725000', '153625.185000', '153625.645000', '153626.105000', '153626.565000', '153627.025000', '153627.485000', '153627.945000', '153628.405000', '153628.865000', '153629.325000', '153629.785000', '153630.245000', '153630.705000', '153631.165000', '153631.625000', '153632.085000', '153632.545000', '153633.005000', '153633.465000', '153633.925000', '153634.385000', '153634.845000', '153635.305000', '153635.765000', '153636.225000', '153636.685000', '153637.145000', '153637.605000', '153638.065000', '153638.525000', '153638.985000', '153639.445000', '153639.905000', '153640.365000', '153640.825000', '153641.285000', '153641.745000', '153642.205000', '153642.665000', '153643.125000', '153643.585000', '153644.045000', '153644.505000', '153644.965000', '153645.425000', '153645.885000', '153646.345000', '153646.805000', '153647.265000', '153647.725000', '153648.185000', '153648.645000', '153649.105000', '153649.565000', '153650.025000', '153650.485000', '153650.945000', '153651.405000', '153651.865000', '153652.325000', '153652.785000', '153653.245000', '153653.705000', '153654.165000', '153654.625000', '153655.085000', '153655.545000', '153656.005000', '153656.465000', '153656.925000', '153657.385000', '153657.845000', '153658.305000', '153658.765000', '153659.225000', '153659.685000', '153700.145000', '153700.605000', '153701.065000', '153701.525000', '153701.985000', '153702.445000', '153702.905000', '153703.365000', '153703.825000', '153704.285000', '153704.745000', '153705.205000', '153705.665000', '153706.125000', '153706.585000', '153707.045000', '153707.505000', '153707.965000', '153708.425000', '153708.885000', '153709.345000', '153709.805000', '153710.265000', '153710.725000', '153711.185000', '153711.645000', '153712.105000', '153712.565000', '153713.025000', '153713.485000', '153713.945000', '153714.405000', '153714.865000', '153715.325000', '153715.785000', '153716.245000', '153716.705000', '153717.165000', '153717.625000', '153718.085000', '153718.545000', '153719.005000', '153719.465000', '153719.925000', '153720.385000', '153720.845000', '153721.305000', '153721.765000', '153722.225000', '153722.685000', '153723.145000', '153723.605000', '153724.065000', '153724.525000', '153724.985000', '153725.445000', '153725.905000', '153726.365000', '153726.825000', '153727.285000', '153727.745000', '153728.205000', '153728.665000', '153729.125000', '153729.585000', '153730.045000', '153730.505000', '153730.965000', '153731.425000', '153731.885000', '153732.345000', '153732.805000', '153733.265000', '153733.725000', '153734.185000', '153734.645000', '153735.105000', '153735.565000', '153736.025000', '153736.485000', '153736.945000', '153737.405000', '153737.865000', '153738.325000', '153738.785000', '153739.245000', '153739.705000', '153740.165000', '153740.625000', '153741.085000', '153741.545000', '153742.005000', '153742.465000', '153742.925000', '153743.385000', '153743.845000', '153744.305000', '153744.765000', '153745.225000', '153745.685000', '153746.145000', '153746.605000', '153747.065000', '153747.525000', '153747.985000', '153748.445000', '153748.905000', '153749.365000', '153749.825000', '153750.285000', '153750.745000', '153751.205000', '153751.665000', '153752.125000', '153752.585000', '153753.045000', '153753.505000', '153753.965000', '153754.425000', '153754.885000', '153755.345000', '153755.805000', '153756.265000', '153756.725000', '153757.185000', '153757.645000', '153758.105000', '153758.565000', '153759.025000', '153759.485000', '153759.945000', '153800.405000', '153800.865000', '153801.325000', '153801.785000', '153802.245000', '153802.705000', '153803.165000', '153803.625000', '153804.085000', '153804.545000', '153805.005000', '153805.465000', '153805.925000', '153806.385000', '153806.845000', '153807.305000', '153807.765000', '153808.225000', '153808.685000', '153809.145000', '153809.605000', '153810.065000', '153810.525000', '153810.985000', '153811.445000', '153811.905000', '153812.365000', '153812.825000'], 'ContentTime': ['153002.538000', '153002.542000', '153002.545000', '153002.548000', '153002.553000', '153002.555000', '153002.558000', '153002.561000', '153002.564000', '153002.567000', '153002.569000', '153002.572000', '153002.575000', '153002.578000', '153002.581000', '153002.584000', '153002.586000', '153002.589000', '153002.592000', '153002.595000', '153002.597000', '153002.606000', '153002.609000', '153002.611000', '153002.614000', '153002.617000', '153002.620000', '153002.623000', '153002.625000', '153022.508000', '153022.511000', '153022.514000', '153022.520000', '153022.523000', '153022.526000', '153022.529000', '153022.531000', '153022.534000', '153022.537000', '153022.540000', '153022.543000', '153022.545000', '153022.548000', '153022.551000', '153022.554000', '153022.556000', '153022.559000', '153022.562000', '153022.565000', '153022.568000', '153022.570000', '153022.573000', '153022.576000', '153022.579000', '153022.581000', '153022.584000', '153022.587000', '153022.590000', '153022.593000', '153022.595000', '153022.598000', '153022.601000', '153022.604000', '153022.606000', '153022.609000', '153022.612000', '153022.615000', '153022.618000', '153022.620000', '153022.623000', '153022.626000', '153022.629000', '153042.507000', '153042.510000', '153042.515000', '153042.517000', '153042.520000', '153042.523000', '153042.526000', '153042.529000', '153042.531000', '153042.534000', '153042.537000', '153042.540000', '153042.543000', '153042.545000', '153042.548000', '153042.551000', '153042.554000', '153042.556000', '153042.559000', '153042.562000', '153042.565000', '153042.568000', '153042.570000', '153042.573000', '153042.576000', '153042.579000', '153042.582000', '153042.584000', '153042.587000', '153042.590000', '153042.597000', '153042.600000', '153042.603000', '153042.606000', '153042.609000', '153042.611000', '153042.614000', '153042.617000', '153042.620000', '153042.623000', '153042.625000', '153042.628000', '153042.631000', '153102.508000', '153102.511000', '153102.514000', '153102.516000', '153102.519000', '153102.522000', '153102.525000', '153102.528000', '153102.530000', '153102.533000', '153102.536000', '153102.539000', '153102.542000', '153102.544000', '153102.547000', '153102.550000', '153102.553000', '153102.556000', '153102.558000', '153102.561000', '153102.564000', '153102.567000', '153102.570000', '153102.572000', '153102.575000', '153102.578000', '153102.581000', '153102.584000', '153102.587000', '153102.589000', '153102.592000', '153102.595000', '153102.598000', '153102.600000', '153102.603000', '153102.606000', '153102.609000', '153102.612000', '153102.614000', '153102.617000', '153102.629000', '153102.632000', '153102.635000', '153102.637000', '153122.508000', '153122.511000', '153122.513000', '153122.516000', '153122.519000', '153122.524000', '153122.527000', '153122.530000', '153122.533000', '153122.536000', '153122.539000', '153122.541000', '153122.544000', '153122.547000', '153122.550000', '153122.553000', '153122.555000', '153122.558000', '153122.561000', '153122.564000', '153122.567000', '153122.569000', '153122.572000', '153122.575000', '153122.578000', '153122.581000', '153122.583000', '153122.586000', '153122.589000', '153122.592000', '153122.594000', '153122.597000', '153122.600000', '153122.603000', '153122.606000', '153122.609000', '153122.611000', '153122.614000', '153122.617000', '153122.620000', '153122.623000', '153122.625000', '153122.628000', '153142.508000', '153142.511000', '153142.513000', '153142.516000', '153142.519000', '153142.522000', '153142.525000', '153142.528000', '153142.530000', '153142.533000', '153142.536000', '153142.539000', '153142.542000', '153142.545000', '153142.547000', '153142.550000', '153142.553000', '153142.556000', '153142.558000', '153142.561000', '153142.564000', '153142.571000', '153142.579000', '153142.582000', '153142.585000', '153142.587000', '153142.590000', '153142.593000', '153142.596000', '153142.598000', '153142.601000', '153142.604000', '153142.607000', '153142.610000', '153142.613000', '153142.615000', '153142.618000', '153142.621000', '153142.624000', '153142.627000', '153142.629000', '153142.632000', '153142.635000', '153142.638000', '153202.508000', '153202.511000', '153202.514000', '153202.517000', '153202.519000', '153202.522000', '153202.525000', '153202.528000', '153202.531000', '153202.533000', '153202.536000', '153202.539000', '153202.542000', '153202.545000', '153202.547000', '153202.550000', '153202.553000', '153202.556000', '153202.559000', '153202.565000', '153202.568000', '153202.571000', '153202.574000', '153202.577000', '153202.579000', '153202.582000', '153202.585000', '153202.588000', '153202.591000', '153202.593000', '153202.596000', '153202.599000', '153202.602000', '153202.604000', '153202.607000', '153202.610000', '153202.613000', '153202.616000', '153202.618000', '153202.621000', '153202.624000', '153202.627000', '153202.630000', '153222.508000', '153222.511000', '153222.514000', '153222.516000', '153222.519000', '153222.522000', '153222.525000', '153222.528000', '153222.530000', '153222.533000', '153222.536000', '153222.539000', '153222.542000', '153222.544000', '153222.547000', '153222.550000', '153222.553000', '153222.556000', '153222.558000', '153222.561000', '153222.564000', '153222.567000', '153222.570000', '153222.573000', '153222.575000', '153222.578000', '153222.581000', '153222.584000', '153222.587000', '153222.589000', '153222.592000', '153222.595000', '153222.598000', '153222.601000', '153222.603000', '153222.606000', '153222.609000', '153222.612000', '153222.615000', '153222.617000', '153222.620000', '153222.623000', '153222.626000', '153222.629000', '153242.508000', '153242.511000', '153242.514000', '153242.517000', '153242.519000', '153242.522000', '153242.525000', '153242.528000', '153242.531000', '153242.534000', '153242.536000', '153242.539000', '153242.542000', '153242.545000', '153242.548000', '153242.550000', '153242.553000', '153242.556000', '153242.559000', '153242.562000', '153242.565000', '153242.568000', '153242.571000', '153242.573000', '153242.576000', '153242.579000', '153242.585000', '153242.588000', '153242.591000', '153242.594000', '153242.596000', '153242.599000', '153242.602000', '153242.605000', '153242.608000', '153242.628000', '153242.631000', '153242.634000', '153242.637000', '153242.640000', '153242.643000', '153242.645000', '153242.648000', '153302.507000', '153302.510000', '153302.513000', '153302.516000', '153302.518000', '153302.521000', '153302.524000', '153302.527000', '153302.530000', '153302.533000', '153302.535000', '153302.538000', '153302.541000', '153302.544000', '153302.546000', '153302.549000', '153302.552000', '153302.555000', '153302.557000', '153302.560000', '153302.563000', '153302.566000', '153302.569000', '153302.572000', '153302.575000', '153302.577000', '153302.580000', '153302.583000', '153302.586000', '153302.589000', '153302.591000', '153302.594000', '153302.597000', '153302.600000', '153302.603000', '153302.605000', '153302.608000', '153302.611000', '153302.614000', '153302.617000', '153302.620000', '153302.622000', '153302.625000', '153302.628000', '153322.508000', '153322.511000', '153322.514000', '153322.517000', '153322.520000', '153322.522000', '153322.525000', '153322.528000', '153322.531000', '153322.534000', '153322.536000', '153322.539000', '153322.542000', '153322.545000', '153322.548000', '153322.551000', '153322.553000', '153322.556000', '153322.559000', '153322.562000', '153322.565000', '153322.568000', '153322.571000', '153322.573000', '153322.576000', '153322.579000', '153322.582000', '153322.585000', '153322.587000', '153322.590000', '153322.596000', '153322.599000', '153322.602000', '153322.605000', '153322.608000', '153322.611000', '153322.614000', '153322.616000', '153322.619000', '153322.622000', '153322.625000', '153322.628000', '153322.630000', '153342.508000', '153342.511000', '153342.514000', '153342.516000', '153342.519000', '153342.522000', '153342.525000', '153342.528000', '153342.530000', '153342.533000', '153342.536000', '153342.539000', '153342.542000', '153342.544000', '153342.547000', '153342.550000', '153342.553000', '153342.556000', '153342.558000', '153342.561000', '153342.564000', '153342.567000', '153342.570000', '153342.573000', '153342.576000', '153342.578000', '153342.581000', '153342.584000', '153342.587000', '153342.590000', '153342.592000', '153342.595000', '153342.598000', '153342.601000', '153342.604000', '153342.606000', '153342.609000', '153342.612000', '153342.615000', '153342.618000', '153342.620000', '153342.623000', '153342.626000', '153342.629000', '153402.508000', '153402.511000', '153402.514000', '153402.517000', '153402.519000', '153402.522000', '153402.525000', '153402.528000', '153402.531000', '153402.533000', '153402.536000', '153402.539000', '153402.543000', '153402.546000', '153402.549000', '153402.552000', '153402.555000', '153402.558000', '153402.561000', '153402.563000', '153402.566000', '153402.569000', '153402.572000', '153402.575000', '153402.578000', '153402.580000', '153402.583000', '153402.586000', '153402.589000', '153402.592000', '153402.594000', '153402.597000', '153402.600000', '153402.603000', '153402.606000', '153402.609000', '153402.612000', '153402.614000', '153402.617000', '153402.620000', '153402.623000', '153402.626000', '153402.629000', '153422.508000', '153422.511000', '153422.521000', '153422.524000', '153422.527000', '153422.529000', '153422.532000', '153422.535000', '153422.538000', '153422.541000', '153422.543000', '153422.546000', '153422.549000', '153422.552000', '153422.555000', '153422.558000', '153422.560000', '153422.563000', '153422.566000', '153422.569000', '153422.572000', '153422.575000', '153422.578000', '153422.580000', '153422.583000', '153422.586000', '153422.589000', '153422.592000', '153422.594000', '153422.597000', '153422.600000', '153422.603000', '153422.606000', '153422.609000', '153422.611000', '153422.614000', '153422.617000', '153422.620000', '153422.623000', '153422.625000', '153422.628000', '153422.631000', '153422.634000', '153422.636000', '153442.508000', '153442.511000', '153442.514000', '153442.517000', '153442.520000', '153442.522000', '153442.525000', '153442.528000', '153442.531000', '153442.534000', '153442.536000', '153442.539000', '153442.542000', '153442.561000', '153442.564000', '153442.566000', '153442.569000', '153442.572000', '153442.575000', '153442.578000', '153442.581000', '153442.583000', '153442.586000', '153442.589000', '153442.592000', '153442.595000', '153442.597000', '153442.600000', '153442.603000', '153442.606000', '153442.609000', '153442.612000', '153442.614000', '153442.617000', '153442.620000', '153442.623000', '153442.625000', '153442.628000', '153442.631000', '153442.634000', '153442.637000', '153442.639000', '153442.642000', '153502.508000', '153502.511000', '153502.514000', '153502.517000', '153502.519000', '153502.522000', '153502.525000', '153502.528000', '153502.531000', '153502.533000', '153502.536000', '153502.539000', '153502.542000', '153502.545000', '153502.548000', '153502.550000', '153502.553000', '153502.556000', '153502.559000', '153502.562000', '153502.565000', '153502.567000', '153502.570000', '153502.573000', '153502.576000', '153502.579000', '153502.581000', '153502.584000', '153502.587000', '153502.590000', '153502.593000', '153502.596000', '153502.598000', '153502.601000', '153502.604000', '153502.607000', '153502.609000', '153502.612000', '153502.615000', '153502.618000', '153502.621000', '153502.623000', '153502.626000', '153502.629000', '153522.507000', '153522.510000', '153522.513000', '153522.515000', '153522.518000', '153522.521000', '153522.524000', '153522.527000', '153522.529000', '153522.532000', '153522.535000', '153522.538000', '153522.541000', '153522.543000', '153522.546000', '153522.549000', '153522.552000', '153522.555000', '153522.558000', '153522.560000', '153522.563000', '153522.566000', '153522.569000', '153522.572000', '153522.575000', '153522.578000', '153522.582000', '153522.585000', '153522.588000', '153522.591000', '153522.594000', '153522.596000', '153522.599000', '153522.602000', '153522.605000', '153522.608000', '153522.632000', '153522.635000', '153522.638000', '153522.640000', '153522.643000', '153522.647000', '153522.651000', '153542.508000', '153542.511000', '153542.514000', '153542.517000', '153542.519000', '153542.522000', '153542.525000', '153542.528000', '153542.531000', '153542.533000', '153542.536000', '153542.539000', '153542.542000', '153542.545000', '153542.548000', '153542.550000', '153542.553000', '153542.556000', '153542.559000', '153542.562000', '153542.565000', '153542.567000', '153542.570000', '153542.573000', '153542.576000', '153542.579000', '153542.582000', '153542.598000', '153542.601000', '153542.604000', '153542.607000', '153542.610000', '153542.612000', '153542.615000', '153542.618000', '153542.621000', '153542.624000', '153542.626000', '153542.629000', '153542.632000', '153542.635000', '153542.638000', '153542.640000', '153542.643000', '153602.508000', '153602.511000', '153602.514000', '153602.517000', '153602.520000', '153602.522000', '153602.525000', '153602.528000', '153602.531000', '153602.534000', '153602.537000', '153602.541000', '153602.544000', '153602.547000', '153602.550000', '153602.552000', '153602.555000', '153602.558000', '153602.561000', '153602.564000', '153602.566000', '153602.569000', '153602.572000', '153602.575000', '153602.578000', '153602.581000', '153602.583000', '153602.586000', '153602.589000', '153602.592000', '153602.595000', '153602.598000', '153602.600000', '153602.603000', '153602.606000', '153602.609000', '153602.612000', '153602.615000', '153602.617000', '153602.620000', '153602.623000', '153602.626000', '153602.629000', '153622.508000', '153622.511000', '153622.514000', '153622.516000', '153622.519000', '153622.522000', '153622.525000', '153622.528000', '153622.530000', '153622.533000', '153622.536000', '153622.539000', '153622.542000', '153622.545000', '153622.547000', '153622.550000', '153622.553000', '153622.556000', '153622.558000', '153622.561000', '153622.564000', '153622.567000', '153622.570000', '153622.573000', '153622.576000', '153622.578000', '153622.581000', '153622.584000', '153622.587000', '153622.590000', '153622.593000', '153622.595000', '153622.598000', '153622.601000', '153622.604000', '153622.607000', '153622.609000', '153622.612000', '153622.615000', '153622.618000', '153622.621000', '153622.623000', '153622.626000', '153622.629000', '153642.508000', '153642.511000', '153642.514000', '153642.517000', '153642.519000', '153642.522000', '153642.525000', '153642.528000', '153642.531000', '153642.534000', '153642.537000', '153642.539000', '153642.542000', '153642.545000', '153642.548000', '153642.551000', '153642.553000', '153642.556000', '153642.559000', '153642.562000', '153642.564000', '153642.567000', '153642.570000', '153642.573000', '153642.576000', '153642.579000', '153642.582000', '153642.584000', '153642.587000', '153642.590000', '153642.593000', '153642.596000', '153642.599000', '153642.601000', '153642.604000', '153642.607000', '153642.610000', '153642.612000', '153642.615000', '153642.619000', '153642.622000', '153642.635000', '153642.638000', '153702.508000', '153702.511000', '153702.514000', '153702.517000', '153702.519000', '153702.522000', '153702.525000', '153702.528000', '153702.531000', '153702.534000', '153702.537000', '153702.539000', '153702.542000', '153702.545000', '153702.548000', '153702.551000', '153702.553000', '153702.556000', '153702.559000', '153702.562000', '153702.564000', '153702.567000', '153702.570000', '153702.573000', '153702.589000', '153702.592000', '153702.595000', '153702.598000', '153702.601000', '153702.603000', '153702.606000', '153702.609000', '153702.612000', '153702.615000', '153702.617000', '153702.620000', '153702.623000', '153702.626000', '153702.629000', '153702.631000', '153702.634000', '153702.637000', '153702.640000', '153702.643000', '153722.508000', '153722.511000', '153722.514000', '153722.517000', '153722.519000', '153722.522000', '153722.525000', '153722.528000', '153722.531000', '153722.534000', '153722.536000', '153722.539000', '153722.542000', '153722.545000', '153722.548000', '153722.550000', '153722.553000', '153722.556000', '153722.559000', '153722.562000', '153722.564000', '153722.567000', '153722.570000', '153722.574000', '153722.576000', '153722.579000', '153722.582000', '153722.585000', '153722.588000', '153722.590000', '153722.593000', '153722.596000', '153722.599000', '153722.602000', '153722.604000', '153722.607000', '153722.610000', '153722.613000', '153722.616000', '153722.618000', '153722.621000', '153722.624000', '153722.627000', '153742.507000', '153742.510000', '153742.513000', '153742.516000', '153742.518000', '153742.521000', '153742.524000', '153742.527000', '153742.530000', '153742.533000', '153742.536000', '153742.538000', '153742.541000', '153742.544000', '153742.547000', '153742.550000', '153742.552000', '153742.555000', '153742.558000', '153742.561000', '153742.564000', '153742.566000', '153742.569000', '153742.572000', '153742.575000', '153742.578000', '153742.581000', '153742.584000', '153742.586000', '153742.589000', '153742.592000', '153742.595000', '153742.598000', '153742.600000', '153742.603000', '153742.606000', '153742.609000', '153742.612000', '153742.614000', '153742.617000', '153742.620000', '153742.623000', '153742.626000', '153802.508000', '153802.511000', '153802.514000', '153802.517000', '153802.520000', '153802.523000', '153802.526000', '153802.529000', '153802.532000', '153802.535000', '153802.538000', '153802.540000', '153802.543000', '153802.546000', '153802.549000', '153802.552000', '153802.554000', '153802.557000', '153802.560000', '153802.563000', '153802.566000', '153802.568000', '153802.571000', '153802.574000', '153802.577000', '153802.580000', '153802.582000', '153802.585000', '153802.588000', '153802.591000', '153802.594000', '153802.596000', '153802.599000', '153802.602000', '153802.605000', '153802.608000', '153802.611000', '153802.614000', '153802.616000', '153802.619000', '153802.622000', '153802.625000', '153802.627000', '153802.630000', '153814.271000', '153814.275000', '153814.278000', '153814.281000', '153814.284000', '153814.287000', '153814.290000', '153814.293000', '153814.296000', '153814.299000', '153814.302000', '153814.305000', '153814.308000', '153814.311000', '153814.314000', '153814.317000', '153814.319000', '153814.322000', '153814.325000', '153814.328000', '153814.331000', '153814.334000', '153814.337000', '153814.340000', '153814.343000', '153814.346000'], 'InstanceCreationTime': ['153002.538000', '153002.542000', '153002.545000', '153002.548000', '153002.553000', '153002.555000', '153002.558000', '153002.561000', '153002.564000', '153002.567000', '153002.569000', '153002.572000', '153002.575000', '153002.578000', '153002.581000', '153002.584000', '153002.586000', '153002.589000', '153002.592000', '153002.595000', '153002.597000', '153002.606000', '153002.609000', '153002.611000', '153002.614000', '153002.617000', '153002.620000', '153002.623000', '153002.625000', '153022.508000', '153022.511000', '153022.514000', '153022.520000', '153022.523000', '153022.526000', '153022.529000', '153022.531000', '153022.534000', '153022.537000', '153022.540000', '153022.543000', '153022.545000', '153022.548000', '153022.551000', '153022.554000', '153022.556000', '153022.559000', '153022.562000', '153022.565000', '153022.568000', '153022.570000', '153022.573000', '153022.576000', '153022.579000', '153022.581000', '153022.584000', '153022.587000', '153022.590000', '153022.593000', '153022.595000', '153022.598000', '153022.601000', '153022.604000', '153022.606000', '153022.609000', '153022.612000', '153022.615000', '153022.618000', '153022.620000', '153022.623000', '153022.626000', '153022.629000', '153042.507000', '153042.510000', '153042.515000', '153042.517000', '153042.520000', '153042.523000', '153042.526000', '153042.529000', '153042.531000', '153042.534000', '153042.537000', '153042.540000', '153042.543000', '153042.545000', '153042.548000', '153042.551000', '153042.554000', '153042.556000', '153042.559000', '153042.562000', '153042.565000', '153042.568000', '153042.570000', '153042.573000', '153042.576000', '153042.579000', '153042.582000', '153042.584000', '153042.587000', '153042.590000', '153042.597000', '153042.600000', '153042.603000', '153042.606000', '153042.609000', '153042.611000', '153042.614000', '153042.617000', '153042.620000', '153042.623000', '153042.625000', '153042.628000', '153042.631000', '153102.508000', '153102.511000', '153102.514000', '153102.516000', '153102.519000', '153102.522000', '153102.525000', '153102.528000', '153102.530000', '153102.533000', '153102.536000', '153102.539000', '153102.542000', '153102.544000', '153102.547000', '153102.550000', '153102.553000', '153102.556000', '153102.558000', '153102.561000', '153102.564000', '153102.567000', '153102.570000', '153102.572000', '153102.575000', '153102.578000', '153102.581000', '153102.584000', '153102.587000', '153102.589000', '153102.592000', '153102.595000', '153102.598000', '153102.600000', '153102.603000', '153102.606000', '153102.609000', '153102.612000', '153102.614000', '153102.617000', '153102.629000', '153102.632000', '153102.635000', '153102.637000', '153122.508000', '153122.511000', '153122.513000', '153122.516000', '153122.519000', '153122.524000', '153122.527000', '153122.530000', '153122.533000', '153122.536000', '153122.539000', '153122.541000', '153122.544000', '153122.547000', '153122.550000', '153122.553000', '153122.555000', '153122.558000', '153122.561000', '153122.564000', '153122.567000', '153122.569000', '153122.572000', '153122.575000', '153122.578000', '153122.581000', '153122.583000', '153122.586000', '153122.589000', '153122.592000', '153122.594000', '153122.597000', '153122.600000', '153122.603000', '153122.606000', '153122.609000', '153122.611000', '153122.614000', '153122.617000', '153122.620000', '153122.623000', '153122.625000', '153122.628000', '153142.508000', '153142.511000', '153142.513000', '153142.516000', '153142.519000', '153142.522000', '153142.525000', '153142.528000', '153142.530000', '153142.533000', '153142.536000', '153142.539000', '153142.542000', '153142.545000', '153142.547000', '153142.550000', '153142.553000', '153142.556000', '153142.558000', '153142.561000', '153142.564000', '153142.571000', '153142.579000', '153142.582000', '153142.585000', '153142.587000', '153142.590000', '153142.593000', '153142.596000', '153142.598000', '153142.601000', '153142.604000', '153142.607000', '153142.610000', '153142.613000', '153142.615000', '153142.618000', '153142.621000', '153142.624000', '153142.627000', '153142.629000', '153142.632000', '153142.635000', '153142.638000', '153202.508000', '153202.511000', '153202.514000', '153202.517000', '153202.519000', '153202.522000', '153202.525000', '153202.528000', '153202.531000', '153202.533000', '153202.536000', '153202.539000', '153202.542000', '153202.545000', '153202.547000', '153202.550000', '153202.553000', '153202.556000', '153202.559000', '153202.565000', '153202.568000', '153202.571000', '153202.574000', '153202.577000', '153202.579000', '153202.582000', '153202.585000', '153202.588000', '153202.591000', '153202.593000', '153202.596000', '153202.599000', '153202.602000', '153202.604000', '153202.607000', '153202.610000', '153202.613000', '153202.616000', '153202.618000', '153202.621000', '153202.624000', '153202.627000', '153202.630000', '153222.508000', '153222.511000', '153222.514000', '153222.516000', '153222.519000', '153222.522000', '153222.525000', '153222.528000', '153222.530000', '153222.533000', '153222.536000', '153222.539000', '153222.542000', '153222.544000', '153222.547000', '153222.550000', '153222.553000', '153222.556000', '153222.558000', '153222.561000', '153222.564000', '153222.567000', '153222.570000', '153222.573000', '153222.575000', '153222.578000', '153222.581000', '153222.584000', '153222.587000', '153222.589000', '153222.592000', '153222.595000', '153222.598000', '153222.601000', '153222.603000', '153222.606000', '153222.609000', '153222.612000', '153222.615000', '153222.617000', '153222.620000', '153222.623000', '153222.626000', '153222.629000', '153242.508000', '153242.511000', '153242.514000', '153242.517000', '153242.519000', '153242.522000', '153242.525000', '153242.528000', '153242.531000', '153242.534000', '153242.536000', '153242.539000', '153242.542000', '153242.545000', '153242.548000', '153242.550000', '153242.553000', '153242.556000', '153242.559000', '153242.562000', '153242.565000', '153242.568000', '153242.571000', '153242.573000', '153242.576000', '153242.579000', '153242.585000', '153242.588000', '153242.591000', '153242.594000', '153242.596000', '153242.599000', '153242.602000', '153242.605000', '153242.608000', '153242.628000', '153242.631000', '153242.634000', '153242.637000', '153242.640000', '153242.643000', '153242.645000', '153242.648000', '153302.507000', '153302.510000', '153302.513000', '153302.516000', '153302.518000', '153302.521000', '153302.524000', '153302.527000', '153302.530000', '153302.533000', '153302.535000', '153302.538000', '153302.541000', '153302.544000', '153302.546000', '153302.549000', '153302.552000', '153302.555000', '153302.557000', '153302.560000', '153302.563000', '153302.566000', '153302.569000', '153302.572000', '153302.575000', '153302.577000', '153302.580000', '153302.583000', '153302.586000', '153302.589000', '153302.591000', '153302.594000', '153302.597000', '153302.600000', '153302.603000', '153302.605000', '153302.608000', '153302.611000', '153302.614000', '153302.617000', '153302.620000', '153302.622000', '153302.625000', '153302.628000', '153322.508000', '153322.511000', '153322.514000', '153322.517000', '153322.520000', '153322.522000', '153322.525000', '153322.528000', '153322.531000', '153322.534000', '153322.536000', '153322.539000', '153322.542000', '153322.545000', '153322.548000', '153322.551000', '153322.553000', '153322.556000', '153322.559000', '153322.562000', '153322.565000', '153322.568000', '153322.571000', '153322.573000', '153322.576000', '153322.579000', '153322.582000', '153322.585000', '153322.587000', '153322.590000', '153322.596000', '153322.599000', '153322.602000', '153322.605000', '153322.608000', '153322.611000', '153322.614000', '153322.616000', '153322.619000', '153322.622000', '153322.625000', '153322.628000', '153322.630000', '153342.508000', '153342.511000', '153342.514000', '153342.516000', '153342.519000', '153342.522000', '153342.525000', '153342.528000', '153342.530000', '153342.533000', '153342.536000', '153342.539000', '153342.542000', '153342.544000', '153342.547000', '153342.550000', '153342.553000', '153342.556000', '153342.558000', '153342.561000', '153342.564000', '153342.567000', '153342.570000', '153342.573000', '153342.576000', '153342.578000', '153342.581000', '153342.584000', '153342.587000', '153342.590000', '153342.592000', '153342.595000', '153342.598000', '153342.601000', '153342.604000', '153342.606000', '153342.609000', '153342.612000', '153342.615000', '153342.618000', '153342.620000', '153342.623000', '153342.626000', '153342.629000', '153402.508000', '153402.511000', '153402.514000', '153402.517000', '153402.519000', '153402.522000', '153402.525000', '153402.528000', '153402.531000', '153402.533000', '153402.536000', '153402.539000', '153402.543000', '153402.546000', '153402.549000', '153402.552000', '153402.555000', '153402.558000', '153402.561000', '153402.563000', '153402.566000', '153402.569000', '153402.572000', '153402.575000', '153402.578000', '153402.580000', '153402.583000', '153402.586000', '153402.589000', '153402.592000', '153402.594000', '153402.597000', '153402.600000', '153402.603000', '153402.606000', '153402.609000', '153402.612000', '153402.614000', '153402.617000', '153402.620000', '153402.623000', '153402.626000', '153402.629000', '153422.508000', '153422.511000', '153422.521000', '153422.524000', '153422.527000', '153422.529000', '153422.532000', '153422.535000', '153422.538000', '153422.541000', '153422.543000', '153422.546000', '153422.549000', '153422.552000', '153422.555000', '153422.558000', '153422.560000', '153422.563000', '153422.566000', '153422.569000', '153422.572000', '153422.575000', '153422.578000', '153422.580000', '153422.583000', '153422.586000', '153422.589000', '153422.592000', '153422.594000', '153422.597000', '153422.600000', '153422.603000', '153422.606000', '153422.609000', '153422.611000', '153422.614000', '153422.617000', '153422.620000', '153422.623000', '153422.625000', '153422.628000', '153422.631000', '153422.634000', '153422.636000', '153442.508000', '153442.511000', '153442.514000', '153442.517000', '153442.520000', '153442.522000', '153442.525000', '153442.528000', '153442.531000', '153442.534000', '153442.536000', '153442.539000', '153442.542000', '153442.561000', '153442.564000', '153442.566000', '153442.569000', '153442.572000', '153442.575000', '153442.578000', '153442.581000', '153442.583000', '153442.586000', '153442.589000', '153442.592000', '153442.595000', '153442.597000', '153442.600000', '153442.603000', '153442.606000', '153442.609000', '153442.612000', '153442.614000', '153442.617000', '153442.620000', '153442.623000', '153442.625000', '153442.628000', '153442.631000', '153442.634000', '153442.637000', '153442.639000', '153442.642000', '153502.508000', '153502.511000', '153502.514000', '153502.517000', '153502.519000', '153502.522000', '153502.525000', '153502.528000', '153502.531000', '153502.533000', '153502.536000', '153502.539000', '153502.542000', '153502.545000', '153502.548000', '153502.550000', '153502.553000', '153502.556000', '153502.559000', '153502.562000', '153502.565000', '153502.567000', '153502.570000', '153502.573000', '153502.576000', '153502.579000', '153502.581000', '153502.584000', '153502.587000', '153502.590000', '153502.593000', '153502.596000', '153502.598000', '153502.601000', '153502.604000', '153502.607000', '153502.609000', '153502.612000', '153502.615000', '153502.618000', '153502.621000', '153502.623000', '153502.626000', '153502.629000', '153522.507000', '153522.510000', '153522.513000', '153522.515000', '153522.518000', '153522.521000', '153522.524000', '153522.527000', '153522.529000', '153522.532000', '153522.535000', '153522.538000', '153522.541000', '153522.543000', '153522.546000', '153522.549000', '153522.552000', '153522.555000', '153522.558000', '153522.560000', '153522.563000', '153522.566000', '153522.569000', '153522.572000', '153522.575000', '153522.578000', '153522.582000', '153522.585000', '153522.588000', '153522.591000', '153522.594000', '153522.596000', '153522.599000', '153522.602000', '153522.605000', '153522.608000', '153522.632000', '153522.635000', '153522.638000', '153522.640000', '153522.643000', '153522.647000', '153522.651000', '153542.508000', '153542.511000', '153542.514000', '153542.517000', '153542.519000', '153542.522000', '153542.525000', '153542.528000', '153542.531000', '153542.533000', '153542.536000', '153542.539000', '153542.542000', '153542.545000', '153542.548000', '153542.550000', '153542.553000', '153542.556000', '153542.559000', '153542.562000', '153542.565000', '153542.567000', '153542.570000', '153542.573000', '153542.576000', '153542.579000', '153542.582000', '153542.598000', '153542.601000', '153542.604000', '153542.607000', '153542.610000', '153542.612000', '153542.615000', '153542.618000', '153542.621000', '153542.624000', '153542.626000', '153542.629000', '153542.632000', '153542.635000', '153542.638000', '153542.640000', '153542.643000', '153602.508000', '153602.511000', '153602.514000', '153602.517000', '153602.520000', '153602.522000', '153602.525000', '153602.528000', '153602.531000', '153602.534000', '153602.537000', '153602.541000', '153602.544000', '153602.547000', '153602.550000', '153602.552000', '153602.555000', '153602.558000', '153602.561000', '153602.564000', '153602.566000', '153602.569000', '153602.572000', '153602.575000', '153602.578000', '153602.581000', '153602.583000', '153602.586000', '153602.589000', '153602.592000', '153602.595000', '153602.598000', '153602.600000', '153602.603000', '153602.606000', '153602.609000', '153602.612000', '153602.615000', '153602.617000', '153602.620000', '153602.623000', '153602.626000', '153602.629000', '153622.508000', '153622.511000', '153622.514000', '153622.516000', '153622.519000', '153622.522000', '153622.525000', '153622.528000', '153622.530000', '153622.533000', '153622.536000', '153622.539000', '153622.542000', '153622.545000', '153622.547000', '153622.550000', '153622.553000', '153622.556000', '153622.558000', '153622.561000', '153622.564000', '153622.567000', '153622.570000', '153622.573000', '153622.576000', '153622.578000', '153622.581000', '153622.584000', '153622.587000', '153622.590000', '153622.593000', '153622.595000', '153622.598000', '153622.601000', '153622.604000', '153622.607000', '153622.609000', '153622.612000', '153622.615000', '153622.618000', '153622.621000', '153622.623000', '153622.626000', '153622.629000', '153642.508000', '153642.511000', '153642.514000', '153642.517000', '153642.519000', '153642.522000', '153642.525000', '153642.528000', '153642.531000', '153642.534000', '153642.537000', '153642.539000', '153642.542000', '153642.545000', '153642.548000', '153642.551000', '153642.553000', '153642.556000', '153642.559000', '153642.562000', '153642.564000', '153642.567000', '153642.570000', '153642.573000', '153642.576000', '153642.579000', '153642.582000', '153642.584000', '153642.587000', '153642.590000', '153642.593000', '153642.596000', '153642.599000', '153642.601000', '153642.604000', '153642.607000', '153642.610000', '153642.612000', '153642.615000', '153642.619000', '153642.622000', '153642.635000', '153642.638000', '153702.508000', '153702.511000', '153702.514000', '153702.517000', '153702.519000', '153702.522000', '153702.525000', '153702.528000', '153702.531000', '153702.534000', '153702.537000', '153702.539000', '153702.542000', '153702.545000', '153702.548000', '153702.551000', '153702.553000', '153702.556000', '153702.559000', '153702.562000', '153702.564000', '153702.567000', '153702.570000', '153702.573000', '153702.589000', '153702.592000', '153702.595000', '153702.598000', '153702.601000', '153702.603000', '153702.606000', '153702.609000', '153702.612000', '153702.615000', '153702.617000', '153702.620000', '153702.623000', '153702.626000', '153702.629000', '153702.631000', '153702.634000', '153702.637000', '153702.640000', '153702.643000', '153722.508000', '153722.511000', '153722.514000', '153722.517000', '153722.519000', '153722.522000', '153722.525000', '153722.528000', '153722.531000', '153722.534000', '153722.536000', '153722.539000', '153722.542000', '153722.545000', '153722.548000', '153722.550000', '153722.553000', '153722.556000', '153722.559000', '153722.562000', '153722.564000', '153722.567000', '153722.570000', '153722.574000', '153722.576000', '153722.579000', '153722.582000', '153722.585000', '153722.588000', '153722.590000', '153722.593000', '153722.596000', '153722.599000', '153722.602000', '153722.604000', '153722.607000', '153722.610000', '153722.613000', '153722.616000', '153722.618000', '153722.621000', '153722.624000', '153722.627000', '153742.507000', '153742.510000', '153742.513000', '153742.516000', '153742.518000', '153742.521000', '153742.524000', '153742.527000', '153742.530000', '153742.533000', '153742.536000', '153742.538000', '153742.541000', '153742.544000', '153742.547000', '153742.550000', '153742.552000', '153742.555000', '153742.558000', '153742.561000', '153742.564000', '153742.566000', '153742.569000', '153742.572000', '153742.575000', '153742.578000', '153742.581000', '153742.584000', '153742.586000', '153742.589000', '153742.592000', '153742.595000', '153742.598000', '153742.600000', '153742.603000', '153742.606000', '153742.609000', '153742.612000', '153742.614000', '153742.617000', '153742.620000', '153742.623000', '153742.626000', '153802.508000', '153802.511000', '153802.514000', '153802.517000', '153802.520000', '153802.523000', '153802.526000', '153802.529000', '153802.532000', '153802.535000', '153802.538000', '153802.540000', '153802.543000', '153802.546000', '153802.549000', '153802.552000', '153802.554000', '153802.557000', '153802.560000', '153802.563000', '153802.566000', '153802.568000', '153802.571000', '153802.574000', '153802.577000', '153802.580000', '153802.582000', '153802.585000', '153802.588000', '153802.591000', '153802.594000', '153802.596000', '153802.599000', '153802.602000', '153802.605000', '153802.608000', '153802.611000', '153802.614000', '153802.616000', '153802.619000', '153802.622000', '153802.625000', '153802.627000', '153802.630000', '153814.271000', '153814.275000', '153814.278000', '153814.281000', '153814.284000', '153814.287000', '153814.290000', '153814.293000', '153814.296000', '153814.299000', '153814.302000', '153814.305000', '153814.308000', '153814.311000', '153814.314000', '153814.317000', '153814.319000', '153814.322000', '153814.325000', '153814.328000', '153814.331000', '153814.334000', '153814.337000', '153814.340000', '153814.343000', '153814.346000'], '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': [11945, 7473, 10491, 7553, 9427, 10362, 7555, 11621, 7449, 10249, 8070, 7866, 11710, 7315, 8915, 7687, 9030, 8080, 7798, 8241, 7306, 10113, 7482, 9698, 8134, 8234, 9559, 7349, 10482, 7582, 9289, 8129, 7437, 11175, 7422, 8938, 7544, 8207, 8192, 7303, 10483, 7686, 9278, 7520, 10233, 8020, 8774, 11294, 7425, 10514, 7293, 9741, 7825, 9920, 8238, 7936, 8353, 7386, 10319, 7546, 9339, 7799, 8768, 7984, 9025, 9936, 7669, 10802, 7603, 9304, 7775, 9651, 9975, 7406, 11235, 7511, 9890, 7910, 8260, 10061, 7372, 10731, 7819, 8472, 8087, 7916, 11360, 7229, 10745, 8051, 8582, 8263, 7311, 10719, 7416, 10419, 8175, 7372, 10252, 7241, 8810, 7598, 8169, 8152, 7130, 10149, 7297, 8584, 7789, 8950, 8303, 7154, 10576, 7297, 10427, 7658, 9091, 11324, 6981, 10598, 7592, 8773, 8158, 7074, 10025, 7184, 9043, 7752, 7679, 8344, 7035, 9918, 7583, 8006, 7733, 7697, 8041, 6954, 11210, 7312, 9667, 7311, 9313, 7639, 7559, 8196, 7724, 7966, 7695, 7989, 10509, 7733, 10676, 9729, 9519, 11910, 7432, 10268, 7691, 8152, 11717, 6807, 10332, 7738, 8016, 8090, 6752, 8978, 7060, 8284, 7692, 6943, 9370, 7093, 9959, 7606, 7035, 10277, 6934, 8577, 7677, 7812, 7731, 6825, 10350, 7518, 9769, 7443, 9950, 7478, 8680, 11793, 7355, 10707, 8025, 8517, 8334, 6759, 10185, 7317, 9491, 7837, 7186, 7871, 7100, 10338, 7213, 9354, 7550, 8601, 7751, 8149, 9444, 7725, 11176, 7301, 10586, 7969, 8877, 11696, 7164, 10657, 8033, 8332, 8132, 6798, 9631, 7420, 10009, 8083, 7503, 8043, 6805, 9810, 7152, 10333, 7826, 7914, 7821, 7493, 10758, 6953, 10384, 7837, 8130, 8767, 7142, 9806, 7265, 7887, 7757, 8158, 8162, 7926, 7860, 7039, 8120, 7271, 10816, 7470, 9744, 7755, 8420, 7742, 7941, 10983, 7016, 9954, 7560, 8527, 7810, 7533, 10571, 7132, 9743, 7769, 8369, 8311, 7122, 10040, 7394, 9885, 8230, 7042, 10379, 7109, 9845, 7678, 7209, 10755, 7173, 9504, 7826, 7428, 10790, 7464, 10005, 7870, 7025, 10784, 7193, 10654, 7627, 7083, 10463, 7177, 9503, 7239, 9360, 8115, 7368, 10590, 7202, 9752, 7351, 11309, 7722, 8671, 11184, 7395, 9984, 7291, 9773, 7615, 8659, 11046, 7261, 10134, 7255, 9461, 7723, 7951, 11336, 7086, 10580, 7743, 9430, 7845, 7870, 11595, 7073, 10280, 7629, 8461, 7709, 7183, 10841, 7453, 10336, 7972, 8376, 7718, 7159, 10841, 7308, 9972, 7312, 8304, 7551, 7385, 10949, 6857, 10741, 7279, 8526, 7469, 8441, 10283, 7107, 11106, 7940, 9234, 7621, 7783, 11479, 7134, 10261, 7177, 9587, 8107, 8372, 11803, 7093, 10725, 7610, 9822, 10007, 7486, 10697, 6933, 10037, 7428, 7975, 11277, 6938, 10449, 6953, 10337, 8364, 7957, 11755, 7060, 10452, 7635, 8672, 10479, 7148, 10778, 7068, 9113, 8772, 7433, 11267, 7175, 9738, 7176, 8080, 9665, 7211, 9222, 6782, 7774, 7319, 7613, 7345, 10686, 7135, 10618, 8229, 10029, 7363, 9426, 12501, 7020, 11336, 9087, 9657, 8069, 8795, 11763, 7151, 11097, 7911, 9613, 9865, 7813, 10947, 7103, 10491, 7680, 9190, 11978, 7017, 11195, 7366, 9574, 8638, 7336, 11254, 6915, 10030, 7098, 8511, 7552, 7338, 7569, 8526, 7205, 10503, 6913, 11197, 7279, 11516, 7671, 11932, 10497, 8174, 11053, 7659, 10656, 7101, 9090, 7299, 7963, 11114, 7067, 10006, 7047, 8162, 7030, 7546, 7671, 7052, 10203, 7342, 9528, 7247, 9718, 10423, 7478, 11177, 7221, 10685, 7593, 10397, 10579, 7387, 11461, 8031, 9678, 7693, 7915, 12123, 7395, 10970, 8252, 8295, 9174, 7349, 11137, 7283, 9353, 7266, 7524, 7767, 7454, 11354, 7224, 10790, 8810, 8754, 9086, 7317, 11222, 7340, 10856, 8800, 7114, 11285, 7268, 10600, 6919, 8211, 10497, 7083, 10369, 7220, 10233, 7559, 8984, 11541, 7302, 10444, 7140, 10286, 7453, 9295, 10855, 7161, 10582, 7111, 10410, 8272, 9360, 10232, 10306, 8700, 7909, 7478, 9212, 7366, 10671, 11986, 7475, 11012, 8364, 9589, 7413, 10795, 10442, 8816, 10985, 8135, 11990, 7686, 9071, 10123, 11209, 9562, 12145, 8727, 10729, 7902, 9467, 9693, 8014, 12046, 7214, 10977, 7981, 9498, 8070, 8098, 11128, 7177, 9758, 7660, 9379, 7788, 9309, 8215, 8311, 11710, 7052, 10599, 7302, 9871, 8701, 8551, 12152, 7409, 11409, 8136, 9486, 7949, 7459, 11564, 7262, 10574, 7131, 9259, 7541, 8088, 10536, 7297, 11371, 7040, 10392, 7526, 8948, 7855, 8080, 11679, 7139, 10554, 6920, 9945, 7193, 9173, 8117, 7325, 8033, 7130, 11358, 7234, 10811, 6979, 10244, 6811, 10041, 7231, 10395, 9528, 9395, 10669, 8081, 11640, 7234, 11014, 7289, 10354, 7547, 10017, 7679, 9142, 11112, 8951, 11959, 7777, 11053, 8223, 9708, 9212, 8382, 12034, 7210, 10899, 7319, 9944, 7667, 8936, 10051, 7652, 11215, 7311, 11037, 7124, 9777, 7901, 8573, 11584, 7118, 11359, 7335, 9926, 7631, 8067, 9181, 7350, 10727, 7484, 10153, 7321, 10244, 7344, 9427, 7581, 9058, 7871, 8872, 11105, 7433, 11233, 7394, 11378, 7513, 10719, 8504, 9710, 7725, 8634, 9807, 7757, 11939, 7042, 10838, 7424, 9711, 7677, 9316, 7740, 9141, 7330, 9131, 7648, 8008, 10671, 10072, 10801, 12745, 8903, 11746, 7688, 11100, 8371, 9728, 12105, 7295, 11303, 6991, 9696, 7376, 8677, 7528, 7411, 8436, 7388, 10856, 7379, 10726, 7303, 9788, 7649, 9165, 10540, 7397, 11753, 7218, 10971, 7804, 9618, 8028, 8158, 12007, 7046, 11221, 7141, 11010, 7735, 10038, 10101, 8142, 10953, 7262, 11031, 7045, 10991, 8549, 9507, 9677, 7781, 10821, 7313, 10961, 7135, 10682, 8172, 9735, 7898, 8767, 11960, 7311, 11693, 8806, 10203, 8514, 7870, 11879, 7369, 10622, 8247, 8328, 11741, 7296, 10832, 7632, 8829, 10895, 7287, 10923, 7256, 9299, 7411, 9393, 7518, 9710, 7544, 11231, 8835, 11704, 8306, 11281, 8029, 11034, 11111, 9152, 11937, 7744, 10943, 7121, 9325, 7490, 7709, 11196, 7042, 9768, 7077, 8866, 7341, 7451, 10731, 7094, 10471, 7008, 9956, 7914, 7942, 11669, 7166, 11172, 8735, 9862, 9030, 7779, 11463, 7138, 10460, 7833, 8136, 8031, 7040, 11232, 6964, 10521, 7693, 9488, 8023, 8056, 11924, 7320, 11668, 8476, 10566, 8687, 8919, 12550, 7484, 11640, 8930, 10027, 12325, 7191, 11846, 7250, 9344, 8266, 7323, 11433, 7042, 9847, 7569, 8402, 7976, 7307, 11389, 7054, 10867, 7429, 10456, 7806, 9688, 9751, 9145, 12220, 7496, 11432, 7557, 10793, 9052, 8332, 12336, 8292, 11143, 8001, 8416, 12100, 7013, 10615, 8066, 8150, 11717, 7499, 11004, 7392, 9157, 10376, 7585, 11126, 7349, 10029, 8009, 7557, 11535, 7077, 10940, 8120, 8418, 12073, 7591, 10477, 7659, 8779, 11494, 7301, 10713, 7526, 8650, 11287, 7499, 9914, 7464, 8662, 10507, 7569, 9979, 7429, 8692, 11688, 7516, 10775, 7694, 8662, 9711, 7670, 10792, 7406, 9509, 7951, 8520, 11786, 7715, 11570, 8907, 10094, 8253, 8164, 12163, 7542, 11686, 8875, 10205, 8074, 8599, 10552, 7793, 11397, 7436, 10936, 7523, 9537, 8426, 8086, 12104, 7286, 11673, 7244, 11221, 8677, 9601, 11787, 7461, 11670, 7699, 11397, 7792, 10146, 9933, 9068, 12395, 7614, 11995, 8330, 10514, 10992, 7597, 11864, 7729, 10997, 7645, 10377, 8154, 8365, 7887, 7962, 7460, 7721, 7918, 8975, 7736, 11675, 9341, 10472, 10253, 9281, 12315, 7773, 11933, 9078, 10677, 8045, 9419, 8097, 8178, 11896, 7547, 11613, 8037, 10531, 7899, 8227, 11745, 7387, 10889, 7641, 9624, 8255, 8013, 11868, 7560, 11358, 7277, 9909, 7984, 8817, 8379, 7719, 11511, 7532, 10776, 7525, 10278, 7692, 9787, 9632, 8626, 12428, 7739, 11438], 'WindowCenter': [4065.0, 4012.0, 4039.0, 3997.0, 4017.0, 4014.0, 3995.0, 4025.0, 3983.0, 4014.0, 3981.0, 3993.0, 4021.0, 3981.0, 4001.0, 3994.0, 4014.0, 3993.0, 3995.0, 4004.0, 3995.0, 4025.0, 3995.0, 4027.0, 4006.0, 4018.0, 4026.0, 3997.0, 4037.0, 3996.0, 4028.0, 4007.0, 3998.0, 4037.0, 3996.0, 4016.0, 3996.0, 4007.0, 4016.0, 4009.0, 4038.0, 4009.0, 4028.0, 4009.0, 4041.0, 4020.0, 4032.0, 4050.0, 4009.0, 4038.0, 4009.0, 4029.0, 4009.0, 4040.0, 4018.0, 4019.0, 4018.0, 4009.0, 4039.0, 4020.0, 4041.0, 4021.0, 4031.0, 4020.0, 4043.0, 4040.0, 4021.0, 4051.0, 4010.0, 4030.0, 4009.0, 4041.0, 4029.0, 3999.0, 4050.0, 3998.0, 4027.0, 4007.0, 4008.0, 4026.0, 3997.0, 4037.0, 3996.0, 4006.0, 3995.0, 4007.0, 4036.0, 3996.0, 4038.0, 4006.0, 4005.0, 3993.0, 3983.0, 4024.0, 3983.0, 4026.0, 4004.0, 3995.0, 4024.0, 3994.0, 4004.0, 3994.0, 4006.0, 4005.0, 3986.0, 4025.0, 3996.0, 4016.0, 4006.0, 4018.0, 4005.0, 3997.0, 4037.0, 3996.0, 4037.0, 3995.0, 4018.0, 4037.0, 3985.0, 4025.0, 3994.0, 4005.0, 3992.0, 3985.0, 4025.0, 3985.0, 4016.0, 3995.0, 3996.0, 4005.0, 3986.0, 4027.0, 4008.0, 4007.0, 4007.0, 4008.0, 4007.0, 3999.0, 4049.0, 3998.0, 4028.0, 3997.0, 4028.0, 4007.0, 4008.0, 4018.0, 4009.0, 4020.0, 4021.0, 4022.0, 4053.0, 4010.0, 4052.0, 4028.0, 4029.0, 4038.0, 3984.0, 4026.0, 3983.0, 3994.0, 4023.0, 3972.0, 4013.0, 3993.0, 3994.0, 3992.0, 3984.0, 4003.0, 3984.0, 4006.0, 3995.0, 3997.0, 4016.0, 3987.0, 4028.0, 3996.0, 3999.0, 4038.0, 3998.0, 4018.0, 4008.0, 4009.0, 4007.0, 4000.0, 4039.0, 4010.0, 4041.0, 4010.0, 4041.0, 4009.0, 4032.0, 4050.0, 3999.0, 4040.0, 4007.0, 4019.0, 4006.0, 3987.0, 4027.0, 3996.0, 4028.0, 4007.0, 3997.0, 4007.0, 3999.0, 4039.0, 4010.0, 4030.0, 4009.0, 4019.0, 4009.0, 4021.0, 4029.0, 4010.0, 4051.0, 3999.0, 4040.0, 3996.0, 4017.0, 4036.0, 3984.0, 4025.0, 3993.0, 3994.0, 3992.0, 3973.0, 4013.0, 3984.0, 4025.0, 3994.0, 3995.0, 3994.0, 3985.0, 4015.0, 3984.0, 4026.0, 3995.0, 3995.0, 3994.0, 3996.0, 4025.0, 3985.0, 4026.0, 3995.0, 4006.0, 4004.0, 3985.0, 4014.0, 3995.0, 3995.0, 3996.0, 4008.0, 4019.0, 4007.0, 4006.0, 3998.0, 4006.0, 4009.0, 4038.0, 3997.0, 4028.0, 4007.0, 4018.0, 3995.0, 4008.0, 4026.0, 3986.0, 4027.0, 3994.0, 4005.0, 3983.0, 3994.0, 4013.0, 3983.0, 4015.0, 3983.0, 3994.0, 3991.0, 3972.0, 4012.0, 3981.0, 4014.0, 3992.0, 3984.0, 4013.0, 3983.0, 4015.0, 3983.0, 3995.0, 4024.0, 3984.0, 4014.0, 3982.0, 3984.0, 4023.0, 3984.0, 4025.0, 3993.0, 3985.0, 4024.0, 3984.0, 4026.0, 3994.0, 3985.0, 4025.0, 3985.0, 4015.0, 3995.0, 4017.0, 3995.0, 3998.0, 4038.0, 3997.0, 4027.0, 3997.0, 4049.0, 3996.0, 4018.0, 4037.0, 3997.0, 4027.0, 3997.0, 4027.0, 3996.0, 4018.0, 4037.0, 3997.0, 4038.0, 3996.0, 4027.0, 3995.0, 4007.0, 4036.0, 3986.0, 4027.0, 3995.0, 4016.0, 3993.0, 3995.0, 4024.0, 3983.0, 4025.0, 3994.0, 4005.0, 3983.0, 3985.0, 4024.0, 3995.0, 4027.0, 3995.0, 4006.0, 3994.0, 3986.0, 4035.0, 3997.0, 4027.0, 3995.0, 4006.0, 3994.0, 3997.0, 4025.0, 3986.0, 4037.0, 3995.0, 4006.0, 3995.0, 4007.0, 4026.0, 3986.0, 4037.0, 4006.0, 4016.0, 3994.0, 3996.0, 4035.0, 3984.0, 4026.0, 3985.0, 4016.0, 3993.0, 4006.0, 4035.0, 3985.0, 4025.0, 3994.0, 4027.0, 4014.0, 3984.0, 4024.0, 3973.0, 4015.0, 3983.0, 4007.0, 4037.0, 3985.0, 4026.0, 3984.0, 4026.0, 3994.0, 3996.0, 4036.0, 3984.0, 4025.0, 3983.0, 4005.0, 4024.0, 3984.0, 4025.0, 3984.0, 4005.0, 4004.0, 3984.0, 4024.0, 3984.0, 4015.0, 3984.0, 4006.0, 4027.0, 3996.0, 4016.0, 3986.0, 3996.0, 3998.0, 4008.0, 4010.0, 4039.0, 3999.0, 4040.0, 4008.0, 4029.0, 3996.0, 4029.0, 4047.0, 3985.0, 4037.0, 4004.0, 4016.0, 3982.0, 4004.0, 4023.0, 3972.0, 4024.0, 3993.0, 4015.0, 4002.0, 3982.0, 4012.0, 3971.0, 4013.0, 3981.0, 4004.0, 4023.0, 3972.0, 4022.0, 3971.0, 4002.0, 3990.0, 3982.0, 4022.0, 3972.0, 4013.0, 3972.0, 4004.0, 3993.0, 3985.0, 3995.0, 4017.0, 3997.0, 4039.0, 3999.0, 4038.0, 3998.0, 4038.0, 3996.0, 4038.0, 4014.0, 3994.0, 4023.0, 3981.0, 4012.0, 3971.0, 4003.0, 3971.0, 3994.0, 4023.0, 3973.0, 4014.0, 3974.0, 4005.0, 3985.0, 3997.0, 3997.0, 3999.0, 4028.0, 3999.0, 4030.0, 3998.0, 4031.0, 4039.0, 3999.0, 4039.0, 3998.0, 4039.0, 3997.0, 4029.0, 4027.0, 3998.0, 4039.0, 4007.0, 4018.0, 3996.0, 4008.0, 4047.0, 3997.0, 4038.0, 4007.0, 4007.0, 4016.0, 3998.0, 4037.0, 3997.0, 4018.0, 3997.0, 4008.0, 3997.0, 3999.0, 4039.0, 3999.0, 4040.0, 4018.0, 4019.0, 4018.0, 3999.0, 4039.0, 3998.0, 4040.0, 4018.0, 3998.0, 4038.0, 3999.0, 4039.0, 3998.0, 4020.0, 4039.0, 3999.0, 4039.0, 4010.0, 4041.0, 4009.0, 4032.0, 4051.0, 4011.0, 4040.0, 4000.0, 4041.0, 3999.0, 4032.0, 4051.0, 3999.0, 4040.0, 4000.0, 4052.0, 4020.0, 4044.0, 4053.0, 4042.0, 4020.0, 4009.0, 4010.0, 4042.0, 4010.0, 4053.0, 4050.0, 3999.0, 4041.0, 4008.0, 4028.0, 3997.0, 4039.0, 4026.0, 4016.0, 4025.0, 3994.0, 4033.0, 3983.0, 4003.0, 4025.0, 4024.0, 4014.0, 4034.0, 3991.0, 4010.0, 3967.0, 3988.0, 3986.0, 3967.0, 4007.0, 3956.0, 3997.0, 3965.0, 3987.0, 3965.0, 3977.0, 4006.0, 3968.0, 3998.0, 3977.0, 3999.0, 3979.0, 4001.0, 3990.0, 3992.0, 4023.0, 3972.0, 4013.0, 3971.0, 4003.0, 3991.0, 3992.0, 4022.0, 3971.0, 4022.0, 3980.0, 4002.0, 3980.0, 3971.0, 4021.0, 3982.0, 4024.0, 3983.0, 4013.0, 3982.0, 3995.0, 4013.0, 3984.0, 4036.0, 3986.0, 4025.0, 3995.0, 4016.0, 3994.0, 3995.0, 4035.0, 3986.0, 4026.0, 3986.0, 4027.0, 3986.0, 4029.0, 4006.0, 3997.0, 4007.0, 3998.0, 4038.0, 3998.0, 4050.0, 3999.0, 4040.0, 3989.0, 4040.0, 3998.0, 4041.0, 4029.0, 4030.0, 4039.0, 4009.0, 4038.0, 3998.0, 4039.0, 3998.0, 4029.0, 3997.0, 4029.0, 3996.0, 4028.0, 4037.0, 4017.0, 4037.0, 3995.0, 4026.0, 3993.0, 4015.0, 4002.0, 3994.0, 4034.0, 3983.0, 4023.0, 3983.0, 4014.0, 3993.0, 4016.0, 4015.0, 3995.0, 4025.0, 3984.0, 4025.0, 3984.0, 4015.0, 3994.0, 4006.0, 4035.0, 3985.0, 4025.0, 3984.0, 4015.0, 3995.0, 3996.0, 4015.0, 3995.0, 4025.0, 3996.0, 4026.0, 3997.0, 4039.0, 3998.0, 4029.0, 4008.0, 4019.0, 4007.0, 4030.0, 4049.0, 3999.0, 4038.0, 3998.0, 4049.0, 3997.0, 4039.0, 4018.0, 4028.0, 3996.0, 4019.0, 4027.0, 3997.0, 4048.0, 3997.0, 4038.0, 3997.0, 4027.0, 4007.0, 4028.0, 4010.0, 4030.0, 4011.0, 4042.0, 4023.0, 4022.0, 4054.0, 4041.0, 4052.0, 4050.0, 4018.0, 4037.0, 3985.0, 4025.0, 3993.0, 4014.0, 4023.0, 3972.0, 4012.0, 3971.0, 4002.0, 3982.0, 4005.0, 3994.0, 3985.0, 3994.0, 3996.0, 4025.0, 3985.0, 4037.0, 3985.0, 4027.0, 3984.0, 4017.0, 4025.0, 3985.0, 4036.0, 3986.0, 4026.0, 3984.0, 4015.0, 3993.0, 3995.0, 4035.0, 3985.0, 4025.0, 3985.0, 4026.0, 3994.0, 4027.0, 4026.0, 3996.0, 4025.0, 3985.0, 4025.0, 3985.0, 4026.0, 4005.0, 4017.0, 4015.0, 3996.0, 4024.0, 3985.0, 4036.0, 3986.0, 4027.0, 4006.0, 4017.0, 3995.0, 4017.0, 4035.0, 3985.0, 4036.0, 4004.0, 4015.0, 3993.0, 3994.0, 4024.0, 3983.0, 4025.0, 3992.0, 3994.0, 4023.0, 3973.0, 4024.0, 3982.0, 4004.0, 4013.0, 3983.0, 4013.0, 3983.0, 4003.0, 3984.0, 4015.0, 3997.0, 4027.0, 4009.0, 4049.0, 4031.0, 4050.0, 4009.0, 4038.0, 3996.0, 4028.0, 4024.0, 4004.0, 4024.0, 3982.0, 4012.0, 3971.0, 4002.0, 3970.0, 3982.0, 4023.0, 3983.0, 4013.0, 3972.0, 4004.0, 3983.0, 3985.0, 4025.0, 3985.0, 4027.0, 3985.0, 4027.0, 3994.0, 4007.0, 4024.0, 3986.0, 4037.0, 4005.0, 4016.0, 4004.0, 3995.0, 4035.0, 3985.0, 4027.0, 3994.0, 3995.0, 3994.0, 3985.0, 4036.0, 3986.0, 4038.0, 3996.0, 4028.0, 4007.0, 4019.0, 4048.0, 3998.0, 4039.0, 4007.0, 4028.0, 4006.0, 4017.0, 4036.0, 3984.0, 4025.0, 4004.0, 4015.0, 4023.0, 3972.0, 4022.0, 3971.0, 4002.0, 3990.0, 3982.0, 4023.0, 3972.0, 4013.0, 3982.0, 3994.0, 3992.0, 3985.0, 4037.0, 3985.0, 4025.0, 3995.0, 4027.0, 3996.0, 4028.0, 4016.0, 4017.0, 4036.0, 3985.0, 4036.0, 3984.0, 4026.0, 4003.0, 3994.0, 4034.0, 3993.0, 4024.0, 3981.0, 3993.0, 4022.0, 3971.0, 4013.0, 3981.0, 3992.0, 4021.0, 3982.0, 4012.0, 3970.0, 4003.0, 4012.0, 3983.0, 4023.0, 3972.0, 4014.0, 3982.0, 3984.0, 4024.0, 3973.0, 4025.0, 3994.0, 3995.0, 4034.0, 3984.0, 4025.0, 3984.0, 4006.0, 4035.0, 3985.0, 4026.0, 3984.0, 4006.0, 4025.0, 3986.0, 4027.0, 3985.0, 4007.0, 4025.0, 3996.0, 4026.0, 3997.0, 4018.0, 4037.0, 3997.0, 4037.0, 3996.0, 4018.0, 4027.0, 4008.0, 4039.0, 3998.0, 4029.0, 4008.0, 4021.0, 4049.0, 4009.0, 4050.0, 4018.0, 4029.0, 4006.0, 4009.0, 4048.0, 3998.0, 4049.0, 4017.0, 4027.0, 4006.0, 4018.0, 4027.0, 4008.0, 4048.0, 3997.0, 4038.0, 3997.0, 4029.0, 4007.0, 4009.0, 4048.0, 3998.0, 4038.0, 3997.0, 4039.0, 4006.0, 4029.0, 4037.0, 3986.0, 4036.0, 3996.0, 4038.0, 3996.0, 4028.0, 4026.0, 4017.0, 4036.0, 3995.0, 4036.0, 3994.0, 4026.0, 4024.0, 3983.0, 4023.0, 3983.0, 4024.0, 3994.0, 4026.0, 3993.0, 4004.0, 3993.0, 3995.0, 3985.0, 4007.0, 4007.0, 4029.0, 4009.0, 4062.0, 4028.0, 4040.0, 4027.0, 4017.0, 4035.0, 3983.0, 4024.0, 3992.0, 4013.0, 3980.0, 4002.0, 3980.0, 3992.0, 4021.0, 3983.0, 4023.0, 3982.0, 4013.0, 3981.0, 3993.0, 4022.0, 3983.0, 4024.0, 3983.0, 4014.0, 3992.0, 3994.0, 4023.0, 3983.0, 4024.0, 3983.0, 4015.0, 3994.0, 4006.0, 3994.0, 3996.0, 4036.0, 3995.0, 4026.0, 3995.0, 4027.0, 3996.0, 4028.0, 4016.0, 4018.0, 4048.0, 3996.0, 4036.0], 'WindowWidth': [9038.0, 8959.0, 8987.0, 8925.0, 8952.0, 8942.0, 8918.0, 8956.0, 8899.0, 8942.0, 8892.0, 8910.0, 8945.0, 8893.0, 8919.0, 8917.0, 8943.0, 8911.0, 8917.0, 8928.0, 8921.0, 8958.0, 8920.0, 8963.0, 8936.0, 8953.0, 8961.0, 8924.0, 8978.0, 8922.0, 8967.0, 8937.0, 8927.0, 8976.0, 8923.0, 8949.0, 8921.0, 8939.0, 8950.0, 8945.0, 8982.0, 8946.0, 8969.0, 8947.0, 8989.0, 8963.0, 8981.0, 9001.0, 8945.0, 8983.0, 8945.0, 8972.0, 8947.0, 8989.0, 8955.0, 8959.0, 8956.0, 8947.0, 8984.0, 8964.0, 8991.0, 8965.0, 8977.0, 8964.0, 8998.0, 8989.0, 8965.0, 9004.0, 8948.0, 8974.0, 8945.0, 8991.0, 8971.0, 8931.0, 9000.0, 8927.0, 8966.0, 8936.0, 8941.0, 8961.0, 8924.0, 8978.0, 8921.0, 8935.0, 8918.0, 8939.0, 8973.0, 8921.0, 8979.0, 8937.0, 8932.0, 8911.0, 8901.0, 8953.0, 8900.0, 8960.0, 8929.0, 8917.0, 8954.0, 8916.0, 8929.0, 8915.0, 8935.0, 8932.0, 8909.0, 8960.0, 8924.0, 8950.0, 8936.0, 8954.0, 8934.0, 8926.0, 8977.0, 8924.0, 8979.0, 8920.0, 8954.0, 8977.0, 8907.0, 8959.0, 8914.0, 8931.0, 8910.0, 8907.0, 8959.0, 8906.0, 8947.0, 8918.0, 8923.0, 8931.0, 8910.0, 8966.0, 8944.0, 8940.0, 8939.0, 8944.0, 8940.0, 8933.0, 8997.0, 8930.0, 8969.0, 8927.0, 8969.0, 8938.0, 8943.0, 8955.0, 8948.0, 8963.0, 8968.0, 8969.0, 9012.0, 8949.0, 9007.0, 8967.0, 8969.0, 8980.0, 8903.0, 8960.0, 8897.0, 8914.0, 8951.0, 8882.0, 8938.0, 8912.0, 8914.0, 8909.0, 8903.0, 8927.0, 8903.0, 8936.0, 8921.0, 8927.0, 8950.0, 8913.0, 8968.0, 8922.0, 8931.0, 8981.0, 8930.0, 8956.0, 8941.0, 8945.0, 8940.0, 8935.0, 8986.0, 8948.0, 8990.0, 8948.0, 8991.0, 8946.0, 8980.0, 9003.0, 8933.0, 8987.0, 8939.0, 8957.0, 8934.0, 8912.0, 8963.0, 8924.0, 8966.0, 8938.0, 8928.0, 8938.0, 8933.0, 8984.0, 8949.0, 8975.0, 8945.0, 8959.0, 8945.0, 8965.0, 8972.0, 8948.0, 9003.0, 8932.0, 8986.0, 8920.0, 8951.0, 8972.0, 8902.0, 8958.0, 8911.0, 8914.0, 8909.0, 8887.0, 8939.0, 8902.0, 8959.0, 8917.0, 8918.0, 8914.0, 8907.0, 8943.0, 8904.0, 8962.0, 8918.0, 8920.0, 8915.0, 8922.0, 8958.0, 8906.0, 8961.0, 8920.0, 8936.0, 8929.0, 8906.0, 8942.0, 8917.0, 8918.0, 8922.0, 8944.0, 8960.0, 8940.0, 8936.0, 8928.0, 8936.0, 8945.0, 8982.0, 8925.0, 8967.0, 8940.0, 8956.0, 8920.0, 8941.0, 8961.0, 8909.0, 8963.0, 8916.0, 8931.0, 8897.0, 8916.0, 8939.0, 8901.0, 8943.0, 8898.0, 8913.0, 8906.0, 8883.0, 8934.0, 8894.0, 8940.0, 8909.0, 8901.0, 8937.0, 8900.0, 8943.0, 8899.0, 8918.0, 8955.0, 8901.0, 8942.0, 8893.0, 8900.0, 8950.0, 8901.0, 8959.0, 8914.0, 8906.0, 8953.0, 8903.0, 8959.0, 8915.0, 8907.0, 8958.0, 8907.0, 8946.0, 8918.0, 8950.0, 8917.0, 8929.0, 8980.0, 8926.0, 8964.0, 8927.0, 8999.0, 8921.0, 8954.0, 8977.0, 8925.0, 8964.0, 8925.0, 8966.0, 8922.0, 8957.0, 8979.0, 8927.0, 8981.0, 8923.0, 8965.0, 8918.0, 8938.0, 8974.0, 8911.0, 8964.0, 8920.0, 8946.0, 8912.0, 8918.0, 8953.0, 8899.0, 8958.0, 8916.0, 8931.0, 8899.0, 8905.0, 8955.0, 8918.0, 8963.0, 8919.0, 8934.0, 8916.0, 8909.0, 8972.0, 8924.0, 8964.0, 8920.0, 8935.0, 8916.0, 8924.0, 8959.0, 8909.0, 8978.0, 8919.0, 8934.0, 8919.0, 8940.0, 8960.0, 8908.0, 8978.0, 8935.0, 8947.0, 8913.0, 8920.0, 8969.0, 8903.0, 8959.0, 8906.0, 8947.0, 8913.0, 8934.0, 8970.0, 8905.0, 8958.0, 8915.0, 8961.0, 8941.0, 8902.0, 8953.0, 8886.0, 8943.0, 8900.0, 8938.0, 8977.0, 8906.0, 8958.0, 8902.0, 8961.0, 8914.0, 8920.0, 8972.0, 8903.0, 8958.0, 8898.0, 8932.0, 8951.0, 8902.0, 8955.0, 8901.0, 8932.0, 8926.0, 8903.0, 8953.0, 8902.0, 8943.0, 8902.0, 8934.0, 8966.0, 8921.0, 8948.0, 8911.0, 8922.0, 8929.0, 8942.0, 8951.0, 8986.0, 8932.0, 8986.0, 8940.0, 8971.0, 8923.0, 8969.0, 8992.0, 8906.0, 8977.0, 8927.0, 8946.0, 8895.0, 8927.0, 8951.0, 8883.0, 8952.0, 8910.0, 8941.0, 8919.0, 8895.0, 8932.0, 8877.0, 8936.0, 8891.0, 8926.0, 8949.0, 8881.0, 8946.0, 8876.0, 8921.0, 8900.0, 8894.0, 8945.0, 8881.0, 8935.0, 8882.0, 8927.0, 8913.0, 8904.0, 8919.0, 8952.0, 8927.0, 8984.0, 8932.0, 8981.0, 8927.0, 8979.0, 8920.0, 8978.0, 8940.0, 8913.0, 8950.0, 8891.0, 8932.0, 8877.0, 8921.0, 8876.0, 8912.0, 8949.0, 8885.0, 8938.0, 8888.0, 8931.0, 8905.0, 8925.0, 8924.0, 8930.0, 8968.0, 8931.0, 8971.0, 8929.0, 8976.0, 8982.0, 8931.0, 8983.0, 8926.0, 8982.0, 8924.0, 8970.0, 8962.0, 8926.0, 8981.0, 8936.0, 8952.0, 8919.0, 8939.0, 8990.0, 8925.0, 8980.0, 8936.0, 8937.0, 8946.0, 8927.0, 8977.0, 8924.0, 8954.0, 8925.0, 8942.0, 8925.0, 8931.0, 8982.0, 8930.0, 8986.0, 8954.0, 8957.0, 8952.0, 8931.0, 8983.0, 8928.0, 8986.0, 8953.0, 8929.0, 8981.0, 8930.0, 8984.0, 8928.0, 8961.0, 8983.0, 8932.0, 8984.0, 8948.0, 8991.0, 8946.0, 8981.0, 9003.0, 8950.0, 8987.0, 8934.0, 8991.0, 8932.0, 8980.0, 9003.0, 8933.0, 8986.0, 8934.0, 9006.0, 8962.0, 9000.0, 9011.0, 8994.0, 8960.0, 8946.0, 8951.0, 8994.0, 8947.0, 9009.0, 9002.0, 8931.0, 8989.0, 8939.0, 8967.0, 8925.0, 8982.0, 8961.0, 8945.0, 8957.0, 8915.0, 8964.0, 8899.0, 8924.0, 8958.0, 8953.0, 8940.0, 8966.0, 8903.0, 8928.0, 8864.0, 8895.0, 8888.0, 8865.0, 8917.0, 8849.0, 8904.0, 8859.0, 8890.0, 8857.0, 8878.0, 8915.0, 8870.0, 8909.0, 8881.0, 8913.0, 8886.0, 8919.0, 8901.0, 8908.0, 8948.0, 8880.0, 8934.0, 8876.0, 8921.0, 8901.0, 8905.0, 8944.0, 8877.0, 8946.0, 8887.0, 8918.0, 8885.0, 8878.0, 8943.0, 8894.0, 8951.0, 8899.0, 8938.0, 8895.0, 8916.0, 8936.0, 8901.0, 8971.0, 8909.0, 8957.0, 8915.0, 8947.0, 8912.0, 8919.0, 8969.0, 8907.0, 8959.0, 8907.0, 8962.0, 8907.0, 8968.0, 8935.0, 8925.0, 8936.0, 8928.0, 8978.0, 8930.0, 9000.0, 8931.0, 8987.0, 8917.0, 8988.0, 8930.0, 8990.0, 8971.0, 8973.0, 8983.0, 8944.0, 8981.0, 8928.0, 8982.0, 8927.0, 8969.0, 8926.0, 8969.0, 8922.0, 8967.0, 8975.0, 8949.0, 8978.0, 8917.0, 8958.0, 8911.0, 8942.0, 8921.0, 8913.0, 8966.0, 8899.0, 8949.0, 8898.0, 8941.0, 8912.0, 8946.0, 8943.0, 8919.0, 8955.0, 8903.0, 8957.0, 8902.0, 8944.0, 8915.0, 8934.0, 8970.0, 8903.0, 8954.0, 8900.0, 8942.0, 8917.0, 8920.0, 8944.0, 8919.0, 8958.0, 8922.0, 8961.0, 8925.0, 8984.0, 8927.0, 8969.0, 8941.0, 8959.0, 8939.0, 8973.0, 8998.0, 8930.0, 8980.0, 8928.0, 8996.0, 8926.0, 8985.0, 8954.0, 8968.0, 8922.0, 8956.0, 8963.0, 8926.0, 8993.0, 8926.0, 8978.0, 8924.0, 8964.0, 8938.0, 8967.0, 8948.0, 8975.0, 8952.0, 8994.0, 8970.0, 8967.0, 9013.0, 8988.0, 9006.0, 9000.0, 8952.0, 8975.0, 8901.0, 8957.0, 8909.0, 8939.0, 8950.0, 8880.0, 8931.0, 8878.0, 8920.0, 8894.0, 8929.0, 8913.0, 8905.0, 8913.0, 8920.0, 8958.0, 8906.0, 8975.0, 8906.0, 8962.0, 8900.0, 8948.0, 8954.0, 8904.0, 8972.0, 8906.0, 8959.0, 8899.0, 8943.0, 8909.0, 8916.0, 8968.0, 8903.0, 8956.0, 8903.0, 8959.0, 8913.0, 8962.0, 8958.0, 8918.0, 8954.0, 8903.0, 8955.0, 8903.0, 8961.0, 8931.0, 8949.0, 8944.0, 8919.0, 8952.0, 8904.0, 8972.0, 8907.0, 8963.0, 8932.0, 8949.0, 8916.0, 8949.0, 8970.0, 8904.0, 8973.0, 8927.0, 8943.0, 8909.0, 8915.0, 8953.0, 8898.0, 8956.0, 8908.0, 8914.0, 8948.0, 8883.0, 8951.0, 8893.0, 8925.0, 8936.0, 8898.0, 8935.0, 8898.0, 8925.0, 8902.0, 8944.0, 8925.0, 8964.0, 8943.0, 8996.0, 8975.0, 9001.0, 8942.0, 8980.0, 8921.0, 8964.0, 8952.0, 8926.0, 8952.0, 8892.0, 8932.0, 8875.0, 8920.0, 8874.0, 8895.0, 8948.0, 8897.0, 8937.0, 8884.0, 8927.0, 8896.0, 8904.0, 8957.0, 8906.0, 8962.0, 8906.0, 8962.0, 8914.0, 8936.0, 8955.0, 8907.0, 8974.0, 8931.0, 8946.0, 8925.0, 8917.0, 8969.0, 8904.0, 8962.0, 8914.0, 8917.0, 8913.0, 8906.0, 8972.0, 8909.0, 8979.0, 8923.0, 8967.0, 8939.0, 8959.0, 8994.0, 8928.0, 8982.0, 8935.0, 8965.0, 8931.0, 8949.0, 8972.0, 8900.0, 8957.0, 8925.0, 8942.0, 8949.0, 8880.0, 8946.0, 8876.0, 8920.0, 8901.0, 8895.0, 8949.0, 8881.0, 8935.0, 8894.0, 8914.0, 8908.0, 8904.0, 8976.0, 8906.0, 8957.0, 8919.0, 8962.0, 8920.0, 8966.0, 8946.0, 8949.0, 8973.0, 8905.0, 8971.0, 8901.0, 8960.0, 8924.0, 8914.0, 8967.0, 8910.0, 8952.0, 8890.0, 8910.0, 8944.0, 8877.0, 8935.0, 8891.0, 8908.0, 8943.0, 8893.0, 8932.0, 8876.0, 8923.0, 8933.0, 8897.0, 8950.0, 8882.0, 8940.0, 8892.0, 8899.0, 8951.0, 8884.0, 8957.0, 8912.0, 8916.0, 8964.0, 8900.0, 8955.0, 8900.0, 8933.0, 8969.0, 8903.0, 8958.0, 8901.0, 8933.0, 8958.0, 8908.0, 8962.0, 8906.0, 8936.0, 8957.0, 8922.0, 8961.0, 8924.0, 8954.0, 8976.0, 8923.0, 8976.0, 8921.0, 8955.0, 8964.0, 8942.0, 8982.0, 8928.0, 8971.0, 8941.0, 8962.0, 8998.0, 8945.0, 8999.0, 8953.0, 8970.0, 8935.0, 8943.0, 8994.0, 8927.0, 8994.0, 8950.0, 8964.0, 8935.0, 8954.0, 8964.0, 8941.0, 8994.0, 8925.0, 8979.0, 8925.0, 8972.0, 8938.0, 8944.0, 8993.0, 8927.0, 8979.0, 8925.0, 8982.0, 8935.0, 8968.0, 8975.0, 8907.0, 8972.0, 8921.0, 8978.0, 8920.0, 8966.0, 8960.0, 8949.0, 8972.0, 8917.0, 8972.0, 8914.0, 8958.0, 8951.0, 8898.0, 8948.0, 8897.0, 8953.0, 8914.0, 8958.0, 8912.0, 8927.0, 8911.0, 8919.0, 8904.0, 8940.0, 8939.0, 8971.0, 8948.0, 9024.0, 8969.0, 8984.0, 8961.0, 8947.0, 8968.0, 8896.0, 8952.0, 8906.0, 8932.0, 8886.0, 8918.0, 8886.0, 8907.0, 8943.0, 8899.0, 8950.0, 8892.0, 8934.0, 8889.0, 8909.0, 8945.0, 8896.0, 8953.0, 8898.0, 8940.0, 8906.0, 8912.0, 8949.0, 8898.0, 8952.0, 8898.0, 8942.0, 8912.0, 8932.0, 8914.0, 8919.0, 8973.0, 8918.0, 8959.0, 8918.0, 8961.0, 8919.0, 8966.0, 8946.0, 8953.0, 8992.0, 8920.0, 8972.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.0002227231329690346</td></tr>
<tr><td colspan=3>aqi</td><td>0.026518986338797814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.263080662999116</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1819512187511403</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9655310507839551</td></tr>
<tr><td colspan=3>efc</td><td>0.4385</td></tr>
<tr><td colspan=3>fber</td><td>7647.1396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.067544167179562</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7285974499089253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.420794604828581</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.297319399773092</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.607845937824108</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357218476888542</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119485</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019813450053334236</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02337493933737278</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.89365139485463</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.2956</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.4493</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.5538</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.2315</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2268</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.4045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3294.7496</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.6355</td></tr>
<tr><td colspan=3>tsnr</td><td>40.47193072014488</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>