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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-04/func/sub-0104_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>020448d25a9441b479196cc36d24a3ac</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>11:14:55.592500</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.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112904</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4204, -7781, -7196, 393, -191, -136, -32, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>004c26af-1d25-4982-b4b5-f299f67da7c0||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['111455.592500', '111456.052500', '111456.512500', '111456.972500', '111457.432500', '111457.892500', '111458.352500', '111458.812500', '111459.272500', '111459.732500', '111500.192500', '111500.652500', '111501.112500', '111501.572500', '111502.032500', '111502.492500', '111502.952500', '111503.412500', '111503.872500', '111504.332500', '111504.792500', '111505.252500', '111505.712500', '111506.172500', '111506.632500', '111507.092500', '111507.552500', '111508.012500', '111508.472500', '111508.932500', '111509.392500', '111509.852500', '111510.312500', '111510.772500', '111511.232500', '111511.692500', '111512.152500', '111512.612500', '111513.072500', '111513.532500', '111513.992500', '111514.452500', '111514.912500', '111515.372500', '111515.832500', '111516.292500', '111516.752500', '111517.212500', '111517.672500', '111518.132500', '111518.592500', '111519.052500', '111519.512500', '111519.972500', '111520.432500', '111520.892500', '111521.352500', '111521.812500', '111522.272500', '111522.732500', '111523.192500', '111523.652500', '111524.112500', '111524.572500', '111525.032500', '111525.492500', '111525.952500', '111526.412500', '111526.872500', '111527.332500', '111527.792500', '111528.252500', '111528.712500', '111529.172500', '111529.632500', '111530.092500', '111530.552500', '111531.012500', '111531.472500', '111531.932500', '111532.392500', '111532.852500', '111533.312500', '111533.772500', '111534.232500', '111534.692500', '111535.152500', '111535.612500', '111536.072500', '111536.532500', '111536.992500', '111537.452500', '111537.912500', '111538.372500', '111538.832500', '111539.292500', '111539.752500', '111540.212500', '111540.672500', '111541.132500', '111541.592500', '111542.052500', '111542.512500', '111542.972500', '111543.432500', '111543.892500', '111544.352500', '111544.812500', '111545.272500', '111545.732500', '111546.192500', '111546.652500', '111547.112500', '111547.572500', '111548.032500', '111548.492500', '111548.952500', '111549.412500', '111549.872500', '111550.332500', '111550.792500', '111551.252500', '111551.712500', '111552.172500', '111552.632500', '111553.092500', '111553.552500', '111554.012500', '111554.472500', '111554.932500', '111555.392500', '111555.852500', '111556.312500', '111556.772500', '111557.232500', '111557.692500', '111558.152500', '111558.612500', '111559.072500', '111559.532500', '111559.992500', '111600.452500', '111600.912500', '111601.372500', '111601.832500', '111602.292500', '111602.752500', '111603.212500', '111603.672500', '111604.132500', '111604.592500', '111605.052500', '111605.512500', '111605.972500', '111606.432500', '111606.892500', '111607.352500', '111607.812500', '111608.272500', '111608.732500', '111609.192500', '111609.652500', '111610.112500', '111610.572500', '111611.032500', '111611.492500', '111611.952500', '111612.412500', '111612.872500', '111613.332500', '111613.792500', '111614.252500', '111614.712500', '111615.172500', '111615.632500', '111616.092500', '111616.552500', '111617.012500', '111617.472500', '111617.932500', '111618.392500', '111618.852500', '111619.312500', '111619.772500', '111620.232500', '111620.692500', '111621.152500', '111621.612500', '111622.072500', '111622.532500', '111622.992500', '111623.452500', '111623.912500', '111624.372500', '111624.832500', '111625.292500', '111625.752500', '111626.212500', '111626.672500', '111627.132500', '111627.592500', '111628.052500', '111628.512500', '111628.972500', '111629.432500', '111629.892500', '111630.352500', '111630.812500', '111631.272500', '111631.732500', '111632.192500', '111632.652500', '111633.112500', '111633.572500', '111634.032500', '111634.492500', '111634.952500', '111635.412500', '111635.872500', '111636.332500', '111636.792500', '111637.252500', '111637.712500', '111638.172500', '111638.632500', '111639.092500', '111639.552500', '111640.012500', '111640.472500', '111640.932500', '111641.392500', '111641.852500', '111642.312500', '111642.772500', '111643.232500', '111643.692500', '111644.152500', '111644.612500', '111645.072500', '111645.532500', '111645.992500', '111646.452500', '111646.912500', '111647.372500', '111647.832500', '111648.292500', '111648.752500', '111649.212500', '111649.672500', '111650.132500', '111650.592500', '111651.052500', '111651.512500', '111651.972500', '111652.432500', '111652.892500', '111653.352500', '111653.812500', '111654.272500', '111654.732500', '111655.192500', '111655.652500', '111656.112500', '111656.572500', '111657.032500', '111657.492500', '111657.952500', '111658.412500', '111658.872500', '111659.332500', '111659.792500', '111700.252500', '111700.712500', '111701.172500', '111701.632500', '111702.092500', '111702.552500', '111703.012500', '111703.472500', '111703.932500', '111704.392500', '111704.852500', '111705.312500', '111705.772500', '111706.232500', '111706.692500', '111707.152500', '111707.612500', '111708.072500', '111708.532500', '111708.992500', '111709.452500', '111709.912500', '111710.372500', '111710.832500', '111711.292500', '111711.752500', '111712.212500', '111712.672500', '111713.132500', '111713.592500', '111714.052500', '111714.512500', '111714.972500', '111715.432500', '111715.892500', '111716.352500', '111716.812500', '111717.272500', '111717.732500', '111718.192500', '111718.652500', '111719.112500', '111719.572500', '111720.032500', '111720.492500', '111720.952500', '111721.412500', '111721.872500', '111722.332500', '111722.792500', '111723.252500', '111723.712500', '111724.172500', '111724.632500', '111725.092500', '111725.552500', '111726.012500', '111726.472500', '111726.932500', '111727.392500', '111727.852500', '111728.312500', '111728.772500', '111729.232500', '111729.692500', '111730.152500', '111730.612500', '111731.072500', '111731.532500', '111731.992500', '111732.452500', '111732.912500', '111733.372500', '111733.832500', '111734.292500', '111734.752500', '111735.212500', '111735.672500', '111736.132500', '111736.592500', '111737.052500', '111737.512500', '111737.972500', '111738.432500', '111738.892500', '111739.352500', '111739.812500', '111740.272500', '111740.732500', '111741.192500', '111741.652500', '111742.112500', '111742.572500', '111743.032500', '111743.492500', '111743.952500', '111744.412500', '111744.872500', '111745.332500', '111745.792500', '111746.252500', '111746.712500', '111747.172500', '111747.632500', '111748.092500', '111748.552500', '111749.012500', '111749.472500', '111749.932500', '111750.392500', '111750.852500', '111751.312500', '111751.772500', '111752.232500', '111752.692500', '111753.152500', '111753.612500', '111754.072500', '111754.532500', '111754.992500', '111755.452500', '111755.912500', '111756.372500', '111756.832500', '111757.292500', '111757.752500', '111758.212500', '111758.672500', '111759.132500', '111759.592500', '111800.052500', '111800.512500', '111800.972500', '111801.432500', '111801.892500', '111802.352500', '111802.812500', '111803.272500', '111803.732500', '111804.192500', '111804.652500', '111805.112500', '111805.572500', '111806.032500', '111806.492500', '111806.952500', '111807.412500', '111807.872500', '111808.332500', '111808.792500', '111809.252500', '111809.712500', '111810.172500', '111810.632500', '111811.092500', '111811.552500', '111812.012500', '111812.472500', '111812.932500', '111813.392500', '111813.852500', '111814.312500', '111814.772500', '111815.232500', '111815.692500', '111816.152500', '111816.612500', '111817.072500', '111817.532500', '111817.992500', '111818.452500', '111818.912500', '111819.372500', '111819.832500', '111820.292500', '111820.752500', '111821.212500', '111821.672500', '111822.132500', '111822.592500', '111823.052500', '111823.512500', '111823.972500', '111824.432500', '111824.892500', '111825.352500', '111825.812500', '111826.272500', '111826.732500', '111827.192500', '111827.652500', '111828.112500', '111828.572500', '111829.032500', '111829.492500', '111829.952500', '111830.412500', '111830.872500', '111831.332500', '111831.792500', '111832.252500', '111832.712500', '111833.172500', '111833.632500', '111834.092500', '111834.552500', '111835.012500', '111835.472500', '111835.932500', '111836.392500', '111836.852500', '111837.312500', '111837.772500', '111838.232500', '111838.692500', '111839.152500', '111839.612500', '111840.072500', '111840.532500', '111840.992500', '111841.452500', '111841.912500', '111842.372500', '111842.832500', '111843.292500', '111843.752500', '111844.212500', '111844.672500', '111845.132500', '111845.592500', '111846.052500', '111846.512500', '111846.972500', '111847.432500', '111847.892500', '111848.352500', '111848.812500', '111849.272500', '111849.732500', '111850.192500', '111850.652500', '111851.112500', '111851.572500', '111852.032500', '111852.492500', '111852.952500', '111853.412500', '111853.872500', '111854.332500', '111854.792500', '111855.252500', '111855.712500', '111856.172500', '111856.632500', '111857.092500', '111857.552500', '111858.012500', '111858.472500', '111858.932500', '111859.392500', '111859.852500', '111900.312500', '111900.772500', '111901.232500', '111901.692500', '111902.152500', '111902.612500', '111903.072500', '111903.532500', '111903.992500', '111904.452500', '111904.912500', '111905.372500', '111905.832500', '111906.292500', '111906.752500', '111907.212500', '111907.672500', '111908.132500', '111908.592500', '111909.052500', '111909.512500', '111909.972500', '111910.432500', '111910.892500', '111911.352500', '111911.812500', '111912.272500', '111912.732500', '111913.192500', '111913.652500', '111914.112500', '111914.572500', '111915.032500', '111915.492500', '111915.952500', '111916.412500', '111916.872500', '111917.332500', '111917.792500', '111918.252500', '111918.712500', '111919.172500', '111919.632500', '111920.092500', '111920.552500', '111921.012500', '111921.472500', '111921.932500', '111922.392500', '111922.852500', '111923.312500', '111923.772500', '111924.232500', '111924.692500', '111925.152500', '111925.612500', '111926.072500', '111926.532500', '111926.992500', '111927.452500', '111927.912500', '111928.372500', '111928.832500', '111929.292500', '111929.752500', '111930.212500', '111930.672500', '111931.132500', '111931.592500', '111932.052500', '111932.512500', '111932.972500', '111933.432500', '111933.892500', '111934.352500', '111934.812500', '111935.272500', '111935.732500', '111936.192500', '111936.652500', '111937.112500', '111937.572500', '111938.032500', '111938.492500', '111938.952500', '111939.412500', '111939.872500', '111940.332500', '111940.792500', '111941.252500', '111941.712500', '111942.172500', '111942.632500', '111943.092500', '111943.552500', '111944.012500', '111944.472500', '111944.932500', '111945.392500', '111945.852500', '111946.312500', '111946.772500', '111947.232500', '111947.692500', '111948.152500', '111948.612500', '111949.072500', '111949.532500', '111949.992500', '111950.452500', '111950.912500', '111951.372500', '111951.832500', '111952.292500', '111952.752500', '111953.212500', '111953.672500', '111954.132500', '111954.592500', '111955.052500', '111955.512500', '111955.972500', '111956.432500', '111956.892500', '111957.352500', '111957.812500', '111958.272500', '111958.732500', '111959.192500', '111959.652500', '112000.112500', '112000.572500', '112001.032500', '112001.492500', '112001.952500', '112002.412500', '112002.872500', '112003.332500', '112003.792500', '112004.252500', '112004.712500', '112005.172500', '112005.632500', '112006.092500', '112006.552500', '112007.012500', '112007.472500', '112007.932500', '112008.392500', '112008.852500', '112009.312500', '112009.772500', '112010.232500', '112010.692500', '112011.152500', '112011.612500', '112012.072500', '112012.532500', '112012.992500', '112013.452500', '112013.912500', '112014.372500', '112014.832500', '112015.292500', '112015.752500', '112016.212500', '112016.672500', '112017.132500', '112017.592500', '112018.052500', '112018.512500', '112018.972500', '112019.432500', '112019.892500', '112020.352500', '112020.812500', '112021.272500', '112021.732500', '112022.192500', '112022.652500', '112023.112500', '112023.572500', '112024.032500', '112024.492500', '112024.952500', '112025.412500', '112025.872500', '112026.332500', '112026.792500', '112027.252500', '112027.712500', '112028.172500', '112028.632500', '112029.092500', '112029.552500', '112030.012500', '112030.472500', '112030.932500', '112031.392500', '112031.852500', '112032.312500', '112032.772500', '112033.232500', '112033.692500', '112034.152500', '112034.612500', '112035.072500', '112035.532500', '112035.992500', '112036.452500', '112036.912500', '112037.372500', '112037.832500', '112038.292500', '112038.752500', '112039.212500', '112039.672500', '112040.132500', '112040.592500', '112041.052500', '112041.512500', '112041.972500', '112042.432500', '112042.892500', '112043.352500', '112043.812500', '112044.272500', '112044.732500', '112045.192500', '112045.652500', '112046.112500', '112046.572500', '112047.032500', '112047.492500', '112047.952500', '112048.412500', '112048.872500', '112049.332500', '112049.792500', '112050.252500', '112050.712500', '112051.172500', '112051.632500', '112052.092500', '112052.552500', '112053.012500', '112053.472500', '112053.932500', '112054.392500', '112054.852500', '112055.312500', '112055.772500', '112056.232500', '112056.692500', '112057.152500', '112057.612500', '112058.072500', '112058.532500', '112058.992500', '112059.452500', '112059.912500', '112100.372500', '112100.832500', '112101.292500', '112101.752500', '112102.212500', '112102.672500', '112103.132500', '112103.592500', '112104.052500', '112104.512500', '112104.972500', '112105.432500', '112105.892500', '112106.352500', '112106.812500', '112107.272500', '112107.732500', '112108.192500', '112108.652500', '112109.112500', '112109.572500', '112110.032500', '112110.492500', '112110.952500', '112111.412500', '112111.872500', '112112.332500', '112112.792500', '112113.252500', '112113.712500', '112114.172500', '112114.632500', '112115.092500', '112115.552500', '112116.012500', '112116.472500', '112116.932500', '112117.392500', '112117.852500', '112118.312500', '112118.772500', '112119.232500', '112119.692500', '112120.152500', '112120.612500', '112121.072500', '112121.532500', '112121.992500', '112122.452500', '112122.912500', '112123.372500', '112123.832500', '112124.292500', '112124.752500', '112125.212500', '112125.672500', '112126.132500', '112126.592500', '112127.052500', '112127.512500', '112127.972500', '112128.432500', '112128.892500', '112129.352500', '112129.812500', '112130.272500', '112130.732500', '112131.192500', '112131.652500', '112132.112500', '112132.572500', '112133.032500', '112133.492500', '112133.952500', '112134.412500', '112134.872500', '112135.332500', '112135.792500', '112136.252500', '112136.712500', '112137.172500', '112137.632500', '112138.092500', '112138.552500', '112139.012500', '112139.472500', '112139.932500', '112140.392500', '112140.852500', '112141.312500', '112141.772500', '112142.232500', '112142.692500', '112143.152500', '112143.612500', '112144.072500', '112144.532500', '112144.992500', '112145.452500', '112145.912500', '112146.372500', '112146.832500', '112147.292500', '112147.752500', '112148.212500', '112148.672500', '112149.132500', '112149.592500', '112150.052500', '112150.512500', '112150.972500', '112151.432500', '112151.892500', '112152.352500', '112152.812500', '112153.272500', '112153.732500', '112154.192500', '112154.652500', '112155.112500', '112155.572500', '112156.032500', '112156.492500', '112156.952500', '112157.412500', '112157.872500', '112158.332500', '112158.792500', '112159.252500', '112159.712500', '112200.172500', '112200.632500', '112201.092500', '112201.552500', '112202.012500', '112202.472500', '112202.932500', '112203.392500', '112203.852500', '112204.312500', '112204.772500', '112205.232500', '112205.692500', '112206.152500', '112206.612500', '112207.072500', '112207.532500', '112207.992500', '112208.452500', '112208.912500', '112209.372500', '112209.832500', '112210.292500', '112210.752500', '112211.212500', '112211.672500', '112212.132500', '112212.592500', '112213.052500', '112213.512500', '112213.972500', '112214.432500', '112214.892500', '112215.352500', '112215.812500', '112216.272500', '112216.732500', '112217.192500', '112217.652500', '112218.112500', '112218.572500', '112219.032500', '112219.492500', '112219.952500', '112220.412500', '112220.872500', '112221.332500', '112221.792500', '112222.252500', '112222.712500', '112223.172500', '112223.632500', '112224.092500', '112224.552500', '112225.012500', '112225.472500', '112225.932500', '112226.392500', '112226.852500', '112227.312500', '112227.772500', '112228.232500', '112228.692500', '112229.152500', '112229.612500', '112230.072500', '112230.532500', '112230.992500', '112231.452500', '112231.912500', '112232.372500', '112232.832500', '112233.292500', '112233.752500', '112234.212500', '112234.672500', '112235.132500', '112235.592500', '112236.052500', '112236.512500', '112236.972500', '112237.432500', '112237.892500', '112238.352500', '112238.812500', '112239.272500', '112239.732500', '112240.192500', '112240.652500', '112241.112500', '112241.572500', '112242.032500', '112242.492500', '112242.952500', '112243.412500', '112243.872500', '112244.332500', '112244.792500', '112245.252500', '112245.712500', '112246.172500', '112246.632500', '112247.092500', '112247.552500', '112248.012500', '112248.472500', '112248.932500', '112249.392500', '112249.852500', '112250.312500', '112250.772500', '112251.232500', '112251.692500', '112252.152500', '112252.612500', '112253.072500', '112253.532500', '112253.992500', '112254.452500', '112254.912500', '112255.372500', '112255.832500', '112256.292500', '112256.752500', '112257.212500', '112257.672500', '112258.132500', '112258.592500', '112259.052500', '112259.512500', '112259.972500', '112300.432500', '112300.892500', '112301.352500', '112301.812500', '112302.272500', '112302.732500', '112303.192500', '112303.652500', '112304.112500', '112304.572500', '112305.032500', '112305.492500', '112305.952500', '112306.412500', '112306.872500', '112307.332500', '112307.792500', '112308.252500', '112308.712500', '112309.172500', '112309.632500', '112310.092500', '112310.552500', '112311.012500', '112311.472500', '112311.932500', '112312.392500', '112312.852500', '112313.312500', '112313.772500', '112314.232500', '112314.692500', '112315.152500', '112315.612500', '112316.072500', '112316.532500', '112316.992500', '112317.452500', '112317.912500', '112318.372500', '112318.832500', '112319.292500', '112319.752500', '112320.212500', '112320.672500', '112321.132500', '112321.592500', '112322.052500', '112322.512500', '112322.972500', '112323.432500', '112323.892500', '112324.352500', '112324.812500', '112325.272500', '112325.732500', '112326.192500', '112326.652500', '112327.112500', '112327.572500', '112328.032500', '112328.492500', '112328.952500', '112329.412500', '112329.872500', '112330.332500', '112330.792500', '112331.252500', '112331.712500', '112332.172500', '112332.632500', '112333.092500', '112333.552500', '112334.012500', '112334.472500', '112334.932500', '112335.392500', '112335.852500', '112336.312500', '112336.772500', '112337.232500', '112337.692500', '112338.152500', '112338.612500', '112339.072500', '112339.532500', '112339.992500', '112340.452500', '112340.912500', '112341.372500', '112341.832500', '112342.292500', '112342.752500', '112343.212500', '112343.672500', '112344.132500', '112344.592500', '112345.052500', '112345.512500', '112345.972500', '112346.432500', '112346.892500', '112347.352500', '112347.812500', '112348.272500', '112348.732500', '112349.192500', '112349.652500', '112350.112500', '112350.572500', '112351.032500', '112351.492500', '112351.952500', '112352.412500', '112352.872500', '112353.332500', '112353.792500', '112354.252500', '112354.712500', '112355.172500', '112355.632500', '112356.092500', '112356.552500', '112357.012500', '112357.472500', '112357.932500', '112358.392500', '112358.852500', '112359.312500', '112359.772500', '112400.232500', '112400.692500', '112401.152500', '112401.612500', '112402.072500', '112402.532500', '112402.992500', '112403.452500', '112403.912500', '112404.372500', '112404.832500', '112405.292500', '112405.752500', '112406.212500', '112406.672500', '112407.132500', '112407.592500', '112408.052500', '112408.512500', '112408.972500', '112409.432500', '112409.892500', '112410.352500', '112410.812500', '112411.272500', '112411.732500', '112412.192500', '112412.652500', '112413.112500', '112413.572500', '112414.032500', '112414.492500', '112414.952500', '112415.412500', '112415.872500', '112416.332500', '112416.792500', '112417.252500', '112417.712500', '112418.172500', '112418.632500', '112419.092500', '112419.552500', '112420.012500', '112420.472500', '112420.932500', '112421.392500', '112421.852500', '112422.312500', '112422.772500', '112423.232500', '112423.692500', '112424.152500', '112424.612500', '112425.072500', '112425.532500', '112425.992500', '112426.452500', '112426.912500', '112427.372500', '112427.832500', '112428.292500', '112428.752500', '112429.212500', '112429.672500', '112430.132500', '112430.592500', '112431.052500', '112431.512500', '112431.972500', '112432.432500', '112432.892500', '112433.352500', '112433.812500', '112434.272500', '112434.732500', '112435.192500', '112435.652500', '112436.112500', '112436.572500', '112437.032500', '112437.492500', '112437.952500', '112438.412500', '112438.872500', '112439.332500', '112439.792500', '112440.252500', '112440.712500', '112441.172500', '112441.632500', '112442.092500', '112442.552500', '112443.012500', '112443.472500', '112443.932500', '112444.392500', '112444.852500', '112445.312500', '112445.772500', '112446.232500', '112446.692500', '112447.152500', '112447.612500', '112448.072500', '112448.532500', '112448.992500', '112449.452500', '112449.912500', '112450.372500', '112450.832500', '112451.292500', '112451.752500', '112452.212500', '112452.672500', '112453.132500', '112453.592500', '112454.052500', '112454.512500', '112454.972500', '112455.432500', '112455.892500', '112456.352500', '112456.812500', '112457.272500', '112457.732500', '112458.192500', '112458.652500', '112459.112500', '112459.572500', '112500.032500', '112500.492500', '112500.952500', '112501.412500', '112501.872500', '112502.332500', '112502.792500', '112503.252500'], 'ContentTime': ['111513.828000', '111513.831000', '111513.833000', '111513.836000', '111513.842000', '111513.845000', '111513.847000', '111513.850000', '111513.852000', '111513.855000', '111513.858000', '111513.860000', '111513.863000', '111513.865000', '111513.868000', '111513.870000', '111513.873000', '111513.875000', '111513.878000', '111513.880000', '111513.883000', '111513.885000', '111513.888000', '111513.891000', '111513.893000', '111513.896000', '111513.898000', '111513.901000', '111513.904000', '111513.906000', '111513.909000', '111513.911000', '111513.914000', '111513.916000', '111513.926000', '111513.928000', '111533.797000', '111533.800000', '111533.802000', '111533.805000', '111533.808000', '111533.810000', '111533.813000', '111533.815000', '111533.818000', '111533.820000', '111533.848000', '111533.851000', '111533.854000', '111533.856000', '111533.859000', '111533.861000', '111533.864000', '111533.866000', '111533.869000', '111533.872000', '111533.874000', '111533.877000', '111533.879000', '111533.882000', '111533.884000', '111533.887000', '111533.889000', '111533.892000', '111533.894000', '111533.897000', '111533.900000', '111533.902000', '111533.905000', '111533.907000', '111533.910000', '111533.912000', '111533.915000', '111533.917000', '111533.920000', '111533.922000', '111533.925000', '111533.928000', '111533.930000', '111533.933000', '111553.796000', '111553.799000', '111553.802000', '111553.811000', '111553.814000', '111553.816000', '111553.819000', '111553.821000', '111553.824000', '111553.826000', '111553.829000', '111553.831000', '111553.834000', '111553.836000', '111553.839000', '111553.842000', '111553.844000', '111553.847000', '111553.849000', '111553.865000', '111553.890000', '111553.893000', '111553.895000', '111553.898000', '111553.900000', '111553.903000', '111553.905000', '111553.908000', '111553.910000', '111553.913000', '111553.915000', '111553.918000', '111553.921000', '111553.923000', '111553.926000', '111553.928000', '111553.931000', '111553.933000', '111553.936000', '111553.939000', '111553.941000', '111553.944000', '111553.946000', '111613.795000', '111613.798000', '111613.801000', '111613.811000', '111613.813000', '111613.816000', '111613.818000', '111613.821000', '111613.824000', '111613.826000', '111613.829000', '111613.831000', '111613.834000', '111613.836000', '111613.839000', '111613.841000', '111613.844000', '111613.847000', '111613.849000', '111613.852000', '111613.854000', '111613.857000', '111613.860000', '111613.862000', '111613.865000', '111613.867000', '111613.870000', '111613.872000', '111613.875000', '111613.878000', '111613.880000', '111613.883000', '111613.885000', '111613.888000', '111613.890000', '111613.893000', '111613.896000', '111613.898000', '111613.901000', '111613.903000', '111613.906000', '111613.908000', '111613.911000', '111613.913000', '111633.795000', '111633.798000', '111633.801000', '111633.803000', '111633.806000', '111633.809000', '111633.811000', '111633.814000', '111633.816000', '111633.819000', '111633.821000', '111633.824000', '111633.827000', '111633.829000', '111633.832000', '111633.834000', '111633.837000', '111633.839000', '111633.842000', '111633.845000', '111633.847000', '111633.850000', '111633.852000', '111633.855000', '111633.857000', '111633.860000', '111633.862000', '111633.865000', '111633.868000', '111633.870000', '111633.873000', '111633.875000', '111633.878000', '111633.881000', '111633.883000', '111633.886000', '111633.888000', '111633.891000', '111633.893000', '111633.896000', '111633.899000', '111633.901000', '111633.904000', '111653.795000', '111653.798000', '111653.901000', '111653.904000', '111653.906000', '111653.909000', '111653.911000', '111653.914000', '111653.917000', '111653.919000', '111653.922000', '111653.924000', '111653.927000', '111653.929000', '111653.932000', '111653.935000', '111653.937000', '111653.940000', '111653.943000', '111653.945000', '111653.948000', '111653.950000', '111653.953000', '111653.955000', '111653.958000', '111653.961000', '111653.963000', '111653.966000', '111653.968000', '111653.971000', '111653.974000', '111653.976000', '111653.979000', '111653.981000', '111653.984000', '111653.986000', '111653.989000', '111653.992000', '111653.994000', '111654.007000', '111654.010000', '111654.013000', '111654.015000', '111654.018000', '111713.796000', '111713.798000', '111713.820000', '111713.822000', '111713.825000', '111713.827000', '111713.830000', '111713.833000', '111713.835000', '111713.838000', '111713.841000', '111713.843000', '111713.846000', '111713.848000', '111713.851000', '111713.854000', '111713.856000', '111713.859000', '111713.861000', '111713.864000', '111713.867000', '111713.869000', '111713.872000', '111713.874000', '111713.877000', '111713.880000', '111713.882000', '111713.885000', '111713.887000', '111713.890000', '111713.893000', '111713.895000', '111713.898000', '111713.900000', '111713.903000', '111713.905000', '111713.908000', '111713.911000', '111713.913000', '111713.916000', '111713.918000', '111713.921000', '111713.923000', '111733.796000', '111733.798000', '111733.801000', '111733.804000', '111733.806000', '111733.809000', '111733.811000', '111733.814000', '111733.816000', '111733.819000', '111733.822000', '111733.824000', '111733.827000', '111733.829000', '111733.832000', '111733.835000', '111733.837000', '111733.840000', '111733.842000', '111733.845000', '111733.847000', '111733.850000', '111733.853000', '111733.855000', '111733.858000', '111733.860000', '111733.863000', '111733.865000', '111733.868000', '111733.870000', '111733.873000', '111733.876000', '111733.878000', '111733.881000', '111733.883000', '111733.886000', '111733.888000', '111733.891000', '111733.894000', '111733.896000', '111733.899000', '111733.901000', '111733.917000', '111733.919000', '111753.797000', '111753.799000', '111753.802000', '111753.804000', '111753.807000', '111753.810000', '111753.812000', '111753.815000', '111753.817000', '111753.820000', '111753.822000', '111753.825000', '111753.828000', '111753.830000', '111753.833000', '111753.835000', '111753.838000', '111753.840000', '111753.843000', '111753.846000', '111753.848000', '111753.851000', '111753.853000', '111753.856000', '111753.858000', '111753.861000', '111753.864000', '111753.866000', '111753.869000', '111753.871000', '111753.874000', '111753.877000', '111753.879000', '111753.882000', '111753.884000', '111753.887000', '111753.890000', '111753.892000', '111753.895000', '111753.897000', '111753.900000', '111753.903000', '111753.905000', '111813.796000', '111813.800000', '111813.802000', '111813.805000', '111813.807000', '111813.810000', '111813.813000', '111813.815000', '111813.818000', '111813.820000', '111813.823000', '111813.826000', '111813.828000', '111813.831000', '111813.834000', '111813.836000', '111813.839000', '111813.841000', '111813.844000', '111813.846000', '111813.849000', '111813.852000', '111813.855000', '111813.858000', '111813.861000', '111813.863000', '111813.866000', '111813.869000', '111813.871000', '111813.874000', '111813.876000', '111813.879000', '111813.882000', '111813.884000', '111813.887000', '111813.889000', '111813.892000', '111813.895000', '111813.897000', '111813.900000', '111813.902000', '111813.905000', '111813.908000', '111833.796000', '111833.799000', '111833.902000', '111833.905000', '111833.908000', '111833.910000', '111833.913000', '111833.915000', '111833.918000', '111833.920000', '111833.923000', '111833.926000', '111833.928000', '111833.931000', '111833.934000', '111833.936000', '111833.939000', '111833.941000', '111833.944000', '111833.947000', '111833.949000', '111833.952000', '111833.954000', '111833.957000', '111833.959000', '111833.962000', '111833.965000', '111833.967000', '111833.970000', '111833.972000', '111833.975000', '111833.978000', '111833.980000', '111833.983000', '111833.985000', '111833.988000', '111833.990000', '111833.993000', '111833.995000', '111833.998000', '111834.002000', '111834.004000', '111834.007000', '111834.009000', '111853.796000', '111853.798000', '111853.821000', '111853.823000', '111853.826000', '111853.829000', '111853.831000', '111853.834000', '111853.837000', '111853.839000', '111853.842000', '111853.844000', '111853.847000', '111853.849000', '111853.852000', '111853.855000', '111853.857000', '111853.860000', '111853.862000', '111853.865000', '111853.867000', '111853.870000', '111853.873000', '111853.875000', '111853.878000', '111853.881000', '111853.883000', '111853.886000', '111853.888000', '111853.891000', '111853.893000', '111853.896000', '111853.899000', '111853.901000', '111853.904000', '111853.906000', '111853.909000', '111853.912000', '111853.914000', '111853.917000', '111853.919000', '111853.922000', '111853.925000', '111913.796000', '111913.798000', '111913.857000', '111913.860000', '111913.862000', '111913.865000', '111913.867000', '111913.870000', '111913.872000', '111913.875000', '111913.878000', '111913.880000', '111913.883000', '111913.885000', '111913.888000', '111913.891000', '111913.893000', '111913.896000', '111913.898000', '111913.901000', '111913.904000', '111913.906000', '111913.909000', '111913.911000', '111913.926000', '111913.929000', '111913.931000', '111913.934000', '111913.936000', '111913.939000', '111913.941000', '111913.944000', '111913.947000', '111913.949000', '111913.952000', '111913.954000', '111913.957000', '111913.959000', '111913.962000', '111913.965000', '111913.967000', '111913.970000', '111913.972000', '111913.975000', '111933.796000', '111933.799000', '111933.825000', '111933.828000', '111933.831000', '111933.833000', '111933.836000', '111933.838000', '111933.841000', '111933.844000', '111933.846000', '111933.849000', '111933.851000', '111933.854000', '111933.856000', '111933.859000', '111933.862000', '111933.864000', '111933.867000', '111933.869000', '111933.872000', '111933.875000', '111933.878000', '111933.880000', '111933.883000', '111933.886000', '111933.889000', '111933.891000', '111933.895000', '111933.898000', '111933.900000', '111933.903000', '111933.905000', '111933.908000', '111933.911000', '111933.913000', '111933.916000', '111933.918000', '111933.921000', '111933.923000', '111933.926000', '111933.929000', '111933.931000', '111953.795000', '111953.798000', '111953.801000', '111953.804000', '111953.806000', '111953.809000', '111953.811000', '111953.814000', '111953.816000', '111953.819000', '111953.822000', '111953.824000', '111953.827000', '111953.829000', '111953.832000', '111953.835000', '111953.837000', '111953.840000', '111953.842000', '111953.845000', '111953.848000', '111953.850000', '111953.853000', '111953.855000', '111953.858000', '111953.860000', '111953.863000', '111953.866000', '111953.868000', '111953.871000', '111953.873000', '111953.876000', '111953.878000', '111953.881000', '111953.884000', '111953.886000', '111953.889000', '111953.891000', '111953.894000', '111953.897000', '111953.899000', '111953.902000', '111953.904000', '111953.907000', '112013.796000', '112013.799000', '112013.802000', '112013.804000', '112013.807000', '112013.810000', '112013.812000', '112013.815000', '112013.817000', '112013.820000', '112013.822000', '112013.825000', '112013.828000', '112013.830000', '112013.833000', '112013.835000', '112013.838000', '112013.840000', '112013.843000', '112013.846000', '112013.848000', '112013.851000', '112013.854000', '112013.857000', '112013.860000', '112013.862000', '112013.865000', '112013.867000', '112013.870000', '112013.873000', '112013.875000', '112013.878000', '112013.880000', '112013.883000', '112013.886000', '112013.888000', '112013.891000', '112013.893000', '112013.896000', '112013.899000', '112013.901000', '112013.904000', '112013.906000', '112033.796000', '112033.840000', '112033.843000', '112033.845000', '112033.848000', '112033.851000', '112033.853000', '112033.856000', '112033.858000', '112033.861000', '112033.863000', '112033.866000', '112033.869000', '112033.871000', '112033.874000', '112033.876000', '112033.879000', '112033.881000', '112033.884000', '112033.887000', '112033.889000', '112033.892000', '112033.894000', '112033.897000', '112033.900000', '112033.902000', '112033.905000', '112033.907000', '112033.910000', '112033.912000', '112033.915000', '112033.918000', '112033.920000', '112033.923000', '112033.925000', '112033.928000', '112033.930000', '112033.933000', '112033.936000', '112033.938000', '112033.941000', '112033.943000', '112033.946000', '112033.948000', '112053.795000', '112053.798000', '112053.843000', '112053.846000', '112053.848000', '112053.851000', '112053.853000', '112053.856000', '112053.859000', '112053.861000', '112053.864000', '112053.866000', '112053.869000', '112053.871000', '112053.874000', '112053.877000', '112053.879000', '112053.882000', '112053.884000', '112053.887000', '112053.890000', '112053.892000', '112053.895000', '112053.897000', '112053.900000', '112053.902000', '112053.906000', '112053.909000', '112053.912000', '112053.914000', '112053.917000', '112053.920000', '112053.922000', '112053.925000', '112053.927000', '112053.930000', '112053.933000', '112053.936000', '112053.939000', '112053.941000', '112053.944000', '112053.947000', '112053.949000', '112113.796000', '112113.799000', '112113.839000', '112113.842000', '112113.844000', '112113.847000', '112113.850000', '112113.852000', '112113.855000', '112113.857000', '112113.860000', '112113.863000', '112113.865000', '112113.868000', '112113.871000', '112113.873000', '112113.876000', '112113.879000', '112113.881000', '112113.884000', '112113.886000', '112113.889000', '112113.891000', '112113.894000', '112113.897000', '112113.899000', '112113.902000', '112113.904000', '112113.907000', '112113.910000', '112113.912000', '112113.915000', '112113.917000', '112113.920000', '112113.923000', '112113.925000', '112113.928000', '112113.930000', '112113.933000', '112113.936000', '112113.938000', '112113.941000', '112113.943000', '112133.796000', '112133.799000', '112133.842000', '112133.844000', '112133.847000', '112133.849000', '112133.852000', '112133.854000', '112133.857000', '112133.860000', '112133.862000', '112133.865000', '112133.867000', '112133.870000', '112133.872000', '112133.875000', '112133.878000', '112133.880000', '112133.883000', '112133.885000', '112133.888000', '112133.891000', '112133.893000', '112133.896000', '112133.898000', '112133.901000', '112133.904000', '112133.906000', '112133.909000', '112133.911000', '112133.914000', '112133.917000', '112133.919000', '112133.922000', '112133.924000', '112133.927000', '112133.930000', '112133.932000', '112133.935000', '112133.937000', '112133.940000', '112133.942000', '112133.945000', '112133.947000', '112153.795000', '112153.798000', '112153.843000', '112153.846000', '112153.849000', '112153.851000', '112153.854000', '112153.856000', '112153.859000', '112153.862000', '112153.864000', '112153.867000', '112153.869000', '112153.872000', '112153.874000', '112153.877000', '112153.880000', '112153.882000', '112153.885000', '112153.887000', '112153.890000', '112153.893000', '112153.895000', '112153.898000', '112153.900000', '112153.903000', '112153.906000', '112153.908000', '112153.911000', '112153.913000', '112153.916000', '112153.918000', '112153.921000', '112153.924000', '112153.926000', '112153.929000', '112153.931000', '112153.934000', '112153.936000', '112153.939000', '112153.942000', '112153.944000', '112153.947000', '112153.949000', '112213.795000', '112213.798000', '112213.877000', '112213.880000', '112213.882000', '112213.885000', '112213.888000', '112213.890000', '112213.893000', '112213.895000', '112213.898000', '112213.900000', '112213.903000', '112213.905000', '112213.908000', '112213.911000', '112213.913000', '112213.916000', '112213.918000', '112213.921000', '112213.924000', '112213.926000', '112213.929000', '112213.931000', '112213.934000', '112213.937000', '112213.939000', '112213.942000', '112213.944000', '112213.947000', '112213.950000', '112213.952000', '112213.955000', '112213.958000', '112213.960000', '112213.963000', '112213.965000', '112213.968000', '112213.971000', '112213.975000', '112213.977000', '112213.980000', '112213.982000', '112233.796000', '112233.799000', '112233.851000', '112233.854000', '112233.856000', '112233.859000', '112233.861000', '112233.864000', '112233.866000', '112233.869000', '112233.871000', '112233.874000', '112233.877000', '112233.879000', '112233.882000', '112233.884000', '112233.887000', '112233.889000', '112233.892000', '112233.895000', '112233.897000', '112233.900000', '112233.902000', '112233.905000', '112233.908000', '112233.910000', '112233.913000', '112233.915000', '112233.918000', '112233.920000', '112233.923000', '112233.926000', '112233.928000', '112233.931000', '112233.933000', '112233.936000', '112233.938000', '112233.941000', '112233.944000', '112233.946000', '112233.949000', '112233.952000', '112233.954000', '112233.957000', '112253.797000', '112253.800000', '112253.802000', '112253.805000', '112253.807000', '112253.810000', '112253.813000', '112253.815000', '112253.818000', '112253.820000', '112253.823000', '112253.825000', '112253.828000', '112253.831000', '112253.833000', '112253.836000', '112253.838000', '112253.841000', '112253.844000', '112253.846000', '112253.849000', '112253.851000', '112253.854000', '112253.857000', '112253.859000', '112253.862000', '112253.864000', '112253.867000', '112253.870000', '112253.872000', '112253.875000', '112253.878000', '112253.880000', '112253.883000', '112253.885000', '112253.888000', '112253.891000', '112253.893000', '112253.896000', '112253.898000', '112253.901000', '112253.903000', '112253.906000', '112313.796000', '112313.799000', '112313.801000', '112313.804000', '112313.806000', '112313.809000', '112313.811000', '112313.814000', '112313.817000', '112313.819000', '112313.822000', '112313.824000', '112313.827000', '112313.830000', '112313.833000', '112313.835000', '112313.838000', '112313.840000', '112313.843000', '112313.846000', '112313.848000', '112313.851000', '112313.853000', '112313.856000', '112313.859000', '112313.861000', '112313.864000', '112313.866000', '112313.869000', '112313.872000', '112313.874000', '112313.877000', '112313.879000', '112313.882000', '112313.885000', '112313.887000', '112313.890000', '112313.892000', '112313.895000', '112313.898000', '112313.900000', '112313.903000', '112313.905000', '112313.908000', '112333.796000', '112333.799000', '112333.857000', '112333.860000', '112333.862000', '112333.865000', '112333.867000', '112333.870000', '112333.873000', '112333.875000', '112333.878000', '112333.880000', '112333.883000', '112333.886000', '112333.888000', '112333.891000', '112333.893000', '112333.896000', '112333.898000', '112333.901000', '112333.903000', '112333.906000', '112333.909000', '112333.911000', '112333.914000', '112333.916000', '112333.919000', '112333.921000', '112333.924000', '112333.927000', '112333.929000', '112333.932000', '112333.934000', '112333.937000', '112333.940000', '112333.942000', '112333.945000', '112333.947000', '112333.950000', '112333.952000', '112333.955000', '112333.958000', '112333.960000', '112353.796000', '112353.798000', '112353.858000', '112353.860000', '112353.863000', '112353.865000', '112353.868000', '112353.871000', '112353.873000', '112353.876000', '112353.878000', '112353.881000', '112353.883000', '112353.886000', '112353.889000', '112353.891000', '112353.894000', '112353.896000', '112353.899000', '112353.901000', '112353.904000', '112353.907000', '112353.909000', '112353.912000', '112353.914000', '112353.917000', '112353.919000', '112353.922000', '112353.925000', '112353.927000', '112353.930000', '112353.932000', '112353.935000', '112353.937000', '112353.940000', '112353.943000', '112353.945000', '112353.948000', '112353.950000', '112353.953000', '112353.956000', '112353.958000', '112353.961000', '112353.963000', '112413.796000', '112413.799000', '112413.856000', '112413.859000', '112413.861000', '112413.864000', '112413.866000', '112413.869000', '112413.871000', '112413.874000', '112413.877000', '112413.879000', '112413.882000', '112413.884000', '112413.887000', '112413.890000', '112413.892000', '112413.895000', '112413.897000', '112413.900000', '112413.903000', '112413.905000', '112413.908000', '112413.910000', '112413.913000', '112413.915000', '112413.918000', '112413.921000', '112413.923000', '112413.926000', '112413.928000', '112413.931000', '112413.934000', '112413.936000', '112413.939000', '112413.941000', '112413.944000', '112413.946000', '112413.949000', '112413.951000', '112413.954000', '112413.957000', '112413.959000', '112433.796000', '112433.798000', '112433.801000', '112433.804000', '112433.806000', '112433.809000', '112433.812000', '112433.815000', '112433.818000', '112433.820000', '112433.823000', '112433.825000', '112433.828000', '112433.830000', '112433.833000', '112433.836000', '112433.838000', '112433.841000', '112433.843000', '112433.846000', '112433.849000', '112433.851000', '112433.854000', '112433.856000', '112433.859000', '112433.861000', '112433.864000', '112433.867000', '112433.870000', '112433.872000', '112433.875000', '112433.877000', '112433.880000', '112433.883000', '112433.885000', '112433.888000', '112433.890000', '112433.893000', '112433.895000', '112433.924000', '112433.926000', '112433.929000', '112433.931000', '112433.934000', '112453.797000', '112453.800000', '112453.856000', '112453.859000', '112453.861000', '112453.864000', '112453.866000', '112453.869000', '112453.872000', '112453.874000', '112453.877000', '112453.879000', '112453.882000', '112453.884000', '112453.887000', '112453.890000', '112453.892000', '112453.895000', '112453.897000', '112453.900000', '112453.903000', '112453.905000', '112453.908000', '112453.910000', '112453.913000', '112453.916000', '112453.918000', '112453.921000', '112453.924000', '112453.926000', '112453.929000', '112453.931000', '112453.934000', '112453.936000', '112453.943000', '112453.945000', '112453.948000', '112453.951000', '112453.953000', '112453.956000', '112453.958000', '112453.961000', '112453.964000', '112505.052000', '112505.054000', '112505.057000', '112505.060000', '112505.062000', '112505.065000', '112505.067000', '112505.070000', '112505.073000', '112505.075000', '112505.078000', '112505.080000', '112505.083000', '112505.085000', '112505.088000', '112505.091000', '112505.093000', '112505.096000', '112505.098000', '112505.101000', '112505.104000', '112505.106000', '112505.109000', '112505.111000', '112505.114000'], 'InstanceCreationTime': ['111513.828000', '111513.831000', '111513.833000', '111513.836000', '111513.842000', '111513.845000', '111513.847000', '111513.850000', '111513.852000', '111513.855000', '111513.858000', '111513.860000', '111513.863000', '111513.865000', '111513.868000', '111513.870000', '111513.873000', '111513.875000', '111513.878000', '111513.880000', '111513.883000', '111513.885000', '111513.888000', '111513.891000', '111513.893000', '111513.896000', '111513.898000', '111513.901000', '111513.904000', '111513.906000', '111513.909000', '111513.911000', '111513.914000', '111513.916000', '111513.926000', '111513.928000', '111533.797000', '111533.800000', '111533.802000', '111533.805000', '111533.808000', '111533.810000', '111533.813000', '111533.815000', '111533.818000', '111533.820000', '111533.848000', '111533.851000', '111533.854000', '111533.856000', '111533.859000', '111533.861000', '111533.864000', '111533.866000', '111533.869000', '111533.872000', '111533.874000', '111533.877000', '111533.879000', '111533.882000', '111533.884000', '111533.887000', '111533.889000', '111533.892000', '111533.894000', '111533.897000', '111533.900000', '111533.902000', '111533.905000', '111533.907000', '111533.910000', '111533.912000', '111533.915000', '111533.917000', '111533.920000', '111533.922000', '111533.925000', '111533.928000', '111533.930000', '111533.933000', '111553.796000', '111553.799000', '111553.802000', '111553.811000', '111553.814000', '111553.816000', '111553.819000', '111553.821000', '111553.824000', '111553.826000', '111553.829000', '111553.831000', '111553.834000', '111553.836000', '111553.839000', '111553.842000', '111553.844000', '111553.847000', '111553.849000', '111553.865000', '111553.890000', '111553.893000', '111553.895000', '111553.898000', '111553.900000', '111553.903000', '111553.905000', '111553.908000', '111553.910000', '111553.913000', '111553.915000', '111553.918000', '111553.921000', '111553.923000', '111553.926000', '111553.928000', '111553.931000', '111553.933000', '111553.936000', '111553.939000', '111553.941000', '111553.944000', '111553.946000', '111613.795000', '111613.798000', '111613.801000', '111613.811000', '111613.813000', '111613.816000', '111613.818000', '111613.821000', '111613.824000', '111613.826000', '111613.829000', '111613.831000', '111613.834000', '111613.836000', '111613.839000', '111613.841000', '111613.844000', '111613.847000', '111613.849000', '111613.852000', '111613.854000', '111613.857000', '111613.860000', '111613.862000', '111613.865000', '111613.867000', '111613.870000', '111613.872000', '111613.875000', '111613.878000', '111613.880000', '111613.883000', '111613.885000', '111613.888000', '111613.890000', '111613.893000', '111613.896000', '111613.898000', '111613.901000', '111613.903000', '111613.906000', '111613.908000', '111613.911000', '111613.913000', '111633.795000', '111633.798000', '111633.801000', '111633.803000', '111633.806000', '111633.809000', '111633.811000', '111633.814000', '111633.816000', '111633.819000', '111633.821000', '111633.824000', '111633.827000', '111633.829000', '111633.832000', '111633.834000', '111633.837000', '111633.839000', '111633.842000', '111633.845000', '111633.847000', '111633.850000', '111633.852000', '111633.855000', '111633.857000', '111633.860000', '111633.862000', '111633.865000', '111633.868000', '111633.870000', '111633.873000', '111633.875000', '111633.878000', '111633.881000', '111633.883000', '111633.886000', '111633.888000', '111633.891000', '111633.893000', '111633.896000', '111633.899000', '111633.901000', '111633.904000', '111653.795000', '111653.798000', '111653.901000', '111653.904000', '111653.906000', '111653.909000', '111653.911000', '111653.914000', '111653.917000', '111653.919000', '111653.922000', '111653.924000', '111653.927000', '111653.929000', '111653.932000', '111653.935000', '111653.937000', '111653.940000', '111653.943000', '111653.945000', '111653.948000', '111653.950000', '111653.953000', '111653.955000', '111653.958000', '111653.961000', '111653.963000', '111653.966000', '111653.968000', '111653.971000', '111653.974000', '111653.976000', '111653.979000', '111653.981000', '111653.984000', '111653.986000', '111653.989000', '111653.992000', '111653.994000', '111654.007000', '111654.010000', '111654.013000', '111654.015000', '111654.018000', '111713.796000', '111713.798000', '111713.820000', '111713.822000', '111713.825000', '111713.827000', '111713.830000', '111713.833000', '111713.835000', '111713.838000', '111713.841000', '111713.843000', '111713.846000', '111713.848000', '111713.851000', '111713.854000', '111713.856000', '111713.859000', '111713.861000', '111713.864000', '111713.867000', '111713.869000', '111713.872000', '111713.874000', '111713.877000', '111713.880000', '111713.882000', '111713.885000', '111713.887000', '111713.890000', '111713.893000', '111713.895000', '111713.898000', '111713.900000', '111713.903000', '111713.905000', '111713.908000', '111713.911000', '111713.913000', '111713.916000', '111713.918000', '111713.921000', '111713.923000', '111733.796000', '111733.798000', '111733.801000', '111733.804000', '111733.806000', '111733.809000', '111733.811000', '111733.814000', '111733.816000', '111733.819000', '111733.822000', '111733.824000', '111733.827000', '111733.829000', '111733.832000', '111733.835000', '111733.837000', '111733.840000', '111733.842000', '111733.845000', '111733.847000', '111733.850000', '111733.853000', '111733.855000', '111733.858000', '111733.860000', '111733.863000', '111733.865000', '111733.868000', '111733.870000', '111733.873000', '111733.876000', '111733.878000', '111733.881000', '111733.883000', '111733.886000', '111733.888000', '111733.891000', '111733.894000', '111733.896000', '111733.899000', '111733.901000', '111733.917000', '111733.919000', '111753.797000', '111753.799000', '111753.802000', '111753.804000', '111753.807000', '111753.810000', '111753.812000', '111753.815000', '111753.817000', '111753.820000', '111753.822000', '111753.825000', '111753.828000', '111753.830000', '111753.833000', '111753.835000', '111753.838000', '111753.840000', '111753.843000', '111753.846000', '111753.848000', '111753.851000', '111753.853000', '111753.856000', '111753.858000', '111753.861000', '111753.864000', '111753.866000', '111753.869000', '111753.871000', '111753.874000', '111753.877000', '111753.879000', '111753.882000', '111753.884000', '111753.887000', '111753.890000', '111753.892000', '111753.895000', '111753.897000', '111753.900000', '111753.903000', '111753.905000', '111813.796000', '111813.800000', '111813.802000', '111813.805000', '111813.807000', '111813.810000', '111813.813000', '111813.815000', '111813.818000', '111813.820000', '111813.823000', '111813.826000', '111813.828000', '111813.831000', '111813.834000', '111813.836000', '111813.839000', '111813.841000', '111813.844000', '111813.846000', '111813.849000', '111813.852000', '111813.855000', '111813.858000', '111813.861000', '111813.863000', '111813.866000', '111813.869000', '111813.871000', '111813.874000', '111813.876000', '111813.879000', '111813.882000', '111813.884000', '111813.887000', '111813.889000', '111813.892000', '111813.895000', '111813.897000', '111813.900000', '111813.902000', '111813.905000', '111813.908000', '111833.796000', '111833.799000', '111833.902000', '111833.905000', '111833.908000', '111833.910000', '111833.913000', '111833.915000', '111833.918000', '111833.920000', '111833.923000', '111833.926000', '111833.928000', '111833.931000', '111833.934000', '111833.936000', '111833.939000', '111833.941000', '111833.944000', '111833.947000', '111833.949000', '111833.952000', '111833.954000', '111833.957000', '111833.959000', '111833.962000', '111833.965000', '111833.967000', '111833.970000', '111833.972000', '111833.975000', '111833.978000', '111833.980000', '111833.983000', '111833.985000', '111833.988000', '111833.990000', '111833.993000', '111833.995000', '111833.998000', '111834.002000', '111834.004000', '111834.007000', '111834.009000', '111853.796000', '111853.798000', '111853.821000', '111853.823000', '111853.826000', '111853.829000', '111853.831000', '111853.834000', '111853.837000', '111853.839000', '111853.842000', '111853.844000', '111853.847000', '111853.849000', '111853.852000', '111853.855000', '111853.857000', '111853.860000', '111853.862000', '111853.865000', '111853.867000', '111853.870000', '111853.873000', '111853.875000', '111853.878000', '111853.881000', '111853.883000', '111853.886000', '111853.888000', '111853.891000', '111853.893000', '111853.896000', '111853.899000', '111853.901000', '111853.904000', '111853.906000', '111853.909000', '111853.912000', '111853.914000', '111853.917000', '111853.919000', '111853.922000', '111853.925000', '111913.796000', '111913.798000', '111913.857000', '111913.860000', '111913.862000', '111913.865000', '111913.867000', '111913.870000', '111913.872000', '111913.875000', '111913.878000', '111913.880000', '111913.883000', '111913.885000', '111913.888000', '111913.891000', '111913.893000', '111913.896000', '111913.898000', '111913.901000', '111913.904000', '111913.906000', '111913.909000', '111913.911000', '111913.926000', '111913.929000', '111913.931000', '111913.934000', '111913.936000', '111913.939000', '111913.941000', '111913.944000', '111913.947000', '111913.949000', '111913.952000', '111913.954000', '111913.957000', '111913.959000', '111913.962000', '111913.965000', '111913.967000', '111913.970000', '111913.972000', '111913.975000', '111933.796000', '111933.799000', '111933.825000', '111933.828000', '111933.831000', '111933.833000', '111933.836000', '111933.838000', '111933.841000', '111933.844000', '111933.846000', '111933.849000', '111933.851000', '111933.854000', '111933.856000', '111933.859000', '111933.862000', '111933.864000', '111933.867000', '111933.869000', '111933.872000', '111933.875000', '111933.878000', '111933.880000', '111933.883000', '111933.886000', '111933.889000', '111933.891000', '111933.895000', '111933.898000', '111933.900000', '111933.903000', '111933.905000', '111933.908000', '111933.911000', '111933.913000', '111933.916000', '111933.918000', '111933.921000', '111933.923000', '111933.926000', '111933.929000', '111933.931000', '111953.795000', '111953.798000', '111953.801000', '111953.804000', '111953.806000', '111953.809000', '111953.811000', '111953.814000', '111953.816000', '111953.819000', '111953.822000', '111953.824000', '111953.827000', '111953.829000', '111953.832000', '111953.835000', '111953.837000', '111953.840000', '111953.842000', '111953.845000', '111953.848000', '111953.850000', '111953.853000', '111953.855000', '111953.858000', '111953.860000', '111953.863000', '111953.866000', '111953.868000', '111953.871000', '111953.873000', '111953.876000', '111953.878000', '111953.881000', '111953.884000', '111953.886000', '111953.889000', '111953.891000', '111953.894000', '111953.897000', '111953.899000', '111953.902000', '111953.904000', '111953.907000', '112013.796000', '112013.799000', '112013.802000', '112013.804000', '112013.807000', '112013.810000', '112013.812000', '112013.815000', '112013.817000', '112013.820000', '112013.822000', '112013.825000', '112013.828000', '112013.830000', '112013.833000', '112013.835000', '112013.838000', '112013.840000', '112013.843000', '112013.846000', '112013.848000', '112013.851000', '112013.854000', '112013.857000', '112013.860000', '112013.862000', '112013.865000', '112013.867000', '112013.870000', '112013.873000', '112013.875000', '112013.878000', '112013.880000', '112013.883000', '112013.886000', '112013.888000', '112013.891000', '112013.893000', '112013.896000', '112013.899000', '112013.901000', '112013.904000', '112013.906000', '112033.796000', '112033.840000', '112033.843000', '112033.845000', '112033.848000', '112033.851000', '112033.853000', '112033.856000', '112033.858000', '112033.861000', '112033.863000', '112033.866000', '112033.869000', '112033.871000', '112033.874000', '112033.876000', '112033.879000', '112033.881000', '112033.884000', '112033.887000', '112033.889000', '112033.892000', '112033.894000', '112033.897000', '112033.900000', '112033.902000', '112033.905000', '112033.907000', '112033.910000', '112033.912000', '112033.915000', '112033.918000', '112033.920000', '112033.923000', '112033.925000', '112033.928000', '112033.930000', '112033.933000', '112033.936000', '112033.938000', '112033.941000', '112033.943000', '112033.946000', '112033.948000', '112053.795000', '112053.798000', '112053.843000', '112053.846000', '112053.848000', '112053.851000', '112053.853000', '112053.856000', '112053.859000', '112053.861000', '112053.864000', '112053.866000', '112053.869000', '112053.871000', '112053.874000', '112053.877000', '112053.879000', '112053.882000', '112053.884000', '112053.887000', '112053.890000', '112053.892000', '112053.895000', '112053.897000', '112053.900000', '112053.902000', '112053.906000', '112053.909000', '112053.912000', '112053.914000', '112053.917000', '112053.920000', '112053.922000', '112053.925000', '112053.927000', '112053.930000', '112053.933000', '112053.936000', '112053.939000', '112053.941000', '112053.944000', '112053.947000', '112053.949000', '112113.796000', '112113.799000', '112113.839000', '112113.842000', '112113.844000', '112113.847000', '112113.850000', '112113.852000', '112113.855000', '112113.857000', '112113.860000', '112113.863000', '112113.865000', '112113.868000', '112113.871000', '112113.873000', '112113.876000', '112113.879000', '112113.881000', '112113.884000', '112113.886000', '112113.889000', '112113.891000', '112113.894000', '112113.897000', '112113.899000', '112113.902000', '112113.904000', '112113.907000', '112113.910000', '112113.912000', '112113.915000', '112113.917000', '112113.920000', '112113.923000', '112113.925000', '112113.928000', '112113.930000', '112113.933000', '112113.936000', '112113.938000', '112113.941000', '112113.943000', '112133.796000', '112133.799000', '112133.842000', '112133.844000', '112133.847000', '112133.849000', '112133.852000', '112133.854000', '112133.857000', '112133.860000', '112133.862000', '112133.865000', '112133.867000', '112133.870000', '112133.872000', '112133.875000', '112133.878000', '112133.880000', '112133.883000', '112133.885000', '112133.888000', '112133.891000', '112133.893000', '112133.896000', '112133.898000', '112133.901000', '112133.904000', '112133.906000', '112133.909000', '112133.911000', '112133.914000', '112133.917000', '112133.919000', '112133.922000', '112133.924000', '112133.927000', '112133.930000', '112133.932000', '112133.935000', '112133.937000', '112133.940000', '112133.942000', '112133.945000', '112133.947000', '112153.795000', '112153.798000', '112153.843000', '112153.846000', '112153.849000', '112153.851000', '112153.854000', '112153.856000', '112153.859000', '112153.862000', '112153.864000', '112153.867000', '112153.869000', '112153.872000', '112153.874000', '112153.877000', '112153.880000', '112153.882000', '112153.885000', '112153.887000', '112153.890000', '112153.893000', '112153.895000', '112153.898000', '112153.900000', '112153.903000', '112153.906000', '112153.908000', '112153.911000', '112153.913000', '112153.916000', '112153.918000', '112153.921000', '112153.924000', '112153.926000', '112153.929000', '112153.931000', '112153.934000', '112153.936000', '112153.939000', '112153.942000', '112153.944000', '112153.947000', '112153.949000', '112213.795000', '112213.798000', '112213.877000', '112213.880000', '112213.882000', '112213.885000', '112213.888000', '112213.890000', '112213.893000', '112213.895000', '112213.898000', '112213.900000', '112213.903000', '112213.905000', '112213.908000', '112213.911000', '112213.913000', '112213.916000', '112213.918000', '112213.921000', '112213.924000', '112213.926000', '112213.929000', '112213.931000', '112213.934000', '112213.937000', '112213.939000', '112213.942000', '112213.944000', '112213.947000', '112213.950000', '112213.952000', '112213.955000', '112213.958000', '112213.960000', '112213.963000', '112213.965000', '112213.968000', '112213.971000', '112213.975000', '112213.977000', '112213.980000', '112213.982000', '112233.796000', '112233.799000', '112233.851000', '112233.854000', '112233.856000', '112233.859000', '112233.861000', '112233.864000', '112233.866000', '112233.869000', '112233.871000', '112233.874000', '112233.877000', '112233.879000', '112233.882000', '112233.884000', '112233.887000', '112233.889000', '112233.892000', '112233.895000', '112233.897000', '112233.900000', '112233.902000', '112233.905000', '112233.908000', '112233.910000', '112233.913000', '112233.915000', '112233.918000', '112233.920000', '112233.923000', '112233.926000', '112233.928000', '112233.931000', '112233.933000', '112233.936000', '112233.938000', '112233.941000', '112233.944000', '112233.946000', '112233.949000', '112233.952000', '112233.954000', '112233.957000', '112253.797000', '112253.800000', '112253.802000', '112253.805000', '112253.807000', '112253.810000', '112253.813000', '112253.815000', '112253.818000', '112253.820000', '112253.823000', '112253.825000', '112253.828000', '112253.831000', '112253.833000', '112253.836000', '112253.838000', '112253.841000', '112253.844000', '112253.846000', '112253.849000', '112253.851000', '112253.854000', '112253.857000', '112253.859000', '112253.862000', '112253.864000', '112253.867000', '112253.870000', '112253.872000', '112253.875000', '112253.878000', '112253.880000', '112253.883000', '112253.885000', '112253.888000', '112253.891000', '112253.893000', '112253.896000', '112253.898000', '112253.901000', '112253.903000', '112253.906000', '112313.796000', '112313.799000', '112313.801000', '112313.804000', '112313.806000', '112313.809000', '112313.811000', '112313.814000', '112313.817000', '112313.819000', '112313.822000', '112313.824000', '112313.827000', '112313.830000', '112313.833000', '112313.835000', '112313.838000', '112313.840000', '112313.843000', '112313.846000', '112313.848000', '112313.851000', '112313.853000', '112313.856000', '112313.859000', '112313.861000', '112313.864000', '112313.866000', '112313.869000', '112313.872000', '112313.874000', '112313.877000', '112313.879000', '112313.882000', '112313.885000', '112313.887000', '112313.890000', '112313.892000', '112313.895000', '112313.898000', '112313.900000', '112313.903000', '112313.905000', '112313.908000', '112333.796000', '112333.799000', '112333.857000', '112333.860000', '112333.862000', '112333.865000', '112333.867000', '112333.870000', '112333.873000', '112333.875000', '112333.878000', '112333.880000', '112333.883000', '112333.886000', '112333.888000', '112333.891000', '112333.893000', '112333.896000', '112333.898000', '112333.901000', '112333.903000', '112333.906000', '112333.909000', '112333.911000', '112333.914000', '112333.916000', '112333.919000', '112333.921000', '112333.924000', '112333.927000', '112333.929000', '112333.932000', '112333.934000', '112333.937000', '112333.940000', '112333.942000', '112333.945000', '112333.947000', '112333.950000', '112333.952000', '112333.955000', '112333.958000', '112333.960000', '112353.796000', '112353.798000', '112353.858000', '112353.860000', '112353.863000', '112353.865000', '112353.868000', '112353.871000', '112353.873000', '112353.876000', '112353.878000', '112353.881000', '112353.883000', '112353.886000', '112353.889000', '112353.891000', '112353.894000', '112353.896000', '112353.899000', '112353.901000', '112353.904000', '112353.907000', '112353.909000', '112353.912000', '112353.914000', '112353.917000', '112353.919000', '112353.922000', '112353.925000', '112353.927000', '112353.930000', '112353.932000', '112353.935000', '112353.937000', '112353.940000', '112353.943000', '112353.945000', '112353.948000', '112353.950000', '112353.953000', '112353.956000', '112353.958000', '112353.961000', '112353.963000', '112413.796000', '112413.799000', '112413.856000', '112413.859000', '112413.861000', '112413.864000', '112413.866000', '112413.869000', '112413.871000', '112413.874000', '112413.877000', '112413.879000', '112413.882000', '112413.884000', '112413.887000', '112413.890000', '112413.892000', '112413.895000', '112413.897000', '112413.900000', '112413.903000', '112413.905000', '112413.908000', '112413.910000', '112413.913000', '112413.915000', '112413.918000', '112413.921000', '112413.923000', '112413.926000', '112413.928000', '112413.931000', '112413.934000', '112413.936000', '112413.939000', '112413.941000', '112413.944000', '112413.946000', '112413.949000', '112413.951000', '112413.954000', '112413.957000', '112413.959000', '112433.796000', '112433.798000', '112433.801000', '112433.804000', '112433.806000', '112433.809000', '112433.812000', '112433.815000', '112433.818000', '112433.820000', '112433.823000', '112433.825000', '112433.828000', '112433.830000', '112433.833000', '112433.836000', '112433.838000', '112433.841000', '112433.843000', '112433.846000', '112433.849000', '112433.851000', '112433.854000', '112433.856000', '112433.859000', '112433.861000', '112433.864000', '112433.867000', '112433.870000', '112433.872000', '112433.875000', '112433.877000', '112433.880000', '112433.883000', '112433.885000', '112433.888000', '112433.890000', '112433.893000', '112433.895000', '112433.924000', '112433.926000', '112433.929000', '112433.931000', '112433.934000', '112453.797000', '112453.800000', '112453.856000', '112453.859000', '112453.861000', '112453.864000', '112453.866000', '112453.869000', '112453.872000', '112453.874000', '112453.877000', '112453.879000', '112453.882000', '112453.884000', '112453.887000', '112453.890000', '112453.892000', '112453.895000', '112453.897000', '112453.900000', '112453.903000', '112453.905000', '112453.908000', '112453.910000', '112453.913000', '112453.916000', '112453.918000', '112453.921000', '112453.924000', '112453.926000', '112453.929000', '112453.931000', '112453.934000', '112453.936000', '112453.943000', '112453.945000', '112453.948000', '112453.951000', '112453.953000', '112453.956000', '112453.958000', '112453.961000', '112453.964000', '112505.052000', '112505.054000', '112505.057000', '112505.060000', '112505.062000', '112505.065000', '112505.067000', '112505.070000', '112505.073000', '112505.075000', '112505.078000', '112505.080000', '112505.083000', '112505.085000', '112505.088000', '112505.091000', '112505.093000', '112505.096000', '112505.098000', '112505.101000', '112505.104000', '112505.106000', '112505.109000', '112505.111000', '112505.114000'], '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': [7991, 8341, 7860, 13937, 9513, 14635, 7819, 10179, 7629, 11501, 7714, 13800, 8625, 12925, 8094, 10767, 7679, 8328, 11401, 9052, 14421, 9080, 9786, 7467, 8237, 7213, 10636, 9414, 9984, 8747, 7347, 11073, 7609, 12425, 7912, 13581, 7565, 9620, 7662, 9687, 7449, 12630, 13322, 10544, 12373, 8557, 14180, 9965, 14416, 10839, 14267, 8543, 10816, 7668, 8752, 11098, 9966, 14595, 8353, 12374, 7596, 9273, 7447, 11853, 8252, 10910, 7151, 7946, 7142, 9066, 13806, 9908, 15062, 8894, 11390, 7579, 8984, 7245, 10505, 10344, 9572, 7252, 8221, 7331, 8153, 13573, 10419, 14549, 9514, 9931, 8383, 8367, 12615, 7416, 14423, 8371, 10806, 7263, 7683, 12013, 7385, 13063, 7364, 13448, 7815, 9501, 7364, 9574, 7903, 10046, 14530, 9347, 12779, 8024, 10244, 7547, 11403, 9482, 13236, 9544, 8820, 7537, 8294, 13167, 10302, 15072, 10770, 12620, 7736, 8874, 7619, 9964, 14735, 12035, 14536, 8796, 11262, 7642, 10884, 7697, 12161, 7632, 8766, 7100, 7541, 10320, 8470, 13945, 8757, 13144, 7836, 9986, 7445, 12168, 8957, 13382, 7861, 8803, 7249, 8576, 14516, 7234, 12974, 11463, 14407, 8309, 13874, 8643, 14286, 9661, 9662, 7400, 7982, 9082, 8688, 13666, 8802, 13674, 7576, 9357, 7548, 11685, 7388, 12102, 7580, 8878, 7125, 7791, 8998, 10289, 13783, 9181, 11225, 8155, 11301, 7462, 14066, 10465, 13843, 8037, 11926, 7874, 13135, 10318, 14743, 10156, 9371, 7706, 8076, 12758, 9929, 15093, 10038, 9756, 7510, 8520, 7310, 11453, 8875, 14228, 8807, 8516, 13156, 7611, 12955, 7344, 14668, 7864, 10071, 7193, 7656, 9613, 8845, 14225, 8401, 9527, 7423, 7753, 7282, 10985, 10509, 10733, 11736, 7769, 11284, 7465, 12996, 8669, 15285, 10092, 12359, 8524, 11999, 8757, 12771, 15191, 10842, 14554, 8679, 12012, 7597, 12545, 7378, 13553, 9052, 8235, 9297, 7575, 8928, 7219, 12737, 7562, 10839, 7555, 7953, 7463, 8875, 14184, 10299, 14633, 7674, 10599, 7596, 11318, 15726, 11370, 15421, 8141, 9921, 7450, 13020, 7689, 14476, 8060, 9996, 8260, 7983, 14294, 10769, 15541, 9964, 12537, 8361, 10481, 7511, 12548, 8013, 14222, 7676, 9332, 11662, 7732, 13508, 7703, 14267, 7668, 8902, 7433, 8033, 9288, 8421, 14022, 8756, 14065, 7680, 11052, 7818, 13256, 12448, 15583, 15024, 9843, 11363, 7656, 12123, 7567, 14614, 8025, 9344, 7661, 7779, 13219, 7289, 14203, 8229, 14470, 7532, 8821, 7517, 7682, 7582, 11803, 13100, 9489, 11744, 7747, 11471, 7258, 14117, 8886, 12573, 7372, 8418, 7501, 11008, 12155, 13917, 11284, 8874, 13128, 7513, 13210, 7583, 15138, 8567, 10237, 7686, 8783, 7543, 13387, 8087, 9062, 7242, 7810, 13748, 10892, 14970, 10459, 12548, 8472, 11406, 7214, 14312, 8781, 15038, 7864, 9857, 7897, 10363, 7623, 14396, 9411, 10064, 7486, 9254, 7481, 13524, 11557, 12411, 8131, 8317, 13910, 7446, 14896, 8701, 14372, 7280, 9304, 7183, 8998, 12781, 9959, 14378, 7481, 9405, 7205, 10778, 7207, 14265, 8980, 9601, 7797, 9622, 7941, 13916, 10299, 13043, 7756, 8605, 11731, 9398, 16150, 11356, 14928, 8527, 11717, 7525, 14053, 10318, 15071, 8186, 10054, 8336, 8102, 14406, 10071, 14988, 7497, 9146, 7649, 10210, 7685, 12296, 10631, 8995, 8613, 7596, 12655, 7319, 15308, 9201, 12891, 7475, 8742, 7376, 11417, 13722, 9819, 12698, 7828, 12633, 9787, 15356, 12695, 17093, 13648, 14497, 10176, 10477, 8784, 13666, 8479, 8685, 8897, 7743, 12028, 7298, 11747, 7323, 12197, 7194, 8856, 7617, 9710, 13009, 12139, 14911, 12283, 14464, 8684, 11967, 7585, 11365, 7901, 10115, 14604, 8233, 12892, 7329, 9759, 7553, 9477, 7477, 14120, 8092, 12011, 7631, 10731, 7558, 11788, 7374, 14121, 7389, 8454, 7949, 7727, 13172, 9917, 15101, 8980, 11221, 7491, 9132, 7476, 12741, 7540, 13836, 7374, 9158, 7152, 10867, 7974, 13655, 7470, 9393, 7156, 8832, 7228, 13165, 9490, 9639, 8194, 8556, 13529, 11827, 15645, 11908, 14283, 8413, 11605, 7469, 12690, 7520, 14599, 7727, 9384, 7253, 8723, 7583, 14351, 8185, 10585, 7678, 9670, 7585, 12526, 15964, 11086, 12878, 8205, 10093, 7324, 13094, 7846, 13186, 7548, 8610, 7319, 8371, 10353, 11663, 12931, 8805, 7720, 8101, 13873, 11482, 15716, 12376, 14742, 8228, 11289, 7504, 12707, 14244, 12376, 12475, 8489, 7706, 7434, 12877, 8806, 15117, 9539, 11291, 7277, 7802, 9955, 7495, 14144, 7527, 13385, 7499, 8297, 7379, 8002, 14073, 8117, 12760, 7798, 12163, 7439, 13490, 8696, 14939, 7852, 10030, 7391, 9328, 12555, 12822, 16099, 10484, 13340, 8403, 13130, 7522, 14573, 9110, 15456, 7836, 9776, 7548, 8350, 12249, 10376, 15898, 9667, 13511, 8081, 11567, 7578, 14495, 10468, 15177, 8774, 10064, 11994, 8615, 14696, 9224, 15042, 7295, 9461, 7328, 11200, 8034, 12868, 9662, 9528, 7613, 7617, 8852, 7459, 12164, 9862, 13967, 8424, 13435, 8700, 13052, 7457, 14069, 11305, 10215, 12006, 8277, 10991, 7449, 13614, 9018, 13961, 7657, 11272, 7423, 14092, 9548, 15198, 8401, 9724, 7768, 11941, 8550, 15073, 9571, 10247, 8147, 10225, 12199, 12835, 16221, 11048, 14537, 8847, 11791, 7498, 13123, 7632, 15159, 7905, 10059, 7808, 8139, 7457, 12351, 8796, 14432, 7505, 9136, 13997, 7519, 14845, 10038, 15512, 7531, 9573, 7357, 8766, 7518, 12143, 12949, 9894, 7646, 7654, 11839, 7181, 14285, 9074, 14557, 7427, 8993, 7692, 9096, 15138, 12324, 15739, 8419, 9636, 7559, 9576, 7860, 13049, 12811, 8902, 9608, 7477, 13086, 8816, 15418, 11293, 14363, 7538, 9582, 8375, 12183, 15717, 11656, 14774, 7832, 9882, 7404, 11209, 7750, 13967, 7252, 9240, 7176, 8061, 14519, 10410, 15466, 9286, 10051, 7538, 10905, 8088, 13886, 13909, 10748, 7887, 8490, 13034, 9087, 14994, 12012, 15295, 8312, 10004, 7594, 9504, 7681, 13791, 10181, 9272, 7381, 7373, 12818, 7598, 14731, 7684, 12651, 7925, 7847, 12653, 7465, 14580, 8390, 15017, 7478, 9450, 7591, 11247, 7287, 14161, 11950, 10397, 12528, 7528, 12986, 7639, 14896, 7668, 14959, 7458, 8944, 7726, 9976, 11702, 13004, 14412, 9720, 12356, 7765, 12675, 7641, 15114, 8673, 14220, 7662, 8654, 7748, 7794, 14425, 8703, 14565, 7497, 8862, 7552, 7683, 15048, 8614, 14484, 7614, 9235, 7304, 10396, 7552, 13601, 10678, 9067, 9493, 7782, 13488, 8347, 15922, 11294, 14636, 7614, 9628, 8049, 10643, 15398, 12476, 15827, 7833, 9471, 7515, 7753, 13421, 9177, 15444, 8011, 11004, 7359, 12273, 7648, 13578, 8080, 12162, 7371, 8670, 7677, 8936, 15786, 13582, 15582, 9879, 14447, 8973, 14691, 13007, 12668, 14099, 8180, 10473, 7273, 11305, 7720, 14469, 7290, 8815, 7157, 10271, 10004, 11664, 15496, 11438, 13887, 8110, 10979, 7381, 14093, 8459, 14953, 7590, 9136, 7620, 10052, 10798, 13235, 14509, 10836, 7855, 8331, 13859, 10365, 15151, 13280, 15471, 9592, 11929, 8174, 12780, 7646, 15423, 7679, 9431, 7550, 9687, 7825, 11918, 13427, 9814, 12710, 7954, 11091, 7272, 13567, 7706, 14832, 7147, 8684, 7365, 8632, 7412, 14432, 8492, 9937, 7339, 9346, 7365, 12600, 10738, 15780, 10449, 10158, 8171, 9904, 11023, 14525, 13571, 11325, 7888, 8413, 13165, 8022, 12801, 13121, 13733, 9589, 10633, 7536, 13107, 12393, 14386, 8691, 10145, 7431, 11616, 7852, 14136, 8841, 9580, 7547, 8216, 7778, 12700, 12646, 11056, 7840, 8014, 14253, 8790, 14721, 13323, 15752, 9217, 12396, 7662, 14137, 7761, 15517, 7789, 9984, 7226, 9218, 7689, 12754, 15218, 10447, 14787, 8287, 11119, 7101, 13863, 7888, 15458, 7806, 9802, 7130, 9042, 7386, 13429, 10848, 11531, 7571, 7859, 13945, 9801, 15745, 12535, 15983, 8490, 9389, 7738, 11587, 9611, 15097, 10504, 8329, 8102, 7323, 14249, 12157, 15957, 9324, 10638, 7598, 8878, 14496, 11718, 16149, 10273, 11856, 7715, 9411, 7435, 10671, 12129, 10602, 14282, 7420, 8882, 7257, 11366, 7721, 14407, 8738, 8869, 12228, 7157, 13415, 7813, 15786, 8840, 9848, 7705, 8153, 15141, 8462, 15586, 12782, 15548, 8030, 13215, 7991, 11576, 16771, 15025, 15950, 9271, 10067, 7310, 8186, 12761, 10861, 15844, 8028, 9301, 7240, 9377, 7267, 12009, 9493, 10366, 7750, 7643, 13714, 7482, 15511, 11462, 15707, 7988, 10188, 7939, 12189, 15627, 14869, 15421, 8984, 11358, 7868, 12805, 11025, 14882, 10566, 8617, 7477, 7213, 13662, 10227, 15841, 9614, 10174, 7480, 9221, 12868, 10868, 15638, 11223, 14277, 7947, 8925, 7188, 10175, 10247, 12782, 14588, 9100, 10209, 7342, 12821, 8428, 15049, 12649, 14098, 7561, 12796, 8419, 12325, 16133, 14787, 15148, 8639, 12155, 7799, 13351, 9200, 15410, 10263, 9153, 12940, 7553, 11274, 7712, 14051, 9962, 8023, 8131, 7355, 12190, 7144, 14947, 11670, 14869, 7015, 10246, 7575, 12438, 14783, 14149, 15444, 9801, 14544, 7882, 14396, 10850, 15534, 9500, 8558, 12866, 7645, 14591, 7477, 15076, 7021, 8400, 7289, 10296, 7459, 14532, 7292, 10074, 7592, 10338, 8107, 13590, 14524, 14043, 15436, 9263, 13321, 7812, 12402, 12117, 13435, 12931, 7821, 9503, 7612, 12375, 7233, 14700, 7239, 8817, 7213, 11982, 9486, 15773, 11025, 10378, 8376, 9295, 15521, 13703, 16313, 12261, 13220, 8166, 8644, 14519, 9243, 15246, 12907, 15195, 7171, 10669, 7587, 11569, 8752, 14218, 8862], 'WindowCenter': [4368.0, 4362.0, 4351.0, 4407.0, 4367.0, 4404.0, 4325.0, 4358.0, 4322.0, 4368.0, 4322.0, 4391.0, 4331.0, 4383.0, 4332.0, 4373.0, 4318.0, 4332.0, 4367.0, 4342.0, 4391.0, 4341.0, 4352.0, 4312.0, 4330.0, 4322.0, 4373.0, 4350.0, 4375.0, 4343.0, 4325.0, 4369.0, 4337.0, 4391.0, 4334.0, 4391.0, 4335.0, 4363.0, 4334.0, 4365.0, 4321.0, 4394.0, 4404.0, 4376.0, 4379.0, 4343.0, 4388.0, 4363.0, 4392.0, 4362.0, 4390.0, 4331.0, 4362.0, 4308.0, 4328.0, 4353.0, 4350.0, 4389.0, 4330.0, 4382.0, 4320.0, 4335.0, 4311.0, 4384.0, 4327.0, 4374.0, 4299.0, 4334.0, 4312.0, 4352.0, 4403.0, 4365.0, 4413.0, 4355.0, 4385.0, 4323.0, 4343.0, 4307.0, 4375.0, 4361.0, 4363.0, 4323.0, 4345.0, 4319.0, 4335.0, 4392.0, 4363.0, 4394.0, 4347.0, 4352.0, 4315.0, 4330.0, 4368.0, 4307.0, 4389.0, 4330.0, 4362.0, 4298.0, 4321.0, 4365.0, 4310.0, 4379.0, 4310.0, 4390.0, 4319.0, 4348.0, 4312.0, 4364.0, 4328.0, 4363.0, 4392.0, 4353.0, 4380.0, 4332.0, 4362.0, 4322.0, 4385.0, 4348.0, 4394.0, 4352.0, 4354.0, 4321.0, 4332.0, 4390.0, 4359.0, 4403.0, 4361.0, 4380.0, 4310.0, 4330.0, 4304.0, 4362.0, 4388.0, 4381.0, 4388.0, 4331.0, 4359.0, 4309.0, 4360.0, 4308.0, 4384.0, 4316.0, 4343.0, 4311.0, 4323.0, 4357.0, 4344.0, 4402.0, 4355.0, 4388.0, 4332.0, 4363.0, 4323.0, 4386.0, 4338.0, 4404.0, 4318.0, 4353.0, 4307.0, 4343.0, 4401.0, 4312.0, 4378.0, 4370.0, 4389.0, 4331.0, 4390.0, 4326.0, 4391.0, 4336.0, 4339.0, 4299.0, 4320.0, 4326.0, 4329.0, 4378.0, 4339.0, 4378.0, 4320.0, 4339.0, 4309.0, 4370.0, 4310.0, 4393.0, 4322.0, 4352.0, 4309.0, 4335.0, 4350.0, 4375.0, 4405.0, 4366.0, 4380.0, 4335.0, 4379.0, 4325.0, 4402.0, 4376.0, 4401.0, 4334.0, 4382.0, 4322.0, 4394.0, 4350.0, 4404.0, 4349.0, 4340.0, 4308.0, 4319.0, 4379.0, 4350.0, 4389.0, 4351.0, 4335.0, 4298.0, 4317.0, 4299.0, 4372.0, 4329.0, 4392.0, 4329.0, 4330.0, 4374.0, 4309.0, 4368.0, 4298.0, 4391.0, 4315.0, 4347.0, 4298.0, 4308.0, 4345.0, 4341.0, 4390.0, 4331.0, 4347.0, 4319.0, 4321.0, 4311.0, 4374.0, 4373.0, 4385.0, 4380.0, 4333.0, 4372.0, 4324.0, 4404.0, 4344.0, 4414.0, 4364.0, 4383.0, 4339.0, 4383.0, 4338.0, 4394.0, 4398.0, 4362.0, 4389.0, 4329.0, 4364.0, 4294.0, 4369.0, 4293.0, 4378.0, 4324.0, 4318.0, 4325.0, 4310.0, 4327.0, 4309.0, 4379.0, 4322.0, 4370.0, 4323.0, 4332.0, 4307.0, 4354.0, 4389.0, 4359.0, 4401.0, 4322.0, 4361.0, 4306.0, 4373.0, 4400.0, 4373.0, 4400.0, 4321.0, 4345.0, 4309.0, 4392.0, 4321.0, 4402.0, 4316.0, 4351.0, 4315.0, 4320.0, 4388.0, 4361.0, 4399.0, 4349.0, 4379.0, 4328.0, 4346.0, 4309.0, 4381.0, 4316.0, 4393.0, 4317.0, 4352.0, 4369.0, 4318.0, 4388.0, 4320.0, 4399.0, 4321.0, 4341.0, 4310.0, 4334.0, 4348.0, 4344.0, 4400.0, 4355.0, 4399.0, 4331.0, 4370.0, 4320.0, 4395.0, 4380.0, 4415.0, 4401.0, 4351.0, 4356.0, 4309.0, 4369.0, 4305.0, 4389.0, 4315.0, 4339.0, 4307.0, 4309.0, 4378.0, 4310.0, 4387.0, 4330.0, 4391.0, 4310.0, 4340.0, 4311.0, 4322.0, 4316.0, 4382.0, 4391.0, 4352.0, 4377.0, 4323.0, 4368.0, 4311.0, 4392.0, 4338.0, 4383.0, 4298.0, 4331.0, 4306.0, 4374.0, 4378.0, 4404.0, 4367.0, 4340.0, 4378.0, 4309.0, 4378.0, 4311.0, 4402.0, 4331.0, 4350.0, 4309.0, 4331.0, 4306.0, 4392.0, 4333.0, 4343.0, 4307.0, 4324.0, 4387.0, 4372.0, 4402.0, 4375.0, 4378.0, 4329.0, 4367.0, 4312.0, 4401.0, 4341.0, 4414.0, 4322.0, 4352.0, 4317.0, 4363.0, 4320.0, 4404.0, 4352.0, 4351.0, 4311.0, 4342.0, 4308.0, 4393.0, 4367.0, 4380.0, 4307.0, 4320.0, 4378.0, 4296.0, 4389.0, 4318.0, 4389.0, 4297.0, 4339.0, 4283.0, 4340.0, 4364.0, 4349.0, 4388.0, 4310.0, 4335.0, 4311.0, 4372.0, 4308.0, 4399.0, 4352.0, 4348.0, 4320.0, 4352.0, 4332.0, 4406.0, 4359.0, 4394.0, 4321.0, 4343.0, 4366.0, 4351.0, 4401.0, 4371.0, 4397.0, 4342.0, 4369.0, 4324.0, 4392.0, 4361.0, 4391.0, 4319.0, 4339.0, 4313.0, 4316.0, 4386.0, 4349.0, 4385.0, 4298.0, 4327.0, 4308.0, 4350.0, 4320.0, 4382.0, 4362.0, 4343.0, 4326.0, 4322.0, 4377.0, 4308.0, 4401.0, 4352.0, 4392.0, 4312.0, 4332.0, 4311.0, 4385.0, 4388.0, 4363.0, 4376.0, 4310.0, 4377.0, 4361.0, 4401.0, 4393.0, 4413.0, 4405.0, 4393.0, 4359.0, 4361.0, 4331.0, 4392.0, 4306.0, 4317.0, 4309.0, 4295.0, 4354.0, 4297.0, 4357.0, 4298.0, 4369.0, 4287.0, 4327.0, 4295.0, 4326.0, 4364.0, 4355.0, 4374.0, 4345.0, 4363.0, 4304.0, 4331.0, 4280.0, 4332.0, 4277.0, 4310.0, 4348.0, 4292.0, 4339.0, 4270.0, 4299.0, 4280.0, 4312.0, 4282.0, 4363.0, 4293.0, 4354.0, 4283.0, 4332.0, 4294.0, 4356.0, 4285.0, 4376.0, 4284.0, 4306.0, 4295.0, 4295.0, 4363.0, 4338.0, 4376.0, 4328.0, 4345.0, 4298.0, 4326.0, 4300.0, 4379.0, 4308.0, 4390.0, 4308.0, 4351.0, 4311.0, 4372.0, 4334.0, 4405.0, 4321.0, 4352.0, 4310.0, 4355.0, 4322.0, 4407.0, 4366.0, 4367.0, 4331.0, 4346.0, 4390.0, 4385.0, 4404.0, 4383.0, 4388.0, 4331.0, 4358.0, 4298.0, 4381.0, 4308.0, 4403.0, 4311.0, 4341.0, 4307.0, 4332.0, 4320.0, 4405.0, 4335.0, 4377.0, 4325.0, 4366.0, 4324.0, 4408.0, 4411.0, 4374.0, 4377.0, 4329.0, 4350.0, 4312.0, 4390.0, 4333.0, 4405.0, 4323.0, 4344.0, 4319.0, 4346.0, 4361.0, 4385.0, 4391.0, 4355.0, 4319.0, 4335.0, 4401.0, 4384.0, 4411.0, 4387.0, 4390.0, 4321.0, 4361.0, 4298.0, 4382.0, 4378.0, 4370.0, 4364.0, 4319.0, 4296.0, 4300.0, 4378.0, 4341.0, 4390.0, 4352.0, 4361.0, 4299.0, 4312.0, 4348.0, 4312.0, 4387.0, 4312.0, 4380.0, 4301.0, 4321.0, 4298.0, 4334.0, 4391.0, 4334.0, 4382.0, 4325.0, 4378.0, 4324.0, 4389.0, 4343.0, 4415.0, 4334.0, 4365.0, 4310.0, 4356.0, 4390.0, 4395.0, 4412.0, 4361.0, 4379.0, 4329.0, 4377.0, 4308.0, 4391.0, 4331.0, 4402.0, 4310.0, 4351.0, 4310.0, 4329.0, 4366.0, 4362.0, 4400.0, 4354.0, 4379.0, 4332.0, 4368.0, 4323.0, 4404.0, 4374.0, 4404.0, 4332.0, 4361.0, 4366.0, 4330.0, 4388.0, 4341.0, 4390.0, 4300.0, 4339.0, 4300.0, 4372.0, 4318.0, 4394.0, 4352.0, 4353.0, 4319.0, 4334.0, 4352.0, 4308.0, 4381.0, 4353.0, 4389.0, 4316.0, 4375.0, 4330.0, 4380.0, 4311.0, 4403.0, 4371.0, 4362.0, 4365.0, 4321.0, 4358.0, 4312.0, 4390.0, 4343.0, 4391.0, 4325.0, 4372.0, 4325.0, 4403.0, 4365.0, 4413.0, 4333.0, 4349.0, 4324.0, 4385.0, 4343.0, 4405.0, 4353.0, 4363.0, 4321.0, 4353.0, 4378.0, 4383.0, 4398.0, 4372.0, 4375.0, 4329.0, 4355.0, 4296.0, 4366.0, 4297.0, 4390.0, 4308.0, 4339.0, 4294.0, 4321.0, 4299.0, 4382.0, 4327.0, 4405.0, 4308.0, 4354.0, 4389.0, 4308.0, 4390.0, 4351.0, 4401.0, 4311.0, 4339.0, 4310.0, 4332.0, 4309.0, 4384.0, 4378.0, 4364.0, 4307.0, 4323.0, 4367.0, 4310.0, 4402.0, 4339.0, 4403.0, 4308.0, 4343.0, 4310.0, 4343.0, 4403.0, 4382.0, 4397.0, 4320.0, 4338.0, 4309.0, 4341.0, 4316.0, 4382.0, 4381.0, 4342.0, 4337.0, 4312.0, 4388.0, 4342.0, 4399.0, 4372.0, 4390.0, 4312.0, 4353.0, 4315.0, 4382.0, 4385.0, 4372.0, 4388.0, 4310.0, 4347.0, 4312.0, 4371.0, 4320.0, 4402.0, 4311.0, 4354.0, 4311.0, 4335.0, 4402.0, 4361.0, 4402.0, 4353.0, 4351.0, 4309.0, 4362.0, 4322.0, 4395.0, 4393.0, 4373.0, 4317.0, 4331.0, 4375.0, 4339.0, 4389.0, 4371.0, 4390.0, 4317.0, 4338.0, 4308.0, 4337.0, 4307.0, 4380.0, 4350.0, 4340.0, 4297.0, 4300.0, 4368.0, 4309.0, 4387.0, 4305.0, 4381.0, 4306.0, 4310.0, 4377.0, 4301.0, 4389.0, 4320.0, 4400.0, 4311.0, 4351.0, 4311.0, 4371.0, 4308.0, 4393.0, 4367.0, 4352.0, 4364.0, 4309.0, 4368.0, 4307.0, 4388.0, 4308.0, 4390.0, 4295.0, 4330.0, 4309.0, 4351.0, 4366.0, 4382.0, 4390.0, 4354.0, 4380.0, 4322.0, 4377.0, 4310.0, 4402.0, 4329.0, 4391.0, 4306.0, 4331.0, 4307.0, 4311.0, 4391.0, 4332.0, 4400.0, 4312.0, 4342.0, 4309.0, 4325.0, 4397.0, 4340.0, 4402.0, 4323.0, 4337.0, 4311.0, 4375.0, 4319.0, 4405.0, 4363.0, 4344.0, 4347.0, 4324.0, 4388.0, 4331.0, 4402.0, 4373.0, 4392.0, 4310.0, 4341.0, 4316.0, 4361.0, 4399.0, 4380.0, 4401.0, 4310.0, 4339.0, 4294.0, 4310.0, 4374.0, 4339.0, 4396.0, 4322.0, 4356.0, 4309.0, 4380.0, 4321.0, 4394.0, 4319.0, 4396.0, 4313.0, 4341.0, 4318.0, 4355.0, 4409.0, 4405.0, 4412.0, 4364.0, 4392.0, 4341.0, 4404.0, 4376.0, 4380.0, 4376.0, 4320.0, 4333.0, 4298.0, 4356.0, 4306.0, 4388.0, 4312.0, 4339.0, 4302.0, 4362.0, 4351.0, 4383.0, 4398.0, 4386.0, 4388.0, 4322.0, 4358.0, 4312.0, 4391.0, 4328.0, 4416.0, 4312.0, 4353.0, 4322.0, 4364.0, 4373.0, 4392.0, 4402.0, 4372.0, 4320.0, 4332.0, 4389.0, 4362.0, 4387.0, 4393.0, 4402.0, 4341.0, 4367.0, 4331.0, 4381.0, 4308.0, 4400.0, 4321.0, 4340.0, 4309.0, 4340.0, 4306.0, 4384.0, 4387.0, 4363.0, 4381.0, 4323.0, 4367.0, 4312.0, 4388.0, 4324.0, 4414.0, 4311.0, 4338.0, 4324.0, 4344.0, 4322.0, 4406.0, 4341.0, 4364.0, 4326.0, 4354.0, 4320.0, 4397.0, 4374.0, 4418.0, 4364.0, 4364.0, 4332.0, 4354.0, 4362.0, 4394.0, 4389.0, 4360.0, 4306.0, 4321.0, 4378.0, 4318.0, 4380.0, 4391.0, 4390.0, 4352.0, 4359.0, 4309.0, 4377.0, 4382.0, 4392.0, 4330.0, 4351.0, 4312.0, 4372.0, 4322.0, 4405.0, 4343.0, 4353.0, 4320.0, 4332.0, 4321.0, 4394.0, 4381.0, 4374.0, 4323.0, 4324.0, 4387.0, 4332.0, 4390.0, 4389.0, 4401.0, 4342.0, 4367.0, 4309.0, 4392.0, 4311.0, 4403.0, 4311.0, 4351.0, 4300.0, 4342.0, 4310.0, 4382.0, 4389.0, 4363.0, 4390.0, 4322.0, 4360.0, 4301.0, 4392.0, 4322.0, 4414.0, 4325.0, 4354.0, 4314.0, 4344.0, 4311.0, 4407.0, 4374.0, 4387.0, 4321.0, 4336.0, 4394.0, 4366.0, 4404.0, 4384.0, 4405.0, 4333.0, 4343.0, 4311.0, 4375.0, 4342.0, 4405.0, 4363.0, 4334.0, 4318.0, 4314.0, 4403.0, 4384.0, 4412.0, 4344.0, 4363.0, 4308.0, 4344.0, 4390.0, 4372.0, 4401.0, 4354.0, 4358.0, 4311.0, 4331.0, 4300.0, 4364.0, 4370.0, 4364.0, 4389.0, 4314.0, 4342.0, 4314.0, 4384.0, 4323.0, 4405.0, 4343.0, 4347.0, 4380.0, 4305.0, 4396.0, 4324.0, 4416.0, 4344.0, 4355.0, 4324.0, 4338.0, 4403.0, 4335.0, 4400.0, 4394.0, 4411.0, 4324.0, 4395.0, 4319.0, 4385.0, 4411.0, 4404.0, 4411.0, 4342.0, 4352.0, 4302.0, 4333.0, 4380.0, 4362.0, 4412.0, 4324.0, 4339.0, 4313.0, 4343.0, 4310.0, 4385.0, 4354.0, 4366.0, 4319.0, 4326.0, 4390.0, 4316.0, 4405.0, 4373.0, 4415.0, 4323.0, 4361.0, 4318.0, 4384.0, 4399.0, 4404.0, 4391.0, 4332.0, 4360.0, 4308.0, 4382.0, 4358.0, 4403.0, 4361.0, 4333.0, 4310.0, 4313.0, 4388.0, 4364.0, 4403.0, 4366.0, 4360.0, 4311.0, 4352.0, 4381.0, 4373.0, 4401.0, 4374.0, 4401.0, 4322.0, 4342.0, 4302.0, 4364.0, 4358.0, 4383.0, 4399.0, 4342.0, 4350.0, 4312.0, 4378.0, 4335.0, 4402.0, 4396.0, 4390.0, 4325.0, 4394.0, 4322.0, 4384.0, 4401.0, 4405.0, 4391.0, 4333.0, 4370.0, 4310.0, 4393.0, 4340.0, 4402.0, 4347.0, 4342.0, 4379.0, 4311.0, 4362.0, 4312.0, 4391.0, 4352.0, 4323.0, 4319.0, 4313.0, 4378.0, 4312.0, 4401.0, 4384.0, 4403.0, 4303.0, 4364.0, 4312.0, 4395.0, 4398.0, 4407.0, 4400.0, 4354.0, 4388.0, 4309.0, 4392.0, 4349.0, 4403.0, 4337.0, 4320.0, 4368.0, 4309.0, 4389.0, 4299.0, 4390.0, 4288.0, 4317.0, 4311.0, 4363.0, 4312.0, 4403.0, 4313.0, 4365.0, 4324.0, 4366.0, 4332.0, 4407.0, 4400.0, 4407.0, 4402.0, 4343.0, 4392.0, 4312.0, 4384.0, 4367.0, 4393.0, 4390.0, 4324.0, 4340.0, 4320.0, 4381.0, 4312.0, 4413.0, 4327.0, 4352.0, 4323.0, 4397.0, 4364.0, 4429.0, 4384.0, 4378.0, 4342.0, 4357.0, 4405.0, 4405.0, 4412.0, 4380.0, 4392.0, 4319.0, 4332.0, 4390.0, 4341.0, 4401.0, 4383.0, 4389.0, 4302.0, 4351.0, 4318.0, 4372.0, 4332.0, 4405.0, 4341.0], 'WindowWidth': [9670.0, 9647.0, 9629.0, 9694.0, 9640.0, 9682.0, 9580.0, 9614.0, 9571.0, 9626.0, 9568.0, 9661.0, 9581.0, 9652.0, 9584.0, 9638.0, 9562.0, 9582.0, 9623.0, 9596.0, 9659.0, 9593.0, 9606.0, 9555.0, 9576.0, 9571.0, 9642.0, 9607.0, 9647.0, 9599.0, 9580.0, 9629.0, 9597.0, 9663.0, 9590.0, 9662.0, 9593.0, 9626.0, 9591.0, 9634.0, 9571.0, 9672.0, 9682.0, 9647.0, 9643.0, 9599.0, 9655.0, 9626.0, 9661.0, 9620.0, 9655.0, 9577.0, 9620.0, 9541.0, 9570.0, 9596.0, 9601.0, 9651.0, 9576.0, 9646.0, 9566.0, 9578.0, 9554.0, 9654.0, 9573.0, 9641.0, 9535.0, 9589.0, 9556.0, 9611.0, 9680.0, 9632.0, 9694.0, 9621.0, 9657.0, 9574.0, 9597.0, 9544.0, 9643.0, 9620.0, 9629.0, 9573.0, 9605.0, 9567.0, 9593.0, 9665.0, 9626.0, 9669.0, 9596.0, 9608.0, 9551.0, 9574.0, 9623.0, 9543.0, 9651.0, 9577.0, 9620.0, 9529.0, 9568.0, 9617.0, 9550.0, 9640.0, 9550.0, 9657.0, 9563.0, 9599.0, 9558.0, 9629.0, 9575.0, 9628.0, 9661.0, 9613.0, 9643.0, 9585.0, 9622.0, 9571.0, 9658.0, 9601.0, 9671.0, 9610.0, 9616.0, 9565.0, 9584.0, 9659.0, 9619.0, 9676.0, 9619.0, 9640.0, 9549.0, 9575.0, 9534.0, 9623.0, 9650.0, 9646.0, 9651.0, 9579.0, 9612.0, 9549.0, 9615.0, 9545.0, 9655.0, 9557.0, 9600.0, 9554.0, 9574.0, 9614.0, 9603.0, 9679.0, 9621.0, 9656.0, 9585.0, 9625.0, 9574.0, 9660.0, 9590.0, 9684.0, 9561.0, 9612.0, 9545.0, 9600.0, 9674.0, 9559.0, 9641.0, 9632.0, 9654.0, 9579.0, 9659.0, 9569.0, 9662.0, 9579.0, 9586.0, 9532.0, 9562.0, 9568.0, 9575.0, 9637.0, 9588.0, 9637.0, 9566.0, 9586.0, 9549.0, 9628.0, 9551.0, 9669.0, 9571.0, 9612.0, 9553.0, 9596.0, 9610.0, 9649.0, 9686.0, 9636.0, 9647.0, 9592.0, 9646.0, 9583.0, 9679.0, 9651.0, 9674.0, 9589.0, 9649.0, 9570.0, 9669.0, 9603.0, 9683.0, 9599.0, 9589.0, 9541.0, 9558.0, 9638.0, 9603.0, 9654.0, 9605.0, 9576.0, 9532.0, 9554.0, 9533.0, 9635.0, 9573.0, 9663.0, 9572.0, 9576.0, 9627.0, 9545.0, 9622.0, 9532.0, 9661.0, 9553.0, 9594.0, 9530.0, 9547.0, 9593.0, 9592.0, 9657.0, 9582.0, 9597.0, 9567.0, 9566.0, 9556.0, 9644.0, 9639.0, 9661.0, 9649.0, 9588.0, 9634.0, 9577.0, 9683.0, 9603.0, 9698.0, 9629.0, 9652.0, 9589.0, 9653.0, 9589.0, 9670.0, 9666.0, 9621.0, 9650.0, 9574.0, 9613.0, 9521.0, 9626.0, 9517.0, 9640.0, 9560.0, 9557.0, 9561.0, 9550.0, 9567.0, 9548.0, 9641.0, 9570.0, 9630.0, 9575.0, 9585.0, 9545.0, 9616.0, 9655.0, 9618.0, 9673.0, 9569.0, 9620.0, 9541.0, 9639.0, 9669.0, 9638.0, 9670.0, 9566.0, 9592.0, 9552.0, 9662.0, 9568.0, 9677.0, 9556.0, 9605.0, 9551.0, 9563.0, 9651.0, 9621.0, 9668.0, 9604.0, 9639.0, 9574.0, 9592.0, 9549.0, 9645.0, 9555.0, 9666.0, 9558.0, 9611.0, 9626.0, 9562.0, 9655.0, 9565.0, 9670.0, 9569.0, 9594.0, 9553.0, 9589.0, 9603.0, 9605.0, 9672.0, 9621.0, 9671.0, 9585.0, 9632.0, 9567.0, 9673.0, 9646.0, 9702.0, 9673.0, 9606.0, 9606.0, 9545.0, 9626.0, 9538.0, 9654.0, 9552.0, 9587.0, 9539.0, 9548.0, 9636.0, 9551.0, 9649.0, 9577.0, 9661.0, 9550.0, 9591.0, 9552.0, 9571.0, 9557.0, 9652.0, 9660.0, 9609.0, 9637.0, 9574.0, 9625.0, 9553.0, 9664.0, 9586.0, 9652.0, 9531.0, 9579.0, 9543.0, 9644.0, 9640.0, 9683.0, 9625.0, 9591.0, 9638.0, 9549.0, 9640.0, 9553.0, 9675.0, 9578.0, 9601.0, 9547.0, 9579.0, 9542.0, 9665.0, 9586.0, 9598.0, 9546.0, 9578.0, 9654.0, 9636.0, 9676.0, 9648.0, 9641.0, 9579.0, 9625.0, 9559.0, 9673.0, 9595.0, 9695.0, 9570.0, 9609.0, 9559.0, 9625.0, 9566.0, 9683.0, 9608.0, 9607.0, 9553.0, 9595.0, 9550.0, 9669.0, 9623.0, 9643.0, 9540.0, 9563.0, 9635.0, 9527.0, 9651.0, 9556.0, 9652.0, 9526.0, 9585.0, 9505.0, 9590.0, 9613.0, 9599.0, 9651.0, 9550.0, 9577.0, 9553.0, 9634.0, 9550.0, 9670.0, 9612.0, 9602.0, 9569.0, 9609.0, 9587.0, 9689.0, 9617.0, 9670.0, 9566.0, 9598.0, 9622.0, 9607.0, 9672.0, 9638.0, 9663.0, 9596.0, 9628.0, 9577.0, 9662.0, 9621.0, 9660.0, 9561.0, 9587.0, 9544.0, 9554.0, 9645.0, 9600.0, 9641.0, 9530.0, 9566.0, 9544.0, 9602.0, 9564.0, 9651.0, 9622.0, 9600.0, 9568.0, 9569.0, 9639.0, 9550.0, 9673.0, 9611.0, 9662.0, 9558.0, 9584.0, 9555.0, 9657.0, 9653.0, 9626.0, 9633.0, 9550.0, 9636.0, 9622.0, 9675.0, 9668.0, 9695.0, 9685.0, 9665.0, 9617.0, 9620.0, 9580.0, 9662.0, 9535.0, 9549.0, 9529.0, 9521.0, 9597.0, 9526.0, 9605.0, 9529.0, 9624.0, 9515.0, 9567.0, 9521.0, 9563.0, 9609.0, 9599.0, 9622.0, 9583.0, 9604.0, 9526.0, 9559.0, 9490.0, 9559.0, 9479.0, 9527.0, 9573.0, 9507.0, 9563.0, 9475.0, 9510.0, 9490.0, 9534.0, 9498.0, 9606.0, 9514.0, 9592.0, 9499.0, 9562.0, 9516.0, 9604.0, 9505.0, 9630.0, 9502.0, 9536.0, 9517.0, 9520.0, 9609.0, 9582.0, 9629.0, 9567.0, 9586.0, 9531.0, 9562.0, 9536.0, 9639.0, 9547.0, 9656.0, 9548.0, 9606.0, 9556.0, 9634.0, 9591.0, 9685.0, 9570.0, 9611.0, 9553.0, 9620.0, 9575.0, 9692.0, 9634.0, 9636.0, 9582.0, 9606.0, 9658.0, 9658.0, 9680.0, 9654.0, 9653.0, 9582.0, 9610.0, 9532.0, 9642.0, 9545.0, 9676.0, 9550.0, 9590.0, 9544.0, 9580.0, 9567.0, 9684.0, 9591.0, 9652.0, 9577.0, 9632.0, 9576.0, 9695.0, 9689.0, 9642.0, 9637.0, 9577.0, 9602.0, 9558.0, 9658.0, 9585.0, 9686.0, 9574.0, 9602.0, 9564.0, 9607.0, 9622.0, 9658.0, 9663.0, 9617.0, 9565.0, 9590.0, 9673.0, 9656.0, 9688.0, 9662.0, 9656.0, 9565.0, 9616.0, 9528.0, 9646.0, 9634.0, 9629.0, 9613.0, 9557.0, 9524.0, 9534.0, 9636.0, 9592.0, 9654.0, 9608.0, 9617.0, 9533.0, 9553.0, 9595.0, 9555.0, 9648.0, 9554.0, 9642.0, 9537.0, 9564.0, 9531.0, 9588.0, 9658.0, 9589.0, 9646.0, 9577.0, 9640.0, 9577.0, 9657.0, 9600.0, 9698.0, 9589.0, 9629.0, 9553.0, 9622.0, 9661.0, 9670.0, 9689.0, 9620.0, 9639.0, 9575.0, 9633.0, 9547.0, 9658.0, 9576.0, 9676.0, 9550.0, 9604.0, 9548.0, 9575.0, 9618.0, 9621.0, 9669.0, 9615.0, 9640.0, 9584.0, 9626.0, 9573.0, 9681.0, 9642.0, 9683.0, 9580.0, 9621.0, 9620.0, 9576.0, 9653.0, 9594.0, 9654.0, 9537.0, 9584.0, 9535.0, 9635.0, 9560.0, 9667.0, 9608.0, 9611.0, 9565.0, 9595.0, 9612.0, 9548.0, 9647.0, 9612.0, 9651.0, 9553.0, 9630.0, 9576.0, 9641.0, 9552.0, 9680.0, 9632.0, 9621.0, 9617.0, 9564.0, 9609.0, 9558.0, 9656.0, 9600.0, 9657.0, 9578.0, 9634.0, 9578.0, 9680.0, 9633.0, 9695.0, 9588.0, 9603.0, 9576.0, 9657.0, 9599.0, 9685.0, 9609.0, 9623.0, 9564.0, 9609.0, 9639.0, 9650.0, 9663.0, 9635.0, 9628.0, 9571.0, 9598.0, 9523.0, 9617.0, 9526.0, 9655.0, 9541.0, 9582.0, 9522.0, 9564.0, 9533.0, 9651.0, 9572.0, 9687.0, 9548.0, 9616.0, 9654.0, 9547.0, 9656.0, 9604.0, 9670.0, 9551.0, 9585.0, 9550.0, 9580.0, 9547.0, 9655.0, 9638.0, 9626.0, 9543.0, 9573.0, 9623.0, 9554.0, 9674.0, 9592.0, 9678.0, 9548.0, 9596.0, 9549.0, 9599.0, 9679.0, 9648.0, 9662.0, 9562.0, 9580.0, 9546.0, 9591.0, 9552.0, 9648.0, 9644.0, 9595.0, 9584.0, 9555.0, 9653.0, 9597.0, 9667.0, 9634.0, 9655.0, 9553.0, 9612.0, 9551.0, 9647.0, 9644.0, 9634.0, 9649.0, 9549.0, 9594.0, 9555.0, 9630.0, 9563.0, 9676.0, 9552.0, 9616.0, 9553.0, 9591.0, 9676.0, 9621.0, 9675.0, 9611.0, 9602.0, 9549.0, 9621.0, 9570.0, 9671.0, 9662.0, 9638.0, 9555.0, 9579.0, 9630.0, 9589.0, 9652.0, 9631.0, 9655.0, 9555.0, 9583.0, 9543.0, 9581.0, 9541.0, 9643.0, 9603.0, 9589.0, 9527.0, 9535.0, 9621.0, 9545.0, 9649.0, 9537.0, 9643.0, 9538.0, 9548.0, 9631.0, 9538.0, 9649.0, 9561.0, 9667.0, 9552.0, 9605.0, 9553.0, 9630.0, 9547.0, 9666.0, 9622.0, 9606.0, 9612.0, 9545.0, 9618.0, 9542.0, 9648.0, 9543.0, 9653.0, 9525.0, 9573.0, 9545.0, 9605.0, 9619.0, 9648.0, 9655.0, 9613.0, 9642.0, 9569.0, 9634.0, 9549.0, 9674.0, 9573.0, 9659.0, 9540.0, 9577.0, 9540.0, 9551.0, 9658.0, 9582.0, 9670.0, 9556.0, 9597.0, 9546.0, 9575.0, 9663.0, 9592.0, 9674.0, 9572.0, 9584.0, 9554.0, 9644.0, 9565.0, 9684.0, 9624.0, 9601.0, 9598.0, 9573.0, 9652.0, 9582.0, 9674.0, 9637.0, 9660.0, 9548.0, 9593.0, 9555.0, 9621.0, 9668.0, 9642.0, 9671.0, 9548.0, 9585.0, 9521.0, 9551.0, 9628.0, 9589.0, 9662.0, 9570.0, 9608.0, 9550.0, 9644.0, 9569.0, 9668.0, 9564.0, 9677.0, 9558.0, 9596.0, 9559.0, 9618.0, 9684.0, 9685.0, 9691.0, 9627.0, 9660.0, 9592.0, 9681.0, 9632.0, 9645.0, 9631.0, 9560.0, 9569.0, 9528.0, 9605.0, 9542.0, 9649.0, 9558.0, 9587.0, 9544.0, 9623.0, 9606.0, 9653.0, 9667.0, 9661.0, 9651.0, 9570.0, 9612.0, 9557.0, 9661.0, 9574.0, 9700.0, 9555.0, 9611.0, 9569.0, 9629.0, 9639.0, 9665.0, 9675.0, 9635.0, 9563.0, 9582.0, 9653.0, 9623.0, 9651.0, 9666.0, 9675.0, 9593.0, 9620.0, 9580.0, 9644.0, 9544.0, 9669.0, 9567.0, 9588.0, 9548.0, 9590.0, 9540.0, 9654.0, 9650.0, 9626.0, 9645.0, 9573.0, 9623.0, 9556.0, 9652.0, 9575.0, 9694.0, 9558.0, 9587.0, 9576.0, 9604.0, 9574.0, 9687.0, 9597.0, 9626.0, 9580.0, 9614.0, 9568.0, 9678.0, 9642.0, 9710.0, 9626.0, 9629.0, 9581.0, 9613.0, 9622.0, 9668.0, 9655.0, 9618.0, 9539.0, 9565.0, 9635.0, 9559.0, 9640.0, 9662.0, 9656.0, 9609.0, 9613.0, 9548.0, 9636.0, 9650.0, 9661.0, 9578.0, 9603.0, 9555.0, 9635.0, 9568.0, 9686.0, 9597.0, 9611.0, 9566.0, 9584.0, 9568.0, 9667.0, 9645.0, 9641.0, 9567.0, 9571.0, 9647.0, 9581.0, 9656.0, 9655.0, 9670.0, 9595.0, 9621.0, 9548.0, 9660.0, 9550.0, 9676.0, 9552.0, 9602.0, 9537.0, 9593.0, 9547.0, 9647.0, 9651.0, 9621.0, 9655.0, 9565.0, 9612.0, 9539.0, 9658.0, 9568.0, 9694.0, 9577.0, 9611.0, 9560.0, 9600.0, 9555.0, 9687.0, 9639.0, 9660.0, 9566.0, 9592.0, 9664.0, 9631.0, 9679.0, 9653.0, 9680.0, 9582.0, 9594.0, 9551.0, 9640.0, 9591.0, 9683.0, 9620.0, 9585.0, 9556.0, 9559.0, 9676.0, 9651.0, 9689.0, 9598.0, 9622.0, 9544.0, 9595.0, 9652.0, 9631.0, 9669.0, 9611.0, 9607.0, 9547.0, 9573.0, 9534.0, 9623.0, 9628.0, 9624.0, 9653.0, 9559.0, 9591.0, 9560.0, 9654.0, 9571.0, 9684.0, 9598.0, 9606.0, 9641.0, 9547.0, 9668.0, 9574.0, 9697.0, 9598.0, 9614.0, 9575.0, 9600.0, 9677.0, 9589.0, 9670.0, 9665.0, 9685.0, 9574.0, 9670.0, 9563.0, 9657.0, 9685.0, 9681.0, 9688.0, 9594.0, 9605.0, 9538.0, 9584.0, 9640.0, 9621.0, 9687.0, 9574.0, 9587.0, 9558.0, 9597.0, 9554.0, 9656.0, 9615.0, 9631.0, 9562.0, 9581.0, 9657.0, 9566.0, 9682.0, 9638.0, 9697.0, 9570.0, 9620.0, 9558.0, 9656.0, 9670.0, 9680.0, 9657.0, 9578.0, 9610.0, 9542.0, 9646.0, 9610.0, 9679.0, 9617.0, 9584.0, 9549.0, 9558.0, 9653.0, 9627.0, 9677.0, 9633.0, 9617.0, 9552.0, 9609.0, 9645.0, 9639.0, 9674.0, 9641.0, 9672.0, 9571.0, 9592.0, 9542.0, 9624.0, 9612.0, 9651.0, 9667.0, 9595.0, 9602.0, 9554.0, 9639.0, 9591.0, 9677.0, 9672.0, 9657.0, 9576.0, 9666.0, 9567.0, 9653.0, 9669.0, 9681.0, 9656.0, 9582.0, 9626.0, 9548.0, 9663.0, 9586.0, 9676.0, 9595.0, 9594.0, 9637.0, 9552.0, 9619.0, 9554.0, 9660.0, 9605.0, 9571.0, 9559.0, 9559.0, 9638.0, 9558.0, 9672.0, 9654.0, 9676.0, 9546.0, 9625.0, 9555.0, 9670.0, 9666.0, 9691.0, 9671.0, 9612.0, 9650.0, 9546.0, 9660.0, 9597.0, 9674.0, 9578.0, 9561.0, 9619.0, 9546.0, 9650.0, 9531.0, 9654.0, 9518.0, 9555.0, 9553.0, 9624.0, 9556.0, 9680.0, 9561.0, 9630.0, 9576.0, 9634.0, 9584.0, 9690.0, 9673.0, 9690.0, 9676.0, 9599.0, 9659.0, 9554.0, 9654.0, 9622.0, 9664.0, 9657.0, 9572.0, 9588.0, 9567.0, 9646.0, 9558.0, 9693.0, 9583.0, 9610.0, 9577.0, 9677.0, 9632.0, 9724.0, 9657.0, 9653.0, 9600.0, 9622.0, 9683.0, 9683.0, 9692.0, 9643.0, 9663.0, 9557.0, 9578.0, 9651.0, 9593.0, 9669.0, 9649.0, 9651.0, 9540.0, 9601.0, 9561.0, 9636.0, 9580.0, 9685.0, 9592.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.0015755420773313118</td></tr>
<tr><td colspan=3>aqi</td><td>0.031956695072024255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.81752874931716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2269953233990887</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0039914294764796</td></tr>
<tr><td colspan=3>efc</td><td>0.475</td></tr>
<tr><td colspan=3>fber</td><td>5438.085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11217379037286031</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.67172100075815</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.498975991160187</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3974227610228054</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.806412660362635</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.293092552095121</td></tr>
<tr><td colspan=3>gcor</td><td>0.00581731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018549278378486633</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02471722662448883</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.663284348586178</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7638</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8573</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.8668</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>897.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.1387</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8535</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.6619</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3522.8907</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.0241</td></tr>
<tr><td colspan=3>tsnr</td><td>32.380587284686044</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>