<?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-0130_ses-03_task-alignvideo_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-0130_ses-03_task-alignvideo_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-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_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-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_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-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0130_suffix-bold_task-alignvideo" 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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-alignvideo_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-0130/figures/sub-0130_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-alignvideo_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-0130/ses-03/func/sub-0130_ses-03_task-alignvideo_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>5d3493c831fee631bc15ce89e56432a5</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>10:46:42.460000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995623, -0.0573651, 0.0737813, 0.0589765, 0.998062, -0.0198489]</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.259</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-alignvideo_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.0802901</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7672, -7259, 375, -247, 157, -69, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07bf360b-1eec-4506-8c5a-0363cc677142||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6711843013763428, 0.15822969377040863, 0.19574902951717377, 99.90518951416016], [0.15390634536743164, 2.677727460861206, -0.06510608643293381, -109.04674530029297], [0.19794973731040955, 0.05325308442115784, 2.692107677459717, -86.46448516845703], [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, 1335]</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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['104642.460000', '104642.920000', '104643.380000', '104643.840000', '104644.300000', '104644.760000', '104645.220000', '104645.680000', '104646.140000', '104646.600000', '104647.060000', '104647.520000', '104647.980000', '104648.440000', '104648.900000', '104649.360000', '104649.820000', '104650.280000', '104650.740000', '104651.200000', '104651.660000', '104652.120000', '104652.580000', '104653.040000', '104653.500000', '104653.960000', '104654.420000', '104654.880000', '104655.340000', '104655.800000', '104656.260000', '104656.720000', '104657.180000', '104657.640000', '104658.100000', '104658.560000', '104659.020000', '104659.480000', '104659.940000', '104700.400000', '104700.860000', '104701.320000', '104701.780000', '104702.240000', '104702.700000', '104703.160000', '104703.620000', '104704.080000', '104704.540000', '104705.000000', '104705.460000', '104705.920000', '104706.380000', '104706.840000', '104707.300000', '104707.760000', '104708.220000', '104708.680000', '104709.140000', '104709.600000', '104710.060000', '104710.520000', '104710.980000', '104711.440000', '104711.900000', '104712.360000', '104712.820000', '104713.280000', '104713.740000', '104714.200000', '104714.660000', '104715.120000', '104715.580000', '104716.040000', '104716.500000', '104716.960000', '104717.420000', '104717.880000', '104718.340000', '104718.800000', '104719.260000', '104719.720000', '104720.180000', '104720.640000', '104721.100000', '104721.560000', '104722.020000', '104722.480000', '104722.940000', '104723.400000', '104723.860000', '104724.320000', '104724.780000', '104725.240000', '104725.700000', '104726.160000', '104726.620000', '104727.080000', '104727.540000', '104728.000000', '104728.460000', '104728.920000', '104729.380000', '104729.840000', '104730.300000', '104730.760000', '104731.220000', '104731.680000', '104732.140000', '104732.600000', '104733.060000', '104733.520000', '104733.980000', '104734.440000', '104734.900000', '104735.360000', '104735.820000', '104736.280000', '104736.740000', '104737.200000', '104737.660000', '104738.120000', '104738.580000', '104739.040000', '104739.500000', '104739.960000', '104740.420000', '104740.880000', '104741.340000', '104741.800000', '104742.260000', '104742.720000', '104743.180000', '104743.640000', '104744.100000', '104744.560000', '104745.020000', '104745.480000', '104745.940000', '104746.400000', '104746.860000', '104747.320000', '104747.780000', '104748.240000', '104748.700000', '104749.160000', '104749.620000', '104750.080000', '104750.540000', '104751.000000', '104751.460000', '104751.920000', '104752.380000', '104752.840000', '104753.300000', '104753.760000', '104754.220000', '104754.680000', '104755.140000', '104755.600000', '104756.060000', '104756.520000', '104756.980000', '104757.440000', '104757.900000', '104758.360000', '104758.820000', '104759.280000', '104759.740000', '104800.200000', '104800.660000', '104801.120000', '104801.580000', '104802.040000', '104802.500000', '104802.960000', '104803.420000', '104803.880000', '104804.340000', '104804.800000', '104805.260000', '104805.720000', '104806.180000', '104806.640000', '104807.100000', '104807.560000', '104808.020000', '104808.480000', '104808.940000', '104809.400000', '104809.860000', '104810.320000', '104810.780000', '104811.240000', '104811.700000', '104812.160000', '104812.620000', '104813.080000', '104813.540000', '104814.000000', '104814.460000', '104814.920000', '104815.380000', '104815.840000', '104816.300000', '104816.760000', '104817.220000', '104817.680000', '104818.140000', '104818.600000', '104819.060000', '104819.520000', '104819.980000', '104820.440000', '104820.900000', '104821.360000', '104821.820000', '104822.280000', '104822.740000', '104823.200000', '104823.660000', '104824.120000', '104824.580000', '104825.040000', '104825.500000', '104825.960000', '104826.420000', '104826.880000', '104827.340000', '104827.800000', '104828.260000', '104828.720000', '104829.180000', '104829.640000', '104830.100000', '104830.560000', '104831.020000', '104831.480000', '104831.940000', '104832.400000', '104832.860000', '104833.320000', '104833.780000', '104834.240000', '104834.700000', '104835.160000', '104835.620000', '104836.080000', '104836.540000', '104837.000000', '104837.460000', '104837.920000', '104838.380000', '104838.840000', '104839.300000', '104839.760000', '104840.220000', '104840.680000', '104841.140000', '104841.600000', '104842.060000', '104842.520000', '104842.980000', '104843.440000', '104843.900000', '104844.360000', '104844.820000', '104845.280000', '104845.740000', '104846.200000', '104846.660000', '104847.120000', '104847.580000', '104848.040000', '104848.500000', '104848.960000', '104849.420000', '104849.880000', '104850.340000', '104850.800000', '104851.260000', '104851.720000', '104852.180000', '104852.640000', '104853.100000', '104853.560000', '104854.020000', '104854.480000', '104854.940000', '104855.400000', '104855.860000', '104856.320000', '104856.780000', '104857.240000', '104857.700000', '104858.160000', '104858.620000', '104859.080000', '104859.540000', '104900.000000', '104900.460000', '104900.920000', '104901.380000', '104901.840000', '104902.300000', '104902.760000', '104903.220000', '104903.680000', '104904.140000', '104904.600000', '104905.060000', '104905.520000', '104905.980000', '104906.440000', '104906.900000', '104907.360000', '104907.820000', '104908.280000', '104908.740000', '104909.200000', '104909.660000', '104910.120000', '104910.580000', '104911.040000', '104911.500000', '104911.960000', '104912.420000', '104912.880000', '104913.340000', '104913.800000', '104914.260000', '104914.720000', '104915.180000', '104915.640000', '104916.100000', '104916.560000', '104917.020000', '104917.480000', '104917.940000', '104918.400000', '104918.860000', '104919.320000', '104919.780000', '104920.240000', '104920.700000', '104921.160000', '104921.620000', '104922.080000', '104922.540000', '104923.000000', '104923.460000', '104923.920000', '104924.380000', '104924.840000', '104925.300000', '104925.760000', '104926.220000', '104926.680000', '104927.140000', '104927.600000', '104928.060000', '104928.520000', '104928.980000', '104929.440000', '104929.900000', '104930.360000', '104930.820000', '104931.280000', '104931.740000', '104932.200000', '104932.660000', '104933.120000', '104933.580000', '104934.040000', '104934.500000', '104934.960000', '104935.420000', '104935.880000', '104936.340000', '104936.800000', '104937.260000', '104937.720000', '104938.180000', '104938.640000', '104939.100000', '104939.560000', '104940.020000', '104940.480000', '104940.940000', '104941.400000', '104941.860000', '104942.320000', '104942.780000', '104943.240000', '104943.700000', '104944.160000', '104944.620000', '104945.080000', '104945.540000', '104946.000000', '104946.460000', '104946.920000', '104947.380000', '104947.840000', '104948.300000', '104948.760000', '104949.220000', '104949.680000', '104950.140000', '104950.600000', '104951.060000', '104951.520000', '104951.980000', '104952.440000', '104952.900000', '104953.360000', '104953.820000', '104954.280000', '104954.740000', '104955.200000', '104955.660000', '104956.120000', '104956.580000', '104957.040000', '104957.500000', '104957.960000', '104958.420000', '104958.880000', '104959.340000', '104959.800000', '105000.260000', '105000.720000', '105001.180000', '105001.640000', '105002.100000', '105002.560000', '105003.020000', '105003.480000', '105003.940000', '105004.400000', '105004.860000', '105005.320000', '105005.780000', '105006.240000', '105006.700000', '105007.160000', '105007.620000', '105008.080000', '105008.540000', '105009.000000', '105009.460000', '105009.920000', '105010.380000', '105010.840000', '105011.300000', '105011.760000', '105012.220000', '105012.680000', '105013.140000', '105013.600000', '105014.060000', '105014.520000', '105014.980000', '105015.440000', '105015.900000', '105016.360000', '105016.820000', '105017.280000', '105017.740000', '105018.200000', '105018.660000', '105019.120000', '105019.580000', '105020.040000', '105020.500000', '105020.960000', '105021.420000', '105021.880000', '105022.340000', '105022.800000', '105023.260000', '105023.720000', '105024.180000', '105024.640000', '105025.100000', '105025.560000', '105026.020000', '105026.480000', '105026.940000', '105027.400000', '105027.860000', '105028.320000', '105028.780000', '105029.240000', '105029.700000', '105030.160000', '105030.620000', '105031.080000', '105031.540000', '105032.000000', '105032.460000', '105032.920000', '105033.380000', '105033.840000', '105034.300000', '105034.760000', '105035.220000', '105035.680000', '105036.140000', '105036.600000', '105037.060000', '105037.520000', '105037.980000', '105038.440000', '105038.900000', '105039.360000', '105039.820000', '105040.280000', '105040.740000', '105041.200000', '105041.660000', '105042.120000', '105042.580000', '105043.040000', '105043.500000', '105043.960000', '105044.420000', '105044.880000', '105045.340000', '105045.800000', '105046.260000', '105046.720000', '105047.180000', '105047.640000', '105048.100000', '105048.560000', '105049.020000', '105049.480000', '105049.940000', '105050.400000', '105050.860000', '105051.320000', '105051.780000', '105052.240000', '105052.700000', '105053.160000', '105053.620000', '105054.080000', '105054.540000', '105055.000000', '105055.460000', '105055.920000', '105056.380000', '105056.840000', '105057.300000', '105057.760000', '105058.220000', '105058.680000', '105059.140000', '105059.600000', '105100.060000', '105100.520000', '105100.980000', '105101.440000', '105101.900000', '105102.360000', '105102.820000', '105103.280000', '105103.740000', '105104.200000', '105104.660000', '105105.120000', '105105.580000', '105106.040000', '105106.500000', '105106.960000', '105107.420000', '105107.880000', '105108.340000', '105108.800000', '105109.260000', '105109.720000', '105110.180000', '105110.640000', '105111.100000', '105111.560000', '105112.020000', '105112.480000', '105112.940000', '105113.400000', '105113.860000', '105114.320000', '105114.780000', '105115.240000', '105115.700000', '105116.160000', '105116.620000', '105117.080000', '105117.540000', '105118.000000', '105118.460000', '105118.920000', '105119.380000', '105119.840000', '105120.300000', '105120.760000', '105121.220000', '105121.680000', '105122.140000', '105122.600000', '105123.060000', '105123.520000', '105123.980000', '105124.440000', '105124.900000', '105125.360000', '105125.820000', '105126.280000', '105126.740000', '105127.200000', '105127.660000', '105128.120000', '105128.580000', '105129.040000', '105129.500000', '105129.960000', '105130.420000', '105130.880000', '105131.340000', '105131.800000', '105132.260000', '105132.720000', '105133.180000', '105133.640000', '105134.100000', '105134.560000', '105135.020000', '105135.480000', '105135.940000', '105136.400000', '105136.860000', '105137.320000', '105137.780000', '105138.240000', '105138.700000', '105139.160000', '105139.620000', '105140.080000', '105140.540000', '105141.000000', '105141.460000', '105141.920000', '105142.380000', '105142.840000', '105143.300000', '105143.760000', '105144.220000', '105144.680000', '105145.140000', '105145.600000', '105146.060000', '105146.520000', '105146.980000', '105147.440000', '105147.900000', '105148.360000', '105148.820000', '105149.280000', '105149.740000', '105150.200000', '105150.660000', '105151.120000', '105151.580000', '105152.040000', '105152.500000', '105152.960000', '105153.420000', '105153.880000', '105154.340000', '105154.800000', '105155.260000', '105155.720000', '105156.180000', '105156.640000', '105157.100000', '105157.560000', '105158.020000', '105158.480000', '105158.940000', '105159.400000', '105159.860000', '105200.320000', '105200.780000', '105201.240000', '105201.700000', '105202.160000', '105202.620000', '105203.080000', '105203.540000', '105204.000000', '105204.460000', '105204.920000', '105205.380000', '105205.840000', '105206.300000', '105206.760000', '105207.220000', '105207.680000', '105208.140000', '105208.600000', '105209.060000', '105209.520000', '105209.980000', '105210.440000', '105210.900000', '105211.360000', '105211.820000', '105212.280000', '105212.740000', '105213.200000', '105213.660000', '105214.120000', '105214.580000', '105215.040000', '105215.500000', '105215.960000', '105216.420000', '105216.880000', '105217.340000', '105217.800000', '105218.260000', '105218.720000', '105219.180000', '105219.640000', '105220.100000', '105220.560000', '105221.020000', '105221.480000', '105221.940000', '105222.400000', '105222.860000', '105223.320000', '105223.780000', '105224.240000', '105224.700000', '105225.160000', '105225.620000', '105226.080000', '105226.540000', '105227.000000', '105227.460000', '105227.920000', '105228.380000', '105228.840000', '105229.300000', '105229.760000', '105230.220000', '105230.680000', '105231.140000', '105231.600000', '105232.060000', '105232.520000', '105232.980000', '105233.440000', '105233.900000', '105234.360000', '105234.820000', '105235.280000', '105235.740000', '105236.200000', '105236.660000', '105237.120000', '105237.580000', '105238.040000', '105238.500000', '105238.960000', '105239.420000', '105239.880000', '105240.340000', '105240.800000', '105241.260000', '105241.720000', '105242.180000', '105242.640000', '105243.100000', '105243.560000', '105244.020000', '105244.480000', '105244.940000', '105245.400000', '105245.860000', '105246.320000', '105246.780000', '105247.240000', '105247.700000', '105248.160000', '105248.620000', '105249.080000', '105249.540000', '105250.000000', '105250.460000', '105250.920000', '105251.380000', '105251.840000', '105252.300000', '105252.760000', '105253.220000', '105253.680000', '105254.140000', '105254.600000', '105255.060000', '105255.520000', '105255.980000', '105256.440000', '105256.900000', '105257.360000', '105257.820000', '105258.280000', '105258.740000', '105259.200000', '105259.660000', '105300.120000', '105300.580000', '105301.040000', '105301.500000', '105301.960000', '105302.420000', '105302.880000', '105303.340000', '105303.800000', '105304.260000', '105304.720000', '105305.180000', '105305.640000', '105306.100000', '105306.560000', '105307.020000', '105307.480000', '105307.940000', '105308.400000', '105308.860000', '105309.320000', '105309.780000', '105310.240000', '105310.700000', '105311.160000', '105311.620000', '105312.080000', '105312.540000', '105313.000000', '105313.460000', '105313.920000', '105314.380000', '105314.840000', '105315.300000', '105315.760000', '105316.220000', '105316.680000', '105317.140000', '105317.600000', '105318.060000', '105318.520000', '105318.980000', '105319.440000', '105319.900000', '105320.360000', '105320.820000', '105321.280000', '105321.740000', '105322.200000', '105322.660000', '105323.120000', '105323.580000', '105324.040000', '105324.500000', '105324.960000', '105325.420000', '105325.880000', '105326.340000', '105326.800000', '105327.260000', '105327.720000', '105328.180000', '105328.640000', '105329.100000', '105329.560000', '105330.020000', '105330.480000', '105330.940000', '105331.400000', '105331.860000', '105332.320000', '105332.780000', '105333.240000', '105333.700000', '105334.160000', '105334.620000', '105335.080000', '105335.540000', '105336.000000', '105336.460000', '105336.920000', '105337.380000', '105337.840000', '105338.300000', '105338.760000', '105339.220000', '105339.680000', '105340.140000', '105340.600000', '105341.060000', '105341.520000', '105341.980000', '105342.440000', '105342.900000', '105343.360000', '105343.820000', '105344.280000', '105344.740000', '105345.200000', '105345.660000', '105346.120000', '105346.580000', '105347.040000', '105347.500000', '105347.960000', '105348.420000', '105348.880000', '105349.340000', '105349.800000', '105350.260000', '105350.720000', '105351.180000', '105351.640000', '105352.100000', '105352.560000', '105353.020000', '105353.480000', '105353.940000', '105354.400000', '105354.860000', '105355.320000', '105355.780000', '105356.240000', '105356.700000', '105357.160000', '105357.620000', '105358.080000', '105358.540000', '105359.000000', '105359.460000', '105359.920000', '105400.380000', '105400.840000', '105401.300000', '105401.760000', '105402.220000', '105402.680000', '105403.140000', '105403.600000', '105404.060000', '105404.520000', '105404.980000', '105405.440000', '105405.900000', '105406.360000', '105406.820000', '105407.280000', '105407.740000', '105408.200000', '105408.660000', '105409.120000', '105409.580000', '105410.040000', '105410.500000', '105410.960000', '105411.420000', '105411.880000', '105412.340000', '105412.800000', '105413.260000', '105413.720000', '105414.180000', '105414.640000', '105415.100000', '105415.560000', '105416.020000', '105416.480000', '105416.940000', '105417.400000', '105417.860000', '105418.320000', '105418.780000', '105419.240000', '105419.700000', '105420.160000', '105420.620000', '105421.080000', '105421.540000', '105422.000000', '105422.460000', '105422.920000', '105423.380000', '105423.840000', '105424.300000', '105424.760000', '105425.220000', '105425.680000', '105426.140000', '105426.600000', '105427.060000', '105427.520000', '105427.980000', '105428.440000', '105428.900000', '105429.360000', '105429.820000', '105430.280000', '105430.740000', '105431.200000', '105431.660000', '105432.120000', '105432.580000', '105433.040000', '105433.500000', '105433.960000', '105434.420000', '105434.880000', '105435.340000', '105435.800000', '105436.260000', '105436.720000', '105437.180000', '105437.640000', '105438.100000', '105438.560000', '105439.020000', '105439.480000', '105439.940000', '105440.400000', '105440.860000', '105441.320000', '105441.780000', '105442.240000', '105442.700000', '105443.160000', '105443.620000', '105444.080000', '105444.540000', '105445.000000', '105445.460000', '105445.920000', '105446.380000', '105446.840000', '105447.300000', '105447.760000', '105448.220000', '105448.680000', '105449.140000', '105449.600000', '105450.060000', '105450.520000', '105450.980000', '105451.440000', '105451.900000', '105452.360000', '105452.820000', '105453.280000', '105453.740000', '105454.200000', '105454.660000', '105455.120000', '105455.580000', '105456.040000', '105456.500000', '105456.960000', '105457.420000', '105457.880000', '105458.340000', '105458.800000', '105459.260000', '105459.720000', '105500.180000', '105500.640000', '105501.100000', '105501.560000', '105502.020000', '105502.480000', '105502.940000', '105503.400000', '105503.860000', '105504.320000', '105504.780000', '105505.240000', '105505.700000', '105506.160000', '105506.620000', '105507.080000', '105507.540000', '105508.000000', '105508.460000', '105508.920000', '105509.380000', '105509.840000', '105510.300000', '105510.760000', '105511.220000', '105511.680000', '105512.140000', '105512.600000', '105513.060000', '105513.520000', '105513.980000', '105514.440000', '105514.900000', '105515.360000', '105515.820000', '105516.280000', '105516.740000', '105517.200000', '105517.660000', '105518.120000', '105518.580000', '105519.040000', '105519.500000', '105519.960000', '105520.420000', '105520.880000', '105521.340000', '105521.800000', '105522.260000', '105522.720000', '105523.180000', '105523.640000', '105524.100000', '105524.560000', '105525.020000', '105525.480000', '105525.940000', '105526.400000', '105526.860000', '105527.320000', '105527.780000', '105528.240000', '105528.700000', '105529.160000', '105529.620000', '105530.080000', '105530.540000', '105531.000000', '105531.460000', '105531.920000', '105532.380000', '105532.840000', '105533.300000', '105533.760000', '105534.220000', '105534.680000', '105535.140000', '105535.600000', '105536.060000', '105536.520000', '105536.980000', '105537.440000', '105537.900000', '105538.360000', '105538.820000', '105539.280000', '105539.740000', '105540.200000', '105540.660000', '105541.120000', '105541.580000', '105542.040000', '105542.500000', '105542.960000', '105543.420000', '105543.880000', '105544.340000', '105544.800000', '105545.260000', '105545.720000', '105546.180000', '105546.640000', '105547.100000', '105547.560000', '105548.020000', '105548.480000', '105548.940000', '105549.400000', '105549.860000', '105550.320000', '105550.780000', '105551.240000', '105551.700000', '105552.160000', '105552.620000', '105553.080000', '105553.540000', '105554.000000', '105554.460000', '105554.920000', '105555.380000', '105555.840000', '105556.300000', '105556.760000', '105557.220000', '105557.680000', '105558.140000', '105558.600000', '105559.060000', '105559.520000', '105559.980000', '105600.440000', '105600.900000', '105601.360000', '105601.820000', '105602.280000', '105602.740000', '105603.200000', '105603.660000', '105604.120000', '105604.580000', '105605.040000', '105605.500000', '105605.960000', '105606.420000', '105606.880000', '105607.340000', '105607.800000', '105608.260000', '105608.720000', '105609.180000', '105609.640000', '105610.100000', '105610.560000', '105611.020000', '105611.480000', '105611.940000', '105612.400000', '105612.860000', '105613.320000', '105613.780000', '105614.240000', '105614.700000', '105615.160000', '105615.620000', '105616.080000', '105616.540000', '105617.000000', '105617.460000', '105617.920000', '105618.380000', '105618.840000', '105619.300000', '105619.760000', '105620.220000', '105620.680000', '105621.140000', '105621.600000', '105622.060000', '105622.520000', '105622.980000', '105623.440000', '105623.900000', '105624.360000', '105624.820000', '105625.280000', '105625.740000', '105626.200000', '105626.660000', '105627.120000', '105627.580000', '105628.040000', '105628.500000', '105628.960000', '105629.420000', '105629.880000', '105630.340000', '105630.800000', '105631.260000', '105631.720000', '105632.180000', '105632.640000', '105633.100000', '105633.560000', '105634.020000', '105634.480000', '105634.940000', '105635.400000', '105635.860000', '105636.320000', '105636.780000', '105637.240000', '105637.700000', '105638.160000', '105638.620000', '105639.080000', '105639.540000', '105640.000000', '105640.460000', '105640.920000', '105641.380000', '105641.840000', '105642.300000', '105642.760000', '105643.220000', '105643.680000', '105644.140000', '105644.600000', '105645.060000', '105645.520000', '105645.980000', '105646.440000', '105646.900000', '105647.360000', '105647.820000', '105648.280000', '105648.740000', '105649.200000', '105649.660000', '105650.120000', '105650.580000', '105651.040000', '105651.500000', '105651.960000', '105652.420000', '105652.880000', '105653.340000', '105653.800000', '105654.260000', '105654.720000', '105655.180000', '105655.640000', '105656.100000'], 'ContentTime': ['104701.436000', '104701.439000', '104701.442000', '104701.445000', '104701.448000', '104701.450000', '104701.453000', '104701.455000', '104701.458000', '104701.460000', '104701.472000', '104701.475000', '104701.478000', '104701.480000', '104701.483000', '104701.485000', '104701.488000', '104701.491000', '104701.493000', '104701.496000', '104701.498000', '104701.501000', '104701.503000', '104701.506000', '104701.508000', '104701.511000', '104701.513000', '104701.516000', '104701.519000', '104701.521000', '104701.524000', '104701.526000', '104701.529000', '104701.531000', '104701.534000', '104701.536000', '104701.539000', '104701.541000', '104701.544000', '104721.406000', '104721.409000', '104721.412000', '104721.415000', '104721.417000', '104721.439000', '104721.442000', '104721.444000', '104721.447000', '104721.449000', '104721.452000', '104721.454000', '104721.457000', '104721.460000', '104721.462000', '104721.465000', '104721.476000', '104721.478000', '104721.481000', '104721.483000', '104721.486000', '104721.489000', '104721.492000', '104721.495000', '104721.497000', '104721.500000', '104721.503000', '104721.505000', '104721.508000', '104721.510000', '104721.513000', '104721.515000', '104721.518000', '104721.521000', '104721.523000', '104721.526000', '104721.528000', '104721.531000', '104721.533000', '104721.536000', '104721.539000', '104721.541000', '104721.544000', '104741.407000', '104741.410000', '104741.412000', '104741.415000', '104741.417000', '104741.420000', '104741.422000', '104741.425000', '104741.427000', '104741.430000', '104741.433000', '104741.435000', '104741.438000', '104741.440000', '104741.443000', '104741.445000', '104741.448000', '104741.450000', '104741.453000', '104741.456000', '104741.458000', '104741.461000', '104741.463000', '104741.466000', '104741.468000', '104741.471000', '104741.474000', '104741.476000', '104741.479000', '104741.481000', '104741.484000', '104741.486000', '104741.489000', '104741.491000', '104741.494000', '104741.497000', '104741.499000', '104741.502000', '104741.504000', '104741.507000', '104741.509000', '104741.512000', '104741.514000', '104741.517000', '104801.406000', '104801.409000', '104801.411000', '104801.414000', '104801.416000', '104801.419000', '104801.422000', '104801.424000', '104801.427000', '104801.429000', '104801.432000', '104801.434000', '104801.437000', '104801.439000', '104801.442000', '104801.445000', '104801.447000', '104801.450000', '104801.452000', '104801.455000', '104801.457000', '104801.460000', '104801.463000', '104801.465000', '104801.468000', '104801.470000', '104801.473000', '104801.475000', '104801.478000', '104801.481000', '104801.483000', '104801.486000', '104801.488000', '104801.491000', '104801.493000', '104801.496000', '104801.499000', '104801.501000', '104801.504000', '104801.506000', '104801.509000', '104801.512000', '104801.514000', '104821.405000', '104821.408000', '104821.411000', '104821.413000', '104821.416000', '104821.419000', '104821.421000', '104821.424000', '104821.426000', '104821.429000', '104821.431000', '104821.434000', '104821.436000', '104821.439000', '104821.442000', '104821.444000', '104821.447000', '104821.450000', '104821.452000', '104821.455000', '104821.457000', '104821.460000', '104821.462000', '104821.465000', '104821.467000', '104821.470000', '104821.473000', '104821.475000', '104821.478000', '104821.480000', '104821.483000', '104821.485000', '104821.488000', '104821.491000', '104821.493000', '104821.496000', '104821.498000', '104821.501000', '104821.503000', '104821.506000', '104821.508000', '104821.511000', '104821.514000', '104821.516000', '104841.406000', '104841.409000', '104841.412000', '104841.415000', '104841.417000', '104841.420000', '104841.422000', '104841.425000', '104841.427000', '104841.430000', '104841.432000', '104841.435000', '104841.438000', '104841.440000', '104841.443000', '104841.445000', '104841.448000', '104841.450000', '104841.453000', '104841.456000', '104841.458000', '104841.461000', '104841.463000', '104841.466000', '104841.468000', '104841.471000', '104841.474000', '104841.476000', '104841.479000', '104841.481000', '104841.484000', '104841.487000', '104841.489000', '104841.492000', '104841.494000', '104841.497000', '104841.499000', '104841.502000', '104841.505000', '104841.507000', '104841.510000', '104841.513000', '104841.515000', '104901.407000', '104901.410000', '104901.412000', '104901.415000', '104901.417000', '104901.420000', '104901.422000', '104901.425000', '104901.428000', '104901.430000', '104901.433000', '104901.435000', '104901.467000', '104901.469000', '104901.472000', '104901.474000', '104901.477000', '104901.479000', '104901.482000', '104901.485000', '104901.487000', '104901.490000', '104901.492000', '104901.495000', '104901.497000', '104901.500000', '104901.503000', '104901.505000', '104901.508000', '104901.510000', '104901.513000', '104901.516000', '104901.518000', '104901.521000', '104901.523000', '104901.526000', '104901.528000', '104901.531000', '104901.533000', '104901.536000', '104901.539000', '104901.541000', '104901.544000', '104901.546000', '104921.406000', '104921.409000', '104921.412000', '104921.414000', '104921.417000', '104921.419000', '104921.422000', '104921.425000', '104921.427000', '104921.430000', '104921.432000', '104921.435000', '104921.437000', '104921.440000', '104921.443000', '104921.445000', '104921.448000', '104921.450000', '104921.453000', '104921.455000', '104921.458000', '104921.461000', '104921.463000', '104921.466000', '104921.468000', '104921.471000', '104921.474000', '104921.476000', '104921.479000', '104921.481000', '104921.484000', '104921.486000', '104921.489000', '104921.492000', '104921.494000', '104921.497000', '104921.499000', '104921.502000', '104921.504000', '104921.507000', '104921.510000', '104921.512000', '104921.515000', '104941.407000', '104941.409000', '104941.412000', '104941.415000', '104941.417000', '104941.420000', '104941.422000', '104941.425000', '104941.427000', '104941.430000', '104941.433000', '104941.435000', '104941.438000', '104941.440000', '104941.443000', '104941.445000', '104941.448000', '104941.451000', '104941.453000', '104941.456000', '104941.458000', '104941.461000', '104941.464000', '104941.466000', '104941.469000', '104941.471000', '104941.474000', '104941.477000', '104941.479000', '104941.482000', '104941.484000', '104941.487000', '104941.490000', '104941.492000', '104941.495000', '104941.497000', '104941.500000', '104941.503000', '104941.505000', '104941.508000', '104941.510000', '104941.513000', '104941.515000', '104941.518000', '105001.407000', '105001.409000', '105001.412000', '105001.415000', '105001.417000', '105001.420000', '105001.422000', '105001.425000', '105001.427000', '105001.430000', '105001.433000', '105001.435000', '105001.438000', '105001.440000', '105001.443000', '105001.446000', '105001.448000', '105001.451000', '105001.453000', '105001.456000', '105001.458000', '105001.461000', '105001.464000', '105001.466000', '105001.469000', '105001.472000', '105001.474000', '105001.477000', '105001.479000', '105001.482000', '105001.484000', '105001.487000', '105001.489000', '105001.492000', '105001.495000', '105001.497000', '105001.500000', '105001.502000', '105001.505000', '105001.516000', '105001.519000', '105001.522000', '105001.524000', '105021.407000', '105021.410000', '105021.412000', '105021.415000', '105021.417000', '105021.420000', '105021.423000', '105021.425000', '105021.428000', '105021.430000', '105021.433000', '105021.436000', '105021.438000', '105021.441000', '105021.443000', '105021.446000', '105021.448000', '105021.451000', '105021.454000', '105021.456000', '105021.459000', '105021.461000', '105021.464000', '105021.467000', '105021.470000', '105021.472000', '105021.475000', '105021.477000', '105021.480000', '105021.483000', '105021.485000', '105021.488000', '105021.490000', '105021.493000', '105021.495000', '105021.498000', '105021.501000', '105021.503000', '105021.506000', '105021.508000', '105021.511000', '105021.513000', '105021.516000', '105021.519000', '105041.406000', '105041.408000', '105041.411000', '105041.414000', '105041.416000', '105041.419000', '105041.421000', '105041.436000', '105041.438000', '105041.441000', '105041.444000', '105041.446000', '105041.449000', '105041.451000', '105041.454000', '105041.456000', '105041.459000', '105041.461000', '105041.464000', '105041.467000', '105041.469000', '105041.472000', '105041.475000', '105041.477000', '105041.480000', '105041.482000', '105041.485000', '105041.487000', '105041.490000', '105041.493000', '105041.495000', '105041.498000', '105041.500000', '105041.503000', '105041.505000', '105041.508000', '105041.511000', '105041.513000', '105041.516000', '105041.518000', '105041.521000', '105041.524000', '105041.526000', '105101.407000', '105101.409000', '105101.412000', '105101.415000', '105101.417000', '105101.420000', '105101.422000', '105101.425000', '105101.428000', '105101.430000', '105101.433000', '105101.435000', '105101.438000', '105101.440000', '105101.443000', '105101.446000', '105101.448000', '105101.451000', '105101.453000', '105101.456000', '105101.458000', '105101.461000', '105101.464000', '105101.466000', '105101.469000', '105101.471000', '105101.474000', '105101.477000', '105101.479000', '105101.482000', '105101.484000', '105101.487000', '105101.489000', '105101.492000', '105101.495000', '105101.497000', '105101.500000', '105101.502000', '105101.505000', '105101.507000', '105101.510000', '105101.513000', '105101.515000', '105101.518000', '105121.407000', '105121.409000', '105121.412000', '105121.415000', '105121.417000', '105121.420000', '105121.422000', '105121.425000', '105121.428000', '105121.430000', '105121.433000', '105121.435000', '105121.438000', '105121.440000', '105121.443000', '105121.446000', '105121.448000', '105121.451000', '105121.453000', '105121.456000', '105121.459000', '105121.461000', '105121.464000', '105121.466000', '105121.469000', '105121.472000', '105121.474000', '105121.477000', '105121.479000', '105121.482000', '105121.485000', '105121.487000', '105121.490000', '105121.493000', '105121.495000', '105121.498000', '105121.500000', '105121.503000', '105121.506000', '105121.508000', '105121.511000', '105121.514000', '105121.516000', '105141.406000', '105141.409000', '105141.412000', '105141.414000', '105141.417000', '105141.420000', '105141.422000', '105141.425000', '105141.427000', '105141.430000', '105141.433000', '105141.435000', '105141.438000', '105141.440000', '105141.443000', '105141.446000', '105141.449000', '105141.451000', '105141.454000', '105141.457000', '105141.459000', '105141.462000', '105141.464000', '105141.467000', '105141.470000', '105141.472000', '105141.475000', '105141.477000', '105141.480000', '105141.482000', '105141.485000', '105141.487000', '105141.490000', '105141.493000', '105141.495000', '105141.498000', '105141.500000', '105141.503000', '105141.506000', '105141.508000', '105141.511000', '105141.513000', '105141.516000', '105141.518000', '105201.407000', '105201.409000', '105201.412000', '105201.415000', '105201.417000', '105201.420000', '105201.422000', '105201.425000', '105201.428000', '105201.430000', '105201.433000', '105201.435000', '105201.438000', '105201.440000', '105201.443000', '105201.446000', '105201.448000', '105201.451000', '105201.469000', '105201.471000', '105201.474000', '105201.476000', '105201.479000', '105201.482000', '105201.484000', '105201.487000', '105201.489000', '105201.492000', '105201.494000', '105201.497000', '105201.500000', '105201.502000', '105201.505000', '105201.507000', '105201.510000', '105201.513000', '105201.515000', '105201.518000', '105201.520000', '105201.523000', '105201.526000', '105201.528000', '105201.531000', '105221.406000', '105221.409000', '105221.412000', '105221.417000', '105221.419000', '105221.422000', '105221.425000', '105221.427000', '105221.430000', '105221.432000', '105221.435000', '105221.437000', '105221.440000', '105221.443000', '105221.445000', '105221.448000', '105221.450000', '105221.453000', '105221.455000', '105221.458000', '105221.461000', '105221.463000', '105221.466000', '105221.468000', '105221.471000', '105221.474000', '105221.476000', '105221.479000', '105221.481000', '105221.484000', '105221.486000', '105221.489000', '105221.492000', '105221.494000', '105221.497000', '105221.499000', '105221.502000', '105221.505000', '105221.507000', '105221.510000', '105221.512000', '105221.515000', '105221.518000', '105241.406000', '105241.408000', '105241.411000', '105241.414000', '105241.416000', '105241.419000', '105241.421000', '105241.424000', '105241.427000', '105241.429000', '105241.432000', '105241.434000', '105241.437000', '105241.440000', '105241.442000', '105241.445000', '105241.447000', '105241.450000', '105241.453000', '105241.455000', '105241.458000', '105241.460000', '105241.463000', '105241.465000', '105241.468000', '105241.471000', '105241.473000', '105241.476000', '105241.478000', '105241.481000', '105241.484000', '105241.486000', '105241.489000', '105241.491000', '105241.494000', '105241.497000', '105241.499000', '105241.502000', '105241.504000', '105241.507000', '105241.509000', '105241.512000', '105241.515000', '105241.517000', '105301.406000', '105301.408000', '105301.411000', '105301.414000', '105301.416000', '105301.419000', '105301.421000', '105301.424000', '105301.427000', '105301.429000', '105301.432000', '105301.434000', '105301.437000', '105301.439000', '105301.442000', '105301.445000', '105301.447000', '105301.450000', '105301.452000', '105301.455000', '105301.458000', '105301.460000', '105301.463000', '105301.465000', '105301.468000', '105301.470000', '105301.473000', '105301.476000', '105301.478000', '105301.481000', '105301.484000', '105301.487000', '105301.489000', '105301.492000', '105301.495000', '105301.497000', '105301.500000', '105301.503000', '105301.505000', '105301.508000', '105301.510000', '105301.513000', '105301.515000', '105321.407000', '105321.410000', '105321.412000', '105321.415000', '105321.417000', '105321.420000', '105321.423000', '105321.425000', '105321.428000', '105321.430000', '105321.433000', '105321.435000', '105321.438000', '105321.441000', '105321.443000', '105321.446000', '105321.448000', '105321.451000', '105321.453000', '105321.456000', '105321.459000', '105321.461000', '105321.464000', '105321.466000', '105321.469000', '105321.472000', '105321.474000', '105321.477000', '105321.480000', '105321.482000', '105321.511000', '105321.514000', '105321.516000', '105321.519000', '105321.521000', '105321.524000', '105321.527000', '105321.529000', '105321.532000', '105321.534000', '105321.537000', '105321.539000', '105321.542000', '105321.545000', '105341.407000', '105341.410000', '105341.412000', '105341.415000', '105341.417000', '105341.420000', '105341.422000', '105341.425000', '105341.427000', '105341.430000', '105341.433000', '105341.435000', '105341.438000', '105341.440000', '105341.443000', '105341.446000', '105341.448000', '105341.451000', '105341.453000', '105341.456000', '105341.458000', '105341.461000', '105341.464000', '105341.467000', '105341.470000', '105341.473000', '105341.475000', '105341.478000', '105341.481000', '105341.483000', '105341.486000', '105341.488000', '105341.491000', '105341.494000', '105341.496000', '105341.499000', '105341.501000', '105341.504000', '105341.506000', '105341.509000', '105341.511000', '105341.514000', '105341.517000', '105401.407000', '105401.410000', '105401.412000', '105401.415000', '105401.417000', '105401.420000', '105401.422000', '105401.425000', '105401.427000', '105401.430000', '105401.433000', '105401.435000', '105401.438000', '105401.440000', '105401.443000', '105401.446000', '105401.448000', '105401.451000', '105401.453000', '105401.456000', '105401.458000', '105401.461000', '105401.464000', '105401.466000', '105401.469000', '105401.471000', '105401.474000', '105401.477000', '105401.479000', '105401.482000', '105401.484000', '105401.487000', '105401.490000', '105401.492000', '105401.495000', '105401.497000', '105401.500000', '105401.502000', '105401.505000', '105401.508000', '105401.510000', '105401.513000', '105401.515000', '105401.518000', '105421.406000', '105421.409000', '105421.412000', '105421.415000', '105421.417000', '105421.420000', '105421.422000', '105421.425000', '105421.427000', '105421.430000', '105421.433000', '105421.435000', '105421.438000', '105421.440000', '105421.443000', '105421.446000', '105421.448000', '105421.451000', '105421.453000', '105421.456000', '105421.458000', '105421.461000', '105421.464000', '105421.466000', '105421.469000', '105421.471000', '105421.474000', '105421.477000', '105421.479000', '105421.482000', '105421.485000', '105421.487000', '105421.490000', '105421.492000', '105421.495000', '105421.497000', '105421.500000', '105421.502000', '105421.505000', '105421.508000', '105421.510000', '105421.513000', '105421.515000', '105441.407000', '105441.410000', '105441.412000', '105441.415000', '105441.417000', '105441.420000', '105441.422000', '105441.425000', '105441.428000', '105441.430000', '105441.433000', '105441.435000', '105441.438000', '105441.440000', '105441.443000', '105441.446000', '105441.448000', '105441.451000', '105441.453000', '105441.456000', '105441.458000', '105441.461000', '105441.464000', '105441.466000', '105441.469000', '105441.471000', '105441.474000', '105441.477000', '105441.479000', '105441.482000', '105441.484000', '105441.487000', '105441.489000', '105441.492000', '105441.495000', '105441.497000', '105441.500000', '105441.502000', '105441.505000', '105441.507000', '105441.510000', '105441.524000', '105441.526000', '105441.529000', '105501.406000', '105501.408000', '105501.411000', '105501.414000', '105501.416000', '105501.419000', '105501.421000', '105501.424000', '105501.427000', '105501.429000', '105501.432000', '105501.434000', '105501.437000', '105501.440000', '105501.442000', '105501.445000', '105501.447000', '105501.450000', '105501.452000', '105501.455000', '105501.457000', '105501.460000', '105501.463000', '105501.465000', '105501.468000', '105501.470000', '105501.473000', '105501.476000', '105501.478000', '105501.481000', '105501.484000', '105501.486000', '105501.489000', '105501.492000', '105501.494000', '105501.497000', '105501.499000', '105501.502000', '105501.504000', '105501.507000', '105501.510000', '105501.512000', '105501.515000', '105521.406000', '105521.409000', '105521.411000', '105521.414000', '105521.416000', '105521.419000', '105521.421000', '105521.424000', '105521.426000', '105521.429000', '105521.432000', '105521.434000', '105521.437000', '105521.440000', '105521.442000', '105521.445000', '105521.447000', '105521.450000', '105521.452000', '105521.455000', '105521.457000', '105521.460000', '105521.463000', '105521.465000', '105521.468000', '105521.471000', '105521.473000', '105521.476000', '105521.478000', '105521.481000', '105521.483000', '105521.486000', '105521.489000', '105521.491000', '105521.494000', '105521.496000', '105521.499000', '105521.501000', '105521.504000', '105521.507000', '105521.509000', '105521.512000', '105521.514000', '105521.517000', '105541.407000', '105541.410000', '105541.412000', '105541.415000', '105541.417000', '105541.420000', '105541.423000', '105541.425000', '105541.428000', '105541.430000', '105541.433000', '105541.436000', '105541.438000', '105541.441000', '105541.443000', '105541.446000', '105541.448000', '105541.451000', '105541.454000', '105541.456000', '105541.459000', '105541.461000', '105541.464000', '105541.467000', '105541.469000', '105541.472000', '105541.474000', '105541.477000', '105541.480000', '105541.482000', '105541.485000', '105541.487000', '105541.490000', '105541.493000', '105541.495000', '105541.498000', '105541.501000', '105541.503000', '105541.506000', '105541.509000', '105541.511000', '105541.514000', '105541.516000', '105601.407000', '105601.410000', '105601.412000', '105601.415000', '105601.417000', '105601.420000', '105601.422000', '105601.425000', '105601.428000', '105601.430000', '105601.433000', '105601.435000', '105601.438000', '105601.441000', '105601.443000', '105601.446000', '105601.448000', '105601.451000', '105601.454000', '105601.456000', '105601.459000', '105601.461000', '105601.464000', '105601.466000', '105601.469000', '105601.472000', '105601.474000', '105601.477000', '105601.479000', '105601.482000', '105601.485000', '105601.487000', '105601.490000', '105601.493000', '105601.495000', '105601.498000', '105601.500000', '105601.511000', '105601.514000', '105601.516000', '105601.519000', '105601.522000', '105601.524000', '105601.527000', '105621.407000', '105621.409000', '105621.412000', '105621.415000', '105621.417000', '105621.420000', '105621.422000', '105621.425000', '105621.428000', '105621.430000', '105621.433000', '105621.435000', '105621.438000', '105621.441000', '105621.443000', '105621.446000', '105621.448000', '105621.451000', '105621.453000', '105621.456000', '105621.459000', '105621.461000', '105621.464000', '105621.466000', '105621.469000', '105621.471000', '105621.474000', '105621.477000', '105621.479000', '105621.482000', '105621.484000', '105621.487000', '105621.490000', '105621.492000', '105621.495000', '105621.497000', '105621.500000', '105621.502000', '105621.505000', '105621.508000', '105621.510000', '105621.513000', '105621.515000', '105641.407000', '105641.409000', '105641.412000', '105641.415000', '105641.417000', '105641.420000', '105641.423000', '105641.425000', '105641.428000', '105641.431000', '105641.433000', '105641.436000', '105641.438000', '105641.441000', '105641.444000', '105641.446000', '105641.449000', '105641.451000', '105641.454000', '105641.456000', '105641.459000', '105641.462000', '105641.464000', '105641.467000', '105641.469000', '105641.472000', '105641.475000', '105641.477000', '105641.480000', '105641.482000', '105641.485000', '105641.488000', '105641.490000', '105641.493000', '105641.496000', '105641.498000', '105641.501000', '105641.504000', '105641.506000', '105641.509000', '105641.511000', '105641.514000', '105641.516000', '105641.519000', '105657.443000', '105657.446000', '105657.449000', '105657.452000', '105657.454000', '105657.457000', '105657.460000', '105657.462000', '105657.465000', '105657.468000', '105657.470000', '105657.473000', '105657.475000', '105657.478000', '105657.481000', '105657.483000', '105657.486000', '105657.489000', '105657.496000', '105657.499000', '105657.502000', '105657.505000', '105657.508000', '105657.511000', '105657.513000', '105657.516000', '105657.519000', '105657.522000', '105657.525000', '105657.528000', '105657.531000', '105657.534000', '105657.537000', '105657.540000', '105657.543000'], 'InstanceCreationTime': ['104701.436000', '104701.439000', '104701.442000', '104701.445000', '104701.448000', '104701.450000', '104701.453000', '104701.455000', '104701.458000', '104701.460000', '104701.472000', '104701.475000', '104701.478000', '104701.480000', '104701.483000', '104701.485000', '104701.488000', '104701.491000', '104701.493000', '104701.496000', '104701.498000', '104701.501000', '104701.503000', '104701.506000', '104701.508000', '104701.511000', '104701.513000', '104701.516000', '104701.519000', '104701.521000', '104701.524000', '104701.526000', '104701.529000', '104701.531000', '104701.534000', '104701.536000', '104701.539000', '104701.541000', '104701.544000', '104721.406000', '104721.409000', '104721.412000', '104721.415000', '104721.417000', '104721.439000', '104721.442000', '104721.444000', '104721.447000', '104721.449000', '104721.452000', '104721.454000', '104721.457000', '104721.460000', '104721.462000', '104721.465000', '104721.476000', '104721.478000', '104721.481000', '104721.483000', '104721.486000', '104721.489000', '104721.492000', '104721.495000', '104721.497000', '104721.500000', '104721.503000', '104721.505000', '104721.508000', '104721.510000', '104721.513000', '104721.515000', '104721.518000', '104721.521000', '104721.523000', '104721.526000', '104721.528000', '104721.531000', '104721.533000', '104721.536000', '104721.539000', '104721.541000', '104721.544000', '104741.407000', '104741.410000', '104741.412000', '104741.415000', '104741.417000', '104741.420000', '104741.422000', '104741.425000', '104741.427000', '104741.430000', '104741.433000', '104741.435000', '104741.438000', '104741.440000', '104741.443000', '104741.445000', '104741.448000', '104741.450000', '104741.453000', '104741.456000', '104741.458000', '104741.461000', '104741.463000', '104741.466000', '104741.468000', '104741.471000', '104741.474000', '104741.476000', '104741.479000', '104741.481000', '104741.484000', '104741.486000', '104741.489000', '104741.491000', '104741.494000', '104741.497000', '104741.499000', '104741.502000', '104741.504000', '104741.507000', '104741.509000', '104741.512000', '104741.514000', '104741.517000', '104801.406000', '104801.409000', '104801.411000', '104801.414000', '104801.416000', '104801.419000', '104801.422000', '104801.424000', '104801.427000', '104801.429000', '104801.432000', '104801.434000', '104801.437000', '104801.439000', '104801.442000', '104801.445000', '104801.447000', '104801.450000', '104801.452000', '104801.455000', '104801.457000', '104801.460000', '104801.463000', '104801.465000', '104801.468000', '104801.470000', '104801.473000', '104801.475000', '104801.478000', '104801.481000', '104801.483000', '104801.486000', '104801.488000', '104801.491000', '104801.493000', '104801.496000', '104801.499000', '104801.501000', '104801.504000', '104801.506000', '104801.509000', '104801.512000', '104801.514000', '104821.405000', '104821.408000', '104821.411000', '104821.413000', '104821.416000', '104821.419000', '104821.421000', '104821.424000', '104821.426000', '104821.429000', '104821.431000', '104821.434000', '104821.436000', '104821.439000', '104821.442000', '104821.444000', '104821.447000', '104821.450000', '104821.452000', '104821.455000', '104821.457000', '104821.460000', '104821.462000', '104821.465000', '104821.467000', '104821.470000', '104821.473000', '104821.475000', '104821.478000', '104821.480000', '104821.483000', '104821.485000', '104821.488000', '104821.491000', '104821.493000', '104821.496000', '104821.498000', '104821.501000', '104821.503000', '104821.506000', '104821.508000', '104821.511000', '104821.514000', '104821.516000', '104841.406000', '104841.409000', '104841.412000', '104841.415000', '104841.417000', '104841.420000', '104841.422000', '104841.425000', '104841.427000', '104841.430000', '104841.432000', '104841.435000', '104841.438000', '104841.440000', '104841.443000', '104841.445000', '104841.448000', '104841.450000', '104841.453000', '104841.456000', '104841.458000', '104841.461000', '104841.463000', '104841.466000', '104841.468000', '104841.471000', '104841.474000', '104841.476000', '104841.479000', '104841.481000', '104841.484000', '104841.487000', '104841.489000', '104841.492000', '104841.494000', '104841.497000', '104841.499000', '104841.502000', '104841.505000', '104841.507000', '104841.510000', '104841.513000', '104841.515000', '104901.407000', '104901.410000', '104901.412000', '104901.415000', '104901.417000', '104901.420000', '104901.422000', '104901.425000', '104901.428000', '104901.430000', '104901.433000', '104901.435000', '104901.467000', '104901.469000', '104901.472000', '104901.474000', '104901.477000', '104901.479000', '104901.482000', '104901.485000', '104901.487000', '104901.490000', '104901.492000', '104901.495000', '104901.497000', '104901.500000', '104901.503000', '104901.505000', '104901.508000', '104901.510000', '104901.513000', '104901.516000', '104901.518000', '104901.521000', '104901.523000', '104901.526000', '104901.528000', '104901.531000', '104901.533000', '104901.536000', '104901.539000', '104901.541000', '104901.544000', '104901.546000', '104921.406000', '104921.409000', '104921.412000', '104921.414000', '104921.417000', '104921.419000', '104921.422000', '104921.425000', '104921.427000', '104921.430000', '104921.432000', '104921.435000', '104921.437000', '104921.440000', '104921.443000', '104921.445000', '104921.448000', '104921.450000', '104921.453000', '104921.455000', '104921.458000', '104921.461000', '104921.463000', '104921.466000', '104921.468000', '104921.471000', '104921.474000', '104921.476000', '104921.479000', '104921.481000', '104921.484000', '104921.486000', '104921.489000', '104921.492000', '104921.494000', '104921.497000', '104921.499000', '104921.502000', '104921.504000', '104921.507000', '104921.510000', '104921.512000', '104921.515000', '104941.407000', '104941.409000', '104941.412000', '104941.415000', '104941.417000', '104941.420000', '104941.422000', '104941.425000', '104941.427000', '104941.430000', '104941.433000', '104941.435000', '104941.438000', '104941.440000', '104941.443000', '104941.445000', '104941.448000', '104941.451000', '104941.453000', '104941.456000', '104941.458000', '104941.461000', '104941.464000', '104941.466000', '104941.469000', '104941.471000', '104941.474000', '104941.477000', '104941.479000', '104941.482000', '104941.484000', '104941.487000', '104941.490000', '104941.492000', '104941.495000', '104941.497000', '104941.500000', '104941.503000', '104941.505000', '104941.508000', '104941.510000', '104941.513000', '104941.515000', '104941.518000', '105001.407000', '105001.409000', '105001.412000', '105001.415000', '105001.417000', '105001.420000', '105001.422000', '105001.425000', '105001.427000', '105001.430000', '105001.433000', '105001.435000', '105001.438000', '105001.440000', '105001.443000', '105001.446000', '105001.448000', '105001.451000', '105001.453000', '105001.456000', '105001.458000', '105001.461000', '105001.464000', '105001.466000', '105001.469000', '105001.472000', '105001.474000', '105001.477000', '105001.479000', '105001.482000', '105001.484000', '105001.487000', '105001.489000', '105001.492000', '105001.495000', '105001.497000', '105001.500000', '105001.502000', '105001.505000', '105001.516000', '105001.519000', '105001.522000', '105001.524000', '105021.407000', '105021.410000', '105021.412000', '105021.415000', '105021.417000', '105021.420000', '105021.423000', '105021.425000', '105021.428000', '105021.430000', '105021.433000', '105021.436000', '105021.438000', '105021.441000', '105021.443000', '105021.446000', '105021.448000', '105021.451000', '105021.454000', '105021.456000', '105021.459000', '105021.461000', '105021.464000', '105021.467000', '105021.470000', '105021.472000', '105021.475000', '105021.477000', '105021.480000', '105021.483000', '105021.485000', '105021.488000', '105021.490000', '105021.493000', '105021.495000', '105021.498000', '105021.501000', '105021.503000', '105021.506000', '105021.508000', '105021.511000', '105021.513000', '105021.516000', '105021.519000', '105041.406000', '105041.408000', '105041.411000', '105041.414000', '105041.416000', '105041.419000', '105041.421000', '105041.436000', '105041.438000', '105041.441000', '105041.444000', '105041.446000', '105041.449000', '105041.451000', '105041.454000', '105041.456000', '105041.459000', '105041.461000', '105041.464000', '105041.467000', '105041.469000', '105041.472000', '105041.475000', '105041.477000', '105041.480000', '105041.482000', '105041.485000', '105041.487000', '105041.490000', '105041.493000', '105041.495000', '105041.498000', '105041.500000', '105041.503000', '105041.505000', '105041.508000', '105041.511000', '105041.513000', '105041.516000', '105041.518000', '105041.521000', '105041.524000', '105041.526000', '105101.407000', '105101.409000', '105101.412000', '105101.415000', '105101.417000', '105101.420000', '105101.422000', '105101.425000', '105101.428000', '105101.430000', '105101.433000', '105101.435000', '105101.438000', '105101.440000', '105101.443000', '105101.446000', '105101.448000', '105101.451000', '105101.453000', '105101.456000', '105101.458000', '105101.461000', '105101.464000', '105101.466000', '105101.469000', '105101.471000', '105101.474000', '105101.477000', '105101.479000', '105101.482000', '105101.484000', '105101.487000', '105101.489000', '105101.492000', '105101.495000', '105101.497000', '105101.500000', '105101.502000', '105101.505000', '105101.507000', '105101.510000', '105101.513000', '105101.515000', '105101.518000', '105121.407000', '105121.409000', '105121.412000', '105121.415000', '105121.417000', '105121.420000', '105121.422000', '105121.425000', '105121.428000', '105121.430000', '105121.433000', '105121.435000', '105121.438000', '105121.440000', '105121.443000', '105121.446000', '105121.448000', '105121.451000', '105121.453000', '105121.456000', '105121.459000', '105121.461000', '105121.464000', '105121.466000', '105121.469000', '105121.472000', '105121.474000', '105121.477000', '105121.479000', '105121.482000', '105121.485000', '105121.487000', '105121.490000', '105121.493000', '105121.495000', '105121.498000', '105121.500000', '105121.503000', '105121.506000', '105121.508000', '105121.511000', '105121.514000', '105121.516000', '105141.406000', '105141.409000', '105141.412000', '105141.414000', '105141.417000', '105141.420000', '105141.422000', '105141.425000', '105141.427000', '105141.430000', '105141.433000', '105141.435000', '105141.438000', '105141.440000', '105141.443000', '105141.446000', '105141.449000', '105141.451000', '105141.454000', '105141.457000', '105141.459000', '105141.462000', '105141.464000', '105141.467000', '105141.470000', '105141.472000', '105141.475000', '105141.477000', '105141.480000', '105141.482000', '105141.485000', '105141.487000', '105141.490000', '105141.493000', '105141.495000', '105141.498000', '105141.500000', '105141.503000', '105141.506000', '105141.508000', '105141.511000', '105141.513000', '105141.516000', '105141.518000', '105201.407000', '105201.409000', '105201.412000', '105201.415000', '105201.417000', '105201.420000', '105201.422000', '105201.425000', '105201.428000', '105201.430000', '105201.433000', '105201.435000', '105201.438000', '105201.440000', '105201.443000', '105201.446000', '105201.448000', '105201.451000', '105201.469000', '105201.471000', '105201.474000', '105201.476000', '105201.479000', '105201.482000', '105201.484000', '105201.487000', '105201.489000', '105201.492000', '105201.494000', '105201.497000', '105201.500000', '105201.502000', '105201.505000', '105201.507000', '105201.510000', '105201.513000', '105201.515000', '105201.518000', '105201.520000', '105201.523000', '105201.526000', '105201.528000', '105201.531000', '105221.406000', '105221.409000', '105221.412000', '105221.417000', '105221.419000', '105221.422000', '105221.425000', '105221.427000', '105221.430000', '105221.432000', '105221.435000', '105221.437000', '105221.440000', '105221.443000', '105221.445000', '105221.448000', '105221.450000', '105221.453000', '105221.455000', '105221.458000', '105221.461000', '105221.463000', '105221.466000', '105221.468000', '105221.471000', '105221.474000', '105221.476000', '105221.479000', '105221.481000', '105221.484000', '105221.486000', '105221.489000', '105221.492000', '105221.494000', '105221.497000', '105221.499000', '105221.502000', '105221.505000', '105221.507000', '105221.510000', '105221.512000', '105221.515000', '105221.518000', '105241.406000', '105241.408000', '105241.411000', '105241.414000', '105241.416000', '105241.419000', '105241.421000', '105241.424000', '105241.427000', '105241.429000', '105241.432000', '105241.434000', '105241.437000', '105241.440000', '105241.442000', '105241.445000', '105241.447000', '105241.450000', '105241.453000', '105241.455000', '105241.458000', '105241.460000', '105241.463000', '105241.465000', '105241.468000', '105241.471000', '105241.473000', '105241.476000', '105241.478000', '105241.481000', '105241.484000', '105241.486000', '105241.489000', '105241.491000', '105241.494000', '105241.497000', '105241.499000', '105241.502000', '105241.504000', '105241.507000', '105241.509000', '105241.512000', '105241.515000', '105241.517000', '105301.406000', '105301.408000', '105301.411000', '105301.414000', '105301.416000', '105301.419000', '105301.421000', '105301.424000', '105301.427000', '105301.429000', '105301.432000', '105301.434000', '105301.437000', '105301.439000', '105301.442000', '105301.445000', '105301.447000', '105301.450000', '105301.452000', '105301.455000', '105301.458000', '105301.460000', '105301.463000', '105301.465000', '105301.468000', '105301.470000', '105301.473000', '105301.476000', '105301.478000', '105301.481000', '105301.484000', '105301.487000', '105301.489000', '105301.492000', '105301.495000', '105301.497000', '105301.500000', '105301.503000', '105301.505000', '105301.508000', '105301.510000', '105301.513000', '105301.515000', '105321.407000', '105321.410000', '105321.412000', '105321.415000', '105321.417000', '105321.420000', '105321.423000', '105321.425000', '105321.428000', '105321.430000', '105321.433000', '105321.435000', '105321.438000', '105321.441000', '105321.443000', '105321.446000', '105321.448000', '105321.451000', '105321.453000', '105321.456000', '105321.459000', '105321.461000', '105321.464000', '105321.466000', '105321.469000', '105321.472000', '105321.474000', '105321.477000', '105321.480000', '105321.482000', '105321.511000', '105321.514000', '105321.516000', '105321.519000', '105321.521000', '105321.524000', '105321.527000', '105321.529000', '105321.532000', '105321.534000', '105321.537000', '105321.539000', '105321.542000', '105321.545000', '105341.407000', '105341.410000', '105341.412000', '105341.415000', '105341.417000', '105341.420000', '105341.422000', '105341.425000', '105341.427000', '105341.430000', '105341.433000', '105341.435000', '105341.438000', '105341.440000', '105341.443000', '105341.446000', '105341.448000', '105341.451000', '105341.453000', '105341.456000', '105341.458000', '105341.461000', '105341.464000', '105341.467000', '105341.470000', '105341.473000', '105341.475000', '105341.478000', '105341.481000', '105341.483000', '105341.486000', '105341.488000', '105341.491000', '105341.494000', '105341.496000', '105341.499000', '105341.501000', '105341.504000', '105341.506000', '105341.509000', '105341.511000', '105341.514000', '105341.517000', '105401.407000', '105401.410000', '105401.412000', '105401.415000', '105401.417000', '105401.420000', '105401.422000', '105401.425000', '105401.427000', '105401.430000', '105401.433000', '105401.435000', '105401.438000', '105401.440000', '105401.443000', '105401.446000', '105401.448000', '105401.451000', '105401.453000', '105401.456000', '105401.458000', '105401.461000', '105401.464000', '105401.466000', '105401.469000', '105401.471000', '105401.474000', '105401.477000', '105401.479000', '105401.482000', '105401.484000', '105401.487000', '105401.490000', '105401.492000', '105401.495000', '105401.497000', '105401.500000', '105401.502000', '105401.505000', '105401.508000', '105401.510000', '105401.513000', '105401.515000', '105401.518000', '105421.406000', '105421.409000', '105421.412000', '105421.415000', '105421.417000', '105421.420000', '105421.422000', '105421.425000', '105421.427000', '105421.430000', '105421.433000', '105421.435000', '105421.438000', '105421.440000', '105421.443000', '105421.446000', '105421.448000', '105421.451000', '105421.453000', '105421.456000', '105421.458000', '105421.461000', '105421.464000', '105421.466000', '105421.469000', '105421.471000', '105421.474000', '105421.477000', '105421.479000', '105421.482000', '105421.485000', '105421.487000', '105421.490000', '105421.492000', '105421.495000', '105421.497000', '105421.500000', '105421.502000', '105421.505000', '105421.508000', '105421.510000', '105421.513000', '105421.515000', '105441.407000', '105441.410000', '105441.412000', '105441.415000', '105441.417000', '105441.420000', '105441.422000', '105441.425000', '105441.428000', '105441.430000', '105441.433000', '105441.435000', '105441.438000', '105441.440000', '105441.443000', '105441.446000', '105441.448000', '105441.451000', '105441.453000', '105441.456000', '105441.458000', '105441.461000', '105441.464000', '105441.466000', '105441.469000', '105441.471000', '105441.474000', '105441.477000', '105441.479000', '105441.482000', '105441.484000', '105441.487000', '105441.489000', '105441.492000', '105441.495000', '105441.497000', '105441.500000', '105441.502000', '105441.505000', '105441.507000', '105441.510000', '105441.524000', '105441.526000', '105441.529000', '105501.406000', '105501.408000', '105501.411000', '105501.414000', '105501.416000', '105501.419000', '105501.421000', '105501.424000', '105501.427000', '105501.429000', '105501.432000', '105501.434000', '105501.437000', '105501.440000', '105501.442000', '105501.445000', '105501.447000', '105501.450000', '105501.452000', '105501.455000', '105501.457000', '105501.460000', '105501.463000', '105501.465000', '105501.468000', '105501.470000', '105501.473000', '105501.476000', '105501.478000', '105501.481000', '105501.484000', '105501.486000', '105501.489000', '105501.492000', '105501.494000', '105501.497000', '105501.499000', '105501.502000', '105501.504000', '105501.507000', '105501.510000', '105501.512000', '105501.515000', '105521.406000', '105521.409000', '105521.411000', '105521.414000', '105521.416000', '105521.419000', '105521.421000', '105521.424000', '105521.426000', '105521.429000', '105521.432000', '105521.434000', '105521.437000', '105521.440000', '105521.442000', '105521.445000', '105521.447000', '105521.450000', '105521.452000', '105521.455000', '105521.457000', '105521.460000', '105521.463000', '105521.465000', '105521.468000', '105521.471000', '105521.473000', '105521.476000', '105521.478000', '105521.481000', '105521.483000', '105521.486000', '105521.489000', '105521.491000', '105521.494000', '105521.496000', '105521.499000', '105521.501000', '105521.504000', '105521.507000', '105521.509000', '105521.512000', '105521.514000', '105521.517000', '105541.407000', '105541.410000', '105541.412000', '105541.415000', '105541.417000', '105541.420000', '105541.423000', '105541.425000', '105541.428000', '105541.430000', '105541.433000', '105541.436000', '105541.438000', '105541.441000', '105541.443000', '105541.446000', '105541.448000', '105541.451000', '105541.454000', '105541.456000', '105541.459000', '105541.461000', '105541.464000', '105541.467000', '105541.469000', '105541.472000', '105541.474000', '105541.477000', '105541.480000', '105541.482000', '105541.485000', '105541.487000', '105541.490000', '105541.493000', '105541.495000', '105541.498000', '105541.501000', '105541.503000', '105541.506000', '105541.509000', '105541.511000', '105541.514000', '105541.516000', '105601.407000', '105601.410000', '105601.412000', '105601.415000', '105601.417000', '105601.420000', '105601.422000', '105601.425000', '105601.428000', '105601.430000', '105601.433000', '105601.435000', '105601.438000', '105601.441000', '105601.443000', '105601.446000', '105601.448000', '105601.451000', '105601.454000', '105601.456000', '105601.459000', '105601.461000', '105601.464000', '105601.466000', '105601.469000', '105601.472000', '105601.474000', '105601.477000', '105601.479000', '105601.482000', '105601.485000', '105601.487000', '105601.490000', '105601.493000', '105601.495000', '105601.498000', '105601.500000', '105601.511000', '105601.514000', '105601.516000', '105601.519000', '105601.522000', '105601.524000', '105601.527000', '105621.407000', '105621.409000', '105621.412000', '105621.415000', '105621.417000', '105621.420000', '105621.422000', '105621.425000', '105621.428000', '105621.430000', '105621.433000', '105621.435000', '105621.438000', '105621.441000', '105621.443000', '105621.446000', '105621.448000', '105621.451000', '105621.453000', '105621.456000', '105621.459000', '105621.461000', '105621.464000', '105621.466000', '105621.469000', '105621.471000', '105621.474000', '105621.477000', '105621.479000', '105621.482000', '105621.484000', '105621.487000', '105621.490000', '105621.492000', '105621.495000', '105621.497000', '105621.500000', '105621.502000', '105621.505000', '105621.508000', '105621.510000', '105621.513000', '105621.515000', '105641.407000', '105641.409000', '105641.412000', '105641.415000', '105641.417000', '105641.420000', '105641.423000', '105641.425000', '105641.428000', '105641.431000', '105641.433000', '105641.436000', '105641.438000', '105641.441000', '105641.444000', '105641.446000', '105641.449000', '105641.451000', '105641.454000', '105641.456000', '105641.459000', '105641.462000', '105641.464000', '105641.467000', '105641.469000', '105641.472000', '105641.475000', '105641.477000', '105641.480000', '105641.482000', '105641.485000', '105641.488000', '105641.490000', '105641.493000', '105641.496000', '105641.498000', '105641.501000', '105641.504000', '105641.506000', '105641.509000', '105641.511000', '105641.514000', '105641.516000', '105641.519000', '105657.443000', '105657.446000', '105657.449000', '105657.452000', '105657.454000', '105657.457000', '105657.460000', '105657.462000', '105657.465000', '105657.468000', '105657.470000', '105657.473000', '105657.475000', '105657.478000', '105657.481000', '105657.483000', '105657.486000', '105657.489000', '105657.496000', '105657.499000', '105657.502000', '105657.505000', '105657.508000', '105657.511000', '105657.513000', '105657.516000', '105657.519000', '105657.522000', '105657.525000', '105657.528000', '105657.531000', '105657.534000', '105657.537000', '105657.540000', '105657.543000'], '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, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [10714, 10244, 7442, 14438, 6471, 12714, 7362, 11363, 6682, 8563, 6094, 7410, 12947, 6674, 11511, 6834, 10035, 6645, 9282, 7172, 7107, 12713, 6717, 10335, 6677, 9973, 6909, 7373, 6245, 6643, 10358, 6408, 9160, 6796, 9186, 6179, 7705, 9307, 6691, 11885, 6508, 10619, 6744, 8425, 6250, 8206, 6344, 7838, 13011, 7112, 12220, 6692, 9304, 6659, 10196, 7049, 10126, 7143, 6691, 11094, 6543, 9733, 6800, 9407, 6536, 8001, 6395, 7340, 14049, 9382, 11966, 7237, 8755, 6434, 9736, 7766, 7773, 12598, 6745, 10185, 6807, 10507, 7176, 8332, 6432, 6976, 11068, 6761, 10623, 6701, 9737, 6469, 7681, 6435, 7007, 11727, 6723, 10634, 6798, 8475, 6160, 7845, 8230, 6624, 9577, 6604, 8144, 6797, 9457, 6920, 9175, 7401, 6939, 11208, 6654, 10029, 7254, 10336, 6062, 7342, 12492, 6679, 10568, 6972, 9125, 6331, 7481, 8385, 6750, 11129, 6907, 9657, 6694, 8085, 6227, 7546, 9542, 6757, 10511, 6704, 8488, 6641, 9979, 7083, 9078, 10618, 6754, 10718, 6660, 8893, 7025, 7320, 6153, 7131, 8457, 6632, 9943, 6622, 8974, 6374, 7782, 7179, 6983, 12978, 8244, 11131, 6730, 8324, 6119, 7675, 10433, 6804, 12128, 6695, 7944, 6420, 9791, 6968, 8460, 11279, 6762, 10930, 6641, 10697, 7038, 7378, 7077, 6757, 8891, 6693, 8747, 6776, 7997, 6259, 6788, 9492, 6591, 8946, 6812, 8317, 6605, 8467, 6269, 7329, 11762, 7254, 11958, 6687, 8909, 6859, 10517, 7132, 8982, 6470, 7329, 7541, 6731, 11109, 6807, 9659, 6583, 8259, 6262, 8228, 6814, 7963, 11512, 6769, 11778, 6931, 9830, 6920, 11520, 6328, 7669, 6978, 6667, 10638, 6616, 9790, 7134, 8228, 6425, 7723, 6203, 7539, 12471, 6766, 11025, 6867, 8369, 6390, 8224, 7017, 7611, 12805, 6673, 10515, 6711, 10516, 7265, 7620, 6293, 7401, 9278, 6675, 10406, 6850, 9527, 7103, 9052, 6404, 7888, 7022, 7564, 10436, 6946, 12128, 6642, 10606, 7019, 10256, 7192, 9644, 6177, 7731, 8284, 6857, 11784, 7042, 11109, 7128, 8693, 6395, 7695, 6779, 7616, 9218, 6698, 10325, 6709, 9014, 7130, 9365, 6342, 7316, 8207, 6887, 9713, 6822, 10124, 6892, 10592, 6339, 8200, 6607, 6811, 12862, 6687, 12378, 6924, 11286, 7025, 7651, 6915, 9515, 7397, 8031, 6344, 7498, 7284, 6991, 11273, 6673, 10129, 6316, 7837, 6341, 7034, 6164, 10816, 10272, 10533, 12394, 6890, 12211, 6592, 11882, 6784, 10353, 6782, 7983, 6289, 8493, 7266, 7772, 7669, 6936, 11460, 6871, 11672, 7768, 12432, 6921, 10449, 6787, 10584, 7450, 9272, 6253, 7159, 6350, 7058, 11481, 7045, 11540, 6645, 10607, 6972, 8547, 6873, 10715, 7655, 9244, 6156, 7287, 6510, 7097, 10848, 6897, 11007, 6803, 10362, 6657, 8968, 6771, 9057, 6834, 9988, 6725, 8316, 6164, 10444, 7419, 11393, 7749, 7304, 6440, 6931, 6513, 7020, 9210, 7531, 9817, 6549, 10313, 6723, 9526, 6794, 8774, 7393, 9212, 6471, 7180, 6173, 7346, 9859, 7953, 12206, 6650, 10533, 6881, 8327, 6785, 9740, 7239, 8239, 6358, 7373, 10178, 6542, 9027, 6655, 8291, 7150, 9482, 6588, 7658, 6406, 6819, 9115, 6576, 8446, 6873, 8284, 6749, 8675, 6440, 7614, 10448, 7093, 11358, 6686, 9041, 6816, 9046, 6780, 8039, 10197, 7816, 12639, 6741, 10962, 6891, 11183, 7368, 10168, 6526, 7450, 11326, 6567, 8409, 6988, 8029, 6164, 7624, 9737, 6659, 8370, 6866, 8363, 6259, 7472, 11486, 6646, 9563, 6736, 10406, 6849, 7478, 12512, 6544, 8938, 6909, 10555, 7279, 7457, 11105, 6573, 8546, 6381, 8515, 7073, 7527, 6252, 7412, 10946, 6638, 10115, 8175, 11747, 6154, 7903, 13502, 6656, 11452, 8275, 10122, 6144, 7592, 11243, 6691, 10341, 7367, 8866, 6367, 6591, 10095, 6884, 9242, 6785, 7522, 6373, 6537, 8974, 6602, 9531, 6784, 7349, 8833, 6472, 9140, 6535, 8633, 7092, 7915, 11993, 6891, 8669, 6394, 8608, 6215, 7784, 11144, 6431, 10510, 6951, 9499, 6362, 7889, 11728, 6989, 11570, 7213, 10740, 6234, 8115, 12703, 6400, 11649, 6726, 8382, 6240, 7709, 10430, 6681, 9154, 6915, 8180, 6320, 7179, 10683, 6848, 9372, 6349, 8235, 6511, 6710, 8698, 6606, 9029, 6855, 8336, 6228, 7984, 10500, 6600, 10392, 6929, 9229, 6472, 10486, 9594, 10926, 12028, 7467, 12911, 7243, 10375, 6577, 12027, 7742, 9752, 8251, 6663, 9997, 6458, 9448, 7026, 10178, 6896, 8433, 6235, 7904, 7435, 7812, 9414, 6319, 9770, 6602, 9146, 7334, 10676, 6286, 7583, 6673, 7227, 12816, 6598, 10072, 6676, 8348, 6190, 7863, 7134, 7362, 11163, 6311, 8986, 6826, 8237, 7116, 7740, 6262, 7723, 6456, 7552, 7169, 7016, 9157, 6456, 9130, 6421, 10383, 7621, 11575, 6926, 9367, 6324, 9714, 7424, 7955, 10986, 6295, 10410, 6682, 9282, 7541, 11188, 6249, 7523, 6555, 7367, 11699, 7346, 11081, 6895, 9066, 6257, 8294, 7333, 7541, 10209, 6336, 9738, 6760, 10348, 7494, 9012, 6177, 7371, 10345, 6410, 10360, 6646, 9366, 6834, 8186, 6399, 7537, 8625, 7246, 10908, 6627, 9213, 6686, 8278, 6568, 8375, 7274, 7368, 9430, 6345, 9120, 6774, 8238, 7057, 9981, 6132, 7146, 10988, 6480, 8137, 6862, 7469, 6563, 8006, 6528, 7914, 6929, 7467, 9979, 6459, 11129, 6624, 9847, 7205, 12309, 8036, 9720, 6179, 7932, 11990, 6907, 11578, 6909, 9555, 6797, 9187, 7157, 7280, 6256, 7316, 9135, 6224, 9509, 6817, 9477, 6746, 8371, 6233, 7633, 7360, 7357, 11095, 6414, 9455, 6908, 8278, 6854, 10917, 7282, 9522, 6204, 7452, 7799, 7012, 10625, 6573, 10161, 7032, 8162, 6749, 8242, 7203, 9276, 6153, 7538, 6236, 7457, 12094, 7223, 12070, 7078, 10236, 6455, 8929, 6964, 7383, 6135, 7417, 8289, 6401, 9800, 6392, 9696, 7210, 8902, 6456, 7783, 6625, 7152, 10578, 6501, 7866, 6576, 8796, 6852, 7038, 6679, 6507, 9613, 6702, 10040, 7204, 8567, 6496, 7216, 8224, 6249, 9006, 6639, 9084, 6875, 8141, 6144, 7450, 8306, 6372, 9670, 6448, 10318, 6720, 8923, 6237, 7795, 12046, 6335, 11494, 8820, 11009, 6790, 8530, 6153, 7636, 7374, 7119, 11592, 6528, 8379, 6745, 8270, 7056, 10617, 6036, 7628, 6269, 7350, 11933, 6679, 10957, 6901, 8607, 6562, 9970, 7121, 7986, 8844, 6375, 10314, 6457, 8871, 6513, 8761, 6605, 7973, 6271, 7568, 9729, 6777, 11118, 6970, 9039, 6558, 8571, 6365, 7628, 6898, 7001, 10830, 6368, 8451, 6470, 10244, 6954, 9434, 6332, 7654, 6698, 6308, 9535, 6646, 9228, 7123, 8696, 6689, 9393, 6899, 7575, 10777, 6352, 10556, 6757, 8713, 6216, 8048, 7601, 6737, 10841, 6676, 7966, 6346, 8253, 6937, 6920, 10968, 6400, 8497, 6594, 10583, 7071, 10014, 6178, 7595, 11930, 6354, 10926, 7122, 11036, 6624, 8712, 6210, 7568, 11459, 6282, 10789, 7108, 8672, 6307, 8446, 6889, 7277, 6687, 6798, 10446, 6491, 8742, 6727, 8098, 6607, 8125, 6266, 7722, 9687, 7243, 11092, 6632, 9880, 6521, 10416, 7193, 10492, 6227, 7688, 7208, 6559, 10412, 6622, 9852, 7017, 9003, 6535, 8436, 6492, 7368, 9795, 6766, 10768, 6363, 8880, 6554, 8166, 6935, 13316, 6705, 9586, 6297, 7535, 7288, 6708, 10160, 6583, 10229, 6957, 8308, 6508, 9383, 7085, 8738, 6802, 7168, 10497, 6215, 9139, 6678, 8558, 6932, 10204, 6409, 8603, 6607, 7623, 11065, 6572, 11197, 7033, 10123, 6869, 8548, 6621, 9028, 7146, 10157, 6257, 7584, 6532, 7565, 7543, 7551, 11523, 7826, 11653, 6923, 9886, 6756, 8426, 6875, 8574, 6758, 7750, 6305, 8086, 6717, 7297, 6646, 7657, 7423, 7557, 11603, 7135, 12097, 6651, 10366, 6842, 8536, 7074, 10551, 7077, 10685, 6133, 7963, 6645, 7564, 9601, 6521, 9773, 6635, 8932, 7074, 12715, 6663, 11195, 8502, 10843, 7014, 9576, 7060, 12823, 7792, 10745, 6185, 7727, 6497, 7162, 6783, 7709, 9433, 6501, 8736, 6286, 9471, 6312, 10528, 7625, 12450, 7111, 10864, 7063, 9100, 7234, 11005, 6649, 9241, 6226, 8717, 7297, 8742, 6542, 7475, 7669, 6894, 10776, 7134, 10673, 6435, 10186, 6945, 8905, 6868, 8956, 6862, 7563, 6548, 9475, 7502, 11806, 6568, 7586, 6320, 7590, 6673, 7509, 6444, 7478, 6501, 7217, 6608, 7726, 8644, 12720, 11172, 14548, 12030, 12354, 7301, 7674, 6392, 6956, 8828, 6648, 12033, 6978, 9752, 7397, 11814, 7183, 11132, 7435, 12511, 9338, 13088, 9476, 9752, 7765, 8135, 7007, 7528, 7157, 10213, 6686, 7748, 6685, 8070, 6680, 8776, 6686, 12044, 6924, 10557, 6809, 9071, 6944, 8247, 6920, 8637, 6781, 8055, 6554, 7398, 6329, 7207, 6675, 7481, 8688, 6509, 9637, 6740, 8298, 6809, 7974, 7063, 7881, 7044, 7700, 6965, 7776, 7378, 9233, 6650, 9017, 6807, 9003, 9643, 7838, 11113, 6462, 11122, 6550, 9806, 7292, 8694, 6852, 8375, 7628, 9837, 6197, 7688, 6437, 7820, 7736, 7454, 8293, 6395, 8849, 6203, 9260, 6947, 9393, 7288, 8678, 6822, 8094, 7386, 9773, 6706, 8450, 6162, 7655, 7073, 8121, 6594, 7639, 6596, 7099, 10465, 6454, 9358, 6557, 9108, 6899, 8478, 6881, 7976, 7029, 7561, 6533, 8257, 6711, 7349, 6278, 7855, 6570, 7627, 8140, 8182, 10098, 6483, 10386, 6948, 8923, 6747, 8540, 7168, 8051, 6604, 6826, 6624, 9070, 7612, 9476, 6314, 7738, 6575, 8116, 7862], 'WindowCenter': [3882.0, 3864.0, 3820.0, 3868.0, 3785.0, 3857.0, 3804.0, 3847.0, 3792.0, 3825.0, 3782.0, 3803.0, 3855.0, 3794.0, 3844.0, 3793.0, 3835.0, 3794.0, 3837.0, 3794.0, 3804.0, 3855.0, 3795.0, 3833.0, 3792.0, 3835.0, 3792.0, 3806.0, 3783.0, 3793.0, 3834.0, 3782.0, 3825.0, 3793.0, 3835.0, 3783.0, 3815.0, 3823.0, 3792.0, 3844.0, 3782.0, 3833.0, 3792.0, 3812.0, 3781.0, 3813.0, 3780.0, 3814.0, 3855.0, 3805.0, 3855.0, 3793.0, 3824.0, 3793.0, 3835.0, 3803.0, 3850.0, 3803.0, 3795.0, 3844.0, 3794.0, 3836.0, 3794.0, 3825.0, 3782.0, 3814.0, 3783.0, 3804.0, 3865.0, 3824.0, 3843.0, 3803.0, 3813.0, 3781.0, 3835.0, 3803.0, 3803.0, 3842.0, 3792.0, 3832.0, 3791.0, 3834.0, 3792.0, 3814.0, 3780.0, 3792.0, 3832.0, 3791.0, 3833.0, 3792.0, 3823.0, 3780.0, 3802.0, 3780.0, 3791.0, 3843.0, 3793.0, 3833.0, 3791.0, 3812.0, 3770.0, 3813.0, 3813.0, 3793.0, 3832.0, 3793.0, 3812.0, 3793.0, 3835.0, 3803.0, 3836.0, 3803.0, 3804.0, 3844.0, 3793.0, 3834.0, 3803.0, 3835.0, 3781.0, 3802.0, 3854.0, 3792.0, 3833.0, 3791.0, 3824.0, 3781.0, 3803.0, 3811.0, 3792.0, 3843.0, 3792.0, 3823.0, 3791.0, 3812.0, 3782.0, 3814.0, 3832.0, 3793.0, 3832.0, 3793.0, 3823.0, 3792.0, 3835.0, 3792.0, 3825.0, 3833.0, 3792.0, 3833.0, 3792.0, 3824.0, 3793.0, 3803.0, 3781.0, 3804.0, 3813.0, 3794.0, 3835.0, 3794.0, 3825.0, 3793.0, 3816.0, 3803.0, 3805.0, 3855.0, 3825.0, 3845.0, 3793.0, 3814.0, 3781.0, 3814.0, 3846.0, 3795.0, 3855.0, 3793.0, 3813.0, 3793.0, 3835.0, 3803.0, 3825.0, 3844.0, 3793.0, 3843.0, 3791.0, 3835.0, 3792.0, 3802.0, 3790.0, 3791.0, 3823.0, 3791.0, 3825.0, 3792.0, 3813.0, 3782.0, 3792.0, 3822.0, 3793.0, 3823.0, 3793.0, 3814.0, 3794.0, 3813.0, 3781.0, 3805.0, 3844.0, 3804.0, 3845.0, 3793.0, 3822.0, 3793.0, 3845.0, 3803.0, 3824.0, 3781.0, 3804.0, 3803.0, 3793.0, 3845.0, 3793.0, 3835.0, 3793.0, 3826.0, 3795.0, 3825.0, 3805.0, 3826.0, 3856.0, 3795.0, 3856.0, 3804.0, 3834.0, 3803.0, 3846.0, 3782.0, 3804.0, 3791.0, 3794.0, 3834.0, 3793.0, 3834.0, 3804.0, 3815.0, 3792.0, 3814.0, 3781.0, 3815.0, 3854.0, 3794.0, 3845.0, 3793.0, 3812.0, 3781.0, 3825.0, 3793.0, 3814.0, 3854.0, 3794.0, 3843.0, 3794.0, 3845.0, 3803.0, 3813.0, 3782.0, 3804.0, 3822.0, 3792.0, 3834.0, 3793.0, 3834.0, 3803.0, 3823.0, 3783.0, 3814.0, 3803.0, 3815.0, 3846.0, 3804.0, 3856.0, 3793.0, 3845.0, 3804.0, 3835.0, 3792.0, 3835.0, 3781.0, 3803.0, 3812.0, 3793.0, 3843.0, 3803.0, 3844.0, 3802.0, 3823.0, 3782.0, 3815.0, 3791.0, 3814.0, 3824.0, 3794.0, 3845.0, 3794.0, 3824.0, 3804.0, 3835.0, 3793.0, 3815.0, 3824.0, 3806.0, 3837.0, 3807.0, 3846.0, 3806.0, 3846.0, 3793.0, 3826.0, 3794.0, 3794.0, 3855.0, 3805.0, 3857.0, 3805.0, 3847.0, 3805.0, 3815.0, 3804.0, 3837.0, 3803.0, 3815.0, 3794.0, 3805.0, 3804.0, 3805.0, 3845.0, 3794.0, 3845.0, 3794.0, 3828.0, 3806.0, 3804.0, 3782.0, 3858.0, 3847.0, 3849.0, 3858.0, 3806.0, 3857.0, 3794.0, 3845.0, 3792.0, 3834.0, 3792.0, 3814.0, 3783.0, 3826.0, 3805.0, 3816.0, 3815.0, 3806.0, 3845.0, 3794.0, 3845.0, 3815.0, 3855.0, 3794.0, 3834.0, 3792.0, 3835.0, 3804.0, 3825.0, 3782.0, 3804.0, 3782.0, 3804.0, 3845.0, 3804.0, 3845.0, 3793.0, 3834.0, 3793.0, 3812.0, 3793.0, 3835.0, 3802.0, 3824.0, 3782.0, 3803.0, 3781.0, 3793.0, 3844.0, 3793.0, 3845.0, 3793.0, 3834.0, 3792.0, 3824.0, 3793.0, 3824.0, 3795.0, 3834.0, 3793.0, 3813.0, 3784.0, 3847.0, 3804.0, 3857.0, 3814.0, 3804.0, 3782.0, 3804.0, 3782.0, 3805.0, 3825.0, 3816.0, 3835.0, 3795.0, 3847.0, 3795.0, 3835.0, 3794.0, 3825.0, 3804.0, 3836.0, 3783.0, 3804.0, 3783.0, 3804.0, 3834.0, 3814.0, 3845.0, 3793.0, 3834.0, 3793.0, 3812.0, 3793.0, 3835.0, 3803.0, 3814.0, 3783.0, 3805.0, 3833.0, 3782.0, 3823.0, 3793.0, 3813.0, 3793.0, 3835.0, 3792.0, 3815.0, 3781.0, 3793.0, 3822.0, 3793.0, 3813.0, 3793.0, 3814.0, 3794.0, 3825.0, 3782.0, 3815.0, 3834.0, 3803.0, 3845.0, 3794.0, 3825.0, 3793.0, 3836.0, 3794.0, 3828.0, 3846.0, 3818.0, 3857.0, 3795.0, 3845.0, 3805.0, 3847.0, 3805.0, 3837.0, 3783.0, 3805.0, 3845.0, 3793.0, 3825.0, 3805.0, 3829.0, 3796.0, 3817.0, 3836.0, 3795.0, 3815.0, 3795.0, 3828.0, 3796.0, 3817.0, 3856.0, 3795.0, 3835.0, 3794.0, 3847.0, 3794.0, 3805.0, 3856.0, 3784.0, 3823.0, 3793.0, 3847.0, 3804.0, 3804.0, 3834.0, 3794.0, 3813.0, 3782.0, 3825.0, 3804.0, 3816.0, 3795.0, 3818.0, 3847.0, 3807.0, 3848.0, 3827.0, 3859.0, 3784.0, 3816.0, 3857.0, 3795.0, 3857.0, 3816.0, 3838.0, 3772.0, 3805.0, 3845.0, 3794.0, 3835.0, 3805.0, 3826.0, 3782.0, 3795.0, 3834.0, 3793.0, 3825.0, 3793.0, 3815.0, 3783.0, 3794.0, 3825.0, 3795.0, 3836.0, 3795.0, 3805.0, 3824.0, 3794.0, 3824.0, 3783.0, 3826.0, 3793.0, 3816.0, 3844.0, 3794.0, 3812.0, 3783.0, 3825.0, 3783.0, 3816.0, 3847.0, 3795.0, 3846.0, 3804.0, 3836.0, 3783.0, 3817.0, 3846.0, 3793.0, 3846.0, 3804.0, 3846.0, 3782.0, 3815.0, 3856.0, 3783.0, 3845.0, 3793.0, 3814.0, 3782.0, 3816.0, 3834.0, 3795.0, 3825.0, 3804.0, 3825.0, 3782.0, 3805.0, 3845.0, 3794.0, 3836.0, 3793.0, 3826.0, 3794.0, 3806.0, 3826.0, 3807.0, 3835.0, 3804.0, 3827.0, 3785.0, 3826.0, 3847.0, 3806.0, 3848.0, 3818.0, 3838.0, 3808.0, 3861.0, 3839.0, 3860.0, 3858.0, 3819.0, 3870.0, 3816.0, 3847.0, 3795.0, 3859.0, 3817.0, 3837.0, 3825.0, 3806.0, 3837.0, 3795.0, 3837.0, 3805.0, 3847.0, 3804.0, 3827.0, 3783.0, 3815.0, 3805.0, 3815.0, 3823.0, 3794.0, 3834.0, 3794.0, 3838.0, 3805.0, 3848.0, 3794.0, 3816.0, 3794.0, 3805.0, 3856.0, 3794.0, 3834.0, 3793.0, 3815.0, 3782.0, 3816.0, 3794.0, 3805.0, 3846.0, 3784.0, 3825.0, 3794.0, 3814.0, 3804.0, 3815.0, 3795.0, 3816.0, 3794.0, 3816.0, 3806.0, 3806.0, 3837.0, 3796.0, 3838.0, 3795.0, 3848.0, 3816.0, 3856.0, 3807.0, 3837.0, 3795.0, 3838.0, 3805.0, 3815.0, 3845.0, 3795.0, 3836.0, 3793.0, 3825.0, 3804.0, 3845.0, 3782.0, 3804.0, 3782.0, 3805.0, 3845.0, 3804.0, 3845.0, 3792.0, 3812.0, 3781.0, 3812.0, 3792.0, 3803.0, 3822.0, 3781.0, 3823.0, 3780.0, 3834.0, 3791.0, 3813.0, 3768.0, 3791.0, 3820.0, 3781.0, 3821.0, 3781.0, 3821.0, 3781.0, 3811.0, 3780.0, 3803.0, 3812.0, 3790.0, 3833.0, 3792.0, 3823.0, 3790.0, 3812.0, 3790.0, 3813.0, 3803.0, 3803.0, 3822.0, 3782.0, 3822.0, 3792.0, 3812.0, 3791.0, 3835.0, 3782.0, 3793.0, 3833.0, 3782.0, 3813.0, 3792.0, 3802.0, 3793.0, 3814.0, 3782.0, 3814.0, 3804.0, 3805.0, 3834.0, 3794.0, 3845.0, 3795.0, 3836.0, 3803.0, 3856.0, 3814.0, 3835.0, 3782.0, 3813.0, 3843.0, 3793.0, 3843.0, 3792.0, 3822.0, 3792.0, 3824.0, 3793.0, 3804.0, 3782.0, 3804.0, 3822.0, 3783.0, 3824.0, 3794.0, 3834.0, 3793.0, 3813.0, 3781.0, 3814.0, 3803.0, 3803.0, 3844.0, 3783.0, 3823.0, 3803.0, 3813.0, 3793.0, 3846.0, 3804.0, 3835.0, 3782.0, 3803.0, 3803.0, 3792.0, 3834.0, 3793.0, 3835.0, 3794.0, 3812.0, 3794.0, 3815.0, 3805.0, 3835.0, 3784.0, 3815.0, 3784.0, 3805.0, 3855.0, 3805.0, 3846.0, 3794.0, 3834.0, 3781.0, 3824.0, 3793.0, 3804.0, 3781.0, 3804.0, 3811.0, 3794.0, 3834.0, 3783.0, 3835.0, 3802.0, 3824.0, 3782.0, 3814.0, 3792.0, 3803.0, 3834.0, 3794.0, 3813.0, 3793.0, 3826.0, 3792.0, 3806.0, 3793.0, 3794.0, 3833.0, 3795.0, 3837.0, 3804.0, 3826.0, 3782.0, 3805.0, 3812.0, 3794.0, 3824.0, 3796.0, 3826.0, 3794.0, 3816.0, 3782.0, 3803.0, 3814.0, 3795.0, 3835.0, 3796.0, 3847.0, 3795.0, 3825.0, 3783.0, 3815.0, 3845.0, 3793.0, 3845.0, 3824.0, 3846.0, 3793.0, 3813.0, 3782.0, 3805.0, 3802.0, 3803.0, 3844.0, 3794.0, 3814.0, 3795.0, 3825.0, 3805.0, 3846.0, 3784.0, 3815.0, 3783.0, 3804.0, 3857.0, 3793.0, 3845.0, 3804.0, 3825.0, 3793.0, 3836.0, 3803.0, 3815.0, 3823.0, 3794.0, 3835.0, 3793.0, 3824.0, 3795.0, 3826.0, 3792.0, 3815.0, 3781.0, 3815.0, 3834.0, 3794.0, 3844.0, 3792.0, 3824.0, 3793.0, 3824.0, 3782.0, 3814.0, 3803.0, 3805.0, 3845.0, 3795.0, 3814.0, 3793.0, 3836.0, 3793.0, 3837.0, 3783.0, 3815.0, 3792.0, 3794.0, 3836.0, 3794.0, 3826.0, 3804.0, 3825.0, 3794.0, 3835.0, 3804.0, 3804.0, 3834.0, 3782.0, 3834.0, 3793.0, 3824.0, 3782.0, 3815.0, 3803.0, 3794.0, 3844.0, 3794.0, 3815.0, 3794.0, 3826.0, 3804.0, 3806.0, 3846.0, 3795.0, 3825.0, 3795.0, 3846.0, 3806.0, 3836.0, 3783.0, 3816.0, 3846.0, 3794.0, 3845.0, 3805.0, 3846.0, 3793.0, 3825.0, 3782.0, 3816.0, 3845.0, 3782.0, 3845.0, 3793.0, 3825.0, 3783.0, 3825.0, 3805.0, 3805.0, 3792.0, 3796.0, 3847.0, 3795.0, 3825.0, 3796.0, 3816.0, 3794.0, 3816.0, 3795.0, 3817.0, 3835.0, 3817.0, 3846.0, 3795.0, 3835.0, 3795.0, 3847.0, 3805.0, 3848.0, 3784.0, 3816.0, 3805.0, 3795.0, 3846.0, 3795.0, 3835.0, 3806.0, 3825.0, 3793.0, 3815.0, 3794.0, 3805.0, 3835.0, 3795.0, 3844.0, 3793.0, 3824.0, 3793.0, 3815.0, 3804.0, 3857.0, 3793.0, 3834.0, 3781.0, 3803.0, 3802.0, 3793.0, 3834.0, 3794.0, 3834.0, 3803.0, 3813.0, 3783.0, 3836.0, 3793.0, 3825.0, 3792.0, 3804.0, 3834.0, 3783.0, 3823.0, 3795.0, 3826.0, 3803.0, 3837.0, 3784.0, 3825.0, 3792.0, 3804.0, 3845.0, 3793.0, 3845.0, 3793.0, 3834.0, 3793.0, 3824.0, 3792.0, 3824.0, 3804.0, 3836.0, 3782.0, 3816.0, 3793.0, 3815.0, 3802.0, 3815.0, 3844.0, 3804.0, 3844.0, 3803.0, 3834.0, 3793.0, 3812.0, 3793.0, 3824.0, 3793.0, 3804.0, 3792.0, 3814.0, 3794.0, 3805.0, 3792.0, 3814.0, 3803.0, 3815.0, 3845.0, 3804.0, 3845.0, 3793.0, 3834.0, 3793.0, 3825.0, 3805.0, 3846.0, 3804.0, 3846.0, 3782.0, 3814.0, 3793.0, 3804.0, 3823.0, 3783.0, 3833.0, 3805.0, 3826.0, 3807.0, 3867.0, 3807.0, 3859.0, 3827.0, 3845.0, 3807.0, 3836.0, 3805.0, 3857.0, 3804.0, 3846.0, 3783.0, 3816.0, 3783.0, 3794.0, 3792.0, 3815.0, 3824.0, 3795.0, 3823.0, 3794.0, 3835.0, 3794.0, 3847.0, 3816.0, 3857.0, 3805.0, 3846.0, 3804.0, 3825.0, 3804.0, 3847.0, 3793.0, 3824.0, 3782.0, 3824.0, 3803.0, 3814.0, 3782.0, 3804.0, 3803.0, 3793.0, 3833.0, 3792.0, 3833.0, 3781.0, 3833.0, 3792.0, 3812.0, 3793.0, 3823.0, 3792.0, 3803.0, 3781.0, 3824.0, 3792.0, 3843.0, 3781.0, 3803.0, 3781.0, 3802.0, 3780.0, 3802.0, 3782.0, 3805.0, 3782.0, 3804.0, 3793.0, 3816.0, 3826.0, 3859.0, 3846.0, 3869.0, 3848.0, 3858.0, 3803.0, 3804.0, 3780.0, 3793.0, 3811.0, 3793.0, 3844.0, 3793.0, 3825.0, 3817.0, 3857.0, 3804.0, 3845.0, 3803.0, 3844.0, 3810.0, 3842.0, 3809.0, 3797.0, 3777.0, 3786.0, 3778.0, 3786.0, 3776.0, 3807.0, 3765.0, 3774.0, 3764.0, 3785.0, 3766.0, 3797.0, 3778.0, 3830.0, 3778.0, 3818.0, 3767.0, 3798.0, 3777.0, 3786.0, 3776.0, 3798.0, 3767.0, 3788.0, 3766.0, 3790.0, 3767.0, 3790.0, 3779.0, 3791.0, 3811.0, 3781.0, 3820.0, 3790.0, 3800.0, 3793.0, 3801.0, 3793.0, 3813.0, 3804.0, 3804.0, 3806.0, 3815.0, 3805.0, 3837.0, 3796.0, 3826.0, 3794.0, 3836.0, 3834.0, 3816.0, 3846.0, 3795.0, 3845.0, 3784.0, 3836.0, 3806.0, 3825.0, 3795.0, 3816.0, 3816.0, 3838.0, 3785.0, 3816.0, 3784.0, 3816.0, 3804.0, 3804.0, 3813.0, 3795.0, 3824.0, 3784.0, 3825.0, 3804.0, 3825.0, 3804.0, 3825.0, 3793.0, 3815.0, 3805.0, 3835.0, 3794.0, 3815.0, 3783.0, 3804.0, 3793.0, 3815.0, 3793.0, 3816.0, 3793.0, 3804.0, 3834.0, 3783.0, 3824.0, 3784.0, 3825.0, 3805.0, 3815.0, 3805.0, 3814.0, 3804.0, 3815.0, 3795.0, 3827.0, 3795.0, 3805.0, 3794.0, 3816.0, 3794.0, 3816.0, 3815.0, 3825.0, 3835.0, 3795.0, 3835.0, 3806.0, 3824.0, 3795.0, 3826.0, 3805.0, 3815.0, 3795.0, 3794.0, 3796.0, 3838.0, 3818.0, 3837.0, 3796.0, 3817.0, 3796.0, 3828.0, 3828.0], 'WindowWidth': [8688.0, 8649.0, 8586.0, 8643.0, 8528.0, 8624.0, 8551.0, 8609.0, 8533.0, 8579.0, 8518.0, 8548.0, 8617.0, 8537.0, 8603.0, 8534.0, 8592.0, 8538.0, 8597.0, 8536.0, 8551.0, 8617.0, 8539.0, 8587.0, 8532.0, 8592.0, 8532.0, 8554.0, 8520.0, 8535.0, 8589.0, 8521.0, 8579.0, 8536.0, 8593.0, 8521.0, 8566.0, 8571.0, 8533.0, 8603.0, 8520.0, 8588.0, 8532.0, 8560.0, 8517.0, 8562.0, 8513.0, 8565.0, 8619.0, 8553.0, 8619.0, 8536.0, 8577.0, 8535.0, 8594.0, 8548.0, 8622.0, 8548.0, 8541.0, 8603.0, 8539.0, 8594.0, 8540.0, 8580.0, 8519.0, 8564.0, 8520.0, 8551.0, 8633.0, 8578.0, 8601.0, 8547.0, 8561.0, 8516.0, 8591.0, 8548.0, 8548.0, 8599.0, 8531.0, 8584.0, 8530.0, 8591.0, 8532.0, 8564.0, 8512.0, 8532.0, 8584.0, 8529.0, 8587.0, 8532.0, 8575.0, 8513.0, 8546.0, 8513.0, 8531.0, 8599.0, 8534.0, 8586.0, 8528.0, 8557.0, 8500.0, 8561.0, 8558.0, 8534.0, 8585.0, 8536.0, 8559.0, 8536.0, 8593.0, 8548.0, 8597.0, 8548.0, 8552.0, 8604.0, 8536.0, 8591.0, 8549.0, 8594.0, 8517.0, 8546.0, 8615.0, 8533.0, 8587.0, 8531.0, 8577.0, 8516.0, 8548.0, 8554.0, 8533.0, 8600.0, 8533.0, 8573.0, 8529.0, 8559.0, 8519.0, 8563.0, 8585.0, 8536.0, 8586.0, 8534.0, 8573.0, 8532.0, 8595.0, 8533.0, 8580.0, 8587.0, 8532.0, 8587.0, 8531.0, 8577.0, 8535.0, 8550.0, 8517.0, 8551.0, 8561.0, 8539.0, 8594.0, 8540.0, 8581.0, 8536.0, 8570.0, 8550.0, 8554.0, 8621.0, 8582.0, 8606.0, 8535.0, 8564.0, 8519.0, 8565.0, 8607.0, 8540.0, 8620.0, 8536.0, 8563.0, 8535.0, 8595.0, 8549.0, 8581.0, 8604.0, 8536.0, 8601.0, 8530.0, 8593.0, 8531.0, 8545.0, 8526.0, 8530.0, 8573.0, 8531.0, 8579.0, 8533.0, 8561.0, 8518.0, 8533.0, 8572.0, 8535.0, 8576.0, 8535.0, 8563.0, 8538.0, 8564.0, 8517.0, 8554.0, 8604.0, 8552.0, 8605.0, 8535.0, 8573.0, 8535.0, 8607.0, 8549.0, 8580.0, 8519.0, 8551.0, 8548.0, 8537.0, 8607.0, 8537.0, 8592.0, 8536.0, 8583.0, 8540.0, 8584.0, 8555.0, 8585.0, 8623.0, 8541.0, 8622.0, 8552.0, 8590.0, 8547.0, 8610.0, 8518.0, 8551.0, 8529.0, 8537.0, 8589.0, 8536.0, 8591.0, 8554.0, 8566.0, 8534.0, 8563.0, 8518.0, 8567.0, 8618.0, 8539.0, 8606.0, 8534.0, 8560.0, 8518.0, 8580.0, 8535.0, 8565.0, 8617.0, 8538.0, 8601.0, 8538.0, 8606.0, 8547.0, 8562.0, 8518.0, 8550.0, 8571.0, 8533.0, 8590.0, 8535.0, 8589.0, 8549.0, 8575.0, 8521.0, 8566.0, 8548.0, 8566.0, 8607.0, 8553.0, 8622.0, 8536.0, 8605.0, 8551.0, 8594.0, 8533.0, 8593.0, 8517.0, 8549.0, 8557.0, 8536.0, 8602.0, 8549.0, 8603.0, 8546.0, 8575.0, 8518.0, 8566.0, 8531.0, 8566.0, 8577.0, 8538.0, 8607.0, 8539.0, 8577.0, 8553.0, 8595.0, 8535.0, 8568.0, 8578.0, 8560.0, 8601.0, 8561.0, 8610.0, 8558.0, 8610.0, 8536.0, 8582.0, 8538.0, 8540.0, 8622.0, 8556.0, 8627.0, 8556.0, 8611.0, 8555.0, 8565.0, 8551.0, 8597.0, 8550.0, 8567.0, 8537.0, 8555.0, 8552.0, 8556.0, 8607.0, 8541.0, 8608.0, 8542.0, 8594.0, 8560.0, 8556.0, 8523.0, 8631.0, 8614.0, 8619.0, 8627.0, 8558.0, 8623.0, 8538.0, 8605.0, 8533.0, 8588.0, 8532.0, 8563.0, 8521.0, 8584.0, 8554.0, 8570.0, 8566.0, 8555.0, 8606.0, 8538.0, 8606.0, 8566.0, 8619.0, 8536.0, 8589.0, 8533.0, 8592.0, 8549.0, 8579.0, 8519.0, 8550.0, 8518.0, 8550.0, 8605.0, 8551.0, 8605.0, 8535.0, 8589.0, 8534.0, 8558.0, 8535.0, 8593.0, 8545.0, 8577.0, 8517.0, 8548.0, 8514.0, 8535.0, 8602.0, 8536.0, 8603.0, 8535.0, 8589.0, 8534.0, 8577.0, 8537.0, 8577.0, 8540.0, 8591.0, 8536.0, 8561.0, 8524.0, 8613.0, 8552.0, 8626.0, 8565.0, 8552.0, 8520.0, 8550.0, 8518.0, 8553.0, 8580.0, 8569.0, 8593.0, 8542.0, 8611.0, 8540.0, 8592.0, 8538.0, 8581.0, 8552.0, 8594.0, 8522.0, 8551.0, 8520.0, 8551.0, 8589.0, 8563.0, 8605.0, 8534.0, 8588.0, 8534.0, 8558.0, 8534.0, 8593.0, 8548.0, 8565.0, 8520.0, 8552.0, 8586.0, 8520.0, 8571.0, 8534.0, 8560.0, 8534.0, 8591.0, 8533.0, 8566.0, 8515.0, 8534.0, 8570.0, 8534.0, 8562.0, 8536.0, 8565.0, 8538.0, 8581.0, 8520.0, 8566.0, 8590.0, 8549.0, 8606.0, 8539.0, 8578.0, 8537.0, 8597.0, 8538.0, 8589.0, 8610.0, 8576.0, 8626.0, 8541.0, 8606.0, 8552.0, 8612.0, 8554.0, 8599.0, 8521.0, 8553.0, 8606.0, 8534.0, 8580.0, 8553.0, 8592.0, 8545.0, 8574.0, 8594.0, 8540.0, 8567.0, 8543.0, 8588.0, 8544.0, 8575.0, 8622.0, 8542.0, 8593.0, 8539.0, 8613.0, 8537.0, 8554.0, 8620.0, 8524.0, 8575.0, 8534.0, 8610.0, 8549.0, 8551.0, 8587.0, 8535.0, 8560.0, 8519.0, 8581.0, 8551.0, 8571.0, 8541.0, 8576.0, 8611.0, 8560.0, 8617.0, 8587.0, 8634.0, 8526.0, 8571.0, 8624.0, 8540.0, 8626.0, 8569.0, 8600.0, 8506.0, 8552.0, 8606.0, 8539.0, 8594.0, 8553.0, 8582.0, 8518.0, 8538.0, 8588.0, 8534.0, 8579.0, 8535.0, 8567.0, 8520.0, 8538.0, 8580.0, 8539.0, 8596.0, 8538.0, 8555.0, 8576.0, 8539.0, 8578.0, 8522.0, 8582.0, 8534.0, 8568.0, 8603.0, 8537.0, 8559.0, 8520.0, 8579.0, 8520.0, 8568.0, 8610.0, 8540.0, 8607.0, 8551.0, 8595.0, 8521.0, 8571.0, 8607.0, 8536.0, 8608.0, 8550.0, 8609.0, 8517.0, 8567.0, 8620.0, 8521.0, 8605.0, 8533.0, 8563.0, 8519.0, 8568.0, 8591.0, 8539.0, 8579.0, 8549.0, 8581.0, 8519.0, 8555.0, 8605.0, 8538.0, 8596.0, 8535.0, 8583.0, 8537.0, 8558.0, 8583.0, 8561.0, 8594.0, 8554.0, 8587.0, 8527.0, 8585.0, 8613.0, 8559.0, 8617.0, 8577.0, 8605.0, 8564.0, 8636.0, 8604.0, 8636.0, 8631.0, 8580.0, 8647.0, 8572.0, 8614.0, 8542.0, 8632.0, 8573.0, 8600.0, 8580.0, 8559.0, 8598.0, 8542.0, 8598.0, 8555.0, 8611.0, 8552.0, 8584.0, 8521.0, 8567.0, 8551.0, 8568.0, 8575.0, 8539.0, 8592.0, 8539.0, 8600.0, 8553.0, 8615.0, 8539.0, 8569.0, 8535.0, 8552.0, 8621.0, 8537.0, 8590.0, 8534.0, 8565.0, 8518.0, 8569.0, 8535.0, 8552.0, 8606.0, 8523.0, 8578.0, 8537.0, 8565.0, 8552.0, 8567.0, 8540.0, 8568.0, 8538.0, 8570.0, 8555.0, 8558.0, 8597.0, 8545.0, 8600.0, 8543.0, 8615.0, 8570.0, 8624.0, 8558.0, 8599.0, 8541.0, 8601.0, 8552.0, 8569.0, 8606.0, 8540.0, 8593.0, 8537.0, 8580.0, 8550.0, 8606.0, 8519.0, 8550.0, 8517.0, 8552.0, 8604.0, 8550.0, 8604.0, 8531.0, 8557.0, 8513.0, 8558.0, 8529.0, 8545.0, 8568.0, 8514.0, 8571.0, 8512.0, 8587.0, 8527.0, 8559.0, 8494.0, 8528.0, 8564.0, 8515.0, 8568.0, 8515.0, 8567.0, 8513.0, 8555.0, 8512.0, 8545.0, 8555.0, 8527.0, 8583.0, 8531.0, 8571.0, 8527.0, 8557.0, 8528.0, 8562.0, 8546.0, 8549.0, 8569.0, 8517.0, 8570.0, 8530.0, 8559.0, 8530.0, 8592.0, 8517.0, 8534.0, 8585.0, 8518.0, 8560.0, 8533.0, 8545.0, 8535.0, 8564.0, 8521.0, 8566.0, 8550.0, 8554.0, 8591.0, 8538.0, 8606.0, 8539.0, 8595.0, 8549.0, 8624.0, 8562.0, 8592.0, 8518.0, 8560.0, 8601.0, 8533.0, 8599.0, 8530.0, 8570.0, 8532.0, 8577.0, 8533.0, 8549.0, 8517.0, 8549.0, 8570.0, 8522.0, 8576.0, 8536.0, 8589.0, 8533.0, 8561.0, 8515.0, 8563.0, 8547.0, 8549.0, 8601.0, 8522.0, 8573.0, 8547.0, 8560.0, 8536.0, 8610.0, 8550.0, 8593.0, 8517.0, 8548.0, 8547.0, 8533.0, 8589.0, 8535.0, 8590.0, 8536.0, 8559.0, 8537.0, 8568.0, 8554.0, 8595.0, 8526.0, 8568.0, 8523.0, 8553.0, 8620.0, 8554.0, 8607.0, 8535.0, 8589.0, 8517.0, 8576.0, 8533.0, 8550.0, 8516.0, 8550.0, 8555.0, 8537.0, 8589.0, 8521.0, 8591.0, 8546.0, 8576.0, 8517.0, 8565.0, 8532.0, 8549.0, 8588.0, 8537.0, 8561.0, 8535.0, 8583.0, 8533.0, 8557.0, 8534.0, 8539.0, 8588.0, 8541.0, 8597.0, 8550.0, 8581.0, 8518.0, 8552.0, 8558.0, 8537.0, 8578.0, 8543.0, 8581.0, 8538.0, 8569.0, 8519.0, 8550.0, 8562.0, 8541.0, 8594.0, 8542.0, 8611.0, 8539.0, 8581.0, 8521.0, 8565.0, 8604.0, 8536.0, 8606.0, 8577.0, 8607.0, 8534.0, 8561.0, 8517.0, 8553.0, 8545.0, 8549.0, 8602.0, 8537.0, 8562.0, 8540.0, 8580.0, 8553.0, 8610.0, 8523.0, 8567.0, 8522.0, 8552.0, 8624.0, 8537.0, 8606.0, 8551.0, 8579.0, 8535.0, 8596.0, 8548.0, 8566.0, 8574.0, 8537.0, 8591.0, 8535.0, 8577.0, 8539.0, 8581.0, 8533.0, 8567.0, 8517.0, 8566.0, 8590.0, 8538.0, 8602.0, 8533.0, 8576.0, 8535.0, 8578.0, 8520.0, 8566.0, 8549.0, 8553.0, 8604.0, 8540.0, 8565.0, 8537.0, 8596.0, 8535.0, 8597.0, 8522.0, 8566.0, 8531.0, 8538.0, 8594.0, 8539.0, 8580.0, 8552.0, 8580.0, 8538.0, 8593.0, 8550.0, 8551.0, 8589.0, 8520.0, 8589.0, 8535.0, 8577.0, 8520.0, 8569.0, 8547.0, 8539.0, 8605.0, 8538.0, 8566.0, 8539.0, 8585.0, 8552.0, 8558.0, 8608.0, 8540.0, 8580.0, 8541.0, 8612.0, 8555.0, 8597.0, 8523.0, 8570.0, 8609.0, 8540.0, 8607.0, 8555.0, 8610.0, 8535.0, 8581.0, 8519.0, 8571.0, 8606.0, 8521.0, 8606.0, 8535.0, 8580.0, 8522.0, 8581.0, 8552.0, 8555.0, 8534.0, 8543.0, 8612.0, 8541.0, 8581.0, 8543.0, 8570.0, 8539.0, 8569.0, 8540.0, 8573.0, 8594.0, 8571.0, 8610.0, 8540.0, 8594.0, 8541.0, 8612.0, 8554.0, 8616.0, 8524.0, 8571.0, 8553.0, 8541.0, 8609.0, 8541.0, 8593.0, 8555.0, 8580.0, 8536.0, 8566.0, 8537.0, 8555.0, 8592.0, 8539.0, 8604.0, 8537.0, 8575.0, 8537.0, 8566.0, 8551.0, 8626.0, 8533.0, 8590.0, 8516.0, 8548.0, 8543.0, 8536.0, 8590.0, 8538.0, 8589.0, 8549.0, 8561.0, 8523.0, 8597.0, 8534.0, 8579.0, 8532.0, 8550.0, 8590.0, 8521.0, 8574.0, 8540.0, 8581.0, 8550.0, 8597.0, 8523.0, 8579.0, 8532.0, 8550.0, 8604.0, 8535.0, 8605.0, 8535.0, 8588.0, 8534.0, 8576.0, 8534.0, 8578.0, 8550.0, 8595.0, 8520.0, 8569.0, 8534.0, 8567.0, 8547.0, 8568.0, 8605.0, 8552.0, 8605.0, 8549.0, 8589.0, 8535.0, 8559.0, 8536.0, 8577.0, 8535.0, 8552.0, 8533.0, 8566.0, 8538.0, 8554.0, 8534.0, 8566.0, 8549.0, 8567.0, 8608.0, 8551.0, 8607.0, 8536.0, 8590.0, 8535.0, 8578.0, 8552.0, 8610.0, 8551.0, 8608.0, 8520.0, 8563.0, 8534.0, 8552.0, 8573.0, 8522.0, 8588.0, 8556.0, 8583.0, 8560.0, 8639.0, 8563.0, 8631.0, 8586.0, 8609.0, 8561.0, 8597.0, 8553.0, 8627.0, 8551.0, 8608.0, 8523.0, 8568.0, 8521.0, 8538.0, 8532.0, 8566.0, 8576.0, 8539.0, 8575.0, 8539.0, 8593.0, 8540.0, 8610.0, 8571.0, 8624.0, 8552.0, 8607.0, 8551.0, 8578.0, 8548.0, 8609.0, 8532.0, 8576.0, 8517.0, 8575.0, 8546.0, 8562.0, 8517.0, 8548.0, 8545.0, 8533.0, 8586.0, 8532.0, 8585.0, 8516.0, 8584.0, 8530.0, 8556.0, 8533.0, 8573.0, 8531.0, 8546.0, 8515.0, 8575.0, 8531.0, 8600.0, 8514.0, 8546.0, 8513.0, 8544.0, 8513.0, 8544.0, 8517.0, 8551.0, 8519.0, 8550.0, 8533.0, 8570.0, 8581.0, 8630.0, 8609.0, 8646.0, 8613.0, 8627.0, 8546.0, 8549.0, 8512.0, 8533.0, 8552.0, 8534.0, 8601.0, 8535.0, 8578.0, 8574.0, 8625.0, 8552.0, 8604.0, 8547.0, 8601.0, 8549.0, 8596.0, 8545.0, 8526.0, 8498.0, 8510.0, 8501.0, 8510.0, 8498.0, 8538.0, 8482.0, 8490.0, 8479.0, 8507.0, 8486.0, 8526.0, 8504.0, 8574.0, 8505.0, 8555.0, 8488.0, 8526.0, 8499.0, 8509.0, 8498.0, 8528.0, 8486.0, 8516.0, 8486.0, 8522.0, 8489.0, 8522.0, 8507.0, 8528.0, 8551.0, 8514.0, 8562.0, 8526.0, 8537.0, 8533.0, 8540.0, 8534.0, 8559.0, 8551.0, 8550.0, 8556.0, 8568.0, 8555.0, 8598.0, 8542.0, 8583.0, 8537.0, 8598.0, 8591.0, 8568.0, 8607.0, 8539.0, 8606.0, 8524.0, 8595.0, 8556.0, 8579.0, 8541.0, 8569.0, 8569.0, 8600.0, 8526.0, 8569.0, 8523.0, 8568.0, 8550.0, 8551.0, 8560.0, 8539.0, 8576.0, 8524.0, 8578.0, 8552.0, 8579.0, 8551.0, 8579.0, 8536.0, 8565.0, 8553.0, 8594.0, 8537.0, 8565.0, 8520.0, 8549.0, 8533.0, 8566.0, 8533.0, 8568.0, 8533.0, 8551.0, 8591.0, 8523.0, 8575.0, 8523.0, 8577.0, 8552.0, 8564.0, 8552.0, 8564.0, 8551.0, 8565.0, 8539.0, 8583.0, 8539.0, 8553.0, 8536.0, 8570.0, 8536.0, 8568.0, 8566.0, 8580.0, 8592.0, 8539.0, 8592.0, 8554.0, 8577.0, 8539.0, 8582.0, 8553.0, 8566.0, 8541.0, 8537.0, 8544.0, 8602.0, 8573.0, 8600.0, 8544.0, 8573.0, 8542.0, 8588.0, 8591.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.0009290390390390391</td></tr>
<tr><td colspan=3>aqi</td><td>0.023327471696696696</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.262271001307305</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.220579308347108</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9973703900075133</td></tr>
<tr><td colspan=3>efc</td><td>0.4478</td></tr>
<tr><td colspan=3>fber</td><td>6172.4512</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07641126082300613</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2762762762762763</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.505337984437866</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.468855941137887</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6747765725919934</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3723814395837177</td></tr>
<tr><td colspan=3>gcor</td><td>0.0055194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017345456406474113</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02163560874760151</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5335009980840377</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>27.5563</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0076</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0827</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309300.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.3603</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6707</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.5332</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3035.2215</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.628</td></tr>
<tr><td colspan=3>tsnr</td><td>41.501537947682664</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>