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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0111_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-03/func/sub-0111_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a8d0aba78bde88e3ea41cbdbf36c3e3e</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>15:12:54.510000</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.999029, 0.00884837, 0.0431718, -0.0148219, 0.99003, 0.140078]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.0844794</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7756, -7266, 272, -133, 13, 112, 119]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.397</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>513c547c-0011-41bd-b847-26a95ce7a4bd||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.6803202629089355, -0.039766207337379456, 0.11205504834651947, 114.17179107666016], [-0.023739520460367203, 2.656177043914795, 0.37957024574279785, -105.03206634521484], [0.11582671105861664, -0.3758184313774109, 2.670836925506592, -67.92196655273438], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['151254.510000', '151254.970000', '151255.430000', '151255.890000', '151256.350000', '151256.810000', '151257.270000', '151257.730000', '151258.190000', '151258.650000', '151259.110000', '151259.570000', '151300.030000', '151300.490000', '151300.950000', '151301.410000', '151301.870000', '151302.330000', '151302.790000', '151303.250000', '151303.710000', '151304.170000', '151304.630000', '151305.090000', '151305.550000', '151306.010000', '151306.470000', '151306.930000', '151307.390000', '151307.850000', '151308.310000', '151308.770000', '151309.230000', '151309.690000', '151310.150000', '151310.610000', '151311.070000', '151311.530000', '151311.990000', '151312.450000', '151312.910000', '151313.370000', '151313.830000', '151314.290000', '151314.750000', '151315.210000', '151315.670000', '151316.130000', '151316.590000', '151317.050000', '151317.510000', '151317.970000', '151318.430000', '151318.890000', '151319.350000', '151319.810000', '151320.270000', '151320.730000', '151321.190000', '151321.650000', '151322.110000', '151322.570000', '151323.030000', '151323.490000', '151323.950000', '151324.410000', '151324.870000', '151325.330000', '151325.790000', '151326.250000', '151326.710000', '151327.170000', '151327.630000', '151328.090000', '151328.550000', '151329.010000', '151329.470000', '151329.930000', '151330.390000', '151330.850000', '151331.310000', '151331.770000', '151332.230000', '151332.690000', '151333.150000', '151333.610000', '151334.070000', '151334.530000', '151334.990000', '151335.450000', '151335.910000', '151336.370000', '151336.830000', '151337.290000', '151337.750000', '151338.210000', '151338.670000', '151339.130000', '151339.590000', '151340.050000', '151340.510000', '151340.970000', '151341.430000', '151341.890000', '151342.350000', '151342.810000', '151343.270000', '151343.730000', '151344.190000', '151344.650000', '151345.110000', '151345.570000', '151346.030000', '151346.490000', '151346.950000', '151347.410000', '151347.870000', '151348.330000', '151348.790000', '151349.250000', '151349.710000', '151350.170000', '151350.630000', '151351.090000', '151351.550000', '151352.010000', '151352.470000', '151352.930000', '151353.390000', '151353.850000', '151354.310000', '151354.770000', '151355.230000', '151355.690000', '151356.150000', '151356.610000', '151357.070000', '151357.530000', '151357.990000', '151358.450000', '151358.910000', '151359.370000', '151359.830000', '151400.290000', '151400.750000', '151401.210000', '151401.670000', '151402.130000', '151402.590000', '151403.050000', '151403.510000', '151403.970000', '151404.430000', '151404.890000', '151405.350000', '151405.810000', '151406.270000', '151406.730000', '151407.190000', '151407.650000', '151408.110000', '151408.570000', '151409.030000', '151409.490000', '151409.950000', '151410.410000', '151410.870000', '151411.330000', '151411.790000', '151412.250000', '151412.710000', '151413.170000', '151413.630000', '151414.090000', '151414.550000', '151415.010000', '151415.470000', '151415.930000', '151416.390000', '151416.850000', '151417.310000', '151417.770000', '151418.230000', '151418.690000', '151419.150000', '151419.610000', '151420.070000', '151420.530000', '151420.990000', '151421.450000', '151421.910000', '151422.370000', '151422.830000', '151423.290000', '151423.750000', '151424.210000', '151424.670000', '151425.130000', '151425.590000', '151426.050000', '151426.510000', '151426.970000', '151427.430000', '151427.890000', '151428.350000', '151428.810000', '151429.270000', '151429.730000', '151430.190000', '151430.650000', '151431.110000', '151431.570000', '151432.030000', '151432.490000', '151432.950000', '151433.410000', '151433.870000', '151434.330000', '151434.790000', '151435.250000', '151435.710000', '151436.170000', '151436.630000', '151437.090000', '151437.550000', '151438.010000', '151438.470000', '151438.930000', '151439.390000', '151439.850000', '151440.310000', '151440.770000', '151441.230000', '151441.690000', '151442.150000', '151442.610000', '151443.070000', '151443.530000', '151443.990000', '151444.450000', '151444.910000', '151445.370000', '151445.830000', '151446.290000', '151446.750000', '151447.210000', '151447.670000', '151448.130000', '151448.590000', '151449.050000', '151449.510000', '151449.970000', '151450.430000', '151450.890000', '151451.350000', '151451.810000', '151452.270000', '151452.730000', '151453.190000', '151453.650000', '151454.110000', '151454.570000', '151455.030000', '151455.490000', '151455.950000', '151456.410000', '151456.870000', '151457.330000', '151457.790000', '151458.250000', '151458.710000', '151459.170000', '151459.630000', '151500.090000', '151500.550000', '151501.010000', '151501.470000', '151501.930000', '151502.390000', '151502.850000', '151503.310000', '151503.770000', '151504.230000', '151504.690000', '151505.150000', '151505.610000', '151506.070000', '151506.530000', '151506.990000', '151507.450000', '151507.910000', '151508.370000', '151508.830000', '151509.290000', '151509.750000', '151510.210000', '151510.670000', '151511.130000', '151511.590000', '151512.050000', '151512.510000', '151512.970000', '151513.430000', '151513.890000', '151514.350000', '151514.810000', '151515.270000', '151515.730000', '151516.190000', '151516.650000', '151517.110000', '151517.570000', '151518.030000', '151518.490000', '151518.950000', '151519.410000', '151519.870000', '151520.330000', '151520.790000', '151521.250000', '151521.710000', '151522.170000', '151522.630000', '151523.090000', '151523.550000', '151524.010000', '151524.470000', '151524.930000', '151525.390000', '151525.850000', '151526.310000', '151526.770000', '151527.230000', '151527.690000', '151528.150000', '151528.610000', '151529.070000', '151529.530000', '151529.990000', '151530.450000', '151530.910000', '151531.370000', '151531.830000', '151532.290000', '151532.750000', '151533.210000', '151533.670000', '151534.130000', '151534.590000', '151535.050000', '151535.510000', '151535.970000', '151536.430000', '151536.890000', '151537.350000', '151537.810000', '151538.270000', '151538.730000', '151539.190000', '151539.650000', '151540.110000', '151540.570000', '151541.030000', '151541.490000', '151541.950000', '151542.410000', '151542.870000', '151543.330000', '151543.790000', '151544.250000', '151544.710000', '151545.170000', '151545.630000', '151546.090000', '151546.550000', '151547.010000', '151547.470000', '151547.930000', '151548.390000', '151548.850000', '151549.310000', '151549.770000', '151550.230000', '151550.690000', '151551.150000', '151551.610000', '151552.070000', '151552.530000', '151552.990000', '151553.450000', '151553.910000', '151554.370000', '151554.830000', '151555.290000', '151555.750000', '151556.210000', '151556.670000', '151557.130000', '151557.590000', '151558.050000', '151558.510000', '151558.970000', '151559.430000', '151559.890000', '151600.350000', '151600.810000', '151601.270000', '151601.730000', '151602.190000', '151602.650000', '151603.110000', '151603.570000', '151604.030000', '151604.490000', '151604.950000', '151605.410000', '151605.870000', '151606.330000', '151606.790000', '151607.250000', '151607.710000', '151608.170000', '151608.630000', '151609.090000', '151609.550000', '151610.010000', '151610.470000', '151610.930000', '151611.390000', '151611.850000', '151612.310000', '151612.770000', '151613.230000', '151613.690000', '151614.150000', '151614.610000', '151615.070000', '151615.530000', '151615.990000', '151616.450000', '151616.910000', '151617.370000', '151617.830000', '151618.290000', '151618.750000', '151619.210000', '151619.670000', '151620.130000', '151620.590000', '151621.050000', '151621.510000', '151621.970000', '151622.430000', '151622.890000', '151623.350000', '151623.810000', '151624.270000', '151624.730000', '151625.190000', '151625.650000', '151626.110000', '151626.570000', '151627.030000', '151627.490000', '151627.950000', '151628.410000', '151628.870000', '151629.330000', '151629.790000', '151630.250000', '151630.710000', '151631.170000', '151631.630000', '151632.090000', '151632.550000', '151633.010000', '151633.470000', '151633.930000', '151634.390000', '151634.850000', '151635.310000', '151635.770000', '151636.230000', '151636.690000', '151637.150000', '151637.610000', '151638.070000', '151638.530000', '151638.990000', '151639.450000', '151639.910000', '151640.370000', '151640.830000', '151641.290000', '151641.750000', '151642.210000', '151642.670000', '151643.130000', '151643.590000', '151644.050000', '151644.510000', '151644.970000', '151645.430000', '151645.890000', '151646.350000', '151646.810000', '151647.270000', '151647.730000', '151648.190000', '151648.650000', '151649.110000', '151649.570000', '151650.030000', '151650.490000', '151650.950000', '151651.410000', '151651.870000', '151652.330000', '151652.790000', '151653.250000', '151653.710000', '151654.170000', '151654.630000', '151655.090000', '151655.550000', '151656.010000', '151656.470000', '151656.930000', '151657.390000', '151657.850000', '151658.310000', '151658.770000', '151659.230000', '151659.690000', '151700.150000', '151700.610000', '151701.070000', '151701.530000', '151701.990000', '151702.450000', '151702.910000', '151703.370000', '151703.830000', '151704.290000', '151704.750000', '151705.210000', '151705.670000', '151706.130000', '151706.590000', '151707.050000', '151707.510000', '151707.970000', '151708.430000', '151708.890000', '151709.350000', '151709.810000', '151710.270000', '151710.730000', '151711.190000', '151711.650000', '151712.110000', '151712.570000', '151713.030000', '151713.490000', '151713.950000', '151714.410000', '151714.870000', '151715.330000', '151715.790000', '151716.250000', '151716.710000', '151717.170000', '151717.630000', '151718.090000', '151718.550000', '151719.010000', '151719.470000', '151719.930000', '151720.390000', '151720.850000', '151721.310000', '151721.770000', '151722.230000', '151722.690000', '151723.150000', '151723.610000', '151724.070000', '151724.530000', '151724.990000', '151725.450000', '151725.910000', '151726.370000', '151726.830000', '151727.290000', '151727.750000', '151728.210000', '151728.670000', '151729.130000', '151729.590000', '151730.050000', '151730.510000', '151730.970000', '151731.430000', '151731.890000', '151732.350000', '151732.810000', '151733.270000', '151733.730000', '151734.190000', '151734.650000', '151735.110000', '151735.570000', '151736.030000', '151736.490000', '151736.950000', '151737.410000', '151737.870000', '151738.330000', '151738.790000', '151739.250000', '151739.710000', '151740.170000', '151740.630000', '151741.090000', '151741.550000', '151742.010000', '151742.470000', '151742.930000', '151743.390000', '151743.850000', '151744.310000', '151744.770000', '151745.230000', '151745.690000', '151746.150000', '151746.610000', '151747.070000', '151747.530000', '151747.990000', '151748.450000', '151748.910000', '151749.370000', '151749.830000', '151750.290000', '151750.750000', '151751.210000', '151751.670000', '151752.130000', '151752.590000', '151753.050000', '151753.510000', '151753.970000', '151754.430000', '151754.890000', '151755.350000', '151755.810000', '151756.270000', '151756.730000', '151757.190000', '151757.650000', '151758.110000', '151758.570000', '151759.030000', '151759.490000', '151759.950000', '151800.410000', '151800.870000', '151801.330000', '151801.790000', '151802.250000', '151802.710000', '151803.170000', '151803.630000', '151804.090000', '151804.550000', '151805.010000', '151805.470000', '151805.930000', '151806.390000', '151806.850000', '151807.310000', '151807.770000', '151808.230000', '151808.690000', '151809.150000', '151809.610000', '151810.070000', '151810.530000', '151810.990000', '151811.450000', '151811.910000', '151812.370000', '151812.830000', '151813.290000', '151813.750000', '151814.210000', '151814.670000', '151815.130000', '151815.590000', '151816.050000', '151816.510000', '151816.970000', '151817.430000', '151817.890000', '151818.350000', '151818.810000', '151819.270000', '151819.730000', '151820.190000', '151820.650000', '151821.110000', '151821.570000', '151822.030000', '151822.490000', '151822.950000', '151823.410000', '151823.870000', '151824.330000', '151824.790000', '151825.250000', '151825.710000', '151826.170000', '151826.630000', '151827.090000', '151827.550000', '151828.010000', '151828.470000', '151828.930000', '151829.390000', '151829.850000', '151830.310000', '151830.770000', '151831.230000', '151831.690000', '151832.150000', '151832.610000', '151833.070000', '151833.530000', '151833.990000', '151834.450000', '151834.910000', '151835.370000', '151835.830000', '151836.290000', '151836.750000', '151837.210000', '151837.670000', '151838.130000', '151838.590000', '151839.050000', '151839.510000', '151839.970000', '151840.430000', '151840.890000', '151841.350000', '151841.810000', '151842.270000', '151842.730000', '151843.190000', '151843.650000', '151844.110000', '151844.570000', '151845.030000', '151845.490000', '151845.950000', '151846.410000', '151846.870000', '151847.330000', '151847.790000', '151848.250000', '151848.710000', '151849.170000', '151849.630000', '151850.090000', '151850.550000', '151851.010000', '151851.470000', '151851.930000', '151852.390000', '151852.850000', '151853.310000', '151853.770000', '151854.230000', '151854.690000', '151855.150000', '151855.610000', '151856.070000', '151856.530000', '151856.990000', '151857.450000', '151857.910000', '151858.370000', '151858.830000', '151859.290000', '151859.750000', '151900.210000', '151900.670000', '151901.130000', '151901.590000', '151902.050000', '151902.510000', '151902.970000', '151903.430000', '151903.890000', '151904.350000', '151904.810000', '151905.270000', '151905.730000', '151906.190000', '151906.650000', '151907.110000', '151907.570000', '151908.030000', '151908.490000', '151908.950000', '151909.410000', '151909.870000', '151910.330000', '151910.790000', '151911.250000', '151911.710000', '151912.170000', '151912.630000', '151913.090000', '151913.550000', '151914.010000', '151914.470000', '151914.930000', '151915.390000', '151915.850000', '151916.310000', '151916.770000', '151917.230000', '151917.690000', '151918.150000', '151918.610000', '151919.070000', '151919.530000', '151919.990000', '151920.450000', '151920.910000', '151921.370000', '151921.830000', '151922.290000', '151922.750000', '151923.210000', '151923.670000', '151924.130000', '151924.590000', '151925.050000', '151925.510000', '151925.970000', '151926.430000', '151926.890000', '151927.350000', '151927.810000', '151928.270000', '151928.730000', '151929.190000', '151929.650000', '151930.110000', '151930.570000', '151931.030000', '151931.490000', '151931.950000', '151932.410000', '151932.870000', '151933.330000', '151933.790000', '151934.250000', '151934.710000', '151935.170000', '151935.630000', '151936.090000', '151936.550000', '151937.010000', '151937.470000', '151937.930000', '151938.390000', '151938.850000', '151939.310000', '151939.770000', '151940.230000', '151940.690000', '151941.150000', '151941.610000', '151942.070000', '151942.530000', '151942.990000', '151943.450000', '151943.910000', '151944.370000', '151944.830000', '151945.290000', '151945.750000', '151946.210000', '151946.670000', '151947.130000', '151947.590000', '151948.050000', '151948.510000', '151948.970000', '151949.430000', '151949.890000', '151950.350000', '151950.810000', '151951.270000', '151951.730000', '151952.190000', '151952.650000', '151953.110000', '151953.570000', '151954.030000', '151954.490000', '151954.950000', '151955.410000', '151955.870000', '151956.330000', '151956.790000', '151957.250000', '151957.710000', '151958.170000', '151958.630000', '151959.090000', '151959.550000', '152000.010000', '152000.470000', '152000.930000', '152001.390000', '152001.850000', '152002.310000', '152002.770000', '152003.230000', '152003.690000', '152004.150000', '152004.610000', '152005.070000', '152005.530000', '152005.990000', '152006.450000', '152006.910000', '152007.370000', '152007.830000', '152008.290000', '152008.750000', '152009.210000', '152009.670000', '152010.130000', '152010.590000', '152011.050000', '152011.510000', '152011.970000', '152012.430000', '152012.890000', '152013.350000', '152013.810000', '152014.270000', '152014.730000', '152015.190000', '152015.650000', '152016.110000', '152016.570000', '152017.030000', '152017.490000', '152017.950000', '152018.410000', '152018.870000', '152019.330000', '152019.790000', '152020.250000', '152020.710000', '152021.170000', '152021.630000', '152022.090000', '152022.550000', '152023.010000', '152023.470000', '152023.930000', '152024.390000', '152024.850000', '152025.310000', '152025.770000', '152026.230000', '152026.690000', '152027.150000', '152027.610000', '152028.070000', '152028.530000', '152028.990000', '152029.450000', '152029.910000', '152030.370000', '152030.830000', '152031.290000', '152031.750000', '152032.210000', '152032.670000', '152033.130000', '152033.590000', '152034.050000', '152034.510000', '152034.970000', '152035.430000', '152035.890000', '152036.350000', '152036.810000', '152037.270000', '152037.730000', '152038.190000', '152038.650000', '152039.110000', '152039.570000', '152040.030000', '152040.490000', '152040.950000', '152041.410000', '152041.870000', '152042.330000', '152042.790000', '152043.250000', '152043.710000', '152044.170000', '152044.630000', '152045.090000', '152045.550000', '152046.010000', '152046.470000', '152046.930000', '152047.390000', '152047.850000', '152048.310000', '152048.770000', '152049.230000', '152049.690000', '152050.150000', '152050.610000', '152051.070000', '152051.530000', '152051.990000', '152052.450000', '152052.910000', '152053.370000', '152053.830000', '152054.290000', '152054.750000', '152055.210000', '152055.670000', '152056.130000', '152056.590000', '152057.050000', '152057.510000', '152057.970000', '152058.430000', '152058.890000', '152059.350000', '152059.810000', '152100.270000', '152100.730000', '152101.190000', '152101.650000', '152102.110000', '152102.570000', '152103.030000', '152103.490000', '152103.950000', '152104.410000', '152104.870000', '152105.330000', '152105.790000', '152106.250000', '152106.710000', '152107.170000', '152107.630000', '152108.090000', '152108.550000', '152109.010000', '152109.470000', '152109.930000', '152110.390000', '152110.850000', '152111.310000', '152111.770000', '152112.230000', '152112.690000', '152113.150000', '152113.610000', '152114.070000', '152114.530000', '152114.990000', '152115.450000', '152115.910000', '152116.370000', '152116.830000', '152117.290000', '152117.750000', '152118.210000', '152118.670000', '152119.130000', '152119.590000', '152120.050000', '152120.510000', '152120.970000', '152121.430000', '152121.890000', '152122.350000', '152122.810000', '152123.270000', '152123.730000', '152124.190000', '152124.650000', '152125.110000', '152125.570000', '152126.030000', '152126.490000', '152126.950000', '152127.410000', '152127.870000', '152128.330000', '152128.790000', '152129.250000', '152129.710000', '152130.170000', '152130.630000', '152131.090000', '152131.550000', '152132.010000', '152132.470000', '152132.930000', '152133.390000', '152133.850000', '152134.310000', '152134.770000', '152135.230000', '152135.690000', '152136.150000', '152136.610000', '152137.070000', '152137.530000', '152137.990000', '152138.450000', '152138.910000', '152139.370000', '152139.830000', '152140.290000', '152140.750000', '152141.210000', '152141.670000', '152142.130000', '152142.590000', '152143.050000', '152143.510000', '152143.970000', '152144.430000', '152144.890000', '152145.350000', '152145.810000', '152146.270000', '152146.730000', '152147.190000', '152147.650000', '152148.110000', '152148.570000', '152149.030000', '152149.490000', '152149.950000', '152150.410000', '152150.870000', '152151.330000', '152151.790000', '152152.250000', '152152.710000', '152153.170000', '152153.630000', '152154.090000', '152154.550000', '152155.010000', '152155.470000', '152155.930000', '152156.390000', '152156.850000', '152157.310000', '152157.770000', '152158.230000', '152158.690000', '152159.150000', '152159.610000', '152200.070000', '152200.530000', '152200.990000', '152201.450000', '152201.910000', '152202.370000', '152202.830000', '152203.290000', '152203.750000', '152204.210000', '152204.670000', '152205.130000', '152205.590000', '152206.050000', '152206.510000', '152206.970000', '152207.430000', '152207.890000', '152208.350000', '152208.810000', '152209.270000', '152209.730000', '152210.190000', '152210.650000', '152211.110000', '152211.570000', '152212.030000', '152212.490000', '152212.950000', '152213.410000', '152213.870000', '152214.330000', '152214.790000', '152215.250000', '152215.710000', '152216.170000', '152216.630000', '152217.090000', '152217.550000', '152218.010000', '152218.470000', '152218.930000', '152219.390000', '152219.850000', '152220.310000', '152220.770000', '152221.230000', '152221.690000', '152222.150000', '152222.610000', '152223.070000', '152223.530000', '152223.990000', '152224.450000', '152224.910000', '152225.370000', '152225.830000', '152226.290000', '152226.750000', '152227.210000', '152227.670000', '152228.130000', '152228.590000', '152229.050000', '152229.510000', '152229.970000', '152230.430000', '152230.890000', '152231.350000', '152231.810000', '152232.270000', '152232.730000', '152233.190000', '152233.650000', '152234.110000', '152234.570000', '152235.030000', '152235.490000', '152235.950000', '152236.410000', '152236.870000', '152237.330000', '152237.790000', '152238.250000', '152238.710000', '152239.170000', '152239.630000', '152240.090000', '152240.550000', '152241.010000', '152241.470000', '152241.930000', '152242.390000', '152242.850000', '152243.310000', '152243.770000', '152244.230000', '152244.690000', '152245.150000', '152245.610000', '152246.070000', '152246.530000', '152246.990000', '152247.450000', '152247.910000', '152248.370000', '152248.830000', '152249.290000', '152249.750000', '152250.210000', '152250.670000', '152251.130000', '152251.590000', '152252.050000', '152252.510000', '152252.970000', '152253.430000', '152253.890000', '152254.350000', '152254.810000', '152255.270000', '152255.730000', '152256.190000', '152256.650000', '152257.110000', '152257.570000', '152258.030000', '152258.490000', '152258.950000', '152259.410000', '152259.870000', '152300.330000', '152300.790000', '152301.250000', '152301.710000', '152302.170000', '152302.630000', '152303.090000', '152303.550000', '152304.010000', '152304.470000', '152304.930000', '152305.390000', '152305.850000', '152306.310000', '152306.770000', '152307.230000', '152307.690000', '152308.150000'], 'ContentTime': ['151315.963000', '151315.966000', '151315.972000', '151315.974000', '151315.977000', '151315.979000', '151315.982000', '151315.984000', '151315.997000', '151316.000000', '151316.003000', '151316.005000', '151316.008000', '151316.011000', '151316.013000', '151316.016000', '151316.018000', '151316.021000', '151316.023000', '151316.026000', '151316.028000', '151316.031000', '151316.034000', '151316.036000', '151316.039000', '151316.041000', '151316.044000', '151316.046000', '151316.049000', '151316.052000', '151316.054000', '151316.057000', '151316.059000', '151316.062000', '151316.064000', '151316.067000', '151316.075000', '151316.077000', '151316.080000', '151316.082000', '151316.085000', '151316.098000', '151316.101000', '151316.103000', '151316.106000', '151335.932000', '151335.935000', '151335.938000', '151335.940000', '151335.943000', '151335.945000', '151335.948000', '151335.951000', '151335.953000', '151335.956000', '151335.958000', '151335.961000', '151335.963000', '151335.966000', '151335.968000', '151335.971000', '151335.974000', '151335.976000', '151335.979000', '151335.981000', '151335.984000', '151335.986000', '151335.989000', '151335.991000', '151335.994000', '151335.996000', '151336.000000', '151336.003000', '151336.005000', '151336.008000', '151336.011000', '151336.014000', '151336.017000', '151336.020000', '151336.022000', '151336.025000', '151336.027000', '151336.030000', '151336.032000', '151336.035000', '151336.038000', '151336.040000', '151336.047000', '151355.933000', '151355.935000', '151355.938000', '151355.941000', '151355.943000', '151355.946000', '151355.948000', '151355.951000', '151355.953000', '151355.956000', '151355.959000', '151355.961000', '151355.964000', '151355.966000', '151355.969000', '151355.971000', '151355.974000', '151355.977000', '151355.979000', '151355.982000', '151355.984000', '151355.987000', '151355.989000', '151355.992000', '151355.995000', '151355.997000', '151356.001000', '151356.003000', '151356.006000', '151356.009000', '151356.011000', '151356.014000', '151356.016000', '151356.019000', '151356.032000', '151356.035000', '151356.037000', '151356.040000', '151356.042000', '151356.045000', '151356.048000', '151356.050000', '151356.053000', '151356.055000', '151415.931000', '151415.934000', '151415.937000', '151415.939000', '151415.942000', '151415.945000', '151415.947000', '151415.950000', '151415.952000', '151415.955000', '151415.958000', '151415.960000', '151415.963000', '151415.965000', '151415.968000', '151415.970000', '151415.973000', '151415.975000', '151415.978000', '151415.981000', '151415.983000', '151415.986000', '151415.988000', '151415.991000', '151415.994000', '151415.996000', '151416.000000', '151416.002000', '151416.005000', '151416.007000', '151416.010000', '151416.012000', '151416.015000', '151416.017000', '151416.020000', '151416.023000', '151416.025000', '151416.028000', '151416.030000', '151416.033000', '151416.035000', '151416.038000', '151416.041000', '151435.931000', '151435.934000', '151435.937000', '151435.939000', '151435.942000', '151435.944000', '151435.947000', '151435.949000', '151435.952000', '151435.955000', '151435.958000', '151435.961000', '151435.964000', '151435.967000', '151435.969000', '151435.972000', '151435.975000', '151435.977000', '151435.980000', '151435.982000', '151435.985000', '151435.987000', '151435.990000', '151435.993000', '151435.995000', '151435.998000', '151436.001000', '151436.004000', '151436.007000', '151436.009000', '151436.012000', '151436.015000', '151436.017000', '151436.020000', '151436.022000', '151436.025000', '151436.027000', '151436.030000', '151436.033000', '151436.035000', '151436.038000', '151436.041000', '151436.043000', '151455.932000', '151455.935000', '151455.938000', '151455.940000', '151455.943000', '151455.946000', '151455.948000', '151455.951000', '151455.953000', '151455.956000', '151455.959000', '151455.961000', '151455.964000', '151455.966000', '151455.969000', '151455.971000', '151455.974000', '151455.977000', '151455.979000', '151455.982000', '151455.985000', '151455.987000', '151455.990000', '151455.992000', '151455.995000', '151455.998000', '151456.000000', '151456.003000', '151456.005000', '151456.008000', '151456.011000', '151456.013000', '151456.016000', '151456.018000', '151456.021000', '151456.024000', '151456.035000', '151456.038000', '151456.041000', '151456.044000', '151456.047000', '151456.050000', '151456.053000', '151456.055000', '151515.933000', '151515.936000', '151515.938000', '151515.941000', '151515.943000', '151515.946000', '151515.948000', '151515.951000', '151515.954000', '151515.956000', '151515.959000', '151515.962000', '151515.964000', '151515.967000', '151515.969000', '151515.972000', '151515.975000', '151515.977000', '151515.980000', '151515.982000', '151515.985000', '151515.987000', '151515.990000', '151515.993000', '151515.995000', '151515.998000', '151516.001000', '151516.004000', '151516.007000', '151516.009000', '151516.012000', '151516.014000', '151516.017000', '151516.020000', '151516.022000', '151516.025000', '151516.028000', '151516.030000', '151516.033000', '151516.035000', '151516.038000', '151516.040000', '151516.043000', '151516.045000', '151535.932000', '151535.935000', '151535.938000', '151535.940000', '151535.943000', '151535.946000', '151535.948000', '151535.951000', '151535.953000', '151535.956000', '151535.959000', '151535.961000', '151535.964000', '151535.966000', '151535.969000', '151535.979000', '151535.981000', '151535.984000', '151535.987000', '151535.989000', '151535.992000', '151535.994000', '151536.006000', '151536.008000', '151536.011000', '151536.014000', '151536.016000', '151536.019000', '151536.021000', '151536.024000', '151536.026000', '151536.029000', '151536.032000', '151536.034000', '151536.037000', '151536.039000', '151536.042000', '151536.045000', '151536.047000', '151536.050000', '151536.052000', '151536.055000', '151536.058000', '151555.933000', '151555.935000', '151555.938000', '151555.941000', '151555.943000', '151555.946000', '151555.949000', '151555.951000', '151555.954000', '151555.956000', '151555.959000', '151555.961000', '151555.964000', '151555.967000', '151555.969000', '151555.972000', '151555.974000', '151555.977000', '151555.979000', '151555.982000', '151555.985000', '151555.987000', '151555.990000', '151555.992000', '151555.995000', '151555.997000', '151556.001000', '151556.003000', '151556.006000', '151556.009000', '151556.011000', '151556.014000', '151556.016000', '151556.019000', '151556.022000', '151556.024000', '151556.027000', '151556.029000', '151556.032000', '151556.034000', '151556.037000', '151556.040000', '151556.042000', '151556.045000', '151615.932000', '151615.935000', '151615.938000', '151615.941000', '151615.943000', '151615.946000', '151615.948000', '151615.951000', '151615.953000', '151615.956000', '151615.959000', '151615.961000', '151615.964000', '151615.966000', '151615.969000', '151615.971000', '151615.974000', '151615.977000', '151615.979000', '151615.982000', '151615.984000', '151615.987000', '151615.989000', '151615.992000', '151615.995000', '151615.997000', '151616.000000', '151616.002000', '151616.005000', '151616.007000', '151616.010000', '151616.013000', '151616.015000', '151616.018000', '151616.021000', '151616.023000', '151616.026000', '151616.028000', '151616.031000', '151616.044000', '151616.046000', '151616.049000', '151616.051000', '151635.931000', '151635.934000', '151635.937000', '151635.940000', '151635.943000', '151635.946000', '151635.949000', '151635.951000', '151635.954000', '151635.956000', '151635.959000', '151635.962000', '151635.964000', '151635.967000', '151635.969000', '151635.972000', '151635.975000', '151635.977000', '151635.980000', '151635.983000', '151635.985000', '151635.988000', '151635.990000', '151635.993000', '151635.996000', '151635.998000', '151636.002000', '151636.004000', '151636.007000', '151636.009000', '151636.012000', '151636.030000', '151636.033000', '151636.036000', '151636.038000', '151636.041000', '151636.044000', '151636.046000', '151636.049000', '151636.051000', '151636.054000', '151636.056000', '151636.059000', '151655.931000', '151655.934000', '151655.937000', '151655.939000', '151655.942000', '151655.945000', '151655.947000', '151655.950000', '151655.952000', '151655.955000', '151655.958000', '151655.960000', '151655.963000', '151655.965000', '151655.968000', '151655.971000', '151655.973000', '151655.976000', '151655.979000', '151655.981000', '151655.984000', '151655.986000', '151655.989000', '151655.991000', '151655.994000', '151655.996000', '151656.000000', '151656.003000', '151656.005000', '151656.008000', '151656.010000', '151656.013000', '151656.015000', '151656.018000', '151656.021000', '151656.023000', '151656.026000', '151656.028000', '151656.031000', '151656.034000', '151656.036000', '151656.039000', '151656.041000', '151656.044000', '151715.932000', '151715.935000', '151715.938000', '151715.940000', '151715.943000', '151715.946000', '151715.948000', '151715.951000', '151715.953000', '151715.956000', '151715.959000', '151715.961000', '151715.964000', '151715.966000', '151715.969000', '151715.972000', '151715.974000', '151715.977000', '151715.979000', '151715.982000', '151715.985000', '151715.987000', '151715.990000', '151715.992000', '151715.995000', '151715.997000', '151716.000000', '151716.003000', '151716.005000', '151716.008000', '151716.010000', '151716.013000', '151716.016000', '151716.018000', '151716.021000', '151716.023000', '151716.026000', '151716.029000', '151716.032000', '151716.035000', '151716.037000', '151716.040000', '151716.042000', '151716.045000', '151735.933000', '151735.935000', '151735.938000', '151735.941000', '151735.943000', '151735.946000', '151735.949000', '151735.951000', '151735.954000', '151735.956000', '151735.959000', '151735.961000', '151735.964000', '151735.966000', '151735.969000', '151735.972000', '151735.974000', '151735.977000', '151735.980000', '151735.982000', '151735.985000', '151735.987000', '151735.990000', '151735.993000', '151735.995000', '151735.998000', '151736.001000', '151736.004000', '151736.007000', '151736.009000', '151736.012000', '151736.015000', '151736.017000', '151736.020000', '151736.022000', '151736.025000', '151736.028000', '151736.030000', '151736.033000', '151736.035000', '151736.038000', '151736.040000', '151736.043000', '151755.933000', '151755.935000', '151755.938000', '151755.941000', '151755.943000', '151755.946000', '151755.948000', '151755.951000', '151755.954000', '151755.956000', '151755.959000', '151755.961000', '151755.964000', '151755.967000', '151755.969000', '151755.972000', '151755.974000', '151755.977000', '151755.980000', '151755.984000', '151755.987000', '151755.990000', '151755.993000', '151755.995000', '151755.998000', '151756.001000', '151756.004000', '151756.007000', '151756.009000', '151756.012000', '151756.015000', '151756.017000', '151756.020000', '151756.022000', '151756.025000', '151756.027000', '151756.030000', '151756.033000', '151756.035000', '151756.038000', '151756.040000', '151756.043000', '151756.046000', '151815.933000', '151815.936000', '151815.938000', '151815.941000', '151815.943000', '151815.946000', '151815.949000', '151815.951000', '151815.954000', '151815.957000', '151815.960000', '151815.962000', '151815.965000', '151815.967000', '151815.970000', '151815.973000', '151815.975000', '151815.978000', '151815.980000', '151815.983000', '151815.986000', '151815.988000', '151815.991000', '151815.993000', '151815.996000', '151815.998000', '151816.002000', '151816.005000', '151816.007000', '151816.010000', '151816.013000', '151816.015000', '151816.018000', '151816.021000', '151816.023000', '151816.026000', '151816.028000', '151816.031000', '151816.034000', '151816.036000', '151816.039000', '151816.041000', '151816.044000', '151816.047000', '151835.933000', '151835.935000', '151835.938000', '151835.941000', '151835.944000', '151835.947000', '151835.950000', '151835.953000', '151835.955000', '151835.958000', '151835.961000', '151835.963000', '151835.966000', '151835.968000', '151835.971000', '151835.974000', '151835.976000', '151835.979000', '151835.981000', '151835.984000', '151835.986000', '151835.989000', '151835.992000', '151835.994000', '151835.997000', '151836.000000', '151836.003000', '151836.006000', '151836.008000', '151836.011000', '151836.013000', '151836.016000', '151836.019000', '151836.021000', '151836.024000', '151836.026000', '151836.029000', '151836.032000', '151836.034000', '151836.037000', '151836.040000', '151836.042000', '151836.045000', '151855.932000', '151855.935000', '151855.937000', '151855.940000', '151855.942000', '151855.945000', '151855.948000', '151855.950000', '151855.953000', '151855.955000', '151855.958000', '151855.961000', '151855.963000', '151855.966000', '151855.968000', '151855.971000', '151855.974000', '151855.976000', '151855.979000', '151855.981000', '151855.984000', '151855.987000', '151855.989000', '151855.992000', '151855.994000', '151855.997000', '151856.001000', '151856.003000', '151856.006000', '151856.008000', '151856.011000', '151856.014000', '151856.016000', '151856.019000', '151856.021000', '151856.024000', '151856.026000', '151856.029000', '151856.032000', '151856.034000', '151856.037000', '151856.039000', '151856.042000', '151856.044000', '151915.932000', '151915.934000', '151915.937000', '151915.940000', '151915.942000', '151915.945000', '151915.947000', '151915.950000', '151915.952000', '151915.955000', '151915.958000', '151915.960000', '151915.963000', '151915.965000', '151915.968000', '151915.971000', '151915.974000', '151915.977000', '151915.980000', '151915.982000', '151915.985000', '151915.988000', '151915.990000', '151915.993000', '151915.996000', '151915.998000', '151916.002000', '151916.004000', '151916.007000', '151916.010000', '151916.012000', '151916.015000', '151916.017000', '151916.021000', '151916.024000', '151916.027000', '151916.029000', '151916.032000', '151916.034000', '151916.037000', '151916.039000', '151916.042000', '151916.045000', '151935.932000', '151935.935000', '151935.938000', '151935.941000', '151935.943000', '151935.946000', '151935.949000', '151935.951000', '151935.954000', '151935.957000', '151935.971000', '151935.974000', '151935.977000', '151935.979000', '151935.982000', '151935.985000', '151935.987000', '151935.990000', '151935.993000', '151935.995000', '151935.998000', '151936.001000', '151936.003000', '151936.006000', '151936.009000', '151936.011000', '151936.014000', '151936.016000', '151936.019000', '151936.022000', '151936.024000', '151936.027000', '151936.030000', '151936.032000', '151936.035000', '151936.038000', '151936.040000', '151936.043000', '151936.045000', '151936.048000', '151936.051000', '151936.053000', '151936.056000', '151936.059000', '151955.933000', '151955.935000', '151955.938000', '151955.941000', '151955.944000', '151955.946000', '151955.949000', '151955.952000', '151955.954000', '151955.957000', '151955.960000', '151955.962000', '151955.965000', '151955.967000', '151955.970000', '151955.973000', '151955.975000', '151955.978000', '151955.980000', '151955.983000', '151955.985000', '151955.988000', '151955.991000', '151955.993000', '151955.996000', '151956.000000', '151956.002000', '151956.005000', '151956.008000', '151956.010000', '151956.013000', '151956.016000', '151956.019000', '151956.021000', '151956.024000', '151956.027000', '151956.029000', '151956.032000', '151956.035000', '151956.037000', '151956.040000', '151956.042000', '151956.045000', '152015.933000', '152015.936000', '152015.938000', '152015.941000', '152015.944000', '152015.947000', '152015.949000', '152015.952000', '152015.955000', '152015.958000', '152015.960000', '152015.963000', '152015.966000', '152015.968000', '152015.971000', '152015.974000', '152015.976000', '152015.979000', '152015.982000', '152015.984000', '152015.987000', '152015.989000', '152015.992000', '152015.995000', '152015.997000', '152016.001000', '152016.004000', '152016.006000', '152016.009000', '152016.011000', '152016.014000', '152016.017000', '152016.019000', '152016.022000', '152016.024000', '152016.027000', '152016.030000', '152016.032000', '152016.035000', '152016.038000', '152016.040000', '152016.043000', '152016.045000', '152016.048000', '152035.932000', '152035.935000', '152035.938000', '152035.940000', '152035.943000', '152035.946000', '152035.948000', '152035.951000', '152035.953000', '152035.956000', '152035.959000', '152035.961000', '152035.964000', '152035.966000', '152035.969000', '152035.971000', '152035.974000', '152035.977000', '152035.980000', '152035.982000', '152035.985000', '152035.988000', '152035.990000', '152035.993000', '152035.995000', '152035.998000', '152036.002000', '152036.004000', '152036.007000', '152036.009000', '152036.012000', '152036.015000', '152036.017000', '152036.020000', '152036.023000', '152036.025000', '152036.028000', '152036.030000', '152036.033000', '152036.036000', '152036.038000', '152036.041000', '152036.044000', '152055.933000', '152055.935000', '152055.938000', '152055.941000', '152055.943000', '152055.946000', '152055.961000', '152055.964000', '152055.967000', '152055.969000', '152055.972000', '152055.975000', '152055.977000', '152055.980000', '152055.982000', '152055.985000', '152055.988000', '152055.990000', '152055.993000', '152055.996000', '152055.998000', '152056.002000', '152056.005000', '152056.007000', '152056.010000', '152056.013000', '152056.015000', '152056.018000', '152056.021000', '152056.023000', '152056.026000', '152056.029000', '152056.031000', '152056.034000', '152056.037000', '152056.039000', '152056.050000', '152056.053000', '152056.056000', '152056.058000', '152056.061000', '152056.064000', '152056.066000', '152056.069000', '152115.932000', '152115.935000', '152115.937000', '152115.940000', '152115.942000', '152115.945000', '152115.948000', '152115.951000', '152115.953000', '152115.956000', '152115.958000', '152115.961000', '152115.964000', '152115.966000', '152115.969000', '152115.972000', '152115.974000', '152115.977000', '152115.979000', '152115.982000', '152115.985000', '152115.987000', '152115.990000', '152115.992000', '152115.995000', '152115.998000', '152116.001000', '152116.004000', '152116.006000', '152116.009000', '152116.012000', '152116.014000', '152116.017000', '152116.020000', '152116.022000', '152116.025000', '152116.027000', '152116.030000', '152116.033000', '152116.035000', '152116.038000', '152116.041000', '152116.043000', '152135.932000', '152135.935000', '152135.937000', '152135.940000', '152135.943000', '152135.945000', '152135.948000', '152135.950000', '152135.953000', '152135.956000', '152135.958000', '152135.961000', '152135.964000', '152135.966000', '152135.969000', '152135.971000', '152135.974000', '152135.977000', '152135.979000', '152135.982000', '152135.985000', '152135.987000', '152135.990000', '152135.993000', '152135.995000', '152135.998000', '152136.002000', '152136.004000', '152136.007000', '152136.009000', '152136.012000', '152136.015000', '152136.017000', '152136.020000', '152136.023000', '152136.025000', '152136.028000', '152136.030000', '152136.033000', '152136.035000', '152136.038000', '152136.041000', '152136.043000', '152136.046000', '152155.932000', '152155.935000', '152155.938000', '152155.941000', '152155.943000', '152155.946000', '152155.949000', '152155.951000', '152155.954000', '152155.957000', '152155.959000', '152155.962000', '152155.965000', '152155.967000', '152155.970000', '152155.972000', '152155.975000', '152155.978000', '152155.980000', '152155.983000', '152155.986000', '152155.988000', '152155.991000', '152155.994000', '152155.996000', '152155.999000', '152156.002000', '152156.004000', '152156.007000', '152156.010000', '152156.012000', '152156.015000', '152156.017000', '152156.020000', '152156.023000', '152156.025000', '152156.028000', '152156.031000', '152156.033000', '152156.036000', '152156.038000', '152156.041000', '152156.044000', '152215.933000', '152215.936000', '152215.938000', '152215.951000', '152215.953000', '152215.956000', '152215.958000', '152215.961000', '152215.964000', '152215.966000', '152215.969000', '152215.972000', '152215.974000', '152215.977000', '152215.980000', '152215.982000', '152215.985000', '152215.988000', '152215.990000', '152215.993000', '152215.995000', '152215.998000', '152216.002000', '152216.004000', '152216.007000', '152216.010000', '152216.012000', '152216.015000', '152216.017000', '152216.020000', '152216.023000', '152216.026000', '152216.028000', '152216.031000', '152216.033000', '152216.036000', '152216.039000', '152216.041000', '152216.044000', '152216.046000', '152216.049000', '152216.052000', '152216.054000', '152216.057000', '152235.933000', '152235.936000', '152235.938000', '152235.941000', '152235.943000', '152235.946000', '152235.949000', '152235.951000', '152235.954000', '152235.956000', '152235.959000', '152235.961000', '152235.964000', '152235.966000', '152235.969000', '152235.972000', '152235.974000', '152235.977000', '152235.980000', '152235.982000', '152235.985000', '152235.987000', '152235.990000', '152235.992000', '152235.995000', '152235.997000', '152236.001000', '152236.004000', '152236.006000', '152236.009000', '152236.011000', '152236.014000', '152236.017000', '152236.019000', '152236.022000', '152236.025000', '152236.027000', '152236.030000', '152236.032000', '152236.035000', '152236.038000', '152236.040000', '152236.043000', '152255.932000', '152255.935000', '152255.938000', '152255.941000', '152255.943000', '152255.946000', '152255.948000', '152255.951000', '152255.954000', '152255.956000', '152255.959000', '152255.962000', '152255.964000', '152255.967000', '152255.969000', '152255.972000', '152255.975000', '152255.977000', '152255.980000', '152255.983000', '152255.985000', '152255.988000', '152255.991000', '152255.993000', '152255.996000', '152255.998000', '152256.002000', '152256.005000', '152256.007000', '152256.010000', '152256.013000', '152256.015000', '152256.019000', '152256.022000', '152256.024000', '152256.027000', '152256.030000', '152256.032000', '152256.035000', '152256.037000', '152256.040000', '152256.043000', '152256.045000', '152256.048000', '152309.220000', '152309.223000', '152309.226000', '152309.229000', '152309.232000', '152309.234000', '152309.238000', '152309.240000', '152309.243000', '152309.246000', '152309.249000', '152309.252000', '152309.255000', '152309.257000', '152309.262000', '152309.265000', '152309.267000', '152309.270000', '152309.273000', '152309.276000', '152309.278000', '152309.281000', '152309.284000', '152309.287000', '152309.289000', '152309.292000', '152309.295000', '152309.298000', '152309.301000'], 'InstanceCreationTime': ['151315.963000', '151315.966000', '151315.972000', '151315.974000', '151315.977000', '151315.979000', '151315.982000', '151315.984000', '151315.997000', '151316.000000', '151316.003000', '151316.005000', '151316.008000', '151316.011000', '151316.013000', '151316.016000', '151316.018000', '151316.021000', '151316.023000', '151316.026000', '151316.028000', '151316.031000', '151316.034000', '151316.036000', '151316.039000', '151316.041000', '151316.044000', '151316.046000', '151316.049000', '151316.052000', '151316.054000', '151316.057000', '151316.059000', '151316.062000', '151316.064000', '151316.067000', '151316.075000', '151316.077000', '151316.080000', '151316.082000', '151316.085000', '151316.098000', '151316.101000', '151316.103000', '151316.106000', '151335.932000', '151335.935000', '151335.938000', '151335.940000', '151335.943000', '151335.945000', '151335.948000', '151335.951000', '151335.953000', '151335.956000', '151335.958000', '151335.961000', '151335.963000', '151335.966000', '151335.968000', '151335.971000', '151335.974000', '151335.976000', '151335.979000', '151335.981000', '151335.984000', '151335.986000', '151335.989000', '151335.991000', '151335.994000', '151335.996000', '151336.000000', '151336.003000', '151336.005000', '151336.008000', '151336.011000', '151336.014000', '151336.017000', '151336.020000', '151336.022000', '151336.025000', '151336.027000', '151336.030000', '151336.032000', '151336.035000', '151336.038000', '151336.040000', '151336.047000', '151355.933000', '151355.935000', '151355.938000', '151355.941000', '151355.943000', '151355.946000', '151355.948000', '151355.951000', '151355.953000', '151355.956000', '151355.959000', '151355.961000', '151355.964000', '151355.966000', '151355.969000', '151355.971000', '151355.974000', '151355.977000', '151355.979000', '151355.982000', '151355.984000', '151355.987000', '151355.989000', '151355.992000', '151355.995000', '151355.997000', '151356.001000', '151356.003000', '151356.006000', '151356.009000', '151356.011000', '151356.014000', '151356.016000', '151356.019000', '151356.032000', '151356.035000', '151356.037000', '151356.040000', '151356.042000', '151356.045000', '151356.048000', '151356.050000', '151356.053000', '151356.055000', '151415.931000', '151415.934000', '151415.937000', '151415.939000', '151415.942000', '151415.945000', '151415.947000', '151415.950000', '151415.952000', '151415.955000', '151415.958000', '151415.960000', '151415.963000', '151415.965000', '151415.968000', '151415.970000', '151415.973000', '151415.975000', '151415.978000', '151415.981000', '151415.983000', '151415.986000', '151415.988000', '151415.991000', '151415.994000', '151415.996000', '151416.000000', '151416.002000', '151416.005000', '151416.007000', '151416.010000', '151416.012000', '151416.015000', '151416.017000', '151416.020000', '151416.023000', '151416.025000', '151416.028000', '151416.030000', '151416.033000', '151416.035000', '151416.038000', '151416.041000', '151435.931000', '151435.934000', '151435.937000', '151435.939000', '151435.942000', '151435.944000', '151435.947000', '151435.949000', '151435.952000', '151435.955000', '151435.958000', '151435.961000', '151435.964000', '151435.967000', '151435.969000', '151435.972000', '151435.975000', '151435.977000', '151435.980000', '151435.982000', '151435.985000', '151435.987000', '151435.990000', '151435.993000', '151435.995000', '151435.998000', '151436.001000', '151436.004000', '151436.007000', '151436.009000', '151436.012000', '151436.015000', '151436.017000', '151436.020000', '151436.022000', '151436.025000', '151436.027000', '151436.030000', '151436.033000', '151436.035000', '151436.038000', '151436.041000', '151436.043000', '151455.932000', '151455.935000', '151455.938000', '151455.940000', '151455.943000', '151455.946000', '151455.948000', '151455.951000', '151455.953000', '151455.956000', '151455.959000', '151455.961000', '151455.964000', '151455.966000', '151455.969000', '151455.971000', '151455.974000', '151455.977000', '151455.979000', '151455.982000', '151455.985000', '151455.987000', '151455.990000', '151455.992000', '151455.995000', '151455.998000', '151456.000000', '151456.003000', '151456.005000', '151456.008000', '151456.011000', '151456.013000', '151456.016000', '151456.018000', '151456.021000', '151456.024000', '151456.035000', '151456.038000', '151456.041000', '151456.044000', '151456.047000', '151456.050000', '151456.053000', '151456.055000', '151515.933000', '151515.936000', '151515.938000', '151515.941000', '151515.943000', '151515.946000', '151515.948000', '151515.951000', '151515.954000', '151515.956000', '151515.959000', '151515.962000', '151515.964000', '151515.967000', '151515.969000', '151515.972000', '151515.975000', '151515.977000', '151515.980000', '151515.982000', '151515.985000', '151515.987000', '151515.990000', '151515.993000', '151515.995000', '151515.998000', '151516.001000', '151516.004000', '151516.007000', '151516.009000', '151516.012000', '151516.014000', '151516.017000', '151516.020000', '151516.022000', '151516.025000', '151516.028000', '151516.030000', '151516.033000', '151516.035000', '151516.038000', '151516.040000', '151516.043000', '151516.045000', '151535.932000', '151535.935000', '151535.938000', '151535.940000', '151535.943000', '151535.946000', '151535.948000', '151535.951000', '151535.953000', '151535.956000', '151535.959000', '151535.961000', '151535.964000', '151535.966000', '151535.969000', '151535.979000', '151535.981000', '151535.984000', '151535.987000', '151535.989000', '151535.992000', '151535.994000', '151536.006000', '151536.008000', '151536.011000', '151536.014000', '151536.016000', '151536.019000', '151536.021000', '151536.024000', '151536.026000', '151536.029000', '151536.032000', '151536.034000', '151536.037000', '151536.039000', '151536.042000', '151536.045000', '151536.047000', '151536.050000', '151536.052000', '151536.055000', '151536.058000', '151555.933000', '151555.935000', '151555.938000', '151555.941000', '151555.943000', '151555.946000', '151555.949000', '151555.951000', '151555.954000', '151555.956000', '151555.959000', '151555.961000', '151555.964000', '151555.967000', '151555.969000', '151555.972000', '151555.974000', '151555.977000', '151555.979000', '151555.982000', '151555.985000', '151555.987000', '151555.990000', '151555.992000', '151555.995000', '151555.997000', '151556.001000', '151556.003000', '151556.006000', '151556.009000', '151556.011000', '151556.014000', '151556.016000', '151556.019000', '151556.022000', '151556.024000', '151556.027000', '151556.029000', '151556.032000', '151556.034000', '151556.037000', '151556.040000', '151556.042000', '151556.045000', '151615.932000', '151615.935000', '151615.938000', '151615.941000', '151615.943000', '151615.946000', '151615.948000', '151615.951000', '151615.953000', '151615.956000', '151615.959000', '151615.961000', '151615.964000', '151615.966000', '151615.969000', '151615.971000', '151615.974000', '151615.977000', '151615.979000', '151615.982000', '151615.984000', '151615.987000', '151615.989000', '151615.992000', '151615.995000', '151615.997000', '151616.000000', '151616.002000', '151616.005000', '151616.007000', '151616.010000', '151616.013000', '151616.015000', '151616.018000', '151616.021000', '151616.023000', '151616.026000', '151616.028000', '151616.031000', '151616.044000', '151616.046000', '151616.049000', '151616.051000', '151635.931000', '151635.934000', '151635.937000', '151635.940000', '151635.943000', '151635.946000', '151635.949000', '151635.951000', '151635.954000', '151635.956000', '151635.959000', '151635.962000', '151635.964000', '151635.967000', '151635.969000', '151635.972000', '151635.975000', '151635.977000', '151635.980000', '151635.983000', '151635.985000', '151635.988000', '151635.990000', '151635.993000', '151635.996000', '151635.998000', '151636.002000', '151636.004000', '151636.007000', '151636.009000', '151636.012000', '151636.030000', '151636.033000', '151636.036000', '151636.038000', '151636.041000', '151636.044000', '151636.046000', '151636.049000', '151636.051000', '151636.054000', '151636.056000', '151636.059000', '151655.931000', '151655.934000', '151655.937000', '151655.939000', '151655.942000', '151655.945000', '151655.947000', '151655.950000', '151655.952000', '151655.955000', '151655.958000', '151655.960000', '151655.963000', '151655.965000', '151655.968000', '151655.971000', '151655.973000', '151655.976000', '151655.979000', '151655.981000', '151655.984000', '151655.986000', '151655.989000', '151655.991000', '151655.994000', '151655.996000', '151656.000000', '151656.003000', '151656.005000', '151656.008000', '151656.010000', '151656.013000', '151656.015000', '151656.018000', '151656.021000', '151656.023000', '151656.026000', '151656.028000', '151656.031000', '151656.034000', '151656.036000', '151656.039000', '151656.041000', '151656.044000', '151715.932000', '151715.935000', '151715.938000', '151715.940000', '151715.943000', '151715.946000', '151715.948000', '151715.951000', '151715.953000', '151715.956000', '151715.959000', '151715.961000', '151715.964000', '151715.966000', '151715.969000', '151715.972000', '151715.974000', '151715.977000', '151715.979000', '151715.982000', '151715.985000', '151715.987000', '151715.990000', '151715.992000', '151715.995000', '151715.997000', '151716.000000', '151716.003000', '151716.005000', '151716.008000', '151716.010000', '151716.013000', '151716.016000', '151716.018000', '151716.021000', '151716.023000', '151716.026000', '151716.029000', '151716.032000', '151716.035000', '151716.037000', '151716.040000', '151716.042000', '151716.045000', '151735.933000', '151735.935000', '151735.938000', '151735.941000', '151735.943000', '151735.946000', '151735.949000', '151735.951000', '151735.954000', '151735.956000', '151735.959000', '151735.961000', '151735.964000', '151735.966000', '151735.969000', '151735.972000', '151735.974000', '151735.977000', '151735.980000', '151735.982000', '151735.985000', '151735.987000', '151735.990000', '151735.993000', '151735.995000', '151735.998000', '151736.001000', '151736.004000', '151736.007000', '151736.009000', '151736.012000', '151736.015000', '151736.017000', '151736.020000', '151736.022000', '151736.025000', '151736.028000', '151736.030000', '151736.033000', '151736.035000', '151736.038000', '151736.040000', '151736.043000', '151755.933000', '151755.935000', '151755.938000', '151755.941000', '151755.943000', '151755.946000', '151755.948000', '151755.951000', '151755.954000', '151755.956000', '151755.959000', '151755.961000', '151755.964000', '151755.967000', '151755.969000', '151755.972000', '151755.974000', '151755.977000', '151755.980000', '151755.984000', '151755.987000', '151755.990000', '151755.993000', '151755.995000', '151755.998000', '151756.001000', '151756.004000', '151756.007000', '151756.009000', '151756.012000', '151756.015000', '151756.017000', '151756.020000', '151756.022000', '151756.025000', '151756.027000', '151756.030000', '151756.033000', '151756.035000', '151756.038000', '151756.040000', '151756.043000', '151756.046000', '151815.933000', '151815.936000', '151815.938000', '151815.941000', '151815.943000', '151815.946000', '151815.949000', '151815.951000', '151815.954000', '151815.957000', '151815.960000', '151815.962000', '151815.965000', '151815.967000', '151815.970000', '151815.973000', '151815.975000', '151815.978000', '151815.980000', '151815.983000', '151815.986000', '151815.988000', '151815.991000', '151815.993000', '151815.996000', '151815.998000', '151816.002000', '151816.005000', '151816.007000', '151816.010000', '151816.013000', '151816.015000', '151816.018000', '151816.021000', '151816.023000', '151816.026000', '151816.028000', '151816.031000', '151816.034000', '151816.036000', '151816.039000', '151816.041000', '151816.044000', '151816.047000', '151835.933000', '151835.935000', '151835.938000', '151835.941000', '151835.944000', '151835.947000', '151835.950000', '151835.953000', '151835.955000', '151835.958000', '151835.961000', '151835.963000', '151835.966000', '151835.968000', '151835.971000', '151835.974000', '151835.976000', '151835.979000', '151835.981000', '151835.984000', '151835.986000', '151835.989000', '151835.992000', '151835.994000', '151835.997000', '151836.000000', '151836.003000', '151836.006000', '151836.008000', '151836.011000', '151836.013000', '151836.016000', '151836.019000', '151836.021000', '151836.024000', '151836.026000', '151836.029000', '151836.032000', '151836.034000', '151836.037000', '151836.040000', '151836.042000', '151836.045000', '151855.932000', '151855.935000', '151855.937000', '151855.940000', '151855.942000', '151855.945000', '151855.948000', '151855.950000', '151855.953000', '151855.955000', '151855.958000', '151855.961000', '151855.963000', '151855.966000', '151855.968000', '151855.971000', '151855.974000', '151855.976000', '151855.979000', '151855.981000', '151855.984000', '151855.987000', '151855.989000', '151855.992000', '151855.994000', '151855.997000', '151856.001000', '151856.003000', '151856.006000', '151856.008000', '151856.011000', '151856.014000', '151856.016000', '151856.019000', '151856.021000', '151856.024000', '151856.026000', '151856.029000', '151856.032000', '151856.034000', '151856.037000', '151856.039000', '151856.042000', '151856.044000', '151915.932000', '151915.934000', '151915.937000', '151915.940000', '151915.942000', '151915.945000', '151915.947000', '151915.950000', '151915.952000', '151915.955000', '151915.958000', '151915.960000', '151915.963000', '151915.965000', '151915.968000', '151915.971000', '151915.974000', '151915.977000', '151915.980000', '151915.982000', '151915.985000', '151915.988000', '151915.990000', '151915.993000', '151915.996000', '151915.998000', '151916.002000', '151916.004000', '151916.007000', '151916.010000', '151916.012000', '151916.015000', '151916.017000', '151916.021000', '151916.024000', '151916.027000', '151916.029000', '151916.032000', '151916.034000', '151916.037000', '151916.039000', '151916.042000', '151916.045000', '151935.932000', '151935.935000', '151935.938000', '151935.941000', '151935.943000', '151935.946000', '151935.949000', '151935.951000', '151935.954000', '151935.957000', '151935.971000', '151935.974000', '151935.977000', '151935.979000', '151935.982000', '151935.985000', '151935.987000', '151935.990000', '151935.993000', '151935.995000', '151935.998000', '151936.001000', '151936.003000', '151936.006000', '151936.009000', '151936.011000', '151936.014000', '151936.016000', '151936.019000', '151936.022000', '151936.024000', '151936.027000', '151936.030000', '151936.032000', '151936.035000', '151936.038000', '151936.040000', '151936.043000', '151936.045000', '151936.048000', '151936.051000', '151936.053000', '151936.056000', '151936.059000', '151955.933000', '151955.935000', '151955.938000', '151955.941000', '151955.944000', '151955.946000', '151955.949000', '151955.952000', '151955.954000', '151955.957000', '151955.960000', '151955.962000', '151955.965000', '151955.967000', '151955.970000', '151955.973000', '151955.975000', '151955.978000', '151955.980000', '151955.983000', '151955.985000', '151955.988000', '151955.991000', '151955.993000', '151955.996000', '151956.000000', '151956.002000', '151956.005000', '151956.008000', '151956.010000', '151956.013000', '151956.016000', '151956.019000', '151956.021000', '151956.024000', '151956.027000', '151956.029000', '151956.032000', '151956.035000', '151956.037000', '151956.040000', '151956.042000', '151956.045000', '152015.933000', '152015.936000', '152015.938000', '152015.941000', '152015.944000', '152015.947000', '152015.949000', '152015.952000', '152015.955000', '152015.958000', '152015.960000', '152015.963000', '152015.966000', '152015.968000', '152015.971000', '152015.974000', '152015.976000', '152015.979000', '152015.982000', '152015.984000', '152015.987000', '152015.989000', '152015.992000', '152015.995000', '152015.997000', '152016.001000', '152016.004000', '152016.006000', '152016.009000', '152016.011000', '152016.014000', '152016.017000', '152016.019000', '152016.022000', '152016.024000', '152016.027000', '152016.030000', '152016.032000', '152016.035000', '152016.038000', '152016.040000', '152016.043000', '152016.045000', '152016.048000', '152035.932000', '152035.935000', '152035.938000', '152035.940000', '152035.943000', '152035.946000', '152035.948000', '152035.951000', '152035.953000', '152035.956000', '152035.959000', '152035.961000', '152035.964000', '152035.966000', '152035.969000', '152035.971000', '152035.974000', '152035.977000', '152035.980000', '152035.982000', '152035.985000', '152035.988000', '152035.990000', '152035.993000', '152035.995000', '152035.998000', '152036.002000', '152036.004000', '152036.007000', '152036.009000', '152036.012000', '152036.015000', '152036.017000', '152036.020000', '152036.023000', '152036.025000', '152036.028000', '152036.030000', '152036.033000', '152036.036000', '152036.038000', '152036.041000', '152036.044000', '152055.933000', '152055.935000', '152055.938000', '152055.941000', '152055.943000', '152055.946000', '152055.961000', '152055.964000', '152055.967000', '152055.969000', '152055.972000', '152055.975000', '152055.977000', '152055.980000', '152055.982000', '152055.985000', '152055.988000', '152055.990000', '152055.993000', '152055.996000', '152055.998000', '152056.002000', '152056.005000', '152056.007000', '152056.010000', '152056.013000', '152056.015000', '152056.018000', '152056.021000', '152056.023000', '152056.026000', '152056.029000', '152056.031000', '152056.034000', '152056.037000', '152056.039000', '152056.050000', '152056.053000', '152056.056000', '152056.058000', '152056.061000', '152056.064000', '152056.066000', '152056.069000', '152115.932000', '152115.935000', '152115.937000', '152115.940000', '152115.942000', '152115.945000', '152115.948000', '152115.951000', '152115.953000', '152115.956000', '152115.958000', '152115.961000', '152115.964000', '152115.966000', '152115.969000', '152115.972000', '152115.974000', '152115.977000', '152115.979000', '152115.982000', '152115.985000', '152115.987000', '152115.990000', '152115.992000', '152115.995000', '152115.998000', '152116.001000', '152116.004000', '152116.006000', '152116.009000', '152116.012000', '152116.014000', '152116.017000', '152116.020000', '152116.022000', '152116.025000', '152116.027000', '152116.030000', '152116.033000', '152116.035000', '152116.038000', '152116.041000', '152116.043000', '152135.932000', '152135.935000', '152135.937000', '152135.940000', '152135.943000', '152135.945000', '152135.948000', '152135.950000', '152135.953000', '152135.956000', '152135.958000', '152135.961000', '152135.964000', '152135.966000', '152135.969000', '152135.971000', '152135.974000', '152135.977000', '152135.979000', '152135.982000', '152135.985000', '152135.987000', '152135.990000', '152135.993000', '152135.995000', '152135.998000', '152136.002000', '152136.004000', '152136.007000', '152136.009000', '152136.012000', '152136.015000', '152136.017000', '152136.020000', '152136.023000', '152136.025000', '152136.028000', '152136.030000', '152136.033000', '152136.035000', '152136.038000', '152136.041000', '152136.043000', '152136.046000', '152155.932000', '152155.935000', '152155.938000', '152155.941000', '152155.943000', '152155.946000', '152155.949000', '152155.951000', '152155.954000', '152155.957000', '152155.959000', '152155.962000', '152155.965000', '152155.967000', '152155.970000', '152155.972000', '152155.975000', '152155.978000', '152155.980000', '152155.983000', '152155.986000', '152155.988000', '152155.991000', '152155.994000', '152155.996000', '152155.999000', '152156.002000', '152156.004000', '152156.007000', '152156.010000', '152156.012000', '152156.015000', '152156.017000', '152156.020000', '152156.023000', '152156.025000', '152156.028000', '152156.031000', '152156.033000', '152156.036000', '152156.038000', '152156.041000', '152156.044000', '152215.933000', '152215.936000', '152215.938000', '152215.951000', '152215.953000', '152215.956000', '152215.958000', '152215.961000', '152215.964000', '152215.966000', '152215.969000', '152215.972000', '152215.974000', '152215.977000', '152215.980000', '152215.982000', '152215.985000', '152215.988000', '152215.990000', '152215.993000', '152215.995000', '152215.998000', '152216.002000', '152216.004000', '152216.007000', '152216.010000', '152216.012000', '152216.015000', '152216.017000', '152216.020000', '152216.023000', '152216.026000', '152216.028000', '152216.031000', '152216.033000', '152216.036000', '152216.039000', '152216.041000', '152216.044000', '152216.046000', '152216.049000', '152216.052000', '152216.054000', '152216.057000', '152235.933000', '152235.936000', '152235.938000', '152235.941000', '152235.943000', '152235.946000', '152235.949000', '152235.951000', '152235.954000', '152235.956000', '152235.959000', '152235.961000', '152235.964000', '152235.966000', '152235.969000', '152235.972000', '152235.974000', '152235.977000', '152235.980000', '152235.982000', '152235.985000', '152235.987000', '152235.990000', '152235.992000', '152235.995000', '152235.997000', '152236.001000', '152236.004000', '152236.006000', '152236.009000', '152236.011000', '152236.014000', '152236.017000', '152236.019000', '152236.022000', '152236.025000', '152236.027000', '152236.030000', '152236.032000', '152236.035000', '152236.038000', '152236.040000', '152236.043000', '152255.932000', '152255.935000', '152255.938000', '152255.941000', '152255.943000', '152255.946000', '152255.948000', '152255.951000', '152255.954000', '152255.956000', '152255.959000', '152255.962000', '152255.964000', '152255.967000', '152255.969000', '152255.972000', '152255.975000', '152255.977000', '152255.980000', '152255.983000', '152255.985000', '152255.988000', '152255.991000', '152255.993000', '152255.996000', '152255.998000', '152256.002000', '152256.005000', '152256.007000', '152256.010000', '152256.013000', '152256.015000', '152256.019000', '152256.022000', '152256.024000', '152256.027000', '152256.030000', '152256.032000', '152256.035000', '152256.037000', '152256.040000', '152256.043000', '152256.045000', '152256.048000', '152309.220000', '152309.223000', '152309.226000', '152309.229000', '152309.232000', '152309.234000', '152309.238000', '152309.240000', '152309.243000', '152309.246000', '152309.249000', '152309.252000', '152309.255000', '152309.257000', '152309.262000', '152309.265000', '152309.267000', '152309.270000', '152309.273000', '152309.276000', '152309.278000', '152309.281000', '152309.284000', '152309.287000', '152309.289000', '152309.292000', '152309.295000', '152309.298000', '152309.301000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [11058, 12240, 10802, 12221, 14727, 11678, 13305, 11842, 12620, 12530, 11341, 16964, 11088, 12820, 11436, 12531, 15376, 10935, 12739, 10720, 12404, 11570, 11268, 15066, 11048, 11661, 11649, 11265, 14291, 10966, 11863, 10144, 11522, 14661, 10540, 12540, 10393, 11982, 10795, 11311, 15513, 10657, 12717, 10139, 12291, 11530, 12108, 12303, 10737, 14609, 10674, 12766, 10263, 12490, 10102, 11741, 11220, 10845, 14390, 10772, 12898, 11451, 12252, 11273, 10953, 14157, 10967, 12329, 10703, 11781, 14755, 10755, 12290, 10379, 11814, 12091, 11141, 13789, 10649, 13875, 11176, 12430, 9880, 12453, 11203, 12265, 10411, 11291, 14623, 10567, 12506, 10436, 12596, 11220, 11787, 13285, 10780, 12091, 10631, 12523, 11220, 11912, 12370, 10876, 12284, 10073, 12345, 10087, 11456, 12685, 9978, 12403, 10217, 11488, 13516, 11125, 12180, 11330, 11468, 12576, 11067, 14990, 10779, 11930, 11658, 11463, 14289, 10717, 12237, 10176, 12281, 11140, 11328, 13320, 11025, 11938, 14768, 10362, 12997, 11268, 11272, 12969, 10533, 12982, 11080, 12178, 11432, 11724, 12617, 11668, 12265, 10540, 11793, 10062, 12045, 12424, 11985, 12058, 14102, 11136, 12748, 12134, 12169, 11368, 12064, 12828, 11264, 12207, 11771, 11996, 12741, 11631, 12632, 11753, 11992, 15949, 10891, 12417, 12462, 11995, 13569, 11880, 13889, 11186, 12666, 11816, 12655, 10934, 11832, 11176, 12263, 12787, 10892, 12799, 10855, 11827, 11679, 11785, 14655, 11487, 12768, 10999, 12780, 11767, 11953, 10514, 12543, 11478, 13690, 11348, 15602, 11800, 12322, 10784, 12832, 11598, 12442, 10788, 12820, 10488, 12784, 12345, 13023, 11113, 13003, 12067, 13411, 11523, 12823, 10731, 12029, 10811, 12971, 10675, 11584, 12357, 10409, 12197, 12168, 12171, 13345, 11849, 12892, 12143, 13228, 11641, 13340, 10549, 12510, 12604, 11625, 13187, 12014, 12966, 10947, 13109, 11593, 11978, 10088, 12554, 10035, 12451, 12794, 12290, 12398, 11784, 12110, 11417, 11699, 12833, 12216, 12263, 12340, 12326, 10536, 12525, 10217, 12468, 10438, 12800, 12352, 12824, 12446, 11803, 12224, 12008, 12170, 12282, 12473, 14358, 12940, 14020, 12409, 12613, 16199, 11932, 13869, 12667, 12362, 13736, 11891, 12595, 11478, 12385, 14711, 11615, 12445, 12298, 12300, 12872, 12434, 12366, 13063, 12251, 14356, 12063, 12378, 13131, 12357, 14554, 12556, 12538, 12823, 12303, 10326, 12533, 12494, 11222, 12244, 12589, 11995, 10744, 12595, 12950, 10701, 12346, 12423, 12020, 11295, 12590, 12842, 10780, 12773, 12644, 12177, 12088, 12404, 12597, 11433, 12889, 11607, 12810, 13242, 12599, 11759, 12129, 11401, 12640, 14690, 11630, 12810, 13203, 13042, 13019, 12122, 11048, 12284, 16313, 12421, 12945, 13123, 12873, 12343, 12215, 14169, 12290, 12994, 13107, 12732, 12376, 12136, 14217, 12090, 13224, 11982, 12599, 11977, 12013, 15064, 12051, 12801, 13097, 12013, 10933, 12331, 11994, 12209, 12617, 11724, 11878, 14082, 12486, 12810, 13173, 12580, 12931, 12106, 14595, 12303, 12782, 12638, 12089, 13801, 12161, 12965, 11653, 12596, 11474, 11911, 14158, 11947, 12906, 11697, 12323, 9804, 11689, 13970, 11224, 12520, 11861, 12107, 11493, 11890, 12557, 12690, 12025, 10750, 12027, 12667, 11764, 12317, 11348, 12143, 13194, 12121, 12278, 11456, 12056, 11539, 12074, 13113, 13123, 12919, 12472, 12437, 12334, 14114, 12141, 15015, 12114, 12829, 11816, 13671, 12088, 14196, 11933, 12203, 12451, 12363, 12685, 11575, 12904, 10883, 12689, 12774, 12274, 10699, 12153, 10691, 11976, 9899, 12003, 11905, 12082, 12259, 12959, 11989, 13111, 12481, 11620, 12504, 14769, 12047, 12233, 12180, 12470, 13261, 12395, 12245, 11929, 11567, 11890, 12680, 11388, 12384, 10230, 12373, 9991, 11873, 12542, 10820, 12230, 11846, 12472, 10644, 12649, 11218, 12163, 12749, 11268, 12539, 13643, 13932, 11957, 12591, 13972, 12526, 12408, 12697, 12659, 12346, 12291, 12555, 12417, 13604, 12339, 16806, 11185, 12506, 11843, 12893, 12557, 12171, 11555, 12307, 11257, 12013, 12266, 12010, 12384, 11107, 12421, 12802, 12097, 10921, 12031, 11639, 12257, 11503, 11782, 12186, 11985, 12817, 12508, 12116, 11180, 12745, 10738, 12514, 12650, 11515, 12178, 12283, 12212, 11743, 12539, 9383, 12610, 12586, 11060, 12077, 13315, 12184, 9553, 12356, 15503, 11038, 12615, 11319, 12578, 13188, 12377, 11537, 12237, 14118, 12398, 12065, 11910, 12424, 13182, 12742, 12630, 12400, 13413, 12449, 10509, 12500, 13448, 12479, 15140, 12524, 13463, 12471, 12689, 13388, 13821, 12240, 12228, 10777, 12365, 14139, 12550, 14536, 12479, 12424, 12153, 13037, 12787, 12587, 12575, 11974, 10750, 12531, 12536, 11177, 12919, 12562, 12330, 13227, 13837, 11788, 12399, 12355, 12138, 10839, 12496, 12417, 12859, 12835, 12008, 12465, 12723, 12369, 12867, 12309, 12415, 12423, 14938, 12570, 15290, 12747, 13088, 11984, 13211, 12410, 12240, 11365, 12412, 15148, 12891, 13397, 13130, 13378, 13967, 13135, 12913, 12404, 11137, 12436, 12131, 12296, 11797, 12590, 11548, 12571, 12832, 12238, 12835, 11992, 12642, 12043, 12741, 12586, 12294, 11901, 12316, 11308, 12502, 13510, 12483, 13086, 11633, 12951, 12127, 12822, 12962, 12613, 11743, 12282, 11634, 12389, 13625, 12636, 13065, 10901, 12741, 12658, 12560, 13536, 12250, 11635, 12429, 14521, 12385, 13110, 11487, 13160, 12786, 12956, 12193, 11962, 14305, 12556, 12231, 12718, 12349, 12202, 12254, 11659, 12344, 12275, 12658, 12412, 12691, 11085, 12367, 12946, 12559, 15135, 12562, 15470, 12812, 12791, 10956, 13396, 11892, 13955, 12005, 12185, 13882, 12672, 13234, 12425, 12714, 11964, 12434, 10890, 12463, 13142, 12610, 13503, 11659, 12293, 10851, 12327, 13199, 12457, 11692, 12481, 11257, 12667, 10763, 12709, 14073, 12485, 12418, 12650, 12210, 11304, 12055, 13375, 12448, 11871, 12256, 11362, 12362, 14247, 12634, 12779, 12653, 12614, 10633, 12249, 13654, 12233, 12548, 12160, 11525, 12187, 11782, 12384, 15028, 12151, 12332, 11473, 13642, 11455, 12199, 11316, 12501, 11521, 12395, 11834, 12209, 10808, 12373, 14541, 12505, 15572, 12670, 12752, 11572, 13175, 11858, 11947, 11611, 12070, 14007, 12384, 12745, 11158, 12641, 11782, 11847, 12165, 12126, 14727, 11879, 12921, 11631, 12132, 13346, 10873, 12846, 12191, 11917, 8565, 12550, 12860, 13136, 12504, 9637, 12273, 14323, 11920, 12639, 13659, 12452, 11227, 12972, 13050, 13252, 13251, 11871, 12220, 12252, 13085, 12955, 13370, 12633, 16617, 11854, 12904, 10669, 12186, 13119, 12855, 12995, 13332, 12423, 12954, 12359, 15662, 12084, 12938, 13121, 12172, 15583, 12012, 13063, 12486, 13049, 13238, 12476, 12411, 12606, 12339, 13014, 13093, 13645, 12677, 13147, 12804, 13136, 11736, 14350, 12783, 12272, 14794, 12838, 13077, 12265, 12539, 13134, 12595, 13281, 12324, 12599, 11161, 12559, 13707, 12571, 12844, 12697, 12428, 12468, 12476, 14893, 12079, 12709, 12444, 12459, 13270, 12424, 12254, 12775, 10938, 12844, 13063, 12763, 14847, 12525, 13093, 11581, 13725, 12396, 13213, 12917, 12394, 10265, 12777, 11061, 12703, 13209, 12597, 14026, 12395, 12912, 12643, 12701, 13040, 12326, 13694, 12534, 13024, 12752, 11714, 12801, 10633, 12679, 11176, 12840, 10258, 12723, 11378, 12444, 9497, 12588, 10776, 12571, 12614, 12348, 12754, 12632, 14097, 12358, 12924, 11979, 12733, 11078, 12994, 12489, 12648, 13341, 13160, 12328, 12748, 12784, 12627, 13855, 12803, 11344, 12918, 11875, 12799, 14158, 12787, 14651, 13010, 12868, 12021, 13035, 13369, 13479, 13198, 12463, 11254, 12826, 13583, 12654, 14993, 12566, 13290, 12585, 13043, 14134, 12583, 10975, 12267, 11443, 12405, 12812, 12744, 13016, 11337, 13051, 14219, 12553, 13319, 12444, 11630, 12519, 12837, 12754, 14637, 12436, 12946, 12335, 13398, 12461, 12799, 11269, 12468, 11363, 12864, 12875, 11273, 12618, 12988, 12476, 13209, 12571, 12926, 12544, 10629, 12665, 12998, 12792, 12439, 12905, 12434, 12439, 12904, 12232, 12648, 14326, 12406, 11786, 12777, 14296, 13019, 13949, 12881, 10887, 12429, 11375, 13083, 13492, 13242, 12760, 11849, 12569, 11083, 12358, 13026, 12644, 12701, 13088, 15791, 13125, 15411, 12017, 12520, 12422, 12760, 13954, 12187, 12771, 13355, 12508, 14965, 11971, 13513, 12229, 12393, 9728, 12663, 13293, 11614, 12857, 12746, 12514, 12243, 12250, 11042, 12999, 12906, 12295, 12697, 11873, 12733, 13259, 12585, 11669, 12507, 12615, 12525, 14565, 11918, 13225, 13191, 12892, 13817, 12971, 12911, 12425, 14215, 12742, 14391, 12870, 13085, 13151, 12686, 12672, 12462, 14545, 12981, 13152, 12791, 13096, 11900, 12081, 11201, 12317, 12957, 12794, 13227, 14141, 13929, 12100, 12402, 12446, 12488, 13044, 12717, 13018, 11707, 12342, 13185, 12782, 13273, 12877, 13183, 12140, 12633, 13476, 12037, 14056, 12831, 12324, 14340, 13022, 13117, 12183, 12505, 11251, 12684, 13159, 12847, 12756, 12137, 12808, 10982, 12626, 12275, 12647, 13244, 12704, 12416, 13361, 12901, 13218, 12770, 14136, 12448, 12926, 11115, 12680, 13675, 12682, 12356, 12874, 14859, 12846, 14269, 12395, 11084, 12727, 12427, 12986, 11414, 12989, 14526, 13113, 12510, 13669, 12499, 12875, 13797, 12889, 12054, 12664, 11935, 16331, 12052, 12925, 14075, 13010, 11461, 13145, 11908, 11940, 11565, 12185, 15530, 12223, 12719, 11684, 13055, 13684, 12817, 11199, 12348, 12242, 12487, 13556, 11828, 12982, 13141, 12619, 10943, 12482, 12357, 12444, 12824, 12538, 12604, 11955, 12494, 10072, 12353, 11792, 12461, 12862, 14027, 12772, 11619, 12000, 11824, 12545, 12818, 12836, 12931, 11180, 12278, 12352, 12550, 13040, 12634, 12578, 11712, 12283, 12935, 12251, 12925, 13300, 12244, 10539, 12468, 12913, 12725, 12779, 12447, 12413, 10156, 12596, 14699, 11458, 12563, 12865, 12398, 13978, 12609, 13315, 13027], 'WindowCenter': [4618.0, 4603.0, 4589.0, 4589.0, 4592.0, 4573.0, 4572.0, 4561.0, 4573.0, 4558.0, 4548.0, 4576.0, 4547.0, 4557.0, 4546.0, 4559.0, 4577.0, 4548.0, 4557.0, 4546.0, 4557.0, 4558.0, 4571.0, 4578.0, 4559.0, 4572.0, 4573.0, 4561.0, 4578.0, 4561.0, 4570.0, 4560.0, 4573.0, 4590.0, 4561.0, 4569.0, 4563.0, 4572.0, 4559.0, 4573.0, 4589.0, 4549.0, 4568.0, 4549.0, 4570.0, 4558.0, 4572.0, 4571.0, 4560.0, 4577.0, 4560.0, 4568.0, 4549.0, 4571.0, 4562.0, 4559.0, 4545.0, 4560.0, 4566.0, 4560.0, 4571.0, 4570.0, 4571.0, 4557.0, 4561.0, 4567.0, 4559.0, 4569.0, 4560.0, 4573.0, 4578.0, 4559.0, 4559.0, 4548.0, 4560.0, 4569.0, 4563.0, 4578.0, 4561.0, 4578.0, 4562.0, 4572.0, 4563.0, 4572.0, 4560.0, 4571.0, 4559.0, 4573.0, 4592.0, 4562.0, 4571.0, 4561.0, 4571.0, 4559.0, 4571.0, 4581.0, 4562.0, 4568.0, 4558.0, 4569.0, 4558.0, 4571.0, 4571.0, 4562.0, 4558.0, 4550.0, 4568.0, 4549.0, 4572.0, 4581.0, 4550.0, 4569.0, 4548.0, 4572.0, 4567.0, 4569.0, 4570.0, 4572.0, 4574.0, 4571.0, 4572.0, 4590.0, 4573.0, 4573.0, 4572.0, 4576.0, 4592.0, 4562.0, 4571.0, 4561.0, 4572.0, 4559.0, 4572.0, 4583.0, 4559.0, 4569.0, 4578.0, 4548.0, 4569.0, 4558.0, 4560.0, 4567.0, 4547.0, 4569.0, 4559.0, 4582.0, 4558.0, 4571.0, 4583.0, 4585.0, 4585.0, 4572.0, 4585.0, 4563.0, 4594.0, 4595.0, 4583.0, 4586.0, 4594.0, 4574.0, 4584.0, 4582.0, 4584.0, 4570.0, 4583.0, 4584.0, 4573.0, 4572.0, 4570.0, 4573.0, 4572.0, 4570.0, 4572.0, 4558.0, 4574.0, 4590.0, 4560.0, 4570.0, 4569.0, 4572.0, 4582.0, 4570.0, 4568.0, 4558.0, 4566.0, 4568.0, 4581.0, 4560.0, 4571.0, 4556.0, 4571.0, 4569.0, 4560.0, 4581.0, 4558.0, 4559.0, 4556.0, 4559.0, 4576.0, 4570.0, 4569.0, 4561.0, 4571.0, 4569.0, 4571.0, 4573.0, 4583.0, 4573.0, 4582.0, 4572.0, 4590.0, 4582.0, 4583.0, 4574.0, 4583.0, 4573.0, 4569.0, 4561.0, 4570.0, 4560.0, 4568.0, 4568.0, 4568.0, 4547.0, 4568.0, 4558.0, 4565.0, 4544.0, 4557.0, 4548.0, 4568.0, 4547.0, 4568.0, 4558.0, 4559.0, 4570.0, 4560.0, 4572.0, 4571.0, 4572.0, 4567.0, 4558.0, 4556.0, 4558.0, 4556.0, 4546.0, 4557.0, 4548.0, 4557.0, 4543.0, 4547.0, 4552.0, 4555.0, 4556.0, 4548.0, 4567.0, 4557.0, 4560.0, 4547.0, 4583.0, 4549.0, 4582.0, 4585.0, 4572.0, 4572.0, 4570.0, 4585.0, 4560.0, 4584.0, 4585.0, 4572.0, 4573.0, 4571.0, 4584.0, 4563.0, 4597.0, 4576.0, 4596.0, 4574.0, 4599.0, 4583.0, 4586.0, 4587.0, 4585.0, 4573.0, 4572.0, 4559.0, 4569.0, 4572.0, 4577.0, 4569.0, 4570.0, 4570.0, 4559.0, 4565.0, 4546.0, 4556.0, 4553.0, 4555.0, 4555.0, 4545.0, 4555.0, 4543.0, 4555.0, 4564.0, 4546.0, 4557.0, 4568.0, 4559.0, 4555.0, 4568.0, 4558.0, 4568.0, 4571.0, 4579.0, 4571.0, 4570.0, 4568.0, 4569.0, 4568.0, 4572.0, 4571.0, 4568.0, 4560.0, 4545.0, 4571.0, 4569.0, 4559.0, 4569.0, 4570.0, 4570.0, 4558.0, 4571.0, 4581.0, 4562.0, 4571.0, 4571.0, 4571.0, 4558.0, 4571.0, 4573.0, 4562.0, 4571.0, 4569.0, 4571.0, 4558.0, 4571.0, 4569.0, 4559.0, 4568.0, 4559.0, 4570.0, 4577.0, 4572.0, 4570.0, 4571.0, 4561.0, 4583.0, 4581.0, 4571.0, 4580.0, 4582.0, 4570.0, 4569.0, 4570.0, 4558.0, 4570.0, 4589.0, 4568.0, 4568.0, 4567.0, 4557.0, 4556.0, 4559.0, 4565.0, 4569.0, 4569.0, 4567.0, 4557.0, 4555.0, 4558.0, 4565.0, 4557.0, 4567.0, 4557.0, 4558.0, 4544.0, 4557.0, 4564.0, 4556.0, 4569.0, 4567.0, 4557.0, 4545.0, 4569.0, 4558.0, 4568.0, 4569.0, 4557.0, 4558.0, 4564.0, 4557.0, 4558.0, 4568.0, 4570.0, 4557.0, 4560.0, 4565.0, 4559.0, 4567.0, 4568.0, 4569.0, 4565.0, 4557.0, 4556.0, 4557.0, 4568.0, 4557.0, 4569.0, 4566.0, 4559.0, 4567.0, 4558.0, 4570.0, 4549.0, 4570.0, 4579.0, 4559.0, 4570.0, 4570.0, 4583.0, 4560.0, 4572.0, 4572.0, 4570.0, 4570.0, 4548.0, 4570.0, 4569.0, 4571.0, 4572.0, 4558.0, 4570.0, 4566.0, 4569.0, 4569.0, 4572.0, 4582.0, 4573.0, 4572.0, 4583.0, 4582.0, 4583.0, 4584.0, 4580.0, 4584.0, 4579.0, 4573.0, 4589.0, 4571.0, 4570.0, 4572.0, 4581.0, 4570.0, 4580.0, 4558.0, 4570.0, 4567.0, 4571.0, 4569.0, 4558.0, 4570.0, 4558.0, 4569.0, 4570.0, 4572.0, 4563.0, 4581.0, 4560.0, 4573.0, 4561.0, 4583.0, 4572.0, 4584.0, 4585.0, 4584.0, 4573.0, 4583.0, 4583.0, 4570.0, 4585.0, 4592.0, 4572.0, 4572.0, 4570.0, 4570.0, 4580.0, 4583.0, 4570.0, 4572.0, 4559.0, 4572.0, 4568.0, 4571.0, 4582.0, 4560.0, 4573.0, 4548.0, 4571.0, 4572.0, 4573.0, 4583.0, 4572.0, 4583.0, 4560.0, 4584.0, 4570.0, 4583.0, 4584.0, 4574.0, 4583.0, 4582.0, 4581.0, 4570.0, 4585.0, 4580.0, 4581.0, 4570.0, 4569.0, 4568.0, 4568.0, 4572.0, 4571.0, 4572.0, 4567.0, 4571.0, 4587.0, 4560.0, 4571.0, 4573.0, 4581.0, 4569.0, 4572.0, 4559.0, 4572.0, 4558.0, 4571.0, 4572.0, 4572.0, 4570.0, 4562.0, 4569.0, 4571.0, 4569.0, 4560.0, 4585.0, 4559.0, 4571.0, 4568.0, 4574.0, 4570.0, 4583.0, 4583.0, 4581.0, 4572.0, 4561.0, 4582.0, 4561.0, 4581.0, 4581.0, 4572.0, 4571.0, 4569.0, 4572.0, 4568.0, 4582.0, 4550.0, 4584.0, 4583.0, 4573.0, 4582.0, 4582.0, 4573.0, 4551.0, 4584.0, 4605.0, 4575.0, 4572.0, 4571.0, 4580.0, 4579.0, 4582.0, 4570.0, 4572.0, 4577.0, 4573.0, 4569.0, 4569.0, 4569.0, 4581.0, 4580.0, 4570.0, 4570.0, 4580.0, 4582.0, 4560.0, 4583.0, 4581.0, 4582.0, 4590.0, 4581.0, 4569.0, 4569.0, 4569.0, 4581.0, 4580.0, 4568.0, 4569.0, 4545.0, 4568.0, 4576.0, 4569.0, 4575.0, 4568.0, 4555.0, 4556.0, 4567.0, 4566.0, 4568.0, 4555.0, 4557.0, 4544.0, 4558.0, 4554.0, 4559.0, 4568.0, 4556.0, 4558.0, 4566.0, 4569.0, 4567.0, 4581.0, 4579.0, 4571.0, 4558.0, 4584.0, 4581.0, 4582.0, 4582.0, 4584.0, 4582.0, 4584.0, 4570.0, 4581.0, 4572.0, 4572.0, 4573.0, 4577.0, 4571.0, 4577.0, 4569.0, 4566.0, 4557.0, 4568.0, 4558.0, 4558.0, 4545.0, 4556.0, 4576.0, 4568.0, 4567.0, 4566.0, 4567.0, 4566.0, 4566.0, 4565.0, 4567.0, 4560.0, 4571.0, 4567.0, 4569.0, 4557.0, 4570.0, 4557.0, 4572.0, 4581.0, 4571.0, 4569.0, 4570.0, 4569.0, 4568.0, 4571.0, 4569.0, 4569.0, 4556.0, 4558.0, 4546.0, 4569.0, 4568.0, 4570.0, 4569.0, 4560.0, 4556.0, 4558.0, 4568.0, 4569.0, 4570.0, 4557.0, 4568.0, 4557.0, 4569.0, 4567.0, 4570.0, 4571.0, 4561.0, 4568.0, 4570.0, 4569.0, 4570.0, 4569.0, 4559.0, 4571.0, 4579.0, 4570.0, 4565.0, 4557.0, 4556.0, 4557.0, 4556.0, 4555.0, 4558.0, 4565.0, 4556.0, 4556.0, 4557.0, 4556.0, 4558.0, 4558.0, 4571.0, 4582.0, 4570.0, 4581.0, 4570.0, 4581.0, 4560.0, 4583.0, 4580.0, 4585.0, 4579.0, 4572.0, 4579.0, 4572.0, 4568.0, 4562.0, 4571.0, 4557.0, 4568.0, 4556.0, 4557.0, 4566.0, 4559.0, 4558.0, 4557.0, 4555.0, 4545.0, 4556.0, 4546.0, 4570.0, 4568.0, 4570.0, 4568.0, 4559.0, 4570.0, 4561.0, 4572.0, 4582.0, 4583.0, 4573.0, 4582.0, 4561.0, 4583.0, 4561.0, 4583.0, 4594.0, 4583.0, 4570.0, 4582.0, 4570.0, 4571.0, 4572.0, 4584.0, 4584.0, 4571.0, 4573.0, 4560.0, 4572.0, 4579.0, 4582.0, 4571.0, 4571.0, 4570.0, 4551.0, 4571.0, 4580.0, 4573.0, 4569.0, 4569.0, 4560.0, 4570.0, 4557.0, 4569.0, 4589.0, 4572.0, 4570.0, 4560.0, 4580.0, 4571.0, 4572.0, 4572.0, 4584.0, 4574.0, 4571.0, 4571.0, 4572.0, 4559.0, 4583.0, 4589.0, 4584.0, 4590.0, 4582.0, 4569.0, 4573.0, 4581.0, 4572.0, 4560.0, 4557.0, 4559.0, 4566.0, 4569.0, 4568.0, 4559.0, 4570.0, 4557.0, 4558.0, 4554.0, 4557.0, 4566.0, 4557.0, 4555.0, 4544.0, 4557.0, 4567.0, 4546.0, 4555.0, 4555.0, 4559.0, 4524.0, 4566.0, 4557.0, 4566.0, 4571.0, 4548.0, 4570.0, 4578.0, 4569.0, 4569.0, 4580.0, 4582.0, 4558.0, 4585.0, 4583.0, 4581.0, 4570.0, 4558.0, 4570.0, 4558.0, 4582.0, 4571.0, 4569.0, 4571.0, 4589.0, 4572.0, 4582.0, 4559.0, 4572.0, 4565.0, 4569.0, 4568.0, 4580.0, 4570.0, 4555.0, 4559.0, 4577.0, 4558.0, 4568.0, 4566.0, 4570.0, 4590.0, 4559.0, 4566.0, 4568.0, 4568.0, 4567.0, 4571.0, 4568.0, 4570.0, 4568.0, 4568.0, 4569.0, 4568.0, 4571.0, 4569.0, 4569.0, 4567.0, 4559.0, 4567.0, 4555.0, 4559.0, 4577.0, 4566.0, 4557.0, 4556.0, 4557.0, 4553.0, 4556.0, 4564.0, 4556.0, 4556.0, 4543.0, 4556.0, 4564.0, 4557.0, 4566.0, 4569.0, 4569.0, 4555.0, 4568.0, 4576.0, 4570.0, 4568.0, 4571.0, 4572.0, 4581.0, 4582.0, 4571.0, 4582.0, 4559.0, 4583.0, 4582.0, 4582.0, 4579.0, 4572.0, 4569.0, 4559.0, 4582.0, 4570.0, 4569.0, 4569.0, 4569.0, 4547.0, 4570.0, 4561.0, 4581.0, 4567.0, 4570.0, 4579.0, 4571.0, 4570.0, 4581.0, 4582.0, 4582.0, 4571.0, 4583.0, 4583.0, 4583.0, 4582.0, 4584.0, 4585.0, 4563.0, 4583.0, 4571.0, 4587.0, 4575.0, 4596.0, 4574.0, 4585.0, 4562.0, 4595.0, 4572.0, 4597.0, 4585.0, 4586.0, 4584.0, 4583.0, 4593.0, 4584.0, 4584.0, 4573.0, 4571.0, 4572.0, 4581.0, 4581.0, 4581.0, 4581.0, 4582.0, 4570.0, 4571.0, 4569.0, 4569.0, 4578.0, 4583.0, 4559.0, 4582.0, 4570.0, 4594.0, 4594.0, 4582.0, 4590.0, 4583.0, 4570.0, 4572.0, 4584.0, 4580.0, 4580.0, 4567.0, 4569.0, 4548.0, 4571.0, 4581.0, 4570.0, 4576.0, 4570.0, 4567.0, 4572.0, 4570.0, 4578.0, 4571.0, 4561.0, 4570.0, 4557.0, 4570.0, 4567.0, 4570.0, 4569.0, 4572.0, 4572.0, 4580.0, 4569.0, 4569.0, 4568.0, 4557.0, 4571.0, 4570.0, 4569.0, 4576.0, 4568.0, 4557.0, 4568.0, 4568.0, 4567.0, 4570.0, 4548.0, 4569.0, 4555.0, 4569.0, 4568.0, 4560.0, 4572.0, 4581.0, 4570.0, 4568.0, 4569.0, 4568.0, 4571.0, 4549.0, 4582.0, 4571.0, 4583.0, 4571.0, 4581.0, 4570.0, 4571.0, 4571.0, 4571.0, 4571.0, 4580.0, 4573.0, 4570.0, 4582.0, 4579.0, 4570.0, 4568.0, 4569.0, 4547.0, 4570.0, 4569.0, 4585.0, 4582.0, 4595.0, 4595.0, 4585.0, 4586.0, 4575.0, 4584.0, 4584.0, 4584.0, 4583.0, 4585.0, 4589.0, 4584.0, 4589.0, 4570.0, 4572.0, 4570.0, 4572.0, 4568.0, 4558.0, 4559.0, 4565.0, 4570.0, 4577.0, 4558.0, 4566.0, 4556.0, 4557.0, 4534.0, 4567.0, 4567.0, 4559.0, 4569.0, 4568.0, 4569.0, 4557.0, 4572.0, 4558.0, 4582.0, 4569.0, 4570.0, 4569.0, 4570.0, 4571.0, 4580.0, 4585.0, 4569.0, 4571.0, 4567.0, 4570.0, 4579.0, 4570.0, 4568.0, 4569.0, 4568.0, 4567.0, 4567.0, 4567.0, 4571.0, 4567.0, 4569.0, 4565.0, 4566.0, 4555.0, 4565.0, 4568.0, 4569.0, 4558.0, 4563.0, 4556.0, 4554.0, 4554.0, 4566.0, 4555.0, 4556.0, 4543.0, 4556.0, 4554.0, 4569.0, 4568.0, 4579.0, 4567.0, 4555.0, 4557.0, 4554.0, 4567.0, 4566.0, 4568.0, 4569.0, 4556.0, 4558.0, 4553.0, 4556.0, 4555.0, 4555.0, 4557.0, 4544.0, 4556.0, 4555.0, 4544.0, 4554.0, 4553.0, 4555.0, 4564.0, 4555.0, 4556.0, 4555.0, 4556.0, 4534.0, 4557.0, 4556.0, 4556.0, 4567.0, 4568.0, 4582.0, 4557.0, 4570.0, 4568.0, 4584.0, 4579.0, 4582.0, 4583.0, 4580.0, 4584.0, 4581.0, 4572.0, 4580.0, 4570.0, 4568.0, 4560.0, 4570.0, 4580.0, 4581.0, 4571.0, 4582.0, 4589.0, 4582.0, 4581.0, 4571.0, 4570.0, 4582.0, 4581.0, 4594.0, 4572.0, 4596.0, 4594.0, 4595.0, 4584.0, 4583.0, 4572.0, 4570.0, 4570.0, 4569.0, 4559.0, 4556.0, 4558.0, 4576.0, 4545.0, 4557.0, 4565.0, 4554.0, 4544.0, 4553.0, 4542.0, 4544.0, 4542.0, 4557.0, 4565.0, 4544.0, 4542.0, 4543.0, 4554.0, 4553.0, 4555.0, 4545.0, 4555.0, 4544.0, 4555.0, 4554.0, 4555.0, 4565.0, 4566.0, 4569.0, 4547.0, 4567.0, 4555.0, 4568.0, 4569.0, 4569.0, 4581.0, 4570.0, 4572.0, 4548.0, 4581.0, 4569.0, 4582.0, 4583.0, 4592.0, 4583.0, 4570.0, 4573.0, 4558.0, 4571.0, 4569.0, 4570.0, 4582.0, 4560.0, 4570.0, 4567.0, 4570.0, 4570.0, 4567.0, 4570.0, 4558.0, 4571.0, 4569.0, 4569.0, 4568.0, 4580.0, 4571.0, 4547.0, 4571.0, 4570.0, 4580.0, 4569.0, 4569.0, 4570.0, 4549.0, 4584.0, 4592.0, 4583.0, 4585.0, 4593.0, 4583.0, 4594.0, 4584.0, 4594.0, 4595.0], 'WindowWidth': [10125.0, 10096.0, 10067.0, 10069.0, 10058.0, 10032.0, 10030.0, 10012.0, 10031.0, 10005.0, 9990.0, 10023.0, 9987.0, 10000.0, 9983.0, 10007.0, 10029.0, 9991.0, 10000.0, 9986.0, 10002.0, 10004.0, 10027.0, 10032.0, 10008.0, 10032.0, 10032.0, 10015.0, 10033.0, 10015.0, 10024.0, 10012.0, 10035.0, 10053.0, 10014.0, 10022.0, 10019.0, 10032.0, 10008.0, 10033.0, 10052.0, 9996.0, 10018.0, 9995.0, 10024.0, 10005.0, 10031.0, 10027.0, 10011.0, 10028.0, 10010.0, 10019.0, 9994.0, 10028.0, 10016.0, 10009.0, 9984.0, 10011.0, 10013.0, 10010.0, 10026.0, 10025.0, 10025.0, 10001.0, 10013.0, 10014.0, 10008.0, 10024.0, 10013.0, 10032.0, 10030.0, 10008.0, 10008.0, 9992.0, 10011.0, 10022.0, 10018.0, 10031.0, 10014.0, 10032.0, 10016.0, 10032.0, 10021.0, 10032.0, 10012.0, 10029.0, 10009.0, 10034.0, 10057.0, 10017.0, 10027.0, 10014.0, 10028.0, 10007.0, 10029.0, 10041.0, 10018.0, 10020.0, 10008.0, 10022.0, 10007.0, 10029.0, 10028.0, 10016.0, 10007.0, 9997.0, 10022.0, 9993.0, 10030.0, 10043.0, 10000.0, 10023.0, 9992.0, 10030.0, 10016.0, 10023.0, 10027.0, 10031.0, 10038.0, 10029.0, 10031.0, 10054.0, 10035.0, 10035.0, 10031.0, 10042.0, 10060.0, 10019.0, 10030.0, 10014.0, 10032.0, 10008.0, 10034.0, 10048.0, 10009.0, 10024.0, 10033.0, 9993.0, 10022.0, 10007.0, 10012.0, 10016.0, 9990.0, 10020.0, 10009.0, 10048.0, 10006.0, 10030.0, 10050.0, 10055.0, 10054.0, 10032.0, 10053.0, 10020.0, 10066.0, 10068.0, 10050.0, 10060.0, 10066.0, 10040.0, 10051.0, 10045.0, 10053.0, 10025.0, 10050.0, 10054.0, 10035.0, 10033.0, 10024.0, 10032.0, 10030.0, 10027.0, 10032.0, 10005.0, 10036.0, 10054.0, 10011.0, 10027.0, 10023.0, 10034.0, 10045.0, 10025.0, 10020.0, 10008.0, 10016.0, 10021.0, 10045.0, 10013.0, 10028.0, 10001.0, 10028.0, 10023.0, 10015.0, 10045.0, 10007.0, 10009.0, 9999.0, 10008.0, 10028.0, 10026.0, 10026.0, 10014.0, 10026.0, 10025.0, 10029.0, 10037.0, 10050.0, 10036.0, 10046.0, 10033.0, 10055.0, 10047.0, 10052.0, 10041.0, 10050.0, 10033.0, 10026.0, 10015.0, 10026.0, 10012.0, 10022.0, 10019.0, 10018.0, 9989.0, 10016.0, 10002.0, 10012.0, 9982.0, 10001.0, 9990.0, 10021.0, 9989.0, 10019.0, 10007.0, 10007.0, 10028.0, 10012.0, 10033.0, 10029.0, 10030.0, 10016.0, 10006.0, 9996.0, 10002.0, 9999.0, 9984.0, 10003.0, 9990.0, 10000.0, 9974.0, 9984.0, 9987.0, 9995.0, 9998.0, 9990.0, 10017.0, 10000.0, 10009.0, 9989.0, 10047.0, 9994.0, 10043.0, 10052.0, 10031.0, 10031.0, 10023.0, 10052.0, 10011.0, 10050.0, 10052.0, 10030.0, 10032.0, 10026.0, 10051.0, 10020.0, 10075.0, 10046.0, 10072.0, 10037.0, 10080.0, 10049.0, 10058.0, 10060.0, 10055.0, 10034.0, 10030.0, 10010.0, 10021.0, 10032.0, 10028.0, 10021.0, 10025.0, 10024.0, 10008.0, 10011.0, 9984.0, 9997.0, 9987.0, 9995.0, 9995.0, 9983.0, 9995.0, 9974.0, 9995.0, 10006.0, 9984.0, 10002.0, 10017.0, 10007.0, 9995.0, 10019.0, 10005.0, 10017.0, 10028.0, 10037.0, 10026.0, 10023.0, 10018.0, 10023.0, 10016.0, 10028.0, 10028.0, 10018.0, 10010.0, 9983.0, 10024.0, 10022.0, 10011.0, 10023.0, 10021.0, 10025.0, 10004.0, 10028.0, 10042.0, 10017.0, 10027.0, 10025.0, 10028.0, 10005.0, 10028.0, 10033.0, 10016.0, 10029.0, 10020.0, 10027.0, 10003.0, 10028.0, 10023.0, 10009.0, 10018.0, 10007.0, 10024.0, 10031.0, 10030.0, 10025.0, 10027.0, 10010.0, 10047.0, 10041.0, 10028.0, 10040.0, 10043.0, 10025.0, 10019.0, 10026.0, 10002.0, 10024.0, 10049.0, 10019.0, 10019.0, 10014.0, 10002.0, 9997.0, 10006.0, 10010.0, 10020.0, 10022.0, 10013.0, 10000.0, 9995.0, 10005.0, 10008.0, 10002.0, 10016.0, 10001.0, 10002.0, 9978.0, 10000.0, 10005.0, 9999.0, 10018.0, 10015.0, 10003.0, 9983.0, 10021.0, 10005.0, 10020.0, 10022.0, 9999.0, 10005.0, 10005.0, 10002.0, 10003.0, 10018.0, 10023.0, 9998.0, 10008.0, 10009.0, 10004.0, 10016.0, 10018.0, 10022.0, 10008.0, 10001.0, 10000.0, 10002.0, 10019.0, 10004.0, 10022.0, 10013.0, 10006.0, 10016.0, 10005.0, 10024.0, 9996.0, 10027.0, 10035.0, 10011.0, 10025.0, 10023.0, 10047.0, 10013.0, 10031.0, 10029.0, 10023.0, 10027.0, 9989.0, 10024.0, 10022.0, 10028.0, 10031.0, 10006.0, 10026.0, 10014.0, 10024.0, 10023.0, 10031.0, 10047.0, 10036.0, 10033.0, 10047.0, 10046.0, 10044.0, 10052.0, 10043.0, 10052.0, 10037.0, 10034.0, 10049.0, 10028.0, 10028.0, 10032.0, 10042.0, 10023.0, 10038.0, 10004.0, 10025.0, 10017.0, 10028.0, 10023.0, 10007.0, 10023.0, 10008.0, 10022.0, 10025.0, 10032.0, 10020.0, 10045.0, 10011.0, 10034.0, 10015.0, 10050.0, 10033.0, 10053.0, 10053.0, 10050.0, 10034.0, 10045.0, 10050.0, 10028.0, 10054.0, 10059.0, 10031.0, 10031.0, 10028.0, 10028.0, 10040.0, 10050.0, 10026.0, 10032.0, 10008.0, 10030.0, 10023.0, 10030.0, 10047.0, 10010.0, 10032.0, 9993.0, 10030.0, 10031.0, 10035.0, 10051.0, 10032.0, 10049.0, 10013.0, 10053.0, 10026.0, 10051.0, 10054.0, 10038.0, 10047.0, 10044.0, 10045.0, 10024.0, 10052.0, 10041.0, 10044.0, 10027.0, 10025.0, 10022.0, 10021.0, 10031.0, 10027.0, 10031.0, 10017.0, 10028.0, 10046.0, 10012.0, 10028.0, 10035.0, 10044.0, 10023.0, 10030.0, 10008.0, 10032.0, 10007.0, 10031.0, 10033.0, 10031.0, 10025.0, 10015.0, 10024.0, 10027.0, 10026.0, 10013.0, 10052.0, 10010.0, 10031.0, 10021.0, 10036.0, 10029.0, 10049.0, 10050.0, 10044.0, 10033.0, 10014.0, 10047.0, 10013.0, 10044.0, 10045.0, 10033.0, 10031.0, 10024.0, 10029.0, 10020.0, 10046.0, 9998.0, 10051.0, 10050.0, 10034.0, 10047.0, 10044.0, 10035.0, 10000.0, 10053.0, 10082.0, 10039.0, 10032.0, 10029.0, 10040.0, 10038.0, 10047.0, 10026.0, 10033.0, 10033.0, 10032.0, 10023.0, 10022.0, 10025.0, 10044.0, 10041.0, 10026.0, 10027.0, 10039.0, 10046.0, 10013.0, 10050.0, 10044.0, 10045.0, 10052.0, 10042.0, 10024.0, 10023.0, 10025.0, 10042.0, 10040.0, 10019.0, 10022.0, 9984.0, 10020.0, 10029.0, 10023.0, 10027.0, 10019.0, 9998.0, 10000.0, 10016.0, 10015.0, 10022.0, 9995.0, 10002.0, 9980.0, 10004.0, 9997.0, 10007.0, 10021.0, 9999.0, 10004.0, 10012.0, 10020.0, 10017.0, 10042.0, 10038.0, 10029.0, 10008.0, 10049.0, 10042.0, 10046.0, 10049.0, 10051.0, 10046.0, 10049.0, 10028.0, 10041.0, 10032.0, 10029.0, 10033.0, 10030.0, 10025.0, 10027.0, 10020.0, 10015.0, 10003.0, 10022.0, 10002.0, 10004.0, 9979.0, 9998.0, 10027.0, 10019.0, 10017.0, 10013.0, 10012.0, 10012.0, 10011.0, 10010.0, 10016.0, 10009.0, 10027.0, 10018.0, 10023.0, 10003.0, 10026.0, 10003.0, 10031.0, 10045.0, 10027.0, 10022.0, 10025.0, 10021.0, 10019.0, 10027.0, 10022.0, 10024.0, 9999.0, 10004.0, 9984.0, 10021.0, 10017.0, 10025.0, 10021.0, 10008.0, 10000.0, 10004.0, 10019.0, 10020.0, 10025.0, 10003.0, 10018.0, 10000.0, 10022.0, 10013.0, 10023.0, 10027.0, 10013.0, 10019.0, 10024.0, 10020.0, 10023.0, 10024.0, 10006.0, 10027.0, 10036.0, 10023.0, 10013.0, 10001.0, 9999.0, 10000.0, 9999.0, 9994.0, 10003.0, 10011.0, 10000.0, 9999.0, 10000.0, 9998.0, 10004.0, 10005.0, 10029.0, 10045.0, 10025.0, 10042.0, 10025.0, 10043.0, 10012.0, 10048.0, 10040.0, 10050.0, 10036.0, 10028.0, 10034.0, 10026.0, 10019.0, 10013.0, 10027.0, 10001.0, 10018.0, 9996.0, 10003.0, 10010.0, 10004.0, 10003.0, 10001.0, 9995.0, 9981.0, 9999.0, 9984.0, 10022.0, 10019.0, 10025.0, 10019.0, 10009.0, 10024.0, 10014.0, 10030.0, 10045.0, 10048.0, 10031.0, 10045.0, 10013.0, 10047.0, 10012.0, 10046.0, 10065.0, 10047.0, 10026.0, 10044.0, 10025.0, 10028.0, 10031.0, 10048.0, 10050.0, 10029.0, 10034.0, 10010.0, 10031.0, 10035.0, 10046.0, 10029.0, 10027.0, 10023.0, 9997.0, 10025.0, 10038.0, 10032.0, 10022.0, 10022.0, 10006.0, 10024.0, 10001.0, 10021.0, 10052.0, 10028.0, 10024.0, 10012.0, 10039.0, 10026.0, 10028.0, 10032.0, 10050.0, 10034.0, 10030.0, 10027.0, 10031.0, 10009.0, 10047.0, 10051.0, 10046.0, 10053.0, 10043.0, 10024.0, 10029.0, 10043.0, 10029.0, 10012.0, 10002.0, 10007.0, 10011.0, 10020.0, 10019.0, 10006.0, 10023.0, 10002.0, 10002.0, 9991.0, 10000.0, 10009.0, 10000.0, 9999.0, 9979.0, 10002.0, 10015.0, 9985.0, 9996.0, 9993.0, 10005.0, 9951.0, 10013.0, 10001.0, 10013.0, 10027.0, 9993.0, 10024.0, 10032.0, 10023.0, 10022.0, 10038.0, 10044.0, 10004.0, 10050.0, 10048.0, 10042.0, 10025.0, 10003.0, 10026.0, 10003.0, 10044.0, 10028.0, 10021.0, 10029.0, 10051.0, 10030.0, 10045.0, 10009.0, 10027.0, 10009.0, 10020.0, 10018.0, 10036.0, 10025.0, 9996.0, 10004.0, 10029.0, 10005.0, 10019.0, 10011.0, 10025.0, 10052.0, 10007.0, 10013.0, 10018.0, 10018.0, 10015.0, 10027.0, 10020.0, 10027.0, 10019.0, 10020.0, 10020.0, 10016.0, 10025.0, 10020.0, 10022.0, 10015.0, 10005.0, 10015.0, 9994.0, 10006.0, 10033.0, 10013.0, 10000.0, 9996.0, 10000.0, 9987.0, 9996.0, 10007.0, 9998.0, 10001.0, 9976.0, 9998.0, 10007.0, 10000.0, 10014.0, 10021.0, 10023.0, 9996.0, 10017.0, 10027.0, 10023.0, 10020.0, 10028.0, 10030.0, 10040.0, 10044.0, 10026.0, 10045.0, 10010.0, 10049.0, 10043.0, 10044.0, 10035.0, 10030.0, 10022.0, 10010.0, 10045.0, 10024.0, 10022.0, 10019.0, 10022.0, 9987.0, 10025.0, 10012.0, 10043.0, 10018.0, 10024.0, 10034.0, 10027.0, 10025.0, 10041.0, 10045.0, 10046.0, 10028.0, 10047.0, 10046.0, 10047.0, 10049.0, 10053.0, 10054.0, 10020.0, 10050.0, 10027.0, 10057.0, 10039.0, 10073.0, 10037.0, 10053.0, 10018.0, 10067.0, 10032.0, 10074.0, 10054.0, 10057.0, 10048.0, 10050.0, 10061.0, 10051.0, 10053.0, 10036.0, 10029.0, 10030.0, 10041.0, 10041.0, 10041.0, 10044.0, 10045.0, 10025.0, 10026.0, 10019.0, 10023.0, 10033.0, 10046.0, 10009.0, 10046.0, 10026.0, 10065.0, 10063.0, 10046.0, 10054.0, 10047.0, 10027.0, 10031.0, 10050.0, 10038.0, 10037.0, 10016.0, 10022.0, 9988.0, 10027.0, 10040.0, 10024.0, 10028.0, 10023.0, 10016.0, 10026.0, 10023.0, 10033.0, 10029.0, 10015.0, 10023.0, 10001.0, 10025.0, 10014.0, 10024.0, 10023.0, 10030.0, 10029.0, 10037.0, 10023.0, 10020.0, 10019.0, 10002.0, 10029.0, 10024.0, 10021.0, 10026.0, 10020.0, 10002.0, 10017.0, 10020.0, 10017.0, 10023.0, 9988.0, 10021.0, 9996.0, 10021.0, 10018.0, 10013.0, 10032.0, 10040.0, 10022.0, 10018.0, 10022.0, 10019.0, 10028.0, 9992.0, 10043.0, 10026.0, 10047.0, 10030.0, 10043.0, 10024.0, 10028.0, 10027.0, 10027.0, 10027.0, 10039.0, 10033.0, 10023.0, 10046.0, 10036.0, 10023.0, 10015.0, 10020.0, 9988.0, 10025.0, 10023.0, 10052.0, 10047.0, 10067.0, 10069.0, 10056.0, 10055.0, 10040.0, 10050.0, 10047.0, 10052.0, 10046.0, 10050.0, 10049.0, 10046.0, 10051.0, 10023.0, 10031.0, 10023.0, 10029.0, 10019.0, 10003.0, 10005.0, 10009.0, 10020.0, 10032.0, 10004.0, 10013.0, 9997.0, 9999.0, 9963.0, 10015.0, 10015.0, 10007.0, 10020.0, 10016.0, 10020.0, 10000.0, 10028.0, 10005.0, 10044.0, 10023.0, 10025.0, 10021.0, 10024.0, 10026.0, 10038.0, 10053.0, 10023.0, 10028.0, 10014.0, 10023.0, 10035.0, 10024.0, 10021.0, 10020.0, 10018.0, 10014.0, 10018.0, 10015.0, 10028.0, 10015.0, 10019.0, 10008.0, 10012.0, 9998.0, 10009.0, 10019.0, 10019.0, 10002.0, 10001.0, 9997.0, 9993.0, 9993.0, 10014.0, 9995.0, 10000.0, 9976.0, 9998.0, 9991.0, 10019.0, 10019.0, 10034.0, 10015.0, 9994.0, 10002.0, 9992.0, 10016.0, 10014.0, 10016.0, 10020.0, 9999.0, 10002.0, 9988.0, 9997.0, 9994.0, 9994.0, 10001.0, 9979.0, 9998.0, 9994.0, 9978.0, 9991.0, 9988.0, 9996.0, 10006.0, 9994.0, 10000.0, 9994.0, 9996.0, 9962.0, 10000.0, 9997.0, 9998.0, 10015.0, 10018.0, 10042.0, 10003.0, 10023.0, 10017.0, 10046.0, 10037.0, 10045.0, 10048.0, 10039.0, 10051.0, 10041.0, 10031.0, 10038.0, 10024.0, 10020.0, 10010.0, 10024.0, 10037.0, 10042.0, 10027.0, 10046.0, 10050.0, 10044.0, 10039.0, 10025.0, 10024.0, 10045.0, 10043.0, 10066.0, 10032.0, 10070.0, 10065.0, 10066.0, 10052.0, 10047.0, 10031.0, 10023.0, 10025.0, 10018.0, 10007.0, 9997.0, 10004.0, 10026.0, 9982.0, 10000.0, 10008.0, 9992.0, 9975.0, 9988.0, 9971.0, 9978.0, 9972.0, 10000.0, 10009.0, 9978.0, 9973.0, 9975.0, 9991.0, 9989.0, 9994.0, 9980.0, 9995.0, 9975.0, 9995.0, 9990.0, 9996.0, 10009.0, 10011.0, 10021.0, 9987.0, 10016.0, 9997.0, 10018.0, 10020.0, 10022.0, 10042.0, 10025.0, 10029.0, 9992.0, 10042.0, 10021.0, 10044.0, 10047.0, 10060.0, 10048.0, 10024.0, 10032.0, 10005.0, 10027.0, 10024.0, 10026.0, 10044.0, 10011.0, 10025.0, 10014.0, 10025.0, 10023.0, 10018.0, 10025.0, 10004.0, 10027.0, 10024.0, 10020.0, 10020.0, 10035.0, 10027.0, 9990.0, 10027.0, 10026.0, 10039.0, 10022.0, 10021.0, 10025.0, 9994.0, 10048.0, 10060.0, 10049.0, 10053.0, 10064.0, 10047.0, 10063.0, 10053.0, 10064.0, 10071.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.0004888222055513878</td></tr>
<tr><td colspan=3>aqi</td><td>0.0232545375843961</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.97921471687692</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2879011624774765</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002592980300299</td></tr>
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
<tr><td colspan=3>fber</td><td>6311.1089</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07795816808495298</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1252813203300824</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5950128100541616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5477511210750614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8181908419000035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.41909646718742</td></tr>
<tr><td colspan=3>gcor</td><td>0.00987543</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01280518900603056</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033299680799245834</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.985897522299772</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.9818</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7284</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.7799</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293588.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>873.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.3895</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6378</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.6312</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3707.2787</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.472</td></tr>
<tr><td colspan=3>tsnr</td><td>43.663823984214105</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>