<?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-0076_ses-04_task-fractional_acq-mb8_run-01_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-0076_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-01_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-0076/ses-04/func/sub-0076_ses-04_task-fractional_acq-mb8_run-01_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>215541cd469fdab20faa6967051a9fa4</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:42:15.470000</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.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.0983479</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7734, -7313, 767, 3, -53, -25, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2baa6784-efa7-4bc4-a52b-4edc37c17fc9||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.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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, 1322]</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], 'AcquisitionTime': ['104215.470000', '104215.930000', '104216.390000', '104216.850000', '104217.310000', '104217.770000', '104218.230000', '104218.690000', '104219.150000', '104219.610000', '104220.070000', '104220.530000', '104220.990000', '104221.450000', '104221.910000', '104222.370000', '104222.830000', '104223.290000', '104223.750000', '104224.210000', '104224.670000', '104225.130000', '104225.590000', '104226.050000', '104226.510000', '104226.970000', '104227.430000', '104227.890000', '104228.350000', '104228.810000', '104229.270000', '104229.730000', '104230.190000', '104230.650000', '104231.110000', '104231.570000', '104232.030000', '104232.490000', '104232.950000', '104233.410000', '104233.870000', '104234.330000', '104234.790000', '104235.250000', '104235.710000', '104236.170000', '104236.630000', '104237.090000', '104237.550000', '104238.010000', '104238.470000', '104238.930000', '104239.390000', '104239.850000', '104240.310000', '104240.770000', '104241.230000', '104241.690000', '104242.150000', '104242.610000', '104243.070000', '104243.530000', '104243.990000', '104244.450000', '104244.910000', '104245.370000', '104245.830000', '104246.290000', '104246.750000', '104247.210000', '104247.670000', '104248.130000', '104248.590000', '104249.050000', '104249.510000', '104249.970000', '104250.430000', '104250.890000', '104251.350000', '104251.810000', '104252.270000', '104252.730000', '104253.190000', '104253.650000', '104254.110000', '104254.570000', '104255.030000', '104255.490000', '104255.950000', '104256.410000', '104256.870000', '104257.330000', '104257.790000', '104258.250000', '104258.710000', '104259.170000', '104259.630000', '104300.090000', '104300.550000', '104301.010000', '104301.470000', '104301.930000', '104302.390000', '104302.850000', '104303.310000', '104303.770000', '104304.230000', '104304.690000', '104305.150000', '104305.610000', '104306.070000', '104306.530000', '104306.990000', '104307.450000', '104307.910000', '104308.370000', '104308.830000', '104309.290000', '104309.750000', '104310.210000', '104310.670000', '104311.130000', '104311.590000', '104312.050000', '104312.510000', '104312.970000', '104313.430000', '104313.890000', '104314.350000', '104314.810000', '104315.270000', '104315.730000', '104316.190000', '104316.650000', '104317.110000', '104317.570000', '104318.030000', '104318.490000', '104318.950000', '104319.410000', '104319.870000', '104320.330000', '104320.790000', '104321.250000', '104321.710000', '104322.170000', '104322.630000', '104323.090000', '104323.550000', '104324.010000', '104324.470000', '104324.930000', '104325.390000', '104325.850000', '104326.310000', '104326.770000', '104327.230000', '104327.690000', '104328.150000', '104328.610000', '104329.070000', '104329.530000', '104329.990000', '104330.450000', '104330.910000', '104331.370000', '104331.830000', '104332.290000', '104332.750000', '104333.210000', '104333.670000', '104334.130000', '104334.590000', '104335.050000', '104335.510000', '104335.970000', '104336.430000', '104336.890000', '104337.350000', '104337.810000', '104338.270000', '104338.730000', '104339.190000', '104339.650000', '104340.110000', '104340.570000', '104341.030000', '104341.490000', '104341.950000', '104342.410000', '104342.870000', '104343.330000', '104343.790000', '104344.250000', '104344.710000', '104345.170000', '104345.630000', '104346.090000', '104346.550000', '104347.010000', '104347.470000', '104347.930000', '104348.390000', '104348.850000', '104349.310000', '104349.770000', '104350.230000', '104350.690000', '104351.150000', '104351.610000', '104352.070000', '104352.530000', '104352.990000', '104353.450000', '104353.910000', '104354.370000', '104354.830000', '104355.290000', '104355.750000', '104356.210000', '104356.670000', '104357.130000', '104357.590000', '104358.050000', '104358.510000', '104358.970000', '104359.430000', '104359.890000', '104400.350000', '104400.810000', '104401.270000', '104401.730000', '104402.190000', '104402.650000', '104403.110000', '104403.570000', '104404.030000', '104404.490000', '104404.950000', '104405.410000', '104405.870000', '104406.330000', '104406.790000', '104407.250000', '104407.710000', '104408.170000', '104408.630000', '104409.090000', '104409.550000', '104410.010000', '104410.470000', '104410.930000', '104411.390000', '104411.850000', '104412.310000', '104412.770000', '104413.230000', '104413.690000', '104414.150000', '104414.610000', '104415.070000', '104415.530000', '104415.990000', '104416.450000', '104416.910000', '104417.370000', '104417.830000', '104418.290000', '104418.750000', '104419.210000', '104419.670000', '104420.130000', '104420.590000', '104421.050000', '104421.510000', '104421.970000', '104422.430000', '104422.890000', '104423.350000', '104423.810000', '104424.270000', '104424.730000', '104425.190000', '104425.650000', '104426.110000', '104426.570000', '104427.030000', '104427.490000', '104427.950000', '104428.410000', '104428.870000', '104429.330000', '104429.790000', '104430.250000', '104430.710000', '104431.170000', '104431.630000', '104432.090000', '104432.550000', '104433.010000', '104433.470000', '104433.930000', '104434.390000', '104434.850000', '104435.310000', '104435.770000', '104436.230000', '104436.690000', '104437.150000', '104437.610000', '104438.070000', '104438.530000', '104438.990000', '104439.450000', '104439.910000', '104440.370000', '104440.830000', '104441.290000', '104441.750000', '104442.210000', '104442.670000', '104443.130000', '104443.590000', '104444.050000', '104444.510000', '104444.970000', '104445.430000', '104445.890000', '104446.350000', '104446.810000', '104447.270000', '104447.730000', '104448.190000', '104448.650000', '104449.110000', '104449.570000', '104450.030000', '104450.490000', '104450.950000', '104451.410000', '104451.870000', '104452.330000', '104452.790000', '104453.250000', '104453.710000', '104454.170000', '104454.630000', '104455.090000', '104455.550000', '104456.010000', '104456.470000', '104456.930000', '104457.390000', '104457.850000', '104458.310000', '104458.770000', '104459.230000', '104459.690000', '104500.150000', '104500.610000', '104501.070000', '104501.530000', '104501.990000', '104502.450000', '104502.910000', '104503.370000', '104503.830000', '104504.290000', '104504.750000', '104505.210000', '104505.670000', '104506.130000', '104506.590000', '104507.050000', '104507.510000', '104507.970000', '104508.430000', '104508.890000', '104509.350000', '104509.810000', '104510.270000', '104510.730000', '104511.190000', '104511.650000', '104512.110000', '104512.570000', '104513.030000', '104513.490000', '104513.950000', '104514.410000', '104514.870000', '104515.330000', '104515.790000', '104516.250000', '104516.710000', '104517.170000', '104517.630000', '104518.090000', '104518.550000', '104519.010000', '104519.470000', '104519.930000', '104520.390000', '104520.850000', '104521.310000', '104521.770000', '104522.230000', '104522.690000', '104523.150000', '104523.610000', '104524.070000', '104524.530000', '104524.990000', '104525.450000', '104525.910000', '104526.370000', '104526.830000', '104527.290000', '104527.750000', '104528.210000', '104528.670000', '104529.130000', '104529.590000', '104530.050000', '104530.510000', '104530.970000', '104531.430000', '104531.890000', '104532.350000', '104532.810000', '104533.270000', '104533.730000', '104534.190000', '104534.650000', '104535.110000', '104535.570000', '104536.030000', '104536.490000', '104536.950000', '104537.410000', '104537.870000', '104538.330000', '104538.790000', '104539.250000', '104539.710000', '104540.170000', '104540.630000', '104541.090000', '104541.550000', '104542.010000', '104542.470000', '104542.930000', '104543.390000', '104543.850000', '104544.310000', '104544.770000', '104545.230000', '104545.690000', '104546.150000', '104546.610000', '104547.070000', '104547.530000', '104547.990000', '104548.450000', '104548.910000', '104549.370000', '104549.830000', '104550.290000', '104550.750000', '104551.210000', '104551.670000', '104552.130000', '104552.590000', '104553.050000', '104553.510000', '104553.970000', '104554.430000', '104554.890000', '104555.350000', '104555.810000', '104556.270000', '104556.730000', '104557.190000', '104557.650000', '104558.110000', '104558.570000', '104559.030000', '104559.490000', '104559.950000', '104600.410000', '104600.870000', '104601.330000', '104601.790000', '104602.250000', '104602.710000', '104603.170000', '104603.630000', '104604.090000', '104604.550000', '104605.010000', '104605.470000', '104605.930000', '104606.390000', '104606.850000', '104607.310000', '104607.770000', '104608.230000', '104608.690000', '104609.150000', '104609.610000', '104610.070000', '104610.530000', '104610.990000', '104611.450000', '104611.910000', '104612.370000', '104612.830000', '104613.290000', '104613.750000', '104614.210000', '104614.670000', '104615.130000', '104615.590000', '104616.050000', '104616.510000', '104616.970000', '104617.430000', '104617.890000', '104618.350000', '104618.810000', '104619.270000', '104619.730000', '104620.190000', '104620.650000', '104621.110000', '104621.570000', '104622.030000', '104622.490000', '104622.950000', '104623.410000', '104623.870000', '104624.330000', '104624.790000', '104625.250000', '104625.710000', '104626.170000', '104626.630000', '104627.090000', '104627.550000', '104628.010000', '104628.470000', '104628.930000', '104629.390000', '104629.850000', '104630.310000', '104630.770000', '104631.230000', '104631.690000', '104632.150000', '104632.610000', '104633.070000', '104633.530000', '104633.990000', '104634.450000', '104634.910000', '104635.370000', '104635.830000', '104636.290000', '104636.750000', '104637.210000', '104637.670000', '104638.130000', '104638.590000', '104639.050000', '104639.510000', '104639.970000', '104640.430000', '104640.890000', '104641.350000', '104641.810000', '104642.270000', '104642.730000', '104643.190000', '104643.650000', '104644.110000', '104644.570000', '104645.030000', '104645.490000', '104645.950000', '104646.410000', '104646.870000', '104647.330000', '104647.790000', '104648.250000', '104648.710000', '104649.170000', '104649.630000', '104650.090000', '104650.550000', '104651.010000', '104651.470000', '104651.930000', '104652.390000', '104652.850000', '104653.310000', '104653.770000', '104654.230000', '104654.690000', '104655.150000', '104655.610000', '104656.070000', '104656.530000', '104656.990000', '104657.450000', '104657.910000', '104658.370000', '104658.830000', '104659.290000', '104659.750000', '104700.210000', '104700.670000', '104701.130000', '104701.590000', '104702.050000', '104702.510000', '104702.970000', '104703.430000', '104703.890000', '104704.350000', '104704.810000', '104705.270000', '104705.730000', '104706.190000', '104706.650000', '104707.110000', '104707.570000', '104708.030000', '104708.490000', '104708.950000', '104709.410000', '104709.870000', '104710.330000', '104710.790000', '104711.250000', '104711.710000', '104712.170000', '104712.630000', '104713.090000', '104713.550000', '104714.010000', '104714.470000', '104714.930000', '104715.390000', '104715.850000', '104716.310000', '104716.770000', '104717.230000', '104717.690000', '104718.150000', '104718.610000', '104719.070000', '104719.530000', '104719.990000', '104720.450000', '104720.910000', '104721.370000', '104721.830000', '104722.290000', '104722.750000', '104723.210000', '104723.670000', '104724.130000', '104724.590000', '104725.050000', '104725.510000', '104725.970000', '104726.430000', '104726.890000', '104727.350000', '104727.810000', '104728.270000', '104728.730000', '104729.190000', '104729.650000', '104730.110000', '104730.570000', '104731.030000', '104731.490000', '104731.950000', '104732.410000', '104732.870000', '104733.330000', '104733.790000', '104734.250000', '104734.710000', '104735.170000', '104735.630000', '104736.090000', '104736.550000', '104737.010000', '104737.470000', '104737.930000', '104738.390000', '104738.850000', '104739.310000', '104739.770000', '104740.230000', '104740.690000', '104741.150000', '104741.610000', '104742.070000', '104742.530000', '104742.990000', '104743.450000', '104743.910000', '104744.370000', '104744.830000', '104745.290000', '104745.750000', '104746.210000', '104746.670000', '104747.130000', '104747.590000', '104748.050000', '104748.510000', '104748.970000', '104749.430000', '104749.890000', '104750.350000', '104750.810000', '104751.270000', '104751.730000', '104752.190000', '104752.650000', '104753.110000', '104753.570000', '104754.030000', '104754.490000', '104754.950000', '104755.410000', '104755.870000', '104756.330000', '104756.790000', '104757.250000', '104757.710000', '104758.170000', '104758.630000', '104759.090000', '104759.550000', '104800.010000', '104800.470000', '104800.930000', '104801.390000', '104801.850000', '104802.310000', '104802.770000', '104803.230000', '104803.690000', '104804.150000', '104804.610000', '104805.070000', '104805.530000', '104805.990000', '104806.450000', '104806.910000', '104807.370000', '104807.830000', '104808.290000', '104808.750000', '104809.210000', '104809.670000', '104810.130000', '104810.590000', '104811.050000', '104811.510000', '104811.970000', '104812.430000', '104812.890000', '104813.350000', '104813.810000', '104814.270000', '104814.730000', '104815.190000', '104815.650000', '104816.110000', '104816.570000', '104817.030000', '104817.490000', '104817.950000', '104818.410000', '104818.870000', '104819.330000', '104819.790000', '104820.250000', '104820.710000', '104821.170000', '104821.630000', '104822.090000', '104822.550000', '104823.010000', '104823.470000', '104823.930000', '104824.390000', '104824.850000', '104825.310000', '104825.770000', '104826.230000', '104826.690000', '104827.150000', '104827.610000', '104828.070000', '104828.530000', '104828.990000', '104829.450000', '104829.910000', '104830.370000', '104830.830000', '104831.290000', '104831.750000', '104832.210000', '104832.670000', '104833.130000', '104833.590000', '104834.050000', '104834.510000', '104834.970000', '104835.430000', '104835.890000', '104836.350000', '104836.810000', '104837.270000', '104837.730000', '104838.190000', '104838.650000', '104839.110000', '104839.570000', '104840.030000', '104840.490000', '104840.950000', '104841.410000', '104841.870000', '104842.330000', '104842.790000', '104843.250000', '104843.710000', '104844.170000', '104844.630000', '104845.090000', '104845.550000', '104846.010000', '104846.470000', '104846.930000', '104847.390000', '104847.850000', '104848.310000', '104848.770000', '104849.230000', '104849.690000', '104850.150000', '104850.610000', '104851.070000', '104851.530000', '104851.990000', '104852.450000', '104852.910000', '104853.370000', '104853.830000', '104854.290000', '104854.750000', '104855.210000', '104855.670000', '104856.130000', '104856.590000', '104857.050000', '104857.510000', '104857.970000', '104858.430000', '104858.890000', '104859.350000', '104859.810000', '104900.270000', '104900.730000', '104901.190000', '104901.650000', '104902.110000', '104902.570000', '104903.030000', '104903.490000', '104903.950000', '104904.410000', '104904.870000', '104905.330000', '104905.790000', '104906.250000', '104906.710000', '104907.170000', '104907.630000', '104908.090000', '104908.550000', '104909.010000', '104909.470000', '104909.930000', '104910.390000', '104910.850000', '104911.310000', '104911.770000', '104912.230000', '104912.690000', '104913.150000', '104913.610000', '104914.070000', '104914.530000', '104914.990000', '104915.450000', '104915.910000', '104916.370000', '104916.830000', '104917.290000', '104917.750000', '104918.210000', '104918.670000', '104919.130000', '104919.590000', '104920.050000', '104920.510000', '104920.970000', '104921.430000', '104921.890000', '104922.350000', '104922.810000', '104923.270000', '104923.730000', '104924.190000', '104924.650000', '104925.110000', '104925.570000', '104926.030000', '104926.490000', '104926.950000', '104927.410000', '104927.870000', '104928.330000', '104928.790000', '104929.250000', '104929.710000', '104930.170000', '104930.630000', '104931.090000', '104931.550000', '104932.010000', '104932.470000', '104932.930000', '104933.390000', '104933.850000', '104934.310000', '104934.770000', '104935.230000', '104935.690000', '104936.150000', '104936.610000', '104937.070000', '104937.530000', '104937.990000', '104938.450000', '104938.910000', '104939.370000', '104939.830000', '104940.290000', '104940.750000', '104941.210000', '104941.670000', '104942.130000', '104942.590000', '104943.050000', '104943.510000', '104943.970000', '104944.430000', '104944.890000', '104945.350000', '104945.810000', '104946.270000', '104946.730000', '104947.190000', '104947.650000', '104948.110000', '104948.570000', '104949.030000', '104949.490000', '104949.950000', '104950.410000', '104950.870000', '104951.330000', '104951.790000', '104952.250000', '104952.710000', '104953.170000', '104953.630000', '104954.090000', '104954.550000', '104955.010000', '104955.470000', '104955.930000', '104956.390000', '104956.850000', '104957.310000', '104957.770000', '104958.230000', '104958.690000', '104959.150000', '104959.610000', '105000.070000', '105000.530000', '105000.990000', '105001.450000', '105001.910000', '105002.370000', '105002.830000', '105003.290000', '105003.750000', '105004.210000', '105004.670000', '105005.130000', '105005.590000', '105006.050000', '105006.510000', '105006.970000', '105007.430000', '105007.890000', '105008.350000', '105008.810000', '105009.270000', '105009.730000', '105010.190000', '105010.650000', '105011.110000', '105011.570000', '105012.030000', '105012.490000', '105012.950000', '105013.410000', '105013.870000', '105014.330000', '105014.790000', '105015.250000', '105015.710000', '105016.170000', '105016.630000', '105017.090000', '105017.550000', '105018.010000', '105018.470000', '105018.930000', '105019.390000', '105019.850000', '105020.310000', '105020.770000', '105021.230000', '105021.690000', '105022.150000', '105022.610000', '105023.070000', '105023.530000', '105023.990000', '105024.450000', '105024.910000', '105025.370000', '105025.830000', '105026.290000', '105026.750000', '105027.210000', '105027.670000', '105028.130000', '105028.590000', '105029.050000', '105029.510000', '105029.970000', '105030.430000', '105030.890000', '105031.350000', '105031.810000', '105032.270000', '105032.730000', '105033.190000', '105033.650000', '105034.110000', '105034.570000', '105035.030000', '105035.490000', '105035.950000', '105036.410000', '105036.870000', '105037.330000', '105037.790000', '105038.250000', '105038.710000', '105039.170000', '105039.630000', '105040.090000', '105040.550000', '105041.010000', '105041.470000', '105041.930000', '105042.390000', '105042.850000', '105043.310000', '105043.770000', '105044.230000', '105044.690000', '105045.150000', '105045.610000', '105046.070000', '105046.530000', '105046.990000', '105047.450000', '105047.910000', '105048.370000', '105048.830000', '105049.290000', '105049.750000', '105050.210000', '105050.670000', '105051.130000', '105051.590000', '105052.050000', '105052.510000', '105052.970000', '105053.430000', '105053.890000', '105054.350000', '105054.810000', '105055.270000', '105055.730000', '105056.190000', '105056.650000', '105057.110000', '105057.570000', '105058.030000', '105058.490000', '105058.950000', '105059.410000', '105059.870000', '105100.330000', '105100.790000', '105101.250000', '105101.710000', '105102.170000', '105102.630000', '105103.090000', '105103.550000', '105104.010000', '105104.470000', '105104.930000', '105105.390000', '105105.850000', '105106.310000', '105106.770000', '105107.230000', '105107.690000', '105108.150000', '105108.610000', '105109.070000', '105109.530000', '105109.990000', '105110.450000', '105110.910000', '105111.370000', '105111.830000', '105112.290000', '105112.750000', '105113.210000', '105113.670000', '105114.130000', '105114.590000', '105115.050000', '105115.510000', '105115.970000', '105116.430000', '105116.890000', '105117.350000', '105117.810000', '105118.270000', '105118.730000', '105119.190000', '105119.650000', '105120.110000', '105120.570000', '105121.030000', '105121.490000', '105121.950000', '105122.410000', '105122.870000', '105123.330000', '105123.790000', '105124.250000', '105124.710000', '105125.170000', '105125.630000', '105126.090000', '105126.550000', '105127.010000', '105127.470000', '105127.930000', '105128.390000', '105128.850000', '105129.310000', '105129.770000', '105130.230000', '105130.690000', '105131.150000', '105131.610000', '105132.070000', '105132.530000', '105132.990000', '105133.450000', '105133.910000', '105134.370000', '105134.830000', '105135.290000', '105135.750000', '105136.210000', '105136.670000', '105137.130000', '105137.590000', '105138.050000', '105138.510000', '105138.970000', '105139.430000', '105139.890000', '105140.350000', '105140.810000', '105141.270000', '105141.730000', '105142.190000', '105142.650000', '105143.110000', '105143.570000', '105144.030000', '105144.490000', '105144.950000', '105145.410000', '105145.870000', '105146.330000', '105146.790000', '105147.250000', '105147.710000', '105148.170000', '105148.630000', '105149.090000', '105149.550000', '105150.010000', '105150.470000', '105150.930000', '105151.390000', '105151.850000', '105152.310000', '105152.770000', '105153.230000', '105153.690000', '105154.150000', '105154.610000', '105155.070000', '105155.530000', '105155.990000', '105156.450000', '105156.910000', '105157.370000', '105157.830000', '105158.290000', '105158.750000', '105159.210000', '105159.670000', '105200.130000', '105200.590000', '105201.050000', '105201.510000', '105201.970000', '105202.430000', '105202.890000', '105203.350000', '105203.810000', '105204.270000', '105204.730000', '105205.190000', '105205.650000', '105206.110000', '105206.570000', '105207.030000', '105207.490000', '105207.950000', '105208.410000', '105208.870000', '105209.330000', '105209.790000', '105210.250000', '105210.710000', '105211.170000', '105211.630000', '105212.090000', '105212.550000', '105213.010000', '105213.470000', '105213.930000', '105214.390000', '105214.850000', '105215.310000', '105215.770000', '105216.230000', '105216.690000', '105217.150000', '105217.610000', '105218.070000', '105218.530000', '105218.990000', '105219.450000', '105219.910000', '105220.370000', '105220.830000', '105221.290000', '105221.750000', '105222.210000', '105222.670000', '105223.130000'], 'ContentTime': ['104237.685000', '104237.713000', '104237.715000', '104237.718000', '104237.721000', '104237.723000', '104237.726000', '104237.728000', '104237.731000', '104237.734000', '104237.736000', '104237.739000', '104237.741000', '104237.744000', '104237.747000', '104237.749000', '104237.752000', '104237.755000', '104237.757000', '104237.760000', '104237.762000', '104237.765000', '104237.768000', '104237.770000', '104237.773000', '104237.776000', '104237.778000', '104237.781000', '104237.783000', '104237.786000', '104237.789000', '104237.791000', '104237.794000', '104237.797000', '104237.799000', '104237.802000', '104237.804000', '104237.807000', '104237.810000', '104237.812000', '104237.815000', '104237.818000', '104237.827000', '104237.829000', '104237.832000', '104237.835000', '104257.658000', '104257.661000', '104257.664000', '104257.666000', '104257.669000', '104257.672000', '104257.674000', '104257.677000', '104257.680000', '104257.682000', '104257.685000', '104257.687000', '104257.690000', '104257.693000', '104257.695000', '104257.698000', '104257.701000', '104257.703000', '104257.706000', '104257.708000', '104257.711000', '104257.713000', '104257.716000', '104257.719000', '104257.721000', '104257.724000', '104257.727000', '104257.729000', '104257.732000', '104257.734000', '104257.737000', '104257.740000', '104257.742000', '104257.745000', '104257.754000', '104257.757000', '104257.759000', '104257.762000', '104257.765000', '104257.767000', '104257.770000', '104257.773000', '104257.775000', '104317.658000', '104317.661000', '104317.664000', '104317.666000', '104317.669000', '104317.672000', '104317.674000', '104317.677000', '104317.680000', '104317.682000', '104317.685000', '104317.687000', '104317.690000', '104317.693000', '104317.696000', '104317.698000', '104317.701000', '104317.704000', '104317.706000', '104317.709000', '104317.711000', '104317.714000', '104317.717000', '104317.719000', '104317.722000', '104317.725000', '104317.727000', '104317.730000', '104317.732000', '104317.735000', '104317.738000', '104317.740000', '104317.743000', '104317.745000', '104317.748000', '104317.751000', '104317.753000', '104317.756000', '104317.758000', '104317.761000', '104317.764000', '104317.766000', '104317.769000', '104317.772000', '104337.659000', '104337.661000', '104337.664000', '104337.667000', '104337.669000', '104337.672000', '104337.674000', '104337.677000', '104337.680000', '104337.682000', '104337.685000', '104337.688000', '104337.690000', '104337.693000', '104337.696000', '104337.698000', '104337.701000', '104337.704000', '104337.706000', '104337.709000', '104337.711000', '104337.714000', '104337.717000', '104337.719000', '104337.722000', '104337.725000', '104337.727000', '104337.733000', '104337.736000', '104337.738000', '104337.741000', '104337.744000', '104337.746000', '104337.749000', '104337.752000', '104337.754000', '104337.757000', '104337.759000', '104337.762000', '104337.765000', '104337.773000', '104337.776000', '104337.779000', '104357.658000', '104357.661000', '104357.664000', '104357.666000', '104357.669000', '104357.672000', '104357.675000', '104357.677000', '104357.680000', '104357.683000', '104357.685000', '104357.688000', '104357.691000', '104357.693000', '104357.696000', '104357.698000', '104357.701000', '104357.704000', '104357.706000', '104357.709000', '104357.711000', '104357.714000', '104357.717000', '104357.719000', '104357.722000', '104357.725000', '104357.727000', '104357.730000', '104357.732000', '104357.735000', '104357.738000', '104357.740000', '104357.743000', '104357.746000', '104357.748000', '104357.751000', '104357.753000', '104357.756000', '104357.759000', '104357.764000', '104357.767000', '104357.769000', '104357.772000', '104357.774000', '104417.659000', '104417.662000', '104417.664000', '104417.667000', '104417.670000', '104417.672000', '104417.675000', '104417.678000', '104417.680000', '104417.683000', '104417.686000', '104417.688000', '104417.691000', '104417.693000', '104417.696000', '104417.699000', '104417.701000', '104417.704000', '104417.707000', '104417.709000', '104417.712000', '104417.714000', '104417.717000', '104417.720000', '104417.722000', '104417.725000', '104417.728000', '104417.730000', '104417.733000', '104417.742000', '104417.745000', '104417.747000', '104417.750000', '104417.753000', '104417.755000', '104417.758000', '104417.761000', '104417.763000', '104417.766000', '104417.769000', '104417.771000', '104417.774000', '104417.777000', '104437.657000', '104437.660000', '104437.663000', '104437.665000', '104437.668000', '104437.671000', '104437.673000', '104437.676000', '104437.679000', '104437.681000', '104437.684000', '104437.687000', '104437.689000', '104437.692000', '104437.694000', '104437.697000', '104437.700000', '104437.702000', '104437.705000', '104437.708000', '104437.710000', '104437.713000', '104437.715000', '104437.718000', '104437.721000', '104437.723000', '104437.726000', '104437.729000', '104437.731000', '104437.734000', '104437.736000', '104437.739000', '104437.742000', '104437.744000', '104437.747000', '104437.750000', '104437.752000', '104437.755000', '104437.757000', '104437.760000', '104437.763000', '104437.765000', '104437.768000', '104437.771000', '104457.659000', '104457.662000', '104457.664000', '104457.667000', '104457.669000', '104457.672000', '104457.675000', '104457.678000', '104457.680000', '104457.683000', '104457.685000', '104457.688000', '104457.691000', '104457.693000', '104457.696000', '104457.698000', '104457.701000', '104457.704000', '104457.706000', '104457.709000', '104457.712000', '104457.714000', '104457.717000', '104457.719000', '104457.722000', '104457.725000', '104457.727000', '104457.730000', '104457.732000', '104457.735000', '104457.738000', '104457.741000', '104457.785000', '104457.788000', '104457.791000', '104457.793000', '104457.796000', '104457.798000', '104457.801000', '104457.804000', '104457.806000', '104457.809000', '104457.812000', '104517.658000', '104517.662000', '104517.665000', '104517.668000', '104517.670000', '104517.673000', '104517.676000', '104517.678000', '104517.681000', '104517.684000', '104517.686000', '104517.689000', '104517.691000', '104517.694000', '104517.697000', '104517.699000', '104517.702000', '104517.705000', '104517.707000', '104517.710000', '104517.713000', '104517.715000', '104517.718000', '104517.721000', '104517.723000', '104517.726000', '104517.728000', '104517.731000', '104517.734000', '104517.736000', '104517.739000', '104517.741000', '104517.744000', '104517.747000', '104517.749000', '104517.752000', '104517.755000', '104517.757000', '104517.760000', '104517.762000', '104517.765000', '104517.768000', '104517.770000', '104517.773000', '104537.658000', '104537.661000', '104537.664000', '104537.667000', '104537.669000', '104537.672000', '104537.675000', '104537.677000', '104537.680000', '104537.682000', '104537.685000', '104537.688000', '104537.690000', '104537.693000', '104537.696000', '104537.698000', '104537.701000', '104537.704000', '104537.706000', '104537.709000', '104537.712000', '104537.714000', '104537.717000', '104537.719000', '104537.722000', '104537.725000', '104537.727000', '104537.730000', '104537.732000', '104537.735000', '104537.738000', '104537.740000', '104537.743000', '104537.746000', '104537.748000', '104537.751000', '104537.753000', '104537.756000', '104537.759000', '104537.761000', '104537.764000', '104537.766000', '104537.769000', '104557.659000', '104557.662000', '104557.664000', '104557.667000', '104557.670000', '104557.673000', '104557.675000', '104557.678000', '104557.680000', '104557.683000', '104557.686000', '104557.688000', '104557.691000', '104557.694000', '104557.696000', '104557.699000', '104557.702000', '104557.704000', '104557.707000', '104557.710000', '104557.712000', '104557.715000', '104557.717000', '104557.720000', '104557.723000', '104557.725000', '104557.728000', '104557.730000', '104557.733000', '104557.736000', '104557.738000', '104557.741000', '104557.744000', '104557.746000', '104557.749000', '104557.751000', '104557.754000', '104557.757000', '104557.759000', '104557.762000', '104557.765000', '104557.767000', '104557.770000', '104617.658000', '104617.661000', '104617.664000', '104617.667000', '104617.670000', '104617.672000', '104617.675000', '104617.677000', '104617.680000', '104617.683000', '104617.686000', '104617.688000', '104617.691000', '104617.694000', '104617.696000', '104617.699000', '104617.702000', '104617.704000', '104617.707000', '104617.709000', '104617.712000', '104617.715000', '104617.717000', '104617.720000', '104617.723000', '104617.725000', '104617.728000', '104617.730000', '104617.733000', '104617.736000', '104617.738000', '104617.741000', '104617.744000', '104617.746000', '104617.749000', '104617.751000', '104617.754000', '104617.757000', '104617.759000', '104617.762000', '104617.765000', '104617.767000', '104617.770000', '104617.772000', '104637.659000', '104637.661000', '104637.664000', '104637.667000', '104637.669000', '104637.672000', '104637.675000', '104637.677000', '104637.680000', '104637.683000', '104637.685000', '104637.688000', '104637.690000', '104637.693000', '104637.711000', '104637.714000', '104637.717000', '104637.719000', '104637.722000', '104637.724000', '104637.727000', '104637.730000', '104637.732000', '104637.735000', '104637.738000', '104637.740000', '104637.743000', '104637.746000', '104637.748000', '104637.751000', '104637.754000', '104637.756000', '104637.759000', '104637.762000', '104637.765000', '104637.767000', '104637.770000', '104637.772000', '104637.775000', '104637.778000', '104637.780000', '104637.783000', '104637.786000', '104637.788000', '104657.658000', '104657.661000', '104657.663000', '104657.666000', '104657.669000', '104657.671000', '104657.674000', '104657.677000', '104657.679000', '104657.682000', '104657.685000', '104657.687000', '104657.690000', '104657.693000', '104657.695000', '104657.698000', '104657.701000', '104657.703000', '104657.706000', '104657.709000', '104657.712000', '104657.714000', '104657.717000', '104657.720000', '104657.722000', '104657.725000', '104657.727000', '104657.730000', '104657.733000', '104657.735000', '104657.738000', '104657.741000', '104657.743000', '104657.746000', '104657.749000', '104657.752000', '104657.754000', '104657.757000', '104657.759000', '104657.762000', '104657.765000', '104657.767000', '104657.770000', '104717.659000', '104717.662000', '104717.665000', '104717.667000', '104717.671000', '104717.673000', '104717.676000', '104717.679000', '104717.681000', '104717.684000', '104717.686000', '104717.689000', '104717.692000', '104717.694000', '104717.697000', '104717.700000', '104717.702000', '104717.705000', '104717.708000', '104717.711000', '104717.713000', '104717.716000', '104717.718000', '104717.721000', '104717.724000', '104717.726000', '104717.729000', '104717.731000', '104717.734000', '104717.737000', '104717.739000', '104717.742000', '104717.745000', '104717.747000', '104717.750000', '104717.753000', '104717.755000', '104717.758000', '104717.760000', '104717.763000', '104717.766000', '104717.768000', '104717.771000', '104737.659000', '104737.661000', '104737.664000', '104737.667000', '104737.669000', '104737.672000', '104737.675000', '104737.677000', '104737.680000', '104737.683000', '104737.685000', '104737.688000', '104737.691000', '104737.693000', '104737.696000', '104737.698000', '104737.701000', '104737.704000', '104737.706000', '104737.709000', '104737.712000', '104737.714000', '104737.717000', '104737.719000', '104737.722000', '104737.725000', '104737.727000', '104737.730000', '104737.733000', '104737.735000', '104737.738000', '104737.740000', '104737.743000', '104737.746000', '104737.748000', '104737.751000', '104737.753000', '104737.756000', '104737.759000', '104737.761000', '104737.764000', '104737.767000', '104737.769000', '104737.772000', '104757.659000', '104757.661000', '104757.664000', '104757.667000', '104757.669000', '104757.672000', '104757.675000', '104757.677000', '104757.680000', '104757.683000', '104757.686000', '104757.688000', '104757.691000', '104757.693000', '104757.696000', '104757.699000', '104757.701000', '104757.704000', '104757.707000', '104757.710000', '104757.712000', '104757.715000', '104757.718000', '104757.720000', '104757.723000', '104757.726000', '104757.728000', '104757.731000', '104757.734000', '104757.736000', '104757.740000', '104757.743000', '104757.745000', '104757.748000', '104757.751000', '104757.753000', '104757.756000', '104757.759000', '104757.761000', '104757.778000', '104757.780000', '104757.783000', '104757.786000', '104817.659000', '104817.662000', '104817.664000', '104817.667000', '104817.670000', '104817.672000', '104817.675000', '104817.677000', '104817.680000', '104817.683000', '104817.685000', '104817.688000', '104817.691000', '104817.693000', '104817.696000', '104817.698000', '104817.701000', '104817.704000', '104817.706000', '104817.709000', '104817.712000', '104817.714000', '104817.717000', '104817.719000', '104817.722000', '104817.725000', '104817.728000', '104817.730000', '104817.733000', '104817.735000', '104817.738000', '104817.741000', '104817.743000', '104817.746000', '104817.749000', '104817.751000', '104817.754000', '104817.756000', '104817.759000', '104817.762000', '104817.764000', '104817.767000', '104817.770000', '104817.772000', '104837.658000', '104837.661000', '104837.664000', '104837.667000', '104837.669000', '104837.672000', '104837.676000', '104837.679000', '104837.681000', '104837.684000', '104837.687000', '104837.689000', '104837.692000', '104837.695000', '104837.697000', '104837.700000', '104837.703000', '104837.705000', '104837.708000', '104837.711000', '104837.713000', '104837.716000', '104837.719000', '104837.721000', '104837.724000', '104837.726000', '104837.729000', '104837.732000', '104837.734000', '104837.737000', '104837.740000', '104837.742000', '104837.745000', '104837.747000', '104837.750000', '104837.753000', '104837.756000', '104837.759000', '104837.761000', '104837.764000', '104837.767000', '104837.769000', '104837.772000', '104857.659000', '104857.661000', '104857.664000', '104857.667000', '104857.670000', '104857.672000', '104857.675000', '104857.677000', '104857.680000', '104857.683000', '104857.685000', '104857.688000', '104857.691000', '104857.693000', '104857.696000', '104857.698000', '104857.701000', '104857.704000', '104857.706000', '104857.709000', '104857.712000', '104857.714000', '104857.717000', '104857.720000', '104857.722000', '104857.725000', '104857.727000', '104857.730000', '104857.733000', '104857.735000', '104857.738000', '104857.741000', '104857.743000', '104857.746000', '104857.749000', '104857.751000', '104857.754000', '104857.757000', '104857.759000', '104857.762000', '104857.765000', '104857.767000', '104857.770000', '104857.772000', '104917.657000', '104917.660000', '104917.663000', '104917.666000', '104917.668000', '104917.671000', '104917.674000', '104917.676000', '104917.679000', '104917.682000', '104917.685000', '104917.687000', '104917.690000', '104917.692000', '104917.695000', '104917.698000', '104917.700000', '104917.703000', '104917.706000', '104917.708000', '104917.711000', '104917.714000', '104917.717000', '104917.719000', '104917.722000', '104917.725000', '104917.727000', '104917.730000', '104917.733000', '104917.735000', '104917.738000', '104917.741000', '104917.743000', '104917.746000', '104917.748000', '104917.751000', '104917.754000', '104917.756000', '104917.763000', '104917.765000', '104917.768000', '104917.771000', '104917.773000', '104937.658000', '104937.661000', '104937.664000', '104937.667000', '104937.670000', '104937.672000', '104937.675000', '104937.678000', '104937.681000', '104937.683000', '104937.686000', '104937.689000', '104937.691000', '104937.694000', '104937.696000', '104937.699000', '104937.702000', '104937.704000', '104937.707000', '104937.710000', '104937.712000', '104937.715000', '104937.718000', '104937.720000', '104937.723000', '104937.726000', '104937.728000', '104937.731000', '104937.734000', '104937.736000', '104937.739000', '104937.742000', '104937.744000', '104937.747000', '104937.749000', '104937.752000', '104937.755000', '104937.757000', '104937.760000', '104937.763000', '104937.765000', '104937.768000', '104937.771000', '104937.773000', '104957.659000', '104957.662000', '104957.664000', '104957.667000', '104957.670000', '104957.672000', '104957.675000', '104957.677000', '104957.680000', '104957.683000', '104957.685000', '104957.688000', '104957.691000', '104957.694000', '104957.696000', '104957.699000', '104957.702000', '104957.704000', '104957.707000', '104957.709000', '104957.712000', '104957.715000', '104957.717000', '104957.720000', '104957.723000', '104957.726000', '104957.728000', '104957.731000', '104957.734000', '104957.736000', '104957.739000', '104957.742000', '104957.744000', '104957.747000', '104957.750000', '104957.752000', '104957.755000', '104957.758000', '104957.760000', '104957.763000', '104957.766000', '104957.768000', '104957.771000', '105017.660000', '105017.663000', '105017.666000', '105017.668000', '105017.671000', '105017.674000', '105017.676000', '105017.679000', '105017.682000', '105017.684000', '105017.687000', '105017.690000', '105017.692000', '105017.695000', '105017.697000', '105017.700000', '105017.703000', '105017.705000', '105017.708000', '105017.711000', '105017.713000', '105017.716000', '105017.718000', '105017.721000', '105017.724000', '105017.726000', '105017.729000', '105017.732000', '105017.734000', '105017.737000', '105017.740000', '105017.742000', '105017.745000', '105017.748000', '105017.750000', '105017.753000', '105017.755000', '105017.758000', '105017.761000', '105017.763000', '105017.766000', '105017.769000', '105017.771000', '105017.774000', '105037.659000', '105037.662000', '105037.664000', '105037.667000', '105037.670000', '105037.673000', '105037.675000', '105037.678000', '105037.681000', '105037.683000', '105037.686000', '105037.689000', '105037.692000', '105037.694000', '105037.697000', '105037.700000', '105037.702000', '105037.705000', '105037.708000', '105037.710000', '105037.713000', '105037.715000', '105037.718000', '105037.721000', '105037.723000', '105037.726000', '105037.729000', '105037.731000', '105037.734000', '105037.737000', '105037.739000', '105037.742000', '105037.745000', '105037.748000', '105037.751000', '105037.753000', '105037.756000', '105037.760000', '105037.762000', '105037.765000', '105037.767000', '105037.770000', '105037.773000', '105057.659000', '105057.661000', '105057.664000', '105057.667000', '105057.670000', '105057.673000', '105057.676000', '105057.678000', '105057.681000', '105057.684000', '105057.686000', '105057.689000', '105057.692000', '105057.694000', '105057.697000', '105057.700000', '105057.702000', '105057.705000', '105057.708000', '105057.710000', '105057.713000', '105057.716000', '105057.718000', '105057.721000', '105057.724000', '105057.726000', '105057.729000', '105057.731000', '105057.734000', '105057.737000', '105057.739000', '105057.742000', '105057.745000', '105057.747000', '105057.750000', '105057.753000', '105057.755000', '105057.758000', '105057.761000', '105057.763000', '105057.766000', '105057.769000', '105057.771000', '105057.774000', '105117.659000', '105117.661000', '105117.664000', '105117.667000', '105117.670000', '105117.672000', '105117.675000', '105117.678000', '105117.680000', '105117.683000', '105117.685000', '105117.688000', '105117.691000', '105117.693000', '105117.696000', '105117.699000', '105117.701000', '105117.704000', '105117.707000', '105117.709000', '105117.712000', '105117.714000', '105117.717000', '105117.720000', '105117.722000', '105117.725000', '105117.728000', '105117.730000', '105117.733000', '105117.736000', '105117.738000', '105117.741000', '105117.744000', '105117.746000', '105117.749000', '105117.751000', '105117.754000', '105117.757000', '105117.760000', '105117.762000', '105117.765000', '105117.767000', '105117.770000', '105137.657000', '105137.660000', '105137.663000', '105137.666000', '105137.668000', '105137.671000', '105137.674000', '105137.677000', '105137.680000', '105137.682000', '105137.685000', '105137.687000', '105137.690000', '105137.693000', '105137.695000', '105137.698000', '105137.701000', '105137.703000', '105137.706000', '105137.708000', '105137.711000', '105137.714000', '105137.716000', '105137.719000', '105137.722000', '105137.724000', '105137.727000', '105137.730000', '105137.732000', '105137.735000', '105137.737000', '105137.740000', '105137.743000', '105137.745000', '105137.748000', '105137.751000', '105137.754000', '105137.756000', '105137.759000', '105137.761000', '105137.764000', '105137.767000', '105137.769000', '105137.772000', '105157.659000', '105157.662000', '105157.664000', '105157.667000', '105157.670000', '105157.672000', '105157.675000', '105157.678000', '105157.680000', '105157.683000', '105157.686000', '105157.688000', '105157.691000', '105157.694000', '105157.697000', '105157.699000', '105157.702000', '105157.704000', '105157.707000', '105157.710000', '105157.712000', '105157.715000', '105157.717000', '105157.720000', '105157.723000', '105157.725000', '105157.728000', '105157.731000', '105157.733000', '105157.767000', '105157.770000', '105157.772000', '105157.775000', '105157.778000', '105157.780000', '105157.783000', '105157.785000', '105157.788000', '105157.791000', '105157.793000', '105157.796000', '105157.799000', '105157.801000', '105217.659000', '105217.661000', '105217.664000', '105217.667000', '105217.670000', '105217.672000', '105217.675000', '105217.677000', '105217.680000', '105217.683000', '105217.685000', '105217.688000', '105217.691000', '105217.693000', '105217.696000', '105217.699000', '105217.701000', '105217.704000', '105217.707000', '105217.710000', '105217.712000', '105217.715000', '105217.718000', '105217.721000', '105217.724000', '105217.726000', '105217.729000', '105217.732000', '105217.734000', '105217.737000', '105217.740000', '105217.742000', '105217.745000', '105217.748000', '105217.750000', '105217.753000', '105217.755000', '105217.758000', '105217.761000', '105217.763000', '105217.766000', '105217.768000', '105217.771000', '105224.491000', '105224.494000', '105224.497000', '105224.499000', '105224.502000', '105224.505000', '105224.508000', '105224.511000', '105224.513000', '105224.516000', '105224.520000', '105224.523000', '105224.526000', '105224.537000', '105224.540000', '105224.543000'], 'InstanceCreationTime': ['104237.685000', '104237.713000', '104237.715000', '104237.718000', '104237.721000', '104237.723000', '104237.726000', '104237.728000', '104237.731000', '104237.734000', '104237.736000', '104237.739000', '104237.741000', '104237.744000', '104237.747000', '104237.749000', '104237.752000', '104237.755000', '104237.757000', '104237.760000', '104237.762000', '104237.765000', '104237.768000', '104237.770000', '104237.773000', '104237.776000', '104237.778000', '104237.781000', '104237.783000', '104237.786000', '104237.789000', '104237.791000', '104237.794000', '104237.797000', '104237.799000', '104237.802000', '104237.804000', '104237.807000', '104237.810000', '104237.812000', '104237.815000', '104237.818000', '104237.827000', '104237.829000', '104237.832000', '104237.835000', '104257.658000', '104257.661000', '104257.664000', '104257.666000', '104257.669000', '104257.672000', '104257.674000', '104257.677000', '104257.680000', '104257.682000', '104257.685000', '104257.687000', '104257.690000', '104257.693000', '104257.695000', '104257.698000', '104257.701000', '104257.703000', '104257.706000', '104257.708000', '104257.711000', '104257.713000', '104257.716000', '104257.719000', '104257.721000', '104257.724000', '104257.727000', '104257.729000', '104257.732000', '104257.734000', '104257.737000', '104257.740000', '104257.742000', '104257.745000', '104257.754000', '104257.757000', '104257.759000', '104257.762000', '104257.765000', '104257.767000', '104257.770000', '104257.773000', '104257.775000', '104317.658000', '104317.661000', '104317.664000', '104317.666000', '104317.669000', '104317.672000', '104317.674000', '104317.677000', '104317.680000', '104317.682000', '104317.685000', '104317.687000', '104317.690000', '104317.693000', '104317.696000', '104317.698000', '104317.701000', '104317.704000', '104317.706000', '104317.709000', '104317.711000', '104317.714000', '104317.717000', '104317.719000', '104317.722000', '104317.725000', '104317.727000', '104317.730000', '104317.732000', '104317.735000', '104317.738000', '104317.740000', '104317.743000', '104317.745000', '104317.748000', '104317.751000', '104317.753000', '104317.756000', '104317.758000', '104317.761000', '104317.764000', '104317.766000', '104317.769000', '104317.772000', '104337.659000', '104337.661000', '104337.664000', '104337.667000', '104337.669000', '104337.672000', '104337.674000', '104337.677000', '104337.680000', '104337.682000', '104337.685000', '104337.688000', '104337.690000', '104337.693000', '104337.696000', '104337.698000', '104337.701000', '104337.704000', '104337.706000', '104337.709000', '104337.711000', '104337.714000', '104337.717000', '104337.719000', '104337.722000', '104337.725000', '104337.727000', '104337.733000', '104337.736000', '104337.738000', '104337.741000', '104337.744000', '104337.746000', '104337.749000', '104337.752000', '104337.754000', '104337.757000', '104337.759000', '104337.762000', '104337.765000', '104337.773000', '104337.776000', '104337.779000', '104357.658000', '104357.661000', '104357.664000', '104357.666000', '104357.669000', '104357.672000', '104357.675000', '104357.677000', '104357.680000', '104357.683000', '104357.685000', '104357.688000', '104357.691000', '104357.693000', '104357.696000', '104357.698000', '104357.701000', '104357.704000', '104357.706000', '104357.709000', '104357.711000', '104357.714000', '104357.717000', '104357.719000', '104357.722000', '104357.725000', '104357.727000', '104357.730000', '104357.732000', '104357.735000', '104357.738000', '104357.740000', '104357.743000', '104357.746000', '104357.748000', '104357.751000', '104357.753000', '104357.756000', '104357.759000', '104357.764000', '104357.767000', '104357.769000', '104357.772000', '104357.774000', '104417.659000', '104417.662000', '104417.664000', '104417.667000', '104417.670000', '104417.672000', '104417.675000', '104417.678000', '104417.680000', '104417.683000', '104417.686000', '104417.688000', '104417.691000', '104417.693000', '104417.696000', '104417.699000', '104417.701000', '104417.704000', '104417.707000', '104417.709000', '104417.712000', '104417.714000', '104417.717000', '104417.720000', '104417.722000', '104417.725000', '104417.728000', '104417.730000', '104417.733000', '104417.742000', '104417.745000', '104417.747000', '104417.750000', '104417.753000', '104417.755000', '104417.758000', '104417.761000', '104417.763000', '104417.766000', '104417.769000', '104417.771000', '104417.774000', '104417.777000', '104437.657000', '104437.660000', '104437.663000', '104437.665000', '104437.668000', '104437.671000', '104437.673000', '104437.676000', '104437.679000', '104437.681000', '104437.684000', '104437.687000', '104437.689000', '104437.692000', '104437.694000', '104437.697000', '104437.700000', '104437.702000', '104437.705000', '104437.708000', '104437.710000', '104437.713000', '104437.715000', '104437.718000', '104437.721000', '104437.723000', '104437.726000', '104437.729000', '104437.731000', '104437.734000', '104437.736000', '104437.739000', '104437.742000', '104437.744000', '104437.747000', '104437.750000', '104437.752000', '104437.755000', '104437.757000', '104437.760000', '104437.763000', '104437.765000', '104437.768000', '104437.771000', '104457.659000', '104457.662000', '104457.664000', '104457.667000', '104457.669000', '104457.672000', '104457.675000', '104457.678000', '104457.680000', '104457.683000', '104457.685000', '104457.688000', '104457.691000', '104457.693000', '104457.696000', '104457.698000', '104457.701000', '104457.704000', '104457.706000', '104457.709000', '104457.712000', '104457.714000', '104457.717000', '104457.719000', '104457.722000', '104457.725000', '104457.727000', '104457.730000', '104457.732000', '104457.735000', '104457.738000', '104457.741000', '104457.785000', '104457.788000', '104457.791000', '104457.793000', '104457.796000', '104457.798000', '104457.801000', '104457.804000', '104457.806000', '104457.809000', '104457.812000', '104517.658000', '104517.662000', '104517.665000', '104517.668000', '104517.670000', '104517.673000', '104517.676000', '104517.678000', '104517.681000', '104517.684000', '104517.686000', '104517.689000', '104517.691000', '104517.694000', '104517.697000', '104517.699000', '104517.702000', '104517.705000', '104517.707000', '104517.710000', '104517.713000', '104517.715000', '104517.718000', '104517.721000', '104517.723000', '104517.726000', '104517.728000', '104517.731000', '104517.734000', '104517.736000', '104517.739000', '104517.741000', '104517.744000', '104517.747000', '104517.749000', '104517.752000', '104517.755000', '104517.757000', '104517.760000', '104517.762000', '104517.765000', '104517.768000', '104517.770000', '104517.773000', '104537.658000', '104537.661000', '104537.664000', '104537.667000', '104537.669000', '104537.672000', '104537.675000', '104537.677000', '104537.680000', '104537.682000', '104537.685000', '104537.688000', '104537.690000', '104537.693000', '104537.696000', '104537.698000', '104537.701000', '104537.704000', '104537.706000', '104537.709000', '104537.712000', '104537.714000', '104537.717000', '104537.719000', '104537.722000', '104537.725000', '104537.727000', '104537.730000', '104537.732000', '104537.735000', '104537.738000', '104537.740000', '104537.743000', '104537.746000', '104537.748000', '104537.751000', '104537.753000', '104537.756000', '104537.759000', '104537.761000', '104537.764000', '104537.766000', '104537.769000', '104557.659000', '104557.662000', '104557.664000', '104557.667000', '104557.670000', '104557.673000', '104557.675000', '104557.678000', '104557.680000', '104557.683000', '104557.686000', '104557.688000', '104557.691000', '104557.694000', '104557.696000', '104557.699000', '104557.702000', '104557.704000', '104557.707000', '104557.710000', '104557.712000', '104557.715000', '104557.717000', '104557.720000', '104557.723000', '104557.725000', '104557.728000', '104557.730000', '104557.733000', '104557.736000', '104557.738000', '104557.741000', '104557.744000', '104557.746000', '104557.749000', '104557.751000', '104557.754000', '104557.757000', '104557.759000', '104557.762000', '104557.765000', '104557.767000', '104557.770000', '104617.658000', '104617.661000', '104617.664000', '104617.667000', '104617.670000', '104617.672000', '104617.675000', '104617.677000', '104617.680000', '104617.683000', '104617.686000', '104617.688000', '104617.691000', '104617.694000', '104617.696000', '104617.699000', '104617.702000', '104617.704000', '104617.707000', '104617.709000', '104617.712000', '104617.715000', '104617.717000', '104617.720000', '104617.723000', '104617.725000', '104617.728000', '104617.730000', '104617.733000', '104617.736000', '104617.738000', '104617.741000', '104617.744000', '104617.746000', '104617.749000', '104617.751000', '104617.754000', '104617.757000', '104617.759000', '104617.762000', '104617.765000', '104617.767000', '104617.770000', '104617.772000', '104637.659000', '104637.661000', '104637.664000', '104637.667000', '104637.669000', '104637.672000', '104637.675000', '104637.677000', '104637.680000', '104637.683000', '104637.685000', '104637.688000', '104637.690000', '104637.693000', '104637.711000', '104637.714000', '104637.717000', '104637.719000', '104637.722000', '104637.724000', '104637.727000', '104637.730000', '104637.732000', '104637.735000', '104637.738000', '104637.740000', '104637.743000', '104637.746000', '104637.748000', '104637.751000', '104637.754000', '104637.756000', '104637.759000', '104637.762000', '104637.765000', '104637.767000', '104637.770000', '104637.772000', '104637.775000', '104637.778000', '104637.780000', '104637.783000', '104637.786000', '104637.788000', '104657.658000', '104657.661000', '104657.663000', '104657.666000', '104657.669000', '104657.671000', '104657.674000', '104657.677000', '104657.679000', '104657.682000', '104657.685000', '104657.687000', '104657.690000', '104657.693000', '104657.695000', '104657.698000', '104657.701000', '104657.703000', '104657.706000', '104657.709000', '104657.712000', '104657.714000', '104657.717000', '104657.720000', '104657.722000', '104657.725000', '104657.727000', '104657.730000', '104657.733000', '104657.735000', '104657.738000', '104657.741000', '104657.743000', '104657.746000', '104657.749000', '104657.752000', '104657.754000', '104657.757000', '104657.759000', '104657.762000', '104657.765000', '104657.767000', '104657.770000', '104717.659000', '104717.662000', '104717.665000', '104717.667000', '104717.671000', '104717.673000', '104717.676000', '104717.679000', '104717.681000', '104717.684000', '104717.686000', '104717.689000', '104717.692000', '104717.694000', '104717.697000', '104717.700000', '104717.702000', '104717.705000', '104717.708000', '104717.711000', '104717.713000', '104717.716000', '104717.718000', '104717.721000', '104717.724000', '104717.726000', '104717.729000', '104717.731000', '104717.734000', '104717.737000', '104717.739000', '104717.742000', '104717.745000', '104717.747000', '104717.750000', '104717.753000', '104717.755000', '104717.758000', '104717.760000', '104717.763000', '104717.766000', '104717.768000', '104717.771000', '104737.659000', '104737.661000', '104737.664000', '104737.667000', '104737.669000', '104737.672000', '104737.675000', '104737.677000', '104737.680000', '104737.683000', '104737.685000', '104737.688000', '104737.691000', '104737.693000', '104737.696000', '104737.698000', '104737.701000', '104737.704000', '104737.706000', '104737.709000', '104737.712000', '104737.714000', '104737.717000', '104737.719000', '104737.722000', '104737.725000', '104737.727000', '104737.730000', '104737.733000', '104737.735000', '104737.738000', '104737.740000', '104737.743000', '104737.746000', '104737.748000', '104737.751000', '104737.753000', '104737.756000', '104737.759000', '104737.761000', '104737.764000', '104737.767000', '104737.769000', '104737.772000', '104757.659000', '104757.661000', '104757.664000', '104757.667000', '104757.669000', '104757.672000', '104757.675000', '104757.677000', '104757.680000', '104757.683000', '104757.686000', '104757.688000', '104757.691000', '104757.693000', '104757.696000', '104757.699000', '104757.701000', '104757.704000', '104757.707000', '104757.710000', '104757.712000', '104757.715000', '104757.718000', '104757.720000', '104757.723000', '104757.726000', '104757.728000', '104757.731000', '104757.734000', '104757.736000', '104757.740000', '104757.743000', '104757.745000', '104757.748000', '104757.751000', '104757.753000', '104757.756000', '104757.759000', '104757.761000', '104757.778000', '104757.780000', '104757.783000', '104757.786000', '104817.659000', '104817.662000', '104817.664000', '104817.667000', '104817.670000', '104817.672000', '104817.675000', '104817.677000', '104817.680000', '104817.683000', '104817.685000', '104817.688000', '104817.691000', '104817.693000', '104817.696000', '104817.698000', '104817.701000', '104817.704000', '104817.706000', '104817.709000', '104817.712000', '104817.714000', '104817.717000', '104817.719000', '104817.722000', '104817.725000', '104817.728000', '104817.730000', '104817.733000', '104817.735000', '104817.738000', '104817.741000', '104817.743000', '104817.746000', '104817.749000', '104817.751000', '104817.754000', '104817.756000', '104817.759000', '104817.762000', '104817.764000', '104817.767000', '104817.770000', '104817.772000', '104837.658000', '104837.661000', '104837.664000', '104837.667000', '104837.669000', '104837.672000', '104837.676000', '104837.679000', '104837.681000', '104837.684000', '104837.687000', '104837.689000', '104837.692000', '104837.695000', '104837.697000', '104837.700000', '104837.703000', '104837.705000', '104837.708000', '104837.711000', '104837.713000', '104837.716000', '104837.719000', '104837.721000', '104837.724000', '104837.726000', '104837.729000', '104837.732000', '104837.734000', '104837.737000', '104837.740000', '104837.742000', '104837.745000', '104837.747000', '104837.750000', '104837.753000', '104837.756000', '104837.759000', '104837.761000', '104837.764000', '104837.767000', '104837.769000', '104837.772000', '104857.659000', '104857.661000', '104857.664000', '104857.667000', '104857.670000', '104857.672000', '104857.675000', '104857.677000', '104857.680000', '104857.683000', '104857.685000', '104857.688000', '104857.691000', '104857.693000', '104857.696000', '104857.698000', '104857.701000', '104857.704000', '104857.706000', '104857.709000', '104857.712000', '104857.714000', '104857.717000', '104857.720000', '104857.722000', '104857.725000', '104857.727000', '104857.730000', '104857.733000', '104857.735000', '104857.738000', '104857.741000', '104857.743000', '104857.746000', '104857.749000', '104857.751000', '104857.754000', '104857.757000', '104857.759000', '104857.762000', '104857.765000', '104857.767000', '104857.770000', '104857.772000', '104917.657000', '104917.660000', '104917.663000', '104917.666000', '104917.668000', '104917.671000', '104917.674000', '104917.676000', '104917.679000', '104917.682000', '104917.685000', '104917.687000', '104917.690000', '104917.692000', '104917.695000', '104917.698000', '104917.700000', '104917.703000', '104917.706000', '104917.708000', '104917.711000', '104917.714000', '104917.717000', '104917.719000', '104917.722000', '104917.725000', '104917.727000', '104917.730000', '104917.733000', '104917.735000', '104917.738000', '104917.741000', '104917.743000', '104917.746000', '104917.748000', '104917.751000', '104917.754000', '104917.756000', '104917.763000', '104917.765000', '104917.768000', '104917.771000', '104917.773000', '104937.658000', '104937.661000', '104937.664000', '104937.667000', '104937.670000', '104937.672000', '104937.675000', '104937.678000', '104937.681000', '104937.683000', '104937.686000', '104937.689000', '104937.691000', '104937.694000', '104937.696000', '104937.699000', '104937.702000', '104937.704000', '104937.707000', '104937.710000', '104937.712000', '104937.715000', '104937.718000', '104937.720000', '104937.723000', '104937.726000', '104937.728000', '104937.731000', '104937.734000', '104937.736000', '104937.739000', '104937.742000', '104937.744000', '104937.747000', '104937.749000', '104937.752000', '104937.755000', '104937.757000', '104937.760000', '104937.763000', '104937.765000', '104937.768000', '104937.771000', '104937.773000', '104957.659000', '104957.662000', '104957.664000', '104957.667000', '104957.670000', '104957.672000', '104957.675000', '104957.677000', '104957.680000', '104957.683000', '104957.685000', '104957.688000', '104957.691000', '104957.694000', '104957.696000', '104957.699000', '104957.702000', '104957.704000', '104957.707000', '104957.709000', '104957.712000', '104957.715000', '104957.717000', '104957.720000', '104957.723000', '104957.726000', '104957.728000', '104957.731000', '104957.734000', '104957.736000', '104957.739000', '104957.742000', '104957.744000', '104957.747000', '104957.750000', '104957.752000', '104957.755000', '104957.758000', '104957.760000', '104957.763000', '104957.766000', '104957.768000', '104957.771000', '105017.660000', '105017.663000', '105017.666000', '105017.668000', '105017.671000', '105017.674000', '105017.676000', '105017.679000', '105017.682000', '105017.684000', '105017.687000', '105017.690000', '105017.692000', '105017.695000', '105017.697000', '105017.700000', '105017.703000', '105017.705000', '105017.708000', '105017.711000', '105017.713000', '105017.716000', '105017.718000', '105017.721000', '105017.724000', '105017.726000', '105017.729000', '105017.732000', '105017.734000', '105017.737000', '105017.740000', '105017.742000', '105017.745000', '105017.748000', '105017.750000', '105017.753000', '105017.755000', '105017.758000', '105017.761000', '105017.763000', '105017.766000', '105017.769000', '105017.771000', '105017.774000', '105037.659000', '105037.662000', '105037.664000', '105037.667000', '105037.670000', '105037.673000', '105037.675000', '105037.678000', '105037.681000', '105037.683000', '105037.686000', '105037.689000', '105037.692000', '105037.694000', '105037.697000', '105037.700000', '105037.702000', '105037.705000', '105037.708000', '105037.710000', '105037.713000', '105037.715000', '105037.718000', '105037.721000', '105037.723000', '105037.726000', '105037.729000', '105037.731000', '105037.734000', '105037.737000', '105037.739000', '105037.742000', '105037.745000', '105037.748000', '105037.751000', '105037.753000', '105037.756000', '105037.760000', '105037.762000', '105037.765000', '105037.767000', '105037.770000', '105037.773000', '105057.659000', '105057.661000', '105057.664000', '105057.667000', '105057.670000', '105057.673000', '105057.676000', '105057.678000', '105057.681000', '105057.684000', '105057.686000', '105057.689000', '105057.692000', '105057.694000', '105057.697000', '105057.700000', '105057.702000', '105057.705000', '105057.708000', '105057.710000', '105057.713000', '105057.716000', '105057.718000', '105057.721000', '105057.724000', '105057.726000', '105057.729000', '105057.731000', '105057.734000', '105057.737000', '105057.739000', '105057.742000', '105057.745000', '105057.747000', '105057.750000', '105057.753000', '105057.755000', '105057.758000', '105057.761000', '105057.763000', '105057.766000', '105057.769000', '105057.771000', '105057.774000', '105117.659000', '105117.661000', '105117.664000', '105117.667000', '105117.670000', '105117.672000', '105117.675000', '105117.678000', '105117.680000', '105117.683000', '105117.685000', '105117.688000', '105117.691000', '105117.693000', '105117.696000', '105117.699000', '105117.701000', '105117.704000', '105117.707000', '105117.709000', '105117.712000', '105117.714000', '105117.717000', '105117.720000', '105117.722000', '105117.725000', '105117.728000', '105117.730000', '105117.733000', '105117.736000', '105117.738000', '105117.741000', '105117.744000', '105117.746000', '105117.749000', '105117.751000', '105117.754000', '105117.757000', '105117.760000', '105117.762000', '105117.765000', '105117.767000', '105117.770000', '105137.657000', '105137.660000', '105137.663000', '105137.666000', '105137.668000', '105137.671000', '105137.674000', '105137.677000', '105137.680000', '105137.682000', '105137.685000', '105137.687000', '105137.690000', '105137.693000', '105137.695000', '105137.698000', '105137.701000', '105137.703000', '105137.706000', '105137.708000', '105137.711000', '105137.714000', '105137.716000', '105137.719000', '105137.722000', '105137.724000', '105137.727000', '105137.730000', '105137.732000', '105137.735000', '105137.737000', '105137.740000', '105137.743000', '105137.745000', '105137.748000', '105137.751000', '105137.754000', '105137.756000', '105137.759000', '105137.761000', '105137.764000', '105137.767000', '105137.769000', '105137.772000', '105157.659000', '105157.662000', '105157.664000', '105157.667000', '105157.670000', '105157.672000', '105157.675000', '105157.678000', '105157.680000', '105157.683000', '105157.686000', '105157.688000', '105157.691000', '105157.694000', '105157.697000', '105157.699000', '105157.702000', '105157.704000', '105157.707000', '105157.710000', '105157.712000', '105157.715000', '105157.717000', '105157.720000', '105157.723000', '105157.725000', '105157.728000', '105157.731000', '105157.733000', '105157.767000', '105157.770000', '105157.772000', '105157.775000', '105157.778000', '105157.780000', '105157.783000', '105157.785000', '105157.788000', '105157.791000', '105157.793000', '105157.796000', '105157.799000', '105157.801000', '105217.659000', '105217.661000', '105217.664000', '105217.667000', '105217.670000', '105217.672000', '105217.675000', '105217.677000', '105217.680000', '105217.683000', '105217.685000', '105217.688000', '105217.691000', '105217.693000', '105217.696000', '105217.699000', '105217.701000', '105217.704000', '105217.707000', '105217.710000', '105217.712000', '105217.715000', '105217.718000', '105217.721000', '105217.724000', '105217.726000', '105217.729000', '105217.732000', '105217.734000', '105217.737000', '105217.740000', '105217.742000', '105217.745000', '105217.748000', '105217.750000', '105217.753000', '105217.755000', '105217.758000', '105217.761000', '105217.763000', '105217.766000', '105217.768000', '105217.771000', '105224.491000', '105224.494000', '105224.497000', '105224.499000', '105224.502000', '105224.505000', '105224.508000', '105224.511000', '105224.513000', '105224.516000', '105224.520000', '105224.523000', '105224.526000', '105224.537000', '105224.540000', '105224.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], 'LargestImagePixelValue': [9645, 10610, 14186, 9439, 10850, 15308, 9851, 10555, 13608, 9864, 10781, 12205, 10391, 10506, 12601, 12807, 10744, 11057, 9936, 10956, 11504, 10451, 10687, 11656, 10476, 11098, 11224, 10737, 10614, 12279, 15902, 10504, 10951, 14558, 10188, 11751, 13978, 10920, 10607, 12868, 10931, 10752, 10102, 9947, 9554, 10582, 13201, 10488, 11610, 11586, 10688, 14293, 10069, 12391, 15642, 10250, 13809, 10028, 10571, 14290, 9619, 9808, 12603, 10408, 12140, 9257, 9990, 12503, 10430, 12479, 8896, 9867, 12548, 10239, 12572, 9114, 10750, 15034, 9387, 12788, 10705, 9746, 13220, 8900, 9939, 13823, 9391, 11537, 15382, 9952, 11941, 8921, 9669, 13713, 9137, 10156, 14518, 9219, 11277, 12065, 9829, 12394, 9076, 9869, 12803, 9743, 12145, 8867, 9702, 14092, 9847, 13387, 9227, 10442, 14969, 9851, 13318, 10353, 9930, 14472, 9857, 11379, 14770, 9790, 13005, 8726, 9446, 11714, 9648, 12106, 9476, 10121, 9139, 10026, 13238, 9534, 11676, 8680, 9593, 13141, 9574, 12064, 9495, 11276, 9415, 10443, 13991, 9495, 12015, 13052, 9694, 12795, 9086, 9966, 14331, 9634, 11952, 9077, 10222, 13817, 9427, 11494, 9542, 9497, 13823, 9528, 10183, 13398, 9817, 12260, 9653, 10243, 14420, 10017, 12596, 8864, 11065, 14769, 9788, 12917, 8988, 10855, 14692, 10035, 12357, 9399, 10818, 14991, 9828, 12321, 8791, 10701, 14063, 9632, 12251, 8582, 10772, 14347, 9824, 12641, 8953, 10513, 14056, 9892, 12980, 8810, 10260, 14332, 9894, 12568, 8771, 10503, 14349, 9481, 12256, 8642, 10587, 13622, 9530, 11228, 12022, 9511, 12610, 8853, 10739, 14381, 9413, 11232, 8918, 9672, 13636, 9251, 9705, 8993, 9769, 13349, 9318, 10833, 8813, 10090, 14441, 9830, 12222, 9237, 11003, 12219, 9888, 14366, 9788, 11898, 9773, 9944, 14720, 9861, 11960, 9574, 10746, 14623, 9964, 12466, 8924, 9912, 13841, 9601, 12199, 9537, 10998, 9645, 10442, 13655, 9688, 12418, 9356, 10609, 14477, 9700, 12107, 10047, 9929, 14015, 9793, 10597, 16279, 9801, 12589, 8932, 10153, 14199, 9420, 10943, 13474, 9962, 12475, 9040, 10257, 13522, 9899, 12185, 9420, 10473, 13413, 10023, 12740, 10023, 11109, 14522, 10352, 13092, 10048, 10895, 15672, 10279, 13293, 9815, 10958, 14807, 10183, 12897, 9754, 10300, 13761, 10351, 12104, 9742, 10607, 12871, 9986, 12857, 10067, 11012, 9998, 10436, 13792, 10274, 11504, 10516, 9883, 14135, 10063, 11268, 14283, 10058, 12693, 9003, 10254, 14474, 9975, 12446, 8738, 10348, 13922, 9530, 11524, 10174, 9681, 13057, 9318, 10080, 15264, 9934, 12456, 8860, 10220, 14100, 10021, 12245, 9108, 10288, 14076, 9957, 12727, 9612, 9884, 14483, 9901, 11230, 14423, 10208, 12907, 9692, 9901, 13659, 10062, 10897, 10451, 9838, 12618, 9940, 10467, 9576, 10147, 13284, 9724, 11217, 8859, 9923, 13664, 9968, 12675, 9494, 11477, 14683, 10210, 13875, 9771, 10523, 15778, 9999, 13324, 9384, 10606, 14676, 10100, 12681, 10222, 9988, 13882, 10671, 11043, 9580, 9871, 14103, 9958, 10688, 10488, 9847, 13661, 9632, 10699, 11798, 9842, 13740, 9704, 10951, 15262, 10140, 12555, 16347, 9950, 13040, 9621, 10225, 13790, 10643, 10244, 13619, 10033, 10651, 13959, 10016, 11426, 10440, 10387, 12031, 9956, 10786, 10114, 10500, 13266, 10192, 11257, 13169, 10097, 13982, 10001, 10522, 15770, 10236, 12721, 14704, 10133, 13146, 10777, 10276, 14065, 9871, 10536, 14128, 9878, 11759, 12851, 9989, 12928, 9828, 10680, 14475, 10193, 11097, 14239, 10387, 11053, 12056, 10305, 12506, 9767, 10779, 14174, 10153, 11552, 9545, 10679, 13399, 9710, 11123, 14440, 10379, 12317, 9794, 10255, 13545, 9962, 10387, 13067, 9632, 11863, 9238, 10085, 12186, 9487, 12071, 9934, 10508, 9909, 9744, 13513, 9191, 11203, 9085, 9553, 13974, 9554, 10278, 11363, 9764, 13616, 8793, 9809, 15015, 9699, 13014, 9292, 10408, 14442, 9376, 11808, 12821, 9391, 12290, 8865, 10015, 12996, 9275, 10685, 10959, 9674, 11659, 8828, 10099, 14145, 9352, 11009, 8748, 9383, 13186, 9807, 9714, 13436, 8792, 9703, 14747, 9148, 10198, 14175, 9031, 10208, 13942, 9815, 11712, 9167, 9755, 12989, 9325, 10965, 9209, 9624, 13896, 9186, 11544, 15111, 10068, 13178, 9698, 10002, 15207, 9562, 11248, 12591, 9565, 13414, 10731, 9979, 14120, 9216, 10103, 15367, 9377, 11163, 14756, 9467, 10633, 11771, 9507, 11703, 10131, 9765, 11702, 9217, 10421, 14259, 9575, 11465, 8822, 10063, 13496, 9692, 10912, 13363, 9998, 12771, 10234, 10756, 14887, 9876, 11229, 15506, 9715, 12941, 11763, 9936, 13122, 8822, 10947, 13819, 9656, 12078, 10093, 10595, 13790, 9876, 10942, 9741, 10350, 13025, 9670, 10763, 10389, 10341, 13316, 9031, 10855, 14810, 9788, 12519, 9659, 9943, 13937, 9291, 10814, 14925, 9348, 12384, 9083, 10528, 13800, 9309, 10689, 12439, 10128, 11998, 8584, 10735, 13054, 9393, 11579, 9807, 10670, 13211, 9157, 10898, 15654, 9841, 12945, 9775, 10566, 13979, 9200, 11060, 14759, 9450, 12049, 12097, 10488, 12311, 10250, 10819, 13136, 9400, 11048, 14964, 9341, 11221, 9826, 10333, 13473, 9405, 11098, 13961, 9463, 12199, 13125, 10473, 12520, 8907, 10745, 14190, 9738, 11155, 13822, 9777, 12320, 10241, 10677, 14250, 9815, 10964, 15144, 9843, 12779, 11557, 10140, 13383, 10024, 11014, 14970, 9191, 11422, 14716, 9980, 11928, 13011, 10539, 12519, 9059, 10969, 14785, 9614, 11361, 14654, 10137, 12532, 14852, 10891, 12156, 10689, 10802, 12944, 10511, 11291, 12967, 9066, 11001, 12635, 9560, 10704, 10233, 10251, 12742, 9183, 11242, 10834, 10241, 12253, 9553, 11017, 13318, 9916, 12829, 9158, 11323, 15149, 10009, 13152, 10265, 10566, 14159, 9705, 11088, 14050, 9565, 11148, 16221, 10144, 12712, 8819, 10823, 14388, 9735, 11128, 11530, 10156, 12607, 9448, 11000, 13907, 9673, 11590, 14933, 9950, 12354, 10525, 10280, 13240, 9861, 10589, 14077, 8938, 10607, 13130, 9654, 10890, 15505, 9615, 11689, 8876, 11031, 13804, 9827, 10855, 13027, 9802, 11826, 9911, 10816, 14103, 9731, 12177, 14058, 10177, 13675, 9729, 10623, 15492, 9762, 12221, 15367, 9761, 12909, 10438, 10825, 13759, 9113, 10762, 13523, 9621, 11163, 15262, 9061, 10950, 13575, 9655, 11002, 14470, 9473, 11284, 12644, 9818, 11566, 9951, 10794, 13628, 9722, 10878, 11746, 10647, 12208, 9066, 10878, 14275, 9740, 12055, 14692, 10018, 13043, 10487, 10703, 14346, 10385, 11150, 14283, 9742, 11073, 15278, 9390, 11177, 9802, 10391, 13410, 9313, 11031, 12866, 9731, 11928, 9829, 10840, 14347, 8945, 11069, 15320, 9310, 11088, 14760, 9000, 10786, 13096, 8854, 11098, 12945, 10316, 10874, 11804, 8761, 10725, 12482, 10166, 10863, 12068, 8873, 10296, 12274, 9301, 11083, 10775, 10010, 11356, 9433, 11009, 14667, 10008, 10946, 14780, 9896, 10889, 15338, 9378, 11207, 14967, 9522, 11216, 14339, 9986, 12349, 10505, 10558, 12422, 9381, 11272, 14352, 9174, 12132, 9385, 10715, 13586, 9774, 11082, 14503, 9558, 10863, 15239, 9538, 11220, 14140, 9905, 10959, 13482, 9304, 11188, 13688, 9539, 11499, 9552, 10185, 11757, 10317, 10647, 11954, 9960, 10219, 12944, 9102, 11068, 14614, 9418, 11218, 9272, 10336, 13240, 11090, 10788, 13812, 8575, 10714, 15241, 9095, 11150, 14879, 9397, 12233, 15755, 10440, 12943, 10585, 10520, 12565, 9712, 11380, 14501, 8897, 10973, 13598, 10342, 11618, 10330, 10838, 12891, 9477, 11091, 15689, 9926, 11779, 14542, 9864, 13031, 9946, 11384, 13578, 10045, 10903, 13735, 9252, 11182, 14521, 9580, 11070, 13957, 10413, 11641, 15314, 10348, 11968, 11049, 10706, 11873, 11696, 10709, 12092, 9919, 11186, 12655, 8694, 11534, 13890, 9389, 11165, 13210, 9750, 11429, 12215, 10664, 11921, 9139, 11353, 13494, 10350, 11065, 12566, 9620, 11082, 12413, 9518, 11197, 12650, 9496, 10859, 12027, 10332, 11493, 8350, 10441, 13304, 9527, 11800, 9723, 10277, 13674, 8909, 11124, 15280, 10524, 10693, 14100, 8602, 11124, 14328, 10030, 10762, 12903, 8443, 10426, 13126, 9049, 10938, 13349, 9577, 11823, 8749, 10995, 13346, 9304, 11607, 8745, 10734, 14137, 9238, 11672, 13487, 10449, 13004, 11022, 10700, 14107, 8710, 11065, 15521, 9051, 11285, 14657, 9920, 11719, 15003, 10247, 12102, 9886, 10205, 12124, 8610, 10833, 12973, 9137, 10937, 10011, 10452, 12386, 8719, 10666, 13426, 10375, 11585, 8993, 10856, 13281, 9274, 11369, 15355, 9337, 11271, 14415, 9597, 11077, 14703, 9295, 11269, 13385, 8909, 10657, 12300, 8924, 11546, 12084, 9123, 11280, 11664, 9032, 11484, 12950, 9470, 11729, 13543, 9800, 12030, 10554, 11281, 12090, 8899, 11460, 14828, 9755, 11400, 14978, 9327, 11359, 14206, 9911, 11651, 14097, 9528, 11620, 13234, 10250, 11529, 14582, 10660, 11502, 8827, 11120, 13429, 9142, 11514, 13621, 8739, 11190, 13500, 9808, 11415, 14957, 9281, 11217, 13578, 10249, 11791, 13696, 10463, 12480, 10509, 10444, 11594, 8977, 11152, 12078, 9631, 10915, 11604, 8638, 11368, 14156, 9083, 11495, 13488, 9225, 11234, 14719, 9999, 11684, 14812, 9911, 12358, 13707, 10905, 12769, 15153, 9945, 11403, 14409, 10493, 11852, 14372, 10380, 11706, 10398, 11230, 12065, 8814, 11699, 13892, 9046, 11238, 11590, 11195, 12339, 8619, 11365, 13712, 10347, 11515, 15475, 10173, 13452, 10386, 11063, 13790, 10139, 11343, 13910, 10073, 10902, 11693, 9249, 11551, 12429, 9708, 11374, 11514, 8972, 11306, 12365, 9157, 11638, 11957, 8823, 11224, 12103, 9942, 11640], 'WindowCenter': [4749.0, 4742.0, 4747.0, 4703.0, 4711.0, 4742.0, 4689.0, 4700.0, 4718.0, 4687.0, 4700.0, 4708.0, 4685.0, 4697.0, 4709.0, 4705.0, 4697.0, 4698.0, 4685.0, 4709.0, 4710.0, 4699.0, 4699.0, 4710.0, 4697.0, 4710.0, 4711.0, 4709.0, 4711.0, 4723.0, 4730.0, 4701.0, 4702.0, 4717.0, 4699.0, 4711.0, 4719.0, 4698.0, 4701.0, 4717.0, 4710.0, 4710.0, 4712.0, 4715.0, 4714.0, 4727.0, 4745.0, 4726.0, 4738.0, 4725.0, 4726.0, 4745.0, 4714.0, 4736.0, 4743.0, 4714.0, 4734.0, 4701.0, 4713.0, 4732.0, 4701.0, 4703.0, 4721.0, 4713.0, 4723.0, 4703.0, 4715.0, 4732.0, 4725.0, 4734.0, 4704.0, 4716.0, 4734.0, 4726.0, 4735.0, 4705.0, 4727.0, 4744.0, 4704.0, 4735.0, 4713.0, 4716.0, 4736.0, 4703.0, 4714.0, 4732.0, 4703.0, 4725.0, 4742.0, 4703.0, 4723.0, 4692.0, 4706.0, 4733.0, 4702.0, 4713.0, 4731.0, 4703.0, 4726.0, 4721.0, 4713.0, 4723.0, 4691.0, 4704.0, 4732.0, 4715.0, 4725.0, 4704.0, 4706.0, 4741.0, 4715.0, 4736.0, 4703.0, 4715.0, 4732.0, 4703.0, 4734.0, 4701.0, 4702.0, 4731.0, 4700.0, 4713.0, 4730.0, 4701.0, 4720.0, 4690.0, 4702.0, 4721.0, 4702.0, 4721.0, 4699.0, 4714.0, 4702.0, 4714.0, 4734.0, 4715.0, 4725.0, 4692.0, 4717.0, 4734.0, 4712.0, 4733.0, 4715.0, 4726.0, 4703.0, 4715.0, 4733.0, 4704.0, 4726.0, 4722.0, 4703.0, 4722.0, 4692.0, 4704.0, 4732.0, 4700.0, 4712.0, 4703.0, 4716.0, 4732.0, 4704.0, 4724.0, 4702.0, 4705.0, 4734.0, 4703.0, 4715.0, 4731.0, 4714.0, 4723.0, 4704.0, 4716.0, 4733.0, 4715.0, 4725.0, 4702.0, 4726.0, 4733.0, 4704.0, 4725.0, 4693.0, 4714.0, 4733.0, 4704.0, 4724.0, 4702.0, 4714.0, 4730.0, 4705.0, 4724.0, 4692.0, 4715.0, 4733.0, 4704.0, 4724.0, 4694.0, 4723.0, 4744.0, 4715.0, 4724.0, 4704.0, 4726.0, 4733.0, 4705.0, 4734.0, 4693.0, 4717.0, 4733.0, 4704.0, 4723.0, 4693.0, 4715.0, 4733.0, 4704.0, 4720.0, 4692.0, 4714.0, 4733.0, 4703.0, 4714.0, 4711.0, 4703.0, 4722.0, 4692.0, 4714.0, 4731.0, 4693.0, 4713.0, 4691.0, 4702.0, 4732.0, 4703.0, 4704.0, 4692.0, 4715.0, 4734.0, 4705.0, 4726.0, 4705.0, 4717.0, 4744.0, 4717.0, 4726.0, 4705.0, 4727.0, 4725.0, 4716.0, 4735.0, 4704.0, 4724.0, 4704.0, 4705.0, 4734.0, 4703.0, 4726.0, 4700.0, 4715.0, 4733.0, 4706.0, 4725.0, 4705.0, 4717.0, 4735.0, 4706.0, 4724.0, 4705.0, 4727.0, 4705.0, 4716.0, 4734.0, 4705.0, 4735.0, 4703.0, 4716.0, 4733.0, 4703.0, 4725.0, 4703.0, 4704.0, 4721.0, 4702.0, 4715.0, 4741.0, 4703.0, 4724.0, 4690.0, 4714.0, 4732.0, 4703.0, 4714.0, 4720.0, 4703.0, 4722.0, 4692.0, 4704.0, 4722.0, 4705.0, 4726.0, 4705.0, 4718.0, 4735.0, 4706.0, 4725.0, 4704.0, 4716.0, 4733.0, 4704.0, 4723.0, 4702.0, 4715.0, 4732.0, 4703.0, 4722.0, 4701.0, 4713.0, 4731.0, 4701.0, 4722.0, 4691.0, 4705.0, 4731.0, 4703.0, 4723.0, 4703.0, 4728.0, 4725.0, 4705.0, 4723.0, 4703.0, 4715.0, 4704.0, 4715.0, 4733.0, 4714.0, 4726.0, 4713.0, 4705.0, 4732.0, 4703.0, 4715.0, 4731.0, 4703.0, 4722.0, 4692.0, 4704.0, 4731.0, 4702.0, 4724.0, 4692.0, 4704.0, 4732.0, 4703.0, 4714.0, 4702.0, 4704.0, 4721.0, 4692.0, 4715.0, 4732.0, 4703.0, 4723.0, 4692.0, 4716.0, 4734.0, 4704.0, 4726.0, 4693.0, 4716.0, 4734.0, 4703.0, 4726.0, 4703.0, 4705.0, 4734.0, 4705.0, 4715.0, 4731.0, 4705.0, 4723.0, 4692.0, 4703.0, 4723.0, 4704.0, 4714.0, 4702.0, 4704.0, 4721.0, 4704.0, 4717.0, 4717.0, 4717.0, 4733.0, 4716.0, 4727.0, 4707.0, 4718.0, 4746.0, 4718.0, 4739.0, 4707.0, 4728.0, 4745.0, 4715.0, 4734.0, 4703.0, 4715.0, 4731.0, 4704.0, 4724.0, 4693.0, 4706.0, 4732.0, 4703.0, 4723.0, 4702.0, 4704.0, 4733.0, 4713.0, 4715.0, 4698.0, 4704.0, 4732.0, 4703.0, 4704.0, 4702.0, 4703.0, 4734.0, 4702.0, 4714.0, 4713.0, 4704.0, 4734.0, 4703.0, 4714.0, 4733.0, 4702.0, 4724.0, 4731.0, 4692.0, 4712.0, 4689.0, 4702.0, 4722.0, 4688.0, 4698.0, 4719.0, 4689.0, 4701.0, 4719.0, 4700.0, 4712.0, 4699.0, 4705.0, 4722.0, 4704.0, 4714.0, 4713.0, 4714.0, 4734.0, 4715.0, 4726.0, 4724.0, 4706.0, 4735.0, 4704.0, 4715.0, 4731.0, 4702.0, 4710.0, 4719.0, 4691.0, 4710.0, 4699.0, 4701.0, 4721.0, 4690.0, 4702.0, 4717.0, 4691.0, 4712.0, 4710.0, 4690.0, 4710.0, 4689.0, 4701.0, 4721.0, 4687.0, 4700.0, 4716.0, 4687.0, 4713.0, 4708.0, 4701.0, 4709.0, 4689.0, 4712.0, 4720.0, 4701.0, 4712.0, 4689.0, 4702.0, 4720.0, 4692.0, 4711.0, 4720.0, 4701.0, 4711.0, 4690.0, 4700.0, 4720.0, 4690.0, 4701.0, 4720.0, 4702.0, 4713.0, 4691.0, 4704.0, 4722.0, 4703.0, 4723.0, 4704.0, 4716.0, 4704.0, 4706.0, 4734.0, 4703.0, 4725.0, 4691.0, 4705.0, 4733.0, 4702.0, 4705.0, 4711.0, 4705.0, 4735.0, 4693.0, 4703.0, 4731.0, 4703.0, 4725.0, 4692.0, 4714.0, 4721.0, 4693.0, 4725.0, 4721.0, 4691.0, 4712.0, 4691.0, 4703.0, 4720.0, 4691.0, 4704.0, 4710.0, 4703.0, 4713.0, 4693.0, 4715.0, 4734.0, 4705.0, 4715.0, 4691.0, 4704.0, 4736.0, 4702.0, 4704.0, 4721.0, 4681.0, 4704.0, 4731.0, 4691.0, 4702.0, 4720.0, 4692.0, 4704.0, 4731.0, 4702.0, 4713.0, 4692.0, 4704.0, 4734.0, 4705.0, 4725.0, 4701.0, 4717.0, 4734.0, 4704.0, 4727.0, 4744.0, 4706.0, 4735.0, 4703.0, 4701.0, 4733.0, 4692.0, 4714.0, 4720.0, 4704.0, 4724.0, 4701.0, 4702.0, 4719.0, 4689.0, 4702.0, 4731.0, 4690.0, 4702.0, 4718.0, 4691.0, 4701.0, 4709.0, 4691.0, 4712.0, 4689.0, 4701.0, 4712.0, 4691.0, 4713.0, 4731.0, 4703.0, 4714.0, 4692.0, 4705.0, 4734.0, 4703.0, 4715.0, 4721.0, 4703.0, 4725.0, 4701.0, 4711.0, 4731.0, 4691.0, 4714.0, 4731.0, 4688.0, 4722.0, 4708.0, 4701.0, 4720.0, 4690.0, 4712.0, 4720.0, 4702.0, 4723.0, 4701.0, 4713.0, 4721.0, 4701.0, 4715.0, 4702.0, 4714.0, 4735.0, 4704.0, 4715.0, 4714.0, 4715.0, 4734.0, 4693.0, 4715.0, 4733.0, 4703.0, 4724.0, 4703.0, 4706.0, 4732.0, 4691.0, 4715.0, 4731.0, 4703.0, 4722.0, 4692.0, 4713.0, 4732.0, 4704.0, 4716.0, 4723.0, 4713.0, 4724.0, 4693.0, 4715.0, 4733.0, 4706.0, 4727.0, 4704.0, 4712.0, 4735.0, 4703.0, 4727.0, 4741.0, 4704.0, 4726.0, 4702.0, 4714.0, 4734.0, 4692.0, 4713.0, 4728.0, 4702.0, 4724.0, 4721.0, 4702.0, 4712.0, 4700.0, 4714.0, 4721.0, 4692.0, 4714.0, 4731.0, 4693.0, 4713.0, 4701.0, 4715.0, 4733.0, 4703.0, 4726.0, 4731.0, 4702.0, 4726.0, 4721.0, 4716.0, 4723.0, 4691.0, 4714.0, 4732.0, 4703.0, 4715.0, 4721.0, 4704.0, 4724.0, 4702.0, 4712.0, 4732.0, 4699.0, 4714.0, 4732.0, 4703.0, 4724.0, 4711.0, 4702.0, 4723.0, 4690.0, 4711.0, 4731.0, 4690.0, 4711.0, 4729.0, 4690.0, 4712.0, 4721.0, 4702.0, 4710.0, 4679.0, 4711.0, 4730.0, 4690.0, 4711.0, 4718.0, 4700.0, 4722.0, 4718.0, 4699.0, 4709.0, 4698.0, 4700.0, 4709.0, 4698.0, 4699.0, 4708.0, 4678.0, 4700.0, 4708.0, 4702.0, 4715.0, 4711.0, 4713.0, 4722.0, 4703.0, 4712.0, 4713.0, 4715.0, 4725.0, 4702.0, 4727.0, 4734.0, 4715.0, 4733.0, 4703.0, 4715.0, 4743.0, 4703.0, 4734.0, 4701.0, 4709.0, 4733.0, 4691.0, 4713.0, 4731.0, 4700.0, 4714.0, 4741.0, 4702.0, 4722.0, 4690.0, 4713.0, 4732.0, 4703.0, 4713.0, 4711.0, 4714.0, 4724.0, 4703.0, 4714.0, 4731.0, 4703.0, 4727.0, 4733.0, 4703.0, 4723.0, 4699.0, 4703.0, 4723.0, 4700.0, 4703.0, 4721.0, 4692.0, 4701.0, 4717.0, 4689.0, 4713.0, 4730.0, 4703.0, 4712.0, 4692.0, 4713.0, 4732.0, 4702.0, 4716.0, 4729.0, 4703.0, 4724.0, 4703.0, 4715.0, 4732.0, 4704.0, 4736.0, 4732.0, 4703.0, 4732.0, 4703.0, 4714.0, 4732.0, 4701.0, 4723.0, 4729.0, 4701.0, 4721.0, 4699.0, 4701.0, 4720.0, 4690.0, 4712.0, 4719.0, 4690.0, 4713.0, 4730.0, 4679.0, 4702.0, 4707.0, 4687.0, 4701.0, 4719.0, 4689.0, 4710.0, 4709.0, 4701.0, 4710.0, 4698.0, 4710.0, 4732.0, 4703.0, 4716.0, 4722.0, 4714.0, 4725.0, 4693.0, 4715.0, 4733.0, 4703.0, 4725.0, 4731.0, 4703.0, 4724.0, 4700.0, 4701.0, 4732.0, 4700.0, 4711.0, 4729.0, 4690.0, 4712.0, 4730.0, 4691.0, 4711.0, 4700.0, 4712.0, 4732.0, 4704.0, 4714.0, 4721.0, 4704.0, 4725.0, 4702.0, 4714.0, 4734.0, 4692.0, 4724.0, 4733.0, 4691.0, 4712.0, 4721.0, 4679.0, 4701.0, 4721.0, 4678.0, 4711.0, 4720.0, 4686.0, 4701.0, 4707.0, 4678.0, 4712.0, 4720.0, 4698.0, 4710.0, 4710.0, 4689.0, 4710.0, 4719.0, 4703.0, 4723.0, 4713.0, 4716.0, 4727.0, 4706.0, 4727.0, 4747.0, 4704.0, 4715.0, 4730.0, 4704.0, 4716.0, 4733.0, 4691.0, 4712.0, 4729.0, 4690.0, 4712.0, 4729.0, 4700.0, 4722.0, 4699.0, 4711.0, 4721.0, 4702.0, 4725.0, 4731.0, 4703.0, 4723.0, 4703.0, 4715.0, 4735.0, 4705.0, 4717.0, 4732.0, 4705.0, 4716.0, 4734.0, 4689.0, 4713.0, 4722.0, 4702.0, 4715.0, 4720.0, 4691.0, 4713.0, 4719.0, 4701.0, 4712.0, 4700.0, 4712.0, 4724.0, 4701.0, 4713.0, 4712.0, 4699.0, 4713.0, 4722.0, 4692.0, 4712.0, 4729.0, 4704.0, 4715.0, 4702.0, 4714.0, 4735.0, 4713.0, 4713.0, 4732.0, 4691.0, 4714.0, 4743.0, 4692.0, 4713.0, 4730.0, 4688.0, 4725.0, 4741.0, 4702.0, 4722.0, 4699.0, 4702.0, 4722.0, 4690.0, 4711.0, 4730.0, 4690.0, 4712.0, 4719.0, 4701.0, 4713.0, 4698.0, 4714.0, 4721.0, 4701.0, 4714.0, 4742.0, 4701.0, 4712.0, 4718.0, 4700.0, 4723.0, 4690.0, 4710.0, 4720.0, 4689.0, 4700.0, 4719.0, 4690.0, 4700.0, 4718.0, 4689.0, 4711.0, 4718.0, 4697.0, 4711.0, 4728.0, 4690.0, 4711.0, 4696.0, 4699.0, 4710.0, 4708.0, 4700.0, 4709.0, 4686.0, 4709.0, 4709.0, 4678.0, 4710.0, 4720.0, 4690.0, 4711.0, 4719.0, 4690.0, 4713.0, 4708.0, 4701.0, 4711.0, 4691.0, 4713.0, 4723.0, 4700.0, 4708.0, 4711.0, 4688.0, 4710.0, 4720.0, 4688.0, 4710.0, 4720.0, 4703.0, 4714.0, 4718.0, 4715.0, 4725.0, 4693.0, 4725.0, 4734.0, 4715.0, 4726.0, 4704.0, 4715.0, 4735.0, 4693.0, 4713.0, 4744.0, 4701.0, 4704.0, 4722.0, 4680.0, 4713.0, 4732.0, 4689.0, 4700.0, 4708.0, 4679.0, 4711.0, 4720.0, 4690.0, 4711.0, 4720.0, 4701.0, 4723.0, 4692.0, 4714.0, 4732.0, 4705.0, 4724.0, 4693.0, 4726.0, 4734.0, 4704.0, 4728.0, 4733.0, 4714.0, 4725.0, 4713.0, 4704.0, 4732.0, 4681.0, 4713.0, 4731.0, 4680.0, 4700.0, 4718.0, 4688.0, 4711.0, 4727.0, 4700.0, 4711.0, 4689.0, 4700.0, 4709.0, 4679.0, 4711.0, 4721.0, 4692.0, 4714.0, 4700.0, 4713.0, 4724.0, 4709.0, 4729.0, 4736.0, 4728.0, 4726.0, 4693.0, 4715.0, 4733.0, 4717.0, 4727.0, 4734.0, 4692.0, 4714.0, 4721.0, 4691.0, 4714.0, 4731.0, 4690.0, 4701.0, 4709.0, 4678.0, 4701.0, 4709.0, 4688.0, 4711.0, 4709.0, 4689.0, 4710.0, 4709.0, 4689.0, 4723.0, 4722.0, 4702.0, 4723.0, 4719.0, 4705.0, 4726.0, 4713.0, 4725.0, 4723.0, 4694.0, 4726.0, 4733.0, 4704.0, 4715.0, 4732.0, 4692.0, 4713.0, 4721.0, 4691.0, 4712.0, 4719.0, 4690.0, 4712.0, 4708.0, 4700.0, 4715.0, 4730.0, 4700.0, 4712.0, 4690.0, 4724.0, 4734.0, 4691.0, 4713.0, 4722.0, 4693.0, 4715.0, 4722.0, 4700.0, 4714.0, 4733.0, 4691.0, 4714.0, 4721.0, 4702.0, 4725.0, 4719.0, 4701.0, 4723.0, 4699.0, 4703.0, 4713.0, 4691.0, 4711.0, 4711.0, 4689.0, 4711.0, 4712.0, 4690.0, 4713.0, 4733.0, 4691.0, 4713.0, 4721.0, 4693.0, 4711.0, 4731.0, 4703.0, 4724.0, 4731.0, 4701.0, 4723.0, 4721.0, 4712.0, 4724.0, 4731.0, 4701.0, 4712.0, 4718.0, 4701.0, 4712.0, 4720.0, 4700.0, 4710.0, 4699.0, 4710.0, 4722.0, 4691.0, 4724.0, 4721.0, 4692.0, 4712.0, 4722.0, 4723.0, 4724.0, 4695.0, 4725.0, 4734.0, 4715.0, 4727.0, 4744.0, 4714.0, 4735.0, 4701.0, 4713.0, 4735.0, 4701.0, 4713.0, 4721.0, 4690.0, 4702.0, 4712.0, 4688.0, 4712.0, 4723.0, 4690.0, 4710.0, 4710.0, 4690.0, 4713.0, 4723.0, 4691.0, 4712.0, 4711.0, 4691.0, 4713.0, 4722.0, 4702.0, 4726.0], 'WindowWidth': [10390.0, 10367.0, 10365.0, 10296.0, 10304.0, 10347.0, 10268.0, 10283.0, 10306.0, 10259.0, 10281.0, 10292.0, 10256.0, 10275.0, 10296.0, 10284.0, 10274.0, 10276.0, 10256.0, 10293.0, 10298.0, 10278.0, 10281.0, 10297.0, 10275.0, 10298.0, 10301.0, 10292.0, 10299.0, 10322.0, 10326.0, 10283.0, 10287.0, 10303.0, 10281.0, 10301.0, 10308.0, 10277.0, 10285.0, 10303.0, 10297.0, 10297.0, 10306.0, 10313.0, 10312.0, 10333.0, 10356.0, 10330.0, 10349.0, 10327.0, 10329.0, 10354.0, 10307.0, 10343.0, 10350.0, 10307.0, 10337.0, 10286.0, 10304.0, 10332.0, 10287.0, 10292.0, 10313.0, 10306.0, 10319.0, 10291.0, 10312.0, 10330.0, 10324.0, 10337.0, 10296.0, 10315.0, 10336.0, 10327.0, 10341.0, 10299.0, 10330.0, 10352.0, 10295.0, 10339.0, 10305.0, 10314.0, 10342.0, 10291.0, 10308.0, 10329.0, 10292.0, 10326.0, 10344.0, 10291.0, 10317.0, 10273.0, 10299.0, 10333.0, 10289.0, 10305.0, 10329.0, 10290.0, 10324.0, 10314.0, 10305.0, 10320.0, 10273.0, 10293.0, 10329.0, 10312.0, 10325.0, 10295.0, 10300.0, 10344.0, 10311.0, 10342.0, 10291.0, 10309.0, 10331.0, 10291.0, 10336.0, 10286.0, 10288.0, 10326.0, 10282.0, 10304.0, 10323.0, 10284.0, 10310.0, 10267.0, 10287.0, 10311.0, 10287.0, 10312.0, 10282.0, 10307.0, 10289.0, 10307.0, 10335.0, 10309.0, 10324.0, 10276.0, 10318.0, 10337.0, 10306.0, 10334.0, 10311.0, 10328.0, 10292.0, 10309.0, 10332.0, 10292.0, 10327.0, 10316.0, 10290.0, 10314.0, 10273.0, 10294.0, 10328.0, 10283.0, 10300.0, 10290.0, 10312.0, 10329.0, 10291.0, 10320.0, 10286.0, 10295.0, 10333.0, 10288.0, 10308.0, 10327.0, 10307.0, 10319.0, 10293.0, 10314.0, 10332.0, 10309.0, 10324.0, 10290.0, 10324.0, 10334.0, 10292.0, 10322.0, 10276.0, 10307.0, 10334.0, 10292.0, 10321.0, 10288.0, 10307.0, 10328.0, 10292.0, 10319.0, 10273.0, 10308.0, 10332.0, 10293.0, 10319.0, 10278.0, 10322.0, 10348.0, 10307.0, 10319.0, 10293.0, 10328.0, 10331.0, 10293.0, 10333.0, 10275.0, 10314.0, 10330.0, 10292.0, 10317.0, 10276.0, 10310.0, 10331.0, 10290.0, 10312.0, 10274.0, 10306.0, 10329.0, 10287.0, 10305.0, 10296.0, 10287.0, 10313.0, 10272.0, 10304.0, 10325.0, 10275.0, 10303.0, 10271.0, 10287.0, 10329.0, 10289.0, 10293.0, 10274.0, 10309.0, 10333.0, 10294.0, 10324.0, 10295.0, 10315.0, 10349.0, 10314.0, 10324.0, 10296.0, 10330.0, 10321.0, 10311.0, 10336.0, 10292.0, 10322.0, 10291.0, 10295.0, 10333.0, 10288.0, 10322.0, 10284.0, 10308.0, 10332.0, 10297.0, 10323.0, 10294.0, 10313.0, 10336.0, 10296.0, 10318.0, 10294.0, 10328.0, 10294.0, 10311.0, 10333.0, 10295.0, 10339.0, 10289.0, 10310.0, 10331.0, 10290.0, 10323.0, 10287.0, 10291.0, 10310.0, 10284.0, 10309.0, 10339.0, 10288.0, 10317.0, 10268.0, 10305.0, 10328.0, 10289.0, 10305.0, 10308.0, 10288.0, 10313.0, 10273.0, 10291.0, 10314.0, 10294.0, 10324.0, 10294.0, 10315.0, 10335.0, 10296.0, 10321.0, 10291.0, 10312.0, 10330.0, 10292.0, 10316.0, 10286.0, 10307.0, 10328.0, 10288.0, 10314.0, 10282.0, 10302.0, 10325.0, 10283.0, 10312.0, 10268.0, 10291.0, 10324.0, 10289.0, 10314.0, 10289.0, 10331.0, 10320.0, 10294.0, 10316.0, 10289.0, 10310.0, 10290.0, 10308.0, 10331.0, 10304.0, 10325.0, 10300.0, 10292.0, 10327.0, 10287.0, 10308.0, 10324.0, 10287.0, 10312.0, 10272.0, 10291.0, 10325.0, 10286.0, 10317.0, 10271.0, 10291.0, 10327.0, 10287.0, 10306.0, 10284.0, 10290.0, 10310.0, 10272.0, 10308.0, 10327.0, 10288.0, 10314.0, 10272.0, 10311.0, 10332.0, 10291.0, 10322.0, 10275.0, 10311.0, 10332.0, 10289.0, 10324.0, 10288.0, 10294.0, 10332.0, 10290.0, 10307.0, 10324.0, 10291.0, 10318.0, 10269.0, 10287.0, 10312.0, 10288.0, 10305.0, 10284.0, 10289.0, 10311.0, 10291.0, 10313.0, 10311.0, 10312.0, 10332.0, 10312.0, 10328.0, 10299.0, 10318.0, 10352.0, 10317.0, 10345.0, 10298.0, 10331.0, 10349.0, 10309.0, 10335.0, 10287.0, 10307.0, 10327.0, 10289.0, 10318.0, 10273.0, 10293.0, 10326.0, 10287.0, 10315.0, 10284.0, 10289.0, 10328.0, 10302.0, 10305.0, 10278.0, 10290.0, 10330.0, 10286.0, 10289.0, 10283.0, 10288.0, 10331.0, 10286.0, 10305.0, 10301.0, 10290.0, 10334.0, 10287.0, 10304.0, 10328.0, 10285.0, 10320.0, 10324.0, 10269.0, 10298.0, 10261.0, 10283.0, 10314.0, 10260.0, 10274.0, 10303.0, 10262.0, 10282.0, 10303.0, 10279.0, 10297.0, 10277.0, 10292.0, 10312.0, 10290.0, 10307.0, 10302.0, 10307.0, 10332.0, 10307.0, 10325.0, 10318.0, 10295.0, 10334.0, 10288.0, 10308.0, 10328.0, 10283.0, 10297.0, 10304.0, 10266.0, 10294.0, 10275.0, 10280.0, 10308.0, 10263.0, 10282.0, 10300.0, 10269.0, 10299.0, 10293.0, 10265.0, 10293.0, 10262.0, 10283.0, 10312.0, 10258.0, 10277.0, 10297.0, 10259.0, 10299.0, 10288.0, 10280.0, 10291.0, 10263.0, 10299.0, 10309.0, 10281.0, 10299.0, 10264.0, 10284.0, 10307.0, 10269.0, 10296.0, 10306.0, 10281.0, 10297.0, 10265.0, 10281.0, 10307.0, 10264.0, 10284.0, 10308.0, 10285.0, 10300.0, 10267.0, 10291.0, 10313.0, 10290.0, 10315.0, 10292.0, 10310.0, 10292.0, 10297.0, 10333.0, 10289.0, 10321.0, 10273.0, 10295.0, 10331.0, 10286.0, 10294.0, 10298.0, 10293.0, 10335.0, 10274.0, 10288.0, 10323.0, 10287.0, 10322.0, 10271.0, 10302.0, 10310.0, 10274.0, 10320.0, 10308.0, 10270.0, 10297.0, 10267.0, 10287.0, 10307.0, 10270.0, 10290.0, 10294.0, 10288.0, 10300.0, 10273.0, 10308.0, 10333.0, 10293.0, 10307.0, 10272.0, 10292.0, 10338.0, 10285.0, 10289.0, 10310.0, 10255.0, 10291.0, 10325.0, 10269.0, 10287.0, 10309.0, 10271.0, 10291.0, 10323.0, 10286.0, 10301.0, 10271.0, 10293.0, 10332.0, 10296.0, 10322.0, 10287.0, 10313.0, 10335.0, 10295.0, 10329.0, 10347.0, 10296.0, 10337.0, 10287.0, 10284.0, 10332.0, 10271.0, 10303.0, 10307.0, 10288.0, 10319.0, 10283.0, 10284.0, 10305.0, 10264.0, 10287.0, 10324.0, 10266.0, 10284.0, 10302.0, 10268.0, 10284.0, 10291.0, 10268.0, 10298.0, 10263.0, 10283.0, 10296.0, 10268.0, 10304.0, 10326.0, 10288.0, 10305.0, 10272.0, 10293.0, 10333.0, 10288.0, 10309.0, 10312.0, 10289.0, 10323.0, 10282.0, 10298.0, 10325.0, 10268.0, 10305.0, 10326.0, 10264.0, 10312.0, 10288.0, 10281.0, 10308.0, 10265.0, 10298.0, 10309.0, 10286.0, 10317.0, 10282.0, 10302.0, 10311.0, 10284.0, 10307.0, 10286.0, 10306.0, 10335.0, 10291.0, 10309.0, 10305.0, 10307.0, 10332.0, 10275.0, 10308.0, 10330.0, 10289.0, 10318.0, 10287.0, 10295.0, 10327.0, 10269.0, 10306.0, 10324.0, 10288.0, 10315.0, 10271.0, 10302.0, 10327.0, 10291.0, 10309.0, 10315.0, 10302.0, 10320.0, 10276.0, 10308.0, 10329.0, 10297.0, 10329.0, 10292.0, 10304.0, 10334.0, 10290.0, 10327.0, 10342.0, 10293.0, 10323.0, 10285.0, 10305.0, 10333.0, 10272.0, 10303.0, 10320.0, 10287.0, 10319.0, 10311.0, 10285.0, 10300.0, 10280.0, 10302.0, 10309.0, 10272.0, 10307.0, 10327.0, 10275.0, 10304.0, 10282.0, 10307.0, 10332.0, 10289.0, 10323.0, 10326.0, 10288.0, 10325.0, 10312.0, 10308.0, 10315.0, 10268.0, 10305.0, 10328.0, 10288.0, 10308.0, 10311.0, 10292.0, 10321.0, 10285.0, 10300.0, 10326.0, 10280.0, 10306.0, 10328.0, 10288.0, 10319.0, 10296.0, 10286.0, 10316.0, 10266.0, 10295.0, 10324.0, 10265.0, 10295.0, 10318.0, 10265.0, 10299.0, 10308.0, 10284.0, 10295.0, 10251.0, 10297.0, 10323.0, 10265.0, 10297.0, 10302.0, 10279.0, 10314.0, 10303.0, 10277.0, 10291.0, 10272.0, 10280.0, 10293.0, 10273.0, 10276.0, 10288.0, 10247.0, 10280.0, 10290.0, 10284.0, 10311.0, 10299.0, 10305.0, 10314.0, 10289.0, 10304.0, 10304.0, 10309.0, 10322.0, 10289.0, 10328.0, 10334.0, 10310.0, 10334.0, 10290.0, 10309.0, 10347.0, 10290.0, 10335.0, 10284.0, 10295.0, 10333.0, 10271.0, 10301.0, 10324.0, 10281.0, 10306.0, 10339.0, 10286.0, 10313.0, 10268.0, 10303.0, 10329.0, 10287.0, 10303.0, 10296.0, 10306.0, 10321.0, 10289.0, 10304.0, 10326.0, 10291.0, 10328.0, 10330.0, 10289.0, 10316.0, 10279.0, 10289.0, 10318.0, 10280.0, 10287.0, 10311.0, 10269.0, 10284.0, 10302.0, 10266.0, 10303.0, 10324.0, 10288.0, 10300.0, 10273.0, 10304.0, 10330.0, 10286.0, 10309.0, 10322.0, 10291.0, 10322.0, 10291.0, 10308.0, 10330.0, 10292.0, 10340.0, 10328.0, 10289.0, 10328.0, 10286.0, 10306.0, 10329.0, 10283.0, 10315.0, 10321.0, 10281.0, 10311.0, 10277.0, 10282.0, 10310.0, 10265.0, 10298.0, 10305.0, 10267.0, 10302.0, 10325.0, 10250.0, 10282.0, 10286.0, 10259.0, 10285.0, 10306.0, 10265.0, 10295.0, 10291.0, 10284.0, 10296.0, 10276.0, 10296.0, 10325.0, 10288.0, 10310.0, 10315.0, 10305.0, 10322.0, 10276.0, 10309.0, 10332.0, 10290.0, 10322.0, 10327.0, 10289.0, 10319.0, 10279.0, 10284.0, 10330.0, 10279.0, 10295.0, 10319.0, 10266.0, 10301.0, 10324.0, 10270.0, 10298.0, 10280.0, 10301.0, 10329.0, 10289.0, 10306.0, 10314.0, 10294.0, 10324.0, 10287.0, 10306.0, 10333.0, 10272.0, 10320.0, 10332.0, 10269.0, 10299.0, 10312.0, 10251.0, 10283.0, 10310.0, 10246.0, 10295.0, 10310.0, 10257.0, 10280.0, 10288.0, 10246.0, 10298.0, 10311.0, 10275.0, 10294.0, 10294.0, 10265.0, 10298.0, 10308.0, 10291.0, 10320.0, 10304.0, 10313.0, 10327.0, 10299.0, 10331.0, 10359.0, 10293.0, 10310.0, 10327.0, 10289.0, 10312.0, 10332.0, 10270.0, 10302.0, 10322.0, 10266.0, 10299.0, 10321.0, 10282.0, 10313.0, 10279.0, 10298.0, 10310.0, 10286.0, 10323.0, 10328.0, 10290.0, 10319.0, 10288.0, 10307.0, 10335.0, 10293.0, 10313.0, 10329.0, 10292.0, 10312.0, 10333.0, 10266.0, 10301.0, 10310.0, 10283.0, 10305.0, 10308.0, 10270.0, 10303.0, 10307.0, 10283.0, 10300.0, 10280.0, 10302.0, 10320.0, 10284.0, 10302.0, 10301.0, 10278.0, 10304.0, 10315.0, 10272.0, 10302.0, 10323.0, 10292.0, 10308.0, 10287.0, 10305.0, 10339.0, 10303.0, 10304.0, 10328.0, 10271.0, 10305.0, 10346.0, 10272.0, 10302.0, 10322.0, 10266.0, 10323.0, 10338.0, 10285.0, 10315.0, 10278.0, 10286.0, 10314.0, 10266.0, 10297.0, 10323.0, 10266.0, 10298.0, 10305.0, 10285.0, 10304.0, 10278.0, 10304.0, 10312.0, 10285.0, 10307.0, 10343.0, 10284.0, 10300.0, 10303.0, 10281.0, 10316.0, 10266.0, 10294.0, 10309.0, 10263.0, 10280.0, 10305.0, 10264.0, 10280.0, 10302.0, 10263.0, 10296.0, 10302.0, 10273.0, 10298.0, 10318.0, 10265.0, 10294.0, 10269.0, 10276.0, 10296.0, 10287.0, 10277.0, 10290.0, 10255.0, 10290.0, 10292.0, 10248.0, 10293.0, 10305.0, 10267.0, 10297.0, 10305.0, 10267.0, 10303.0, 10290.0, 10284.0, 10299.0, 10270.0, 10302.0, 10319.0, 10280.0, 10291.0, 10297.0, 10260.0, 10293.0, 10310.0, 10263.0, 10295.0, 10307.0, 10290.0, 10306.0, 10305.0, 10309.0, 10322.0, 10276.0, 10324.0, 10334.0, 10309.0, 10327.0, 10292.0, 10311.0, 10339.0, 10277.0, 10304.0, 10352.0, 10283.0, 10289.0, 10311.0, 10255.0, 10302.0, 10330.0, 10262.0, 10279.0, 10289.0, 10250.0, 10298.0, 10307.0, 10267.0, 10298.0, 10308.0, 10285.0, 10317.0, 10275.0, 10307.0, 10330.0, 10295.0, 10322.0, 10278.0, 10325.0, 10336.0, 10293.0, 10330.0, 10333.0, 10306.0, 10324.0, 10301.0, 10289.0, 10328.0, 10256.0, 10301.0, 10327.0, 10252.0, 10281.0, 10303.0, 10262.0, 10298.0, 10314.0, 10277.0, 10296.0, 10261.0, 10279.0, 10293.0, 10251.0, 10296.0, 10309.0, 10270.0, 10305.0, 10282.0, 10302.0, 10319.0, 10306.0, 10331.0, 10338.0, 10331.0, 10326.0, 10275.0, 10307.0, 10330.0, 10315.0, 10328.0, 10334.0, 10270.0, 10304.0, 10311.0, 10269.0, 10304.0, 10325.0, 10264.0, 10281.0, 10291.0, 10246.0, 10281.0, 10292.0, 10261.0, 10297.0, 10293.0, 10264.0, 10293.0, 10291.0, 10265.0, 10316.0, 10312.0, 10285.0, 10316.0, 10308.0, 10294.0, 10327.0, 10302.0, 10321.0, 10318.0, 10277.0, 10324.0, 10333.0, 10290.0, 10308.0, 10329.0, 10270.0, 10303.0, 10311.0, 10267.0, 10300.0, 10305.0, 10266.0, 10298.0, 10288.0, 10282.0, 10308.0, 10322.0, 10281.0, 10299.0, 10269.0, 10319.0, 10334.0, 10270.0, 10301.0, 10315.0, 10274.0, 10306.0, 10315.0, 10282.0, 10306.0, 10330.0, 10270.0, 10304.0, 10310.0, 10286.0, 10322.0, 10307.0, 10284.0, 10316.0, 10279.0, 10289.0, 10303.0, 10268.0, 10296.0, 10300.0, 10264.0, 10296.0, 10298.0, 10266.0, 10302.0, 10331.0, 10270.0, 10301.0, 10310.0, 10275.0, 10300.0, 10326.0, 10288.0, 10320.0, 10326.0, 10285.0, 10317.0, 10310.0, 10300.0, 10319.0, 10325.0, 10282.0, 10300.0, 10303.0, 10282.0, 10301.0, 10307.0, 10280.0, 10295.0, 10277.0, 10296.0, 10314.0, 10270.0, 10319.0, 10312.0, 10272.0, 10301.0, 10313.0, 10318.0, 10321.0, 10281.0, 10323.0, 10334.0, 10309.0, 10330.0, 10348.0, 10306.0, 10336.0, 10284.0, 10303.0, 10338.0, 10282.0, 10300.0, 10314.0, 10265.0, 10284.0, 10298.0, 10262.0, 10299.0, 10316.0, 10267.0, 10293.0, 10295.0, 10267.0, 10301.0, 10316.0, 10267.0, 10299.0, 10297.0, 10270.0, 10303.0, 10314.0, 10289.0, 10324.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.0006781666666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.01927846090909091</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.08200596707357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2713800350568614</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053824301667935</td></tr>
<tr><td colspan=3>efc</td><td>0.5142</td></tr>
<tr><td colspan=3>fber</td><td>4630.3447</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08429579992713675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7575757575757576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5883674381483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.601740665242396</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.780195024624076</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3831666245784295</td></tr>
<tr><td colspan=3>gcor</td><td>0.00537044</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006631997413933277</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030697612091898918</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.081546906528154</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>21.4863</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.132</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.9169</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1180.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.051</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7242</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.478</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3835.3992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.0802</td></tr>
<tr><td colspan=3>tsnr</td><td>44.91395118832588</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>