<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-04/func/sub-0101_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>e72481985f02d63996262c92afe31623</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:57:56.707500</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</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.124289</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>[4227, -7746, -7226, 27, -175, -137, -42, 65]</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>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef8a647c-3dd6-4141-a388-563b8f1e021f||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['115756.707500', '115757.167500', '115757.627500', '115758.087500', '115758.547500', '115759.007500', '115759.467500', '115759.927500', '115800.387500', '115800.847500', '115801.307500', '115801.767500', '115802.227500', '115802.687500', '115803.147500', '115803.607500', '115804.067500', '115804.527500', '115804.987500', '115805.447500', '115805.907500', '115806.367500', '115806.827500', '115807.287500', '115807.747500', '115808.207500', '115808.667500', '115809.127500', '115809.587500', '115810.047500', '115810.507500', '115810.967500', '115811.427500', '115811.887500', '115812.347500', '115812.807500', '115813.267500', '115813.727500', '115814.187500', '115814.647500', '115815.107500', '115815.567500', '115816.027500', '115816.487500', '115816.947500', '115817.407500', '115817.867500', '115818.327500', '115818.787500', '115819.247500', '115819.707500', '115820.167500', '115820.627500', '115821.087500', '115821.547500', '115822.007500', '115822.467500', '115822.927500', '115823.387500', '115823.847500', '115824.307500', '115824.767500', '115825.227500', '115825.687500', '115826.147500', '115826.607500', '115827.067500', '115827.527500', '115827.987500', '115828.447500', '115828.907500', '115829.367500', '115829.827500', '115830.287500', '115830.747500', '115831.207500', '115831.667500', '115832.127500', '115832.587500', '115833.047500', '115833.507500', '115833.967500', '115834.427500', '115834.887500', '115835.347500', '115835.807500', '115836.267500', '115836.727500', '115837.187500', '115837.647500', '115838.107500', '115838.567500', '115839.027500', '115839.487500', '115839.947500', '115840.407500', '115840.867500', '115841.327500', '115841.787500', '115842.247500', '115842.707500', '115843.167500', '115843.627500', '115844.087500', '115844.547500', '115845.007500', '115845.467500', '115845.927500', '115846.387500', '115846.847500', '115847.307500', '115847.767500', '115848.227500', '115848.687500', '115849.147500', '115849.607500', '115850.067500', '115850.527500', '115850.987500', '115851.447500', '115851.907500', '115852.367500', '115852.827500', '115853.287500', '115853.747500', '115854.207500', '115854.667500', '115855.127500', '115855.587500', '115856.047500', '115856.507500', '115856.967500', '115857.427500', '115857.887500', '115858.347500', '115858.807500', '115859.267500', '115859.727500', '115900.187500', '115900.647500', '115901.107500', '115901.567500', '115902.027500', '115902.487500', '115902.947500', '115903.407500', '115903.867500', '115904.327500', '115904.787500', '115905.247500', '115905.707500', '115906.167500', '115906.627500', '115907.087500', '115907.547500', '115908.007500', '115908.467500', '115908.927500', '115909.387500', '115909.847500', '115910.307500', '115910.767500', '115911.227500', '115911.687500', '115912.147500', '115912.607500', '115913.067500', '115913.527500', '115913.987500', '115914.447500', '115914.907500', '115915.367500', '115915.827500', '115916.287500', '115916.747500', '115917.207500', '115917.667500', '115918.127500', '115918.587500', '115919.047500', '115919.507500', '115919.967500', '115920.427500', '115920.887500', '115921.347500', '115921.807500', '115922.267500', '115922.727500', '115923.187500', '115923.647500', '115924.107500', '115924.567500', '115925.027500', '115925.487500', '115925.947500', '115926.407500', '115926.867500', '115927.327500', '115927.787500', '115928.247500', '115928.707500', '115929.167500', '115929.627500', '115930.087500', '115930.547500', '115931.007500', '115931.467500', '115931.927500', '115932.387500', '115932.847500', '115933.307500', '115933.767500', '115934.227500', '115934.687500', '115935.147500', '115935.607500', '115936.067500', '115936.527500', '115936.987500', '115937.447500', '115937.907500', '115938.367500', '115938.827500', '115939.287500', '115939.747500', '115940.207500', '115940.667500', '115941.127500', '115941.587500', '115942.047500', '115942.507500', '115942.967500', '115943.427500', '115943.887500', '115944.347500', '115944.807500', '115945.267500', '115945.727500', '115946.187500', '115946.647500', '115947.107500', '115947.567500', '115948.027500', '115948.487500', '115948.947500', '115949.407500', '115949.867500', '115950.327500', '115950.787500', '115951.247500', '115951.707500', '115952.167500', '115952.627500', '115953.087500', '115953.547500', '115954.007500', '115954.467500', '115954.927500', '115955.387500', '115955.847500', '115956.307500', '115956.767500', '115957.227500', '115957.687500', '115958.147500', '115958.607500', '115959.067500', '115959.527500', '115959.987500', '120000.447500', '120000.907500', '120001.367500', '120001.827500', '120002.287500', '120002.747500', '120003.207500', '120003.667500', '120004.127500', '120004.587500', '120005.047500', '120005.507500', '120005.967500', '120006.427500', '120006.887500', '120007.347500', '120007.807500', '120008.267500', '120008.727500', '120009.187500', '120009.647500', '120010.107500', '120010.567500', '120011.027500', '120011.487500', '120011.947500', '120012.407500', '120012.867500', '120013.327500', '120013.787500', '120014.247500', '120014.707500', '120015.167500', '120015.627500', '120016.087500', '120016.547500', '120017.007500', '120017.467500', '120017.927500', '120018.387500', '120018.847500', '120019.307500', '120019.767500', '120020.227500', '120020.687500', '120021.147500', '120021.607500', '120022.067500', '120022.527500', '120022.987500', '120023.447500', '120023.907500', '120024.367500', '120024.827500', '120025.287500', '120025.747500', '120026.207500', '120026.667500', '120027.127500', '120027.587500', '120028.047500', '120028.507500', '120028.967500', '120029.427500', '120029.887500', '120030.347500', '120030.807500', '120031.267500', '120031.727500', '120032.187500', '120032.647500', '120033.107500', '120033.567500', '120034.027500', '120034.487500', '120034.947500', '120035.407500', '120035.867500', '120036.327500', '120036.787500', '120037.247500', '120037.707500', '120038.167500', '120038.627500', '120039.087500', '120039.547500', '120040.007500', '120040.467500', '120040.927500', '120041.387500', '120041.847500', '120042.307500', '120042.767500', '120043.227500', '120043.687500', '120044.147500', '120044.607500', '120045.067500', '120045.527500', '120045.987500', '120046.447500', '120046.907500', '120047.367500', '120047.827500', '120048.287500', '120048.747500', '120049.207500', '120049.667500', '120050.127500', '120050.587500', '120051.047500', '120051.507500', '120051.967500', '120052.427500', '120052.887500', '120053.347500', '120053.807500', '120054.267500', '120054.727500', '120055.187500', '120055.647500', '120056.107500', '120056.567500', '120057.027500', '120057.487500', '120057.947500', '120058.407500', '120058.867500', '120059.327500', '120059.787500', '120100.247500', '120100.707500', '120101.167500', '120101.627500', '120102.087500', '120102.547500', '120103.007500', '120103.467500', '120103.927500', '120104.387500', '120104.847500', '120105.307500', '120105.767500', '120106.227500', '120106.687500', '120107.147500', '120107.607500', '120108.067500', '120108.527500', '120108.987500', '120109.447500', '120109.907500', '120110.367500', '120110.827500', '120111.287500', '120111.747500', '120112.207500', '120112.667500', '120113.127500', '120113.587500', '120114.047500', '120114.507500', '120114.967500', '120115.427500', '120115.887500', '120116.347500', '120116.807500', '120117.267500', '120117.727500', '120118.187500', '120118.647500', '120119.107500', '120119.567500', '120120.027500', '120120.487500', '120120.947500', '120121.407500', '120121.867500', '120122.327500', '120122.787500', '120123.247500', '120123.707500', '120124.167500', '120124.627500', '120125.087500', '120125.547500', '120126.007500', '120126.467500', '120126.927500', '120127.387500', '120127.847500', '120128.307500', '120128.767500', '120129.227500', '120129.687500', '120130.147500', '120130.607500', '120131.067500', '120131.527500', '120131.987500', '120132.447500', '120132.907500', '120133.367500', '120133.827500', '120134.287500', '120134.747500', '120135.207500', '120135.667500', '120136.127500', '120136.587500', '120137.047500', '120137.507500', '120137.967500', '120138.427500', '120138.887500', '120139.347500', '120139.807500', '120140.267500', '120140.727500', '120141.187500', '120141.647500', '120142.107500', '120142.567500', '120143.027500', '120143.487500', '120143.947500', '120144.407500', '120144.867500', '120145.327500', '120145.787500', '120146.247500', '120146.707500', '120147.167500', '120147.627500', '120148.087500', '120148.547500', '120149.007500', '120149.467500', '120149.927500', '120150.387500', '120150.847500', '120151.307500', '120151.767500', '120152.227500', '120152.687500', '120153.147500', '120153.607500', '120154.067500', '120154.527500', '120154.987500', '120155.447500', '120155.907500', '120156.367500', '120156.827500', '120157.287500', '120157.747500', '120158.207500', '120158.667500', '120159.127500', '120159.587500', '120200.047500', '120200.507500', '120200.967500', '120201.427500', '120201.887500', '120202.347500', '120202.807500', '120203.267500', '120203.727500', '120204.187500', '120204.647500', '120205.107500', '120205.567500', '120206.027500', '120206.487500', '120206.947500', '120207.407500', '120207.867500', '120208.327500', '120208.787500', '120209.247500', '120209.707500', '120210.167500', '120210.627500', '120211.087500', '120211.547500', '120212.007500', '120212.467500', '120212.927500', '120213.387500', '120213.847500', '120214.307500', '120214.767500', '120215.227500', '120215.687500', '120216.147500', '120216.607500', '120217.067500', '120217.527500', '120217.987500', '120218.447500', '120218.907500', '120219.367500', '120219.827500', '120220.287500', '120220.747500', '120221.207500', '120221.667500', '120222.127500', '120222.587500', '120223.047500', '120223.507500', '120223.967500', '120224.427500', '120224.887500', '120225.347500', '120225.807500', '120226.267500', '120226.727500', '120227.187500', '120227.647500', '120228.107500', '120228.567500', '120229.027500', '120229.487500', '120229.947500', '120230.407500', '120230.867500', '120231.327500', '120231.787500', '120232.247500', '120232.707500', '120233.167500', '120233.627500', '120234.087500', '120234.547500', '120235.007500', '120235.467500', '120235.927500', '120236.387500', '120236.847500', '120237.307500', '120237.767500', '120238.227500', '120238.687500', '120239.147500', '120239.607500', '120240.067500', '120240.527500', '120240.987500', '120241.447500', '120241.907500', '120242.367500', '120242.827500', '120243.287500', '120243.747500', '120244.207500', '120244.667500', '120245.127500', '120245.587500', '120246.047500', '120246.507500', '120246.967500', '120247.427500', '120247.887500', '120248.347500', '120248.807500', '120249.267500', '120249.727500', '120250.187500', '120250.647500', '120251.107500', '120251.567500', '120252.027500', '120252.487500', '120252.947500', '120253.407500', '120253.867500', '120254.327500', '120254.787500', '120255.247500', '120255.707500', '120256.167500', '120256.627500', '120257.087500', '120257.547500', '120258.007500', '120258.467500', '120258.927500', '120259.387500', '120259.847500', '120300.307500', '120300.767500', '120301.227500', '120301.687500', '120302.147500', '120302.607500', '120303.067500', '120303.527500', '120303.987500', '120304.447500', '120304.907500', '120305.367500', '120305.827500', '120306.287500', '120306.747500', '120307.207500', '120307.667500', '120308.127500', '120308.587500', '120309.047500', '120309.507500', '120309.967500', '120310.427500', '120310.887500', '120311.347500', '120311.807500', '120312.267500', '120312.727500', '120313.187500', '120313.647500', '120314.107500', '120314.567500', '120315.027500', '120315.487500', '120315.947500', '120316.407500', '120316.867500', '120317.327500', '120317.787500', '120318.247500', '120318.707500', '120319.167500', '120319.627500', '120320.087500', '120320.547500', '120321.007500', '120321.467500', '120321.927500', '120322.387500', '120322.847500', '120323.307500', '120323.767500', '120324.227500', '120324.687500', '120325.147500', '120325.607500', '120326.067500', '120326.527500', '120326.987500', '120327.447500', '120327.907500', '120328.367500', '120328.827500', '120329.287500', '120329.747500', '120330.207500', '120330.667500', '120331.127500', '120331.587500', '120332.047500', '120332.507500', '120332.967500', '120333.427500', '120333.887500', '120334.347500', '120334.807500', '120335.267500', '120335.727500', '120336.187500', '120336.647500', '120337.107500', '120337.567500', '120338.027500', '120338.487500', '120338.947500', '120339.407500', '120339.867500', '120340.327500', '120340.787500', '120341.247500', '120341.707500', '120342.167500', '120342.627500', '120343.087500', '120343.547500', '120344.007500', '120344.467500', '120344.927500', '120345.387500', '120345.847500', '120346.307500', '120346.767500', '120347.227500', '120347.687500', '120348.147500', '120348.607500', '120349.067500', '120349.527500', '120349.987500', '120350.447500', '120350.907500', '120351.367500', '120351.827500', '120352.287500', '120352.747500', '120353.207500', '120353.667500', '120354.127500', '120354.587500', '120355.047500', '120355.507500', '120355.967500', '120356.427500', '120356.887500', '120357.347500', '120357.807500', '120358.267500', '120358.727500', '120359.187500', '120359.647500', '120400.107500', '120400.567500', '120401.027500', '120401.487500', '120401.947500', '120402.407500', '120402.867500', '120403.327500', '120403.787500', '120404.247500', '120404.707500', '120405.167500', '120405.627500', '120406.087500', '120406.547500', '120407.007500', '120407.467500', '120407.927500', '120408.387500', '120408.847500', '120409.307500', '120409.767500', '120410.227500', '120410.687500', '120411.147500', '120411.607500', '120412.067500', '120412.527500', '120412.987500', '120413.447500', '120413.907500', '120414.367500', '120414.827500', '120415.287500', '120415.747500', '120416.207500', '120416.667500', '120417.127500', '120417.587500', '120418.047500', '120418.507500', '120418.967500', '120419.427500', '120419.887500', '120420.347500', '120420.807500', '120421.267500', '120421.727500', '120422.187500', '120422.647500', '120423.107500', '120423.567500', '120424.027500', '120424.487500', '120424.947500', '120425.407500', '120425.867500', '120426.327500', '120426.787500', '120427.247500', '120427.707500', '120428.167500', '120428.627500', '120429.087500', '120429.547500', '120430.007500', '120430.467500', '120430.927500', '120431.387500', '120431.847500', '120432.307500', '120432.767500', '120433.227500', '120433.687500', '120434.147500', '120434.607500', '120435.067500', '120435.527500', '120435.987500', '120436.447500', '120436.907500', '120437.367500', '120437.827500', '120438.287500', '120438.747500', '120439.207500', '120439.667500', '120440.127500', '120440.587500', '120441.047500', '120441.507500', '120441.967500', '120442.427500', '120442.887500', '120443.347500', '120443.807500', '120444.267500', '120444.727500', '120445.187500', '120445.647500', '120446.107500', '120446.567500', '120447.027500', '120447.487500', '120447.947500', '120448.407500', '120448.867500', '120449.327500', '120449.787500', '120450.247500', '120450.707500', '120451.167500', '120451.627500', '120452.087500', '120452.547500', '120453.007500', '120453.467500', '120453.927500', '120454.387500', '120454.847500', '120455.307500', '120455.767500', '120456.227500', '120456.687500', '120457.147500', '120457.607500', '120458.067500', '120458.527500', '120458.987500', '120459.447500', '120459.907500', '120500.367500', '120500.827500', '120501.287500', '120501.747500', '120502.207500', '120502.667500', '120503.127500', '120503.587500', '120504.047500', '120504.507500', '120504.967500', '120505.427500', '120505.887500', '120506.347500', '120506.807500', '120507.267500', '120507.727500', '120508.187500', '120508.647500', '120509.107500', '120509.567500', '120510.027500', '120510.487500', '120510.947500', '120511.407500', '120511.867500', '120512.327500', '120512.787500', '120513.247500', '120513.707500', '120514.167500', '120514.627500', '120515.087500', '120515.547500', '120516.007500', '120516.467500', '120516.927500', '120517.387500', '120517.847500', '120518.307500', '120518.767500', '120519.227500', '120519.687500', '120520.147500', '120520.607500', '120521.067500', '120521.527500', '120521.987500', '120522.447500', '120522.907500', '120523.367500', '120523.827500', '120524.287500', '120524.747500', '120525.207500', '120525.667500', '120526.127500', '120526.587500', '120527.047500', '120527.507500', '120527.967500', '120528.427500', '120528.887500', '120529.347500', '120529.807500', '120530.267500', '120530.727500', '120531.187500', '120531.647500', '120532.107500', '120532.567500', '120533.027500', '120533.487500', '120533.947500', '120534.407500', '120534.867500', '120535.327500', '120535.787500', '120536.247500', '120536.707500', '120537.167500', '120537.627500', '120538.087500', '120538.547500', '120539.007500', '120539.467500', '120539.927500', '120540.387500', '120540.847500', '120541.307500', '120541.767500', '120542.227500', '120542.687500', '120543.147500', '120543.607500', '120544.067500', '120544.527500', '120544.987500', '120545.447500', '120545.907500', '120546.367500', '120546.827500', '120547.287500', '120547.747500', '120548.207500', '120548.667500', '120549.127500', '120549.587500', '120550.047500', '120550.507500', '120550.967500', '120551.427500', '120551.887500', '120552.347500', '120552.807500', '120553.267500', '120553.727500', '120554.187500', '120554.647500', '120555.107500', '120555.567500', '120556.027500', '120556.487500', '120556.947500', '120557.407500', '120557.867500', '120558.327500', '120558.787500', '120559.247500', '120559.707500', '120600.167500', '120600.627500', '120601.087500', '120601.547500', '120602.007500', '120602.467500', '120602.927500', '120603.387500', '120603.847500', '120604.307500', '120604.767500', '120605.227500', '120605.687500', '120606.147500', '120606.607500', '120607.067500', '120607.527500', '120607.987500', '120608.447500', '120608.907500', '120609.367500', '120609.827500', '120610.287500', '120610.747500', '120611.207500', '120611.667500', '120612.127500', '120612.587500', '120613.047500', '120613.507500', '120613.967500', '120614.427500', '120614.887500', '120615.347500', '120615.807500', '120616.267500', '120616.727500', '120617.187500', '120617.647500', '120618.107500', '120618.567500', '120619.027500', '120619.487500', '120619.947500', '120620.407500', '120620.867500', '120621.327500', '120621.787500', '120622.247500', '120622.707500', '120623.167500', '120623.627500', '120624.087500', '120624.547500', '120625.007500', '120625.467500', '120625.927500', '120626.387500', '120626.847500', '120627.307500', '120627.767500', '120628.227500', '120628.687500', '120629.147500', '120629.607500', '120630.067500', '120630.527500', '120630.987500', '120631.447500', '120631.907500', '120632.367500', '120632.827500', '120633.287500', '120633.747500', '120634.207500', '120634.667500', '120635.127500', '120635.587500', '120636.047500', '120636.507500', '120636.967500', '120637.427500', '120637.887500', '120638.347500', '120638.807500', '120639.267500', '120639.727500', '120640.187500', '120640.647500', '120641.107500', '120641.567500', '120642.027500', '120642.487500', '120642.947500', '120643.407500', '120643.867500', '120644.327500', '120644.787500', '120645.247500', '120645.707500', '120646.167500', '120646.627500', '120647.087500', '120647.547500', '120648.007500', '120648.467500', '120648.927500', '120649.387500', '120649.847500', '120650.307500', '120650.767500', '120651.227500', '120651.687500', '120652.147500', '120652.607500', '120653.067500', '120653.527500', '120653.987500', '120654.447500', '120654.907500', '120655.367500', '120655.827500', '120656.287500', '120656.747500', '120657.207500', '120657.667500', '120658.127500', '120658.587500', '120659.047500', '120659.507500', '120659.967500', '120700.427500', '120700.887500', '120701.347500', '120701.807500', '120702.267500', '120702.727500', '120703.187500', '120703.647500', '120704.107500', '120704.567500', '120705.027500', '120705.487500', '120705.947500', '120706.407500', '120706.867500', '120707.327500', '120707.787500', '120708.247500', '120708.707500', '120709.167500', '120709.627500', '120710.087500', '120710.547500', '120711.007500', '120711.467500', '120711.927500', '120712.387500', '120712.847500', '120713.307500', '120713.767500', '120714.227500', '120714.687500', '120715.147500', '120715.607500', '120716.067500', '120716.527500', '120716.987500', '120717.447500', '120717.907500', '120718.367500', '120718.827500', '120719.287500', '120719.747500', '120720.207500', '120720.667500', '120721.127500', '120721.587500', '120722.047500', '120722.507500', '120722.967500', '120723.427500', '120723.887500', '120724.347500', '120724.807500', '120725.267500', '120725.727500', '120726.187500', '120726.647500', '120727.107500', '120727.567500', '120728.027500', '120728.487500', '120728.947500', '120729.407500', '120729.867500', '120730.327500', '120730.787500', '120731.247500', '120731.707500', '120732.167500', '120732.627500', '120733.087500', '120733.547500', '120734.007500', '120734.467500', '120734.927500', '120735.387500', '120735.847500', '120736.307500', '120736.767500', '120737.227500', '120737.687500', '120738.147500', '120738.607500', '120739.067500', '120739.527500', '120739.987500', '120740.447500', '120740.907500', '120741.367500', '120741.827500', '120742.287500', '120742.747500', '120743.207500', '120743.667500', '120744.127500', '120744.587500', '120745.047500', '120745.507500', '120745.967500', '120746.427500', '120746.887500', '120747.347500', '120747.807500', '120748.267500', '120748.727500', '120749.187500', '120749.647500', '120750.107500', '120750.567500', '120751.027500', '120751.487500', '120751.947500', '120752.407500', '120752.867500', '120753.327500', '120753.787500', '120754.247500', '120754.707500', '120755.167500', '120755.627500', '120756.087500', '120756.547500', '120757.007500', '120757.467500', '120757.927500', '120758.387500', '120758.847500', '120759.307500', '120759.767500', '120800.227500', '120800.687500', '120801.147500', '120801.607500', '120802.067500', '120802.527500', '120802.987500', '120803.447500', '120803.907500', '120804.367500'], 'ContentTime': ['115807.105000', '115807.108000', '115807.111000', '115807.114000', '115807.116000', '115807.119000', '115807.122000', '115807.134000', '115807.137000', '115807.140000', '115807.142000', '115807.145000', '115807.147000', '115807.150000', '115807.152000', '115807.160000', '115807.163000', '115807.175000', '115807.177000', '115807.180000', '115827.076000', '115827.079000', '115827.082000', '115827.084000', '115827.087000', '115827.089000', '115827.092000', '115827.094000', '115827.097000', '115827.099000', '115827.102000', '115827.105000', '115827.107000', '115827.110000', '115827.112000', '115827.115000', '115827.117000', '115827.120000', '115827.122000', '115827.125000', '115827.128000', '115827.130000', '115827.133000', '115827.135000', '115827.138000', '115827.140000', '115827.143000', '115827.145000', '115827.148000', '115827.151000', '115827.153000', '115827.156000', '115827.165000', '115827.167000', '115827.170000', '115827.173000', '115827.175000', '115827.178000', '115827.180000', '115827.183000', '115827.185000', '115827.188000', '115827.190000', '115847.076000', '115847.079000', '115847.082000', '115847.084000', '115847.087000', '115847.089000', '115847.092000', '115847.094000', '115847.097000', '115847.099000', '115847.102000', '115847.105000', '115847.107000', '115847.110000', '115847.112000', '115847.115000', '115847.117000', '115847.120000', '115847.122000', '115847.125000', '115847.127000', '115847.130000', '115847.132000', '115847.135000', '115847.138000', '115847.140000', '115847.143000', '115847.145000', '115847.148000', '115847.150000', '115847.153000', '115847.155000', '115847.158000', '115847.160000', '115847.163000', '115847.166000', '115847.168000', '115847.171000', '115847.173000', '115847.176000', '115847.178000', '115847.181000', '115847.183000', '115847.186000', '115907.075000', '115907.078000', '115907.081000', '115907.083000', '115907.086000', '115907.089000', '115907.091000', '115907.094000', '115907.096000', '115907.099000', '115907.101000', '115907.104000', '115907.106000', '115907.109000', '115907.112000', '115907.114000', '115907.117000', '115907.119000', '115907.122000', '115907.124000', '115907.127000', '115907.129000', '115907.132000', '115907.135000', '115907.137000', '115907.140000', '115907.142000', '115907.145000', '115907.147000', '115907.150000', '115907.153000', '115907.155000', '115907.158000', '115907.160000', '115907.163000', '115907.166000', '115907.168000', '115907.171000', '115907.173000', '115907.176000', '115907.178000', '115907.181000', '115907.183000', '115927.076000', '115927.078000', '115927.081000', '115927.084000', '115927.086000', '115927.090000', '115927.093000', '115927.095000', '115927.098000', '115927.100000', '115927.103000', '115927.106000', '115927.108000', '115927.111000', '115927.113000', '115927.116000', '115927.118000', '115927.121000', '115927.123000', '115927.126000', '115927.129000', '115927.131000', '115927.134000', '115927.136000', '115927.139000', '115927.141000', '115927.144000', '115927.147000', '115927.149000', '115927.152000', '115927.154000', '115927.157000', '115927.160000', '115927.162000', '115927.165000', '115927.167000', '115927.170000', '115927.173000', '115927.175000', '115927.178000', '115927.180000', '115927.183000', '115927.185000', '115947.075000', '115947.078000', '115947.081000', '115947.083000', '115947.096000', '115947.098000', '115947.101000', '115947.103000', '115947.106000', '115947.108000', '115947.111000', '115947.113000', '115947.116000', '115947.118000', '115947.121000', '115947.124000', '115947.126000', '115947.129000', '115947.131000', '115947.134000', '115947.137000', '115947.139000', '115947.142000', '115947.144000', '115947.147000', '115947.149000', '115947.152000', '115947.154000', '115947.157000', '115947.159000', '115947.162000', '115947.164000', '115947.167000', '115947.170000', '115947.172000', '115947.175000', '115947.177000', '115947.180000', '115947.183000', '115947.185000', '115947.188000', '115947.190000', '115947.193000', '115947.195000', '120007.075000', '120007.078000', '120007.081000', '120007.083000', '120007.086000', '120007.097000', '120007.099000', '120007.102000', '120007.104000', '120007.107000', '120007.110000', '120007.112000', '120007.115000', '120007.117000', '120007.120000', '120007.130000', '120007.133000', '120007.135000', '120007.138000', '120007.141000', '120007.143000', '120007.146000', '120007.148000', '120007.151000', '120007.153000', '120007.156000', '120007.159000', '120007.161000', '120007.164000', '120007.166000', '120007.169000', '120007.171000', '120007.174000', '120007.177000', '120007.179000', '120007.182000', '120007.184000', '120007.187000', '120007.189000', '120007.192000', '120007.195000', '120007.197000', '120007.200000', '120007.202000', '120027.076000', '120027.079000', '120027.082000', '120027.084000', '120027.087000', '120027.089000', '120027.092000', '120027.094000', '120027.097000', '120027.100000', '120027.102000', '120027.105000', '120027.107000', '120027.110000', '120027.112000', '120027.115000', '120027.117000', '120027.120000', '120027.123000', '120027.125000', '120027.128000', '120027.130000', '120027.133000', '120027.135000', '120027.138000', '120027.140000', '120027.143000', '120027.146000', '120027.148000', '120027.151000', '120027.153000', '120027.156000', '120027.159000', '120027.161000', '120027.164000', '120027.166000', '120027.169000', '120027.171000', '120027.174000', '120027.177000', '120027.179000', '120027.182000', '120027.184000', '120047.077000', '120047.079000', '120047.086000', '120047.089000', '120047.092000', '120047.094000', '120047.097000', '120047.099000', '120047.102000', '120047.105000', '120047.107000', '120047.110000', '120047.112000', '120047.115000', '120047.118000', '120047.120000', '120047.123000', '120047.125000', '120047.128000', '120047.131000', '120047.134000', '120047.136000', '120047.139000', '120047.141000', '120047.144000', '120047.147000', '120047.149000', '120047.152000', '120047.154000', '120047.157000', '120047.160000', '120047.162000', '120047.165000', '120047.167000', '120047.170000', '120047.173000', '120047.175000', '120047.178000', '120047.180000', '120047.183000', '120047.186000', '120047.188000', '120047.191000', '120107.076000', '120107.079000', '120107.082000', '120107.085000', '120107.087000', '120107.090000', '120107.092000', '120107.095000', '120107.098000', '120107.100000', '120107.103000', '120107.105000', '120107.108000', '120107.110000', '120107.113000', '120107.116000', '120107.118000', '120107.121000', '120107.123000', '120107.126000', '120107.129000', '120107.131000', '120107.134000', '120107.136000', '120107.139000', '120107.141000', '120107.144000', '120107.146000', '120107.149000', '120107.152000', '120107.154000', '120107.157000', '120107.159000', '120107.162000', '120107.165000', '120107.167000', '120107.170000', '120107.172000', '120107.175000', '120107.177000', '120107.180000', '120107.182000', '120107.185000', '120107.197000', '120127.076000', '120127.079000', '120127.081000', '120127.084000', '120127.087000', '120127.089000', '120127.092000', '120127.095000', '120127.097000', '120127.100000', '120127.103000', '120127.105000', '120127.108000', '120127.110000', '120127.113000', '120127.116000', '120127.118000', '120127.121000', '120127.124000', '120127.126000', '120127.129000', '120127.131000', '120127.134000', '120127.136000', '120127.139000', '120127.142000', '120127.144000', '120127.147000', '120127.149000', '120127.152000', '120127.155000', '120127.157000', '120127.160000', '120127.162000', '120127.165000', '120127.167000', '120127.170000', '120127.173000', '120127.175000', '120127.178000', '120127.180000', '120127.183000', '120127.185000', '120147.076000', '120147.078000', '120147.081000', '120147.084000', '120147.086000', '120147.089000', '120147.092000', '120147.094000', '120147.097000', '120147.100000', '120147.102000', '120147.105000', '120147.107000', '120147.110000', '120147.113000', '120147.115000', '120147.118000', '120147.121000', '120147.124000', '120147.126000', '120147.129000', '120147.132000', '120147.134000', '120147.137000', '120147.139000', '120147.142000', '120147.145000', '120147.147000', '120147.150000', '120147.153000', '120147.155000', '120147.158000', '120147.161000', '120147.163000', '120147.166000', '120147.168000', '120147.171000', '120147.173000', '120147.176000', '120147.178000', '120147.181000', '120147.184000', '120147.186000', '120147.189000', '120207.075000', '120207.078000', '120207.081000', '120207.083000', '120207.086000', '120207.089000', '120207.091000', '120207.094000', '120207.096000', '120207.099000', '120207.102000', '120207.104000', '120207.107000', '120207.109000', '120207.112000', '120207.114000', '120207.117000', '120207.120000', '120207.122000', '120207.125000', '120207.127000', '120207.130000', '120207.132000', '120207.135000', '120207.138000', '120207.140000', '120207.143000', '120207.145000', '120207.148000', '120207.151000', '120207.153000', '120207.156000', '120207.158000', '120207.161000', '120207.163000', '120207.166000', '120207.169000', '120207.172000', '120207.175000', '120207.178000', '120207.180000', '120207.183000', '120207.186000', '120227.075000', '120227.078000', '120227.081000', '120227.083000', '120227.086000', '120227.089000', '120227.091000', '120227.094000', '120227.096000', '120227.099000', '120227.102000', '120227.104000', '120227.107000', '120227.109000', '120227.112000', '120227.115000', '120227.117000', '120227.120000', '120227.122000', '120227.125000', '120227.128000', '120227.130000', '120227.133000', '120227.135000', '120227.138000', '120227.141000', '120227.144000', '120227.146000', '120227.149000', '120227.151000', '120227.154000', '120227.157000', '120227.160000', '120227.162000', '120227.165000', '120227.167000', '120227.170000', '120227.172000', '120227.175000', '120227.178000', '120227.180000', '120227.183000', '120227.185000', '120227.188000', '120247.077000', '120247.079000', '120247.082000', '120247.085000', '120247.087000', '120247.090000', '120247.092000', '120247.095000', '120247.097000', '120247.100000', '120247.115000', '120247.118000', '120247.120000', '120247.123000', '120247.126000', '120247.128000', '120247.131000', '120247.133000', '120247.136000', '120247.138000', '120247.141000', '120247.144000', '120247.146000', '120247.149000', '120247.152000', '120247.154000', '120247.157000', '120247.159000', '120247.162000', '120247.165000', '120247.167000', '120247.170000', '120247.172000', '120247.175000', '120247.178000', '120247.180000', '120247.183000', '120247.186000', '120247.189000', '120247.192000', '120247.195000', '120247.197000', '120247.200000', '120307.077000', '120307.080000', '120307.082000', '120307.085000', '120307.087000', '120307.090000', '120307.093000', '120307.095000', '120307.098000', '120307.100000', '120307.103000', '120307.106000', '120307.108000', '120307.111000', '120307.113000', '120307.116000', '120307.119000', '120307.121000', '120307.124000', '120307.126000', '120307.129000', '120307.131000', '120307.134000', '120307.137000', '120307.139000', '120307.142000', '120307.144000', '120307.147000', '120307.150000', '120307.152000', '120307.155000', '120307.157000', '120307.160000', '120307.163000', '120307.165000', '120307.168000', '120307.170000', '120307.173000', '120307.176000', '120307.178000', '120307.181000', '120307.183000', '120307.186000', '120307.189000', '120327.076000', '120327.079000', '120327.082000', '120327.085000', '120327.087000', '120327.090000', '120327.092000', '120327.095000', '120327.097000', '120327.100000', '120327.103000', '120327.105000', '120327.108000', '120327.110000', '120327.123000', '120327.125000', '120327.128000', '120327.130000', '120327.133000', '120327.136000', '120327.138000', '120327.141000', '120327.143000', '120327.146000', '120327.148000', '120327.151000', '120327.154000', '120327.156000', '120327.159000', '120327.161000', '120327.164000', '120327.166000', '120327.169000', '120327.172000', '120327.174000', '120327.177000', '120327.180000', '120327.192000', '120327.194000', '120327.197000', '120327.199000', '120327.202000', '120327.204000', '120347.076000', '120347.078000', '120347.081000', '120347.084000', '120347.086000', '120347.089000', '120347.091000', '120347.094000', '120347.097000', '120347.099000', '120347.102000', '120347.104000', '120347.107000', '120347.110000', '120347.112000', '120347.115000', '120347.117000', '120347.120000', '120347.122000', '120347.125000', '120347.128000', '120347.130000', '120347.133000', '120347.135000', '120347.138000', '120347.141000', '120347.143000', '120347.146000', '120347.148000', '120347.151000', '120347.153000', '120347.156000', '120347.159000', '120347.161000', '120347.164000', '120347.166000', '120347.169000', '120347.172000', '120347.174000', '120347.177000', '120347.179000', '120347.182000', '120347.185000', '120347.187000', '120407.075000', '120407.078000', '120407.081000', '120407.083000', '120407.086000', '120407.089000', '120407.091000', '120407.094000', '120407.096000', '120407.099000', '120407.101000', '120407.104000', '120407.107000', '120407.109000', '120407.112000', '120407.114000', '120407.117000', '120407.119000', '120407.122000', '120407.126000', '120407.128000', '120407.131000', '120407.134000', '120407.136000', '120407.139000', '120407.141000', '120407.144000', '120407.147000', '120407.149000', '120407.152000', '120407.154000', '120407.157000', '120407.160000', '120407.163000', '120407.166000', '120407.175000', '120407.178000', '120407.180000', '120407.183000', '120407.185000', '120407.188000', '120407.190000', '120407.193000', '120427.075000', '120427.078000', '120427.081000', '120427.084000', '120427.086000', '120427.089000', '120427.092000', '120427.094000', '120427.097000', '120427.099000', '120427.102000', '120427.105000', '120427.107000', '120427.110000', '120427.113000', '120427.115000', '120427.118000', '120427.120000', '120427.123000', '120427.125000', '120427.128000', '120427.131000', '120427.133000', '120427.136000', '120427.138000', '120427.141000', '120427.144000', '120427.146000', '120427.149000', '120427.151000', '120427.154000', '120427.156000', '120427.159000', '120427.161000', '120427.164000', '120427.167000', '120427.169000', '120427.172000', '120427.174000', '120427.177000', '120427.179000', '120427.182000', '120427.185000', '120427.187000', '120447.076000', '120447.078000', '120447.081000', '120447.084000', '120447.086000', '120447.089000', '120447.091000', '120447.094000', '120447.096000', '120447.099000', '120447.102000', '120447.104000', '120447.107000', '120447.109000', '120447.112000', '120447.114000', '120447.117000', '120447.119000', '120447.122000', '120447.125000', '120447.127000', '120447.130000', '120447.132000', '120447.135000', '120447.137000', '120447.140000', '120447.143000', '120447.145000', '120447.148000', '120447.150000', '120447.153000', '120447.155000', '120447.158000', '120447.161000', '120447.163000', '120447.166000', '120447.168000', '120447.171000', '120447.173000', '120447.176000', '120447.179000', '120447.181000', '120447.184000', '120507.076000', '120507.079000', '120507.082000', '120507.085000', '120507.087000', '120507.090000', '120507.092000', '120507.095000', '120507.098000', '120507.100000', '120507.103000', '120507.105000', '120507.108000', '120507.111000', '120507.113000', '120507.116000', '120507.118000', '120507.121000', '120507.124000', '120507.126000', '120507.129000', '120507.131000', '120507.134000', '120507.137000', '120507.139000', '120507.142000', '120507.144000', '120507.147000', '120507.149000', '120507.152000', '120507.155000', '120507.157000', '120507.160000', '120507.162000', '120507.165000', '120507.168000', '120507.170000', '120507.173000', '120507.175000', '120507.178000', '120507.181000', '120507.183000', '120507.186000', '120507.188000', '120527.077000', '120527.079000', '120527.082000', '120527.085000', '120527.087000', '120527.090000', '120527.092000', '120527.095000', '120527.097000', '120527.100000', '120527.103000', '120527.105000', '120527.108000', '120527.110000', '120527.113000', '120527.115000', '120527.118000', '120527.121000', '120527.123000', '120527.126000', '120527.128000', '120527.131000', '120527.134000', '120527.136000', '120527.139000', '120527.141000', '120527.144000', '120527.146000', '120527.149000', '120527.151000', '120527.154000', '120527.157000', '120527.159000', '120527.162000', '120527.164000', '120527.167000', '120527.170000', '120527.172000', '120527.175000', '120527.177000', '120527.180000', '120527.183000', '120527.185000', '120547.077000', '120547.080000', '120547.082000', '120547.085000', '120547.088000', '120547.090000', '120547.093000', '120547.095000', '120547.098000', '120547.101000', '120547.103000', '120547.106000', '120547.109000', '120547.111000', '120547.114000', '120547.117000', '120547.119000', '120547.122000', '120547.124000', '120547.127000', '120547.130000', '120547.132000', '120547.135000', '120547.137000', '120547.140000', '120547.142000', '120547.145000', '120547.148000', '120547.150000', '120547.153000', '120547.155000', '120547.158000', '120547.161000', '120547.163000', '120547.166000', '120547.168000', '120547.171000', '120547.173000', '120547.176000', '120547.179000', '120547.181000', '120547.184000', '120547.187000', '120547.189000', '120607.076000', '120607.078000', '120607.081000', '120607.084000', '120607.086000', '120607.089000', '120607.092000', '120607.094000', '120607.097000', '120607.099000', '120607.102000', '120607.104000', '120607.107000', '120607.110000', '120607.112000', '120607.115000', '120607.117000', '120607.120000', '120607.123000', '120607.125000', '120607.128000', '120607.130000', '120607.133000', '120607.135000', '120607.138000', '120607.141000', '120607.143000', '120607.146000', '120607.148000', '120607.151000', '120607.153000', '120607.156000', '120607.159000', '120607.161000', '120607.164000', '120607.166000', '120607.169000', '120607.171000', '120607.174000', '120607.176000', '120607.179000', '120607.182000', '120607.184000', '120627.076000', '120627.079000', '120627.081000', '120627.084000', '120627.087000', '120627.089000', '120627.092000', '120627.095000', '120627.097000', '120627.100000', '120627.103000', '120627.105000', '120627.108000', '120627.111000', '120627.113000', '120627.116000', '120627.119000', '120627.121000', '120627.124000', '120627.126000', '120627.129000', '120627.131000', '120627.134000', '120627.137000', '120627.139000', '120627.142000', '120627.144000', '120627.147000', '120627.149000', '120627.152000', '120627.155000', '120627.157000', '120627.160000', '120627.162000', '120627.165000', '120627.168000', '120627.170000', '120627.173000', '120627.175000', '120627.178000', '120627.181000', '120627.183000', '120627.186000', '120627.188000', '120647.082000', '120647.085000', '120647.088000', '120647.096000', '120647.099000', '120647.102000', '120647.107000', '120647.110000', '120647.113000', '120647.115000', '120647.126000', '120647.132000', '120647.143000', '120647.145000', '120647.148000', '120647.151000', '120647.153000', '120647.156000', '120647.158000', '120647.161000', '120647.164000', '120647.166000', '120647.169000', '120647.171000', '120647.174000', '120647.177000', '120647.179000', '120647.182000', '120647.185000', '120647.187000', '120647.190000', '120647.192000', '120647.195000', '120647.198000', '120647.200000', '120647.203000', '120647.206000', '120647.208000', '120647.211000', '120647.213000', '120647.216000', '120647.219000', '120647.244000', '120707.076000', '120707.079000', '120707.081000', '120707.084000', '120707.086000', '120707.089000', '120707.092000', '120707.095000', '120707.097000', '120707.100000', '120707.103000', '120707.105000', '120707.108000', '120707.111000', '120707.113000', '120707.116000', '120707.118000', '120707.121000', '120707.124000', '120707.126000', '120707.129000', '120707.131000', '120707.142000', '120707.145000', '120707.147000', '120707.150000', '120707.153000', '120707.155000', '120707.158000', '120707.161000', '120707.163000', '120707.166000', '120707.168000', '120707.171000', '120707.174000', '120707.176000', '120707.179000', '120707.182000', '120707.184000', '120707.187000', '120707.189000', '120707.192000', '120707.195000', '120707.197000', '120727.077000', '120727.080000', '120727.082000', '120727.085000', '120727.087000', '120727.090000', '120727.093000', '120727.095000', '120727.098000', '120727.101000', '120727.103000', '120727.106000', '120727.109000', '120727.111000', '120727.114000', '120727.116000', '120727.119000', '120727.122000', '120727.124000', '120727.127000', '120727.136000', '120727.139000', '120727.141000', '120727.144000', '120727.147000', '120727.149000', '120727.152000', '120727.155000', '120727.157000', '120727.160000', '120727.162000', '120727.165000', '120727.168000', '120727.170000', '120727.173000', '120727.175000', '120727.178000', '120727.180000', '120727.183000', '120727.186000', '120727.188000', '120727.191000', '120727.193000', '120747.076000', '120747.079000', '120747.082000', '120747.084000', '120747.087000', '120747.090000', '120747.092000', '120747.095000', '120747.098000', '120747.100000', '120747.103000', '120747.106000', '120747.108000', '120747.111000', '120747.114000', '120747.116000', '120747.119000', '120747.121000', '120747.124000', '120747.127000', '120747.129000', '120747.132000', '120747.134000', '120747.137000', '120747.140000', '120747.142000', '120747.145000', '120747.147000', '120747.150000', '120747.153000', '120747.155000', '120747.158000', '120747.161000', '120747.163000', '120747.166000', '120747.168000', '120747.171000', '120747.173000', '120747.176000', '120747.179000', '120747.181000', '120747.184000', '120747.186000', '120806.018000', '120806.021000', '120806.024000', '120806.027000', '120806.029000', '120806.032000', '120806.035000', '120806.037000', '120806.040000', '120806.043000', '120806.045000', '120806.048000', '120806.050000', '120806.053000', '120806.056000', '120806.058000', '120806.061000', '120806.063000', '120806.066000', '120806.069000', '120806.071000', '120806.074000', '120806.076000', '120806.079000', '120806.082000', '120806.090000', '120806.092000', '120806.095000', '120806.097000', '120806.100000', '120806.103000', '120806.105000', '120806.108000', '120806.111000', '120806.113000', '120806.116000', '120806.119000', '120806.121000', '120806.124000', '120806.127000', '120806.129000', '120806.132000'], 'InstanceCreationTime': ['115807.105000', '115807.108000', '115807.111000', '115807.114000', '115807.116000', '115807.119000', '115807.122000', '115807.134000', '115807.137000', '115807.140000', '115807.142000', '115807.145000', '115807.147000', '115807.150000', '115807.152000', '115807.160000', '115807.163000', '115807.175000', '115807.177000', '115807.180000', '115827.076000', '115827.079000', '115827.082000', '115827.084000', '115827.087000', '115827.089000', '115827.092000', '115827.094000', '115827.097000', '115827.099000', '115827.102000', '115827.105000', '115827.107000', '115827.110000', '115827.112000', '115827.115000', '115827.117000', '115827.120000', '115827.122000', '115827.125000', '115827.128000', '115827.130000', '115827.133000', '115827.135000', '115827.138000', '115827.140000', '115827.143000', '115827.145000', '115827.148000', '115827.151000', '115827.153000', '115827.156000', '115827.165000', '115827.167000', '115827.170000', '115827.173000', '115827.175000', '115827.178000', '115827.180000', '115827.183000', '115827.185000', '115827.188000', '115827.190000', '115847.076000', '115847.079000', '115847.082000', '115847.084000', '115847.087000', '115847.089000', '115847.092000', '115847.094000', '115847.097000', '115847.099000', '115847.102000', '115847.105000', '115847.107000', '115847.110000', '115847.112000', '115847.115000', '115847.117000', '115847.120000', '115847.122000', '115847.125000', '115847.127000', '115847.130000', '115847.132000', '115847.135000', '115847.138000', '115847.140000', '115847.143000', '115847.145000', '115847.148000', '115847.150000', '115847.153000', '115847.155000', '115847.158000', '115847.160000', '115847.163000', '115847.166000', '115847.168000', '115847.171000', '115847.173000', '115847.176000', '115847.178000', '115847.181000', '115847.183000', '115847.186000', '115907.075000', '115907.078000', '115907.081000', '115907.083000', '115907.086000', '115907.089000', '115907.091000', '115907.094000', '115907.096000', '115907.099000', '115907.101000', '115907.104000', '115907.106000', '115907.109000', '115907.112000', '115907.114000', '115907.117000', '115907.119000', '115907.122000', '115907.124000', '115907.127000', '115907.129000', '115907.132000', '115907.135000', '115907.137000', '115907.140000', '115907.142000', '115907.145000', '115907.147000', '115907.150000', '115907.153000', '115907.155000', '115907.158000', '115907.160000', '115907.163000', '115907.166000', '115907.168000', '115907.171000', '115907.173000', '115907.176000', '115907.178000', '115907.181000', '115907.183000', '115927.076000', '115927.078000', '115927.081000', '115927.084000', '115927.086000', '115927.090000', '115927.093000', '115927.095000', '115927.098000', '115927.100000', '115927.103000', '115927.106000', '115927.108000', '115927.111000', '115927.113000', '115927.116000', '115927.118000', '115927.121000', '115927.123000', '115927.126000', '115927.129000', '115927.131000', '115927.134000', '115927.136000', '115927.139000', '115927.141000', '115927.144000', '115927.147000', '115927.149000', '115927.152000', '115927.154000', '115927.157000', '115927.160000', '115927.162000', '115927.165000', '115927.167000', '115927.170000', '115927.173000', '115927.175000', '115927.178000', '115927.180000', '115927.183000', '115927.185000', '115947.075000', '115947.078000', '115947.081000', '115947.083000', '115947.096000', '115947.098000', '115947.101000', '115947.103000', '115947.106000', '115947.108000', '115947.111000', '115947.113000', '115947.116000', '115947.118000', '115947.121000', '115947.124000', '115947.126000', '115947.129000', '115947.131000', '115947.134000', '115947.137000', '115947.139000', '115947.142000', '115947.144000', '115947.147000', '115947.149000', '115947.152000', '115947.154000', '115947.157000', '115947.159000', '115947.162000', '115947.164000', '115947.167000', '115947.170000', '115947.172000', '115947.175000', '115947.177000', '115947.180000', '115947.183000', '115947.185000', '115947.188000', '115947.190000', '115947.193000', '115947.195000', '120007.075000', '120007.078000', '120007.081000', '120007.083000', '120007.086000', '120007.097000', '120007.099000', '120007.102000', '120007.104000', '120007.107000', '120007.110000', '120007.112000', '120007.115000', '120007.117000', '120007.120000', '120007.130000', '120007.133000', '120007.135000', '120007.138000', '120007.141000', '120007.143000', '120007.146000', '120007.148000', '120007.151000', '120007.153000', '120007.156000', '120007.159000', '120007.161000', '120007.164000', '120007.166000', '120007.169000', '120007.171000', '120007.174000', '120007.177000', '120007.179000', '120007.182000', '120007.184000', '120007.187000', '120007.189000', '120007.192000', '120007.195000', '120007.197000', '120007.200000', '120007.202000', '120027.076000', '120027.079000', '120027.082000', '120027.084000', '120027.087000', '120027.089000', '120027.092000', '120027.094000', '120027.097000', '120027.100000', '120027.102000', '120027.105000', '120027.107000', '120027.110000', '120027.112000', '120027.115000', '120027.117000', '120027.120000', '120027.123000', '120027.125000', '120027.128000', '120027.130000', '120027.133000', '120027.135000', '120027.138000', '120027.140000', '120027.143000', '120027.146000', '120027.148000', '120027.151000', '120027.153000', '120027.156000', '120027.159000', '120027.161000', '120027.164000', '120027.166000', '120027.169000', '120027.171000', '120027.174000', '120027.177000', '120027.179000', '120027.182000', '120027.184000', '120047.077000', '120047.079000', '120047.086000', '120047.089000', '120047.092000', '120047.094000', '120047.097000', '120047.099000', '120047.102000', '120047.105000', '120047.107000', '120047.110000', '120047.112000', '120047.115000', '120047.118000', '120047.120000', '120047.123000', '120047.125000', '120047.128000', '120047.131000', '120047.134000', '120047.136000', '120047.139000', '120047.141000', '120047.144000', '120047.147000', '120047.149000', '120047.152000', '120047.154000', '120047.157000', '120047.160000', '120047.162000', '120047.165000', '120047.167000', '120047.170000', '120047.173000', '120047.175000', '120047.178000', '120047.180000', '120047.183000', '120047.186000', '120047.188000', '120047.191000', '120107.076000', '120107.079000', '120107.082000', '120107.085000', '120107.087000', '120107.090000', '120107.092000', '120107.095000', '120107.098000', '120107.100000', '120107.103000', '120107.105000', '120107.108000', '120107.110000', '120107.113000', '120107.116000', '120107.118000', '120107.121000', '120107.123000', '120107.126000', '120107.129000', '120107.131000', '120107.134000', '120107.136000', '120107.139000', '120107.141000', '120107.144000', '120107.146000', '120107.149000', '120107.152000', '120107.154000', '120107.157000', '120107.159000', '120107.162000', '120107.165000', '120107.167000', '120107.170000', '120107.172000', '120107.175000', '120107.177000', '120107.180000', '120107.182000', '120107.185000', '120107.197000', '120127.076000', '120127.079000', '120127.081000', '120127.084000', '120127.087000', '120127.089000', '120127.092000', '120127.095000', '120127.097000', '120127.100000', '120127.103000', '120127.105000', '120127.108000', '120127.110000', '120127.113000', '120127.116000', '120127.118000', '120127.121000', '120127.124000', '120127.126000', '120127.129000', '120127.131000', '120127.134000', '120127.136000', '120127.139000', '120127.142000', '120127.144000', '120127.147000', '120127.149000', '120127.152000', '120127.155000', '120127.157000', '120127.160000', '120127.162000', '120127.165000', '120127.167000', '120127.170000', '120127.173000', '120127.175000', '120127.178000', '120127.180000', '120127.183000', '120127.185000', '120147.076000', '120147.078000', '120147.081000', '120147.084000', '120147.086000', '120147.089000', '120147.092000', '120147.094000', '120147.097000', '120147.100000', '120147.102000', '120147.105000', '120147.107000', '120147.110000', '120147.113000', '120147.115000', '120147.118000', '120147.121000', '120147.124000', '120147.126000', '120147.129000', '120147.132000', '120147.134000', '120147.137000', '120147.139000', '120147.142000', '120147.145000', '120147.147000', '120147.150000', '120147.153000', '120147.155000', '120147.158000', '120147.161000', '120147.163000', '120147.166000', '120147.168000', '120147.171000', '120147.173000', '120147.176000', '120147.178000', '120147.181000', '120147.184000', '120147.186000', '120147.189000', '120207.075000', '120207.078000', '120207.081000', '120207.083000', '120207.086000', '120207.089000', '120207.091000', '120207.094000', '120207.096000', '120207.099000', '120207.102000', '120207.104000', '120207.107000', '120207.109000', '120207.112000', '120207.114000', '120207.117000', '120207.120000', '120207.122000', '120207.125000', '120207.127000', '120207.130000', '120207.132000', '120207.135000', '120207.138000', '120207.140000', '120207.143000', '120207.145000', '120207.148000', '120207.151000', '120207.153000', '120207.156000', '120207.158000', '120207.161000', '120207.163000', '120207.166000', '120207.169000', '120207.172000', '120207.175000', '120207.178000', '120207.180000', '120207.183000', '120207.186000', '120227.075000', '120227.078000', '120227.081000', '120227.083000', '120227.086000', '120227.089000', '120227.091000', '120227.094000', '120227.096000', '120227.099000', '120227.102000', '120227.104000', '120227.107000', '120227.109000', '120227.112000', '120227.115000', '120227.117000', '120227.120000', '120227.122000', '120227.125000', '120227.128000', '120227.130000', '120227.133000', '120227.135000', '120227.138000', '120227.141000', '120227.144000', '120227.146000', '120227.149000', '120227.151000', '120227.154000', '120227.157000', '120227.160000', '120227.162000', '120227.165000', '120227.167000', '120227.170000', '120227.172000', '120227.175000', '120227.178000', '120227.180000', '120227.183000', '120227.185000', '120227.188000', '120247.077000', '120247.079000', '120247.082000', '120247.085000', '120247.087000', '120247.090000', '120247.092000', '120247.095000', '120247.097000', '120247.100000', '120247.115000', '120247.118000', '120247.120000', '120247.123000', '120247.126000', '120247.128000', '120247.131000', '120247.133000', '120247.136000', '120247.138000', '120247.141000', '120247.144000', '120247.146000', '120247.149000', '120247.152000', '120247.154000', '120247.157000', '120247.159000', '120247.162000', '120247.165000', '120247.167000', '120247.170000', '120247.172000', '120247.175000', '120247.178000', '120247.180000', '120247.183000', '120247.186000', '120247.189000', '120247.192000', '120247.195000', '120247.197000', '120247.200000', '120307.077000', '120307.080000', '120307.082000', '120307.085000', '120307.087000', '120307.090000', '120307.093000', '120307.095000', '120307.098000', '120307.100000', '120307.103000', '120307.106000', '120307.108000', '120307.111000', '120307.113000', '120307.116000', '120307.119000', '120307.121000', '120307.124000', '120307.126000', '120307.129000', '120307.131000', '120307.134000', '120307.137000', '120307.139000', '120307.142000', '120307.144000', '120307.147000', '120307.150000', '120307.152000', '120307.155000', '120307.157000', '120307.160000', '120307.163000', '120307.165000', '120307.168000', '120307.170000', '120307.173000', '120307.176000', '120307.178000', '120307.181000', '120307.183000', '120307.186000', '120307.189000', '120327.076000', '120327.079000', '120327.082000', '120327.085000', '120327.087000', '120327.090000', '120327.092000', '120327.095000', '120327.097000', '120327.100000', '120327.103000', '120327.105000', '120327.108000', '120327.110000', '120327.123000', '120327.125000', '120327.128000', '120327.130000', '120327.133000', '120327.136000', '120327.138000', '120327.141000', '120327.143000', '120327.146000', '120327.148000', '120327.151000', '120327.154000', '120327.156000', '120327.159000', '120327.161000', '120327.164000', '120327.166000', '120327.169000', '120327.172000', '120327.174000', '120327.177000', '120327.180000', '120327.192000', '120327.194000', '120327.197000', '120327.199000', '120327.202000', '120327.204000', '120347.076000', '120347.078000', '120347.081000', '120347.084000', '120347.086000', '120347.089000', '120347.091000', '120347.094000', '120347.097000', '120347.099000', '120347.102000', '120347.104000', '120347.107000', '120347.110000', '120347.112000', '120347.115000', '120347.117000', '120347.120000', '120347.122000', '120347.125000', '120347.128000', '120347.130000', '120347.133000', '120347.135000', '120347.138000', '120347.141000', '120347.143000', '120347.146000', '120347.148000', '120347.151000', '120347.153000', '120347.156000', '120347.159000', '120347.161000', '120347.164000', '120347.166000', '120347.169000', '120347.172000', '120347.174000', '120347.177000', '120347.179000', '120347.182000', '120347.185000', '120347.187000', '120407.075000', '120407.078000', '120407.081000', '120407.083000', '120407.086000', '120407.089000', '120407.091000', '120407.094000', '120407.096000', '120407.099000', '120407.101000', '120407.104000', '120407.107000', '120407.109000', '120407.112000', '120407.114000', '120407.117000', '120407.119000', '120407.122000', '120407.126000', '120407.128000', '120407.131000', '120407.134000', '120407.136000', '120407.139000', '120407.141000', '120407.144000', '120407.147000', '120407.149000', '120407.152000', '120407.154000', '120407.157000', '120407.160000', '120407.163000', '120407.166000', '120407.175000', '120407.178000', '120407.180000', '120407.183000', '120407.185000', '120407.188000', '120407.190000', '120407.193000', '120427.075000', '120427.078000', '120427.081000', '120427.084000', '120427.086000', '120427.089000', '120427.092000', '120427.094000', '120427.097000', '120427.099000', '120427.102000', '120427.105000', '120427.107000', '120427.110000', '120427.113000', '120427.115000', '120427.118000', '120427.120000', '120427.123000', '120427.125000', '120427.128000', '120427.131000', '120427.133000', '120427.136000', '120427.138000', '120427.141000', '120427.144000', '120427.146000', '120427.149000', '120427.151000', '120427.154000', '120427.156000', '120427.159000', '120427.161000', '120427.164000', '120427.167000', '120427.169000', '120427.172000', '120427.174000', '120427.177000', '120427.179000', '120427.182000', '120427.185000', '120427.187000', '120447.076000', '120447.078000', '120447.081000', '120447.084000', '120447.086000', '120447.089000', '120447.091000', '120447.094000', '120447.096000', '120447.099000', '120447.102000', '120447.104000', '120447.107000', '120447.109000', '120447.112000', '120447.114000', '120447.117000', '120447.119000', '120447.122000', '120447.125000', '120447.127000', '120447.130000', '120447.132000', '120447.135000', '120447.137000', '120447.140000', '120447.143000', '120447.145000', '120447.148000', '120447.150000', '120447.153000', '120447.155000', '120447.158000', '120447.161000', '120447.163000', '120447.166000', '120447.168000', '120447.171000', '120447.173000', '120447.176000', '120447.179000', '120447.181000', '120447.184000', '120507.076000', '120507.079000', '120507.082000', '120507.085000', '120507.087000', '120507.090000', '120507.092000', '120507.095000', '120507.098000', '120507.100000', '120507.103000', '120507.105000', '120507.108000', '120507.111000', '120507.113000', '120507.116000', '120507.118000', '120507.121000', '120507.124000', '120507.126000', '120507.129000', '120507.131000', '120507.134000', '120507.137000', '120507.139000', '120507.142000', '120507.144000', '120507.147000', '120507.149000', '120507.152000', '120507.155000', '120507.157000', '120507.160000', '120507.162000', '120507.165000', '120507.168000', '120507.170000', '120507.173000', '120507.175000', '120507.178000', '120507.181000', '120507.183000', '120507.186000', '120507.188000', '120527.077000', '120527.079000', '120527.082000', '120527.085000', '120527.087000', '120527.090000', '120527.092000', '120527.095000', '120527.097000', '120527.100000', '120527.103000', '120527.105000', '120527.108000', '120527.110000', '120527.113000', '120527.115000', '120527.118000', '120527.121000', '120527.123000', '120527.126000', '120527.128000', '120527.131000', '120527.134000', '120527.136000', '120527.139000', '120527.141000', '120527.144000', '120527.146000', '120527.149000', '120527.151000', '120527.154000', '120527.157000', '120527.159000', '120527.162000', '120527.164000', '120527.167000', '120527.170000', '120527.172000', '120527.175000', '120527.177000', '120527.180000', '120527.183000', '120527.185000', '120547.077000', '120547.080000', '120547.082000', '120547.085000', '120547.088000', '120547.090000', '120547.093000', '120547.095000', '120547.098000', '120547.101000', '120547.103000', '120547.106000', '120547.109000', '120547.111000', '120547.114000', '120547.117000', '120547.119000', '120547.122000', '120547.124000', '120547.127000', '120547.130000', '120547.132000', '120547.135000', '120547.137000', '120547.140000', '120547.142000', '120547.145000', '120547.148000', '120547.150000', '120547.153000', '120547.155000', '120547.158000', '120547.161000', '120547.163000', '120547.166000', '120547.168000', '120547.171000', '120547.173000', '120547.176000', '120547.179000', '120547.181000', '120547.184000', '120547.187000', '120547.189000', '120607.076000', '120607.078000', '120607.081000', '120607.084000', '120607.086000', '120607.089000', '120607.092000', '120607.094000', '120607.097000', '120607.099000', '120607.102000', '120607.104000', '120607.107000', '120607.110000', '120607.112000', '120607.115000', '120607.117000', '120607.120000', '120607.123000', '120607.125000', '120607.128000', '120607.130000', '120607.133000', '120607.135000', '120607.138000', '120607.141000', '120607.143000', '120607.146000', '120607.148000', '120607.151000', '120607.153000', '120607.156000', '120607.159000', '120607.161000', '120607.164000', '120607.166000', '120607.169000', '120607.171000', '120607.174000', '120607.176000', '120607.179000', '120607.182000', '120607.184000', '120627.076000', '120627.079000', '120627.081000', '120627.084000', '120627.087000', '120627.089000', '120627.092000', '120627.095000', '120627.097000', '120627.100000', '120627.103000', '120627.105000', '120627.108000', '120627.111000', '120627.113000', '120627.116000', '120627.119000', '120627.121000', '120627.124000', '120627.126000', '120627.129000', '120627.131000', '120627.134000', '120627.137000', '120627.139000', '120627.142000', '120627.144000', '120627.147000', '120627.149000', '120627.152000', '120627.155000', '120627.157000', '120627.160000', '120627.162000', '120627.165000', '120627.168000', '120627.170000', '120627.173000', '120627.175000', '120627.178000', '120627.181000', '120627.183000', '120627.186000', '120627.188000', '120647.082000', '120647.085000', '120647.088000', '120647.096000', '120647.099000', '120647.102000', '120647.107000', '120647.110000', '120647.113000', '120647.115000', '120647.126000', '120647.132000', '120647.143000', '120647.145000', '120647.148000', '120647.151000', '120647.153000', '120647.156000', '120647.158000', '120647.161000', '120647.164000', '120647.166000', '120647.169000', '120647.171000', '120647.174000', '120647.177000', '120647.179000', '120647.182000', '120647.185000', '120647.187000', '120647.190000', '120647.192000', '120647.195000', '120647.198000', '120647.200000', '120647.203000', '120647.206000', '120647.208000', '120647.211000', '120647.213000', '120647.216000', '120647.219000', '120647.244000', '120707.076000', '120707.079000', '120707.081000', '120707.084000', '120707.086000', '120707.089000', '120707.092000', '120707.095000', '120707.097000', '120707.100000', '120707.103000', '120707.105000', '120707.108000', '120707.111000', '120707.113000', '120707.116000', '120707.118000', '120707.121000', '120707.124000', '120707.126000', '120707.129000', '120707.131000', '120707.142000', '120707.145000', '120707.147000', '120707.150000', '120707.153000', '120707.155000', '120707.158000', '120707.161000', '120707.163000', '120707.166000', '120707.168000', '120707.171000', '120707.174000', '120707.176000', '120707.179000', '120707.182000', '120707.184000', '120707.187000', '120707.189000', '120707.192000', '120707.195000', '120707.197000', '120727.077000', '120727.080000', '120727.082000', '120727.085000', '120727.087000', '120727.090000', '120727.093000', '120727.095000', '120727.098000', '120727.101000', '120727.103000', '120727.106000', '120727.109000', '120727.111000', '120727.114000', '120727.116000', '120727.119000', '120727.122000', '120727.124000', '120727.127000', '120727.136000', '120727.139000', '120727.141000', '120727.144000', '120727.147000', '120727.149000', '120727.152000', '120727.155000', '120727.157000', '120727.160000', '120727.162000', '120727.165000', '120727.168000', '120727.170000', '120727.173000', '120727.175000', '120727.178000', '120727.180000', '120727.183000', '120727.186000', '120727.188000', '120727.191000', '120727.193000', '120747.076000', '120747.079000', '120747.082000', '120747.084000', '120747.087000', '120747.090000', '120747.092000', '120747.095000', '120747.098000', '120747.100000', '120747.103000', '120747.106000', '120747.108000', '120747.111000', '120747.114000', '120747.116000', '120747.119000', '120747.121000', '120747.124000', '120747.127000', '120747.129000', '120747.132000', '120747.134000', '120747.137000', '120747.140000', '120747.142000', '120747.145000', '120747.147000', '120747.150000', '120747.153000', '120747.155000', '120747.158000', '120747.161000', '120747.163000', '120747.166000', '120747.168000', '120747.171000', '120747.173000', '120747.176000', '120747.179000', '120747.181000', '120747.184000', '120747.186000', '120806.018000', '120806.021000', '120806.024000', '120806.027000', '120806.029000', '120806.032000', '120806.035000', '120806.037000', '120806.040000', '120806.043000', '120806.045000', '120806.048000', '120806.050000', '120806.053000', '120806.056000', '120806.058000', '120806.061000', '120806.063000', '120806.066000', '120806.069000', '120806.071000', '120806.074000', '120806.076000', '120806.079000', '120806.082000', '120806.090000', '120806.092000', '120806.095000', '120806.097000', '120806.100000', '120806.103000', '120806.105000', '120806.108000', '120806.111000', '120806.113000', '120806.116000', '120806.119000', '120806.121000', '120806.124000', '120806.127000', '120806.129000', '120806.132000'], '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': [10591, 8689, 11719, 10121, 9563, 13848, 9584, 15850, 10473, 9878, 14869, 11028, 18710, 14946, 10057, 13325, 10422, 17765, 13693, 9689, 13540, 10286, 15413, 12452, 10061, 14558, 9991, 8278, 10585, 10551, 11195, 10294, 7961, 11154, 10367, 10458, 9823, 7822, 10461, 10019, 11207, 10465, 9187, 11274, 9309, 8325, 10148, 8505, 10608, 9337, 9976, 10764, 8770, 9989, 9469, 7500, 10444, 9223, 10966, 9804, 8599, 10766, 9389, 9541, 10160, 7943, 10629, 8921, 9877, 11157, 8376, 10410, 9529, 11812, 10656, 8784, 16891, 13469, 16985, 13133, 10047, 12930, 10687, 11797, 10222, 10645, 18064, 12637, 11218, 9439, 9995, 10243, 10620, 8561, 10728, 9812, 9796, 10053, 9064, 9304, 10079, 7637, 10591, 10467, 13253, 10298, 8357, 9619, 9752, 8202, 10013, 9483, 10009, 10246, 8288, 9729, 9525, 9476, 10136, 8311, 10744, 9544, 9141, 10176, 8907, 9756, 9484, 7601, 10238, 8497, 8131, 9624, 8742, 9598, 9837, 8190, 10195, 8866, 9693, 10050, 8010, 12024, 9147, 12363, 9996, 9774, 10417, 9724, 8767, 11291, 10199, 11525, 10026, 8308, 11567, 10686, 15326, 10660, 10032, 14790, 10090, 17222, 15609, 11209, 19288, 13997, 9088, 13181, 10056, 8066, 10976, 9886, 11164, 10374, 8108, 10573, 9786, 10446, 10219, 8033, 10663, 9528, 11123, 10964, 9597, 15800, 12570, 14997, 11422, 10182, 10739, 10535, 8463, 10866, 10318, 14595, 11107, 9147, 15173, 10140, 8026, 10909, 10693, 11125, 10838, 8098, 11360, 9742, 8957, 9961, 8909, 9871, 9641, 7903, 10737, 10006, 11406, 10219, 8011, 11019, 9625, 15402, 12099, 9946, 11226, 10130, 9478, 11965, 11035, 17894, 10374, 7895, 10796, 10421, 10605, 10192, 8048, 11097, 9975, 13443, 10630, 8864, 10333, 9762, 8107, 10879, 10750, 11334, 10337, 8048, 10860, 10189, 11214, 10385, 8793, 10586, 10512, 13782, 11460, 9600, 17748, 10549, 8470, 10776, 10205, 12806, 10731, 8414, 10831, 9185, 7976, 10508, 9508, 10325, 10296, 8095, 10752, 9488, 8385, 10474, 9370, 12119, 10037, 7664, 10830, 9246, 9794, 11269, 8239, 11610, 9285, 8836, 11008, 9483, 10634, 9550, 7894, 10982, 9535, 9887, 9905, 7942, 10001, 9149, 13702, 10721, 8550, 9475, 9969, 9003, 11119, 10685, 18505, 12478, 9740, 10686, 10434, 16221, 11874, 14079, 16511, 10329, 16519, 10889, 9040, 10788, 10207, 11870, 10980, 8848, 10642, 10585, 11534, 10854, 8524, 10372, 10098, 11435, 11215, 8965, 9974, 10371, 13624, 12101, 10968, 19701, 14461, 9093, 11672, 9627, 9492, 10570, 7778, 11279, 9293, 11569, 9844, 10036, 11261, 8908, 11151, 10162, 10324, 11647, 9162, 11532, 10509, 10554, 11592, 11073, 14918, 11398, 15278, 13998, 10464, 10542, 10726, 9093, 11446, 10591, 14370, 11303, 8737, 10738, 9755, 8113, 11280, 8927, 11607, 9552, 9240, 10722, 9490, 11184, 9286, 7936, 11677, 10081, 11486, 9470, 8217, 11957, 9898, 14448, 12446, 9986, 13003, 10072, 8592, 12285, 9693, 9967, 11712, 9603, 11765, 10260, 7831, 10965, 10212, 10578, 10591, 7585, 10797, 9038, 8433, 10887, 9572, 11037, 9763, 7815, 10875, 8933, 8780, 10422, 9017, 10006, 9751, 8311, 10501, 9346, 8558, 11583, 9329, 14852, 12079, 9624, 13776, 10425, 14331, 15158, 12664, 18219, 12839, 12066, 11576, 11425, 19095, 14923, 12664, 11868, 11169, 14798, 11376, 13529, 15585, 10594, 13449, 11077, 9364, 11351, 10665, 12807, 11837, 10012, 18052, 10693, 9452, 10920, 10898, 11578, 11091, 8459, 11714, 10661, 8980, 11070, 9625, 11121, 10607, 8716, 11546, 10665, 11512, 10655, 8141, 11800, 9886, 8759, 11165, 8906, 11265, 10271, 8129, 12078, 11068, 15014, 10863, 8337, 11749, 10561, 12289, 11400, 9023, 11189, 10578, 11751, 11637, 10378, 17561, 10895, 10121, 11242, 10560, 11764, 10568, 8106, 11659, 10256, 10917, 10911, 8338, 11424, 9337, 10075, 11204, 8925, 12043, 9793, 9172, 11294, 10163, 11560, 10526, 8275, 11611, 9500, 9882, 11615, 9860, 10856, 10291, 8072, 11413, 10495, 15516, 11278, 8933, 12725, 10359, 8383, 11666, 10607, 13926, 10807, 8091, 10013, 9623, 9390, 10945, 8877, 10312, 9372, 7976, 10846, 10275, 14236, 10577, 8489, 10807, 9833, 9212, 11050, 10096, 11088, 10459, 11014, 12356, 9887, 11241, 10869, 8566, 11067, 9488, 11876, 11198, 9963, 10717, 10020, 7702, 11178, 9481, 11520, 10530, 7803, 10893, 9257, 9781, 10717, 9135, 10580, 9650, 8063, 11107, 9659, 13963, 10673, 8105, 10967, 9511, 12036, 11212, 9014, 12359, 10086, 10807, 10642, 10153, 13885, 10114, 15285, 14136, 10799, 13009, 10779, 8150, 11414, 10225, 16123, 10933, 9558, 9947, 10074, 8286, 11533, 10438, 10298, 10297, 8574, 10901, 9995, 8981, 10890, 9768, 10739, 10321, 8192, 10583, 9565, 9928, 11108, 9660, 10178, 10183, 7539, 10923, 9568, 11441, 10996, 8946, 11399, 9435, 7994, 10638, 8807, 9155, 10876, 8065, 10805, 9162, 7818, 10652, 9398, 11888, 10999, 9435, 11695, 10360, 8181, 11075, 9807, 8056, 11087, 10033, 12794, 10639, 8224, 11062, 9793, 7648, 11296, 9764, 10585, 10436, 8164, 11715, 9792, 10110, 10994, 10320, 10833, 10203, 10148, 13064, 9977, 17017, 11011, 8962, 10853, 9890, 8278, 11343, 10690, 16187, 10252, 7831, 10855, 9331, 9909, 10487, 8110, 10855, 9685, 7963, 10452, 9652, 10815, 10018, 7852, 11344, 9426, 11821, 10083, 9107, 9826, 9940, 7896, 11413, 10357, 15657, 10470, 8421, 10317, 9317, 10155, 10495, 9096, 13069, 10177, 12443, 10302, 9847, 10094, 10270, 7986, 11619, 9343, 13172, 10572, 9455, 9965, 9778, 8146, 11226, 10732, 17024, 11749, 10001, 12989, 9795, 9129, 10679, 9858, 11635, 10495, 7838, 10854, 9896, 10762, 10501, 8204, 10051, 9792, 12119, 10786, 8672, 15513, 11527, 16005, 11613, 10375, 10822, 10921, 7706, 11875, 9327, 8456, 11174, 10004, 9456, 10394, 9324, 11362, 9927, 8287, 11018, 9521, 8850, 11273, 9140, 11823, 9868, 8198, 11317, 9257, 9055, 10247, 7662, 10275, 9037, 9372, 10620, 9506, 10673, 10149, 7970, 10977, 9321, 9498, 11356, 10249, 15704, 10353, 8793, 10505, 10045, 15688, 11035, 9393, 13462, 9782, 16273, 12449, 9637, 15790, 10012, 9241, 11057, 9815, 11268, 10162, 11161, 11239, 9652, 10501, 9550, 7766, 11234, 9361, 10880, 10133, 7705, 10829, 9077, 10778, 10823, 8843, 10857, 9569, 7941, 11264, 9381, 13442, 10808, 9063, 10900, 9903, 9877, 10327, 10212, 14143, 10211, 9418, 11419, 10067, 15806, 10254, 9410, 10666, 10122, 8255, 11588, 9640, 11263, 10544, 8366, 11241, 9513, 10804, 10693, 8012, 10895, 9479, 9085, 10830, 8470, 10777, 8853, 10463, 10229, 8787, 11160, 9592, 8319, 10597, 8209, 8371, 9351, 9157, 11963, 9803, 8124, 11369, 8947, 11406, 10690, 8722, 12218, 10150, 16861, 15541, 11302, 16531, 10851, 9123, 12797, 10369, 13810, 11760, 9730, 16787, 10225, 8078, 11210, 10712, 10762, 10898, 8627, 11505, 9887, 13889, 11500, 10407, 11497, 10121, 8056, 11335, 9786, 10021, 11096, 8242, 11516, 8828, 11857, 10956, 8862, 13761, 9697, 8459, 11317, 8810, 12087, 9044, 10742, 10405, 7898, 11150, 9483, 11603, 9973, 8319, 11599, 9527, 10850, 11140, 8776, 14157, 10464, 15124, 12640, 10885, 14863, 11132, 8509, 12135, 10044, 12405, 11706, 8811, 11850, 10378, 16663, 12585, 10087, 12652, 11014, 11266, 12153, 11729, 19238, 13511, 9922, 11593, 10265, 8703, 11422, 8629, 12357, 10184, 9607, 11887, 10088, 10527, 10876, 8246, 11701, 9563, 10446, 11393, 8743, 11608, 9876, 9792, 11441, 10220, 11977, 10261, 8288, 11932, 9753, 11142, 10972, 8528, 12165, 9665, 8558, 11521, 9761, 13845, 9361, 7827, 11075, 8061, 7538, 10004, 8833, 10622, 10422, 8097, 11535, 9056, 9026, 10953, 9959, 12345, 10629, 8263, 11756, 9368, 8226, 11221, 9172, 8887, 11036, 9544, 12029, 9712, 8457, 10971, 9070, 9742, 10621, 8902, 11543, 9111, 8716, 10835, 9219, 11915, 9587, 10583, 11317, 9473, 13465, 11189, 8452, 12807, 9474, 13339, 11288, 10249, 13420, 10886, 8469, 13482, 10362, 17826, 14490, 10709, 18651, 11981, 8234, 11426, 9364, 10692, 10503, 8078, 11401, 9892, 11277, 10632, 7712, 11203, 9976, 11525, 10867, 8299, 12347, 9998, 16697, 12055, 9197, 11498, 10361, 11283, 11627, 10878, 12882, 10074, 8225, 11404, 9630, 11802, 9666, 8406, 10729, 9395, 11671, 9881, 7741, 11303, 9834, 11580, 10296, 8024, 11663, 9019, 9983, 11035, 8360, 11630, 9963, 9500, 11122, 9466, 11801, 10054, 10597, 11299, 10523, 11630, 10579, 8088, 11711, 9431, 11208, 10537, 7948, 11273, 9550, 7768, 11218, 9401, 11500, 9814, 8551, 11258, 9138, 11646, 10592, 8163, 11587, 9356, 10436, 10621, 8197, 11340, 9495, 8977, 10904, 9352, 12765, 9925, 7982, 11222, 9264, 15970, 10675, 7949, 11160, 9793, 8164, 11530, 10187, 12551, 10279, 7859, 11065, 9412, 10408, 11306, 9096, 14683, 10246, 9207, 11559, 10182, 13444, 10492, 8418, 13238, 9872, 8592, 11433, 9976, 14085, 10324, 9082, 11430, 10145, 12418, 10661, 8311, 13202, 9970, 9753, 10956, 10269, 11404, 10218, 8125, 11386, 10200, 12291, 10884, 8634, 11487, 9223, 14809, 11107, 9655, 11071, 9810, 8655, 11475, 10711, 11368, 10099, 8260, 11630, 9193, 10214, 11036, 8433, 11397, 9613, 7837, 11052, 9305, 11656, 9288, 8574, 11051, 9501, 10831, 10154, 8019, 11374, 8850, 14592, 11184, 10774, 14810, 10476, 16217, 13062, 10641, 18197, 11997, 10701, 12050, 10589, 16068, 11002, 9138, 11925, 9773, 8407, 11050, 9935, 10349, 10248, 8567], 'WindowCenter': [4983.0, 4922.0, 4937.0, 4917.0, 4892.0, 4938.0, 4877.0, 4941.0, 4873.0, 4857.0, 4908.0, 4878.0, 4935.0, 4917.0, 4858.0, 4896.0, 4867.0, 4922.0, 4895.0, 4846.0, 4883.0, 4844.0, 4902.0, 4872.0, 4845.0, 4895.0, 4844.0, 4814.0, 4853.0, 4852.0, 4852.0, 4852.0, 4814.0, 4864.0, 4853.0, 4852.0, 4847.0, 4806.0, 4855.0, 4857.0, 4873.0, 4871.0, 4859.0, 4880.0, 4848.0, 4824.0, 4857.0, 4820.0, 4864.0, 4847.0, 4856.0, 4878.0, 4839.0, 4866.0, 4870.0, 4814.0, 4865.0, 4842.0, 4875.0, 4868.0, 4836.0, 4879.0, 4860.0, 4856.0, 4871.0, 4827.0, 4867.0, 4836.0, 4853.0, 4878.0, 4840.0, 4881.0, 4871.0, 4889.0, 4868.0, 4838.0, 4937.0, 4897.0, 4927.0, 4896.0, 4844.0, 4883.0, 4851.0, 4861.0, 4845.0, 4853.0, 4923.0, 4885.0, 4876.0, 4848.0, 4856.0, 4853.0, 4852.0, 4823.0, 4864.0, 4857.0, 4843.0, 4858.0, 4836.0, 4847.0, 4856.0, 4812.0, 4864.0, 4862.0, 4893.0, 4856.0, 4828.0, 4857.0, 4858.0, 4822.0, 4854.0, 4841.0, 4855.0, 4868.0, 4836.0, 4858.0, 4858.0, 4856.0, 4870.0, 4825.0, 4865.0, 4856.0, 4855.0, 4867.0, 4850.0, 4868.0, 4884.0, 4840.0, 4880.0, 4850.0, 4837.0, 4861.0, 4837.0, 4854.0, 4869.0, 4839.0, 4882.0, 4851.0, 4857.0, 4869.0, 4829.0, 4889.0, 4849.0, 4883.0, 4858.0, 4858.0, 4864.0, 4859.0, 4836.0, 4879.0, 4855.0, 4863.0, 4847.0, 4816.0, 4876.0, 4879.0, 4916.0, 4866.0, 4844.0, 4904.0, 4856.0, 4922.0, 4915.0, 4878.0, 4947.0, 4908.0, 4844.0, 4909.0, 4856.0, 4814.0, 4851.0, 4843.0, 4860.0, 4856.0, 4824.0, 4867.0, 4868.0, 4877.0, 4881.0, 4829.0, 4866.0, 4846.0, 4862.0, 4869.0, 4846.0, 4914.0, 4887.0, 4919.0, 4877.0, 4857.0, 4862.0, 4853.0, 4812.0, 4851.0, 4854.0, 4893.0, 4865.0, 4836.0, 4916.0, 4870.0, 4826.0, 4864.0, 4851.0, 4860.0, 4864.0, 4815.0, 4876.0, 4860.0, 4848.0, 4869.0, 4849.0, 4856.0, 4856.0, 4810.0, 4865.0, 4856.0, 4874.0, 4868.0, 4829.0, 4868.0, 4861.0, 4918.0, 4887.0, 4855.0, 4867.0, 4853.0, 4840.0, 4874.0, 4855.0, 4923.0, 4857.0, 4824.0, 4866.0, 4855.0, 4850.0, 4855.0, 4812.0, 4865.0, 4856.0, 4891.0, 4868.0, 4836.0, 4855.0, 4845.0, 4813.0, 4855.0, 4865.0, 4863.0, 4857.0, 4817.0, 4866.0, 4858.0, 4867.0, 4858.0, 4837.0, 4869.0, 4857.0, 4880.0, 4877.0, 4846.0, 4924.0, 4869.0, 4841.0, 4879.0, 4856.0, 4886.0, 4865.0, 4829.0, 4866.0, 4860.0, 4829.0, 4881.0, 4868.0, 4866.0, 4870.0, 4835.0, 4878.0, 4863.0, 4840.0, 4881.0, 4862.0, 4901.0, 4872.0, 4828.0, 4880.0, 4857.0, 4855.0, 4881.0, 4839.0, 4888.0, 4859.0, 4849.0, 4881.0, 4859.0, 4866.0, 4860.0, 4826.0, 4878.0, 4862.0, 4855.0, 4870.0, 4830.0, 4859.0, 4860.0, 4907.0, 4883.0, 4840.0, 4859.0, 4860.0, 4838.0, 4867.0, 4867.0, 4936.0, 4889.0, 4844.0, 4868.0, 4856.0, 4911.0, 4874.0, 4893.0, 4914.0, 4843.0, 4902.0, 4853.0, 4822.0, 4851.0, 4842.0, 4858.0, 4854.0, 4824.0, 4851.0, 4853.0, 4864.0, 4853.0, 4824.0, 4854.0, 4844.0, 4860.0, 4866.0, 4836.0, 4845.0, 4855.0, 4907.0, 4889.0, 4879.0, 4954.0, 4920.0, 4848.0, 4876.0, 4844.0, 4840.0, 4855.0, 4801.0, 4865.0, 4846.0, 4876.0, 4859.0, 4855.0, 4879.0, 4835.0, 4865.0, 4855.0, 4839.0, 4863.0, 4832.0, 4864.0, 4855.0, 4853.0, 4865.0, 4864.0, 4902.0, 4866.0, 4906.0, 4908.0, 4867.0, 4851.0, 4864.0, 4824.0, 4864.0, 4856.0, 4891.0, 4866.0, 4835.0, 4878.0, 4857.0, 4813.0, 4865.0, 4834.0, 4872.0, 4859.0, 4844.0, 4882.0, 4870.0, 4888.0, 4874.0, 4841.0, 4875.0, 4858.0, 4874.0, 4847.0, 4829.0, 4877.0, 4859.0, 4908.0, 4899.0, 4859.0, 4895.0, 4860.0, 4834.0, 4888.0, 4848.0, 4842.0, 4874.0, 4846.0, 4874.0, 4870.0, 4818.0, 4877.0, 4869.0, 4866.0, 4870.0, 4831.0, 4874.0, 4850.0, 4825.0, 4881.0, 4872.0, 4890.0, 4900.0, 4846.0, 4878.0, 4863.0, 4851.0, 4882.0, 4862.0, 4868.0, 4874.0, 4862.0, 4881.0, 4861.0, 4852.0, 4893.0, 4865.0, 4921.0, 4901.0, 4858.0, 4906.0, 4870.0, 4905.0, 4920.0, 4898.0, 4936.0, 4889.0, 4876.0, 4877.0, 4876.0, 4931.0, 4893.0, 4873.0, 4864.0, 4863.0, 4891.0, 4864.0, 4880.0, 4904.0, 4853.0, 4880.0, 4851.0, 4821.0, 4849.0, 4843.0, 4871.0, 4861.0, 4842.0, 4924.0, 4854.0, 4834.0, 4851.0, 4851.0, 4847.0, 4852.0, 4812.0, 4866.0, 4855.0, 4826.0, 4863.0, 4834.0, 4864.0, 4850.0, 4823.0, 4866.0, 4856.0, 4862.0, 4855.0, 4815.0, 4874.0, 4858.0, 4822.0, 4865.0, 4832.0, 4862.0, 4856.0, 4812.0, 4875.0, 4865.0, 4907.0, 4867.0, 4828.0, 4875.0, 4854.0, 4861.0, 4862.0, 4823.0, 4855.0, 4856.0, 4870.0, 4865.0, 4855.0, 4925.0, 4864.0, 4857.0, 4863.0, 4852.0, 4856.0, 4854.0, 4811.0, 4864.0, 4858.0, 4862.0, 4869.0, 4825.0, 4875.0, 4845.0, 4853.0, 4865.0, 4834.0, 4873.0, 4857.0, 4846.0, 4879.0, 4869.0, 4875.0, 4868.0, 4823.0, 4866.0, 4847.0, 4852.0, 4879.0, 4858.0, 4864.0, 4869.0, 4816.0, 4878.0, 4868.0, 4906.0, 4864.0, 4839.0, 4885.0, 4856.0, 4810.0, 4866.0, 4867.0, 4892.0, 4877.0, 4817.0, 4858.0, 4857.0, 4832.0, 4867.0, 4837.0, 4853.0, 4847.0, 4817.0, 4865.0, 4858.0, 4903.0, 4871.0, 4837.0, 4868.0, 4855.0, 4832.0, 4863.0, 4846.0, 4863.0, 4867.0, 4862.0, 4888.0, 4860.0, 4873.0, 4865.0, 4824.0, 4863.0, 4846.0, 4873.0, 4879.0, 4858.0, 4861.0, 4856.0, 4817.0, 4876.0, 4858.0, 4879.0, 4867.0, 4818.0, 4866.0, 4846.0, 4857.0, 4870.0, 4848.0, 4867.0, 4859.0, 4830.0, 4879.0, 4859.0, 4908.0, 4870.0, 4830.0, 4866.0, 4846.0, 4871.0, 4867.0, 4848.0, 4886.0, 4857.0, 4861.0, 4856.0, 4853.0, 4881.0, 4854.0, 4901.0, 4895.0, 4864.0, 4880.0, 4855.0, 4803.0, 4862.0, 4854.0, 4915.0, 4854.0, 4843.0, 4840.0, 4843.0, 4811.0, 4875.0, 4867.0, 4853.0, 4857.0, 4825.0, 4860.0, 4858.0, 4836.0, 4867.0, 4846.0, 4864.0, 4855.0, 4826.0, 4854.0, 4845.0, 4853.0, 4868.0, 4847.0, 4852.0, 4856.0, 4805.0, 4866.0, 4847.0, 4872.0, 4870.0, 4836.0, 4872.0, 4850.0, 4826.0, 4853.0, 4834.0, 4832.0, 4865.0, 4829.0, 4878.0, 4848.0, 4817.0, 4866.0, 4851.0, 4890.0, 4869.0, 4847.0, 4883.0, 4870.0, 4825.0, 4868.0, 4858.0, 4817.0, 4865.0, 4856.0, 4885.0, 4870.0, 4840.0, 4878.0, 4871.0, 4818.0, 4876.0, 4846.0, 4854.0, 4868.0, 4828.0, 4889.0, 4859.0, 4868.0, 4868.0, 4856.0, 4864.0, 4857.0, 4856.0, 4897.0, 4857.0, 4935.0, 4868.0, 4837.0, 4863.0, 4844.0, 4823.0, 4867.0, 4867.0, 4926.0, 4868.0, 4819.0, 4868.0, 4846.0, 4844.0, 4866.0, 4824.0, 4880.0, 4858.0, 4825.0, 4869.0, 4848.0, 4864.0, 4857.0, 4823.0, 4878.0, 4848.0, 4890.0, 4869.0, 4850.0, 4858.0, 4857.0, 4815.0, 4874.0, 4858.0, 4916.0, 4872.0, 4837.0, 4868.0, 4848.0, 4856.0, 4855.0, 4832.0, 4880.0, 4855.0, 4886.0, 4867.0, 4857.0, 4853.0, 4856.0, 4810.0, 4873.0, 4847.0, 4894.0, 4870.0, 4858.0, 4856.0, 4856.0, 4813.0, 4865.0, 4866.0, 4925.0, 4889.0, 4857.0, 4896.0, 4844.0, 4835.0, 4856.0, 4844.0, 4862.0, 4857.0, 4806.0, 4865.0, 4845.0, 4865.0, 4869.0, 4830.0, 4859.0, 4858.0, 4874.0, 4855.0, 4824.0, 4916.0, 4878.0, 4916.0, 4877.0, 4856.0, 4854.0, 4854.0, 4804.0, 4861.0, 4835.0, 4822.0, 4877.0, 4869.0, 4860.0, 4869.0, 4845.0, 4889.0, 4871.0, 4840.0, 4878.0, 4859.0, 4833.0, 4864.0, 4845.0, 4874.0, 4858.0, 4842.0, 4880.0, 4860.0, 4845.0, 4869.0, 4818.0, 4864.0, 4852.0, 4857.0, 4880.0, 4872.0, 4882.0, 4881.0, 4839.0, 4876.0, 4848.0, 4844.0, 4877.0, 4869.0, 4930.0, 4871.0, 4848.0, 4879.0, 4859.0, 4901.0, 4865.0, 4832.0, 4883.0, 4857.0, 4912.0, 4888.0, 4848.0, 4918.0, 4859.0, 4843.0, 4862.0, 4841.0, 4862.0, 4854.0, 4862.0, 4879.0, 4859.0, 4865.0, 4860.0, 4818.0, 4863.0, 4848.0, 4864.0, 4868.0, 4815.0, 4867.0, 4849.0, 4876.0, 4880.0, 4852.0, 4878.0, 4860.0, 4826.0, 4865.0, 4848.0, 4894.0, 4868.0, 4848.0, 4880.0, 4870.0, 4858.0, 4856.0, 4857.0, 4890.0, 4855.0, 4836.0, 4878.0, 4858.0, 4917.0, 4857.0, 4845.0, 4861.0, 4854.0, 4825.0, 4866.0, 4847.0, 4860.0, 4856.0, 4824.0, 4865.0, 4846.0, 4864.0, 4868.0, 4825.0, 4866.0, 4858.0, 4832.0, 4864.0, 4825.0, 4867.0, 4837.0, 4862.0, 4858.0, 4837.0, 4874.0, 4860.0, 4840.0, 4869.0, 4840.0, 4829.0, 4846.0, 4847.0, 4897.0, 4883.0, 4840.0, 4892.0, 4846.0, 4887.0, 4868.0, 4838.0, 4889.0, 4869.0, 4928.0, 4918.0, 4868.0, 4910.0, 4855.0, 4822.0, 4871.0, 4842.0, 4881.0, 4863.0, 4845.0, 4915.0, 4856.0, 4813.0, 4863.0, 4854.0, 4848.0, 4852.0, 4822.0, 4876.0, 4856.0, 4890.0, 4878.0, 4866.0, 4871.0, 4854.0, 4813.0, 4863.0, 4844.0, 4842.0, 4865.0, 4827.0, 4877.0, 4851.0, 4888.0, 4878.0, 4847.0, 4907.0, 4859.0, 4837.0, 4875.0, 4832.0, 4873.0, 4837.0, 4862.0, 4869.0, 4827.0, 4881.0, 4861.0, 4902.0, 4870.0, 4828.0, 4876.0, 4858.0, 4862.0, 4878.0, 4840.0, 4908.0, 4870.0, 4918.0, 4899.0, 4878.0, 4903.0, 4866.0, 4821.0, 4873.0, 4845.0, 4871.0, 4875.0, 4836.0, 4877.0, 4869.0, 4922.0, 4886.0, 4854.0, 4881.0, 4852.0, 4851.0, 4862.0, 4874.0, 4934.0, 4896.0, 4858.0, 4875.0, 4856.0, 4820.0, 4863.0, 4822.0, 4873.0, 4855.0, 4846.0, 4889.0, 4869.0, 4865.0, 4867.0, 4823.0, 4874.0, 4846.0, 4866.0, 4877.0, 4839.0, 4876.0, 4870.0, 4854.0, 4878.0, 4866.0, 4875.0, 4855.0, 4826.0, 4877.0, 4848.0, 4863.0, 4868.0, 4837.0, 4888.0, 4857.0, 4834.0, 4876.0, 4857.0, 4891.0, 4848.0, 4817.0, 4878.0, 4829.0, 4817.0, 4856.0, 4847.0, 4876.0, 4882.0, 4843.0, 4900.0, 4863.0, 4844.0, 4878.0, 4859.0, 4895.0, 4870.0, 4838.0, 4887.0, 4861.0, 4843.0, 4879.0, 4861.0, 4845.0, 4868.0, 4849.0, 4885.0, 4862.0, 4841.0, 4882.0, 4863.0, 4858.0, 4880.0, 4849.0, 4888.0, 4854.0, 4848.0, 4879.0, 4846.0, 4887.0, 4872.0, 4871.0, 4880.0, 4863.0, 4905.0, 4879.0, 4827.0, 4896.0, 4860.0, 4894.0, 4879.0, 4866.0, 4893.0, 4868.0, 4828.0, 4898.0, 4868.0, 4932.0, 4908.0, 4869.0, 4937.0, 4888.0, 4826.0, 4875.0, 4834.0, 4851.0, 4866.0, 4813.0, 4879.0, 4861.0, 4876.0, 4880.0, 4826.0, 4877.0, 4856.0, 4872.0, 4866.0, 4828.0, 4887.0, 4860.0, 4924.0, 4889.0, 4846.0, 4878.0, 4868.0, 4875.0, 4875.0, 4868.0, 4897.0, 4858.0, 4825.0, 4865.0, 4846.0, 4873.0, 4859.0, 4836.0, 4879.0, 4852.0, 4884.0, 4859.0, 4814.0, 4865.0, 4855.0, 4873.0, 4870.0, 4831.0, 4889.0, 4851.0, 4855.0, 4867.0, 4826.0, 4864.0, 4857.0, 4843.0, 4879.0, 4847.0, 4887.0, 4871.0, 4880.0, 4880.0, 4868.0, 4875.0, 4866.0, 4810.0, 4874.0, 4833.0, 4864.0, 4868.0, 4829.0, 4876.0, 4860.0, 4826.0, 4880.0, 4846.0, 4874.0, 4858.0, 4840.0, 4879.0, 4862.0, 4876.0, 4879.0, 4837.0, 4877.0, 4849.0, 4864.0, 4879.0, 4834.0, 4875.0, 4858.0, 4844.0, 4880.0, 4861.0, 4896.0, 4871.0, 4829.0, 4879.0, 4859.0, 4925.0, 4883.0, 4840.0, 4879.0, 4857.0, 4823.0, 4877.0, 4868.0, 4896.0, 4871.0, 4829.0, 4891.0, 4860.0, 4863.0, 4866.0, 4836.0, 4915.0, 4869.0, 4848.0, 4878.0, 4864.0, 4906.0, 4867.0, 4835.0, 4898.0, 4860.0, 4831.0, 4874.0, 4856.0, 4901.0, 4869.0, 4844.0, 4876.0, 4867.0, 4884.0, 4867.0, 4827.0, 4896.0, 4857.0, 4841.0, 4866.0, 4854.0, 4861.0, 4854.0, 4827.0, 4877.0, 4858.0, 4883.0, 4867.0, 4826.0, 4875.0, 4849.0, 4902.0, 4865.0, 4845.0, 4865.0, 4846.0, 4827.0, 4876.0, 4869.0, 4875.0, 4857.0, 4823.0, 4877.0, 4846.0, 4854.0, 4868.0, 4837.0, 4886.0, 4861.0, 4825.0, 4876.0, 4847.0, 4874.0, 4860.0, 4838.0, 4878.0, 4860.0, 4878.0, 4873.0, 4828.0, 4876.0, 4835.0, 4901.0, 4878.0, 4867.0, 4907.0, 4868.0, 4916.0, 4884.0, 4855.0, 4924.0, 4875.0, 4854.0, 4874.0, 4854.0, 4900.0, 4864.0, 4835.0, 4876.0, 4845.0, 4826.0, 4865.0, 4859.0, 4868.0, 4870.0, 4839.0], 'WindowWidth': [10865.0, 10757.0, 10749.0, 10713.0, 10669.0, 10723.0, 10635.0, 10715.0, 10618.0, 10590.0, 10658.0, 10617.0, 10695.0, 10668.0, 10588.0, 10637.0, 10598.0, 10672.0, 10633.0, 10565.0, 10614.0, 10560.0, 10640.0, 10598.0, 10564.0, 10630.0, 10562.0, 10522.0, 10571.0, 10570.0, 10569.0, 10570.0, 10521.0, 10586.0, 10574.0, 10573.0, 10570.0, 10514.0, 10579.0, 10585.0, 10606.0, 10612.0, 10594.0, 10621.0, 10577.0, 10541.0, 10585.0, 10529.0, 10594.0, 10571.0, 10585.0, 10616.0, 10566.0, 10602.0, 10612.0, 10527.0, 10592.0, 10562.0, 10610.0, 10604.0, 10561.0, 10619.0, 10595.0, 10586.0, 10609.0, 10547.0, 10597.0, 10556.0, 10578.0, 10616.0, 10567.0, 10625.0, 10614.0, 10636.0, 10603.0, 10562.0, 10696.0, 10641.0, 10684.0, 10638.0, 10566.0, 10613.0, 10568.0, 10580.0, 10564.0, 10574.0, 10671.0, 10619.0, 10610.0, 10573.0, 10582.0, 10575.0, 10572.0, 10535.0, 10591.0, 10586.0, 10563.0, 10585.0, 10557.0, 10572.0, 10583.0, 10522.0, 10592.0, 10590.0, 10632.0, 10584.0, 10548.0, 10589.0, 10588.0, 10534.0, 10577.0, 10560.0, 10583.0, 10601.0, 10563.0, 10589.0, 10587.0, 10590.0, 10609.0, 10538.0, 10592.0, 10584.0, 10589.0, 10602.0, 10581.0, 10611.0, 10639.0, 10576.0, 10624.0, 10583.0, 10566.0, 10597.0, 10562.0, 10583.0, 10607.0, 10569.0, 10633.0, 10586.0, 10593.0, 10608.0, 10552.0, 10635.0, 10579.0, 10620.0, 10586.0, 10585.0, 10593.0, 10589.0, 10556.0, 10616.0, 10581.0, 10589.0, 10568.0, 10527.0, 10608.0, 10622.0, 10668.0, 10598.0, 10564.0, 10644.0, 10582.0, 10668.0, 10662.0, 10618.0, 10713.0, 10655.0, 10568.0, 10661.0, 10584.0, 10521.0, 10566.0, 10559.0, 10583.0, 10583.0, 10540.0, 10598.0, 10604.0, 10618.0, 10626.0, 10553.0, 10595.0, 10569.0, 10586.0, 10601.0, 10569.0, 10660.0, 10624.0, 10673.0, 10614.0, 10586.0, 10587.0, 10571.0, 10514.0, 10565.0, 10575.0, 10628.0, 10594.0, 10554.0, 10662.0, 10605.0, 10545.0, 10589.0, 10568.0, 10580.0, 10591.0, 10527.0, 10608.0, 10593.0, 10575.0, 10606.0, 10579.0, 10583.0, 10582.0, 10517.0, 10594.0, 10583.0, 10607.0, 10601.0, 10551.0, 10602.0, 10598.0, 10671.0, 10626.0, 10581.0, 10597.0, 10575.0, 10555.0, 10601.0, 10577.0, 10672.0, 10584.0, 10540.0, 10596.0, 10578.0, 10567.0, 10578.0, 10521.0, 10593.0, 10582.0, 10627.0, 10598.0, 10555.0, 10578.0, 10564.0, 10522.0, 10575.0, 10592.0, 10589.0, 10583.0, 10530.0, 10595.0, 10587.0, 10598.0, 10587.0, 10561.0, 10605.0, 10582.0, 10608.0, 10609.0, 10569.0, 10674.0, 10603.0, 10573.0, 10620.0, 10585.0, 10624.0, 10593.0, 10548.0, 10594.0, 10596.0, 10552.0, 10625.0, 10608.0, 10603.0, 10609.0, 10560.0, 10619.0, 10600.0, 10569.0, 10623.0, 10602.0, 10653.0, 10614.0, 10552.0, 10620.0, 10589.0, 10583.0, 10624.0, 10568.0, 10631.0, 10593.0, 10581.0, 10624.0, 10595.0, 10600.0, 10596.0, 10547.0, 10616.0, 10600.0, 10585.0, 10606.0, 10554.0, 10593.0, 10596.0, 10657.0, 10628.0, 10568.0, 10592.0, 10594.0, 10560.0, 10597.0, 10598.0, 10693.0, 10630.0, 10567.0, 10600.0, 10580.0, 10653.0, 10605.0, 10629.0, 10657.0, 10561.0, 10639.0, 10571.0, 10528.0, 10566.0, 10554.0, 10574.0, 10572.0, 10532.0, 10567.0, 10571.0, 10587.0, 10573.0, 10535.0, 10576.0, 10560.0, 10581.0, 10595.0, 10556.0, 10564.0, 10580.0, 10657.0, 10633.0, 10621.0, 10721.0, 10677.0, 10576.0, 10609.0, 10563.0, 10555.0, 10576.0, 10503.0, 10590.0, 10568.0, 10610.0, 10589.0, 10582.0, 10617.0, 10556.0, 10591.0, 10576.0, 10550.0, 10586.0, 10545.0, 10587.0, 10576.0, 10573.0, 10593.0, 10592.0, 10640.0, 10593.0, 10648.0, 10655.0, 10600.0, 10571.0, 10590.0, 10533.0, 10589.0, 10581.0, 10625.0, 10594.0, 10555.0, 10615.0, 10587.0, 10525.0, 10591.0, 10547.0, 10599.0, 10589.0, 10567.0, 10628.0, 10609.0, 10635.0, 10619.0, 10572.0, 10606.0, 10585.0, 10604.0, 10571.0, 10552.0, 10612.0, 10589.0, 10657.0, 10645.0, 10592.0, 10637.0, 10592.0, 10554.0, 10626.0, 10570.0, 10560.0, 10604.0, 10569.0, 10607.0, 10606.0, 10536.0, 10612.0, 10603.0, 10598.0, 10607.0, 10559.0, 10610.0, 10581.0, 10544.0, 10627.0, 10618.0, 10639.0, 10671.0, 10587.0, 10621.0, 10604.0, 10588.0, 10628.0, 10607.0, 10609.0, 10622.0, 10611.0, 10629.0, 10602.0, 10588.0, 10644.0, 10609.0, 10680.0, 10652.0, 10591.0, 10654.0, 10605.0, 10649.0, 10675.0, 10643.0, 10697.0, 10630.0, 10611.0, 10611.0, 10607.0, 10681.0, 10629.0, 10601.0, 10586.0, 10586.0, 10621.0, 10588.0, 10607.0, 10644.0, 10570.0, 10607.0, 10567.0, 10524.0, 10560.0, 10555.0, 10592.0, 10582.0, 10556.0, 10670.0, 10575.0, 10548.0, 10567.0, 10566.0, 10555.0, 10567.0, 10515.0, 10593.0, 10577.0, 10538.0, 10588.0, 10548.0, 10588.0, 10566.0, 10531.0, 10592.0, 10582.0, 10584.0, 10578.0, 10524.0, 10603.0, 10585.0, 10532.0, 10592.0, 10548.0, 10586.0, 10578.0, 10519.0, 10605.0, 10592.0, 10653.0, 10599.0, 10546.0, 10606.0, 10575.0, 10581.0, 10581.0, 10531.0, 10576.0, 10578.0, 10596.0, 10592.0, 10579.0, 10675.0, 10590.0, 10584.0, 10583.0, 10568.0, 10569.0, 10572.0, 10516.0, 10589.0, 10587.0, 10586.0, 10602.0, 10541.0, 10609.0, 10566.0, 10577.0, 10590.0, 10548.0, 10601.0, 10584.0, 10572.0, 10619.0, 10604.0, 10611.0, 10603.0, 10537.0, 10593.0, 10570.0, 10575.0, 10616.0, 10588.0, 10594.0, 10605.0, 10529.0, 10611.0, 10600.0, 10649.0, 10591.0, 10562.0, 10620.0, 10581.0, 10516.0, 10592.0, 10597.0, 10629.0, 10615.0, 10531.0, 10587.0, 10587.0, 10549.0, 10601.0, 10560.0, 10577.0, 10570.0, 10530.0, 10590.0, 10589.0, 10646.0, 10610.0, 10559.0, 10601.0, 10579.0, 10547.0, 10586.0, 10565.0, 10590.0, 10600.0, 10590.0, 10627.0, 10590.0, 10606.0, 10594.0, 10536.0, 10590.0, 10569.0, 10605.0, 10615.0, 10587.0, 10588.0, 10583.0, 10532.0, 10610.0, 10589.0, 10618.0, 10599.0, 10533.0, 10593.0, 10571.0, 10587.0, 10606.0, 10575.0, 10600.0, 10592.0, 10555.0, 10620.0, 10591.0, 10659.0, 10607.0, 10553.0, 10596.0, 10567.0, 10599.0, 10597.0, 10577.0, 10623.0, 10585.0, 10586.0, 10579.0, 10572.0, 10608.0, 10576.0, 10640.0, 10634.0, 10590.0, 10610.0, 10578.0, 10505.0, 10584.0, 10574.0, 10660.0, 10575.0, 10560.0, 10555.0, 10558.0, 10518.0, 10607.0, 10598.0, 10578.0, 10584.0, 10541.0, 10581.0, 10586.0, 10558.0, 10600.0, 10568.0, 10592.0, 10580.0, 10540.0, 10576.0, 10567.0, 10579.0, 10598.0, 10570.0, 10575.0, 10583.0, 10513.0, 10593.0, 10571.0, 10602.0, 10605.0, 10557.0, 10600.0, 10582.0, 10544.0, 10571.0, 10548.0, 10546.0, 10593.0, 10551.0, 10615.0, 10576.0, 10534.0, 10599.0, 10584.0, 10633.0, 10603.0, 10575.0, 10622.0, 10607.0, 10543.0, 10599.0, 10588.0, 10529.0, 10591.0, 10584.0, 10624.0, 10608.0, 10567.0, 10618.0, 10611.0, 10537.0, 10608.0, 10567.0, 10580.0, 10600.0, 10548.0, 10630.0, 10590.0, 10602.0, 10601.0, 10583.0, 10591.0, 10584.0, 10584.0, 10638.0, 10586.0, 10694.0, 10601.0, 10560.0, 10588.0, 10564.0, 10537.0, 10596.0, 10599.0, 10683.0, 10602.0, 10539.0, 10601.0, 10569.0, 10564.0, 10597.0, 10542.0, 10620.0, 10588.0, 10543.0, 10603.0, 10573.0, 10591.0, 10585.0, 10540.0, 10616.0, 10577.0, 10636.0, 10607.0, 10582.0, 10591.0, 10587.0, 10526.0, 10603.0, 10587.0, 10666.0, 10613.0, 10560.0, 10603.0, 10576.0, 10582.0, 10578.0, 10547.0, 10613.0, 10581.0, 10624.0, 10600.0, 10588.0, 10579.0, 10582.0, 10517.0, 10603.0, 10571.0, 10637.0, 10607.0, 10589.0, 10586.0, 10583.0, 10523.0, 10591.0, 10595.0, 10678.0, 10634.0, 10587.0, 10636.0, 10565.0, 10553.0, 10580.0, 10563.0, 10586.0, 10582.0, 10514.0, 10592.0, 10565.0, 10593.0, 10601.0, 10553.0, 10593.0, 10589.0, 10603.0, 10578.0, 10540.0, 10663.0, 10615.0, 10664.0, 10609.0, 10580.0, 10577.0, 10573.0, 10507.0, 10578.0, 10552.0, 10534.0, 10611.0, 10606.0, 10595.0, 10605.0, 10571.0, 10632.0, 10612.0, 10567.0, 10617.0, 10590.0, 10551.0, 10590.0, 10568.0, 10608.0, 10588.0, 10573.0, 10622.0, 10596.0, 10573.0, 10607.0, 10535.0, 10594.0, 10585.0, 10591.0, 10623.0, 10618.0, 10629.0, 10629.0, 10568.0, 10610.0, 10572.0, 10569.0, 10614.0, 10606.0, 10693.0, 10612.0, 10580.0, 10620.0, 10588.0, 10640.0, 10591.0, 10547.0, 10616.0, 10586.0, 10658.0, 10628.0, 10575.0, 10670.0, 10593.0, 10567.0, 10586.0, 10555.0, 10588.0, 10579.0, 10590.0, 10621.0, 10590.0, 10597.0, 10594.0, 10532.0, 10589.0, 10573.0, 10595.0, 10603.0, 10530.0, 10600.0, 10578.0, 10616.0, 10623.0, 10585.0, 10618.0, 10595.0, 10544.0, 10594.0, 10574.0, 10635.0, 10602.0, 10579.0, 10622.0, 10608.0, 10589.0, 10583.0, 10581.0, 10624.0, 10579.0, 10556.0, 10612.0, 10587.0, 10666.0, 10587.0, 10569.0, 10589.0, 10578.0, 10540.0, 10594.0, 10571.0, 10584.0, 10582.0, 10538.0, 10591.0, 10568.0, 10593.0, 10604.0, 10545.0, 10597.0, 10589.0, 10548.0, 10590.0, 10538.0, 10596.0, 10560.0, 10591.0, 10588.0, 10561.0, 10608.0, 10598.0, 10571.0, 10606.0, 10570.0, 10548.0, 10569.0, 10578.0, 10648.0, 10634.0, 10574.0, 10640.0, 10577.0, 10628.0, 10603.0, 10560.0, 10632.0, 10605.0, 10683.0, 10669.0, 10600.0, 10653.0, 10578.0, 10528.0, 10592.0, 10555.0, 10608.0, 10586.0, 10565.0, 10661.0, 10583.0, 10524.0, 10588.0, 10575.0, 10563.0, 10570.0, 10531.0, 10610.0, 10582.0, 10624.0, 10612.0, 10598.0, 10602.0, 10579.0, 10520.0, 10585.0, 10562.0, 10561.0, 10593.0, 10546.0, 10614.0, 10585.0, 10630.0, 10617.0, 10575.0, 10653.0, 10590.0, 10563.0, 10607.0, 10547.0, 10603.0, 10560.0, 10590.0, 10606.0, 10549.0, 10625.0, 10598.0, 10657.0, 10608.0, 10550.0, 10610.0, 10588.0, 10590.0, 10614.0, 10567.0, 10657.0, 10607.0, 10671.0, 10647.0, 10616.0, 10645.0, 10593.0, 10530.0, 10598.0, 10563.0, 10597.0, 10604.0, 10555.0, 10610.0, 10604.0, 10675.0, 10621.0, 10579.0, 10611.0, 10567.0, 10566.0, 10583.0, 10600.0, 10685.0, 10637.0, 10586.0, 10608.0, 10582.0, 10527.0, 10586.0, 10532.0, 10601.0, 10578.0, 10571.0, 10632.0, 10604.0, 10595.0, 10598.0, 10535.0, 10602.0, 10571.0, 10597.0, 10613.0, 10564.0, 10613.0, 10608.0, 10583.0, 10614.0, 10598.0, 10608.0, 10580.0, 10544.0, 10614.0, 10574.0, 10592.0, 10602.0, 10563.0, 10629.0, 10587.0, 10554.0, 10610.0, 10583.0, 10627.0, 10574.0, 10535.0, 10616.0, 10549.0, 10532.0, 10582.0, 10577.0, 10616.0, 10627.0, 10578.0, 10653.0, 10604.0, 10571.0, 10616.0, 10592.0, 10642.0, 10608.0, 10565.0, 10630.0, 10599.0, 10574.0, 10619.0, 10597.0, 10572.0, 10600.0, 10575.0, 10625.0, 10600.0, 10572.0, 10628.0, 10603.0, 10594.0, 10621.0, 10579.0, 10635.0, 10592.0, 10578.0, 10618.0, 10572.0, 10630.0, 10615.0, 10610.0, 10622.0, 10602.0, 10651.0, 10615.0, 10545.0, 10640.0, 10594.0, 10637.0, 10617.0, 10601.0, 10633.0, 10600.0, 10548.0, 10643.0, 10603.0, 10688.0, 10657.0, 10605.0, 10698.0, 10630.0, 10544.0, 10606.0, 10549.0, 10571.0, 10596.0, 10526.0, 10618.0, 10595.0, 10615.0, 10621.0, 10548.0, 10611.0, 10582.0, 10601.0, 10593.0, 10548.0, 10627.0, 10592.0, 10678.0, 10631.0, 10571.0, 10616.0, 10603.0, 10611.0, 10607.0, 10602.0, 10643.0, 10587.0, 10542.0, 10592.0, 10568.0, 10604.0, 10591.0, 10561.0, 10618.0, 10585.0, 10625.0, 10591.0, 10527.0, 10592.0, 10585.0, 10609.0, 10607.0, 10556.0, 10632.0, 10583.0, 10584.0, 10599.0, 10542.0, 10590.0, 10584.0, 10566.0, 10619.0, 10573.0, 10627.0, 10612.0, 10628.0, 10621.0, 10602.0, 10608.0, 10596.0, 10516.0, 10602.0, 10549.0, 10592.0, 10601.0, 10550.0, 10613.0, 10594.0, 10548.0, 10621.0, 10571.0, 10610.0, 10590.0, 10566.0, 10618.0, 10601.0, 10614.0, 10620.0, 10561.0, 10611.0, 10578.0, 10597.0, 10620.0, 10556.0, 10612.0, 10592.0, 10569.0, 10624.0, 10598.0, 10643.0, 10611.0, 10552.0, 10622.0, 10593.0, 10680.0, 10631.0, 10570.0, 10618.0, 10588.0, 10538.0, 10610.0, 10604.0, 10643.0, 10611.0, 10554.0, 10638.0, 10597.0, 10591.0, 10595.0, 10558.0, 10665.0, 10606.0, 10577.0, 10614.0, 10597.0, 10657.0, 10601.0, 10558.0, 10643.0, 10592.0, 10547.0, 10604.0, 10584.0, 10643.0, 10606.0, 10569.0, 10611.0, 10601.0, 10625.0, 10601.0, 10545.0, 10636.0, 10586.0, 10559.0, 10594.0, 10576.0, 10584.0, 10579.0, 10546.0, 10614.0, 10589.0, 10619.0, 10599.0, 10543.0, 10609.0, 10577.0, 10643.0, 10593.0, 10564.0, 10591.0, 10568.0, 10545.0, 10609.0, 10602.0, 10607.0, 10586.0, 10537.0, 10612.0, 10572.0, 10581.0, 10603.0, 10563.0, 10629.0, 10600.0, 10547.0, 10611.0, 10572.0, 10608.0, 10595.0, 10566.0, 10617.0, 10595.0, 10620.0, 10615.0, 10551.0, 10609.0, 10552.0, 10641.0, 10617.0, 10600.0, 10651.0, 10600.0, 10664.0, 10618.0, 10579.0, 10673.0, 10606.0, 10577.0, 10601.0, 10574.0, 10636.0, 10590.0, 10551.0, 10605.0, 10565.0, 10542.0, 10594.0, 10590.0, 10603.0, 10607.0, 10568.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.00013596504559270517</td></tr>
<tr><td colspan=3>aqi</td><td>0.019552612234042553</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.321353120463925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1753020860988574</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923778160912535</td></tr>
<tr><td colspan=3>efc</td><td>0.5429</td></tr>
<tr><td colspan=3>fber</td><td>2295.7214</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09843266327545494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.319148936170213</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.432744920927879</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.333951035263362</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6624430274315025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3018407000887713</td></tr>
<tr><td colspan=3>gcor</td><td>0.00764422</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011533549055457115</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06685495376586914</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1316</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.4050807025730085</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>21.2687</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>93.6867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>309.941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>86.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1394.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>530.2545</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.6091</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4026.5501</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.7756</td></tr>
<tr><td colspan=3>tsnr</td><td>39.04593798122369</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>