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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-04/func/sub-0040_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c85f68cd5b4744da70a7c0237ed0bcea</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>08:30:50.582500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0772561</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e1f1c86a-658d-459f-b007-7966714a4ebe||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['083050.582500', '083051.042500', '083051.502500', '083051.962500', '083052.422500', '083052.882500', '083053.342500', '083053.802500', '083054.262500', '083054.722500', '083055.182500', '083055.642500', '083056.102500', '083056.562500', '083057.022500', '083057.482500', '083057.942500', '083058.402500', '083058.862500', '083059.322500', '083059.782500', '083100.242500', '083100.702500', '083101.162500', '083101.622500', '083102.082500', '083102.542500', '083103.002500', '083103.462500', '083103.922500', '083104.382500', '083104.842500', '083105.302500', '083105.762500', '083106.222500', '083106.682500', '083107.142500', '083107.602500', '083108.062500', '083108.522500', '083108.982500', '083109.442500', '083109.902500', '083110.362500', '083110.822500', '083111.282500', '083111.742500', '083112.202500', '083112.662500', '083113.122500', '083113.582500', '083114.042500', '083114.502500', '083114.962500', '083115.422500', '083115.882500', '083116.342500', '083116.802500', '083117.262500', '083117.722500', '083118.182500', '083118.642500', '083119.102500', '083119.562500', '083120.022500', '083120.482500', '083120.942500', '083121.402500', '083121.862500', '083122.322500', '083122.782500', '083123.242500', '083123.702500', '083124.162500', '083124.622500', '083125.082500', '083125.542500', '083126.002500', '083126.462500', '083126.922500', '083127.382500', '083127.842500', '083128.302500', '083128.762500', '083129.222500', '083129.682500', '083130.142500', '083130.602500', '083131.062500', '083131.522500', '083131.982500', '083132.442500', '083132.902500', '083133.362500', '083133.822500', '083134.282500', '083134.742500', '083135.202500', '083135.662500', '083136.122500', '083136.582500', '083137.042500', '083137.502500', '083137.962500', '083138.422500', '083138.882500', '083139.342500', '083139.802500', '083140.262500', '083140.722500', '083141.182500', '083141.642500', '083142.102500', '083142.562500', '083143.022500', '083143.482500', '083143.942500', '083144.402500', '083144.862500', '083145.322500', '083145.782500', '083146.242500', '083146.702500', '083147.162500', '083147.622500', '083148.082500', '083148.542500', '083149.002500', '083149.462500', '083149.922500', '083150.382500', '083150.842500', '083151.302500', '083151.762500', '083152.222500', '083152.682500', '083153.142500', '083153.602500', '083154.062500', '083154.522500', '083154.982500', '083155.442500', '083155.902500', '083156.362500', '083156.822500', '083157.282500', '083157.742500', '083158.202500', '083158.662500', '083159.122500', '083159.582500', '083200.042500', '083200.502500', '083200.962500', '083201.422500', '083201.882500', '083202.342500', '083202.802500', '083203.262500', '083203.722500', '083204.182500', '083204.642500', '083205.102500', '083205.562500', '083206.022500', '083206.482500', '083206.942500', '083207.402500', '083207.862500', '083208.322500', '083208.782500', '083209.242500', '083209.702500', '083210.162500', '083210.622500', '083211.082500', '083211.542500', '083212.002500', '083212.462500', '083212.922500', '083213.382500', '083213.842500', '083214.302500', '083214.762500', '083215.222500', '083215.682500', '083216.142500', '083216.602500', '083217.062500', '083217.522500', '083217.982500', '083218.442500', '083218.902500', '083219.362500', '083219.822500', '083220.282500', '083220.742500', '083221.202500', '083221.662500', '083222.122500', '083222.582500', '083223.042500', '083223.502500', '083223.962500', '083224.422500', '083224.882500', '083225.342500', '083225.802500', '083226.262500', '083226.722500', '083227.182500', '083227.642500', '083228.102500', '083228.562500', '083229.022500', '083229.482500', '083229.942500', '083230.402500', '083230.862500', '083231.322500', '083231.782500', '083232.242500', '083232.702500', '083233.162500', '083233.622500', '083234.082500', '083234.542500', '083235.002500', '083235.462500', '083235.922500', '083236.382500', '083236.842500', '083237.302500', '083237.762500', '083238.222500', '083238.682500', '083239.142500', '083239.602500', '083240.062500', '083240.522500', '083240.982500', '083241.442500', '083241.902500', '083242.362500', '083242.822500', '083243.282500', '083243.742500', '083244.202500', '083244.662500', '083245.122500', '083245.582500', '083246.042500', '083246.502500', '083246.962500', '083247.422500', '083247.882500', '083248.342500', '083248.802500', '083249.262500', '083249.722500', '083250.182500', '083250.642500', '083251.102500', '083251.562500', '083252.022500', '083252.482500', '083252.942500', '083253.402500', '083253.862500', '083254.322500', '083254.782500', '083255.242500', '083255.702500', '083256.162500', '083256.622500', '083257.082500', '083257.542500', '083258.002500', '083258.462500', '083258.922500', '083259.382500', '083259.842500', '083300.302500', '083300.762500', '083301.222500', '083301.682500', '083302.142500', '083302.602500', '083303.062500', '083303.522500', '083303.982500', '083304.442500', '083304.902500', '083305.362500', '083305.822500', '083306.282500', '083306.742500', '083307.202500', '083307.662500', '083308.122500', '083308.582500', '083309.042500', '083309.502500', '083309.962500', '083310.422500', '083310.882500', '083311.342500', '083311.802500', '083312.262500', '083312.722500', '083313.182500', '083313.642500', '083314.102500', '083314.562500', '083315.022500', '083315.482500', '083315.942500', '083316.402500', '083316.862500', '083317.322500', '083317.782500', '083318.242500', '083318.702500', '083319.162500', '083319.622500', '083320.082500', '083320.542500', '083321.002500', '083321.462500', '083321.922500', '083322.382500', '083322.842500', '083323.302500', '083323.762500', '083324.222500', '083324.682500', '083325.142500', '083325.602500', '083326.062500', '083326.522500', '083326.982500', '083327.442500', '083327.902500', '083328.362500', '083328.822500', '083329.282500', '083329.742500', '083330.202500', '083330.662500', '083331.122500', '083331.582500', '083332.042500', '083332.502500', '083332.962500', '083333.422500', '083333.882500', '083334.342500', '083334.802500', '083335.262500', '083335.722500', '083336.182500', '083336.642500', '083337.102500', '083337.562500', '083338.022500', '083338.482500', '083338.942500', '083339.402500', '083339.862500', '083340.322500', '083340.782500', '083341.242500', '083341.702500', '083342.162500', '083342.622500', '083343.082500', '083343.542500', '083344.002500', '083344.462500', '083344.922500', '083345.382500', '083345.842500', '083346.302500', '083346.762500', '083347.222500', '083347.682500', '083348.142500', '083348.602500', '083349.062500', '083349.522500', '083349.982500', '083350.442500', '083350.902500', '083351.362500', '083351.822500', '083352.282500', '083352.742500', '083353.202500', '083353.662500', '083354.122500', '083354.582500', '083355.042500', '083355.502500', '083355.962500', '083356.422500', '083356.882500', '083357.342500', '083357.802500', '083358.262500', '083358.722500', '083359.182500', '083359.642500', '083400.102500', '083400.562500', '083401.022500', '083401.482500', '083401.942500', '083402.402500', '083402.862500', '083403.322500', '083403.782500', '083404.242500', '083404.702500', '083405.162500', '083405.622500', '083406.082500', '083406.542500', '083407.002500', '083407.462500', '083407.922500', '083408.382500', '083408.842500', '083409.302500', '083409.762500', '083410.222500', '083410.682500', '083411.142500', '083411.602500', '083412.062500', '083412.522500', '083412.982500', '083413.442500', '083413.902500', '083414.362500', '083414.822500', '083415.282500', '083415.742500', '083416.202500', '083416.662500', '083417.122500', '083417.582500', '083418.042500', '083418.502500', '083418.962500', '083419.422500', '083419.882500', '083420.342500', '083420.802500', '083421.262500', '083421.722500', '083422.182500', '083422.642500', '083423.102500', '083423.562500', '083424.022500', '083424.482500', '083424.942500', '083425.402500', '083425.862500', '083426.322500', '083426.782500', '083427.242500', '083427.702500', '083428.162500', '083428.622500', '083429.082500', '083429.542500', '083430.002500', '083430.462500', '083430.922500', '083431.382500', '083431.842500', '083432.302500', '083432.762500', '083433.222500', '083433.682500', '083434.142500', '083434.602500', '083435.062500', '083435.522500', '083435.982500', '083436.442500', '083436.902500', '083437.362500', '083437.822500', '083438.282500', '083438.742500', '083439.202500', '083439.662500', '083440.122500', '083440.582500', '083441.042500', '083441.502500', '083441.962500', '083442.422500', '083442.882500', '083443.342500', '083443.802500', '083444.262500', '083444.722500', '083445.182500', '083445.642500', '083446.102500', '083446.562500', '083447.022500', '083447.482500', '083447.942500', '083448.402500', '083448.862500', '083449.322500', '083449.782500', '083450.242500', '083450.702500', '083451.162500', '083451.622500', '083452.082500', '083452.542500', '083453.002500', '083453.462500', '083453.922500', '083454.382500', '083454.842500', '083455.302500', '083455.762500', '083456.222500', '083456.682500', '083457.142500', '083457.602500', '083458.062500', '083458.522500', '083458.982500', '083459.442500', '083459.902500', '083500.362500', '083500.822500', '083501.282500', '083501.742500', '083502.202500', '083502.662500', '083503.122500', '083503.582500', '083504.042500', '083504.502500', '083504.962500', '083505.422500', '083505.882500', '083506.342500', '083506.802500', '083507.262500', '083507.722500', '083508.182500', '083508.642500', '083509.102500', '083509.562500', '083510.022500', '083510.482500', '083510.942500', '083511.402500', '083511.862500', '083512.322500', '083512.782500', '083513.242500', '083513.702500', '083514.162500', '083514.622500', '083515.082500', '083515.542500', '083516.002500', '083516.462500', '083516.922500', '083517.382500', '083517.842500', '083518.302500', '083518.762500', '083519.222500', '083519.682500', '083520.142500', '083520.602500', '083521.062500', '083521.522500', '083521.982500', '083522.442500', '083522.902500', '083523.362500', '083523.822500', '083524.282500', '083524.742500', '083525.202500', '083525.662500', '083526.122500', '083526.582500', '083527.042500', '083527.502500', '083527.962500', '083528.422500', '083528.882500', '083529.342500', '083529.802500', '083530.262500', '083530.722500', '083531.182500', '083531.642500', '083532.102500', '083532.562500', '083533.022500', '083533.482500', '083533.942500', '083534.402500', '083534.862500', '083535.322500', '083535.782500', '083536.242500', '083536.702500', '083537.162500', '083537.622500', '083538.082500', '083538.542500', '083539.002500', '083539.462500', '083539.922500', '083540.382500', '083540.842500', '083541.302500', '083541.762500', '083542.222500', '083542.682500', '083543.142500', '083543.602500', '083544.062500', '083544.522500', '083544.982500', '083545.442500', '083545.902500', '083546.362500', '083546.822500', '083547.282500', '083547.742500', '083548.202500', '083548.662500', '083549.122500', '083549.582500', '083550.042500', '083550.502500', '083550.962500', '083551.422500', '083551.882500', '083552.342500', '083552.802500', '083553.262500', '083553.722500', '083554.182500', '083554.642500', '083555.102500', '083555.562500', '083556.022500', '083556.482500', '083556.942500', '083557.402500', '083557.862500', '083558.322500', '083558.782500', '083559.242500', '083559.702500', '083600.162500', '083600.622500', '083601.082500', '083601.542500', '083602.002500', '083602.462500', '083602.922500', '083603.382500', '083603.842500', '083604.302500', '083604.762500', '083605.222500', '083605.682500', '083606.142500', '083606.602500', '083607.062500', '083607.522500', '083607.982500', '083608.442500', '083608.902500', '083609.362500', '083609.822500', '083610.282500', '083610.742500', '083611.202500', '083611.662500', '083612.122500', '083612.582500', '083613.042500', '083613.502500', '083613.962500', '083614.422500', '083614.882500', '083615.342500', '083615.802500', '083616.262500', '083616.722500', '083617.182500', '083617.642500', '083618.102500', '083618.562500', '083619.022500', '083619.482500', '083619.942500', '083620.402500', '083620.862500', '083621.322500', '083621.782500', '083622.242500', '083622.702500', '083623.162500', '083623.622500', '083624.082500', '083624.542500', '083625.002500', '083625.462500', '083625.922500', '083626.382500', '083626.842500', '083627.302500', '083627.762500', '083628.222500', '083628.682500', '083629.142500', '083629.602500', '083630.062500', '083630.522500', '083630.982500', '083631.442500', '083631.902500', '083632.362500', '083632.822500', '083633.282500', '083633.742500', '083634.202500', '083634.662500', '083635.122500', '083635.582500', '083636.042500', '083636.502500', '083636.962500', '083637.422500', '083637.882500', '083638.342500', '083638.802500', '083639.262500', '083639.722500', '083640.182500', '083640.642500', '083641.102500', '083641.562500', '083642.022500', '083642.482500', '083642.942500', '083643.402500', '083643.862500', '083644.322500', '083644.782500', '083645.242500', '083645.702500', '083646.162500', '083646.622500', '083647.082500', '083647.542500', '083648.002500', '083648.462500', '083648.922500', '083649.382500', '083649.842500', '083650.302500', '083650.762500', '083651.222500', '083651.682500', '083652.142500', '083652.602500', '083653.062500', '083653.522500', '083653.982500', '083654.442500', '083654.902500', '083655.362500', '083655.822500', '083656.282500', '083656.742500', '083657.202500', '083657.662500', '083658.122500', '083658.582500', '083659.042500', '083659.502500', '083659.962500', '083700.422500', '083700.882500', '083701.342500', '083701.802500', '083702.262500', '083702.722500', '083703.182500', '083703.642500', '083704.102500', '083704.562500', '083705.022500', '083705.482500', '083705.942500', '083706.402500', '083706.862500', '083707.322500', '083707.782500', '083708.242500', '083708.702500', '083709.162500', '083709.622500', '083710.082500', '083710.542500', '083711.002500', '083711.462500', '083711.922500', '083712.382500', '083712.842500', '083713.302500', '083713.762500', '083714.222500', '083714.682500', '083715.142500', '083715.602500', '083716.062500', '083716.522500', '083716.982500', '083717.442500', '083717.902500', '083718.362500', '083718.822500', '083719.282500', '083719.742500', '083720.202500', '083720.662500', '083721.122500', '083721.582500', '083722.042500', '083722.502500', '083722.962500', '083723.422500', '083723.882500', '083724.342500', '083724.802500', '083725.262500', '083725.722500', '083726.182500', '083726.642500', '083727.102500', '083727.562500', '083728.022500', '083728.482500', '083728.942500', '083729.402500', '083729.862500', '083730.322500', '083730.782500', '083731.242500', '083731.702500', '083732.162500', '083732.622500', '083733.082500', '083733.542500', '083734.002500', '083734.462500', '083734.922500', '083735.382500', '083735.842500', '083736.302500', '083736.762500', '083737.222500', '083737.682500', '083738.142500', '083738.602500', '083739.062500', '083739.522500', '083739.982500', '083740.442500', '083740.902500', '083741.362500', '083741.822500', '083742.282500', '083742.742500', '083743.202500', '083743.662500', '083744.122500', '083744.582500', '083745.042500', '083745.502500', '083745.962500', '083746.422500', '083746.882500', '083747.342500', '083747.802500', '083748.262500', '083748.722500', '083749.182500', '083749.642500', '083750.102500', '083750.562500', '083751.022500', '083751.482500', '083751.942500', '083752.402500', '083752.862500', '083753.322500', '083753.782500', '083754.242500', '083754.702500', '083755.162500', '083755.622500', '083756.082500', '083756.542500', '083757.002500', '083757.462500', '083757.922500', '083758.382500', '083758.842500', '083759.302500', '083759.762500', '083800.222500', '083800.682500', '083801.142500', '083801.602500', '083802.062500', '083802.522500', '083802.982500', '083803.442500', '083803.902500', '083804.362500', '083804.822500', '083805.282500', '083805.742500', '083806.202500', '083806.662500', '083807.122500', '083807.582500', '083808.042500', '083808.502500', '083808.962500', '083809.422500', '083809.882500', '083810.342500', '083810.802500', '083811.262500', '083811.722500', '083812.182500', '083812.642500', '083813.102500', '083813.562500', '083814.022500', '083814.482500', '083814.942500', '083815.402500', '083815.862500', '083816.322500', '083816.782500', '083817.242500', '083817.702500', '083818.162500', '083818.622500', '083819.082500', '083819.542500', '083820.002500', '083820.462500', '083820.922500', '083821.382500', '083821.842500', '083822.302500', '083822.762500', '083823.222500', '083823.682500', '083824.142500', '083824.602500', '083825.062500', '083825.522500', '083825.982500', '083826.442500', '083826.902500', '083827.362500', '083827.822500', '083828.282500', '083828.742500', '083829.202500', '083829.662500', '083830.122500', '083830.582500', '083831.042500', '083831.502500', '083831.962500', '083832.422500', '083832.882500', '083833.342500', '083833.802500', '083834.262500', '083834.722500', '083835.182500', '083835.642500', '083836.102500', '083836.562500', '083837.022500', '083837.482500', '083837.942500', '083838.402500', '083838.862500', '083839.322500', '083839.782500', '083840.242500', '083840.702500', '083841.162500', '083841.622500', '083842.082500', '083842.542500', '083843.002500', '083843.462500', '083843.922500', '083844.382500', '083844.842500', '083845.302500', '083845.762500', '083846.222500', '083846.682500', '083847.142500', '083847.602500', '083848.062500', '083848.522500', '083848.982500', '083849.442500', '083849.902500', '083850.362500', '083850.822500', '083851.282500', '083851.742500', '083852.202500', '083852.662500', '083853.122500', '083853.582500', '083854.042500', '083854.502500', '083854.962500', '083855.422500', '083855.882500', '083856.342500', '083856.802500', '083857.262500', '083857.722500', '083858.182500', '083858.642500', '083859.102500', '083859.562500', '083900.022500', '083900.482500', '083900.942500', '083901.402500', '083901.862500', '083902.322500', '083902.782500', '083903.242500', '083903.702500', '083904.162500', '083904.622500', '083905.082500', '083905.542500', '083906.002500', '083906.462500', '083906.922500', '083907.382500', '083907.842500', '083908.302500', '083908.762500', '083909.222500', '083909.682500', '083910.142500', '083910.602500', '083911.062500', '083911.522500', '083911.982500', '083912.442500', '083912.902500', '083913.362500', '083913.822500', '083914.282500', '083914.742500', '083915.202500', '083915.662500', '083916.122500', '083916.582500', '083917.042500', '083917.502500', '083917.962500', '083918.422500', '083918.882500', '083919.342500', '083919.802500', '083920.262500', '083920.722500', '083921.182500', '083921.642500', '083922.102500', '083922.562500', '083923.022500', '083923.482500', '083923.942500', '083924.402500', '083924.862500', '083925.322500', '083925.782500', '083926.242500', '083926.702500', '083927.162500', '083927.622500', '083928.082500', '083928.542500', '083929.002500', '083929.462500', '083929.922500', '083930.382500', '083930.842500', '083931.302500', '083931.762500', '083932.222500', '083932.682500', '083933.142500', '083933.602500', '083934.062500', '083934.522500', '083934.982500', '083935.442500', '083935.902500', '083936.362500', '083936.822500', '083937.282500', '083937.742500', '083938.202500', '083938.662500', '083939.122500', '083939.582500', '083940.042500', '083940.502500', '083940.962500', '083941.422500', '083941.882500', '083942.342500', '083942.802500', '083943.262500', '083943.722500', '083944.182500', '083944.642500', '083945.102500', '083945.562500', '083946.022500', '083946.482500', '083946.942500', '083947.402500', '083947.862500', '083948.322500', '083948.782500', '083949.242500', '083949.702500', '083950.162500', '083950.622500', '083951.082500', '083951.542500', '083952.002500', '083952.462500', '083952.922500', '083953.382500', '083953.842500', '083954.302500', '083954.762500', '083955.222500', '083955.682500', '083956.142500', '083956.602500', '083957.062500', '083957.522500', '083957.982500', '083958.442500', '083958.902500', '083959.362500', '083959.822500', '084000.282500', '084000.742500', '084001.202500', '084001.662500', '084002.122500', '084002.582500', '084003.042500', '084003.502500', '084003.962500', '084004.422500', '084004.882500', '084005.342500', '084005.802500', '084006.262500', '084006.722500', '084007.182500', '084007.642500', '084008.102500', '084008.562500', '084009.022500', '084009.482500', '084009.942500', '084010.402500', '084010.862500', '084011.322500', '084011.782500', '084012.242500', '084012.702500', '084013.162500', '084013.622500', '084014.082500', '084014.542500', '084015.002500', '084015.462500', '084015.922500', '084016.382500', '084016.842500', '084017.302500', '084017.762500', '084018.222500', '084018.682500', '084019.142500', '084019.602500', '084020.062500', '084020.522500', '084020.982500', '084021.442500', '084021.902500', '084022.362500', '084022.822500', '084023.282500', '084023.742500', '084024.202500', '084024.662500', '084025.122500', '084025.582500', '084026.042500', '084026.502500', '084026.962500', '084027.422500', '084027.882500', '084028.342500', '084028.802500', '084029.262500', '084029.722500', '084030.182500', '084030.642500', '084031.102500', '084031.562500', '084032.022500', '084032.482500', '084032.942500', '084033.402500', '084033.862500', '084034.322500', '084034.782500', '084035.242500', '084035.702500', '084036.162500', '084036.622500', '084037.082500', '084037.542500', '084038.002500', '084038.462500', '084038.922500', '084039.382500', '084039.842500', '084040.302500', '084040.762500', '084041.222500', '084041.682500', '084042.142500', '084042.602500', '084043.062500', '084043.522500', '084043.982500', '084044.442500', '084044.902500', '084045.362500', '084045.822500', '084046.282500', '084046.742500', '084047.202500', '084047.662500', '084048.122500', '084048.582500', '084049.042500', '084049.502500', '084049.962500', '084050.422500', '084050.882500', '084051.342500', '084051.802500', '084052.262500', '084052.722500', '084053.182500', '084053.642500', '084054.102500', '084054.562500', '084055.022500', '084055.482500', '084055.942500', '084056.402500', '084056.862500', '084057.322500', '084057.782500', '084058.242500'], 'ContentTime': ['083058.996000', '083059.000000', '083059.002000', '083059.005000', '083059.008000', '083059.010000', '083059.013000', '083059.015000', '083059.018000', '083059.021000', '083059.023000', '083059.026000', '083059.028000', '083059.031000', '083059.033000', '083059.036000', '083118.939000', '083118.941000', '083118.944000', '083118.947000', '083118.949000', '083118.952000', '083118.954000', '083118.957000', '083118.959000', '083118.962000', '083118.965000', '083118.967000', '083118.970000', '083118.972000', '083118.975000', '083118.977000', '083118.980000', '083118.982000', '083118.985000', '083118.988000', '083118.990000', '083118.993000', '083118.995000', '083118.998000', '083119.001000', '083119.004000', '083119.006000', '083119.009000', '083119.012000', '083119.014000', '083119.017000', '083119.019000', '083119.022000', '083119.024000', '083119.043000', '083119.046000', '083119.048000', '083119.051000', '083119.054000', '083119.064000', '083119.067000', '083119.069000', '083119.072000', '083119.074000', '083138.939000', '083138.941000', '083138.944000', '083138.946000', '083138.957000', '083138.959000', '083138.962000', '083138.964000', '083138.967000', '083138.970000', '083138.972000', '083138.975000', '083138.977000', '083138.980000', '083138.982000', '083138.985000', '083138.987000', '083138.990000', '083138.992000', '083138.995000', '083138.998000', '083139.001000', '083139.004000', '083139.006000', '083139.009000', '083139.011000', '083139.014000', '083139.016000', '083139.019000', '083139.021000', '083139.024000', '083139.027000', '083139.029000', '083139.032000', '083139.034000', '083139.037000', '083139.039000', '083139.042000', '083139.045000', '083139.047000', '083139.051000', '083139.054000', '083139.057000', '083158.939000', '083158.941000', '083158.944000', '083158.946000', '083158.949000', '083158.952000', '083158.954000', '083158.957000', '083158.959000', '083158.962000', '083158.964000', '083158.967000', '083158.969000', '083158.972000', '083158.975000', '083158.983000', '083158.986000', '083158.988000', '083158.991000', '083158.993000', '083158.996000', '083159.000000', '083159.002000', '083159.005000', '083159.008000', '083159.010000', '083159.013000', '083159.015000', '083159.018000', '083159.020000', '083159.023000', '083159.025000', '083159.028000', '083159.031000', '083159.033000', '083159.036000', '083159.038000', '083159.041000', '083159.043000', '083159.046000', '083159.049000', '083159.051000', '083159.054000', '083159.056000', '083218.937000', '083218.940000', '083218.943000', '083218.945000', '083218.948000', '083218.951000', '083218.953000', '083218.956000', '083218.958000', '083218.961000', '083218.963000', '083218.966000', '083218.969000', '083218.971000', '083218.974000', '083218.976000', '083218.979000', '083218.981000', '083218.984000', '083218.987000', '083218.989000', '083218.992000', '083218.994000', '083218.997000', '083219.000000', '083219.003000', '083219.005000', '083219.008000', '083219.011000', '083219.013000', '083219.016000', '083219.018000', '083219.021000', '083219.023000', '083219.026000', '083219.029000', '083219.031000', '083219.034000', '083219.036000', '083219.039000', '083219.041000', '083219.044000', '083219.046000', '083238.937000', '083238.941000', '083238.945000', '083238.947000', '083238.950000', '083238.953000', '083238.955000', '083238.958000', '083238.961000', '083238.963000', '083238.966000', '083238.968000', '083238.971000', '083238.973000', '083238.976000', '083238.978000', '083238.981000', '083238.984000', '083238.986000', '083238.989000', '083238.991000', '083238.994000', '083238.997000', '083239.000000', '083239.003000', '083239.005000', '083239.008000', '083239.011000', '083239.013000', '083239.016000', '083239.018000', '083239.021000', '083239.023000', '083239.026000', '083239.028000', '083239.031000', '083239.034000', '083239.036000', '083239.039000', '083239.041000', '083239.044000', '083239.046000', '083239.049000', '083258.937000', '083258.940000', '083258.943000', '083258.945000', '083258.948000', '083258.950000', '083258.953000', '083258.956000', '083258.958000', '083258.961000', '083258.963000', '083258.966000', '083258.968000', '083258.971000', '083258.974000', '083258.976000', '083258.979000', '083258.981000', '083258.984000', '083258.986000', '083258.989000', '083258.992000', '083258.994000', '083258.997000', '083259.001000', '083259.003000', '083259.006000', '083259.008000', '083259.011000', '083259.013000', '083259.016000', '083259.018000', '083259.021000', '083259.024000', '083259.026000', '083259.044000', '083259.046000', '083259.049000', '083259.052000', '083259.054000', '083259.057000', '083259.059000', '083259.062000', '083259.064000', '083318.939000', '083318.941000', '083318.944000', '083318.947000', '083318.949000', '083318.952000', '083318.954000', '083318.957000', '083318.959000', '083318.962000', '083318.965000', '083318.967000', '083318.970000', '083318.972000', '083318.975000', '083318.977000', '083318.980000', '083318.983000', '083318.985000', '083318.988000', '083318.990000', '083318.993000', '083318.995000', '083318.998000', '083319.002000', '083319.004000', '083319.007000', '083319.009000', '083319.012000', '083319.014000', '083319.017000', '083319.020000', '083319.022000', '083319.025000', '083319.027000', '083319.030000', '083319.032000', '083319.035000', '083319.038000', '083319.040000', '083319.043000', '083319.045000', '083319.048000', '083319.050000', '083338.939000', '083338.941000', '083338.944000', '083338.947000', '083338.949000', '083338.952000', '083338.954000', '083338.957000', '083338.960000', '083338.962000', '083338.965000', '083338.967000', '083338.970000', '083338.972000', '083338.975000', '083338.978000', '083338.980000', '083338.983000', '083338.985000', '083338.988000', '083338.991000', '083338.993000', '083338.996000', '083338.998000', '083339.002000', '083339.005000', '083339.007000', '083339.010000', '083339.012000', '083339.015000', '083339.018000', '083339.020000', '083339.023000', '083339.025000', '083339.028000', '083339.030000', '083339.033000', '083339.036000', '083339.038000', '083339.041000', '083339.043000', '083339.046000', '083339.048000', '083358.939000', '083358.942000', '083358.945000', '083358.948000', '083358.950000', '083358.953000', '083358.955000', '083358.958000', '083358.961000', '083358.963000', '083358.966000', '083358.968000', '083358.971000', '083358.973000', '083358.976000', '083358.979000', '083358.982000', '083358.985000', '083358.988000', '083358.990000', '083358.993000', '083358.995000', '083358.998000', '083359.001000', '083359.004000', '083359.007000', '083359.009000', '083359.012000', '083359.014000', '083359.017000', '083359.019000', '083359.022000', '083359.025000', '083359.027000', '083359.030000', '083359.032000', '083359.035000', '083359.038000', '083359.040000', '083359.043000', '083359.045000', '083359.048000', '083359.051000', '083418.939000', '083418.941000', '083418.944000', '083418.947000', '083418.957000', '083418.959000', '083418.962000', '083418.964000', '083418.967000', '083418.969000', '083418.972000', '083418.975000', '083418.977000', '083418.980000', '083418.982000', '083418.985000', '083418.987000', '083418.990000', '083418.993000', '083418.995000', '083418.998000', '083419.001000', '083419.004000', '083419.006000', '083419.009000', '083419.012000', '083419.014000', '083419.017000', '083419.019000', '083419.022000', '083419.024000', '083419.027000', '083419.030000', '083419.032000', '083419.035000', '083419.037000', '083419.040000', '083419.042000', '083419.045000', '083419.048000', '083419.050000', '083419.053000', '083419.055000', '083419.058000', '083438.938000', '083438.940000', '083438.943000', '083438.946000', '083438.948000', '083438.951000', '083438.953000', '083438.956000', '083438.958000', '083438.961000', '083438.964000', '083438.966000', '083438.969000', '083438.972000', '083438.974000', '083438.977000', '083438.996000', '083438.998000', '083439.002000', '083439.004000', '083439.007000', '083439.010000', '083439.012000', '083439.015000', '083439.017000', '083439.020000', '083439.022000', '083439.025000', '083439.028000', '083439.030000', '083439.033000', '083439.035000', '083439.038000', '083439.041000', '083439.043000', '083439.046000', '083439.048000', '083439.051000', '083439.054000', '083439.056000', '083439.059000', '083439.061000', '083439.064000', '083458.938000', '083458.941000', '083458.943000', '083458.946000', '083458.948000', '083458.951000', '083458.953000', '083458.956000', '083458.959000', '083458.961000', '083458.964000', '083458.966000', '083458.969000', '083458.972000', '083458.974000', '083458.977000', '083458.979000', '083458.982000', '083458.984000', '083458.987000', '083458.990000', '083458.992000', '083458.995000', '083458.997000', '083459.001000', '083459.004000', '083459.006000', '083459.009000', '083459.011000', '083459.014000', '083459.017000', '083459.019000', '083459.022000', '083459.024000', '083459.027000', '083459.030000', '083459.032000', '083459.035000', '083459.037000', '083459.040000', '083459.042000', '083459.045000', '083459.048000', '083459.050000', '083518.938000', '083518.941000', '083518.943000', '083518.946000', '083518.948000', '083518.951000', '083518.953000', '083518.956000', '083518.959000', '083518.961000', '083518.964000', '083518.966000', '083518.969000', '083518.973000', '083518.975000', '083518.978000', '083518.981000', '083518.983000', '083518.986000', '083518.988000', '083518.991000', '083518.993000', '083518.996000', '083519.000000', '083519.002000', '083519.005000', '083519.007000', '083519.010000', '083519.013000', '083519.015000', '083519.018000', '083519.022000', '083519.025000', '083519.027000', '083519.030000', '083519.033000', '083519.035000', '083519.038000', '083519.041000', '083519.043000', '083519.046000', '083519.048000', '083519.051000', '083538.939000', '083538.942000', '083538.944000', '083538.947000', '083538.949000', '083538.952000', '083538.954000', '083538.957000', '083538.960000', '083538.962000', '083538.965000', '083538.967000', '083538.970000', '083538.972000', '083538.975000', '083538.978000', '083538.980000', '083538.983000', '083538.986000', '083538.988000', '083538.991000', '083538.993000', '083538.996000', '083538.998000', '083539.002000', '083539.005000', '083539.007000', '083539.010000', '083539.013000', '083539.015000', '083539.018000', '083539.020000', '083539.023000', '083539.025000', '083539.028000', '083539.030000', '083539.033000', '083539.036000', '083539.038000', '083539.041000', '083539.043000', '083539.046000', '083539.049000', '083539.051000', '083558.938000', '083558.941000', '083558.944000', '083558.946000', '083558.949000', '083558.952000', '083558.954000', '083558.957000', '083558.960000', '083558.962000', '083558.965000', '083558.967000', '083558.970000', '083558.972000', '083558.975000', '083558.978000', '083558.980000', '083558.983000', '083558.985000', '083558.988000', '083558.990000', '083558.993000', '083558.996000', '083558.998000', '083559.002000', '083559.004000', '083559.007000', '083559.010000', '083559.012000', '083559.015000', '083559.018000', '083559.021000', '083559.024000', '083559.027000', '083559.030000', '083559.032000', '083559.035000', '083559.037000', '083559.040000', '083559.043000', '083559.045000', '083559.063000', '083559.066000', '083618.939000', '083618.942000', '083618.944000', '083618.947000', '083618.949000', '083618.952000', '083618.954000', '083618.957000', '083618.959000', '083618.962000', '083618.965000', '083618.967000', '083618.970000', '083618.973000', '083618.975000', '083618.978000', '083618.980000', '083618.983000', '083618.985000', '083618.988000', '083618.991000', '083618.993000', '083618.996000', '083618.998000', '083619.002000', '083619.004000', '083619.007000', '083619.009000', '083619.012000', '083619.015000', '083619.017000', '083619.020000', '083619.022000', '083619.025000', '083619.028000', '083619.030000', '083619.033000', '083619.035000', '083619.038000', '083619.040000', '083619.043000', '083619.046000', '083619.048000', '083619.051000', '083638.939000', '083638.941000', '083638.944000', '083638.947000', '083638.949000', '083638.952000', '083638.954000', '083638.957000', '083638.959000', '083638.962000', '083638.965000', '083638.967000', '083638.970000', '083638.973000', '083638.975000', '083638.978000', '083638.980000', '083638.983000', '083638.986000', '083638.988000', '083638.991000', '083638.993000', '083638.996000', '083639.000000', '083639.002000', '083639.005000', '083639.007000', '083639.010000', '083639.013000', '083639.015000', '083639.018000', '083639.021000', '083639.023000', '083639.026000', '083639.028000', '083639.031000', '083639.034000', '083639.036000', '083639.039000', '083639.042000', '083639.045000', '083639.048000', '083639.050000', '083658.937000', '083658.940000', '083658.943000', '083658.946000', '083658.948000', '083658.951000', '083658.953000', '083658.956000', '083658.958000', '083658.961000', '083658.964000', '083658.966000', '083658.969000', '083658.971000', '083658.974000', '083658.977000', '083658.979000', '083658.982000', '083658.984000', '083658.987000', '083658.990000', '083658.992000', '083658.995000', '083658.998000', '083659.003000', '083659.005000', '083659.008000', '083659.010000', '083659.013000', '083659.016000', '083659.018000', '083659.021000', '083659.023000', '083659.026000', '083659.029000', '083659.031000', '083659.034000', '083659.036000', '083659.039000', '083659.042000', '083659.044000', '083659.047000', '083659.050000', '083659.052000', '083718.938000', '083718.940000', '083718.943000', '083718.946000', '083718.948000', '083718.951000', '083718.953000', '083718.956000', '083718.958000', '083718.961000', '083718.964000', '083718.966000', '083718.969000', '083718.971000', '083718.974000', '083718.976000', '083718.979000', '083718.982000', '083718.984000', '083718.987000', '083718.989000', '083718.992000', '083718.995000', '083718.997000', '083719.001000', '083719.004000', '083719.006000', '083719.009000', '083719.011000', '083719.014000', '083719.017000', '083719.019000', '083719.022000', '083719.024000', '083719.027000', '083719.029000', '083719.032000', '083719.034000', '083719.037000', '083719.040000', '083719.042000', '083719.045000', '083719.047000', '083738.938000', '083738.941000', '083738.943000', '083738.946000', '083738.948000', '083738.951000', '083738.954000', '083738.956000', '083738.959000', '083738.961000', '083738.964000', '083738.966000', '083738.969000', '083738.972000', '083738.974000', '083738.977000', '083738.979000', '083738.982000', '083738.984000', '083738.987000', '083738.990000', '083738.992000', '083738.995000', '083738.997000', '083739.001000', '083739.004000', '083739.006000', '083739.009000', '083739.012000', '083739.014000', '083739.017000', '083739.019000', '083739.022000', '083739.024000', '083739.027000', '083739.030000', '083739.032000', '083739.035000', '083739.038000', '083739.040000', '083739.043000', '083739.045000', '083739.048000', '083739.050000', '083758.939000', '083758.941000', '083758.944000', '083758.947000', '083758.949000', '083758.952000', '083758.954000', '083758.957000', '083758.959000', '083758.962000', '083758.965000', '083758.967000', '083758.970000', '083758.973000', '083758.975000', '083758.978000', '083758.980000', '083758.983000', '083758.986000', '083758.988000', '083758.991000', '083758.993000', '083758.996000', '083759.000000', '083759.002000', '083759.005000', '083759.007000', '083759.010000', '083759.012000', '083759.015000', '083759.018000', '083759.020000', '083759.023000', '083759.025000', '083759.028000', '083759.030000', '083759.033000', '083759.036000', '083759.038000', '083759.041000', '083759.044000', '083759.047000', '083759.050000', '083818.938000', '083818.941000', '083818.944000', '083818.946000', '083818.949000', '083818.952000', '083818.954000', '083818.957000', '083818.959000', '083818.962000', '083818.965000', '083818.967000', '083818.970000', '083818.972000', '083818.975000', '083818.977000', '083818.980000', '083818.983000', '083818.985000', '083818.988000', '083818.990000', '083818.993000', '083818.996000', '083818.998000', '083819.001000', '083819.003000', '083819.006000', '083819.009000', '083819.011000', '083819.014000', '083819.016000', '083819.019000', '083819.022000', '083819.024000', '083819.027000', '083819.029000', '083819.032000', '083819.035000', '083819.037000', '083819.040000', '083819.042000', '083819.045000', '083819.047000', '083819.050000', '083838.939000', '083838.941000', '083838.944000', '083838.947000', '083838.949000', '083838.952000', '083838.954000', '083838.957000', '083838.960000', '083838.963000', '083838.965000', '083838.968000', '083838.970000', '083838.973000', '083838.975000', '083838.978000', '083838.981000', '083838.983000', '083838.986000', '083838.988000', '083838.991000', '083838.994000', '083838.996000', '083839.000000', '083839.002000', '083839.005000', '083839.008000', '083839.010000', '083839.013000', '083839.015000', '083839.018000', '083839.020000', '083839.023000', '083839.026000', '083839.028000', '083839.031000', '083839.033000', '083839.036000', '083839.039000', '083839.041000', '083839.044000', '083839.046000', '083839.049000', '083858.939000', '083858.942000', '083858.944000', '083858.947000', '083858.950000', '083858.966000', '083858.969000', '083858.972000', '083858.974000', '083858.977000', '083858.979000', '083858.982000', '083858.985000', '083858.987000', '083858.990000', '083858.992000', '083858.995000', '083858.998000', '083859.001000', '083859.004000', '083859.006000', '083859.009000', '083859.012000', '083859.014000', '083859.017000', '083859.019000', '083859.022000', '083859.025000', '083859.027000', '083859.030000', '083859.032000', '083859.035000', '083859.038000', '083859.040000', '083859.043000', '083859.045000', '083859.048000', '083859.051000', '083859.053000', '083859.056000', '083859.058000', '083859.061000', '083859.063000', '083859.066000', '083918.938000', '083918.940000', '083918.943000', '083918.946000', '083918.949000', '083918.951000', '083918.954000', '083918.956000', '083918.959000', '083918.961000', '083918.964000', '083918.967000', '083918.969000', '083918.972000', '083918.974000', '083918.977000', '083918.980000', '083918.982000', '083918.985000', '083918.988000', '083918.990000', '083918.993000', '083918.995000', '083918.998000', '083919.001000', '083919.004000', '083919.007000', '083919.009000', '083919.012000', '083919.014000', '083919.017000', '083919.020000', '083919.022000', '083919.025000', '083919.027000', '083919.030000', '083919.033000', '083919.035000', '083919.038000', '083919.040000', '083919.043000', '083919.045000', '083919.048000', '083938.938000', '083938.940000', '083938.943000', '083938.946000', '083938.948000', '083938.951000', '083938.953000', '083938.956000', '083938.959000', '083938.961000', '083938.964000', '083938.966000', '083938.969000', '083938.972000', '083938.974000', '083938.977000', '083938.979000', '083938.982000', '083938.985000', '083938.987000', '083938.990000', '083938.992000', '083938.995000', '083938.997000', '083939.001000', '083939.004000', '083939.006000', '083939.009000', '083939.012000', '083939.014000', '083939.017000', '083939.019000', '083939.022000', '083939.024000', '083939.027000', '083939.030000', '083939.032000', '083939.035000', '083939.037000', '083939.040000', '083939.043000', '083939.045000', '083939.048000', '083939.050000', '083958.938000', '083958.940000', '083958.943000', '083958.946000', '083958.948000', '083958.951000', '083958.954000', '083958.956000', '083958.959000', '083958.961000', '083958.964000', '083958.966000', '083958.969000', '083958.972000', '083958.974000', '083958.977000', '083958.979000', '083958.982000', '083958.985000', '083958.987000', '083958.990000', '083958.992000', '083958.995000', '083958.997000', '083959.001000', '083959.004000', '083959.006000', '083959.009000', '083959.011000', '083959.014000', '083959.016000', '083959.019000', '083959.022000', '083959.024000', '083959.027000', '083959.029000', '083959.032000', '083959.034000', '083959.037000', '083959.040000', '083959.042000', '083959.045000', '083959.048000', '084018.939000', '084018.943000', '084018.946000', '084018.948000', '084018.951000', '084018.953000', '084018.956000', '084018.959000', '084018.961000', '084018.964000', '084018.966000', '084018.969000', '084018.971000', '084018.974000', '084018.977000', '084018.979000', '084018.982000', '084018.984000', '084018.987000', '084018.990000', '084018.992000', '084018.995000', '084018.998000', '084019.001000', '084019.004000', '084019.006000', '084019.009000', '084019.012000', '084019.014000', '084019.017000', '084019.020000', '084019.022000', '084019.025000', '084019.027000', '084019.030000', '084019.032000', '084019.035000', '084019.038000', '084019.040000', '084019.043000', '084019.045000', '084019.048000', '084019.050000', '084019.053000', '084038.939000', '084038.942000', '084038.944000', '084038.947000', '084038.949000', '084038.952000', '084038.954000', '084038.957000', '084038.960000', '084038.962000', '084038.965000', '084038.967000', '084038.970000', '084038.973000', '084038.975000', '084038.978000', '084038.980000', '084038.983000', '084038.985000', '084038.988000', '084038.991000', '084038.993000', '084038.996000', '084038.998000', '084039.002000', '084039.004000', '084039.007000', '084039.010000', '084039.012000', '084039.015000', '084039.017000', '084039.020000', '084039.023000', '084039.025000', '084039.028000', '084039.030000', '084039.033000', '084039.035000', '084039.038000', '084039.041000', '084039.043000', '084039.046000', '084039.048000', '084058.939000', '084058.941000', '084058.944000', '084058.947000', '084058.949000', '084058.952000', '084058.955000', '084058.958000', '084058.961000', '084058.964000', '084058.966000', '084058.969000', '084058.972000', '084058.974000', '084058.977000', '084058.980000', '084058.983000', '084058.986000', '084058.989000', '084058.992000', '084058.995000', '084058.997000', '084059.001000', '084059.003000', '084059.006000', '084059.009000', '084059.011000', '084059.014000', '084059.017000', '084059.019000', '084059.022000', '084059.024000', '084059.027000', '084059.030000', '084059.032000', '084059.037000', '084059.044000', '084059.047000', '084059.050000', '084059.055000', '084059.059000', '084059.065000', '084059.068000', '084059.366000', '084059.369000'], 'InstanceCreationTime': ['083058.996000', '083059.000000', '083059.002000', '083059.005000', '083059.008000', '083059.010000', '083059.013000', '083059.015000', '083059.018000', '083059.021000', '083059.023000', '083059.026000', '083059.028000', '083059.031000', '083059.033000', '083059.036000', '083118.939000', '083118.941000', '083118.944000', '083118.947000', '083118.949000', '083118.952000', '083118.954000', '083118.957000', '083118.959000', '083118.962000', '083118.965000', '083118.967000', '083118.970000', '083118.972000', '083118.975000', '083118.977000', '083118.980000', '083118.982000', '083118.985000', '083118.988000', '083118.990000', '083118.993000', '083118.995000', '083118.998000', '083119.001000', '083119.004000', '083119.006000', '083119.009000', '083119.012000', '083119.014000', '083119.017000', '083119.019000', '083119.022000', '083119.024000', '083119.043000', '083119.046000', '083119.048000', '083119.051000', '083119.054000', '083119.064000', '083119.067000', '083119.069000', '083119.072000', '083119.074000', '083138.939000', '083138.941000', '083138.944000', '083138.946000', '083138.957000', '083138.959000', '083138.962000', '083138.964000', '083138.967000', '083138.970000', '083138.972000', '083138.975000', '083138.977000', '083138.980000', '083138.982000', '083138.985000', '083138.987000', '083138.990000', '083138.992000', '083138.995000', '083138.998000', '083139.001000', '083139.004000', '083139.006000', '083139.009000', '083139.011000', '083139.014000', '083139.016000', '083139.019000', '083139.021000', '083139.024000', '083139.027000', '083139.029000', '083139.032000', '083139.034000', '083139.037000', '083139.039000', '083139.042000', '083139.045000', '083139.047000', '083139.051000', '083139.054000', '083139.057000', '083158.939000', '083158.941000', '083158.944000', '083158.946000', '083158.949000', '083158.952000', '083158.954000', '083158.957000', '083158.959000', '083158.962000', '083158.964000', '083158.967000', '083158.969000', '083158.972000', '083158.975000', '083158.983000', '083158.986000', '083158.988000', '083158.991000', '083158.993000', '083158.996000', '083159.000000', '083159.002000', '083159.005000', '083159.008000', '083159.010000', '083159.013000', '083159.015000', '083159.018000', '083159.020000', '083159.023000', '083159.025000', '083159.028000', '083159.031000', '083159.033000', '083159.036000', '083159.038000', '083159.041000', '083159.043000', '083159.046000', '083159.049000', '083159.051000', '083159.054000', '083159.056000', '083218.937000', '083218.940000', '083218.943000', '083218.945000', '083218.948000', '083218.951000', '083218.953000', '083218.956000', '083218.958000', '083218.961000', '083218.963000', '083218.966000', '083218.969000', '083218.971000', '083218.974000', '083218.976000', '083218.979000', '083218.981000', '083218.984000', '083218.987000', '083218.989000', '083218.992000', '083218.994000', '083218.997000', '083219.000000', '083219.003000', '083219.005000', '083219.008000', '083219.011000', '083219.013000', '083219.016000', '083219.018000', '083219.021000', '083219.023000', '083219.026000', '083219.029000', '083219.031000', '083219.034000', '083219.036000', '083219.039000', '083219.041000', '083219.044000', '083219.046000', '083238.937000', '083238.941000', '083238.945000', '083238.947000', '083238.950000', '083238.953000', '083238.955000', '083238.958000', '083238.961000', '083238.963000', '083238.966000', '083238.968000', '083238.971000', '083238.973000', '083238.976000', '083238.978000', '083238.981000', '083238.984000', '083238.986000', '083238.989000', '083238.991000', '083238.994000', '083238.997000', '083239.000000', '083239.003000', '083239.005000', '083239.008000', '083239.011000', '083239.013000', '083239.016000', '083239.018000', '083239.021000', '083239.023000', '083239.026000', '083239.028000', '083239.031000', '083239.034000', '083239.036000', '083239.039000', '083239.041000', '083239.044000', '083239.046000', '083239.049000', '083258.937000', '083258.940000', '083258.943000', '083258.945000', '083258.948000', '083258.950000', '083258.953000', '083258.956000', '083258.958000', '083258.961000', '083258.963000', '083258.966000', '083258.968000', '083258.971000', '083258.974000', '083258.976000', '083258.979000', '083258.981000', '083258.984000', '083258.986000', '083258.989000', '083258.992000', '083258.994000', '083258.997000', '083259.001000', '083259.003000', '083259.006000', '083259.008000', '083259.011000', '083259.013000', '083259.016000', '083259.018000', '083259.021000', '083259.024000', '083259.026000', '083259.044000', '083259.046000', '083259.049000', '083259.052000', '083259.054000', '083259.057000', '083259.059000', '083259.062000', '083259.064000', '083318.939000', '083318.941000', '083318.944000', '083318.947000', '083318.949000', '083318.952000', '083318.954000', '083318.957000', '083318.959000', '083318.962000', '083318.965000', '083318.967000', '083318.970000', '083318.972000', '083318.975000', '083318.977000', '083318.980000', '083318.983000', '083318.985000', '083318.988000', '083318.990000', '083318.993000', '083318.995000', '083318.998000', '083319.002000', '083319.004000', '083319.007000', '083319.009000', '083319.012000', '083319.014000', '083319.017000', '083319.020000', '083319.022000', '083319.025000', '083319.027000', '083319.030000', '083319.032000', '083319.035000', '083319.038000', '083319.040000', '083319.043000', '083319.045000', '083319.048000', '083319.050000', '083338.939000', '083338.941000', '083338.944000', '083338.947000', '083338.949000', '083338.952000', '083338.954000', '083338.957000', '083338.960000', '083338.962000', '083338.965000', '083338.967000', '083338.970000', '083338.972000', '083338.975000', '083338.978000', '083338.980000', '083338.983000', '083338.985000', '083338.988000', '083338.991000', '083338.993000', '083338.996000', '083338.998000', '083339.002000', '083339.005000', '083339.007000', '083339.010000', '083339.012000', '083339.015000', '083339.018000', '083339.020000', '083339.023000', '083339.025000', '083339.028000', '083339.030000', '083339.033000', '083339.036000', '083339.038000', '083339.041000', '083339.043000', '083339.046000', '083339.048000', '083358.939000', '083358.942000', '083358.945000', '083358.948000', '083358.950000', '083358.953000', '083358.955000', '083358.958000', '083358.961000', '083358.963000', '083358.966000', '083358.968000', '083358.971000', '083358.973000', '083358.976000', '083358.979000', '083358.982000', '083358.985000', '083358.988000', '083358.990000', '083358.993000', '083358.995000', '083358.998000', '083359.001000', '083359.004000', '083359.007000', '083359.009000', '083359.012000', '083359.014000', '083359.017000', '083359.019000', '083359.022000', '083359.025000', '083359.027000', '083359.030000', '083359.032000', '083359.035000', '083359.038000', '083359.040000', '083359.043000', '083359.045000', '083359.048000', '083359.051000', '083418.939000', '083418.941000', '083418.944000', '083418.947000', '083418.957000', '083418.959000', '083418.962000', '083418.964000', '083418.967000', '083418.969000', '083418.972000', '083418.975000', '083418.977000', '083418.980000', '083418.982000', '083418.985000', '083418.987000', '083418.990000', '083418.993000', '083418.995000', '083418.998000', '083419.001000', '083419.004000', '083419.006000', '083419.009000', '083419.012000', '083419.014000', '083419.017000', '083419.019000', '083419.022000', '083419.024000', '083419.027000', '083419.030000', '083419.032000', '083419.035000', '083419.037000', '083419.040000', '083419.042000', '083419.045000', '083419.048000', '083419.050000', '083419.053000', '083419.055000', '083419.058000', '083438.938000', '083438.940000', '083438.943000', '083438.946000', '083438.948000', '083438.951000', '083438.953000', '083438.956000', '083438.958000', '083438.961000', '083438.964000', '083438.966000', '083438.969000', '083438.972000', '083438.974000', '083438.977000', '083438.996000', '083438.998000', '083439.002000', '083439.004000', '083439.007000', '083439.010000', '083439.012000', '083439.015000', '083439.017000', '083439.020000', '083439.022000', '083439.025000', '083439.028000', '083439.030000', '083439.033000', '083439.035000', '083439.038000', '083439.041000', '083439.043000', '083439.046000', '083439.048000', '083439.051000', '083439.054000', '083439.056000', '083439.059000', '083439.061000', '083439.064000', '083458.938000', '083458.941000', '083458.943000', '083458.946000', '083458.948000', '083458.951000', '083458.953000', '083458.956000', '083458.959000', '083458.961000', '083458.964000', '083458.966000', '083458.969000', '083458.972000', '083458.974000', '083458.977000', '083458.979000', '083458.982000', '083458.984000', '083458.987000', '083458.990000', '083458.992000', '083458.995000', '083458.997000', '083459.001000', '083459.004000', '083459.006000', '083459.009000', '083459.011000', '083459.014000', '083459.017000', '083459.019000', '083459.022000', '083459.024000', '083459.027000', '083459.030000', '083459.032000', '083459.035000', '083459.037000', '083459.040000', '083459.042000', '083459.045000', '083459.048000', '083459.050000', '083518.938000', '083518.941000', '083518.943000', '083518.946000', '083518.948000', '083518.951000', '083518.953000', '083518.956000', '083518.959000', '083518.961000', '083518.964000', '083518.966000', '083518.969000', '083518.973000', '083518.975000', '083518.978000', '083518.981000', '083518.983000', '083518.986000', '083518.988000', '083518.991000', '083518.993000', '083518.996000', '083519.000000', '083519.002000', '083519.005000', '083519.007000', '083519.010000', '083519.013000', '083519.015000', '083519.018000', '083519.022000', '083519.025000', '083519.027000', '083519.030000', '083519.033000', '083519.035000', '083519.038000', '083519.041000', '083519.043000', '083519.046000', '083519.048000', '083519.051000', '083538.939000', '083538.942000', '083538.944000', '083538.947000', '083538.949000', '083538.952000', '083538.954000', '083538.957000', '083538.960000', '083538.962000', '083538.965000', '083538.967000', '083538.970000', '083538.972000', '083538.975000', '083538.978000', '083538.980000', '083538.983000', '083538.986000', '083538.988000', '083538.991000', '083538.993000', '083538.996000', '083538.998000', '083539.002000', '083539.005000', '083539.007000', '083539.010000', '083539.013000', '083539.015000', '083539.018000', '083539.020000', '083539.023000', '083539.025000', '083539.028000', '083539.030000', '083539.033000', '083539.036000', '083539.038000', '083539.041000', '083539.043000', '083539.046000', '083539.049000', '083539.051000', '083558.938000', '083558.941000', '083558.944000', '083558.946000', '083558.949000', '083558.952000', '083558.954000', '083558.957000', '083558.960000', '083558.962000', '083558.965000', '083558.967000', '083558.970000', '083558.972000', '083558.975000', '083558.978000', '083558.980000', '083558.983000', '083558.985000', '083558.988000', '083558.990000', '083558.993000', '083558.996000', '083558.998000', '083559.002000', '083559.004000', '083559.007000', '083559.010000', '083559.012000', '083559.015000', '083559.018000', '083559.021000', '083559.024000', '083559.027000', '083559.030000', '083559.032000', '083559.035000', '083559.037000', '083559.040000', '083559.043000', '083559.045000', '083559.063000', '083559.066000', '083618.939000', '083618.942000', '083618.944000', '083618.947000', '083618.949000', '083618.952000', '083618.954000', '083618.957000', '083618.959000', '083618.962000', '083618.965000', '083618.967000', '083618.970000', '083618.973000', '083618.975000', '083618.978000', '083618.980000', '083618.983000', '083618.985000', '083618.988000', '083618.991000', '083618.993000', '083618.996000', '083618.998000', '083619.002000', '083619.004000', '083619.007000', '083619.009000', '083619.012000', '083619.015000', '083619.017000', '083619.020000', '083619.022000', '083619.025000', '083619.028000', '083619.030000', '083619.033000', '083619.035000', '083619.038000', '083619.040000', '083619.043000', '083619.046000', '083619.048000', '083619.051000', '083638.939000', '083638.941000', '083638.944000', '083638.947000', '083638.949000', '083638.952000', '083638.954000', '083638.957000', '083638.959000', '083638.962000', '083638.965000', '083638.967000', '083638.970000', '083638.973000', '083638.975000', '083638.978000', '083638.980000', '083638.983000', '083638.986000', '083638.988000', '083638.991000', '083638.993000', '083638.996000', '083639.000000', '083639.002000', '083639.005000', '083639.007000', '083639.010000', '083639.013000', '083639.015000', '083639.018000', '083639.021000', '083639.023000', '083639.026000', '083639.028000', '083639.031000', '083639.034000', '083639.036000', '083639.039000', '083639.042000', '083639.045000', '083639.048000', '083639.050000', '083658.937000', '083658.940000', '083658.943000', '083658.946000', '083658.948000', '083658.951000', '083658.953000', '083658.956000', '083658.958000', '083658.961000', '083658.964000', '083658.966000', '083658.969000', '083658.971000', '083658.974000', '083658.977000', '083658.979000', '083658.982000', '083658.984000', '083658.987000', '083658.990000', '083658.992000', '083658.995000', '083658.998000', '083659.003000', '083659.005000', '083659.008000', '083659.010000', '083659.013000', '083659.016000', '083659.018000', '083659.021000', '083659.023000', '083659.026000', '083659.029000', '083659.031000', '083659.034000', '083659.036000', '083659.039000', '083659.042000', '083659.044000', '083659.047000', '083659.050000', '083659.052000', '083718.938000', '083718.940000', '083718.943000', '083718.946000', '083718.948000', '083718.951000', '083718.953000', '083718.956000', '083718.958000', '083718.961000', '083718.964000', '083718.966000', '083718.969000', '083718.971000', '083718.974000', '083718.976000', '083718.979000', '083718.982000', '083718.984000', '083718.987000', '083718.989000', '083718.992000', '083718.995000', '083718.997000', '083719.001000', '083719.004000', '083719.006000', '083719.009000', '083719.011000', '083719.014000', '083719.017000', '083719.019000', '083719.022000', '083719.024000', '083719.027000', '083719.029000', '083719.032000', '083719.034000', '083719.037000', '083719.040000', '083719.042000', '083719.045000', '083719.047000', '083738.938000', '083738.941000', '083738.943000', '083738.946000', '083738.948000', '083738.951000', '083738.954000', '083738.956000', '083738.959000', '083738.961000', '083738.964000', '083738.966000', '083738.969000', '083738.972000', '083738.974000', '083738.977000', '083738.979000', '083738.982000', '083738.984000', '083738.987000', '083738.990000', '083738.992000', '083738.995000', '083738.997000', '083739.001000', '083739.004000', '083739.006000', '083739.009000', '083739.012000', '083739.014000', '083739.017000', '083739.019000', '083739.022000', '083739.024000', '083739.027000', '083739.030000', '083739.032000', '083739.035000', '083739.038000', '083739.040000', '083739.043000', '083739.045000', '083739.048000', '083739.050000', '083758.939000', '083758.941000', '083758.944000', '083758.947000', '083758.949000', '083758.952000', '083758.954000', '083758.957000', '083758.959000', '083758.962000', '083758.965000', '083758.967000', '083758.970000', '083758.973000', '083758.975000', '083758.978000', '083758.980000', '083758.983000', '083758.986000', '083758.988000', '083758.991000', '083758.993000', '083758.996000', '083759.000000', '083759.002000', '083759.005000', '083759.007000', '083759.010000', '083759.012000', '083759.015000', '083759.018000', '083759.020000', '083759.023000', '083759.025000', '083759.028000', '083759.030000', '083759.033000', '083759.036000', '083759.038000', '083759.041000', '083759.044000', '083759.047000', '083759.050000', '083818.938000', '083818.941000', '083818.944000', '083818.946000', '083818.949000', '083818.952000', '083818.954000', '083818.957000', '083818.959000', '083818.962000', '083818.965000', '083818.967000', '083818.970000', '083818.972000', '083818.975000', '083818.977000', '083818.980000', '083818.983000', '083818.985000', '083818.988000', '083818.990000', '083818.993000', '083818.996000', '083818.998000', '083819.001000', '083819.003000', '083819.006000', '083819.009000', '083819.011000', '083819.014000', '083819.016000', '083819.019000', '083819.022000', '083819.024000', '083819.027000', '083819.029000', '083819.032000', '083819.035000', '083819.037000', '083819.040000', '083819.042000', '083819.045000', '083819.047000', '083819.050000', '083838.939000', '083838.941000', '083838.944000', '083838.947000', '083838.949000', '083838.952000', '083838.954000', '083838.957000', '083838.960000', '083838.963000', '083838.965000', '083838.968000', '083838.970000', '083838.973000', '083838.975000', '083838.978000', '083838.981000', '083838.983000', '083838.986000', '083838.988000', '083838.991000', '083838.994000', '083838.996000', '083839.000000', '083839.002000', '083839.005000', '083839.008000', '083839.010000', '083839.013000', '083839.015000', '083839.018000', '083839.020000', '083839.023000', '083839.026000', '083839.028000', '083839.031000', '083839.033000', '083839.036000', '083839.039000', '083839.041000', '083839.044000', '083839.046000', '083839.049000', '083858.939000', '083858.942000', '083858.944000', '083858.947000', '083858.950000', '083858.966000', '083858.969000', '083858.972000', '083858.974000', '083858.977000', '083858.979000', '083858.982000', '083858.985000', '083858.987000', '083858.990000', '083858.992000', '083858.995000', '083858.998000', '083859.001000', '083859.004000', '083859.006000', '083859.009000', '083859.012000', '083859.014000', '083859.017000', '083859.019000', '083859.022000', '083859.025000', '083859.027000', '083859.030000', '083859.032000', '083859.035000', '083859.038000', '083859.040000', '083859.043000', '083859.045000', '083859.048000', '083859.051000', '083859.053000', '083859.056000', '083859.058000', '083859.061000', '083859.063000', '083859.066000', '083918.938000', '083918.940000', '083918.943000', '083918.946000', '083918.949000', '083918.951000', '083918.954000', '083918.956000', '083918.959000', '083918.961000', '083918.964000', '083918.967000', '083918.969000', '083918.972000', '083918.974000', '083918.977000', '083918.980000', '083918.982000', '083918.985000', '083918.988000', '083918.990000', '083918.993000', '083918.995000', '083918.998000', '083919.001000', '083919.004000', '083919.007000', '083919.009000', '083919.012000', '083919.014000', '083919.017000', '083919.020000', '083919.022000', '083919.025000', '083919.027000', '083919.030000', '083919.033000', '083919.035000', '083919.038000', '083919.040000', '083919.043000', '083919.045000', '083919.048000', '083938.938000', '083938.940000', '083938.943000', '083938.946000', '083938.948000', '083938.951000', '083938.953000', '083938.956000', '083938.959000', '083938.961000', '083938.964000', '083938.966000', '083938.969000', '083938.972000', '083938.974000', '083938.977000', '083938.979000', '083938.982000', '083938.985000', '083938.987000', '083938.990000', '083938.992000', '083938.995000', '083938.997000', '083939.001000', '083939.004000', '083939.006000', '083939.009000', '083939.012000', '083939.014000', '083939.017000', '083939.019000', '083939.022000', '083939.024000', '083939.027000', '083939.030000', '083939.032000', '083939.035000', '083939.037000', '083939.040000', '083939.043000', '083939.045000', '083939.048000', '083939.050000', '083958.938000', '083958.940000', '083958.943000', '083958.946000', '083958.948000', '083958.951000', '083958.954000', '083958.956000', '083958.959000', '083958.961000', '083958.964000', '083958.966000', '083958.969000', '083958.972000', '083958.974000', '083958.977000', '083958.979000', '083958.982000', '083958.985000', '083958.987000', '083958.990000', '083958.992000', '083958.995000', '083958.997000', '083959.001000', '083959.004000', '083959.006000', '083959.009000', '083959.011000', '083959.014000', '083959.016000', '083959.019000', '083959.022000', '083959.024000', '083959.027000', '083959.029000', '083959.032000', '083959.034000', '083959.037000', '083959.040000', '083959.042000', '083959.045000', '083959.048000', '084018.939000', '084018.943000', '084018.946000', '084018.948000', '084018.951000', '084018.953000', '084018.956000', '084018.959000', '084018.961000', '084018.964000', '084018.966000', '084018.969000', '084018.971000', '084018.974000', '084018.977000', '084018.979000', '084018.982000', '084018.984000', '084018.987000', '084018.990000', '084018.992000', '084018.995000', '084018.998000', '084019.001000', '084019.004000', '084019.006000', '084019.009000', '084019.012000', '084019.014000', '084019.017000', '084019.020000', '084019.022000', '084019.025000', '084019.027000', '084019.030000', '084019.032000', '084019.035000', '084019.038000', '084019.040000', '084019.043000', '084019.045000', '084019.048000', '084019.050000', '084019.053000', '084038.939000', '084038.942000', '084038.944000', '084038.947000', '084038.949000', '084038.952000', '084038.954000', '084038.957000', '084038.960000', '084038.962000', '084038.965000', '084038.967000', '084038.970000', '084038.973000', '084038.975000', '084038.978000', '084038.980000', '084038.983000', '084038.985000', '084038.988000', '084038.991000', '084038.993000', '084038.996000', '084038.998000', '084039.002000', '084039.004000', '084039.007000', '084039.010000', '084039.012000', '084039.015000', '084039.017000', '084039.020000', '084039.023000', '084039.025000', '084039.028000', '084039.030000', '084039.033000', '084039.035000', '084039.038000', '084039.041000', '084039.043000', '084039.046000', '084039.048000', '084058.939000', '084058.941000', '084058.944000', '084058.947000', '084058.949000', '084058.952000', '084058.955000', '084058.958000', '084058.961000', '084058.964000', '084058.966000', '084058.969000', '084058.972000', '084058.974000', '084058.977000', '084058.980000', '084058.983000', '084058.986000', '084058.989000', '084058.992000', '084058.995000', '084058.997000', '084059.001000', '084059.003000', '084059.006000', '084059.009000', '084059.011000', '084059.014000', '084059.017000', '084059.019000', '084059.022000', '084059.024000', '084059.027000', '084059.030000', '084059.032000', '084059.037000', '084059.044000', '084059.047000', '084059.050000', '084059.055000', '084059.059000', '084059.065000', '084059.068000', '084059.366000', '084059.369000'], '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': [13359, 15678, 13131, 10432, 10891, 8448, 11491, 8747, 12083, 9741, 13837, 9488, 12987, 10561, 13799, 10982, 15477, 11546, 15476, 11584, 9325, 10201, 7974, 11595, 8616, 12406, 14092, 12753, 8846, 12358, 10222, 12732, 10295, 15442, 11446, 16033, 10147, 12432, 9404, 12393, 10432, 11830, 9991, 13943, 10670, 14296, 12073, 13956, 9634, 8782, 10175, 14649, 10116, 15988, 11897, 11734, 9953, 8191, 10805, 8546, 11465, 15212, 10277, 12776, 10101, 8435, 11289, 10273, 11617, 10633, 13775, 10744, 14651, 10016, 11689, 10019, 13394, 10472, 16122, 13590, 12720, 10855, 8574, 12592, 10569, 15012, 10704, 15785, 10997, 13795, 10568, 13171, 9706, 11867, 10710, 13480, 10468, 13576, 10969, 13763, 10489, 12865, 9614, 8706, 9691, 8466, 10784, 10170, 12122, 8494, 13831, 8465, 11611, 15276, 10851, 16952, 10402, 14346, 10105, 8832, 9837, 8360, 10365, 12059, 10816, 15653, 10541, 13699, 10280, 8392, 9808, 8373, 11515, 9225, 13521, 10762, 13650, 8559, 13607, 10032, 12990, 10220, 14534, 9415, 15547, 9743, 15647, 10787, 13474, 10460, 13584, 10693, 14226, 11343, 14305, 9986, 12482, 9772, 13195, 10096, 15026, 10230, 8726, 11569, 9857, 12825, 10321, 15076, 11270, 15435, 12393, 14162, 8578, 11760, 8806, 11408, 18457, 12512, 15489, 13853, 13859, 10210, 13375, 9994, 13178, 10604, 13407, 9131, 12448, 9836, 11163, 10068, 11273, 10071, 10211, 15734, 9986, 11142, 9711, 8203, 9850, 14921, 10778, 13155, 9439, 11355, 8419, 10555, 8767, 10778, 9318, 11139, 8848, 10385, 16047, 12532, 12866, 9890, 12072, 10294, 16764, 11964, 14658, 12229, 14866, 10241, 12888, 9872, 11339, 10147, 14916, 10626, 13884, 11781, 11860, 9559, 14326, 9873, 15984, 13279, 15506, 13565, 15283, 10152, 14089, 10343, 13721, 9408, 11653, 8911, 11940, 10381, 12053, 10138, 11361, 9852, 13625, 10446, 13139, 10555, 13827, 10008, 13498, 10607, 14441, 11276, 15101, 11037, 15854, 10223, 13666, 10039, 14899, 10615, 15324, 11698, 14933, 10332, 14538, 10189, 12235, 10061, 13222, 10455, 14396, 10467, 13550, 10362, 9680, 10260, 8293, 12064, 9960, 13870, 10104, 15003, 10591, 14860, 10276, 12113, 9665, 10955, 10224, 16285, 11219, 14674, 13236, 13496, 9764, 12830, 9652, 13604, 9986, 14329, 10308, 11167, 9685, 7924, 10395, 12856, 10464, 15966, 10880, 14599, 10394, 11479, 9388, 8086, 10220, 8455, 11592, 8970, 12523, 9222, 14856, 10419, 12905, 9996, 15661, 10840, 15292, 10558, 13409, 9506, 15962, 10735, 10581, 9800, 12142, 10210, 16355, 12539, 14289, 12025, 8690, 10737, 8275, 11700, 8956, 15215, 10405, 16247, 11622, 15552, 10482, 14556, 10507, 15109, 10892, 14987, 10051, 14875, 10282, 15230, 10784, 11353, 9244, 8224, 10938, 9823, 12010, 10251, 12203, 9247, 11055, 15153, 10900, 9083, 10821, 8826, 10731, 8579, 10551, 8512, 11421, 9760, 12907, 10507, 13459, 10172, 14580, 10983, 12883, 10730, 8220, 11806, 9844, 14813, 10458, 16047, 11072, 16391, 11922, 14618, 9955, 8604, 11056, 8518, 12608, 11396, 13339, 9609, 12762, 10445, 12822, 10021, 12389, 9794, 10168, 13040, 8824, 14830, 10377, 14537, 10537, 15551, 10422, 15486, 10687, 14137, 10598, 9533, 10755, 9489, 11156, 9720, 14583, 12093, 15022, 12185, 11953, 10235, 8503, 11220, 8484, 13529, 9738, 14860, 10386, 9199, 10112, 8202, 12335, 8756, 15445, 10913, 14844, 10026, 11061, 10829, 12113, 11484, 12582, 14359, 10213, 16671, 10875, 15076, 10290, 14358, 10416, 17269, 14548, 14455, 10435, 8275, 11007, 8730, 11878, 9940, 14676, 10539, 13069, 9697, 13866, 9963, 15997, 14020, 14413, 11792, 8671, 10611, 8399, 11062, 8724, 11112, 12511, 11862, 8532, 12230, 9976, 12359, 10189, 13230, 10255, 14487, 10554, 8976, 9930, 8292, 11663, 8897, 13361, 10142, 14260, 9717, 14540, 10714, 14336, 10797, 15397, 12120, 16253, 12591, 15649, 11297, 9485, 10726, 8304, 11591, 9545, 12576, 11876, 13667, 9099, 12161, 10438, 13340, 10382, 14411, 10212, 12074, 10136, 8148, 11940, 9057, 14226, 10315, 15384, 12052, 13453, 9041, 13124, 10019, 12300, 9940, 12548, 9013, 11216, 11584, 10829, 8673, 11167, 10198, 11987, 10237, 12705, 9093, 12250, 8541, 11368, 9744, 11905, 10051, 12479, 9834, 13283, 10122, 12197, 9800, 7865, 11323, 12142, 11422, 16054, 12691, 16713, 11109, 13478, 11002, 8387, 12128, 10152, 12867, 10669, 14338, 10072, 14541, 10423, 14572, 9853, 13562, 10251, 13797, 10400, 14210, 10422, 14516, 10009, 10437, 9488, 8165, 10513, 14478, 10161, 16513, 11549, 13642, 10484, 7849, 10765, 8275, 11188, 9300, 11700, 8880, 14804, 10105, 13161, 10076, 13997, 11215, 11562, 8500, 11116, 9831, 12569, 9937, 9282, 10174, 12844, 10213, 8209, 11692, 9480, 12970, 10129, 13783, 9828, 15717, 12147, 13467, 10892, 7991, 11446, 9276, 12655, 10255, 14862, 10464, 12214, 9580, 12298, 9441, 11611, 10407, 10059, 9902, 11153, 10386, 14845, 12137, 14492, 13109, 11680, 10204, 7888, 10829, 8483, 11986, 12576, 11422, 8818, 12791, 10523, 10920, 10220, 8927, 11688, 9408, 13253, 10374, 11755, 16651, 10050, 14283, 10503, 13448, 10680, 13828, 9917, 15143, 10774, 16463, 12211, 16579, 12129, 17192, 11924, 16553, 11079, 15861, 10277, 15049, 10393, 14285, 10241, 13198, 9379, 10928, 9071, 11113, 9195, 10897, 9301, 8425, 9580, 8057, 9971, 8330, 10367, 8155, 10452, 9269, 11893, 9858, 12177, 9876, 12793, 10053, 13345, 10642, 12167, 9516, 10266, 10315, 8615, 10811, 9412, 10611, 10743, 11384, 8488, 11996, 9018, 11586, 8806, 11880, 9231, 12253, 9000, 13677, 10159, 13339, 10019, 11979, 10127, 12752, 9767, 10074, 9701, 7809, 10818, 9699, 12617, 10061, 9544, 10405, 8289, 13825, 9285, 14801, 12461, 14613, 15699, 13246, 11288, 15375, 9960, 14467, 10731, 15300, 12790, 14143, 8801, 12406, 8976, 12189, 9034, 15017, 10081, 12594, 10169, 12884, 9949, 13255, 10161, 13681, 9902, 13860, 9305, 12219, 9407, 11945, 9655, 13046, 9912, 11561, 10392, 8217, 10466, 8479, 10837, 9251, 10666, 8237, 10511, 8544, 12580, 8664, 12734, 9432, 8717, 10364, 9189, 10178, 9744, 8115, 13400, 10008, 15231, 11835, 16127, 12246, 16252, 13569, 11712, 11218, 8392, 13266, 10685, 16101, 11515, 14334, 11173, 8404, 13030, 9508, 13669, 10327, 15011, 10434, 16159, 12233, 13101, 10342, 7893, 11031, 8759, 12634, 9894, 14546, 10651, 15486, 11217, 12541, 9960, 8565, 10410, 8441, 10925, 8290, 12464, 9345, 13999, 10007, 13414, 9694, 14155, 10309, 13073, 9816, 8248, 10404, 8669, 12236, 9840, 13562, 10098, 11500, 10335, 7893, 11965, 8732, 14686, 10083, 15436, 11714, 15765, 11221, 15706, 10337, 13795, 10298, 11491, 10283, 15130, 12063, 16503, 12324, 12195, 10819, 8085, 11118, 8464, 11127, 8350, 11206, 8509, 13003, 9193, 12515, 10103, 12885, 9831, 13925, 10692, 14534, 11950, 14187, 9316, 12891, 9681, 13992, 10912, 13336, 9701, 12753, 9662, 11827, 10010, 12058, 9973, 12929, 10283, 12682, 9307, 12138, 9525, 13831, 10016, 12646, 10004, 13128, 9370, 12660, 9683, 13580, 10274, 14589, 10827, 12029, 10325, 8018, 10993, 8465, 11510, 9420, 14186, 9143, 14602, 10058, 14489, 10408, 14659, 10295, 16379, 10752, 14994, 10239, 13579, 10459, 14935, 11780, 15181, 12625, 10196, 10845, 8245, 12335, 9611, 13410, 9700, 14371, 9558, 15205, 10268, 14326, 9672, 13288, 10072, 14963, 12227, 15131, 12189, 13514, 9293, 7536, 12272, 9923, 9354, 10555, 8209, 12233, 13701, 10469, 11175, 11354, 8300, 12650, 9098, 15205, 12012, 14574, 16408, 12164, 18980, 15084, 14736, 11120, 8005, 11078, 8493, 12148, 15018, 10800, 17934, 11630, 15575, 10243, 8575, 10164, 7580, 10112, 8137, 10269, 12021, 10012, 12471, 9959, 7793, 10737, 7952, 11566, 12926, 10845, 16853, 10208, 12584, 10391, 7808, 11111, 8661, 11860, 9092, 11921, 11391, 10449, 11374, 10411, 7804, 10788, 8165, 10891, 9658, 10389, 8270, 11084, 8396, 12403, 9448, 12530, 8941, 13923, 10147, 11978, 8518, 13534, 9561, 13207, 10028, 14302, 10122, 14842, 11680, 13382, 10937, 7907, 10681, 7881, 11135, 14158, 10950, 16310, 10696, 9357, 10922, 8245, 12131, 9254, 12777, 9026, 13775, 9823, 15041, 9286, 13186, 8983, 13144, 10602, 11132, 8591, 11238, 9146, 12493, 9821, 12937, 10132, 13431, 10070, 13651, 9629, 13233, 9892, 14754, 10179, 13679, 13144, 12030, 10068, 7870, 11743, 9176, 12896, 10080, 14021, 11588, 12999, 11073, 8552, 11685, 8315, 13260, 14862, 11969, 18531, 15694, 14521, 11165, 8003, 12236, 9290, 12999, 9664, 13185, 10157, 14392, 10160, 13795, 9487, 13632, 11014, 13472, 8994, 13838, 9614, 13880, 9539, 12980, 9756, 13057, 9944, 13628, 9825, 13592, 10468, 13195, 9007, 10626, 9554, 12622, 9549, 14476, 11931, 12588, 9495, 12704, 9554, 14512, 10634, 13096, 9724, 12760, 9460, 12425, 9106, 11351, 9356, 12829, 9400, 12240, 9544, 9497, 10052, 15404, 10380, 15459, 12310, 14505, 13158, 12249, 9961, 9436, 10326, 15266, 10913, 17016, 12981, 15204, 13593, 11966, 9823, 10224, 10294, 17142, 13604, 14507, 13326, 13358, 9647, 10333, 10172, 10769, 10178, 8667, 10980, 7844, 12075, 8181, 12443, 8916, 12971, 9069, 14501, 9072, 13277, 8935, 13518, 12355, 10997, 14941, 11027, 7585, 9466, 7747, 6964, 8476, 7246, 9614, 9338, 11482, 7756, 11454, 9191, 12718, 10827, 15913, 12825, 17984, 14270, 18737, 16775, 18876, 15788, 19434, 14936, 19565, 15468, 19141, 14451, 15997, 11935, 11782, 10999, 7593, 11532, 8396, 12512, 9729, 8339, 11937, 9161], 'WindowCenter': [4494.0, 4487.0, 4451.0, 4419.0, 4427.0, 4398.0, 4453.0, 4410.0, 4426.0, 4404.0, 4433.0, 4404.0, 4424.0, 4403.0, 4434.0, 4415.0, 4446.0, 4426.0, 4444.0, 4415.0, 4394.0, 4403.0, 4372.0, 4414.0, 4381.0, 4427.0, 4434.0, 4425.0, 4392.0, 4424.0, 4404.0, 4423.0, 4414.0, 4435.0, 4414.0, 4432.0, 4404.0, 4423.0, 4390.0, 4412.0, 4413.0, 4410.0, 4403.0, 4432.0, 4414.0, 4436.0, 4425.0, 4422.0, 4393.0, 4381.0, 4402.0, 4431.0, 4404.0, 4443.0, 4412.0, 4400.0, 4392.0, 4372.0, 4403.0, 4381.0, 4413.0, 4432.0, 4404.0, 4424.0, 4402.0, 4372.0, 4412.0, 4403.0, 4412.0, 4416.0, 4437.0, 4416.0, 4435.0, 4406.0, 4423.0, 4404.0, 4422.0, 4404.0, 4445.0, 4424.0, 4420.0, 4403.0, 4383.0, 4411.0, 4402.0, 4430.0, 4400.0, 4432.0, 4399.0, 4423.0, 4400.0, 4409.0, 4389.0, 4399.0, 4400.0, 4419.0, 4401.0, 4420.0, 4402.0, 4423.0, 4415.0, 4413.0, 4393.0, 4381.0, 4392.0, 4381.0, 4413.0, 4405.0, 4424.0, 4382.0, 4433.0, 4371.0, 4414.0, 4429.0, 4402.0, 4445.0, 4403.0, 4432.0, 4400.0, 4381.0, 4401.0, 4383.0, 4405.0, 4412.0, 4415.0, 4444.0, 4415.0, 4424.0, 4405.0, 4384.0, 4403.0, 4384.0, 4425.0, 4395.0, 4438.0, 4428.0, 4436.0, 4384.0, 4436.0, 4404.0, 4423.0, 4403.0, 4433.0, 4395.0, 4446.0, 4394.0, 4433.0, 4414.0, 4423.0, 4414.0, 4433.0, 4415.0, 4434.0, 4414.0, 4433.0, 4405.0, 4423.0, 4404.0, 4424.0, 4403.0, 4445.0, 4415.0, 4384.0, 4414.0, 4404.0, 4424.0, 4415.0, 4447.0, 4414.0, 4445.0, 4423.0, 4423.0, 4371.0, 4413.0, 4381.0, 4411.0, 4432.0, 4412.0, 4422.0, 4420.0, 4411.0, 4390.0, 4409.0, 4391.0, 4411.0, 4401.0, 4424.0, 4381.0, 4410.0, 4392.0, 4401.0, 4393.0, 4414.0, 4390.0, 4403.0, 4434.0, 4391.0, 4401.0, 4392.0, 4381.0, 4406.0, 4433.0, 4413.0, 4423.0, 4394.0, 4415.0, 4384.0, 4403.0, 4383.0, 4412.0, 4394.0, 4413.0, 4393.0, 4416.0, 4447.0, 4424.0, 4423.0, 4405.0, 4423.0, 4404.0, 4444.0, 4423.0, 4435.0, 4424.0, 4432.0, 4405.0, 4424.0, 4404.0, 4414.0, 4413.0, 4446.0, 4417.0, 4435.0, 4427.0, 4424.0, 4404.0, 4433.0, 4403.0, 4446.0, 4434.0, 4434.0, 4425.0, 4434.0, 4402.0, 4421.0, 4391.0, 4421.0, 4392.0, 4414.0, 4393.0, 4412.0, 4392.0, 4412.0, 4404.0, 4414.0, 4405.0, 4435.0, 4415.0, 4423.0, 4415.0, 4423.0, 4404.0, 4423.0, 4414.0, 4435.0, 4415.0, 4436.0, 4414.0, 4433.0, 4404.0, 4422.0, 4402.0, 4432.0, 4403.0, 4432.0, 4415.0, 4433.0, 4392.0, 4420.0, 4391.0, 4409.0, 4391.0, 4422.0, 4401.0, 4422.0, 4405.0, 4425.0, 4403.0, 4392.0, 4402.0, 4382.0, 4412.0, 4402.0, 4423.0, 4404.0, 4434.0, 4416.0, 4433.0, 4404.0, 4414.0, 4404.0, 4404.0, 4404.0, 4434.0, 4415.0, 4435.0, 4423.0, 4422.0, 4403.0, 4412.0, 4393.0, 4422.0, 4404.0, 4435.0, 4404.0, 4414.0, 4396.0, 4385.0, 4405.0, 4424.0, 4415.0, 4444.0, 4415.0, 4435.0, 4403.0, 4414.0, 4405.0, 4385.0, 4417.0, 4384.0, 4426.0, 4407.0, 4437.0, 4407.0, 4446.0, 4418.0, 4425.0, 4416.0, 4448.0, 4404.0, 4433.0, 4405.0, 4425.0, 4391.0, 4433.0, 4403.0, 4402.0, 4404.0, 4412.0, 4404.0, 4446.0, 4425.0, 4434.0, 4422.0, 4383.0, 4415.0, 4384.0, 4414.0, 4394.0, 4445.0, 4414.0, 4444.0, 4414.0, 4433.0, 4402.0, 4423.0, 4403.0, 4432.0, 4404.0, 4433.0, 4392.0, 4447.0, 4431.0, 4435.0, 4413.0, 4437.0, 4406.0, 4385.0, 4415.0, 4406.0, 4425.0, 4416.0, 4428.0, 4396.0, 4427.0, 4445.0, 4416.0, 4384.0, 4415.0, 4383.0, 4414.0, 4384.0, 4416.0, 4396.0, 4415.0, 4405.0, 4426.0, 4416.0, 4435.0, 4415.0, 4446.0, 4419.0, 4427.0, 4415.0, 4384.0, 4414.0, 4404.0, 4435.0, 4405.0, 4446.0, 4415.0, 4444.0, 4413.0, 4433.0, 4403.0, 4382.0, 4412.0, 4383.0, 4427.0, 4424.0, 4425.0, 4395.0, 4423.0, 4415.0, 4424.0, 4405.0, 4436.0, 4416.0, 4416.0, 4436.0, 4397.0, 4437.0, 4406.0, 4434.0, 4406.0, 4446.0, 4416.0, 4434.0, 4415.0, 4448.0, 4415.0, 4405.0, 4415.0, 4407.0, 4426.0, 4418.0, 4448.0, 4440.0, 4447.0, 4426.0, 4414.0, 4403.0, 4383.0, 4416.0, 4398.0, 4439.0, 4407.0, 4436.0, 4416.0, 4395.0, 4404.0, 4386.0, 4428.0, 4398.0, 4447.0, 4416.0, 4447.0, 4407.0, 4415.0, 4415.0, 4424.0, 4416.0, 4425.0, 4437.0, 4405.0, 4446.0, 4415.0, 4434.0, 4403.0, 4432.0, 4405.0, 4447.0, 4434.0, 4422.0, 4403.0, 4370.0, 4402.0, 4382.0, 4414.0, 4406.0, 4434.0, 4415.0, 4424.0, 4405.0, 4424.0, 4404.0, 4434.0, 4435.0, 4423.0, 4413.0, 4382.0, 4404.0, 4372.0, 4413.0, 4382.0, 4415.0, 4425.0, 4415.0, 4383.0, 4413.0, 4404.0, 4424.0, 4404.0, 4436.0, 4405.0, 4434.0, 4404.0, 4393.0, 4405.0, 4384.0, 4424.0, 4397.0, 4438.0, 4418.0, 4435.0, 4405.0, 4434.0, 4415.0, 4435.0, 4414.0, 4434.0, 4426.0, 4445.0, 4425.0, 4433.0, 4403.0, 4391.0, 4402.0, 4371.0, 4413.0, 4392.0, 4424.0, 4413.0, 4422.0, 4382.0, 4412.0, 4403.0, 4423.0, 4404.0, 4436.0, 4406.0, 4423.0, 4404.0, 4384.0, 4415.0, 4393.0, 4434.0, 4403.0, 4434.0, 4413.0, 4422.0, 4380.0, 4411.0, 4391.0, 4411.0, 4390.0, 4411.0, 4379.0, 4402.0, 4411.0, 4401.0, 4371.0, 4401.0, 4402.0, 4411.0, 4403.0, 4424.0, 4393.0, 4414.0, 4382.0, 4413.0, 4394.0, 4412.0, 4404.0, 4424.0, 4405.0, 4435.0, 4416.0, 4424.0, 4406.0, 4384.0, 4416.0, 4424.0, 4414.0, 4433.0, 4423.0, 4433.0, 4416.0, 4424.0, 4404.0, 4371.0, 4413.0, 4403.0, 4423.0, 4414.0, 4432.0, 4406.0, 4435.0, 4403.0, 4433.0, 4404.0, 4422.0, 4403.0, 4423.0, 4402.0, 4434.0, 4415.0, 4434.0, 4404.0, 4403.0, 4403.0, 4383.0, 4415.0, 4433.0, 4404.0, 4445.0, 4415.0, 4423.0, 4402.0, 4372.0, 4413.0, 4382.0, 4414.0, 4395.0, 4414.0, 4393.0, 4435.0, 4404.0, 4425.0, 4405.0, 4436.0, 4415.0, 4414.0, 4396.0, 4427.0, 4417.0, 4423.0, 4402.0, 4381.0, 4405.0, 4436.0, 4417.0, 4387.0, 4426.0, 4407.0, 4437.0, 4430.0, 4448.0, 4421.0, 4460.0, 4440.0, 4437.0, 4414.0, 4375.0, 4415.0, 4396.0, 4425.0, 4405.0, 4436.0, 4403.0, 4414.0, 4394.0, 4411.0, 4392.0, 4402.0, 4402.0, 4392.0, 4403.0, 4412.0, 4406.0, 4434.0, 4427.0, 4435.0, 4426.0, 4413.0, 4404.0, 4370.0, 4401.0, 4381.0, 4413.0, 4425.0, 4414.0, 4395.0, 4439.0, 4415.0, 4413.0, 4404.0, 4395.0, 4423.0, 4406.0, 4437.0, 4404.0, 4427.0, 4444.0, 4404.0, 4435.0, 4405.0, 4422.0, 4403.0, 4423.0, 4393.0, 4423.0, 4401.0, 4433.0, 4400.0, 4422.0, 4399.0, 4419.0, 4387.0, 4408.0, 4387.0, 4407.0, 4375.0, 4406.0, 4380.0, 4405.0, 4378.0, 4396.0, 4367.0, 4385.0, 4369.0, 4386.0, 4379.0, 4401.0, 4382.0, 4369.0, 4390.0, 4369.0, 4392.0, 4371.0, 4403.0, 4386.0, 4405.0, 4395.0, 4414.0, 4405.0, 4414.0, 4405.0, 4424.0, 4406.0, 4437.0, 4419.0, 4426.0, 4405.0, 4405.0, 4405.0, 4384.0, 4416.0, 4395.0, 4416.0, 4428.0, 4426.0, 4384.0, 4426.0, 4394.0, 4415.0, 4394.0, 4414.0, 4393.0, 4426.0, 4407.0, 4436.0, 4417.0, 4434.0, 4404.0, 4414.0, 4417.0, 4463.0, 4432.0, 4419.0, 4420.0, 4388.0, 4428.0, 4419.0, 4439.0, 4429.0, 4419.0, 4428.0, 4399.0, 4449.0, 4407.0, 4450.0, 4427.0, 4448.0, 4447.0, 4437.0, 4415.0, 4435.0, 4404.0, 4434.0, 4412.0, 4436.0, 4412.0, 4422.0, 4381.0, 4410.0, 4382.0, 4413.0, 4382.0, 4432.0, 4403.0, 4411.0, 4391.0, 4411.0, 4390.0, 4421.0, 4404.0, 4434.0, 4404.0, 4423.0, 4393.0, 4412.0, 4393.0, 4412.0, 4404.0, 4426.0, 4404.0, 4414.0, 4405.0, 4383.0, 4413.0, 4384.0, 4413.0, 4394.0, 4417.0, 4385.0, 4432.0, 4400.0, 4426.0, 4385.0, 4450.0, 4433.0, 4412.0, 4443.0, 4446.0, 4430.0, 4419.0, 4386.0, 4437.0, 4418.0, 4449.0, 4428.0, 4447.0, 4429.0, 4448.0, 4426.0, 4413.0, 4413.0, 4373.0, 4424.0, 4405.0, 4434.0, 4416.0, 4436.0, 4416.0, 4383.0, 4424.0, 4394.0, 4423.0, 4404.0, 4433.0, 4403.0, 4445.0, 4426.0, 4423.0, 4403.0, 4372.0, 4402.0, 4382.0, 4424.0, 4405.0, 4436.0, 4418.0, 4434.0, 4415.0, 4413.0, 4403.0, 4383.0, 4404.0, 4384.0, 4415.0, 4387.0, 4425.0, 4393.0, 4434.0, 4405.0, 4435.0, 4406.0, 4436.0, 4430.0, 4439.0, 4408.0, 4385.0, 4415.0, 4396.0, 4426.0, 4419.0, 4447.0, 4431.0, 4440.0, 4417.0, 4387.0, 4427.0, 4396.0, 4437.0, 4406.0, 4438.0, 4413.0, 4435.0, 4403.0, 4432.0, 4392.0, 4422.0, 4403.0, 4413.0, 4404.0, 4433.0, 4413.0, 4445.0, 4415.0, 4410.0, 4404.0, 4370.0, 4402.0, 4371.0, 4401.0, 4373.0, 4413.0, 4386.0, 4423.0, 4392.0, 4413.0, 4404.0, 4424.0, 4404.0, 4434.0, 4406.0, 4435.0, 4415.0, 4424.0, 4394.0, 4414.0, 4393.0, 4424.0, 4405.0, 4425.0, 4395.0, 4413.0, 4394.0, 4414.0, 4403.0, 4412.0, 4406.0, 4425.0, 4416.0, 4424.0, 4407.0, 4425.0, 4406.0, 4435.0, 4417.0, 4437.0, 4406.0, 4437.0, 4406.0, 4425.0, 4406.0, 4435.0, 4419.0, 4448.0, 4416.0, 4427.0, 4417.0, 4385.0, 4415.0, 4386.0, 4429.0, 4408.0, 4437.0, 4397.0, 4435.0, 4407.0, 4437.0, 4417.0, 4447.0, 4418.0, 4444.0, 4415.0, 4436.0, 4404.0, 4423.0, 4415.0, 4435.0, 4427.0, 4436.0, 4427.0, 4404.0, 4415.0, 4383.0, 4424.0, 4394.0, 4425.0, 4396.0, 4436.0, 4408.0, 4435.0, 4405.0, 4434.0, 4405.0, 4423.0, 4405.0, 4435.0, 4427.0, 4436.0, 4442.0, 4449.0, 4404.0, 4388.0, 4426.0, 4417.0, 4396.0, 4417.0, 4388.0, 4441.0, 4449.0, 4420.0, 4418.0, 4416.0, 4386.0, 4425.0, 4395.0, 4438.0, 4415.0, 4435.0, 4432.0, 4413.0, 4444.0, 4422.0, 4420.0, 4390.0, 4359.0, 4389.0, 4359.0, 4401.0, 4409.0, 4389.0, 4430.0, 4402.0, 4421.0, 4392.0, 4369.0, 4389.0, 4360.0, 4390.0, 4362.0, 4393.0, 4413.0, 4405.0, 4424.0, 4392.0, 4363.0, 4404.0, 4373.0, 4415.0, 4411.0, 4403.0, 4434.0, 4403.0, 4424.0, 4405.0, 4375.0, 4414.0, 4385.0, 4415.0, 4395.0, 4416.0, 4415.0, 4406.0, 4416.0, 4404.0, 4374.0, 4414.0, 4384.0, 4416.0, 4406.0, 4416.0, 4387.0, 4417.0, 4388.0, 4428.0, 4407.0, 4437.0, 4396.0, 4437.0, 4417.0, 4416.0, 4384.0, 4425.0, 4406.0, 4425.0, 4406.0, 4435.0, 4406.0, 4436.0, 4427.0, 4427.0, 4415.0, 4374.0, 4414.0, 4373.0, 4415.0, 4433.0, 4415.0, 4446.0, 4416.0, 4393.0, 4417.0, 4385.0, 4426.0, 4405.0, 4435.0, 4398.0, 4437.0, 4406.0, 4436.0, 4396.0, 4426.0, 4385.0, 4423.0, 4404.0, 4404.0, 4384.0, 4403.0, 4394.0, 4413.0, 4403.0, 4424.0, 4406.0, 4426.0, 4406.0, 4425.0, 4396.0, 4426.0, 4407.0, 4435.0, 4430.0, 4450.0, 4426.0, 4415.0, 4393.0, 4387.0, 4452.0, 4435.0, 4449.0, 4430.0, 4450.0, 4439.0, 4438.0, 4419.0, 4386.0, 4427.0, 4386.0, 4436.0, 4435.0, 4415.0, 4448.0, 4435.0, 4422.0, 4403.0, 4363.0, 4412.0, 4393.0, 4423.0, 4393.0, 4426.0, 4407.0, 4424.0, 4405.0, 4425.0, 4395.0, 4424.0, 4402.0, 4423.0, 4383.0, 4423.0, 4393.0, 4422.0, 4394.0, 4413.0, 4394.0, 4424.0, 4393.0, 4423.0, 4405.0, 4425.0, 4405.0, 4423.0, 4385.0, 4403.0, 4396.0, 4413.0, 4406.0, 4436.0, 4416.0, 4414.0, 4404.0, 4425.0, 4406.0, 4437.0, 4405.0, 4437.0, 4406.0, 4424.0, 4406.0, 4425.0, 4396.0, 4416.0, 4409.0, 4438.0, 4408.0, 4427.0, 4407.0, 4407.0, 4410.0, 4448.0, 4406.0, 4437.0, 4428.0, 4436.0, 4426.0, 4415.0, 4406.0, 4394.0, 4406.0, 4434.0, 4405.0, 4447.0, 4426.0, 4434.0, 4424.0, 4404.0, 4394.0, 4392.0, 4404.0, 4434.0, 4424.0, 4423.0, 4422.0, 4412.0, 4392.0, 4392.0, 4393.0, 4403.0, 4404.0, 4382.0, 4404.0, 4374.0, 4413.0, 4374.0, 4414.0, 4394.0, 4425.0, 4383.0, 4423.0, 4382.0, 4424.0, 4381.0, 4423.0, 4412.0, 4403.0, 4422.0, 4427.0, 4387.0, 4407.0, 4373.0, 4351.0, 4369.0, 4348.0, 4391.0, 4393.0, 4413.0, 4400.0, 4468.0, 4437.0, 4454.0, 4444.0, 4462.0, 4451.0, 4448.0, 4423.0, 4436.0, 4423.0, 4423.0, 4410.0, 4420.0, 4396.0, 4406.0, 4383.0, 4392.0, 4381.0, 4379.0, 4359.0, 4357.0, 4348.0, 4333.0, 4372.0, 4343.0, 4384.0, 4364.0, 4343.0, 4384.0, 4354.0], 'WindowWidth': [9877.0, 9859.0, 9793.0, 9741.0, 9749.0, 9711.0, 9794.0, 9731.0, 9745.0, 9710.0, 9749.0, 9709.0, 9736.0, 9707.0, 9750.0, 9724.0, 9773.0, 9746.0, 9769.0, 9726.0, 9694.0, 9707.0, 9666.0, 9724.0, 9676.0, 9746.0, 9752.0, 9739.0, 9693.0, 9737.0, 9711.0, 9736.0, 9724.0, 9757.0, 9721.0, 9748.0, 9710.0, 9734.0, 9687.0, 9718.0, 9720.0, 9716.0, 9709.0, 9749.0, 9723.0, 9756.0, 9739.0, 9731.0, 9693.0, 9675.0, 9704.0, 9742.0, 9709.0, 9765.0, 9717.0, 9698.0, 9689.0, 9663.0, 9707.0, 9674.0, 9720.0, 9745.0, 9709.0, 9736.0, 9704.0, 9663.0, 9718.0, 9706.0, 9720.0, 9731.0, 9761.0, 9732.0, 9753.0, 9715.0, 9734.0, 9711.0, 9730.0, 9710.0, 9770.0, 9737.0, 9727.0, 9705.0, 9677.0, 9715.0, 9704.0, 9742.0, 9700.0, 9749.0, 9697.0, 9733.0, 9698.0, 9709.0, 9681.0, 9695.0, 9698.0, 9723.0, 9701.0, 9727.0, 9705.0, 9736.0, 9726.0, 9719.0, 9692.0, 9675.0, 9692.0, 9675.0, 9720.0, 9714.0, 9738.0, 9678.0, 9749.0, 9662.0, 9724.0, 9738.0, 9704.0, 9771.0, 9708.0, 9748.0, 9699.0, 9673.0, 9704.0, 9679.0, 9712.0, 9718.0, 9725.0, 9770.0, 9728.0, 9739.0, 9711.0, 9681.0, 9709.0, 9685.0, 9742.0, 9699.0, 9764.0, 9750.0, 9757.0, 9683.0, 9755.0, 9708.0, 9736.0, 9707.0, 9749.0, 9699.0, 9771.0, 9696.0, 9748.0, 9723.0, 9735.0, 9723.0, 9751.0, 9729.0, 9751.0, 9724.0, 9748.0, 9714.0, 9733.0, 9712.0, 9738.0, 9709.0, 9770.0, 9728.0, 9683.0, 9725.0, 9711.0, 9738.0, 9726.0, 9775.0, 9725.0, 9769.0, 9735.0, 9733.0, 9661.0, 9719.0, 9671.0, 9715.0, 9750.0, 9716.0, 9732.0, 9724.0, 9714.0, 9684.0, 9709.0, 9687.0, 9715.0, 9702.0, 9735.0, 9675.0, 9710.0, 9689.0, 9699.0, 9691.0, 9722.0, 9684.0, 9708.0, 9751.0, 9688.0, 9700.0, 9691.0, 9676.0, 9714.0, 9751.0, 9721.0, 9737.0, 9698.0, 9727.0, 9684.0, 9707.0, 9680.0, 9720.0, 9697.0, 9725.0, 9695.0, 9731.0, 9773.0, 9738.0, 9734.0, 9712.0, 9734.0, 9711.0, 9770.0, 9735.0, 9756.0, 9738.0, 9744.0, 9711.0, 9737.0, 9710.0, 9722.0, 9723.0, 9773.0, 9733.0, 9756.0, 9746.0, 9738.0, 9712.0, 9748.0, 9708.0, 9775.0, 9753.0, 9754.0, 9740.0, 9751.0, 9704.0, 9729.0, 9686.0, 9730.0, 9691.0, 9722.0, 9694.0, 9715.0, 9689.0, 9717.0, 9709.0, 9724.0, 9714.0, 9756.0, 9728.0, 9734.0, 9726.0, 9737.0, 9710.0, 9735.0, 9723.0, 9753.0, 9727.0, 9759.0, 9725.0, 9746.0, 9708.0, 9731.0, 9704.0, 9745.0, 9705.0, 9747.0, 9726.0, 9748.0, 9690.0, 9723.0, 9687.0, 9710.0, 9687.0, 9730.0, 9700.0, 9732.0, 9713.0, 9742.0, 9708.0, 9690.0, 9705.0, 9678.0, 9719.0, 9705.0, 9734.0, 9710.0, 9753.0, 9730.0, 9748.0, 9711.0, 9723.0, 9710.0, 9707.0, 9710.0, 9756.0, 9726.0, 9755.0, 9734.0, 9732.0, 9707.0, 9717.0, 9693.0, 9732.0, 9709.0, 9757.0, 9711.0, 9721.0, 9700.0, 9684.0, 9714.0, 9736.0, 9726.0, 9770.0, 9728.0, 9755.0, 9709.0, 9723.0, 9713.0, 9689.0, 9732.0, 9685.0, 9744.0, 9723.0, 9761.0, 9719.0, 9770.0, 9733.0, 9742.0, 9731.0, 9780.0, 9709.0, 9752.0, 9713.0, 9740.0, 9690.0, 9749.0, 9708.0, 9705.0, 9709.0, 9718.0, 9709.0, 9775.0, 9742.0, 9752.0, 9732.0, 9681.0, 9727.0, 9683.0, 9723.0, 9696.0, 9768.0, 9725.0, 9766.0, 9723.0, 9749.0, 9704.0, 9734.0, 9707.0, 9746.0, 9711.0, 9748.0, 9689.0, 9776.0, 9761.0, 9755.0, 9720.0, 9764.0, 9717.0, 9687.0, 9727.0, 9716.0, 9742.0, 9730.0, 9749.0, 9703.0, 9745.0, 9769.0, 9726.0, 9681.0, 9723.0, 9679.0, 9723.0, 9682.0, 9728.0, 9702.0, 9726.0, 9712.0, 9743.0, 9731.0, 9754.0, 9728.0, 9773.0, 9738.0, 9747.0, 9727.0, 9682.0, 9724.0, 9709.0, 9754.0, 9710.0, 9771.0, 9725.0, 9767.0, 9720.0, 9748.0, 9707.0, 9679.0, 9720.0, 9681.0, 9747.0, 9739.0, 9739.0, 9697.0, 9734.0, 9726.0, 9738.0, 9714.0, 9756.0, 9731.0, 9730.0, 9757.0, 9705.0, 9760.0, 9715.0, 9752.0, 9716.0, 9772.0, 9729.0, 9750.0, 9728.0, 9780.0, 9726.0, 9712.0, 9727.0, 9718.0, 9743.0, 9736.0, 9780.0, 9770.0, 9778.0, 9743.0, 9722.0, 9708.0, 9680.0, 9728.0, 9708.0, 9765.0, 9718.0, 9757.0, 9729.0, 9698.0, 9712.0, 9687.0, 9749.0, 9710.0, 9773.0, 9730.0, 9774.0, 9718.0, 9727.0, 9727.0, 9737.0, 9729.0, 9742.0, 9759.0, 9712.0, 9773.0, 9725.0, 9751.0, 9706.0, 9745.0, 9712.0, 9779.0, 9748.0, 9731.0, 9705.0, 9657.0, 9702.0, 9676.0, 9723.0, 9715.0, 9750.0, 9727.0, 9737.0, 9713.0, 9735.0, 9709.0, 9759.0, 9751.0, 9735.0, 9718.0, 9676.0, 9708.0, 9661.0, 9718.0, 9675.0, 9727.0, 9740.0, 9724.0, 9678.0, 9720.0, 9708.0, 9736.0, 9709.0, 9756.0, 9714.0, 9749.0, 9710.0, 9694.0, 9711.0, 9684.0, 9738.0, 9704.0, 9763.0, 9735.0, 9755.0, 9712.0, 9752.0, 9727.0, 9753.0, 9723.0, 9751.0, 9740.0, 9770.0, 9739.0, 9748.0, 9706.0, 9687.0, 9704.0, 9661.0, 9719.0, 9691.0, 9737.0, 9721.0, 9730.0, 9675.0, 9717.0, 9705.0, 9733.0, 9709.0, 9757.0, 9716.0, 9735.0, 9711.0, 9681.0, 9725.0, 9694.0, 9752.0, 9706.0, 9752.0, 9721.0, 9731.0, 9671.0, 9715.0, 9686.0, 9713.0, 9684.0, 9714.0, 9667.0, 9703.0, 9714.0, 9699.0, 9659.0, 9699.0, 9702.0, 9715.0, 9706.0, 9736.0, 9694.0, 9723.0, 9678.0, 9717.0, 9695.0, 9719.0, 9710.0, 9736.0, 9713.0, 9757.0, 9731.0, 9737.0, 9715.0, 9684.0, 9729.0, 9735.0, 9725.0, 9749.0, 9734.0, 9748.0, 9727.0, 9739.0, 9709.0, 9661.0, 9721.0, 9707.0, 9733.0, 9722.0, 9747.0, 9715.0, 9754.0, 9709.0, 9747.0, 9709.0, 9733.0, 9707.0, 9733.0, 9704.0, 9751.0, 9728.0, 9750.0, 9710.0, 9707.0, 9709.0, 9681.0, 9725.0, 9746.0, 9709.0, 9772.0, 9725.0, 9732.0, 9705.0, 9665.0, 9721.0, 9678.0, 9723.0, 9701.0, 9724.0, 9694.0, 9753.0, 9710.0, 9739.0, 9712.0, 9758.0, 9726.0, 9725.0, 9703.0, 9746.0, 9735.0, 9735.0, 9706.0, 9671.0, 9710.0, 9756.0, 9732.0, 9692.0, 9744.0, 9721.0, 9763.0, 9757.0, 9779.0, 9744.0, 9803.0, 9770.0, 9761.0, 9725.0, 9671.0, 9726.0, 9700.0, 9738.0, 9711.0, 9758.0, 9704.0, 9723.0, 9695.0, 9716.0, 9690.0, 9704.0, 9704.0, 9689.0, 9707.0, 9718.0, 9713.0, 9754.0, 9745.0, 9757.0, 9740.0, 9719.0, 9707.0, 9659.0, 9703.0, 9674.0, 9720.0, 9738.0, 9722.0, 9701.0, 9767.0, 9730.0, 9722.0, 9708.0, 9699.0, 9735.0, 9717.0, 9763.0, 9708.0, 9744.0, 9767.0, 9711.0, 9754.0, 9712.0, 9733.0, 9706.0, 9734.0, 9691.0, 9733.0, 9698.0, 9749.0, 9696.0, 9734.0, 9691.0, 9724.0, 9672.0, 9704.0, 9671.0, 9698.0, 9652.0, 9698.0, 9667.0, 9695.0, 9663.0, 9685.0, 9646.0, 9669.0, 9650.0, 9672.0, 9667.0, 9701.0, 9675.0, 9654.0, 9684.0, 9653.0, 9687.0, 9659.0, 9706.0, 9688.0, 9710.0, 9698.0, 9722.0, 9711.0, 9723.0, 9713.0, 9737.0, 9714.0, 9761.0, 9738.0, 9742.0, 9714.0, 9711.0, 9711.0, 9681.0, 9727.0, 9699.0, 9731.0, 9749.0, 9743.0, 9683.0, 9741.0, 9696.0, 9724.0, 9694.0, 9723.0, 9694.0, 9744.0, 9721.0, 9756.0, 9730.0, 9751.0, 9711.0, 9723.0, 9733.0, 9809.0, 9767.0, 9741.0, 9743.0, 9696.0, 9749.0, 9739.0, 9770.0, 9756.0, 9738.0, 9753.0, 9712.0, 9781.0, 9722.0, 9788.0, 9746.0, 9779.0, 9774.0, 9759.0, 9726.0, 9755.0, 9708.0, 9750.0, 9718.0, 9761.0, 9715.0, 9730.0, 9671.0, 9713.0, 9678.0, 9720.0, 9676.0, 9744.0, 9703.0, 9714.0, 9685.0, 9713.0, 9686.0, 9729.0, 9711.0, 9750.0, 9710.0, 9734.0, 9692.0, 9716.0, 9693.0, 9716.0, 9708.0, 9740.0, 9711.0, 9722.0, 9712.0, 9680.0, 9721.0, 9683.0, 9722.0, 9698.0, 9731.0, 9684.0, 9761.0, 9715.0, 9742.0, 9684.0, 9784.0, 9766.0, 9735.0, 9782.0, 9790.0, 9756.0, 9737.0, 9691.0, 9761.0, 9736.0, 9784.0, 9746.0, 9779.0, 9751.0, 9777.0, 9742.0, 9719.0, 9719.0, 9663.0, 9734.0, 9711.0, 9753.0, 9729.0, 9758.0, 9727.0, 9679.0, 9735.0, 9695.0, 9732.0, 9707.0, 9748.0, 9707.0, 9769.0, 9740.0, 9731.0, 9705.0, 9663.0, 9703.0, 9678.0, 9734.0, 9711.0, 9757.0, 9732.0, 9752.0, 9723.0, 9718.0, 9705.0, 9678.0, 9708.0, 9681.0, 9726.0, 9691.0, 9738.0, 9694.0, 9750.0, 9711.0, 9753.0, 9715.0, 9757.0, 9756.0, 9768.0, 9720.0, 9684.0, 9726.0, 9703.0, 9743.0, 9737.0, 9775.0, 9758.0, 9770.0, 9734.0, 9690.0, 9746.0, 9702.0, 9760.0, 9715.0, 9765.0, 9720.0, 9757.0, 9707.0, 9743.0, 9689.0, 9730.0, 9706.0, 9718.0, 9708.0, 9749.0, 9722.0, 9768.0, 9725.0, 9712.0, 9706.0, 9659.0, 9702.0, 9660.0, 9701.0, 9665.0, 9719.0, 9687.0, 9733.0, 9691.0, 9718.0, 9708.0, 9735.0, 9709.0, 9750.0, 9716.0, 9754.0, 9726.0, 9735.0, 9696.0, 9721.0, 9693.0, 9737.0, 9711.0, 9739.0, 9696.0, 9717.0, 9695.0, 9720.0, 9706.0, 9718.0, 9714.0, 9742.0, 9730.0, 9738.0, 9718.0, 9738.0, 9715.0, 9754.0, 9733.0, 9759.0, 9717.0, 9757.0, 9716.0, 9740.0, 9716.0, 9754.0, 9736.0, 9777.0, 9729.0, 9742.0, 9730.0, 9686.0, 9727.0, 9689.0, 9752.0, 9722.0, 9757.0, 9703.0, 9755.0, 9717.0, 9757.0, 9731.0, 9775.0, 9736.0, 9767.0, 9724.0, 9755.0, 9709.0, 9735.0, 9725.0, 9754.0, 9746.0, 9759.0, 9744.0, 9708.0, 9723.0, 9679.0, 9737.0, 9695.0, 9740.0, 9700.0, 9759.0, 9720.0, 9753.0, 9711.0, 9751.0, 9712.0, 9735.0, 9712.0, 9754.0, 9742.0, 9759.0, 9775.0, 9782.0, 9713.0, 9696.0, 9743.0, 9731.0, 9700.0, 9731.0, 9693.0, 9770.0, 9781.0, 9741.0, 9733.0, 9729.0, 9688.0, 9740.0, 9697.0, 9764.0, 9720.0, 9753.0, 9743.0, 9717.0, 9765.0, 9728.0, 9722.0, 9681.0, 9637.0, 9679.0, 9637.0, 9696.0, 9705.0, 9678.0, 9744.0, 9699.0, 9728.0, 9684.0, 9651.0, 9680.0, 9640.0, 9682.0, 9645.0, 9689.0, 9716.0, 9710.0, 9734.0, 9688.0, 9651.0, 9706.0, 9664.0, 9722.0, 9713.0, 9704.0, 9747.0, 9705.0, 9735.0, 9709.0, 9668.0, 9721.0, 9684.0, 9724.0, 9697.0, 9729.0, 9724.0, 9714.0, 9724.0, 9709.0, 9667.0, 9721.0, 9681.0, 9726.0, 9715.0, 9728.0, 9690.0, 9731.0, 9692.0, 9745.0, 9718.0, 9759.0, 9701.0, 9760.0, 9731.0, 9729.0, 9681.0, 9738.0, 9713.0, 9738.0, 9715.0, 9753.0, 9713.0, 9759.0, 9746.0, 9743.0, 9725.0, 9669.0, 9723.0, 9666.0, 9724.0, 9746.0, 9727.0, 9769.0, 9726.0, 9693.0, 9728.0, 9686.0, 9740.0, 9712.0, 9755.0, 9708.0, 9760.0, 9715.0, 9756.0, 9699.0, 9741.0, 9683.0, 9735.0, 9708.0, 9708.0, 9680.0, 9705.0, 9694.0, 9720.0, 9707.0, 9734.0, 9714.0, 9741.0, 9715.0, 9738.0, 9700.0, 9739.0, 9718.0, 9756.0, 9757.0, 9782.0, 9741.0, 9723.0, 9693.0, 9690.0, 9789.0, 9774.0, 9780.0, 9755.0, 9784.0, 9768.0, 9761.0, 9734.0, 9685.0, 9742.0, 9687.0, 9759.0, 9750.0, 9725.0, 9779.0, 9752.0, 9728.0, 9701.0, 9648.0, 9714.0, 9690.0, 9733.0, 9694.0, 9742.0, 9716.0, 9735.0, 9710.0, 9737.0, 9696.0, 9736.0, 9704.0, 9733.0, 9680.0, 9731.0, 9691.0, 9731.0, 9693.0, 9717.0, 9693.0, 9735.0, 9691.0, 9733.0, 9711.0, 9736.0, 9710.0, 9734.0, 9683.0, 9705.0, 9699.0, 9719.0, 9715.0, 9757.0, 9728.0, 9722.0, 9710.0, 9736.0, 9714.0, 9758.0, 9711.0, 9757.0, 9714.0, 9734.0, 9713.0, 9737.0, 9702.0, 9728.0, 9721.0, 9764.0, 9721.0, 9745.0, 9718.0, 9716.0, 9723.0, 9774.0, 9713.0, 9764.0, 9746.0, 9757.0, 9742.0, 9724.0, 9713.0, 9695.0, 9713.0, 9749.0, 9710.0, 9778.0, 9739.0, 9751.0, 9734.0, 9705.0, 9693.0, 9689.0, 9707.0, 9757.0, 9734.0, 9733.0, 9727.0, 9714.0, 9687.0, 9686.0, 9691.0, 9705.0, 9707.0, 9676.0, 9707.0, 9666.0, 9718.0, 9666.0, 9722.0, 9697.0, 9739.0, 9678.0, 9732.0, 9676.0, 9733.0, 9673.0, 9734.0, 9713.0, 9703.0, 9729.0, 9748.0, 9694.0, 9720.0, 9664.0, 9631.0, 9652.0, 9622.0, 9683.0, 9692.0, 9720.0, 9718.0, 9826.0, 9779.0, 9795.0, 9780.0, 9803.0, 9786.0, 9778.0, 9733.0, 9764.0, 9730.0, 9741.0, 9706.0, 9728.0, 9682.0, 9699.0, 9658.0, 9671.0, 9650.0, 9645.0, 9616.0, 9611.0, 9598.0, 9591.0, 9640.0, 9603.0, 9661.0, 9634.0, 9607.0, 9661.0, 9622.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.0028653904473085667</td></tr>
<tr><td colspan=3>aqi</td><td>0.02277725140257771</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.93960779383914</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2832865964339903</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0401268556904395</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>8126.3462</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09080758221675435</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.411675511751327</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6796295776425545</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6469152096198965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.884573567590043</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5073999557177236</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115238</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014651397243142128</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02695988118648529</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.8466279710182505</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.1719</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8949</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.3534</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>675.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.8171</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3777</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.844</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3566.8409</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.0729</td></tr>
<tr><td colspan=3>tsnr</td><td>38.89219641778618</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>