<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-03/func/sub-0001_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>77d48c66f44fbccf8cc5a690a73e4269</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:07:56.702500</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_VE11C_LATEST_20160120</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.997962, -0.0562381, 0.0301592, 0.0475863, 0.970714, 0.235478]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0862742</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7762, -7269, 500, -57, -265, 70, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.654</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb64db82-dc80-410d-86c9-095c6369dced||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774585247039795, 0.12767058610916138, 0.11480075865983963, 104.0311279296875], [0.1508827954530716, 2.6043548583984375, 0.6306195259094238, -108.60263061523438], [0.0809149369597435, -0.6317699551582336, 2.6228115558624268, -46.524818420410156], [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, 1330]</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], 'AcquisitionTime': ['160756.702500', '160757.162500', '160757.622500', '160758.082500', '160758.542500', '160759.002500', '160759.462500', '160759.922500', '160800.382500', '160800.842500', '160801.302500', '160801.762500', '160802.222500', '160802.682500', '160803.142500', '160803.602500', '160804.062500', '160804.522500', '160804.982500', '160805.442500', '160805.902500', '160806.362500', '160806.822500', '160807.282500', '160807.742500', '160808.202500', '160808.662500', '160809.122500', '160809.582500', '160810.042500', '160810.502500', '160810.962500', '160811.422500', '160811.882500', '160812.342500', '160812.802500', '160813.262500', '160813.722500', '160814.182500', '160814.642500', '160815.102500', '160815.562500', '160816.022500', '160816.482500', '160816.942500', '160817.402500', '160817.862500', '160818.322500', '160818.782500', '160819.242500', '160819.702500', '160820.162500', '160820.622500', '160821.082500', '160821.542500', '160822.002500', '160822.462500', '160822.922500', '160823.382500', '160823.842500', '160824.302500', '160824.762500', '160825.222500', '160825.682500', '160826.142500', '160826.602500', '160827.062500', '160827.522500', '160827.982500', '160828.442500', '160828.902500', '160829.362500', '160829.822500', '160830.282500', '160830.742500', '160831.202500', '160831.662500', '160832.122500', '160832.582500', '160833.042500', '160833.502500', '160833.962500', '160834.422500', '160834.882500', '160835.342500', '160835.802500', '160836.262500', '160836.722500', '160837.182500', '160837.642500', '160838.102500', '160838.562500', '160839.022500', '160839.482500', '160839.942500', '160840.402500', '160840.862500', '160841.322500', '160841.782500', '160842.242500', '160842.702500', '160843.162500', '160843.622500', '160844.082500', '160844.542500', '160845.002500', '160845.462500', '160845.922500', '160846.382500', '160846.842500', '160847.302500', '160847.762500', '160848.222500', '160848.682500', '160849.142500', '160849.602500', '160850.062500', '160850.522500', '160850.982500', '160851.442500', '160851.902500', '160852.362500', '160852.822500', '160853.282500', '160853.742500', '160854.202500', '160854.662500', '160855.122500', '160855.582500', '160856.042500', '160856.502500', '160856.962500', '160857.422500', '160857.882500', '160858.342500', '160858.802500', '160859.262500', '160859.722500', '160900.182500', '160900.642500', '160901.102500', '160901.562500', '160902.022500', '160902.482500', '160902.942500', '160903.402500', '160903.862500', '160904.322500', '160904.782500', '160905.242500', '160905.702500', '160906.162500', '160906.622500', '160907.082500', '160907.542500', '160908.002500', '160908.462500', '160908.922500', '160909.382500', '160909.842500', '160910.302500', '160910.762500', '160911.222500', '160911.682500', '160912.142500', '160912.602500', '160913.062500', '160913.522500', '160913.982500', '160914.442500', '160914.902500', '160915.362500', '160915.822500', '160916.282500', '160916.742500', '160917.202500', '160917.662500', '160918.122500', '160918.582500', '160919.042500', '160919.502500', '160919.962500', '160920.422500', '160920.882500', '160921.342500', '160921.802500', '160922.262500', '160922.722500', '160923.182500', '160923.642500', '160924.102500', '160924.562500', '160925.022500', '160925.482500', '160925.942500', '160926.402500', '160926.862500', '160927.322500', '160927.782500', '160928.242500', '160928.702500', '160929.162500', '160929.622500', '160930.082500', '160930.542500', '160931.002500', '160931.462500', '160931.922500', '160932.382500', '160932.842500', '160933.302500', '160933.762500', '160934.222500', '160934.682500', '160935.142500', '160935.602500', '160936.062500', '160936.522500', '160936.982500', '160937.442500', '160937.902500', '160938.362500', '160938.822500', '160939.282500', '160939.742500', '160940.202500', '160940.662500', '160941.122500', '160941.582500', '160942.042500', '160942.502500', '160942.962500', '160943.422500', '160943.882500', '160944.342500', '160944.802500', '160945.262500', '160945.722500', '160946.182500', '160946.642500', '160947.102500', '160947.562500', '160948.022500', '160948.482500', '160948.942500', '160949.402500', '160949.862500', '160950.322500', '160950.782500', '160951.242500', '160951.702500', '160952.162500', '160952.622500', '160953.082500', '160953.542500', '160954.002500', '160954.462500', '160954.922500', '160955.382500', '160955.842500', '160956.302500', '160956.762500', '160957.222500', '160957.682500', '160958.142500', '160958.602500', '160959.062500', '160959.522500', '160959.982500', '161000.442500', '161000.902500', '161001.362500', '161001.822500', '161002.282500', '161002.742500', '161003.202500', '161003.662500', '161004.122500', '161004.582500', '161005.042500', '161005.502500', '161005.962500', '161006.422500', '161006.882500', '161007.342500', '161007.802500', '161008.262500', '161008.722500', '161009.182500', '161009.642500', '161010.102500', '161010.562500', '161011.022500', '161011.482500', '161011.942500', '161012.402500', '161012.862500', '161013.322500', '161013.782500', '161014.242500', '161014.702500', '161015.162500', '161015.622500', '161016.082500', '161016.542500', '161017.002500', '161017.462500', '161017.922500', '161018.382500', '161018.842500', '161019.302500', '161019.762500', '161020.222500', '161020.682500', '161021.142500', '161021.602500', '161022.062500', '161022.522500', '161022.982500', '161023.442500', '161023.902500', '161024.362500', '161024.822500', '161025.282500', '161025.742500', '161026.202500', '161026.662500', '161027.122500', '161027.582500', '161028.042500', '161028.502500', '161028.962500', '161029.422500', '161029.882500', '161030.342500', '161030.802500', '161031.262500', '161031.722500', '161032.182500', '161032.642500', '161033.102500', '161033.562500', '161034.022500', '161034.482500', '161034.942500', '161035.402500', '161035.862500', '161036.322500', '161036.782500', '161037.242500', '161037.702500', '161038.162500', '161038.622500', '161039.082500', '161039.542500', '161040.002500', '161040.462500', '161040.922500', '161041.382500', '161041.842500', '161042.302500', '161042.762500', '161043.222500', '161043.682500', '161044.142500', '161044.602500', '161045.062500', '161045.522500', '161045.982500', '161046.442500', '161046.902500', '161047.362500', '161047.822500', '161048.282500', '161048.742500', '161049.202500', '161049.662500', '161050.122500', '161050.582500', '161051.042500', '161051.502500', '161051.962500', '161052.422500', '161052.882500', '161053.342500', '161053.802500', '161054.262500', '161054.722500', '161055.182500', '161055.642500', '161056.102500', '161056.562500', '161057.022500', '161057.482500', '161057.942500', '161058.402500', '161058.862500', '161059.322500', '161059.782500', '161100.242500', '161100.702500', '161101.162500', '161101.622500', '161102.082500', '161102.542500', '161103.002500', '161103.462500', '161103.922500', '161104.382500', '161104.842500', '161105.302500', '161105.762500', '161106.222500', '161106.682500', '161107.142500', '161107.602500', '161108.062500', '161108.522500', '161108.982500', '161109.442500', '161109.902500', '161110.362500', '161110.822500', '161111.282500', '161111.742500', '161112.202500', '161112.662500', '161113.122500', '161113.582500', '161114.042500', '161114.502500', '161114.962500', '161115.422500', '161115.882500', '161116.342500', '161116.802500', '161117.262500', '161117.722500', '161118.182500', '161118.642500', '161119.102500', '161119.562500', '161120.022500', '161120.482500', '161120.942500', '161121.402500', '161121.862500', '161122.322500', '161122.782500', '161123.242500', '161123.702500', '161124.162500', '161124.622500', '161125.082500', '161125.542500', '161126.002500', '161126.462500', '161126.922500', '161127.382500', '161127.842500', '161128.302500', '161128.762500', '161129.222500', '161129.682500', '161130.142500', '161130.602500', '161131.062500', '161131.522500', '161131.982500', '161132.442500', '161132.902500', '161133.362500', '161133.822500', '161134.282500', '161134.742500', '161135.202500', '161135.662500', '161136.122500', '161136.582500', '161137.042500', '161137.502500', '161137.962500', '161138.422500', '161138.882500', '161139.342500', '161139.802500', '161140.262500', '161140.722500', '161141.182500', '161141.642500', '161142.102500', '161142.562500', '161143.022500', '161143.482500', '161143.942500', '161144.402500', '161144.862500', '161145.322500', '161145.782500', '161146.242500', '161146.702500', '161147.162500', '161147.622500', '161148.082500', '161148.542500', '161149.002500', '161149.462500', '161149.922500', '161150.382500', '161150.842500', '161151.302500', '161151.762500', '161152.222500', '161152.682500', '161153.142500', '161153.602500', '161154.062500', '161154.522500', '161154.982500', '161155.442500', '161155.902500', '161156.362500', '161156.822500', '161157.282500', '161157.742500', '161158.202500', '161158.662500', '161159.122500', '161159.582500', '161200.042500', '161200.502500', '161200.962500', '161201.422500', '161201.882500', '161202.342500', '161202.802500', '161203.262500', '161203.722500', '161204.182500', '161204.642500', '161205.102500', '161205.562500', '161206.022500', '161206.482500', '161206.942500', '161207.402500', '161207.862500', '161208.322500', '161208.782500', '161209.242500', '161209.702500', '161210.162500', '161210.622500', '161211.082500', '161211.542500', '161212.002500', '161212.462500', '161212.922500', '161213.382500', '161213.842500', '161214.302500', '161214.762500', '161215.222500', '161215.682500', '161216.142500', '161216.602500', '161217.062500', '161217.522500', '161217.982500', '161218.442500', '161218.902500', '161219.362500', '161219.822500', '161220.282500', '161220.742500', '161221.202500', '161221.662500', '161222.122500', '161222.582500', '161223.042500', '161223.502500', '161223.962500', '161224.422500', '161224.882500', '161225.342500', '161225.802500', '161226.262500', '161226.722500', '161227.182500', '161227.642500', '161228.102500', '161228.562500', '161229.022500', '161229.482500', '161229.942500', '161230.402500', '161230.862500', '161231.322500', '161231.782500', '161232.242500', '161232.702500', '161233.162500', '161233.622500', '161234.082500', '161234.542500', '161235.002500', '161235.462500', '161235.922500', '161236.382500', '161236.842500', '161237.302500', '161237.762500', '161238.222500', '161238.682500', '161239.142500', '161239.602500', '161240.062500', '161240.522500', '161240.982500', '161241.442500', '161241.902500', '161242.362500', '161242.822500', '161243.282500', '161243.742500', '161244.202500', '161244.662500', '161245.122500', '161245.582500', '161246.042500', '161246.502500', '161246.962500', '161247.422500', '161247.882500', '161248.342500', '161248.802500', '161249.262500', '161249.722500', '161250.182500', '161250.642500', '161251.102500', '161251.562500', '161252.022500', '161252.482500', '161252.942500', '161253.402500', '161253.862500', '161254.322500', '161254.782500', '161255.242500', '161255.702500', '161256.162500', '161256.622500', '161257.082500', '161257.542500', '161258.002500', '161258.462500', '161258.922500', '161259.382500', '161259.842500', '161300.302500', '161300.762500', '161301.222500', '161301.682500', '161302.142500', '161302.602500', '161303.062500', '161303.522500', '161303.982500', '161304.442500', '161304.902500', '161305.362500', '161305.822500', '161306.282500', '161306.742500', '161307.202500', '161307.662500', '161308.122500', '161308.582500', '161309.042500', '161309.502500', '161309.962500', '161310.422500', '161310.882500', '161311.342500', '161311.802500', '161312.262500', '161312.722500', '161313.182500', '161313.642500', '161314.102500', '161314.562500', '161315.022500', '161315.482500', '161315.942500', '161316.402500', '161316.862500', '161317.322500', '161317.782500', '161318.242500', '161318.702500', '161319.162500', '161319.622500', '161320.082500', '161320.542500', '161321.002500', '161321.462500', '161321.922500', '161322.382500', '161322.842500', '161323.302500', '161323.762500', '161324.222500', '161324.682500', '161325.142500', '161325.602500', '161326.062500', '161326.522500', '161326.982500', '161327.442500', '161327.902500', '161328.362500', '161328.822500', '161329.282500', '161329.742500', '161330.202500', '161330.662500', '161331.122500', '161331.582500', '161332.042500', '161332.502500', '161332.962500', '161333.422500', '161333.882500', '161334.342500', '161334.802500', '161335.262500', '161335.722500', '161336.182500', '161336.642500', '161337.102500', '161337.562500', '161338.022500', '161338.482500', '161338.942500', '161339.402500', '161339.862500', '161340.322500', '161340.782500', '161341.242500', '161341.702500', '161342.162500', '161342.622500', '161343.082500', '161343.542500', '161344.002500', '161344.462500', '161344.922500', '161345.382500', '161345.842500', '161346.302500', '161346.762500', '161347.222500', '161347.682500', '161348.142500', '161348.602500', '161349.062500', '161349.522500', '161349.982500', '161350.442500', '161350.902500', '161351.362500', '161351.822500', '161352.282500', '161352.742500', '161353.202500', '161353.662500', '161354.122500', '161354.582500', '161355.042500', '161355.502500', '161355.962500', '161356.422500', '161356.882500', '161357.342500', '161357.802500', '161358.262500', '161358.722500', '161359.182500', '161359.642500', '161400.102500', '161400.562500', '161401.022500', '161401.482500', '161401.942500', '161402.402500', '161402.862500', '161403.322500', '161403.782500', '161404.242500', '161404.702500', '161405.162500', '161405.622500', '161406.082500', '161406.542500', '161407.002500', '161407.462500', '161407.922500', '161408.382500', '161408.842500', '161409.302500', '161409.762500', '161410.222500', '161410.682500', '161411.142500', '161411.602500', '161412.062500', '161412.522500', '161412.982500', '161413.442500', '161413.902500', '161414.362500', '161414.822500', '161415.282500', '161415.742500', '161416.202500', '161416.662500', '161417.122500', '161417.582500', '161418.042500', '161418.502500', '161418.962500', '161419.422500', '161419.882500', '161420.342500', '161420.802500', '161421.262500', '161421.722500', '161422.182500', '161422.642500', '161423.102500', '161423.562500', '161424.022500', '161424.482500', '161424.942500', '161425.402500', '161425.862500', '161426.322500', '161426.782500', '161427.242500', '161427.702500', '161428.162500', '161428.622500', '161429.082500', '161429.542500', '161430.002500', '161430.462500', '161430.922500', '161431.382500', '161431.842500', '161432.302500', '161432.762500', '161433.222500', '161433.682500', '161434.142500', '161434.602500', '161435.062500', '161435.522500', '161435.982500', '161436.442500', '161436.902500', '161437.362500', '161437.822500', '161438.282500', '161438.742500', '161439.202500', '161439.662500', '161440.122500', '161440.582500', '161441.042500', '161441.502500', '161441.962500', '161442.422500', '161442.882500', '161443.342500', '161443.802500', '161444.262500', '161444.722500', '161445.182500', '161445.642500', '161446.102500', '161446.562500', '161447.022500', '161447.482500', '161447.942500', '161448.402500', '161448.862500', '161449.322500', '161449.782500', '161450.242500', '161450.702500', '161451.162500', '161451.622500', '161452.082500', '161452.542500', '161453.002500', '161453.462500', '161453.922500', '161454.382500', '161454.842500', '161455.302500', '161455.762500', '161456.222500', '161456.682500', '161457.142500', '161457.602500', '161458.062500', '161458.522500', '161458.982500', '161459.442500', '161459.902500', '161500.362500', '161500.822500', '161501.282500', '161501.742500', '161502.202500', '161502.662500', '161503.122500', '161503.582500', '161504.042500', '161504.502500', '161504.962500', '161505.422500', '161505.882500', '161506.342500', '161506.802500', '161507.262500', '161507.722500', '161508.182500', '161508.642500', '161509.102500', '161509.562500', '161510.022500', '161510.482500', '161510.942500', '161511.402500', '161511.862500', '161512.322500', '161512.782500', '161513.242500', '161513.702500', '161514.162500', '161514.622500', '161515.082500', '161515.542500', '161516.002500', '161516.462500', '161516.922500', '161517.382500', '161517.842500', '161518.302500', '161518.762500', '161519.222500', '161519.682500', '161520.142500', '161520.602500', '161521.062500', '161521.522500', '161521.982500', '161522.442500', '161522.902500', '161523.362500', '161523.822500', '161524.282500', '161524.742500', '161525.202500', '161525.662500', '161526.122500', '161526.582500', '161527.042500', '161527.502500', '161527.962500', '161528.422500', '161528.882500', '161529.342500', '161529.802500', '161530.262500', '161530.722500', '161531.182500', '161531.642500', '161532.102500', '161532.562500', '161533.022500', '161533.482500', '161533.942500', '161534.402500', '161534.862500', '161535.322500', '161535.782500', '161536.242500', '161536.702500', '161537.162500', '161537.622500', '161538.082500', '161538.542500', '161539.002500', '161539.462500', '161539.922500', '161540.382500', '161540.842500', '161541.302500', '161541.762500', '161542.222500', '161542.682500', '161543.142500', '161543.602500', '161544.062500', '161544.522500', '161544.982500', '161545.442500', '161545.902500', '161546.362500', '161546.822500', '161547.282500', '161547.742500', '161548.202500', '161548.662500', '161549.122500', '161549.582500', '161550.042500', '161550.502500', '161550.962500', '161551.422500', '161551.882500', '161552.342500', '161552.802500', '161553.262500', '161553.722500', '161554.182500', '161554.642500', '161555.102500', '161555.562500', '161556.022500', '161556.482500', '161556.942500', '161557.402500', '161557.862500', '161558.322500', '161558.782500', '161559.242500', '161559.702500', '161600.162500', '161600.622500', '161601.082500', '161601.542500', '161602.002500', '161602.462500', '161602.922500', '161603.382500', '161603.842500', '161604.302500', '161604.762500', '161605.222500', '161605.682500', '161606.142500', '161606.602500', '161607.062500', '161607.522500', '161607.982500', '161608.442500', '161608.902500', '161609.362500', '161609.822500', '161610.282500', '161610.742500', '161611.202500', '161611.662500', '161612.122500', '161612.582500', '161613.042500', '161613.502500', '161613.962500', '161614.422500', '161614.882500', '161615.342500', '161615.802500', '161616.262500', '161616.722500', '161617.182500', '161617.642500', '161618.102500', '161618.562500', '161619.022500', '161619.482500', '161619.942500', '161620.402500', '161620.862500', '161621.322500', '161621.782500', '161622.242500', '161622.702500', '161623.162500', '161623.622500', '161624.082500', '161624.542500', '161625.002500', '161625.462500', '161625.922500', '161626.382500', '161626.842500', '161627.302500', '161627.762500', '161628.222500', '161628.682500', '161629.142500', '161629.602500', '161630.062500', '161630.522500', '161630.982500', '161631.442500', '161631.902500', '161632.362500', '161632.822500', '161633.282500', '161633.742500', '161634.202500', '161634.662500', '161635.122500', '161635.582500', '161636.042500', '161636.502500', '161636.962500', '161637.422500', '161637.882500', '161638.342500', '161638.802500', '161639.262500', '161639.722500', '161640.182500', '161640.642500', '161641.102500', '161641.562500', '161642.022500', '161642.482500', '161642.942500', '161643.402500', '161643.862500', '161644.322500', '161644.782500', '161645.242500', '161645.702500', '161646.162500', '161646.622500', '161647.082500', '161647.542500', '161648.002500', '161648.462500', '161648.922500', '161649.382500', '161649.842500', '161650.302500', '161650.762500', '161651.222500', '161651.682500', '161652.142500', '161652.602500', '161653.062500', '161653.522500', '161653.982500', '161654.442500', '161654.902500', '161655.362500', '161655.822500', '161656.282500', '161656.742500', '161657.202500', '161657.662500', '161658.122500', '161658.582500', '161659.042500', '161659.502500', '161659.962500', '161700.422500', '161700.882500', '161701.342500', '161701.802500', '161702.262500', '161702.722500', '161703.182500', '161703.642500', '161704.102500', '161704.562500', '161705.022500', '161705.482500', '161705.942500', '161706.402500', '161706.862500', '161707.322500', '161707.782500', '161708.242500', '161708.702500', '161709.162500', '161709.622500', '161710.082500', '161710.542500', '161711.002500', '161711.462500', '161711.922500', '161712.382500', '161712.842500', '161713.302500', '161713.762500', '161714.222500', '161714.682500', '161715.142500', '161715.602500', '161716.062500', '161716.522500', '161716.982500', '161717.442500', '161717.902500', '161718.362500', '161718.822500', '161719.282500', '161719.742500', '161720.202500', '161720.662500', '161721.122500', '161721.582500', '161722.042500', '161722.502500', '161722.962500', '161723.422500', '161723.882500', '161724.342500', '161724.802500', '161725.262500', '161725.722500', '161726.182500', '161726.642500', '161727.102500', '161727.562500', '161728.022500', '161728.482500', '161728.942500', '161729.402500', '161729.862500', '161730.322500', '161730.782500', '161731.242500', '161731.702500', '161732.162500', '161732.622500', '161733.082500', '161733.542500', '161734.002500', '161734.462500', '161734.922500', '161735.382500', '161735.842500', '161736.302500', '161736.762500', '161737.222500', '161737.682500', '161738.142500', '161738.602500', '161739.062500', '161739.522500', '161739.982500', '161740.442500', '161740.902500', '161741.362500', '161741.822500', '161742.282500', '161742.742500', '161743.202500', '161743.662500', '161744.122500', '161744.582500', '161745.042500', '161745.502500', '161745.962500', '161746.422500', '161746.882500', '161747.342500', '161747.802500', '161748.262500', '161748.722500', '161749.182500', '161749.642500', '161750.102500', '161750.562500', '161751.022500', '161751.482500', '161751.942500', '161752.402500', '161752.862500', '161753.322500', '161753.782500', '161754.242500', '161754.702500', '161755.162500', '161755.622500', '161756.082500', '161756.542500', '161757.002500', '161757.462500', '161757.922500', '161758.382500', '161758.842500', '161759.302500', '161759.762500', '161800.222500', '161800.682500', '161801.142500', '161801.602500', '161802.062500', '161802.522500', '161802.982500', '161803.442500', '161803.902500', '161804.362500', '161804.822500', '161805.282500', '161805.742500', '161806.202500', '161806.662500', '161807.122500', '161807.582500', '161808.042500'], 'ContentTime': ['160826.469000', '160826.472000', '160826.475000', '160826.477000', '160826.480000', '160826.483000', '160826.486000', '160826.489000', '160826.491000', '160826.494000', '160826.497000', '160826.500000', '160826.503000', '160826.511000', '160826.514000', '160826.516000', '160826.519000', '160826.522000', '160826.525000', '160826.529000', '160826.532000', '160826.535000', '160826.537000', '160826.540000', '160826.543000', '160826.546000', '160826.548000', '160826.551000', '160826.554000', '160826.557000', '160826.560000', '160826.562000', '160826.565000', '160826.568000', '160826.571000', '160826.573000', '160826.576000', '160826.579000', '160826.582000', '160826.585000', '160826.588000', '160826.591000', '160826.600000', '160826.603000', '160826.606000', '160826.608000', '160826.611000', '160826.614000', '160826.617000', '160826.619000', '160826.622000', '160826.625000', '160826.628000', '160826.631000', '160826.633000', '160826.636000', '160826.639000', '160826.642000', '160826.645000', '160826.647000', '160826.650000', '160826.653000', '160846.435000', '160846.438000', '160846.440000', '160846.443000', '160846.446000', '160846.449000', '160846.452000', '160846.454000', '160846.457000', '160846.460000', '160846.463000', '160846.465000', '160846.468000', '160846.471000', '160846.474000', '160846.477000', '160846.479000', '160846.482000', '160846.485000', '160846.488000', '160846.490000', '160846.493000', '160846.496000', '160846.499000', '160846.502000', '160846.505000', '160846.507000', '160846.510000', '160846.513000', '160846.516000', '160846.518000', '160846.521000', '160846.524000', '160846.527000', '160846.529000', '160846.532000', '160846.535000', '160846.538000', '160846.541000', '160846.544000', '160846.546000', '160846.549000', '160846.552000', '160846.555000', '160906.435000', '160906.438000', '160906.440000', '160906.443000', '160906.446000', '160906.449000', '160906.452000', '160906.455000', '160906.457000', '160906.460000', '160906.463000', '160906.466000', '160906.468000', '160906.471000', '160906.474000', '160906.477000', '160906.480000', '160906.482000', '160906.485000', '160906.488000', '160906.491000', '160906.494000', '160906.496000', '160906.499000', '160906.502000', '160906.505000', '160906.508000', '160906.510000', '160906.513000', '160906.516000', '160906.519000', '160906.521000', '160906.524000', '160906.527000', '160906.530000', '160906.533000', '160906.535000', '160906.538000', '160906.541000', '160906.544000', '160906.546000', '160906.549000', '160906.552000', '160926.435000', '160926.438000', '160926.441000', '160926.444000', '160926.447000', '160926.449000', '160926.452000', '160926.455000', '160926.458000', '160926.461000', '160926.463000', '160926.466000', '160926.469000', '160926.472000', '160926.475000', '160926.477000', '160926.480000', '160926.483000', '160926.486000', '160926.489000', '160926.491000', '160926.494000', '160926.497000', '160926.500000', '160926.503000', '160926.505000', '160926.508000', '160926.511000', '160926.514000', '160926.517000', '160926.520000', '160926.522000', '160926.525000', '160926.528000', '160926.531000', '160926.534000', '160926.537000', '160926.539000', '160926.542000', '160926.545000', '160926.548000', '160926.550000', '160926.553000', '160926.556000', '160946.435000', '160946.438000', '160946.440000', '160946.443000', '160946.446000', '160946.449000', '160946.452000', '160946.455000', '160946.457000', '160946.460000', '160946.463000', '160946.466000', '160946.469000', '160946.471000', '160946.474000', '160946.477000', '160946.480000', '160946.483000', '160946.486000', '160946.488000', '160946.491000', '160946.494000', '160946.497000', '160946.499000', '160946.502000', '160946.505000', '160946.508000', '160946.511000', '160946.513000', '160946.516000', '160946.519000', '160946.522000', '160946.525000', '160946.540000', '160946.543000', '160946.546000', '160946.549000', '160946.552000', '160946.554000', '160946.557000', '160946.560000', '160946.563000', '160946.566000', '161006.435000', '161006.438000', '161006.441000', '161006.443000', '161006.446000', '161006.449000', '161006.452000', '161006.455000', '161006.458000', '161006.460000', '161006.463000', '161006.466000', '161006.469000', '161006.471000', '161006.474000', '161006.477000', '161006.480000', '161006.483000', '161006.485000', '161006.488000', '161006.491000', '161006.494000', '161006.497000', '161006.499000', '161006.502000', '161006.505000', '161006.508000', '161006.511000', '161006.513000', '161006.516000', '161006.519000', '161006.522000', '161006.525000', '161006.527000', '161006.530000', '161006.533000', '161006.536000', '161006.539000', '161006.542000', '161006.544000', '161006.547000', '161006.550000', '161006.553000', '161006.556000', '161026.435000', '161026.438000', '161026.441000', '161026.444000', '161026.447000', '161026.450000', '161026.453000', '161026.456000', '161026.459000', '161026.461000', '161026.464000', '161026.467000', '161026.470000', '161026.473000', '161026.475000', '161026.478000', '161026.481000', '161026.484000', '161026.487000', '161026.489000', '161026.492000', '161026.495000', '161026.498000', '161026.501000', '161026.503000', '161026.506000', '161026.509000', '161026.512000', '161026.515000', '161026.517000', '161026.520000', '161026.523000', '161026.526000', '161026.529000', '161026.531000', '161026.534000', '161026.537000', '161026.540000', '161026.543000', '161026.545000', '161026.548000', '161026.551000', '161026.554000', '161046.435000', '161046.438000', '161046.441000', '161046.444000', '161046.447000', '161046.450000', '161046.452000', '161046.455000', '161046.458000', '161046.461000', '161046.464000', '161046.466000', '161046.469000', '161046.472000', '161046.475000', '161046.477000', '161046.480000', '161046.483000', '161046.486000', '161046.489000', '161046.492000', '161046.494000', '161046.497000', '161046.500000', '161046.503000', '161046.506000', '161046.508000', '161046.511000', '161046.514000', '161046.517000', '161046.520000', '161046.523000', '161046.525000', '161046.528000', '161046.531000', '161046.534000', '161046.537000', '161046.539000', '161046.542000', '161046.545000', '161046.548000', '161046.551000', '161046.553000', '161106.435000', '161106.438000', '161106.441000', '161106.443000', '161106.446000', '161106.449000', '161106.452000', '161106.455000', '161106.458000', '161106.460000', '161106.463000', '161106.466000', '161106.469000', '161106.471000', '161106.474000', '161106.477000', '161106.480000', '161106.483000', '161106.486000', '161106.488000', '161106.491000', '161106.494000', '161106.497000', '161106.499000', '161106.502000', '161106.505000', '161106.508000', '161106.511000', '161106.513000', '161106.516000', '161106.519000', '161106.522000', '161106.525000', '161106.527000', '161106.530000', '161106.533000', '161106.536000', '161106.539000', '161106.541000', '161106.544000', '161106.547000', '161106.550000', '161106.553000', '161106.555000', '161126.435000', '161126.438000', '161126.441000', '161126.444000', '161126.447000', '161126.450000', '161126.453000', '161126.456000', '161126.459000', '161126.466000', '161126.469000', '161126.472000', '161126.475000', '161126.477000', '161126.480000', '161126.497000', '161126.500000', '161126.503000', '161126.506000', '161126.509000', '161126.511000', '161126.514000', '161126.517000', '161126.520000', '161126.522000', '161126.525000', '161126.528000', '161126.531000', '161126.534000', '161126.537000', '161126.539000', '161126.542000', '161126.545000', '161126.548000', '161126.550000', '161126.553000', '161126.556000', '161126.559000', '161126.562000', '161126.564000', '161126.567000', '161126.570000', '161126.573000', '161146.435000', '161146.438000', '161146.441000', '161146.443000', '161146.446000', '161146.449000', '161146.452000', '161146.455000', '161146.457000', '161146.460000', '161146.463000', '161146.466000', '161146.469000', '161146.471000', '161146.474000', '161146.477000', '161146.480000', '161146.483000', '161146.485000', '161146.488000', '161146.491000', '161146.494000', '161146.497000', '161146.499000', '161146.502000', '161146.505000', '161146.508000', '161146.511000', '161146.513000', '161146.516000', '161146.519000', '161146.522000', '161146.525000', '161146.528000', '161146.530000', '161146.533000', '161146.536000', '161146.539000', '161146.541000', '161146.544000', '161146.547000', '161146.550000', '161146.553000', '161146.555000', '161206.435000', '161206.438000', '161206.441000', '161206.444000', '161206.446000', '161206.449000', '161206.452000', '161206.455000', '161206.458000', '161206.461000', '161206.464000', '161206.467000', '161206.469000', '161206.472000', '161206.475000', '161206.478000', '161206.483000', '161206.487000', '161206.490000', '161206.493000', '161206.496000', '161206.499000', '161206.502000', '161206.504000', '161206.507000', '161206.510000', '161206.513000', '161206.516000', '161206.519000', '161206.521000', '161206.524000', '161206.527000', '161206.530000', '161206.533000', '161206.535000', '161206.538000', '161206.541000', '161206.544000', '161206.547000', '161206.549000', '161206.552000', '161206.555000', '161206.558000', '161226.435000', '161226.438000', '161226.441000', '161226.444000', '161226.447000', '161226.449000', '161226.452000', '161226.455000', '161226.458000', '161226.461000', '161226.463000', '161226.466000', '161226.469000', '161226.472000', '161226.475000', '161226.478000', '161226.481000', '161226.484000', '161226.497000', '161226.500000', '161226.503000', '161226.506000', '161226.508000', '161226.511000', '161226.514000', '161226.517000', '161226.519000', '161226.522000', '161226.525000', '161226.528000', '161226.531000', '161226.533000', '161226.536000', '161226.539000', '161226.542000', '161226.545000', '161226.547000', '161226.550000', '161226.553000', '161226.556000', '161226.559000', '161226.562000', '161226.564000', '161226.567000', '161246.435000', '161246.438000', '161246.441000', '161246.443000', '161246.446000', '161246.449000', '161246.452000', '161246.455000', '161246.457000', '161246.460000', '161246.463000', '161246.466000', '161246.469000', '161246.472000', '161246.474000', '161246.477000', '161246.480000', '161246.483000', '161246.485000', '161246.488000', '161246.492000', '161246.495000', '161246.498000', '161246.508000', '161246.511000', '161246.513000', '161246.516000', '161246.519000', '161246.522000', '161246.525000', '161246.528000', '161246.530000', '161246.533000', '161246.536000', '161246.539000', '161246.542000', '161246.557000', '161246.559000', '161246.562000', '161246.571000', '161246.574000', '161246.577000', '161246.580000', '161306.435000', '161306.438000', '161306.441000', '161306.443000', '161306.446000', '161306.449000', '161306.456000', '161306.459000', '161306.461000', '161306.464000', '161306.467000', '161306.470000', '161306.473000', '161306.476000', '161306.478000', '161306.481000', '161306.484000', '161306.487000', '161306.490000', '161306.492000', '161306.495000', '161306.498000', '161306.501000', '161306.504000', '161306.506000', '161306.509000', '161306.512000', '161306.515000', '161306.518000', '161306.521000', '161306.523000', '161306.526000', '161306.529000', '161306.532000', '161306.534000', '161306.537000', '161306.540000', '161306.543000', '161306.546000', '161306.549000', '161306.551000', '161306.554000', '161306.557000', '161306.560000', '161326.435000', '161326.438000', '161326.441000', '161326.445000', '161326.447000', '161326.450000', '161326.453000', '161326.456000', '161326.459000', '161326.462000', '161326.465000', '161326.468000', '161326.470000', '161326.473000', '161326.476000', '161326.479000', '161326.488000', '161326.491000', '161326.494000', '161326.498000', '161326.503000', '161326.507000', '161326.516000', '161326.519000', '161326.522000', '161326.524000', '161326.527000', '161326.530000', '161326.533000', '161326.536000', '161326.539000', '161326.541000', '161326.544000', '161326.547000', '161326.550000', '161326.552000', '161326.555000', '161326.558000', '161326.561000', '161326.564000', '161326.567000', '161326.569000', '161326.572000', '161346.438000', '161346.441000', '161346.444000', '161346.447000', '161346.450000', '161346.452000', '161346.455000', '161346.458000', '161346.461000', '161346.464000', '161346.466000', '161346.469000', '161346.472000', '161346.475000', '161346.478000', '161346.481000', '161346.483000', '161346.486000', '161346.489000', '161346.492000', '161346.495000', '161346.497000', '161346.500000', '161346.503000', '161346.506000', '161346.509000', '161346.511000', '161346.514000', '161346.517000', '161346.520000', '161346.523000', '161346.525000', '161346.528000', '161346.531000', '161346.534000', '161346.537000', '161346.539000', '161346.542000', '161346.545000', '161346.548000', '161346.551000', '161346.554000', '161346.556000', '161346.559000', '161406.435000', '161406.438000', '161406.441000', '161406.444000', '161406.446000', '161406.449000', '161406.452000', '161406.455000', '161406.458000', '161406.461000', '161406.463000', '161406.466000', '161406.469000', '161406.472000', '161406.475000', '161406.477000', '161406.480000', '161406.483000', '161406.486000', '161406.489000', '161406.491000', '161406.494000', '161406.497000', '161406.500000', '161406.503000', '161406.505000', '161406.508000', '161406.511000', '161406.514000', '161406.517000', '161406.519000', '161406.522000', '161406.525000', '161406.528000', '161406.531000', '161406.533000', '161406.538000', '161406.543000', '161406.546000', '161406.549000', '161406.551000', '161406.554000', '161406.557000', '161426.435000', '161426.438000', '161426.447000', '161426.450000', '161426.453000', '161426.455000', '161426.458000', '161426.470000', '161426.474000', '161426.476000', '161426.479000', '161426.482000', '161426.485000', '161426.488000', '161426.490000', '161426.493000', '161426.496000', '161426.499000', '161426.502000', '161426.505000', '161426.508000', '161426.511000', '161426.514000', '161426.516000', '161426.519000', '161426.522000', '161426.525000', '161426.527000', '161426.530000', '161426.533000', '161426.536000', '161426.539000', '161426.541000', '161426.544000', '161426.547000', '161426.550000', '161426.553000', '161426.556000', '161426.558000', '161426.561000', '161426.564000', '161426.567000', '161426.570000', '161426.572000', '161446.435000', '161446.438000', '161446.441000', '161446.444000', '161446.447000', '161446.449000', '161446.452000', '161446.455000', '161446.458000', '161446.461000', '161446.463000', '161446.466000', '161446.469000', '161446.472000', '161446.475000', '161446.477000', '161446.481000', '161446.484000', '161446.487000', '161446.490000', '161446.493000', '161446.496000', '161446.499000', '161446.501000', '161446.504000', '161446.507000', '161446.510000', '161446.513000', '161446.515000', '161446.518000', '161446.521000', '161446.524000', '161446.527000', '161446.529000', '161446.532000', '161446.535000', '161446.538000', '161446.541000', '161446.544000', '161446.547000', '161446.550000', '161446.552000', '161446.555000', '161506.435000', '161506.438000', '161506.441000', '161506.444000', '161506.446000', '161506.449000', '161506.452000', '161506.455000', '161506.458000', '161506.460000', '161506.463000', '161506.466000', '161506.469000', '161506.472000', '161506.474000', '161506.477000', '161506.480000', '161506.483000', '161506.486000', '161506.488000', '161506.496000', '161506.499000', '161506.502000', '161506.505000', '161506.508000', '161506.510000', '161506.513000', '161506.516000', '161506.519000', '161506.522000', '161506.524000', '161506.527000', '161506.530000', '161506.533000', '161506.536000', '161506.538000', '161506.541000', '161506.544000', '161506.547000', '161506.550000', '161506.553000', '161506.555000', '161506.558000', '161506.561000', '161526.435000', '161526.438000', '161526.453000', '161526.456000', '161526.459000', '161526.462000', '161526.465000', '161526.467000', '161526.470000', '161526.473000', '161526.476000', '161526.479000', '161526.481000', '161526.485000', '161526.488000', '161526.490000', '161526.493000', '161526.496000', '161526.499000', '161526.502000', '161526.504000', '161526.507000', '161526.510000', '161526.513000', '161526.516000', '161526.519000', '161526.522000', '161526.525000', '161526.527000', '161526.530000', '161526.533000', '161526.536000', '161526.539000', '161526.542000', '161526.544000', '161526.547000', '161526.550000', '161526.553000', '161526.555000', '161526.558000', '161526.561000', '161526.564000', '161526.567000', '161546.435000', '161546.438000', '161546.441000', '161546.444000', '161546.457000', '161546.460000', '161546.463000', '161546.466000', '161546.468000', '161546.471000', '161546.474000', '161546.477000', '161546.480000', '161546.482000', '161546.485000', '161546.488000', '161546.491000', '161546.494000', '161546.497000', '161546.499000', '161546.502000', '161546.505000', '161546.508000', '161546.511000', '161546.513000', '161546.516000', '161546.519000', '161546.522000', '161546.524000', '161546.527000', '161546.530000', '161546.533000', '161546.536000', '161546.538000', '161546.541000', '161546.544000', '161546.547000', '161546.550000', '161546.552000', '161546.555000', '161546.558000', '161546.561000', '161546.564000', '161546.567000', '161606.436000', '161606.439000', '161606.442000', '161606.445000', '161606.447000', '161606.450000', '161606.453000', '161606.456000', '161606.459000', '161606.461000', '161606.464000', '161606.467000', '161606.470000', '161606.472000', '161606.475000', '161606.478000', '161606.481000', '161606.484000', '161606.487000', '161606.490000', '161606.492000', '161606.495000', '161606.498000', '161606.501000', '161606.504000', '161606.506000', '161606.509000', '161606.512000', '161606.515000', '161606.519000', '161606.522000', '161606.525000', '161606.528000', '161606.531000', '161606.533000', '161606.536000', '161606.539000', '161606.542000', '161606.545000', '161606.547000', '161606.550000', '161606.553000', '161606.556000', '161626.435000', '161626.438000', '161626.441000', '161626.444000', '161626.446000', '161626.449000', '161626.452000', '161626.455000', '161626.458000', '161626.461000', '161626.464000', '161626.467000', '161626.470000', '161626.472000', '161626.475000', '161626.478000', '161626.481000', '161626.484000', '161626.487000', '161626.490000', '161626.492000', '161626.495000', '161626.498000', '161626.501000', '161626.504000', '161626.507000', '161626.510000', '161626.513000', '161626.515000', '161626.518000', '161626.521000', '161626.524000', '161626.527000', '161626.530000', '161626.533000', '161626.536000', '161626.539000', '161626.542000', '161626.545000', '161626.547000', '161626.550000', '161626.553000', '161626.556000', '161626.559000', '161646.435000', '161646.438000', '161646.441000', '161646.444000', '161646.447000', '161646.453000', '161646.456000', '161646.459000', '161646.462000', '161646.464000', '161646.467000', '161646.470000', '161646.473000', '161646.476000', '161646.478000', '161646.481000', '161646.484000', '161646.487000', '161646.490000', '161646.492000', '161646.495000', '161646.498000', '161646.501000', '161646.504000', '161646.507000', '161646.509000', '161646.512000', '161646.515000', '161646.518000', '161646.521000', '161646.524000', '161646.527000', '161646.529000', '161646.532000', '161646.535000', '161646.538000', '161646.541000', '161646.543000', '161646.546000', '161646.549000', '161646.552000', '161646.555000', '161646.558000', '161706.447000', '161706.450000', '161706.452000', '161706.455000', '161706.458000', '161706.461000', '161706.464000', '161706.467000', '161706.469000', '161706.472000', '161706.475000', '161706.478000', '161706.480000', '161706.483000', '161706.486000', '161706.489000', '161706.492000', '161706.495000', '161706.497000', '161706.500000', '161706.503000', '161706.506000', '161706.509000', '161706.511000', '161706.514000', '161706.517000', '161706.520000', '161706.523000', '161706.526000', '161706.528000', '161706.531000', '161706.534000', '161706.537000', '161706.540000', '161706.543000', '161706.545000', '161706.548000', '161706.551000', '161706.554000', '161706.557000', '161706.559000', '161706.562000', '161706.565000', '161706.568000', '161726.435000', '161726.438000', '161726.441000', '161726.444000', '161726.446000', '161726.449000', '161726.452000', '161726.455000', '161726.458000', '161726.461000', '161726.463000', '161726.467000', '161726.470000', '161726.472000', '161726.475000', '161726.478000', '161726.481000', '161726.484000', '161726.487000', '161726.490000', '161726.492000', '161726.495000', '161726.498000', '161726.501000', '161726.503000', '161726.506000', '161726.509000', '161726.512000', '161726.515000', '161726.518000', '161726.521000', '161726.524000', '161726.527000', '161726.529000', '161726.532000', '161726.535000', '161726.538000', '161726.541000', '161726.543000', '161726.546000', '161726.549000', '161726.552000', '161726.555000', '161746.435000', '161746.438000', '161746.441000', '161746.444000', '161746.446000', '161746.449000', '161746.452000', '161746.455000', '161746.458000', '161746.460000', '161746.463000', '161746.466000', '161746.469000', '161746.472000', '161746.474000', '161746.477000', '161746.480000', '161746.483000', '161746.486000', '161746.488000', '161746.491000', '161746.494000', '161746.497000', '161746.500000', '161746.503000', '161746.505000', '161746.508000', '161746.511000', '161746.514000', '161746.517000', '161746.520000', '161746.522000', '161746.525000', '161746.528000', '161746.531000', '161746.534000', '161746.537000', '161746.539000', '161746.542000', '161746.545000', '161746.548000', '161746.551000', '161746.554000', '161746.556000', '161806.435000', '161806.438000', '161806.441000', '161806.444000', '161806.447000', '161806.449000', '161806.452000', '161806.455000', '161806.458000', '161806.461000', '161806.464000', '161806.466000', '161806.469000', '161806.472000', '161806.475000', '161806.478000', '161806.481000', '161806.483000', '161806.486000', '161806.489000', '161806.492000', '161806.495000', '161806.497000', '161806.500000', '161806.503000', '161806.506000', '161806.509000', '161806.512000', '161806.514000', '161806.517000', '161806.520000', '161806.523000', '161806.526000', '161806.535000', '161806.538000', '161806.540000', '161806.543000', '161806.546000', '161806.549000', '161806.552000', '161806.564000', '161806.567000', '161806.570000', '161809.473000', '161809.477000', '161809.480000', '161809.483000', '161809.486000', '161809.489000', '161809.492000'], 'InstanceCreationTime': ['160826.469000', '160826.472000', '160826.475000', '160826.477000', '160826.480000', '160826.483000', '160826.486000', '160826.489000', '160826.491000', '160826.494000', '160826.497000', '160826.500000', '160826.503000', '160826.511000', '160826.514000', '160826.516000', '160826.519000', '160826.522000', '160826.525000', '160826.529000', '160826.532000', '160826.535000', '160826.537000', '160826.540000', '160826.543000', '160826.546000', '160826.548000', '160826.551000', '160826.554000', '160826.557000', '160826.560000', '160826.562000', '160826.565000', '160826.568000', '160826.571000', '160826.573000', '160826.576000', '160826.579000', '160826.582000', '160826.585000', '160826.588000', '160826.591000', '160826.600000', '160826.603000', '160826.606000', '160826.608000', '160826.611000', '160826.614000', '160826.617000', '160826.619000', '160826.622000', '160826.625000', '160826.628000', '160826.631000', '160826.633000', '160826.636000', '160826.639000', '160826.642000', '160826.645000', '160826.647000', '160826.650000', '160826.653000', '160846.435000', '160846.438000', '160846.440000', '160846.443000', '160846.446000', '160846.449000', '160846.452000', '160846.454000', '160846.457000', '160846.460000', '160846.463000', '160846.465000', '160846.468000', '160846.471000', '160846.474000', '160846.477000', '160846.479000', '160846.482000', '160846.485000', '160846.488000', '160846.490000', '160846.493000', '160846.496000', '160846.499000', '160846.502000', '160846.505000', '160846.507000', '160846.510000', '160846.513000', '160846.516000', '160846.518000', '160846.521000', '160846.524000', '160846.527000', '160846.529000', '160846.532000', '160846.535000', '160846.538000', '160846.541000', '160846.544000', '160846.546000', '160846.549000', '160846.552000', '160846.555000', '160906.435000', '160906.438000', '160906.440000', '160906.443000', '160906.446000', '160906.449000', '160906.452000', '160906.455000', '160906.457000', '160906.460000', '160906.463000', '160906.466000', '160906.468000', '160906.471000', '160906.474000', '160906.477000', '160906.480000', '160906.482000', '160906.485000', '160906.488000', '160906.491000', '160906.494000', '160906.496000', '160906.499000', '160906.502000', '160906.505000', '160906.508000', '160906.510000', '160906.513000', '160906.516000', '160906.519000', '160906.521000', '160906.524000', '160906.527000', '160906.530000', '160906.533000', '160906.535000', '160906.538000', '160906.541000', '160906.544000', '160906.546000', '160906.549000', '160906.552000', '160926.435000', '160926.438000', '160926.441000', '160926.444000', '160926.447000', '160926.449000', '160926.452000', '160926.455000', '160926.458000', '160926.461000', '160926.463000', '160926.466000', '160926.469000', '160926.472000', '160926.475000', '160926.477000', '160926.480000', '160926.483000', '160926.486000', '160926.489000', '160926.491000', '160926.494000', '160926.497000', '160926.500000', '160926.503000', '160926.505000', '160926.508000', '160926.511000', '160926.514000', '160926.517000', '160926.520000', '160926.522000', '160926.525000', '160926.528000', '160926.531000', '160926.534000', '160926.537000', '160926.539000', '160926.542000', '160926.545000', '160926.548000', '160926.550000', '160926.553000', '160926.556000', '160946.435000', '160946.438000', '160946.440000', '160946.443000', '160946.446000', '160946.449000', '160946.452000', '160946.455000', '160946.457000', '160946.460000', '160946.463000', '160946.466000', '160946.469000', '160946.471000', '160946.474000', '160946.477000', '160946.480000', '160946.483000', '160946.486000', '160946.488000', '160946.491000', '160946.494000', '160946.497000', '160946.499000', '160946.502000', '160946.505000', '160946.508000', '160946.511000', '160946.513000', '160946.516000', '160946.519000', '160946.522000', '160946.525000', '160946.540000', '160946.543000', '160946.546000', '160946.549000', '160946.552000', '160946.554000', '160946.557000', '160946.560000', '160946.563000', '160946.566000', '161006.435000', '161006.438000', '161006.441000', '161006.443000', '161006.446000', '161006.449000', '161006.452000', '161006.455000', '161006.458000', '161006.460000', '161006.463000', '161006.466000', '161006.469000', '161006.471000', '161006.474000', '161006.477000', '161006.480000', '161006.483000', '161006.485000', '161006.488000', '161006.491000', '161006.494000', '161006.497000', '161006.499000', '161006.502000', '161006.505000', '161006.508000', '161006.511000', '161006.513000', '161006.516000', '161006.519000', '161006.522000', '161006.525000', '161006.527000', '161006.530000', '161006.533000', '161006.536000', '161006.539000', '161006.542000', '161006.544000', '161006.547000', '161006.550000', '161006.553000', '161006.556000', '161026.435000', '161026.438000', '161026.441000', '161026.444000', '161026.447000', '161026.450000', '161026.453000', '161026.456000', '161026.459000', '161026.461000', '161026.464000', '161026.467000', '161026.470000', '161026.473000', '161026.475000', '161026.478000', '161026.481000', '161026.484000', '161026.487000', '161026.489000', '161026.492000', '161026.495000', '161026.498000', '161026.501000', '161026.503000', '161026.506000', '161026.509000', '161026.512000', '161026.515000', '161026.517000', '161026.520000', '161026.523000', '161026.526000', '161026.529000', '161026.531000', '161026.534000', '161026.537000', '161026.540000', '161026.543000', '161026.545000', '161026.548000', '161026.551000', '161026.554000', '161046.435000', '161046.438000', '161046.441000', '161046.444000', '161046.447000', '161046.450000', '161046.452000', '161046.455000', '161046.458000', '161046.461000', '161046.464000', '161046.466000', '161046.469000', '161046.472000', '161046.475000', '161046.477000', '161046.480000', '161046.483000', '161046.486000', '161046.489000', '161046.492000', '161046.494000', '161046.497000', '161046.500000', '161046.503000', '161046.506000', '161046.508000', '161046.511000', '161046.514000', '161046.517000', '161046.520000', '161046.523000', '161046.525000', '161046.528000', '161046.531000', '161046.534000', '161046.537000', '161046.539000', '161046.542000', '161046.545000', '161046.548000', '161046.551000', '161046.553000', '161106.435000', '161106.438000', '161106.441000', '161106.443000', '161106.446000', '161106.449000', '161106.452000', '161106.455000', '161106.458000', '161106.460000', '161106.463000', '161106.466000', '161106.469000', '161106.471000', '161106.474000', '161106.477000', '161106.480000', '161106.483000', '161106.486000', '161106.488000', '161106.491000', '161106.494000', '161106.497000', '161106.499000', '161106.502000', '161106.505000', '161106.508000', '161106.511000', '161106.513000', '161106.516000', '161106.519000', '161106.522000', '161106.525000', '161106.527000', '161106.530000', '161106.533000', '161106.536000', '161106.539000', '161106.541000', '161106.544000', '161106.547000', '161106.550000', '161106.553000', '161106.555000', '161126.435000', '161126.438000', '161126.441000', '161126.444000', '161126.447000', '161126.450000', '161126.453000', '161126.456000', '161126.459000', '161126.466000', '161126.469000', '161126.472000', '161126.475000', '161126.477000', '161126.480000', '161126.497000', '161126.500000', '161126.503000', '161126.506000', '161126.509000', '161126.511000', '161126.514000', '161126.517000', '161126.520000', '161126.522000', '161126.525000', '161126.528000', '161126.531000', '161126.534000', '161126.537000', '161126.539000', '161126.542000', '161126.545000', '161126.548000', '161126.550000', '161126.553000', '161126.556000', '161126.559000', '161126.562000', '161126.564000', '161126.567000', '161126.570000', '161126.573000', '161146.435000', '161146.438000', '161146.441000', '161146.443000', '161146.446000', '161146.449000', '161146.452000', '161146.455000', '161146.457000', '161146.460000', '161146.463000', '161146.466000', '161146.469000', '161146.471000', '161146.474000', '161146.477000', '161146.480000', '161146.483000', '161146.485000', '161146.488000', '161146.491000', '161146.494000', '161146.497000', '161146.499000', '161146.502000', '161146.505000', '161146.508000', '161146.511000', '161146.513000', '161146.516000', '161146.519000', '161146.522000', '161146.525000', '161146.528000', '161146.530000', '161146.533000', '161146.536000', '161146.539000', '161146.541000', '161146.544000', '161146.547000', '161146.550000', '161146.553000', '161146.555000', '161206.435000', '161206.438000', '161206.441000', '161206.444000', '161206.446000', '161206.449000', '161206.452000', '161206.455000', '161206.458000', '161206.461000', '161206.464000', '161206.467000', '161206.469000', '161206.472000', '161206.475000', '161206.478000', '161206.483000', '161206.487000', '161206.490000', '161206.493000', '161206.496000', '161206.499000', '161206.502000', '161206.504000', '161206.507000', '161206.510000', '161206.513000', '161206.516000', '161206.519000', '161206.521000', '161206.524000', '161206.527000', '161206.530000', '161206.533000', '161206.535000', '161206.538000', '161206.541000', '161206.544000', '161206.547000', '161206.549000', '161206.552000', '161206.555000', '161206.558000', '161226.435000', '161226.438000', '161226.441000', '161226.444000', '161226.447000', '161226.449000', '161226.452000', '161226.455000', '161226.458000', '161226.461000', '161226.463000', '161226.466000', '161226.469000', '161226.472000', '161226.475000', '161226.478000', '161226.481000', '161226.484000', '161226.497000', '161226.500000', '161226.503000', '161226.506000', '161226.508000', '161226.511000', '161226.514000', '161226.517000', '161226.519000', '161226.522000', '161226.525000', '161226.528000', '161226.531000', '161226.533000', '161226.536000', '161226.539000', '161226.542000', '161226.545000', '161226.547000', '161226.550000', '161226.553000', '161226.556000', '161226.559000', '161226.562000', '161226.564000', '161226.567000', '161246.435000', '161246.438000', '161246.441000', '161246.443000', '161246.446000', '161246.449000', '161246.452000', '161246.455000', '161246.457000', '161246.460000', '161246.463000', '161246.466000', '161246.469000', '161246.472000', '161246.474000', '161246.477000', '161246.480000', '161246.483000', '161246.485000', '161246.488000', '161246.492000', '161246.495000', '161246.498000', '161246.508000', '161246.511000', '161246.513000', '161246.516000', '161246.519000', '161246.522000', '161246.525000', '161246.528000', '161246.530000', '161246.533000', '161246.536000', '161246.539000', '161246.542000', '161246.557000', '161246.559000', '161246.562000', '161246.571000', '161246.574000', '161246.577000', '161246.580000', '161306.435000', '161306.438000', '161306.441000', '161306.443000', '161306.446000', '161306.449000', '161306.456000', '161306.459000', '161306.461000', '161306.464000', '161306.467000', '161306.470000', '161306.473000', '161306.476000', '161306.478000', '161306.481000', '161306.484000', '161306.487000', '161306.490000', '161306.492000', '161306.495000', '161306.498000', '161306.501000', '161306.504000', '161306.506000', '161306.509000', '161306.512000', '161306.515000', '161306.518000', '161306.521000', '161306.523000', '161306.526000', '161306.529000', '161306.532000', '161306.534000', '161306.537000', '161306.540000', '161306.543000', '161306.546000', '161306.549000', '161306.551000', '161306.554000', '161306.557000', '161306.560000', '161326.435000', '161326.438000', '161326.441000', '161326.445000', '161326.447000', '161326.450000', '161326.453000', '161326.456000', '161326.459000', '161326.462000', '161326.465000', '161326.468000', '161326.470000', '161326.473000', '161326.476000', '161326.479000', '161326.488000', '161326.491000', '161326.494000', '161326.498000', '161326.503000', '161326.507000', '161326.516000', '161326.519000', '161326.522000', '161326.524000', '161326.527000', '161326.530000', '161326.533000', '161326.536000', '161326.539000', '161326.541000', '161326.544000', '161326.547000', '161326.550000', '161326.552000', '161326.555000', '161326.558000', '161326.561000', '161326.564000', '161326.567000', '161326.569000', '161326.572000', '161346.438000', '161346.441000', '161346.444000', '161346.447000', '161346.450000', '161346.452000', '161346.455000', '161346.458000', '161346.461000', '161346.464000', '161346.466000', '161346.469000', '161346.472000', '161346.475000', '161346.478000', '161346.481000', '161346.483000', '161346.486000', '161346.489000', '161346.492000', '161346.495000', '161346.497000', '161346.500000', '161346.503000', '161346.506000', '161346.509000', '161346.511000', '161346.514000', '161346.517000', '161346.520000', '161346.523000', '161346.525000', '161346.528000', '161346.531000', '161346.534000', '161346.537000', '161346.539000', '161346.542000', '161346.545000', '161346.548000', '161346.551000', '161346.554000', '161346.556000', '161346.559000', '161406.435000', '161406.438000', '161406.441000', '161406.444000', '161406.446000', '161406.449000', '161406.452000', '161406.455000', '161406.458000', '161406.461000', '161406.463000', '161406.466000', '161406.469000', '161406.472000', '161406.475000', '161406.477000', '161406.480000', '161406.483000', '161406.486000', '161406.489000', '161406.491000', '161406.494000', '161406.497000', '161406.500000', '161406.503000', '161406.505000', '161406.508000', '161406.511000', '161406.514000', '161406.517000', '161406.519000', '161406.522000', '161406.525000', '161406.528000', '161406.531000', '161406.533000', '161406.538000', '161406.543000', '161406.546000', '161406.549000', '161406.551000', '161406.554000', '161406.557000', '161426.435000', '161426.438000', '161426.447000', '161426.450000', '161426.453000', '161426.455000', '161426.458000', '161426.470000', '161426.474000', '161426.476000', '161426.479000', '161426.482000', '161426.485000', '161426.488000', '161426.490000', '161426.493000', '161426.496000', '161426.499000', '161426.502000', '161426.505000', '161426.508000', '161426.511000', '161426.514000', '161426.516000', '161426.519000', '161426.522000', '161426.525000', '161426.527000', '161426.530000', '161426.533000', '161426.536000', '161426.539000', '161426.541000', '161426.544000', '161426.547000', '161426.550000', '161426.553000', '161426.556000', '161426.558000', '161426.561000', '161426.564000', '161426.567000', '161426.570000', '161426.572000', '161446.435000', '161446.438000', '161446.441000', '161446.444000', '161446.447000', '161446.449000', '161446.452000', '161446.455000', '161446.458000', '161446.461000', '161446.463000', '161446.466000', '161446.469000', '161446.472000', '161446.475000', '161446.477000', '161446.481000', '161446.484000', '161446.487000', '161446.490000', '161446.493000', '161446.496000', '161446.499000', '161446.501000', '161446.504000', '161446.507000', '161446.510000', '161446.513000', '161446.515000', '161446.518000', '161446.521000', '161446.524000', '161446.527000', '161446.529000', '161446.532000', '161446.535000', '161446.538000', '161446.541000', '161446.544000', '161446.547000', '161446.550000', '161446.552000', '161446.555000', '161506.435000', '161506.438000', '161506.441000', '161506.444000', '161506.446000', '161506.449000', '161506.452000', '161506.455000', '161506.458000', '161506.460000', '161506.463000', '161506.466000', '161506.469000', '161506.472000', '161506.474000', '161506.477000', '161506.480000', '161506.483000', '161506.486000', '161506.488000', '161506.496000', '161506.499000', '161506.502000', '161506.505000', '161506.508000', '161506.510000', '161506.513000', '161506.516000', '161506.519000', '161506.522000', '161506.524000', '161506.527000', '161506.530000', '161506.533000', '161506.536000', '161506.538000', '161506.541000', '161506.544000', '161506.547000', '161506.550000', '161506.553000', '161506.555000', '161506.558000', '161506.561000', '161526.435000', '161526.438000', '161526.453000', '161526.456000', '161526.459000', '161526.462000', '161526.465000', '161526.467000', '161526.470000', '161526.473000', '161526.476000', '161526.479000', '161526.481000', '161526.485000', '161526.488000', '161526.490000', '161526.493000', '161526.496000', '161526.499000', '161526.502000', '161526.504000', '161526.507000', '161526.510000', '161526.513000', '161526.516000', '161526.519000', '161526.522000', '161526.525000', '161526.527000', '161526.530000', '161526.533000', '161526.536000', '161526.539000', '161526.542000', '161526.544000', '161526.547000', '161526.550000', '161526.553000', '161526.555000', '161526.558000', '161526.561000', '161526.564000', '161526.567000', '161546.435000', '161546.438000', '161546.441000', '161546.444000', '161546.457000', '161546.460000', '161546.463000', '161546.466000', '161546.468000', '161546.471000', '161546.474000', '161546.477000', '161546.480000', '161546.482000', '161546.485000', '161546.488000', '161546.491000', '161546.494000', '161546.497000', '161546.499000', '161546.502000', '161546.505000', '161546.508000', '161546.511000', '161546.513000', '161546.516000', '161546.519000', '161546.522000', '161546.524000', '161546.527000', '161546.530000', '161546.533000', '161546.536000', '161546.538000', '161546.541000', '161546.544000', '161546.547000', '161546.550000', '161546.552000', '161546.555000', '161546.558000', '161546.561000', '161546.564000', '161546.567000', '161606.436000', '161606.439000', '161606.442000', '161606.445000', '161606.447000', '161606.450000', '161606.453000', '161606.456000', '161606.459000', '161606.461000', '161606.464000', '161606.467000', '161606.470000', '161606.472000', '161606.475000', '161606.478000', '161606.481000', '161606.484000', '161606.487000', '161606.490000', '161606.492000', '161606.495000', '161606.498000', '161606.501000', '161606.504000', '161606.506000', '161606.509000', '161606.512000', '161606.515000', '161606.519000', '161606.522000', '161606.525000', '161606.528000', '161606.531000', '161606.533000', '161606.536000', '161606.539000', '161606.542000', '161606.545000', '161606.547000', '161606.550000', '161606.553000', '161606.556000', '161626.435000', '161626.438000', '161626.441000', '161626.444000', '161626.446000', '161626.449000', '161626.452000', '161626.455000', '161626.458000', '161626.461000', '161626.464000', '161626.467000', '161626.470000', '161626.472000', '161626.475000', '161626.478000', '161626.481000', '161626.484000', '161626.487000', '161626.490000', '161626.492000', '161626.495000', '161626.498000', '161626.501000', '161626.504000', '161626.507000', '161626.510000', '161626.513000', '161626.515000', '161626.518000', '161626.521000', '161626.524000', '161626.527000', '161626.530000', '161626.533000', '161626.536000', '161626.539000', '161626.542000', '161626.545000', '161626.547000', '161626.550000', '161626.553000', '161626.556000', '161626.559000', '161646.435000', '161646.438000', '161646.441000', '161646.444000', '161646.447000', '161646.453000', '161646.456000', '161646.459000', '161646.462000', '161646.464000', '161646.467000', '161646.470000', '161646.473000', '161646.476000', '161646.478000', '161646.481000', '161646.484000', '161646.487000', '161646.490000', '161646.492000', '161646.495000', '161646.498000', '161646.501000', '161646.504000', '161646.507000', '161646.509000', '161646.512000', '161646.515000', '161646.518000', '161646.521000', '161646.524000', '161646.527000', '161646.529000', '161646.532000', '161646.535000', '161646.538000', '161646.541000', '161646.543000', '161646.546000', '161646.549000', '161646.552000', '161646.555000', '161646.558000', '161706.447000', '161706.450000', '161706.452000', '161706.455000', '161706.458000', '161706.461000', '161706.464000', '161706.467000', '161706.469000', '161706.472000', '161706.475000', '161706.478000', '161706.480000', '161706.483000', '161706.486000', '161706.489000', '161706.492000', '161706.495000', '161706.497000', '161706.500000', '161706.503000', '161706.506000', '161706.509000', '161706.511000', '161706.514000', '161706.517000', '161706.520000', '161706.523000', '161706.526000', '161706.528000', '161706.531000', '161706.534000', '161706.537000', '161706.540000', '161706.543000', '161706.545000', '161706.548000', '161706.551000', '161706.554000', '161706.557000', '161706.559000', '161706.562000', '161706.565000', '161706.568000', '161726.435000', '161726.438000', '161726.441000', '161726.444000', '161726.446000', '161726.449000', '161726.452000', '161726.455000', '161726.458000', '161726.461000', '161726.463000', '161726.467000', '161726.470000', '161726.472000', '161726.475000', '161726.478000', '161726.481000', '161726.484000', '161726.487000', '161726.490000', '161726.492000', '161726.495000', '161726.498000', '161726.501000', '161726.503000', '161726.506000', '161726.509000', '161726.512000', '161726.515000', '161726.518000', '161726.521000', '161726.524000', '161726.527000', '161726.529000', '161726.532000', '161726.535000', '161726.538000', '161726.541000', '161726.543000', '161726.546000', '161726.549000', '161726.552000', '161726.555000', '161746.435000', '161746.438000', '161746.441000', '161746.444000', '161746.446000', '161746.449000', '161746.452000', '161746.455000', '161746.458000', '161746.460000', '161746.463000', '161746.466000', '161746.469000', '161746.472000', '161746.474000', '161746.477000', '161746.480000', '161746.483000', '161746.486000', '161746.488000', '161746.491000', '161746.494000', '161746.497000', '161746.500000', '161746.503000', '161746.505000', '161746.508000', '161746.511000', '161746.514000', '161746.517000', '161746.520000', '161746.522000', '161746.525000', '161746.528000', '161746.531000', '161746.534000', '161746.537000', '161746.539000', '161746.542000', '161746.545000', '161746.548000', '161746.551000', '161746.554000', '161746.556000', '161806.435000', '161806.438000', '161806.441000', '161806.444000', '161806.447000', '161806.449000', '161806.452000', '161806.455000', '161806.458000', '161806.461000', '161806.464000', '161806.466000', '161806.469000', '161806.472000', '161806.475000', '161806.478000', '161806.481000', '161806.483000', '161806.486000', '161806.489000', '161806.492000', '161806.495000', '161806.497000', '161806.500000', '161806.503000', '161806.506000', '161806.509000', '161806.512000', '161806.514000', '161806.517000', '161806.520000', '161806.523000', '161806.526000', '161806.535000', '161806.538000', '161806.540000', '161806.543000', '161806.546000', '161806.549000', '161806.552000', '161806.564000', '161806.567000', '161806.570000', '161809.473000', '161809.477000', '161809.480000', '161809.483000', '161809.486000', '161809.489000', '161809.492000'], '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], 'LargestImagePixelValue': [11189, 12283, 11553, 11230, 12491, 10867, 11671, 11631, 11477, 11460, 9949, 10308, 11159, 11487, 11837, 11576, 10720, 9753, 11842, 10674, 10033, 8504, 10894, 10861, 11078, 11744, 10674, 10240, 11921, 10672, 10475, 11789, 10796, 10506, 8567, 10148, 10697, 11308, 12035, 11062, 10563, 11668, 11550, 11255, 11334, 10604, 10387, 11179, 10886, 10558, 9819, 10364, 10525, 10945, 11066, 10512, 12191, 11879, 10914, 10605, 9812, 10714, 10251, 9992, 10709, 10594, 12641, 12048, 11052, 11583, 10925, 10784, 10118, 9803, 11054, 10755, 11923, 11784, 10593, 10931, 11746, 10849, 10856, 10240, 10875, 10753, 9747, 10105, 10476, 9225, 10440, 11004, 9636, 9576, 10715, 11214, 10542, 10974, 11201, 11097, 10949, 10708, 10731, 10862, 10481, 9966, 8531, 9764, 9946, 11588, 10130, 9954, 10889, 11158, 13082, 11294, 10980, 11824, 11449, 10978, 11304, 10592, 10925, 10575, 10064, 11231, 10164, 11423, 10778, 9820, 11221, 11184, 9691, 10728, 10419, 9899, 9570, 10415, 9838, 9311, 10891, 10977, 11689, 11687, 11057, 10500, 11203, 11096, 10178, 10302, 10861, 9955, 11699, 10970, 9982, 9617, 10864, 10782, 11767, 11673, 11119, 11102, 11706, 10574, 10146, 9879, 10664, 10259, 10060, 11097, 10847, 10947, 12024, 11082, 10376, 10689, 10725, 10047, 9740, 10955, 10489, 11179, 11856, 11041, 11237, 11640, 10663, 10208, 10916, 10619, 10276, 11410, 10818, 9780, 8977, 10035, 10435, 11457, 11514, 11060, 10166, 10977, 11385, 11555, 11953, 10513, 10939, 11265, 11399, 11343, 9695, 10597, 11332, 11692, 12150, 10939, 11457, 9613, 10956, 10900, 10846, 10418, 10828, 11833, 11123, 10778, 11662, 9933, 9552, 11170, 11821, 12030, 11014, 11709, 11233, 10536, 9130, 11625, 11731, 11140, 10598, 11408, 11862, 12382, 11668, 11798, 11116, 10548, 10851, 9522, 10259, 11211, 11787, 11549, 10831, 11420, 9936, 10642, 11023, 9075, 10536, 11044, 9399, 8849, 10228, 10236, 9921, 10426, 11458, 11317, 10812, 11242, 10665, 10486, 11355, 10480, 10796, 11785, 10537, 10795, 11397, 9885, 11014, 11568, 10278, 10335, 10682, 11620, 12723, 10894, 11454, 11700, 10560, 11394, 10848, 10697, 11589, 9768, 10708, 11363, 10966, 10974, 10542, 11388, 11257, 10640, 11224, 10364, 10469, 11076, 9290, 10564, 11184, 11237, 11019, 10405, 11097, 11045, 10993, 11049, 10087, 10905, 11604, 10084, 10064, 10817, 11517, 11864, 10421, 11168, 11525, 10530, 11214, 10132, 10782, 11563, 9989, 9956, 11169, 10892, 10501, 10556, 11429, 11479, 11221, 11242, 10663, 10293, 11575, 9697, 10846, 11573, 10227, 9861, 10581, 11612, 12337, 10732, 11283, 11850, 10670, 11457, 9957, 10920, 11462, 9983, 10195, 10643, 11171, 11869, 10929, 11505, 11285, 10527, 11440, 10200, 10567, 11023, 9381, 10361, 11050, 11522, 12113, 10613, 11295, 11303, 10595, 11507, 10535, 10891, 10847, 10032, 10316, 10987, 9279, 9717, 10422, 11271, 11944, 11511, 11155, 10238, 10758, 11308, 9591, 9172, 10296, 10916, 10717, 10391, 11273, 11016, 11228, 10783, 9993, 10823, 11159, 9411, 10440, 10525, 10010, 10416, 9831, 11171, 11176, 10959, 10724, 10165, 10345, 10749, 9672, 9904, 10669, 11291, 11823, 10788, 10835, 11389, 11422, 11465, 10111, 11324, 10708, 9728, 9844, 10446, 10803, 11657, 11137, 10561, 10361, 11259, 10277, 9782, 11112, 10591, 9826, 9150, 9917, 10744, 11969, 11258, 10873, 11465, 11386, 10644, 10973, 11645, 10435, 9934, 10730, 10509, 9921, 8329, 9488, 10102, 10788, 10518, 10362, 10888, 10973, 10337, 10232, 11298, 10661, 10136, 11740, 10619, 9845, 9578, 10510, 10957, 12086, 10981, 10554, 11113, 11429, 10785, 10102, 11585, 10626, 9926, 9640, 9852, 10256, 10779, 10896, 11038, 12538, 11154, 10418, 10687, 11184, 10457, 9946, 9821, 10066, 10797, 12977, 11577, 11042, 11414, 11507, 10616, 10297, 10557, 10334, 9832, 9572, 10053, 10978, 12158, 11740, 10636, 10738, 11506, 10636, 10174, 9663, 10308, 10174, 9980, 10564, 10687, 10991, 11215, 10723, 10200, 10841, 10333, 9921, 11081, 10144, 10238, 9607, 10345, 10679, 11524, 11441, 10241, 10669, 11572, 10396, 10239, 10236, 10471, 10135, 9803, 10272, 10428, 8907, 10272, 10600, 12345, 10742, 10284, 10758, 11828, 10686, 10340, 11003, 10545, 10050, 9270, 10846, 10544, 12273, 11131, 10406, 11082, 11144, 10797, 10224, 11089, 10563, 10514, 11351, 10360, 10791, 9025, 9834, 10518, 10170, 10771, 10655, 10611, 10882, 11199, 10681, 11923, 10703, 10433, 9097, 10494, 10737, 11835, 11534, 10647, 11100, 10810, 11207, 10796, 11862, 10388, 10310, 9449, 10169, 10611, 11848, 11037, 10654, 11759, 11868, 10985, 10748, 10020, 10351, 10563, 9258, 10276, 10601, 12318, 11466, 10991, 11444, 11886, 10896, 10938, 11361, 10457, 10735, 9615, 10696, 10524, 8876, 10350, 10583, 11977, 11745, 11060, 10810, 11190, 10697, 10616, 10850, 10573, 10587, 8945, 9859, 10656, 11217, 12147, 11045, 10640, 11329, 10513, 10599, 11240, 10572, 10609, 11571, 10577, 10664, 11053, 10798, 10721, 9174, 10506, 10793, 10339, 11065, 10913, 11287, 11884, 10986, 10351, 11059, 11191, 10494, 11469, 10597, 10869, 11387, 10602, 9867, 11294, 11067, 9425, 10249, 10858, 10159, 10391, 11235, 10882, 10441, 10965, 11028, 11696, 10852, 10653, 9475, 10583, 10804, 13428, 12398, 10933, 12378, 11530, 10798, 11687, 11625, 11170, 10537, 10783, 11385, 10639, 12861, 12015, 10742, 9770, 11024, 11559, 10676, 11670, 10571, 10752, 10030, 11142, 10820, 9815, 11210, 11143, 10937, 12065, 11463, 10383, 11240, 11239, 10647, 11253, 10820, 10856, 10441, 10844, 10911, 9518, 10015, 11036, 10832, 11194, 11216, 10583, 10968, 10750, 11421, 11743, 10906, 10765, 12042, 10818, 10103, 11322, 11172, 10727, 10608, 10749, 10907, 10024, 10682, 10794, 9430, 10463, 10960, 12340, 12016, 11027, 11335, 11393, 10913, 10934, 10722, 11111, 10772, 9581, 10297, 10902, 11877, 11857, 11001, 10671, 11678, 11071, 10316, 11516, 11321, 10934, 11421, 10514, 10764, 11357, 11089, 10903, 9186, 10130, 10995, 8160, 11115, 11121, 10941, 11573, 11156, 10756, 9963, 10635, 10874, 10861, 10636, 10794, 9359, 10084, 11109, 8640, 10738, 10863, 11234, 11107, 11008, 10487, 10717, 10767, 10765, 9943, 10458, 11013, 12288, 10960, 11381, 11462, 11382, 10933, 11002, 10415, 10525, 11059, 9816, 10207, 11080, 12256, 11285, 11195, 11573, 11472, 11182, 10773, 10943, 11101, 10949, 9473, 10406, 10971, 9169, 9908, 11115, 10946, 11918, 11353, 10652, 10891, 10934, 10863, 11129, 10194, 10973, 9466, 10475, 10950, 9485, 9998, 11029, 9903, 10718, 10925, 10846, 11587, 10786, 10978, 11516, 10907, 11188, 11200, 10467, 11277, 10019, 10201, 10966, 9510, 10487, 9357, 10839, 11005, 12309, 11684, 11269, 11299, 11371, 10812, 10949, 10405, 10670, 11068, 9807, 11269, 11243, 11799, 11900, 10783, 10793, 10486, 11166, 11001, 9504, 10246, 10843, 9191, 11356, 10917, 10818, 11209, 11410, 9408, 11202, 11169, 10456, 10562, 11050, 11146, 10692, 10678, 11159, 9724, 9934, 11011, 11561, 10774, 11201, 11159, 11604, 11245, 11114, 10436, 10657, 10974, 10316, 10587, 10980, 11110, 10168, 10942, 10977, 11462, 11090, 10375, 10775, 10873, 10779, 11278, 10962, 10978, 9927, 10034, 10729, 9576, 10134, 10971, 11023, 10902, 11188, 11525, 11878, 11217, 11266, 11884, 11050, 11321, 11038, 10587, 11008, 10744, 10776, 10715, 11678, 10803, 10929, 10308, 10169, 10966, 11852, 11024, 10914, 11845, 11941, 10814, 10997, 10893, 11347, 10746, 11858, 10622, 10548, 9733, 10518, 11041, 11898, 11182, 10909, 10840, 10274, 10473, 10844, 10752, 11056, 10549, 9732, 9945, 10846, 11221, 11119, 10906, 11450, 11457, 10910, 10618, 10608, 10565, 10856, 10685, 10675, 10772, 9851, 10337, 10802, 9605, 10989, 10735, 11225, 11112, 10811, 11046, 11275, 10675, 10767, 11068, 10459, 10842, 10894, 10736, 10537, 9879, 9654, 10606, 12189, 11593, 10948, 11576, 11685, 10980, 10467, 10984, 10718, 10733, 11506, 10888, 10402, 10188, 10838, 10501, 10127, 10805, 10960, 9479, 10852, 11117, 11866, 11415, 10997, 10690, 11530, 11226, 9483, 10677, 10737, 10728, 11161, 10768, 10546, 10551, 10035, 10635, 10017, 10179, 10774, 11546, 11353, 10685, 11374, 10963, 10985, 10849, 10853, 10963, 10567, 10422, 10763, 10792, 10805, 10939, 10697, 10030, 9888, 10515, 11590, 11016, 10695, 12321, 10845, 10997, 11145, 10893, 10445, 9761, 11383, 11012, 10614, 11067, 10891, 10521, 11545, 10762, 10586, 10512, 10184, 10626, 13152, 11502, 10933, 11984, 11894, 10317, 11469, 11570, 10875, 10399, 11225, 10858, 10443, 10559, 10534, 10631, 10319, 10746, 10516, 10668, 10346, 10742, 9830, 10586, 10903, 10656, 11470, 10917, 11761, 11411, 10742, 11007, 10634, 9962, 10130, 10891, 12581, 10444, 10489, 10519, 11159, 10515, 10661, 13114, 11353, 11149, 10553, 11359, 11071, 10449, 11030, 10503, 10516, 10272, 10365, 10676, 10520, 10839, 10611, 11392, 11042, 10879, 11474, 11446, 10788, 10562, 10427, 10694, 10371, 10943, 10632, 10444, 11568, 10872, 10694, 10540, 10779, 10633, 11676, 11120, 10729, 11325, 10802, 10740, 10772, 10207, 10825, 10285, 10832, 10841, 12302, 11343, 10713, 10698, 11354, 10719, 10708, 11437, 10690, 10552, 10765, 10802, 10801, 9926, 10065, 10736, 11339, 11551, 10905, 10695, 11399, 11191, 10562, 11466, 10447, 10748, 10816, 10923, 10637, 10676, 10924, 10723, 11133, 11297, 10980, 11039, 11518, 10740, 10523, 11255, 10843, 10746, 11364, 10491, 10808, 9812, 10235, 10912, 11363, 11175, 10746, 11355, 11043, 10245, 10753, 10875, 10703, 10832, 9848, 10083, 10817, 11468, 11414, 10722, 10986, 11288, 10733, 10736, 11334, 10681, 10595, 10376, 10831, 10601, 10224, 10162, 10784, 11416], 'WindowCenter': [3845.0, 3839.0, 3825.0, 3815.0, 3822.0, 3800.0, 3812.0, 3812.0, 3798.0, 3810.0, 3789.0, 3786.0, 3797.0, 3809.0, 3807.0, 3807.0, 3811.0, 3799.0, 3807.0, 3798.0, 3787.0, 3776.0, 3797.0, 3797.0, 3798.0, 3808.0, 3800.0, 3797.0, 3809.0, 3800.0, 3799.0, 3809.0, 3810.0, 3799.0, 3777.0, 3800.0, 3811.0, 3809.0, 3820.0, 3812.0, 3811.0, 3822.0, 3824.0, 3810.0, 3811.0, 3810.0, 3799.0, 3809.0, 3811.0, 3812.0, 3801.0, 3812.0, 3813.0, 3811.0, 3822.0, 3811.0, 3809.0, 3810.0, 3810.0, 3811.0, 3799.0, 3811.0, 3802.0, 3799.0, 3799.0, 3810.0, 3819.0, 3808.0, 3799.0, 3797.0, 3795.0, 3797.0, 3797.0, 3786.0, 3797.0, 3798.0, 3807.0, 3808.0, 3798.0, 3796.0, 3807.0, 3809.0, 3809.0, 3797.0, 3809.0, 3809.0, 3788.0, 3799.0, 3810.0, 3788.0, 3810.0, 3811.0, 3800.0, 3813.0, 3824.0, 3821.0, 3812.0, 3824.0, 3822.0, 3823.0, 3824.0, 3813.0, 3812.0, 3823.0, 3812.0, 3800.0, 3792.0, 3813.0, 3812.0, 3824.0, 3813.0, 3800.0, 3811.0, 3823.0, 3821.0, 3810.0, 3811.0, 3810.0, 3811.0, 3811.0, 3810.0, 3799.0, 3811.0, 3810.0, 3800.0, 3810.0, 3799.0, 3809.0, 3809.0, 3799.0, 3809.0, 3810.0, 3788.0, 3797.0, 3799.0, 3799.0, 3788.0, 3799.0, 3799.0, 3787.0, 3809.0, 3810.0, 3809.0, 3809.0, 3810.0, 3798.0, 3810.0, 3810.0, 3799.0, 3799.0, 3810.0, 3799.0, 3820.0, 3811.0, 3799.0, 3787.0, 3797.0, 3810.0, 3809.0, 3809.0, 3810.0, 3798.0, 3808.0, 3810.0, 3800.0, 3787.0, 3798.0, 3799.0, 3786.0, 3808.0, 3809.0, 3798.0, 3808.0, 3810.0, 3799.0, 3798.0, 3809.0, 3799.0, 3786.0, 3797.0, 3799.0, 3798.0, 3809.0, 3809.0, 3808.0, 3808.0, 3799.0, 3798.0, 3798.0, 3799.0, 3798.0, 3810.0, 3811.0, 3800.0, 3788.0, 3799.0, 3812.0, 3822.0, 3822.0, 3822.0, 3801.0, 3811.0, 3822.0, 3811.0, 3807.0, 3797.0, 3810.0, 3809.0, 3810.0, 3810.0, 3800.0, 3800.0, 3810.0, 3821.0, 3808.0, 3797.0, 3808.0, 3787.0, 3797.0, 3809.0, 3811.0, 3800.0, 3811.0, 3822.0, 3810.0, 3798.0, 3809.0, 3799.0, 3787.0, 3808.0, 3810.0, 3808.0, 3809.0, 3822.0, 3810.0, 3798.0, 3787.0, 3821.0, 3823.0, 3824.0, 3811.0, 3811.0, 3821.0, 3820.0, 3810.0, 3810.0, 3798.0, 3796.0, 3797.0, 3788.0, 3797.0, 3809.0, 3810.0, 3808.0, 3808.0, 3809.0, 3798.0, 3797.0, 3809.0, 3789.0, 3798.0, 3809.0, 3789.0, 3788.0, 3810.0, 3812.0, 3799.0, 3812.0, 3823.0, 3810.0, 3811.0, 3823.0, 3811.0, 3812.0, 3823.0, 3811.0, 3811.0, 3823.0, 3812.0, 3811.0, 3822.0, 3802.0, 3811.0, 3821.0, 3811.0, 3798.0, 3811.0, 3822.0, 3821.0, 3811.0, 3821.0, 3809.0, 3811.0, 3821.0, 3810.0, 3810.0, 3821.0, 3799.0, 3798.0, 3811.0, 3811.0, 3809.0, 3810.0, 3822.0, 3811.0, 3811.0, 3822.0, 3799.0, 3799.0, 3811.0, 3801.0, 3811.0, 3822.0, 3822.0, 3810.0, 3811.0, 3822.0, 3810.0, 3811.0, 3823.0, 3812.0, 3812.0, 3823.0, 3811.0, 3799.0, 3811.0, 3823.0, 3821.0, 3813.0, 3837.0, 3823.0, 3825.0, 3838.0, 3827.0, 3813.0, 3822.0, 3800.0, 3798.0, 3810.0, 3823.0, 3811.0, 3823.0, 3824.0, 3821.0, 3822.0, 3822.0, 3811.0, 3810.0, 3822.0, 3800.0, 3811.0, 3821.0, 3811.0, 3800.0, 3810.0, 3821.0, 3820.0, 3810.0, 3811.0, 3809.0, 3799.0, 3821.0, 3799.0, 3798.0, 3809.0, 3799.0, 3797.0, 3798.0, 3809.0, 3808.0, 3810.0, 3809.0, 3808.0, 3798.0, 3809.0, 3798.0, 3797.0, 3809.0, 3788.0, 3798.0, 3808.0, 3809.0, 3808.0, 3798.0, 3810.0, 3810.0, 3799.0, 3809.0, 3797.0, 3797.0, 3809.0, 3799.0, 3798.0, 3810.0, 3790.0, 3800.0, 3810.0, 3810.0, 3809.0, 3809.0, 3809.0, 3798.0, 3808.0, 3809.0, 3788.0, 3787.0, 3798.0, 3810.0, 3798.0, 3798.0, 3810.0, 3798.0, 3809.0, 3810.0, 3799.0, 3809.0, 3810.0, 3788.0, 3797.0, 3799.0, 3800.0, 3798.0, 3799.0, 3810.0, 3809.0, 3808.0, 3810.0, 3799.0, 3798.0, 3810.0, 3799.0, 3798.0, 3809.0, 3810.0, 3808.0, 3809.0, 3810.0, 3809.0, 3808.0, 3809.0, 3798.0, 3797.0, 3798.0, 3789.0, 3787.0, 3798.0, 3810.0, 3808.0, 3809.0, 3799.0, 3797.0, 3808.0, 3799.0, 3799.0, 3809.0, 3810.0, 3799.0, 3787.0, 3799.0, 3810.0, 3809.0, 3809.0, 3810.0, 3808.0, 3809.0, 3799.0, 3797.0, 3808.0, 3799.0, 3799.0, 3798.0, 3799.0, 3799.0, 3777.0, 3799.0, 3800.0, 3798.0, 3799.0, 3800.0, 3798.0, 3809.0, 3800.0, 3799.0, 3809.0, 3800.0, 3799.0, 3809.0, 3810.0, 3801.0, 3788.0, 3799.0, 3811.0, 3809.0, 3809.0, 3800.0, 3809.0, 3809.0, 3809.0, 3800.0, 3810.0, 3800.0, 3799.0, 3788.0, 3799.0, 3800.0, 3798.0, 3799.0, 3799.0, 3808.0, 3798.0, 3799.0, 3799.0, 3798.0, 3799.0, 3788.0, 3787.0, 3788.0, 3799.0, 3819.0, 3809.0, 3810.0, 3808.0, 3809.0, 3799.0, 3799.0, 3798.0, 3799.0, 3800.0, 3788.0, 3798.0, 3799.0, 3809.0, 3809.0, 3799.0, 3798.0, 3809.0, 3799.0, 3798.0, 3786.0, 3799.0, 3800.0, 3788.0, 3799.0, 3799.0, 3797.0, 3809.0, 3810.0, 3798.0, 3798.0, 3799.0, 3788.0, 3809.0, 3799.0, 3800.0, 3788.0, 3800.0, 3811.0, 3810.0, 3811.0, 3801.0, 3799.0, 3809.0, 3801.0, 3799.0, 3799.0, 3800.0, 3800.0, 3798.0, 3800.0, 3801.0, 3789.0, 3799.0, 3800.0, 3809.0, 3799.0, 3800.0, 3799.0, 3809.0, 3800.0, 3799.0, 3798.0, 3800.0, 3800.0, 3788.0, 3810.0, 3800.0, 3809.0, 3809.0, 3800.0, 3810.0, 3809.0, 3810.0, 3799.0, 3810.0, 3812.0, 3811.0, 3836.0, 3813.0, 3823.0, 3789.0, 3800.0, 3812.0, 3799.0, 3810.0, 3812.0, 3810.0, 3810.0, 3822.0, 3812.0, 3821.0, 3811.0, 3812.0, 3790.0, 3811.0, 3812.0, 3821.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3811.0, 3810.0, 3800.0, 3800.0, 3788.0, 3811.0, 3812.0, 3810.0, 3811.0, 3812.0, 3809.0, 3820.0, 3810.0, 3810.0, 3799.0, 3801.0, 3811.0, 3789.0, 3811.0, 3811.0, 3821.0, 3822.0, 3811.0, 3810.0, 3820.0, 3811.0, 3799.0, 3809.0, 3811.0, 3810.0, 3788.0, 3799.0, 3800.0, 3789.0, 3798.0, 3810.0, 3809.0, 3809.0, 3810.0, 3798.0, 3808.0, 3810.0, 3810.0, 3809.0, 3799.0, 3799.0, 3788.0, 3799.0, 3811.0, 3810.0, 3820.0, 3811.0, 3799.0, 3810.0, 3811.0, 3799.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3800.0, 3809.0, 3810.0, 3811.0, 3788.0, 3799.0, 3810.0, 3798.0, 3809.0, 3810.0, 3809.0, 3809.0, 3810.0, 3799.0, 3810.0, 3810.0, 3798.0, 3809.0, 3810.0, 3810.0, 3810.0, 3812.0, 3802.0, 3825.0, 3824.0, 3801.0, 3813.0, 3812.0, 3799.0, 3810.0, 3823.0, 3812.0, 3812.0, 3824.0, 3825.0, 3823.0, 3824.0, 3813.0, 3800.0, 3810.0, 3811.0, 3821.0, 3819.0, 3811.0, 3821.0, 3809.0, 3797.0, 3808.0, 3796.0, 3808.0, 3797.0, 3795.0, 3795.0, 3785.0, 3804.0, 3805.0, 3796.0, 3785.0, 3796.0, 3809.0, 3797.0, 3807.0, 3797.0, 3796.0, 3798.0, 3809.0, 3810.0, 3798.0, 3810.0, 3810.0, 3797.0, 3819.0, 3821.0, 3799.0, 3809.0, 3810.0, 3798.0, 3809.0, 3810.0, 3810.0, 3799.0, 3811.0, 3811.0, 3789.0, 3800.0, 3811.0, 3809.0, 3810.0, 3811.0, 3799.0, 3810.0, 3811.0, 3809.0, 3821.0, 3811.0, 3810.0, 3820.0, 3811.0, 3799.0, 3809.0, 3810.0, 3810.0, 3798.0, 3810.0, 3811.0, 3799.0, 3811.0, 3811.0, 3789.0, 3810.0, 3811.0, 3809.0, 3809.0, 3799.0, 3797.0, 3808.0, 3809.0, 3798.0, 3798.0, 3810.0, 3810.0, 3788.0, 3798.0, 3810.0, 3809.0, 3809.0, 3810.0, 3799.0, 3809.0, 3810.0, 3798.0, 3810.0, 3810.0, 3810.0, 3809.0, 3810.0, 3809.0, 3808.0, 3809.0, 3810.0, 3788.0, 3799.0, 3810.0, 3777.0, 3810.0, 3811.0, 3810.0, 3822.0, 3823.0, 3811.0, 3800.0, 3811.0, 3810.0, 3810.0, 3811.0, 3812.0, 3800.0, 3811.0, 3822.0, 3789.0, 3811.0, 3812.0, 3810.0, 3811.0, 3811.0, 3810.0, 3811.0, 3811.0, 3811.0, 3799.0, 3812.0, 3813.0, 3821.0, 3809.0, 3821.0, 3809.0, 3809.0, 3810.0, 3810.0, 3810.0, 3811.0, 3810.0, 3799.0, 3799.0, 3810.0, 3821.0, 3811.0, 3811.0, 3810.0, 3809.0, 3809.0, 3798.0, 3809.0, 3810.0, 3810.0, 3788.0, 3799.0, 3808.0, 3786.0, 3798.0, 3810.0, 3809.0, 3809.0, 3811.0, 3798.0, 3809.0, 3810.0, 3810.0, 3810.0, 3812.0, 3811.0, 3800.0, 3810.0, 3811.0, 3799.0, 3800.0, 3811.0, 3799.0, 3811.0, 3823.0, 3812.0, 3823.0, 3824.0, 3812.0, 3822.0, 3812.0, 3811.0, 3810.0, 3811.0, 3821.0, 3800.0, 3811.0, 3812.0, 3800.0, 3810.0, 3801.0, 3823.0, 3824.0, 3823.0, 3822.0, 3822.0, 3811.0, 3821.0, 3811.0, 3810.0, 3809.0, 3810.0, 3811.0, 3799.0, 3809.0, 3810.0, 3809.0, 3809.0, 3809.0, 3810.0, 3798.0, 3811.0, 3809.0, 3797.0, 3799.0, 3809.0, 3787.0, 3809.0, 3811.0, 3810.0, 3821.0, 3823.0, 3800.0, 3823.0, 3823.0, 3810.0, 3810.0, 3822.0, 3822.0, 3810.0, 3811.0, 3822.0, 3800.0, 3811.0, 3822.0, 3810.0, 3811.0, 3822.0, 3810.0, 3821.0, 3822.0, 3809.0, 3810.0, 3812.0, 3822.0, 3810.0, 3811.0, 3812.0, 3811.0, 3811.0, 3812.0, 3811.0, 3821.0, 3822.0, 3810.0, 3822.0, 3823.0, 3823.0, 3821.0, 3812.0, 3811.0, 3799.0, 3811.0, 3823.0, 3801.0, 3811.0, 3823.0, 3810.0, 3822.0, 3822.0, 3822.0, 3833.0, 3823.0, 3823.0, 3822.0, 3822.0, 3810.0, 3810.0, 3811.0, 3810.0, 3811.0, 3811.0, 3811.0, 3821.0, 3812.0, 3811.0, 3799.0, 3811.0, 3812.0, 3821.0, 3811.0, 3811.0, 3820.0, 3820.0, 3811.0, 3810.0, 3810.0, 3821.0, 3810.0, 3809.0, 3810.0, 3811.0, 3799.0, 3810.0, 3811.0, 3809.0, 3810.0, 3809.0, 3809.0, 3810.0, 3811.0, 3811.0, 3810.0, 3821.0, 3809.0, 3799.0, 3800.0, 3811.0, 3810.0, 3810.0, 3811.0, 3809.0, 3810.0, 3811.0, 3810.0, 3799.0, 3810.0, 3809.0, 3798.0, 3810.0, 3810.0, 3799.0, 3799.0, 3811.0, 3799.0, 3809.0, 3811.0, 3810.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3809.0, 3810.0, 3811.0, 3811.0, 3810.0, 3811.0, 3810.0, 3798.0, 3799.0, 3811.0, 3821.0, 3810.0, 3811.0, 3809.0, 3821.0, 3811.0, 3809.0, 3810.0, 3810.0, 3811.0, 3820.0, 3811.0, 3810.0, 3799.0, 3810.0, 3810.0, 3798.0, 3810.0, 3812.0, 3814.0, 3811.0, 3810.0, 3809.0, 3808.0, 3811.0, 3810.0, 3810.0, 3821.0, 3798.0, 3810.0, 3820.0, 3811.0, 3810.0, 3811.0, 3810.0, 3810.0, 3812.0, 3812.0, 3800.0, 3811.0, 3812.0, 3820.0, 3821.0, 3812.0, 3820.0, 3811.0, 3811.0, 3810.0, 3811.0, 3811.0, 3810.0, 3810.0, 3811.0, 3811.0, 3810.0, 3810.0, 3810.0, 3799.0, 3799.0, 3811.0, 3809.0, 3810.0, 3811.0, 3820.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3799.0, 3821.0, 3812.0, 3809.0, 3821.0, 3823.0, 3812.0, 3822.0, 3812.0, 3812.0, 3810.0, 3811.0, 3812.0, 3821.0, 3820.0, 3812.0, 3810.0, 3820.0, 3799.0, 3809.0, 3810.0, 3811.0, 3800.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3812.0, 3811.0, 3812.0, 3811.0, 3811.0, 3812.0, 3813.0, 3801.0, 3811.0, 3812.0, 3810.0, 3821.0, 3812.0, 3821.0, 3811.0, 3812.0, 3810.0, 3811.0, 3811.0, 3814.0, 3825.0, 3824.0, 3811.0, 3810.0, 3800.0, 3809.0, 3810.0, 3810.0, 3820.0, 3809.0, 3810.0, 3798.0, 3809.0, 3810.0, 3799.0, 3808.0, 3810.0, 3809.0, 3799.0, 3800.0, 3810.0, 3810.0, 3810.0, 3810.0, 3809.0, 3810.0, 3810.0, 3808.0, 3810.0, 3811.0, 3809.0, 3799.0, 3799.0, 3798.0, 3808.0, 3798.0, 3799.0, 3809.0, 3811.0, 3799.0, 3811.0, 3811.0, 3810.0, 3821.0, 3811.0, 3810.0, 3809.0, 3809.0, 3809.0, 3809.0, 3800.0, 3811.0, 3798.0, 3810.0, 3811.0, 3809.0, 3809.0, 3810.0, 3798.0, 3810.0, 3811.0, 3811.0, 3821.0, 3811.0, 3811.0, 3809.0, 3811.0, 3811.0, 3799.0, 3800.0, 3811.0, 3810.0, 3810.0, 3811.0, 3810.0, 3810.0, 3811.0, 3810.0, 3820.0, 3810.0, 3810.0, 3809.0, 3809.0, 3810.0, 3798.0, 3810.0, 3811.0, 3810.0, 3809.0, 3811.0, 3799.0, 3810.0, 3811.0, 3799.0, 3810.0, 3810.0, 3810.0, 3810.0, 3811.0, 3811.0, 3800.0, 3811.0, 3812.0, 3811.0, 3811.0, 3811.0, 3811.0, 3810.0, 3800.0, 3811.0, 3809.0, 3810.0, 3810.0, 3798.0, 3798.0, 3812.0, 3809.0, 3821.0, 3811.0, 3810.0, 3812.0, 3812.0, 3811.0, 3809.0, 3811.0, 3811.0, 3800.0, 3810.0, 3800.0, 3799.0, 3800.0, 3811.0, 3810.0], 'WindowWidth': [8624.0, 8604.0, 8576.0, 8563.0, 8568.0, 8532.0, 8549.0, 8552.0, 8525.0, 8542.0, 8514.0, 8506.0, 8522.0, 8542.0, 8537.0, 8536.0, 8548.0, 8532.0, 8536.0, 8526.0, 8510.0, 8492.0, 8522.0, 8525.0, 8526.0, 8540.0, 8531.0, 8522.0, 8540.0, 8531.0, 8529.0, 8542.0, 8545.0, 8531.0, 8498.0, 8533.0, 8548.0, 8544.0, 8559.0, 8550.0, 8550.0, 8566.0, 8575.0, 8548.0, 8549.0, 8547.0, 8530.0, 8541.0, 8549.0, 8553.0, 8536.0, 8552.0, 8557.0, 8551.0, 8564.0, 8551.0, 8545.0, 8544.0, 8547.0, 8551.0, 8530.0, 8548.0, 8538.0, 8530.0, 8530.0, 8548.0, 8557.0, 8539.0, 8528.0, 8524.0, 8517.0, 8523.0, 8524.0, 8507.0, 8521.0, 8527.0, 8539.0, 8539.0, 8526.0, 8520.0, 8537.0, 8541.0, 8542.0, 8524.0, 8543.0, 8544.0, 8513.0, 8531.0, 8548.0, 8516.0, 8548.0, 8551.0, 8535.0, 8556.0, 8572.0, 8565.0, 8554.0, 8573.0, 8568.0, 8568.0, 8573.0, 8559.0, 8554.0, 8569.0, 8555.0, 8535.0, 8527.0, 8558.0, 8553.0, 8571.0, 8557.0, 8535.0, 8548.0, 8569.0, 8565.0, 8545.0, 8549.0, 8546.0, 8548.0, 8549.0, 8549.0, 8531.0, 8549.0, 8547.0, 8532.0, 8547.0, 8530.0, 8541.0, 8543.0, 8530.0, 8543.0, 8545.0, 8515.0, 8523.0, 8528.0, 8530.0, 8513.0, 8530.0, 8531.0, 8512.0, 8542.0, 8545.0, 8543.0, 8541.0, 8546.0, 8528.0, 8546.0, 8547.0, 8529.0, 8530.0, 8546.0, 8532.0, 8560.0, 8548.0, 8531.0, 8509.0, 8524.0, 8545.0, 8543.0, 8542.0, 8544.0, 8525.0, 8540.0, 8545.0, 8534.0, 8510.0, 8527.0, 8529.0, 8508.0, 8539.0, 8543.0, 8525.0, 8540.0, 8545.0, 8531.0, 8527.0, 8544.0, 8529.0, 8509.0, 8524.0, 8530.0, 8528.0, 8541.0, 8543.0, 8538.0, 8539.0, 8528.0, 8525.0, 8527.0, 8530.0, 8527.0, 8544.0, 8548.0, 8532.0, 8512.0, 8531.0, 8553.0, 8566.0, 8564.0, 8566.0, 8537.0, 8547.0, 8564.0, 8548.0, 8537.0, 8523.0, 8546.0, 8544.0, 8543.0, 8546.0, 8534.0, 8532.0, 8546.0, 8561.0, 8541.0, 8522.0, 8538.0, 8509.0, 8521.0, 8543.0, 8550.0, 8532.0, 8549.0, 8567.0, 8545.0, 8525.0, 8542.0, 8530.0, 8509.0, 8539.0, 8545.0, 8541.0, 8543.0, 8562.0, 8544.0, 8526.0, 8510.0, 8564.0, 8570.0, 8574.0, 8549.0, 8546.0, 8562.0, 8561.0, 8545.0, 8544.0, 8525.0, 8520.0, 8524.0, 8515.0, 8523.0, 8540.0, 8544.0, 8539.0, 8541.0, 8542.0, 8526.0, 8523.0, 8542.0, 8516.0, 8526.0, 8544.0, 8518.0, 8514.0, 8547.0, 8552.0, 8532.0, 8551.0, 8568.0, 8548.0, 8549.0, 8568.0, 8551.0, 8550.0, 8568.0, 8548.0, 8548.0, 8567.0, 8554.0, 8547.0, 8566.0, 8539.0, 8547.0, 8562.0, 8549.0, 8528.0, 8545.0, 8564.0, 8563.0, 8547.0, 8563.0, 8545.0, 8547.0, 8562.0, 8546.0, 8544.0, 8561.0, 8531.0, 8526.0, 8547.0, 8548.0, 8543.0, 8545.0, 8565.0, 8549.0, 8548.0, 8564.0, 8531.0, 8530.0, 8549.0, 8537.0, 8547.0, 8565.0, 8567.0, 8546.0, 8548.0, 8566.0, 8547.0, 8548.0, 8568.0, 8552.0, 8552.0, 8567.0, 8550.0, 8530.0, 8548.0, 8567.0, 8564.0, 8554.0, 8594.0, 8568.0, 8575.0, 8601.0, 8582.0, 8553.0, 8565.0, 8532.0, 8525.0, 8546.0, 8570.0, 8550.0, 8570.0, 8571.0, 8564.0, 8564.0, 8566.0, 8550.0, 8547.0, 8564.0, 8535.0, 8548.0, 8562.0, 8550.0, 8532.0, 8545.0, 8564.0, 8562.0, 8545.0, 8548.0, 8544.0, 8528.0, 8562.0, 8532.0, 8525.0, 8541.0, 8529.0, 8522.0, 8527.0, 8543.0, 8540.0, 8542.0, 8542.0, 8539.0, 8526.0, 8542.0, 8527.0, 8523.0, 8541.0, 8515.0, 8525.0, 8540.0, 8544.0, 8540.0, 8527.0, 8544.0, 8545.0, 8528.0, 8541.0, 8521.0, 8524.0, 8542.0, 8530.0, 8527.0, 8545.0, 8520.0, 8534.0, 8546.0, 8546.0, 8542.0, 8542.0, 8544.0, 8527.0, 8540.0, 8543.0, 8515.0, 8511.0, 8527.0, 8545.0, 8527.0, 8527.0, 8545.0, 8527.0, 8543.0, 8546.0, 8531.0, 8542.0, 8545.0, 8514.0, 8523.0, 8528.0, 8534.0, 8528.0, 8529.0, 8547.0, 8543.0, 8540.0, 8545.0, 8529.0, 8528.0, 8545.0, 8530.0, 8525.0, 8543.0, 8546.0, 8541.0, 8541.0, 8545.0, 8542.0, 8540.0, 8542.0, 8525.0, 8521.0, 8526.0, 8516.0, 8510.0, 8526.0, 8545.0, 8541.0, 8541.0, 8529.0, 8525.0, 8540.0, 8529.0, 8529.0, 8540.0, 8545.0, 8530.0, 8509.0, 8528.0, 8545.0, 8543.0, 8542.0, 8546.0, 8541.0, 8540.0, 8529.0, 8524.0, 8539.0, 8528.0, 8530.0, 8525.0, 8529.0, 8528.0, 8495.0, 8528.0, 8532.0, 8526.0, 8528.0, 8531.0, 8526.0, 8541.0, 8533.0, 8530.0, 8543.0, 8532.0, 8530.0, 8541.0, 8546.0, 8535.0, 8514.0, 8527.0, 8547.0, 8543.0, 8543.0, 8532.0, 8543.0, 8542.0, 8544.0, 8531.0, 8543.0, 8531.0, 8531.0, 8513.0, 8530.0, 8534.0, 8526.0, 8527.0, 8530.0, 8540.0, 8524.0, 8529.0, 8529.0, 8524.0, 8527.0, 8512.0, 8508.0, 8512.0, 8530.0, 8557.0, 8540.0, 8543.0, 8539.0, 8541.0, 8530.0, 8528.0, 8525.0, 8530.0, 8531.0, 8512.0, 8527.0, 8529.0, 8542.0, 8541.0, 8530.0, 8527.0, 8539.0, 8528.0, 8526.0, 8507.0, 8529.0, 8532.0, 8512.0, 8527.0, 8529.0, 8524.0, 8540.0, 8544.0, 8527.0, 8526.0, 8529.0, 8513.0, 8541.0, 8531.0, 8534.0, 8514.0, 8531.0, 8550.0, 8546.0, 8547.0, 8535.0, 8530.0, 8542.0, 8534.0, 8530.0, 8529.0, 8532.0, 8531.0, 8527.0, 8531.0, 8535.0, 8516.0, 8529.0, 8533.0, 8542.0, 8527.0, 8532.0, 8529.0, 8542.0, 8531.0, 8528.0, 8526.0, 8531.0, 8532.0, 8513.0, 8543.0, 8532.0, 8543.0, 8542.0, 8531.0, 8545.0, 8542.0, 8546.0, 8530.0, 8545.0, 8552.0, 8551.0, 8592.0, 8557.0, 8569.0, 8517.0, 8533.0, 8552.0, 8529.0, 8547.0, 8552.0, 8547.0, 8547.0, 8566.0, 8552.0, 8560.0, 8550.0, 8552.0, 8521.0, 8550.0, 8554.0, 8565.0, 8547.0, 8550.0, 8544.0, 8547.0, 8550.0, 8549.0, 8544.0, 8534.0, 8533.0, 8513.0, 8549.0, 8553.0, 8546.0, 8550.0, 8551.0, 8545.0, 8558.0, 8547.0, 8547.0, 8529.0, 8535.0, 8548.0, 8516.0, 8548.0, 8551.0, 8563.0, 8564.0, 8551.0, 8546.0, 8558.0, 8547.0, 8528.0, 8543.0, 8548.0, 8547.0, 8514.0, 8531.0, 8532.0, 8514.0, 8527.0, 8547.0, 8543.0, 8540.0, 8545.0, 8526.0, 8539.0, 8544.0, 8548.0, 8541.0, 8530.0, 8531.0, 8512.0, 8528.0, 8548.0, 8546.0, 8559.0, 8549.0, 8531.0, 8546.0, 8548.0, 8530.0, 8545.0, 8547.0, 8546.0, 8545.0, 8548.0, 8532.0, 8542.0, 8545.0, 8549.0, 8514.0, 8529.0, 8546.0, 8527.0, 8541.0, 8545.0, 8541.0, 8542.0, 8547.0, 8529.0, 8545.0, 8544.0, 8526.0, 8541.0, 8544.0, 8545.0, 8544.0, 8553.0, 8540.0, 8575.0, 8572.0, 8539.0, 8557.0, 8553.0, 8530.0, 8547.0, 8569.0, 8553.0, 8553.0, 8574.0, 8577.0, 8570.0, 8572.0, 8557.0, 8534.0, 8546.0, 8550.0, 8565.0, 8557.0, 8551.0, 8564.0, 8542.0, 8526.0, 8543.0, 8520.0, 8539.0, 8525.0, 8518.0, 8515.0, 8504.0, 8529.0, 8529.0, 8520.0, 8503.0, 8520.0, 8540.0, 8524.0, 8535.0, 8524.0, 8521.0, 8527.0, 8543.0, 8547.0, 8527.0, 8544.0, 8546.0, 8526.0, 8555.0, 8563.0, 8531.0, 8543.0, 8545.0, 8526.0, 8540.0, 8544.0, 8548.0, 8528.0, 8547.0, 8547.0, 8516.0, 8532.0, 8550.0, 8543.0, 8544.0, 8549.0, 8531.0, 8545.0, 8549.0, 8544.0, 8560.0, 8550.0, 8545.0, 8559.0, 8549.0, 8529.0, 8544.0, 8545.0, 8545.0, 8528.0, 8547.0, 8549.0, 8530.0, 8548.0, 8548.0, 8515.0, 8547.0, 8549.0, 8545.0, 8541.0, 8529.0, 8524.0, 8538.0, 8543.0, 8527.0, 8526.0, 8545.0, 8544.0, 8513.0, 8527.0, 8546.0, 8545.0, 8543.0, 8547.0, 8529.0, 8543.0, 8546.0, 8528.0, 8546.0, 8546.0, 8544.0, 8542.0, 8545.0, 8541.0, 8539.0, 8543.0, 8545.0, 8513.0, 8530.0, 8546.0, 8498.0, 8545.0, 8549.0, 8545.0, 8564.0, 8568.0, 8549.0, 8532.0, 8550.0, 8547.0, 8544.0, 8550.0, 8553.0, 8534.0, 8550.0, 8566.0, 8519.0, 8549.0, 8552.0, 8549.0, 8548.0, 8551.0, 8547.0, 8547.0, 8550.0, 8549.0, 8529.0, 8551.0, 8556.0, 8563.0, 8543.0, 8564.0, 8544.0, 8544.0, 8547.0, 8548.0, 8546.0, 8548.0, 8548.0, 8531.0, 8531.0, 8549.0, 8566.0, 8548.0, 8549.0, 8546.0, 8542.0, 8543.0, 8527.0, 8543.0, 8547.0, 8546.0, 8514.0, 8528.0, 8540.0, 8508.0, 8527.0, 8548.0, 8544.0, 8543.0, 8548.0, 8528.0, 8544.0, 8547.0, 8546.0, 8545.0, 8551.0, 8551.0, 8533.0, 8548.0, 8549.0, 8530.0, 8534.0, 8551.0, 8531.0, 8549.0, 8570.0, 8553.0, 8569.0, 8572.0, 8554.0, 8567.0, 8554.0, 8549.0, 8544.0, 8549.0, 8565.0, 8535.0, 8551.0, 8554.0, 8533.0, 8546.0, 8538.0, 8572.0, 8576.0, 8573.0, 8566.0, 8568.0, 8550.0, 8562.0, 8549.0, 8547.0, 8542.0, 8545.0, 8549.0, 8530.0, 8543.0, 8546.0, 8543.0, 8541.0, 8545.0, 8546.0, 8528.0, 8546.0, 8544.0, 8524.0, 8529.0, 8545.0, 8511.0, 8542.0, 8550.0, 8548.0, 8563.0, 8569.0, 8536.0, 8568.0, 8570.0, 8548.0, 8547.0, 8566.0, 8566.0, 8547.0, 8551.0, 8566.0, 8533.0, 8549.0, 8568.0, 8549.0, 8549.0, 8565.0, 8547.0, 8562.0, 8565.0, 8545.0, 8548.0, 8552.0, 8568.0, 8547.0, 8550.0, 8552.0, 8550.0, 8549.0, 8554.0, 8550.0, 8564.0, 8566.0, 8547.0, 8566.0, 8568.0, 8569.0, 8563.0, 8552.0, 8550.0, 8531.0, 8550.0, 8569.0, 8537.0, 8550.0, 8568.0, 8548.0, 8564.0, 8568.0, 8569.0, 8584.0, 8571.0, 8569.0, 8564.0, 8566.0, 8547.0, 8544.0, 8548.0, 8547.0, 8548.0, 8550.0, 8551.0, 8561.0, 8551.0, 8550.0, 8530.0, 8549.0, 8554.0, 8563.0, 8548.0, 8550.0, 8560.0, 8559.0, 8549.0, 8547.0, 8547.0, 8563.0, 8548.0, 8543.0, 8547.0, 8548.0, 8532.0, 8544.0, 8549.0, 8545.0, 8545.0, 8546.0, 8543.0, 8547.0, 8550.0, 8549.0, 8545.0, 8563.0, 8546.0, 8531.0, 8535.0, 8551.0, 8547.0, 8545.0, 8548.0, 8544.0, 8545.0, 8550.0, 8545.0, 8529.0, 8546.0, 8545.0, 8527.0, 8546.0, 8548.0, 8530.0, 8530.0, 8549.0, 8529.0, 8544.0, 8550.0, 8549.0, 8548.0, 8551.0, 8548.0, 8547.0, 8549.0, 8544.0, 8547.0, 8549.0, 8550.0, 8545.0, 8548.0, 8547.0, 8528.0, 8530.0, 8551.0, 8563.0, 8545.0, 8549.0, 8545.0, 8561.0, 8550.0, 8545.0, 8545.0, 8547.0, 8552.0, 8558.0, 8548.0, 8547.0, 8528.0, 8544.0, 8547.0, 8528.0, 8544.0, 8552.0, 8560.0, 8550.0, 8547.0, 8544.0, 8542.0, 8550.0, 8545.0, 8546.0, 8563.0, 8527.0, 8546.0, 8560.0, 8550.0, 8545.0, 8551.0, 8547.0, 8545.0, 8551.0, 8553.0, 8534.0, 8548.0, 8552.0, 8560.0, 8561.0, 8551.0, 8560.0, 8547.0, 8550.0, 8547.0, 8547.0, 8550.0, 8547.0, 8547.0, 8548.0, 8549.0, 8545.0, 8548.0, 8547.0, 8528.0, 8531.0, 8551.0, 8543.0, 8545.0, 8549.0, 8559.0, 8545.0, 8548.0, 8547.0, 8545.0, 8548.0, 8531.0, 8563.0, 8552.0, 8544.0, 8563.0, 8568.0, 8553.0, 8564.0, 8553.0, 8552.0, 8546.0, 8550.0, 8554.0, 8566.0, 8561.0, 8552.0, 8546.0, 8557.0, 8530.0, 8544.0, 8546.0, 8550.0, 8532.0, 8546.0, 8549.0, 8546.0, 8547.0, 8550.0, 8552.0, 8549.0, 8552.0, 8549.0, 8549.0, 8552.0, 8555.0, 8536.0, 8549.0, 8552.0, 8546.0, 8562.0, 8551.0, 8563.0, 8548.0, 8552.0, 8547.0, 8548.0, 8551.0, 8558.0, 8577.0, 8574.0, 8550.0, 8547.0, 8533.0, 8541.0, 8544.0, 8546.0, 8559.0, 8540.0, 8545.0, 8527.0, 8543.0, 8546.0, 8529.0, 8542.0, 8546.0, 8544.0, 8529.0, 8531.0, 8548.0, 8545.0, 8544.0, 8546.0, 8543.0, 8544.0, 8546.0, 8540.0, 8545.0, 8548.0, 8543.0, 8530.0, 8530.0, 8526.0, 8540.0, 8528.0, 8530.0, 8542.0, 8547.0, 8529.0, 8549.0, 8550.0, 8547.0, 8561.0, 8548.0, 8546.0, 8543.0, 8544.0, 8544.0, 8542.0, 8531.0, 8549.0, 8528.0, 8545.0, 8548.0, 8544.0, 8543.0, 8546.0, 8529.0, 8546.0, 8548.0, 8549.0, 8560.0, 8549.0, 8549.0, 8543.0, 8547.0, 8549.0, 8531.0, 8531.0, 8549.0, 8546.0, 8545.0, 8550.0, 8547.0, 8545.0, 8547.0, 8545.0, 8560.0, 8546.0, 8546.0, 8542.0, 8544.0, 8548.0, 8528.0, 8546.0, 8550.0, 8547.0, 8544.0, 8549.0, 8530.0, 8544.0, 8547.0, 8530.0, 8546.0, 8547.0, 8546.0, 8545.0, 8549.0, 8550.0, 8534.0, 8548.0, 8553.0, 8549.0, 8547.0, 8549.0, 8547.0, 8546.0, 8533.0, 8548.0, 8541.0, 8544.0, 8545.0, 8525.0, 8528.0, 8552.0, 8546.0, 8561.0, 8548.0, 8546.0, 8550.0, 8551.0, 8548.0, 8543.0, 8547.0, 8548.0, 8530.0, 8544.0, 8530.0, 8530.0, 8532.0, 8550.0, 8546.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.0011165135542168675</td></tr>
<tr><td colspan=3>aqi</td><td>0.02568582786144578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.04296605219295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1794050407234378</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9934114123511679</td></tr>
<tr><td colspan=3>efc</td><td>0.467</td></tr>
<tr><td colspan=3>fber</td><td>5680.2832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09028827286137574</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.710843373493976</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.556090285130479</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482535031720843</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8159395692264053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3697962544441884</td></tr>
<tr><td colspan=3>gcor</td><td>0.00346859</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013913401402533054</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021098380908370018</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1328</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.4626796887367393</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.1266</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6021</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.306</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304349.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.213</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5521</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.8408</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2960.6379</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.9092</td></tr>
<tr><td colspan=3>tsnr</td><td>37.219729229807854</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>