<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-04/func/sub-0057_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>a01e0912b005e15371baaf360bf0e8e2</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>12:48:23.827500</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.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</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.10969</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>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a70aac12-7630-4dea-a05f-0c1559616e20||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.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['124823.827500', '124824.287500', '124824.747500', '124825.207500', '124825.667500', '124826.127500', '124826.587500', '124827.047500', '124827.507500', '124827.967500', '124828.427500', '124828.887500', '124829.347500', '124829.807500', '124830.267500', '124830.727500', '124831.187500', '124831.647500', '124832.107500', '124832.567500', '124833.027500', '124833.487500', '124833.947500', '124834.407500', '124834.867500', '124835.327500', '124835.787500', '124836.247500', '124836.707500', '124837.167500', '124837.627500', '124838.087500', '124838.547500', '124839.007500', '124839.467500', '124839.927500', '124840.387500', '124840.847500', '124841.307500', '124841.767500', '124842.227500', '124842.687500', '124843.147500', '124843.607500', '124844.067500', '124844.527500', '124844.987500', '124845.447500', '124845.907500', '124846.367500', '124846.827500', '124847.287500', '124847.747500', '124848.207500', '124848.667500', '124849.127500', '124849.587500', '124850.047500', '124850.507500', '124850.967500', '124851.427500', '124851.887500', '124852.347500', '124852.807500', '124853.267500', '124853.727500', '124854.187500', '124854.647500', '124855.107500', '124855.567500', '124856.027500', '124856.487500', '124856.947500', '124857.407500', '124857.867500', '124858.327500', '124858.787500', '124859.247500', '124859.707500', '124900.167500', '124900.627500', '124901.087500', '124901.547500', '124902.007500', '124902.467500', '124902.927500', '124903.387500', '124903.847500', '124904.307500', '124904.767500', '124905.227500', '124905.687500', '124906.147500', '124906.607500', '124907.067500', '124907.527500', '124907.987500', '124908.447500', '124908.907500', '124909.367500', '124909.827500', '124910.287500', '124910.747500', '124911.207500', '124911.667500', '124912.127500', '124912.587500', '124913.047500', '124913.507500', '124913.967500', '124914.427500', '124914.887500', '124915.347500', '124915.807500', '124916.267500', '124916.727500', '124917.187500', '124917.647500', '124918.107500', '124918.567500', '124919.027500', '124919.487500', '124919.947500', '124920.407500', '124920.867500', '124921.327500', '124921.787500', '124922.247500', '124922.707500', '124923.167500', '124923.627500', '124924.087500', '124924.547500', '124925.007500', '124925.467500', '124925.927500', '124926.387500', '124926.847500', '124927.307500', '124927.767500', '124928.227500', '124928.687500', '124929.147500', '124929.607500', '124930.067500', '124930.527500', '124930.987500', '124931.447500', '124931.907500', '124932.367500', '124932.827500', '124933.287500', '124933.747500', '124934.207500', '124934.667500', '124935.127500', '124935.587500', '124936.047500', '124936.507500', '124936.967500', '124937.427500', '124937.887500', '124938.347500', '124938.807500', '124939.267500', '124939.727500', '124940.187500', '124940.647500', '124941.107500', '124941.567500', '124942.027500', '124942.487500', '124942.947500', '124943.407500', '124943.867500', '124944.327500', '124944.787500', '124945.247500', '124945.707500', '124946.167500', '124946.627500', '124947.087500', '124947.547500', '124948.007500', '124948.467500', '124948.927500', '124949.387500', '124949.847500', '124950.307500', '124950.767500', '124951.227500', '124951.687500', '124952.147500', '124952.607500', '124953.067500', '124953.527500', '124953.987500', '124954.447500', '124954.907500', '124955.367500', '124955.827500', '124956.287500', '124956.747500', '124957.207500', '124957.667500', '124958.127500', '124958.587500', '124959.047500', '124959.507500', '124959.967500', '125000.427500', '125000.887500', '125001.347500', '125001.807500', '125002.267500', '125002.727500', '125003.187500', '125003.647500', '125004.107500', '125004.567500', '125005.027500', '125005.487500', '125005.947500', '125006.407500', '125006.867500', '125007.327500', '125007.787500', '125008.247500', '125008.707500', '125009.167500', '125009.627500', '125010.087500', '125010.547500', '125011.007500', '125011.467500', '125011.927500', '125012.387500', '125012.847500', '125013.307500', '125013.767500', '125014.227500', '125014.687500', '125015.147500', '125015.607500', '125016.067500', '125016.527500', '125016.987500', '125017.447500', '125017.907500', '125018.367500', '125018.827500', '125019.287500', '125019.747500', '125020.207500', '125020.667500', '125021.127500', '125021.587500', '125022.047500', '125022.507500', '125022.967500', '125023.427500', '125023.887500', '125024.347500', '125024.807500', '125025.267500', '125025.727500', '125026.187500', '125026.647500', '125027.107500', '125027.567500', '125028.027500', '125028.487500', '125028.947500', '125029.407500', '125029.867500', '125030.327500', '125030.787500', '125031.247500', '125031.707500', '125032.167500', '125032.627500', '125033.087500', '125033.547500', '125034.007500', '125034.467500', '125034.927500', '125035.387500', '125035.847500', '125036.307500', '125036.767500', '125037.227500', '125037.687500', '125038.147500', '125038.607500', '125039.067500', '125039.527500', '125039.987500', '125040.447500', '125040.907500', '125041.367500', '125041.827500', '125042.287500', '125042.747500', '125043.207500', '125043.667500', '125044.127500', '125044.587500', '125045.047500', '125045.507500', '125045.967500', '125046.427500', '125046.887500', '125047.347500', '125047.807500', '125048.267500', '125048.727500', '125049.187500', '125049.647500', '125050.107500', '125050.567500', '125051.027500', '125051.487500', '125051.947500', '125052.407500', '125052.867500', '125053.327500', '125053.787500', '125054.247500', '125054.707500', '125055.167500', '125055.627500', '125056.087500', '125056.547500', '125057.007500', '125057.467500', '125057.927500', '125058.387500', '125058.847500', '125059.307500', '125059.767500', '125100.227500', '125100.687500', '125101.147500', '125101.607500', '125102.067500', '125102.527500', '125102.987500', '125103.447500', '125103.907500', '125104.367500', '125104.827500', '125105.287500', '125105.747500', '125106.207500', '125106.667500', '125107.127500', '125107.587500', '125108.047500', '125108.507500', '125108.967500', '125109.427500', '125109.887500', '125110.347500', '125110.807500', '125111.267500', '125111.727500', '125112.187500', '125112.647500', '125113.107500', '125113.567500', '125114.027500', '125114.487500', '125114.947500', '125115.407500', '125115.867500', '125116.327500', '125116.787500', '125117.247500', '125117.707500', '125118.167500', '125118.627500', '125119.087500', '125119.547500', '125120.007500', '125120.467500', '125120.927500', '125121.387500', '125121.847500', '125122.307500', '125122.767500', '125123.227500', '125123.687500', '125124.147500', '125124.607500', '125125.067500', '125125.527500', '125125.987500', '125126.447500', '125126.907500', '125127.367500', '125127.827500', '125128.287500', '125128.747500', '125129.207500', '125129.667500', '125130.127500', '125130.587500', '125131.047500', '125131.507500', '125131.967500', '125132.427500', '125132.887500', '125133.347500', '125133.807500', '125134.267500', '125134.727500', '125135.187500', '125135.647500', '125136.107500', '125136.567500', '125137.027500', '125137.487500', '125137.947500', '125138.407500', '125138.867500', '125139.327500', '125139.787500', '125140.247500', '125140.707500', '125141.167500', '125141.627500', '125142.087500', '125142.547500', '125143.007500', '125143.467500', '125143.927500', '125144.387500', '125144.847500', '125145.307500', '125145.767500', '125146.227500', '125146.687500', '125147.147500', '125147.607500', '125148.067500', '125148.527500', '125148.987500', '125149.447500', '125149.907500', '125150.367500', '125150.827500', '125151.287500', '125151.747500', '125152.207500', '125152.667500', '125153.127500', '125153.587500', '125154.047500', '125154.507500', '125154.967500', '125155.427500', '125155.887500', '125156.347500', '125156.807500', '125157.267500', '125157.727500', '125158.187500', '125158.647500', '125159.107500', '125159.567500', '125200.027500', '125200.487500', '125200.947500', '125201.407500', '125201.867500', '125202.327500', '125202.787500', '125203.247500', '125203.707500', '125204.167500', '125204.627500', '125205.087500', '125205.547500', '125206.007500', '125206.467500', '125206.927500', '125207.387500', '125207.847500', '125208.307500', '125208.767500', '125209.227500', '125209.687500', '125210.147500', '125210.607500', '125211.067500', '125211.527500', '125211.987500', '125212.447500', '125212.907500', '125213.367500', '125213.827500', '125214.287500', '125214.747500', '125215.207500', '125215.667500', '125216.127500', '125216.587500', '125217.047500', '125217.507500', '125217.967500', '125218.427500', '125218.887500', '125219.347500', '125219.807500', '125220.267500', '125220.727500', '125221.187500', '125221.647500', '125222.107500', '125222.567500', '125223.027500', '125223.487500', '125223.947500', '125224.407500', '125224.867500', '125225.327500', '125225.787500', '125226.247500', '125226.707500', '125227.167500', '125227.627500', '125228.087500', '125228.547500', '125229.007500', '125229.467500', '125229.927500', '125230.387500', '125230.847500', '125231.307500', '125231.767500', '125232.227500', '125232.687500', '125233.147500', '125233.607500', '125234.067500', '125234.527500', '125234.987500', '125235.447500', '125235.907500', '125236.367500', '125236.827500', '125237.287500', '125237.747500', '125238.207500', '125238.667500', '125239.127500', '125239.587500', '125240.047500', '125240.507500', '125240.967500', '125241.427500', '125241.887500', '125242.347500', '125242.807500', '125243.267500', '125243.727500', '125244.187500', '125244.647500', '125245.107500', '125245.567500', '125246.027500', '125246.487500', '125246.947500', '125247.407500', '125247.867500', '125248.327500', '125248.787500', '125249.247500', '125249.707500', '125250.167500', '125250.627500', '125251.087500', '125251.547500', '125252.007500', '125252.467500', '125252.927500', '125253.387500', '125253.847500', '125254.307500', '125254.767500', '125255.227500', '125255.687500', '125256.147500', '125256.607500', '125257.067500', '125257.527500', '125257.987500', '125258.447500', '125258.907500', '125259.367500', '125259.827500', '125300.287500', '125300.747500', '125301.207500', '125301.667500', '125302.127500', '125302.587500', '125303.047500', '125303.507500', '125303.967500', '125304.427500', '125304.887500', '125305.347500', '125305.807500', '125306.267500', '125306.727500', '125307.187500', '125307.647500', '125308.107500', '125308.567500', '125309.027500', '125309.487500', '125309.947500', '125310.407500', '125310.867500', '125311.327500', '125311.787500', '125312.247500', '125312.707500', '125313.167500', '125313.627500', '125314.087500', '125314.547500', '125315.007500', '125315.467500', '125315.927500', '125316.387500', '125316.847500', '125317.307500', '125317.767500', '125318.227500', '125318.687500', '125319.147500', '125319.607500', '125320.067500', '125320.527500', '125320.987500', '125321.447500', '125321.907500', '125322.367500', '125322.827500', '125323.287500', '125323.747500', '125324.207500', '125324.667500', '125325.127500', '125325.587500', '125326.047500', '125326.507500', '125326.967500', '125327.427500', '125327.887500', '125328.347500', '125328.807500', '125329.267500', '125329.727500', '125330.187500', '125330.647500', '125331.107500', '125331.567500', '125332.027500', '125332.487500', '125332.947500', '125333.407500', '125333.867500', '125334.327500', '125334.787500', '125335.247500', '125335.707500', '125336.167500', '125336.627500', '125337.087500', '125337.547500', '125338.007500', '125338.467500', '125338.927500', '125339.387500', '125339.847500', '125340.307500', '125340.767500', '125341.227500', '125341.687500', '125342.147500', '125342.607500', '125343.067500', '125343.527500', '125343.987500', '125344.447500', '125344.907500', '125345.367500', '125345.827500', '125346.287500', '125346.747500', '125347.207500', '125347.667500', '125348.127500', '125348.587500', '125349.047500', '125349.507500', '125349.967500', '125350.427500', '125350.887500', '125351.347500', '125351.807500', '125352.267500', '125352.727500', '125353.187500', '125353.647500', '125354.107500', '125354.567500', '125355.027500', '125355.487500', '125355.947500', '125356.407500', '125356.867500', '125357.327500', '125357.787500', '125358.247500', '125358.707500', '125359.167500', '125359.627500', '125400.087500', '125400.547500', '125401.007500', '125401.467500', '125401.927500', '125402.387500', '125402.847500', '125403.307500', '125403.767500', '125404.227500', '125404.687500', '125405.147500', '125405.607500', '125406.067500', '125406.527500', '125406.987500', '125407.447500', '125407.907500', '125408.367500', '125408.827500', '125409.287500', '125409.747500', '125410.207500', '125410.667500', '125411.127500', '125411.587500', '125412.047500', '125412.507500', '125412.967500', '125413.427500', '125413.887500', '125414.347500', '125414.807500', '125415.267500', '125415.727500', '125416.187500', '125416.647500', '125417.107500', '125417.567500', '125418.027500', '125418.487500', '125418.947500', '125419.407500', '125419.867500', '125420.327500', '125420.787500', '125421.247500', '125421.707500', '125422.167500', '125422.627500', '125423.087500', '125423.547500', '125424.007500', '125424.467500', '125424.927500', '125425.387500', '125425.847500', '125426.307500', '125426.767500', '125427.227500', '125427.687500', '125428.147500', '125428.607500', '125429.067500', '125429.527500', '125429.987500', '125430.447500', '125430.907500', '125431.367500', '125431.827500', '125432.287500', '125432.747500', '125433.207500', '125433.667500', '125434.127500', '125434.587500', '125435.047500', '125435.507500', '125435.967500', '125436.427500', '125436.887500', '125437.347500', '125437.807500', '125438.267500', '125438.727500', '125439.187500', '125439.647500', '125440.107500', '125440.567500', '125441.027500', '125441.487500', '125441.947500', '125442.407500', '125442.867500', '125443.327500', '125443.787500', '125444.247500', '125444.707500', '125445.167500', '125445.627500', '125446.087500', '125446.547500', '125447.007500', '125447.467500', '125447.927500', '125448.387500', '125448.847500', '125449.307500', '125449.767500', '125450.227500', '125450.687500', '125451.147500', '125451.607500', '125452.067500', '125452.527500', '125452.987500', '125453.447500', '125453.907500', '125454.367500', '125454.827500', '125455.287500', '125455.747500', '125456.207500', '125456.667500', '125457.127500', '125457.587500', '125458.047500', '125458.507500', '125458.967500', '125459.427500', '125459.887500', '125500.347500', '125500.807500', '125501.267500', '125501.727500', '125502.187500', '125502.647500', '125503.107500', '125503.567500', '125504.027500', '125504.487500', '125504.947500', '125505.407500', '125505.867500', '125506.327500', '125506.787500', '125507.247500', '125507.707500', '125508.167500', '125508.627500', '125509.087500', '125509.547500', '125510.007500', '125510.467500', '125510.927500', '125511.387500', '125511.847500', '125512.307500', '125512.767500', '125513.227500', '125513.687500', '125514.147500', '125514.607500', '125515.067500', '125515.527500', '125515.987500', '125516.447500', '125516.907500', '125517.367500', '125517.827500', '125518.287500', '125518.747500', '125519.207500', '125519.667500', '125520.127500', '125520.587500', '125521.047500', '125521.507500', '125521.967500', '125522.427500', '125522.887500', '125523.347500', '125523.807500', '125524.267500', '125524.727500', '125525.187500', '125525.647500', '125526.107500', '125526.567500', '125527.027500', '125527.487500', '125527.947500', '125528.407500', '125528.867500', '125529.327500', '125529.787500', '125530.247500', '125530.707500', '125531.167500', '125531.627500', '125532.087500', '125532.547500', '125533.007500', '125533.467500', '125533.927500', '125534.387500', '125534.847500', '125535.307500', '125535.767500', '125536.227500', '125536.687500', '125537.147500', '125537.607500', '125538.067500', '125538.527500', '125538.987500', '125539.447500', '125539.907500', '125540.367500', '125540.827500', '125541.287500', '125541.747500', '125542.207500', '125542.667500', '125543.127500', '125543.587500', '125544.047500', '125544.507500', '125544.967500', '125545.427500', '125545.887500', '125546.347500', '125546.807500', '125547.267500', '125547.727500', '125548.187500', '125548.647500', '125549.107500', '125549.567500', '125550.027500', '125550.487500', '125550.947500', '125551.407500', '125551.867500', '125552.327500', '125552.787500', '125553.247500', '125553.707500', '125554.167500', '125554.627500', '125555.087500', '125555.547500', '125556.007500', '125556.467500', '125556.927500', '125557.387500', '125557.847500', '125558.307500', '125558.767500', '125559.227500', '125559.687500', '125600.147500', '125600.607500', '125601.067500', '125601.527500', '125601.987500', '125602.447500', '125602.907500', '125603.367500', '125603.827500', '125604.287500', '125604.747500', '125605.207500', '125605.667500', '125606.127500', '125606.587500', '125607.047500', '125607.507500', '125607.967500', '125608.427500', '125608.887500', '125609.347500', '125609.807500', '125610.267500', '125610.727500', '125611.187500', '125611.647500', '125612.107500', '125612.567500', '125613.027500', '125613.487500', '125613.947500', '125614.407500', '125614.867500', '125615.327500', '125615.787500', '125616.247500', '125616.707500', '125617.167500', '125617.627500', '125618.087500', '125618.547500', '125619.007500', '125619.467500', '125619.927500', '125620.387500', '125620.847500', '125621.307500', '125621.767500', '125622.227500', '125622.687500', '125623.147500', '125623.607500', '125624.067500', '125624.527500', '125624.987500', '125625.447500', '125625.907500', '125626.367500', '125626.827500', '125627.287500', '125627.747500', '125628.207500', '125628.667500', '125629.127500', '125629.587500', '125630.047500', '125630.507500', '125630.967500', '125631.427500', '125631.887500', '125632.347500', '125632.807500', '125633.267500', '125633.727500', '125634.187500', '125634.647500', '125635.107500', '125635.567500', '125636.027500', '125636.487500', '125636.947500', '125637.407500', '125637.867500', '125638.327500', '125638.787500', '125639.247500', '125639.707500', '125640.167500', '125640.627500', '125641.087500', '125641.547500', '125642.007500', '125642.467500', '125642.927500', '125643.387500', '125643.847500', '125644.307500', '125644.767500', '125645.227500', '125645.687500', '125646.147500', '125646.607500', '125647.067500', '125647.527500', '125647.987500', '125648.447500', '125648.907500', '125649.367500', '125649.827500', '125650.287500', '125650.747500', '125651.207500', '125651.667500', '125652.127500', '125652.587500', '125653.047500', '125653.507500', '125653.967500', '125654.427500', '125654.887500', '125655.347500', '125655.807500', '125656.267500', '125656.727500', '125657.187500', '125657.647500', '125658.107500', '125658.567500', '125659.027500', '125659.487500', '125659.947500', '125700.407500', '125700.867500', '125701.327500', '125701.787500', '125702.247500', '125702.707500', '125703.167500', '125703.627500', '125704.087500', '125704.547500', '125705.007500', '125705.467500', '125705.927500', '125706.387500', '125706.847500', '125707.307500', '125707.767500', '125708.227500', '125708.687500', '125709.147500', '125709.607500', '125710.067500', '125710.527500', '125710.987500', '125711.447500', '125711.907500', '125712.367500', '125712.827500', '125713.287500', '125713.747500', '125714.207500', '125714.667500', '125715.127500', '125715.587500', '125716.047500', '125716.507500', '125716.967500', '125717.427500', '125717.887500', '125718.347500', '125718.807500', '125719.267500', '125719.727500', '125720.187500', '125720.647500', '125721.107500', '125721.567500', '125722.027500', '125722.487500', '125722.947500', '125723.407500', '125723.867500', '125724.327500', '125724.787500', '125725.247500', '125725.707500', '125726.167500', '125726.627500', '125727.087500', '125727.547500', '125728.007500', '125728.467500', '125728.927500', '125729.387500', '125729.847500', '125730.307500', '125730.767500', '125731.227500', '125731.687500', '125732.147500', '125732.607500', '125733.067500', '125733.527500', '125733.987500', '125734.447500', '125734.907500', '125735.367500', '125735.827500', '125736.287500', '125736.747500', '125737.207500', '125737.667500', '125738.127500', '125738.587500', '125739.047500', '125739.507500', '125739.967500', '125740.427500', '125740.887500', '125741.347500', '125741.807500', '125742.267500', '125742.727500', '125743.187500', '125743.647500', '125744.107500', '125744.567500', '125745.027500', '125745.487500', '125745.947500', '125746.407500', '125746.867500', '125747.327500', '125747.787500', '125748.247500', '125748.707500', '125749.167500', '125749.627500', '125750.087500', '125750.547500', '125751.007500', '125751.467500', '125751.927500', '125752.387500', '125752.847500', '125753.307500', '125753.767500', '125754.227500', '125754.687500', '125755.147500', '125755.607500', '125756.067500', '125756.527500', '125756.987500', '125757.447500', '125757.907500', '125758.367500', '125758.827500', '125759.287500', '125759.747500', '125800.207500', '125800.667500', '125801.127500', '125801.587500', '125802.047500', '125802.507500', '125802.967500', '125803.427500', '125803.887500', '125804.347500', '125804.807500', '125805.267500', '125805.727500', '125806.187500', '125806.647500', '125807.107500', '125807.567500', '125808.027500', '125808.487500', '125808.947500', '125809.407500', '125809.867500', '125810.327500', '125810.787500', '125811.247500', '125811.707500', '125812.167500', '125812.627500', '125813.087500', '125813.547500', '125814.007500', '125814.467500', '125814.927500', '125815.387500', '125815.847500', '125816.307500', '125816.767500', '125817.227500', '125817.687500', '125818.147500', '125818.607500', '125819.067500', '125819.527500', '125819.987500', '125820.447500', '125820.907500', '125821.367500', '125821.827500', '125822.287500', '125822.747500', '125823.207500', '125823.667500', '125824.127500', '125824.587500', '125825.047500', '125825.507500', '125825.967500', '125826.427500', '125826.887500', '125827.347500', '125827.807500', '125828.267500', '125828.727500', '125829.187500', '125829.647500', '125830.107500', '125830.567500', '125831.027500', '125831.487500'], 'ContentTime': ['124849.478000', '124849.481000', '124849.484000', '124849.486000', '124849.489000', '124849.492000', '124849.494000', '124849.497000', '124849.499000', '124849.502000', '124849.504000', '124849.507000', '124849.510000', '124849.512000', '124849.515000', '124849.517000', '124849.520000', '124849.522000', '124849.525000', '124849.528000', '124849.530000', '124849.533000', '124849.535000', '124849.538000', '124849.540000', '124849.543000', '124849.546000', '124849.548000', '124849.551000', '124849.553000', '124849.565000', '124849.568000', '124849.571000', '124849.574000', '124849.576000', '124849.579000', '124849.582000', '124849.584000', '124849.587000', '124849.590000', '124849.593000', '124849.595000', '124849.598000', '124849.601000', '124849.603000', '124849.606000', '124849.608000', '124849.611000', '124849.614000', '124849.616000', '124849.619000', '124849.621000', '124849.624000', '124909.440000', '124909.443000', '124909.446000', '124909.448000', '124909.451000', '124909.453000', '124909.456000', '124909.459000', '124909.461000', '124909.464000', '124909.466000', '124909.469000', '124909.471000', '124909.474000', '124909.476000', '124909.479000', '124909.482000', '124909.484000', '124909.487000', '124909.489000', '124909.492000', '124909.494000', '124909.497000', '124909.499000', '124909.502000', '124909.504000', '124909.507000', '124909.510000', '124909.512000', '124909.515000', '124909.517000', '124909.520000', '124909.523000', '124909.525000', '124909.528000', '124909.530000', '124909.533000', '124909.535000', '124909.538000', '124909.540000', '124909.543000', '124909.545000', '124909.560000', '124909.562000', '124929.440000', '124929.451000', '124929.454000', '124929.457000', '124929.459000', '124929.462000', '124929.464000', '124929.467000', '124929.469000', '124929.472000', '124929.474000', '124929.477000', '124929.480000', '124929.482000', '124929.485000', '124929.487000', '124929.490000', '124929.493000', '124929.495000', '124929.498000', '124929.500000', '124929.503000', '124929.506000', '124929.508000', '124929.511000', '124929.513000', '124929.516000', '124929.519000', '124929.521000', '124929.524000', '124929.527000', '124929.529000', '124929.532000', '124929.534000', '124929.537000', '124929.540000', '124929.542000', '124929.545000', '124929.547000', '124929.550000', '124929.552000', '124929.555000', '124929.558000', '124949.440000', '124949.442000', '124949.445000', '124949.455000', '124949.458000', '124949.461000', '124949.464000', '124949.466000', '124949.469000', '124949.471000', '124949.474000', '124949.476000', '124949.479000', '124949.482000', '124949.484000', '124949.487000', '124949.489000', '124949.492000', '124949.494000', '124949.497000', '124949.500000', '124949.502000', '124949.505000', '124949.507000', '124949.510000', '124949.512000', '124949.515000', '124949.518000', '124949.520000', '124949.523000', '124949.526000', '124949.528000', '124949.531000', '124949.533000', '124949.536000', '124949.538000', '124949.541000', '124949.543000', '124949.546000', '124949.549000', '124949.551000', '124949.554000', '124949.556000', '125009.441000', '125009.444000', '125009.446000', '125009.449000', '125009.451000', '125009.454000', '125009.456000', '125009.459000', '125009.462000', '125009.464000', '125009.467000', '125009.469000', '125009.472000', '125009.475000', '125009.477000', '125009.480000', '125009.482000', '125009.485000', '125009.488000', '125009.490000', '125009.493000', '125009.495000', '125009.498000', '125009.501000', '125009.503000', '125009.506000', '125009.508000', '125009.511000', '125009.514000', '125009.516000', '125009.519000', '125009.522000', '125009.524000', '125009.527000', '125009.530000', '125009.532000', '125009.535000', '125009.537000', '125009.540000', '125009.542000', '125009.545000', '125009.547000', '125009.550000', '125009.589000', '125029.440000', '125029.443000', '125029.446000', '125029.448000', '125029.451000', '125029.453000', '125029.456000', '125029.459000', '125029.461000', '125029.464000', '125029.466000', '125029.469000', '125029.471000', '125029.474000', '125029.476000', '125029.479000', '125029.482000', '125029.484000', '125029.487000', '125029.489000', '125029.492000', '125029.494000', '125029.497000', '125029.500000', '125029.502000', '125029.505000', '125029.507000', '125029.510000', '125029.512000', '125029.515000', '125029.518000', '125029.520000', '125029.523000', '125029.525000', '125029.528000', '125029.531000', '125029.533000', '125029.536000', '125029.538000', '125029.541000', '125029.543000', '125029.546000', '125029.549000', '125029.551000', '125049.440000', '125049.443000', '125049.446000', '125049.448000', '125049.451000', '125049.454000', '125049.456000', '125049.459000', '125049.461000', '125049.464000', '125049.466000', '125049.469000', '125049.472000', '125049.474000', '125049.477000', '125049.479000', '125049.482000', '125049.485000', '125049.487000', '125049.490000', '125049.493000', '125049.495000', '125049.498000', '125049.500000', '125049.503000', '125049.506000', '125049.508000', '125049.511000', '125049.513000', '125049.516000', '125049.519000', '125049.521000', '125049.524000', '125049.527000', '125049.529000', '125049.532000', '125049.534000', '125049.537000', '125049.539000', '125049.542000', '125049.545000', '125049.547000', '125049.550000', '125109.441000', '125109.443000', '125109.446000', '125109.449000', '125109.451000', '125109.454000', '125109.456000', '125109.459000', '125109.461000', '125109.464000', '125109.467000', '125109.470000', '125109.473000', '125109.476000', '125109.479000', '125109.482000', '125109.484000', '125109.487000', '125109.517000', '125109.519000', '125109.522000', '125109.524000', '125109.527000', '125109.529000', '125109.532000', '125109.535000', '125109.537000', '125109.540000', '125109.542000', '125109.545000', '125109.547000', '125109.550000', '125109.552000', '125109.555000', '125109.558000', '125109.560000', '125109.563000', '125109.565000', '125109.568000', '125109.570000', '125109.573000', '125109.576000', '125109.578000', '125129.441000', '125129.443000', '125129.446000', '125129.448000', '125129.451000', '125129.454000', '125129.456000', '125129.459000', '125129.461000', '125129.464000', '125129.467000', '125129.469000', '125129.472000', '125129.474000', '125129.477000', '125129.480000', '125129.482000', '125129.485000', '125129.487000', '125129.490000', '125129.492000', '125129.495000', '125129.498000', '125129.500000', '125129.503000', '125129.505000', '125129.508000', '125129.510000', '125129.513000', '125129.516000', '125129.518000', '125129.521000', '125129.523000', '125129.526000', '125129.528000', '125129.531000', '125129.534000', '125129.536000', '125129.539000', '125129.541000', '125129.544000', '125129.547000', '125129.549000', '125129.552000', '125149.441000', '125149.443000', '125149.446000', '125149.449000', '125149.451000', '125149.454000', '125149.456000', '125149.459000', '125149.461000', '125149.464000', '125149.467000', '125149.469000', '125149.472000', '125149.474000', '125149.477000', '125149.480000', '125149.482000', '125149.485000', '125149.487000', '125149.490000', '125149.493000', '125149.495000', '125149.498000', '125149.500000', '125149.503000', '125149.506000', '125149.508000', '125149.511000', '125149.513000', '125149.516000', '125149.519000', '125149.521000', '125149.524000', '125149.526000', '125149.529000', '125149.531000', '125149.534000', '125149.536000', '125149.582000', '125149.585000', '125149.587000', '125149.590000', '125149.593000', '125149.595000', '125209.439000', '125209.442000', '125209.445000', '125209.447000', '125209.450000', '125209.452000', '125209.455000', '125209.458000', '125209.460000', '125209.463000', '125209.465000', '125209.468000', '125209.471000', '125209.473000', '125209.476000', '125209.478000', '125209.481000', '125209.484000', '125209.486000', '125209.489000', '125209.491000', '125209.494000', '125209.496000', '125209.499000', '125209.502000', '125209.504000', '125209.507000', '125209.509000', '125209.512000', '125209.515000', '125209.517000', '125209.520000', '125209.522000', '125209.525000', '125209.527000', '125209.530000', '125209.533000', '125209.535000', '125209.538000', '125209.540000', '125209.543000', '125209.545000', '125209.548000', '125229.441000', '125229.444000', '125229.446000', '125229.449000', '125229.453000', '125229.456000', '125229.459000', '125229.461000', '125229.464000', '125229.468000', '125229.471000', '125229.473000', '125229.476000', '125229.479000', '125229.481000', '125229.484000', '125229.487000', '125229.489000', '125229.492000', '125229.495000', '125229.497000', '125229.500000', '125229.502000', '125229.505000', '125229.508000', '125229.510000', '125229.513000', '125229.515000', '125229.518000', '125229.521000', '125229.523000', '125229.526000', '125229.529000', '125229.531000', '125229.534000', '125229.536000', '125229.539000', '125229.542000', '125229.544000', '125229.547000', '125229.550000', '125229.552000', '125229.555000', '125249.441000', '125249.443000', '125249.446000', '125249.449000', '125249.451000', '125249.454000', '125249.456000', '125249.459000', '125249.462000', '125249.464000', '125249.467000', '125249.469000', '125249.472000', '125249.474000', '125249.477000', '125249.479000', '125249.482000', '125249.485000', '125249.487000', '125249.490000', '125249.492000', '125249.495000', '125249.498000', '125249.500000', '125249.503000', '125249.505000', '125249.508000', '125249.511000', '125249.513000', '125249.516000', '125249.518000', '125249.521000', '125249.524000', '125249.526000', '125249.529000', '125249.531000', '125249.534000', '125249.536000', '125249.539000', '125249.542000', '125249.544000', '125249.547000', '125249.549000', '125249.552000', '125309.441000', '125309.443000', '125309.446000', '125309.449000', '125309.451000', '125309.454000', '125309.456000', '125309.459000', '125309.462000', '125309.464000', '125309.467000', '125309.470000', '125309.472000', '125309.475000', '125309.478000', '125309.481000', '125309.483000', '125309.486000', '125309.489000', '125309.491000', '125309.494000', '125309.496000', '125309.499000', '125309.501000', '125309.504000', '125309.507000', '125309.509000', '125309.512000', '125309.514000', '125309.517000', '125309.519000', '125309.522000', '125309.525000', '125309.527000', '125309.530000', '125309.532000', '125309.535000', '125309.537000', '125309.540000', '125309.543000', '125309.545000', '125309.548000', '125309.550000', '125329.441000', '125329.444000', '125329.446000', '125329.449000', '125329.452000', '125329.454000', '125329.457000', '125329.459000', '125329.462000', '125329.465000', '125329.467000', '125329.470000', '125329.472000', '125329.475000', '125329.477000', '125329.480000', '125329.483000', '125329.485000', '125329.488000', '125329.490000', '125329.493000', '125329.496000', '125329.498000', '125329.501000', '125329.503000', '125329.506000', '125329.508000', '125329.511000', '125329.514000', '125329.516000', '125329.519000', '125329.521000', '125329.524000', '125329.527000', '125329.529000', '125329.532000', '125329.535000', '125329.537000', '125329.540000', '125329.542000', '125329.545000', '125329.547000', '125329.550000', '125329.553000', '125349.440000', '125349.443000', '125349.446000', '125349.449000', '125349.451000', '125349.454000', '125349.457000', '125349.460000', '125349.463000', '125349.466000', '125349.468000', '125349.483000', '125349.486000', '125349.488000', '125349.491000', '125349.494000', '125349.496000', '125349.499000', '125349.501000', '125349.504000', '125349.507000', '125349.510000', '125349.513000', '125349.515000', '125349.518000', '125349.520000', '125349.523000', '125349.526000', '125349.528000', '125349.531000', '125349.533000', '125349.536000', '125349.538000', '125349.541000', '125349.544000', '125349.546000', '125349.549000', '125349.551000', '125349.554000', '125349.557000', '125349.559000', '125349.562000', '125349.565000', '125409.440000', '125409.443000', '125409.446000', '125409.449000', '125409.451000', '125409.454000', '125409.457000', '125409.459000', '125409.462000', '125409.464000', '125409.467000', '125409.469000', '125409.472000', '125409.475000', '125409.477000', '125409.480000', '125409.482000', '125409.485000', '125409.488000', '125409.490000', '125409.493000', '125409.495000', '125409.498000', '125409.501000', '125409.503000', '125409.506000', '125409.508000', '125409.511000', '125409.513000', '125409.516000', '125409.519000', '125409.521000', '125409.524000', '125409.526000', '125409.529000', '125409.532000', '125409.534000', '125409.537000', '125409.539000', '125409.542000', '125409.545000', '125409.547000', '125409.550000', '125409.552000', '125429.439000', '125429.442000', '125429.445000', '125429.448000', '125429.450000', '125429.453000', '125429.455000', '125429.458000', '125429.461000', '125429.463000', '125429.466000', '125429.468000', '125429.471000', '125429.474000', '125429.476000', '125429.479000', '125429.481000', '125429.484000', '125429.487000', '125429.489000', '125429.492000', '125429.494000', '125429.497000', '125429.500000', '125429.503000', '125429.506000', '125429.509000', '125429.512000', '125429.514000', '125429.517000', '125429.519000', '125429.522000', '125429.525000', '125429.527000', '125429.530000', '125429.532000', '125429.535000', '125429.537000', '125429.540000', '125429.543000', '125429.545000', '125429.548000', '125429.550000', '125449.441000', '125449.443000', '125449.446000', '125449.449000', '125449.451000', '125449.454000', '125449.456000', '125449.459000', '125449.461000', '125449.464000', '125449.467000', '125449.469000', '125449.472000', '125449.474000', '125449.477000', '125449.479000', '125449.498000', '125449.501000', '125449.504000', '125449.506000', '125449.509000', '125449.511000', '125449.514000', '125449.516000', '125449.519000', '125449.521000', '125449.524000', '125449.527000', '125449.529000', '125449.532000', '125449.534000', '125449.537000', '125449.540000', '125449.542000', '125449.545000', '125449.547000', '125449.550000', '125449.553000', '125449.555000', '125449.558000', '125449.560000', '125449.563000', '125449.566000', '125449.568000', '125509.441000', '125509.444000', '125509.446000', '125509.449000', '125509.451000', '125509.454000', '125509.457000', '125509.459000', '125509.462000', '125509.464000', '125509.467000', '125509.469000', '125509.472000', '125509.474000', '125509.477000', '125509.480000', '125509.482000', '125509.485000', '125509.487000', '125509.490000', '125509.492000', '125509.495000', '125509.498000', '125509.501000', '125509.504000', '125509.507000', '125509.509000', '125509.512000', '125509.514000', '125509.517000', '125509.520000', '125509.522000', '125509.525000', '125509.527000', '125509.530000', '125509.533000', '125509.535000', '125509.538000', '125509.540000', '125509.544000', '125509.547000', '125509.549000', '125509.552000', '125529.441000', '125529.444000', '125529.446000', '125529.449000', '125529.451000', '125529.454000', '125529.456000', '125529.459000', '125529.462000', '125529.464000', '125529.467000', '125529.470000', '125529.472000', '125529.475000', '125529.477000', '125529.480000', '125529.483000', '125529.485000', '125529.488000', '125529.490000', '125529.493000', '125529.495000', '125529.498000', '125529.501000', '125529.503000', '125529.506000', '125529.508000', '125529.511000', '125529.515000', '125529.517000', '125529.520000', '125529.523000', '125529.525000', '125529.528000', '125529.530000', '125529.533000', '125529.536000', '125529.538000', '125529.541000', '125529.543000', '125529.546000', '125529.548000', '125529.551000', '125529.554000', '125549.440000', '125549.443000', '125549.446000', '125549.448000', '125549.451000', '125549.454000', '125549.456000', '125549.459000', '125549.462000', '125549.464000', '125549.467000', '125549.469000', '125549.472000', '125549.475000', '125549.477000', '125549.480000', '125549.482000', '125549.485000', '125549.487000', '125549.490000', '125549.493000', '125549.495000', '125549.498000', '125549.500000', '125549.503000', '125549.505000', '125549.508000', '125549.511000', '125549.513000', '125549.516000', '125549.519000', '125549.521000', '125549.524000', '125549.526000', '125549.529000', '125549.531000', '125549.534000', '125549.536000', '125549.539000', '125549.542000', '125549.544000', '125549.547000', '125549.549000', '125609.441000', '125609.443000', '125609.446000', '125609.449000', '125609.451000', '125609.454000', '125609.457000', '125609.459000', '125609.462000', '125609.464000', '125609.467000', '125609.469000', '125609.472000', '125609.486000', '125609.488000', '125609.491000', '125609.494000', '125609.496000', '125609.499000', '125609.501000', '125609.504000', '125609.506000', '125609.509000', '125609.512000', '125609.514000', '125609.517000', '125609.519000', '125609.522000', '125609.525000', '125609.527000', '125609.530000', '125609.533000', '125609.535000', '125609.538000', '125609.540000', '125609.543000', '125609.545000', '125609.548000', '125609.550000', '125609.553000', '125609.556000', '125609.558000', '125609.561000', '125629.441000', '125629.444000', '125629.446000', '125629.449000', '125629.451000', '125629.454000', '125629.457000', '125629.459000', '125629.462000', '125629.464000', '125629.467000', '125629.469000', '125629.472000', '125629.475000', '125629.477000', '125629.480000', '125629.482000', '125629.485000', '125629.487000', '125629.490000', '125629.493000', '125629.495000', '125629.498000', '125629.500000', '125629.503000', '125629.506000', '125629.508000', '125629.511000', '125629.513000', '125629.516000', '125629.518000', '125629.521000', '125629.524000', '125629.526000', '125629.529000', '125629.531000', '125629.534000', '125629.536000', '125629.539000', '125629.541000', '125629.544000', '125629.547000', '125629.549000', '125629.552000', '125649.440000', '125649.442000', '125649.445000', '125649.447000', '125649.450000', '125649.453000', '125649.455000', '125649.458000', '125649.460000', '125649.463000', '125649.466000', '125649.468000', '125649.471000', '125649.473000', '125649.476000', '125649.479000', '125649.481000', '125649.484000', '125649.486000', '125649.489000', '125649.491000', '125649.494000', '125649.497000', '125649.499000', '125649.502000', '125649.504000', '125649.507000', '125649.510000', '125649.512000', '125649.515000', '125649.517000', '125649.520000', '125649.523000', '125649.525000', '125649.528000', '125649.531000', '125649.533000', '125649.536000', '125649.538000', '125649.541000', '125649.543000', '125649.546000', '125649.549000', '125649.551000', '125709.441000', '125709.443000', '125709.446000', '125709.448000', '125709.451000', '125709.454000', '125709.456000', '125709.459000', '125709.461000', '125709.464000', '125709.467000', '125709.469000', '125709.472000', '125709.475000', '125709.477000', '125709.480000', '125709.482000', '125709.485000', '125709.487000', '125709.490000', '125709.493000', '125709.495000', '125709.498000', '125709.500000', '125709.503000', '125709.506000', '125709.508000', '125709.511000', '125709.514000', '125709.516000', '125709.519000', '125709.521000', '125709.524000', '125709.526000', '125709.529000', '125709.532000', '125709.534000', '125709.537000', '125709.539000', '125709.542000', '125709.545000', '125709.547000', '125709.550000', '125729.441000', '125729.444000', '125729.446000', '125729.449000', '125729.451000', '125729.454000', '125729.457000', '125729.459000', '125729.462000', '125729.477000', '125729.479000', '125729.482000', '125729.485000', '125729.487000', '125729.490000', '125729.492000', '125729.495000', '125729.498000', '125729.500000', '125729.503000', '125729.505000', '125729.508000', '125729.511000', '125729.513000', '125729.516000', '125729.519000', '125729.521000', '125729.524000', '125729.526000', '125729.529000', '125729.532000', '125729.534000', '125729.537000', '125729.539000', '125729.542000', '125729.545000', '125729.547000', '125729.550000', '125729.552000', '125729.555000', '125729.558000', '125729.560000', '125729.563000', '125729.565000', '125749.441000', '125749.444000', '125749.446000', '125749.449000', '125749.451000', '125749.454000', '125749.457000', '125749.459000', '125749.462000', '125749.464000', '125749.467000', '125749.470000', '125749.472000', '125749.475000', '125749.477000', '125749.480000', '125749.483000', '125749.485000', '125749.488000', '125749.490000', '125749.493000', '125749.495000', '125749.498000', '125749.501000', '125749.503000', '125749.506000', '125749.508000', '125749.511000', '125749.514000', '125749.516000', '125749.519000', '125749.522000', '125749.524000', '125749.527000', '125749.529000', '125749.532000', '125749.535000', '125749.537000', '125749.540000', '125749.542000', '125749.545000', '125749.547000', '125749.550000', '125809.441000', '125809.444000', '125809.446000', '125809.449000', '125809.451000', '125809.454000', '125809.456000', '125809.459000', '125809.462000', '125809.464000', '125809.467000', '125809.469000', '125809.472000', '125809.475000', '125809.477000', '125809.480000', '125809.482000', '125809.485000', '125809.487000', '125809.490000', '125809.493000', '125809.495000', '125809.498000', '125809.501000', '125809.503000', '125809.506000', '125809.508000', '125809.511000', '125809.514000', '125809.516000', '125809.519000', '125809.521000', '125809.524000', '125809.526000', '125809.529000', '125809.532000', '125809.534000', '125809.537000', '125809.539000', '125809.542000', '125809.545000', '125809.547000', '125809.550000', '125809.552000', '125829.441000', '125829.444000', '125829.446000', '125829.449000', '125829.451000', '125829.454000', '125829.457000', '125829.459000', '125829.462000', '125829.464000', '125829.467000', '125829.470000', '125829.472000', '125829.475000', '125829.477000', '125829.480000', '125829.483000', '125829.485000', '125829.488000', '125829.490000', '125829.493000', '125829.496000', '125829.498000', '125829.501000', '125829.503000', '125829.506000', '125829.508000', '125829.511000', '125829.514000', '125829.516000', '125829.519000', '125829.522000', '125829.524000', '125829.527000', '125829.529000', '125829.532000', '125829.534000', '125829.537000', '125829.540000', '125829.542000', '125829.545000', '125829.547000', '125829.550000', '125832.839000', '125832.849000', '125832.852000', '125832.856000', '125832.859000', '125832.861000', '125832.864000', '125832.867000'], 'InstanceCreationTime': ['124849.478000', '124849.481000', '124849.484000', '124849.486000', '124849.489000', '124849.492000', '124849.494000', '124849.497000', '124849.499000', '124849.502000', '124849.504000', '124849.507000', '124849.510000', '124849.512000', '124849.515000', '124849.517000', '124849.520000', '124849.522000', '124849.525000', '124849.528000', '124849.530000', '124849.533000', '124849.535000', '124849.538000', '124849.540000', '124849.543000', '124849.546000', '124849.548000', '124849.551000', '124849.553000', '124849.565000', '124849.568000', '124849.571000', '124849.574000', '124849.576000', '124849.579000', '124849.582000', '124849.584000', '124849.587000', '124849.590000', '124849.593000', '124849.595000', '124849.598000', '124849.601000', '124849.603000', '124849.606000', '124849.608000', '124849.611000', '124849.614000', '124849.616000', '124849.619000', '124849.621000', '124849.624000', '124909.440000', '124909.443000', '124909.446000', '124909.448000', '124909.451000', '124909.453000', '124909.456000', '124909.459000', '124909.461000', '124909.464000', '124909.466000', '124909.469000', '124909.471000', '124909.474000', '124909.476000', '124909.479000', '124909.482000', '124909.484000', '124909.487000', '124909.489000', '124909.492000', '124909.494000', '124909.497000', '124909.499000', '124909.502000', '124909.504000', '124909.507000', '124909.510000', '124909.512000', '124909.515000', '124909.517000', '124909.520000', '124909.523000', '124909.525000', '124909.528000', '124909.530000', '124909.533000', '124909.535000', '124909.538000', '124909.540000', '124909.543000', '124909.545000', '124909.560000', '124909.562000', '124929.440000', '124929.451000', '124929.454000', '124929.457000', '124929.459000', '124929.462000', '124929.464000', '124929.467000', '124929.469000', '124929.472000', '124929.474000', '124929.477000', '124929.480000', '124929.482000', '124929.485000', '124929.487000', '124929.490000', '124929.493000', '124929.495000', '124929.498000', '124929.500000', '124929.503000', '124929.506000', '124929.508000', '124929.511000', '124929.513000', '124929.516000', '124929.519000', '124929.521000', '124929.524000', '124929.527000', '124929.529000', '124929.532000', '124929.534000', '124929.537000', '124929.540000', '124929.542000', '124929.545000', '124929.547000', '124929.550000', '124929.552000', '124929.555000', '124929.558000', '124949.440000', '124949.442000', '124949.445000', '124949.455000', '124949.458000', '124949.461000', '124949.464000', '124949.466000', '124949.469000', '124949.471000', '124949.474000', '124949.476000', '124949.479000', '124949.482000', '124949.484000', '124949.487000', '124949.489000', '124949.492000', '124949.494000', '124949.497000', '124949.500000', '124949.502000', '124949.505000', '124949.507000', '124949.510000', '124949.512000', '124949.515000', '124949.518000', '124949.520000', '124949.523000', '124949.526000', '124949.528000', '124949.531000', '124949.533000', '124949.536000', '124949.538000', '124949.541000', '124949.543000', '124949.546000', '124949.549000', '124949.551000', '124949.554000', '124949.556000', '125009.441000', '125009.444000', '125009.446000', '125009.449000', '125009.451000', '125009.454000', '125009.456000', '125009.459000', '125009.462000', '125009.464000', '125009.467000', '125009.469000', '125009.472000', '125009.475000', '125009.477000', '125009.480000', '125009.482000', '125009.485000', '125009.488000', '125009.490000', '125009.493000', '125009.495000', '125009.498000', '125009.501000', '125009.503000', '125009.506000', '125009.508000', '125009.511000', '125009.514000', '125009.516000', '125009.519000', '125009.522000', '125009.524000', '125009.527000', '125009.530000', '125009.532000', '125009.535000', '125009.537000', '125009.540000', '125009.542000', '125009.545000', '125009.547000', '125009.550000', '125009.589000', '125029.440000', '125029.443000', '125029.446000', '125029.448000', '125029.451000', '125029.453000', '125029.456000', '125029.459000', '125029.461000', '125029.464000', '125029.466000', '125029.469000', '125029.471000', '125029.474000', '125029.476000', '125029.479000', '125029.482000', '125029.484000', '125029.487000', '125029.489000', '125029.492000', '125029.494000', '125029.497000', '125029.500000', '125029.502000', '125029.505000', '125029.507000', '125029.510000', '125029.512000', '125029.515000', '125029.518000', '125029.520000', '125029.523000', '125029.525000', '125029.528000', '125029.531000', '125029.533000', '125029.536000', '125029.538000', '125029.541000', '125029.543000', '125029.546000', '125029.549000', '125029.551000', '125049.440000', '125049.443000', '125049.446000', '125049.448000', '125049.451000', '125049.454000', '125049.456000', '125049.459000', '125049.461000', '125049.464000', '125049.466000', '125049.469000', '125049.472000', '125049.474000', '125049.477000', '125049.479000', '125049.482000', '125049.485000', '125049.487000', '125049.490000', '125049.493000', '125049.495000', '125049.498000', '125049.500000', '125049.503000', '125049.506000', '125049.508000', '125049.511000', '125049.513000', '125049.516000', '125049.519000', '125049.521000', '125049.524000', '125049.527000', '125049.529000', '125049.532000', '125049.534000', '125049.537000', '125049.539000', '125049.542000', '125049.545000', '125049.547000', '125049.550000', '125109.441000', '125109.443000', '125109.446000', '125109.449000', '125109.451000', '125109.454000', '125109.456000', '125109.459000', '125109.461000', '125109.464000', '125109.467000', '125109.470000', '125109.473000', '125109.476000', '125109.479000', '125109.482000', '125109.484000', '125109.487000', '125109.517000', '125109.519000', '125109.522000', '125109.524000', '125109.527000', '125109.529000', '125109.532000', '125109.535000', '125109.537000', '125109.540000', '125109.542000', '125109.545000', '125109.547000', '125109.550000', '125109.552000', '125109.555000', '125109.558000', '125109.560000', '125109.563000', '125109.565000', '125109.568000', '125109.570000', '125109.573000', '125109.576000', '125109.578000', '125129.441000', '125129.443000', '125129.446000', '125129.448000', '125129.451000', '125129.454000', '125129.456000', '125129.459000', '125129.461000', '125129.464000', '125129.467000', '125129.469000', '125129.472000', '125129.474000', '125129.477000', '125129.480000', '125129.482000', '125129.485000', '125129.487000', '125129.490000', '125129.492000', '125129.495000', '125129.498000', '125129.500000', '125129.503000', '125129.505000', '125129.508000', '125129.510000', '125129.513000', '125129.516000', '125129.518000', '125129.521000', '125129.523000', '125129.526000', '125129.528000', '125129.531000', '125129.534000', '125129.536000', '125129.539000', '125129.541000', '125129.544000', '125129.547000', '125129.549000', '125129.552000', '125149.441000', '125149.443000', '125149.446000', '125149.449000', '125149.451000', '125149.454000', '125149.456000', '125149.459000', '125149.461000', '125149.464000', '125149.467000', '125149.469000', '125149.472000', '125149.474000', '125149.477000', '125149.480000', '125149.482000', '125149.485000', '125149.487000', '125149.490000', '125149.493000', '125149.495000', '125149.498000', '125149.500000', '125149.503000', '125149.506000', '125149.508000', '125149.511000', '125149.513000', '125149.516000', '125149.519000', '125149.521000', '125149.524000', '125149.526000', '125149.529000', '125149.531000', '125149.534000', '125149.536000', '125149.582000', '125149.585000', '125149.587000', '125149.590000', '125149.593000', '125149.595000', '125209.439000', '125209.442000', '125209.445000', '125209.447000', '125209.450000', '125209.452000', '125209.455000', '125209.458000', '125209.460000', '125209.463000', '125209.465000', '125209.468000', '125209.471000', '125209.473000', '125209.476000', '125209.478000', '125209.481000', '125209.484000', '125209.486000', '125209.489000', '125209.491000', '125209.494000', '125209.496000', '125209.499000', '125209.502000', '125209.504000', '125209.507000', '125209.509000', '125209.512000', '125209.515000', '125209.517000', '125209.520000', '125209.522000', '125209.525000', '125209.527000', '125209.530000', '125209.533000', '125209.535000', '125209.538000', '125209.540000', '125209.543000', '125209.545000', '125209.548000', '125229.441000', '125229.444000', '125229.446000', '125229.449000', '125229.453000', '125229.456000', '125229.459000', '125229.461000', '125229.464000', '125229.468000', '125229.471000', '125229.473000', '125229.476000', '125229.479000', '125229.481000', '125229.484000', '125229.487000', '125229.489000', '125229.492000', '125229.495000', '125229.497000', '125229.500000', '125229.502000', '125229.505000', '125229.508000', '125229.510000', '125229.513000', '125229.515000', '125229.518000', '125229.521000', '125229.523000', '125229.526000', '125229.529000', '125229.531000', '125229.534000', '125229.536000', '125229.539000', '125229.542000', '125229.544000', '125229.547000', '125229.550000', '125229.552000', '125229.555000', '125249.441000', '125249.443000', '125249.446000', '125249.449000', '125249.451000', '125249.454000', '125249.456000', '125249.459000', '125249.462000', '125249.464000', '125249.467000', '125249.469000', '125249.472000', '125249.474000', '125249.477000', '125249.479000', '125249.482000', '125249.485000', '125249.487000', '125249.490000', '125249.492000', '125249.495000', '125249.498000', '125249.500000', '125249.503000', '125249.505000', '125249.508000', '125249.511000', '125249.513000', '125249.516000', '125249.518000', '125249.521000', '125249.524000', '125249.526000', '125249.529000', '125249.531000', '125249.534000', '125249.536000', '125249.539000', '125249.542000', '125249.544000', '125249.547000', '125249.549000', '125249.552000', '125309.441000', '125309.443000', '125309.446000', '125309.449000', '125309.451000', '125309.454000', '125309.456000', '125309.459000', '125309.462000', '125309.464000', '125309.467000', '125309.470000', '125309.472000', '125309.475000', '125309.478000', '125309.481000', '125309.483000', '125309.486000', '125309.489000', '125309.491000', '125309.494000', '125309.496000', '125309.499000', '125309.501000', '125309.504000', '125309.507000', '125309.509000', '125309.512000', '125309.514000', '125309.517000', '125309.519000', '125309.522000', '125309.525000', '125309.527000', '125309.530000', '125309.532000', '125309.535000', '125309.537000', '125309.540000', '125309.543000', '125309.545000', '125309.548000', '125309.550000', '125329.441000', '125329.444000', '125329.446000', '125329.449000', '125329.452000', '125329.454000', '125329.457000', '125329.459000', '125329.462000', '125329.465000', '125329.467000', '125329.470000', '125329.472000', '125329.475000', '125329.477000', '125329.480000', '125329.483000', '125329.485000', '125329.488000', '125329.490000', '125329.493000', '125329.496000', '125329.498000', '125329.501000', '125329.503000', '125329.506000', '125329.508000', '125329.511000', '125329.514000', '125329.516000', '125329.519000', '125329.521000', '125329.524000', '125329.527000', '125329.529000', '125329.532000', '125329.535000', '125329.537000', '125329.540000', '125329.542000', '125329.545000', '125329.547000', '125329.550000', '125329.553000', '125349.440000', '125349.443000', '125349.446000', '125349.449000', '125349.451000', '125349.454000', '125349.457000', '125349.460000', '125349.463000', '125349.466000', '125349.468000', '125349.483000', '125349.486000', '125349.488000', '125349.491000', '125349.494000', '125349.496000', '125349.499000', '125349.501000', '125349.504000', '125349.507000', '125349.510000', '125349.513000', '125349.515000', '125349.518000', '125349.520000', '125349.523000', '125349.526000', '125349.528000', '125349.531000', '125349.533000', '125349.536000', '125349.538000', '125349.541000', '125349.544000', '125349.546000', '125349.549000', '125349.551000', '125349.554000', '125349.557000', '125349.559000', '125349.562000', '125349.565000', '125409.440000', '125409.443000', '125409.446000', '125409.449000', '125409.451000', '125409.454000', '125409.457000', '125409.459000', '125409.462000', '125409.464000', '125409.467000', '125409.469000', '125409.472000', '125409.475000', '125409.477000', '125409.480000', '125409.482000', '125409.485000', '125409.488000', '125409.490000', '125409.493000', '125409.495000', '125409.498000', '125409.501000', '125409.503000', '125409.506000', '125409.508000', '125409.511000', '125409.513000', '125409.516000', '125409.519000', '125409.521000', '125409.524000', '125409.526000', '125409.529000', '125409.532000', '125409.534000', '125409.537000', '125409.539000', '125409.542000', '125409.545000', '125409.547000', '125409.550000', '125409.552000', '125429.439000', '125429.442000', '125429.445000', '125429.448000', '125429.450000', '125429.453000', '125429.455000', '125429.458000', '125429.461000', '125429.463000', '125429.466000', '125429.468000', '125429.471000', '125429.474000', '125429.476000', '125429.479000', '125429.481000', '125429.484000', '125429.487000', '125429.489000', '125429.492000', '125429.494000', '125429.497000', '125429.500000', '125429.503000', '125429.506000', '125429.509000', '125429.512000', '125429.514000', '125429.517000', '125429.519000', '125429.522000', '125429.525000', '125429.527000', '125429.530000', '125429.532000', '125429.535000', '125429.537000', '125429.540000', '125429.543000', '125429.545000', '125429.548000', '125429.550000', '125449.441000', '125449.443000', '125449.446000', '125449.449000', '125449.451000', '125449.454000', '125449.456000', '125449.459000', '125449.461000', '125449.464000', '125449.467000', '125449.469000', '125449.472000', '125449.474000', '125449.477000', '125449.479000', '125449.498000', '125449.501000', '125449.504000', '125449.506000', '125449.509000', '125449.511000', '125449.514000', '125449.516000', '125449.519000', '125449.521000', '125449.524000', '125449.527000', '125449.529000', '125449.532000', '125449.534000', '125449.537000', '125449.540000', '125449.542000', '125449.545000', '125449.547000', '125449.550000', '125449.553000', '125449.555000', '125449.558000', '125449.560000', '125449.563000', '125449.566000', '125449.568000', '125509.441000', '125509.444000', '125509.446000', '125509.449000', '125509.451000', '125509.454000', '125509.457000', '125509.459000', '125509.462000', '125509.464000', '125509.467000', '125509.469000', '125509.472000', '125509.474000', '125509.477000', '125509.480000', '125509.482000', '125509.485000', '125509.487000', '125509.490000', '125509.492000', '125509.495000', '125509.498000', '125509.501000', '125509.504000', '125509.507000', '125509.509000', '125509.512000', '125509.514000', '125509.517000', '125509.520000', '125509.522000', '125509.525000', '125509.527000', '125509.530000', '125509.533000', '125509.535000', '125509.538000', '125509.540000', '125509.544000', '125509.547000', '125509.549000', '125509.552000', '125529.441000', '125529.444000', '125529.446000', '125529.449000', '125529.451000', '125529.454000', '125529.456000', '125529.459000', '125529.462000', '125529.464000', '125529.467000', '125529.470000', '125529.472000', '125529.475000', '125529.477000', '125529.480000', '125529.483000', '125529.485000', '125529.488000', '125529.490000', '125529.493000', '125529.495000', '125529.498000', '125529.501000', '125529.503000', '125529.506000', '125529.508000', '125529.511000', '125529.515000', '125529.517000', '125529.520000', '125529.523000', '125529.525000', '125529.528000', '125529.530000', '125529.533000', '125529.536000', '125529.538000', '125529.541000', '125529.543000', '125529.546000', '125529.548000', '125529.551000', '125529.554000', '125549.440000', '125549.443000', '125549.446000', '125549.448000', '125549.451000', '125549.454000', '125549.456000', '125549.459000', '125549.462000', '125549.464000', '125549.467000', '125549.469000', '125549.472000', '125549.475000', '125549.477000', '125549.480000', '125549.482000', '125549.485000', '125549.487000', '125549.490000', '125549.493000', '125549.495000', '125549.498000', '125549.500000', '125549.503000', '125549.505000', '125549.508000', '125549.511000', '125549.513000', '125549.516000', '125549.519000', '125549.521000', '125549.524000', '125549.526000', '125549.529000', '125549.531000', '125549.534000', '125549.536000', '125549.539000', '125549.542000', '125549.544000', '125549.547000', '125549.549000', '125609.441000', '125609.443000', '125609.446000', '125609.449000', '125609.451000', '125609.454000', '125609.457000', '125609.459000', '125609.462000', '125609.464000', '125609.467000', '125609.469000', '125609.472000', '125609.486000', '125609.488000', '125609.491000', '125609.494000', '125609.496000', '125609.499000', '125609.501000', '125609.504000', '125609.506000', '125609.509000', '125609.512000', '125609.514000', '125609.517000', '125609.519000', '125609.522000', '125609.525000', '125609.527000', '125609.530000', '125609.533000', '125609.535000', '125609.538000', '125609.540000', '125609.543000', '125609.545000', '125609.548000', '125609.550000', '125609.553000', '125609.556000', '125609.558000', '125609.561000', '125629.441000', '125629.444000', '125629.446000', '125629.449000', '125629.451000', '125629.454000', '125629.457000', '125629.459000', '125629.462000', '125629.464000', '125629.467000', '125629.469000', '125629.472000', '125629.475000', '125629.477000', '125629.480000', '125629.482000', '125629.485000', '125629.487000', '125629.490000', '125629.493000', '125629.495000', '125629.498000', '125629.500000', '125629.503000', '125629.506000', '125629.508000', '125629.511000', '125629.513000', '125629.516000', '125629.518000', '125629.521000', '125629.524000', '125629.526000', '125629.529000', '125629.531000', '125629.534000', '125629.536000', '125629.539000', '125629.541000', '125629.544000', '125629.547000', '125629.549000', '125629.552000', '125649.440000', '125649.442000', '125649.445000', '125649.447000', '125649.450000', '125649.453000', '125649.455000', '125649.458000', '125649.460000', '125649.463000', '125649.466000', '125649.468000', '125649.471000', '125649.473000', '125649.476000', '125649.479000', '125649.481000', '125649.484000', '125649.486000', '125649.489000', '125649.491000', '125649.494000', '125649.497000', '125649.499000', '125649.502000', '125649.504000', '125649.507000', '125649.510000', '125649.512000', '125649.515000', '125649.517000', '125649.520000', '125649.523000', '125649.525000', '125649.528000', '125649.531000', '125649.533000', '125649.536000', '125649.538000', '125649.541000', '125649.543000', '125649.546000', '125649.549000', '125649.551000', '125709.441000', '125709.443000', '125709.446000', '125709.448000', '125709.451000', '125709.454000', '125709.456000', '125709.459000', '125709.461000', '125709.464000', '125709.467000', '125709.469000', '125709.472000', '125709.475000', '125709.477000', '125709.480000', '125709.482000', '125709.485000', '125709.487000', '125709.490000', '125709.493000', '125709.495000', '125709.498000', '125709.500000', '125709.503000', '125709.506000', '125709.508000', '125709.511000', '125709.514000', '125709.516000', '125709.519000', '125709.521000', '125709.524000', '125709.526000', '125709.529000', '125709.532000', '125709.534000', '125709.537000', '125709.539000', '125709.542000', '125709.545000', '125709.547000', '125709.550000', '125729.441000', '125729.444000', '125729.446000', '125729.449000', '125729.451000', '125729.454000', '125729.457000', '125729.459000', '125729.462000', '125729.477000', '125729.479000', '125729.482000', '125729.485000', '125729.487000', '125729.490000', '125729.492000', '125729.495000', '125729.498000', '125729.500000', '125729.503000', '125729.505000', '125729.508000', '125729.511000', '125729.513000', '125729.516000', '125729.519000', '125729.521000', '125729.524000', '125729.526000', '125729.529000', '125729.532000', '125729.534000', '125729.537000', '125729.539000', '125729.542000', '125729.545000', '125729.547000', '125729.550000', '125729.552000', '125729.555000', '125729.558000', '125729.560000', '125729.563000', '125729.565000', '125749.441000', '125749.444000', '125749.446000', '125749.449000', '125749.451000', '125749.454000', '125749.457000', '125749.459000', '125749.462000', '125749.464000', '125749.467000', '125749.470000', '125749.472000', '125749.475000', '125749.477000', '125749.480000', '125749.483000', '125749.485000', '125749.488000', '125749.490000', '125749.493000', '125749.495000', '125749.498000', '125749.501000', '125749.503000', '125749.506000', '125749.508000', '125749.511000', '125749.514000', '125749.516000', '125749.519000', '125749.522000', '125749.524000', '125749.527000', '125749.529000', '125749.532000', '125749.535000', '125749.537000', '125749.540000', '125749.542000', '125749.545000', '125749.547000', '125749.550000', '125809.441000', '125809.444000', '125809.446000', '125809.449000', '125809.451000', '125809.454000', '125809.456000', '125809.459000', '125809.462000', '125809.464000', '125809.467000', '125809.469000', '125809.472000', '125809.475000', '125809.477000', '125809.480000', '125809.482000', '125809.485000', '125809.487000', '125809.490000', '125809.493000', '125809.495000', '125809.498000', '125809.501000', '125809.503000', '125809.506000', '125809.508000', '125809.511000', '125809.514000', '125809.516000', '125809.519000', '125809.521000', '125809.524000', '125809.526000', '125809.529000', '125809.532000', '125809.534000', '125809.537000', '125809.539000', '125809.542000', '125809.545000', '125809.547000', '125809.550000', '125809.552000', '125829.441000', '125829.444000', '125829.446000', '125829.449000', '125829.451000', '125829.454000', '125829.457000', '125829.459000', '125829.462000', '125829.464000', '125829.467000', '125829.470000', '125829.472000', '125829.475000', '125829.477000', '125829.480000', '125829.483000', '125829.485000', '125829.488000', '125829.490000', '125829.493000', '125829.496000', '125829.498000', '125829.501000', '125829.503000', '125829.506000', '125829.508000', '125829.511000', '125829.514000', '125829.516000', '125829.519000', '125829.522000', '125829.524000', '125829.527000', '125829.529000', '125829.532000', '125829.534000', '125829.537000', '125829.540000', '125829.542000', '125829.545000', '125829.547000', '125829.550000', '125832.839000', '125832.849000', '125832.852000', '125832.856000', '125832.859000', '125832.861000', '125832.864000', '125832.867000'], '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': [11671, 11858, 9183, 11507, 9823, 10104, 13782, 11612, 9773, 7188, 9722, 7951, 8135, 12720, 10036, 9204, 6751, 8288, 12746, 7761, 9610, 6315, 6996, 10870, 6751, 10164, 6393, 8243, 10358, 6707, 9667, 6681, 9369, 6278, 8138, 8038, 6657, 9083, 6490, 10353, 6474, 9783, 6343, 8588, 11429, 7331, 9163, 6657, 9249, 6396, 7950, 11333, 6921, 10082, 6422, 9060, 6429, 8796, 8854, 6821, 10956, 7354, 9432, 6465, 9691, 7492, 7723, 11579, 7851, 9637, 6623, 9958, 7174, 7775, 11776, 7700, 10208, 6599, 9894, 6437, 9257, 12211, 8086, 10431, 6752, 9940, 6556, 10039, 6449, 10336, 7740, 9875, 7327, 10663, 7079, 10551, 10259, 8678, 9758, 8062, 13474, 9760, 12649, 10817, 9059, 13371, 9985, 10403, 11894, 10497, 11444, 7506, 8485, 11373, 7320, 10115, 6409, 7488, 11616, 6956, 8495, 6419, 10071, 6491, 9325, 10276, 7437, 10138, 7232, 8572, 6409, 8330, 9695, 6619, 10635, 7352, 8689, 6387, 8792, 8741, 6670, 11180, 7150, 9202, 6723, 8147, 7800, 7053, 11197, 6910, 10086, 6381, 8561, 6189, 8613, 7769, 7202, 11567, 7275, 9234, 6396, 10026, 6408, 8982, 9354, 6832, 10805, 6636, 10194, 6587, 9355, 7138, 8788, 7553, 8824, 12464, 8038, 10896, 9835, 7611, 12443, 8272, 9680, 7517, 8231, 12753, 7984, 10022, 7733, 7360, 10851, 6628, 10510, 6561, 9048, 8990, 6686, 11298, 6864, 10500, 6570, 9561, 9871, 7171, 10738, 6818, 10594, 6978, 10000, 6388, 9598, 7563, 9790, 7872, 9669, 12854, 9475, 8876, 13700, 9877, 9653, 7114, 8854, 12109, 7541, 10291, 6670, 7922, 10102, 7073, 10658, 6591, 8739, 7409, 6769, 11688, 6747, 9445, 6356, 7564, 11547, 7740, 9425, 6399, 8276, 11739, 7045, 10238, 6568, 8547, 7697, 6850, 11476, 7110, 9564, 6449, 8375, 6396, 8854, 8780, 6823, 11428, 7570, 9226, 6173, 8690, 6343, 8152, 7817, 7590, 8712, 7362, 10896, 6798, 10697, 7673, 9648, 6487, 9985, 6825, 9448, 6545, 10506, 7350, 9415, 8871, 8221, 11824, 8210, 10067, 7600, 10519, 7059, 10015, 7088, 9256, 8011, 8203, 10969, 7714, 10367, 7953, 9622, 6528, 9660, 6376, 9451, 8979, 8372, 7380, 9182, 8057, 9894, 8319, 10963, 7296, 10678, 6685, 10865, 6979, 10269, 6929, 10808, 6857, 10523, 11339, 8830, 8846, 8720, 11659, 7912, 10976, 8327, 9686, 7044, 10745, 7045, 10783, 8003, 9472, 6991, 10409, 7096, 10211, 6613, 9664, 6561, 9759, 6943, 9759, 8428, 8966, 7833, 9337, 9245, 8720, 10029, 7828, 7691, 8070, 9109, 8562, 9843, 8186, 7922, 8329, 9908, 8345, 9230, 7844, 7701, 8251, 8463, 8897, 11110, 7834, 8522, 6889, 10943, 7412, 10485, 8134, 8744, 6431, 9507, 6176, 9735, 8658, 7515, 7125, 7765, 10208, 7482, 9917, 7407, 9766, 6632, 10144, 6944, 9881, 7059, 9239, 6714, 9798, 6224, 9744, 7281, 8249, 7661, 7815, 10122, 7648, 10369, 7755, 9410, 6488, 9613, 6793, 9997, 6451, 9051, 7002, 8244, 9514, 7469, 10487, 7820, 9419, 6577, 9739, 6287, 10225, 6857, 8791, 7713, 8247, 10581, 7865, 10335, 7349, 9429, 6221, 10157, 6847, 9379, 10810, 7824, 9561, 6997, 10184, 7522, 9663, 6844, 9043, 6596, 8846, 8772, 8365, 10948, 8275, 9101, 6955, 9674, 6466, 10035, 8970, 7489, 9206, 7200, 10214, 7227, 9853, 6567, 9005, 6826, 8394, 10927, 7785, 9902, 7441, 8855, 6117, 8668, 7249, 7875, 10269, 7361, 9028, 6674, 9305, 6840, 9449, 6829, 8964, 6755, 9569, 6871, 9275, 6445, 9103, 6275, 9630, 7361, 7967, 10584, 8019, 8995, 6754, 9199, 6024, 9148, 11311, 7902, 9325, 6774, 9170, 6131, 8318, 10659, 7445, 8319, 6528, 8947, 6302, 9244, 7497, 7350, 8138, 7153, 10195, 7083, 9608, 6556, 8913, 6336, 8797, 7455, 7474, 10431, 7561, 9058, 6134, 8864, 7615, 7304, 10535, 7457, 9033, 6850, 9262, 6391, 9177, 6217, 9326, 8990, 7181, 9196, 6657, 9694, 6746, 8994, 7543, 8272, 7420, 7770, 10978, 7156, 9175, 6006, 8304, 7005, 7490, 7107, 6940, 10294, 6980, 9653, 6113, 8236, 6070, 7858, 10266, 7048, 9134, 6283, 7921, 6077, 7300, 7885, 6996, 10095, 7399, 8405, 6294, 8755, 6126, 9100, 6618, 8416, 6950, 8649, 8827, 7345, 10528, 7388, 8746, 6231, 9482, 8517, 7146, 10892, 8067, 8830, 6293, 9261, 6276, 9113, 8132, 7786, 10587, 7226, 8585, 6673, 8885, 6046, 8015, 10474, 7134, 8484, 6233, 8809, 6267, 8577, 6619, 8433, 7320, 7840, 9637, 7049, 9683, 6955, 8896, 6550, 8249, 7547, 7049, 10426, 7303, 9299, 8127, 7082, 9135, 6653, 9794, 6795, 8927, 6569, 8277, 9867, 7042, 9559, 6681, 9085, 6208, 9095, 7153, 7595, 7864, 7119, 8853, 6656, 9489, 6699, 7020, 7409, 6669, 8205, 6620, 10282, 6622, 10565, 6841, 8767, 10514, 8997, 10589, 8253, 11325, 7483, 12696, 8637, 10963, 10976, 8996, 9121, 6922, 12422, 7373, 11276, 6800, 8885, 6136, 8043, 11665, 6970, 11254, 7223, 8865, 6310, 9462, 6203, 8885, 10022, 7036, 9705, 6495, 10610, 6683, 9220, 8973, 7208, 9884, 6775, 9327, 6477, 9178, 6251, 7323, 11505, 6970, 9118, 6703, 10188, 6557, 10282, 6514, 9325, 6435, 7306, 6706, 7307, 10777, 7063, 10387, 7460, 9065, 6486, 9207, 7385, 6924, 11064, 7181, 9698, 6540, 7952, 6404, 7367, 10618, 6893, 10398, 6964, 8997, 6693, 9772, 6585, 9630, 6749, 8896, 6698, 10082, 6540, 10082, 6624, 9684, 6673, 9332, 6461, 9478, 8637, 7120, 10991, 8540, 9505, 6515, 10235, 6683, 9449, 11297, 9680, 10186, 6820, 10519, 6619, 10532, 6799, 9757, 7157, 9865, 6492, 9359, 6615, 9607, 6452, 9740, 6889, 8788, 7028, 8480, 7298, 6397, 9805, 6580, 10529, 7145, 10430, 7509, 9107, 7851, 10223, 7714, 11301, 7753, 10783, 7347, 10960, 6579, 9797, 9825, 7927, 11845, 7335, 9953, 6645, 8768, 6120, 8566, 7149, 8053, 9982, 7433, 9768, 7711, 7984, 7560, 10697, 7310, 10323, 7463, 8974, 7092, 10351, 6625, 9768, 9971, 7825, 10176, 7349, 10821, 7229, 10403, 6537, 9567, 6339, 9598, 8396, 7817, 11466, 7665, 9040, 7306, 9990, 6498, 9441, 8654, 7864, 8058, 7813, 11151, 7369, 10276, 7679, 9439, 7429, 10046, 6441, 10173, 6880, 8844, 6308, 9273, 8315, 8271, 10124, 7689, 10265, 7349, 9869, 7501, 9361, 7608, 10164, 6709, 9835, 8679, 7910, 7974, 7886, 11340, 7568, 10409, 7441, 9086, 7350, 9741, 6265, 9571, 8166, 7895, 9274, 7469, 10222, 7275, 8879, 6722, 9195, 6044, 9137, 8696, 7500, 10295, 7289, 9444, 7301, 9429, 7482, 9722, 6821, 9318, 6620, 9705, 6669, 8901, 10709, 7548, 9672, 7205, 9312, 7359, 9679, 6815, 9497, 6329, 9221, 6583, 8673, 8653, 7709, 7979, 7493, 10449, 7479, 9700, 7427, 9067, 7419, 9371, 6052, 8823, 9426, 7567, 9600, 7288, 9895, 7267, 9278, 6917, 7852, 7773, 7424, 10366, 7087, 9995, 6972, 8779, 6625, 9479, 6237, 8846, 10551, 7598, 8770, 7309, 8632, 6324, 8963, 6056, 8157, 7200, 8146, 6034, 9944, 6453, 10122, 7383, 9841, 6734, 9659, 6667, 9451, 7089, 9998, 6581, 9760, 11550, 8658, 9520, 7081, 9302, 6223, 8078, 10291, 6857, 9014, 6916, 9538, 6586, 9739, 6517, 8968, 6314, 9428, 6220, 8212, 6802, 8036, 7333, 7692, 11150, 7721, 9349, 7137, 8045, 6400, 7651, 11739, 7170, 9830, 6863, 9032, 6906, 9998, 6459, 9429, 7466, 7880, 6917, 7605, 10732, 7261, 9676, 6601, 9074, 6291, 9019, 7476, 7634, 10709, 7483, 8719, 6715, 9380, 6171, 9005, 6626, 7706, 6999, 7221, 10091, 6938, 9571, 6798, 9228, 6262, 9145, 6646, 7795, 7680, 7373, 9896, 6934, 10103, 6454, 8767, 7280, 7656, 10097, 7090, 10257, 6738, 9081, 6924, 7705, 8074, 7354, 11173, 7204, 9530, 6712, 8897, 5992, 9317, 7544, 7952, 10353, 7274, 8910, 7142, 9542, 7212, 9713, 6241, 8437, 6077, 8281, 9402, 7514, 10545, 7398, 8240, 6555, 9125, 6624, 7931, 10403, 6926, 8909, 7296, 8991, 6187, 8653, 5969, 8193, 6120, 8150, 8198, 7616, 10211, 7208, 8690, 7111, 9317, 6956, 9212, 6551, 8175, 6508, 7889, 9594, 7432, 9929, 7173, 8668, 7006, 8878, 6217, 8107, 10266, 7065, 8821, 6999, 9211, 7126, 8920, 6393, 8487, 6186, 8325, 6770, 7740, 10268, 7269, 9393, 6475, 8402, 6212, 8151, 7185, 7627, 10634, 7163, 9080, 6110, 8123, 6562, 8774, 6399, 7920, 9527, 7073, 8801, 7117, 9136, 6932, 8984, 6280, 8484, 6784, 7901, 7306, 7611, 10393, 7116, 9317, 7080, 7881, 9174, 7225, 9917, 7227, 8858, 6243, 7983, 7318, 7666, 6147, 7607, 8447, 7365, 10172, 6961, 9045, 7116, 8491, 6891, 8829, 6075, 8801, 7339, 7697, 7789, 7736, 10709, 7355, 9899, 6590, 8710, 6391, 8485, 9259, 7410, 10151, 7094, 8234, 6128, 8739, 6087, 8582, 7836, 7595, 6554, 7626, 7034, 7834, 10508, 7106, 9156, 7004, 8747, 7130, 9064, 6598, 8014, 11330, 8540, 8701, 6964, 9216, 6076, 8286, 10913, 7450, 8743, 7173, 8958, 6085, 8075, 10088, 6781, 8680, 6838, 8727, 6257, 8268, 7569, 7627, 7582, 7438, 9792, 7088, 9306, 7147, 8560, 6332, 8675, 6252, 9116, 7171, 7876, 10288, 7423, 9013, 6835, 8547, 6274, 8889, 6707, 7915, 10900, 7110, 8381, 7024, 8739], 'WindowCenter': [3712.0, 3697.0, 3673.0, 3680.0, 3656.0, 3667.0, 3676.0, 3663.0, 3651.0, 3620.0, 3640.0, 3618.0, 3631.0, 3673.0, 3651.0, 3640.0, 3608.0, 3631.0, 3660.0, 3619.0, 3652.0, 3598.0, 3610.0, 3647.0, 3609.0, 3651.0, 3597.0, 3642.0, 3651.0, 3610.0, 3639.0, 3610.0, 3641.0, 3610.0, 3633.0, 3634.0, 3624.0, 3654.0, 3624.0, 3667.0, 3625.0, 3668.0, 3625.0, 3659.0, 3680.0, 3647.0, 3656.0, 3625.0, 3668.0, 3613.0, 3647.0, 3677.0, 3638.0, 3681.0, 3627.0, 3670.0, 3627.0, 3660.0, 3667.0, 3652.0, 3694.0, 3651.0, 3669.0, 3640.0, 3683.0, 3649.0, 3662.0, 3707.0, 3662.0, 3681.0, 3641.0, 3685.0, 3650.0, 3661.0, 3705.0, 3664.0, 3682.0, 3640.0, 3684.0, 3640.0, 3683.0, 3693.0, 3673.0, 3682.0, 3640.0, 3682.0, 3640.0, 3681.0, 3640.0, 3685.0, 3662.0, 3684.0, 3651.0, 3694.0, 3652.0, 3695.0, 3681.0, 3661.0, 3670.0, 3649.0, 3691.0, 3669.0, 3692.0, 3667.0, 3645.0, 3675.0, 3655.0, 3654.0, 3663.0, 3665.0, 3663.0, 3619.0, 3632.0, 3650.0, 3619.0, 3652.0, 3599.0, 3621.0, 3662.0, 3620.0, 3640.0, 3610.0, 3654.0, 3610.0, 3654.0, 3652.0, 3634.0, 3654.0, 3621.0, 3642.0, 3611.0, 3644.0, 3654.0, 3623.0, 3666.0, 3632.0, 3644.0, 3613.0, 3656.0, 3644.0, 3624.0, 3665.0, 3637.0, 3668.0, 3624.0, 3646.0, 3646.0, 3637.0, 3676.0, 3637.0, 3679.0, 3626.0, 3657.0, 3626.0, 3660.0, 3645.0, 3650.0, 3692.0, 3648.0, 3668.0, 3628.0, 3681.0, 3627.0, 3671.0, 3670.0, 3640.0, 3679.0, 3638.0, 3682.0, 3638.0, 3672.0, 3638.0, 3671.0, 3649.0, 3673.0, 3703.0, 3661.0, 3682.0, 3671.0, 3651.0, 3693.0, 3658.0, 3658.0, 3634.0, 3646.0, 3677.0, 3645.0, 3668.0, 3647.0, 3634.0, 3666.0, 3626.0, 3678.0, 3625.0, 3670.0, 3669.0, 3637.0, 3678.0, 3637.0, 3679.0, 3637.0, 3669.0, 3680.0, 3640.0, 3679.0, 3638.0, 3679.0, 3638.0, 3669.0, 3638.0, 3671.0, 3648.0, 3679.0, 3663.0, 3682.0, 3690.0, 3668.0, 3671.0, 3691.0, 3665.0, 3656.0, 3622.0, 3656.0, 3676.0, 3635.0, 3668.0, 3624.0, 3644.0, 3664.0, 3623.0, 3664.0, 3625.0, 3656.0, 3634.0, 3625.0, 3678.0, 3625.0, 3655.0, 3612.0, 3650.0, 3678.0, 3645.0, 3657.0, 3624.0, 3646.0, 3676.0, 3637.0, 3681.0, 3624.0, 3657.0, 3645.0, 3625.0, 3676.0, 3636.0, 3667.0, 3626.0, 3657.0, 3627.0, 3658.0, 3658.0, 3636.0, 3678.0, 3647.0, 3658.0, 3614.0, 3657.0, 3626.0, 3659.0, 3647.0, 3650.0, 3660.0, 3650.0, 3680.0, 3638.0, 3682.0, 3651.0, 3671.0, 3629.0, 3670.0, 3627.0, 3670.0, 3628.0, 3680.0, 3638.0, 3671.0, 3658.0, 3649.0, 3679.0, 3648.0, 3668.0, 3638.0, 3668.0, 3638.0, 3670.0, 3637.0, 3658.0, 3645.0, 3647.0, 3667.0, 3649.0, 3670.0, 3650.0, 3668.0, 3626.0, 3658.0, 3628.0, 3670.0, 3659.0, 3660.0, 3637.0, 3668.0, 3649.0, 3682.0, 3660.0, 3682.0, 3640.0, 3682.0, 3628.0, 3681.0, 3639.0, 3670.0, 3638.0, 3680.0, 3625.0, 3669.0, 3679.0, 3660.0, 3657.0, 3660.0, 3681.0, 3648.0, 3668.0, 3646.0, 3657.0, 3636.0, 3668.0, 3637.0, 3678.0, 3648.0, 3658.0, 3638.0, 3666.0, 3625.0, 3668.0, 3626.0, 3657.0, 3625.0, 3658.0, 3624.0, 3656.0, 3646.0, 3657.0, 3635.0, 3657.0, 3656.0, 3658.0, 3669.0, 3648.0, 3635.0, 3647.0, 3656.0, 3658.0, 3668.0, 3647.0, 3646.0, 3646.0, 3667.0, 3647.0, 3656.0, 3646.0, 3635.0, 3646.0, 3645.0, 3657.0, 3666.0, 3636.0, 3644.0, 3626.0, 3667.0, 3635.0, 3667.0, 3635.0, 3645.0, 3615.0, 3655.0, 3601.0, 3658.0, 3645.0, 3624.0, 3623.0, 3634.0, 3654.0, 3635.0, 3667.0, 3636.0, 3656.0, 3625.0, 3665.0, 3625.0, 3669.0, 3625.0, 3656.0, 3624.0, 3656.0, 3602.0, 3656.0, 3623.0, 3645.0, 3634.0, 3635.0, 3654.0, 3636.0, 3668.0, 3636.0, 3657.0, 3614.0, 3656.0, 3625.0, 3655.0, 3615.0, 3658.0, 3624.0, 3647.0, 3655.0, 3636.0, 3667.0, 3637.0, 3655.0, 3624.0, 3655.0, 3616.0, 3668.0, 3624.0, 3648.0, 3634.0, 3647.0, 3667.0, 3645.0, 3667.0, 3635.0, 3657.0, 3603.0, 3667.0, 3625.0, 3658.0, 3669.0, 3636.0, 3657.0, 3625.0, 3667.0, 3636.0, 3657.0, 3625.0, 3647.0, 3612.0, 3657.0, 3646.0, 3646.0, 3667.0, 3646.0, 3644.0, 3625.0, 3656.0, 3612.0, 3657.0, 3645.0, 3635.0, 3644.0, 3634.0, 3655.0, 3623.0, 3656.0, 3613.0, 3645.0, 3613.0, 3645.0, 3665.0, 3634.0, 3656.0, 3624.0, 3646.0, 3602.0, 3644.0, 3622.0, 3634.0, 3654.0, 3625.0, 3643.0, 3612.0, 3644.0, 3613.0, 3655.0, 3625.0, 3656.0, 3625.0, 3656.0, 3626.0, 3656.0, 3615.0, 3657.0, 3614.0, 3657.0, 3623.0, 3645.0, 3667.0, 3635.0, 3644.0, 3612.0, 3656.0, 3601.0, 3656.0, 3664.0, 3634.0, 3642.0, 3612.0, 3644.0, 3599.0, 3644.0, 3653.0, 3622.0, 3631.0, 3611.0, 3643.0, 3611.0, 3656.0, 3623.0, 3623.0, 3633.0, 3623.0, 3654.0, 3624.0, 3655.0, 3614.0, 3645.0, 3612.0, 3645.0, 3622.0, 3634.0, 3656.0, 3633.0, 3645.0, 3602.0, 3645.0, 3633.0, 3623.0, 3654.0, 3624.0, 3644.0, 3623.0, 3656.0, 3615.0, 3655.0, 3602.0, 3656.0, 3645.0, 3624.0, 3655.0, 3624.0, 3654.0, 3611.0, 3645.0, 3622.0, 3633.0, 3622.0, 3633.0, 3664.0, 3624.0, 3645.0, 3599.0, 3633.0, 3612.0, 3624.0, 3623.0, 3623.0, 3653.0, 3623.0, 3655.0, 3614.0, 3645.0, 3602.0, 3634.0, 3654.0, 3623.0, 3654.0, 3613.0, 3634.0, 3601.0, 3623.0, 3632.0, 3623.0, 3655.0, 3624.0, 3645.0, 3614.0, 3644.0, 3602.0, 3656.0, 3625.0, 3646.0, 3625.0, 3646.0, 3644.0, 3635.0, 3666.0, 3635.0, 3645.0, 3602.0, 3656.0, 3643.0, 3622.0, 3664.0, 3634.0, 3643.0, 3612.0, 3644.0, 3611.0, 3645.0, 3633.0, 3635.0, 3665.0, 3624.0, 3644.0, 3613.0, 3645.0, 3599.0, 3634.0, 3654.0, 3623.0, 3644.0, 3602.0, 3644.0, 3611.0, 3644.0, 3613.0, 3644.0, 3634.0, 3645.0, 3655.0, 3623.0, 3654.0, 3623.0, 3645.0, 3612.0, 3645.0, 3634.0, 3624.0, 3666.0, 3622.0, 3656.0, 3633.0, 3623.0, 3643.0, 3624.0, 3655.0, 3612.0, 3644.0, 3611.0, 3645.0, 3655.0, 3623.0, 3654.0, 3624.0, 3645.0, 3602.0, 3645.0, 3624.0, 3636.0, 3649.0, 3641.0, 3658.0, 3640.0, 3669.0, 3628.0, 3628.0, 3638.0, 3627.0, 3647.0, 3627.0, 3668.0, 3627.0, 3681.0, 3628.0, 3663.0, 3670.0, 3660.0, 3670.0, 3649.0, 3669.0, 3626.0, 3677.0, 3633.0, 3656.0, 3654.0, 3633.0, 3642.0, 3611.0, 3663.0, 3609.0, 3653.0, 3599.0, 3630.0, 3587.0, 3620.0, 3650.0, 3609.0, 3652.0, 3611.0, 3631.0, 3600.0, 3642.0, 3589.0, 3643.0, 3642.0, 3613.0, 3643.0, 3602.0, 3653.0, 3612.0, 3645.0, 3643.0, 3623.0, 3654.0, 3612.0, 3644.0, 3600.0, 3643.0, 3601.0, 3623.0, 3664.0, 3623.0, 3644.0, 3613.0, 3655.0, 3613.0, 3655.0, 3614.0, 3657.0, 3613.0, 3624.0, 3613.0, 3624.0, 3665.0, 3624.0, 3656.0, 3625.0, 3645.0, 3601.0, 3656.0, 3623.0, 3624.0, 3665.0, 3624.0, 3657.0, 3613.0, 3635.0, 3613.0, 3624.0, 3665.0, 3624.0, 3667.0, 3625.0, 3646.0, 3625.0, 3667.0, 3625.0, 3659.0, 3628.0, 3658.0, 3628.0, 3670.0, 3627.0, 3670.0, 3628.0, 3670.0, 3628.0, 3660.0, 3628.0, 3671.0, 3648.0, 3638.0, 3669.0, 3648.0, 3657.0, 3616.0, 3668.0, 3614.0, 3659.0, 3668.0, 3658.0, 3657.0, 3614.0, 3668.0, 3626.0, 3669.0, 3626.0, 3670.0, 3652.0, 3682.0, 3630.0, 3670.0, 3629.0, 3671.0, 3630.0, 3672.0, 3643.0, 3662.0, 3655.0, 3673.0, 3643.0, 3631.0, 3671.0, 3629.0, 3672.0, 3640.0, 3683.0, 3642.0, 3661.0, 3651.0, 3669.0, 3640.0, 3670.0, 3637.0, 3668.0, 3627.0, 3668.0, 3615.0, 3658.0, 3656.0, 3636.0, 3667.0, 3624.0, 3655.0, 3613.0, 3646.0, 3605.0, 3647.0, 3625.0, 3637.0, 3657.0, 3637.0, 3657.0, 3638.0, 3637.0, 3638.0, 3669.0, 3638.0, 3668.0, 3627.0, 3647.0, 3626.0, 3669.0, 3615.0, 3660.0, 3657.0, 3637.0, 3656.0, 3625.0, 3667.0, 3625.0, 3667.0, 3614.0, 3656.0, 3614.0, 3657.0, 3635.0, 3637.0, 3668.0, 3625.0, 3645.0, 3624.0, 3656.0, 3603.0, 3657.0, 3646.0, 3635.0, 3633.0, 3635.0, 3666.0, 3624.0, 3655.0, 3635.0, 3645.0, 3623.0, 3656.0, 3613.0, 3656.0, 3624.0, 3647.0, 3614.0, 3657.0, 3645.0, 3635.0, 3655.0, 3635.0, 3655.0, 3624.0, 3655.0, 3623.0, 3645.0, 3634.0, 3655.0, 3613.0, 3657.0, 3634.0, 3635.0, 3634.0, 3635.0, 3665.0, 3623.0, 3655.0, 3623.0, 3644.0, 3623.0, 3656.0, 3601.0, 3656.0, 3633.0, 3634.0, 3645.0, 3624.0, 3654.0, 3623.0, 3645.0, 3614.0, 3655.0, 3603.0, 3657.0, 3645.0, 3626.0, 3656.0, 3626.0, 3656.0, 3626.0, 3644.0, 3624.0, 3656.0, 3613.0, 3644.0, 3613.0, 3656.0, 3612.0, 3645.0, 3655.0, 3624.0, 3643.0, 3624.0, 3644.0, 3622.0, 3644.0, 3613.0, 3656.0, 3613.0, 3655.0, 3612.0, 3646.0, 3645.0, 3636.0, 3634.0, 3624.0, 3655.0, 3623.0, 3655.0, 3624.0, 3646.0, 3624.0, 3644.0, 3601.0, 3645.0, 3645.0, 3634.0, 3654.0, 3624.0, 3655.0, 3623.0, 3645.0, 3624.0, 3635.0, 3622.0, 3623.0, 3654.0, 3623.0, 3656.0, 3624.0, 3645.0, 3614.0, 3656.0, 3603.0, 3645.0, 3655.0, 3635.0, 3646.0, 3623.0, 3645.0, 3613.0, 3645.0, 3603.0, 3636.0, 3624.0, 3636.0, 3604.0, 3668.0, 3617.0, 3671.0, 3638.0, 3659.0, 3626.0, 3657.0, 3615.0, 3658.0, 3626.0, 3657.0, 3615.0, 3657.0, 3667.0, 3645.0, 3645.0, 3613.0, 3644.0, 3601.0, 3633.0, 3654.0, 3613.0, 3645.0, 3625.0, 3655.0, 3614.0, 3657.0, 3614.0, 3646.0, 3614.0, 3657.0, 3604.0, 3647.0, 3614.0, 3636.0, 3625.0, 3637.0, 3669.0, 3635.0, 3647.0, 3624.0, 3634.0, 3612.0, 3634.0, 3665.0, 3625.0, 3656.0, 3614.0, 3645.0, 3624.0, 3655.0, 3602.0, 3647.0, 3623.0, 3634.0, 3611.0, 3624.0, 3654.0, 3623.0, 3644.0, 3612.0, 3644.0, 3601.0, 3645.0, 3622.0, 3635.0, 3655.0, 3624.0, 3645.0, 3614.0, 3644.0, 3601.0, 3645.0, 3613.0, 3634.0, 3623.0, 3625.0, 3655.0, 3625.0, 3657.0, 3626.0, 3657.0, 3615.0, 3646.0, 3613.0, 3636.0, 3635.0, 3626.0, 3656.0, 3624.0, 3656.0, 3603.0, 3645.0, 3623.0, 3635.0, 3654.0, 3623.0, 3655.0, 3613.0, 3645.0, 3611.0, 3623.0, 3632.0, 3623.0, 3665.0, 3624.0, 3655.0, 3612.0, 3644.0, 3601.0, 3656.0, 3622.0, 3634.0, 3655.0, 3623.0, 3643.0, 3623.0, 3655.0, 3623.0, 3655.0, 3601.0, 3633.0, 3601.0, 3635.0, 3643.0, 3623.0, 3654.0, 3622.0, 3633.0, 3602.0, 3646.0, 3610.0, 3633.0, 3654.0, 3613.0, 3643.0, 3623.0, 3643.0, 3589.0, 3633.0, 3601.0, 3632.0, 3602.0, 3634.0, 3632.0, 3623.0, 3655.0, 3623.0, 3633.0, 3612.0, 3643.0, 3611.0, 3644.0, 3601.0, 3633.0, 3601.0, 3634.0, 3642.0, 3622.0, 3654.0, 3612.0, 3632.0, 3611.0, 3645.0, 3601.0, 3633.0, 3654.0, 3623.0, 3643.0, 3624.0, 3644.0, 3623.0, 3643.0, 3601.0, 3633.0, 3602.0, 3647.0, 3613.0, 3634.0, 3654.0, 3622.0, 3644.0, 3602.0, 3633.0, 3601.0, 3634.0, 3612.0, 3624.0, 3656.0, 3613.0, 3644.0, 3590.0, 3633.0, 3612.0, 3645.0, 3601.0, 3634.0, 3643.0, 3624.0, 3644.0, 3625.0, 3656.0, 3625.0, 3645.0, 3603.0, 3646.0, 3613.0, 3636.0, 3623.0, 3634.0, 3655.0, 3623.0, 3646.0, 3613.0, 3634.0, 3643.0, 3623.0, 3654.0, 3624.0, 3644.0, 3601.0, 3634.0, 3622.0, 3634.0, 3603.0, 3636.0, 3644.0, 3625.0, 3656.0, 3625.0, 3646.0, 3627.0, 3646.0, 3625.0, 3646.0, 3603.0, 3658.0, 3626.0, 3636.0, 3636.0, 3636.0, 3656.0, 3624.0, 3656.0, 3614.0, 3646.0, 3603.0, 3646.0, 3645.0, 3624.0, 3656.0, 3624.0, 3634.0, 3602.0, 3646.0, 3602.0, 3646.0, 3635.0, 3637.0, 3615.0, 3636.0, 3625.0, 3637.0, 3667.0, 3626.0, 3645.0, 3625.0, 3648.0, 3625.0, 3646.0, 3613.0, 3635.0, 3667.0, 3646.0, 3633.0, 3613.0, 3644.0, 3589.0, 3634.0, 3655.0, 3624.0, 3645.0, 3612.0, 3643.0, 3601.0, 3634.0, 3655.0, 3612.0, 3633.0, 3613.0, 3644.0, 3602.0, 3635.0, 3625.0, 3635.0, 3623.0, 3624.0, 3656.0, 3625.0, 3645.0, 3624.0, 3645.0, 3603.0, 3645.0, 3602.0, 3647.0, 3624.0, 3635.0, 3654.0, 3623.0, 3645.0, 3613.0, 3644.0, 3602.0, 3645.0, 3613.0, 3635.0, 3654.0, 3613.0, 3634.0, 3613.0, 3644.0], 'WindowWidth': [8373.0, 8340.0, 8300.0, 8307.0, 8266.0, 8282.0, 8293.0, 8270.0, 8250.0, 8208.0, 8236.0, 8203.0, 8225.0, 8284.0, 8250.0, 8232.0, 8188.0, 8222.0, 8261.0, 8204.0, 8253.0, 8175.0, 8192.0, 8238.0, 8190.0, 8249.0, 8173.0, 8240.0, 8251.0, 8194.0, 8232.0, 8194.0, 8237.0, 8195.0, 8229.0, 8232.0, 8220.0, 8259.0, 8220.0, 8279.0, 8226.0, 8283.0, 8223.0, 8274.0, 8303.0, 8256.0, 8265.0, 8224.0, 8284.0, 8206.0, 8255.0, 8295.0, 8244.0, 8306.0, 8233.0, 8289.0, 8232.0, 8276.0, 8283.0, 8272.0, 8327.0, 8266.0, 8289.0, 8252.0, 8312.0, 8262.0, 8285.0, 8350.0, 8284.0, 8308.0, 8254.0, 8317.0, 8266.0, 8282.0, 8345.0, 8289.0, 8309.0, 8253.0, 8316.0, 8254.0, 8312.0, 8327.0, 8303.0, 8310.0, 8251.0, 8309.0, 8252.0, 8308.0, 8253.0, 8316.0, 8284.0, 8314.0, 8267.0, 8330.0, 8270.0, 8332.0, 8309.0, 8280.0, 8290.0, 8262.0, 8322.0, 8288.0, 8326.0, 8284.0, 8248.0, 8290.0, 8260.0, 8260.0, 8268.0, 8273.0, 8271.0, 8205.0, 8224.0, 8247.0, 8204.0, 8251.0, 8176.0, 8212.0, 8265.0, 8210.0, 8235.0, 8196.0, 8257.0, 8197.0, 8258.0, 8254.0, 8235.0, 8258.0, 8212.0, 8240.0, 8198.0, 8244.0, 8257.0, 8220.0, 8277.0, 8229.0, 8245.0, 8204.0, 8265.0, 8245.0, 8220.0, 8275.0, 8244.0, 8284.0, 8220.0, 8251.0, 8252.0, 8242.0, 8292.0, 8242.0, 8301.0, 8229.0, 8268.0, 8229.0, 8277.0, 8252.0, 8267.0, 8323.0, 8261.0, 8284.0, 8235.0, 8307.0, 8231.0, 8297.0, 8293.0, 8252.0, 8302.0, 8247.0, 8309.0, 8247.0, 8296.0, 8247.0, 8295.0, 8263.0, 8300.0, 8340.0, 8281.0, 8310.0, 8294.0, 8267.0, 8326.0, 8270.0, 8268.0, 8233.0, 8253.0, 8294.0, 8251.0, 8285.0, 8255.0, 8234.0, 8279.0, 8226.0, 8297.0, 8225.0, 8291.0, 8290.0, 8246.0, 8297.0, 8244.0, 8302.0, 8242.0, 8289.0, 8305.0, 8249.0, 8300.0, 8246.0, 8301.0, 8246.0, 8288.0, 8249.0, 8294.0, 8261.0, 8303.0, 8286.0, 8311.0, 8321.0, 8284.0, 8293.0, 8320.0, 8276.0, 8264.0, 8216.0, 8265.0, 8290.0, 8236.0, 8285.0, 8221.0, 8245.0, 8271.0, 8219.0, 8273.0, 8226.0, 8267.0, 8233.0, 8224.0, 8299.0, 8224.0, 8262.0, 8202.0, 8265.0, 8299.0, 8251.0, 8268.0, 8222.0, 8252.0, 8291.0, 8243.0, 8307.0, 8224.0, 8267.0, 8250.0, 8225.0, 8293.0, 8243.0, 8284.0, 8228.0, 8269.0, 8230.0, 8273.0, 8271.0, 8242.0, 8297.0, 8254.0, 8270.0, 8209.0, 8269.0, 8227.0, 8275.0, 8259.0, 8266.0, 8276.0, 8264.0, 8304.0, 8247.0, 8309.0, 8267.0, 8293.0, 8236.0, 8289.0, 8230.0, 8290.0, 8231.0, 8304.0, 8245.0, 8290.0, 8269.0, 8259.0, 8301.0, 8256.0, 8282.0, 8242.0, 8283.0, 8243.0, 8289.0, 8240.0, 8269.0, 8249.0, 8254.0, 8280.0, 8259.0, 8288.0, 8262.0, 8282.0, 8226.0, 8269.0, 8229.0, 8288.0, 8272.0, 8275.0, 8241.0, 8284.0, 8260.0, 8308.0, 8277.0, 8309.0, 8248.0, 8306.0, 8229.0, 8306.0, 8247.0, 8289.0, 8242.0, 8301.0, 8223.0, 8286.0, 8299.0, 8273.0, 8264.0, 8275.0, 8305.0, 8257.0, 8283.0, 8251.0, 8266.0, 8238.0, 8280.0, 8240.0, 8297.0, 8256.0, 8268.0, 8242.0, 8277.0, 8223.0, 8284.0, 8224.0, 8266.0, 8220.0, 8268.0, 8218.0, 8264.0, 8249.0, 8267.0, 8234.0, 8266.0, 8262.0, 8269.0, 8285.0, 8256.0, 8236.0, 8253.0, 8263.0, 8270.0, 8283.0, 8255.0, 8250.0, 8251.0, 8278.0, 8255.0, 8264.0, 8251.0, 8234.0, 8251.0, 8246.0, 8266.0, 8277.0, 8238.0, 8245.0, 8224.0, 8280.0, 8236.0, 8278.0, 8234.0, 8248.0, 8206.0, 8260.0, 8185.0, 8267.0, 8248.0, 8219.0, 8216.0, 8231.0, 8258.0, 8236.0, 8280.0, 8236.0, 8262.0, 8222.0, 8274.0, 8220.0, 8283.0, 8222.0, 8264.0, 8220.0, 8262.0, 8187.0, 8262.0, 8216.0, 8246.0, 8230.0, 8233.0, 8258.0, 8238.0, 8282.0, 8237.0, 8265.0, 8207.0, 8263.0, 8222.0, 8262.0, 8207.0, 8267.0, 8219.0, 8253.0, 8260.0, 8237.0, 8279.0, 8240.0, 8260.0, 8221.0, 8262.0, 8213.0, 8283.0, 8221.0, 8254.0, 8232.0, 8252.0, 8278.0, 8248.0, 8279.0, 8235.0, 8264.0, 8189.0, 8277.0, 8220.0, 8268.0, 8283.0, 8237.0, 8264.0, 8222.0, 8279.0, 8236.0, 8266.0, 8221.0, 8250.0, 8200.0, 8265.0, 8247.0, 8249.0, 8280.0, 8248.0, 8245.0, 8222.0, 8263.0, 8201.0, 8264.0, 8246.0, 8234.0, 8243.0, 8231.0, 8260.0, 8215.0, 8263.0, 8201.0, 8245.0, 8201.0, 8247.0, 8271.0, 8230.0, 8262.0, 8217.0, 8249.0, 8186.0, 8243.0, 8210.0, 8231.0, 8257.0, 8220.0, 8242.0, 8201.0, 8242.0, 8202.0, 8260.0, 8223.0, 8262.0, 8223.0, 8263.0, 8222.0, 8263.0, 8207.0, 8265.0, 8205.0, 8265.0, 8217.0, 8247.0, 8279.0, 8234.0, 8243.0, 8199.0, 8260.0, 8182.0, 8260.0, 8270.0, 8230.0, 8239.0, 8199.0, 8242.0, 8178.0, 8243.0, 8254.0, 8211.0, 8223.0, 8196.0, 8240.0, 8198.0, 8262.0, 8214.0, 8216.0, 8228.0, 8216.0, 8257.0, 8218.0, 8260.0, 8204.0, 8245.0, 8199.0, 8246.0, 8213.0, 8230.0, 8261.0, 8230.0, 8245.0, 8187.0, 8246.0, 8227.0, 8214.0, 8256.0, 8217.0, 8243.0, 8217.0, 8261.0, 8208.0, 8261.0, 8187.0, 8263.0, 8247.0, 8218.0, 8259.0, 8218.0, 8257.0, 8198.0, 8246.0, 8213.0, 8228.0, 8210.0, 8228.0, 8270.0, 8217.0, 8245.0, 8179.0, 8228.0, 8197.0, 8217.0, 8215.0, 8217.0, 8254.0, 8215.0, 8261.0, 8205.0, 8247.0, 8185.0, 8230.0, 8256.0, 8215.0, 8259.0, 8204.0, 8229.0, 8182.0, 8214.0, 8224.0, 8216.0, 8260.0, 8219.0, 8247.0, 8205.0, 8244.0, 8188.0, 8264.0, 8221.0, 8249.0, 8220.0, 8250.0, 8245.0, 8234.0, 8276.0, 8235.0, 8247.0, 8188.0, 8261.0, 8242.0, 8213.0, 8271.0, 8231.0, 8241.0, 8200.0, 8244.0, 8199.0, 8246.0, 8227.0, 8234.0, 8274.0, 8216.0, 8243.0, 8202.0, 8244.0, 8179.0, 8230.0, 8258.0, 8215.0, 8244.0, 8188.0, 8243.0, 8199.0, 8245.0, 8202.0, 8245.0, 8231.0, 8248.0, 8261.0, 8215.0, 8258.0, 8215.0, 8247.0, 8200.0, 8246.0, 8229.0, 8217.0, 8275.0, 8214.0, 8263.0, 8229.0, 8215.0, 8240.0, 8217.0, 8260.0, 8200.0, 8243.0, 8196.0, 8247.0, 8258.0, 8215.0, 8257.0, 8218.0, 8246.0, 8187.0, 8247.0, 8217.0, 8235.0, 8258.0, 8252.0, 8268.0, 8248.0, 8286.0, 8228.0, 8230.0, 8242.0, 8228.0, 8253.0, 8226.0, 8281.0, 8228.0, 8303.0, 8230.0, 8282.0, 8288.0, 8273.0, 8286.0, 8258.0, 8283.0, 8222.0, 8292.0, 8224.0, 8260.0, 8254.0, 8224.0, 8234.0, 8193.0, 8264.0, 8190.0, 8252.0, 8173.0, 8215.0, 8155.0, 8202.0, 8242.0, 8188.0, 8247.0, 8193.0, 8219.0, 8179.0, 8236.0, 8164.0, 8239.0, 8235.0, 8197.0, 8238.0, 8183.0, 8253.0, 8196.0, 8244.0, 8238.0, 8214.0, 8254.0, 8196.0, 8241.0, 8180.0, 8239.0, 8180.0, 8213.0, 8269.0, 8214.0, 8241.0, 8202.0, 8258.0, 8202.0, 8259.0, 8203.0, 8263.0, 8200.0, 8216.0, 8200.0, 8217.0, 8272.0, 8217.0, 8260.0, 8218.0, 8245.0, 8184.0, 8260.0, 8213.0, 8216.0, 8272.0, 8217.0, 8264.0, 8202.0, 8231.0, 8201.0, 8218.0, 8271.0, 8217.0, 8277.0, 8220.0, 8247.0, 8222.0, 8278.0, 8222.0, 8270.0, 8228.0, 8268.0, 8229.0, 8287.0, 8228.0, 8286.0, 8230.0, 8288.0, 8230.0, 8273.0, 8229.0, 8289.0, 8256.0, 8243.0, 8286.0, 8253.0, 8266.0, 8209.0, 8280.0, 8206.0, 8269.0, 8281.0, 8265.0, 8264.0, 8206.0, 8278.0, 8225.0, 8283.0, 8225.0, 8289.0, 8272.0, 8307.0, 8238.0, 8289.0, 8234.0, 8291.0, 8239.0, 8296.0, 8260.0, 8282.0, 8279.0, 8299.0, 8255.0, 8237.0, 8287.0, 8232.0, 8290.0, 8249.0, 8306.0, 8252.0, 8275.0, 8262.0, 8282.0, 8244.0, 8284.0, 8238.0, 8279.0, 8221.0, 8277.0, 8203.0, 8263.0, 8257.0, 8232.0, 8274.0, 8214.0, 8257.0, 8198.0, 8245.0, 8190.0, 8249.0, 8220.0, 8236.0, 8263.0, 8238.0, 8264.0, 8241.0, 8238.0, 8240.0, 8279.0, 8238.0, 8279.0, 8223.0, 8248.0, 8221.0, 8281.0, 8206.0, 8270.0, 8265.0, 8237.0, 8259.0, 8218.0, 8273.0, 8218.0, 8275.0, 8203.0, 8260.0, 8204.0, 8263.0, 8230.0, 8235.0, 8278.0, 8217.0, 8244.0, 8216.0, 8258.0, 8184.0, 8261.0, 8244.0, 8230.0, 8225.0, 8231.0, 8271.0, 8214.0, 8258.0, 8230.0, 8243.0, 8215.0, 8259.0, 8201.0, 8260.0, 8216.0, 8249.0, 8203.0, 8263.0, 8243.0, 8232.0, 8258.0, 8231.0, 8259.0, 8217.0, 8256.0, 8213.0, 8245.0, 8230.0, 8259.0, 8201.0, 8262.0, 8228.0, 8229.0, 8227.0, 8230.0, 8270.0, 8212.0, 8257.0, 8213.0, 8240.0, 8214.0, 8258.0, 8181.0, 8259.0, 8226.0, 8228.0, 8244.0, 8216.0, 8256.0, 8214.0, 8244.0, 8203.0, 8259.0, 8189.0, 8263.0, 8246.0, 8222.0, 8262.0, 8221.0, 8260.0, 8220.0, 8242.0, 8216.0, 8259.0, 8200.0, 8243.0, 8200.0, 8259.0, 8197.0, 8244.0, 8257.0, 8214.0, 8240.0, 8214.0, 8240.0, 8211.0, 8242.0, 8201.0, 8258.0, 8200.0, 8259.0, 8198.0, 8248.0, 8244.0, 8232.0, 8228.0, 8217.0, 8257.0, 8214.0, 8257.0, 8215.0, 8246.0, 8217.0, 8244.0, 8183.0, 8246.0, 8244.0, 8230.0, 8256.0, 8216.0, 8257.0, 8213.0, 8245.0, 8215.0, 8231.0, 8211.0, 8214.0, 8254.0, 8214.0, 8260.0, 8217.0, 8245.0, 8203.0, 8260.0, 8187.0, 8245.0, 8258.0, 8232.0, 8247.0, 8214.0, 8244.0, 8200.0, 8246.0, 8189.0, 8233.0, 8214.0, 8233.0, 8192.0, 8279.0, 8213.0, 8287.0, 8241.0, 8269.0, 8223.0, 8263.0, 8207.0, 8266.0, 8222.0, 8263.0, 8206.0, 8264.0, 8277.0, 8245.0, 8244.0, 8199.0, 8242.0, 8180.0, 8226.0, 8255.0, 8200.0, 8244.0, 8218.0, 8257.0, 8204.0, 8264.0, 8205.0, 8248.0, 8205.0, 8262.0, 8191.0, 8250.0, 8204.0, 8235.0, 8218.0, 8237.0, 8283.0, 8233.0, 8251.0, 8215.0, 8229.0, 8198.0, 8230.0, 8270.0, 8218.0, 8260.0, 8205.0, 8243.0, 8217.0, 8259.0, 8185.0, 8249.0, 8214.0, 8227.0, 8195.0, 8213.0, 8254.0, 8211.0, 8242.0, 8197.0, 8240.0, 8183.0, 8243.0, 8210.0, 8232.0, 8259.0, 8215.0, 8245.0, 8202.0, 8242.0, 8182.0, 8244.0, 8200.0, 8230.0, 8214.0, 8218.0, 8258.0, 8221.0, 8264.0, 8221.0, 8264.0, 8206.0, 8246.0, 8202.0, 8234.0, 8231.0, 8221.0, 8261.0, 8217.0, 8260.0, 8186.0, 8245.0, 8213.0, 8230.0, 8255.0, 8214.0, 8258.0, 8199.0, 8244.0, 8193.0, 8212.0, 8224.0, 8213.0, 8269.0, 8215.0, 8257.0, 8198.0, 8242.0, 8182.0, 8260.0, 8211.0, 8229.0, 8257.0, 8212.0, 8239.0, 8214.0, 8257.0, 8213.0, 8257.0, 8182.0, 8226.0, 8182.0, 8231.0, 8239.0, 8211.0, 8253.0, 8210.0, 8226.0, 8183.0, 8244.0, 8191.0, 8225.0, 8253.0, 8199.0, 8238.0, 8213.0, 8238.0, 8164.0, 8225.0, 8181.0, 8224.0, 8184.0, 8227.0, 8224.0, 8213.0, 8257.0, 8213.0, 8225.0, 8197.0, 8239.0, 8195.0, 8242.0, 8183.0, 8226.0, 8181.0, 8227.0, 8237.0, 8212.0, 8255.0, 8196.0, 8223.0, 8195.0, 8242.0, 8181.0, 8227.0, 8254.0, 8214.0, 8239.0, 8215.0, 8243.0, 8213.0, 8239.0, 8180.0, 8226.0, 8185.0, 8249.0, 8199.0, 8229.0, 8253.0, 8211.0, 8241.0, 8184.0, 8226.0, 8180.0, 8228.0, 8197.0, 8213.0, 8260.0, 8198.0, 8241.0, 8167.0, 8225.0, 8197.0, 8244.0, 8183.0, 8228.0, 8240.0, 8216.0, 8243.0, 8219.0, 8260.0, 8218.0, 8246.0, 8187.0, 8247.0, 8201.0, 8232.0, 8212.0, 8230.0, 8257.0, 8214.0, 8246.0, 8199.0, 8228.0, 8239.0, 8212.0, 8254.0, 8214.0, 8241.0, 8181.0, 8229.0, 8211.0, 8229.0, 8188.0, 8234.0, 8242.0, 8219.0, 8262.0, 8219.0, 8248.0, 8227.0, 8249.0, 8220.0, 8248.0, 8189.0, 8266.0, 8223.0, 8235.0, 8234.0, 8235.0, 8260.0, 8217.0, 8261.0, 8202.0, 8246.0, 8186.0, 8247.0, 8244.0, 8216.0, 8260.0, 8216.0, 8227.0, 8185.0, 8246.0, 8185.0, 8248.0, 8231.0, 8236.0, 8205.0, 8235.0, 8219.0, 8238.0, 8277.0, 8221.0, 8247.0, 8220.0, 8252.0, 8220.0, 8248.0, 8199.0, 8231.0, 8276.0, 8245.0, 8226.0, 8200.0, 8241.0, 8164.0, 8229.0, 8258.0, 8215.0, 8244.0, 8197.0, 8239.0, 8180.0, 8228.0, 8256.0, 8199.0, 8224.0, 8199.0, 8242.0, 8184.0, 8232.0, 8217.0, 8230.0, 8212.0, 8216.0, 8259.0, 8218.0, 8243.0, 8216.0, 8245.0, 8187.0, 8244.0, 8185.0, 8250.0, 8216.0, 8230.0, 8255.0, 8213.0, 8243.0, 8200.0, 8241.0, 8184.0, 8244.0, 8199.0, 8230.0, 8256.0, 8199.0, 8229.0, 8200.0, 8242.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.0012408175624526873</td></tr>
<tr><td colspan=3>aqi</td><td>0.08065244345193036</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.50788931699994</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.029289592189394</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8996907231136372</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>3730.9348</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09014780730105751</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1953065859197576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6589825018515305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6421890279143954</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.810151114818958</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.524607362821237</td></tr>
<tr><td colspan=3>gcor</td><td>0.00611695</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009020798839628696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027721935883164406</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.221750040968444</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>26.3156</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2749</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5252</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298588.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.6306</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.9614</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2879.1906</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.3911</td></tr>
<tr><td colspan=3>tsnr</td><td>26.0127994697541</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>