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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-04/func/sub-0102_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>39906f886a9b17012ce5ab425480ec09</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>08:38:57.700000</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0993353</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>089f5f7a-333b-4fd8-bfdf-d04ed56d65e2||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [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': ['083857.700000', '083858.160000', '083858.620000', '083859.080000', '083859.540000', '083900.000000', '083900.460000', '083900.920000', '083901.380000', '083901.840000', '083902.300000', '083902.760000', '083903.220000', '083903.680000', '083904.140000', '083904.600000', '083905.060000', '083905.520000', '083905.980000', '083906.440000', '083906.900000', '083907.360000', '083907.820000', '083908.280000', '083908.740000', '083909.200000', '083909.660000', '083910.120000', '083910.580000', '083911.040000', '083911.500000', '083911.960000', '083912.420000', '083912.880000', '083913.340000', '083913.800000', '083914.260000', '083914.720000', '083915.180000', '083915.640000', '083916.100000', '083916.560000', '083917.020000', '083917.480000', '083917.940000', '083918.400000', '083918.860000', '083919.320000', '083919.780000', '083920.240000', '083920.700000', '083921.160000', '083921.620000', '083922.080000', '083922.540000', '083923.000000', '083923.460000', '083923.920000', '083924.380000', '083924.840000', '083925.300000', '083925.760000', '083926.220000', '083926.680000', '083927.140000', '083927.600000', '083928.060000', '083928.520000', '083928.980000', '083929.440000', '083929.900000', '083930.360000', '083930.820000', '083931.280000', '083931.740000', '083932.200000', '083932.660000', '083933.120000', '083933.580000', '083934.040000', '083934.500000', '083934.960000', '083935.420000', '083935.880000', '083936.340000', '083936.800000', '083937.260000', '083937.720000', '083938.180000', '083938.640000', '083939.100000', '083939.560000', '083940.020000', '083940.480000', '083940.940000', '083941.400000', '083941.860000', '083942.320000', '083942.780000', '083943.240000', '083943.700000', '083944.160000', '083944.620000', '083945.080000', '083945.540000', '083946.000000', '083946.460000', '083946.920000', '083947.380000', '083947.840000', '083948.300000', '083948.760000', '083949.220000', '083949.680000', '083950.140000', '083950.600000', '083951.060000', '083951.520000', '083951.980000', '083952.440000', '083952.900000', '083953.360000', '083953.820000', '083954.280000', '083954.740000', '083955.200000', '083955.660000', '083956.120000', '083956.580000', '083957.040000', '083957.500000', '083957.960000', '083958.420000', '083958.880000', '083959.340000', '083959.800000', '084000.260000', '084000.720000', '084001.180000', '084001.640000', '084002.100000', '084002.560000', '084003.020000', '084003.480000', '084003.940000', '084004.400000', '084004.860000', '084005.320000', '084005.780000', '084006.240000', '084006.700000', '084007.160000', '084007.620000', '084008.080000', '084008.540000', '084009.000000', '084009.460000', '084009.920000', '084010.380000', '084010.840000', '084011.300000', '084011.760000', '084012.220000', '084012.680000', '084013.140000', '084013.600000', '084014.060000', '084014.520000', '084014.980000', '084015.440000', '084015.900000', '084016.360000', '084016.820000', '084017.280000', '084017.740000', '084018.200000', '084018.660000', '084019.120000', '084019.580000', '084020.040000', '084020.500000', '084020.960000', '084021.420000', '084021.880000', '084022.340000', '084022.800000', '084023.260000', '084023.720000', '084024.180000', '084024.640000', '084025.100000', '084025.560000', '084026.020000', '084026.480000', '084026.940000', '084027.400000', '084027.860000', '084028.320000', '084028.780000', '084029.240000', '084029.700000', '084030.160000', '084030.620000', '084031.080000', '084031.540000', '084032.000000', '084032.460000', '084032.920000', '084033.380000', '084033.840000', '084034.300000', '084034.760000', '084035.220000', '084035.680000', '084036.140000', '084036.600000', '084037.060000', '084037.520000', '084037.980000', '084038.440000', '084038.900000', '084039.360000', '084039.820000', '084040.280000', '084040.740000', '084041.200000', '084041.660000', '084042.120000', '084042.580000', '084043.040000', '084043.500000', '084043.960000', '084044.420000', '084044.880000', '084045.340000', '084045.800000', '084046.260000', '084046.720000', '084047.180000', '084047.640000', '084048.100000', '084048.560000', '084049.020000', '084049.480000', '084049.940000', '084050.400000', '084050.860000', '084051.320000', '084051.780000', '084052.240000', '084052.700000', '084053.160000', '084053.620000', '084054.080000', '084054.540000', '084055.000000', '084055.460000', '084055.920000', '084056.380000', '084056.840000', '084057.300000', '084057.760000', '084058.220000', '084058.680000', '084059.140000', '084059.600000', '084100.060000', '084100.520000', '084100.980000', '084101.440000', '084101.900000', '084102.360000', '084102.820000', '084103.280000', '084103.740000', '084104.200000', '084104.660000', '084105.120000', '084105.580000', '084106.040000', '084106.500000', '084106.960000', '084107.420000', '084107.880000', '084108.340000', '084108.800000', '084109.260000', '084109.720000', '084110.180000', '084110.640000', '084111.100000', '084111.560000', '084112.020000', '084112.480000', '084112.940000', '084113.400000', '084113.860000', '084114.320000', '084114.780000', '084115.240000', '084115.700000', '084116.160000', '084116.620000', '084117.080000', '084117.540000', '084118.000000', '084118.460000', '084118.920000', '084119.380000', '084119.840000', '084120.300000', '084120.760000', '084121.220000', '084121.680000', '084122.140000', '084122.600000', '084123.060000', '084123.520000', '084123.980000', '084124.440000', '084124.900000', '084125.360000', '084125.820000', '084126.280000', '084126.740000', '084127.200000', '084127.660000', '084128.120000', '084128.580000', '084129.040000', '084129.500000', '084129.960000', '084130.420000', '084130.880000', '084131.340000', '084131.800000', '084132.260000', '084132.720000', '084133.180000', '084133.640000', '084134.100000', '084134.560000', '084135.020000', '084135.480000', '084135.940000', '084136.400000', '084136.860000', '084137.320000', '084137.780000', '084138.240000', '084138.700000', '084139.160000', '084139.620000', '084140.080000', '084140.540000', '084141.000000', '084141.460000', '084141.920000', '084142.380000', '084142.840000', '084143.300000', '084143.760000', '084144.220000', '084144.680000', '084145.140000', '084145.600000', '084146.060000', '084146.520000', '084146.980000', '084147.440000', '084147.900000', '084148.360000', '084148.820000', '084149.280000', '084149.740000', '084150.200000', '084150.660000', '084151.120000', '084151.580000', '084152.040000', '084152.500000', '084152.960000', '084153.420000', '084153.880000', '084154.340000', '084154.800000', '084155.260000', '084155.720000', '084156.180000', '084156.640000', '084157.100000', '084157.560000', '084158.020000', '084158.480000', '084158.940000', '084159.400000', '084159.860000', '084200.320000', '084200.780000', '084201.240000', '084201.700000', '084202.160000', '084202.620000', '084203.080000', '084203.540000', '084204.000000', '084204.460000', '084204.920000', '084205.380000', '084205.840000', '084206.300000', '084206.760000', '084207.220000', '084207.680000', '084208.140000', '084208.600000', '084209.060000', '084209.520000', '084209.980000', '084210.440000', '084210.900000', '084211.360000', '084211.820000', '084212.280000', '084212.740000', '084213.200000', '084213.660000', '084214.120000', '084214.580000', '084215.040000', '084215.500000', '084215.960000', '084216.420000', '084216.880000', '084217.340000', '084217.800000', '084218.260000', '084218.720000', '084219.180000', '084219.640000', '084220.100000', '084220.560000', '084221.020000', '084221.480000', '084221.940000', '084222.400000', '084222.860000', '084223.320000', '084223.780000', '084224.240000', '084224.700000', '084225.160000', '084225.620000', '084226.080000', '084226.540000', '084227.000000', '084227.460000', '084227.920000', '084228.380000', '084228.840000', '084229.300000', '084229.760000', '084230.220000', '084230.680000', '084231.140000', '084231.600000', '084232.060000', '084232.520000', '084232.980000', '084233.440000', '084233.900000', '084234.360000', '084234.820000', '084235.280000', '084235.740000', '084236.200000', '084236.660000', '084237.120000', '084237.580000', '084238.040000', '084238.500000', '084238.960000', '084239.420000', '084239.880000', '084240.340000', '084240.800000', '084241.260000', '084241.720000', '084242.180000', '084242.640000', '084243.100000', '084243.560000', '084244.020000', '084244.480000', '084244.940000', '084245.400000', '084245.860000', '084246.320000', '084246.780000', '084247.240000', '084247.700000', '084248.160000', '084248.620000', '084249.080000', '084249.540000', '084250.000000', '084250.460000', '084250.920000', '084251.380000', '084251.840000', '084252.300000', '084252.760000', '084253.220000', '084253.680000', '084254.140000', '084254.600000', '084255.060000', '084255.520000', '084255.980000', '084256.440000', '084256.900000', '084257.360000', '084257.820000', '084258.280000', '084258.740000', '084259.200000', '084259.660000', '084300.120000', '084300.580000', '084301.040000', '084301.500000', '084301.960000', '084302.420000', '084302.880000', '084303.340000', '084303.800000', '084304.260000', '084304.720000', '084305.180000', '084305.640000', '084306.100000', '084306.560000', '084307.020000', '084307.480000', '084307.940000', '084308.400000', '084308.860000', '084309.320000', '084309.780000', '084310.240000', '084310.700000', '084311.160000', '084311.620000', '084312.080000', '084312.540000', '084313.000000', '084313.460000', '084313.920000', '084314.380000', '084314.840000', '084315.300000', '084315.760000', '084316.220000', '084316.680000', '084317.140000', '084317.600000', '084318.060000', '084318.520000', '084318.980000', '084319.440000', '084319.900000', '084320.360000', '084320.820000', '084321.280000', '084321.740000', '084322.200000', '084322.660000', '084323.120000', '084323.580000', '084324.040000', '084324.500000', '084324.960000', '084325.420000', '084325.880000', '084326.340000', '084326.800000', '084327.260000', '084327.720000', '084328.180000', '084328.640000', '084329.100000', '084329.560000', '084330.020000', '084330.480000', '084330.940000', '084331.400000', '084331.860000', '084332.320000', '084332.780000', '084333.240000', '084333.700000', '084334.160000', '084334.620000', '084335.080000', '084335.540000', '084336.000000', '084336.460000', '084336.920000', '084337.380000', '084337.840000', '084338.300000', '084338.760000', '084339.220000', '084339.680000', '084340.140000', '084340.600000', '084341.060000', '084341.520000', '084341.980000', '084342.440000', '084342.900000', '084343.360000', '084343.820000', '084344.280000', '084344.740000', '084345.200000', '084345.660000', '084346.120000', '084346.580000', '084347.040000', '084347.500000', '084347.960000', '084348.420000', '084348.880000', '084349.340000', '084349.800000', '084350.260000', '084350.720000', '084351.180000', '084351.640000', '084352.100000', '084352.560000', '084353.020000', '084353.480000', '084353.940000', '084354.400000', '084354.860000', '084355.320000', '084355.780000', '084356.240000', '084356.700000', '084357.160000', '084357.620000', '084358.080000', '084358.540000', '084359.000000', '084359.460000', '084359.920000', '084400.380000', '084400.840000', '084401.300000', '084401.760000', '084402.220000', '084402.680000', '084403.140000', '084403.600000', '084404.060000', '084404.520000', '084404.980000', '084405.440000', '084405.900000', '084406.360000', '084406.820000', '084407.280000', '084407.740000', '084408.200000', '084408.660000', '084409.120000', '084409.580000', '084410.040000', '084410.500000', '084410.960000', '084411.420000', '084411.880000', '084412.340000', '084412.800000', '084413.260000', '084413.720000', '084414.180000', '084414.640000', '084415.100000', '084415.560000', '084416.020000', '084416.480000', '084416.940000', '084417.400000', '084417.860000', '084418.320000', '084418.780000', '084419.240000', '084419.700000', '084420.160000', '084420.620000', '084421.080000', '084421.540000', '084422.000000', '084422.460000', '084422.920000', '084423.380000', '084423.840000', '084424.300000', '084424.760000', '084425.220000', '084425.680000', '084426.140000', '084426.600000', '084427.060000', '084427.520000', '084427.980000', '084428.440000', '084428.900000', '084429.360000', '084429.820000', '084430.280000', '084430.740000', '084431.200000', '084431.660000', '084432.120000', '084432.580000', '084433.040000', '084433.500000', '084433.960000', '084434.420000', '084434.880000', '084435.340000', '084435.800000', '084436.260000', '084436.720000', '084437.180000', '084437.640000', '084438.100000', '084438.560000', '084439.020000', '084439.480000', '084439.940000', '084440.400000', '084440.860000', '084441.320000', '084441.780000', '084442.240000', '084442.700000', '084443.160000', '084443.620000', '084444.080000', '084444.540000', '084445.000000', '084445.460000', '084445.920000', '084446.380000', '084446.840000', '084447.300000', '084447.760000', '084448.220000', '084448.680000', '084449.140000', '084449.600000', '084450.060000', '084450.520000', '084450.980000', '084451.440000', '084451.900000', '084452.360000', '084452.820000', '084453.280000', '084453.740000', '084454.200000', '084454.660000', '084455.120000', '084455.580000', '084456.040000', '084456.500000', '084456.960000', '084457.420000', '084457.880000', '084458.340000', '084458.800000', '084459.260000', '084459.720000', '084500.180000', '084500.640000', '084501.100000', '084501.560000', '084502.020000', '084502.480000', '084502.940000', '084503.400000', '084503.860000', '084504.320000', '084504.780000', '084505.240000', '084505.700000', '084506.160000', '084506.620000', '084507.080000', '084507.540000', '084508.000000', '084508.460000', '084508.920000', '084509.380000', '084509.840000', '084510.300000', '084510.760000', '084511.220000', '084511.680000', '084512.140000', '084512.600000', '084513.060000', '084513.520000', '084513.980000', '084514.440000', '084514.900000', '084515.360000', '084515.820000', '084516.280000', '084516.740000', '084517.200000', '084517.660000', '084518.120000', '084518.580000', '084519.040000', '084519.500000', '084519.960000', '084520.420000', '084520.880000', '084521.340000', '084521.800000', '084522.260000', '084522.720000', '084523.180000', '084523.640000', '084524.100000', '084524.560000', '084525.020000', '084525.480000', '084525.940000', '084526.400000', '084526.860000', '084527.320000', '084527.780000', '084528.240000', '084528.700000', '084529.160000', '084529.620000', '084530.080000', '084530.540000', '084531.000000', '084531.460000', '084531.920000', '084532.380000', '084532.840000', '084533.300000', '084533.760000', '084534.220000', '084534.680000', '084535.140000', '084535.600000', '084536.060000', '084536.520000', '084536.980000', '084537.440000', '084537.900000', '084538.360000', '084538.820000', '084539.280000', '084539.740000', '084540.200000', '084540.660000', '084541.120000', '084541.580000', '084542.040000', '084542.500000', '084542.960000', '084543.420000', '084543.880000', '084544.340000', '084544.800000', '084545.260000', '084545.720000', '084546.180000', '084546.640000', '084547.100000', '084547.560000', '084548.020000', '084548.480000', '084548.940000', '084549.400000', '084549.860000', '084550.320000', '084550.780000', '084551.240000', '084551.700000', '084552.160000', '084552.620000', '084553.080000', '084553.540000', '084554.000000', '084554.460000', '084554.920000', '084555.380000', '084555.840000', '084556.300000', '084556.760000', '084557.220000', '084557.680000', '084558.140000', '084558.600000', '084559.060000', '084559.520000', '084559.980000', '084600.440000', '084600.900000', '084601.360000', '084601.820000', '084602.280000', '084602.740000', '084603.200000', '084603.660000', '084604.120000', '084604.580000', '084605.040000', '084605.500000', '084605.960000', '084606.420000', '084606.880000', '084607.340000', '084607.800000', '084608.260000', '084608.720000', '084609.180000', '084609.640000', '084610.100000', '084610.560000', '084611.020000', '084611.480000', '084611.940000', '084612.400000', '084612.860000', '084613.320000', '084613.780000', '084614.240000', '084614.700000', '084615.160000', '084615.620000', '084616.080000', '084616.540000', '084617.000000', '084617.460000', '084617.920000', '084618.380000', '084618.840000', '084619.300000', '084619.760000', '084620.220000', '084620.680000', '084621.140000', '084621.600000', '084622.060000', '084622.520000', '084622.980000', '084623.440000', '084623.900000', '084624.360000', '084624.820000', '084625.280000', '084625.740000', '084626.200000', '084626.660000', '084627.120000', '084627.580000', '084628.040000', '084628.500000', '084628.960000', '084629.420000', '084629.880000', '084630.340000', '084630.800000', '084631.260000', '084631.720000', '084632.180000', '084632.640000', '084633.100000', '084633.560000', '084634.020000', '084634.480000', '084634.940000', '084635.400000', '084635.860000', '084636.320000', '084636.780000', '084637.240000', '084637.700000', '084638.160000', '084638.620000', '084639.080000', '084639.540000', '084640.000000', '084640.460000', '084640.920000', '084641.380000', '084641.840000', '084642.300000', '084642.760000', '084643.220000', '084643.680000', '084644.140000', '084644.600000', '084645.060000', '084645.520000', '084645.980000', '084646.440000', '084646.900000', '084647.360000', '084647.820000', '084648.280000', '084648.740000', '084649.200000', '084649.660000', '084650.120000', '084650.580000', '084651.040000', '084651.500000', '084651.960000', '084652.420000', '084652.880000', '084653.340000', '084653.800000', '084654.260000', '084654.720000', '084655.180000', '084655.640000', '084656.100000', '084656.560000', '084657.020000', '084657.480000', '084657.940000', '084658.400000', '084658.860000', '084659.320000', '084659.780000', '084700.240000', '084700.700000', '084701.160000', '084701.620000', '084702.080000', '084702.540000', '084703.000000', '084703.460000', '084703.920000', '084704.380000', '084704.840000', '084705.300000', '084705.760000', '084706.220000', '084706.680000', '084707.140000', '084707.600000', '084708.060000', '084708.520000', '084708.980000', '084709.440000', '084709.900000', '084710.360000', '084710.820000', '084711.280000', '084711.740000', '084712.200000', '084712.660000', '084713.120000', '084713.580000', '084714.040000', '084714.500000', '084714.960000', '084715.420000', '084715.880000', '084716.340000', '084716.800000', '084717.260000', '084717.720000', '084718.180000', '084718.640000', '084719.100000', '084719.560000', '084720.020000', '084720.480000', '084720.940000', '084721.400000', '084721.860000', '084722.320000', '084722.780000', '084723.240000', '084723.700000', '084724.160000', '084724.620000', '084725.080000', '084725.540000', '084726.000000', '084726.460000', '084726.920000', '084727.380000', '084727.840000', '084728.300000', '084728.760000', '084729.220000', '084729.680000', '084730.140000', '084730.600000', '084731.060000', '084731.520000', '084731.980000', '084732.440000', '084732.900000', '084733.360000', '084733.820000', '084734.280000', '084734.740000', '084735.200000', '084735.660000', '084736.120000', '084736.580000', '084737.040000', '084737.500000', '084737.960000', '084738.420000', '084738.880000', '084739.340000', '084739.800000', '084740.260000', '084740.720000', '084741.180000', '084741.640000', '084742.100000', '084742.560000', '084743.020000', '084743.480000', '084743.940000', '084744.400000', '084744.860000', '084745.320000', '084745.780000', '084746.240000', '084746.700000', '084747.160000', '084747.620000', '084748.080000', '084748.540000', '084749.000000', '084749.460000', '084749.920000', '084750.380000', '084750.840000', '084751.300000', '084751.760000', '084752.220000', '084752.680000', '084753.140000', '084753.600000', '084754.060000', '084754.520000', '084754.980000', '084755.440000', '084755.900000', '084756.360000', '084756.820000', '084757.280000', '084757.740000', '084758.200000', '084758.660000', '084759.120000', '084759.580000', '084800.040000', '084800.500000', '084800.960000', '084801.420000', '084801.880000', '084802.340000', '084802.800000', '084803.260000', '084803.720000', '084804.180000', '084804.640000', '084805.100000', '084805.560000', '084806.020000', '084806.480000', '084806.940000', '084807.400000', '084807.860000', '084808.320000', '084808.780000', '084809.240000', '084809.700000', '084810.160000', '084810.620000', '084811.080000', '084811.540000', '084812.000000', '084812.460000', '084812.920000', '084813.380000', '084813.840000', '084814.300000', '084814.760000', '084815.220000', '084815.680000', '084816.140000', '084816.600000', '084817.060000', '084817.520000', '084817.980000', '084818.440000', '084818.900000', '084819.360000', '084819.820000', '084820.280000', '084820.740000', '084821.200000', '084821.660000', '084822.120000', '084822.580000', '084823.040000', '084823.500000', '084823.960000', '084824.420000', '084824.880000', '084825.340000', '084825.800000', '084826.260000', '084826.720000', '084827.180000', '084827.640000', '084828.100000', '084828.560000', '084829.020000', '084829.480000', '084829.940000', '084830.400000', '084830.860000', '084831.320000', '084831.780000', '084832.240000', '084832.700000', '084833.160000', '084833.620000', '084834.080000', '084834.540000', '084835.000000', '084835.460000', '084835.920000', '084836.380000', '084836.840000', '084837.300000', '084837.760000', '084838.220000', '084838.680000', '084839.140000', '084839.600000', '084840.060000', '084840.520000', '084840.980000', '084841.440000', '084841.900000', '084842.360000', '084842.820000', '084843.280000', '084843.740000', '084844.200000', '084844.660000', '084845.120000', '084845.580000', '084846.040000', '084846.500000', '084846.960000', '084847.420000', '084847.880000', '084848.340000', '084848.800000', '084849.260000', '084849.720000', '084850.180000', '084850.640000', '084851.100000', '084851.560000', '084852.020000', '084852.480000', '084852.940000', '084853.400000', '084853.860000', '084854.320000', '084854.780000', '084855.240000', '084855.700000', '084856.160000', '084856.620000', '084857.080000', '084857.540000', '084858.000000', '084858.460000', '084858.920000', '084859.380000', '084859.840000', '084900.300000', '084900.760000', '084901.220000', '084901.680000', '084902.140000', '084902.600000', '084903.060000', '084903.520000', '084903.980000', '084904.440000', '084904.900000', '084905.360000'], 'ContentTime': ['083924.044000', '083924.055000', '083924.059000', '083924.062000', '083924.064000', '083924.067000', '083924.070000', '083924.072000', '083924.075000', '083924.077000', '083924.080000', '083924.082000', '083924.085000', '083924.088000', '083924.090000', '083924.093000', '083924.095000', '083924.098000', '083924.101000', '083924.103000', '083924.106000', '083924.109000', '083924.111000', '083924.114000', '083924.116000', '083924.119000', '083924.121000', '083924.124000', '083924.127000', '083924.129000', '083924.132000', '083924.135000', '083924.137000', '083924.142000', '083924.145000', '083924.148000', '083924.150000', '083924.153000', '083924.155000', '083924.158000', '083924.161000', '083924.163000', '083924.166000', '083924.169000', '083924.171000', '083924.174000', '083924.176000', '083924.179000', '083924.181000', '083924.184000', '083924.187000', '083924.189000', '083924.192000', '083924.195000', '083924.197000', '083944.000000', '083944.003000', '083944.008000', '083944.010000', '083944.013000', '083944.016000', '083944.018000', '083944.021000', '083944.023000', '083944.026000', '083944.028000', '083944.031000', '083944.034000', '083944.036000', '083944.039000', '083944.046000', '083944.049000', '083944.051000', '083944.054000', '083944.056000', '083944.059000', '083944.062000', '083944.064000', '083944.067000', '083944.069000', '083944.072000', '083944.075000', '083944.077000', '083944.080000', '083944.082000', '083944.085000', '083944.088000', '083944.090000', '083944.093000', '083944.095000', '083944.098000', '083944.101000', '083944.103000', '083944.106000', '083944.108000', '083944.111000', '083944.114000', '083944.116000', '083944.119000', '084004.000000', '084004.003000', '084004.006000', '084004.008000', '084004.011000', '084004.013000', '084004.016000', '084004.019000', '084004.021000', '084004.024000', '084004.027000', '084004.029000', '084004.032000', '084004.034000', '084004.037000', '084004.039000', '084004.042000', '084004.044000', '084004.047000', '084004.050000', '084004.052000', '084004.055000', '084004.057000', '084004.060000', '084004.063000', '084004.065000', '084004.068000', '084004.071000', '084004.073000', '084004.076000', '084004.078000', '084004.081000', '084004.083000', '084004.086000', '084004.089000', '084004.091000', '084004.094000', '084004.097000', '084004.099000', '084004.102000', '084004.104000', '084004.107000', '084004.110000', '084024.001000', '084024.004000', '084024.007000', '084024.009000', '084024.012000', '084024.014000', '084024.017000', '084024.019000', '084024.022000', '084024.025000', '084024.027000', '084024.030000', '084024.032000', '084024.035000', '084024.038000', '084024.040000', '084024.054000', '084024.057000', '084024.059000', '084024.062000', '084024.064000', '084024.067000', '084024.070000', '084024.073000', '084024.075000', '084024.078000', '084024.080000', '084024.083000', '084024.086000', '084024.088000', '084024.091000', '084024.100000', '084024.103000', '084024.105000', '084024.108000', '084024.110000', '084024.113000', '084024.116000', '084024.119000', '084024.121000', '084024.124000', '084024.127000', '084024.129000', '084024.132000', '084044.001000', '084044.004000', '084044.007000', '084044.009000', '084044.012000', '084044.015000', '084044.017000', '084044.020000', '084044.023000', '084044.025000', '084044.028000', '084044.037000', '084044.039000', '084044.042000', '084044.045000', '084044.048000', '084044.051000', '084044.053000', '084044.056000', '084044.059000', '084044.061000', '084044.072000', '084044.074000', '084044.077000', '084044.079000', '084044.082000', '084044.085000', '084044.087000', '084044.090000', '084044.092000', '084044.095000', '084044.099000', '084044.110000', '084044.112000', '084044.115000', '084044.118000', '084044.121000', '084044.124000', '084044.127000', '084044.129000', '084044.132000', '084044.135000', '084044.137000', '084104.001000', '084104.004000', '084104.007000', '084104.009000', '084104.012000', '084104.015000', '084104.017000', '084104.020000', '084104.022000', '084104.025000', '084104.028000', '084104.040000', '084104.042000', '084104.045000', '084104.048000', '084104.051000', '084104.053000', '084104.056000', '084104.058000', '084104.061000', '084104.064000', '084104.067000', '084104.069000', '084104.072000', '084104.075000', '084104.077000', '084104.080000', '084104.083000', '084104.086000', '084104.088000', '084104.091000', '084104.094000', '084104.096000', '084104.099000', '084104.101000', '084104.104000', '084104.107000', '084104.109000', '084104.112000', '084104.115000', '084104.117000', '084104.120000', '084104.122000', '084104.125000', '084124.001000', '084124.019000', '084124.022000', '084124.024000', '084124.027000', '084124.030000', '084124.032000', '084124.035000', '084124.038000', '084124.041000', '084124.044000', '084124.046000', '084124.049000', '084124.052000', '084124.054000', '084124.057000', '084124.059000', '084124.062000', '084124.065000', '084124.067000', '084124.070000', '084124.072000', '084124.075000', '084124.078000', '084124.080000', '084124.083000', '084124.086000', '084124.088000', '084124.091000', '084124.093000', '084124.096000', '084124.099000', '084124.101000', '084124.104000', '084124.107000', '084124.109000', '084124.112000', '084124.115000', '084124.117000', '084124.120000', '084124.127000', '084124.130000', '084124.132000', '084144.001000', '084144.004000', '084144.007000', '084144.010000', '084144.012000', '084144.015000', '084144.018000', '084144.020000', '084144.023000', '084144.026000', '084144.028000', '084144.031000', '084144.034000', '084144.036000', '084144.046000', '084144.049000', '084144.051000', '084144.054000', '084144.057000', '084144.059000', '084144.062000', '084144.064000', '084144.067000', '084144.070000', '084144.072000', '084144.075000', '084144.078000', '084144.080000', '084144.083000', '084144.085000', '084144.088000', '084144.091000', '084144.093000', '084144.096000', '084144.099000', '084144.101000', '084144.104000', '084144.106000', '084144.109000', '084144.112000', '084144.114000', '084144.117000', '084144.120000', '084144.122000', '084204.000000', '084204.003000', '084204.006000', '084204.008000', '084204.011000', '084204.014000', '084204.016000', '084204.019000', '084204.021000', '084204.024000', '084204.027000', '084204.029000', '084204.032000', '084204.035000', '084204.037000', '084204.040000', '084204.042000', '084204.045000', '084204.048000', '084204.050000', '084204.053000', '084204.055000', '084204.058000', '084204.061000', '084204.063000', '084204.066000', '084204.068000', '084204.077000', '084204.080000', '084204.083000', '084204.085000', '084204.088000', '084204.090000', '084204.093000', '084204.096000', '084204.098000', '084204.101000', '084204.104000', '084204.107000', '084204.109000', '084204.112000', '084204.114000', '084204.117000', '084224.000000', '084224.003000', '084224.006000', '084224.008000', '084224.011000', '084224.014000', '084224.016000', '084224.026000', '084224.029000', '084224.031000', '084224.034000', '084224.037000', '084224.039000', '084224.042000', '084224.045000', '084224.047000', '084224.050000', '084224.053000', '084224.055000', '084224.058000', '084224.067000', '084224.069000', '084224.072000', '084224.075000', '084224.077000', '084224.080000', '084224.083000', '084224.085000', '084224.088000', '084224.090000', '084224.093000', '084224.100000', '084224.103000', '084224.106000', '084224.108000', '084224.111000', '084224.114000', '084224.116000', '084224.119000', '084224.122000', '084224.124000', '084224.127000', '084224.130000', '084224.132000', '084244.001000', '084244.004000', '084244.007000', '084244.009000', '084244.012000', '084244.014000', '084244.017000', '084244.020000', '084244.022000', '084244.025000', '084244.028000', '084244.030000', '084244.033000', '084244.036000', '084244.038000', '084244.041000', '084244.043000', '084244.046000', '084244.048000', '084244.051000', '084244.054000', '084244.057000', '084244.059000', '084244.062000', '084244.064000', '084244.067000', '084244.070000', '084244.072000', '084244.075000', '084244.077000', '084244.080000', '084244.083000', '084244.085000', '084244.088000', '084244.091000', '084244.093000', '084244.096000', '084244.098000', '084244.101000', '084244.104000', '084244.106000', '084244.109000', '084244.112000', '084304.001000', '084304.004000', '084304.007000', '084304.009000', '084304.012000', '084304.015000', '084304.017000', '084304.020000', '084304.023000', '084304.025000', '084304.028000', '084304.030000', '084304.033000', '084304.035000', '084304.038000', '084304.041000', '084304.044000', '084304.046000', '084304.049000', '084304.051000', '084304.054000', '084304.057000', '084304.059000', '084304.062000', '084304.065000', '084304.067000', '084304.070000', '084304.072000', '084304.075000', '084304.078000', '084304.081000', '084304.083000', '084304.086000', '084304.089000', '084304.091000', '084304.094000', '084304.097000', '084304.099000', '084304.102000', '084304.104000', '084304.107000', '084304.110000', '084304.112000', '084304.115000', '084324.001000', '084324.004000', '084324.007000', '084324.010000', '084324.012000', '084324.015000', '084324.018000', '084324.020000', '084324.023000', '084324.025000', '084324.028000', '084324.030000', '084324.033000', '084324.035000', '084324.038000', '084324.049000', '084324.052000', '084324.054000', '084324.057000', '084324.060000', '084324.062000', '084324.065000', '084324.068000', '084324.070000', '084324.073000', '084324.076000', '084324.078000', '084324.081000', '084324.083000', '084324.086000', '084324.089000', '084324.091000', '084324.094000', '084324.097000', '084324.099000', '084324.102000', '084324.104000', '084324.107000', '084324.110000', '084324.112000', '084324.115000', '084324.118000', '084324.120000', '084344.001000', '084344.004000', '084344.007000', '084344.010000', '084344.012000', '084344.015000', '084344.018000', '084344.020000', '084344.023000', '084344.025000', '084344.028000', '084344.031000', '084344.033000', '084344.036000', '084344.039000', '084344.041000', '084344.044000', '084344.047000', '084344.049000', '084344.052000', '084344.055000', '084344.057000', '084344.060000', '084344.062000', '084344.065000', '084344.068000', '084344.070000', '084344.073000', '084344.076000', '084344.078000', '084344.081000', '084344.083000', '084344.100000', '084344.102000', '084344.105000', '084344.108000', '084344.110000', '084344.113000', '084344.115000', '084344.118000', '084344.121000', '084344.123000', '084344.126000', '084344.128000', '084404.000000', '084404.003000', '084404.006000', '084404.008000', '084404.011000', '084404.014000', '084404.016000', '084404.019000', '084404.021000', '084404.024000', '084404.026000', '084404.029000', '084404.032000', '084404.034000', '084404.037000', '084404.039000', '084404.042000', '084404.045000', '084404.047000', '084404.050000', '084404.053000', '084404.055000', '084404.058000', '084404.060000', '084404.063000', '084404.065000', '084404.068000', '084404.071000', '084404.073000', '084404.076000', '084404.078000', '084404.081000', '084404.084000', '084404.086000', '084404.089000', '084404.091000', '084404.094000', '084404.097000', '084404.099000', '084404.102000', '084404.104000', '084404.107000', '084404.110000', '084424.001000', '084424.004000', '084424.006000', '084424.009000', '084424.012000', '084424.014000', '084424.017000', '084424.020000', '084424.022000', '084424.025000', '084424.027000', '084424.030000', '084424.033000', '084424.036000', '084424.038000', '084424.041000', '084424.044000', '084424.046000', '084424.049000', '084424.051000', '084424.054000', '084424.057000', '084424.059000', '084424.062000', '084424.065000', '084424.067000', '084424.070000', '084424.072000', '084424.075000', '084424.077000', '084424.080000', '084424.088000', '084424.091000', '084424.093000', '084424.096000', '084424.099000', '084424.103000', '084424.106000', '084424.109000', '084424.111000', '084424.114000', '084424.117000', '084424.119000', '084424.122000', '084444.001000', '084444.004000', '084444.006000', '084444.009000', '084444.011000', '084444.014000', '084444.017000', '084444.019000', '084444.022000', '084444.025000', '084444.027000', '084444.030000', '084444.033000', '084444.035000', '084444.038000', '084444.041000', '084444.043000', '084444.046000', '084444.049000', '084444.051000', '084444.054000', '084444.057000', '084444.059000', '084444.062000', '084444.065000', '084444.067000', '084444.070000', '084444.073000', '084444.075000', '084444.078000', '084444.081000', '084444.083000', '084444.086000', '084444.088000', '084444.091000', '084444.094000', '084444.096000', '084444.099000', '084444.102000', '084444.104000', '084444.107000', '084444.110000', '084444.112000', '084504.001000', '084504.004000', '084504.007000', '084504.009000', '084504.012000', '084504.015000', '084504.017000', '084504.020000', '084504.022000', '084504.025000', '084504.028000', '084504.030000', '084504.033000', '084504.035000', '084504.038000', '084504.041000', '084504.043000', '084504.046000', '084504.049000', '084504.051000', '084504.054000', '084504.056000', '084504.059000', '084504.062000', '084504.064000', '084504.067000', '084504.070000', '084504.072000', '084504.075000', '084504.078000', '084504.080000', '084504.083000', '084504.085000', '084504.088000', '084504.091000', '084504.093000', '084504.096000', '084504.098000', '084504.101000', '084504.104000', '084504.106000', '084504.109000', '084504.112000', '084504.136000', '084524.002000', '084524.004000', '084524.007000', '084524.010000', '084524.012000', '084524.015000', '084524.017000', '084524.020000', '084524.022000', '084524.025000', '084524.028000', '084524.030000', '084524.033000', '084524.035000', '084524.038000', '084524.041000', '084524.043000', '084524.046000', '084524.048000', '084524.051000', '084524.053000', '084524.056000', '084524.059000', '084524.061000', '084524.064000', '084524.067000', '084524.069000', '084524.072000', '084524.074000', '084524.077000', '084524.080000', '084524.082000', '084524.085000', '084524.088000', '084524.090000', '084524.093000', '084524.096000', '084524.098000', '084524.101000', '084524.103000', '084524.106000', '084524.109000', '084524.111000', '084544.002000', '084544.004000', '084544.007000', '084544.010000', '084544.012000', '084544.015000', '084544.018000', '084544.021000', '084544.024000', '084544.026000', '084544.029000', '084544.031000', '084544.034000', '084544.036000', '084544.039000', '084544.042000', '084544.044000', '084544.047000', '084544.049000', '084544.052000', '084544.055000', '084544.057000', '084544.060000', '084544.062000', '084544.065000', '084544.068000', '084544.071000', '084544.073000', '084544.076000', '084544.078000', '084544.081000', '084544.084000', '084544.086000', '084544.089000', '084544.092000', '084544.094000', '084544.097000', '084544.108000', '084544.110000', '084544.113000', '084544.116000', '084544.118000', '084544.121000', '084544.123000', '084604.001000', '084604.004000', '084604.007000', '084604.009000', '084604.012000', '084604.014000', '084604.017000', '084604.020000', '084604.022000', '084604.025000', '084604.027000', '084604.030000', '084604.032000', '084604.035000', '084604.038000', '084604.040000', '084604.043000', '084604.045000', '084604.048000', '084604.051000', '084604.053000', '084604.056000', '084604.058000', '084604.061000', '084604.064000', '084604.066000', '084604.069000', '084604.071000', '084604.074000', '084604.077000', '084604.080000', '084604.082000', '084604.085000', '084604.087000', '084604.090000', '084604.093000', '084604.095000', '084604.098000', '084604.101000', '084604.103000', '084604.106000', '084604.108000', '084604.111000', '084624.001000', '084624.004000', '084624.006000', '084624.009000', '084624.012000', '084624.014000', '084624.017000', '084624.028000', '084624.031000', '084624.033000', '084624.036000', '084624.038000', '084624.041000', '084624.044000', '084624.047000', '084624.049000', '084624.052000', '084624.055000', '084624.057000', '084624.060000', '084624.063000', '084624.065000', '084624.068000', '084624.070000', '084624.073000', '084624.076000', '084624.078000', '084624.081000', '084624.084000', '084624.086000', '084624.089000', '084624.091000', '084624.094000', '084624.097000', '084624.099000', '084624.102000', '084624.104000', '084624.107000', '084624.110000', '084624.112000', '084624.115000', '084624.117000', '084624.126000', '084644.000000', '084644.003000', '084644.006000', '084644.008000', '084644.011000', '084644.014000', '084644.016000', '084644.019000', '084644.021000', '084644.024000', '084644.027000', '084644.029000', '084644.032000', '084644.034000', '084644.037000', '084644.040000', '084644.042000', '084644.045000', '084644.048000', '084644.050000', '084644.053000', '084644.055000', '084644.058000', '084644.061000', '084644.063000', '084644.066000', '084644.068000', '084644.071000', '084644.074000', '084644.076000', '084644.079000', '084644.082000', '084644.084000', '084644.087000', '084644.089000', '084644.092000', '084644.095000', '084644.097000', '084644.100000', '084644.103000', '084644.105000', '084644.108000', '084644.110000', '084644.113000', '084704.000000', '084704.003000', '084704.006000', '084704.008000', '084704.011000', '084704.014000', '084704.016000', '084704.019000', '084704.021000', '084704.024000', '084704.027000', '084704.030000', '084704.032000', '084704.035000', '084704.039000', '084704.042000', '084704.045000', '084704.047000', '084704.050000', '084704.053000', '084704.056000', '084704.059000', '084704.061000', '084704.064000', '084704.067000', '084704.069000', '084704.072000', '084704.075000', '084704.077000', '084704.080000', '084704.082000', '084704.085000', '084704.087000', '084704.090000', '084704.093000', '084704.095000', '084704.098000', '084704.100000', '084704.103000', '084704.106000', '084704.109000', '084704.111000', '084704.114000', '084724.002000', '084724.005000', '084724.007000', '084724.010000', '084724.013000', '084724.015000', '084724.018000', '084724.020000', '084724.023000', '084724.026000', '084724.028000', '084724.031000', '084724.034000', '084724.036000', '084724.039000', '084724.041000', '084724.044000', '084724.046000', '084724.049000', '084724.052000', '084724.054000', '084724.057000', '084724.059000', '084724.062000', '084724.064000', '084724.067000', '084724.070000', '084724.072000', '084724.075000', '084724.078000', '084724.081000', '084724.091000', '084724.093000', '084724.096000', '084724.099000', '084724.101000', '084724.104000', '084724.107000', '084724.109000', '084724.112000', '084724.114000', '084724.117000', '084724.120000', '084724.122000', '084744.002000', '084744.004000', '084744.007000', '084744.010000', '084744.012000', '084744.015000', '084744.018000', '084744.020000', '084744.023000', '084744.026000', '084744.028000', '084744.031000', '084744.033000', '084744.036000', '084744.038000', '084744.041000', '084744.044000', '084744.046000', '084744.049000', '084744.051000', '084744.054000', '084744.057000', '084744.059000', '084744.062000', '084744.064000', '084744.067000', '084744.070000', '084744.072000', '084744.075000', '084744.078000', '084744.080000', '084744.083000', '084744.085000', '084744.088000', '084744.091000', '084744.093000', '084744.096000', '084744.098000', '084744.101000', '084744.104000', '084744.106000', '084744.109000', '084744.112000', '084804.002000', '084804.004000', '084804.007000', '084804.010000', '084804.012000', '084804.015000', '084804.017000', '084804.020000', '084804.023000', '084804.025000', '084804.028000', '084804.030000', '084804.033000', '084804.035000', '084804.038000', '084804.040000', '084804.043000', '084804.046000', '084804.048000', '084804.051000', '084804.054000', '084804.056000', '084804.059000', '084804.061000', '084804.064000', '084804.067000', '084804.069000', '084804.072000', '084804.075000', '084804.077000', '084804.080000', '084804.082000', '084804.091000', '084804.094000', '084804.096000', '084804.099000', '084804.102000', '084804.104000', '084804.107000', '084804.109000', '084804.112000', '084804.115000', '084804.117000', '084804.120000', '084824.002000', '084824.004000', '084824.007000', '084824.010000', '084824.012000', '084824.015000', '084824.017000', '084824.020000', '084824.023000', '084824.025000', '084824.028000', '084824.031000', '084824.033000', '084824.036000', '084824.038000', '084824.041000', '084824.043000', '084824.046000', '084824.049000', '084824.051000', '084824.054000', '084824.057000', '084824.059000', '084824.062000', '084824.065000', '084824.068000', '084824.071000', '084824.074000', '084824.076000', '084824.079000', '084824.082000', '084824.084000', '084824.087000', '084824.089000', '084824.094000', '084824.096000', '084824.099000', '084824.102000', '084824.105000', '084824.108000', '084824.111000', '084824.113000', '084824.116000', '084844.000000', '084844.003000', '084844.006000', '084844.008000', '084844.011000', '084844.014000', '084844.017000', '084844.019000', '084844.022000', '084844.025000', '084844.027000', '084844.030000', '084844.032000', '084844.035000', '084844.038000', '084844.041000', '084844.043000', '084844.046000', '084844.048000', '084844.051000', '084844.054000', '084844.057000', '084844.059000', '084844.062000', '084844.064000', '084844.067000', '084844.070000', '084844.073000', '084844.075000', '084844.078000', '084844.081000', '084844.083000', '084844.086000', '084844.088000', '084844.091000', '084844.094000', '084844.096000', '084844.099000', '084844.102000', '084844.104000', '084844.107000', '084844.110000', '084844.112000', '084844.115000', '084904.000000', '084904.003000', '084904.006000', '084904.008000', '084904.011000', '084904.014000', '084904.016000', '084904.019000', '084904.022000', '084904.024000', '084904.027000', '084904.029000', '084904.032000', '084904.042000', '084904.045000', '084904.048000', '084904.050000', '084904.053000', '084904.056000', '084904.058000', '084904.061000', '084904.064000', '084904.066000', '084904.069000', '084904.072000', '084904.075000', '084904.077000', '084904.080000', '084904.082000', '084904.085000', '084904.088000', '084904.091000', '084904.102000', '084904.105000', '084904.107000', '084904.110000', '084904.113000', '084904.115000', '084904.118000', '084904.121000', '084904.123000', '084904.126000', '084904.128000', '084906.351000', '084906.354000', '084906.357000', '084906.359000', '084906.362000', '084906.365000'], 'InstanceCreationTime': ['083924.044000', '083924.055000', '083924.059000', '083924.062000', '083924.064000', '083924.067000', '083924.070000', '083924.072000', '083924.075000', '083924.077000', '083924.080000', '083924.082000', '083924.085000', '083924.088000', '083924.090000', '083924.093000', '083924.095000', '083924.098000', '083924.101000', '083924.103000', '083924.106000', '083924.109000', '083924.111000', '083924.114000', '083924.116000', '083924.119000', '083924.121000', '083924.124000', '083924.127000', '083924.129000', '083924.132000', '083924.135000', '083924.137000', '083924.142000', '083924.145000', '083924.148000', '083924.150000', '083924.153000', '083924.155000', '083924.158000', '083924.161000', '083924.163000', '083924.166000', '083924.169000', '083924.171000', '083924.174000', '083924.176000', '083924.179000', '083924.181000', '083924.184000', '083924.187000', '083924.189000', '083924.192000', '083924.195000', '083924.197000', '083944.000000', '083944.003000', '083944.008000', '083944.010000', '083944.013000', '083944.016000', '083944.018000', '083944.021000', '083944.023000', '083944.026000', '083944.028000', '083944.031000', '083944.034000', '083944.036000', '083944.039000', '083944.046000', '083944.049000', '083944.051000', '083944.054000', '083944.056000', '083944.059000', '083944.062000', '083944.064000', '083944.067000', '083944.069000', '083944.072000', '083944.075000', '083944.077000', '083944.080000', '083944.082000', '083944.085000', '083944.088000', '083944.090000', '083944.093000', '083944.095000', '083944.098000', '083944.101000', '083944.103000', '083944.106000', '083944.108000', '083944.111000', '083944.114000', '083944.116000', '083944.119000', '084004.000000', '084004.003000', '084004.006000', '084004.008000', '084004.011000', '084004.013000', '084004.016000', '084004.019000', '084004.021000', '084004.024000', '084004.027000', '084004.029000', '084004.032000', '084004.034000', '084004.037000', '084004.039000', '084004.042000', '084004.044000', '084004.047000', '084004.050000', '084004.052000', '084004.055000', '084004.057000', '084004.060000', '084004.063000', '084004.065000', '084004.068000', '084004.071000', '084004.073000', '084004.076000', '084004.078000', '084004.081000', '084004.083000', '084004.086000', '084004.089000', '084004.091000', '084004.094000', '084004.097000', '084004.099000', '084004.102000', '084004.104000', '084004.107000', '084004.110000', '084024.001000', '084024.004000', '084024.007000', '084024.009000', '084024.012000', '084024.014000', '084024.017000', '084024.019000', '084024.022000', '084024.025000', '084024.027000', '084024.030000', '084024.032000', '084024.035000', '084024.038000', '084024.040000', '084024.054000', '084024.057000', '084024.059000', '084024.062000', '084024.064000', '084024.067000', '084024.070000', '084024.073000', '084024.075000', '084024.078000', '084024.080000', '084024.083000', '084024.086000', '084024.088000', '084024.091000', '084024.100000', '084024.103000', '084024.105000', '084024.108000', '084024.110000', '084024.113000', '084024.116000', '084024.119000', '084024.121000', '084024.124000', '084024.127000', '084024.129000', '084024.132000', '084044.001000', '084044.004000', '084044.007000', '084044.009000', '084044.012000', '084044.015000', '084044.017000', '084044.020000', '084044.023000', '084044.025000', '084044.028000', '084044.037000', '084044.039000', '084044.042000', '084044.045000', '084044.048000', '084044.051000', '084044.053000', '084044.056000', '084044.059000', '084044.061000', '084044.072000', '084044.074000', '084044.077000', '084044.079000', '084044.082000', '084044.085000', '084044.087000', '084044.090000', '084044.092000', '084044.095000', '084044.099000', '084044.110000', '084044.112000', '084044.115000', '084044.118000', '084044.121000', '084044.124000', '084044.127000', '084044.129000', '084044.132000', '084044.135000', '084044.137000', '084104.001000', '084104.004000', '084104.007000', '084104.009000', '084104.012000', '084104.015000', '084104.017000', '084104.020000', '084104.022000', '084104.025000', '084104.028000', '084104.040000', '084104.042000', '084104.045000', '084104.048000', '084104.051000', '084104.053000', '084104.056000', '084104.058000', '084104.061000', '084104.064000', '084104.067000', '084104.069000', '084104.072000', '084104.075000', '084104.077000', '084104.080000', '084104.083000', '084104.086000', '084104.088000', '084104.091000', '084104.094000', '084104.096000', '084104.099000', '084104.101000', '084104.104000', '084104.107000', '084104.109000', '084104.112000', '084104.115000', '084104.117000', '084104.120000', '084104.122000', '084104.125000', '084124.001000', '084124.019000', '084124.022000', '084124.024000', '084124.027000', '084124.030000', '084124.032000', '084124.035000', '084124.038000', '084124.041000', '084124.044000', '084124.046000', '084124.049000', '084124.052000', '084124.054000', '084124.057000', '084124.059000', '084124.062000', '084124.065000', '084124.067000', '084124.070000', '084124.072000', '084124.075000', '084124.078000', '084124.080000', '084124.083000', '084124.086000', '084124.088000', '084124.091000', '084124.093000', '084124.096000', '084124.099000', '084124.101000', '084124.104000', '084124.107000', '084124.109000', '084124.112000', '084124.115000', '084124.117000', '084124.120000', '084124.127000', '084124.130000', '084124.132000', '084144.001000', '084144.004000', '084144.007000', '084144.010000', '084144.012000', '084144.015000', '084144.018000', '084144.020000', '084144.023000', '084144.026000', '084144.028000', '084144.031000', '084144.034000', '084144.036000', '084144.046000', '084144.049000', '084144.051000', '084144.054000', '084144.057000', '084144.059000', '084144.062000', '084144.064000', '084144.067000', '084144.070000', '084144.072000', '084144.075000', '084144.078000', '084144.080000', '084144.083000', '084144.085000', '084144.088000', '084144.091000', '084144.093000', '084144.096000', '084144.099000', '084144.101000', '084144.104000', '084144.106000', '084144.109000', '084144.112000', '084144.114000', '084144.117000', '084144.120000', '084144.122000', '084204.000000', '084204.003000', '084204.006000', '084204.008000', '084204.011000', '084204.014000', '084204.016000', '084204.019000', '084204.021000', '084204.024000', '084204.027000', '084204.029000', '084204.032000', '084204.035000', '084204.037000', '084204.040000', '084204.042000', '084204.045000', '084204.048000', '084204.050000', '084204.053000', '084204.055000', '084204.058000', '084204.061000', '084204.063000', '084204.066000', '084204.068000', '084204.077000', '084204.080000', '084204.083000', '084204.085000', '084204.088000', '084204.090000', '084204.093000', '084204.096000', '084204.098000', '084204.101000', '084204.104000', '084204.107000', '084204.109000', '084204.112000', '084204.114000', '084204.117000', '084224.000000', '084224.003000', '084224.006000', '084224.008000', '084224.011000', '084224.014000', '084224.016000', '084224.026000', '084224.029000', '084224.031000', '084224.034000', '084224.037000', '084224.039000', '084224.042000', '084224.045000', '084224.047000', '084224.050000', '084224.053000', '084224.055000', '084224.058000', '084224.067000', '084224.069000', '084224.072000', '084224.075000', '084224.077000', '084224.080000', '084224.083000', '084224.085000', '084224.088000', '084224.090000', '084224.093000', '084224.100000', '084224.103000', '084224.106000', '084224.108000', '084224.111000', '084224.114000', '084224.116000', '084224.119000', '084224.122000', '084224.124000', '084224.127000', '084224.130000', '084224.132000', '084244.001000', '084244.004000', '084244.007000', '084244.009000', '084244.012000', '084244.014000', '084244.017000', '084244.020000', '084244.022000', '084244.025000', '084244.028000', '084244.030000', '084244.033000', '084244.036000', '084244.038000', '084244.041000', '084244.043000', '084244.046000', '084244.048000', '084244.051000', '084244.054000', '084244.057000', '084244.059000', '084244.062000', '084244.064000', '084244.067000', '084244.070000', '084244.072000', '084244.075000', '084244.077000', '084244.080000', '084244.083000', '084244.085000', '084244.088000', '084244.091000', '084244.093000', '084244.096000', '084244.098000', '084244.101000', '084244.104000', '084244.106000', '084244.109000', '084244.112000', '084304.001000', '084304.004000', '084304.007000', '084304.009000', '084304.012000', '084304.015000', '084304.017000', '084304.020000', '084304.023000', '084304.025000', '084304.028000', '084304.030000', '084304.033000', '084304.035000', '084304.038000', '084304.041000', '084304.044000', '084304.046000', '084304.049000', '084304.051000', '084304.054000', '084304.057000', '084304.059000', '084304.062000', '084304.065000', '084304.067000', '084304.070000', '084304.072000', '084304.075000', '084304.078000', '084304.081000', '084304.083000', '084304.086000', '084304.089000', '084304.091000', '084304.094000', '084304.097000', '084304.099000', '084304.102000', '084304.104000', '084304.107000', '084304.110000', '084304.112000', '084304.115000', '084324.001000', '084324.004000', '084324.007000', '084324.010000', '084324.012000', '084324.015000', '084324.018000', '084324.020000', '084324.023000', '084324.025000', '084324.028000', '084324.030000', '084324.033000', '084324.035000', '084324.038000', '084324.049000', '084324.052000', '084324.054000', '084324.057000', '084324.060000', '084324.062000', '084324.065000', '084324.068000', '084324.070000', '084324.073000', '084324.076000', '084324.078000', '084324.081000', '084324.083000', '084324.086000', '084324.089000', '084324.091000', '084324.094000', '084324.097000', '084324.099000', '084324.102000', '084324.104000', '084324.107000', '084324.110000', '084324.112000', '084324.115000', '084324.118000', '084324.120000', '084344.001000', '084344.004000', '084344.007000', '084344.010000', '084344.012000', '084344.015000', '084344.018000', '084344.020000', '084344.023000', '084344.025000', '084344.028000', '084344.031000', '084344.033000', '084344.036000', '084344.039000', '084344.041000', '084344.044000', '084344.047000', '084344.049000', '084344.052000', '084344.055000', '084344.057000', '084344.060000', '084344.062000', '084344.065000', '084344.068000', '084344.070000', '084344.073000', '084344.076000', '084344.078000', '084344.081000', '084344.083000', '084344.100000', '084344.102000', '084344.105000', '084344.108000', '084344.110000', '084344.113000', '084344.115000', '084344.118000', '084344.121000', '084344.123000', '084344.126000', '084344.128000', '084404.000000', '084404.003000', '084404.006000', '084404.008000', '084404.011000', '084404.014000', '084404.016000', '084404.019000', '084404.021000', '084404.024000', '084404.026000', '084404.029000', '084404.032000', '084404.034000', '084404.037000', '084404.039000', '084404.042000', '084404.045000', '084404.047000', '084404.050000', '084404.053000', '084404.055000', '084404.058000', '084404.060000', '084404.063000', '084404.065000', '084404.068000', '084404.071000', '084404.073000', '084404.076000', '084404.078000', '084404.081000', '084404.084000', '084404.086000', '084404.089000', '084404.091000', '084404.094000', '084404.097000', '084404.099000', '084404.102000', '084404.104000', '084404.107000', '084404.110000', '084424.001000', '084424.004000', '084424.006000', '084424.009000', '084424.012000', '084424.014000', '084424.017000', '084424.020000', '084424.022000', '084424.025000', '084424.027000', '084424.030000', '084424.033000', '084424.036000', '084424.038000', '084424.041000', '084424.044000', '084424.046000', '084424.049000', '084424.051000', '084424.054000', '084424.057000', '084424.059000', '084424.062000', '084424.065000', '084424.067000', '084424.070000', '084424.072000', '084424.075000', '084424.077000', '084424.080000', '084424.088000', '084424.091000', '084424.093000', '084424.096000', '084424.099000', '084424.103000', '084424.106000', '084424.109000', '084424.111000', '084424.114000', '084424.117000', '084424.119000', '084424.122000', '084444.001000', '084444.004000', '084444.006000', '084444.009000', '084444.011000', '084444.014000', '084444.017000', '084444.019000', '084444.022000', '084444.025000', '084444.027000', '084444.030000', '084444.033000', '084444.035000', '084444.038000', '084444.041000', '084444.043000', '084444.046000', '084444.049000', '084444.051000', '084444.054000', '084444.057000', '084444.059000', '084444.062000', '084444.065000', '084444.067000', '084444.070000', '084444.073000', '084444.075000', '084444.078000', '084444.081000', '084444.083000', '084444.086000', '084444.088000', '084444.091000', '084444.094000', '084444.096000', '084444.099000', '084444.102000', '084444.104000', '084444.107000', '084444.110000', '084444.112000', '084504.001000', '084504.004000', '084504.007000', '084504.009000', '084504.012000', '084504.015000', '084504.017000', '084504.020000', '084504.022000', '084504.025000', '084504.028000', '084504.030000', '084504.033000', '084504.035000', '084504.038000', '084504.041000', '084504.043000', '084504.046000', '084504.049000', '084504.051000', '084504.054000', '084504.056000', '084504.059000', '084504.062000', '084504.064000', '084504.067000', '084504.070000', '084504.072000', '084504.075000', '084504.078000', '084504.080000', '084504.083000', '084504.085000', '084504.088000', '084504.091000', '084504.093000', '084504.096000', '084504.098000', '084504.101000', '084504.104000', '084504.106000', '084504.109000', '084504.112000', '084504.136000', '084524.002000', '084524.004000', '084524.007000', '084524.010000', '084524.012000', '084524.015000', '084524.017000', '084524.020000', '084524.022000', '084524.025000', '084524.028000', '084524.030000', '084524.033000', '084524.035000', '084524.038000', '084524.041000', '084524.043000', '084524.046000', '084524.048000', '084524.051000', '084524.053000', '084524.056000', '084524.059000', '084524.061000', '084524.064000', '084524.067000', '084524.069000', '084524.072000', '084524.074000', '084524.077000', '084524.080000', '084524.082000', '084524.085000', '084524.088000', '084524.090000', '084524.093000', '084524.096000', '084524.098000', '084524.101000', '084524.103000', '084524.106000', '084524.109000', '084524.111000', '084544.002000', '084544.004000', '084544.007000', '084544.010000', '084544.012000', '084544.015000', '084544.018000', '084544.021000', '084544.024000', '084544.026000', '084544.029000', '084544.031000', '084544.034000', '084544.036000', '084544.039000', '084544.042000', '084544.044000', '084544.047000', '084544.049000', '084544.052000', '084544.055000', '084544.057000', '084544.060000', '084544.062000', '084544.065000', '084544.068000', '084544.071000', '084544.073000', '084544.076000', '084544.078000', '084544.081000', '084544.084000', '084544.086000', '084544.089000', '084544.092000', '084544.094000', '084544.097000', '084544.108000', '084544.110000', '084544.113000', '084544.116000', '084544.118000', '084544.121000', '084544.123000', '084604.001000', '084604.004000', '084604.007000', '084604.009000', '084604.012000', '084604.014000', '084604.017000', '084604.020000', '084604.022000', '084604.025000', '084604.027000', '084604.030000', '084604.032000', '084604.035000', '084604.038000', '084604.040000', '084604.043000', '084604.045000', '084604.048000', '084604.051000', '084604.053000', '084604.056000', '084604.058000', '084604.061000', '084604.064000', '084604.066000', '084604.069000', '084604.071000', '084604.074000', '084604.077000', '084604.080000', '084604.082000', '084604.085000', '084604.087000', '084604.090000', '084604.093000', '084604.095000', '084604.098000', '084604.101000', '084604.103000', '084604.106000', '084604.108000', '084604.111000', '084624.001000', '084624.004000', '084624.006000', '084624.009000', '084624.012000', '084624.014000', '084624.017000', '084624.028000', '084624.031000', '084624.033000', '084624.036000', '084624.038000', '084624.041000', '084624.044000', '084624.047000', '084624.049000', '084624.052000', '084624.055000', '084624.057000', '084624.060000', '084624.063000', '084624.065000', '084624.068000', '084624.070000', '084624.073000', '084624.076000', '084624.078000', '084624.081000', '084624.084000', '084624.086000', '084624.089000', '084624.091000', '084624.094000', '084624.097000', '084624.099000', '084624.102000', '084624.104000', '084624.107000', '084624.110000', '084624.112000', '084624.115000', '084624.117000', '084624.126000', '084644.000000', '084644.003000', '084644.006000', '084644.008000', '084644.011000', '084644.014000', '084644.016000', '084644.019000', '084644.021000', '084644.024000', '084644.027000', '084644.029000', '084644.032000', '084644.034000', '084644.037000', '084644.040000', '084644.042000', '084644.045000', '084644.048000', '084644.050000', '084644.053000', '084644.055000', '084644.058000', '084644.061000', '084644.063000', '084644.066000', '084644.068000', '084644.071000', '084644.074000', '084644.076000', '084644.079000', '084644.082000', '084644.084000', '084644.087000', '084644.089000', '084644.092000', '084644.095000', '084644.097000', '084644.100000', '084644.103000', '084644.105000', '084644.108000', '084644.110000', '084644.113000', '084704.000000', '084704.003000', '084704.006000', '084704.008000', '084704.011000', '084704.014000', '084704.016000', '084704.019000', '084704.021000', '084704.024000', '084704.027000', '084704.030000', '084704.032000', '084704.035000', '084704.039000', '084704.042000', '084704.045000', '084704.047000', '084704.050000', '084704.053000', '084704.056000', '084704.059000', '084704.061000', '084704.064000', '084704.067000', '084704.069000', '084704.072000', '084704.075000', '084704.077000', '084704.080000', '084704.082000', '084704.085000', '084704.087000', '084704.090000', '084704.093000', '084704.095000', '084704.098000', '084704.100000', '084704.103000', '084704.106000', '084704.109000', '084704.111000', '084704.114000', '084724.002000', '084724.005000', '084724.007000', '084724.010000', '084724.013000', '084724.015000', '084724.018000', '084724.020000', '084724.023000', '084724.026000', '084724.028000', '084724.031000', '084724.034000', '084724.036000', '084724.039000', '084724.041000', '084724.044000', '084724.046000', '084724.049000', '084724.052000', '084724.054000', '084724.057000', '084724.059000', '084724.062000', '084724.064000', '084724.067000', '084724.070000', '084724.072000', '084724.075000', '084724.078000', '084724.081000', '084724.091000', '084724.093000', '084724.096000', '084724.099000', '084724.101000', '084724.104000', '084724.107000', '084724.109000', '084724.112000', '084724.114000', '084724.117000', '084724.120000', '084724.122000', '084744.002000', '084744.004000', '084744.007000', '084744.010000', '084744.012000', '084744.015000', '084744.018000', '084744.020000', '084744.023000', '084744.026000', '084744.028000', '084744.031000', '084744.033000', '084744.036000', '084744.038000', '084744.041000', '084744.044000', '084744.046000', '084744.049000', '084744.051000', '084744.054000', '084744.057000', '084744.059000', '084744.062000', '084744.064000', '084744.067000', '084744.070000', '084744.072000', '084744.075000', '084744.078000', '084744.080000', '084744.083000', '084744.085000', '084744.088000', '084744.091000', '084744.093000', '084744.096000', '084744.098000', '084744.101000', '084744.104000', '084744.106000', '084744.109000', '084744.112000', '084804.002000', '084804.004000', '084804.007000', '084804.010000', '084804.012000', '084804.015000', '084804.017000', '084804.020000', '084804.023000', '084804.025000', '084804.028000', '084804.030000', '084804.033000', '084804.035000', '084804.038000', '084804.040000', '084804.043000', '084804.046000', '084804.048000', '084804.051000', '084804.054000', '084804.056000', '084804.059000', '084804.061000', '084804.064000', '084804.067000', '084804.069000', '084804.072000', '084804.075000', '084804.077000', '084804.080000', '084804.082000', '084804.091000', '084804.094000', '084804.096000', '084804.099000', '084804.102000', '084804.104000', '084804.107000', '084804.109000', '084804.112000', '084804.115000', '084804.117000', '084804.120000', '084824.002000', '084824.004000', '084824.007000', '084824.010000', '084824.012000', '084824.015000', '084824.017000', '084824.020000', '084824.023000', '084824.025000', '084824.028000', '084824.031000', '084824.033000', '084824.036000', '084824.038000', '084824.041000', '084824.043000', '084824.046000', '084824.049000', '084824.051000', '084824.054000', '084824.057000', '084824.059000', '084824.062000', '084824.065000', '084824.068000', '084824.071000', '084824.074000', '084824.076000', '084824.079000', '084824.082000', '084824.084000', '084824.087000', '084824.089000', '084824.094000', '084824.096000', '084824.099000', '084824.102000', '084824.105000', '084824.108000', '084824.111000', '084824.113000', '084824.116000', '084844.000000', '084844.003000', '084844.006000', '084844.008000', '084844.011000', '084844.014000', '084844.017000', '084844.019000', '084844.022000', '084844.025000', '084844.027000', '084844.030000', '084844.032000', '084844.035000', '084844.038000', '084844.041000', '084844.043000', '084844.046000', '084844.048000', '084844.051000', '084844.054000', '084844.057000', '084844.059000', '084844.062000', '084844.064000', '084844.067000', '084844.070000', '084844.073000', '084844.075000', '084844.078000', '084844.081000', '084844.083000', '084844.086000', '084844.088000', '084844.091000', '084844.094000', '084844.096000', '084844.099000', '084844.102000', '084844.104000', '084844.107000', '084844.110000', '084844.112000', '084844.115000', '084904.000000', '084904.003000', '084904.006000', '084904.008000', '084904.011000', '084904.014000', '084904.016000', '084904.019000', '084904.022000', '084904.024000', '084904.027000', '084904.029000', '084904.032000', '084904.042000', '084904.045000', '084904.048000', '084904.050000', '084904.053000', '084904.056000', '084904.058000', '084904.061000', '084904.064000', '084904.066000', '084904.069000', '084904.072000', '084904.075000', '084904.077000', '084904.080000', '084904.082000', '084904.085000', '084904.088000', '084904.091000', '084904.102000', '084904.105000', '084904.107000', '084904.110000', '084904.113000', '084904.115000', '084904.118000', '084904.121000', '084904.123000', '084904.126000', '084904.128000', '084906.351000', '084906.354000', '084906.357000', '084906.359000', '084906.362000', '084906.365000'], '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': [13069, 9866, 11929, 10538, 9888, 10364, 9604, 14033, 10188, 14860, 10392, 13338, 9376, 12659, 10297, 9053, 13449, 9795, 12341, 9901, 12545, 9063, 15083, 10733, 9553, 10396, 9502, 10429, 9065, 11205, 8760, 13307, 10784, 11252, 10427, 9290, 9237, 6816, 12567, 8743, 12540, 8407, 8507, 9385, 8363, 10757, 8248, 12617, 8807, 8434, 9534, 8484, 11972, 8604, 12316, 10591, 8587, 12186, 9548, 12722, 9209, 11725, 11516, 8750, 13223, 9423, 12488, 9624, 8363, 13144, 9405, 13631, 8934, 8823, 11812, 8613, 13827, 11115, 11801, 11063, 9584, 12708, 9133, 14100, 10929, 9691, 12543, 9773, 12627, 8879, 13202, 9727, 8149, 11113, 8913, 11338, 8963, 8780, 11993, 9425, 12799, 9427, 8899, 11473, 8740, 13495, 10151, 8929, 10868, 9225, 12796, 10686, 8061, 12516, 9589, 12669, 9366, 10444, 13304, 8919, 16396, 9508, 9783, 10871, 8964, 13606, 10955, 15720, 10425, 9271, 12543, 8485, 13856, 10754, 9280, 11555, 9501, 12433, 8548, 12446, 10176, 9923, 13166, 8847, 11841, 8930, 8891, 9190, 8134, 13004, 9073, 13465, 9455, 8522, 10835, 8703, 13362, 10386, 14897, 9619, 8743, 10054, 8449, 13352, 10395, 14241, 9661, 9000, 11403, 8629, 12987, 10147, 9015, 11576, 9232, 12587, 8891, 11490, 12662, 8625, 12998, 9075, 10774, 12508, 8615, 15252, 9360, 11781, 9620, 8289, 13733, 10829, 14057, 10124, 8622, 13024, 8570, 13918, 10774, 8245, 11775, 8808, 12120, 8461, 10339, 11622, 8406, 12858, 8926, 8416, 10808, 8267, 13951, 10051, 12246, 9884, 8624, 13015, 9051, 15316, 10428, 8622, 11685, 8440, 11758, 9282, 8825, 13390, 8664, 14927, 9198, 8668, 12572, 9150, 14296, 10359, 8814, 11145, 8587, 13633, 10812, 9500, 11597, 8907, 13108, 9220, 16092, 11583, 9003, 12993, 8790, 13379, 9178, 11405, 12886, 8309, 12903, 8694, 12643, 8856, 11842, 11991, 8309, 11996, 8891, 12524, 9692, 14438, 10966, 8055, 11868, 8776, 12427, 9703, 12522, 10683, 8196, 11793, 9203, 13232, 10654, 12150, 11367, 8505, 12693, 9073, 13740, 11178, 10708, 10961, 8125, 11333, 8288, 13768, 10502, 14985, 8943, 8460, 9418, 7639, 11828, 9749, 15627, 9696, 8499, 9791, 8001, 12541, 10295, 14970, 9771, 8109, 11892, 8160, 13279, 11040, 10061, 11378, 8337, 12520, 8575, 15147, 11352, 8651, 11930, 8228, 12487, 8385, 11509, 10670, 8416, 14836, 9934, 11327, 8964, 7833, 12673, 9545, 14589, 12007, 8874, 10035, 8041, 12535, 8904, 10331, 10872, 8157, 13687, 9922, 9669, 15195, 10663, 9856, 9380, 8239, 11574, 7824, 13537, 10913, 11466, 10813, 8550, 11268, 7977, 10828, 9001, 10319, 11802, 7893, 11244, 8606, 11769, 8703, 8312, 13524, 8870, 15108, 9087, 10162, 9530, 8717, 14705, 11156, 15430, 9624, 10391, 10064, 8455, 13341, 9057, 16651, 9571, 14432, 8603, 8062, 10908, 7830, 14029, 9182, 8614, 9545, 7877, 12058, 9247, 14044, 11266, 14249, 12000, 12666, 10991, 8255, 11952, 7836, 11889, 8275, 13247, 11058, 13949, 11023, 8320, 9632, 8044, 10428, 8592, 14858, 11218, 8891, 9980, 8140, 11251, 9010, 15584, 12310, 9855, 10482, 7977, 11376, 8585, 14685, 12110, 9890, 11932, 8206, 12481, 9528, 14652, 11960, 8957, 12611, 8109, 12151, 8258, 11244, 11376, 7947, 12469, 7791, 9605, 8427, 8907, 12792, 8859, 14264, 8571, 12549, 9205, 13273, 11233, 10613, 9835, 8101, 10501, 8192, 12336, 10489, 11325, 9818, 8385, 9786, 8065, 13299, 11404, 15818, 9843, 8895, 9701, 8201, 13582, 11463, 16029, 10684, 8907, 9416, 7478, 11719, 9731, 16094, 10907, 8609, 9785, 7799, 12589, 11190, 15983, 10839, 8844, 9414, 7737, 13878, 11421, 14195, 9698, 8677, 9731, 8221, 12429, 8510, 13919, 8817, 9886, 8916, 7507, 12705, 10564, 8710, 9497, 7777, 11395, 8898, 16182, 12442, 9584, 12809, 8430, 11791, 9551, 15243, 11666, 10127, 13634, 8035, 11542, 8244, 12866, 9403, 11230, 12303, 7837, 12579, 8687, 12093, 9486, 12101, 13801, 9029, 16858, 12783, 8386, 9914, 7681, 11372, 7987, 14398, 9401, 14109, 12092, 10821, 14254, 8368, 12425, 9200, 14097, 10856, 16853, 12413, 11008, 11658, 7552, 11754, 8207, 12331, 9649, 8210, 13196, 8963, 11121, 8404, 8110, 11643, 8804, 15712, 12573, 9981, 13528, 8219, 13149, 10155, 15446, 10607, 12212, 10281, 8659, 14320, 8275, 11464, 8119, 9262, 8094, 8385, 8503, 8189, 12764, 8435, 13070, 8129, 10842, 8186, 8854, 9560, 8190, 12582, 8436, 13076, 8107, 10247, 9549, 8919, 15044, 8900, 14235, 9137, 13406, 10023, 11504, 14480, 8663, 13025, 8896, 12653, 9800, 15593, 11901, 9657, 11745, 8107, 11098, 8059, 11607, 8241, 12959, 10907, 9769, 9630, 8467, 9342, 8042, 12014, 10297, 15562, 10287, 10508, 9748, 9219, 11385, 8747, 15061, 9564, 14089, 8914, 12140, 9572, 10225, 13770, 8248, 13216, 8500, 12949, 8552, 10052, 11605, 8461, 13715, 8370, 12382, 8837, 8902, 12033, 8669, 14263, 8636, 9915, 9176, 8971, 13284, 9978, 14907, 11314, 9966, 9447, 8013, 13324, 10943, 16388, 11639, 9350, 9402, 8377, 10733, 8773, 14673, 11602, 9848, 10240, 8573, 10632, 8262, 14403, 11696, 10283, 10235, 8540, 10692, 8298, 13119, 10820, 13891, 11327, 7945, 10713, 8199, 12222, 9155, 9992, 12943, 7818, 11533, 8335, 13339, 9123, 10292, 10975, 9061, 15638, 9314, 14046, 8943, 8968, 10325, 8349, 15060, 10132, 11558, 9397, 8647, 11362, 8612, 14743, 11904, 10089, 9859, 7916, 12368, 9800, 14542, 13852, 8454, 12530, 8659, 12316, 9513, 8944, 13187, 8224, 14357, 9220, 11777, 8968, 8153, 13564, 11187, 9599, 10371, 7986, 11828, 8579, 11810, 11636, 9191, 15434, 9961, 14437, 9849, 11780, 10049, 9787, 11486, 9392, 15166, 8994, 12277, 8299, 12262, 8103, 9032, 11290, 7796, 11694, 7951, 11431, 8267, 9066, 9266, 8004, 13962, 8489, 12438, 8844, 8811, 10122, 8631, 15340, 10403, 14479, 9749, 14176, 10576, 11376, 14007, 8352, 12239, 8775, 11917, 9218, 14148, 11760, 8883, 10712, 8399, 10921, 8160, 13329, 11206, 9746, 13667, 7823, 12470, 9816, 7404, 8332, 6790, 12041, 8196, 7209, 13173, 12018, 10786, 14826, 11220, 9613, 10408, 9223, 12670, 9662, 11254, 11469, 10128, 15694, 12165, 11745, 9602, 8259, 10781, 7894, 12826, 9472, 10096, 13843, 7683, 12028, 8309, 9117, 8963, 8226, 12268, 9508, 14592, 9913, 10562, 10075, 8981, 10784, 8269, 14009, 10329, 11151, 9292, 8727, 10019, 8561, 14114, 9624, 14006, 9243, 13329, 8974, 9246, 10790, 8138, 13766, 8359, 11483, 8361, 8517, 10693, 8146, 14869, 10789, 13285, 9754, 9476, 10028, 8899, 13087, 10048, 9328, 15440, 14729, 15227, 16082, 12929, 10984, 11727, 9044, 8839, 7349, 7163, 9293, 7673, 11541, 8185, 14513, 9671, 14304, 11223, 15635, 11894, 14921, 11403, 9660, 12917, 8154, 13662, 10556, 12777, 9668, 9170, 11076, 8538, 12470, 8374, 12242, 9444, 13541, 9626, 9740, 10448, 7813, 10274, 8218, 10252, 8393, 10852, 7888, 8578, 8740, 7401, 9759, 8274, 8470, 7586, 7199, 11200, 8213, 14639, 11317, 9473, 12564, 8441, 12691, 9245, 14450, 10201, 14821, 10776, 13283, 12356, 8679, 12502, 8162, 12205, 8210, 11297, 9326, 8891, 12327, 8300, 13061, 8511, 12361, 9685, 9902, 11241, 9324, 14729, 9413, 14291, 9911, 11344, 9863, 8738, 13996, 9037, 13858, 9138, 11096, 9905, 8991, 11690, 8484, 13819, 8518, 12653, 8566, 12942, 9246, 8794, 11814, 7826, 13300, 8118, 8937, 9284, 7980, 12142, 9260, 14992, 12160, 9107, 12592, 8990, 13128, 9358, 12739, 10473, 9621, 14876, 11386, 12080, 10226, 7725, 11498, 8873, 12393, 10477, 9843, 15131, 9102, 14421, 9898, 14746, 10459, 14177, 11106, 11629, 13685, 8070, 11884, 8478, 12457, 9075, 9801, 12136, 7810, 11992, 8048, 10567, 9193, 9310, 11100, 8970, 12211, 10015, 14484, 10765, 12003, 9063, 8532, 10674, 8012, 13577, 11139, 14811, 10258, 10371, 10226, 9337, 11626, 8705, 13029, 10205, 12773, 10595, 9099, 14488, 11367, 9085, 10636, 8250, 11660, 8899, 10773, 9978, 9203, 14746, 8980, 13028, 9393, 12615, 10179, 9606, 12350, 9691, 13239, 8667, 11983, 8733, 8825, 11090, 8050, 13592, 8869, 10871, 9310, 8478, 11295, 8377, 13923, 9598, 13628, 10147, 10966, 10835, 9974, 14624, 8781, 12643, 9212, 12657, 9038, 10678, 9583, 7934, 12332, 8024, 11614, 8109, 11503, 8632, 10450, 14018, 7943, 13352, 9679, 13549, 10624, 15235, 11750, 9090, 11819, 8235, 11381, 8386, 10252, 10001, 8065, 13936, 11307, 13340, 16084, 10547, 14242, 8461, 7393, 9118, 7531, 11389, 8297, 13158, 9819, 14207, 10620, 13866, 11513, 9310, 13026, 8802, 13353, 10757, 13413, 11516, 10357, 12651, 8348, 12209, 9593, 12518, 9158, 12923, 11159, 8485, 10713, 8169, 11500, 8258, 12449, 10627, 13292, 9756, 11117, 8513, 8500, 9892, 8086, 11489, 9545, 9478, 9859, 8050, 10446, 8289, 13630, 10455, 9566, 13524, 7967, 12135, 9207, 9526, 12939, 10459, 13812, 12097, 8803, 11575, 7962, 8783, 10506, 7724, 11817, 8976, 13806, 10159, 12955, 12953, 9168, 13482, 8883, 13126, 9456, 10044, 10793, 8701, 14321, 10159, 13042, 8691, 9839, 10088, 8859, 12250, 9322, 14307, 9676, 13622, 9929, 11059, 10596, 9305, 11999, 9202, 12622, 8241, 11436, 8572, 11149, 8598, 8496, 11729, 7841, 11416, 8297, 10638, 9163, 8165, 13254, 9253, 11754, 8850, 8778, 11838, 10030, 10070, 13914, 8675, 13180, 9503, 10177, 10632, 9697, 15089, 9869], 'WindowCenter': [4322.0, 4276.0, 4270.0, 4247.0, 4234.0, 4244.0, 4234.0, 4264.0, 4231.0, 4261.0, 4218.0, 4237.0, 4207.0, 4238.0, 4218.0, 4207.0, 4249.0, 4216.0, 4236.0, 4216.0, 4237.0, 4219.0, 4260.0, 4229.0, 4217.0, 4218.0, 4206.0, 4216.0, 4195.0, 4226.0, 4207.0, 4248.0, 4227.0, 4226.0, 4215.0, 4205.0, 4219.0, 4189.0, 4248.0, 4208.0, 4238.0, 4196.0, 4194.0, 4205.0, 4196.0, 4228.0, 4209.0, 4251.0, 4221.0, 4210.0, 4220.0, 4220.0, 4251.0, 4222.0, 4251.0, 4231.0, 4210.0, 4251.0, 4231.0, 4251.0, 4221.0, 4252.0, 4253.0, 4210.0, 4251.0, 4220.0, 4249.0, 4218.0, 4206.0, 4250.0, 4220.0, 4261.0, 4209.0, 4219.0, 4239.0, 4220.0, 4261.0, 4241.0, 4240.0, 4228.0, 4217.0, 4237.0, 4207.0, 4259.0, 4229.0, 4217.0, 4237.0, 4216.0, 4235.0, 4207.0, 4238.0, 4217.0, 4196.0, 4227.0, 4208.0, 4240.0, 4221.0, 4221.0, 4241.0, 4220.0, 4250.0, 4220.0, 4220.0, 4241.0, 4221.0, 4263.0, 4232.0, 4221.0, 4230.0, 4221.0, 4263.0, 4243.0, 4212.0, 4253.0, 4232.0, 4252.0, 4233.0, 4244.0, 4265.0, 4222.0, 4284.0, 4222.0, 4231.0, 4230.0, 4220.0, 4262.0, 4231.0, 4272.0, 4229.0, 4208.0, 4239.0, 4210.0, 4262.0, 4231.0, 4219.0, 4239.0, 4218.0, 4239.0, 4211.0, 4252.0, 4231.0, 4231.0, 4252.0, 4220.0, 4240.0, 4220.0, 4208.0, 4220.0, 4211.0, 4262.0, 4221.0, 4251.0, 4220.0, 4209.0, 4230.0, 4211.0, 4252.0, 4230.0, 4259.0, 4218.0, 4197.0, 4217.0, 4208.0, 4250.0, 4230.0, 4260.0, 4218.0, 4208.0, 4228.0, 4209.0, 4251.0, 4232.0, 4211.0, 4241.0, 4220.0, 4241.0, 4222.0, 4243.0, 4253.0, 4211.0, 4251.0, 4210.0, 4231.0, 4252.0, 4211.0, 4263.0, 4221.0, 4240.0, 4218.0, 4210.0, 4252.0, 4231.0, 4251.0, 4219.0, 4208.0, 4239.0, 4209.0, 4251.0, 4242.0, 4198.0, 4228.0, 4208.0, 4239.0, 4209.0, 4231.0, 4241.0, 4210.0, 4250.0, 4210.0, 4211.0, 4231.0, 4212.0, 4263.0, 4221.0, 4241.0, 4220.0, 4211.0, 4251.0, 4210.0, 4273.0, 4230.0, 4208.0, 4228.0, 4198.0, 4240.0, 4221.0, 4221.0, 4263.0, 4211.0, 4262.0, 4221.0, 4211.0, 4253.0, 4223.0, 4263.0, 4231.0, 4210.0, 4231.0, 4211.0, 4252.0, 4232.0, 4221.0, 4230.0, 4209.0, 4250.0, 4222.0, 4273.0, 4242.0, 4210.0, 4240.0, 4208.0, 4249.0, 4210.0, 4230.0, 4240.0, 4197.0, 4238.0, 4208.0, 4239.0, 4221.0, 4241.0, 4241.0, 4199.0, 4240.0, 4208.0, 4239.0, 4209.0, 4249.0, 4229.0, 4198.0, 4228.0, 4209.0, 4240.0, 4221.0, 4240.0, 4219.0, 4198.0, 4228.0, 4209.0, 4250.0, 4231.0, 4240.0, 4229.0, 4197.0, 4237.0, 4207.0, 4249.0, 4229.0, 4217.0, 4216.0, 4185.0, 4216.0, 4196.0, 4239.0, 4218.0, 4248.0, 4196.0, 4196.0, 4206.0, 4187.0, 4240.0, 4220.0, 4260.0, 4208.0, 4198.0, 4219.0, 4198.0, 4242.0, 4232.0, 4261.0, 4219.0, 4198.0, 4228.0, 4199.0, 4250.0, 4231.0, 4220.0, 4230.0, 4198.0, 4238.0, 4198.0, 4260.0, 4231.0, 4210.0, 4231.0, 4199.0, 4240.0, 4211.0, 4242.0, 4231.0, 4211.0, 4262.0, 4219.0, 4229.0, 4208.0, 4188.0, 4240.0, 4220.0, 4262.0, 4240.0, 4197.0, 4206.0, 4186.0, 4226.0, 4207.0, 4218.0, 4217.0, 4187.0, 4249.0, 4219.0, 4219.0, 4260.0, 4217.0, 4206.0, 4195.0, 4185.0, 4216.0, 4186.0, 4238.0, 4219.0, 4229.0, 4217.0, 4196.0, 4216.0, 4186.0, 4217.0, 4209.0, 4219.0, 4240.0, 4212.0, 4243.0, 4212.0, 4240.0, 4210.0, 4211.0, 4252.0, 4211.0, 4262.0, 4211.0, 4221.0, 4221.0, 4212.0, 4264.0, 4232.0, 4262.0, 4210.0, 4220.0, 4209.0, 4199.0, 4251.0, 4210.0, 4261.0, 4208.0, 4248.0, 4198.0, 4198.0, 4229.0, 4200.0, 4261.0, 4209.0, 4208.0, 4218.0, 4197.0, 4252.0, 4222.0, 4263.0, 4241.0, 4250.0, 4240.0, 4239.0, 4227.0, 4196.0, 4226.0, 4185.0, 4225.0, 4197.0, 4249.0, 4240.0, 4260.0, 4229.0, 4197.0, 4206.0, 4186.0, 4217.0, 4209.0, 4260.0, 4231.0, 4210.0, 4220.0, 4200.0, 4230.0, 4211.0, 4272.0, 4242.0, 4220.0, 4220.0, 4189.0, 4229.0, 4199.0, 4262.0, 4242.0, 4220.0, 4230.0, 4198.0, 4227.0, 4208.0, 4249.0, 4229.0, 4208.0, 4241.0, 4198.0, 4227.0, 4198.0, 4229.0, 4230.0, 4199.0, 4239.0, 4189.0, 4219.0, 4200.0, 4210.0, 4252.0, 4210.0, 4261.0, 4198.0, 4239.0, 4208.0, 4239.0, 4230.0, 4218.0, 4208.0, 4186.0, 4216.0, 4197.0, 4239.0, 4231.0, 4229.0, 4218.0, 4197.0, 4208.0, 4197.0, 4249.0, 4230.0, 4260.0, 4208.0, 4196.0, 4207.0, 4197.0, 4239.0, 4230.0, 4260.0, 4218.0, 4196.0, 4196.0, 4176.0, 4228.0, 4220.0, 4260.0, 4229.0, 4199.0, 4219.0, 4199.0, 4241.0, 4242.0, 4273.0, 4232.0, 4210.0, 4208.0, 4189.0, 4251.0, 4241.0, 4251.0, 4208.0, 4198.0, 4208.0, 4197.0, 4239.0, 4210.0, 4251.0, 4208.0, 4218.0, 4208.0, 4200.0, 4251.0, 4231.0, 4209.0, 4219.0, 4199.0, 4230.0, 4222.0, 4273.0, 4253.0, 4221.0, 4241.0, 4199.0, 4228.0, 4219.0, 4261.0, 4231.0, 4219.0, 4249.0, 4186.0, 4216.0, 4185.0, 4226.0, 4208.0, 4229.0, 4239.0, 4187.0, 4228.0, 4197.0, 4228.0, 4220.0, 4241.0, 4251.0, 4210.0, 4273.0, 4241.0, 4198.0, 4219.0, 4188.0, 4229.0, 4200.0, 4250.0, 4211.0, 4251.0, 4242.0, 4231.0, 4252.0, 4198.0, 4228.0, 4196.0, 4235.0, 4216.0, 4259.0, 4227.0, 4205.0, 4213.0, 4173.0, 4213.0, 4182.0, 4223.0, 4205.0, 4196.0, 4237.0, 4206.0, 4228.0, 4196.0, 4186.0, 4226.0, 4207.0, 4259.0, 4239.0, 4207.0, 4236.0, 4186.0, 4223.0, 4203.0, 4234.0, 4203.0, 4213.0, 4204.0, 4195.0, 4235.0, 4182.0, 4212.0, 4182.0, 4192.0, 4182.0, 4183.0, 4194.0, 4196.0, 4238.0, 4197.0, 4237.0, 4197.0, 4227.0, 4197.0, 4207.0, 4219.0, 4199.0, 4241.0, 4199.0, 4240.0, 4200.0, 4221.0, 4222.0, 4223.0, 4264.0, 4212.0, 4250.0, 4221.0, 4251.0, 4222.0, 4243.0, 4264.0, 4211.0, 4252.0, 4211.0, 4241.0, 4221.0, 4274.0, 4243.0, 4220.0, 4230.0, 4200.0, 4229.0, 4199.0, 4227.0, 4210.0, 4252.0, 4242.0, 4221.0, 4221.0, 4211.0, 4221.0, 4212.0, 4254.0, 4234.0, 4274.0, 4231.0, 4232.0, 4222.0, 4221.0, 4242.0, 4223.0, 4264.0, 4221.0, 4251.0, 4210.0, 4239.0, 4219.0, 4231.0, 4262.0, 4199.0, 4240.0, 4209.0, 4239.0, 4213.0, 4233.0, 4242.0, 4212.0, 4251.0, 4200.0, 4240.0, 4210.0, 4221.0, 4253.0, 4224.0, 4263.0, 4213.0, 4232.0, 4221.0, 4222.0, 4265.0, 4236.0, 4275.0, 4244.0, 4232.0, 4220.0, 4199.0, 4252.0, 4231.0, 4273.0, 4229.0, 4208.0, 4208.0, 4197.0, 4219.0, 4209.0, 4261.0, 4230.0, 4217.0, 4217.0, 4196.0, 4217.0, 4198.0, 4250.0, 4240.0, 4218.0, 4217.0, 4196.0, 4217.0, 4197.0, 4238.0, 4230.0, 4250.0, 4226.0, 4186.0, 4216.0, 4197.0, 4228.0, 4211.0, 4220.0, 4251.0, 4188.0, 4229.0, 4199.0, 4239.0, 4209.0, 4219.0, 4231.0, 4210.0, 4262.0, 4209.0, 4249.0, 4208.0, 4208.0, 4219.0, 4200.0, 4263.0, 4220.0, 4229.0, 4209.0, 4200.0, 4230.0, 4213.0, 4264.0, 4241.0, 4220.0, 4220.0, 4199.0, 4242.0, 4222.0, 4263.0, 4253.0, 4201.0, 4240.0, 4198.0, 4240.0, 4219.0, 4211.0, 4253.0, 4200.0, 4251.0, 4210.0, 4229.0, 4208.0, 4200.0, 4251.0, 4242.0, 4220.0, 4221.0, 4200.0, 4240.0, 4211.0, 4240.0, 4242.0, 4222.0, 4263.0, 4220.0, 4248.0, 4209.0, 4227.0, 4206.0, 4207.0, 4229.0, 4208.0, 4249.0, 4197.0, 4224.0, 4183.0, 4225.0, 4186.0, 4196.0, 4228.0, 4187.0, 4228.0, 4199.0, 4241.0, 4199.0, 4209.0, 4220.0, 4200.0, 4263.0, 4211.0, 4242.0, 4222.0, 4213.0, 4232.0, 4213.0, 4276.0, 4233.0, 4263.0, 4222.0, 4251.0, 4232.0, 4242.0, 4252.0, 4199.0, 4240.0, 4197.0, 4229.0, 4220.0, 4262.0, 4241.0, 4208.0, 4228.0, 4199.0, 4232.0, 4212.0, 4254.0, 4243.0, 4223.0, 4252.0, 4201.0, 4266.0, 4235.0, 4203.0, 4225.0, 4206.0, 4254.0, 4224.0, 4204.0, 4266.0, 4257.0, 4246.0, 4278.0, 4243.0, 4221.0, 4219.0, 4210.0, 4240.0, 4221.0, 4232.0, 4241.0, 4231.0, 4275.0, 4241.0, 4228.0, 4205.0, 4185.0, 4215.0, 4186.0, 4238.0, 4207.0, 4231.0, 4253.0, 4200.0, 4240.0, 4199.0, 4211.0, 4209.0, 4199.0, 4243.0, 4222.0, 4263.0, 4222.0, 4231.0, 4220.0, 4210.0, 4231.0, 4212.0, 4262.0, 4232.0, 4232.0, 4210.0, 4210.0, 4221.0, 4214.0, 4264.0, 4222.0, 4263.0, 4222.0, 4252.0, 4212.0, 4222.0, 4243.0, 4213.0, 4265.0, 4212.0, 4242.0, 4211.0, 4212.0, 4244.0, 4214.0, 4276.0, 4246.0, 4253.0, 4233.0, 4223.0, 4234.0, 4223.0, 4266.0, 4233.0, 4234.0, 4277.0, 4278.0, 4289.0, 4290.0, 4268.0, 4257.0, 4254.0, 4222.0, 4210.0, 4189.0, 4188.0, 4220.0, 4200.0, 4242.0, 4211.0, 4263.0, 4221.0, 4250.0, 4227.0, 4247.0, 4217.0, 4235.0, 4203.0, 4193.0, 4213.0, 4170.0, 4222.0, 4190.0, 4208.0, 4176.0, 4176.0, 4187.0, 4166.0, 4198.0, 4167.0, 4198.0, 4179.0, 4220.0, 4190.0, 4192.0, 4200.0, 4171.0, 4190.0, 4171.0, 4190.0, 4183.0, 4202.0, 4184.0, 4196.0, 4197.0, 4189.0, 4219.0, 4199.0, 4210.0, 4199.0, 4190.0, 4242.0, 4223.0, 4276.0, 4257.0, 4236.0, 4255.0, 4213.0, 4253.0, 4223.0, 4264.0, 4234.0, 4264.0, 4244.0, 4266.0, 4254.0, 4212.0, 4242.0, 4200.0, 4251.0, 4211.0, 4241.0, 4221.0, 4221.0, 4254.0, 4212.0, 4253.0, 4213.0, 4251.0, 4232.0, 4233.0, 4242.0, 4235.0, 4276.0, 4224.0, 4264.0, 4232.0, 4243.0, 4233.0, 4226.0, 4275.0, 4223.0, 4262.0, 4223.0, 4243.0, 4233.0, 4223.0, 4256.0, 4236.0, 4266.0, 4223.0, 4254.0, 4222.0, 4253.0, 4232.0, 4225.0, 4265.0, 4227.0, 4276.0, 4224.0, 4235.0, 4235.0, 4225.0, 4267.0, 4248.0, 4289.0, 4270.0, 4239.0, 4268.0, 4225.0, 4265.0, 4233.0, 4255.0, 4246.0, 4237.0, 4289.0, 4259.0, 4268.0, 4246.0, 4214.0, 4253.0, 4224.0, 4254.0, 4244.0, 4247.0, 4277.0, 4225.0, 4264.0, 4234.0, 4262.0, 4232.0, 4251.0, 4242.0, 4240.0, 4251.0, 4187.0, 4228.0, 4197.0, 4237.0, 4209.0, 4231.0, 4251.0, 4199.0, 4240.0, 4200.0, 4229.0, 4219.0, 4221.0, 4242.0, 4221.0, 4254.0, 4234.0, 4276.0, 4243.0, 4243.0, 4208.0, 4209.0, 4229.0, 4209.0, 4264.0, 4243.0, 4273.0, 4232.0, 4230.0, 4218.0, 4218.0, 4229.0, 4208.0, 4251.0, 4232.0, 4252.0, 4231.0, 4221.0, 4264.0, 4242.0, 4210.0, 4229.0, 4199.0, 4238.0, 4220.0, 4241.0, 4234.0, 4234.0, 4274.0, 4222.0, 4252.0, 4221.0, 4240.0, 4220.0, 4219.0, 4252.0, 4221.0, 4253.0, 4210.0, 4239.0, 4208.0, 4209.0, 4242.0, 4213.0, 4253.0, 4221.0, 4232.0, 4220.0, 4211.0, 4244.0, 4223.0, 4266.0, 4232.0, 4263.0, 4232.0, 4230.0, 4241.0, 4232.0, 4264.0, 4210.0, 4252.0, 4219.0, 4239.0, 4209.0, 4230.0, 4231.0, 4213.0, 4253.0, 4212.0, 4241.0, 4211.0, 4242.0, 4224.0, 4244.0, 4276.0, 4213.0, 4263.0, 4221.0, 4253.0, 4231.0, 4274.0, 4242.0, 4210.0, 4240.0, 4197.0, 4229.0, 4209.0, 4231.0, 4233.0, 4214.0, 4274.0, 4245.0, 4266.0, 4288.0, 4245.0, 4274.0, 4213.0, 4201.0, 4211.0, 4201.0, 4240.0, 4210.0, 4252.0, 4233.0, 4261.0, 4233.0, 4253.0, 4241.0, 4208.0, 4238.0, 4196.0, 4237.0, 4214.0, 4236.0, 4216.0, 4206.0, 4225.0, 4184.0, 4225.0, 4203.0, 4224.0, 4205.0, 4236.0, 4225.0, 4195.0, 4215.0, 4196.0, 4226.0, 4194.0, 4226.0, 4227.0, 4236.0, 4207.0, 4216.0, 4195.0, 4195.0, 4215.0, 4200.0, 4241.0, 4233.0, 4221.0, 4219.0, 4210.0, 4232.0, 4212.0, 4262.0, 4245.0, 4234.0, 4266.0, 4215.0, 4269.0, 4235.0, 4233.0, 4267.0, 4246.0, 4276.0, 4265.0, 4223.0, 4252.0, 4226.0, 4236.0, 4245.0, 4202.0, 4255.0, 4225.0, 4265.0, 4245.0, 4267.0, 4266.0, 4223.0, 4254.0, 4210.0, 4240.0, 4208.0, 4219.0, 4230.0, 4211.0, 4262.0, 4220.0, 4252.0, 4209.0, 4219.0, 4219.0, 4210.0, 4240.0, 4223.0, 4263.0, 4222.0, 4251.0, 4220.0, 4230.0, 4219.0, 4208.0, 4241.0, 4210.0, 4241.0, 4198.0, 4229.0, 4211.0, 4229.0, 4210.0, 4222.0, 4243.0, 4212.0, 4241.0, 4214.0, 4244.0, 4235.0, 4229.0, 4268.0, 4236.0, 4257.0, 4226.0, 4225.0, 4267.0, 4249.0, 4248.0, 4278.0, 4226.0, 4280.0, 4250.0, 4246.0, 4245.0, 4236.0, 4277.0, 4235.0], 'WindowWidth': [9547.0, 9472.0, 9450.0, 9411.0, 9390.0, 9403.0, 9387.0, 9432.0, 9378.0, 9421.0, 9355.0, 9382.0, 9339.0, 9384.0, 9358.0, 9341.0, 9401.0, 9350.0, 9377.0, 9350.0, 9379.0, 9359.0, 9417.0, 9373.0, 9355.0, 9355.0, 9335.0, 9350.0, 9318.0, 9363.0, 9341.0, 9399.0, 9368.0, 9365.0, 9347.0, 9335.0, 9362.0, 9324.0, 9397.0, 9345.0, 9384.0, 9325.0, 9319.0, 9333.0, 9324.0, 9370.0, 9349.0, 9406.0, 9367.0, 9352.0, 9363.0, 9365.0, 9407.0, 9369.0, 9407.0, 9381.0, 9350.0, 9407.0, 9380.0, 9408.0, 9367.0, 9411.0, 9412.0, 9351.0, 9410.0, 9362.0, 9402.0, 9356.0, 9339.0, 9405.0, 9364.0, 9422.0, 9346.0, 9358.0, 9387.0, 9363.0, 9422.0, 9393.0, 9389.0, 9369.0, 9351.0, 9380.0, 9340.0, 9414.0, 9372.0, 9354.0, 9381.0, 9348.0, 9374.0, 9338.0, 9382.0, 9352.0, 9323.0, 9366.0, 9342.0, 9389.0, 9368.0, 9367.0, 9394.0, 9363.0, 9404.0, 9362.0, 9364.0, 9394.0, 9366.0, 9427.0, 9381.0, 9364.0, 9376.0, 9364.0, 9425.0, 9400.0, 9354.0, 9413.0, 9382.0, 9411.0, 9383.0, 9400.0, 9433.0, 9370.0, 9459.0, 9367.0, 9377.0, 9374.0, 9362.0, 9424.0, 9380.0, 9436.0, 9372.0, 9341.0, 9384.0, 9348.0, 9423.0, 9378.0, 9359.0, 9386.0, 9355.0, 9385.0, 9352.0, 9408.0, 9378.0, 9378.0, 9409.0, 9360.0, 9388.0, 9360.0, 9343.0, 9360.0, 9353.0, 9422.0, 9365.0, 9405.0, 9361.0, 9344.0, 9375.0, 9352.0, 9409.0, 9375.0, 9414.0, 9353.0, 9323.0, 9352.0, 9342.0, 9402.0, 9374.0, 9414.0, 9356.0, 9342.0, 9368.0, 9346.0, 9406.0, 9380.0, 9349.0, 9390.0, 9361.0, 9390.0, 9367.0, 9396.0, 9411.0, 9350.0, 9405.0, 9348.0, 9378.0, 9405.0, 9350.0, 9426.0, 9361.0, 9385.0, 9355.0, 9345.0, 9407.0, 9375.0, 9405.0, 9355.0, 9340.0, 9381.0, 9343.0, 9403.0, 9393.0, 9328.0, 9368.0, 9340.0, 9383.0, 9345.0, 9378.0, 9391.0, 9346.0, 9401.0, 9346.0, 9349.0, 9376.0, 9352.0, 9423.0, 9362.0, 9389.0, 9359.0, 9347.0, 9402.0, 9345.0, 9438.0, 9373.0, 9340.0, 9365.0, 9328.0, 9387.0, 9363.0, 9364.0, 9422.0, 9350.0, 9420.0, 9361.0, 9349.0, 9408.0, 9367.0, 9425.0, 9375.0, 9345.0, 9374.0, 9347.0, 9406.0, 9379.0, 9360.0, 9371.0, 9342.0, 9399.0, 9364.0, 9439.0, 9393.0, 9344.0, 9385.0, 9340.0, 9397.0, 9344.0, 9373.0, 9386.0, 9324.0, 9380.0, 9340.0, 9385.0, 9362.0, 9390.0, 9390.0, 9328.0, 9385.0, 9340.0, 9381.0, 9342.0, 9396.0, 9371.0, 9324.0, 9365.0, 9341.0, 9385.0, 9363.0, 9387.0, 9357.0, 9325.0, 9365.0, 9341.0, 9401.0, 9374.0, 9385.0, 9369.0, 9322.0, 9376.0, 9337.0, 9398.0, 9369.0, 9350.0, 9347.0, 9303.0, 9346.0, 9318.0, 9381.0, 9353.0, 9393.0, 9320.0, 9318.0, 9333.0, 9311.0, 9384.0, 9359.0, 9414.0, 9340.0, 9325.0, 9354.0, 9326.0, 9392.0, 9379.0, 9418.0, 9355.0, 9326.0, 9366.0, 9328.0, 9400.0, 9375.0, 9359.0, 9370.0, 9325.0, 9378.0, 9326.0, 9414.0, 9375.0, 9344.0, 9374.0, 9329.0, 9385.0, 9347.0, 9391.0, 9377.0, 9350.0, 9423.0, 9357.0, 9369.0, 9338.0, 9311.0, 9384.0, 9360.0, 9421.0, 9385.0, 9324.0, 9334.0, 9307.0, 9361.0, 9337.0, 9353.0, 9351.0, 9310.0, 9397.0, 9356.0, 9357.0, 9416.0, 9352.0, 9334.0, 9317.0, 9303.0, 9345.0, 9306.0, 9380.0, 9355.0, 9368.0, 9350.0, 9318.0, 9344.0, 9305.0, 9349.0, 9342.0, 9356.0, 9387.0, 9352.0, 9395.0, 9351.0, 9386.0, 9345.0, 9348.0, 9406.0, 9348.0, 9419.0, 9347.0, 9361.0, 9362.0, 9351.0, 9426.0, 9378.0, 9423.0, 9344.0, 9357.0, 9340.0, 9327.0, 9402.0, 9344.0, 9418.0, 9338.0, 9393.0, 9325.0, 9326.0, 9371.0, 9335.0, 9415.0, 9342.0, 9341.0, 9354.0, 9326.0, 9405.0, 9367.0, 9425.0, 9390.0, 9403.0, 9387.0, 9385.0, 9366.0, 9321.0, 9360.0, 9305.0, 9359.0, 9324.0, 9397.0, 9388.0, 9413.0, 9369.0, 9323.0, 9334.0, 9307.0, 9351.0, 9341.0, 9413.0, 9375.0, 9344.0, 9357.0, 9331.0, 9371.0, 9348.0, 9433.0, 9390.0, 9358.0, 9358.0, 9313.0, 9368.0, 9329.0, 9419.0, 9390.0, 9360.0, 9373.0, 9326.0, 9364.0, 9338.0, 9397.0, 9370.0, 9340.0, 9388.0, 9326.0, 9363.0, 9325.0, 9369.0, 9373.0, 9328.0, 9384.0, 9315.0, 9355.0, 9331.0, 9346.0, 9405.0, 9345.0, 9416.0, 9327.0, 9381.0, 9340.0, 9384.0, 9371.0, 9352.0, 9337.0, 9305.0, 9347.0, 9323.0, 9384.0, 9375.0, 9370.0, 9353.0, 9323.0, 9338.0, 9325.0, 9397.0, 9371.0, 9414.0, 9338.0, 9320.0, 9335.0, 9323.0, 9383.0, 9371.0, 9418.0, 9352.0, 9321.0, 9318.0, 9293.0, 9365.0, 9357.0, 9414.0, 9369.0, 9328.0, 9354.0, 9329.0, 9390.0, 9393.0, 9436.0, 9378.0, 9346.0, 9340.0, 9316.0, 9404.0, 9390.0, 9403.0, 9340.0, 9324.0, 9340.0, 9324.0, 9384.0, 9345.0, 9404.0, 9340.0, 9354.0, 9340.0, 9334.0, 9403.0, 9375.0, 9344.0, 9355.0, 9331.0, 9373.0, 9364.0, 9438.0, 9409.0, 9362.0, 9389.0, 9328.0, 9367.0, 9356.0, 9416.0, 9374.0, 9356.0, 9398.0, 9305.0, 9346.0, 9304.0, 9361.0, 9341.0, 9370.0, 9384.0, 9310.0, 9366.0, 9323.0, 9366.0, 9360.0, 9389.0, 9405.0, 9347.0, 9442.0, 9391.0, 9327.0, 9355.0, 9314.0, 9370.0, 9332.0, 9398.0, 9347.0, 9403.0, 9390.0, 9375.0, 9405.0, 9326.0, 9366.0, 9319.0, 9371.0, 9344.0, 9413.0, 9363.0, 9327.0, 9338.0, 9281.0, 9335.0, 9294.0, 9350.0, 9329.0, 9319.0, 9377.0, 9334.0, 9366.0, 9321.0, 9306.0, 9361.0, 9336.0, 9410.0, 9381.0, 9336.0, 9376.0, 9304.0, 9353.0, 9323.0, 9367.0, 9323.0, 9338.0, 9327.0, 9316.0, 9372.0, 9294.0, 9335.0, 9293.0, 9306.0, 9295.0, 9296.0, 9315.0, 9322.0, 9379.0, 9323.0, 9378.0, 9324.0, 9362.0, 9322.0, 9337.0, 9355.0, 9330.0, 9388.0, 9330.0, 9386.0, 9333.0, 9361.0, 9363.0, 9368.0, 9424.0, 9350.0, 9402.0, 9361.0, 9402.0, 9364.0, 9394.0, 9427.0, 9349.0, 9406.0, 9347.0, 9389.0, 9361.0, 9439.0, 9393.0, 9359.0, 9371.0, 9329.0, 9368.0, 9329.0, 9365.0, 9345.0, 9404.0, 9393.0, 9364.0, 9362.0, 9348.0, 9362.0, 9353.0, 9411.0, 9385.0, 9438.0, 9377.0, 9377.0, 9362.0, 9362.0, 9392.0, 9367.0, 9427.0, 9360.0, 9403.0, 9344.0, 9383.0, 9356.0, 9375.0, 9419.0, 9330.0, 9386.0, 9343.0, 9384.0, 9353.0, 9385.0, 9393.0, 9350.0, 9403.0, 9331.0, 9385.0, 9344.0, 9363.0, 9409.0, 9370.0, 9423.0, 9354.0, 9379.0, 9362.0, 9365.0, 9428.0, 9390.0, 9446.0, 9399.0, 9380.0, 9358.0, 9330.0, 9404.0, 9376.0, 9439.0, 9370.0, 9339.0, 9338.0, 9322.0, 9354.0, 9343.0, 9417.0, 9371.0, 9350.0, 9349.0, 9320.0, 9348.0, 9325.0, 9400.0, 9385.0, 9352.0, 9350.0, 9320.0, 9348.0, 9322.0, 9381.0, 9373.0, 9399.0, 9362.0, 9307.0, 9347.0, 9322.0, 9365.0, 9346.0, 9360.0, 9402.0, 9314.0, 9369.0, 9327.0, 9382.0, 9342.0, 9356.0, 9374.0, 9346.0, 9419.0, 9341.0, 9397.0, 9338.0, 9339.0, 9355.0, 9332.0, 9420.0, 9357.0, 9370.0, 9342.0, 9329.0, 9372.0, 9353.0, 9424.0, 9389.0, 9357.0, 9356.0, 9327.0, 9389.0, 9364.0, 9423.0, 9409.0, 9333.0, 9388.0, 9327.0, 9384.0, 9355.0, 9348.0, 9408.0, 9331.0, 9403.0, 9344.0, 9371.0, 9339.0, 9332.0, 9404.0, 9392.0, 9360.0, 9359.0, 9332.0, 9385.0, 9347.0, 9386.0, 9391.0, 9363.0, 9424.0, 9357.0, 9397.0, 9341.0, 9363.0, 9333.0, 9335.0, 9366.0, 9339.0, 9399.0, 9320.0, 9357.0, 9300.0, 9355.0, 9306.0, 9321.0, 9366.0, 9309.0, 9365.0, 9328.0, 9390.0, 9330.0, 9344.0, 9360.0, 9334.0, 9420.0, 9348.0, 9391.0, 9364.0, 9352.0, 9380.0, 9355.0, 9445.0, 9381.0, 9422.0, 9364.0, 9404.0, 9377.0, 9392.0, 9408.0, 9329.0, 9385.0, 9325.0, 9369.0, 9359.0, 9419.0, 9389.0, 9342.0, 9368.0, 9329.0, 9379.0, 9351.0, 9409.0, 9394.0, 9369.0, 9407.0, 9336.0, 9435.0, 9389.0, 9342.0, 9375.0, 9352.0, 9414.0, 9374.0, 9345.0, 9432.0, 9421.0, 9405.0, 9454.0, 9397.0, 9362.0, 9355.0, 9342.0, 9385.0, 9361.0, 9377.0, 9389.0, 9376.0, 9446.0, 9391.0, 9369.0, 9331.0, 9302.0, 9344.0, 9307.0, 9379.0, 9338.0, 9374.0, 9407.0, 9332.0, 9387.0, 9330.0, 9345.0, 9341.0, 9329.0, 9392.0, 9366.0, 9423.0, 9363.0, 9376.0, 9359.0, 9344.0, 9373.0, 9352.0, 9419.0, 9376.0, 9377.0, 9345.0, 9345.0, 9363.0, 9356.0, 9424.0, 9365.0, 9422.0, 9363.0, 9405.0, 9350.0, 9366.0, 9395.0, 9357.0, 9427.0, 9352.0, 9392.0, 9350.0, 9352.0, 9398.0, 9360.0, 9445.0, 9402.0, 9412.0, 9383.0, 9367.0, 9381.0, 9367.0, 9432.0, 9385.0, 9387.0, 9451.0, 9459.0, 9473.0, 9482.0, 9444.0, 9423.0, 9416.0, 9367.0, 9348.0, 9318.0, 9314.0, 9360.0, 9332.0, 9392.0, 9349.0, 9422.0, 9362.0, 9403.0, 9364.0, 9392.0, 9348.0, 9371.0, 9323.0, 9307.0, 9338.0, 9275.0, 9350.0, 9299.0, 9324.0, 9277.0, 9275.0, 9290.0, 9260.0, 9306.0, 9265.0, 9309.0, 9284.0, 9341.0, 9300.0, 9307.0, 9314.0, 9277.0, 9299.0, 9275.0, 9301.0, 9294.0, 9321.0, 9300.0, 9321.0, 9324.0, 9316.0, 9356.0, 9329.0, 9345.0, 9331.0, 9320.0, 9391.0, 9370.0, 9446.0, 9420.0, 9390.0, 9414.0, 9353.0, 9409.0, 9366.0, 9424.0, 9382.0, 9427.0, 9397.0, 9430.0, 9411.0, 9349.0, 9391.0, 9331.0, 9404.0, 9353.0, 9388.0, 9361.0, 9364.0, 9411.0, 9353.0, 9411.0, 9355.0, 9407.0, 9379.0, 9383.0, 9395.0, 9387.0, 9447.0, 9370.0, 9427.0, 9381.0, 9396.0, 9381.0, 9376.0, 9443.0, 9369.0, 9423.0, 9368.0, 9397.0, 9382.0, 9370.0, 9418.0, 9394.0, 9432.0, 9370.0, 9413.0, 9368.0, 9412.0, 9381.0, 9377.0, 9432.0, 9381.0, 9447.0, 9374.0, 9388.0, 9388.0, 9377.0, 9436.0, 9412.0, 9471.0, 9442.0, 9397.0, 9437.0, 9375.0, 9429.0, 9384.0, 9417.0, 9404.0, 9394.0, 9471.0, 9427.0, 9441.0, 9404.0, 9360.0, 9411.0, 9371.0, 9414.0, 9399.0, 9407.0, 9450.0, 9376.0, 9431.0, 9384.0, 9422.0, 9379.0, 9405.0, 9391.0, 9389.0, 9406.0, 9310.0, 9367.0, 9323.0, 9379.0, 9344.0, 9378.0, 9405.0, 9333.0, 9388.0, 9333.0, 9372.0, 9357.0, 9363.0, 9391.0, 9363.0, 9412.0, 9385.0, 9449.0, 9397.0, 9397.0, 9344.0, 9344.0, 9371.0, 9347.0, 9426.0, 9398.0, 9441.0, 9380.0, 9374.0, 9356.0, 9354.0, 9371.0, 9339.0, 9401.0, 9379.0, 9407.0, 9375.0, 9361.0, 9427.0, 9392.0, 9346.0, 9369.0, 9328.0, 9383.0, 9359.0, 9392.0, 9385.0, 9386.0, 9442.0, 9365.0, 9408.0, 9361.0, 9386.0, 9358.0, 9358.0, 9405.0, 9362.0, 9409.0, 9346.0, 9384.0, 9342.0, 9343.0, 9390.0, 9356.0, 9410.0, 9362.0, 9378.0, 9360.0, 9350.0, 9398.0, 9371.0, 9432.0, 9381.0, 9425.0, 9379.0, 9375.0, 9391.0, 9380.0, 9428.0, 9347.0, 9406.0, 9356.0, 9384.0, 9343.0, 9374.0, 9378.0, 9358.0, 9411.0, 9353.0, 9391.0, 9353.0, 9395.0, 9373.0, 9402.0, 9448.0, 9356.0, 9425.0, 9364.0, 9409.0, 9378.0, 9444.0, 9394.0, 9347.0, 9386.0, 9326.0, 9370.0, 9344.0, 9378.0, 9384.0, 9357.0, 9442.0, 9402.0, 9436.0, 9471.0, 9402.0, 9447.0, 9356.0, 9336.0, 9348.0, 9335.0, 9386.0, 9348.0, 9406.0, 9380.0, 9419.0, 9380.0, 9410.0, 9390.0, 9339.0, 9381.0, 9317.0, 9377.0, 9341.0, 9374.0, 9345.0, 9334.0, 9359.0, 9301.0, 9358.0, 9325.0, 9356.0, 9331.0, 9377.0, 9358.0, 9316.0, 9345.0, 9320.0, 9362.0, 9317.0, 9361.0, 9365.0, 9378.0, 9336.0, 9346.0, 9318.0, 9319.0, 9346.0, 9331.0, 9390.0, 9381.0, 9363.0, 9359.0, 9346.0, 9378.0, 9351.0, 9422.0, 9400.0, 9387.0, 9433.0, 9362.0, 9442.0, 9389.0, 9383.0, 9436.0, 9404.0, 9451.0, 9432.0, 9371.0, 9411.0, 9380.0, 9393.0, 9402.0, 9342.0, 9414.0, 9375.0, 9430.0, 9402.0, 9437.0, 9434.0, 9367.0, 9412.0, 9344.0, 9386.0, 9339.0, 9355.0, 9372.0, 9349.0, 9420.0, 9359.0, 9404.0, 9344.0, 9355.0, 9355.0, 9343.0, 9387.0, 9366.0, 9423.0, 9363.0, 9402.0, 9358.0, 9371.0, 9355.0, 9341.0, 9389.0, 9345.0, 9387.0, 9325.0, 9367.0, 9347.0, 9372.0, 9348.0, 9366.0, 9395.0, 9352.0, 9390.0, 9356.0, 9398.0, 9387.0, 9383.0, 9436.0, 9389.0, 9421.0, 9375.0, 9374.0, 9437.0, 9413.0, 9412.0, 9451.0, 9377.0, 9457.0, 9415.0, 9404.0, 9400.0, 9389.0, 9449.0, 9385.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.0015402048558421852</td></tr>
<tr><td colspan=3>aqi</td><td>0.05110321805766312</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.35154891256643</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1894203414958242</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9589827338952176</td></tr>
<tr><td colspan=3>efc</td><td>0.5141</td></tr>
<tr><td colspan=3>fber</td><td>3679.4956</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08575283544542207</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.959028831562974</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4903072305451435</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4471557598370786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.67192893629625</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3518369955021012</td></tr>
<tr><td colspan=3>gcor</td><td>0.00656558</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002066931687295437</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026169724762439728</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.21215381451656</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>13.7684</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2208</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.4743</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292458.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>1087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.651</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.3212</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.9965</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.082</td></tr>
<tr><td colspan=3>tsnr</td><td>28.94875203841366</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>