<?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-0079_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-03/func/sub-0079_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d6ed227db55146eb57d8609ff0a7c4a0</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>13:50:54.497500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999684, 0.0152434, -0.0199912, -0.0132611, 0.995313, 0.0957936]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105141</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7772, -7243, 499, 11, -50, 66, 17]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.292</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d621893-dd60-4d09-83c5-c5d3c4ae470f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820788383483887, -0.03557857498526573, -0.057665757834911346, 116.96186065673828], [-0.04089689627289772, 2.67035174369812, 0.2578451633453369, -96.39205932617188], [-0.053634852170944214, -0.2570072114467621, 2.6870410442352295, -28.254180908203125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['135054.497500', '135054.957500', '135055.417500', '135055.877500', '135056.337500', '135056.797500', '135057.257500', '135057.717500', '135058.177500', '135058.637500', '135059.097500', '135059.557500', '135100.017500', '135100.477500', '135100.937500', '135101.397500', '135101.857500', '135102.317500', '135102.777500', '135103.237500', '135103.697500', '135104.157500', '135104.617500', '135105.077500', '135105.537500', '135105.997500', '135106.457500', '135106.917500', '135107.377500', '135107.837500', '135108.297500', '135108.757500', '135109.217500', '135109.677500', '135110.137500', '135110.597500', '135111.057500', '135111.517500', '135111.977500', '135112.437500', '135112.897500', '135113.357500', '135113.817500', '135114.277500', '135114.737500', '135115.197500', '135115.657500', '135116.117500', '135116.577500', '135117.037500', '135117.497500', '135117.957500', '135118.417500', '135118.877500', '135119.337500', '135119.797500', '135120.257500', '135120.717500', '135121.177500', '135121.637500', '135122.097500', '135122.557500', '135123.017500', '135123.477500', '135123.937500', '135124.397500', '135124.857500', '135125.317500', '135125.777500', '135126.237500', '135126.697500', '135127.157500', '135127.617500', '135128.077500', '135128.537500', '135128.997500', '135129.457500', '135129.917500', '135130.377500', '135130.837500', '135131.297500', '135131.757500', '135132.217500', '135132.677500', '135133.137500', '135133.597500', '135134.057500', '135134.517500', '135134.977500', '135135.437500', '135135.897500', '135136.357500', '135136.817500', '135137.277500', '135137.737500', '135138.197500', '135138.657500', '135139.117500', '135139.577500', '135140.037500', '135140.497500', '135140.957500', '135141.417500', '135141.877500', '135142.337500', '135142.797500', '135143.257500', '135143.717500', '135144.177500', '135144.637500', '135145.097500', '135145.557500', '135146.017500', '135146.477500', '135146.937500', '135147.397500', '135147.857500', '135148.317500', '135148.777500', '135149.237500', '135149.697500', '135150.157500', '135150.617500', '135151.077500', '135151.537500', '135151.997500', '135152.457500', '135152.917500', '135153.377500', '135153.837500', '135154.297500', '135154.757500', '135155.217500', '135155.677500', '135156.137500', '135156.597500', '135157.057500', '135157.517500', '135157.977500', '135158.437500', '135158.897500', '135159.357500', '135159.817500', '135200.277500', '135200.737500', '135201.197500', '135201.657500', '135202.117500', '135202.577500', '135203.037500', '135203.497500', '135203.957500', '135204.417500', '135204.877500', '135205.337500', '135205.797500', '135206.257500', '135206.717500', '135207.177500', '135207.637500', '135208.097500', '135208.557500', '135209.017500', '135209.477500', '135209.937500', '135210.397500', '135210.857500', '135211.317500', '135211.777500', '135212.237500', '135212.697500', '135213.157500', '135213.617500', '135214.077500', '135214.537500', '135214.997500', '135215.457500', '135215.917500', '135216.377500', '135216.837500', '135217.297500', '135217.757500', '135218.217500', '135218.677500', '135219.137500', '135219.597500', '135220.057500', '135220.517500', '135220.977500', '135221.437500', '135221.897500', '135222.357500', '135222.817500', '135223.277500', '135223.737500', '135224.197500', '135224.657500', '135225.117500', '135225.577500', '135226.037500', '135226.497500', '135226.957500', '135227.417500', '135227.877500', '135228.337500', '135228.797500', '135229.257500', '135229.717500', '135230.177500', '135230.637500', '135231.097500', '135231.557500', '135232.017500', '135232.477500', '135232.937500', '135233.397500', '135233.857500', '135234.317500', '135234.777500', '135235.237500', '135235.697500', '135236.157500', '135236.617500', '135237.077500', '135237.537500', '135237.997500', '135238.457500', '135238.917500', '135239.377500', '135239.837500', '135240.297500', '135240.757500', '135241.217500', '135241.677500', '135242.137500', '135242.597500', '135243.057500', '135243.517500', '135243.977500', '135244.437500', '135244.897500', '135245.357500', '135245.817500', '135246.277500', '135246.737500', '135247.197500', '135247.657500', '135248.117500', '135248.577500', '135249.037500', '135249.497500', '135249.957500', '135250.417500', '135250.877500', '135251.337500', '135251.797500', '135252.257500', '135252.717500', '135253.177500', '135253.637500', '135254.097500', '135254.557500', '135255.017500', '135255.477500', '135255.937500', '135256.397500', '135256.857500', '135257.317500', '135257.777500', '135258.237500', '135258.697500', '135259.157500', '135259.617500', '135300.077500', '135300.537500', '135300.997500', '135301.457500', '135301.917500', '135302.377500', '135302.837500', '135303.297500', '135303.757500', '135304.217500', '135304.677500', '135305.137500', '135305.597500', '135306.057500', '135306.517500', '135306.977500', '135307.437500', '135307.897500', '135308.357500', '135308.817500', '135309.277500', '135309.737500', '135310.197500', '135310.657500', '135311.117500', '135311.577500', '135312.037500', '135312.497500', '135312.957500', '135313.417500', '135313.877500', '135314.337500', '135314.797500', '135315.257500', '135315.717500', '135316.177500', '135316.637500', '135317.097500', '135317.557500', '135318.017500', '135318.477500', '135318.937500', '135319.397500', '135319.857500', '135320.317500', '135320.777500', '135321.237500', '135321.697500', '135322.157500', '135322.617500', '135323.077500', '135323.537500', '135323.997500', '135324.457500', '135324.917500', '135325.377500', '135325.837500', '135326.297500', '135326.757500', '135327.217500', '135327.677500', '135328.137500', '135328.597500', '135329.057500', '135329.517500', '135329.977500', '135330.437500', '135330.897500', '135331.357500', '135331.817500', '135332.277500', '135332.737500', '135333.197500', '135333.657500', '135334.117500', '135334.577500', '135335.037500', '135335.497500', '135335.957500', '135336.417500', '135336.877500', '135337.337500', '135337.797500', '135338.257500', '135338.717500', '135339.177500', '135339.637500', '135340.097500', '135340.557500', '135341.017500', '135341.477500', '135341.937500', '135342.397500', '135342.857500', '135343.317500', '135343.777500', '135344.237500', '135344.697500', '135345.157500', '135345.617500', '135346.077500', '135346.537500', '135346.997500', '135347.457500', '135347.917500', '135348.377500', '135348.837500', '135349.297500', '135349.757500', '135350.217500', '135350.677500', '135351.137500', '135351.597500', '135352.057500', '135352.517500', '135352.977500', '135353.437500', '135353.897500', '135354.357500', '135354.817500', '135355.277500', '135355.737500', '135356.197500', '135356.657500', '135357.117500', '135357.577500', '135358.037500', '135358.497500', '135358.957500', '135359.417500', '135359.877500', '135400.337500', '135400.797500', '135401.257500', '135401.717500', '135402.177500', '135402.637500', '135403.097500', '135403.557500', '135404.017500', '135404.477500', '135404.937500', '135405.397500', '135405.857500', '135406.317500', '135406.777500', '135407.237500', '135407.697500', '135408.157500', '135408.617500', '135409.077500', '135409.537500', '135409.997500', '135410.457500', '135410.917500', '135411.377500', '135411.837500', '135412.297500', '135412.757500', '135413.217500', '135413.677500', '135414.137500', '135414.597500', '135415.057500', '135415.517500', '135415.977500', '135416.437500', '135416.897500', '135417.357500', '135417.817500', '135418.277500', '135418.737500', '135419.197500', '135419.657500', '135420.117500', '135420.577500', '135421.037500', '135421.497500', '135421.957500', '135422.417500', '135422.877500', '135423.337500', '135423.797500', '135424.257500', '135424.717500', '135425.177500', '135425.637500', '135426.097500', '135426.557500', '135427.017500', '135427.477500', '135427.937500', '135428.397500', '135428.857500', '135429.317500', '135429.777500', '135430.237500', '135430.697500', '135431.157500', '135431.617500', '135432.077500', '135432.537500', '135432.997500', '135433.457500', '135433.917500', '135434.377500', '135434.837500', '135435.297500', '135435.757500', '135436.217500', '135436.677500', '135437.137500', '135437.597500', '135438.057500', '135438.517500', '135438.977500', '135439.437500', '135439.897500', '135440.357500', '135440.817500', '135441.277500', '135441.737500', '135442.197500', '135442.657500', '135443.117500', '135443.577500', '135444.037500', '135444.497500', '135444.957500', '135445.417500', '135445.877500', '135446.337500', '135446.797500', '135447.257500', '135447.717500', '135448.177500', '135448.637500', '135449.097500', '135449.557500', '135450.017500', '135450.477500', '135450.937500', '135451.397500', '135451.857500', '135452.317500', '135452.777500', '135453.237500', '135453.697500', '135454.157500', '135454.617500', '135455.077500', '135455.537500', '135455.997500', '135456.457500', '135456.917500', '135457.377500', '135457.837500', '135458.297500', '135458.757500', '135459.217500', '135459.677500', '135500.137500', '135500.597500', '135501.057500', '135501.517500', '135501.977500', '135502.437500', '135502.897500', '135503.357500', '135503.817500', '135504.277500', '135504.737500', '135505.197500', '135505.657500', '135506.117500', '135506.577500', '135507.037500', '135507.497500', '135507.957500', '135508.417500', '135508.877500', '135509.337500', '135509.797500', '135510.257500', '135510.717500', '135511.177500', '135511.637500', '135512.097500', '135512.557500', '135513.017500', '135513.477500', '135513.937500', '135514.397500', '135514.857500', '135515.317500', '135515.777500', '135516.237500', '135516.697500', '135517.157500', '135517.617500', '135518.077500', '135518.537500', '135518.997500', '135519.457500', '135519.917500', '135520.377500', '135520.837500', '135521.297500', '135521.757500', '135522.217500', '135522.677500', '135523.137500', '135523.597500', '135524.057500', '135524.517500', '135524.977500', '135525.437500', '135525.897500', '135526.357500', '135526.817500', '135527.277500', '135527.737500', '135528.197500', '135528.657500', '135529.117500', '135529.577500', '135530.037500', '135530.497500', '135530.957500', '135531.417500', '135531.877500', '135532.337500', '135532.797500', '135533.257500', '135533.717500', '135534.177500', '135534.637500', '135535.097500', '135535.557500', '135536.017500', '135536.477500', '135536.937500', '135537.397500', '135537.857500', '135538.317500', '135538.777500', '135539.237500', '135539.697500', '135540.157500', '135540.617500', '135541.077500', '135541.537500', '135541.997500', '135542.457500', '135542.917500', '135543.377500', '135543.837500', '135544.297500', '135544.757500', '135545.217500', '135545.677500', '135546.137500', '135546.597500', '135547.057500', '135547.517500', '135547.977500', '135548.437500', '135548.897500', '135549.357500', '135549.817500', '135550.277500', '135550.737500', '135551.197500', '135551.657500', '135552.117500', '135552.577500', '135553.037500', '135553.497500', '135553.957500', '135554.417500', '135554.877500', '135555.337500', '135555.797500', '135556.257500', '135556.717500', '135557.177500', '135557.637500', '135558.097500', '135558.557500', '135559.017500', '135559.477500', '135559.937500', '135600.397500', '135600.857500', '135601.317500', '135601.777500', '135602.237500', '135602.697500', '135603.157500', '135603.617500', '135604.077500', '135604.537500', '135604.997500', '135605.457500', '135605.917500', '135606.377500', '135606.837500', '135607.297500', '135607.757500', '135608.217500', '135608.677500', '135609.137500', '135609.597500', '135610.057500', '135610.517500', '135610.977500', '135611.437500', '135611.897500', '135612.357500', '135612.817500', '135613.277500', '135613.737500', '135614.197500', '135614.657500', '135615.117500', '135615.577500', '135616.037500', '135616.497500', '135616.957500', '135617.417500', '135617.877500', '135618.337500', '135618.797500', '135619.257500', '135619.717500', '135620.177500', '135620.637500', '135621.097500', '135621.557500', '135622.017500', '135622.477500', '135622.937500', '135623.397500', '135623.857500', '135624.317500', '135624.777500', '135625.237500', '135625.697500', '135626.157500', '135626.617500', '135627.077500', '135627.537500', '135627.997500', '135628.457500', '135628.917500', '135629.377500', '135629.837500', '135630.297500', '135630.757500', '135631.217500', '135631.677500', '135632.137500', '135632.597500', '135633.057500', '135633.517500', '135633.977500', '135634.437500', '135634.897500', '135635.357500', '135635.817500', '135636.277500', '135636.737500', '135637.197500', '135637.657500', '135638.117500', '135638.577500', '135639.037500', '135639.497500', '135639.957500', '135640.417500', '135640.877500', '135641.337500', '135641.797500', '135642.257500', '135642.717500', '135643.177500', '135643.637500', '135644.097500', '135644.557500', '135645.017500', '135645.477500', '135645.937500', '135646.397500', '135646.857500', '135647.317500', '135647.777500', '135648.237500', '135648.697500', '135649.157500', '135649.617500', '135650.077500', '135650.537500', '135650.997500', '135651.457500', '135651.917500', '135652.377500', '135652.837500', '135653.297500', '135653.757500', '135654.217500', '135654.677500', '135655.137500', '135655.597500', '135656.057500', '135656.517500', '135656.977500', '135657.437500', '135657.897500', '135658.357500', '135658.817500', '135659.277500', '135659.737500', '135700.197500', '135700.657500', '135701.117500', '135701.577500', '135702.037500', '135702.497500', '135702.957500', '135703.417500', '135703.877500', '135704.337500', '135704.797500', '135705.257500', '135705.717500', '135706.177500', '135706.637500', '135707.097500', '135707.557500', '135708.017500', '135708.477500', '135708.937500', '135709.397500', '135709.857500', '135710.317500', '135710.777500', '135711.237500', '135711.697500', '135712.157500', '135712.617500', '135713.077500', '135713.537500', '135713.997500', '135714.457500', '135714.917500', '135715.377500', '135715.837500', '135716.297500', '135716.757500', '135717.217500', '135717.677500', '135718.137500', '135718.597500', '135719.057500', '135719.517500', '135719.977500', '135720.437500', '135720.897500', '135721.357500', '135721.817500', '135722.277500', '135722.737500', '135723.197500', '135723.657500', '135724.117500', '135724.577500', '135725.037500', '135725.497500', '135725.957500', '135726.417500', '135726.877500', '135727.337500', '135727.797500', '135728.257500', '135728.717500', '135729.177500', '135729.637500', '135730.097500', '135730.557500', '135731.017500', '135731.477500', '135731.937500', '135732.397500', '135732.857500', '135733.317500', '135733.777500', '135734.237500', '135734.697500', '135735.157500', '135735.617500', '135736.077500', '135736.537500', '135736.997500', '135737.457500', '135737.917500', '135738.377500', '135738.837500', '135739.297500', '135739.757500', '135740.217500', '135740.677500', '135741.137500', '135741.597500', '135742.057500', '135742.517500', '135742.977500', '135743.437500', '135743.897500', '135744.357500', '135744.817500', '135745.277500', '135745.737500', '135746.197500', '135746.657500', '135747.117500', '135747.577500', '135748.037500', '135748.497500', '135748.957500', '135749.417500', '135749.877500', '135750.337500', '135750.797500', '135751.257500', '135751.717500', '135752.177500', '135752.637500', '135753.097500', '135753.557500', '135754.017500', '135754.477500', '135754.937500', '135755.397500', '135755.857500', '135756.317500', '135756.777500', '135757.237500', '135757.697500', '135758.157500', '135758.617500', '135759.077500', '135759.537500', '135759.997500', '135800.457500', '135800.917500', '135801.377500', '135801.837500', '135802.297500', '135802.757500', '135803.217500', '135803.677500', '135804.137500', '135804.597500', '135805.057500', '135805.517500', '135805.977500', '135806.437500', '135806.897500', '135807.357500', '135807.817500', '135808.277500', '135808.737500', '135809.197500', '135809.657500', '135810.117500', '135810.577500', '135811.037500', '135811.497500', '135811.957500', '135812.417500', '135812.877500', '135813.337500', '135813.797500', '135814.257500', '135814.717500', '135815.177500', '135815.637500', '135816.097500', '135816.557500', '135817.017500', '135817.477500', '135817.937500', '135818.397500', '135818.857500', '135819.317500', '135819.777500', '135820.237500', '135820.697500', '135821.157500', '135821.617500', '135822.077500', '135822.537500', '135822.997500', '135823.457500', '135823.917500', '135824.377500', '135824.837500', '135825.297500', '135825.757500', '135826.217500', '135826.677500', '135827.137500', '135827.597500', '135828.057500', '135828.517500', '135828.977500', '135829.437500', '135829.897500', '135830.357500', '135830.817500', '135831.277500', '135831.737500', '135832.197500', '135832.657500', '135833.117500', '135833.577500', '135834.037500', '135834.497500', '135834.957500', '135835.417500', '135835.877500', '135836.337500', '135836.797500', '135837.257500', '135837.717500', '135838.177500', '135838.637500', '135839.097500', '135839.557500', '135840.017500', '135840.477500', '135840.937500', '135841.397500', '135841.857500', '135842.317500', '135842.777500', '135843.237500', '135843.697500', '135844.157500', '135844.617500', '135845.077500', '135845.537500', '135845.997500', '135846.457500', '135846.917500', '135847.377500', '135847.837500', '135848.297500', '135848.757500', '135849.217500', '135849.677500', '135850.137500', '135850.597500', '135851.057500', '135851.517500', '135851.977500', '135852.437500', '135852.897500', '135853.357500', '135853.817500', '135854.277500', '135854.737500', '135855.197500', '135855.657500', '135856.117500', '135856.577500', '135857.037500', '135857.497500', '135857.957500', '135858.417500', '135858.877500', '135859.337500', '135859.797500', '135900.257500', '135900.717500', '135901.177500', '135901.637500', '135902.097500', '135902.557500', '135903.017500', '135903.477500', '135903.937500', '135904.397500', '135904.857500', '135905.317500', '135905.777500', '135906.237500', '135906.697500', '135907.157500', '135907.617500', '135908.077500', '135908.537500', '135908.997500', '135909.457500', '135909.917500', '135910.377500', '135910.837500', '135911.297500', '135911.757500', '135912.217500', '135912.677500', '135913.137500', '135913.597500', '135914.057500', '135914.517500', '135914.977500', '135915.437500', '135915.897500', '135916.357500', '135916.817500', '135917.277500', '135917.737500', '135918.197500', '135918.657500', '135919.117500', '135919.577500', '135920.037500', '135920.497500', '135920.957500', '135921.417500', '135921.877500', '135922.337500', '135922.797500', '135923.257500', '135923.717500', '135924.177500', '135924.637500', '135925.097500', '135925.557500', '135926.017500', '135926.477500', '135926.937500', '135927.397500', '135927.857500', '135928.317500', '135928.777500', '135929.237500', '135929.697500', '135930.157500', '135930.617500', '135931.077500', '135931.537500', '135931.997500', '135932.457500', '135932.917500', '135933.377500', '135933.837500', '135934.297500', '135934.757500', '135935.217500', '135935.677500', '135936.137500', '135936.597500', '135937.057500', '135937.517500', '135937.977500', '135938.437500', '135938.897500', '135939.357500', '135939.817500', '135940.277500', '135940.737500', '135941.197500', '135941.657500', '135942.117500', '135942.577500', '135943.037500', '135943.497500', '135943.957500', '135944.417500', '135944.877500', '135945.337500', '135945.797500', '135946.257500', '135946.717500', '135947.177500', '135947.637500', '135948.097500', '135948.557500', '135949.017500', '135949.477500', '135949.937500', '135950.397500', '135950.857500', '135951.317500', '135951.777500', '135952.237500', '135952.697500', '135953.157500', '135953.617500', '135954.077500', '135954.537500', '135954.997500', '135955.457500', '135955.917500', '135956.377500', '135956.837500', '135957.297500', '135957.757500', '135958.217500', '135958.677500', '135959.137500', '135959.597500', '140000.057500', '140000.517500', '140000.977500', '140001.437500', '140001.897500', '140002.357500', '140002.817500', '140003.277500', '140003.737500', '140004.197500', '140004.657500', '140005.117500', '140005.577500', '140006.037500', '140006.497500', '140006.957500', '140007.417500', '140007.877500', '140008.337500', '140008.797500', '140009.257500', '140009.717500', '140010.177500', '140010.637500', '140011.097500', '140011.557500', '140012.017500', '140012.477500', '140012.937500', '140013.397500', '140013.857500', '140014.317500', '140014.777500', '140015.237500', '140015.697500', '140016.157500', '140016.617500', '140017.077500', '140017.537500', '140017.997500', '140018.457500', '140018.917500', '140019.377500', '140019.837500', '140020.297500', '140020.757500', '140021.217500', '140021.677500', '140022.137500', '140022.597500', '140023.057500', '140023.517500', '140023.977500', '140024.437500', '140024.897500', '140025.357500', '140025.817500', '140026.277500', '140026.737500', '140027.197500', '140027.657500', '140028.117500', '140028.577500', '140029.037500', '140029.497500', '140029.957500', '140030.417500', '140030.877500', '140031.337500', '140031.797500', '140032.257500', '140032.717500', '140033.177500', '140033.637500', '140034.097500', '140034.557500', '140035.017500', '140035.477500', '140035.937500', '140036.397500', '140036.857500', '140037.317500', '140037.777500', '140038.237500', '140038.697500', '140039.157500', '140039.617500', '140040.077500', '140040.537500', '140040.997500', '140041.457500', '140041.917500', '140042.377500', '140042.837500', '140043.297500', '140043.757500', '140044.217500', '140044.677500', '140045.137500', '140045.597500', '140046.057500', '140046.517500', '140046.977500', '140047.437500', '140047.897500', '140048.357500', '140048.817500', '140049.277500', '140049.737500', '140050.197500', '140050.657500', '140051.117500', '140051.577500', '140052.037500', '140052.497500', '140052.957500', '140053.417500', '140053.877500', '140054.337500', '140054.797500', '140055.257500', '140055.717500', '140056.177500', '140056.637500', '140057.097500', '140057.557500', '140058.017500', '140058.477500', '140058.937500', '140059.397500', '140059.857500', '140100.317500', '140100.777500', '140101.237500', '140101.697500', '140102.157500', '140102.617500', '140103.077500', '140103.537500', '140103.997500', '140104.457500', '140104.917500', '140105.377500', '140105.837500', '140106.297500', '140106.757500', '140107.217500', '140107.677500', '140108.137500'], 'ContentTime': ['135104.881000', '135104.885000', '135104.887000', '135104.890000', '135104.893000', '135104.895000', '135104.898000', '135104.900000', '135104.903000', '135104.905000', '135104.908000', '135104.911000', '135104.922000', '135104.924000', '135104.927000', '135104.930000', '135104.932000', '135104.935000', '135104.940000', '135104.942000', '135104.953000', '135124.831000', '135124.834000', '135124.837000', '135124.839000', '135124.842000', '135124.844000', '135124.847000', '135124.849000', '135124.852000', '135124.854000', '135124.857000', '135124.859000', '135124.862000', '135124.865000', '135124.867000', '135124.870000', '135124.872000', '135124.875000', '135124.881000', '135124.884000', '135124.886000', '135124.889000', '135124.891000', '135124.894000', '135124.897000', '135124.899000', '135124.902000', '135124.904000', '135124.907000', '135124.909000', '135124.912000', '135124.914000', '135124.917000', '135124.923000', '135124.925000', '135124.928000', '135124.930000', '135124.933000', '135124.935000', '135124.938000', '135124.940000', '135124.943000', '135124.945000', '135144.830000', '135144.833000', '135144.836000', '135144.838000', '135144.841000', '135144.844000', '135144.846000', '135144.849000', '135144.851000', '135144.854000', '135144.857000', '135144.859000', '135144.862000', '135144.864000', '135144.867000', '135144.870000', '135144.872000', '135144.875000', '135144.877000', '135144.880000', '135144.882000', '135144.885000', '135144.888000', '135144.890000', '135144.893000', '135144.895000', '135144.898000', '135144.901000', '135144.903000', '135144.906000', '135144.908000', '135144.911000', '135144.913000', '135144.916000', '135144.919000', '135144.921000', '135144.924000', '135144.926000', '135144.929000', '135144.931000', '135144.934000', '135144.937000', '135144.939000', '135144.942000', '135204.831000', '135204.833000', '135204.836000', '135204.839000', '135204.841000', '135204.844000', '135204.846000', '135204.849000', '135204.851000', '135204.854000', '135204.857000', '135204.859000', '135204.862000', '135204.864000', '135204.867000', '135204.869000', '135204.872000', '135204.874000', '135204.877000', '135204.880000', '135204.882000', '135204.885000', '135204.887000', '135204.890000', '135204.892000', '135204.895000', '135204.898000', '135204.900000', '135204.903000', '135204.905000', '135204.908000', '135204.911000', '135204.945000', '135204.948000', '135204.951000', '135204.953000', '135204.956000', '135204.958000', '135204.961000', '135204.963000', '135204.966000', '135204.968000', '135204.971000', '135224.830000', '135224.833000', '135224.841000', '135224.843000', '135224.846000', '135224.849000', '135224.851000', '135224.854000', '135224.856000', '135224.859000', '135224.862000', '135224.864000', '135224.867000', '135224.869000', '135224.872000', '135224.874000', '135224.877000', '135224.880000', '135224.882000', '135224.885000', '135224.887000', '135224.890000', '135224.893000', '135224.895000', '135224.898000', '135224.900000', '135224.903000', '135224.906000', '135224.908000', '135224.911000', '135224.913000', '135224.916000', '135224.918000', '135224.921000', '135224.924000', '135224.926000', '135224.929000', '135224.932000', '135224.934000', '135224.937000', '135224.939000', '135224.942000', '135224.944000', '135224.947000', '135244.830000', '135244.833000', '135244.836000', '135244.838000', '135244.841000', '135244.844000', '135244.846000', '135244.849000', '135244.851000', '135244.854000', '135244.856000', '135244.859000', '135244.862000', '135244.864000', '135244.867000', '135244.869000', '135244.872000', '135244.875000', '135244.877000', '135244.880000', '135244.882000', '135244.885000', '135244.887000', '135244.890000', '135244.893000', '135244.895000', '135244.898000', '135244.900000', '135244.903000', '135244.906000', '135244.908000', '135244.911000', '135244.913000', '135244.916000', '135244.918000', '135244.921000', '135244.924000', '135244.926000', '135244.929000', '135244.931000', '135244.934000', '135244.936000', '135244.939000', '135304.831000', '135304.834000', '135304.837000', '135304.840000', '135304.842000', '135304.845000', '135304.848000', '135304.850000', '135304.853000', '135304.855000', '135304.858000', '135304.860000', '135304.863000', '135304.865000', '135304.868000', '135304.871000', '135304.873000', '135304.876000', '135304.878000', '135304.881000', '135304.884000', '135304.886000', '135304.889000', '135304.892000', '135304.895000', '135304.897000', '135304.900000', '135304.902000', '135304.905000', '135304.908000', '135304.910000', '135304.913000', '135304.916000', '135304.918000', '135304.921000', '135304.923000', '135304.926000', '135304.928000', '135304.931000', '135304.933000', '135304.936000', '135304.939000', '135304.941000', '135304.944000', '135324.831000', '135324.834000', '135324.837000', '135324.839000', '135324.842000', '135324.844000', '135324.847000', '135324.850000', '135324.852000', '135324.855000', '135324.857000', '135324.860000', '135324.862000', '135324.865000', '135324.868000', '135324.870000', '135324.873000', '135324.875000', '135324.878000', '135324.881000', '135324.883000', '135324.886000', '135324.888000', '135324.891000', '135324.894000', '135324.896000', '135324.899000', '135324.901000', '135324.904000', '135324.906000', '135324.909000', '135324.912000', '135324.914000', '135324.917000', '135324.919000', '135324.922000', '135324.924000', '135324.927000', '135324.930000', '135324.932000', '135324.935000', '135324.937000', '135324.940000', '135344.832000', '135344.835000', '135344.837000', '135344.840000', '135344.843000', '135344.853000', '135344.855000', '135344.858000', '135344.861000', '135344.863000', '135344.866000', '135344.868000', '135344.871000', '135344.873000', '135344.876000', '135344.879000', '135344.881000', '135344.884000', '135344.886000', '135344.889000', '135344.892000', '135344.894000', '135344.897000', '135344.900000', '135344.902000', '135344.905000', '135344.907000', '135344.910000', '135344.931000', '135344.934000', '135344.937000', '135344.939000', '135344.942000', '135344.944000', '135344.947000', '135344.950000', '135344.952000', '135344.955000', '135344.957000', '135344.960000', '135344.962000', '135344.965000', '135344.968000', '135404.830000', '135404.833000', '135404.836000', '135404.838000', '135404.841000', '135404.844000', '135404.846000', '135404.849000', '135404.851000', '135404.854000', '135404.856000', '135404.859000', '135404.861000', '135404.864000', '135404.867000', '135404.869000', '135404.872000', '135404.874000', '135404.877000', '135404.879000', '135404.882000', '135404.885000', '135404.887000', '135404.890000', '135404.892000', '135404.895000', '135404.897000', '135404.900000', '135404.903000', '135404.905000', '135404.908000', '135404.911000', '135404.913000', '135404.916000', '135404.918000', '135404.921000', '135404.923000', '135404.926000', '135404.929000', '135404.931000', '135404.934000', '135404.936000', '135404.939000', '135404.941000', '135424.830000', '135424.833000', '135424.836000', '135424.839000', '135424.841000', '135424.844000', '135424.846000', '135424.849000', '135424.852000', '135424.854000', '135424.857000', '135424.859000', '135424.862000', '135424.864000', '135424.867000', '135424.871000', '135424.874000', '135424.877000', '135424.880000', '135424.883000', '135424.885000', '135424.888000', '135424.890000', '135424.893000', '135424.896000', '135424.898000', '135424.901000', '135424.903000', '135424.906000', '135424.909000', '135424.911000', '135424.914000', '135424.916000', '135424.919000', '135424.922000', '135424.924000', '135424.927000', '135424.930000', '135424.932000', '135424.935000', '135424.938000', '135424.940000', '135424.943000', '135444.830000', '135444.833000', '135444.836000', '135444.839000', '135444.841000', '135444.844000', '135444.846000', '135444.849000', '135444.852000', '135444.854000', '135444.857000', '135444.859000', '135444.862000', '135444.864000', '135444.867000', '135444.870000', '135444.872000', '135444.875000', '135444.878000', '135444.880000', '135444.883000', '135444.885000', '135444.888000', '135444.890000', '135444.893000', '135444.896000', '135444.898000', '135444.901000', '135444.904000', '135444.906000', '135444.909000', '135444.911000', '135444.914000', '135444.916000', '135444.919000', '135444.921000', '135444.924000', '135444.927000', '135444.929000', '135444.932000', '135444.934000', '135444.937000', '135444.940000', '135444.942000', '135504.831000', '135504.834000', '135504.836000', '135504.839000', '135504.841000', '135504.844000', '135504.846000', '135504.849000', '135504.852000', '135504.854000', '135504.857000', '135504.860000', '135504.862000', '135504.865000', '135504.868000', '135504.871000', '135504.874000', '135504.877000', '135504.880000', '135504.882000', '135504.885000', '135504.887000', '135504.890000', '135504.893000', '135504.895000', '135504.898000', '135504.900000', '135504.903000', '135504.905000', '135504.908000', '135504.911000', '135504.913000', '135504.916000', '135504.918000', '135504.921000', '135504.924000', '135504.926000', '135504.929000', '135504.931000', '135504.934000', '135504.937000', '135504.939000', '135504.942000', '135524.831000', '135524.833000', '135524.836000', '135524.839000', '135524.841000', '135524.844000', '135524.846000', '135524.849000', '135524.852000', '135524.854000', '135524.865000', '135524.868000', '135524.870000', '135524.873000', '135524.875000', '135524.878000', '135524.881000', '135524.883000', '135524.886000', '135524.888000', '135524.891000', '135524.893000', '135524.896000', '135524.899000', '135524.901000', '135524.904000', '135524.907000', '135524.909000', '135524.912000', '135524.914000', '135524.917000', '135524.919000', '135524.922000', '135524.925000', '135524.927000', '135524.930000', '135524.932000', '135524.935000', '135524.938000', '135524.941000', '135524.943000', '135524.946000', '135524.948000', '135524.951000', '135544.832000', '135544.834000', '135544.837000', '135544.840000', '135544.842000', '135544.845000', '135544.847000', '135544.850000', '135544.853000', '135544.855000', '135544.858000', '135544.860000', '135544.863000', '135544.866000', '135544.868000', '135544.871000', '135544.874000', '135544.877000', '135544.880000', '135544.883000', '135544.885000', '135544.888000', '135544.891000', '135544.893000', '135544.896000', '135544.898000', '135544.901000', '135544.904000', '135544.906000', '135544.909000', '135544.912000', '135544.915000', '135544.917000', '135544.920000', '135544.922000', '135544.925000', '135544.928000', '135544.930000', '135544.933000', '135544.935000', '135544.938000', '135544.941000', '135544.943000', '135604.832000', '135604.835000', '135604.837000', '135604.840000', '135604.842000', '135604.845000', '135604.848000', '135604.850000', '135604.853000', '135604.855000', '135604.858000', '135604.861000', '135604.863000', '135604.866000', '135604.868000', '135604.871000', '135604.874000', '135604.876000', '135604.879000', '135604.882000', '135604.884000', '135604.887000', '135604.890000', '135604.892000', '135604.895000', '135604.897000', '135604.900000', '135604.902000', '135604.905000', '135604.908000', '135604.910000', '135604.913000', '135604.915000', '135604.918000', '135604.921000', '135604.923000', '135604.926000', '135604.928000', '135604.931000', '135604.934000', '135604.936000', '135604.939000', '135604.941000', '135604.944000', '135624.831000', '135624.834000', '135624.836000', '135624.839000', '135624.841000', '135624.844000', '135624.846000', '135624.849000', '135624.852000', '135624.854000', '135624.857000', '135624.860000', '135624.862000', '135624.865000', '135624.868000', '135624.870000', '135624.873000', '135624.876000', '135624.878000', '135624.883000', '135624.886000', '135624.889000', '135624.891000', '135624.894000', '135624.897000', '135624.899000', '135624.902000', '135624.904000', '135624.907000', '135624.910000', '135624.912000', '135624.915000', '135624.917000', '135624.920000', '135624.923000', '135624.925000', '135624.928000', '135624.930000', '135624.933000', '135624.936000', '135624.938000', '135624.941000', '135624.943000', '135644.830000', '135644.833000', '135644.836000', '135644.838000', '135644.841000', '135644.843000', '135644.846000', '135644.849000', '135644.851000', '135644.854000', '135644.856000', '135644.859000', '135644.862000', '135644.864000', '135644.867000', '135644.869000', '135644.872000', '135644.875000', '135644.877000', '135644.880000', '135644.882000', '135644.892000', '135644.895000', '135644.898000', '135644.900000', '135644.903000', '135644.905000', '135644.908000', '135644.910000', '135644.913000', '135644.916000', '135644.918000', '135644.921000', '135644.923000', '135644.926000', '135644.929000', '135644.931000', '135644.934000', '135644.936000', '135644.939000', '135644.941000', '135644.944000', '135644.947000', '135644.949000', '135704.831000', '135704.834000', '135704.836000', '135704.839000', '135704.841000', '135704.844000', '135704.847000', '135704.849000', '135704.852000', '135704.854000', '135704.857000', '135704.859000', '135704.862000', '135704.865000', '135704.867000', '135704.870000', '135704.872000', '135704.875000', '135704.877000', '135704.880000', '135704.883000', '135704.885000', '135704.888000', '135704.890000', '135704.893000', '135704.896000', '135704.898000', '135704.901000', '135704.903000', '135704.906000', '135704.909000', '135704.911000', '135704.914000', '135704.916000', '135704.919000', '135704.922000', '135704.924000', '135704.927000', '135704.930000', '135704.933000', '135704.936000', '135704.939000', '135704.941000', '135724.831000', '135724.833000', '135724.836000', '135724.838000', '135724.841000', '135724.844000', '135724.846000', '135724.849000', '135724.851000', '135724.854000', '135724.857000', '135724.859000', '135724.862000', '135724.864000', '135724.867000', '135724.869000', '135724.872000', '135724.875000', '135724.877000', '135724.880000', '135724.882000', '135724.885000', '135724.888000', '135724.890000', '135724.893000', '135724.895000', '135724.898000', '135724.901000', '135724.903000', '135724.906000', '135724.908000', '135724.911000', '135724.914000', '135724.916000', '135724.919000', '135724.922000', '135724.924000', '135724.927000', '135724.930000', '135724.932000', '135724.935000', '135724.938000', '135724.940000', '135724.943000', '135744.831000', '135744.834000', '135744.836000', '135744.839000', '135744.841000', '135744.844000', '135744.846000', '135744.849000', '135744.852000', '135744.854000', '135744.857000', '135744.859000', '135744.862000', '135744.865000', '135744.867000', '135744.870000', '135744.872000', '135744.875000', '135744.878000', '135744.880000', '135744.883000', '135744.885000', '135744.888000', '135744.891000', '135744.893000', '135744.896000', '135744.898000', '135744.901000', '135744.903000', '135744.906000', '135744.909000', '135744.911000', '135744.914000', '135744.916000', '135744.919000', '135744.922000', '135744.924000', '135744.927000', '135744.929000', '135744.932000', '135744.934000', '135744.937000', '135744.940000', '135804.832000', '135804.835000', '135804.837000', '135804.840000', '135804.842000', '135804.845000', '135804.848000', '135804.850000', '135804.853000', '135804.855000', '135804.858000', '135804.860000', '135804.863000', '135804.866000', '135804.868000', '135804.871000', '135804.873000', '135804.876000', '135804.878000', '135804.881000', '135804.884000', '135804.886000', '135804.889000', '135804.891000', '135804.894000', '135804.897000', '135804.899000', '135804.902000', '135804.904000', '135804.907000', '135804.909000', '135804.912000', '135804.925000', '135804.928000', '135804.930000', '135804.933000', '135804.935000', '135804.938000', '135804.940000', '135804.943000', '135804.946000', '135804.948000', '135804.951000', '135804.953000', '135824.832000', '135824.835000', '135824.837000', '135824.840000', '135824.842000', '135824.845000', '135824.848000', '135824.850000', '135824.853000', '135824.856000', '135824.858000', '135824.861000', '135824.863000', '135824.866000', '135824.868000', '135824.871000', '135824.874000', '135824.876000', '135824.879000', '135824.882000', '135824.884000', '135824.887000', '135824.890000', '135824.892000', '135824.895000', '135824.897000', '135824.900000', '135824.902000', '135824.905000', '135824.908000', '135824.910000', '135824.913000', '135824.915000', '135824.918000', '135824.921000', '135824.923000', '135824.926000', '135824.928000', '135824.931000', '135824.934000', '135824.937000', '135824.939000', '135824.942000', '135844.830000', '135844.833000', '135844.836000', '135844.838000', '135844.841000', '135844.844000', '135844.846000', '135844.849000', '135844.851000', '135844.854000', '135844.857000', '135844.859000', '135844.862000', '135844.864000', '135844.867000', '135844.870000', '135844.872000', '135844.875000', '135844.877000', '135844.880000', '135844.883000', '135844.885000', '135844.888000', '135844.890000', '135844.893000', '135844.896000', '135844.898000', '135844.901000', '135844.903000', '135844.906000', '135844.909000', '135844.911000', '135844.914000', '135844.916000', '135844.919000', '135844.922000', '135844.924000', '135844.927000', '135844.929000', '135844.932000', '135844.934000', '135844.937000', '135844.940000', '135844.942000', '135904.831000', '135904.833000', '135904.836000', '135904.839000', '135904.841000', '135904.844000', '135904.847000', '135904.849000', '135904.852000', '135904.854000', '135904.857000', '135904.859000', '135904.862000', '135904.865000', '135904.867000', '135904.870000', '135904.872000', '135904.875000', '135904.878000', '135904.880000', '135904.883000', '135904.885000', '135904.888000', '135904.891000', '135904.893000', '135904.896000', '135904.899000', '135904.901000', '135904.904000', '135904.907000', '135904.909000', '135904.912000', '135904.914000', '135904.917000', '135904.919000', '135904.922000', '135904.925000', '135904.927000', '135904.930000', '135904.932000', '135904.935000', '135904.938000', '135904.940000', '135924.831000', '135924.833000', '135924.836000', '135924.839000', '135924.841000', '135924.844000', '135924.846000', '135924.849000', '135924.852000', '135924.854000', '135924.857000', '135924.859000', '135924.862000', '135924.865000', '135924.867000', '135924.870000', '135924.872000', '135924.875000', '135924.878000', '135924.880000', '135924.883000', '135924.885000', '135924.888000', '135924.890000', '135924.893000', '135924.896000', '135924.898000', '135924.901000', '135924.911000', '135924.913000', '135924.916000', '135924.918000', '135924.921000', '135924.924000', '135924.926000', '135924.929000', '135924.931000', '135924.934000', '135924.937000', '135924.939000', '135924.942000', '135924.945000', '135924.947000', '135924.950000', '135944.831000', '135944.833000', '135944.836000', '135944.839000', '135944.841000', '135944.844000', '135944.846000', '135944.849000', '135944.852000', '135944.854000', '135944.857000', '135944.859000', '135944.862000', '135944.865000', '135944.867000', '135944.870000', '135944.872000', '135944.875000', '135944.878000', '135944.880000', '135944.883000', '135944.885000', '135944.888000', '135944.890000', '135944.893000', '135944.896000', '135944.898000', '135944.901000', '135944.904000', '135944.906000', '135944.909000', '135944.911000', '135944.914000', '135944.916000', '135944.919000', '135944.922000', '135944.924000', '135944.927000', '135944.929000', '135944.932000', '135944.934000', '135944.937000', '135944.940000', '140004.831000', '140004.834000', '140004.836000', '140004.839000', '140004.841000', '140004.844000', '140004.846000', '140004.849000', '140004.852000', '140004.854000', '140004.857000', '140004.859000', '140004.862000', '140004.865000', '140004.867000', '140004.870000', '140004.872000', '140004.875000', '140004.878000', '140004.880000', '140004.883000', '140004.885000', '140004.888000', '140004.890000', '140004.893000', '140004.896000', '140004.898000', '140004.901000', '140004.903000', '140004.906000', '140004.909000', '140004.911000', '140004.914000', '140004.916000', '140004.919000', '140004.922000', '140004.924000', '140004.927000', '140004.929000', '140004.932000', '140004.934000', '140004.937000', '140004.940000', '140004.942000', '140024.832000', '140024.834000', '140024.837000', '140024.840000', '140024.842000', '140024.845000', '140024.847000', '140024.850000', '140024.853000', '140024.855000', '140024.858000', '140024.860000', '140024.863000', '140024.866000', '140024.868000', '140024.871000', '140024.873000', '140024.876000', '140024.879000', '140024.881000', '140024.884000', '140024.887000', '140024.889000', '140024.892000', '140024.894000', '140024.897000', '140024.900000', '140024.902000', '140024.905000', '140024.907000', '140024.910000', '140024.913000', '140024.915000', '140024.918000', '140024.920000', '140024.923000', '140024.926000', '140024.928000', '140024.931000', '140024.934000', '140024.936000', '140024.939000', '140024.941000', '140044.833000', '140044.835000', '140044.838000', '140044.841000', '140044.843000', '140044.846000', '140044.848000', '140044.851000', '140044.854000', '140044.856000', '140044.859000', '140044.861000', '140044.864000', '140044.866000', '140044.869000', '140044.872000', '140044.874000', '140044.877000', '140044.879000', '140044.882000', '140044.885000', '140044.887000', '140044.890000', '140044.893000', '140044.895000', '140044.942000', '140044.945000', '140044.948000', '140044.950000', '140044.953000', '140044.955000', '140044.958000', '140044.961000', '140044.963000', '140044.966000', '140044.968000', '140044.971000', '140044.973000', '140044.976000', '140044.979000', '140044.981000', '140044.984000', '140044.987000', '140044.989000', '140104.831000', '140104.834000', '140104.836000', '140104.839000', '140104.841000', '140104.844000', '140104.847000', '140104.849000', '140104.852000', '140104.854000', '140104.857000', '140104.860000', '140104.862000', '140104.865000', '140104.867000', '140104.870000', '140104.873000', '140104.875000', '140104.878000', '140104.880000', '140104.883000', '140104.886000', '140104.889000', '140104.891000', '140104.894000', '140104.896000', '140104.899000', '140104.902000', '140104.904000', '140104.907000', '140104.909000', '140104.912000', '140104.915000', '140104.917000', '140104.920000', '140104.922000', '140104.925000', '140104.928000', '140104.930000', '140104.933000', '140104.936000', '140104.938000', '140104.941000', '140109.152000', '140109.155000', '140109.158000', '140109.161000', '140109.164000', '140109.166000', '140109.169000', '140109.172000', '140109.174000', '140109.177000'], 'InstanceCreationTime': ['135104.881000', '135104.885000', '135104.887000', '135104.890000', '135104.893000', '135104.895000', '135104.898000', '135104.900000', '135104.903000', '135104.905000', '135104.908000', '135104.911000', '135104.922000', '135104.924000', '135104.927000', '135104.930000', '135104.932000', '135104.935000', '135104.940000', '135104.942000', '135104.953000', '135124.831000', '135124.834000', '135124.837000', '135124.839000', '135124.842000', '135124.844000', '135124.847000', '135124.849000', '135124.852000', '135124.854000', '135124.857000', '135124.859000', '135124.862000', '135124.865000', '135124.867000', '135124.870000', '135124.872000', '135124.875000', '135124.881000', '135124.884000', '135124.886000', '135124.889000', '135124.891000', '135124.894000', '135124.897000', '135124.899000', '135124.902000', '135124.904000', '135124.907000', '135124.909000', '135124.912000', '135124.914000', '135124.917000', '135124.923000', '135124.925000', '135124.928000', '135124.930000', '135124.933000', '135124.935000', '135124.938000', '135124.940000', '135124.943000', '135124.945000', '135144.830000', '135144.833000', '135144.836000', '135144.838000', '135144.841000', '135144.844000', '135144.846000', '135144.849000', '135144.851000', '135144.854000', '135144.857000', '135144.859000', '135144.862000', '135144.864000', '135144.867000', '135144.870000', '135144.872000', '135144.875000', '135144.877000', '135144.880000', '135144.882000', '135144.885000', '135144.888000', '135144.890000', '135144.893000', '135144.895000', '135144.898000', '135144.901000', '135144.903000', '135144.906000', '135144.908000', '135144.911000', '135144.913000', '135144.916000', '135144.919000', '135144.921000', '135144.924000', '135144.926000', '135144.929000', '135144.931000', '135144.934000', '135144.937000', '135144.939000', '135144.942000', '135204.831000', '135204.833000', '135204.836000', '135204.839000', '135204.841000', '135204.844000', '135204.846000', '135204.849000', '135204.851000', '135204.854000', '135204.857000', '135204.859000', '135204.862000', '135204.864000', '135204.867000', '135204.869000', '135204.872000', '135204.874000', '135204.877000', '135204.880000', '135204.882000', '135204.885000', '135204.887000', '135204.890000', '135204.892000', '135204.895000', '135204.898000', '135204.900000', '135204.903000', '135204.905000', '135204.908000', '135204.911000', '135204.945000', '135204.948000', '135204.951000', '135204.953000', '135204.956000', '135204.958000', '135204.961000', '135204.963000', '135204.966000', '135204.968000', '135204.971000', '135224.830000', '135224.833000', '135224.841000', '135224.843000', '135224.846000', '135224.849000', '135224.851000', '135224.854000', '135224.856000', '135224.859000', '135224.862000', '135224.864000', '135224.867000', '135224.869000', '135224.872000', '135224.874000', '135224.877000', '135224.880000', '135224.882000', '135224.885000', '135224.887000', '135224.890000', '135224.893000', '135224.895000', '135224.898000', '135224.900000', '135224.903000', '135224.906000', '135224.908000', '135224.911000', '135224.913000', '135224.916000', '135224.918000', '135224.921000', '135224.924000', '135224.926000', '135224.929000', '135224.932000', '135224.934000', '135224.937000', '135224.939000', '135224.942000', '135224.944000', '135224.947000', '135244.830000', '135244.833000', '135244.836000', '135244.838000', '135244.841000', '135244.844000', '135244.846000', '135244.849000', '135244.851000', '135244.854000', '135244.856000', '135244.859000', '135244.862000', '135244.864000', '135244.867000', '135244.869000', '135244.872000', '135244.875000', '135244.877000', '135244.880000', '135244.882000', '135244.885000', '135244.887000', '135244.890000', '135244.893000', '135244.895000', '135244.898000', '135244.900000', '135244.903000', '135244.906000', '135244.908000', '135244.911000', '135244.913000', '135244.916000', '135244.918000', '135244.921000', '135244.924000', '135244.926000', '135244.929000', '135244.931000', '135244.934000', '135244.936000', '135244.939000', '135304.831000', '135304.834000', '135304.837000', '135304.840000', '135304.842000', '135304.845000', '135304.848000', '135304.850000', '135304.853000', '135304.855000', '135304.858000', '135304.860000', '135304.863000', '135304.865000', '135304.868000', '135304.871000', '135304.873000', '135304.876000', '135304.878000', '135304.881000', '135304.884000', '135304.886000', '135304.889000', '135304.892000', '135304.895000', '135304.897000', '135304.900000', '135304.902000', '135304.905000', '135304.908000', '135304.910000', '135304.913000', '135304.916000', '135304.918000', '135304.921000', '135304.923000', '135304.926000', '135304.928000', '135304.931000', '135304.933000', '135304.936000', '135304.939000', '135304.941000', '135304.944000', '135324.831000', '135324.834000', '135324.837000', '135324.839000', '135324.842000', '135324.844000', '135324.847000', '135324.850000', '135324.852000', '135324.855000', '135324.857000', '135324.860000', '135324.862000', '135324.865000', '135324.868000', '135324.870000', '135324.873000', '135324.875000', '135324.878000', '135324.881000', '135324.883000', '135324.886000', '135324.888000', '135324.891000', '135324.894000', '135324.896000', '135324.899000', '135324.901000', '135324.904000', '135324.906000', '135324.909000', '135324.912000', '135324.914000', '135324.917000', '135324.919000', '135324.922000', '135324.924000', '135324.927000', '135324.930000', '135324.932000', '135324.935000', '135324.937000', '135324.940000', '135344.832000', '135344.835000', '135344.837000', '135344.840000', '135344.843000', '135344.853000', '135344.855000', '135344.858000', '135344.861000', '135344.863000', '135344.866000', '135344.868000', '135344.871000', '135344.873000', '135344.876000', '135344.879000', '135344.881000', '135344.884000', '135344.886000', '135344.889000', '135344.892000', '135344.894000', '135344.897000', '135344.900000', '135344.902000', '135344.905000', '135344.907000', '135344.910000', '135344.931000', '135344.934000', '135344.937000', '135344.939000', '135344.942000', '135344.944000', '135344.947000', '135344.950000', '135344.952000', '135344.955000', '135344.957000', '135344.960000', '135344.962000', '135344.965000', '135344.968000', '135404.830000', '135404.833000', '135404.836000', '135404.838000', '135404.841000', '135404.844000', '135404.846000', '135404.849000', '135404.851000', '135404.854000', '135404.856000', '135404.859000', '135404.861000', '135404.864000', '135404.867000', '135404.869000', '135404.872000', '135404.874000', '135404.877000', '135404.879000', '135404.882000', '135404.885000', '135404.887000', '135404.890000', '135404.892000', '135404.895000', '135404.897000', '135404.900000', '135404.903000', '135404.905000', '135404.908000', '135404.911000', '135404.913000', '135404.916000', '135404.918000', '135404.921000', '135404.923000', '135404.926000', '135404.929000', '135404.931000', '135404.934000', '135404.936000', '135404.939000', '135404.941000', '135424.830000', '135424.833000', '135424.836000', '135424.839000', '135424.841000', '135424.844000', '135424.846000', '135424.849000', '135424.852000', '135424.854000', '135424.857000', '135424.859000', '135424.862000', '135424.864000', '135424.867000', '135424.871000', '135424.874000', '135424.877000', '135424.880000', '135424.883000', '135424.885000', '135424.888000', '135424.890000', '135424.893000', '135424.896000', '135424.898000', '135424.901000', '135424.903000', '135424.906000', '135424.909000', '135424.911000', '135424.914000', '135424.916000', '135424.919000', '135424.922000', '135424.924000', '135424.927000', '135424.930000', '135424.932000', '135424.935000', '135424.938000', '135424.940000', '135424.943000', '135444.830000', '135444.833000', '135444.836000', '135444.839000', '135444.841000', '135444.844000', '135444.846000', '135444.849000', '135444.852000', '135444.854000', '135444.857000', '135444.859000', '135444.862000', '135444.864000', '135444.867000', '135444.870000', '135444.872000', '135444.875000', '135444.878000', '135444.880000', '135444.883000', '135444.885000', '135444.888000', '135444.890000', '135444.893000', '135444.896000', '135444.898000', '135444.901000', '135444.904000', '135444.906000', '135444.909000', '135444.911000', '135444.914000', '135444.916000', '135444.919000', '135444.921000', '135444.924000', '135444.927000', '135444.929000', '135444.932000', '135444.934000', '135444.937000', '135444.940000', '135444.942000', '135504.831000', '135504.834000', '135504.836000', '135504.839000', '135504.841000', '135504.844000', '135504.846000', '135504.849000', '135504.852000', '135504.854000', '135504.857000', '135504.860000', '135504.862000', '135504.865000', '135504.868000', '135504.871000', '135504.874000', '135504.877000', '135504.880000', '135504.882000', '135504.885000', '135504.887000', '135504.890000', '135504.893000', '135504.895000', '135504.898000', '135504.900000', '135504.903000', '135504.905000', '135504.908000', '135504.911000', '135504.913000', '135504.916000', '135504.918000', '135504.921000', '135504.924000', '135504.926000', '135504.929000', '135504.931000', '135504.934000', '135504.937000', '135504.939000', '135504.942000', '135524.831000', '135524.833000', '135524.836000', '135524.839000', '135524.841000', '135524.844000', '135524.846000', '135524.849000', '135524.852000', '135524.854000', '135524.865000', '135524.868000', '135524.870000', '135524.873000', '135524.875000', '135524.878000', '135524.881000', '135524.883000', '135524.886000', '135524.888000', '135524.891000', '135524.893000', '135524.896000', '135524.899000', '135524.901000', '135524.904000', '135524.907000', '135524.909000', '135524.912000', '135524.914000', '135524.917000', '135524.919000', '135524.922000', '135524.925000', '135524.927000', '135524.930000', '135524.932000', '135524.935000', '135524.938000', '135524.941000', '135524.943000', '135524.946000', '135524.948000', '135524.951000', '135544.832000', '135544.834000', '135544.837000', '135544.840000', '135544.842000', '135544.845000', '135544.847000', '135544.850000', '135544.853000', '135544.855000', '135544.858000', '135544.860000', '135544.863000', '135544.866000', '135544.868000', '135544.871000', '135544.874000', '135544.877000', '135544.880000', '135544.883000', '135544.885000', '135544.888000', '135544.891000', '135544.893000', '135544.896000', '135544.898000', '135544.901000', '135544.904000', '135544.906000', '135544.909000', '135544.912000', '135544.915000', '135544.917000', '135544.920000', '135544.922000', '135544.925000', '135544.928000', '135544.930000', '135544.933000', '135544.935000', '135544.938000', '135544.941000', '135544.943000', '135604.832000', '135604.835000', '135604.837000', '135604.840000', '135604.842000', '135604.845000', '135604.848000', '135604.850000', '135604.853000', '135604.855000', '135604.858000', '135604.861000', '135604.863000', '135604.866000', '135604.868000', '135604.871000', '135604.874000', '135604.876000', '135604.879000', '135604.882000', '135604.884000', '135604.887000', '135604.890000', '135604.892000', '135604.895000', '135604.897000', '135604.900000', '135604.902000', '135604.905000', '135604.908000', '135604.910000', '135604.913000', '135604.915000', '135604.918000', '135604.921000', '135604.923000', '135604.926000', '135604.928000', '135604.931000', '135604.934000', '135604.936000', '135604.939000', '135604.941000', '135604.944000', '135624.831000', '135624.834000', '135624.836000', '135624.839000', '135624.841000', '135624.844000', '135624.846000', '135624.849000', '135624.852000', '135624.854000', '135624.857000', '135624.860000', '135624.862000', '135624.865000', '135624.868000', '135624.870000', '135624.873000', '135624.876000', '135624.878000', '135624.883000', '135624.886000', '135624.889000', '135624.891000', '135624.894000', '135624.897000', '135624.899000', '135624.902000', '135624.904000', '135624.907000', '135624.910000', '135624.912000', '135624.915000', '135624.917000', '135624.920000', '135624.923000', '135624.925000', '135624.928000', '135624.930000', '135624.933000', '135624.936000', '135624.938000', '135624.941000', '135624.943000', '135644.830000', '135644.833000', '135644.836000', '135644.838000', '135644.841000', '135644.843000', '135644.846000', '135644.849000', '135644.851000', '135644.854000', '135644.856000', '135644.859000', '135644.862000', '135644.864000', '135644.867000', '135644.869000', '135644.872000', '135644.875000', '135644.877000', '135644.880000', '135644.882000', '135644.892000', '135644.895000', '135644.898000', '135644.900000', '135644.903000', '135644.905000', '135644.908000', '135644.910000', '135644.913000', '135644.916000', '135644.918000', '135644.921000', '135644.923000', '135644.926000', '135644.929000', '135644.931000', '135644.934000', '135644.936000', '135644.939000', '135644.941000', '135644.944000', '135644.947000', '135644.949000', '135704.831000', '135704.834000', '135704.836000', '135704.839000', '135704.841000', '135704.844000', '135704.847000', '135704.849000', '135704.852000', '135704.854000', '135704.857000', '135704.859000', '135704.862000', '135704.865000', '135704.867000', '135704.870000', '135704.872000', '135704.875000', '135704.877000', '135704.880000', '135704.883000', '135704.885000', '135704.888000', '135704.890000', '135704.893000', '135704.896000', '135704.898000', '135704.901000', '135704.903000', '135704.906000', '135704.909000', '135704.911000', '135704.914000', '135704.916000', '135704.919000', '135704.922000', '135704.924000', '135704.927000', '135704.930000', '135704.933000', '135704.936000', '135704.939000', '135704.941000', '135724.831000', '135724.833000', '135724.836000', '135724.838000', '135724.841000', '135724.844000', '135724.846000', '135724.849000', '135724.851000', '135724.854000', '135724.857000', '135724.859000', '135724.862000', '135724.864000', '135724.867000', '135724.869000', '135724.872000', '135724.875000', '135724.877000', '135724.880000', '135724.882000', '135724.885000', '135724.888000', '135724.890000', '135724.893000', '135724.895000', '135724.898000', '135724.901000', '135724.903000', '135724.906000', '135724.908000', '135724.911000', '135724.914000', '135724.916000', '135724.919000', '135724.922000', '135724.924000', '135724.927000', '135724.930000', '135724.932000', '135724.935000', '135724.938000', '135724.940000', '135724.943000', '135744.831000', '135744.834000', '135744.836000', '135744.839000', '135744.841000', '135744.844000', '135744.846000', '135744.849000', '135744.852000', '135744.854000', '135744.857000', '135744.859000', '135744.862000', '135744.865000', '135744.867000', '135744.870000', '135744.872000', '135744.875000', '135744.878000', '135744.880000', '135744.883000', '135744.885000', '135744.888000', '135744.891000', '135744.893000', '135744.896000', '135744.898000', '135744.901000', '135744.903000', '135744.906000', '135744.909000', '135744.911000', '135744.914000', '135744.916000', '135744.919000', '135744.922000', '135744.924000', '135744.927000', '135744.929000', '135744.932000', '135744.934000', '135744.937000', '135744.940000', '135804.832000', '135804.835000', '135804.837000', '135804.840000', '135804.842000', '135804.845000', '135804.848000', '135804.850000', '135804.853000', '135804.855000', '135804.858000', '135804.860000', '135804.863000', '135804.866000', '135804.868000', '135804.871000', '135804.873000', '135804.876000', '135804.878000', '135804.881000', '135804.884000', '135804.886000', '135804.889000', '135804.891000', '135804.894000', '135804.897000', '135804.899000', '135804.902000', '135804.904000', '135804.907000', '135804.909000', '135804.912000', '135804.925000', '135804.928000', '135804.930000', '135804.933000', '135804.935000', '135804.938000', '135804.940000', '135804.943000', '135804.946000', '135804.948000', '135804.951000', '135804.953000', '135824.832000', '135824.835000', '135824.837000', '135824.840000', '135824.842000', '135824.845000', '135824.848000', '135824.850000', '135824.853000', '135824.856000', '135824.858000', '135824.861000', '135824.863000', '135824.866000', '135824.868000', '135824.871000', '135824.874000', '135824.876000', '135824.879000', '135824.882000', '135824.884000', '135824.887000', '135824.890000', '135824.892000', '135824.895000', '135824.897000', '135824.900000', '135824.902000', '135824.905000', '135824.908000', '135824.910000', '135824.913000', '135824.915000', '135824.918000', '135824.921000', '135824.923000', '135824.926000', '135824.928000', '135824.931000', '135824.934000', '135824.937000', '135824.939000', '135824.942000', '135844.830000', '135844.833000', '135844.836000', '135844.838000', '135844.841000', '135844.844000', '135844.846000', '135844.849000', '135844.851000', '135844.854000', '135844.857000', '135844.859000', '135844.862000', '135844.864000', '135844.867000', '135844.870000', '135844.872000', '135844.875000', '135844.877000', '135844.880000', '135844.883000', '135844.885000', '135844.888000', '135844.890000', '135844.893000', '135844.896000', '135844.898000', '135844.901000', '135844.903000', '135844.906000', '135844.909000', '135844.911000', '135844.914000', '135844.916000', '135844.919000', '135844.922000', '135844.924000', '135844.927000', '135844.929000', '135844.932000', '135844.934000', '135844.937000', '135844.940000', '135844.942000', '135904.831000', '135904.833000', '135904.836000', '135904.839000', '135904.841000', '135904.844000', '135904.847000', '135904.849000', '135904.852000', '135904.854000', '135904.857000', '135904.859000', '135904.862000', '135904.865000', '135904.867000', '135904.870000', '135904.872000', '135904.875000', '135904.878000', '135904.880000', '135904.883000', '135904.885000', '135904.888000', '135904.891000', '135904.893000', '135904.896000', '135904.899000', '135904.901000', '135904.904000', '135904.907000', '135904.909000', '135904.912000', '135904.914000', '135904.917000', '135904.919000', '135904.922000', '135904.925000', '135904.927000', '135904.930000', '135904.932000', '135904.935000', '135904.938000', '135904.940000', '135924.831000', '135924.833000', '135924.836000', '135924.839000', '135924.841000', '135924.844000', '135924.846000', '135924.849000', '135924.852000', '135924.854000', '135924.857000', '135924.859000', '135924.862000', '135924.865000', '135924.867000', '135924.870000', '135924.872000', '135924.875000', '135924.878000', '135924.880000', '135924.883000', '135924.885000', '135924.888000', '135924.890000', '135924.893000', '135924.896000', '135924.898000', '135924.901000', '135924.911000', '135924.913000', '135924.916000', '135924.918000', '135924.921000', '135924.924000', '135924.926000', '135924.929000', '135924.931000', '135924.934000', '135924.937000', '135924.939000', '135924.942000', '135924.945000', '135924.947000', '135924.950000', '135944.831000', '135944.833000', '135944.836000', '135944.839000', '135944.841000', '135944.844000', '135944.846000', '135944.849000', '135944.852000', '135944.854000', '135944.857000', '135944.859000', '135944.862000', '135944.865000', '135944.867000', '135944.870000', '135944.872000', '135944.875000', '135944.878000', '135944.880000', '135944.883000', '135944.885000', '135944.888000', '135944.890000', '135944.893000', '135944.896000', '135944.898000', '135944.901000', '135944.904000', '135944.906000', '135944.909000', '135944.911000', '135944.914000', '135944.916000', '135944.919000', '135944.922000', '135944.924000', '135944.927000', '135944.929000', '135944.932000', '135944.934000', '135944.937000', '135944.940000', '140004.831000', '140004.834000', '140004.836000', '140004.839000', '140004.841000', '140004.844000', '140004.846000', '140004.849000', '140004.852000', '140004.854000', '140004.857000', '140004.859000', '140004.862000', '140004.865000', '140004.867000', '140004.870000', '140004.872000', '140004.875000', '140004.878000', '140004.880000', '140004.883000', '140004.885000', '140004.888000', '140004.890000', '140004.893000', '140004.896000', '140004.898000', '140004.901000', '140004.903000', '140004.906000', '140004.909000', '140004.911000', '140004.914000', '140004.916000', '140004.919000', '140004.922000', '140004.924000', '140004.927000', '140004.929000', '140004.932000', '140004.934000', '140004.937000', '140004.940000', '140004.942000', '140024.832000', '140024.834000', '140024.837000', '140024.840000', '140024.842000', '140024.845000', '140024.847000', '140024.850000', '140024.853000', '140024.855000', '140024.858000', '140024.860000', '140024.863000', '140024.866000', '140024.868000', '140024.871000', '140024.873000', '140024.876000', '140024.879000', '140024.881000', '140024.884000', '140024.887000', '140024.889000', '140024.892000', '140024.894000', '140024.897000', '140024.900000', '140024.902000', '140024.905000', '140024.907000', '140024.910000', '140024.913000', '140024.915000', '140024.918000', '140024.920000', '140024.923000', '140024.926000', '140024.928000', '140024.931000', '140024.934000', '140024.936000', '140024.939000', '140024.941000', '140044.833000', '140044.835000', '140044.838000', '140044.841000', '140044.843000', '140044.846000', '140044.848000', '140044.851000', '140044.854000', '140044.856000', '140044.859000', '140044.861000', '140044.864000', '140044.866000', '140044.869000', '140044.872000', '140044.874000', '140044.877000', '140044.879000', '140044.882000', '140044.885000', '140044.887000', '140044.890000', '140044.893000', '140044.895000', '140044.942000', '140044.945000', '140044.948000', '140044.950000', '140044.953000', '140044.955000', '140044.958000', '140044.961000', '140044.963000', '140044.966000', '140044.968000', '140044.971000', '140044.973000', '140044.976000', '140044.979000', '140044.981000', '140044.984000', '140044.987000', '140044.989000', '140104.831000', '140104.834000', '140104.836000', '140104.839000', '140104.841000', '140104.844000', '140104.847000', '140104.849000', '140104.852000', '140104.854000', '140104.857000', '140104.860000', '140104.862000', '140104.865000', '140104.867000', '140104.870000', '140104.873000', '140104.875000', '140104.878000', '140104.880000', '140104.883000', '140104.886000', '140104.889000', '140104.891000', '140104.894000', '140104.896000', '140104.899000', '140104.902000', '140104.904000', '140104.907000', '140104.909000', '140104.912000', '140104.915000', '140104.917000', '140104.920000', '140104.922000', '140104.925000', '140104.928000', '140104.930000', '140104.933000', '140104.936000', '140104.938000', '140104.941000', '140109.152000', '140109.155000', '140109.158000', '140109.161000', '140109.164000', '140109.166000', '140109.169000', '140109.172000', '140109.174000', '140109.177000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8937, 11258, 9840, 13863, 8556, 13777, 8834, 13136, 8379, 8919, 8689, 7991, 8942, 8501, 11235, 8144, 10939, 8258, 10173, 7989, 8628, 8110, 8552, 9404, 8062, 10078, 8601, 11342, 8351, 11280, 8204, 13600, 8813, 12163, 8270, 10796, 8155, 11087, 8507, 8310, 8831, 9018, 8365, 12648, 11947, 8423, 15253, 14248, 18478, 9528, 16383, 17902, 20327, 10231, 15667, 9129, 14417, 9648, 12629, 9108, 8422, 12994, 17643, 15542, 9019, 8441, 11169, 8873, 16983, 11293, 18102, 16135, 18388, 12213, 19216, 11112, 11219, 8279, 7977, 13664, 8363, 10445, 8167, 16093, 10064, 16101, 10030, 13976, 12816, 8815, 8856, 12225, 8512, 10065, 8846, 11717, 11595, 11435, 8592, 8341, 8430, 8182, 8516, 9878, 12124, 14297, 9671, 13729, 8555, 11634, 8829, 12753, 8732, 13093, 8734, 16431, 8678, 12491, 8176, 11209, 9002, 12037, 8934, 11216, 8891, 8123, 8642, 8267, 8803, 8117, 9752, 8476, 11201, 9413, 15710, 8432, 12465, 8668, 13096, 8766, 14197, 9278, 18063, 10851, 12597, 8168, 11698, 8236, 13974, 9220, 13168, 10069, 8225, 8391, 8368, 8894, 8579, 9247, 8381, 10707, 8402, 16511, 8563, 10646, 8161, 10844, 8624, 15903, 10756, 17847, 10942, 13080, 9030, 17053, 8431, 13687, 9157, 14471, 13869, 8285, 9367, 8630, 10183, 8378, 13221, 8878, 18313, 13798, 18037, 10354, 12246, 8228, 11244, 8069, 13162, 9294, 8096, 8121, 8421, 8721, 9917, 11149, 11928, 15744, 8302, 10240, 8198, 10808, 7939, 9981, 8492, 12828, 14932, 8635, 10200, 8779, 10493, 8911, 11211, 15254, 19016, 9696, 11050, 8640, 11360, 8703, 12075, 8663, 10297, 9467, 8215, 8146, 8982, 8568, 8111, 8199, 10033, 8371, 16061, 12945, 18984, 14961, 12867, 8520, 10013, 8582, 14811, 9891, 17961, 14577, 8329, 9071, 8532, 9692, 8345, 10774, 8689, 14555, 8688, 14156, 8235, 10657, 8327, 12349, 9296, 13782, 8692, 8297, 8322, 8327, 8907, 8969, 9998, 10439, 15621, 8452, 10914, 8382, 10672, 8549, 13110, 10183, 18169, 8976, 13371, 8484, 11803, 8943, 13218, 9846, 13983, 8334, 8118, 8202, 9741, 8148, 13972, 9994, 14311, 11134, 8261, 9156, 8953, 10136, 8913, 13157, 9583, 18931, 10740, 10815, 8163, 9699, 8560, 11594, 8457, 11936, 16099, 8860, 11562, 8085, 11273, 8698, 12493, 9517, 14581, 9227, 10641, 8099, 8707, 8303, 9560, 8552, 9949, 11326, 8546, 9415, 8385, 10036, 8210, 12697, 9572, 16377, 13010, 8613, 9088, 8823, 10324, 8671, 15253, 12494, 16824, 8384, 11956, 8193, 12443, 9598, 12457, 8728, 8013, 8644, 8360, 10916, 9282, 16977, 8723, 9118, 8668, 11333, 12506, 8339, 8213, 8957, 9698, 18222, 10658, 13787, 8910, 14050, 10335, 17041, 11063, 12318, 8014, 8103, 8472, 8582, 11384, 8559, 14172, 8057, 9607, 7866, 10639, 8454, 9764, 10224, 8280, 8855, 8638, 9305, 8586, 9895, 9055, 16230, 8916, 11163, 8658, 11436, 8640, 14299, 9662, 17455, 9936, 8293, 8678, 8574, 11405, 10599, 19268, 20591, 19532, 17137, 12921, 14516, 12965, 14311, 10288, 8452, 8306, 8299, 8510, 10671, 8587, 11913, 10746, 8735, 13448, 8788, 14074, 8953, 11714, 10915, 8187, 10486, 8473, 12134, 8456, 12596, 8787, 14389, 11231, 15470, 8133, 10998, 8513, 9453, 8123, 8483, 12166, 8789, 11372, 8550, 10503, 8323, 10387, 11045, 11328, 17392, 12485, 11879, 8695, 10269, 8657, 10747, 8597, 9186, 10180, 8758, 9023, 8565, 9068, 8099, 8567, 9339, 11171, 8224, 9328, 8422, 9121, 8776, 9058, 13219, 11268, 13269, 9351, 8422, 8705, 13298, 8857, 14882, 10056, 8777, 8778, 8589, 8701, 8540, 9613, 8558, 10915, 11571, 14831, 8497, 10172, 8373, 9383, 11847, 11468, 13121, 15952, 8546, 10577, 8885, 10524, 8889, 11470, 9675, 15764, 8537, 10627, 8603, 11204, 8989, 14417, 10217, 18020, 10314, 11461, 8409, 10461, 9675, 9637, 15040, 11047, 9145, 8547, 9224, 8182, 10750, 8356, 12829, 9405, 9697, 8218, 10919, 8139, 14462, 9033, 15763, 10012, 12072, 9139, 8336, 8594, 8417, 9142, 8473, 10113, 10373, 16219, 10685, 12178, 8538, 9307, 12882, 8552, 18067, 10521, 14060, 8888, 8429, 8610, 8314, 8818, 8476, 8881, 9534, 12888, 8578, 9418, 8575, 9172, 8523, 8598, 14209, 11698, 13828, 8244, 8444, 8619, 8622, 8420, 9379, 12037, 8672, 14661, 8382, 11529, 8317, 11320, 8776, 14689, 10271, 17774, 8118, 11587, 7956, 14591, 9802, 15709, 10857, 18790, 19663, 11661, 11030, 8911, 9622, 7976, 8102, 15616, 10537, 8119, 10013, 8533, 14815, 10704, 17627, 16594, 20069, 12208, 12758, 8138, 12288, 9077, 13309, 9793, 13790, 8649, 8178, 8851, 8472, 8815, 8476, 11431, 8379, 11252, 8108, 9324, 8237, 9898, 8942, 12726, 9246, 16404, 8110, 12215, 8328, 11703, 9202, 12566, 11387, 17582, 11274, 17193, 13535, 9074, 11418, 8627, 15859, 11301, 17373, 14467, 19404, 11571, 13293, 8578, 11275, 8795, 11826, 8798, 17821, 9883, 13223, 8450, 11871, 8729, 10727, 8915, 11726, 9112, 13109, 8258, 9387, 8098, 12003, 8515, 14994, 12986, 18455, 20182, 19897, 18063, 11403, 11557, 9635, 14080, 8059, 8073, 8245, 8081, 8068, 8963, 8350, 11770, 9118, 13245, 8994, 16160, 11533, 16468, 10872, 12616, 8598, 10795, 8725, 13684, 10571, 13210, 8373, 10193, 8348, 10499, 8578, 11726, 8921, 16520, 8117, 12118, 8594, 11355, 8564, 10631, 8646, 13584, 8732, 12501, 8475, 9588, 8623, 9931, 8760, 10384, 8892, 12938, 8239, 9984, 8062, 10391, 8721, 11479, 8992, 16424, 9183, 11980, 8299, 9327, 11267, 8870, 16489, 13628, 8447, 8893, 8685, 10463, 8578, 10318, 9859, 10167, 12011, 12140, 8651, 10145, 8571, 10460, 8599, 12190, 11074, 15243, 8489, 9561, 9083, 8404, 17780, 10156, 14899, 10464, 9411, 8248, 9671, 8255, 11692, 8376, 10855, 8890, 13841, 8491, 10231, 8043, 9720, 8330, 10509, 14116, 8601, 10911, 8074, 12356, 9235, 14292, 9382, 17072, 12958, 16505, 8997, 10102, 8634, 9757, 13756, 9452, 15971, 12797, 8307, 14888, 9629, 10210, 9260, 8186, 12477, 14670, 11375, 18667, 14194, 16633, 9132, 16690, 9322, 13848, 9559, 12231, 8635, 12863, 8727, 10960, 8378, 10522, 8345, 10986, 8660, 12086, 8890, 14556, 8038, 12052, 8784, 11147, 9594, 10130, 12304, 11740, 8337, 10305, 8622, 10562, 10288, 10032, 12823, 9634, 11693, 9397, 8669, 9355, 12367, 9066, 16695, 9401, 13653, 9575, 13224, 8161, 10317, 8026, 10722, 8703, 13541, 9331, 14796, 8037, 9769, 8315, 10940, 8411, 12541, 9738, 12116, 8488, 12991, 8293, 16465, 9890, 14653, 10689, 12533, 8178, 9697, 8509, 11069, 8528, 13007, 9519, 10800, 8488, 8435, 9341, 8615, 10599, 8826, 15186, 11189, 16126, 8442, 12430, 8369, 13732, 9792, 13221, 9605, 12215, 10020, 8351, 8431, 8313, 14958, 20493, 14103, 16384, 14144, 18231, 20461, 11377, 11927, 9358, 12323, 11573, 8614, 9831, 8191, 8433, 12035, 8969, 10417, 10586, 8569, 11198, 8336, 10668, 15409, 9831, 16685, 10973, 15100, 8664, 8367, 8979, 8755, 10852, 8586, 11446, 9392, 13568, 8430, 10616, 8145, 10551, 8484, 11001, 8602, 12519, 8505, 8652, 8090, 8030, 9490, 8642, 12182, 8865, 12996, 8443, 12606, 9269, 13821, 9472, 16726, 12416, 17513, 10969, 12686, 8511, 11308, 8790, 10768, 8815, 12175, 8856, 12232, 8474, 11032, 8541, 10822, 8854, 13096, 8119, 12776, 9653, 8109, 9749, 8399, 10645, 8558, 11470, 13156, 11236, 14747, 8583, 11240, 8853, 10408, 9484, 10983, 12060, 16926, 8774, 11145, 8157, 10751, 8842, 9743, 8438, 10143, 10047, 13607, 8328, 10208, 8830, 10349, 8416, 10283, 9476, 11395, 10304, 13156, 8613, 10487, 8881, 10633, 8612, 10740, 10548, 16886, 8977, 12604, 8418, 11216, 8696, 10994, 8958, 14818, 10313, 13634, 8429, 10397, 8600, 9927, 10186, 9343, 9593, 12159, 8618, 10349, 8479, 10246, 8801, 9804, 8722, 12318, 9409, 11004, 8350, 9895, 8310, 10459, 8618, 15577, 9455, 15590, 8058, 11594, 8382, 10944, 9927, 16958, 11008, 13947, 8717, 10171, 8441, 10232, 8893, 14219, 8881, 10974, 8552, 10229, 8637, 10198, 8779, 12949, 9280, 13737, 8570, 10648, 8571, 11899, 9510, 13335, 10220, 8290, 9109, 8272, 9815, 10810, 9824, 13469, 14541, 8305, 10269, 8797, 10718, 8614, 12968, 12637, 17213, 8504, 11316, 8147, 10600, 8735, 12763, 9122, 16539, 7931, 8719, 8274, 9447, 8135, 9657, 11023, 8799, 12908, 8932, 10125, 8513, 11231, 9297, 15917, 12004, 8187, 8812, 8322, 11807, 9763, 8512, 11817, 8540, 19557, 13141, 19730, 13759, 14135, 8485, 10502, 9292, 13122, 9771, 14580, 13108, 8233, 9940, 8480, 10350, 8646, 10722, 8959, 14018, 8877, 12445, 8405, 10771, 8342, 11192, 9057, 13597, 9069, 15461, 8377, 10890, 8291, 10753, 8552, 10891, 8792, 15676, 9448, 15233, 8280, 11334, 8491, 11281, 8663, 13684, 8786, 11977, 8869, 10500, 8700, 9713, 11597, 9426, 16081, 10245, 11568, 8167, 13553, 8698, 12735, 9269, 12775, 9504, 13567, 8217, 10205, 8238, 10537, 9030, 11382, 9360, 15950, 8669, 12165, 8335, 10829, 8489, 9940, 9844, 14054, 8769, 10478, 8793, 10289, 8295, 10011, 10698, 8908, 12938, 9774, 8332, 8839, 8792, 8692, 13808, 9529, 13697, 9671, 8389, 8678, 8891, 8603, 13882, 8997, 15095, 10553, 13403, 8224, 9226, 8317, 11378, 8347, 10421, 11106, 8658, 10034, 8480, 9998, 8595, 11729, 8613, 14884, 9016, 15335, 8091, 12037, 8399, 11971, 9520, 13458, 9290, 8597, 7906, 9941, 8170, 10669, 9320, 12809, 16470, 20041, 22029, 13156, 9204], 'WindowCenter': [4757.0, 4758.0, 4733.0, 4746.0, 4683.0, 4730.0, 4681.0, 4717.0, 4667.0, 4678.0, 4666.0, 4655.0, 4665.0, 4666.0, 4695.0, 4667.0, 4693.0, 4665.0, 4685.0, 4667.0, 4677.0, 4670.0, 4679.0, 4689.0, 4680.0, 4712.0, 4706.0, 4710.0, 4680.0, 4721.0, 4682.0, 4740.0, 4701.0, 4730.0, 4692.0, 4721.0, 4694.0, 4722.0, 4693.0, 4692.0, 4702.0, 4703.0, 4693.0, 4757.0, 4747.0, 4706.0, 4766.0, 4752.0, 4784.0, 4740.0, 4778.0, 4774.0, 4783.0, 4712.0, 4749.0, 4703.0, 4742.0, 4702.0, 4731.0, 4716.0, 4708.0, 4744.0, 4785.0, 4775.0, 4691.0, 4680.0, 4723.0, 4708.0, 4765.0, 4726.0, 4774.0, 4763.0, 4759.0, 4719.0, 4770.0, 4709.0, 4708.0, 4677.0, 4668.0, 4729.0, 4669.0, 4698.0, 4668.0, 4737.0, 4687.0, 4736.0, 4674.0, 4716.0, 4717.0, 4663.0, 4662.0, 4692.0, 4662.0, 4684.0, 4690.0, 4716.0, 4719.0, 4718.0, 4688.0, 4680.0, 4680.0, 4678.0, 4679.0, 4699.0, 4706.0, 4728.0, 4687.0, 4728.0, 4677.0, 4705.0, 4676.0, 4715.0, 4676.0, 4718.0, 4677.0, 4747.0, 4676.0, 4718.0, 4677.0, 4707.0, 4678.0, 4718.0, 4692.0, 4708.0, 4690.0, 4679.0, 4689.0, 4682.0, 4691.0, 4679.0, 4699.0, 4691.0, 4720.0, 4701.0, 4751.0, 4691.0, 4731.0, 4693.0, 4741.0, 4693.0, 4752.0, 4703.0, 4771.0, 4721.0, 4729.0, 4690.0, 4719.0, 4690.0, 4750.0, 4702.0, 4729.0, 4712.0, 4681.0, 4691.0, 4690.0, 4691.0, 4692.0, 4703.0, 4693.0, 4711.0, 4693.0, 4772.0, 4692.0, 4723.0, 4693.0, 4723.0, 4704.0, 4762.0, 4736.0, 4783.0, 4734.0, 4755.0, 4716.0, 4774.0, 4692.0, 4741.0, 4701.0, 4741.0, 4742.0, 4680.0, 4699.0, 4692.0, 4710.0, 4691.0, 4739.0, 4692.0, 4772.0, 4741.0, 4760.0, 4708.0, 4717.0, 4678.0, 4707.0, 4678.0, 4726.0, 4690.0, 4667.0, 4679.0, 4690.0, 4690.0, 4699.0, 4708.0, 4717.0, 4748.0, 4679.0, 4709.0, 4691.0, 4708.0, 4680.0, 4700.0, 4691.0, 4741.0, 4749.0, 4691.0, 4708.0, 4689.0, 4707.0, 4690.0, 4708.0, 4750.0, 4770.0, 4688.0, 4708.0, 4688.0, 4718.0, 4691.0, 4729.0, 4689.0, 4708.0, 4700.0, 4692.0, 4697.0, 4703.0, 4704.0, 4693.0, 4706.0, 4723.0, 4703.0, 4761.0, 4741.0, 4770.0, 4738.0, 4728.0, 4678.0, 4686.0, 4678.0, 4736.0, 4687.0, 4757.0, 4736.0, 4677.0, 4688.0, 4687.0, 4688.0, 4677.0, 4709.0, 4689.0, 4740.0, 4688.0, 4737.0, 4678.0, 4707.0, 4690.0, 4728.0, 4699.0, 4740.0, 4689.0, 4679.0, 4679.0, 4680.0, 4691.0, 4691.0, 4699.0, 4710.0, 4749.0, 4690.0, 4708.0, 4679.0, 4708.0, 4690.0, 4740.0, 4709.0, 4769.0, 4690.0, 4727.0, 4689.0, 4718.0, 4700.0, 4738.0, 4711.0, 4739.0, 4689.0, 4679.0, 4689.0, 4699.0, 4680.0, 4738.0, 4709.0, 4739.0, 4708.0, 4678.0, 4687.0, 4690.0, 4709.0, 4701.0, 4729.0, 4710.0, 4781.0, 4709.0, 4719.0, 4689.0, 4698.0, 4691.0, 4720.0, 4680.0, 4718.0, 4761.0, 4688.0, 4719.0, 4690.0, 4718.0, 4689.0, 4731.0, 4710.0, 4748.0, 4711.0, 4709.0, 4680.0, 4689.0, 4690.0, 4711.0, 4701.0, 4710.0, 4734.0, 4701.0, 4700.0, 4702.0, 4711.0, 4705.0, 4741.0, 4714.0, 4773.0, 4742.0, 4701.0, 4700.0, 4700.0, 4711.0, 4692.0, 4752.0, 4741.0, 4770.0, 4691.0, 4729.0, 4690.0, 4730.0, 4701.0, 4729.0, 4690.0, 4678.0, 4677.0, 4688.0, 4709.0, 4702.0, 4759.0, 4689.0, 4701.0, 4702.0, 4721.0, 4742.0, 4690.0, 4690.0, 4689.0, 4711.0, 4771.0, 4709.0, 4729.0, 4689.0, 4738.0, 4698.0, 4747.0, 4706.0, 4717.0, 4666.0, 4665.0, 4676.0, 4676.0, 4716.0, 4678.0, 4736.0, 4678.0, 4697.0, 4679.0, 4709.0, 4691.0, 4709.0, 4712.0, 4690.0, 4690.0, 4689.0, 4688.0, 4692.0, 4709.0, 4690.0, 4760.0, 4689.0, 4720.0, 4690.0, 4719.0, 4703.0, 4751.0, 4713.0, 4771.0, 4709.0, 4690.0, 4689.0, 4691.0, 4732.0, 4722.0, 4781.0, 4803.0, 4786.0, 4775.0, 4742.0, 4753.0, 4742.0, 4740.0, 4698.0, 4705.0, 4717.0, 4717.0, 4715.0, 4733.0, 4701.0, 4743.0, 4722.0, 4690.0, 4751.0, 4702.0, 4754.0, 4703.0, 4733.0, 4724.0, 4679.0, 4696.0, 4675.0, 4706.0, 4665.0, 4706.0, 4676.0, 4726.0, 4709.0, 4725.0, 4666.0, 4695.0, 4675.0, 4686.0, 4679.0, 4677.0, 4729.0, 4689.0, 4717.0, 4690.0, 4708.0, 4678.0, 4699.0, 4709.0, 4708.0, 4758.0, 4716.0, 4706.0, 4676.0, 4686.0, 4678.0, 4707.0, 4678.0, 4687.0, 4709.0, 4687.0, 4689.0, 4688.0, 4689.0, 4681.0, 4691.0, 4698.0, 4733.0, 4691.0, 4699.0, 4692.0, 4700.0, 4692.0, 4700.0, 4740.0, 4733.0, 4741.0, 4700.0, 4692.0, 4689.0, 4740.0, 4701.0, 4748.0, 4711.0, 4702.0, 4690.0, 4691.0, 4690.0, 4691.0, 4713.0, 4702.0, 4722.0, 4733.0, 4752.0, 4691.0, 4724.0, 4692.0, 4688.0, 4717.0, 4718.0, 4729.0, 4749.0, 4689.0, 4709.0, 4689.0, 4721.0, 4714.0, 4761.0, 4728.0, 4764.0, 4702.0, 4723.0, 4701.0, 4720.0, 4701.0, 4750.0, 4724.0, 4770.0, 4711.0, 4720.0, 4691.0, 4711.0, 4702.0, 4699.0, 4747.0, 4720.0, 4688.0, 4688.0, 4688.0, 4679.0, 4721.0, 4691.0, 4729.0, 4700.0, 4700.0, 4689.0, 4709.0, 4681.0, 4738.0, 4690.0, 4761.0, 4709.0, 4718.0, 4701.0, 4679.0, 4689.0, 4691.0, 4701.0, 4693.0, 4711.0, 4710.0, 4763.0, 4709.0, 4717.0, 4678.0, 4687.0, 4718.0, 4679.0, 4759.0, 4696.0, 4728.0, 4676.0, 4678.0, 4687.0, 4705.0, 4702.0, 4692.0, 4701.0, 4712.0, 4742.0, 4691.0, 4700.0, 4691.0, 4702.0, 4693.0, 4702.0, 4741.0, 4732.0, 4739.0, 4681.0, 4691.0, 4690.0, 4691.0, 4692.0, 4700.0, 4742.0, 4705.0, 4752.0, 4702.0, 4731.0, 4693.0, 4733.0, 4703.0, 4750.0, 4723.0, 4769.0, 4682.0, 4721.0, 4682.0, 4750.0, 4711.0, 4750.0, 4710.0, 4744.0, 4808.0, 4731.0, 4721.0, 4702.0, 4699.0, 4692.0, 4693.0, 4762.0, 4734.0, 4705.0, 4712.0, 4703.0, 4753.0, 4711.0, 4770.0, 4762.0, 4768.0, 4717.0, 4715.0, 4666.0, 4704.0, 4678.0, 4727.0, 4686.0, 4724.0, 4665.0, 4664.0, 4674.0, 4664.0, 4675.0, 4675.0, 4717.0, 4676.0, 4705.0, 4667.0, 4686.0, 4678.0, 4699.0, 4691.0, 4728.0, 4701.0, 4748.0, 4680.0, 4719.0, 4680.0, 4719.0, 4700.0, 4719.0, 4719.0, 4783.0, 4733.0, 4771.0, 4753.0, 4701.0, 4733.0, 4703.0, 4761.0, 4720.0, 4759.0, 4739.0, 4781.0, 4718.0, 4727.0, 4690.0, 4707.0, 4690.0, 4718.0, 4688.0, 4769.0, 4698.0, 4726.0, 4679.0, 4716.0, 4688.0, 4708.0, 4700.0, 4717.0, 4701.0, 4728.0, 4679.0, 4698.0, 4680.0, 4730.0, 4703.0, 4748.0, 4741.0, 4787.0, 4800.0, 4810.0, 4786.0, 4734.0, 4730.0, 4698.0, 4726.0, 4678.0, 4677.0, 4686.0, 4689.0, 4690.0, 4712.0, 4704.0, 4743.0, 4714.0, 4753.0, 4702.0, 4772.0, 4733.0, 4760.0, 4710.0, 4716.0, 4688.0, 4708.0, 4689.0, 4738.0, 4708.0, 4727.0, 4677.0, 4696.0, 4677.0, 4708.0, 4688.0, 4717.0, 4715.0, 4759.0, 4677.0, 4715.0, 4677.0, 4705.0, 4676.0, 4695.0, 4678.0, 4740.0, 4688.0, 4715.0, 4676.0, 4686.0, 4676.0, 4696.0, 4689.0, 4708.0, 4688.0, 4728.0, 4688.0, 4709.0, 4691.0, 4711.0, 4702.0, 4730.0, 4712.0, 4761.0, 4700.0, 4729.0, 4689.0, 4699.0, 4722.0, 4699.0, 4759.0, 4751.0, 4679.0, 4687.0, 4688.0, 4707.0, 4688.0, 4720.0, 4711.0, 4711.0, 4729.0, 4729.0, 4688.0, 4708.0, 4689.0, 4722.0, 4702.0, 4730.0, 4721.0, 4748.0, 4687.0, 4697.0, 4687.0, 4691.0, 4770.0, 4709.0, 4735.0, 4708.0, 4688.0, 4677.0, 4697.0, 4688.0, 4729.0, 4703.0, 4719.0, 4702.0, 4751.0, 4700.0, 4710.0, 4693.0, 4712.0, 4704.0, 4734.0, 4763.0, 4713.0, 4722.0, 4705.0, 4742.0, 4714.0, 4752.0, 4701.0, 4772.0, 4741.0, 4758.0, 4690.0, 4707.0, 4687.0, 4709.0, 4740.0, 4698.0, 4748.0, 4742.0, 4701.0, 4760.0, 4721.0, 4733.0, 4712.0, 4701.0, 4742.0, 4751.0, 4730.0, 4769.0, 4751.0, 4758.0, 4697.0, 4747.0, 4687.0, 4726.0, 4697.0, 4716.0, 4676.0, 4727.0, 4677.0, 4705.0, 4675.0, 4707.0, 4690.0, 4720.0, 4702.0, 4731.0, 4712.0, 4749.0, 4690.0, 4730.0, 4690.0, 4720.0, 4699.0, 4711.0, 4728.0, 4732.0, 4690.0, 4708.0, 4688.0, 4718.0, 4709.0, 4722.0, 4742.0, 4710.0, 4730.0, 4701.0, 4689.0, 4701.0, 4728.0, 4700.0, 4772.0, 4702.0, 4740.0, 4711.0, 4738.0, 4689.0, 4708.0, 4692.0, 4730.0, 4704.0, 4739.0, 4714.0, 4761.0, 4691.0, 4710.0, 4702.0, 4732.0, 4703.0, 4740.0, 4724.0, 4742.0, 4701.0, 4739.0, 4692.0, 4772.0, 4723.0, 4750.0, 4722.0, 4729.0, 4691.0, 4700.0, 4701.0, 4731.0, 4702.0, 4741.0, 4712.0, 4733.0, 4701.0, 4690.0, 4701.0, 4701.0, 4735.0, 4713.0, 4761.0, 4736.0, 4773.0, 4693.0, 4730.0, 4691.0, 4753.0, 4722.0, 4753.0, 4712.0, 4743.0, 4736.0, 4688.0, 4688.0, 4700.0, 4775.0, 4814.0, 4780.0, 4817.0, 4806.0, 4810.0, 4819.0, 4745.0, 4745.0, 4714.0, 4729.0, 4732.0, 4700.0, 4711.0, 4690.0, 4691.0, 4730.0, 4700.0, 4720.0, 4708.0, 4701.0, 4732.0, 4691.0, 4706.0, 4735.0, 4684.0, 4734.0, 4708.0, 4736.0, 4664.0, 4662.0, 4672.0, 4664.0, 4694.0, 4686.0, 4704.0, 4686.0, 4726.0, 4675.0, 4696.0, 4667.0, 4696.0, 4687.0, 4719.0, 4690.0, 4729.0, 4689.0, 4688.0, 4679.0, 4680.0, 4710.0, 4690.0, 4730.0, 4700.0, 4740.0, 4691.0, 4731.0, 4700.0, 4740.0, 4711.0, 4760.0, 4729.0, 4759.0, 4709.0, 4728.0, 4678.0, 4706.0, 4690.0, 4718.0, 4699.0, 4729.0, 4688.0, 4716.0, 4677.0, 4707.0, 4702.0, 4719.0, 4700.0, 4741.0, 4693.0, 4753.0, 4713.0, 4693.0, 4724.0, 4706.0, 4735.0, 4706.0, 4734.0, 4755.0, 4734.0, 4751.0, 4702.0, 4720.0, 4701.0, 4709.0, 4702.0, 4720.0, 4729.0, 4771.0, 4688.0, 4719.0, 4691.0, 4734.0, 4727.0, 4712.0, 4689.0, 4719.0, 4709.0, 4752.0, 4689.0, 4710.0, 4699.0, 4710.0, 4690.0, 4709.0, 4701.0, 4732.0, 4721.0, 4740.0, 4691.0, 4710.0, 4700.0, 4709.0, 4700.0, 4720.0, 4720.0, 4773.0, 4698.0, 4728.0, 4691.0, 4718.0, 4691.0, 4721.0, 4702.0, 4750.0, 4709.0, 4739.0, 4679.0, 4698.0, 4677.0, 4708.0, 4710.0, 4698.0, 4698.0, 4729.0, 4689.0, 4698.0, 4689.0, 4709.0, 4700.0, 4710.0, 4690.0, 4731.0, 4701.0, 4719.0, 4690.0, 4711.0, 4705.0, 4733.0, 4704.0, 4776.0, 4714.0, 4763.0, 4694.0, 4731.0, 4692.0, 4722.0, 4713.0, 4774.0, 4721.0, 4740.0, 4690.0, 4708.0, 4693.0, 4709.0, 4701.0, 4751.0, 4700.0, 4718.0, 4690.0, 4709.0, 4701.0, 4721.0, 4701.0, 4742.0, 4701.0, 4741.0, 4689.0, 4708.0, 4703.0, 4732.0, 4711.0, 4752.0, 4711.0, 4690.0, 4699.0, 4679.0, 4709.0, 4711.0, 4699.0, 4738.0, 4739.0, 4679.0, 4696.0, 4687.0, 4710.0, 4691.0, 4729.0, 4729.0, 4760.0, 4677.0, 4706.0, 4678.0, 4707.0, 4690.0, 4727.0, 4700.0, 4759.0, 4679.0, 4687.0, 4678.0, 4699.0, 4680.0, 4698.0, 4721.0, 4689.0, 4730.0, 4689.0, 4708.0, 4702.0, 4735.0, 4712.0, 4778.0, 4731.0, 4676.0, 4698.0, 4690.0, 4732.0, 4723.0, 4702.0, 4732.0, 4704.0, 4795.0, 4745.0, 4785.0, 4739.0, 4727.0, 4677.0, 4695.0, 4686.0, 4729.0, 4698.0, 4737.0, 4728.0, 4677.0, 4685.0, 4677.0, 4694.0, 4676.0, 4695.0, 4686.0, 4738.0, 4689.0, 4716.0, 4678.0, 4706.0, 4679.0, 4707.0, 4689.0, 4726.0, 4687.0, 4746.0, 4678.0, 4707.0, 4689.0, 4720.0, 4703.0, 4722.0, 4694.0, 4761.0, 4712.0, 4750.0, 4691.0, 4719.0, 4691.0, 4720.0, 4690.0, 4742.0, 4691.0, 4719.0, 4689.0, 4710.0, 4689.0, 4710.0, 4730.0, 4700.0, 4749.0, 4708.0, 4707.0, 4678.0, 4726.0, 4678.0, 4729.0, 4700.0, 4757.0, 4743.0, 4754.0, 4693.0, 4721.0, 4693.0, 4722.0, 4715.0, 4731.0, 4714.0, 4773.0, 4703.0, 4731.0, 4692.0, 4722.0, 4703.0, 4711.0, 4710.0, 4754.0, 4689.0, 4708.0, 4691.0, 4709.0, 4690.0, 4711.0, 4722.0, 4700.0, 4741.0, 4709.0, 4690.0, 4690.0, 4689.0, 4703.0, 4741.0, 4710.0, 4742.0, 4710.0, 4691.0, 4690.0, 4691.0, 4701.0, 4752.0, 4701.0, 4749.0, 4722.0, 4738.0, 4679.0, 4688.0, 4679.0, 4720.0, 4691.0, 4708.0, 4721.0, 4688.0, 4699.0, 4691.0, 4710.0, 4691.0, 4731.0, 4691.0, 4750.0, 4701.0, 4749.0, 4680.0, 4718.0, 4691.0, 4732.0, 4711.0, 4741.0, 4701.0, 4689.0, 4680.0, 4709.0, 4703.0, 4724.0, 4725.0, 4756.0, 4775.0, 4726.0, 4768.0, 4789.0, 4715.0], 'WindowWidth': [10441.0, 10419.0, 10372.0, 10374.0, 10280.0, 10336.0, 10270.0, 10313.0, 10245.0, 10259.0, 10239.0, 10221.0, 10237.0, 10239.0, 10276.0, 10242.0, 10272.0, 10235.0, 10264.0, 10241.0, 10256.0, 10250.0, 10261.0, 10277.0, 10266.0, 10314.0, 10312.0, 10306.0, 10266.0, 10322.0, 10271.0, 10351.0, 10297.0, 10334.0, 10285.0, 10325.0, 10291.0, 10328.0, 10289.0, 10284.0, 10300.0, 10302.0, 10291.0, 10381.0, 10369.0, 10316.0, 10399.0, 10369.0, 10417.0, 10368.0, 10418.0, 10399.0, 10414.0, 10309.0, 10357.0, 10300.0, 10352.0, 10298.0, 10336.0, 10325.0, 10321.0, 10360.0, 10422.0, 10405.0, 10279.0, 10267.0, 10329.0, 10314.0, 10389.0, 10332.0, 10402.0, 10381.0, 10372.0, 10316.0, 10390.0, 10302.0, 10300.0, 10258.0, 10246.0, 10332.0, 10247.0, 10285.0, 10244.0, 10337.0, 10266.0, 10336.0, 10246.0, 10309.0, 10309.0, 10231.0, 10226.0, 10267.0, 10226.0, 10260.0, 10277.0, 10309.0, 10318.0, 10317.0, 10275.0, 10266.0, 10265.0, 10261.0, 10261.0, 10287.0, 10294.0, 10327.0, 10269.0, 10325.0, 10255.0, 10291.0, 10255.0, 10306.0, 10255.0, 10313.0, 10258.0, 10353.0, 10255.0, 10313.0, 10259.0, 10298.0, 10259.0, 10314.0, 10286.0, 10302.0, 10282.0, 10263.0, 10278.0, 10271.0, 10282.0, 10265.0, 10291.0, 10282.0, 10322.0, 10297.0, 10366.0, 10284.0, 10337.0, 10290.0, 10352.0, 10290.0, 10368.0, 10303.0, 10395.0, 10323.0, 10333.0, 10282.0, 10319.0, 10282.0, 10366.0, 10301.0, 10333.0, 10316.0, 10269.0, 10283.0, 10280.0, 10283.0, 10285.0, 10300.0, 10289.0, 10311.0, 10289.0, 10398.0, 10285.0, 10329.0, 10291.0, 10331.0, 10307.0, 10384.0, 10353.0, 10410.0, 10348.0, 10378.0, 10325.0, 10402.0, 10284.0, 10351.0, 10297.0, 10351.0, 10356.0, 10265.0, 10293.0, 10286.0, 10310.0, 10284.0, 10347.0, 10285.0, 10396.0, 10352.0, 10374.0, 10302.0, 10312.0, 10261.0, 10301.0, 10262.0, 10324.0, 10279.0, 10245.0, 10264.0, 10283.0, 10281.0, 10288.0, 10302.0, 10310.0, 10356.0, 10263.0, 10304.0, 10284.0, 10303.0, 10267.0, 10294.0, 10283.0, 10351.0, 10362.0, 10283.0, 10304.0, 10278.0, 10299.0, 10280.0, 10302.0, 10364.0, 10392.0, 10273.0, 10301.0, 10275.0, 10316.0, 10282.0, 10332.0, 10280.0, 10302.0, 10294.0, 10284.0, 10301.0, 10305.0, 10309.0, 10292.0, 10314.0, 10332.0, 10303.0, 10380.0, 10352.0, 10392.0, 10344.0, 10326.0, 10260.0, 10269.0, 10259.0, 10338.0, 10271.0, 10366.0, 10336.0, 10257.0, 10273.0, 10273.0, 10272.0, 10259.0, 10303.0, 10277.0, 10347.0, 10275.0, 10339.0, 10262.0, 10300.0, 10280.0, 10330.0, 10293.0, 10349.0, 10277.0, 10264.0, 10264.0, 10266.0, 10284.0, 10284.0, 10292.0, 10309.0, 10362.0, 10281.0, 10303.0, 10264.0, 10303.0, 10283.0, 10346.0, 10306.0, 10391.0, 10279.0, 10329.0, 10277.0, 10318.0, 10297.0, 10345.0, 10312.0, 10345.0, 10277.0, 10265.0, 10279.0, 10291.0, 10269.0, 10345.0, 10305.0, 10347.0, 10302.0, 10263.0, 10273.0, 10278.0, 10305.0, 10298.0, 10334.0, 10310.0, 10410.0, 10307.0, 10318.0, 10278.0, 10289.0, 10282.0, 10322.0, 10267.0, 10315.0, 10382.0, 10277.0, 10320.0, 10283.0, 10317.0, 10281.0, 10338.0, 10310.0, 10360.0, 10313.0, 10306.0, 10268.0, 10279.0, 10284.0, 10312.0, 10297.0, 10310.0, 10348.0, 10298.0, 10298.0, 10303.0, 10315.0, 10309.0, 10354.0, 10321.0, 10401.0, 10355.0, 10299.0, 10297.0, 10296.0, 10312.0, 10285.0, 10370.0, 10353.0, 10394.0, 10284.0, 10333.0, 10281.0, 10336.0, 10296.0, 10333.0, 10279.0, 10263.0, 10258.0, 10276.0, 10304.0, 10298.0, 10376.0, 10277.0, 10298.0, 10301.0, 10327.0, 10356.0, 10280.0, 10282.0, 10278.0, 10312.0, 10396.0, 10303.0, 10331.0, 10275.0, 10342.0, 10289.0, 10355.0, 10295.0, 10309.0, 10243.0, 10238.0, 10254.0, 10255.0, 10311.0, 10260.0, 10339.0, 10260.0, 10286.0, 10265.0, 10305.0, 10284.0, 10306.0, 10313.0, 10278.0, 10279.0, 10279.0, 10274.0, 10283.0, 10306.0, 10281.0, 10378.0, 10277.0, 10319.0, 10279.0, 10319.0, 10302.0, 10365.0, 10318.0, 10392.0, 10304.0, 10279.0, 10277.0, 10283.0, 10343.0, 10327.0, 10414.0, 10486.0, 10434.0, 10412.0, 10356.0, 10370.0, 10353.0, 10351.0, 10286.0, 10311.0, 10334.0, 10333.0, 10325.0, 10349.0, 10303.0, 10360.0, 10327.0, 10281.0, 10369.0, 10300.0, 10376.0, 10303.0, 10343.0, 10333.0, 10262.0, 10279.0, 10254.0, 10293.0, 10237.0, 10293.0, 10254.0, 10322.0, 10302.0, 10320.0, 10239.0, 10277.0, 10253.0, 10270.0, 10262.0, 10260.0, 10335.0, 10277.0, 10314.0, 10279.0, 10302.0, 10260.0, 10290.0, 10304.0, 10302.0, 10371.0, 10309.0, 10294.0, 10254.0, 10266.0, 10259.0, 10300.0, 10262.0, 10274.0, 10306.0, 10272.0, 10275.0, 10274.0, 10277.0, 10269.0, 10282.0, 10288.0, 10345.0, 10283.0, 10293.0, 10285.0, 10294.0, 10287.0, 10297.0, 10349.0, 10344.0, 10351.0, 10294.0, 10284.0, 10279.0, 10349.0, 10298.0, 10358.0, 10311.0, 10301.0, 10282.0, 10283.0, 10281.0, 10283.0, 10317.0, 10303.0, 10327.0, 10343.0, 10369.0, 10285.0, 10334.0, 10283.0, 10272.0, 10311.0, 10314.0, 10330.0, 10359.0, 10278.0, 10303.0, 10278.0, 10326.0, 10323.0, 10396.0, 10348.0, 10392.0, 10302.0, 10330.0, 10299.0, 10321.0, 10298.0, 10362.0, 10335.0, 10395.0, 10311.0, 10320.0, 10282.0, 10310.0, 10299.0, 10292.0, 10355.0, 10323.0, 10273.0, 10274.0, 10273.0, 10264.0, 10323.0, 10284.0, 10333.0, 10296.0, 10295.0, 10278.0, 10304.0, 10267.0, 10342.0, 10279.0, 10380.0, 10306.0, 10315.0, 10299.0, 10263.0, 10278.0, 10282.0, 10296.0, 10288.0, 10311.0, 10305.0, 10387.0, 10303.0, 10312.0, 10259.0, 10272.0, 10312.0, 10262.0, 10375.0, 10282.0, 10326.0, 10255.0, 10257.0, 10272.0, 10309.0, 10299.0, 10286.0, 10297.0, 10312.0, 10355.0, 10282.0, 10294.0, 10284.0, 10297.0, 10288.0, 10301.0, 10351.0, 10342.0, 10345.0, 10267.0, 10282.0, 10280.0, 10284.0, 10287.0, 10293.0, 10357.0, 10308.0, 10369.0, 10300.0, 10339.0, 10289.0, 10342.0, 10303.0, 10364.0, 10330.0, 10389.0, 10271.0, 10323.0, 10272.0, 10365.0, 10309.0, 10363.0, 10308.0, 10347.0, 10472.0, 10339.0, 10322.0, 10299.0, 10290.0, 10286.0, 10291.0, 10386.0, 10351.0, 10310.0, 10315.0, 10304.0, 10370.0, 10309.0, 10392.0, 10384.0, 10388.0, 10309.0, 10304.0, 10239.0, 10288.0, 10258.0, 10325.0, 10268.0, 10316.0, 10235.0, 10235.0, 10248.0, 10236.0, 10253.0, 10253.0, 10312.0, 10255.0, 10292.0, 10245.0, 10268.0, 10260.0, 10291.0, 10282.0, 10327.0, 10298.0, 10359.0, 10265.0, 10317.0, 10267.0, 10318.0, 10293.0, 10318.0, 10316.0, 10417.0, 10345.0, 10398.0, 10374.0, 10302.0, 10346.0, 10306.0, 10385.0, 10322.0, 10375.0, 10347.0, 10414.0, 10315.0, 10326.0, 10281.0, 10301.0, 10280.0, 10316.0, 10278.0, 10390.0, 10289.0, 10324.0, 10264.0, 10310.0, 10277.0, 10303.0, 10295.0, 10313.0, 10300.0, 10330.0, 10264.0, 10289.0, 10268.0, 10334.0, 10303.0, 10359.0, 10352.0, 10436.0, 10466.0, 10471.0, 10431.0, 10349.0, 10340.0, 10291.0, 10323.0, 10263.0, 10260.0, 10272.0, 10281.0, 10285.0, 10318.0, 10311.0, 10360.0, 10322.0, 10375.0, 10304.0, 10402.0, 10345.0, 10381.0, 10307.0, 10313.0, 10276.0, 10301.0, 10278.0, 10343.0, 10305.0, 10329.0, 10258.0, 10282.0, 10259.0, 10302.0, 10277.0, 10314.0, 10330.0, 10376.0, 10260.0, 10307.0, 10259.0, 10294.0, 10255.0, 10281.0, 10261.0, 10352.0, 10277.0, 10308.0, 10255.0, 10267.0, 10255.0, 10284.0, 10279.0, 10302.0, 10276.0, 10329.0, 10276.0, 10305.0, 10284.0, 10312.0, 10305.0, 10338.0, 10318.0, 10382.0, 10297.0, 10334.0, 10279.0, 10291.0, 10328.0, 10293.0, 10374.0, 10368.0, 10263.0, 10274.0, 10277.0, 10301.0, 10278.0, 10324.0, 10313.0, 10311.0, 10335.0, 10333.0, 10277.0, 10303.0, 10280.0, 10328.0, 10303.0, 10338.0, 10325.0, 10360.0, 10274.0, 10288.0, 10272.0, 10283.0, 10395.0, 10307.0, 10337.0, 10305.0, 10276.0, 10260.0, 10287.0, 10276.0, 10335.0, 10307.0, 10322.0, 10304.0, 10367.0, 10296.0, 10309.0, 10292.0, 10318.0, 10308.0, 10350.0, 10389.0, 10321.0, 10330.0, 10310.0, 10356.0, 10321.0, 10372.0, 10301.0, 10401.0, 10352.0, 10373.0, 10281.0, 10301.0, 10275.0, 10309.0, 10350.0, 10290.0, 10357.0, 10360.0, 10303.0, 10384.0, 10332.0, 10350.0, 10320.0, 10303.0, 10359.0, 10369.0, 10337.0, 10394.0, 10372.0, 10375.0, 10288.0, 10359.0, 10273.0, 10327.0, 10289.0, 10313.0, 10258.0, 10330.0, 10258.0, 10293.0, 10255.0, 10299.0, 10284.0, 10326.0, 10304.0, 10340.0, 10320.0, 10365.0, 10284.0, 10338.0, 10281.0, 10323.0, 10295.0, 10314.0, 10333.0, 10345.0, 10282.0, 10304.0, 10277.0, 10318.0, 10307.0, 10330.0, 10358.0, 10310.0, 10340.0, 10298.0, 10280.0, 10297.0, 10334.0, 10296.0, 10400.0, 10302.0, 10351.0, 10314.0, 10347.0, 10281.0, 10305.0, 10289.0, 10341.0, 10309.0, 10351.0, 10325.0, 10382.0, 10286.0, 10313.0, 10303.0, 10344.0, 10306.0, 10353.0, 10337.0, 10357.0, 10299.0, 10351.0, 10287.0, 10403.0, 10332.0, 10366.0, 10331.0, 10337.0, 10284.0, 10297.0, 10298.0, 10339.0, 10304.0, 10356.0, 10316.0, 10346.0, 10299.0, 10282.0, 10299.0, 10302.0, 10351.0, 10319.0, 10385.0, 10356.0, 10400.0, 10290.0, 10337.0, 10287.0, 10374.0, 10330.0, 10375.0, 10319.0, 10361.0, 10358.0, 10279.0, 10277.0, 10296.0, 10414.0, 10497.0, 10429.0, 10490.0, 10474.0, 10465.0, 10489.0, 10366.0, 10365.0, 10321.0, 10336.0, 10344.0, 10298.0, 10312.0, 10283.0, 10286.0, 10337.0, 10296.0, 10323.0, 10304.0, 10300.0, 10347.0, 10287.0, 10297.0, 10334.0, 10262.0, 10332.0, 10304.0, 10339.0, 10235.0, 10231.0, 10244.0, 10234.0, 10277.0, 10272.0, 10293.0, 10270.0, 10323.0, 10253.0, 10281.0, 10245.0, 10284.0, 10275.0, 10321.0, 10283.0, 10334.0, 10279.0, 10277.0, 10267.0, 10268.0, 10310.0, 10282.0, 10339.0, 10296.0, 10352.0, 10287.0, 10338.0, 10297.0, 10350.0, 10312.0, 10380.0, 10333.0, 10377.0, 10305.0, 10329.0, 10262.0, 10298.0, 10280.0, 10317.0, 10295.0, 10333.0, 10276.0, 10312.0, 10260.0, 10299.0, 10303.0, 10323.0, 10298.0, 10352.0, 10291.0, 10373.0, 10319.0, 10292.0, 10337.0, 10315.0, 10353.0, 10312.0, 10346.0, 10380.0, 10345.0, 10368.0, 10301.0, 10324.0, 10295.0, 10305.0, 10300.0, 10322.0, 10332.0, 10400.0, 10278.0, 10319.0, 10287.0, 10351.0, 10347.0, 10318.0, 10281.0, 10322.0, 10307.0, 10372.0, 10279.0, 10307.0, 10292.0, 10307.0, 10282.0, 10308.0, 10296.0, 10342.0, 10327.0, 10351.0, 10283.0, 10307.0, 10294.0, 10307.0, 10297.0, 10322.0, 10324.0, 10402.0, 10292.0, 10332.0, 10282.0, 10318.0, 10285.0, 10326.0, 10300.0, 10365.0, 10306.0, 10345.0, 10264.0, 10289.0, 10259.0, 10304.0, 10310.0, 10288.0, 10288.0, 10333.0, 10276.0, 10288.0, 10278.0, 10305.0, 10295.0, 10308.0, 10282.0, 10343.0, 10298.0, 10320.0, 10283.0, 10312.0, 10310.0, 10348.0, 10311.0, 10411.0, 10321.0, 10386.0, 10293.0, 10339.0, 10289.0, 10330.0, 10316.0, 10405.0, 10324.0, 10350.0, 10280.0, 10304.0, 10289.0, 10307.0, 10295.0, 10369.0, 10294.0, 10317.0, 10282.0, 10306.0, 10298.0, 10325.0, 10299.0, 10355.0, 10300.0, 10351.0, 10279.0, 10305.0, 10305.0, 10343.0, 10313.0, 10371.0, 10312.0, 10280.0, 10291.0, 10264.0, 10304.0, 10309.0, 10290.0, 10344.0, 10346.0, 10263.0, 10283.0, 10273.0, 10306.0, 10284.0, 10332.0, 10333.0, 10377.0, 10259.0, 10298.0, 10261.0, 10300.0, 10281.0, 10327.0, 10294.0, 10373.0, 10262.0, 10273.0, 10261.0, 10292.0, 10268.0, 10290.0, 10326.0, 10279.0, 10333.0, 10278.0, 10304.0, 10303.0, 10353.0, 10316.0, 10415.0, 10338.0, 10253.0, 10289.0, 10282.0, 10342.0, 10332.0, 10302.0, 10344.0, 10306.0, 10442.0, 10364.0, 10424.0, 10347.0, 10327.0, 10257.0, 10280.0, 10268.0, 10331.0, 10288.0, 10340.0, 10333.0, 10258.0, 10266.0, 10258.0, 10277.0, 10254.0, 10279.0, 10270.0, 10345.0, 10276.0, 10310.0, 10261.0, 10295.0, 10262.0, 10301.0, 10278.0, 10324.0, 10273.0, 10354.0, 10262.0, 10300.0, 10277.0, 10320.0, 10302.0, 10326.0, 10291.0, 10382.0, 10314.0, 10364.0, 10283.0, 10320.0, 10284.0, 10323.0, 10282.0, 10353.0, 10283.0, 10319.0, 10279.0, 10307.0, 10277.0, 10310.0, 10338.0, 10295.0, 10363.0, 10303.0, 10299.0, 10261.0, 10326.0, 10262.0, 10333.0, 10297.0, 10388.0, 10376.0, 10377.0, 10292.0, 10326.0, 10291.0, 10330.0, 10322.0, 10340.0, 10322.0, 10401.0, 10303.0, 10339.0, 10289.0, 10327.0, 10305.0, 10312.0, 10307.0, 10374.0, 10278.0, 10303.0, 10281.0, 10304.0, 10281.0, 10312.0, 10328.0, 10296.0, 10353.0, 10304.0, 10281.0, 10280.0, 10279.0, 10301.0, 10353.0, 10308.0, 10355.0, 10310.0, 10281.0, 10280.0, 10282.0, 10298.0, 10372.0, 10299.0, 10361.0, 10328.0, 10343.0, 10263.0, 10274.0, 10263.0, 10324.0, 10284.0, 10301.0, 10328.0, 10275.0, 10290.0, 10283.0, 10308.0, 10283.0, 10337.0, 10284.0, 10363.0, 10299.0, 10358.0, 10267.0, 10317.0, 10283.0, 10340.0, 10310.0, 10353.0, 10297.0, 10278.0, 10266.0, 10304.0, 10302.0, 10334.0, 10341.0, 10383.0, 10408.0, 10360.0, 10432.0, 10459.0, 10325.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.006300584707646177</td></tr>
<tr><td colspan=3>aqi</td><td>0.02738633388305847</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.310838746429084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331689751087782</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0631387448462115</td></tr>
<tr><td colspan=3>efc</td><td>0.5105</td></tr>
<tr><td colspan=3>fber</td><td>4649.6162</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10043577264112982</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.746626686656672</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4750551113688224</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3187363083533823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6900732995000185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4163557262530664</td></tr>
<tr><td colspan=3>gcor</td><td>0.00872901</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005754746496677399</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.044903937727212906</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.150351546529229</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.0916</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.2094</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.7692</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1318.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>479.0494</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8906</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.9637</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3908.234</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.201</td></tr>
<tr><td colspan=3>tsnr</td><td>33.639333432074636</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>