<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-04/func/sub-0039_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>ceb8d3756db93593225bdeb6304bc530</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>16:28:28.672500</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.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0964756</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>[4154, -7773, -7249, 667, -72, -261, 14, 70]</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>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>99908741-cd95-453f-b5f0-636289e0b2a2||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.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['162828.672500', '162829.132500', '162829.592500', '162830.052500', '162830.512500', '162830.972500', '162831.432500', '162831.892500', '162832.352500', '162832.812500', '162833.272500', '162833.732500', '162834.192500', '162834.652500', '162835.112500', '162835.572500', '162836.032500', '162836.492500', '162836.952500', '162837.412500', '162837.872500', '162838.332500', '162838.792500', '162839.252500', '162839.712500', '162840.172500', '162840.632500', '162841.092500', '162841.552500', '162842.012500', '162842.472500', '162842.932500', '162843.392500', '162843.852500', '162844.312500', '162844.772500', '162845.232500', '162845.692500', '162846.152500', '162846.612500', '162847.072500', '162847.532500', '162847.992500', '162848.452500', '162848.912500', '162849.372500', '162849.832500', '162850.292500', '162850.752500', '162851.212500', '162851.672500', '162852.132500', '162852.592500', '162853.052500', '162853.512500', '162853.972500', '162854.432500', '162854.892500', '162855.352500', '162855.812500', '162856.272500', '162856.732500', '162857.192500', '162857.652500', '162858.112500', '162858.572500', '162859.032500', '162859.492500', '162859.952500', '162900.412500', '162900.872500', '162901.332500', '162901.792500', '162902.252500', '162902.712500', '162903.172500', '162903.632500', '162904.092500', '162904.552500', '162905.012500', '162905.472500', '162905.932500', '162906.392500', '162906.852500', '162907.312500', '162907.772500', '162908.232500', '162908.692500', '162909.152500', '162909.612500', '162910.072500', '162910.532500', '162910.992500', '162911.452500', '162911.912500', '162912.372500', '162912.832500', '162913.292500', '162913.752500', '162914.212500', '162914.672500', '162915.132500', '162915.592500', '162916.052500', '162916.512500', '162916.972500', '162917.432500', '162917.892500', '162918.352500', '162918.812500', '162919.272500', '162919.732500', '162920.192500', '162920.652500', '162921.112500', '162921.572500', '162922.032500', '162922.492500', '162922.952500', '162923.412500', '162923.872500', '162924.332500', '162924.792500', '162925.252500', '162925.712500', '162926.172500', '162926.632500', '162927.092500', '162927.552500', '162928.012500', '162928.472500', '162928.932500', '162929.392500', '162929.852500', '162930.312500', '162930.772500', '162931.232500', '162931.692500', '162932.152500', '162932.612500', '162933.072500', '162933.532500', '162933.992500', '162934.452500', '162934.912500', '162935.372500', '162935.832500', '162936.292500', '162936.752500', '162937.212500', '162937.672500', '162938.132500', '162938.592500', '162939.052500', '162939.512500', '162939.972500', '162940.432500', '162940.892500', '162941.352500', '162941.812500', '162942.272500', '162942.732500', '162943.192500', '162943.652500', '162944.112500', '162944.572500', '162945.032500', '162945.492500', '162945.952500', '162946.412500', '162946.872500', '162947.332500', '162947.792500', '162948.252500', '162948.712500', '162949.172500', '162949.632500', '162950.092500', '162950.552500', '162951.012500', '162951.472500', '162951.932500', '162952.392500', '162952.852500', '162953.312500', '162953.772500', '162954.232500', '162954.692500', '162955.152500', '162955.612500', '162956.072500', '162956.532500', '162956.992500', '162957.452500', '162957.912500', '162958.372500', '162958.832500', '162959.292500', '162959.752500', '163000.212500', '163000.672500', '163001.132500', '163001.592500', '163002.052500', '163002.512500', '163002.972500', '163003.432500', '163003.892500', '163004.352500', '163004.812500', '163005.272500', '163005.732500', '163006.192500', '163006.652500', '163007.112500', '163007.572500', '163008.032500', '163008.492500', '163008.952500', '163009.412500', '163009.872500', '163010.332500', '163010.792500', '163011.252500', '163011.712500', '163012.172500', '163012.632500', '163013.092500', '163013.552500', '163014.012500', '163014.472500', '163014.932500', '163015.392500', '163015.852500', '163016.312500', '163016.772500', '163017.232500', '163017.692500', '163018.152500', '163018.612500', '163019.072500', '163019.532500', '163019.992500', '163020.452500', '163020.912500', '163021.372500', '163021.832500', '163022.292500', '163022.752500', '163023.212500', '163023.672500', '163024.132500', '163024.592500', '163025.052500', '163025.512500', '163025.972500', '163026.432500', '163026.892500', '163027.352500', '163027.812500', '163028.272500', '163028.732500', '163029.192500', '163029.652500', '163030.112500', '163030.572500', '163031.032500', '163031.492500', '163031.952500', '163032.412500', '163032.872500', '163033.332500', '163033.792500', '163034.252500', '163034.712500', '163035.172500', '163035.632500', '163036.092500', '163036.552500', '163037.012500', '163037.472500', '163037.932500', '163038.392500', '163038.852500', '163039.312500', '163039.772500', '163040.232500', '163040.692500', '163041.152500', '163041.612500', '163042.072500', '163042.532500', '163042.992500', '163043.452500', '163043.912500', '163044.372500', '163044.832500', '163045.292500', '163045.752500', '163046.212500', '163046.672500', '163047.132500', '163047.592500', '163048.052500', '163048.512500', '163048.972500', '163049.432500', '163049.892500', '163050.352500', '163050.812500', '163051.272500', '163051.732500', '163052.192500', '163052.652500', '163053.112500', '163053.572500', '163054.032500', '163054.492500', '163054.952500', '163055.412500', '163055.872500', '163056.332500', '163056.792500', '163057.252500', '163057.712500', '163058.172500', '163058.632500', '163059.092500', '163059.552500', '163100.012500', '163100.472500', '163100.932500', '163101.392500', '163101.852500', '163102.312500', '163102.772500', '163103.232500', '163103.692500', '163104.152500', '163104.612500', '163105.072500', '163105.532500', '163105.992500', '163106.452500', '163106.912500', '163107.372500', '163107.832500', '163108.292500', '163108.752500', '163109.212500', '163109.672500', '163110.132500', '163110.592500', '163111.052500', '163111.512500', '163111.972500', '163112.432500', '163112.892500', '163113.352500', '163113.812500', '163114.272500', '163114.732500', '163115.192500', '163115.652500', '163116.112500', '163116.572500', '163117.032500', '163117.492500', '163117.952500', '163118.412500', '163118.872500', '163119.332500', '163119.792500', '163120.252500', '163120.712500', '163121.172500', '163121.632500', '163122.092500', '163122.552500', '163123.012500', '163123.472500', '163123.932500', '163124.392500', '163124.852500', '163125.312500', '163125.772500', '163126.232500', '163126.692500', '163127.152500', '163127.612500', '163128.072500', '163128.532500', '163128.992500', '163129.452500', '163129.912500', '163130.372500', '163130.832500', '163131.292500', '163131.752500', '163132.212500', '163132.672500', '163133.132500', '163133.592500', '163134.052500', '163134.512500', '163134.972500', '163135.432500', '163135.892500', '163136.352500', '163136.812500', '163137.272500', '163137.732500', '163138.192500', '163138.652500', '163139.112500', '163139.572500', '163140.032500', '163140.492500', '163140.952500', '163141.412500', '163141.872500', '163142.332500', '163142.792500', '163143.252500', '163143.712500', '163144.172500', '163144.632500', '163145.092500', '163145.552500', '163146.012500', '163146.472500', '163146.932500', '163147.392500', '163147.852500', '163148.312500', '163148.772500', '163149.232500', '163149.692500', '163150.152500', '163150.612500', '163151.072500', '163151.532500', '163151.992500', '163152.452500', '163152.912500', '163153.372500', '163153.832500', '163154.292500', '163154.752500', '163155.212500', '163155.672500', '163156.132500', '163156.592500', '163157.052500', '163157.512500', '163157.972500', '163158.432500', '163158.892500', '163159.352500', '163159.812500', '163200.272500', '163200.732500', '163201.192500', '163201.652500', '163202.112500', '163202.572500', '163203.032500', '163203.492500', '163203.952500', '163204.412500', '163204.872500', '163205.332500', '163205.792500', '163206.252500', '163206.712500', '163207.172500', '163207.632500', '163208.092500', '163208.552500', '163209.012500', '163209.472500', '163209.932500', '163210.392500', '163210.852500', '163211.312500', '163211.772500', '163212.232500', '163212.692500', '163213.152500', '163213.612500', '163214.072500', '163214.532500', '163214.992500', '163215.452500', '163215.912500', '163216.372500', '163216.832500', '163217.292500', '163217.752500', '163218.212500', '163218.672500', '163219.132500', '163219.592500', '163220.052500', '163220.512500', '163220.972500', '163221.432500', '163221.892500', '163222.352500', '163222.812500', '163223.272500', '163223.732500', '163224.192500', '163224.652500', '163225.112500', '163225.572500', '163226.032500', '163226.492500', '163226.952500', '163227.412500', '163227.872500', '163228.332500', '163228.792500', '163229.252500', '163229.712500', '163230.172500', '163230.632500', '163231.092500', '163231.552500', '163232.012500', '163232.472500', '163232.932500', '163233.392500', '163233.852500', '163234.312500', '163234.772500', '163235.232500', '163235.692500', '163236.152500', '163236.612500', '163237.072500', '163237.532500', '163237.992500', '163238.452500', '163238.912500', '163239.372500', '163239.832500', '163240.292500', '163240.752500', '163241.212500', '163241.672500', '163242.132500', '163242.592500', '163243.052500', '163243.512500', '163243.972500', '163244.432500', '163244.892500', '163245.352500', '163245.812500', '163246.272500', '163246.732500', '163247.192500', '163247.652500', '163248.112500', '163248.572500', '163249.032500', '163249.492500', '163249.952500', '163250.412500', '163250.872500', '163251.332500', '163251.792500', '163252.252500', '163252.712500', '163253.172500', '163253.632500', '163254.092500', '163254.552500', '163255.012500', '163255.472500', '163255.932500', '163256.392500', '163256.852500', '163257.312500', '163257.772500', '163258.232500', '163258.692500', '163259.152500', '163259.612500', '163300.072500', '163300.532500', '163300.992500', '163301.452500', '163301.912500', '163302.372500', '163302.832500', '163303.292500', '163303.752500', '163304.212500', '163304.672500', '163305.132500', '163305.592500', '163306.052500', '163306.512500', '163306.972500', '163307.432500', '163307.892500', '163308.352500', '163308.812500', '163309.272500', '163309.732500', '163310.192500', '163310.652500', '163311.112500', '163311.572500', '163312.032500', '163312.492500', '163312.952500', '163313.412500', '163313.872500', '163314.332500', '163314.792500', '163315.252500', '163315.712500', '163316.172500', '163316.632500', '163317.092500', '163317.552500', '163318.012500', '163318.472500', '163318.932500', '163319.392500', '163319.852500', '163320.312500', '163320.772500', '163321.232500', '163321.692500', '163322.152500', '163322.612500', '163323.072500', '163323.532500', '163323.992500', '163324.452500', '163324.912500', '163325.372500', '163325.832500', '163326.292500', '163326.752500', '163327.212500', '163327.672500', '163328.132500', '163328.592500', '163329.052500', '163329.512500', '163329.972500', '163330.432500', '163330.892500', '163331.352500', '163331.812500', '163332.272500', '163332.732500', '163333.192500', '163333.652500', '163334.112500', '163334.572500', '163335.032500', '163335.492500', '163335.952500', '163336.412500', '163336.872500', '163337.332500', '163337.792500', '163338.252500', '163338.712500', '163339.172500', '163339.632500', '163340.092500', '163340.552500', '163341.012500', '163341.472500', '163341.932500', '163342.392500', '163342.852500', '163343.312500', '163343.772500', '163344.232500', '163344.692500', '163345.152500', '163345.612500', '163346.072500', '163346.532500', '163346.992500', '163347.452500', '163347.912500', '163348.372500', '163348.832500', '163349.292500', '163349.752500', '163350.212500', '163350.672500', '163351.132500', '163351.592500', '163352.052500', '163352.512500', '163352.972500', '163353.432500', '163353.892500', '163354.352500', '163354.812500', '163355.272500', '163355.732500', '163356.192500', '163356.652500', '163357.112500', '163357.572500', '163358.032500', '163358.492500', '163358.952500', '163359.412500', '163359.872500', '163400.332500', '163400.792500', '163401.252500', '163401.712500', '163402.172500', '163402.632500', '163403.092500', '163403.552500', '163404.012500', '163404.472500', '163404.932500', '163405.392500', '163405.852500', '163406.312500', '163406.772500', '163407.232500', '163407.692500', '163408.152500', '163408.612500', '163409.072500', '163409.532500', '163409.992500', '163410.452500', '163410.912500', '163411.372500', '163411.832500', '163412.292500', '163412.752500', '163413.212500', '163413.672500', '163414.132500', '163414.592500', '163415.052500', '163415.512500', '163415.972500', '163416.432500', '163416.892500', '163417.352500', '163417.812500', '163418.272500', '163418.732500', '163419.192500', '163419.652500', '163420.112500', '163420.572500', '163421.032500', '163421.492500', '163421.952500', '163422.412500', '163422.872500', '163423.332500', '163423.792500', '163424.252500', '163424.712500', '163425.172500', '163425.632500', '163426.092500', '163426.552500', '163427.012500', '163427.472500', '163427.932500', '163428.392500', '163428.852500', '163429.312500', '163429.772500', '163430.232500', '163430.692500', '163431.152500', '163431.612500', '163432.072500', '163432.532500', '163432.992500', '163433.452500', '163433.912500', '163434.372500', '163434.832500', '163435.292500', '163435.752500', '163436.212500', '163436.672500', '163437.132500', '163437.592500', '163438.052500', '163438.512500', '163438.972500', '163439.432500', '163439.892500', '163440.352500', '163440.812500', '163441.272500', '163441.732500', '163442.192500', '163442.652500', '163443.112500', '163443.572500', '163444.032500', '163444.492500', '163444.952500', '163445.412500', '163445.872500', '163446.332500', '163446.792500', '163447.252500', '163447.712500', '163448.172500', '163448.632500', '163449.092500', '163449.552500', '163450.012500', '163450.472500', '163450.932500', '163451.392500', '163451.852500', '163452.312500', '163452.772500', '163453.232500', '163453.692500', '163454.152500', '163454.612500', '163455.072500', '163455.532500', '163455.992500', '163456.452500', '163456.912500', '163457.372500', '163457.832500', '163458.292500', '163458.752500', '163459.212500', '163459.672500', '163500.132500', '163500.592500', '163501.052500', '163501.512500', '163501.972500', '163502.432500', '163502.892500', '163503.352500', '163503.812500', '163504.272500', '163504.732500', '163505.192500', '163505.652500', '163506.112500', '163506.572500', '163507.032500', '163507.492500', '163507.952500', '163508.412500', '163508.872500', '163509.332500', '163509.792500', '163510.252500', '163510.712500', '163511.172500', '163511.632500', '163512.092500', '163512.552500', '163513.012500', '163513.472500', '163513.932500', '163514.392500', '163514.852500', '163515.312500', '163515.772500', '163516.232500', '163516.692500', '163517.152500', '163517.612500', '163518.072500', '163518.532500', '163518.992500', '163519.452500', '163519.912500', '163520.372500', '163520.832500', '163521.292500', '163521.752500', '163522.212500', '163522.672500', '163523.132500', '163523.592500', '163524.052500', '163524.512500', '163524.972500', '163525.432500', '163525.892500', '163526.352500', '163526.812500', '163527.272500', '163527.732500', '163528.192500', '163528.652500', '163529.112500', '163529.572500', '163530.032500', '163530.492500', '163530.952500', '163531.412500', '163531.872500', '163532.332500', '163532.792500', '163533.252500', '163533.712500', '163534.172500', '163534.632500', '163535.092500', '163535.552500', '163536.012500', '163536.472500', '163536.932500', '163537.392500', '163537.852500', '163538.312500', '163538.772500', '163539.232500', '163539.692500', '163540.152500', '163540.612500', '163541.072500', '163541.532500', '163541.992500', '163542.452500', '163542.912500', '163543.372500', '163543.832500', '163544.292500', '163544.752500', '163545.212500', '163545.672500', '163546.132500', '163546.592500', '163547.052500', '163547.512500', '163547.972500', '163548.432500', '163548.892500', '163549.352500', '163549.812500', '163550.272500', '163550.732500', '163551.192500', '163551.652500', '163552.112500', '163552.572500', '163553.032500', '163553.492500', '163553.952500', '163554.412500', '163554.872500', '163555.332500', '163555.792500', '163556.252500', '163556.712500', '163557.172500', '163557.632500', '163558.092500', '163558.552500', '163559.012500', '163559.472500', '163559.932500', '163600.392500', '163600.852500', '163601.312500', '163601.772500', '163602.232500', '163602.692500', '163603.152500', '163603.612500', '163604.072500', '163604.532500', '163604.992500', '163605.452500', '163605.912500', '163606.372500', '163606.832500', '163607.292500', '163607.752500', '163608.212500', '163608.672500', '163609.132500', '163609.592500', '163610.052500', '163610.512500', '163610.972500', '163611.432500', '163611.892500', '163612.352500', '163612.812500', '163613.272500', '163613.732500', '163614.192500', '163614.652500', '163615.112500', '163615.572500', '163616.032500', '163616.492500', '163616.952500', '163617.412500', '163617.872500', '163618.332500', '163618.792500', '163619.252500', '163619.712500', '163620.172500', '163620.632500', '163621.092500', '163621.552500', '163622.012500', '163622.472500', '163622.932500', '163623.392500', '163623.852500', '163624.312500', '163624.772500', '163625.232500', '163625.692500', '163626.152500', '163626.612500', '163627.072500', '163627.532500', '163627.992500', '163628.452500', '163628.912500', '163629.372500', '163629.832500', '163630.292500', '163630.752500', '163631.212500', '163631.672500', '163632.132500', '163632.592500', '163633.052500', '163633.512500', '163633.972500', '163634.432500', '163634.892500', '163635.352500', '163635.812500', '163636.272500', '163636.732500', '163637.192500', '163637.652500', '163638.112500', '163638.572500', '163639.032500', '163639.492500', '163639.952500', '163640.412500', '163640.872500', '163641.332500', '163641.792500', '163642.252500', '163642.712500', '163643.172500', '163643.632500', '163644.092500', '163644.552500', '163645.012500', '163645.472500', '163645.932500', '163646.392500', '163646.852500', '163647.312500', '163647.772500', '163648.232500', '163648.692500', '163649.152500', '163649.612500', '163650.072500', '163650.532500', '163650.992500', '163651.452500', '163651.912500', '163652.372500', '163652.832500', '163653.292500', '163653.752500', '163654.212500', '163654.672500', '163655.132500', '163655.592500', '163656.052500', '163656.512500', '163656.972500', '163657.432500', '163657.892500', '163658.352500', '163658.812500', '163659.272500', '163659.732500', '163700.192500', '163700.652500', '163701.112500', '163701.572500', '163702.032500', '163702.492500', '163702.952500', '163703.412500', '163703.872500', '163704.332500', '163704.792500', '163705.252500', '163705.712500', '163706.172500', '163706.632500', '163707.092500', '163707.552500', '163708.012500', '163708.472500', '163708.932500', '163709.392500', '163709.852500', '163710.312500', '163710.772500', '163711.232500', '163711.692500', '163712.152500', '163712.612500', '163713.072500', '163713.532500', '163713.992500', '163714.452500', '163714.912500', '163715.372500', '163715.832500', '163716.292500', '163716.752500', '163717.212500', '163717.672500', '163718.132500', '163718.592500', '163719.052500', '163719.512500', '163719.972500', '163720.432500', '163720.892500', '163721.352500', '163721.812500', '163722.272500', '163722.732500', '163723.192500', '163723.652500', '163724.112500', '163724.572500', '163725.032500', '163725.492500', '163725.952500', '163726.412500', '163726.872500', '163727.332500', '163727.792500', '163728.252500', '163728.712500', '163729.172500', '163729.632500', '163730.092500', '163730.552500', '163731.012500', '163731.472500', '163731.932500', '163732.392500', '163732.852500', '163733.312500', '163733.772500', '163734.232500', '163734.692500', '163735.152500', '163735.612500', '163736.072500', '163736.532500', '163736.992500', '163737.452500', '163737.912500', '163738.372500', '163738.832500', '163739.292500', '163739.752500', '163740.212500', '163740.672500', '163741.132500', '163741.592500', '163742.052500', '163742.512500', '163742.972500', '163743.432500', '163743.892500', '163744.352500', '163744.812500', '163745.272500', '163745.732500', '163746.192500', '163746.652500', '163747.112500', '163747.572500', '163748.032500', '163748.492500', '163748.952500', '163749.412500', '163749.872500', '163750.332500', '163750.792500', '163751.252500', '163751.712500', '163752.172500', '163752.632500', '163753.092500', '163753.552500', '163754.012500', '163754.472500', '163754.932500', '163755.392500', '163755.852500', '163756.312500', '163756.772500', '163757.232500', '163757.692500', '163758.152500', '163758.612500', '163759.072500', '163759.532500', '163759.992500', '163800.452500', '163800.912500', '163801.372500', '163801.832500', '163802.292500', '163802.752500', '163803.212500', '163803.672500', '163804.132500', '163804.592500', '163805.052500', '163805.512500', '163805.972500', '163806.432500', '163806.892500', '163807.352500', '163807.812500', '163808.272500', '163808.732500', '163809.192500', '163809.652500', '163810.112500', '163810.572500', '163811.032500', '163811.492500', '163811.952500', '163812.412500', '163812.872500', '163813.332500', '163813.792500', '163814.252500', '163814.712500', '163815.172500', '163815.632500', '163816.092500', '163816.552500', '163817.012500', '163817.472500', '163817.932500', '163818.392500', '163818.852500', '163819.312500', '163819.772500', '163820.232500', '163820.692500', '163821.152500', '163821.612500', '163822.072500', '163822.532500', '163822.992500', '163823.452500', '163823.912500', '163824.372500', '163824.832500', '163825.292500', '163825.752500', '163826.212500', '163826.672500', '163827.132500', '163827.592500', '163828.052500', '163828.512500', '163828.972500', '163829.432500', '163829.892500', '163830.352500', '163830.812500', '163831.272500', '163831.732500', '163832.192500', '163832.652500', '163833.112500', '163833.572500', '163834.032500', '163834.492500', '163834.952500', '163835.412500', '163835.872500', '163836.332500'], 'ContentTime': ['162849.151000', '162849.155000', '162849.157000', '162849.160000', '162849.162000', '162849.165000', '162849.168000', '162849.171000', '162849.174000', '162849.176000', '162849.179000', '162849.181000', '162849.184000', '162849.186000', '162849.189000', '162849.191000', '162849.194000', '162849.197000', '162849.199000', '162849.202000', '162849.204000', '162849.207000', '162849.210000', '162849.212000', '162849.215000', '162849.217000', '162849.220000', '162849.223000', '162849.225000', '162849.228000', '162849.230000', '162849.238000', '162849.241000', '162849.243000', '162849.246000', '162849.248000', '162849.251000', '162849.253000', '162849.256000', '162849.259000', '162849.261000', '162849.264000', '162909.123000', '162909.126000', '162909.128000', '162909.131000', '162909.133000', '162909.136000', '162909.139000', '162909.141000', '162909.144000', '162909.146000', '162909.149000', '162909.151000', '162909.154000', '162909.157000', '162909.159000', '162909.162000', '162909.165000', '162909.167000', '162909.170000', '162909.172000', '162909.175000', '162909.178000', '162909.180000', '162909.183000', '162909.185000', '162909.188000', '162909.190000', '162909.205000', '162909.208000', '162909.211000', '162909.213000', '162909.216000', '162909.218000', '162909.221000', '162909.223000', '162909.226000', '162909.228000', '162909.231000', '162909.233000', '162909.236000', '162909.238000', '162909.241000', '162909.244000', '162909.246000', '162929.122000', '162929.125000', '162929.128000', '162929.130000', '162929.133000', '162929.135000', '162929.138000', '162929.140000', '162929.143000', '162929.145000', '162929.148000', '162929.151000', '162929.153000', '162929.156000', '162929.158000', '162929.161000', '162929.163000', '162929.166000', '162929.169000', '162929.171000', '162929.174000', '162929.176000', '162929.179000', '162929.189000', '162929.192000', '162929.194000', '162929.197000', '162929.199000', '162929.202000', '162929.205000', '162929.208000', '162929.211000', '162929.214000', '162929.216000', '162929.219000', '162929.221000', '162929.224000', '162929.226000', '162929.229000', '162929.231000', '162929.234000', '162929.237000', '162929.239000', '162949.122000', '162949.125000', '162949.128000', '162949.130000', '162949.133000', '162949.135000', '162949.138000', '162949.140000', '162949.143000', '162949.145000', '162949.148000', '162949.151000', '162949.153000', '162949.156000', '162949.158000', '162949.161000', '162949.164000', '162949.166000', '162949.169000', '162949.172000', '162949.174000', '162949.177000', '162949.179000', '162949.182000', '162949.185000', '162949.187000', '162949.190000', '162949.192000', '162949.195000', '162949.197000', '162949.200000', '162949.202000', '162949.205000', '162949.208000', '162949.211000', '162949.213000', '162949.216000', '162949.218000', '162949.221000', '162949.224000', '162949.226000', '162949.229000', '162949.232000', '162949.234000', '163009.122000', '163009.125000', '163009.128000', '163009.130000', '163009.133000', '163009.135000', '163009.138000', '163009.140000', '163009.143000', '163009.146000', '163009.148000', '163009.151000', '163009.154000', '163009.156000', '163009.159000', '163009.161000', '163009.164000', '163009.166000', '163009.169000', '163009.171000', '163009.174000', '163009.177000', '163009.182000', '163009.184000', '163009.187000', '163009.190000', '163009.192000', '163009.195000', '163009.197000', '163009.200000', '163009.202000', '163009.205000', '163009.208000', '163009.210000', '163009.213000', '163009.215000', '163009.218000', '163009.221000', '163009.223000', '163009.226000', '163009.229000', '163009.231000', '163009.234000', '163029.122000', '163029.125000', '163029.128000', '163029.130000', '163029.133000', '163029.136000', '163029.138000', '163029.141000', '163029.143000', '163029.146000', '163029.148000', '163029.151000', '163029.154000', '163029.156000', '163029.159000', '163029.161000', '163029.164000', '163029.166000', '163029.169000', '163029.171000', '163029.174000', '163029.177000', '163029.179000', '163029.182000', '163029.184000', '163029.187000', '163029.189000', '163029.192000', '163029.194000', '163029.197000', '163029.200000', '163029.202000', '163029.205000', '163029.207000', '163029.210000', '163029.212000', '163029.215000', '163029.217000', '163029.220000', '163029.223000', '163029.231000', '163029.234000', '163029.236000', '163029.239000', '163049.122000', '163049.125000', '163049.128000', '163049.130000', '163049.133000', '163049.135000', '163049.138000', '163049.141000', '163049.143000', '163049.146000', '163049.149000', '163049.151000', '163049.154000', '163049.156000', '163049.159000', '163049.161000', '163049.164000', '163049.166000', '163049.169000', '163049.172000', '163049.174000', '163049.177000', '163049.191000', '163049.193000', '163049.196000', '163049.199000', '163049.201000', '163049.204000', '163049.206000', '163049.209000', '163049.211000', '163049.214000', '163049.217000', '163049.219000', '163049.222000', '163049.224000', '163049.227000', '163049.230000', '163049.232000', '163049.235000', '163049.237000', '163049.240000', '163049.243000', '163109.122000', '163109.125000', '163109.128000', '163109.130000', '163109.133000', '163109.142000', '163109.144000', '163109.147000', '163109.150000', '163109.152000', '163109.155000', '163109.157000', '163109.160000', '163109.163000', '163109.165000', '163109.168000', '163109.170000', '163109.173000', '163109.176000', '163109.178000', '163109.181000', '163109.183000', '163109.186000', '163109.189000', '163109.191000', '163109.194000', '163109.196000', '163109.199000', '163109.202000', '163109.204000', '163109.207000', '163109.209000', '163109.212000', '163109.214000', '163109.217000', '163109.219000', '163109.222000', '163109.225000', '163109.227000', '163109.230000', '163109.232000', '163109.235000', '163109.237000', '163109.240000', '163129.122000', '163129.125000', '163129.128000', '163129.130000', '163129.133000', '163129.135000', '163129.138000', '163129.141000', '163129.143000', '163129.146000', '163129.148000', '163129.151000', '163129.153000', '163129.156000', '163129.159000', '163129.161000', '163129.164000', '163129.167000', '163129.169000', '163129.172000', '163129.174000', '163129.177000', '163129.180000', '163129.182000', '163129.185000', '163129.187000', '163129.190000', '163129.193000', '163129.195000', '163129.198000', '163129.200000', '163129.203000', '163129.205000', '163129.208000', '163129.211000', '163129.213000', '163129.216000', '163129.218000', '163129.221000', '163129.223000', '163129.226000', '163129.228000', '163129.231000', '163149.122000', '163149.125000', '163149.128000', '163149.130000', '163149.133000', '163149.136000', '163149.138000', '163149.141000', '163149.143000', '163149.146000', '163149.149000', '163149.151000', '163149.154000', '163149.157000', '163149.159000', '163149.162000', '163149.165000', '163149.167000', '163149.170000', '163149.172000', '163149.175000', '163149.178000', '163149.180000', '163149.183000', '163149.185000', '163149.188000', '163149.190000', '163149.193000', '163149.196000', '163149.198000', '163149.201000', '163149.203000', '163149.206000', '163149.209000', '163149.211000', '163149.214000', '163149.216000', '163149.219000', '163149.222000', '163149.224000', '163149.227000', '163149.229000', '163149.232000', '163149.234000', '163209.122000', '163209.125000', '163209.128000', '163209.130000', '163209.133000', '163209.136000', '163209.138000', '163209.141000', '163209.143000', '163209.146000', '163209.149000', '163209.151000', '163209.154000', '163209.156000', '163209.159000', '163209.161000', '163209.164000', '163209.167000', '163209.169000', '163209.172000', '163209.174000', '163209.177000', '163209.180000', '163209.182000', '163209.185000', '163209.188000', '163209.190000', '163209.193000', '163209.195000', '163209.198000', '163209.201000', '163209.203000', '163209.206000', '163209.208000', '163209.211000', '163209.214000', '163209.216000', '163209.219000', '163209.221000', '163209.224000', '163209.227000', '163209.229000', '163209.232000', '163229.122000', '163229.125000', '163229.128000', '163229.130000', '163229.143000', '163229.145000', '163229.148000', '163229.151000', '163229.153000', '163229.156000', '163229.158000', '163229.161000', '163229.164000', '163229.166000', '163229.169000', '163229.171000', '163229.174000', '163229.177000', '163229.179000', '163229.182000', '163229.184000', '163229.187000', '163229.189000', '163229.192000', '163229.195000', '163229.197000', '163229.200000', '163229.202000', '163229.205000', '163229.207000', '163229.210000', '163229.212000', '163229.215000', '163229.218000', '163229.220000', '163229.223000', '163229.225000', '163229.228000', '163229.230000', '163229.233000', '163229.235000', '163229.238000', '163229.240000', '163229.243000', '163249.122000', '163249.125000', '163249.128000', '163249.131000', '163249.133000', '163249.136000', '163249.138000', '163249.141000', '163249.144000', '163249.146000', '163249.149000', '163249.151000', '163249.154000', '163249.157000', '163249.159000', '163249.162000', '163249.164000', '163249.167000', '163249.170000', '163249.172000', '163249.175000', '163249.177000', '163249.180000', '163249.182000', '163249.185000', '163249.187000', '163249.190000', '163249.193000', '163249.195000', '163249.198000', '163249.200000', '163249.203000', '163249.206000', '163249.208000', '163249.211000', '163249.213000', '163249.216000', '163249.218000', '163249.221000', '163249.223000', '163249.226000', '163249.229000', '163249.231000', '163309.123000', '163309.125000', '163309.128000', '163309.136000', '163309.138000', '163309.141000', '163309.144000', '163309.147000', '163309.149000', '163309.152000', '163309.154000', '163309.157000', '163309.159000', '163309.162000', '163309.165000', '163309.167000', '163309.170000', '163309.172000', '163309.175000', '163309.177000', '163309.180000', '163309.183000', '163309.185000', '163309.188000', '163309.191000', '163309.193000', '163309.196000', '163309.198000', '163309.201000', '163309.204000', '163309.207000', '163309.209000', '163309.212000', '163309.214000', '163309.217000', '163309.219000', '163309.222000', '163309.225000', '163309.227000', '163309.230000', '163309.233000', '163309.235000', '163309.238000', '163329.122000', '163329.125000', '163329.128000', '163329.131000', '163329.133000', '163329.136000', '163329.138000', '163329.141000', '163329.144000', '163329.146000', '163329.149000', '163329.151000', '163329.154000', '163329.157000', '163329.159000', '163329.162000', '163329.164000', '163329.167000', '163329.169000', '163329.172000', '163329.175000', '163329.177000', '163329.180000', '163329.182000', '163329.185000', '163329.188000', '163329.190000', '163329.193000', '163329.195000', '163329.198000', '163329.201000', '163329.203000', '163329.206000', '163329.209000', '163329.211000', '163329.214000', '163329.216000', '163329.219000', '163329.221000', '163329.224000', '163329.227000', '163329.229000', '163329.232000', '163329.234000', '163349.122000', '163349.125000', '163349.128000', '163349.130000', '163349.133000', '163349.136000', '163349.138000', '163349.141000', '163349.143000', '163349.146000', '163349.148000', '163349.151000', '163349.154000', '163349.156000', '163349.159000', '163349.161000', '163349.164000', '163349.167000', '163349.169000', '163349.172000', '163349.174000', '163349.177000', '163349.179000', '163349.182000', '163349.185000', '163349.187000', '163349.190000', '163349.192000', '163349.195000', '163349.210000', '163349.212000', '163349.215000', '163349.217000', '163349.220000', '163349.222000', '163349.225000', '163349.227000', '163349.230000', '163349.233000', '163349.235000', '163349.238000', '163349.240000', '163349.243000', '163349.245000', '163409.122000', '163409.125000', '163409.128000', '163409.131000', '163409.133000', '163409.136000', '163409.138000', '163409.141000', '163409.144000', '163409.146000', '163409.149000', '163409.151000', '163409.154000', '163409.157000', '163409.159000', '163409.162000', '163409.165000', '163409.167000', '163409.170000', '163409.172000', '163409.175000', '163409.177000', '163409.180000', '163409.183000', '163409.185000', '163409.188000', '163409.190000', '163409.193000', '163409.195000', '163409.198000', '163409.201000', '163409.203000', '163409.206000', '163409.208000', '163409.211000', '163409.214000', '163409.216000', '163409.219000', '163409.222000', '163409.224000', '163409.227000', '163409.229000', '163409.232000', '163429.123000', '163429.126000', '163429.129000', '163429.132000', '163429.134000', '163429.137000', '163429.140000', '163429.142000', '163429.145000', '163429.148000', '163429.150000', '163429.153000', '163429.155000', '163429.158000', '163429.161000', '163429.163000', '163429.166000', '163429.168000', '163429.172000', '163429.175000', '163429.177000', '163429.180000', '163429.183000', '163429.186000', '163429.188000', '163429.191000', '163429.193000', '163429.196000', '163429.199000', '163429.201000', '163429.204000', '163429.206000', '163429.209000', '163429.212000', '163429.214000', '163429.217000', '163429.220000', '163429.222000', '163429.226000', '163429.228000', '163429.231000', '163429.234000', '163429.236000', '163449.122000', '163449.125000', '163449.128000', '163449.131000', '163449.133000', '163449.136000', '163449.138000', '163449.141000', '163449.144000', '163449.146000', '163449.149000', '163449.153000', '163449.155000', '163449.158000', '163449.161000', '163449.163000', '163449.166000', '163449.168000', '163449.171000', '163449.174000', '163449.176000', '163449.179000', '163449.181000', '163449.184000', '163449.186000', '163449.189000', '163449.191000', '163449.194000', '163449.197000', '163449.199000', '163449.202000', '163449.204000', '163449.207000', '163449.210000', '163449.212000', '163449.215000', '163449.218000', '163449.220000', '163449.223000', '163449.225000', '163449.228000', '163449.231000', '163449.233000', '163449.236000', '163509.122000', '163509.125000', '163509.128000', '163509.130000', '163509.133000', '163509.136000', '163509.138000', '163509.141000', '163509.143000', '163509.146000', '163509.149000', '163509.151000', '163509.154000', '163509.156000', '163509.159000', '163509.161000', '163509.164000', '163509.167000', '163509.169000', '163509.172000', '163509.174000', '163509.177000', '163509.180000', '163509.182000', '163509.185000', '163509.188000', '163509.190000', '163509.193000', '163509.195000', '163509.198000', '163509.201000', '163509.203000', '163509.206000', '163509.208000', '163509.211000', '163509.214000', '163509.216000', '163509.219000', '163509.221000', '163509.224000', '163509.241000', '163509.244000', '163509.247000', '163529.122000', '163529.125000', '163529.128000', '163529.130000', '163529.133000', '163529.136000', '163529.138000', '163529.141000', '163529.143000', '163529.146000', '163529.148000', '163529.151000', '163529.154000', '163529.156000', '163529.159000', '163529.161000', '163529.164000', '163529.166000', '163529.169000', '163529.172000', '163529.174000', '163529.177000', '163529.179000', '163529.182000', '163529.185000', '163529.188000', '163529.190000', '163529.193000', '163529.195000', '163529.198000', '163529.200000', '163529.203000', '163529.206000', '163529.208000', '163529.211000', '163529.213000', '163529.216000', '163529.219000', '163529.221000', '163529.224000', '163529.226000', '163529.229000', '163529.231000', '163529.234000', '163549.122000', '163549.125000', '163549.128000', '163549.130000', '163549.133000', '163549.136000', '163549.138000', '163549.141000', '163549.143000', '163549.146000', '163549.149000', '163549.151000', '163549.154000', '163549.157000', '163549.160000', '163549.163000', '163549.166000', '163549.168000', '163549.171000', '163549.173000', '163549.176000', '163549.179000', '163549.181000', '163549.184000', '163549.186000', '163549.189000', '163549.192000', '163549.194000', '163549.197000', '163549.199000', '163549.202000', '163549.204000', '163549.207000', '163549.211000', '163549.214000', '163549.216000', '163549.219000', '163549.221000', '163549.224000', '163549.227000', '163549.229000', '163549.232000', '163549.234000', '163609.122000', '163609.125000', '163609.128000', '163609.130000', '163609.133000', '163609.136000', '163609.138000', '163609.141000', '163609.143000', '163609.146000', '163609.149000', '163609.151000', '163609.154000', '163609.156000', '163609.159000', '163609.162000', '163609.164000', '163609.167000', '163609.169000', '163609.172000', '163609.174000', '163609.177000', '163609.180000', '163609.182000', '163609.185000', '163609.188000', '163609.190000', '163609.193000', '163609.195000', '163609.198000', '163609.201000', '163609.203000', '163609.206000', '163609.208000', '163609.211000', '163609.214000', '163609.216000', '163609.219000', '163609.221000', '163609.224000', '163609.227000', '163609.229000', '163609.232000', '163609.234000', '163629.122000', '163629.125000', '163629.128000', '163629.131000', '163629.133000', '163629.136000', '163629.138000', '163629.141000', '163629.144000', '163629.146000', '163629.149000', '163629.152000', '163629.154000', '163629.157000', '163629.159000', '163629.162000', '163629.164000', '163629.167000', '163629.170000', '163629.172000', '163629.175000', '163629.177000', '163629.180000', '163629.183000', '163629.185000', '163629.188000', '163629.190000', '163629.193000', '163629.196000', '163629.199000', '163629.202000', '163629.204000', '163629.207000', '163629.209000', '163629.212000', '163629.214000', '163629.217000', '163629.230000', '163629.233000', '163629.236000', '163629.238000', '163629.241000', '163629.243000', '163649.123000', '163649.126000', '163649.128000', '163649.131000', '163649.133000', '163649.136000', '163649.139000', '163649.141000', '163649.144000', '163649.146000', '163649.149000', '163649.152000', '163649.154000', '163649.157000', '163649.159000', '163649.162000', '163649.165000', '163649.167000', '163649.170000', '163649.173000', '163649.175000', '163649.178000', '163649.180000', '163649.183000', '163649.186000', '163649.189000', '163649.191000', '163649.194000', '163649.196000', '163649.199000', '163649.202000', '163649.204000', '163649.207000', '163649.209000', '163649.212000', '163649.215000', '163649.217000', '163649.220000', '163649.222000', '163649.225000', '163649.228000', '163649.230000', '163649.233000', '163649.235000', '163709.123000', '163709.125000', '163709.128000', '163709.131000', '163709.133000', '163709.136000', '163709.139000', '163709.141000', '163709.144000', '163709.146000', '163709.149000', '163709.152000', '163709.154000', '163709.157000', '163709.159000', '163709.162000', '163709.165000', '163709.167000', '163709.170000', '163709.173000', '163709.175000', '163709.178000', '163709.181000', '163709.183000', '163709.186000', '163709.189000', '163709.191000', '163709.194000', '163709.197000', '163709.199000', '163709.202000', '163709.205000', '163709.207000', '163709.210000', '163709.213000', '163709.216000', '163709.219000', '163709.222000', '163709.224000', '163709.227000', '163709.230000', '163709.232000', '163709.235000', '163729.123000', '163729.125000', '163729.128000', '163729.131000', '163729.133000', '163729.136000', '163729.139000', '163729.141000', '163729.144000', '163729.147000', '163729.149000', '163729.152000', '163729.155000', '163729.157000', '163729.160000', '163729.162000', '163729.165000', '163729.168000', '163729.170000', '163729.173000', '163729.175000', '163729.178000', '163729.180000', '163729.183000', '163729.186000', '163729.188000', '163729.191000', '163729.194000', '163729.196000', '163729.199000', '163729.201000', '163729.204000', '163729.207000', '163729.209000', '163729.212000', '163729.214000', '163729.217000', '163729.220000', '163729.222000', '163729.225000', '163729.228000', '163729.230000', '163729.233000', '163729.235000', '163749.123000', '163749.125000', '163749.128000', '163749.131000', '163749.133000', '163749.136000', '163749.138000', '163749.141000', '163749.144000', '163749.146000', '163749.149000', '163749.151000', '163749.154000', '163749.157000', '163749.159000', '163749.162000', '163749.165000', '163749.167000', '163749.170000', '163749.172000', '163749.175000', '163749.177000', '163749.180000', '163749.183000', '163749.185000', '163749.188000', '163749.190000', '163749.193000', '163749.196000', '163749.198000', '163749.201000', '163749.203000', '163749.206000', '163749.226000', '163749.228000', '163749.231000', '163749.234000', '163749.237000', '163749.240000', '163749.243000', '163749.245000', '163749.248000', '163749.250000', '163809.122000', '163809.125000', '163809.128000', '163809.131000', '163809.133000', '163809.136000', '163809.139000', '163809.141000', '163809.144000', '163809.151000', '163809.154000', '163809.156000', '163809.159000', '163809.162000', '163809.164000', '163809.167000', '163809.169000', '163809.172000', '163809.175000', '163809.177000', '163809.180000', '163809.182000', '163809.185000', '163809.188000', '163809.190000', '163809.193000', '163809.195000', '163809.198000', '163809.201000', '163809.203000', '163809.206000', '163809.208000', '163809.211000', '163809.214000', '163809.216000', '163809.219000', '163809.222000', '163809.224000', '163809.227000', '163809.229000', '163809.232000', '163809.235000', '163809.237000', '163809.240000', '163829.123000', '163829.126000', '163829.128000', '163829.131000', '163829.134000', '163829.136000', '163829.139000', '163829.141000', '163829.144000', '163829.147000', '163829.149000', '163829.152000', '163829.155000', '163829.157000', '163829.160000', '163829.162000', '163829.165000', '163829.168000', '163829.171000', '163829.173000', '163829.176000', '163829.179000', '163829.181000', '163829.184000', '163829.186000', '163829.189000', '163829.192000', '163829.194000', '163829.197000', '163829.200000', '163829.202000', '163829.205000', '163829.207000', '163829.210000', '163829.213000', '163829.215000', '163829.218000', '163829.220000', '163829.223000', '163829.226000', '163829.228000', '163829.231000', '163829.233000', '163837.645000', '163837.649000', '163837.652000', '163837.655000', '163837.659000', '163837.662000', '163837.665000', '163837.668000', '163837.671000', '163837.676000', '163837.681000', '163837.683000', '163837.686000', '163837.689000', '163837.692000', '163837.696000', '163837.704000', '163837.717000', '163837.719000'], 'InstanceCreationTime': ['162849.151000', '162849.155000', '162849.157000', '162849.160000', '162849.162000', '162849.165000', '162849.168000', '162849.171000', '162849.174000', '162849.176000', '162849.179000', '162849.181000', '162849.184000', '162849.186000', '162849.189000', '162849.191000', '162849.194000', '162849.197000', '162849.199000', '162849.202000', '162849.204000', '162849.207000', '162849.210000', '162849.212000', '162849.215000', '162849.217000', '162849.220000', '162849.223000', '162849.225000', '162849.228000', '162849.230000', '162849.238000', '162849.241000', '162849.243000', '162849.246000', '162849.248000', '162849.251000', '162849.253000', '162849.256000', '162849.259000', '162849.261000', '162849.264000', '162909.123000', '162909.126000', '162909.128000', '162909.131000', '162909.133000', '162909.136000', '162909.139000', '162909.141000', '162909.144000', '162909.146000', '162909.149000', '162909.151000', '162909.154000', '162909.157000', '162909.159000', '162909.162000', '162909.165000', '162909.167000', '162909.170000', '162909.172000', '162909.175000', '162909.178000', '162909.180000', '162909.183000', '162909.185000', '162909.188000', '162909.190000', '162909.205000', '162909.208000', '162909.211000', '162909.213000', '162909.216000', '162909.218000', '162909.221000', '162909.223000', '162909.226000', '162909.228000', '162909.231000', '162909.233000', '162909.236000', '162909.238000', '162909.241000', '162909.244000', '162909.246000', '162929.122000', '162929.125000', '162929.128000', '162929.130000', '162929.133000', '162929.135000', '162929.138000', '162929.140000', '162929.143000', '162929.145000', '162929.148000', '162929.151000', '162929.153000', '162929.156000', '162929.158000', '162929.161000', '162929.163000', '162929.166000', '162929.169000', '162929.171000', '162929.174000', '162929.176000', '162929.179000', '162929.189000', '162929.192000', '162929.194000', '162929.197000', '162929.199000', '162929.202000', '162929.205000', '162929.208000', '162929.211000', '162929.214000', '162929.216000', '162929.219000', '162929.221000', '162929.224000', '162929.226000', '162929.229000', '162929.231000', '162929.234000', '162929.237000', '162929.239000', '162949.122000', '162949.125000', '162949.128000', '162949.130000', '162949.133000', '162949.135000', '162949.138000', '162949.140000', '162949.143000', '162949.145000', '162949.148000', '162949.151000', '162949.153000', '162949.156000', '162949.158000', '162949.161000', '162949.164000', '162949.166000', '162949.169000', '162949.172000', '162949.174000', '162949.177000', '162949.179000', '162949.182000', '162949.185000', '162949.187000', '162949.190000', '162949.192000', '162949.195000', '162949.197000', '162949.200000', '162949.202000', '162949.205000', '162949.208000', '162949.211000', '162949.213000', '162949.216000', '162949.218000', '162949.221000', '162949.224000', '162949.226000', '162949.229000', '162949.232000', '162949.234000', '163009.122000', '163009.125000', '163009.128000', '163009.130000', '163009.133000', '163009.135000', '163009.138000', '163009.140000', '163009.143000', '163009.146000', '163009.148000', '163009.151000', '163009.154000', '163009.156000', '163009.159000', '163009.161000', '163009.164000', '163009.166000', '163009.169000', '163009.171000', '163009.174000', '163009.177000', '163009.182000', '163009.184000', '163009.187000', '163009.190000', '163009.192000', '163009.195000', '163009.197000', '163009.200000', '163009.202000', '163009.205000', '163009.208000', '163009.210000', '163009.213000', '163009.215000', '163009.218000', '163009.221000', '163009.223000', '163009.226000', '163009.229000', '163009.231000', '163009.234000', '163029.122000', '163029.125000', '163029.128000', '163029.130000', '163029.133000', '163029.136000', '163029.138000', '163029.141000', '163029.143000', '163029.146000', '163029.148000', '163029.151000', '163029.154000', '163029.156000', '163029.159000', '163029.161000', '163029.164000', '163029.166000', '163029.169000', '163029.171000', '163029.174000', '163029.177000', '163029.179000', '163029.182000', '163029.184000', '163029.187000', '163029.189000', '163029.192000', '163029.194000', '163029.197000', '163029.200000', '163029.202000', '163029.205000', '163029.207000', '163029.210000', '163029.212000', '163029.215000', '163029.217000', '163029.220000', '163029.223000', '163029.231000', '163029.234000', '163029.236000', '163029.239000', '163049.122000', '163049.125000', '163049.128000', '163049.130000', '163049.133000', '163049.135000', '163049.138000', '163049.141000', '163049.143000', '163049.146000', '163049.149000', '163049.151000', '163049.154000', '163049.156000', '163049.159000', '163049.161000', '163049.164000', '163049.166000', '163049.169000', '163049.172000', '163049.174000', '163049.177000', '163049.191000', '163049.193000', '163049.196000', '163049.199000', '163049.201000', '163049.204000', '163049.206000', '163049.209000', '163049.211000', '163049.214000', '163049.217000', '163049.219000', '163049.222000', '163049.224000', '163049.227000', '163049.230000', '163049.232000', '163049.235000', '163049.237000', '163049.240000', '163049.243000', '163109.122000', '163109.125000', '163109.128000', '163109.130000', '163109.133000', '163109.142000', '163109.144000', '163109.147000', '163109.150000', '163109.152000', '163109.155000', '163109.157000', '163109.160000', '163109.163000', '163109.165000', '163109.168000', '163109.170000', '163109.173000', '163109.176000', '163109.178000', '163109.181000', '163109.183000', '163109.186000', '163109.189000', '163109.191000', '163109.194000', '163109.196000', '163109.199000', '163109.202000', '163109.204000', '163109.207000', '163109.209000', '163109.212000', '163109.214000', '163109.217000', '163109.219000', '163109.222000', '163109.225000', '163109.227000', '163109.230000', '163109.232000', '163109.235000', '163109.237000', '163109.240000', '163129.122000', '163129.125000', '163129.128000', '163129.130000', '163129.133000', '163129.135000', '163129.138000', '163129.141000', '163129.143000', '163129.146000', '163129.148000', '163129.151000', '163129.153000', '163129.156000', '163129.159000', '163129.161000', '163129.164000', '163129.167000', '163129.169000', '163129.172000', '163129.174000', '163129.177000', '163129.180000', '163129.182000', '163129.185000', '163129.187000', '163129.190000', '163129.193000', '163129.195000', '163129.198000', '163129.200000', '163129.203000', '163129.205000', '163129.208000', '163129.211000', '163129.213000', '163129.216000', '163129.218000', '163129.221000', '163129.223000', '163129.226000', '163129.228000', '163129.231000', '163149.122000', '163149.125000', '163149.128000', '163149.130000', '163149.133000', '163149.136000', '163149.138000', '163149.141000', '163149.143000', '163149.146000', '163149.149000', '163149.151000', '163149.154000', '163149.157000', '163149.159000', '163149.162000', '163149.165000', '163149.167000', '163149.170000', '163149.172000', '163149.175000', '163149.178000', '163149.180000', '163149.183000', '163149.185000', '163149.188000', '163149.190000', '163149.193000', '163149.196000', '163149.198000', '163149.201000', '163149.203000', '163149.206000', '163149.209000', '163149.211000', '163149.214000', '163149.216000', '163149.219000', '163149.222000', '163149.224000', '163149.227000', '163149.229000', '163149.232000', '163149.234000', '163209.122000', '163209.125000', '163209.128000', '163209.130000', '163209.133000', '163209.136000', '163209.138000', '163209.141000', '163209.143000', '163209.146000', '163209.149000', '163209.151000', '163209.154000', '163209.156000', '163209.159000', '163209.161000', '163209.164000', '163209.167000', '163209.169000', '163209.172000', '163209.174000', '163209.177000', '163209.180000', '163209.182000', '163209.185000', '163209.188000', '163209.190000', '163209.193000', '163209.195000', '163209.198000', '163209.201000', '163209.203000', '163209.206000', '163209.208000', '163209.211000', '163209.214000', '163209.216000', '163209.219000', '163209.221000', '163209.224000', '163209.227000', '163209.229000', '163209.232000', '163229.122000', '163229.125000', '163229.128000', '163229.130000', '163229.143000', '163229.145000', '163229.148000', '163229.151000', '163229.153000', '163229.156000', '163229.158000', '163229.161000', '163229.164000', '163229.166000', '163229.169000', '163229.171000', '163229.174000', '163229.177000', '163229.179000', '163229.182000', '163229.184000', '163229.187000', '163229.189000', '163229.192000', '163229.195000', '163229.197000', '163229.200000', '163229.202000', '163229.205000', '163229.207000', '163229.210000', '163229.212000', '163229.215000', '163229.218000', '163229.220000', '163229.223000', '163229.225000', '163229.228000', '163229.230000', '163229.233000', '163229.235000', '163229.238000', '163229.240000', '163229.243000', '163249.122000', '163249.125000', '163249.128000', '163249.131000', '163249.133000', '163249.136000', '163249.138000', '163249.141000', '163249.144000', '163249.146000', '163249.149000', '163249.151000', '163249.154000', '163249.157000', '163249.159000', '163249.162000', '163249.164000', '163249.167000', '163249.170000', '163249.172000', '163249.175000', '163249.177000', '163249.180000', '163249.182000', '163249.185000', '163249.187000', '163249.190000', '163249.193000', '163249.195000', '163249.198000', '163249.200000', '163249.203000', '163249.206000', '163249.208000', '163249.211000', '163249.213000', '163249.216000', '163249.218000', '163249.221000', '163249.223000', '163249.226000', '163249.229000', '163249.231000', '163309.123000', '163309.125000', '163309.128000', '163309.136000', '163309.138000', '163309.141000', '163309.144000', '163309.147000', '163309.149000', '163309.152000', '163309.154000', '163309.157000', '163309.159000', '163309.162000', '163309.165000', '163309.167000', '163309.170000', '163309.172000', '163309.175000', '163309.177000', '163309.180000', '163309.183000', '163309.185000', '163309.188000', '163309.191000', '163309.193000', '163309.196000', '163309.198000', '163309.201000', '163309.204000', '163309.207000', '163309.209000', '163309.212000', '163309.214000', '163309.217000', '163309.219000', '163309.222000', '163309.225000', '163309.227000', '163309.230000', '163309.233000', '163309.235000', '163309.238000', '163329.122000', '163329.125000', '163329.128000', '163329.131000', '163329.133000', '163329.136000', '163329.138000', '163329.141000', '163329.144000', '163329.146000', '163329.149000', '163329.151000', '163329.154000', '163329.157000', '163329.159000', '163329.162000', '163329.164000', '163329.167000', '163329.169000', '163329.172000', '163329.175000', '163329.177000', '163329.180000', '163329.182000', '163329.185000', '163329.188000', '163329.190000', '163329.193000', '163329.195000', '163329.198000', '163329.201000', '163329.203000', '163329.206000', '163329.209000', '163329.211000', '163329.214000', '163329.216000', '163329.219000', '163329.221000', '163329.224000', '163329.227000', '163329.229000', '163329.232000', '163329.234000', '163349.122000', '163349.125000', '163349.128000', '163349.130000', '163349.133000', '163349.136000', '163349.138000', '163349.141000', '163349.143000', '163349.146000', '163349.148000', '163349.151000', '163349.154000', '163349.156000', '163349.159000', '163349.161000', '163349.164000', '163349.167000', '163349.169000', '163349.172000', '163349.174000', '163349.177000', '163349.179000', '163349.182000', '163349.185000', '163349.187000', '163349.190000', '163349.192000', '163349.195000', '163349.210000', '163349.212000', '163349.215000', '163349.217000', '163349.220000', '163349.222000', '163349.225000', '163349.227000', '163349.230000', '163349.233000', '163349.235000', '163349.238000', '163349.240000', '163349.243000', '163349.245000', '163409.122000', '163409.125000', '163409.128000', '163409.131000', '163409.133000', '163409.136000', '163409.138000', '163409.141000', '163409.144000', '163409.146000', '163409.149000', '163409.151000', '163409.154000', '163409.157000', '163409.159000', '163409.162000', '163409.165000', '163409.167000', '163409.170000', '163409.172000', '163409.175000', '163409.177000', '163409.180000', '163409.183000', '163409.185000', '163409.188000', '163409.190000', '163409.193000', '163409.195000', '163409.198000', '163409.201000', '163409.203000', '163409.206000', '163409.208000', '163409.211000', '163409.214000', '163409.216000', '163409.219000', '163409.222000', '163409.224000', '163409.227000', '163409.229000', '163409.232000', '163429.123000', '163429.126000', '163429.129000', '163429.132000', '163429.134000', '163429.137000', '163429.140000', '163429.142000', '163429.145000', '163429.148000', '163429.150000', '163429.153000', '163429.155000', '163429.158000', '163429.161000', '163429.163000', '163429.166000', '163429.168000', '163429.172000', '163429.175000', '163429.177000', '163429.180000', '163429.183000', '163429.186000', '163429.188000', '163429.191000', '163429.193000', '163429.196000', '163429.199000', '163429.201000', '163429.204000', '163429.206000', '163429.209000', '163429.212000', '163429.214000', '163429.217000', '163429.220000', '163429.222000', '163429.226000', '163429.228000', '163429.231000', '163429.234000', '163429.236000', '163449.122000', '163449.125000', '163449.128000', '163449.131000', '163449.133000', '163449.136000', '163449.138000', '163449.141000', '163449.144000', '163449.146000', '163449.149000', '163449.153000', '163449.155000', '163449.158000', '163449.161000', '163449.163000', '163449.166000', '163449.168000', '163449.171000', '163449.174000', '163449.176000', '163449.179000', '163449.181000', '163449.184000', '163449.186000', '163449.189000', '163449.191000', '163449.194000', '163449.197000', '163449.199000', '163449.202000', '163449.204000', '163449.207000', '163449.210000', '163449.212000', '163449.215000', '163449.218000', '163449.220000', '163449.223000', '163449.225000', '163449.228000', '163449.231000', '163449.233000', '163449.236000', '163509.122000', '163509.125000', '163509.128000', '163509.130000', '163509.133000', '163509.136000', '163509.138000', '163509.141000', '163509.143000', '163509.146000', '163509.149000', '163509.151000', '163509.154000', '163509.156000', '163509.159000', '163509.161000', '163509.164000', '163509.167000', '163509.169000', '163509.172000', '163509.174000', '163509.177000', '163509.180000', '163509.182000', '163509.185000', '163509.188000', '163509.190000', '163509.193000', '163509.195000', '163509.198000', '163509.201000', '163509.203000', '163509.206000', '163509.208000', '163509.211000', '163509.214000', '163509.216000', '163509.219000', '163509.221000', '163509.224000', '163509.241000', '163509.244000', '163509.247000', '163529.122000', '163529.125000', '163529.128000', '163529.130000', '163529.133000', '163529.136000', '163529.138000', '163529.141000', '163529.143000', '163529.146000', '163529.148000', '163529.151000', '163529.154000', '163529.156000', '163529.159000', '163529.161000', '163529.164000', '163529.166000', '163529.169000', '163529.172000', '163529.174000', '163529.177000', '163529.179000', '163529.182000', '163529.185000', '163529.188000', '163529.190000', '163529.193000', '163529.195000', '163529.198000', '163529.200000', '163529.203000', '163529.206000', '163529.208000', '163529.211000', '163529.213000', '163529.216000', '163529.219000', '163529.221000', '163529.224000', '163529.226000', '163529.229000', '163529.231000', '163529.234000', '163549.122000', '163549.125000', '163549.128000', '163549.130000', '163549.133000', '163549.136000', '163549.138000', '163549.141000', '163549.143000', '163549.146000', '163549.149000', '163549.151000', '163549.154000', '163549.157000', '163549.160000', '163549.163000', '163549.166000', '163549.168000', '163549.171000', '163549.173000', '163549.176000', '163549.179000', '163549.181000', '163549.184000', '163549.186000', '163549.189000', '163549.192000', '163549.194000', '163549.197000', '163549.199000', '163549.202000', '163549.204000', '163549.207000', '163549.211000', '163549.214000', '163549.216000', '163549.219000', '163549.221000', '163549.224000', '163549.227000', '163549.229000', '163549.232000', '163549.234000', '163609.122000', '163609.125000', '163609.128000', '163609.130000', '163609.133000', '163609.136000', '163609.138000', '163609.141000', '163609.143000', '163609.146000', '163609.149000', '163609.151000', '163609.154000', '163609.156000', '163609.159000', '163609.162000', '163609.164000', '163609.167000', '163609.169000', '163609.172000', '163609.174000', '163609.177000', '163609.180000', '163609.182000', '163609.185000', '163609.188000', '163609.190000', '163609.193000', '163609.195000', '163609.198000', '163609.201000', '163609.203000', '163609.206000', '163609.208000', '163609.211000', '163609.214000', '163609.216000', '163609.219000', '163609.221000', '163609.224000', '163609.227000', '163609.229000', '163609.232000', '163609.234000', '163629.122000', '163629.125000', '163629.128000', '163629.131000', '163629.133000', '163629.136000', '163629.138000', '163629.141000', '163629.144000', '163629.146000', '163629.149000', '163629.152000', '163629.154000', '163629.157000', '163629.159000', '163629.162000', '163629.164000', '163629.167000', '163629.170000', '163629.172000', '163629.175000', '163629.177000', '163629.180000', '163629.183000', '163629.185000', '163629.188000', '163629.190000', '163629.193000', '163629.196000', '163629.199000', '163629.202000', '163629.204000', '163629.207000', '163629.209000', '163629.212000', '163629.214000', '163629.217000', '163629.230000', '163629.233000', '163629.236000', '163629.238000', '163629.241000', '163629.243000', '163649.123000', '163649.126000', '163649.128000', '163649.131000', '163649.133000', '163649.136000', '163649.139000', '163649.141000', '163649.144000', '163649.146000', '163649.149000', '163649.152000', '163649.154000', '163649.157000', '163649.159000', '163649.162000', '163649.165000', '163649.167000', '163649.170000', '163649.173000', '163649.175000', '163649.178000', '163649.180000', '163649.183000', '163649.186000', '163649.189000', '163649.191000', '163649.194000', '163649.196000', '163649.199000', '163649.202000', '163649.204000', '163649.207000', '163649.209000', '163649.212000', '163649.215000', '163649.217000', '163649.220000', '163649.222000', '163649.225000', '163649.228000', '163649.230000', '163649.233000', '163649.235000', '163709.123000', '163709.125000', '163709.128000', '163709.131000', '163709.133000', '163709.136000', '163709.139000', '163709.141000', '163709.144000', '163709.146000', '163709.149000', '163709.152000', '163709.154000', '163709.157000', '163709.159000', '163709.162000', '163709.165000', '163709.167000', '163709.170000', '163709.173000', '163709.175000', '163709.178000', '163709.181000', '163709.183000', '163709.186000', '163709.189000', '163709.191000', '163709.194000', '163709.197000', '163709.199000', '163709.202000', '163709.205000', '163709.207000', '163709.210000', '163709.213000', '163709.216000', '163709.219000', '163709.222000', '163709.224000', '163709.227000', '163709.230000', '163709.232000', '163709.235000', '163729.123000', '163729.125000', '163729.128000', '163729.131000', '163729.133000', '163729.136000', '163729.139000', '163729.141000', '163729.144000', '163729.147000', '163729.149000', '163729.152000', '163729.155000', '163729.157000', '163729.160000', '163729.162000', '163729.165000', '163729.168000', '163729.170000', '163729.173000', '163729.175000', '163729.178000', '163729.180000', '163729.183000', '163729.186000', '163729.188000', '163729.191000', '163729.194000', '163729.196000', '163729.199000', '163729.201000', '163729.204000', '163729.207000', '163729.209000', '163729.212000', '163729.214000', '163729.217000', '163729.220000', '163729.222000', '163729.225000', '163729.228000', '163729.230000', '163729.233000', '163729.235000', '163749.123000', '163749.125000', '163749.128000', '163749.131000', '163749.133000', '163749.136000', '163749.138000', '163749.141000', '163749.144000', '163749.146000', '163749.149000', '163749.151000', '163749.154000', '163749.157000', '163749.159000', '163749.162000', '163749.165000', '163749.167000', '163749.170000', '163749.172000', '163749.175000', '163749.177000', '163749.180000', '163749.183000', '163749.185000', '163749.188000', '163749.190000', '163749.193000', '163749.196000', '163749.198000', '163749.201000', '163749.203000', '163749.206000', '163749.226000', '163749.228000', '163749.231000', '163749.234000', '163749.237000', '163749.240000', '163749.243000', '163749.245000', '163749.248000', '163749.250000', '163809.122000', '163809.125000', '163809.128000', '163809.131000', '163809.133000', '163809.136000', '163809.139000', '163809.141000', '163809.144000', '163809.151000', '163809.154000', '163809.156000', '163809.159000', '163809.162000', '163809.164000', '163809.167000', '163809.169000', '163809.172000', '163809.175000', '163809.177000', '163809.180000', '163809.182000', '163809.185000', '163809.188000', '163809.190000', '163809.193000', '163809.195000', '163809.198000', '163809.201000', '163809.203000', '163809.206000', '163809.208000', '163809.211000', '163809.214000', '163809.216000', '163809.219000', '163809.222000', '163809.224000', '163809.227000', '163809.229000', '163809.232000', '163809.235000', '163809.237000', '163809.240000', '163829.123000', '163829.126000', '163829.128000', '163829.131000', '163829.134000', '163829.136000', '163829.139000', '163829.141000', '163829.144000', '163829.147000', '163829.149000', '163829.152000', '163829.155000', '163829.157000', '163829.160000', '163829.162000', '163829.165000', '163829.168000', '163829.171000', '163829.173000', '163829.176000', '163829.179000', '163829.181000', '163829.184000', '163829.186000', '163829.189000', '163829.192000', '163829.194000', '163829.197000', '163829.200000', '163829.202000', '163829.205000', '163829.207000', '163829.210000', '163829.213000', '163829.215000', '163829.218000', '163829.220000', '163829.223000', '163829.226000', '163829.228000', '163829.231000', '163829.233000', '163837.645000', '163837.649000', '163837.652000', '163837.655000', '163837.659000', '163837.662000', '163837.665000', '163837.668000', '163837.671000', '163837.676000', '163837.681000', '163837.683000', '163837.686000', '163837.689000', '163837.692000', '163837.696000', '163837.704000', '163837.717000', '163837.719000'], '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': [12367, 11744, 11674, 11974, 12841, 12221, 11106, 12331, 11365, 12495, 12299, 12270, 11599, 12474, 11351, 12092, 11442, 12598, 11534, 12122, 11951, 11922, 12001, 11478, 12136, 9401, 12225, 10574, 12037, 11576, 11774, 11869, 11652, 11246, 12814, 11628, 11693, 11878, 11371, 12226, 9661, 12143, 9602, 12249, 10712, 11979, 11460, 11810, 11298, 12349, 11293, 12564, 11621, 11872, 11840, 12751, 12263, 11560, 12229, 11281, 11731, 10936, 12566, 11221, 11758, 11525, 12068, 11756, 12029, 11784, 11609, 11762, 9794, 12119, 11399, 11679, 11082, 11919, 11211, 12478, 11384, 12045, 11506, 11744, 11793, 11165, 11861, 11399, 11817, 9293, 12104, 11831, 11698, 11034, 12520, 11497, 11882, 11535, 11648, 11490, 11876, 11620, 12157, 12011, 10872, 11827, 11471, 11505, 10754, 12218, 11394, 11917, 11629, 11640, 11580, 11882, 11392, 11760, 11630, 10443, 11822, 10938, 11772, 11581, 11723, 11290, 11790, 10885, 12261, 11316, 12082, 11792, 11966, 11818, 11793, 11586, 10194, 12107, 11242, 11779, 11044, 12199, 11196, 12218, 11453, 12198, 11510, 12297, 11595, 11822, 11694, 11941, 11724, 11214, 11749, 10921, 11984, 10976, 11761, 11169, 12301, 11345, 12096, 11483, 11795, 11571, 11445, 12009, 10761, 11970, 11184, 11802, 11083, 12353, 11495, 11866, 11782, 11577, 11927, 11479, 11627, 10223, 11946, 10174, 12032, 11097, 11671, 10956, 12129, 11381, 12247, 11514, 12183, 11352, 11693, 11815, 10857, 11999, 10808, 12128, 9896, 12060, 9057, 12094, 11127, 11720, 11534, 11434, 11852, 11598, 11155, 12198, 11606, 12251, 11952, 12491, 11518, 11906, 11687, 11552, 11692, 11273, 11974, 11320, 11694, 11230, 11600, 11429, 11659, 11223, 11794, 11093, 11903, 11236, 11713, 11028, 11762, 10981, 11815, 11042, 11887, 11940, 11616, 11663, 11998, 10621, 11917, 11422, 12156, 11368, 11794, 11595, 11559, 11672, 11629, 11623, 11432, 11627, 11010, 11583, 10449, 11953, 10753, 11626, 13281, 12007, 14569, 11601, 10664, 14226, 11657, 11086, 11523, 11293, 9875, 11321, 10389, 11446, 11438, 10939, 11821, 11025, 11672, 12564, 11894, 13867, 11849, 12861, 11161, 10846, 14976, 11420, 11981, 11354, 11215, 11125, 9261, 11412, 11420, 11302, 10505, 11687, 10964, 11150, 11528, 11294, 11375, 11318, 11322, 10657, 11410, 10846, 11496, 10660, 11626, 11218, 11772, 11181, 11321, 11140, 11297, 11124, 10706, 11459, 11702, 11462, 11598, 11281, 11335, 11109, 10935, 11472, 11181, 11312, 11228, 10941, 11374, 10620, 11401, 10302, 11380, 11327, 11294, 11307, 11008, 11220, 11147, 11430, 11186, 11248, 10924, 11382, 11227, 11566, 11221, 10906, 10847, 11298, 11298, 11226, 10336, 11558, 9817, 11323, 9896, 11218, 10701, 11073, 11009, 10997, 11563, 10562, 11493, 9441, 11357, 10528, 11243, 11138, 10652, 10873, 11032, 11035, 11172, 11156, 10342, 11256, 9974, 11228, 9369, 11172, 11276, 10936, 11138, 11317, 11345, 9973, 11300, 10900, 11003, 10941, 11163, 11291, 11226, 11240, 9977, 11201, 10044, 11239, 10133, 11082, 9557, 11172, 9267, 11288, 9109, 11190, 10323, 11138, 11146, 10907, 11116, 10856, 11176, 11237, 11334, 10239, 11538, 12474, 11310, 12552, 11407, 12726, 11464, 11291, 10718, 11511, 13711, 11355, 10274, 11579, 11517, 11065, 10991, 11285, 11403, 11472, 11133, 10893, 11368, 10086, 11309, 10380, 11439, 11684, 11259, 11215, 11135, 10667, 11625, 11063, 11279, 11430, 11056, 11227, 10673, 11205, 10463, 11272, 11283, 11522, 10865, 11230, 11622, 11007, 10754, 11737, 10886, 11260, 11117, 11218, 10997, 10702, 11337, 10664, 11358, 11645, 10935, 11453, 11291, 11339, 11197, 11177, 11243, 10968, 11838, 11347, 11419, 11425, 11695, 11347, 11044, 11035, 12005, 11535, 9866, 11560, 11047, 11364, 10789, 11373, 11318, 11700, 11346, 11360, 11366, 10469, 11311, 10340, 11568, 11551, 11526, 10287, 11413, 10772, 11265, 10736, 11728, 11097, 11802, 11450, 11387, 11374, 11352, 11376, 11368, 11369, 10823, 11452, 12182, 11439, 10563, 11397, 8826, 11458, 11583, 11168, 11019, 11375, 11054, 11737, 11125, 11680, 11106, 11891, 11163, 11537, 11127, 11309, 11557, 10820, 11395, 10903, 11453, 10951, 11366, 11528, 11242, 10630, 11466, 11043, 11571, 11247, 11691, 11038, 11853, 11145, 11325, 11354, 11091, 11541, 11135, 11329, 10764, 11363, 10567, 11413, 10006, 11654, 9706, 11417, 10216, 11466, 11015, 11595, 11513, 11323, 11594, 10955, 10761, 11583, 10785, 11583, 11191, 11275, 11265, 10882, 11357, 10584, 11342, 10534, 11443, 10799, 11217, 11777, 11037, 11115, 11486, 10356, 11385, 11136, 11305, 11498, 11148, 11092, 11498, 11057, 11431, 10715, 11451, 11214, 11526, 11406, 11420, 11398, 11322, 11416, 10631, 11498, 10381, 11432, 9536, 11408, 10533, 11397, 10139, 11327, 10034, 11667, 10809, 11373, 11331, 11272, 11518, 11237, 9150, 11527, 10750, 11569, 10596, 11574, 11169, 11457, 11453, 11389, 11134, 10980, 11258, 9095, 11593, 10293, 11295, 9563, 11462, 8758, 11460, 9306, 11564, 10171, 11379, 10029, 11410, 9322, 11488, 11220, 11258, 11002, 11414, 11101, 11528, 11093, 11547, 11125, 11350, 11092, 11148, 11261, 10836, 11331, 10779, 11313, 10367, 11344, 10198, 11293, 12135, 11556, 11014, 11340, 8637, 11446, 9420, 11608, 10023, 11533, 11635, 11526, 9869, 11322, 10409, 11522, 11041, 11592, 11470, 11400, 10360, 11608, 9681, 11568, 11585, 11209, 11049, 11322, 11354, 11210, 11681, 11184, 10778, 11317, 10646, 11667, 11025, 11600, 11068, 11305, 10692, 11549, 10992, 11508, 10993, 11608, 10932, 11720, 11027, 11831, 11087, 11470, 11454, 11244, 11186, 11581, 10933, 11804, 11214, 11263, 11183, 11398, 11059, 11455, 11008, 11378, 11145, 11229, 10790, 11643, 11141, 11620, 11516, 11642, 11088, 11591, 11078, 11230, 11241, 10956, 11478, 11120, 11431, 10739, 11324, 10768, 11283, 11206, 11482, 11712, 11050, 11476, 11086, 11524, 10999, 10951, 11231, 10943, 11493, 11121, 11617, 11101, 11297, 10852, 10755, 10890, 10385, 11340, 9832, 11001, 10401, 11252, 10739, 11197, 10555, 11230, 10655, 11202, 10936, 11465, 11392, 11268, 10365, 11172, 10195, 11240, 10951, 10925, 10740, 11413, 11130, 11272, 11222, 11105, 10968, 10832, 10915, 10657, 11204, 10665, 11219, 10053, 11184, 9473, 11471, 11385, 11227, 11056, 11448, 11044, 11177, 11220, 11116, 11315, 11548, 12596, 11292, 11854, 11105, 11327, 11807, 11520, 10761, 11340, 10997, 10872, 10955, 11280, 11220, 11357, 10594, 11238, 10824, 10360, 10584, 10576, 14150, 11383, 14405, 11137, 10657, 11420, 10593, 10822, 10727, 10910, 10737, 10792, 10575, 10879, 11008, 10791, 10830, 10596, 10833, 10740, 11125, 10511, 11025, 10573, 11061, 10341, 11007, 10457, 11089, 12224, 11279, 10659, 11204, 9860, 11148, 11281, 10673, 10549, 11204, 10870, 11168, 11073, 10873, 11029, 10714, 11153, 10092, 10907, 10465, 11068, 10899, 10736, 11311, 10739, 11056, 10372, 11142, 11149, 10643, 10664, 11233, 10917, 11260, 10982, 10763, 10832, 10440, 10775, 9443, 10671, 10854, 10937, 10352, 11089, 9912, 11050, 10425, 10443, 10515, 10599, 10585, 11042, 11003, 11249, 11020, 10980, 10824, 10645, 10635, 10226, 10809, 10409, 10894, 9566, 10899, 9784, 11135, 10809, 10985, 11102, 10431, 11030, 10674, 10266, 10918, 10566, 10805, 10740, 10632, 10882, 10301, 10902, 10526, 10816, 10502, 10911, 10669, 10688, 10932, 10699, 10385, 10758, 10352, 10722, 10291, 11035, 10733, 11176, 10871, 11100, 10718, 10752, 10961, 10361, 10973, 10314, 10902, 10102, 10987, 10065, 10850, 9903, 10721, 11696, 11016, 11133, 11099, 9775, 11085, 10518, 10870, 10362, 10875, 10786, 11218, 10922, 11229, 10870, 10826, 10799, 10389, 10976, 11116, 10905, 10428, 10802, 11016, 10338, 10598, 10784, 10712, 10763, 10702, 10898, 10636, 10891, 10848, 10590, 10981, 10318, 10978, 10018, 10544, 9277, 10588, 10174, 10604, 10248, 10645, 10016, 10692, 9946, 10332, 9789, 10304, 9436, 10532, 9531, 10580, 11194, 10231, 11015, 10125, 10554, 10226, 10597, 10719, 10539, 10497, 10732, 10200, 10891, 10023, 10678, 10418, 10798, 10694, 10257, 10406, 10905, 10494, 10646, 11005, 10444, 10133, 10909, 10761, 10956, 10276, 11132, 10664, 10694, 10734, 10728, 10779, 10555, 10792, 10541, 10810, 10692, 10764, 10995, 10723, 10575, 10707, 10579, 10878, 10772, 10865, 10813, 10750, 10748, 10795, 10448, 10896, 10785, 10600, 10988, 10881, 11235, 10477, 10416, 10843, 10613, 10943, 10702, 10829, 10533, 10816, 10528, 10595, 10616, 10753, 12138, 11056, 12515, 14160, 10934, 10854, 11259, 11373, 11027, 10811, 11413, 9924, 11268, 10535, 10730, 10810, 10687, 11332, 11727, 10801, 12948, 10983, 14590, 11638, 14013, 10718, 11066, 10650, 10470, 11538, 10972, 11414, 10293, 10767, 10311, 11407, 10697, 11470, 10800, 11702, 10729, 11605, 10714, 11655, 10621, 11536, 10612, 11615, 10893, 11618, 10678, 11695, 10672, 11530, 10636, 11036, 11141, 11063, 11020, 11031, 10817, 10783, 10914, 11109, 11203, 10973, 11070, 10925, 10853, 10994, 11163, 10950, 11046, 11059, 10966, 10615, 10843, 10494, 10984, 11567, 11023, 11349, 11226, 10367, 11120, 10353, 11087, 10467, 11037, 11132, 11082, 9950, 11124, 10119, 11035, 11016, 10783, 10661, 11144, 11075, 10881, 10728, 11426, 10733, 11325, 10768, 11007, 10947, 11179, 10784, 11009, 10978, 10875, 10881, 10882, 11083, 11075, 10948, 11343, 10760, 10982, 10824, 10474, 11085, 10859, 11060, 11294, 10839, 11040, 10998, 10789, 10870, 10847, 11489, 10726, 11271, 10305, 11080, 10830, 11143, 10741, 11058, 11047, 11023, 10838, 11027, 10807, 10785, 10687, 10816, 11019, 10730, 10930, 11190, 10690, 11254, 10723, 10865, 10776, 10661, 11051, 10766, 10829, 9904, 10872, 10499, 10918, 10734, 11028], 'WindowCenter': [4218.0, 4194.0, 4181.0, 4179.0, 4178.0, 4176.0, 4165.0, 4175.0, 4165.0, 4175.0, 4165.0, 4164.0, 4163.0, 4163.0, 4153.0, 4163.0, 4163.0, 4163.0, 4164.0, 4164.0, 4175.0, 4165.0, 4164.0, 4164.0, 4164.0, 4143.0, 4163.0, 4153.0, 4163.0, 4164.0, 4164.0, 4163.0, 4164.0, 4163.0, 4175.0, 4163.0, 4162.0, 4163.0, 4164.0, 4162.0, 4143.0, 4163.0, 4142.0, 4164.0, 4152.0, 4162.0, 4163.0, 4164.0, 4164.0, 4163.0, 4152.0, 4162.0, 4161.0, 4162.0, 4162.0, 4163.0, 4163.0, 4151.0, 4162.0, 4151.0, 4161.0, 4149.0, 4160.0, 4150.0, 4150.0, 4162.0, 4162.0, 4161.0, 4150.0, 4150.0, 4150.0, 4160.0, 4139.0, 4160.0, 4151.0, 4151.0, 4151.0, 4150.0, 4150.0, 4160.0, 4149.0, 4149.0, 4150.0, 4151.0, 4161.0, 4150.0, 4150.0, 4150.0, 4150.0, 4129.0, 4161.0, 4150.0, 4150.0, 4140.0, 4161.0, 4151.0, 4151.0, 4161.0, 4150.0, 4150.0, 4149.0, 4150.0, 4161.0, 4160.0, 4139.0, 4150.0, 4149.0, 4149.0, 4139.0, 4149.0, 4149.0, 4150.0, 4150.0, 4149.0, 4150.0, 4149.0, 4149.0, 4149.0, 4149.0, 4139.0, 4150.0, 4151.0, 4162.0, 4151.0, 4150.0, 4149.0, 4149.0, 4150.0, 4149.0, 4149.0, 4149.0, 4151.0, 4150.0, 4151.0, 4150.0, 4150.0, 4140.0, 4160.0, 4149.0, 4149.0, 4150.0, 4161.0, 4151.0, 4161.0, 4151.0, 4161.0, 4152.0, 4162.0, 4163.0, 4163.0, 4163.0, 4162.0, 4163.0, 4152.0, 4162.0, 4151.0, 4160.0, 4151.0, 4162.0, 4152.0, 4163.0, 4151.0, 4161.0, 4151.0, 4161.0, 4162.0, 4151.0, 4162.0, 4151.0, 4162.0, 4151.0, 4162.0, 4149.0, 4161.0, 4151.0, 4151.0, 4162.0, 4162.0, 4162.0, 4151.0, 4162.0, 4151.0, 4162.0, 4141.0, 4162.0, 4151.0, 4162.0, 4152.0, 4163.0, 4162.0, 4162.0, 4152.0, 4161.0, 4151.0, 4161.0, 4161.0, 4151.0, 4162.0, 4152.0, 4162.0, 4141.0, 4162.0, 4131.0, 4162.0, 4152.0, 4163.0, 4164.0, 4164.0, 4164.0, 4165.0, 4166.0, 4176.0, 4165.0, 4175.0, 4165.0, 4174.0, 4164.0, 4164.0, 4164.0, 4164.0, 4164.0, 4165.0, 4165.0, 4154.0, 4164.0, 4163.0, 4163.0, 4163.0, 4163.0, 4153.0, 4164.0, 4165.0, 4165.0, 4152.0, 4163.0, 4152.0, 4162.0, 4152.0, 4161.0, 4152.0, 4163.0, 4152.0, 4162.0, 4151.0, 4162.0, 4151.0, 4161.0, 4150.0, 4161.0, 4151.0, 4162.0, 4162.0, 4151.0, 4151.0, 4151.0, 4162.0, 4151.0, 4151.0, 4152.0, 4151.0, 4152.0, 4162.0, 4152.0, 4165.0, 4187.0, 4176.0, 4199.0, 4163.0, 4140.0, 4148.0, 4136.0, 4137.0, 4136.0, 4138.0, 4128.0, 4150.0, 4152.0, 4164.0, 4175.0, 4164.0, 4163.0, 4154.0, 4162.0, 4164.0, 4153.0, 4164.0, 4151.0, 4151.0, 4139.0, 4139.0, 4159.0, 4137.0, 4137.0, 4137.0, 4135.0, 4137.0, 4116.0, 4137.0, 4136.0, 4138.0, 4127.0, 4137.0, 4138.0, 4138.0, 4148.0, 4137.0, 4137.0, 4137.0, 4138.0, 4126.0, 4137.0, 4137.0, 4138.0, 4139.0, 4150.0, 4140.0, 4149.0, 4138.0, 4139.0, 4149.0, 4138.0, 4150.0, 4139.0, 4150.0, 4151.0, 4151.0, 4150.0, 4140.0, 4139.0, 4139.0, 4139.0, 4150.0, 4151.0, 4151.0, 4151.0, 4150.0, 4151.0, 4140.0, 4151.0, 4140.0, 4151.0, 4152.0, 4152.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4153.0, 4154.0, 4152.0, 4154.0, 4163.0, 4153.0, 4153.0, 4153.0, 4153.0, 4153.0, 4164.0, 4154.0, 4153.0, 4142.0, 4152.0, 4141.0, 4152.0, 4141.0, 4151.0, 4152.0, 4152.0, 4152.0, 4140.0, 4151.0, 4141.0, 4152.0, 4141.0, 4151.0, 4152.0, 4153.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4153.0, 4142.0, 4153.0, 4142.0, 4164.0, 4153.0, 4154.0, 4153.0, 4153.0, 4150.0, 4142.0, 4153.0, 4153.0, 4153.0, 4153.0, 4164.0, 4164.0, 4152.0, 4153.0, 4142.0, 4152.0, 4141.0, 4152.0, 4142.0, 4154.0, 4143.0, 4154.0, 4143.0, 4164.0, 4144.0, 4167.0, 4168.0, 4166.0, 4165.0, 4166.0, 4166.0, 4166.0, 4178.0, 4177.0, 4166.0, 4155.0, 4165.0, 4165.0, 4166.0, 4176.0, 4164.0, 4163.0, 4152.0, 4152.0, 4141.0, 4152.0, 4163.0, 4152.0, 4139.0, 4150.0, 4150.0, 4151.0, 4151.0, 4151.0, 4150.0, 4149.0, 4152.0, 4140.0, 4150.0, 4140.0, 4150.0, 4141.0, 4152.0, 4163.0, 4152.0, 4150.0, 4150.0, 4139.0, 4151.0, 4151.0, 4151.0, 4150.0, 4138.0, 4151.0, 4139.0, 4149.0, 4138.0, 4149.0, 4150.0, 4151.0, 4139.0, 4149.0, 4149.0, 4139.0, 4138.0, 4149.0, 4140.0, 4151.0, 4150.0, 4139.0, 4139.0, 4138.0, 4148.0, 4138.0, 4138.0, 4150.0, 4140.0, 4149.0, 4151.0, 4149.0, 4150.0, 4149.0, 4150.0, 4150.0, 4162.0, 4152.0, 4151.0, 4151.0, 4151.0, 4151.0, 4150.0, 4153.0, 4163.0, 4151.0, 4140.0, 4152.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4162.0, 4152.0, 4151.0, 4151.0, 4141.0, 4150.0, 4140.0, 4152.0, 4152.0, 4152.0, 4140.0, 4151.0, 4150.0, 4152.0, 4151.0, 4150.0, 4150.0, 4162.0, 4151.0, 4151.0, 4151.0, 4150.0, 4150.0, 4150.0, 4150.0, 4150.0, 4151.0, 4163.0, 4152.0, 4141.0, 4151.0, 4130.0, 4152.0, 4150.0, 4150.0, 4140.0, 4150.0, 4151.0, 4162.0, 4153.0, 4152.0, 4151.0, 4151.0, 4151.0, 4151.0, 4152.0, 4151.0, 4151.0, 4151.0, 4152.0, 4152.0, 4152.0, 4140.0, 4150.0, 4150.0, 4150.0, 4140.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4150.0, 4151.0, 4151.0, 4152.0, 4152.0, 4152.0, 4153.0, 4151.0, 4152.0, 4151.0, 4163.0, 4144.0, 4163.0, 4142.0, 4152.0, 4141.0, 4163.0, 4153.0, 4163.0, 4152.0, 4152.0, 4163.0, 4154.0, 4154.0, 4153.0, 4153.0, 4152.0, 4151.0, 4152.0, 4152.0, 4153.0, 4152.0, 4140.0, 4151.0, 4140.0, 4151.0, 4151.0, 4152.0, 4152.0, 4152.0, 4151.0, 4152.0, 4141.0, 4151.0, 4151.0, 4152.0, 4152.0, 4163.0, 4153.0, 4164.0, 4153.0, 4152.0, 4152.0, 4152.0, 4151.0, 4149.0, 4153.0, 4163.0, 4153.0, 4149.0, 4164.0, 4152.0, 4152.0, 4141.0, 4163.0, 4143.0, 4163.0, 4142.0, 4152.0, 4142.0, 4152.0, 4142.0, 4163.0, 4152.0, 4152.0, 4153.0, 4154.0, 4160.0, 4153.0, 4132.0, 4163.0, 4151.0, 4152.0, 4151.0, 4151.0, 4151.0, 4152.0, 4151.0, 4150.0, 4151.0, 4151.0, 4150.0, 4129.0, 4150.0, 4140.0, 4152.0, 4131.0, 4152.0, 4131.0, 4163.0, 4141.0, 4163.0, 4153.0, 4165.0, 4142.0, 4163.0, 4139.0, 4163.0, 4153.0, 4153.0, 4154.0, 4164.0, 4153.0, 4163.0, 4150.0, 4153.0, 4152.0, 4152.0, 4152.0, 4152.0, 4150.0, 4154.0, 4154.0, 4152.0, 4152.0, 4142.0, 4152.0, 4141.0, 4151.0, 4163.0, 4153.0, 4152.0, 4152.0, 4131.0, 4152.0, 4132.0, 4152.0, 4141.0, 4163.0, 4164.0, 4164.0, 4143.0, 4153.0, 4153.0, 4163.0, 4152.0, 4163.0, 4153.0, 4164.0, 4142.0, 4153.0, 4142.0, 4153.0, 4152.0, 4152.0, 4153.0, 4154.0, 4152.0, 4153.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4163.0, 4154.0, 4153.0, 4152.0, 4152.0, 4141.0, 4152.0, 4151.0, 4163.0, 4152.0, 4152.0, 4151.0, 4151.0, 4151.0, 4148.0, 4151.0, 4152.0, 4152.0, 4151.0, 4152.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4151.0, 4152.0, 4153.0, 4153.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4151.0, 4152.0, 4164.0, 4153.0, 4153.0, 4153.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4151.0, 4151.0, 4141.0, 4151.0, 4151.0, 4151.0, 4151.0, 4152.0, 4153.0, 4153.0, 4152.0, 4152.0, 4151.0, 4152.0, 4151.0, 4152.0, 4153.0, 4164.0, 4153.0, 4152.0, 4152.0, 4152.0, 4153.0, 4152.0, 4152.0, 4153.0, 4154.0, 4142.0, 4152.0, 4142.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4153.0, 4163.0, 4164.0, 4164.0, 4142.0, 4153.0, 4141.0, 4151.0, 4151.0, 4141.0, 4141.0, 4152.0, 4152.0, 4151.0, 4151.0, 4150.0, 4150.0, 4150.0, 4151.0, 4141.0, 4151.0, 4153.0, 4153.0, 4142.0, 4152.0, 4141.0, 4151.0, 4152.0, 4150.0, 4140.0, 4150.0, 4151.0, 4153.0, 4153.0, 4152.0, 4154.0, 4163.0, 4163.0, 4165.0, 4164.0, 4152.0, 4151.0, 4150.0, 4150.0, 4140.0, 4149.0, 4151.0, 4152.0, 4165.0, 4153.0, 4163.0, 4153.0, 4152.0, 4153.0, 4153.0, 4142.0, 4153.0, 4154.0, 4175.0, 4152.0, 4162.0, 4140.0, 4140.0, 4138.0, 4139.0, 4138.0, 4139.0, 4141.0, 4140.0, 4139.0, 4139.0, 4139.0, 4139.0, 4139.0, 4140.0, 4140.0, 4140.0, 4151.0, 4151.0, 4140.0, 4150.0, 4141.0, 4151.0, 4141.0, 4152.0, 4142.0, 4152.0, 4162.0, 4154.0, 4142.0, 4152.0, 4141.0, 4152.0, 4151.0, 4142.0, 4142.0, 4153.0, 4152.0, 4152.0, 4153.0, 4150.0, 4153.0, 4153.0, 4152.0, 4141.0, 4151.0, 4152.0, 4151.0, 4153.0, 4154.0, 4153.0, 4151.0, 4152.0, 4141.0, 4151.0, 4151.0, 4141.0, 4142.0, 4153.0, 4152.0, 4152.0, 4152.0, 4154.0, 4153.0, 4151.0, 4154.0, 4144.0, 4154.0, 4165.0, 4165.0, 4154.0, 4164.0, 4143.0, 4153.0, 4153.0, 4153.0, 4142.0, 4153.0, 4153.0, 4164.0, 4154.0, 4153.0, 4153.0, 4152.0, 4152.0, 4139.0, 4152.0, 4142.0, 4153.0, 4153.0, 4154.0, 4143.0, 4153.0, 4142.0, 4153.0, 4153.0, 4152.0, 4153.0, 4154.0, 4153.0, 4154.0, 4153.0, 4153.0, 4153.0, 4153.0, 4153.0, 4153.0, 4166.0, 4154.0, 4154.0, 4153.0, 4153.0, 4153.0, 4153.0, 4152.0, 4153.0, 4154.0, 4151.0, 4142.0, 4153.0, 4141.0, 4152.0, 4141.0, 4152.0, 4152.0, 4153.0, 4153.0, 4152.0, 4142.0, 4151.0, 4152.0, 4141.0, 4153.0, 4142.0, 4152.0, 4142.0, 4152.0, 4142.0, 4153.0, 4142.0, 4153.0, 4165.0, 4154.0, 4153.0, 4153.0, 4142.0, 4153.0, 4152.0, 4152.0, 4142.0, 4152.0, 4153.0, 4154.0, 4153.0, 4152.0, 4152.0, 4151.0, 4152.0, 4141.0, 4152.0, 4153.0, 4152.0, 4152.0, 4153.0, 4152.0, 4153.0, 4153.0, 4154.0, 4154.0, 4166.0, 4156.0, 4155.0, 4156.0, 4152.0, 4165.0, 4155.0, 4155.0, 4154.0, 4154.0, 4155.0, 4166.0, 4144.0, 4154.0, 4156.0, 4156.0, 4155.0, 4153.0, 4144.0, 4154.0, 4154.0, 4155.0, 4154.0, 4154.0, 4144.0, 4155.0, 4144.0, 4166.0, 4167.0, 4157.0, 4165.0, 4154.0, 4154.0, 4154.0, 4153.0, 4152.0, 4155.0, 4153.0, 4153.0, 4142.0, 4153.0, 4142.0, 4152.0, 4141.0, 4151.0, 4138.0, 4142.0, 4153.0, 4153.0, 4152.0, 4151.0, 4148.0, 4151.0, 4141.0, 4152.0, 4151.0, 4151.0, 4141.0, 4152.0, 4142.0, 4152.0, 4151.0, 4151.0, 4152.0, 4152.0, 4153.0, 4152.0, 4151.0, 4151.0, 4152.0, 4152.0, 4152.0, 4141.0, 4153.0, 4154.0, 4154.0, 4153.0, 4154.0, 4152.0, 4149.0, 4152.0, 4153.0, 4154.0, 4154.0, 4152.0, 4152.0, 4152.0, 4152.0, 4153.0, 4153.0, 4153.0, 4153.0, 4142.0, 4152.0, 4153.0, 4153.0, 4151.0, 4148.0, 4141.0, 4152.0, 4142.0, 4154.0, 4176.0, 4166.0, 4177.0, 4188.0, 4154.0, 4153.0, 4151.0, 4137.0, 4122.0, 4125.0, 4149.0, 4128.0, 4150.0, 4153.0, 4165.0, 4165.0, 4165.0, 4165.0, 4163.0, 4153.0, 4163.0, 4153.0, 4175.0, 4150.0, 4161.0, 4130.0, 4138.0, 4139.0, 4128.0, 4139.0, 4138.0, 4133.0, 4112.0, 4138.0, 4127.0, 4137.0, 4128.0, 4138.0, 4139.0, 4147.0, 4140.0, 4149.0, 4128.0, 4149.0, 4139.0, 4150.0, 4140.0, 4152.0, 4141.0, 4151.0, 4141.0, 4152.0, 4140.0, 4150.0, 4141.0, 4149.0, 4152.0, 4152.0, 4141.0, 4141.0, 4151.0, 4151.0, 4153.0, 4150.0, 4154.0, 4152.0, 4152.0, 4152.0, 4152.0, 4152.0, 4154.0, 4153.0, 4153.0, 4153.0, 4150.0, 4153.0, 4154.0, 4153.0, 4152.0, 4152.0, 4152.0, 4153.0, 4154.0, 4142.0, 4150.0, 4141.0, 4152.0, 4152.0, 4154.0, 4154.0, 4153.0, 4142.0, 4153.0, 4142.0, 4152.0, 4155.0, 4153.0, 4154.0, 4153.0, 4152.0, 4153.0, 4153.0, 4153.0, 4152.0, 4152.0, 4153.0, 4153.0, 4154.0, 4153.0, 4150.0, 4152.0, 4152.0, 4153.0, 4155.0, 4153.0, 4154.0, 4152.0, 4152.0, 4152.0, 4152.0, 4153.0, 4153.0, 4152.0, 4153.0, 4153.0, 4153.0, 4153.0, 4153.0, 4152.0, 4152.0, 4152.0, 4153.0, 4154.0, 4151.0, 4152.0, 4149.0, 4143.0, 4152.0, 4150.0, 4152.0, 4152.0, 4165.0, 4153.0, 4153.0, 4153.0, 4152.0, 4152.0, 4152.0, 4153.0, 4154.0, 4154.0, 4152.0, 4153.0, 4153.0, 4153.0, 4153.0, 4153.0, 4153.0, 4154.0, 4155.0, 4164.0, 4153.0, 4155.0, 4142.0, 4153.0, 4152.0, 4153.0, 4154.0, 4154.0], 'WindowWidth': [9347.0, 9306.0, 9281.0, 9273.0, 9270.0, 9263.0, 9249.0, 9259.0, 9245.0, 9260.0, 9246.0, 9241.0, 9241.0, 9237.0, 9224.0, 9237.0, 9240.0, 9239.0, 9242.0, 9243.0, 9260.0, 9247.0, 9243.0, 9242.0, 9241.0, 9213.0, 9239.0, 9227.0, 9241.0, 9243.0, 9244.0, 9241.0, 9242.0, 9240.0, 9257.0, 9240.0, 9238.0, 9240.0, 9245.0, 9238.0, 9213.0, 9239.0, 9212.0, 9241.0, 9224.0, 9237.0, 9241.0, 9243.0, 9244.0, 9240.0, 9226.0, 9237.0, 9234.0, 9236.0, 9235.0, 9241.0, 9237.0, 9221.0, 9235.0, 9220.0, 9232.0, 9215.0, 9230.0, 9217.0, 9216.0, 9235.0, 9236.0, 9234.0, 9216.0, 9216.0, 9216.0, 9230.0, 9202.0, 9229.0, 9221.0, 9220.0, 9219.0, 9217.0, 9217.0, 9229.0, 9215.0, 9214.0, 9216.0, 9218.0, 9232.0, 9217.0, 9216.0, 9216.0, 9217.0, 9190.0, 9231.0, 9218.0, 9217.0, 9203.0, 9234.0, 9221.0, 9218.0, 9235.0, 9216.0, 9217.0, 9216.0, 9215.0, 9235.0, 9229.0, 9201.0, 9215.0, 9214.0, 9215.0, 9199.0, 9214.0, 9215.0, 9216.0, 9216.0, 9212.0, 9216.0, 9213.0, 9215.0, 9213.0, 9214.0, 9201.0, 9216.0, 9220.0, 9234.0, 9219.0, 9216.0, 9214.0, 9214.0, 9216.0, 9213.0, 9214.0, 9213.0, 9217.0, 9217.0, 9218.0, 9215.0, 9217.0, 9204.0, 9229.0, 9214.0, 9214.0, 9215.0, 9231.0, 9219.0, 9231.0, 9219.0, 9234.0, 9221.0, 9236.0, 9239.0, 9239.0, 9239.0, 9236.0, 9238.0, 9221.0, 9234.0, 9222.0, 9231.0, 9221.0, 9236.0, 9223.0, 9237.0, 9222.0, 9233.0, 9220.0, 9232.0, 9234.0, 9219.0, 9235.0, 9222.0, 9235.0, 9220.0, 9236.0, 9216.0, 9234.0, 9220.0, 9219.0, 9234.0, 9237.0, 9235.0, 9219.0, 9234.0, 9221.0, 9235.0, 9209.0, 9236.0, 9222.0, 9236.0, 9225.0, 9240.0, 9238.0, 9235.0, 9222.0, 9233.0, 9221.0, 9233.0, 9233.0, 9221.0, 9235.0, 9226.0, 9236.0, 9209.0, 9236.0, 9195.0, 9236.0, 9223.0, 9238.0, 9241.0, 9240.0, 9242.0, 9245.0, 9249.0, 9263.0, 9247.0, 9259.0, 9244.0, 9255.0, 9243.0, 9240.0, 9241.0, 9240.0, 9240.0, 9245.0, 9243.0, 9226.0, 9239.0, 9239.0, 9239.0, 9238.0, 9239.0, 9225.0, 9240.0, 9246.0, 9244.0, 9224.0, 9238.0, 9224.0, 9234.0, 9223.0, 9232.0, 9223.0, 9238.0, 9223.0, 9235.0, 9218.0, 9235.0, 9219.0, 9232.0, 9218.0, 9230.0, 9219.0, 9236.0, 9236.0, 9219.0, 9220.0, 9219.0, 9234.0, 9218.0, 9219.0, 9223.0, 9220.0, 9225.0, 9237.0, 9225.0, 9246.0, 9279.0, 9261.0, 9304.0, 9238.0, 9204.0, 9212.0, 9190.0, 9191.0, 9188.0, 9195.0, 9183.0, 9216.0, 9222.0, 9241.0, 9258.0, 9245.0, 9240.0, 9229.0, 9235.0, 9241.0, 9223.0, 9242.0, 9218.0, 9219.0, 9197.0, 9197.0, 9226.0, 9190.0, 9193.0, 9191.0, 9186.0, 9190.0, 9162.0, 9192.0, 9190.0, 9194.0, 9180.0, 9191.0, 9194.0, 9196.0, 9208.0, 9190.0, 9192.0, 9191.0, 9194.0, 9177.0, 9192.0, 9194.0, 9195.0, 9197.0, 9215.0, 9199.0, 9210.0, 9196.0, 9196.0, 9210.0, 9196.0, 9213.0, 9199.0, 9213.0, 9217.0, 9216.0, 9215.0, 9200.0, 9198.0, 9198.0, 9197.0, 9213.0, 9217.0, 9217.0, 9215.0, 9214.0, 9217.0, 9203.0, 9217.0, 9203.0, 9218.0, 9221.0, 9220.0, 9217.0, 9217.0, 9216.0, 9219.0, 9217.0, 9218.0, 9223.0, 9227.0, 9222.0, 9227.0, 9237.0, 9226.0, 9225.0, 9225.0, 9226.0, 9224.0, 9239.0, 9229.0, 9224.0, 9208.0, 9221.0, 9207.0, 9221.0, 9206.0, 9218.0, 9220.0, 9222.0, 9220.0, 9203.0, 9218.0, 9205.0, 9220.0, 9205.0, 9219.0, 9222.0, 9226.0, 9224.0, 9223.0, 9223.0, 9223.0, 9223.0, 9221.0, 9223.0, 9212.0, 9225.0, 9209.0, 9241.0, 9225.0, 9226.0, 9226.0, 9225.0, 9218.0, 9209.0, 9224.0, 9225.0, 9224.0, 9227.0, 9243.0, 9241.0, 9222.0, 9223.0, 9207.0, 9219.0, 9206.0, 9222.0, 9210.0, 9226.0, 9213.0, 9226.0, 9212.0, 9241.0, 9216.0, 9251.0, 9255.0, 9249.0, 9246.0, 9247.0, 9247.0, 9250.0, 9270.0, 9265.0, 9250.0, 9233.0, 9244.0, 9247.0, 9248.0, 9264.0, 9241.0, 9241.0, 9220.0, 9220.0, 9204.0, 9220.0, 9239.0, 9219.0, 9200.0, 9215.0, 9216.0, 9219.0, 9219.0, 9218.0, 9217.0, 9214.0, 9221.0, 9202.0, 9216.0, 9202.0, 9215.0, 9207.0, 9223.0, 9237.0, 9220.0, 9217.0, 9217.0, 9201.0, 9220.0, 9218.0, 9217.0, 9217.0, 9196.0, 9217.0, 9199.0, 9212.0, 9197.0, 9212.0, 9219.0, 9218.0, 9200.0, 9213.0, 9211.0, 9198.0, 9198.0, 9213.0, 9203.0, 9218.0, 9215.0, 9198.0, 9197.0, 9195.0, 9210.0, 9197.0, 9196.0, 9214.0, 9201.0, 9211.0, 9216.0, 9213.0, 9215.0, 9214.0, 9216.0, 9217.0, 9235.0, 9222.0, 9218.0, 9219.0, 9217.0, 9218.0, 9217.0, 9226.0, 9238.0, 9219.0, 9202.0, 9222.0, 9218.0, 9219.0, 9218.0, 9217.0, 9219.0, 9236.0, 9220.0, 9217.0, 9217.0, 9203.0, 9216.0, 9203.0, 9220.0, 9225.0, 9222.0, 9204.0, 9217.0, 9216.0, 9221.0, 9218.0, 9215.0, 9217.0, 9235.0, 9219.0, 9218.0, 9220.0, 9216.0, 9215.0, 9215.0, 9215.0, 9215.0, 9217.0, 9240.0, 9220.0, 9207.0, 9217.0, 9191.0, 9220.0, 9217.0, 9216.0, 9201.0, 9216.0, 9221.0, 9235.0, 9226.0, 9220.0, 9220.0, 9219.0, 9218.0, 9219.0, 9222.0, 9217.0, 9216.0, 9217.0, 9221.0, 9223.0, 9219.0, 9204.0, 9215.0, 9215.0, 9215.0, 9202.0, 9217.0, 9220.0, 9217.0, 9220.0, 9218.0, 9217.0, 9217.0, 9216.0, 9216.0, 9217.0, 9222.0, 9220.0, 9221.0, 9223.0, 9219.0, 9220.0, 9220.0, 9236.0, 9216.0, 9238.0, 9208.0, 9220.0, 9206.0, 9236.0, 9226.0, 9237.0, 9222.0, 9222.0, 9238.0, 9228.0, 9227.0, 9223.0, 9224.0, 9221.0, 9220.0, 9220.0, 9219.0, 9223.0, 9219.0, 9203.0, 9218.0, 9204.0, 9219.0, 9219.0, 9219.0, 9221.0, 9222.0, 9219.0, 9220.0, 9204.0, 9219.0, 9219.0, 9221.0, 9222.0, 9238.0, 9227.0, 9240.0, 9226.0, 9221.0, 9222.0, 9222.0, 9219.0, 9214.0, 9222.0, 9237.0, 9224.0, 9216.0, 9240.0, 9222.0, 9220.0, 9206.0, 9236.0, 9212.0, 9238.0, 9207.0, 9220.0, 9207.0, 9222.0, 9211.0, 9237.0, 9222.0, 9221.0, 9224.0, 9227.0, 9233.0, 9225.0, 9196.0, 9237.0, 9220.0, 9222.0, 9220.0, 9218.0, 9219.0, 9219.0, 9220.0, 9216.0, 9216.0, 9216.0, 9216.0, 9187.0, 9214.0, 9202.0, 9219.0, 9193.0, 9221.0, 9194.0, 9236.0, 9207.0, 9238.0, 9225.0, 9242.0, 9209.0, 9239.0, 9204.0, 9238.0, 9225.0, 9224.0, 9227.0, 9241.0, 9224.0, 9236.0, 9219.0, 9223.0, 9222.0, 9221.0, 9222.0, 9221.0, 9219.0, 9227.0, 9226.0, 9219.0, 9219.0, 9206.0, 9220.0, 9205.0, 9219.0, 9239.0, 9223.0, 9223.0, 9220.0, 9192.0, 9221.0, 9195.0, 9221.0, 9207.0, 9237.0, 9241.0, 9241.0, 9212.0, 9224.0, 9223.0, 9238.0, 9224.0, 9237.0, 9226.0, 9239.0, 9209.0, 9224.0, 9209.0, 9224.0, 9223.0, 9222.0, 9225.0, 9225.0, 9222.0, 9223.0, 9222.0, 9222.0, 9221.0, 9221.0, 9221.0, 9239.0, 9226.0, 9223.0, 9223.0, 9220.0, 9206.0, 9220.0, 9220.0, 9237.0, 9221.0, 9219.0, 9218.0, 9218.0, 9217.0, 9212.0, 9218.0, 9221.0, 9222.0, 9217.0, 9223.0, 9217.0, 9218.0, 9217.0, 9219.0, 9216.0, 9217.0, 9220.0, 9224.0, 9222.0, 9223.0, 9221.0, 9221.0, 9222.0, 9221.0, 9219.0, 9222.0, 9239.0, 9226.0, 9222.0, 9223.0, 9222.0, 9222.0, 9220.0, 9221.0, 9222.0, 9220.0, 9216.0, 9217.0, 9203.0, 9217.0, 9219.0, 9218.0, 9220.0, 9219.0, 9224.0, 9223.0, 9219.0, 9219.0, 9218.0, 9219.0, 9219.0, 9221.0, 9225.0, 9240.0, 9225.0, 9221.0, 9223.0, 9220.0, 9226.0, 9220.0, 9220.0, 9227.0, 9225.0, 9209.0, 9221.0, 9205.0, 9218.0, 9220.0, 9219.0, 9220.0, 9222.0, 9222.0, 9222.0, 9224.0, 9238.0, 9243.0, 9242.0, 9210.0, 9223.0, 9207.0, 9218.0, 9218.0, 9203.0, 9207.0, 9222.0, 9220.0, 9216.0, 9217.0, 9215.0, 9216.0, 9214.0, 9216.0, 9204.0, 9219.0, 9223.0, 9223.0, 9209.0, 9221.0, 9206.0, 9218.0, 9220.0, 9216.0, 9201.0, 9213.0, 9216.0, 9223.0, 9223.0, 9221.0, 9227.0, 9238.0, 9244.0, 9244.0, 9242.0, 9221.0, 9217.0, 9214.0, 9212.0, 9201.0, 9212.0, 9218.0, 9220.0, 9243.0, 9226.0, 9239.0, 9225.0, 9224.0, 9225.0, 9224.0, 9208.0, 9223.0, 9226.0, 9258.0, 9220.0, 9236.0, 9201.0, 9200.0, 9196.0, 9196.0, 9195.0, 9198.0, 9202.0, 9200.0, 9196.0, 9198.0, 9197.0, 9199.0, 9197.0, 9199.0, 9198.0, 9200.0, 9218.0, 9217.0, 9200.0, 9215.0, 9202.0, 9219.0, 9203.0, 9220.0, 9207.0, 9221.0, 9237.0, 9225.0, 9207.0, 9219.0, 9205.0, 9219.0, 9218.0, 9206.0, 9206.0, 9222.0, 9220.0, 9220.0, 9225.0, 9216.0, 9222.0, 9223.0, 9221.0, 9204.0, 9217.0, 9219.0, 9218.0, 9223.0, 9227.0, 9224.0, 9217.0, 9218.0, 9206.0, 9218.0, 9218.0, 9205.0, 9208.0, 9223.0, 9221.0, 9220.0, 9221.0, 9225.0, 9224.0, 9220.0, 9229.0, 9216.0, 9228.0, 9246.0, 9245.0, 9229.0, 9240.0, 9213.0, 9225.0, 9223.0, 9223.0, 9210.0, 9223.0, 9226.0, 9241.0, 9229.0, 9223.0, 9224.0, 9222.0, 9222.0, 9202.0, 9221.0, 9206.0, 9222.0, 9227.0, 9226.0, 9213.0, 9222.0, 9208.0, 9223.0, 9224.0, 9221.0, 9225.0, 9226.0, 9223.0, 9229.0, 9225.0, 9225.0, 9224.0, 9223.0, 9225.0, 9225.0, 9247.0, 9228.0, 9226.0, 9225.0, 9224.0, 9225.0, 9223.0, 9224.0, 9224.0, 9228.0, 9222.0, 9211.0, 9223.0, 9206.0, 9221.0, 9207.0, 9222.0, 9224.0, 9225.0, 9224.0, 9220.0, 9207.0, 9219.0, 9220.0, 9205.0, 9223.0, 9208.0, 9222.0, 9208.0, 9222.0, 9209.0, 9224.0, 9209.0, 9225.0, 9247.0, 9229.0, 9228.0, 9224.0, 9210.0, 9223.0, 9223.0, 9222.0, 9210.0, 9221.0, 9225.0, 9226.0, 9224.0, 9221.0, 9221.0, 9220.0, 9220.0, 9206.0, 9222.0, 9225.0, 9221.0, 9222.0, 9224.0, 9222.0, 9225.0, 9225.0, 9226.0, 9229.0, 9247.0, 9233.0, 9230.0, 9234.0, 9223.0, 9243.0, 9231.0, 9230.0, 9228.0, 9229.0, 9233.0, 9248.0, 9216.0, 9229.0, 9236.0, 9232.0, 9232.0, 9227.0, 9214.0, 9227.0, 9228.0, 9231.0, 9228.0, 9229.0, 9215.0, 9230.0, 9215.0, 9247.0, 9251.0, 9238.0, 9245.0, 9229.0, 9228.0, 9228.0, 9226.0, 9223.0, 9230.0, 9225.0, 9225.0, 9207.0, 9222.0, 9207.0, 9220.0, 9206.0, 9219.0, 9201.0, 9209.0, 9225.0, 9225.0, 9222.0, 9219.0, 9213.0, 9219.0, 9204.0, 9222.0, 9220.0, 9217.0, 9206.0, 9221.0, 9207.0, 9221.0, 9219.0, 9217.0, 9220.0, 9221.0, 9225.0, 9219.0, 9219.0, 9219.0, 9220.0, 9220.0, 9221.0, 9205.0, 9223.0, 9226.0, 9226.0, 9223.0, 9227.0, 9222.0, 9215.0, 9221.0, 9224.0, 9226.0, 9229.0, 9221.0, 9222.0, 9221.0, 9222.0, 9224.0, 9224.0, 9224.0, 9225.0, 9207.0, 9221.0, 9224.0, 9223.0, 9219.0, 9212.0, 9204.0, 9220.0, 9209.0, 9226.0, 9263.0, 9248.0, 9266.0, 9288.0, 9229.0, 9223.0, 9219.0, 9189.0, 9164.0, 9170.0, 9209.0, 9182.0, 9216.0, 9224.0, 9245.0, 9244.0, 9246.0, 9243.0, 9241.0, 9224.0, 9238.0, 9225.0, 9258.0, 9216.0, 9232.0, 9185.0, 9195.0, 9197.0, 9182.0, 9195.0, 9194.0, 9181.0, 9152.0, 9193.0, 9176.0, 9189.0, 9179.0, 9194.0, 9199.0, 9208.0, 9199.0, 9210.0, 9180.0, 9209.0, 9197.0, 9215.0, 9202.0, 9219.0, 9204.0, 9215.0, 9204.0, 9219.0, 9203.0, 9214.0, 9203.0, 9213.0, 9221.0, 9218.0, 9204.0, 9202.0, 9216.0, 9217.0, 9222.0, 9218.0, 9225.0, 9220.0, 9219.0, 9219.0, 9221.0, 9221.0, 9225.0, 9223.0, 9224.0, 9224.0, 9217.0, 9222.0, 9225.0, 9223.0, 9220.0, 9223.0, 9221.0, 9226.0, 9226.0, 9208.0, 9215.0, 9206.0, 9221.0, 9221.0, 9226.0, 9226.0, 9224.0, 9206.0, 9223.0, 9207.0, 9222.0, 9228.0, 9225.0, 9226.0, 9225.0, 9222.0, 9222.0, 9224.0, 9222.0, 9221.0, 9220.0, 9222.0, 9225.0, 9227.0, 9222.0, 9216.0, 9221.0, 9221.0, 9222.0, 9230.0, 9224.0, 9226.0, 9220.0, 9221.0, 9221.0, 9222.0, 9222.0, 9224.0, 9221.0, 9223.0, 9223.0, 9224.0, 9225.0, 9223.0, 9224.0, 9221.0, 9221.0, 9223.0, 9228.0, 9220.0, 9221.0, 9214.0, 9210.0, 9220.0, 9217.0, 9219.0, 9220.0, 9242.0, 9225.0, 9222.0, 9223.0, 9220.0, 9221.0, 9219.0, 9224.0, 9226.0, 9227.0, 9220.0, 9223.0, 9223.0, 9223.0, 9223.0, 9225.0, 9224.0, 9227.0, 9230.0, 9241.0, 9224.0, 9227.0, 9210.0, 9222.0, 9223.0, 9223.0, 9227.0, 9228.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.00045906676783004553</td></tr>
<tr><td colspan=3>aqi</td><td>0.015901800151745065</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.72912469627935</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1783840755277137</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0090482972665153</td></tr>
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
<tr><td colspan=3>fber</td><td>6775.7725</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07033891506830688</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9863429438543247</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.464690952590033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4162007605751032</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7361610256739284</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.241711071521069</td></tr>
<tr><td colspan=3>gcor</td><td>0.00742164</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018163472414016724</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02911994233727455</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>3.7342299069577773</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>37.5522</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4902</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.2126</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301157.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>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.2669</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0166</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.9296</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3318.9794</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75387.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.0515</td></tr>
<tr><td colspan=3>tsnr</td><td>45.297943426296115</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>