<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-02/func/sub-0043_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>fb783e8a3b279373b80fc08bbab92701</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>11:04:24.342500</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.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</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.0838517</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7775, -7292, 597, -79, -340, 13, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d746f4c6-ce24-4959-b245-5c5e0eecbe5f||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.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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': ['110424.342500', '110424.802500', '110425.262500', '110425.722500', '110426.182500', '110426.642500', '110427.102500', '110427.562500', '110428.022500', '110428.482500', '110428.942500', '110429.402500', '110429.862500', '110430.322500', '110430.782500', '110431.242500', '110431.702500', '110432.162500', '110432.622500', '110433.082500', '110433.542500', '110434.002500', '110434.462500', '110434.922500', '110435.382500', '110435.842500', '110436.302500', '110436.762500', '110437.222500', '110437.682500', '110438.142500', '110438.602500', '110439.062500', '110439.522500', '110439.982500', '110440.442500', '110440.902500', '110441.362500', '110441.822500', '110442.282500', '110442.742500', '110443.202500', '110443.662500', '110444.122500', '110444.582500', '110445.042500', '110445.502500', '110445.962500', '110446.422500', '110446.882500', '110447.342500', '110447.802500', '110448.262500', '110448.722500', '110449.182500', '110449.642500', '110450.102500', '110450.562500', '110451.022500', '110451.482500', '110451.942500', '110452.402500', '110452.862500', '110453.322500', '110453.782500', '110454.242500', '110454.702500', '110455.162500', '110455.622500', '110456.082500', '110456.542500', '110457.002500', '110457.462500', '110457.922500', '110458.382500', '110458.842500', '110459.302500', '110459.762500', '110500.222500', '110500.682500', '110501.142500', '110501.602500', '110502.062500', '110502.522500', '110502.982500', '110503.442500', '110503.902500', '110504.362500', '110504.822500', '110505.282500', '110505.742500', '110506.202500', '110506.662500', '110507.122500', '110507.582500', '110508.042500', '110508.502500', '110508.962500', '110509.422500', '110509.882500', '110510.342500', '110510.802500', '110511.262500', '110511.722500', '110512.182500', '110512.642500', '110513.102500', '110513.562500', '110514.022500', '110514.482500', '110514.942500', '110515.402500', '110515.862500', '110516.322500', '110516.782500', '110517.242500', '110517.702500', '110518.162500', '110518.622500', '110519.082500', '110519.542500', '110520.002500', '110520.462500', '110520.922500', '110521.382500', '110521.842500', '110522.302500', '110522.762500', '110523.222500', '110523.682500', '110524.142500', '110524.602500', '110525.062500', '110525.522500', '110525.982500', '110526.442500', '110526.902500', '110527.362500', '110527.822500', '110528.282500', '110528.742500', '110529.202500', '110529.662500', '110530.122500', '110530.582500', '110531.042500', '110531.502500', '110531.962500', '110532.422500', '110532.882500', '110533.342500', '110533.802500', '110534.262500', '110534.722500', '110535.182500', '110535.642500', '110536.102500', '110536.562500', '110537.022500', '110537.482500', '110537.942500', '110538.402500', '110538.862500', '110539.322500', '110539.782500', '110540.242500', '110540.702500', '110541.162500', '110541.622500', '110542.082500', '110542.542500', '110543.002500', '110543.462500', '110543.922500', '110544.382500', '110544.842500', '110545.302500', '110545.762500', '110546.222500', '110546.682500', '110547.142500', '110547.602500', '110548.062500', '110548.522500', '110548.982500', '110549.442500', '110549.902500', '110550.362500', '110550.822500', '110551.282500', '110551.742500', '110552.202500', '110552.662500', '110553.122500', '110553.582500', '110554.042500', '110554.502500', '110554.962500', '110555.422500', '110555.882500', '110556.342500', '110556.802500', '110557.262500', '110557.722500', '110558.182500', '110558.642500', '110559.102500', '110559.562500', '110600.022500', '110600.482500', '110600.942500', '110601.402500', '110601.862500', '110602.322500', '110602.782500', '110603.242500', '110603.702500', '110604.162500', '110604.622500', '110605.082500', '110605.542500', '110606.002500', '110606.462500', '110606.922500', '110607.382500', '110607.842500', '110608.302500', '110608.762500', '110609.222500', '110609.682500', '110610.142500', '110610.602500', '110611.062500', '110611.522500', '110611.982500', '110612.442500', '110612.902500', '110613.362500', '110613.822500', '110614.282500', '110614.742500', '110615.202500', '110615.662500', '110616.122500', '110616.582500', '110617.042500', '110617.502500', '110617.962500', '110618.422500', '110618.882500', '110619.342500', '110619.802500', '110620.262500', '110620.722500', '110621.182500', '110621.642500', '110622.102500', '110622.562500', '110623.022500', '110623.482500', '110623.942500', '110624.402500', '110624.862500', '110625.322500', '110625.782500', '110626.242500', '110626.702500', '110627.162500', '110627.622500', '110628.082500', '110628.542500', '110629.002500', '110629.462500', '110629.922500', '110630.382500', '110630.842500', '110631.302500', '110631.762500', '110632.222500', '110632.682500', '110633.142500', '110633.602500', '110634.062500', '110634.522500', '110634.982500', '110635.442500', '110635.902500', '110636.362500', '110636.822500', '110637.282500', '110637.742500', '110638.202500', '110638.662500', '110639.122500', '110639.582500', '110640.042500', '110640.502500', '110640.962500', '110641.422500', '110641.882500', '110642.342500', '110642.802500', '110643.262500', '110643.722500', '110644.182500', '110644.642500', '110645.102500', '110645.562500', '110646.022500', '110646.482500', '110646.942500', '110647.402500', '110647.862500', '110648.322500', '110648.782500', '110649.242500', '110649.702500', '110650.162500', '110650.622500', '110651.082500', '110651.542500', '110652.002500', '110652.462500', '110652.922500', '110653.382500', '110653.842500', '110654.302500', '110654.762500', '110655.222500', '110655.682500', '110656.142500', '110656.602500', '110657.062500', '110657.522500', '110657.982500', '110658.442500', '110658.902500', '110659.362500', '110659.822500', '110700.282500', '110700.742500', '110701.202500', '110701.662500', '110702.122500', '110702.582500', '110703.042500', '110703.502500', '110703.962500', '110704.422500', '110704.882500', '110705.342500', '110705.802500', '110706.262500', '110706.722500', '110707.182500', '110707.642500', '110708.102500', '110708.562500', '110709.022500', '110709.482500', '110709.942500', '110710.402500', '110710.862500', '110711.322500', '110711.782500', '110712.242500', '110712.702500', '110713.162500', '110713.622500', '110714.082500', '110714.542500', '110715.002500', '110715.462500', '110715.922500', '110716.382500', '110716.842500', '110717.302500', '110717.762500', '110718.222500', '110718.682500', '110719.142500', '110719.602500', '110720.062500', '110720.522500', '110720.982500', '110721.442500', '110721.902500', '110722.362500', '110722.822500', '110723.282500', '110723.742500', '110724.202500', '110724.662500', '110725.122500', '110725.582500', '110726.042500', '110726.502500', '110726.962500', '110727.422500', '110727.882500', '110728.342500', '110728.802500', '110729.262500', '110729.722500', '110730.182500', '110730.642500', '110731.102500', '110731.562500', '110732.022500', '110732.482500', '110732.942500', '110733.402500', '110733.862500', '110734.322500', '110734.782500', '110735.242500', '110735.702500', '110736.162500', '110736.622500', '110737.082500', '110737.542500', '110738.002500', '110738.462500', '110738.922500', '110739.382500', '110739.842500', '110740.302500', '110740.762500', '110741.222500', '110741.682500', '110742.142500', '110742.602500', '110743.062500', '110743.522500', '110743.982500', '110744.442500', '110744.902500', '110745.362500', '110745.822500', '110746.282500', '110746.742500', '110747.202500', '110747.662500', '110748.122500', '110748.582500', '110749.042500', '110749.502500', '110749.962500', '110750.422500', '110750.882500', '110751.342500', '110751.802500', '110752.262500', '110752.722500', '110753.182500', '110753.642500', '110754.102500', '110754.562500', '110755.022500', '110755.482500', '110755.942500', '110756.402500', '110756.862500', '110757.322500', '110757.782500', '110758.242500', '110758.702500', '110759.162500', '110759.622500', '110800.082500', '110800.542500', '110801.002500', '110801.462500', '110801.922500', '110802.382500', '110802.842500', '110803.302500', '110803.762500', '110804.222500', '110804.682500', '110805.142500', '110805.602500', '110806.062500', '110806.522500', '110806.982500', '110807.442500', '110807.902500', '110808.362500', '110808.822500', '110809.282500', '110809.742500', '110810.202500', '110810.662500', '110811.122500', '110811.582500', '110812.042500', '110812.502500', '110812.962500', '110813.422500', '110813.882500', '110814.342500', '110814.802500', '110815.262500', '110815.722500', '110816.182500', '110816.642500', '110817.102500', '110817.562500', '110818.022500', '110818.482500', '110818.942500', '110819.402500', '110819.862500', '110820.322500', '110820.782500', '110821.242500', '110821.702500', '110822.162500', '110822.622500', '110823.082500', '110823.542500', '110824.002500', '110824.462500', '110824.922500', '110825.382500', '110825.842500', '110826.302500', '110826.762500', '110827.222500', '110827.682500', '110828.142500', '110828.602500', '110829.062500', '110829.522500', '110829.982500', '110830.442500', '110830.902500', '110831.362500', '110831.822500', '110832.282500', '110832.742500', '110833.202500', '110833.662500', '110834.122500', '110834.582500', '110835.042500', '110835.502500', '110835.962500', '110836.422500', '110836.882500', '110837.342500', '110837.802500', '110838.262500', '110838.722500', '110839.182500', '110839.642500', '110840.102500', '110840.562500', '110841.022500', '110841.482500', '110841.942500', '110842.402500', '110842.862500', '110843.322500', '110843.782500', '110844.242500', '110844.702500', '110845.162500', '110845.622500', '110846.082500', '110846.542500', '110847.002500', '110847.462500', '110847.922500', '110848.382500', '110848.842500', '110849.302500', '110849.762500', '110850.222500', '110850.682500', '110851.142500', '110851.602500', '110852.062500', '110852.522500', '110852.982500', '110853.442500', '110853.902500', '110854.362500', '110854.822500', '110855.282500', '110855.742500', '110856.202500', '110856.662500', '110857.122500', '110857.582500', '110858.042500', '110858.502500', '110858.962500', '110859.422500', '110859.882500', '110900.342500', '110900.802500', '110901.262500', '110901.722500', '110902.182500', '110902.642500', '110903.102500', '110903.562500', '110904.022500', '110904.482500', '110904.942500', '110905.402500', '110905.862500', '110906.322500', '110906.782500', '110907.242500', '110907.702500', '110908.162500', '110908.622500', '110909.082500', '110909.542500', '110910.002500', '110910.462500', '110910.922500', '110911.382500', '110911.842500', '110912.302500', '110912.762500', '110913.222500', '110913.682500', '110914.142500', '110914.602500', '110915.062500', '110915.522500', '110915.982500', '110916.442500', '110916.902500', '110917.362500', '110917.822500', '110918.282500', '110918.742500', '110919.202500', '110919.662500', '110920.122500', '110920.582500', '110921.042500', '110921.502500', '110921.962500', '110922.422500', '110922.882500', '110923.342500', '110923.802500', '110924.262500', '110924.722500', '110925.182500', '110925.642500', '110926.102500', '110926.562500', '110927.022500', '110927.482500', '110927.942500', '110928.402500', '110928.862500', '110929.322500', '110929.782500', '110930.242500', '110930.702500', '110931.162500', '110931.622500', '110932.082500', '110932.542500', '110933.002500', '110933.462500', '110933.922500', '110934.382500', '110934.842500', '110935.302500', '110935.762500', '110936.222500', '110936.682500', '110937.142500', '110937.602500', '110938.062500', '110938.522500', '110938.982500', '110939.442500', '110939.902500', '110940.362500', '110940.822500', '110941.282500', '110941.742500', '110942.202500', '110942.662500', '110943.122500', '110943.582500', '110944.042500', '110944.502500', '110944.962500', '110945.422500', '110945.882500', '110946.342500', '110946.802500', '110947.262500', '110947.722500', '110948.182500', '110948.642500', '110949.102500', '110949.562500', '110950.022500', '110950.482500', '110950.942500', '110951.402500', '110951.862500', '110952.322500', '110952.782500', '110953.242500', '110953.702500', '110954.162500', '110954.622500', '110955.082500', '110955.542500', '110956.002500', '110956.462500', '110956.922500', '110957.382500', '110957.842500', '110958.302500', '110958.762500', '110959.222500', '110959.682500', '111000.142500', '111000.602500', '111001.062500', '111001.522500', '111001.982500', '111002.442500', '111002.902500', '111003.362500', '111003.822500', '111004.282500', '111004.742500', '111005.202500', '111005.662500', '111006.122500', '111006.582500', '111007.042500', '111007.502500', '111007.962500', '111008.422500', '111008.882500', '111009.342500', '111009.802500', '111010.262500', '111010.722500', '111011.182500', '111011.642500', '111012.102500', '111012.562500', '111013.022500', '111013.482500', '111013.942500', '111014.402500', '111014.862500', '111015.322500', '111015.782500', '111016.242500', '111016.702500', '111017.162500', '111017.622500', '111018.082500', '111018.542500', '111019.002500', '111019.462500', '111019.922500', '111020.382500', '111020.842500', '111021.302500', '111021.762500', '111022.222500', '111022.682500', '111023.142500', '111023.602500', '111024.062500', '111024.522500', '111024.982500', '111025.442500', '111025.902500', '111026.362500', '111026.822500', '111027.282500', '111027.742500', '111028.202500', '111028.662500', '111029.122500', '111029.582500', '111030.042500', '111030.502500', '111030.962500', '111031.422500', '111031.882500', '111032.342500', '111032.802500', '111033.262500', '111033.722500', '111034.182500', '111034.642500', '111035.102500', '111035.562500', '111036.022500', '111036.482500', '111036.942500', '111037.402500', '111037.862500', '111038.322500', '111038.782500', '111039.242500', '111039.702500', '111040.162500', '111040.622500', '111041.082500', '111041.542500', '111042.002500', '111042.462500', '111042.922500', '111043.382500', '111043.842500', '111044.302500', '111044.762500', '111045.222500', '111045.682500', '111046.142500', '111046.602500', '111047.062500', '111047.522500', '111047.982500', '111048.442500', '111048.902500', '111049.362500', '111049.822500', '111050.282500', '111050.742500', '111051.202500', '111051.662500', '111052.122500', '111052.582500', '111053.042500', '111053.502500', '111053.962500', '111054.422500', '111054.882500', '111055.342500', '111055.802500', '111056.262500', '111056.722500', '111057.182500', '111057.642500', '111058.102500', '111058.562500', '111059.022500', '111059.482500', '111059.942500', '111100.402500', '111100.862500', '111101.322500', '111101.782500', '111102.242500', '111102.702500', '111103.162500', '111103.622500', '111104.082500', '111104.542500', '111105.002500', '111105.462500', '111105.922500', '111106.382500', '111106.842500', '111107.302500', '111107.762500', '111108.222500', '111108.682500', '111109.142500', '111109.602500', '111110.062500', '111110.522500', '111110.982500', '111111.442500', '111111.902500', '111112.362500', '111112.822500', '111113.282500', '111113.742500', '111114.202500', '111114.662500', '111115.122500', '111115.582500', '111116.042500', '111116.502500', '111116.962500', '111117.422500', '111117.882500', '111118.342500', '111118.802500', '111119.262500', '111119.722500', '111120.182500', '111120.642500', '111121.102500', '111121.562500', '111122.022500', '111122.482500', '111122.942500', '111123.402500', '111123.862500', '111124.322500', '111124.782500', '111125.242500', '111125.702500', '111126.162500', '111126.622500', '111127.082500', '111127.542500', '111128.002500', '111128.462500', '111128.922500', '111129.382500', '111129.842500', '111130.302500', '111130.762500', '111131.222500', '111131.682500', '111132.142500', '111132.602500', '111133.062500', '111133.522500', '111133.982500', '111134.442500', '111134.902500', '111135.362500', '111135.822500', '111136.282500', '111136.742500', '111137.202500', '111137.662500', '111138.122500', '111138.582500', '111139.042500', '111139.502500', '111139.962500', '111140.422500', '111140.882500', '111141.342500', '111141.802500', '111142.262500', '111142.722500', '111143.182500', '111143.642500', '111144.102500', '111144.562500', '111145.022500', '111145.482500', '111145.942500', '111146.402500', '111146.862500', '111147.322500', '111147.782500', '111148.242500', '111148.702500', '111149.162500', '111149.622500', '111150.082500', '111150.542500', '111151.002500', '111151.462500', '111151.922500', '111152.382500', '111152.842500', '111153.302500', '111153.762500', '111154.222500', '111154.682500', '111155.142500', '111155.602500', '111156.062500', '111156.522500', '111156.982500', '111157.442500', '111157.902500', '111158.362500', '111158.822500', '111159.282500', '111159.742500', '111200.202500', '111200.662500', '111201.122500', '111201.582500', '111202.042500', '111202.502500', '111202.962500', '111203.422500', '111203.882500', '111204.342500', '111204.802500', '111205.262500', '111205.722500', '111206.182500', '111206.642500', '111207.102500', '111207.562500', '111208.022500', '111208.482500', '111208.942500', '111209.402500', '111209.862500', '111210.322500', '111210.782500', '111211.242500', '111211.702500', '111212.162500', '111212.622500', '111213.082500', '111213.542500', '111214.002500', '111214.462500', '111214.922500', '111215.382500', '111215.842500', '111216.302500', '111216.762500', '111217.222500', '111217.682500', '111218.142500', '111218.602500', '111219.062500', '111219.522500', '111219.982500', '111220.442500', '111220.902500', '111221.362500', '111221.822500', '111222.282500', '111222.742500', '111223.202500', '111223.662500', '111224.122500', '111224.582500', '111225.042500', '111225.502500', '111225.962500', '111226.422500', '111226.882500', '111227.342500', '111227.802500', '111228.262500', '111228.722500', '111229.182500', '111229.642500', '111230.102500', '111230.562500', '111231.022500', '111231.482500', '111231.942500', '111232.402500', '111232.862500', '111233.322500', '111233.782500', '111234.242500', '111234.702500', '111235.162500', '111235.622500', '111236.082500', '111236.542500', '111237.002500', '111237.462500', '111237.922500', '111238.382500', '111238.842500', '111239.302500', '111239.762500', '111240.222500', '111240.682500', '111241.142500', '111241.602500', '111242.062500', '111242.522500', '111242.982500', '111243.442500', '111243.902500', '111244.362500', '111244.822500', '111245.282500', '111245.742500', '111246.202500', '111246.662500', '111247.122500', '111247.582500', '111248.042500', '111248.502500', '111248.962500'], 'ContentTime': ['110447.427000', '110447.431000', '110447.434000', '110447.437000', '110447.440000', '110447.443000', '110447.446000', '110447.449000', '110447.452000', '110447.455000', '110447.458000', '110447.461000', '110447.464000', '110447.467000', '110447.470000', '110447.473000', '110447.476000', '110447.483000', '110447.486000', '110447.489000', '110447.492000', '110447.495000', '110447.498000', '110447.501000', '110447.504000', '110447.507000', '110447.510000', '110447.513000', '110447.516000', '110447.520000', '110447.522000', '110447.525000', '110447.528000', '110447.531000', '110447.534000', '110447.537000', '110447.540000', '110447.543000', '110447.546000', '110447.549000', '110447.552000', '110447.562000', '110447.565000', '110447.568000', '110447.571000', '110447.574000', '110447.577000', '110507.386000', '110507.389000', '110507.392000', '110507.395000', '110507.398000', '110507.401000', '110507.404000', '110507.407000', '110507.410000', '110507.413000', '110507.416000', '110507.419000', '110507.422000', '110507.425000', '110507.428000', '110507.431000', '110507.433000', '110507.436000', '110507.439000', '110507.442000', '110507.445000', '110507.448000', '110507.451000', '110507.454000', '110507.457000', '110507.460000', '110507.463000', '110507.466000', '110507.469000', '110507.472000', '110507.475000', '110507.478000', '110507.481000', '110507.484000', '110507.487000', '110507.490000', '110507.493000', '110507.496000', '110507.499000', '110507.502000', '110507.505000', '110507.508000', '110507.511000', '110507.514000', '110527.386000', '110527.389000', '110527.392000', '110527.395000', '110527.398000', '110527.401000', '110527.404000', '110527.407000', '110527.410000', '110527.413000', '110527.416000', '110527.421000', '110527.425000', '110527.428000', '110527.431000', '110527.434000', '110527.437000', '110527.440000', '110527.443000', '110527.446000', '110527.449000', '110527.452000', '110527.455000', '110527.458000', '110527.461000', '110527.464000', '110527.467000', '110527.470000', '110527.473000', '110527.476000', '110527.479000', '110527.482000', '110527.485000', '110527.488000', '110527.491000', '110527.494000', '110527.497000', '110527.511000', '110527.514000', '110527.517000', '110527.520000', '110527.523000', '110527.525000', '110547.386000', '110547.389000', '110547.392000', '110547.395000', '110547.398000', '110547.401000', '110547.404000', '110547.407000', '110547.410000', '110547.413000', '110547.416000', '110547.429000', '110547.431000', '110547.434000', '110547.437000', '110547.440000', '110547.443000', '110547.446000', '110547.449000', '110547.452000', '110547.455000', '110547.465000', '110547.468000', '110547.471000', '110547.474000', '110547.477000', '110547.480000', '110547.483000', '110547.486000', '110547.489000', '110547.492000', '110547.495000', '110547.498000', '110547.502000', '110547.505000', '110547.508000', '110547.511000', '110547.514000', '110547.517000', '110547.520000', '110547.523000', '110547.525000', '110547.528000', '110547.531000', '110607.386000', '110607.389000', '110607.406000', '110607.409000', '110607.412000', '110607.415000', '110607.418000', '110607.421000', '110607.424000', '110607.427000', '110607.430000', '110607.433000', '110607.436000', '110607.439000', '110607.442000', '110607.445000', '110607.448000', '110607.451000', '110607.454000', '110607.457000', '110607.460000', '110607.463000', '110607.466000', '110607.469000', '110607.472000', '110607.475000', '110607.478000', '110607.481000', '110607.484000', '110607.487000', '110607.490000', '110607.492000', '110607.495000', '110607.499000', '110607.502000', '110607.505000', '110607.508000', '110607.511000', '110607.513000', '110607.516000', '110607.519000', '110607.522000', '110607.525000', '110627.386000', '110627.389000', '110627.392000', '110627.395000', '110627.398000', '110627.401000', '110627.404000', '110627.407000', '110627.410000', '110627.413000', '110627.416000', '110627.419000', '110627.422000', '110627.425000', '110627.428000', '110627.431000', '110627.434000', '110627.437000', '110627.440000', '110627.443000', '110627.446000', '110627.449000', '110627.452000', '110627.455000', '110627.458000', '110627.461000', '110627.464000', '110627.467000', '110627.470000', '110627.473000', '110627.476000', '110627.485000', '110627.488000', '110627.491000', '110627.494000', '110627.497000', '110627.500000', '110627.503000', '110627.506000', '110627.509000', '110627.512000', '110627.515000', '110627.518000', '110627.521000', '110647.387000', '110647.390000', '110647.394000', '110647.397000', '110647.400000', '110647.403000', '110647.406000', '110647.409000', '110647.412000', '110647.415000', '110647.418000', '110647.421000', '110647.424000', '110647.427000', '110647.430000', '110647.433000', '110647.436000', '110647.439000', '110647.442000', '110647.445000', '110647.448000', '110647.451000', '110647.454000', '110647.457000', '110647.460000', '110647.463000', '110647.466000', '110647.469000', '110647.472000', '110647.475000', '110647.478000', '110647.481000', '110647.484000', '110647.487000', '110647.490000', '110647.493000', '110647.496000', '110647.499000', '110647.502000', '110647.505000', '110647.508000', '110647.511000', '110647.514000', '110707.387000', '110707.390000', '110707.393000', '110707.396000', '110707.399000', '110707.402000', '110707.405000', '110707.408000', '110707.411000', '110707.414000', '110707.417000', '110707.420000', '110707.423000', '110707.426000', '110707.429000', '110707.432000', '110707.435000', '110707.438000', '110707.441000', '110707.444000', '110707.447000', '110707.450000', '110707.453000', '110707.456000', '110707.459000', '110707.462000', '110707.465000', '110707.468000', '110707.477000', '110707.480000', '110707.483000', '110707.486000', '110707.489000', '110707.492000', '110707.495000', '110707.498000', '110707.501000', '110707.504000', '110707.507000', '110707.510000', '110707.513000', '110707.516000', '110707.519000', '110707.522000', '110727.386000', '110727.389000', '110727.392000', '110727.395000', '110727.398000', '110727.401000', '110727.404000', '110727.407000', '110727.410000', '110727.413000', '110727.416000', '110727.419000', '110727.422000', '110727.425000', '110727.428000', '110727.431000', '110727.434000', '110727.437000', '110727.440000', '110727.443000', '110727.446000', '110727.449000', '110727.452000', '110727.455000', '110727.458000', '110727.461000', '110727.464000', '110727.467000', '110727.470000', '110727.473000', '110727.476000', '110727.480000', '110727.483000', '110727.486000', '110727.489000', '110727.492000', '110727.494000', '110727.497000', '110727.500000', '110727.503000', '110727.506000', '110727.509000', '110727.512000', '110747.386000', '110747.389000', '110747.392000', '110747.395000', '110747.398000', '110747.401000', '110747.404000', '110747.407000', '110747.410000', '110747.413000', '110747.416000', '110747.419000', '110747.422000', '110747.425000', '110747.428000', '110747.431000', '110747.434000', '110747.437000', '110747.440000', '110747.453000', '110747.456000', '110747.459000', '110747.462000', '110747.465000', '110747.468000', '110747.471000', '110747.482000', '110747.485000', '110747.488000', '110747.491000', '110747.494000', '110747.497000', '110747.500000', '110747.503000', '110747.506000', '110747.509000', '110747.512000', '110747.515000', '110747.518000', '110747.521000', '110747.524000', '110747.527000', '110747.530000', '110747.533000', '110807.386000', '110807.389000', '110807.392000', '110807.395000', '110807.398000', '110807.401000', '110807.404000', '110807.407000', '110807.410000', '110807.413000', '110807.416000', '110807.421000', '110807.424000', '110807.427000', '110807.430000', '110807.433000', '110807.436000', '110807.439000', '110807.442000', '110807.445000', '110807.448000', '110807.451000', '110807.454000', '110807.457000', '110807.460000', '110807.463000', '110807.466000', '110807.469000', '110807.498000', '110807.501000', '110807.504000', '110807.507000', '110807.510000', '110807.513000', '110807.516000', '110807.519000', '110807.522000', '110807.525000', '110807.528000', '110807.531000', '110807.534000', '110807.537000', '110807.540000', '110827.387000', '110827.390000', '110827.393000', '110827.396000', '110827.399000', '110827.402000', '110827.405000', '110827.408000', '110827.411000', '110827.414000', '110827.417000', '110827.420000', '110827.423000', '110827.426000', '110827.429000', '110827.432000', '110827.435000', '110827.438000', '110827.441000', '110827.444000', '110827.447000', '110827.450000', '110827.453000', '110827.456000', '110827.459000', '110827.462000', '110827.465000', '110827.468000', '110827.471000', '110827.474000', '110827.477000', '110827.480000', '110827.483000', '110827.486000', '110827.489000', '110827.492000', '110827.495000', '110827.498000', '110827.501000', '110827.504000', '110827.507000', '110827.510000', '110827.513000', '110827.516000', '110847.386000', '110847.389000', '110847.392000', '110847.395000', '110847.398000', '110847.401000', '110847.404000', '110847.407000', '110847.410000', '110847.413000', '110847.416000', '110847.419000', '110847.422000', '110847.425000', '110847.428000', '110847.431000', '110847.434000', '110847.437000', '110847.440000', '110847.443000', '110847.446000', '110847.449000', '110847.452000', '110847.455000', '110847.458000', '110847.461000', '110847.464000', '110847.467000', '110847.470000', '110847.473000', '110847.476000', '110847.479000', '110847.482000', '110847.485000', '110847.488000', '110847.491000', '110847.495000', '110847.498000', '110847.501000', '110847.504000', '110847.507000', '110847.510000', '110847.513000', '110907.387000', '110907.390000', '110907.393000', '110907.396000', '110907.399000', '110907.402000', '110907.405000', '110907.408000', '110907.411000', '110907.414000', '110907.417000', '110907.420000', '110907.423000', '110907.426000', '110907.429000', '110907.432000', '110907.435000', '110907.438000', '110907.441000', '110907.444000', '110907.447000', '110907.450000', '110907.453000', '110907.456000', '110907.459000', '110907.462000', '110907.465000', '110907.468000', '110907.471000', '110907.474000', '110907.477000', '110907.480000', '110907.483000', '110907.486000', '110907.489000', '110907.492000', '110907.495000', '110907.498000', '110907.501000', '110907.504000', '110907.507000', '110907.510000', '110907.513000', '110907.516000', '110927.387000', '110927.390000', '110927.393000', '110927.396000', '110927.399000', '110927.402000', '110927.405000', '110927.408000', '110927.411000', '110927.414000', '110927.417000', '110927.420000', '110927.423000', '110927.426000', '110927.429000', '110927.432000', '110927.435000', '110927.438000', '110927.441000', '110927.444000', '110927.447000', '110927.450000', '110927.453000', '110927.456000', '110927.460000', '110927.463000', '110927.466000', '110927.469000', '110927.473000', '110927.476000', '110927.479000', '110927.482000', '110927.485000', '110927.489000', '110927.492000', '110927.495000', '110927.498000', '110927.501000', '110927.504000', '110927.507000', '110927.510000', '110927.515000', '110927.519000', '110947.386000', '110947.389000', '110947.392000', '110947.395000', '110947.398000', '110947.401000', '110947.404000', '110947.407000', '110947.410000', '110947.413000', '110947.416000', '110947.419000', '110947.422000', '110947.425000', '110947.428000', '110947.431000', '110947.434000', '110947.437000', '110947.440000', '110947.443000', '110947.446000', '110947.449000', '110947.452000', '110947.455000', '110947.458000', '110947.461000', '110947.464000', '110947.467000', '110947.470000', '110947.473000', '110947.476000', '110947.479000', '110947.482000', '110947.485000', '110947.488000', '110947.491000', '110947.494000', '110947.497000', '110947.500000', '110947.503000', '110947.506000', '110947.509000', '110947.512000', '110947.515000', '111007.386000', '111007.389000', '111007.392000', '111007.395000', '111007.398000', '111007.401000', '111007.404000', '111007.407000', '111007.410000', '111007.413000', '111007.416000', '111007.419000', '111007.422000', '111007.425000', '111007.428000', '111007.431000', '111007.434000', '111007.437000', '111007.440000', '111007.443000', '111007.446000', '111007.449000', '111007.457000', '111007.460000', '111007.463000', '111007.466000', '111007.469000', '111007.472000', '111007.475000', '111007.478000', '111007.481000', '111007.484000', '111007.487000', '111007.490000', '111007.493000', '111007.496000', '111007.499000', '111007.502000', '111007.505000', '111007.509000', '111007.512000', '111007.515000', '111007.518000', '111027.386000', '111027.389000', '111027.392000', '111027.395000', '111027.398000', '111027.401000', '111027.404000', '111027.407000', '111027.417000', '111027.420000', '111027.423000', '111027.426000', '111027.428000', '111027.431000', '111027.434000', '111027.438000', '111027.441000', '111027.444000', '111027.446000', '111027.449000', '111027.452000', '111027.455000', '111027.458000', '111027.461000', '111027.465000', '111027.474000', '111027.477000', '111027.480000', '111027.483000', '111027.486000', '111027.489000', '111027.492000', '111027.495000', '111027.498000', '111027.501000', '111027.504000', '111027.507000', '111027.510000', '111027.513000', '111027.516000', '111027.519000', '111027.522000', '111027.525000', '111027.528000', '111047.386000', '111047.389000', '111047.392000', '111047.395000', '111047.398000', '111047.401000', '111047.404000', '111047.407000', '111047.410000', '111047.413000', '111047.416000', '111047.419000', '111047.422000', '111047.425000', '111047.428000', '111047.431000', '111047.434000', '111047.437000', '111047.440000', '111047.443000', '111047.446000', '111047.449000', '111047.452000', '111047.455000', '111047.458000', '111047.461000', '111047.464000', '111047.467000', '111047.470000', '111047.473000', '111047.476000', '111047.479000', '111047.482000', '111047.485000', '111047.488000', '111047.491000', '111047.494000', '111047.499000', '111047.502000', '111047.505000', '111047.508000', '111047.511000', '111047.514000', '111107.386000', '111107.389000', '111107.392000', '111107.395000', '111107.398000', '111107.401000', '111107.404000', '111107.418000', '111107.421000', '111107.424000', '111107.427000', '111107.430000', '111107.433000', '111107.436000', '111107.439000', '111107.442000', '111107.445000', '111107.448000', '111107.451000', '111107.454000', '111107.457000', '111107.460000', '111107.463000', '111107.466000', '111107.469000', '111107.472000', '111107.475000', '111107.478000', '111107.481000', '111107.484000', '111107.487000', '111107.490000', '111107.493000', '111107.496000', '111107.499000', '111107.502000', '111107.505000', '111107.508000', '111107.511000', '111107.514000', '111107.517000', '111107.520000', '111107.523000', '111107.526000', '111127.387000', '111127.390000', '111127.393000', '111127.396000', '111127.399000', '111127.403000', '111127.406000', '111127.409000', '111127.412000', '111127.415000', '111127.418000', '111127.421000', '111127.423000', '111127.426000', '111127.429000', '111127.432000', '111127.435000', '111127.438000', '111127.441000', '111127.444000', '111127.447000', '111127.450000', '111127.453000', '111127.456000', '111127.459000', '111127.462000', '111127.465000', '111127.468000', '111127.471000', '111127.474000', '111127.477000', '111127.480000', '111127.483000', '111127.486000', '111127.489000', '111127.492000', '111127.495000', '111127.498000', '111127.501000', '111127.504000', '111127.507000', '111127.510000', '111127.513000', '111147.386000', '111147.389000', '111147.392000', '111147.395000', '111147.398000', '111147.401000', '111147.404000', '111147.407000', '111147.410000', '111147.413000', '111147.416000', '111147.419000', '111147.422000', '111147.425000', '111147.428000', '111147.431000', '111147.434000', '111147.437000', '111147.440000', '111147.443000', '111147.446000', '111147.449000', '111147.452000', '111147.455000', '111147.458000', '111147.461000', '111147.464000', '111147.467000', '111147.470000', '111147.474000', '111147.477000', '111147.480000', '111147.483000', '111147.486000', '111147.489000', '111147.492000', '111147.495000', '111147.498000', '111147.501000', '111147.504000', '111147.507000', '111147.510000', '111147.513000', '111147.516000', '111207.386000', '111207.389000', '111207.392000', '111207.395000', '111207.398000', '111207.401000', '111207.404000', '111207.407000', '111207.410000', '111207.413000', '111207.416000', '111207.419000', '111207.422000', '111207.425000', '111207.428000', '111207.431000', '111207.434000', '111207.437000', '111207.440000', '111207.443000', '111207.446000', '111207.449000', '111207.452000', '111207.455000', '111207.458000', '111207.461000', '111207.464000', '111207.467000', '111207.470000', '111207.473000', '111207.476000', '111207.479000', '111207.482000', '111207.485000', '111207.488000', '111207.491000', '111207.494000', '111207.497000', '111207.500000', '111207.503000', '111207.506000', '111207.509000', '111207.512000', '111227.386000', '111227.390000', '111227.393000', '111227.413000', '111227.416000', '111227.419000', '111227.422000', '111227.425000', '111227.428000', '111227.431000', '111227.434000', '111227.437000', '111227.440000', '111227.443000', '111227.446000', '111227.449000', '111227.452000', '111227.455000', '111227.458000', '111227.461000', '111227.464000', '111227.467000', '111227.470000', '111227.473000', '111227.476000', '111227.479000', '111227.482000', '111227.485000', '111227.488000', '111227.491000', '111227.494000', '111227.497000', '111227.506000', '111227.509000', '111227.512000', '111227.515000', '111227.518000', '111227.521000', '111227.524000', '111227.527000', '111227.530000', '111227.533000', '111227.536000', '111247.386000', '111247.389000', '111247.392000', '111247.396000', '111247.399000', '111247.402000', '111247.405000', '111247.408000', '111247.410000', '111247.413000', '111247.416000', '111247.419000', '111247.422000', '111247.425000', '111247.428000', '111247.431000', '111247.434000', '111247.437000', '111247.440000', '111247.443000', '111247.446000', '111247.449000', '111247.452000', '111247.455000', '111247.458000', '111247.461000', '111247.464000', '111247.467000', '111247.470000', '111247.473000', '111247.476000', '111247.479000', '111247.482000', '111247.485000', '111247.488000', '111247.491000', '111247.494000', '111247.497000', '111247.500000', '111247.503000', '111247.506000', '111247.509000', '111247.512000', '111247.515000', '111250.434000', '111250.438000', '111250.441000', '111250.444000', '111250.447000', '111250.450000', '111250.453000'], 'InstanceCreationTime': ['110447.427000', '110447.431000', '110447.434000', '110447.437000', '110447.440000', '110447.443000', '110447.446000', '110447.449000', '110447.452000', '110447.455000', '110447.458000', '110447.461000', '110447.464000', '110447.467000', '110447.470000', '110447.473000', '110447.476000', '110447.483000', '110447.486000', '110447.489000', '110447.492000', '110447.495000', '110447.498000', '110447.501000', '110447.504000', '110447.507000', '110447.510000', '110447.513000', '110447.516000', '110447.520000', '110447.522000', '110447.525000', '110447.528000', '110447.531000', '110447.534000', '110447.537000', '110447.540000', '110447.543000', '110447.546000', '110447.549000', '110447.552000', '110447.562000', '110447.565000', '110447.568000', '110447.571000', '110447.574000', '110447.577000', '110507.386000', '110507.389000', '110507.392000', '110507.395000', '110507.398000', '110507.401000', '110507.404000', '110507.407000', '110507.410000', '110507.413000', '110507.416000', '110507.419000', '110507.422000', '110507.425000', '110507.428000', '110507.431000', '110507.433000', '110507.436000', '110507.439000', '110507.442000', '110507.445000', '110507.448000', '110507.451000', '110507.454000', '110507.457000', '110507.460000', '110507.463000', '110507.466000', '110507.469000', '110507.472000', '110507.475000', '110507.478000', '110507.481000', '110507.484000', '110507.487000', '110507.490000', '110507.493000', '110507.496000', '110507.499000', '110507.502000', '110507.505000', '110507.508000', '110507.511000', '110507.514000', '110527.386000', '110527.389000', '110527.392000', '110527.395000', '110527.398000', '110527.401000', '110527.404000', '110527.407000', '110527.410000', '110527.413000', '110527.416000', '110527.421000', '110527.425000', '110527.428000', '110527.431000', '110527.434000', '110527.437000', '110527.440000', '110527.443000', '110527.446000', '110527.449000', '110527.452000', '110527.455000', '110527.458000', '110527.461000', '110527.464000', '110527.467000', '110527.470000', '110527.473000', '110527.476000', '110527.479000', '110527.482000', '110527.485000', '110527.488000', '110527.491000', '110527.494000', '110527.497000', '110527.511000', '110527.514000', '110527.517000', '110527.520000', '110527.523000', '110527.525000', '110547.386000', '110547.389000', '110547.392000', '110547.395000', '110547.398000', '110547.401000', '110547.404000', '110547.407000', '110547.410000', '110547.413000', '110547.416000', '110547.429000', '110547.431000', '110547.434000', '110547.437000', '110547.440000', '110547.443000', '110547.446000', '110547.449000', '110547.452000', '110547.455000', '110547.465000', '110547.468000', '110547.471000', '110547.474000', '110547.477000', '110547.480000', '110547.483000', '110547.486000', '110547.489000', '110547.492000', '110547.495000', '110547.498000', '110547.502000', '110547.505000', '110547.508000', '110547.511000', '110547.514000', '110547.517000', '110547.520000', '110547.523000', '110547.525000', '110547.528000', '110547.531000', '110607.386000', '110607.389000', '110607.406000', '110607.409000', '110607.412000', '110607.415000', '110607.418000', '110607.421000', '110607.424000', '110607.427000', '110607.430000', '110607.433000', '110607.436000', '110607.439000', '110607.442000', '110607.445000', '110607.448000', '110607.451000', '110607.454000', '110607.457000', '110607.460000', '110607.463000', '110607.466000', '110607.469000', '110607.472000', '110607.475000', '110607.478000', '110607.481000', '110607.484000', '110607.487000', '110607.490000', '110607.492000', '110607.495000', '110607.499000', '110607.502000', '110607.505000', '110607.508000', '110607.511000', '110607.513000', '110607.516000', '110607.519000', '110607.522000', '110607.525000', '110627.386000', '110627.389000', '110627.392000', '110627.395000', '110627.398000', '110627.401000', '110627.404000', '110627.407000', '110627.410000', '110627.413000', '110627.416000', '110627.419000', '110627.422000', '110627.425000', '110627.428000', '110627.431000', '110627.434000', '110627.437000', '110627.440000', '110627.443000', '110627.446000', '110627.449000', '110627.452000', '110627.455000', '110627.458000', '110627.461000', '110627.464000', '110627.467000', '110627.470000', '110627.473000', '110627.476000', '110627.485000', '110627.488000', '110627.491000', '110627.494000', '110627.497000', '110627.500000', '110627.503000', '110627.506000', '110627.509000', '110627.512000', '110627.515000', '110627.518000', '110627.521000', '110647.387000', '110647.390000', '110647.394000', '110647.397000', '110647.400000', '110647.403000', '110647.406000', '110647.409000', '110647.412000', '110647.415000', '110647.418000', '110647.421000', '110647.424000', '110647.427000', '110647.430000', '110647.433000', '110647.436000', '110647.439000', '110647.442000', '110647.445000', '110647.448000', '110647.451000', '110647.454000', '110647.457000', '110647.460000', '110647.463000', '110647.466000', '110647.469000', '110647.472000', '110647.475000', '110647.478000', '110647.481000', '110647.484000', '110647.487000', '110647.490000', '110647.493000', '110647.496000', '110647.499000', '110647.502000', '110647.505000', '110647.508000', '110647.511000', '110647.514000', '110707.387000', '110707.390000', '110707.393000', '110707.396000', '110707.399000', '110707.402000', '110707.405000', '110707.408000', '110707.411000', '110707.414000', '110707.417000', '110707.420000', '110707.423000', '110707.426000', '110707.429000', '110707.432000', '110707.435000', '110707.438000', '110707.441000', '110707.444000', '110707.447000', '110707.450000', '110707.453000', '110707.456000', '110707.459000', '110707.462000', '110707.465000', '110707.468000', '110707.477000', '110707.480000', '110707.483000', '110707.486000', '110707.489000', '110707.492000', '110707.495000', '110707.498000', '110707.501000', '110707.504000', '110707.507000', '110707.510000', '110707.513000', '110707.516000', '110707.519000', '110707.522000', '110727.386000', '110727.389000', '110727.392000', '110727.395000', '110727.398000', '110727.401000', '110727.404000', '110727.407000', '110727.410000', '110727.413000', '110727.416000', '110727.419000', '110727.422000', '110727.425000', '110727.428000', '110727.431000', '110727.434000', '110727.437000', '110727.440000', '110727.443000', '110727.446000', '110727.449000', '110727.452000', '110727.455000', '110727.458000', '110727.461000', '110727.464000', '110727.467000', '110727.470000', '110727.473000', '110727.476000', '110727.480000', '110727.483000', '110727.486000', '110727.489000', '110727.492000', '110727.494000', '110727.497000', '110727.500000', '110727.503000', '110727.506000', '110727.509000', '110727.512000', '110747.386000', '110747.389000', '110747.392000', '110747.395000', '110747.398000', '110747.401000', '110747.404000', '110747.407000', '110747.410000', '110747.413000', '110747.416000', '110747.419000', '110747.422000', '110747.425000', '110747.428000', '110747.431000', '110747.434000', '110747.437000', '110747.440000', '110747.453000', '110747.456000', '110747.459000', '110747.462000', '110747.465000', '110747.468000', '110747.471000', '110747.482000', '110747.485000', '110747.488000', '110747.491000', '110747.494000', '110747.497000', '110747.500000', '110747.503000', '110747.506000', '110747.509000', '110747.512000', '110747.515000', '110747.518000', '110747.521000', '110747.524000', '110747.527000', '110747.530000', '110747.533000', '110807.386000', '110807.389000', '110807.392000', '110807.395000', '110807.398000', '110807.401000', '110807.404000', '110807.407000', '110807.410000', '110807.413000', '110807.416000', '110807.421000', '110807.424000', '110807.427000', '110807.430000', '110807.433000', '110807.436000', '110807.439000', '110807.442000', '110807.445000', '110807.448000', '110807.451000', '110807.454000', '110807.457000', '110807.460000', '110807.463000', '110807.466000', '110807.469000', '110807.498000', '110807.501000', '110807.504000', '110807.507000', '110807.510000', '110807.513000', '110807.516000', '110807.519000', '110807.522000', '110807.525000', '110807.528000', '110807.531000', '110807.534000', '110807.537000', '110807.540000', '110827.387000', '110827.390000', '110827.393000', '110827.396000', '110827.399000', '110827.402000', '110827.405000', '110827.408000', '110827.411000', '110827.414000', '110827.417000', '110827.420000', '110827.423000', '110827.426000', '110827.429000', '110827.432000', '110827.435000', '110827.438000', '110827.441000', '110827.444000', '110827.447000', '110827.450000', '110827.453000', '110827.456000', '110827.459000', '110827.462000', '110827.465000', '110827.468000', '110827.471000', '110827.474000', '110827.477000', '110827.480000', '110827.483000', '110827.486000', '110827.489000', '110827.492000', '110827.495000', '110827.498000', '110827.501000', '110827.504000', '110827.507000', '110827.510000', '110827.513000', '110827.516000', '110847.386000', '110847.389000', '110847.392000', '110847.395000', '110847.398000', '110847.401000', '110847.404000', '110847.407000', '110847.410000', '110847.413000', '110847.416000', '110847.419000', '110847.422000', '110847.425000', '110847.428000', '110847.431000', '110847.434000', '110847.437000', '110847.440000', '110847.443000', '110847.446000', '110847.449000', '110847.452000', '110847.455000', '110847.458000', '110847.461000', '110847.464000', '110847.467000', '110847.470000', '110847.473000', '110847.476000', '110847.479000', '110847.482000', '110847.485000', '110847.488000', '110847.491000', '110847.495000', '110847.498000', '110847.501000', '110847.504000', '110847.507000', '110847.510000', '110847.513000', '110907.387000', '110907.390000', '110907.393000', '110907.396000', '110907.399000', '110907.402000', '110907.405000', '110907.408000', '110907.411000', '110907.414000', '110907.417000', '110907.420000', '110907.423000', '110907.426000', '110907.429000', '110907.432000', '110907.435000', '110907.438000', '110907.441000', '110907.444000', '110907.447000', '110907.450000', '110907.453000', '110907.456000', '110907.459000', '110907.462000', '110907.465000', '110907.468000', '110907.471000', '110907.474000', '110907.477000', '110907.480000', '110907.483000', '110907.486000', '110907.489000', '110907.492000', '110907.495000', '110907.498000', '110907.501000', '110907.504000', '110907.507000', '110907.510000', '110907.513000', '110907.516000', '110927.387000', '110927.390000', '110927.393000', '110927.396000', '110927.399000', '110927.402000', '110927.405000', '110927.408000', '110927.411000', '110927.414000', '110927.417000', '110927.420000', '110927.423000', '110927.426000', '110927.429000', '110927.432000', '110927.435000', '110927.438000', '110927.441000', '110927.444000', '110927.447000', '110927.450000', '110927.453000', '110927.456000', '110927.460000', '110927.463000', '110927.466000', '110927.469000', '110927.473000', '110927.476000', '110927.479000', '110927.482000', '110927.485000', '110927.489000', '110927.492000', '110927.495000', '110927.498000', '110927.501000', '110927.504000', '110927.507000', '110927.510000', '110927.515000', '110927.519000', '110947.386000', '110947.389000', '110947.392000', '110947.395000', '110947.398000', '110947.401000', '110947.404000', '110947.407000', '110947.410000', '110947.413000', '110947.416000', '110947.419000', '110947.422000', '110947.425000', '110947.428000', '110947.431000', '110947.434000', '110947.437000', '110947.440000', '110947.443000', '110947.446000', '110947.449000', '110947.452000', '110947.455000', '110947.458000', '110947.461000', '110947.464000', '110947.467000', '110947.470000', '110947.473000', '110947.476000', '110947.479000', '110947.482000', '110947.485000', '110947.488000', '110947.491000', '110947.494000', '110947.497000', '110947.500000', '110947.503000', '110947.506000', '110947.509000', '110947.512000', '110947.515000', '111007.386000', '111007.389000', '111007.392000', '111007.395000', '111007.398000', '111007.401000', '111007.404000', '111007.407000', '111007.410000', '111007.413000', '111007.416000', '111007.419000', '111007.422000', '111007.425000', '111007.428000', '111007.431000', '111007.434000', '111007.437000', '111007.440000', '111007.443000', '111007.446000', '111007.449000', '111007.457000', '111007.460000', '111007.463000', '111007.466000', '111007.469000', '111007.472000', '111007.475000', '111007.478000', '111007.481000', '111007.484000', '111007.487000', '111007.490000', '111007.493000', '111007.496000', '111007.499000', '111007.502000', '111007.505000', '111007.509000', '111007.512000', '111007.515000', '111007.518000', '111027.386000', '111027.389000', '111027.392000', '111027.395000', '111027.398000', '111027.401000', '111027.404000', '111027.407000', '111027.417000', '111027.420000', '111027.423000', '111027.426000', '111027.428000', '111027.431000', '111027.434000', '111027.438000', '111027.441000', '111027.444000', '111027.446000', '111027.449000', '111027.452000', '111027.455000', '111027.458000', '111027.461000', '111027.465000', '111027.474000', '111027.477000', '111027.480000', '111027.483000', '111027.486000', '111027.489000', '111027.492000', '111027.495000', '111027.498000', '111027.501000', '111027.504000', '111027.507000', '111027.510000', '111027.513000', '111027.516000', '111027.519000', '111027.522000', '111027.525000', '111027.528000', '111047.386000', '111047.389000', '111047.392000', '111047.395000', '111047.398000', '111047.401000', '111047.404000', '111047.407000', '111047.410000', '111047.413000', '111047.416000', '111047.419000', '111047.422000', '111047.425000', '111047.428000', '111047.431000', '111047.434000', '111047.437000', '111047.440000', '111047.443000', '111047.446000', '111047.449000', '111047.452000', '111047.455000', '111047.458000', '111047.461000', '111047.464000', '111047.467000', '111047.470000', '111047.473000', '111047.476000', '111047.479000', '111047.482000', '111047.485000', '111047.488000', '111047.491000', '111047.494000', '111047.499000', '111047.502000', '111047.505000', '111047.508000', '111047.511000', '111047.514000', '111107.386000', '111107.389000', '111107.392000', '111107.395000', '111107.398000', '111107.401000', '111107.404000', '111107.418000', '111107.421000', '111107.424000', '111107.427000', '111107.430000', '111107.433000', '111107.436000', '111107.439000', '111107.442000', '111107.445000', '111107.448000', '111107.451000', '111107.454000', '111107.457000', '111107.460000', '111107.463000', '111107.466000', '111107.469000', '111107.472000', '111107.475000', '111107.478000', '111107.481000', '111107.484000', '111107.487000', '111107.490000', '111107.493000', '111107.496000', '111107.499000', '111107.502000', '111107.505000', '111107.508000', '111107.511000', '111107.514000', '111107.517000', '111107.520000', '111107.523000', '111107.526000', '111127.387000', '111127.390000', '111127.393000', '111127.396000', '111127.399000', '111127.403000', '111127.406000', '111127.409000', '111127.412000', '111127.415000', '111127.418000', '111127.421000', '111127.423000', '111127.426000', '111127.429000', '111127.432000', '111127.435000', '111127.438000', '111127.441000', '111127.444000', '111127.447000', '111127.450000', '111127.453000', '111127.456000', '111127.459000', '111127.462000', '111127.465000', '111127.468000', '111127.471000', '111127.474000', '111127.477000', '111127.480000', '111127.483000', '111127.486000', '111127.489000', '111127.492000', '111127.495000', '111127.498000', '111127.501000', '111127.504000', '111127.507000', '111127.510000', '111127.513000', '111147.386000', '111147.389000', '111147.392000', '111147.395000', '111147.398000', '111147.401000', '111147.404000', '111147.407000', '111147.410000', '111147.413000', '111147.416000', '111147.419000', '111147.422000', '111147.425000', '111147.428000', '111147.431000', '111147.434000', '111147.437000', '111147.440000', '111147.443000', '111147.446000', '111147.449000', '111147.452000', '111147.455000', '111147.458000', '111147.461000', '111147.464000', '111147.467000', '111147.470000', '111147.474000', '111147.477000', '111147.480000', '111147.483000', '111147.486000', '111147.489000', '111147.492000', '111147.495000', '111147.498000', '111147.501000', '111147.504000', '111147.507000', '111147.510000', '111147.513000', '111147.516000', '111207.386000', '111207.389000', '111207.392000', '111207.395000', '111207.398000', '111207.401000', '111207.404000', '111207.407000', '111207.410000', '111207.413000', '111207.416000', '111207.419000', '111207.422000', '111207.425000', '111207.428000', '111207.431000', '111207.434000', '111207.437000', '111207.440000', '111207.443000', '111207.446000', '111207.449000', '111207.452000', '111207.455000', '111207.458000', '111207.461000', '111207.464000', '111207.467000', '111207.470000', '111207.473000', '111207.476000', '111207.479000', '111207.482000', '111207.485000', '111207.488000', '111207.491000', '111207.494000', '111207.497000', '111207.500000', '111207.503000', '111207.506000', '111207.509000', '111207.512000', '111227.386000', '111227.390000', '111227.393000', '111227.413000', '111227.416000', '111227.419000', '111227.422000', '111227.425000', '111227.428000', '111227.431000', '111227.434000', '111227.437000', '111227.440000', '111227.443000', '111227.446000', '111227.449000', '111227.452000', '111227.455000', '111227.458000', '111227.461000', '111227.464000', '111227.467000', '111227.470000', '111227.473000', '111227.476000', '111227.479000', '111227.482000', '111227.485000', '111227.488000', '111227.491000', '111227.494000', '111227.497000', '111227.506000', '111227.509000', '111227.512000', '111227.515000', '111227.518000', '111227.521000', '111227.524000', '111227.527000', '111227.530000', '111227.533000', '111227.536000', '111247.386000', '111247.389000', '111247.392000', '111247.396000', '111247.399000', '111247.402000', '111247.405000', '111247.408000', '111247.410000', '111247.413000', '111247.416000', '111247.419000', '111247.422000', '111247.425000', '111247.428000', '111247.431000', '111247.434000', '111247.437000', '111247.440000', '111247.443000', '111247.446000', '111247.449000', '111247.452000', '111247.455000', '111247.458000', '111247.461000', '111247.464000', '111247.467000', '111247.470000', '111247.473000', '111247.476000', '111247.479000', '111247.482000', '111247.485000', '111247.488000', '111247.491000', '111247.494000', '111247.497000', '111247.500000', '111247.503000', '111247.506000', '111247.509000', '111247.512000', '111247.515000', '111250.434000', '111250.438000', '111250.441000', '111250.444000', '111250.447000', '111250.450000', '111250.453000'], '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': [10536, 13313, 10628, 12683, 9568, 14183, 9472, 14504, 9664, 14714, 10180, 12398, 10023, 10662, 9918, 10926, 10134, 11100, 10218, 8888, 10315, 8441, 10822, 8222, 11437, 7800, 12749, 8450, 12989, 9150, 13235, 9437, 13312, 9494, 13179, 9755, 13157, 9801, 11078, 10013, 8364, 10114, 8682, 10559, 8466, 11099, 8320, 13039, 9134, 13486, 9852, 11458, 10309, 8951, 11915, 8741, 13698, 9516, 13939, 10446, 11353, 10922, 8598, 14198, 10654, 12485, 12210, 8951, 13334, 9457, 14908, 10088, 15565, 10361, 14743, 10238, 13463, 10416, 13385, 10521, 9833, 10057, 8135, 12195, 8530, 13192, 9475, 13407, 10109, 14067, 10296, 14337, 10323, 14312, 10768, 14014, 9897, 13655, 9231, 12877, 9138, 12337, 8366, 12708, 8486, 12524, 8237, 12360, 8919, 12757, 8964, 13162, 8867, 13219, 9234, 13371, 9887, 13219, 9724, 13512, 9540, 13212, 9821, 13382, 9808, 11724, 10084, 10674, 10338, 10565, 10362, 9292, 10832, 9152, 11659, 8059, 12772, 9525, 13191, 9713, 10891, 10285, 10121, 10819, 8900, 11681, 8420, 12813, 9149, 13878, 10195, 9634, 11237, 8338, 13801, 11130, 12874, 11469, 9445, 12179, 9179, 13050, 9560, 13794, 10176, 15524, 10583, 13474, 11014, 11754, 10877, 11903, 10999, 9485, 11123, 9000, 11811, 8222, 13044, 8720, 13471, 9212, 13430, 9743, 13632, 9638, 13613, 10214, 12204, 10564, 9762, 10935, 8164, 11907, 8605, 11907, 8999, 12037, 8811, 13331, 9299, 13865, 9669, 13813, 9864, 13834, 10495, 12331, 10526, 11731, 10749, 13037, 11153, 13619, 11452, 11142, 11064, 11428, 11076, 11934, 11136, 12096, 10968, 10658, 10630, 12011, 11076, 12434, 10756, 11715, 10354, 8947, 9956, 8626, 10497, 9619, 10834, 8666, 11111, 8200, 12157, 8346, 12749, 8921, 13203, 9151, 13584, 9304, 13234, 9658, 12694, 10306, 9236, 10149, 8363, 10957, 8253, 12565, 9631, 12505, 10353, 8822, 10955, 7932, 12939, 9726, 9706, 11434, 9118, 14123, 10624, 14369, 10955, 13798, 11630, 9442, 12038, 9125, 12666, 9268, 12675, 9274, 12899, 9069, 13486, 9341, 13301, 9550, 13122, 10053, 11267, 10431, 9968, 10525, 9860, 10606, 8797, 11661, 8556, 12209, 8309, 13125, 9931, 13759, 10019, 13844, 10599, 12364, 10992, 9109, 11434, 8452, 13141, 9251, 13582, 11104, 9053, 11064, 8837, 12028, 8994, 13156, 10127, 14488, 10387, 10164, 10692, 9549, 12530, 9354, 12786, 9422, 11844, 8455, 12634, 8655, 13324, 9874, 12658, 10370, 8324, 11433, 8253, 13617, 9792, 8966, 10746, 8345, 13666, 11137, 11154, 11873, 8998, 12697, 9719, 12887, 9253, 14482, 10880, 13960, 10374, 10413, 10347, 11406, 10708, 11462, 10709, 12065, 10395, 11378, 10078, 10928, 9747, 10461, 9844, 9851, 10188, 8185, 10497, 8006, 11374, 8505, 11698, 9047, 12766, 8998, 13356, 9629, 13547, 10208, 12708, 10646, 9996, 10474, 9544, 10873, 10256, 10902, 10747, 10810, 9760, 11026, 8756, 11104, 8400, 11312, 9070, 11536, 8351, 12334, 8203, 12306, 8542, 13054, 9216, 13109, 9691, 10923, 9703, 8876, 11416, 8959, 9987, 10355, 8682, 12397, 10496, 11709, 10645, 8531, 12200, 9588, 12527, 9537, 12656, 9090, 13661, 9850, 10941, 10623, 9935, 10876, 8317, 12058, 8793, 13283, 9928, 12790, 11008, 9770, 11165, 8498, 12853, 9272, 13714, 9973, 14128, 11422, 9125, 11978, 9612, 10546, 11053, 8850, 13839, 10962, 15303, 11696, 9439, 12113, 8987, 13817, 10085, 15385, 10517, 12070, 10648, 9718, 10972, 10182, 11426, 9509, 11551, 8595, 12637, 8988, 13052, 9523, 13190, 9702, 12505, 8498, 12890, 8629, 12636, 8702, 13287, 9251, 13513, 9698, 12749, 10251, 11218, 10558, 9040, 10375, 8276, 10659, 8347, 11446, 8347, 13038, 8816, 13205, 8585, 12964, 8953, 12975, 8749, 12909, 9099, 13030, 9514, 12667, 9726, 11191, 9997, 11786, 9771, 10867, 9910, 9490, 10034, 10315, 10590, 9161, 11145, 8025, 11105, 8314, 12237, 9508, 12517, 9888, 11116, 10052, 11235, 9279, 10126, 10318, 8200, 11739, 8241, 12411, 8609, 12421, 8787, 12645, 8850, 13587, 9279, 12756, 9469, 13209, 9703, 11511, 10039, 10658, 10241, 8768, 10797, 8089, 11442, 8578, 11742, 8746, 11893, 8182, 12847, 8606, 12819, 9047, 12839, 8794, 12906, 9496, 12681, 9551, 9357, 10288, 7767, 13213, 10379, 14281, 10637, 15217, 10666, 15341, 10399, 14280, 10451, 14279, 10054, 14212, 10320, 9865, 9413, 7853, 9826, 9550, 10251, 11875, 10765, 13499, 10795, 11139, 9777, 9004, 8395, 12434, 10837, 10415, 13511, 10132, 13236, 10359, 12819, 10622, 13828, 10583, 13356, 10280, 13743, 10643, 15228, 11308, 16645, 11517, 14836, 10815, 14383, 10746, 14468, 10980, 13802, 10734, 12890, 10552, 12897, 11130, 8288, 11692, 9851, 12774, 10291, 14456, 10794, 11156, 10729, 8255, 10778, 8231, 11156, 8116, 10675, 7889, 10385, 8193, 11264, 8478, 11714, 8984, 12121, 9418, 8610, 9818, 8161, 11137, 9247, 11092, 9864, 7856, 10604, 8643, 11980, 9879, 12909, 10456, 13436, 10505, 12857, 10664, 11399, 10891, 8495, 11108, 8352, 11568, 8861, 12329, 9843, 12765, 10060, 8714, 10270, 8112, 10823, 8627, 11737, 9925, 9636, 9892, 8283, 10764, 8771, 12073, 9557, 11689, 9885, 8299, 10536, 8377, 11541, 9530, 12969, 9921, 8651, 10106, 8369, 12369, 9746, 8381, 10511, 8929, 11257, 10044, 8691, 12712, 10895, 10022, 10821, 9426, 15307, 11147, 9238, 12301, 11402, 11950, 11372, 9262, 14555, 10782, 15104, 12036, 16202, 11917, 9631, 13054, 9983, 13707, 9538, 14868, 11240, 13897, 11329, 9789, 11849, 8996, 12778, 9913, 14931, 10446, 14861, 10848, 14449, 11134, 14544, 11323, 13926, 11502, 14443, 11594, 9770, 11321, 9140, 12713, 10377, 13853, 10891, 7860, 10647, 9705, 13070, 10933, 8622, 13046, 10058, 15899, 11185, 14006, 11088, 9684, 11885, 9754, 13628, 10342, 14726, 11252, 13335, 11124, 9038, 10778, 9071, 10837, 10687, 11785, 8841, 11397, 8861, 11582, 8997, 11449, 8800, 11539, 8770, 11840, 8473, 12647, 8767, 11375, 9152, 12431, 9634, 13341, 10452, 13867, 11039, 13320, 10647, 9248, 10448, 8479, 10710, 8595, 10463, 9193, 12668, 11097, 8854, 10888, 9391, 13055, 9758, 13094, 10322, 11677, 11210, 12354, 10801, 13606, 10258, 11980, 9985, 12827, 11616, 12282, 11355, 11224, 12018, 10361, 13255, 10843, 14056, 11257, 14576, 11480, 14401, 11323, 14700, 11884, 11568, 11074, 8852, 11302, 8811, 11182, 9476, 11550, 9193, 11840, 9471, 12560, 9843, 12557, 9627, 13217, 10468, 13045, 10843, 12331, 11010, 12219, 11111, 12444, 10894, 12506, 11190, 12868, 11365, 11350, 10978, 10298, 11121, 10973, 11383, 8920, 11556, 9096, 12325, 9285, 12017, 8905, 12532, 9836, 13046, 10999, 10471, 10855, 8314, 11786, 10088, 13531, 11107, 9308, 11114, 8841, 13034, 9604, 13217, 10140, 12605, 9835, 12480, 9676, 12729, 9234, 12955, 10293, 13139, 10601, 13037, 10741, 10462, 10774, 10054, 11282, 8876, 11509, 9332, 12738, 9968, 13113, 10931, 13661, 11015, 10721, 10824, 8946, 11226, 9072, 12166, 10314, 14317, 9815, 13024, 10723, 13421, 10728, 12277, 10522, 8640, 10668, 8251, 11477, 9604, 13318, 10453, 14492, 11151, 12432, 10689, 9234, 10143, 8828, 11944, 9109, 12658, 10556, 14541, 10776, 11867, 11096, 9304, 11737, 9827, 13184, 10501, 14321, 11141, 12292, 11604, 8717, 11731, 9165, 13330, 9755, 14049, 10568, 12460, 9757, 13182, 9598, 13264, 9575, 12851, 10013, 12869, 10106, 12596, 9776, 12494, 9823, 12337, 10335, 12842, 9956, 12884, 10887, 8364, 10460, 8270, 11584, 9021, 12435, 10047, 13430, 10670, 9545, 10129, 8574, 11778, 9094, 12454, 9139, 12072, 9705, 13344, 9787, 13988, 10397, 14426, 10821, 13862, 10425, 8822, 10429, 8229, 10990, 8993, 12595, 10183, 8736, 10728, 8933, 13683, 9975, 14643, 10326, 13869, 10443, 10879, 9949, 7723, 10555, 8361, 10457, 8892, 11184, 8341, 11453, 8593, 12080, 9434, 12946, 9637, 11949, 9549, 12503], 'WindowCenter': [4550.0, 4567.0, 4546.0, 4552.0, 4494.0, 4523.0, 4481.0, 4519.0, 4477.0, 4520.0, 4489.0, 4508.0, 4478.0, 4488.0, 4480.0, 4487.0, 4489.0, 4499.0, 4489.0, 4470.0, 4503.0, 4460.0, 4490.0, 4459.0, 4500.0, 4450.0, 4509.0, 4470.0, 4521.0, 4483.0, 4522.0, 4483.0, 4523.0, 4493.0, 4521.0, 4505.0, 4536.0, 4504.0, 4501.0, 4491.0, 4472.0, 4502.0, 4483.0, 4504.0, 4484.0, 4527.0, 4498.0, 4535.0, 4495.0, 4548.0, 4506.0, 4514.0, 4505.0, 4485.0, 4526.0, 4499.0, 4547.0, 4508.0, 4547.0, 4517.0, 4513.0, 4514.0, 4484.0, 4536.0, 4516.0, 4535.0, 4525.0, 4486.0, 4534.0, 4494.0, 4533.0, 4492.0, 4535.0, 4491.0, 4533.0, 4494.0, 4513.0, 4491.0, 4522.0, 4490.0, 4490.0, 4477.0, 4459.0, 4509.0, 4469.0, 4518.0, 4480.0, 4520.0, 4491.0, 4519.0, 4492.0, 4520.0, 4480.0, 4518.0, 4489.0, 4508.0, 4469.0, 4508.0, 4467.0, 4496.0, 4468.0, 4498.0, 4447.0, 4496.0, 4458.0, 4497.0, 4458.0, 4499.0, 4467.0, 4498.0, 4469.0, 4509.0, 4470.0, 4509.0, 4480.0, 4509.0, 4479.0, 4509.0, 4478.0, 4509.0, 4480.0, 4509.0, 4480.0, 4509.0, 4479.0, 4500.0, 4490.0, 4489.0, 4490.0, 4490.0, 4491.0, 4482.0, 4503.0, 4482.0, 4513.0, 4474.0, 4522.0, 4495.0, 4523.0, 4492.0, 4503.0, 4504.0, 4503.0, 4514.0, 4485.0, 4524.0, 4471.0, 4521.0, 4481.0, 4533.0, 4504.0, 4491.0, 4512.0, 4475.0, 4534.0, 4515.0, 4535.0, 4515.0, 4494.0, 4513.0, 4481.0, 4522.0, 4481.0, 4522.0, 4491.0, 4530.0, 4489.0, 4510.0, 4490.0, 4500.0, 4490.0, 4500.0, 4490.0, 4478.0, 4501.0, 4470.0, 4500.0, 4471.0, 4518.0, 4469.0, 4520.0, 4494.0, 4535.0, 4481.0, 4520.0, 4480.0, 4509.0, 4489.0, 4510.0, 4490.0, 4479.0, 4490.0, 4459.0, 4509.0, 4469.0, 4499.0, 4483.0, 4510.0, 4470.0, 4508.0, 4480.0, 4520.0, 4480.0, 4519.0, 4491.0, 4520.0, 4489.0, 4509.0, 4490.0, 4499.0, 4490.0, 4508.0, 4490.0, 4508.0, 4488.0, 4488.0, 4485.0, 4486.0, 4475.0, 4484.0, 4476.0, 4486.0, 4475.0, 4473.0, 4474.0, 4485.0, 4475.0, 4485.0, 4474.0, 4486.0, 4464.0, 4455.0, 4464.0, 4456.0, 4477.0, 4466.0, 4486.0, 4456.0, 4489.0, 4456.0, 4498.0, 4458.0, 4497.0, 4468.0, 4508.0, 4468.0, 4508.0, 4470.0, 4522.0, 4493.0, 4512.0, 4490.0, 4480.0, 4490.0, 4458.0, 4499.0, 4472.0, 4523.0, 4494.0, 4511.0, 4491.0, 4482.0, 4503.0, 4473.0, 4519.0, 4493.0, 4494.0, 4515.0, 4485.0, 4534.0, 4505.0, 4534.0, 4504.0, 4523.0, 4502.0, 4481.0, 4512.0, 4470.0, 4510.0, 4468.0, 4509.0, 4468.0, 4498.0, 4458.0, 4508.0, 4468.0, 4508.0, 4479.0, 4510.0, 4479.0, 4490.0, 4491.0, 4480.0, 4491.0, 4482.0, 4490.0, 4470.0, 4501.0, 4471.0, 4511.0, 4471.0, 4521.0, 4492.0, 4521.0, 4492.0, 4521.0, 4504.0, 4539.0, 4514.0, 4482.0, 4513.0, 4472.0, 4521.0, 4484.0, 4522.0, 4502.0, 4482.0, 4503.0, 4482.0, 4524.0, 4470.0, 4521.0, 4489.0, 4521.0, 4480.0, 4490.0, 4490.0, 4480.0, 4510.0, 4470.0, 4510.0, 4469.0, 4499.0, 4458.0, 4497.0, 4469.0, 4509.0, 4479.0, 4509.0, 4479.0, 4458.0, 4500.0, 4460.0, 4522.0, 4490.0, 4470.0, 4501.0, 4484.0, 4520.0, 4499.0, 4514.0, 4524.0, 4482.0, 4511.0, 4479.0, 4512.0, 4468.0, 4507.0, 4476.0, 4507.0, 4477.0, 4477.0, 4477.0, 4486.0, 4477.0, 4486.0, 4476.0, 4485.0, 4466.0, 4486.0, 4465.0, 4475.0, 4466.0, 4477.0, 4466.0, 4476.0, 4475.0, 4447.0, 4477.0, 4447.0, 4488.0, 4457.0, 4499.0, 4469.0, 4498.0, 4469.0, 4509.0, 4479.0, 4509.0, 4490.0, 4510.0, 4491.0, 4480.0, 4491.0, 4480.0, 4490.0, 4479.0, 4490.0, 4490.0, 4489.0, 4478.0, 4489.0, 4457.0, 4490.0, 4460.0, 4500.0, 4469.0, 4500.0, 4459.0, 4510.0, 4459.0, 4510.0, 4471.0, 4533.0, 4495.0, 4524.0, 4494.0, 4504.0, 4492.0, 4484.0, 4514.0, 4495.0, 4505.0, 4506.0, 4496.0, 4537.0, 4517.0, 4513.0, 4503.0, 4473.0, 4513.0, 4483.0, 4514.0, 4493.0, 4513.0, 4483.0, 4523.0, 4494.0, 4503.0, 4503.0, 4493.0, 4504.0, 4471.0, 4513.0, 4474.0, 4524.0, 4494.0, 4524.0, 4504.0, 4493.0, 4503.0, 4473.0, 4523.0, 4484.0, 4536.0, 4520.0, 4536.0, 4504.0, 4483.0, 4513.0, 4494.0, 4503.0, 4503.0, 4483.0, 4535.0, 4504.0, 4546.0, 4514.0, 4481.0, 4512.0, 4470.0, 4520.0, 4481.0, 4522.0, 4492.0, 4503.0, 4491.0, 4480.0, 4489.0, 4490.0, 4499.0, 4468.0, 4498.0, 4458.0, 4498.0, 4468.0, 4509.0, 4468.0, 4507.0, 4467.0, 4497.0, 4456.0, 4497.0, 4455.0, 4497.0, 4458.0, 4494.0, 4456.0, 4497.0, 4467.0, 4497.0, 4477.0, 4488.0, 4478.0, 4457.0, 4477.0, 4458.0, 4488.0, 4458.0, 4498.0, 4459.0, 4509.0, 4469.0, 4509.0, 4468.0, 4509.0, 4470.0, 4508.0, 4459.0, 4508.0, 4470.0, 4510.0, 4481.0, 4510.0, 4493.0, 4501.0, 4495.0, 4525.0, 4494.0, 4501.0, 4481.0, 4480.0, 4494.0, 4504.0, 4502.0, 4481.0, 4501.0, 4471.0, 4514.0, 4474.0, 4512.0, 4493.0, 4522.0, 4502.0, 4528.0, 4518.0, 4526.0, 4505.0, 4502.0, 4502.0, 4470.0, 4512.0, 4472.0, 4523.0, 4483.0, 4522.0, 4472.0, 4521.0, 4481.0, 4531.0, 4493.0, 4523.0, 4492.0, 4523.0, 4504.0, 4513.0, 4505.0, 4514.0, 4504.0, 4483.0, 4513.0, 4473.0, 4513.0, 4485.0, 4514.0, 4483.0, 4513.0, 4473.0, 4523.0, 4472.0, 4522.0, 4482.0, 4522.0, 4482.0, 4521.0, 4493.0, 4511.0, 4491.0, 4493.0, 4504.0, 4475.0, 4534.0, 4505.0, 4545.0, 4505.0, 4533.0, 4493.0, 4531.0, 4490.0, 4521.0, 4490.0, 4532.0, 4503.0, 4535.0, 4503.0, 4490.0, 4478.0, 4457.0, 4479.0, 4477.0, 4489.0, 4511.0, 4512.0, 4522.0, 4502.0, 4512.0, 4478.0, 4480.0, 4480.0, 4520.0, 4498.0, 4486.0, 4507.0, 4477.0, 4517.0, 4501.0, 4532.0, 4500.0, 4519.0, 4487.0, 4507.0, 4487.0, 4507.0, 4488.0, 4530.0, 4497.0, 4516.0, 4471.0, 4491.0, 4471.0, 4491.0, 4472.0, 4491.0, 4472.0, 4490.0, 4459.0, 4479.0, 4458.0, 4478.0, 4468.0, 4429.0, 4481.0, 4462.0, 4491.0, 4461.0, 4491.0, 4460.0, 4470.0, 4470.0, 4430.0, 4471.0, 4441.0, 4472.0, 4429.0, 4473.0, 4432.0, 4473.0, 4441.0, 4485.0, 4456.0, 4494.0, 4466.0, 4495.0, 4465.0, 4468.0, 4489.0, 4469.0, 4498.0, 4481.0, 4499.0, 4491.0, 4460.0, 4501.0, 4470.0, 4511.0, 4491.0, 4520.0, 4500.0, 4520.0, 4501.0, 4520.0, 4499.0, 4498.0, 4501.0, 4469.0, 4501.0, 4469.0, 4511.0, 4482.0, 4523.0, 4502.0, 4521.0, 4491.0, 4481.0, 4503.0, 4473.0, 4512.0, 4482.0, 4522.0, 4504.0, 4505.0, 4505.0, 4484.0, 4516.0, 4484.0, 4524.0, 4506.0, 4524.0, 4505.0, 4486.0, 4516.0, 4487.0, 4525.0, 4507.0, 4559.0, 4519.0, 4509.0, 4516.0, 4496.0, 4547.0, 4530.0, 4513.0, 4541.0, 4522.0, 4540.0, 4519.0, 4510.0, 4547.0, 4530.0, 4532.0, 4541.0, 4521.0, 4569.0, 4539.0, 4509.0, 4540.0, 4541.0, 4539.0, 4539.0, 4509.0, 4560.0, 4528.0, 4557.0, 4538.0, 4558.0, 4526.0, 4520.0, 4552.0, 4508.0, 4538.0, 4493.0, 4533.0, 4517.0, 4531.0, 4514.0, 4493.0, 4514.0, 4482.0, 4523.0, 4493.0, 4534.0, 4503.0, 4534.0, 4501.0, 4519.0, 4502.0, 4521.0, 4499.0, 4523.0, 4527.0, 4532.0, 4514.0, 4492.0, 4501.0, 4481.0, 4522.0, 4504.0, 4520.0, 4500.0, 4473.0, 4504.0, 4507.0, 4535.0, 4514.0, 4484.0, 4537.0, 4507.0, 4557.0, 4517.0, 4545.0, 4516.0, 4495.0, 4512.0, 4481.0, 4521.0, 4491.0, 4531.0, 4500.0, 4519.0, 4502.0, 4480.0, 4502.0, 4481.0, 4501.0, 4492.0, 4510.0, 4469.0, 4499.0, 4469.0, 4499.0, 4470.0, 4499.0, 4468.0, 4487.0, 4458.0, 4498.0, 4471.0, 4524.0, 4458.0, 4498.0, 4480.0, 4510.0, 4480.0, 4519.0, 4489.0, 4520.0, 4499.0, 4523.0, 4504.0, 4483.0, 4502.0, 4471.0, 4506.0, 4486.0, 4504.0, 4493.0, 4518.0, 4498.0, 4468.0, 4499.0, 4479.0, 4522.0, 4479.0, 4523.0, 4489.0, 4499.0, 4498.0, 4509.0, 4488.0, 4519.0, 4476.0, 4486.0, 4465.0, 4496.0, 4496.0, 4522.0, 4511.0, 4500.0, 4499.0, 4474.0, 4507.0, 4473.0, 4504.0, 4484.0, 4505.0, 4485.0, 4505.0, 4486.0, 4506.0, 4484.0, 4484.0, 4485.0, 4455.0, 4485.0, 4465.0, 4487.0, 4475.0, 4499.0, 4466.0, 4498.0, 4477.0, 4509.0, 4478.0, 4509.0, 4480.0, 4507.0, 4489.0, 4509.0, 4500.0, 4509.0, 4500.0, 4509.0, 4499.0, 4508.0, 4489.0, 4508.0, 4501.0, 4508.0, 4513.0, 4501.0, 4502.0, 4491.0, 4501.0, 4502.0, 4510.0, 4467.0, 4510.0, 4482.0, 4523.0, 4482.0, 4513.0, 4481.0, 4521.0, 4505.0, 4522.0, 4514.0, 4502.0, 4501.0, 4471.0, 4524.0, 4504.0, 4532.0, 4515.0, 4494.0, 4513.0, 4484.0, 4535.0, 4492.0, 4522.0, 4491.0, 4510.0, 4490.0, 4512.0, 4481.0, 4511.0, 4481.0, 4522.0, 4489.0, 4520.0, 4501.0, 4521.0, 4501.0, 4500.0, 4502.0, 4491.0, 4510.0, 4483.0, 4513.0, 4482.0, 4523.0, 4491.0, 4522.0, 4502.0, 4533.0, 4503.0, 4514.0, 4516.0, 4469.0, 4500.0, 4469.0, 4510.0, 4504.0, 4547.0, 4518.0, 4535.0, 4516.0, 4532.0, 4500.0, 4509.0, 4491.0, 4470.0, 4489.0, 4469.0, 4511.0, 4495.0, 4533.0, 4504.0, 4533.0, 4514.0, 4537.0, 4516.0, 4493.0, 4493.0, 4483.0, 4512.0, 4483.0, 4522.0, 4502.0, 4530.0, 4517.0, 4526.0, 4524.0, 4494.0, 4512.0, 4503.0, 4519.0, 4489.0, 4528.0, 4499.0, 4511.0, 4510.0, 4472.0, 4512.0, 4480.0, 4522.0, 4479.0, 4518.0, 4488.0, 4498.0, 4465.0, 4506.0, 4464.0, 4497.0, 4468.0, 4496.0, 4477.0, 4495.0, 4475.0, 4494.0, 4477.0, 4511.0, 4479.0, 4497.0, 4477.0, 4507.0, 4476.0, 4508.0, 4487.0, 4471.0, 4503.0, 4471.0, 4511.0, 4467.0, 4509.0, 4480.0, 4520.0, 4489.0, 4479.0, 4491.0, 4470.0, 4511.0, 4482.0, 4512.0, 4467.0, 4500.0, 4477.0, 4506.0, 4477.0, 4507.0, 4478.0, 4516.0, 4487.0, 4506.0, 4477.0, 4455.0, 4474.0, 4444.0, 4485.0, 4456.0, 4494.0, 4477.0, 4468.0, 4489.0, 4470.0, 4520.0, 4491.0, 4534.0, 4490.0, 4519.0, 4491.0, 4489.0, 4477.0, 4449.0, 4489.0, 4457.0, 4490.0, 4468.0, 4501.0, 4470.0, 4499.0, 4469.0, 4508.0, 4480.0, 4511.0, 4492.0, 4513.0, 4505.0, 4522.0], 'WindowWidth': [10010.0, 10025.0, 9992.0, 9991.0, 9894.0, 9930.0, 9868.0, 9918.0, 9858.0, 9920.0, 9876.0, 9900.0, 9858.0, 9872.0, 9862.0, 9870.0, 9874.0, 9887.0, 9876.0, 9850.0, 9901.0, 9836.0, 9875.0, 9833.0, 9892.0, 9825.0, 9903.0, 9853.0, 9921.0, 9873.0, 9925.0, 9873.0, 9928.0, 9886.0, 9923.0, 9910.0, 9953.0, 9907.0, 9897.0, 9883.0, 9857.0, 9898.0, 9874.0, 9905.0, 9881.0, 9945.0, 9905.0, 9951.0, 9898.0, 9974.0, 9913.0, 9921.0, 9909.0, 9881.0, 9939.0, 9909.0, 9973.0, 9917.0, 9971.0, 9929.0, 9918.0, 9920.0, 9879.0, 9953.0, 9927.0, 9952.0, 9939.0, 9883.0, 9949.0, 9889.0, 9945.0, 9885.0, 9952.0, 9882.0, 9943.0, 9889.0, 9913.0, 9879.0, 9925.0, 9878.0, 9877.0, 9857.0, 9834.0, 9902.0, 9848.0, 9914.0, 9865.0, 9920.0, 9880.0, 9918.0, 9882.0, 9918.0, 9864.0, 9916.0, 9873.0, 9900.0, 9845.0, 9900.0, 9840.0, 9881.0, 9843.0, 9884.0, 9814.0, 9880.0, 9830.0, 9882.0, 9833.0, 9887.0, 9843.0, 9885.0, 9848.0, 9901.0, 9851.0, 9903.0, 9865.0, 9903.0, 9863.0, 9901.0, 9859.0, 9902.0, 9863.0, 9904.0, 9865.0, 9904.0, 9863.0, 9891.0, 9877.0, 9876.0, 9878.0, 9880.0, 9881.0, 9873.0, 9904.0, 9872.0, 9914.0, 9863.0, 9926.0, 9894.0, 9928.0, 9886.0, 9902.0, 9904.0, 9903.0, 9919.0, 9880.0, 9931.0, 9855.0, 9924.0, 9871.0, 9942.0, 9902.0, 9885.0, 9913.0, 9868.0, 9946.0, 9923.0, 9951.0, 9921.0, 9889.0, 9918.0, 9868.0, 9928.0, 9868.0, 9926.0, 9879.0, 9935.0, 9874.0, 9907.0, 9878.0, 9889.0, 9877.0, 9891.0, 9877.0, 9858.0, 9892.0, 9851.0, 9891.0, 9853.0, 9914.0, 9850.0, 9920.0, 9892.0, 9950.0, 9870.0, 9920.0, 9864.0, 9904.0, 9875.0, 9905.0, 9878.0, 9862.0, 9878.0, 9835.0, 9905.0, 9848.0, 9892.0, 9874.0, 9906.0, 9850.0, 9901.0, 9864.0, 9918.0, 9863.0, 9917.0, 9881.0, 9922.0, 9877.0, 9904.0, 9879.0, 9891.0, 9877.0, 9904.0, 9877.0, 9903.0, 9873.0, 9871.0, 9864.0, 9866.0, 9850.0, 9862.0, 9850.0, 9865.0, 9847.0, 9845.0, 9844.0, 9861.0, 9846.0, 9863.0, 9847.0, 9866.0, 9832.0, 9822.0, 9835.0, 9824.0, 9854.0, 9839.0, 9867.0, 9826.0, 9873.0, 9827.0, 9884.0, 9830.0, 9884.0, 9845.0, 9899.0, 9845.0, 9898.0, 9850.0, 9929.0, 9890.0, 9913.0, 9880.0, 9864.0, 9879.0, 9835.0, 9890.0, 9858.0, 9929.0, 9895.0, 9909.0, 9882.0, 9870.0, 9902.0, 9859.0, 9920.0, 9888.0, 9894.0, 9920.0, 9881.0, 9947.0, 9906.0, 9947.0, 9903.0, 9931.0, 9900.0, 9866.0, 9911.0, 9849.0, 9907.0, 9844.0, 9903.0, 9845.0, 9885.0, 9830.0, 9897.0, 9845.0, 9899.0, 9861.0, 9904.0, 9862.0, 9877.0, 9878.0, 9864.0, 9878.0, 9868.0, 9878.0, 9851.0, 9896.0, 9853.0, 9909.0, 9857.0, 9925.0, 9884.0, 9924.0, 9884.0, 9925.0, 9905.0, 9964.0, 9920.0, 9872.0, 9917.0, 9858.0, 9924.0, 9877.0, 9928.0, 9900.0, 9873.0, 9902.0, 9871.0, 9935.0, 9853.0, 9925.0, 9876.0, 9925.0, 9864.0, 9879.0, 9879.0, 9864.0, 9906.0, 9850.0, 9906.0, 9846.0, 9889.0, 9830.0, 9884.0, 9849.0, 9900.0, 9862.0, 9902.0, 9860.0, 9832.0, 9890.0, 9836.0, 9927.0, 9881.0, 9851.0, 9896.0, 9880.0, 9919.0, 9892.0, 9922.0, 9935.0, 9872.0, 9911.0, 9862.0, 9913.0, 9842.0, 9897.0, 9852.0, 9897.0, 9853.0, 9855.0, 9855.0, 9867.0, 9853.0, 9865.0, 9849.0, 9864.0, 9836.0, 9864.0, 9835.0, 9849.0, 9837.0, 9852.0, 9838.0, 9853.0, 9850.0, 9813.0, 9856.0, 9814.0, 9872.0, 9829.0, 9888.0, 9847.0, 9886.0, 9847.0, 9901.0, 9862.0, 9903.0, 9877.0, 9906.0, 9879.0, 9865.0, 9878.0, 9862.0, 9877.0, 9862.0, 9876.0, 9876.0, 9875.0, 9858.0, 9875.0, 9830.0, 9876.0, 9836.0, 9892.0, 9849.0, 9893.0, 9835.0, 9905.0, 9837.0, 9904.0, 9856.0, 9945.0, 9897.0, 9933.0, 9892.0, 9903.0, 9884.0, 9877.0, 9919.0, 9894.0, 9908.0, 9912.0, 9900.0, 9956.0, 9928.0, 9917.0, 9902.0, 9859.0, 9915.0, 9872.0, 9917.0, 9888.0, 9915.0, 9873.0, 9929.0, 9890.0, 9902.0, 9901.0, 9888.0, 9903.0, 9856.0, 9913.0, 9864.0, 9931.0, 9891.0, 9932.0, 9906.0, 9888.0, 9901.0, 9859.0, 9928.0, 9877.0, 9951.0, 9937.0, 9952.0, 9902.0, 9871.0, 9915.0, 9891.0, 9901.0, 9902.0, 9873.0, 9948.0, 9905.0, 9968.0, 9917.0, 9866.0, 9910.0, 9851.0, 9922.0, 9867.0, 9927.0, 9881.0, 9898.0, 9879.0, 9862.0, 9875.0, 9878.0, 9889.0, 9845.0, 9887.0, 9831.0, 9887.0, 9844.0, 9901.0, 9842.0, 9899.0, 9840.0, 9880.0, 9825.0, 9880.0, 9823.0, 9882.0, 9831.0, 9874.0, 9824.0, 9881.0, 9840.0, 9883.0, 9856.0, 9871.0, 9857.0, 9828.0, 9856.0, 9829.0, 9872.0, 9831.0, 9886.0, 9835.0, 9903.0, 9849.0, 9902.0, 9847.0, 9903.0, 9850.0, 9900.0, 9835.0, 9900.0, 9850.0, 9904.0, 9866.0, 9906.0, 9887.0, 9896.0, 9892.0, 9938.0, 9892.0, 9897.0, 9869.0, 9866.0, 9892.0, 9908.0, 9901.0, 9871.0, 9899.0, 9856.0, 9919.0, 9865.0, 9914.0, 9891.0, 9929.0, 9904.0, 9946.0, 9934.0, 9943.0, 9912.0, 9901.0, 9900.0, 9854.0, 9916.0, 9860.0, 9932.0, 9878.0, 9930.0, 9859.0, 9925.0, 9871.0, 9940.0, 9891.0, 9930.0, 9889.0, 9931.0, 9908.0, 9918.0, 9911.0, 9922.0, 9907.0, 9878.0, 9917.0, 9862.0, 9919.0, 9880.0, 9920.0, 9875.0, 9917.0, 9862.0, 9930.0, 9860.0, 9929.0, 9874.0, 9929.0, 9874.0, 9924.0, 9888.0, 9909.0, 9884.0, 9891.0, 9906.0, 9869.0, 9948.0, 9911.0, 9966.0, 9908.0, 9949.0, 9888.0, 9939.0, 9882.0, 9925.0, 9880.0, 9941.0, 9906.0, 9951.0, 9903.0, 9882.0, 9860.0, 9830.0, 9862.0, 9857.0, 9877.0, 9912.0, 9914.0, 9929.0, 9899.0, 9913.0, 9860.0, 9867.0, 9870.0, 9924.0, 9887.0, 9866.0, 9898.0, 9857.0, 9916.0, 9897.0, 9943.0, 9896.0, 9921.0, 9872.0, 9900.0, 9872.0, 9899.0, 9873.0, 9939.0, 9886.0, 9911.0, 9839.0, 9867.0, 9837.0, 9866.0, 9841.0, 9864.0, 9839.0, 9862.0, 9816.0, 9843.0, 9812.0, 9840.0, 9829.0, 9778.0, 9849.0, 9829.0, 9866.0, 9824.0, 9864.0, 9821.0, 9832.0, 9835.0, 9780.0, 9837.0, 9794.0, 9839.0, 9780.0, 9843.0, 9786.0, 9843.0, 9798.0, 9864.0, 9825.0, 9877.0, 9841.0, 9878.0, 9839.0, 9848.0, 9879.0, 9848.0, 9888.0, 9869.0, 9892.0, 9882.0, 9839.0, 9897.0, 9852.0, 9910.0, 9883.0, 9922.0, 9895.0, 9922.0, 9897.0, 9921.0, 9892.0, 9889.0, 9895.0, 9850.0, 9896.0, 9851.0, 9909.0, 9874.0, 9930.0, 9901.0, 9926.0, 9883.0, 9870.0, 9902.0, 9862.0, 9914.0, 9873.0, 9928.0, 9905.0, 9908.0, 9909.0, 9880.0, 9924.0, 9881.0, 9934.0, 9912.0, 9934.0, 9911.0, 9886.0, 9927.0, 9888.0, 9939.0, 9918.0, 9991.0, 9937.0, 9923.0, 9930.0, 9901.0, 9973.0, 9956.0, 9934.0, 9972.0, 9946.0, 9967.0, 9937.0, 9924.0, 9974.0, 9951.0, 9961.0, 9971.0, 9942.0, 10008.0, 9965.0, 9923.0, 9965.0, 9965.0, 9961.0, 9963.0, 9920.0, 9994.0, 9945.0, 9988.0, 9958.0, 9989.0, 9942.0, 9938.0, 9987.0, 9916.0, 9959.0, 9889.0, 9943.0, 9927.0, 9940.0, 9917.0, 9888.0, 9918.0, 9873.0, 9934.0, 9888.0, 9948.0, 9901.0, 9945.0, 9894.0, 9919.0, 9895.0, 9922.0, 9889.0, 9928.0, 9941.0, 9945.0, 9915.0, 9886.0, 9895.0, 9866.0, 9926.0, 9902.0, 9919.0, 9891.0, 9859.0, 9905.0, 9911.0, 9947.0, 9918.0, 9878.0, 9956.0, 9914.0, 9983.0, 9926.0, 9965.0, 9925.0, 9894.0, 9914.0, 9868.0, 9922.0, 9880.0, 9935.0, 9891.0, 9917.0, 9897.0, 9867.0, 9899.0, 9867.0, 9896.0, 9883.0, 9906.0, 9847.0, 9890.0, 9846.0, 9887.0, 9848.0, 9888.0, 9844.0, 9870.0, 9830.0, 9887.0, 9855.0, 9931.0, 9833.0, 9886.0, 9862.0, 9903.0, 9864.0, 9917.0, 9876.0, 9921.0, 9892.0, 9925.0, 9902.0, 9873.0, 9899.0, 9855.0, 9911.0, 9883.0, 9906.0, 9887.0, 9917.0, 9887.0, 9847.0, 9893.0, 9861.0, 9928.0, 9862.0, 9929.0, 9875.0, 9891.0, 9885.0, 9904.0, 9872.0, 9918.0, 9850.0, 9865.0, 9834.0, 9880.0, 9881.0, 9928.0, 9910.0, 9892.0, 9888.0, 9847.0, 9897.0, 9844.0, 9888.0, 9860.0, 9890.0, 9863.0, 9891.0, 9864.0, 9893.0, 9860.0, 9861.0, 9862.0, 9821.0, 9865.0, 9837.0, 9869.0, 9853.0, 9888.0, 9841.0, 9885.0, 9858.0, 9901.0, 9859.0, 9902.0, 9864.0, 9899.0, 9876.0, 9904.0, 9893.0, 9904.0, 9891.0, 9903.0, 9889.0, 9901.0, 9876.0, 9902.0, 9894.0, 9902.0, 9914.0, 9896.0, 9900.0, 9882.0, 9894.0, 9896.0, 9908.0, 9845.0, 9907.0, 9869.0, 9928.0, 9871.0, 9914.0, 9868.0, 9924.0, 9906.0, 9929.0, 9919.0, 9899.0, 9898.0, 9857.0, 9931.0, 9905.0, 9945.0, 9922.0, 9894.0, 9919.0, 9879.0, 9950.0, 9885.0, 9929.0, 9884.0, 9910.0, 9879.0, 9914.0, 9868.0, 9908.0, 9868.0, 9925.0, 9880.0, 9922.0, 9895.0, 9923.0, 9898.0, 9897.0, 9901.0, 9885.0, 9910.0, 9873.0, 9916.0, 9872.0, 9929.0, 9884.0, 9929.0, 9900.0, 9944.0, 9903.0, 9920.0, 9925.0, 9850.0, 9893.0, 9850.0, 9909.0, 9906.0, 9971.0, 9932.0, 9950.0, 9925.0, 9943.0, 9895.0, 9904.0, 9880.0, 9849.0, 9877.0, 9849.0, 9912.0, 9894.0, 9945.0, 9905.0, 9947.0, 9919.0, 9958.0, 9927.0, 9888.0, 9887.0, 9877.0, 9913.0, 9875.0, 9927.0, 9898.0, 9936.0, 9928.0, 9942.0, 9934.0, 9893.0, 9913.0, 9903.0, 9919.0, 9876.0, 9931.0, 9889.0, 9910.0, 9910.0, 9858.0, 9915.0, 9865.0, 9928.0, 9861.0, 9917.0, 9872.0, 9888.0, 9837.0, 9895.0, 9833.0, 9881.0, 9844.0, 9878.0, 9853.0, 9877.0, 9850.0, 9873.0, 9854.0, 9910.0, 9861.0, 9883.0, 9857.0, 9896.0, 9855.0, 9897.0, 9869.0, 9858.0, 9902.0, 9854.0, 9909.0, 9844.0, 9902.0, 9863.0, 9918.0, 9876.0, 9863.0, 9880.0, 9851.0, 9908.0, 9872.0, 9911.0, 9845.0, 9891.0, 9857.0, 9896.0, 9856.0, 9899.0, 9859.0, 9911.0, 9869.0, 9895.0, 9853.0, 9823.0, 9849.0, 9807.0, 9864.0, 9824.0, 9875.0, 9854.0, 9846.0, 9876.0, 9850.0, 9920.0, 9885.0, 9946.0, 9879.0, 9918.0, 9879.0, 9875.0, 9855.0, 9818.0, 9874.0, 9829.0, 9876.0, 9846.0, 9895.0, 9853.0, 9889.0, 9850.0, 9899.0, 9863.0, 9908.0, 9884.0, 9916.0, 9910.0, 9929.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.0053676937101185054</td></tr>
<tr><td colspan=3>aqi</td><td>0.06166814466727438</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.617090712399616</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1424835902828478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9581733179927016</td></tr>
<tr><td colspan=3>efc</td><td>0.4833</td></tr>
<tr><td colspan=3>fber</td><td>4989.2378</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12511854277675502</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.49134001823154</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.813626028276675</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8465479321330087</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8900153856421182</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7043147670548975</td></tr>
<tr><td colspan=3>gcor</td><td>0.00828012</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00035330993705429137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012432729825377464</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.021108207382754</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>20.8052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4989</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.0623</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298987.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>912.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.3499</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6231</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.109</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3693.4405</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.6322</td></tr>
<tr><td colspan=3>tsnr</td><td>28.528030277229846</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>