<?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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-04/func/sub-0099_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>86313f1f69f0bbfbfa2c5dde6bcb8715</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>13:29:4.857500</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.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.084529</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>[4251, -7792, -7249, 236, -79, -213, -121, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5cd16d6-2dc7-4130-8c3f-1c8e9cbef4eb||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.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['132904.857500', '132905.317500', '132905.777500', '132906.237500', '132906.697500', '132907.157500', '132907.617500', '132908.077500', '132908.537500', '132908.997500', '132909.457500', '132909.917500', '132910.377500', '132910.837500', '132911.297500', '132911.757500', '132912.217500', '132912.677500', '132913.137500', '132913.597500', '132914.057500', '132914.517500', '132914.977500', '132915.437500', '132915.897500', '132916.357500', '132916.817500', '132917.277500', '132917.737500', '132918.197500', '132918.657500', '132919.117500', '132919.577500', '132920.037500', '132920.497500', '132920.957500', '132921.417500', '132921.877500', '132922.337500', '132922.797500', '132923.257500', '132923.717500', '132924.177500', '132924.637500', '132925.097500', '132925.557500', '132926.017500', '132926.477500', '132926.937500', '132927.397500', '132927.857500', '132928.317500', '132928.777500', '132929.237500', '132929.697500', '132930.157500', '132930.617500', '132931.077500', '132931.537500', '132931.997500', '132932.457500', '132932.917500', '132933.377500', '132933.837500', '132934.297500', '132934.757500', '132935.217500', '132935.677500', '132936.137500', '132936.597500', '132937.057500', '132937.517500', '132937.977500', '132938.437500', '132938.897500', '132939.357500', '132939.817500', '132940.277500', '132940.737500', '132941.197500', '132941.657500', '132942.117500', '132942.577500', '132943.037500', '132943.497500', '132943.957500', '132944.417500', '132944.877500', '132945.337500', '132945.797500', '132946.257500', '132946.717500', '132947.177500', '132947.637500', '132948.097500', '132948.557500', '132949.017500', '132949.477500', '132949.937500', '132950.397500', '132950.857500', '132951.317500', '132951.777500', '132952.237500', '132952.697500', '132953.157500', '132953.617500', '132954.077500', '132954.537500', '132954.997500', '132955.457500', '132955.917500', '132956.377500', '132956.837500', '132957.297500', '132957.757500', '132958.217500', '132958.677500', '132959.137500', '132959.597500', '133000.057500', '133000.517500', '133000.977500', '133001.437500', '133001.897500', '133002.357500', '133002.817500', '133003.277500', '133003.737500', '133004.197500', '133004.657500', '133005.117500', '133005.577500', '133006.037500', '133006.497500', '133006.957500', '133007.417500', '133007.877500', '133008.337500', '133008.797500', '133009.257500', '133009.717500', '133010.177500', '133010.637500', '133011.097500', '133011.557500', '133012.017500', '133012.477500', '133012.937500', '133013.397500', '133013.857500', '133014.317500', '133014.777500', '133015.237500', '133015.697500', '133016.157500', '133016.617500', '133017.077500', '133017.537500', '133017.997500', '133018.457500', '133018.917500', '133019.377500', '133019.837500', '133020.297500', '133020.757500', '133021.217500', '133021.677500', '133022.137500', '133022.597500', '133023.057500', '133023.517500', '133023.977500', '133024.437500', '133024.897500', '133025.357500', '133025.817500', '133026.277500', '133026.737500', '133027.197500', '133027.657500', '133028.117500', '133028.577500', '133029.037500', '133029.497500', '133029.957500', '133030.417500', '133030.877500', '133031.337500', '133031.797500', '133032.257500', '133032.717500', '133033.177500', '133033.637500', '133034.097500', '133034.557500', '133035.017500', '133035.477500', '133035.937500', '133036.397500', '133036.857500', '133037.317500', '133037.777500', '133038.237500', '133038.697500', '133039.157500', '133039.617500', '133040.077500', '133040.537500', '133040.997500', '133041.457500', '133041.917500', '133042.377500', '133042.837500', '133043.297500', '133043.757500', '133044.217500', '133044.677500', '133045.137500', '133045.597500', '133046.057500', '133046.517500', '133046.977500', '133047.437500', '133047.897500', '133048.357500', '133048.817500', '133049.277500', '133049.737500', '133050.197500', '133050.657500', '133051.117500', '133051.577500', '133052.037500', '133052.497500', '133052.957500', '133053.417500', '133053.877500', '133054.337500', '133054.797500', '133055.257500', '133055.717500', '133056.177500', '133056.637500', '133057.097500', '133057.557500', '133058.017500', '133058.477500', '133058.937500', '133059.397500', '133059.857500', '133100.317500', '133100.777500', '133101.237500', '133101.697500', '133102.157500', '133102.617500', '133103.077500', '133103.537500', '133103.997500', '133104.457500', '133104.917500', '133105.377500', '133105.837500', '133106.297500', '133106.757500', '133107.217500', '133107.677500', '133108.137500', '133108.597500', '133109.057500', '133109.517500', '133109.977500', '133110.437500', '133110.897500', '133111.357500', '133111.817500', '133112.277500', '133112.737500', '133113.197500', '133113.657500', '133114.117500', '133114.577500', '133115.037500', '133115.497500', '133115.957500', '133116.417500', '133116.877500', '133117.337500', '133117.797500', '133118.257500', '133118.717500', '133119.177500', '133119.637500', '133120.097500', '133120.557500', '133121.017500', '133121.477500', '133121.937500', '133122.397500', '133122.857500', '133123.317500', '133123.777500', '133124.237500', '133124.697500', '133125.157500', '133125.617500', '133126.077500', '133126.537500', '133126.997500', '133127.457500', '133127.917500', '133128.377500', '133128.837500', '133129.297500', '133129.757500', '133130.217500', '133130.677500', '133131.137500', '133131.597500', '133132.057500', '133132.517500', '133132.977500', '133133.437500', '133133.897500', '133134.357500', '133134.817500', '133135.277500', '133135.737500', '133136.197500', '133136.657500', '133137.117500', '133137.577500', '133138.037500', '133138.497500', '133138.957500', '133139.417500', '133139.877500', '133140.337500', '133140.797500', '133141.257500', '133141.717500', '133142.177500', '133142.637500', '133143.097500', '133143.557500', '133144.017500', '133144.477500', '133144.937500', '133145.397500', '133145.857500', '133146.317500', '133146.777500', '133147.237500', '133147.697500', '133148.157500', '133148.617500', '133149.077500', '133149.537500', '133149.997500', '133150.457500', '133150.917500', '133151.377500', '133151.837500', '133152.297500', '133152.757500', '133153.217500', '133153.677500', '133154.137500', '133154.597500', '133155.057500', '133155.517500', '133155.977500', '133156.437500', '133156.897500', '133157.357500', '133157.817500', '133158.277500', '133158.737500', '133159.197500', '133159.657500', '133200.117500', '133200.577500', '133201.037500', '133201.497500', '133201.957500', '133202.417500', '133202.877500', '133203.337500', '133203.797500', '133204.257500', '133204.717500', '133205.177500', '133205.637500', '133206.097500', '133206.557500', '133207.017500', '133207.477500', '133207.937500', '133208.397500', '133208.857500', '133209.317500', '133209.777500', '133210.237500', '133210.697500', '133211.157500', '133211.617500', '133212.077500', '133212.537500', '133212.997500', '133213.457500', '133213.917500', '133214.377500', '133214.837500', '133215.297500', '133215.757500', '133216.217500', '133216.677500', '133217.137500', '133217.597500', '133218.057500', '133218.517500', '133218.977500', '133219.437500', '133219.897500', '133220.357500', '133220.817500', '133221.277500', '133221.737500', '133222.197500', '133222.657500', '133223.117500', '133223.577500', '133224.037500', '133224.497500', '133224.957500', '133225.417500', '133225.877500', '133226.337500', '133226.797500', '133227.257500', '133227.717500', '133228.177500', '133228.637500', '133229.097500', '133229.557500', '133230.017500', '133230.477500', '133230.937500', '133231.397500', '133231.857500', '133232.317500', '133232.777500', '133233.237500', '133233.697500', '133234.157500', '133234.617500', '133235.077500', '133235.537500', '133235.997500', '133236.457500', '133236.917500', '133237.377500', '133237.837500', '133238.297500', '133238.757500', '133239.217500', '133239.677500', '133240.137500', '133240.597500', '133241.057500', '133241.517500', '133241.977500', '133242.437500', '133242.897500', '133243.357500', '133243.817500', '133244.277500', '133244.737500', '133245.197500', '133245.657500', '133246.117500', '133246.577500', '133247.037500', '133247.497500', '133247.957500', '133248.417500', '133248.877500', '133249.337500', '133249.797500', '133250.257500', '133250.717500', '133251.177500', '133251.637500', '133252.097500', '133252.557500', '133253.017500', '133253.477500', '133253.937500', '133254.397500', '133254.857500', '133255.317500', '133255.777500', '133256.237500', '133256.697500', '133257.157500', '133257.617500', '133258.077500', '133258.537500', '133258.997500', '133259.457500', '133259.917500', '133300.377500', '133300.837500', '133301.297500', '133301.757500', '133302.217500', '133302.677500', '133303.137500', '133303.597500', '133304.057500', '133304.517500', '133304.977500', '133305.437500', '133305.897500', '133306.357500', '133306.817500', '133307.277500', '133307.737500', '133308.197500', '133308.657500', '133309.117500', '133309.577500', '133310.037500', '133310.497500', '133310.957500', '133311.417500', '133311.877500', '133312.337500', '133312.797500', '133313.257500', '133313.717500', '133314.177500', '133314.637500', '133315.097500', '133315.557500', '133316.017500', '133316.477500', '133316.937500', '133317.397500', '133317.857500', '133318.317500', '133318.777500', '133319.237500', '133319.697500', '133320.157500', '133320.617500', '133321.077500', '133321.537500', '133321.997500', '133322.457500', '133322.917500', '133323.377500', '133323.837500', '133324.297500', '133324.757500', '133325.217500', '133325.677500', '133326.137500', '133326.597500', '133327.057500', '133327.517500', '133327.977500', '133328.437500', '133328.897500', '133329.357500', '133329.817500', '133330.277500', '133330.737500', '133331.197500', '133331.657500', '133332.117500', '133332.577500', '133333.037500', '133333.497500', '133333.957500', '133334.417500', '133334.877500', '133335.337500', '133335.797500', '133336.257500', '133336.717500', '133337.177500', '133337.637500', '133338.097500', '133338.557500', '133339.017500', '133339.477500', '133339.937500', '133340.397500', '133340.857500', '133341.317500', '133341.777500', '133342.237500', '133342.697500', '133343.157500', '133343.617500', '133344.077500', '133344.537500', '133344.997500', '133345.457500', '133345.917500', '133346.377500', '133346.837500', '133347.297500', '133347.757500', '133348.217500', '133348.677500', '133349.137500', '133349.597500', '133350.057500', '133350.517500', '133350.977500', '133351.437500', '133351.897500', '133352.357500', '133352.817500', '133353.277500', '133353.737500', '133354.197500', '133354.657500', '133355.117500', '133355.577500', '133356.037500', '133356.497500', '133356.957500', '133357.417500', '133357.877500', '133358.337500', '133358.797500', '133359.257500', '133359.717500', '133400.177500', '133400.637500', '133401.097500', '133401.557500', '133402.017500', '133402.477500', '133402.937500', '133403.397500', '133403.857500', '133404.317500', '133404.777500', '133405.237500', '133405.697500', '133406.157500', '133406.617500', '133407.077500', '133407.537500', '133407.997500', '133408.457500', '133408.917500', '133409.377500', '133409.837500', '133410.297500', '133410.757500', '133411.217500', '133411.677500', '133412.137500', '133412.597500', '133413.057500', '133413.517500', '133413.977500', '133414.437500', '133414.897500', '133415.357500', '133415.817500', '133416.277500', '133416.737500', '133417.197500', '133417.657500', '133418.117500', '133418.577500', '133419.037500', '133419.497500', '133419.957500', '133420.417500', '133420.877500', '133421.337500', '133421.797500', '133422.257500', '133422.717500', '133423.177500', '133423.637500', '133424.097500', '133424.557500', '133425.017500', '133425.477500', '133425.937500', '133426.397500', '133426.857500', '133427.317500', '133427.777500', '133428.237500', '133428.697500', '133429.157500', '133429.617500', '133430.077500', '133430.537500', '133430.997500', '133431.457500', '133431.917500', '133432.377500', '133432.837500', '133433.297500', '133433.757500', '133434.217500', '133434.677500', '133435.137500', '133435.597500', '133436.057500', '133436.517500', '133436.977500', '133437.437500', '133437.897500', '133438.357500', '133438.817500', '133439.277500', '133439.737500', '133440.197500', '133440.657500', '133441.117500', '133441.577500', '133442.037500', '133442.497500', '133442.957500', '133443.417500', '133443.877500', '133444.337500', '133444.797500', '133445.257500', '133445.717500', '133446.177500', '133446.637500', '133447.097500', '133447.557500', '133448.017500', '133448.477500', '133448.937500', '133449.397500', '133449.857500', '133450.317500', '133450.777500', '133451.237500', '133451.697500', '133452.157500', '133452.617500', '133453.077500', '133453.537500', '133453.997500', '133454.457500', '133454.917500', '133455.377500', '133455.837500', '133456.297500', '133456.757500', '133457.217500', '133457.677500', '133458.137500', '133458.597500', '133459.057500', '133459.517500', '133459.977500', '133500.437500', '133500.897500', '133501.357500', '133501.817500', '133502.277500', '133502.737500', '133503.197500', '133503.657500', '133504.117500', '133504.577500', '133505.037500', '133505.497500', '133505.957500', '133506.417500', '133506.877500', '133507.337500', '133507.797500', '133508.257500', '133508.717500', '133509.177500', '133509.637500', '133510.097500', '133510.557500', '133511.017500', '133511.477500', '133511.937500', '133512.397500', '133512.857500', '133513.317500', '133513.777500', '133514.237500', '133514.697500', '133515.157500', '133515.617500', '133516.077500', '133516.537500', '133516.997500', '133517.457500', '133517.917500', '133518.377500', '133518.837500', '133519.297500', '133519.757500', '133520.217500', '133520.677500', '133521.137500', '133521.597500', '133522.057500', '133522.517500', '133522.977500', '133523.437500', '133523.897500', '133524.357500', '133524.817500', '133525.277500', '133525.737500', '133526.197500', '133526.657500', '133527.117500', '133527.577500', '133528.037500', '133528.497500', '133528.957500', '133529.417500', '133529.877500', '133530.337500', '133530.797500', '133531.257500', '133531.717500', '133532.177500', '133532.637500', '133533.097500', '133533.557500', '133534.017500', '133534.477500', '133534.937500', '133535.397500', '133535.857500', '133536.317500', '133536.777500', '133537.237500', '133537.697500', '133538.157500', '133538.617500', '133539.077500', '133539.537500', '133539.997500', '133540.457500', '133540.917500', '133541.377500', '133541.837500', '133542.297500', '133542.757500', '133543.217500', '133543.677500', '133544.137500', '133544.597500', '133545.057500', '133545.517500', '133545.977500', '133546.437500', '133546.897500', '133547.357500', '133547.817500', '133548.277500', '133548.737500', '133549.197500', '133549.657500', '133550.117500', '133550.577500', '133551.037500', '133551.497500', '133551.957500', '133552.417500', '133552.877500', '133553.337500', '133553.797500', '133554.257500', '133554.717500', '133555.177500', '133555.637500', '133556.097500', '133556.557500', '133557.017500', '133557.477500', '133557.937500', '133558.397500', '133558.857500', '133559.317500', '133559.777500', '133600.237500', '133600.697500', '133601.157500', '133601.617500', '133602.077500', '133602.537500', '133602.997500', '133603.457500', '133603.917500', '133604.377500', '133604.837500', '133605.297500', '133605.757500', '133606.217500', '133606.677500', '133607.137500', '133607.597500', '133608.057500', '133608.517500', '133608.977500', '133609.437500', '133609.897500', '133610.357500', '133610.817500', '133611.277500', '133611.737500', '133612.197500', '133612.657500', '133613.117500', '133613.577500', '133614.037500', '133614.497500', '133614.957500', '133615.417500', '133615.877500', '133616.337500', '133616.797500', '133617.257500', '133617.717500', '133618.177500', '133618.637500', '133619.097500', '133619.557500', '133620.017500', '133620.477500', '133620.937500', '133621.397500', '133621.857500', '133622.317500', '133622.777500', '133623.237500', '133623.697500', '133624.157500', '133624.617500', '133625.077500', '133625.537500', '133625.997500', '133626.457500', '133626.917500', '133627.377500', '133627.837500', '133628.297500', '133628.757500', '133629.217500', '133629.677500', '133630.137500', '133630.597500', '133631.057500', '133631.517500', '133631.977500', '133632.437500', '133632.897500', '133633.357500', '133633.817500', '133634.277500', '133634.737500', '133635.197500', '133635.657500', '133636.117500', '133636.577500', '133637.037500', '133637.497500', '133637.957500', '133638.417500', '133638.877500', '133639.337500', '133639.797500', '133640.257500', '133640.717500', '133641.177500', '133641.637500', '133642.097500', '133642.557500', '133643.017500', '133643.477500', '133643.937500', '133644.397500', '133644.857500', '133645.317500', '133645.777500', '133646.237500', '133646.697500', '133647.157500', '133647.617500', '133648.077500', '133648.537500', '133648.997500', '133649.457500', '133649.917500', '133650.377500', '133650.837500', '133651.297500', '133651.757500', '133652.217500', '133652.677500', '133653.137500', '133653.597500', '133654.057500', '133654.517500', '133654.977500', '133655.437500', '133655.897500', '133656.357500', '133656.817500', '133657.277500', '133657.737500', '133658.197500', '133658.657500', '133659.117500', '133659.577500', '133700.037500', '133700.497500', '133700.957500', '133701.417500', '133701.877500', '133702.337500', '133702.797500', '133703.257500', '133703.717500', '133704.177500', '133704.637500', '133705.097500', '133705.557500', '133706.017500', '133706.477500', '133706.937500', '133707.397500', '133707.857500', '133708.317500', '133708.777500', '133709.237500', '133709.697500', '133710.157500', '133710.617500', '133711.077500', '133711.537500', '133711.997500', '133712.457500', '133712.917500', '133713.377500', '133713.837500', '133714.297500', '133714.757500', '133715.217500', '133715.677500', '133716.137500', '133716.597500', '133717.057500', '133717.517500', '133717.977500', '133718.437500', '133718.897500', '133719.357500', '133719.817500', '133720.277500', '133720.737500', '133721.197500', '133721.657500', '133722.117500', '133722.577500', '133723.037500', '133723.497500', '133723.957500', '133724.417500', '133724.877500', '133725.337500', '133725.797500', '133726.257500', '133726.717500', '133727.177500', '133727.637500', '133728.097500', '133728.557500', '133729.017500', '133729.477500', '133729.937500', '133730.397500', '133730.857500', '133731.317500', '133731.777500', '133732.237500', '133732.697500', '133733.157500', '133733.617500', '133734.077500', '133734.537500', '133734.997500', '133735.457500', '133735.917500', '133736.377500', '133736.837500', '133737.297500', '133737.757500', '133738.217500', '133738.677500', '133739.137500', '133739.597500', '133740.057500', '133740.517500', '133740.977500', '133741.437500', '133741.897500', '133742.357500', '133742.817500', '133743.277500', '133743.737500', '133744.197500', '133744.657500', '133745.117500', '133745.577500', '133746.037500', '133746.497500', '133746.957500', '133747.417500', '133747.877500', '133748.337500', '133748.797500', '133749.257500', '133749.717500', '133750.177500', '133750.637500', '133751.097500', '133751.557500', '133752.017500', '133752.477500', '133752.937500', '133753.397500', '133753.857500', '133754.317500', '133754.777500', '133755.237500', '133755.697500', '133756.157500', '133756.617500', '133757.077500', '133757.537500', '133757.997500', '133758.457500', '133758.917500', '133759.377500', '133759.837500', '133800.297500', '133800.757500', '133801.217500', '133801.677500', '133802.137500', '133802.597500', '133803.057500', '133803.517500', '133803.977500', '133804.437500', '133804.897500', '133805.357500', '133805.817500', '133806.277500', '133806.737500', '133807.197500', '133807.657500', '133808.117500', '133808.577500', '133809.037500', '133809.497500', '133809.957500', '133810.417500', '133810.877500', '133811.337500', '133811.797500', '133812.257500', '133812.717500', '133813.177500', '133813.637500', '133814.097500', '133814.557500', '133815.017500', '133815.477500', '133815.937500', '133816.397500', '133816.857500', '133817.317500', '133817.777500', '133818.237500', '133818.697500', '133819.157500', '133819.617500', '133820.077500', '133820.537500', '133820.997500', '133821.457500', '133821.917500', '133822.377500', '133822.837500', '133823.297500', '133823.757500', '133824.217500', '133824.677500', '133825.137500', '133825.597500', '133826.057500', '133826.517500', '133826.977500', '133827.437500', '133827.897500', '133828.357500', '133828.817500', '133829.277500', '133829.737500', '133830.197500', '133830.657500', '133831.117500', '133831.577500', '133832.037500', '133832.497500', '133832.957500', '133833.417500', '133833.877500', '133834.337500', '133834.797500', '133835.257500', '133835.717500', '133836.177500', '133836.637500', '133837.097500', '133837.557500', '133838.017500', '133838.477500', '133838.937500', '133839.397500', '133839.857500', '133840.317500', '133840.777500', '133841.237500', '133841.697500', '133842.157500', '133842.617500', '133843.077500', '133843.537500', '133843.997500', '133844.457500', '133844.917500', '133845.377500', '133845.837500', '133846.297500', '133846.757500', '133847.217500', '133847.677500', '133848.137500', '133848.597500', '133849.057500', '133849.517500', '133849.977500', '133850.437500', '133850.897500', '133851.357500', '133851.817500', '133852.277500', '133852.737500', '133853.197500', '133853.657500', '133854.117500', '133854.577500', '133855.037500', '133855.497500', '133855.957500', '133856.417500', '133856.877500', '133857.337500', '133857.797500', '133858.257500', '133858.717500', '133859.177500', '133859.637500', '133900.097500', '133900.557500', '133901.017500', '133901.477500', '133901.937500', '133902.397500', '133902.857500', '133903.317500', '133903.777500', '133904.237500', '133904.697500', '133905.157500', '133905.617500', '133906.077500', '133906.537500', '133906.997500', '133907.457500', '133907.917500', '133908.377500', '133908.837500', '133909.297500', '133909.757500', '133910.217500', '133910.677500', '133911.137500', '133911.597500', '133912.057500', '133912.517500'], 'ContentTime': ['132931.717000', '132931.720000', '132931.723000', '132931.726000', '132931.728000', '132931.731000', '132931.733000', '132931.736000', '132931.739000', '132931.741000', '132931.744000', '132931.757000', '132931.760000', '132931.763000', '132931.766000', '132931.769000', '132931.772000', '132931.774000', '132931.777000', '132931.792000', '132931.795000', '132931.798000', '132931.801000', '132931.804000', '132931.806000', '132931.809000', '132931.812000', '132931.814000', '132931.817000', '132931.819000', '132931.822000', '132931.825000', '132931.827000', '132931.830000', '132931.832000', '132931.835000', '132931.837000', '132931.840000', '132931.843000', '132931.845000', '132931.848000', '132931.850000', '132931.853000', '132931.855000', '132931.858000', '132931.861000', '132931.863000', '132931.866000', '132931.871000', '132931.874000', '132931.876000', '132931.879000', '132931.882000', '132931.884000', '132931.887000', '132951.686000', '132951.690000', '132951.692000', '132951.695000', '132951.698000', '132951.700000', '132951.703000', '132951.706000', '132951.708000', '132951.711000', '132951.725000', '132951.728000', '132951.731000', '132951.733000', '132951.736000', '132951.744000', '132951.747000', '132951.749000', '132951.752000', '132951.755000', '132951.775000', '132951.778000', '132951.780000', '132951.783000', '132951.786000', '132951.788000', '132951.791000', '132951.794000', '132951.797000', '132951.800000', '132951.802000', '132951.805000', '132951.808000', '132951.811000', '132951.813000', '132951.816000', '132951.819000', '132951.822000', '132951.824000', '132951.827000', '132951.830000', '132951.833000', '132951.835000', '132951.838000', '133011.685000', '133011.688000', '133011.691000', '133011.694000', '133011.696000', '133011.699000', '133011.702000', '133011.704000', '133011.707000', '133011.710000', '133011.712000', '133011.715000', '133011.717000', '133011.720000', '133011.723000', '133011.725000', '133011.728000', '133011.731000', '133011.733000', '133011.736000', '133011.739000', '133011.741000', '133011.744000', '133011.746000', '133011.749000', '133011.751000', '133011.754000', '133011.757000', '133011.759000', '133011.762000', '133011.764000', '133011.767000', '133011.770000', '133011.772000', '133011.775000', '133011.777000', '133011.781000', '133011.784000', '133011.787000', '133011.789000', '133011.792000', '133011.795000', '133011.797000', '133031.685000', '133031.688000', '133031.691000', '133031.694000', '133031.696000', '133031.699000', '133031.701000', '133031.704000', '133031.707000', '133031.709000', '133031.712000', '133031.714000', '133031.717000', '133031.720000', '133031.722000', '133031.725000', '133031.727000', '133031.730000', '133031.733000', '133031.735000', '133031.738000', '133031.740000', '133031.743000', '133031.746000', '133031.748000', '133031.751000', '133031.753000', '133031.756000', '133031.759000', '133031.761000', '133031.764000', '133031.767000', '133031.769000', '133031.772000', '133031.774000', '133031.777000', '133031.780000', '133031.782000', '133031.785000', '133031.788000', '133031.790000', '133031.793000', '133031.795000', '133031.798000', '133051.686000', '133051.690000', '133051.692000', '133051.695000', '133051.697000', '133051.700000', '133051.703000', '133051.711000', '133051.713000', '133051.716000', '133051.718000', '133051.721000', '133051.724000', '133051.726000', '133051.729000', '133051.731000', '133051.734000', '133051.737000', '133051.739000', '133051.742000', '133051.744000', '133051.747000', '133051.750000', '133051.752000', '133051.755000', '133051.757000', '133051.760000', '133051.763000', '133051.765000', '133051.768000', '133051.771000', '133051.773000', '133051.776000', '133051.778000', '133051.781000', '133051.784000', '133051.786000', '133051.789000', '133051.791000', '133051.794000', '133051.797000', '133051.800000', '133051.803000', '133111.686000', '133111.689000', '133111.692000', '133111.695000', '133111.697000', '133111.700000', '133111.702000', '133111.705000', '133111.708000', '133111.710000', '133111.713000', '133111.716000', '133111.718000', '133111.721000', '133111.724000', '133111.726000', '133111.729000', '133111.732000', '133111.734000', '133111.737000', '133111.739000', '133111.742000', '133111.745000', '133111.747000', '133111.750000', '133111.752000', '133111.755000', '133111.758000', '133111.760000', '133111.763000', '133111.766000', '133111.774000', '133111.777000', '133111.779000', '133111.782000', '133111.785000', '133111.787000', '133111.790000', '133111.793000', '133111.795000', '133111.798000', '133111.801000', '133111.803000', '133111.806000', '133131.686000', '133131.689000', '133131.692000', '133131.694000', '133131.697000', '133131.700000', '133131.702000', '133131.705000', '133131.708000', '133131.710000', '133131.713000', '133131.715000', '133131.718000', '133131.721000', '133131.723000', '133131.726000', '133131.729000', '133131.731000', '133131.734000', '133131.736000', '133131.739000', '133131.741000', '133131.744000', '133131.747000', '133131.750000', '133131.752000', '133131.755000', '133131.757000', '133131.760000', '133131.763000', '133131.765000', '133131.768000', '133131.770000', '133131.773000', '133131.775000', '133131.778000', '133131.781000', '133131.783000', '133131.786000', '133131.789000', '133131.792000', '133131.795000', '133131.798000', '133151.686000', '133151.689000', '133151.692000', '133151.695000', '133151.697000', '133151.700000', '133151.703000', '133151.705000', '133151.708000', '133151.711000', '133151.713000', '133151.716000', '133151.719000', '133151.721000', '133151.724000', '133151.727000', '133151.729000', '133151.732000', '133151.734000', '133151.737000', '133151.740000', '133151.742000', '133151.745000', '133151.748000', '133151.750000', '133151.753000', '133151.755000', '133151.758000', '133151.761000', '133151.763000', '133151.766000', '133151.768000', '133151.771000', '133151.774000', '133151.776000', '133151.779000', '133151.781000', '133151.784000', '133151.787000', '133151.789000', '133151.792000', '133151.794000', '133151.797000', '133151.800000', '133211.685000', '133211.688000', '133211.691000', '133211.694000', '133211.696000', '133211.699000', '133211.701000', '133211.705000', '133211.707000', '133211.710000', '133211.712000', '133211.715000', '133211.718000', '133211.720000', '133211.723000', '133211.726000', '133211.728000', '133211.731000', '133211.733000', '133211.736000', '133211.738000', '133211.741000', '133211.744000', '133211.746000', '133211.749000', '133211.752000', '133211.754000', '133211.757000', '133211.759000', '133211.762000', '133211.765000', '133211.767000', '133211.770000', '133211.772000', '133211.775000', '133211.778000', '133211.794000', '133211.797000', '133211.799000', '133211.802000', '133211.804000', '133211.807000', '133211.810000', '133231.686000', '133231.688000', '133231.691000', '133231.694000', '133231.696000', '133231.699000', '133231.702000', '133231.704000', '133231.707000', '133231.710000', '133231.712000', '133231.715000', '133231.717000', '133231.720000', '133231.723000', '133231.725000', '133231.728000', '133231.731000', '133231.733000', '133231.736000', '133231.738000', '133231.741000', '133231.744000', '133231.746000', '133231.749000', '133231.752000', '133231.754000', '133231.757000', '133231.760000', '133231.762000', '133231.765000', '133231.767000', '133231.770000', '133231.773000', '133231.775000', '133231.778000', '133231.780000', '133231.783000', '133231.786000', '133231.788000', '133231.791000', '133231.793000', '133231.796000', '133231.799000', '133251.685000', '133251.688000', '133251.691000', '133251.694000', '133251.696000', '133251.699000', '133251.702000', '133251.704000', '133251.707000', '133251.709000', '133251.712000', '133251.715000', '133251.717000', '133251.720000', '133251.723000', '133251.725000', '133251.728000', '133251.731000', '133251.733000', '133251.736000', '133251.739000', '133251.741000', '133251.744000', '133251.747000', '133251.749000', '133251.752000', '133251.755000', '133251.757000', '133251.760000', '133251.762000', '133251.765000', '133251.767000', '133251.770000', '133251.773000', '133251.775000', '133251.778000', '133251.780000', '133251.783000', '133251.786000', '133251.788000', '133251.791000', '133251.794000', '133251.796000', '133311.686000', '133311.689000', '133311.692000', '133311.695000', '133311.697000', '133311.700000', '133311.703000', '133311.705000', '133311.708000', '133311.711000', '133311.713000', '133311.716000', '133311.718000', '133311.721000', '133311.736000', '133311.738000', '133311.741000', '133311.744000', '133311.747000', '133311.749000', '133311.752000', '133311.754000', '133311.757000', '133311.760000', '133311.762000', '133311.765000', '133311.767000', '133311.770000', '133311.773000', '133311.775000', '133311.778000', '133311.781000', '133311.783000', '133311.786000', '133311.789000', '133311.791000', '133311.794000', '133311.796000', '133311.799000', '133311.802000', '133311.804000', '133311.807000', '133311.809000', '133311.812000', '133331.686000', '133331.689000', '133331.692000', '133331.695000', '133331.697000', '133331.700000', '133331.703000', '133331.705000', '133331.708000', '133331.711000', '133331.713000', '133331.716000', '133331.718000', '133331.721000', '133331.724000', '133331.733000', '133331.735000', '133331.738000', '133331.741000', '133331.743000', '133331.746000', '133331.749000', '133331.751000', '133331.754000', '133331.756000', '133331.759000', '133331.762000', '133331.764000', '133331.767000', '133331.770000', '133331.772000', '133331.775000', '133331.777000', '133331.780000', '133331.783000', '133331.785000', '133331.788000', '133331.790000', '133331.793000', '133331.796000', '133331.798000', '133331.801000', '133331.804000', '133351.686000', '133351.689000', '133351.692000', '133351.695000', '133351.697000', '133351.700000', '133351.708000', '133351.710000', '133351.713000', '133351.715000', '133351.718000', '133351.721000', '133351.723000', '133351.726000', '133351.729000', '133351.731000', '133351.734000', '133351.736000', '133351.767000', '133351.770000', '133351.773000', '133351.775000', '133351.778000', '133351.781000', '133351.783000', '133351.786000', '133351.788000', '133351.791000', '133351.794000', '133351.796000', '133351.799000', '133351.802000', '133351.804000', '133351.807000', '133351.809000', '133351.812000', '133351.815000', '133351.817000', '133351.820000', '133351.822000', '133351.825000', '133351.828000', '133351.830000', '133351.833000', '133411.687000', '133411.690000', '133411.692000', '133411.695000', '133411.698000', '133411.700000', '133411.703000', '133411.706000', '133411.708000', '133411.711000', '133411.713000', '133411.716000', '133411.719000', '133411.721000', '133411.724000', '133411.726000', '133411.729000', '133411.732000', '133411.734000', '133411.737000', '133411.740000', '133411.742000', '133411.745000', '133411.748000', '133411.750000', '133411.753000', '133411.756000', '133411.758000', '133411.761000', '133411.764000', '133411.766000', '133411.769000', '133411.772000', '133411.774000', '133411.777000', '133411.779000', '133411.782000', '133411.785000', '133411.787000', '133411.790000', '133411.793000', '133411.795000', '133411.798000', '133431.685000', '133431.688000', '133431.691000', '133431.693000', '133431.696000', '133431.699000', '133431.701000', '133431.704000', '133431.707000', '133431.709000', '133431.712000', '133431.714000', '133431.717000', '133431.721000', '133431.724000', '133431.726000', '133431.729000', '133431.732000', '133431.734000', '133431.737000', '133431.740000', '133431.742000', '133431.745000', '133431.748000', '133431.750000', '133431.753000', '133431.756000', '133431.758000', '133431.761000', '133431.763000', '133431.766000', '133431.769000', '133431.771000', '133431.774000', '133431.777000', '133431.795000', '133431.797000', '133431.800000', '133431.803000', '133431.805000', '133431.808000', '133431.811000', '133431.813000', '133451.686000', '133451.689000', '133451.691000', '133451.694000', '133451.697000', '133451.699000', '133451.702000', '133451.704000', '133451.707000', '133451.710000', '133451.712000', '133451.715000', '133451.718000', '133451.720000', '133451.723000', '133451.725000', '133451.728000', '133451.731000', '133451.733000', '133451.736000', '133451.739000', '133451.741000', '133451.744000', '133451.746000', '133451.749000', '133451.751000', '133451.754000', '133451.757000', '133451.759000', '133451.762000', '133451.764000', '133451.767000', '133451.770000', '133451.772000', '133451.775000', '133451.777000', '133451.780000', '133451.783000', '133451.785000', '133451.788000', '133451.790000', '133451.793000', '133451.796000', '133451.798000', '133511.686000', '133511.689000', '133511.692000', '133511.695000', '133511.697000', '133511.700000', '133511.703000', '133511.705000', '133511.708000', '133511.711000', '133511.713000', '133511.716000', '133511.718000', '133511.721000', '133511.724000', '133511.726000', '133511.729000', '133511.732000', '133511.734000', '133511.737000', '133511.739000', '133511.742000', '133511.745000', '133511.747000', '133511.750000', '133511.752000', '133511.755000', '133511.758000', '133511.760000', '133511.773000', '133511.776000', '133511.779000', '133511.781000', '133511.784000', '133511.787000', '133511.789000', '133511.792000', '133511.794000', '133511.797000', '133511.800000', '133511.802000', '133511.805000', '133511.807000', '133531.687000', '133531.690000', '133531.692000', '133531.695000', '133531.698000', '133531.700000', '133531.703000', '133531.706000', '133531.708000', '133531.711000', '133531.714000', '133531.716000', '133531.719000', '133531.721000', '133531.724000', '133531.727000', '133531.729000', '133531.732000', '133531.734000', '133531.737000', '133531.740000', '133531.742000', '133531.745000', '133531.748000', '133531.750000', '133531.753000', '133531.755000', '133531.758000', '133531.761000', '133531.763000', '133531.766000', '133531.768000', '133531.771000', '133531.774000', '133531.776000', '133531.779000', '133531.782000', '133531.784000', '133531.787000', '133531.790000', '133531.792000', '133531.795000', '133531.798000', '133531.800000', '133551.686000', '133551.689000', '133551.692000', '133551.695000', '133551.697000', '133551.701000', '133551.704000', '133551.707000', '133551.718000', '133551.721000', '133551.724000', '133551.726000', '133551.729000', '133551.732000', '133551.734000', '133551.737000', '133551.740000', '133551.742000', '133551.745000', '133551.747000', '133551.750000', '133551.753000', '133551.756000', '133551.759000', '133551.762000', '133551.765000', '133551.768000', '133551.770000', '133551.773000', '133551.776000', '133551.778000', '133551.781000', '133551.783000', '133551.786000', '133551.789000', '133551.791000', '133551.794000', '133551.796000', '133551.799000', '133551.801000', '133551.804000', '133551.807000', '133551.809000', '133611.687000', '133611.690000', '133611.693000', '133611.696000', '133611.698000', '133611.701000', '133611.704000', '133611.706000', '133611.709000', '133611.712000', '133611.714000', '133611.717000', '133611.720000', '133611.722000', '133611.725000', '133611.727000', '133611.730000', '133611.733000', '133611.735000', '133611.738000', '133611.740000', '133611.743000', '133611.746000', '133611.748000', '133611.751000', '133611.754000', '133611.756000', '133611.759000', '133611.761000', '133611.764000', '133611.767000', '133611.769000', '133611.772000', '133611.775000', '133611.777000', '133611.780000', '133611.782000', '133611.785000', '133611.788000', '133611.791000', '133611.793000', '133611.796000', '133611.798000', '133611.801000', '133631.686000', '133631.689000', '133631.692000', '133631.694000', '133631.697000', '133631.700000', '133631.703000', '133631.705000', '133631.708000', '133631.711000', '133631.713000', '133631.716000', '133631.719000', '133631.721000', '133631.724000', '133631.727000', '133631.729000', '133631.732000', '133631.735000', '133631.738000', '133631.741000', '133631.744000', '133631.747000', '133631.749000', '133631.752000', '133631.754000', '133631.757000', '133631.760000', '133631.762000', '133631.765000', '133631.768000', '133631.770000', '133631.773000', '133631.775000', '133631.778000', '133631.781000', '133631.783000', '133631.786000', '133631.789000', '133631.802000', '133631.804000', '133631.807000', '133631.810000', '133651.686000', '133651.689000', '133651.692000', '133651.695000', '133651.697000', '133651.700000', '133651.703000', '133651.705000', '133651.708000', '133651.711000', '133651.713000', '133651.716000', '133651.718000', '133651.721000', '133651.724000', '133651.726000', '133651.729000', '133651.732000', '133651.734000', '133651.737000', '133651.739000', '133651.742000', '133651.745000', '133651.747000', '133651.750000', '133651.753000', '133651.756000', '133651.758000', '133651.761000', '133651.764000', '133651.766000', '133651.769000', '133651.771000', '133651.779000', '133651.782000', '133651.785000', '133651.787000', '133651.790000', '133651.793000', '133651.795000', '133651.798000', '133651.800000', '133651.803000', '133651.806000', '133711.685000', '133711.688000', '133711.691000', '133711.694000', '133711.697000', '133711.699000', '133711.702000', '133711.705000', '133711.707000', '133711.710000', '133711.713000', '133711.716000', '133711.718000', '133711.721000', '133711.723000', '133711.726000', '133711.729000', '133711.731000', '133711.734000', '133711.736000', '133711.739000', '133711.742000', '133711.744000', '133711.747000', '133711.750000', '133711.752000', '133711.755000', '133711.757000', '133711.771000', '133711.774000', '133711.776000', '133711.779000', '133711.781000', '133711.784000', '133711.787000', '133711.789000', '133711.792000', '133711.794000', '133711.797000', '133711.801000', '133711.804000', '133711.807000', '133711.809000', '133731.686000', '133731.688000', '133731.691000', '133731.694000', '133731.697000', '133731.699000', '133731.702000', '133731.705000', '133731.707000', '133731.710000', '133731.713000', '133731.715000', '133731.718000', '133731.720000', '133731.723000', '133731.726000', '133731.728000', '133731.731000', '133731.733000', '133731.736000', '133731.739000', '133731.741000', '133731.744000', '133731.747000', '133731.749000', '133731.752000', '133731.754000', '133731.757000', '133731.760000', '133731.762000', '133731.765000', '133731.768000', '133731.770000', '133731.773000', '133731.775000', '133731.778000', '133731.781000', '133731.783000', '133731.786000', '133731.789000', '133731.791000', '133731.794000', '133731.796000', '133731.799000', '133751.687000', '133751.690000', '133751.692000', '133751.695000', '133751.698000', '133751.700000', '133751.703000', '133751.705000', '133751.708000', '133751.711000', '133751.714000', '133751.716000', '133751.719000', '133751.721000', '133751.724000', '133751.727000', '133751.729000', '133751.732000', '133751.734000', '133751.737000', '133751.740000', '133751.742000', '133751.745000', '133751.748000', '133751.750000', '133751.753000', '133751.755000', '133751.758000', '133751.761000', '133751.763000', '133751.766000', '133751.768000', '133751.771000', '133751.774000', '133751.776000', '133751.779000', '133751.797000', '133751.800000', '133751.803000', '133751.806000', '133751.808000', '133751.811000', '133751.813000', '133811.687000', '133811.690000', '133811.692000', '133811.695000', '133811.698000', '133811.700000', '133811.703000', '133811.706000', '133811.708000', '133811.711000', '133811.714000', '133811.717000', '133811.719000', '133811.722000', '133811.724000', '133811.727000', '133811.730000', '133811.732000', '133811.735000', '133811.738000', '133811.740000', '133811.743000', '133811.746000', '133811.748000', '133811.751000', '133811.753000', '133811.756000', '133811.759000', '133811.761000', '133811.764000', '133811.767000', '133811.769000', '133811.772000', '133811.775000', '133811.777000', '133811.780000', '133811.783000', '133811.785000', '133811.788000', '133811.791000', '133811.793000', '133811.796000', '133811.798000', '133811.801000', '133831.687000', '133831.690000', '133831.692000', '133831.695000', '133831.698000', '133831.700000', '133831.703000', '133831.706000', '133831.708000', '133831.711000', '133831.714000', '133831.716000', '133831.719000', '133831.721000', '133831.724000', '133831.727000', '133831.729000', '133831.732000', '133831.735000', '133831.737000', '133831.740000', '133831.743000', '133831.745000', '133831.748000', '133831.751000', '133831.753000', '133831.756000', '133831.759000', '133831.761000', '133831.764000', '133831.766000', '133831.769000', '133831.772000', '133831.774000', '133831.777000', '133831.780000', '133831.782000', '133831.785000', '133831.787000', '133831.790000', '133831.793000', '133831.795000', '133831.798000', '133851.686000', '133851.689000', '133851.692000', '133851.695000', '133851.698000', '133851.700000', '133851.703000', '133851.706000', '133851.708000', '133851.711000', '133851.714000', '133851.716000', '133851.719000', '133851.721000', '133851.724000', '133851.727000', '133851.730000', '133851.732000', '133851.735000', '133851.737000', '133851.740000', '133851.743000', '133851.746000', '133851.748000', '133851.751000', '133851.753000', '133851.756000', '133851.759000', '133851.761000', '133851.764000', '133851.766000', '133851.769000', '133851.772000', '133851.774000', '133851.777000', '133851.779000', '133851.782000', '133851.785000', '133851.787000', '133851.790000', '133851.792000', '133851.795000', '133851.798000', '133851.808000', '133911.686000', '133911.688000', '133911.691000', '133911.694000', '133911.697000', '133911.699000', '133911.702000', '133911.704000', '133911.707000', '133911.710000', '133911.712000', '133911.715000', '133911.718000', '133911.720000', '133911.723000', '133911.725000', '133911.728000', '133911.731000', '133911.743000', '133911.746000', '133911.749000', '133911.751000', '133911.754000', '133911.756000', '133911.759000', '133911.762000', '133911.764000', '133911.767000', '133911.770000', '133911.772000', '133911.775000', '133911.777000', '133911.780000', '133911.783000', '133911.785000', '133911.788000', '133911.790000', '133911.793000', '133911.796000', '133911.798000', '133911.801000', '133911.804000', '133911.806000', '133914.105000', '133914.109000', '133914.111000', '133914.114000', '133914.116000', '133914.119000'], 'InstanceCreationTime': ['132931.717000', '132931.720000', '132931.723000', '132931.726000', '132931.728000', '132931.731000', '132931.733000', '132931.736000', '132931.739000', '132931.741000', '132931.744000', '132931.757000', '132931.760000', '132931.763000', '132931.766000', '132931.769000', '132931.772000', '132931.774000', '132931.777000', '132931.792000', '132931.795000', '132931.798000', '132931.801000', '132931.804000', '132931.806000', '132931.809000', '132931.812000', '132931.814000', '132931.817000', '132931.819000', '132931.822000', '132931.825000', '132931.827000', '132931.830000', '132931.832000', '132931.835000', '132931.837000', '132931.840000', '132931.843000', '132931.845000', '132931.848000', '132931.850000', '132931.853000', '132931.855000', '132931.858000', '132931.861000', '132931.863000', '132931.866000', '132931.871000', '132931.874000', '132931.876000', '132931.879000', '132931.882000', '132931.884000', '132931.887000', '132951.686000', '132951.690000', '132951.692000', '132951.695000', '132951.698000', '132951.700000', '132951.703000', '132951.706000', '132951.708000', '132951.711000', '132951.725000', '132951.728000', '132951.731000', '132951.733000', '132951.736000', '132951.744000', '132951.747000', '132951.749000', '132951.752000', '132951.755000', '132951.775000', '132951.778000', '132951.780000', '132951.783000', '132951.786000', '132951.788000', '132951.791000', '132951.794000', '132951.797000', '132951.800000', '132951.802000', '132951.805000', '132951.808000', '132951.811000', '132951.813000', '132951.816000', '132951.819000', '132951.822000', '132951.824000', '132951.827000', '132951.830000', '132951.833000', '132951.835000', '132951.838000', '133011.685000', '133011.688000', '133011.691000', '133011.694000', '133011.696000', '133011.699000', '133011.702000', '133011.704000', '133011.707000', '133011.710000', '133011.712000', '133011.715000', '133011.717000', '133011.720000', '133011.723000', '133011.725000', '133011.728000', '133011.731000', '133011.733000', '133011.736000', '133011.739000', '133011.741000', '133011.744000', '133011.746000', '133011.749000', '133011.751000', '133011.754000', '133011.757000', '133011.759000', '133011.762000', '133011.764000', '133011.767000', '133011.770000', '133011.772000', '133011.775000', '133011.777000', '133011.781000', '133011.784000', '133011.787000', '133011.789000', '133011.792000', '133011.795000', '133011.797000', '133031.685000', '133031.688000', '133031.691000', '133031.694000', '133031.696000', '133031.699000', '133031.701000', '133031.704000', '133031.707000', '133031.709000', '133031.712000', '133031.714000', '133031.717000', '133031.720000', '133031.722000', '133031.725000', '133031.727000', '133031.730000', '133031.733000', '133031.735000', '133031.738000', '133031.740000', '133031.743000', '133031.746000', '133031.748000', '133031.751000', '133031.753000', '133031.756000', '133031.759000', '133031.761000', '133031.764000', '133031.767000', '133031.769000', '133031.772000', '133031.774000', '133031.777000', '133031.780000', '133031.782000', '133031.785000', '133031.788000', '133031.790000', '133031.793000', '133031.795000', '133031.798000', '133051.686000', '133051.690000', '133051.692000', '133051.695000', '133051.697000', '133051.700000', '133051.703000', '133051.711000', '133051.713000', '133051.716000', '133051.718000', '133051.721000', '133051.724000', '133051.726000', '133051.729000', '133051.731000', '133051.734000', '133051.737000', '133051.739000', '133051.742000', '133051.744000', '133051.747000', '133051.750000', '133051.752000', '133051.755000', '133051.757000', '133051.760000', '133051.763000', '133051.765000', '133051.768000', '133051.771000', '133051.773000', '133051.776000', '133051.778000', '133051.781000', '133051.784000', '133051.786000', '133051.789000', '133051.791000', '133051.794000', '133051.797000', '133051.800000', '133051.803000', '133111.686000', '133111.689000', '133111.692000', '133111.695000', '133111.697000', '133111.700000', '133111.702000', '133111.705000', '133111.708000', '133111.710000', '133111.713000', '133111.716000', '133111.718000', '133111.721000', '133111.724000', '133111.726000', '133111.729000', '133111.732000', '133111.734000', '133111.737000', '133111.739000', '133111.742000', '133111.745000', '133111.747000', '133111.750000', '133111.752000', '133111.755000', '133111.758000', '133111.760000', '133111.763000', '133111.766000', '133111.774000', '133111.777000', '133111.779000', '133111.782000', '133111.785000', '133111.787000', '133111.790000', '133111.793000', '133111.795000', '133111.798000', '133111.801000', '133111.803000', '133111.806000', '133131.686000', '133131.689000', '133131.692000', '133131.694000', '133131.697000', '133131.700000', '133131.702000', '133131.705000', '133131.708000', '133131.710000', '133131.713000', '133131.715000', '133131.718000', '133131.721000', '133131.723000', '133131.726000', '133131.729000', '133131.731000', '133131.734000', '133131.736000', '133131.739000', '133131.741000', '133131.744000', '133131.747000', '133131.750000', '133131.752000', '133131.755000', '133131.757000', '133131.760000', '133131.763000', '133131.765000', '133131.768000', '133131.770000', '133131.773000', '133131.775000', '133131.778000', '133131.781000', '133131.783000', '133131.786000', '133131.789000', '133131.792000', '133131.795000', '133131.798000', '133151.686000', '133151.689000', '133151.692000', '133151.695000', '133151.697000', '133151.700000', '133151.703000', '133151.705000', '133151.708000', '133151.711000', '133151.713000', '133151.716000', '133151.719000', '133151.721000', '133151.724000', '133151.727000', '133151.729000', '133151.732000', '133151.734000', '133151.737000', '133151.740000', '133151.742000', '133151.745000', '133151.748000', '133151.750000', '133151.753000', '133151.755000', '133151.758000', '133151.761000', '133151.763000', '133151.766000', '133151.768000', '133151.771000', '133151.774000', '133151.776000', '133151.779000', '133151.781000', '133151.784000', '133151.787000', '133151.789000', '133151.792000', '133151.794000', '133151.797000', '133151.800000', '133211.685000', '133211.688000', '133211.691000', '133211.694000', '133211.696000', '133211.699000', '133211.701000', '133211.705000', '133211.707000', '133211.710000', '133211.712000', '133211.715000', '133211.718000', '133211.720000', '133211.723000', '133211.726000', '133211.728000', '133211.731000', '133211.733000', '133211.736000', '133211.738000', '133211.741000', '133211.744000', '133211.746000', '133211.749000', '133211.752000', '133211.754000', '133211.757000', '133211.759000', '133211.762000', '133211.765000', '133211.767000', '133211.770000', '133211.772000', '133211.775000', '133211.778000', '133211.794000', '133211.797000', '133211.799000', '133211.802000', '133211.804000', '133211.807000', '133211.810000', '133231.686000', '133231.688000', '133231.691000', '133231.694000', '133231.696000', '133231.699000', '133231.702000', '133231.704000', '133231.707000', '133231.710000', '133231.712000', '133231.715000', '133231.717000', '133231.720000', '133231.723000', '133231.725000', '133231.728000', '133231.731000', '133231.733000', '133231.736000', '133231.738000', '133231.741000', '133231.744000', '133231.746000', '133231.749000', '133231.752000', '133231.754000', '133231.757000', '133231.760000', '133231.762000', '133231.765000', '133231.767000', '133231.770000', '133231.773000', '133231.775000', '133231.778000', '133231.780000', '133231.783000', '133231.786000', '133231.788000', '133231.791000', '133231.793000', '133231.796000', '133231.799000', '133251.685000', '133251.688000', '133251.691000', '133251.694000', '133251.696000', '133251.699000', '133251.702000', '133251.704000', '133251.707000', '133251.709000', '133251.712000', '133251.715000', '133251.717000', '133251.720000', '133251.723000', '133251.725000', '133251.728000', '133251.731000', '133251.733000', '133251.736000', '133251.739000', '133251.741000', '133251.744000', '133251.747000', '133251.749000', '133251.752000', '133251.755000', '133251.757000', '133251.760000', '133251.762000', '133251.765000', '133251.767000', '133251.770000', '133251.773000', '133251.775000', '133251.778000', '133251.780000', '133251.783000', '133251.786000', '133251.788000', '133251.791000', '133251.794000', '133251.796000', '133311.686000', '133311.689000', '133311.692000', '133311.695000', '133311.697000', '133311.700000', '133311.703000', '133311.705000', '133311.708000', '133311.711000', '133311.713000', '133311.716000', '133311.718000', '133311.721000', '133311.736000', '133311.738000', '133311.741000', '133311.744000', '133311.747000', '133311.749000', '133311.752000', '133311.754000', '133311.757000', '133311.760000', '133311.762000', '133311.765000', '133311.767000', '133311.770000', '133311.773000', '133311.775000', '133311.778000', '133311.781000', '133311.783000', '133311.786000', '133311.789000', '133311.791000', '133311.794000', '133311.796000', '133311.799000', '133311.802000', '133311.804000', '133311.807000', '133311.809000', '133311.812000', '133331.686000', '133331.689000', '133331.692000', '133331.695000', '133331.697000', '133331.700000', '133331.703000', '133331.705000', '133331.708000', '133331.711000', '133331.713000', '133331.716000', '133331.718000', '133331.721000', '133331.724000', '133331.733000', '133331.735000', '133331.738000', '133331.741000', '133331.743000', '133331.746000', '133331.749000', '133331.751000', '133331.754000', '133331.756000', '133331.759000', '133331.762000', '133331.764000', '133331.767000', '133331.770000', '133331.772000', '133331.775000', '133331.777000', '133331.780000', '133331.783000', '133331.785000', '133331.788000', '133331.790000', '133331.793000', '133331.796000', '133331.798000', '133331.801000', '133331.804000', '133351.686000', '133351.689000', '133351.692000', '133351.695000', '133351.697000', '133351.700000', '133351.708000', '133351.710000', '133351.713000', '133351.715000', '133351.718000', '133351.721000', '133351.723000', '133351.726000', '133351.729000', '133351.731000', '133351.734000', '133351.736000', '133351.767000', '133351.770000', '133351.773000', '133351.775000', '133351.778000', '133351.781000', '133351.783000', '133351.786000', '133351.788000', '133351.791000', '133351.794000', '133351.796000', '133351.799000', '133351.802000', '133351.804000', '133351.807000', '133351.809000', '133351.812000', '133351.815000', '133351.817000', '133351.820000', '133351.822000', '133351.825000', '133351.828000', '133351.830000', '133351.833000', '133411.687000', '133411.690000', '133411.692000', '133411.695000', '133411.698000', '133411.700000', '133411.703000', '133411.706000', '133411.708000', '133411.711000', '133411.713000', '133411.716000', '133411.719000', '133411.721000', '133411.724000', '133411.726000', '133411.729000', '133411.732000', '133411.734000', '133411.737000', '133411.740000', '133411.742000', '133411.745000', '133411.748000', '133411.750000', '133411.753000', '133411.756000', '133411.758000', '133411.761000', '133411.764000', '133411.766000', '133411.769000', '133411.772000', '133411.774000', '133411.777000', '133411.779000', '133411.782000', '133411.785000', '133411.787000', '133411.790000', '133411.793000', '133411.795000', '133411.798000', '133431.685000', '133431.688000', '133431.691000', '133431.693000', '133431.696000', '133431.699000', '133431.701000', '133431.704000', '133431.707000', '133431.709000', '133431.712000', '133431.714000', '133431.717000', '133431.721000', '133431.724000', '133431.726000', '133431.729000', '133431.732000', '133431.734000', '133431.737000', '133431.740000', '133431.742000', '133431.745000', '133431.748000', '133431.750000', '133431.753000', '133431.756000', '133431.758000', '133431.761000', '133431.763000', '133431.766000', '133431.769000', '133431.771000', '133431.774000', '133431.777000', '133431.795000', '133431.797000', '133431.800000', '133431.803000', '133431.805000', '133431.808000', '133431.811000', '133431.813000', '133451.686000', '133451.689000', '133451.691000', '133451.694000', '133451.697000', '133451.699000', '133451.702000', '133451.704000', '133451.707000', '133451.710000', '133451.712000', '133451.715000', '133451.718000', '133451.720000', '133451.723000', '133451.725000', '133451.728000', '133451.731000', '133451.733000', '133451.736000', '133451.739000', '133451.741000', '133451.744000', '133451.746000', '133451.749000', '133451.751000', '133451.754000', '133451.757000', '133451.759000', '133451.762000', '133451.764000', '133451.767000', '133451.770000', '133451.772000', '133451.775000', '133451.777000', '133451.780000', '133451.783000', '133451.785000', '133451.788000', '133451.790000', '133451.793000', '133451.796000', '133451.798000', '133511.686000', '133511.689000', '133511.692000', '133511.695000', '133511.697000', '133511.700000', '133511.703000', '133511.705000', '133511.708000', '133511.711000', '133511.713000', '133511.716000', '133511.718000', '133511.721000', '133511.724000', '133511.726000', '133511.729000', '133511.732000', '133511.734000', '133511.737000', '133511.739000', '133511.742000', '133511.745000', '133511.747000', '133511.750000', '133511.752000', '133511.755000', '133511.758000', '133511.760000', '133511.773000', '133511.776000', '133511.779000', '133511.781000', '133511.784000', '133511.787000', '133511.789000', '133511.792000', '133511.794000', '133511.797000', '133511.800000', '133511.802000', '133511.805000', '133511.807000', '133531.687000', '133531.690000', '133531.692000', '133531.695000', '133531.698000', '133531.700000', '133531.703000', '133531.706000', '133531.708000', '133531.711000', '133531.714000', '133531.716000', '133531.719000', '133531.721000', '133531.724000', '133531.727000', '133531.729000', '133531.732000', '133531.734000', '133531.737000', '133531.740000', '133531.742000', '133531.745000', '133531.748000', '133531.750000', '133531.753000', '133531.755000', '133531.758000', '133531.761000', '133531.763000', '133531.766000', '133531.768000', '133531.771000', '133531.774000', '133531.776000', '133531.779000', '133531.782000', '133531.784000', '133531.787000', '133531.790000', '133531.792000', '133531.795000', '133531.798000', '133531.800000', '133551.686000', '133551.689000', '133551.692000', '133551.695000', '133551.697000', '133551.701000', '133551.704000', '133551.707000', '133551.718000', '133551.721000', '133551.724000', '133551.726000', '133551.729000', '133551.732000', '133551.734000', '133551.737000', '133551.740000', '133551.742000', '133551.745000', '133551.747000', '133551.750000', '133551.753000', '133551.756000', '133551.759000', '133551.762000', '133551.765000', '133551.768000', '133551.770000', '133551.773000', '133551.776000', '133551.778000', '133551.781000', '133551.783000', '133551.786000', '133551.789000', '133551.791000', '133551.794000', '133551.796000', '133551.799000', '133551.801000', '133551.804000', '133551.807000', '133551.809000', '133611.687000', '133611.690000', '133611.693000', '133611.696000', '133611.698000', '133611.701000', '133611.704000', '133611.706000', '133611.709000', '133611.712000', '133611.714000', '133611.717000', '133611.720000', '133611.722000', '133611.725000', '133611.727000', '133611.730000', '133611.733000', '133611.735000', '133611.738000', '133611.740000', '133611.743000', '133611.746000', '133611.748000', '133611.751000', '133611.754000', '133611.756000', '133611.759000', '133611.761000', '133611.764000', '133611.767000', '133611.769000', '133611.772000', '133611.775000', '133611.777000', '133611.780000', '133611.782000', '133611.785000', '133611.788000', '133611.791000', '133611.793000', '133611.796000', '133611.798000', '133611.801000', '133631.686000', '133631.689000', '133631.692000', '133631.694000', '133631.697000', '133631.700000', '133631.703000', '133631.705000', '133631.708000', '133631.711000', '133631.713000', '133631.716000', '133631.719000', '133631.721000', '133631.724000', '133631.727000', '133631.729000', '133631.732000', '133631.735000', '133631.738000', '133631.741000', '133631.744000', '133631.747000', '133631.749000', '133631.752000', '133631.754000', '133631.757000', '133631.760000', '133631.762000', '133631.765000', '133631.768000', '133631.770000', '133631.773000', '133631.775000', '133631.778000', '133631.781000', '133631.783000', '133631.786000', '133631.789000', '133631.802000', '133631.804000', '133631.807000', '133631.810000', '133651.686000', '133651.689000', '133651.692000', '133651.695000', '133651.697000', '133651.700000', '133651.703000', '133651.705000', '133651.708000', '133651.711000', '133651.713000', '133651.716000', '133651.718000', '133651.721000', '133651.724000', '133651.726000', '133651.729000', '133651.732000', '133651.734000', '133651.737000', '133651.739000', '133651.742000', '133651.745000', '133651.747000', '133651.750000', '133651.753000', '133651.756000', '133651.758000', '133651.761000', '133651.764000', '133651.766000', '133651.769000', '133651.771000', '133651.779000', '133651.782000', '133651.785000', '133651.787000', '133651.790000', '133651.793000', '133651.795000', '133651.798000', '133651.800000', '133651.803000', '133651.806000', '133711.685000', '133711.688000', '133711.691000', '133711.694000', '133711.697000', '133711.699000', '133711.702000', '133711.705000', '133711.707000', '133711.710000', '133711.713000', '133711.716000', '133711.718000', '133711.721000', '133711.723000', '133711.726000', '133711.729000', '133711.731000', '133711.734000', '133711.736000', '133711.739000', '133711.742000', '133711.744000', '133711.747000', '133711.750000', '133711.752000', '133711.755000', '133711.757000', '133711.771000', '133711.774000', '133711.776000', '133711.779000', '133711.781000', '133711.784000', '133711.787000', '133711.789000', '133711.792000', '133711.794000', '133711.797000', '133711.801000', '133711.804000', '133711.807000', '133711.809000', '133731.686000', '133731.688000', '133731.691000', '133731.694000', '133731.697000', '133731.699000', '133731.702000', '133731.705000', '133731.707000', '133731.710000', '133731.713000', '133731.715000', '133731.718000', '133731.720000', '133731.723000', '133731.726000', '133731.728000', '133731.731000', '133731.733000', '133731.736000', '133731.739000', '133731.741000', '133731.744000', '133731.747000', '133731.749000', '133731.752000', '133731.754000', '133731.757000', '133731.760000', '133731.762000', '133731.765000', '133731.768000', '133731.770000', '133731.773000', '133731.775000', '133731.778000', '133731.781000', '133731.783000', '133731.786000', '133731.789000', '133731.791000', '133731.794000', '133731.796000', '133731.799000', '133751.687000', '133751.690000', '133751.692000', '133751.695000', '133751.698000', '133751.700000', '133751.703000', '133751.705000', '133751.708000', '133751.711000', '133751.714000', '133751.716000', '133751.719000', '133751.721000', '133751.724000', '133751.727000', '133751.729000', '133751.732000', '133751.734000', '133751.737000', '133751.740000', '133751.742000', '133751.745000', '133751.748000', '133751.750000', '133751.753000', '133751.755000', '133751.758000', '133751.761000', '133751.763000', '133751.766000', '133751.768000', '133751.771000', '133751.774000', '133751.776000', '133751.779000', '133751.797000', '133751.800000', '133751.803000', '133751.806000', '133751.808000', '133751.811000', '133751.813000', '133811.687000', '133811.690000', '133811.692000', '133811.695000', '133811.698000', '133811.700000', '133811.703000', '133811.706000', '133811.708000', '133811.711000', '133811.714000', '133811.717000', '133811.719000', '133811.722000', '133811.724000', '133811.727000', '133811.730000', '133811.732000', '133811.735000', '133811.738000', '133811.740000', '133811.743000', '133811.746000', '133811.748000', '133811.751000', '133811.753000', '133811.756000', '133811.759000', '133811.761000', '133811.764000', '133811.767000', '133811.769000', '133811.772000', '133811.775000', '133811.777000', '133811.780000', '133811.783000', '133811.785000', '133811.788000', '133811.791000', '133811.793000', '133811.796000', '133811.798000', '133811.801000', '133831.687000', '133831.690000', '133831.692000', '133831.695000', '133831.698000', '133831.700000', '133831.703000', '133831.706000', '133831.708000', '133831.711000', '133831.714000', '133831.716000', '133831.719000', '133831.721000', '133831.724000', '133831.727000', '133831.729000', '133831.732000', '133831.735000', '133831.737000', '133831.740000', '133831.743000', '133831.745000', '133831.748000', '133831.751000', '133831.753000', '133831.756000', '133831.759000', '133831.761000', '133831.764000', '133831.766000', '133831.769000', '133831.772000', '133831.774000', '133831.777000', '133831.780000', '133831.782000', '133831.785000', '133831.787000', '133831.790000', '133831.793000', '133831.795000', '133831.798000', '133851.686000', '133851.689000', '133851.692000', '133851.695000', '133851.698000', '133851.700000', '133851.703000', '133851.706000', '133851.708000', '133851.711000', '133851.714000', '133851.716000', '133851.719000', '133851.721000', '133851.724000', '133851.727000', '133851.730000', '133851.732000', '133851.735000', '133851.737000', '133851.740000', '133851.743000', '133851.746000', '133851.748000', '133851.751000', '133851.753000', '133851.756000', '133851.759000', '133851.761000', '133851.764000', '133851.766000', '133851.769000', '133851.772000', '133851.774000', '133851.777000', '133851.779000', '133851.782000', '133851.785000', '133851.787000', '133851.790000', '133851.792000', '133851.795000', '133851.798000', '133851.808000', '133911.686000', '133911.688000', '133911.691000', '133911.694000', '133911.697000', '133911.699000', '133911.702000', '133911.704000', '133911.707000', '133911.710000', '133911.712000', '133911.715000', '133911.718000', '133911.720000', '133911.723000', '133911.725000', '133911.728000', '133911.731000', '133911.743000', '133911.746000', '133911.749000', '133911.751000', '133911.754000', '133911.756000', '133911.759000', '133911.762000', '133911.764000', '133911.767000', '133911.770000', '133911.772000', '133911.775000', '133911.777000', '133911.780000', '133911.783000', '133911.785000', '133911.788000', '133911.790000', '133911.793000', '133911.796000', '133911.798000', '133911.801000', '133911.804000', '133911.806000', '133914.105000', '133914.109000', '133914.111000', '133914.114000', '133914.116000', '133914.119000'], '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': [8376, 6881, 8480, 8397, 7060, 8189, 12939, 8196, 9171, 9430, 8112, 8174, 7362, 8698, 8408, 7000, 8669, 8340, 7182, 8893, 10394, 7642, 9074, 8557, 7724, 9016, 8291, 8489, 8894, 9130, 6958, 7663, 8851, 8204, 7878, 8245, 9346, 7204, 7694, 9204, 8356, 7948, 10131, 8702, 7295, 8373, 12435, 9571, 7981, 8074, 8345, 7036, 8016, 13457, 9749, 7453, 8164, 10041, 7280, 7837, 10011, 7679, 6771, 7470, 8154, 10232, 7897, 7842, 7838, 9289, 7175, 7807, 8115, 10507, 6919, 7567, 8078, 10599, 8221, 7658, 7824, 7529, 6623, 8032, 8871, 10122, 6713, 7410, 8385, 10788, 9181, 7595, 8340, 8045, 7846, 7108, 8038, 9783, 9361, 6703, 7486, 8163, 13490, 9685, 6943, 7531, 8988, 10344, 8604, 7676, 8130, 7749, 6749, 7800, 8588, 9762, 6972, 6866, 8212, 9609, 9984, 8337, 7301, 7818, 8650, 7472, 8168, 7835, 7952, 6783, 7892, 8569, 12103, 8466, 7337, 8008, 9047, 7757, 7245, 8244, 6706, 6725, 7955, 8132, 9716, 7762, 7640, 7797, 6815, 7976, 8229, 11914, 9024, 7292, 8005, 7143, 7971, 8624, 12923, 7182, 7763, 7849, 7995, 7448, 9592, 9997, 6640, 8554, 7742, 6562, 7785, 8341, 8695, 6370, 8340, 10905, 8374, 8234, 9240, 6267, 7430, 8621, 6820, 8085, 10300, 6471, 6993, 7878, 8003, 7337, 7840, 8724, 9733, 6653, 7913, 9248, 9714, 7404, 8629, 9219, 6761, 7307, 13251, 10031, 7386, 8426, 8211, 7566, 8640, 11937, 8999, 8158, 8016, 6160, 8007, 8791, 11437, 7201, 7711, 7993, 7964, 8093, 8563, 10757, 6087, 8070, 8253, 7501, 7846, 8442, 10085, 6342, 7536, 8280, 11312, 8158, 7099, 7675, 6303, 7852, 11135, 8402, 8430, 7877, 6326, 7133, 8309, 9391, 7605, 7590, 8028, 6312, 7547, 8065, 8493, 7534, 8248, 6577, 6733, 8646, 9512, 7010, 7476, 9497, 6279, 7866, 8400, 6780, 7409, 8139, 6667, 7116, 7802, 7265, 7414, 8505, 10987, 6032, 7621, 7840, 5769, 7687, 8557, 9037, 6548, 8737, 8761, 8133, 8641, 11492, 8942, 8616, 9129, 6145, 7700, 10137, 7354, 7757, 8013, 5982, 7254, 8009, 7754, 8293, 8683, 10761, 5928, 7252, 7551, 6419, 7529, 8036, 7447, 6979, 8016, 7975, 7507, 8438, 11755, 6555, 8300, 10149, 6658, 7376, 12512, 9406, 7674, 7702, 6095, 7376, 9144, 7426, 7375, 8204, 5800, 7226, 8099, 8610, 7599, 8820, 11586, 5888, 7530, 8202, 7262, 7338, 8550, 11201, 7520, 8276, 8639, 6575, 7549, 13114, 8626, 7722, 7578, 6379, 7318, 9617, 9389, 6910, 8188, 7006, 7075, 8956, 10225, 7412, 8226, 7522, 7293, 8425, 8430, 7292, 8156, 7211, 6287, 8359, 8976, 7069, 7990, 7802, 6177, 6826, 8064, 8920, 7887, 8331, 10182, 6542, 8243, 8315, 7321, 8511, 11332, 6095, 7368, 7541, 6347, 7353, 8072, 8320, 6405, 8613, 8520, 6973, 8243, 10385, 7582, 8103, 7343, 7032, 8096, 9073, 7566, 8205, 9158, 6145, 8118, 9338, 7361, 7956, 11602, 6007, 6884, 7352, 6299, 7348, 9865, 7632, 6858, 8049, 6675, 7095, 9263, 9469, 6878, 7998, 7318, 7073, 8705, 10107, 6970, 7910, 6127, 6807, 8168, 7964, 7095, 8048, 7608, 7017, 8279, 7696, 7353, 8591, 10825, 7072, 8190, 8025, 7309, 8380, 11768, 9101, 6807, 9595, 6591, 7666, 10552, 7775, 6831, 7472, 6227, 7077, 7660, 7133, 7052, 9646, 7212, 6813, 7731, 6289, 6939, 9949, 9400, 6661, 8088, 7929, 7157, 8047, 10837, 8799, 7911, 9518, 6381, 6778, 9979, 7630, 6797, 10010, 6371, 7047, 8254, 7282, 6918, 10197, 6527, 6921, 7629, 6519, 7034, 8109, 8989, 6441, 8052, 8674, 6917, 7787, 10745, 8287, 6680, 7523, 6339, 6921, 8808, 9597, 7149, 7564, 6595, 6916, 7429, 9189, 8564, 9952, 6410, 6956, 7827, 7287, 7186, 7956, 9640, 6488, 7834, 8468, 6970, 8057, 10293, 7589, 8047, 8084, 6288, 7430, 10424, 7759, 6811, 9244, 6490, 6707, 9618, 7043, 8013, 10830, 6205, 7994, 8236, 6372, 7800, 11772, 8762, 6900, 9124, 6603, 7791, 9652, 7849, 7954, 8933, 6921, 7628, 7212, 7061, 7979, 10476, 6755, 7618, 8403, 7036, 7815, 9923, 7139, 7687, 6179, 6983, 7646, 8468, 7484, 7869, 9177, 6827, 7552, 8374, 7051, 10697, 8297, 6891, 10185, 6925, 7788, 7090, 7049, 7851, 10332, 6906, 7433, 5766, 7129, 7502, 6957, 7051, 7627, 6399, 7203, 7324, 6967, 6814, 12254, 9893, 6848, 8870, 7019, 7613, 7658, 7162, 11670, 8611, 6768, 8477, 6114, 6841, 9454, 7191, 7343, 9871, 6170, 7190, 9396, 7023, 7684, 9846, 8000, 7651, 6658, 6933, 7077, 7017, 7013, 12050, 8941, 7567, 7438, 6819, 7208, 7442, 7591, 8874, 8047, 7573, 6974, 6937, 7930, 8022, 8332, 7410, 8685, 6993, 7730, 10348, 7747, 7396, 10370, 6943, 7339, 8448, 7795, 7300, 11003, 8642, 7491, 8242, 7923, 7021, 9119, 7827, 7211, 8233, 7877, 7244, 8066, 7640, 7399, 9545, 6591, 7420, 8683, 7816, 7080, 11280, 8594, 7367, 8469, 6986, 7710, 10506, 8667, 7581, 9272, 6932, 7888, 8970, 7801, 7424, 11764, 8904, 7681, 7201, 7044, 7862, 9655, 8777, 7756, 7297, 6910, 8078, 7079, 8319, 7831, 9173, 8217, 7926, 7229, 7677, 7788, 9817, 10022, 7734, 6909, 7078, 8102, 7790, 9444, 8631, 7134, 7775, 7970, 7186, 7989, 7838, 8781, 9176, 8024, 7094, 7275, 7899, 8723, 9714, 7955, 6985, 7144, 7978, 7347, 7670, 7793, 8112, 8149, 7724, 7304, 8679, 7749, 8461, 11408, 8376, 7209, 8447, 7912, 7471, 11025, 9268, 7307, 8314, 7041, 7580, 9106, 7471, 7375, 9987, 6761, 7670, 9021, 7078, 7759, 11010, 8452, 8120, 7656, 7159, 7810, 11487, 9252, 7595, 8046, 6873, 7721, 10098, 8122, 7666, 9563, 6662, 7696, 9100, 8152, 7260, 10851, 7744, 7023, 6948, 7709, 7303, 8181, 7967, 7175, 8124, 8025, 7313, 8192, 8186, 9046, 9931, 8122, 8541, 7606, 7805, 10551, 8152, 7461, 8935, 6411, 8267, 8825, 7927, 8609, 10583, 7792, 7621, 6943, 7998, 6985, 7974, 7677, 7334, 6569, 7947, 9158, 7996, 8027, 10672, 8325, 7738, 7388, 8006, 7537, 7815, 7618, 8375, 7107, 8042, 7484, 6647, 7689, 11122, 8673, 7645, 7177, 7959, 7217, 7437, 7706, 7796, 6846, 8244, 7076, 6551, 7918, 10597, 8494, 7675, 7690, 7865, 7711, 7697, 7847, 11216, 8400, 8104, 9154, 6733, 8057, 9722, 7979, 7626, 7743, 8057, 7731, 7253, 7948, 10308, 8753, 7154, 7800, 6770, 7688, 9866, 8032, 7578, 8918, 7623, 7314, 7089, 7950, 8815, 7851, 9791, 7552, 8424, 7655, 7601, 8164, 8601, 7488, 7740, 8826, 7048, 7648, 7679, 8114, 7744, 10147, 7753, 7329, 6997, 8175, 9192, 8070, 11108, 9208, 8151, 7891, 8037, 9284, 8074, 7883, 10091, 7753, 8311, 8115, 8100, 6923, 7928, 8717, 6697, 7893, 6925, 7992, 8079, 8003, 8118, 7885, 7680, 8055, 7933, 7637, 8204, 8672, 9843, 7943, 7786, 7159, 8031, 9694, 8041, 8020, 10728, 8181, 7935, 6809, 7829, 8246, 7228, 7528, 10946, 7667, 8145, 7020, 7821, 8084, 7765, 7930, 7518, 7650, 7862, 7735, 6672, 8126, 10125, 8325, 7929, 7661, 6483, 7748, 10060, 7536, 7593, 9420, 6444, 8384, 8233, 8057, 8161, 10231, 7570, 7708, 6197, 7908, 7772, 6822, 7727, 7688, 6839, 8006, 8883, 8072, 8821, 8740, 7458, 10313, 7892, 7550, 6109, 8207, 8166, 7687, 7882, 6347, 7708, 7211, 6365, 7858, 10300, 7201, 7998, 7401, 7874, 7415, 7029, 7533, 10070, 8006, 8116, 6895, 8128, 8607, 7818, 8213, 9607, 7815, 7470, 6307, 7911, 7507, 6788, 7854, 9750, 7619, 7800, 8395, 7831, 7934, 7639, 7773, 11674, 8061, 8439, 7659, 7857, 8085, 8345, 7894, 7840, 6694, 7660, 7734, 6355, 7574, 10438, 8102, 7933, 9077, 7609, 8604, 8225, 7855, 8620, 8884, 7899, 7830, 6450, 7904, 9522, 7769, 8287, 8064, 7916, 7888, 6737, 8051, 8518, 7830, 7496, 7795, 6198, 8301, 8458, 7974, 8244, 10899, 7688, 7967, 6997, 8052, 8762, 7855, 7872, 7652, 6232, 7958, 7495, 6537, 8138, 10657, 8181, 8286, 7853, 8767, 7673, 6664, 8322, 10974, 8215, 7974, 7046, 6266, 8172, 8412, 7515, 8203, 9709, 7061, 8325, 7571, 8395, 8165, 8343, 8380, 7802, 6631, 8318, 7712, 6661, 8658, 9211, 7965, 8295, 7615, 5991, 8699, 8140, 8238, 8354, 10172, 6481, 8533, 8010, 6672, 8549, 8598, 8543, 8085, 6927, 8305, 7709, 6362, 8345, 9080, 7508, 7954, 8791, 8492, 8145, 7207, 8646, 8263, 9309, 8403, 8063, 6660, 8515, 7790, 7961, 8186, 10859, 6242, 8090, 8495, 7553, 8514, 11558, 7975, 8790, 7730, 8369, 8576, 8040, 8345, 8262, 6559, 8279, 8062, 6292, 8428, 9131, 7770, 8195, 7865, 6443, 8329, 8834, 7009, 8254, 8447, 6189, 8530, 7974, 8524, 8180, 9211, 8305, 8044, 6379, 8294, 7531, 7317, 8180, 11483, 8854, 8117, 6087, 8385, 8107, 6418, 8380, 7555, 6335, 8563, 7621, 8908, 8075, 8867, 8935, 11283, 8468, 8270, 6979, 8842, 8408, 7373, 8634, 7988, 5999, 8617, 7648, 6333, 8603, 11069, 8938, 7993, 5747, 8848, 7768, 6574, 9016, 7595, 6311, 8016, 7928, 7340, 8861, 7743, 10648, 8097, 7524, 7347, 6759, 7937, 11214, 6352, 7645, 7586, 6065, 7788, 8640, 9489, 7127, 8233], 'WindowCenter': [3660.0, 3622.0, 3641.0, 3627.0, 3605.0, 3614.0, 3645.0, 3613.0, 3621.0, 3621.0, 3601.0, 3610.0, 3589.0, 3611.0, 3599.0, 3589.0, 3611.0, 3609.0, 3601.0, 3622.0, 3631.0, 3613.0, 3621.0, 3610.0, 3601.0, 3621.0, 3611.0, 3611.0, 3624.0, 3623.0, 3590.0, 3601.0, 3621.0, 3610.0, 3612.0, 3610.0, 3621.0, 3599.0, 3600.0, 3622.0, 3612.0, 3614.0, 3632.0, 3610.0, 3589.0, 3610.0, 3641.0, 3622.0, 3600.0, 3598.0, 3598.0, 3589.0, 3598.0, 3640.0, 3607.0, 3588.0, 3597.0, 3619.0, 3587.0, 3587.0, 3619.0, 3586.0, 3577.0, 3587.0, 3599.0, 3618.0, 3598.0, 3597.0, 3597.0, 3619.0, 3587.0, 3599.0, 3599.0, 3631.0, 3587.0, 3598.0, 3598.0, 3619.0, 3599.0, 3598.0, 3599.0, 3597.0, 3577.0, 3598.0, 3610.0, 3619.0, 3577.0, 3599.0, 3610.0, 3630.0, 3620.0, 3599.0, 3608.0, 3598.0, 3610.0, 3589.0, 3610.0, 3620.0, 3619.0, 3576.0, 3587.0, 3609.0, 3642.0, 3619.0, 3585.0, 3597.0, 3608.0, 3617.0, 3608.0, 3597.0, 3597.0, 3596.0, 3577.0, 3598.0, 3608.0, 3618.0, 3586.0, 3577.0, 3609.0, 3620.0, 3618.0, 3597.0, 3587.0, 3586.0, 3607.0, 3586.0, 3608.0, 3586.0, 3596.0, 3576.0, 3598.0, 3608.0, 3640.0, 3598.0, 3587.0, 3597.0, 3608.0, 3586.0, 3587.0, 3597.0, 3575.0, 3576.0, 3610.0, 3599.0, 3618.0, 3599.0, 3598.0, 3599.0, 3588.0, 3610.0, 3608.0, 3630.0, 3609.0, 3587.0, 3597.0, 3587.0, 3598.0, 3608.0, 3640.0, 3587.0, 3596.0, 3597.0, 3598.0, 3586.0, 3608.0, 3618.0, 3575.0, 3596.0, 3597.0, 3576.0, 3598.0, 3609.0, 3607.0, 3577.0, 3609.0, 3629.0, 3608.0, 3599.0, 3607.0, 3564.0, 3587.0, 3596.0, 3575.0, 3596.0, 3618.0, 3564.0, 3586.0, 3597.0, 3598.0, 3588.0, 3612.0, 3609.0, 3619.0, 3587.0, 3610.0, 3619.0, 3621.0, 3599.0, 3609.0, 3608.0, 3577.0, 3587.0, 3641.0, 3620.0, 3586.0, 3596.0, 3597.0, 3597.0, 3609.0, 3629.0, 3608.0, 3597.0, 3597.0, 3565.0, 3597.0, 3608.0, 3630.0, 3587.0, 3587.0, 3597.0, 3598.0, 3597.0, 3610.0, 3618.0, 3565.0, 3597.0, 3597.0, 3587.0, 3598.0, 3597.0, 3618.0, 3576.0, 3599.0, 3598.0, 3630.0, 3598.0, 3586.0, 3587.0, 3565.0, 3598.0, 3629.0, 3596.0, 3597.0, 3596.0, 3564.0, 3587.0, 3597.0, 3607.0, 3587.0, 3588.0, 3596.0, 3565.0, 3598.0, 3597.0, 3608.0, 3598.0, 3597.0, 3575.0, 3575.0, 3607.0, 3619.0, 3588.0, 3588.0, 3619.0, 3565.0, 3598.0, 3597.0, 3575.0, 3588.0, 3597.0, 3575.0, 3586.0, 3585.0, 3585.0, 3585.0, 3596.0, 3618.0, 3565.0, 3598.0, 3596.0, 3555.0, 3598.0, 3598.0, 3610.0, 3578.0, 3608.0, 3608.0, 3598.0, 3608.0, 3629.0, 3609.0, 3596.0, 3607.0, 3565.0, 3585.0, 3617.0, 3585.0, 3597.0, 3586.0, 3564.0, 3587.0, 3597.0, 3598.0, 3598.0, 3599.0, 3618.0, 3565.0, 3586.0, 3587.0, 3576.0, 3598.0, 3598.0, 3587.0, 3588.0, 3596.0, 3596.0, 3587.0, 3598.0, 3629.0, 3565.0, 3597.0, 3606.0, 3575.0, 3587.0, 3628.0, 3608.0, 3586.0, 3585.0, 3564.0, 3586.0, 3607.0, 3585.0, 3587.0, 3596.0, 3554.0, 3587.0, 3596.0, 3611.0, 3599.0, 3609.0, 3629.0, 3555.0, 3599.0, 3598.0, 3587.0, 3587.0, 3609.0, 3631.0, 3588.0, 3597.0, 3597.0, 3576.0, 3587.0, 3641.0, 3609.0, 3588.0, 3586.0, 3565.0, 3586.0, 3608.0, 3608.0, 3588.0, 3598.0, 3575.0, 3577.0, 3596.0, 3619.0, 3587.0, 3596.0, 3585.0, 3585.0, 3597.0, 3596.0, 3587.0, 3585.0, 3585.0, 3564.0, 3596.0, 3607.0, 3586.0, 3599.0, 3587.0, 3565.0, 3577.0, 3597.0, 3608.0, 3598.0, 3597.0, 3618.0, 3577.0, 3597.0, 3596.0, 3586.0, 3608.0, 3630.0, 3566.0, 3589.0, 3587.0, 3578.0, 3600.0, 3600.0, 3598.0, 3578.0, 3611.0, 3608.0, 3588.0, 3598.0, 3619.0, 3600.0, 3599.0, 3587.0, 3577.0, 3597.0, 3608.0, 3587.0, 3597.0, 3607.0, 3566.0, 3597.0, 3607.0, 3586.0, 3598.0, 3618.0, 3553.0, 3575.0, 3586.0, 3566.0, 3587.0, 3619.0, 3586.0, 3577.0, 3597.0, 3576.0, 3576.0, 3607.0, 3608.0, 3576.0, 3596.0, 3585.0, 3577.0, 3596.0, 3618.0, 3577.0, 3596.0, 3565.0, 3577.0, 3598.0, 3597.0, 3587.0, 3597.0, 3587.0, 3577.0, 3597.0, 3587.0, 3589.0, 3597.0, 3619.0, 3576.0, 3597.0, 3597.0, 3588.0, 3598.0, 3629.0, 3608.0, 3576.0, 3608.0, 3576.0, 3587.0, 3618.0, 3587.0, 3577.0, 3586.0, 3565.0, 3587.0, 3587.0, 3576.0, 3576.0, 3610.0, 3587.0, 3576.0, 3587.0, 3576.0, 3576.0, 3618.0, 3608.0, 3577.0, 3597.0, 3597.0, 3587.0, 3597.0, 3618.0, 3598.0, 3586.0, 3606.0, 3564.0, 3576.0, 3608.0, 3588.0, 3578.0, 3607.0, 3564.0, 3576.0, 3597.0, 3586.0, 3588.0, 3618.0, 3564.0, 3577.0, 3587.0, 3565.0, 3576.0, 3597.0, 3607.0, 3566.0, 3598.0, 3598.0, 3587.0, 3586.0, 3619.0, 3599.0, 3578.0, 3586.0, 3566.0, 3577.0, 3608.0, 3607.0, 3577.0, 3586.0, 3575.0, 3576.0, 3588.0, 3607.0, 3597.0, 3607.0, 3563.0, 3575.0, 3585.0, 3585.0, 3575.0, 3586.0, 3606.0, 3565.0, 3585.0, 3584.0, 3574.0, 3585.0, 3606.0, 3588.0, 3586.0, 3598.0, 3565.0, 3587.0, 3617.0, 3586.0, 3577.0, 3608.0, 3565.0, 3576.0, 3607.0, 3577.0, 3586.0, 3617.0, 3554.0, 3586.0, 3595.0, 3566.0, 3587.0, 3629.0, 3598.0, 3576.0, 3607.0, 3576.0, 3586.0, 3607.0, 3587.0, 3597.0, 3597.0, 3574.0, 3584.0, 3575.0, 3575.0, 3585.0, 3618.0, 3575.0, 3586.0, 3584.0, 3577.0, 3587.0, 3607.0, 3575.0, 3586.0, 3553.0, 3575.0, 3587.0, 3598.0, 3588.0, 3598.0, 3608.0, 3577.0, 3587.0, 3597.0, 3576.0, 3619.0, 3597.0, 3577.0, 3606.0, 3575.0, 3587.0, 3574.0, 3576.0, 3585.0, 3618.0, 3576.0, 3586.0, 3553.0, 3576.0, 3586.0, 3576.0, 3588.0, 3587.0, 3566.0, 3588.0, 3586.0, 3576.0, 3576.0, 3629.0, 3620.0, 3576.0, 3597.0, 3577.0, 3585.0, 3586.0, 3575.0, 3616.0, 3597.0, 3564.0, 3584.0, 3554.0, 3565.0, 3607.0, 3576.0, 3586.0, 3607.0, 3554.0, 3576.0, 3607.0, 3577.0, 3586.0, 3607.0, 3587.0, 3586.0, 3564.0, 3576.0, 3574.0, 3575.0, 3575.0, 3617.0, 3597.0, 3574.0, 3573.0, 3564.0, 3576.0, 3588.0, 3587.0, 3596.0, 3586.0, 3575.0, 3575.0, 3576.0, 3598.0, 3586.0, 3597.0, 3588.0, 3598.0, 3576.0, 3588.0, 3608.0, 3588.0, 3576.0, 3609.0, 3565.0, 3575.0, 3585.0, 3586.0, 3575.0, 3619.0, 3597.0, 3576.0, 3586.0, 3586.0, 3574.0, 3596.0, 3586.0, 3576.0, 3586.0, 3587.0, 3575.0, 3586.0, 3587.0, 3576.0, 3609.0, 3577.0, 3588.0, 3596.0, 3586.0, 3576.0, 3617.0, 3599.0, 3577.0, 3597.0, 3577.0, 3588.0, 3619.0, 3598.0, 3588.0, 3596.0, 3577.0, 3587.0, 3598.0, 3587.0, 3576.0, 3618.0, 3597.0, 3587.0, 3576.0, 3576.0, 3586.0, 3607.0, 3597.0, 3587.0, 3575.0, 3575.0, 3587.0, 3574.0, 3587.0, 3586.0, 3597.0, 3586.0, 3586.0, 3575.0, 3585.0, 3588.0, 3607.0, 3608.0, 3576.0, 3575.0, 3575.0, 3586.0, 3586.0, 3606.0, 3598.0, 3575.0, 3584.0, 3586.0, 3564.0, 3585.0, 3586.0, 3596.0, 3596.0, 3586.0, 3576.0, 3575.0, 3586.0, 3596.0, 3596.0, 3588.0, 3563.0, 3575.0, 3587.0, 3575.0, 3574.0, 3585.0, 3587.0, 3586.0, 3587.0, 3575.0, 3597.0, 3588.0, 3597.0, 3618.0, 3598.0, 3575.0, 3597.0, 3587.0, 3588.0, 3618.0, 3609.0, 3574.0, 3584.0, 3564.0, 3574.0, 3597.0, 3576.0, 3575.0, 3607.0, 3564.0, 3574.0, 3595.0, 3578.0, 3586.0, 3607.0, 3585.0, 3585.0, 3574.0, 3575.0, 3587.0, 3617.0, 3597.0, 3576.0, 3584.0, 3563.0, 3585.0, 3608.0, 3584.0, 3575.0, 3595.0, 3564.0, 3574.0, 3595.0, 3586.0, 3574.0, 3608.0, 3587.0, 3564.0, 3564.0, 3575.0, 3587.0, 3596.0, 3598.0, 3578.0, 3588.0, 3587.0, 3576.0, 3599.0, 3599.0, 3598.0, 3610.0, 3588.0, 3586.0, 3575.0, 3586.0, 3607.0, 3585.0, 3577.0, 3596.0, 3565.0, 3584.0, 3597.0, 3586.0, 3585.0, 3606.0, 3575.0, 3574.0, 3563.0, 3585.0, 3576.0, 3586.0, 3587.0, 3577.0, 3564.0, 3587.0, 3596.0, 3588.0, 3587.0, 3607.0, 3586.0, 3574.0, 3575.0, 3586.0, 3586.0, 3585.0, 3576.0, 3587.0, 3575.0, 3586.0, 3573.0, 3576.0, 3586.0, 3606.0, 3598.0, 3575.0, 3563.0, 3585.0, 3575.0, 3575.0, 3587.0, 3586.0, 3564.0, 3585.0, 3563.0, 3565.0, 3587.0, 3607.0, 3598.0, 3575.0, 3575.0, 3585.0, 3574.0, 3586.0, 3586.0, 3618.0, 3586.0, 3585.0, 3595.0, 3577.0, 3586.0, 3608.0, 3586.0, 3574.0, 3574.0, 3586.0, 3575.0, 3574.0, 3588.0, 3607.0, 3600.0, 3576.0, 3586.0, 3565.0, 3587.0, 3609.0, 3588.0, 3575.0, 3597.0, 3575.0, 3574.0, 3565.0, 3584.0, 3596.0, 3586.0, 3597.0, 3575.0, 3584.0, 3574.0, 3586.0, 3585.0, 3597.0, 3576.0, 3586.0, 3596.0, 3577.0, 3587.0, 3587.0, 3600.0, 3588.0, 3621.0, 3600.0, 3577.0, 3577.0, 3587.0, 3609.0, 3589.0, 3617.0, 3598.0, 3586.0, 3574.0, 3584.0, 3596.0, 3587.0, 3574.0, 3594.0, 3574.0, 3572.0, 3573.0, 3573.0, 3562.0, 3586.0, 3584.0, 3566.0, 3584.0, 3574.0, 3585.0, 3588.0, 3587.0, 3587.0, 3588.0, 3588.0, 3587.0, 3587.0, 3587.0, 3599.0, 3599.0, 3609.0, 3588.0, 3575.0, 3564.0, 3586.0, 3596.0, 3585.0, 3584.0, 3606.0, 3588.0, 3573.0, 3563.0, 3574.0, 3584.0, 3575.0, 3573.0, 3606.0, 3574.0, 3573.0, 3562.0, 3574.0, 3585.0, 3575.0, 3584.0, 3575.0, 3574.0, 3574.0, 3573.0, 3564.0, 3586.0, 3596.0, 3586.0, 3586.0, 3574.0, 3553.0, 3576.0, 3606.0, 3575.0, 3576.0, 3595.0, 3553.0, 3584.0, 3586.0, 3586.0, 3585.0, 3606.0, 3574.0, 3574.0, 3553.0, 3586.0, 3588.0, 3576.0, 3588.0, 3587.0, 3567.0, 3587.0, 3596.0, 3587.0, 3598.0, 3587.0, 3575.0, 3607.0, 3574.0, 3573.0, 3542.0, 3585.0, 3583.0, 3574.0, 3586.0, 3554.0, 3575.0, 3574.0, 3566.0, 3587.0, 3607.0, 3578.0, 3586.0, 3575.0, 3587.0, 3575.0, 3576.0, 3575.0, 3596.0, 3588.0, 3585.0, 3566.0, 3588.0, 3587.0, 3576.0, 3585.0, 3596.0, 3575.0, 3575.0, 3552.0, 3587.0, 3575.0, 3565.0, 3586.0, 3598.0, 3589.0, 3586.0, 3586.0, 3576.0, 3585.0, 3576.0, 3576.0, 3606.0, 3586.0, 3585.0, 3573.0, 3584.0, 3585.0, 3586.0, 3575.0, 3574.0, 3563.0, 3575.0, 3574.0, 3554.0, 3586.0, 3607.0, 3587.0, 3587.0, 3585.0, 3575.0, 3585.0, 3586.0, 3586.0, 3586.0, 3595.0, 3585.0, 3575.0, 3554.0, 3585.0, 3596.0, 3575.0, 3587.0, 3575.0, 3586.0, 3585.0, 3563.0, 3587.0, 3596.0, 3575.0, 3576.0, 3575.0, 3555.0, 3585.0, 3585.0, 3587.0, 3586.0, 3607.0, 3575.0, 3574.0, 3564.0, 3586.0, 3586.0, 3585.0, 3575.0, 3576.0, 3555.0, 3586.0, 3575.0, 3565.0, 3588.0, 3609.0, 3588.0, 3586.0, 3588.0, 3600.0, 3576.0, 3564.0, 3585.0, 3606.0, 3586.0, 3586.0, 3563.0, 3555.0, 3585.0, 3586.0, 3576.0, 3586.0, 3597.0, 3566.0, 3586.0, 3576.0, 3587.0, 3587.0, 3587.0, 3587.0, 3577.0, 3553.0, 3585.0, 3573.0, 3564.0, 3598.0, 3597.0, 3586.0, 3586.0, 3574.0, 3542.0, 3597.0, 3587.0, 3586.0, 3584.0, 3608.0, 3554.0, 3586.0, 3575.0, 3565.0, 3598.0, 3598.0, 3598.0, 3588.0, 3565.0, 3587.0, 3575.0, 3553.0, 3597.0, 3597.0, 3576.0, 3587.0, 3586.0, 3586.0, 3586.0, 3576.0, 3599.0, 3587.0, 3598.0, 3587.0, 3586.0, 3565.0, 3597.0, 3587.0, 3588.0, 3599.0, 3607.0, 3553.0, 3574.0, 3584.0, 3577.0, 3587.0, 3606.0, 3576.0, 3584.0, 3575.0, 3584.0, 3597.0, 3587.0, 3585.0, 3586.0, 3552.0, 3587.0, 3574.0, 3566.0, 3586.0, 3598.0, 3588.0, 3599.0, 3576.0, 3554.0, 3600.0, 3610.0, 3577.0, 3587.0, 3587.0, 3554.0, 3596.0, 3585.0, 3599.0, 3587.0, 3598.0, 3599.0, 3588.0, 3554.0, 3586.0, 3576.0, 3578.0, 3587.0, 3607.0, 3598.0, 3575.0, 3543.0, 3585.0, 3587.0, 3567.0, 3599.0, 3587.0, 3567.0, 3599.0, 3588.0, 3600.0, 3600.0, 3598.0, 3598.0, 3619.0, 3587.0, 3584.0, 3563.0, 3598.0, 3586.0, 3565.0, 3585.0, 3576.0, 3543.0, 3586.0, 3574.0, 3566.0, 3585.0, 3607.0, 3598.0, 3587.0, 3542.0, 3596.0, 3586.0, 3565.0, 3599.0, 3589.0, 3568.0, 3601.0, 3600.0, 3577.0, 3599.0, 3588.0, 3609.0, 3588.0, 3575.0, 3576.0, 3578.0, 3600.0, 3620.0, 3567.0, 3589.0, 3588.0, 3558.0, 3589.0, 3600.0, 3609.0, 3578.0, 3600.0], 'WindowWidth': [8280.0, 8212.0, 8230.0, 8204.0, 8172.0, 8178.0, 8222.0, 8172.0, 8180.0, 8181.0, 8156.0, 8165.0, 8133.0, 8165.0, 8146.0, 8134.0, 8166.0, 8162.0, 8154.0, 8183.0, 8193.0, 8173.0, 8180.0, 8164.0, 8156.0, 8182.0, 8166.0, 8166.0, 8190.0, 8187.0, 8137.0, 8154.0, 8182.0, 8165.0, 8170.0, 8165.0, 8178.0, 8149.0, 8153.0, 8183.0, 8171.0, 8176.0, 8195.0, 8163.0, 8135.0, 8164.0, 8208.0, 8182.0, 8150.0, 8146.0, 8145.0, 8135.0, 8144.0, 8205.0, 8156.0, 8130.0, 8140.0, 8175.0, 8128.0, 8128.0, 8173.0, 8124.0, 8114.0, 8130.0, 8150.0, 8172.0, 8144.0, 8143.0, 8142.0, 8175.0, 8130.0, 8150.0, 8151.0, 8192.0, 8129.0, 8145.0, 8144.0, 8173.0, 8148.0, 8144.0, 8147.0, 8144.0, 8117.0, 8144.0, 8164.0, 8173.0, 8116.0, 8150.0, 8165.0, 8191.0, 8175.0, 8148.0, 8159.0, 8144.0, 8165.0, 8135.0, 8165.0, 8177.0, 8174.0, 8115.0, 8131.0, 8160.0, 8209.0, 8172.0, 8125.0, 8142.0, 8158.0, 8169.0, 8158.0, 8142.0, 8143.0, 8141.0, 8117.0, 8146.0, 8158.0, 8172.0, 8126.0, 8116.0, 8161.0, 8179.0, 8173.0, 8142.0, 8128.0, 8127.0, 8156.0, 8128.0, 8159.0, 8127.0, 8140.0, 8115.0, 8145.0, 8158.0, 8205.0, 8144.0, 8130.0, 8143.0, 8158.0, 8126.0, 8128.0, 8142.0, 8112.0, 8114.0, 8164.0, 8148.0, 8172.0, 8148.0, 8147.0, 8147.0, 8132.0, 8166.0, 8160.0, 8191.0, 8160.0, 8129.0, 8143.0, 8130.0, 8144.0, 8157.0, 8203.0, 8128.0, 8141.0, 8142.0, 8144.0, 8127.0, 8158.0, 8170.0, 8111.0, 8138.0, 8142.0, 8114.0, 8148.0, 8160.0, 8156.0, 8117.0, 8160.0, 8188.0, 8158.0, 8147.0, 8155.0, 8096.0, 8128.0, 8139.0, 8111.0, 8139.0, 8169.0, 8094.0, 8125.0, 8143.0, 8147.0, 8133.0, 8174.0, 8162.0, 8174.0, 8129.0, 8163.0, 8176.0, 8179.0, 8149.0, 8159.0, 8157.0, 8117.0, 8129.0, 8205.0, 8175.0, 8127.0, 8140.0, 8142.0, 8143.0, 8161.0, 8189.0, 8157.0, 8142.0, 8141.0, 8099.0, 8144.0, 8158.0, 8189.0, 8128.0, 8129.0, 8142.0, 8144.0, 8141.0, 8165.0, 8173.0, 8096.0, 8140.0, 8142.0, 8129.0, 8147.0, 8143.0, 8171.0, 8113.0, 8148.0, 8145.0, 8188.0, 8145.0, 8127.0, 8127.0, 8096.0, 8145.0, 8186.0, 8140.0, 8142.0, 8138.0, 8094.0, 8128.0, 8141.0, 8154.0, 8130.0, 8130.0, 8139.0, 8096.0, 8143.0, 8142.0, 8157.0, 8146.0, 8139.0, 8109.0, 8110.0, 8155.0, 8173.0, 8130.0, 8132.0, 8174.0, 8096.0, 8144.0, 8142.0, 8111.0, 8131.0, 8141.0, 8110.0, 8127.0, 8121.0, 8122.0, 8122.0, 8137.0, 8170.0, 8095.0, 8144.0, 8138.0, 8084.0, 8144.0, 8144.0, 8162.0, 8119.0, 8158.0, 8156.0, 8147.0, 8156.0, 8187.0, 8160.0, 8138.0, 8153.0, 8098.0, 8123.0, 8167.0, 8122.0, 8141.0, 8124.0, 8094.0, 8126.0, 8140.0, 8143.0, 8146.0, 8144.0, 8171.0, 8095.0, 8125.0, 8128.0, 8113.0, 8145.0, 8144.0, 8128.0, 8131.0, 8139.0, 8140.0, 8127.0, 8144.0, 8187.0, 8096.0, 8140.0, 8150.0, 8111.0, 8126.0, 8183.0, 8155.0, 8125.0, 8122.0, 8092.0, 8125.0, 8153.0, 8123.0, 8129.0, 8137.0, 8082.0, 8130.0, 8139.0, 8165.0, 8146.0, 8158.0, 8187.0, 8086.0, 8148.0, 8145.0, 8131.0, 8130.0, 8161.0, 8193.0, 8130.0, 8140.0, 8140.0, 8114.0, 8127.0, 8206.0, 8158.0, 8129.0, 8123.0, 8098.0, 8126.0, 8156.0, 8156.0, 8130.0, 8142.0, 8109.0, 8114.0, 8138.0, 8171.0, 8128.0, 8137.0, 8120.0, 8121.0, 8140.0, 8138.0, 8129.0, 8122.0, 8120.0, 8094.0, 8139.0, 8156.0, 8127.0, 8146.0, 8129.0, 8096.0, 8114.0, 8141.0, 8157.0, 8144.0, 8141.0, 8170.0, 8114.0, 8140.0, 8139.0, 8127.0, 8156.0, 8190.0, 8100.0, 8134.0, 8128.0, 8118.0, 8152.0, 8150.0, 8145.0, 8120.0, 8165.0, 8159.0, 8134.0, 8145.0, 8174.0, 8150.0, 8147.0, 8127.0, 8114.0, 8141.0, 8156.0, 8129.0, 8140.0, 8153.0, 8098.0, 8140.0, 8155.0, 8126.0, 8144.0, 8171.0, 8078.0, 8109.0, 8125.0, 8099.0, 8128.0, 8173.0, 8124.0, 8113.0, 8139.0, 8112.0, 8112.0, 8154.0, 8156.0, 8112.0, 8138.0, 8122.0, 8114.0, 8139.0, 8169.0, 8113.0, 8136.0, 8095.0, 8113.0, 8144.0, 8142.0, 8127.0, 8142.0, 8127.0, 8115.0, 8139.0, 8128.0, 8134.0, 8141.0, 8173.0, 8113.0, 8140.0, 8139.0, 8133.0, 8144.0, 8186.0, 8158.0, 8112.0, 8156.0, 8112.0, 8126.0, 8171.0, 8127.0, 8114.0, 8124.0, 8097.0, 8128.0, 8130.0, 8114.0, 8113.0, 8161.0, 8126.0, 8113.0, 8126.0, 8113.0, 8113.0, 8169.0, 8156.0, 8114.0, 8140.0, 8140.0, 8129.0, 8142.0, 8171.0, 8144.0, 8125.0, 8151.0, 8094.0, 8113.0, 8156.0, 8129.0, 8115.0, 8152.0, 8092.0, 8112.0, 8143.0, 8127.0, 8131.0, 8171.0, 8094.0, 8112.0, 8126.0, 8097.0, 8111.0, 8141.0, 8155.0, 8099.0, 8142.0, 8142.0, 8129.0, 8126.0, 8171.0, 8146.0, 8116.0, 8126.0, 8098.0, 8115.0, 8155.0, 8154.0, 8114.0, 8124.0, 8107.0, 8111.0, 8129.0, 8153.0, 8140.0, 8151.0, 8089.0, 8107.0, 8120.0, 8122.0, 8108.0, 8125.0, 8151.0, 8095.0, 8120.0, 8118.0, 8106.0, 8121.0, 8150.0, 8130.0, 8125.0, 8142.0, 8096.0, 8127.0, 8168.0, 8125.0, 8114.0, 8154.0, 8095.0, 8110.0, 8152.0, 8114.0, 8123.0, 8167.0, 8080.0, 8123.0, 8134.0, 8098.0, 8128.0, 8186.0, 8144.0, 8110.0, 8152.0, 8111.0, 8124.0, 8153.0, 8127.0, 8139.0, 8139.0, 8106.0, 8118.0, 8108.0, 8108.0, 8122.0, 8169.0, 8108.0, 8123.0, 8119.0, 8112.0, 8126.0, 8153.0, 8109.0, 8122.0, 8076.0, 8109.0, 8128.0, 8144.0, 8132.0, 8142.0, 8155.0, 8114.0, 8127.0, 8138.0, 8111.0, 8170.0, 8141.0, 8113.0, 8151.0, 8109.0, 8124.0, 8104.0, 8110.0, 8120.0, 8168.0, 8111.0, 8124.0, 8078.0, 8111.0, 8126.0, 8112.0, 8131.0, 8128.0, 8099.0, 8131.0, 8126.0, 8113.0, 8113.0, 8185.0, 8175.0, 8109.0, 8138.0, 8112.0, 8120.0, 8122.0, 8108.0, 8164.0, 8140.0, 8092.0, 8119.0, 8080.0, 8095.0, 8152.0, 8112.0, 8124.0, 8153.0, 8081.0, 8112.0, 8153.0, 8113.0, 8126.0, 8152.0, 8127.0, 8122.0, 8091.0, 8110.0, 8103.0, 8108.0, 8107.0, 8165.0, 8138.0, 8104.0, 8102.0, 8091.0, 8111.0, 8131.0, 8126.0, 8134.0, 8119.0, 8105.0, 8108.0, 8108.0, 8143.0, 8124.0, 8140.0, 8129.0, 8141.0, 8111.0, 8128.0, 8155.0, 8130.0, 8109.0, 8155.0, 8092.0, 8107.0, 8119.0, 8124.0, 8109.0, 8170.0, 8139.0, 8108.0, 8123.0, 8122.0, 8104.0, 8135.0, 8121.0, 8108.0, 8122.0, 8125.0, 8108.0, 8122.0, 8126.0, 8111.0, 8156.0, 8113.0, 8128.0, 8135.0, 8124.0, 8110.0, 8165.0, 8145.0, 8111.0, 8138.0, 8111.0, 8128.0, 8170.0, 8141.0, 8130.0, 8137.0, 8111.0, 8126.0, 8140.0, 8125.0, 8109.0, 8168.0, 8139.0, 8125.0, 8110.0, 8109.0, 8123.0, 8152.0, 8137.0, 8127.0, 8107.0, 8107.0, 8125.0, 8105.0, 8124.0, 8122.0, 8138.0, 8121.0, 8122.0, 8105.0, 8120.0, 8127.0, 8152.0, 8154.0, 8108.0, 8106.0, 8106.0, 8124.0, 8124.0, 8149.0, 8141.0, 8107.0, 8117.0, 8121.0, 8090.0, 8120.0, 8123.0, 8135.0, 8136.0, 8124.0, 8109.0, 8105.0, 8124.0, 8136.0, 8135.0, 8128.0, 8089.0, 8105.0, 8124.0, 8105.0, 8103.0, 8120.0, 8125.0, 8122.0, 8126.0, 8108.0, 8139.0, 8128.0, 8140.0, 8168.0, 8141.0, 8108.0, 8137.0, 8126.0, 8129.0, 8168.0, 8157.0, 8103.0, 8117.0, 8089.0, 8102.0, 8138.0, 8108.0, 8107.0, 8152.0, 8091.0, 8103.0, 8133.0, 8117.0, 8122.0, 8153.0, 8119.0, 8119.0, 8103.0, 8106.0, 8125.0, 8165.0, 8139.0, 8108.0, 8116.0, 8088.0, 8120.0, 8154.0, 8118.0, 8107.0, 8131.0, 8089.0, 8102.0, 8132.0, 8123.0, 8105.0, 8152.0, 8125.0, 8089.0, 8089.0, 8105.0, 8126.0, 8138.0, 8142.0, 8118.0, 8127.0, 8127.0, 8110.0, 8146.0, 8143.0, 8140.0, 8159.0, 8129.0, 8121.0, 8104.0, 8121.0, 8152.0, 8119.0, 8110.0, 8134.0, 8092.0, 8117.0, 8138.0, 8122.0, 8117.0, 8148.0, 8104.0, 8103.0, 8086.0, 8120.0, 8111.0, 8122.0, 8125.0, 8112.0, 8090.0, 8125.0, 8135.0, 8129.0, 8124.0, 8150.0, 8123.0, 8103.0, 8104.0, 8120.0, 8122.0, 8121.0, 8108.0, 8125.0, 8104.0, 8122.0, 8102.0, 8111.0, 8122.0, 8149.0, 8143.0, 8104.0, 8085.0, 8118.0, 8107.0, 8106.0, 8125.0, 8122.0, 8090.0, 8118.0, 8089.0, 8094.0, 8126.0, 8152.0, 8140.0, 8105.0, 8103.0, 8119.0, 8102.0, 8122.0, 8122.0, 8167.0, 8122.0, 8117.0, 8130.0, 8114.0, 8123.0, 8152.0, 8122.0, 8104.0, 8104.0, 8122.0, 8105.0, 8104.0, 8127.0, 8152.0, 8149.0, 8109.0, 8121.0, 8094.0, 8125.0, 8158.0, 8126.0, 8106.0, 8136.0, 8106.0, 8104.0, 8091.0, 8115.0, 8136.0, 8120.0, 8136.0, 8105.0, 8115.0, 8102.0, 8123.0, 8119.0, 8137.0, 8109.0, 8123.0, 8136.0, 8111.0, 8124.0, 8125.0, 8149.0, 8130.0, 8175.0, 8150.0, 8114.0, 8114.0, 8124.0, 8159.0, 8130.0, 8166.0, 8140.0, 8119.0, 8102.0, 8115.0, 8133.0, 8124.0, 8101.0, 8130.0, 8101.0, 8096.0, 8097.0, 8098.0, 8086.0, 8121.0, 8115.0, 8096.0, 8116.0, 8104.0, 8120.0, 8129.0, 8126.0, 8125.0, 8126.0, 8128.0, 8125.0, 8125.0, 8124.0, 8146.0, 8144.0, 8155.0, 8128.0, 8105.0, 8090.0, 8121.0, 8134.0, 8119.0, 8117.0, 8149.0, 8127.0, 8100.0, 8085.0, 8101.0, 8115.0, 8106.0, 8100.0, 8145.0, 8101.0, 8097.0, 8081.0, 8102.0, 8119.0, 8105.0, 8116.0, 8106.0, 8103.0, 8102.0, 8098.0, 8089.0, 8121.0, 8133.0, 8122.0, 8120.0, 8103.0, 8073.0, 8109.0, 8148.0, 8106.0, 8107.0, 8132.0, 8073.0, 8115.0, 8119.0, 8123.0, 8117.0, 8148.0, 8102.0, 8101.0, 8073.0, 8121.0, 8129.0, 8111.0, 8126.0, 8127.0, 8098.0, 8124.0, 8135.0, 8127.0, 8140.0, 8122.0, 8105.0, 8148.0, 8101.0, 8098.0, 8056.0, 8118.0, 8112.0, 8102.0, 8120.0, 8075.0, 8104.0, 8101.0, 8096.0, 8125.0, 8150.0, 8114.0, 8119.0, 8103.0, 8123.0, 8104.0, 8109.0, 8104.0, 8134.0, 8127.0, 8117.0, 8094.0, 8129.0, 8123.0, 8106.0, 8115.0, 8132.0, 8103.0, 8105.0, 8071.0, 8124.0, 8105.0, 8092.0, 8121.0, 8140.0, 8128.0, 8122.0, 8122.0, 8107.0, 8119.0, 8109.0, 8106.0, 8148.0, 8121.0, 8117.0, 8097.0, 8115.0, 8119.0, 8121.0, 8104.0, 8103.0, 8086.0, 8105.0, 8101.0, 8078.0, 8123.0, 8150.0, 8124.0, 8123.0, 8117.0, 8104.0, 8116.0, 8120.0, 8120.0, 8120.0, 8132.0, 8118.0, 8104.0, 8074.0, 8119.0, 8135.0, 8105.0, 8124.0, 8105.0, 8121.0, 8117.0, 8087.0, 8125.0, 8134.0, 8106.0, 8107.0, 8106.0, 8079.0, 8118.0, 8118.0, 8124.0, 8120.0, 8149.0, 8105.0, 8102.0, 8090.0, 8120.0, 8121.0, 8119.0, 8105.0, 8108.0, 8077.0, 8122.0, 8104.0, 8094.0, 8129.0, 8155.0, 8126.0, 8122.0, 8127.0, 8147.0, 8107.0, 8089.0, 8118.0, 8147.0, 8120.0, 8120.0, 8087.0, 8079.0, 8119.0, 8121.0, 8108.0, 8120.0, 8136.0, 8093.0, 8121.0, 8106.0, 8123.0, 8123.0, 8124.0, 8123.0, 8108.0, 8073.0, 8117.0, 8099.0, 8090.0, 8141.0, 8136.0, 8120.0, 8120.0, 8100.0, 8057.0, 8137.0, 8122.0, 8119.0, 8115.0, 8152.0, 8077.0, 8120.0, 8104.0, 8092.0, 8137.0, 8140.0, 8139.0, 8125.0, 8092.0, 8122.0, 8106.0, 8075.0, 8138.0, 8138.0, 8108.0, 8124.0, 8120.0, 8121.0, 8120.0, 8106.0, 8143.0, 8124.0, 8140.0, 8125.0, 8120.0, 8090.0, 8136.0, 8126.0, 8124.0, 8142.0, 8151.0, 8074.0, 8103.0, 8115.0, 8110.0, 8122.0, 8147.0, 8108.0, 8114.0, 8102.0, 8114.0, 8135.0, 8122.0, 8117.0, 8119.0, 8071.0, 8120.0, 8102.0, 8094.0, 8121.0, 8139.0, 8128.0, 8141.0, 8106.0, 8076.0, 8145.0, 8162.0, 8112.0, 8123.0, 8122.0, 8075.0, 8134.0, 8118.0, 8142.0, 8124.0, 8138.0, 8142.0, 8124.0, 8076.0, 8120.0, 8107.0, 8114.0, 8123.0, 8151.0, 8140.0, 8104.0, 8060.0, 8118.0, 8122.0, 8099.0, 8143.0, 8126.0, 8100.0, 8143.0, 8126.0, 8145.0, 8148.0, 8140.0, 8139.0, 8170.0, 8121.0, 8114.0, 8084.0, 8138.0, 8120.0, 8090.0, 8119.0, 8105.0, 8059.0, 8119.0, 8101.0, 8097.0, 8119.0, 8150.0, 8139.0, 8124.0, 8058.0, 8132.0, 8122.0, 8093.0, 8143.0, 8132.0, 8104.0, 8150.0, 8147.0, 8113.0, 8142.0, 8128.0, 8156.0, 8124.0, 8105.0, 8110.0, 8119.0, 8150.0, 8172.0, 8099.0, 8130.0, 8127.0, 8087.0, 8132.0, 8145.0, 8156.0, 8111.0, 8144.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.0006985140257771039</td></tr>
<tr><td colspan=3>aqi</td><td>0.05187715344958301</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.60651574834597</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.068652099544766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9245650811987841</td></tr>
<tr><td colspan=3>efc</td><td>0.4392</td></tr>
<tr><td colspan=3>fber</td><td>7132.0566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12116839233701027</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.931766489764973</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.445544719883804</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2688244004524654</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6888172086208746</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3789925505780722</td></tr>
<tr><td colspan=3>gcor</td><td>0.0035883</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018068986013531685</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026047850027680397</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>4.086634867746729</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>25.5763</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.0244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.3285</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313310.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>631.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.7638</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5482</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.589</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2921.2272</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>750.734</td></tr>
<tr><td colspan=3>tsnr</td><td>30.62614490883425</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>