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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0102_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-04/func/sub-0102_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6011d76ab6e0710cc4dee459f39d173c</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:49:33.837500</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0993353</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de3b5ce5-a693-43c3-9b55-ab9dc20dae1c||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['084933.837500', '084934.297500', '084934.757500', '084935.217500', '084935.677500', '084936.137500', '084936.597500', '084937.057500', '084937.517500', '084937.977500', '084938.437500', '084938.897500', '084939.357500', '084939.817500', '084940.277500', '084940.737500', '084941.197500', '084941.657500', '084942.117500', '084942.577500', '084943.037500', '084943.497500', '084943.957500', '084944.417500', '084944.877500', '084945.337500', '084945.797500', '084946.257500', '084946.717500', '084947.177500', '084947.637500', '084948.097500', '084948.557500', '084949.017500', '084949.477500', '084949.937500', '084950.397500', '084950.857500', '084951.317500', '084951.777500', '084952.237500', '084952.697500', '084953.157500', '084953.617500', '084954.077500', '084954.537500', '084954.997500', '084955.457500', '084955.917500', '084956.377500', '084956.837500', '084957.297500', '084957.757500', '084958.217500', '084958.677500', '084959.137500', '084959.597500', '085000.057500', '085000.517500', '085000.977500', '085001.437500', '085001.897500', '085002.357500', '085002.817500', '085003.277500', '085003.737500', '085004.197500', '085004.657500', '085005.117500', '085005.577500', '085006.037500', '085006.497500', '085006.957500', '085007.417500', '085007.877500', '085008.337500', '085008.797500', '085009.257500', '085009.717500', '085010.177500', '085010.637500', '085011.097500', '085011.557500', '085012.017500', '085012.477500', '085012.937500', '085013.397500', '085013.857500', '085014.317500', '085014.777500', '085015.237500', '085015.697500', '085016.157500', '085016.617500', '085017.077500', '085017.537500', '085017.997500', '085018.457500', '085018.917500', '085019.377500', '085019.837500', '085020.297500', '085020.757500', '085021.217500', '085021.677500', '085022.137500', '085022.597500', '085023.057500', '085023.517500', '085023.977500', '085024.437500', '085024.897500', '085025.357500', '085025.817500', '085026.277500', '085026.737500', '085027.197500', '085027.657500', '085028.117500', '085028.577500', '085029.037500', '085029.497500', '085029.957500', '085030.417500', '085030.877500', '085031.337500', '085031.797500', '085032.257500', '085032.717500', '085033.177500', '085033.637500', '085034.097500', '085034.557500', '085035.017500', '085035.477500', '085035.937500', '085036.397500', '085036.857500', '085037.317500', '085037.777500', '085038.237500', '085038.697500', '085039.157500', '085039.617500', '085040.077500', '085040.537500', '085040.997500', '085041.457500', '085041.917500', '085042.377500', '085042.837500', '085043.297500', '085043.757500', '085044.217500', '085044.677500', '085045.137500', '085045.597500', '085046.057500', '085046.517500', '085046.977500', '085047.437500', '085047.897500', '085048.357500', '085048.817500', '085049.277500', '085049.737500', '085050.197500', '085050.657500', '085051.117500', '085051.577500', '085052.037500', '085052.497500', '085052.957500', '085053.417500', '085053.877500', '085054.337500', '085054.797500', '085055.257500', '085055.717500', '085056.177500', '085056.637500', '085057.097500', '085057.557500', '085058.017500', '085058.477500', '085058.937500', '085059.397500', '085059.857500', '085100.317500', '085100.777500', '085101.237500', '085101.697500', '085102.157500', '085102.617500', '085103.077500', '085103.537500', '085103.997500', '085104.457500', '085104.917500', '085105.377500', '085105.837500', '085106.297500', '085106.757500', '085107.217500', '085107.677500', '085108.137500', '085108.597500', '085109.057500', '085109.517500', '085109.977500', '085110.437500', '085110.897500', '085111.357500', '085111.817500', '085112.277500', '085112.737500', '085113.197500', '085113.657500', '085114.117500', '085114.577500', '085115.037500', '085115.497500', '085115.957500', '085116.417500', '085116.877500', '085117.337500', '085117.797500', '085118.257500', '085118.717500', '085119.177500', '085119.637500', '085120.097500', '085120.557500', '085121.017500', '085121.477500', '085121.937500', '085122.397500', '085122.857500', '085123.317500', '085123.777500', '085124.237500', '085124.697500', '085125.157500', '085125.617500', '085126.077500', '085126.537500', '085126.997500', '085127.457500', '085127.917500', '085128.377500', '085128.837500', '085129.297500', '085129.757500', '085130.217500', '085130.677500', '085131.137500', '085131.597500', '085132.057500', '085132.517500', '085132.977500', '085133.437500', '085133.897500', '085134.357500', '085134.817500', '085135.277500', '085135.737500', '085136.197500', '085136.657500', '085137.117500', '085137.577500', '085138.037500', '085138.497500', '085138.957500', '085139.417500', '085139.877500', '085140.337500', '085140.797500', '085141.257500', '085141.717500', '085142.177500', '085142.637500', '085143.097500', '085143.557500', '085144.017500', '085144.477500', '085144.937500', '085145.397500', '085145.857500', '085146.317500', '085146.777500', '085147.237500', '085147.697500', '085148.157500', '085148.617500', '085149.077500', '085149.537500', '085149.997500', '085150.457500', '085150.917500', '085151.377500', '085151.837500', '085152.297500', '085152.757500', '085153.217500', '085153.677500', '085154.137500', '085154.597500', '085155.057500', '085155.517500', '085155.977500', '085156.437500', '085156.897500', '085157.357500', '085157.817500', '085158.277500', '085158.737500', '085159.197500', '085159.657500', '085200.117500', '085200.577500', '085201.037500', '085201.497500', '085201.957500', '085202.417500', '085202.877500', '085203.337500', '085203.797500', '085204.257500', '085204.717500', '085205.177500', '085205.637500', '085206.097500', '085206.557500', '085207.017500', '085207.477500', '085207.937500', '085208.397500', '085208.857500', '085209.317500', '085209.777500', '085210.237500', '085210.697500', '085211.157500', '085211.617500', '085212.077500', '085212.537500', '085212.997500', '085213.457500', '085213.917500', '085214.377500', '085214.837500', '085215.297500', '085215.757500', '085216.217500', '085216.677500', '085217.137500', '085217.597500', '085218.057500', '085218.517500', '085218.977500', '085219.437500', '085219.897500', '085220.357500', '085220.817500', '085221.277500', '085221.737500', '085222.197500', '085222.657500', '085223.117500', '085223.577500', '085224.037500', '085224.497500', '085224.957500', '085225.417500', '085225.877500', '085226.337500', '085226.797500', '085227.257500', '085227.717500', '085228.177500', '085228.637500', '085229.097500', '085229.557500', '085230.017500', '085230.477500', '085230.937500', '085231.397500', '085231.857500', '085232.317500', '085232.777500', '085233.237500', '085233.697500', '085234.157500', '085234.617500', '085235.077500', '085235.537500', '085235.997500', '085236.457500', '085236.917500', '085237.377500', '085237.837500', '085238.297500', '085238.757500', '085239.217500', '085239.677500', '085240.137500', '085240.597500', '085241.057500', '085241.517500', '085241.977500', '085242.437500', '085242.897500', '085243.357500', '085243.817500', '085244.277500', '085244.737500', '085245.197500', '085245.657500', '085246.117500', '085246.577500', '085247.037500', '085247.497500', '085247.957500', '085248.417500', '085248.877500', '085249.337500', '085249.797500', '085250.257500', '085250.717500', '085251.177500', '085251.637500', '085252.097500', '085252.557500', '085253.017500', '085253.477500', '085253.937500', '085254.397500', '085254.857500', '085255.317500', '085255.777500', '085256.237500', '085256.697500', '085257.157500', '085257.617500', '085258.077500', '085258.537500', '085258.997500', '085259.457500', '085259.917500', '085300.377500', '085300.837500', '085301.297500', '085301.757500', '085302.217500', '085302.677500', '085303.137500', '085303.597500', '085304.057500', '085304.517500', '085304.977500', '085305.437500', '085305.897500', '085306.357500', '085306.817500', '085307.277500', '085307.737500', '085308.197500', '085308.657500', '085309.117500', '085309.577500', '085310.037500', '085310.497500', '085310.957500', '085311.417500', '085311.877500', '085312.337500', '085312.797500', '085313.257500', '085313.717500', '085314.177500', '085314.637500', '085315.097500', '085315.557500', '085316.017500', '085316.477500', '085316.937500', '085317.397500', '085317.857500', '085318.317500', '085318.777500', '085319.237500', '085319.697500', '085320.157500', '085320.617500', '085321.077500', '085321.537500', '085321.997500', '085322.457500', '085322.917500', '085323.377500', '085323.837500', '085324.297500', '085324.757500', '085325.217500', '085325.677500', '085326.137500', '085326.597500', '085327.057500', '085327.517500', '085327.977500', '085328.437500', '085328.897500', '085329.357500', '085329.817500', '085330.277500', '085330.737500', '085331.197500', '085331.657500', '085332.117500', '085332.577500', '085333.037500', '085333.497500', '085333.957500', '085334.417500', '085334.877500', '085335.337500', '085335.797500', '085336.257500', '085336.717500', '085337.177500', '085337.637500', '085338.097500', '085338.557500', '085339.017500', '085339.477500', '085339.937500', '085340.397500', '085340.857500', '085341.317500', '085341.777500', '085342.237500', '085342.697500', '085343.157500', '085343.617500', '085344.077500', '085344.537500', '085344.997500', '085345.457500', '085345.917500', '085346.377500', '085346.837500', '085347.297500', '085347.757500', '085348.217500', '085348.677500', '085349.137500', '085349.597500', '085350.057500', '085350.517500', '085350.977500', '085351.437500', '085351.897500', '085352.357500', '085352.817500', '085353.277500', '085353.737500', '085354.197500', '085354.657500', '085355.117500', '085355.577500', '085356.037500', '085356.497500', '085356.957500', '085357.417500', '085357.877500', '085358.337500', '085358.797500', '085359.257500', '085359.717500', '085400.177500', '085400.637500', '085401.097500', '085401.557500', '085402.017500', '085402.477500', '085402.937500', '085403.397500', '085403.857500', '085404.317500', '085404.777500', '085405.237500', '085405.697500', '085406.157500', '085406.617500', '085407.077500', '085407.537500', '085407.997500', '085408.457500', '085408.917500', '085409.377500', '085409.837500', '085410.297500', '085410.757500', '085411.217500', '085411.677500', '085412.137500', '085412.597500', '085413.057500', '085413.517500', '085413.977500', '085414.437500', '085414.897500', '085415.357500', '085415.817500', '085416.277500', '085416.737500', '085417.197500', '085417.657500', '085418.117500', '085418.577500', '085419.037500', '085419.497500', '085419.957500', '085420.417500', '085420.877500', '085421.337500', '085421.797500', '085422.257500', '085422.717500', '085423.177500', '085423.637500', '085424.097500', '085424.557500', '085425.017500', '085425.477500', '085425.937500', '085426.397500', '085426.857500', '085427.317500', '085427.777500', '085428.237500', '085428.697500', '085429.157500', '085429.617500', '085430.077500', '085430.537500', '085430.997500', '085431.457500', '085431.917500', '085432.377500', '085432.837500', '085433.297500', '085433.757500', '085434.217500', '085434.677500', '085435.137500', '085435.597500', '085436.057500', '085436.517500', '085436.977500', '085437.437500', '085437.897500', '085438.357500', '085438.817500', '085439.277500', '085439.737500', '085440.197500', '085440.657500', '085441.117500', '085441.577500', '085442.037500', '085442.497500', '085442.957500', '085443.417500', '085443.877500', '085444.337500', '085444.797500', '085445.257500', '085445.717500', '085446.177500', '085446.637500', '085447.097500', '085447.557500', '085448.017500', '085448.477500', '085448.937500', '085449.397500', '085449.857500', '085450.317500', '085450.777500', '085451.237500', '085451.697500', '085452.157500', '085452.617500', '085453.077500', '085453.537500', '085453.997500', '085454.457500', '085454.917500', '085455.377500', '085455.837500', '085456.297500', '085456.757500', '085457.217500', '085457.677500', '085458.137500', '085458.597500', '085459.057500', '085459.517500', '085459.977500', '085500.437500', '085500.897500', '085501.357500', '085501.817500', '085502.277500', '085502.737500', '085503.197500', '085503.657500', '085504.117500', '085504.577500', '085505.037500', '085505.497500', '085505.957500', '085506.417500', '085506.877500', '085507.337500', '085507.797500', '085508.257500', '085508.717500', '085509.177500', '085509.637500', '085510.097500', '085510.557500', '085511.017500', '085511.477500', '085511.937500', '085512.397500', '085512.857500', '085513.317500', '085513.777500', '085514.237500', '085514.697500', '085515.157500', '085515.617500', '085516.077500', '085516.537500', '085516.997500', '085517.457500', '085517.917500', '085518.377500', '085518.837500', '085519.297500', '085519.757500', '085520.217500', '085520.677500', '085521.137500', '085521.597500', '085522.057500', '085522.517500', '085522.977500', '085523.437500', '085523.897500', '085524.357500', '085524.817500', '085525.277500', '085525.737500', '085526.197500', '085526.657500', '085527.117500', '085527.577500', '085528.037500', '085528.497500', '085528.957500', '085529.417500', '085529.877500', '085530.337500', '085530.797500', '085531.257500', '085531.717500', '085532.177500', '085532.637500', '085533.097500', '085533.557500', '085534.017500', '085534.477500', '085534.937500', '085535.397500', '085535.857500', '085536.317500', '085536.777500', '085537.237500', '085537.697500', '085538.157500', '085538.617500', '085539.077500', '085539.537500', '085539.997500', '085540.457500', '085540.917500', '085541.377500', '085541.837500', '085542.297500', '085542.757500', '085543.217500', '085543.677500', '085544.137500', '085544.597500', '085545.057500', '085545.517500', '085545.977500', '085546.437500', '085546.897500', '085547.357500', '085547.817500', '085548.277500', '085548.737500', '085549.197500', '085549.657500', '085550.117500', '085550.577500', '085551.037500', '085551.497500', '085551.957500', '085552.417500', '085552.877500', '085553.337500', '085553.797500', '085554.257500', '085554.717500', '085555.177500', '085555.637500', '085556.097500', '085556.557500', '085557.017500', '085557.477500', '085557.937500', '085558.397500', '085558.857500', '085559.317500', '085559.777500', '085600.237500', '085600.697500', '085601.157500', '085601.617500', '085602.077500', '085602.537500', '085602.997500', '085603.457500', '085603.917500', '085604.377500', '085604.837500', '085605.297500', '085605.757500', '085606.217500', '085606.677500', '085607.137500', '085607.597500', '085608.057500', '085608.517500', '085608.977500', '085609.437500', '085609.897500', '085610.357500', '085610.817500', '085611.277500', '085611.737500', '085612.197500', '085612.657500', '085613.117500', '085613.577500', '085614.037500', '085614.497500', '085614.957500', '085615.417500', '085615.877500', '085616.337500', '085616.797500', '085617.257500', '085617.717500', '085618.177500', '085618.637500', '085619.097500', '085619.557500', '085620.017500', '085620.477500', '085620.937500', '085621.397500', '085621.857500', '085622.317500', '085622.777500', '085623.237500', '085623.697500', '085624.157500', '085624.617500', '085625.077500', '085625.537500', '085625.997500', '085626.457500', '085626.917500', '085627.377500', '085627.837500', '085628.297500', '085628.757500', '085629.217500', '085629.677500', '085630.137500', '085630.597500', '085631.057500', '085631.517500', '085631.977500', '085632.437500', '085632.897500', '085633.357500', '085633.817500', '085634.277500', '085634.737500', '085635.197500', '085635.657500', '085636.117500', '085636.577500', '085637.037500', '085637.497500', '085637.957500', '085638.417500', '085638.877500', '085639.337500', '085639.797500', '085640.257500', '085640.717500', '085641.177500', '085641.637500', '085642.097500', '085642.557500', '085643.017500', '085643.477500', '085643.937500', '085644.397500', '085644.857500', '085645.317500', '085645.777500', '085646.237500', '085646.697500', '085647.157500', '085647.617500', '085648.077500', '085648.537500', '085648.997500', '085649.457500', '085649.917500', '085650.377500', '085650.837500', '085651.297500', '085651.757500', '085652.217500', '085652.677500', '085653.137500', '085653.597500', '085654.057500', '085654.517500', '085654.977500', '085655.437500', '085655.897500', '085656.357500', '085656.817500', '085657.277500', '085657.737500', '085658.197500', '085658.657500', '085659.117500', '085659.577500', '085700.037500', '085700.497500', '085700.957500', '085701.417500', '085701.877500', '085702.337500', '085702.797500', '085703.257500', '085703.717500', '085704.177500', '085704.637500', '085705.097500', '085705.557500', '085706.017500', '085706.477500', '085706.937500', '085707.397500', '085707.857500', '085708.317500', '085708.777500', '085709.237500', '085709.697500', '085710.157500', '085710.617500', '085711.077500', '085711.537500', '085711.997500', '085712.457500', '085712.917500', '085713.377500', '085713.837500', '085714.297500', '085714.757500', '085715.217500', '085715.677500', '085716.137500', '085716.597500', '085717.057500', '085717.517500', '085717.977500', '085718.437500', '085718.897500', '085719.357500', '085719.817500', '085720.277500', '085720.737500', '085721.197500', '085721.657500', '085722.117500', '085722.577500', '085723.037500', '085723.497500', '085723.957500', '085724.417500', '085724.877500', '085725.337500', '085725.797500', '085726.257500', '085726.717500', '085727.177500', '085727.637500', '085728.097500', '085728.557500', '085729.017500', '085729.477500', '085729.937500', '085730.397500', '085730.857500', '085731.317500', '085731.777500', '085732.237500', '085732.697500', '085733.157500', '085733.617500', '085734.077500', '085734.537500', '085734.997500', '085735.457500', '085735.917500', '085736.377500', '085736.837500', '085737.297500', '085737.757500', '085738.217500', '085738.677500', '085739.137500', '085739.597500', '085740.057500', '085740.517500', '085740.977500', '085741.437500', '085741.897500', '085742.357500', '085742.817500', '085743.277500', '085743.737500', '085744.197500', '085744.657500', '085745.117500', '085745.577500', '085746.037500', '085746.497500', '085746.957500', '085747.417500', '085747.877500', '085748.337500', '085748.797500', '085749.257500', '085749.717500', '085750.177500', '085750.637500', '085751.097500', '085751.557500', '085752.017500', '085752.477500', '085752.937500', '085753.397500', '085753.857500', '085754.317500', '085754.777500', '085755.237500', '085755.697500', '085756.157500', '085756.617500', '085757.077500', '085757.537500', '085757.997500', '085758.457500', '085758.917500', '085759.377500', '085759.837500', '085800.297500', '085800.757500', '085801.217500', '085801.677500', '085802.137500', '085802.597500', '085803.057500', '085803.517500', '085803.977500', '085804.437500', '085804.897500', '085805.357500', '085805.817500', '085806.277500', '085806.737500', '085807.197500', '085807.657500', '085808.117500', '085808.577500', '085809.037500', '085809.497500', '085809.957500', '085810.417500', '085810.877500', '085811.337500', '085811.797500', '085812.257500', '085812.717500', '085813.177500', '085813.637500', '085814.097500', '085814.557500', '085815.017500', '085815.477500', '085815.937500', '085816.397500', '085816.857500', '085817.317500', '085817.777500', '085818.237500', '085818.697500', '085819.157500', '085819.617500', '085820.077500', '085820.537500', '085820.997500', '085821.457500', '085821.917500', '085822.377500', '085822.837500', '085823.297500', '085823.757500', '085824.217500', '085824.677500', '085825.137500', '085825.597500', '085826.057500', '085826.517500', '085826.977500', '085827.437500', '085827.897500', '085828.357500', '085828.817500', '085829.277500', '085829.737500', '085830.197500', '085830.657500', '085831.117500', '085831.577500', '085832.037500', '085832.497500', '085832.957500', '085833.417500', '085833.877500', '085834.337500', '085834.797500', '085835.257500', '085835.717500', '085836.177500', '085836.637500', '085837.097500', '085837.557500', '085838.017500', '085838.477500', '085838.937500', '085839.397500', '085839.857500', '085840.317500', '085840.777500', '085841.237500', '085841.697500', '085842.157500', '085842.617500', '085843.077500', '085843.537500', '085843.997500', '085844.457500', '085844.917500', '085845.377500', '085845.837500', '085846.297500', '085846.757500', '085847.217500', '085847.677500', '085848.137500', '085848.597500', '085849.057500', '085849.517500', '085849.977500', '085850.437500', '085850.897500', '085851.357500', '085851.817500', '085852.277500', '085852.737500', '085853.197500', '085853.657500', '085854.117500', '085854.577500', '085855.037500', '085855.497500', '085855.957500', '085856.417500', '085856.877500', '085857.337500', '085857.797500', '085858.257500', '085858.717500', '085859.177500', '085859.637500', '085900.097500', '085900.557500', '085901.017500', '085901.477500', '085901.937500', '085902.397500', '085902.857500', '085903.317500', '085903.777500', '085904.237500', '085904.697500', '085905.157500', '085905.617500', '085906.077500', '085906.537500', '085906.997500', '085907.457500', '085907.917500', '085908.377500', '085908.837500', '085909.297500', '085909.757500', '085910.217500', '085910.677500', '085911.137500', '085911.597500', '085912.057500', '085912.517500', '085912.977500', '085913.437500', '085913.897500', '085914.357500', '085914.817500', '085915.277500', '085915.737500', '085916.197500', '085916.657500', '085917.117500', '085917.577500', '085918.037500', '085918.497500', '085918.957500', '085919.417500', '085919.877500', '085920.337500', '085920.797500', '085921.257500', '085921.717500', '085922.177500', '085922.637500', '085923.097500', '085923.557500', '085924.017500', '085924.477500', '085924.937500', '085925.397500', '085925.857500', '085926.317500', '085926.777500', '085927.237500', '085927.697500', '085928.157500', '085928.617500', '085929.077500', '085929.537500', '085929.997500', '085930.457500', '085930.917500', '085931.377500', '085931.837500', '085932.297500', '085932.757500', '085933.217500', '085933.677500', '085934.137500', '085934.597500', '085935.057500', '085935.517500', '085935.977500', '085936.437500', '085936.897500', '085937.357500', '085937.817500', '085938.277500', '085938.737500', '085939.197500', '085939.657500', '085940.117500', '085940.577500', '085941.037500', '085941.497500'], 'ContentTime': ['085004.141000', '085004.145000', '085004.147000', '085004.150000', '085004.153000', '085004.155000', '085004.158000', '085004.160000', '085004.163000', '085004.165000', '085004.168000', '085004.171000', '085004.174000', '085004.177000', '085004.179000', '085004.182000', '085004.195000', '085004.197000', '085004.200000', '085004.203000', '085004.205000', '085004.208000', '085004.211000', '085004.213000', '085004.216000', '085004.218000', '085004.221000', '085004.223000', '085004.226000', '085004.229000', '085004.231000', '085004.234000', '085004.236000', '085004.239000', '085004.242000', '085004.244000', '085004.247000', '085004.249000', '085004.252000', '085004.254000', '085004.257000', '085004.260000', '085004.262000', '085004.265000', '085004.268000', '085004.270000', '085004.273000', '085004.275000', '085004.280000', '085004.283000', '085004.286000', '085004.288000', '085004.291000', '085004.293000', '085004.296000', '085004.298000', '085004.301000', '085004.304000', '085004.306000', '085004.309000', '085004.311000', '085004.314000', '085024.099000', '085024.102000', '085024.105000', '085024.107000', '085024.110000', '085024.113000', '085024.115000', '085024.118000', '085024.121000', '085024.123000', '085024.126000', '085024.128000', '085024.131000', '085024.134000', '085024.136000', '085024.139000', '085024.142000', '085024.144000', '085024.147000', '085024.149000', '085024.152000', '085024.154000', '085024.172000', '085024.174000', '085024.177000', '085024.180000', '085024.182000', '085024.185000', '085024.187000', '085024.190000', '085024.193000', '085024.195000', '085024.198000', '085024.200000', '085024.203000', '085024.205000', '085024.208000', '085024.211000', '085024.213000', '085024.216000', '085024.218000', '085024.221000', '085024.223000', '085024.226000', '085044.099000', '085044.102000', '085044.105000', '085044.108000', '085044.110000', '085044.113000', '085044.116000', '085044.118000', '085044.130000', '085044.133000', '085044.136000', '085044.138000', '085044.141000', '085044.143000', '085044.146000', '085044.149000', '085044.151000', '085044.154000', '085044.156000', '085044.159000', '085044.162000', '085044.164000', '085044.167000', '085044.170000', '085044.172000', '085044.175000', '085044.177000', '085044.180000', '085044.182000', '085044.185000', '085044.188000', '085044.190000', '085044.193000', '085044.195000', '085044.198000', '085044.201000', '085044.204000', '085044.207000', '085044.210000', '085044.213000', '085044.215000', '085044.218000', '085044.220000', '085104.098000', '085104.101000', '085104.104000', '085104.107000', '085104.109000', '085104.112000', '085104.117000', '085104.120000', '085104.122000', '085104.125000', '085104.127000', '085104.130000', '085104.133000', '085104.135000', '085104.138000', '085104.141000', '085104.143000', '085104.146000', '085104.148000', '085104.151000', '085104.154000', '085104.156000', '085104.159000', '085104.162000', '085104.164000', '085104.167000', '085104.169000', '085104.172000', '085104.175000', '085104.177000', '085104.180000', '085104.183000', '085104.185000', '085104.188000', '085104.191000', '085104.193000', '085104.196000', '085104.198000', '085104.201000', '085104.204000', '085104.206000', '085104.209000', '085104.211000', '085104.214000', '085124.098000', '085124.102000', '085124.104000', '085124.107000', '085124.110000', '085124.113000', '085124.115000', '085124.118000', '085124.120000', '085124.123000', '085124.126000', '085124.128000', '085124.131000', '085124.133000', '085124.136000', '085124.139000', '085124.141000', '085124.144000', '085124.147000', '085124.149000', '085124.152000', '085124.155000', '085124.157000', '085124.160000', '085124.162000', '085124.165000', '085124.168000', '085124.170000', '085124.173000', '085124.176000', '085124.178000', '085124.181000', '085124.183000', '085124.186000', '085124.189000', '085124.191000', '085124.194000', '085124.197000', '085124.200000', '085124.203000', '085124.206000', '085124.208000', '085124.211000', '085144.100000', '085144.103000', '085144.106000', '085144.108000', '085144.111000', '085144.114000', '085144.116000', '085144.119000', '085144.121000', '085144.124000', '085144.127000', '085144.129000', '085144.132000', '085144.134000', '085144.137000', '085144.140000', '085144.142000', '085144.145000', '085144.148000', '085144.157000', '085144.159000', '085144.162000', '085144.164000', '085144.167000', '085144.170000', '085144.172000', '085144.175000', '085144.178000', '085144.180000', '085144.183000', '085144.186000', '085144.188000', '085144.227000', '085144.230000', '085144.233000', '085144.235000', '085144.238000', '085144.240000', '085144.243000', '085144.245000', '085144.248000', '085144.251000', '085144.253000', '085144.256000', '085204.099000', '085204.102000', '085204.105000', '085204.108000', '085204.110000', '085204.113000', '085204.116000', '085204.118000', '085204.121000', '085204.123000', '085204.126000', '085204.129000', '085204.131000', '085204.134000', '085204.136000', '085204.139000', '085204.142000', '085204.157000', '085204.160000', '085204.162000', '085204.165000', '085204.168000', '085204.170000', '085204.173000', '085204.175000', '085204.178000', '085204.180000', '085204.183000', '085204.186000', '085204.189000', '085204.208000', '085204.211000', '085204.214000', '085204.216000', '085204.219000', '085204.221000', '085204.224000', '085204.227000', '085204.229000', '085204.232000', '085204.235000', '085204.237000', '085204.240000', '085224.100000', '085224.103000', '085224.105000', '085224.108000', '085224.111000', '085224.113000', '085224.116000', '085224.118000', '085224.121000', '085224.124000', '085224.127000', '085224.129000', '085224.132000', '085224.134000', '085224.137000', '085224.140000', '085224.142000', '085224.145000', '085224.147000', '085224.150000', '085224.153000', '085224.155000', '085224.158000', '085224.160000', '085224.163000', '085224.166000', '085224.168000', '085224.171000', '085224.173000', '085224.176000', '085224.179000', '085224.181000', '085224.184000', '085224.187000', '085224.189000', '085224.192000', '085224.194000', '085224.197000', '085224.200000', '085224.202000', '085224.205000', '085224.207000', '085224.210000', '085224.212000', '085244.099000', '085244.102000', '085244.105000', '085244.108000', '085244.110000', '085244.113000', '085244.115000', '085244.118000', '085244.121000', '085244.128000', '085244.131000', '085244.134000', '085244.136000', '085244.139000', '085244.142000', '085244.144000', '085244.147000', '085244.149000', '085244.152000', '085244.155000', '085244.157000', '085244.160000', '085244.162000', '085244.165000', '085244.168000', '085244.170000', '085244.173000', '085244.176000', '085244.178000', '085244.181000', '085244.183000', '085244.186000', '085244.189000', '085244.191000', '085244.213000', '085244.216000', '085244.218000', '085244.221000', '085244.223000', '085244.226000', '085244.228000', '085244.231000', '085244.234000', '085304.100000', '085304.103000', '085304.105000', '085304.108000', '085304.111000', '085304.113000', '085304.116000', '085304.118000', '085304.121000', '085304.124000', '085304.126000', '085304.129000', '085304.140000', '085304.143000', '085304.145000', '085304.148000', '085304.151000', '085304.154000', '085304.156000', '085304.159000', '085304.161000', '085304.164000', '085304.167000', '085304.169000', '085304.172000', '085304.174000', '085304.177000', '085304.180000', '085304.182000', '085304.185000', '085304.187000', '085304.252000', '085304.255000', '085304.257000', '085304.260000', '085304.263000', '085304.265000', '085304.268000', '085304.270000', '085304.273000', '085304.275000', '085304.278000', '085304.280000', '085304.283000', '085324.098000', '085324.101000', '085324.104000', '085324.107000', '085324.109000', '085324.112000', '085324.115000', '085324.117000', '085324.120000', '085324.122000', '085324.125000', '085324.128000', '085324.130000', '085324.133000', '085324.136000', '085324.138000', '085324.141000', '085324.144000', '085324.146000', '085324.149000', '085324.152000', '085324.154000', '085324.157000', '085324.159000', '085324.162000', '085324.165000', '085324.167000', '085324.170000', '085324.172000', '085324.175000', '085324.178000', '085324.180000', '085324.183000', '085324.185000', '085324.188000', '085324.235000', '085324.237000', '085324.240000', '085324.242000', '085324.245000', '085324.248000', '085324.250000', '085324.253000', '085344.099000', '085344.101000', '085344.104000', '085344.107000', '085344.109000', '085344.112000', '085344.115000', '085344.118000', '085344.120000', '085344.123000', '085344.125000', '085344.128000', '085344.131000', '085344.133000', '085344.136000', '085344.139000', '085344.141000', '085344.144000', '085344.147000', '085344.157000', '085344.160000', '085344.163000', '085344.165000', '085344.168000', '085344.171000', '085344.173000', '085344.176000', '085344.179000', '085344.181000', '085344.184000', '085344.186000', '085344.189000', '085344.238000', '085344.241000', '085344.244000', '085344.246000', '085344.249000', '085344.252000', '085344.254000', '085344.257000', '085344.259000', '085344.262000', '085344.265000', '085344.267000', '085404.100000', '085404.103000', '085404.106000', '085404.108000', '085404.111000', '085404.113000', '085404.116000', '085404.119000', '085404.121000', '085404.124000', '085404.127000', '085404.129000', '085404.132000', '085404.135000', '085404.137000', '085404.140000', '085404.142000', '085404.145000', '085404.148000', '085404.150000', '085404.153000', '085404.156000', '085404.158000', '085404.161000', '085404.163000', '085404.166000', '085404.169000', '085404.171000', '085404.174000', '085404.177000', '085404.179000', '085404.182000', '085404.185000', '085404.187000', '085404.251000', '085404.254000', '085404.257000', '085404.259000', '085404.262000', '085404.265000', '085404.267000', '085404.270000', '085404.272000', '085424.100000', '085424.103000', '085424.105000', '085424.108000', '085424.111000', '085424.113000', '085424.116000', '085424.119000', '085424.122000', '085424.126000', '085424.129000', '085424.132000', '085424.134000', '085424.137000', '085424.140000', '085424.142000', '085424.145000', '085424.147000', '085424.150000', '085424.152000', '085424.155000', '085424.158000', '085424.160000', '085424.163000', '085424.166000', '085424.168000', '085424.171000', '085424.174000', '085424.176000', '085424.179000', '085424.182000', '085424.185000', '085424.187000', '085424.215000', '085424.218000', '085424.220000', '085424.223000', '085424.225000', '085424.228000', '085424.231000', '085424.234000', '085424.237000', '085424.240000', '085444.100000', '085444.103000', '085444.105000', '085444.108000', '085444.110000', '085444.113000', '085444.116000', '085444.118000', '085444.121000', '085444.124000', '085444.126000', '085444.129000', '085444.131000', '085444.134000', '085444.137000', '085444.139000', '085444.142000', '085444.145000', '085444.147000', '085444.150000', '085444.152000', '085444.155000', '085444.158000', '085444.160000', '085444.163000', '085444.166000', '085444.168000', '085444.171000', '085444.173000', '085444.176000', '085444.179000', '085444.181000', '085444.184000', '085444.186000', '085444.189000', '085444.242000', '085444.244000', '085444.247000', '085444.250000', '085444.252000', '085444.255000', '085444.258000', '085444.260000', '085444.263000', '085504.099000', '085504.102000', '085504.105000', '085504.107000', '085504.110000', '085504.113000', '085504.115000', '085504.118000', '085504.120000', '085504.134000', '085504.137000', '085504.139000', '085504.142000', '085504.145000', '085504.147000', '085504.150000', '085504.152000', '085504.155000', '085504.157000', '085504.160000', '085504.163000', '085504.165000', '085504.168000', '085504.170000', '085504.210000', '085504.213000', '085504.215000', '085504.218000', '085504.220000', '085504.223000', '085504.226000', '085504.228000', '085504.231000', '085504.233000', '085504.236000', '085504.238000', '085504.241000', '085504.243000', '085504.246000', '085504.249000', '085504.251000', '085504.254000', '085504.257000', '085524.100000', '085524.102000', '085524.105000', '085524.108000', '085524.110000', '085524.113000', '085524.115000', '085524.118000', '085524.120000', '085524.123000', '085524.126000', '085524.128000', '085524.131000', '085524.133000', '085524.136000', '085524.139000', '085524.141000', '085524.144000', '085524.146000', '085524.149000', '085524.151000', '085524.154000', '085524.157000', '085524.159000', '085524.162000', '085524.164000', '085524.167000', '085524.170000', '085524.172000', '085524.175000', '085524.177000', '085524.180000', '085524.183000', '085524.185000', '085524.188000', '085524.242000', '085524.245000', '085524.247000', '085524.250000', '085524.252000', '085524.255000', '085524.257000', '085524.260000', '085524.263000', '085544.098000', '085544.101000', '085544.104000', '085544.107000', '085544.109000', '085544.112000', '085544.114000', '085544.117000', '085544.120000', '085544.122000', '085544.125000', '085544.129000', '085544.132000', '085544.134000', '085544.137000', '085544.140000', '085544.142000', '085544.145000', '085544.147000', '085544.150000', '085544.152000', '085544.156000', '085544.159000', '085544.163000', '085544.166000', '085544.168000', '085544.171000', '085544.174000', '085544.176000', '085544.179000', '085544.181000', '085544.184000', '085544.186000', '085544.189000', '085544.192000', '085544.194000', '085544.197000', '085544.200000', '085544.202000', '085544.205000', '085544.207000', '085544.210000', '085544.213000', '085604.099000', '085604.101000', '085604.104000', '085604.107000', '085604.109000', '085604.112000', '085604.114000', '085604.117000', '085604.119000', '085604.122000', '085604.125000', '085604.127000', '085604.130000', '085604.132000', '085604.135000', '085604.138000', '085604.140000', '085604.143000', '085604.146000', '085604.148000', '085604.151000', '085604.153000', '085604.156000', '085604.158000', '085604.161000', '085604.163000', '085604.166000', '085604.169000', '085604.171000', '085604.174000', '085604.176000', '085604.179000', '085604.182000', '085604.184000', '085604.187000', '085604.222000', '085604.225000', '085604.227000', '085604.230000', '085604.233000', '085604.235000', '085604.238000', '085604.240000', '085604.243000', '085624.100000', '085624.103000', '085624.105000', '085624.108000', '085624.110000', '085624.113000', '085624.116000', '085624.118000', '085624.121000', '085624.123000', '085624.126000', '085624.129000', '085624.131000', '085624.134000', '085624.136000', '085624.139000', '085624.141000', '085624.144000', '085624.147000', '085624.149000', '085624.152000', '085624.154000', '085624.157000', '085624.167000', '085624.170000', '085624.172000', '085624.175000', '085624.178000', '085624.180000', '085624.183000', '085624.185000', '085624.188000', '085624.264000', '085624.267000', '085624.281000', '085624.283000', '085624.286000', '085624.289000', '085624.291000', '085624.294000', '085624.296000', '085624.299000', '085624.301000', '085644.099000', '085644.102000', '085644.105000', '085644.107000', '085644.110000', '085644.113000', '085644.115000', '085644.118000', '085644.120000', '085644.124000', '085644.126000', '085644.129000', '085644.131000', '085644.134000', '085644.137000', '085644.139000', '085644.142000', '085644.145000', '085644.147000', '085644.150000', '085644.152000', '085644.155000', '085644.158000', '085644.160000', '085644.163000', '085644.165000', '085644.168000', '085644.170000', '085644.173000', '085644.175000', '085644.178000', '085644.181000', '085644.183000', '085644.186000', '085644.188000', '085644.191000', '085644.194000', '085644.196000', '085644.199000', '085644.201000', '085644.204000', '085644.206000', '085644.209000', '085644.211000', '085704.100000', '085704.106000', '085704.109000', '085704.111000', '085704.114000', '085704.117000', '085704.119000', '085704.122000', '085704.124000', '085704.127000', '085704.130000', '085704.132000', '085704.135000', '085704.137000', '085704.140000', '085704.142000', '085704.145000', '085704.148000', '085704.150000', '085704.153000', '085704.156000', '085704.158000', '085704.161000', '085704.163000', '085704.166000', '085704.169000', '085704.171000', '085704.174000', '085704.176000', '085704.179000', '085704.182000', '085704.185000', '085704.188000', '085704.274000', '085704.277000', '085704.280000', '085704.282000', '085704.285000', '085704.287000', '085704.290000', '085704.293000', '085704.295000', '085704.298000', '085724.099000', '085724.102000', '085724.105000', '085724.107000', '085724.110000', '085724.113000', '085724.115000', '085724.118000', '085724.120000', '085724.123000', '085724.126000', '085724.128000', '085724.131000', '085724.133000', '085724.136000', '085724.148000', '085724.151000', '085724.154000', '085724.156000', '085724.159000', '085724.161000', '085724.164000', '085724.166000', '085724.169000', '085724.172000', '085724.174000', '085724.177000', '085724.180000', '085724.182000', '085724.185000', '085724.187000', '085724.238000', '085724.240000', '085724.243000', '085724.245000', '085724.248000', '085724.251000', '085724.253000', '085724.256000', '085724.258000', '085724.261000', '085724.264000', '085724.266000', '085724.269000', '085744.100000', '085744.103000', '085744.105000', '085744.108000', '085744.111000', '085744.113000', '085744.116000', '085744.118000', '085744.121000', '085744.123000', '085744.126000', '085744.129000', '085744.131000', '085744.134000', '085744.137000', '085744.139000', '085744.142000', '085744.145000', '085744.147000', '085744.150000', '085744.152000', '085744.155000', '085744.157000', '085744.160000', '085744.163000', '085744.165000', '085744.168000', '085744.170000', '085744.173000', '085744.176000', '085744.178000', '085744.200000', '085744.269000', '085744.271000', '085744.274000', '085744.276000', '085744.279000', '085744.282000', '085744.284000', '085744.287000', '085744.289000', '085744.292000', '085744.294000', '085804.099000', '085804.102000', '085804.104000', '085804.107000', '085804.110000', '085804.112000', '085804.115000', '085804.117000', '085804.120000', '085804.122000', '085804.125000', '085804.128000', '085804.130000', '085804.133000', '085804.135000', '085804.138000', '085804.140000', '085804.143000', '085804.146000', '085804.148000', '085804.151000', '085804.153000', '085804.167000', '085804.170000', '085804.172000', '085804.175000', '085804.177000', '085804.180000', '085804.182000', '085804.185000', '085804.188000', '085804.270000', '085804.272000', '085804.275000', '085804.278000', '085804.280000', '085804.283000', '085804.285000', '085804.288000', '085804.290000', '085804.293000', '085804.296000', '085804.298000', '085804.301000', '085824.099000', '085824.101000', '085824.104000', '085824.107000', '085824.109000', '085824.112000', '085824.114000', '085824.117000', '085824.119000', '085824.122000', '085824.125000', '085824.127000', '085824.130000', '085824.132000', '085824.135000', '085824.137000', '085824.140000', '085824.143000', '085824.145000', '085824.148000', '085824.150000', '085824.153000', '085824.155000', '085824.158000', '085824.160000', '085824.163000', '085824.166000', '085824.168000', '085824.171000', '085824.174000', '085824.176000', '085824.179000', '085824.181000', '085824.184000', '085824.187000', '085824.189000', '085824.266000', '085824.268000', '085824.271000', '085824.273000', '085824.276000', '085824.278000', '085824.281000', '085844.100000', '085844.102000', '085844.105000', '085844.108000', '085844.110000', '085844.113000', '085844.115000', '085844.118000', '085844.120000', '085844.123000', '085844.126000', '085844.128000', '085844.131000', '085844.133000', '085844.136000', '085844.138000', '085844.141000', '085844.144000', '085844.146000', '085844.149000', '085844.151000', '085844.154000', '085844.156000', '085844.159000', '085844.161000', '085844.164000', '085844.167000', '085844.169000', '085844.172000', '085844.174000', '085844.177000', '085844.180000', '085844.182000', '085844.185000', '085844.188000', '085844.253000', '085844.255000', '085844.258000', '085844.261000', '085844.263000', '085844.266000', '085844.268000', '085844.271000', '085844.274000', '085904.100000', '085904.102000', '085904.105000', '085904.108000', '085904.110000', '085904.113000', '085904.116000', '085904.118000', '085904.121000', '085904.123000', '085904.126000', '085904.129000', '085904.131000', '085904.153000', '085904.155000', '085904.158000', '085904.160000', '085904.163000', '085904.166000', '085904.168000', '085904.171000', '085904.173000', '085904.176000', '085904.178000', '085904.181000', '085904.184000', '085904.186000', '085904.189000', '085904.279000', '085904.281000', '085904.284000', '085904.287000', '085904.289000', '085904.292000', '085904.294000', '085904.297000', '085904.299000', '085904.302000', '085904.304000', '085904.307000', '085904.310000', '085904.312000', '085904.315000', '085924.100000', '085924.102000', '085924.105000', '085924.108000', '085924.110000', '085924.113000', '085924.115000', '085924.118000', '085924.121000', '085924.123000', '085924.126000', '085924.128000', '085924.131000', '085924.134000', '085924.136000', '085924.139000', '085924.141000', '085924.144000', '085924.146000', '085924.149000', '085924.152000', '085924.154000', '085924.157000', '085924.159000', '085924.162000', '085924.164000', '085924.167000', '085924.170000', '085924.172000', '085924.175000', '085924.177000', '085924.180000', '085924.183000', '085924.185000', '085924.188000', '085924.303000', '085924.306000', '085924.308000', '085924.311000', '085924.313000', '085924.316000', '085924.319000', '085924.321000', '085924.324000', '085943.307000', '085943.310000', '085943.313000', '085943.316000', '085943.318000', '085943.321000', '085943.324000', '085943.326000', '085943.329000', '085943.332000', '085943.334000', '085943.337000', '085943.339000', '085943.342000', '085943.345000', '085943.347000', '085943.350000', '085943.353000', '085943.355000', '085943.358000', '085943.360000', '085943.363000', '085943.366000', '085943.368000', '085943.371000', '085943.374000', '085943.376000', '085943.379000', '085943.382000', '085943.393000', '085943.396000', '085943.398000', '085943.401000', '085943.403000', '085943.406000', '085943.409000', '085943.411000', '085943.414000', '085943.417000', '085943.419000', '085943.422000', '085943.425000'], 'InstanceCreationTime': ['085004.141000', '085004.145000', '085004.147000', '085004.150000', '085004.153000', '085004.155000', '085004.158000', '085004.160000', '085004.163000', '085004.165000', '085004.168000', '085004.171000', '085004.174000', '085004.177000', '085004.179000', '085004.182000', '085004.195000', '085004.197000', '085004.200000', '085004.203000', '085004.205000', '085004.208000', '085004.211000', '085004.213000', '085004.216000', '085004.218000', '085004.221000', '085004.223000', '085004.226000', '085004.229000', '085004.231000', '085004.234000', '085004.236000', '085004.239000', '085004.242000', '085004.244000', '085004.247000', '085004.249000', '085004.252000', '085004.254000', '085004.257000', '085004.260000', '085004.262000', '085004.265000', '085004.268000', '085004.270000', '085004.273000', '085004.275000', '085004.280000', '085004.283000', '085004.286000', '085004.288000', '085004.291000', '085004.293000', '085004.296000', '085004.298000', '085004.301000', '085004.304000', '085004.306000', '085004.309000', '085004.311000', '085004.314000', '085024.099000', '085024.102000', '085024.105000', '085024.107000', '085024.110000', '085024.113000', '085024.115000', '085024.118000', '085024.121000', '085024.123000', '085024.126000', '085024.128000', '085024.131000', '085024.134000', '085024.136000', '085024.139000', '085024.142000', '085024.144000', '085024.147000', '085024.149000', '085024.152000', '085024.154000', '085024.172000', '085024.174000', '085024.177000', '085024.180000', '085024.182000', '085024.185000', '085024.187000', '085024.190000', '085024.193000', '085024.195000', '085024.198000', '085024.200000', '085024.203000', '085024.205000', '085024.208000', '085024.211000', '085024.213000', '085024.216000', '085024.218000', '085024.221000', '085024.223000', '085024.226000', '085044.099000', '085044.102000', '085044.105000', '085044.108000', '085044.110000', '085044.113000', '085044.116000', '085044.118000', '085044.130000', '085044.133000', '085044.136000', '085044.138000', '085044.141000', '085044.143000', '085044.146000', '085044.149000', '085044.151000', '085044.154000', '085044.156000', '085044.159000', '085044.162000', '085044.164000', '085044.167000', '085044.170000', '085044.172000', '085044.175000', '085044.177000', '085044.180000', '085044.182000', '085044.185000', '085044.188000', '085044.190000', '085044.193000', '085044.195000', '085044.198000', '085044.201000', '085044.204000', '085044.207000', '085044.210000', '085044.213000', '085044.215000', '085044.218000', '085044.220000', '085104.098000', '085104.101000', '085104.104000', '085104.107000', '085104.109000', '085104.112000', '085104.117000', '085104.120000', '085104.122000', '085104.125000', '085104.127000', '085104.130000', '085104.133000', '085104.135000', '085104.138000', '085104.141000', '085104.143000', '085104.146000', '085104.148000', '085104.151000', '085104.154000', '085104.156000', '085104.159000', '085104.162000', '085104.164000', '085104.167000', '085104.169000', '085104.172000', '085104.175000', '085104.177000', '085104.180000', '085104.183000', '085104.185000', '085104.188000', '085104.191000', '085104.193000', '085104.196000', '085104.198000', '085104.201000', '085104.204000', '085104.206000', '085104.209000', '085104.211000', '085104.214000', '085124.098000', '085124.102000', '085124.104000', '085124.107000', '085124.110000', '085124.113000', '085124.115000', '085124.118000', '085124.120000', '085124.123000', '085124.126000', '085124.128000', '085124.131000', '085124.133000', '085124.136000', '085124.139000', '085124.141000', '085124.144000', '085124.147000', '085124.149000', '085124.152000', '085124.155000', '085124.157000', '085124.160000', '085124.162000', '085124.165000', '085124.168000', '085124.170000', '085124.173000', '085124.176000', '085124.178000', '085124.181000', '085124.183000', '085124.186000', '085124.189000', '085124.191000', '085124.194000', '085124.197000', '085124.200000', '085124.203000', '085124.206000', '085124.208000', '085124.211000', '085144.100000', '085144.103000', '085144.106000', '085144.108000', '085144.111000', '085144.114000', '085144.116000', '085144.119000', '085144.121000', '085144.124000', '085144.127000', '085144.129000', '085144.132000', '085144.134000', '085144.137000', '085144.140000', '085144.142000', '085144.145000', '085144.148000', '085144.157000', '085144.159000', '085144.162000', '085144.164000', '085144.167000', '085144.170000', '085144.172000', '085144.175000', '085144.178000', '085144.180000', '085144.183000', '085144.186000', '085144.188000', '085144.227000', '085144.230000', '085144.233000', '085144.235000', '085144.238000', '085144.240000', '085144.243000', '085144.245000', '085144.248000', '085144.251000', '085144.253000', '085144.256000', '085204.099000', '085204.102000', '085204.105000', '085204.108000', '085204.110000', '085204.113000', '085204.116000', '085204.118000', '085204.121000', '085204.123000', '085204.126000', '085204.129000', '085204.131000', '085204.134000', '085204.136000', '085204.139000', '085204.142000', '085204.157000', '085204.160000', '085204.162000', '085204.165000', '085204.168000', '085204.170000', '085204.173000', '085204.175000', '085204.178000', '085204.180000', '085204.183000', '085204.186000', '085204.189000', '085204.208000', '085204.211000', '085204.214000', '085204.216000', '085204.219000', '085204.221000', '085204.224000', '085204.227000', '085204.229000', '085204.232000', '085204.235000', '085204.237000', '085204.240000', '085224.100000', '085224.103000', '085224.105000', '085224.108000', '085224.111000', '085224.113000', '085224.116000', '085224.118000', '085224.121000', '085224.124000', '085224.127000', '085224.129000', '085224.132000', '085224.134000', '085224.137000', '085224.140000', '085224.142000', '085224.145000', '085224.147000', '085224.150000', '085224.153000', '085224.155000', '085224.158000', '085224.160000', '085224.163000', '085224.166000', '085224.168000', '085224.171000', '085224.173000', '085224.176000', '085224.179000', '085224.181000', '085224.184000', '085224.187000', '085224.189000', '085224.192000', '085224.194000', '085224.197000', '085224.200000', '085224.202000', '085224.205000', '085224.207000', '085224.210000', '085224.212000', '085244.099000', '085244.102000', '085244.105000', '085244.108000', '085244.110000', '085244.113000', '085244.115000', '085244.118000', '085244.121000', '085244.128000', '085244.131000', '085244.134000', '085244.136000', '085244.139000', '085244.142000', '085244.144000', '085244.147000', '085244.149000', '085244.152000', '085244.155000', '085244.157000', '085244.160000', '085244.162000', '085244.165000', '085244.168000', '085244.170000', '085244.173000', '085244.176000', '085244.178000', '085244.181000', '085244.183000', '085244.186000', '085244.189000', '085244.191000', '085244.213000', '085244.216000', '085244.218000', '085244.221000', '085244.223000', '085244.226000', '085244.228000', '085244.231000', '085244.234000', '085304.100000', '085304.103000', '085304.105000', '085304.108000', '085304.111000', '085304.113000', '085304.116000', '085304.118000', '085304.121000', '085304.124000', '085304.126000', '085304.129000', '085304.140000', '085304.143000', '085304.145000', '085304.148000', '085304.151000', '085304.154000', '085304.156000', '085304.159000', '085304.161000', '085304.164000', '085304.167000', '085304.169000', '085304.172000', '085304.174000', '085304.177000', '085304.180000', '085304.182000', '085304.185000', '085304.187000', '085304.252000', '085304.255000', '085304.257000', '085304.260000', '085304.263000', '085304.265000', '085304.268000', '085304.270000', '085304.273000', '085304.275000', '085304.278000', '085304.280000', '085304.283000', '085324.098000', '085324.101000', '085324.104000', '085324.107000', '085324.109000', '085324.112000', '085324.115000', '085324.117000', '085324.120000', '085324.122000', '085324.125000', '085324.128000', '085324.130000', '085324.133000', '085324.136000', '085324.138000', '085324.141000', '085324.144000', '085324.146000', '085324.149000', '085324.152000', '085324.154000', '085324.157000', '085324.159000', '085324.162000', '085324.165000', '085324.167000', '085324.170000', '085324.172000', '085324.175000', '085324.178000', '085324.180000', '085324.183000', '085324.185000', '085324.188000', '085324.235000', '085324.237000', '085324.240000', '085324.242000', '085324.245000', '085324.248000', '085324.250000', '085324.253000', '085344.099000', '085344.101000', '085344.104000', '085344.107000', '085344.109000', '085344.112000', '085344.115000', '085344.118000', '085344.120000', '085344.123000', '085344.125000', '085344.128000', '085344.131000', '085344.133000', '085344.136000', '085344.139000', '085344.141000', '085344.144000', '085344.147000', '085344.157000', '085344.160000', '085344.163000', '085344.165000', '085344.168000', '085344.171000', '085344.173000', '085344.176000', '085344.179000', '085344.181000', '085344.184000', '085344.186000', '085344.189000', '085344.238000', '085344.241000', '085344.244000', '085344.246000', '085344.249000', '085344.252000', '085344.254000', '085344.257000', '085344.259000', '085344.262000', '085344.265000', '085344.267000', '085404.100000', '085404.103000', '085404.106000', '085404.108000', '085404.111000', '085404.113000', '085404.116000', '085404.119000', '085404.121000', '085404.124000', '085404.127000', '085404.129000', '085404.132000', '085404.135000', '085404.137000', '085404.140000', '085404.142000', '085404.145000', '085404.148000', '085404.150000', '085404.153000', '085404.156000', '085404.158000', '085404.161000', '085404.163000', '085404.166000', '085404.169000', '085404.171000', '085404.174000', '085404.177000', '085404.179000', '085404.182000', '085404.185000', '085404.187000', '085404.251000', '085404.254000', '085404.257000', '085404.259000', '085404.262000', '085404.265000', '085404.267000', '085404.270000', '085404.272000', '085424.100000', '085424.103000', '085424.105000', '085424.108000', '085424.111000', '085424.113000', '085424.116000', '085424.119000', '085424.122000', '085424.126000', '085424.129000', '085424.132000', '085424.134000', '085424.137000', '085424.140000', '085424.142000', '085424.145000', '085424.147000', '085424.150000', '085424.152000', '085424.155000', '085424.158000', '085424.160000', '085424.163000', '085424.166000', '085424.168000', '085424.171000', '085424.174000', '085424.176000', '085424.179000', '085424.182000', '085424.185000', '085424.187000', '085424.215000', '085424.218000', '085424.220000', '085424.223000', '085424.225000', '085424.228000', '085424.231000', '085424.234000', '085424.237000', '085424.240000', '085444.100000', '085444.103000', '085444.105000', '085444.108000', '085444.110000', '085444.113000', '085444.116000', '085444.118000', '085444.121000', '085444.124000', '085444.126000', '085444.129000', '085444.131000', '085444.134000', '085444.137000', '085444.139000', '085444.142000', '085444.145000', '085444.147000', '085444.150000', '085444.152000', '085444.155000', '085444.158000', '085444.160000', '085444.163000', '085444.166000', '085444.168000', '085444.171000', '085444.173000', '085444.176000', '085444.179000', '085444.181000', '085444.184000', '085444.186000', '085444.189000', '085444.242000', '085444.244000', '085444.247000', '085444.250000', '085444.252000', '085444.255000', '085444.258000', '085444.260000', '085444.263000', '085504.099000', '085504.102000', '085504.105000', '085504.107000', '085504.110000', '085504.113000', '085504.115000', '085504.118000', '085504.120000', '085504.134000', '085504.137000', '085504.139000', '085504.142000', '085504.145000', '085504.147000', '085504.150000', '085504.152000', '085504.155000', '085504.157000', '085504.160000', '085504.163000', '085504.165000', '085504.168000', '085504.170000', '085504.210000', '085504.213000', '085504.215000', '085504.218000', '085504.220000', '085504.223000', '085504.226000', '085504.228000', '085504.231000', '085504.233000', '085504.236000', '085504.238000', '085504.241000', '085504.243000', '085504.246000', '085504.249000', '085504.251000', '085504.254000', '085504.257000', '085524.100000', '085524.102000', '085524.105000', '085524.108000', '085524.110000', '085524.113000', '085524.115000', '085524.118000', '085524.120000', '085524.123000', '085524.126000', '085524.128000', '085524.131000', '085524.133000', '085524.136000', '085524.139000', '085524.141000', '085524.144000', '085524.146000', '085524.149000', '085524.151000', '085524.154000', '085524.157000', '085524.159000', '085524.162000', '085524.164000', '085524.167000', '085524.170000', '085524.172000', '085524.175000', '085524.177000', '085524.180000', '085524.183000', '085524.185000', '085524.188000', '085524.242000', '085524.245000', '085524.247000', '085524.250000', '085524.252000', '085524.255000', '085524.257000', '085524.260000', '085524.263000', '085544.098000', '085544.101000', '085544.104000', '085544.107000', '085544.109000', '085544.112000', '085544.114000', '085544.117000', '085544.120000', '085544.122000', '085544.125000', '085544.129000', '085544.132000', '085544.134000', '085544.137000', '085544.140000', '085544.142000', '085544.145000', '085544.147000', '085544.150000', '085544.152000', '085544.156000', '085544.159000', '085544.163000', '085544.166000', '085544.168000', '085544.171000', '085544.174000', '085544.176000', '085544.179000', '085544.181000', '085544.184000', '085544.186000', '085544.189000', '085544.192000', '085544.194000', '085544.197000', '085544.200000', '085544.202000', '085544.205000', '085544.207000', '085544.210000', '085544.213000', '085604.099000', '085604.101000', '085604.104000', '085604.107000', '085604.109000', '085604.112000', '085604.114000', '085604.117000', '085604.119000', '085604.122000', '085604.125000', '085604.127000', '085604.130000', '085604.132000', '085604.135000', '085604.138000', '085604.140000', '085604.143000', '085604.146000', '085604.148000', '085604.151000', '085604.153000', '085604.156000', '085604.158000', '085604.161000', '085604.163000', '085604.166000', '085604.169000', '085604.171000', '085604.174000', '085604.176000', '085604.179000', '085604.182000', '085604.184000', '085604.187000', '085604.222000', '085604.225000', '085604.227000', '085604.230000', '085604.233000', '085604.235000', '085604.238000', '085604.240000', '085604.243000', '085624.100000', '085624.103000', '085624.105000', '085624.108000', '085624.110000', '085624.113000', '085624.116000', '085624.118000', '085624.121000', '085624.123000', '085624.126000', '085624.129000', '085624.131000', '085624.134000', '085624.136000', '085624.139000', '085624.141000', '085624.144000', '085624.147000', '085624.149000', '085624.152000', '085624.154000', '085624.157000', '085624.167000', '085624.170000', '085624.172000', '085624.175000', '085624.178000', '085624.180000', '085624.183000', '085624.185000', '085624.188000', '085624.264000', '085624.267000', '085624.281000', '085624.283000', '085624.286000', '085624.289000', '085624.291000', '085624.294000', '085624.296000', '085624.299000', '085624.301000', '085644.099000', '085644.102000', '085644.105000', '085644.107000', '085644.110000', '085644.113000', '085644.115000', '085644.118000', '085644.120000', '085644.124000', '085644.126000', '085644.129000', '085644.131000', '085644.134000', '085644.137000', '085644.139000', '085644.142000', '085644.145000', '085644.147000', '085644.150000', '085644.152000', '085644.155000', '085644.158000', '085644.160000', '085644.163000', '085644.165000', '085644.168000', '085644.170000', '085644.173000', '085644.175000', '085644.178000', '085644.181000', '085644.183000', '085644.186000', '085644.188000', '085644.191000', '085644.194000', '085644.196000', '085644.199000', '085644.201000', '085644.204000', '085644.206000', '085644.209000', '085644.211000', '085704.100000', '085704.106000', '085704.109000', '085704.111000', '085704.114000', '085704.117000', '085704.119000', '085704.122000', '085704.124000', '085704.127000', '085704.130000', '085704.132000', '085704.135000', '085704.137000', '085704.140000', '085704.142000', '085704.145000', '085704.148000', '085704.150000', '085704.153000', '085704.156000', '085704.158000', '085704.161000', '085704.163000', '085704.166000', '085704.169000', '085704.171000', '085704.174000', '085704.176000', '085704.179000', '085704.182000', '085704.185000', '085704.188000', '085704.274000', '085704.277000', '085704.280000', '085704.282000', '085704.285000', '085704.287000', '085704.290000', '085704.293000', '085704.295000', '085704.298000', '085724.099000', '085724.102000', '085724.105000', '085724.107000', '085724.110000', '085724.113000', '085724.115000', '085724.118000', '085724.120000', '085724.123000', '085724.126000', '085724.128000', '085724.131000', '085724.133000', '085724.136000', '085724.148000', '085724.151000', '085724.154000', '085724.156000', '085724.159000', '085724.161000', '085724.164000', '085724.166000', '085724.169000', '085724.172000', '085724.174000', '085724.177000', '085724.180000', '085724.182000', '085724.185000', '085724.187000', '085724.238000', '085724.240000', '085724.243000', '085724.245000', '085724.248000', '085724.251000', '085724.253000', '085724.256000', '085724.258000', '085724.261000', '085724.264000', '085724.266000', '085724.269000', '085744.100000', '085744.103000', '085744.105000', '085744.108000', '085744.111000', '085744.113000', '085744.116000', '085744.118000', '085744.121000', '085744.123000', '085744.126000', '085744.129000', '085744.131000', '085744.134000', '085744.137000', '085744.139000', '085744.142000', '085744.145000', '085744.147000', '085744.150000', '085744.152000', '085744.155000', '085744.157000', '085744.160000', '085744.163000', '085744.165000', '085744.168000', '085744.170000', '085744.173000', '085744.176000', '085744.178000', '085744.200000', '085744.269000', '085744.271000', '085744.274000', '085744.276000', '085744.279000', '085744.282000', '085744.284000', '085744.287000', '085744.289000', '085744.292000', '085744.294000', '085804.099000', '085804.102000', '085804.104000', '085804.107000', '085804.110000', '085804.112000', '085804.115000', '085804.117000', '085804.120000', '085804.122000', '085804.125000', '085804.128000', '085804.130000', '085804.133000', '085804.135000', '085804.138000', '085804.140000', '085804.143000', '085804.146000', '085804.148000', '085804.151000', '085804.153000', '085804.167000', '085804.170000', '085804.172000', '085804.175000', '085804.177000', '085804.180000', '085804.182000', '085804.185000', '085804.188000', '085804.270000', '085804.272000', '085804.275000', '085804.278000', '085804.280000', '085804.283000', '085804.285000', '085804.288000', '085804.290000', '085804.293000', '085804.296000', '085804.298000', '085804.301000', '085824.099000', '085824.101000', '085824.104000', '085824.107000', '085824.109000', '085824.112000', '085824.114000', '085824.117000', '085824.119000', '085824.122000', '085824.125000', '085824.127000', '085824.130000', '085824.132000', '085824.135000', '085824.137000', '085824.140000', '085824.143000', '085824.145000', '085824.148000', '085824.150000', '085824.153000', '085824.155000', '085824.158000', '085824.160000', '085824.163000', '085824.166000', '085824.168000', '085824.171000', '085824.174000', '085824.176000', '085824.179000', '085824.181000', '085824.184000', '085824.187000', '085824.189000', '085824.266000', '085824.268000', '085824.271000', '085824.273000', '085824.276000', '085824.278000', '085824.281000', '085844.100000', '085844.102000', '085844.105000', '085844.108000', '085844.110000', '085844.113000', '085844.115000', '085844.118000', '085844.120000', '085844.123000', '085844.126000', '085844.128000', '085844.131000', '085844.133000', '085844.136000', '085844.138000', '085844.141000', '085844.144000', '085844.146000', '085844.149000', '085844.151000', '085844.154000', '085844.156000', '085844.159000', '085844.161000', '085844.164000', '085844.167000', '085844.169000', '085844.172000', '085844.174000', '085844.177000', '085844.180000', '085844.182000', '085844.185000', '085844.188000', '085844.253000', '085844.255000', '085844.258000', '085844.261000', '085844.263000', '085844.266000', '085844.268000', '085844.271000', '085844.274000', '085904.100000', '085904.102000', '085904.105000', '085904.108000', '085904.110000', '085904.113000', '085904.116000', '085904.118000', '085904.121000', '085904.123000', '085904.126000', '085904.129000', '085904.131000', '085904.153000', '085904.155000', '085904.158000', '085904.160000', '085904.163000', '085904.166000', '085904.168000', '085904.171000', '085904.173000', '085904.176000', '085904.178000', '085904.181000', '085904.184000', '085904.186000', '085904.189000', '085904.279000', '085904.281000', '085904.284000', '085904.287000', '085904.289000', '085904.292000', '085904.294000', '085904.297000', '085904.299000', '085904.302000', '085904.304000', '085904.307000', '085904.310000', '085904.312000', '085904.315000', '085924.100000', '085924.102000', '085924.105000', '085924.108000', '085924.110000', '085924.113000', '085924.115000', '085924.118000', '085924.121000', '085924.123000', '085924.126000', '085924.128000', '085924.131000', '085924.134000', '085924.136000', '085924.139000', '085924.141000', '085924.144000', '085924.146000', '085924.149000', '085924.152000', '085924.154000', '085924.157000', '085924.159000', '085924.162000', '085924.164000', '085924.167000', '085924.170000', '085924.172000', '085924.175000', '085924.177000', '085924.180000', '085924.183000', '085924.185000', '085924.188000', '085924.303000', '085924.306000', '085924.308000', '085924.311000', '085924.313000', '085924.316000', '085924.319000', '085924.321000', '085924.324000', '085943.307000', '085943.310000', '085943.313000', '085943.316000', '085943.318000', '085943.321000', '085943.324000', '085943.326000', '085943.329000', '085943.332000', '085943.334000', '085943.337000', '085943.339000', '085943.342000', '085943.345000', '085943.347000', '085943.350000', '085943.353000', '085943.355000', '085943.358000', '085943.360000', '085943.363000', '085943.366000', '085943.368000', '085943.371000', '085943.374000', '085943.376000', '085943.379000', '085943.382000', '085943.393000', '085943.396000', '085943.398000', '085943.401000', '085943.403000', '085943.406000', '085943.409000', '085943.411000', '085943.414000', '085943.417000', '085943.419000', '085943.422000', '085943.425000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [15904, 10908, 13034, 9641, 11214, 9204, 10584, 10476, 8811, 12863, 8600, 12095, 8497, 11959, 7804, 12509, 8422, 7815, 8982, 7622, 9513, 7542, 12083, 8369, 8078, 10108, 8170, 12180, 8059, 14168, 11728, 13883, 11194, 11915, 10204, 8339, 12556, 9618, 15253, 10230, 9028, 11322, 8320, 13191, 9007, 13832, 10597, 10722, 9980, 8583, 12137, 8319, 14080, 10070, 9189, 10951, 8252, 12623, 9391, 13978, 10730, 9227, 11855, 8575, 13615, 10675, 9044, 12356, 8503, 13044, 9665, 15337, 11073, 8617, 13109, 8850, 13578, 9579, 8860, 13666, 9486, 13342, 9618, 8537, 12297, 8798, 11045, 11598, 8720, 14233, 9233, 8894, 13096, 10529, 12920, 10805, 8598, 12946, 9138, 12030, 13409, 8667, 14464, 9728, 9431, 12438, 8837, 15711, 9990, 9165, 12561, 8465, 14538, 10515, 9032, 11870, 8886, 12778, 9716, 9071, 13646, 10368, 14525, 9519, 9172, 12131, 8378, 14220, 10624, 9771, 11990, 9137, 12839, 9301, 14505, 10176, 11502, 12688, 8548, 12054, 9147, 9035, 10585, 8172, 13801, 9853, 9204, 10970, 8877, 13442, 9574, 15437, 11443, 10244, 14535, 8509, 14309, 9399, 9173, 11946, 8468, 15098, 9807, 8475, 10007, 7444, 13155, 8729, 11479, 14694, 8598, 14868, 9672, 14075, 10274, 11053, 14821, 9224, 14699, 9376, 13578, 10047, 8935, 13453, 8778, 14554, 8519, 8361, 9589, 7477, 13626, 10450, 9353, 10726, 8131, 11795, 9147, 12074, 13310, 8437, 15020, 9407, 14677, 9743, 11165, 13459, 8456, 14241, 8960, 14436, 9399, 12230, 11443, 8386, 12365, 8376, 11602, 7990, 8834, 13251, 8112, 13992, 8113, 8399, 9864, 8437, 15226, 11853, 11801, 10123, 8727, 12128, 8370, 15557, 12087, 15664, 9493, 7806, 10609, 7570, 11300, 9838, 10133, 11568, 8263, 11179, 8914, 8730, 13830, 9178, 11021, 9802, 8739, 11824, 9286, 15414, 12458, 8998, 11883, 9155, 12585, 9721, 10517, 13266, 8704, 11020, 8950, 9768, 8644, 8127, 13710, 9480, 13793, 8971, 9141, 10348, 9057, 14207, 11585, 10833, 9940, 8812, 11382, 8555, 13469, 10959, 10756, 10136, 9218, 11311, 8475, 12812, 10698, 9854, 10755, 9042, 11648, 8594, 12680, 9757, 10595, 12987, 8212, 10888, 9034, 11001, 11169, 8740, 14666, 8995, 12182, 9251, 9139, 12294, 9598, 14926, 8983, 13621, 9003, 10909, 11639, 8990, 13434, 9057, 12210, 9140, 14265, 10275, 10727, 10969, 8137, 11402, 7996, 12039, 9679, 8892, 10652, 7893, 10964, 8069, 13129, 9723, 9094, 13637, 8655, 13000, 9541, 14798, 10640, 10830, 13835, 8638, 11544, 8850, 10842, 10100, 8560, 13247, 9856, 9175, 10511, 7861, 12831, 9900, 9189, 14472, 10856, 13028, 9063, 9766, 10367, 9430, 14701, 10492, 15864, 9271, 14976, 9524, 10793, 11041, 9182, 13742, 9166, 12002, 8380, 8409, 8845, 7392, 12480, 8431, 13535, 8138, 8158, 10190, 8188, 13238, 10629, 8528, 10365, 8422, 12185, 10302, 13455, 11053, 8725, 11829, 8709, 14788, 11314, 8847, 12712, 8693, 12463, 9218, 8402, 13435, 10613, 13713, 9807, 8334, 11883, 9108, 14928, 11181, 8870, 11235, 8643, 12644, 10336, 14718, 11712, 8786, 10845, 8453, 12532, 8808, 14392, 10929, 8696, 10714, 8407, 11151, 8004, 14841, 10402, 8470, 10208, 8328, 11172, 8372, 14787, 11315, 8784, 10558, 8694, 11305, 8587, 15882, 12076, 8365, 11072, 8985, 13282, 9488, 12488, 13695, 8761, 12264, 8769, 13002, 9781, 13030, 12068, 8823, 11233, 8232, 12274, 9570, 10661, 11088, 7977, 11203, 8296, 14476, 10453, 11005, 9715, 8653, 10498, 8399, 14015, 10972, 12018, 9296, 8659, 10873, 9613, 14424, 10279, 16148, 9156, 12371, 9823, 10027, 14285, 8466, 12368, 8530, 13302, 9914, 10942, 12605, 7733, 11253, 8217, 14164, 10502, 8684, 13675, 8270, 13101, 9472, 16290, 12352, 10028, 11790, 8786, 11450, 8557, 13634, 11594, 14916, 9431, 8588, 10002, 7899, 12739, 10532, 14464, 10159, 8853, 10329, 8587, 13315, 10369, 14901, 9979, 12564, 9142, 8723, 10213, 9011, 14431, 8936, 14116, 8082, 7352, 8575, 7626, 13623, 9725, 8341, 9108, 7435, 14471, 11946, 11514, 10119, 8674, 11425, 9393, 14942, 11943, 12129, 9613, 8472, 11717, 9568, 14673, 12624, 8055, 11380, 8161, 8432, 9007, 8344, 15069, 10945, 15766, 9438, 9047, 11745, 9336, 15586, 12258, 10361, 9557, 8161, 12254, 9875, 12720, 11625, 8069, 11080, 8038, 14056, 11111, 8921, 12900, 8608, 12285, 8766, 12959, 12777, 9315, 14876, 8338, 8655, 9095, 7874, 14589, 11244, 9204, 12359, 8350, 13863, 9088, 10434, 15651, 10073, 15111, 9296, 11106, 10355, 9281, 15727, 10385, 14567, 8682, 8334, 10373, 8542, 15404, 10901, 8671, 10071, 7752, 14260, 10802, 11339, 13785, 8597, 13074, 8844, 8251, 14646, 12260, 9315, 13209, 8629, 7700, 11156, 8310, 9699, 13185, 9260, 11429, 16285, 12926, 11471, 10115, 8496, 12566, 9368, 11236, 16111, 10542, 16057, 8683, 9259, 9952, 8565, 14533, 10995, 10397, 10146, 9382, 10648, 8677, 9546, 12654, 9082, 14266, 8852, 9096, 10876, 9339, 14996, 9179, 10011, 9615, 9282, 14837, 11823, 12469, 9490, 9123, 10578, 8586, 15142, 11867, 11055, 11992, 9320, 11781, 8765, 14961, 11846, 11112, 13563, 9294, 12603, 9052, 15047, 12247, 11269, 13563, 8783, 12040, 8529, 9436, 12632, 7411, 7977, 7383, 7074, 12824, 10932, 10551, 9338, 8704, 11542, 10102, 15470, 11695, 11162, 9692, 9534, 12294, 9956, 16635, 12300, 10375, 8782, 7961, 12846, 10822, 8671, 12999, 8085, 8599, 8764, 8774, 11028, 8786, 13774, 12223, 10855, 11410, 9169, 12746, 9511, 14277, 12624, 16070, 12113, 11907, 8748, 9412, 9529, 9005, 12985, 8572, 11554, 8682, 10358, 8432, 9253, 10262, 8665, 12193, 8064, 11345, 8207, 14570, 10278, 9389, 10114, 8990, 10693, 8629, 12948, 10328, 11827, 9109, 9029, 9620, 8656, 12526, 9308, 14151, 8423, 9347, 9026, 8858, 13396, 9593, 12965, 8394, 12621, 8543, 10103, 12587, 8274, 12511, 8143, 13911, 9102, 9887, 13208, 8361, 11907, 8224, 13962, 8661, 11618, 12331, 8402, 11619, 7935, 11783, 8134, 14521, 12213, 9825, 12531, 7919, 10648, 8120, 8910, 12374, 10108, 9746, 8815, 8506, 10319, 8405, 11334, 12455, 9357, 13896, 9195, 14413, 9741, 11056, 12270, 11868, 15107, 9785, 13905, 8705, 13092, 8376, 14701, 10587, 9174, 11488, 8099, 10808, 8563, 9556, 9715, 8199, 13721, 8465, 9278, 8690, 9194, 13072, 10428, 12869, 13457, 9449, 14114, 8788, 12491, 9603, 9414, 15187, 12508, 12839, 15792, 12863, 9586, 11647, 8869, 11966, 8960, 8092, 11158, 9341, 13981, 9377, 10510, 14888, 10804, 14795, 11499, 12307, 11644, 10182, 13488, 9827, 14804, 9075, 13747, 8968, 13216, 8848, 9634, 12331, 8468, 12670, 8924, 9801, 8731, 8023, 8337, 8052, 8277, 10721, 10287, 15845, 11820, 7743, 11380, 7953, 15107, 9133, 11351, 14081, 11797, 16475, 12307, 9990, 12076, 8300, 14769, 11453, 8120, 13122, 15300, 15662, 12859, 10590, 8679, 8751, 9145, 7079, 6700, 7932, 8209, 7459, 9409, 13892, 12736, 13091, 17238, 15994, 15324, 16993, 17703, 13979, 15535, 14708, 12830, 17872, 12481, 10715, 13912, 10890, 13200, 10648, 7949, 9600, 8101, 9283, 7844, 7225, 7533, 8129, 7544, 6835, 7049, 7222, 6827, 7202, 8814, 7470, 7467, 10563, 8125, 7976, 11351, 8943, 10610, 13028, 10473, 14167, 8933, 10121, 10415, 9339, 10374, 8904, 11760, 9555, 11680, 9938, 10582, 10297, 8873, 10920, 8463, 12056, 8978, 9853, 12899, 10043, 13020, 9249, 8671, 9730, 8071, 11206, 8377, 11808, 9367, 14530, 11042, 11978, 11368, 9031, 11719, 9019, 10320, 9082, 8652, 10288, 9793, 13919, 11328, 16636, 9412, 11198, 9645, 10071, 9834, 8938, 10066, 8765, 11756, 8664, 11965, 8576, 10323, 9596, 8978, 13128, 9036, 9049, 8031, 7486, 8347, 7716, 10357, 7773, 12296, 8544, 10056, 14341, 11395, 14297, 9486, 8534, 9953, 8253, 12583, 9098, 11628, 10433, 9499, 10851, 8788, 12206, 8704, 9862, 12076, 9185, 12972, 8849, 11888, 8803, 8365, 9156, 8253, 13006, 9827, 10251, 14420, 9364, 8966, 9025, 7137, 10753, 7724, 13974, 9516, 12080, 9758, 9962, 10327, 8870, 11643, 9878, 14220, 10468, 14690, 8857, 9211, 8981, 8543, 12074, 9071, 12075, 8050, 7457, 8129, 7859, 10521, 8433, 13330, 9519, 9237, 9697, 8358, 11900, 9880, 15781, 11142, 10390, 10478, 9057, 11741, 9691, 12868, 10328, 10474, 10064, 8642, 11007, 8444, 12357, 9268, 10242, 10503, 8934, 10914, 8118, 11794, 8392, 10159, 13401, 9602, 12979, 9285, 11988, 9179, 13578, 9414, 10429, 13213, 8918, 11415, 8210, 8507, 8052, 8582, 12384, 8365, 12598, 8222, 12252, 8271, 10618, 9917, 9753, 12231, 9054, 11445, 8625, 9728, 9493, 8778, 14229, 8957, 8162, 9226, 7544, 8788, 7859, 8949, 13658, 9702, 13864, 8856, 9317, 9672, 9323, 12921, 10396, 16183, 11131, 12721, 9268, 9091, 11365, 9596, 12741, 8910, 11683, 8766, 8567, 12176, 8626, 12554, 7985, 7941, 8511, 8584, 10397, 8992, 13059, 9324, 14623, 8942, 8974, 10228, 9026, 12781, 9260, 9032, 9481, 7780, 10672, 8026, 11850, 9095, 12455, 9563, 9606, 10463, 8687, 14093, 12561, 12937, 16517, 11449, 7973, 10161, 7612, 12040, 7820, 8991, 8653, 9195, 9967, 10563, 14740, 10230, 12492, 10053, 9023, 13706, 10672, 14016, 18315, 13564, 10794, 15945, 9026, 8294, 10773, 8456, 12251, 8200, 8942, 10344, 9546, 11630, 9691, 10406, 7802, 8707, 11160, 11580, 10126, 9144, 10913, 7825, 7220, 8397], 'WindowCenter': [4350.0, 4291.0, 4284.0, 4251.0, 4259.0, 4237.0, 4247.0, 4248.0, 4236.0, 4267.0, 4224.0, 4253.0, 4223.0, 4243.0, 4214.0, 4265.0, 4226.0, 4216.0, 4238.0, 4226.0, 4248.0, 4241.0, 4281.0, 4239.0, 4240.0, 4260.0, 4239.0, 4270.0, 4241.0, 4292.0, 4271.0, 4281.0, 4260.0, 4257.0, 4235.0, 4224.0, 4267.0, 4246.0, 4287.0, 4246.0, 4225.0, 4254.0, 4225.0, 4265.0, 4237.0, 4279.0, 4247.0, 4254.0, 4234.0, 4224.0, 4255.0, 4227.0, 4278.0, 4246.0, 4236.0, 4255.0, 4226.0, 4268.0, 4250.0, 4277.0, 4258.0, 4236.0, 4257.0, 4236.0, 4278.0, 4247.0, 4237.0, 4267.0, 4224.0, 4266.0, 4235.0, 4288.0, 4256.0, 4224.0, 4265.0, 4223.0, 4264.0, 4234.0, 4234.0, 4277.0, 4236.0, 4265.0, 4234.0, 4223.0, 4265.0, 4238.0, 4257.0, 4256.0, 4235.0, 4277.0, 4235.0, 4237.0, 4279.0, 4258.0, 4268.0, 4245.0, 4225.0, 4266.0, 4235.0, 4268.0, 4278.0, 4225.0, 4276.0, 4234.0, 4233.0, 4264.0, 4235.0, 4287.0, 4234.0, 4232.0, 4254.0, 4225.0, 4276.0, 4246.0, 4224.0, 4255.0, 4223.0, 4263.0, 4233.0, 4237.0, 4278.0, 4247.0, 4276.0, 4233.0, 4224.0, 4254.0, 4225.0, 4277.0, 4245.0, 4235.0, 4253.0, 4222.0, 4253.0, 4221.0, 4273.0, 4246.0, 4256.0, 4265.0, 4223.0, 4253.0, 4234.0, 4223.0, 4244.0, 4225.0, 4277.0, 4247.0, 4237.0, 4245.0, 4235.0, 4266.0, 4235.0, 4287.0, 4258.0, 4247.0, 4278.0, 4224.0, 4274.0, 4223.0, 4224.0, 4256.0, 4227.0, 4276.0, 4235.0, 4224.0, 4244.0, 4215.0, 4278.0, 4238.0, 4269.0, 4289.0, 4239.0, 4289.0, 4247.0, 4277.0, 4248.0, 4258.0, 4289.0, 4236.0, 4277.0, 4235.0, 4264.0, 4234.0, 4224.0, 4266.0, 4222.0, 4265.0, 4223.0, 4213.0, 4232.0, 4215.0, 4277.0, 4246.0, 4236.0, 4245.0, 4215.0, 4254.0, 4237.0, 4267.0, 4277.0, 4226.0, 4277.0, 4234.0, 4274.0, 4236.0, 4258.0, 4267.0, 4223.0, 4275.0, 4222.0, 4262.0, 4222.0, 4256.0, 4255.0, 4223.0, 4264.0, 4212.0, 4242.0, 4213.0, 4234.0, 4278.0, 4224.0, 4276.0, 4224.0, 4224.0, 4246.0, 4239.0, 4299.0, 4269.0, 4257.0, 4246.0, 4224.0, 4255.0, 4226.0, 4288.0, 4257.0, 4275.0, 4266.0, 4259.0, 4249.0, 4217.0, 4230.0, 4222.0, 4221.0, 4229.0, 4240.0, 4225.0, 4223.0, 4236.0, 4276.0, 4247.0, 4255.0, 4234.0, 4212.0, 4254.0, 4236.0, 4289.0, 4270.0, 4237.0, 4257.0, 4235.0, 4253.0, 4234.0, 4243.0, 4264.0, 4211.0, 4229.0, 4220.0, 4232.0, 4224.0, 4226.0, 4277.0, 4235.0, 4265.0, 4223.0, 4223.0, 4233.0, 4225.0, 4275.0, 4256.0, 4244.0, 4232.0, 4222.0, 4243.0, 4223.0, 4266.0, 4245.0, 4243.0, 4232.0, 4220.0, 4242.0, 4212.0, 4263.0, 4245.0, 4234.0, 4243.0, 4222.0, 4242.0, 4223.0, 4264.0, 4235.0, 4248.0, 4280.0, 4226.0, 4245.0, 4235.0, 4257.0, 4259.0, 4225.0, 4288.0, 4238.0, 4255.0, 4234.0, 4236.0, 4268.0, 4247.0, 4278.0, 4225.0, 4264.0, 4224.0, 4245.0, 4255.0, 4223.0, 4264.0, 4222.0, 4242.0, 4222.0, 4274.0, 4245.0, 4243.0, 4243.0, 4211.0, 4241.0, 4211.0, 4254.0, 4235.0, 4226.0, 4243.0, 4214.0, 4244.0, 4225.0, 4277.0, 4248.0, 4237.0, 4278.0, 4225.0, 4265.0, 4235.0, 4276.0, 4246.0, 4247.0, 4279.0, 4224.0, 4243.0, 4224.0, 4243.0, 4242.0, 4226.0, 4266.0, 4247.0, 4236.0, 4245.0, 4225.0, 4266.0, 4247.0, 4238.0, 4290.0, 4258.0, 4266.0, 4226.0, 4234.0, 4234.0, 4234.0, 4278.0, 4245.0, 4275.0, 4222.0, 4262.0, 4220.0, 4231.0, 4242.0, 4220.0, 4251.0, 4207.0, 4238.0, 4198.0, 4209.0, 4221.0, 4202.0, 4253.0, 4212.0, 4263.0, 4212.0, 4212.0, 4246.0, 4227.0, 4266.0, 4245.0, 4224.0, 4245.0, 4224.0, 4256.0, 4247.0, 4266.0, 4246.0, 4224.0, 4254.0, 4224.0, 4275.0, 4255.0, 4224.0, 4264.0, 4224.0, 4254.0, 4234.0, 4225.0, 4276.0, 4258.0, 4279.0, 4246.0, 4224.0, 4254.0, 4225.0, 4287.0, 4245.0, 4223.0, 4244.0, 4212.0, 4264.0, 4245.0, 4264.0, 4242.0, 4210.0, 4229.0, 4199.0, 4240.0, 4222.0, 4263.0, 4243.0, 4210.0, 4230.0, 4210.0, 4230.0, 4212.0, 4274.0, 4243.0, 4212.0, 4232.0, 4212.0, 4241.0, 4225.0, 4286.0, 4256.0, 4223.0, 4232.0, 4221.0, 4243.0, 4225.0, 4286.0, 4256.0, 4212.0, 4244.0, 4224.0, 4265.0, 4248.0, 4267.0, 4277.0, 4223.0, 4255.0, 4224.0, 4265.0, 4248.0, 4265.0, 4255.0, 4222.0, 4243.0, 4214.0, 4264.0, 4245.0, 4245.0, 4255.0, 4214.0, 4244.0, 4225.0, 4288.0, 4258.0, 4256.0, 4236.0, 4224.0, 4247.0, 4239.0, 4287.0, 4258.0, 4266.0, 4235.0, 4225.0, 4257.0, 4246.0, 4290.0, 4246.0, 4288.0, 4235.0, 4266.0, 4246.0, 4246.0, 4278.0, 4225.0, 4253.0, 4224.0, 4278.0, 4247.0, 4256.0, 4267.0, 4227.0, 4255.0, 4226.0, 4288.0, 4259.0, 4237.0, 4277.0, 4226.0, 4266.0, 4248.0, 4301.0, 4270.0, 4247.0, 4256.0, 4223.0, 4254.0, 4226.0, 4276.0, 4256.0, 4276.0, 4221.0, 4211.0, 4232.0, 4213.0, 4265.0, 4245.0, 4275.0, 4244.0, 4224.0, 4233.0, 4224.0, 4266.0, 4245.0, 4274.0, 4232.0, 4253.0, 4220.0, 4222.0, 4233.0, 4225.0, 4276.0, 4223.0, 4263.0, 4212.0, 4203.0, 4234.0, 4228.0, 4279.0, 4248.0, 4227.0, 4237.0, 4230.0, 4300.0, 4271.0, 4269.0, 4247.0, 4237.0, 4259.0, 4248.0, 4289.0, 4268.0, 4266.0, 4235.0, 4224.0, 4255.0, 4247.0, 4287.0, 4266.0, 4214.0, 4254.0, 4225.0, 4224.0, 4236.0, 4238.0, 4289.0, 4258.0, 4287.0, 4236.0, 4236.0, 4268.0, 4237.0, 4289.0, 4267.0, 4245.0, 4233.0, 4223.0, 4266.0, 4247.0, 4267.0, 4255.0, 4214.0, 4245.0, 4226.0, 4288.0, 4257.0, 4236.0, 4266.0, 4225.0, 4265.0, 4237.0, 4278.0, 4278.0, 4237.0, 4288.0, 4227.0, 4236.0, 4236.0, 4237.0, 4290.0, 4268.0, 4248.0, 4269.0, 4237.0, 4280.0, 4250.0, 4260.0, 4301.0, 4249.0, 4290.0, 4237.0, 4257.0, 4248.0, 4236.0, 4289.0, 4247.0, 4277.0, 4224.0, 4226.0, 4247.0, 4238.0, 4288.0, 4258.0, 4226.0, 4246.0, 4227.0, 4290.0, 4259.0, 4258.0, 4292.0, 4239.0, 4266.0, 4238.0, 4238.0, 4290.0, 4280.0, 4250.0, 4281.0, 4251.0, 4243.0, 4273.0, 4255.0, 4265.0, 4293.0, 4263.0, 4273.0, 4304.0, 4282.0, 4260.0, 4247.0, 4224.0, 4267.0, 4238.0, 4258.0, 4288.0, 4248.0, 4287.0, 4223.0, 4223.0, 4232.0, 4223.0, 4275.0, 4245.0, 4233.0, 4233.0, 4223.0, 4233.0, 4225.0, 4236.0, 4266.0, 4225.0, 4274.0, 4224.0, 4237.0, 4258.0, 4238.0, 4287.0, 4236.0, 4247.0, 4236.0, 4238.0, 4289.0, 4270.0, 4266.0, 4235.0, 4236.0, 4245.0, 4227.0, 4289.0, 4268.0, 4258.0, 4269.0, 4238.0, 4255.0, 4239.0, 4290.0, 4269.0, 4258.0, 4278.0, 4236.0, 4266.0, 4237.0, 4289.0, 4268.0, 4259.0, 4294.0, 4240.0, 4268.0, 4227.0, 4239.0, 4281.0, 4244.0, 4241.0, 4229.0, 4231.0, 4281.0, 4261.0, 4258.0, 4235.0, 4226.0, 4268.0, 4261.0, 4301.0, 4271.0, 4257.0, 4236.0, 4235.0, 4258.0, 4247.0, 4288.0, 4258.0, 4233.0, 4222.0, 4226.0, 4267.0, 4256.0, 4227.0, 4277.0, 4225.0, 4236.0, 4225.0, 4238.0, 4258.0, 4242.0, 4292.0, 4280.0, 4259.0, 4257.0, 4236.0, 4266.0, 4234.0, 4278.0, 4255.0, 4274.0, 4242.0, 4241.0, 4210.0, 4208.0, 4220.0, 4221.0, 4251.0, 4208.0, 4228.0, 4207.0, 4219.0, 4211.0, 4222.0, 4231.0, 4220.0, 4252.0, 4212.0, 4241.0, 4213.0, 4287.0, 4244.0, 4223.0, 4234.0, 4223.0, 4243.0, 4223.0, 4265.0, 4245.0, 4255.0, 4223.0, 4222.0, 4233.0, 4225.0, 4265.0, 4237.0, 4275.0, 4225.0, 4234.0, 4235.0, 4238.0, 4279.0, 4234.0, 4267.0, 4226.0, 4255.0, 4225.0, 4246.0, 4266.0, 4224.0, 4266.0, 4214.0, 4277.0, 4238.0, 4248.0, 4267.0, 4224.0, 4255.0, 4225.0, 4276.0, 4238.0, 4268.0, 4267.0, 4227.0, 4256.0, 4225.0, 4255.0, 4228.0, 4288.0, 4269.0, 4249.0, 4270.0, 4228.0, 4258.0, 4226.0, 4237.0, 4280.0, 4276.0, 4262.0, 4250.0, 4253.0, 4261.0, 4241.0, 4272.0, 4284.0, 4253.0, 4293.0, 4251.0, 4291.0, 4249.0, 4258.0, 4269.0, 4270.0, 4291.0, 4237.0, 4267.0, 4226.0, 4253.0, 4213.0, 4277.0, 4243.0, 4223.0, 4244.0, 4212.0, 4243.0, 4238.0, 4247.0, 4246.0, 4227.0, 4278.0, 4228.0, 4250.0, 4238.0, 4250.0, 4279.0, 4261.0, 4281.0, 4294.0, 4250.0, 4290.0, 4239.0, 4281.0, 4250.0, 4252.0, 4302.0, 4270.0, 4281.0, 4293.0, 4281.0, 4248.0, 4257.0, 4238.0, 4270.0, 4240.0, 4243.0, 4269.0, 4250.0, 4278.0, 4248.0, 4258.0, 4290.0, 4247.0, 4277.0, 4245.0, 4243.0, 4231.0, 4219.0, 4239.0, 4209.0, 4248.0, 4197.0, 4236.0, 4195.0, 4235.0, 4195.0, 4206.0, 4236.0, 4197.0, 4237.0, 4210.0, 4231.0, 4211.0, 4227.0, 4225.0, 4227.0, 4238.0, 4259.0, 4262.0, 4302.0, 4271.0, 4230.0, 4269.0, 4229.0, 4302.0, 4264.0, 4273.0, 4305.0, 4273.0, 4303.0, 4285.0, 4250.0, 4269.0, 4243.0, 4303.0, 4283.0, 4229.0, 4279.0, 4288.0, 4288.0, 4265.0, 4246.0, 4225.0, 4237.0, 4235.0, 4176.0, 4205.0, 4227.0, 4223.0, 4216.0, 4248.0, 4292.0, 4266.0, 4265.0, 4300.0, 4276.0, 4262.0, 4258.0, 4257.0, 4220.0, 4219.0, 4206.0, 4194.0, 4225.0, 4181.0, 4171.0, 4190.0, 4170.0, 4189.0, 4169.0, 4137.0, 4157.0, 4149.0, 4160.0, 4151.0, 4155.0, 4167.0, 4192.0, 4181.0, 4174.0, 4184.0, 4197.0, 4201.0, 4200.0, 4221.0, 4212.0, 4212.0, 4243.0, 4224.0, 4225.0, 4256.0, 4235.0, 4256.0, 4277.0, 4245.0, 4276.0, 4234.0, 4244.0, 4246.0, 4234.0, 4245.0, 4235.0, 4267.0, 4248.0, 4266.0, 4246.0, 4256.0, 4245.0, 4235.0, 4255.0, 4237.0, 4267.0, 4248.0, 4260.0, 4291.0, 4261.0, 4291.0, 4261.0, 4249.0, 4258.0, 4238.0, 4271.0, 4239.0, 4280.0, 4263.0, 4320.0, 4284.0, 4282.0, 4270.0, 4248.0, 4267.0, 4248.0, 4257.0, 4247.0, 4238.0, 4258.0, 4260.0, 4291.0, 4270.0, 4299.0, 4236.0, 4254.0, 4233.0, 4233.0, 4233.0, 4235.0, 4244.0, 4235.0, 4266.0, 4235.0, 4265.0, 4236.0, 4245.0, 4233.0, 4235.0, 4276.0, 4235.0, 4235.0, 4224.0, 4216.0, 4236.0, 4228.0, 4259.0, 4229.0, 4279.0, 4249.0, 4260.0, 4302.0, 4282.0, 4289.0, 4246.0, 4235.0, 4245.0, 4226.0, 4277.0, 4238.0, 4268.0, 4259.0, 4247.0, 4256.0, 4236.0, 4265.0, 4235.0, 4259.0, 4268.0, 4246.0, 4276.0, 4237.0, 4265.0, 4237.0, 4236.0, 4247.0, 4238.0, 4277.0, 4247.0, 4258.0, 4290.0, 4247.0, 4237.0, 4235.0, 4217.0, 4256.0, 4228.0, 4289.0, 4250.0, 4279.0, 4249.0, 4246.0, 4247.0, 4235.0, 4254.0, 4244.0, 4275.0, 4244.0, 4273.0, 4221.0, 4221.0, 4221.0, 4223.0, 4265.0, 4234.0, 4263.0, 4212.0, 4213.0, 4223.0, 4225.0, 4256.0, 4238.0, 4290.0, 4248.0, 4248.0, 4246.0, 4236.0, 4267.0, 4247.0, 4300.0, 4257.0, 4245.0, 4244.0, 4235.0, 4255.0, 4245.0, 4266.0, 4245.0, 4245.0, 4232.0, 4223.0, 4243.0, 4223.0, 4264.0, 4235.0, 4245.0, 4244.0, 4235.0, 4254.0, 4225.0, 4266.0, 4226.0, 4246.0, 4277.0, 4245.0, 4266.0, 4235.0, 4253.0, 4233.0, 4263.0, 4234.0, 4243.0, 4264.0, 4221.0, 4241.0, 4211.0, 4221.0, 4223.0, 4223.0, 4265.0, 4224.0, 4266.0, 4225.0, 4264.0, 4224.0, 4244.0, 4244.0, 4233.0, 4264.0, 4233.0, 4253.0, 4223.0, 4234.0, 4246.0, 4235.0, 4276.0, 4234.0, 4225.0, 4245.0, 4227.0, 4236.0, 4237.0, 4248.0, 4290.0, 4251.0, 4289.0, 4247.0, 4236.0, 4245.0, 4235.0, 4279.0, 4246.0, 4297.0, 4255.0, 4264.0, 4234.0, 4234.0, 4265.0, 4235.0, 4263.0, 4221.0, 4251.0, 4221.0, 4222.0, 4264.0, 4223.0, 4263.0, 4223.0, 4223.0, 4224.0, 4223.0, 4244.0, 4235.0, 4276.0, 4235.0, 4275.0, 4223.0, 4233.0, 4243.0, 4234.0, 4265.0, 4235.0, 4235.0, 4233.0, 4214.0, 4244.0, 4225.0, 4266.0, 4237.0, 4278.0, 4246.0, 4246.0, 4256.0, 4237.0, 4289.0, 4280.0, 4281.0, 4310.0, 4267.0, 4237.0, 4255.0, 4226.0, 4267.0, 4227.0, 4247.0, 4239.0, 4248.0, 4260.0, 4260.0, 4292.0, 4259.0, 4280.0, 4246.0, 4234.0, 4275.0, 4245.0, 4276.0, 4297.0, 4265.0, 4244.0, 4284.0, 4220.0, 4210.0, 4228.0, 4208.0, 4238.0, 4208.0, 4207.0, 4218.0, 4219.0, 4240.0, 4218.0, 4243.0, 4198.0, 4207.0, 4237.0, 4238.0, 4228.0, 4231.0, 4252.0, 4238.0, 4228.0, 4238.0], 'WindowWidth': [9597.0, 9497.0, 9474.0, 9422.0, 9428.0, 9396.0, 9410.0, 9411.0, 9392.0, 9434.0, 9371.0, 9409.0, 9369.0, 9395.0, 9360.0, 9431.0, 9378.0, 9367.0, 9399.0, 9380.0, 9412.0, 9409.0, 9463.0, 9404.0, 9404.0, 9431.0, 9403.0, 9445.0, 9409.0, 9481.0, 9448.0, 9465.0, 9428.0, 9420.0, 9388.0, 9373.0, 9435.0, 9409.0, 9465.0, 9405.0, 9375.0, 9414.0, 9375.0, 9430.0, 9397.0, 9457.0, 9410.0, 9415.0, 9387.0, 9374.0, 9417.0, 9383.0, 9454.0, 9408.0, 9394.0, 9417.0, 9381.0, 9441.0, 9418.0, 9453.0, 9425.0, 9392.0, 9422.0, 9394.0, 9454.0, 9410.0, 9395.0, 9434.0, 9373.0, 9432.0, 9391.0, 9466.0, 9421.0, 9374.0, 9431.0, 9372.0, 9426.0, 9385.0, 9389.0, 9449.0, 9391.0, 9430.0, 9385.0, 9370.0, 9430.0, 9399.0, 9423.0, 9421.0, 9390.0, 9449.0, 9392.0, 9394.0, 9456.0, 9426.0, 9439.0, 9403.0, 9376.0, 9432.0, 9390.0, 9437.0, 9453.0, 9376.0, 9447.0, 9385.0, 9384.0, 9427.0, 9389.0, 9463.0, 9386.0, 9380.0, 9411.0, 9376.0, 9448.0, 9406.0, 9373.0, 9415.0, 9370.0, 9424.0, 9385.0, 9395.0, 9452.0, 9408.0, 9446.0, 9384.0, 9371.0, 9413.0, 9376.0, 9450.0, 9405.0, 9389.0, 9411.0, 9369.0, 9412.0, 9367.0, 9441.0, 9407.0, 9421.0, 9431.0, 9371.0, 9412.0, 9385.0, 9370.0, 9399.0, 9377.0, 9451.0, 9411.0, 9395.0, 9405.0, 9390.0, 9433.0, 9390.0, 9462.0, 9424.0, 9406.0, 9453.0, 9371.0, 9441.0, 9369.0, 9370.0, 9419.0, 9381.0, 9449.0, 9388.0, 9372.0, 9399.0, 9362.0, 9453.0, 9400.0, 9443.0, 9471.0, 9399.0, 9468.0, 9408.0, 9449.0, 9411.0, 9426.0, 9471.0, 9391.0, 9451.0, 9387.0, 9427.0, 9384.0, 9373.0, 9431.0, 9368.0, 9428.0, 9371.0, 9357.0, 9380.0, 9362.0, 9449.0, 9407.0, 9393.0, 9402.0, 9362.0, 9413.0, 9394.0, 9436.0, 9451.0, 9378.0, 9449.0, 9386.0, 9442.0, 9392.0, 9423.0, 9436.0, 9371.0, 9444.0, 9367.0, 9421.0, 9368.0, 9417.0, 9415.0, 9371.0, 9429.0, 9355.0, 9393.0, 9358.0, 9389.0, 9450.0, 9375.0, 9447.0, 9375.0, 9375.0, 9406.0, 9403.0, 9484.0, 9442.0, 9422.0, 9404.0, 9372.0, 9416.0, 9379.0, 9469.0, 9422.0, 9448.0, 9451.0, 9447.0, 9410.0, 9363.0, 9371.0, 9360.0, 9359.0, 9366.0, 9405.0, 9359.0, 9368.0, 9392.0, 9451.0, 9409.0, 9417.0, 9385.0, 9352.0, 9411.0, 9391.0, 9469.0, 9444.0, 9394.0, 9423.0, 9389.0, 9411.0, 9385.0, 9396.0, 9428.0, 9348.0, 9373.0, 9362.0, 9380.0, 9373.0, 9379.0, 9448.0, 9390.0, 9431.0, 9370.0, 9367.0, 9384.0, 9375.0, 9445.0, 9420.0, 9400.0, 9379.0, 9366.0, 9396.0, 9372.0, 9434.0, 9403.0, 9397.0, 9380.0, 9361.0, 9392.0, 9353.0, 9426.0, 9403.0, 9385.0, 9397.0, 9367.0, 9395.0, 9371.0, 9428.0, 9391.0, 9411.0, 9461.0, 9379.0, 9404.0, 9390.0, 9421.0, 9426.0, 9377.0, 9466.0, 9395.0, 9417.0, 9385.0, 9392.0, 9438.0, 9409.0, 9455.0, 9377.0, 9428.0, 9371.0, 9401.0, 9416.0, 9369.0, 9428.0, 9367.0, 9393.0, 9366.0, 9442.0, 9402.0, 9395.0, 9397.0, 9350.0, 9390.0, 9351.0, 9413.0, 9391.0, 9377.0, 9397.0, 9359.0, 9400.0, 9377.0, 9450.0, 9412.0, 9397.0, 9451.0, 9377.0, 9431.0, 9389.0, 9446.0, 9407.0, 9408.0, 9460.0, 9371.0, 9398.0, 9374.0, 9398.0, 9397.0, 9379.0, 9435.0, 9409.0, 9392.0, 9403.0, 9378.0, 9434.0, 9409.0, 9399.0, 9475.0, 9425.0, 9435.0, 9377.0, 9387.0, 9387.0, 9386.0, 9456.0, 9402.0, 9445.0, 9365.0, 9421.0, 9361.0, 9376.0, 9392.0, 9360.0, 9407.0, 9339.0, 9382.0, 9326.0, 9345.0, 9365.0, 9342.0, 9411.0, 9356.0, 9424.0, 9354.0, 9355.0, 9407.0, 9383.0, 9433.0, 9403.0, 9372.0, 9401.0, 9371.0, 9418.0, 9409.0, 9433.0, 9406.0, 9372.0, 9412.0, 9372.0, 9445.0, 9416.0, 9374.0, 9428.0, 9372.0, 9413.0, 9386.0, 9377.0, 9449.0, 9427.0, 9460.0, 9405.0, 9372.0, 9414.0, 9376.0, 9464.0, 9404.0, 9369.0, 9399.0, 9352.0, 9427.0, 9402.0, 9431.0, 9394.0, 9346.0, 9371.0, 9330.0, 9387.0, 9366.0, 9425.0, 9396.0, 9349.0, 9374.0, 9346.0, 9373.0, 9355.0, 9441.0, 9398.0, 9354.0, 9382.0, 9353.0, 9393.0, 9377.0, 9461.0, 9419.0, 9370.0, 9382.0, 9366.0, 9396.0, 9378.0, 9461.0, 9420.0, 9356.0, 9399.0, 9375.0, 9430.0, 9412.0, 9436.0, 9450.0, 9371.0, 9415.0, 9373.0, 9431.0, 9411.0, 9432.0, 9418.0, 9367.0, 9396.0, 9360.0, 9430.0, 9406.0, 9404.0, 9417.0, 9360.0, 9401.0, 9378.0, 9466.0, 9425.0, 9421.0, 9392.0, 9374.0, 9408.0, 9403.0, 9466.0, 9427.0, 9434.0, 9391.0, 9376.0, 9423.0, 9409.0, 9473.0, 9407.0, 9465.0, 9390.0, 9432.0, 9407.0, 9406.0, 9453.0, 9376.0, 9412.0, 9372.0, 9451.0, 9408.0, 9421.0, 9438.0, 9382.0, 9418.0, 9380.0, 9467.0, 9428.0, 9395.0, 9452.0, 9380.0, 9434.0, 9413.0, 9488.0, 9444.0, 9409.0, 9420.0, 9370.0, 9413.0, 9378.0, 9448.0, 9420.0, 9449.0, 9366.0, 9352.0, 9379.0, 9356.0, 9431.0, 9406.0, 9447.0, 9400.0, 9372.0, 9383.0, 9375.0, 9432.0, 9405.0, 9445.0, 9383.0, 9410.0, 9362.0, 9367.0, 9384.0, 9377.0, 9446.0, 9370.0, 9425.0, 9356.0, 9344.0, 9391.0, 9387.0, 9454.0, 9413.0, 9384.0, 9397.0, 9392.0, 9488.0, 9448.0, 9442.0, 9410.0, 9396.0, 9426.0, 9413.0, 9470.0, 9440.0, 9434.0, 9390.0, 9374.0, 9418.0, 9411.0, 9465.0, 9433.0, 9360.0, 9415.0, 9376.0, 9376.0, 9395.0, 9399.0, 9470.0, 9425.0, 9465.0, 9392.0, 9392.0, 9439.0, 9397.0, 9471.0, 9437.0, 9402.0, 9384.0, 9370.0, 9433.0, 9410.0, 9435.0, 9417.0, 9360.0, 9402.0, 9381.0, 9466.0, 9423.0, 9393.0, 9434.0, 9377.0, 9431.0, 9395.0, 9453.0, 9453.0, 9396.0, 9466.0, 9382.0, 9394.0, 9392.0, 9400.0, 9472.0, 9442.0, 9413.0, 9442.0, 9398.0, 9457.0, 9417.0, 9433.0, 9488.0, 9415.0, 9473.0, 9396.0, 9424.0, 9411.0, 9394.0, 9473.0, 9408.0, 9450.0, 9374.0, 9379.0, 9410.0, 9399.0, 9468.0, 9425.0, 9378.0, 9405.0, 9384.0, 9471.0, 9428.0, 9427.0, 9478.0, 9400.0, 9436.0, 9400.0, 9400.0, 9473.0, 9459.0, 9419.0, 9464.0, 9425.0, 9418.0, 9454.0, 9435.0, 9446.0, 9482.0, 9441.0, 9453.0, 9504.0, 9465.0, 9429.0, 9407.0, 9374.0, 9434.0, 9400.0, 9424.0, 9472.0, 9409.0, 9465.0, 9370.0, 9367.0, 9379.0, 9370.0, 9444.0, 9402.0, 9383.0, 9381.0, 9370.0, 9383.0, 9374.0, 9393.0, 9433.0, 9377.0, 9443.0, 9373.0, 9396.0, 9425.0, 9398.0, 9464.0, 9393.0, 9407.0, 9392.0, 9399.0, 9469.0, 9441.0, 9433.0, 9389.0, 9390.0, 9403.0, 9382.0, 9468.0, 9440.0, 9422.0, 9441.0, 9397.0, 9418.0, 9401.0, 9473.0, 9442.0, 9423.0, 9451.0, 9392.0, 9433.0, 9396.0, 9470.0, 9439.0, 9424.0, 9484.0, 9405.0, 9437.0, 9380.0, 9398.0, 9462.0, 9420.0, 9409.0, 9390.0, 9398.0, 9463.0, 9431.0, 9426.0, 9392.0, 9381.0, 9440.0, 9432.0, 9493.0, 9448.0, 9424.0, 9392.0, 9390.0, 9423.0, 9408.0, 9471.0, 9424.0, 9385.0, 9368.0, 9381.0, 9437.0, 9420.0, 9382.0, 9453.0, 9379.0, 9394.0, 9378.0, 9397.0, 9425.0, 9409.0, 9477.0, 9460.0, 9428.0, 9423.0, 9393.0, 9431.0, 9387.0, 9453.0, 9417.0, 9447.0, 9393.0, 9390.0, 9344.0, 9343.0, 9360.0, 9363.0, 9405.0, 9343.0, 9370.0, 9341.0, 9359.0, 9349.0, 9369.0, 9380.0, 9363.0, 9408.0, 9355.0, 9392.0, 9357.0, 9462.0, 9402.0, 9369.0, 9387.0, 9369.0, 9397.0, 9372.0, 9432.0, 9405.0, 9416.0, 9371.0, 9367.0, 9383.0, 9379.0, 9431.0, 9395.0, 9446.0, 9376.0, 9387.0, 9392.0, 9399.0, 9455.0, 9390.0, 9436.0, 9377.0, 9416.0, 9377.0, 9406.0, 9435.0, 9374.0, 9434.0, 9361.0, 9448.0, 9398.0, 9411.0, 9437.0, 9375.0, 9416.0, 9376.0, 9446.0, 9400.0, 9439.0, 9438.0, 9381.0, 9420.0, 9379.0, 9419.0, 9387.0, 9468.0, 9443.0, 9417.0, 9446.0, 9388.0, 9430.0, 9381.0, 9395.0, 9458.0, 9465.0, 9438.0, 9420.0, 9430.0, 9434.0, 9410.0, 9451.0, 9470.0, 9427.0, 9484.0, 9421.0, 9476.0, 9416.0, 9427.0, 9445.0, 9445.0, 9484.0, 9395.0, 9438.0, 9376.0, 9410.0, 9357.0, 9447.0, 9398.0, 9369.0, 9400.0, 9354.0, 9397.0, 9400.0, 9413.0, 9408.0, 9383.0, 9453.0, 9385.0, 9415.0, 9398.0, 9416.0, 9456.0, 9435.0, 9463.0, 9484.0, 9416.0, 9471.0, 9402.0, 9461.0, 9418.0, 9425.0, 9497.0, 9450.0, 9461.0, 9487.0, 9463.0, 9411.0, 9422.0, 9398.0, 9446.0, 9405.0, 9415.0, 9443.0, 9417.0, 9451.0, 9413.0, 9426.0, 9474.0, 9409.0, 9451.0, 9401.0, 9395.0, 9375.0, 9355.0, 9386.0, 9342.0, 9399.0, 9323.0, 9377.0, 9319.0, 9373.0, 9319.0, 9336.0, 9377.0, 9325.0, 9381.0, 9347.0, 9375.0, 9351.0, 9381.0, 9377.0, 9383.0, 9401.0, 9430.0, 9435.0, 9494.0, 9448.0, 9392.0, 9443.0, 9388.0, 9490.0, 9445.0, 9455.0, 9501.0, 9452.0, 9497.0, 9475.0, 9416.0, 9439.0, 9414.0, 9497.0, 9470.0, 9388.0, 9458.0, 9469.0, 9465.0, 9429.0, 9407.0, 9375.0, 9396.0, 9390.0, 9301.0, 9354.0, 9384.0, 9374.0, 9369.0, 9413.0, 9480.0, 9438.0, 9436.0, 9501.0, 9459.0, 9429.0, 9416.0, 9415.0, 9347.0, 9343.0, 9323.0, 9298.0, 9349.0, 9279.0, 9261.0, 9288.0, 9260.0, 9285.0, 9257.0, 9214.0, 9239.0, 9233.0, 9249.0, 9240.0, 9252.0, 9271.0, 9316.0, 9300.0, 9296.0, 9309.0, 9329.0, 9342.0, 9338.0, 9367.0, 9356.0, 9359.0, 9401.0, 9375.0, 9378.0, 9420.0, 9391.0, 9423.0, 9455.0, 9407.0, 9450.0, 9389.0, 9401.0, 9405.0, 9390.0, 9405.0, 9392.0, 9437.0, 9413.0, 9438.0, 9409.0, 9422.0, 9404.0, 9391.0, 9420.0, 9398.0, 9438.0, 9414.0, 9434.0, 9481.0, 9437.0, 9482.0, 9436.0, 9419.0, 9429.0, 9402.0, 9450.0, 9407.0, 9461.0, 9443.0, 9536.0, 9473.0, 9467.0, 9449.0, 9416.0, 9438.0, 9416.0, 9426.0, 9413.0, 9402.0, 9429.0, 9431.0, 9481.0, 9449.0, 9491.0, 9394.0, 9416.0, 9386.0, 9387.0, 9385.0, 9389.0, 9402.0, 9392.0, 9434.0, 9391.0, 9432.0, 9393.0, 9405.0, 9389.0, 9392.0, 9453.0, 9394.0, 9393.0, 9378.0, 9370.0, 9398.0, 9389.0, 9431.0, 9393.0, 9459.0, 9419.0, 9433.0, 9497.0, 9467.0, 9476.0, 9409.0, 9393.0, 9407.0, 9383.0, 9453.0, 9401.0, 9444.0, 9432.0, 9412.0, 9423.0, 9394.0, 9434.0, 9392.0, 9432.0, 9443.0, 9409.0, 9453.0, 9396.0, 9435.0, 9396.0, 9396.0, 9411.0, 9401.0, 9453.0, 9412.0, 9428.0, 9478.0, 9414.0, 9400.0, 9395.0, 9373.0, 9424.0, 9389.0, 9471.0, 9421.0, 9460.0, 9416.0, 9410.0, 9409.0, 9391.0, 9418.0, 9403.0, 9449.0, 9401.0, 9444.0, 9368.0, 9367.0, 9368.0, 9374.0, 9433.0, 9390.0, 9429.0, 9359.0, 9361.0, 9376.0, 9382.0, 9425.0, 9404.0, 9474.0, 9418.0, 9415.0, 9411.0, 9396.0, 9439.0, 9412.0, 9491.0, 9426.0, 9407.0, 9403.0, 9392.0, 9419.0, 9407.0, 9438.0, 9408.0, 9406.0, 9385.0, 9373.0, 9400.0, 9374.0, 9432.0, 9395.0, 9407.0, 9405.0, 9393.0, 9418.0, 9380.0, 9435.0, 9382.0, 9410.0, 9455.0, 9407.0, 9437.0, 9391.0, 9416.0, 9387.0, 9430.0, 9389.0, 9401.0, 9432.0, 9368.0, 9395.0, 9354.0, 9368.0, 9373.0, 9376.0, 9434.0, 9377.0, 9434.0, 9379.0, 9430.0, 9376.0, 9404.0, 9404.0, 9386.0, 9431.0, 9387.0, 9414.0, 9374.0, 9390.0, 9409.0, 9392.0, 9452.0, 9391.0, 9379.0, 9406.0, 9387.0, 9396.0, 9401.0, 9416.0, 9477.0, 9422.0, 9475.0, 9413.0, 9397.0, 9407.0, 9393.0, 9458.0, 9409.0, 9482.0, 9419.0, 9431.0, 9387.0, 9389.0, 9434.0, 9391.0, 9429.0, 9368.0, 9408.0, 9367.0, 9372.0, 9431.0, 9376.0, 9429.0, 9374.0, 9373.0, 9376.0, 9375.0, 9405.0, 9393.0, 9453.0, 9394.0, 9447.0, 9373.0, 9387.0, 9402.0, 9390.0, 9436.0, 9392.0, 9391.0, 9387.0, 9364.0, 9405.0, 9382.0, 9438.0, 9400.0, 9454.0, 9408.0, 9407.0, 9423.0, 9399.0, 9475.0, 9463.0, 9463.0, 9509.0, 9438.0, 9399.0, 9421.0, 9383.0, 9439.0, 9385.0, 9413.0, 9405.0, 9415.0, 9433.0, 9432.0, 9481.0, 9431.0, 9462.0, 9410.0, 9391.0, 9448.0, 9407.0, 9451.0, 9491.0, 9437.0, 9403.0, 9459.0, 9365.0, 9348.0, 9369.0, 9343.0, 9384.0, 9343.0, 9341.0, 9356.0, 9360.0, 9390.0, 9357.0, 9398.0, 9332.0, 9340.0, 9386.0, 9387.0, 9372.0, 9383.0, 9414.0, 9407.0, 9391.0, 9401.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.006153250000000001</td></tr>
<tr><td colspan=3>aqi</td><td>0.11505487704545453</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.97423532927976</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0885703527141775</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9174043266717203</td></tr>
<tr><td colspan=3>efc</td><td>0.5168</td></tr>
<tr><td colspan=3>fber</td><td>3403.7571</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10772540232364401</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.121212121212121</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7001215953218356</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5713633932393742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.919438475849708</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6095629168764236</td></tr>
<tr><td colspan=3>gcor</td><td>0.00596015</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0030247378163039684</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025620952248573303</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.377847020560159</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>11.1448</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.8994</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.8185</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292716.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>1079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.3426</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7887</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.2417</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3421.1676</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>813.6371</td></tr>
<tr><td colspan=3>tsnr</td><td>20.417443893267773</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>