<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-04/func/sub-0009_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>191d1620aa05f4c324f70c7ca4068908</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:26:17.922500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</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.0830375</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>[4159, -7707, -7339, 608, -15, -107, 24, 70]</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>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7fbc22e2-6be7-41e1-a125-7d2f99c8e56e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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, 1323]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'AcquisitionTime': ['122617.922500', '122618.382500', '122618.842500', '122619.302500', '122619.762500', '122620.222500', '122620.682500', '122621.142500', '122621.602500', '122622.062500', '122622.522500', '122622.982500', '122623.442500', '122623.902500', '122624.362500', '122624.822500', '122625.282500', '122625.742500', '122626.202500', '122626.662500', '122627.122500', '122627.582500', '122628.042500', '122628.502500', '122628.962500', '122629.422500', '122629.882500', '122630.342500', '122630.802500', '122631.262500', '122631.722500', '122632.182500', '122632.642500', '122633.102500', '122633.562500', '122634.022500', '122634.482500', '122634.942500', '122635.402500', '122635.862500', '122636.322500', '122636.782500', '122637.242500', '122637.702500', '122638.162500', '122638.622500', '122639.082500', '122639.542500', '122640.002500', '122640.462500', '122640.922500', '122641.382500', '122641.842500', '122642.302500', '122642.762500', '122643.222500', '122643.682500', '122644.142500', '122644.602500', '122645.062500', '122645.522500', '122645.982500', '122646.442500', '122646.902500', '122647.362500', '122647.822500', '122648.282500', '122648.742500', '122649.202500', '122649.662500', '122650.122500', '122650.582500', '122651.042500', '122651.502500', '122651.962500', '122652.422500', '122652.882500', '122653.342500', '122653.802500', '122654.262500', '122654.722500', '122655.182500', '122655.642500', '122656.102500', '122656.562500', '122657.022500', '122657.482500', '122657.942500', '122658.402500', '122658.862500', '122659.322500', '122659.782500', '122700.242500', '122700.702500', '122701.162500', '122701.622500', '122702.082500', '122702.542500', '122703.002500', '122703.462500', '122703.922500', '122704.382500', '122704.842500', '122705.302500', '122705.762500', '122706.222500', '122706.682500', '122707.142500', '122707.602500', '122708.062500', '122708.522500', '122708.982500', '122709.442500', '122709.902500', '122710.362500', '122710.822500', '122711.282500', '122711.742500', '122712.202500', '122712.662500', '122713.122500', '122713.582500', '122714.042500', '122714.502500', '122714.962500', '122715.422500', '122715.882500', '122716.342500', '122716.802500', '122717.262500', '122717.722500', '122718.182500', '122718.642500', '122719.102500', '122719.562500', '122720.022500', '122720.482500', '122720.942500', '122721.402500', '122721.862500', '122722.322500', '122722.782500', '122723.242500', '122723.702500', '122724.162500', '122724.622500', '122725.082500', '122725.542500', '122726.002500', '122726.462500', '122726.922500', '122727.382500', '122727.842500', '122728.302500', '122728.762500', '122729.222500', '122729.682500', '122730.142500', '122730.602500', '122731.062500', '122731.522500', '122731.982500', '122732.442500', '122732.902500', '122733.362500', '122733.822500', '122734.282500', '122734.742500', '122735.202500', '122735.662500', '122736.122500', '122736.582500', '122737.042500', '122737.502500', '122737.962500', '122738.422500', '122738.882500', '122739.342500', '122739.802500', '122740.262500', '122740.722500', '122741.182500', '122741.642500', '122742.102500', '122742.562500', '122743.022500', '122743.482500', '122743.942500', '122744.402500', '122744.862500', '122745.322500', '122745.782500', '122746.242500', '122746.702500', '122747.162500', '122747.622500', '122748.082500', '122748.542500', '122749.002500', '122749.462500', '122749.922500', '122750.382500', '122750.842500', '122751.302500', '122751.762500', '122752.222500', '122752.682500', '122753.142500', '122753.602500', '122754.062500', '122754.522500', '122754.982500', '122755.442500', '122755.902500', '122756.362500', '122756.822500', '122757.282500', '122757.742500', '122758.202500', '122758.662500', '122759.122500', '122759.582500', '122800.042500', '122800.502500', '122800.962500', '122801.422500', '122801.882500', '122802.342500', '122802.802500', '122803.262500', '122803.722500', '122804.182500', '122804.642500', '122805.102500', '122805.562500', '122806.022500', '122806.482500', '122806.942500', '122807.402500', '122807.862500', '122808.322500', '122808.782500', '122809.242500', '122809.702500', '122810.162500', '122810.622500', '122811.082500', '122811.542500', '122812.002500', '122812.462500', '122812.922500', '122813.382500', '122813.842500', '122814.302500', '122814.762500', '122815.222500', '122815.682500', '122816.142500', '122816.602500', '122817.062500', '122817.522500', '122817.982500', '122818.442500', '122818.902500', '122819.362500', '122819.822500', '122820.282500', '122820.742500', '122821.202500', '122821.662500', '122822.122500', '122822.582500', '122823.042500', '122823.502500', '122823.962500', '122824.422500', '122824.882500', '122825.342500', '122825.802500', '122826.262500', '122826.722500', '122827.182500', '122827.642500', '122828.102500', '122828.562500', '122829.022500', '122829.482500', '122829.942500', '122830.402500', '122830.862500', '122831.322500', '122831.782500', '122832.242500', '122832.702500', '122833.162500', '122833.622500', '122834.082500', '122834.542500', '122835.002500', '122835.462500', '122835.922500', '122836.382500', '122836.842500', '122837.302500', '122837.762500', '122838.222500', '122838.682500', '122839.142500', '122839.602500', '122840.062500', '122840.522500', '122840.982500', '122841.442500', '122841.902500', '122842.362500', '122842.822500', '122843.282500', '122843.742500', '122844.202500', '122844.662500', '122845.122500', '122845.582500', '122846.042500', '122846.502500', '122846.962500', '122847.422500', '122847.882500', '122848.342500', '122848.802500', '122849.262500', '122849.722500', '122850.182500', '122850.642500', '122851.102500', '122851.562500', '122852.022500', '122852.482500', '122852.942500', '122853.402500', '122853.862500', '122854.322500', '122854.782500', '122855.242500', '122855.702500', '122856.162500', '122856.622500', '122857.082500', '122857.542500', '122858.002500', '122858.462500', '122858.922500', '122859.382500', '122859.842500', '122900.302500', '122900.762500', '122901.222500', '122901.682500', '122902.142500', '122902.602500', '122903.062500', '122903.522500', '122903.982500', '122904.442500', '122904.902500', '122905.362500', '122905.822500', '122906.282500', '122906.742500', '122907.202500', '122907.662500', '122908.122500', '122908.582500', '122909.042500', '122909.502500', '122909.962500', '122910.422500', '122910.882500', '122911.342500', '122911.802500', '122912.262500', '122912.722500', '122913.182500', '122913.642500', '122914.102500', '122914.562500', '122915.022500', '122915.482500', '122915.942500', '122916.402500', '122916.862500', '122917.322500', '122917.782500', '122918.242500', '122918.702500', '122919.162500', '122919.622500', '122920.082500', '122920.542500', '122921.002500', '122921.462500', '122921.922500', '122922.382500', '122922.842500', '122923.302500', '122923.762500', '122924.222500', '122924.682500', '122925.142500', '122925.602500', '122926.062500', '122926.522500', '122926.982500', '122927.442500', '122927.902500', '122928.362500', '122928.822500', '122929.282500', '122929.742500', '122930.202500', '122930.662500', '122931.122500', '122931.582500', '122932.042500', '122932.502500', '122932.962500', '122933.422500', '122933.882500', '122934.342500', '122934.802500', '122935.262500', '122935.722500', '122936.182500', '122936.642500', '122937.102500', '122937.562500', '122938.022500', '122938.482500', '122938.942500', '122939.402500', '122939.862500', '122940.322500', '122940.782500', '122941.242500', '122941.702500', '122942.162500', '122942.622500', '122943.082500', '122943.542500', '122944.002500', '122944.462500', '122944.922500', '122945.382500', '122945.842500', '122946.302500', '122946.762500', '122947.222500', '122947.682500', '122948.142500', '122948.602500', '122949.062500', '122949.522500', '122949.982500', '122950.442500', '122950.902500', '122951.362500', '122951.822500', '122952.282500', '122952.742500', '122953.202500', '122953.662500', '122954.122500', '122954.582500', '122955.042500', '122955.502500', '122955.962500', '122956.422500', '122956.882500', '122957.342500', '122957.802500', '122958.262500', '122958.722500', '122959.182500', '122959.642500', '123000.102500', '123000.562500', '123001.022500', '123001.482500', '123001.942500', '123002.402500', '123002.862500', '123003.322500', '123003.782500', '123004.242500', '123004.702500', '123005.162500', '123005.622500', '123006.082500', '123006.542500', '123007.002500', '123007.462500', '123007.922500', '123008.382500', '123008.842500', '123009.302500', '123009.762500', '123010.222500', '123010.682500', '123011.142500', '123011.602500', '123012.062500', '123012.522500', '123012.982500', '123013.442500', '123013.902500', '123014.362500', '123014.822500', '123015.282500', '123015.742500', '123016.202500', '123016.662500', '123017.122500', '123017.582500', '123018.042500', '123018.502500', '123018.962500', '123019.422500', '123019.882500', '123020.342500', '123020.802500', '123021.262500', '123021.722500', '123022.182500', '123022.642500', '123023.102500', '123023.562500', '123024.022500', '123024.482500', '123024.942500', '123025.402500', '123025.862500', '123026.322500', '123026.782500', '123027.242500', '123027.702500', '123028.162500', '123028.622500', '123029.082500', '123029.542500', '123030.002500', '123030.462500', '123030.922500', '123031.382500', '123031.842500', '123032.302500', '123032.762500', '123033.222500', '123033.682500', '123034.142500', '123034.602500', '123035.062500', '123035.522500', '123035.982500', '123036.442500', '123036.902500', '123037.362500', '123037.822500', '123038.282500', '123038.742500', '123039.202500', '123039.662500', '123040.122500', '123040.582500', '123041.042500', '123041.502500', '123041.962500', '123042.422500', '123042.882500', '123043.342500', '123043.802500', '123044.262500', '123044.722500', '123045.182500', '123045.642500', '123046.102500', '123046.562500', '123047.022500', '123047.482500', '123047.942500', '123048.402500', '123048.862500', '123049.322500', '123049.782500', '123050.242500', '123050.702500', '123051.162500', '123051.622500', '123052.082500', '123052.542500', '123053.002500', '123053.462500', '123053.922500', '123054.382500', '123054.842500', '123055.302500', '123055.762500', '123056.222500', '123056.682500', '123057.142500', '123057.602500', '123058.062500', '123058.522500', '123058.982500', '123059.442500', '123059.902500', '123100.362500', '123100.822500', '123101.282500', '123101.742500', '123102.202500', '123102.662500', '123103.122500', '123103.582500', '123104.042500', '123104.502500', '123104.962500', '123105.422500', '123105.882500', '123106.342500', '123106.802500', '123107.262500', '123107.722500', '123108.182500', '123108.642500', '123109.102500', '123109.562500', '123110.022500', '123110.482500', '123110.942500', '123111.402500', '123111.862500', '123112.322500', '123112.782500', '123113.242500', '123113.702500', '123114.162500', '123114.622500', '123115.082500', '123115.542500', '123116.002500', '123116.462500', '123116.922500', '123117.382500', '123117.842500', '123118.302500', '123118.762500', '123119.222500', '123119.682500', '123120.142500', '123120.602500', '123121.062500', '123121.522500', '123121.982500', '123122.442500', '123122.902500', '123123.362500', '123123.822500', '123124.282500', '123124.742500', '123125.202500', '123125.662500', '123126.122500', '123126.582500', '123127.042500', '123127.502500', '123127.962500', '123128.422500', '123128.882500', '123129.342500', '123129.802500', '123130.262500', '123130.722500', '123131.182500', '123131.642500', '123132.102500', '123132.562500', '123133.022500', '123133.482500', '123133.942500', '123134.402500', '123134.862500', '123135.322500', '123135.782500', '123136.242500', '123136.702500', '123137.162500', '123137.622500', '123138.082500', '123138.542500', '123139.002500', '123139.462500', '123139.922500', '123140.382500', '123140.842500', '123141.302500', '123141.762500', '123142.222500', '123142.682500', '123143.142500', '123143.602500', '123144.062500', '123144.522500', '123144.982500', '123145.442500', '123145.902500', '123146.362500', '123146.822500', '123147.282500', '123147.742500', '123148.202500', '123148.662500', '123149.122500', '123149.582500', '123150.042500', '123150.502500', '123150.962500', '123151.422500', '123151.882500', '123152.342500', '123152.802500', '123153.262500', '123153.722500', '123154.182500', '123154.642500', '123155.102500', '123155.562500', '123156.022500', '123156.482500', '123156.942500', '123157.402500', '123157.862500', '123158.322500', '123158.782500', '123159.242500', '123159.702500', '123200.162500', '123200.622500', '123201.082500', '123201.542500', '123202.002500', '123202.462500', '123202.922500', '123203.382500', '123203.842500', '123204.302500', '123204.762500', '123205.222500', '123205.682500', '123206.142500', '123206.602500', '123207.062500', '123207.522500', '123207.982500', '123208.442500', '123208.902500', '123209.362500', '123209.822500', '123210.282500', '123210.742500', '123211.202500', '123211.662500', '123212.122500', '123212.582500', '123213.042500', '123213.502500', '123213.962500', '123214.422500', '123214.882500', '123215.342500', '123215.802500', '123216.262500', '123216.722500', '123217.182500', '123217.642500', '123218.102500', '123218.562500', '123219.022500', '123219.482500', '123219.942500', '123220.402500', '123220.862500', '123221.322500', '123221.782500', '123222.242500', '123222.702500', '123223.162500', '123223.622500', '123224.082500', '123224.542500', '123225.002500', '123225.462500', '123225.922500', '123226.382500', '123226.842500', '123227.302500', '123227.762500', '123228.222500', '123228.682500', '123229.142500', '123229.602500', '123230.062500', '123230.522500', '123230.982500', '123231.442500', '123231.902500', '123232.362500', '123232.822500', '123233.282500', '123233.742500', '123234.202500', '123234.662500', '123235.122500', '123235.582500', '123236.042500', '123236.502500', '123236.962500', '123237.422500', '123237.882500', '123238.342500', '123238.802500', '123239.262500', '123239.722500', '123240.182500', '123240.642500', '123241.102500', '123241.562500', '123242.022500', '123242.482500', '123242.942500', '123243.402500', '123243.862500', '123244.322500', '123244.782500', '123245.242500', '123245.702500', '123246.162500', '123246.622500', '123247.082500', '123247.542500', '123248.002500', '123248.462500', '123248.922500', '123249.382500', '123249.842500', '123250.302500', '123250.762500', '123251.222500', '123251.682500', '123252.142500', '123252.602500', '123253.062500', '123253.522500', '123253.982500', '123254.442500', '123254.902500', '123255.362500', '123255.822500', '123256.282500', '123256.742500', '123257.202500', '123257.662500', '123258.122500', '123258.582500', '123259.042500', '123259.502500', '123259.962500', '123300.422500', '123300.882500', '123301.342500', '123301.802500', '123302.262500', '123302.722500', '123303.182500', '123303.642500', '123304.102500', '123304.562500', '123305.022500', '123305.482500', '123305.942500', '123306.402500', '123306.862500', '123307.322500', '123307.782500', '123308.242500', '123308.702500', '123309.162500', '123309.622500', '123310.082500', '123310.542500', '123311.002500', '123311.462500', '123311.922500', '123312.382500', '123312.842500', '123313.302500', '123313.762500', '123314.222500', '123314.682500', '123315.142500', '123315.602500', '123316.062500', '123316.522500', '123316.982500', '123317.442500', '123317.902500', '123318.362500', '123318.822500', '123319.282500', '123319.742500', '123320.202500', '123320.662500', '123321.122500', '123321.582500', '123322.042500', '123322.502500', '123322.962500', '123323.422500', '123323.882500', '123324.342500', '123324.802500', '123325.262500', '123325.722500', '123326.182500', '123326.642500', '123327.102500', '123327.562500', '123328.022500', '123328.482500', '123328.942500', '123329.402500', '123329.862500', '123330.322500', '123330.782500', '123331.242500', '123331.702500', '123332.162500', '123332.622500', '123333.082500', '123333.542500', '123334.002500', '123334.462500', '123334.922500', '123335.382500', '123335.842500', '123336.302500', '123336.762500', '123337.222500', '123337.682500', '123338.142500', '123338.602500', '123339.062500', '123339.522500', '123339.982500', '123340.442500', '123340.902500', '123341.362500', '123341.822500', '123342.282500', '123342.742500', '123343.202500', '123343.662500', '123344.122500', '123344.582500', '123345.042500', '123345.502500', '123345.962500', '123346.422500', '123346.882500', '123347.342500', '123347.802500', '123348.262500', '123348.722500', '123349.182500', '123349.642500', '123350.102500', '123350.562500', '123351.022500', '123351.482500', '123351.942500', '123352.402500', '123352.862500', '123353.322500', '123353.782500', '123354.242500', '123354.702500', '123355.162500', '123355.622500', '123356.082500', '123356.542500', '123357.002500', '123357.462500', '123357.922500', '123358.382500', '123358.842500', '123359.302500', '123359.762500', '123400.222500', '123400.682500', '123401.142500', '123401.602500', '123402.062500', '123402.522500', '123402.982500', '123403.442500', '123403.902500', '123404.362500', '123404.822500', '123405.282500', '123405.742500', '123406.202500', '123406.662500', '123407.122500', '123407.582500', '123408.042500', '123408.502500', '123408.962500', '123409.422500', '123409.882500', '123410.342500', '123410.802500', '123411.262500', '123411.722500', '123412.182500', '123412.642500', '123413.102500', '123413.562500', '123414.022500', '123414.482500', '123414.942500', '123415.402500', '123415.862500', '123416.322500', '123416.782500', '123417.242500', '123417.702500', '123418.162500', '123418.622500', '123419.082500', '123419.542500', '123420.002500', '123420.462500', '123420.922500', '123421.382500', '123421.842500', '123422.302500', '123422.762500', '123423.222500', '123423.682500', '123424.142500', '123424.602500', '123425.062500', '123425.522500', '123425.982500', '123426.442500', '123426.902500', '123427.362500', '123427.822500', '123428.282500', '123428.742500', '123429.202500', '123429.662500', '123430.122500', '123430.582500', '123431.042500', '123431.502500', '123431.962500', '123432.422500', '123432.882500', '123433.342500', '123433.802500', '123434.262500', '123434.722500', '123435.182500', '123435.642500', '123436.102500', '123436.562500', '123437.022500', '123437.482500', '123437.942500', '123438.402500', '123438.862500', '123439.322500', '123439.782500', '123440.242500', '123440.702500', '123441.162500', '123441.622500', '123442.082500', '123442.542500', '123443.002500', '123443.462500', '123443.922500', '123444.382500', '123444.842500', '123445.302500', '123445.762500', '123446.222500', '123446.682500', '123447.142500', '123447.602500', '123448.062500', '123448.522500', '123448.982500', '123449.442500', '123449.902500', '123450.362500', '123450.822500', '123451.282500', '123451.742500', '123452.202500', '123452.662500', '123453.122500', '123453.582500', '123454.042500', '123454.502500', '123454.962500', '123455.422500', '123455.882500', '123456.342500', '123456.802500', '123457.262500', '123457.722500', '123458.182500', '123458.642500', '123459.102500', '123459.562500', '123500.022500', '123500.482500', '123500.942500', '123501.402500', '123501.862500', '123502.322500', '123502.782500', '123503.242500', '123503.702500', '123504.162500', '123504.622500', '123505.082500', '123505.542500', '123506.002500', '123506.462500', '123506.922500', '123507.382500', '123507.842500', '123508.302500', '123508.762500', '123509.222500', '123509.682500', '123510.142500', '123510.602500', '123511.062500', '123511.522500', '123511.982500', '123512.442500', '123512.902500', '123513.362500', '123513.822500', '123514.282500', '123514.742500', '123515.202500', '123515.662500', '123516.122500', '123516.582500', '123517.042500', '123517.502500', '123517.962500', '123518.422500', '123518.882500', '123519.342500', '123519.802500', '123520.262500', '123520.722500', '123521.182500', '123521.642500', '123522.102500', '123522.562500', '123523.022500', '123523.482500', '123523.942500', '123524.402500', '123524.862500', '123525.322500', '123525.782500', '123526.242500', '123526.702500', '123527.162500', '123527.622500', '123528.082500', '123528.542500', '123529.002500', '123529.462500', '123529.922500', '123530.382500', '123530.842500', '123531.302500', '123531.762500', '123532.222500', '123532.682500', '123533.142500', '123533.602500', '123534.062500', '123534.522500', '123534.982500', '123535.442500', '123535.902500', '123536.362500', '123536.822500', '123537.282500', '123537.742500', '123538.202500', '123538.662500', '123539.122500', '123539.582500', '123540.042500', '123540.502500', '123540.962500', '123541.422500', '123541.882500', '123542.342500', '123542.802500', '123543.262500', '123543.722500', '123544.182500', '123544.642500', '123545.102500', '123545.562500', '123546.022500', '123546.482500', '123546.942500', '123547.402500', '123547.862500', '123548.322500', '123548.782500', '123549.242500', '123549.702500', '123550.162500', '123550.622500', '123551.082500', '123551.542500', '123552.002500', '123552.462500', '123552.922500', '123553.382500', '123553.842500', '123554.302500', '123554.762500', '123555.222500', '123555.682500', '123556.142500', '123556.602500', '123557.062500', '123557.522500', '123557.982500', '123558.442500', '123558.902500', '123559.362500', '123559.822500', '123600.282500', '123600.742500', '123601.202500', '123601.662500', '123602.122500', '123602.582500', '123603.042500', '123603.502500', '123603.962500', '123604.422500', '123604.882500', '123605.342500', '123605.802500', '123606.262500', '123606.722500', '123607.182500', '123607.642500', '123608.102500', '123608.562500', '123609.022500', '123609.482500', '123609.942500', '123610.402500', '123610.862500', '123611.322500', '123611.782500', '123612.242500', '123612.702500', '123613.162500', '123613.622500', '123614.082500', '123614.542500', '123615.002500', '123615.462500', '123615.922500', '123616.382500', '123616.842500', '123617.302500', '123617.762500', '123618.222500', '123618.682500', '123619.142500', '123619.602500', '123620.062500', '123620.522500', '123620.982500', '123621.442500', '123621.902500', '123622.362500', '123622.822500', '123623.282500', '123623.742500', '123624.202500', '123624.662500', '123625.122500', '123625.582500', '123626.042500'], 'ContentTime': ['122633.470000', '122633.473000', '122633.476000', '122633.482000', '122633.485000', '122633.488000', '122633.491000', '122633.494000', '122633.497000', '122633.500000', '122633.503000', '122633.506000', '122633.509000', '122633.514000', '122633.517000', '122633.520000', '122633.523000', '122633.526000', '122633.529000', '122633.532000', '122633.535000', '122633.538000', '122633.541000', '122633.544000', '122633.546000', '122633.549000', '122633.552000', '122633.555000', '122633.558000', '122633.561000', '122633.564000', '122633.567000', '122633.570000', '122653.437000', '122653.440000', '122653.443000', '122653.446000', '122653.455000', '122653.458000', '122653.460000', '122653.463000', '122653.466000', '122653.469000', '122653.472000', '122653.475000', '122653.478000', '122653.481000', '122653.484000', '122653.487000', '122653.490000', '122653.492000', '122653.495000', '122653.498000', '122653.501000', '122653.504000', '122653.507000', '122653.510000', '122653.513000', '122653.516000', '122653.519000', '122653.522000', '122653.525000', '122653.528000', '122653.530000', '122653.534000', '122653.536000', '122653.539000', '122653.542000', '122653.545000', '122653.548000', '122653.551000', '122653.554000', '122653.557000', '122653.560000', '122653.563000', '122653.565000', '122713.437000', '122713.440000', '122713.443000', '122713.446000', '122713.449000', '122713.452000', '122713.455000', '122713.466000', '122713.470000', '122713.472000', '122713.475000', '122713.478000', '122713.481000', '122713.484000', '122713.487000', '122713.490000', '122713.493000', '122713.496000', '122713.499000', '122713.502000', '122713.505000', '122713.508000', '122713.511000', '122713.514000', '122713.517000', '122713.520000', '122713.522000', '122713.528000', '122713.531000', '122713.534000', '122713.537000', '122713.539000', '122713.542000', '122713.545000', '122713.548000', '122713.551000', '122713.554000', '122713.557000', '122713.560000', '122713.563000', '122713.566000', '122713.569000', '122713.572000', '122733.438000', '122733.441000', '122733.444000', '122733.447000', '122733.450000', '122733.453000', '122733.456000', '122733.459000', '122733.462000', '122733.465000', '122733.467000', '122733.470000', '122733.473000', '122733.476000', '122733.479000', '122733.482000', '122733.485000', '122733.488000', '122733.491000', '122733.494000', '122733.497000', '122733.500000', '122733.503000', '122733.506000', '122733.509000', '122733.511000', '122733.514000', '122733.517000', '122733.520000', '122733.523000', '122733.526000', '122733.529000', '122733.532000', '122733.535000', '122733.538000', '122733.541000', '122733.544000', '122733.547000', '122733.550000', '122733.553000', '122733.555000', '122733.558000', '122733.561000', '122733.564000', '122753.438000', '122753.443000', '122753.446000', '122753.449000', '122753.452000', '122753.455000', '122753.458000', '122753.461000', '122753.464000', '122753.467000', '122753.470000', '122753.473000', '122753.476000', '122753.479000', '122753.481000', '122753.484000', '122753.487000', '122753.490000', '122753.493000', '122753.496000', '122753.499000', '122753.502000', '122753.505000', '122753.508000', '122753.511000', '122753.514000', '122753.517000', '122753.520000', '122753.522000', '122753.525000', '122753.528000', '122753.531000', '122753.534000', '122753.537000', '122753.540000', '122753.543000', '122753.546000', '122753.549000', '122753.552000', '122753.555000', '122753.558000', '122753.561000', '122753.564000', '122813.438000', '122813.441000', '122813.451000', '122813.454000', '122813.457000', '122813.460000', '122813.463000', '122813.466000', '122813.468000', '122813.471000', '122813.474000', '122813.477000', '122813.480000', '122813.483000', '122813.486000', '122813.489000', '122813.492000', '122813.495000', '122813.498000', '122813.501000', '122813.504000', '122813.507000', '122813.510000', '122813.513000', '122813.515000', '122813.518000', '122813.521000', '122813.524000', '122813.527000', '122813.530000', '122813.533000', '122813.536000', '122813.539000', '122813.542000', '122813.545000', '122813.548000', '122813.551000', '122813.554000', '122813.557000', '122813.560000', '122813.562000', '122813.565000', '122813.568000', '122813.571000', '122833.438000', '122833.441000', '122833.444000', '122833.447000', '122833.450000', '122833.453000', '122833.456000', '122833.459000', '122833.462000', '122833.465000', '122833.468000', '122833.471000', '122833.475000', '122833.478000', '122833.487000', '122833.490000', '122833.492000', '122833.495000', '122833.499000', '122833.501000', '122833.504000', '122833.507000', '122833.510000', '122833.513000', '122833.516000', '122833.519000', '122833.522000', '122833.525000', '122833.528000', '122833.531000', '122833.534000', '122833.537000', '122833.540000', '122833.542000', '122833.546000', '122833.548000', '122833.551000', '122833.554000', '122833.557000', '122833.560000', '122833.563000', '122833.566000', '122833.569000', '122853.438000', '122853.441000', '122853.444000', '122853.447000', '122853.465000', '122853.468000', '122853.471000', '122853.473000', '122853.476000', '122853.479000', '122853.482000', '122853.485000', '122853.488000', '122853.491000', '122853.494000', '122853.497000', '122853.500000', '122853.503000', '122853.506000', '122853.509000', '122853.512000', '122853.515000', '122853.518000', '122853.521000', '122853.523000', '122853.526000', '122853.529000', '122853.532000', '122853.535000', '122853.538000', '122853.541000', '122853.544000', '122853.547000', '122853.550000', '122853.553000', '122853.556000', '122853.559000', '122853.562000', '122853.565000', '122853.568000', '122853.570000', '122853.574000', '122853.576000', '122853.579000', '122913.437000', '122913.440000', '122913.443000', '122913.446000', '122913.449000', '122913.452000', '122913.455000', '122913.458000', '122913.461000', '122913.464000', '122913.467000', '122913.470000', '122913.473000', '122913.478000', '122913.482000', '122913.485000', '122913.488000', '122913.491000', '122913.494000', '122913.497000', '122913.500000', '122913.503000', '122913.506000', '122913.509000', '122913.512000', '122913.515000', '122913.518000', '122913.520000', '122913.523000', '122913.526000', '122913.529000', '122913.532000', '122913.535000', '122913.538000', '122913.541000', '122913.544000', '122913.547000', '122913.550000', '122913.553000', '122913.556000', '122913.559000', '122913.562000', '122913.565000', '122933.437000', '122933.440000', '122933.443000', '122933.446000', '122933.449000', '122933.452000', '122933.455000', '122933.458000', '122933.461000', '122933.464000', '122933.467000', '122933.470000', '122933.473000', '122933.476000', '122933.479000', '122933.482000', '122933.485000', '122933.488000', '122933.491000', '122933.493000', '122933.497000', '122933.499000', '122933.502000', '122933.513000', '122933.517000', '122933.519000', '122933.522000', '122933.525000', '122933.528000', '122933.531000', '122933.534000', '122933.537000', '122933.540000', '122933.543000', '122933.546000', '122933.549000', '122933.552000', '122933.555000', '122933.558000', '122933.561000', '122933.564000', '122933.567000', '122933.570000', '122933.572000', '122953.438000', '122953.441000', '122953.444000', '122953.447000', '122953.450000', '122953.453000', '122953.456000', '122953.459000', '122953.462000', '122953.465000', '122953.468000', '122953.471000', '122953.474000', '122953.476000', '122953.479000', '122953.482000', '122953.485000', '122953.488000', '122953.491000', '122953.494000', '122953.497000', '122953.501000', '122953.505000', '122953.508000', '122953.511000', '122953.514000', '122953.517000', '122953.520000', '122953.523000', '122953.526000', '122953.529000', '122953.532000', '122953.535000', '122953.538000', '122953.541000', '122953.544000', '122953.547000', '122953.550000', '122953.553000', '122953.555000', '122953.559000', '122953.561000', '122953.564000', '123013.438000', '123013.441000', '123013.444000', '123013.447000', '123013.450000', '123013.453000', '123013.456000', '123013.459000', '123013.462000', '123013.465000', '123013.468000', '123013.471000', '123013.474000', '123013.477000', '123013.479000', '123013.483000', '123013.485000', '123013.488000', '123013.491000', '123013.494000', '123013.497000', '123013.500000', '123013.503000', '123013.506000', '123013.509000', '123013.512000', '123013.515000', '123013.518000', '123013.521000', '123013.524000', '123013.527000', '123013.530000', '123013.533000', '123013.536000', '123013.539000', '123013.542000', '123013.545000', '123013.547000', '123013.550000', '123013.553000', '123013.556000', '123013.559000', '123013.562000', '123013.575000', '123033.438000', '123033.441000', '123033.444000', '123033.447000', '123033.450000', '123033.453000', '123033.457000', '123033.460000', '123033.463000', '123033.466000', '123033.469000', '123033.472000', '123033.475000', '123033.478000', '123033.481000', '123033.484000', '123033.487000', '123033.490000', '123033.493000', '123033.496000', '123033.498000', '123033.501000', '123033.504000', '123033.507000', '123033.510000', '123033.514000', '123033.516000', '123033.519000', '123033.523000', '123033.527000', '123033.530000', '123033.533000', '123033.536000', '123033.539000', '123033.542000', '123033.545000', '123033.548000', '123033.551000', '123033.554000', '123033.557000', '123033.560000', '123033.563000', '123033.566000', '123053.438000', '123053.441000', '123053.444000', '123053.447000', '123053.450000', '123053.453000', '123053.456000', '123053.459000', '123053.462000', '123053.465000', '123053.468000', '123053.471000', '123053.474000', '123053.477000', '123053.480000', '123053.483000', '123053.486000', '123053.488000', '123053.492000', '123053.494000', '123053.497000', '123053.500000', '123053.503000', '123053.506000', '123053.509000', '123053.512000', '123053.515000', '123053.518000', '123053.521000', '123053.524000', '123053.527000', '123053.530000', '123053.533000', '123053.536000', '123053.539000', '123053.541000', '123053.544000', '123053.547000', '123053.550000', '123053.553000', '123053.556000', '123053.559000', '123053.562000', '123053.565000', '123113.438000', '123113.441000', '123113.444000', '123113.447000', '123113.450000', '123113.453000', '123113.456000', '123113.459000', '123113.462000', '123113.465000', '123113.468000', '123113.471000', '123113.474000', '123113.477000', '123113.480000', '123113.482000', '123113.485000', '123113.488000', '123113.491000', '123113.494000', '123113.497000', '123113.500000', '123113.503000', '123113.506000', '123113.509000', '123113.512000', '123113.515000', '123113.518000', '123113.521000', '123113.524000', '123113.527000', '123113.530000', '123113.533000', '123113.536000', '123113.538000', '123113.543000', '123113.547000', '123113.550000', '123113.553000', '123113.556000', '123113.559000', '123113.562000', '123113.565000', '123133.437000', '123133.440000', '123133.443000', '123133.446000', '123133.449000', '123133.452000', '123133.455000', '123133.458000', '123133.461000', '123133.464000', '123133.467000', '123133.470000', '123133.473000', '123133.476000', '123133.479000', '123133.482000', '123133.485000', '123133.488000', '123133.491000', '123133.494000', '123133.497000', '123133.500000', '123133.503000', '123133.506000', '123133.509000', '123133.512000', '123133.515000', '123133.517000', '123133.520000', '123133.523000', '123133.526000', '123133.529000', '123133.532000', '123133.535000', '123133.538000', '123133.541000', '123133.544000', '123133.547000', '123133.550000', '123133.553000', '123133.556000', '123133.559000', '123133.562000', '123133.565000', '123153.437000', '123153.440000', '123153.443000', '123153.446000', '123153.449000', '123153.452000', '123153.455000', '123153.458000', '123153.461000', '123153.473000', '123153.476000', '123153.479000', '123153.482000', '123153.484000', '123153.487000', '123153.490000', '123153.494000', '123153.498000', '123153.501000', '123153.504000', '123153.507000', '123153.510000', '123153.512000', '123153.515000', '123153.519000', '123153.521000', '123153.524000', '123153.527000', '123153.530000', '123153.533000', '123153.536000', '123153.539000', '123153.542000', '123153.545000', '123153.548000', '123153.551000', '123153.554000', '123153.557000', '123153.560000', '123153.563000', '123153.566000', '123153.569000', '123153.572000', '123213.438000', '123213.441000', '123213.444000', '123213.447000', '123213.450000', '123213.453000', '123213.456000', '123213.459000', '123213.462000', '123213.465000', '123213.468000', '123213.471000', '123213.474000', '123213.476000', '123213.479000', '123213.482000', '123213.485000', '123213.488000', '123213.491000', '123213.494000', '123213.497000', '123213.500000', '123213.503000', '123213.506000', '123213.509000', '123213.512000', '123213.515000', '123213.518000', '123213.521000', '123213.524000', '123213.527000', '123213.530000', '123213.533000', '123213.536000', '123213.539000', '123213.541000', '123213.544000', '123213.547000', '123213.550000', '123213.553000', '123213.556000', '123213.559000', '123213.562000', '123213.565000', '123233.438000', '123233.441000', '123233.444000', '123233.447000', '123233.450000', '123233.453000', '123233.456000', '123233.459000', '123233.462000', '123233.465000', '123233.468000', '123233.471000', '123233.474000', '123233.477000', '123233.480000', '123233.483000', '123233.486000', '123233.488000', '123233.491000', '123233.494000', '123233.497000', '123233.500000', '123233.503000', '123233.508000', '123233.511000', '123233.513000', '123233.516000', '123233.519000', '123233.522000', '123233.525000', '123233.528000', '123233.531000', '123233.534000', '123233.537000', '123233.540000', '123233.543000', '123233.546000', '123233.549000', '123233.552000', '123233.555000', '123233.558000', '123233.561000', '123233.564000', '123253.438000', '123253.441000', '123253.444000', '123253.447000', '123253.450000', '123253.453000', '123253.456000', '123253.459000', '123253.462000', '123253.465000', '123253.468000', '123253.471000', '123253.474000', '123253.477000', '123253.480000', '123253.483000', '123253.486000', '123253.488000', '123253.491000', '123253.494000', '123253.497000', '123253.500000', '123253.503000', '123253.506000', '123253.509000', '123253.512000', '123253.515000', '123253.518000', '123253.521000', '123253.524000', '123253.527000', '123253.530000', '123253.533000', '123253.536000', '123253.539000', '123253.542000', '123253.545000', '123253.547000', '123253.550000', '123253.553000', '123253.556000', '123253.559000', '123253.562000', '123253.565000', '123313.438000', '123313.441000', '123313.444000', '123313.447000', '123313.450000', '123313.453000', '123313.456000', '123313.459000', '123313.462000', '123313.465000', '123313.468000', '123313.471000', '123313.474000', '123313.477000', '123313.480000', '123313.483000', '123313.486000', '123313.489000', '123313.492000', '123313.494000', '123313.510000', '123313.513000', '123313.516000', '123313.519000', '123313.522000', '123313.525000', '123313.528000', '123313.531000', '123313.535000', '123313.538000', '123313.541000', '123313.544000', '123313.547000', '123313.550000', '123313.553000', '123313.556000', '123313.559000', '123313.562000', '123313.565000', '123313.568000', '123313.571000', '123313.574000', '123313.577000', '123333.438000', '123333.441000', '123333.444000', '123333.447000', '123333.450000', '123333.453000', '123333.456000', '123333.459000', '123333.462000', '123333.465000', '123333.468000', '123333.471000', '123333.474000', '123333.477000', '123333.480000', '123333.483000', '123333.486000', '123333.489000', '123333.492000', '123333.495000', '123333.498000', '123333.501000', '123333.504000', '123333.507000', '123333.510000', '123333.513000', '123333.516000', '123333.519000', '123333.522000', '123333.525000', '123333.528000', '123333.531000', '123333.534000', '123333.536000', '123333.540000', '123333.542000', '123333.545000', '123333.548000', '123333.551000', '123333.554000', '123333.557000', '123333.560000', '123333.563000', '123333.566000', '123353.437000', '123353.440000', '123353.443000', '123353.446000', '123353.449000', '123353.452000', '123353.455000', '123353.458000', '123353.461000', '123353.464000', '123353.467000', '123353.470000', '123353.473000', '123353.476000', '123353.479000', '123353.482000', '123353.485000', '123353.488000', '123353.491000', '123353.493000', '123353.496000', '123353.499000', '123353.502000', '123353.505000', '123353.508000', '123353.511000', '123353.514000', '123353.517000', '123353.520000', '123353.523000', '123353.526000', '123353.529000', '123353.532000', '123353.535000', '123353.538000', '123353.540000', '123353.543000', '123353.546000', '123353.549000', '123353.552000', '123353.555000', '123353.558000', '123353.561000', '123413.437000', '123413.440000', '123413.443000', '123413.446000', '123413.449000', '123413.452000', '123413.455000', '123413.458000', '123413.461000', '123413.464000', '123413.467000', '123413.470000', '123413.473000', '123413.476000', '123413.479000', '123413.481000', '123413.484000', '123413.488000', '123413.490000', '123413.493000', '123413.496000', '123413.499000', '123413.502000', '123413.505000', '123413.508000', '123413.511000', '123413.514000', '123413.517000', '123413.520000', '123413.523000', '123413.526000', '123413.529000', '123413.532000', '123413.535000', '123413.538000', '123413.541000', '123413.544000', '123413.547000', '123413.549000', '123413.552000', '123413.555000', '123413.563000', '123413.565000', '123413.568000', '123433.438000', '123433.441000', '123433.444000', '123433.447000', '123433.450000', '123433.453000', '123433.456000', '123433.459000', '123433.462000', '123433.465000', '123433.468000', '123433.471000', '123433.474000', '123433.477000', '123433.480000', '123433.483000', '123433.486000', '123433.502000', '123433.505000', '123433.508000', '123433.511000', '123433.514000', '123433.517000', '123433.520000', '123433.523000', '123433.526000', '123433.529000', '123433.532000', '123433.535000', '123433.538000', '123433.541000', '123433.544000', '123433.547000', '123433.550000', '123433.553000', '123433.556000', '123433.559000', '123433.562000', '123433.565000', '123433.568000', '123433.571000', '123433.575000', '123433.578000', '123453.438000', '123453.441000', '123453.444000', '123453.447000', '123453.450000', '123453.453000', '123453.456000', '123453.459000', '123453.462000', '123453.465000', '123453.469000', '123453.472000', '123453.475000', '123453.478000', '123453.481000', '123453.484000', '123453.487000', '123453.490000', '123453.493000', '123453.496000', '123453.499000', '123453.502000', '123453.505000', '123453.508000', '123453.511000', '123453.514000', '123453.517000', '123453.520000', '123453.523000', '123453.526000', '123453.529000', '123453.532000', '123453.535000', '123453.538000', '123453.541000', '123453.544000', '123453.547000', '123453.550000', '123453.553000', '123453.555000', '123453.559000', '123453.561000', '123453.564000', '123513.438000', '123513.441000', '123513.444000', '123513.447000', '123513.450000', '123513.453000', '123513.456000', '123513.459000', '123513.462000', '123513.465000', '123513.468000', '123513.471000', '123513.474000', '123513.477000', '123513.480000', '123513.483000', '123513.486000', '123513.489000', '123513.492000', '123513.495000', '123513.498000', '123513.501000', '123513.504000', '123513.507000', '123513.510000', '123513.513000', '123513.515000', '123513.519000', '123513.521000', '123513.524000', '123513.527000', '123513.531000', '123513.533000', '123513.536000', '123513.539000', '123513.542000', '123513.545000', '123513.548000', '123513.551000', '123513.554000', '123513.557000', '123513.560000', '123513.563000', '123513.566000', '123533.438000', '123533.442000', '123533.445000', '123533.450000', '123533.454000', '123533.457000', '123533.460000', '123533.463000', '123533.466000', '123533.469000', '123533.472000', '123533.475000', '123533.478000', '123533.481000', '123533.484000', '123533.487000', '123533.490000', '123533.493000', '123533.496000', '123533.499000', '123533.502000', '123533.505000', '123533.508000', '123533.511000', '123533.514000', '123533.517000', '123533.519000', '123533.523000', '123533.525000', '123533.528000', '123533.531000', '123533.534000', '123533.537000', '123533.540000', '123533.543000', '123533.546000', '123533.549000', '123533.552000', '123533.555000', '123533.558000', '123533.561000', '123533.564000', '123533.567000', '123553.438000', '123553.441000', '123553.445000', '123553.448000', '123553.450000', '123553.453000', '123553.456000', '123553.459000', '123553.462000', '123553.465000', '123553.468000', '123553.471000', '123553.474000', '123553.477000', '123553.492000', '123553.495000', '123553.498000', '123553.501000', '123553.504000', '123553.507000', '123553.510000', '123553.513000', '123553.516000', '123553.519000', '123553.522000', '123553.524000', '123553.528000', '123553.531000', '123553.534000', '123553.536000', '123553.540000', '123553.542000', '123553.545000', '123553.548000', '123553.551000', '123553.554000', '123553.557000', '123553.560000', '123553.563000', '123553.566000', '123553.569000', '123553.572000', '123553.575000', '123553.578000', '123613.437000', '123613.440000', '123613.443000', '123613.446000', '123613.449000', '123613.452000', '123613.455000', '123613.458000', '123613.461000', '123613.464000', '123613.467000', '123613.470000', '123613.473000', '123613.476000', '123613.479000', '123613.482000', '123613.485000', '123613.488000', '123613.491000', '123613.494000', '123613.497000', '123613.500000', '123613.502000', '123613.505000', '123613.508000', '123613.511000', '123613.514000', '123613.517000', '123613.520000', '123613.523000', '123613.526000', '123613.530000', '123613.532000', '123613.535000', '123613.538000', '123613.541000', '123613.544000', '123613.547000', '123613.550000', '123613.553000', '123613.556000', '123613.559000', '123613.562000', '123626.843000', '123626.847000', '123626.850000', '123626.853000', '123626.856000', '123626.860000', '123626.863000', '123626.866000', '123626.870000', '123626.873000', '123626.876000', '123626.879000', '123626.882000', '123626.885000', '123626.888000', '123626.891000', '123626.894000', '123626.897000', '123626.901000', '123626.904000', '123626.907000', '123626.910000', '123626.913000', '123626.917000', '123626.919000', '123626.922000', '123626.925000', '123626.928000', '123626.931000', '123626.934000'], 'InstanceCreationTime': ['122633.470000', '122633.473000', '122633.476000', '122633.482000', '122633.485000', '122633.488000', '122633.491000', '122633.494000', '122633.497000', '122633.500000', '122633.503000', '122633.506000', '122633.509000', '122633.514000', '122633.517000', '122633.520000', '122633.523000', '122633.526000', '122633.529000', '122633.532000', '122633.535000', '122633.538000', '122633.541000', '122633.544000', '122633.546000', '122633.549000', '122633.552000', '122633.555000', '122633.558000', '122633.561000', '122633.564000', '122633.567000', '122633.570000', '122653.437000', '122653.440000', '122653.443000', '122653.446000', '122653.455000', '122653.458000', '122653.460000', '122653.463000', '122653.466000', '122653.469000', '122653.472000', '122653.475000', '122653.478000', '122653.481000', '122653.484000', '122653.487000', '122653.490000', '122653.492000', '122653.495000', '122653.498000', '122653.501000', '122653.504000', '122653.507000', '122653.510000', '122653.513000', '122653.516000', '122653.519000', '122653.522000', '122653.525000', '122653.528000', '122653.530000', '122653.534000', '122653.536000', '122653.539000', '122653.542000', '122653.545000', '122653.548000', '122653.551000', '122653.554000', '122653.557000', '122653.560000', '122653.563000', '122653.565000', '122713.437000', '122713.440000', '122713.443000', '122713.446000', '122713.449000', '122713.452000', '122713.455000', '122713.466000', '122713.470000', '122713.472000', '122713.475000', '122713.478000', '122713.481000', '122713.484000', '122713.487000', '122713.490000', '122713.493000', '122713.496000', '122713.499000', '122713.502000', '122713.505000', '122713.508000', '122713.511000', '122713.514000', '122713.517000', '122713.520000', '122713.522000', '122713.528000', '122713.531000', '122713.534000', '122713.537000', '122713.539000', '122713.542000', '122713.545000', '122713.548000', '122713.551000', '122713.554000', '122713.557000', '122713.560000', '122713.563000', '122713.566000', '122713.569000', '122713.572000', '122733.438000', '122733.441000', '122733.444000', '122733.447000', '122733.450000', '122733.453000', '122733.456000', '122733.459000', '122733.462000', '122733.465000', '122733.467000', '122733.470000', '122733.473000', '122733.476000', '122733.479000', '122733.482000', '122733.485000', '122733.488000', '122733.491000', '122733.494000', '122733.497000', '122733.500000', '122733.503000', '122733.506000', '122733.509000', '122733.511000', '122733.514000', '122733.517000', '122733.520000', '122733.523000', '122733.526000', '122733.529000', '122733.532000', '122733.535000', '122733.538000', '122733.541000', '122733.544000', '122733.547000', '122733.550000', '122733.553000', '122733.555000', '122733.558000', '122733.561000', '122733.564000', '122753.438000', '122753.443000', '122753.446000', '122753.449000', '122753.452000', '122753.455000', '122753.458000', '122753.461000', '122753.464000', '122753.467000', '122753.470000', '122753.473000', '122753.476000', '122753.479000', '122753.481000', '122753.484000', '122753.487000', '122753.490000', '122753.493000', '122753.496000', '122753.499000', '122753.502000', '122753.505000', '122753.508000', '122753.511000', '122753.514000', '122753.517000', '122753.520000', '122753.522000', '122753.525000', '122753.528000', '122753.531000', '122753.534000', '122753.537000', '122753.540000', '122753.543000', '122753.546000', '122753.549000', '122753.552000', '122753.555000', '122753.558000', '122753.561000', '122753.564000', '122813.438000', '122813.441000', '122813.451000', '122813.454000', '122813.457000', '122813.460000', '122813.463000', '122813.466000', '122813.468000', '122813.471000', '122813.474000', '122813.477000', '122813.480000', '122813.483000', '122813.486000', '122813.489000', '122813.492000', '122813.495000', '122813.498000', '122813.501000', '122813.504000', '122813.507000', '122813.510000', '122813.513000', '122813.515000', '122813.518000', '122813.521000', '122813.524000', '122813.527000', '122813.530000', '122813.533000', '122813.536000', '122813.539000', '122813.542000', '122813.545000', '122813.548000', '122813.551000', '122813.554000', '122813.557000', '122813.560000', '122813.562000', '122813.565000', '122813.568000', '122813.571000', '122833.438000', '122833.441000', '122833.444000', '122833.447000', '122833.450000', '122833.453000', '122833.456000', '122833.459000', '122833.462000', '122833.465000', '122833.468000', '122833.471000', '122833.475000', '122833.478000', '122833.487000', '122833.490000', '122833.492000', '122833.495000', '122833.499000', '122833.501000', '122833.504000', '122833.507000', '122833.510000', '122833.513000', '122833.516000', '122833.519000', '122833.522000', '122833.525000', '122833.528000', '122833.531000', '122833.534000', '122833.537000', '122833.540000', '122833.542000', '122833.546000', '122833.548000', '122833.551000', '122833.554000', '122833.557000', '122833.560000', '122833.563000', '122833.566000', '122833.569000', '122853.438000', '122853.441000', '122853.444000', '122853.447000', '122853.465000', '122853.468000', '122853.471000', '122853.473000', '122853.476000', '122853.479000', '122853.482000', '122853.485000', '122853.488000', '122853.491000', '122853.494000', '122853.497000', '122853.500000', '122853.503000', '122853.506000', '122853.509000', '122853.512000', '122853.515000', '122853.518000', '122853.521000', '122853.523000', '122853.526000', '122853.529000', '122853.532000', '122853.535000', '122853.538000', '122853.541000', '122853.544000', '122853.547000', '122853.550000', '122853.553000', '122853.556000', '122853.559000', '122853.562000', '122853.565000', '122853.568000', '122853.570000', '122853.574000', '122853.576000', '122853.579000', '122913.437000', '122913.440000', '122913.443000', '122913.446000', '122913.449000', '122913.452000', '122913.455000', '122913.458000', '122913.461000', '122913.464000', '122913.467000', '122913.470000', '122913.473000', '122913.478000', '122913.482000', '122913.485000', '122913.488000', '122913.491000', '122913.494000', '122913.497000', '122913.500000', '122913.503000', '122913.506000', '122913.509000', '122913.512000', '122913.515000', '122913.518000', '122913.520000', '122913.523000', '122913.526000', '122913.529000', '122913.532000', '122913.535000', '122913.538000', '122913.541000', '122913.544000', '122913.547000', '122913.550000', '122913.553000', '122913.556000', '122913.559000', '122913.562000', '122913.565000', '122933.437000', '122933.440000', '122933.443000', '122933.446000', '122933.449000', '122933.452000', '122933.455000', '122933.458000', '122933.461000', '122933.464000', '122933.467000', '122933.470000', '122933.473000', '122933.476000', '122933.479000', '122933.482000', '122933.485000', '122933.488000', '122933.491000', '122933.493000', '122933.497000', '122933.499000', '122933.502000', '122933.513000', '122933.517000', '122933.519000', '122933.522000', '122933.525000', '122933.528000', '122933.531000', '122933.534000', '122933.537000', '122933.540000', '122933.543000', '122933.546000', '122933.549000', '122933.552000', '122933.555000', '122933.558000', '122933.561000', '122933.564000', '122933.567000', '122933.570000', '122933.572000', '122953.438000', '122953.441000', '122953.444000', '122953.447000', '122953.450000', '122953.453000', '122953.456000', '122953.459000', '122953.462000', '122953.465000', '122953.468000', '122953.471000', '122953.474000', '122953.476000', '122953.479000', '122953.482000', '122953.485000', '122953.488000', '122953.491000', '122953.494000', '122953.497000', '122953.501000', '122953.505000', '122953.508000', '122953.511000', '122953.514000', '122953.517000', '122953.520000', '122953.523000', '122953.526000', '122953.529000', '122953.532000', '122953.535000', '122953.538000', '122953.541000', '122953.544000', '122953.547000', '122953.550000', '122953.553000', '122953.555000', '122953.559000', '122953.561000', '122953.564000', '123013.438000', '123013.441000', '123013.444000', '123013.447000', '123013.450000', '123013.453000', '123013.456000', '123013.459000', '123013.462000', '123013.465000', '123013.468000', '123013.471000', '123013.474000', '123013.477000', '123013.479000', '123013.483000', '123013.485000', '123013.488000', '123013.491000', '123013.494000', '123013.497000', '123013.500000', '123013.503000', '123013.506000', '123013.509000', '123013.512000', '123013.515000', '123013.518000', '123013.521000', '123013.524000', '123013.527000', '123013.530000', '123013.533000', '123013.536000', '123013.539000', '123013.542000', '123013.545000', '123013.547000', '123013.550000', '123013.553000', '123013.556000', '123013.559000', '123013.562000', '123013.575000', '123033.438000', '123033.441000', '123033.444000', '123033.447000', '123033.450000', '123033.453000', '123033.457000', '123033.460000', '123033.463000', '123033.466000', '123033.469000', '123033.472000', '123033.475000', '123033.478000', '123033.481000', '123033.484000', '123033.487000', '123033.490000', '123033.493000', '123033.496000', '123033.498000', '123033.501000', '123033.504000', '123033.507000', '123033.510000', '123033.514000', '123033.516000', '123033.519000', '123033.523000', '123033.527000', '123033.530000', '123033.533000', '123033.536000', '123033.539000', '123033.542000', '123033.545000', '123033.548000', '123033.551000', '123033.554000', '123033.557000', '123033.560000', '123033.563000', '123033.566000', '123053.438000', '123053.441000', '123053.444000', '123053.447000', '123053.450000', '123053.453000', '123053.456000', '123053.459000', '123053.462000', '123053.465000', '123053.468000', '123053.471000', '123053.474000', '123053.477000', '123053.480000', '123053.483000', '123053.486000', '123053.488000', '123053.492000', '123053.494000', '123053.497000', '123053.500000', '123053.503000', '123053.506000', '123053.509000', '123053.512000', '123053.515000', '123053.518000', '123053.521000', '123053.524000', '123053.527000', '123053.530000', '123053.533000', '123053.536000', '123053.539000', '123053.541000', '123053.544000', '123053.547000', '123053.550000', '123053.553000', '123053.556000', '123053.559000', '123053.562000', '123053.565000', '123113.438000', '123113.441000', '123113.444000', '123113.447000', '123113.450000', '123113.453000', '123113.456000', '123113.459000', '123113.462000', '123113.465000', '123113.468000', '123113.471000', '123113.474000', '123113.477000', '123113.480000', '123113.482000', '123113.485000', '123113.488000', '123113.491000', '123113.494000', '123113.497000', '123113.500000', '123113.503000', '123113.506000', '123113.509000', '123113.512000', '123113.515000', '123113.518000', '123113.521000', '123113.524000', '123113.527000', '123113.530000', '123113.533000', '123113.536000', '123113.538000', '123113.543000', '123113.547000', '123113.550000', '123113.553000', '123113.556000', '123113.559000', '123113.562000', '123113.565000', '123133.437000', '123133.440000', '123133.443000', '123133.446000', '123133.449000', '123133.452000', '123133.455000', '123133.458000', '123133.461000', '123133.464000', '123133.467000', '123133.470000', '123133.473000', '123133.476000', '123133.479000', '123133.482000', '123133.485000', '123133.488000', '123133.491000', '123133.494000', '123133.497000', '123133.500000', '123133.503000', '123133.506000', '123133.509000', '123133.512000', '123133.515000', '123133.517000', '123133.520000', '123133.523000', '123133.526000', '123133.529000', '123133.532000', '123133.535000', '123133.538000', '123133.541000', '123133.544000', '123133.547000', '123133.550000', '123133.553000', '123133.556000', '123133.559000', '123133.562000', '123133.565000', '123153.437000', '123153.440000', '123153.443000', '123153.446000', '123153.449000', '123153.452000', '123153.455000', '123153.458000', '123153.461000', '123153.473000', '123153.476000', '123153.479000', '123153.482000', '123153.484000', '123153.487000', '123153.490000', '123153.494000', '123153.498000', '123153.501000', '123153.504000', '123153.507000', '123153.510000', '123153.512000', '123153.515000', '123153.519000', '123153.521000', '123153.524000', '123153.527000', '123153.530000', '123153.533000', '123153.536000', '123153.539000', '123153.542000', '123153.545000', '123153.548000', '123153.551000', '123153.554000', '123153.557000', '123153.560000', '123153.563000', '123153.566000', '123153.569000', '123153.572000', '123213.438000', '123213.441000', '123213.444000', '123213.447000', '123213.450000', '123213.453000', '123213.456000', '123213.459000', '123213.462000', '123213.465000', '123213.468000', '123213.471000', '123213.474000', '123213.476000', '123213.479000', '123213.482000', '123213.485000', '123213.488000', '123213.491000', '123213.494000', '123213.497000', '123213.500000', '123213.503000', '123213.506000', '123213.509000', '123213.512000', '123213.515000', '123213.518000', '123213.521000', '123213.524000', '123213.527000', '123213.530000', '123213.533000', '123213.536000', '123213.539000', '123213.541000', '123213.544000', '123213.547000', '123213.550000', '123213.553000', '123213.556000', '123213.559000', '123213.562000', '123213.565000', '123233.438000', '123233.441000', '123233.444000', '123233.447000', '123233.450000', '123233.453000', '123233.456000', '123233.459000', '123233.462000', '123233.465000', '123233.468000', '123233.471000', '123233.474000', '123233.477000', '123233.480000', '123233.483000', '123233.486000', '123233.488000', '123233.491000', '123233.494000', '123233.497000', '123233.500000', '123233.503000', '123233.508000', '123233.511000', '123233.513000', '123233.516000', '123233.519000', '123233.522000', '123233.525000', '123233.528000', '123233.531000', '123233.534000', '123233.537000', '123233.540000', '123233.543000', '123233.546000', '123233.549000', '123233.552000', '123233.555000', '123233.558000', '123233.561000', '123233.564000', '123253.438000', '123253.441000', '123253.444000', '123253.447000', '123253.450000', '123253.453000', '123253.456000', '123253.459000', '123253.462000', '123253.465000', '123253.468000', '123253.471000', '123253.474000', '123253.477000', '123253.480000', '123253.483000', '123253.486000', '123253.488000', '123253.491000', '123253.494000', '123253.497000', '123253.500000', '123253.503000', '123253.506000', '123253.509000', '123253.512000', '123253.515000', '123253.518000', '123253.521000', '123253.524000', '123253.527000', '123253.530000', '123253.533000', '123253.536000', '123253.539000', '123253.542000', '123253.545000', '123253.547000', '123253.550000', '123253.553000', '123253.556000', '123253.559000', '123253.562000', '123253.565000', '123313.438000', '123313.441000', '123313.444000', '123313.447000', '123313.450000', '123313.453000', '123313.456000', '123313.459000', '123313.462000', '123313.465000', '123313.468000', '123313.471000', '123313.474000', '123313.477000', '123313.480000', '123313.483000', '123313.486000', '123313.489000', '123313.492000', '123313.494000', '123313.510000', '123313.513000', '123313.516000', '123313.519000', '123313.522000', '123313.525000', '123313.528000', '123313.531000', '123313.535000', '123313.538000', '123313.541000', '123313.544000', '123313.547000', '123313.550000', '123313.553000', '123313.556000', '123313.559000', '123313.562000', '123313.565000', '123313.568000', '123313.571000', '123313.574000', '123313.577000', '123333.438000', '123333.441000', '123333.444000', '123333.447000', '123333.450000', '123333.453000', '123333.456000', '123333.459000', '123333.462000', '123333.465000', '123333.468000', '123333.471000', '123333.474000', '123333.477000', '123333.480000', '123333.483000', '123333.486000', '123333.489000', '123333.492000', '123333.495000', '123333.498000', '123333.501000', '123333.504000', '123333.507000', '123333.510000', '123333.513000', '123333.516000', '123333.519000', '123333.522000', '123333.525000', '123333.528000', '123333.531000', '123333.534000', '123333.536000', '123333.540000', '123333.542000', '123333.545000', '123333.548000', '123333.551000', '123333.554000', '123333.557000', '123333.560000', '123333.563000', '123333.566000', '123353.437000', '123353.440000', '123353.443000', '123353.446000', '123353.449000', '123353.452000', '123353.455000', '123353.458000', '123353.461000', '123353.464000', '123353.467000', '123353.470000', '123353.473000', '123353.476000', '123353.479000', '123353.482000', '123353.485000', '123353.488000', '123353.491000', '123353.493000', '123353.496000', '123353.499000', '123353.502000', '123353.505000', '123353.508000', '123353.511000', '123353.514000', '123353.517000', '123353.520000', '123353.523000', '123353.526000', '123353.529000', '123353.532000', '123353.535000', '123353.538000', '123353.540000', '123353.543000', '123353.546000', '123353.549000', '123353.552000', '123353.555000', '123353.558000', '123353.561000', '123413.437000', '123413.440000', '123413.443000', '123413.446000', '123413.449000', '123413.452000', '123413.455000', '123413.458000', '123413.461000', '123413.464000', '123413.467000', '123413.470000', '123413.473000', '123413.476000', '123413.479000', '123413.481000', '123413.484000', '123413.488000', '123413.490000', '123413.493000', '123413.496000', '123413.499000', '123413.502000', '123413.505000', '123413.508000', '123413.511000', '123413.514000', '123413.517000', '123413.520000', '123413.523000', '123413.526000', '123413.529000', '123413.532000', '123413.535000', '123413.538000', '123413.541000', '123413.544000', '123413.547000', '123413.549000', '123413.552000', '123413.555000', '123413.563000', '123413.565000', '123413.568000', '123433.438000', '123433.441000', '123433.444000', '123433.447000', '123433.450000', '123433.453000', '123433.456000', '123433.459000', '123433.462000', '123433.465000', '123433.468000', '123433.471000', '123433.474000', '123433.477000', '123433.480000', '123433.483000', '123433.486000', '123433.502000', '123433.505000', '123433.508000', '123433.511000', '123433.514000', '123433.517000', '123433.520000', '123433.523000', '123433.526000', '123433.529000', '123433.532000', '123433.535000', '123433.538000', '123433.541000', '123433.544000', '123433.547000', '123433.550000', '123433.553000', '123433.556000', '123433.559000', '123433.562000', '123433.565000', '123433.568000', '123433.571000', '123433.575000', '123433.578000', '123453.438000', '123453.441000', '123453.444000', '123453.447000', '123453.450000', '123453.453000', '123453.456000', '123453.459000', '123453.462000', '123453.465000', '123453.469000', '123453.472000', '123453.475000', '123453.478000', '123453.481000', '123453.484000', '123453.487000', '123453.490000', '123453.493000', '123453.496000', '123453.499000', '123453.502000', '123453.505000', '123453.508000', '123453.511000', '123453.514000', '123453.517000', '123453.520000', '123453.523000', '123453.526000', '123453.529000', '123453.532000', '123453.535000', '123453.538000', '123453.541000', '123453.544000', '123453.547000', '123453.550000', '123453.553000', '123453.555000', '123453.559000', '123453.561000', '123453.564000', '123513.438000', '123513.441000', '123513.444000', '123513.447000', '123513.450000', '123513.453000', '123513.456000', '123513.459000', '123513.462000', '123513.465000', '123513.468000', '123513.471000', '123513.474000', '123513.477000', '123513.480000', '123513.483000', '123513.486000', '123513.489000', '123513.492000', '123513.495000', '123513.498000', '123513.501000', '123513.504000', '123513.507000', '123513.510000', '123513.513000', '123513.515000', '123513.519000', '123513.521000', '123513.524000', '123513.527000', '123513.531000', '123513.533000', '123513.536000', '123513.539000', '123513.542000', '123513.545000', '123513.548000', '123513.551000', '123513.554000', '123513.557000', '123513.560000', '123513.563000', '123513.566000', '123533.438000', '123533.442000', '123533.445000', '123533.450000', '123533.454000', '123533.457000', '123533.460000', '123533.463000', '123533.466000', '123533.469000', '123533.472000', '123533.475000', '123533.478000', '123533.481000', '123533.484000', '123533.487000', '123533.490000', '123533.493000', '123533.496000', '123533.499000', '123533.502000', '123533.505000', '123533.508000', '123533.511000', '123533.514000', '123533.517000', '123533.519000', '123533.523000', '123533.525000', '123533.528000', '123533.531000', '123533.534000', '123533.537000', '123533.540000', '123533.543000', '123533.546000', '123533.549000', '123533.552000', '123533.555000', '123533.558000', '123533.561000', '123533.564000', '123533.567000', '123553.438000', '123553.441000', '123553.445000', '123553.448000', '123553.450000', '123553.453000', '123553.456000', '123553.459000', '123553.462000', '123553.465000', '123553.468000', '123553.471000', '123553.474000', '123553.477000', '123553.492000', '123553.495000', '123553.498000', '123553.501000', '123553.504000', '123553.507000', '123553.510000', '123553.513000', '123553.516000', '123553.519000', '123553.522000', '123553.524000', '123553.528000', '123553.531000', '123553.534000', '123553.536000', '123553.540000', '123553.542000', '123553.545000', '123553.548000', '123553.551000', '123553.554000', '123553.557000', '123553.560000', '123553.563000', '123553.566000', '123553.569000', '123553.572000', '123553.575000', '123553.578000', '123613.437000', '123613.440000', '123613.443000', '123613.446000', '123613.449000', '123613.452000', '123613.455000', '123613.458000', '123613.461000', '123613.464000', '123613.467000', '123613.470000', '123613.473000', '123613.476000', '123613.479000', '123613.482000', '123613.485000', '123613.488000', '123613.491000', '123613.494000', '123613.497000', '123613.500000', '123613.502000', '123613.505000', '123613.508000', '123613.511000', '123613.514000', '123613.517000', '123613.520000', '123613.523000', '123613.526000', '123613.530000', '123613.532000', '123613.535000', '123613.538000', '123613.541000', '123613.544000', '123613.547000', '123613.550000', '123613.553000', '123613.556000', '123613.559000', '123613.562000', '123626.843000', '123626.847000', '123626.850000', '123626.853000', '123626.856000', '123626.860000', '123626.863000', '123626.866000', '123626.870000', '123626.873000', '123626.876000', '123626.879000', '123626.882000', '123626.885000', '123626.888000', '123626.891000', '123626.894000', '123626.897000', '123626.901000', '123626.904000', '123626.907000', '123626.910000', '123626.913000', '123626.917000', '123626.919000', '123626.922000', '123626.925000', '123626.928000', '123626.931000', '123626.934000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'LargestImagePixelValue': [10814, 8323, 10818, 8366, 8176, 8223, 8538, 7192, 8461, 8859, 8339, 7261, 8312, 6755, 8316, 6578, 8308, 7268, 8842, 6896, 8436, 7304, 8301, 8522, 8303, 11409, 7872, 10508, 7968, 11469, 8323, 13012, 7367, 9605, 7409, 8433, 7715, 13063, 8270, 8273, 8186, 6839, 8111, 7694, 10441, 7708, 8713, 7696, 10137, 8247, 14446, 11911, 14273, 8219, 8880, 8304, 8105, 10943, 7907, 10101, 7899, 9928, 7980, 13931, 10716, 12594, 8033, 10930, 8226, 8280, 8408, 8146, 8304, 7923, 7926, 7846, 8448, 8091, 12160, 8299, 11732, 8025, 9370, 8278, 7416, 8363, 8250, 9307, 8010, 8439, 8230, 9465, 8118, 10992, 8048, 7325, 7918, 8227, 8168, 7946, 10131, 8155, 6907, 8066, 7526, 8117, 7719, 10413, 8153, 10160, 8141, 9430, 8259, 10142, 8137, 12007, 8439, 7554, 7896, 8342, 8101, 8029, 11546, 8179, 8722, 8165, 7951, 8266, 8281, 10461, 8454, 9413, 8272, 7770, 8274, 8318, 10623, 8514, 8108, 8150, 8277, 8091, 8365, 10445, 8247, 7666, 8167, 8124, 8141, 8315, 12560, 8492, 12712, 8487, 8672, 8377, 8188, 10176, 7973, 9525, 8312, 7272, 8334, 8222, 9734, 8222, 10088, 8374, 7193, 8222, 8111, 10355, 8408, 7474, 8435, 8151, 8238, 8007, 10920, 8287, 12429, 8230, 10273, 8276, 10401, 8235, 13741, 8564, 12311, 8651, 7393, 8433, 8151, 8714, 8378, 8373, 8354, 8486, 8317, 9322, 8558, 10867, 8590, 9744, 8601, 11030, 8462, 10798, 8471, 7406, 8204, 7996, 8403, 8414, 11121, 8387, 8329, 8601, 7224, 8391, 7877, 8166, 8280, 8042, 8193, 9969, 8359, 14000, 8224, 11000, 8477, 8827, 8488, 7782, 7991, 8174, 7882, 7905, 10294, 8386, 13629, 8185, 9871, 8375, 7774, 8457, 8076, 8057, 7929, 7764, 8307, 8362, 8212, 11986, 8357, 9861, 8385, 8302, 8310, 7603, 8478, 8148, 8055, 8222, 8358, 8248, 8612, 8262, 10400, 8503, 9094, 8198, 9159, 8340, 12099, 8661, 11901, 8467, 10081, 8623, 7558, 8516, 8379, 8344, 8258, 8281, 8413, 11084, 8279, 11464, 8495, 9922, 8430, 9941, 8811, 10771, 8327, 7304, 8239, 7664, 8264, 8338, 8651, 8259, 8028, 8333, 8187, 7914, 8252, 8030, 8308, 7917, 8245, 6914, 8450, 11160, 8697, 10090, 8531, 9431, 8629, 8384, 8769, 7827, 8960, 8067, 8557, 8415, 8562, 8133, 8608, 11738, 8643, 11845, 8626, 10442, 8512, 9668, 8327, 12480, 8448, 11473, 8385, 8688, 8381, 8518, 8082, 11989, 8144, 8017, 7638, 8301, 7041, 8449, 7113, 8441, 7566, 8467, 10609, 8574, 10289, 8646, 11560, 8146, 9237, 7975, 8821, 8254, 9192, 8292, 8218, 8155, 7948, 8072, 8297, 8294, 8521, 7900, 8264, 7070, 8291, 10406, 8660, 12040, 8455, 10269, 8287, 9349, 8446, 9617, 8397, 10947, 8050, 9288, 8425, 8405, 11110, 10413, 8013, 8037, 8156, 8512, 7930, 8775, 8175, 7830, 7694, 8284, 8271, 8339, 10849, 8405, 7903, 8338, 7987, 8493, 8105, 8570, 8084, 8388, 8201, 8314, 8273, 8956, 8123, 10644, 8264, 8163, 8357, 8240, 8164, 13013, 8565, 11669, 8391, 9818, 8238, 10352, 8358, 10957, 8491, 8666, 8407, 7974, 8262, 8293, 8472, 8227, 8250, 7950, 8382, 8091, 8107, 8598, 8258, 8267, 8534, 8213, 8385, 8143, 8365, 8601, 8342, 8466, 8049, 8223, 8321, 8574, 8332, 8334, 8392, 8301, 8128, 8285, 11326, 8406, 13016, 8484, 12385, 8389, 10138, 8441, 11282, 8333, 10073, 8267, 8697, 8547, 8210, 8238, 8334, 7877, 8035, 8272, 8330, 8257, 8408, 8093, 8149, 8217, 8301, 7004, 8364, 9162, 8366, 8860, 12103, 8075, 11086, 8144, 9310, 8372, 8434, 8426, 8157, 7930, 8255, 13114, 9467, 13495, 8465, 10388, 8610, 10258, 8458, 10398, 8987, 13251, 8415, 12076, 8789, 9736, 8625, 10150, 8639, 9868, 8799, 9653, 8305, 8502, 8560, 8016, 8317, 8193, 8165, 8356, 7458, 8495, 7667, 8592, 7601, 8500, 8187, 8508, 7930, 8615, 7939, 8592, 8030, 8473, 8329, 8482, 8337, 8367, 8404, 8759, 8393, 8530, 8539, 8328, 8572, 8345, 8331, 8705, 8040, 8432, 8269, 8574, 8476, 8545, 8263, 8905, 8821, 7279, 9065, 7040, 8662, 7298, 8834, 8635, 8813, 7851, 8669, 7729, 8834, 11185, 9876, 8259, 8947, 8432, 8937, 8572, 9552, 8197, 13946, 8737, 11641, 8713, 10454, 8781, 10015, 8865, 9905, 8796, 8019, 8565, 8467, 8324, 8092, 10182, 8168, 12711, 8337, 10558, 8258, 11182, 9150, 14521, 8822, 11494, 8931, 10670, 8631, 11466, 8777, 13396, 8848, 10195, 8799, 10036, 8145, 10060, 8733, 11062, 8555, 8140, 8652, 7448, 8531, 8681, 8502, 8592, 8778, 8716, 11154, 8930, 11238, 8955, 11280, 9093, 14009, 10372, 13467, 9185, 11640, 8726, 10947, 8886, 13448, 8499, 8376, 8659, 8285, 8279, 8762, 8238, 8304, 8385, 8190, 8725, 8287, 8967, 9718, 8539, 8381, 8630, 8439, 8676, 10188, 8445, 10585, 8624, 7574, 8702, 8698, 8780, 11483, 8630, 10279, 8787, 11106, 9244, 13588, 8724, 10858, 8856, 10414, 8680, 9777, 9249, 8217, 8538, 8416, 8591, 8382, 9202, 8579, 11679, 8918, 9077, 9031, 10670, 9225, 10656, 8457, 9552, 8693, 11065, 8467, 12938, 8697, 11089, 8573, 10798, 8992, 12637, 8587, 11669, 8652, 9752, 8958, 7617, 9047, 8600, 8495, 8595, 8614, 9072, 8817, 8563, 12239, 8762, 10418, 8710, 8731, 8205, 12330, 8022, 10923, 8587, 8755, 8673, 9917, 8545, 14312, 10334, 11970, 8863, 10006, 8931, 8358, 8761, 8224, 8337, 8263, 8254, 8402, 9399, 8240, 12004, 8440, 8694, 8701, 8442, 8553, 7971, 8479, 8389, 8282, 8429, 8831, 8516, 12965, 8723, 8790, 8367, 9618, 8503, 14373, 10083, 14352, 8639, 11391, 8746, 10388, 9002, 7441, 8350, 7828, 8331, 7564, 8547, 7953, 8157, 7958, 8255, 7996, 8596, 8744, 8723, 8242, 8467, 8419, 8443, 8598, 8651, 7952, 8894, 8695, 8437, 7961, 8717, 14080, 9387, 13929, 8708, 11244, 8728, 8355, 8109, 9229, 8666, 9839, 8646, 8530, 8723, 8447, 8363, 10833, 8311, 10109, 8770, 8473, 8361, 9061, 8267, 9774, 10188, 8247, 12641, 8544, 12559, 8912, 13343, 8582, 9876, 8730, 8427, 8967, 8551, 8772, 8914, 8874, 9677, 8904, 9793, 8601, 11311, 9035, 8240, 8597, 8631, 8160, 8407, 8381, 8465, 9777, 8549, 12280, 8204, 8389, 8655, 8579, 14144, 10925, 14576, 8625, 12196, 8718, 10687, 8676, 13034, 8793, 8684, 8209, 8157, 8519, 8068, 8378, 7855, 8360, 8179, 8240, 8410, 8291, 8286, 8355, 8299, 8113, 8549, 8532, 8726, 8682, 8652, 9214, 8757, 7839, 8956, 7754, 8440, 7409, 8816, 8144, 8559, 7743, 8392, 7540, 8694, 8342, 8758, 11704, 8617, 10239, 8680, 11373, 8642, 12520, 8385, 7315, 8514, 7442, 8522, 7967, 8404, 8358, 8318, 8285, 8420, 7916, 9333, 8170, 8393, 8219, 8221, 7888, 10084, 8487, 9991, 8637, 8512, 8674, 8346, 8548, 7987, 8451, 7031, 8419, 8271, 8803, 8244, 9119, 8601, 8876, 8511, 8652, 8283, 8528, 8595, 8169, 8320, 8146, 11141, 8188, 8644, 12527, 9079, 15403, 11664, 14790, 12975, 13637, 10418, 11773, 9468, 11790, 9076, 8292, 7990, 8118, 8191, 9161, 13680, 8346, 8968, 8621, 8280, 8688, 9322, 8702, 11610, 8729, 9974, 8955, 9624, 8711, 9750, 8624, 9079, 8684, 7493, 8692, 7882, 8969, 8319, 8719, 8707, 8868, 8922, 10629, 8794, 13541, 8679, 11530, 8460, 10735, 8441, 12641, 8749, 8595, 8267, 8277, 8336, 9210, 8434, 11127, 9012, 8322, 8489, 8172, 8340, 8965, 8176, 11493, 8416, 8237, 8481, 8654, 7977, 8532, 8308, 11331, 8489, 11736, 8255, 8467, 8142, 9224, 11711, 10412, 10393, 8242, 10128, 8537, 7941, 8535, 7428, 8486, 7952, 8754, 7504, 8731, 7543, 8482, 7524, 8826, 10393, 8733, 8880, 8972, 7811, 8771, 8000, 8552, 7831, 8505, 13021, 8717, 14069, 8742, 11140, 8378, 10646, 8786, 9258, 8515, 7906, 8573, 7907, 8708, 8735, 8860, 14575, 8605, 12491, 8464, 10143, 8472, 10708, 8111, 8546, 7087, 8528, 7332, 8478, 7607, 8660, 7220, 8598, 6926, 8799, 8175, 8517, 9195, 8693, 9718, 8520, 10050, 8471, 10367, 8651, 10669, 8636, 8734, 8707, 8924, 8363, 8907, 8496, 8072, 9181, 8486, 8345, 8310, 8669, 13344, 8622, 11584, 10094, 8526, 14998, 13144, 13587, 10177, 14079, 10018, 13840, 12710, 12068, 14806, 11962, 14954, 11392, 13349, 10124, 11526, 8425, 9418, 8363, 9984, 8494, 8738, 8527, 10038, 8699, 10064, 9004, 9360, 7956, 7966, 8280, 8412, 8286, 8309, 8097, 8425, 7748, 8476, 7641, 8696, 7975, 8736, 8017, 8585, 8115, 8557, 7891, 8403, 11242, 8442, 10493, 8720, 10359, 8741, 9581, 8679, 9087, 8872, 8897, 9453, 9032, 8399, 9123, 9667, 9181, 8663, 8745, 9889, 8928, 9674, 8289, 9568, 8498, 12401, 8861, 12064, 9094, 11486, 8586, 11423, 8403, 13814, 8596, 12396, 8685, 10081, 8356, 9974, 8679, 9506, 8669, 9167, 8975, 9476, 8704, 8272, 8453, 9740, 8305, 9396, 9669, 8898, 9396, 8435, 9136, 9312, 11192, 9342, 11572, 9412, 11826, 9191, 15260, 9185, 13247, 9075, 12238, 8910, 12904, 10143, 14711, 8743, 11055, 8576, 10283, 8713, 9661, 8486, 8291, 8604, 7870, 8425, 10758, 8863, 14098, 9029, 9327, 9175, 8735, 8933, 9516, 9921, 9344, 9630, 8194, 9099, 9326, 8728, 9142, 10064, 9278, 9319, 8535, 8839], 'WindowCenter': [3956.0, 3922.0, 3928.0, 3908.0, 3905.0, 3905.0, 3905.0, 3882.0, 3904.0, 3903.0, 3903.0, 3893.0, 3919.0, 3896.0, 3906.0, 3894.0, 3917.0, 3921.0, 3930.0, 3909.0, 3932.0, 3923.0, 3932.0, 3931.0, 3921.0, 3941.0, 3920.0, 3940.0, 3909.0, 3942.0, 3919.0, 3949.0, 3895.0, 3916.0, 3907.0, 3905.0, 3921.0, 3948.0, 3916.0, 3906.0, 3917.0, 3895.0, 3906.0, 3906.0, 3927.0, 3907.0, 3904.0, 3905.0, 3925.0, 3917.0, 3948.0, 3936.0, 3945.0, 3902.0, 3913.0, 3903.0, 3903.0, 3924.0, 3903.0, 3912.0, 3892.0, 3901.0, 3890.0, 3933.0, 3910.0, 3920.0, 3889.0, 3910.0, 3889.0, 3887.0, 3891.0, 3889.0, 3889.0, 3892.0, 3891.0, 3891.0, 3889.0, 3891.0, 3921.0, 3890.0, 3910.0, 3891.0, 3889.0, 3888.0, 3878.0, 3889.0, 3888.0, 3899.0, 3889.0, 3887.0, 3888.0, 3898.0, 3889.0, 3910.0, 3888.0, 3878.0, 3888.0, 3889.0, 3888.0, 3890.0, 3910.0, 3891.0, 3879.0, 3890.0, 3890.0, 3890.0, 3890.0, 3912.0, 3890.0, 3911.0, 3890.0, 3899.0, 3890.0, 3899.0, 3892.0, 3921.0, 3889.0, 3889.0, 3888.0, 3890.0, 3890.0, 3890.0, 3921.0, 3890.0, 3901.0, 3889.0, 3889.0, 3890.0, 3901.0, 3912.0, 3892.0, 3901.0, 3901.0, 3890.0, 3901.0, 3902.0, 3913.0, 3902.0, 3892.0, 3891.0, 3902.0, 3892.0, 3904.0, 3925.0, 3903.0, 3893.0, 3902.0, 3892.0, 3892.0, 3903.0, 3923.0, 3903.0, 3933.0, 3901.0, 3901.0, 3901.0, 3891.0, 3912.0, 3891.0, 3912.0, 3902.0, 3891.0, 3902.0, 3903.0, 3914.0, 3903.0, 3914.0, 3903.0, 3893.0, 3903.0, 3903.0, 3925.0, 3904.0, 3894.0, 3904.0, 3904.0, 3904.0, 3904.0, 3926.0, 3904.0, 3935.0, 3904.0, 3912.0, 3901.0, 3912.0, 3903.0, 3933.0, 3901.0, 3922.0, 3901.0, 3880.0, 3901.0, 3892.0, 3902.0, 3904.0, 3903.0, 3904.0, 3903.0, 3905.0, 3914.0, 3905.0, 3925.0, 3904.0, 3913.0, 3903.0, 3913.0, 3903.0, 3913.0, 3891.0, 3880.0, 3890.0, 3891.0, 3901.0, 3902.0, 3923.0, 3903.0, 3903.0, 3903.0, 3892.0, 3904.0, 3903.0, 3903.0, 3903.0, 3892.0, 3903.0, 3913.0, 3904.0, 3934.0, 3903.0, 3923.0, 3902.0, 3902.0, 3902.0, 3891.0, 3890.0, 3889.0, 3890.0, 3891.0, 3911.0, 3891.0, 3932.0, 3891.0, 3900.0, 3891.0, 3890.0, 3890.0, 3891.0, 3890.0, 3890.0, 3878.0, 3890.0, 3889.0, 3890.0, 3921.0, 3890.0, 3911.0, 3890.0, 3890.0, 3902.0, 3891.0, 3902.0, 3893.0, 3891.0, 3902.0, 3902.0, 3903.0, 3903.0, 3903.0, 3924.0, 3904.0, 3903.0, 3904.0, 3902.0, 3903.0, 3923.0, 3903.0, 3923.0, 3902.0, 3911.0, 3902.0, 3892.0, 3902.0, 3902.0, 3891.0, 3902.0, 3902.0, 3903.0, 3923.0, 3903.0, 3923.0, 3903.0, 3900.0, 3891.0, 3900.0, 3902.0, 3912.0, 3891.0, 3880.0, 3890.0, 3890.0, 3891.0, 3891.0, 3903.0, 3892.0, 3891.0, 3891.0, 3890.0, 3890.0, 3902.0, 3891.0, 3891.0, 3892.0, 3902.0, 3880.0, 3891.0, 3911.0, 3892.0, 3900.0, 3901.0, 3901.0, 3902.0, 3891.0, 3903.0, 3892.0, 3915.0, 3905.0, 3917.0, 3918.0, 3918.0, 3908.0, 3918.0, 3938.0, 3920.0, 3937.0, 3917.0, 3926.0, 3905.0, 3915.0, 3907.0, 3937.0, 3905.0, 3925.0, 3905.0, 3903.0, 3904.0, 3904.0, 3894.0, 3925.0, 3894.0, 3904.0, 3892.0, 3904.0, 3883.0, 3904.0, 3883.0, 3903.0, 3893.0, 3904.0, 3913.0, 3904.0, 3913.0, 3905.0, 3924.0, 3893.0, 3902.0, 3893.0, 3903.0, 3903.0, 3903.0, 3903.0, 3903.0, 3904.0, 3892.0, 3904.0, 3904.0, 3905.0, 3905.0, 3905.0, 3904.0, 3893.0, 3904.0, 3925.0, 3904.0, 3925.0, 3904.0, 3914.0, 3904.0, 3914.0, 3906.0, 3916.0, 3907.0, 3926.0, 3905.0, 3903.0, 3904.0, 3904.0, 3925.0, 3912.0, 3892.0, 3891.0, 3891.0, 3902.0, 3892.0, 3904.0, 3903.0, 3892.0, 3892.0, 3892.0, 3891.0, 3892.0, 3913.0, 3891.0, 3892.0, 3891.0, 3891.0, 3902.0, 3892.0, 3904.0, 3904.0, 3902.0, 3892.0, 3902.0, 3893.0, 3903.0, 3905.0, 3914.0, 3904.0, 3902.0, 3892.0, 3891.0, 3903.0, 3936.0, 3902.0, 3923.0, 3891.0, 3900.0, 3892.0, 3911.0, 3890.0, 3910.0, 3890.0, 3889.0, 3890.0, 3878.0, 3889.0, 3890.0, 3890.0, 3889.0, 3890.0, 3889.0, 3891.0, 3890.0, 3892.0, 3902.0, 3893.0, 3891.0, 3902.0, 3891.0, 3890.0, 3891.0, 3892.0, 3903.0, 3891.0, 3892.0, 3891.0, 3892.0, 3903.0, 3905.0, 3904.0, 3904.0, 3905.0, 3904.0, 3893.0, 3905.0, 3926.0, 3904.0, 3935.0, 3903.0, 3925.0, 3892.0, 3912.0, 3892.0, 3913.0, 3892.0, 3901.0, 3892.0, 3891.0, 3891.0, 3891.0, 3892.0, 3904.0, 3893.0, 3892.0, 3903.0, 3903.0, 3904.0, 3906.0, 3905.0, 3905.0, 3905.0, 3906.0, 3896.0, 3907.0, 3915.0, 3904.0, 3916.0, 3938.0, 3906.0, 3939.0, 3906.0, 3915.0, 3905.0, 3905.0, 3905.0, 3905.0, 3905.0, 3905.0, 3936.0, 3915.0, 3935.0, 3904.0, 3912.0, 3901.0, 3912.0, 3892.0, 3912.0, 3903.0, 3923.0, 3891.0, 3921.0, 3891.0, 3899.0, 3889.0, 3899.0, 3890.0, 3900.0, 3890.0, 3899.0, 3889.0, 3889.0, 3889.0, 3889.0, 3888.0, 3888.0, 3889.0, 3888.0, 3878.0, 3890.0, 3878.0, 3890.0, 3879.0, 3901.0, 3890.0, 3901.0, 3891.0, 3903.0, 3892.0, 3903.0, 3894.0, 3904.0, 3904.0, 3903.0, 3906.0, 3905.0, 3906.0, 3916.0, 3907.0, 3916.0, 3916.0, 3905.0, 3906.0, 3905.0, 3906.0, 3916.0, 3906.0, 3906.0, 3906.0, 3906.0, 3908.0, 3918.0, 3919.0, 3919.0, 3931.0, 3909.0, 3930.0, 3908.0, 3930.0, 3910.0, 3931.0, 3931.0, 3931.0, 3920.0, 3920.0, 3909.0, 3920.0, 3940.0, 3943.0, 3920.0, 3917.0, 3908.0, 3917.0, 3919.0, 3928.0, 3920.0, 3961.0, 3919.0, 3940.0, 3917.0, 3927.0, 3920.0, 3928.0, 3919.0, 3928.0, 3919.0, 3908.0, 3918.0, 3919.0, 3918.0, 3920.0, 3941.0, 3921.0, 3951.0, 3921.0, 3929.0, 3920.0, 3941.0, 3930.0, 3950.0, 3918.0, 3927.0, 3917.0, 3926.0, 3908.0, 3926.0, 3908.0, 3938.0, 3917.0, 3916.0, 3904.0, 3916.0, 3906.0, 3916.0, 3918.0, 3925.0, 3905.0, 3906.0, 3907.0, 3907.0, 3917.0, 3918.0, 3918.0, 3919.0, 3919.0, 3931.0, 3941.0, 3920.0, 3940.0, 3919.0, 3938.0, 3919.0, 3951.0, 3928.0, 3938.0, 3917.0, 3924.0, 3905.0, 3914.0, 3905.0, 3933.0, 3892.0, 3891.0, 3892.0, 3890.0, 3891.0, 3902.0, 3891.0, 3891.0, 3891.0, 3890.0, 3903.0, 3891.0, 3905.0, 3902.0, 3903.0, 3893.0, 3904.0, 3904.0, 3904.0, 3916.0, 3906.0, 3914.0, 3905.0, 3895.0, 3905.0, 3906.0, 3906.0, 3926.0, 3905.0, 3916.0, 3906.0, 3926.0, 3917.0, 3936.0, 3905.0, 3914.0, 3904.0, 3914.0, 3905.0, 3913.0, 3917.0, 3906.0, 3905.0, 3905.0, 3905.0, 3905.0, 3917.0, 3919.0, 3938.0, 3917.0, 3917.0, 3917.0, 3927.0, 3916.0, 3916.0, 3906.0, 3914.0, 3904.0, 3924.0, 3905.0, 3924.0, 3903.0, 3913.0, 3902.0, 3913.0, 3902.0, 3923.0, 3892.0, 3914.0, 3903.0, 3915.0, 3916.0, 3895.0, 3916.0, 3905.0, 3916.0, 3918.0, 3917.0, 3919.0, 3918.0, 3920.0, 3939.0, 3918.0, 3927.0, 3906.0, 3908.0, 3907.0, 3939.0, 3907.0, 3926.0, 3905.0, 3903.0, 3905.0, 3915.0, 3906.0, 3947.0, 3915.0, 3926.0, 3904.0, 3914.0, 3905.0, 3906.0, 3905.0, 3906.0, 3904.0, 3905.0, 3906.0, 3905.0, 3917.0, 3905.0, 3927.0, 3905.0, 3903.0, 3905.0, 3904.0, 3917.0, 3906.0, 3906.0, 3906.0, 3905.0, 3906.0, 3916.0, 3919.0, 3938.0, 3906.0, 3906.0, 3905.0, 3915.0, 3905.0, 3949.0, 3915.0, 3935.0, 3893.0, 3924.0, 3904.0, 3913.0, 3905.0, 3894.0, 3904.0, 3893.0, 3903.0, 3894.0, 3905.0, 3893.0, 3892.0, 3894.0, 3892.0, 3893.0, 3904.0, 3904.0, 3906.0, 3892.0, 3893.0, 3904.0, 3903.0, 3904.0, 3905.0, 3904.0, 3906.0, 3907.0, 3905.0, 3906.0, 3905.0, 3938.0, 3916.0, 3938.0, 3905.0, 3925.0, 3903.0, 3904.0, 3895.0, 3915.0, 3906.0, 3916.0, 3906.0, 3904.0, 3905.0, 3905.0, 3905.0, 3926.0, 3906.0, 3927.0, 3906.0, 3904.0, 3907.0, 3916.0, 3906.0, 3915.0, 3915.0, 3894.0, 3925.0, 3903.0, 3925.0, 3904.0, 3935.0, 3892.0, 3902.0, 3893.0, 3892.0, 3903.0, 3902.0, 3906.0, 3904.0, 3906.0, 3914.0, 3915.0, 3915.0, 3920.0, 3926.0, 3917.0, 3906.0, 3916.0, 3917.0, 3906.0, 3907.0, 3906.0, 3908.0, 3928.0, 3918.0, 3939.0, 3906.0, 3906.0, 3905.0, 3904.0, 3935.0, 3916.0, 3935.0, 3892.0, 3912.0, 3892.0, 3900.0, 3891.0, 3921.0, 3889.0, 3888.0, 3878.0, 3878.0, 3889.0, 3880.0, 3879.0, 3879.0, 3879.0, 3878.0, 3879.0, 3880.0, 3890.0, 3890.0, 3892.0, 3892.0, 3892.0, 3893.0, 3891.0, 3893.0, 3892.0, 3903.0, 3906.0, 3906.0, 3895.0, 3917.0, 3897.0, 3908.0, 3896.0, 3918.0, 3909.0, 3908.0, 3908.0, 3906.0, 3908.0, 3918.0, 3908.0, 3908.0, 3939.0, 3907.0, 3917.0, 3906.0, 3928.0, 3907.0, 3937.0, 3905.0, 3895.0, 3904.0, 3895.0, 3907.0, 3896.0, 3905.0, 3906.0, 3905.0, 3907.0, 3907.0, 3905.0, 3918.0, 3906.0, 3905.0, 3907.0, 3907.0, 3906.0, 3927.0, 3907.0, 3918.0, 3908.0, 3919.0, 3919.0, 3908.0, 3919.0, 3907.0, 3908.0, 3898.0, 3909.0, 3919.0, 3933.0, 3923.0, 3920.0, 3922.0, 3931.0, 3934.0, 3935.0, 3935.0, 3947.0, 3948.0, 3947.0, 3936.0, 3924.0, 3956.0, 3935.0, 3934.0, 3954.0, 3922.0, 3963.0, 3931.0, 3950.0, 3940.0, 3936.0, 3915.0, 3914.0, 3904.0, 3913.0, 3903.0, 3892.0, 3880.0, 3881.0, 3891.0, 3901.0, 3923.0, 3890.0, 3889.0, 3890.0, 3879.0, 3890.0, 3889.0, 3892.0, 3911.0, 3891.0, 3900.0, 3891.0, 3900.0, 3892.0, 3900.0, 3892.0, 3891.0, 3892.0, 3881.0, 3903.0, 3904.0, 3919.0, 3918.0, 3918.0, 3919.0, 3918.0, 3921.0, 3930.0, 3921.0, 3951.0, 3919.0, 3928.0, 3906.0, 3928.0, 3906.0, 3937.0, 3906.0, 3905.0, 3904.0, 3893.0, 3905.0, 3905.0, 3894.0, 3926.0, 3905.0, 3904.0, 3904.0, 3894.0, 3904.0, 3917.0, 3907.0, 3938.0, 3918.0, 3907.0, 3918.0, 3918.0, 3907.0, 3918.0, 3919.0, 3940.0, 3919.0, 3939.0, 3907.0, 3894.0, 3894.0, 3904.0, 3925.0, 3915.0, 3914.0, 3892.0, 3901.0, 3891.0, 3891.0, 3892.0, 3882.0, 3903.0, 3892.0, 3904.0, 3895.0, 3906.0, 3907.0, 3907.0, 3907.0, 3918.0, 3916.0, 3906.0, 3906.0, 3919.0, 3907.0, 3918.0, 3907.0, 3908.0, 3896.0, 3919.0, 3939.0, 3919.0, 3949.0, 3907.0, 3927.0, 3907.0, 3928.0, 3919.0, 3919.0, 3919.0, 3921.0, 3918.0, 3909.0, 3919.0, 3920.0, 3919.0, 3951.0, 3908.0, 3937.0, 3906.0, 3916.0, 3905.0, 3927.0, 3894.0, 3904.0, 3882.0, 3905.0, 3894.0, 3906.0, 3894.0, 3906.0, 3895.0, 3916.0, 3896.0, 3917.0, 3906.0, 3918.0, 3918.0, 3918.0, 3918.0, 3919.0, 3918.0, 3908.0, 3929.0, 3919.0, 3928.0, 3920.0, 3906.0, 3920.0, 3932.0, 3921.0, 3917.0, 3921.0, 3920.0, 3931.0, 3919.0, 3932.0, 3930.0, 3946.0, 3976.0, 3933.0, 3943.0, 3930.0, 3918.0, 3950.0, 3950.0, 3950.0, 3918.0, 3937.0, 3915.0, 3935.0, 3923.0, 3912.0, 3922.0, 3899.0, 3919.0, 3895.0, 3895.0, 3873.0, 3883.0, 3861.0, 3872.0, 3861.0, 3872.0, 3861.0, 3860.0, 3860.0, 3871.0, 3862.0, 3870.0, 3871.0, 3870.0, 3863.0, 3861.0, 3863.0, 3862.0, 3862.0, 3862.0, 3861.0, 3862.0, 3862.0, 3874.0, 3876.0, 3887.0, 3876.0, 3888.0, 3879.0, 3891.0, 3890.0, 3892.0, 3892.0, 3893.0, 3913.0, 3893.0, 3913.0, 3904.0, 3913.0, 3903.0, 3914.0, 3905.0, 3916.0, 3932.0, 3920.0, 3932.0, 3920.0, 3922.0, 3933.0, 3933.0, 3934.0, 3923.0, 3924.0, 3934.0, 3934.0, 3935.0, 3924.0, 3933.0, 3923.0, 3943.0, 3921.0, 3943.0, 3923.0, 3943.0, 3922.0, 3941.0, 3910.0, 3952.0, 3908.0, 3940.0, 3909.0, 3919.0, 3909.0, 3917.0, 3920.0, 3919.0, 3908.0, 3918.0, 3933.0, 3930.0, 3922.0, 3923.0, 3922.0, 3934.0, 3938.0, 3949.0, 3947.0, 3947.0, 3948.0, 3949.0, 3948.0, 3947.0, 3957.0, 3948.0, 3956.0, 3935.0, 3956.0, 3936.0, 3977.0, 3935.0, 3953.0, 3933.0, 3940.0, 3921.0, 3952.0, 3932.0, 3961.0, 3921.0, 3940.0, 3920.0, 3932.0, 3921.0, 3932.0, 3921.0, 3921.0, 3921.0, 3921.0, 3922.0, 3945.0, 3949.0, 3979.0, 3939.0, 3936.0, 3936.0, 3923.0, 3947.0, 3947.0, 3944.0, 3948.0, 3947.0, 3936.0, 3949.0, 3960.0, 3937.0, 3948.0, 3959.0, 3949.0, 3948.0, 3936.0, 3948.0], 'WindowWidth': [8848.0, 8793.0, 8795.0, 8764.0, 8755.0, 8755.0, 8754.0, 8722.0, 8751.0, 8750.0, 8748.0, 8737.0, 8781.0, 8749.0, 8759.0, 8743.0, 8776.0, 8789.0, 8800.0, 8771.0, 8806.0, 8798.0, 8804.0, 8803.0, 8787.0, 8816.0, 8784.0, 8812.0, 8768.0, 8817.0, 8781.0, 8822.0, 8744.0, 8773.0, 8763.0, 8756.0, 8789.0, 8820.0, 8773.0, 8759.0, 8774.0, 8745.0, 8759.0, 8758.0, 8788.0, 8760.0, 8754.0, 8757.0, 8784.0, 8776.0, 8823.0, 8800.0, 8811.0, 8750.0, 8765.0, 8750.0, 8751.0, 8782.0, 8751.0, 8762.0, 8733.0, 8746.0, 8728.0, 8792.0, 8753.0, 8767.0, 8725.0, 8753.0, 8724.0, 8720.0, 8731.0, 8725.0, 8726.0, 8733.0, 8729.0, 8731.0, 8725.0, 8731.0, 8772.0, 8727.0, 8754.0, 8729.0, 8724.0, 8722.0, 8707.0, 8725.0, 8721.0, 8737.0, 8724.0, 8720.0, 8723.0, 8734.0, 8727.0, 8754.0, 8721.0, 8709.0, 8720.0, 8724.0, 8722.0, 8727.0, 8754.0, 8732.0, 8714.0, 8729.0, 8727.0, 8729.0, 8729.0, 8761.0, 8729.0, 8757.0, 8728.0, 8736.0, 8727.0, 8738.0, 8733.0, 8770.0, 8726.0, 8723.0, 8720.0, 8726.0, 8727.0, 8729.0, 8771.0, 8728.0, 8743.0, 8725.0, 8726.0, 8728.0, 8745.0, 8762.0, 8733.0, 8746.0, 8744.0, 8729.0, 8743.0, 8746.0, 8766.0, 8749.0, 8735.0, 8730.0, 8748.0, 8734.0, 8754.0, 8784.0, 8751.0, 8737.0, 8747.0, 8734.0, 8733.0, 8749.0, 8778.0, 8750.0, 8791.0, 8745.0, 8743.0, 8744.0, 8730.0, 8761.0, 8732.0, 8762.0, 8747.0, 8733.0, 8748.0, 8751.0, 8768.0, 8750.0, 8767.0, 8752.0, 8737.0, 8750.0, 8752.0, 8784.0, 8753.0, 8741.0, 8754.0, 8754.0, 8753.0, 8754.0, 8786.0, 8754.0, 8798.0, 8753.0, 8760.0, 8746.0, 8761.0, 8750.0, 8792.0, 8745.0, 8772.0, 8742.0, 8714.0, 8745.0, 8734.0, 8748.0, 8753.0, 8751.0, 8753.0, 8749.0, 8756.0, 8765.0, 8756.0, 8782.0, 8753.0, 8762.0, 8750.0, 8763.0, 8751.0, 8762.0, 8732.0, 8716.0, 8728.0, 8730.0, 8744.0, 8748.0, 8778.0, 8750.0, 8751.0, 8751.0, 8736.0, 8754.0, 8750.0, 8750.0, 8751.0, 8733.0, 8750.0, 8764.0, 8753.0, 8796.0, 8750.0, 8776.0, 8746.0, 8747.0, 8747.0, 8731.0, 8729.0, 8727.0, 8727.0, 8729.0, 8758.0, 8730.0, 8789.0, 8730.0, 8741.0, 8730.0, 8728.0, 8729.0, 8730.0, 8727.0, 8728.0, 8709.0, 8726.0, 8725.0, 8726.0, 8769.0, 8729.0, 8757.0, 8729.0, 8727.0, 8745.0, 8730.0, 8747.0, 8736.0, 8732.0, 8746.0, 8746.0, 8748.0, 8749.0, 8751.0, 8781.0, 8754.0, 8749.0, 8752.0, 8746.0, 8750.0, 8776.0, 8748.0, 8777.0, 8747.0, 8757.0, 8746.0, 8732.0, 8745.0, 8746.0, 8730.0, 8745.0, 8745.0, 8750.0, 8775.0, 8749.0, 8777.0, 8750.0, 8741.0, 8731.0, 8741.0, 8747.0, 8759.0, 8730.0, 8715.0, 8728.0, 8726.0, 8729.0, 8730.0, 8750.0, 8732.0, 8730.0, 8731.0, 8728.0, 8727.0, 8746.0, 8731.0, 8730.0, 8732.0, 8746.0, 8713.0, 8730.0, 8755.0, 8730.0, 8741.0, 8744.0, 8743.0, 8745.0, 8730.0, 8751.0, 8735.0, 8770.0, 8756.0, 8775.0, 8779.0, 8778.0, 8764.0, 8777.0, 8805.0, 8782.0, 8802.0, 8775.0, 8784.0, 8757.0, 8769.0, 8759.0, 8801.0, 8755.0, 8783.0, 8754.0, 8750.0, 8753.0, 8754.0, 8738.0, 8783.0, 8738.0, 8752.0, 8735.0, 8751.0, 8724.0, 8751.0, 8722.0, 8749.0, 8736.0, 8751.0, 8763.0, 8752.0, 8764.0, 8755.0, 8778.0, 8738.0, 8747.0, 8735.0, 8748.0, 8750.0, 8749.0, 8750.0, 8748.0, 8752.0, 8733.0, 8754.0, 8753.0, 8754.0, 8755.0, 8754.0, 8753.0, 8736.0, 8753.0, 8781.0, 8753.0, 8783.0, 8751.0, 8767.0, 8752.0, 8765.0, 8758.0, 8770.0, 8760.0, 8785.0, 8755.0, 8750.0, 8751.0, 8753.0, 8780.0, 8761.0, 8734.0, 8730.0, 8730.0, 8746.0, 8733.0, 8751.0, 8748.0, 8733.0, 8732.0, 8732.0, 8730.0, 8731.0, 8762.0, 8731.0, 8733.0, 8730.0, 8729.0, 8747.0, 8733.0, 8752.0, 8752.0, 8747.0, 8732.0, 8745.0, 8735.0, 8748.0, 8754.0, 8765.0, 8752.0, 8746.0, 8733.0, 8729.0, 8750.0, 8796.0, 8747.0, 8775.0, 8730.0, 8739.0, 8731.0, 8756.0, 8726.0, 8753.0, 8727.0, 8724.0, 8726.0, 8707.0, 8723.0, 8725.0, 8725.0, 8723.0, 8728.0, 8724.0, 8729.0, 8727.0, 8732.0, 8746.0, 8733.0, 8728.0, 8746.0, 8729.0, 8729.0, 8730.0, 8732.0, 8750.0, 8731.0, 8731.0, 8731.0, 8733.0, 8749.0, 8753.0, 8751.0, 8750.0, 8755.0, 8751.0, 8737.0, 8755.0, 8784.0, 8753.0, 8795.0, 8748.0, 8780.0, 8731.0, 8760.0, 8734.0, 8761.0, 8731.0, 8743.0, 8731.0, 8728.0, 8729.0, 8731.0, 8733.0, 8750.0, 8735.0, 8732.0, 8750.0, 8748.0, 8753.0, 8758.0, 8755.0, 8754.0, 8757.0, 8758.0, 8747.0, 8760.0, 8770.0, 8755.0, 8773.0, 8806.0, 8758.0, 8809.0, 8760.0, 8767.0, 8756.0, 8756.0, 8755.0, 8754.0, 8754.0, 8756.0, 8800.0, 8767.0, 8797.0, 8750.0, 8760.0, 8743.0, 8758.0, 8734.0, 8759.0, 8750.0, 8776.0, 8730.0, 8769.0, 8728.0, 8738.0, 8724.0, 8736.0, 8727.0, 8738.0, 8726.0, 8735.0, 8724.0, 8723.0, 8723.0, 8723.0, 8721.0, 8721.0, 8722.0, 8721.0, 8707.0, 8724.0, 8707.0, 8727.0, 8711.0, 8742.0, 8727.0, 8744.0, 8731.0, 8748.0, 8734.0, 8749.0, 8737.0, 8751.0, 8751.0, 8751.0, 8756.0, 8755.0, 8758.0, 8773.0, 8761.0, 8772.0, 8773.0, 8756.0, 8758.0, 8757.0, 8760.0, 8773.0, 8758.0, 8758.0, 8759.0, 8758.0, 8764.0, 8776.0, 8782.0, 8782.0, 8799.0, 8769.0, 8798.0, 8767.0, 8798.0, 8771.0, 8801.0, 8801.0, 8799.0, 8783.0, 8783.0, 8770.0, 8782.0, 8810.0, 8819.0, 8782.0, 8776.0, 8763.0, 8776.0, 8781.0, 8792.0, 8784.0, 8843.0, 8781.0, 8809.0, 8776.0, 8790.0, 8782.0, 8790.0, 8782.0, 8792.0, 8782.0, 8764.0, 8777.0, 8783.0, 8781.0, 8785.0, 8815.0, 8788.0, 8826.0, 8785.0, 8793.0, 8783.0, 8812.0, 8798.0, 8825.0, 8777.0, 8787.0, 8775.0, 8785.0, 8763.0, 8785.0, 8764.0, 8803.0, 8772.0, 8771.0, 8755.0, 8771.0, 8759.0, 8772.0, 8777.0, 8783.0, 8755.0, 8762.0, 8760.0, 8763.0, 8774.0, 8777.0, 8776.0, 8784.0, 8781.0, 8803.0, 8814.0, 8784.0, 8809.0, 8780.0, 8805.0, 8781.0, 8828.0, 8791.0, 8806.0, 8772.0, 8780.0, 8754.0, 8766.0, 8755.0, 8791.0, 8733.0, 8728.0, 8730.0, 8727.0, 8728.0, 8746.0, 8727.0, 8727.0, 8728.0, 8726.0, 8749.0, 8730.0, 8753.0, 8746.0, 8749.0, 8733.0, 8750.0, 8750.0, 8752.0, 8771.0, 8756.0, 8766.0, 8753.0, 8740.0, 8756.0, 8758.0, 8759.0, 8783.0, 8753.0, 8770.0, 8758.0, 8782.0, 8774.0, 8797.0, 8752.0, 8763.0, 8749.0, 8764.0, 8755.0, 8762.0, 8774.0, 8758.0, 8753.0, 8753.0, 8754.0, 8756.0, 8773.0, 8781.0, 8804.0, 8774.0, 8773.0, 8774.0, 8787.0, 8770.0, 8771.0, 8756.0, 8765.0, 8751.0, 8778.0, 8754.0, 8778.0, 8746.0, 8760.0, 8745.0, 8762.0, 8745.0, 8777.0, 8732.0, 8764.0, 8747.0, 8768.0, 8771.0, 8740.0, 8770.0, 8756.0, 8773.0, 8778.0, 8775.0, 8782.0, 8779.0, 8785.0, 8807.0, 8778.0, 8788.0, 8758.0, 8762.0, 8759.0, 8809.0, 8758.0, 8783.0, 8754.0, 8749.0, 8753.0, 8767.0, 8758.0, 8815.0, 8766.0, 8782.0, 8750.0, 8765.0, 8755.0, 8756.0, 8753.0, 8755.0, 8751.0, 8753.0, 8755.0, 8754.0, 8773.0, 8755.0, 8786.0, 8753.0, 8750.0, 8755.0, 8753.0, 8775.0, 8756.0, 8755.0, 8757.0, 8753.0, 8758.0, 8769.0, 8781.0, 8804.0, 8756.0, 8757.0, 8754.0, 8768.0, 8754.0, 8824.0, 8768.0, 8795.0, 8732.0, 8778.0, 8750.0, 8762.0, 8752.0, 8736.0, 8749.0, 8733.0, 8750.0, 8736.0, 8754.0, 8734.0, 8733.0, 8735.0, 8733.0, 8734.0, 8751.0, 8750.0, 8755.0, 8733.0, 8734.0, 8751.0, 8749.0, 8752.0, 8755.0, 8754.0, 8758.0, 8759.0, 8756.0, 8757.0, 8755.0, 8803.0, 8773.0, 8803.0, 8754.0, 8780.0, 8750.0, 8750.0, 8739.0, 8768.0, 8756.0, 8768.0, 8758.0, 8750.0, 8753.0, 8755.0, 8756.0, 8786.0, 8757.0, 8786.0, 8757.0, 8753.0, 8759.0, 8773.0, 8757.0, 8768.0, 8767.0, 8736.0, 8779.0, 8747.0, 8780.0, 8751.0, 8794.0, 8731.0, 8744.0, 8733.0, 8732.0, 8750.0, 8747.0, 8757.0, 8751.0, 8755.0, 8765.0, 8768.0, 8768.0, 8783.0, 8786.0, 8775.0, 8757.0, 8772.0, 8774.0, 8757.0, 8762.0, 8759.0, 8763.0, 8790.0, 8776.0, 8804.0, 8759.0, 8756.0, 8753.0, 8750.0, 8798.0, 8770.0, 8796.0, 8730.0, 8758.0, 8728.0, 8739.0, 8726.0, 8768.0, 8722.0, 8719.0, 8706.0, 8704.0, 8720.0, 8709.0, 8706.0, 8706.0, 8707.0, 8706.0, 8706.0, 8708.0, 8724.0, 8726.0, 8729.0, 8731.0, 8730.0, 8733.0, 8729.0, 8732.0, 8730.0, 8748.0, 8756.0, 8754.0, 8741.0, 8773.0, 8745.0, 8760.0, 8744.0, 8777.0, 8763.0, 8760.0, 8761.0, 8757.0, 8762.0, 8775.0, 8762.0, 8763.0, 8804.0, 8758.0, 8772.0, 8755.0, 8788.0, 8761.0, 8800.0, 8753.0, 8738.0, 8752.0, 8740.0, 8758.0, 8742.0, 8753.0, 8756.0, 8752.0, 8758.0, 8757.0, 8754.0, 8775.0, 8756.0, 8753.0, 8758.0, 8757.0, 8757.0, 8787.0, 8761.0, 8776.0, 8763.0, 8777.0, 8778.0, 8762.0, 8779.0, 8760.0, 8763.0, 8748.0, 8767.0, 8780.0, 8807.0, 8792.0, 8783.0, 8789.0, 8800.0, 8809.0, 8813.0, 8814.0, 8834.0, 8836.0, 8834.0, 8814.0, 8795.0, 8841.0, 8810.0, 8809.0, 8835.0, 8789.0, 8848.0, 8800.0, 8827.0, 8807.0, 8795.0, 8765.0, 8762.0, 8751.0, 8762.0, 8746.0, 8732.0, 8710.0, 8713.0, 8727.0, 8741.0, 8776.0, 8726.0, 8722.0, 8723.0, 8707.0, 8726.0, 8723.0, 8729.0, 8755.0, 8728.0, 8739.0, 8727.0, 8737.0, 8730.0, 8736.0, 8730.0, 8726.0, 8731.0, 8717.0, 8747.0, 8752.0, 8780.0, 8777.0, 8778.0, 8780.0, 8776.0, 8785.0, 8796.0, 8786.0, 8824.0, 8779.0, 8789.0, 8758.0, 8787.0, 8758.0, 8801.0, 8757.0, 8753.0, 8752.0, 8734.0, 8752.0, 8754.0, 8737.0, 8781.0, 8755.0, 8750.0, 8752.0, 8735.0, 8751.0, 8772.0, 8761.0, 8805.0, 8778.0, 8760.0, 8776.0, 8777.0, 8763.0, 8778.0, 8779.0, 8810.0, 8780.0, 8805.0, 8758.0, 8738.0, 8738.0, 8752.0, 8779.0, 8766.0, 8763.0, 8731.0, 8741.0, 8728.0, 8728.0, 8730.0, 8717.0, 8748.0, 8733.0, 8751.0, 8739.0, 8757.0, 8760.0, 8760.0, 8760.0, 8776.0, 8772.0, 8758.0, 8758.0, 8780.0, 8760.0, 8776.0, 8759.0, 8761.0, 8744.0, 8778.0, 8807.0, 8778.0, 8819.0, 8760.0, 8787.0, 8760.0, 8791.0, 8783.0, 8782.0, 8781.0, 8785.0, 8779.0, 8768.0, 8781.0, 8782.0, 8781.0, 8828.0, 8764.0, 8802.0, 8757.0, 8770.0, 8755.0, 8787.0, 8739.0, 8752.0, 8721.0, 8752.0, 8737.0, 8755.0, 8738.0, 8756.0, 8742.0, 8772.0, 8744.0, 8773.0, 8758.0, 8778.0, 8778.0, 8779.0, 8778.0, 8779.0, 8775.0, 8764.0, 8792.0, 8781.0, 8792.0, 8782.0, 8759.0, 8782.0, 8803.0, 8785.0, 8773.0, 8788.0, 8785.0, 8801.0, 8783.0, 8805.0, 8801.0, 8831.0, 8872.0, 8805.0, 8820.0, 8796.0, 8778.0, 8827.0, 8825.0, 8827.0, 8778.0, 8807.0, 8768.0, 8800.0, 8775.0, 8762.0, 8773.0, 8735.0, 8763.0, 8724.0, 8724.0, 8691.0, 8703.0, 8672.0, 8686.0, 8669.0, 8686.0, 8669.0, 8668.0, 8669.0, 8684.0, 8673.0, 8683.0, 8686.0, 8681.0, 8676.0, 8671.0, 8678.0, 8674.0, 8674.0, 8674.0, 8672.0, 8675.0, 8674.0, 8694.0, 8701.0, 8716.0, 8701.0, 8720.0, 8709.0, 8727.0, 8727.0, 8730.0, 8730.0, 8733.0, 8761.0, 8733.0, 8760.0, 8749.0, 8761.0, 8749.0, 8764.0, 8754.0, 8770.0, 8802.0, 8782.0, 8801.0, 8779.0, 8788.0, 8800.0, 8802.0, 8805.0, 8791.0, 8792.0, 8806.0, 8807.0, 8810.0, 8794.0, 8803.0, 8788.0, 8818.0, 8784.0, 8817.0, 8790.0, 8818.0, 8785.0, 8811.0, 8767.0, 8827.0, 8761.0, 8806.0, 8763.0, 8777.0, 8763.0, 8773.0, 8779.0, 8777.0, 8763.0, 8775.0, 8803.0, 8796.0, 8786.0, 8793.0, 8789.0, 8806.0, 8820.0, 8835.0, 8831.0, 8830.0, 8835.0, 8839.0, 8832.0, 8830.0, 8844.0, 8831.0, 8838.0, 8811.0, 8839.0, 8812.0, 8870.0, 8812.0, 8831.0, 8804.0, 8809.0, 8786.0, 8828.0, 8802.0, 8840.0, 8784.0, 8810.0, 8782.0, 8802.0, 8787.0, 8801.0, 8785.0, 8785.0, 8787.0, 8785.0, 8790.0, 8823.0, 8837.0, 8879.0, 8823.0, 8811.0, 8812.0, 8789.0, 8831.0, 8828.0, 8822.0, 8835.0, 8831.0, 8815.0, 8840.0, 8853.0, 8819.0, 8832.0, 8849.0, 8837.0, 8833.0, 8817.0, 8835.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.0035498110355253218</td></tr>
<tr><td colspan=3>aqi</td><td>0.030201362055933482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.981263840226916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2746344599546122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0526587410665684</td></tr>
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
<tr><td colspan=3>fber</td><td>6120.3936</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08466333775354713</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.459561602418745</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6091732526334326</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.472695031955447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8909136583479746</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.463911067596876</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182995</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012751092202961445</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03192932903766632</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1323</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8147735025864002</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>18.2876</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9388</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.2688</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297609.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>882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.3741</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2431</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>434.0922</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3091.2966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.7709</td></tr>
<tr><td colspan=3>tsnr</td><td>38.23158174578566</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>