<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-04/func/sub-0055_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>6f442981dcdfe69db5aa4cc93976fd4f</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>14:08:48.492500</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.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100593</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>[4165, -7708, -7238, 522, -14, -118, -29, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9dbc9515-6447-4d0b-a53d-be8357838867||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.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['140848.492500', '140848.952500', '140849.412500', '140849.872500', '140850.332500', '140850.792500', '140851.252500', '140851.712500', '140852.172500', '140852.632500', '140853.092500', '140853.552500', '140854.012500', '140854.472500', '140854.932500', '140855.392500', '140855.852500', '140856.312500', '140856.772500', '140857.232500', '140857.692500', '140858.152500', '140858.612500', '140859.072500', '140859.532500', '140859.992500', '140900.452500', '140900.912500', '140901.372500', '140901.832500', '140902.292500', '140902.752500', '140903.212500', '140903.672500', '140904.132500', '140904.592500', '140905.052500', '140905.512500', '140905.972500', '140906.432500', '140906.892500', '140907.352500', '140907.812500', '140908.272500', '140908.732500', '140909.192500', '140909.652500', '140910.112500', '140910.572500', '140911.032500', '140911.492500', '140911.952500', '140912.412500', '140912.872500', '140913.332500', '140913.792500', '140914.252500', '140914.712500', '140915.172500', '140915.632500', '140916.092500', '140916.552500', '140917.012500', '140917.472500', '140917.932500', '140918.392500', '140918.852500', '140919.312500', '140919.772500', '140920.232500', '140920.692500', '140921.152500', '140921.612500', '140922.072500', '140922.532500', '140922.992500', '140923.452500', '140923.912500', '140924.372500', '140924.832500', '140925.292500', '140925.752500', '140926.212500', '140926.672500', '140927.132500', '140927.592500', '140928.052500', '140928.512500', '140928.972500', '140929.432500', '140929.892500', '140930.352500', '140930.812500', '140931.272500', '140931.732500', '140932.192500', '140932.652500', '140933.112500', '140933.572500', '140934.032500', '140934.492500', '140934.952500', '140935.412500', '140935.872500', '140936.332500', '140936.792500', '140937.252500', '140937.712500', '140938.172500', '140938.632500', '140939.092500', '140939.552500', '140940.012500', '140940.472500', '140940.932500', '140941.392500', '140941.852500', '140942.312500', '140942.772500', '140943.232500', '140943.692500', '140944.152500', '140944.612500', '140945.072500', '140945.532500', '140945.992500', '140946.452500', '140946.912500', '140947.372500', '140947.832500', '140948.292500', '140948.752500', '140949.212500', '140949.672500', '140950.132500', '140950.592500', '140951.052500', '140951.512500', '140951.972500', '140952.432500', '140952.892500', '140953.352500', '140953.812500', '140954.272500', '140954.732500', '140955.192500', '140955.652500', '140956.112500', '140956.572500', '140957.032500', '140957.492500', '140957.952500', '140958.412500', '140958.872500', '140959.332500', '140959.792500', '141000.252500', '141000.712500', '141001.172500', '141001.632500', '141002.092500', '141002.552500', '141003.012500', '141003.472500', '141003.932500', '141004.392500', '141004.852500', '141005.312500', '141005.772500', '141006.232500', '141006.692500', '141007.152500', '141007.612500', '141008.072500', '141008.532500', '141008.992500', '141009.452500', '141009.912500', '141010.372500', '141010.832500', '141011.292500', '141011.752500', '141012.212500', '141012.672500', '141013.132500', '141013.592500', '141014.052500', '141014.512500', '141014.972500', '141015.432500', '141015.892500', '141016.352500', '141016.812500', '141017.272500', '141017.732500', '141018.192500', '141018.652500', '141019.112500', '141019.572500', '141020.032500', '141020.492500', '141020.952500', '141021.412500', '141021.872500', '141022.332500', '141022.792500', '141023.252500', '141023.712500', '141024.172500', '141024.632500', '141025.092500', '141025.552500', '141026.012500', '141026.472500', '141026.932500', '141027.392500', '141027.852500', '141028.312500', '141028.772500', '141029.232500', '141029.692500', '141030.152500', '141030.612500', '141031.072500', '141031.532500', '141031.992500', '141032.452500', '141032.912500', '141033.372500', '141033.832500', '141034.292500', '141034.752500', '141035.212500', '141035.672500', '141036.132500', '141036.592500', '141037.052500', '141037.512500', '141037.972500', '141038.432500', '141038.892500', '141039.352500', '141039.812500', '141040.272500', '141040.732500', '141041.192500', '141041.652500', '141042.112500', '141042.572500', '141043.032500', '141043.492500', '141043.952500', '141044.412500', '141044.872500', '141045.332500', '141045.792500', '141046.252500', '141046.712500', '141047.172500', '141047.632500', '141048.092500', '141048.552500', '141049.012500', '141049.472500', '141049.932500', '141050.392500', '141050.852500', '141051.312500', '141051.772500', '141052.232500', '141052.692500', '141053.152500', '141053.612500', '141054.072500', '141054.532500', '141054.992500', '141055.452500', '141055.912500', '141056.372500', '141056.832500', '141057.292500', '141057.752500', '141058.212500', '141058.672500', '141059.132500', '141059.592500', '141100.052500', '141100.512500', '141100.972500', '141101.432500', '141101.892500', '141102.352500', '141102.812500', '141103.272500', '141103.732500', '141104.192500', '141104.652500', '141105.112500', '141105.572500', '141106.032500', '141106.492500', '141106.952500', '141107.412500', '141107.872500', '141108.332500', '141108.792500', '141109.252500', '141109.712500', '141110.172500', '141110.632500', '141111.092500', '141111.552500', '141112.012500', '141112.472500', '141112.932500', '141113.392500', '141113.852500', '141114.312500', '141114.772500', '141115.232500', '141115.692500', '141116.152500', '141116.612500', '141117.072500', '141117.532500', '141117.992500', '141118.452500', '141118.912500', '141119.372500', '141119.832500', '141120.292500', '141120.752500', '141121.212500', '141121.672500', '141122.132500', '141122.592500', '141123.052500', '141123.512500', '141123.972500', '141124.432500', '141124.892500', '141125.352500', '141125.812500', '141126.272500', '141126.732500', '141127.192500', '141127.652500', '141128.112500', '141128.572500', '141129.032500', '141129.492500', '141129.952500', '141130.412500', '141130.872500', '141131.332500', '141131.792500', '141132.252500', '141132.712500', '141133.172500', '141133.632500', '141134.092500', '141134.552500', '141135.012500', '141135.472500', '141135.932500', '141136.392500', '141136.852500', '141137.312500', '141137.772500', '141138.232500', '141138.692500', '141139.152500', '141139.612500', '141140.072500', '141140.532500', '141140.992500', '141141.452500', '141141.912500', '141142.372500', '141142.832500', '141143.292500', '141143.752500', '141144.212500', '141144.672500', '141145.132500', '141145.592500', '141146.052500', '141146.512500', '141146.972500', '141147.432500', '141147.892500', '141148.352500', '141148.812500', '141149.272500', '141149.732500', '141150.192500', '141150.652500', '141151.112500', '141151.572500', '141152.032500', '141152.492500', '141152.952500', '141153.412500', '141153.872500', '141154.332500', '141154.792500', '141155.252500', '141155.712500', '141156.172500', '141156.632500', '141157.092500', '141157.552500', '141158.012500', '141158.472500', '141158.932500', '141159.392500', '141159.852500', '141200.312500', '141200.772500', '141201.232500', '141201.692500', '141202.152500', '141202.612500', '141203.072500', '141203.532500', '141203.992500', '141204.452500', '141204.912500', '141205.372500', '141205.832500', '141206.292500', '141206.752500', '141207.212500', '141207.672500', '141208.132500', '141208.592500', '141209.052500', '141209.512500', '141209.972500', '141210.432500', '141210.892500', '141211.352500', '141211.812500', '141212.272500', '141212.732500', '141213.192500', '141213.652500', '141214.112500', '141214.572500', '141215.032500', '141215.492500', '141215.952500', '141216.412500', '141216.872500', '141217.332500', '141217.792500', '141218.252500', '141218.712500', '141219.172500', '141219.632500', '141220.092500', '141220.552500', '141221.012500', '141221.472500', '141221.932500', '141222.392500', '141222.852500', '141223.312500', '141223.772500', '141224.232500', '141224.692500', '141225.152500', '141225.612500', '141226.072500', '141226.532500', '141226.992500', '141227.452500', '141227.912500', '141228.372500', '141228.832500', '141229.292500', '141229.752500', '141230.212500', '141230.672500', '141231.132500', '141231.592500', '141232.052500', '141232.512500', '141232.972500', '141233.432500', '141233.892500', '141234.352500', '141234.812500', '141235.272500', '141235.732500', '141236.192500', '141236.652500', '141237.112500', '141237.572500', '141238.032500', '141238.492500', '141238.952500', '141239.412500', '141239.872500', '141240.332500', '141240.792500', '141241.252500', '141241.712500', '141242.172500', '141242.632500', '141243.092500', '141243.552500', '141244.012500', '141244.472500', '141244.932500', '141245.392500', '141245.852500', '141246.312500', '141246.772500', '141247.232500', '141247.692500', '141248.152500', '141248.612500', '141249.072500', '141249.532500', '141249.992500', '141250.452500', '141250.912500', '141251.372500', '141251.832500', '141252.292500', '141252.752500', '141253.212500', '141253.672500', '141254.132500', '141254.592500', '141255.052500', '141255.512500', '141255.972500', '141256.432500', '141256.892500', '141257.352500', '141257.812500', '141258.272500', '141258.732500', '141259.192500', '141259.652500', '141300.112500', '141300.572500', '141301.032500', '141301.492500', '141301.952500', '141302.412500', '141302.872500', '141303.332500', '141303.792500', '141304.252500', '141304.712500', '141305.172500', '141305.632500', '141306.092500', '141306.552500', '141307.012500', '141307.472500', '141307.932500', '141308.392500', '141308.852500', '141309.312500', '141309.772500', '141310.232500', '141310.692500', '141311.152500', '141311.612500', '141312.072500', '141312.532500', '141312.992500', '141313.452500', '141313.912500', '141314.372500', '141314.832500', '141315.292500', '141315.752500', '141316.212500', '141316.672500', '141317.132500', '141317.592500', '141318.052500', '141318.512500', '141318.972500', '141319.432500', '141319.892500', '141320.352500', '141320.812500', '141321.272500', '141321.732500', '141322.192500', '141322.652500', '141323.112500', '141323.572500', '141324.032500', '141324.492500', '141324.952500', '141325.412500', '141325.872500', '141326.332500', '141326.792500', '141327.252500', '141327.712500', '141328.172500', '141328.632500', '141329.092500', '141329.552500', '141330.012500', '141330.472500', '141330.932500', '141331.392500', '141331.852500', '141332.312500', '141332.772500', '141333.232500', '141333.692500', '141334.152500', '141334.612500', '141335.072500', '141335.532500', '141335.992500', '141336.452500', '141336.912500', '141337.372500', '141337.832500', '141338.292500', '141338.752500', '141339.212500', '141339.672500', '141340.132500', '141340.592500', '141341.052500', '141341.512500', '141341.972500', '141342.432500', '141342.892500', '141343.352500', '141343.812500', '141344.272500', '141344.732500', '141345.192500', '141345.652500', '141346.112500', '141346.572500', '141347.032500', '141347.492500', '141347.952500', '141348.412500', '141348.872500', '141349.332500', '141349.792500', '141350.252500', '141350.712500', '141351.172500', '141351.632500', '141352.092500', '141352.552500', '141353.012500', '141353.472500', '141353.932500', '141354.392500', '141354.852500', '141355.312500', '141355.772500', '141356.232500', '141356.692500', '141357.152500', '141357.612500', '141358.072500', '141358.532500', '141358.992500', '141359.452500', '141359.912500', '141400.372500', '141400.832500', '141401.292500', '141401.752500', '141402.212500', '141402.672500', '141403.132500', '141403.592500', '141404.052500', '141404.512500', '141404.972500', '141405.432500', '141405.892500', '141406.352500', '141406.812500', '141407.272500', '141407.732500', '141408.192500', '141408.652500', '141409.112500', '141409.572500', '141410.032500', '141410.492500', '141410.952500', '141411.412500', '141411.872500', '141412.332500', '141412.792500', '141413.252500', '141413.712500', '141414.172500', '141414.632500', '141415.092500', '141415.552500', '141416.012500', '141416.472500', '141416.932500', '141417.392500', '141417.852500', '141418.312500', '141418.772500', '141419.232500', '141419.692500', '141420.152500', '141420.612500', '141421.072500', '141421.532500', '141421.992500', '141422.452500', '141422.912500', '141423.372500', '141423.832500', '141424.292500', '141424.752500', '141425.212500', '141425.672500', '141426.132500', '141426.592500', '141427.052500', '141427.512500', '141427.972500', '141428.432500', '141428.892500', '141429.352500', '141429.812500', '141430.272500', '141430.732500', '141431.192500', '141431.652500', '141432.112500', '141432.572500', '141433.032500', '141433.492500', '141433.952500', '141434.412500', '141434.872500', '141435.332500', '141435.792500', '141436.252500', '141436.712500', '141437.172500', '141437.632500', '141438.092500', '141438.552500', '141439.012500', '141439.472500', '141439.932500', '141440.392500', '141440.852500', '141441.312500', '141441.772500', '141442.232500', '141442.692500', '141443.152500', '141443.612500', '141444.072500', '141444.532500', '141444.992500', '141445.452500', '141445.912500', '141446.372500', '141446.832500', '141447.292500', '141447.752500', '141448.212500', '141448.672500', '141449.132500', '141449.592500', '141450.052500', '141450.512500', '141450.972500', '141451.432500', '141451.892500', '141452.352500', '141452.812500', '141453.272500', '141453.732500', '141454.192500', '141454.652500', '141455.112500', '141455.572500', '141456.032500', '141456.492500', '141456.952500', '141457.412500', '141457.872500', '141458.332500', '141458.792500', '141459.252500', '141459.712500', '141500.172500', '141500.632500', '141501.092500', '141501.552500', '141502.012500', '141502.472500', '141502.932500', '141503.392500', '141503.852500', '141504.312500', '141504.772500', '141505.232500', '141505.692500', '141506.152500', '141506.612500', '141507.072500', '141507.532500', '141507.992500', '141508.452500', '141508.912500', '141509.372500', '141509.832500', '141510.292500', '141510.752500', '141511.212500', '141511.672500', '141512.132500', '141512.592500', '141513.052500', '141513.512500', '141513.972500', '141514.432500', '141514.892500', '141515.352500', '141515.812500', '141516.272500', '141516.732500', '141517.192500', '141517.652500', '141518.112500', '141518.572500', '141519.032500', '141519.492500', '141519.952500', '141520.412500', '141520.872500', '141521.332500', '141521.792500', '141522.252500', '141522.712500', '141523.172500', '141523.632500', '141524.092500', '141524.552500', '141525.012500', '141525.472500', '141525.932500', '141526.392500', '141526.852500', '141527.312500', '141527.772500', '141528.232500', '141528.692500', '141529.152500', '141529.612500', '141530.072500', '141530.532500', '141530.992500', '141531.452500', '141531.912500', '141532.372500', '141532.832500', '141533.292500', '141533.752500', '141534.212500', '141534.672500', '141535.132500', '141535.592500', '141536.052500', '141536.512500', '141536.972500', '141537.432500', '141537.892500', '141538.352500', '141538.812500', '141539.272500', '141539.732500', '141540.192500', '141540.652500', '141541.112500', '141541.572500', '141542.032500', '141542.492500', '141542.952500', '141543.412500', '141543.872500', '141544.332500', '141544.792500', '141545.252500', '141545.712500', '141546.172500', '141546.632500', '141547.092500', '141547.552500', '141548.012500', '141548.472500', '141548.932500', '141549.392500', '141549.852500', '141550.312500', '141550.772500', '141551.232500', '141551.692500', '141552.152500', '141552.612500', '141553.072500', '141553.532500', '141553.992500', '141554.452500', '141554.912500', '141555.372500', '141555.832500', '141556.292500', '141556.752500', '141557.212500', '141557.672500', '141558.132500', '141558.592500', '141559.052500', '141559.512500', '141559.972500', '141600.432500', '141600.892500', '141601.352500', '141601.812500', '141602.272500', '141602.732500', '141603.192500', '141603.652500', '141604.112500', '141604.572500', '141605.032500', '141605.492500', '141605.952500', '141606.412500', '141606.872500', '141607.332500', '141607.792500', '141608.252500', '141608.712500', '141609.172500', '141609.632500', '141610.092500', '141610.552500', '141611.012500', '141611.472500', '141611.932500', '141612.392500', '141612.852500', '141613.312500', '141613.772500', '141614.232500', '141614.692500', '141615.152500', '141615.612500', '141616.072500', '141616.532500', '141616.992500', '141617.452500', '141617.912500', '141618.372500', '141618.832500', '141619.292500', '141619.752500', '141620.212500', '141620.672500', '141621.132500', '141621.592500', '141622.052500', '141622.512500', '141622.972500', '141623.432500', '141623.892500', '141624.352500', '141624.812500', '141625.272500', '141625.732500', '141626.192500', '141626.652500', '141627.112500', '141627.572500', '141628.032500', '141628.492500', '141628.952500', '141629.412500', '141629.872500', '141630.332500', '141630.792500', '141631.252500', '141631.712500', '141632.172500', '141632.632500', '141633.092500', '141633.552500', '141634.012500', '141634.472500', '141634.932500', '141635.392500', '141635.852500', '141636.312500', '141636.772500', '141637.232500', '141637.692500', '141638.152500', '141638.612500', '141639.072500', '141639.532500', '141639.992500', '141640.452500', '141640.912500', '141641.372500', '141641.832500', '141642.292500', '141642.752500', '141643.212500', '141643.672500', '141644.132500', '141644.592500', '141645.052500', '141645.512500', '141645.972500', '141646.432500', '141646.892500', '141647.352500', '141647.812500', '141648.272500', '141648.732500', '141649.192500', '141649.652500', '141650.112500', '141650.572500', '141651.032500', '141651.492500', '141651.952500', '141652.412500', '141652.872500', '141653.332500', '141653.792500', '141654.252500', '141654.712500', '141655.172500', '141655.632500', '141656.092500', '141656.552500', '141657.012500', '141657.472500', '141657.932500', '141658.392500', '141658.852500', '141659.312500', '141659.772500', '141700.232500', '141700.692500', '141701.152500', '141701.612500', '141702.072500', '141702.532500', '141702.992500', '141703.452500', '141703.912500', '141704.372500', '141704.832500', '141705.292500', '141705.752500', '141706.212500', '141706.672500', '141707.132500', '141707.592500', '141708.052500', '141708.512500', '141708.972500', '141709.432500', '141709.892500', '141710.352500', '141710.812500', '141711.272500', '141711.732500', '141712.192500', '141712.652500', '141713.112500', '141713.572500', '141714.032500', '141714.492500', '141714.952500', '141715.412500', '141715.872500', '141716.332500', '141716.792500', '141717.252500', '141717.712500', '141718.172500', '141718.632500', '141719.092500', '141719.552500', '141720.012500', '141720.472500', '141720.932500', '141721.392500', '141721.852500', '141722.312500', '141722.772500', '141723.232500', '141723.692500', '141724.152500', '141724.612500', '141725.072500', '141725.532500', '141725.992500', '141726.452500', '141726.912500', '141727.372500', '141727.832500', '141728.292500', '141728.752500', '141729.212500', '141729.672500', '141730.132500', '141730.592500', '141731.052500', '141731.512500', '141731.972500', '141732.432500', '141732.892500', '141733.352500', '141733.812500', '141734.272500', '141734.732500', '141735.192500', '141735.652500', '141736.112500', '141736.572500', '141737.032500', '141737.492500', '141737.952500', '141738.412500', '141738.872500', '141739.332500', '141739.792500', '141740.252500', '141740.712500', '141741.172500', '141741.632500', '141742.092500', '141742.552500', '141743.012500', '141743.472500', '141743.932500', '141744.392500', '141744.852500', '141745.312500', '141745.772500', '141746.232500', '141746.692500', '141747.152500', '141747.612500', '141748.072500', '141748.532500', '141748.992500', '141749.452500', '141749.912500', '141750.372500', '141750.832500', '141751.292500', '141751.752500', '141752.212500', '141752.672500', '141753.132500', '141753.592500', '141754.052500', '141754.512500', '141754.972500', '141755.432500', '141755.892500', '141756.352500', '141756.812500', '141757.272500', '141757.732500', '141758.192500', '141758.652500', '141759.112500', '141759.572500', '141800.032500', '141800.492500', '141800.952500', '141801.412500', '141801.872500', '141802.332500', '141802.792500', '141803.252500', '141803.712500', '141804.172500', '141804.632500', '141805.092500', '141805.552500', '141806.012500', '141806.472500', '141806.932500', '141807.392500', '141807.852500', '141808.312500', '141808.772500', '141809.232500', '141809.692500', '141810.152500', '141810.612500', '141811.072500', '141811.532500', '141811.992500', '141812.452500', '141812.912500', '141813.372500', '141813.832500', '141814.292500', '141814.752500', '141815.212500', '141815.672500', '141816.132500', '141816.592500', '141817.052500', '141817.512500', '141817.972500', '141818.432500', '141818.892500', '141819.352500', '141819.812500', '141820.272500', '141820.732500', '141821.192500', '141821.652500', '141822.112500', '141822.572500', '141823.032500', '141823.492500', '141823.952500', '141824.412500', '141824.872500', '141825.332500', '141825.792500', '141826.252500', '141826.712500', '141827.172500', '141827.632500', '141828.092500', '141828.552500', '141829.012500', '141829.472500', '141829.932500', '141830.392500', '141830.852500', '141831.312500', '141831.772500', '141832.232500', '141832.692500', '141833.152500', '141833.612500', '141834.072500', '141834.532500', '141834.992500', '141835.452500', '141835.912500', '141836.372500', '141836.832500', '141837.292500', '141837.752500', '141838.212500', '141838.672500', '141839.132500', '141839.592500', '141840.052500', '141840.512500', '141840.972500', '141841.432500', '141841.892500', '141842.352500', '141842.812500', '141843.272500', '141843.732500', '141844.192500', '141844.652500', '141845.112500', '141845.572500', '141846.032500', '141846.492500', '141846.952500', '141847.412500', '141847.872500', '141848.332500', '141848.792500', '141849.252500', '141849.712500', '141850.172500', '141850.632500', '141851.092500', '141851.552500', '141852.012500', '141852.472500', '141852.932500', '141853.392500', '141853.852500', '141854.312500', '141854.772500', '141855.232500', '141855.692500', '141856.152500'], 'ContentTime': ['140918.664000', '140918.667000', '140918.670000', '140918.672000', '140918.675000', '140918.678000', '140918.680000', '140918.683000', '140918.685000', '140918.688000', '140918.690000', '140918.693000', '140918.700000', '140918.703000', '140918.706000', '140918.708000', '140918.711000', '140918.713000', '140918.716000', '140918.718000', '140918.721000', '140918.723000', '140918.726000', '140918.728000', '140918.731000', '140918.734000', '140918.736000', '140918.739000', '140918.741000', '140918.744000', '140918.747000', '140918.749000', '140918.752000', '140918.754000', '140918.757000', '140918.759000', '140918.762000', '140918.764000', '140918.767000', '140918.770000', '140918.772000', '140918.775000', '140918.777000', '140918.780000', '140918.790000', '140918.793000', '140918.795000', '140918.798000', '140918.800000', '140918.803000', '140918.806000', '140918.808000', '140918.811000', '140918.813000', '140918.816000', '140918.841000', '140918.844000', '140918.846000', '140918.849000', '140918.851000', '140918.854000', '140918.856000', '140938.613000', '140938.616000', '140938.619000', '140938.622000', '140938.624000', '140938.627000', '140938.629000', '140938.632000', '140938.635000', '140938.637000', '140938.640000', '140938.642000', '140938.645000', '140938.647000', '140938.650000', '140938.652000', '140938.655000', '140938.657000', '140938.660000', '140938.662000', '140938.665000', '140938.668000', '140938.670000', '140938.673000', '140938.675000', '140938.678000', '140938.680000', '140938.683000', '140938.685000', '140938.688000', '140938.690000', '140938.693000', '140938.696000', '140938.698000', '140938.701000', '140938.703000', '140938.706000', '140938.708000', '140938.711000', '140938.713000', '140938.716000', '140938.718000', '140938.721000', '140938.724000', '140958.614000', '140958.616000', '140958.619000', '140958.622000', '140958.625000', '140958.628000', '140958.631000', '140958.642000', '140958.645000', '140958.648000', '140958.650000', '140958.653000', '140958.655000', '140958.658000', '140958.660000', '140958.663000', '140958.665000', '140958.668000', '140958.670000', '140958.673000', '140958.676000', '140958.678000', '140958.681000', '140958.684000', '140958.686000', '140958.689000', '140958.692000', '140958.696000', '140958.699000', '140958.701000', '140958.704000', '140958.706000', '140958.709000', '140958.711000', '140958.714000', '140958.717000', '140958.719000', '140958.722000', '140958.724000', '140958.727000', '140958.730000', '140958.732000', '140958.735000', '141018.614000', '141018.617000', '141018.619000', '141018.622000', '141018.624000', '141018.627000', '141018.630000', '141018.632000', '141018.635000', '141018.638000', '141018.640000', '141018.643000', '141018.645000', '141018.648000', '141018.651000', '141018.653000', '141018.656000', '141018.658000', '141018.661000', '141018.664000', '141018.666000', '141018.669000', '141018.671000', '141018.674000', '141018.676000', '141018.679000', '141018.681000', '141018.684000', '141018.687000', '141018.689000', '141018.692000', '141018.694000', '141018.697000', '141018.700000', '141018.702000', '141018.705000', '141018.707000', '141018.710000', '141018.713000', '141018.715000', '141018.718000', '141018.720000', '141018.723000', '141018.725000', '141038.615000', '141038.618000', '141038.620000', '141038.623000', '141038.625000', '141038.628000', '141038.631000', '141038.633000', '141038.636000', '141038.639000', '141038.642000', '141038.645000', '141038.648000', '141038.650000', '141038.653000', '141038.655000', '141038.658000', '141038.660000', '141038.663000', '141038.666000', '141038.668000', '141038.671000', '141038.673000', '141038.676000', '141038.679000', '141038.681000', '141038.684000', '141038.686000', '141038.689000', '141038.691000', '141038.694000', '141038.697000', '141038.699000', '141038.702000', '141038.705000', '141038.707000', '141038.710000', '141038.712000', '141038.715000', '141038.717000', '141038.720000', '141038.722000', '141038.725000', '141058.615000', '141058.621000', '141058.623000', '141058.626000', '141058.628000', '141058.631000', '141058.634000', '141058.636000', '141058.639000', '141058.641000', '141058.644000', '141058.646000', '141058.649000', '141058.652000', '141058.654000', '141058.657000', '141058.659000', '141058.662000', '141058.664000', '141058.667000', '141058.670000', '141058.672000', '141058.675000', '141058.677000', '141058.680000', '141058.682000', '141058.685000', '141058.687000', '141058.690000', '141058.693000', '141058.703000', '141058.706000', '141058.719000', '141058.721000', '141058.724000', '141058.727000', '141058.729000', '141058.732000', '141058.734000', '141058.737000', '141058.740000', '141058.742000', '141058.745000', '141058.747000', '141118.615000', '141118.618000', '141118.620000', '141118.623000', '141118.625000', '141118.628000', '141118.631000', '141118.633000', '141118.636000', '141118.638000', '141118.641000', '141118.643000', '141118.646000', '141118.648000', '141118.651000', '141118.654000', '141118.656000', '141118.659000', '141118.661000', '141118.664000', '141118.666000', '141118.669000', '141118.672000', '141118.675000', '141118.678000', '141118.681000', '141118.684000', '141118.686000', '141118.689000', '141118.691000', '141118.694000', '141118.697000', '141118.699000', '141118.702000', '141118.704000', '141118.707000', '141118.709000', '141118.712000', '141118.715000', '141118.717000', '141118.720000', '141118.722000', '141118.725000', '141138.614000', '141138.617000', '141138.619000', '141138.622000', '141138.624000', '141138.627000', '141138.630000', '141138.632000', '141138.635000', '141138.637000', '141138.640000', '141138.642000', '141138.655000', '141138.657000', '141138.660000', '141138.662000', '141138.665000', '141138.668000', '141138.670000', '141138.673000', '141138.675000', '141138.678000', '141138.680000', '141138.683000', '141138.686000', '141138.688000', '141138.691000', '141138.693000', '141138.704000', '141138.707000', '141138.709000', '141138.712000', '141138.714000', '141138.717000', '141138.719000', '141138.722000', '141138.725000', '141138.727000', '141138.730000', '141138.732000', '141138.735000', '141138.738000', '141138.740000', '141138.743000', '141158.614000', '141158.617000', '141158.619000', '141158.622000', '141158.625000', '141158.627000', '141158.630000', '141158.632000', '141158.635000', '141158.637000', '141158.640000', '141158.642000', '141158.645000', '141158.648000', '141158.650000', '141158.653000', '141158.655000', '141158.658000', '141158.661000', '141158.663000', '141158.666000', '141158.668000', '141158.671000', '141158.673000', '141158.676000', '141158.679000', '141158.681000', '141158.684000', '141158.686000', '141158.689000', '141158.691000', '141158.694000', '141158.697000', '141158.701000', '141158.703000', '141158.706000', '141158.709000', '141158.711000', '141158.714000', '141158.716000', '141158.719000', '141158.721000', '141158.724000', '141218.613000', '141218.616000', '141218.619000', '141218.622000', '141218.624000', '141218.627000', '141218.630000', '141218.632000', '141218.635000', '141218.637000', '141218.640000', '141218.643000', '141218.645000', '141218.648000', '141218.650000', '141218.653000', '141218.656000', '141218.658000', '141218.661000', '141218.663000', '141218.666000', '141218.669000', '141218.671000', '141218.674000', '141218.676000', '141218.679000', '141218.682000', '141218.684000', '141218.687000', '141218.689000', '141218.692000', '141218.695000', '141218.697000', '141218.700000', '141218.702000', '141218.705000', '141218.708000', '141218.710000', '141218.713000', '141218.716000', '141218.718000', '141218.721000', '141218.723000', '141218.726000', '141238.614000', '141238.617000', '141238.619000', '141238.622000', '141238.624000', '141238.627000', '141238.629000', '141238.632000', '141238.635000', '141238.637000', '141238.640000', '141238.642000', '141238.645000', '141238.671000', '141238.674000', '141238.677000', '141238.679000', '141238.682000', '141238.684000', '141238.687000', '141238.689000', '141238.692000', '141238.695000', '141238.697000', '141238.700000', '141238.703000', '141238.706000', '141238.708000', '141238.711000', '141238.713000', '141238.716000', '141238.719000', '141238.721000', '141238.724000', '141238.726000', '141238.729000', '141238.731000', '141238.734000', '141238.737000', '141238.739000', '141238.742000', '141238.744000', '141238.747000', '141258.615000', '141258.617000', '141258.620000', '141258.623000', '141258.625000', '141258.628000', '141258.630000', '141258.633000', '141258.636000', '141258.638000', '141258.641000', '141258.643000', '141258.646000', '141258.648000', '141258.651000', '141258.654000', '141258.656000', '141258.659000', '141258.661000', '141258.664000', '141258.667000', '141258.669000', '141258.672000', '141258.674000', '141258.677000', '141258.679000', '141258.682000', '141258.685000', '141258.687000', '141258.690000', '141258.692000', '141258.695000', '141258.698000', '141258.700000', '141258.703000', '141258.705000', '141258.708000', '141258.715000', '141258.718000', '141258.720000', '141258.723000', '141258.726000', '141258.728000', '141258.731000', '141318.615000', '141318.617000', '141318.620000', '141318.623000', '141318.625000', '141318.628000', '141318.630000', '141318.633000', '141318.636000', '141318.638000', '141318.641000', '141318.643000', '141318.646000', '141318.649000', '141318.651000', '141318.654000', '141318.656000', '141318.659000', '141318.661000', '141318.664000', '141318.667000', '141318.669000', '141318.672000', '141318.674000', '141318.677000', '141318.679000', '141318.682000', '141318.685000', '141318.687000', '141318.690000', '141318.692000', '141318.695000', '141318.697000', '141318.700000', '141318.702000', '141318.705000', '141318.708000', '141318.710000', '141318.713000', '141318.715000', '141318.718000', '141318.720000', '141318.723000', '141338.615000', '141338.618000', '141338.620000', '141338.623000', '141338.625000', '141338.628000', '141338.631000', '141338.633000', '141338.636000', '141338.638000', '141338.641000', '141338.644000', '141338.646000', '141338.665000', '141338.667000', '141338.670000', '141338.672000', '141338.675000', '141338.678000', '141338.680000', '141338.683000', '141338.685000', '141338.688000', '141338.691000', '141338.693000', '141338.696000', '141338.699000', '141338.701000', '141338.704000', '141338.706000', '141338.709000', '141338.712000', '141338.714000', '141338.717000', '141338.719000', '141338.722000', '141338.724000', '141338.727000', '141338.730000', '141338.732000', '141338.735000', '141338.737000', '141338.740000', '141338.743000', '141358.614000', '141358.617000', '141358.619000', '141358.622000', '141358.624000', '141358.627000', '141358.629000', '141358.632000', '141358.635000', '141358.637000', '141358.640000', '141358.642000', '141358.645000', '141358.648000', '141358.650000', '141358.653000', '141358.655000', '141358.658000', '141358.660000', '141358.663000', '141358.666000', '141358.668000', '141358.671000', '141358.673000', '141358.676000', '141358.679000', '141358.681000', '141358.684000', '141358.686000', '141358.689000', '141358.692000', '141358.694000', '141358.697000', '141358.699000', '141358.702000', '141358.704000', '141358.707000', '141358.710000', '141358.726000', '141358.728000', '141358.731000', '141358.733000', '141358.736000', '141418.613000', '141418.616000', '141418.619000', '141418.622000', '141418.624000', '141418.627000', '141418.629000', '141418.632000', '141418.634000', '141418.637000', '141418.640000', '141418.642000', '141418.645000', '141418.647000', '141418.650000', '141418.653000', '141418.655000', '141418.658000', '141418.660000', '141418.663000', '141418.675000', '141418.678000', '141418.680000', '141418.683000', '141418.686000', '141418.688000', '141418.691000', '141418.693000', '141418.696000', '141418.698000', '141418.701000', '141418.704000', '141418.706000', '141418.709000', '141418.711000', '141418.714000', '141418.716000', '141418.719000', '141418.722000', '141418.725000', '141418.728000', '141418.730000', '141418.733000', '141418.735000', '141438.614000', '141438.616000', '141438.619000', '141438.622000', '141438.624000', '141438.627000', '141438.629000', '141438.632000', '141438.635000', '141438.637000', '141438.640000', '141438.642000', '141438.645000', '141438.647000', '141438.650000', '141438.653000', '141438.655000', '141438.658000', '141438.660000', '141438.663000', '141438.665000', '141438.668000', '141438.671000', '141438.673000', '141438.676000', '141438.678000', '141438.681000', '141438.684000', '141438.686000', '141438.689000', '141438.691000', '141438.694000', '141438.696000', '141438.699000', '141438.702000', '141438.704000', '141438.707000', '141438.709000', '141438.712000', '141438.715000', '141438.717000', '141438.720000', '141438.722000', '141458.615000', '141458.618000', '141458.621000', '141458.624000', '141458.626000', '141458.629000', '141458.631000', '141458.634000', '141458.637000', '141458.639000', '141458.642000', '141458.644000', '141458.647000', '141458.649000', '141458.652000', '141458.655000', '141458.657000', '141458.660000', '141458.662000', '141458.665000', '141458.668000', '141458.672000', '141458.674000', '141458.677000', '141458.680000', '141458.682000', '141458.685000', '141458.688000', '141458.690000', '141458.693000', '141458.695000', '141458.698000', '141458.700000', '141458.703000', '141458.706000', '141458.708000', '141458.711000', '141458.713000', '141458.716000', '141458.719000', '141458.721000', '141458.724000', '141458.726000', '141458.729000', '141518.614000', '141518.617000', '141518.620000', '141518.622000', '141518.625000', '141518.628000', '141518.630000', '141518.633000', '141518.635000', '141518.638000', '141518.641000', '141518.643000', '141518.646000', '141518.648000', '141518.651000', '141518.654000', '141518.656000', '141518.659000', '141518.661000', '141518.664000', '141518.666000', '141518.669000', '141518.672000', '141518.674000', '141518.677000', '141518.679000', '141518.682000', '141518.684000', '141518.687000', '141518.689000', '141518.692000', '141518.695000', '141518.697000', '141518.700000', '141518.702000', '141518.705000', '141518.708000', '141518.710000', '141518.713000', '141518.715000', '141518.718000', '141518.720000', '141518.723000', '141538.615000', '141538.617000', '141538.620000', '141538.623000', '141538.625000', '141538.628000', '141538.630000', '141538.633000', '141538.636000', '141538.638000', '141538.641000', '141538.643000', '141538.646000', '141538.648000', '141538.651000', '141538.654000', '141538.656000', '141538.659000', '141538.661000', '141538.664000', '141538.666000', '141538.669000', '141538.672000', '141538.674000', '141538.677000', '141538.679000', '141538.682000', '141538.684000', '141538.687000', '141538.690000', '141538.692000', '141538.695000', '141538.697000', '141538.700000', '141538.703000', '141538.705000', '141538.708000', '141538.710000', '141538.713000', '141538.715000', '141538.718000', '141538.721000', '141538.723000', '141538.726000', '141558.615000', '141558.618000', '141558.620000', '141558.623000', '141558.626000', '141558.628000', '141558.631000', '141558.633000', '141558.636000', '141558.638000', '141558.641000', '141558.644000', '141558.646000', '141558.649000', '141558.651000', '141558.654000', '141558.656000', '141558.659000', '141558.661000', '141558.664000', '141558.667000', '141558.669000', '141558.672000', '141558.674000', '141558.677000', '141558.680000', '141558.682000', '141558.685000', '141558.687000', '141558.690000', '141558.693000', '141558.695000', '141558.698000', '141558.700000', '141558.703000', '141558.706000', '141558.708000', '141558.711000', '141558.713000', '141558.716000', '141558.719000', '141558.721000', '141558.724000', '141618.614000', '141618.617000', '141618.619000', '141618.622000', '141618.624000', '141618.627000', '141618.630000', '141618.632000', '141618.635000', '141618.637000', '141618.640000', '141618.643000', '141618.645000', '141618.648000', '141618.651000', '141618.655000', '141618.657000', '141618.660000', '141618.663000', '141618.665000', '141618.668000', '141618.670000', '141618.673000', '141618.676000', '141618.678000', '141618.681000', '141618.683000', '141618.686000', '141618.688000', '141618.691000', '141618.694000', '141618.696000', '141618.699000', '141618.701000', '141618.704000', '141618.707000', '141618.709000', '141618.712000', '141618.714000', '141618.717000', '141618.720000', '141618.723000', '141618.725000', '141638.614000', '141638.617000', '141638.619000', '141638.622000', '141638.625000', '141638.635000', '141638.638000', '141638.640000', '141638.643000', '141638.646000', '141638.648000', '141638.651000', '141638.654000', '141638.656000', '141638.659000', '141638.661000', '141638.664000', '141638.667000', '141638.669000', '141638.672000', '141638.675000', '141638.677000', '141638.680000', '141638.682000', '141638.685000', '141638.687000', '141638.690000', '141638.693000', '141638.695000', '141638.698000', '141638.700000', '141638.703000', '141638.706000', '141638.708000', '141638.711000', '141638.714000', '141638.716000', '141638.719000', '141638.721000', '141638.724000', '141638.727000', '141638.729000', '141638.732000', '141638.734000', '141658.614000', '141658.617000', '141658.640000', '141658.643000', '141658.646000', '141658.648000', '141658.651000', '141658.654000', '141658.656000', '141658.659000', '141658.661000', '141658.664000', '141658.666000', '141658.669000', '141658.672000', '141658.674000', '141658.677000', '141658.679000', '141658.682000', '141658.685000', '141658.687000', '141658.690000', '141658.692000', '141658.695000', '141658.697000', '141658.700000', '141658.703000', '141658.705000', '141658.708000', '141658.710000', '141658.713000', '141658.716000', '141658.718000', '141658.721000', '141658.723000', '141658.726000', '141658.728000', '141658.731000', '141658.734000', '141658.736000', '141658.739000', '141658.741000', '141658.744000', '141718.614000', '141718.617000', '141718.619000', '141718.622000', '141718.625000', '141718.627000', '141718.630000', '141718.632000', '141718.635000', '141718.637000', '141718.640000', '141718.643000', '141718.645000', '141718.648000', '141718.650000', '141718.653000', '141718.655000', '141718.658000', '141718.661000', '141718.663000', '141718.666000', '141718.669000', '141718.671000', '141718.674000', '141718.676000', '141718.679000', '141718.681000', '141718.684000', '141718.687000', '141718.689000', '141718.692000', '141718.695000', '141718.697000', '141718.700000', '141718.702000', '141718.705000', '141718.708000', '141718.710000', '141718.713000', '141718.715000', '141718.718000', '141718.720000', '141718.723000', '141718.726000', '141738.615000', '141738.618000', '141738.620000', '141738.623000', '141738.626000', '141738.629000', '141738.632000', '141738.634000', '141738.637000', '141738.640000', '141738.642000', '141738.645000', '141738.647000', '141738.650000', '141738.653000', '141738.655000', '141738.658000', '141738.660000', '141738.663000', '141738.666000', '141738.668000', '141738.671000', '141738.673000', '141738.676000', '141738.678000', '141738.681000', '141738.683000', '141738.686000', '141738.689000', '141738.692000', '141738.695000', '141738.698000', '141738.701000', '141738.703000', '141738.706000', '141738.708000', '141738.711000', '141738.714000', '141738.716000', '141738.719000', '141738.721000', '141738.724000', '141738.726000', '141758.615000', '141758.618000', '141758.620000', '141758.623000', '141758.626000', '141758.628000', '141758.631000', '141758.633000', '141758.636000', '141758.639000', '141758.641000', '141758.644000', '141758.646000', '141758.649000', '141758.652000', '141758.654000', '141758.657000', '141758.659000', '141758.662000', '141758.665000', '141758.667000', '141758.670000', '141758.673000', '141758.675000', '141758.678000', '141758.680000', '141758.683000', '141758.685000', '141758.688000', '141758.691000', '141758.693000', '141758.696000', '141758.698000', '141758.701000', '141758.704000', '141758.706000', '141758.709000', '141758.711000', '141758.714000', '141758.717000', '141758.719000', '141758.722000', '141758.724000', '141758.737000', '141818.614000', '141818.618000', '141818.620000', '141818.623000', '141818.625000', '141818.628000', '141818.630000', '141818.633000', '141818.635000', '141818.638000', '141818.641000', '141818.643000', '141818.646000', '141818.648000', '141818.651000', '141818.654000', '141818.656000', '141818.659000', '141818.661000', '141818.664000', '141818.666000', '141818.669000', '141818.671000', '141818.674000', '141818.677000', '141818.680000', '141818.683000', '141818.686000', '141818.689000', '141818.691000', '141818.694000', '141818.697000', '141818.699000', '141818.702000', '141818.704000', '141818.707000', '141818.709000', '141818.712000', '141818.715000', '141818.717000', '141818.720000', '141818.722000', '141818.725000', '141838.614000', '141838.617000', '141838.619000', '141838.622000', '141838.624000', '141838.627000', '141838.630000', '141838.632000', '141838.635000', '141838.637000', '141838.640000', '141838.642000', '141838.645000', '141838.648000', '141838.650000', '141838.653000', '141838.655000', '141838.658000', '141838.660000', '141838.663000', '141838.666000', '141838.668000', '141838.671000', '141838.673000', '141838.676000', '141838.678000', '141838.681000', '141838.684000', '141838.686000', '141838.689000', '141838.691000', '141838.694000', '141838.697000', '141838.699000', '141838.702000', '141838.704000', '141838.707000', '141838.709000', '141838.712000', '141838.715000', '141838.717000', '141838.720000', '141838.723000', '141838.725000', '141857.761000', '141857.764000', '141857.766000', '141857.769000', '141857.771000', '141857.774000', '141857.776000', '141857.779000', '141857.782000', '141857.784000', '141857.787000', '141857.789000', '141857.792000', '141857.795000', '141857.797000', '141857.800000', '141857.802000', '141857.805000', '141857.807000', '141857.810000', '141857.813000', '141857.815000', '141857.818000', '141857.820000', '141857.823000', '141857.826000', '141857.828000', '141857.831000', '141857.833000', '141857.836000', '141857.839000', '141857.841000', '141857.844000', '141857.846000', '141857.849000', '141857.851000', '141857.854000', '141857.857000', '141857.859000', '141857.862000', '141857.865000', '141857.867000'], 'InstanceCreationTime': ['140918.664000', '140918.667000', '140918.670000', '140918.672000', '140918.675000', '140918.678000', '140918.680000', '140918.683000', '140918.685000', '140918.688000', '140918.690000', '140918.693000', '140918.700000', '140918.703000', '140918.706000', '140918.708000', '140918.711000', '140918.713000', '140918.716000', '140918.718000', '140918.721000', '140918.723000', '140918.726000', '140918.728000', '140918.731000', '140918.734000', '140918.736000', '140918.739000', '140918.741000', '140918.744000', '140918.747000', '140918.749000', '140918.752000', '140918.754000', '140918.757000', '140918.759000', '140918.762000', '140918.764000', '140918.767000', '140918.770000', '140918.772000', '140918.775000', '140918.777000', '140918.780000', '140918.790000', '140918.793000', '140918.795000', '140918.798000', '140918.800000', '140918.803000', '140918.806000', '140918.808000', '140918.811000', '140918.813000', '140918.816000', '140918.841000', '140918.844000', '140918.846000', '140918.849000', '140918.851000', '140918.854000', '140918.856000', '140938.613000', '140938.616000', '140938.619000', '140938.622000', '140938.624000', '140938.627000', '140938.629000', '140938.632000', '140938.635000', '140938.637000', '140938.640000', '140938.642000', '140938.645000', '140938.647000', '140938.650000', '140938.652000', '140938.655000', '140938.657000', '140938.660000', '140938.662000', '140938.665000', '140938.668000', '140938.670000', '140938.673000', '140938.675000', '140938.678000', '140938.680000', '140938.683000', '140938.685000', '140938.688000', '140938.690000', '140938.693000', '140938.696000', '140938.698000', '140938.701000', '140938.703000', '140938.706000', '140938.708000', '140938.711000', '140938.713000', '140938.716000', '140938.718000', '140938.721000', '140938.724000', '140958.614000', '140958.616000', '140958.619000', '140958.622000', '140958.625000', '140958.628000', '140958.631000', '140958.642000', '140958.645000', '140958.648000', '140958.650000', '140958.653000', '140958.655000', '140958.658000', '140958.660000', '140958.663000', '140958.665000', '140958.668000', '140958.670000', '140958.673000', '140958.676000', '140958.678000', '140958.681000', '140958.684000', '140958.686000', '140958.689000', '140958.692000', '140958.696000', '140958.699000', '140958.701000', '140958.704000', '140958.706000', '140958.709000', '140958.711000', '140958.714000', '140958.717000', '140958.719000', '140958.722000', '140958.724000', '140958.727000', '140958.730000', '140958.732000', '140958.735000', '141018.614000', '141018.617000', '141018.619000', '141018.622000', '141018.624000', '141018.627000', '141018.630000', '141018.632000', '141018.635000', '141018.638000', '141018.640000', '141018.643000', '141018.645000', '141018.648000', '141018.651000', '141018.653000', '141018.656000', '141018.658000', '141018.661000', '141018.664000', '141018.666000', '141018.669000', '141018.671000', '141018.674000', '141018.676000', '141018.679000', '141018.681000', '141018.684000', '141018.687000', '141018.689000', '141018.692000', '141018.694000', '141018.697000', '141018.700000', '141018.702000', '141018.705000', '141018.707000', '141018.710000', '141018.713000', '141018.715000', '141018.718000', '141018.720000', '141018.723000', '141018.725000', '141038.615000', '141038.618000', '141038.620000', '141038.623000', '141038.625000', '141038.628000', '141038.631000', '141038.633000', '141038.636000', '141038.639000', '141038.642000', '141038.645000', '141038.648000', '141038.650000', '141038.653000', '141038.655000', '141038.658000', '141038.660000', '141038.663000', '141038.666000', '141038.668000', '141038.671000', '141038.673000', '141038.676000', '141038.679000', '141038.681000', '141038.684000', '141038.686000', '141038.689000', '141038.691000', '141038.694000', '141038.697000', '141038.699000', '141038.702000', '141038.705000', '141038.707000', '141038.710000', '141038.712000', '141038.715000', '141038.717000', '141038.720000', '141038.722000', '141038.725000', '141058.615000', '141058.621000', '141058.623000', '141058.626000', '141058.628000', '141058.631000', '141058.634000', '141058.636000', '141058.639000', '141058.641000', '141058.644000', '141058.646000', '141058.649000', '141058.652000', '141058.654000', '141058.657000', '141058.659000', '141058.662000', '141058.664000', '141058.667000', '141058.670000', '141058.672000', '141058.675000', '141058.677000', '141058.680000', '141058.682000', '141058.685000', '141058.687000', '141058.690000', '141058.693000', '141058.703000', '141058.706000', '141058.719000', '141058.721000', '141058.724000', '141058.727000', '141058.729000', '141058.732000', '141058.734000', '141058.737000', '141058.740000', '141058.742000', '141058.745000', '141058.747000', '141118.615000', '141118.618000', '141118.620000', '141118.623000', '141118.625000', '141118.628000', '141118.631000', '141118.633000', '141118.636000', '141118.638000', '141118.641000', '141118.643000', '141118.646000', '141118.648000', '141118.651000', '141118.654000', '141118.656000', '141118.659000', '141118.661000', '141118.664000', '141118.666000', '141118.669000', '141118.672000', '141118.675000', '141118.678000', '141118.681000', '141118.684000', '141118.686000', '141118.689000', '141118.691000', '141118.694000', '141118.697000', '141118.699000', '141118.702000', '141118.704000', '141118.707000', '141118.709000', '141118.712000', '141118.715000', '141118.717000', '141118.720000', '141118.722000', '141118.725000', '141138.614000', '141138.617000', '141138.619000', '141138.622000', '141138.624000', '141138.627000', '141138.630000', '141138.632000', '141138.635000', '141138.637000', '141138.640000', '141138.642000', '141138.655000', '141138.657000', '141138.660000', '141138.662000', '141138.665000', '141138.668000', '141138.670000', '141138.673000', '141138.675000', '141138.678000', '141138.680000', '141138.683000', '141138.686000', '141138.688000', '141138.691000', '141138.693000', '141138.704000', '141138.707000', '141138.709000', '141138.712000', '141138.714000', '141138.717000', '141138.719000', '141138.722000', '141138.725000', '141138.727000', '141138.730000', '141138.732000', '141138.735000', '141138.738000', '141138.740000', '141138.743000', '141158.614000', '141158.617000', '141158.619000', '141158.622000', '141158.625000', '141158.627000', '141158.630000', '141158.632000', '141158.635000', '141158.637000', '141158.640000', '141158.642000', '141158.645000', '141158.648000', '141158.650000', '141158.653000', '141158.655000', '141158.658000', '141158.661000', '141158.663000', '141158.666000', '141158.668000', '141158.671000', '141158.673000', '141158.676000', '141158.679000', '141158.681000', '141158.684000', '141158.686000', '141158.689000', '141158.691000', '141158.694000', '141158.697000', '141158.701000', '141158.703000', '141158.706000', '141158.709000', '141158.711000', '141158.714000', '141158.716000', '141158.719000', '141158.721000', '141158.724000', '141218.613000', '141218.616000', '141218.619000', '141218.622000', '141218.624000', '141218.627000', '141218.630000', '141218.632000', '141218.635000', '141218.637000', '141218.640000', '141218.643000', '141218.645000', '141218.648000', '141218.650000', '141218.653000', '141218.656000', '141218.658000', '141218.661000', '141218.663000', '141218.666000', '141218.669000', '141218.671000', '141218.674000', '141218.676000', '141218.679000', '141218.682000', '141218.684000', '141218.687000', '141218.689000', '141218.692000', '141218.695000', '141218.697000', '141218.700000', '141218.702000', '141218.705000', '141218.708000', '141218.710000', '141218.713000', '141218.716000', '141218.718000', '141218.721000', '141218.723000', '141218.726000', '141238.614000', '141238.617000', '141238.619000', '141238.622000', '141238.624000', '141238.627000', '141238.629000', '141238.632000', '141238.635000', '141238.637000', '141238.640000', '141238.642000', '141238.645000', '141238.671000', '141238.674000', '141238.677000', '141238.679000', '141238.682000', '141238.684000', '141238.687000', '141238.689000', '141238.692000', '141238.695000', '141238.697000', '141238.700000', '141238.703000', '141238.706000', '141238.708000', '141238.711000', '141238.713000', '141238.716000', '141238.719000', '141238.721000', '141238.724000', '141238.726000', '141238.729000', '141238.731000', '141238.734000', '141238.737000', '141238.739000', '141238.742000', '141238.744000', '141238.747000', '141258.615000', '141258.617000', '141258.620000', '141258.623000', '141258.625000', '141258.628000', '141258.630000', '141258.633000', '141258.636000', '141258.638000', '141258.641000', '141258.643000', '141258.646000', '141258.648000', '141258.651000', '141258.654000', '141258.656000', '141258.659000', '141258.661000', '141258.664000', '141258.667000', '141258.669000', '141258.672000', '141258.674000', '141258.677000', '141258.679000', '141258.682000', '141258.685000', '141258.687000', '141258.690000', '141258.692000', '141258.695000', '141258.698000', '141258.700000', '141258.703000', '141258.705000', '141258.708000', '141258.715000', '141258.718000', '141258.720000', '141258.723000', '141258.726000', '141258.728000', '141258.731000', '141318.615000', '141318.617000', '141318.620000', '141318.623000', '141318.625000', '141318.628000', '141318.630000', '141318.633000', '141318.636000', '141318.638000', '141318.641000', '141318.643000', '141318.646000', '141318.649000', '141318.651000', '141318.654000', '141318.656000', '141318.659000', '141318.661000', '141318.664000', '141318.667000', '141318.669000', '141318.672000', '141318.674000', '141318.677000', '141318.679000', '141318.682000', '141318.685000', '141318.687000', '141318.690000', '141318.692000', '141318.695000', '141318.697000', '141318.700000', '141318.702000', '141318.705000', '141318.708000', '141318.710000', '141318.713000', '141318.715000', '141318.718000', '141318.720000', '141318.723000', '141338.615000', '141338.618000', '141338.620000', '141338.623000', '141338.625000', '141338.628000', '141338.631000', '141338.633000', '141338.636000', '141338.638000', '141338.641000', '141338.644000', '141338.646000', '141338.665000', '141338.667000', '141338.670000', '141338.672000', '141338.675000', '141338.678000', '141338.680000', '141338.683000', '141338.685000', '141338.688000', '141338.691000', '141338.693000', '141338.696000', '141338.699000', '141338.701000', '141338.704000', '141338.706000', '141338.709000', '141338.712000', '141338.714000', '141338.717000', '141338.719000', '141338.722000', '141338.724000', '141338.727000', '141338.730000', '141338.732000', '141338.735000', '141338.737000', '141338.740000', '141338.743000', '141358.614000', '141358.617000', '141358.619000', '141358.622000', '141358.624000', '141358.627000', '141358.629000', '141358.632000', '141358.635000', '141358.637000', '141358.640000', '141358.642000', '141358.645000', '141358.648000', '141358.650000', '141358.653000', '141358.655000', '141358.658000', '141358.660000', '141358.663000', '141358.666000', '141358.668000', '141358.671000', '141358.673000', '141358.676000', '141358.679000', '141358.681000', '141358.684000', '141358.686000', '141358.689000', '141358.692000', '141358.694000', '141358.697000', '141358.699000', '141358.702000', '141358.704000', '141358.707000', '141358.710000', '141358.726000', '141358.728000', '141358.731000', '141358.733000', '141358.736000', '141418.613000', '141418.616000', '141418.619000', '141418.622000', '141418.624000', '141418.627000', '141418.629000', '141418.632000', '141418.634000', '141418.637000', '141418.640000', '141418.642000', '141418.645000', '141418.647000', '141418.650000', '141418.653000', '141418.655000', '141418.658000', '141418.660000', '141418.663000', '141418.675000', '141418.678000', '141418.680000', '141418.683000', '141418.686000', '141418.688000', '141418.691000', '141418.693000', '141418.696000', '141418.698000', '141418.701000', '141418.704000', '141418.706000', '141418.709000', '141418.711000', '141418.714000', '141418.716000', '141418.719000', '141418.722000', '141418.725000', '141418.728000', '141418.730000', '141418.733000', '141418.735000', '141438.614000', '141438.616000', '141438.619000', '141438.622000', '141438.624000', '141438.627000', '141438.629000', '141438.632000', '141438.635000', '141438.637000', '141438.640000', '141438.642000', '141438.645000', '141438.647000', '141438.650000', '141438.653000', '141438.655000', '141438.658000', '141438.660000', '141438.663000', '141438.665000', '141438.668000', '141438.671000', '141438.673000', '141438.676000', '141438.678000', '141438.681000', '141438.684000', '141438.686000', '141438.689000', '141438.691000', '141438.694000', '141438.696000', '141438.699000', '141438.702000', '141438.704000', '141438.707000', '141438.709000', '141438.712000', '141438.715000', '141438.717000', '141438.720000', '141438.722000', '141458.615000', '141458.618000', '141458.621000', '141458.624000', '141458.626000', '141458.629000', '141458.631000', '141458.634000', '141458.637000', '141458.639000', '141458.642000', '141458.644000', '141458.647000', '141458.649000', '141458.652000', '141458.655000', '141458.657000', '141458.660000', '141458.662000', '141458.665000', '141458.668000', '141458.672000', '141458.674000', '141458.677000', '141458.680000', '141458.682000', '141458.685000', '141458.688000', '141458.690000', '141458.693000', '141458.695000', '141458.698000', '141458.700000', '141458.703000', '141458.706000', '141458.708000', '141458.711000', '141458.713000', '141458.716000', '141458.719000', '141458.721000', '141458.724000', '141458.726000', '141458.729000', '141518.614000', '141518.617000', '141518.620000', '141518.622000', '141518.625000', '141518.628000', '141518.630000', '141518.633000', '141518.635000', '141518.638000', '141518.641000', '141518.643000', '141518.646000', '141518.648000', '141518.651000', '141518.654000', '141518.656000', '141518.659000', '141518.661000', '141518.664000', '141518.666000', '141518.669000', '141518.672000', '141518.674000', '141518.677000', '141518.679000', '141518.682000', '141518.684000', '141518.687000', '141518.689000', '141518.692000', '141518.695000', '141518.697000', '141518.700000', '141518.702000', '141518.705000', '141518.708000', '141518.710000', '141518.713000', '141518.715000', '141518.718000', '141518.720000', '141518.723000', '141538.615000', '141538.617000', '141538.620000', '141538.623000', '141538.625000', '141538.628000', '141538.630000', '141538.633000', '141538.636000', '141538.638000', '141538.641000', '141538.643000', '141538.646000', '141538.648000', '141538.651000', '141538.654000', '141538.656000', '141538.659000', '141538.661000', '141538.664000', '141538.666000', '141538.669000', '141538.672000', '141538.674000', '141538.677000', '141538.679000', '141538.682000', '141538.684000', '141538.687000', '141538.690000', '141538.692000', '141538.695000', '141538.697000', '141538.700000', '141538.703000', '141538.705000', '141538.708000', '141538.710000', '141538.713000', '141538.715000', '141538.718000', '141538.721000', '141538.723000', '141538.726000', '141558.615000', '141558.618000', '141558.620000', '141558.623000', '141558.626000', '141558.628000', '141558.631000', '141558.633000', '141558.636000', '141558.638000', '141558.641000', '141558.644000', '141558.646000', '141558.649000', '141558.651000', '141558.654000', '141558.656000', '141558.659000', '141558.661000', '141558.664000', '141558.667000', '141558.669000', '141558.672000', '141558.674000', '141558.677000', '141558.680000', '141558.682000', '141558.685000', '141558.687000', '141558.690000', '141558.693000', '141558.695000', '141558.698000', '141558.700000', '141558.703000', '141558.706000', '141558.708000', '141558.711000', '141558.713000', '141558.716000', '141558.719000', '141558.721000', '141558.724000', '141618.614000', '141618.617000', '141618.619000', '141618.622000', '141618.624000', '141618.627000', '141618.630000', '141618.632000', '141618.635000', '141618.637000', '141618.640000', '141618.643000', '141618.645000', '141618.648000', '141618.651000', '141618.655000', '141618.657000', '141618.660000', '141618.663000', '141618.665000', '141618.668000', '141618.670000', '141618.673000', '141618.676000', '141618.678000', '141618.681000', '141618.683000', '141618.686000', '141618.688000', '141618.691000', '141618.694000', '141618.696000', '141618.699000', '141618.701000', '141618.704000', '141618.707000', '141618.709000', '141618.712000', '141618.714000', '141618.717000', '141618.720000', '141618.723000', '141618.725000', '141638.614000', '141638.617000', '141638.619000', '141638.622000', '141638.625000', '141638.635000', '141638.638000', '141638.640000', '141638.643000', '141638.646000', '141638.648000', '141638.651000', '141638.654000', '141638.656000', '141638.659000', '141638.661000', '141638.664000', '141638.667000', '141638.669000', '141638.672000', '141638.675000', '141638.677000', '141638.680000', '141638.682000', '141638.685000', '141638.687000', '141638.690000', '141638.693000', '141638.695000', '141638.698000', '141638.700000', '141638.703000', '141638.706000', '141638.708000', '141638.711000', '141638.714000', '141638.716000', '141638.719000', '141638.721000', '141638.724000', '141638.727000', '141638.729000', '141638.732000', '141638.734000', '141658.614000', '141658.617000', '141658.640000', '141658.643000', '141658.646000', '141658.648000', '141658.651000', '141658.654000', '141658.656000', '141658.659000', '141658.661000', '141658.664000', '141658.666000', '141658.669000', '141658.672000', '141658.674000', '141658.677000', '141658.679000', '141658.682000', '141658.685000', '141658.687000', '141658.690000', '141658.692000', '141658.695000', '141658.697000', '141658.700000', '141658.703000', '141658.705000', '141658.708000', '141658.710000', '141658.713000', '141658.716000', '141658.718000', '141658.721000', '141658.723000', '141658.726000', '141658.728000', '141658.731000', '141658.734000', '141658.736000', '141658.739000', '141658.741000', '141658.744000', '141718.614000', '141718.617000', '141718.619000', '141718.622000', '141718.625000', '141718.627000', '141718.630000', '141718.632000', '141718.635000', '141718.637000', '141718.640000', '141718.643000', '141718.645000', '141718.648000', '141718.650000', '141718.653000', '141718.655000', '141718.658000', '141718.661000', '141718.663000', '141718.666000', '141718.669000', '141718.671000', '141718.674000', '141718.676000', '141718.679000', '141718.681000', '141718.684000', '141718.687000', '141718.689000', '141718.692000', '141718.695000', '141718.697000', '141718.700000', '141718.702000', '141718.705000', '141718.708000', '141718.710000', '141718.713000', '141718.715000', '141718.718000', '141718.720000', '141718.723000', '141718.726000', '141738.615000', '141738.618000', '141738.620000', '141738.623000', '141738.626000', '141738.629000', '141738.632000', '141738.634000', '141738.637000', '141738.640000', '141738.642000', '141738.645000', '141738.647000', '141738.650000', '141738.653000', '141738.655000', '141738.658000', '141738.660000', '141738.663000', '141738.666000', '141738.668000', '141738.671000', '141738.673000', '141738.676000', '141738.678000', '141738.681000', '141738.683000', '141738.686000', '141738.689000', '141738.692000', '141738.695000', '141738.698000', '141738.701000', '141738.703000', '141738.706000', '141738.708000', '141738.711000', '141738.714000', '141738.716000', '141738.719000', '141738.721000', '141738.724000', '141738.726000', '141758.615000', '141758.618000', '141758.620000', '141758.623000', '141758.626000', '141758.628000', '141758.631000', '141758.633000', '141758.636000', '141758.639000', '141758.641000', '141758.644000', '141758.646000', '141758.649000', '141758.652000', '141758.654000', '141758.657000', '141758.659000', '141758.662000', '141758.665000', '141758.667000', '141758.670000', '141758.673000', '141758.675000', '141758.678000', '141758.680000', '141758.683000', '141758.685000', '141758.688000', '141758.691000', '141758.693000', '141758.696000', '141758.698000', '141758.701000', '141758.704000', '141758.706000', '141758.709000', '141758.711000', '141758.714000', '141758.717000', '141758.719000', '141758.722000', '141758.724000', '141758.737000', '141818.614000', '141818.618000', '141818.620000', '141818.623000', '141818.625000', '141818.628000', '141818.630000', '141818.633000', '141818.635000', '141818.638000', '141818.641000', '141818.643000', '141818.646000', '141818.648000', '141818.651000', '141818.654000', '141818.656000', '141818.659000', '141818.661000', '141818.664000', '141818.666000', '141818.669000', '141818.671000', '141818.674000', '141818.677000', '141818.680000', '141818.683000', '141818.686000', '141818.689000', '141818.691000', '141818.694000', '141818.697000', '141818.699000', '141818.702000', '141818.704000', '141818.707000', '141818.709000', '141818.712000', '141818.715000', '141818.717000', '141818.720000', '141818.722000', '141818.725000', '141838.614000', '141838.617000', '141838.619000', '141838.622000', '141838.624000', '141838.627000', '141838.630000', '141838.632000', '141838.635000', '141838.637000', '141838.640000', '141838.642000', '141838.645000', '141838.648000', '141838.650000', '141838.653000', '141838.655000', '141838.658000', '141838.660000', '141838.663000', '141838.666000', '141838.668000', '141838.671000', '141838.673000', '141838.676000', '141838.678000', '141838.681000', '141838.684000', '141838.686000', '141838.689000', '141838.691000', '141838.694000', '141838.697000', '141838.699000', '141838.702000', '141838.704000', '141838.707000', '141838.709000', '141838.712000', '141838.715000', '141838.717000', '141838.720000', '141838.723000', '141838.725000', '141857.761000', '141857.764000', '141857.766000', '141857.769000', '141857.771000', '141857.774000', '141857.776000', '141857.779000', '141857.782000', '141857.784000', '141857.787000', '141857.789000', '141857.792000', '141857.795000', '141857.797000', '141857.800000', '141857.802000', '141857.805000', '141857.807000', '141857.810000', '141857.813000', '141857.815000', '141857.818000', '141857.820000', '141857.823000', '141857.826000', '141857.828000', '141857.831000', '141857.833000', '141857.836000', '141857.839000', '141857.841000', '141857.844000', '141857.846000', '141857.849000', '141857.851000', '141857.854000', '141857.857000', '141857.859000', '141857.862000', '141857.865000', '141857.867000'], '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': [16822, 12326, 13921, 12094, 14737, 19664, 15447, 16276, 10226, 8706, 13535, 18651, 12247, 18331, 10303, 15421, 9560, 15216, 11023, 15326, 10930, 14354, 8685, 12861, 8885, 12595, 8453, 10644, 14159, 10812, 18871, 12035, 17077, 10266, 15628, 10723, 15433, 10296, 15808, 10447, 12578, 11953, 9775, 13535, 10141, 8981, 14062, 9825, 16315, 11304, 16319, 11553, 15501, 10285, 14198, 9072, 12201, 9836, 11947, 11400, 9760, 15775, 10600, 16543, 9472, 15916, 9413, 15991, 10137, 15923, 9599, 15011, 9733, 15780, 9499, 15897, 10142, 16039, 11770, 15802, 9685, 16092, 10635, 15825, 11657, 15177, 9820, 15616, 10461, 16128, 11377, 15456, 9580, 15892, 9785, 13500, 9152, 12396, 8713, 10831, 8498, 11341, 8088, 11266, 9368, 9841, 13577, 11098, 13911, 9709, 17130, 11185, 16601, 10255, 15959, 9907, 15988, 10397, 14734, 9573, 13489, 9616, 14114, 9359, 12230, 8507, 11895, 11338, 11652, 7974, 10280, 10160, 9904, 17025, 10918, 16944, 10202, 15890, 9691, 16175, 10644, 14931, 9103, 13123, 9148, 12303, 10091, 9924, 17617, 11389, 16650, 10518, 14318, 9624, 15849, 10813, 14670, 9374, 15546, 10376, 17168, 10637, 9267, 10366, 9154, 14967, 9780, 13485, 10002, 13893, 21075, 14481, 17376, 10242, 16166, 11031, 17705, 11805, 16589, 10304, 15511, 10076, 15952, 9920, 14634, 9538, 15043, 9848, 14652, 9545, 14498, 9515, 15263, 10528, 15207, 9498, 14379, 9834, 15360, 10196, 14420, 9409, 13180, 9534, 14085, 8967, 13091, 8815, 11645, 10883, 11562, 12436, 9853, 14952, 9836, 16247, 10315, 15662, 9416, 13809, 8949, 14557, 9597, 15667, 9711, 14445, 9035, 12899, 14222, 10792, 13043, 9191, 16109, 9961, 16335, 9904, 15444, 9589, 14672, 9135, 13389, 8962, 11918, 8673, 12011, 8886, 12264, 8755, 11920, 9270, 14368, 9652, 9715, 10675, 9223, 11418, 10077, 10284, 15914, 13417, 9368, 13498, 18689, 15864, 17242, 9574, 12410, 8977, 11335, 11256, 10677, 12491, 9638, 15294, 10773, 15229, 9040, 15462, 9108, 15349, 10087, 14531, 9157, 14277, 9419, 14798, 9209, 14647, 9319, 15205, 10242, 14446, 9173, 13320, 9265, 12186, 12661, 11029, 15015, 10098, 16197, 9877, 15492, 10923, 14359, 9416, 13542, 9657, 13749, 8445, 9978, 10640, 9617, 13267, 10468, 15642, 10066, 16077, 11349, 15530, 9755, 15203, 10260, 15530, 11018, 14461, 9355, 10739, 8593, 9796, 10410, 12190, 10824, 9896, 15637, 19720, 16331, 17024, 22144, 10118, 14443, 10401, 16999, 12862, 9163, 10363, 10384, 15685, 12414, 16998, 10872, 11961, 20530, 10406, 15561, 11125, 12958, 9991, 11501, 9756, 11226, 9662, 10774, 9253, 10947, 9183, 11231, 9778, 12610, 9926, 14023, 9512, 16086, 11258, 15290, 10407, 13914, 10029, 14256, 11128, 15819, 10278, 15206, 10132, 14949, 9918, 13010, 9308, 13099, 9421, 14253, 8983, 12964, 9126, 13833, 9199, 14598, 9142, 14132, 9624, 15655, 11118, 14243, 9738, 15847, 9851, 15310, 11331, 14549, 9771, 14354, 9302, 12893, 8675, 12262, 9041, 9501, 8501, 8088, 11629, 16393, 12128, 14593, 9571, 13273, 9276, 13800, 8742, 9961, 14961, 10401, 18128, 10613, 14829, 10157, 12684, 11049, 16108, 10277, 9481, 8822, 11842, 9644, 16012, 10064, 12614, 10070, 16532, 12360, 18739, 10163, 14463, 10491, 14351, 10269, 14316, 9641, 11180, 9962, 10873, 14166, 10135, 14525, 9837, 15233, 9860, 15171, 9559, 13248, 9617, 12779, 9370, 12625, 9020, 11770, 9484, 10863, 8867, 11574, 8422, 10416, 12711, 9791, 15177, 10402, 14733, 9034, 13183, 8597, 11661, 8345, 11396, 7898, 10710, 8352, 10902, 9996, 10403, 9793, 10177, 11981, 10064, 15097, 11121, 15374, 9894, 14456, 9163, 13046, 8940, 10272, 14390, 10068, 16607, 11116, 15071, 9311, 14197, 9254, 14544, 9352, 13168, 8725, 12413, 8729, 13037, 8583, 11658, 8117, 10929, 11944, 9335, 15643, 10141, 14857, 8833, 13473, 9018, 14485, 9729, 14579, 8754, 13109, 8843, 12518, 9101, 11104, 8503, 10244, 14643, 10051, 18490, 11125, 15291, 9303, 12995, 9256, 13200, 9087, 11179, 8624, 10891, 9425, 11365, 8785, 10320, 12372, 10218, 15170, 11172, 14643, 9627, 13077, 8767, 11361, 8836, 11251, 7897, 9901, 10988, 8932, 10536, 8819, 14072, 9387, 14879, 10157, 10366, 9276, 9410, 15847, 9600, 13583, 13803, 9708, 18380, 9506, 15396, 10193, 16717, 8832, 10651, 10383, 10948, 19269, 13786, 16778, 9673, 17648, 9875, 15687, 11953, 15286, 10043, 14443, 10188, 15165, 10689, 13637, 10139, 12646, 10137, 12433, 9469, 11176, 8741, 10506, 10761, 10250, 9977, 10104, 15825, 10202, 15291, 9252, 11662, 8773, 10603, 9068, 10328, 9125, 9487, 13492, 10017, 14915, 10283, 15116, 9633, 14827, 10301, 14945, 9118, 13512, 9215, 13365, 8763, 11891, 8480, 10784, 8501, 10172, 14266, 10025, 14426, 9847, 13917, 9475, 14333, 10068, 14648, 9890, 14361, 9324, 12606, 11263, 9948, 9417, 9977, 14866, 9775, 15440, 10778, 14811, 9256, 14303, 10147, 15375, 9549, 13394, 9443, 15114, 11244, 17602, 11943, 8745, 11266, 8933, 8550, 12464, 8561, 14915, 9398, 15489, 10649, 14093, 16900, 11872, 17408, 10803, 20453, 14390, 19971, 14841, 16775, 13708, 15877, 10217, 14564, 9196, 11414, 8662, 10314, 11230, 10211, 9245, 10161, 11711, 10077, 12525, 10507, 8362, 10818, 9441, 14698, 9945, 14530, 10204, 14779, 9734, 14333, 8752, 10891, 10282, 9320, 14149, 8745, 13594, 8906, 12434, 7919, 11964, 7725, 12173, 8047, 11937, 8565, 10490, 10332, 9570, 14108, 10446, 13202, 8928, 13657, 9857, 13406, 10760, 8806, 11427, 8880, 14923, 10594, 10773, 10465, 8919, 11948, 11139, 8724, 11615, 10071, 8778, 15551, 9647, 16997, 21399, 16500, 17848, 12695, 13670, 9024, 12165, 17717, 9718, 15087, 10620, 13588, 8888, 12330, 8782, 12004, 8709, 11166, 8492, 10962, 8747, 10654, 9227, 10717, 8293, 10098, 10711, 10230, 14501, 10623, 14476, 9650, 15358, 10942, 15957, 9871, 14409, 9837, 14847, 10915, 17076, 9618, 14163, 9092, 13765, 8957, 11186, 10219, 8477, 10521, 14800, 10588, 19244, 10311, 15138, 9115, 13120, 8761, 11277, 8576, 9603, 10654, 8960, 14008, 9140, 14910, 9124, 13565, 8822, 13497, 9284, 14774, 9073, 13915, 9388, 10074, 15879, 11922, 17902, 9508, 15228, 10141, 13554, 8950, 11284, 8618, 9336, 16382, 9452, 14569, 9923, 12177, 8384, 10723, 7819, 9293, 10781, 9099, 9753, 8647, 11936, 8980, 13912, 10207, 13370, 9343, 14665, 10078, 14340, 9535, 13795, 8220, 11719, 8513, 12516, 13750, 11965, 11846, 9404, 15299, 9567, 16784, 11273, 13198, 9235, 14850, 9508, 15606, 11095, 14773, 9044, 14244, 9313, 14174, 10394, 9607, 9520, 8792, 11340, 10402, 11459, 9085, 11325, 8890, 10993, 9019, 11631, 8848, 11259, 8874, 10781, 14779, 10740, 14020, 8506, 11356, 8205, 9175, 13636, 9527, 14145, 8261, 12536, 8134, 12533, 8682, 11773, 8551, 14406, 9289, 13553, 9178, 10836, 15211, 9623, 17601, 12349, 17068, 9899, 10216, 19423, 12631, 19770, 12942, 16093, 12034, 14464, 12143, 19760, 14576, 14027, 8635, 10074, 14700, 21357, 12143, 17060, 9769, 10172, 8384, 9614, 11704, 12696, 9342, 10930, 11459, 12534, 14469, 19813, 14035, 19689, 17059, 16297, 15492, 11796, 20212, 9591, 14917, 9723, 13130, 8660, 10925, 8229, 10380, 8762, 10996, 8628, 12111, 8673, 12967, 9098, 10955, 8975, 11457, 8523, 12207, 8557, 12652, 8443, 10051, 8165, 10366, 8333, 11817, 8849, 11082, 10423, 9141, 13622, 9291, 14987, 9799, 14669, 8452, 12323, 7871, 12887, 8290, 12697, 7576, 12037, 7740, 13512, 8288, 14036, 9495, 15645, 11077, 8212, 9603, 9667, 12157, 9379, 9544, 14637, 10408, 16855, 10560, 20027, 13857, 9843, 19735, 15581, 14495, 15834, 11181, 19426, 16620, 19839, 12850, 12964, 16527, 9970, 21144, 10263, 15179, 9485, 13402, 9564, 14345, 9866, 12544, 9293, 8454, 9136, 9175, 13404, 9632, 14915, 10151, 12503, 10339, 9289, 12407, 9189, 16527, 11387, 14915, 9056, 15092, 10010, 15408, 9553, 15307, 9838, 15008, 9432, 12548, 8175, 10798, 8289, 10440, 11416, 9888, 12656, 9167, 15693, 9215, 16196, 9268, 15130, 9274, 14739, 10491, 15168, 8944, 10249, 9544, 9735, 14126, 9714, 14134, 9491, 13543, 10059, 17033, 11766, 18039, 9902, 16573, 10776, 14456, 18452, 10451, 18833, 10076, 14357, 9270, 13791, 9250, 12124, 9187, 10967, 8925, 10692, 8219, 10009, 9105, 9715, 13046, 9917, 13798, 10028, 15085, 9969, 13233, 9516, 11938, 8508, 10258, 8934, 10196, 9498, 9891, 10290, 10920, 7757, 11428, 8685, 11250, 10605, 16338, 14092, 15189, 21223, 11892, 16819, 11145, 12054, 21149, 10104, 16371, 11616, 14624, 8521, 10612, 14536, 9548, 18635, 10735, 14731, 9622, 13011, 8845, 11801, 8228, 10454, 13348, 9391, 14921, 10749, 12864, 8955, 11298, 8404, 9200, 14945, 9984, 13563, 9261, 12054, 8822, 11176, 8893, 10908, 8139, 9657, 10731, 9868, 14987, 10698, 14800, 9841, 14992, 11307, 14285, 9992, 12482, 8650, 11973, 11111, 11297, 8336, 10600, 11108, 18626, 19793, 11604, 9244, 8189, 11476, 9503, 14120, 11720, 15306, 9712, 13307, 10286, 20834, 17067, 19160, 12346, 14888, 10751, 12276, 16909, 10907, 17391, 9078, 13672, 9382, 12732, 8636, 10418, 8641, 9250, 12608, 9028, 13336, 10525, 12761, 8951, 12158, 8404, 10313, 7861, 9703, 7950, 9114, 10761, 8845, 13231, 10552, 12648, 8829, 12778, 10318, 12799, 8856, 14238, 9106, 10988, 7970, 7360, 11193, 8574, 13465, 9365, 12846, 12558, 9465, 19945, 14907, 15084, 11027, 10499, 20567, 8854], 'WindowCenter': [4548.0, 4499.0, 4538.0, 4602.0, 4562.0, 4537.0, 4475.0, 4487.0, 4433.0, 4409.0, 4463.0, 4481.0, 4439.0, 4468.0, 4419.0, 4446.0, 4417.0, 4457.0, 4417.0, 4445.0, 4416.0, 4435.0, 4394.0, 4436.0, 4394.0, 4427.0, 4382.0, 4415.0, 4434.0, 4412.0, 4452.0, 4411.0, 4428.0, 4401.0, 4442.0, 4472.0, 4517.0, 4459.0, 4473.0, 4414.0, 4408.0, 4426.0, 4414.0, 4432.0, 4416.0, 4406.0, 4460.0, 4418.0, 4457.0, 4428.0, 4458.0, 4429.0, 4446.0, 4404.0, 4434.0, 4395.0, 4410.0, 4402.0, 4413.0, 4412.0, 4403.0, 4442.0, 4412.0, 4443.0, 4402.0, 4455.0, 4404.0, 4457.0, 4416.0, 4454.0, 4418.0, 4457.0, 4419.0, 4469.0, 4420.0, 4471.0, 4432.0, 4459.0, 4453.0, 4459.0, 4419.0, 4471.0, 4432.0, 4458.0, 4439.0, 4459.0, 4419.0, 4471.0, 4431.0, 4459.0, 4440.0, 4447.0, 4406.0, 4457.0, 4418.0, 4434.0, 4394.0, 4438.0, 4394.0, 4428.0, 4407.0, 4425.0, 4399.0, 4441.0, 4418.0, 4429.0, 4447.0, 4444.0, 4449.0, 4431.0, 4482.0, 4441.0, 4470.0, 4429.0, 4472.0, 4432.0, 4471.0, 4431.0, 4448.0, 4432.0, 4450.0, 4418.0, 4450.0, 4407.0, 4426.0, 4407.0, 4440.0, 4424.0, 4428.0, 4384.0, 4415.0, 4416.0, 4430.0, 4457.0, 4426.0, 4469.0, 4429.0, 4470.0, 4420.0, 4457.0, 4431.0, 4459.0, 4409.0, 4451.0, 4407.0, 4440.0, 4417.0, 4419.0, 4468.0, 4426.0, 4470.0, 4417.0, 4460.0, 4419.0, 4456.0, 4427.0, 4459.0, 4420.0, 4444.0, 4418.0, 4469.0, 4441.0, 4420.0, 4429.0, 4408.0, 4460.0, 4417.0, 4461.0, 4416.0, 4434.0, 4464.0, 4447.0, 4442.0, 4389.0, 4430.0, 4400.0, 4429.0, 4411.0, 4428.0, 4390.0, 4431.0, 4388.0, 4429.0, 4390.0, 4427.0, 4402.0, 4431.0, 4404.0, 4432.0, 4402.0, 4431.0, 4416.0, 4443.0, 4416.0, 4447.0, 4404.0, 4445.0, 4430.0, 4445.0, 4417.0, 4444.0, 4394.0, 4447.0, 4406.0, 4434.0, 4394.0, 4423.0, 4393.0, 4427.0, 4413.0, 4414.0, 4422.0, 4403.0, 4443.0, 4416.0, 4445.0, 4402.0, 4445.0, 4406.0, 4448.0, 4407.0, 4447.0, 4407.0, 4459.0, 4419.0, 4448.0, 4421.0, 4439.0, 4437.0, 4431.0, 4437.0, 4408.0, 4458.0, 4418.0, 4458.0, 4420.0, 4459.0, 4421.0, 4447.0, 4408.0, 4449.0, 4408.0, 4439.0, 4410.0, 4427.0, 4408.0, 4440.0, 4397.0, 4441.0, 4421.0, 4474.0, 4446.0, 4432.0, 4440.0, 4434.0, 4466.0, 4443.0, 4432.0, 4475.0, 4443.0, 4412.0, 4440.0, 4462.0, 4449.0, 4447.0, 4392.0, 4413.0, 4395.0, 4402.0, 4412.0, 4403.0, 4410.0, 4403.0, 4431.0, 4415.0, 4433.0, 4393.0, 4456.0, 4395.0, 4446.0, 4418.0, 4435.0, 4408.0, 4448.0, 4407.0, 4447.0, 4407.0, 4446.0, 4423.0, 4459.0, 4420.0, 4449.0, 4396.0, 4425.0, 4410.0, 4427.0, 4426.0, 4417.0, 4432.0, 4402.0, 4446.0, 4404.0, 4431.0, 4415.0, 4434.0, 4406.0, 4436.0, 4404.0, 4438.0, 4395.0, 4407.0, 4417.0, 4404.0, 4438.0, 4430.0, 4458.0, 4420.0, 4457.0, 4429.0, 4445.0, 4408.0, 4458.0, 4450.0, 4530.0, 4492.0, 4494.0, 4437.0, 4446.0, 4411.0, 4418.0, 4418.0, 4429.0, 4358.0, 4296.0, 4372.0, 4403.0, 4403.0, 4429.0, 4437.0, 4376.0, 4393.0, 4374.0, 4427.0, 4396.0, 4377.0, 4376.0, 4387.0, 4419.0, 4395.0, 4416.0, 4359.0, 4370.0, 4408.0, 4345.0, 4386.0, 4356.0, 4366.0, 4346.0, 4367.0, 4359.0, 4370.0, 4360.0, 4371.0, 4362.0, 4383.0, 4376.0, 4410.0, 4389.0, 4407.0, 4389.0, 4430.0, 4403.0, 4444.0, 4416.0, 4432.0, 4402.0, 4432.0, 4406.0, 4433.0, 4427.0, 4433.0, 4402.0, 4443.0, 4403.0, 4442.0, 4404.0, 4421.0, 4392.0, 4433.0, 4394.0, 4445.0, 4394.0, 4422.0, 4408.0, 4448.0, 4408.0, 4449.0, 4407.0, 4446.0, 4431.0, 4473.0, 4444.0, 4449.0, 4423.0, 4461.0, 4433.0, 4472.0, 4431.0, 4449.0, 4418.0, 4435.0, 4407.0, 4439.0, 4408.0, 4440.0, 4437.0, 4462.0, 4469.0, 4455.0, 4471.0, 4476.0, 4458.0, 4461.0, 4422.0, 4452.0, 4423.0, 4453.0, 4398.0, 4421.0, 4462.0, 4419.0, 4471.0, 4416.0, 4436.0, 4405.0, 4408.0, 4372.0, 4446.0, 4403.0, 4391.0, 4381.0, 4422.0, 4406.0, 4455.0, 4416.0, 4425.0, 4417.0, 4459.0, 4425.0, 4455.0, 4390.0, 4419.0, 4414.0, 4432.0, 4390.0, 4420.0, 4376.0, 4397.0, 4388.0, 4397.0, 4418.0, 4388.0, 4417.0, 4386.0, 4441.0, 4398.0, 4429.0, 4388.0, 4406.0, 4400.0, 4420.0, 4391.0, 4410.0, 4388.0, 4409.0, 4416.0, 4413.0, 4392.0, 4422.0, 4381.0, 4401.0, 4435.0, 4415.0, 4444.0, 4416.0, 4432.0, 4391.0, 4433.0, 4408.0, 4437.0, 4397.0, 4435.0, 4397.0, 4430.0, 4397.0, 4428.0, 4418.0, 4432.0, 4432.0, 4431.0, 4439.0, 4430.0, 4459.0, 4443.0, 4460.0, 4421.0, 4461.0, 4419.0, 4439.0, 4407.0, 4418.0, 4435.0, 4419.0, 4457.0, 4429.0, 4446.0, 4394.0, 4436.0, 4418.0, 4445.0, 4405.0, 4435.0, 4394.0, 4435.0, 4411.0, 4436.0, 4396.0, 4425.0, 4384.0, 4427.0, 4437.0, 4406.0, 4444.0, 4415.0, 4445.0, 4406.0, 4435.0, 4420.0, 4458.0, 4418.0, 4458.0, 4410.0, 4439.0, 4421.0, 4439.0, 4407.0, 4429.0, 4395.0, 4418.0, 4445.0, 4415.0, 4455.0, 4430.0, 4445.0, 4392.0, 4435.0, 4391.0, 4436.0, 4395.0, 4413.0, 4394.0, 4416.0, 4394.0, 4428.0, 4394.0, 4416.0, 4435.0, 4429.0, 4445.0, 4427.0, 4433.0, 4406.0, 4434.0, 4408.0, 4435.0, 4404.0, 4426.0, 4383.0, 4415.0, 4414.0, 4405.0, 4428.0, 4421.0, 4460.0, 4432.0, 4474.0, 4431.0, 4434.0, 4420.0, 4422.0, 4462.0, 4420.0, 4438.0, 4446.0, 4419.0, 4468.0, 4408.0, 4447.0, 4415.0, 4459.0, 4393.0, 4414.0, 4414.0, 4413.0, 4452.0, 4423.0, 4441.0, 4390.0, 4454.0, 4400.0, 4429.0, 4411.0, 4429.0, 4388.0, 4432.0, 4399.0, 4427.0, 4400.0, 4416.0, 4386.0, 4408.0, 4399.0, 4407.0, 4390.0, 4398.0, 4391.0, 4398.0, 4398.0, 4403.0, 4402.0, 4402.0, 4443.0, 4401.0, 4443.0, 4391.0, 4409.0, 4391.0, 4413.0, 4392.0, 4413.0, 4392.0, 4404.0, 4435.0, 4415.0, 4444.0, 4415.0, 4443.0, 4405.0, 4459.0, 4415.0, 4446.0, 4396.0, 4434.0, 4406.0, 4447.0, 4395.0, 4426.0, 4394.0, 4412.0, 4381.0, 4417.0, 4444.0, 4402.0, 4435.0, 4404.0, 4432.0, 4419.0, 4456.0, 4418.0, 4459.0, 4419.0, 4448.0, 4422.0, 4438.0, 4415.0, 4407.0, 4391.0, 4402.0, 4444.0, 4403.0, 4442.0, 4426.0, 4443.0, 4402.0, 4433.0, 4403.0, 4457.0, 4406.0, 4447.0, 4420.0, 4438.0, 4405.0, 4431.0, 4457.0, 4364.0, 4383.0, 4394.0, 4395.0, 4451.0, 4424.0, 4475.0, 4435.0, 4474.0, 4431.0, 4438.0, 4457.0, 4414.0, 4442.0, 4402.0, 4466.0, 4433.0, 4452.0, 4418.0, 4427.0, 4419.0, 4426.0, 4374.0, 4402.0, 4361.0, 4381.0, 4362.0, 4371.0, 4393.0, 4383.0, 4361.0, 4384.0, 4395.0, 4386.0, 4405.0, 4399.0, 4366.0, 4398.0, 4401.0, 4455.0, 4415.0, 4434.0, 4413.0, 4432.0, 4405.0, 4445.0, 4380.0, 4400.0, 4388.0, 4388.0, 4430.0, 4391.0, 4420.0, 4393.0, 4435.0, 4394.0, 4424.0, 4412.0, 4437.0, 4400.0, 4441.0, 4408.0, 4429.0, 4431.0, 4421.0, 4447.0, 4431.0, 4449.0, 4410.0, 4446.0, 4418.0, 4450.0, 4430.0, 4434.0, 4455.0, 4423.0, 4476.0, 4444.0, 4447.0, 4444.0, 4425.0, 4444.0, 4443.0, 4426.0, 4469.0, 4437.0, 4426.0, 4477.0, 4423.0, 4476.0, 4496.0, 4473.0, 4459.0, 4427.0, 4424.0, 4383.0, 4425.0, 4456.0, 4406.0, 4432.0, 4414.0, 4421.0, 4392.0, 4421.0, 4395.0, 4424.0, 4397.0, 4427.0, 4396.0, 4428.0, 4424.0, 4443.0, 4421.0, 4433.0, 4409.0, 4432.0, 4445.0, 4432.0, 4462.0, 4433.0, 4449.0, 4432.0, 4471.0, 4431.0, 4461.0, 4431.0, 4450.0, 4420.0, 4459.0, 4418.0, 4459.0, 4408.0, 4437.0, 4407.0, 4461.0, 4409.0, 4427.0, 4419.0, 4397.0, 4430.0, 4462.0, 4418.0, 4470.0, 4418.0, 4447.0, 4395.0, 4435.0, 4408.0, 4425.0, 4395.0, 4404.0, 4412.0, 4404.0, 4445.0, 4404.0, 4458.0, 4420.0, 4449.0, 4423.0, 4461.0, 4421.0, 4473.0, 4424.0, 4465.0, 4435.0, 4432.0, 4459.0, 4440.0, 4469.0, 4419.0, 4459.0, 4428.0, 4449.0, 4394.0, 4426.0, 4395.0, 4406.0, 4457.0, 4418.0, 4446.0, 4405.0, 4423.0, 4381.0, 4414.0, 4384.0, 4404.0, 4413.0, 4410.0, 4417.0, 4410.0, 4450.0, 4421.0, 4449.0, 4435.0, 4464.0, 4423.0, 4464.0, 4433.0, 4450.0, 4420.0, 4450.0, 4400.0, 4440.0, 4411.0, 4439.0, 4438.0, 4428.0, 4425.0, 4406.0, 4459.0, 4405.0, 4445.0, 4416.0, 4422.0, 4405.0, 4446.0, 4406.0, 4444.0, 4414.0, 4443.0, 4396.0, 4433.0, 4407.0, 4445.0, 4416.0, 4404.0, 4407.0, 4395.0, 4441.0, 4417.0, 4427.0, 4396.0, 4428.0, 4406.0, 4429.0, 4408.0, 4426.0, 4407.0, 4428.0, 4408.0, 4443.0, 4461.0, 4428.0, 4449.0, 4410.0, 4430.0, 4412.0, 4418.0, 4446.0, 4417.0, 4448.0, 4410.0, 4451.0, 4413.0, 4451.0, 4424.0, 4468.0, 4439.0, 4488.0, 4450.0, 4467.0, 4437.0, 4448.0, 4477.0, 4438.0, 4487.0, 4442.0, 4474.0, 4420.0, 4430.0, 4483.0, 4436.0, 4482.0, 4439.0, 4445.0, 4412.0, 4432.0, 4425.0, 4434.0, 4416.0, 4431.0, 4395.0, 4430.0, 4462.0, 4467.0, 4412.0, 4443.0, 4378.0, 4388.0, 4369.0, 4392.0, 4424.0, 4423.0, 4393.0, 4414.0, 4440.0, 4437.0, 4436.0, 4453.0, 4410.0, 4430.0, 4416.0, 4418.0, 4402.0, 4372.0, 4411.0, 4348.0, 4389.0, 4361.0, 4389.0, 4349.0, 4369.0, 4338.0, 4373.0, 4375.0, 4384.0, 4364.0, 4405.0, 4367.0, 4406.0, 4392.0, 4413.0, 4391.0, 4412.0, 4393.0, 4422.0, 4393.0, 4436.0, 4397.0, 4406.0, 4394.0, 4416.0, 4398.0, 4451.0, 4409.0, 4443.0, 4418.0, 4408.0, 4448.0, 4407.0, 4447.0, 4407.0, 4449.0, 4396.0, 4434.0, 4398.0, 4437.0, 4412.0, 4449.0, 4400.0, 4453.0, 4403.0, 4463.0, 4442.0, 4521.0, 4481.0, 4506.0, 4462.0, 4534.0, 4513.0, 4486.0, 4475.0, 4438.0, 4406.0, 4446.0, 4431.0, 4426.0, 4403.0, 4467.0, 4438.0, 4407.0, 4471.0, 4448.0, 4436.0, 4444.0, 4414.0, 4461.0, 4448.0, 4456.0, 4401.0, 4409.0, 4427.0, 4375.0, 4437.0, 4375.0, 4403.0, 4372.0, 4407.0, 4377.0, 4418.0, 4400.0, 4420.0, 4404.0, 4381.0, 4419.0, 4419.0, 4438.0, 4420.0, 4460.0, 4419.0, 4443.0, 4432.0, 4422.0, 4441.0, 4409.0, 4459.0, 4443.0, 4448.0, 4410.0, 4460.0, 4419.0, 4448.0, 4409.0, 4449.0, 4432.0, 4461.0, 4422.0, 4438.0, 4397.0, 4428.0, 4400.0, 4428.0, 4429.0, 4416.0, 4425.0, 4409.0, 4461.0, 4410.0, 4460.0, 4421.0, 4462.0, 4421.0, 4448.0, 4432.0, 4450.0, 4410.0, 4430.0, 4435.0, 4421.0, 4450.0, 4421.0, 4452.0, 4420.0, 4450.0, 4432.0, 4473.0, 4440.0, 4470.0, 4420.0, 4460.0, 4432.0, 4449.0, 4456.0, 4405.0, 4454.0, 4404.0, 4448.0, 4405.0, 4433.0, 4405.0, 4423.0, 4405.0, 4427.0, 4420.0, 4427.0, 4396.0, 4418.0, 4418.0, 4430.0, 4449.0, 4434.0, 4449.0, 4431.0, 4462.0, 4432.0, 4463.0, 4421.0, 4439.0, 4409.0, 4427.0, 4420.0, 4429.0, 4417.0, 4428.0, 4429.0, 4453.0, 4426.0, 4466.0, 4440.0, 4469.0, 4458.0, 4489.0, 4467.0, 4465.0, 4484.0, 4456.0, 4472.0, 4429.0, 4427.0, 4466.0, 4417.0, 4458.0, 4415.0, 4446.0, 4381.0, 4414.0, 4444.0, 4402.0, 4452.0, 4413.0, 4420.0, 4390.0, 4422.0, 4390.0, 4411.0, 4367.0, 4400.0, 4419.0, 4403.0, 4442.0, 4399.0, 4407.0, 4379.0, 4398.0, 4379.0, 4406.0, 4441.0, 4403.0, 4433.0, 4404.0, 4422.0, 4405.0, 4426.0, 4405.0, 4440.0, 4397.0, 4418.0, 4440.0, 4429.0, 4460.0, 4430.0, 4449.0, 4418.0, 4471.0, 4430.0, 4459.0, 4419.0, 4436.0, 4408.0, 4427.0, 4428.0, 4443.0, 4410.0, 4429.0, 4440.0, 4458.0, 4419.0, 4433.0, 4400.0, 4401.0, 4418.0, 4411.0, 4441.0, 4447.0, 4452.0, 4398.0, 4440.0, 4396.0, 4459.0, 4437.0, 4445.0, 4404.0, 4424.0, 4391.0, 4402.0, 4420.0, 4392.0, 4420.0, 4359.0, 4397.0, 4369.0, 4398.0, 4357.0, 4379.0, 4369.0, 4381.0, 4400.0, 4384.0, 4423.0, 4393.0, 4413.0, 4385.0, 4415.0, 4386.0, 4409.0, 4388.0, 4399.0, 4377.0, 4397.0, 4421.0, 4413.0, 4442.0, 4425.0, 4443.0, 4403.0, 4444.0, 4424.0, 4444.0, 4413.0, 4440.0, 4415.0, 4423.0, 4391.0, 4381.0, 4432.0, 4405.0, 4455.0, 4416.0, 4459.0, 4447.0, 4428.0, 4476.0, 4467.0, 4454.0, 4421.0, 4425.0, 4473.0, 4388.0], 'WindowWidth': [9988.0, 9895.0, 9967.0, 10095.0, 10006.0, 9954.0, 9837.0, 9853.0, 9771.0, 9735.0, 9814.0, 9839.0, 9771.0, 9814.0, 9743.0, 9778.0, 9739.0, 9795.0, 9739.0, 9774.0, 9735.0, 9759.0, 9702.0, 9762.0, 9704.0, 9749.0, 9681.0, 9730.0, 9758.0, 9723.0, 9781.0, 9720.0, 9743.0, 9704.0, 9767.0, 9840.0, 9909.0, 9816.0, 9823.0, 9729.0, 9711.0, 9748.0, 9730.0, 9751.0, 9733.0, 9721.0, 9799.0, 9741.0, 9792.0, 9755.0, 9793.0, 9756.0, 9778.0, 9716.0, 9756.0, 9704.0, 9718.0, 9707.0, 9724.0, 9722.0, 9712.0, 9767.0, 9726.0, 9768.0, 9711.0, 9789.0, 9716.0, 9793.0, 9738.0, 9784.0, 9743.0, 9794.0, 9746.0, 9813.0, 9749.0, 9818.0, 9767.0, 9799.0, 9798.0, 9799.0, 9743.0, 9818.0, 9766.0, 9794.0, 9774.0, 9798.0, 9744.0, 9818.0, 9766.0, 9799.0, 9776.0, 9781.0, 9723.0, 9792.0, 9742.0, 9756.0, 9703.0, 9764.0, 9703.0, 9753.0, 9726.0, 9746.0, 9718.0, 9776.0, 9744.0, 9759.0, 9782.0, 9786.0, 9787.0, 9764.0, 9836.0, 9778.0, 9817.0, 9758.0, 9820.0, 9766.0, 9817.0, 9765.0, 9780.0, 9767.0, 9786.0, 9741.0, 9787.0, 9722.0, 9746.0, 9726.0, 9772.0, 9745.0, 9754.0, 9688.0, 9730.0, 9736.0, 9760.0, 9795.0, 9752.0, 9812.0, 9758.0, 9814.0, 9748.0, 9793.0, 9764.0, 9797.0, 9730.0, 9790.0, 9726.0, 9773.0, 9738.0, 9740.0, 9815.0, 9747.0, 9816.0, 9737.0, 9802.0, 9744.0, 9789.0, 9751.0, 9796.0, 9747.0, 9771.0, 9744.0, 9814.0, 9779.0, 9750.0, 9758.0, 9728.0, 9804.0, 9739.0, 9806.0, 9738.0, 9755.0, 9804.0, 9781.0, 9762.0, 9684.0, 9746.0, 9700.0, 9744.0, 9719.0, 9741.0, 9687.0, 9749.0, 9686.0, 9743.0, 9690.0, 9739.0, 9711.0, 9746.0, 9717.0, 9750.0, 9710.0, 9748.0, 9738.0, 9769.0, 9737.0, 9777.0, 9717.0, 9770.0, 9761.0, 9771.0, 9739.0, 9770.0, 9700.0, 9777.0, 9721.0, 9755.0, 9703.0, 9741.0, 9699.0, 9752.0, 9727.0, 9727.0, 9734.0, 9709.0, 9767.0, 9735.0, 9771.0, 9711.0, 9772.0, 9720.0, 9781.0, 9725.0, 9776.0, 9724.0, 9795.0, 9744.0, 9780.0, 9749.0, 9770.0, 9763.0, 9760.0, 9762.0, 9726.0, 9797.0, 9739.0, 9795.0, 9746.0, 9796.0, 9748.0, 9775.0, 9725.0, 9781.0, 9724.0, 9769.0, 9732.0, 9747.0, 9725.0, 9772.0, 9709.0, 9778.0, 9748.0, 9825.0, 9792.0, 9768.0, 9777.0, 9773.0, 9821.0, 9786.0, 9767.0, 9830.0, 9777.0, 9735.0, 9770.0, 9817.0, 9784.0, 9780.0, 9692.0, 9723.0, 9704.0, 9706.0, 9719.0, 9707.0, 9715.0, 9711.0, 9746.0, 9727.0, 9750.0, 9696.0, 9789.0, 9703.0, 9771.0, 9739.0, 9755.0, 9726.0, 9779.0, 9724.0, 9776.0, 9723.0, 9772.0, 9754.0, 9795.0, 9744.0, 9782.0, 9703.0, 9741.0, 9732.0, 9748.0, 9743.0, 9734.0, 9748.0, 9704.0, 9776.0, 9713.0, 9746.0, 9729.0, 9753.0, 9718.0, 9758.0, 9715.0, 9764.0, 9702.0, 9722.0, 9735.0, 9714.0, 9765.0, 9757.0, 9794.0, 9743.0, 9789.0, 9753.0, 9773.0, 9725.0, 9793.0, 9802.0, 9929.0, 9882.0, 9866.0, 9777.0, 9785.0, 9730.0, 9733.0, 9733.0, 9749.0, 9618.0, 9497.0, 9631.0, 9708.0, 9697.0, 9743.0, 9746.0, 9660.0, 9680.0, 9653.0, 9738.0, 9694.0, 9665.0, 9662.0, 9681.0, 9727.0, 9688.0, 9724.0, 9629.0, 9643.0, 9697.0, 9603.0, 9663.0, 9621.0, 9634.0, 9608.0, 9635.0, 9633.0, 9647.0, 9635.0, 9650.0, 9640.0, 9671.0, 9666.0, 9715.0, 9687.0, 9710.0, 9688.0, 9743.0, 9713.0, 9769.0, 9735.0, 9752.0, 9708.0, 9749.0, 9718.0, 9753.0, 9751.0, 9754.0, 9706.0, 9768.0, 9711.0, 9765.0, 9712.0, 9730.0, 9694.0, 9753.0, 9701.0, 9769.0, 9700.0, 9735.0, 9725.0, 9779.0, 9727.0, 9782.0, 9724.0, 9775.0, 9764.0, 9823.0, 9784.0, 9784.0, 9752.0, 9800.0, 9766.0, 9820.0, 9762.0, 9784.0, 9738.0, 9757.0, 9722.0, 9770.0, 9728.0, 9770.0, 9780.0, 9824.0, 9845.0, 9818.0, 9834.0, 9835.0, 9807.0, 9801.0, 9750.0, 9789.0, 9750.0, 9792.0, 9711.0, 9743.0, 9807.0, 9738.0, 9824.0, 9733.0, 9759.0, 9713.0, 9708.0, 9649.0, 9776.0, 9710.0, 9691.0, 9677.0, 9737.0, 9721.0, 9791.0, 9735.0, 9745.0, 9738.0, 9804.0, 9747.0, 9790.0, 9690.0, 9727.0, 9728.0, 9752.0, 9692.0, 9731.0, 9666.0, 9695.0, 9684.0, 9694.0, 9725.0, 9685.0, 9723.0, 9679.0, 9766.0, 9702.0, 9744.0, 9686.0, 9708.0, 9706.0, 9735.0, 9694.0, 9717.0, 9686.0, 9715.0, 9735.0, 9726.0, 9698.0, 9738.0, 9680.0, 9707.0, 9763.0, 9733.0, 9774.0, 9736.0, 9753.0, 9695.0, 9753.0, 9729.0, 9766.0, 9712.0, 9763.0, 9712.0, 9760.0, 9711.0, 9752.0, 9739.0, 9762.0, 9764.0, 9760.0, 9770.0, 9760.0, 9800.0, 9782.0, 9800.0, 9745.0, 9806.0, 9745.0, 9771.0, 9724.0, 9737.0, 9759.0, 9741.0, 9795.0, 9753.0, 9776.0, 9701.0, 9760.0, 9743.0, 9771.0, 9721.0, 9757.0, 9704.0, 9760.0, 9736.0, 9761.0, 9710.0, 9747.0, 9689.0, 9752.0, 9769.0, 9723.0, 9770.0, 9732.0, 9774.0, 9720.0, 9759.0, 9748.0, 9796.0, 9741.0, 9796.0, 9734.0, 9769.0, 9749.0, 9771.0, 9723.0, 9755.0, 9705.0, 9737.0, 9774.0, 9731.0, 9790.0, 9759.0, 9773.0, 9697.0, 9758.0, 9695.0, 9762.0, 9701.0, 9724.0, 9704.0, 9732.0, 9700.0, 9752.0, 9703.0, 9734.0, 9763.0, 9755.0, 9776.0, 9752.0, 9754.0, 9719.0, 9756.0, 9730.0, 9764.0, 9719.0, 9748.0, 9687.0, 9732.0, 9728.0, 9718.0, 9755.0, 9750.0, 9805.0, 9768.0, 9829.0, 9764.0, 9771.0, 9746.0, 9752.0, 9809.0, 9746.0, 9768.0, 9777.0, 9743.0, 9814.0, 9725.0, 9780.0, 9733.0, 9799.0, 9700.0, 9727.0, 9731.0, 9726.0, 9784.0, 9740.0, 9763.0, 9689.0, 9786.0, 9704.0, 9746.0, 9722.0, 9744.0, 9686.0, 9751.0, 9705.0, 9737.0, 9705.0, 9721.0, 9680.0, 9713.0, 9702.0, 9712.0, 9689.0, 9698.0, 9695.0, 9701.0, 9699.0, 9713.0, 9709.0, 9709.0, 9772.0, 9706.0, 9770.0, 9696.0, 9718.0, 9694.0, 9727.0, 9697.0, 9728.0, 9698.0, 9715.0, 9765.0, 9732.0, 9771.0, 9734.0, 9768.0, 9720.0, 9798.0, 9735.0, 9776.0, 9709.0, 9755.0, 9725.0, 9779.0, 9706.0, 9750.0, 9703.0, 9723.0, 9680.0, 9736.0, 9776.0, 9713.0, 9760.0, 9717.0, 9755.0, 9744.0, 9792.0, 9742.0, 9799.0, 9744.0, 9782.0, 9754.0, 9770.0, 9730.0, 9721.0, 9694.0, 9710.0, 9772.0, 9714.0, 9768.0, 9749.0, 9768.0, 9713.0, 9752.0, 9714.0, 9793.0, 9722.0, 9779.0, 9745.0, 9764.0, 9713.0, 9748.0, 9811.0, 9644.0, 9669.0, 9701.0, 9705.0, 9789.0, 9758.0, 9831.0, 9776.0, 9834.0, 9763.0, 9770.0, 9792.0, 9727.0, 9764.0, 9709.0, 9812.0, 9755.0, 9793.0, 9725.0, 9742.0, 9727.0, 9737.0, 9660.0, 9695.0, 9635.0, 9665.0, 9643.0, 9651.0, 9684.0, 9670.0, 9639.0, 9673.0, 9691.0, 9681.0, 9706.0, 9702.0, 9654.0, 9697.0, 9710.0, 9789.0, 9735.0, 9758.0, 9728.0, 9755.0, 9721.0, 9775.0, 9678.0, 9703.0, 9683.0, 9685.0, 9748.0, 9695.0, 9732.0, 9702.0, 9759.0, 9705.0, 9746.0, 9742.0, 9767.0, 9720.0, 9779.0, 9728.0, 9757.0, 9765.0, 9747.0, 9780.0, 9763.0, 9784.0, 9733.0, 9776.0, 9738.0, 9788.0, 9762.0, 9777.0, 9803.0, 9754.0, 9834.0, 9787.0, 9789.0, 9785.0, 9757.0, 9784.0, 9780.0, 9761.0, 9829.0, 9777.0, 9761.0, 9837.0, 9754.0, 9837.0, 9873.0, 9823.0, 9806.0, 9750.0, 9740.0, 9681.0, 9741.0, 9789.0, 9719.0, 9753.0, 9728.0, 9736.0, 9696.0, 9733.0, 9706.0, 9742.0, 9709.0, 9749.0, 9709.0, 9752.0, 9760.0, 9783.0, 9749.0, 9769.0, 9731.0, 9767.0, 9788.0, 9763.0, 9807.0, 9767.0, 9785.0, 9765.0, 9822.0, 9762.0, 9807.0, 9763.0, 9789.0, 9745.0, 9798.0, 9740.0, 9801.0, 9726.0, 9765.0, 9722.0, 9805.0, 9731.0, 9753.0, 9743.0, 9713.0, 9759.0, 9812.0, 9739.0, 9820.0, 9739.0, 9780.0, 9705.0, 9761.0, 9729.0, 9744.0, 9704.0, 9716.0, 9722.0, 9717.0, 9777.0, 9715.0, 9794.0, 9746.0, 9786.0, 9755.0, 9806.0, 9752.0, 9824.0, 9758.0, 9814.0, 9776.0, 9767.0, 9801.0, 9772.0, 9817.0, 9742.0, 9801.0, 9757.0, 9784.0, 9704.0, 9749.0, 9704.0, 9720.0, 9795.0, 9743.0, 9776.0, 9718.0, 9739.0, 9682.0, 9727.0, 9690.0, 9716.0, 9726.0, 9732.0, 9737.0, 9733.0, 9790.0, 9752.0, 9788.0, 9774.0, 9813.0, 9755.0, 9814.0, 9768.0, 9788.0, 9747.0, 9786.0, 9717.0, 9773.0, 9739.0, 9769.0, 9765.0, 9753.0, 9743.0, 9718.0, 9798.0, 9717.0, 9774.0, 9733.0, 9738.0, 9715.0, 9776.0, 9721.0, 9772.0, 9729.0, 9769.0, 9706.0, 9756.0, 9723.0, 9776.0, 9736.0, 9716.0, 9723.0, 9707.0, 9775.0, 9737.0, 9748.0, 9707.0, 9755.0, 9722.0, 9757.0, 9725.0, 9750.0, 9723.0, 9751.0, 9726.0, 9782.0, 9809.0, 9753.0, 9786.0, 9734.0, 9759.0, 9740.0, 9742.0, 9776.0, 9738.0, 9784.0, 9734.0, 9790.0, 9744.0, 9791.0, 9761.0, 9824.0, 9788.0, 9855.0, 9802.0, 9821.0, 9780.0, 9796.0, 9834.0, 9780.0, 9852.0, 9779.0, 9829.0, 9743.0, 9760.0, 9842.0, 9762.0, 9842.0, 9770.0, 9776.0, 9721.0, 9750.0, 9751.0, 9742.0, 9720.0, 9748.0, 9708.0, 9764.0, 9812.0, 9816.0, 9721.0, 9769.0, 9669.0, 9683.0, 9659.0, 9696.0, 9744.0, 9738.0, 9699.0, 9729.0, 9776.0, 9763.0, 9769.0, 9785.0, 9716.0, 9755.0, 9720.0, 9730.0, 9691.0, 9651.0, 9709.0, 9611.0, 9672.0, 9639.0, 9672.0, 9618.0, 9642.0, 9600.0, 9655.0, 9665.0, 9673.0, 9647.0, 9703.0, 9654.0, 9709.0, 9697.0, 9729.0, 9697.0, 9724.0, 9699.0, 9735.0, 9700.0, 9762.0, 9714.0, 9720.0, 9703.0, 9732.0, 9713.0, 9790.0, 9731.0, 9782.0, 9739.0, 9726.0, 9780.0, 9725.0, 9779.0, 9723.0, 9782.0, 9709.0, 9758.0, 9715.0, 9764.0, 9740.0, 9785.0, 9721.0, 9796.0, 9730.0, 9807.0, 9796.0, 9918.0, 9863.0, 9890.0, 9821.0, 9976.0, 9922.0, 9868.0, 9835.0, 9776.0, 9715.0, 9772.0, 9761.0, 9732.0, 9706.0, 9809.0, 9764.0, 9718.0, 9826.0, 9783.0, 9757.0, 9771.0, 9728.0, 9814.0, 9783.0, 9799.0, 9701.0, 9710.0, 9733.0, 9658.0, 9753.0, 9658.0, 9696.0, 9652.0, 9705.0, 9665.0, 9725.0, 9704.0, 9733.0, 9718.0, 9680.0, 9744.0, 9741.0, 9764.0, 9745.0, 9800.0, 9745.0, 9779.0, 9763.0, 9747.0, 9770.0, 9725.0, 9797.0, 9776.0, 9777.0, 9729.0, 9800.0, 9742.0, 9779.0, 9726.0, 9781.0, 9764.0, 9799.0, 9748.0, 9763.0, 9707.0, 9749.0, 9716.0, 9751.0, 9752.0, 9731.0, 9742.0, 9727.0, 9802.0, 9730.0, 9800.0, 9749.0, 9804.0, 9746.0, 9777.0, 9763.0, 9783.0, 9727.0, 9756.0, 9772.0, 9746.0, 9785.0, 9747.0, 9790.0, 9742.0, 9783.0, 9763.0, 9826.0, 9777.0, 9820.0, 9743.0, 9804.0, 9765.0, 9783.0, 9789.0, 9715.0, 9782.0, 9713.0, 9782.0, 9720.0, 9753.0, 9717.0, 9740.0, 9718.0, 9751.0, 9748.0, 9752.0, 9709.0, 9741.0, 9742.0, 9762.0, 9786.0, 9770.0, 9786.0, 9766.0, 9807.0, 9767.0, 9809.0, 9749.0, 9769.0, 9733.0, 9753.0, 9746.0, 9759.0, 9739.0, 9756.0, 9758.0, 9801.0, 9768.0, 9823.0, 9790.0, 9826.0, 9811.0, 9864.0, 9820.0, 9815.0, 9847.0, 9803.0, 9825.0, 9754.0, 9750.0, 9808.0, 9737.0, 9797.0, 9730.0, 9775.0, 9681.0, 9728.0, 9773.0, 9709.0, 9784.0, 9724.0, 9731.0, 9691.0, 9737.0, 9691.0, 9720.0, 9655.0, 9702.0, 9728.0, 9716.0, 9767.0, 9702.0, 9710.0, 9675.0, 9698.0, 9675.0, 9721.0, 9766.0, 9714.0, 9756.0, 9717.0, 9738.0, 9723.0, 9748.0, 9720.0, 9774.0, 9711.0, 9743.0, 9776.0, 9757.0, 9800.0, 9759.0, 9783.0, 9742.0, 9821.0, 9758.0, 9801.0, 9743.0, 9763.0, 9730.0, 9750.0, 9754.0, 9783.0, 9733.0, 9756.0, 9773.0, 9802.0, 9725.0, 9762.0, 9710.0, 9715.0, 9733.0, 9727.0, 9770.0, 9788.0, 9785.0, 9705.0, 9763.0, 9699.0, 9802.0, 9759.0, 9770.0, 9704.0, 9737.0, 9682.0, 9702.0, 9722.0, 9685.0, 9725.0, 9637.0, 9687.0, 9654.0, 9691.0, 9632.0, 9666.0, 9651.0, 9672.0, 9699.0, 9680.0, 9734.0, 9691.0, 9718.0, 9684.0, 9724.0, 9688.0, 9722.0, 9692.0, 9708.0, 9676.0, 9703.0, 9742.0, 9732.0, 9773.0, 9752.0, 9773.0, 9718.0, 9775.0, 9750.0, 9776.0, 9733.0, 9767.0, 9738.0, 9745.0, 9700.0, 9688.0, 9757.0, 9725.0, 9794.0, 9741.0, 9808.0, 9784.0, 9761.0, 9830.0, 9809.0, 9791.0, 9740.0, 9749.0, 9821.0, 9691.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.005360364741641338</td></tr>
<tr><td colspan=3>aqi</td><td>0.04309912112462006</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.328835789680596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3688438090342203</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0640455074372623</td></tr>
<tr><td colspan=3>efc</td><td>0.5297</td></tr>
<tr><td colspan=3>fber</td><td>4272.0664</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13453361533702204</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.689969604863222</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539830296980812</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.388037488519295</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7455052981784163</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.485948104244725</td></tr>
<tr><td colspan=3>gcor</td><td>0.0277194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01928294636309147</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048240430653095245</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.303078354684534</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>20.4258</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.2144</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283132.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1071.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.4802</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5593</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.4629</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3531.8145</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.3663</td></tr>
<tr><td colspan=3>tsnr</td><td>30.037818520562723</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>