<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-03/func/sub-0057_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>f80d737982ccefa8723d59a9391556f3</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:52:39.630000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990605, -0.119313, -0.0668316, 0.120754, 0.992521, 0.0179256]</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.11056</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7793, -7206, 570, -10, -164, -29, 80]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.676</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bdf6493d-db79-4396-a37f-f4e6f0592437||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6577203273773193, 0.3239729404449463, -0.17332108318805695, 102.79002380371094], [0.32010921835899353, 2.66286039352417, 0.06973389536142349, -102.28477478027344], [-0.1793043613433838, -0.04809315502643585, 2.693528652191162, -47.37378692626953], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['165239.630000', '165240.090000', '165240.550000', '165241.010000', '165241.470000', '165241.930000', '165242.390000', '165242.850000', '165243.310000', '165243.770000', '165244.230000', '165244.690000', '165245.150000', '165245.610000', '165246.070000', '165246.530000', '165246.990000', '165247.450000', '165247.910000', '165248.370000', '165248.830000', '165249.290000', '165249.750000', '165250.210000', '165250.670000', '165251.130000', '165251.590000', '165252.050000', '165252.510000', '165252.970000', '165253.430000', '165253.890000', '165254.350000', '165254.810000', '165255.270000', '165255.730000', '165256.190000', '165256.650000', '165257.110000', '165257.570000', '165258.030000', '165258.490000', '165258.950000', '165259.410000', '165259.870000', '165300.330000', '165300.790000', '165301.250000', '165301.710000', '165302.170000', '165302.630000', '165303.090000', '165303.550000', '165304.010000', '165304.470000', '165304.930000', '165305.390000', '165305.850000', '165306.310000', '165306.770000', '165307.230000', '165307.690000', '165308.150000', '165308.610000', '165309.070000', '165309.530000', '165309.990000', '165310.450000', '165310.910000', '165311.370000', '165311.830000', '165312.290000', '165312.750000', '165313.210000', '165313.670000', '165314.130000', '165314.590000', '165315.050000', '165315.510000', '165315.970000', '165316.430000', '165316.890000', '165317.350000', '165317.810000', '165318.270000', '165318.730000', '165319.190000', '165319.650000', '165320.110000', '165320.570000', '165321.030000', '165321.490000', '165321.950000', '165322.410000', '165322.870000', '165323.330000', '165323.790000', '165324.250000', '165324.710000', '165325.170000', '165325.630000', '165326.090000', '165326.550000', '165327.010000', '165327.470000', '165327.930000', '165328.390000', '165328.850000', '165329.310000', '165329.770000', '165330.230000', '165330.690000', '165331.150000', '165331.610000', '165332.070000', '165332.530000', '165332.990000', '165333.450000', '165333.910000', '165334.370000', '165334.830000', '165335.290000', '165335.750000', '165336.210000', '165336.670000', '165337.130000', '165337.590000', '165338.050000', '165338.510000', '165338.970000', '165339.430000', '165339.890000', '165340.350000', '165340.810000', '165341.270000', '165341.730000', '165342.190000', '165342.650000', '165343.110000', '165343.570000', '165344.030000', '165344.490000', '165344.950000', '165345.410000', '165345.870000', '165346.330000', '165346.790000', '165347.250000', '165347.710000', '165348.170000', '165348.630000', '165349.090000', '165349.550000', '165350.010000', '165350.470000', '165350.930000', '165351.390000', '165351.850000', '165352.310000', '165352.770000', '165353.230000', '165353.690000', '165354.150000', '165354.610000', '165355.070000', '165355.530000', '165355.990000', '165356.450000', '165356.910000', '165357.370000', '165357.830000', '165358.290000', '165358.750000', '165359.210000', '165359.670000', '165400.130000', '165400.590000', '165401.050000', '165401.510000', '165401.970000', '165402.430000', '165402.890000', '165403.350000', '165403.810000', '165404.270000', '165404.730000', '165405.190000', '165405.650000', '165406.110000', '165406.570000', '165407.030000', '165407.490000', '165407.950000', '165408.410000', '165408.870000', '165409.330000', '165409.790000', '165410.250000', '165410.710000', '165411.170000', '165411.630000', '165412.090000', '165412.550000', '165413.010000', '165413.470000', '165413.930000', '165414.390000', '165414.850000', '165415.310000', '165415.770000', '165416.230000', '165416.690000', '165417.150000', '165417.610000', '165418.070000', '165418.530000', '165418.990000', '165419.450000', '165419.910000', '165420.370000', '165420.830000', '165421.290000', '165421.750000', '165422.210000', '165422.670000', '165423.130000', '165423.590000', '165424.050000', '165424.510000', '165424.970000', '165425.430000', '165425.890000', '165426.350000', '165426.810000', '165427.270000', '165427.730000', '165428.190000', '165428.650000', '165429.110000', '165429.570000', '165430.030000', '165430.490000', '165430.950000', '165431.410000', '165431.870000', '165432.330000', '165432.790000', '165433.250000', '165433.710000', '165434.170000', '165434.630000', '165435.090000', '165435.550000', '165436.010000', '165436.470000', '165436.930000', '165437.390000', '165437.850000', '165438.310000', '165438.770000', '165439.230000', '165439.690000', '165440.150000', '165440.610000', '165441.070000', '165441.530000', '165441.990000', '165442.450000', '165442.910000', '165443.370000', '165443.830000', '165444.290000', '165444.750000', '165445.210000', '165445.670000', '165446.130000', '165446.590000', '165447.050000', '165447.510000', '165447.970000', '165448.430000', '165448.890000', '165449.350000', '165449.810000', '165450.270000', '165450.730000', '165451.190000', '165451.650000', '165452.110000', '165452.570000', '165453.030000', '165453.490000', '165453.950000', '165454.410000', '165454.870000', '165455.330000', '165455.790000', '165456.250000', '165456.710000', '165457.170000', '165457.630000', '165458.090000', '165458.550000', '165459.010000', '165459.470000', '165459.930000', '165500.390000', '165500.850000', '165501.310000', '165501.770000', '165502.230000', '165502.690000', '165503.150000', '165503.610000', '165504.070000', '165504.530000', '165504.990000', '165505.450000', '165505.910000', '165506.370000', '165506.830000', '165507.290000', '165507.750000', '165508.210000', '165508.670000', '165509.130000', '165509.590000', '165510.050000', '165510.510000', '165510.970000', '165511.430000', '165511.890000', '165512.350000', '165512.810000', '165513.270000', '165513.730000', '165514.190000', '165514.650000', '165515.110000', '165515.570000', '165516.030000', '165516.490000', '165516.950000', '165517.410000', '165517.870000', '165518.330000', '165518.790000', '165519.250000', '165519.710000', '165520.170000', '165520.630000', '165521.090000', '165521.550000', '165522.010000', '165522.470000', '165522.930000', '165523.390000', '165523.850000', '165524.310000', '165524.770000', '165525.230000', '165525.690000', '165526.150000', '165526.610000', '165527.070000', '165527.530000', '165527.990000', '165528.450000', '165528.910000', '165529.370000', '165529.830000', '165530.290000', '165530.750000', '165531.210000', '165531.670000', '165532.130000', '165532.590000', '165533.050000', '165533.510000', '165533.970000', '165534.430000', '165534.890000', '165535.350000', '165535.810000', '165536.270000', '165536.730000', '165537.190000', '165537.650000', '165538.110000', '165538.570000', '165539.030000', '165539.490000', '165539.950000', '165540.410000', '165540.870000', '165541.330000', '165541.790000', '165542.250000', '165542.710000', '165543.170000', '165543.630000', '165544.090000', '165544.550000', '165545.010000', '165545.470000', '165545.930000', '165546.390000', '165546.850000', '165547.310000', '165547.770000', '165548.230000', '165548.690000', '165549.150000', '165549.610000', '165550.070000', '165550.530000', '165550.990000', '165551.450000', '165551.910000', '165552.370000', '165552.830000', '165553.290000', '165553.750000', '165554.210000', '165554.670000', '165555.130000', '165555.590000', '165556.050000', '165556.510000', '165556.970000', '165557.430000', '165557.890000', '165558.350000', '165558.810000', '165559.270000', '165559.730000', '165600.190000', '165600.650000', '165601.110000', '165601.570000', '165602.030000', '165602.490000', '165602.950000', '165603.410000', '165603.870000', '165604.330000', '165604.790000', '165605.250000', '165605.710000', '165606.170000', '165606.630000', '165607.090000', '165607.550000', '165608.010000', '165608.470000', '165608.930000', '165609.390000', '165609.850000', '165610.310000', '165610.770000', '165611.230000', '165611.690000', '165612.150000', '165612.610000', '165613.070000', '165613.530000', '165613.990000', '165614.450000', '165614.910000', '165615.370000', '165615.830000', '165616.290000', '165616.750000', '165617.210000', '165617.670000', '165618.130000', '165618.590000', '165619.050000', '165619.510000', '165619.970000', '165620.430000', '165620.890000', '165621.350000', '165621.810000', '165622.270000', '165622.730000', '165623.190000', '165623.650000', '165624.110000', '165624.570000', '165625.030000', '165625.490000', '165625.950000', '165626.410000', '165626.870000', '165627.330000', '165627.790000', '165628.250000', '165628.710000', '165629.170000', '165629.630000', '165630.090000', '165630.550000', '165631.010000', '165631.470000', '165631.930000', '165632.390000', '165632.850000', '165633.310000', '165633.770000', '165634.230000', '165634.690000', '165635.150000', '165635.610000', '165636.070000', '165636.530000', '165636.990000', '165637.450000', '165637.910000', '165638.370000', '165638.830000', '165639.290000', '165639.750000', '165640.210000', '165640.670000', '165641.130000', '165641.590000', '165642.050000', '165642.510000', '165642.970000', '165643.430000', '165643.890000', '165644.350000', '165644.810000', '165645.270000', '165645.730000', '165646.190000', '165646.650000', '165647.110000', '165647.570000', '165648.030000', '165648.490000', '165648.950000', '165649.410000', '165649.870000', '165650.330000', '165650.790000', '165651.250000', '165651.710000', '165652.170000', '165652.630000', '165653.090000', '165653.550000', '165654.010000', '165654.470000', '165654.930000', '165655.390000', '165655.850000', '165656.310000', '165656.770000', '165657.230000', '165657.690000', '165658.150000', '165658.610000', '165659.070000', '165659.530000', '165659.990000', '165700.450000', '165700.910000', '165701.370000', '165701.830000', '165702.290000', '165702.750000', '165703.210000', '165703.670000', '165704.130000', '165704.590000', '165705.050000', '165705.510000', '165705.970000', '165706.430000', '165706.890000', '165707.350000', '165707.810000', '165708.270000', '165708.730000', '165709.190000', '165709.650000', '165710.110000', '165710.570000', '165711.030000', '165711.490000', '165711.950000', '165712.410000', '165712.870000', '165713.330000', '165713.790000', '165714.250000', '165714.710000', '165715.170000', '165715.630000', '165716.090000', '165716.550000', '165717.010000', '165717.470000', '165717.930000', '165718.390000', '165718.850000', '165719.310000', '165719.770000', '165720.230000', '165720.690000', '165721.150000', '165721.610000', '165722.070000', '165722.530000', '165722.990000', '165723.450000', '165723.910000', '165724.370000', '165724.830000', '165725.290000', '165725.750000', '165726.210000', '165726.670000', '165727.130000', '165727.590000', '165728.050000', '165728.510000', '165728.970000', '165729.430000', '165729.890000', '165730.350000', '165730.810000', '165731.270000', '165731.730000', '165732.190000', '165732.650000', '165733.110000', '165733.570000', '165734.030000', '165734.490000', '165734.950000', '165735.410000', '165735.870000', '165736.330000', '165736.790000', '165737.250000', '165737.710000', '165738.170000', '165738.630000', '165739.090000', '165739.550000', '165740.010000', '165740.470000', '165740.930000', '165741.390000', '165741.850000', '165742.310000', '165742.770000', '165743.230000', '165743.690000', '165744.150000', '165744.610000', '165745.070000', '165745.530000', '165745.990000', '165746.450000', '165746.910000', '165747.370000', '165747.830000', '165748.290000', '165748.750000', '165749.210000', '165749.670000', '165750.130000', '165750.590000', '165751.050000', '165751.510000', '165751.970000', '165752.430000', '165752.890000', '165753.350000', '165753.810000', '165754.270000', '165754.730000', '165755.190000', '165755.650000', '165756.110000', '165756.570000', '165757.030000', '165757.490000', '165757.950000', '165758.410000', '165758.870000', '165759.330000', '165759.790000', '165800.250000', '165800.710000', '165801.170000', '165801.630000', '165802.090000', '165802.550000', '165803.010000', '165803.470000', '165803.930000', '165804.390000', '165804.850000', '165805.310000', '165805.770000', '165806.230000', '165806.690000', '165807.150000', '165807.610000', '165808.070000', '165808.530000', '165808.990000', '165809.450000', '165809.910000', '165810.370000', '165810.830000', '165811.290000', '165811.750000', '165812.210000', '165812.670000', '165813.130000', '165813.590000', '165814.050000', '165814.510000', '165814.970000', '165815.430000', '165815.890000', '165816.350000', '165816.810000', '165817.270000', '165817.730000', '165818.190000', '165818.650000', '165819.110000', '165819.570000', '165820.030000', '165820.490000', '165820.950000', '165821.410000', '165821.870000', '165822.330000', '165822.790000', '165823.250000', '165823.710000', '165824.170000', '165824.630000', '165825.090000', '165825.550000', '165826.010000', '165826.470000', '165826.930000', '165827.390000', '165827.850000', '165828.310000', '165828.770000', '165829.230000', '165829.690000', '165830.150000', '165830.610000', '165831.070000', '165831.530000', '165831.990000', '165832.450000', '165832.910000', '165833.370000', '165833.830000', '165834.290000', '165834.750000', '165835.210000', '165835.670000', '165836.130000', '165836.590000', '165837.050000', '165837.510000', '165837.970000', '165838.430000', '165838.890000', '165839.350000', '165839.810000', '165840.270000', '165840.730000', '165841.190000', '165841.650000', '165842.110000', '165842.570000', '165843.030000', '165843.490000', '165843.950000', '165844.410000', '165844.870000', '165845.330000', '165845.790000', '165846.250000', '165846.710000', '165847.170000', '165847.630000', '165848.090000', '165848.550000', '165849.010000', '165849.470000', '165849.930000', '165850.390000', '165850.850000', '165851.310000', '165851.770000', '165852.230000', '165852.690000', '165853.150000', '165853.610000', '165854.070000', '165854.530000', '165854.990000', '165855.450000', '165855.910000', '165856.370000', '165856.830000', '165857.290000', '165857.750000', '165858.210000', '165858.670000', '165859.130000', '165859.590000', '165900.050000', '165900.510000', '165900.970000', '165901.430000', '165901.890000', '165902.350000', '165902.810000', '165903.270000', '165903.730000', '165904.190000', '165904.650000', '165905.110000', '165905.570000', '165906.030000', '165906.490000', '165906.950000', '165907.410000', '165907.870000', '165908.330000', '165908.790000', '165909.250000', '165909.710000', '165910.170000', '165910.630000', '165911.090000', '165911.550000', '165912.010000', '165912.470000', '165912.930000', '165913.390000', '165913.850000', '165914.310000', '165914.770000', '165915.230000', '165915.690000', '165916.150000', '165916.610000', '165917.070000', '165917.530000', '165917.990000', '165918.450000', '165918.910000', '165919.370000', '165919.830000', '165920.290000', '165920.750000', '165921.210000', '165921.670000', '165922.130000', '165922.590000', '165923.050000', '165923.510000', '165923.970000', '165924.430000', '165924.890000', '165925.350000', '165925.810000', '165926.270000', '165926.730000', '165927.190000', '165927.650000', '165928.110000', '165928.570000', '165929.030000', '165929.490000', '165929.950000', '165930.410000', '165930.870000', '165931.330000', '165931.790000', '165932.250000', '165932.710000', '165933.170000', '165933.630000', '165934.090000', '165934.550000', '165935.010000', '165935.470000', '165935.930000', '165936.390000', '165936.850000', '165937.310000', '165937.770000', '165938.230000', '165938.690000', '165939.150000', '165939.610000', '165940.070000', '165940.530000', '165940.990000', '165941.450000', '165941.910000', '165942.370000', '165942.830000', '165943.290000', '165943.750000', '165944.210000', '165944.670000', '165945.130000', '165945.590000', '165946.050000', '165946.510000', '165946.970000', '165947.430000', '165947.890000', '165948.350000', '165948.810000', '165949.270000', '165949.730000', '165950.190000', '165950.650000', '165951.110000', '165951.570000', '165952.030000', '165952.490000', '165952.950000', '165953.410000', '165953.870000', '165954.330000', '165954.790000', '165955.250000', '165955.710000', '165956.170000', '165956.630000', '165957.090000', '165957.550000', '165958.010000', '165958.470000', '165958.930000', '165959.390000', '165959.850000', '170000.310000', '170000.770000', '170001.230000', '170001.690000', '170002.150000', '170002.610000', '170003.070000', '170003.530000', '170003.990000', '170004.450000', '170004.910000', '170005.370000', '170005.830000', '170006.290000', '170006.750000', '170007.210000', '170007.670000', '170008.130000', '170008.590000', '170009.050000', '170009.510000', '170009.970000', '170010.430000', '170010.890000', '170011.350000', '170011.810000', '170012.270000', '170012.730000', '170013.190000', '170013.650000', '170014.110000', '170014.570000', '170015.030000', '170015.490000', '170015.950000', '170016.410000', '170016.870000', '170017.330000', '170017.790000', '170018.250000', '170018.710000', '170019.170000', '170019.630000', '170020.090000', '170020.550000', '170021.010000', '170021.470000', '170021.930000', '170022.390000', '170022.850000', '170023.310000', '170023.770000', '170024.230000', '170024.690000', '170025.150000', '170025.610000', '170026.070000', '170026.530000', '170026.990000', '170027.450000', '170027.910000', '170028.370000', '170028.830000', '170029.290000', '170029.750000', '170030.210000', '170030.670000', '170031.130000', '170031.590000', '170032.050000', '170032.510000', '170032.970000', '170033.430000', '170033.890000', '170034.350000', '170034.810000', '170035.270000', '170035.730000', '170036.190000', '170036.650000', '170037.110000', '170037.570000', '170038.030000', '170038.490000', '170038.950000', '170039.410000', '170039.870000', '170040.330000', '170040.790000', '170041.250000', '170041.710000', '170042.170000', '170042.630000', '170043.090000', '170043.550000', '170044.010000', '170044.470000', '170044.930000', '170045.390000', '170045.850000', '170046.310000', '170046.770000', '170047.230000', '170047.690000', '170048.150000', '170048.610000', '170049.070000', '170049.530000', '170049.990000', '170050.450000', '170050.910000', '170051.370000', '170051.830000', '170052.290000', '170052.750000', '170053.210000', '170053.670000', '170054.130000', '170054.590000', '170055.050000', '170055.510000', '170055.970000', '170056.430000', '170056.890000', '170057.350000', '170057.810000', '170058.270000', '170058.730000', '170059.190000', '170059.650000', '170100.110000', '170100.570000', '170101.030000', '170101.490000', '170101.950000', '170102.410000', '170102.870000', '170103.330000', '170103.790000', '170104.250000', '170104.710000', '170105.170000', '170105.630000', '170106.090000', '170106.550000', '170107.010000', '170107.470000', '170107.930000', '170108.390000', '170108.850000', '170109.310000', '170109.770000', '170110.230000', '170110.690000', '170111.150000', '170111.610000', '170112.070000', '170112.530000', '170112.990000', '170113.450000', '170113.910000', '170114.370000', '170114.830000', '170115.290000', '170115.750000', '170116.210000', '170116.670000', '170117.130000', '170117.590000', '170118.050000', '170118.510000', '170118.970000', '170119.430000', '170119.890000', '170120.350000', '170120.810000', '170121.270000', '170121.730000', '170122.190000', '170122.650000', '170123.110000', '170123.570000', '170124.030000', '170124.490000', '170124.950000', '170125.410000', '170125.870000', '170126.330000', '170126.790000', '170127.250000', '170127.710000', '170128.170000', '170128.630000', '170129.090000', '170129.550000', '170130.010000', '170130.470000', '170130.930000', '170131.390000', '170131.850000', '170132.310000', '170132.770000', '170133.230000', '170133.690000', '170134.150000', '170134.610000', '170135.070000', '170135.530000', '170135.990000', '170136.450000', '170136.910000', '170137.370000', '170137.830000', '170138.290000', '170138.750000', '170139.210000', '170139.670000', '170140.130000', '170140.590000', '170141.050000', '170141.510000', '170141.970000', '170142.430000', '170142.890000', '170143.350000', '170143.810000', '170144.270000', '170144.730000', '170145.190000', '170145.650000', '170146.110000', '170146.570000', '170147.030000', '170147.490000', '170147.950000', '170148.410000', '170148.870000', '170149.330000', '170149.790000', '170150.250000', '170150.710000', '170151.170000', '170151.630000', '170152.090000', '170152.550000', '170153.010000', '170153.470000', '170153.930000', '170154.390000', '170154.850000', '170155.310000', '170155.770000', '170156.230000', '170156.690000', '170157.150000', '170157.610000', '170158.070000', '170158.530000', '170158.990000', '170159.450000', '170159.910000', '170200.370000', '170200.830000', '170201.290000', '170201.750000', '170202.210000', '170202.670000', '170203.130000', '170203.590000', '170204.050000', '170204.510000', '170204.970000', '170205.430000', '170205.890000', '170206.350000', '170206.810000', '170207.270000', '170207.730000', '170208.190000', '170208.650000', '170209.110000', '170209.570000', '170210.030000', '170210.490000', '170210.950000', '170211.410000', '170211.870000', '170212.330000', '170212.790000', '170213.250000', '170213.710000', '170214.170000', '170214.630000', '170215.090000', '170215.550000', '170216.010000', '170216.470000', '170216.930000', '170217.390000', '170217.850000', '170218.310000', '170218.770000', '170219.230000', '170219.690000', '170220.150000', '170220.610000', '170221.070000', '170221.530000', '170221.990000', '170222.450000', '170222.910000', '170223.370000', '170223.830000', '170224.290000', '170224.750000', '170225.210000', '170225.670000', '170226.130000', '170226.590000', '170227.050000', '170227.510000', '170227.970000', '170228.430000', '170228.890000', '170229.350000', '170229.810000', '170230.270000', '170230.730000', '170231.190000', '170231.650000', '170232.110000', '170232.570000', '170233.030000', '170233.490000', '170233.950000', '170234.410000', '170234.870000', '170235.330000', '170235.790000', '170236.250000', '170236.710000', '170237.170000', '170237.630000', '170238.090000', '170238.550000', '170239.010000', '170239.470000', '170239.930000', '170240.390000', '170240.850000', '170241.310000', '170241.770000', '170242.230000', '170242.690000', '170243.150000', '170243.610000', '170244.070000', '170244.530000', '170244.990000', '170245.450000', '170245.910000', '170246.370000', '170246.830000', '170247.290000', '170247.750000', '170248.210000', '170248.670000', '170249.130000', '170249.590000', '170250.050000', '170250.510000', '170250.970000', '170251.430000', '170251.890000', '170252.350000', '170252.810000', '170253.270000'], 'ContentTime': ['165305.228000', '165305.231000', '165305.234000', '165305.237000', '165305.239000', '165305.242000', '165305.245000', '165305.247000', '165305.250000', '165305.252000', '165305.255000', '165305.258000', '165305.260000', '165305.263000', '165305.265000', '165305.268000', '165305.271000', '165305.273000', '165305.276000', '165305.278000', '165305.281000', '165305.284000', '165305.286000', '165305.289000', '165305.291000', '165305.294000', '165305.297000', '165305.299000', '165305.302000', '165305.304000', '165305.307000', '165305.314000', '165305.316000', '165305.319000', '165305.321000', '165305.324000', '165305.327000', '165305.330000', '165305.332000', '165305.335000', '165305.337000', '165305.340000', '165305.343000', '165305.345000', '165305.348000', '165305.351000', '165305.354000', '165305.357000', '165305.359000', '165305.362000', '165305.364000', '165305.367000', '165305.369000', '165305.372000', '165325.193000', '165325.196000', '165325.199000', '165325.202000', '165325.204000', '165325.207000', '165325.209000', '165325.212000', '165325.214000', '165325.217000', '165325.219000', '165325.227000', '165325.230000', '165325.232000', '165325.235000', '165325.238000', '165325.241000', '165325.244000', '165325.247000', '165325.250000', '165325.252000', '165325.255000', '165325.257000', '165325.260000', '165325.262000', '165325.265000', '165325.268000', '165325.270000', '165325.273000', '165325.276000', '165325.278000', '165325.281000', '165325.283000', '165325.286000', '165325.288000', '165325.291000', '165325.294000', '165325.296000', '165325.299000', '165325.301000', '165325.304000', '165325.306000', '165325.309000', '165345.192000', '165345.195000', '165345.198000', '165345.200000', '165345.203000', '165345.214000', '165345.217000', '165345.219000', '165345.222000', '165345.224000', '165345.227000', '165345.229000', '165345.232000', '165345.235000', '165345.237000', '165345.240000', '165345.242000', '165345.245000', '165345.248000', '165345.250000', '165345.253000', '165345.255000', '165345.258000', '165345.260000', '165345.263000', '165345.265000', '165345.268000', '165345.271000', '165345.273000', '165345.309000', '165345.312000', '165345.315000', '165345.317000', '165345.320000', '165345.323000', '165345.325000', '165345.328000', '165345.330000', '165345.333000', '165345.335000', '165345.338000', '165345.341000', '165345.343000', '165345.346000', '165405.193000', '165405.195000', '165405.198000', '165405.201000', '165405.203000', '165405.206000', '165405.208000', '165405.211000', '165405.213000', '165405.216000', '165405.219000', '165405.221000', '165405.224000', '165405.226000', '165405.229000', '165405.231000', '165405.234000', '165405.237000', '165405.239000', '165405.242000', '165405.244000', '165405.247000', '165405.250000', '165405.252000', '165405.255000', '165405.257000', '165405.260000', '165405.262000', '165405.265000', '165405.268000', '165405.270000', '165405.273000', '165405.275000', '165405.278000', '165405.281000', '165405.283000', '165405.286000', '165405.288000', '165405.291000', '165405.293000', '165405.296000', '165405.299000', '165405.301000', '165425.192000', '165425.195000', '165425.198000', '165425.200000', '165425.203000', '165425.206000', '165425.208000', '165425.211000', '165425.213000', '165425.216000', '165425.219000', '165425.221000', '165425.224000', '165425.227000', '165425.229000', '165425.232000', '165425.234000', '165425.237000', '165425.240000', '165425.242000', '165425.245000', '165425.247000', '165425.250000', '165425.252000', '165425.255000', '165425.258000', '165425.260000', '165425.263000', '165425.266000', '165425.268000', '165425.271000', '165425.273000', '165425.276000', '165425.278000', '165425.287000', '165425.290000', '165425.292000', '165425.295000', '165425.297000', '165425.300000', '165425.303000', '165425.305000', '165425.308000', '165425.311000', '165445.192000', '165445.195000', '165445.198000', '165445.200000', '165445.203000', '165445.206000', '165445.208000', '165445.211000', '165445.213000', '165445.216000', '165445.218000', '165445.221000', '165445.224000', '165445.226000', '165445.229000', '165445.232000', '165445.234000', '165445.237000', '165445.239000', '165445.242000', '165445.244000', '165445.247000', '165445.250000', '165445.252000', '165445.255000', '165445.257000', '165445.260000', '165445.263000', '165445.271000', '165445.273000', '165445.276000', '165445.278000', '165445.281000', '165445.283000', '165445.286000', '165445.289000', '165445.291000', '165445.294000', '165445.296000', '165445.299000', '165445.302000', '165445.304000', '165445.307000', '165505.194000', '165505.197000', '165505.199000', '165505.202000', '165505.204000', '165505.207000', '165505.209000', '165505.212000', '165505.215000', '165505.217000', '165505.220000', '165505.222000', '165505.225000', '165505.228000', '165505.230000', '165505.233000', '165505.235000', '165505.238000', '165505.241000', '165505.243000', '165505.246000', '165505.248000', '165505.251000', '165505.253000', '165505.256000', '165505.259000', '165505.261000', '165505.264000', '165505.266000', '165505.269000', '165505.271000', '165505.274000', '165505.277000', '165505.279000', '165505.282000', '165505.284000', '165505.287000', '165505.289000', '165505.292000', '165505.295000', '165505.297000', '165505.300000', '165505.302000', '165505.305000', '165525.193000', '165525.196000', '165525.199000', '165525.201000', '165525.204000', '165525.206000', '165525.209000', '165525.212000', '165525.222000', '165525.225000', '165525.228000', '165525.230000', '165525.233000', '165525.236000', '165525.238000', '165525.241000', '165525.243000', '165525.246000', '165525.248000', '165525.251000', '165525.254000', '165525.256000', '165525.259000', '165525.261000', '165525.281000', '165525.283000', '165525.286000', '165525.288000', '165525.291000', '165525.294000', '165525.296000', '165525.299000', '165525.301000', '165525.304000', '165525.307000', '165525.309000', '165525.312000', '165525.315000', '165525.317000', '165525.320000', '165525.322000', '165525.325000', '165525.327000', '165545.193000', '165545.196000', '165545.199000', '165545.201000', '165545.204000', '165545.207000', '165545.209000', '165545.212000', '165545.215000', '165545.217000', '165545.220000', '165545.222000', '165545.225000', '165545.228000', '165545.230000', '165545.233000', '165545.235000', '165545.238000', '165545.240000', '165545.243000', '165545.246000', '165545.248000', '165545.251000', '165545.253000', '165545.256000', '165545.259000', '165545.261000', '165545.264000', '165545.266000', '165545.269000', '165545.272000', '165545.274000', '165545.277000', '165545.279000', '165545.282000', '165545.285000', '165545.287000', '165545.290000', '165545.292000', '165545.295000', '165545.297000', '165545.300000', '165545.303000', '165545.305000', '165605.192000', '165605.195000', '165605.198000', '165605.200000', '165605.203000', '165605.206000', '165605.208000', '165605.211000', '165605.214000', '165605.216000', '165605.219000', '165605.221000', '165605.224000', '165605.227000', '165605.229000', '165605.232000', '165605.234000', '165605.237000', '165605.240000', '165605.242000', '165605.245000', '165605.247000', '165605.250000', '165605.253000', '165605.255000', '165605.258000', '165605.260000', '165605.263000', '165605.266000', '165605.268000', '165605.271000', '165605.273000', '165605.276000', '165605.279000', '165605.281000', '165605.284000', '165605.286000', '165605.289000', '165605.292000', '165605.299000', '165605.302000', '165605.305000', '165605.307000', '165625.193000', '165625.195000', '165625.198000', '165625.201000', '165625.203000', '165625.206000', '165625.208000', '165625.211000', '165625.214000', '165625.216000', '165625.219000', '165625.222000', '165625.224000', '165625.227000', '165625.229000', '165625.232000', '165625.234000', '165625.237000', '165625.240000', '165625.242000', '165625.245000', '165625.247000', '165625.250000', '165625.253000', '165625.255000', '165625.258000', '165625.260000', '165625.263000', '165625.265000', '165625.268000', '165625.271000', '165625.273000', '165625.276000', '165625.278000', '165625.281000', '165625.284000', '165625.286000', '165625.289000', '165625.291000', '165625.294000', '165625.297000', '165625.299000', '165625.302000', '165625.304000', '165645.192000', '165645.195000', '165645.198000', '165645.200000', '165645.203000', '165645.206000', '165645.208000', '165645.211000', '165645.213000', '165645.216000', '165645.219000', '165645.221000', '165645.224000', '165645.227000', '165645.229000', '165645.232000', '165645.234000', '165645.237000', '165645.239000', '165645.242000', '165645.245000', '165645.247000', '165645.250000', '165645.253000', '165645.255000', '165645.258000', '165645.260000', '165645.263000', '165645.265000', '165645.268000', '165645.271000', '165645.273000', '165645.276000', '165645.278000', '165645.281000', '165645.284000', '165645.286000', '165645.289000', '165645.291000', '165645.294000', '165645.296000', '165645.299000', '165645.302000', '165705.193000', '165705.196000', '165705.199000', '165705.202000', '165705.204000', '165705.207000', '165705.209000', '165705.212000', '165705.215000', '165705.217000', '165705.220000', '165705.222000', '165705.225000', '165705.228000', '165705.230000', '165705.233000', '165705.235000', '165705.238000', '165705.241000', '165705.243000', '165705.260000', '165705.263000', '165705.265000', '165705.268000', '165705.271000', '165705.274000', '165705.276000', '165705.279000', '165705.282000', '165705.284000', '165705.287000', '165705.289000', '165705.292000', '165705.294000', '165705.297000', '165705.300000', '165705.302000', '165705.305000', '165705.308000', '165705.310000', '165705.313000', '165705.316000', '165705.318000', '165705.321000', '165725.194000', '165725.196000', '165725.199000', '165725.202000', '165725.204000', '165725.207000', '165725.209000', '165725.212000', '165725.215000', '165725.217000', '165725.220000', '165725.222000', '165725.225000', '165725.228000', '165725.230000', '165725.233000', '165725.235000', '165725.238000', '165725.241000', '165725.243000', '165725.246000', '165725.248000', '165725.251000', '165725.254000', '165725.256000', '165725.259000', '165725.261000', '165725.264000', '165725.266000', '165725.269000', '165725.272000', '165725.274000', '165725.277000', '165725.279000', '165725.282000', '165725.285000', '165725.287000', '165725.290000', '165725.292000', '165725.295000', '165725.297000', '165725.300000', '165725.303000', '165745.194000', '165745.196000', '165745.199000', '165745.202000', '165745.204000', '165745.207000', '165745.210000', '165745.212000', '165745.215000', '165745.217000', '165745.220000', '165745.222000', '165745.225000', '165745.228000', '165745.230000', '165745.233000', '165745.235000', '165745.238000', '165745.241000', '165745.243000', '165745.246000', '165745.248000', '165745.251000', '165745.254000', '165745.256000', '165745.259000', '165745.261000', '165745.264000', '165745.267000', '165745.269000', '165745.272000', '165745.274000', '165745.277000', '165745.280000', '165745.282000', '165745.285000', '165745.287000', '165745.290000', '165745.293000', '165745.295000', '165745.298000', '165745.300000', '165745.303000', '165745.305000', '165805.193000', '165805.196000', '165805.199000', '165805.201000', '165805.204000', '165805.207000', '165805.209000', '165805.212000', '165805.214000', '165805.217000', '165805.219000', '165805.222000', '165805.225000', '165805.227000', '165805.230000', '165805.232000', '165805.235000', '165805.238000', '165805.240000', '165805.243000', '165805.245000', '165805.248000', '165805.251000', '165805.253000', '165805.256000', '165805.258000', '165805.261000', '165805.263000', '165805.266000', '165805.269000', '165805.271000', '165805.274000', '165805.277000', '165805.279000', '165805.284000', '165805.286000', '165805.289000', '165805.291000', '165805.294000', '165805.297000', '165805.299000', '165805.302000', '165805.305000', '165825.193000', '165825.195000', '165825.198000', '165825.201000', '165825.203000', '165825.206000', '165825.208000', '165825.211000', '165825.213000', '165825.216000', '165825.219000', '165825.221000', '165825.224000', '165825.227000', '165825.229000', '165825.232000', '165825.235000', '165825.238000', '165825.241000', '165825.243000', '165825.246000', '165825.249000', '165825.251000', '165825.254000', '165825.256000', '165825.259000', '165825.262000', '165825.264000', '165825.267000', '165825.269000', '165825.272000', '165825.293000', '165825.296000', '165825.298000', '165825.301000', '165825.304000', '165825.306000', '165825.309000', '165825.311000', '165825.314000', '165825.317000', '165825.319000', '165825.322000', '165845.192000', '165845.195000', '165845.198000', '165845.200000', '165845.203000', '165845.206000', '165845.208000', '165845.211000', '165845.213000', '165845.216000', '165845.218000', '165845.221000', '165845.224000', '165845.226000', '165845.229000', '165845.231000', '165845.234000', '165845.237000', '165845.239000', '165845.242000', '165845.244000', '165845.247000', '165845.249000', '165845.252000', '165845.254000', '165845.257000', '165845.260000', '165845.262000', '165845.265000', '165845.267000', '165845.270000', '165845.273000', '165845.275000', '165845.278000', '165845.280000', '165845.283000', '165845.285000', '165845.288000', '165845.291000', '165845.293000', '165845.296000', '165845.298000', '165845.301000', '165845.304000', '165905.193000', '165905.195000', '165905.198000', '165905.201000', '165905.203000', '165905.206000', '165905.208000', '165905.211000', '165905.214000', '165905.216000', '165905.219000', '165905.221000', '165905.224000', '165905.226000', '165905.229000', '165905.232000', '165905.234000', '165905.237000', '165905.239000', '165905.242000', '165905.245000', '165905.247000', '165905.250000', '165905.252000', '165905.255000', '165905.257000', '165905.260000', '165905.263000', '165905.265000', '165905.268000', '165905.270000', '165905.273000', '165905.276000', '165905.278000', '165905.281000', '165905.283000', '165905.286000', '165905.288000', '165905.291000', '165905.294000', '165905.296000', '165905.299000', '165905.301000', '165905.304000', '165925.193000', '165925.195000', '165925.198000', '165925.200000', '165925.203000', '165925.206000', '165925.208000', '165925.211000', '165925.213000', '165925.216000', '165925.218000', '165925.221000', '165925.224000', '165925.226000', '165925.229000', '165925.231000', '165925.234000', '165925.236000', '165925.239000', '165925.242000', '165925.244000', '165925.247000', '165925.249000', '165925.252000', '165925.254000', '165925.257000', '165925.260000', '165925.262000', '165925.265000', '165925.267000', '165925.270000', '165925.272000', '165925.275000', '165925.278000', '165925.280000', '165925.283000', '165925.285000', '165925.288000', '165925.291000', '165925.293000', '165925.296000', '165925.298000', '165925.301000', '165945.194000', '165945.197000', '165945.199000', '165945.202000', '165945.204000', '165945.207000', '165945.209000', '165945.212000', '165945.215000', '165945.217000', '165945.220000', '165945.222000', '165945.225000', '165945.228000', '165945.230000', '165945.233000', '165945.235000', '165945.238000', '165945.240000', '165945.243000', '165945.246000', '165945.248000', '165945.251000', '165945.254000', '165945.256000', '165945.259000', '165945.261000', '165945.264000', '165945.266000', '165945.269000', '165945.272000', '165945.275000', '165945.278000', '165945.280000', '165945.283000', '165945.286000', '165945.288000', '165945.291000', '165945.293000', '165945.296000', '165945.298000', '165945.301000', '165945.331000', '170005.194000', '170005.197000', '170005.199000', '170005.202000', '170005.204000', '170005.207000', '170005.209000', '170005.212000', '170005.215000', '170005.217000', '170005.220000', '170005.222000', '170005.225000', '170005.228000', '170005.230000', '170005.233000', '170005.236000', '170005.238000', '170005.241000', '170005.243000', '170005.246000', '170005.249000', '170005.251000', '170005.254000', '170005.257000', '170005.259000', '170005.262000', '170005.265000', '170005.267000', '170005.270000', '170005.273000', '170005.275000', '170005.278000', '170005.280000', '170005.283000', '170005.285000', '170005.288000', '170005.291000', '170005.293000', '170005.296000', '170005.298000', '170005.301000', '170005.304000', '170005.306000', '170025.193000', '170025.196000', '170025.199000', '170025.202000', '170025.204000', '170025.207000', '170025.209000', '170025.212000', '170025.214000', '170025.217000', '170025.220000', '170025.222000', '170025.225000', '170025.228000', '170025.230000', '170025.233000', '170025.235000', '170025.238000', '170025.241000', '170025.243000', '170025.246000', '170025.249000', '170025.251000', '170025.254000', '170025.256000', '170025.259000', '170025.262000', '170025.264000', '170025.267000', '170025.269000', '170025.272000', '170025.274000', '170025.277000', '170025.280000', '170025.282000', '170025.285000', '170025.288000', '170025.290000', '170025.293000', '170025.295000', '170025.298000', '170025.301000', '170025.303000', '170045.193000', '170045.195000', '170045.198000', '170045.201000', '170045.203000', '170045.206000', '170045.208000', '170045.211000', '170045.213000', '170045.216000', '170045.219000', '170045.221000', '170045.224000', '170045.226000', '170045.229000', '170045.232000', '170045.234000', '170045.237000', '170045.239000', '170045.242000', '170045.245000', '170045.247000', '170045.250000', '170045.252000', '170045.255000', '170045.257000', '170045.260000', '170045.263000', '170045.265000', '170045.268000', '170045.270000', '170045.273000', '170045.276000', '170045.278000', '170045.281000', '170045.283000', '170045.286000', '170045.288000', '170045.291000', '170045.294000', '170045.296000', '170045.299000', '170045.301000', '170045.304000', '170105.193000', '170105.195000', '170105.198000', '170105.201000', '170105.203000', '170105.206000', '170105.208000', '170105.211000', '170105.213000', '170105.216000', '170105.219000', '170105.221000', '170105.224000', '170105.226000', '170105.229000', '170105.232000', '170105.234000', '170105.237000', '170105.240000', '170105.242000', '170105.245000', '170105.247000', '170105.250000', '170105.253000', '170105.255000', '170105.258000', '170105.261000', '170105.263000', '170105.266000', '170105.269000', '170105.271000', '170105.274000', '170105.276000', '170105.279000', '170105.281000', '170105.284000', '170105.287000', '170105.289000', '170105.323000', '170105.326000', '170105.329000', '170105.331000', '170105.334000', '170125.192000', '170125.195000', '170125.198000', '170125.201000', '170125.203000', '170125.206000', '170125.208000', '170125.211000', '170125.213000', '170125.216000', '170125.219000', '170125.221000', '170125.224000', '170125.226000', '170125.229000', '170125.232000', '170125.234000', '170125.237000', '170125.239000', '170125.242000', '170125.244000', '170125.247000', '170125.250000', '170125.252000', '170125.255000', '170125.257000', '170125.260000', '170125.263000', '170125.265000', '170125.268000', '170125.270000', '170125.273000', '170125.276000', '170125.278000', '170125.281000', '170125.283000', '170125.286000', '170125.289000', '170125.291000', '170125.294000', '170125.296000', '170125.299000', '170125.302000', '170125.304000', '170145.193000', '170145.195000', '170145.198000', '170145.201000', '170145.203000', '170145.206000', '170145.208000', '170145.211000', '170145.214000', '170145.216000', '170145.219000', '170145.221000', '170145.224000', '170145.227000', '170145.229000', '170145.232000', '170145.234000', '170145.237000', '170145.240000', '170145.243000', '170145.246000', '170145.248000', '170145.251000', '170145.254000', '170145.256000', '170145.259000', '170145.261000', '170145.264000', '170145.266000', '170145.269000', '170145.272000', '170145.274000', '170145.277000', '170145.279000', '170145.282000', '170145.285000', '170145.287000', '170145.290000', '170145.292000', '170145.295000', '170145.297000', '170145.300000', '170145.303000', '170205.194000', '170205.197000', '170205.199000', '170205.202000', '170205.204000', '170205.207000', '170205.209000', '170205.212000', '170205.215000', '170205.217000', '170205.220000', '170205.222000', '170205.225000', '170205.228000', '170205.230000', '170205.233000', '170205.235000', '170205.238000', '170205.241000', '170205.243000', '170205.246000', '170205.248000', '170205.251000', '170205.254000', '170205.256000', '170205.259000', '170205.261000', '170205.264000', '170205.266000', '170205.269000', '170205.272000', '170205.274000', '170205.277000', '170205.280000', '170205.283000', '170205.285000', '170205.288000', '170205.291000', '170205.293000', '170205.296000', '170205.299000', '170205.301000', '170205.304000', '170205.306000', '170225.194000', '170225.196000', '170225.199000', '170225.202000', '170225.204000', '170225.207000', '170225.209000', '170225.212000', '170225.214000', '170225.217000', '170225.220000', '170225.222000', '170225.225000', '170225.227000', '170225.230000', '170225.233000', '170225.235000', '170225.238000', '170225.240000', '170225.243000', '170225.245000', '170225.248000', '170225.251000', '170225.253000', '170225.256000', '170225.258000', '170225.261000', '170225.263000', '170225.266000', '170225.269000', '170225.271000', '170225.274000', '170225.276000', '170225.279000', '170225.282000', '170225.299000', '170225.301000', '170225.304000', '170225.307000', '170225.309000', '170225.312000', '170225.314000', '170225.317000', '170245.194000', '170245.196000', '170245.199000', '170245.202000', '170245.204000', '170245.207000', '170245.209000', '170245.212000', '170245.215000', '170245.217000', '170245.220000', '170245.222000', '170245.225000', '170245.227000', '170245.230000', '170245.233000', '170245.235000', '170245.238000', '170245.241000', '170245.243000', '170245.246000', '170245.248000', '170245.251000', '170245.254000', '170245.256000', '170245.259000', '170245.261000', '170245.264000', '170245.266000', '170245.269000', '170245.272000', '170245.274000', '170245.277000', '170245.279000', '170245.282000', '170245.284000', '170245.287000', '170245.290000', '170245.292000', '170245.295000', '170245.297000', '170245.300000', '170245.302000', '170245.305000', '170254.314000', '170254.318000', '170254.321000', '170254.324000', '170254.326000', '170254.329000', '170254.332000', '170254.335000', '170254.338000', '170254.341000', '170254.344000', '170254.347000', '170254.351000', '170254.355000', '170254.358000', '170254.361000', '170254.364000', '170254.367000', '170254.370000', '170254.381000'], 'InstanceCreationTime': ['165305.228000', '165305.231000', '165305.234000', '165305.237000', '165305.239000', '165305.242000', '165305.245000', '165305.247000', '165305.250000', '165305.252000', '165305.255000', '165305.258000', '165305.260000', '165305.263000', '165305.265000', '165305.268000', '165305.271000', '165305.273000', '165305.276000', '165305.278000', '165305.281000', '165305.284000', '165305.286000', '165305.289000', '165305.291000', '165305.294000', '165305.297000', '165305.299000', '165305.302000', '165305.304000', '165305.307000', '165305.314000', '165305.316000', '165305.319000', '165305.321000', '165305.324000', '165305.327000', '165305.330000', '165305.332000', '165305.335000', '165305.337000', '165305.340000', '165305.343000', '165305.345000', '165305.348000', '165305.351000', '165305.354000', '165305.357000', '165305.359000', '165305.362000', '165305.364000', '165305.367000', '165305.369000', '165305.372000', '165325.193000', '165325.196000', '165325.199000', '165325.202000', '165325.204000', '165325.207000', '165325.209000', '165325.212000', '165325.214000', '165325.217000', '165325.219000', '165325.227000', '165325.230000', '165325.232000', '165325.235000', '165325.238000', '165325.241000', '165325.244000', '165325.247000', '165325.250000', '165325.252000', '165325.255000', '165325.257000', '165325.260000', '165325.262000', '165325.265000', '165325.268000', '165325.270000', '165325.273000', '165325.276000', '165325.278000', '165325.281000', '165325.283000', '165325.286000', '165325.288000', '165325.291000', '165325.294000', '165325.296000', '165325.299000', '165325.301000', '165325.304000', '165325.306000', '165325.309000', '165345.192000', '165345.195000', '165345.198000', '165345.200000', '165345.203000', '165345.214000', '165345.217000', '165345.219000', '165345.222000', '165345.224000', '165345.227000', '165345.229000', '165345.232000', '165345.235000', '165345.237000', '165345.240000', '165345.242000', '165345.245000', '165345.248000', '165345.250000', '165345.253000', '165345.255000', '165345.258000', '165345.260000', '165345.263000', '165345.265000', '165345.268000', '165345.271000', '165345.273000', '165345.309000', '165345.312000', '165345.315000', '165345.317000', '165345.320000', '165345.323000', '165345.325000', '165345.328000', '165345.330000', '165345.333000', '165345.335000', '165345.338000', '165345.341000', '165345.343000', '165345.346000', '165405.193000', '165405.195000', '165405.198000', '165405.201000', '165405.203000', '165405.206000', '165405.208000', '165405.211000', '165405.213000', '165405.216000', '165405.219000', '165405.221000', '165405.224000', '165405.226000', '165405.229000', '165405.231000', '165405.234000', '165405.237000', '165405.239000', '165405.242000', '165405.244000', '165405.247000', '165405.250000', '165405.252000', '165405.255000', '165405.257000', '165405.260000', '165405.262000', '165405.265000', '165405.268000', '165405.270000', '165405.273000', '165405.275000', '165405.278000', '165405.281000', '165405.283000', '165405.286000', '165405.288000', '165405.291000', '165405.293000', '165405.296000', '165405.299000', '165405.301000', '165425.192000', '165425.195000', '165425.198000', '165425.200000', '165425.203000', '165425.206000', '165425.208000', '165425.211000', '165425.213000', '165425.216000', '165425.219000', '165425.221000', '165425.224000', '165425.227000', '165425.229000', '165425.232000', '165425.234000', '165425.237000', '165425.240000', '165425.242000', '165425.245000', '165425.247000', '165425.250000', '165425.252000', '165425.255000', '165425.258000', '165425.260000', '165425.263000', '165425.266000', '165425.268000', '165425.271000', '165425.273000', '165425.276000', '165425.278000', '165425.287000', '165425.290000', '165425.292000', '165425.295000', '165425.297000', '165425.300000', '165425.303000', '165425.305000', '165425.308000', '165425.311000', '165445.192000', '165445.195000', '165445.198000', '165445.200000', '165445.203000', '165445.206000', '165445.208000', '165445.211000', '165445.213000', '165445.216000', '165445.218000', '165445.221000', '165445.224000', '165445.226000', '165445.229000', '165445.232000', '165445.234000', '165445.237000', '165445.239000', '165445.242000', '165445.244000', '165445.247000', '165445.250000', '165445.252000', '165445.255000', '165445.257000', '165445.260000', '165445.263000', '165445.271000', '165445.273000', '165445.276000', '165445.278000', '165445.281000', '165445.283000', '165445.286000', '165445.289000', '165445.291000', '165445.294000', '165445.296000', '165445.299000', '165445.302000', '165445.304000', '165445.307000', '165505.194000', '165505.197000', '165505.199000', '165505.202000', '165505.204000', '165505.207000', '165505.209000', '165505.212000', '165505.215000', '165505.217000', '165505.220000', '165505.222000', '165505.225000', '165505.228000', '165505.230000', '165505.233000', '165505.235000', '165505.238000', '165505.241000', '165505.243000', '165505.246000', '165505.248000', '165505.251000', '165505.253000', '165505.256000', '165505.259000', '165505.261000', '165505.264000', '165505.266000', '165505.269000', '165505.271000', '165505.274000', '165505.277000', '165505.279000', '165505.282000', '165505.284000', '165505.287000', '165505.289000', '165505.292000', '165505.295000', '165505.297000', '165505.300000', '165505.302000', '165505.305000', '165525.193000', '165525.196000', '165525.199000', '165525.201000', '165525.204000', '165525.206000', '165525.209000', '165525.212000', '165525.222000', '165525.225000', '165525.228000', '165525.230000', '165525.233000', '165525.236000', '165525.238000', '165525.241000', '165525.243000', '165525.246000', '165525.248000', '165525.251000', '165525.254000', '165525.256000', '165525.259000', '165525.261000', '165525.281000', '165525.283000', '165525.286000', '165525.288000', '165525.291000', '165525.294000', '165525.296000', '165525.299000', '165525.301000', '165525.304000', '165525.307000', '165525.309000', '165525.312000', '165525.315000', '165525.317000', '165525.320000', '165525.322000', '165525.325000', '165525.327000', '165545.193000', '165545.196000', '165545.199000', '165545.201000', '165545.204000', '165545.207000', '165545.209000', '165545.212000', '165545.215000', '165545.217000', '165545.220000', '165545.222000', '165545.225000', '165545.228000', '165545.230000', '165545.233000', '165545.235000', '165545.238000', '165545.240000', '165545.243000', '165545.246000', '165545.248000', '165545.251000', '165545.253000', '165545.256000', '165545.259000', '165545.261000', '165545.264000', '165545.266000', '165545.269000', '165545.272000', '165545.274000', '165545.277000', '165545.279000', '165545.282000', '165545.285000', '165545.287000', '165545.290000', '165545.292000', '165545.295000', '165545.297000', '165545.300000', '165545.303000', '165545.305000', '165605.192000', '165605.195000', '165605.198000', '165605.200000', '165605.203000', '165605.206000', '165605.208000', '165605.211000', '165605.214000', '165605.216000', '165605.219000', '165605.221000', '165605.224000', '165605.227000', '165605.229000', '165605.232000', '165605.234000', '165605.237000', '165605.240000', '165605.242000', '165605.245000', '165605.247000', '165605.250000', '165605.253000', '165605.255000', '165605.258000', '165605.260000', '165605.263000', '165605.266000', '165605.268000', '165605.271000', '165605.273000', '165605.276000', '165605.279000', '165605.281000', '165605.284000', '165605.286000', '165605.289000', '165605.292000', '165605.299000', '165605.302000', '165605.305000', '165605.307000', '165625.193000', '165625.195000', '165625.198000', '165625.201000', '165625.203000', '165625.206000', '165625.208000', '165625.211000', '165625.214000', '165625.216000', '165625.219000', '165625.222000', '165625.224000', '165625.227000', '165625.229000', '165625.232000', '165625.234000', '165625.237000', '165625.240000', '165625.242000', '165625.245000', '165625.247000', '165625.250000', '165625.253000', '165625.255000', '165625.258000', '165625.260000', '165625.263000', '165625.265000', '165625.268000', '165625.271000', '165625.273000', '165625.276000', '165625.278000', '165625.281000', '165625.284000', '165625.286000', '165625.289000', '165625.291000', '165625.294000', '165625.297000', '165625.299000', '165625.302000', '165625.304000', '165645.192000', '165645.195000', '165645.198000', '165645.200000', '165645.203000', '165645.206000', '165645.208000', '165645.211000', '165645.213000', '165645.216000', '165645.219000', '165645.221000', '165645.224000', '165645.227000', '165645.229000', '165645.232000', '165645.234000', '165645.237000', '165645.239000', '165645.242000', '165645.245000', '165645.247000', '165645.250000', '165645.253000', '165645.255000', '165645.258000', '165645.260000', '165645.263000', '165645.265000', '165645.268000', '165645.271000', '165645.273000', '165645.276000', '165645.278000', '165645.281000', '165645.284000', '165645.286000', '165645.289000', '165645.291000', '165645.294000', '165645.296000', '165645.299000', '165645.302000', '165705.193000', '165705.196000', '165705.199000', '165705.202000', '165705.204000', '165705.207000', '165705.209000', '165705.212000', '165705.215000', '165705.217000', '165705.220000', '165705.222000', '165705.225000', '165705.228000', '165705.230000', '165705.233000', '165705.235000', '165705.238000', '165705.241000', '165705.243000', '165705.260000', '165705.263000', '165705.265000', '165705.268000', '165705.271000', '165705.274000', '165705.276000', '165705.279000', '165705.282000', '165705.284000', '165705.287000', '165705.289000', '165705.292000', '165705.294000', '165705.297000', '165705.300000', '165705.302000', '165705.305000', '165705.308000', '165705.310000', '165705.313000', '165705.316000', '165705.318000', '165705.321000', '165725.194000', '165725.196000', '165725.199000', '165725.202000', '165725.204000', '165725.207000', '165725.209000', '165725.212000', '165725.215000', '165725.217000', '165725.220000', '165725.222000', '165725.225000', '165725.228000', '165725.230000', '165725.233000', '165725.235000', '165725.238000', '165725.241000', '165725.243000', '165725.246000', '165725.248000', '165725.251000', '165725.254000', '165725.256000', '165725.259000', '165725.261000', '165725.264000', '165725.266000', '165725.269000', '165725.272000', '165725.274000', '165725.277000', '165725.279000', '165725.282000', '165725.285000', '165725.287000', '165725.290000', '165725.292000', '165725.295000', '165725.297000', '165725.300000', '165725.303000', '165745.194000', '165745.196000', '165745.199000', '165745.202000', '165745.204000', '165745.207000', '165745.210000', '165745.212000', '165745.215000', '165745.217000', '165745.220000', '165745.222000', '165745.225000', '165745.228000', '165745.230000', '165745.233000', '165745.235000', '165745.238000', '165745.241000', '165745.243000', '165745.246000', '165745.248000', '165745.251000', '165745.254000', '165745.256000', '165745.259000', '165745.261000', '165745.264000', '165745.267000', '165745.269000', '165745.272000', '165745.274000', '165745.277000', '165745.280000', '165745.282000', '165745.285000', '165745.287000', '165745.290000', '165745.293000', '165745.295000', '165745.298000', '165745.300000', '165745.303000', '165745.305000', '165805.193000', '165805.196000', '165805.199000', '165805.201000', '165805.204000', '165805.207000', '165805.209000', '165805.212000', '165805.214000', '165805.217000', '165805.219000', '165805.222000', '165805.225000', '165805.227000', '165805.230000', '165805.232000', '165805.235000', '165805.238000', '165805.240000', '165805.243000', '165805.245000', '165805.248000', '165805.251000', '165805.253000', '165805.256000', '165805.258000', '165805.261000', '165805.263000', '165805.266000', '165805.269000', '165805.271000', '165805.274000', '165805.277000', '165805.279000', '165805.284000', '165805.286000', '165805.289000', '165805.291000', '165805.294000', '165805.297000', '165805.299000', '165805.302000', '165805.305000', '165825.193000', '165825.195000', '165825.198000', '165825.201000', '165825.203000', '165825.206000', '165825.208000', '165825.211000', '165825.213000', '165825.216000', '165825.219000', '165825.221000', '165825.224000', '165825.227000', '165825.229000', '165825.232000', '165825.235000', '165825.238000', '165825.241000', '165825.243000', '165825.246000', '165825.249000', '165825.251000', '165825.254000', '165825.256000', '165825.259000', '165825.262000', '165825.264000', '165825.267000', '165825.269000', '165825.272000', '165825.293000', '165825.296000', '165825.298000', '165825.301000', '165825.304000', '165825.306000', '165825.309000', '165825.311000', '165825.314000', '165825.317000', '165825.319000', '165825.322000', '165845.192000', '165845.195000', '165845.198000', '165845.200000', '165845.203000', '165845.206000', '165845.208000', '165845.211000', '165845.213000', '165845.216000', '165845.218000', '165845.221000', '165845.224000', '165845.226000', '165845.229000', '165845.231000', '165845.234000', '165845.237000', '165845.239000', '165845.242000', '165845.244000', '165845.247000', '165845.249000', '165845.252000', '165845.254000', '165845.257000', '165845.260000', '165845.262000', '165845.265000', '165845.267000', '165845.270000', '165845.273000', '165845.275000', '165845.278000', '165845.280000', '165845.283000', '165845.285000', '165845.288000', '165845.291000', '165845.293000', '165845.296000', '165845.298000', '165845.301000', '165845.304000', '165905.193000', '165905.195000', '165905.198000', '165905.201000', '165905.203000', '165905.206000', '165905.208000', '165905.211000', '165905.214000', '165905.216000', '165905.219000', '165905.221000', '165905.224000', '165905.226000', '165905.229000', '165905.232000', '165905.234000', '165905.237000', '165905.239000', '165905.242000', '165905.245000', '165905.247000', '165905.250000', '165905.252000', '165905.255000', '165905.257000', '165905.260000', '165905.263000', '165905.265000', '165905.268000', '165905.270000', '165905.273000', '165905.276000', '165905.278000', '165905.281000', '165905.283000', '165905.286000', '165905.288000', '165905.291000', '165905.294000', '165905.296000', '165905.299000', '165905.301000', '165905.304000', '165925.193000', '165925.195000', '165925.198000', '165925.200000', '165925.203000', '165925.206000', '165925.208000', '165925.211000', '165925.213000', '165925.216000', '165925.218000', '165925.221000', '165925.224000', '165925.226000', '165925.229000', '165925.231000', '165925.234000', '165925.236000', '165925.239000', '165925.242000', '165925.244000', '165925.247000', '165925.249000', '165925.252000', '165925.254000', '165925.257000', '165925.260000', '165925.262000', '165925.265000', '165925.267000', '165925.270000', '165925.272000', '165925.275000', '165925.278000', '165925.280000', '165925.283000', '165925.285000', '165925.288000', '165925.291000', '165925.293000', '165925.296000', '165925.298000', '165925.301000', '165945.194000', '165945.197000', '165945.199000', '165945.202000', '165945.204000', '165945.207000', '165945.209000', '165945.212000', '165945.215000', '165945.217000', '165945.220000', '165945.222000', '165945.225000', '165945.228000', '165945.230000', '165945.233000', '165945.235000', '165945.238000', '165945.240000', '165945.243000', '165945.246000', '165945.248000', '165945.251000', '165945.254000', '165945.256000', '165945.259000', '165945.261000', '165945.264000', '165945.266000', '165945.269000', '165945.272000', '165945.275000', '165945.278000', '165945.280000', '165945.283000', '165945.286000', '165945.288000', '165945.291000', '165945.293000', '165945.296000', '165945.298000', '165945.301000', '165945.331000', '170005.194000', '170005.197000', '170005.199000', '170005.202000', '170005.204000', '170005.207000', '170005.209000', '170005.212000', '170005.215000', '170005.217000', '170005.220000', '170005.222000', '170005.225000', '170005.228000', '170005.230000', '170005.233000', '170005.236000', '170005.238000', '170005.241000', '170005.243000', '170005.246000', '170005.249000', '170005.251000', '170005.254000', '170005.257000', '170005.259000', '170005.262000', '170005.265000', '170005.267000', '170005.270000', '170005.273000', '170005.275000', '170005.278000', '170005.280000', '170005.283000', '170005.285000', '170005.288000', '170005.291000', '170005.293000', '170005.296000', '170005.298000', '170005.301000', '170005.304000', '170005.306000', '170025.193000', '170025.196000', '170025.199000', '170025.202000', '170025.204000', '170025.207000', '170025.209000', '170025.212000', '170025.214000', '170025.217000', '170025.220000', '170025.222000', '170025.225000', '170025.228000', '170025.230000', '170025.233000', '170025.235000', '170025.238000', '170025.241000', '170025.243000', '170025.246000', '170025.249000', '170025.251000', '170025.254000', '170025.256000', '170025.259000', '170025.262000', '170025.264000', '170025.267000', '170025.269000', '170025.272000', '170025.274000', '170025.277000', '170025.280000', '170025.282000', '170025.285000', '170025.288000', '170025.290000', '170025.293000', '170025.295000', '170025.298000', '170025.301000', '170025.303000', '170045.193000', '170045.195000', '170045.198000', '170045.201000', '170045.203000', '170045.206000', '170045.208000', '170045.211000', '170045.213000', '170045.216000', '170045.219000', '170045.221000', '170045.224000', '170045.226000', '170045.229000', '170045.232000', '170045.234000', '170045.237000', '170045.239000', '170045.242000', '170045.245000', '170045.247000', '170045.250000', '170045.252000', '170045.255000', '170045.257000', '170045.260000', '170045.263000', '170045.265000', '170045.268000', '170045.270000', '170045.273000', '170045.276000', '170045.278000', '170045.281000', '170045.283000', '170045.286000', '170045.288000', '170045.291000', '170045.294000', '170045.296000', '170045.299000', '170045.301000', '170045.304000', '170105.193000', '170105.195000', '170105.198000', '170105.201000', '170105.203000', '170105.206000', '170105.208000', '170105.211000', '170105.213000', '170105.216000', '170105.219000', '170105.221000', '170105.224000', '170105.226000', '170105.229000', '170105.232000', '170105.234000', '170105.237000', '170105.240000', '170105.242000', '170105.245000', '170105.247000', '170105.250000', '170105.253000', '170105.255000', '170105.258000', '170105.261000', '170105.263000', '170105.266000', '170105.269000', '170105.271000', '170105.274000', '170105.276000', '170105.279000', '170105.281000', '170105.284000', '170105.287000', '170105.289000', '170105.323000', '170105.326000', '170105.329000', '170105.331000', '170105.334000', '170125.192000', '170125.195000', '170125.198000', '170125.201000', '170125.203000', '170125.206000', '170125.208000', '170125.211000', '170125.213000', '170125.216000', '170125.219000', '170125.221000', '170125.224000', '170125.226000', '170125.229000', '170125.232000', '170125.234000', '170125.237000', '170125.239000', '170125.242000', '170125.244000', '170125.247000', '170125.250000', '170125.252000', '170125.255000', '170125.257000', '170125.260000', '170125.263000', '170125.265000', '170125.268000', '170125.270000', '170125.273000', '170125.276000', '170125.278000', '170125.281000', '170125.283000', '170125.286000', '170125.289000', '170125.291000', '170125.294000', '170125.296000', '170125.299000', '170125.302000', '170125.304000', '170145.193000', '170145.195000', '170145.198000', '170145.201000', '170145.203000', '170145.206000', '170145.208000', '170145.211000', '170145.214000', '170145.216000', '170145.219000', '170145.221000', '170145.224000', '170145.227000', '170145.229000', '170145.232000', '170145.234000', '170145.237000', '170145.240000', '170145.243000', '170145.246000', '170145.248000', '170145.251000', '170145.254000', '170145.256000', '170145.259000', '170145.261000', '170145.264000', '170145.266000', '170145.269000', '170145.272000', '170145.274000', '170145.277000', '170145.279000', '170145.282000', '170145.285000', '170145.287000', '170145.290000', '170145.292000', '170145.295000', '170145.297000', '170145.300000', '170145.303000', '170205.194000', '170205.197000', '170205.199000', '170205.202000', '170205.204000', '170205.207000', '170205.209000', '170205.212000', '170205.215000', '170205.217000', '170205.220000', '170205.222000', '170205.225000', '170205.228000', '170205.230000', '170205.233000', '170205.235000', '170205.238000', '170205.241000', '170205.243000', '170205.246000', '170205.248000', '170205.251000', '170205.254000', '170205.256000', '170205.259000', '170205.261000', '170205.264000', '170205.266000', '170205.269000', '170205.272000', '170205.274000', '170205.277000', '170205.280000', '170205.283000', '170205.285000', '170205.288000', '170205.291000', '170205.293000', '170205.296000', '170205.299000', '170205.301000', '170205.304000', '170205.306000', '170225.194000', '170225.196000', '170225.199000', '170225.202000', '170225.204000', '170225.207000', '170225.209000', '170225.212000', '170225.214000', '170225.217000', '170225.220000', '170225.222000', '170225.225000', '170225.227000', '170225.230000', '170225.233000', '170225.235000', '170225.238000', '170225.240000', '170225.243000', '170225.245000', '170225.248000', '170225.251000', '170225.253000', '170225.256000', '170225.258000', '170225.261000', '170225.263000', '170225.266000', '170225.269000', '170225.271000', '170225.274000', '170225.276000', '170225.279000', '170225.282000', '170225.299000', '170225.301000', '170225.304000', '170225.307000', '170225.309000', '170225.312000', '170225.314000', '170225.317000', '170245.194000', '170245.196000', '170245.199000', '170245.202000', '170245.204000', '170245.207000', '170245.209000', '170245.212000', '170245.215000', '170245.217000', '170245.220000', '170245.222000', '170245.225000', '170245.227000', '170245.230000', '170245.233000', '170245.235000', '170245.238000', '170245.241000', '170245.243000', '170245.246000', '170245.248000', '170245.251000', '170245.254000', '170245.256000', '170245.259000', '170245.261000', '170245.264000', '170245.266000', '170245.269000', '170245.272000', '170245.274000', '170245.277000', '170245.279000', '170245.282000', '170245.284000', '170245.287000', '170245.290000', '170245.292000', '170245.295000', '170245.297000', '170245.300000', '170245.302000', '170245.305000', '170254.314000', '170254.318000', '170254.321000', '170254.324000', '170254.326000', '170254.329000', '170254.332000', '170254.335000', '170254.338000', '170254.341000', '170254.344000', '170254.347000', '170254.351000', '170254.355000', '170254.358000', '170254.361000', '170254.364000', '170254.367000', '170254.370000', '170254.381000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8633, 7195, 9586, 6772, 10780, 7944, 10866, 8308, 9981, 7699, 9185, 7283, 7087, 7929, 6902, 8680, 6893, 10007, 7388, 10034, 7119, 9639, 7061, 10236, 7935, 9674, 7226, 9128, 7059, 10014, 7055, 9187, 7146, 9108, 6863, 9361, 7117, 9424, 7170, 7834, 7062, 7050, 7326, 7650, 8198, 6866, 9083, 6699, 9784, 6491, 10273, 7930, 9870, 7384, 9300, 7467, 9699, 7175, 9128, 7240, 9149, 6985, 9254, 6845, 9478, 7237, 8602, 6973, 8511, 7356, 6720, 7315, 6613, 8114, 6861, 9985, 6848, 9891, 7211, 9890, 7581, 9349, 7781, 9714, 7625, 10124, 7665, 10586, 7696, 9837, 7288, 9637, 7122, 9819, 7335, 7287, 7274, 7223, 7361, 7614, 7908, 6742, 8079, 6837, 8258, 6969, 9006, 7000, 9296, 6941, 9352, 6795, 9755, 6939, 9413, 6820, 9490, 6753, 9683, 7038, 9589, 6792, 9333, 6872, 8985, 6591, 9634, 7049, 9389, 6970, 8959, 6688, 9065, 6959, 9515, 6756, 8905, 6953, 8729, 6991, 9604, 6914, 8803, 7163, 8761, 7098, 8769, 6730, 9440, 6720, 9277, 6901, 8928, 6931, 10429, 7265, 9784, 6875, 9296, 6585, 10429, 7199, 9704, 7225, 9345, 7028, 10245, 7535, 10202, 7306, 9599, 7137, 9178, 7213, 10196, 7384, 7272, 7291, 7673, 7932, 8147, 9427, 7317, 9945, 7093, 9724, 6958, 10523, 7604, 10133, 6949, 9227, 6933, 9032, 6815, 8956, 6722, 8896, 6858, 9255, 6870, 9110, 6880, 9643, 7240, 9258, 7056, 9096, 6943, 9708, 7115, 9153, 7098, 9133, 7022, 9058, 6924, 9511, 6990, 9140, 6829, 8983, 7111, 10316, 7304, 9632, 7167, 9525, 7264, 10003, 7251, 9625, 7187, 9082, 7269, 8256, 7620, 7692, 7808, 6757, 8495, 6790, 9423, 7442, 9610, 7002, 9776, 7033, 9490, 7053, 9666, 6948, 9645, 6826, 9599, 7044, 10058, 7410, 9442, 7245, 9251, 7298, 10497, 7418, 9958, 7419, 9109, 7299, 8511, 7447, 6855, 7420, 7159, 8151, 7634, 8210, 6510, 8622, 6889, 9056, 7282, 9511, 6759, 9457, 7043, 9536, 7356, 10253, 7296, 8855, 7428, 8422, 7337, 7854, 7712, 7238, 8127, 7569, 8461, 7892, 9039, 6757, 9368, 6932, 10069, 7420, 9500, 7294, 9417, 7319, 10414, 7435, 7050, 7703, 6868, 8250, 6927, 9816, 7069, 10038, 7641, 9082, 6924, 9324, 7104, 8599, 7351, 7148, 7478, 6926, 8070, 6953, 9045, 6766, 9444, 6947, 10068, 7230, 10316, 7670, 9564, 7311, 9621, 7401, 10394, 7284, 7829, 7565, 6973, 7642, 7858, 8169, 8269, 8652, 6980, 8810, 6891, 9330, 6708, 10465, 7976, 10081, 7601, 8789, 7496, 7185, 7723, 7440, 8945, 6629, 9317, 7261, 9369, 7515, 9905, 7682, 10683, 7597, 7725, 7617, 6535, 7749, 6954, 8983, 7387, 8927, 6901, 9009, 6819, 9087, 6537, 9552, 6893, 9629, 7254, 9218, 7109, 9395, 7303, 9467, 7192, 8889, 7421, 6912, 7540, 6717, 8318, 7338, 9004, 6744, 8743, 6815, 8930, 6874, 9760, 6822, 9459, 6753, 8989, 6893, 9815, 7514, 9341, 7096, 8769, 6981, 9655, 7208, 9323, 6910, 9143, 7461, 9972, 7294, 7957, 7131, 8762, 7287, 10226, 7067, 7907, 7435, 7346, 7292, 7860, 7992, 7831, 8570, 6909, 8902, 6905, 9773, 7569, 10166, 7144, 9831, 7262, 10144, 7315, 10519, 8114, 9950, 7325, 9661, 7530, 10665, 7618, 9699, 7263, 8291, 7203, 8351, 7620, 8494, 7604, 6668, 7615, 7727, 7706, 9065, 7813, 6902, 7732, 6966, 8381, 7368, 9166, 7398, 9602, 7040, 9616, 7254, 9853, 7076, 10597, 7387, 10339, 7735, 9574, 7443, 10509, 7709, 10618, 7674, 10151, 7345, 10161, 7715, 9943, 7457, 6847, 7748, 6839, 8880, 7462, 10090, 7349, 10004, 7173, 9588, 7372, 10298, 7710, 10125, 7394, 9615, 7180, 9980, 7370, 7996, 7480, 6699, 7919, 6866, 9389, 6958, 10421, 7006, 9987, 7004, 10069, 7502, 9791, 7565, 10128, 6988, 7769, 7791, 7042, 9570, 7285, 11248, 7746, 7173, 7595, 6738, 9290, 7154, 10093, 7271, 10064, 8028, 10109, 7448, 9980, 7669, 10381, 7473, 7004, 7589, 6896, 8442, 7573, 9836, 7162, 10255, 7093, 9828, 7395, 10080, 7845, 10931, 7777, 8423, 7476, 7723, 7823, 8066, 8909, 6891, 9542, 6997, 9652, 7241, 10700, 8204, 10274, 7311, 9387, 7848, 7963, 8793, 6949, 9721, 7291, 10926, 7983, 10167, 7982, 7430, 8065, 6857, 9851, 7413, 11758, 8746, 12512, 8394, 9044, 8528, 7664, 10578, 7202, 10426, 7234, 10632, 7996, 10743, 7645, 10663, 7484, 10213, 7539, 10861, 7629, 6979, 8032, 6841, 8398, 7495, 9058, 7640, 9333, 6900, 9337, 7341, 9281, 7426, 11034, 7764, 7294, 8030, 6919, 8370, 6895, 10609, 7567, 10350, 7801, 9801, 7730, 9739, 7728, 9267, 7738, 7026, 7895, 6728, 8609, 6774, 9932, 7231, 10046, 7556, 9271, 7412, 9929, 7391, 8234, 7571, 6552, 7830, 6678, 10210, 7498, 9613, 7307, 9213, 7411, 10158, 7346, 7016, 7781, 7226, 7666, 8181, 7859, 6804, 8692, 6812, 8843, 6882, 10301, 7089, 10012, 7255, 9173, 7420, 10099, 7527, 9878, 7367, 9114, 7316, 8889, 7311, 7761, 7879, 6777, 8662, 6662, 10116, 7321, 10354, 7378, 9616, 7229, 10098, 7430, 10378, 8060, 7292, 7714, 7271, 7937, 8448, 8197, 8736, 8091, 6766, 8658, 6623, 8897, 6645, 10510, 7073, 10056, 7353, 9050, 7456, 9874, 7332, 10428, 7472, 7910, 7688, 7350, 7746, 8149, 8347, 6791, 8864, 6771, 9082, 6796, 9912, 7236, 9749, 7299, 9448, 7331, 9662, 7155, 10550, 7534, 9678, 7083, 9298, 7138, 10065, 7367, 8394, 7678, 7260, 7667, 7451, 8063, 8017, 8788, 6731, 9135, 7010, 9188, 6738, 10462, 7390, 9782, 7293, 9254, 7159, 10281, 7420, 8480, 7277, 7086, 7588, 7506, 7822, 8129, 7856, 6966, 8573, 7158, 8236, 8184, 8251, 8002, 8688, 6858, 9138, 7140, 9216, 7385, 9690, 6747, 9833, 6797, 9017, 6696, 10040, 6880, 10079, 7104, 9776, 7053, 9468, 6786, 10246, 7154, 9876, 6982, 9437, 7183, 9991, 7270, 10750, 7420, 10184, 7373, 9926, 7282, 9919, 7606, 10568, 7377, 10272, 7480, 10083, 7472, 10096, 7347, 10554, 7260, 9052, 7659, 8877, 7536, 10220, 7649, 9192, 7281, 6900, 7518, 7424, 7943, 8993, 8618, 7216, 8997, 7211, 9006, 7640, 9163, 8425, 8751, 7045, 9158, 7633, 9057, 8061, 9300, 7031, 9368, 7673, 9004, 7579, 9402, 7870, 9511, 7142, 9636, 6830, 9825, 7229, 10970, 7440, 10446, 7365, 9646, 6997, 10374, 7309, 10879, 8006, 10201, 7376, 10081, 7327, 10733, 7405, 9988, 7455, 10121, 7377, 10655, 7613, 10777, 7647, 9939, 7505, 8504, 7602, 8721, 7928, 7382, 7746, 8599, 7829, 12021, 8037, 9473, 7531, 9406, 7480, 10696, 7519, 10804, 7329, 10007, 7146, 9700, 6987, 9886, 7391, 11000, 7477, 7673, 7385, 7361, 7556, 8226, 8582, 7504, 8926, 6745, 9371, 7035, 9423, 7595, 9871, 7428, 9456, 7067, 9401, 6859, 9658, 7351, 10322, 7082, 10283, 7074, 9913, 7091, 11067, 7848, 10575, 7410, 9623, 7377, 8369, 7697, 8378, 8411, 6815, 8979, 6880, 9169, 7132, 9748, 6837, 9829, 6907, 9474, 6868, 8747, 7581, 9254, 6888, 9959, 7003, 10098, 7025, 10170, 7711, 9432, 7219, 9350, 7295, 10178, 7339, 10098, 7379, 9854, 7252, 9378, 7154, 9997, 7310, 9714, 7253, 9135, 7238, 9123, 7266, 9963, 7171, 9323, 7347, 8816, 7237, 9571, 7271, 9553, 7309, 7028, 7586, 6963, 7635, 8919, 7609, 7031, 7745, 7143, 7497, 9095, 7628, 9037, 7380, 7161, 7583, 8466, 7461, 10148, 7832, 7554, 7624, 7590, 7756, 7919, 8463, 8542, 9148, 7219, 9391, 7099, 9419, 7615, 9973, 7253, 9833, 6826, 9480, 6845, 10380, 7212, 10068, 6977, 9696, 6738, 10098, 7068, 10428, 7329, 10156, 7325, 9848, 7433, 10871, 7943, 10406, 7636, 10266, 7487, 9228, 7240, 6973, 7723, 6609, 8045, 6779, 9451, 7023, 9539, 7051, 9403, 7167, 10737, 7186, 10228, 7351, 9076, 7273, 8849, 7599, 6668, 7464, 6680, 9791, 7250, 9667, 6845, 9659, 7248, 10667, 7524, 10515, 7688, 10146, 7673, 10720, 7749, 8009, 7589, 7260, 8157, 7316, 9501, 7514, 10152, 7066, 9944, 7004, 10782, 7490, 10139, 7771, 9727, 7401, 9880, 7658, 10613, 7842, 10142, 7304, 9808, 7349, 9624, 7757, 10613, 7653, 9937, 7286, 9162, 7363, 9042, 7775, 8938, 7574, 7236, 8222, 7104, 9381, 7416, 9406, 7676, 7088, 9384, 7362, 9596, 7366, 8321, 7718, 8611, 8944, 7025, 9988, 6950, 10961, 7439, 11423, 7427, 11485, 7736, 10768, 7370, 10520, 7443, 10378, 7593, 9917, 7361, 8850, 7315, 9433, 7217, 7638, 7799, 6840, 8038, 7042, 8455, 6986, 8604, 6835, 9244, 7433, 10214, 7556, 10308, 7915, 9930, 7603, 9994, 7728, 10841, 7816, 10590, 7895, 9842, 7739, 10082, 7589, 9841, 7793, 7127, 7954, 7548, 7916, 10432, 7588, 7596, 7926, 8772, 7677, 8905, 7476, 9023, 7406, 8294, 7477, 8097, 7424, 8789, 7424, 9103, 7261, 8266, 7330, 8533, 7312, 8795, 7318, 9247, 7315, 8792, 7357, 8765, 7250, 8646, 7180, 9677, 7245, 8720, 7351, 7615, 7422, 7820, 7475, 8712, 7958, 6839, 8981, 7040, 9303, 7736, 9334, 7958, 9307, 7303, 9454, 7121, 9705, 7465, 10325, 7626, 10148, 7409, 9517, 7602, 10386, 7710, 7491, 7765, 6842, 8945, 8932, 9531, 7820, 9660, 8866, 8954, 14361, 10398, 11449, 8053, 9694, 7228, 9734, 7425, 9614, 6717, 9162, 6467, 9096, 7194], 'WindowCenter': [3961.0, 3919.0, 3947.0, 3898.0, 3947.0, 3915.0, 3946.0, 3918.0, 3930.0, 3908.0, 3929.0, 3899.0, 3897.0, 3908.0, 3888.0, 3917.0, 3898.0, 3923.0, 3897.0, 3921.0, 3886.0, 3917.0, 3886.0, 3925.0, 3908.0, 3928.0, 3896.0, 3913.0, 3880.0, 3927.0, 3886.0, 3910.0, 3878.0, 3908.0, 3875.0, 3917.0, 3887.0, 3916.0, 3880.0, 3896.0, 3886.0, 3886.0, 3895.0, 3885.0, 3908.0, 3875.0, 3916.0, 3872.0, 3925.0, 3876.0, 3932.0, 3907.0, 3928.0, 3897.0, 3916.0, 3897.0, 3920.0, 3882.0, 3913.0, 3890.0, 3913.0, 3886.0, 3916.0, 3884.0, 3927.0, 3899.0, 3899.0, 3878.0, 3917.0, 3897.0, 3886.0, 3897.0, 3887.0, 3903.0, 3888.0, 3940.0, 3887.0, 3940.0, 3898.0, 3926.0, 3908.0, 3919.0, 3908.0, 3927.0, 3899.0, 3930.0, 3898.0, 3937.0, 3890.0, 3922.0, 3895.0, 3927.0, 3886.0, 3921.0, 3890.0, 3885.0, 3885.0, 3884.0, 3897.0, 3893.0, 3905.0, 3878.0, 3903.0, 3881.0, 3907.0, 3881.0, 3917.0, 3886.0, 3917.0, 3886.0, 3917.0, 3887.0, 3925.0, 3887.0, 3928.0, 3885.0, 3919.0, 3887.0, 3929.0, 3885.0, 3927.0, 3875.0, 3916.0, 3873.0, 3909.0, 3875.0, 3920.0, 3884.0, 3916.0, 3879.0, 3915.0, 3875.0, 3917.0, 3882.0, 3921.0, 3881.0, 3917.0, 3881.0, 3909.0, 3881.0, 3922.0, 3880.0, 3918.0, 3886.0, 3918.0, 3885.0, 3913.0, 3887.0, 3926.0, 3888.0, 3928.0, 3898.0, 3918.0, 3893.0, 3935.0, 3899.0, 3940.0, 3881.0, 3927.0, 3882.0, 3938.0, 3898.0, 3930.0, 3909.0, 3922.0, 3900.0, 3936.0, 3905.0, 3940.0, 3903.0, 3930.0, 3898.0, 3923.0, 3911.0, 3935.0, 3909.0, 3897.0, 3896.0, 3886.0, 3902.0, 3909.0, 3924.0, 3891.0, 3930.0, 3892.0, 3924.0, 3898.0, 3933.0, 3908.0, 3940.0, 3885.0, 3919.0, 3897.0, 3917.0, 3887.0, 3918.0, 3886.0, 3929.0, 3882.0, 3917.0, 3888.0, 3918.0, 3881.0, 3919.0, 3900.0, 3928.0, 3898.0, 3912.0, 3894.0, 3927.0, 3898.0, 3928.0, 3898.0, 3930.0, 3899.0, 3924.0, 3892.0, 3928.0, 3894.0, 3930.0, 3889.0, 3929.0, 3898.0, 3941.0, 3898.0, 3930.0, 3899.0, 3922.0, 3898.0, 3930.0, 3897.0, 3928.0, 3881.0, 3917.0, 3897.0, 3902.0, 3904.0, 3896.0, 3903.0, 3882.0, 3919.0, 3887.0, 3930.0, 3898.0, 3928.0, 3886.0, 3928.0, 3879.0, 3918.0, 3886.0, 3928.0, 3887.0, 3928.0, 3880.0, 3929.0, 3892.0, 3920.0, 3890.0, 3920.0, 3897.0, 3916.0, 3897.0, 3930.0, 3897.0, 3929.0, 3886.0, 3907.0, 3891.0, 3913.0, 3895.0, 3885.0, 3896.0, 3880.0, 3908.0, 3899.0, 3909.0, 3870.0, 3909.0, 3877.0, 3931.0, 3898.0, 3920.0, 3881.0, 3917.0, 3887.0, 3929.0, 3897.0, 3938.0, 3890.0, 3920.0, 3898.0, 3920.0, 3898.0, 3908.0, 3909.0, 3887.0, 3902.0, 3891.0, 3908.0, 3902.0, 3916.0, 3879.0, 3912.0, 3879.0, 3921.0, 3898.0, 3922.0, 3891.0, 3920.0, 3898.0, 3940.0, 3890.0, 3897.0, 3908.0, 3887.0, 3908.0, 3894.0, 3928.0, 3878.0, 3923.0, 3909.0, 3919.0, 3899.0, 3929.0, 3895.0, 3908.0, 3901.0, 3887.0, 3898.0, 3899.0, 3920.0, 3894.0, 3921.0, 3890.0, 3930.0, 3892.0, 3940.0, 3910.0, 3941.0, 3909.0, 3929.0, 3899.0, 3927.0, 3898.0, 3940.0, 3899.0, 3904.0, 3892.0, 3885.0, 3897.0, 3895.0, 3914.0, 3908.0, 3918.0, 3886.0, 3916.0, 3885.0, 3914.0, 3879.0, 3931.0, 3907.0, 3927.0, 3897.0, 3918.0, 3890.0, 3886.0, 3897.0, 3892.0, 3917.0, 3884.0, 3921.0, 3899.0, 3921.0, 3898.0, 3940.0, 3903.0, 3938.0, 3907.0, 3896.0, 3909.0, 3876.0, 3907.0, 3898.0, 3928.0, 3892.0, 3919.0, 3892.0, 3919.0, 3888.0, 3930.0, 3888.0, 3923.0, 3887.0, 3923.0, 3892.0, 3923.0, 3892.0, 3928.0, 3892.0, 3930.0, 3900.0, 3916.0, 3911.0, 3899.0, 3909.0, 3900.0, 3922.0, 3904.0, 3930.0, 3888.0, 3914.0, 3884.0, 3923.0, 3884.0, 3941.0, 3900.0, 3934.0, 3888.0, 3921.0, 3892.0, 3936.0, 3895.0, 3921.0, 3895.0, 3914.0, 3898.0, 3921.0, 3888.0, 3930.0, 3894.0, 3925.0, 3896.0, 3940.0, 3895.0, 3908.0, 3894.0, 3919.0, 3899.0, 3940.0, 3894.0, 3900.0, 3898.0, 3897.0, 3892.0, 3907.0, 3910.0, 3903.0, 3912.0, 3882.0, 3919.0, 3889.0, 3940.0, 3904.0, 3938.0, 3895.0, 3929.0, 3898.0, 3938.0, 3898.0, 3937.0, 3900.0, 3922.0, 3891.0, 3922.0, 3909.0, 3929.0, 3902.0, 3929.0, 3899.0, 3908.0, 3899.0, 3904.0, 3911.0, 3919.0, 3910.0, 3883.0, 3911.0, 3909.0, 3905.0, 3921.0, 3909.0, 3890.0, 3909.0, 3890.0, 3915.0, 3898.0, 3932.0, 3900.0, 3931.0, 3899.0, 3931.0, 3888.0, 3943.0, 3895.0, 3936.0, 3899.0, 3933.0, 3911.0, 3930.0, 3900.0, 3941.0, 3909.0, 3932.0, 3910.0, 3939.0, 3898.0, 3933.0, 3912.0, 3917.0, 3900.0, 3889.0, 3896.0, 3888.0, 3919.0, 3899.0, 3934.0, 3891.0, 3931.0, 3881.0, 3928.0, 3897.0, 3942.0, 3901.0, 3929.0, 3892.0, 3924.0, 3898.0, 3923.0, 3901.0, 3909.0, 3892.0, 3888.0, 3909.0, 3889.0, 3925.0, 3899.0, 3942.0, 3893.0, 3933.0, 3897.0, 3932.0, 3909.0, 3953.0, 3925.0, 3943.0, 3902.0, 3910.0, 3912.0, 3897.0, 3942.0, 3914.0, 3948.0, 3905.0, 3902.0, 3908.0, 3899.0, 3931.0, 3902.0, 3936.0, 3905.0, 3936.0, 3920.0, 3937.0, 3905.0, 3932.0, 3905.0, 3934.0, 3899.0, 3894.0, 3905.0, 3890.0, 3921.0, 3910.0, 3943.0, 3900.0, 3934.0, 3900.0, 3943.0, 3906.0, 3943.0, 3916.0, 3949.0, 3913.0, 3921.0, 3912.0, 3909.0, 3911.0, 3923.0, 3927.0, 3900.0, 3936.0, 3902.0, 3944.0, 3915.0, 3953.0, 3923.0, 3954.0, 3908.0, 3937.0, 3919.0, 3921.0, 3933.0, 3898.0, 3938.0, 3912.0, 3948.0, 3918.0, 3952.0, 3925.0, 3913.0, 3923.0, 3903.0, 3943.0, 3907.0, 3958.0, 3934.0, 3964.0, 3922.0, 3922.0, 3922.0, 3906.0, 3941.0, 3906.0, 3943.0, 3899.0, 3936.0, 3904.0, 3939.0, 3902.0, 3934.0, 3893.0, 3929.0, 3904.0, 3941.0, 3891.0, 3887.0, 3902.0, 3886.0, 3908.0, 3878.0, 3920.0, 3891.0, 3912.0, 3885.0, 3911.0, 3886.0, 3919.0, 3893.0, 3932.0, 3909.0, 3893.0, 3902.0, 3899.0, 3908.0, 3898.0, 3941.0, 3909.0, 3939.0, 3909.0, 3921.0, 3899.0, 3929.0, 3908.0, 3928.0, 3903.0, 3887.0, 3908.0, 3886.0, 3917.0, 3889.0, 3935.0, 3898.0, 3922.0, 3896.0, 3916.0, 3896.0, 3926.0, 3887.0, 3907.0, 3909.0, 3875.0, 3898.0, 3882.0, 3935.0, 3898.0, 3929.0, 3897.0, 3929.0, 3900.0, 3939.0, 3900.0, 3899.0, 3911.0, 3896.0, 3909.0, 3919.0, 3909.0, 3879.0, 3918.0, 3882.0, 3907.0, 3887.0, 3941.0, 3884.0, 3924.0, 3891.0, 3917.0, 3891.0, 3922.0, 3892.0, 3918.0, 3898.0, 3918.0, 3896.0, 3918.0, 3892.0, 3890.0, 3908.0, 3887.0, 3911.0, 3882.0, 3939.0, 3897.0, 3921.0, 3898.0, 3927.0, 3898.0, 3939.0, 3911.0, 3935.0, 3905.0, 3891.0, 3886.0, 3897.0, 3909.0, 3901.0, 3908.0, 3912.0, 3890.0, 3880.0, 3911.0, 3879.0, 3912.0, 3881.0, 3939.0, 3881.0, 3921.0, 3891.0, 3918.0, 3898.0, 3928.0, 3897.0, 3939.0, 3897.0, 3896.0, 3891.0, 3897.0, 3909.0, 3908.0, 3907.0, 3871.0, 3917.0, 3879.0, 3912.0, 3878.0, 3923.0, 3890.0, 3929.0, 3892.0, 3922.0, 3890.0, 3924.0, 3898.0, 3939.0, 3902.0, 3923.0, 3882.0, 3911.0, 3886.0, 3934.0, 3897.0, 3902.0, 3908.0, 3898.0, 3891.0, 3895.0, 3908.0, 3907.0, 3913.0, 3887.0, 3911.0, 3885.0, 3919.0, 3879.0, 3938.0, 3891.0, 3921.0, 3895.0, 3917.0, 3892.0, 3933.0, 3893.0, 3917.0, 3893.0, 3891.0, 3909.0, 3896.0, 3910.0, 3903.0, 3907.0, 3898.0, 3918.0, 3886.0, 3904.0, 3909.0, 3914.0, 3900.0, 3918.0, 3887.0, 3917.0, 3885.0, 3912.0, 3891.0, 3910.0, 3880.0, 3927.0, 3880.0, 3917.0, 3880.0, 3940.0, 3900.0, 3928.0, 3896.0, 3928.0, 3895.0, 3928.0, 3895.0, 3936.0, 3887.0, 3922.0, 3894.0, 3924.0, 3898.0, 3922.0, 3895.0, 3944.0, 3899.0, 3940.0, 3900.0, 3929.0, 3894.0, 3927.0, 3904.0, 3953.0, 3897.0, 3933.0, 3895.0, 3937.0, 3899.0, 3934.0, 3904.0, 3940.0, 3892.0, 3914.0, 3909.0, 3914.0, 3904.0, 3936.0, 3911.0, 3925.0, 3895.0, 3882.0, 3900.0, 3898.0, 3904.0, 3931.0, 3921.0, 3899.0, 3926.0, 3899.0, 3930.0, 3911.0, 3931.0, 3921.0, 3916.0, 3899.0, 3931.0, 3897.0, 3926.0, 3910.0, 3929.0, 3899.0, 3924.0, 3902.0, 3914.0, 3906.0, 3932.0, 3901.0, 3929.0, 3888.0, 3928.0, 3886.0, 3923.0, 3900.0, 3945.0, 3893.0, 3942.0, 3898.0, 3931.0, 3894.0, 3941.0, 3910.0, 3940.0, 3905.0, 3939.0, 3899.0, 3935.0, 3894.0, 3952.0, 3890.0, 3924.0, 3899.0, 3940.0, 3892.0, 3941.0, 3912.0, 3939.0, 3902.0, 3930.0, 3899.0, 3912.0, 3913.0, 3919.0, 3912.0, 3899.0, 3910.0, 3920.0, 3911.0, 3956.0, 3911.0, 3928.0, 3908.0, 3930.0, 3898.0, 3940.0, 3900.0, 3940.0, 3895.0, 3922.0, 3900.0, 3926.0, 3892.0, 3922.0, 3911.0, 3940.0, 3898.0, 3909.0, 3893.0, 3900.0, 3906.0, 3915.0, 3920.0, 3899.0, 3926.0, 3887.0, 3931.0, 3893.0, 3930.0, 3905.0, 3941.0, 3899.0, 3931.0, 3893.0, 3929.0, 3887.0, 3932.0, 3894.0, 3934.0, 3899.0, 3939.0, 3881.0, 3923.0, 3900.0, 3945.0, 3910.0, 3940.0, 3899.0, 3930.0, 3901.0, 3915.0, 3911.0, 3911.0, 3934.0, 3900.0, 3932.0, 3899.0, 3926.0, 3893.0, 3925.0, 3890.0, 3943.0, 3902.0, 3920.0, 3889.0, 3919.0, 3909.0, 3929.0, 3883.0, 3932.0, 3887.0, 3939.0, 3890.0, 3939.0, 3900.0, 3914.0, 3899.0, 3923.0, 3899.0, 3940.0, 3902.0, 3929.0, 3899.0, 3919.0, 3892.0, 3919.0, 3897.0, 3933.0, 3900.0, 3928.0, 3892.0, 3916.0, 3888.0, 3931.0, 3894.0, 3916.0, 3888.0, 3912.0, 3893.0, 3918.0, 3897.0, 3923.0, 3900.0, 3930.0, 3899.0, 3887.0, 3893.0, 3886.0, 3897.0, 3915.0, 3898.0, 3888.0, 3898.0, 3888.0, 3900.0, 3911.0, 3904.0, 3918.0, 3898.0, 3881.0, 3906.0, 3902.0, 3900.0, 3941.0, 3894.0, 3897.0, 3903.0, 3899.0, 3892.0, 3908.0, 3914.0, 3921.0, 3918.0, 3899.0, 3929.0, 3882.0, 3924.0, 3908.0, 3929.0, 3899.0, 3930.0, 3886.0, 3928.0, 3889.0, 3934.0, 3898.0, 3929.0, 3887.0, 3924.0, 3881.0, 3934.0, 3888.0, 3932.0, 3898.0, 3933.0, 3893.0, 3928.0, 3898.0, 3942.0, 3900.0, 3938.0, 3900.0, 3921.0, 3899.0, 3929.0, 3899.0, 3881.0, 3911.0, 3889.0, 3907.0, 3887.0, 3936.0, 3946.0, 3952.0, 3907.0, 3946.0, 3903.0, 3948.0, 3900.0, 3935.0, 3914.0, 3940.0, 3909.0, 3932.0, 3923.0, 3896.0, 3905.0, 3889.0, 3942.0, 3906.0, 3940.0, 3887.0, 3934.0, 3905.0, 3955.0, 3907.0, 3939.0, 3896.0, 3922.0, 3910.0, 3949.0, 3909.0, 3906.0, 3912.0, 3892.0, 3902.0, 3899.0, 3930.0, 3899.0, 3935.0, 3899.0, 3941.0, 3893.0, 3952.0, 3900.0, 3941.0, 3906.0, 3929.0, 3899.0, 3929.0, 3910.0, 3938.0, 3910.0, 3940.0, 3895.0, 3923.0, 3899.0, 3929.0, 3909.0, 3933.0, 3894.0, 3930.0, 3900.0, 3928.0, 3897.0, 3920.0, 3909.0, 3932.0, 3905.0, 3909.0, 3917.0, 3889.0, 3930.0, 3898.0, 3931.0, 3901.0, 3907.0, 3938.0, 3912.0, 3938.0, 3907.0, 3911.0, 3907.0, 3916.0, 3927.0, 3894.0, 3942.0, 3897.0, 3952.0, 3888.0, 3951.0, 3900.0, 3951.0, 3903.0, 3934.0, 3893.0, 3937.0, 3895.0, 3922.0, 3898.0, 3921.0, 3898.0, 3913.0, 3899.0, 3922.0, 3901.0, 3909.0, 3904.0, 3886.0, 3908.0, 3900.0, 3922.0, 3894.0, 3911.0, 3882.0, 3923.0, 3891.0, 3937.0, 3911.0, 3929.0, 3909.0, 3927.0, 3892.0, 3922.0, 3900.0, 3941.0, 3909.0, 3932.0, 3907.0, 3926.0, 3891.0, 3923.0, 3903.0, 3926.0, 3898.0, 3882.0, 3908.0, 3891.0, 3908.0, 3935.0, 3898.0, 3896.0, 3904.0, 3906.0, 3890.0, 3917.0, 3890.0, 3917.0, 3891.0, 3906.0, 3890.0, 3900.0, 3898.0, 3916.0, 3900.0, 3920.0, 3891.0, 3910.0, 3899.0, 3911.0, 3897.0, 3916.0, 3911.0, 3929.0, 3899.0, 3912.0, 3892.0, 3919.0, 3899.0, 3918.0, 3894.0, 3936.0, 3911.0, 3916.0, 3905.0, 3903.0, 3908.0, 3906.0, 3906.0, 3926.0, 3905.0, 3885.0, 3931.0, 3895.0, 3931.0, 3904.0, 3924.0, 3905.0, 3931.0, 3896.0, 3920.0, 3900.0, 3934.0, 3911.0, 3936.0, 3911.0, 3931.0, 3905.0, 3936.0, 3924.0, 3955.0, 3906.0, 3910.0, 3914.0, 3895.0, 3933.0, 3934.0, 3942.0, 3905.0, 3941.0, 3919.0, 3921.0, 3965.0, 3939.0, 3949.0, 3908.0, 3928.0, 3896.0, 3927.0, 3896.0, 3927.0, 3880.0, 3912.0, 3869.0, 3917.0, 3899.0], 'WindowWidth': [8879.0, 8813.0, 8844.0, 8770.0, 8832.0, 8784.0, 8826.0, 8791.0, 8804.0, 8774.0, 8802.0, 8762.0, 8757.0, 8773.0, 8745.0, 8784.0, 8760.0, 8790.0, 8757.0, 8786.0, 8741.0, 8781.0, 8743.0, 8791.0, 8772.0, 8796.0, 8754.0, 8771.0, 8728.0, 8796.0, 8741.0, 8766.0, 8724.0, 8762.0, 8724.0, 8780.0, 8742.0, 8779.0, 8728.0, 8752.0, 8739.0, 8738.0, 8751.0, 8732.0, 8769.0, 8723.0, 8780.0, 8718.0, 8790.0, 8728.0, 8800.0, 8768.0, 8798.0, 8757.0, 8778.0, 8756.0, 8783.0, 8733.0, 8774.0, 8743.0, 8773.0, 8739.0, 8780.0, 8737.0, 8795.0, 8760.0, 8753.0, 8725.0, 8783.0, 8756.0, 8743.0, 8757.0, 8743.0, 8764.0, 8746.0, 8816.0, 8745.0, 8817.0, 8761.0, 8796.0, 8773.0, 8788.0, 8773.0, 8796.0, 8760.0, 8796.0, 8759.0, 8808.0, 8744.0, 8785.0, 8752.0, 8796.0, 8741.0, 8781.0, 8742.0, 8736.0, 8737.0, 8734.0, 8757.0, 8746.0, 8764.0, 8725.0, 8760.0, 8729.0, 8770.0, 8731.0, 8781.0, 8740.0, 8783.0, 8740.0, 8782.0, 8747.0, 8795.0, 8742.0, 8799.0, 8739.0, 8781.0, 8741.0, 8800.0, 8737.0, 8795.0, 8724.0, 8778.0, 8719.0, 8764.0, 8719.0, 8781.0, 8735.0, 8779.0, 8727.0, 8778.0, 8723.0, 8782.0, 8732.0, 8782.0, 8729.0, 8782.0, 8730.0, 8766.0, 8732.0, 8786.0, 8728.0, 8785.0, 8740.0, 8786.0, 8739.0, 8776.0, 8744.0, 8794.0, 8745.0, 8801.0, 8759.0, 8785.0, 8752.0, 8808.0, 8762.0, 8818.0, 8734.0, 8798.0, 8736.0, 8814.0, 8761.0, 8803.0, 8778.0, 8789.0, 8766.0, 8811.0, 8769.0, 8817.0, 8766.0, 8804.0, 8760.0, 8791.0, 8781.0, 8810.0, 8776.0, 8759.0, 8758.0, 8735.0, 8762.0, 8774.0, 8791.0, 8745.0, 8804.0, 8748.0, 8792.0, 8760.0, 8802.0, 8772.0, 8816.0, 8739.0, 8782.0, 8758.0, 8784.0, 8744.0, 8786.0, 8742.0, 8802.0, 8735.0, 8777.0, 8746.0, 8785.0, 8732.0, 8781.0, 8764.0, 8797.0, 8760.0, 8774.0, 8752.0, 8798.0, 8762.0, 8801.0, 8763.0, 8803.0, 8765.0, 8793.0, 8750.0, 8799.0, 8754.0, 8804.0, 8751.0, 8802.0, 8764.0, 8820.0, 8761.0, 8804.0, 8762.0, 8786.0, 8760.0, 8803.0, 8758.0, 8799.0, 8733.0, 8782.0, 8756.0, 8762.0, 8767.0, 8755.0, 8763.0, 8733.0, 8786.0, 8742.0, 8804.0, 8760.0, 8799.0, 8742.0, 8799.0, 8726.0, 8779.0, 8742.0, 8798.0, 8742.0, 8798.0, 8728.0, 8800.0, 8746.0, 8782.0, 8742.0, 8781.0, 8755.0, 8780.0, 8757.0, 8795.0, 8756.0, 8800.0, 8734.0, 8763.0, 8745.0, 8774.0, 8752.0, 8739.0, 8755.0, 8729.0, 8771.0, 8760.0, 8775.0, 8716.0, 8768.0, 8721.0, 8806.0, 8761.0, 8783.0, 8731.0, 8777.0, 8742.0, 8801.0, 8759.0, 8812.0, 8745.0, 8789.0, 8760.0, 8791.0, 8761.0, 8772.0, 8776.0, 8738.0, 8760.0, 8743.0, 8766.0, 8762.0, 8780.0, 8727.0, 8772.0, 8726.0, 8784.0, 8759.0, 8787.0, 8746.0, 8783.0, 8760.0, 8819.0, 8745.0, 8757.0, 8773.0, 8744.0, 8771.0, 8751.0, 8799.0, 8726.0, 8789.0, 8774.0, 8787.0, 8762.0, 8802.0, 8756.0, 8766.0, 8767.0, 8737.0, 8760.0, 8763.0, 8792.0, 8752.0, 8787.0, 8750.0, 8804.0, 8748.0, 8818.0, 8778.0, 8819.0, 8776.0, 8802.0, 8761.0, 8796.0, 8762.0, 8818.0, 8760.0, 8763.0, 8748.0, 8738.0, 8756.0, 8750.0, 8777.0, 8771.0, 8785.0, 8740.0, 8779.0, 8736.0, 8776.0, 8728.0, 8798.0, 8770.0, 8794.0, 8756.0, 8783.0, 8742.0, 8739.0, 8750.0, 8748.0, 8783.0, 8738.0, 8787.0, 8760.0, 8784.0, 8760.0, 8816.0, 8764.0, 8813.0, 8770.0, 8755.0, 8774.0, 8728.0, 8771.0, 8758.0, 8801.0, 8747.0, 8787.0, 8748.0, 8788.0, 8746.0, 8806.0, 8747.0, 8791.0, 8738.0, 8789.0, 8748.0, 8788.0, 8748.0, 8798.0, 8749.0, 8805.0, 8766.0, 8783.0, 8781.0, 8764.0, 8778.0, 8765.0, 8797.0, 8768.0, 8806.0, 8749.0, 8781.0, 8739.0, 8791.0, 8739.0, 8820.0, 8765.0, 8807.0, 8748.0, 8792.0, 8747.0, 8809.0, 8755.0, 8787.0, 8756.0, 8781.0, 8763.0, 8787.0, 8741.0, 8804.0, 8755.0, 8794.0, 8758.0, 8818.0, 8754.0, 8773.0, 8754.0, 8788.0, 8763.0, 8818.0, 8751.0, 8756.0, 8761.0, 8756.0, 8749.0, 8771.0, 8777.0, 8762.0, 8775.0, 8734.0, 8788.0, 8747.0, 8817.0, 8765.0, 8812.0, 8754.0, 8802.0, 8758.0, 8812.0, 8758.0, 8809.0, 8758.0, 8787.0, 8746.0, 8786.0, 8775.0, 8796.0, 8760.0, 8800.0, 8763.0, 8772.0, 8763.0, 8766.0, 8780.0, 8788.0, 8778.0, 8737.0, 8780.0, 8773.0, 8767.0, 8792.0, 8774.0, 8744.0, 8775.0, 8744.0, 8781.0, 8762.0, 8808.0, 8765.0, 8807.0, 8763.0, 8807.0, 8741.0, 8823.0, 8756.0, 8813.0, 8764.0, 8804.0, 8780.0, 8804.0, 8765.0, 8820.0, 8776.0, 8801.0, 8779.0, 8815.0, 8760.0, 8802.0, 8780.0, 8777.0, 8764.0, 8746.0, 8756.0, 8746.0, 8788.0, 8761.0, 8804.0, 8744.0, 8805.0, 8733.0, 8799.0, 8757.0, 8821.0, 8759.0, 8800.0, 8747.0, 8791.0, 8759.0, 8790.0, 8767.0, 8774.0, 8750.0, 8746.0, 8775.0, 8747.0, 8796.0, 8763.0, 8821.0, 8751.0, 8804.0, 8758.0, 8803.0, 8781.0, 8843.0, 8807.0, 8827.0, 8770.0, 8779.0, 8784.0, 8760.0, 8824.0, 8791.0, 8830.0, 8772.0, 8771.0, 8777.0, 8766.0, 8809.0, 8770.0, 8812.0, 8769.0, 8812.0, 8793.0, 8813.0, 8768.0, 8808.0, 8769.0, 8806.0, 8763.0, 8752.0, 8768.0, 8746.0, 8794.0, 8778.0, 8824.0, 8765.0, 8808.0, 8767.0, 8825.0, 8772.0, 8825.0, 8786.0, 8829.0, 8787.0, 8795.0, 8784.0, 8777.0, 8782.0, 8799.0, 8801.0, 8767.0, 8812.0, 8770.0, 8827.0, 8792.0, 8839.0, 8800.0, 8843.0, 8778.0, 8816.0, 8792.0, 8795.0, 8813.0, 8764.0, 8816.0, 8786.0, 8831.0, 8793.0, 8838.0, 8807.0, 8788.0, 8799.0, 8774.0, 8828.0, 8775.0, 8844.0, 8815.0, 8855.0, 8796.0, 8795.0, 8797.0, 8770.0, 8821.0, 8771.0, 8823.0, 8761.0, 8811.0, 8766.0, 8814.0, 8763.0, 8805.0, 8750.0, 8801.0, 8767.0, 8820.0, 8745.0, 8741.0, 8759.0, 8738.0, 8769.0, 8722.0, 8790.0, 8744.0, 8770.0, 8737.0, 8771.0, 8733.0, 8786.0, 8751.0, 8800.0, 8774.0, 8748.0, 8762.0, 8760.0, 8772.0, 8761.0, 8821.0, 8774.0, 8815.0, 8774.0, 8784.0, 8760.0, 8800.0, 8773.0, 8798.0, 8761.0, 8742.0, 8771.0, 8739.0, 8781.0, 8747.0, 8808.0, 8759.0, 8787.0, 8754.0, 8780.0, 8754.0, 8792.0, 8736.0, 8769.0, 8774.0, 8726.0, 8758.0, 8734.0, 8805.0, 8760.0, 8802.0, 8758.0, 8800.0, 8763.0, 8815.0, 8764.0, 8761.0, 8779.0, 8755.0, 8776.0, 8789.0, 8772.0, 8726.0, 8784.0, 8731.0, 8761.0, 8742.0, 8817.0, 8737.0, 8789.0, 8744.0, 8782.0, 8744.0, 8786.0, 8745.0, 8776.0, 8757.0, 8785.0, 8754.0, 8785.0, 8747.0, 8741.0, 8771.0, 8742.0, 8771.0, 8733.0, 8815.0, 8758.0, 8784.0, 8760.0, 8796.0, 8760.0, 8814.0, 8781.0, 8807.0, 8766.0, 8743.0, 8735.0, 8755.0, 8774.0, 8754.0, 8771.0, 8771.0, 8740.0, 8727.0, 8770.0, 8727.0, 8772.0, 8733.0, 8815.0, 8730.0, 8784.0, 8744.0, 8784.0, 8758.0, 8797.0, 8757.0, 8812.0, 8757.0, 8747.0, 8745.0, 8755.0, 8775.0, 8771.0, 8768.0, 8716.0, 8782.0, 8725.0, 8771.0, 8724.0, 8789.0, 8742.0, 8799.0, 8746.0, 8785.0, 8740.0, 8789.0, 8759.0, 8812.0, 8760.0, 8786.0, 8733.0, 8769.0, 8742.0, 8805.0, 8758.0, 8759.0, 8771.0, 8757.0, 8744.0, 8752.0, 8773.0, 8768.0, 8774.0, 8741.0, 8771.0, 8737.0, 8787.0, 8728.0, 8811.0, 8744.0, 8785.0, 8754.0, 8783.0, 8747.0, 8803.0, 8751.0, 8783.0, 8749.0, 8746.0, 8774.0, 8755.0, 8778.0, 8764.0, 8770.0, 8758.0, 8787.0, 8740.0, 8764.0, 8775.0, 8777.0, 8755.0, 8785.0, 8741.0, 8782.0, 8736.0, 8771.0, 8743.0, 8767.0, 8727.0, 8796.0, 8727.0, 8781.0, 8730.0, 8817.0, 8764.0, 8798.0, 8755.0, 8798.0, 8754.0, 8798.0, 8757.0, 8810.0, 8738.0, 8787.0, 8752.0, 8791.0, 8760.0, 8786.0, 8755.0, 8820.0, 8762.0, 8815.0, 8764.0, 8801.0, 8753.0, 8797.0, 8767.0, 8838.0, 8758.0, 8801.0, 8755.0, 8810.0, 8761.0, 8804.0, 8767.0, 8815.0, 8748.0, 8777.0, 8775.0, 8776.0, 8766.0, 8810.0, 8780.0, 8793.0, 8755.0, 8734.0, 8764.0, 8759.0, 8767.0, 8807.0, 8793.0, 8762.0, 8796.0, 8761.0, 8804.0, 8779.0, 8809.0, 8793.0, 8782.0, 8761.0, 8805.0, 8756.0, 8797.0, 8779.0, 8801.0, 8761.0, 8793.0, 8761.0, 8778.0, 8769.0, 8810.0, 8760.0, 8802.0, 8745.0, 8798.0, 8742.0, 8789.0, 8765.0, 8821.0, 8749.0, 8821.0, 8759.0, 8805.0, 8751.0, 8819.0, 8778.0, 8816.0, 8767.0, 8815.0, 8761.0, 8805.0, 8752.0, 8837.0, 8745.0, 8791.0, 8764.0, 8817.0, 8750.0, 8820.0, 8783.0, 8815.0, 8762.0, 8804.0, 8762.0, 8774.0, 8785.0, 8788.0, 8781.0, 8761.0, 8777.0, 8789.0, 8782.0, 8839.0, 8780.0, 8800.0, 8773.0, 8802.0, 8759.0, 8815.0, 8763.0, 8817.0, 8753.0, 8786.0, 8762.0, 8793.0, 8748.0, 8786.0, 8780.0, 8817.0, 8761.0, 8775.0, 8751.0, 8764.0, 8770.0, 8781.0, 8791.0, 8762.0, 8796.0, 8744.0, 8807.0, 8749.0, 8803.0, 8769.0, 8820.0, 8761.0, 8805.0, 8750.0, 8802.0, 8742.0, 8808.0, 8752.0, 8803.0, 8760.0, 8815.0, 8732.0, 8788.0, 8764.0, 8819.0, 8776.0, 8816.0, 8763.0, 8802.0, 8766.0, 8781.0, 8780.0, 8774.0, 8818.0, 8767.0, 8808.0, 8761.0, 8796.0, 8752.0, 8794.0, 8751.0, 8824.0, 8767.0, 8783.0, 8748.0, 8787.0, 8774.0, 8800.0, 8735.0, 8806.0, 8744.0, 8813.0, 8749.0, 8815.0, 8764.0, 8777.0, 8761.0, 8789.0, 8760.0, 8817.0, 8768.0, 8799.0, 8760.0, 8781.0, 8746.0, 8786.0, 8759.0, 8804.0, 8762.0, 8797.0, 8746.0, 8780.0, 8738.0, 8805.0, 8751.0, 8773.0, 8744.0, 8773.0, 8747.0, 8782.0, 8756.0, 8789.0, 8765.0, 8802.0, 8759.0, 8742.0, 8748.0, 8740.0, 8757.0, 8779.0, 8757.0, 8744.0, 8758.0, 8745.0, 8763.0, 8773.0, 8766.0, 8785.0, 8758.0, 8732.0, 8768.0, 8758.0, 8763.0, 8818.0, 8750.0, 8755.0, 8763.0, 8760.0, 8747.0, 8770.0, 8779.0, 8791.0, 8785.0, 8759.0, 8801.0, 8731.0, 8791.0, 8774.0, 8799.0, 8760.0, 8802.0, 8741.0, 8799.0, 8748.0, 8804.0, 8758.0, 8801.0, 8744.0, 8790.0, 8731.0, 8804.0, 8745.0, 8800.0, 8759.0, 8802.0, 8748.0, 8798.0, 8761.0, 8821.0, 8757.0, 8811.0, 8756.0, 8784.0, 8761.0, 8802.0, 8760.0, 8731.0, 8780.0, 8746.0, 8770.0, 8745.0, 8811.0, 8855.0, 8845.0, 8777.0, 8836.0, 8770.0, 8828.0, 8766.0, 8808.0, 8791.0, 8826.0, 8783.0, 8810.0, 8801.0, 8761.0, 8769.0, 8750.0, 8824.0, 8771.0, 8821.0, 8747.0, 8808.0, 8768.0, 8845.0, 8775.0, 8816.0, 8753.0, 8784.0, 8776.0, 8829.0, 8775.0, 8770.0, 8783.0, 8747.0, 8760.0, 8763.0, 8803.0, 8761.0, 8807.0, 8764.0, 8820.0, 8749.0, 8837.0, 8763.0, 8818.0, 8770.0, 8800.0, 8761.0, 8799.0, 8777.0, 8814.0, 8776.0, 8815.0, 8754.0, 8789.0, 8763.0, 8801.0, 8775.0, 8803.0, 8753.0, 8802.0, 8763.0, 8799.0, 8759.0, 8789.0, 8777.0, 8811.0, 8772.0, 8777.0, 8790.0, 8744.0, 8805.0, 8762.0, 8807.0, 8763.0, 8778.0, 8817.0, 8784.0, 8817.0, 8776.0, 8776.0, 8775.0, 8784.0, 8799.0, 8753.0, 8825.0, 8760.0, 8837.0, 8741.0, 8832.0, 8765.0, 8832.0, 8764.0, 8805.0, 8748.0, 8811.0, 8755.0, 8786.0, 8758.0, 8782.0, 8759.0, 8773.0, 8761.0, 8788.0, 8768.0, 8774.0, 8765.0, 8740.0, 8771.0, 8764.0, 8795.0, 8750.0, 8771.0, 8733.0, 8788.0, 8745.0, 8813.0, 8781.0, 8801.0, 8774.0, 8795.0, 8746.0, 8786.0, 8755.0, 8819.0, 8774.0, 8799.0, 8769.0, 8792.0, 8743.0, 8788.0, 8764.0, 8794.0, 8758.0, 8730.0, 8769.0, 8741.0, 8772.0, 8806.0, 8758.0, 8752.0, 8761.0, 8765.0, 8741.0, 8780.0, 8742.0, 8780.0, 8743.0, 8766.0, 8741.0, 8754.0, 8757.0, 8780.0, 8765.0, 8789.0, 8744.0, 8775.0, 8762.0, 8770.0, 8756.0, 8781.0, 8780.0, 8803.0, 8760.0, 8772.0, 8747.0, 8789.0, 8761.0, 8785.0, 8754.0, 8811.0, 8781.0, 8782.0, 8768.0, 8764.0, 8779.0, 8771.0, 8772.0, 8797.0, 8770.0, 8743.0, 8808.0, 8755.0, 8808.0, 8765.0, 8793.0, 8769.0, 8807.0, 8756.0, 8786.0, 8766.0, 8809.0, 8782.0, 8810.0, 8780.0, 8802.0, 8770.0, 8811.0, 8803.0, 8844.0, 8773.0, 8780.0, 8788.0, 8756.0, 8813.0, 8814.0, 8822.0, 8769.0, 8821.0, 8788.0, 8787.0, 8849.0, 8816.0, 8828.0, 8771.0, 8797.0, 8754.0, 8795.0, 8752.0, 8796.0, 8727.0, 8772.0, 8713.0, 8780.0, 8761.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.0007227252252252252</td></tr>
<tr><td colspan=3>aqi</td><td>0.0174628012012012</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.91735853598802</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1880149488955678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.013945997152517</td></tr>
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
<tr><td colspan=3>fber</td><td>3680.0537</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09265756489795733</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5015015015015014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4583264501261906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.462571759469532</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5783594839816653</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.334048106927375</td></tr>
<tr><td colspan=3>gcor</td><td>0.00544186</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006757779512554407</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02825319953262806</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.9709150348412874</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>24.1148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7081</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9677</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298027.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>740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.9079</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.192</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3136.9399</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.749</td></tr>
<tr><td colspan=3>tsnr</td><td>41.34328885469586</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>