<?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-0116_ses-02_task-narratives_acq-mb8_run-03_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-0116_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0116_suffix-bold_task-narratives" 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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_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-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-narratives_acq-mb8_run-03_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-0116/ses-02/func/sub-0116_ses-02_task-narratives_acq-mb8_run-03_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>655dcb35887bc89ef379972ab51342b0</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>08:58:48.017500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999527, -0.0237818, -0.0195236, 0.0266973, 0.98576, 0.166027]</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.259</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-03_task-narratives_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.0978136</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7901, -7246, 455, -99, -405, 249, 172]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9295ddb2-9c6e-4b9a-8a0f-327cc28d80be||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816565990448, 0.07162676751613617, -0.04130241647362709, 109.97234344482422], [0.06380488723516464, 2.644721508026123, 0.44946756958961487, -109.01071166992188], [-0.052380479872226715, -0.4454379081726074, 2.6620054244995117, -47.80448532104492], [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, 1298]</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], 'AcquisitionTime': ['085848.017500', '085848.477500', '085848.937500', '085849.397500', '085849.857500', '085850.317500', '085850.777500', '085851.237500', '085851.697500', '085852.157500', '085852.617500', '085853.077500', '085853.537500', '085853.997500', '085854.457500', '085854.917500', '085855.377500', '085855.837500', '085856.297500', '085856.757500', '085857.217500', '085857.677500', '085858.137500', '085858.597500', '085859.057500', '085859.517500', '085859.977500', '085900.437500', '085900.897500', '085901.357500', '085901.817500', '085902.277500', '085902.737500', '085903.197500', '085903.657500', '085904.117500', '085904.577500', '085905.037500', '085905.497500', '085905.957500', '085906.417500', '085906.877500', '085907.337500', '085907.797500', '085908.257500', '085908.717500', '085909.177500', '085909.637500', '085910.097500', '085910.557500', '085911.017500', '085911.477500', '085911.937500', '085912.397500', '085912.857500', '085913.317500', '085913.777500', '085914.237500', '085914.697500', '085915.157500', '085915.617500', '085916.077500', '085916.537500', '085916.997500', '085917.457500', '085917.917500', '085918.377500', '085918.837500', '085919.297500', '085919.757500', '085920.217500', '085920.677500', '085921.137500', '085921.597500', '085922.057500', '085922.517500', '085922.977500', '085923.437500', '085923.897500', '085924.357500', '085924.817500', '085925.277500', '085925.737500', '085926.197500', '085926.657500', '085927.117500', '085927.577500', '085928.037500', '085928.497500', '085928.957500', '085929.417500', '085929.877500', '085930.337500', '085930.797500', '085931.257500', '085931.717500', '085932.177500', '085932.637500', '085933.097500', '085933.557500', '085934.017500', '085934.477500', '085934.937500', '085935.397500', '085935.857500', '085936.317500', '085936.777500', '085937.237500', '085937.697500', '085938.157500', '085938.617500', '085939.077500', '085939.537500', '085939.997500', '085940.457500', '085940.917500', '085941.377500', '085941.837500', '085942.297500', '085942.757500', '085943.217500', '085943.677500', '085944.137500', '085944.597500', '085945.057500', '085945.517500', '085945.977500', '085946.437500', '085946.897500', '085947.357500', '085947.817500', '085948.277500', '085948.737500', '085949.197500', '085949.657500', '085950.117500', '085950.577500', '085951.037500', '085951.497500', '085951.957500', '085952.417500', '085952.877500', '085953.337500', '085953.797500', '085954.257500', '085954.717500', '085955.177500', '085955.637500', '085956.097500', '085956.557500', '085957.017500', '085957.477500', '085957.937500', '085958.397500', '085958.857500', '085959.317500', '085959.777500', '090000.237500', '090000.697500', '090001.157500', '090001.617500', '090002.077500', '090002.537500', '090002.997500', '090003.457500', '090003.917500', '090004.377500', '090004.837500', '090005.297500', '090005.757500', '090006.217500', '090006.677500', '090007.137500', '090007.597500', '090008.057500', '090008.517500', '090008.977500', '090009.437500', '090009.897500', '090010.357500', '090010.817500', '090011.277500', '090011.737500', '090012.197500', '090012.657500', '090013.117500', '090013.577500', '090014.037500', '090014.497500', '090014.957500', '090015.417500', '090015.877500', '090016.337500', '090016.797500', '090017.257500', '090017.717500', '090018.177500', '090018.637500', '090019.097500', '090019.557500', '090020.017500', '090020.477500', '090020.937500', '090021.397500', '090021.857500', '090022.317500', '090022.777500', '090023.237500', '090023.697500', '090024.157500', '090024.617500', '090025.077500', '090025.537500', '090025.997500', '090026.457500', '090026.917500', '090027.377500', '090027.837500', '090028.297500', '090028.757500', '090029.217500', '090029.677500', '090030.137500', '090030.597500', '090031.057500', '090031.517500', '090031.977500', '090032.437500', '090032.897500', '090033.357500', '090033.817500', '090034.277500', '090034.737500', '090035.197500', '090035.657500', '090036.117500', '090036.577500', '090037.037500', '090037.497500', '090037.957500', '090038.417500', '090038.877500', '090039.337500', '090039.797500', '090040.257500', '090040.717500', '090041.177500', '090041.637500', '090042.097500', '090042.557500', '090043.017500', '090043.477500', '090043.937500', '090044.397500', '090044.857500', '090045.317500', '090045.777500', '090046.237500', '090046.697500', '090047.157500', '090047.617500', '090048.077500', '090048.537500', '090048.997500', '090049.457500', '090049.917500', '090050.377500', '090050.837500', '090051.297500', '090051.757500', '090052.217500', '090052.677500', '090053.137500', '090053.597500', '090054.057500', '090054.517500', '090054.977500', '090055.437500', '090055.897500', '090056.357500', '090056.817500', '090057.277500', '090057.737500', '090058.197500', '090058.657500', '090059.117500', '090059.577500', '090100.037500', '090100.497500', '090100.957500', '090101.417500', '090101.877500', '090102.337500', '090102.797500', '090103.257500', '090103.717500', '090104.177500', '090104.637500', '090105.097500', '090105.557500', '090106.017500', '090106.477500', '090106.937500', '090107.397500', '090107.857500', '090108.317500', '090108.777500', '090109.237500', '090109.697500', '090110.157500', '090110.617500', '090111.077500', '090111.537500', '090111.997500', '090112.457500', '090112.917500', '090113.377500', '090113.837500', '090114.297500', '090114.757500', '090115.217500', '090115.677500', '090116.137500', '090116.597500', '090117.057500', '090117.517500', '090117.977500', '090118.437500', '090118.897500', '090119.357500', '090119.817500', '090120.277500', '090120.737500', '090121.197500', '090121.657500', '090122.117500', '090122.577500', '090123.037500', '090123.497500', '090123.957500', '090124.417500', '090124.877500', '090125.337500', '090125.797500', '090126.257500', '090126.717500', '090127.177500', '090127.637500', '090128.097500', '090128.557500', '090129.017500', '090129.477500', '090129.937500', '090130.397500', '090130.857500', '090131.317500', '090131.777500', '090132.237500', '090132.697500', '090133.157500', '090133.617500', '090134.077500', '090134.537500', '090134.997500', '090135.457500', '090135.917500', '090136.377500', '090136.837500', '090137.297500', '090137.757500', '090138.217500', '090138.677500', '090139.137500', '090139.597500', '090140.057500', '090140.517500', '090140.977500', '090141.437500', '090141.897500', '090142.357500', '090142.817500', '090143.277500', '090143.737500', '090144.197500', '090144.657500', '090145.117500', '090145.577500', '090146.037500', '090146.497500', '090146.957500', '090147.417500', '090147.877500', '090148.337500', '090148.797500', '090149.257500', '090149.717500', '090150.177500', '090150.637500', '090151.097500', '090151.557500', '090152.017500', '090152.477500', '090152.937500', '090153.397500', '090153.857500', '090154.317500', '090154.777500', '090155.237500', '090155.697500', '090156.157500', '090156.617500', '090157.077500', '090157.537500', '090157.997500', '090158.457500', '090158.917500', '090159.377500', '090159.837500', '090200.297500', '090200.757500', '090201.217500', '090201.677500', '090202.137500', '090202.597500', '090203.057500', '090203.517500', '090203.977500', '090204.437500', '090204.897500', '090205.357500', '090205.817500', '090206.277500', '090206.737500', '090207.197500', '090207.657500', '090208.117500', '090208.577500', '090209.037500', '090209.497500', '090209.957500', '090210.417500', '090210.877500', '090211.337500', '090211.797500', '090212.257500', '090212.717500', '090213.177500', '090213.637500', '090214.097500', '090214.557500', '090215.017500', '090215.477500', '090215.937500', '090216.397500', '090216.857500', '090217.317500', '090217.777500', '090218.237500', '090218.697500', '090219.157500', '090219.617500', '090220.077500', '090220.537500', '090220.997500', '090221.457500', '090221.917500', '090222.377500', '090222.837500', '090223.297500', '090223.757500', '090224.217500', '090224.677500', '090225.137500', '090225.597500', '090226.057500', '090226.517500', '090226.977500', '090227.437500', '090227.897500', '090228.357500', '090228.817500', '090229.277500', '090229.737500', '090230.197500', '090230.657500', '090231.117500', '090231.577500', '090232.037500', '090232.497500', '090232.957500', '090233.417500', '090233.877500', '090234.337500', '090234.797500', '090235.257500', '090235.717500', '090236.177500', '090236.637500', '090237.097500', '090237.557500', '090238.017500', '090238.477500', '090238.937500', '090239.397500', '090239.857500', '090240.317500', '090240.777500', '090241.237500', '090241.697500', '090242.157500', '090242.617500', '090243.077500', '090243.537500', '090243.997500', '090244.457500', '090244.917500', '090245.377500', '090245.837500', '090246.297500', '090246.757500', '090247.217500', '090247.677500', '090248.137500', '090248.597500', '090249.057500', '090249.517500', '090249.977500', '090250.437500', '090250.897500', '090251.357500', '090251.817500', '090252.277500', '090252.737500', '090253.197500', '090253.657500', '090254.117500', '090254.577500', '090255.037500', '090255.497500', '090255.957500', '090256.417500', '090256.877500', '090257.337500', '090257.797500', '090258.257500', '090258.717500', '090259.177500', '090259.637500', '090300.097500', '090300.557500', '090301.017500', '090301.477500', '090301.937500', '090302.397500', '090302.857500', '090303.317500', '090303.777500', '090304.237500', '090304.697500', '090305.157500', '090305.617500', '090306.077500', '090306.537500', '090306.997500', '090307.457500', '090307.917500', '090308.377500', '090308.837500', '090309.297500', '090309.757500', '090310.217500', '090310.677500', '090311.137500', '090311.597500', '090312.057500', '090312.517500', '090312.977500', '090313.437500', '090313.897500', '090314.357500', '090314.817500', '090315.277500', '090315.737500', '090316.197500', '090316.657500', '090317.117500', '090317.577500', '090318.037500', '090318.497500', '090318.957500', '090319.417500', '090319.877500', '090320.337500', '090320.797500', '090321.257500', '090321.717500', '090322.177500', '090322.637500', '090323.097500', '090323.557500', '090324.017500', '090324.477500', '090324.937500', '090325.397500', '090325.857500', '090326.317500', '090326.777500', '090327.237500', '090327.697500', '090328.157500', '090328.617500', '090329.077500', '090329.537500', '090329.997500', '090330.457500', '090330.917500', '090331.377500', '090331.837500', '090332.297500', '090332.757500', '090333.217500', '090333.677500', '090334.137500', '090334.597500', '090335.057500', '090335.517500', '090335.977500', '090336.437500', '090336.897500', '090337.357500', '090337.817500', '090338.277500', '090338.737500', '090339.197500', '090339.657500', '090340.117500', '090340.577500', '090341.037500', '090341.497500', '090341.957500', '090342.417500', '090342.877500', '090343.337500', '090343.797500', '090344.257500', '090344.717500', '090345.177500', '090345.637500', '090346.097500', '090346.557500', '090347.017500', '090347.477500', '090347.937500', '090348.397500', '090348.857500', '090349.317500', '090349.777500', '090350.237500', '090350.697500', '090351.157500', '090351.617500', '090352.077500', '090352.537500', '090352.997500', '090353.457500', '090353.917500', '090354.377500', '090354.837500', '090355.297500', '090355.757500', '090356.217500', '090356.677500', '090357.137500', '090357.597500', '090358.057500', '090358.517500', '090358.977500', '090359.437500', '090359.897500', '090400.357500', '090400.817500', '090401.277500', '090401.737500', '090402.197500', '090402.657500', '090403.117500', '090403.577500', '090404.037500', '090404.497500', '090404.957500', '090405.417500', '090405.877500', '090406.337500', '090406.797500', '090407.257500', '090407.717500', '090408.177500', '090408.637500', '090409.097500', '090409.557500', '090410.017500', '090410.477500', '090410.937500', '090411.397500', '090411.857500', '090412.317500', '090412.777500', '090413.237500', '090413.697500', '090414.157500', '090414.617500', '090415.077500', '090415.537500', '090415.997500', '090416.457500', '090416.917500', '090417.377500', '090417.837500', '090418.297500', '090418.757500', '090419.217500', '090419.677500', '090420.137500', '090420.597500', '090421.057500', '090421.517500', '090421.977500', '090422.437500', '090422.897500', '090423.357500', '090423.817500', '090424.277500', '090424.737500', '090425.197500', '090425.657500', '090426.117500', '090426.577500', '090427.037500', '090427.497500', '090427.957500', '090428.417500', '090428.877500', '090429.337500', '090429.797500', '090430.257500', '090430.717500', '090431.177500', '090431.637500', '090432.097500', '090432.557500', '090433.017500', '090433.477500', '090433.937500', '090434.397500', '090434.857500', '090435.317500', '090435.777500', '090436.237500', '090436.697500', '090437.157500', '090437.617500', '090438.077500', '090438.537500', '090438.997500', '090439.457500', '090439.917500', '090440.377500', '090440.837500', '090441.297500', '090441.757500', '090442.217500', '090442.677500', '090443.137500', '090443.597500', '090444.057500', '090444.517500', '090444.977500', '090445.437500', '090445.897500', '090446.357500', '090446.817500', '090447.277500', '090447.737500', '090448.197500', '090448.657500', '090449.117500', '090449.577500', '090450.037500', '090450.497500', '090450.957500', '090451.417500', '090451.877500', '090452.337500', '090452.797500', '090453.257500', '090453.717500', '090454.177500', '090454.637500', '090455.097500', '090455.557500', '090456.017500', '090456.477500', '090456.937500', '090457.397500', '090457.857500', '090458.317500', '090458.777500', '090459.237500', '090459.697500', '090500.157500', '090500.617500', '090501.077500', '090501.537500', '090501.997500', '090502.457500', '090502.917500', '090503.377500', '090503.837500', '090504.297500', '090504.757500', '090505.217500', '090505.677500', '090506.137500', '090506.597500', '090507.057500', '090507.517500', '090507.977500', '090508.437500', '090508.897500', '090509.357500', '090509.817500', '090510.277500', '090510.737500', '090511.197500', '090511.657500', '090512.117500', '090512.577500', '090513.037500', '090513.497500', '090513.957500', '090514.417500', '090514.877500', '090515.337500', '090515.797500', '090516.257500', '090516.717500', '090517.177500', '090517.637500', '090518.097500', '090518.557500', '090519.017500', '090519.477500', '090519.937500', '090520.397500', '090520.857500', '090521.317500', '090521.777500', '090522.237500', '090522.697500', '090523.157500', '090523.617500', '090524.077500', '090524.537500', '090524.997500', '090525.457500', '090525.917500', '090526.377500', '090526.837500', '090527.297500', '090527.757500', '090528.217500', '090528.677500', '090529.137500', '090529.597500', '090530.057500', '090530.517500', '090530.977500', '090531.437500', '090531.897500', '090532.357500', '090532.817500', '090533.277500', '090533.737500', '090534.197500', '090534.657500', '090535.117500', '090535.577500', '090536.037500', '090536.497500', '090536.957500', '090537.417500', '090537.877500', '090538.337500', '090538.797500', '090539.257500', '090539.717500', '090540.177500', '090540.637500', '090541.097500', '090541.557500', '090542.017500', '090542.477500', '090542.937500', '090543.397500', '090543.857500', '090544.317500', '090544.777500', '090545.237500', '090545.697500', '090546.157500', '090546.617500', '090547.077500', '090547.537500', '090547.997500', '090548.457500', '090548.917500', '090549.377500', '090549.837500', '090550.297500', '090550.757500', '090551.217500', '090551.677500', '090552.137500', '090552.597500', '090553.057500', '090553.517500', '090553.977500', '090554.437500', '090554.897500', '090555.357500', '090555.817500', '090556.277500', '090556.737500', '090557.197500', '090557.657500', '090558.117500', '090558.577500', '090559.037500', '090559.497500', '090559.957500', '090600.417500', '090600.877500', '090601.337500', '090601.797500', '090602.257500', '090602.717500', '090603.177500', '090603.637500', '090604.097500', '090604.557500', '090605.017500', '090605.477500', '090605.937500', '090606.397500', '090606.857500', '090607.317500', '090607.777500', '090608.237500', '090608.697500', '090609.157500', '090609.617500', '090610.077500', '090610.537500', '090610.997500', '090611.457500', '090611.917500', '090612.377500', '090612.837500', '090613.297500', '090613.757500', '090614.217500', '090614.677500', '090615.137500', '090615.597500', '090616.057500', '090616.517500', '090616.977500', '090617.437500', '090617.897500', '090618.357500', '090618.817500', '090619.277500', '090619.737500', '090620.197500', '090620.657500', '090621.117500', '090621.577500', '090622.037500', '090622.497500', '090622.957500', '090623.417500', '090623.877500', '090624.337500', '090624.797500', '090625.257500', '090625.717500', '090626.177500', '090626.637500', '090627.097500', '090627.557500', '090628.017500', '090628.477500', '090628.937500', '090629.397500', '090629.857500', '090630.317500', '090630.777500', '090631.237500', '090631.697500', '090632.157500', '090632.617500', '090633.077500', '090633.537500', '090633.997500', '090634.457500', '090634.917500', '090635.377500', '090635.837500', '090636.297500', '090636.757500', '090637.217500', '090637.677500', '090638.137500', '090638.597500', '090639.057500', '090639.517500', '090639.977500', '090640.437500', '090640.897500', '090641.357500', '090641.817500', '090642.277500', '090642.737500', '090643.197500', '090643.657500', '090644.117500', '090644.577500', '090645.037500', '090645.497500', '090645.957500', '090646.417500', '090646.877500', '090647.337500', '090647.797500', '090648.257500', '090648.717500', '090649.177500', '090649.637500', '090650.097500', '090650.557500', '090651.017500', '090651.477500', '090651.937500', '090652.397500', '090652.857500', '090653.317500', '090653.777500', '090654.237500', '090654.697500', '090655.157500', '090655.617500', '090656.077500', '090656.537500', '090656.997500', '090657.457500', '090657.917500', '090658.377500', '090658.837500', '090659.297500', '090659.757500', '090700.217500', '090700.677500', '090701.137500', '090701.597500', '090702.057500', '090702.517500', '090702.977500', '090703.437500', '090703.897500', '090704.357500', '090704.817500', '090705.277500', '090705.737500', '090706.197500', '090706.657500', '090707.117500', '090707.577500', '090708.037500', '090708.497500', '090708.957500', '090709.417500', '090709.877500', '090710.337500', '090710.797500', '090711.257500', '090711.717500', '090712.177500', '090712.637500', '090713.097500', '090713.557500', '090714.017500', '090714.477500', '090714.937500', '090715.397500', '090715.857500', '090716.317500', '090716.777500', '090717.237500', '090717.697500', '090718.157500', '090718.617500', '090719.077500', '090719.537500', '090719.997500', '090720.457500', '090720.917500', '090721.377500', '090721.837500', '090722.297500', '090722.757500', '090723.217500', '090723.677500', '090724.137500', '090724.597500', '090725.057500', '090725.517500', '090725.977500', '090726.437500', '090726.897500', '090727.357500', '090727.817500', '090728.277500', '090728.737500', '090729.197500', '090729.657500', '090730.117500', '090730.577500', '090731.037500', '090731.497500', '090731.957500', '090732.417500', '090732.877500', '090733.337500', '090733.797500', '090734.257500', '090734.717500', '090735.177500', '090735.637500', '090736.097500', '090736.557500', '090737.017500', '090737.477500', '090737.937500', '090738.397500', '090738.857500', '090739.317500', '090739.777500', '090740.237500', '090740.697500', '090741.157500', '090741.617500', '090742.077500', '090742.537500', '090742.997500', '090743.457500', '090743.917500', '090744.377500', '090744.837500', '090745.297500', '090745.757500', '090746.217500', '090746.677500', '090747.137500', '090747.597500', '090748.057500', '090748.517500', '090748.977500', '090749.437500', '090749.897500', '090750.357500', '090750.817500', '090751.277500', '090751.737500', '090752.197500', '090752.657500', '090753.117500', '090753.577500', '090754.037500', '090754.497500', '090754.957500', '090755.417500', '090755.877500', '090756.337500', '090756.797500', '090757.257500', '090757.717500', '090758.177500', '090758.637500', '090759.097500', '090759.557500', '090800.017500', '090800.477500', '090800.937500', '090801.397500', '090801.857500', '090802.317500', '090802.777500', '090803.237500', '090803.697500', '090804.157500', '090804.617500', '090805.077500', '090805.537500', '090805.997500', '090806.457500', '090806.917500', '090807.377500', '090807.837500', '090808.297500', '090808.757500', '090809.217500', '090809.677500', '090810.137500', '090810.597500', '090811.057500', '090811.517500', '090811.977500', '090812.437500', '090812.897500', '090813.357500', '090813.817500', '090814.277500', '090814.737500', '090815.197500', '090815.657500', '090816.117500', '090816.577500', '090817.037500', '090817.497500', '090817.957500', '090818.417500', '090818.877500', '090819.337500', '090819.797500', '090820.257500', '090820.717500', '090821.177500', '090821.637500', '090822.097500', '090822.557500', '090823.017500', '090823.477500', '090823.937500', '090824.397500', '090824.857500', '090825.317500', '090825.777500', '090826.237500', '090826.697500', '090827.157500', '090827.617500', '090828.077500', '090828.537500', '090828.997500', '090829.457500', '090829.917500', '090830.377500', '090830.837500', '090831.297500', '090831.757500', '090832.217500', '090832.677500', '090833.137500', '090833.597500', '090834.057500', '090834.517500', '090834.977500', '090835.437500', '090835.897500', '090836.357500', '090836.817500', '090837.277500', '090837.737500', '090838.197500', '090838.657500', '090839.117500', '090839.577500', '090840.037500', '090840.497500', '090840.957500', '090841.417500', '090841.877500', '090842.337500', '090842.797500', '090843.257500', '090843.717500', '090844.177500', '090844.637500'], 'ContentTime': ['085906.290000', '085906.293000', '085906.296000', '085906.298000', '085906.301000', '085906.304000', '085906.306000', '085906.316000', '085906.318000', '085906.321000', '085906.324000', '085906.326000', '085906.331000', '085906.334000', '085906.336000', '085906.339000', '085906.341000', '085906.344000', '085906.346000', '085906.349000', '085906.351000', '085906.354000', '085906.356000', '085906.359000', '085906.362000', '085906.364000', '085906.367000', '085906.369000', '085906.372000', '085906.374000', '085906.377000', '085906.380000', '085906.382000', '085906.385000', '085906.387000', '085906.390000', '085926.256000', '085926.259000', '085926.261000', '085926.264000', '085926.266000', '085926.284000', '085926.287000', '085926.290000', '085926.292000', '085926.295000', '085926.297000', '085926.300000', '085926.302000', '085926.305000', '085926.308000', '085926.310000', '085926.313000', '085926.315000', '085926.318000', '085926.320000', '085926.323000', '085926.325000', '085926.336000', '085926.339000', '085926.341000', '085926.344000', '085926.347000', '085926.349000', '085926.352000', '085926.354000', '085926.357000', '085926.359000', '085926.362000', '085926.365000', '085926.367000', '085926.370000', '085926.372000', '085926.375000', '085926.380000', '085926.382000', '085926.385000', '085926.388000', '085926.390000', '085926.393000', '085946.256000', '085946.259000', '085946.261000', '085946.264000', '085946.267000', '085946.269000', '085946.272000', '085946.274000', '085946.277000', '085946.279000', '085946.282000', '085946.285000', '085946.288000', '085946.290000', '085946.293000', '085946.295000', '085946.298000', '085946.300000', '085946.303000', '085946.306000', '085946.308000', '085946.311000', '085946.313000', '085946.316000', '085946.318000', '085946.321000', '085946.323000', '085946.326000', '085946.329000', '085946.331000', '085946.334000', '085946.336000', '085946.339000', '085946.341000', '085946.344000', '085946.347000', '085946.349000', '085946.352000', '085946.354000', '085946.357000', '085946.360000', '085946.363000', '085946.366000', '090006.255000', '090006.258000', '090006.261000', '090006.263000', '090006.266000', '090006.268000', '090006.271000', '090006.274000', '090006.276000', '090006.279000', '090006.282000', '090006.284000', '090006.287000', '090006.289000', '090006.292000', '090006.294000', '090006.297000', '090006.300000', '090006.302000', '090006.305000', '090006.308000', '090006.310000', '090006.313000', '090006.315000', '090006.318000', '090006.349000', '090006.352000', '090006.354000', '090006.357000', '090006.360000', '090006.362000', '090006.365000', '090006.367000', '090006.370000', '090006.373000', '090006.375000', '090006.378000', '090006.381000', '090006.383000', '090006.386000', '090006.388000', '090006.391000', '090006.393000', '090006.396000', '090026.256000', '090026.258000', '090026.261000', '090026.264000', '090026.266000', '090026.269000', '090026.271000', '090026.274000', '090026.277000', '090026.279000', '090026.282000', '090026.284000', '090026.287000', '090026.289000', '090026.292000', '090026.295000', '090026.297000', '090026.300000', '090026.302000', '090026.305000', '090026.308000', '090026.310000', '090026.313000', '090026.315000', '090026.318000', '090026.320000', '090026.323000', '090026.325000', '090026.328000', '090026.331000', '090026.333000', '090026.336000', '090026.338000', '090026.341000', '090026.344000', '090026.346000', '090026.349000', '090026.351000', '090026.354000', '090026.356000', '090026.359000', '090026.361000', '090026.364000', '090046.256000', '090046.259000', '090046.261000', '090046.264000', '090046.266000', '090046.269000', '090046.272000', '090046.274000', '090046.277000', '090046.279000', '090046.282000', '090046.284000', '090046.287000', '090046.289000', '090046.292000', '090046.295000', '090046.297000', '090046.300000', '090046.303000', '090046.306000', '090046.308000', '090046.311000', '090046.313000', '090046.316000', '090046.319000', '090046.321000', '090046.324000', '090046.326000', '090046.329000', '090046.331000', '090046.334000', '090046.337000', '090046.339000', '090046.342000', '090046.344000', '090046.347000', '090046.350000', '090046.352000', '090046.355000', '090046.357000', '090046.360000', '090046.368000', '090046.371000', '090046.374000', '090106.284000', '090106.287000', '090106.289000', '090106.292000', '090106.295000', '090106.297000', '090106.300000', '090106.303000', '090106.305000', '090106.308000', '090106.310000', '090106.313000', '090106.316000', '090106.318000', '090106.321000', '090106.323000', '090106.326000', '090106.329000', '090106.331000', '090106.334000', '090106.336000', '090106.339000', '090106.341000', '090106.344000', '090106.347000', '090106.349000', '090106.352000', '090106.354000', '090106.357000', '090106.360000', '090106.362000', '090106.365000', '090106.368000', '090106.370000', '090106.373000', '090106.375000', '090106.378000', '090106.380000', '090106.383000', '090106.386000', '090106.388000', '090106.391000', '090106.394000', '090126.255000', '090126.258000', '090126.261000', '090126.264000', '090126.266000', '090126.269000', '090126.271000', '090126.274000', '090126.276000', '090126.279000', '090126.282000', '090126.284000', '090126.287000', '090126.289000', '090126.292000', '090126.295000', '090126.297000', '090126.300000', '090126.302000', '090126.305000', '090126.308000', '090126.310000', '090126.313000', '090126.315000', '090126.318000', '090126.320000', '090126.323000', '090126.326000', '090126.328000', '090126.331000', '090126.333000', '090126.336000', '090126.338000', '090126.341000', '090126.344000', '090126.346000', '090126.349000', '090126.351000', '090126.354000', '090126.357000', '090126.359000', '090126.362000', '090126.364000', '090126.367000', '090146.256000', '090146.259000', '090146.261000', '090146.264000', '090146.267000', '090146.269000', '090146.272000', '090146.275000', '090146.277000', '090146.280000', '090146.282000', '090146.285000', '090146.288000', '090146.290000', '090146.293000', '090146.295000', '090146.298000', '090146.301000', '090146.303000', '090146.306000', '090146.308000', '090146.311000', '090146.314000', '090146.316000', '090146.319000', '090146.321000', '090146.324000', '090146.327000', '090146.329000', '090146.332000', '090146.335000', '090146.337000', '090146.340000', '090146.343000', '090146.345000', '090146.348000', '090146.350000', '090146.353000', '090146.355000', '090146.358000', '090146.361000', '090146.363000', '090146.366000', '090206.256000', '090206.259000', '090206.261000', '090206.264000', '090206.267000', '090206.269000', '090206.272000', '090206.275000', '090206.277000', '090206.280000', '090206.282000', '090206.285000', '090206.288000', '090206.291000', '090206.293000', '090206.296000', '090206.299000', '090206.301000', '090206.304000', '090206.307000', '090206.309000', '090206.312000', '090206.314000', '090206.317000', '090206.320000', '090206.322000', '090206.325000', '090206.328000', '090206.330000', '090206.333000', '090206.335000', '090206.338000', '090206.341000', '090206.343000', '090206.346000', '090206.348000', '090206.351000', '090206.353000', '090206.356000', '090206.359000', '090206.361000', '090206.364000', '090206.367000', '090206.369000', '090226.256000', '090226.259000', '090226.261000', '090226.264000', '090226.266000', '090226.269000', '090226.271000', '090226.274000', '090226.277000', '090226.280000', '090226.283000', '090226.286000', '090226.288000', '090226.291000', '090226.294000', '090226.296000', '090226.299000', '090226.302000', '090226.304000', '090226.307000', '090226.309000', '090226.312000', '090226.315000', '090226.317000', '090226.320000', '090226.337000', '090226.340000', '090226.342000', '090226.345000', '090226.348000', '090226.350000', '090226.353000', '090226.355000', '090226.358000', '090226.361000', '090226.363000', '090226.366000', '090226.368000', '090226.371000', '090226.374000', '090226.376000', '090226.379000', '090226.382000', '090246.255000', '090246.258000', '090246.261000', '090246.264000', '090246.266000', '090246.269000', '090246.272000', '090246.274000', '090246.277000', '090246.279000', '090246.282000', '090246.285000', '090246.288000', '090246.290000', '090246.293000', '090246.296000', '090246.298000', '090246.301000', '090246.304000', '090246.306000', '090246.309000', '090246.311000', '090246.314000', '090246.317000', '090246.319000', '090246.322000', '090246.325000', '090246.328000', '090246.330000', '090246.333000', '090246.336000', '090246.338000', '090246.341000', '090246.343000', '090246.354000', '090246.356000', '090246.359000', '090246.362000', '090246.364000', '090246.367000', '090246.369000', '090246.372000', '090246.375000', '090246.377000', '090306.256000', '090306.258000', '090306.261000', '090306.264000', '090306.287000', '090306.290000', '090306.293000', '090306.295000', '090306.298000', '090306.300000', '090306.303000', '090306.306000', '090306.308000', '090306.311000', '090306.313000', '090306.316000', '090306.319000', '090306.321000', '090306.324000', '090306.326000', '090306.329000', '090306.332000', '090306.334000', '090306.337000', '090306.339000', '090306.342000', '090306.345000', '090306.347000', '090306.350000', '090306.352000', '090306.355000', '090306.358000', '090306.360000', '090306.363000', '090306.366000', '090306.368000', '090306.371000', '090306.374000', '090306.376000', '090306.379000', '090306.382000', '090306.384000', '090306.387000', '090326.255000', '090326.258000', '090326.261000', '090326.264000', '090326.266000', '090326.269000', '090326.271000', '090326.274000', '090326.277000', '090326.280000', '090326.282000', '090326.285000', '090326.288000', '090326.290000', '090326.293000', '090326.296000', '090326.298000', '090326.301000', '090326.303000', '090326.306000', '090326.309000', '090326.311000', '090326.314000', '090326.317000', '090326.320000', '090326.322000', '090326.325000', '090326.327000', '090326.330000', '090326.333000', '090326.336000', '090326.338000', '090326.341000', '090326.344000', '090326.346000', '090326.349000', '090326.352000', '090326.355000', '090326.358000', '090326.360000', '090326.363000', '090326.366000', '090326.368000', '090346.255000', '090346.258000', '090346.261000', '090346.264000', '090346.266000', '090346.269000', '090346.271000', '090346.274000', '090346.277000', '090346.279000', '090346.282000', '090346.284000', '090346.287000', '090346.290000', '090346.292000', '090346.295000', '090346.297000', '090346.300000', '090346.303000', '090346.305000', '090346.308000', '090346.310000', '090346.313000', '090346.316000', '090346.318000', '090346.321000', '090346.324000', '090346.326000', '090346.329000', '090346.331000', '090346.334000', '090346.337000', '090346.339000', '090346.342000', '090346.345000', '090346.347000', '090346.350000', '090346.353000', '090346.355000', '090346.358000', '090346.361000', '090346.363000', '090346.366000', '090346.368000', '090406.256000', '090406.259000', '090406.262000', '090406.265000', '090406.268000', '090406.270000', '090406.284000', '090406.287000', '090406.290000', '090406.292000', '090406.295000', '090406.297000', '090406.300000', '090406.303000', '090406.305000', '090406.308000', '090406.310000', '090406.313000', '090406.316000', '090406.318000', '090406.321000', '090406.323000', '090406.326000', '090406.329000', '090406.331000', '090406.334000', '090406.336000', '090406.339000', '090406.342000', '090406.345000', '090406.347000', '090406.350000', '090406.352000', '090406.355000', '090406.358000', '090406.360000', '090406.363000', '090406.366000', '090406.368000', '090406.371000', '090406.373000', '090406.376000', '090406.379000', '090426.256000', '090426.258000', '090426.261000', '090426.264000', '090426.266000', '090426.269000', '090426.272000', '090426.274000', '090426.277000', '090426.280000', '090426.282000', '090426.285000', '090426.287000', '090426.290000', '090426.293000', '090426.295000', '090426.298000', '090426.301000', '090426.303000', '090426.306000', '090426.308000', '090426.311000', '090426.314000', '090426.316000', '090426.319000', '090426.322000', '090426.324000', '090426.327000', '090426.329000', '090426.332000', '090426.335000', '090426.337000', '090426.340000', '090426.342000', '090426.345000', '090426.348000', '090426.350000', '090426.353000', '090426.356000', '090426.358000', '090426.361000', '090426.363000', '090426.366000', '090426.369000', '090446.256000', '090446.258000', '090446.261000', '090446.264000', '090446.266000', '090446.269000', '090446.272000', '090446.274000', '090446.277000', '090446.279000', '090446.282000', '090446.285000', '090446.287000', '090446.290000', '090446.292000', '090446.295000', '090446.298000', '090446.300000', '090446.303000', '090446.305000', '090446.308000', '090446.311000', '090446.313000', '090446.316000', '090446.318000', '090446.322000', '090446.325000', '090446.327000', '090446.330000', '090446.333000', '090446.335000', '090446.338000', '090446.340000', '090446.343000', '090446.347000', '090446.350000', '090446.353000', '090446.355000', '090446.358000', '090446.360000', '090446.363000', '090446.366000', '090446.370000', '090506.256000', '090506.258000', '090506.261000', '090506.264000', '090506.266000', '090506.269000', '090506.272000', '090506.274000', '090506.277000', '090506.279000', '090506.282000', '090506.284000', '090506.287000', '090506.290000', '090506.292000', '090506.295000', '090506.298000', '090506.300000', '090506.303000', '090506.305000', '090506.308000', '090506.311000', '090506.313000', '090506.316000', '090506.319000', '090506.321000', '090506.324000', '090506.326000', '090506.329000', '090506.331000', '090506.334000', '090506.337000', '090506.339000', '090506.342000', '090506.345000', '090506.347000', '090506.350000', '090506.352000', '090506.355000', '090506.357000', '090506.360000', '090506.363000', '090506.365000', '090506.368000', '090526.256000', '090526.259000', '090526.261000', '090526.288000', '090526.290000', '090526.293000', '090526.295000', '090526.298000', '090526.301000', '090526.303000', '090526.306000', '090526.308000', '090526.311000', '090526.313000', '090526.316000', '090526.319000', '090526.321000', '090526.324000', '090526.327000', '090526.329000', '090526.332000', '090526.334000', '090526.337000', '090526.340000', '090526.342000', '090526.345000', '090526.347000', '090526.350000', '090526.352000', '090526.355000', '090526.358000', '090526.360000', '090526.363000', '090526.365000', '090526.368000', '090526.371000', '090526.373000', '090526.376000', '090526.378000', '090526.381000', '090526.384000', '090526.386000', '090526.389000', '090546.256000', '090546.259000', '090546.262000', '090546.265000', '090546.267000', '090546.270000', '090546.273000', '090546.276000', '090546.278000', '090546.281000', '090546.283000', '090546.286000', '090546.289000', '090546.291000', '090546.294000', '090546.297000', '090546.299000', '090546.302000', '090546.305000', '090546.307000', '090546.310000', '090546.312000', '090546.315000', '090546.318000', '090546.320000', '090546.323000', '090546.325000', '090546.328000', '090546.331000', '090546.333000', '090546.336000', '090546.338000', '090546.341000', '090546.344000', '090546.346000', '090546.349000', '090546.352000', '090546.354000', '090546.357000', '090546.359000', '090546.362000', '090546.364000', '090546.367000', '090546.370000', '090606.256000', '090606.258000', '090606.261000', '090606.264000', '090606.266000', '090606.269000', '090606.272000', '090606.274000', '090606.277000', '090606.280000', '090606.282000', '090606.285000', '090606.287000', '090606.290000', '090606.293000', '090606.295000', '090606.298000', '090606.300000', '090606.303000', '090606.306000', '090606.308000', '090606.311000', '090606.313000', '090606.316000', '090606.318000', '090606.321000', '090606.324000', '090606.326000', '090606.329000', '090606.331000', '090606.334000', '090606.337000', '090606.339000', '090606.342000', '090606.345000', '090606.347000', '090606.350000', '090606.352000', '090606.355000', '090606.357000', '090606.360000', '090606.364000', '090606.367000', '090626.256000', '090626.259000', '090626.261000', '090626.264000', '090626.268000', '090626.270000', '090626.273000', '090626.275000', '090626.278000', '090626.281000', '090626.283000', '090626.286000', '090626.289000', '090626.291000', '090626.294000', '090626.297000', '090626.299000', '090626.302000', '090626.305000', '090626.307000', '090626.311000', '090626.313000', '090626.316000', '090626.318000', '090626.321000', '090626.324000', '090626.326000', '090626.329000', '090626.332000', '090626.334000', '090626.337000', '090626.339000', '090626.342000', '090626.345000', '090626.347000', '090626.350000', '090626.353000', '090626.355000', '090626.358000', '090626.360000', '090626.363000', '090626.365000', '090626.368000', '090626.371000', '090646.262000', '090646.265000', '090646.268000', '090646.270000', '090646.273000', '090646.275000', '090646.278000', '090646.281000', '090646.283000', '090646.286000', '090646.288000', '090646.291000', '090646.294000', '090646.297000', '090646.300000', '090646.303000', '090646.306000', '090646.309000', '090646.311000', '090646.314000', '090646.317000', '090646.319000', '090646.322000', '090646.324000', '090646.327000', '090646.330000', '090646.333000', '090646.335000', '090646.338000', '090646.341000', '090646.343000', '090646.346000', '090646.349000', '090646.351000', '090646.354000', '090646.356000', '090646.359000', '090646.362000', '090646.364000', '090646.367000', '090646.370000', '090646.372000', '090646.375000', '090706.256000', '090706.258000', '090706.261000', '090706.264000', '090706.267000', '090706.269000', '090706.272000', '090706.274000', '090706.277000', '090706.280000', '090706.282000', '090706.285000', '090706.287000', '090706.290000', '090706.293000', '090706.296000', '090706.298000', '090706.301000', '090706.303000', '090706.306000', '090706.309000', '090706.311000', '090706.314000', '090706.317000', '090706.320000', '090706.322000', '090706.325000', '090706.328000', '090706.330000', '090706.333000', '090706.336000', '090706.338000', '090706.341000', '090706.344000', '090706.346000', '090706.349000', '090706.352000', '090706.354000', '090706.357000', '090706.360000', '090706.362000', '090706.365000', '090706.368000', '090706.370000', '090726.256000', '090726.259000', '090726.261000', '090726.264000', '090726.267000', '090726.269000', '090726.272000', '090726.275000', '090726.277000', '090726.280000', '090726.282000', '090726.285000', '090726.288000', '090726.290000', '090726.293000', '090726.295000', '090726.298000', '090726.301000', '090726.303000', '090726.306000', '090726.309000', '090726.319000', '090726.321000', '090726.324000', '090726.326000', '090726.329000', '090726.332000', '090726.334000', '090726.337000', '090726.340000', '090726.343000', '090726.345000', '090726.348000', '090726.350000', '090726.353000', '090726.357000', '090726.360000', '090726.363000', '090726.365000', '090726.368000', '090726.371000', '090726.373000', '090726.376000', '090746.256000', '090746.259000', '090746.261000', '090746.264000', '090746.266000', '090746.269000', '090746.272000', '090746.274000', '090746.277000', '090746.279000', '090746.282000', '090746.284000', '090746.287000', '090746.290000', '090746.292000', '090746.295000', '090746.298000', '090746.300000', '090746.303000', '090746.305000', '090746.308000', '090746.311000', '090746.313000', '090746.316000', '090746.318000', '090746.321000', '090746.324000', '090746.326000', '090746.329000', '090746.331000', '090746.334000', '090746.337000', '090746.339000', '090746.342000', '090746.345000', '090746.347000', '090746.350000', '090746.353000', '090746.356000', '090746.358000', '090746.361000', '090746.363000', '090746.366000', '090746.369000', '090806.256000', '090806.258000', '090806.261000', '090806.264000', '090806.266000', '090806.269000', '090806.271000', '090806.274000', '090806.277000', '090806.279000', '090806.282000', '090806.285000', '090806.287000', '090806.290000', '090806.292000', '090806.295000', '090806.298000', '090806.300000', '090806.303000', '090806.306000', '090806.308000', '090806.311000', '090806.313000', '090806.316000', '090806.318000', '090806.321000', '090806.324000', '090806.326000', '090806.329000', '090806.332000', '090806.334000', '090806.337000', '090806.339000', '090806.342000', '090806.345000', '090806.348000', '090806.351000', '090806.354000', '090806.357000', '090806.359000', '090806.362000', '090806.365000', '090806.367000', '090826.256000', '090826.259000', '090826.261000', '090826.264000', '090826.266000', '090826.269000', '090826.272000', '090826.274000', '090826.277000', '090826.279000', '090826.282000', '090826.285000', '090826.287000', '090826.290000', '090826.293000', '090826.295000', '090826.298000', '090826.300000', '090826.303000', '090826.306000', '090826.308000', '090826.311000', '090826.313000', '090826.316000', '090826.319000', '090826.321000', '090826.324000', '090826.326000', '090826.329000', '090826.332000', '090826.334000', '090826.337000', '090826.339000', '090826.342000', '090826.345000', '090826.347000', '090826.358000', '090826.360000', '090826.363000', '090826.365000', '090826.368000', '090826.371000', '090826.373000', '090826.376000', '090846.255000', '090846.258000', '090846.261000', '090846.264000', '090846.266000', '090846.269000', '090846.272000', '090846.274000', '090846.277000', '090846.280000', '090846.282000', '090846.285000', '090846.288000', '090846.297000', '090846.300000', '090846.303000', '090846.306000', '090846.308000', '090846.311000', '090846.314000', '090846.316000', '090846.319000', '090846.322000', '090846.325000', '090846.327000', '090846.330000', '090846.333000', '090846.336000', '090846.339000', '090846.342000', '090846.345000', '090846.348000', '090846.351000', '090846.353000', '090846.356000', '090846.359000', '090846.366000', '090846.369000', '090846.371000', '090846.374000', '090846.377000', '090846.379000', '090846.382000', '090846.487000'], 'InstanceCreationTime': ['085906.290000', '085906.293000', '085906.296000', '085906.298000', '085906.301000', '085906.304000', '085906.306000', '085906.316000', '085906.318000', '085906.321000', '085906.324000', '085906.326000', '085906.331000', '085906.334000', '085906.336000', '085906.339000', '085906.341000', '085906.344000', '085906.346000', '085906.349000', '085906.351000', '085906.354000', '085906.356000', '085906.359000', '085906.362000', '085906.364000', '085906.367000', '085906.369000', '085906.372000', '085906.374000', '085906.377000', '085906.380000', '085906.382000', '085906.385000', '085906.387000', '085906.390000', '085926.256000', '085926.259000', '085926.261000', '085926.264000', '085926.266000', '085926.284000', '085926.287000', '085926.290000', '085926.292000', '085926.295000', '085926.297000', '085926.300000', '085926.302000', '085926.305000', '085926.308000', '085926.310000', '085926.313000', '085926.315000', '085926.318000', '085926.320000', '085926.323000', '085926.325000', '085926.336000', '085926.339000', '085926.341000', '085926.344000', '085926.347000', '085926.349000', '085926.352000', '085926.354000', '085926.357000', '085926.359000', '085926.362000', '085926.365000', '085926.367000', '085926.370000', '085926.372000', '085926.375000', '085926.380000', '085926.382000', '085926.385000', '085926.388000', '085926.390000', '085926.393000', '085946.256000', '085946.259000', '085946.261000', '085946.264000', '085946.267000', '085946.269000', '085946.272000', '085946.274000', '085946.277000', '085946.279000', '085946.282000', '085946.285000', '085946.288000', '085946.290000', '085946.293000', '085946.295000', '085946.298000', '085946.300000', '085946.303000', '085946.306000', '085946.308000', '085946.311000', '085946.313000', '085946.316000', '085946.318000', '085946.321000', '085946.323000', '085946.326000', '085946.329000', '085946.331000', '085946.334000', '085946.336000', '085946.339000', '085946.341000', '085946.344000', '085946.347000', '085946.349000', '085946.352000', '085946.354000', '085946.357000', '085946.360000', '085946.363000', '085946.366000', '090006.255000', '090006.258000', '090006.261000', '090006.263000', '090006.266000', '090006.268000', '090006.271000', '090006.274000', '090006.276000', '090006.279000', '090006.282000', '090006.284000', '090006.287000', '090006.289000', '090006.292000', '090006.294000', '090006.297000', '090006.300000', '090006.302000', '090006.305000', '090006.308000', '090006.310000', '090006.313000', '090006.315000', '090006.318000', '090006.349000', '090006.352000', '090006.354000', '090006.357000', '090006.360000', '090006.362000', '090006.365000', '090006.367000', '090006.370000', '090006.373000', '090006.375000', '090006.378000', '090006.381000', '090006.383000', '090006.386000', '090006.388000', '090006.391000', '090006.393000', '090006.396000', '090026.256000', '090026.258000', '090026.261000', '090026.264000', '090026.266000', '090026.269000', '090026.271000', '090026.274000', '090026.277000', '090026.279000', '090026.282000', '090026.284000', '090026.287000', '090026.289000', '090026.292000', '090026.295000', '090026.297000', '090026.300000', '090026.302000', '090026.305000', '090026.308000', '090026.310000', '090026.313000', '090026.315000', '090026.318000', '090026.320000', '090026.323000', '090026.325000', '090026.328000', '090026.331000', '090026.333000', '090026.336000', '090026.338000', '090026.341000', '090026.344000', '090026.346000', '090026.349000', '090026.351000', '090026.354000', '090026.356000', '090026.359000', '090026.361000', '090026.364000', '090046.256000', '090046.259000', '090046.261000', '090046.264000', '090046.266000', '090046.269000', '090046.272000', '090046.274000', '090046.277000', '090046.279000', '090046.282000', '090046.284000', '090046.287000', '090046.289000', '090046.292000', '090046.295000', '090046.297000', '090046.300000', '090046.303000', '090046.306000', '090046.308000', '090046.311000', '090046.313000', '090046.316000', '090046.319000', '090046.321000', '090046.324000', '090046.326000', '090046.329000', '090046.331000', '090046.334000', '090046.337000', '090046.339000', '090046.342000', '090046.344000', '090046.347000', '090046.350000', '090046.352000', '090046.355000', '090046.357000', '090046.360000', '090046.368000', '090046.371000', '090046.374000', '090106.284000', '090106.287000', '090106.289000', '090106.292000', '090106.295000', '090106.297000', '090106.300000', '090106.303000', '090106.305000', '090106.308000', '090106.310000', '090106.313000', '090106.316000', '090106.318000', '090106.321000', '090106.323000', '090106.326000', '090106.329000', '090106.331000', '090106.334000', '090106.336000', '090106.339000', '090106.341000', '090106.344000', '090106.347000', '090106.349000', '090106.352000', '090106.354000', '090106.357000', '090106.360000', '090106.362000', '090106.365000', '090106.368000', '090106.370000', '090106.373000', '090106.375000', '090106.378000', '090106.380000', '090106.383000', '090106.386000', '090106.388000', '090106.391000', '090106.394000', '090126.255000', '090126.258000', '090126.261000', '090126.264000', '090126.266000', '090126.269000', '090126.271000', '090126.274000', '090126.276000', '090126.279000', '090126.282000', '090126.284000', '090126.287000', '090126.289000', '090126.292000', '090126.295000', '090126.297000', '090126.300000', '090126.302000', '090126.305000', '090126.308000', '090126.310000', '090126.313000', '090126.315000', '090126.318000', '090126.320000', '090126.323000', '090126.326000', '090126.328000', '090126.331000', '090126.333000', '090126.336000', '090126.338000', '090126.341000', '090126.344000', '090126.346000', '090126.349000', '090126.351000', '090126.354000', '090126.357000', '090126.359000', '090126.362000', '090126.364000', '090126.367000', '090146.256000', '090146.259000', '090146.261000', '090146.264000', '090146.267000', '090146.269000', '090146.272000', '090146.275000', '090146.277000', '090146.280000', '090146.282000', '090146.285000', '090146.288000', '090146.290000', '090146.293000', '090146.295000', '090146.298000', '090146.301000', '090146.303000', '090146.306000', '090146.308000', '090146.311000', '090146.314000', '090146.316000', '090146.319000', '090146.321000', '090146.324000', '090146.327000', '090146.329000', '090146.332000', '090146.335000', '090146.337000', '090146.340000', '090146.343000', '090146.345000', '090146.348000', '090146.350000', '090146.353000', '090146.355000', '090146.358000', '090146.361000', '090146.363000', '090146.366000', '090206.256000', '090206.259000', '090206.261000', '090206.264000', '090206.267000', '090206.269000', '090206.272000', '090206.275000', '090206.277000', '090206.280000', '090206.282000', '090206.285000', '090206.288000', '090206.291000', '090206.293000', '090206.296000', '090206.299000', '090206.301000', '090206.304000', '090206.307000', '090206.309000', '090206.312000', '090206.314000', '090206.317000', '090206.320000', '090206.322000', '090206.325000', '090206.328000', '090206.330000', '090206.333000', '090206.335000', '090206.338000', '090206.341000', '090206.343000', '090206.346000', '090206.348000', '090206.351000', '090206.353000', '090206.356000', '090206.359000', '090206.361000', '090206.364000', '090206.367000', '090206.369000', '090226.256000', '090226.259000', '090226.261000', '090226.264000', '090226.266000', '090226.269000', '090226.271000', '090226.274000', '090226.277000', '090226.280000', '090226.283000', '090226.286000', '090226.288000', '090226.291000', '090226.294000', '090226.296000', '090226.299000', '090226.302000', '090226.304000', '090226.307000', '090226.309000', '090226.312000', '090226.315000', '090226.317000', '090226.320000', '090226.337000', '090226.340000', '090226.342000', '090226.345000', '090226.348000', '090226.350000', '090226.353000', '090226.355000', '090226.358000', '090226.361000', '090226.363000', '090226.366000', '090226.368000', '090226.371000', '090226.374000', '090226.376000', '090226.379000', '090226.382000', '090246.255000', '090246.258000', '090246.261000', '090246.264000', '090246.266000', '090246.269000', '090246.272000', '090246.274000', '090246.277000', '090246.279000', '090246.282000', '090246.285000', '090246.288000', '090246.290000', '090246.293000', '090246.296000', '090246.298000', '090246.301000', '090246.304000', '090246.306000', '090246.309000', '090246.311000', '090246.314000', '090246.317000', '090246.319000', '090246.322000', '090246.325000', '090246.328000', '090246.330000', '090246.333000', '090246.336000', '090246.338000', '090246.341000', '090246.343000', '090246.354000', '090246.356000', '090246.359000', '090246.362000', '090246.364000', '090246.367000', '090246.369000', '090246.372000', '090246.375000', '090246.377000', '090306.256000', '090306.258000', '090306.261000', '090306.264000', '090306.287000', '090306.290000', '090306.293000', '090306.295000', '090306.298000', '090306.300000', '090306.303000', '090306.306000', '090306.308000', '090306.311000', '090306.313000', '090306.316000', '090306.319000', '090306.321000', '090306.324000', '090306.326000', '090306.329000', '090306.332000', '090306.334000', '090306.337000', '090306.339000', '090306.342000', '090306.345000', '090306.347000', '090306.350000', '090306.352000', '090306.355000', '090306.358000', '090306.360000', '090306.363000', '090306.366000', '090306.368000', '090306.371000', '090306.374000', '090306.376000', '090306.379000', '090306.382000', '090306.384000', '090306.387000', '090326.255000', '090326.258000', '090326.261000', '090326.264000', '090326.266000', '090326.269000', '090326.271000', '090326.274000', '090326.277000', '090326.280000', '090326.282000', '090326.285000', '090326.288000', '090326.290000', '090326.293000', '090326.296000', '090326.298000', '090326.301000', '090326.303000', '090326.306000', '090326.309000', '090326.311000', '090326.314000', '090326.317000', '090326.320000', '090326.322000', '090326.325000', '090326.327000', '090326.330000', '090326.333000', '090326.336000', '090326.338000', '090326.341000', '090326.344000', '090326.346000', '090326.349000', '090326.352000', '090326.355000', '090326.358000', '090326.360000', '090326.363000', '090326.366000', '090326.368000', '090346.255000', '090346.258000', '090346.261000', '090346.264000', '090346.266000', '090346.269000', '090346.271000', '090346.274000', '090346.277000', '090346.279000', '090346.282000', '090346.284000', '090346.287000', '090346.290000', '090346.292000', '090346.295000', '090346.297000', '090346.300000', '090346.303000', '090346.305000', '090346.308000', '090346.310000', '090346.313000', '090346.316000', '090346.318000', '090346.321000', '090346.324000', '090346.326000', '090346.329000', '090346.331000', '090346.334000', '090346.337000', '090346.339000', '090346.342000', '090346.345000', '090346.347000', '090346.350000', '090346.353000', '090346.355000', '090346.358000', '090346.361000', '090346.363000', '090346.366000', '090346.368000', '090406.256000', '090406.259000', '090406.262000', '090406.265000', '090406.268000', '090406.270000', '090406.284000', '090406.287000', '090406.290000', '090406.292000', '090406.295000', '090406.297000', '090406.300000', '090406.303000', '090406.305000', '090406.308000', '090406.310000', '090406.313000', '090406.316000', '090406.318000', '090406.321000', '090406.323000', '090406.326000', '090406.329000', '090406.331000', '090406.334000', '090406.336000', '090406.339000', '090406.342000', '090406.345000', '090406.347000', '090406.350000', '090406.352000', '090406.355000', '090406.358000', '090406.360000', '090406.363000', '090406.366000', '090406.368000', '090406.371000', '090406.373000', '090406.376000', '090406.379000', '090426.256000', '090426.258000', '090426.261000', '090426.264000', '090426.266000', '090426.269000', '090426.272000', '090426.274000', '090426.277000', '090426.280000', '090426.282000', '090426.285000', '090426.287000', '090426.290000', '090426.293000', '090426.295000', '090426.298000', '090426.301000', '090426.303000', '090426.306000', '090426.308000', '090426.311000', '090426.314000', '090426.316000', '090426.319000', '090426.322000', '090426.324000', '090426.327000', '090426.329000', '090426.332000', '090426.335000', '090426.337000', '090426.340000', '090426.342000', '090426.345000', '090426.348000', '090426.350000', '090426.353000', '090426.356000', '090426.358000', '090426.361000', '090426.363000', '090426.366000', '090426.369000', '090446.256000', '090446.258000', '090446.261000', '090446.264000', '090446.266000', '090446.269000', '090446.272000', '090446.274000', '090446.277000', '090446.279000', '090446.282000', '090446.285000', '090446.287000', '090446.290000', '090446.292000', '090446.295000', '090446.298000', '090446.300000', '090446.303000', '090446.305000', '090446.308000', '090446.311000', '090446.313000', '090446.316000', '090446.318000', '090446.322000', '090446.325000', '090446.327000', '090446.330000', '090446.333000', '090446.335000', '090446.338000', '090446.340000', '090446.343000', '090446.347000', '090446.350000', '090446.353000', '090446.355000', '090446.358000', '090446.360000', '090446.363000', '090446.366000', '090446.370000', '090506.256000', '090506.258000', '090506.261000', '090506.264000', '090506.266000', '090506.269000', '090506.272000', '090506.274000', '090506.277000', '090506.279000', '090506.282000', '090506.284000', '090506.287000', '090506.290000', '090506.292000', '090506.295000', '090506.298000', '090506.300000', '090506.303000', '090506.305000', '090506.308000', '090506.311000', '090506.313000', '090506.316000', '090506.319000', '090506.321000', '090506.324000', '090506.326000', '090506.329000', '090506.331000', '090506.334000', '090506.337000', '090506.339000', '090506.342000', '090506.345000', '090506.347000', '090506.350000', '090506.352000', '090506.355000', '090506.357000', '090506.360000', '090506.363000', '090506.365000', '090506.368000', '090526.256000', '090526.259000', '090526.261000', '090526.288000', '090526.290000', '090526.293000', '090526.295000', '090526.298000', '090526.301000', '090526.303000', '090526.306000', '090526.308000', '090526.311000', '090526.313000', '090526.316000', '090526.319000', '090526.321000', '090526.324000', '090526.327000', '090526.329000', '090526.332000', '090526.334000', '090526.337000', '090526.340000', '090526.342000', '090526.345000', '090526.347000', '090526.350000', '090526.352000', '090526.355000', '090526.358000', '090526.360000', '090526.363000', '090526.365000', '090526.368000', '090526.371000', '090526.373000', '090526.376000', '090526.378000', '090526.381000', '090526.384000', '090526.386000', '090526.389000', '090546.256000', '090546.259000', '090546.262000', '090546.265000', '090546.267000', '090546.270000', '090546.273000', '090546.276000', '090546.278000', '090546.281000', '090546.283000', '090546.286000', '090546.289000', '090546.291000', '090546.294000', '090546.297000', '090546.299000', '090546.302000', '090546.305000', '090546.307000', '090546.310000', '090546.312000', '090546.315000', '090546.318000', '090546.320000', '090546.323000', '090546.325000', '090546.328000', '090546.331000', '090546.333000', '090546.336000', '090546.338000', '090546.341000', '090546.344000', '090546.346000', '090546.349000', '090546.352000', '090546.354000', '090546.357000', '090546.359000', '090546.362000', '090546.364000', '090546.367000', '090546.370000', '090606.256000', '090606.258000', '090606.261000', '090606.264000', '090606.266000', '090606.269000', '090606.272000', '090606.274000', '090606.277000', '090606.280000', '090606.282000', '090606.285000', '090606.287000', '090606.290000', '090606.293000', '090606.295000', '090606.298000', '090606.300000', '090606.303000', '090606.306000', '090606.308000', '090606.311000', '090606.313000', '090606.316000', '090606.318000', '090606.321000', '090606.324000', '090606.326000', '090606.329000', '090606.331000', '090606.334000', '090606.337000', '090606.339000', '090606.342000', '090606.345000', '090606.347000', '090606.350000', '090606.352000', '090606.355000', '090606.357000', '090606.360000', '090606.364000', '090606.367000', '090626.256000', '090626.259000', '090626.261000', '090626.264000', '090626.268000', '090626.270000', '090626.273000', '090626.275000', '090626.278000', '090626.281000', '090626.283000', '090626.286000', '090626.289000', '090626.291000', '090626.294000', '090626.297000', '090626.299000', '090626.302000', '090626.305000', '090626.307000', '090626.311000', '090626.313000', '090626.316000', '090626.318000', '090626.321000', '090626.324000', '090626.326000', '090626.329000', '090626.332000', '090626.334000', '090626.337000', '090626.339000', '090626.342000', '090626.345000', '090626.347000', '090626.350000', '090626.353000', '090626.355000', '090626.358000', '090626.360000', '090626.363000', '090626.365000', '090626.368000', '090626.371000', '090646.262000', '090646.265000', '090646.268000', '090646.270000', '090646.273000', '090646.275000', '090646.278000', '090646.281000', '090646.283000', '090646.286000', '090646.288000', '090646.291000', '090646.294000', '090646.297000', '090646.300000', '090646.303000', '090646.306000', '090646.309000', '090646.311000', '090646.314000', '090646.317000', '090646.319000', '090646.322000', '090646.324000', '090646.327000', '090646.330000', '090646.333000', '090646.335000', '090646.338000', '090646.341000', '090646.343000', '090646.346000', '090646.349000', '090646.351000', '090646.354000', '090646.356000', '090646.359000', '090646.362000', '090646.364000', '090646.367000', '090646.370000', '090646.372000', '090646.375000', '090706.256000', '090706.258000', '090706.261000', '090706.264000', '090706.267000', '090706.269000', '090706.272000', '090706.274000', '090706.277000', '090706.280000', '090706.282000', '090706.285000', '090706.287000', '090706.290000', '090706.293000', '090706.296000', '090706.298000', '090706.301000', '090706.303000', '090706.306000', '090706.309000', '090706.311000', '090706.314000', '090706.317000', '090706.320000', '090706.322000', '090706.325000', '090706.328000', '090706.330000', '090706.333000', '090706.336000', '090706.338000', '090706.341000', '090706.344000', '090706.346000', '090706.349000', '090706.352000', '090706.354000', '090706.357000', '090706.360000', '090706.362000', '090706.365000', '090706.368000', '090706.370000', '090726.256000', '090726.259000', '090726.261000', '090726.264000', '090726.267000', '090726.269000', '090726.272000', '090726.275000', '090726.277000', '090726.280000', '090726.282000', '090726.285000', '090726.288000', '090726.290000', '090726.293000', '090726.295000', '090726.298000', '090726.301000', '090726.303000', '090726.306000', '090726.309000', '090726.319000', '090726.321000', '090726.324000', '090726.326000', '090726.329000', '090726.332000', '090726.334000', '090726.337000', '090726.340000', '090726.343000', '090726.345000', '090726.348000', '090726.350000', '090726.353000', '090726.357000', '090726.360000', '090726.363000', '090726.365000', '090726.368000', '090726.371000', '090726.373000', '090726.376000', '090746.256000', '090746.259000', '090746.261000', '090746.264000', '090746.266000', '090746.269000', '090746.272000', '090746.274000', '090746.277000', '090746.279000', '090746.282000', '090746.284000', '090746.287000', '090746.290000', '090746.292000', '090746.295000', '090746.298000', '090746.300000', '090746.303000', '090746.305000', '090746.308000', '090746.311000', '090746.313000', '090746.316000', '090746.318000', '090746.321000', '090746.324000', '090746.326000', '090746.329000', '090746.331000', '090746.334000', '090746.337000', '090746.339000', '090746.342000', '090746.345000', '090746.347000', '090746.350000', '090746.353000', '090746.356000', '090746.358000', '090746.361000', '090746.363000', '090746.366000', '090746.369000', '090806.256000', '090806.258000', '090806.261000', '090806.264000', '090806.266000', '090806.269000', '090806.271000', '090806.274000', '090806.277000', '090806.279000', '090806.282000', '090806.285000', '090806.287000', '090806.290000', '090806.292000', '090806.295000', '090806.298000', '090806.300000', '090806.303000', '090806.306000', '090806.308000', '090806.311000', '090806.313000', '090806.316000', '090806.318000', '090806.321000', '090806.324000', '090806.326000', '090806.329000', '090806.332000', '090806.334000', '090806.337000', '090806.339000', '090806.342000', '090806.345000', '090806.348000', '090806.351000', '090806.354000', '090806.357000', '090806.359000', '090806.362000', '090806.365000', '090806.367000', '090826.256000', '090826.259000', '090826.261000', '090826.264000', '090826.266000', '090826.269000', '090826.272000', '090826.274000', '090826.277000', '090826.279000', '090826.282000', '090826.285000', '090826.287000', '090826.290000', '090826.293000', '090826.295000', '090826.298000', '090826.300000', '090826.303000', '090826.306000', '090826.308000', '090826.311000', '090826.313000', '090826.316000', '090826.319000', '090826.321000', '090826.324000', '090826.326000', '090826.329000', '090826.332000', '090826.334000', '090826.337000', '090826.339000', '090826.342000', '090826.345000', '090826.347000', '090826.358000', '090826.360000', '090826.363000', '090826.365000', '090826.368000', '090826.371000', '090826.373000', '090826.376000', '090846.255000', '090846.258000', '090846.261000', '090846.264000', '090846.266000', '090846.269000', '090846.272000', '090846.274000', '090846.277000', '090846.280000', '090846.282000', '090846.285000', '090846.288000', '090846.297000', '090846.300000', '090846.303000', '090846.306000', '090846.308000', '090846.311000', '090846.314000', '090846.316000', '090846.319000', '090846.322000', '090846.325000', '090846.327000', '090846.330000', '090846.333000', '090846.336000', '090846.339000', '090846.342000', '090846.345000', '090846.348000', '090846.351000', '090846.353000', '090846.356000', '090846.359000', '090846.366000', '090846.369000', '090846.371000', '090846.374000', '090846.377000', '090846.379000', '090846.382000', '090846.487000'], '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], 'LargestImagePixelValue': [9397, 10087, 10430, 10331, 10730, 10505, 11259, 13459, 11023, 14158, 10765, 10466, 10212, 9634, 10181, 15597, 11136, 11872, 11290, 12372, 11096, 12850, 9990, 14646, 10858, 10481, 10435, 8835, 10205, 10075, 10221, 10945, 10634, 10974, 10946, 11135, 10918, 12102, 11799, 11520, 11260, 11236, 11169, 10134, 15035, 10849, 14591, 10838, 11688, 10263, 13910, 10579, 14642, 11084, 11972, 10988, 11864, 10009, 13581, 10806, 10806, 10815, 10702, 9993, 13339, 10404, 13510, 10843, 11179, 10728, 13119, 10545, 14695, 10641, 13880, 10787, 8832, 10343, 10201, 9949, 15752, 11016, 13430, 10303, 13932, 10250, 14995, 10674, 10860, 9996, 9888, 9394, 15504, 10130, 14615, 10390, 12178, 9432, 12146, 11044, 11201, 11720, 10840, 11667, 9879, 10649, 10599, 9747, 9722, 10833, 9956, 10131, 10245, 11204, 9978, 9744, 10459, 10202, 10104, 14648, 9744, 13653, 9932, 14450, 10059, 11458, 11117, 10241, 11552, 10765, 11050, 10080, 12612, 9686, 8643, 9466, 8936, 9778, 12521, 9533, 8992, 9798, 12224, 9399, 13691, 10533, 10066, 10795, 10549, 10559, 11430, 11206, 9971, 10926, 11526, 10647, 11373, 10474, 11979, 10102, 13994, 10355, 13093, 10093, 11767, 10174, 13659, 10272, 14635, 10559, 11870, 10437, 11325, 10754, 11300, 10602, 10921, 11340, 10686, 9898, 10609, 11185, 9817, 11772, 9776, 14909, 10247, 14143, 10398, 11485, 10570, 11200, 10153, 11312, 9725, 10616, 10124, 10320, 11346, 10201, 9757, 9845, 15419, 10461, 12373, 10984, 10292, 11302, 10958, 11690, 11150, 9547, 10466, 8830, 9970, 9087, 9991, 14581, 10182, 8385, 9748, 8651, 10092, 12551, 10090, 10879, 10298, 10514, 12210, 10641, 14035, 10053, 10134, 12526, 10791, 13202, 10787, 10212, 10026, 9376, 13455, 9678, 14652, 10012, 13022, 10142, 13611, 9836, 13942, 10046, 11883, 10635, 11191, 9367, 13183, 9922, 11380, 10840, 10362, 10210, 9738, 9486, 9861, 14750, 10606, 12896, 10115, 13916, 10027, 11074, 10569, 10219, 9795, 10547, 10772, 9761, 13536, 10483, 11279, 11032, 10586, 10219, 10355, 10259, 10563, 10190, 11649, 10385, 11221, 10044, 10729, 10108, 10476, 10668, 10337, 11106, 10116, 9308, 10007, 9164, 9860, 12873, 10442, 10908, 9794, 12209, 9859, 12889, 10630, 10859, 11151, 11119, 9865, 10674, 10820, 10407, 10145, 10737, 10145, 10660, 9888, 11345, 9988, 12448, 9883, 11713, 10032, 10647, 10228, 10020, 9800, 10229, 12354, 10319, 9275, 10180, 9054, 10232, 15052, 10477, 13305, 10313, 14064, 10076, 11452, 10514, 10574, 10018, 10477, 10089, 10293, 9608, 10639, 13010, 10389, 12232, 10173, 11130, 10058, 10690, 10313, 11710, 10261, 8552, 10365, 9881, 10079, 11050, 10380, 9841, 10261, 10702, 10036, 13066, 10393, 13961, 10651, 12795, 10396, 13287, 10251, 13187, 10524, 10222, 10372, 11627, 9962, 12625, 10866, 10461, 9955, 10146, 9858, 10285, 14919, 10725, 13076, 10576, 11052, 9739, 10544, 10479, 11016, 10209, 10342, 10172, 10515, 12118, 10459, 13936, 10607, 13603, 10634, 11868, 10989, 10918, 10397, 10562, 9196, 10430, 14655, 10892, 12829, 10529, 13151, 10160, 12640, 10438, 11312, 10459, 9342, 10224, 10110, 10284, 13387, 10392, 13455, 10471, 12341, 10246, 11882, 10002, 9430, 12085, 10352, 9427, 9868, 14228, 10253, 12055, 10034, 10378, 10177, 11085, 9740, 10832, 9716, 10408, 10286, 10365, 9866, 10492, 10290, 10560, 10379, 10568, 10477, 10982, 9846, 10619, 12397, 10439, 11534, 10495, 11922, 10272, 12920, 10556, 11056, 11364, 10630, 10121, 10494, 10307, 10888, 10090, 10510, 9868, 10267, 9644, 10473, 14888, 10771, 12861, 10625, 12053, 10384, 13907, 10576, 9518, 10342, 8941, 10030, 12836, 10413, 14407, 10644, 14494, 10605, 12326, 10800, 11302, 11102, 10404, 10251, 10967, 10327, 11491, 10256, 10808, 10500, 10477, 9376, 10027, 14125, 10701, 13380, 10470, 14359, 10601, 11533, 10720, 12558, 10590, 12011, 10319, 12493, 10472, 11436, 10453, 11515, 10042, 10549, 10098, 10402, 9570, 10368, 9962, 10305, 9336, 10452, 9023, 10463, 10245, 11040, 10196, 11603, 9389, 10501, 10115, 10005, 10073, 10559, 10322, 12142, 10187, 10212, 10034, 11311, 10555, 9798, 10378, 9181, 10363, 13348, 10344, 14391, 10407, 7972, 10072, 9348, 10713, 10645, 11905, 10260, 11536, 10336, 11581, 10270, 12376, 10082, 9602, 10820, 10594, 14232, 9922, 9534, 11200, 10544, 10176, 10029, 9283, 12117, 9837, 13684, 9900, 13818, 10093, 13941, 10565, 10774, 10066, 9357, 10022, 9537, 11581, 10607, 12999, 10232, 11295, 10081, 12795, 10087, 11914, 10606, 12755, 10215, 13034, 10127, 11807, 10456, 11629, 10535, 11863, 10233, 10160, 10120, 10177, 11694, 10347, 9661, 10288, 13693, 9977, 10718, 11225, 10551, 10273, 10364, 10002, 10549, 11903, 10333, 11301, 10041, 10839, 10472, 10310, 10274, 10818, 10384, 11481, 10256, 13904, 10171, 11261, 10233, 12034, 10459, 13359, 10253, 12720, 10052, 12076, 10746, 8726, 10198, 9214, 9962, 15306, 10679, 13075, 10401, 14246, 10323, 11530, 10343, 11082, 9947, 12746, 9918, 11386, 10413, 11317, 10410, 10174, 10262, 11549, 10758, 11770, 10047, 10291, 10325, 10420, 9939, 9981, 10050, 10528, 9605, 10238, 10861, 10347, 8434, 10141, 10056, 10329, 15457, 10631, 13649, 10536, 11052, 10459, 12286, 10461, 10707, 10296, 10514, 9206, 10144, 11003, 10506, 12629, 10224, 12520, 10569, 12975, 10317, 11214, 9741, 10350, 11681, 10501, 8672, 10315, 13873, 10145, 11479, 10325, 10598, 10454, 10732, 10369, 11219, 11358, 10358, 10502, 12905, 10349, 11975, 10528, 11473, 10628, 8706, 10250, 13609, 10468, 14146, 11027, 11544, 10588, 13487, 10324, 13742, 10635, 9783, 10282, 9863, 10536, 10143, 11520, 11610, 10112, 13094, 10550, 13875, 10360, 11853, 10613, 11873, 10320, 10628, 9882, 10294, 10113, 10554, 9750, 10585, 10064, 10411, 8798, 10421, 13030, 10602, 11419, 10367, 10988, 10103, 10479, 9068, 10273, 11977, 10547, 9470, 10489, 10006, 10423, 10154, 10523, 11284, 10482, 9617, 10452, 13404, 9991, 11026, 10424, 10728, 9811, 10488, 10130, 10520, 9364, 10686, 10093, 10413, 10428, 10424, 15320, 10806, 13463, 10318, 10972, 10040, 10562, 10110, 10590, 9753, 10565, 9631, 10343, 10841, 10580, 9432, 10494, 9094, 10064, 10002, 11105, 10289, 11546, 10625, 12002, 9817, 11058, 9569, 10678, 8980, 10380, 10143, 10294, 10319, 10725, 10833, 11115, 10395, 13288, 10493, 11880, 10539, 10919, 10455, 10270, 9872, 10548, 9624, 10358, 12894, 10673, 8982, 10481, 12720, 10441, 13288, 10810, 12937, 10665, 10681, 10489, 11068, 10490, 12401, 10765, 9139, 10460, 9165, 10371, 11528, 10558, 13456, 10778, 12639, 10237, 11304, 10458, 10802, 11031, 10781, 10485, 10255, 10581, 10489, 10140, 10645, 9830, 10745, 9490, 10528, 9429, 10426, 11138, 10607, 9323, 10472, 9346, 10419, 9961, 10917, 10560, 11435, 10446, 13280, 8909, 10259, 9760, 13082, 9533, 10158, 11067, 10225, 11990, 10352, 12846, 10246, 11447, 10170, 14443, 10508, 11930, 10023, 10521, 9894, 9501, 10913, 9733, 11438, 10746, 11900, 9992, 12089, 10137, 11513, 10637, 12715, 10125, 11876, 10123, 11632, 10707, 9118, 10364, 9051, 10108, 9922, 10666, 10284, 11310, 10477, 11014, 10015, 9934, 11888, 10477, 8631, 10091, 10363, 9994, 10127, 10897, 10470, 12125, 10500, 12971, 10402, 13142, 10463, 11474, 11009, 11867, 10343, 13371, 10420, 13094, 10689, 11681, 10508, 10300, 10294, 10615, 10883, 10200, 11450, 10911, 11159, 10132, 13949, 10159, 10677, 10063, 9598, 11966, 10086, 9477, 12426, 12943, 10074, 12966, 9982, 11778, 9853, 14630, 10052, 14832, 11710, 12204, 9865, 12492, 9885, 14066, 10023, 9134, 10166, 8622, 9710, 9688, 10665, 9861, 10317, 10544, 10943, 9324, 10120, 13543, 10231, 11883, 10336, 11503, 10308, 11638, 10262, 9773, 10098, 10858, 10308, 11796, 10171, 9705, 10260, 9767, 10083, 13734, 10798, 11427, 10335, 11230, 10106, 14463, 10468, 11241, 10683, 12255, 10353, 13230, 10326, 11167, 10804, 11861, 10518, 11406, 10345, 11962, 10147, 10953, 10961, 10655, 10355, 10881, 10090, 10683, 10410, 10600, 10800, 10258, 10201, 11610, 10146, 11188, 10380, 10418, 10229, 10003, 10223, 10223, 12568, 10293, 13862, 10490, 11973, 10045, 10299, 10172, 10467, 9360, 10147, 10125, 10235, 9966, 10524, 10941, 10320, 9981, 10261, 9987, 10210, 13064, 10537, 11846, 11208, 10449, 10242, 10969, 10197, 11044, 10066, 10221, 10152, 10465, 10127, 10494, 10514, 10716, 10195, 11259, 10780, 11330, 10397, 11233, 10456, 13255, 10268, 11827, 10155, 15164, 10377, 12777, 10968, 9885, 10030, 10672, 10705, 11318, 11617, 10539, 13338, 10479, 10120, 11007, 10193, 11365, 11398, 11173, 10830, 11547, 10439, 9343, 9963, 10305, 9934, 10590, 10516, 9770, 12755, 9855, 11161, 13067, 9990, 10564, 10402, 10600, 10197, 10882, 10404, 10974, 11296, 10652, 10650, 10001, 9533, 13689, 12134, 14389, 12617, 13920, 10272, 12159, 8947, 10158, 8685, 9666, 10878, 9645, 11924, 10126, 11846, 10272, 10659, 10897, 11520, 9970, 10273, 10071, 8934, 9865, 8360, 9848, 9104, 9827, 10860, 10141, 11470, 10310, 9904, 10453, 11155, 10277, 13617, 10435, 14372, 11075, 14017, 11215, 13401, 11580, 10448, 10683, 13324, 11099, 8960, 10960, 10740, 10876, 12180, 10926, 10912, 11331, 10283, 11452, 10394, 10261, 10644, 8905, 10738, 11427, 10559, 11384, 10589, 9183, 13958, 11277, 12056, 10939, 13754, 10765, 12484, 10842, 10678, 11477, 10678, 10714], 'WindowCenter': [4530.0, 4525.0, 4512.0, 4499.0, 4497.0, 4497.0, 4495.0, 4503.0, 4494.0, 4512.0, 4495.0, 4484.0, 4484.0, 4472.0, 4485.0, 4513.0, 4493.0, 4490.0, 4482.0, 4489.0, 4493.0, 4488.0, 4483.0, 4510.0, 4492.0, 4481.0, 4483.0, 4472.0, 4484.0, 4482.0, 4484.0, 4493.0, 4494.0, 4492.0, 4493.0, 4493.0, 4484.0, 4503.0, 4492.0, 4493.0, 4482.0, 4493.0, 4482.0, 4483.0, 4512.0, 4493.0, 4510.0, 4492.0, 4490.0, 4481.0, 4499.0, 4482.0, 4500.0, 4482.0, 4481.0, 4480.0, 4480.0, 4471.0, 4488.0, 4480.0, 4478.0, 4480.0, 4468.0, 4471.0, 4501.0, 4494.0, 4512.0, 4493.0, 4493.0, 4493.0, 4502.0, 4496.0, 4512.0, 4494.0, 4501.0, 4495.0, 4472.0, 4495.0, 4484.0, 4486.0, 4524.0, 4495.0, 4502.0, 4484.0, 4501.0, 4484.0, 4512.0, 4484.0, 4482.0, 4483.0, 4471.0, 4473.0, 4513.0, 4483.0, 4502.0, 4472.0, 4479.0, 4461.0, 4480.0, 4480.0, 4468.0, 4479.0, 4468.0, 4479.0, 4458.0, 4469.0, 4469.0, 4458.0, 4459.0, 4478.0, 4469.0, 4468.0, 4470.0, 4478.0, 4468.0, 4459.0, 4470.0, 4469.0, 4470.0, 4498.0, 4460.0, 4487.0, 4468.0, 4498.0, 4469.0, 4478.0, 4479.0, 4467.0, 4479.0, 4479.0, 4478.0, 4470.0, 4488.0, 4460.0, 4447.0, 4470.0, 4458.0, 4471.0, 4490.0, 4472.0, 4461.0, 4483.0, 4490.0, 4473.0, 4502.0, 4482.0, 4471.0, 4481.0, 4469.0, 4480.0, 4491.0, 4492.0, 4471.0, 4493.0, 4491.0, 4494.0, 4492.0, 4483.0, 4492.0, 4484.0, 4502.0, 4484.0, 4501.0, 4484.0, 4491.0, 4483.0, 4500.0, 4482.0, 4497.0, 4481.0, 4480.0, 4470.0, 4478.0, 4478.0, 4468.0, 4469.0, 4468.0, 4479.0, 4468.0, 4468.0, 4468.0, 4478.0, 4469.0, 4478.0, 4469.0, 4498.0, 4468.0, 4486.0, 4469.0, 4477.0, 4469.0, 4478.0, 4470.0, 4477.0, 4471.0, 4480.0, 4480.0, 4482.0, 4480.0, 4471.0, 4470.0, 4472.0, 4500.0, 4481.0, 4490.0, 4481.0, 4470.0, 4481.0, 4478.0, 4491.0, 4481.0, 4471.0, 4481.0, 4460.0, 4472.0, 4459.0, 4482.0, 4501.0, 4482.0, 4451.0, 4473.0, 4460.0, 4482.0, 4502.0, 4483.0, 4504.0, 4494.0, 4508.0, 4516.0, 4495.0, 4514.0, 4496.0, 4494.0, 4515.0, 4494.0, 4504.0, 4481.0, 4471.0, 4458.0, 4459.0, 4487.0, 4458.0, 4488.0, 4458.0, 4475.0, 4457.0, 4485.0, 4456.0, 4484.0, 4468.0, 4477.0, 4468.0, 4467.0, 4459.0, 4486.0, 4469.0, 4478.0, 4479.0, 4469.0, 4468.0, 4459.0, 4456.0, 4469.0, 4499.0, 4468.0, 4488.0, 4470.0, 4498.0, 4470.0, 4479.0, 4480.0, 4470.0, 4470.0, 4481.0, 4479.0, 4469.0, 4490.0, 4470.0, 4479.0, 4479.0, 4469.0, 4469.0, 4469.0, 4470.0, 4480.0, 4480.0, 4490.0, 4482.0, 4481.0, 4470.0, 4481.0, 4481.0, 4481.0, 4480.0, 4482.0, 4480.0, 4471.0, 4459.0, 4470.0, 4458.0, 4481.0, 4490.0, 4481.0, 4480.0, 4472.0, 4490.0, 4471.0, 4491.0, 4471.0, 4480.0, 4480.0, 4479.0, 4469.0, 4469.0, 4479.0, 4498.0, 4514.0, 4484.0, 4482.0, 4480.0, 4470.0, 4480.0, 4472.0, 4490.0, 4471.0, 4480.0, 4459.0, 4469.0, 4468.0, 4469.0, 4457.0, 4468.0, 4477.0, 4457.0, 4446.0, 4467.0, 4446.0, 4468.0, 4487.0, 4468.0, 4486.0, 4468.0, 4487.0, 4469.0, 4477.0, 4466.0, 4468.0, 4455.0, 4467.0, 4467.0, 4467.0, 4469.0, 4479.0, 4487.0, 4468.0, 4477.0, 4468.0, 4466.0, 4470.0, 4468.0, 4480.0, 4489.0, 4471.0, 4460.0, 4483.0, 4470.0, 4471.0, 4480.0, 4481.0, 4470.0, 4471.0, 4469.0, 4470.0, 4487.0, 4469.0, 4488.0, 4468.0, 4476.0, 4467.0, 4485.0, 4468.0, 4487.0, 4469.0, 4469.0, 4481.0, 4489.0, 4472.0, 4491.0, 4480.0, 4469.0, 4459.0, 4469.0, 4457.0, 4469.0, 4487.0, 4468.0, 4486.0, 4469.0, 4477.0, 4469.0, 4469.0, 4469.0, 4479.0, 4470.0, 4469.0, 4470.0, 4481.0, 4490.0, 4481.0, 4499.0, 4469.0, 4488.0, 4470.0, 4479.0, 4469.0, 4468.0, 4468.0, 4468.0, 4447.0, 4469.0, 4496.0, 4469.0, 4487.0, 4469.0, 4488.0, 4470.0, 4487.0, 4481.0, 4481.0, 4483.0, 4471.0, 4483.0, 4482.0, 4483.0, 4501.0, 4482.0, 4500.0, 4492.0, 4500.0, 4496.0, 4503.0, 4481.0, 4482.0, 4503.0, 4494.0, 4472.0, 4484.0, 4502.0, 4471.0, 4479.0, 4458.0, 4457.0, 4467.0, 4467.0, 4457.0, 4467.0, 4457.0, 4456.0, 4456.0, 4455.0, 4455.0, 4466.0, 4467.0, 4468.0, 4469.0, 4479.0, 4480.0, 4480.0, 4470.0, 4481.0, 4489.0, 4470.0, 4478.0, 4479.0, 4477.0, 4480.0, 4488.0, 4470.0, 4479.0, 4480.0, 4468.0, 4470.0, 4469.0, 4468.0, 4480.0, 4469.0, 4469.0, 4457.0, 4469.0, 4458.0, 4480.0, 4499.0, 4480.0, 4488.0, 4479.0, 4487.0, 4480.0, 4499.0, 4481.0, 4470.0, 4481.0, 4461.0, 4482.0, 4501.0, 4482.0, 4500.0, 4481.0, 4499.0, 4479.0, 4488.0, 4479.0, 4468.0, 4468.0, 4467.0, 4468.0, 4466.0, 4468.0, 4478.0, 4467.0, 4467.0, 4467.0, 4467.0, 4446.0, 4457.0, 4486.0, 4468.0, 4476.0, 4468.0, 4486.0, 4468.0, 4476.0, 4468.0, 4477.0, 4469.0, 4477.0, 4469.0, 4489.0, 4470.0, 4478.0, 4469.0, 4477.0, 4457.0, 4468.0, 4456.0, 4457.0, 4455.0, 4467.0, 4457.0, 4468.0, 4458.0, 4469.0, 4460.0, 4480.0, 4469.0, 4480.0, 4482.0, 4492.0, 4474.0, 4484.0, 4483.0, 4471.0, 4482.0, 4467.0, 4468.0, 4489.0, 4483.0, 4469.0, 4470.0, 4477.0, 4480.0, 4470.0, 4481.0, 4459.0, 4482.0, 4490.0, 4483.0, 4500.0, 4470.0, 4450.0, 4480.0, 4457.0, 4467.0, 4468.0, 4479.0, 4483.0, 4490.0, 4482.0, 4490.0, 4481.0, 4489.0, 4479.0, 4470.0, 4479.0, 4492.0, 4512.0, 4480.0, 4470.0, 4492.0, 4493.0, 4481.0, 4481.0, 4471.0, 4490.0, 4470.0, 4499.0, 4471.0, 4499.0, 4480.0, 4498.0, 4480.0, 4478.0, 4469.0, 4458.0, 4468.0, 4468.0, 4479.0, 4480.0, 4499.0, 4481.0, 4478.0, 4481.0, 4489.0, 4470.0, 4478.0, 4470.0, 4487.0, 4469.0, 4487.0, 4480.0, 4489.0, 4481.0, 4479.0, 4480.0, 4478.0, 4469.0, 4469.0, 4465.0, 4469.0, 4478.0, 4469.0, 4457.0, 4480.0, 4489.0, 4470.0, 4469.0, 4480.0, 4479.0, 4481.0, 4481.0, 4483.0, 4493.0, 4491.0, 4483.0, 4481.0, 4482.0, 4481.0, 4482.0, 4481.0, 4483.0, 4491.0, 4483.0, 4492.0, 4495.0, 4511.0, 4493.0, 4493.0, 4484.0, 4502.0, 4494.0, 4501.0, 4484.0, 4502.0, 4484.0, 4491.0, 4482.0, 4450.0, 4481.0, 4470.0, 4471.0, 4500.0, 4470.0, 4488.0, 4469.0, 4488.0, 4468.0, 4478.0, 4469.0, 4467.0, 4469.0, 4486.0, 4470.0, 4477.0, 4479.0, 4478.0, 4469.0, 4457.0, 4469.0, 4468.0, 4469.0, 4468.0, 4457.0, 4457.0, 4456.0, 4456.0, 4456.0, 4456.0, 4457.0, 4468.0, 4456.0, 4468.0, 4467.0, 4468.0, 4437.0, 4469.0, 4458.0, 4469.0, 4498.0, 4468.0, 4487.0, 4468.0, 4466.0, 4469.0, 4479.0, 4468.0, 4468.0, 4456.0, 4467.0, 4445.0, 4468.0, 4466.0, 4468.0, 4477.0, 4468.0, 4477.0, 4479.0, 4488.0, 4481.0, 4480.0, 4459.0, 4469.0, 4477.0, 4469.0, 4448.0, 4470.0, 4488.0, 4470.0, 4479.0, 4469.0, 4468.0, 4470.0, 4479.0, 4471.0, 4479.0, 4481.0, 4469.0, 4481.0, 4490.0, 4482.0, 4489.0, 4482.0, 4491.0, 4483.0, 4461.0, 4483.0, 4500.0, 4481.0, 4490.0, 4469.0, 4467.0, 4468.0, 4475.0, 4456.0, 4485.0, 4467.0, 4457.0, 4469.0, 4458.0, 4468.0, 4469.0, 4480.0, 4478.0, 4459.0, 4476.0, 4457.0, 4473.0, 4456.0, 4464.0, 4455.0, 4463.0, 4455.0, 4454.0, 4445.0, 4455.0, 4455.0, 4466.0, 4456.0, 4467.0, 4457.0, 4469.0, 4448.0, 4480.0, 4488.0, 4469.0, 4478.0, 4457.0, 4468.0, 4468.0, 4469.0, 4448.0, 4469.0, 4478.0, 4468.0, 4458.0, 4479.0, 4470.0, 4481.0, 4481.0, 4483.0, 4490.0, 4483.0, 4471.0, 4493.0, 4502.0, 4472.0, 4481.0, 4481.0, 4481.0, 4471.0, 4480.0, 4481.0, 4482.0, 4461.0, 4481.0, 4481.0, 4481.0, 4480.0, 4481.0, 4500.0, 4479.0, 4489.0, 4469.0, 4468.0, 4457.0, 4468.0, 4456.0, 4467.0, 4456.0, 4467.0, 4456.0, 4468.0, 4468.0, 4469.0, 4459.0, 4470.0, 4459.0, 4470.0, 4471.0, 4481.0, 4481.0, 4491.0, 4482.0, 4492.0, 4470.0, 4481.0, 4460.0, 4470.0, 4449.0, 4469.0, 4469.0, 4470.0, 4470.0, 4479.0, 4479.0, 4480.0, 4482.0, 4499.0, 4483.0, 4492.0, 4483.0, 4481.0, 4481.0, 4470.0, 4470.0, 4481.0, 4460.0, 4471.0, 4489.0, 4468.0, 4448.0, 4469.0, 4477.0, 4469.0, 4488.0, 4468.0, 4477.0, 4467.0, 4466.0, 4469.0, 4478.0, 4480.0, 4489.0, 4479.0, 4459.0, 4470.0, 4458.0, 4471.0, 4479.0, 4480.0, 4490.0, 4469.0, 4478.0, 4469.0, 4467.0, 4469.0, 4468.0, 4479.0, 4468.0, 4469.0, 4469.0, 4480.0, 4479.0, 4470.0, 4480.0, 4469.0, 4480.0, 4459.0, 4480.0, 4459.0, 4480.0, 4479.0, 4470.0, 4459.0, 4481.0, 4459.0, 4481.0, 4471.0, 4481.0, 4480.0, 4491.0, 4498.0, 4518.0, 4489.0, 4499.0, 4481.0, 4487.0, 4470.0, 4483.0, 4492.0, 4482.0, 4489.0, 4483.0, 4502.0, 4482.0, 4491.0, 4482.0, 4501.0, 4481.0, 4479.0, 4459.0, 4468.0, 4458.0, 4457.0, 4467.0, 4457.0, 4478.0, 4467.0, 4476.0, 4457.0, 4476.0, 4458.0, 4466.0, 4467.0, 4475.0, 4457.0, 4465.0, 4468.0, 4477.0, 4469.0, 4447.0, 4467.0, 4445.0, 4467.0, 4467.0, 4480.0, 4470.0, 4480.0, 4480.0, 4479.0, 4470.0, 4470.0, 4478.0, 4468.0, 4447.0, 4468.0, 4468.0, 4469.0, 4469.0, 4480.0, 4482.0, 4490.0, 4483.0, 4502.0, 4494.0, 4503.0, 4495.0, 4493.0, 4484.0, 4491.0, 4483.0, 4501.0, 4483.0, 4501.0, 4483.0, 4490.0, 4482.0, 4483.0, 4483.0, 4494.0, 4494.0, 4496.0, 4495.0, 4495.0, 4507.0, 4496.0, 4513.0, 4494.0, 4492.0, 4496.0, 4487.0, 4501.0, 4494.0, 4496.0, 4517.0, 4514.0, 4485.0, 4503.0, 4472.0, 4490.0, 4470.0, 4487.0, 4447.0, 4475.0, 4465.0, 4452.0, 4443.0, 4460.0, 4443.0, 4462.0, 4442.0, 4420.0, 4441.0, 4422.0, 4442.0, 4443.0, 4454.0, 4456.0, 4456.0, 4467.0, 4468.0, 4447.0, 4468.0, 4476.0, 4458.0, 4476.0, 4458.0, 4467.0, 4467.0, 4478.0, 4471.0, 4470.0, 4483.0, 4481.0, 4484.0, 4492.0, 4484.0, 4473.0, 4495.0, 4483.0, 4485.0, 4513.0, 4495.0, 4494.0, 4485.0, 4493.0, 4495.0, 4515.0, 4495.0, 4494.0, 4485.0, 4493.0, 4484.0, 4502.0, 4485.0, 4493.0, 4494.0, 4492.0, 4484.0, 4491.0, 4484.0, 4493.0, 4484.0, 4483.0, 4481.0, 4481.0, 4482.0, 4481.0, 4482.0, 4481.0, 4484.0, 4483.0, 4484.0, 4482.0, 4484.0, 4492.0, 4483.0, 4493.0, 4482.0, 4480.0, 4471.0, 4471.0, 4471.0, 4482.0, 4491.0, 4471.0, 4489.0, 4471.0, 4479.0, 4459.0, 4469.0, 4469.0, 4469.0, 4448.0, 4469.0, 4469.0, 4470.0, 4471.0, 4483.0, 4480.0, 4471.0, 4470.0, 4471.0, 4469.0, 4471.0, 4491.0, 4480.0, 4479.0, 4479.0, 4468.0, 4470.0, 4469.0, 4470.0, 4480.0, 4469.0, 4469.0, 4458.0, 4469.0, 4469.0, 4480.0, 4482.0, 4482.0, 4483.0, 4492.0, 4493.0, 4493.0, 4483.0, 4493.0, 4485.0, 4503.0, 4484.0, 4492.0, 4484.0, 4514.0, 4501.0, 4504.0, 4481.0, 4470.0, 4472.0, 4469.0, 4480.0, 4481.0, 4489.0, 4482.0, 4500.0, 4482.0, 4480.0, 4481.0, 4469.0, 4480.0, 4482.0, 4480.0, 4477.0, 4477.0, 4480.0, 4458.0, 4470.0, 4480.0, 4469.0, 4480.0, 4469.0, 4471.0, 4501.0, 4469.0, 4480.0, 4499.0, 4470.0, 4467.0, 4469.0, 4465.0, 4469.0, 4480.0, 4482.0, 4495.0, 4506.0, 4498.0, 4494.0, 4485.0, 4486.0, 4504.0, 4493.0, 4490.0, 4479.0, 4476.0, 4445.0, 4452.0, 4421.0, 4430.0, 4409.0, 4418.0, 4439.0, 4428.0, 4450.0, 4439.0, 4462.0, 4442.0, 4455.0, 4453.0, 4465.0, 4455.0, 4454.0, 4456.0, 4444.0, 4456.0, 4434.0, 4457.0, 4444.0, 4458.0, 4467.0, 4470.0, 4479.0, 4470.0, 4468.0, 4481.0, 4490.0, 4484.0, 4500.0, 4483.0, 4502.0, 4492.0, 4500.0, 4493.0, 4503.0, 4505.0, 4494.0, 4494.0, 4502.0, 4494.0, 4472.0, 4495.0, 4493.0, 4506.0, 4504.0, 4495.0, 4494.0, 4495.0, 4483.0, 4493.0, 4485.0, 4481.0, 4483.0, 4462.0, 4495.0, 4503.0, 4494.0, 4505.0, 4495.0, 4487.0, 4525.0, 4507.0, 4505.0, 4507.0, 4515.0, 4496.0, 4503.0, 4495.0, 4482.0, 4493.0, 4482.0, 4479.0], 'WindowWidth': [9964.0, 9946.0, 9920.0, 9898.0, 9889.0, 9887.0, 9882.0, 9892.0, 9881.0, 9902.0, 9882.0, 9864.0, 9866.0, 9847.0, 9868.0, 9907.0, 9873.0, 9866.0, 9858.0, 9864.0, 9874.0, 9863.0, 9862.0, 9897.0, 9873.0, 9856.0, 9863.0, 9847.0, 9865.0, 9861.0, 9866.0, 9877.0, 9880.0, 9875.0, 9877.0, 9876.0, 9864.0, 9890.0, 9873.0, 9875.0, 9859.0, 9877.0, 9859.0, 9862.0, 9899.0, 9876.0, 9897.0, 9875.0, 9868.0, 9857.0, 9876.0, 9858.0, 9881.0, 9857.0, 9856.0, 9855.0, 9850.0, 9841.0, 9861.0, 9853.0, 9848.0, 9854.0, 9835.0, 9844.0, 9881.0, 9878.0, 9903.0, 9878.0, 9877.0, 9877.0, 9887.0, 9885.0, 9902.0, 9879.0, 9885.0, 9880.0, 9846.0, 9881.0, 9864.0, 9871.0, 9923.0, 9881.0, 9885.0, 9866.0, 9883.0, 9865.0, 9902.0, 9864.0, 9858.0, 9862.0, 9842.0, 9850.0, 9904.0, 9861.0, 9885.0, 9844.0, 9851.0, 9827.0, 9851.0, 9852.0, 9832.0, 9848.0, 9831.0, 9848.0, 9818.0, 9836.0, 9836.0, 9819.0, 9820.0, 9845.0, 9835.0, 9833.0, 9839.0, 9845.0, 9833.0, 9821.0, 9838.0, 9835.0, 9840.0, 9873.0, 9825.0, 9857.0, 9835.0, 9875.0, 9836.0, 9846.0, 9849.0, 9830.0, 9850.0, 9848.0, 9846.0, 9839.0, 9860.0, 9824.0, 9804.0, 9838.0, 9821.0, 9843.0, 9866.0, 9845.0, 9829.0, 9860.0, 9866.0, 9847.0, 9888.0, 9858.0, 9841.0, 9856.0, 9836.0, 9855.0, 9868.0, 9873.0, 9843.0, 9876.0, 9871.0, 9878.0, 9871.0, 9863.0, 9873.0, 9864.0, 9886.0, 9866.0, 9886.0, 9864.0, 9870.0, 9861.0, 9879.0, 9857.0, 9874.0, 9855.0, 9852.0, 9840.0, 9846.0, 9848.0, 9831.0, 9836.0, 9831.0, 9850.0, 9832.0, 9832.0, 9833.0, 9845.0, 9835.0, 9844.0, 9836.0, 9873.0, 9831.0, 9855.0, 9834.0, 9843.0, 9837.0, 9846.0, 9840.0, 9845.0, 9843.0, 9853.0, 9855.0, 9859.0, 9852.0, 9841.0, 9838.0, 9845.0, 9883.0, 9857.0, 9866.0, 9854.0, 9837.0, 9855.0, 9849.0, 9869.0, 9857.0, 9841.0, 9856.0, 9826.0, 9845.0, 9823.0, 9859.0, 9883.0, 9858.0, 9816.0, 9848.0, 9829.0, 9862.0, 9886.0, 9864.0, 9895.0, 9880.0, 9907.0, 9915.0, 9885.0, 9908.0, 9886.0, 9882.0, 9911.0, 9881.0, 9896.0, 9857.0, 9843.0, 9820.0, 9823.0, 9858.0, 9820.0, 9863.0, 9817.0, 9839.0, 9814.0, 9849.0, 9814.0, 9850.0, 9832.0, 9842.0, 9832.0, 9828.0, 9822.0, 9857.0, 9838.0, 9847.0, 9849.0, 9834.0, 9833.0, 9822.0, 9814.0, 9837.0, 9878.0, 9835.0, 9860.0, 9840.0, 9876.0, 9839.0, 9850.0, 9853.0, 9838.0, 9839.0, 9855.0, 9848.0, 9839.0, 9868.0, 9839.0, 9848.0, 9848.0, 9837.0, 9836.0, 9835.0, 9839.0, 9851.0, 9856.0, 9868.0, 9859.0, 9856.0, 9842.0, 9855.0, 9855.0, 9854.0, 9854.0, 9857.0, 9852.0, 9840.0, 9823.0, 9840.0, 9822.0, 9857.0, 9867.0, 9856.0, 9854.0, 9844.0, 9865.0, 9843.0, 9870.0, 9841.0, 9852.0, 9853.0, 9849.0, 9836.0, 9836.0, 9849.0, 9890.0, 9925.0, 9863.0, 9857.0, 9852.0, 9840.0, 9852.0, 9845.0, 9867.0, 9844.0, 9854.0, 9820.0, 9834.0, 9830.0, 9833.0, 9816.0, 9833.0, 9843.0, 9816.0, 9798.0, 9829.0, 9800.0, 9833.0, 9860.0, 9832.0, 9856.0, 9833.0, 9856.0, 9835.0, 9843.0, 9829.0, 9832.0, 9809.0, 9828.0, 9828.0, 9830.0, 9835.0, 9850.0, 9855.0, 9831.0, 9843.0, 9833.0, 9827.0, 9839.0, 9832.0, 9853.0, 9864.0, 9842.0, 9827.0, 9861.0, 9839.0, 9843.0, 9853.0, 9854.0, 9838.0, 9841.0, 9836.0, 9838.0, 9858.0, 9835.0, 9862.0, 9832.0, 9840.0, 9829.0, 9852.0, 9832.0, 9857.0, 9837.0, 9835.0, 9855.0, 9864.0, 9845.0, 9869.0, 9853.0, 9835.0, 9821.0, 9834.0, 9815.0, 9834.0, 9860.0, 9832.0, 9855.0, 9835.0, 9844.0, 9838.0, 9835.0, 9836.0, 9849.0, 9838.0, 9837.0, 9839.0, 9856.0, 9867.0, 9855.0, 9878.0, 9838.0, 9862.0, 9838.0, 9849.0, 9834.0, 9831.0, 9831.0, 9832.0, 9802.0, 9834.0, 9871.0, 9834.0, 9858.0, 9836.0, 9860.0, 9838.0, 9859.0, 9855.0, 9856.0, 9861.0, 9843.0, 9863.0, 9860.0, 9864.0, 9888.0, 9860.0, 9882.0, 9876.0, 9882.0, 9885.0, 9891.0, 9858.0, 9863.0, 9893.0, 9882.0, 9848.0, 9868.0, 9891.0, 9842.0, 9849.0, 9818.0, 9815.0, 9830.0, 9828.0, 9816.0, 9831.0, 9816.0, 9811.0, 9811.0, 9810.0, 9812.0, 9827.0, 9831.0, 9832.0, 9834.0, 9850.0, 9853.0, 9852.0, 9839.0, 9855.0, 9863.0, 9837.0, 9846.0, 9850.0, 9844.0, 9854.0, 9864.0, 9840.0, 9849.0, 9852.0, 9834.0, 9840.0, 9835.0, 9836.0, 9852.0, 9835.0, 9835.0, 9817.0, 9835.0, 9820.0, 9854.0, 9878.0, 9851.0, 9860.0, 9850.0, 9858.0, 9852.0, 9876.0, 9857.0, 9839.0, 9856.0, 9829.0, 9860.0, 9885.0, 9858.0, 9882.0, 9855.0, 9878.0, 9849.0, 9862.0, 9850.0, 9832.0, 9833.0, 9828.0, 9833.0, 9827.0, 9835.0, 9845.0, 9831.0, 9828.0, 9827.0, 9830.0, 9798.0, 9817.0, 9856.0, 9830.0, 9841.0, 9831.0, 9855.0, 9831.0, 9841.0, 9831.0, 9843.0, 9835.0, 9843.0, 9838.0, 9864.0, 9838.0, 9845.0, 9835.0, 9844.0, 9817.0, 9831.0, 9814.0, 9814.0, 9810.0, 9828.0, 9817.0, 9833.0, 9821.0, 9836.0, 9825.0, 9853.0, 9838.0, 9852.0, 9858.0, 9874.0, 9855.0, 9863.0, 9864.0, 9842.0, 9859.0, 9831.0, 9833.0, 9863.0, 9863.0, 9836.0, 9839.0, 9846.0, 9850.0, 9840.0, 9855.0, 9824.0, 9858.0, 9868.0, 9862.0, 9881.0, 9838.0, 9811.0, 9855.0, 9817.0, 9829.0, 9834.0, 9850.0, 9863.0, 9867.0, 9859.0, 9870.0, 9857.0, 9865.0, 9853.0, 9839.0, 9850.0, 9873.0, 9902.0, 9854.0, 9842.0, 9876.0, 9878.0, 9858.0, 9858.0, 9845.0, 9869.0, 9842.0, 9879.0, 9842.0, 9878.0, 9854.0, 9877.0, 9854.0, 9847.0, 9837.0, 9821.0, 9835.0, 9835.0, 9850.0, 9853.0, 9879.0, 9856.0, 9851.0, 9858.0, 9866.0, 9840.0, 9848.0, 9839.0, 9859.0, 9839.0, 9860.0, 9854.0, 9866.0, 9855.0, 9849.0, 9853.0, 9847.0, 9838.0, 9835.0, 9828.0, 9836.0, 9846.0, 9835.0, 9818.0, 9852.0, 9864.0, 9839.0, 9836.0, 9853.0, 9850.0, 9857.0, 9856.0, 9864.0, 9877.0, 9869.0, 9860.0, 9857.0, 9860.0, 9855.0, 9860.0, 9855.0, 9863.0, 9871.0, 9863.0, 9872.0, 9881.0, 9898.0, 9877.0, 9876.0, 9865.0, 9888.0, 9879.0, 9886.0, 9866.0, 9888.0, 9867.0, 9871.0, 9858.0, 9812.0, 9855.0, 9840.0, 9844.0, 9884.0, 9839.0, 9862.0, 9836.0, 9860.0, 9833.0, 9846.0, 9835.0, 9831.0, 9836.0, 9857.0, 9839.0, 9845.0, 9850.0, 9848.0, 9835.0, 9816.0, 9835.0, 9830.0, 9834.0, 9832.0, 9814.0, 9815.0, 9811.0, 9812.0, 9811.0, 9813.0, 9816.0, 9831.0, 9814.0, 9832.0, 9828.0, 9832.0, 9789.0, 9834.0, 9818.0, 9836.0, 9875.0, 9833.0, 9856.0, 9832.0, 9827.0, 9835.0, 9848.0, 9832.0, 9832.0, 9813.0, 9827.0, 9796.0, 9830.0, 9827.0, 9833.0, 9844.0, 9833.0, 9844.0, 9850.0, 9861.0, 9856.0, 9855.0, 9822.0, 9835.0, 9844.0, 9834.0, 9805.0, 9839.0, 9863.0, 9838.0, 9848.0, 9833.0, 9832.0, 9837.0, 9848.0, 9841.0, 9851.0, 9855.0, 9835.0, 9856.0, 9865.0, 9859.0, 9865.0, 9860.0, 9869.0, 9860.0, 9829.0, 9862.0, 9881.0, 9854.0, 9867.0, 9834.0, 9828.0, 9831.0, 9838.0, 9814.0, 9851.0, 9828.0, 9814.0, 9833.0, 9819.0, 9833.0, 9836.0, 9853.0, 9845.0, 9818.0, 9839.0, 9812.0, 9833.0, 9810.0, 9821.0, 9810.0, 9818.0, 9807.0, 9804.0, 9793.0, 9807.0, 9808.0, 9826.0, 9813.0, 9830.0, 9815.0, 9834.0, 9806.0, 9854.0, 9862.0, 9837.0, 9847.0, 9817.0, 9830.0, 9831.0, 9834.0, 9804.0, 9834.0, 9844.0, 9831.0, 9819.0, 9849.0, 9839.0, 9856.0, 9857.0, 9862.0, 9868.0, 9861.0, 9843.0, 9876.0, 9888.0, 9845.0, 9856.0, 9854.0, 9854.0, 9841.0, 9853.0, 9857.0, 9859.0, 9829.0, 9854.0, 9855.0, 9856.0, 9852.0, 9856.0, 9885.0, 9849.0, 9862.0, 9835.0, 9831.0, 9816.0, 9830.0, 9813.0, 9828.0, 9813.0, 9829.0, 9814.0, 9832.0, 9831.0, 9834.0, 9821.0, 9837.0, 9822.0, 9837.0, 9842.0, 9855.0, 9856.0, 9869.0, 9857.0, 9871.0, 9839.0, 9854.0, 9824.0, 9836.0, 9806.0, 9835.0, 9834.0, 9838.0, 9839.0, 9851.0, 9851.0, 9853.0, 9859.0, 9879.0, 9862.0, 9872.0, 9861.0, 9856.0, 9855.0, 9839.0, 9840.0, 9855.0, 9825.0, 9841.0, 9862.0, 9833.0, 9804.0, 9835.0, 9843.0, 9835.0, 9862.0, 9833.0, 9843.0, 9830.0, 9827.0, 9834.0, 9846.0, 9852.0, 9862.0, 9849.0, 9822.0, 9839.0, 9821.0, 9841.0, 9849.0, 9853.0, 9867.0, 9835.0, 9845.0, 9835.0, 9830.0, 9836.0, 9832.0, 9849.0, 9831.0, 9836.0, 9834.0, 9851.0, 9850.0, 9840.0, 9853.0, 9836.0, 9852.0, 9821.0, 9851.0, 9822.0, 9852.0, 9850.0, 9836.0, 9822.0, 9853.0, 9823.0, 9855.0, 9842.0, 9857.0, 9854.0, 9871.0, 9890.0, 9916.0, 9879.0, 9893.0, 9856.0, 9857.0, 9839.0, 9859.0, 9870.0, 9859.0, 9866.0, 9863.0, 9885.0, 9859.0, 9867.0, 9858.0, 9885.0, 9855.0, 9848.0, 9821.0, 9831.0, 9818.0, 9815.0, 9829.0, 9815.0, 9844.0, 9829.0, 9840.0, 9816.0, 9841.0, 9817.0, 9824.0, 9829.0, 9837.0, 9816.0, 9824.0, 9831.0, 9844.0, 9834.0, 9800.0, 9829.0, 9799.0, 9831.0, 9832.0, 9851.0, 9840.0, 9852.0, 9853.0, 9850.0, 9836.0, 9838.0, 9845.0, 9831.0, 9801.0, 9830.0, 9832.0, 9834.0, 9837.0, 9852.0, 9858.0, 9867.0, 9864.0, 9885.0, 9878.0, 9888.0, 9880.0, 9875.0, 9863.0, 9867.0, 9861.0, 9881.0, 9860.0, 9883.0, 9861.0, 9867.0, 9859.0, 9861.0, 9862.0, 9880.0, 9879.0, 9884.0, 9882.0, 9880.0, 9901.0, 9888.0, 9908.0, 9881.0, 9877.0, 9887.0, 9875.0, 9885.0, 9880.0, 9887.0, 9919.0, 9908.0, 9869.0, 9889.0, 9846.0, 9865.0, 9837.0, 9859.0, 9801.0, 9838.0, 9820.0, 9797.0, 9787.0, 9808.0, 9787.0, 9813.0, 9783.0, 9751.0, 9782.0, 9758.0, 9786.0, 9791.0, 9807.0, 9811.0, 9811.0, 9829.0, 9832.0, 9801.0, 9832.0, 9839.0, 9817.0, 9840.0, 9816.0, 9826.0, 9830.0, 9843.0, 9839.0, 9837.0, 9860.0, 9856.0, 9865.0, 9872.0, 9863.0, 9848.0, 9879.0, 9861.0, 9868.0, 9905.0, 9879.0, 9877.0, 9867.0, 9875.0, 9881.0, 9910.0, 9882.0, 9877.0, 9866.0, 9874.0, 9865.0, 9887.0, 9866.0, 9876.0, 9876.0, 9871.0, 9864.0, 9869.0, 9865.0, 9876.0, 9866.0, 9861.0, 9856.0, 9854.0, 9858.0, 9853.0, 9859.0, 9856.0, 9864.0, 9859.0, 9863.0, 9859.0, 9865.0, 9873.0, 9863.0, 9876.0, 9858.0, 9853.0, 9841.0, 9841.0, 9841.0, 9858.0, 9868.0, 9841.0, 9864.0, 9839.0, 9850.0, 9822.0, 9834.0, 9835.0, 9833.0, 9804.0, 9833.0, 9835.0, 9837.0, 9842.0, 9862.0, 9852.0, 9841.0, 9837.0, 9841.0, 9836.0, 9841.0, 9870.0, 9853.0, 9849.0, 9848.0, 9831.0, 9837.0, 9833.0, 9839.0, 9852.0, 9836.0, 9834.0, 9817.0, 9834.0, 9835.0, 9851.0, 9859.0, 9860.0, 9862.0, 9873.0, 9876.0, 9874.0, 9863.0, 9873.0, 9866.0, 9889.0, 9864.0, 9872.0, 9863.0, 9906.0, 9902.0, 9893.0, 9856.0, 9840.0, 9845.0, 9837.0, 9852.0, 9857.0, 9867.0, 9860.0, 9880.0, 9859.0, 9853.0, 9857.0, 9838.0, 9852.0, 9857.0, 9850.0, 9846.0, 9846.0, 9852.0, 9821.0, 9840.0, 9854.0, 9838.0, 9852.0, 9836.0, 9844.0, 9885.0, 9837.0, 9855.0, 9879.0, 9839.0, 9831.0, 9836.0, 9829.0, 9838.0, 9854.0, 9861.0, 9883.0, 9899.0, 9890.0, 9881.0, 9871.0, 9872.0, 9893.0, 9875.0, 9867.0, 9847.0, 9841.0, 9793.0, 9798.0, 9753.0, 9764.0, 9735.0, 9745.0, 9777.0, 9760.0, 9794.0, 9777.0, 9814.0, 9787.0, 9808.0, 9805.0, 9823.0, 9808.0, 9808.0, 9812.0, 9795.0, 9812.0, 9781.0, 9814.0, 9796.0, 9817.0, 9830.0, 9839.0, 9848.0, 9838.0, 9836.0, 9855.0, 9868.0, 9865.0, 9882.0, 9862.0, 9887.0, 9873.0, 9881.0, 9876.0, 9889.0, 9897.0, 9881.0, 9880.0, 9887.0, 9879.0, 9848.0, 9884.0, 9878.0, 9900.0, 9896.0, 9883.0, 9880.0, 9881.0, 9864.0, 9878.0, 9868.0, 9860.0, 9863.0, 9832.0, 9879.0, 9890.0, 9880.0, 9897.0, 9883.0, 9876.0, 9926.0, 9902.0, 9898.0, 9902.0, 9912.0, 9887.0, 9894.0, 9881.0, 9859.0, 9875.0, 9859.0, 9852.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.006295262751159196</td></tr>
<tr><td colspan=3>aqi</td><td>0.02759270888717156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.501388838994636</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.294628560726993</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.054334312235113</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>6875.7666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10682753358407625</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.346213292117465</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4801803104058817</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.42844857846491</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6925072085328985</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3195851442198374</td></tr>
<tr><td colspan=3>gcor</td><td>0.00892805</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00963529571890831</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017801638692617416</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1294</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.903720752921201</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>47.4297</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9126</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1579</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>297548.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>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.2398</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4054</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.4832</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3638.0918</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4784.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.3159</td></tr>
<tr><td colspan=3>tsnr</td><td>37.62046320340596</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>