<?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-0029_ses-04_task-fractional_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-0029_ses-04_task-fractional_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-04_subject-0029_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0029_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_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-04_subject-0029_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_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-04_subject-0029_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0029_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-fractional_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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_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-0029/ses-04/func/sub-0029_ses-04_task-fractional_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>b456002d6a3420641221002a8fd4f445</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>11:20:46.315000</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.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110857</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d511de70-b785-4b41-80f5-ba2f409e697b||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.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['112046.315000', '112046.775000', '112047.235000', '112047.695000', '112048.155000', '112048.615000', '112049.075000', '112049.535000', '112049.995000', '112050.455000', '112050.915000', '112051.375000', '112051.835000', '112052.295000', '112052.755000', '112053.215000', '112053.675000', '112054.135000', '112054.595000', '112055.055000', '112055.515000', '112055.975000', '112056.435000', '112056.895000', '112057.355000', '112057.815000', '112058.275000', '112058.735000', '112059.195000', '112059.655000', '112100.115000', '112100.575000', '112101.035000', '112101.495000', '112101.955000', '112102.415000', '112102.875000', '112103.335000', '112103.795000', '112104.255000', '112104.715000', '112105.175000', '112105.635000', '112106.095000', '112106.555000', '112107.015000', '112107.475000', '112107.935000', '112108.395000', '112108.855000', '112109.315000', '112109.775000', '112110.235000', '112110.695000', '112111.155000', '112111.615000', '112112.075000', '112112.535000', '112112.995000', '112113.455000', '112113.915000', '112114.375000', '112114.835000', '112115.295000', '112115.755000', '112116.215000', '112116.675000', '112117.135000', '112117.595000', '112118.055000', '112118.515000', '112118.975000', '112119.435000', '112119.895000', '112120.355000', '112120.815000', '112121.275000', '112121.735000', '112122.195000', '112122.655000', '112123.115000', '112123.575000', '112124.035000', '112124.495000', '112124.955000', '112125.415000', '112125.875000', '112126.335000', '112126.795000', '112127.255000', '112127.715000', '112128.175000', '112128.635000', '112129.095000', '112129.555000', '112130.015000', '112130.475000', '112130.935000', '112131.395000', '112131.855000', '112132.315000', '112132.775000', '112133.235000', '112133.695000', '112134.155000', '112134.615000', '112135.075000', '112135.535000', '112135.995000', '112136.455000', '112136.915000', '112137.375000', '112137.835000', '112138.295000', '112138.755000', '112139.215000', '112139.675000', '112140.135000', '112140.595000', '112141.055000', '112141.515000', '112141.975000', '112142.435000', '112142.895000', '112143.355000', '112143.815000', '112144.275000', '112144.735000', '112145.195000', '112145.655000', '112146.115000', '112146.575000', '112147.035000', '112147.495000', '112147.955000', '112148.415000', '112148.875000', '112149.335000', '112149.795000', '112150.255000', '112150.715000', '112151.175000', '112151.635000', '112152.095000', '112152.555000', '112153.015000', '112153.475000', '112153.935000', '112154.395000', '112154.855000', '112155.315000', '112155.775000', '112156.235000', '112156.695000', '112157.155000', '112157.615000', '112158.075000', '112158.535000', '112158.995000', '112159.455000', '112159.915000', '112200.375000', '112200.835000', '112201.295000', '112201.755000', '112202.215000', '112202.675000', '112203.135000', '112203.595000', '112204.055000', '112204.515000', '112204.975000', '112205.435000', '112205.895000', '112206.355000', '112206.815000', '112207.275000', '112207.735000', '112208.195000', '112208.655000', '112209.115000', '112209.575000', '112210.035000', '112210.495000', '112210.955000', '112211.415000', '112211.875000', '112212.335000', '112212.795000', '112213.255000', '112213.715000', '112214.175000', '112214.635000', '112215.095000', '112215.555000', '112216.015000', '112216.475000', '112216.935000', '112217.395000', '112217.855000', '112218.315000', '112218.775000', '112219.235000', '112219.695000', '112220.155000', '112220.615000', '112221.075000', '112221.535000', '112221.995000', '112222.455000', '112222.915000', '112223.375000', '112223.835000', '112224.295000', '112224.755000', '112225.215000', '112225.675000', '112226.135000', '112226.595000', '112227.055000', '112227.515000', '112227.975000', '112228.435000', '112228.895000', '112229.355000', '112229.815000', '112230.275000', '112230.735000', '112231.195000', '112231.655000', '112232.115000', '112232.575000', '112233.035000', '112233.495000', '112233.955000', '112234.415000', '112234.875000', '112235.335000', '112235.795000', '112236.255000', '112236.715000', '112237.175000', '112237.635000', '112238.095000', '112238.555000', '112239.015000', '112239.475000', '112239.935000', '112240.395000', '112240.855000', '112241.315000', '112241.775000', '112242.235000', '112242.695000', '112243.155000', '112243.615000', '112244.075000', '112244.535000', '112244.995000', '112245.455000', '112245.915000', '112246.375000', '112246.835000', '112247.295000', '112247.755000', '112248.215000', '112248.675000', '112249.135000', '112249.595000', '112250.055000', '112250.515000', '112250.975000', '112251.435000', '112251.895000', '112252.355000', '112252.815000', '112253.275000', '112253.735000', '112254.195000', '112254.655000', '112255.115000', '112255.575000', '112256.035000', '112256.495000', '112256.955000', '112257.415000', '112257.875000', '112258.335000', '112258.795000', '112259.255000', '112259.715000', '112300.175000', '112300.635000', '112301.095000', '112301.555000', '112302.015000', '112302.475000', '112302.935000', '112303.395000', '112303.855000', '112304.315000', '112304.775000', '112305.235000', '112305.695000', '112306.155000', '112306.615000', '112307.075000', '112307.535000', '112307.995000', '112308.455000', '112308.915000', '112309.375000', '112309.835000', '112310.295000', '112310.755000', '112311.215000', '112311.675000', '112312.135000', '112312.595000', '112313.055000', '112313.515000', '112313.975000', '112314.435000', '112314.895000', '112315.355000', '112315.815000', '112316.275000', '112316.735000', '112317.195000', '112317.655000', '112318.115000', '112318.575000', '112319.035000', '112319.495000', '112319.955000', '112320.415000', '112320.875000', '112321.335000', '112321.795000', '112322.255000', '112322.715000', '112323.175000', '112323.635000', '112324.095000', '112324.555000', '112325.015000', '112325.475000', '112325.935000', '112326.395000', '112326.855000', '112327.315000', '112327.775000', '112328.235000', '112328.695000', '112329.155000', '112329.615000', '112330.075000', '112330.535000', '112330.995000', '112331.455000', '112331.915000', '112332.375000', '112332.835000', '112333.295000', '112333.755000', '112334.215000', '112334.675000', '112335.135000', '112335.595000', '112336.055000', '112336.515000', '112336.975000', '112337.435000', '112337.895000', '112338.355000', '112338.815000', '112339.275000', '112339.735000', '112340.195000', '112340.655000', '112341.115000', '112341.575000', '112342.035000', '112342.495000', '112342.955000', '112343.415000', '112343.875000', '112344.335000', '112344.795000', '112345.255000', '112345.715000', '112346.175000', '112346.635000', '112347.095000', '112347.555000', '112348.015000', '112348.475000', '112348.935000', '112349.395000', '112349.855000', '112350.315000', '112350.775000', '112351.235000', '112351.695000', '112352.155000', '112352.615000', '112353.075000', '112353.535000', '112353.995000', '112354.455000', '112354.915000', '112355.375000', '112355.835000', '112356.295000', '112356.755000', '112357.215000', '112357.675000', '112358.135000', '112358.595000', '112359.055000', '112359.515000', '112359.975000', '112400.435000', '112400.895000', '112401.355000', '112401.815000', '112402.275000', '112402.735000', '112403.195000', '112403.655000', '112404.115000', '112404.575000', '112405.035000', '112405.495000', '112405.955000', '112406.415000', '112406.875000', '112407.335000', '112407.795000', '112408.255000', '112408.715000', '112409.175000', '112409.635000', '112410.095000', '112410.555000', '112411.015000', '112411.475000', '112411.935000', '112412.395000', '112412.855000', '112413.315000', '112413.775000', '112414.235000', '112414.695000', '112415.155000', '112415.615000', '112416.075000', '112416.535000', '112416.995000', '112417.455000', '112417.915000', '112418.375000', '112418.835000', '112419.295000', '112419.755000', '112420.215000', '112420.675000', '112421.135000', '112421.595000', '112422.055000', '112422.515000', '112422.975000', '112423.435000', '112423.895000', '112424.355000', '112424.815000', '112425.275000', '112425.735000', '112426.195000', '112426.655000', '112427.115000', '112427.575000', '112428.035000', '112428.495000', '112428.955000', '112429.415000', '112429.875000', '112430.335000', '112430.795000', '112431.255000', '112431.715000', '112432.175000', '112432.635000', '112433.095000', '112433.555000', '112434.015000', '112434.475000', '112434.935000', '112435.395000', '112435.855000', '112436.315000', '112436.775000', '112437.235000', '112437.695000', '112438.155000', '112438.615000', '112439.075000', '112439.535000', '112439.995000', '112440.455000', '112440.915000', '112441.375000', '112441.835000', '112442.295000', '112442.755000', '112443.215000', '112443.675000', '112444.135000', '112444.595000', '112445.055000', '112445.515000', '112445.975000', '112446.435000', '112446.895000', '112447.355000', '112447.815000', '112448.275000', '112448.735000', '112449.195000', '112449.655000', '112450.115000', '112450.575000', '112451.035000', '112451.495000', '112451.955000', '112452.415000', '112452.875000', '112453.335000', '112453.795000', '112454.255000', '112454.715000', '112455.175000', '112455.635000', '112456.095000', '112456.555000', '112457.015000', '112457.475000', '112457.935000', '112458.395000', '112458.855000', '112459.315000', '112459.775000', '112500.235000', '112500.695000', '112501.155000', '112501.615000', '112502.075000', '112502.535000', '112502.995000', '112503.455000', '112503.915000', '112504.375000', '112504.835000', '112505.295000', '112505.755000', '112506.215000', '112506.675000', '112507.135000', '112507.595000', '112508.055000', '112508.515000', '112508.975000', '112509.435000', '112509.895000', '112510.355000', '112510.815000', '112511.275000', '112511.735000', '112512.195000', '112512.655000', '112513.115000', '112513.575000', '112514.035000', '112514.495000', '112514.955000', '112515.415000', '112515.875000', '112516.335000', '112516.795000', '112517.255000', '112517.715000', '112518.175000', '112518.635000', '112519.095000', '112519.555000', '112520.015000', '112520.475000', '112520.935000', '112521.395000', '112521.855000', '112522.315000', '112522.775000', '112523.235000', '112523.695000', '112524.155000', '112524.615000', '112525.075000', '112525.535000', '112525.995000', '112526.455000', '112526.915000', '112527.375000', '112527.835000', '112528.295000', '112528.755000', '112529.215000', '112529.675000', '112530.135000', '112530.595000', '112531.055000', '112531.515000', '112531.975000', '112532.435000', '112532.895000', '112533.355000', '112533.815000', '112534.275000', '112534.735000', '112535.195000', '112535.655000', '112536.115000', '112536.575000', '112537.035000', '112537.495000', '112537.955000', '112538.415000', '112538.875000', '112539.335000', '112539.795000', '112540.255000', '112540.715000', '112541.175000', '112541.635000', '112542.095000', '112542.555000', '112543.015000', '112543.475000', '112543.935000', '112544.395000', '112544.855000', '112545.315000', '112545.775000', '112546.235000', '112546.695000', '112547.155000', '112547.615000', '112548.075000', '112548.535000', '112548.995000', '112549.455000', '112549.915000', '112550.375000', '112550.835000', '112551.295000', '112551.755000', '112552.215000', '112552.675000', '112553.135000', '112553.595000', '112554.055000', '112554.515000', '112554.975000', '112555.435000', '112555.895000', '112556.355000', '112556.815000', '112557.275000', '112557.735000', '112558.195000', '112558.655000', '112559.115000', '112559.575000', '112600.035000', '112600.495000', '112600.955000', '112601.415000', '112601.875000', '112602.335000', '112602.795000', '112603.255000', '112603.715000', '112604.175000', '112604.635000', '112605.095000', '112605.555000', '112606.015000', '112606.475000', '112606.935000', '112607.395000', '112607.855000', '112608.315000', '112608.775000', '112609.235000', '112609.695000', '112610.155000', '112610.615000', '112611.075000', '112611.535000', '112611.995000', '112612.455000', '112612.915000', '112613.375000', '112613.835000', '112614.295000', '112614.755000', '112615.215000', '112615.675000', '112616.135000', '112616.595000', '112617.055000', '112617.515000', '112617.975000', '112618.435000', '112618.895000', '112619.355000', '112619.815000', '112620.275000', '112620.735000', '112621.195000', '112621.655000', '112622.115000', '112622.575000', '112623.035000', '112623.495000', '112623.955000', '112624.415000', '112624.875000', '112625.335000', '112625.795000', '112626.255000', '112626.715000', '112627.175000', '112627.635000', '112628.095000', '112628.555000', '112629.015000', '112629.475000', '112629.935000', '112630.395000', '112630.855000', '112631.315000', '112631.775000', '112632.235000', '112632.695000', '112633.155000', '112633.615000', '112634.075000', '112634.535000', '112634.995000', '112635.455000', '112635.915000', '112636.375000', '112636.835000', '112637.295000', '112637.755000', '112638.215000', '112638.675000', '112639.135000', '112639.595000', '112640.055000', '112640.515000', '112640.975000', '112641.435000', '112641.895000', '112642.355000', '112642.815000', '112643.275000', '112643.735000', '112644.195000', '112644.655000', '112645.115000', '112645.575000', '112646.035000', '112646.495000', '112646.955000', '112647.415000', '112647.875000', '112648.335000', '112648.795000', '112649.255000', '112649.715000', '112650.175000', '112650.635000', '112651.095000', '112651.555000', '112652.015000', '112652.475000', '112652.935000', '112653.395000', '112653.855000', '112654.315000', '112654.775000', '112655.235000', '112655.695000', '112656.155000', '112656.615000', '112657.075000', '112657.535000', '112657.995000', '112658.455000', '112658.915000', '112659.375000', '112659.835000', '112700.295000', '112700.755000', '112701.215000', '112701.675000', '112702.135000', '112702.595000', '112703.055000', '112703.515000', '112703.975000', '112704.435000', '112704.895000', '112705.355000', '112705.815000', '112706.275000', '112706.735000', '112707.195000', '112707.655000', '112708.115000', '112708.575000', '112709.035000', '112709.495000', '112709.955000', '112710.415000', '112710.875000', '112711.335000', '112711.795000', '112712.255000', '112712.715000', '112713.175000', '112713.635000', '112714.095000', '112714.555000', '112715.015000', '112715.475000', '112715.935000', '112716.395000', '112716.855000', '112717.315000', '112717.775000', '112718.235000', '112718.695000', '112719.155000', '112719.615000', '112720.075000', '112720.535000', '112720.995000', '112721.455000', '112721.915000', '112722.375000', '112722.835000', '112723.295000', '112723.755000', '112724.215000', '112724.675000', '112725.135000', '112725.595000', '112726.055000', '112726.515000', '112726.975000', '112727.435000', '112727.895000', '112728.355000', '112728.815000', '112729.275000', '112729.735000', '112730.195000', '112730.655000', '112731.115000', '112731.575000', '112732.035000', '112732.495000', '112732.955000', '112733.415000', '112733.875000', '112734.335000', '112734.795000', '112735.255000', '112735.715000', '112736.175000', '112736.635000', '112737.095000', '112737.555000', '112738.015000', '112738.475000', '112738.935000', '112739.395000', '112739.855000', '112740.315000', '112740.775000', '112741.235000', '112741.695000', '112742.155000', '112742.615000', '112743.075000', '112743.535000', '112743.995000', '112744.455000', '112744.915000', '112745.375000', '112745.835000', '112746.295000', '112746.755000', '112747.215000', '112747.675000', '112748.135000', '112748.595000', '112749.055000', '112749.515000', '112749.975000', '112750.435000', '112750.895000', '112751.355000', '112751.815000', '112752.275000', '112752.735000', '112753.195000', '112753.655000', '112754.115000', '112754.575000', '112755.035000', '112755.495000', '112755.955000', '112756.415000', '112756.875000', '112757.335000', '112757.795000', '112758.255000', '112758.715000', '112759.175000', '112759.635000', '112800.095000', '112800.555000', '112801.015000', '112801.475000', '112801.935000', '112802.395000', '112802.855000', '112803.315000', '112803.775000', '112804.235000', '112804.695000', '112805.155000', '112805.615000', '112806.075000', '112806.535000', '112806.995000', '112807.455000', '112807.915000', '112808.375000', '112808.835000', '112809.295000', '112809.755000', '112810.215000', '112810.675000', '112811.135000', '112811.595000', '112812.055000', '112812.515000', '112812.975000', '112813.435000', '112813.895000', '112814.355000', '112814.815000', '112815.275000', '112815.735000', '112816.195000', '112816.655000', '112817.115000', '112817.575000', '112818.035000', '112818.495000', '112818.955000', '112819.415000', '112819.875000', '112820.335000', '112820.795000', '112821.255000', '112821.715000', '112822.175000', '112822.635000', '112823.095000', '112823.555000', '112824.015000', '112824.475000', '112824.935000', '112825.395000', '112825.855000', '112826.315000', '112826.775000', '112827.235000', '112827.695000', '112828.155000', '112828.615000', '112829.075000', '112829.535000', '112829.995000', '112830.455000', '112830.915000', '112831.375000', '112831.835000', '112832.295000', '112832.755000', '112833.215000', '112833.675000', '112834.135000', '112834.595000', '112835.055000', '112835.515000', '112835.975000', '112836.435000', '112836.895000', '112837.355000', '112837.815000', '112838.275000', '112838.735000', '112839.195000', '112839.655000', '112840.115000', '112840.575000', '112841.035000', '112841.495000', '112841.955000', '112842.415000', '112842.875000', '112843.335000', '112843.795000', '112844.255000', '112844.715000', '112845.175000', '112845.635000', '112846.095000', '112846.555000', '112847.015000', '112847.475000', '112847.935000', '112848.395000', '112848.855000', '112849.315000', '112849.775000', '112850.235000', '112850.695000', '112851.155000', '112851.615000', '112852.075000', '112852.535000', '112852.995000', '112853.455000', '112853.915000', '112854.375000', '112854.835000', '112855.295000', '112855.755000', '112856.215000', '112856.675000', '112857.135000', '112857.595000', '112858.055000', '112858.515000', '112858.975000', '112859.435000', '112859.895000', '112900.355000', '112900.815000', '112901.275000', '112901.735000', '112902.195000', '112902.655000', '112903.115000', '112903.575000', '112904.035000', '112904.495000', '112904.955000', '112905.415000', '112905.875000', '112906.335000', '112906.795000', '112907.255000', '112907.715000', '112908.175000', '112908.635000', '112909.095000', '112909.555000', '112910.015000', '112910.475000', '112910.935000', '112911.395000', '112911.855000', '112912.315000', '112912.775000', '112913.235000', '112913.695000', '112914.155000', '112914.615000', '112915.075000', '112915.535000', '112915.995000', '112916.455000', '112916.915000', '112917.375000', '112917.835000', '112918.295000', '112918.755000', '112919.215000', '112919.675000', '112920.135000', '112920.595000', '112921.055000', '112921.515000', '112921.975000', '112922.435000', '112922.895000', '112923.355000', '112923.815000', '112924.275000', '112924.735000', '112925.195000', '112925.655000', '112926.115000', '112926.575000', '112927.035000', '112927.495000', '112927.955000', '112928.415000', '112928.875000', '112929.335000', '112929.795000', '112930.255000', '112930.715000', '112931.175000', '112931.635000', '112932.095000', '112932.555000', '112933.015000', '112933.475000', '112933.935000', '112934.395000', '112934.855000', '112935.315000', '112935.775000', '112936.235000', '112936.695000', '112937.155000', '112937.615000', '112938.075000', '112938.535000', '112938.995000', '112939.455000', '112939.915000', '112940.375000', '112940.835000', '112941.295000', '112941.755000', '112942.215000', '112942.675000', '112943.135000', '112943.595000', '112944.055000', '112944.515000', '112944.975000', '112945.435000', '112945.895000', '112946.355000', '112946.815000', '112947.275000', '112947.735000', '112948.195000', '112948.655000', '112949.115000', '112949.575000', '112950.035000', '112950.495000', '112950.955000', '112951.415000', '112951.875000', '112952.335000', '112952.795000', '112953.255000', '112953.715000', '112954.175000', '112954.635000', '112955.095000', '112955.555000', '112956.015000', '112956.475000', '112956.935000', '112957.395000', '112957.855000', '112958.315000', '112958.775000', '112959.235000', '112959.695000', '113000.155000', '113000.615000', '113001.075000', '113001.535000', '113001.995000', '113002.455000', '113002.915000', '113003.375000', '113003.835000', '113004.295000', '113004.755000', '113005.215000', '113005.675000', '113006.135000', '113006.595000', '113007.055000', '113007.515000', '113007.975000', '113008.435000', '113008.895000', '113009.355000', '113009.815000', '113010.275000', '113010.735000', '113011.195000', '113011.655000', '113012.115000', '113012.575000', '113013.035000', '113013.495000', '113013.955000', '113014.415000', '113014.875000', '113015.335000', '113015.795000', '113016.255000', '113016.715000', '113017.175000', '113017.635000', '113018.095000', '113018.555000', '113019.015000', '113019.475000', '113019.935000', '113020.395000', '113020.855000', '113021.315000', '113021.775000', '113022.235000', '113022.695000', '113023.155000', '113023.615000', '113024.075000', '113024.535000', '113024.995000', '113025.455000', '113025.915000', '113026.375000', '113026.835000', '113027.295000', '113027.755000', '113028.215000', '113028.675000', '113029.135000', '113029.595000', '113030.055000', '113030.515000', '113030.975000', '113031.435000', '113031.895000', '113032.355000', '113032.815000', '113033.275000', '113033.735000', '113034.195000', '113034.655000', '113035.115000', '113035.575000', '113036.035000', '113036.495000', '113036.955000', '113037.415000', '113037.875000', '113038.335000', '113038.795000', '113039.255000', '113039.715000', '113040.175000', '113040.635000', '113041.095000', '113041.555000', '113042.015000', '113042.475000', '113042.935000', '113043.395000', '113043.855000', '113044.315000', '113044.775000', '113045.235000', '113045.695000', '113046.155000', '113046.615000', '113047.075000', '113047.535000', '113047.995000', '113048.455000', '113048.915000', '113049.375000', '113049.835000', '113050.295000', '113050.755000', '113051.215000', '113051.675000', '113052.135000', '113052.595000', '113053.055000', '113053.515000', '113053.975000'], 'ContentTime': ['112110.015000', '112110.018000', '112110.021000', '112110.024000', '112110.027000', '112110.030000', '112110.043000', '112110.046000', '112110.049000', '112110.052000', '112110.054000', '112110.057000', '112110.060000', '112110.063000', '112110.066000', '112110.069000', '112110.072000', '112110.074000', '112110.077000', '112110.080000', '112110.083000', '112110.086000', '112110.089000', '112110.092000', '112110.095000', '112110.097000', '112110.100000', '112110.103000', '112110.106000', '112110.109000', '112110.122000', '112110.125000', '112110.128000', '112110.131000', '112110.134000', '112110.138000', '112110.141000', '112110.143000', '112110.146000', '112110.149000', '112110.152000', '112110.155000', '112110.158000', '112110.161000', '112110.164000', '112110.167000', '112110.169000', '112110.172000', '112110.175000', '112110.178000', '112129.976000', '112129.979000', '112129.982000', '112129.984000', '112129.987000', '112129.990000', '112129.993000', '112129.996000', '112130.000000', '112130.003000', '112130.006000', '112130.008000', '112130.011000', '112130.014000', '112130.017000', '112130.020000', '112130.023000', '112130.025000', '112130.028000', '112130.031000', '112130.034000', '112130.037000', '112130.040000', '112130.043000', '112130.046000', '112130.048000', '112130.051000', '112130.054000', '112130.057000', '112130.060000', '112130.063000', '112130.066000', '112130.069000', '112130.071000', '112130.074000', '112130.077000', '112130.091000', '112130.094000', '112130.097000', '112130.100000', '112130.103000', '112130.105000', '112130.108000', '112149.976000', '112149.979000', '112149.982000', '112149.984000', '112149.987000', '112149.990000', '112149.993000', '112149.996000', '112150.000000', '112150.003000', '112150.005000', '112150.008000', '112150.011000', '112150.014000', '112150.017000', '112150.020000', '112150.022000', '112150.025000', '112150.028000', '112150.031000', '112150.034000', '112150.037000', '112150.040000', '112150.043000', '112150.045000', '112150.048000', '112150.051000', '112150.054000', '112150.057000', '112150.060000', '112150.062000', '112150.065000', '112150.075000', '112150.086000', '112150.089000', '112150.092000', '112150.094000', '112150.097000', '112150.100000', '112150.103000', '112150.106000', '112150.109000', '112150.111000', '112150.114000', '112209.976000', '112209.979000', '112209.982000', '112209.984000', '112209.987000', '112209.990000', '112209.993000', '112209.996000', '112210.000000', '112210.003000', '112210.005000', '112210.008000', '112210.011000', '112210.014000', '112210.017000', '112210.020000', '112210.023000', '112210.025000', '112210.028000', '112210.031000', '112210.034000', '112210.037000', '112210.040000', '112210.043000', '112210.045000', '112210.055000', '112210.059000', '112210.062000', '112210.065000', '112210.068000', '112210.071000', '112210.074000', '112210.077000', '112210.080000', '112210.082000', '112210.085000', '112210.088000', '112210.091000', '112210.094000', '112210.097000', '112210.100000', '112210.103000', '112210.105000', '112229.976000', '112229.979000', '112229.982000', '112229.985000', '112229.988000', '112229.995000', '112229.998000', '112230.002000', '112230.005000', '112230.008000', '112230.011000', '112230.014000', '112230.017000', '112230.020000', '112230.023000', '112230.026000', '112230.028000', '112230.031000', '112230.034000', '112230.037000', '112230.040000', '112230.043000', '112230.046000', '112230.049000', '112230.052000', '112230.054000', '112230.057000', '112230.060000', '112230.063000', '112230.066000', '112230.069000', '112230.072000', '112230.075000', '112230.078000', '112230.080000', '112230.083000', '112230.086000', '112230.089000', '112230.092000', '112230.095000', '112230.098000', '112230.101000', '112230.103000', '112230.106000', '112249.976000', '112249.979000', '112249.982000', '112249.985000', '112249.988000', '112249.991000', '112249.994000', '112249.996000', '112250.000000', '112250.003000', '112250.006000', '112250.009000', '112250.012000', '112250.019000', '112250.022000', '112250.025000', '112250.028000', '112250.031000', '112250.034000', '112250.037000', '112250.039000', '112250.042000', '112250.045000', '112250.048000', '112250.051000', '112250.054000', '112250.057000', '112250.060000', '112250.062000', '112250.065000', '112250.068000', '112250.076000', '112250.079000', '112250.082000', '112250.085000', '112250.088000', '112250.091000', '112250.094000', '112250.096000', '112250.099000', '112250.102000', '112250.105000', '112250.108000', '112309.976000', '112309.979000', '112309.982000', '112309.985000', '112309.987000', '112309.990000', '112309.993000', '112309.996000', '112310.000000', '112310.003000', '112310.006000', '112310.009000', '112310.012000', '112310.015000', '112310.018000', '112310.021000', '112310.024000', '112310.027000', '112310.030000', '112310.033000', '112310.036000', '112310.039000', '112310.042000', '112310.044000', '112310.047000', '112310.050000', '112310.053000', '112310.056000', '112310.059000', '112310.062000', '112310.065000', '112310.068000', '112310.070000', '112310.073000', '112310.076000', '112310.079000', '112310.082000', '112310.085000', '112310.088000', '112310.091000', '112310.094000', '112310.096000', '112310.099000', '112310.102000', '112329.977000', '112329.980000', '112329.983000', '112329.986000', '112329.989000', '112329.991000', '112329.994000', '112329.997000', '112330.000000', '112330.003000', '112330.006000', '112330.009000', '112330.012000', '112330.015000', '112330.018000', '112330.021000', '112330.024000', '112330.027000', '112330.030000', '112330.033000', '112330.036000', '112330.038000', '112330.041000', '112330.044000', '112330.047000', '112330.050000', '112330.053000', '112330.056000', '112330.065000', '112330.068000', '112330.071000', '112330.073000', '112330.077000', '112330.079000', '112330.082000', '112330.085000', '112330.088000', '112330.091000', '112330.094000', '112330.098000', '112330.101000', '112330.104000', '112330.107000', '112349.976000', '112349.979000', '112349.982000', '112349.985000', '112349.988000', '112349.991000', '112349.994000', '112349.997000', '112350.001000', '112350.004000', '112350.007000', '112350.010000', '112350.013000', '112350.016000', '112350.019000', '112350.021000', '112350.024000', '112350.027000', '112350.030000', '112350.033000', '112350.036000', '112350.039000', '112350.042000', '112350.045000', '112350.047000', '112350.051000', '112350.053000', '112350.056000', '112350.059000', '112350.062000', '112350.065000', '112350.068000', '112350.071000', '112350.074000', '112350.077000', '112350.080000', '112350.083000', '112350.086000', '112350.089000', '112350.092000', '112350.094000', '112350.097000', '112350.100000', '112409.976000', '112409.979000', '112409.982000', '112409.984000', '112409.987000', '112409.990000', '112409.993000', '112409.996000', '112410.000000', '112410.003000', '112410.006000', '112410.009000', '112410.012000', '112410.015000', '112410.018000', '112410.021000', '112410.024000', '112410.027000', '112410.029000', '112410.032000', '112410.035000', '112410.038000', '112410.041000', '112410.044000', '112410.047000', '112410.050000', '112410.053000', '112410.055000', '112410.059000', '112410.061000', '112410.064000', '112410.067000', '112410.070000', '112410.073000', '112410.076000', '112410.079000', '112410.082000', '112410.085000', '112410.087000', '112410.090000', '112410.093000', '112410.096000', '112410.099000', '112410.102000', '112429.976000', '112429.979000', '112429.982000', '112429.985000', '112429.988000', '112429.990000', '112429.993000', '112429.996000', '112430.000000', '112430.003000', '112430.006000', '112430.009000', '112430.012000', '112430.015000', '112430.018000', '112430.021000', '112430.024000', '112430.027000', '112430.029000', '112430.032000', '112430.035000', '112430.038000', '112430.041000', '112430.044000', '112430.047000', '112430.050000', '112430.053000', '112430.056000', '112430.059000', '112430.061000', '112430.064000', '112430.067000', '112430.070000', '112430.073000', '112430.076000', '112430.079000', '112430.082000', '112430.085000', '112430.087000', '112430.090000', '112430.093000', '112430.096000', '112430.099000', '112430.102000', '112449.976000', '112449.979000', '112449.982000', '112449.985000', '112449.988000', '112449.991000', '112450.002000', '112450.005000', '112450.007000', '112450.010000', '112450.013000', '112450.016000', '112450.019000', '112450.022000', '112450.025000', '112450.028000', '112450.031000', '112450.034000', '112450.037000', '112450.040000', '112450.042000', '112450.045000', '112450.049000', '112450.052000', '112450.055000', '112450.058000', '112450.061000', '112450.064000', '112450.067000', '112450.070000', '112450.073000', '112450.076000', '112450.079000', '112450.082000', '112450.085000', '112450.088000', '112450.091000', '112450.094000', '112450.097000', '112450.100000', '112450.102000', '112450.105000', '112450.108000', '112509.976000', '112509.979000', '112509.982000', '112509.985000', '112509.988000', '112509.991000', '112509.994000', '112509.997000', '112510.001000', '112510.004000', '112510.020000', '112510.023000', '112510.026000', '112510.029000', '112510.032000', '112510.035000', '112510.038000', '112510.041000', '112510.043000', '112510.047000', '112510.049000', '112510.052000', '112510.055000', '112510.058000', '112510.061000', '112510.064000', '112510.067000', '112510.070000', '112510.073000', '112510.075000', '112510.078000', '112510.081000', '112510.084000', '112510.087000', '112510.090000', '112510.093000', '112510.096000', '112510.099000', '112510.102000', '112510.105000', '112510.108000', '112510.111000', '112510.114000', '112529.976000', '112529.979000', '112529.982000', '112529.985000', '112529.988000', '112529.991000', '112529.994000', '112529.996000', '112530.000000', '112530.003000', '112530.006000', '112530.009000', '112530.012000', '112530.015000', '112530.018000', '112530.021000', '112530.024000', '112530.026000', '112530.030000', '112530.032000', '112530.035000', '112530.038000', '112530.041000', '112530.044000', '112530.047000', '112530.050000', '112530.053000', '112530.056000', '112530.059000', '112530.062000', '112530.065000', '112530.067000', '112530.070000', '112530.073000', '112530.076000', '112530.079000', '112530.082000', '112530.085000', '112530.088000', '112530.091000', '112530.093000', '112530.096000', '112530.099000', '112530.102000', '112549.977000', '112549.980000', '112549.983000', '112549.986000', '112549.989000', '112549.992000', '112549.995000', '112549.998000', '112550.002000', '112550.005000', '112550.008000', '112550.010000', '112550.013000', '112550.016000', '112550.019000', '112550.022000', '112550.025000', '112550.028000', '112550.031000', '112550.034000', '112550.037000', '112550.039000', '112550.042000', '112550.045000', '112550.048000', '112550.051000', '112550.054000', '112550.057000', '112550.060000', '112550.063000', '112550.066000', '112550.068000', '112550.071000', '112550.074000', '112550.077000', '112550.080000', '112550.083000', '112550.086000', '112550.089000', '112550.092000', '112550.094000', '112550.097000', '112550.100000', '112609.976000', '112609.979000', '112609.982000', '112609.985000', '112609.988000', '112609.991000', '112609.994000', '112609.996000', '112610.000000', '112610.012000', '112610.015000', '112610.018000', '112610.021000', '112610.024000', '112610.027000', '112610.030000', '112610.033000', '112610.036000', '112610.038000', '112610.041000', '112610.044000', '112610.047000', '112610.050000', '112610.053000', '112610.056000', '112610.059000', '112610.062000', '112610.064000', '112610.067000', '112610.070000', '112610.073000', '112610.076000', '112610.079000', '112610.082000', '112610.085000', '112610.088000', '112610.091000', '112610.094000', '112610.097000', '112610.100000', '112610.102000', '112610.105000', '112610.108000', '112610.111000', '112629.976000', '112629.979000', '112629.982000', '112629.985000', '112629.988000', '112629.991000', '112629.994000', '112629.997000', '112630.001000', '112630.003000', '112630.006000', '112630.009000', '112630.012000', '112630.015000', '112630.019000', '112630.022000', '112630.025000', '112630.028000', '112630.031000', '112630.034000', '112630.037000', '112630.040000', '112630.043000', '112630.046000', '112630.049000', '112630.052000', '112630.054000', '112630.057000', '112630.060000', '112630.063000', '112630.066000', '112630.069000', '112630.072000', '112630.075000', '112630.078000', '112630.092000', '112630.095000', '112630.098000', '112630.101000', '112630.104000', '112630.106000', '112630.109000', '112630.112000', '112649.976000', '112649.979000', '112649.982000', '112649.985000', '112649.988000', '112649.991000', '112649.994000', '112649.996000', '112650.006000', '112650.009000', '112650.012000', '112650.015000', '112650.018000', '112650.021000', '112650.023000', '112650.026000', '112650.029000', '112650.032000', '112650.035000', '112650.038000', '112650.041000', '112650.044000', '112650.047000', '112650.050000', '112650.053000', '112650.056000', '112650.058000', '112650.061000', '112650.064000', '112650.067000', '112650.070000', '112650.073000', '112650.076000', '112650.079000', '112650.082000', '112650.085000', '112650.088000', '112650.092000', '112650.095000', '112650.098000', '112650.101000', '112650.104000', '112650.107000', '112650.109000', '112709.976000', '112709.979000', '112709.982000', '112709.985000', '112709.988000', '112709.991000', '112709.994000', '112709.997000', '112710.001000', '112710.003000', '112710.006000', '112710.009000', '112710.012000', '112710.015000', '112710.018000', '112710.021000', '112710.024000', '112710.027000', '112710.030000', '112710.033000', '112710.037000', '112710.040000', '112710.043000', '112710.046000', '112710.049000', '112710.052000', '112710.055000', '112710.058000', '112710.061000', '112710.064000', '112710.067000', '112710.070000', '112710.073000', '112710.076000', '112710.079000', '112710.081000', '112710.084000', '112710.087000', '112710.090000', '112710.093000', '112710.096000', '112710.099000', '112710.102000', '112729.976000', '112729.979000', '112729.982000', '112729.985000', '112729.988000', '112729.991000', '112729.994000', '112729.997000', '112730.001000', '112730.004000', '112730.007000', '112730.010000', '112730.013000', '112730.016000', '112730.019000', '112730.022000', '112730.025000', '112730.028000', '112730.031000', '112730.034000', '112730.037000', '112730.040000', '112730.043000', '112730.046000', '112730.048000', '112730.052000', '112730.054000', '112730.057000', '112730.060000', '112730.063000', '112730.066000', '112730.069000', '112730.072000', '112730.075000', '112730.078000', '112730.081000', '112730.083000', '112730.087000', '112730.089000', '112730.092000', '112730.095000', '112730.098000', '112730.101000', '112730.104000', '112749.976000', '112749.979000', '112749.982000', '112749.985000', '112749.988000', '112749.991000', '112749.994000', '112749.997000', '112750.000000', '112750.003000', '112750.006000', '112750.009000', '112750.012000', '112750.015000', '112750.018000', '112750.021000', '112750.024000', '112750.036000', '112750.039000', '112750.042000', '112750.045000', '112750.048000', '112750.051000', '112750.055000', '112750.057000', '112750.061000', '112750.064000', '112750.067000', '112750.069000', '112750.073000', '112750.075000', '112750.078000', '112750.081000', '112750.084000', '112750.087000', '112750.090000', '112750.093000', '112750.096000', '112750.099000', '112750.101000', '112750.104000', '112750.107000', '112750.110000', '112809.977000', '112809.980000', '112809.983000', '112809.986000', '112809.989000', '112809.992000', '112809.995000', '112809.997000', '112810.001000', '112810.003000', '112810.006000', '112810.009000', '112810.012000', '112810.015000', '112810.018000', '112810.021000', '112810.023000', '112810.026000', '112810.029000', '112810.032000', '112810.035000', '112810.038000', '112810.041000', '112810.044000', '112810.047000', '112810.050000', '112810.052000', '112810.055000', '112810.058000', '112810.061000', '112810.064000', '112810.067000', '112810.070000', '112810.073000', '112810.076000', '112810.079000', '112810.082000', '112810.084000', '112810.087000', '112810.090000', '112810.093000', '112810.096000', '112810.099000', '112810.102000', '112829.976000', '112829.979000', '112829.982000', '112829.985000', '112829.988000', '112829.991000', '112829.994000', '112829.997000', '112830.000000', '112830.003000', '112830.006000', '112830.010000', '112830.013000', '112830.017000', '112830.019000', '112830.022000', '112830.025000', '112830.028000', '112830.031000', '112830.034000', '112830.037000', '112830.040000', '112830.043000', '112830.046000', '112830.049000', '112830.052000', '112830.054000', '112830.057000', '112830.060000', '112830.063000', '112830.066000', '112830.069000', '112830.072000', '112830.075000', '112830.079000', '112830.084000', '112830.087000', '112830.090000', '112830.093000', '112830.096000', '112830.098000', '112830.101000', '112830.104000', '112849.976000', '112849.979000', '112849.982000', '112849.985000', '112849.988000', '112849.991000', '112849.994000', '112849.997000', '112850.000000', '112850.003000', '112850.006000', '112850.009000', '112850.012000', '112850.015000', '112850.018000', '112850.021000', '112850.024000', '112850.027000', '112850.030000', '112850.033000', '112850.036000', '112850.038000', '112850.041000', '112850.044000', '112850.047000', '112850.050000', '112850.053000', '112850.056000', '112850.059000', '112850.062000', '112850.065000', '112850.068000', '112850.071000', '112850.074000', '112850.077000', '112850.080000', '112850.083000', '112850.086000', '112850.089000', '112850.092000', '112850.095000', '112850.098000', '112850.101000', '112850.104000', '112909.976000', '112909.979000', '112909.982000', '112909.985000', '112909.988000', '112909.991000', '112909.994000', '112909.997000', '112910.001000', '112910.004000', '112910.006000', '112910.009000', '112910.012000', '112910.015000', '112910.018000', '112910.021000', '112910.024000', '112910.027000', '112910.030000', '112910.033000', '112910.036000', '112910.039000', '112910.042000', '112910.045000', '112910.048000', '112910.051000', '112910.053000', '112910.056000', '112910.074000', '112910.077000', '112910.080000', '112910.084000', '112910.087000', '112910.090000', '112910.093000', '112910.096000', '112910.099000', '112910.102000', '112910.105000', '112910.108000', '112910.111000', '112910.113000', '112910.117000', '112929.976000', '112929.979000', '112929.982000', '112929.985000', '112929.988000', '112929.991000', '112929.994000', '112929.997000', '112930.001000', '112930.004000', '112930.007000', '112930.009000', '112930.012000', '112930.015000', '112930.018000', '112930.021000', '112930.024000', '112930.027000', '112930.030000', '112930.033000', '112930.036000', '112930.039000', '112930.042000', '112930.045000', '112930.047000', '112930.050000', '112930.053000', '112930.056000', '112930.059000', '112930.062000', '112930.065000', '112930.068000', '112930.071000', '112930.074000', '112930.077000', '112930.080000', '112930.083000', '112930.086000', '112930.088000', '112930.091000', '112930.094000', '112930.097000', '112930.100000', '112930.103000', '112949.976000', '112949.979000', '112949.982000', '112949.985000', '112949.988000', '112949.991000', '112949.993000', '112949.997000', '112950.000000', '112950.003000', '112950.006000', '112950.009000', '112950.012000', '112950.015000', '112950.018000', '112950.021000', '112950.024000', '112950.027000', '112950.030000', '112950.033000', '112950.035000', '112950.038000', '112950.041000', '112950.044000', '112950.048000', '112950.051000', '112950.054000', '112950.057000', '112950.060000', '112950.063000', '112950.066000', '112950.069000', '112950.072000', '112950.075000', '112950.077000', '112950.080000', '112950.083000', '112950.086000', '112950.089000', '112950.092000', '112950.095000', '112950.098000', '112950.101000', '113009.976000', '113009.979000', '113009.982000', '113009.985000', '113009.988000', '113009.990000', '113009.993000', '113009.996000', '113010.000000', '113010.003000', '113010.006000', '113010.009000', '113010.012000', '113010.015000', '113010.018000', '113010.021000', '113010.024000', '113010.027000', '113010.029000', '113010.032000', '113010.035000', '113010.038000', '113010.041000', '113010.044000', '113010.047000', '113010.050000', '113010.053000', '113010.056000', '113010.059000', '113010.062000', '113010.065000', '113010.067000', '113010.071000', '113010.073000', '113010.076000', '113010.079000', '113010.082000', '113010.085000', '113010.088000', '113010.091000', '113010.094000', '113010.097000', '113010.100000', '113010.102000', '113029.977000', '113029.980000', '113029.983000', '113029.986000', '113029.989000', '113029.992000', '113029.995000', '113029.997000', '113030.000000', '113030.003000', '113030.014000', '113030.017000', '113030.020000', '113030.022000', '113030.025000', '113030.028000', '113030.031000', '113030.034000', '113030.037000', '113030.040000', '113030.043000', '113030.046000', '113030.048000', '113030.051000', '113030.054000', '113030.057000', '113030.060000', '113030.063000', '113030.066000', '113030.069000', '113030.072000', '113030.075000', '113030.077000', '113030.080000', '113030.083000', '113030.086000', '113030.089000', '113030.092000', '113030.095000', '113030.098000', '113030.101000', '113030.104000', '113030.107000', '113049.976000', '113049.979000', '113049.982000', '113049.985000', '113049.988000', '113049.991000', '113049.994000', '113049.997000', '113050.000000', '113050.003000', '113050.006000', '113050.009000', '113050.012000', '113050.015000', '113050.018000', '113050.021000', '113050.024000', '113050.027000', '113050.029000', '113050.032000', '113050.035000', '113050.038000', '113050.041000', '113050.044000', '113050.047000', '113050.050000', '113050.053000', '113050.056000', '113050.058000', '113050.061000', '113050.064000', '113050.067000', '113050.070000', '113050.073000', '113050.076000', '113050.079000', '113050.082000', '113050.084000', '113050.087000', '113050.090000', '113050.093000', '113050.096000', '113050.099000', '113050.102000', '113055.033000', '113055.037000', '113055.040000', '113055.043000', '113055.046000', '113055.050000', '113055.053000', '113055.056000', '113055.059000', '113055.062000', '113055.065000'], 'InstanceCreationTime': ['112110.015000', '112110.018000', '112110.021000', '112110.024000', '112110.027000', '112110.030000', '112110.043000', '112110.046000', '112110.049000', '112110.052000', '112110.054000', '112110.057000', '112110.060000', '112110.063000', '112110.066000', '112110.069000', '112110.072000', '112110.074000', '112110.077000', '112110.080000', '112110.083000', '112110.086000', '112110.089000', '112110.092000', '112110.095000', '112110.097000', '112110.100000', '112110.103000', '112110.106000', '112110.109000', '112110.122000', '112110.125000', '112110.128000', '112110.131000', '112110.134000', '112110.138000', '112110.141000', '112110.143000', '112110.146000', '112110.149000', '112110.152000', '112110.155000', '112110.158000', '112110.161000', '112110.164000', '112110.167000', '112110.169000', '112110.172000', '112110.175000', '112110.178000', '112129.976000', '112129.979000', '112129.982000', '112129.984000', '112129.987000', '112129.990000', '112129.993000', '112129.996000', '112130.000000', '112130.003000', '112130.006000', '112130.008000', '112130.011000', '112130.014000', '112130.017000', '112130.020000', '112130.023000', '112130.025000', '112130.028000', '112130.031000', '112130.034000', '112130.037000', '112130.040000', '112130.043000', '112130.046000', '112130.048000', '112130.051000', '112130.054000', '112130.057000', '112130.060000', '112130.063000', '112130.066000', '112130.069000', '112130.071000', '112130.074000', '112130.077000', '112130.091000', '112130.094000', '112130.097000', '112130.100000', '112130.103000', '112130.105000', '112130.108000', '112149.976000', '112149.979000', '112149.982000', '112149.984000', '112149.987000', '112149.990000', '112149.993000', '112149.996000', '112150.000000', '112150.003000', '112150.005000', '112150.008000', '112150.011000', '112150.014000', '112150.017000', '112150.020000', '112150.022000', '112150.025000', '112150.028000', '112150.031000', '112150.034000', '112150.037000', '112150.040000', '112150.043000', '112150.045000', '112150.048000', '112150.051000', '112150.054000', '112150.057000', '112150.060000', '112150.062000', '112150.065000', '112150.075000', '112150.086000', '112150.089000', '112150.092000', '112150.094000', '112150.097000', '112150.100000', '112150.103000', '112150.106000', '112150.109000', '112150.111000', '112150.114000', '112209.976000', '112209.979000', '112209.982000', '112209.984000', '112209.987000', '112209.990000', '112209.993000', '112209.996000', '112210.000000', '112210.003000', '112210.005000', '112210.008000', '112210.011000', '112210.014000', '112210.017000', '112210.020000', '112210.023000', '112210.025000', '112210.028000', '112210.031000', '112210.034000', '112210.037000', '112210.040000', '112210.043000', '112210.045000', '112210.055000', '112210.059000', '112210.062000', '112210.065000', '112210.068000', '112210.071000', '112210.074000', '112210.077000', '112210.080000', '112210.082000', '112210.085000', '112210.088000', '112210.091000', '112210.094000', '112210.097000', '112210.100000', '112210.103000', '112210.105000', '112229.976000', '112229.979000', '112229.982000', '112229.985000', '112229.988000', '112229.995000', '112229.998000', '112230.002000', '112230.005000', '112230.008000', '112230.011000', '112230.014000', '112230.017000', '112230.020000', '112230.023000', '112230.026000', '112230.028000', '112230.031000', '112230.034000', '112230.037000', '112230.040000', '112230.043000', '112230.046000', '112230.049000', '112230.052000', '112230.054000', '112230.057000', '112230.060000', '112230.063000', '112230.066000', '112230.069000', '112230.072000', '112230.075000', '112230.078000', '112230.080000', '112230.083000', '112230.086000', '112230.089000', '112230.092000', '112230.095000', '112230.098000', '112230.101000', '112230.103000', '112230.106000', '112249.976000', '112249.979000', '112249.982000', '112249.985000', '112249.988000', '112249.991000', '112249.994000', '112249.996000', '112250.000000', '112250.003000', '112250.006000', '112250.009000', '112250.012000', '112250.019000', '112250.022000', '112250.025000', '112250.028000', '112250.031000', '112250.034000', '112250.037000', '112250.039000', '112250.042000', '112250.045000', '112250.048000', '112250.051000', '112250.054000', '112250.057000', '112250.060000', '112250.062000', '112250.065000', '112250.068000', '112250.076000', '112250.079000', '112250.082000', '112250.085000', '112250.088000', '112250.091000', '112250.094000', '112250.096000', '112250.099000', '112250.102000', '112250.105000', '112250.108000', '112309.976000', '112309.979000', '112309.982000', '112309.985000', '112309.987000', '112309.990000', '112309.993000', '112309.996000', '112310.000000', '112310.003000', '112310.006000', '112310.009000', '112310.012000', '112310.015000', '112310.018000', '112310.021000', '112310.024000', '112310.027000', '112310.030000', '112310.033000', '112310.036000', '112310.039000', '112310.042000', '112310.044000', '112310.047000', '112310.050000', '112310.053000', '112310.056000', '112310.059000', '112310.062000', '112310.065000', '112310.068000', '112310.070000', '112310.073000', '112310.076000', '112310.079000', '112310.082000', '112310.085000', '112310.088000', '112310.091000', '112310.094000', '112310.096000', '112310.099000', '112310.102000', '112329.977000', '112329.980000', '112329.983000', '112329.986000', '112329.989000', '112329.991000', '112329.994000', '112329.997000', '112330.000000', '112330.003000', '112330.006000', '112330.009000', '112330.012000', '112330.015000', '112330.018000', '112330.021000', '112330.024000', '112330.027000', '112330.030000', '112330.033000', '112330.036000', '112330.038000', '112330.041000', '112330.044000', '112330.047000', '112330.050000', '112330.053000', '112330.056000', '112330.065000', '112330.068000', '112330.071000', '112330.073000', '112330.077000', '112330.079000', '112330.082000', '112330.085000', '112330.088000', '112330.091000', '112330.094000', '112330.098000', '112330.101000', '112330.104000', '112330.107000', '112349.976000', '112349.979000', '112349.982000', '112349.985000', '112349.988000', '112349.991000', '112349.994000', '112349.997000', '112350.001000', '112350.004000', '112350.007000', '112350.010000', '112350.013000', '112350.016000', '112350.019000', '112350.021000', '112350.024000', '112350.027000', '112350.030000', '112350.033000', '112350.036000', '112350.039000', '112350.042000', '112350.045000', '112350.047000', '112350.051000', '112350.053000', '112350.056000', '112350.059000', '112350.062000', '112350.065000', '112350.068000', '112350.071000', '112350.074000', '112350.077000', '112350.080000', '112350.083000', '112350.086000', '112350.089000', '112350.092000', '112350.094000', '112350.097000', '112350.100000', '112409.976000', '112409.979000', '112409.982000', '112409.984000', '112409.987000', '112409.990000', '112409.993000', '112409.996000', '112410.000000', '112410.003000', '112410.006000', '112410.009000', '112410.012000', '112410.015000', '112410.018000', '112410.021000', '112410.024000', '112410.027000', '112410.029000', '112410.032000', '112410.035000', '112410.038000', '112410.041000', '112410.044000', '112410.047000', '112410.050000', '112410.053000', '112410.055000', '112410.059000', '112410.061000', '112410.064000', '112410.067000', '112410.070000', '112410.073000', '112410.076000', '112410.079000', '112410.082000', '112410.085000', '112410.087000', '112410.090000', '112410.093000', '112410.096000', '112410.099000', '112410.102000', '112429.976000', '112429.979000', '112429.982000', '112429.985000', '112429.988000', '112429.990000', '112429.993000', '112429.996000', '112430.000000', '112430.003000', '112430.006000', '112430.009000', '112430.012000', '112430.015000', '112430.018000', '112430.021000', '112430.024000', '112430.027000', '112430.029000', '112430.032000', '112430.035000', '112430.038000', '112430.041000', '112430.044000', '112430.047000', '112430.050000', '112430.053000', '112430.056000', '112430.059000', '112430.061000', '112430.064000', '112430.067000', '112430.070000', '112430.073000', '112430.076000', '112430.079000', '112430.082000', '112430.085000', '112430.087000', '112430.090000', '112430.093000', '112430.096000', '112430.099000', '112430.102000', '112449.976000', '112449.979000', '112449.982000', '112449.985000', '112449.988000', '112449.991000', '112450.002000', '112450.005000', '112450.007000', '112450.010000', '112450.013000', '112450.016000', '112450.019000', '112450.022000', '112450.025000', '112450.028000', '112450.031000', '112450.034000', '112450.037000', '112450.040000', '112450.042000', '112450.045000', '112450.049000', '112450.052000', '112450.055000', '112450.058000', '112450.061000', '112450.064000', '112450.067000', '112450.070000', '112450.073000', '112450.076000', '112450.079000', '112450.082000', '112450.085000', '112450.088000', '112450.091000', '112450.094000', '112450.097000', '112450.100000', '112450.102000', '112450.105000', '112450.108000', '112509.976000', '112509.979000', '112509.982000', '112509.985000', '112509.988000', '112509.991000', '112509.994000', '112509.997000', '112510.001000', '112510.004000', '112510.020000', '112510.023000', '112510.026000', '112510.029000', '112510.032000', '112510.035000', '112510.038000', '112510.041000', '112510.043000', '112510.047000', '112510.049000', '112510.052000', '112510.055000', '112510.058000', '112510.061000', '112510.064000', '112510.067000', '112510.070000', '112510.073000', '112510.075000', '112510.078000', '112510.081000', '112510.084000', '112510.087000', '112510.090000', '112510.093000', '112510.096000', '112510.099000', '112510.102000', '112510.105000', '112510.108000', '112510.111000', '112510.114000', '112529.976000', '112529.979000', '112529.982000', '112529.985000', '112529.988000', '112529.991000', '112529.994000', '112529.996000', '112530.000000', '112530.003000', '112530.006000', '112530.009000', '112530.012000', '112530.015000', '112530.018000', '112530.021000', '112530.024000', '112530.026000', '112530.030000', '112530.032000', '112530.035000', '112530.038000', '112530.041000', '112530.044000', '112530.047000', '112530.050000', '112530.053000', '112530.056000', '112530.059000', '112530.062000', '112530.065000', '112530.067000', '112530.070000', '112530.073000', '112530.076000', '112530.079000', '112530.082000', '112530.085000', '112530.088000', '112530.091000', '112530.093000', '112530.096000', '112530.099000', '112530.102000', '112549.977000', '112549.980000', '112549.983000', '112549.986000', '112549.989000', '112549.992000', '112549.995000', '112549.998000', '112550.002000', '112550.005000', '112550.008000', '112550.010000', '112550.013000', '112550.016000', '112550.019000', '112550.022000', '112550.025000', '112550.028000', '112550.031000', '112550.034000', '112550.037000', '112550.039000', '112550.042000', '112550.045000', '112550.048000', '112550.051000', '112550.054000', '112550.057000', '112550.060000', '112550.063000', '112550.066000', '112550.068000', '112550.071000', '112550.074000', '112550.077000', '112550.080000', '112550.083000', '112550.086000', '112550.089000', '112550.092000', '112550.094000', '112550.097000', '112550.100000', '112609.976000', '112609.979000', '112609.982000', '112609.985000', '112609.988000', '112609.991000', '112609.994000', '112609.996000', '112610.000000', '112610.012000', '112610.015000', '112610.018000', '112610.021000', '112610.024000', '112610.027000', '112610.030000', '112610.033000', '112610.036000', '112610.038000', '112610.041000', '112610.044000', '112610.047000', '112610.050000', '112610.053000', '112610.056000', '112610.059000', '112610.062000', '112610.064000', '112610.067000', '112610.070000', '112610.073000', '112610.076000', '112610.079000', '112610.082000', '112610.085000', '112610.088000', '112610.091000', '112610.094000', '112610.097000', '112610.100000', '112610.102000', '112610.105000', '112610.108000', '112610.111000', '112629.976000', '112629.979000', '112629.982000', '112629.985000', '112629.988000', '112629.991000', '112629.994000', '112629.997000', '112630.001000', '112630.003000', '112630.006000', '112630.009000', '112630.012000', '112630.015000', '112630.019000', '112630.022000', '112630.025000', '112630.028000', '112630.031000', '112630.034000', '112630.037000', '112630.040000', '112630.043000', '112630.046000', '112630.049000', '112630.052000', '112630.054000', '112630.057000', '112630.060000', '112630.063000', '112630.066000', '112630.069000', '112630.072000', '112630.075000', '112630.078000', '112630.092000', '112630.095000', '112630.098000', '112630.101000', '112630.104000', '112630.106000', '112630.109000', '112630.112000', '112649.976000', '112649.979000', '112649.982000', '112649.985000', '112649.988000', '112649.991000', '112649.994000', '112649.996000', '112650.006000', '112650.009000', '112650.012000', '112650.015000', '112650.018000', '112650.021000', '112650.023000', '112650.026000', '112650.029000', '112650.032000', '112650.035000', '112650.038000', '112650.041000', '112650.044000', '112650.047000', '112650.050000', '112650.053000', '112650.056000', '112650.058000', '112650.061000', '112650.064000', '112650.067000', '112650.070000', '112650.073000', '112650.076000', '112650.079000', '112650.082000', '112650.085000', '112650.088000', '112650.092000', '112650.095000', '112650.098000', '112650.101000', '112650.104000', '112650.107000', '112650.109000', '112709.976000', '112709.979000', '112709.982000', '112709.985000', '112709.988000', '112709.991000', '112709.994000', '112709.997000', '112710.001000', '112710.003000', '112710.006000', '112710.009000', '112710.012000', '112710.015000', '112710.018000', '112710.021000', '112710.024000', '112710.027000', '112710.030000', '112710.033000', '112710.037000', '112710.040000', '112710.043000', '112710.046000', '112710.049000', '112710.052000', '112710.055000', '112710.058000', '112710.061000', '112710.064000', '112710.067000', '112710.070000', '112710.073000', '112710.076000', '112710.079000', '112710.081000', '112710.084000', '112710.087000', '112710.090000', '112710.093000', '112710.096000', '112710.099000', '112710.102000', '112729.976000', '112729.979000', '112729.982000', '112729.985000', '112729.988000', '112729.991000', '112729.994000', '112729.997000', '112730.001000', '112730.004000', '112730.007000', '112730.010000', '112730.013000', '112730.016000', '112730.019000', '112730.022000', '112730.025000', '112730.028000', '112730.031000', '112730.034000', '112730.037000', '112730.040000', '112730.043000', '112730.046000', '112730.048000', '112730.052000', '112730.054000', '112730.057000', '112730.060000', '112730.063000', '112730.066000', '112730.069000', '112730.072000', '112730.075000', '112730.078000', '112730.081000', '112730.083000', '112730.087000', '112730.089000', '112730.092000', '112730.095000', '112730.098000', '112730.101000', '112730.104000', '112749.976000', '112749.979000', '112749.982000', '112749.985000', '112749.988000', '112749.991000', '112749.994000', '112749.997000', '112750.000000', '112750.003000', '112750.006000', '112750.009000', '112750.012000', '112750.015000', '112750.018000', '112750.021000', '112750.024000', '112750.036000', '112750.039000', '112750.042000', '112750.045000', '112750.048000', '112750.051000', '112750.055000', '112750.057000', '112750.061000', '112750.064000', '112750.067000', '112750.069000', '112750.073000', '112750.075000', '112750.078000', '112750.081000', '112750.084000', '112750.087000', '112750.090000', '112750.093000', '112750.096000', '112750.099000', '112750.101000', '112750.104000', '112750.107000', '112750.110000', '112809.977000', '112809.980000', '112809.983000', '112809.986000', '112809.989000', '112809.992000', '112809.995000', '112809.997000', '112810.001000', '112810.003000', '112810.006000', '112810.009000', '112810.012000', '112810.015000', '112810.018000', '112810.021000', '112810.023000', '112810.026000', '112810.029000', '112810.032000', '112810.035000', '112810.038000', '112810.041000', '112810.044000', '112810.047000', '112810.050000', '112810.052000', '112810.055000', '112810.058000', '112810.061000', '112810.064000', '112810.067000', '112810.070000', '112810.073000', '112810.076000', '112810.079000', '112810.082000', '112810.084000', '112810.087000', '112810.090000', '112810.093000', '112810.096000', '112810.099000', '112810.102000', '112829.976000', '112829.979000', '112829.982000', '112829.985000', '112829.988000', '112829.991000', '112829.994000', '112829.997000', '112830.000000', '112830.003000', '112830.006000', '112830.010000', '112830.013000', '112830.017000', '112830.019000', '112830.022000', '112830.025000', '112830.028000', '112830.031000', '112830.034000', '112830.037000', '112830.040000', '112830.043000', '112830.046000', '112830.049000', '112830.052000', '112830.054000', '112830.057000', '112830.060000', '112830.063000', '112830.066000', '112830.069000', '112830.072000', '112830.075000', '112830.079000', '112830.084000', '112830.087000', '112830.090000', '112830.093000', '112830.096000', '112830.098000', '112830.101000', '112830.104000', '112849.976000', '112849.979000', '112849.982000', '112849.985000', '112849.988000', '112849.991000', '112849.994000', '112849.997000', '112850.000000', '112850.003000', '112850.006000', '112850.009000', '112850.012000', '112850.015000', '112850.018000', '112850.021000', '112850.024000', '112850.027000', '112850.030000', '112850.033000', '112850.036000', '112850.038000', '112850.041000', '112850.044000', '112850.047000', '112850.050000', '112850.053000', '112850.056000', '112850.059000', '112850.062000', '112850.065000', '112850.068000', '112850.071000', '112850.074000', '112850.077000', '112850.080000', '112850.083000', '112850.086000', '112850.089000', '112850.092000', '112850.095000', '112850.098000', '112850.101000', '112850.104000', '112909.976000', '112909.979000', '112909.982000', '112909.985000', '112909.988000', '112909.991000', '112909.994000', '112909.997000', '112910.001000', '112910.004000', '112910.006000', '112910.009000', '112910.012000', '112910.015000', '112910.018000', '112910.021000', '112910.024000', '112910.027000', '112910.030000', '112910.033000', '112910.036000', '112910.039000', '112910.042000', '112910.045000', '112910.048000', '112910.051000', '112910.053000', '112910.056000', '112910.074000', '112910.077000', '112910.080000', '112910.084000', '112910.087000', '112910.090000', '112910.093000', '112910.096000', '112910.099000', '112910.102000', '112910.105000', '112910.108000', '112910.111000', '112910.113000', '112910.117000', '112929.976000', '112929.979000', '112929.982000', '112929.985000', '112929.988000', '112929.991000', '112929.994000', '112929.997000', '112930.001000', '112930.004000', '112930.007000', '112930.009000', '112930.012000', '112930.015000', '112930.018000', '112930.021000', '112930.024000', '112930.027000', '112930.030000', '112930.033000', '112930.036000', '112930.039000', '112930.042000', '112930.045000', '112930.047000', '112930.050000', '112930.053000', '112930.056000', '112930.059000', '112930.062000', '112930.065000', '112930.068000', '112930.071000', '112930.074000', '112930.077000', '112930.080000', '112930.083000', '112930.086000', '112930.088000', '112930.091000', '112930.094000', '112930.097000', '112930.100000', '112930.103000', '112949.976000', '112949.979000', '112949.982000', '112949.985000', '112949.988000', '112949.991000', '112949.993000', '112949.997000', '112950.000000', '112950.003000', '112950.006000', '112950.009000', '112950.012000', '112950.015000', '112950.018000', '112950.021000', '112950.024000', '112950.027000', '112950.030000', '112950.033000', '112950.035000', '112950.038000', '112950.041000', '112950.044000', '112950.048000', '112950.051000', '112950.054000', '112950.057000', '112950.060000', '112950.063000', '112950.066000', '112950.069000', '112950.072000', '112950.075000', '112950.077000', '112950.080000', '112950.083000', '112950.086000', '112950.089000', '112950.092000', '112950.095000', '112950.098000', '112950.101000', '113009.976000', '113009.979000', '113009.982000', '113009.985000', '113009.988000', '113009.990000', '113009.993000', '113009.996000', '113010.000000', '113010.003000', '113010.006000', '113010.009000', '113010.012000', '113010.015000', '113010.018000', '113010.021000', '113010.024000', '113010.027000', '113010.029000', '113010.032000', '113010.035000', '113010.038000', '113010.041000', '113010.044000', '113010.047000', '113010.050000', '113010.053000', '113010.056000', '113010.059000', '113010.062000', '113010.065000', '113010.067000', '113010.071000', '113010.073000', '113010.076000', '113010.079000', '113010.082000', '113010.085000', '113010.088000', '113010.091000', '113010.094000', '113010.097000', '113010.100000', '113010.102000', '113029.977000', '113029.980000', '113029.983000', '113029.986000', '113029.989000', '113029.992000', '113029.995000', '113029.997000', '113030.000000', '113030.003000', '113030.014000', '113030.017000', '113030.020000', '113030.022000', '113030.025000', '113030.028000', '113030.031000', '113030.034000', '113030.037000', '113030.040000', '113030.043000', '113030.046000', '113030.048000', '113030.051000', '113030.054000', '113030.057000', '113030.060000', '113030.063000', '113030.066000', '113030.069000', '113030.072000', '113030.075000', '113030.077000', '113030.080000', '113030.083000', '113030.086000', '113030.089000', '113030.092000', '113030.095000', '113030.098000', '113030.101000', '113030.104000', '113030.107000', '113049.976000', '113049.979000', '113049.982000', '113049.985000', '113049.988000', '113049.991000', '113049.994000', '113049.997000', '113050.000000', '113050.003000', '113050.006000', '113050.009000', '113050.012000', '113050.015000', '113050.018000', '113050.021000', '113050.024000', '113050.027000', '113050.029000', '113050.032000', '113050.035000', '113050.038000', '113050.041000', '113050.044000', '113050.047000', '113050.050000', '113050.053000', '113050.056000', '113050.058000', '113050.061000', '113050.064000', '113050.067000', '113050.070000', '113050.073000', '113050.076000', '113050.079000', '113050.082000', '113050.084000', '113050.087000', '113050.090000', '113050.093000', '113050.096000', '113050.099000', '113050.102000', '113055.033000', '113055.037000', '113055.040000', '113055.043000', '113055.046000', '113055.050000', '113055.053000', '113055.056000', '113055.059000', '113055.062000', '113055.065000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [8096, 12604, 7510, 8834, 12539, 8002, 11057, 7445, 9502, 6873, 8878, 8717, 7862, 12658, 7686, 11251, 7494, 10948, 11029, 7925, 13066, 7637, 11024, 7113, 8195, 11687, 7945, 12102, 7714, 9592, 6658, 8125, 9943, 8013, 12892, 7716, 10728, 7306, 10207, 9954, 7625, 13477, 7428, 11353, 7466, 10680, 6647, 8061, 10863, 8010, 12050, 7476, 11160, 7649, 9830, 6952, 8024, 7010, 7902, 12625, 8162, 12621, 7689, 10898, 7514, 10475, 7387, 8318, 7868, 8023, 8846, 7876, 12556, 8030, 12555, 7944, 11311, 7629, 11938, 7651, 11724, 7641, 10481, 7521, 10437, 7818, 10363, 6854, 8978, 11776, 7839, 9439, 7924, 12256, 7724, 12714, 7797, 10890, 7568, 10612, 7501, 9476, 6613, 8388, 6869, 8519, 7905, 7991, 9673, 7931, 10237, 7974, 9336, 7803, 11782, 7968, 12818, 7848, 11725, 7677, 11494, 7662, 11030, 6689, 8813, 6916, 8512, 7762, 8013, 10436, 8096, 12928, 8033, 12621, 8219, 12420, 8051, 11480, 7650, 9995, 7724, 9924, 6892, 8991, 9820, 8439, 10157, 7957, 9211, 8024, 10746, 8025, 12101, 8189, 12190, 7838, 12101, 7738, 12490, 7845, 9803, 7108, 9275, 7138, 8451, 11507, 8168, 11539, 7864, 12601, 7793, 12419, 7737, 10650, 7682, 10519, 7216, 9749, 10195, 8073, 9548, 8149, 11805, 7600, 11970, 7610, 11373, 7652, 11346, 7053, 10858, 6949, 8539, 8820, 7989, 8850, 7721, 12921, 7993, 12505, 7733, 11007, 7725, 11193, 7101, 9812, 6784, 8140, 6669, 8392, 7848, 7440, 9206, 8078, 7796, 7437, 9672, 7484, 12534, 8158, 11068, 7672, 12596, 7847, 12624, 8187, 11253, 7738, 11657, 7422, 11958, 7517, 11018, 7454, 11385, 7405, 11223, 7176, 9828, 7049, 8932, 6927, 9419, 7300, 8816, 10129, 8648, 8330, 8392, 10829, 8238, 12005, 8195, 10085, 8495, 11293, 8169, 12721, 8065, 11447, 8215, 11890, 7755, 11880, 7656, 10498, 7549, 9549, 6677, 8652, 7528, 8090, 9317, 7737, 10773, 7766, 12134, 7603, 11366, 7193, 9188, 7195, 8573, 7038, 8205, 11699, 7801, 11715, 7764, 11982, 7600, 12050, 7832, 10873, 7390, 11723, 7211, 11021, 7128, 10206, 7006, 10048, 10747, 7852, 13859, 7631, 11850, 7812, 11992, 7541, 10865, 6958, 8674, 7052, 8188, 6815, 8095, 8249, 7763, 9257, 7700, 13264, 7442, 12084, 12938, 8420, 11599, 7280, 8403, 9090, 7877, 10586, 7808, 10733, 6785, 10741, 6893, 8985, 7708, 7710, 13359, 7472, 11028, 10582, 7651, 11882, 7430, 11578, 6901, 9168, 8206, 7632, 9108, 7655, 12401, 7151, 11074, 9688, 7586, 11858, 7393, 11148, 7121, 9702, 6754, 7630, 9077, 7468, 12846, 7238, 11019, 10078, 7631, 12405, 7417, 11222, 7576, 7933, 13744, 7631, 10701, 7326, 9290, 7237, 7711, 12330, 7784, 10148, 6790, 7429, 11777, 7580, 10131, 6893, 9458, 6735, 7630, 12590, 7798, 10487, 7244, 9625, 7271, 8094, 12719, 7796, 10077, 7210, 9589, 6903, 10105, 6805, 9020, 6907, 8382, 13199, 7393, 11491, 7304, 7806, 8958, 7879, 12818, 7312, 10833, 7195, 9177, 7573, 7555, 12730, 7248, 11024, 7101, 10013, 6607, 8218, 9793, 7778, 12656, 7686, 11620, 7147, 9453, 7980, 7749, 12522, 7705, 12019, 7134, 9980, 7081, 7961, 7173, 7741, 12503, 7490, 11687, 7442, 11085, 6939, 10007, 6775, 8117, 6846, 7429, 13150, 7585, 11743, 7962, 10632, 7443, 10516, 7057, 8012, 12689, 7635, 11556, 7292, 10086, 7037, 7933, 9245, 7478, 11967, 7341, 11796, 7814, 10365, 7241, 10517, 7219, 9437, 11472, 7781, 12088, 7699, 11771, 7555, 10473, 7331, 8715, 7225, 7562, 12989, 7697, 11496, 7630, 10323, 6617, 7845, 7859, 7476, 10312, 7600, 12356, 7399, 10848, 7028, 8658, 8619, 7447, 13205, 7494, 10653, 7211, 9395, 6702, 7539, 12661, 7521, 10759, 7321, 10358, 6799, 8011, 12552, 7231, 11072, 7498, 10683, 6895, 8438, 8634, 7545, 11991, 7359, 11901, 7510, 10738, 7353, 8635, 11010, 7625, 12244, 7416, 10385, 7665, 8971, 7042, 7571, 10383, 7461, 12396, 7391, 11686, 7214, 9676, 6925, 7926, 13214, 7611, 11474, 7475, 9217, 6948, 8113, 12360, 7339, 11349, 7262, 8532, 6927, 7493, 12831, 7424, 11422, 7488, 9051, 7057, 7656, 11905, 7364, 11695, 7421, 10826, 6820, 8200, 12695, 7539, 10859, 7369, 9464, 7445, 7304, 12706, 7407, 10555, 7202, 9864, 7397, 7391, 12897, 7784, 10521, 7325, 10065, 7403, 7584, 12906, 7515, 10832, 7307, 10097, 7937, 7304, 12457, 7382, 10479, 7388, 9594, 12750, 7468, 11758, 7331, 9538, 6971, 7832, 11942, 7445, 11422, 7206, 9138, 8782, 7456, 12673, 7083, 9800, 7749, 7287, 12819, 7061, 10763, 6892, 7776, 12754, 7324, 11079, 6939, 8251, 11389, 7681, 11301, 6993, 9498, 11353, 7416, 11314, 7035, 9069, 6832, 7708, 8019, 7223, 9890, 7438, 11349, 7338, 10326, 7926, 7309, 11252, 7655, 12353, 7114, 11068, 10864, 7397, 12179, 7260, 11003, 6893, 9945, 9142, 7472, 12070, 7381, 11698, 7039, 9906, 11300, 7379, 11408, 7302, 10610, 9389, 7507, 12322, 7199, 8793, 6633, 7557, 12905, 7356, 11047, 6765, 7813, 7720, 7494, 13119, 7007, 10439, 12489, 7436, 11190, 6948, 9672, 7657, 7188, 12735, 7524, 9505, 6498, 8008, 12632, 7171, 11141, 7255, 8394, 6707, 7626, 12344, 7393, 11712, 7265, 10053, 6652, 7736, 12708, 7454, 11706, 7167, 9819, 7108, 8462, 9666, 7391, 13255, 8109, 10386, 7071, 9264, 7192, 7282, 12856, 7131, 10705, 6857, 10098, 7616, 7359, 12865, 7507, 11401, 7134, 10514, 7400, 7802, 13183, 7689, 10764, 6901, 9674, 6721, 7788, 7220, 7128, 9020, 7143, 12551, 7244, 11305, 7076, 7625, 7812, 7504, 13014, 7286, 10351, 8162, 9993, 7922, 6940, 8548, 9998, 7887, 13521, 8386, 10926, 7082, 8296, 7204, 8038, 11132, 7966, 9708, 7898, 10830, 7664, 11681, 7832, 11265, 7252, 11323, 7499, 10603, 6744, 8683, 6562, 8011, 6965, 7704, 12629, 7875, 12456, 8007, 11530, 7611, 11777, 7508, 10891, 7066, 10214, 7375, 9831, 6979, 8922, 8988, 7662, 8244, 7588, 9989, 7965, 12820, 7628, 11533, 7578, 10772, 7506, 9458, 11595, 7949, 11719, 7599, 9876, 7351, 10464, 6919, 9424, 6842, 7924, 6871, 8217, 9039, 7803, 13165, 8054, 11380, 7509, 11802, 7428, 11133, 7404, 9357, 7146, 8988, 8938, 8026, 13587, 7813, 11613, 7476, 11492, 7478, 11110, 7186, 9747, 6843, 8510, 9597, 7793, 13698, 8245, 10942, 7192, 10186, 6908, 7801, 10744, 7652, 11051, 7344, 11248, 7268, 10781, 7694, 7666, 10805, 7742, 11817, 7289, 10169, 7048, 7605, 7659, 7693, 13150, 7324, 11767, 7342, 9749, 6648, 8027, 11075, 7869, 12101, 7460, 10853, 6980, 9959, 13090, 7899, 10491, 7039, 7681, 6458, 7735, 12069, 7488, 11063, 7527, 10298, 6978, 10471, 10093, 7690, 12532, 7960, 10714, 7154, 8509, 12168, 7837, 12316, 8327, 10326, 7050, 7988, 11219, 7857, 11477, 7632, 10703, 7258, 8962, 11601, 7796, 11658, 7111, 9053, 7484, 8012, 12079, 7441, 10120, 6649, 9974, 6731, 7772, 12718, 7700, 10992, 7182, 10077, 7343, 7560, 12559, 7839, 10789, 7485, 10810, 7116, 7776, 12761, 7585, 10727, 6991, 10052, 6803, 7564, 12466, 7676, 11056, 7079, 10058, 6565, 7993, 13122, 7675, 10981, 6924, 10158, 7872, 7754, 12638, 7385, 10390, 7018, 9722, 6788, 7975, 12493, 7593, 11034, 7113, 10262, 6604, 8201, 12324, 7560, 10634, 6525, 8139, 12209, 7552, 10923, 7100, 8817, 6582, 8206, 10626, 7860, 12337, 7576, 9711, 7021, 7709, 13137, 7241, 10459, 6847, 8624, 6888, 8361, 7100, 8027, 12127, 7893, 11462, 7009, 8385, 12621, 7885, 11750, 7246, 10259, 6977, 8119, 12477, 7865, 11416, 7082, 10342, 7008, 8210, 9893, 8000, 12752, 7266, 10989, 7220, 7847, 9431, 8117, 13016, 7209, 10832, 7018, 8096, 7816, 8024, 13111, 7271, 9873, 7272, 7764, 13052, 7338, 10826, 6979, 7700, 7921, 8050, 12870, 7174, 10824, 6685, 7974, 10332, 7764, 12153, 7276, 10036, 7670, 7766, 12718, 7348, 10920, 7262, 8365, 12406, 7625, 11113, 7008, 8677, 6763, 8034, 13098, 7262, 9986, 10550, 8120, 11657, 6939, 8807, 12470, 7745, 10175, 6869, 8023, 11996, 7843, 11086, 7340, 8120, 10749, 7741, 11420, 7330, 8253, 12567, 7953, 10926, 7041, 8653, 11851, 7902, 10978, 6699, 8351, 10026, 8054, 11908, 7328, 8694, 6516, 8034, 12602, 7851, 11664, 7481, 8252, 8919, 7971, 12953, 7239, 9235, 7247, 8016, 12892, 7570, 10824, 6873, 7980, 12467, 7792, 11129, 6840, 7671, 12818, 7366, 9537, 6807, 7915, 10297, 7899, 10972, 7214, 9495, 8419, 7650, 12882, 6876, 8610, 9804, 8134, 12109, 6812, 9392, 7420, 7981, 12613, 7298, 10583, 7105, 8091, 12541, 7883, 11036, 7438, 8318, 9643, 8127, 12476, 7196, 10123, 14427, 7857, 10810, 7266, 8408, 11693, 7876, 10935, 7210, 9164, 8324, 7859, 12571, 7371, 9178, 8351, 8141, 12719, 7318, 9932, 10199, 7999, 11696, 7256, 10129, 7549, 7987, 12397, 7458, 10114, 6545, 7891, 12659, 7680, 10497, 7366, 8217, 12292, 7924, 11376, 7509, 8469, 6867, 7846, 13099, 7274, 10631, 6951, 7664, 11625, 7904, 11292, 7027, 8172, 10560, 7886, 12178, 7161, 8473, 12163, 8089, 11033, 7379, 9846, 12628, 7996, 10944, 7305, 9167, 8587, 7896, 12614, 6622, 8692, 11978, 7958, 10950, 6674, 8286, 12816, 7533, 10421, 7485, 7811, 11819, 7355, 9292], 'WindowCenter': [4143.0, 4170.0, 4115.0, 4135.0, 4153.0, 4113.0, 4140.0, 4102.0, 4133.0, 4102.0, 4135.0, 4132.0, 4126.0, 4162.0, 4126.0, 4156.0, 4116.0, 4157.0, 4155.0, 4127.0, 4166.0, 4114.0, 4143.0, 4115.0, 4125.0, 4153.0, 4125.0, 4164.0, 4123.0, 4134.0, 4102.0, 4125.0, 4142.0, 4124.0, 4164.0, 4113.0, 4153.0, 4114.0, 4156.0, 4144.0, 4114.0, 4163.0, 4112.0, 4141.0, 4111.0, 4156.0, 4104.0, 4123.0, 4142.0, 4123.0, 4152.0, 4111.0, 4141.0, 4110.0, 4142.0, 4101.0, 4122.0, 4101.0, 4122.0, 4152.0, 4123.0, 4152.0, 4113.0, 4141.0, 4110.0, 4142.0, 4112.0, 4121.0, 4121.0, 4122.0, 4131.0, 4124.0, 4153.0, 4123.0, 4165.0, 4122.0, 4151.0, 4113.0, 4153.0, 4112.0, 4153.0, 4111.0, 4143.0, 4110.0, 4142.0, 4111.0, 4141.0, 4090.0, 4132.0, 4151.0, 4111.0, 4131.0, 4111.0, 4151.0, 4112.0, 4152.0, 4112.0, 4141.0, 4112.0, 4142.0, 4100.0, 4133.0, 4091.0, 4121.0, 4090.0, 4122.0, 4112.0, 4124.0, 4145.0, 4123.0, 4142.0, 4114.0, 4133.0, 4115.0, 4153.0, 4124.0, 4165.0, 4125.0, 4155.0, 4114.0, 4155.0, 4112.0, 4143.0, 4101.0, 4121.0, 4100.0, 4124.0, 4112.0, 4114.0, 4144.0, 4113.0, 4154.0, 4114.0, 4152.0, 4122.0, 4153.0, 4125.0, 4154.0, 4112.0, 4142.0, 4111.0, 4142.0, 4101.0, 4133.0, 4144.0, 4134.0, 4143.0, 4125.0, 4143.0, 4125.0, 4155.0, 4125.0, 4165.0, 4137.0, 4166.0, 4128.0, 4166.0, 4126.0, 4166.0, 4124.0, 4144.0, 4114.0, 4146.0, 4113.0, 4135.0, 4154.0, 4135.0, 4152.0, 4124.0, 4164.0, 4123.0, 4165.0, 4112.0, 4144.0, 4114.0, 4145.0, 4113.0, 4142.0, 4144.0, 4123.0, 4131.0, 4123.0, 4152.0, 4113.0, 4152.0, 4125.0, 4154.0, 4124.0, 4154.0, 4115.0, 4155.0, 4103.0, 4124.0, 4133.0, 4125.0, 4132.0, 4115.0, 4164.0, 4123.0, 4153.0, 4114.0, 4142.0, 4114.0, 4143.0, 4102.0, 4144.0, 4101.0, 4125.0, 4103.0, 4125.0, 4124.0, 4116.0, 4146.0, 4126.0, 4124.0, 4126.0, 4145.0, 4117.0, 4167.0, 4127.0, 4157.0, 4127.0, 4165.0, 4125.0, 4166.0, 4125.0, 4155.0, 4115.0, 4154.0, 4113.0, 4154.0, 4114.0, 4144.0, 4114.0, 4154.0, 4114.0, 4144.0, 4103.0, 4134.0, 4103.0, 4133.0, 4102.0, 4134.0, 4101.0, 4124.0, 4132.0, 4122.0, 4110.0, 4123.0, 4142.0, 4124.0, 4152.0, 4123.0, 4131.0, 4122.0, 4141.0, 4121.0, 4151.0, 4111.0, 4141.0, 4121.0, 4141.0, 4111.0, 4141.0, 4112.0, 4130.0, 4112.0, 4132.0, 4091.0, 4123.0, 4112.0, 4111.0, 4131.0, 4113.0, 4143.0, 4114.0, 4153.0, 4114.0, 4153.0, 4104.0, 4133.0, 4103.0, 4135.0, 4103.0, 4126.0, 4156.0, 4114.0, 4154.0, 4114.0, 4155.0, 4115.0, 4154.0, 4113.0, 4144.0, 4115.0, 4156.0, 4116.0, 4156.0, 4104.0, 4146.0, 4115.0, 4147.0, 4145.0, 4127.0, 4165.0, 4114.0, 4143.0, 4113.0, 4154.0, 4112.0, 4145.0, 4102.0, 4121.0, 4101.0, 4123.0, 4091.0, 4125.0, 4123.0, 4114.0, 4133.0, 4125.0, 4166.0, 4114.0, 4157.0, 4156.0, 4112.0, 4141.0, 4099.0, 4111.0, 4120.0, 4112.0, 4141.0, 4113.0, 4143.0, 4104.0, 4143.0, 4104.0, 4135.0, 4113.0, 4126.0, 4166.0, 4101.0, 4143.0, 4130.0, 4113.0, 4141.0, 4102.0, 4142.0, 4090.0, 4133.0, 4112.0, 4113.0, 4121.0, 4114.0, 4152.0, 4102.0, 4145.0, 4122.0, 4112.0, 4140.0, 4101.0, 4141.0, 4100.0, 4132.0, 4090.0, 4114.0, 4123.0, 4115.0, 4155.0, 4114.0, 4145.0, 4133.0, 4112.0, 4152.0, 4102.0, 4141.0, 4101.0, 4111.0, 4150.0, 4099.0, 4129.0, 4099.0, 4120.0, 4100.0, 4111.0, 4140.0, 4112.0, 4131.0, 4090.0, 4113.0, 4141.0, 4112.0, 4130.0, 4102.0, 4131.0, 4090.0, 4114.0, 4153.0, 4112.0, 4143.0, 4113.0, 4134.0, 4101.0, 4124.0, 4154.0, 4113.0, 4131.0, 4112.0, 4145.0, 4114.0, 4156.0, 4104.0, 4136.0, 4116.0, 4138.0, 4166.0, 4116.0, 4156.0, 4113.0, 4114.0, 4122.0, 4124.0, 4154.0, 4114.0, 4144.0, 4103.0, 4133.0, 4112.0, 4114.0, 4154.0, 4111.0, 4142.0, 4102.0, 4142.0, 4091.0, 4122.0, 4133.0, 4113.0, 4153.0, 4114.0, 4144.0, 4101.0, 4131.0, 4110.0, 4111.0, 4151.0, 4110.0, 4151.0, 4099.0, 4133.0, 4101.0, 4123.0, 4102.0, 4113.0, 4154.0, 4113.0, 4152.0, 4113.0, 4154.0, 4101.0, 4144.0, 4091.0, 4124.0, 4092.0, 4115.0, 4164.0, 4115.0, 4152.0, 4124.0, 4144.0, 4114.0, 4145.0, 4101.0, 4124.0, 4153.0, 4113.0, 4142.0, 4102.0, 4132.0, 4101.0, 4123.0, 4122.0, 4103.0, 4153.0, 4113.0, 4154.0, 4113.0, 4142.0, 4115.0, 4145.0, 4113.0, 4136.0, 4155.0, 4113.0, 4151.0, 4114.0, 4154.0, 4113.0, 4141.0, 4102.0, 4123.0, 4100.0, 4112.0, 4152.0, 4112.0, 4142.0, 4113.0, 4142.0, 4091.0, 4112.0, 4110.0, 4114.0, 4143.0, 4114.0, 4153.0, 4114.0, 4145.0, 4102.0, 4123.0, 4121.0, 4102.0, 4164.0, 4112.0, 4143.0, 4102.0, 4133.0, 4089.0, 4115.0, 4154.0, 4113.0, 4143.0, 4113.0, 4144.0, 4091.0, 4125.0, 4153.0, 4114.0, 4143.0, 4112.0, 4144.0, 4103.0, 4124.0, 4122.0, 4112.0, 4153.0, 4115.0, 4154.0, 4114.0, 4145.0, 4102.0, 4123.0, 4141.0, 4113.0, 4153.0, 4100.0, 4131.0, 4111.0, 4121.0, 4101.0, 4114.0, 4141.0, 4113.0, 4153.0, 4111.0, 4154.0, 4103.0, 4132.0, 4102.0, 4114.0, 4152.0, 4113.0, 4142.0, 4101.0, 4132.0, 4091.0, 4123.0, 4152.0, 4112.0, 4143.0, 4102.0, 4123.0, 4101.0, 4102.0, 4151.0, 4112.0, 4153.0, 4102.0, 4123.0, 4101.0, 4111.0, 4153.0, 4113.0, 4154.0, 4113.0, 4143.0, 4091.0, 4124.0, 4153.0, 4112.0, 4142.0, 4102.0, 4131.0, 4101.0, 4112.0, 4151.0, 4103.0, 4143.0, 4102.0, 4133.0, 4102.0, 4115.0, 4154.0, 4112.0, 4142.0, 4102.0, 4133.0, 4100.0, 4113.0, 4153.0, 4102.0, 4142.0, 4103.0, 4142.0, 4112.0, 4115.0, 4154.0, 4103.0, 4143.0, 4113.0, 4134.0, 4154.0, 4114.0, 4153.0, 4103.0, 4132.0, 4101.0, 4114.0, 4154.0, 4114.0, 4152.0, 4113.0, 4133.0, 4123.0, 4114.0, 4165.0, 4104.0, 4144.0, 4111.0, 4114.0, 4152.0, 4103.0, 4143.0, 4101.0, 4115.0, 4153.0, 4110.0, 4141.0, 4103.0, 4124.0, 4143.0, 4111.0, 4143.0, 4101.0, 4134.0, 4143.0, 4113.0, 4151.0, 4102.0, 4133.0, 4101.0, 4125.0, 4123.0, 4115.0, 4144.0, 4117.0, 4157.0, 4116.0, 4158.0, 4126.0, 4117.0, 4155.0, 4128.0, 4166.0, 4103.0, 4157.0, 4144.0, 4115.0, 4155.0, 4114.0, 4144.0, 4103.0, 4145.0, 4132.0, 4115.0, 4155.0, 4114.0, 4155.0, 4103.0, 4148.0, 4154.0, 4114.0, 4153.0, 4114.0, 4145.0, 4132.0, 4114.0, 4153.0, 4102.0, 4121.0, 4092.0, 4114.0, 4153.0, 4103.0, 4156.0, 4103.0, 4114.0, 4112.0, 4115.0, 4164.0, 4102.0, 4146.0, 4154.0, 4103.0, 4143.0, 4101.0, 4134.0, 4111.0, 4103.0, 4164.0, 4112.0, 4134.0, 4093.0, 4125.0, 4164.0, 4114.0, 4156.0, 4113.0, 4125.0, 4104.0, 4126.0, 4166.0, 4117.0, 4156.0, 4114.0, 4146.0, 4104.0, 4125.0, 4164.0, 4116.0, 4154.0, 4104.0, 4144.0, 4102.0, 4126.0, 4133.0, 4115.0, 4164.0, 4123.0, 4144.0, 4102.0, 4135.0, 4101.0, 4115.0, 4164.0, 4104.0, 4143.0, 4105.0, 4145.0, 4112.0, 4116.0, 4164.0, 4113.0, 4153.0, 4103.0, 4145.0, 4102.0, 4115.0, 4165.0, 4112.0, 4141.0, 4101.0, 4131.0, 4089.0, 4113.0, 4100.0, 4104.0, 4131.0, 4114.0, 4165.0, 4127.0, 4157.0, 4103.0, 4115.0, 4112.0, 4113.0, 4163.0, 4112.0, 4143.0, 4137.0, 4155.0, 4136.0, 4115.0, 4138.0, 4145.0, 4127.0, 4166.0, 4122.0, 4143.0, 4102.0, 4123.0, 4099.0, 4123.0, 4153.0, 4123.0, 4131.0, 4123.0, 4142.0, 4124.0, 4155.0, 4125.0, 4154.0, 4115.0, 4156.0, 4113.0, 4145.0, 4104.0, 4124.0, 4103.0, 4123.0, 4102.0, 4115.0, 4164.0, 4125.0, 4153.0, 4123.0, 4153.0, 4125.0, 4153.0, 4114.0, 4154.0, 4103.0, 4143.0, 4113.0, 4144.0, 4102.0, 4133.0, 4133.0, 4113.0, 4122.0, 4114.0, 4132.0, 4123.0, 4163.0, 4124.0, 4152.0, 4115.0, 4142.0, 4102.0, 4145.0, 4153.0, 4125.0, 4153.0, 4114.0, 4158.0, 4115.0, 4144.0, 4115.0, 4134.0, 4103.0, 4125.0, 4117.0, 4139.0, 4147.0, 4129.0, 4179.0, 4138.0, 4157.0, 4128.0, 4167.0, 4116.0, 4156.0, 4115.0, 4135.0, 4115.0, 4135.0, 4134.0, 4126.0, 4166.0, 4115.0, 4154.0, 4114.0, 4156.0, 4114.0, 4156.0, 4114.0, 4145.0, 4103.0, 4136.0, 4134.0, 4115.0, 4165.0, 4122.0, 4144.0, 4101.0, 4142.0, 4102.0, 4115.0, 4142.0, 4114.0, 4142.0, 4114.0, 4153.0, 4113.0, 4156.0, 4113.0, 4114.0, 4143.0, 4113.0, 4153.0, 4113.0, 4144.0, 4102.0, 4115.0, 4112.0, 4116.0, 4164.0, 4115.0, 4155.0, 4114.0, 4132.0, 4093.0, 4125.0, 4142.0, 4124.0, 4153.0, 4114.0, 4143.0, 4102.0, 4144.0, 4152.0, 4113.0, 4143.0, 4099.0, 4111.0, 4091.0, 4113.0, 4153.0, 4115.0, 4154.0, 4125.0, 4145.0, 4116.0, 4157.0, 4146.0, 4127.0, 4155.0, 4124.0, 4145.0, 4102.0, 4124.0, 4154.0, 4113.0, 4153.0, 4123.0, 4132.0, 4100.0, 4112.0, 4142.0, 4112.0, 4141.0, 4113.0, 4143.0, 4100.0, 4134.0, 4151.0, 4113.0, 4143.0, 4101.0, 4122.0, 4100.0, 4124.0, 4151.0, 4113.0, 4143.0, 4104.0, 4144.0, 4102.0, 4126.0, 4166.0, 4114.0, 4144.0, 4104.0, 4145.0, 4102.0, 4116.0, 4153.0, 4114.0, 4144.0, 4113.0, 4155.0, 4102.0, 4115.0, 4165.0, 4112.0, 4143.0, 4102.0, 4134.0, 4090.0, 4114.0, 4153.0, 4113.0, 4143.0, 4102.0, 4143.0, 4102.0, 4125.0, 4165.0, 4114.0, 4144.0, 4101.0, 4144.0, 4113.0, 4114.0, 4153.0, 4103.0, 4133.0, 4102.0, 4133.0, 4092.0, 4123.0, 4153.0, 4113.0, 4143.0, 4104.0, 4144.0, 4091.0, 4125.0, 4154.0, 4112.0, 4143.0, 4092.0, 4124.0, 4164.0, 4114.0, 4154.0, 4115.0, 4135.0, 4103.0, 4136.0, 4144.0, 4127.0, 4166.0, 4114.0, 4145.0, 4103.0, 4114.0, 4164.0, 4115.0, 4154.0, 4101.0, 4135.0, 4115.0, 4135.0, 4114.0, 4138.0, 4167.0, 4136.0, 4168.0, 4116.0, 4137.0, 4165.0, 4125.0, 4155.0, 4113.0, 4145.0, 4114.0, 4125.0, 4166.0, 4125.0, 4155.0, 4104.0, 4146.0, 4104.0, 4125.0, 4144.0, 4126.0, 4164.0, 4114.0, 4155.0, 4112.0, 4124.0, 4132.0, 4123.0, 4163.0, 4114.0, 4155.0, 4103.0, 4122.0, 4112.0, 4122.0, 4163.0, 4113.0, 4144.0, 4101.0, 4113.0, 4162.0, 4103.0, 4144.0, 4102.0, 4113.0, 4111.0, 4124.0, 4161.0, 4103.0, 4155.0, 4102.0, 4124.0, 4142.0, 4114.0, 4153.0, 4113.0, 4144.0, 4111.0, 4112.0, 4152.0, 4113.0, 4154.0, 4101.0, 4123.0, 4151.0, 4111.0, 4143.0, 4102.0, 4122.0, 4089.0, 4123.0, 4164.0, 4112.0, 4145.0, 4143.0, 4112.0, 4152.0, 4101.0, 4133.0, 4152.0, 4112.0, 4141.0, 4101.0, 4124.0, 4154.0, 4125.0, 4155.0, 4113.0, 4124.0, 4142.0, 4114.0, 4154.0, 4114.0, 4125.0, 4154.0, 4123.0, 4143.0, 4103.0, 4135.0, 4154.0, 4124.0, 4144.0, 4102.0, 4125.0, 4143.0, 4126.0, 4166.0, 4114.0, 4135.0, 4092.0, 4125.0, 4166.0, 4125.0, 4157.0, 4114.0, 4125.0, 4133.0, 4125.0, 4165.0, 4114.0, 4135.0, 4112.0, 4123.0, 4163.0, 4115.0, 4154.0, 4104.0, 4126.0, 4153.0, 4114.0, 4153.0, 4091.0, 4112.0, 4164.0, 4114.0, 4133.0, 4102.0, 4124.0, 4142.0, 4125.0, 4153.0, 4114.0, 4145.0, 4123.0, 4125.0, 4165.0, 4105.0, 4135.0, 4145.0, 4125.0, 4154.0, 4103.0, 4145.0, 4111.0, 4124.0, 4163.0, 4114.0, 4155.0, 4114.0, 4125.0, 4164.0, 4124.0, 4154.0, 4115.0, 4136.0, 4144.0, 4123.0, 4164.0, 4102.0, 4147.0, 4175.0, 4122.0, 4144.0, 4101.0, 4123.0, 4153.0, 4123.0, 4143.0, 4113.0, 4133.0, 4121.0, 4122.0, 4164.0, 4114.0, 4134.0, 4123.0, 4123.0, 4163.0, 4113.0, 4146.0, 4142.0, 4124.0, 4152.0, 4112.0, 4145.0, 4112.0, 4124.0, 4153.0, 4112.0, 4142.0, 4090.0, 4125.0, 4163.0, 4113.0, 4144.0, 4113.0, 4124.0, 4153.0, 4125.0, 4154.0, 4112.0, 4123.0, 4090.0, 4123.0, 4163.0, 4114.0, 4145.0, 4101.0, 4124.0, 4153.0, 4124.0, 4156.0, 4103.0, 4124.0, 4142.0, 4124.0, 4155.0, 4103.0, 4125.0, 4153.0, 4123.0, 4143.0, 4114.0, 4145.0, 4153.0, 4125.0, 4143.0, 4112.0, 4133.0, 4122.0, 4122.0, 4152.0, 4102.0, 4135.0, 4152.0, 4123.0, 4144.0, 4092.0, 4123.0, 4152.0, 4114.0, 4145.0, 4113.0, 4113.0, 4153.0, 4113.0, 4135.0], 'WindowWidth': [9223.0, 9251.0, 9165.0, 9190.0, 9210.0, 9157.0, 9189.0, 9140.0, 9182.0, 9142.0, 9189.0, 9182.0, 9179.0, 9223.0, 9178.0, 9218.0, 9165.0, 9222.0, 9217.0, 9181.0, 9232.0, 9160.0, 9198.0, 9162.0, 9176.0, 9211.0, 9175.0, 9229.0, 9172.0, 9187.0, 9141.0, 9177.0, 9195.0, 9174.0, 9227.0, 9158.0, 9212.0, 9160.0, 9220.0, 9202.0, 9162.0, 9227.0, 9156.0, 9193.0, 9152.0, 9221.0, 9151.0, 9173.0, 9194.0, 9169.0, 9207.0, 9152.0, 9191.0, 9149.0, 9194.0, 9138.0, 9169.0, 9139.0, 9170.0, 9210.0, 9170.0, 9210.0, 9157.0, 9192.0, 9150.0, 9194.0, 9155.0, 9168.0, 9166.0, 9169.0, 9178.0, 9173.0, 9211.0, 9173.0, 9229.0, 9171.0, 9205.0, 9159.0, 9211.0, 9156.0, 9210.0, 9155.0, 9196.0, 9149.0, 9193.0, 9151.0, 9193.0, 9123.0, 9183.0, 9206.0, 9151.0, 9178.0, 9152.0, 9204.0, 9154.0, 9208.0, 9154.0, 9190.0, 9152.0, 9194.0, 9134.0, 9181.0, 9125.0, 9165.0, 9121.0, 9169.0, 9153.0, 9173.0, 9204.0, 9171.0, 9195.0, 9159.0, 9182.0, 9163.0, 9211.0, 9175.0, 9229.0, 9175.0, 9213.0, 9158.0, 9213.0, 9154.0, 9197.0, 9138.0, 9166.0, 9135.0, 9173.0, 9152.0, 9159.0, 9199.0, 9157.0, 9213.0, 9159.0, 9206.0, 9168.0, 9210.0, 9178.0, 9215.0, 9155.0, 9194.0, 9153.0, 9196.0, 9140.0, 9185.0, 9202.0, 9190.0, 9199.0, 9177.0, 9198.0, 9178.0, 9218.0, 9180.0, 9232.0, 9199.0, 9236.0, 9186.0, 9235.0, 9181.0, 9235.0, 9175.0, 9201.0, 9160.0, 9206.0, 9158.0, 9190.0, 9217.0, 9190.0, 9211.0, 9176.0, 9227.0, 9173.0, 9231.0, 9156.0, 9201.0, 9161.0, 9202.0, 9159.0, 9197.0, 9201.0, 9173.0, 9178.0, 9170.0, 9208.0, 9157.0, 9209.0, 9176.0, 9214.0, 9175.0, 9214.0, 9163.0, 9218.0, 9145.0, 9173.0, 9183.0, 9174.0, 9182.0, 9163.0, 9227.0, 9171.0, 9211.0, 9159.0, 9195.0, 9158.0, 9196.0, 9143.0, 9200.0, 9140.0, 9176.0, 9146.0, 9177.0, 9174.0, 9168.0, 9207.0, 9181.0, 9175.0, 9183.0, 9204.0, 9170.0, 9237.0, 9182.0, 9223.0, 9185.0, 9231.0, 9177.0, 9234.0, 9178.0, 9215.0, 9163.0, 9212.0, 9157.0, 9212.0, 9160.0, 9198.0, 9159.0, 9213.0, 9160.0, 9198.0, 9145.0, 9185.0, 9141.0, 9182.0, 9141.0, 9185.0, 9137.0, 9171.0, 9180.0, 9168.0, 9148.0, 9168.0, 9192.0, 9170.0, 9209.0, 9167.0, 9176.0, 9165.0, 9190.0, 9165.0, 9205.0, 9151.0, 9188.0, 9164.0, 9190.0, 9150.0, 9191.0, 9153.0, 9175.0, 9151.0, 9179.0, 9124.0, 9169.0, 9152.0, 9152.0, 9178.0, 9157.0, 9196.0, 9159.0, 9210.0, 9160.0, 9210.0, 9145.0, 9184.0, 9143.0, 9189.0, 9144.0, 9179.0, 9220.0, 9161.0, 9212.0, 9161.0, 9214.0, 9162.0, 9212.0, 9159.0, 9200.0, 9163.0, 9218.0, 9164.0, 9218.0, 9148.0, 9205.0, 9162.0, 9209.0, 9202.0, 9180.0, 9230.0, 9159.0, 9196.0, 9158.0, 9214.0, 9154.0, 9201.0, 9139.0, 9163.0, 9138.0, 9170.0, 9124.0, 9176.0, 9169.0, 9161.0, 9183.0, 9177.0, 9232.0, 9160.0, 9222.0, 9219.0, 9153.0, 9191.0, 9131.0, 9151.0, 9162.0, 9155.0, 9191.0, 9155.0, 9195.0, 9147.0, 9198.0, 9146.0, 9188.0, 9157.0, 9180.0, 9233.0, 9139.0, 9197.0, 9174.0, 9154.0, 9189.0, 9139.0, 9194.0, 9121.0, 9182.0, 9151.0, 9154.0, 9162.0, 9157.0, 9207.0, 9139.0, 9201.0, 9166.0, 9151.0, 9187.0, 9138.0, 9190.0, 9135.0, 9179.0, 9122.0, 9158.0, 9168.0, 9161.0, 9214.0, 9160.0, 9201.0, 9182.0, 9153.0, 9206.0, 9138.0, 9191.0, 9135.0, 9148.0, 9202.0, 9130.0, 9171.0, 9130.0, 9159.0, 9134.0, 9151.0, 9187.0, 9152.0, 9178.0, 9122.0, 9156.0, 9188.0, 9154.0, 9174.0, 9139.0, 9178.0, 9122.0, 9159.0, 9211.0, 9155.0, 9195.0, 9156.0, 9187.0, 9138.0, 9173.0, 9213.0, 9157.0, 9177.0, 9156.0, 9201.0, 9162.0, 9220.0, 9150.0, 9194.0, 9166.0, 9199.0, 9235.0, 9166.0, 9220.0, 9157.0, 9160.0, 9168.0, 9174.0, 9213.0, 9159.0, 9200.0, 9144.0, 9186.0, 9154.0, 9160.0, 9214.0, 9152.0, 9193.0, 9140.0, 9194.0, 9124.0, 9168.0, 9183.0, 9157.0, 9210.0, 9158.0, 9200.0, 9138.0, 9180.0, 9148.0, 9150.0, 9203.0, 9148.0, 9203.0, 9133.0, 9181.0, 9138.0, 9169.0, 9139.0, 9158.0, 9213.0, 9156.0, 9208.0, 9157.0, 9213.0, 9141.0, 9200.0, 9126.0, 9172.0, 9128.0, 9162.0, 9228.0, 9163.0, 9209.0, 9172.0, 9198.0, 9158.0, 9201.0, 9139.0, 9173.0, 9211.0, 9156.0, 9195.0, 9140.0, 9179.0, 9136.0, 9170.0, 9165.0, 9143.0, 9208.0, 9157.0, 9212.0, 9157.0, 9195.0, 9161.0, 9202.0, 9157.0, 9192.0, 9216.0, 9157.0, 9206.0, 9158.0, 9211.0, 9155.0, 9193.0, 9139.0, 9170.0, 9134.0, 9153.0, 9208.0, 9155.0, 9194.0, 9154.0, 9194.0, 9122.0, 9155.0, 9149.0, 9158.0, 9196.0, 9159.0, 9211.0, 9160.0, 9200.0, 9140.0, 9170.0, 9164.0, 9141.0, 9226.0, 9155.0, 9195.0, 9140.0, 9182.0, 9121.0, 9162.0, 9213.0, 9157.0, 9195.0, 9158.0, 9199.0, 9126.0, 9176.0, 9211.0, 9159.0, 9196.0, 9155.0, 9200.0, 9143.0, 9173.0, 9168.0, 9156.0, 9209.0, 9161.0, 9212.0, 9160.0, 9201.0, 9139.0, 9171.0, 9192.0, 9159.0, 9211.0, 9138.0, 9178.0, 9149.0, 9165.0, 9138.0, 9159.0, 9191.0, 9157.0, 9209.0, 9154.0, 9212.0, 9143.0, 9181.0, 9138.0, 9159.0, 9210.0, 9155.0, 9193.0, 9136.0, 9179.0, 9122.0, 9171.0, 9208.0, 9156.0, 9197.0, 9142.0, 9169.0, 9136.0, 9140.0, 9205.0, 9155.0, 9209.0, 9141.0, 9170.0, 9138.0, 9153.0, 9211.0, 9158.0, 9211.0, 9156.0, 9197.0, 9125.0, 9175.0, 9213.0, 9153.0, 9194.0, 9138.0, 9178.0, 9136.0, 9155.0, 9207.0, 9143.0, 9195.0, 9141.0, 9184.0, 9139.0, 9161.0, 9214.0, 9154.0, 9193.0, 9140.0, 9184.0, 9136.0, 9157.0, 9211.0, 9140.0, 9194.0, 9143.0, 9196.0, 9155.0, 9162.0, 9211.0, 9144.0, 9195.0, 9157.0, 9187.0, 9214.0, 9161.0, 9210.0, 9143.0, 9180.0, 9138.0, 9161.0, 9213.0, 9161.0, 9210.0, 9158.0, 9185.0, 9170.0, 9161.0, 9228.0, 9148.0, 9199.0, 9152.0, 9159.0, 9208.0, 9143.0, 9198.0, 9140.0, 9160.0, 9212.0, 9152.0, 9194.0, 9145.0, 9175.0, 9197.0, 9153.0, 9197.0, 9139.0, 9187.0, 9197.0, 9158.0, 9206.0, 9142.0, 9185.0, 9141.0, 9179.0, 9171.0, 9165.0, 9202.0, 9168.0, 9221.0, 9166.0, 9227.0, 9180.0, 9170.0, 9216.0, 9183.0, 9233.0, 9146.0, 9222.0, 9202.0, 9162.0, 9215.0, 9159.0, 9199.0, 9143.0, 9203.0, 9180.0, 9161.0, 9214.0, 9161.0, 9216.0, 9143.0, 9209.0, 9215.0, 9159.0, 9211.0, 9160.0, 9203.0, 9180.0, 9159.0, 9211.0, 9141.0, 9165.0, 9126.0, 9159.0, 9209.0, 9143.0, 9217.0, 9146.0, 9159.0, 9155.0, 9164.0, 9227.0, 9142.0, 9205.0, 9213.0, 9144.0, 9196.0, 9139.0, 9186.0, 9153.0, 9146.0, 9228.0, 9156.0, 9187.0, 9131.0, 9178.0, 9229.0, 9162.0, 9219.0, 9158.0, 9176.0, 9145.0, 9179.0, 9233.0, 9169.0, 9220.0, 9162.0, 9205.0, 9147.0, 9178.0, 9229.0, 9166.0, 9216.0, 9146.0, 9200.0, 9142.0, 9179.0, 9185.0, 9164.0, 9230.0, 9171.0, 9199.0, 9143.0, 9188.0, 9139.0, 9163.0, 9229.0, 9147.0, 9198.0, 9150.0, 9204.0, 9155.0, 9168.0, 9229.0, 9159.0, 9211.0, 9143.0, 9203.0, 9140.0, 9163.0, 9231.0, 9153.0, 9192.0, 9136.0, 9178.0, 9121.0, 9158.0, 9137.0, 9147.0, 9180.0, 9163.0, 9230.0, 9183.0, 9224.0, 9146.0, 9162.0, 9154.0, 9159.0, 9225.0, 9155.0, 9197.0, 9197.0, 9220.0, 9196.0, 9167.0, 9200.0, 9207.0, 9182.0, 9236.0, 9170.0, 9199.0, 9139.0, 9169.0, 9133.0, 9171.0, 9211.0, 9171.0, 9178.0, 9173.0, 9195.0, 9175.0, 9217.0, 9177.0, 9215.0, 9164.0, 9218.0, 9159.0, 9204.0, 9149.0, 9172.0, 9145.0, 9173.0, 9143.0, 9163.0, 9230.0, 9177.0, 9213.0, 9171.0, 9211.0, 9176.0, 9212.0, 9161.0, 9214.0, 9145.0, 9198.0, 9158.0, 9200.0, 9141.0, 9186.0, 9185.0, 9158.0, 9167.0, 9160.0, 9180.0, 9172.0, 9226.0, 9175.0, 9209.0, 9161.0, 9196.0, 9142.0, 9201.0, 9211.0, 9176.0, 9212.0, 9161.0, 9228.0, 9165.0, 9201.0, 9162.0, 9188.0, 9147.0, 9178.0, 9170.0, 9204.0, 9210.0, 9190.0, 9256.0, 9199.0, 9222.0, 9186.0, 9237.0, 9169.0, 9222.0, 9164.0, 9190.0, 9164.0, 9192.0, 9188.0, 9180.0, 9237.0, 9164.0, 9215.0, 9160.0, 9218.0, 9162.0, 9219.0, 9162.0, 9202.0, 9145.0, 9193.0, 9187.0, 9163.0, 9232.0, 9168.0, 9199.0, 9138.0, 9193.0, 9138.0, 9162.0, 9196.0, 9160.0, 9195.0, 9160.0, 9212.0, 9157.0, 9219.0, 9158.0, 9159.0, 9196.0, 9158.0, 9212.0, 9159.0, 9200.0, 9141.0, 9163.0, 9155.0, 9165.0, 9226.0, 9164.0, 9217.0, 9158.0, 9180.0, 9129.0, 9176.0, 9196.0, 9175.0, 9209.0, 9159.0, 9198.0, 9141.0, 9202.0, 9211.0, 9156.0, 9197.0, 9132.0, 9151.0, 9124.0, 9158.0, 9211.0, 9164.0, 9216.0, 9178.0, 9205.0, 9167.0, 9224.0, 9206.0, 9181.0, 9217.0, 9173.0, 9202.0, 9141.0, 9173.0, 9214.0, 9158.0, 9211.0, 9168.0, 9179.0, 9134.0, 9154.0, 9194.0, 9155.0, 9192.0, 9158.0, 9196.0, 9138.0, 9187.0, 9207.0, 9157.0, 9196.0, 9137.0, 9167.0, 9134.0, 9173.0, 9206.0, 9157.0, 9197.0, 9148.0, 9201.0, 9142.0, 9180.0, 9232.0, 9161.0, 9200.0, 9146.0, 9202.0, 9140.0, 9165.0, 9213.0, 9159.0, 9199.0, 9157.0, 9215.0, 9141.0, 9164.0, 9231.0, 9156.0, 9196.0, 9142.0, 9185.0, 9123.0, 9160.0, 9211.0, 9158.0, 9198.0, 9143.0, 9199.0, 9140.0, 9177.0, 9231.0, 9160.0, 9199.0, 9140.0, 9201.0, 9155.0, 9161.0, 9211.0, 9144.0, 9182.0, 9141.0, 9184.0, 9127.0, 9173.0, 9213.0, 9158.0, 9197.0, 9147.0, 9199.0, 9127.0, 9177.0, 9215.0, 9155.0, 9196.0, 9128.0, 9175.0, 9229.0, 9160.0, 9215.0, 9163.0, 9189.0, 9146.0, 9193.0, 9200.0, 9184.0, 9234.0, 9162.0, 9203.0, 9143.0, 9161.0, 9228.0, 9167.0, 9216.0, 9142.0, 9189.0, 9164.0, 9192.0, 9164.0, 9202.0, 9237.0, 9196.0, 9240.0, 9167.0, 9198.0, 9234.0, 9177.0, 9218.0, 9161.0, 9206.0, 9162.0, 9178.0, 9233.0, 9176.0, 9217.0, 9146.0, 9204.0, 9149.0, 9178.0, 9200.0, 9179.0, 9228.0, 9160.0, 9216.0, 9156.0, 9173.0, 9182.0, 9172.0, 9224.0, 9161.0, 9216.0, 9142.0, 9170.0, 9154.0, 9168.0, 9223.0, 9158.0, 9200.0, 9139.0, 9158.0, 9222.0, 9143.0, 9200.0, 9142.0, 9158.0, 9152.0, 9174.0, 9221.0, 9144.0, 9217.0, 9142.0, 9174.0, 9195.0, 9160.0, 9213.0, 9157.0, 9199.0, 9152.0, 9154.0, 9208.0, 9158.0, 9214.0, 9139.0, 9171.0, 9206.0, 9153.0, 9196.0, 9141.0, 9167.0, 9122.0, 9173.0, 9227.0, 9154.0, 9202.0, 9196.0, 9156.0, 9208.0, 9139.0, 9185.0, 9210.0, 9155.0, 9193.0, 9139.0, 9175.0, 9213.0, 9178.0, 9219.0, 9157.0, 9175.0, 9197.0, 9160.0, 9213.0, 9161.0, 9177.0, 9214.0, 9170.0, 9196.0, 9144.0, 9190.0, 9215.0, 9174.0, 9200.0, 9143.0, 9178.0, 9196.0, 9180.0, 9233.0, 9162.0, 9191.0, 9130.0, 9179.0, 9233.0, 9181.0, 9224.0, 9161.0, 9176.0, 9184.0, 9176.0, 9231.0, 9162.0, 9191.0, 9155.0, 9173.0, 9226.0, 9161.0, 9215.0, 9148.0, 9181.0, 9213.0, 9160.0, 9213.0, 9125.0, 9157.0, 9230.0, 9162.0, 9184.0, 9142.0, 9174.0, 9197.0, 9177.0, 9212.0, 9160.0, 9205.0, 9172.0, 9177.0, 9231.0, 9152.0, 9191.0, 9203.0, 9177.0, 9214.0, 9146.0, 9206.0, 9153.0, 9175.0, 9226.0, 9161.0, 9220.0, 9161.0, 9178.0, 9228.0, 9175.0, 9216.0, 9165.0, 9193.0, 9200.0, 9173.0, 9228.0, 9143.0, 9209.0, 9247.0, 9168.0, 9200.0, 9138.0, 9170.0, 9214.0, 9173.0, 9198.0, 9157.0, 9186.0, 9166.0, 9170.0, 9230.0, 9161.0, 9188.0, 9169.0, 9172.0, 9225.0, 9158.0, 9205.0, 9195.0, 9172.0, 9208.0, 9155.0, 9202.0, 9156.0, 9175.0, 9211.0, 9157.0, 9196.0, 9123.0, 9177.0, 9227.0, 9158.0, 9200.0, 9158.0, 9176.0, 9214.0, 9177.0, 9216.0, 9157.0, 9172.0, 9124.0, 9172.0, 9224.0, 9162.0, 9205.0, 9141.0, 9175.0, 9211.0, 9173.0, 9219.0, 9146.0, 9176.0, 9197.0, 9175.0, 9216.0, 9145.0, 9178.0, 9213.0, 9171.0, 9197.0, 9159.0, 9203.0, 9214.0, 9177.0, 9198.0, 9156.0, 9186.0, 9167.0, 9169.0, 9209.0, 9144.0, 9192.0, 9211.0, 9171.0, 9199.0, 9128.0, 9171.0, 9208.0, 9160.0, 9204.0, 9157.0, 9160.0, 9211.0, 9159.0, 9191.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.0018340121120363365</td></tr>
<tr><td colspan=3>aqi</td><td>0.025039535730507188</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.69549681062879</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2921696842954542</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007209226871212</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>7024.8989</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07054233270807261</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5299015897047691</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6113355714317845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4790723954397627</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.839130659582578</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.515803659273012</td></tr>
<tr><td colspan=3>gcor</td><td>0.00363092</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009589437395334244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026699936017394066</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7816200877221897</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>24.3861</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0033</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.733</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303458.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.988</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.154</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.8614</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3328.628</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.7112</td></tr>
<tr><td colspan=3>tsnr</td><td>38.87137709069066</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>