<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-03/func/sub-0020_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>aa1719ae05261e80bb9ab923c3a15269</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:36:58.022500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998585, 0.00777844, 0.0526088, -0.0169074, 0.984355, 0.175383]</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.117912</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7792, -7162, 481, -87, -173, 91, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ecbb10b-59fe-4045-821d-d0ce14e84dbb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6791303157806396, -0.045361198484897614, 0.13613814115524292, 110.83767700195312], [-0.020868998020887375, 2.6409528255462646, 0.4752650260925293, -96.65690612792969], [0.14114555716514587, -0.4705392122268677, 2.654352903366089, -3.5648577213287354], [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': ['133658.022500', '133658.482500', '133658.942500', '133659.402500', '133659.862500', '133700.322500', '133700.782500', '133701.242500', '133701.702500', '133702.162500', '133702.622500', '133703.082500', '133703.542500', '133704.002500', '133704.462500', '133704.922500', '133705.382500', '133705.842500', '133706.302500', '133706.762500', '133707.222500', '133707.682500', '133708.142500', '133708.602500', '133709.062500', '133709.522500', '133709.982500', '133710.442500', '133710.902500', '133711.362500', '133711.822500', '133712.282500', '133712.742500', '133713.202500', '133713.662500', '133714.122500', '133714.582500', '133715.042500', '133715.502500', '133715.962500', '133716.422500', '133716.882500', '133717.342500', '133717.802500', '133718.262500', '133718.722500', '133719.182500', '133719.642500', '133720.102500', '133720.562500', '133721.022500', '133721.482500', '133721.942500', '133722.402500', '133722.862500', '133723.322500', '133723.782500', '133724.242500', '133724.702500', '133725.162500', '133725.622500', '133726.082500', '133726.542500', '133727.002500', '133727.462500', '133727.922500', '133728.382500', '133728.842500', '133729.302500', '133729.762500', '133730.222500', '133730.682500', '133731.142500', '133731.602500', '133732.062500', '133732.522500', '133732.982500', '133733.442500', '133733.902500', '133734.362500', '133734.822500', '133735.282500', '133735.742500', '133736.202500', '133736.662500', '133737.122500', '133737.582500', '133738.042500', '133738.502500', '133738.962500', '133739.422500', '133739.882500', '133740.342500', '133740.802500', '133741.262500', '133741.722500', '133742.182500', '133742.642500', '133743.102500', '133743.562500', '133744.022500', '133744.482500', '133744.942500', '133745.402500', '133745.862500', '133746.322500', '133746.782500', '133747.242500', '133747.702500', '133748.162500', '133748.622500', '133749.082500', '133749.542500', '133750.002500', '133750.462500', '133750.922500', '133751.382500', '133751.842500', '133752.302500', '133752.762500', '133753.222500', '133753.682500', '133754.142500', '133754.602500', '133755.062500', '133755.522500', '133755.982500', '133756.442500', '133756.902500', '133757.362500', '133757.822500', '133758.282500', '133758.742500', '133759.202500', '133759.662500', '133800.122500', '133800.582500', '133801.042500', '133801.502500', '133801.962500', '133802.422500', '133802.882500', '133803.342500', '133803.802500', '133804.262500', '133804.722500', '133805.182500', '133805.642500', '133806.102500', '133806.562500', '133807.022500', '133807.482500', '133807.942500', '133808.402500', '133808.862500', '133809.322500', '133809.782500', '133810.242500', '133810.702500', '133811.162500', '133811.622500', '133812.082500', '133812.542500', '133813.002500', '133813.462500', '133813.922500', '133814.382500', '133814.842500', '133815.302500', '133815.762500', '133816.222500', '133816.682500', '133817.142500', '133817.602500', '133818.062500', '133818.522500', '133818.982500', '133819.442500', '133819.902500', '133820.362500', '133820.822500', '133821.282500', '133821.742500', '133822.202500', '133822.662500', '133823.122500', '133823.582500', '133824.042500', '133824.502500', '133824.962500', '133825.422500', '133825.882500', '133826.342500', '133826.802500', '133827.262500', '133827.722500', '133828.182500', '133828.642500', '133829.102500', '133829.562500', '133830.022500', '133830.482500', '133830.942500', '133831.402500', '133831.862500', '133832.322500', '133832.782500', '133833.242500', '133833.702500', '133834.162500', '133834.622500', '133835.082500', '133835.542500', '133836.002500', '133836.462500', '133836.922500', '133837.382500', '133837.842500', '133838.302500', '133838.762500', '133839.222500', '133839.682500', '133840.142500', '133840.602500', '133841.062500', '133841.522500', '133841.982500', '133842.442500', '133842.902500', '133843.362500', '133843.822500', '133844.282500', '133844.742500', '133845.202500', '133845.662500', '133846.122500', '133846.582500', '133847.042500', '133847.502500', '133847.962500', '133848.422500', '133848.882500', '133849.342500', '133849.802500', '133850.262500', '133850.722500', '133851.182500', '133851.642500', '133852.102500', '133852.562500', '133853.022500', '133853.482500', '133853.942500', '133854.402500', '133854.862500', '133855.322500', '133855.782500', '133856.242500', '133856.702500', '133857.162500', '133857.622500', '133858.082500', '133858.542500', '133859.002500', '133859.462500', '133859.922500', '133900.382500', '133900.842500', '133901.302500', '133901.762500', '133902.222500', '133902.682500', '133903.142500', '133903.602500', '133904.062500', '133904.522500', '133904.982500', '133905.442500', '133905.902500', '133906.362500', '133906.822500', '133907.282500', '133907.742500', '133908.202500', '133908.662500', '133909.122500', '133909.582500', '133910.042500', '133910.502500', '133910.962500', '133911.422500', '133911.882500', '133912.342500', '133912.802500', '133913.262500', '133913.722500', '133914.182500', '133914.642500', '133915.102500', '133915.562500', '133916.022500', '133916.482500', '133916.942500', '133917.402500', '133917.862500', '133918.322500', '133918.782500', '133919.242500', '133919.702500', '133920.162500', '133920.622500', '133921.082500', '133921.542500', '133922.002500', '133922.462500', '133922.922500', '133923.382500', '133923.842500', '133924.302500', '133924.762500', '133925.222500', '133925.682500', '133926.142500', '133926.602500', '133927.062500', '133927.522500', '133927.982500', '133928.442500', '133928.902500', '133929.362500', '133929.822500', '133930.282500', '133930.742500', '133931.202500', '133931.662500', '133932.122500', '133932.582500', '133933.042500', '133933.502500', '133933.962500', '133934.422500', '133934.882500', '133935.342500', '133935.802500', '133936.262500', '133936.722500', '133937.182500', '133937.642500', '133938.102500', '133938.562500', '133939.022500', '133939.482500', '133939.942500', '133940.402500', '133940.862500', '133941.322500', '133941.782500', '133942.242500', '133942.702500', '133943.162500', '133943.622500', '133944.082500', '133944.542500', '133945.002500', '133945.462500', '133945.922500', '133946.382500', '133946.842500', '133947.302500', '133947.762500', '133948.222500', '133948.682500', '133949.142500', '133949.602500', '133950.062500', '133950.522500', '133950.982500', '133951.442500', '133951.902500', '133952.362500', '133952.822500', '133953.282500', '133953.742500', '133954.202500', '133954.662500', '133955.122500', '133955.582500', '133956.042500', '133956.502500', '133956.962500', '133957.422500', '133957.882500', '133958.342500', '133958.802500', '133959.262500', '133959.722500', '134000.182500', '134000.642500', '134001.102500', '134001.562500', '134002.022500', '134002.482500', '134002.942500', '134003.402500', '134003.862500', '134004.322500', '134004.782500', '134005.242500', '134005.702500', '134006.162500', '134006.622500', '134007.082500', '134007.542500', '134008.002500', '134008.462500', '134008.922500', '134009.382500', '134009.842500', '134010.302500', '134010.762500', '134011.222500', '134011.682500', '134012.142500', '134012.602500', '134013.062500', '134013.522500', '134013.982500', '134014.442500', '134014.902500', '134015.362500', '134015.822500', '134016.282500', '134016.742500', '134017.202500', '134017.662500', '134018.122500', '134018.582500', '134019.042500', '134019.502500', '134019.962500', '134020.422500', '134020.882500', '134021.342500', '134021.802500', '134022.262500', '134022.722500', '134023.182500', '134023.642500', '134024.102500', '134024.562500', '134025.022500', '134025.482500', '134025.942500', '134026.402500', '134026.862500', '134027.322500', '134027.782500', '134028.242500', '134028.702500', '134029.162500', '134029.622500', '134030.082500', '134030.542500', '134031.002500', '134031.462500', '134031.922500', '134032.382500', '134032.842500', '134033.302500', '134033.762500', '134034.222500', '134034.682500', '134035.142500', '134035.602500', '134036.062500', '134036.522500', '134036.982500', '134037.442500', '134037.902500', '134038.362500', '134038.822500', '134039.282500', '134039.742500', '134040.202500', '134040.662500', '134041.122500', '134041.582500', '134042.042500', '134042.502500', '134042.962500', '134043.422500', '134043.882500', '134044.342500', '134044.802500', '134045.262500', '134045.722500', '134046.182500', '134046.642500', '134047.102500', '134047.562500', '134048.022500', '134048.482500', '134048.942500', '134049.402500', '134049.862500', '134050.322500', '134050.782500', '134051.242500', '134051.702500', '134052.162500', '134052.622500', '134053.082500', '134053.542500', '134054.002500', '134054.462500', '134054.922500', '134055.382500', '134055.842500', '134056.302500', '134056.762500', '134057.222500', '134057.682500', '134058.142500', '134058.602500', '134059.062500', '134059.522500', '134059.982500', '134100.442500', '134100.902500', '134101.362500', '134101.822500', '134102.282500', '134102.742500', '134103.202500', '134103.662500', '134104.122500', '134104.582500', '134105.042500', '134105.502500', '134105.962500', '134106.422500', '134106.882500', '134107.342500', '134107.802500', '134108.262500', '134108.722500', '134109.182500', '134109.642500', '134110.102500', '134110.562500', '134111.022500', '134111.482500', '134111.942500', '134112.402500', '134112.862500', '134113.322500', '134113.782500', '134114.242500', '134114.702500', '134115.162500', '134115.622500', '134116.082500', '134116.542500', '134117.002500', '134117.462500', '134117.922500', '134118.382500', '134118.842500', '134119.302500', '134119.762500', '134120.222500', '134120.682500', '134121.142500', '134121.602500', '134122.062500', '134122.522500', '134122.982500', '134123.442500', '134123.902500', '134124.362500', '134124.822500', '134125.282500', '134125.742500', '134126.202500', '134126.662500', '134127.122500', '134127.582500', '134128.042500', '134128.502500', '134128.962500', '134129.422500', '134129.882500', '134130.342500', '134130.802500', '134131.262500', '134131.722500', '134132.182500', '134132.642500', '134133.102500', '134133.562500', '134134.022500', '134134.482500', '134134.942500', '134135.402500', '134135.862500', '134136.322500', '134136.782500', '134137.242500', '134137.702500', '134138.162500', '134138.622500', '134139.082500', '134139.542500', '134140.002500', '134140.462500', '134140.922500', '134141.382500', '134141.842500', '134142.302500', '134142.762500', '134143.222500', '134143.682500', '134144.142500', '134144.602500', '134145.062500', '134145.522500', '134145.982500', '134146.442500', '134146.902500', '134147.362500', '134147.822500', '134148.282500', '134148.742500', '134149.202500', '134149.662500', '134150.122500', '134150.582500', '134151.042500', '134151.502500', '134151.962500', '134152.422500', '134152.882500', '134153.342500', '134153.802500', '134154.262500', '134154.722500', '134155.182500', '134155.642500', '134156.102500', '134156.562500', '134157.022500', '134157.482500', '134157.942500', '134158.402500', '134158.862500', '134159.322500', '134159.782500', '134200.242500', '134200.702500', '134201.162500', '134201.622500', '134202.082500', '134202.542500', '134203.002500', '134203.462500', '134203.922500', '134204.382500', '134204.842500', '134205.302500', '134205.762500', '134206.222500', '134206.682500', '134207.142500', '134207.602500', '134208.062500', '134208.522500', '134208.982500', '134209.442500', '134209.902500', '134210.362500', '134210.822500', '134211.282500', '134211.742500', '134212.202500', '134212.662500', '134213.122500', '134213.582500', '134214.042500', '134214.502500', '134214.962500', '134215.422500', '134215.882500', '134216.342500', '134216.802500', '134217.262500', '134217.722500', '134218.182500', '134218.642500', '134219.102500', '134219.562500', '134220.022500', '134220.482500', '134220.942500', '134221.402500', '134221.862500', '134222.322500', '134222.782500', '134223.242500', '134223.702500', '134224.162500', '134224.622500', '134225.082500', '134225.542500', '134226.002500', '134226.462500', '134226.922500', '134227.382500', '134227.842500', '134228.302500', '134228.762500', '134229.222500', '134229.682500', '134230.142500', '134230.602500', '134231.062500', '134231.522500', '134231.982500', '134232.442500', '134232.902500', '134233.362500', '134233.822500', '134234.282500', '134234.742500', '134235.202500', '134235.662500', '134236.122500', '134236.582500', '134237.042500', '134237.502500', '134237.962500', '134238.422500', '134238.882500', '134239.342500', '134239.802500', '134240.262500', '134240.722500', '134241.182500', '134241.642500', '134242.102500', '134242.562500', '134243.022500', '134243.482500', '134243.942500', '134244.402500', '134244.862500', '134245.322500', '134245.782500', '134246.242500', '134246.702500', '134247.162500', '134247.622500', '134248.082500', '134248.542500', '134249.002500', '134249.462500', '134249.922500', '134250.382500', '134250.842500', '134251.302500', '134251.762500', '134252.222500', '134252.682500', '134253.142500', '134253.602500', '134254.062500', '134254.522500', '134254.982500', '134255.442500', '134255.902500', '134256.362500', '134256.822500', '134257.282500', '134257.742500', '134258.202500', '134258.662500', '134259.122500', '134259.582500', '134300.042500', '134300.502500', '134300.962500', '134301.422500', '134301.882500', '134302.342500', '134302.802500', '134303.262500', '134303.722500', '134304.182500', '134304.642500', '134305.102500', '134305.562500', '134306.022500', '134306.482500', '134306.942500', '134307.402500', '134307.862500', '134308.322500', '134308.782500', '134309.242500', '134309.702500', '134310.162500', '134310.622500', '134311.082500', '134311.542500', '134312.002500', '134312.462500', '134312.922500', '134313.382500', '134313.842500', '134314.302500', '134314.762500', '134315.222500', '134315.682500', '134316.142500', '134316.602500', '134317.062500', '134317.522500', '134317.982500', '134318.442500', '134318.902500', '134319.362500', '134319.822500', '134320.282500', '134320.742500', '134321.202500', '134321.662500', '134322.122500', '134322.582500', '134323.042500', '134323.502500', '134323.962500', '134324.422500', '134324.882500', '134325.342500', '134325.802500', '134326.262500', '134326.722500', '134327.182500', '134327.642500', '134328.102500', '134328.562500', '134329.022500', '134329.482500', '134329.942500', '134330.402500', '134330.862500', '134331.322500', '134331.782500', '134332.242500', '134332.702500', '134333.162500', '134333.622500', '134334.082500', '134334.542500', '134335.002500', '134335.462500', '134335.922500', '134336.382500', '134336.842500', '134337.302500', '134337.762500', '134338.222500', '134338.682500', '134339.142500', '134339.602500', '134340.062500', '134340.522500', '134340.982500', '134341.442500', '134341.902500', '134342.362500', '134342.822500', '134343.282500', '134343.742500', '134344.202500', '134344.662500', '134345.122500', '134345.582500', '134346.042500', '134346.502500', '134346.962500', '134347.422500', '134347.882500', '134348.342500', '134348.802500', '134349.262500', '134349.722500', '134350.182500', '134350.642500', '134351.102500', '134351.562500', '134352.022500', '134352.482500', '134352.942500', '134353.402500', '134353.862500', '134354.322500', '134354.782500', '134355.242500', '134355.702500', '134356.162500', '134356.622500', '134357.082500', '134357.542500', '134358.002500', '134358.462500', '134358.922500', '134359.382500', '134359.842500', '134400.302500', '134400.762500', '134401.222500', '134401.682500', '134402.142500', '134402.602500', '134403.062500', '134403.522500', '134403.982500', '134404.442500', '134404.902500', '134405.362500', '134405.822500', '134406.282500', '134406.742500', '134407.202500', '134407.662500', '134408.122500', '134408.582500', '134409.042500', '134409.502500', '134409.962500', '134410.422500', '134410.882500', '134411.342500', '134411.802500', '134412.262500', '134412.722500', '134413.182500', '134413.642500', '134414.102500', '134414.562500', '134415.022500', '134415.482500', '134415.942500', '134416.402500', '134416.862500', '134417.322500', '134417.782500', '134418.242500', '134418.702500', '134419.162500', '134419.622500', '134420.082500', '134420.542500', '134421.002500', '134421.462500', '134421.922500', '134422.382500', '134422.842500', '134423.302500', '134423.762500', '134424.222500', '134424.682500', '134425.142500', '134425.602500', '134426.062500', '134426.522500', '134426.982500', '134427.442500', '134427.902500', '134428.362500', '134428.822500', '134429.282500', '134429.742500', '134430.202500', '134430.662500', '134431.122500', '134431.582500', '134432.042500', '134432.502500', '134432.962500', '134433.422500', '134433.882500', '134434.342500', '134434.802500', '134435.262500', '134435.722500', '134436.182500', '134436.642500', '134437.102500', '134437.562500', '134438.022500', '134438.482500', '134438.942500', '134439.402500', '134439.862500', '134440.322500', '134440.782500', '134441.242500', '134441.702500', '134442.162500', '134442.622500', '134443.082500', '134443.542500', '134444.002500', '134444.462500', '134444.922500', '134445.382500', '134445.842500', '134446.302500', '134446.762500', '134447.222500', '134447.682500', '134448.142500', '134448.602500', '134449.062500', '134449.522500', '134449.982500', '134450.442500', '134450.902500', '134451.362500', '134451.822500', '134452.282500', '134452.742500', '134453.202500', '134453.662500', '134454.122500', '134454.582500', '134455.042500', '134455.502500', '134455.962500', '134456.422500', '134456.882500', '134457.342500', '134457.802500', '134458.262500', '134458.722500', '134459.182500', '134459.642500', '134500.102500', '134500.562500', '134501.022500', '134501.482500', '134501.942500', '134502.402500', '134502.862500', '134503.322500', '134503.782500', '134504.242500', '134504.702500', '134505.162500', '134505.622500', '134506.082500', '134506.542500', '134507.002500', '134507.462500', '134507.922500', '134508.382500', '134508.842500', '134509.302500', '134509.762500', '134510.222500', '134510.682500', '134511.142500', '134511.602500', '134512.062500', '134512.522500', '134512.982500', '134513.442500', '134513.902500', '134514.362500', '134514.822500', '134515.282500', '134515.742500', '134516.202500', '134516.662500', '134517.122500', '134517.582500', '134518.042500', '134518.502500', '134518.962500', '134519.422500', '134519.882500', '134520.342500', '134520.802500', '134521.262500', '134521.722500', '134522.182500', '134522.642500', '134523.102500', '134523.562500', '134524.022500', '134524.482500', '134524.942500', '134525.402500', '134525.862500', '134526.322500', '134526.782500', '134527.242500', '134527.702500', '134528.162500', '134528.622500', '134529.082500', '134529.542500', '134530.002500', '134530.462500', '134530.922500', '134531.382500', '134531.842500', '134532.302500', '134532.762500', '134533.222500', '134533.682500', '134534.142500', '134534.602500', '134535.062500', '134535.522500', '134535.982500', '134536.442500', '134536.902500', '134537.362500', '134537.822500', '134538.282500', '134538.742500', '134539.202500', '134539.662500', '134540.122500', '134540.582500', '134541.042500', '134541.502500', '134541.962500', '134542.422500', '134542.882500', '134543.342500', '134543.802500', '134544.262500', '134544.722500', '134545.182500', '134545.642500', '134546.102500', '134546.562500', '134547.022500', '134547.482500', '134547.942500', '134548.402500', '134548.862500', '134549.322500', '134549.782500', '134550.242500', '134550.702500', '134551.162500', '134551.622500', '134552.082500', '134552.542500', '134553.002500', '134553.462500', '134553.922500', '134554.382500', '134554.842500', '134555.302500', '134555.762500', '134556.222500', '134556.682500', '134557.142500', '134557.602500', '134558.062500', '134558.522500', '134558.982500', '134559.442500', '134559.902500', '134600.362500', '134600.822500', '134601.282500', '134601.742500', '134602.202500', '134602.662500', '134603.122500', '134603.582500', '134604.042500', '134604.502500', '134604.962500', '134605.422500', '134605.882500', '134606.342500', '134606.802500', '134607.262500', '134607.722500', '134608.182500', '134608.642500', '134609.102500', '134609.562500', '134610.022500', '134610.482500', '134610.942500', '134611.402500', '134611.862500', '134612.322500', '134612.782500', '134613.242500', '134613.702500', '134614.162500', '134614.622500', '134615.082500', '134615.542500', '134616.002500', '134616.462500', '134616.922500', '134617.382500', '134617.842500', '134618.302500', '134618.762500', '134619.222500', '134619.682500', '134620.142500', '134620.602500', '134621.062500', '134621.522500', '134621.982500', '134622.442500', '134622.902500', '134623.362500', '134623.822500', '134624.282500', '134624.742500', '134625.202500', '134625.662500', '134626.122500', '134626.582500', '134627.042500', '134627.502500', '134627.962500', '134628.422500', '134628.882500', '134629.342500', '134629.802500', '134630.262500', '134630.722500', '134631.182500', '134631.642500', '134632.102500', '134632.562500', '134633.022500', '134633.482500', '134633.942500', '134634.402500', '134634.862500', '134635.322500', '134635.782500', '134636.242500', '134636.702500', '134637.162500', '134637.622500', '134638.082500', '134638.542500', '134639.002500', '134639.462500', '134639.922500', '134640.382500', '134640.842500', '134641.302500', '134641.762500', '134642.222500', '134642.682500', '134643.142500', '134643.602500', '134644.062500', '134644.522500', '134644.982500', '134645.442500', '134645.902500', '134646.362500', '134646.822500', '134647.282500', '134647.742500', '134648.202500', '134648.662500', '134649.122500', '134649.582500', '134650.042500', '134650.502500', '134650.962500', '134651.422500', '134651.882500', '134652.342500', '134652.802500', '134653.262500', '134653.722500', '134654.182500', '134654.642500', '134655.102500', '134655.562500', '134656.022500', '134656.482500', '134656.942500', '134657.402500', '134657.862500', '134658.322500', '134658.782500', '134659.242500', '134659.702500', '134700.162500', '134700.622500', '134701.082500', '134701.542500', '134702.002500', '134702.462500', '134702.922500', '134703.382500', '134703.842500', '134704.302500', '134704.762500', '134705.222500', '134705.682500', '134706.142500', '134706.602500', '134707.062500', '134707.522500', '134707.982500', '134708.442500', '134708.902500', '134709.362500', '134709.822500', '134710.282500', '134710.742500', '134711.202500', '134711.662500'], 'ContentTime': ['133715.694000', '133715.700000', '133715.704000', '133715.707000', '133715.710000', '133715.713000', '133715.744000', '133715.747000', '133715.749000', '133715.752000', '133715.755000', '133715.758000', '133715.761000', '133715.764000', '133715.767000', '133715.770000', '133715.773000', '133715.776000', '133715.779000', '133715.781000', '133715.784000', '133715.787000', '133715.790000', '133715.793000', '133715.796000', '133715.799000', '133715.803000', '133715.805000', '133715.808000', '133715.811000', '133715.814000', '133715.817000', '133715.831000', '133715.834000', '133715.837000', '133715.840000', '133735.662000', '133735.665000', '133735.668000', '133735.670000', '133735.673000', '133735.676000', '133735.679000', '133735.682000', '133735.685000', '133735.687000', '133735.690000', '133735.693000', '133735.696000', '133735.698000', '133735.701000', '133735.704000', '133735.711000', '133735.714000', '133735.716000', '133735.719000', '133735.722000', '133735.725000', '133735.728000', '133735.731000', '133735.733000', '133735.736000', '133735.739000', '133735.742000', '133735.744000', '133735.747000', '133735.750000', '133735.753000', '133735.756000', '133735.759000', '133735.761000', '133735.764000', '133735.767000', '133735.770000', '133735.773000', '133735.775000', '133735.778000', '133735.781000', '133735.784000', '133735.787000', '133755.662000', '133755.665000', '133755.668000', '133755.670000', '133755.673000', '133755.676000', '133755.679000', '133755.682000', '133755.684000', '133755.687000', '133755.691000', '133755.695000', '133755.698000', '133755.701000', '133755.704000', '133755.707000', '133755.727000', '133755.730000', '133755.732000', '133755.735000', '133755.738000', '133755.741000', '133755.744000', '133755.746000', '133755.749000', '133755.752000', '133755.755000', '133755.758000', '133755.760000', '133755.763000', '133755.766000', '133755.769000', '133755.772000', '133755.775000', '133755.777000', '133755.780000', '133755.783000', '133755.786000', '133755.788000', '133755.791000', '133755.794000', '133755.797000', '133755.800000', '133815.661000', '133815.664000', '133815.667000', '133815.670000', '133815.672000', '133815.675000', '133815.678000', '133815.681000', '133815.684000', '133815.686000', '133815.689000', '133815.692000', '133815.695000', '133815.698000', '133815.700000', '133815.703000', '133815.706000', '133815.709000', '133815.712000', '133815.715000', '133815.717000', '133815.720000', '133815.723000', '133815.726000', '133815.729000', '133815.731000', '133815.734000', '133815.737000', '133815.740000', '133815.743000', '133815.746000', '133815.748000', '133815.751000', '133815.754000', '133815.757000', '133815.760000', '133815.762000', '133815.765000', '133815.768000', '133815.771000', '133815.774000', '133815.777000', '133815.780000', '133815.782000', '133835.661000', '133835.664000', '133835.667000', '133835.670000', '133835.672000', '133835.675000', '133835.678000', '133835.681000', '133835.684000', '133835.686000', '133835.689000', '133835.693000', '133835.696000', '133835.700000', '133835.702000', '133835.705000', '133835.723000', '133835.726000', '133835.729000', '133835.732000', '133835.734000', '133835.737000', '133835.740000', '133835.743000', '133835.746000', '133835.749000', '133835.751000', '133835.754000', '133835.757000', '133835.760000', '133835.763000', '133835.766000', '133835.768000', '133835.771000', '133835.774000', '133835.777000', '133835.780000', '133835.783000', '133835.785000', '133835.788000', '133835.791000', '133835.794000', '133835.797000', '133855.661000', '133855.664000', '133855.667000', '133855.669000', '133855.672000', '133855.675000', '133855.678000', '133855.681000', '133855.684000', '133855.687000', '133855.689000', '133855.692000', '133855.695000', '133855.698000', '133855.701000', '133855.704000', '133855.706000', '133855.709000', '133855.712000', '133855.715000', '133855.718000', '133855.721000', '133855.723000', '133855.726000', '133855.729000', '133855.732000', '133855.735000', '133855.738000', '133855.740000', '133855.743000', '133855.746000', '133855.753000', '133855.755000', '133855.758000', '133855.761000', '133855.764000', '133855.767000', '133855.769000', '133855.772000', '133855.775000', '133855.778000', '133855.781000', '133855.784000', '133855.786000', '133915.661000', '133915.664000', '133915.667000', '133915.670000', '133915.672000', '133915.675000', '133915.678000', '133915.681000', '133915.684000', '133915.687000', '133915.690000', '133915.692000', '133915.695000', '133915.698000', '133915.701000', '133915.704000', '133915.706000', '133915.709000', '133915.712000', '133915.715000', '133915.718000', '133915.720000', '133915.723000', '133915.726000', '133915.730000', '133915.735000', '133915.738000', '133915.741000', '133915.744000', '133915.747000', '133915.750000', '133915.753000', '133915.756000', '133915.758000', '133915.761000', '133915.764000', '133915.767000', '133915.770000', '133915.773000', '133915.775000', '133915.778000', '133915.781000', '133915.784000', '133935.661000', '133935.664000', '133935.667000', '133935.669000', '133935.672000', '133935.675000', '133935.678000', '133935.681000', '133935.684000', '133935.687000', '133935.689000', '133935.692000', '133935.695000', '133935.698000', '133935.701000', '133935.704000', '133935.707000', '133935.709000', '133935.712000', '133935.715000', '133935.718000', '133935.720000', '133935.723000', '133935.726000', '133935.729000', '133935.732000', '133935.735000', '133935.737000', '133935.740000', '133935.743000', '133935.746000', '133935.749000', '133935.752000', '133935.755000', '133935.757000', '133935.760000', '133935.763000', '133935.766000', '133935.769000', '133935.772000', '133935.775000', '133935.777000', '133935.780000', '133935.783000', '133955.662000', '133955.665000', '133955.668000', '133955.670000', '133955.673000', '133955.677000', '133955.680000', '133955.683000', '133955.686000', '133955.688000', '133955.691000', '133955.694000', '133955.697000', '133955.700000', '133955.703000', '133955.706000', '133955.708000', '133955.711000', '133955.714000', '133955.717000', '133955.720000', '133955.723000', '133955.725000', '133955.728000', '133955.731000', '133955.734000', '133955.737000', '133955.740000', '133955.743000', '133955.746000', '133955.749000', '133955.752000', '133955.755000', '133955.757000', '133955.760000', '133955.763000', '133955.766000', '133955.769000', '133955.771000', '133955.774000', '133955.777000', '133955.780000', '133955.783000', '134015.662000', '134015.665000', '134015.668000', '134015.670000', '134015.673000', '134015.676000', '134015.679000', '134015.682000', '134015.685000', '134015.688000', '134015.690000', '134015.693000', '134015.708000', '134015.711000', '134015.714000', '134015.717000', '134015.719000', '134015.722000', '134015.725000', '134015.728000', '134015.731000', '134015.734000', '134015.736000', '134015.739000', '134015.742000', '134015.745000', '134015.748000', '134015.751000', '134015.754000', '134015.757000', '134015.760000', '134015.762000', '134015.765000', '134015.768000', '134015.771000', '134015.774000', '134015.777000', '134015.779000', '134015.782000', '134015.806000', '134015.809000', '134015.812000', '134015.815000', '134015.818000', '134035.661000', '134035.664000', '134035.667000', '134035.669000', '134035.672000', '134035.675000', '134035.678000', '134035.681000', '134035.684000', '134035.687000', '134035.689000', '134035.692000', '134035.695000', '134035.698000', '134035.701000', '134035.704000', '134035.707000', '134035.710000', '134035.712000', '134035.715000', '134035.718000', '134035.721000', '134035.724000', '134035.727000', '134035.730000', '134035.733000', '134035.735000', '134035.738000', '134035.741000', '134035.744000', '134035.747000', '134035.750000', '134035.752000', '134035.755000', '134035.758000', '134035.761000', '134035.764000', '134035.768000', '134035.772000', '134035.775000', '134035.778000', '134035.781000', '134035.783000', '134055.661000', '134055.664000', '134055.667000', '134055.669000', '134055.672000', '134055.675000', '134055.678000', '134055.681000', '134055.684000', '134055.686000', '134055.689000', '134055.692000', '134055.695000', '134055.698000', '134055.701000', '134055.704000', '134055.706000', '134055.709000', '134055.712000', '134055.715000', '134055.718000', '134055.721000', '134055.724000', '134055.726000', '134055.729000', '134055.732000', '134055.735000', '134055.738000', '134055.741000', '134055.744000', '134055.747000', '134055.749000', '134055.752000', '134055.755000', '134055.758000', '134055.761000', '134055.764000', '134055.766000', '134055.769000', '134055.772000', '134055.775000', '134055.778000', '134055.781000', '134055.784000', '134115.661000', '134115.664000', '134115.667000', '134115.670000', '134115.673000', '134115.675000', '134115.678000', '134115.681000', '134115.684000', '134115.687000', '134115.690000', '134115.693000', '134115.695000', '134115.698000', '134115.701000', '134115.704000', '134115.707000', '134115.710000', '134115.714000', '134115.717000', '134115.720000', '134115.723000', '134115.725000', '134115.728000', '134115.731000', '134115.734000', '134115.737000', '134115.740000', '134115.743000', '134115.746000', '134115.748000', '134115.751000', '134115.754000', '134115.757000', '134115.760000', '134115.763000', '134115.765000', '134115.768000', '134115.771000', '134115.774000', '134115.777000', '134115.780000', '134115.784000', '134135.661000', '134135.664000', '134135.667000', '134135.670000', '134135.672000', '134135.675000', '134135.678000', '134135.681000', '134135.684000', '134135.687000', '134135.690000', '134135.693000', '134135.695000', '134135.698000', '134135.701000', '134135.704000', '134135.707000', '134135.710000', '134135.713000', '134135.715000', '134135.718000', '134135.721000', '134135.724000', '134135.727000', '134135.730000', '134135.732000', '134135.735000', '134135.738000', '134135.741000', '134135.744000', '134135.747000', '134135.750000', '134135.752000', '134135.755000', '134135.758000', '134135.761000', '134135.764000', '134135.779000', '134135.781000', '134135.784000', '134135.787000', '134135.790000', '134135.793000', '134135.796000', '134155.661000', '134155.664000', '134155.667000', '134155.670000', '134155.672000', '134155.675000', '134155.678000', '134155.681000', '134155.684000', '134155.687000', '134155.689000', '134155.692000', '134155.695000', '134155.698000', '134155.701000', '134155.704000', '134155.707000', '134155.709000', '134155.712000', '134155.715000', '134155.718000', '134155.721000', '134155.724000', '134155.727000', '134155.729000', '134155.732000', '134155.735000', '134155.738000', '134155.741000', '134155.744000', '134155.746000', '134155.749000', '134155.752000', '134155.755000', '134155.758000', '134155.761000', '134155.763000', '134155.766000', '134155.769000', '134155.772000', '134155.775000', '134155.778000', '134155.780000', '134215.662000', '134215.665000', '134215.668000', '134215.671000', '134215.673000', '134215.676000', '134215.679000', '134215.682000', '134215.685000', '134215.688000', '134215.691000', '134215.693000', '134215.696000', '134215.699000', '134215.702000', '134215.705000', '134215.708000', '134215.711000', '134215.713000', '134215.716000', '134215.719000', '134215.722000', '134215.725000', '134215.728000', '134215.731000', '134215.734000', '134215.736000', '134215.739000', '134215.742000', '134215.745000', '134215.748000', '134215.751000', '134215.753000', '134215.756000', '134215.759000', '134215.762000', '134215.765000', '134215.768000', '134215.771000', '134215.773000', '134215.776000', '134215.779000', '134215.782000', '134215.785000', '134235.662000', '134235.665000', '134235.668000', '134235.671000', '134235.687000', '134235.690000', '134235.693000', '134235.698000', '134235.701000', '134235.704000', '134235.707000', '134235.710000', '134235.712000', '134235.715000', '134235.718000', '134235.721000', '134235.724000', '134235.727000', '134235.729000', '134235.732000', '134235.735000', '134235.738000', '134235.741000', '134235.744000', '134235.747000', '134235.749000', '134235.753000', '134235.756000', '134235.759000', '134235.762000', '134235.765000', '134235.768000', '134235.771000', '134235.773000', '134235.776000', '134235.779000', '134235.782000', '134235.785000', '134235.788000', '134235.791000', '134235.793000', '134235.796000', '134235.799000', '134255.661000', '134255.664000', '134255.667000', '134255.670000', '134255.672000', '134255.675000', '134255.678000', '134255.681000', '134255.684000', '134255.687000', '134255.689000', '134255.692000', '134255.695000', '134255.698000', '134255.701000', '134255.704000', '134255.707000', '134255.710000', '134255.712000', '134255.715000', '134255.718000', '134255.721000', '134255.724000', '134255.727000', '134255.729000', '134255.732000', '134255.735000', '134255.738000', '134255.741000', '134255.744000', '134255.747000', '134255.749000', '134255.752000', '134255.755000', '134255.758000', '134255.761000', '134255.764000', '134255.766000', '134255.769000', '134255.772000', '134255.775000', '134255.778000', '134255.781000', '134255.783000', '134315.661000', '134315.664000', '134315.667000', '134315.670000', '134315.678000', '134315.681000', '134315.683000', '134315.686000', '134315.689000', '134315.692000', '134315.695000', '134315.698000', '134315.701000', '134315.703000', '134315.706000', '134315.709000', '134315.712000', '134315.715000', '134315.718000', '134315.721000', '134315.723000', '134315.726000', '134315.729000', '134315.732000', '134315.735000', '134315.738000', '134315.740000', '134315.743000', '134315.746000', '134315.749000', '134315.752000', '134315.755000', '134315.758000', '134315.761000', '134315.763000', '134315.766000', '134315.769000', '134315.772000', '134315.775000', '134315.777000', '134315.780000', '134315.783000', '134315.786000', '134335.661000', '134335.664000', '134335.667000', '134335.670000', '134335.672000', '134335.675000', '134335.678000', '134335.681000', '134335.684000', '134335.687000', '134335.689000', '134335.692000', '134335.695000', '134335.698000', '134335.701000', '134335.704000', '134335.707000', '134335.709000', '134335.712000', '134335.715000', '134335.718000', '134335.721000', '134335.724000', '134335.727000', '134335.730000', '134335.732000', '134335.735000', '134335.738000', '134335.741000', '134335.744000', '134335.747000', '134335.749000', '134335.752000', '134335.755000', '134335.758000', '134335.761000', '134335.764000', '134335.766000', '134335.769000', '134335.772000', '134335.775000', '134335.778000', '134335.781000', '134335.783000', '134355.661000', '134355.664000', '134355.667000', '134355.670000', '134355.673000', '134355.675000', '134355.678000', '134355.681000', '134355.684000', '134355.687000', '134355.690000', '134355.693000', '134355.695000', '134355.698000', '134355.701000', '134355.704000', '134355.707000', '134355.710000', '134355.713000', '134355.715000', '134355.718000', '134355.721000', '134355.724000', '134355.727000', '134355.730000', '134355.733000', '134355.735000', '134355.738000', '134355.741000', '134355.744000', '134355.747000', '134355.750000', '134355.752000', '134355.755000', '134355.758000', '134355.761000', '134355.764000', '134355.767000', '134355.769000', '134355.772000', '134355.775000', '134355.778000', '134355.781000', '134415.662000', '134415.667000', '134415.670000', '134415.673000', '134415.676000', '134415.679000', '134415.682000', '134415.684000', '134415.687000', '134415.690000', '134415.693000', '134415.696000', '134415.699000', '134415.701000', '134415.704000', '134415.707000', '134415.710000', '134415.713000', '134415.716000', '134415.719000', '134415.722000', '134415.724000', '134415.727000', '134415.730000', '134415.733000', '134415.736000', '134415.739000', '134415.742000', '134415.744000', '134415.747000', '134415.750000', '134415.753000', '134415.757000', '134415.760000', '134415.763000', '134415.765000', '134415.768000', '134415.771000', '134415.774000', '134415.777000', '134415.779000', '134415.782000', '134415.785000', '134435.662000', '134435.665000', '134435.668000', '134435.671000', '134435.673000', '134435.676000', '134435.679000', '134435.682000', '134435.685000', '134435.688000', '134435.690000', '134435.693000', '134435.696000', '134435.699000', '134435.702000', '134435.715000', '134435.718000', '134435.720000', '134435.723000', '134435.726000', '134435.729000', '134435.732000', '134435.735000', '134435.737000', '134435.740000', '134435.743000', '134435.746000', '134435.749000', '134435.752000', '134435.755000', '134435.758000', '134435.760000', '134435.763000', '134435.766000', '134435.769000', '134435.772000', '134435.775000', '134435.778000', '134435.780000', '134435.783000', '134435.786000', '134435.789000', '134435.792000', '134435.795000', '134455.662000', '134455.665000', '134455.668000', '134455.671000', '134455.673000', '134455.676000', '134455.679000', '134455.682000', '134455.685000', '134455.688000', '134455.690000', '134455.693000', '134455.696000', '134455.699000', '134455.702000', '134455.705000', '134455.708000', '134455.710000', '134455.713000', '134455.716000', '134455.719000', '134455.722000', '134455.725000', '134455.727000', '134455.730000', '134455.733000', '134455.736000', '134455.739000', '134455.742000', '134455.745000', '134455.748000', '134455.750000', '134455.753000', '134455.756000', '134455.759000', '134455.762000', '134455.765000', '134455.768000', '134455.770000', '134455.773000', '134455.776000', '134455.779000', '134455.782000', '134515.661000', '134515.664000', '134515.667000', '134515.670000', '134515.673000', '134515.676000', '134515.678000', '134515.681000', '134515.684000', '134515.687000', '134515.690000', '134515.693000', '134515.695000', '134515.698000', '134515.701000', '134515.704000', '134515.707000', '134515.710000', '134515.713000', '134515.715000', '134515.718000', '134515.721000', '134515.724000', '134515.727000', '134515.730000', '134515.733000', '134515.736000', '134515.738000', '134515.741000', '134515.744000', '134515.747000', '134515.750000', '134515.753000', '134515.756000', '134515.758000', '134515.761000', '134515.764000', '134515.767000', '134515.770000', '134515.773000', '134515.775000', '134515.778000', '134515.781000', '134515.784000', '134535.661000', '134535.665000', '134535.670000', '134535.673000', '134535.676000', '134535.678000', '134535.681000', '134535.684000', '134535.687000', '134535.690000', '134535.693000', '134535.696000', '134535.699000', '134535.701000', '134535.704000', '134535.707000', '134535.710000', '134535.713000', '134535.716000', '134535.718000', '134535.721000', '134535.724000', '134535.727000', '134535.730000', '134535.733000', '134535.736000', '134535.738000', '134535.741000', '134535.744000', '134535.747000', '134535.750000', '134535.753000', '134535.756000', '134535.759000', '134535.761000', '134535.764000', '134535.767000', '134535.770000', '134535.773000', '134535.775000', '134535.778000', '134535.781000', '134535.784000', '134555.661000', '134555.664000', '134555.667000', '134555.670000', '134555.673000', '134555.676000', '134555.678000', '134555.681000', '134555.684000', '134555.687000', '134555.690000', '134555.693000', '134555.696000', '134555.698000', '134555.701000', '134555.704000', '134555.707000', '134555.710000', '134555.713000', '134555.715000', '134555.718000', '134555.721000', '134555.724000', '134555.727000', '134555.730000', '134555.733000', '134555.736000', '134555.738000', '134555.741000', '134555.744000', '134555.747000', '134555.750000', '134555.753000', '134555.755000', '134555.758000', '134555.761000', '134555.764000', '134555.767000', '134555.770000', '134555.772000', '134555.775000', '134555.778000', '134555.781000', '134555.784000', '134615.661000', '134615.664000', '134615.667000', '134615.670000', '134615.673000', '134615.676000', '134615.679000', '134615.684000', '134615.688000', '134615.691000', '134615.694000', '134615.696000', '134615.699000', '134615.702000', '134615.705000', '134615.708000', '134615.711000', '134615.714000', '134615.717000', '134615.719000', '134615.722000', '134615.725000', '134615.728000', '134615.731000', '134615.734000', '134615.737000', '134615.740000', '134615.742000', '134615.745000', '134615.748000', '134615.751000', '134615.754000', '134615.757000', '134615.760000', '134615.763000', '134615.765000', '134615.768000', '134615.771000', '134615.774000', '134615.777000', '134615.780000', '134615.783000', '134615.785000', '134635.661000', '134635.664000', '134635.667000', '134635.670000', '134635.673000', '134635.675000', '134635.678000', '134635.681000', '134635.684000', '134635.687000', '134635.690000', '134635.693000', '134635.695000', '134635.698000', '134635.701000', '134635.704000', '134635.707000', '134635.710000', '134635.713000', '134635.715000', '134635.718000', '134635.721000', '134635.724000', '134635.727000', '134635.730000', '134635.732000', '134635.735000', '134635.738000', '134635.741000', '134635.744000', '134635.747000', '134635.750000', '134635.753000', '134635.755000', '134635.758000', '134635.761000', '134635.764000', '134635.767000', '134635.770000', '134635.773000', '134635.775000', '134635.778000', '134635.781000', '134635.784000', '134655.662000', '134655.665000', '134655.668000', '134655.671000', '134655.674000', '134655.676000', '134655.679000', '134655.682000', '134655.685000', '134655.688000', '134655.691000', '134655.694000', '134655.697000', '134655.699000', '134655.702000', '134655.705000', '134655.708000', '134655.711000', '134655.714000', '134655.717000', '134655.720000', '134655.724000', '134655.727000', '134655.730000', '134655.733000', '134655.736000', '134655.739000', '134655.742000', '134655.745000', '134655.747000', '134655.750000', '134655.753000', '134655.756000', '134655.759000', '134655.762000', '134655.765000', '134655.767000', '134655.770000', '134655.773000', '134655.776000', '134655.779000', '134655.782000', '134655.785000', '134712.793000', '134712.797000', '134712.800000', '134712.803000', '134712.806000', '134712.810000', '134712.813000', '134712.816000', '134712.819000', '134712.822000', '134712.825000', '134712.828000', '134712.831000', '134712.834000', '134712.837000', '134712.840000', '134712.843000', '134712.846000', '134712.849000', '134712.852000', '134712.855000', '134712.858000', '134712.861000', '134712.864000', '134712.867000', '134712.870000', '134712.873000', '134712.875000', '134712.878000', '134712.881000', '134712.884000', '134712.887000', '134712.890000', '134712.893000', '134712.896000', '134712.900000', '134712.903000', '134712.906000'], 'InstanceCreationTime': ['133715.694000', '133715.700000', '133715.704000', '133715.707000', '133715.710000', '133715.713000', '133715.744000', '133715.747000', '133715.749000', '133715.752000', '133715.755000', '133715.758000', '133715.761000', '133715.764000', '133715.767000', '133715.770000', '133715.773000', '133715.776000', '133715.779000', '133715.781000', '133715.784000', '133715.787000', '133715.790000', '133715.793000', '133715.796000', '133715.799000', '133715.803000', '133715.805000', '133715.808000', '133715.811000', '133715.814000', '133715.817000', '133715.831000', '133715.834000', '133715.837000', '133715.840000', '133735.662000', '133735.665000', '133735.668000', '133735.670000', '133735.673000', '133735.676000', '133735.679000', '133735.682000', '133735.685000', '133735.687000', '133735.690000', '133735.693000', '133735.696000', '133735.698000', '133735.701000', '133735.704000', '133735.711000', '133735.714000', '133735.716000', '133735.719000', '133735.722000', '133735.725000', '133735.728000', '133735.731000', '133735.733000', '133735.736000', '133735.739000', '133735.742000', '133735.744000', '133735.747000', '133735.750000', '133735.753000', '133735.756000', '133735.759000', '133735.761000', '133735.764000', '133735.767000', '133735.770000', '133735.773000', '133735.775000', '133735.778000', '133735.781000', '133735.784000', '133735.787000', '133755.662000', '133755.665000', '133755.668000', '133755.670000', '133755.673000', '133755.676000', '133755.679000', '133755.682000', '133755.684000', '133755.687000', '133755.691000', '133755.695000', '133755.698000', '133755.701000', '133755.704000', '133755.707000', '133755.727000', '133755.730000', '133755.732000', '133755.735000', '133755.738000', '133755.741000', '133755.744000', '133755.746000', '133755.749000', '133755.752000', '133755.755000', '133755.758000', '133755.760000', '133755.763000', '133755.766000', '133755.769000', '133755.772000', '133755.775000', '133755.777000', '133755.780000', '133755.783000', '133755.786000', '133755.788000', '133755.791000', '133755.794000', '133755.797000', '133755.800000', '133815.661000', '133815.664000', '133815.667000', '133815.670000', '133815.672000', '133815.675000', '133815.678000', '133815.681000', '133815.684000', '133815.686000', '133815.689000', '133815.692000', '133815.695000', '133815.698000', '133815.700000', '133815.703000', '133815.706000', '133815.709000', '133815.712000', '133815.715000', '133815.717000', '133815.720000', '133815.723000', '133815.726000', '133815.729000', '133815.731000', '133815.734000', '133815.737000', '133815.740000', '133815.743000', '133815.746000', '133815.748000', '133815.751000', '133815.754000', '133815.757000', '133815.760000', '133815.762000', '133815.765000', '133815.768000', '133815.771000', '133815.774000', '133815.777000', '133815.780000', '133815.782000', '133835.661000', '133835.664000', '133835.667000', '133835.670000', '133835.672000', '133835.675000', '133835.678000', '133835.681000', '133835.684000', '133835.686000', '133835.689000', '133835.693000', '133835.696000', '133835.700000', '133835.702000', '133835.705000', '133835.723000', '133835.726000', '133835.729000', '133835.732000', '133835.734000', '133835.737000', '133835.740000', '133835.743000', '133835.746000', '133835.749000', '133835.751000', '133835.754000', '133835.757000', '133835.760000', '133835.763000', '133835.766000', '133835.768000', '133835.771000', '133835.774000', '133835.777000', '133835.780000', '133835.783000', '133835.785000', '133835.788000', '133835.791000', '133835.794000', '133835.797000', '133855.661000', '133855.664000', '133855.667000', '133855.669000', '133855.672000', '133855.675000', '133855.678000', '133855.681000', '133855.684000', '133855.687000', '133855.689000', '133855.692000', '133855.695000', '133855.698000', '133855.701000', '133855.704000', '133855.706000', '133855.709000', '133855.712000', '133855.715000', '133855.718000', '133855.721000', '133855.723000', '133855.726000', '133855.729000', '133855.732000', '133855.735000', '133855.738000', '133855.740000', '133855.743000', '133855.746000', '133855.753000', '133855.755000', '133855.758000', '133855.761000', '133855.764000', '133855.767000', '133855.769000', '133855.772000', '133855.775000', '133855.778000', '133855.781000', '133855.784000', '133855.786000', '133915.661000', '133915.664000', '133915.667000', '133915.670000', '133915.672000', '133915.675000', '133915.678000', '133915.681000', '133915.684000', '133915.687000', '133915.690000', '133915.692000', '133915.695000', '133915.698000', '133915.701000', '133915.704000', '133915.706000', '133915.709000', '133915.712000', '133915.715000', '133915.718000', '133915.720000', '133915.723000', '133915.726000', '133915.730000', '133915.735000', '133915.738000', '133915.741000', '133915.744000', '133915.747000', '133915.750000', '133915.753000', '133915.756000', '133915.758000', '133915.761000', '133915.764000', '133915.767000', '133915.770000', '133915.773000', '133915.775000', '133915.778000', '133915.781000', '133915.784000', '133935.661000', '133935.664000', '133935.667000', '133935.669000', '133935.672000', '133935.675000', '133935.678000', '133935.681000', '133935.684000', '133935.687000', '133935.689000', '133935.692000', '133935.695000', '133935.698000', '133935.701000', '133935.704000', '133935.707000', '133935.709000', '133935.712000', '133935.715000', '133935.718000', '133935.720000', '133935.723000', '133935.726000', '133935.729000', '133935.732000', '133935.735000', '133935.737000', '133935.740000', '133935.743000', '133935.746000', '133935.749000', '133935.752000', '133935.755000', '133935.757000', '133935.760000', '133935.763000', '133935.766000', '133935.769000', '133935.772000', '133935.775000', '133935.777000', '133935.780000', '133935.783000', '133955.662000', '133955.665000', '133955.668000', '133955.670000', '133955.673000', '133955.677000', '133955.680000', '133955.683000', '133955.686000', '133955.688000', '133955.691000', '133955.694000', '133955.697000', '133955.700000', '133955.703000', '133955.706000', '133955.708000', '133955.711000', '133955.714000', '133955.717000', '133955.720000', '133955.723000', '133955.725000', '133955.728000', '133955.731000', '133955.734000', '133955.737000', '133955.740000', '133955.743000', '133955.746000', '133955.749000', '133955.752000', '133955.755000', '133955.757000', '133955.760000', '133955.763000', '133955.766000', '133955.769000', '133955.771000', '133955.774000', '133955.777000', '133955.780000', '133955.783000', '134015.662000', '134015.665000', '134015.668000', '134015.670000', '134015.673000', '134015.676000', '134015.679000', '134015.682000', '134015.685000', '134015.688000', '134015.690000', '134015.693000', '134015.708000', '134015.711000', '134015.714000', '134015.717000', '134015.719000', '134015.722000', '134015.725000', '134015.728000', '134015.731000', '134015.734000', '134015.736000', '134015.739000', '134015.742000', '134015.745000', '134015.748000', '134015.751000', '134015.754000', '134015.757000', '134015.760000', '134015.762000', '134015.765000', '134015.768000', '134015.771000', '134015.774000', '134015.777000', '134015.779000', '134015.782000', '134015.806000', '134015.809000', '134015.812000', '134015.815000', '134015.818000', '134035.661000', '134035.664000', '134035.667000', '134035.669000', '134035.672000', '134035.675000', '134035.678000', '134035.681000', '134035.684000', '134035.687000', '134035.689000', '134035.692000', '134035.695000', '134035.698000', '134035.701000', '134035.704000', '134035.707000', '134035.710000', '134035.712000', '134035.715000', '134035.718000', '134035.721000', '134035.724000', '134035.727000', '134035.730000', '134035.733000', '134035.735000', '134035.738000', '134035.741000', '134035.744000', '134035.747000', '134035.750000', '134035.752000', '134035.755000', '134035.758000', '134035.761000', '134035.764000', '134035.768000', '134035.772000', '134035.775000', '134035.778000', '134035.781000', '134035.783000', '134055.661000', '134055.664000', '134055.667000', '134055.669000', '134055.672000', '134055.675000', '134055.678000', '134055.681000', '134055.684000', '134055.686000', '134055.689000', '134055.692000', '134055.695000', '134055.698000', '134055.701000', '134055.704000', '134055.706000', '134055.709000', '134055.712000', '134055.715000', '134055.718000', '134055.721000', '134055.724000', '134055.726000', '134055.729000', '134055.732000', '134055.735000', '134055.738000', '134055.741000', '134055.744000', '134055.747000', '134055.749000', '134055.752000', '134055.755000', '134055.758000', '134055.761000', '134055.764000', '134055.766000', '134055.769000', '134055.772000', '134055.775000', '134055.778000', '134055.781000', '134055.784000', '134115.661000', '134115.664000', '134115.667000', '134115.670000', '134115.673000', '134115.675000', '134115.678000', '134115.681000', '134115.684000', '134115.687000', '134115.690000', '134115.693000', '134115.695000', '134115.698000', '134115.701000', '134115.704000', '134115.707000', '134115.710000', '134115.714000', '134115.717000', '134115.720000', '134115.723000', '134115.725000', '134115.728000', '134115.731000', '134115.734000', '134115.737000', '134115.740000', '134115.743000', '134115.746000', '134115.748000', '134115.751000', '134115.754000', '134115.757000', '134115.760000', '134115.763000', '134115.765000', '134115.768000', '134115.771000', '134115.774000', '134115.777000', '134115.780000', '134115.784000', '134135.661000', '134135.664000', '134135.667000', '134135.670000', '134135.672000', '134135.675000', '134135.678000', '134135.681000', '134135.684000', '134135.687000', '134135.690000', '134135.693000', '134135.695000', '134135.698000', '134135.701000', '134135.704000', '134135.707000', '134135.710000', '134135.713000', '134135.715000', '134135.718000', '134135.721000', '134135.724000', '134135.727000', '134135.730000', '134135.732000', '134135.735000', '134135.738000', '134135.741000', '134135.744000', '134135.747000', '134135.750000', '134135.752000', '134135.755000', '134135.758000', '134135.761000', '134135.764000', '134135.779000', '134135.781000', '134135.784000', '134135.787000', '134135.790000', '134135.793000', '134135.796000', '134155.661000', '134155.664000', '134155.667000', '134155.670000', '134155.672000', '134155.675000', '134155.678000', '134155.681000', '134155.684000', '134155.687000', '134155.689000', '134155.692000', '134155.695000', '134155.698000', '134155.701000', '134155.704000', '134155.707000', '134155.709000', '134155.712000', '134155.715000', '134155.718000', '134155.721000', '134155.724000', '134155.727000', '134155.729000', '134155.732000', '134155.735000', '134155.738000', '134155.741000', '134155.744000', '134155.746000', '134155.749000', '134155.752000', '134155.755000', '134155.758000', '134155.761000', '134155.763000', '134155.766000', '134155.769000', '134155.772000', '134155.775000', '134155.778000', '134155.780000', '134215.662000', '134215.665000', '134215.668000', '134215.671000', '134215.673000', '134215.676000', '134215.679000', '134215.682000', '134215.685000', '134215.688000', '134215.691000', '134215.693000', '134215.696000', '134215.699000', '134215.702000', '134215.705000', '134215.708000', '134215.711000', '134215.713000', '134215.716000', '134215.719000', '134215.722000', '134215.725000', '134215.728000', '134215.731000', '134215.734000', '134215.736000', '134215.739000', '134215.742000', '134215.745000', '134215.748000', '134215.751000', '134215.753000', '134215.756000', '134215.759000', '134215.762000', '134215.765000', '134215.768000', '134215.771000', '134215.773000', '134215.776000', '134215.779000', '134215.782000', '134215.785000', '134235.662000', '134235.665000', '134235.668000', '134235.671000', '134235.687000', '134235.690000', '134235.693000', '134235.698000', '134235.701000', '134235.704000', '134235.707000', '134235.710000', '134235.712000', '134235.715000', '134235.718000', '134235.721000', '134235.724000', '134235.727000', '134235.729000', '134235.732000', '134235.735000', '134235.738000', '134235.741000', '134235.744000', '134235.747000', '134235.749000', '134235.753000', '134235.756000', '134235.759000', '134235.762000', '134235.765000', '134235.768000', '134235.771000', '134235.773000', '134235.776000', '134235.779000', '134235.782000', '134235.785000', '134235.788000', '134235.791000', '134235.793000', '134235.796000', '134235.799000', '134255.661000', '134255.664000', '134255.667000', '134255.670000', '134255.672000', '134255.675000', '134255.678000', '134255.681000', '134255.684000', '134255.687000', '134255.689000', '134255.692000', '134255.695000', '134255.698000', '134255.701000', '134255.704000', '134255.707000', '134255.710000', '134255.712000', '134255.715000', '134255.718000', '134255.721000', '134255.724000', '134255.727000', '134255.729000', '134255.732000', '134255.735000', '134255.738000', '134255.741000', '134255.744000', '134255.747000', '134255.749000', '134255.752000', '134255.755000', '134255.758000', '134255.761000', '134255.764000', '134255.766000', '134255.769000', '134255.772000', '134255.775000', '134255.778000', '134255.781000', '134255.783000', '134315.661000', '134315.664000', '134315.667000', '134315.670000', '134315.678000', '134315.681000', '134315.683000', '134315.686000', '134315.689000', '134315.692000', '134315.695000', '134315.698000', '134315.701000', '134315.703000', '134315.706000', '134315.709000', '134315.712000', '134315.715000', '134315.718000', '134315.721000', '134315.723000', '134315.726000', '134315.729000', '134315.732000', '134315.735000', '134315.738000', '134315.740000', '134315.743000', '134315.746000', '134315.749000', '134315.752000', '134315.755000', '134315.758000', '134315.761000', '134315.763000', '134315.766000', '134315.769000', '134315.772000', '134315.775000', '134315.777000', '134315.780000', '134315.783000', '134315.786000', '134335.661000', '134335.664000', '134335.667000', '134335.670000', '134335.672000', '134335.675000', '134335.678000', '134335.681000', '134335.684000', '134335.687000', '134335.689000', '134335.692000', '134335.695000', '134335.698000', '134335.701000', '134335.704000', '134335.707000', '134335.709000', '134335.712000', '134335.715000', '134335.718000', '134335.721000', '134335.724000', '134335.727000', '134335.730000', '134335.732000', '134335.735000', '134335.738000', '134335.741000', '134335.744000', '134335.747000', '134335.749000', '134335.752000', '134335.755000', '134335.758000', '134335.761000', '134335.764000', '134335.766000', '134335.769000', '134335.772000', '134335.775000', '134335.778000', '134335.781000', '134335.783000', '134355.661000', '134355.664000', '134355.667000', '134355.670000', '134355.673000', '134355.675000', '134355.678000', '134355.681000', '134355.684000', '134355.687000', '134355.690000', '134355.693000', '134355.695000', '134355.698000', '134355.701000', '134355.704000', '134355.707000', '134355.710000', '134355.713000', '134355.715000', '134355.718000', '134355.721000', '134355.724000', '134355.727000', '134355.730000', '134355.733000', '134355.735000', '134355.738000', '134355.741000', '134355.744000', '134355.747000', '134355.750000', '134355.752000', '134355.755000', '134355.758000', '134355.761000', '134355.764000', '134355.767000', '134355.769000', '134355.772000', '134355.775000', '134355.778000', '134355.781000', '134415.662000', '134415.667000', '134415.670000', '134415.673000', '134415.676000', '134415.679000', '134415.682000', '134415.684000', '134415.687000', '134415.690000', '134415.693000', '134415.696000', '134415.699000', '134415.701000', '134415.704000', '134415.707000', '134415.710000', '134415.713000', '134415.716000', '134415.719000', '134415.722000', '134415.724000', '134415.727000', '134415.730000', '134415.733000', '134415.736000', '134415.739000', '134415.742000', '134415.744000', '134415.747000', '134415.750000', '134415.753000', '134415.757000', '134415.760000', '134415.763000', '134415.765000', '134415.768000', '134415.771000', '134415.774000', '134415.777000', '134415.779000', '134415.782000', '134415.785000', '134435.662000', '134435.665000', '134435.668000', '134435.671000', '134435.673000', '134435.676000', '134435.679000', '134435.682000', '134435.685000', '134435.688000', '134435.690000', '134435.693000', '134435.696000', '134435.699000', '134435.702000', '134435.715000', '134435.718000', '134435.720000', '134435.723000', '134435.726000', '134435.729000', '134435.732000', '134435.735000', '134435.737000', '134435.740000', '134435.743000', '134435.746000', '134435.749000', '134435.752000', '134435.755000', '134435.758000', '134435.760000', '134435.763000', '134435.766000', '134435.769000', '134435.772000', '134435.775000', '134435.778000', '134435.780000', '134435.783000', '134435.786000', '134435.789000', '134435.792000', '134435.795000', '134455.662000', '134455.665000', '134455.668000', '134455.671000', '134455.673000', '134455.676000', '134455.679000', '134455.682000', '134455.685000', '134455.688000', '134455.690000', '134455.693000', '134455.696000', '134455.699000', '134455.702000', '134455.705000', '134455.708000', '134455.710000', '134455.713000', '134455.716000', '134455.719000', '134455.722000', '134455.725000', '134455.727000', '134455.730000', '134455.733000', '134455.736000', '134455.739000', '134455.742000', '134455.745000', '134455.748000', '134455.750000', '134455.753000', '134455.756000', '134455.759000', '134455.762000', '134455.765000', '134455.768000', '134455.770000', '134455.773000', '134455.776000', '134455.779000', '134455.782000', '134515.661000', '134515.664000', '134515.667000', '134515.670000', '134515.673000', '134515.676000', '134515.678000', '134515.681000', '134515.684000', '134515.687000', '134515.690000', '134515.693000', '134515.695000', '134515.698000', '134515.701000', '134515.704000', '134515.707000', '134515.710000', '134515.713000', '134515.715000', '134515.718000', '134515.721000', '134515.724000', '134515.727000', '134515.730000', '134515.733000', '134515.736000', '134515.738000', '134515.741000', '134515.744000', '134515.747000', '134515.750000', '134515.753000', '134515.756000', '134515.758000', '134515.761000', '134515.764000', '134515.767000', '134515.770000', '134515.773000', '134515.775000', '134515.778000', '134515.781000', '134515.784000', '134535.661000', '134535.665000', '134535.670000', '134535.673000', '134535.676000', '134535.678000', '134535.681000', '134535.684000', '134535.687000', '134535.690000', '134535.693000', '134535.696000', '134535.699000', '134535.701000', '134535.704000', '134535.707000', '134535.710000', '134535.713000', '134535.716000', '134535.718000', '134535.721000', '134535.724000', '134535.727000', '134535.730000', '134535.733000', '134535.736000', '134535.738000', '134535.741000', '134535.744000', '134535.747000', '134535.750000', '134535.753000', '134535.756000', '134535.759000', '134535.761000', '134535.764000', '134535.767000', '134535.770000', '134535.773000', '134535.775000', '134535.778000', '134535.781000', '134535.784000', '134555.661000', '134555.664000', '134555.667000', '134555.670000', '134555.673000', '134555.676000', '134555.678000', '134555.681000', '134555.684000', '134555.687000', '134555.690000', '134555.693000', '134555.696000', '134555.698000', '134555.701000', '134555.704000', '134555.707000', '134555.710000', '134555.713000', '134555.715000', '134555.718000', '134555.721000', '134555.724000', '134555.727000', '134555.730000', '134555.733000', '134555.736000', '134555.738000', '134555.741000', '134555.744000', '134555.747000', '134555.750000', '134555.753000', '134555.755000', '134555.758000', '134555.761000', '134555.764000', '134555.767000', '134555.770000', '134555.772000', '134555.775000', '134555.778000', '134555.781000', '134555.784000', '134615.661000', '134615.664000', '134615.667000', '134615.670000', '134615.673000', '134615.676000', '134615.679000', '134615.684000', '134615.688000', '134615.691000', '134615.694000', '134615.696000', '134615.699000', '134615.702000', '134615.705000', '134615.708000', '134615.711000', '134615.714000', '134615.717000', '134615.719000', '134615.722000', '134615.725000', '134615.728000', '134615.731000', '134615.734000', '134615.737000', '134615.740000', '134615.742000', '134615.745000', '134615.748000', '134615.751000', '134615.754000', '134615.757000', '134615.760000', '134615.763000', '134615.765000', '134615.768000', '134615.771000', '134615.774000', '134615.777000', '134615.780000', '134615.783000', '134615.785000', '134635.661000', '134635.664000', '134635.667000', '134635.670000', '134635.673000', '134635.675000', '134635.678000', '134635.681000', '134635.684000', '134635.687000', '134635.690000', '134635.693000', '134635.695000', '134635.698000', '134635.701000', '134635.704000', '134635.707000', '134635.710000', '134635.713000', '134635.715000', '134635.718000', '134635.721000', '134635.724000', '134635.727000', '134635.730000', '134635.732000', '134635.735000', '134635.738000', '134635.741000', '134635.744000', '134635.747000', '134635.750000', '134635.753000', '134635.755000', '134635.758000', '134635.761000', '134635.764000', '134635.767000', '134635.770000', '134635.773000', '134635.775000', '134635.778000', '134635.781000', '134635.784000', '134655.662000', '134655.665000', '134655.668000', '134655.671000', '134655.674000', '134655.676000', '134655.679000', '134655.682000', '134655.685000', '134655.688000', '134655.691000', '134655.694000', '134655.697000', '134655.699000', '134655.702000', '134655.705000', '134655.708000', '134655.711000', '134655.714000', '134655.717000', '134655.720000', '134655.724000', '134655.727000', '134655.730000', '134655.733000', '134655.736000', '134655.739000', '134655.742000', '134655.745000', '134655.747000', '134655.750000', '134655.753000', '134655.756000', '134655.759000', '134655.762000', '134655.765000', '134655.767000', '134655.770000', '134655.773000', '134655.776000', '134655.779000', '134655.782000', '134655.785000', '134712.793000', '134712.797000', '134712.800000', '134712.803000', '134712.806000', '134712.810000', '134712.813000', '134712.816000', '134712.819000', '134712.822000', '134712.825000', '134712.828000', '134712.831000', '134712.834000', '134712.837000', '134712.840000', '134712.843000', '134712.846000', '134712.849000', '134712.852000', '134712.855000', '134712.858000', '134712.861000', '134712.864000', '134712.867000', '134712.870000', '134712.873000', '134712.875000', '134712.878000', '134712.881000', '134712.884000', '134712.887000', '134712.890000', '134712.893000', '134712.896000', '134712.900000', '134712.903000', '134712.906000'], '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': [12952, 17866, 12357, 18958, 12156, 17348, 11148, 13768, 10461, 12318, 19193, 11180, 10977, 8081, 10978, 11312, 8974, 11119, 8913, 9692, 9038, 9700, 7495, 9158, 11510, 8396, 9663, 7830, 10006, 8131, 9301, 11649, 9065, 9711, 8885, 9446, 15553, 9016, 11691, 9437, 10642, 9358, 11579, 8844, 13671, 9621, 15302, 8098, 10234, 15170, 9269, 11130, 16683, 10460, 11357, 18908, 10115, 13582, 10023, 15242, 12526, 17160, 12053, 12599, 11351, 16256, 12565, 14978, 10778, 13325, 12730, 11877, 16088, 10989, 19558, 13200, 18906, 11678, 19033, 9610, 17435, 9824, 15490, 10319, 14606, 9694, 13746, 9369, 13054, 9765, 12759, 10128, 11535, 8112, 10289, 7586, 9939, 7323, 8783, 7063, 8909, 7013, 9779, 7481, 9524, 7275, 9798, 6801, 10064, 9799, 10562, 15805, 11612, 17467, 12387, 9699, 8704, 13590, 9289, 13051, 19819, 10417, 12346, 9181, 11637, 8323, 11801, 17943, 10261, 14789, 10074, 16073, 10147, 15600, 9626, 13358, 17730, 11769, 18243, 10756, 12566, 15358, 9470, 9047, 9289, 8995, 10184, 8029, 10921, 8442, 13787, 10207, 13963, 9041, 9835, 9291, 11620, 17503, 10883, 11239, 14706, 8992, 11557, 8156, 10560, 13453, 10304, 10175, 8518, 9627, 8649, 10206, 7663, 9890, 13261, 8682, 10267, 13907, 8127, 10312, 13392, 8641, 11269, 8124, 9369, 7896, 9553, 7267, 9170, 12538, 13635, 9147, 10668, 8157, 9048, 13117, 7766, 10957, 14059, 8231, 11257, 14872, 8959, 12705, 7647, 10433, 7328, 11348, 13235, 8682, 11430, 14860, 8448, 11103, 11417, 8408, 11177, 7144, 8159, 10411, 7264, 9548, 12556, 7906, 9374, 7148, 8151, 12202, 7450, 10000, 13048, 7592, 9684, 13124, 9167, 10579, 14938, 8423, 11394, 14982, 9093, 10954, 13384, 8552, 11693, 8750, 11061, 14233, 8800, 9360, 13310, 9091, 9378, 13591, 7732, 10721, 13795, 8118, 10346, 11475, 8213, 11601, 9083, 10239, 7462, 10897, 14191, 12666, 9429, 13178, 8879, 10286, 14753, 9244, 9253, 8280, 11371, 7401, 11631, 14788, 12622, 10098, 14947, 9158, 12048, 8045, 10922, 8232, 11284, 15589, 15765, 11758, 13253, 10168, 7821, 10107, 10298, 9977, 15134, 19681, 12459, 12759, 9870, 11954, 9033, 11842, 8853, 11285, 16658, 10668, 12929, 19001, 11977, 10920, 18387, 9675, 10728, 8825, 10332, 8082, 10498, 7777, 9930, 12085, 13823, 9275, 9522, 9091, 10256, 8795, 9585, 12813, 8282, 9473, 7561, 9895, 10948, 13161, 9921, 10657, 9933, 10622, 8744, 7835, 8740, 10619, 14083, 8947, 10748, 8778, 9879, 8167, 10559, 16585, 10842, 15548, 10802, 17041, 18024, 15806, 19900, 12421, 19761, 12468, 17936, 14094, 10899, 18295, 9694, 11735, 9376, 10327, 9934, 10573, 9553, 9791, 8747, 9732, 8453, 10253, 9224, 10655, 8926, 8915, 7786, 9455, 7633, 9636, 7531, 9195, 13000, 8053, 10124, 8112, 10257, 8248, 10682, 8272, 11743, 7966, 11860, 11898, 11482, 19538, 12163, 16559, 13340, 18494, 11561, 8353, 8716, 10301, 9021, 13034, 9166, 11404, 8745, 10661, 7650, 10040, 13923, 9368, 13017, 9291, 12716, 10632, 12177, 10825, 12249, 11075, 13436, 9984, 17161, 10135, 17515, 9149, 8475, 9243, 11628, 8157, 9857, 13303, 9756, 10632, 10458, 10368, 8683, 10412, 8140, 10875, 9189, 11605, 9608, 12665, 9260, 12839, 17638, 11525, 19611, 11544, 15763, 20973, 9813, 12436, 8260, 10720, 11621, 10369, 10397, 7491, 8981, 8902, 8351, 9897, 8524, 9415, 8151, 8806, 7694, 9313, 7278, 9253, 13492, 7792, 10345, 7157, 9121, 10239, 8081, 11322, 8172, 10739, 7410, 10233, 14237, 8671, 12638, 18105, 9439, 13968, 11438, 10264, 15902, 8815, 12395, 7719, 10841, 15533, 9569, 10918, 7785, 11393, 15677, 12485, 9808, 8802, 8800, 12683, 8431, 11099, 16051, 9502, 9061, 12746, 8805, 9756, 11224, 7480, 10320, 7583, 9953, 12712, 8894, 9610, 7674, 9773, 13194, 8431, 9003, 12500, 8049, 9448, 7620, 9739, 13441, 8244, 8746, 12660, 7700, 10290, 14129, 8006, 11228, 8150, 10360, 7143, 8411, 12077, 13189, 8504, 11423, 8883, 10429, 7279, 8662, 12327, 7849, 9408, 7272, 9578, 13179, 14041, 8285, 11991, 8867, 8481, 12871, 11589, 8434, 12561, 8086, 11134, 7192, 9724, 10354, 7738, 11713, 7549, 10912, 7371, 9298, 7219, 9641, 15393, 18994, 12964, 13669, 10692, 10486, 15739, 8754, 12649, 9435, 10705, 7996, 11410, 8702, 10734, 17156, 10157, 14010, 8730, 12006, 8968, 13328, 17089, 12399, 7837, 10000, 7350, 11999, 8999, 10753, 15915, 9765, 13031, 8674, 11654, 7585, 11614, 15171, 11097, 16487, 10849, 15478, 11472, 13364, 9662, 8360, 11087, 7965, 11472, 9717, 12741, 9148, 13234, 9131, 15819, 12501, 17359, 11411, 7719, 9839, 7705, 10773, 15656, 9109, 13287, 9539, 10539, 8178, 10292, 7214, 10237, 10665, 9377, 13314, 8579, 12367, 8849, 12408, 8940, 10301, 8380, 10893, 10196, 10718, 8268, 9993, 14546, 9618, 13624, 9147, 9578, 8517, 7432, 9268, 12345, 9218, 9828, 13533, 9353, 11319, 9607, 13004, 9715, 14793, 9791, 12609, 9938, 13208, 9376, 14195, 9356, 18183, 12390, 19616, 13098, 19652, 14255, 19870, 17170, 13546, 21047, 10371, 16439, 9335, 12153, 9479, 10829, 8879, 10433, 8145, 10283, 7942, 10145, 7193, 9710, 11544, 8224, 10397, 9657, 9521, 8609, 9237, 8102, 9474, 7211, 8858, 11160, 8467, 10427, 8134, 9218, 7737, 10017, 7412, 10291, 7450, 9996, 9576, 10421, 15420, 10139, 16939, 9769, 20017, 12193, 19140, 12560, 19289, 15473, 19913, 14659, 19160, 9907, 8363, 9783, 14457, 9665, 9229, 13369, 9094, 11021, 7339, 10389, 7415, 8742, 11692, 8394, 11769, 8544, 11133, 12439, 10213, 15790, 10017, 16081, 9182, 17379, 10003, 11280, 8234, 9348, 12262, 7721, 8668, 9892, 7596, 10972, 8511, 9657, 14149, 8997, 9409, 14124, 9263, 9422, 14184, 8280, 9368, 8455, 8575, 10421, 8489, 10249, 10434, 10542, 9238, 11333, 8183, 9962, 14172, 9595, 9640, 13176, 9172, 9553, 7131, 9584, 12586, 8068, 10480, 11797, 8195, 11253, 7252, 9563, 13952, 8665, 11811, 9372, 10656, 15444, 10546, 10611, 7383, 9086, 11998, 8142, 9527, 12498, 7472, 8524, 11829, 7426, 8346, 11283, 7628, 8586, 7352, 8079, 11244, 11806, 7562, 10220, 11758, 7714, 10524, 8766, 9132, 7349, 9253, 8616, 8739, 7082, 8552, 12164, 16275, 8770, 9829, 15346, 8826, 9914, 11677, 8373, 12592, 7756, 10945, 7835, 10720, 14542, 8906, 13592, 16556, 9298, 13551, 10583, 9689, 14388, 8586, 10838, 7355, 8889, 11910, 9812, 8332, 7720, 8538, 12109, 8084, 10119, 14485, 8410, 8598, 12559, 8396, 8531, 11696, 8105, 9607, 15234, 7913, 8932, 14217, 9274, 9089, 13248, 7960, 9322, 8055, 9244, 8567, 9254, 7871, 9899, 8419, 9317, 14266, 8895, 12693, 18055, 11228, 10025, 16645, 9805, 9649, 17123, 9312, 9781, 7697, 9640, 11453, 8721, 12016, 8604, 11214, 9066, 13586, 9289, 14132, 7800, 8999, 7974, 12141, 16176, 9531, 9573, 14814, 8848, 11536, 7540, 9973, 7276, 10209, 7449, 10836, 8103, 10739, 15045, 11854, 15037, 10468, 16645, 11192, 17188, 12001, 18102, 10232, 11324, 20128, 10401, 10328, 17611, 9519, 10280, 13933, 9396, 10234, 10714, 10141, 10150, 9615, 8274, 9582, 8504, 10038, 9654, 9678, 13182, 11032, 10249, 13231, 9488, 10489, 15909, 9509, 9899, 15117, 9584, 11407, 10269, 9862, 13734, 8669, 11580, 15941, 8689, 10524, 7435, 8924, 12363, 8417, 9053, 12174, 7988, 9501, 7865, 8750, 8207, 7744, 11532, 15289, 8139, 9213, 13885, 9757, 10598, 7604, 7978, 7365, 10204, 11640, 7606, 8157, 11522, 7249, 8895, 12759, 7468, 8972, 13375, 8073, 8871, 13944, 8928, 9697, 15275, 9607, 9932, 8306, 10477, 8532, 10426, 8649, 10886, 15673, 22318, 14902, 12175, 21110, 10617, 10961, 16211, 9504, 11438, 9965, 10313, 9810, 10766, 10130, 11376, 8467, 9964, 14803, 19115, 12139, 10707, 9754, 10234, 16037, 10041, 10137, 9044, 9312, 12537, 8551, 9827, 8777, 11089, 8476, 10946, 9076, 10678, 14804, 9503, 11100, 8575, 11288, 8047, 10725, 17943, 11089, 11604, 9035, 11568, 8432, 10714, 7872, 10055, 8143, 9650, 13580, 9030, 11164, 8248, 11221, 8360, 9651, 14447, 9099, 11087, 9057, 11529, 8507, 11079, 7932, 10572, 8128, 11009, 9499, 10472, 8032, 11276, 8984, 10875, 15696, 10373, 12827, 9033, 11600, 8270, 11480, 20019, 10376, 13078, 10049, 11502, 10015, 10894, 9339, 10152, 9359, 10203, 12442, 10020, 13976, 9632, 10390, 10042, 10983, 10084, 12770, 10393, 15531, 9733, 16860, 8612, 8045, 8537, 11874, 8587, 8629, 12550, 8157, 10581, 8254, 10354, 10062, 10863, 9545, 13807, 10353, 10932, 13554, 13390, 18845, 15729, 20545, 11360, 13211, 10094, 14363, 10457, 13251, 11454, 10722, 9439, 10665, 10608, 10515, 10688, 10520, 9700, 10650, 9811, 13932, 10616, 10584, 9839, 11186, 9562, 12451, 10071, 14179, 10772, 11966, 12148, 11087, 10836, 10039, 9867, 9953, 11970, 9936, 11486, 9585, 10898, 9328, 11357, 8705, 12105, 9592, 12752, 19158, 10300, 14425, 9657, 12968, 9764, 12880, 10410, 11587, 10942, 10048, 10437, 10713, 11105, 10491, 11592, 10906, 10832, 9928, 8723, 10250, 9142, 10079, 8932, 10310, 9426, 9490, 13106, 9589, 11509, 8978, 11098, 18555, 11128, 12269, 9388, 9781, 12699, 9423, 10754, 9140, 10538, 8891, 10497, 8828, 10067, 9280, 10176, 12250, 17302, 9562, 10579, 8677, 10485, 9857, 10073, 11578, 8959, 10617, 8364, 9945, 9027, 9538, 11621, 17536, 12094, 11077, 9483, 10248, 16204, 9458, 10244, 8883, 10191, 8772, 10104, 12524, 9840, 11908, 9261, 9752], 'WindowCenter': [4554.0, 4557.0, 4514.0, 4542.0, 4500.0, 4516.0, 4464.0, 4483.0, 4452.0, 4474.0, 4516.0, 4460.0, 4450.0, 4409.0, 4462.0, 4460.0, 4442.0, 4472.0, 4444.0, 4456.0, 4459.0, 4469.0, 4438.0, 4470.0, 4500.0, 4463.0, 4481.0, 4450.0, 4492.0, 4460.0, 4483.0, 4511.0, 4483.0, 4495.0, 4485.0, 4495.0, 4557.0, 4498.0, 4523.0, 4495.0, 4504.0, 4495.0, 4514.0, 4482.0, 4538.0, 4494.0, 4533.0, 4462.0, 4505.0, 4545.0, 4470.0, 4501.0, 4531.0, 4476.0, 4489.0, 4540.0, 4479.0, 4510.0, 4479.0, 4531.0, 4499.0, 4529.0, 4485.0, 4485.0, 4488.0, 4517.0, 4498.0, 4517.0, 4489.0, 4508.0, 4498.0, 4474.0, 4504.0, 4460.0, 4513.0, 4470.0, 4502.0, 4449.0, 4489.0, 4415.0, 4487.0, 4427.0, 4473.0, 4425.0, 4463.0, 4422.0, 4463.0, 4414.0, 4453.0, 4436.0, 4467.0, 4436.0, 4445.0, 4421.0, 4461.0, 4410.0, 4450.0, 4411.0, 4442.0, 4425.0, 4455.0, 4426.0, 4478.0, 4439.0, 4480.0, 4451.0, 4492.0, 4431.0, 4494.0, 4505.0, 4517.0, 4555.0, 4513.0, 4544.0, 4500.0, 4480.0, 4471.0, 4519.0, 4480.0, 4522.0, 4538.0, 4477.0, 4510.0, 4467.0, 4499.0, 4446.0, 4498.0, 4537.0, 4477.0, 4542.0, 4480.0, 4519.0, 4466.0, 4516.0, 4454.0, 4494.0, 4512.0, 4472.0, 4512.0, 4473.0, 4495.0, 4501.0, 4450.0, 4443.0, 4452.0, 4441.0, 4462.0, 4432.0, 4475.0, 4446.0, 4508.0, 4479.0, 4507.0, 4457.0, 4465.0, 4465.0, 4487.0, 4528.0, 4475.0, 4474.0, 4491.0, 4444.0, 4473.0, 4434.0, 4464.0, 4494.0, 4464.0, 4461.0, 4445.0, 4454.0, 4456.0, 4478.0, 4437.0, 4480.0, 4510.0, 4447.0, 4477.0, 4496.0, 4433.0, 4464.0, 4506.0, 4457.0, 4485.0, 4447.0, 4465.0, 4472.0, 4505.0, 4461.0, 4493.0, 4522.0, 4519.0, 4469.0, 4489.0, 4448.0, 4469.0, 4508.0, 4448.0, 4499.0, 4519.0, 4458.0, 4499.0, 4517.0, 4457.0, 4508.0, 4448.0, 4490.0, 4438.0, 4499.0, 4507.0, 4457.0, 4499.0, 4518.0, 4447.0, 4488.0, 4487.0, 4446.0, 4487.0, 4425.0, 4457.0, 4488.0, 4438.0, 4489.0, 4509.0, 4459.0, 4482.0, 4451.0, 4473.0, 4522.0, 4463.0, 4504.0, 4523.0, 4450.0, 4491.0, 4523.0, 4480.0, 4502.0, 4529.0, 4459.0, 4512.0, 4529.0, 4469.0, 4500.0, 4507.0, 4469.0, 4510.0, 4470.0, 4513.0, 4532.0, 4468.0, 4479.0, 4521.0, 4468.0, 4480.0, 4519.0, 4448.0, 4500.0, 4521.0, 4448.0, 4490.0, 4498.0, 4470.0, 4511.0, 4483.0, 4502.0, 4464.0, 4525.0, 4546.0, 4521.0, 4482.0, 4523.0, 4469.0, 4491.0, 4532.0, 4481.0, 4479.0, 4470.0, 4511.0, 4463.0, 4524.0, 4547.0, 4523.0, 4503.0, 4530.0, 4480.0, 4522.0, 4462.0, 4502.0, 4470.0, 4512.0, 4558.0, 4543.0, 4511.0, 4508.0, 4490.0, 4448.0, 4502.0, 4501.0, 4491.0, 4533.0, 4551.0, 4497.0, 4508.0, 4476.0, 4485.0, 4455.0, 4496.0, 4454.0, 4484.0, 4517.0, 4465.0, 4495.0, 4516.0, 4472.0, 4462.0, 4510.0, 4438.0, 4460.0, 4441.0, 4461.0, 4430.0, 4474.0, 4434.0, 4476.0, 4508.0, 4518.0, 4468.0, 4464.0, 4468.0, 4486.0, 4467.0, 4480.0, 4520.0, 4459.0, 4480.0, 4450.0, 4504.0, 4515.0, 4532.0, 4492.0, 4501.0, 4480.0, 4478.0, 4472.0, 4461.0, 4482.0, 4500.0, 4519.0, 4467.0, 4489.0, 4459.0, 4491.0, 4459.0, 4491.0, 4540.0, 4490.0, 4532.0, 4478.0, 4517.0, 4514.0, 4504.0, 4512.0, 4471.0, 4501.0, 4457.0, 4486.0, 4462.0, 4433.0, 4483.0, 4424.0, 4456.0, 4437.0, 4447.0, 4448.0, 4459.0, 4440.0, 4449.0, 4429.0, 4438.0, 4430.0, 4463.0, 4453.0, 4463.0, 4453.0, 4456.0, 4436.0, 4465.0, 4433.0, 4466.0, 4447.0, 4469.0, 4520.0, 4461.0, 4489.0, 4459.0, 4487.0, 4459.0, 4489.0, 4448.0, 4499.0, 4446.0, 4499.0, 4497.0, 4489.0, 4537.0, 4497.0, 4530.0, 4498.0, 4524.0, 4461.0, 4431.0, 4442.0, 4460.0, 4454.0, 4493.0, 4453.0, 4486.0, 4455.0, 4487.0, 4436.0, 4476.0, 4505.0, 4482.0, 4520.0, 4469.0, 4494.0, 4462.0, 4483.0, 4463.0, 4473.0, 4474.0, 4494.0, 4454.0, 4515.0, 4441.0, 4490.0, 4430.0, 4420.0, 4454.0, 4474.0, 4421.0, 4455.0, 4481.0, 4453.0, 4462.0, 4464.0, 4463.0, 4441.0, 4474.0, 4432.0, 4475.0, 4454.0, 4474.0, 4453.0, 4485.0, 4443.0, 4473.0, 4502.0, 4462.0, 4501.0, 4447.0, 4476.0, 4496.0, 4424.0, 4453.0, 4405.0, 4435.0, 4443.0, 4433.0, 4436.0, 4395.0, 4430.0, 4429.0, 4445.0, 4477.0, 4470.0, 4467.0, 4450.0, 4457.0, 4449.0, 4468.0, 4440.0, 4481.0, 4520.0, 4451.0, 4491.0, 4452.0, 4481.0, 4488.0, 4462.0, 4501.0, 4472.0, 4501.0, 4451.0, 4505.0, 4532.0, 4473.0, 4522.0, 4540.0, 4469.0, 4520.0, 4487.0, 4480.0, 4518.0, 4457.0, 4498.0, 4437.0, 4490.0, 4530.0, 4468.0, 4489.0, 4438.0, 4500.0, 4545.0, 4511.0, 4479.0, 4455.0, 4455.0, 4494.0, 4445.0, 4487.0, 4518.0, 4466.0, 4455.0, 4495.0, 4454.0, 4467.0, 4485.0, 4438.0, 4477.0, 4449.0, 4481.0, 4510.0, 4470.0, 4469.0, 4448.0, 4493.0, 4512.0, 4448.0, 4470.0, 4508.0, 4449.0, 4481.0, 4450.0, 4482.0, 4521.0, 4459.0, 4460.0, 4508.0, 4450.0, 4489.0, 4518.0, 4460.0, 4500.0, 4459.0, 4491.0, 4439.0, 4472.0, 4512.0, 4509.0, 4460.0, 4498.0, 4470.0, 4490.0, 4439.0, 4470.0, 4510.0, 4461.0, 4483.0, 4451.0, 4492.0, 4523.0, 4520.0, 4462.0, 4512.0, 4469.0, 4470.0, 4511.0, 4487.0, 4459.0, 4509.0, 4459.0, 4500.0, 4440.0, 4494.0, 4503.0, 4476.0, 4524.0, 4476.0, 4515.0, 4466.0, 4508.0, 4477.0, 4518.0, 4560.0, 4564.0, 4534.0, 4534.0, 4491.0, 4501.0, 4530.0, 4471.0, 4510.0, 4469.0, 4488.0, 4458.0, 4498.0, 4468.0, 4500.0, 4540.0, 4492.0, 4519.0, 4471.0, 4510.0, 4480.0, 4519.0, 4539.0, 4496.0, 4434.0, 4476.0, 4436.0, 4498.0, 4454.0, 4487.0, 4529.0, 4476.0, 4495.0, 4444.0, 4486.0, 4433.0, 4475.0, 4502.0, 4475.0, 4502.0, 4462.0, 4504.0, 4475.0, 4494.0, 4453.0, 4430.0, 4462.0, 4422.0, 4473.0, 4453.0, 4498.0, 4455.0, 4495.0, 4468.0, 4518.0, 4486.0, 4514.0, 4461.0, 4410.0, 4464.0, 4420.0, 4472.0, 4501.0, 4443.0, 4490.0, 4452.0, 4462.0, 4432.0, 4462.0, 4410.0, 4462.0, 4461.0, 4444.0, 4481.0, 4443.0, 4494.0, 4455.0, 4484.0, 4444.0, 4453.0, 4433.0, 4461.0, 4464.0, 4463.0, 4431.0, 4466.0, 4505.0, 4453.0, 4504.0, 4455.0, 4452.0, 4443.0, 4424.0, 4467.0, 4495.0, 4451.0, 4465.0, 4492.0, 4454.0, 4486.0, 4479.0, 4510.0, 4481.0, 4518.0, 4479.0, 4498.0, 4477.0, 4509.0, 4467.0, 4508.0, 4458.0, 4527.0, 4485.0, 4513.0, 4471.0, 4503.0, 4481.0, 4512.0, 4485.0, 4455.0, 4483.0, 4411.0, 4459.0, 4429.0, 4470.0, 4423.0, 4432.0, 4400.0, 4422.0, 4391.0, 4424.0, 4393.0, 4437.0, 4386.0, 4439.0, 4458.0, 4419.0, 4450.0, 4453.0, 4450.0, 4443.0, 4453.0, 4435.0, 4467.0, 4425.0, 4457.0, 4487.0, 4459.0, 4493.0, 4452.0, 4483.0, 4477.0, 4508.0, 4466.0, 4494.0, 4453.0, 4494.0, 4483.0, 4504.0, 4534.0, 4520.0, 4555.0, 4494.0, 4552.0, 4502.0, 4539.0, 4499.0, 4529.0, 4522.0, 4538.0, 4511.0, 4528.0, 4467.0, 4431.0, 4453.0, 4482.0, 4428.0, 4430.0, 4480.0, 4442.0, 4463.0, 4413.0, 4465.0, 4423.0, 4443.0, 4483.0, 4434.0, 4484.0, 4445.0, 4476.0, 4484.0, 4468.0, 4518.0, 4468.0, 4507.0, 4445.0, 4517.0, 4454.0, 4475.0, 4434.0, 4454.0, 4473.0, 4425.0, 4445.0, 4454.0, 4435.0, 4476.0, 4446.0, 4466.0, 4495.0, 4443.0, 4443.0, 4481.0, 4441.0, 4442.0, 4480.0, 4421.0, 4442.0, 4432.0, 4433.0, 4462.0, 4433.0, 4464.0, 4476.0, 4466.0, 4456.0, 4487.0, 4460.0, 4480.0, 4508.0, 4442.0, 4443.0, 4482.0, 4442.0, 4454.0, 4414.0, 4468.0, 4484.0, 4436.0, 4477.0, 4473.0, 4435.0, 4475.0, 4413.0, 4456.0, 4494.0, 4445.0, 4486.0, 4455.0, 4476.0, 4518.0, 4464.0, 4451.0, 4398.0, 4431.0, 4460.0, 4418.0, 4440.0, 4471.0, 4398.0, 4432.0, 4471.0, 4411.0, 4433.0, 4471.0, 4421.0, 4444.0, 4423.0, 4448.0, 4488.0, 4485.0, 4436.0, 4467.0, 4484.0, 4439.0, 4477.0, 4447.0, 4470.0, 4451.0, 4471.0, 4458.0, 4470.0, 4441.0, 4472.0, 4512.0, 4529.0, 4469.0, 4491.0, 4518.0, 4468.0, 4479.0, 4496.0, 4461.0, 4508.0, 4448.0, 4487.0, 4437.0, 4489.0, 4518.0, 4470.0, 4512.0, 4527.0, 4455.0, 4496.0, 4475.0, 4467.0, 4503.0, 4442.0, 4475.0, 4422.0, 4455.0, 4487.0, 4464.0, 4444.0, 4435.0, 4457.0, 4496.0, 4445.0, 4490.0, 4520.0, 4447.0, 4447.0, 4486.0, 4443.0, 4457.0, 4484.0, 4446.0, 4467.0, 4506.0, 4433.0, 4444.0, 4494.0, 4453.0, 4457.0, 4506.0, 4436.0, 4455.0, 4446.0, 4478.0, 4469.0, 4493.0, 4460.0, 4491.0, 4471.0, 4492.0, 4530.0, 4468.0, 4508.0, 4528.0, 4474.0, 4464.0, 4515.0, 4453.0, 4453.0, 4513.0, 4441.0, 4451.0, 4419.0, 4452.0, 4471.0, 4441.0, 4483.0, 4457.0, 4487.0, 4457.0, 4506.0, 4457.0, 4494.0, 4425.0, 4441.0, 4433.0, 4484.0, 4504.0, 4442.0, 4451.0, 4491.0, 4442.0, 4474.0, 4421.0, 4452.0, 4408.0, 4450.0, 4397.0, 4461.0, 4421.0, 4462.0, 4495.0, 4473.0, 4493.0, 4463.0, 4515.0, 4461.0, 4500.0, 4458.0, 4486.0, 4424.0, 4435.0, 4486.0, 4423.0, 4424.0, 4473.0, 4410.0, 4422.0, 4451.0, 4412.0, 4420.0, 4435.0, 4434.0, 4447.0, 4439.0, 4442.0, 4452.0, 4455.0, 4464.0, 4465.0, 4467.0, 4495.0, 4474.0, 4467.0, 4483.0, 4453.0, 4476.0, 4503.0, 4440.0, 4450.0, 4490.0, 4442.0, 4462.0, 4449.0, 4452.0, 4480.0, 4431.0, 4473.0, 4501.0, 4432.0, 4462.0, 4410.0, 4442.0, 4471.0, 4430.0, 4444.0, 4483.0, 4434.0, 4466.0, 4434.0, 4455.0, 4444.0, 4435.0, 4486.0, 4504.0, 4435.0, 4470.0, 4507.0, 4455.0, 4466.0, 4438.0, 4447.0, 4450.0, 4490.0, 4488.0, 4437.0, 4461.0, 4501.0, 4452.0, 4483.0, 4520.0, 4450.0, 4480.0, 4509.0, 4447.0, 4469.0, 4510.0, 4458.0, 4468.0, 4519.0, 4468.0, 4478.0, 4445.0, 4476.0, 4458.0, 4490.0, 4456.0, 4487.0, 4530.0, 4547.0, 4504.0, 4484.0, 4532.0, 4462.0, 4473.0, 4499.0, 4441.0, 4460.0, 4451.0, 4462.0, 4463.0, 4473.0, 4475.0, 4485.0, 4444.0, 4465.0, 4507.0, 4523.0, 4472.0, 4462.0, 4441.0, 4450.0, 4501.0, 4438.0, 4450.0, 4441.0, 4452.0, 4494.0, 4455.0, 4463.0, 4457.0, 4485.0, 4456.0, 4486.0, 4456.0, 4489.0, 4519.0, 4481.0, 4487.0, 4457.0, 4486.0, 4446.0, 4488.0, 4527.0, 4487.0, 4486.0, 4456.0, 4487.0, 4459.0, 4479.0, 4435.0, 4464.0, 4443.0, 4463.0, 4494.0, 4454.0, 4485.0, 4456.0, 4487.0, 4458.0, 4481.0, 4519.0, 4469.0, 4498.0, 4470.0, 4498.0, 4458.0, 4498.0, 4450.0, 4489.0, 4448.0, 4490.0, 4479.0, 4503.0, 4459.0, 4501.0, 4467.0, 4488.0, 4529.0, 4490.0, 4511.0, 4468.0, 4489.0, 4446.0, 4488.0, 4536.0, 4490.0, 4519.0, 4465.0, 4484.0, 4466.0, 4489.0, 4466.0, 4479.0, 4466.0, 4478.0, 4496.0, 4477.0, 4519.0, 4481.0, 4490.0, 4479.0, 4500.0, 4491.0, 4510.0, 4481.0, 4533.0, 4468.0, 4529.0, 4459.0, 4447.0, 4470.0, 4500.0, 4456.0, 4457.0, 4498.0, 4449.0, 4490.0, 4472.0, 4491.0, 4492.0, 4490.0, 4480.0, 4520.0, 4478.0, 4478.0, 4513.0, 4509.0, 4532.0, 4509.0, 4531.0, 4475.0, 4471.0, 4439.0, 4468.0, 4437.0, 4471.0, 4448.0, 4449.0, 4428.0, 4449.0, 4448.0, 4436.0, 4436.0, 4438.0, 4439.0, 4464.0, 4450.0, 4493.0, 4463.0, 4452.0, 4453.0, 4459.0, 4441.0, 4470.0, 4453.0, 4493.0, 4463.0, 4475.0, 4487.0, 4476.0, 4489.0, 4466.0, 4464.0, 4463.0, 4473.0, 4451.0, 4474.0, 4481.0, 4490.0, 4471.0, 4503.0, 4461.0, 4484.0, 4452.0, 4471.0, 4499.0, 4439.0, 4479.0, 4440.0, 4472.0, 4452.0, 4480.0, 4459.0, 4472.0, 4462.0, 4451.0, 4463.0, 4464.0, 4474.0, 4479.0, 4488.0, 4477.0, 4488.0, 4467.0, 4458.0, 4476.0, 4481.0, 4480.0, 4473.0, 4492.0, 4482.0, 4483.0, 4522.0, 4483.0, 4502.0, 4472.0, 4503.0, 4540.0, 4488.0, 4500.0, 4457.0, 4479.0, 4497.0, 4470.0, 4489.0, 4480.0, 4490.0, 4471.0, 4505.0, 4483.0, 4494.0, 4483.0, 4493.0, 4514.0, 4544.0, 4481.0, 4493.0, 4460.0, 4492.0, 4479.0, 4480.0, 4500.0, 4484.0, 4517.0, 4475.0, 4507.0, 4485.0, 4495.0, 4526.0, 4556.0, 4524.0, 4503.0, 4483.0, 4494.0, 4544.0, 4480.0, 4492.0, 4469.0, 4491.0, 4471.0, 4503.0, 4539.0, 4505.0, 4513.0, 4472.0, 4485.0], 'WindowWidth': [9994.0, 9992.0, 9920.0, 9961.0, 9893.0, 9910.0, 9831.0, 9857.0, 9811.0, 9843.0, 9912.0, 9820.0, 9805.0, 9747.0, 9822.0, 9818.0, 9800.0, 9841.0, 9806.0, 9825.0, 9835.0, 9849.0, 9806.0, 9853.0, 9894.0, 9849.0, 9867.0, 9827.0, 9887.0, 9842.0, 9875.0, 9912.0, 9877.0, 9897.0, 9885.0, 9900.0, 9987.0, 9909.0, 9937.0, 9900.0, 9911.0, 9898.0, 9920.0, 9876.0, 9960.0, 9895.0, 9949.0, 9848.0, 9911.0, 9971.0, 9853.0, 9898.0, 9943.0, 9855.0, 9878.0, 9953.0, 9865.0, 9911.0, 9868.0, 9942.0, 9894.0, 9939.0, 9865.0, 9866.0, 9873.0, 9916.0, 9888.0, 9915.0, 9879.0, 9904.0, 9888.0, 9846.0, 9889.0, 9821.0, 9908.0, 9835.0, 9889.0, 9799.0, 9859.0, 9747.0, 9853.0, 9769.0, 9827.0, 9760.0, 9812.0, 9756.0, 9812.0, 9746.0, 9798.0, 9782.0, 9821.0, 9779.0, 9789.0, 9773.0, 9825.0, 9753.0, 9808.0, 9759.0, 9802.0, 9786.0, 9826.0, 9789.0, 9862.0, 9813.0, 9869.0, 9832.0, 9890.0, 9807.0, 9894.0, 9913.0, 9932.0, 9985.0, 9920.0, 9965.0, 9895.0, 9869.0, 9862.0, 9923.0, 9871.0, 9932.0, 9951.0, 9857.0, 9908.0, 9846.0, 9893.0, 9816.0, 9889.0, 9943.0, 9862.0, 9961.0, 9869.0, 9921.0, 9841.0, 9912.0, 9819.0, 9876.0, 9897.0, 9840.0, 9904.0, 9850.0, 9881.0, 9881.0, 9811.0, 9806.0, 9819.0, 9799.0, 9826.0, 9789.0, 9853.0, 9815.0, 9903.0, 9866.0, 9902.0, 9832.0, 9840.0, 9841.0, 9874.0, 9935.0, 9852.0, 9846.0, 9868.0, 9806.0, 9845.0, 9795.0, 9834.0, 9877.0, 9836.0, 9826.0, 9813.0, 9823.0, 9830.0, 9860.0, 9806.0, 9866.0, 9908.0, 9817.0, 9855.0, 9880.0, 9792.0, 9834.0, 9900.0, 9834.0, 9867.0, 9820.0, 9842.0, 9867.0, 9916.0, 9850.0, 9893.0, 9931.0, 9921.0, 9852.0, 9879.0, 9823.0, 9853.0, 9904.0, 9822.0, 9894.0, 9922.0, 9836.0, 9893.0, 9916.0, 9834.0, 9902.0, 9824.0, 9883.0, 9811.0, 9894.0, 9903.0, 9835.0, 9892.0, 9919.0, 9820.0, 9876.0, 9871.0, 9818.0, 9872.0, 9789.0, 9835.0, 9876.0, 9811.0, 9883.0, 9908.0, 9842.0, 9875.0, 9834.0, 9869.0, 9932.0, 9854.0, 9911.0, 9935.0, 9832.0, 9889.0, 9933.0, 9870.0, 9902.0, 9938.0, 9843.0, 9915.0, 9939.0, 9854.0, 9895.0, 9903.0, 9854.0, 9909.0, 9859.0, 9918.0, 9947.0, 9852.0, 9868.0, 9928.0, 9852.0, 9871.0, 9923.0, 9826.0, 9898.0, 9927.0, 9826.0, 9883.0, 9893.0, 9860.0, 9916.0, 9880.0, 9906.0, 9858.0, 9942.0, 9973.0, 9930.0, 9880.0, 9933.0, 9855.0, 9886.0, 9949.0, 9872.0, 9869.0, 9860.0, 9916.0, 9855.0, 9940.0, 9977.0, 9932.0, 9906.0, 9942.0, 9872.0, 9930.0, 9851.0, 9902.0, 9858.0, 9917.0, 9999.0, 9961.0, 9914.0, 9903.0, 9884.0, 9825.0, 9905.0, 9903.0, 9888.0, 9950.0, 9974.0, 9886.0, 9906.0, 9856.0, 9866.0, 9826.0, 9882.0, 9824.0, 9866.0, 9920.0, 9838.0, 9881.0, 9919.0, 9842.0, 9827.0, 9894.0, 9791.0, 9823.0, 9798.0, 9824.0, 9786.0, 9849.0, 9800.0, 9858.0, 9905.0, 9920.0, 9850.0, 9839.0, 9849.0, 9871.0, 9850.0, 9872.0, 9925.0, 9841.0, 9870.0, 9831.0, 9913.0, 9927.0, 9949.0, 9890.0, 9900.0, 9867.0, 9861.0, 9862.0, 9847.0, 9878.0, 9897.0, 9923.0, 9847.0, 9879.0, 9840.0, 9886.0, 9843.0, 9886.0, 9955.0, 9883.0, 9945.0, 9860.0, 9917.0, 9905.0, 9892.0, 9902.0, 9837.0, 9887.0, 9810.0, 9853.0, 9809.0, 9771.0, 9843.0, 9760.0, 9811.0, 9788.0, 9800.0, 9805.0, 9821.0, 9794.0, 9805.0, 9778.0, 9787.0, 9783.0, 9832.0, 9821.0, 9832.0, 9821.0, 9830.0, 9805.0, 9839.0, 9795.0, 9842.0, 9819.0, 9852.0, 9925.0, 9843.0, 9879.0, 9840.0, 9875.0, 9838.0, 9878.0, 9820.0, 9889.0, 9816.0, 9892.0, 9884.0, 9878.0, 9949.0, 9888.0, 9945.0, 9890.0, 9917.0, 9822.0, 9784.0, 9804.0, 9826.0, 9824.0, 9877.0, 9824.0, 9872.0, 9832.0, 9876.0, 9804.0, 9857.0, 9896.0, 9879.0, 9928.0, 9853.0, 9877.0, 9830.0, 9858.0, 9831.0, 9845.0, 9847.0, 9876.0, 9818.0, 9907.0, 9794.0, 9861.0, 9781.0, 9768.0, 9825.0, 9850.0, 9772.0, 9822.0, 9853.0, 9814.0, 9827.0, 9833.0, 9831.0, 9798.0, 9850.0, 9788.0, 9850.0, 9819.0, 9848.0, 9817.0, 9864.0, 9800.0, 9846.0, 9880.0, 9826.0, 9882.0, 9797.0, 9837.0, 9864.0, 9759.0, 9800.0, 9734.0, 9775.0, 9784.0, 9771.0, 9778.0, 9726.0, 9777.0, 9779.0, 9811.0, 9861.0, 9854.0, 9844.0, 9825.0, 9831.0, 9826.0, 9846.0, 9814.0, 9870.0, 9923.0, 9831.0, 9885.0, 9839.0, 9871.0, 9876.0, 9845.0, 9898.0, 9862.0, 9900.0, 9832.0, 9909.0, 9942.0, 9865.0, 9931.0, 9952.0, 9850.0, 9922.0, 9871.0, 9863.0, 9918.0, 9832.0, 9887.0, 9804.0, 9880.0, 9939.0, 9849.0, 9875.0, 9807.0, 9893.0, 9972.0, 9910.0, 9862.0, 9821.0, 9823.0, 9875.0, 9812.0, 9870.0, 9917.0, 9839.0, 9825.0, 9879.0, 9822.0, 9844.0, 9866.0, 9807.0, 9857.0, 9826.0, 9871.0, 9910.0, 9855.0, 9850.0, 9821.0, 9889.0, 9915.0, 9819.0, 9852.0, 9904.0, 9826.0, 9869.0, 9828.0, 9874.0, 9925.0, 9837.0, 9841.0, 9902.0, 9826.0, 9879.0, 9917.0, 9841.0, 9892.0, 9840.0, 9883.0, 9815.0, 9862.0, 9916.0, 9907.0, 9840.0, 9889.0, 9852.0, 9881.0, 9812.0, 9857.0, 9910.0, 9847.0, 9876.0, 9832.0, 9890.0, 9933.0, 9923.0, 9847.0, 9914.0, 9852.0, 9854.0, 9911.0, 9872.0, 9838.0, 9906.0, 9839.0, 9896.0, 9817.0, 9897.0, 9908.0, 9877.0, 9938.0, 9876.0, 9929.0, 9864.0, 9920.0, 9879.0, 9938.0, 10000.0, 9998.0, 9950.0, 9951.0, 9886.0, 9899.0, 9944.0, 9860.0, 9910.0, 9852.0, 9877.0, 9838.0, 9893.0, 9853.0, 9898.0, 9955.0, 9888.0, 9924.0, 9859.0, 9910.0, 9872.0, 9926.0, 9948.0, 9884.0, 9796.0, 9856.0, 9805.0, 9890.0, 9823.0, 9871.0, 9939.0, 9857.0, 9880.0, 9809.0, 9866.0, 9791.0, 9849.0, 9881.0, 9850.0, 9888.0, 9829.0, 9894.0, 9852.0, 9872.0, 9817.0, 9784.0, 9826.0, 9771.0, 9843.0, 9818.0, 9889.0, 9824.0, 9882.0, 9851.0, 9922.0, 9867.0, 9901.0, 9822.0, 9754.0, 9835.0, 9772.0, 9842.0, 9882.0, 9802.0, 9866.0, 9813.0, 9827.0, 9789.0, 9828.0, 9757.0, 9826.0, 9823.0, 9805.0, 9852.0, 9804.0, 9876.0, 9826.0, 9860.0, 9807.0, 9815.0, 9788.0, 9825.0, 9832.0, 9828.0, 9784.0, 9839.0, 9893.0, 9819.0, 9893.0, 9825.0, 9814.0, 9805.0, 9783.0, 9844.0, 9880.0, 9814.0, 9840.0, 9874.0, 9824.0, 9868.0, 9866.0, 9911.0, 9870.0, 9918.0, 9866.0, 9889.0, 9860.0, 9906.0, 9846.0, 9905.0, 9835.0, 9931.0, 9861.0, 9904.0, 9837.0, 9893.0, 9848.0, 9903.0, 9847.0, 9802.0, 9842.0, 9733.0, 9797.0, 9777.0, 9837.0, 9758.0, 9764.0, 9719.0, 9752.0, 9710.0, 9757.0, 9719.0, 9781.0, 9714.0, 9788.0, 9813.0, 9763.0, 9807.0, 9814.0, 9807.0, 9803.0, 9816.0, 9796.0, 9841.0, 9783.0, 9831.0, 9870.0, 9836.0, 9889.0, 9831.0, 9875.0, 9877.0, 9922.0, 9862.0, 9891.0, 9835.0, 9891.0, 9875.0, 9905.0, 9946.0, 9938.0, 9978.0, 9891.0, 9975.0, 9899.0, 9946.0, 9888.0, 9933.0, 9931.0, 9944.0, 9911.0, 9926.0, 9839.0, 9782.0, 9813.0, 9853.0, 9770.0, 9777.0, 9848.0, 9799.0, 9826.0, 9762.0, 9834.0, 9776.0, 9804.0, 9857.0, 9793.0, 9860.0, 9808.0, 9851.0, 9858.0, 9842.0, 9918.0, 9843.0, 9898.0, 9805.0, 9914.0, 9819.0, 9848.0, 9793.0, 9817.0, 9845.0, 9783.0, 9807.0, 9817.0, 9798.0, 9851.0, 9812.0, 9840.0, 9875.0, 9800.0, 9801.0, 9850.0, 9793.0, 9797.0, 9847.0, 9768.0, 9797.0, 9782.0, 9787.0, 9824.0, 9787.0, 9834.0, 9850.0, 9839.0, 9824.0, 9869.0, 9842.0, 9868.0, 9899.0, 9797.0, 9800.0, 9854.0, 9799.0, 9818.0, 9767.0, 9843.0, 9862.0, 9798.0, 9854.0, 9844.0, 9794.0, 9846.0, 9761.0, 9822.0, 9872.0, 9807.0, 9864.0, 9821.0, 9855.0, 9920.0, 9831.0, 9807.0, 9733.0, 9779.0, 9817.0, 9761.0, 9791.0, 9837.0, 9734.0, 9783.0, 9836.0, 9755.0, 9789.0, 9838.0, 9773.0, 9806.0, 9778.0, 9818.0, 9873.0, 9863.0, 9799.0, 9841.0, 9861.0, 9807.0, 9855.0, 9815.0, 9851.0, 9830.0, 9854.0, 9834.0, 9855.0, 9819.0, 9863.0, 9915.0, 9934.0, 9852.0, 9884.0, 9916.0, 9845.0, 9863.0, 9882.0, 9842.0, 9902.0, 9821.0, 9871.0, 9805.0, 9875.0, 9917.0, 9852.0, 9913.0, 9924.0, 9825.0, 9882.0, 9849.0, 9843.0, 9886.0, 9803.0, 9847.0, 9774.0, 9822.0, 9871.0, 9836.0, 9808.0, 9799.0, 9832.0, 9882.0, 9813.0, 9881.0, 9922.0, 9814.0, 9815.0, 9866.0, 9805.0, 9830.0, 9863.0, 9814.0, 9844.0, 9896.0, 9791.0, 9807.0, 9875.0, 9816.0, 9830.0, 9896.0, 9800.0, 9825.0, 9821.0, 9865.0, 9857.0, 9894.0, 9847.0, 9887.0, 9862.0, 9892.0, 9938.0, 9850.0, 9904.0, 9940.0, 9847.0, 9834.0, 9908.0, 9816.0, 9817.0, 9902.0, 9797.0, 9809.0, 9765.0, 9813.0, 9838.0, 9800.0, 9859.0, 9831.0, 9872.0, 9832.0, 9898.0, 9826.0, 9873.0, 9782.0, 9799.0, 9792.0, 9865.0, 9895.0, 9798.0, 9812.0, 9869.0, 9800.0, 9847.0, 9773.0, 9815.0, 9750.0, 9808.0, 9734.0, 9822.0, 9769.0, 9825.0, 9880.0, 9845.0, 9874.0, 9831.0, 9909.0, 9827.0, 9880.0, 9813.0, 9852.0, 9759.0, 9776.0, 9854.0, 9755.0, 9759.0, 9826.0, 9735.0, 9754.0, 9792.0, 9739.0, 9748.0, 9778.0, 9777.0, 9799.0, 9792.0, 9805.0, 9817.0, 9826.0, 9836.0, 9838.0, 9844.0, 9879.0, 9847.0, 9841.0, 9861.0, 9817.0, 9852.0, 9888.0, 9796.0, 9809.0, 9863.0, 9798.0, 9824.0, 9805.0, 9813.0, 9851.0, 9785.0, 9844.0, 9880.0, 9785.0, 9826.0, 9753.0, 9800.0, 9838.0, 9781.0, 9804.0, 9856.0, 9797.0, 9839.0, 9795.0, 9825.0, 9809.0, 9800.0, 9870.0, 9893.0, 9797.0, 9854.0, 9900.0, 9825.0, 9839.0, 9810.0, 9819.0, 9830.0, 9884.0, 9876.0, 9806.0, 9843.0, 9896.0, 9833.0, 9877.0, 9924.0, 9829.0, 9870.0, 9907.0, 9819.0, 9851.0, 9909.0, 9832.0, 9847.0, 9921.0, 9848.0, 9861.0, 9813.0, 9857.0, 9837.0, 9882.0, 9833.0, 9875.0, 9943.0, 9967.0, 9888.0, 9864.0, 9930.0, 9830.0, 9845.0, 9874.0, 9795.0, 9822.0, 9812.0, 9828.0, 9833.0, 9848.0, 9852.0, 9866.0, 9809.0, 9838.0, 9903.0, 9919.0, 9842.0, 9826.0, 9795.0, 9810.0, 9882.0, 9789.0, 9807.0, 9798.0, 9817.0, 9879.0, 9826.0, 9835.0, 9831.0, 9866.0, 9831.0, 9868.0, 9831.0, 9878.0, 9919.0, 9871.0, 9872.0, 9831.0, 9868.0, 9815.0, 9875.0, 9931.0, 9870.0, 9867.0, 9827.0, 9870.0, 9838.0, 9863.0, 9796.0, 9837.0, 9807.0, 9833.0, 9876.0, 9825.0, 9869.0, 9832.0, 9874.0, 9836.0, 9873.0, 9922.0, 9854.0, 9890.0, 9853.0, 9888.0, 9836.0, 9891.0, 9827.0, 9878.0, 9822.0, 9883.0, 9865.0, 9906.0, 9840.0, 9896.0, 9847.0, 9874.0, 9938.0, 9881.0, 9912.0, 9849.0, 9876.0, 9814.0, 9874.0, 9944.0, 9883.0, 9924.0, 9838.0, 9863.0, 9841.0, 9880.0, 9843.0, 9863.0, 9843.0, 9861.0, 9883.0, 9858.0, 9922.0, 9872.0, 9884.0, 9865.0, 9896.0, 9886.0, 9911.0, 9870.0, 9949.0, 9849.0, 9935.0, 9839.0, 9822.0, 9855.0, 9895.0, 9828.0, 9831.0, 9889.0, 9823.0, 9881.0, 9861.0, 9884.0, 9886.0, 9881.0, 9868.0, 9920.0, 9861.0, 9859.0, 9919.0, 9903.0, 9949.0, 9902.0, 9944.0, 9847.0, 9836.0, 9787.0, 9827.0, 9782.0, 9836.0, 9798.0, 9800.0, 9771.0, 9800.0, 9797.0, 9781.0, 9780.0, 9783.0, 9787.0, 9833.0, 9809.0, 9872.0, 9829.0, 9811.0, 9815.0, 9819.0, 9797.0, 9833.0, 9814.0, 9869.0, 9829.0, 9849.0, 9870.0, 9852.0, 9876.0, 9839.0, 9833.0, 9830.0, 9842.0, 9810.0, 9845.0, 9869.0, 9879.0, 9855.0, 9904.0, 9844.0, 9864.0, 9812.0, 9833.0, 9872.0, 9787.0, 9845.0, 9791.0, 9837.0, 9813.0, 9848.0, 9819.0, 9841.0, 9825.0, 9809.0, 9827.0, 9832.0, 9845.0, 9861.0, 9871.0, 9856.0, 9871.0, 9841.0, 9832.0, 9855.0, 9867.0, 9865.0, 9859.0, 9885.0, 9872.0, 9875.0, 9928.0, 9875.0, 9899.0, 9858.0, 9899.0, 9954.0, 9871.0, 9890.0, 9827.0, 9861.0, 9883.0, 9853.0, 9876.0, 9867.0, 9879.0, 9856.0, 9907.0, 9875.0, 9891.0, 9877.0, 9889.0, 9919.0, 9965.0, 9869.0, 9885.0, 9836.0, 9882.0, 9862.0, 9867.0, 9895.0, 9881.0, 9927.0, 9871.0, 9914.0, 9883.0, 9898.0, 9942.0, 9989.0, 9935.0, 9903.0, 9874.0, 9892.0, 9963.0, 9868.0, 9885.0, 9850.0, 9882.0, 9857.0, 9905.0, 9965.0, 9910.0, 9916.0, 9856.0, 9880.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.001328561797752809</td></tr>
<tr><td colspan=3>aqi</td><td>0.03979865565543071</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.82685084239132</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2438048729685143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002575896551733</td></tr>
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
<tr><td colspan=3>fber</td><td>6099.1172</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11948457072881145</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.857677902621722</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9742055149277395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.906944657965766</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3019311940030986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7137406928143553</td></tr>
<tr><td colspan=3>gcor</td><td>0.0193877</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008664450608193874</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03301488235592842</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.358112342001548</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.9734</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.0914</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>841.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.0668</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3855</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.4477</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3533.5807</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1146.7682</td></tr>
<tr><td colspan=3>tsnr</td><td>30.362798265530728</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>