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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-04/func/sub-0099_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>87f36197d2b286358040604f683148e9</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:18:20.877500</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>9ccb5887-0ec7-460c-bb2b-18629a1a68bb||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': ['131820.877500', '131821.337500', '131821.797500', '131822.257500', '131822.717500', '131823.177500', '131823.637500', '131824.097500', '131824.557500', '131825.017500', '131825.477500', '131825.937500', '131826.397500', '131826.857500', '131827.317500', '131827.777500', '131828.237500', '131828.697500', '131829.157500', '131829.617500', '131830.077500', '131830.537500', '131830.997500', '131831.457500', '131831.917500', '131832.377500', '131832.837500', '131833.297500', '131833.757500', '131834.217500', '131834.677500', '131835.137500', '131835.597500', '131836.057500', '131836.517500', '131836.977500', '131837.437500', '131837.897500', '131838.357500', '131838.817500', '131839.277500', '131839.737500', '131840.197500', '131840.657500', '131841.117500', '131841.577500', '131842.037500', '131842.497500', '131842.957500', '131843.417500', '131843.877500', '131844.337500', '131844.797500', '131845.257500', '131845.717500', '131846.177500', '131846.637500', '131847.097500', '131847.557500', '131848.017500', '131848.477500', '131848.937500', '131849.397500', '131849.857500', '131850.317500', '131850.777500', '131851.237500', '131851.697500', '131852.157500', '131852.617500', '131853.077500', '131853.537500', '131853.997500', '131854.457500', '131854.917500', '131855.377500', '131855.837500', '131856.297500', '131856.757500', '131857.217500', '131857.677500', '131858.137500', '131858.597500', '131859.057500', '131859.517500', '131859.977500', '131900.437500', '131900.897500', '131901.357500', '131901.817500', '131902.277500', '131902.737500', '131903.197500', '131903.657500', '131904.117500', '131904.577500', '131905.037500', '131905.497500', '131905.957500', '131906.417500', '131906.877500', '131907.337500', '131907.797500', '131908.257500', '131908.717500', '131909.177500', '131909.637500', '131910.097500', '131910.557500', '131911.017500', '131911.477500', '131911.937500', '131912.397500', '131912.857500', '131913.317500', '131913.777500', '131914.237500', '131914.697500', '131915.157500', '131915.617500', '131916.077500', '131916.537500', '131916.997500', '131917.457500', '131917.917500', '131918.377500', '131918.837500', '131919.297500', '131919.757500', '131920.217500', '131920.677500', '131921.137500', '131921.597500', '131922.057500', '131922.517500', '131922.977500', '131923.437500', '131923.897500', '131924.357500', '131924.817500', '131925.277500', '131925.737500', '131926.197500', '131926.657500', '131927.117500', '131927.577500', '131928.037500', '131928.497500', '131928.957500', '131929.417500', '131929.877500', '131930.337500', '131930.797500', '131931.257500', '131931.717500', '131932.177500', '131932.637500', '131933.097500', '131933.557500', '131934.017500', '131934.477500', '131934.937500', '131935.397500', '131935.857500', '131936.317500', '131936.777500', '131937.237500', '131937.697500', '131938.157500', '131938.617500', '131939.077500', '131939.537500', '131939.997500', '131940.457500', '131940.917500', '131941.377500', '131941.837500', '131942.297500', '131942.757500', '131943.217500', '131943.677500', '131944.137500', '131944.597500', '131945.057500', '131945.517500', '131945.977500', '131946.437500', '131946.897500', '131947.357500', '131947.817500', '131948.277500', '131948.737500', '131949.197500', '131949.657500', '131950.117500', '131950.577500', '131951.037500', '131951.497500', '131951.957500', '131952.417500', '131952.877500', '131953.337500', '131953.797500', '131954.257500', '131954.717500', '131955.177500', '131955.637500', '131956.097500', '131956.557500', '131957.017500', '131957.477500', '131957.937500', '131958.397500', '131958.857500', '131959.317500', '131959.777500', '132000.237500', '132000.697500', '132001.157500', '132001.617500', '132002.077500', '132002.537500', '132002.997500', '132003.457500', '132003.917500', '132004.377500', '132004.837500', '132005.297500', '132005.757500', '132006.217500', '132006.677500', '132007.137500', '132007.597500', '132008.057500', '132008.517500', '132008.977500', '132009.437500', '132009.897500', '132010.357500', '132010.817500', '132011.277500', '132011.737500', '132012.197500', '132012.657500', '132013.117500', '132013.577500', '132014.037500', '132014.497500', '132014.957500', '132015.417500', '132015.877500', '132016.337500', '132016.797500', '132017.257500', '132017.717500', '132018.177500', '132018.637500', '132019.097500', '132019.557500', '132020.017500', '132020.477500', '132020.937500', '132021.397500', '132021.857500', '132022.317500', '132022.777500', '132023.237500', '132023.697500', '132024.157500', '132024.617500', '132025.077500', '132025.537500', '132025.997500', '132026.457500', '132026.917500', '132027.377500', '132027.837500', '132028.297500', '132028.757500', '132029.217500', '132029.677500', '132030.137500', '132030.597500', '132031.057500', '132031.517500', '132031.977500', '132032.437500', '132032.897500', '132033.357500', '132033.817500', '132034.277500', '132034.737500', '132035.197500', '132035.657500', '132036.117500', '132036.577500', '132037.037500', '132037.497500', '132037.957500', '132038.417500', '132038.877500', '132039.337500', '132039.797500', '132040.257500', '132040.717500', '132041.177500', '132041.637500', '132042.097500', '132042.557500', '132043.017500', '132043.477500', '132043.937500', '132044.397500', '132044.857500', '132045.317500', '132045.777500', '132046.237500', '132046.697500', '132047.157500', '132047.617500', '132048.077500', '132048.537500', '132048.997500', '132049.457500', '132049.917500', '132050.377500', '132050.837500', '132051.297500', '132051.757500', '132052.217500', '132052.677500', '132053.137500', '132053.597500', '132054.057500', '132054.517500', '132054.977500', '132055.437500', '132055.897500', '132056.357500', '132056.817500', '132057.277500', '132057.737500', '132058.197500', '132058.657500', '132059.117500', '132059.577500', '132100.037500', '132100.497500', '132100.957500', '132101.417500', '132101.877500', '132102.337500', '132102.797500', '132103.257500', '132103.717500', '132104.177500', '132104.637500', '132105.097500', '132105.557500', '132106.017500', '132106.477500', '132106.937500', '132107.397500', '132107.857500', '132108.317500', '132108.777500', '132109.237500', '132109.697500', '132110.157500', '132110.617500', '132111.077500', '132111.537500', '132111.997500', '132112.457500', '132112.917500', '132113.377500', '132113.837500', '132114.297500', '132114.757500', '132115.217500', '132115.677500', '132116.137500', '132116.597500', '132117.057500', '132117.517500', '132117.977500', '132118.437500', '132118.897500', '132119.357500', '132119.817500', '132120.277500', '132120.737500', '132121.197500', '132121.657500', '132122.117500', '132122.577500', '132123.037500', '132123.497500', '132123.957500', '132124.417500', '132124.877500', '132125.337500', '132125.797500', '132126.257500', '132126.717500', '132127.177500', '132127.637500', '132128.097500', '132128.557500', '132129.017500', '132129.477500', '132129.937500', '132130.397500', '132130.857500', '132131.317500', '132131.777500', '132132.237500', '132132.697500', '132133.157500', '132133.617500', '132134.077500', '132134.537500', '132134.997500', '132135.457500', '132135.917500', '132136.377500', '132136.837500', '132137.297500', '132137.757500', '132138.217500', '132138.677500', '132139.137500', '132139.597500', '132140.057500', '132140.517500', '132140.977500', '132141.437500', '132141.897500', '132142.357500', '132142.817500', '132143.277500', '132143.737500', '132144.197500', '132144.657500', '132145.117500', '132145.577500', '132146.037500', '132146.497500', '132146.957500', '132147.417500', '132147.877500', '132148.337500', '132148.797500', '132149.257500', '132149.717500', '132150.177500', '132150.637500', '132151.097500', '132151.557500', '132152.017500', '132152.477500', '132152.937500', '132153.397500', '132153.857500', '132154.317500', '132154.777500', '132155.237500', '132155.697500', '132156.157500', '132156.617500', '132157.077500', '132157.537500', '132157.997500', '132158.457500', '132158.917500', '132159.377500', '132159.837500', '132200.297500', '132200.757500', '132201.217500', '132201.677500', '132202.137500', '132202.597500', '132203.057500', '132203.517500', '132203.977500', '132204.437500', '132204.897500', '132205.357500', '132205.817500', '132206.277500', '132206.737500', '132207.197500', '132207.657500', '132208.117500', '132208.577500', '132209.037500', '132209.497500', '132209.957500', '132210.417500', '132210.877500', '132211.337500', '132211.797500', '132212.257500', '132212.717500', '132213.177500', '132213.637500', '132214.097500', '132214.557500', '132215.017500', '132215.477500', '132215.937500', '132216.397500', '132216.857500', '132217.317500', '132217.777500', '132218.237500', '132218.697500', '132219.157500', '132219.617500', '132220.077500', '132220.537500', '132220.997500', '132221.457500', '132221.917500', '132222.377500', '132222.837500', '132223.297500', '132223.757500', '132224.217500', '132224.677500', '132225.137500', '132225.597500', '132226.057500', '132226.517500', '132226.977500', '132227.437500', '132227.897500', '132228.357500', '132228.817500', '132229.277500', '132229.737500', '132230.197500', '132230.657500', '132231.117500', '132231.577500', '132232.037500', '132232.497500', '132232.957500', '132233.417500', '132233.877500', '132234.337500', '132234.797500', '132235.257500', '132235.717500', '132236.177500', '132236.637500', '132237.097500', '132237.557500', '132238.017500', '132238.477500', '132238.937500', '132239.397500', '132239.857500', '132240.317500', '132240.777500', '132241.237500', '132241.697500', '132242.157500', '132242.617500', '132243.077500', '132243.537500', '132243.997500', '132244.457500', '132244.917500', '132245.377500', '132245.837500', '132246.297500', '132246.757500', '132247.217500', '132247.677500', '132248.137500', '132248.597500', '132249.057500', '132249.517500', '132249.977500', '132250.437500', '132250.897500', '132251.357500', '132251.817500', '132252.277500', '132252.737500', '132253.197500', '132253.657500', '132254.117500', '132254.577500', '132255.037500', '132255.497500', '132255.957500', '132256.417500', '132256.877500', '132257.337500', '132257.797500', '132258.257500', '132258.717500', '132259.177500', '132259.637500', '132300.097500', '132300.557500', '132301.017500', '132301.477500', '132301.937500', '132302.397500', '132302.857500', '132303.317500', '132303.777500', '132304.237500', '132304.697500', '132305.157500', '132305.617500', '132306.077500', '132306.537500', '132306.997500', '132307.457500', '132307.917500', '132308.377500', '132308.837500', '132309.297500', '132309.757500', '132310.217500', '132310.677500', '132311.137500', '132311.597500', '132312.057500', '132312.517500', '132312.977500', '132313.437500', '132313.897500', '132314.357500', '132314.817500', '132315.277500', '132315.737500', '132316.197500', '132316.657500', '132317.117500', '132317.577500', '132318.037500', '132318.497500', '132318.957500', '132319.417500', '132319.877500', '132320.337500', '132320.797500', '132321.257500', '132321.717500', '132322.177500', '132322.637500', '132323.097500', '132323.557500', '132324.017500', '132324.477500', '132324.937500', '132325.397500', '132325.857500', '132326.317500', '132326.777500', '132327.237500', '132327.697500', '132328.157500', '132328.617500', '132329.077500', '132329.537500', '132329.997500', '132330.457500', '132330.917500', '132331.377500', '132331.837500', '132332.297500', '132332.757500', '132333.217500', '132333.677500', '132334.137500', '132334.597500', '132335.057500', '132335.517500', '132335.977500', '132336.437500', '132336.897500', '132337.357500', '132337.817500', '132338.277500', '132338.737500', '132339.197500', '132339.657500', '132340.117500', '132340.577500', '132341.037500', '132341.497500', '132341.957500', '132342.417500', '132342.877500', '132343.337500', '132343.797500', '132344.257500', '132344.717500', '132345.177500', '132345.637500', '132346.097500', '132346.557500', '132347.017500', '132347.477500', '132347.937500', '132348.397500', '132348.857500', '132349.317500', '132349.777500', '132350.237500', '132350.697500', '132351.157500', '132351.617500', '132352.077500', '132352.537500', '132352.997500', '132353.457500', '132353.917500', '132354.377500', '132354.837500', '132355.297500', '132355.757500', '132356.217500', '132356.677500', '132357.137500', '132357.597500', '132358.057500', '132358.517500', '132358.977500', '132359.437500', '132359.897500', '132400.357500', '132400.817500', '132401.277500', '132401.737500', '132402.197500', '132402.657500', '132403.117500', '132403.577500', '132404.037500', '132404.497500', '132404.957500', '132405.417500', '132405.877500', '132406.337500', '132406.797500', '132407.257500', '132407.717500', '132408.177500', '132408.637500', '132409.097500', '132409.557500', '132410.017500', '132410.477500', '132410.937500', '132411.397500', '132411.857500', '132412.317500', '132412.777500', '132413.237500', '132413.697500', '132414.157500', '132414.617500', '132415.077500', '132415.537500', '132415.997500', '132416.457500', '132416.917500', '132417.377500', '132417.837500', '132418.297500', '132418.757500', '132419.217500', '132419.677500', '132420.137500', '132420.597500', '132421.057500', '132421.517500', '132421.977500', '132422.437500', '132422.897500', '132423.357500', '132423.817500', '132424.277500', '132424.737500', '132425.197500', '132425.657500', '132426.117500', '132426.577500', '132427.037500', '132427.497500', '132427.957500', '132428.417500', '132428.877500', '132429.337500', '132429.797500', '132430.257500', '132430.717500', '132431.177500', '132431.637500', '132432.097500', '132432.557500', '132433.017500', '132433.477500', '132433.937500', '132434.397500', '132434.857500', '132435.317500', '132435.777500', '132436.237500', '132436.697500', '132437.157500', '132437.617500', '132438.077500', '132438.537500', '132438.997500', '132439.457500', '132439.917500', '132440.377500', '132440.837500', '132441.297500', '132441.757500', '132442.217500', '132442.677500', '132443.137500', '132443.597500', '132444.057500', '132444.517500', '132444.977500', '132445.437500', '132445.897500', '132446.357500', '132446.817500', '132447.277500', '132447.737500', '132448.197500', '132448.657500', '132449.117500', '132449.577500', '132450.037500', '132450.497500', '132450.957500', '132451.417500', '132451.877500', '132452.337500', '132452.797500', '132453.257500', '132453.717500', '132454.177500', '132454.637500', '132455.097500', '132455.557500', '132456.017500', '132456.477500', '132456.937500', '132457.397500', '132457.857500', '132458.317500', '132458.777500', '132459.237500', '132459.697500', '132500.157500', '132500.617500', '132501.077500', '132501.537500', '132501.997500', '132502.457500', '132502.917500', '132503.377500', '132503.837500', '132504.297500', '132504.757500', '132505.217500', '132505.677500', '132506.137500', '132506.597500', '132507.057500', '132507.517500', '132507.977500', '132508.437500', '132508.897500', '132509.357500', '132509.817500', '132510.277500', '132510.737500', '132511.197500', '132511.657500', '132512.117500', '132512.577500', '132513.037500', '132513.497500', '132513.957500', '132514.417500', '132514.877500', '132515.337500', '132515.797500', '132516.257500', '132516.717500', '132517.177500', '132517.637500', '132518.097500', '132518.557500', '132519.017500', '132519.477500', '132519.937500', '132520.397500', '132520.857500', '132521.317500', '132521.777500', '132522.237500', '132522.697500', '132523.157500', '132523.617500', '132524.077500', '132524.537500', '132524.997500', '132525.457500', '132525.917500', '132526.377500', '132526.837500', '132527.297500', '132527.757500', '132528.217500', '132528.677500', '132529.137500', '132529.597500', '132530.057500', '132530.517500', '132530.977500', '132531.437500', '132531.897500', '132532.357500', '132532.817500', '132533.277500', '132533.737500', '132534.197500', '132534.657500', '132535.117500', '132535.577500', '132536.037500', '132536.497500', '132536.957500', '132537.417500', '132537.877500', '132538.337500', '132538.797500', '132539.257500', '132539.717500', '132540.177500', '132540.637500', '132541.097500', '132541.557500', '132542.017500', '132542.477500', '132542.937500', '132543.397500', '132543.857500', '132544.317500', '132544.777500', '132545.237500', '132545.697500', '132546.157500', '132546.617500', '132547.077500', '132547.537500', '132547.997500', '132548.457500', '132548.917500', '132549.377500', '132549.837500', '132550.297500', '132550.757500', '132551.217500', '132551.677500', '132552.137500', '132552.597500', '132553.057500', '132553.517500', '132553.977500', '132554.437500', '132554.897500', '132555.357500', '132555.817500', '132556.277500', '132556.737500', '132557.197500', '132557.657500', '132558.117500', '132558.577500', '132559.037500', '132559.497500', '132559.957500', '132600.417500', '132600.877500', '132601.337500', '132601.797500', '132602.257500', '132602.717500', '132603.177500', '132603.637500', '132604.097500', '132604.557500', '132605.017500', '132605.477500', '132605.937500', '132606.397500', '132606.857500', '132607.317500', '132607.777500', '132608.237500', '132608.697500', '132609.157500', '132609.617500', '132610.077500', '132610.537500', '132610.997500', '132611.457500', '132611.917500', '132612.377500', '132612.837500', '132613.297500', '132613.757500', '132614.217500', '132614.677500', '132615.137500', '132615.597500', '132616.057500', '132616.517500', '132616.977500', '132617.437500', '132617.897500', '132618.357500', '132618.817500', '132619.277500', '132619.737500', '132620.197500', '132620.657500', '132621.117500', '132621.577500', '132622.037500', '132622.497500', '132622.957500', '132623.417500', '132623.877500', '132624.337500', '132624.797500', '132625.257500', '132625.717500', '132626.177500', '132626.637500', '132627.097500', '132627.557500', '132628.017500', '132628.477500', '132628.937500', '132629.397500', '132629.857500', '132630.317500', '132630.777500', '132631.237500', '132631.697500', '132632.157500', '132632.617500', '132633.077500', '132633.537500', '132633.997500', '132634.457500', '132634.917500', '132635.377500', '132635.837500', '132636.297500', '132636.757500', '132637.217500', '132637.677500', '132638.137500', '132638.597500', '132639.057500', '132639.517500', '132639.977500', '132640.437500', '132640.897500', '132641.357500', '132641.817500', '132642.277500', '132642.737500', '132643.197500', '132643.657500', '132644.117500', '132644.577500', '132645.037500', '132645.497500', '132645.957500', '132646.417500', '132646.877500', '132647.337500', '132647.797500', '132648.257500', '132648.717500', '132649.177500', '132649.637500', '132650.097500', '132650.557500', '132651.017500', '132651.477500', '132651.937500', '132652.397500', '132652.857500', '132653.317500', '132653.777500', '132654.237500', '132654.697500', '132655.157500', '132655.617500', '132656.077500', '132656.537500', '132656.997500', '132657.457500', '132657.917500', '132658.377500', '132658.837500', '132659.297500', '132659.757500', '132700.217500', '132700.677500', '132701.137500', '132701.597500', '132702.057500', '132702.517500', '132702.977500', '132703.437500', '132703.897500', '132704.357500', '132704.817500', '132705.277500', '132705.737500', '132706.197500', '132706.657500', '132707.117500', '132707.577500', '132708.037500', '132708.497500', '132708.957500', '132709.417500', '132709.877500', '132710.337500', '132710.797500', '132711.257500', '132711.717500', '132712.177500', '132712.637500', '132713.097500', '132713.557500', '132714.017500', '132714.477500', '132714.937500', '132715.397500', '132715.857500', '132716.317500', '132716.777500', '132717.237500', '132717.697500', '132718.157500', '132718.617500', '132719.077500', '132719.537500', '132719.997500', '132720.457500', '132720.917500', '132721.377500', '132721.837500', '132722.297500', '132722.757500', '132723.217500', '132723.677500', '132724.137500', '132724.597500', '132725.057500', '132725.517500', '132725.977500', '132726.437500', '132726.897500', '132727.357500', '132727.817500', '132728.277500', '132728.737500', '132729.197500', '132729.657500', '132730.117500', '132730.577500', '132731.037500', '132731.497500', '132731.957500', '132732.417500', '132732.877500', '132733.337500', '132733.797500', '132734.257500', '132734.717500', '132735.177500', '132735.637500', '132736.097500', '132736.557500', '132737.017500', '132737.477500', '132737.937500', '132738.397500', '132738.857500', '132739.317500', '132739.777500', '132740.237500', '132740.697500', '132741.157500', '132741.617500', '132742.077500', '132742.537500', '132742.997500', '132743.457500', '132743.917500', '132744.377500', '132744.837500', '132745.297500', '132745.757500', '132746.217500', '132746.677500', '132747.137500', '132747.597500', '132748.057500', '132748.517500', '132748.977500', '132749.437500', '132749.897500', '132750.357500', '132750.817500', '132751.277500', '132751.737500', '132752.197500', '132752.657500', '132753.117500', '132753.577500', '132754.037500', '132754.497500', '132754.957500', '132755.417500', '132755.877500', '132756.337500', '132756.797500', '132757.257500', '132757.717500', '132758.177500', '132758.637500', '132759.097500', '132759.557500', '132800.017500', '132800.477500', '132800.937500', '132801.397500', '132801.857500', '132802.317500', '132802.777500', '132803.237500', '132803.697500', '132804.157500', '132804.617500', '132805.077500', '132805.537500', '132805.997500', '132806.457500', '132806.917500', '132807.377500', '132807.837500', '132808.297500', '132808.757500', '132809.217500', '132809.677500', '132810.137500', '132810.597500', '132811.057500', '132811.517500', '132811.977500', '132812.437500', '132812.897500', '132813.357500', '132813.817500', '132814.277500', '132814.737500', '132815.197500', '132815.657500', '132816.117500', '132816.577500', '132817.037500', '132817.497500', '132817.957500', '132818.417500', '132818.877500', '132819.337500', '132819.797500', '132820.257500', '132820.717500', '132821.177500', '132821.637500', '132822.097500', '132822.557500', '132823.017500', '132823.477500', '132823.937500', '132824.397500', '132824.857500', '132825.317500', '132825.777500', '132826.237500', '132826.697500', '132827.157500', '132827.617500', '132828.077500', '132828.537500'], 'ContentTime': ['131831.886000', '131831.889000', '131831.901000', '131831.903000', '131831.906000', '131831.908000', '131831.911000', '131831.914000', '131831.916000', '131831.919000', '131831.922000', '131831.928000', '131831.930000', '131831.933000', '131831.935000', '131831.938000', '131831.941000', '131831.943000', '131831.946000', '131831.949000', '131831.951000', '131831.954000', '131851.857000', '131851.859000', '131851.862000', '131851.864000', '131851.867000', '131851.870000', '131851.872000', '131851.875000', '131851.877000', '131851.880000', '131851.882000', '131851.885000', '131851.887000', '131851.890000', '131851.892000', '131851.895000', '131851.897000', '131851.900000', '131851.903000', '131851.905000', '131851.908000', '131851.910000', '131851.913000', '131851.915000', '131851.918000', '131851.920000', '131851.923000', '131851.934000', '131851.937000', '131851.939000', '131851.942000', '131851.944000', '131851.947000', '131851.950000', '131851.952000', '131851.955000', '131851.957000', '131851.960000', '131851.962000', '131851.965000', '131851.968000', '131851.970000', '131851.973000', '131911.857000', '131911.866000', '131911.869000', '131911.872000', '131911.874000', '131911.877000', '131911.879000', '131911.882000', '131911.884000', '131911.887000', '131911.889000', '131911.892000', '131911.894000', '131911.897000', '131911.900000', '131911.902000', '131911.905000', '131911.907000', '131911.910000', '131911.913000', '131911.915000', '131911.918000', '131911.920000', '131911.923000', '131911.926000', '131911.928000', '131911.931000', '131911.933000', '131911.936000', '131911.938000', '131911.941000', '131911.944000', '131911.946000', '131911.949000', '131911.951000', '131911.954000', '131911.956000', '131911.959000', '131911.961000', '131911.964000', '131911.966000', '131911.969000', '131911.971000', '131931.857000', '131931.860000', '131931.863000', '131931.866000', '131931.881000', '131931.884000', '131931.887000', '131931.889000', '131931.892000', '131931.894000', '131931.897000', '131931.900000', '131931.902000', '131931.905000', '131931.907000', '131931.910000', '131931.913000', '131931.915000', '131931.918000', '131931.920000', '131931.923000', '131931.926000', '131931.928000', '131931.931000', '131931.933000', '131931.936000', '131931.938000', '131931.941000', '131931.944000', '131931.946000', '131931.949000', '131931.951000', '131931.954000', '131931.956000', '131931.959000', '131931.962000', '131931.964000', '131931.967000', '131931.969000', '131931.972000', '131931.974000', '131931.977000', '131931.980000', '131931.982000', '131951.857000', '131951.860000', '131951.863000', '131951.866000', '131951.868000', '131951.871000', '131951.874000', '131951.876000', '131951.879000', '131951.881000', '131951.884000', '131951.886000', '131951.889000', '131951.892000', '131951.894000', '131951.897000', '131951.899000', '131951.902000', '131951.905000', '131951.908000', '131951.910000', '131951.913000', '131951.916000', '131951.918000', '131951.921000', '131951.923000', '131951.926000', '131951.928000', '131951.931000', '131951.933000', '131951.936000', '131951.939000', '131951.941000', '131951.944000', '131951.946000', '131951.949000', '131951.952000', '131951.954000', '131951.957000', '131951.959000', '131951.962000', '131951.964000', '131951.967000', '132011.858000', '132011.860000', '132011.863000', '132011.866000', '132011.868000', '132011.871000', '132011.873000', '132011.876000', '132011.878000', '132011.881000', '132011.884000', '132011.886000', '132011.889000', '132011.892000', '132011.894000', '132011.897000', '132011.899000', '132011.902000', '132011.905000', '132011.907000', '132011.910000', '132011.912000', '132011.915000', '132011.918000', '132011.920000', '132011.923000', '132011.925000', '132011.928000', '132011.930000', '132011.933000', '132011.936000', '132011.938000', '132011.941000', '132011.943000', '132011.946000', '132011.948000', '132011.951000', '132011.954000', '132011.956000', '132011.959000', '132011.961000', '132011.964000', '132011.967000', '132011.969000', '132031.857000', '132031.860000', '132031.863000', '132031.866000', '132031.868000', '132031.871000', '132031.873000', '132031.876000', '132031.879000', '132031.881000', '132031.884000', '132031.887000', '132031.889000', '132031.892000', '132031.895000', '132031.898000', '132031.901000', '132031.904000', '132031.906000', '132031.909000', '132031.911000', '132031.914000', '132031.916000', '132031.919000', '132031.921000', '132031.924000', '132031.927000', '132031.929000', '132031.932000', '132031.935000', '132031.937000', '132031.940000', '132031.943000', '132031.945000', '132031.948000', '132031.951000', '132031.953000', '132031.956000', '132031.959000', '132031.961000', '132031.964000', '132031.966000', '132031.969000', '132051.857000', '132051.859000', '132051.862000', '132051.865000', '132051.868000', '132051.870000', '132051.873000', '132051.875000', '132051.878000', '132051.881000', '132051.883000', '132051.886000', '132051.889000', '132051.891000', '132051.894000', '132051.896000', '132051.899000', '132051.902000', '132051.904000', '132051.907000', '132051.909000', '132051.912000', '132051.915000', '132051.917000', '132051.920000', '132051.922000', '132051.925000', '132051.928000', '132051.930000', '132051.933000', '132051.936000', '132051.938000', '132051.941000', '132051.943000', '132051.946000', '132051.948000', '132051.951000', '132051.954000', '132051.956000', '132051.959000', '132051.961000', '132051.964000', '132051.966000', '132051.976000', '132111.856000', '132111.859000', '132111.862000', '132111.865000', '132111.867000', '132111.870000', '132111.873000', '132111.875000', '132111.878000', '132111.880000', '132111.883000', '132111.886000', '132111.888000', '132111.891000', '132111.894000', '132111.896000', '132111.899000', '132111.902000', '132111.905000', '132111.907000', '132111.910000', '132111.912000', '132111.915000', '132111.918000', '132111.920000', '132111.923000', '132111.926000', '132111.928000', '132111.931000', '132111.933000', '132111.936000', '132111.938000', '132111.941000', '132111.943000', '132111.947000', '132111.950000', '132111.952000', '132111.955000', '132111.958000', '132111.960000', '132111.963000', '132111.965000', '132111.968000', '132131.858000', '132131.860000', '132131.863000', '132131.865000', '132131.868000', '132131.871000', '132131.874000', '132131.876000', '132131.879000', '132131.882000', '132131.884000', '132131.887000', '132131.890000', '132131.892000', '132131.895000', '132131.898000', '132131.900000', '132131.903000', '132131.906000', '132131.908000', '132131.911000', '132131.914000', '132131.916000', '132131.919000', '132131.922000', '132131.924000', '132131.927000', '132131.930000', '132131.932000', '132131.935000', '132131.937000', '132131.940000', '132131.943000', '132131.945000', '132131.948000', '132131.951000', '132131.953000', '132131.956000', '132131.959000', '132131.961000', '132131.964000', '132131.967000', '132131.969000', '132131.972000', '132151.857000', '132151.860000', '132151.863000', '132151.866000', '132151.868000', '132151.871000', '132151.873000', '132151.876000', '132151.878000', '132151.881000', '132151.884000', '132151.886000', '132151.889000', '132151.891000', '132151.894000', '132151.897000', '132151.900000', '132151.902000', '132151.905000', '132151.908000', '132151.910000', '132151.913000', '132151.916000', '132151.918000', '132151.921000', '132151.924000', '132151.926000', '132151.929000', '132151.931000', '132151.934000', '132151.936000', '132151.939000', '132151.941000', '132151.944000', '132151.947000', '132151.949000', '132151.952000', '132151.954000', '132151.957000', '132151.959000', '132151.962000', '132151.965000', '132151.967000', '132211.857000', '132211.860000', '132211.863000', '132211.865000', '132211.868000', '132211.871000', '132211.874000', '132211.876000', '132211.879000', '132211.881000', '132211.884000', '132211.887000', '132211.889000', '132211.892000', '132211.894000', '132211.897000', '132211.900000', '132211.902000', '132211.905000', '132211.907000', '132211.910000', '132211.913000', '132211.915000', '132211.918000', '132211.920000', '132211.923000', '132211.925000', '132211.928000', '132211.931000', '132211.933000', '132211.936000', '132211.938000', '132211.941000', '132211.944000', '132211.946000', '132211.949000', '132211.951000', '132211.954000', '132211.956000', '132211.959000', '132211.962000', '132211.964000', '132211.967000', '132211.969000', '132231.858000', '132231.860000', '132231.863000', '132231.866000', '132231.869000', '132231.871000', '132231.874000', '132231.876000', '132231.879000', '132231.882000', '132231.884000', '132231.887000', '132231.889000', '132231.892000', '132231.895000', '132231.897000', '132231.900000', '132231.902000', '132231.905000', '132231.908000', '132231.910000', '132231.913000', '132231.915000', '132231.918000', '132231.934000', '132231.937000', '132231.939000', '132231.942000', '132231.945000', '132231.947000', '132231.950000', '132231.952000', '132231.955000', '132231.957000', '132231.960000', '132231.963000', '132231.965000', '132231.968000', '132231.970000', '132231.973000', '132231.976000', '132231.978000', '132231.981000', '132251.857000', '132251.860000', '132251.863000', '132251.865000', '132251.868000', '132251.871000', '132251.873000', '132251.876000', '132251.878000', '132251.881000', '132251.883000', '132251.886000', '132251.889000', '132251.891000', '132251.894000', '132251.896000', '132251.899000', '132251.902000', '132251.904000', '132251.907000', '132251.910000', '132251.912000', '132251.915000', '132251.917000', '132251.920000', '132251.922000', '132251.925000', '132251.927000', '132251.930000', '132251.933000', '132251.935000', '132251.938000', '132251.940000', '132251.943000', '132251.946000', '132251.948000', '132251.951000', '132251.953000', '132251.956000', '132251.958000', '132251.961000', '132251.963000', '132251.966000', '132251.969000', '132311.856000', '132311.859000', '132311.862000', '132311.864000', '132311.867000', '132311.870000', '132311.872000', '132311.875000', '132311.878000', '132311.880000', '132311.883000', '132311.885000', '132311.888000', '132311.891000', '132311.893000', '132311.896000', '132311.899000', '132311.901000', '132311.904000', '132311.906000', '132311.909000', '132311.912000', '132311.914000', '132311.917000', '132311.919000', '132311.922000', '132311.925000', '132311.927000', '132311.930000', '132311.932000', '132311.935000', '132311.937000', '132311.940000', '132311.943000', '132311.945000', '132311.948000', '132311.950000', '132311.953000', '132311.956000', '132311.958000', '132311.961000', '132311.963000', '132311.966000', '132331.857000', '132331.859000', '132331.862000', '132331.865000', '132331.867000', '132331.870000', '132331.872000', '132331.875000', '132331.878000', '132331.880000', '132331.883000', '132331.885000', '132331.888000', '132331.891000', '132331.893000', '132331.896000', '132331.899000', '132331.901000', '132331.904000', '132331.906000', '132331.909000', '132331.912000', '132331.914000', '132331.917000', '132331.920000', '132331.922000', '132331.925000', '132331.927000', '132331.930000', '132331.932000', '132331.935000', '132331.938000', '132331.940000', '132331.943000', '132331.945000', '132331.948000', '132331.951000', '132331.953000', '132331.956000', '132331.958000', '132331.961000', '132331.964000', '132331.966000', '132331.969000', '132351.858000', '132351.860000', '132351.863000', '132351.866000', '132351.868000', '132351.871000', '132351.873000', '132351.876000', '132351.879000', '132351.881000', '132351.884000', '132351.886000', '132351.889000', '132351.892000', '132351.894000', '132351.897000', '132351.900000', '132351.902000', '132351.905000', '132351.908000', '132351.911000', '132351.913000', '132351.916000', '132351.918000', '132351.921000', '132351.923000', '132351.926000', '132351.929000', '132351.931000', '132351.934000', '132351.936000', '132351.939000', '132351.942000', '132351.944000', '132351.947000', '132351.949000', '132351.952000', '132351.954000', '132351.957000', '132351.960000', '132351.962000', '132351.965000', '132351.967000', '132411.857000', '132411.860000', '132411.863000', '132411.865000', '132411.868000', '132411.871000', '132411.873000', '132411.876000', '132411.878000', '132411.881000', '132411.884000', '132411.886000', '132411.889000', '132411.891000', '132411.894000', '132411.897000', '132411.899000', '132411.902000', '132411.904000', '132411.907000', '132411.910000', '132411.912000', '132411.915000', '132411.917000', '132411.920000', '132411.923000', '132411.925000', '132411.928000', '132411.930000', '132411.933000', '132411.935000', '132411.938000', '132411.941000', '132411.943000', '132411.946000', '132411.948000', '132411.951000', '132411.954000', '132411.956000', '132411.959000', '132411.961000', '132411.964000', '132411.966000', '132411.969000', '132431.857000', '132431.860000', '132431.863000', '132431.866000', '132431.868000', '132431.871000', '132431.874000', '132431.876000', '132431.879000', '132431.881000', '132431.884000', '132431.887000', '132431.889000', '132431.892000', '132431.895000', '132431.897000', '132431.900000', '132431.902000', '132431.905000', '132431.908000', '132431.910000', '132431.913000', '132431.915000', '132431.918000', '132431.921000', '132431.923000', '132431.926000', '132431.928000', '132431.931000', '132431.934000', '132431.936000', '132431.939000', '132431.941000', '132431.944000', '132431.947000', '132431.949000', '132431.953000', '132431.956000', '132431.958000', '132431.961000', '132431.963000', '132431.966000', '132431.969000', '132451.857000', '132451.860000', '132451.863000', '132451.865000', '132451.868000', '132451.871000', '132451.873000', '132451.876000', '132451.878000', '132451.881000', '132451.884000', '132451.886000', '132451.889000', '132451.891000', '132451.894000', '132451.896000', '132451.899000', '132451.902000', '132451.904000', '132451.907000', '132451.909000', '132451.912000', '132451.915000', '132451.917000', '132451.920000', '132451.922000', '132451.934000', '132451.937000', '132451.939000', '132451.942000', '132451.944000', '132451.947000', '132451.949000', '132451.952000', '132451.955000', '132451.957000', '132451.960000', '132451.962000', '132451.965000', '132451.967000', '132451.970000', '132451.973000', '132451.975000', '132451.978000', '132511.857000', '132511.860000', '132511.863000', '132511.865000', '132511.868000', '132511.871000', '132511.873000', '132511.876000', '132511.878000', '132511.881000', '132511.883000', '132511.886000', '132511.889000', '132511.891000', '132511.894000', '132511.896000', '132511.899000', '132511.901000', '132511.904000', '132511.907000', '132511.909000', '132511.912000', '132511.914000', '132511.917000', '132511.919000', '132511.922000', '132511.925000', '132511.927000', '132511.930000', '132511.932000', '132511.935000', '132511.938000', '132511.940000', '132511.943000', '132511.945000', '132511.948000', '132511.951000', '132511.953000', '132511.956000', '132511.958000', '132511.961000', '132511.964000', '132511.966000', '132531.857000', '132531.859000', '132531.874000', '132531.877000', '132531.879000', '132531.882000', '132531.884000', '132531.887000', '132531.890000', '132531.892000', '132531.895000', '132531.897000', '132531.900000', '132531.903000', '132531.905000', '132531.908000', '132531.910000', '132531.913000', '132531.916000', '132531.918000', '132531.921000', '132531.924000', '132531.926000', '132531.929000', '132531.931000', '132531.934000', '132531.936000', '132531.939000', '132531.942000', '132531.944000', '132531.947000', '132531.950000', '132531.952000', '132531.955000', '132531.957000', '132531.960000', '132531.962000', '132531.965000', '132531.967000', '132531.970000', '132531.973000', '132531.975000', '132531.978000', '132531.980000', '132551.856000', '132551.859000', '132551.862000', '132551.865000', '132551.867000', '132551.870000', '132551.872000', '132551.875000', '132551.878000', '132551.880000', '132551.883000', '132551.885000', '132551.888000', '132551.891000', '132551.893000', '132551.896000', '132551.898000', '132551.901000', '132551.904000', '132551.906000', '132551.909000', '132551.911000', '132551.914000', '132551.916000', '132551.919000', '132551.922000', '132551.924000', '132551.927000', '132551.929000', '132551.932000', '132551.935000', '132551.937000', '132551.940000', '132551.942000', '132551.945000', '132551.948000', '132551.950000', '132551.953000', '132551.955000', '132551.958000', '132551.960000', '132551.963000', '132551.966000', '132611.858000', '132611.870000', '132611.873000', '132611.875000', '132611.878000', '132611.881000', '132611.883000', '132611.886000', '132611.889000', '132611.891000', '132611.894000', '132611.897000', '132611.899000', '132611.902000', '132611.904000', '132611.907000', '132611.910000', '132611.912000', '132611.915000', '132611.917000', '132611.920000', '132611.923000', '132611.925000', '132611.928000', '132611.930000', '132611.933000', '132611.936000', '132611.938000', '132611.941000', '132611.943000', '132611.946000', '132611.949000', '132611.951000', '132611.954000', '132611.956000', '132611.959000', '132611.962000', '132611.964000', '132611.967000', '132611.969000', '132611.972000', '132611.974000', '132611.977000', '132631.858000', '132631.861000', '132631.863000', '132631.866000', '132631.868000', '132631.871000', '132631.874000', '132631.876000', '132631.879000', '132631.881000', '132631.884000', '132631.887000', '132631.889000', '132631.892000', '132631.895000', '132631.897000', '132631.900000', '132631.902000', '132631.905000', '132631.907000', '132631.910000', '132631.913000', '132631.915000', '132631.918000', '132631.920000', '132631.923000', '132631.926000', '132631.928000', '132631.931000', '132631.933000', '132631.936000', '132631.939000', '132631.941000', '132631.944000', '132631.946000', '132631.949000', '132631.952000', '132631.954000', '132631.957000', '132631.959000', '132631.962000', '132631.964000', '132631.967000', '132631.970000', '132651.857000', '132651.860000', '132651.863000', '132651.865000', '132651.868000', '132651.871000', '132651.873000', '132651.876000', '132651.878000', '132651.881000', '132651.883000', '132651.886000', '132651.889000', '132651.892000', '132651.894000', '132651.897000', '132651.899000', '132651.902000', '132651.905000', '132651.907000', '132651.910000', '132651.912000', '132651.915000', '132651.918000', '132651.920000', '132651.923000', '132651.926000', '132651.928000', '132651.931000', '132651.933000', '132651.936000', '132651.938000', '132651.941000', '132651.944000', '132651.946000', '132651.949000', '132651.951000', '132651.954000', '132651.957000', '132651.959000', '132651.962000', '132651.964000', '132651.967000', '132711.858000', '132711.860000', '132711.863000', '132711.866000', '132711.868000', '132711.871000', '132711.873000', '132711.876000', '132711.878000', '132711.881000', '132711.884000', '132711.886000', '132711.889000', '132711.891000', '132711.894000', '132711.897000', '132711.899000', '132711.902000', '132711.905000', '132711.907000', '132711.910000', '132711.912000', '132711.915000', '132711.918000', '132711.920000', '132711.923000', '132711.925000', '132711.928000', '132711.931000', '132711.933000', '132711.936000', '132711.938000', '132711.941000', '132711.944000', '132711.946000', '132711.949000', '132711.951000', '132711.954000', '132711.957000', '132711.959000', '132711.962000', '132711.964000', '132711.967000', '132711.969000', '132731.858000', '132731.861000', '132731.863000', '132731.866000', '132731.868000', '132731.871000', '132731.874000', '132731.876000', '132731.879000', '132731.881000', '132731.884000', '132731.887000', '132731.889000', '132731.892000', '132731.894000', '132731.897000', '132731.900000', '132731.902000', '132731.906000', '132731.908000', '132731.911000', '132731.913000', '132731.916000', '132731.919000', '132731.922000', '132731.924000', '132731.927000', '132731.929000', '132731.932000', '132731.935000', '132731.937000', '132731.940000', '132731.942000', '132731.945000', '132731.948000', '132731.950000', '132731.953000', '132731.955000', '132731.958000', '132731.961000', '132731.964000', '132731.967000', '132731.969000', '132751.856000', '132751.859000', '132751.862000', '132751.864000', '132751.867000', '132751.870000', '132751.872000', '132751.875000', '132751.877000', '132751.880000', '132751.883000', '132751.885000', '132751.888000', '132751.891000', '132751.894000', '132751.896000', '132751.899000', '132751.901000', '132751.904000', '132751.907000', '132751.909000', '132751.912000', '132751.915000', '132751.917000', '132751.921000', '132751.923000', '132751.926000', '132751.928000', '132751.931000', '132751.934000', '132751.936000', '132751.939000', '132751.942000', '132751.944000', '132751.947000', '132751.949000', '132751.952000', '132751.955000', '132751.957000', '132751.960000', '132751.962000', '132751.965000', '132751.968000', '132751.970000', '132811.857000', '132811.860000', '132811.862000', '132811.865000', '132811.867000', '132811.870000', '132811.872000', '132811.875000', '132811.878000', '132811.881000', '132811.884000', '132811.887000', '132811.889000', '132811.892000', '132811.894000', '132811.897000', '132811.900000', '132811.902000', '132811.905000', '132811.907000', '132811.910000', '132811.912000', '132811.915000', '132811.918000', '132811.921000', '132811.923000', '132811.926000', '132811.928000', '132811.931000', '132811.933000', '132811.936000', '132811.939000', '132811.941000', '132811.944000', '132811.946000', '132811.949000', '132811.952000', '132811.954000', '132811.957000', '132811.959000', '132811.962000', '132811.965000', '132811.968000', '132829.796000', '132829.799000', '132829.802000', '132829.805000', '132829.807000', '132829.810000', '132829.813000', '132829.816000', '132829.818000', '132829.821000', '132829.824000', '132829.827000', '132829.829000', '132829.832000', '132829.835000', '132829.837000', '132829.840000', '132829.843000', '132829.845000', '132829.848000', '132829.851000', '132829.854000', '132829.858000', '132829.860000', '132829.863000', '132829.866000', '132829.868000', '132829.871000', '132829.874000', '132829.876000', '132829.879000', '132829.882000', '132829.884000', '132829.887000', '132829.890000', '132829.894000', '132829.897000', '132829.899000', '132829.902000', '132829.905000'], 'InstanceCreationTime': ['131831.886000', '131831.889000', '131831.901000', '131831.903000', '131831.906000', '131831.908000', '131831.911000', '131831.914000', '131831.916000', '131831.919000', '131831.922000', '131831.928000', '131831.930000', '131831.933000', '131831.935000', '131831.938000', '131831.941000', '131831.943000', '131831.946000', '131831.949000', '131831.951000', '131831.954000', '131851.857000', '131851.859000', '131851.862000', '131851.864000', '131851.867000', '131851.870000', '131851.872000', '131851.875000', '131851.877000', '131851.880000', '131851.882000', '131851.885000', '131851.887000', '131851.890000', '131851.892000', '131851.895000', '131851.897000', '131851.900000', '131851.903000', '131851.905000', '131851.908000', '131851.910000', '131851.913000', '131851.915000', '131851.918000', '131851.920000', '131851.923000', '131851.934000', '131851.937000', '131851.939000', '131851.942000', '131851.944000', '131851.947000', '131851.950000', '131851.952000', '131851.955000', '131851.957000', '131851.960000', '131851.962000', '131851.965000', '131851.968000', '131851.970000', '131851.973000', '131911.857000', '131911.866000', '131911.869000', '131911.872000', '131911.874000', '131911.877000', '131911.879000', '131911.882000', '131911.884000', '131911.887000', '131911.889000', '131911.892000', '131911.894000', '131911.897000', '131911.900000', '131911.902000', '131911.905000', '131911.907000', '131911.910000', '131911.913000', '131911.915000', '131911.918000', '131911.920000', '131911.923000', '131911.926000', '131911.928000', '131911.931000', '131911.933000', '131911.936000', '131911.938000', '131911.941000', '131911.944000', '131911.946000', '131911.949000', '131911.951000', '131911.954000', '131911.956000', '131911.959000', '131911.961000', '131911.964000', '131911.966000', '131911.969000', '131911.971000', '131931.857000', '131931.860000', '131931.863000', '131931.866000', '131931.881000', '131931.884000', '131931.887000', '131931.889000', '131931.892000', '131931.894000', '131931.897000', '131931.900000', '131931.902000', '131931.905000', '131931.907000', '131931.910000', '131931.913000', '131931.915000', '131931.918000', '131931.920000', '131931.923000', '131931.926000', '131931.928000', '131931.931000', '131931.933000', '131931.936000', '131931.938000', '131931.941000', '131931.944000', '131931.946000', '131931.949000', '131931.951000', '131931.954000', '131931.956000', '131931.959000', '131931.962000', '131931.964000', '131931.967000', '131931.969000', '131931.972000', '131931.974000', '131931.977000', '131931.980000', '131931.982000', '131951.857000', '131951.860000', '131951.863000', '131951.866000', '131951.868000', '131951.871000', '131951.874000', '131951.876000', '131951.879000', '131951.881000', '131951.884000', '131951.886000', '131951.889000', '131951.892000', '131951.894000', '131951.897000', '131951.899000', '131951.902000', '131951.905000', '131951.908000', '131951.910000', '131951.913000', '131951.916000', '131951.918000', '131951.921000', '131951.923000', '131951.926000', '131951.928000', '131951.931000', '131951.933000', '131951.936000', '131951.939000', '131951.941000', '131951.944000', '131951.946000', '131951.949000', '131951.952000', '131951.954000', '131951.957000', '131951.959000', '131951.962000', '131951.964000', '131951.967000', '132011.858000', '132011.860000', '132011.863000', '132011.866000', '132011.868000', '132011.871000', '132011.873000', '132011.876000', '132011.878000', '132011.881000', '132011.884000', '132011.886000', '132011.889000', '132011.892000', '132011.894000', '132011.897000', '132011.899000', '132011.902000', '132011.905000', '132011.907000', '132011.910000', '132011.912000', '132011.915000', '132011.918000', '132011.920000', '132011.923000', '132011.925000', '132011.928000', '132011.930000', '132011.933000', '132011.936000', '132011.938000', '132011.941000', '132011.943000', '132011.946000', '132011.948000', '132011.951000', '132011.954000', '132011.956000', '132011.959000', '132011.961000', '132011.964000', '132011.967000', '132011.969000', '132031.857000', '132031.860000', '132031.863000', '132031.866000', '132031.868000', '132031.871000', '132031.873000', '132031.876000', '132031.879000', '132031.881000', '132031.884000', '132031.887000', '132031.889000', '132031.892000', '132031.895000', '132031.898000', '132031.901000', '132031.904000', '132031.906000', '132031.909000', '132031.911000', '132031.914000', '132031.916000', '132031.919000', '132031.921000', '132031.924000', '132031.927000', '132031.929000', '132031.932000', '132031.935000', '132031.937000', '132031.940000', '132031.943000', '132031.945000', '132031.948000', '132031.951000', '132031.953000', '132031.956000', '132031.959000', '132031.961000', '132031.964000', '132031.966000', '132031.969000', '132051.857000', '132051.859000', '132051.862000', '132051.865000', '132051.868000', '132051.870000', '132051.873000', '132051.875000', '132051.878000', '132051.881000', '132051.883000', '132051.886000', '132051.889000', '132051.891000', '132051.894000', '132051.896000', '132051.899000', '132051.902000', '132051.904000', '132051.907000', '132051.909000', '132051.912000', '132051.915000', '132051.917000', '132051.920000', '132051.922000', '132051.925000', '132051.928000', '132051.930000', '132051.933000', '132051.936000', '132051.938000', '132051.941000', '132051.943000', '132051.946000', '132051.948000', '132051.951000', '132051.954000', '132051.956000', '132051.959000', '132051.961000', '132051.964000', '132051.966000', '132051.976000', '132111.856000', '132111.859000', '132111.862000', '132111.865000', '132111.867000', '132111.870000', '132111.873000', '132111.875000', '132111.878000', '132111.880000', '132111.883000', '132111.886000', '132111.888000', '132111.891000', '132111.894000', '132111.896000', '132111.899000', '132111.902000', '132111.905000', '132111.907000', '132111.910000', '132111.912000', '132111.915000', '132111.918000', '132111.920000', '132111.923000', '132111.926000', '132111.928000', '132111.931000', '132111.933000', '132111.936000', '132111.938000', '132111.941000', '132111.943000', '132111.947000', '132111.950000', '132111.952000', '132111.955000', '132111.958000', '132111.960000', '132111.963000', '132111.965000', '132111.968000', '132131.858000', '132131.860000', '132131.863000', '132131.865000', '132131.868000', '132131.871000', '132131.874000', '132131.876000', '132131.879000', '132131.882000', '132131.884000', '132131.887000', '132131.890000', '132131.892000', '132131.895000', '132131.898000', '132131.900000', '132131.903000', '132131.906000', '132131.908000', '132131.911000', '132131.914000', '132131.916000', '132131.919000', '132131.922000', '132131.924000', '132131.927000', '132131.930000', '132131.932000', '132131.935000', '132131.937000', '132131.940000', '132131.943000', '132131.945000', '132131.948000', '132131.951000', '132131.953000', '132131.956000', '132131.959000', '132131.961000', '132131.964000', '132131.967000', '132131.969000', '132131.972000', '132151.857000', '132151.860000', '132151.863000', '132151.866000', '132151.868000', '132151.871000', '132151.873000', '132151.876000', '132151.878000', '132151.881000', '132151.884000', '132151.886000', '132151.889000', '132151.891000', '132151.894000', '132151.897000', '132151.900000', '132151.902000', '132151.905000', '132151.908000', '132151.910000', '132151.913000', '132151.916000', '132151.918000', '132151.921000', '132151.924000', '132151.926000', '132151.929000', '132151.931000', '132151.934000', '132151.936000', '132151.939000', '132151.941000', '132151.944000', '132151.947000', '132151.949000', '132151.952000', '132151.954000', '132151.957000', '132151.959000', '132151.962000', '132151.965000', '132151.967000', '132211.857000', '132211.860000', '132211.863000', '132211.865000', '132211.868000', '132211.871000', '132211.874000', '132211.876000', '132211.879000', '132211.881000', '132211.884000', '132211.887000', '132211.889000', '132211.892000', '132211.894000', '132211.897000', '132211.900000', '132211.902000', '132211.905000', '132211.907000', '132211.910000', '132211.913000', '132211.915000', '132211.918000', '132211.920000', '132211.923000', '132211.925000', '132211.928000', '132211.931000', '132211.933000', '132211.936000', '132211.938000', '132211.941000', '132211.944000', '132211.946000', '132211.949000', '132211.951000', '132211.954000', '132211.956000', '132211.959000', '132211.962000', '132211.964000', '132211.967000', '132211.969000', '132231.858000', '132231.860000', '132231.863000', '132231.866000', '132231.869000', '132231.871000', '132231.874000', '132231.876000', '132231.879000', '132231.882000', '132231.884000', '132231.887000', '132231.889000', '132231.892000', '132231.895000', '132231.897000', '132231.900000', '132231.902000', '132231.905000', '132231.908000', '132231.910000', '132231.913000', '132231.915000', '132231.918000', '132231.934000', '132231.937000', '132231.939000', '132231.942000', '132231.945000', '132231.947000', '132231.950000', '132231.952000', '132231.955000', '132231.957000', '132231.960000', '132231.963000', '132231.965000', '132231.968000', '132231.970000', '132231.973000', '132231.976000', '132231.978000', '132231.981000', '132251.857000', '132251.860000', '132251.863000', '132251.865000', '132251.868000', '132251.871000', '132251.873000', '132251.876000', '132251.878000', '132251.881000', '132251.883000', '132251.886000', '132251.889000', '132251.891000', '132251.894000', '132251.896000', '132251.899000', '132251.902000', '132251.904000', '132251.907000', '132251.910000', '132251.912000', '132251.915000', '132251.917000', '132251.920000', '132251.922000', '132251.925000', '132251.927000', '132251.930000', '132251.933000', '132251.935000', '132251.938000', '132251.940000', '132251.943000', '132251.946000', '132251.948000', '132251.951000', '132251.953000', '132251.956000', '132251.958000', '132251.961000', '132251.963000', '132251.966000', '132251.969000', '132311.856000', '132311.859000', '132311.862000', '132311.864000', '132311.867000', '132311.870000', '132311.872000', '132311.875000', '132311.878000', '132311.880000', '132311.883000', '132311.885000', '132311.888000', '132311.891000', '132311.893000', '132311.896000', '132311.899000', '132311.901000', '132311.904000', '132311.906000', '132311.909000', '132311.912000', '132311.914000', '132311.917000', '132311.919000', '132311.922000', '132311.925000', '132311.927000', '132311.930000', '132311.932000', '132311.935000', '132311.937000', '132311.940000', '132311.943000', '132311.945000', '132311.948000', '132311.950000', '132311.953000', '132311.956000', '132311.958000', '132311.961000', '132311.963000', '132311.966000', '132331.857000', '132331.859000', '132331.862000', '132331.865000', '132331.867000', '132331.870000', '132331.872000', '132331.875000', '132331.878000', '132331.880000', '132331.883000', '132331.885000', '132331.888000', '132331.891000', '132331.893000', '132331.896000', '132331.899000', '132331.901000', '132331.904000', '132331.906000', '132331.909000', '132331.912000', '132331.914000', '132331.917000', '132331.920000', '132331.922000', '132331.925000', '132331.927000', '132331.930000', '132331.932000', '132331.935000', '132331.938000', '132331.940000', '132331.943000', '132331.945000', '132331.948000', '132331.951000', '132331.953000', '132331.956000', '132331.958000', '132331.961000', '132331.964000', '132331.966000', '132331.969000', '132351.858000', '132351.860000', '132351.863000', '132351.866000', '132351.868000', '132351.871000', '132351.873000', '132351.876000', '132351.879000', '132351.881000', '132351.884000', '132351.886000', '132351.889000', '132351.892000', '132351.894000', '132351.897000', '132351.900000', '132351.902000', '132351.905000', '132351.908000', '132351.911000', '132351.913000', '132351.916000', '132351.918000', '132351.921000', '132351.923000', '132351.926000', '132351.929000', '132351.931000', '132351.934000', '132351.936000', '132351.939000', '132351.942000', '132351.944000', '132351.947000', '132351.949000', '132351.952000', '132351.954000', '132351.957000', '132351.960000', '132351.962000', '132351.965000', '132351.967000', '132411.857000', '132411.860000', '132411.863000', '132411.865000', '132411.868000', '132411.871000', '132411.873000', '132411.876000', '132411.878000', '132411.881000', '132411.884000', '132411.886000', '132411.889000', '132411.891000', '132411.894000', '132411.897000', '132411.899000', '132411.902000', '132411.904000', '132411.907000', '132411.910000', '132411.912000', '132411.915000', '132411.917000', '132411.920000', '132411.923000', '132411.925000', '132411.928000', '132411.930000', '132411.933000', '132411.935000', '132411.938000', '132411.941000', '132411.943000', '132411.946000', '132411.948000', '132411.951000', '132411.954000', '132411.956000', '132411.959000', '132411.961000', '132411.964000', '132411.966000', '132411.969000', '132431.857000', '132431.860000', '132431.863000', '132431.866000', '132431.868000', '132431.871000', '132431.874000', '132431.876000', '132431.879000', '132431.881000', '132431.884000', '132431.887000', '132431.889000', '132431.892000', '132431.895000', '132431.897000', '132431.900000', '132431.902000', '132431.905000', '132431.908000', '132431.910000', '132431.913000', '132431.915000', '132431.918000', '132431.921000', '132431.923000', '132431.926000', '132431.928000', '132431.931000', '132431.934000', '132431.936000', '132431.939000', '132431.941000', '132431.944000', '132431.947000', '132431.949000', '132431.953000', '132431.956000', '132431.958000', '132431.961000', '132431.963000', '132431.966000', '132431.969000', '132451.857000', '132451.860000', '132451.863000', '132451.865000', '132451.868000', '132451.871000', '132451.873000', '132451.876000', '132451.878000', '132451.881000', '132451.884000', '132451.886000', '132451.889000', '132451.891000', '132451.894000', '132451.896000', '132451.899000', '132451.902000', '132451.904000', '132451.907000', '132451.909000', '132451.912000', '132451.915000', '132451.917000', '132451.920000', '132451.922000', '132451.934000', '132451.937000', '132451.939000', '132451.942000', '132451.944000', '132451.947000', '132451.949000', '132451.952000', '132451.955000', '132451.957000', '132451.960000', '132451.962000', '132451.965000', '132451.967000', '132451.970000', '132451.973000', '132451.975000', '132451.978000', '132511.857000', '132511.860000', '132511.863000', '132511.865000', '132511.868000', '132511.871000', '132511.873000', '132511.876000', '132511.878000', '132511.881000', '132511.883000', '132511.886000', '132511.889000', '132511.891000', '132511.894000', '132511.896000', '132511.899000', '132511.901000', '132511.904000', '132511.907000', '132511.909000', '132511.912000', '132511.914000', '132511.917000', '132511.919000', '132511.922000', '132511.925000', '132511.927000', '132511.930000', '132511.932000', '132511.935000', '132511.938000', '132511.940000', '132511.943000', '132511.945000', '132511.948000', '132511.951000', '132511.953000', '132511.956000', '132511.958000', '132511.961000', '132511.964000', '132511.966000', '132531.857000', '132531.859000', '132531.874000', '132531.877000', '132531.879000', '132531.882000', '132531.884000', '132531.887000', '132531.890000', '132531.892000', '132531.895000', '132531.897000', '132531.900000', '132531.903000', '132531.905000', '132531.908000', '132531.910000', '132531.913000', '132531.916000', '132531.918000', '132531.921000', '132531.924000', '132531.926000', '132531.929000', '132531.931000', '132531.934000', '132531.936000', '132531.939000', '132531.942000', '132531.944000', '132531.947000', '132531.950000', '132531.952000', '132531.955000', '132531.957000', '132531.960000', '132531.962000', '132531.965000', '132531.967000', '132531.970000', '132531.973000', '132531.975000', '132531.978000', '132531.980000', '132551.856000', '132551.859000', '132551.862000', '132551.865000', '132551.867000', '132551.870000', '132551.872000', '132551.875000', '132551.878000', '132551.880000', '132551.883000', '132551.885000', '132551.888000', '132551.891000', '132551.893000', '132551.896000', '132551.898000', '132551.901000', '132551.904000', '132551.906000', '132551.909000', '132551.911000', '132551.914000', '132551.916000', '132551.919000', '132551.922000', '132551.924000', '132551.927000', '132551.929000', '132551.932000', '132551.935000', '132551.937000', '132551.940000', '132551.942000', '132551.945000', '132551.948000', '132551.950000', '132551.953000', '132551.955000', '132551.958000', '132551.960000', '132551.963000', '132551.966000', '132611.858000', '132611.870000', '132611.873000', '132611.875000', '132611.878000', '132611.881000', '132611.883000', '132611.886000', '132611.889000', '132611.891000', '132611.894000', '132611.897000', '132611.899000', '132611.902000', '132611.904000', '132611.907000', '132611.910000', '132611.912000', '132611.915000', '132611.917000', '132611.920000', '132611.923000', '132611.925000', '132611.928000', '132611.930000', '132611.933000', '132611.936000', '132611.938000', '132611.941000', '132611.943000', '132611.946000', '132611.949000', '132611.951000', '132611.954000', '132611.956000', '132611.959000', '132611.962000', '132611.964000', '132611.967000', '132611.969000', '132611.972000', '132611.974000', '132611.977000', '132631.858000', '132631.861000', '132631.863000', '132631.866000', '132631.868000', '132631.871000', '132631.874000', '132631.876000', '132631.879000', '132631.881000', '132631.884000', '132631.887000', '132631.889000', '132631.892000', '132631.895000', '132631.897000', '132631.900000', '132631.902000', '132631.905000', '132631.907000', '132631.910000', '132631.913000', '132631.915000', '132631.918000', '132631.920000', '132631.923000', '132631.926000', '132631.928000', '132631.931000', '132631.933000', '132631.936000', '132631.939000', '132631.941000', '132631.944000', '132631.946000', '132631.949000', '132631.952000', '132631.954000', '132631.957000', '132631.959000', '132631.962000', '132631.964000', '132631.967000', '132631.970000', '132651.857000', '132651.860000', '132651.863000', '132651.865000', '132651.868000', '132651.871000', '132651.873000', '132651.876000', '132651.878000', '132651.881000', '132651.883000', '132651.886000', '132651.889000', '132651.892000', '132651.894000', '132651.897000', '132651.899000', '132651.902000', '132651.905000', '132651.907000', '132651.910000', '132651.912000', '132651.915000', '132651.918000', '132651.920000', '132651.923000', '132651.926000', '132651.928000', '132651.931000', '132651.933000', '132651.936000', '132651.938000', '132651.941000', '132651.944000', '132651.946000', '132651.949000', '132651.951000', '132651.954000', '132651.957000', '132651.959000', '132651.962000', '132651.964000', '132651.967000', '132711.858000', '132711.860000', '132711.863000', '132711.866000', '132711.868000', '132711.871000', '132711.873000', '132711.876000', '132711.878000', '132711.881000', '132711.884000', '132711.886000', '132711.889000', '132711.891000', '132711.894000', '132711.897000', '132711.899000', '132711.902000', '132711.905000', '132711.907000', '132711.910000', '132711.912000', '132711.915000', '132711.918000', '132711.920000', '132711.923000', '132711.925000', '132711.928000', '132711.931000', '132711.933000', '132711.936000', '132711.938000', '132711.941000', '132711.944000', '132711.946000', '132711.949000', '132711.951000', '132711.954000', '132711.957000', '132711.959000', '132711.962000', '132711.964000', '132711.967000', '132711.969000', '132731.858000', '132731.861000', '132731.863000', '132731.866000', '132731.868000', '132731.871000', '132731.874000', '132731.876000', '132731.879000', '132731.881000', '132731.884000', '132731.887000', '132731.889000', '132731.892000', '132731.894000', '132731.897000', '132731.900000', '132731.902000', '132731.906000', '132731.908000', '132731.911000', '132731.913000', '132731.916000', '132731.919000', '132731.922000', '132731.924000', '132731.927000', '132731.929000', '132731.932000', '132731.935000', '132731.937000', '132731.940000', '132731.942000', '132731.945000', '132731.948000', '132731.950000', '132731.953000', '132731.955000', '132731.958000', '132731.961000', '132731.964000', '132731.967000', '132731.969000', '132751.856000', '132751.859000', '132751.862000', '132751.864000', '132751.867000', '132751.870000', '132751.872000', '132751.875000', '132751.877000', '132751.880000', '132751.883000', '132751.885000', '132751.888000', '132751.891000', '132751.894000', '132751.896000', '132751.899000', '132751.901000', '132751.904000', '132751.907000', '132751.909000', '132751.912000', '132751.915000', '132751.917000', '132751.921000', '132751.923000', '132751.926000', '132751.928000', '132751.931000', '132751.934000', '132751.936000', '132751.939000', '132751.942000', '132751.944000', '132751.947000', '132751.949000', '132751.952000', '132751.955000', '132751.957000', '132751.960000', '132751.962000', '132751.965000', '132751.968000', '132751.970000', '132811.857000', '132811.860000', '132811.862000', '132811.865000', '132811.867000', '132811.870000', '132811.872000', '132811.875000', '132811.878000', '132811.881000', '132811.884000', '132811.887000', '132811.889000', '132811.892000', '132811.894000', '132811.897000', '132811.900000', '132811.902000', '132811.905000', '132811.907000', '132811.910000', '132811.912000', '132811.915000', '132811.918000', '132811.921000', '132811.923000', '132811.926000', '132811.928000', '132811.931000', '132811.933000', '132811.936000', '132811.939000', '132811.941000', '132811.944000', '132811.946000', '132811.949000', '132811.952000', '132811.954000', '132811.957000', '132811.959000', '132811.962000', '132811.965000', '132811.968000', '132829.796000', '132829.799000', '132829.802000', '132829.805000', '132829.807000', '132829.810000', '132829.813000', '132829.816000', '132829.818000', '132829.821000', '132829.824000', '132829.827000', '132829.829000', '132829.832000', '132829.835000', '132829.837000', '132829.840000', '132829.843000', '132829.845000', '132829.848000', '132829.851000', '132829.854000', '132829.858000', '132829.860000', '132829.863000', '132829.866000', '132829.868000', '132829.871000', '132829.874000', '132829.876000', '132829.879000', '132829.882000', '132829.884000', '132829.887000', '132829.890000', '132829.894000', '132829.897000', '132829.899000', '132829.902000', '132829.905000'], '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': [9926, 6934, 7316, 8695, 6900, 7013, 9000, 7423, 7630, 9107, 8139, 7050, 7040, 7245, 7359, 12973, 7391, 7077, 7155, 7279, 7434, 7363, 7397, 6938, 5863, 7189, 8285, 7091, 8080, 8317, 7545, 6963, 7059, 7280, 10153, 7830, 7456, 9642, 6549, 7612, 8683, 7679, 8121, 10810, 7743, 7052, 8642, 7342, 10888, 10621, 7413, 8918, 7001, 7295, 8356, 7272, 7729, 8442, 7032, 7174, 5980, 7398, 9106, 7478, 7841, 7136, 7117, 7091, 6574, 7287, 7653, 9625, 7138, 8365, 7030, 7071, 11708, 8568, 8120, 11942, 6540, 6945, 9925, 8170, 8048, 12401, 7042, 7600, 9200, 7843, 7787, 11530, 8291, 7508, 8655, 6992, 7242, 7651, 7355, 10929, 6767, 7339, 7547, 6370, 7232, 9412, 7150, 7301, 8229, 6802, 7345, 11745, 8982, 7540, 8878, 6377, 7643, 10051, 8412, 7591, 8371, 7918, 7022, 7034, 10090, 9774, 8379, 7393, 9169, 7316, 7508, 10269, 8586, 7984, 12512, 6294, 6898, 7625, 7430, 7653, 8990, 7181, 7697, 6889, 7641, 8011, 7380, 7337, 7419, 7072, 7261, 6666, 7967, 11060, 7385, 7306, 7268, 7312, 8535, 10423, 7382, 8249, 6719, 7049, 12610, 8616, 8007, 12494, 7770, 7526, 8246, 7298, 7686, 10926, 7075, 8426, 6580, 7941, 7734, 7359, 9698, 7645, 7111, 9178, 7234, 7867, 8665, 7101, 7412, 6563, 7082, 7383, 6903, 7498, 8682, 6517, 7454, 7865, 6706, 7940, 9641, 7077, 7345, 7305, 6775, 7784, 11601, 9363, 7467, 9534, 7081, 7096, 10241, 7714, 8095, 10846, 7351, 7620, 7229, 7498, 7921, 10507, 7038, 7292, 6365, 7587, 10132, 7218, 8934, 6602, 7573, 8337, 7639, 8476, 10564, 7418, 7701, 6925, 7306, 7770, 10053, 7199, 7410, 6136, 7357, 9495, 7249, 7749, 8045, 6599, 7266, 7354, 8591, 7922, 7692, 9651, 7469, 7886, 9501, 7384, 9580, 11835, 7012, 7570, 6424, 7571, 11751, 8921, 6976, 9226, 6400, 8153, 8706, 7858, 8467, 9036, 7750, 7928, 6775, 7678, 8440, 10870, 7538, 7949, 7531, 7758, 8411, 11907, 8474, 7390, 9656, 7307, 7302, 12059, 9316, 7192, 9735, 6702, 7068, 10568, 8612, 7289, 11597, 6565, 7535, 8342, 7492, 7951, 10834, 7127, 7769, 6437, 7277, 9311, 7221, 7796, 11012, 6225, 8227, 8354, 7859, 8533, 10439, 7122, 7923, 7643, 7683, 8561, 12141, 9632, 7596, 10187, 7301, 8141, 11234, 8984, 7405, 10869, 6643, 8190, 7948, 6642, 8436, 9565, 7361, 7627, 6857, 8411, 11027, 8535, 7447, 7133, 7845, 11193, 7760, 7981, 9017, 7537, 7507, 6241, 8033, 11834, 8232, 7751, 9081, 6437, 8348, 10268, 7877, 7982, 11649, 6711, 7655, 9926, 8258, 8346, 12348, 5958, 7636, 8537, 7644, 8348, 11582, 7690, 7861, 6596, 7332, 7724, 10388, 7685, 7314, 6017, 7691, 7276, 6932, 8338, 8714, 6205, 8079, 8216, 6719, 8317, 11917, 8913, 7879, 8798, 6852, 7389, 12624, 9979, 8124, 8074, 6149, 7788, 8136, 7542, 8040, 7764, 6549, 7722, 7362, 7397, 8548, 12321, 7711, 8248, 7878, 7787, 8502, 10932, 7513, 7472, 6094, 7532, 7660, 7886, 8000, 7608, 6757, 7404, 7703, 8456, 7772, 12828, 10437, 7269, 8019, 7716, 7868, 8610, 11911, 7921, 7785, 9375, 6447, 7724, 12079, 9374, 8213, 8056, 5870, 8109, 9435, 7893, 7940, 7135, 6020, 7681, 7574, 7642, 7885, 7748, 6422, 7560, 8246, 8962, 7487, 7917, 7359, 6570, 7851, 8538, 9371, 7632, 8490, 9921, 6466, 7552, 11141, 8160, 10836, 12517, 8384, 9073, 8289, 7592, 11933, 10887, 7983, 7956, 6188, 8097, 9525, 7228, 8131, 7423, 5928, 7664, 9465, 7424, 7985, 8687, 6119, 7485, 9393, 7234, 8399, 9619, 6576, 8102, 9245, 7554, 7980, 8776, 6579, 7270, 7777, 8251, 7466, 8063, 11299, 6369, 8307, 10016, 6915, 8210, 8663, 6634, 7810, 7490, 6560, 7866, 9469, 8311, 7794, 7703, 6721, 7910, 11254, 8567, 7601, 8927, 6586, 8872, 9156, 7425, 7928, 7691, 5999, 8262, 8832, 8752, 7121, 7746, 8501, 6273, 7432, 7700, 9910, 9363, 7545, 8507, 6903, 7501, 8093, 9941, 8744, 8702, 9863, 7786, 8547, 8906, 7494, 9018, 7945, 7858, 7792, 6097, 8039, 8191, 7646, 7990, 7832, 6048, 8146, 8308, 10349, 7675, 8274, 6778, 7825, 8986, 12121, 9960, 8859, 8460, 6315, 7859, 8654, 10894, 8023, 8641, 8016, 7136, 9752, 8439, 7734, 13280, 8742, 8377, 9223, 7479, 10282, 9899, 8320, 7885, 6248, 8765, 7970, 7767, 8516, 8407, 7447, 7757, 6204, 8409, 10419, 7772, 8244, 8366, 7609, 8446, 8677, 7379, 8570, 8217, 7592, 8358, 8854, 7497, 11328, 9336, 7815, 9079, 7466, 8530, 12095, 8730, 8570, 7620, 7154, 8196, 7138, 7678, 9167, 7349, 8127, 8646, 7485, 8480, 10366, 7295, 7982, 6202, 8259, 8110, 7547, 8541, 9412, 7271, 8164, 6435, 8014, 9217, 8151, 8246, 7637, 6098, 7831, 7899, 7727, 7503, 9203, 6336, 7798, 7859, 7032, 7386, 10683, 8816, 7539, 7746, 6522, 8003, 12369, 9356, 8012, 9838, 7677, 8360, 9172, 7306, 8180, 6825, 7716, 7522, 6223, 7857, 10151, 7064, 8481, 8052, 7381, 8253, 9693, 7452, 8256, 7591, 7303, 7928, 10169, 7368, 11434, 11816, 7572, 8823, 7805, 6982, 8958, 11501, 9856, 7576, 9427, 7850, 8713, 9511, 7531, 9723, 7371, 7783, 7583, 7869, 8783, 10205, 7374, 7978, 5915, 8146, 7873, 7062, 8333, 9074, 6515, 8856, 7212, 7488, 8560, 9893, 7320, 8029, 6393, 8074, 10106, 7637, 9011, 12644, 7754, 8659, 6653, 7216, 8398, 7878, 7412, 8010, 6399, 7920, 8117, 7189, 7370, 12610, 7921, 8890, 7834, 8052, 10660, 7371, 8483, 8170, 8049, 7700, 7331, 8144, 6548, 7726, 10305, 7391, 7807, 6115, 8628, 7337, 7563, 8417, 7705, 8321, 7732, 5969, 8527, 10069, 8170, 8741, 10804, 7682, 8724, 7392, 8849, 12813, 9490, 8320, 6807, 7800, 7791, 6453, 7809, 11755, 6191, 8156, 7902, 7488, 8308, 9057, 7692, 8506, 6129, 7895, 8016, 7888, 8937, 9768, 7653, 8550, 7195, 7499, 8404, 11177, 8046, 8291, 6996, 7708, 9339, 7543, 7358, 13526, 9864, 7806, 8591, 7191, 9089, 9632, 7266, 8154, 7373, 8043, 8728, 7290, 8200, 8361, 7655, 8299, 7583, 7774, 7775, 8795, 8600, 8112, 7601, 7793, 8301, 6135, 8422, 8838, 7453, 8544, 6345, 8165, 8096, 6989, 8584, 11241, 9284, 7834, 10229, 7367, 10249, 9968, 8222, 11965, 6334, 8970, 8322, 7489, 11325, 7569, 8396, 8564, 8348, 7857, 6210, 8267, 7488, 6968, 9018, 8415, 7568, 8581, 6747, 8281, 10377, 8429, 8353, 10665, 7378, 8798, 9025, 7842, 11881, 8669, 8497, 7813, 6287, 7804, 10368, 7779, 8492, 9640, 7725, 8087, 6833, 7932, 11929, 9138, 8193, 7189, 7721, 7943, 6295, 8259, 11026, 6502, 9010, 6787, 7923, 7981, 7615, 8559, 10259, 6905, 9214, 7813, 7821, 8911, 11338, 7797, 8568, 8488, 7584, 9529, 9427, 8214, 10307, 7017, 8132, 8723, 6947, 7410, 13088, 9094, 8109, 9049, 7242, 8426, 7910, 7610, 8353, 6271, 8280, 7973, 5963, 7753, 9153, 6307, 8176, 7315, 6679, 9197, 8791, 7385, 8369, 9104, 6409, 8247, 9443, 7512, 8548, 10170, 6631, 7999, 8344, 7128, 7817, 9964, 11921, 8103, 8428, 7001, 7636, 8616, 9612, 7741, 8929, 8902, 7628, 8177, 7964, 7719, 8286, 7701, 7800, 8151, 6908, 7932, 9000, 8106, 8066, 8082, 6380, 8074, 8383, 10571, 7307, 8796, 8825, 7527, 8699, 12835, 9464, 8976, 8713, 7343, 8535, 10027, 8035, 9110, 8960, 7707, 8801, 7370, 7524, 8844, 10709, 6949, 9068, 7283, 7438, 9348, 9970, 7360, 8882, 7558, 7539, 8468, 9007, 7810, 8267, 6113, 8273, 8440, 7036, 7747, 8454, 7810, 7509, 8971, 7933, 6661, 9940, 12421, 9677, 7700, 6958, 7018, 9481, 9457, 7497, 8199, 8032, 6334, 9169, 8885, 8216, 9390, 11505, 7509, 9025, 6464, 8478, 10431, 7264, 7901, 10449, 6703, 9471, 6888, 7985, 8713, 9660, 8266, 8162, 6157, 8859, 8226, 7190, 8911, 8122, 6209, 8764, 8248, 6622, 8740, 12838, 10116, 9184, 8490, 5976, 8939, 9416, 8764, 8790, 7980, 6240, 8540, 10349, 7675, 9349, 11527, 7225, 9021, 6890, 8024, 8606, 10548, 7973, 8563, 6381, 8041, 8823, 9263, 7412, 9051, 9706, 7172, 9375, 10309, 8360, 9017, 12364, 7538, 9309, 9006, 7431, 8900, 12037, 7714, 8589, 6258, 7877, 8723, 6807, 8302, 8520, 6095, 8551, 8192, 6889, 8573, 9882, 7244, 9198, 7438, 8344, 8986, 8695, 7946, 9038, 7452, 7686, 9648, 9702, 7393, 9248, 9601, 6642, 9145, 9239, 7633, 8179, 13195, 7951, 8677, 10190, 7555, 8761, 11598, 8204, 8612, 6098, 8643, 7905, 6206, 8829, 9079, 6431, 8465, 7218, 7861, 8578, 7723, 8408, 7792, 6259, 8906, 7518, 6988, 8792, 9750, 7020, 8948, 8336, 7155, 8945, 11297, 8440, 8668, 8128, 6545, 9156, 8100, 6650, 8544, 9337, 6345, 8642, 7853, 6309, 8701, 9103, 7912, 8906, 8058, 6455, 8432, 9545, 8780, 8839, 9978, 8586, 8979, 8683, 8164, 7350, 8831, 9556, 8541, 7962, 6178, 8605, 8565, 7611, 8685, 6682, 8519, 7766, 7024, 8746, 10448, 7382, 9283, 8186, 8709, 8709, 8226, 8939, 11740, 13163, 13553, 8189, 8023, 8424, 8671, 9263, 7732, 9095, 8363, 8470, 9246, 10791, 8511, 9350, 9841, 7892, 8441, 8990, 8628], 'WindowCenter': [3667.0, 3610.0, 3595.0, 3613.0, 3592.0, 3591.0, 3610.0, 3591.0, 3601.0, 3610.0, 3599.0, 3579.0, 3577.0, 3588.0, 3588.0, 3630.0, 3576.0, 3577.0, 3577.0, 3588.0, 3588.0, 3588.0, 3601.0, 3577.0, 3555.0, 3589.0, 3610.0, 3589.0, 3601.0, 3611.0, 3599.0, 3588.0, 3589.0, 3589.0, 3620.0, 3589.0, 3589.0, 3609.0, 3578.0, 3599.0, 3609.0, 3600.0, 3599.0, 3631.0, 3589.0, 3589.0, 3598.0, 3588.0, 3619.0, 3620.0, 3588.0, 3597.0, 3575.0, 3585.0, 3596.0, 3587.0, 3586.0, 3598.0, 3577.0, 3578.0, 3566.0, 3588.0, 3609.0, 3589.0, 3599.0, 3588.0, 3589.0, 3589.0, 3578.0, 3601.0, 3600.0, 3621.0, 3591.0, 3611.0, 3589.0, 3589.0, 3630.0, 3610.0, 3599.0, 3630.0, 3577.0, 3588.0, 3619.0, 3598.0, 3598.0, 3630.0, 3577.0, 3588.0, 3608.0, 3598.0, 3586.0, 3619.0, 3599.0, 3587.0, 3597.0, 3576.0, 3587.0, 3587.0, 3587.0, 3620.0, 3576.0, 3585.0, 3587.0, 3578.0, 3588.0, 3620.0, 3588.0, 3589.0, 3599.0, 3577.0, 3587.0, 3631.0, 3609.0, 3599.0, 3608.0, 3565.0, 3587.0, 3620.0, 3599.0, 3598.0, 3598.0, 3599.0, 3588.0, 3589.0, 3621.0, 3619.0, 3600.0, 3588.0, 3608.0, 3588.0, 3576.0, 3608.0, 3598.0, 3598.0, 3629.0, 3564.0, 3575.0, 3585.0, 3588.0, 3587.0, 3608.0, 3589.0, 3587.0, 3588.0, 3587.0, 3597.0, 3589.0, 3589.0, 3587.0, 3588.0, 3587.0, 3577.0, 3598.0, 3620.0, 3589.0, 3587.0, 3586.0, 3587.0, 3610.0, 3619.0, 3589.0, 3597.0, 3576.0, 3576.0, 3628.0, 3597.0, 3587.0, 3628.0, 3587.0, 3586.0, 3584.0, 3588.0, 3586.0, 3618.0, 3575.0, 3596.0, 3575.0, 3586.0, 3587.0, 3588.0, 3608.0, 3586.0, 3575.0, 3606.0, 3587.0, 3597.0, 3595.0, 3577.0, 3586.0, 3575.0, 3576.0, 3586.0, 3576.0, 3588.0, 3598.0, 3565.0, 3587.0, 3585.0, 3577.0, 3598.0, 3609.0, 3577.0, 3589.0, 3588.0, 3576.0, 3597.0, 3629.0, 3609.0, 3588.0, 3608.0, 3576.0, 3576.0, 3607.0, 3586.0, 3587.0, 3616.0, 3576.0, 3585.0, 3586.0, 3588.0, 3598.0, 3619.0, 3576.0, 3587.0, 3565.0, 3587.0, 3618.0, 3588.0, 3597.0, 3576.0, 3586.0, 3597.0, 3587.0, 3597.0, 3619.0, 3588.0, 3586.0, 3576.0, 3588.0, 3587.0, 3608.0, 3577.0, 3587.0, 3565.0, 3588.0, 3608.0, 3586.0, 3601.0, 3612.0, 3576.0, 3589.0, 3587.0, 3598.0, 3598.0, 3587.0, 3608.0, 3587.0, 3586.0, 3607.0, 3587.0, 3609.0, 3618.0, 3575.0, 3585.0, 3564.0, 3587.0, 3618.0, 3597.0, 3576.0, 3595.0, 3565.0, 3586.0, 3596.0, 3597.0, 3596.0, 3607.0, 3587.0, 3598.0, 3576.0, 3599.0, 3598.0, 3631.0, 3598.0, 3599.0, 3587.0, 3599.0, 3598.0, 3631.0, 3599.0, 3589.0, 3619.0, 3587.0, 3587.0, 3628.0, 3610.0, 3578.0, 3609.0, 3577.0, 3577.0, 3618.0, 3598.0, 3588.0, 3629.0, 3576.0, 3586.0, 3597.0, 3589.0, 3598.0, 3619.0, 3577.0, 3586.0, 3565.0, 3588.0, 3609.0, 3588.0, 3587.0, 3618.0, 3566.0, 3598.0, 3597.0, 3599.0, 3597.0, 3619.0, 3587.0, 3598.0, 3587.0, 3599.0, 3609.0, 3630.0, 3609.0, 3588.0, 3619.0, 3586.0, 3596.0, 3618.0, 3599.0, 3587.0, 3616.0, 3576.0, 3598.0, 3598.0, 3577.0, 3611.0, 3620.0, 3589.0, 3599.0, 3590.0, 3611.0, 3631.0, 3611.0, 3588.0, 3577.0, 3599.0, 3630.0, 3587.0, 3599.0, 3596.0, 3588.0, 3586.0, 3566.0, 3598.0, 3628.0, 3599.0, 3588.0, 3608.0, 3565.0, 3598.0, 3619.0, 3599.0, 3598.0, 3617.0, 3575.0, 3586.0, 3608.0, 3596.0, 3597.0, 3629.0, 3554.0, 3586.0, 3595.0, 3587.0, 3596.0, 3630.0, 3586.0, 3586.0, 3576.0, 3588.0, 3587.0, 3619.0, 3588.0, 3586.0, 3564.0, 3587.0, 3587.0, 3577.0, 3598.0, 3598.0, 3565.0, 3598.0, 3597.0, 3576.0, 3597.0, 3630.0, 3608.0, 3599.0, 3597.0, 3575.0, 3586.0, 3629.0, 3608.0, 3586.0, 3586.0, 3565.0, 3587.0, 3598.0, 3587.0, 3600.0, 3588.0, 3577.0, 3598.0, 3588.0, 3588.0, 3609.0, 3631.0, 3588.0, 3598.0, 3596.0, 3588.0, 3598.0, 3619.0, 3588.0, 3587.0, 3565.0, 3588.0, 3587.0, 3597.0, 3599.0, 3587.0, 3576.0, 3587.0, 3587.0, 3598.0, 3588.0, 3629.0, 3617.0, 3587.0, 3586.0, 3585.0, 3598.0, 3596.0, 3629.0, 3586.0, 3587.0, 3607.0, 3565.0, 3597.0, 3628.0, 3608.0, 3598.0, 3586.0, 3553.0, 3598.0, 3607.0, 3597.0, 3599.0, 3577.0, 3566.0, 3588.0, 3597.0, 3588.0, 3599.0, 3598.0, 3566.0, 3599.0, 3597.0, 3608.0, 3588.0, 3599.0, 3589.0, 3577.0, 3600.0, 3610.0, 3622.0, 3601.0, 3611.0, 3621.0, 3579.0, 3600.0, 3631.0, 3599.0, 3619.0, 3631.0, 3598.0, 3596.0, 3596.0, 3587.0, 3618.0, 3617.0, 3587.0, 3585.0, 3553.0, 3587.0, 3608.0, 3587.0, 3587.0, 3575.0, 3555.0, 3598.0, 3607.0, 3587.0, 3598.0, 3596.0, 3555.0, 3587.0, 3608.0, 3588.0, 3598.0, 3607.0, 3576.0, 3598.0, 3607.0, 3587.0, 3598.0, 3598.0, 3577.0, 3587.0, 3587.0, 3597.0, 3577.0, 3586.0, 3617.0, 3565.0, 3597.0, 3607.0, 3576.0, 3598.0, 3597.0, 3576.0, 3587.0, 3587.0, 3578.0, 3599.0, 3609.0, 3610.0, 3599.0, 3588.0, 3576.0, 3599.0, 3630.0, 3598.0, 3599.0, 3609.0, 3577.0, 3609.0, 3610.0, 3588.0, 3599.0, 3599.0, 3566.0, 3598.0, 3609.0, 3610.0, 3590.0, 3601.0, 3611.0, 3579.0, 3589.0, 3599.0, 3620.0, 3611.0, 3600.0, 3598.0, 3588.0, 3589.0, 3600.0, 3619.0, 3610.0, 3598.0, 3609.0, 3588.0, 3597.0, 3609.0, 3577.0, 3609.0, 3586.0, 3587.0, 3587.0, 3566.0, 3598.0, 3599.0, 3597.0, 3600.0, 3589.0, 3568.0, 3600.0, 3611.0, 3622.0, 3590.0, 3600.0, 3578.0, 3600.0, 3610.0, 3632.0, 3621.0, 3610.0, 3599.0, 3567.0, 3601.0, 3612.0, 3621.0, 3602.0, 3600.0, 3598.0, 3579.0, 3609.0, 3599.0, 3588.0, 3631.0, 3597.0, 3598.0, 3597.0, 3586.0, 3608.0, 3609.0, 3597.0, 3585.0, 3565.0, 3596.0, 3586.0, 3588.0, 3598.0, 3596.0, 3587.0, 3587.0, 3567.0, 3599.0, 3619.0, 3600.0, 3598.0, 3597.0, 3588.0, 3598.0, 3609.0, 3590.0, 3609.0, 3599.0, 3589.0, 3598.0, 3609.0, 3589.0, 3620.0, 3598.0, 3588.0, 3596.0, 3576.0, 3597.0, 3618.0, 3598.0, 3596.0, 3586.0, 3576.0, 3586.0, 3576.0, 3587.0, 3608.0, 3576.0, 3587.0, 3597.0, 3586.0, 3597.0, 3607.0, 3588.0, 3586.0, 3553.0, 3596.0, 3585.0, 3586.0, 3598.0, 3608.0, 3587.0, 3597.0, 3565.0, 3586.0, 3606.0, 3596.0, 3598.0, 3587.0, 3565.0, 3587.0, 3598.0, 3587.0, 3588.0, 3608.0, 3566.0, 3587.0, 3586.0, 3576.0, 3590.0, 3620.0, 3608.0, 3588.0, 3586.0, 3566.0, 3599.0, 3630.0, 3609.0, 3599.0, 3608.0, 3587.0, 3597.0, 3609.0, 3587.0, 3597.0, 3565.0, 3585.0, 3586.0, 3566.0, 3598.0, 3619.0, 3587.0, 3598.0, 3597.0, 3588.0, 3598.0, 3608.0, 3589.0, 3598.0, 3586.0, 3587.0, 3602.0, 3607.0, 3587.0, 3618.0, 3617.0, 3586.0, 3608.0, 3584.0, 3576.0, 3607.0, 3618.0, 3607.0, 3587.0, 3608.0, 3598.0, 3596.0, 3608.0, 3587.0, 3607.0, 3574.0, 3585.0, 3585.0, 3586.0, 3595.0, 3607.0, 3575.0, 3585.0, 3552.0, 3597.0, 3586.0, 3586.0, 3597.0, 3608.0, 3565.0, 3607.0, 3586.0, 3587.0, 3609.0, 3607.0, 3588.0, 3597.0, 3565.0, 3586.0, 3606.0, 3587.0, 3597.0, 3629.0, 3586.0, 3596.0, 3564.0, 3575.0, 3596.0, 3586.0, 3588.0, 3586.0, 3564.0, 3596.0, 3586.0, 3575.0, 3588.0, 3629.0, 3586.0, 3597.0, 3585.0, 3596.0, 3618.0, 3587.0, 3598.0, 3596.0, 3586.0, 3586.0, 3587.0, 3585.0, 3566.0, 3586.0, 3606.0, 3588.0, 3587.0, 3564.0, 3608.0, 3585.0, 3597.0, 3597.0, 3598.0, 3598.0, 3588.0, 3567.0, 3609.0, 3620.0, 3598.0, 3599.0, 3618.0, 3588.0, 3596.0, 3586.0, 3597.0, 3628.0, 3608.0, 3595.0, 3563.0, 3586.0, 3585.0, 3565.0, 3587.0, 3628.0, 3553.0, 3597.0, 3585.0, 3587.0, 3596.0, 3596.0, 3599.0, 3596.0, 3554.0, 3585.0, 3596.0, 3598.0, 3608.0, 3607.0, 3587.0, 3597.0, 3575.0, 3587.0, 3598.0, 3618.0, 3597.0, 3597.0, 3576.0, 3586.0, 3596.0, 3586.0, 3574.0, 3629.0, 3607.0, 3586.0, 3595.0, 3575.0, 3607.0, 3606.0, 3589.0, 3597.0, 3586.0, 3597.0, 3595.0, 3587.0, 3595.0, 3596.0, 3587.0, 3595.0, 3585.0, 3583.0, 3586.0, 3596.0, 3596.0, 3597.0, 3586.0, 3587.0, 3597.0, 3565.0, 3609.0, 3609.0, 3589.0, 3608.0, 3566.0, 3609.0, 3598.0, 3588.0, 3610.0, 3631.0, 3608.0, 3588.0, 3617.0, 3587.0, 3618.0, 3607.0, 3598.0, 3616.0, 3564.0, 3596.0, 3584.0, 3575.0, 3617.0, 3585.0, 3596.0, 3596.0, 3596.0, 3584.0, 3552.0, 3597.0, 3586.0, 3576.0, 3610.0, 3598.0, 3599.0, 3608.0, 3577.0, 3599.0, 3618.0, 3610.0, 3597.0, 3618.0, 3587.0, 3596.0, 3607.0, 3597.0, 3629.0, 3597.0, 3597.0, 3586.0, 3565.0, 3587.0, 3617.0, 3587.0, 3596.0, 3606.0, 3587.0, 3586.0, 3564.0, 3586.0, 3617.0, 3610.0, 3596.0, 3574.0, 3587.0, 3586.0, 3565.0, 3596.0, 3618.0, 3565.0, 3608.0, 3575.0, 3597.0, 3597.0, 3586.0, 3608.0, 3616.0, 3576.0, 3608.0, 3587.0, 3588.0, 3608.0, 3630.0, 3598.0, 3608.0, 3597.0, 3587.0, 3608.0, 3608.0, 3598.0, 3607.0, 3575.0, 3587.0, 3596.0, 3576.0, 3586.0, 3628.0, 3608.0, 3585.0, 3595.0, 3575.0, 3596.0, 3585.0, 3586.0, 3597.0, 3565.0, 3598.0, 3597.0, 3566.0, 3597.0, 3609.0, 3578.0, 3598.0, 3587.0, 3576.0, 3619.0, 3608.0, 3588.0, 3599.0, 3609.0, 3579.0, 3609.0, 3619.0, 3589.0, 3611.0, 3620.0, 3577.0, 3599.0, 3598.0, 3576.0, 3599.0, 3609.0, 3630.0, 3599.0, 3597.0, 3576.0, 3586.0, 3607.0, 3608.0, 3588.0, 3596.0, 3607.0, 3585.0, 3597.0, 3597.0, 3586.0, 3598.0, 3585.0, 3587.0, 3586.0, 3576.0, 3597.0, 3608.0, 3597.0, 3598.0, 3597.0, 3565.0, 3598.0, 3599.0, 3620.0, 3588.0, 3608.0, 3607.0, 3587.0, 3597.0, 3629.0, 3608.0, 3608.0, 3597.0, 3587.0, 3596.0, 3606.0, 3586.0, 3596.0, 3596.0, 3586.0, 3607.0, 3574.0, 3586.0, 3608.0, 3617.0, 3588.0, 3608.0, 3585.0, 3588.0, 3619.0, 3620.0, 3589.0, 3608.0, 3587.0, 3587.0, 3598.0, 3607.0, 3600.0, 3598.0, 3565.0, 3598.0, 3596.0, 3577.0, 3587.0, 3598.0, 3588.0, 3588.0, 3608.0, 3598.0, 3579.0, 3619.0, 3631.0, 3612.0, 3587.0, 3576.0, 3576.0, 3607.0, 3608.0, 3587.0, 3597.0, 3597.0, 3565.0, 3608.0, 3609.0, 3599.0, 3609.0, 3631.0, 3588.0, 3607.0, 3565.0, 3599.0, 3617.0, 3586.0, 3598.0, 3619.0, 3577.0, 3607.0, 3576.0, 3600.0, 3608.0, 3607.0, 3597.0, 3598.0, 3564.0, 3609.0, 3598.0, 3576.0, 3610.0, 3598.0, 3566.0, 3609.0, 3597.0, 3576.0, 3597.0, 3628.0, 3619.0, 3608.0, 3597.0, 3564.0, 3608.0, 3608.0, 3609.0, 3598.0, 3598.0, 3566.0, 3608.0, 3618.0, 3587.0, 3608.0, 3630.0, 3586.0, 3607.0, 3575.0, 3598.0, 3598.0, 3619.0, 3600.0, 3608.0, 3577.0, 3598.0, 3608.0, 3608.0, 3600.0, 3609.0, 3619.0, 3577.0, 3609.0, 3620.0, 3598.0, 3609.0, 3629.0, 3587.0, 3607.0, 3595.0, 3586.0, 3596.0, 3628.0, 3587.0, 3596.0, 3564.0, 3596.0, 3598.0, 3577.0, 3598.0, 3609.0, 3565.0, 3607.0, 3596.0, 3587.0, 3608.0, 3609.0, 3588.0, 3609.0, 3586.0, 3598.0, 3610.0, 3608.0, 3599.0, 3609.0, 3599.0, 3612.0, 3621.0, 3619.0, 3589.0, 3621.0, 3619.0, 3577.0, 3609.0, 3608.0, 3587.0, 3599.0, 3630.0, 3597.0, 3597.0, 3607.0, 3587.0, 3597.0, 3616.0, 3599.0, 3596.0, 3553.0, 3596.0, 3586.0, 3563.0, 3607.0, 3607.0, 3565.0, 3596.0, 3585.0, 3597.0, 3608.0, 3586.0, 3599.0, 3586.0, 3565.0, 3607.0, 3586.0, 3587.0, 3608.0, 3610.0, 3587.0, 3610.0, 3598.0, 3588.0, 3621.0, 3631.0, 3599.0, 3608.0, 3599.0, 3578.0, 3623.0, 3598.0, 3576.0, 3596.0, 3607.0, 3564.0, 3607.0, 3585.0, 3564.0, 3608.0, 3608.0, 3597.0, 3609.0, 3596.0, 3566.0, 3596.0, 3607.0, 3609.0, 3608.0, 3607.0, 3596.0, 3595.0, 3595.0, 3596.0, 3574.0, 3596.0, 3606.0, 3596.0, 3585.0, 3564.0, 3607.0, 3595.0, 3597.0, 3608.0, 3575.0, 3607.0, 3586.0, 3586.0, 3596.0, 3618.0, 3587.0, 3609.0, 3596.0, 3608.0, 3608.0, 3597.0, 3608.0, 3631.0, 3644.0, 3657.0, 3609.0, 3597.0, 3607.0, 3597.0, 3604.0, 3585.0, 3606.0, 3597.0, 3609.0, 3620.0, 3630.0, 3610.0, 3608.0, 3607.0, 3585.0, 3583.0, 3582.0, 3583.0], 'WindowWidth': [8283.0, 8187.0, 8156.0, 8176.0, 8145.0, 8142.0, 8167.0, 8140.0, 8153.0, 8164.0, 8146.0, 8119.0, 8113.0, 8129.0, 8130.0, 8188.0, 8110.0, 8111.0, 8112.0, 8131.0, 8130.0, 8129.0, 8153.0, 8115.0, 8082.0, 8133.0, 8163.0, 8135.0, 8153.0, 8164.0, 8147.0, 8132.0, 8133.0, 8135.0, 8175.0, 8132.0, 8134.0, 8158.0, 8117.0, 8145.0, 8158.0, 8149.0, 8147.0, 8191.0, 8133.0, 8132.0, 8143.0, 8131.0, 8173.0, 8173.0, 8130.0, 8139.0, 8108.0, 8123.0, 8137.0, 8128.0, 8124.0, 8143.0, 8116.0, 8115.0, 8099.0, 8130.0, 8159.0, 8134.0, 8145.0, 8131.0, 8136.0, 8134.0, 8119.0, 8154.0, 8150.0, 8180.0, 8142.0, 8166.0, 8134.0, 8133.0, 8189.0, 8163.0, 8146.0, 8190.0, 8116.0, 8131.0, 8173.0, 8145.0, 8143.0, 8190.0, 8114.0, 8130.0, 8156.0, 8143.0, 8124.0, 8172.0, 8148.0, 8127.0, 8140.0, 8112.0, 8127.0, 8128.0, 8129.0, 8174.0, 8111.0, 8124.0, 8127.0, 8118.0, 8132.0, 8178.0, 8131.0, 8133.0, 8145.0, 8116.0, 8129.0, 8191.0, 8159.0, 8147.0, 8156.0, 8097.0, 8129.0, 8175.0, 8148.0, 8146.0, 8145.0, 8146.0, 8132.0, 8135.0, 8180.0, 8175.0, 8152.0, 8130.0, 8157.0, 8129.0, 8111.0, 8157.0, 8142.0, 8142.0, 8184.0, 8093.0, 8109.0, 8123.0, 8132.0, 8127.0, 8158.0, 8132.0, 8130.0, 8131.0, 8130.0, 8143.0, 8134.0, 8134.0, 8129.0, 8134.0, 8130.0, 8116.0, 8146.0, 8176.0, 8135.0, 8129.0, 8126.0, 8130.0, 8161.0, 8174.0, 8133.0, 8142.0, 8112.0, 8113.0, 8184.0, 8142.0, 8128.0, 8183.0, 8126.0, 8123.0, 8118.0, 8129.0, 8125.0, 8169.0, 8107.0, 8136.0, 8109.0, 8125.0, 8128.0, 8130.0, 8156.0, 8124.0, 8110.0, 8151.0, 8128.0, 8141.0, 8137.0, 8114.0, 8125.0, 8109.0, 8112.0, 8124.0, 8112.0, 8131.0, 8143.0, 8096.0, 8128.0, 8123.0, 8114.0, 8144.0, 8160.0, 8116.0, 8135.0, 8133.0, 8114.0, 8144.0, 8188.0, 8161.0, 8130.0, 8157.0, 8112.0, 8111.0, 8155.0, 8126.0, 8126.0, 8164.0, 8111.0, 8123.0, 8124.0, 8131.0, 8142.0, 8175.0, 8113.0, 8128.0, 8096.0, 8129.0, 8169.0, 8129.0, 8141.0, 8111.0, 8126.0, 8141.0, 8130.0, 8141.0, 8172.0, 8130.0, 8126.0, 8112.0, 8131.0, 8128.0, 8158.0, 8115.0, 8128.0, 8096.0, 8130.0, 8157.0, 8126.0, 8154.0, 8170.0, 8112.0, 8134.0, 8129.0, 8145.0, 8143.0, 8127.0, 8156.0, 8129.0, 8125.0, 8154.0, 8128.0, 8158.0, 8169.0, 8108.0, 8122.0, 8092.0, 8127.0, 8168.0, 8141.0, 8112.0, 8135.0, 8094.0, 8124.0, 8140.0, 8142.0, 8139.0, 8155.0, 8127.0, 8142.0, 8114.0, 8148.0, 8144.0, 8194.0, 8146.0, 8145.0, 8129.0, 8147.0, 8145.0, 8193.0, 8147.0, 8134.0, 8174.0, 8129.0, 8129.0, 8186.0, 8162.0, 8116.0, 8158.0, 8113.0, 8115.0, 8170.0, 8142.0, 8130.0, 8186.0, 8111.0, 8126.0, 8141.0, 8134.0, 8143.0, 8172.0, 8115.0, 8126.0, 8096.0, 8130.0, 8160.0, 8130.0, 8129.0, 8168.0, 8098.0, 8143.0, 8142.0, 8147.0, 8141.0, 8172.0, 8129.0, 8144.0, 8127.0, 8147.0, 8160.0, 8190.0, 8161.0, 8130.0, 8171.0, 8126.0, 8139.0, 8170.0, 8146.0, 8127.0, 8165.0, 8111.0, 8144.0, 8146.0, 8116.0, 8165.0, 8178.0, 8136.0, 8148.0, 8137.0, 8167.0, 8194.0, 8167.0, 8132.0, 8115.0, 8146.0, 8190.0, 8130.0, 8146.0, 8138.0, 8129.0, 8125.0, 8099.0, 8142.0, 8185.0, 8145.0, 8129.0, 8158.0, 8098.0, 8142.0, 8172.0, 8145.0, 8144.0, 8167.0, 8109.0, 8123.0, 8155.0, 8138.0, 8140.0, 8184.0, 8079.0, 8125.0, 8134.0, 8129.0, 8138.0, 8190.0, 8126.0, 8125.0, 8110.0, 8131.0, 8127.0, 8173.0, 8130.0, 8125.0, 8094.0, 8129.0, 8128.0, 8114.0, 8145.0, 8143.0, 8096.0, 8144.0, 8140.0, 8114.0, 8142.0, 8190.0, 8155.0, 8145.0, 8141.0, 8110.0, 8127.0, 8185.0, 8155.0, 8125.0, 8124.0, 8095.0, 8128.0, 8144.0, 8129.0, 8149.0, 8133.0, 8116.0, 8145.0, 8131.0, 8132.0, 8159.0, 8193.0, 8131.0, 8144.0, 8139.0, 8130.0, 8143.0, 8174.0, 8131.0, 8128.0, 8096.0, 8130.0, 8130.0, 8142.0, 8148.0, 8129.0, 8112.0, 8129.0, 8126.0, 8144.0, 8130.0, 8186.0, 8166.0, 8126.0, 8124.0, 8123.0, 8144.0, 8138.0, 8188.0, 8124.0, 8128.0, 8153.0, 8097.0, 8143.0, 8184.0, 8155.0, 8142.0, 8125.0, 8078.0, 8143.0, 8154.0, 8142.0, 8146.0, 8114.0, 8098.0, 8131.0, 8143.0, 8130.0, 8149.0, 8145.0, 8099.0, 8147.0, 8142.0, 8159.0, 8132.0, 8148.0, 8133.0, 8117.0, 8150.0, 8165.0, 8185.0, 8156.0, 8167.0, 8180.0, 8122.0, 8149.0, 8192.0, 8149.0, 8175.0, 8192.0, 8143.0, 8138.0, 8138.0, 8127.0, 8168.0, 8167.0, 8127.0, 8120.0, 8078.0, 8128.0, 8156.0, 8129.0, 8128.0, 8108.0, 8082.0, 8144.0, 8155.0, 8128.0, 8143.0, 8139.0, 8083.0, 8129.0, 8157.0, 8130.0, 8144.0, 8153.0, 8111.0, 8141.0, 8154.0, 8128.0, 8144.0, 8143.0, 8113.0, 8128.0, 8126.0, 8141.0, 8113.0, 8126.0, 8168.0, 8096.0, 8138.0, 8154.0, 8112.0, 8142.0, 8142.0, 8112.0, 8130.0, 8129.0, 8119.0, 8147.0, 8160.0, 8162.0, 8146.0, 8131.0, 8114.0, 8148.0, 8190.0, 8145.0, 8146.0, 8158.0, 8115.0, 8161.0, 8162.0, 8133.0, 8148.0, 8147.0, 8099.0, 8144.0, 8161.0, 8164.0, 8137.0, 8153.0, 8168.0, 8121.0, 8133.0, 8146.0, 8177.0, 8166.0, 8149.0, 8144.0, 8131.0, 8134.0, 8149.0, 8174.0, 8164.0, 8143.0, 8160.0, 8130.0, 8140.0, 8157.0, 8113.0, 8159.0, 8124.0, 8127.0, 8125.0, 8098.0, 8144.0, 8144.0, 8142.0, 8148.0, 8131.0, 8104.0, 8150.0, 8165.0, 8181.0, 8135.0, 8147.0, 8116.0, 8148.0, 8163.0, 8193.0, 8177.0, 8161.0, 8146.0, 8102.0, 8152.0, 8169.0, 8180.0, 8155.0, 8147.0, 8143.0, 8119.0, 8159.0, 8145.0, 8128.0, 8192.0, 8140.0, 8140.0, 8137.0, 8126.0, 8154.0, 8157.0, 8139.0, 8120.0, 8093.0, 8136.0, 8125.0, 8130.0, 8141.0, 8137.0, 8127.0, 8125.0, 8101.0, 8145.0, 8171.0, 8149.0, 8143.0, 8142.0, 8130.0, 8144.0, 8159.0, 8137.0, 8160.0, 8147.0, 8133.0, 8144.0, 8160.0, 8132.0, 8175.0, 8140.0, 8128.0, 8137.0, 8110.0, 8140.0, 8168.0, 8142.0, 8136.0, 8122.0, 8110.0, 8122.0, 8111.0, 8127.0, 8157.0, 8110.0, 8128.0, 8138.0, 8125.0, 8140.0, 8153.0, 8129.0, 8122.0, 8078.0, 8137.0, 8122.0, 8126.0, 8144.0, 8156.0, 8126.0, 8140.0, 8095.0, 8124.0, 8151.0, 8138.0, 8143.0, 8127.0, 8095.0, 8128.0, 8143.0, 8127.0, 8130.0, 8156.0, 8097.0, 8127.0, 8124.0, 8114.0, 8137.0, 8176.0, 8155.0, 8130.0, 8126.0, 8100.0, 8146.0, 8188.0, 8159.0, 8145.0, 8155.0, 8126.0, 8141.0, 8159.0, 8128.0, 8142.0, 8095.0, 8123.0, 8124.0, 8099.0, 8143.0, 8175.0, 8130.0, 8145.0, 8141.0, 8132.0, 8145.0, 8157.0, 8134.0, 8143.0, 8126.0, 8130.0, 8156.0, 8155.0, 8129.0, 8168.0, 8168.0, 8125.0, 8156.0, 8121.0, 8112.0, 8154.0, 8171.0, 8155.0, 8128.0, 8155.0, 8142.0, 8138.0, 8157.0, 8129.0, 8153.0, 8106.0, 8122.0, 8119.0, 8124.0, 8136.0, 8154.0, 8108.0, 8122.0, 8075.0, 8140.0, 8125.0, 8128.0, 8141.0, 8158.0, 8096.0, 8155.0, 8126.0, 8130.0, 8159.0, 8155.0, 8131.0, 8141.0, 8096.0, 8126.0, 8150.0, 8127.0, 8139.0, 8187.0, 8124.0, 8137.0, 8091.0, 8109.0, 8138.0, 8124.0, 8130.0, 8125.0, 8093.0, 8139.0, 8123.0, 8111.0, 8130.0, 8187.0, 8125.0, 8139.0, 8122.0, 8139.0, 8169.0, 8128.0, 8143.0, 8137.0, 8125.0, 8124.0, 8128.0, 8122.0, 8098.0, 8126.0, 8152.0, 8131.0, 8127.0, 8095.0, 8157.0, 8124.0, 8143.0, 8143.0, 8145.0, 8145.0, 8130.0, 8102.0, 8160.0, 8176.0, 8147.0, 8146.0, 8171.0, 8130.0, 8137.0, 8125.0, 8140.0, 8183.0, 8155.0, 8135.0, 8090.0, 8124.0, 8123.0, 8096.0, 8128.0, 8183.0, 8079.0, 8141.0, 8123.0, 8128.0, 8140.0, 8139.0, 8147.0, 8138.0, 8080.0, 8123.0, 8140.0, 8143.0, 8155.0, 8155.0, 8127.0, 8142.0, 8109.0, 8128.0, 8144.0, 8171.0, 8142.0, 8141.0, 8111.0, 8124.0, 8137.0, 8124.0, 8107.0, 8186.0, 8151.0, 8125.0, 8134.0, 8110.0, 8155.0, 8151.0, 8134.0, 8140.0, 8124.0, 8140.0, 8136.0, 8130.0, 8136.0, 8137.0, 8127.0, 8135.0, 8123.0, 8118.0, 8126.0, 8139.0, 8138.0, 8142.0, 8123.0, 8127.0, 8140.0, 8098.0, 8162.0, 8159.0, 8135.0, 8157.0, 8101.0, 8161.0, 8144.0, 8133.0, 8162.0, 8193.0, 8157.0, 8131.0, 8168.0, 8129.0, 8169.0, 8155.0, 8143.0, 8163.0, 8091.0, 8136.0, 8119.0, 8108.0, 8166.0, 8122.0, 8138.0, 8137.0, 8136.0, 8119.0, 8077.0, 8143.0, 8127.0, 8114.0, 8166.0, 8146.0, 8147.0, 8157.0, 8117.0, 8147.0, 8172.0, 8163.0, 8141.0, 8172.0, 8130.0, 8138.0, 8154.0, 8140.0, 8185.0, 8141.0, 8140.0, 8124.0, 8097.0, 8127.0, 8169.0, 8128.0, 8139.0, 8152.0, 8129.0, 8125.0, 8094.0, 8125.0, 8167.0, 8162.0, 8138.0, 8106.0, 8127.0, 8124.0, 8096.0, 8139.0, 8172.0, 8096.0, 8157.0, 8109.0, 8142.0, 8143.0, 8126.0, 8159.0, 8165.0, 8113.0, 8156.0, 8127.0, 8131.0, 8157.0, 8190.0, 8145.0, 8158.0, 8141.0, 8129.0, 8157.0, 8156.0, 8145.0, 8153.0, 8109.0, 8127.0, 8138.0, 8111.0, 8125.0, 8183.0, 8157.0, 8123.0, 8135.0, 8108.0, 8138.0, 8123.0, 8125.0, 8140.0, 8096.0, 8143.0, 8141.0, 8100.0, 8142.0, 8161.0, 8118.0, 8144.0, 8130.0, 8116.0, 8175.0, 8159.0, 8134.0, 8147.0, 8163.0, 8126.0, 8164.0, 8176.0, 8135.0, 8167.0, 8178.0, 8116.0, 8146.0, 8143.0, 8113.0, 8146.0, 8159.0, 8189.0, 8145.0, 8142.0, 8112.0, 8127.0, 8156.0, 8157.0, 8132.0, 8139.0, 8154.0, 8123.0, 8140.0, 8141.0, 8127.0, 8142.0, 8123.0, 8130.0, 8124.0, 8114.0, 8142.0, 8158.0, 8140.0, 8143.0, 8140.0, 8098.0, 8144.0, 8147.0, 8176.0, 8131.0, 8158.0, 8155.0, 8130.0, 8142.0, 8187.0, 8159.0, 8156.0, 8141.0, 8126.0, 8137.0, 8151.0, 8125.0, 8138.0, 8137.0, 8125.0, 8152.0, 8108.0, 8127.0, 8157.0, 8168.0, 8132.0, 8157.0, 8125.0, 8133.0, 8174.0, 8177.0, 8135.0, 8157.0, 8129.0, 8129.0, 8144.0, 8156.0, 8151.0, 8144.0, 8098.0, 8143.0, 8139.0, 8114.0, 8128.0, 8146.0, 8130.0, 8131.0, 8156.0, 8146.0, 8123.0, 8172.0, 8192.0, 8166.0, 8126.0, 8111.0, 8112.0, 8154.0, 8158.0, 8127.0, 8141.0, 8142.0, 8097.0, 8158.0, 8161.0, 8148.0, 8159.0, 8195.0, 8132.0, 8157.0, 8098.0, 8146.0, 8167.0, 8124.0, 8144.0, 8173.0, 8114.0, 8155.0, 8113.0, 8150.0, 8158.0, 8157.0, 8142.0, 8143.0, 8096.0, 8158.0, 8142.0, 8113.0, 8163.0, 8145.0, 8101.0, 8159.0, 8141.0, 8114.0, 8141.0, 8185.0, 8171.0, 8156.0, 8140.0, 8096.0, 8158.0, 8158.0, 8161.0, 8144.0, 8144.0, 8100.0, 8159.0, 8173.0, 8129.0, 8159.0, 8189.0, 8126.0, 8154.0, 8110.0, 8147.0, 8142.0, 8173.0, 8151.0, 8158.0, 8116.0, 8144.0, 8157.0, 8158.0, 8153.0, 8160.0, 8174.0, 8116.0, 8158.0, 8177.0, 8146.0, 8160.0, 8185.0, 8127.0, 8153.0, 8135.0, 8125.0, 8139.0, 8183.0, 8127.0, 8136.0, 8094.0, 8139.0, 8144.0, 8115.0, 8143.0, 8161.0, 8097.0, 8157.0, 8140.0, 8130.0, 8159.0, 8159.0, 8134.0, 8161.0, 8127.0, 8144.0, 8164.0, 8159.0, 8149.0, 8161.0, 8150.0, 8173.0, 8178.0, 8175.0, 8135.0, 8181.0, 8175.0, 8116.0, 8160.0, 8160.0, 8130.0, 8147.0, 8190.0, 8141.0, 8141.0, 8153.0, 8129.0, 8140.0, 8165.0, 8147.0, 8138.0, 8078.0, 8138.0, 8123.0, 8093.0, 8154.0, 8156.0, 8097.0, 8139.0, 8124.0, 8143.0, 8157.0, 8125.0, 8147.0, 8125.0, 8097.0, 8155.0, 8127.0, 8130.0, 8158.0, 8162.0, 8130.0, 8162.0, 8145.0, 8133.0, 8181.0, 8194.0, 8148.0, 8157.0, 8150.0, 8120.0, 8187.0, 8147.0, 8113.0, 8140.0, 8154.0, 8094.0, 8155.0, 8124.0, 8096.0, 8157.0, 8157.0, 8141.0, 8161.0, 8141.0, 8100.0, 8140.0, 8155.0, 8160.0, 8156.0, 8153.0, 8139.0, 8135.0, 8134.0, 8137.0, 8106.0, 8137.0, 8150.0, 8137.0, 8122.0, 8094.0, 8154.0, 8136.0, 8144.0, 8156.0, 8111.0, 8156.0, 8127.0, 8127.0, 8139.0, 8173.0, 8129.0, 8159.0, 8141.0, 8159.0, 8157.0, 8144.0, 8157.0, 8192.0, 8224.0, 8243.0, 8162.0, 8142.0, 8157.0, 8141.0, 8147.0, 8123.0, 8152.0, 8141.0, 8160.0, 8176.0, 8190.0, 8162.0, 8157.0, 8153.0, 8119.0, 8111.0, 8110.0, 8113.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.002480106141015921</td></tr>
<tr><td colspan=3>aqi</td><td>0.02467379818043973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.736431205736025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1970559635128974</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0457273863960541</td></tr>
<tr><td colspan=3>efc</td><td>0.4374</td></tr>
<tr><td colspan=3>fber</td><td>7195.7075</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11955337246907578</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.58150113722517</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3898054965941173</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.24479840102529</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.61926257391555</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.305355514841512</td></tr>
<tr><td colspan=3>gcor</td><td>0.00323239</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018122008070349693</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024633163586258888</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9887106521334683</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>29.1486</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.9345</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.6437</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>313074.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>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.7656</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4535</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>431.7239</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2917.6494</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>63470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>769.1648</td></tr>
<tr><td colspan=3>tsnr</td><td>39.74560132774059</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>