<?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-0026_ses-04_task-fractional_acq-mb8_run-01_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-0026_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_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-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-01_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-0026/ses-04/func/sub-0026_ses-04_task-fractional_acq-mb8_run-01_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>77e6c18890ff11ac1f54db5d7d86e5a4</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>09:19:45.697500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0947956</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3446b117-32e2-40eb-8724-49aad7d1e10a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['091945.697500', '091946.157500', '091946.617500', '091947.077500', '091947.537500', '091947.997500', '091948.457500', '091948.917500', '091949.377500', '091949.837500', '091950.297500', '091950.757500', '091951.217500', '091951.677500', '091952.137500', '091952.597500', '091953.057500', '091953.517500', '091953.977500', '091954.437500', '091954.897500', '091955.357500', '091955.817500', '091956.277500', '091956.737500', '091957.197500', '091957.657500', '091958.117500', '091958.577500', '091959.037500', '091959.497500', '091959.957500', '092000.417500', '092000.877500', '092001.337500', '092001.797500', '092002.257500', '092002.717500', '092003.177500', '092003.637500', '092004.097500', '092004.557500', '092005.017500', '092005.477500', '092005.937500', '092006.397500', '092006.857500', '092007.317500', '092007.777500', '092008.237500', '092008.697500', '092009.157500', '092009.617500', '092010.077500', '092010.537500', '092010.997500', '092011.457500', '092011.917500', '092012.377500', '092012.837500', '092013.297500', '092013.757500', '092014.217500', '092014.677500', '092015.137500', '092015.597500', '092016.057500', '092016.517500', '092016.977500', '092017.437500', '092017.897500', '092018.357500', '092018.817500', '092019.277500', '092019.737500', '092020.197500', '092020.657500', '092021.117500', '092021.577500', '092022.037500', '092022.497500', '092022.957500', '092023.417500', '092023.877500', '092024.337500', '092024.797500', '092025.257500', '092025.717500', '092026.177500', '092026.637500', '092027.097500', '092027.557500', '092028.017500', '092028.477500', '092028.937500', '092029.397500', '092029.857500', '092030.317500', '092030.777500', '092031.237500', '092031.697500', '092032.157500', '092032.617500', '092033.077500', '092033.537500', '092033.997500', '092034.457500', '092034.917500', '092035.377500', '092035.837500', '092036.297500', '092036.757500', '092037.217500', '092037.677500', '092038.137500', '092038.597500', '092039.057500', '092039.517500', '092039.977500', '092040.437500', '092040.897500', '092041.357500', '092041.817500', '092042.277500', '092042.737500', '092043.197500', '092043.657500', '092044.117500', '092044.577500', '092045.037500', '092045.497500', '092045.957500', '092046.417500', '092046.877500', '092047.337500', '092047.797500', '092048.257500', '092048.717500', '092049.177500', '092049.637500', '092050.097500', '092050.557500', '092051.017500', '092051.477500', '092051.937500', '092052.397500', '092052.857500', '092053.317500', '092053.777500', '092054.237500', '092054.697500', '092055.157500', '092055.617500', '092056.077500', '092056.537500', '092056.997500', '092057.457500', '092057.917500', '092058.377500', '092058.837500', '092059.297500', '092059.757500', '092100.217500', '092100.677500', '092101.137500', '092101.597500', '092102.057500', '092102.517500', '092102.977500', '092103.437500', '092103.897500', '092104.357500', '092104.817500', '092105.277500', '092105.737500', '092106.197500', '092106.657500', '092107.117500', '092107.577500', '092108.037500', '092108.497500', '092108.957500', '092109.417500', '092109.877500', '092110.337500', '092110.797500', '092111.257500', '092111.717500', '092112.177500', '092112.637500', '092113.097500', '092113.557500', '092114.017500', '092114.477500', '092114.937500', '092115.397500', '092115.857500', '092116.317500', '092116.777500', '092117.237500', '092117.697500', '092118.157500', '092118.617500', '092119.077500', '092119.537500', '092119.997500', '092120.457500', '092120.917500', '092121.377500', '092121.837500', '092122.297500', '092122.757500', '092123.217500', '092123.677500', '092124.137500', '092124.597500', '092125.057500', '092125.517500', '092125.977500', '092126.437500', '092126.897500', '092127.357500', '092127.817500', '092128.277500', '092128.737500', '092129.197500', '092129.657500', '092130.117500', '092130.577500', '092131.037500', '092131.497500', '092131.957500', '092132.417500', '092132.877500', '092133.337500', '092133.797500', '092134.257500', '092134.717500', '092135.177500', '092135.637500', '092136.097500', '092136.557500', '092137.017500', '092137.477500', '092137.937500', '092138.397500', '092138.857500', '092139.317500', '092139.777500', '092140.237500', '092140.697500', '092141.157500', '092141.617500', '092142.077500', '092142.537500', '092142.997500', '092143.457500', '092143.917500', '092144.377500', '092144.837500', '092145.297500', '092145.757500', '092146.217500', '092146.677500', '092147.137500', '092147.597500', '092148.057500', '092148.517500', '092148.977500', '092149.437500', '092149.897500', '092150.357500', '092150.817500', '092151.277500', '092151.737500', '092152.197500', '092152.657500', '092153.117500', '092153.577500', '092154.037500', '092154.497500', '092154.957500', '092155.417500', '092155.877500', '092156.337500', '092156.797500', '092157.257500', '092157.717500', '092158.177500', '092158.637500', '092159.097500', '092159.557500', '092200.017500', '092200.477500', '092200.937500', '092201.397500', '092201.857500', '092202.317500', '092202.777500', '092203.237500', '092203.697500', '092204.157500', '092204.617500', '092205.077500', '092205.537500', '092205.997500', '092206.457500', '092206.917500', '092207.377500', '092207.837500', '092208.297500', '092208.757500', '092209.217500', '092209.677500', '092210.137500', '092210.597500', '092211.057500', '092211.517500', '092211.977500', '092212.437500', '092212.897500', '092213.357500', '092213.817500', '092214.277500', '092214.737500', '092215.197500', '092215.657500', '092216.117500', '092216.577500', '092217.037500', '092217.497500', '092217.957500', '092218.417500', '092218.877500', '092219.337500', '092219.797500', '092220.257500', '092220.717500', '092221.177500', '092221.637500', '092222.097500', '092222.557500', '092223.017500', '092223.477500', '092223.937500', '092224.397500', '092224.857500', '092225.317500', '092225.777500', '092226.237500', '092226.697500', '092227.157500', '092227.617500', '092228.077500', '092228.537500', '092228.997500', '092229.457500', '092229.917500', '092230.377500', '092230.837500', '092231.297500', '092231.757500', '092232.217500', '092232.677500', '092233.137500', '092233.597500', '092234.057500', '092234.517500', '092234.977500', '092235.437500', '092235.897500', '092236.357500', '092236.817500', '092237.277500', '092237.737500', '092238.197500', '092238.657500', '092239.117500', '092239.577500', '092240.037500', '092240.497500', '092240.957500', '092241.417500', '092241.877500', '092242.337500', '092242.797500', '092243.257500', '092243.717500', '092244.177500', '092244.637500', '092245.097500', '092245.557500', '092246.017500', '092246.477500', '092246.937500', '092247.397500', '092247.857500', '092248.317500', '092248.777500', '092249.237500', '092249.697500', '092250.157500', '092250.617500', '092251.077500', '092251.537500', '092251.997500', '092252.457500', '092252.917500', '092253.377500', '092253.837500', '092254.297500', '092254.757500', '092255.217500', '092255.677500', '092256.137500', '092256.597500', '092257.057500', '092257.517500', '092257.977500', '092258.437500', '092258.897500', '092259.357500', '092259.817500', '092300.277500', '092300.737500', '092301.197500', '092301.657500', '092302.117500', '092302.577500', '092303.037500', '092303.497500', '092303.957500', '092304.417500', '092304.877500', '092305.337500', '092305.797500', '092306.257500', '092306.717500', '092307.177500', '092307.637500', '092308.097500', '092308.557500', '092309.017500', '092309.477500', '092309.937500', '092310.397500', '092310.857500', '092311.317500', '092311.777500', '092312.237500', '092312.697500', '092313.157500', '092313.617500', '092314.077500', '092314.537500', '092314.997500', '092315.457500', '092315.917500', '092316.377500', '092316.837500', '092317.297500', '092317.757500', '092318.217500', '092318.677500', '092319.137500', '092319.597500', '092320.057500', '092320.517500', '092320.977500', '092321.437500', '092321.897500', '092322.357500', '092322.817500', '092323.277500', '092323.737500', '092324.197500', '092324.657500', '092325.117500', '092325.577500', '092326.037500', '092326.497500', '092326.957500', '092327.417500', '092327.877500', '092328.337500', '092328.797500', '092329.257500', '092329.717500', '092330.177500', '092330.637500', '092331.097500', '092331.557500', '092332.017500', '092332.477500', '092332.937500', '092333.397500', '092333.857500', '092334.317500', '092334.777500', '092335.237500', '092335.697500', '092336.157500', '092336.617500', '092337.077500', '092337.537500', '092337.997500', '092338.457500', '092338.917500', '092339.377500', '092339.837500', '092340.297500', '092340.757500', '092341.217500', '092341.677500', '092342.137500', '092342.597500', '092343.057500', '092343.517500', '092343.977500', '092344.437500', '092344.897500', '092345.357500', '092345.817500', '092346.277500', '092346.737500', '092347.197500', '092347.657500', '092348.117500', '092348.577500', '092349.037500', '092349.497500', '092349.957500', '092350.417500', '092350.877500', '092351.337500', '092351.797500', '092352.257500', '092352.717500', '092353.177500', '092353.637500', '092354.097500', '092354.557500', '092355.017500', '092355.477500', '092355.937500', '092356.397500', '092356.857500', '092357.317500', '092357.777500', '092358.237500', '092358.697500', '092359.157500', '092359.617500', '092400.077500', '092400.537500', '092400.997500', '092401.457500', '092401.917500', '092402.377500', '092402.837500', '092403.297500', '092403.757500', '092404.217500', '092404.677500', '092405.137500', '092405.597500', '092406.057500', '092406.517500', '092406.977500', '092407.437500', '092407.897500', '092408.357500', '092408.817500', '092409.277500', '092409.737500', '092410.197500', '092410.657500', '092411.117500', '092411.577500', '092412.037500', '092412.497500', '092412.957500', '092413.417500', '092413.877500', '092414.337500', '092414.797500', '092415.257500', '092415.717500', '092416.177500', '092416.637500', '092417.097500', '092417.557500', '092418.017500', '092418.477500', '092418.937500', '092419.397500', '092419.857500', '092420.317500', '092420.777500', '092421.237500', '092421.697500', '092422.157500', '092422.617500', '092423.077500', '092423.537500', '092423.997500', '092424.457500', '092424.917500', '092425.377500', '092425.837500', '092426.297500', '092426.757500', '092427.217500', '092427.677500', '092428.137500', '092428.597500', '092429.057500', '092429.517500', '092429.977500', '092430.437500', '092430.897500', '092431.357500', '092431.817500', '092432.277500', '092432.737500', '092433.197500', '092433.657500', '092434.117500', '092434.577500', '092435.037500', '092435.497500', '092435.957500', '092436.417500', '092436.877500', '092437.337500', '092437.797500', '092438.257500', '092438.717500', '092439.177500', '092439.637500', '092440.097500', '092440.557500', '092441.017500', '092441.477500', '092441.937500', '092442.397500', '092442.857500', '092443.317500', '092443.777500', '092444.237500', '092444.697500', '092445.157500', '092445.617500', '092446.077500', '092446.537500', '092446.997500', '092447.457500', '092447.917500', '092448.377500', '092448.837500', '092449.297500', '092449.757500', '092450.217500', '092450.677500', '092451.137500', '092451.597500', '092452.057500', '092452.517500', '092452.977500', '092453.437500', '092453.897500', '092454.357500', '092454.817500', '092455.277500', '092455.737500', '092456.197500', '092456.657500', '092457.117500', '092457.577500', '092458.037500', '092458.497500', '092458.957500', '092459.417500', '092459.877500', '092500.337500', '092500.797500', '092501.257500', '092501.717500', '092502.177500', '092502.637500', '092503.097500', '092503.557500', '092504.017500', '092504.477500', '092504.937500', '092505.397500', '092505.857500', '092506.317500', '092506.777500', '092507.237500', '092507.697500', '092508.157500', '092508.617500', '092509.077500', '092509.537500', '092509.997500', '092510.457500', '092510.917500', '092511.377500', '092511.837500', '092512.297500', '092512.757500', '092513.217500', '092513.677500', '092514.137500', '092514.597500', '092515.057500', '092515.517500', '092515.977500', '092516.437500', '092516.897500', '092517.357500', '092517.817500', '092518.277500', '092518.737500', '092519.197500', '092519.657500', '092520.117500', '092520.577500', '092521.037500', '092521.497500', '092521.957500', '092522.417500', '092522.877500', '092523.337500', '092523.797500', '092524.257500', '092524.717500', '092525.177500', '092525.637500', '092526.097500', '092526.557500', '092527.017500', '092527.477500', '092527.937500', '092528.397500', '092528.857500', '092529.317500', '092529.777500', '092530.237500', '092530.697500', '092531.157500', '092531.617500', '092532.077500', '092532.537500', '092532.997500', '092533.457500', '092533.917500', '092534.377500', '092534.837500', '092535.297500', '092535.757500', '092536.217500', '092536.677500', '092537.137500', '092537.597500', '092538.057500', '092538.517500', '092538.977500', '092539.437500', '092539.897500', '092540.357500', '092540.817500', '092541.277500', '092541.737500', '092542.197500', '092542.657500', '092543.117500', '092543.577500', '092544.037500', '092544.497500', '092544.957500', '092545.417500', '092545.877500', '092546.337500', '092546.797500', '092547.257500', '092547.717500', '092548.177500', '092548.637500', '092549.097500', '092549.557500', '092550.017500', '092550.477500', '092550.937500', '092551.397500', '092551.857500', '092552.317500', '092552.777500', '092553.237500', '092553.697500', '092554.157500', '092554.617500', '092555.077500', '092555.537500', '092555.997500', '092556.457500', '092556.917500', '092557.377500', '092557.837500', '092558.297500', '092558.757500', '092559.217500', '092559.677500', '092600.137500', '092600.597500', '092601.057500', '092601.517500', '092601.977500', '092602.437500', '092602.897500', '092603.357500', '092603.817500', '092604.277500', '092604.737500', '092605.197500', '092605.657500', '092606.117500', '092606.577500', '092607.037500', '092607.497500', '092607.957500', '092608.417500', '092608.877500', '092609.337500', '092609.797500', '092610.257500', '092610.717500', '092611.177500', '092611.637500', '092612.097500', '092612.557500', '092613.017500', '092613.477500', '092613.937500', '092614.397500', '092614.857500', '092615.317500', '092615.777500', '092616.237500', '092616.697500', '092617.157500', '092617.617500', '092618.077500', '092618.537500', '092618.997500', '092619.457500', '092619.917500', '092620.377500', '092620.837500', '092621.297500', '092621.757500', '092622.217500', '092622.677500', '092623.137500', '092623.597500', '092624.057500', '092624.517500', '092624.977500', '092625.437500', '092625.897500', '092626.357500', '092626.817500', '092627.277500', '092627.737500', '092628.197500', '092628.657500', '092629.117500', '092629.577500', '092630.037500', '092630.497500', '092630.957500', '092631.417500', '092631.877500', '092632.337500', '092632.797500', '092633.257500', '092633.717500', '092634.177500', '092634.637500', '092635.097500', '092635.557500', '092636.017500', '092636.477500', '092636.937500', '092637.397500', '092637.857500', '092638.317500', '092638.777500', '092639.237500', '092639.697500', '092640.157500', '092640.617500', '092641.077500', '092641.537500', '092641.997500', '092642.457500', '092642.917500', '092643.377500', '092643.837500', '092644.297500', '092644.757500', '092645.217500', '092645.677500', '092646.137500', '092646.597500', '092647.057500', '092647.517500', '092647.977500', '092648.437500', '092648.897500', '092649.357500', '092649.817500', '092650.277500', '092650.737500', '092651.197500', '092651.657500', '092652.117500', '092652.577500', '092653.037500', '092653.497500', '092653.957500', '092654.417500', '092654.877500', '092655.337500', '092655.797500', '092656.257500', '092656.717500', '092657.177500', '092657.637500', '092658.097500', '092658.557500', '092659.017500', '092659.477500', '092659.937500', '092700.397500', '092700.857500', '092701.317500', '092701.777500', '092702.237500', '092702.697500', '092703.157500', '092703.617500', '092704.077500', '092704.537500', '092704.997500', '092705.457500', '092705.917500', '092706.377500', '092706.837500', '092707.297500', '092707.757500', '092708.217500', '092708.677500', '092709.137500', '092709.597500', '092710.057500', '092710.517500', '092710.977500', '092711.437500', '092711.897500', '092712.357500', '092712.817500', '092713.277500', '092713.737500', '092714.197500', '092714.657500', '092715.117500', '092715.577500', '092716.037500', '092716.497500', '092716.957500', '092717.417500', '092717.877500', '092718.337500', '092718.797500', '092719.257500', '092719.717500', '092720.177500', '092720.637500', '092721.097500', '092721.557500', '092722.017500', '092722.477500', '092722.937500', '092723.397500', '092723.857500', '092724.317500', '092724.777500', '092725.237500', '092725.697500', '092726.157500', '092726.617500', '092727.077500', '092727.537500', '092727.997500', '092728.457500', '092728.917500', '092729.377500', '092729.837500', '092730.297500', '092730.757500', '092731.217500', '092731.677500', '092732.137500', '092732.597500', '092733.057500', '092733.517500', '092733.977500', '092734.437500', '092734.897500', '092735.357500', '092735.817500', '092736.277500', '092736.737500', '092737.197500', '092737.657500', '092738.117500', '092738.577500', '092739.037500', '092739.497500', '092739.957500', '092740.417500', '092740.877500', '092741.337500', '092741.797500', '092742.257500', '092742.717500', '092743.177500', '092743.637500', '092744.097500', '092744.557500', '092745.017500', '092745.477500', '092745.937500', '092746.397500', '092746.857500', '092747.317500', '092747.777500', '092748.237500', '092748.697500', '092749.157500', '092749.617500', '092750.077500', '092750.537500', '092750.997500', '092751.457500', '092751.917500', '092752.377500', '092752.837500', '092753.297500', '092753.757500', '092754.217500', '092754.677500', '092755.137500', '092755.597500', '092756.057500', '092756.517500', '092756.977500', '092757.437500', '092757.897500', '092758.357500', '092758.817500', '092759.277500', '092759.737500', '092800.197500', '092800.657500', '092801.117500', '092801.577500', '092802.037500', '092802.497500', '092802.957500', '092803.417500', '092803.877500', '092804.337500', '092804.797500', '092805.257500', '092805.717500', '092806.177500', '092806.637500', '092807.097500', '092807.557500', '092808.017500', '092808.477500', '092808.937500', '092809.397500', '092809.857500', '092810.317500', '092810.777500', '092811.237500', '092811.697500', '092812.157500', '092812.617500', '092813.077500', '092813.537500', '092813.997500', '092814.457500', '092814.917500', '092815.377500', '092815.837500', '092816.297500', '092816.757500', '092817.217500', '092817.677500', '092818.137500', '092818.597500', '092819.057500', '092819.517500', '092819.977500', '092820.437500', '092820.897500', '092821.357500', '092821.817500', '092822.277500', '092822.737500', '092823.197500', '092823.657500', '092824.117500', '092824.577500', '092825.037500', '092825.497500', '092825.957500', '092826.417500', '092826.877500', '092827.337500', '092827.797500', '092828.257500', '092828.717500', '092829.177500', '092829.637500', '092830.097500', '092830.557500', '092831.017500', '092831.477500', '092831.937500', '092832.397500', '092832.857500', '092833.317500', '092833.777500', '092834.237500', '092834.697500', '092835.157500', '092835.617500', '092836.077500', '092836.537500', '092836.997500', '092837.457500', '092837.917500', '092838.377500', '092838.837500', '092839.297500', '092839.757500', '092840.217500', '092840.677500', '092841.137500', '092841.597500', '092842.057500', '092842.517500', '092842.977500', '092843.437500', '092843.897500', '092844.357500', '092844.817500', '092845.277500', '092845.737500', '092846.197500', '092846.657500', '092847.117500', '092847.577500', '092848.037500', '092848.497500', '092848.957500', '092849.417500', '092849.877500', '092850.337500', '092850.797500', '092851.257500', '092851.717500', '092852.177500', '092852.637500', '092853.097500', '092853.557500', '092854.017500', '092854.477500', '092854.937500', '092855.397500', '092855.857500', '092856.317500', '092856.777500', '092857.237500', '092857.697500', '092858.157500', '092858.617500', '092859.077500', '092859.537500', '092859.997500', '092900.457500', '092900.917500', '092901.377500', '092901.837500', '092902.297500', '092902.757500', '092903.217500', '092903.677500', '092904.137500', '092904.597500', '092905.057500', '092905.517500', '092905.977500', '092906.437500', '092906.897500', '092907.357500', '092907.817500', '092908.277500', '092908.737500', '092909.197500', '092909.657500', '092910.117500', '092910.577500', '092911.037500', '092911.497500', '092911.957500', '092912.417500', '092912.877500', '092913.337500', '092913.797500', '092914.257500', '092914.717500', '092915.177500', '092915.637500', '092916.097500', '092916.557500', '092917.017500', '092917.477500', '092917.937500', '092918.397500', '092918.857500', '092919.317500', '092919.777500', '092920.237500', '092920.697500', '092921.157500', '092921.617500', '092922.077500', '092922.537500', '092922.997500', '092923.457500', '092923.917500', '092924.377500', '092924.837500', '092925.297500', '092925.757500', '092926.217500', '092926.677500', '092927.137500', '092927.597500', '092928.057500', '092928.517500', '092928.977500', '092929.437500', '092929.897500', '092930.357500', '092930.817500', '092931.277500', '092931.737500', '092932.197500', '092932.657500', '092933.117500', '092933.577500', '092934.037500', '092934.497500', '092934.957500', '092935.417500', '092935.877500', '092936.337500', '092936.797500', '092937.257500', '092937.717500', '092938.177500', '092938.637500', '092939.097500', '092939.557500', '092940.017500', '092940.477500', '092940.937500', '092941.397500', '092941.857500', '092942.317500', '092942.777500', '092943.237500', '092943.697500', '092944.157500', '092944.617500', '092945.077500', '092945.537500', '092945.997500', '092946.457500', '092946.917500', '092947.377500', '092947.837500', '092948.297500', '092948.757500', '092949.217500', '092949.677500', '092950.137500', '092950.597500', '092951.057500', '092951.517500', '092951.977500', '092952.437500', '092952.897500', '092953.357500'], 'ContentTime': ['092010.008000', '092010.011000', '092010.014000', '092010.017000', '092010.020000', '092010.023000', '092010.025000', '092010.028000', '092010.031000', '092010.034000', '092010.037000', '092010.040000', '092010.043000', '092010.060000', '092010.063000', '092010.066000', '092010.069000', '092010.072000', '092010.074000', '092010.077000', '092010.080000', '092010.083000', '092010.086000', '092010.089000', '092010.092000', '092010.095000', '092010.098000', '092010.101000', '092010.104000', '092010.107000', '092010.109000', '092010.112000', '092010.115000', '092010.118000', '092010.121000', '092010.124000', '092010.130000', '092010.133000', '092010.136000', '092010.139000', '092010.142000', '092010.145000', '092010.148000', '092010.151000', '092010.153000', '092010.156000', '092010.159000', '092010.162000', '092010.165000', '092010.168000', '092010.171000', '092029.976000', '092029.979000', '092029.982000', '092029.985000', '092029.989000', '092029.992000', '092029.995000', '092029.998000', '092030.001000', '092030.004000', '092030.007000', '092030.010000', '092030.013000', '092030.016000', '092030.019000', '092030.022000', '092030.025000', '092030.028000', '092030.031000', '092030.034000', '092030.036000', '092030.039000', '092030.042000', '092030.045000', '092030.048000', '092030.051000', '092030.054000', '092030.057000', '092030.060000', '092030.077000', '092030.085000', '092030.088000', '092030.091000', '092030.094000', '092030.097000', '092030.100000', '092030.103000', '092030.106000', '092030.108000', '092030.111000', '092030.114000', '092030.119000', '092030.122000', '092049.977000', '092049.980000', '092049.983000', '092049.986000', '092049.989000', '092049.991000', '092049.995000', '092049.997000', '092050.007000', '092050.010000', '092050.013000', '092050.016000', '092050.019000', '092050.021000', '092050.025000', '092050.027000', '092050.030000', '092050.033000', '092050.036000', '092050.039000', '092050.042000', '092050.045000', '092050.048000', '092050.051000', '092050.054000', '092050.056000', '092050.059000', '092050.062000', '092050.065000', '092050.068000', '092050.071000', '092050.074000', '092050.077000', '092050.080000', '092050.083000', '092050.085000', '092050.088000', '092050.099000', '092050.102000', '092050.105000', '092050.107000', '092050.110000', '092050.113000', '092050.116000', '092109.976000', '092109.979000', '092109.982000', '092109.985000', '092109.988000', '092109.991000', '092109.993000', '092109.996000', '092110.002000', '092110.005000', '092110.008000', '092110.011000', '092110.014000', '092110.017000', '092110.020000', '092110.023000', '092110.026000', '092110.029000', '092110.032000', '092110.034000', '092110.037000', '092110.040000', '092110.043000', '092110.046000', '092110.049000', '092110.052000', '092110.055000', '092110.058000', '092110.060000', '092110.063000', '092110.066000', '092110.069000', '092110.072000', '092110.075000', '092110.078000', '092110.081000', '092110.084000', '092110.087000', '092110.089000', '092110.092000', '092110.095000', '092110.098000', '092110.101000', '092129.976000', '092129.979000', '092129.982000', '092129.985000', '092129.988000', '092129.991000', '092129.994000', '092129.996000', '092130.000000', '092130.003000', '092130.006000', '092130.009000', '092130.012000', '092130.015000', '092130.018000', '092130.021000', '092130.024000', '092130.027000', '092130.030000', '092130.033000', '092130.035000', '092130.038000', '092130.041000', '092130.044000', '092130.047000', '092130.050000', '092130.053000', '092130.064000', '092130.067000', '092130.070000', '092130.073000', '092130.076000', '092130.078000', '092130.081000', '092130.084000', '092130.087000', '092130.090000', '092130.093000', '092130.096000', '092130.099000', '092130.102000', '092130.105000', '092130.107000', '092130.110000', '092149.976000', '092149.979000', '092149.982000', '092149.985000', '092149.988000', '092149.997000', '092150.001000', '092150.005000', '092150.008000', '092150.011000', '092150.014000', '092150.016000', '092150.019000', '092150.022000', '092150.025000', '092150.037000', '092150.040000', '092150.043000', '092150.046000', '092150.049000', '092150.052000', '092150.055000', '092150.058000', '092150.060000', '092150.063000', '092150.066000', '092150.069000', '092150.072000', '092150.075000', '092150.078000', '092150.081000', '092150.084000', '092150.087000', '092150.090000', '092150.093000', '092150.096000', '092150.098000', '092150.101000', '092150.104000', '092150.107000', '092150.110000', '092150.113000', '092150.116000', '092209.976000', '092209.979000', '092209.982000', '092209.985000', '092209.988000', '092209.991000', '092209.993000', '092209.996000', '092210.000000', '092210.003000', '092210.006000', '092210.009000', '092210.012000', '092210.015000', '092210.018000', '092210.021000', '092210.024000', '092210.027000', '092210.029000', '092210.032000', '092210.035000', '092210.038000', '092210.041000', '092210.044000', '092210.047000', '092210.050000', '092210.053000', '092210.056000', '092210.059000', '092210.062000', '092210.065000', '092210.067000', '092210.070000', '092210.073000', '092210.076000', '092210.079000', '092210.082000', '092210.085000', '092210.088000', '092210.091000', '092210.094000', '092210.096000', '092210.099000', '092210.102000', '092229.976000', '092229.979000', '092229.982000', '092229.985000', '092229.988000', '092229.991000', '092229.994000', '092229.997000', '092230.001000', '092230.003000', '092230.006000', '092230.009000', '092230.012000', '092230.015000', '092230.018000', '092230.021000', '092230.024000', '092230.027000', '092230.030000', '092230.033000', '092230.036000', '092230.039000', '092230.042000', '092230.045000', '092230.048000', '092230.051000', '092230.054000', '092230.057000', '092230.060000', '092230.062000', '092230.065000', '092230.068000', '092230.071000', '092230.074000', '092230.077000', '092230.080000', '092230.083000', '092230.086000', '092230.089000', '092230.092000', '092230.095000', '092230.097000', '092230.100000', '092249.976000', '092249.979000', '092249.982000', '092249.985000', '092249.988000', '092249.990000', '092249.993000', '092249.996000', '092250.000000', '092250.003000', '092250.006000', '092250.009000', '092250.012000', '092250.015000', '092250.017000', '092250.020000', '092250.023000', '092250.026000', '092250.029000', '092250.032000', '092250.035000', '092250.038000', '092250.041000', '092250.044000', '092250.047000', '092250.050000', '092250.052000', '092250.056000', '092250.059000', '092250.061000', '092250.064000', '092250.067000', '092250.070000', '092250.073000', '092250.076000', '092250.079000', '092250.082000', '092250.084000', '092250.087000', '092250.090000', '092250.093000', '092250.096000', '092250.099000', '092250.102000', '092309.977000', '092309.980000', '092309.983000', '092309.987000', '092309.990000', '092309.993000', '092309.996000', '092310.000000', '092310.003000', '092310.006000', '092310.009000', '092310.012000', '092310.015000', '092310.018000', '092310.020000', '092310.023000', '092310.026000', '092310.029000', '092310.032000', '092310.035000', '092310.038000', '092310.041000', '092310.044000', '092310.047000', '092310.050000', '092310.053000', '092310.055000', '092310.059000', '092310.061000', '092310.065000', '092310.068000', '092310.071000', '092310.073000', '092310.076000', '092310.079000', '092310.086000', '092310.089000', '092310.092000', '092310.094000', '092310.097000', '092310.114000', '092310.117000', '092310.120000', '092329.976000', '092329.979000', '092329.982000', '092329.985000', '092329.988000', '092329.991000', '092329.994000', '092329.997000', '092330.000000', '092330.003000', '092330.006000', '092330.009000', '092330.012000', '092330.015000', '092330.018000', '092330.021000', '092330.024000', '092330.027000', '092330.030000', '092330.032000', '092330.035000', '092330.038000', '092330.041000', '092330.044000', '092330.047000', '092330.050000', '092330.053000', '092330.056000', '092330.059000', '092330.075000', '092330.078000', '092330.080000', '092330.083000', '092330.086000', '092330.089000', '092330.092000', '092330.095000', '092330.098000', '092330.101000', '092330.104000', '092330.107000', '092330.110000', '092330.113000', '092330.115000', '092349.976000', '092349.979000', '092349.982000', '092349.985000', '092349.988000', '092349.991000', '092349.994000', '092349.996000', '092350.000000', '092350.003000', '092350.006000', '092350.009000', '092350.012000', '092350.015000', '092350.018000', '092350.021000', '092350.024000', '092350.027000', '092350.030000', '092350.032000', '092350.035000', '092350.047000', '092350.050000', '092350.052000', '092350.055000', '092350.058000', '092350.061000', '092350.064000', '092350.067000', '092350.070000', '092350.089000', '092350.092000', '092350.095000', '092350.098000', '092350.101000', '092350.104000', '092350.107000', '092350.110000', '092350.113000', '092350.116000', '092350.119000', '092350.121000', '092350.125000', '092409.976000', '092409.980000', '092409.983000', '092409.985000', '092409.988000', '092409.992000', '092409.994000', '092409.997000', '092410.001000', '092410.004000', '092410.007000', '092410.010000', '092410.013000', '092410.016000', '092410.019000', '092410.022000', '092410.025000', '092410.028000', '092410.031000', '092410.033000', '092410.036000', '092410.039000', '092410.042000', '092410.045000', '092410.048000', '092410.066000', '092410.069000', '092410.071000', '092410.074000', '092410.077000', '092410.080000', '092410.083000', '092410.086000', '092410.089000', '092410.092000', '092410.095000', '092410.098000', '092410.101000', '092410.104000', '092410.107000', '092410.109000', '092410.112000', '092410.115000', '092410.118000', '092429.976000', '092429.979000', '092429.982000', '092429.985000', '092429.988000', '092429.991000', '092429.994000', '092429.997000', '092430.001000', '092430.003000', '092430.006000', '092430.009000', '092430.012000', '092430.015000', '092430.018000', '092430.022000', '092430.025000', '092430.028000', '092430.031000', '092430.034000', '092430.037000', '092430.040000', '092430.043000', '092430.046000', '092430.049000', '092430.051000', '092430.054000', '092430.066000', '092430.068000', '092430.071000', '092430.074000', '092430.077000', '092430.080000', '092430.083000', '092430.086000', '092430.089000', '092430.093000', '092430.095000', '092430.098000', '092430.101000', '092430.104000', '092430.107000', '092430.110000', '092449.976000', '092449.979000', '092449.982000', '092449.985000', '092449.993000', '092449.995000', '092449.998000', '092450.002000', '092450.005000', '092450.008000', '092450.011000', '092450.014000', '092450.017000', '092450.020000', '092450.023000', '092450.026000', '092450.029000', '092450.032000', '092450.034000', '092450.037000', '092450.040000', '092450.043000', '092450.059000', '092450.062000', '092450.065000', '092450.068000', '092450.071000', '092450.074000', '092450.077000', '092450.080000', '092450.082000', '092450.085000', '092450.088000', '092450.091000', '092450.094000', '092450.097000', '092450.100000', '092450.103000', '092450.106000', '092450.109000', '092450.112000', '092450.114000', '092450.117000', '092450.120000', '092509.976000', '092509.979000', '092509.982000', '092509.985000', '092509.993000', '092509.996000', '092510.000000', '092510.003000', '092510.006000', '092510.009000', '092510.012000', '092510.015000', '092510.018000', '092510.020000', '092510.023000', '092510.026000', '092510.029000', '092510.032000', '092510.035000', '092510.038000', '092510.041000', '092510.044000', '092510.047000', '092510.050000', '092510.053000', '092510.055000', '092510.058000', '092510.061000', '092510.064000', '092510.067000', '092510.070000', '092510.073000', '092510.076000', '092510.079000', '092510.082000', '092510.085000', '092510.088000', '092510.090000', '092510.093000', '092510.096000', '092510.106000', '092510.109000', '092510.112000', '092529.977000', '092529.980000', '092529.983000', '092529.986000', '092529.989000', '092529.992000', '092529.995000', '092529.998000', '092530.001000', '092530.004000', '092530.007000', '092530.010000', '092530.013000', '092530.016000', '092530.019000', '092530.022000', '092530.025000', '092530.028000', '092530.039000', '092530.042000', '092530.045000', '092530.047000', '092530.050000', '092530.053000', '092530.056000', '092530.059000', '092530.062000', '092530.065000', '092530.068000', '092530.071000', '092530.074000', '092530.077000', '092530.080000', '092530.083000', '092530.086000', '092530.089000', '092530.091000', '092530.094000', '092530.097000', '092530.100000', '092530.103000', '092530.106000', '092530.109000', '092530.117000', '092549.976000', '092549.979000', '092549.982000', '092549.985000', '092549.988000', '092549.991000', '092549.994000', '092549.997000', '092550.001000', '092550.004000', '092550.007000', '092550.010000', '092550.013000', '092550.016000', '092550.018000', '092550.021000', '092550.024000', '092550.027000', '092550.030000', '092550.033000', '092550.036000', '092550.043000', '092550.046000', '092550.049000', '092550.052000', '092550.055000', '092550.058000', '092550.062000', '092550.065000', '092550.069000', '092550.071000', '092550.074000', '092550.077000', '092550.080000', '092550.083000', '092550.086000', '092550.089000', '092550.092000', '092550.095000', '092550.098000', '092550.101000', '092550.104000', '092550.107000', '092609.977000', '092609.980000', '092609.983000', '092609.986000', '092609.989000', '092609.992000', '092609.995000', '092609.998000', '092610.002000', '092610.005000', '092610.008000', '092610.011000', '092610.013000', '092610.016000', '092610.019000', '092610.022000', '092610.025000', '092610.028000', '092610.031000', '092610.034000', '092610.037000', '092610.040000', '092610.043000', '092610.046000', '092610.048000', '092610.061000', '092610.064000', '092610.067000', '092610.070000', '092610.073000', '092610.076000', '092610.078000', '092610.089000', '092610.092000', '092610.095000', '092610.098000', '092610.101000', '092610.104000', '092610.107000', '092610.109000', '092610.112000', '092610.115000', '092610.118000', '092610.121000', '092629.976000', '092629.979000', '092629.982000', '092629.985000', '092629.988000', '092629.991000', '092629.994000', '092629.996000', '092630.000000', '092630.003000', '092630.006000', '092630.009000', '092630.012000', '092630.015000', '092630.018000', '092630.021000', '092630.024000', '092630.027000', '092630.030000', '092630.033000', '092630.036000', '092630.039000', '092630.041000', '092630.044000', '092630.047000', '092630.050000', '092630.053000', '092630.056000', '092630.059000', '092630.062000', '092630.065000', '092630.068000', '092630.071000', '092630.074000', '092630.077000', '092630.079000', '092630.083000', '092630.085000', '092630.088000', '092630.091000', '092630.094000', '092630.097000', '092630.100000', '092649.976000', '092649.979000', '092649.982000', '092649.985000', '092649.988000', '092650.004000', '092650.006000', '092650.009000', '092650.012000', '092650.015000', '092650.018000', '092650.021000', '092650.024000', '092650.027000', '092650.030000', '092650.033000', '092650.036000', '092650.039000', '092650.042000', '092650.044000', '092650.047000', '092650.050000', '092650.053000', '092650.056000', '092650.059000', '092650.062000', '092650.065000', '092650.068000', '092650.070000', '092650.074000', '092650.076000', '092650.079000', '092650.082000', '092650.085000', '092650.088000', '092650.091000', '092650.094000', '092650.104000', '092650.107000', '092650.110000', '092650.113000', '092650.116000', '092650.119000', '092650.122000', '092709.976000', '092709.979000', '092709.982000', '092709.985000', '092709.988000', '092709.991000', '092709.994000', '092709.997000', '092710.000000', '092710.003000', '092710.006000', '092710.009000', '092710.012000', '092710.015000', '092710.018000', '092710.021000', '092710.024000', '092710.027000', '092710.030000', '092710.033000', '092710.036000', '092710.038000', '092710.041000', '092710.044000', '092710.047000', '092710.050000', '092710.053000', '092710.064000', '092710.066000', '092710.070000', '092710.072000', '092710.076000', '092710.078000', '092710.081000', '092710.084000', '092710.087000', '092710.090000', '092710.093000', '092710.096000', '092710.100000', '092710.103000', '092710.106000', '092710.109000', '092729.976000', '092729.979000', '092729.982000', '092729.985000', '092729.988000', '092729.991000', '092729.994000', '092729.996000', '092730.001000', '092730.003000', '092730.006000', '092730.009000', '092730.012000', '092730.015000', '092730.018000', '092730.021000', '092730.024000', '092730.027000', '092730.030000', '092730.032000', '092730.035000', '092730.038000', '092730.041000', '092730.044000', '092730.047000', '092730.050000', '092730.053000', '092730.056000', '092730.059000', '092730.074000', '092730.077000', '092730.080000', '092730.083000', '092730.091000', '092730.094000', '092730.097000', '092730.100000', '092730.103000', '092730.105000', '092730.108000', '092730.111000', '092730.114000', '092730.117000', '092730.120000', '092749.977000', '092749.980000', '092749.983000', '092749.986000', '092749.989000', '092749.992000', '092749.995000', '092749.997000', '092750.001000', '092750.004000', '092750.007000', '092750.010000', '092750.013000', '092750.016000', '092750.019000', '092750.021000', '092750.024000', '092750.027000', '092750.030000', '092750.033000', '092750.036000', '092750.039000', '092750.042000', '092750.045000', '092750.048000', '092750.050000', '092750.053000', '092750.056000', '092750.059000', '092750.062000', '092750.065000', '092750.068000', '092750.071000', '092750.074000', '092750.077000', '092750.080000', '092750.082000', '092750.085000', '092750.088000', '092750.091000', '092750.104000', '092750.107000', '092750.110000', '092809.976000', '092809.979000', '092809.982000', '092809.985000', '092809.988000', '092809.991000', '092809.993000', '092809.997000', '092810.001000', '092810.003000', '092810.006000', '092810.014000', '092810.017000', '092810.019000', '092810.022000', '092810.025000', '092810.028000', '092810.031000', '092810.034000', '092810.037000', '092810.040000', '092810.043000', '092810.046000', '092810.049000', '092810.052000', '092810.055000', '092810.057000', '092810.061000', '092810.064000', '092810.066000', '092810.069000', '092810.076000', '092810.078000', '092810.081000', '092810.084000', '092810.087000', '092810.090000', '092810.093000', '092810.096000', '092810.099000', '092810.102000', '092810.105000', '092810.107000', '092829.976000', '092829.979000', '092829.982000', '092829.985000', '092829.988000', '092829.991000', '092829.994000', '092829.997000', '092830.001000', '092830.003000', '092830.006000', '092830.009000', '092830.012000', '092830.015000', '092830.018000', '092830.021000', '092830.024000', '092830.027000', '092830.030000', '092830.033000', '092830.036000', '092830.038000', '092830.041000', '092830.044000', '092830.047000', '092830.050000', '092830.053000', '092830.056000', '092830.059000', '092830.062000', '092830.065000', '092830.068000', '092830.071000', '092830.074000', '092830.077000', '092830.080000', '092830.083000', '092830.085000', '092830.089000', '092830.099000', '092830.102000', '092830.105000', '092830.108000', '092830.110000', '092849.976000', '092849.979000', '092849.982000', '092849.985000', '092849.988000', '092849.991000', '092849.994000', '092849.997000', '092850.001000', '092850.004000', '092850.007000', '092850.010000', '092850.013000', '092850.015000', '092850.018000', '092850.021000', '092850.024000', '092850.027000', '092850.030000', '092850.033000', '092850.036000', '092850.039000', '092850.050000', '092850.053000', '092850.056000', '092850.071000', '092850.074000', '092850.077000', '092850.080000', '092850.083000', '092850.086000', '092850.089000', '092850.092000', '092850.094000', '092850.097000', '092850.100000', '092850.103000', '092850.106000', '092850.109000', '092850.112000', '092850.115000', '092850.118000', '092850.121000', '092909.976000', '092909.979000', '092909.982000', '092909.985000', '092909.988000', '092909.991000', '092909.994000', '092909.997000', '092910.001000', '092910.004000', '092910.007000', '092910.010000', '092910.012000', '092910.016000', '092910.018000', '092910.021000', '092910.024000', '092910.027000', '092910.030000', '092910.033000', '092910.036000', '092910.039000', '092910.042000', '092910.045000', '092910.048000', '092910.051000', '092910.054000', '092910.056000', '092910.059000', '092910.062000', '092910.065000', '092910.068000', '092910.078000', '092910.081000', '092910.084000', '092910.087000', '092910.090000', '092910.093000', '092910.096000', '092910.099000', '092910.102000', '092910.105000', '092910.108000', '092910.111000', '092929.976000', '092929.979000', '092929.982000', '092929.985000', '092929.988000', '092929.991000', '092929.994000', '092929.997000', '092930.001000', '092930.004000', '092930.006000', '092930.010000', '092930.013000', '092930.016000', '092930.019000', '092930.022000', '092930.025000', '092930.028000', '092930.031000', '092930.033000', '092930.036000', '092930.039000', '092930.042000', '092930.045000', '092930.048000', '092930.051000', '092930.054000', '092930.057000', '092930.060000', '092930.063000', '092930.066000', '092930.069000', '092930.071000', '092930.074000', '092930.077000', '092930.080000', '092930.083000', '092930.086000', '092930.089000', '092930.092000', '092930.095000', '092930.098000', '092930.101000', '092949.976000', '092949.979000', '092949.982000', '092949.985000', '092949.988000', '092949.991000', '092949.993000', '092949.996000', '092950.001000', '092950.004000', '092950.006000', '092950.009000', '092950.012000', '092950.015000', '092950.018000', '092950.021000', '092950.024000', '092950.027000', '092950.030000', '092950.033000', '092950.036000', '092950.039000', '092950.042000', '092950.045000', '092950.048000', '092950.050000', '092950.053000', '092950.056000', '092950.059000', '092950.062000', '092950.065000', '092950.068000', '092950.071000', '092950.074000', '092950.077000', '092950.080000', '092950.083000', '092950.086000', '092950.089000', '092950.091000', '092950.094000', '092950.097000', '092950.100000', '092950.103000', '092954.439000', '092954.442000', '092954.445000', '092954.448000', '092954.461000', '092954.464000', '092954.468000', '092954.471000', '092954.474000', '092954.477000'], 'InstanceCreationTime': ['092010.008000', '092010.011000', '092010.014000', '092010.017000', '092010.020000', '092010.023000', '092010.025000', '092010.028000', '092010.031000', '092010.034000', '092010.037000', '092010.040000', '092010.043000', '092010.060000', '092010.063000', '092010.066000', '092010.069000', '092010.072000', '092010.074000', '092010.077000', '092010.080000', '092010.083000', '092010.086000', '092010.089000', '092010.092000', '092010.095000', '092010.098000', '092010.101000', '092010.104000', '092010.107000', '092010.109000', '092010.112000', '092010.115000', '092010.118000', '092010.121000', '092010.124000', '092010.130000', '092010.133000', '092010.136000', '092010.139000', '092010.142000', '092010.145000', '092010.148000', '092010.151000', '092010.153000', '092010.156000', '092010.159000', '092010.162000', '092010.165000', '092010.168000', '092010.171000', '092029.976000', '092029.979000', '092029.982000', '092029.985000', '092029.989000', '092029.992000', '092029.995000', '092029.998000', '092030.001000', '092030.004000', '092030.007000', '092030.010000', '092030.013000', '092030.016000', '092030.019000', '092030.022000', '092030.025000', '092030.028000', '092030.031000', '092030.034000', '092030.036000', '092030.039000', '092030.042000', '092030.045000', '092030.048000', '092030.051000', '092030.054000', '092030.057000', '092030.060000', '092030.077000', '092030.085000', '092030.088000', '092030.091000', '092030.094000', '092030.097000', '092030.100000', '092030.103000', '092030.106000', '092030.108000', '092030.111000', '092030.114000', '092030.119000', '092030.122000', '092049.977000', '092049.980000', '092049.983000', '092049.986000', '092049.989000', '092049.991000', '092049.995000', '092049.997000', '092050.007000', '092050.010000', '092050.013000', '092050.016000', '092050.019000', '092050.021000', '092050.025000', '092050.027000', '092050.030000', '092050.033000', '092050.036000', '092050.039000', '092050.042000', '092050.045000', '092050.048000', '092050.051000', '092050.054000', '092050.056000', '092050.059000', '092050.062000', '092050.065000', '092050.068000', '092050.071000', '092050.074000', '092050.077000', '092050.080000', '092050.083000', '092050.085000', '092050.088000', '092050.099000', '092050.102000', '092050.105000', '092050.107000', '092050.110000', '092050.113000', '092050.116000', '092109.976000', '092109.979000', '092109.982000', '092109.985000', '092109.988000', '092109.991000', '092109.993000', '092109.996000', '092110.002000', '092110.005000', '092110.008000', '092110.011000', '092110.014000', '092110.017000', '092110.020000', '092110.023000', '092110.026000', '092110.029000', '092110.032000', '092110.034000', '092110.037000', '092110.040000', '092110.043000', '092110.046000', '092110.049000', '092110.052000', '092110.055000', '092110.058000', '092110.060000', '092110.063000', '092110.066000', '092110.069000', '092110.072000', '092110.075000', '092110.078000', '092110.081000', '092110.084000', '092110.087000', '092110.089000', '092110.092000', '092110.095000', '092110.098000', '092110.101000', '092129.976000', '092129.979000', '092129.982000', '092129.985000', '092129.988000', '092129.991000', '092129.994000', '092129.996000', '092130.000000', '092130.003000', '092130.006000', '092130.009000', '092130.012000', '092130.015000', '092130.018000', '092130.021000', '092130.024000', '092130.027000', '092130.030000', '092130.033000', '092130.035000', '092130.038000', '092130.041000', '092130.044000', '092130.047000', '092130.050000', '092130.053000', '092130.064000', '092130.067000', '092130.070000', '092130.073000', '092130.076000', '092130.078000', '092130.081000', '092130.084000', '092130.087000', '092130.090000', '092130.093000', '092130.096000', '092130.099000', '092130.102000', '092130.105000', '092130.107000', '092130.110000', '092149.976000', '092149.979000', '092149.982000', '092149.985000', '092149.988000', '092149.997000', '092150.001000', '092150.005000', '092150.008000', '092150.011000', '092150.014000', '092150.016000', '092150.019000', '092150.022000', '092150.025000', '092150.037000', '092150.040000', '092150.043000', '092150.046000', '092150.049000', '092150.052000', '092150.055000', '092150.058000', '092150.060000', '092150.063000', '092150.066000', '092150.069000', '092150.072000', '092150.075000', '092150.078000', '092150.081000', '092150.084000', '092150.087000', '092150.090000', '092150.093000', '092150.096000', '092150.098000', '092150.101000', '092150.104000', '092150.107000', '092150.110000', '092150.113000', '092150.116000', '092209.976000', '092209.979000', '092209.982000', '092209.985000', '092209.988000', '092209.991000', '092209.993000', '092209.996000', '092210.000000', '092210.003000', '092210.006000', '092210.009000', '092210.012000', '092210.015000', '092210.018000', '092210.021000', '092210.024000', '092210.027000', '092210.029000', '092210.032000', '092210.035000', '092210.038000', '092210.041000', '092210.044000', '092210.047000', '092210.050000', '092210.053000', '092210.056000', '092210.059000', '092210.062000', '092210.065000', '092210.067000', '092210.070000', '092210.073000', '092210.076000', '092210.079000', '092210.082000', '092210.085000', '092210.088000', '092210.091000', '092210.094000', '092210.096000', '092210.099000', '092210.102000', '092229.976000', '092229.979000', '092229.982000', '092229.985000', '092229.988000', '092229.991000', '092229.994000', '092229.997000', '092230.001000', '092230.003000', '092230.006000', '092230.009000', '092230.012000', '092230.015000', '092230.018000', '092230.021000', '092230.024000', '092230.027000', '092230.030000', '092230.033000', '092230.036000', '092230.039000', '092230.042000', '092230.045000', '092230.048000', '092230.051000', '092230.054000', '092230.057000', '092230.060000', '092230.062000', '092230.065000', '092230.068000', '092230.071000', '092230.074000', '092230.077000', '092230.080000', '092230.083000', '092230.086000', '092230.089000', '092230.092000', '092230.095000', '092230.097000', '092230.100000', '092249.976000', '092249.979000', '092249.982000', '092249.985000', '092249.988000', '092249.990000', '092249.993000', '092249.996000', '092250.000000', '092250.003000', '092250.006000', '092250.009000', '092250.012000', '092250.015000', '092250.017000', '092250.020000', '092250.023000', '092250.026000', '092250.029000', '092250.032000', '092250.035000', '092250.038000', '092250.041000', '092250.044000', '092250.047000', '092250.050000', '092250.052000', '092250.056000', '092250.059000', '092250.061000', '092250.064000', '092250.067000', '092250.070000', '092250.073000', '092250.076000', '092250.079000', '092250.082000', '092250.084000', '092250.087000', '092250.090000', '092250.093000', '092250.096000', '092250.099000', '092250.102000', '092309.977000', '092309.980000', '092309.983000', '092309.987000', '092309.990000', '092309.993000', '092309.996000', '092310.000000', '092310.003000', '092310.006000', '092310.009000', '092310.012000', '092310.015000', '092310.018000', '092310.020000', '092310.023000', '092310.026000', '092310.029000', '092310.032000', '092310.035000', '092310.038000', '092310.041000', '092310.044000', '092310.047000', '092310.050000', '092310.053000', '092310.055000', '092310.059000', '092310.061000', '092310.065000', '092310.068000', '092310.071000', '092310.073000', '092310.076000', '092310.079000', '092310.086000', '092310.089000', '092310.092000', '092310.094000', '092310.097000', '092310.114000', '092310.117000', '092310.120000', '092329.976000', '092329.979000', '092329.982000', '092329.985000', '092329.988000', '092329.991000', '092329.994000', '092329.997000', '092330.000000', '092330.003000', '092330.006000', '092330.009000', '092330.012000', '092330.015000', '092330.018000', '092330.021000', '092330.024000', '092330.027000', '092330.030000', '092330.032000', '092330.035000', '092330.038000', '092330.041000', '092330.044000', '092330.047000', '092330.050000', '092330.053000', '092330.056000', '092330.059000', '092330.075000', '092330.078000', '092330.080000', '092330.083000', '092330.086000', '092330.089000', '092330.092000', '092330.095000', '092330.098000', '092330.101000', '092330.104000', '092330.107000', '092330.110000', '092330.113000', '092330.115000', '092349.976000', '092349.979000', '092349.982000', '092349.985000', '092349.988000', '092349.991000', '092349.994000', '092349.996000', '092350.000000', '092350.003000', '092350.006000', '092350.009000', '092350.012000', '092350.015000', '092350.018000', '092350.021000', '092350.024000', '092350.027000', '092350.030000', '092350.032000', '092350.035000', '092350.047000', '092350.050000', '092350.052000', '092350.055000', '092350.058000', '092350.061000', '092350.064000', '092350.067000', '092350.070000', '092350.089000', '092350.092000', '092350.095000', '092350.098000', '092350.101000', '092350.104000', '092350.107000', '092350.110000', '092350.113000', '092350.116000', '092350.119000', '092350.121000', '092350.125000', '092409.976000', '092409.980000', '092409.983000', '092409.985000', '092409.988000', '092409.992000', '092409.994000', '092409.997000', '092410.001000', '092410.004000', '092410.007000', '092410.010000', '092410.013000', '092410.016000', '092410.019000', '092410.022000', '092410.025000', '092410.028000', '092410.031000', '092410.033000', '092410.036000', '092410.039000', '092410.042000', '092410.045000', '092410.048000', '092410.066000', '092410.069000', '092410.071000', '092410.074000', '092410.077000', '092410.080000', '092410.083000', '092410.086000', '092410.089000', '092410.092000', '092410.095000', '092410.098000', '092410.101000', '092410.104000', '092410.107000', '092410.109000', '092410.112000', '092410.115000', '092410.118000', '092429.976000', '092429.979000', '092429.982000', '092429.985000', '092429.988000', '092429.991000', '092429.994000', '092429.997000', '092430.001000', '092430.003000', '092430.006000', '092430.009000', '092430.012000', '092430.015000', '092430.018000', '092430.022000', '092430.025000', '092430.028000', '092430.031000', '092430.034000', '092430.037000', '092430.040000', '092430.043000', '092430.046000', '092430.049000', '092430.051000', '092430.054000', '092430.066000', '092430.068000', '092430.071000', '092430.074000', '092430.077000', '092430.080000', '092430.083000', '092430.086000', '092430.089000', '092430.093000', '092430.095000', '092430.098000', '092430.101000', '092430.104000', '092430.107000', '092430.110000', '092449.976000', '092449.979000', '092449.982000', '092449.985000', '092449.993000', '092449.995000', '092449.998000', '092450.002000', '092450.005000', '092450.008000', '092450.011000', '092450.014000', '092450.017000', '092450.020000', '092450.023000', '092450.026000', '092450.029000', '092450.032000', '092450.034000', '092450.037000', '092450.040000', '092450.043000', '092450.059000', '092450.062000', '092450.065000', '092450.068000', '092450.071000', '092450.074000', '092450.077000', '092450.080000', '092450.082000', '092450.085000', '092450.088000', '092450.091000', '092450.094000', '092450.097000', '092450.100000', '092450.103000', '092450.106000', '092450.109000', '092450.112000', '092450.114000', '092450.117000', '092450.120000', '092509.976000', '092509.979000', '092509.982000', '092509.985000', '092509.993000', '092509.996000', '092510.000000', '092510.003000', '092510.006000', '092510.009000', '092510.012000', '092510.015000', '092510.018000', '092510.020000', '092510.023000', '092510.026000', '092510.029000', '092510.032000', '092510.035000', '092510.038000', '092510.041000', '092510.044000', '092510.047000', '092510.050000', '092510.053000', '092510.055000', '092510.058000', '092510.061000', '092510.064000', '092510.067000', '092510.070000', '092510.073000', '092510.076000', '092510.079000', '092510.082000', '092510.085000', '092510.088000', '092510.090000', '092510.093000', '092510.096000', '092510.106000', '092510.109000', '092510.112000', '092529.977000', '092529.980000', '092529.983000', '092529.986000', '092529.989000', '092529.992000', '092529.995000', '092529.998000', '092530.001000', '092530.004000', '092530.007000', '092530.010000', '092530.013000', '092530.016000', '092530.019000', '092530.022000', '092530.025000', '092530.028000', '092530.039000', '092530.042000', '092530.045000', '092530.047000', '092530.050000', '092530.053000', '092530.056000', '092530.059000', '092530.062000', '092530.065000', '092530.068000', '092530.071000', '092530.074000', '092530.077000', '092530.080000', '092530.083000', '092530.086000', '092530.089000', '092530.091000', '092530.094000', '092530.097000', '092530.100000', '092530.103000', '092530.106000', '092530.109000', '092530.117000', '092549.976000', '092549.979000', '092549.982000', '092549.985000', '092549.988000', '092549.991000', '092549.994000', '092549.997000', '092550.001000', '092550.004000', '092550.007000', '092550.010000', '092550.013000', '092550.016000', '092550.018000', '092550.021000', '092550.024000', '092550.027000', '092550.030000', '092550.033000', '092550.036000', '092550.043000', '092550.046000', '092550.049000', '092550.052000', '092550.055000', '092550.058000', '092550.062000', '092550.065000', '092550.069000', '092550.071000', '092550.074000', '092550.077000', '092550.080000', '092550.083000', '092550.086000', '092550.089000', '092550.092000', '092550.095000', '092550.098000', '092550.101000', '092550.104000', '092550.107000', '092609.977000', '092609.980000', '092609.983000', '092609.986000', '092609.989000', '092609.992000', '092609.995000', '092609.998000', '092610.002000', '092610.005000', '092610.008000', '092610.011000', '092610.013000', '092610.016000', '092610.019000', '092610.022000', '092610.025000', '092610.028000', '092610.031000', '092610.034000', '092610.037000', '092610.040000', '092610.043000', '092610.046000', '092610.048000', '092610.061000', '092610.064000', '092610.067000', '092610.070000', '092610.073000', '092610.076000', '092610.078000', '092610.089000', '092610.092000', '092610.095000', '092610.098000', '092610.101000', '092610.104000', '092610.107000', '092610.109000', '092610.112000', '092610.115000', '092610.118000', '092610.121000', '092629.976000', '092629.979000', '092629.982000', '092629.985000', '092629.988000', '092629.991000', '092629.994000', '092629.996000', '092630.000000', '092630.003000', '092630.006000', '092630.009000', '092630.012000', '092630.015000', '092630.018000', '092630.021000', '092630.024000', '092630.027000', '092630.030000', '092630.033000', '092630.036000', '092630.039000', '092630.041000', '092630.044000', '092630.047000', '092630.050000', '092630.053000', '092630.056000', '092630.059000', '092630.062000', '092630.065000', '092630.068000', '092630.071000', '092630.074000', '092630.077000', '092630.079000', '092630.083000', '092630.085000', '092630.088000', '092630.091000', '092630.094000', '092630.097000', '092630.100000', '092649.976000', '092649.979000', '092649.982000', '092649.985000', '092649.988000', '092650.004000', '092650.006000', '092650.009000', '092650.012000', '092650.015000', '092650.018000', '092650.021000', '092650.024000', '092650.027000', '092650.030000', '092650.033000', '092650.036000', '092650.039000', '092650.042000', '092650.044000', '092650.047000', '092650.050000', '092650.053000', '092650.056000', '092650.059000', '092650.062000', '092650.065000', '092650.068000', '092650.070000', '092650.074000', '092650.076000', '092650.079000', '092650.082000', '092650.085000', '092650.088000', '092650.091000', '092650.094000', '092650.104000', '092650.107000', '092650.110000', '092650.113000', '092650.116000', '092650.119000', '092650.122000', '092709.976000', '092709.979000', '092709.982000', '092709.985000', '092709.988000', '092709.991000', '092709.994000', '092709.997000', '092710.000000', '092710.003000', '092710.006000', '092710.009000', '092710.012000', '092710.015000', '092710.018000', '092710.021000', '092710.024000', '092710.027000', '092710.030000', '092710.033000', '092710.036000', '092710.038000', '092710.041000', '092710.044000', '092710.047000', '092710.050000', '092710.053000', '092710.064000', '092710.066000', '092710.070000', '092710.072000', '092710.076000', '092710.078000', '092710.081000', '092710.084000', '092710.087000', '092710.090000', '092710.093000', '092710.096000', '092710.100000', '092710.103000', '092710.106000', '092710.109000', '092729.976000', '092729.979000', '092729.982000', '092729.985000', '092729.988000', '092729.991000', '092729.994000', '092729.996000', '092730.001000', '092730.003000', '092730.006000', '092730.009000', '092730.012000', '092730.015000', '092730.018000', '092730.021000', '092730.024000', '092730.027000', '092730.030000', '092730.032000', '092730.035000', '092730.038000', '092730.041000', '092730.044000', '092730.047000', '092730.050000', '092730.053000', '092730.056000', '092730.059000', '092730.074000', '092730.077000', '092730.080000', '092730.083000', '092730.091000', '092730.094000', '092730.097000', '092730.100000', '092730.103000', '092730.105000', '092730.108000', '092730.111000', '092730.114000', '092730.117000', '092730.120000', '092749.977000', '092749.980000', '092749.983000', '092749.986000', '092749.989000', '092749.992000', '092749.995000', '092749.997000', '092750.001000', '092750.004000', '092750.007000', '092750.010000', '092750.013000', '092750.016000', '092750.019000', '092750.021000', '092750.024000', '092750.027000', '092750.030000', '092750.033000', '092750.036000', '092750.039000', '092750.042000', '092750.045000', '092750.048000', '092750.050000', '092750.053000', '092750.056000', '092750.059000', '092750.062000', '092750.065000', '092750.068000', '092750.071000', '092750.074000', '092750.077000', '092750.080000', '092750.082000', '092750.085000', '092750.088000', '092750.091000', '092750.104000', '092750.107000', '092750.110000', '092809.976000', '092809.979000', '092809.982000', '092809.985000', '092809.988000', '092809.991000', '092809.993000', '092809.997000', '092810.001000', '092810.003000', '092810.006000', '092810.014000', '092810.017000', '092810.019000', '092810.022000', '092810.025000', '092810.028000', '092810.031000', '092810.034000', '092810.037000', '092810.040000', '092810.043000', '092810.046000', '092810.049000', '092810.052000', '092810.055000', '092810.057000', '092810.061000', '092810.064000', '092810.066000', '092810.069000', '092810.076000', '092810.078000', '092810.081000', '092810.084000', '092810.087000', '092810.090000', '092810.093000', '092810.096000', '092810.099000', '092810.102000', '092810.105000', '092810.107000', '092829.976000', '092829.979000', '092829.982000', '092829.985000', '092829.988000', '092829.991000', '092829.994000', '092829.997000', '092830.001000', '092830.003000', '092830.006000', '092830.009000', '092830.012000', '092830.015000', '092830.018000', '092830.021000', '092830.024000', '092830.027000', '092830.030000', '092830.033000', '092830.036000', '092830.038000', '092830.041000', '092830.044000', '092830.047000', '092830.050000', '092830.053000', '092830.056000', '092830.059000', '092830.062000', '092830.065000', '092830.068000', '092830.071000', '092830.074000', '092830.077000', '092830.080000', '092830.083000', '092830.085000', '092830.089000', '092830.099000', '092830.102000', '092830.105000', '092830.108000', '092830.110000', '092849.976000', '092849.979000', '092849.982000', '092849.985000', '092849.988000', '092849.991000', '092849.994000', '092849.997000', '092850.001000', '092850.004000', '092850.007000', '092850.010000', '092850.013000', '092850.015000', '092850.018000', '092850.021000', '092850.024000', '092850.027000', '092850.030000', '092850.033000', '092850.036000', '092850.039000', '092850.050000', '092850.053000', '092850.056000', '092850.071000', '092850.074000', '092850.077000', '092850.080000', '092850.083000', '092850.086000', '092850.089000', '092850.092000', '092850.094000', '092850.097000', '092850.100000', '092850.103000', '092850.106000', '092850.109000', '092850.112000', '092850.115000', '092850.118000', '092850.121000', '092909.976000', '092909.979000', '092909.982000', '092909.985000', '092909.988000', '092909.991000', '092909.994000', '092909.997000', '092910.001000', '092910.004000', '092910.007000', '092910.010000', '092910.012000', '092910.016000', '092910.018000', '092910.021000', '092910.024000', '092910.027000', '092910.030000', '092910.033000', '092910.036000', '092910.039000', '092910.042000', '092910.045000', '092910.048000', '092910.051000', '092910.054000', '092910.056000', '092910.059000', '092910.062000', '092910.065000', '092910.068000', '092910.078000', '092910.081000', '092910.084000', '092910.087000', '092910.090000', '092910.093000', '092910.096000', '092910.099000', '092910.102000', '092910.105000', '092910.108000', '092910.111000', '092929.976000', '092929.979000', '092929.982000', '092929.985000', '092929.988000', '092929.991000', '092929.994000', '092929.997000', '092930.001000', '092930.004000', '092930.006000', '092930.010000', '092930.013000', '092930.016000', '092930.019000', '092930.022000', '092930.025000', '092930.028000', '092930.031000', '092930.033000', '092930.036000', '092930.039000', '092930.042000', '092930.045000', '092930.048000', '092930.051000', '092930.054000', '092930.057000', '092930.060000', '092930.063000', '092930.066000', '092930.069000', '092930.071000', '092930.074000', '092930.077000', '092930.080000', '092930.083000', '092930.086000', '092930.089000', '092930.092000', '092930.095000', '092930.098000', '092930.101000', '092949.976000', '092949.979000', '092949.982000', '092949.985000', '092949.988000', '092949.991000', '092949.993000', '092949.996000', '092950.001000', '092950.004000', '092950.006000', '092950.009000', '092950.012000', '092950.015000', '092950.018000', '092950.021000', '092950.024000', '092950.027000', '092950.030000', '092950.033000', '092950.036000', '092950.039000', '092950.042000', '092950.045000', '092950.048000', '092950.050000', '092950.053000', '092950.056000', '092950.059000', '092950.062000', '092950.065000', '092950.068000', '092950.071000', '092950.074000', '092950.077000', '092950.080000', '092950.083000', '092950.086000', '092950.089000', '092950.091000', '092950.094000', '092950.097000', '092950.100000', '092950.103000', '092954.439000', '092954.442000', '092954.445000', '092954.448000', '092954.461000', '092954.464000', '092954.468000', '092954.471000', '092954.474000', '092954.477000'], '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': [9867, 12634, 7603, 9237, 11373, 9366, 14174, 12213, 11458, 8478, 8310, 13899, 9941, 8220, 13919, 13202, 10052, 12342, 8168, 8264, 12809, 8305, 7912, 7288, 7356, 8629, 7176, 8115, 7694, 7363, 8601, 8006, 8077, 10168, 7374, 9465, 14533, 13482, 12095, 14645, 11065, 9776, 12844, 9729, 9896, 7637, 8209, 9182, 7409, 8188, 11168, 7443, 8312, 7234, 7887, 8510, 13105, 11806, 10188, 13439, 8851, 9735, 10231, 7902, 8297, 7348, 8285, 9671, 7407, 8208, 8255, 7930, 9178, 9117, 8039, 11866, 14195, 11341, 11893, 8563, 8016, 10705, 7576, 8120, 9831, 7393, 7439, 7375, 7787, 10122, 9003, 8472, 13370, 10476, 8671, 15139, 11800, 9163, 13876, 12095, 8971, 7503, 7581, 8192, 7277, 8026, 8898, 7575, 8041, 9020, 7759, 8083, 7354, 7970, 8340, 7553, 9470, 10980, 8579, 12142, 8472, 7937, 13436, 11985, 9860, 10830, 7499, 8145, 7460, 7604, 9212, 7923, 7765, 7282, 7495, 8380, 14446, 13344, 10469, 13637, 8907, 8078, 13517, 11035, 9049, 9078, 7488, 8503, 9922, 8236, 10737, 7629, 8066, 13631, 9515, 9044, 14660, 11293, 9221, 14872, 11113, 9837, 12584, 10108, 9037, 7719, 7839, 8555, 7802, 7834, 7402, 7946, 8821, 7392, 8019, 11243, 9319, 8640, 13629, 10661, 9451, 13736, 10861, 9516, 14729, 11399, 9834, 14456, 11490, 9479, 13631, 9548, 8711, 9759, 7646, 8308, 7833, 7888, 8703, 7563, 7953, 7600, 7924, 7484, 7545, 8675, 8593, 7936, 10599, 7895, 8141, 11647, 10153, 8874, 9611, 7534, 8153, 9021, 7848, 9483, 7329, 7844, 7257, 7591, 7783, 7559, 7499, 7511, 7822, 8740, 8713, 7787, 10842, 8783, 8407, 12679, 11058, 10498, 13762, 11850, 11107, 7899, 8042, 13616, 11329, 9580, 14551, 9416, 10523, 14363, 10952, 10342, 13097, 10355, 10097, 10792, 8079, 9936, 7874, 8169, 11976, 11585, 9318, 11355, 7670, 8641, 11650, 9153, 11075, 8153, 8112, 13091, 9947, 7785, 12926, 11392, 8679, 11407, 11800, 7987, 9716, 8076, 7848, 8489, 7306, 7971, 9697, 7541, 8868, 13106, 11100, 9963, 14139, 11890, 9985, 8021, 8139, 7460, 7608, 8175, 7313, 7717, 9225, 7834, 7604, 11084, 14154, 11199, 9863, 9962, 7813, 10463, 7683, 7890, 9809, 7680, 11074, 7731, 7800, 11546, 8956, 10711, 10972, 7923, 12345, 9323, 7774, 7410, 7844, 8204, 7756, 7723, 9131, 8139, 7525, 7975, 7803, 7671, 7948, 12106, 13851, 10315, 14421, 8375, 8733, 9805, 7842, 11094, 9523, 7830, 8231, 7677, 8187, 7521, 7547, 7580, 8018, 9542, 9653, 8297, 14739, 13304, 11512, 7967, 7911, 8843, 7713, 7869, 8170, 7961, 9248, 8099, 8019, 11816, 7534, 8078, 9075, 10336, 8170, 7619, 7413, 7698, 7947, 10282, 8033, 8136, 14760, 11144, 10101, 15061, 11430, 10333, 9846, 7599, 11032, 10235, 9959, 7745, 8387, 12180, 7595, 8077, 8140, 8400, 7977, 7726, 12481, 10076, 14893, 11638, 11527, 14567, 9613, 11209, 9589, 7932, 12759, 8610, 7645, 7618, 7399, 7371, 7767, 7421, 7694, 7699, 7589, 7684, 11458, 9227, 9771, 9404, 8008, 7644, 7447, 8146, 9716, 7972, 11216, 10119, 8511, 13658, 9759, 9417, 7726, 7760, 11014, 8236, 8282, 9439, 7509, 9321, 7865, 8193, 12175, 8883, 9390, 13944, 9534, 14298, 12297, 9338, 15005, 10371, 8473, 13567, 9746, 9036, 7789, 7591, 7380, 7752, 7904, 7627, 7530, 7906, 7384, 7403, 7773, 7731, 11169, 7507, 7829, 9741, 7804, 7299, 10310, 7534, 7339, 7187, 7749, 7660, 7752, 7666, 8294, 8050, 7425, 10868, 11430, 9108, 14872, 10793, 9305, 15212, 13490, 11185, 15831, 11406, 9028, 14629, 9573, 8063, 8403, 7571, 7602, 7736, 7227, 7367, 7821, 8404, 7876, 7975, 10902, 7920, 8343, 11683, 10101, 8701, 12249, 7552, 10215, 8702, 7807, 13147, 7920, 7925, 10912, 7764, 7893, 7574, 7871, 8750, 7619, 8336, 8414, 7931, 11557, 8666, 8324, 14622, 11307, 9137, 15057, 10895, 9719, 12951, 9399, 10392, 8065, 7444, 7389, 7840, 9789, 7887, 8180, 11713, 10047, 8156, 14598, 10101, 8644, 7603, 8129, 8792, 7674, 7603, 9660, 8114, 11367, 8597, 8449, 15374, 14352, 10707, 15093, 9033, 8824, 13641, 9563, 9356, 14755, 10563, 10021, 7736, 7113, 7284, 7584, 7710, 7200, 8064, 9048, 7476, 7683, 7955, 7471, 8672, 7366, 8019, 10983, 8859, 9481, 11842, 8055, 12174, 7630, 8052, 12667, 8849, 7929, 7903, 7636, 7906, 7451, 8038, 9325, 7657, 7672, 7199, 8137, 10377, 8322, 8229, 14314, 14255, 13717, 11447, 8276, 9288, 7707, 7426, 7282, 7496, 9897, 9142, 8106, 10413, 7556, 7606, 8696, 7677, 8255, 7801, 7676, 9441, 7414, 8337, 12063, 9178, 8499, 7415, 7809, 9441, 7960, 7700, 8136, 9046, 8864, 8114, 9564, 8496, 8439, 14594, 13305, 9328, 14848, 12135, 9086, 15312, 10747, 8832, 14754, 10072, 9353, 7970, 8017, 9331, 8230, 8168, 12008, 8189, 8586, 10194, 8240, 11012, 8133, 7570, 12346, 8290, 13891, 10115, 8366, 7292, 7140, 7243, 7711, 8356, 12079, 9629, 8271, 14930, 10632, 8394, 11441, 9906, 9731, 7583, 7229, 7243, 7675, 7141, 7753, 9298, 7450, 7857, 9196, 9937, 7621, 9331, 7833, 7862, 12739, 10016, 9822, 9715, 8020, 14280, 12287, 11385, 15242, 12936, 12660, 11579, 8033, 12169, 7789, 7777, 7534, 8277, 9360, 7916, 7628, 11698, 9067, 14593, 12777, 9752, 7273, 7286, 7124, 8061, 8850, 7185, 8197, 11199, 7832, 7722, 8462, 8108, 8439, 7712, 7520, 7401, 8211, 9814, 9833, 10254, 14337, 11987, 12688, 8436, 7578, 7427, 8618, 10160, 8319, 8264, 13222, 8548, 11206, 8255, 8313, 15358, 11404, 10644, 11641, 8223, 10828, 7758, 8283, 12240, 8029, 7425, 7306, 7714, 7520, 7862, 7722, 8087, 7380, 7343, 8079, 12190, 8599, 7867, 11335, 9060, 7846, 7307, 7844, 8585, 7277, 7748, 11913, 8850, 7685, 6991, 7855, 10659, 7514, 8019, 11157, 8161, 11411, 7595, 8017, 15200, 12036, 12055, 12498, 8611, 15207, 15035, 12984, 12683, 8197, 12402, 13173, 8523, 15402, 14944, 10850, 10617, 8094, 7584, 7414, 7480, 7275, 8179, 9053, 9687, 8150, 9785, 8072, 7792, 7672, 8008, 10557, 8073, 7926, 14192, 11852, 10340, 14170, 8168, 9300, 9365, 7879, 11626, 12444, 8596, 15045, 11653, 8525, 15424, 11382, 8219, 9045, 7691, 7630, 7632, 7583, 7836, 7845, 8547, 7737, 7914, 8586, 7773, 7521, 8125, 7967, 8116, 7559, 8017, 10444, 7230, 8110, 9247, 7928, 8761, 7558, 7742, 7646, 8021, 8982, 8023, 8270, 11407, 7856, 7837, 10642, 8022, 12539, 8276, 7737, 7346, 7799, 7881, 8240, 9281, 10977, 9087, 15590, 15096, 11642, 13617, 7916, 9234, 7956, 7502, 10174, 8585, 13725, 12719, 12563, 8444, 7612, 11171, 8018, 7993, 14259, 9417, 13157, 10961, 7841, 15033, 9084, 8270, 12769, 7791, 8745, 7544, 8121, 9666, 8014, 7318, 7356, 7369, 7157, 7798, 8130, 7576, 7946, 10814, 15311, 11753, 10600, 15631, 12679, 10769, 13956, 7765, 7775, 7505, 7931, 7450, 8011, 7481, 7697, 8053, 9195, 8223, 7325, 7628, 8237, 9627, 7826, 8098, 10939, 8102, 8057, 13402, 11853, 8796, 11240, 7879, 8118, 8816, 7330, 7406, 7195, 7993, 7184, 7809, 10462, 13256, 11056, 10018, 14706, 12498, 10179, 14079, 7528, 7604, 7579, 8446, 10627, 9628, 12428, 13542, 10757, 8024, 7659, 10613, 15977, 12818, 10988, 15626, 9875, 10873, 7646, 7694, 7160, 7923, 8645, 8058, 7692, 7713, 7326, 7374, 7770, 10445, 8527, 8909, 15419, 15689, 11671, 14289, 12414, 9152, 15366, 10152, 7763, 11910, 7641, 7684, 8326, 8421, 8462, 7607, 7439, 7761, 8731, 8069, 8899, 15649, 13091, 11071, 15590, 12416, 9129, 14443, 8329, 7233, 7399, 7730, 7641, 7684, 7295, 7269, 7448, 7563, 8243, 9316, 8121, 7714, 8311, 7786, 11693, 9898, 7981, 13293, 9070, 7770, 14430, 10425, 8435, 10006, 7859, 7293, 8052, 7626, 7559, 7755, 11099, 8080, 7903, 14311, 10790, 9090, 14774, 9658, 9445, 7917, 7407, 7497, 7594, 7179, 7941, 8634, 13009, 13382, 9796, 15099, 11154, 8308, 14685, 7922, 7435, 7382, 7811, 8093, 7521, 7790, 11306, 8268, 8541, 13765, 10326, 8626, 7542, 8109, 8827, 8252, 7663, 7802, 8018, 9736, 7956, 9091, 7506, 7764, 11757, 9854, 7914, 13565, 12253, 8319, 12845, 8109, 7378, 7121, 7729, 7051, 7587, 7038, 7604, 8428, 7307, 8561, 12373, 8952, 11082, 11290, 9658, 9097, 7766, 12708, 10042, 10230, 14531, 12278, 13829, 15520, 11757, 15138, 12837, 10828, 15468, 11643, 11609, 9556, 8605, 14834, 11819, 14535, 11439, 9753, 7672, 7906, 7896, 7830, 12321, 10891, 8260, 11795, 9176, 8108, 13448, 9142, 7826, 13070, 7679, 8175, 9683, 7880, 9915, 7931, 8108, 9017, 7767, 11060, 8007, 8439, 13275, 10585, 11081, 15629, 12847, 11844, 14861, 10750, 12052, 10504, 8617, 12533, 7953, 7891, 12454, 7825, 8025, 9487, 7778, 8262, 8073, 8075, 8188, 7605, 7820, 7989, 7630, 7636, 7153, 7523, 9135, 7845, 7396, 7306, 7687, 7415, 7278, 8105, 8276, 7608, 10178, 10197, 9568, 8980, 7470, 8147, 7124, 7309, 10251, 7765, 7599, 13760, 12774, 9190, 8951, 7667, 9860, 7685, 7908, 9127, 8137, 14821, 12596, 14008, 12100, 10470, 15674, 13240, 13512, 16150, 12246, 13522, 9054, 8172, 14887, 10285, 8523, 7485, 7917, 9768, 14371, 10171, 12304, 9368, 7972, 12925, 7980, 7859], 'WindowCenter': [4304.0, 4319.0, 4244.0, 4263.0, 4292.0, 4259.0, 4298.0, 4288.0, 4277.0, 4226.0, 4236.0, 4287.0, 4245.0, 4235.0, 4285.0, 4274.0, 4254.0, 4275.0, 4225.0, 4224.0, 4283.0, 4224.0, 4223.0, 4214.0, 4216.0, 4246.0, 4217.0, 4255.0, 4229.0, 4228.0, 4248.0, 4239.0, 4240.0, 4268.0, 4219.0, 4260.0, 4298.0, 4287.0, 4276.0, 4296.0, 4266.0, 4255.0, 4275.0, 4243.0, 4243.0, 4213.0, 4235.0, 4244.0, 4214.0, 4236.0, 4265.0, 4217.0, 4236.0, 4216.0, 4226.0, 4237.0, 4286.0, 4276.0, 4255.0, 4286.0, 4235.0, 4246.0, 4255.0, 4226.0, 4225.0, 4216.0, 4237.0, 4258.0, 4218.0, 4237.0, 4237.0, 4238.0, 4248.0, 4248.0, 4227.0, 4278.0, 4299.0, 4266.0, 4265.0, 4235.0, 4226.0, 4254.0, 4214.0, 4225.0, 4257.0, 4217.0, 4216.0, 4218.0, 4239.0, 4270.0, 4248.0, 4239.0, 4299.0, 4267.0, 4237.0, 4297.0, 4265.0, 4234.0, 4285.0, 4264.0, 4233.0, 4203.0, 4216.0, 4224.0, 4215.0, 4227.0, 4246.0, 4227.0, 4228.0, 4248.0, 4227.0, 4226.0, 4228.0, 4238.0, 4237.0, 4227.0, 4259.0, 4267.0, 4237.0, 4278.0, 4225.0, 4226.0, 4287.0, 4275.0, 4244.0, 4254.0, 4214.0, 4224.0, 4215.0, 4227.0, 4247.0, 4227.0, 4227.0, 4217.0, 4228.0, 4239.0, 4299.0, 4288.0, 4255.0, 4286.0, 4235.0, 4225.0, 4286.0, 4266.0, 4235.0, 4234.0, 4216.0, 4235.0, 4255.0, 4226.0, 4266.0, 4216.0, 4227.0, 4285.0, 4245.0, 4236.0, 4296.0, 4265.0, 4245.0, 4295.0, 4254.0, 4243.0, 4273.0, 4243.0, 4232.0, 4213.0, 4215.0, 4234.0, 4215.0, 4216.0, 4216.0, 4227.0, 4249.0, 4217.0, 4238.0, 4267.0, 4247.0, 4237.0, 4286.0, 4255.0, 4245.0, 4285.0, 4255.0, 4245.0, 4294.0, 4263.0, 4243.0, 4283.0, 4252.0, 4233.0, 4273.0, 4232.0, 4222.0, 4232.0, 4212.0, 4222.0, 4202.0, 4213.0, 4233.0, 4215.0, 4224.0, 4215.0, 4226.0, 4218.0, 4228.0, 4248.0, 4238.0, 4229.0, 4257.0, 4226.0, 4226.0, 4266.0, 4256.0, 4235.0, 4245.0, 4215.0, 4225.0, 4235.0, 4226.0, 4246.0, 4217.0, 4227.0, 4217.0, 4228.0, 4229.0, 4240.0, 4231.0, 4232.0, 4244.0, 4252.0, 4253.0, 4242.0, 4281.0, 4251.0, 4241.0, 4302.0, 4269.0, 4270.0, 4298.0, 4278.0, 4267.0, 4226.0, 4227.0, 4298.0, 4267.0, 4247.0, 4298.0, 4246.0, 4258.0, 4286.0, 4255.0, 4256.0, 4286.0, 4256.0, 4256.0, 4265.0, 4225.0, 4244.0, 4214.0, 4226.0, 4267.0, 4266.0, 4235.0, 4265.0, 4215.0, 4236.0, 4266.0, 4235.0, 4266.0, 4214.0, 4225.0, 4285.0, 4244.0, 4214.0, 4275.0, 4264.0, 4225.0, 4266.0, 4265.0, 4215.0, 4244.0, 4215.0, 4225.0, 4236.0, 4216.0, 4227.0, 4247.0, 4217.0, 4248.0, 4287.0, 4267.0, 4246.0, 4285.0, 4264.0, 4244.0, 4215.0, 4214.0, 4203.0, 4215.0, 4236.0, 4217.0, 4229.0, 4260.0, 4230.0, 4230.0, 4281.0, 4299.0, 4266.0, 4245.0, 4244.0, 4214.0, 4255.0, 4215.0, 4226.0, 4257.0, 4227.0, 4267.0, 4216.0, 4216.0, 4266.0, 4235.0, 4256.0, 4256.0, 4215.0, 4274.0, 4234.0, 4227.0, 4217.0, 4238.0, 4237.0, 4216.0, 4215.0, 4247.0, 4228.0, 4228.0, 4227.0, 4227.0, 4216.0, 4227.0, 4278.0, 4288.0, 4256.0, 4296.0, 4225.0, 4225.0, 4244.0, 4214.0, 4254.0, 4244.0, 4214.0, 4224.0, 4214.0, 4224.0, 4216.0, 4215.0, 4216.0, 4227.0, 4247.0, 4246.0, 4225.0, 4297.0, 4286.0, 4265.0, 4215.0, 4216.0, 4223.0, 4214.0, 4215.0, 4224.0, 4225.0, 4247.0, 4227.0, 4228.0, 4277.0, 4217.0, 4227.0, 4237.0, 4258.0, 4227.0, 4218.0, 4216.0, 4228.0, 4239.0, 4258.0, 4228.0, 4229.0, 4299.0, 4269.0, 4258.0, 4300.0, 4267.0, 4246.0, 4244.0, 4215.0, 4254.0, 4246.0, 4247.0, 4215.0, 4227.0, 4277.0, 4216.0, 4214.0, 4214.0, 4225.0, 4216.0, 4216.0, 4278.0, 4247.0, 4297.0, 4265.0, 4254.0, 4283.0, 4221.0, 4242.0, 4220.0, 4200.0, 4261.0, 4211.0, 4202.0, 4203.0, 4193.0, 4203.0, 4214.0, 4204.0, 4217.0, 4217.0, 4229.0, 4231.0, 4281.0, 4250.0, 4249.0, 4237.0, 4216.0, 4205.0, 4206.0, 4215.0, 4235.0, 4216.0, 4257.0, 4246.0, 4228.0, 4287.0, 4248.0, 4236.0, 4215.0, 4215.0, 4255.0, 4216.0, 4215.0, 4235.0, 4206.0, 4237.0, 4216.0, 4227.0, 4266.0, 4236.0, 4236.0, 4285.0, 4235.0, 4285.0, 4264.0, 4224.0, 4283.0, 4234.0, 4213.0, 4263.0, 4233.0, 4223.0, 4202.0, 4203.0, 4194.0, 4204.0, 4214.0, 4216.0, 4217.0, 4216.0, 4207.0, 4207.0, 4217.0, 4218.0, 4268.0, 4206.0, 4216.0, 4247.0, 4217.0, 4218.0, 4258.0, 4219.0, 4219.0, 4208.0, 4230.0, 4230.0, 4231.0, 4231.0, 4243.0, 4232.0, 4222.0, 4272.0, 4271.0, 4251.0, 4300.0, 4268.0, 4249.0, 4299.0, 4277.0, 4257.0, 4287.0, 4254.0, 4224.0, 4285.0, 4234.0, 4203.0, 4214.0, 4204.0, 4203.0, 4216.0, 4207.0, 4207.0, 4219.0, 4239.0, 4228.0, 4229.0, 4258.0, 4228.0, 4230.0, 4270.0, 4258.0, 4229.0, 4267.0, 4216.0, 4247.0, 4227.0, 4217.0, 4277.0, 4216.0, 4216.0, 4256.0, 4217.0, 4217.0, 4219.0, 4230.0, 4238.0, 4230.0, 4240.0, 4231.0, 4231.0, 4280.0, 4239.0, 4229.0, 4299.0, 4259.0, 4238.0, 4297.0, 4257.0, 4247.0, 4276.0, 4239.0, 4246.0, 4216.0, 4206.0, 4206.0, 4217.0, 4246.0, 4217.0, 4228.0, 4269.0, 4248.0, 4217.0, 4297.0, 4247.0, 4226.0, 4216.0, 4217.0, 4226.0, 4217.0, 4218.0, 4249.0, 4230.0, 4269.0, 4228.0, 4228.0, 4299.0, 4287.0, 4245.0, 4286.0, 4225.0, 4224.0, 4274.0, 4235.0, 4234.0, 4284.0, 4244.0, 4234.0, 4204.0, 4194.0, 4193.0, 4205.0, 4206.0, 4206.0, 4229.0, 4240.0, 4210.0, 4219.0, 4229.0, 4209.0, 4239.0, 4208.0, 4229.0, 4269.0, 4239.0, 4250.0, 4280.0, 4229.0, 4279.0, 4217.0, 4218.0, 4278.0, 4239.0, 4219.0, 4217.0, 4218.0, 4231.0, 4220.0, 4231.0, 4251.0, 4232.0, 4231.0, 4211.0, 4242.0, 4271.0, 4241.0, 4241.0, 4314.0, 4312.0, 4301.0, 4269.0, 4229.0, 4239.0, 4217.0, 4206.0, 4207.0, 4208.0, 4248.0, 4249.0, 4230.0, 4260.0, 4220.0, 4229.0, 4238.0, 4219.0, 4228.0, 4218.0, 4219.0, 4249.0, 4208.0, 4229.0, 4280.0, 4250.0, 4239.0, 4207.0, 4219.0, 4247.0, 4228.0, 4218.0, 4220.0, 4238.0, 4226.0, 4217.0, 4237.0, 4225.0, 4216.0, 4290.0, 4276.0, 4225.0, 4286.0, 4265.0, 4224.0, 4285.0, 4243.0, 4213.0, 4272.0, 4232.0, 4221.0, 4201.0, 4204.0, 4224.0, 4213.0, 4214.0, 4265.0, 4214.0, 4213.0, 4233.0, 4213.0, 4243.0, 4204.0, 4204.0, 4266.0, 4216.0, 4276.0, 4245.0, 4215.0, 4205.0, 4196.0, 4205.0, 4216.0, 4227.0, 4268.0, 4236.0, 4215.0, 4285.0, 4246.0, 4215.0, 4266.0, 4245.0, 4234.0, 4206.0, 4204.0, 4207.0, 4218.0, 4210.0, 4234.0, 4264.0, 4222.0, 4245.0, 4264.0, 4263.0, 4234.0, 4253.0, 4222.0, 4231.0, 4290.0, 4261.0, 4261.0, 4250.0, 4232.0, 4302.0, 4281.0, 4270.0, 4301.0, 4279.0, 4279.0, 4267.0, 4216.0, 4266.0, 4205.0, 4205.0, 4206.0, 4227.0, 4236.0, 4217.0, 4217.0, 4268.0, 4239.0, 4290.0, 4277.0, 4235.0, 4195.0, 4195.0, 4194.0, 4217.0, 4239.0, 4208.0, 4229.0, 4269.0, 4220.0, 4220.0, 4229.0, 4229.0, 4230.0, 4220.0, 4220.0, 4211.0, 4241.0, 4261.0, 4262.0, 4261.0, 4301.0, 4270.0, 4279.0, 4217.0, 4206.0, 4206.0, 4228.0, 4259.0, 4229.0, 4229.0, 4289.0, 4229.0, 4270.0, 4228.0, 4228.0, 4298.0, 4267.0, 4246.0, 4257.0, 4227.0, 4257.0, 4206.0, 4227.0, 4277.0, 4218.0, 4208.0, 4207.0, 4230.0, 4230.0, 4230.0, 4232.0, 4233.0, 4223.0, 4234.0, 4244.0, 4293.0, 4240.0, 4230.0, 4271.0, 4242.0, 4231.0, 4220.0, 4232.0, 4242.0, 4220.0, 4221.0, 4280.0, 4250.0, 4232.0, 4222.0, 4245.0, 4284.0, 4224.0, 4244.0, 4283.0, 4244.0, 4283.0, 4221.0, 4233.0, 4313.0, 4282.0, 4281.0, 4281.0, 4240.0, 4313.0, 4300.0, 4279.0, 4278.0, 4228.0, 4277.0, 4276.0, 4226.0, 4298.0, 4288.0, 4246.0, 4246.0, 4216.0, 4205.0, 4205.0, 4207.0, 4208.0, 4229.0, 4252.0, 4263.0, 4232.0, 4262.0, 4231.0, 4219.0, 4220.0, 4232.0, 4273.0, 4232.0, 4232.0, 4303.0, 4282.0, 4260.0, 4289.0, 4229.0, 4238.0, 4238.0, 4218.0, 4268.0, 4278.0, 4229.0, 4298.0, 4267.0, 4228.0, 4299.0, 4258.0, 4215.0, 4223.0, 4204.0, 4205.0, 4208.0, 4218.0, 4219.0, 4229.0, 4240.0, 4220.0, 4219.0, 4228.0, 4219.0, 4219.0, 4229.0, 4230.0, 4230.0, 4220.0, 4231.0, 4259.0, 4219.0, 4230.0, 4250.0, 4231.0, 4229.0, 4220.0, 4220.0, 4219.0, 4231.0, 4241.0, 4232.0, 4231.0, 4280.0, 4231.0, 4222.0, 4261.0, 4232.0, 4292.0, 4242.0, 4220.0, 4210.0, 4220.0, 4220.0, 4231.0, 4251.0, 4271.0, 4241.0, 4314.0, 4302.0, 4269.0, 4288.0, 4217.0, 4236.0, 4217.0, 4207.0, 4248.0, 4229.0, 4290.0, 4279.0, 4280.0, 4219.0, 4217.0, 4256.0, 4215.0, 4215.0, 4287.0, 4237.0, 4278.0, 4257.0, 4217.0, 4287.0, 4225.0, 4215.0, 4266.0, 4205.0, 4224.0, 4205.0, 4217.0, 4247.0, 4229.0, 4207.0, 4208.0, 4208.0, 4209.0, 4219.0, 4229.0, 4218.0, 4229.0, 4260.0, 4299.0, 4268.0, 4258.0, 4298.0, 4277.0, 4256.0, 4275.0, 4206.0, 4204.0, 4206.0, 4216.0, 4207.0, 4230.0, 4221.0, 4232.0, 4232.0, 4252.0, 4241.0, 4220.0, 4221.0, 4231.0, 4249.0, 4219.0, 4231.0, 4269.0, 4230.0, 4233.0, 4293.0, 4281.0, 4241.0, 4270.0, 4218.0, 4229.0, 4238.0, 4218.0, 4220.0, 4223.0, 4244.0, 4224.0, 4246.0, 4288.0, 4305.0, 4274.0, 4262.0, 4302.0, 4282.0, 4259.0, 4289.0, 4218.0, 4218.0, 4219.0, 4242.0, 4273.0, 4262.0, 4293.0, 4302.0, 4271.0, 4219.0, 4219.0, 4259.0, 4300.0, 4280.0, 4258.0, 4299.0, 4248.0, 4258.0, 4218.0, 4219.0, 4207.0, 4241.0, 4242.0, 4232.0, 4220.0, 4219.0, 4209.0, 4220.0, 4232.0, 4261.0, 4241.0, 4243.0, 4303.0, 4300.0, 4257.0, 4286.0, 4266.0, 4225.0, 4287.0, 4245.0, 4204.0, 4255.0, 4204.0, 4217.0, 4230.0, 4228.0, 4227.0, 4218.0, 4206.0, 4218.0, 4226.0, 4217.0, 4238.0, 4298.0, 4266.0, 4257.0, 4288.0, 4255.0, 4225.0, 4275.0, 4214.0, 4193.0, 4193.0, 4205.0, 4202.0, 4206.0, 4206.0, 4219.0, 4218.0, 4218.0, 4229.0, 4238.0, 4220.0, 4208.0, 4228.0, 4220.0, 4270.0, 4248.0, 4218.0, 4289.0, 4240.0, 4219.0, 4288.0, 4258.0, 4229.0, 4248.0, 4217.0, 4206.0, 4219.0, 4217.0, 4219.0, 4219.0, 4269.0, 4219.0, 4229.0, 4289.0, 4258.0, 4228.0, 4286.0, 4237.0, 4237.0, 4216.0, 4195.0, 4207.0, 4218.0, 4199.0, 4220.0, 4241.0, 4280.0, 4278.0, 4237.0, 4288.0, 4257.0, 4216.0, 4287.0, 4206.0, 4206.0, 4196.0, 4207.0, 4217.0, 4208.0, 4220.0, 4268.0, 4228.0, 4229.0, 4289.0, 4248.0, 4228.0, 4208.0, 4217.0, 4227.0, 4230.0, 4220.0, 4222.0, 4234.0, 4263.0, 4234.0, 4242.0, 4210.0, 4221.0, 4270.0, 4250.0, 4220.0, 4291.0, 4280.0, 4229.0, 4279.0, 4220.0, 4208.0, 4198.0, 4219.0, 4211.0, 4233.0, 4225.0, 4248.0, 4258.0, 4239.0, 4283.0, 4323.0, 4255.0, 4273.0, 4271.0, 4239.0, 4227.0, 4221.0, 4292.0, 4263.0, 4274.0, 4304.0, 4295.0, 4305.0, 4314.0, 4282.0, 4300.0, 4278.0, 4258.0, 4287.0, 4257.0, 4257.0, 4237.0, 4228.0, 4300.0, 4268.0, 4288.0, 4255.0, 4222.0, 4193.0, 4194.0, 4204.0, 4207.0, 4267.0, 4246.0, 4217.0, 4257.0, 4226.0, 4207.0, 4277.0, 4226.0, 4196.0, 4266.0, 4196.0, 4216.0, 4236.0, 4217.0, 4248.0, 4219.0, 4219.0, 4229.0, 4209.0, 4260.0, 4220.0, 4221.0, 4280.0, 4248.0, 4260.0, 4299.0, 4270.0, 4258.0, 4277.0, 4247.0, 4268.0, 4235.0, 4216.0, 4256.0, 4205.0, 4206.0, 4268.0, 4207.0, 4221.0, 4240.0, 4211.0, 4219.0, 4220.0, 4234.0, 4245.0, 4237.0, 4235.0, 4233.0, 4222.0, 4224.0, 4226.0, 4249.0, 4266.0, 4246.0, 4225.0, 4225.0, 4238.0, 4236.0, 4237.0, 4260.0, 4272.0, 4265.0, 4303.0, 4292.0, 4282.0, 4271.0, 4237.0, 4233.0, 4212.0, 4223.0, 4275.0, 4235.0, 4246.0, 4318.0, 4309.0, 4267.0, 4267.0, 4248.0, 4276.0, 4235.0, 4245.0, 4264.0, 4246.0, 4327.0, 4307.0, 4316.0, 4294.0, 4274.0, 4312.0, 4292.0, 4292.0, 4300.0, 4269.0, 4278.0, 4227.0, 4217.0, 4296.0, 4248.0, 4227.0, 4206.0, 4217.0, 4247.0, 4287.0, 4247.0, 4267.0, 4227.0, 4216.0, 4267.0, 4206.0, 4217.0], 'WindowWidth': [9533.0, 9542.0, 9433.0, 9454.0, 9491.0, 9441.0, 9493.0, 9476.0, 9459.0, 9389.0, 9403.0, 9472.0, 9412.0, 9400.0, 9470.0, 9451.0, 9423.0, 9453.0, 9387.0, 9385.0, 9461.0, 9384.0, 9384.0, 9372.0, 9380.0, 9420.0, 9382.0, 9446.0, 9400.0, 9398.0, 9424.0, 9413.0, 9415.0, 9452.0, 9385.0, 9443.0, 9494.0, 9473.0, 9455.0, 9483.0, 9440.0, 9427.0, 9453.0, 9407.0, 9407.0, 9368.0, 9401.0, 9411.0, 9372.0, 9401.0, 9442.0, 9380.0, 9404.0, 9377.0, 9392.0, 9407.0, 9471.0, 9453.0, 9425.0, 9468.0, 9399.0, 9414.0, 9425.0, 9389.0, 9388.0, 9377.0, 9406.0, 9435.0, 9382.0, 9408.0, 9409.0, 9410.0, 9423.0, 9421.0, 9392.0, 9464.0, 9492.0, 9442.0, 9439.0, 9399.0, 9389.0, 9423.0, 9371.0, 9388.0, 9432.0, 9381.0, 9379.0, 9385.0, 9416.0, 9455.0, 9421.0, 9411.0, 9492.0, 9445.0, 9405.0, 9488.0, 9437.0, 9395.0, 9465.0, 9435.0, 9393.0, 9355.0, 9375.0, 9385.0, 9375.0, 9393.0, 9418.0, 9395.0, 9396.0, 9422.0, 9394.0, 9392.0, 9398.0, 9409.0, 9406.0, 9392.0, 9437.0, 9446.0, 9405.0, 9460.0, 9387.0, 9390.0, 9472.0, 9452.0, 9409.0, 9422.0, 9371.0, 9385.0, 9374.0, 9395.0, 9420.0, 9393.0, 9393.0, 9381.0, 9398.0, 9414.0, 9495.0, 9473.0, 9426.0, 9467.0, 9398.0, 9387.0, 9471.0, 9441.0, 9398.0, 9397.0, 9375.0, 9400.0, 9427.0, 9389.0, 9444.0, 9376.0, 9391.0, 9468.0, 9413.0, 9402.0, 9483.0, 9439.0, 9412.0, 9479.0, 9422.0, 9407.0, 9446.0, 9406.0, 9391.0, 9368.0, 9372.0, 9398.0, 9375.0, 9376.0, 9376.0, 9395.0, 9423.0, 9381.0, 9410.0, 9447.0, 9418.0, 9404.0, 9470.0, 9425.0, 9413.0, 9468.0, 9424.0, 9413.0, 9476.0, 9432.0, 9406.0, 9459.0, 9416.0, 9391.0, 9445.0, 9388.0, 9376.0, 9390.0, 9364.0, 9378.0, 9350.0, 9367.0, 9395.0, 9372.0, 9384.0, 9376.0, 9392.0, 9382.0, 9396.0, 9423.0, 9408.0, 9396.0, 9432.0, 9388.0, 9387.0, 9441.0, 9426.0, 9398.0, 9411.0, 9373.0, 9387.0, 9399.0, 9388.0, 9415.0, 9377.0, 9390.0, 9378.0, 9396.0, 9400.0, 9417.0, 9406.0, 9408.0, 9427.0, 9437.0, 9439.0, 9421.0, 9472.0, 9431.0, 9418.0, 9502.0, 9450.0, 9452.0, 9489.0, 9460.0, 9446.0, 9388.0, 9391.0, 9489.0, 9446.0, 9419.0, 9488.0, 9414.0, 9432.0, 9468.0, 9424.0, 9429.0, 9467.0, 9426.0, 9428.0, 9438.0, 9387.0, 9410.0, 9371.0, 9389.0, 9445.0, 9439.0, 9399.0, 9439.0, 9373.0, 9401.0, 9440.0, 9399.0, 9440.0, 9370.0, 9386.0, 9467.0, 9408.0, 9369.0, 9453.0, 9436.0, 9383.0, 9440.0, 9436.0, 9370.0, 9408.0, 9373.0, 9388.0, 9402.0, 9377.0, 9393.0, 9420.0, 9380.0, 9422.0, 9472.0, 9442.0, 9415.0, 9466.0, 9433.0, 9408.0, 9369.0, 9368.0, 9354.0, 9372.0, 9403.0, 9380.0, 9400.0, 9441.0, 9401.0, 9403.0, 9473.0, 9492.0, 9441.0, 9411.0, 9409.0, 9370.0, 9423.0, 9373.0, 9390.0, 9430.0, 9394.0, 9444.0, 9376.0, 9377.0, 9441.0, 9399.0, 9429.0, 9425.0, 9371.0, 9449.0, 9394.0, 9394.0, 9382.0, 9409.0, 9407.0, 9375.0, 9374.0, 9419.0, 9394.0, 9394.0, 9393.0, 9392.0, 9377.0, 9391.0, 9461.0, 9471.0, 9426.0, 9480.0, 9385.0, 9384.0, 9408.0, 9368.0, 9422.0, 9408.0, 9367.0, 9381.0, 9370.0, 9384.0, 9375.0, 9374.0, 9376.0, 9391.0, 9417.0, 9413.0, 9385.0, 9484.0, 9465.0, 9437.0, 9369.0, 9371.0, 9379.0, 9367.0, 9370.0, 9382.0, 9385.0, 9417.0, 9390.0, 9393.0, 9458.0, 9378.0, 9393.0, 9405.0, 9434.0, 9391.0, 9381.0, 9377.0, 9395.0, 9411.0, 9435.0, 9393.0, 9397.0, 9491.0, 9447.0, 9434.0, 9490.0, 9442.0, 9412.0, 9408.0, 9372.0, 9421.0, 9410.0, 9415.0, 9371.0, 9389.0, 9455.0, 9372.0, 9366.0, 9367.0, 9383.0, 9372.0, 9373.0, 9456.0, 9414.0, 9482.0, 9436.0, 9420.0, 9455.0, 9370.0, 9398.0, 9367.0, 9340.0, 9423.0, 9356.0, 9348.0, 9351.0, 9337.0, 9352.0, 9368.0, 9354.0, 9377.0, 9379.0, 9396.0, 9403.0, 9468.0, 9425.0, 9422.0, 9402.0, 9373.0, 9354.0, 9356.0, 9369.0, 9394.0, 9370.0, 9427.0, 9412.0, 9390.0, 9470.0, 9417.0, 9399.0, 9371.0, 9369.0, 9423.0, 9370.0, 9369.0, 9397.0, 9359.0, 9400.0, 9374.0, 9390.0, 9441.0, 9399.0, 9399.0, 9461.0, 9394.0, 9463.0, 9432.0, 9377.0, 9456.0, 9388.0, 9359.0, 9428.0, 9388.0, 9374.0, 9347.0, 9350.0, 9338.0, 9353.0, 9368.0, 9374.0, 9376.0, 9374.0, 9362.0, 9362.0, 9376.0, 9378.0, 9443.0, 9359.0, 9373.0, 9416.0, 9375.0, 9379.0, 9431.0, 9383.0, 9382.0, 9366.0, 9399.0, 9399.0, 9402.0, 9402.0, 9421.0, 9403.0, 9392.0, 9460.0, 9453.0, 9426.0, 9491.0, 9444.0, 9421.0, 9489.0, 9453.0, 9426.0, 9467.0, 9417.0, 9376.0, 9461.0, 9390.0, 9349.0, 9364.0, 9354.0, 9353.0, 9372.0, 9363.0, 9363.0, 9382.0, 9409.0, 9394.0, 9396.0, 9433.0, 9392.0, 9396.0, 9450.0, 9431.0, 9392.0, 9440.0, 9373.0, 9414.0, 9388.0, 9375.0, 9456.0, 9374.0, 9373.0, 9427.0, 9376.0, 9378.0, 9382.0, 9397.0, 9406.0, 9398.0, 9413.0, 9401.0, 9402.0, 9465.0, 9408.0, 9396.0, 9490.0, 9431.0, 9402.0, 9482.0, 9426.0, 9413.0, 9452.0, 9404.0, 9412.0, 9374.0, 9359.0, 9358.0, 9374.0, 9413.0, 9375.0, 9392.0, 9449.0, 9416.0, 9374.0, 9482.0, 9414.0, 9385.0, 9373.0, 9376.0, 9386.0, 9374.0, 9378.0, 9420.0, 9396.0, 9448.0, 9392.0, 9392.0, 9489.0, 9466.0, 9409.0, 9463.0, 9380.0, 9379.0, 9445.0, 9393.0, 9393.0, 9459.0, 9405.0, 9392.0, 9354.0, 9339.0, 9338.0, 9357.0, 9358.0, 9361.0, 9395.0, 9410.0, 9372.0, 9383.0, 9395.0, 9369.0, 9408.0, 9367.0, 9396.0, 9449.0, 9409.0, 9425.0, 9463.0, 9395.0, 9462.0, 9377.0, 9377.0, 9458.0, 9406.0, 9379.0, 9376.0, 9380.0, 9399.0, 9386.0, 9403.0, 9429.0, 9403.0, 9402.0, 9375.0, 9418.0, 9457.0, 9415.0, 9416.0, 9518.0, 9512.0, 9494.0, 9448.0, 9395.0, 9405.0, 9375.0, 9358.0, 9360.0, 9364.0, 9419.0, 9423.0, 9398.0, 9438.0, 9387.0, 9397.0, 9405.0, 9382.0, 9394.0, 9379.0, 9382.0, 9421.0, 9367.0, 9395.0, 9464.0, 9424.0, 9406.0, 9363.0, 9381.0, 9416.0, 9392.0, 9378.0, 9383.0, 9405.0, 9386.0, 9373.0, 9401.0, 9382.0, 9370.0, 9475.0, 9449.0, 9380.0, 9464.0, 9432.0, 9377.0, 9461.0, 9401.0, 9359.0, 9438.0, 9383.0, 9370.0, 9344.0, 9350.0, 9377.0, 9363.0, 9366.0, 9432.0, 9363.0, 9363.0, 9387.0, 9362.0, 9402.0, 9349.0, 9349.0, 9437.0, 9371.0, 9451.0, 9406.0, 9369.0, 9358.0, 9346.0, 9356.0, 9372.0, 9389.0, 9443.0, 9396.0, 9370.0, 9462.0, 9409.0, 9368.0, 9440.0, 9408.0, 9393.0, 9358.0, 9353.0, 9363.0, 9379.0, 9374.0, 9413.0, 9452.0, 9392.0, 9425.0, 9451.0, 9445.0, 9408.0, 9432.0, 9389.0, 9400.0, 9479.0, 9438.0, 9439.0, 9424.0, 9403.0, 9496.0, 9465.0, 9450.0, 9496.0, 9460.0, 9459.0, 9439.0, 9371.0, 9436.0, 9354.0, 9355.0, 9357.0, 9387.0, 9398.0, 9375.0, 9376.0, 9443.0, 9404.0, 9473.0, 9453.0, 9395.0, 9341.0, 9341.0, 9341.0, 9375.0, 9405.0, 9365.0, 9396.0, 9449.0, 9384.0, 9384.0, 9396.0, 9396.0, 9396.0, 9383.0, 9383.0, 9373.0, 9414.0, 9443.0, 9442.0, 9440.0, 9494.0, 9449.0, 9459.0, 9375.0, 9359.0, 9359.0, 9390.0, 9431.0, 9393.0, 9395.0, 9474.0, 9394.0, 9450.0, 9392.0, 9392.0, 9485.0, 9439.0, 9412.0, 9426.0, 9386.0, 9427.0, 9360.0, 9389.0, 9455.0, 9377.0, 9363.0, 9363.0, 9399.0, 9400.0, 9398.0, 9404.0, 9407.0, 9393.0, 9410.0, 9425.0, 9486.0, 9411.0, 9397.0, 9453.0, 9417.0, 9400.0, 9386.0, 9402.0, 9414.0, 9383.0, 9386.0, 9464.0, 9427.0, 9403.0, 9393.0, 9428.0, 9477.0, 9398.0, 9424.0, 9473.0, 9422.0, 9472.0, 9389.0, 9406.0, 9513.0, 9469.0, 9468.0, 9465.0, 9411.0, 9512.0, 9490.0, 9459.0, 9455.0, 9389.0, 9454.0, 9450.0, 9383.0, 9484.0, 9468.0, 9408.0, 9409.0, 9370.0, 9355.0, 9356.0, 9362.0, 9364.0, 9396.0, 9433.0, 9446.0, 9403.0, 9443.0, 9401.0, 9384.0, 9385.0, 9405.0, 9458.0, 9405.0, 9405.0, 9499.0, 9467.0, 9437.0, 9472.0, 9392.0, 9403.0, 9403.0, 9376.0, 9443.0, 9455.0, 9391.0, 9485.0, 9440.0, 9388.0, 9484.0, 9427.0, 9369.0, 9373.0, 9352.0, 9355.0, 9363.0, 9377.0, 9381.0, 9394.0, 9409.0, 9382.0, 9379.0, 9391.0, 9381.0, 9381.0, 9393.0, 9396.0, 9398.0, 9383.0, 9400.0, 9433.0, 9382.0, 9396.0, 9421.0, 9398.0, 9395.0, 9384.0, 9384.0, 9382.0, 9399.0, 9413.0, 9402.0, 9401.0, 9465.0, 9399.0, 9387.0, 9439.0, 9401.0, 9483.0, 9415.0, 9384.0, 9370.0, 9382.0, 9384.0, 9399.0, 9428.0, 9451.0, 9413.0, 9515.0, 9492.0, 9445.0, 9469.0, 9374.0, 9396.0, 9373.0, 9362.0, 9415.0, 9393.0, 9476.0, 9460.0, 9460.0, 9377.0, 9374.0, 9423.0, 9365.0, 9367.0, 9465.0, 9398.0, 9455.0, 9425.0, 9373.0, 9465.0, 9382.0, 9367.0, 9435.0, 9353.0, 9379.0, 9355.0, 9374.0, 9417.0, 9393.0, 9362.0, 9364.0, 9366.0, 9368.0, 9381.0, 9394.0, 9378.0, 9393.0, 9436.0, 9486.0, 9440.0, 9429.0, 9481.0, 9450.0, 9423.0, 9447.0, 9355.0, 9352.0, 9357.0, 9373.0, 9361.0, 9396.0, 9387.0, 9403.0, 9402.0, 9430.0, 9414.0, 9384.0, 9385.0, 9397.0, 9420.0, 9380.0, 9399.0, 9448.0, 9398.0, 9403.0, 9484.0, 9464.0, 9410.0, 9448.0, 9379.0, 9393.0, 9406.0, 9381.0, 9384.0, 9395.0, 9423.0, 9400.0, 9432.0, 9491.0, 9509.0, 9460.0, 9442.0, 9497.0, 9465.0, 9432.0, 9471.0, 9378.0, 9376.0, 9381.0, 9417.0, 9458.0, 9444.0, 9486.0, 9495.0, 9451.0, 9380.0, 9380.0, 9434.0, 9488.0, 9457.0, 9429.0, 9483.0, 9414.0, 9429.0, 9377.0, 9381.0, 9364.0, 9418.0, 9417.0, 9403.0, 9383.0, 9382.0, 9369.0, 9383.0, 9403.0, 9440.0, 9413.0, 9417.0, 9502.0, 9488.0, 9426.0, 9464.0, 9434.0, 9379.0, 9464.0, 9405.0, 9351.0, 9417.0, 9351.0, 9376.0, 9399.0, 9392.0, 9388.0, 9377.0, 9358.0, 9376.0, 9384.0, 9375.0, 9405.0, 9486.0, 9435.0, 9422.0, 9466.0, 9418.0, 9378.0, 9444.0, 9363.0, 9335.0, 9335.0, 9353.0, 9347.0, 9356.0, 9359.0, 9384.0, 9381.0, 9380.0, 9394.0, 9402.0, 9380.0, 9362.0, 9389.0, 9381.0, 9449.0, 9414.0, 9377.0, 9471.0, 9406.0, 9379.0, 9470.0, 9428.0, 9393.0, 9418.0, 9373.0, 9357.0, 9378.0, 9375.0, 9379.0, 9381.0, 9447.0, 9380.0, 9394.0, 9472.0, 9427.0, 9385.0, 9463.0, 9395.0, 9399.0, 9369.0, 9341.0, 9360.0, 9376.0, 9352.0, 9382.0, 9412.0, 9465.0, 9453.0, 9397.0, 9467.0, 9424.0, 9369.0, 9464.0, 9356.0, 9356.0, 9343.0, 9360.0, 9373.0, 9362.0, 9381.0, 9443.0, 9389.0, 9392.0, 9471.0, 9416.0, 9388.0, 9361.0, 9373.0, 9387.0, 9396.0, 9385.0, 9391.0, 9408.0, 9447.0, 9406.0, 9416.0, 9368.0, 9384.0, 9447.0, 9419.0, 9380.0, 9475.0, 9461.0, 9393.0, 9459.0, 9381.0, 9364.0, 9351.0, 9380.0, 9372.0, 9406.0, 9399.0, 9434.0, 9449.0, 9427.0, 9493.0, 9545.0, 9437.0, 9456.0, 9447.0, 9403.0, 9384.0, 9382.0, 9481.0, 9443.0, 9461.0, 9501.0, 9488.0, 9506.0, 9516.0, 9468.0, 9490.0, 9453.0, 9425.0, 9464.0, 9424.0, 9425.0, 9400.0, 9389.0, 9487.0, 9440.0, 9469.0, 9419.0, 9370.0, 9334.0, 9335.0, 9349.0, 9358.0, 9438.0, 9407.0, 9369.0, 9424.0, 9381.0, 9357.0, 9453.0, 9381.0, 9340.0, 9431.0, 9341.0, 9370.0, 9396.0, 9373.0, 9416.0, 9378.0, 9379.0, 9390.0, 9365.0, 9433.0, 9380.0, 9383.0, 9459.0, 9414.0, 9435.0, 9485.0, 9443.0, 9427.0, 9450.0, 9407.0, 9440.0, 9388.0, 9367.0, 9420.0, 9351.0, 9354.0, 9440.0, 9358.0, 9382.0, 9408.0, 9369.0, 9378.0, 9381.0, 9406.0, 9424.0, 9416.0, 9411.0, 9405.0, 9390.0, 9394.0, 9401.0, 9439.0, 9457.0, 9428.0, 9399.0, 9397.0, 9420.0, 9416.0, 9419.0, 9455.0, 9476.0, 9470.0, 9517.0, 9502.0, 9486.0, 9470.0, 9418.0, 9406.0, 9378.0, 9394.0, 9464.0, 9411.0, 9430.0, 9529.0, 9515.0, 9459.0, 9460.0, 9436.0, 9469.0, 9415.0, 9425.0, 9449.0, 9428.0, 9540.0, 9512.0, 9523.0, 9489.0, 9461.0, 9513.0, 9478.0, 9480.0, 9489.0, 9445.0, 9456.0, 9384.0, 9372.0, 9479.0, 9414.0, 9386.0, 9358.0, 9375.0, 9415.0, 9466.0, 9412.0, 9439.0, 9385.0, 9371.0, 9438.0, 9356.0, 9372.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.002634030303030303</td></tr>
<tr><td colspan=3>aqi</td><td>0.0375901343939394</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.80580265275961</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1443847659666413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9578094831084151</td></tr>
<tr><td colspan=3>efc</td><td>0.4979</td></tr>
<tr><td colspan=3>fber</td><td>4658.7842</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07604171621490254</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0606060606060606</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.457544767857388</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2989631270066297</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695015663018547</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3786555135469873</td></tr>
<tr><td colspan=3>gcor</td><td>0.00690993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01786257140338421</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0419759675860405</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>3.766843563648776</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>16.8915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1842</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295488.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>956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.085</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7516</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.8799</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.1912</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.2682</td></tr>
<tr><td colspan=3>tsnr</td><td>29.43581477738917</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>