<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-04/func/sub-0023_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>79215cb139f56b164b4095f0f10f1068</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:24:55.627500</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.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</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.103339</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>[4152, -7729, -7265, 507, 10, -120, -56, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>270.675</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7d52b678-dbd3-49fb-98f0-e025ecf9d20f||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.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [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': ['122455.627500', '122456.087500', '122456.547500', '122457.007500', '122457.467500', '122457.927500', '122458.387500', '122458.847500', '122459.307500', '122459.767500', '122500.227500', '122500.687500', '122501.147500', '122501.607500', '122502.067500', '122502.527500', '122502.987500', '122503.447500', '122503.907500', '122504.367500', '122504.827500', '122505.287500', '122505.747500', '122506.207500', '122506.667500', '122507.127500', '122507.587500', '122508.047500', '122508.507500', '122508.967500', '122509.427500', '122509.887500', '122510.347500', '122510.807500', '122511.267500', '122511.727500', '122512.187500', '122512.647500', '122513.107500', '122513.567500', '122514.027500', '122514.487500', '122514.947500', '122515.407500', '122515.867500', '122516.327500', '122516.787500', '122517.247500', '122517.707500', '122518.167500', '122518.627500', '122519.087500', '122519.547500', '122520.007500', '122520.467500', '122520.927500', '122521.387500', '122521.847500', '122522.307500', '122522.767500', '122523.227500', '122523.687500', '122524.147500', '122524.607500', '122525.067500', '122525.527500', '122525.987500', '122526.447500', '122526.907500', '122527.367500', '122527.827500', '122528.287500', '122528.747500', '122529.207500', '122529.667500', '122530.127500', '122530.587500', '122531.047500', '122531.507500', '122531.967500', '122532.427500', '122532.887500', '122533.347500', '122533.807500', '122534.267500', '122534.727500', '122535.187500', '122535.647500', '122536.107500', '122536.567500', '122537.027500', '122537.487500', '122537.947500', '122538.407500', '122538.867500', '122539.327500', '122539.787500', '122540.247500', '122540.707500', '122541.167500', '122541.627500', '122542.087500', '122542.547500', '122543.007500', '122543.467500', '122543.927500', '122544.387500', '122544.847500', '122545.307500', '122545.767500', '122546.227500', '122546.687500', '122547.147500', '122547.607500', '122548.067500', '122548.527500', '122548.987500', '122549.447500', '122549.907500', '122550.367500', '122550.827500', '122551.287500', '122551.747500', '122552.207500', '122552.667500', '122553.127500', '122553.587500', '122554.047500', '122554.507500', '122554.967500', '122555.427500', '122555.887500', '122556.347500', '122556.807500', '122557.267500', '122557.727500', '122558.187500', '122558.647500', '122559.107500', '122559.567500', '122600.027500', '122600.487500', '122600.947500', '122601.407500', '122601.867500', '122602.327500', '122602.787500', '122603.247500', '122603.707500', '122604.167500', '122604.627500', '122605.087500', '122605.547500', '122606.007500', '122606.467500', '122606.927500', '122607.387500', '122607.847500', '122608.307500', '122608.767500', '122609.227500', '122609.687500', '122610.147500', '122610.607500', '122611.067500', '122611.527500', '122611.987500', '122612.447500', '122612.907500', '122613.367500', '122613.827500', '122614.287500', '122614.747500', '122615.207500', '122615.667500', '122616.127500', '122616.587500', '122617.047500', '122617.507500', '122617.967500', '122618.427500', '122618.887500', '122619.347500', '122619.807500', '122620.267500', '122620.727500', '122621.187500', '122621.647500', '122622.107500', '122622.567500', '122623.027500', '122623.487500', '122623.947500', '122624.407500', '122624.867500', '122625.327500', '122625.787500', '122626.247500', '122626.707500', '122627.167500', '122627.627500', '122628.087500', '122628.547500', '122629.007500', '122629.467500', '122629.927500', '122630.387500', '122630.847500', '122631.307500', '122631.767500', '122632.227500', '122632.687500', '122633.147500', '122633.607500', '122634.067500', '122634.527500', '122634.987500', '122635.447500', '122635.907500', '122636.367500', '122636.827500', '122637.287500', '122637.747500', '122638.207500', '122638.667500', '122639.127500', '122639.587500', '122640.047500', '122640.507500', '122640.967500', '122641.427500', '122641.887500', '122642.347500', '122642.807500', '122643.267500', '122643.727500', '122644.187500', '122644.647500', '122645.107500', '122645.567500', '122646.027500', '122646.487500', '122646.947500', '122647.407500', '122647.867500', '122648.327500', '122648.787500', '122649.247500', '122649.707500', '122650.167500', '122650.627500', '122651.087500', '122651.547500', '122652.007500', '122652.467500', '122652.927500', '122653.387500', '122653.847500', '122654.307500', '122654.767500', '122655.227500', '122655.687500', '122656.147500', '122656.607500', '122657.067500', '122657.527500', '122657.987500', '122658.447500', '122658.907500', '122659.367500', '122659.827500', '122700.287500', '122700.747500', '122701.207500', '122701.667500', '122702.127500', '122702.587500', '122703.047500', '122703.507500', '122703.967500', '122704.427500', '122704.887500', '122705.347500', '122705.807500', '122706.267500', '122706.727500', '122707.187500', '122707.647500', '122708.107500', '122708.567500', '122709.027500', '122709.487500', '122709.947500', '122710.407500', '122710.867500', '122711.327500', '122711.787500', '122712.247500', '122712.707500', '122713.167500', '122713.627500', '122714.087500', '122714.547500', '122715.007500', '122715.467500', '122715.927500', '122716.387500', '122716.847500', '122717.307500', '122717.767500', '122718.227500', '122718.687500', '122719.147500', '122719.607500', '122720.067500', '122720.527500', '122720.987500', '122721.447500', '122721.907500', '122722.367500', '122722.827500', '122723.287500', '122723.747500', '122724.207500', '122724.667500', '122725.127500', '122725.587500', '122726.047500', '122726.507500', '122726.967500', '122727.427500', '122727.887500', '122728.347500', '122728.807500', '122729.267500', '122729.727500', '122730.187500', '122730.647500', '122731.107500', '122731.567500', '122732.027500', '122732.487500', '122732.947500', '122733.407500', '122733.867500', '122734.327500', '122734.787500', '122735.247500', '122735.707500', '122736.167500', '122736.627500', '122737.087500', '122737.547500', '122738.007500', '122738.467500', '122738.927500', '122739.387500', '122739.847500', '122740.307500', '122740.767500', '122741.227500', '122741.687500', '122742.147500', '122742.607500', '122743.067500', '122743.527500', '122743.987500', '122744.447500', '122744.907500', '122745.367500', '122745.827500', '122746.287500', '122746.747500', '122747.207500', '122747.667500', '122748.127500', '122748.587500', '122749.047500', '122749.507500', '122749.967500', '122750.427500', '122750.887500', '122751.347500', '122751.807500', '122752.267500', '122752.727500', '122753.187500', '122753.647500', '122754.107500', '122754.567500', '122755.027500', '122755.487500', '122755.947500', '122756.407500', '122756.867500', '122757.327500', '122757.787500', '122758.247500', '122758.707500', '122759.167500', '122759.627500', '122800.087500', '122800.547500', '122801.007500', '122801.467500', '122801.927500', '122802.387500', '122802.847500', '122803.307500', '122803.767500', '122804.227500', '122804.687500', '122805.147500', '122805.607500', '122806.067500', '122806.527500', '122806.987500', '122807.447500', '122807.907500', '122808.367500', '122808.827500', '122809.287500', '122809.747500', '122810.207500', '122810.667500', '122811.127500', '122811.587500', '122812.047500', '122812.507500', '122812.967500', '122813.427500', '122813.887500', '122814.347500', '122814.807500', '122815.267500', '122815.727500', '122816.187500', '122816.647500', '122817.107500', '122817.567500', '122818.027500', '122818.487500', '122818.947500', '122819.407500', '122819.867500', '122820.327500', '122820.787500', '122821.247500', '122821.707500', '122822.167500', '122822.627500', '122823.087500', '122823.547500', '122824.007500', '122824.467500', '122824.927500', '122825.387500', '122825.847500', '122826.307500', '122826.767500', '122827.227500', '122827.687500', '122828.147500', '122828.607500', '122829.067500', '122829.527500', '122829.987500', '122830.447500', '122830.907500', '122831.367500', '122831.827500', '122832.287500', '122832.747500', '122833.207500', '122833.667500', '122834.127500', '122834.587500', '122835.047500', '122835.507500', '122835.967500', '122836.427500', '122836.887500', '122837.347500', '122837.807500', '122838.267500', '122838.727500', '122839.187500', '122839.647500', '122840.107500', '122840.567500', '122841.027500', '122841.487500', '122841.947500', '122842.407500', '122842.867500', '122843.327500', '122843.787500', '122844.247500', '122844.707500', '122845.167500', '122845.627500', '122846.087500', '122846.547500', '122847.007500', '122847.467500', '122847.927500', '122848.387500', '122848.847500', '122849.307500', '122849.767500', '122850.227500', '122850.687500', '122851.147500', '122851.607500', '122852.067500', '122852.527500', '122852.987500', '122853.447500', '122853.907500', '122854.367500', '122854.827500', '122855.287500', '122855.747500', '122856.207500', '122856.667500', '122857.127500', '122857.587500', '122858.047500', '122858.507500', '122858.967500', '122859.427500', '122859.887500', '122900.347500', '122900.807500', '122901.267500', '122901.727500', '122902.187500', '122902.647500', '122903.107500', '122903.567500', '122904.027500', '122904.487500', '122904.947500', '122905.407500', '122905.867500', '122906.327500', '122906.787500', '122907.247500', '122907.707500', '122908.167500', '122908.627500', '122909.087500', '122909.547500', '122910.007500', '122910.467500', '122910.927500', '122911.387500', '122911.847500', '122912.307500', '122912.767500', '122913.227500', '122913.687500', '122914.147500', '122914.607500', '122915.067500', '122915.527500', '122915.987500', '122916.447500', '122916.907500', '122917.367500', '122917.827500', '122918.287500', '122918.747500', '122919.207500', '122919.667500', '122920.127500', '122920.587500', '122921.047500', '122921.507500', '122921.967500', '122922.427500', '122922.887500', '122923.347500', '122923.807500', '122924.267500', '122924.727500', '122925.187500', '122925.647500', '122926.107500', '122926.567500', '122927.027500', '122927.487500', '122927.947500', '122928.407500', '122928.867500', '122929.327500', '122929.787500', '122930.247500', '122930.707500', '122931.167500', '122931.627500', '122932.087500', '122932.547500', '122933.007500', '122933.467500', '122933.927500', '122934.387500', '122934.847500', '122935.307500', '122935.767500', '122936.227500', '122936.687500', '122937.147500', '122937.607500', '122938.067500', '122938.527500', '122938.987500', '122939.447500', '122939.907500', '122940.367500', '122940.827500', '122941.287500', '122941.747500', '122942.207500', '122942.667500', '122943.127500', '122943.587500', '122944.047500', '122944.507500', '122944.967500', '122945.427500', '122945.887500', '122946.347500', '122946.807500', '122947.267500', '122947.727500', '122948.187500', '122948.647500', '122949.107500', '122949.567500', '122950.027500', '122950.487500', '122950.947500', '122951.407500', '122951.867500', '122952.327500', '122952.787500', '122953.247500', '122953.707500', '122954.167500', '122954.627500', '122955.087500', '122955.547500', '122956.007500', '122956.467500', '122956.927500', '122957.387500', '122957.847500', '122958.307500', '122958.767500', '122959.227500', '122959.687500', '123000.147500', '123000.607500', '123001.067500', '123001.527500', '123001.987500', '123002.447500', '123002.907500', '123003.367500', '123003.827500', '123004.287500', '123004.747500', '123005.207500', '123005.667500', '123006.127500', '123006.587500', '123007.047500', '123007.507500', '123007.967500', '123008.427500', '123008.887500', '123009.347500', '123009.807500', '123010.267500', '123010.727500', '123011.187500', '123011.647500', '123012.107500', '123012.567500', '123013.027500', '123013.487500', '123013.947500', '123014.407500', '123014.867500', '123015.327500', '123015.787500', '123016.247500', '123016.707500', '123017.167500', '123017.627500', '123018.087500', '123018.547500', '123019.007500', '123019.467500', '123019.927500', '123020.387500', '123020.847500', '123021.307500', '123021.767500', '123022.227500', '123022.687500', '123023.147500', '123023.607500', '123024.067500', '123024.527500', '123024.987500', '123025.447500', '123025.907500', '123026.367500', '123026.827500', '123027.287500', '123027.747500', '123028.207500', '123028.667500', '123029.127500', '123029.587500', '123030.047500', '123030.507500', '123030.967500', '123031.427500', '123031.887500', '123032.347500', '123032.807500', '123033.267500', '123033.727500', '123034.187500', '123034.647500', '123035.107500', '123035.567500', '123036.027500', '123036.487500', '123036.947500', '123037.407500', '123037.867500', '123038.327500', '123038.787500', '123039.247500', '123039.707500', '123040.167500', '123040.627500', '123041.087500', '123041.547500', '123042.007500', '123042.467500', '123042.927500', '123043.387500', '123043.847500', '123044.307500', '123044.767500', '123045.227500', '123045.687500', '123046.147500', '123046.607500', '123047.067500', '123047.527500', '123047.987500', '123048.447500', '123048.907500', '123049.367500', '123049.827500', '123050.287500', '123050.747500', '123051.207500', '123051.667500', '123052.127500', '123052.587500', '123053.047500', '123053.507500', '123053.967500', '123054.427500', '123054.887500', '123055.347500', '123055.807500', '123056.267500', '123056.727500', '123057.187500', '123057.647500', '123058.107500', '123058.567500', '123059.027500', '123059.487500', '123059.947500', '123100.407500', '123100.867500', '123101.327500', '123101.787500', '123102.247500', '123102.707500', '123103.167500', '123103.627500', '123104.087500', '123104.547500', '123105.007500', '123105.467500', '123105.927500', '123106.387500', '123106.847500', '123107.307500', '123107.767500', '123108.227500', '123108.687500', '123109.147500', '123109.607500', '123110.067500', '123110.527500', '123110.987500', '123111.447500', '123111.907500', '123112.367500', '123112.827500', '123113.287500', '123113.747500', '123114.207500', '123114.667500', '123115.127500', '123115.587500', '123116.047500', '123116.507500', '123116.967500', '123117.427500', '123117.887500', '123118.347500', '123118.807500', '123119.267500', '123119.727500', '123120.187500', '123120.647500', '123121.107500', '123121.567500', '123122.027500', '123122.487500', '123122.947500', '123123.407500', '123123.867500', '123124.327500', '123124.787500', '123125.247500', '123125.707500', '123126.167500', '123126.627500', '123127.087500', '123127.547500', '123128.007500', '123128.467500', '123128.927500', '123129.387500', '123129.847500', '123130.307500', '123130.767500', '123131.227500', '123131.687500', '123132.147500', '123132.607500', '123133.067500', '123133.527500', '123133.987500', '123134.447500', '123134.907500', '123135.367500', '123135.827500', '123136.287500', '123136.747500', '123137.207500', '123137.667500', '123138.127500', '123138.587500', '123139.047500', '123139.507500', '123139.967500', '123140.427500', '123140.887500', '123141.347500', '123141.807500', '123142.267500', '123142.727500', '123143.187500', '123143.647500', '123144.107500', '123144.567500', '123145.027500', '123145.487500', '123145.947500', '123146.407500', '123146.867500', '123147.327500', '123147.787500', '123148.247500', '123148.707500', '123149.167500', '123149.627500', '123150.087500', '123150.547500', '123151.007500', '123151.467500', '123151.927500', '123152.387500', '123152.847500', '123153.307500', '123153.767500', '123154.227500', '123154.687500', '123155.147500', '123155.607500', '123156.067500', '123156.527500', '123156.987500', '123157.447500', '123157.907500', '123158.367500', '123158.827500', '123159.287500', '123159.747500', '123200.207500', '123200.667500', '123201.127500', '123201.587500', '123202.047500', '123202.507500', '123202.967500', '123203.427500', '123203.887500', '123204.347500', '123204.807500', '123205.267500', '123205.727500', '123206.187500', '123206.647500', '123207.107500', '123207.567500', '123208.027500', '123208.487500', '123208.947500', '123209.407500', '123209.867500', '123210.327500', '123210.787500', '123211.247500', '123211.707500', '123212.167500', '123212.627500', '123213.087500', '123213.547500', '123214.007500', '123214.467500', '123214.927500', '123215.387500', '123215.847500', '123216.307500', '123216.767500', '123217.227500', '123217.687500', '123218.147500', '123218.607500', '123219.067500', '123219.527500', '123219.987500', '123220.447500', '123220.907500', '123221.367500', '123221.827500', '123222.287500', '123222.747500', '123223.207500', '123223.667500', '123224.127500', '123224.587500', '123225.047500', '123225.507500', '123225.967500', '123226.427500', '123226.887500', '123227.347500', '123227.807500', '123228.267500', '123228.727500', '123229.187500', '123229.647500', '123230.107500', '123230.567500', '123231.027500', '123231.487500', '123231.947500', '123232.407500', '123232.867500', '123233.327500', '123233.787500', '123234.247500', '123234.707500', '123235.167500', '123235.627500', '123236.087500', '123236.547500', '123237.007500', '123237.467500', '123237.927500', '123238.387500', '123238.847500', '123239.307500', '123239.767500', '123240.227500', '123240.687500', '123241.147500', '123241.607500', '123242.067500', '123242.527500', '123242.987500', '123243.447500', '123243.907500', '123244.367500', '123244.827500', '123245.287500', '123245.747500', '123246.207500', '123246.667500', '123247.127500', '123247.587500', '123248.047500', '123248.507500', '123248.967500', '123249.427500', '123249.887500', '123250.347500', '123250.807500', '123251.267500', '123251.727500', '123252.187500', '123252.647500', '123253.107500', '123253.567500', '123254.027500', '123254.487500', '123254.947500', '123255.407500', '123255.867500', '123256.327500', '123256.787500', '123257.247500', '123257.707500', '123258.167500', '123258.627500', '123259.087500', '123259.547500', '123300.007500', '123300.467500', '123300.927500', '123301.387500', '123301.847500', '123302.307500', '123302.767500', '123303.227500', '123303.687500', '123304.147500', '123304.607500', '123305.067500', '123305.527500', '123305.987500', '123306.447500', '123306.907500', '123307.367500', '123307.827500', '123308.287500', '123308.747500', '123309.207500', '123309.667500', '123310.127500', '123310.587500', '123311.047500', '123311.507500', '123311.967500', '123312.427500', '123312.887500', '123313.347500', '123313.807500', '123314.267500', '123314.727500', '123315.187500', '123315.647500', '123316.107500', '123316.567500', '123317.027500', '123317.487500', '123317.947500', '123318.407500', '123318.867500', '123319.327500', '123319.787500', '123320.247500', '123320.707500', '123321.167500', '123321.627500', '123322.087500', '123322.547500', '123323.007500', '123323.467500', '123323.927500', '123324.387500', '123324.847500', '123325.307500', '123325.767500', '123326.227500', '123326.687500', '123327.147500', '123327.607500', '123328.067500', '123328.527500', '123328.987500', '123329.447500', '123329.907500', '123330.367500', '123330.827500', '123331.287500', '123331.747500', '123332.207500', '123332.667500', '123333.127500', '123333.587500', '123334.047500', '123334.507500', '123334.967500', '123335.427500', '123335.887500', '123336.347500', '123336.807500', '123337.267500', '123337.727500', '123338.187500', '123338.647500', '123339.107500', '123339.567500', '123340.027500', '123340.487500', '123340.947500', '123341.407500', '123341.867500', '123342.327500', '123342.787500', '123343.247500', '123343.707500', '123344.167500', '123344.627500', '123345.087500', '123345.547500', '123346.007500', '123346.467500', '123346.927500', '123347.387500', '123347.847500', '123348.307500', '123348.767500', '123349.227500', '123349.687500', '123350.147500', '123350.607500', '123351.067500', '123351.527500', '123351.987500', '123352.447500', '123352.907500', '123353.367500', '123353.827500', '123354.287500', '123354.747500', '123355.207500', '123355.667500', '123356.127500', '123356.587500', '123357.047500', '123357.507500', '123357.967500', '123358.427500', '123358.887500', '123359.347500', '123359.807500', '123400.267500', '123400.727500', '123401.187500', '123401.647500', '123402.107500', '123402.567500', '123403.027500', '123403.487500', '123403.947500', '123404.407500', '123404.867500', '123405.327500', '123405.787500', '123406.247500', '123406.707500', '123407.167500', '123407.627500', '123408.087500', '123408.547500', '123409.007500', '123409.467500', '123409.927500', '123410.387500', '123410.847500', '123411.307500', '123411.767500', '123412.227500', '123412.687500', '123413.147500', '123413.607500', '123414.067500', '123414.527500', '123414.987500', '123415.447500', '123415.907500', '123416.367500', '123416.827500', '123417.287500', '123417.747500', '123418.207500', '123418.667500', '123419.127500', '123419.587500', '123420.047500', '123420.507500', '123420.967500', '123421.427500', '123421.887500', '123422.347500', '123422.807500', '123423.267500', '123423.727500', '123424.187500', '123424.647500', '123425.107500', '123425.567500', '123426.027500', '123426.487500', '123426.947500', '123427.407500', '123427.867500', '123428.327500', '123428.787500', '123429.247500', '123429.707500', '123430.167500', '123430.627500', '123431.087500', '123431.547500', '123432.007500', '123432.467500', '123432.927500', '123433.387500', '123433.847500', '123434.307500', '123434.767500', '123435.227500', '123435.687500', '123436.147500', '123436.607500', '123437.067500', '123437.527500', '123437.987500', '123438.447500', '123438.907500', '123439.367500', '123439.827500', '123440.287500', '123440.747500', '123441.207500', '123441.667500', '123442.127500', '123442.587500', '123443.047500', '123443.507500', '123443.967500', '123444.427500', '123444.887500', '123445.347500', '123445.807500', '123446.267500', '123446.727500', '123447.187500', '123447.647500', '123448.107500', '123448.567500', '123449.027500', '123449.487500', '123449.947500', '123450.407500', '123450.867500', '123451.327500', '123451.787500', '123452.247500', '123452.707500', '123453.167500', '123453.627500', '123454.087500', '123454.547500', '123455.007500', '123455.467500', '123455.927500', '123456.387500', '123456.847500', '123457.307500', '123457.767500', '123458.227500', '123458.687500', '123459.147500', '123459.607500', '123500.067500', '123500.527500', '123500.987500', '123501.447500', '123501.907500', '123502.367500', '123502.827500', '123503.287500'], 'ContentTime': ['122512.138000', '122512.141000', '122512.144000', '122512.147000', '122512.156000', '122512.159000', '122512.162000', '122512.165000', '122512.168000', '122512.171000', '122512.174000', '122512.177000', '122512.180000', '122512.182000', '122512.186000', '122512.188000', '122512.191000', '122512.194000', '122512.197000', '122512.200000', '122512.203000', '122512.206000', '122512.209000', '122512.212000', '122512.215000', '122512.218000', '122512.227000', '122512.229000', '122512.232000', '122512.235000', '122512.238000', '122512.241000', '122512.244000', '122512.247000', '122512.250000', '122532.108000', '122532.111000', '122532.114000', '122532.117000', '122532.120000', '122532.123000', '122532.126000', '122532.129000', '122532.132000', '122532.134000', '122532.137000', '122532.140000', '122532.143000', '122532.146000', '122532.149000', '122532.152000', '122532.155000', '122532.158000', '122532.160000', '122532.163000', '122532.166000', '122532.169000', '122532.172000', '122532.175000', '122532.178000', '122532.181000', '122532.184000', '122532.187000', '122532.190000', '122532.193000', '122532.196000', '122532.199000', '122532.202000', '122532.205000', '122532.207000', '122532.210000', '122532.213000', '122532.216000', '122532.219000', '122532.222000', '122532.225000', '122532.228000', '122532.231000', '122552.108000', '122552.111000', '122552.114000', '122552.117000', '122552.120000', '122552.123000', '122552.126000', '122552.134000', '122552.137000', '122552.140000', '122552.143000', '122552.146000', '122552.149000', '122552.152000', '122552.155000', '122552.158000', '122552.161000', '122552.164000', '122552.167000', '122552.169000', '122552.172000', '122552.175000', '122552.178000', '122552.181000', '122552.184000', '122552.187000', '122552.190000', '122552.193000', '122552.196000', '122552.200000', '122552.203000', '122552.206000', '122552.209000', '122552.212000', '122552.215000', '122552.217000', '122552.220000', '122552.223000', '122552.226000', '122552.229000', '122552.232000', '122552.235000', '122552.238000', '122612.108000', '122612.111000', '122612.114000', '122612.117000', '122612.120000', '122612.123000', '122612.126000', '122612.129000', '122612.132000', '122612.135000', '122612.138000', '122612.140000', '122612.143000', '122612.146000', '122612.149000', '122612.152000', '122612.155000', '122612.158000', '122612.161000', '122612.164000', '122612.167000', '122612.170000', '122612.173000', '122612.176000', '122612.179000', '122612.181000', '122612.184000', '122612.187000', '122612.190000', '122612.193000', '122612.196000', '122612.199000', '122612.202000', '122612.205000', '122612.208000', '122612.211000', '122612.214000', '122612.217000', '122612.219000', '122612.222000', '122612.225000', '122612.228000', '122612.231000', '122612.234000', '122632.108000', '122632.111000', '122632.114000', '122632.117000', '122632.120000', '122632.123000', '122632.126000', '122632.129000', '122632.132000', '122632.135000', '122632.138000', '122632.141000', '122632.144000', '122632.147000', '122632.149000', '122632.152000', '122632.155000', '122632.158000', '122632.161000', '122632.164000', '122632.167000', '122632.170000', '122632.173000', '122632.176000', '122632.186000', '122632.188000', '122632.191000', '122632.194000', '122632.197000', '122632.200000', '122632.203000', '122632.206000', '122632.218000', '122632.221000', '122632.224000', '122632.227000', '122632.230000', '122632.233000', '122632.236000', '122632.239000', '122632.242000', '122632.245000', '122632.248000', '122652.108000', '122652.111000', '122652.114000', '122652.117000', '122652.120000', '122652.123000', '122652.126000', '122652.129000', '122652.132000', '122652.135000', '122652.138000', '122652.141000', '122652.144000', '122652.146000', '122652.149000', '122652.152000', '122652.155000', '122652.158000', '122652.161000', '122652.164000', '122652.167000', '122652.170000', '122652.173000', '122652.176000', '122652.179000', '122652.182000', '122652.184000', '122652.187000', '122652.190000', '122652.193000', '122652.196000', '122652.199000', '122652.202000', '122652.205000', '122652.208000', '122652.211000', '122652.214000', '122652.217000', '122652.219000', '122652.223000', '122652.225000', '122652.228000', '122652.231000', '122652.234000', '122712.107000', '122712.110000', '122712.114000', '122712.117000', '122712.120000', '122712.123000', '122712.126000', '122712.129000', '122712.132000', '122712.135000', '122712.137000', '122712.140000', '122712.143000', '122712.146000', '122712.149000', '122712.152000', '122712.155000', '122712.158000', '122712.161000', '122712.164000', '122712.167000', '122712.170000', '122712.173000', '122712.176000', '122712.179000', '122712.181000', '122712.184000', '122712.187000', '122712.190000', '122712.193000', '122712.196000', '122712.199000', '122712.202000', '122712.205000', '122712.208000', '122712.211000', '122712.214000', '122712.217000', '122712.220000', '122712.223000', '122712.226000', '122712.228000', '122712.231000', '122732.108000', '122732.111000', '122732.114000', '122732.117000', '122732.120000', '122732.123000', '122732.126000', '122732.129000', '122732.132000', '122732.135000', '122732.138000', '122732.141000', '122732.143000', '122732.146000', '122732.149000', '122732.152000', '122732.155000', '122732.158000', '122732.161000', '122732.164000', '122732.167000', '122732.170000', '122732.173000', '122732.176000', '122732.179000', '122732.182000', '122732.185000', '122732.188000', '122732.191000', '122732.193000', '122732.197000', '122732.200000', '122732.202000', '122732.205000', '122732.208000', '122732.211000', '122732.214000', '122732.217000', '122732.220000', '122732.223000', '122732.226000', '122732.229000', '122732.232000', '122732.235000', '122752.108000', '122752.111000', '122752.114000', '122752.117000', '122752.120000', '122752.123000', '122752.126000', '122752.129000', '122752.132000', '122752.135000', '122752.140000', '122752.143000', '122752.146000', '122752.149000', '122752.152000', '122752.155000', '122752.158000', '122752.161000', '122752.164000', '122752.167000', '122752.170000', '122752.172000', '122752.175000', '122752.178000', '122752.181000', '122752.184000', '122752.187000', '122752.190000', '122752.193000', '122752.196000', '122752.199000', '122752.202000', '122752.205000', '122752.208000', '122752.211000', '122752.220000', '122752.223000', '122752.226000', '122752.229000', '122752.232000', '122752.235000', '122752.238000', '122752.241000', '122812.108000', '122812.111000', '122812.114000', '122812.117000', '122812.120000', '122812.123000', '122812.126000', '122812.129000', '122812.132000', '122812.135000', '122812.138000', '122812.141000', '122812.144000', '122812.147000', '122812.150000', '122812.153000', '122812.155000', '122812.159000', '122812.161000', '122812.164000', '122812.167000', '122812.170000', '122812.173000', '122812.176000', '122812.179000', '122812.182000', '122812.185000', '122812.188000', '122812.204000', '122812.207000', '122812.210000', '122812.213000', '122812.216000', '122812.219000', '122812.222000', '122812.224000', '122812.227000', '122812.230000', '122812.233000', '122812.236000', '122812.239000', '122812.242000', '122812.245000', '122812.248000', '122832.108000', '122832.111000', '122832.114000', '122832.117000', '122832.120000', '122832.123000', '122832.126000', '122832.129000', '122832.132000', '122832.135000', '122832.138000', '122832.141000', '122832.144000', '122832.147000', '122832.150000', '122832.153000', '122832.156000', '122832.159000', '122832.162000', '122832.165000', '122832.168000', '122832.171000', '122832.174000', '122832.177000', '122832.180000', '122832.183000', '122832.186000', '122832.189000', '122832.192000', '122832.195000', '122832.198000', '122832.201000', '122832.204000', '122832.207000', '122832.210000', '122832.213000', '122832.216000', '122832.219000', '122832.221000', '122832.231000', '122832.234000', '122832.237000', '122832.240000', '122852.108000', '122852.111000', '122852.114000', '122852.117000', '122852.120000', '122852.123000', '122852.126000', '122852.129000', '122852.132000', '122852.135000', '122852.138000', '122852.141000', '122852.144000', '122852.147000', '122852.150000', '122852.152000', '122852.155000', '122852.158000', '122852.161000', '122852.170000', '122852.173000', '122852.176000', '122852.179000', '122852.181000', '122852.185000', '122852.187000', '122852.190000', '122852.193000', '122852.196000', '122852.199000', '122852.202000', '122852.205000', '122852.208000', '122852.211000', '122852.214000', '122852.217000', '122852.220000', '122852.223000', '122852.226000', '122852.229000', '122852.232000', '122852.235000', '122852.237000', '122852.240000', '122912.110000', '122912.113000', '122912.116000', '122912.119000', '122912.122000', '122912.125000', '122912.128000', '122912.131000', '122912.134000', '122912.137000', '122912.140000', '122912.143000', '122912.146000', '122912.149000', '122912.152000', '122912.155000', '122912.158000', '122912.162000', '122912.165000', '122912.168000', '122912.180000', '122912.183000', '122912.186000', '122912.189000', '122912.192000', '122912.195000', '122912.198000', '122912.201000', '122912.204000', '122912.207000', '122912.210000', '122912.213000', '122912.216000', '122912.219000', '122912.222000', '122912.225000', '122912.228000', '122912.230000', '122912.233000', '122912.236000', '122912.239000', '122912.242000', '122912.245000', '122932.107000', '122932.110000', '122932.113000', '122932.116000', '122932.119000', '122932.122000', '122932.125000', '122932.128000', '122932.131000', '122932.134000', '122932.137000', '122932.140000', '122932.143000', '122932.146000', '122932.149000', '122932.152000', '122932.155000', '122932.157000', '122932.160000', '122932.163000', '122932.166000', '122932.169000', '122932.172000', '122932.175000', '122932.178000', '122932.181000', '122932.184000', '122932.187000', '122932.190000', '122932.193000', '122932.195000', '122932.199000', '122932.201000', '122932.204000', '122932.207000', '122932.210000', '122932.213000', '122932.216000', '122932.219000', '122932.222000', '122932.225000', '122932.228000', '122932.231000', '122932.234000', '122952.108000', '122952.111000', '122952.114000', '122952.117000', '122952.120000', '122952.123000', '122952.126000', '122952.129000', '122952.132000', '122952.135000', '122952.138000', '122952.141000', '122952.144000', '122952.147000', '122952.150000', '122952.153000', '122952.156000', '122952.159000', '122952.162000', '122952.164000', '122952.167000', '122952.171000', '122952.173000', '122952.176000', '122952.179000', '122952.182000', '122952.185000', '122952.188000', '122952.191000', '122952.195000', '122952.198000', '122952.201000', '122952.204000', '122952.207000', '122952.210000', '122952.213000', '122952.216000', '122952.219000', '122952.222000', '122952.225000', '122952.228000', '122952.231000', '122952.234000', '123012.108000', '123012.111000', '123012.114000', '123012.117000', '123012.120000', '123012.123000', '123012.126000', '123012.129000', '123012.132000', '123012.135000', '123012.138000', '123012.141000', '123012.144000', '123012.147000', '123012.150000', '123012.153000', '123012.156000', '123012.159000', '123012.162000', '123012.165000', '123012.168000', '123012.170000', '123012.173000', '123012.176000', '123012.179000', '123012.182000', '123012.185000', '123012.188000', '123012.191000', '123012.194000', '123012.197000', '123012.200000', '123012.203000', '123012.206000', '123012.209000', '123012.212000', '123012.215000', '123012.218000', '123012.221000', '123012.224000', '123012.226000', '123012.229000', '123012.232000', '123012.235000', '123032.108000', '123032.111000', '123032.114000', '123032.117000', '123032.120000', '123032.123000', '123032.137000', '123032.140000', '123032.143000', '123032.147000', '123032.150000', '123032.153000', '123032.156000', '123032.159000', '123032.162000', '123032.165000', '123032.168000', '123032.171000', '123032.174000', '123032.177000', '123032.180000', '123032.183000', '123032.186000', '123032.189000', '123032.192000', '123032.195000', '123032.198000', '123032.201000', '123032.204000', '123032.207000', '123032.210000', '123032.214000', '123032.216000', '123032.219000', '123032.222000', '123032.225000', '123032.228000', '123032.231000', '123032.234000', '123032.237000', '123032.240000', '123032.243000', '123032.246000', '123052.108000', '123052.111000', '123052.114000', '123052.117000', '123052.120000', '123052.123000', '123052.126000', '123052.129000', '123052.132000', '123052.135000', '123052.138000', '123052.141000', '123052.144000', '123052.147000', '123052.150000', '123052.153000', '123052.156000', '123052.159000', '123052.162000', '123052.165000', '123052.168000', '123052.171000', '123052.174000', '123052.177000', '123052.180000', '123052.183000', '123052.186000', '123052.189000', '123052.191000', '123052.195000', '123052.197000', '123052.200000', '123052.203000', '123052.206000', '123052.209000', '123052.212000', '123052.215000', '123052.218000', '123052.221000', '123052.224000', '123052.227000', '123052.230000', '123052.233000', '123052.236000', '123112.108000', '123112.113000', '123112.116000', '123112.119000', '123112.122000', '123112.125000', '123112.128000', '123112.131000', '123112.134000', '123112.136000', '123112.139000', '123112.142000', '123112.145000', '123112.148000', '123112.151000', '123112.154000', '123112.157000', '123112.160000', '123112.163000', '123112.166000', '123112.185000', '123112.188000', '123112.191000', '123112.194000', '123112.197000', '123112.200000', '123112.203000', '123112.206000', '123112.209000', '123112.212000', '123112.214000', '123112.217000', '123112.220000', '123112.223000', '123112.226000', '123112.229000', '123112.232000', '123112.235000', '123112.238000', '123112.241000', '123112.244000', '123112.247000', '123112.250000', '123132.108000', '123132.111000', '123132.114000', '123132.117000', '123132.120000', '123132.123000', '123132.126000', '123132.129000', '123132.132000', '123132.135000', '123132.138000', '123132.141000', '123132.144000', '123132.147000', '123132.150000', '123132.153000', '123132.156000', '123132.159000', '123132.162000', '123132.164000', '123132.167000', '123132.170000', '123132.173000', '123132.176000', '123132.179000', '123132.182000', '123132.185000', '123132.188000', '123132.191000', '123132.194000', '123132.197000', '123132.200000', '123132.203000', '123132.206000', '123132.209000', '123132.212000', '123132.215000', '123132.218000', '123132.221000', '123132.224000', '123132.227000', '123132.229000', '123132.232000', '123132.235000', '123152.107000', '123152.110000', '123152.113000', '123152.116000', '123152.119000', '123152.122000', '123152.125000', '123152.128000', '123152.131000', '123152.134000', '123152.137000', '123152.140000', '123152.143000', '123152.146000', '123152.149000', '123152.152000', '123152.154000', '123152.157000', '123152.160000', '123152.163000', '123152.166000', '123152.169000', '123152.172000', '123152.175000', '123152.178000', '123152.181000', '123152.185000', '123152.188000', '123152.191000', '123152.194000', '123152.207000', '123152.210000', '123152.213000', '123152.216000', '123152.219000', '123152.222000', '123152.225000', '123152.228000', '123152.231000', '123152.234000', '123152.237000', '123152.240000', '123152.243000', '123212.108000', '123212.111000', '123212.114000', '123212.117000', '123212.120000', '123212.123000', '123212.126000', '123212.129000', '123212.132000', '123212.135000', '123212.138000', '123212.141000', '123212.144000', '123212.147000', '123212.150000', '123212.153000', '123212.156000', '123212.159000', '123212.162000', '123212.165000', '123212.168000', '123212.171000', '123212.173000', '123212.177000', '123212.180000', '123212.182000', '123212.185000', '123212.188000', '123212.191000', '123212.194000', '123212.197000', '123212.200000', '123212.203000', '123212.206000', '123212.209000', '123212.212000', '123212.215000', '123212.218000', '123212.221000', '123212.224000', '123212.227000', '123212.230000', '123212.233000', '123212.236000', '123232.108000', '123232.111000', '123232.114000', '123232.117000', '123232.120000', '123232.123000', '123232.126000', '123232.129000', '123232.132000', '123232.135000', '123232.138000', '123232.141000', '123232.144000', '123232.147000', '123232.150000', '123232.153000', '123232.170000', '123232.174000', '123232.176000', '123232.179000', '123232.182000', '123232.185000', '123232.188000', '123232.191000', '123232.194000', '123232.197000', '123232.200000', '123232.203000', '123232.206000', '123232.209000', '123232.212000', '123232.215000', '123232.218000', '123232.221000', '123232.223000', '123232.226000', '123232.229000', '123232.232000', '123232.235000', '123232.238000', '123232.241000', '123232.244000', '123232.247000', '123252.108000', '123252.111000', '123252.114000', '123252.117000', '123252.120000', '123252.123000', '123252.126000', '123252.129000', '123252.132000', '123252.135000', '123252.138000', '123252.141000', '123252.144000', '123252.147000', '123252.150000', '123252.153000', '123252.156000', '123252.159000', '123252.162000', '123252.165000', '123252.168000', '123252.170000', '123252.173000', '123252.176000', '123252.179000', '123252.182000', '123252.185000', '123252.188000', '123252.191000', '123252.194000', '123252.197000', '123252.200000', '123252.203000', '123252.206000', '123252.209000', '123252.212000', '123252.215000', '123252.218000', '123252.221000', '123252.224000', '123252.227000', '123252.229000', '123252.233000', '123252.235000', '123312.108000', '123312.111000', '123312.114000', '123312.117000', '123312.123000', '123312.126000', '123312.129000', '123312.132000', '123312.135000', '123312.138000', '123312.141000', '123312.144000', '123312.147000', '123312.150000', '123312.153000', '123312.156000', '123312.159000', '123312.161000', '123312.164000', '123312.167000', '123312.170000', '123312.173000', '123312.176000', '123312.179000', '123312.182000', '123312.185000', '123312.188000', '123312.191000', '123312.194000', '123312.197000', '123312.200000', '123312.203000', '123312.206000', '123312.209000', '123312.212000', '123312.215000', '123312.218000', '123312.222000', '123312.225000', '123312.228000', '123312.231000', '123312.234000', '123312.237000', '123332.108000', '123332.111000', '123332.114000', '123332.117000', '123332.120000', '123332.123000', '123332.126000', '123332.129000', '123332.132000', '123332.135000', '123332.138000', '123332.141000', '123332.144000', '123332.147000', '123332.150000', '123332.153000', '123332.156000', '123332.159000', '123332.162000', '123332.165000', '123332.168000', '123332.171000', '123332.174000', '123332.176000', '123332.179000', '123332.182000', '123332.185000', '123332.188000', '123332.191000', '123332.194000', '123332.197000', '123332.200000', '123332.203000', '123332.206000', '123332.209000', '123332.212000', '123332.215000', '123332.218000', '123332.221000', '123332.224000', '123332.227000', '123332.230000', '123332.233000', '123332.236000', '123352.108000', '123352.111000', '123352.114000', '123352.117000', '123352.120000', '123352.123000', '123352.126000', '123352.129000', '123352.132000', '123352.135000', '123352.137000', '123352.141000', '123352.143000', '123352.156000', '123352.159000', '123352.162000', '123352.165000', '123352.167000', '123352.170000', '123352.173000', '123352.176000', '123352.179000', '123352.182000', '123352.185000', '123352.188000', '123352.191000', '123352.194000', '123352.197000', '123352.200000', '123352.202000', '123352.205000', '123352.208000', '123352.211000', '123352.214000', '123352.217000', '123352.220000', '123352.223000', '123352.226000', '123352.229000', '123352.232000', '123352.235000', '123352.238000', '123352.241000', '123412.107000', '123412.111000', '123412.114000', '123412.117000', '123412.120000', '123412.123000', '123412.126000', '123412.129000', '123412.133000', '123412.136000', '123412.139000', '123412.142000', '123412.145000', '123412.148000', '123412.151000', '123412.154000', '123412.157000', '123412.160000', '123412.163000', '123412.166000', '123412.169000', '123412.172000', '123412.175000', '123412.178000', '123412.181000', '123412.184000', '123412.186000', '123412.189000', '123412.193000', '123412.195000', '123412.198000', '123412.201000', '123412.204000', '123412.207000', '123412.210000', '123412.213000', '123412.216000', '123412.219000', '123412.222000', '123412.225000', '123412.228000', '123412.231000', '123412.234000', '123412.237000', '123432.108000', '123432.111000', '123432.114000', '123432.117000', '123432.120000', '123432.123000', '123432.126000', '123432.129000', '123432.132000', '123432.135000', '123432.138000', '123432.141000', '123432.144000', '123432.147000', '123432.150000', '123432.153000', '123432.156000', '123432.159000', '123432.162000', '123432.165000', '123432.167000', '123432.170000', '123432.173000', '123432.176000', '123432.187000', '123432.190000', '123432.193000', '123432.196000', '123432.199000', '123432.202000', '123432.205000', '123432.208000', '123432.211000', '123432.214000', '123432.217000', '123432.220000', '123432.223000', '123432.226000', '123432.229000', '123432.232000', '123432.235000', '123432.238000', '123432.241000', '123452.108000', '123452.111000', '123452.114000', '123452.117000', '123452.120000', '123452.123000', '123452.126000', '123452.129000', '123452.132000', '123452.135000', '123452.138000', '123452.141000', '123452.144000', '123452.147000', '123452.150000', '123452.153000', '123452.156000', '123452.159000', '123452.162000', '123452.165000', '123452.168000', '123452.171000', '123452.174000', '123452.177000', '123452.180000', '123452.183000', '123452.186000', '123452.189000', '123452.192000', '123452.195000', '123452.198000', '123452.201000', '123452.204000', '123452.207000', '123452.210000', '123452.213000', '123452.216000', '123452.218000', '123452.221000', '123452.225000', '123452.228000', '123452.230000', '123452.233000', '123504.128000', '123504.131000', '123504.134000', '123504.137000', '123504.145000', '123504.148000', '123504.152000', '123504.155000', '123504.158000', '123504.161000', '123504.164000', '123504.167000', '123504.170000', '123504.173000', '123504.176000', '123504.179000', '123504.182000', '123504.185000', '123504.188000', '123504.191000', '123504.194000', '123504.197000', '123504.200000', '123504.203000', '123504.206000', '123504.217000', '123504.220000'], 'InstanceCreationTime': ['122512.138000', '122512.141000', '122512.144000', '122512.147000', '122512.156000', '122512.159000', '122512.162000', '122512.165000', '122512.168000', '122512.171000', '122512.174000', '122512.177000', '122512.180000', '122512.182000', '122512.186000', '122512.188000', '122512.191000', '122512.194000', '122512.197000', '122512.200000', '122512.203000', '122512.206000', '122512.209000', '122512.212000', '122512.215000', '122512.218000', '122512.227000', '122512.229000', '122512.232000', '122512.235000', '122512.238000', '122512.241000', '122512.244000', '122512.247000', '122512.250000', '122532.108000', '122532.111000', '122532.114000', '122532.117000', '122532.120000', '122532.123000', '122532.126000', '122532.129000', '122532.132000', '122532.134000', '122532.137000', '122532.140000', '122532.143000', '122532.146000', '122532.149000', '122532.152000', '122532.155000', '122532.158000', '122532.160000', '122532.163000', '122532.166000', '122532.169000', '122532.172000', '122532.175000', '122532.178000', '122532.181000', '122532.184000', '122532.187000', '122532.190000', '122532.193000', '122532.196000', '122532.199000', '122532.202000', '122532.205000', '122532.207000', '122532.210000', '122532.213000', '122532.216000', '122532.219000', '122532.222000', '122532.225000', '122532.228000', '122532.231000', '122552.108000', '122552.111000', '122552.114000', '122552.117000', '122552.120000', '122552.123000', '122552.126000', '122552.134000', '122552.137000', '122552.140000', '122552.143000', '122552.146000', '122552.149000', '122552.152000', '122552.155000', '122552.158000', '122552.161000', '122552.164000', '122552.167000', '122552.169000', '122552.172000', '122552.175000', '122552.178000', '122552.181000', '122552.184000', '122552.187000', '122552.190000', '122552.193000', '122552.196000', '122552.200000', '122552.203000', '122552.206000', '122552.209000', '122552.212000', '122552.215000', '122552.217000', '122552.220000', '122552.223000', '122552.226000', '122552.229000', '122552.232000', '122552.235000', '122552.238000', '122612.108000', '122612.111000', '122612.114000', '122612.117000', '122612.120000', '122612.123000', '122612.126000', '122612.129000', '122612.132000', '122612.135000', '122612.138000', '122612.140000', '122612.143000', '122612.146000', '122612.149000', '122612.152000', '122612.155000', '122612.158000', '122612.161000', '122612.164000', '122612.167000', '122612.170000', '122612.173000', '122612.176000', '122612.179000', '122612.181000', '122612.184000', '122612.187000', '122612.190000', '122612.193000', '122612.196000', '122612.199000', '122612.202000', '122612.205000', '122612.208000', '122612.211000', '122612.214000', '122612.217000', '122612.219000', '122612.222000', '122612.225000', '122612.228000', '122612.231000', '122612.234000', '122632.108000', '122632.111000', '122632.114000', '122632.117000', '122632.120000', '122632.123000', '122632.126000', '122632.129000', '122632.132000', '122632.135000', '122632.138000', '122632.141000', '122632.144000', '122632.147000', '122632.149000', '122632.152000', '122632.155000', '122632.158000', '122632.161000', '122632.164000', '122632.167000', '122632.170000', '122632.173000', '122632.176000', '122632.186000', '122632.188000', '122632.191000', '122632.194000', '122632.197000', '122632.200000', '122632.203000', '122632.206000', '122632.218000', '122632.221000', '122632.224000', '122632.227000', '122632.230000', '122632.233000', '122632.236000', '122632.239000', '122632.242000', '122632.245000', '122632.248000', '122652.108000', '122652.111000', '122652.114000', '122652.117000', '122652.120000', '122652.123000', '122652.126000', '122652.129000', '122652.132000', '122652.135000', '122652.138000', '122652.141000', '122652.144000', '122652.146000', '122652.149000', '122652.152000', '122652.155000', '122652.158000', '122652.161000', '122652.164000', '122652.167000', '122652.170000', '122652.173000', '122652.176000', '122652.179000', '122652.182000', '122652.184000', '122652.187000', '122652.190000', '122652.193000', '122652.196000', '122652.199000', '122652.202000', '122652.205000', '122652.208000', '122652.211000', '122652.214000', '122652.217000', '122652.219000', '122652.223000', '122652.225000', '122652.228000', '122652.231000', '122652.234000', '122712.107000', '122712.110000', '122712.114000', '122712.117000', '122712.120000', '122712.123000', '122712.126000', '122712.129000', '122712.132000', '122712.135000', '122712.137000', '122712.140000', '122712.143000', '122712.146000', '122712.149000', '122712.152000', '122712.155000', '122712.158000', '122712.161000', '122712.164000', '122712.167000', '122712.170000', '122712.173000', '122712.176000', '122712.179000', '122712.181000', '122712.184000', '122712.187000', '122712.190000', '122712.193000', '122712.196000', '122712.199000', '122712.202000', '122712.205000', '122712.208000', '122712.211000', '122712.214000', '122712.217000', '122712.220000', '122712.223000', '122712.226000', '122712.228000', '122712.231000', '122732.108000', '122732.111000', '122732.114000', '122732.117000', '122732.120000', '122732.123000', '122732.126000', '122732.129000', '122732.132000', '122732.135000', '122732.138000', '122732.141000', '122732.143000', '122732.146000', '122732.149000', '122732.152000', '122732.155000', '122732.158000', '122732.161000', '122732.164000', '122732.167000', '122732.170000', '122732.173000', '122732.176000', '122732.179000', '122732.182000', '122732.185000', '122732.188000', '122732.191000', '122732.193000', '122732.197000', '122732.200000', '122732.202000', '122732.205000', '122732.208000', '122732.211000', '122732.214000', '122732.217000', '122732.220000', '122732.223000', '122732.226000', '122732.229000', '122732.232000', '122732.235000', '122752.108000', '122752.111000', '122752.114000', '122752.117000', '122752.120000', '122752.123000', '122752.126000', '122752.129000', '122752.132000', '122752.135000', '122752.140000', '122752.143000', '122752.146000', '122752.149000', '122752.152000', '122752.155000', '122752.158000', '122752.161000', '122752.164000', '122752.167000', '122752.170000', '122752.172000', '122752.175000', '122752.178000', '122752.181000', '122752.184000', '122752.187000', '122752.190000', '122752.193000', '122752.196000', '122752.199000', '122752.202000', '122752.205000', '122752.208000', '122752.211000', '122752.220000', '122752.223000', '122752.226000', '122752.229000', '122752.232000', '122752.235000', '122752.238000', '122752.241000', '122812.108000', '122812.111000', '122812.114000', '122812.117000', '122812.120000', '122812.123000', '122812.126000', '122812.129000', '122812.132000', '122812.135000', '122812.138000', '122812.141000', '122812.144000', '122812.147000', '122812.150000', '122812.153000', '122812.155000', '122812.159000', '122812.161000', '122812.164000', '122812.167000', '122812.170000', '122812.173000', '122812.176000', '122812.179000', '122812.182000', '122812.185000', '122812.188000', '122812.204000', '122812.207000', '122812.210000', '122812.213000', '122812.216000', '122812.219000', '122812.222000', '122812.224000', '122812.227000', '122812.230000', '122812.233000', '122812.236000', '122812.239000', '122812.242000', '122812.245000', '122812.248000', '122832.108000', '122832.111000', '122832.114000', '122832.117000', '122832.120000', '122832.123000', '122832.126000', '122832.129000', '122832.132000', '122832.135000', '122832.138000', '122832.141000', '122832.144000', '122832.147000', '122832.150000', '122832.153000', '122832.156000', '122832.159000', '122832.162000', '122832.165000', '122832.168000', '122832.171000', '122832.174000', '122832.177000', '122832.180000', '122832.183000', '122832.186000', '122832.189000', '122832.192000', '122832.195000', '122832.198000', '122832.201000', '122832.204000', '122832.207000', '122832.210000', '122832.213000', '122832.216000', '122832.219000', '122832.221000', '122832.231000', '122832.234000', '122832.237000', '122832.240000', '122852.108000', '122852.111000', '122852.114000', '122852.117000', '122852.120000', '122852.123000', '122852.126000', '122852.129000', '122852.132000', '122852.135000', '122852.138000', '122852.141000', '122852.144000', '122852.147000', '122852.150000', '122852.152000', '122852.155000', '122852.158000', '122852.161000', '122852.170000', '122852.173000', '122852.176000', '122852.179000', '122852.181000', '122852.185000', '122852.187000', '122852.190000', '122852.193000', '122852.196000', '122852.199000', '122852.202000', '122852.205000', '122852.208000', '122852.211000', '122852.214000', '122852.217000', '122852.220000', '122852.223000', '122852.226000', '122852.229000', '122852.232000', '122852.235000', '122852.237000', '122852.240000', '122912.110000', '122912.113000', '122912.116000', '122912.119000', '122912.122000', '122912.125000', '122912.128000', '122912.131000', '122912.134000', '122912.137000', '122912.140000', '122912.143000', '122912.146000', '122912.149000', '122912.152000', '122912.155000', '122912.158000', '122912.162000', '122912.165000', '122912.168000', '122912.180000', '122912.183000', '122912.186000', '122912.189000', '122912.192000', '122912.195000', '122912.198000', '122912.201000', '122912.204000', '122912.207000', '122912.210000', '122912.213000', '122912.216000', '122912.219000', '122912.222000', '122912.225000', '122912.228000', '122912.230000', '122912.233000', '122912.236000', '122912.239000', '122912.242000', '122912.245000', '122932.107000', '122932.110000', '122932.113000', '122932.116000', '122932.119000', '122932.122000', '122932.125000', '122932.128000', '122932.131000', '122932.134000', '122932.137000', '122932.140000', '122932.143000', '122932.146000', '122932.149000', '122932.152000', '122932.155000', '122932.157000', '122932.160000', '122932.163000', '122932.166000', '122932.169000', '122932.172000', '122932.175000', '122932.178000', '122932.181000', '122932.184000', '122932.187000', '122932.190000', '122932.193000', '122932.195000', '122932.199000', '122932.201000', '122932.204000', '122932.207000', '122932.210000', '122932.213000', '122932.216000', '122932.219000', '122932.222000', '122932.225000', '122932.228000', '122932.231000', '122932.234000', '122952.108000', '122952.111000', '122952.114000', '122952.117000', '122952.120000', '122952.123000', '122952.126000', '122952.129000', '122952.132000', '122952.135000', '122952.138000', '122952.141000', '122952.144000', '122952.147000', '122952.150000', '122952.153000', '122952.156000', '122952.159000', '122952.162000', '122952.164000', '122952.167000', '122952.171000', '122952.173000', '122952.176000', '122952.179000', '122952.182000', '122952.185000', '122952.188000', '122952.191000', '122952.195000', '122952.198000', '122952.201000', '122952.204000', '122952.207000', '122952.210000', '122952.213000', '122952.216000', '122952.219000', '122952.222000', '122952.225000', '122952.228000', '122952.231000', '122952.234000', '123012.108000', '123012.111000', '123012.114000', '123012.117000', '123012.120000', '123012.123000', '123012.126000', '123012.129000', '123012.132000', '123012.135000', '123012.138000', '123012.141000', '123012.144000', '123012.147000', '123012.150000', '123012.153000', '123012.156000', '123012.159000', '123012.162000', '123012.165000', '123012.168000', '123012.170000', '123012.173000', '123012.176000', '123012.179000', '123012.182000', '123012.185000', '123012.188000', '123012.191000', '123012.194000', '123012.197000', '123012.200000', '123012.203000', '123012.206000', '123012.209000', '123012.212000', '123012.215000', '123012.218000', '123012.221000', '123012.224000', '123012.226000', '123012.229000', '123012.232000', '123012.235000', '123032.108000', '123032.111000', '123032.114000', '123032.117000', '123032.120000', '123032.123000', '123032.137000', '123032.140000', '123032.143000', '123032.147000', '123032.150000', '123032.153000', '123032.156000', '123032.159000', '123032.162000', '123032.165000', '123032.168000', '123032.171000', '123032.174000', '123032.177000', '123032.180000', '123032.183000', '123032.186000', '123032.189000', '123032.192000', '123032.195000', '123032.198000', '123032.201000', '123032.204000', '123032.207000', '123032.210000', '123032.214000', '123032.216000', '123032.219000', '123032.222000', '123032.225000', '123032.228000', '123032.231000', '123032.234000', '123032.237000', '123032.240000', '123032.243000', '123032.246000', '123052.108000', '123052.111000', '123052.114000', '123052.117000', '123052.120000', '123052.123000', '123052.126000', '123052.129000', '123052.132000', '123052.135000', '123052.138000', '123052.141000', '123052.144000', '123052.147000', '123052.150000', '123052.153000', '123052.156000', '123052.159000', '123052.162000', '123052.165000', '123052.168000', '123052.171000', '123052.174000', '123052.177000', '123052.180000', '123052.183000', '123052.186000', '123052.189000', '123052.191000', '123052.195000', '123052.197000', '123052.200000', '123052.203000', '123052.206000', '123052.209000', '123052.212000', '123052.215000', '123052.218000', '123052.221000', '123052.224000', '123052.227000', '123052.230000', '123052.233000', '123052.236000', '123112.108000', '123112.113000', '123112.116000', '123112.119000', '123112.122000', '123112.125000', '123112.128000', '123112.131000', '123112.134000', '123112.136000', '123112.139000', '123112.142000', '123112.145000', '123112.148000', '123112.151000', '123112.154000', '123112.157000', '123112.160000', '123112.163000', '123112.166000', '123112.185000', '123112.188000', '123112.191000', '123112.194000', '123112.197000', '123112.200000', '123112.203000', '123112.206000', '123112.209000', '123112.212000', '123112.214000', '123112.217000', '123112.220000', '123112.223000', '123112.226000', '123112.229000', '123112.232000', '123112.235000', '123112.238000', '123112.241000', '123112.244000', '123112.247000', '123112.250000', '123132.108000', '123132.111000', '123132.114000', '123132.117000', '123132.120000', '123132.123000', '123132.126000', '123132.129000', '123132.132000', '123132.135000', '123132.138000', '123132.141000', '123132.144000', '123132.147000', '123132.150000', '123132.153000', '123132.156000', '123132.159000', '123132.162000', '123132.164000', '123132.167000', '123132.170000', '123132.173000', '123132.176000', '123132.179000', '123132.182000', '123132.185000', '123132.188000', '123132.191000', '123132.194000', '123132.197000', '123132.200000', '123132.203000', '123132.206000', '123132.209000', '123132.212000', '123132.215000', '123132.218000', '123132.221000', '123132.224000', '123132.227000', '123132.229000', '123132.232000', '123132.235000', '123152.107000', '123152.110000', '123152.113000', '123152.116000', '123152.119000', '123152.122000', '123152.125000', '123152.128000', '123152.131000', '123152.134000', '123152.137000', '123152.140000', '123152.143000', '123152.146000', '123152.149000', '123152.152000', '123152.154000', '123152.157000', '123152.160000', '123152.163000', '123152.166000', '123152.169000', '123152.172000', '123152.175000', '123152.178000', '123152.181000', '123152.185000', '123152.188000', '123152.191000', '123152.194000', '123152.207000', '123152.210000', '123152.213000', '123152.216000', '123152.219000', '123152.222000', '123152.225000', '123152.228000', '123152.231000', '123152.234000', '123152.237000', '123152.240000', '123152.243000', '123212.108000', '123212.111000', '123212.114000', '123212.117000', '123212.120000', '123212.123000', '123212.126000', '123212.129000', '123212.132000', '123212.135000', '123212.138000', '123212.141000', '123212.144000', '123212.147000', '123212.150000', '123212.153000', '123212.156000', '123212.159000', '123212.162000', '123212.165000', '123212.168000', '123212.171000', '123212.173000', '123212.177000', '123212.180000', '123212.182000', '123212.185000', '123212.188000', '123212.191000', '123212.194000', '123212.197000', '123212.200000', '123212.203000', '123212.206000', '123212.209000', '123212.212000', '123212.215000', '123212.218000', '123212.221000', '123212.224000', '123212.227000', '123212.230000', '123212.233000', '123212.236000', '123232.108000', '123232.111000', '123232.114000', '123232.117000', '123232.120000', '123232.123000', '123232.126000', '123232.129000', '123232.132000', '123232.135000', '123232.138000', '123232.141000', '123232.144000', '123232.147000', '123232.150000', '123232.153000', '123232.170000', '123232.174000', '123232.176000', '123232.179000', '123232.182000', '123232.185000', '123232.188000', '123232.191000', '123232.194000', '123232.197000', '123232.200000', '123232.203000', '123232.206000', '123232.209000', '123232.212000', '123232.215000', '123232.218000', '123232.221000', '123232.223000', '123232.226000', '123232.229000', '123232.232000', '123232.235000', '123232.238000', '123232.241000', '123232.244000', '123232.247000', '123252.108000', '123252.111000', '123252.114000', '123252.117000', '123252.120000', '123252.123000', '123252.126000', '123252.129000', '123252.132000', '123252.135000', '123252.138000', '123252.141000', '123252.144000', '123252.147000', '123252.150000', '123252.153000', '123252.156000', '123252.159000', '123252.162000', '123252.165000', '123252.168000', '123252.170000', '123252.173000', '123252.176000', '123252.179000', '123252.182000', '123252.185000', '123252.188000', '123252.191000', '123252.194000', '123252.197000', '123252.200000', '123252.203000', '123252.206000', '123252.209000', '123252.212000', '123252.215000', '123252.218000', '123252.221000', '123252.224000', '123252.227000', '123252.229000', '123252.233000', '123252.235000', '123312.108000', '123312.111000', '123312.114000', '123312.117000', '123312.123000', '123312.126000', '123312.129000', '123312.132000', '123312.135000', '123312.138000', '123312.141000', '123312.144000', '123312.147000', '123312.150000', '123312.153000', '123312.156000', '123312.159000', '123312.161000', '123312.164000', '123312.167000', '123312.170000', '123312.173000', '123312.176000', '123312.179000', '123312.182000', '123312.185000', '123312.188000', '123312.191000', '123312.194000', '123312.197000', '123312.200000', '123312.203000', '123312.206000', '123312.209000', '123312.212000', '123312.215000', '123312.218000', '123312.222000', '123312.225000', '123312.228000', '123312.231000', '123312.234000', '123312.237000', '123332.108000', '123332.111000', '123332.114000', '123332.117000', '123332.120000', '123332.123000', '123332.126000', '123332.129000', '123332.132000', '123332.135000', '123332.138000', '123332.141000', '123332.144000', '123332.147000', '123332.150000', '123332.153000', '123332.156000', '123332.159000', '123332.162000', '123332.165000', '123332.168000', '123332.171000', '123332.174000', '123332.176000', '123332.179000', '123332.182000', '123332.185000', '123332.188000', '123332.191000', '123332.194000', '123332.197000', '123332.200000', '123332.203000', '123332.206000', '123332.209000', '123332.212000', '123332.215000', '123332.218000', '123332.221000', '123332.224000', '123332.227000', '123332.230000', '123332.233000', '123332.236000', '123352.108000', '123352.111000', '123352.114000', '123352.117000', '123352.120000', '123352.123000', '123352.126000', '123352.129000', '123352.132000', '123352.135000', '123352.137000', '123352.141000', '123352.143000', '123352.156000', '123352.159000', '123352.162000', '123352.165000', '123352.167000', '123352.170000', '123352.173000', '123352.176000', '123352.179000', '123352.182000', '123352.185000', '123352.188000', '123352.191000', '123352.194000', '123352.197000', '123352.200000', '123352.202000', '123352.205000', '123352.208000', '123352.211000', '123352.214000', '123352.217000', '123352.220000', '123352.223000', '123352.226000', '123352.229000', '123352.232000', '123352.235000', '123352.238000', '123352.241000', '123412.107000', '123412.111000', '123412.114000', '123412.117000', '123412.120000', '123412.123000', '123412.126000', '123412.129000', '123412.133000', '123412.136000', '123412.139000', '123412.142000', '123412.145000', '123412.148000', '123412.151000', '123412.154000', '123412.157000', '123412.160000', '123412.163000', '123412.166000', '123412.169000', '123412.172000', '123412.175000', '123412.178000', '123412.181000', '123412.184000', '123412.186000', '123412.189000', '123412.193000', '123412.195000', '123412.198000', '123412.201000', '123412.204000', '123412.207000', '123412.210000', '123412.213000', '123412.216000', '123412.219000', '123412.222000', '123412.225000', '123412.228000', '123412.231000', '123412.234000', '123412.237000', '123432.108000', '123432.111000', '123432.114000', '123432.117000', '123432.120000', '123432.123000', '123432.126000', '123432.129000', '123432.132000', '123432.135000', '123432.138000', '123432.141000', '123432.144000', '123432.147000', '123432.150000', '123432.153000', '123432.156000', '123432.159000', '123432.162000', '123432.165000', '123432.167000', '123432.170000', '123432.173000', '123432.176000', '123432.187000', '123432.190000', '123432.193000', '123432.196000', '123432.199000', '123432.202000', '123432.205000', '123432.208000', '123432.211000', '123432.214000', '123432.217000', '123432.220000', '123432.223000', '123432.226000', '123432.229000', '123432.232000', '123432.235000', '123432.238000', '123432.241000', '123452.108000', '123452.111000', '123452.114000', '123452.117000', '123452.120000', '123452.123000', '123452.126000', '123452.129000', '123452.132000', '123452.135000', '123452.138000', '123452.141000', '123452.144000', '123452.147000', '123452.150000', '123452.153000', '123452.156000', '123452.159000', '123452.162000', '123452.165000', '123452.168000', '123452.171000', '123452.174000', '123452.177000', '123452.180000', '123452.183000', '123452.186000', '123452.189000', '123452.192000', '123452.195000', '123452.198000', '123452.201000', '123452.204000', '123452.207000', '123452.210000', '123452.213000', '123452.216000', '123452.218000', '123452.221000', '123452.225000', '123452.228000', '123452.230000', '123452.233000', '123504.128000', '123504.131000', '123504.134000', '123504.137000', '123504.145000', '123504.148000', '123504.152000', '123504.155000', '123504.158000', '123504.161000', '123504.164000', '123504.167000', '123504.170000', '123504.173000', '123504.176000', '123504.179000', '123504.182000', '123504.185000', '123504.188000', '123504.191000', '123504.194000', '123504.197000', '123504.200000', '123504.203000', '123504.206000', '123504.217000', '123504.220000'], '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': [12159, 13579, 9778, 11313, 14268, 9728, 9466, 8860, 10061, 10737, 9767, 9890, 8973, 9366, 9917, 9880, 9956, 10970, 9288, 11754, 8829, 9337, 9168, 8978, 10379, 16090, 12617, 12825, 10175, 9592, 15056, 9254, 9772, 11667, 9280, 9087, 8934, 10099, 10875, 9413, 9066, 9158, 9493, 10244, 9417, 9805, 9050, 9285, 9583, 8776, 10368, 9782, 9395, 9607, 8836, 10236, 10457, 10056, 10175, 9055, 9867, 9954, 9945, 12109, 9262, 10346, 9065, 9923, 8837, 10243, 9260, 8758, 9122, 9301, 9866, 9672, 8928, 10252, 9286, 9331, 9809, 9957, 10481, 11149, 10305, 14852, 9453, 11564, 9520, 9844, 8872, 10566, 11385, 9668, 9783, 8785, 10297, 9524, 10364, 9923, 8674, 10267, 9312, 9878, 10443, 10113, 10496, 8844, 10350, 9948, 9842, 9588, 8964, 10682, 9626, 10495, 9589, 8874, 10027, 8838, 10471, 10056, 10724, 9926, 8476, 10365, 9545, 9957, 10738, 10461, 11145, 8724, 10825, 11389, 10396, 9733, 9197, 10617, 9071, 11314, 10493, 10453, 9717, 8543, 10548, 9919, 10830, 9511, 9126, 10698, 8896, 10734, 9122, 10900, 13789, 10398, 9870, 8946, 10717, 9984, 10758, 9775, 10708, 9911, 8747, 10780, 9911, 10661, 9736, 10154, 10291, 8913, 10794, 9849, 10955, 9690, 9344, 10394, 9811, 10488, 9759, 10226, 10803, 8864, 10950, 12952, 10413, 10013, 10325, 9810, 8665, 11153, 10345, 10592, 9985, 8581, 10590, 10348, 10840, 9978, 8472, 10956, 10444, 10546, 10611, 10618, 9887, 8624, 11041, 10943, 10818, 10719, 8594, 10733, 10240, 11093, 9887, 9246, 10756, 14604, 10813, 9784, 9080, 10921, 10221, 11247, 13295, 11458, 11013, 9434, 10767, 11054, 8839, 11338, 11571, 10211, 9786, 8929, 10997, 9458, 10704, 10512, 9608, 10763, 9131, 10576, 10898, 10664, 11008, 10499, 10913, 10155, 8610, 10689, 10791, 8558, 11042, 9946, 10654, 11173, 10882, 10027, 10211, 11334, 12047, 11106, 10145, 10800, 11632, 10995, 10728, 9308, 10734, 11061, 10825, 9898, 8830, 11040, 10807, 11036, 10211, 8838, 11117, 9110, 11288, 13501, 10902, 10415, 10394, 10387, 9102, 11492, 10655, 10852, 10021, 9135, 11064, 10078, 10865, 9831, 8851, 10744, 9157, 10703, 10129, 11138, 10398, 10776, 10578, 8909, 10493, 10598, 10862, 10277, 8842, 10511, 10654, 10460, 10459, 10891, 9980, 8745, 11066, 12325, 10588, 11066, 11150, 10680, 9351, 11052, 10884, 11275, 10176, 10487, 11064, 9621, 10874, 13973, 10490, 10169, 10910, 10384, 9053, 10912, 13155, 10819, 9984, 10621, 10647, 9770, 10948, 10034, 9885, 10740, 9147, 11285, 10041, 11274, 11397, 9826, 11216, 11264, 8934, 11078, 11099, 11869, 10001, 9000, 11604, 11513, 11510, 11954, 11103, 11031, 9791, 11383, 10200, 11181, 16171, 11232, 15231, 11492, 10582, 9489, 11854, 11394, 11067, 10100, 9724, 11460, 10634, 11572, 11348, 11195, 11324, 9494, 11571, 11375, 9190, 11486, 10191, 11413, 10180, 9174, 11484, 10559, 11255, 9942, 8865, 11328, 9645, 11321, 10935, 11416, 11508, 8770, 11597, 10321, 11806, 10061, 9234, 11532, 11159, 11443, 10375, 11581, 11394, 9041, 11674, 12229, 11481, 10129, 9329, 11438, 9838, 11220, 11899, 10968, 10197, 9836, 10837, 10226, 11081, 10127, 8837, 10750, 10497, 11230, 9878, 9509, 10950, 9797, 10942, 11401, 11141, 9916, 9739, 11110, 9992, 11113, 9978, 9452, 10803, 9838, 11203, 9868, 9290, 10965, 10640, 11322, 10172, 9489, 11167, 11077, 11425, 10585, 9102, 11491, 10684, 11476, 15254, 11445, 11880, 10879, 10373, 8990, 11732, 11133, 11216, 9772, 8978, 11518, 9959, 11233, 11339, 11418, 9952, 9163, 11472, 9385, 11619, 10463, 11182, 10291, 9660, 11282, 9394, 11071, 10138, 11306, 9871, 11229, 10409, 9056, 11041, 8795, 11355, 10257, 11356, 9947, 9252, 11241, 8953, 11221, 11182, 11580, 10037, 8888, 11252, 10240, 11498, 10184, 10855, 11092, 9320, 11064, 10490, 11119, 9945, 9226, 11329, 9629, 10960, 11300, 11276, 9860, 9123, 11147, 10230, 10940, 11457, 10701, 10321, 10131, 10807, 10194, 9790, 10507, 9290, 10674, 10377, 10860, 10698, 11113, 10458, 9080, 11123, 9663, 10820, 11000, 9674, 10432, 10537, 10319, 10098, 9756, 10543, 11193, 10465, 10813, 9688, 10945, 9279, 10573, 10524, 10346, 12797, 10638, 11249, 10700, 10289, 8948, 10696, 10944, 10642, 10356, 9315, 10284, 10914, 10688, 10521, 9074, 10717, 10303, 10779, 11031, 9572, 10648, 10205, 10380, 10732, 9697, 10927, 10856, 10688, 10118, 10712, 10123, 9133, 10821, 12264, 10890, 10186, 10014, 10401, 10632, 9808, 10715, 11116, 10430, 10455, 9319, 10676, 10763, 10584, 10734, 9710, 11031, 10962, 10890, 10388, 10059, 10744, 9986, 9685, 10481, 10533, 10876, 10223, 9326, 10868, 10142, 11166, 12132, 11003, 10591, 10079, 10831, 12155, 10993, 10243, 9189, 11047, 10057, 11166, 11442, 11032, 10552, 9773, 10790, 11195, 10896, 10158, 9499, 11015, 10289, 11000, 11028, 8901, 10993, 10485, 11501, 11108, 11336, 10365, 10179, 10636, 10808, 10570, 10958, 9963, 11214, 10222, 9560, 10968, 10128, 10846, 10179, 11076, 9971, 9411, 11130, 9924, 9438, 10401, 10524, 10554, 10474, 11267, 10427, 9483, 10547, 11702, 10971, 10949, 10984, 10058, 9729, 10614, 10352, 9258, 10629, 10788, 10637, 10416, 11155, 10560, 9575, 10708, 10115, 10652, 10809, 10377, 10509, 9576, 10671, 10856, 10832, 10744, 11136, 10310, 9846, 10903, 10623, 10543, 10767, 10315, 10532, 9623, 10458, 10787, 10430, 10458, 9389, 10621, 9650, 10862, 10653, 10711, 11006, 9370, 10469, 11179, 10516, 10628, 9939, 10688, 9666, 10773, 11203, 10901, 11184, 10871, 10589, 10754, 11117, 12715, 10931, 11161, 10946, 10242, 9447, 10874, 10849, 10801, 10284, 9193, 10815, 10530, 10787, 10293, 11315, 10608, 9659, 10751, 11104, 10529, 10366, 10979, 10129, 9706, 10796, 12004, 10588, 10401, 9658, 10456, 10419, 11186, 10291, 9045, 11063, 10933, 11633, 11752, 10176, 11265, 13778, 10325, 10937, 9130, 11488, 11975, 11710, 13223, 11269, 10675, 10608, 9911, 10798, 9312, 11861, 13519, 13687, 11030, 16222, 10913, 15041, 12031, 12526, 15874, 10210, 10891, 12063, 10053, 10958, 9573, 10603, 10886, 9803, 10662, 11597, 9518, 10736, 11814, 10260, 10556, 10912, 11186, 10600, 9996, 11155, 10770, 9654, 11560, 11660, 9670, 12006, 12092, 9710, 12153, 10770, 12509, 12648, 12006, 11644, 9611, 12223, 12207, 11845, 10949, 9151, 11859, 10958, 11729, 10495, 9138, 12059, 10865, 12077, 10232, 9943, 11126, 9741, 9357, 12330, 9081, 12267, 11018, 11587, 13785, 10752, 11495, 11434, 11286, 12956, 11314, 13513, 13903, 13260, 16712, 12204, 15419, 11069, 10514, 9381, 11822, 11574, 11359, 11154, 10075, 11410, 11088, 11673, 11275, 11368, 11536, 11132, 15049, 11123, 15151, 10900, 10477, 10356, 11064, 9255, 11376, 11543, 9500, 11676, 10134, 10948, 10440, 9291, 11395, 10356, 11214, 10845, 11181, 11242, 9174, 11712, 10994, 11336, 10542, 9045, 11610, 11203, 11376, 11366, 9805, 11194, 9862, 11390, 10107, 8801, 11463, 9955, 11196, 10888, 11521, 11161, 8842, 11930, 14744, 11512, 15414, 11318, 12360, 9729, 11907, 14157, 11216, 12223, 8951, 11785, 11380, 9133, 12140, 11121, 12046, 11229, 9813, 11814, 12583, 11377, 13897, 11876, 15057, 11141, 11484, 9287, 11101, 11482, 10858, 10807, 11190, 11033, 10623, 9230, 11325, 11005, 11220, 11838, 9259, 11658, 10960, 10519, 11196, 10431, 10855, 9344, 11646, 10564, 10661, 10903, 9245, 11214, 10582, 11448, 10508, 8717, 11829, 10329, 11385, 11238, 11846, 11691, 8904, 11838, 11038, 11321, 10784, 9000, 11965, 10408, 11886, 12124, 11066, 11014, 9132, 11837, 11570, 9166, 11913, 9909, 11539, 11539, 10983, 11927, 9767, 11849, 12201, 11555, 11133, 11082, 11294, 9279, 11553, 11593, 10723, 11352, 8996, 11486, 11142, 10151, 11433, 9704, 11372, 10774, 10942, 10553, 11309, 10845, 8844, 11881, 11190, 8742, 11171, 9450, 11212, 10828, 11721, 10568, 8737, 11568, 11061, 10653, 11910, 9330, 12115, 12839, 9786, 11902, 11523, 11940, 16652, 12342, 15133, 12308, 11530, 10804, 11893, 16877, 11211, 10667, 9289, 11709, 10799, 11445, 11282, 11294, 11171, 9383, 11513, 11839, 11330, 11118, 9217, 11296, 9397, 11392, 11023, 11081, 11470, 11122, 11094, 9342, 11564, 10806, 11573, 10242, 9202, 11336, 10477, 8696, 11967, 8997, 12416, 11622, 11995, 12519, 11552, 11635, 9259, 11934, 10546, 12086, 14743, 11056, 11704, 10756, 13863, 15882, 11079, 15693, 11238, 14184, 10878, 11067, 9373, 11174, 11729, 10796, 11037, 9583, 11473, 11537, 11003, 11165, 9590, 11254, 11834, 10845, 11200, 9486, 11966, 12190, 10513, 11584, 9977, 11506, 11165, 11472, 10826, 9301, 11786, 10787, 11264, 11532, 11373, 11412, 11113, 11890, 11248, 8921, 11611, 10130, 11697, 11554, 11985, 10433, 9095, 11799, 9029, 11767, 11480, 11907, 11095, 8975, 11933, 12231, 11747, 12291, 10391, 11586, 11304, 9158, 11357, 10311, 11552, 11883, 11786, 11230, 9268, 11620, 10327, 11327, 11576, 11498, 10346, 11542, 11451, 9213, 11590, 10996, 11921, 10958, 8598, 11735, 9972, 12015, 11467, 11952, 12191, 11433, 11152, 10571, 11473, 9335, 11477, 14923, 14282, 14897, 14785, 10852, 8982, 8847, 10572, 9944, 9092, 9480, 10275, 9363, 10950, 13529, 10701, 9199, 8818, 9972, 10077, 12364, 16293, 15912, 15584, 15075, 14486, 15610, 11876, 10427, 8813, 9803, 9394, 8906, 15105, 14908, 13152, 14587, 9149, 10869, 11116, 9287, 9390, 9731, 9147, 9354, 9436, 10621, 10605, 10625, 11072, 8625, 10457, 8871, 9546, 9626, 8383, 10404, 10189, 11203, 10409, 8924], 'WindowCenter': [4027.0, 4012.0, 3962.0, 3958.0, 3967.0, 3936.0, 3934.0, 3921.0, 3932.0, 3931.0, 3933.0, 3934.0, 3922.0, 3922.0, 3933.0, 3931.0, 3931.0, 3943.0, 3921.0, 3941.0, 3920.0, 3920.0, 3921.0, 3909.0, 3930.0, 3964.0, 3941.0, 3940.0, 3905.0, 3905.0, 3936.0, 3893.0, 3904.0, 3914.0, 3904.0, 3905.0, 3892.0, 3914.0, 3915.0, 3904.0, 3893.0, 3892.0, 3903.0, 3902.0, 3892.0, 3904.0, 3893.0, 3904.0, 3904.0, 3905.0, 3916.0, 3915.0, 3917.0, 3918.0, 3907.0, 3928.0, 3927.0, 3918.0, 3929.0, 3908.0, 3918.0, 3917.0, 3916.0, 3926.0, 3906.0, 3915.0, 3905.0, 3916.0, 3905.0, 3917.0, 3919.0, 3921.0, 3935.0, 3920.0, 3931.0, 3931.0, 3921.0, 3932.0, 3934.0, 3936.0, 3944.0, 3932.0, 3931.0, 3930.0, 3930.0, 3961.0, 3918.0, 3928.0, 3907.0, 3917.0, 3907.0, 3928.0, 3928.0, 3918.0, 3918.0, 3906.0, 3927.0, 3917.0, 3928.0, 3917.0, 3908.0, 3929.0, 3919.0, 3930.0, 3930.0, 3930.0, 3928.0, 3908.0, 3928.0, 3919.0, 3918.0, 3917.0, 3907.0, 3929.0, 3918.0, 3930.0, 3918.0, 3908.0, 3918.0, 3908.0, 3928.0, 3918.0, 3929.0, 3919.0, 3909.0, 3930.0, 3920.0, 3930.0, 3930.0, 3929.0, 3929.0, 3908.0, 3929.0, 3940.0, 3929.0, 3917.0, 3907.0, 3928.0, 3906.0, 3928.0, 3929.0, 3930.0, 3919.0, 3907.0, 3930.0, 3929.0, 3929.0, 3919.0, 3920.0, 3931.0, 3921.0, 3941.0, 3919.0, 3929.0, 3951.0, 3930.0, 3918.0, 3908.0, 3929.0, 3918.0, 3929.0, 3929.0, 3929.0, 3930.0, 3908.0, 3941.0, 3930.0, 3930.0, 3920.0, 3930.0, 3930.0, 3908.0, 3930.0, 3930.0, 3940.0, 3919.0, 3921.0, 3930.0, 3930.0, 3941.0, 3930.0, 3930.0, 3940.0, 3919.0, 3931.0, 3951.0, 3930.0, 3918.0, 3928.0, 3919.0, 3907.0, 3940.0, 3929.0, 3929.0, 3929.0, 3919.0, 3940.0, 3929.0, 3940.0, 3929.0, 3909.0, 3941.0, 3942.0, 3944.0, 3942.0, 3942.0, 3931.0, 3909.0, 3941.0, 3941.0, 3942.0, 3942.0, 3920.0, 3941.0, 3930.0, 3941.0, 3930.0, 3920.0, 3942.0, 3963.0, 3942.0, 3930.0, 3919.0, 3929.0, 3930.0, 3940.0, 3952.0, 3940.0, 3940.0, 3918.0, 3929.0, 3928.0, 3907.0, 3928.0, 3940.0, 3929.0, 3928.0, 3906.0, 3927.0, 3917.0, 3929.0, 3927.0, 3917.0, 3928.0, 3918.0, 3928.0, 3928.0, 3928.0, 3927.0, 3927.0, 3940.0, 3933.0, 3921.0, 3930.0, 3942.0, 3922.0, 3943.0, 3932.0, 3944.0, 3942.0, 3942.0, 3930.0, 3929.0, 3929.0, 3939.0, 3928.0, 3917.0, 3927.0, 3939.0, 3928.0, 3927.0, 3917.0, 3938.0, 3937.0, 3927.0, 3916.0, 3906.0, 3939.0, 3929.0, 3943.0, 3942.0, 3921.0, 3941.0, 3920.0, 3941.0, 3950.0, 3930.0, 3929.0, 3918.0, 3917.0, 3905.0, 3926.0, 3915.0, 3926.0, 3916.0, 3906.0, 3939.0, 3917.0, 3927.0, 3917.0, 3907.0, 3939.0, 3918.0, 3928.0, 3928.0, 3928.0, 3917.0, 3927.0, 3928.0, 3906.0, 3928.0, 3928.0, 3939.0, 3928.0, 3918.0, 3941.0, 3941.0, 3941.0, 3940.0, 3942.0, 3931.0, 3910.0, 3941.0, 3952.0, 3931.0, 3940.0, 3939.0, 3929.0, 3919.0, 3941.0, 3942.0, 3942.0, 3932.0, 3942.0, 3942.0, 3921.0, 3942.0, 3963.0, 3931.0, 3930.0, 3940.0, 3929.0, 3908.0, 3929.0, 3951.0, 3940.0, 3929.0, 3928.0, 3929.0, 3929.0, 3941.0, 3930.0, 3931.0, 3942.0, 3921.0, 3941.0, 3930.0, 3942.0, 3942.0, 3933.0, 3942.0, 3955.0, 3936.0, 3943.0, 3941.0, 3951.0, 3930.0, 3922.0, 3942.0, 3954.0, 3967.0, 3953.0, 3941.0, 3941.0, 3930.0, 3940.0, 3917.0, 3926.0, 3958.0, 3926.0, 3946.0, 3925.0, 3913.0, 3902.0, 3923.0, 3913.0, 3912.0, 3912.0, 3901.0, 3922.0, 3913.0, 3924.0, 3912.0, 3912.0, 3912.0, 3902.0, 3922.0, 3923.0, 3904.0, 3936.0, 3926.0, 3925.0, 3915.0, 3916.0, 3938.0, 3928.0, 3941.0, 3932.0, 3921.0, 3942.0, 3933.0, 3954.0, 3941.0, 3941.0, 3941.0, 3910.0, 3942.0, 3931.0, 3940.0, 3930.0, 3920.0, 3941.0, 3941.0, 3941.0, 3931.0, 3941.0, 3941.0, 3920.0, 3941.0, 3953.0, 3954.0, 3942.0, 3920.0, 3940.0, 3930.0, 3939.0, 3940.0, 3941.0, 3928.0, 3918.0, 3929.0, 3929.0, 3940.0, 3930.0, 3921.0, 3941.0, 3941.0, 3953.0, 3942.0, 3933.0, 3943.0, 3933.0, 3942.0, 3943.0, 3941.0, 3929.0, 3919.0, 3940.0, 3931.0, 3941.0, 3932.0, 3931.0, 3941.0, 3930.0, 3941.0, 3931.0, 3933.0, 3956.0, 3945.0, 3957.0, 3944.0, 3933.0, 3953.0, 3944.0, 3954.0, 3944.0, 3921.0, 3941.0, 3931.0, 3941.0, 3963.0, 3942.0, 3942.0, 3929.0, 3917.0, 3905.0, 3938.0, 3928.0, 3938.0, 3930.0, 3921.0, 3941.0, 3932.0, 3954.0, 3941.0, 3941.0, 3931.0, 3919.0, 3940.0, 3919.0, 3939.0, 3931.0, 3939.0, 3917.0, 3918.0, 3928.0, 3919.0, 3939.0, 3930.0, 3940.0, 3929.0, 3941.0, 3942.0, 3921.0, 3943.0, 3922.0, 3955.0, 3931.0, 3942.0, 3931.0, 3920.0, 3942.0, 3920.0, 3955.0, 3953.0, 3952.0, 3932.0, 3922.0, 3954.0, 3943.0, 3955.0, 3946.0, 3954.0, 3953.0, 3934.0, 3954.0, 3944.0, 3955.0, 3943.0, 3921.0, 3942.0, 3932.0, 3943.0, 3943.0, 3955.0, 3945.0, 3933.0, 3953.0, 3944.0, 3944.0, 3953.0, 3943.0, 3944.0, 3943.0, 3953.0, 3942.0, 3943.0, 3944.0, 3933.0, 3955.0, 3944.0, 3954.0, 3944.0, 3954.0, 3943.0, 3922.0, 3942.0, 3933.0, 3955.0, 3943.0, 3932.0, 3942.0, 3941.0, 3941.0, 3941.0, 3932.0, 3945.0, 3956.0, 3955.0, 3955.0, 3944.0, 3954.0, 3933.0, 3943.0, 3945.0, 3944.0, 3965.0, 3945.0, 3954.0, 3944.0, 3942.0, 3920.0, 3942.0, 3942.0, 3942.0, 3931.0, 3931.0, 3942.0, 3942.0, 3943.0, 3942.0, 3932.0, 3942.0, 3942.0, 3944.0, 3943.0, 3933.0, 3943.0, 3944.0, 3944.0, 3954.0, 3932.0, 3943.0, 3943.0, 3944.0, 3944.0, 3942.0, 3942.0, 3933.0, 3943.0, 3953.0, 3943.0, 3931.0, 3930.0, 3940.0, 3942.0, 3932.0, 3942.0, 3941.0, 3943.0, 3941.0, 3920.0, 3941.0, 3942.0, 3942.0, 3954.0, 3943.0, 3955.0, 3945.0, 3943.0, 3929.0, 3931.0, 3942.0, 3931.0, 3932.0, 3945.0, 3946.0, 3955.0, 3957.0, 3934.0, 3953.0, 3945.0, 3943.0, 3953.0, 3942.0, 3943.0, 3932.0, 3942.0, 3951.0, 3941.0, 3930.0, 3918.0, 3939.0, 3929.0, 3940.0, 3939.0, 3940.0, 3942.0, 3931.0, 3941.0, 3941.0, 3928.0, 3929.0, 3918.0, 3940.0, 3930.0, 3943.0, 3944.0, 3933.0, 3956.0, 3942.0, 3952.0, 3941.0, 3942.0, 3932.0, 3933.0, 3942.0, 3943.0, 3941.0, 3940.0, 3930.0, 3941.0, 3929.0, 3930.0, 3941.0, 3942.0, 3942.0, 3931.0, 3942.0, 3929.0, 3919.0, 3941.0, 3931.0, 3921.0, 3943.0, 3945.0, 3954.0, 3943.0, 3954.0, 3942.0, 3931.0, 3942.0, 3953.0, 3944.0, 3942.0, 3943.0, 3931.0, 3931.0, 3941.0, 3942.0, 3922.0, 3942.0, 3953.0, 3943.0, 3943.0, 3954.0, 3943.0, 3933.0, 3944.0, 3944.0, 3943.0, 3942.0, 3943.0, 3943.0, 3932.0, 3943.0, 3943.0, 3943.0, 3943.0, 3954.0, 3943.0, 3933.0, 3945.0, 3945.0, 3945.0, 3942.0, 3932.0, 3943.0, 3931.0, 3943.0, 3943.0, 3943.0, 3943.0, 3933.0, 3956.0, 3932.0, 3941.0, 3940.0, 3942.0, 3940.0, 3932.0, 3943.0, 3943.0, 3944.0, 3954.0, 3943.0, 3944.0, 3933.0, 3944.0, 3944.0, 3943.0, 3943.0, 3943.0, 3942.0, 3930.0, 3942.0, 3953.0, 3930.0, 3930.0, 3940.0, 3941.0, 3918.0, 3939.0, 3929.0, 3941.0, 3932.0, 3920.0, 3941.0, 3941.0, 3943.0, 3932.0, 3941.0, 3942.0, 3931.0, 3943.0, 3941.0, 3941.0, 3942.0, 3941.0, 3943.0, 3932.0, 3941.0, 3952.0, 3930.0, 3930.0, 3930.0, 3943.0, 3941.0, 3968.0, 3958.0, 3938.0, 3957.0, 3945.0, 3957.0, 3943.0, 3936.0, 3945.0, 3968.0, 3948.0, 3946.0, 3921.0, 3941.0, 3930.0, 3943.0, 3954.0, 3945.0, 3959.0, 3946.0, 3934.0, 3942.0, 3921.0, 3940.0, 3942.0, 3953.0, 3931.0, 3974.0, 3930.0, 3950.0, 3916.0, 3927.0, 3935.0, 3891.0, 3899.0, 3913.0, 3903.0, 3901.0, 3889.0, 3900.0, 3901.0, 3887.0, 3887.0, 3897.0, 3877.0, 3887.0, 3898.0, 3887.0, 3899.0, 3897.0, 3898.0, 3899.0, 3889.0, 3912.0, 3914.0, 3903.0, 3924.0, 3923.0, 3904.0, 3936.0, 3939.0, 3917.0, 3940.0, 3930.0, 3950.0, 3951.0, 3953.0, 3941.0, 3921.0, 3952.0, 3953.0, 3953.0, 3944.0, 3935.0, 3954.0, 3944.0, 3968.0, 3944.0, 3922.0, 3953.0, 3941.0, 3954.0, 3933.0, 3931.0, 3942.0, 3934.0, 3935.0, 3966.0, 3924.0, 3953.0, 3943.0, 3945.0, 3965.0, 3944.0, 3954.0, 3955.0, 3958.0, 3966.0, 3942.0, 3951.0, 3951.0, 3951.0, 3963.0, 3940.0, 3949.0, 3925.0, 3914.0, 3892.0, 3923.0, 3925.0, 3926.0, 3927.0, 3918.0, 3928.0, 3928.0, 3927.0, 3927.0, 3927.0, 3929.0, 3929.0, 3949.0, 3916.0, 3934.0, 3912.0, 3901.0, 3900.0, 3911.0, 3891.0, 3911.0, 3912.0, 3902.0, 3923.0, 3913.0, 3925.0, 3926.0, 3907.0, 3939.0, 3930.0, 3940.0, 3929.0, 3941.0, 3940.0, 3919.0, 3941.0, 3933.0, 3942.0, 3943.0, 3923.0, 3941.0, 3941.0, 3942.0, 3953.0, 3931.0, 3954.0, 3933.0, 3955.0, 3956.0, 3935.0, 3955.0, 3948.0, 3958.0, 3956.0, 3956.0, 3955.0, 3923.0, 3955.0, 3978.0, 3956.0, 3975.0, 3943.0, 3954.0, 3934.0, 3942.0, 3963.0, 3942.0, 3953.0, 3920.0, 3951.0, 3941.0, 3933.0, 3953.0, 3942.0, 3953.0, 3943.0, 3934.0, 3955.0, 3954.0, 3942.0, 3951.0, 3939.0, 3949.0, 3941.0, 3941.0, 3919.0, 3941.0, 3938.0, 3928.0, 3928.0, 3929.0, 3929.0, 3928.0, 3906.0, 3929.0, 3928.0, 3926.0, 3926.0, 3905.0, 3927.0, 3928.0, 3928.0, 3926.0, 3915.0, 3916.0, 3893.0, 3926.0, 3927.0, 3926.0, 3926.0, 3904.0, 3925.0, 3916.0, 3926.0, 3917.0, 3906.0, 3940.0, 3932.0, 3943.0, 3941.0, 3952.0, 3941.0, 3921.0, 3953.0, 3944.0, 3942.0, 3941.0, 3922.0, 3952.0, 3930.0, 3941.0, 3941.0, 3942.0, 3929.0, 3919.0, 3939.0, 3941.0, 3920.0, 3941.0, 3931.0, 3952.0, 3941.0, 3942.0, 3953.0, 3932.0, 3954.0, 3955.0, 3943.0, 3940.0, 3941.0, 3940.0, 3919.0, 3941.0, 3942.0, 3929.0, 3942.0, 3920.0, 3941.0, 3942.0, 3944.0, 3954.0, 3935.0, 3956.0, 3956.0, 3957.0, 3946.0, 3954.0, 3944.0, 3923.0, 3955.0, 3957.0, 3925.0, 3958.0, 3947.0, 3956.0, 3944.0, 3954.0, 3945.0, 3924.0, 3959.0, 3970.0, 3960.0, 3969.0, 3936.0, 3967.0, 3969.0, 3949.0, 3958.0, 3958.0, 3970.0, 3989.0, 3958.0, 3976.0, 3956.0, 3943.0, 3930.0, 3938.0, 3961.0, 3928.0, 3929.0, 3907.0, 3938.0, 3927.0, 3927.0, 3928.0, 3927.0, 3928.0, 3907.0, 3941.0, 3939.0, 3941.0, 3940.0, 3919.0, 3939.0, 3908.0, 3927.0, 3927.0, 3928.0, 3939.0, 3954.0, 3940.0, 3908.0, 3927.0, 3927.0, 3938.0, 3916.0, 3918.0, 3940.0, 3941.0, 3936.0, 3968.0, 3935.0, 3966.0, 3954.0, 3954.0, 3954.0, 3945.0, 3956.0, 3923.0, 3953.0, 3931.0, 3952.0, 3964.0, 3944.0, 3954.0, 3932.0, 3952.0, 3963.0, 3931.0, 3961.0, 3927.0, 3936.0, 3914.0, 3914.0, 3893.0, 3913.0, 3925.0, 3913.0, 3915.0, 3904.0, 3923.0, 3925.0, 3915.0, 3924.0, 3903.0, 3925.0, 3926.0, 3927.0, 3928.0, 3904.0, 3927.0, 3938.0, 3928.0, 3940.0, 3930.0, 3939.0, 3928.0, 3939.0, 3928.0, 3919.0, 3938.0, 3929.0, 3928.0, 3927.0, 3938.0, 3939.0, 3938.0, 3951.0, 3940.0, 3920.0, 3952.0, 3931.0, 3953.0, 3953.0, 3954.0, 3943.0, 3922.0, 3954.0, 3923.0, 3954.0, 3955.0, 3955.0, 3943.0, 3936.0, 3955.0, 3953.0, 3954.0, 3956.0, 3944.0, 3956.0, 3957.0, 3946.0, 3956.0, 3944.0, 3956.0, 3954.0, 3954.0, 3945.0, 3934.0, 3943.0, 3932.0, 3943.0, 3942.0, 3942.0, 3930.0, 3940.0, 3938.0, 3919.0, 3941.0, 3941.0, 3953.0, 3956.0, 3925.0, 3954.0, 3945.0, 3955.0, 3955.0, 3955.0, 3955.0, 3955.0, 3944.0, 3942.0, 3942.0, 3919.0, 3954.0, 3965.0, 3951.0, 3949.0, 3939.0, 3929.0, 3922.0, 3921.0, 3930.0, 3918.0, 3920.0, 3920.0, 3931.0, 3923.0, 3932.0, 3953.0, 3946.0, 3933.0, 3923.0, 3920.0, 3918.0, 3928.0, 3952.0, 3952.0, 3940.0, 3928.0, 3939.0, 3937.0, 3912.0, 3899.0, 3864.0, 3874.0, 3863.0, 3865.0, 3907.0, 3908.0, 3896.0, 3908.0, 3864.0, 3886.0, 3881.0, 3848.0, 3860.0, 3861.0, 3862.0, 3864.0, 3877.0, 3889.0, 3874.0, 3873.0, 3871.0, 3851.0, 3885.0, 3862.0, 3861.0, 3873.0, 3853.0, 3886.0, 3885.0, 3885.0, 3886.0, 3878.0], 'WindowWidth': [8972.0, 8940.0, 8853.0, 8840.0, 8850.0, 8808.0, 8802.0, 8778.0, 8795.0, 8793.0, 8796.0, 8799.0, 8783.0, 8781.0, 8799.0, 8791.0, 8792.0, 8810.0, 8777.0, 8803.0, 8774.0, 8776.0, 8778.0, 8760.0, 8789.0, 8844.0, 8806.0, 8799.0, 8747.0, 8747.0, 8790.0, 8728.0, 8742.0, 8759.0, 8743.0, 8747.0, 8726.0, 8758.0, 8761.0, 8744.0, 8729.0, 8724.0, 8740.0, 8739.0, 8725.0, 8741.0, 8727.0, 8743.0, 8743.0, 8748.0, 8763.0, 8761.0, 8769.0, 8770.0, 8753.0, 8784.0, 8782.0, 8770.0, 8786.0, 8755.0, 8770.0, 8768.0, 8764.0, 8776.0, 8750.0, 8762.0, 8748.0, 8764.0, 8747.0, 8765.0, 8772.0, 8780.0, 8806.0, 8778.0, 8791.0, 8792.0, 8779.0, 8795.0, 8803.0, 8808.0, 8814.0, 8795.0, 8790.0, 8788.0, 8787.0, 8834.0, 8770.0, 8784.0, 8753.0, 8766.0, 8752.0, 8782.0, 8786.0, 8769.0, 8768.0, 8751.0, 8781.0, 8767.0, 8782.0, 8767.0, 8757.0, 8786.0, 8775.0, 8789.0, 8788.0, 8789.0, 8783.0, 8756.0, 8783.0, 8773.0, 8770.0, 8766.0, 8754.0, 8784.0, 8769.0, 8787.0, 8769.0, 8757.0, 8770.0, 8756.0, 8784.0, 8772.0, 8786.0, 8774.0, 8761.0, 8790.0, 8777.0, 8789.0, 8790.0, 8787.0, 8785.0, 8758.0, 8786.0, 8802.0, 8785.0, 8768.0, 8753.0, 8781.0, 8752.0, 8782.0, 8786.0, 8787.0, 8771.0, 8755.0, 8790.0, 8785.0, 8787.0, 8774.0, 8777.0, 8791.0, 8779.0, 8804.0, 8775.0, 8786.0, 8820.0, 8789.0, 8770.0, 8755.0, 8785.0, 8770.0, 8786.0, 8786.0, 8787.0, 8787.0, 8758.0, 8805.0, 8790.0, 8791.0, 8776.0, 8788.0, 8789.0, 8756.0, 8788.0, 8788.0, 8801.0, 8774.0, 8779.0, 8790.0, 8791.0, 8804.0, 8789.0, 8789.0, 8803.0, 8775.0, 8792.0, 8821.0, 8790.0, 8772.0, 8783.0, 8772.0, 8755.0, 8800.0, 8787.0, 8787.0, 8786.0, 8774.0, 8802.0, 8788.0, 8803.0, 8788.0, 8761.0, 8807.0, 8810.0, 8814.0, 8809.0, 8808.0, 8792.0, 8761.0, 8804.0, 8809.0, 8808.0, 8811.0, 8778.0, 8804.0, 8791.0, 8805.0, 8790.0, 8776.0, 8808.0, 8841.0, 8809.0, 8790.0, 8773.0, 8787.0, 8790.0, 8803.0, 8823.0, 8804.0, 8802.0, 8773.0, 8786.0, 8786.0, 8756.0, 8782.0, 8804.0, 8787.0, 8785.0, 8754.0, 8782.0, 8768.0, 8785.0, 8782.0, 8770.0, 8784.0, 8771.0, 8783.0, 8785.0, 8784.0, 8780.0, 8781.0, 8803.0, 8798.0, 8779.0, 8787.0, 8811.0, 8781.0, 8809.0, 8796.0, 8814.0, 8808.0, 8809.0, 8789.0, 8787.0, 8786.0, 8801.0, 8782.0, 8767.0, 8780.0, 8799.0, 8784.0, 8781.0, 8767.0, 8797.0, 8795.0, 8782.0, 8767.0, 8751.0, 8799.0, 8788.0, 8811.0, 8809.0, 8778.0, 8806.0, 8779.0, 8804.0, 8819.0, 8791.0, 8785.0, 8770.0, 8766.0, 8748.0, 8776.0, 8763.0, 8778.0, 8765.0, 8752.0, 8800.0, 8768.0, 8782.0, 8769.0, 8756.0, 8801.0, 8771.0, 8785.0, 8783.0, 8783.0, 8767.0, 8781.0, 8782.0, 8752.0, 8782.0, 8784.0, 8799.0, 8785.0, 8772.0, 8806.0, 8808.0, 8808.0, 8805.0, 8809.0, 8792.0, 8764.0, 8805.0, 8825.0, 8792.0, 8803.0, 8799.0, 8787.0, 8773.0, 8806.0, 8809.0, 8811.0, 8795.0, 8811.0, 8810.0, 8780.0, 8807.0, 8840.0, 8793.0, 8791.0, 8804.0, 8787.0, 8757.0, 8786.0, 8820.0, 8801.0, 8786.0, 8784.0, 8786.0, 8787.0, 8806.0, 8790.0, 8792.0, 8807.0, 8780.0, 8805.0, 8791.0, 8808.0, 8811.0, 8799.0, 8806.0, 8833.0, 8808.0, 8811.0, 8806.0, 8819.0, 8790.0, 8782.0, 8809.0, 8830.0, 8852.0, 8828.0, 8807.0, 8806.0, 8789.0, 8802.0, 8769.0, 8778.0, 8827.0, 8777.0, 8807.0, 8774.0, 8754.0, 8738.0, 8767.0, 8755.0, 8752.0, 8752.0, 8736.0, 8765.0, 8756.0, 8771.0, 8754.0, 8753.0, 8752.0, 8738.0, 8765.0, 8768.0, 8745.0, 8792.0, 8779.0, 8776.0, 8761.0, 8764.0, 8796.0, 8784.0, 8805.0, 8796.0, 8780.0, 8808.0, 8798.0, 8830.0, 8806.0, 8805.0, 8806.0, 8765.0, 8806.0, 8793.0, 8804.0, 8788.0, 8776.0, 8805.0, 8808.0, 8806.0, 8792.0, 8806.0, 8805.0, 8776.0, 8806.0, 8827.0, 8827.0, 8811.0, 8777.0, 8801.0, 8790.0, 8800.0, 8805.0, 8804.0, 8784.0, 8770.0, 8786.0, 8785.0, 8802.0, 8791.0, 8778.0, 8807.0, 8807.0, 8825.0, 8811.0, 8798.0, 8812.0, 8799.0, 8809.0, 8810.0, 8805.0, 8787.0, 8774.0, 8803.0, 8793.0, 8807.0, 8794.0, 8792.0, 8805.0, 8789.0, 8805.0, 8792.0, 8799.0, 8832.0, 8818.0, 8836.0, 8816.0, 8798.0, 8825.0, 8819.0, 8828.0, 8814.0, 8779.0, 8806.0, 8793.0, 8804.0, 8842.0, 8809.0, 8808.0, 8786.0, 8766.0, 8749.0, 8796.0, 8783.0, 8797.0, 8789.0, 8777.0, 8804.0, 8797.0, 8830.0, 8808.0, 8805.0, 8792.0, 8775.0, 8801.0, 8774.0, 8799.0, 8791.0, 8800.0, 8768.0, 8769.0, 8784.0, 8772.0, 8801.0, 8789.0, 8803.0, 8788.0, 8807.0, 8808.0, 8781.0, 8810.0, 8783.0, 8829.0, 8795.0, 8809.0, 8793.0, 8776.0, 8806.0, 8775.0, 8833.0, 8825.0, 8824.0, 8796.0, 8783.0, 8827.0, 8812.0, 8832.0, 8821.0, 8828.0, 8826.0, 8803.0, 8827.0, 8817.0, 8833.0, 8815.0, 8781.0, 8809.0, 8797.0, 8811.0, 8814.0, 8828.0, 8819.0, 8799.0, 8826.0, 8816.0, 8815.0, 8827.0, 8810.0, 8817.0, 8814.0, 8826.0, 8810.0, 8814.0, 8815.0, 8799.0, 8831.0, 8816.0, 8829.0, 8817.0, 8830.0, 8813.0, 8783.0, 8808.0, 8799.0, 8831.0, 8814.0, 8795.0, 8809.0, 8808.0, 8807.0, 8808.0, 8797.0, 8816.0, 8835.0, 8833.0, 8831.0, 8817.0, 8829.0, 8799.0, 8814.0, 8817.0, 8815.0, 8846.0, 8819.0, 8830.0, 8814.0, 8809.0, 8778.0, 8809.0, 8811.0, 8808.0, 8793.0, 8793.0, 8809.0, 8811.0, 8812.0, 8812.0, 8797.0, 8811.0, 8811.0, 8815.0, 8815.0, 8798.0, 8812.0, 8816.0, 8817.0, 8828.0, 8798.0, 8813.0, 8816.0, 8816.0, 8817.0, 8810.0, 8809.0, 8800.0, 8813.0, 8827.0, 8813.0, 8795.0, 8792.0, 8804.0, 8809.0, 8797.0, 8810.0, 8806.0, 8812.0, 8808.0, 8777.0, 8805.0, 8811.0, 8811.0, 8832.0, 8816.0, 8833.0, 8820.0, 8812.0, 8789.0, 8791.0, 8809.0, 8792.0, 8796.0, 8817.0, 8821.0, 8832.0, 8839.0, 8804.0, 8826.0, 8818.0, 8813.0, 8827.0, 8809.0, 8812.0, 8797.0, 8810.0, 8822.0, 8806.0, 8790.0, 8772.0, 8801.0, 8787.0, 8803.0, 8801.0, 8805.0, 8808.0, 8792.0, 8805.0, 8806.0, 8786.0, 8787.0, 8771.0, 8802.0, 8789.0, 8811.0, 8813.0, 8800.0, 8835.0, 8812.0, 8822.0, 8808.0, 8809.0, 8796.0, 8800.0, 8809.0, 8813.0, 8806.0, 8804.0, 8790.0, 8805.0, 8790.0, 8792.0, 8808.0, 8813.0, 8810.0, 8794.0, 8808.0, 8787.0, 8772.0, 8804.0, 8792.0, 8781.0, 8814.0, 8817.0, 8830.0, 8816.0, 8829.0, 8811.0, 8795.0, 8809.0, 8827.0, 8813.0, 8808.0, 8809.0, 8793.0, 8793.0, 8806.0, 8808.0, 8782.0, 8811.0, 8827.0, 8813.0, 8814.0, 8828.0, 8813.0, 8800.0, 8814.0, 8815.0, 8810.0, 8810.0, 8813.0, 8814.0, 8796.0, 8811.0, 8813.0, 8810.0, 8812.0, 8827.0, 8810.0, 8796.0, 8815.0, 8819.0, 8818.0, 8810.0, 8794.0, 8812.0, 8792.0, 8811.0, 8811.0, 8811.0, 8812.0, 8800.0, 8836.0, 8796.0, 8806.0, 8805.0, 8809.0, 8806.0, 8797.0, 8812.0, 8811.0, 8816.0, 8831.0, 8812.0, 8813.0, 8799.0, 8814.0, 8816.0, 8813.0, 8815.0, 8812.0, 8809.0, 8791.0, 8807.0, 8826.0, 8787.0, 8790.0, 8806.0, 8808.0, 8771.0, 8800.0, 8788.0, 8805.0, 8794.0, 8779.0, 8808.0, 8806.0, 8813.0, 8795.0, 8808.0, 8810.0, 8794.0, 8809.0, 8807.0, 8806.0, 8811.0, 8809.0, 8812.0, 8797.0, 8805.0, 8823.0, 8789.0, 8789.0, 8789.0, 8812.0, 8808.0, 8853.0, 8841.0, 8815.0, 8837.0, 8818.0, 8833.0, 8812.0, 8804.0, 8813.0, 8851.0, 8825.0, 8817.0, 8780.0, 8802.0, 8789.0, 8810.0, 8823.0, 8815.0, 8840.0, 8819.0, 8800.0, 8806.0, 8775.0, 8799.0, 8810.0, 8825.0, 8792.0, 8857.0, 8787.0, 8816.0, 8762.0, 8775.0, 8790.0, 8720.0, 8725.0, 8753.0, 8737.0, 8732.0, 8714.0, 8728.0, 8734.0, 8707.0, 8707.0, 8720.0, 8693.0, 8706.0, 8723.0, 8709.0, 8726.0, 8721.0, 8723.0, 8726.0, 8714.0, 8750.0, 8756.0, 8740.0, 8769.0, 8766.0, 8743.0, 8789.0, 8797.0, 8767.0, 8800.0, 8789.0, 8815.0, 8819.0, 8821.0, 8802.0, 8775.0, 8820.0, 8823.0, 8822.0, 8814.0, 8805.0, 8828.0, 8813.0, 8851.0, 8812.0, 8780.0, 8824.0, 8806.0, 8824.0, 8796.0, 8791.0, 8805.0, 8798.0, 8802.0, 8845.0, 8786.0, 8824.0, 8812.0, 8814.0, 8841.0, 8811.0, 8827.0, 8834.0, 8840.0, 8848.0, 8808.0, 8818.0, 8820.0, 8817.0, 8841.0, 8800.0, 8814.0, 8774.0, 8755.0, 8724.0, 8767.0, 8772.0, 8776.0, 8779.0, 8769.0, 8780.0, 8782.0, 8781.0, 8779.0, 8780.0, 8784.0, 8783.0, 8814.0, 8760.0, 8786.0, 8749.0, 8735.0, 8732.0, 8747.0, 8721.0, 8748.0, 8750.0, 8737.0, 8768.0, 8756.0, 8773.0, 8776.0, 8751.0, 8799.0, 8788.0, 8802.0, 8786.0, 8803.0, 8803.0, 8773.0, 8804.0, 8796.0, 8806.0, 8811.0, 8785.0, 8805.0, 8802.0, 8806.0, 8823.0, 8794.0, 8827.0, 8797.0, 8832.0, 8836.0, 8803.0, 8831.0, 8827.0, 8838.0, 8833.0, 8834.0, 8831.0, 8786.0, 8832.0, 8869.0, 8832.0, 8861.0, 8812.0, 8830.0, 8802.0, 8807.0, 8840.0, 8804.0, 8824.0, 8775.0, 8818.0, 8807.0, 8798.0, 8825.0, 8808.0, 8822.0, 8809.0, 8800.0, 8829.0, 8829.0, 8807.0, 8819.0, 8796.0, 8813.0, 8805.0, 8802.0, 8774.0, 8804.0, 8796.0, 8781.0, 8783.0, 8784.0, 8784.0, 8782.0, 8752.0, 8784.0, 8783.0, 8774.0, 8777.0, 8745.0, 8777.0, 8781.0, 8784.0, 8779.0, 8761.0, 8761.0, 8727.0, 8774.0, 8781.0, 8778.0, 8776.0, 8745.0, 8773.0, 8762.0, 8775.0, 8765.0, 8750.0, 8800.0, 8793.0, 8810.0, 8803.0, 8820.0, 8805.0, 8778.0, 8822.0, 8812.0, 8808.0, 8805.0, 8780.0, 8822.0, 8789.0, 8803.0, 8807.0, 8806.0, 8785.0, 8771.0, 8799.0, 8806.0, 8776.0, 8805.0, 8794.0, 8821.0, 8806.0, 8809.0, 8825.0, 8795.0, 8826.0, 8831.0, 8812.0, 8805.0, 8805.0, 8802.0, 8773.0, 8803.0, 8806.0, 8785.0, 8805.0, 8777.0, 8805.0, 8808.0, 8814.0, 8828.0, 8804.0, 8835.0, 8836.0, 8836.0, 8820.0, 8828.0, 8814.0, 8784.0, 8830.0, 8835.0, 8792.0, 8838.0, 8825.0, 8833.0, 8815.0, 8828.0, 8816.0, 8789.0, 8841.0, 8863.0, 8846.0, 8855.0, 8809.0, 8849.0, 8856.0, 8828.0, 8838.0, 8840.0, 8858.0, 8888.0, 8839.0, 8860.0, 8835.0, 8812.0, 8789.0, 8796.0, 8835.0, 8784.0, 8785.0, 8752.0, 8794.0, 8779.0, 8781.0, 8782.0, 8781.0, 8781.0, 8753.0, 8805.0, 8800.0, 8802.0, 8803.0, 8772.0, 8798.0, 8756.0, 8779.0, 8782.0, 8781.0, 8799.0, 8827.0, 8801.0, 8755.0, 8778.0, 8781.0, 8796.0, 8765.0, 8768.0, 8801.0, 8806.0, 8809.0, 8855.0, 8805.0, 8847.0, 8829.0, 8827.0, 8828.0, 8817.0, 8830.0, 8784.0, 8824.0, 8793.0, 8819.0, 8844.0, 8815.0, 8828.0, 8793.0, 8821.0, 8841.0, 8793.0, 8835.0, 8779.0, 8789.0, 8758.0, 8755.0, 8727.0, 8754.0, 8774.0, 8755.0, 8758.0, 8742.0, 8766.0, 8772.0, 8760.0, 8770.0, 8743.0, 8775.0, 8775.0, 8779.0, 8779.0, 8745.0, 8778.0, 8794.0, 8781.0, 8800.0, 8789.0, 8800.0, 8782.0, 8797.0, 8785.0, 8773.0, 8796.0, 8785.0, 8781.0, 8779.0, 8795.0, 8799.0, 8797.0, 8818.0, 8804.0, 8778.0, 8822.0, 8794.0, 8825.0, 8826.0, 8827.0, 8811.0, 8783.0, 8826.0, 8784.0, 8824.0, 8830.0, 8832.0, 8811.0, 8808.0, 8828.0, 8826.0, 8827.0, 8832.0, 8814.0, 8831.0, 8837.0, 8823.0, 8834.0, 8815.0, 8835.0, 8830.0, 8829.0, 8817.0, 8800.0, 8810.0, 8795.0, 8809.0, 8811.0, 8807.0, 8789.0, 8802.0, 8797.0, 8773.0, 8804.0, 8805.0, 8825.0, 8831.0, 8790.0, 8828.0, 8817.0, 8830.0, 8832.0, 8830.0, 8833.0, 8832.0, 8815.0, 8809.0, 8809.0, 8774.0, 8825.0, 8844.0, 8815.0, 8808.0, 8796.0, 8783.0, 8780.0, 8778.0, 8787.0, 8769.0, 8774.0, 8774.0, 8790.0, 8781.0, 8792.0, 8821.0, 8818.0, 8798.0, 8785.0, 8774.0, 8769.0, 8780.0, 8825.0, 8822.0, 8807.0, 8781.0, 8796.0, 8793.0, 8749.0, 8727.0, 8673.0, 8683.0, 8671.0, 8673.0, 8736.0, 8738.0, 8716.0, 8735.0, 8673.0, 8703.0, 8687.0, 8639.0, 8658.0, 8661.0, 8663.0, 8669.0, 8691.0, 8713.0, 8681.0, 8678.0, 8674.0, 8650.0, 8698.0, 8663.0, 8662.0, 8682.0, 8655.0, 8702.0, 8699.0, 8700.0, 8703.0, 8696.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.00366838124054463</td></tr>
<tr><td colspan=3>aqi</td><td>0.03246582927382753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.50290607735054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2078619296820605</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0459019250340647</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>4983.8105</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13323458795400983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>194</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.674735249621785</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482839458522865</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3796734887187085</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733615298461896</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3352295883879908</td></tr>
<tr><td colspan=3>gcor</td><td>0.0189347</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012093613855540752</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04439229890704155</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.958590230630737</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>23.8646</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9039</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.6</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.9461</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.338</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.0652</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3074.9498</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.7</td></tr>
<tr><td colspan=3>tsnr</td><td>31.074890053481795</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>