<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-03/func/sub-0055_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>300d1281199d9177bc884e752acec26b</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:03:30.830000</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.999898, 0.00892468, 0.0111177, -0.00820234, 0.997954, -0.063404]</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.0933397</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7688, -7291, 582, -28, -154, -89, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0d53537-26b6-41d3-a6a8-65954b35ebd8||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.6826541423797607, -0.022006290033459663, 0.03148430958390236, 114.70291900634766], [-0.023944256827235222, 2.677438259124756, -0.17092718183994293, -81.94304656982422], [0.029828082770109177, 0.17010830342769623, 2.6944003105163574, -88.2132568359375], [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': ['160330.830000', '160331.290000', '160331.750000', '160332.210000', '160332.670000', '160333.130000', '160333.590000', '160334.050000', '160334.510000', '160334.970000', '160335.430000', '160335.890000', '160336.350000', '160336.810000', '160337.270000', '160337.730000', '160338.190000', '160338.650000', '160339.110000', '160339.570000', '160340.030000', '160340.490000', '160340.950000', '160341.410000', '160341.870000', '160342.330000', '160342.790000', '160343.250000', '160343.710000', '160344.170000', '160344.630000', '160345.090000', '160345.550000', '160346.010000', '160346.470000', '160346.930000', '160347.390000', '160347.850000', '160348.310000', '160348.770000', '160349.230000', '160349.690000', '160350.150000', '160350.610000', '160351.070000', '160351.530000', '160351.990000', '160352.450000', '160352.910000', '160353.370000', '160353.830000', '160354.290000', '160354.750000', '160355.210000', '160355.670000', '160356.130000', '160356.590000', '160357.050000', '160357.510000', '160357.970000', '160358.430000', '160358.890000', '160359.350000', '160359.810000', '160400.270000', '160400.730000', '160401.190000', '160401.650000', '160402.110000', '160402.570000', '160403.030000', '160403.490000', '160403.950000', '160404.410000', '160404.870000', '160405.330000', '160405.790000', '160406.250000', '160406.710000', '160407.170000', '160407.630000', '160408.090000', '160408.550000', '160409.010000', '160409.470000', '160409.930000', '160410.390000', '160410.850000', '160411.310000', '160411.770000', '160412.230000', '160412.690000', '160413.150000', '160413.610000', '160414.070000', '160414.530000', '160414.990000', '160415.450000', '160415.910000', '160416.370000', '160416.830000', '160417.290000', '160417.750000', '160418.210000', '160418.670000', '160419.130000', '160419.590000', '160420.050000', '160420.510000', '160420.970000', '160421.430000', '160421.890000', '160422.350000', '160422.810000', '160423.270000', '160423.730000', '160424.190000', '160424.650000', '160425.110000', '160425.570000', '160426.030000', '160426.490000', '160426.950000', '160427.410000', '160427.870000', '160428.330000', '160428.790000', '160429.250000', '160429.710000', '160430.170000', '160430.630000', '160431.090000', '160431.550000', '160432.010000', '160432.470000', '160432.930000', '160433.390000', '160433.850000', '160434.310000', '160434.770000', '160435.230000', '160435.690000', '160436.150000', '160436.610000', '160437.070000', '160437.530000', '160437.990000', '160438.450000', '160438.910000', '160439.370000', '160439.830000', '160440.290000', '160440.750000', '160441.210000', '160441.670000', '160442.130000', '160442.590000', '160443.050000', '160443.510000', '160443.970000', '160444.430000', '160444.890000', '160445.350000', '160445.810000', '160446.270000', '160446.730000', '160447.190000', '160447.650000', '160448.110000', '160448.570000', '160449.030000', '160449.490000', '160449.950000', '160450.410000', '160450.870000', '160451.330000', '160451.790000', '160452.250000', '160452.710000', '160453.170000', '160453.630000', '160454.090000', '160454.550000', '160455.010000', '160455.470000', '160455.930000', '160456.390000', '160456.850000', '160457.310000', '160457.770000', '160458.230000', '160458.690000', '160459.150000', '160459.610000', '160500.070000', '160500.530000', '160500.990000', '160501.450000', '160501.910000', '160502.370000', '160502.830000', '160503.290000', '160503.750000', '160504.210000', '160504.670000', '160505.130000', '160505.590000', '160506.050000', '160506.510000', '160506.970000', '160507.430000', '160507.890000', '160508.350000', '160508.810000', '160509.270000', '160509.730000', '160510.190000', '160510.650000', '160511.110000', '160511.570000', '160512.030000', '160512.490000', '160512.950000', '160513.410000', '160513.870000', '160514.330000', '160514.790000', '160515.250000', '160515.710000', '160516.170000', '160516.630000', '160517.090000', '160517.550000', '160518.010000', '160518.470000', '160518.930000', '160519.390000', '160519.850000', '160520.310000', '160520.770000', '160521.230000', '160521.690000', '160522.150000', '160522.610000', '160523.070000', '160523.530000', '160523.990000', '160524.450000', '160524.910000', '160525.370000', '160525.830000', '160526.290000', '160526.750000', '160527.210000', '160527.670000', '160528.130000', '160528.590000', '160529.050000', '160529.510000', '160529.970000', '160530.430000', '160530.890000', '160531.350000', '160531.810000', '160532.270000', '160532.730000', '160533.190000', '160533.650000', '160534.110000', '160534.570000', '160535.030000', '160535.490000', '160535.950000', '160536.410000', '160536.870000', '160537.330000', '160537.790000', '160538.250000', '160538.710000', '160539.170000', '160539.630000', '160540.090000', '160540.550000', '160541.010000', '160541.470000', '160541.930000', '160542.390000', '160542.850000', '160543.310000', '160543.770000', '160544.230000', '160544.690000', '160545.150000', '160545.610000', '160546.070000', '160546.530000', '160546.990000', '160547.450000', '160547.910000', '160548.370000', '160548.830000', '160549.290000', '160549.750000', '160550.210000', '160550.670000', '160551.130000', '160551.590000', '160552.050000', '160552.510000', '160552.970000', '160553.430000', '160553.890000', '160554.350000', '160554.810000', '160555.270000', '160555.730000', '160556.190000', '160556.650000', '160557.110000', '160557.570000', '160558.030000', '160558.490000', '160558.950000', '160559.410000', '160559.870000', '160600.330000', '160600.790000', '160601.250000', '160601.710000', '160602.170000', '160602.630000', '160603.090000', '160603.550000', '160604.010000', '160604.470000', '160604.930000', '160605.390000', '160605.850000', '160606.310000', '160606.770000', '160607.230000', '160607.690000', '160608.150000', '160608.610000', '160609.070000', '160609.530000', '160609.990000', '160610.450000', '160610.910000', '160611.370000', '160611.830000', '160612.290000', '160612.750000', '160613.210000', '160613.670000', '160614.130000', '160614.590000', '160615.050000', '160615.510000', '160615.970000', '160616.430000', '160616.890000', '160617.350000', '160617.810000', '160618.270000', '160618.730000', '160619.190000', '160619.650000', '160620.110000', '160620.570000', '160621.030000', '160621.490000', '160621.950000', '160622.410000', '160622.870000', '160623.330000', '160623.790000', '160624.250000', '160624.710000', '160625.170000', '160625.630000', '160626.090000', '160626.550000', '160627.010000', '160627.470000', '160627.930000', '160628.390000', '160628.850000', '160629.310000', '160629.770000', '160630.230000', '160630.690000', '160631.150000', '160631.610000', '160632.070000', '160632.530000', '160632.990000', '160633.450000', '160633.910000', '160634.370000', '160634.830000', '160635.290000', '160635.750000', '160636.210000', '160636.670000', '160637.130000', '160637.590000', '160638.050000', '160638.510000', '160638.970000', '160639.430000', '160639.890000', '160640.350000', '160640.810000', '160641.270000', '160641.730000', '160642.190000', '160642.650000', '160643.110000', '160643.570000', '160644.030000', '160644.490000', '160644.950000', '160645.410000', '160645.870000', '160646.330000', '160646.790000', '160647.250000', '160647.710000', '160648.170000', '160648.630000', '160649.090000', '160649.550000', '160650.010000', '160650.470000', '160650.930000', '160651.390000', '160651.850000', '160652.310000', '160652.770000', '160653.230000', '160653.690000', '160654.150000', '160654.610000', '160655.070000', '160655.530000', '160655.990000', '160656.450000', '160656.910000', '160657.370000', '160657.830000', '160658.290000', '160658.750000', '160659.210000', '160659.670000', '160700.130000', '160700.590000', '160701.050000', '160701.510000', '160701.970000', '160702.430000', '160702.890000', '160703.350000', '160703.810000', '160704.270000', '160704.730000', '160705.190000', '160705.650000', '160706.110000', '160706.570000', '160707.030000', '160707.490000', '160707.950000', '160708.410000', '160708.870000', '160709.330000', '160709.790000', '160710.250000', '160710.710000', '160711.170000', '160711.630000', '160712.090000', '160712.550000', '160713.010000', '160713.470000', '160713.930000', '160714.390000', '160714.850000', '160715.310000', '160715.770000', '160716.230000', '160716.690000', '160717.150000', '160717.610000', '160718.070000', '160718.530000', '160718.990000', '160719.450000', '160719.910000', '160720.370000', '160720.830000', '160721.290000', '160721.750000', '160722.210000', '160722.670000', '160723.130000', '160723.590000', '160724.050000', '160724.510000', '160724.970000', '160725.430000', '160725.890000', '160726.350000', '160726.810000', '160727.270000', '160727.730000', '160728.190000', '160728.650000', '160729.110000', '160729.570000', '160730.030000', '160730.490000', '160730.950000', '160731.410000', '160731.870000', '160732.330000', '160732.790000', '160733.250000', '160733.710000', '160734.170000', '160734.630000', '160735.090000', '160735.550000', '160736.010000', '160736.470000', '160736.930000', '160737.390000', '160737.850000', '160738.310000', '160738.770000', '160739.230000', '160739.690000', '160740.150000', '160740.610000', '160741.070000', '160741.530000', '160741.990000', '160742.450000', '160742.910000', '160743.370000', '160743.830000', '160744.290000', '160744.750000', '160745.210000', '160745.670000', '160746.130000', '160746.590000', '160747.050000', '160747.510000', '160747.970000', '160748.430000', '160748.890000', '160749.350000', '160749.810000', '160750.270000', '160750.730000', '160751.190000', '160751.650000', '160752.110000', '160752.570000', '160753.030000', '160753.490000', '160753.950000', '160754.410000', '160754.870000', '160755.330000', '160755.790000', '160756.250000', '160756.710000', '160757.170000', '160757.630000', '160758.090000', '160758.550000', '160759.010000', '160759.470000', '160759.930000', '160800.390000', '160800.850000', '160801.310000', '160801.770000', '160802.230000', '160802.690000', '160803.150000', '160803.610000', '160804.070000', '160804.530000', '160804.990000', '160805.450000', '160805.910000', '160806.370000', '160806.830000', '160807.290000', '160807.750000', '160808.210000', '160808.670000', '160809.130000', '160809.590000', '160810.050000', '160810.510000', '160810.970000', '160811.430000', '160811.890000', '160812.350000', '160812.810000', '160813.270000', '160813.730000', '160814.190000', '160814.650000', '160815.110000', '160815.570000', '160816.030000', '160816.490000', '160816.950000', '160817.410000', '160817.870000', '160818.330000', '160818.790000', '160819.250000', '160819.710000', '160820.170000', '160820.630000', '160821.090000', '160821.550000', '160822.010000', '160822.470000', '160822.930000', '160823.390000', '160823.850000', '160824.310000', '160824.770000', '160825.230000', '160825.690000', '160826.150000', '160826.610000', '160827.070000', '160827.530000', '160827.990000', '160828.450000', '160828.910000', '160829.370000', '160829.830000', '160830.290000', '160830.750000', '160831.210000', '160831.670000', '160832.130000', '160832.590000', '160833.050000', '160833.510000', '160833.970000', '160834.430000', '160834.890000', '160835.350000', '160835.810000', '160836.270000', '160836.730000', '160837.190000', '160837.650000', '160838.110000', '160838.570000', '160839.030000', '160839.490000', '160839.950000', '160840.410000', '160840.870000', '160841.330000', '160841.790000', '160842.250000', '160842.710000', '160843.170000', '160843.630000', '160844.090000', '160844.550000', '160845.010000', '160845.470000', '160845.930000', '160846.390000', '160846.850000', '160847.310000', '160847.770000', '160848.230000', '160848.690000', '160849.150000', '160849.610000', '160850.070000', '160850.530000', '160850.990000', '160851.450000', '160851.910000', '160852.370000', '160852.830000', '160853.290000', '160853.750000', '160854.210000', '160854.670000', '160855.130000', '160855.590000', '160856.050000', '160856.510000', '160856.970000', '160857.430000', '160857.890000', '160858.350000', '160858.810000', '160859.270000', '160859.730000', '160900.190000', '160900.650000', '160901.110000', '160901.570000', '160902.030000', '160902.490000', '160902.950000', '160903.410000', '160903.870000', '160904.330000', '160904.790000', '160905.250000', '160905.710000', '160906.170000', '160906.630000', '160907.090000', '160907.550000', '160908.010000', '160908.470000', '160908.930000', '160909.390000', '160909.850000', '160910.310000', '160910.770000', '160911.230000', '160911.690000', '160912.150000', '160912.610000', '160913.070000', '160913.530000', '160913.990000', '160914.450000', '160914.910000', '160915.370000', '160915.830000', '160916.290000', '160916.750000', '160917.210000', '160917.670000', '160918.130000', '160918.590000', '160919.050000', '160919.510000', '160919.970000', '160920.430000', '160920.890000', '160921.350000', '160921.810000', '160922.270000', '160922.730000', '160923.190000', '160923.650000', '160924.110000', '160924.570000', '160925.030000', '160925.490000', '160925.950000', '160926.410000', '160926.870000', '160927.330000', '160927.790000', '160928.250000', '160928.710000', '160929.170000', '160929.630000', '160930.090000', '160930.550000', '160931.010000', '160931.470000', '160931.930000', '160932.390000', '160932.850000', '160933.310000', '160933.770000', '160934.230000', '160934.690000', '160935.150000', '160935.610000', '160936.070000', '160936.530000', '160936.990000', '160937.450000', '160937.910000', '160938.370000', '160938.830000', '160939.290000', '160939.750000', '160940.210000', '160940.670000', '160941.130000', '160941.590000', '160942.050000', '160942.510000', '160942.970000', '160943.430000', '160943.890000', '160944.350000', '160944.810000', '160945.270000', '160945.730000', '160946.190000', '160946.650000', '160947.110000', '160947.570000', '160948.030000', '160948.490000', '160948.950000', '160949.410000', '160949.870000', '160950.330000', '160950.790000', '160951.250000', '160951.710000', '160952.170000', '160952.630000', '160953.090000', '160953.550000', '160954.010000', '160954.470000', '160954.930000', '160955.390000', '160955.850000', '160956.310000', '160956.770000', '160957.230000', '160957.690000', '160958.150000', '160958.610000', '160959.070000', '160959.530000', '160959.990000', '161000.450000', '161000.910000', '161001.370000', '161001.830000', '161002.290000', '161002.750000', '161003.210000', '161003.670000', '161004.130000', '161004.590000', '161005.050000', '161005.510000', '161005.970000', '161006.430000', '161006.890000', '161007.350000', '161007.810000', '161008.270000', '161008.730000', '161009.190000', '161009.650000', '161010.110000', '161010.570000', '161011.030000', '161011.490000', '161011.950000', '161012.410000', '161012.870000', '161013.330000', '161013.790000', '161014.250000', '161014.710000', '161015.170000', '161015.630000', '161016.090000', '161016.550000', '161017.010000', '161017.470000', '161017.930000', '161018.390000', '161018.850000', '161019.310000', '161019.770000', '161020.230000', '161020.690000', '161021.150000', '161021.610000', '161022.070000', '161022.530000', '161022.990000', '161023.450000', '161023.910000', '161024.370000', '161024.830000', '161025.290000', '161025.750000', '161026.210000', '161026.670000', '161027.130000', '161027.590000', '161028.050000', '161028.510000', '161028.970000', '161029.430000', '161029.890000', '161030.350000', '161030.810000', '161031.270000', '161031.730000', '161032.190000', '161032.650000', '161033.110000', '161033.570000', '161034.030000', '161034.490000', '161034.950000', '161035.410000', '161035.870000', '161036.330000', '161036.790000', '161037.250000', '161037.710000', '161038.170000', '161038.630000', '161039.090000', '161039.550000', '161040.010000', '161040.470000', '161040.930000', '161041.390000', '161041.850000', '161042.310000', '161042.770000', '161043.230000', '161043.690000', '161044.150000', '161044.610000', '161045.070000', '161045.530000', '161045.990000', '161046.450000', '161046.910000', '161047.370000', '161047.830000', '161048.290000', '161048.750000', '161049.210000', '161049.670000', '161050.130000', '161050.590000', '161051.050000', '161051.510000', '161051.970000', '161052.430000', '161052.890000', '161053.350000', '161053.810000', '161054.270000', '161054.730000', '161055.190000', '161055.650000', '161056.110000', '161056.570000', '161057.030000', '161057.490000', '161057.950000', '161058.410000', '161058.870000', '161059.330000', '161059.790000', '161100.250000', '161100.710000', '161101.170000', '161101.630000', '161102.090000', '161102.550000', '161103.010000', '161103.470000', '161103.930000', '161104.390000', '161104.850000', '161105.310000', '161105.770000', '161106.230000', '161106.690000', '161107.150000', '161107.610000', '161108.070000', '161108.530000', '161108.990000', '161109.450000', '161109.910000', '161110.370000', '161110.830000', '161111.290000', '161111.750000', '161112.210000', '161112.670000', '161113.130000', '161113.590000', '161114.050000', '161114.510000', '161114.970000', '161115.430000', '161115.890000', '161116.350000', '161116.810000', '161117.270000', '161117.730000', '161118.190000', '161118.650000', '161119.110000', '161119.570000', '161120.030000', '161120.490000', '161120.950000', '161121.410000', '161121.870000', '161122.330000', '161122.790000', '161123.250000', '161123.710000', '161124.170000', '161124.630000', '161125.090000', '161125.550000', '161126.010000', '161126.470000', '161126.930000', '161127.390000', '161127.850000', '161128.310000', '161128.770000', '161129.230000', '161129.690000', '161130.150000', '161130.610000', '161131.070000', '161131.530000', '161131.990000', '161132.450000', '161132.910000', '161133.370000', '161133.830000', '161134.290000', '161134.750000', '161135.210000', '161135.670000', '161136.130000', '161136.590000', '161137.050000', '161137.510000', '161137.970000', '161138.430000', '161138.890000', '161139.350000', '161139.810000', '161140.270000', '161140.730000', '161141.190000', '161141.650000', '161142.110000', '161142.570000', '161143.030000', '161143.490000', '161143.950000', '161144.410000', '161144.870000', '161145.330000', '161145.790000', '161146.250000', '161146.710000', '161147.170000', '161147.630000', '161148.090000', '161148.550000', '161149.010000', '161149.470000', '161149.930000', '161150.390000', '161150.850000', '161151.310000', '161151.770000', '161152.230000', '161152.690000', '161153.150000', '161153.610000', '161154.070000', '161154.530000', '161154.990000', '161155.450000', '161155.910000', '161156.370000', '161156.830000', '161157.290000', '161157.750000', '161158.210000', '161158.670000', '161159.130000', '161159.590000', '161200.050000', '161200.510000', '161200.970000', '161201.430000', '161201.890000', '161202.350000', '161202.810000', '161203.270000', '161203.730000', '161204.190000', '161204.650000', '161205.110000', '161205.570000', '161206.030000', '161206.490000', '161206.950000', '161207.410000', '161207.870000', '161208.330000', '161208.790000', '161209.250000', '161209.710000', '161210.170000', '161210.630000', '161211.090000', '161211.550000', '161212.010000', '161212.470000', '161212.930000', '161213.390000', '161213.850000', '161214.310000', '161214.770000', '161215.230000', '161215.690000', '161216.150000', '161216.610000', '161217.070000', '161217.530000', '161217.990000', '161218.450000', '161218.910000', '161219.370000', '161219.830000', '161220.290000', '161220.750000', '161221.210000', '161221.670000', '161222.130000', '161222.590000', '161223.050000', '161223.510000', '161223.970000', '161224.430000', '161224.890000', '161225.350000', '161225.810000', '161226.270000', '161226.730000', '161227.190000', '161227.650000', '161228.110000', '161228.570000', '161229.030000', '161229.490000', '161229.950000', '161230.410000', '161230.870000', '161231.330000', '161231.790000', '161232.250000', '161232.710000', '161233.170000', '161233.630000', '161234.090000', '161234.550000', '161235.010000', '161235.470000', '161235.930000', '161236.390000', '161236.850000', '161237.310000', '161237.770000', '161238.230000', '161238.690000', '161239.150000', '161239.610000', '161240.070000', '161240.530000', '161240.990000', '161241.450000', '161241.910000', '161242.370000', '161242.830000', '161243.290000', '161243.750000', '161244.210000', '161244.670000', '161245.130000', '161245.590000', '161246.050000', '161246.510000', '161246.970000', '161247.430000', '161247.890000', '161248.350000', '161248.810000', '161249.270000', '161249.730000', '161250.190000', '161250.650000', '161251.110000', '161251.570000', '161252.030000', '161252.490000', '161252.950000', '161253.410000', '161253.870000', '161254.330000', '161254.790000', '161255.250000', '161255.710000', '161256.170000', '161256.630000', '161257.090000', '161257.550000', '161258.010000', '161258.470000', '161258.930000', '161259.390000', '161259.850000', '161300.310000', '161300.770000', '161301.230000', '161301.690000', '161302.150000', '161302.610000', '161303.070000', '161303.530000', '161303.990000', '161304.450000', '161304.910000', '161305.370000', '161305.830000', '161306.290000', '161306.750000', '161307.210000', '161307.670000', '161308.130000', '161308.590000', '161309.050000', '161309.510000', '161309.970000', '161310.430000', '161310.890000', '161311.350000', '161311.810000', '161312.270000', '161312.730000', '161313.190000', '161313.650000', '161314.110000', '161314.570000', '161315.030000', '161315.490000', '161315.950000', '161316.410000', '161316.870000', '161317.330000', '161317.790000', '161318.250000', '161318.710000', '161319.170000', '161319.630000', '161320.090000', '161320.550000', '161321.010000', '161321.470000', '161321.930000', '161322.390000', '161322.850000', '161323.310000', '161323.770000', '161324.230000', '161324.690000', '161325.150000', '161325.610000', '161326.070000', '161326.530000', '161326.990000', '161327.450000', '161327.910000', '161328.370000', '161328.830000', '161329.290000', '161329.750000', '161330.210000', '161330.670000', '161331.130000', '161331.590000', '161332.050000', '161332.510000', '161332.970000', '161333.430000', '161333.890000', '161334.350000', '161334.810000', '161335.270000', '161335.730000', '161336.190000', '161336.650000', '161337.110000', '161337.570000', '161338.030000', '161338.490000', '161338.950000', '161339.410000', '161339.870000', '161340.330000', '161340.790000', '161341.250000', '161341.710000', '161342.170000', '161342.630000', '161343.090000', '161343.550000', '161344.010000', '161344.470000'], 'ContentTime': ['160358.029000', '160358.032000', '160358.035000', '160358.038000', '160358.040000', '160358.043000', '160358.046000', '160358.048000', '160358.051000', '160358.053000', '160358.056000', '160358.059000', '160358.061000', '160358.064000', '160358.066000', '160358.069000', '160358.071000', '160358.074000', '160358.077000', '160358.079000', '160358.082000', '160358.084000', '160358.087000', '160358.095000', '160358.098000', '160358.100000', '160358.103000', '160358.106000', '160358.108000', '160358.111000', '160358.113000', '160358.116000', '160358.118000', '160358.121000', '160358.123000', '160358.126000', '160358.129000', '160358.131000', '160358.134000', '160358.136000', '160358.139000', '160358.141000', '160358.144000', '160358.148000', '160358.151000', '160358.153000', '160358.156000', '160358.158000', '160358.161000', '160358.163000', '160358.166000', '160358.169000', '160358.171000', '160358.174000', '160358.176000', '160358.179000', '160358.182000', '160418.003000', '160418.006000', '160418.009000', '160418.011000', '160418.014000', '160418.016000', '160418.019000', '160418.022000', '160418.024000', '160418.027000', '160418.029000', '160418.032000', '160418.035000', '160418.037000', '160418.040000', '160418.042000', '160418.045000', '160418.047000', '160418.050000', '160418.052000', '160418.055000', '160418.058000', '160418.060000', '160418.063000', '160418.065000', '160418.068000', '160418.070000', '160418.083000', '160418.085000', '160418.088000', '160418.091000', '160418.093000', '160418.096000', '160418.098000', '160418.101000', '160418.103000', '160418.106000', '160418.109000', '160418.111000', '160418.114000', '160418.116000', '160418.119000', '160418.121000', '160418.124000', '160438.003000', '160438.006000', '160438.009000', '160438.011000', '160438.014000', '160438.016000', '160438.019000', '160438.022000', '160438.024000', '160438.027000', '160438.029000', '160438.032000', '160438.035000', '160438.037000', '160438.040000', '160438.042000', '160438.045000', '160438.047000', '160438.050000', '160438.053000', '160438.055000', '160438.058000', '160438.060000', '160438.063000', '160438.065000', '160438.068000', '160438.071000', '160438.073000', '160438.076000', '160438.078000', '160438.081000', '160438.083000', '160438.086000', '160438.088000', '160438.091000', '160438.093000', '160438.096000', '160438.099000', '160438.101000', '160438.104000', '160438.106000', '160438.109000', '160438.111000', '160458.004000', '160458.007000', '160458.010000', '160458.014000', '160458.017000', '160458.019000', '160458.022000', '160458.024000', '160458.027000', '160458.037000', '160458.039000', '160458.042000', '160458.044000', '160458.047000', '160458.049000', '160458.052000', '160458.055000', '160458.057000', '160458.060000', '160458.062000', '160458.065000', '160458.067000', '160458.070000', '160458.073000', '160458.075000', '160458.078000', '160458.080000', '160458.083000', '160458.085000', '160458.088000', '160458.091000', '160458.093000', '160458.096000', '160458.098000', '160458.101000', '160458.103000', '160458.106000', '160458.109000', '160458.111000', '160458.114000', '160458.116000', '160458.119000', '160458.121000', '160458.124000', '160518.005000', '160518.007000', '160518.010000', '160518.013000', '160518.015000', '160518.018000', '160518.020000', '160518.023000', '160518.025000', '160518.028000', '160518.031000', '160518.033000', '160518.036000', '160518.042000', '160518.045000', '160518.047000', '160518.050000', '160518.052000', '160518.055000', '160518.058000', '160518.060000', '160518.063000', '160518.065000', '160518.068000', '160518.071000', '160518.073000', '160518.076000', '160518.078000', '160518.081000', '160518.083000', '160518.086000', '160518.088000', '160518.091000', '160518.094000', '160518.096000', '160518.099000', '160518.101000', '160518.104000', '160518.107000', '160518.109000', '160518.112000', '160518.114000', '160518.117000', '160538.005000', '160538.007000', '160538.010000', '160538.012000', '160538.015000', '160538.018000', '160538.020000', '160538.023000', '160538.025000', '160538.028000', '160538.031000', '160538.033000', '160538.036000', '160538.038000', '160538.041000', '160538.043000', '160538.046000', '160538.049000', '160538.051000', '160538.054000', '160538.056000', '160538.059000', '160538.061000', '160538.064000', '160538.067000', '160538.069000', '160538.072000', '160538.074000', '160538.077000', '160538.080000', '160538.082000', '160538.085000', '160538.087000', '160538.090000', '160538.092000', '160538.095000', '160538.098000', '160538.100000', '160538.103000', '160538.105000', '160538.108000', '160538.111000', '160538.113000', '160538.116000', '160558.004000', '160558.007000', '160558.010000', '160558.012000', '160558.015000', '160558.018000', '160558.020000', '160558.023000', '160558.025000', '160558.028000', '160558.031000', '160558.033000', '160558.036000', '160558.038000', '160558.041000', '160558.043000', '160558.046000', '160558.048000', '160558.051000', '160558.054000', '160558.056000', '160558.059000', '160558.074000', '160558.077000', '160558.080000', '160558.082000', '160558.085000', '160558.087000', '160558.090000', '160558.092000', '160558.095000', '160558.098000', '160558.100000', '160558.103000', '160558.105000', '160558.108000', '160558.110000', '160558.113000', '160558.116000', '160558.118000', '160558.121000', '160558.123000', '160558.126000', '160618.005000', '160618.007000', '160618.010000', '160618.013000', '160618.015000', '160618.018000', '160618.020000', '160618.023000', '160618.026000', '160618.029000', '160618.032000', '160618.034000', '160618.037000', '160618.039000', '160618.042000', '160618.045000', '160618.047000', '160618.050000', '160618.054000', '160618.056000', '160618.059000', '160618.062000', '160618.064000', '160618.067000', '160618.069000', '160618.072000', '160618.074000', '160618.077000', '160618.080000', '160618.082000', '160618.085000', '160618.087000', '160618.090000', '160618.093000', '160618.095000', '160618.098000', '160618.100000', '160618.103000', '160618.106000', '160618.108000', '160618.111000', '160618.113000', '160618.116000', '160638.003000', '160638.006000', '160638.009000', '160638.011000', '160638.014000', '160638.016000', '160638.019000', '160638.022000', '160638.024000', '160638.027000', '160638.030000', '160638.032000', '160638.035000', '160638.037000', '160638.040000', '160638.042000', '160638.045000', '160638.047000', '160638.050000', '160638.053000', '160638.055000', '160638.058000', '160638.060000', '160638.063000', '160638.066000', '160638.068000', '160638.071000', '160638.073000', '160638.076000', '160638.078000', '160638.081000', '160638.084000', '160638.086000', '160638.089000', '160638.091000', '160638.094000', '160638.096000', '160638.099000', '160638.102000', '160638.104000', '160638.107000', '160638.109000', '160638.112000', '160638.114000', '160658.004000', '160658.006000', '160658.009000', '160658.011000', '160658.014000', '160658.017000', '160658.019000', '160658.022000', '160658.025000', '160658.027000', '160658.030000', '160658.033000', '160658.035000', '160658.038000', '160658.040000', '160658.043000', '160658.046000', '160658.049000', '160658.052000', '160658.055000', '160658.058000', '160658.060000', '160658.063000', '160658.065000', '160658.068000', '160658.070000', '160658.073000', '160658.076000', '160658.078000', '160658.081000', '160658.083000', '160658.086000', '160658.088000', '160658.091000', '160658.094000', '160658.096000', '160658.099000', '160658.101000', '160658.104000', '160658.106000', '160658.109000', '160658.112000', '160658.114000', '160718.005000', '160718.007000', '160718.010000', '160718.013000', '160718.015000', '160718.018000', '160718.020000', '160718.023000', '160718.025000', '160718.028000', '160718.031000', '160718.033000', '160718.036000', '160718.038000', '160718.041000', '160718.043000', '160718.046000', '160718.049000', '160718.051000', '160718.054000', '160718.056000', '160718.059000', '160718.062000', '160718.064000', '160718.067000', '160718.069000', '160718.072000', '160718.075000', '160718.077000', '160718.080000', '160718.082000', '160718.085000', '160718.088000', '160718.090000', '160718.093000', '160718.095000', '160718.098000', '160718.101000', '160718.103000', '160718.106000', '160718.108000', '160718.111000', '160718.113000', '160718.116000', '160738.005000', '160738.007000', '160738.010000', '160738.013000', '160738.027000', '160738.030000', '160738.032000', '160738.035000', '160738.037000', '160738.040000', '160738.042000', '160738.045000', '160738.047000', '160738.050000', '160738.053000', '160738.055000', '160738.058000', '160738.060000', '160738.063000', '160738.066000', '160738.069000', '160738.072000', '160738.075000', '160738.077000', '160738.080000', '160738.083000', '160738.085000', '160738.088000', '160738.091000', '160738.094000', '160738.097000', '160738.099000', '160738.102000', '160738.104000', '160738.107000', '160738.110000', '160738.112000', '160738.115000', '160738.124000', '160738.127000', '160738.129000', '160738.132000', '160738.134000', '160758.005000', '160758.007000', '160758.010000', '160758.013000', '160758.015000', '160758.018000', '160758.021000', '160758.023000', '160758.026000', '160758.028000', '160758.031000', '160758.034000', '160758.036000', '160758.039000', '160758.041000', '160758.044000', '160758.047000', '160758.049000', '160758.052000', '160758.054000', '160758.057000', '160758.060000', '160758.062000', '160758.065000', '160758.068000', '160758.070000', '160758.073000', '160758.075000', '160758.078000', '160758.081000', '160758.083000', '160758.086000', '160758.088000', '160758.091000', '160758.094000', '160758.096000', '160758.099000', '160758.101000', '160758.104000', '160758.106000', '160758.109000', '160758.112000', '160758.114000', '160758.117000', '160818.005000', '160818.007000', '160818.010000', '160818.013000', '160818.015000', '160818.018000', '160818.020000', '160818.023000', '160818.025000', '160818.028000', '160818.030000', '160818.033000', '160818.036000', '160818.038000', '160818.041000', '160818.043000', '160818.046000', '160818.049000', '160818.051000', '160818.054000', '160818.056000', '160818.059000', '160818.061000', '160818.064000', '160818.066000', '160818.069000', '160818.072000', '160818.074000', '160818.077000', '160818.079000', '160818.082000', '160818.084000', '160818.087000', '160818.090000', '160818.092000', '160818.095000', '160818.098000', '160818.100000', '160818.103000', '160818.105000', '160818.108000', '160818.111000', '160818.113000', '160838.005000', '160838.007000', '160838.010000', '160838.013000', '160838.015000', '160838.018000', '160838.020000', '160838.023000', '160838.025000', '160838.028000', '160838.031000', '160838.033000', '160838.036000', '160838.038000', '160838.041000', '160838.044000', '160838.046000', '160838.049000', '160838.051000', '160838.054000', '160838.056000', '160838.059000', '160838.062000', '160838.064000', '160838.067000', '160838.069000', '160838.072000', '160838.074000', '160838.077000', '160838.080000', '160838.082000', '160838.085000', '160838.087000', '160838.090000', '160838.093000', '160838.095000', '160838.098000', '160838.100000', '160838.103000', '160838.105000', '160838.108000', '160838.111000', '160838.113000', '160838.116000', '160858.004000', '160858.007000', '160858.010000', '160858.013000', '160858.015000', '160858.018000', '160858.021000', '160858.023000', '160858.026000', '160858.028000', '160858.031000', '160858.034000', '160858.036000', '160858.039000', '160858.042000', '160858.044000', '160858.047000', '160858.049000', '160858.052000', '160858.054000', '160858.057000', '160858.060000', '160858.063000', '160858.066000', '160858.069000', '160858.071000', '160858.074000', '160858.077000', '160858.079000', '160858.093000', '160858.096000', '160858.098000', '160858.101000', '160858.103000', '160858.108000', '160858.111000', '160858.113000', '160858.116000', '160858.118000', '160858.121000', '160858.124000', '160858.126000', '160858.129000', '160918.003000', '160918.006000', '160918.009000', '160918.011000', '160918.014000', '160918.016000', '160918.019000', '160918.022000', '160918.024000', '160918.027000', '160918.029000', '160918.032000', '160918.034000', '160918.037000', '160918.040000', '160918.042000', '160918.045000', '160918.047000', '160918.050000', '160918.052000', '160918.055000', '160918.058000', '160918.060000', '160918.063000', '160918.065000', '160918.068000', '160918.070000', '160918.073000', '160918.076000', '160918.078000', '160918.081000', '160918.083000', '160918.086000', '160918.088000', '160918.091000', '160918.094000', '160918.096000', '160918.099000', '160918.101000', '160918.104000', '160918.106000', '160918.109000', '160918.112000', '160918.114000', '160938.005000', '160938.007000', '160938.010000', '160938.013000', '160938.015000', '160938.018000', '160938.020000', '160938.023000', '160938.025000', '160938.028000', '160938.031000', '160938.033000', '160938.036000', '160938.039000', '160938.041000', '160938.044000', '160938.046000', '160938.049000', '160938.051000', '160938.054000', '160938.057000', '160938.060000', '160938.063000', '160938.066000', '160938.068000', '160938.071000', '160938.074000', '160938.076000', '160938.079000', '160938.081000', '160938.084000', '160938.087000', '160938.089000', '160938.092000', '160938.094000', '160938.097000', '160938.099000', '160938.102000', '160938.105000', '160938.107000', '160938.110000', '160938.112000', '160938.115000', '160958.004000', '160958.007000', '160958.010000', '160958.012000', '160958.015000', '160958.018000', '160958.020000', '160958.023000', '160958.026000', '160958.028000', '160958.031000', '160958.034000', '160958.037000', '160958.039000', '160958.042000', '160958.044000', '160958.047000', '160958.049000', '160958.052000', '160958.054000', '160958.057000', '160958.060000', '160958.062000', '160958.065000', '160958.068000', '160958.070000', '160958.073000', '160958.075000', '160958.078000', '160958.081000', '160958.083000', '160958.086000', '160958.088000', '160958.091000', '160958.094000', '160958.096000', '160958.099000', '160958.101000', '160958.104000', '160958.106000', '160958.109000', '160958.112000', '160958.114000', '160958.117000', '161018.005000', '161018.007000', '161018.010000', '161018.013000', '161018.015000', '161018.018000', '161018.020000', '161018.023000', '161018.025000', '161018.028000', '161018.031000', '161018.033000', '161018.036000', '161018.038000', '161018.041000', '161018.043000', '161018.046000', '161018.049000', '161018.051000', '161018.054000', '161018.056000', '161018.059000', '161018.061000', '161018.064000', '161018.066000', '161018.069000', '161018.072000', '161018.074000', '161018.077000', '161018.080000', '161018.082000', '161018.085000', '161018.087000', '161018.090000', '161018.092000', '161018.095000', '161018.098000', '161018.100000', '161018.103000', '161018.118000', '161018.120000', '161018.124000', '161018.127000', '161038.004000', '161038.007000', '161038.010000', '161038.012000', '161038.015000', '161038.017000', '161038.020000', '161038.023000', '161038.025000', '161038.028000', '161038.031000', '161038.033000', '161038.036000', '161038.038000', '161038.041000', '161038.044000', '161038.046000', '161038.049000', '161038.051000', '161038.054000', '161038.056000', '161038.059000', '161038.062000', '161038.064000', '161038.067000', '161038.069000', '161038.072000', '161038.075000', '161038.077000', '161038.080000', '161038.082000', '161038.085000', '161038.087000', '161038.090000', '161038.093000', '161038.095000', '161038.098000', '161038.100000', '161038.103000', '161038.105000', '161038.108000', '161038.111000', '161038.113000', '161038.116000', '161058.005000', '161058.007000', '161058.010000', '161058.012000', '161058.015000', '161058.018000', '161058.020000', '161058.023000', '161058.025000', '161058.028000', '161058.031000', '161058.034000', '161058.036000', '161058.039000', '161058.042000', '161058.044000', '161058.047000', '161058.050000', '161058.052000', '161058.055000', '161058.057000', '161058.060000', '161058.062000', '161058.065000', '161058.068000', '161058.070000', '161058.073000', '161058.075000', '161058.078000', '161058.081000', '161058.083000', '161058.086000', '161058.088000', '161058.091000', '161058.094000', '161058.096000', '161058.099000', '161058.101000', '161058.104000', '161058.107000', '161058.109000', '161058.112000', '161058.114000', '161118.004000', '161118.006000', '161118.009000', '161118.012000', '161118.014000', '161118.017000', '161118.019000', '161118.022000', '161118.025000', '161118.027000', '161118.030000', '161118.033000', '161118.035000', '161118.038000', '161118.040000', '161118.043000', '161118.046000', '161118.048000', '161118.051000', '161118.053000', '161118.056000', '161118.059000', '161118.061000', '161118.064000', '161118.066000', '161118.069000', '161118.072000', '161118.074000', '161118.077000', '161118.079000', '161118.082000', '161118.084000', '161118.087000', '161118.090000', '161118.092000', '161118.095000', '161118.097000', '161118.100000', '161118.102000', '161118.105000', '161118.108000', '161118.110000', '161118.113000', '161118.115000', '161138.004000', '161138.006000', '161138.009000', '161138.012000', '161138.014000', '161138.017000', '161138.019000', '161138.022000', '161138.025000', '161138.027000', '161138.030000', '161138.033000', '161138.035000', '161138.038000', '161138.040000', '161138.043000', '161138.045000', '161138.048000', '161138.050000', '161138.053000', '161138.056000', '161138.058000', '161138.061000', '161138.064000', '161138.066000', '161138.069000', '161138.071000', '161138.074000', '161138.076000', '161138.079000', '161138.082000', '161138.084000', '161138.087000', '161138.089000', '161138.092000', '161138.094000', '161138.116000', '161138.118000', '161138.121000', '161138.123000', '161138.126000', '161138.128000', '161138.131000', '161158.005000', '161158.007000', '161158.010000', '161158.012000', '161158.015000', '161158.018000', '161158.020000', '161158.023000', '161158.025000', '161158.028000', '161158.031000', '161158.033000', '161158.036000', '161158.038000', '161158.041000', '161158.043000', '161158.046000', '161158.049000', '161158.051000', '161158.054000', '161158.058000', '161158.061000', '161158.064000', '161158.067000', '161158.069000', '161158.072000', '161158.074000', '161158.077000', '161158.080000', '161158.082000', '161158.085000', '161158.088000', '161158.090000', '161158.093000', '161158.095000', '161158.098000', '161158.101000', '161158.103000', '161158.106000', '161158.108000', '161158.111000', '161158.113000', '161158.116000', '161158.119000', '161218.005000', '161218.008000', '161218.010000', '161218.013000', '161218.015000', '161218.018000', '161218.021000', '161218.023000', '161218.026000', '161218.028000', '161218.031000', '161218.033000', '161218.036000', '161218.039000', '161218.041000', '161218.044000', '161218.046000', '161218.049000', '161218.051000', '161218.054000', '161218.057000', '161218.059000', '161218.062000', '161218.064000', '161218.067000', '161218.069000', '161218.072000', '161218.075000', '161218.077000', '161218.080000', '161218.082000', '161218.085000', '161218.087000', '161218.090000', '161218.093000', '161218.095000', '161218.098000', '161218.100000', '161218.103000', '161218.105000', '161218.108000', '161218.111000', '161218.113000', '161238.004000', '161238.007000', '161238.010000', '161238.015000', '161238.017000', '161238.020000', '161238.023000', '161238.025000', '161238.028000', '161238.030000', '161238.033000', '161238.036000', '161238.038000', '161238.041000', '161238.043000', '161238.046000', '161238.049000', '161238.051000', '161238.054000', '161238.056000', '161238.059000', '161238.062000', '161238.064000', '161238.067000', '161238.070000', '161238.072000', '161238.075000', '161238.077000', '161238.080000', '161238.083000', '161238.085000', '161238.088000', '161238.090000', '161238.093000', '161238.096000', '161238.098000', '161238.101000', '161238.103000', '161238.106000', '161238.108000', '161238.111000', '161238.114000', '161238.116000', '161238.119000', '161258.005000', '161258.008000', '161258.010000', '161258.013000', '161258.016000', '161258.018000', '161258.021000', '161258.023000', '161258.026000', '161258.028000', '161258.031000', '161258.033000', '161258.036000', '161258.039000', '161258.041000', '161258.044000', '161258.046000', '161258.049000', '161258.052000', '161258.054000', '161258.057000', '161258.059000', '161258.062000', '161258.065000', '161258.067000', '161258.070000', '161258.073000', '161258.075000', '161258.078000', '161258.081000', '161258.083000', '161258.086000', '161258.102000', '161258.105000', '161258.107000', '161258.110000', '161258.112000', '161258.115000', '161258.117000', '161258.120000', '161258.123000', '161258.125000', '161258.128000', '161318.005000', '161318.007000', '161318.010000', '161318.013000', '161318.015000', '161318.018000', '161318.020000', '161318.023000', '161318.025000', '161318.028000', '161318.031000', '161318.033000', '161318.036000', '161318.039000', '161318.041000', '161318.044000', '161318.046000', '161318.049000', '161318.052000', '161318.054000', '161318.057000', '161318.060000', '161318.062000', '161318.065000', '161318.067000', '161318.070000', '161318.072000', '161318.075000', '161318.078000', '161318.080000', '161318.083000', '161318.085000', '161318.088000', '161318.091000', '161318.093000', '161318.096000', '161318.098000', '161318.101000', '161318.103000', '161318.106000', '161318.109000', '161318.111000', '161318.114000', '161318.116000', '161338.004000', '161338.007000', '161338.009000', '161338.012000', '161338.015000', '161338.017000', '161338.020000', '161338.022000', '161338.025000', '161338.027000', '161338.030000', '161338.033000', '161338.035000', '161338.038000', '161338.041000', '161338.043000', '161338.046000', '161338.048000', '161338.051000', '161338.053000', '161338.056000', '161338.059000', '161338.061000', '161338.064000', '161338.066000', '161338.069000', '161338.072000', '161338.074000', '161338.077000', '161338.079000', '161338.082000', '161338.084000', '161338.087000', '161338.090000', '161338.092000', '161338.095000', '161338.097000', '161338.100000', '161338.102000', '161338.105000', '161338.108000', '161338.110000', '161338.113000', '161345.632000', '161345.635000', '161345.638000', '161345.641000', '161345.643000', '161345.646000', '161345.649000', '161345.651000', '161345.654000', '161345.656000', '161345.659000', '161345.662000', '161345.664000', '161345.667000', '161345.670000', '161345.672000', '161345.677000'], 'InstanceCreationTime': ['160358.029000', '160358.032000', '160358.035000', '160358.038000', '160358.040000', '160358.043000', '160358.046000', '160358.048000', '160358.051000', '160358.053000', '160358.056000', '160358.059000', '160358.061000', '160358.064000', '160358.066000', '160358.069000', '160358.071000', '160358.074000', '160358.077000', '160358.079000', '160358.082000', '160358.084000', '160358.087000', '160358.095000', '160358.098000', '160358.100000', '160358.103000', '160358.106000', '160358.108000', '160358.111000', '160358.113000', '160358.116000', '160358.118000', '160358.121000', '160358.123000', '160358.126000', '160358.129000', '160358.131000', '160358.134000', '160358.136000', '160358.139000', '160358.141000', '160358.144000', '160358.148000', '160358.151000', '160358.153000', '160358.156000', '160358.158000', '160358.161000', '160358.163000', '160358.166000', '160358.169000', '160358.171000', '160358.174000', '160358.176000', '160358.179000', '160358.182000', '160418.003000', '160418.006000', '160418.009000', '160418.011000', '160418.014000', '160418.016000', '160418.019000', '160418.022000', '160418.024000', '160418.027000', '160418.029000', '160418.032000', '160418.035000', '160418.037000', '160418.040000', '160418.042000', '160418.045000', '160418.047000', '160418.050000', '160418.052000', '160418.055000', '160418.058000', '160418.060000', '160418.063000', '160418.065000', '160418.068000', '160418.070000', '160418.083000', '160418.085000', '160418.088000', '160418.091000', '160418.093000', '160418.096000', '160418.098000', '160418.101000', '160418.103000', '160418.106000', '160418.109000', '160418.111000', '160418.114000', '160418.116000', '160418.119000', '160418.121000', '160418.124000', '160438.003000', '160438.006000', '160438.009000', '160438.011000', '160438.014000', '160438.016000', '160438.019000', '160438.022000', '160438.024000', '160438.027000', '160438.029000', '160438.032000', '160438.035000', '160438.037000', '160438.040000', '160438.042000', '160438.045000', '160438.047000', '160438.050000', '160438.053000', '160438.055000', '160438.058000', '160438.060000', '160438.063000', '160438.065000', '160438.068000', '160438.071000', '160438.073000', '160438.076000', '160438.078000', '160438.081000', '160438.083000', '160438.086000', '160438.088000', '160438.091000', '160438.093000', '160438.096000', '160438.099000', '160438.101000', '160438.104000', '160438.106000', '160438.109000', '160438.111000', '160458.004000', '160458.007000', '160458.010000', '160458.014000', '160458.017000', '160458.019000', '160458.022000', '160458.024000', '160458.027000', '160458.037000', '160458.039000', '160458.042000', '160458.044000', '160458.047000', '160458.049000', '160458.052000', '160458.055000', '160458.057000', '160458.060000', '160458.062000', '160458.065000', '160458.067000', '160458.070000', '160458.073000', '160458.075000', '160458.078000', '160458.080000', '160458.083000', '160458.085000', '160458.088000', '160458.091000', '160458.093000', '160458.096000', '160458.098000', '160458.101000', '160458.103000', '160458.106000', '160458.109000', '160458.111000', '160458.114000', '160458.116000', '160458.119000', '160458.121000', '160458.124000', '160518.005000', '160518.007000', '160518.010000', '160518.013000', '160518.015000', '160518.018000', '160518.020000', '160518.023000', '160518.025000', '160518.028000', '160518.031000', '160518.033000', '160518.036000', '160518.042000', '160518.045000', '160518.047000', '160518.050000', '160518.052000', '160518.055000', '160518.058000', '160518.060000', '160518.063000', '160518.065000', '160518.068000', '160518.071000', '160518.073000', '160518.076000', '160518.078000', '160518.081000', '160518.083000', '160518.086000', '160518.088000', '160518.091000', '160518.094000', '160518.096000', '160518.099000', '160518.101000', '160518.104000', '160518.107000', '160518.109000', '160518.112000', '160518.114000', '160518.117000', '160538.005000', '160538.007000', '160538.010000', '160538.012000', '160538.015000', '160538.018000', '160538.020000', '160538.023000', '160538.025000', '160538.028000', '160538.031000', '160538.033000', '160538.036000', '160538.038000', '160538.041000', '160538.043000', '160538.046000', '160538.049000', '160538.051000', '160538.054000', '160538.056000', '160538.059000', '160538.061000', '160538.064000', '160538.067000', '160538.069000', '160538.072000', '160538.074000', '160538.077000', '160538.080000', '160538.082000', '160538.085000', '160538.087000', '160538.090000', '160538.092000', '160538.095000', '160538.098000', '160538.100000', '160538.103000', '160538.105000', '160538.108000', '160538.111000', '160538.113000', '160538.116000', '160558.004000', '160558.007000', '160558.010000', '160558.012000', '160558.015000', '160558.018000', '160558.020000', '160558.023000', '160558.025000', '160558.028000', '160558.031000', '160558.033000', '160558.036000', '160558.038000', '160558.041000', '160558.043000', '160558.046000', '160558.048000', '160558.051000', '160558.054000', '160558.056000', '160558.059000', '160558.074000', '160558.077000', '160558.080000', '160558.082000', '160558.085000', '160558.087000', '160558.090000', '160558.092000', '160558.095000', '160558.098000', '160558.100000', '160558.103000', '160558.105000', '160558.108000', '160558.110000', '160558.113000', '160558.116000', '160558.118000', '160558.121000', '160558.123000', '160558.126000', '160618.005000', '160618.007000', '160618.010000', '160618.013000', '160618.015000', '160618.018000', '160618.020000', '160618.023000', '160618.026000', '160618.029000', '160618.032000', '160618.034000', '160618.037000', '160618.039000', '160618.042000', '160618.045000', '160618.047000', '160618.050000', '160618.054000', '160618.056000', '160618.059000', '160618.062000', '160618.064000', '160618.067000', '160618.069000', '160618.072000', '160618.074000', '160618.077000', '160618.080000', '160618.082000', '160618.085000', '160618.087000', '160618.090000', '160618.093000', '160618.095000', '160618.098000', '160618.100000', '160618.103000', '160618.106000', '160618.108000', '160618.111000', '160618.113000', '160618.116000', '160638.003000', '160638.006000', '160638.009000', '160638.011000', '160638.014000', '160638.016000', '160638.019000', '160638.022000', '160638.024000', '160638.027000', '160638.030000', '160638.032000', '160638.035000', '160638.037000', '160638.040000', '160638.042000', '160638.045000', '160638.047000', '160638.050000', '160638.053000', '160638.055000', '160638.058000', '160638.060000', '160638.063000', '160638.066000', '160638.068000', '160638.071000', '160638.073000', '160638.076000', '160638.078000', '160638.081000', '160638.084000', '160638.086000', '160638.089000', '160638.091000', '160638.094000', '160638.096000', '160638.099000', '160638.102000', '160638.104000', '160638.107000', '160638.109000', '160638.112000', '160638.114000', '160658.004000', '160658.006000', '160658.009000', '160658.011000', '160658.014000', '160658.017000', '160658.019000', '160658.022000', '160658.025000', '160658.027000', '160658.030000', '160658.033000', '160658.035000', '160658.038000', '160658.040000', '160658.043000', '160658.046000', '160658.049000', '160658.052000', '160658.055000', '160658.058000', '160658.060000', '160658.063000', '160658.065000', '160658.068000', '160658.070000', '160658.073000', '160658.076000', '160658.078000', '160658.081000', '160658.083000', '160658.086000', '160658.088000', '160658.091000', '160658.094000', '160658.096000', '160658.099000', '160658.101000', '160658.104000', '160658.106000', '160658.109000', '160658.112000', '160658.114000', '160718.005000', '160718.007000', '160718.010000', '160718.013000', '160718.015000', '160718.018000', '160718.020000', '160718.023000', '160718.025000', '160718.028000', '160718.031000', '160718.033000', '160718.036000', '160718.038000', '160718.041000', '160718.043000', '160718.046000', '160718.049000', '160718.051000', '160718.054000', '160718.056000', '160718.059000', '160718.062000', '160718.064000', '160718.067000', '160718.069000', '160718.072000', '160718.075000', '160718.077000', '160718.080000', '160718.082000', '160718.085000', '160718.088000', '160718.090000', '160718.093000', '160718.095000', '160718.098000', '160718.101000', '160718.103000', '160718.106000', '160718.108000', '160718.111000', '160718.113000', '160718.116000', '160738.005000', '160738.007000', '160738.010000', '160738.013000', '160738.027000', '160738.030000', '160738.032000', '160738.035000', '160738.037000', '160738.040000', '160738.042000', '160738.045000', '160738.047000', '160738.050000', '160738.053000', '160738.055000', '160738.058000', '160738.060000', '160738.063000', '160738.066000', '160738.069000', '160738.072000', '160738.075000', '160738.077000', '160738.080000', '160738.083000', '160738.085000', '160738.088000', '160738.091000', '160738.094000', '160738.097000', '160738.099000', '160738.102000', '160738.104000', '160738.107000', '160738.110000', '160738.112000', '160738.115000', '160738.124000', '160738.127000', '160738.129000', '160738.132000', '160738.134000', '160758.005000', '160758.007000', '160758.010000', '160758.013000', '160758.015000', '160758.018000', '160758.021000', '160758.023000', '160758.026000', '160758.028000', '160758.031000', '160758.034000', '160758.036000', '160758.039000', '160758.041000', '160758.044000', '160758.047000', '160758.049000', '160758.052000', '160758.054000', '160758.057000', '160758.060000', '160758.062000', '160758.065000', '160758.068000', '160758.070000', '160758.073000', '160758.075000', '160758.078000', '160758.081000', '160758.083000', '160758.086000', '160758.088000', '160758.091000', '160758.094000', '160758.096000', '160758.099000', '160758.101000', '160758.104000', '160758.106000', '160758.109000', '160758.112000', '160758.114000', '160758.117000', '160818.005000', '160818.007000', '160818.010000', '160818.013000', '160818.015000', '160818.018000', '160818.020000', '160818.023000', '160818.025000', '160818.028000', '160818.030000', '160818.033000', '160818.036000', '160818.038000', '160818.041000', '160818.043000', '160818.046000', '160818.049000', '160818.051000', '160818.054000', '160818.056000', '160818.059000', '160818.061000', '160818.064000', '160818.066000', '160818.069000', '160818.072000', '160818.074000', '160818.077000', '160818.079000', '160818.082000', '160818.084000', '160818.087000', '160818.090000', '160818.092000', '160818.095000', '160818.098000', '160818.100000', '160818.103000', '160818.105000', '160818.108000', '160818.111000', '160818.113000', '160838.005000', '160838.007000', '160838.010000', '160838.013000', '160838.015000', '160838.018000', '160838.020000', '160838.023000', '160838.025000', '160838.028000', '160838.031000', '160838.033000', '160838.036000', '160838.038000', '160838.041000', '160838.044000', '160838.046000', '160838.049000', '160838.051000', '160838.054000', '160838.056000', '160838.059000', '160838.062000', '160838.064000', '160838.067000', '160838.069000', '160838.072000', '160838.074000', '160838.077000', '160838.080000', '160838.082000', '160838.085000', '160838.087000', '160838.090000', '160838.093000', '160838.095000', '160838.098000', '160838.100000', '160838.103000', '160838.105000', '160838.108000', '160838.111000', '160838.113000', '160838.116000', '160858.004000', '160858.007000', '160858.010000', '160858.013000', '160858.015000', '160858.018000', '160858.021000', '160858.023000', '160858.026000', '160858.028000', '160858.031000', '160858.034000', '160858.036000', '160858.039000', '160858.042000', '160858.044000', '160858.047000', '160858.049000', '160858.052000', '160858.054000', '160858.057000', '160858.060000', '160858.063000', '160858.066000', '160858.069000', '160858.071000', '160858.074000', '160858.077000', '160858.079000', '160858.093000', '160858.096000', '160858.098000', '160858.101000', '160858.103000', '160858.108000', '160858.111000', '160858.113000', '160858.116000', '160858.118000', '160858.121000', '160858.124000', '160858.126000', '160858.129000', '160918.003000', '160918.006000', '160918.009000', '160918.011000', '160918.014000', '160918.016000', '160918.019000', '160918.022000', '160918.024000', '160918.027000', '160918.029000', '160918.032000', '160918.034000', '160918.037000', '160918.040000', '160918.042000', '160918.045000', '160918.047000', '160918.050000', '160918.052000', '160918.055000', '160918.058000', '160918.060000', '160918.063000', '160918.065000', '160918.068000', '160918.070000', '160918.073000', '160918.076000', '160918.078000', '160918.081000', '160918.083000', '160918.086000', '160918.088000', '160918.091000', '160918.094000', '160918.096000', '160918.099000', '160918.101000', '160918.104000', '160918.106000', '160918.109000', '160918.112000', '160918.114000', '160938.005000', '160938.007000', '160938.010000', '160938.013000', '160938.015000', '160938.018000', '160938.020000', '160938.023000', '160938.025000', '160938.028000', '160938.031000', '160938.033000', '160938.036000', '160938.039000', '160938.041000', '160938.044000', '160938.046000', '160938.049000', '160938.051000', '160938.054000', '160938.057000', '160938.060000', '160938.063000', '160938.066000', '160938.068000', '160938.071000', '160938.074000', '160938.076000', '160938.079000', '160938.081000', '160938.084000', '160938.087000', '160938.089000', '160938.092000', '160938.094000', '160938.097000', '160938.099000', '160938.102000', '160938.105000', '160938.107000', '160938.110000', '160938.112000', '160938.115000', '160958.004000', '160958.007000', '160958.010000', '160958.012000', '160958.015000', '160958.018000', '160958.020000', '160958.023000', '160958.026000', '160958.028000', '160958.031000', '160958.034000', '160958.037000', '160958.039000', '160958.042000', '160958.044000', '160958.047000', '160958.049000', '160958.052000', '160958.054000', '160958.057000', '160958.060000', '160958.062000', '160958.065000', '160958.068000', '160958.070000', '160958.073000', '160958.075000', '160958.078000', '160958.081000', '160958.083000', '160958.086000', '160958.088000', '160958.091000', '160958.094000', '160958.096000', '160958.099000', '160958.101000', '160958.104000', '160958.106000', '160958.109000', '160958.112000', '160958.114000', '160958.117000', '161018.005000', '161018.007000', '161018.010000', '161018.013000', '161018.015000', '161018.018000', '161018.020000', '161018.023000', '161018.025000', '161018.028000', '161018.031000', '161018.033000', '161018.036000', '161018.038000', '161018.041000', '161018.043000', '161018.046000', '161018.049000', '161018.051000', '161018.054000', '161018.056000', '161018.059000', '161018.061000', '161018.064000', '161018.066000', '161018.069000', '161018.072000', '161018.074000', '161018.077000', '161018.080000', '161018.082000', '161018.085000', '161018.087000', '161018.090000', '161018.092000', '161018.095000', '161018.098000', '161018.100000', '161018.103000', '161018.118000', '161018.120000', '161018.124000', '161018.127000', '161038.004000', '161038.007000', '161038.010000', '161038.012000', '161038.015000', '161038.017000', '161038.020000', '161038.023000', '161038.025000', '161038.028000', '161038.031000', '161038.033000', '161038.036000', '161038.038000', '161038.041000', '161038.044000', '161038.046000', '161038.049000', '161038.051000', '161038.054000', '161038.056000', '161038.059000', '161038.062000', '161038.064000', '161038.067000', '161038.069000', '161038.072000', '161038.075000', '161038.077000', '161038.080000', '161038.082000', '161038.085000', '161038.087000', '161038.090000', '161038.093000', '161038.095000', '161038.098000', '161038.100000', '161038.103000', '161038.105000', '161038.108000', '161038.111000', '161038.113000', '161038.116000', '161058.005000', '161058.007000', '161058.010000', '161058.012000', '161058.015000', '161058.018000', '161058.020000', '161058.023000', '161058.025000', '161058.028000', '161058.031000', '161058.034000', '161058.036000', '161058.039000', '161058.042000', '161058.044000', '161058.047000', '161058.050000', '161058.052000', '161058.055000', '161058.057000', '161058.060000', '161058.062000', '161058.065000', '161058.068000', '161058.070000', '161058.073000', '161058.075000', '161058.078000', '161058.081000', '161058.083000', '161058.086000', '161058.088000', '161058.091000', '161058.094000', '161058.096000', '161058.099000', '161058.101000', '161058.104000', '161058.107000', '161058.109000', '161058.112000', '161058.114000', '161118.004000', '161118.006000', '161118.009000', '161118.012000', '161118.014000', '161118.017000', '161118.019000', '161118.022000', '161118.025000', '161118.027000', '161118.030000', '161118.033000', '161118.035000', '161118.038000', '161118.040000', '161118.043000', '161118.046000', '161118.048000', '161118.051000', '161118.053000', '161118.056000', '161118.059000', '161118.061000', '161118.064000', '161118.066000', '161118.069000', '161118.072000', '161118.074000', '161118.077000', '161118.079000', '161118.082000', '161118.084000', '161118.087000', '161118.090000', '161118.092000', '161118.095000', '161118.097000', '161118.100000', '161118.102000', '161118.105000', '161118.108000', '161118.110000', '161118.113000', '161118.115000', '161138.004000', '161138.006000', '161138.009000', '161138.012000', '161138.014000', '161138.017000', '161138.019000', '161138.022000', '161138.025000', '161138.027000', '161138.030000', '161138.033000', '161138.035000', '161138.038000', '161138.040000', '161138.043000', '161138.045000', '161138.048000', '161138.050000', '161138.053000', '161138.056000', '161138.058000', '161138.061000', '161138.064000', '161138.066000', '161138.069000', '161138.071000', '161138.074000', '161138.076000', '161138.079000', '161138.082000', '161138.084000', '161138.087000', '161138.089000', '161138.092000', '161138.094000', '161138.116000', '161138.118000', '161138.121000', '161138.123000', '161138.126000', '161138.128000', '161138.131000', '161158.005000', '161158.007000', '161158.010000', '161158.012000', '161158.015000', '161158.018000', '161158.020000', '161158.023000', '161158.025000', '161158.028000', '161158.031000', '161158.033000', '161158.036000', '161158.038000', '161158.041000', '161158.043000', '161158.046000', '161158.049000', '161158.051000', '161158.054000', '161158.058000', '161158.061000', '161158.064000', '161158.067000', '161158.069000', '161158.072000', '161158.074000', '161158.077000', '161158.080000', '161158.082000', '161158.085000', '161158.088000', '161158.090000', '161158.093000', '161158.095000', '161158.098000', '161158.101000', '161158.103000', '161158.106000', '161158.108000', '161158.111000', '161158.113000', '161158.116000', '161158.119000', '161218.005000', '161218.008000', '161218.010000', '161218.013000', '161218.015000', '161218.018000', '161218.021000', '161218.023000', '161218.026000', '161218.028000', '161218.031000', '161218.033000', '161218.036000', '161218.039000', '161218.041000', '161218.044000', '161218.046000', '161218.049000', '161218.051000', '161218.054000', '161218.057000', '161218.059000', '161218.062000', '161218.064000', '161218.067000', '161218.069000', '161218.072000', '161218.075000', '161218.077000', '161218.080000', '161218.082000', '161218.085000', '161218.087000', '161218.090000', '161218.093000', '161218.095000', '161218.098000', '161218.100000', '161218.103000', '161218.105000', '161218.108000', '161218.111000', '161218.113000', '161238.004000', '161238.007000', '161238.010000', '161238.015000', '161238.017000', '161238.020000', '161238.023000', '161238.025000', '161238.028000', '161238.030000', '161238.033000', '161238.036000', '161238.038000', '161238.041000', '161238.043000', '161238.046000', '161238.049000', '161238.051000', '161238.054000', '161238.056000', '161238.059000', '161238.062000', '161238.064000', '161238.067000', '161238.070000', '161238.072000', '161238.075000', '161238.077000', '161238.080000', '161238.083000', '161238.085000', '161238.088000', '161238.090000', '161238.093000', '161238.096000', '161238.098000', '161238.101000', '161238.103000', '161238.106000', '161238.108000', '161238.111000', '161238.114000', '161238.116000', '161238.119000', '161258.005000', '161258.008000', '161258.010000', '161258.013000', '161258.016000', '161258.018000', '161258.021000', '161258.023000', '161258.026000', '161258.028000', '161258.031000', '161258.033000', '161258.036000', '161258.039000', '161258.041000', '161258.044000', '161258.046000', '161258.049000', '161258.052000', '161258.054000', '161258.057000', '161258.059000', '161258.062000', '161258.065000', '161258.067000', '161258.070000', '161258.073000', '161258.075000', '161258.078000', '161258.081000', '161258.083000', '161258.086000', '161258.102000', '161258.105000', '161258.107000', '161258.110000', '161258.112000', '161258.115000', '161258.117000', '161258.120000', '161258.123000', '161258.125000', '161258.128000', '161318.005000', '161318.007000', '161318.010000', '161318.013000', '161318.015000', '161318.018000', '161318.020000', '161318.023000', '161318.025000', '161318.028000', '161318.031000', '161318.033000', '161318.036000', '161318.039000', '161318.041000', '161318.044000', '161318.046000', '161318.049000', '161318.052000', '161318.054000', '161318.057000', '161318.060000', '161318.062000', '161318.065000', '161318.067000', '161318.070000', '161318.072000', '161318.075000', '161318.078000', '161318.080000', '161318.083000', '161318.085000', '161318.088000', '161318.091000', '161318.093000', '161318.096000', '161318.098000', '161318.101000', '161318.103000', '161318.106000', '161318.109000', '161318.111000', '161318.114000', '161318.116000', '161338.004000', '161338.007000', '161338.009000', '161338.012000', '161338.015000', '161338.017000', '161338.020000', '161338.022000', '161338.025000', '161338.027000', '161338.030000', '161338.033000', '161338.035000', '161338.038000', '161338.041000', '161338.043000', '161338.046000', '161338.048000', '161338.051000', '161338.053000', '161338.056000', '161338.059000', '161338.061000', '161338.064000', '161338.066000', '161338.069000', '161338.072000', '161338.074000', '161338.077000', '161338.079000', '161338.082000', '161338.084000', '161338.087000', '161338.090000', '161338.092000', '161338.095000', '161338.097000', '161338.100000', '161338.102000', '161338.105000', '161338.108000', '161338.110000', '161338.113000', '161345.632000', '161345.635000', '161345.638000', '161345.641000', '161345.643000', '161345.646000', '161345.649000', '161345.651000', '161345.654000', '161345.656000', '161345.659000', '161345.662000', '161345.664000', '161345.667000', '161345.670000', '161345.672000', '161345.677000'], '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': [13869, 9953, 13827, 11615, 10514, 11641, 10076, 10763, 10051, 11250, 9558, 10111, 10174, 10256, 12881, 9667, 13140, 8883, 12993, 11791, 9652, 13063, 8882, 9785, 10171, 17240, 11417, 13886, 10130, 11185, 9535, 10385, 9354, 9822, 10009, 9947, 11762, 9678, 10072, 9399, 9993, 11373, 10116, 10422, 9841, 13275, 10217, 14023, 9814, 12276, 10072, 10745, 9835, 9821, 9525, 11282, 10424, 10973, 10546, 11188, 12603, 11698, 11059, 9338, 10394, 13112, 10559, 10313, 10311, 13561, 10387, 11214, 11515, 10328, 11040, 10369, 10242, 10744, 10229, 10770, 10264, 11072, 10164, 9407, 13598, 9809, 10252, 11065, 10061, 9554, 11142, 9843, 11518, 11799, 10858, 9239, 10289, 9350, 10143, 9434, 10088, 9024, 10516, 9171, 10084, 9539, 9214, 9881, 9292, 10367, 14617, 9540, 14781, 10879, 12877, 9232, 12446, 9440, 12682, 9278, 11722, 9425, 11376, 9490, 12960, 8977, 13065, 9349, 12411, 9352, 13033, 9188, 12509, 10061, 12459, 9589, 14078, 9947, 12341, 10242, 12204, 9953, 13161, 9583, 9615, 10379, 9178, 10222, 9199, 10444, 9479, 10455, 9088, 12193, 9437, 14030, 9073, 12852, 9061, 13215, 9237, 13281, 8835, 13082, 9121, 13412, 9488, 12690, 9723, 9305, 9536, 8998, 9821, 8839, 10173, 9201, 10841, 9478, 11663, 10242, 10214, 10600, 9447, 12524, 9151, 11717, 9043, 9872, 12465, 9161, 14156, 9503, 10315, 9098, 9305, 9100, 9854, 9051, 9279, 9246, 9990, 9114, 11815, 9324, 11946, 9195, 9631, 8968, 8933, 9819, 9718, 10108, 8881, 9531, 8694, 9534, 11106, 9553, 8762, 9815, 8732, 9001, 8716, 9388, 8882, 9637, 13052, 9532, 13447, 8893, 14345, 9128, 14244, 8994, 12007, 8989, 10522, 8899, 10889, 9142, 11660, 9023, 10977, 8773, 9557, 8432, 9392, 10684, 8809, 15790, 10400, 14367, 8994, 14269, 10207, 13288, 9062, 12876, 9014, 13334, 9859, 13600, 9140, 13710, 9262, 13230, 8768, 12564, 8909, 12697, 9043, 13285, 9267, 13226, 8779, 12939, 8840, 12192, 8745, 10426, 8416, 9832, 9224, 9330, 12354, 9247, 9739, 8908, 12959, 10708, 10817, 9672, 7865, 13843, 8910, 11065, 9561, 9023, 14434, 8959, 10354, 14230, 9234, 12289, 8562, 14928, 9018, 14200, 10392, 12831, 8370, 9530, 8356, 8055, 9389, 8148, 10490, 9667, 10075, 9826, 12610, 10695, 10742, 11574, 9339, 13754, 10209, 8839, 11485, 15724, 10801, 15489, 12073, 13843, 8429, 12877, 8542, 14116, 10570, 11522, 14067, 8711, 9872, 9866, 9111, 9226, 9573, 14482, 9506, 9337, 13597, 10395, 8593, 14512, 17427, 11677, 15924, 12912, 14168, 8302, 12880, 8985, 14015, 10341, 11924, 9208, 8569, 9921, 8785, 12715, 8914, 8652, 8997, 9938, 13186, 9135, 10197, 11140, 10045, 11376, 9470, 9161, 9171, 8912, 8924, 9355, 9307, 8579, 10262, 13288, 12448, 11409, 8574, 12683, 9767, 8968, 10084, 17537, 11932, 15176, 9621, 9386, 9445, 9366, 11718, 9189, 10865, 8919, 11946, 9019, 11536, 9226, 9196, 8828, 9261, 9779, 10193, 12115, 9940, 11785, 9309, 9488, 9443, 8989, 9449, 8823, 9480, 9869, 9833, 9853, 11211, 9954, 13140, 9919, 9797, 9747, 10346, 10037, 10540, 9227, 9668, 9775, 9579, 10437, 9448, 9104, 9674, 9710, 9650, 10178, 9676, 9677, 9757, 10571, 10252, 13217, 10255, 13681, 9774, 12301, 9824, 11986, 9996, 9860, 9766, 10382, 10394, 11025, 10946, 11427, 9847, 10350, 10130, 9696, 9956, 10086, 13575, 10381, 9253, 9326, 9230, 10195, 9475, 9518, 9503, 10021, 9309, 9283, 9155, 9609, 10167, 12655, 9734, 9111, 9396, 9195, 11481, 10081, 10197, 9524, 10758, 10350, 14836, 9681, 13231, 9312, 14035, 9630, 15151, 10429, 13676, 9485, 9652, 9350, 9672, 9315, 9436, 10391, 9641, 11856, 10962, 9310, 9009, 9112, 9784, 8962, 9260, 10709, 9871, 10974, 9867, 11008, 9568, 9549, 9490, 11934, 9548, 15639, 10138, 14161, 9575, 13521, 9961, 12624, 9416, 9414, 9345, 9098, 9474, 9769, 9003, 9550, 9537, 9711, 11414, 9943, 12646, 9848, 12202, 9904, 12897, 9929, 12725, 9440, 9280, 9725, 9929, 11174, 10034, 11850, 10124, 12689, 9789, 13418, 9487, 10892, 9433, 9533, 9572, 10171, 9139, 9746, 9499, 9457, 11725, 10357, 13022, 9634, 13533, 9957, 12794, 9416, 9274, 9121, 10230, 9490, 9678, 11760, 9991, 12555, 9732, 11142, 9470, 9588, 9869, 10018, 13844, 9754, 9546, 9343, 9426, 10042, 13250, 9672, 13297, 9752, 14011, 10099, 13018, 9636, 12196, 9738, 12747, 9598, 12373, 9514, 10139, 9644, 9589, 10205, 9770, 9675, 9670, 10506, 9772, 11961, 9821, 12059, 9511, 13581, 9487, 12488, 8942, 10005, 9410, 10400, 9427, 9305, 9676, 9346, 10135, 9295, 9760, 9739, 9652, 9667, 10036, 9368, 12515, 9395, 12419, 9333, 12291, 9668, 9448, 9453, 9741, 9675, 9755, 13472, 9423, 13001, 9250, 10929, 9358, 11338, 10633, 9494, 8979, 9716, 9192, 13751, 9396, 11104, 8881, 9526, 9099, 9594, 9299, 10328, 9422, 9513, 10000, 9566, 10207, 10020, 14619, 9316, 14255, 9913, 11685, 9791, 9119, 10991, 9342, 13715, 9376, 11204, 9431, 11850, 9636, 13646, 9689, 13060, 9706, 13921, 9428, 13476, 9477, 12864, 9282, 9653, 8885, 10287, 11013, 10111, 13377, 9657, 12664, 9922, 12360, 9240, 9222, 9487, 9247, 10945, 8883, 12785, 9193, 9408, 9156, 9597, 9052, 10134, 9737, 9085, 9350, 9967, 16885, 10222, 14450, 9335, 13458, 9352, 12637, 9103, 11103, 9683, 10060, 9356, 10989, 8671, 12651, 9107, 8738, 8699, 9028, 9157, 8935, 8759, 9944, 15934, 9813, 14324, 8805, 13286, 8916, 12085, 9318, 8850, 9092, 11943, 9357, 9673, 10129, 10226, 9734, 10002, 9648, 10261, 9957, 11112, 9348, 10419, 11681, 11096, 9424, 12011, 9211, 9491, 8878, 12367, 9407, 12472, 9424, 10117, 9573, 9227, 9558, 8668, 9075, 9202, 9269, 9713, 9745, 9293, 12555, 9297, 8972, 9237, 10129, 12503, 10070, 13271, 9288, 15064, 10088, 11172, 9094, 9486, 10150, 9748, 14592, 9844, 8636, 8956, 9591, 13272, 9477, 9757, 10663, 10209, 9451, 10408, 9012, 9013, 9240, 8924, 10538, 9540, 12732, 9873, 13213, 9365, 9744, 9148, 15211, 9468, 13501, 9465, 11811, 9435, 10823, 9710, 11293, 9714, 8637, 11119, 8761, 10262, 9585, 9729, 9647, 14004, 9693, 12002, 10100, 12979, 10333, 10303, 9161, 9719, 9743, 8901, 9697, 11245, 9333, 14807, 10197, 13925, 9223, 8668, 9045, 14684, 9280, 13290, 9386, 11947, 9059, 11272, 9210, 11092, 8948, 10619, 8945, 10380, 8954, 9960, 8671, 8936, 9919, 9521, 14619, 8787, 13588, 9254, 13206, 9175, 12198, 9495, 11460, 9133, 10082, 8969, 8926, 8677, 9278, 9044, 9123, 13246, 9155, 12962, 9424, 14220, 9264, 13300, 9430, 13370, 9530, 11935, 9470, 10772, 9376, 9860, 9133, 10705, 9672, 10859, 9535, 11366, 9707, 11446, 10709, 9685, 14946, 9820, 12211, 9899, 13664, 9934, 10900, 11806, 9206, 11048, 9461, 14976, 9608, 13793, 10334, 13987, 9985, 10237, 9411, 9436, 11036, 9482, 11519, 9724, 9348, 10628, 9677, 13865, 10107, 15041, 9434, 13530, 9575, 14016, 9200, 12416, 9499, 8761, 9390, 9265, 10246, 9484, 11788, 9252, 10159, 12740, 10209, 10072, 10117, 14766, 9405, 12510, 10415, 12016, 9570, 11704, 10785, 12868, 10253, 10821, 10656, 9709, 13266, 9515, 8602, 10884, 8530, 12149, 8839, 10005, 8640, 11314, 9168, 8898, 9391, 9009, 13454, 9939, 9394, 11104, 10142, 11304, 8912, 10112, 12605, 9775, 10173, 9872, 10698, 10237, 10352, 9945, 10923, 9547, 10586, 9857, 12800, 9172, 10264, 12316, 9330, 10281, 12491, 10024, 12168, 9990, 11592, 9628, 11970, 10124, 8928, 9990, 9617, 9928, 10162, 11986, 10135, 8892, 9883, 9483, 9700, 9637, 9514, 10130, 11523, 9637, 13042, 9456, 9163, 9185, 9566, 11877, 9744, 12962, 10191, 11910, 9938, 9811, 10250, 9318, 9850, 9789, 9947, 9674, 9407, 10790, 9748, 10629, 10152, 9899, 9603, 11038, 9898, 12021, 9766, 12509, 9841, 12409, 9818, 11945, 9559, 12077, 10071, 12313, 10008, 12460, 10197, 11860, 10191, 11655, 10215, 12677, 9764, 9807, 9622, 9551, 9920, 10142, 10640, 9747, 9931, 10704, 9758, 13898, 9913, 12341, 9980, 11835, 9954, 12196, 10062, 12097, 10038, 11736, 9762, 12380, 9634, 11159, 9367, 9763, 9409, 9753, 9445, 10069, 9821, 9638, 10862, 9023, 12897, 9811, 13190, 8772, 9177, 10622, 9075, 9482, 9073, 8535, 8836, 10292, 8799, 12540, 8256, 9022, 10996, 8824, 11599, 10204, 8599, 13036, 10191, 9199, 13548, 9858, 9693, 13010, 10089, 10594, 14154, 10569, 9143, 12728, 8553, 9448, 8312, 9170, 8365, 13512, 10622, 8638, 8970, 9793, 8812, 9774, 9699, 9221, 12959, 9035, 9738, 10357, 9077, 13171, 8919, 9732, 8848, 9169, 12273, 9229, 12136, 8980, 9122, 10046, 9340, 12711, 9173, 13324, 9259, 9934, 9141, 11303, 9416, 11251, 9357, 9028, 10156, 9340, 11443, 9315, 10536, 9021, 11565, 9644, 12514, 9704, 12946, 9635, 12117, 9553, 11840, 9557, 10955, 9595, 11246, 9704, 11706, 9647, 10900, 9735, 11949, 9487, 12184, 9541, 11436, 9403, 9713, 11377, 8608, 9140, 8989, 9398, 10776, 9463, 10563, 9483, 9580, 8971, 9565, 9376, 9667, 9370, 10471, 9322, 11464, 10035, 9756, 9108, 9152, 8544, 8941, 11198, 8484, 8697, 8522, 10977, 8447, 13545, 9031, 11941, 8339, 12175, 8593, 11589, 9088, 11269, 8779, 11306, 9034, 11259, 8514, 11391, 8957, 11838, 8901, 12083, 9930, 11433, 9108, 8960, 8524, 9188, 10135, 9798, 8938, 8933, 12378, 9353, 9261, 10735, 8925, 11625, 9196], 'WindowCenter': [4290.0, 4243.0, 4257.0, 4222.0, 4178.0, 4190.0, 4178.0, 4193.0, 4164.0, 4175.0, 4168.0, 4177.0, 4192.0, 4191.0, 4203.0, 4171.0, 4190.0, 4158.0, 4188.0, 4177.0, 4155.0, 4186.0, 4144.0, 4154.0, 4151.0, 4182.0, 4163.0, 4159.0, 4138.0, 4146.0, 4136.0, 4136.0, 4138.0, 4150.0, 4190.0, 4269.0, 4262.0, 4211.0, 4196.0, 4186.0, 4195.0, 4205.0, 4195.0, 4195.0, 4185.0, 4216.0, 4198.0, 4217.0, 4185.0, 4203.0, 4185.0, 4196.0, 4183.0, 4184.0, 4184.0, 4194.0, 4197.0, 4196.0, 4196.0, 4196.0, 4206.0, 4209.0, 4208.0, 4199.0, 4199.0, 4218.0, 4210.0, 4199.0, 4203.0, 4209.0, 4182.0, 4210.0, 4209.0, 4198.0, 4208.0, 4201.0, 4211.0, 4209.0, 4199.0, 4194.0, 4200.0, 4211.0, 4212.0, 4188.0, 4231.0, 4212.0, 4223.0, 4223.0, 4210.0, 4212.0, 4224.0, 4211.0, 4226.0, 4219.0, 4212.0, 4187.0, 4199.0, 4187.0, 4199.0, 4199.0, 4198.0, 4187.0, 4195.0, 4198.0, 4210.0, 4209.0, 4203.0, 4214.0, 4199.0, 4214.0, 4233.0, 4203.0, 4232.0, 4210.0, 4209.0, 4188.0, 4205.0, 4188.0, 4219.0, 4188.0, 4208.0, 4187.0, 4194.0, 4200.0, 4218.0, 4188.0, 4218.0, 4189.0, 4207.0, 4201.0, 4217.0, 4189.0, 4218.0, 4198.0, 4207.0, 4200.0, 4218.0, 4200.0, 4206.0, 4197.0, 4206.0, 4198.0, 4216.0, 4187.0, 4186.0, 4196.0, 4186.0, 4198.0, 4187.0, 4197.0, 4185.0, 4195.0, 4188.0, 4219.0, 4186.0, 4218.0, 4187.0, 4206.0, 4187.0, 4217.0, 4175.0, 4204.0, 4175.0, 4204.0, 4186.0, 4216.0, 4186.0, 4205.0, 4185.0, 4174.0, 4197.0, 4186.0, 4187.0, 4173.0, 4185.0, 4188.0, 4196.0, 4187.0, 4206.0, 4186.0, 4185.0, 4197.0, 4171.0, 4208.0, 4189.0, 4222.0, 4190.0, 4200.0, 4220.0, 4190.0, 4220.0, 4200.0, 4196.0, 4176.0, 4175.0, 4174.0, 4183.0, 4186.0, 4184.0, 4183.0, 4184.0, 4175.0, 4205.0, 4200.0, 4220.0, 4200.0, 4199.0, 4201.0, 4189.0, 4212.0, 4201.0, 4199.0, 4188.0, 4188.0, 4188.0, 4198.0, 4198.0, 4199.0, 4175.0, 4198.0, 4187.0, 4184.0, 4176.0, 4185.0, 4186.0, 4198.0, 4217.0, 4188.0, 4218.0, 4187.0, 4227.0, 4186.0, 4214.0, 4187.0, 4204.0, 4174.0, 4195.0, 4174.0, 4193.0, 4186.0, 4204.0, 4200.0, 4196.0, 4176.0, 4187.0, 4174.0, 4185.0, 4198.0, 4187.0, 4215.0, 4196.0, 4215.0, 4175.0, 4215.0, 4184.0, 4204.0, 4184.0, 4204.0, 4187.0, 4215.0, 4197.0, 4213.0, 4185.0, 4215.0, 4187.0, 4205.0, 4175.0, 4204.0, 4174.0, 4204.0, 4187.0, 4215.0, 4174.0, 4204.0, 4173.0, 4204.0, 4186.0, 4205.0, 4174.0, 4195.0, 4163.0, 4184.0, 4173.0, 4184.0, 4202.0, 4183.0, 4172.0, 4172.0, 4204.0, 4194.0, 4194.0, 4172.0, 4173.0, 4218.0, 4200.0, 4221.0, 4199.0, 4189.0, 4230.0, 4188.0, 4198.0, 4205.0, 4173.0, 4192.0, 4162.0, 4214.0, 4174.0, 4213.0, 4182.0, 4191.0, 4160.0, 4171.0, 4175.0, 4175.0, 4183.0, 4175.0, 4193.0, 4198.0, 4195.0, 4200.0, 4218.0, 4195.0, 4210.0, 4219.0, 4202.0, 4231.0, 4200.0, 4188.0, 4210.0, 4242.0, 4225.0, 4214.0, 4191.0, 4202.0, 4161.0, 4202.0, 4161.0, 4197.0, 4181.0, 4209.0, 4230.0, 4187.0, 4198.0, 4212.0, 4189.0, 4187.0, 4198.0, 4241.0, 4200.0, 4201.0, 4231.0, 4211.0, 4188.0, 4232.0, 4227.0, 4197.0, 4214.0, 4193.0, 4191.0, 4150.0, 4189.0, 4172.0, 4202.0, 4181.0, 4191.0, 4159.0, 4159.0, 4181.0, 4172.0, 4202.0, 4184.0, 4186.0, 4188.0, 4197.0, 4215.0, 4184.0, 4182.0, 4193.0, 4196.0, 4205.0, 4183.0, 4172.0, 4169.0, 4174.0, 4170.0, 4181.0, 4171.0, 4173.0, 4182.0, 4201.0, 4190.0, 4178.0, 4146.0, 4174.0, 4156.0, 4169.0, 4169.0, 4196.0, 4163.0, 4181.0, 4140.0, 4138.0, 4138.0, 4140.0, 4160.0, 4152.0, 4162.0, 4143.0, 4162.0, 4154.0, 4177.0, 4154.0, 4154.0, 4154.0, 4155.0, 4166.0, 4177.0, 4188.0, 4181.0, 4204.0, 4183.0, 4183.0, 4183.0, 4185.0, 4196.0, 4185.0, 4185.0, 4184.0, 4181.0, 4198.0, 4208.0, 4198.0, 4218.0, 4199.0, 4198.0, 4198.0, 4210.0, 4199.0, 4209.0, 4199.0, 4195.0, 4197.0, 4199.0, 4197.0, 4198.0, 4187.0, 4186.0, 4197.0, 4197.0, 4197.0, 4198.0, 4185.0, 4186.0, 4205.0, 4198.0, 4215.0, 4196.0, 4216.0, 4196.0, 4206.0, 4196.0, 4206.0, 4185.0, 4185.0, 4185.0, 4196.0, 4184.0, 4196.0, 4194.0, 4207.0, 4199.0, 4198.0, 4198.0, 4198.0, 4196.0, 4198.0, 4218.0, 4186.0, 4174.0, 4172.0, 4173.0, 4180.0, 4170.0, 4184.0, 4182.0, 4183.0, 4184.0, 4184.0, 4185.0, 4195.0, 4209.0, 4231.0, 4201.0, 4188.0, 4202.0, 4201.0, 4209.0, 4199.0, 4197.0, 4198.0, 4208.0, 4198.0, 4217.0, 4188.0, 4217.0, 4188.0, 4216.0, 4185.0, 4215.0, 4185.0, 4202.0, 4173.0, 4184.0, 4184.0, 4183.0, 4173.0, 4184.0, 4184.0, 4185.0, 4206.0, 4194.0, 4185.0, 4171.0, 4171.0, 4182.0, 4172.0, 4173.0, 4194.0, 4185.0, 4195.0, 4197.0, 4197.0, 4198.0, 4186.0, 4186.0, 4208.0, 4186.0, 4214.0, 4197.0, 4204.0, 4172.0, 4215.0, 4185.0, 4203.0, 4185.0, 4173.0, 4184.0, 4186.0, 4183.0, 4184.0, 4174.0, 4184.0, 4183.0, 4198.0, 4205.0, 4184.0, 4203.0, 4184.0, 4191.0, 4196.0, 4215.0, 4184.0, 4204.0, 4183.0, 4173.0, 4185.0, 4184.0, 4195.0, 4184.0, 4194.0, 4196.0, 4216.0, 4185.0, 4203.0, 4185.0, 4194.0, 4184.0, 4183.0, 4184.0, 4182.0, 4184.0, 4184.0, 4185.0, 4186.0, 4204.0, 4195.0, 4215.0, 4185.0, 4217.0, 4195.0, 4216.0, 4185.0, 4173.0, 4185.0, 4195.0, 4184.0, 4185.0, 4205.0, 4195.0, 4206.0, 4185.0, 4205.0, 4197.0, 4196.0, 4196.0, 4210.0, 4229.0, 4201.0, 4198.0, 4198.0, 4199.0, 4209.0, 4218.0, 4199.0, 4217.0, 4196.0, 4216.0, 4195.0, 4204.0, 4185.0, 4203.0, 4196.0, 4213.0, 4197.0, 4215.0, 4196.0, 4196.0, 4197.0, 4184.0, 4198.0, 4196.0, 4185.0, 4197.0, 4195.0, 4185.0, 4204.0, 4184.0, 4202.0, 4195.0, 4215.0, 4186.0, 4205.0, 4185.0, 4184.0, 4185.0, 4194.0, 4183.0, 4172.0, 4183.0, 4183.0, 4183.0, 4172.0, 4184.0, 4170.0, 4170.0, 4183.0, 4180.0, 4172.0, 4201.0, 4171.0, 4202.0, 4183.0, 4202.0, 4184.0, 4182.0, 4182.0, 4183.0, 4183.0, 4184.0, 4215.0, 4184.0, 4202.0, 4185.0, 4195.0, 4183.0, 4193.0, 4194.0, 4181.0, 4173.0, 4183.0, 4183.0, 4202.0, 4172.0, 4192.0, 4169.0, 4170.0, 4172.0, 4182.0, 4171.0, 4182.0, 4182.0, 4183.0, 4197.0, 4197.0, 4197.0, 4199.0, 4226.0, 4186.0, 4228.0, 4185.0, 4193.0, 4183.0, 4173.0, 4193.0, 4183.0, 4202.0, 4172.0, 4192.0, 4173.0, 4191.0, 4185.0, 4214.0, 4184.0, 4214.0, 4214.0, 4244.0, 4201.0, 4228.0, 4199.0, 4204.0, 4186.0, 4182.0, 4171.0, 4180.0, 4192.0, 4198.0, 4217.0, 4186.0, 4206.0, 4184.0, 4206.0, 4173.0, 4173.0, 4170.0, 4170.0, 4181.0, 4171.0, 4190.0, 4169.0, 4168.0, 4170.0, 4182.0, 4184.0, 4193.0, 4183.0, 4184.0, 4181.0, 4198.0, 4226.0, 4184.0, 4203.0, 4173.0, 4200.0, 4173.0, 4203.0, 4171.0, 4194.0, 4200.0, 4199.0, 4200.0, 4183.0, 4160.0, 4190.0, 4163.0, 4164.0, 4174.0, 4163.0, 4173.0, 4165.0, 4174.0, 4188.0, 4215.0, 4174.0, 4203.0, 4163.0, 4192.0, 4161.0, 4193.0, 4161.0, 4160.0, 4155.0, 4166.0, 4159.0, 4170.0, 4165.0, 4183.0, 4182.0, 4184.0, 4172.0, 4167.0, 4175.0, 4184.0, 4162.0, 4172.0, 4196.0, 4172.0, 4161.0, 4180.0, 4161.0, 4156.0, 4148.0, 4179.0, 4147.0, 4178.0, 4147.0, 4154.0, 4155.0, 4156.0, 4171.0, 4161.0, 4177.0, 4187.0, 4186.0, 4185.0, 4170.0, 4185.0, 4222.0, 4220.0, 4205.0, 4190.0, 4214.0, 4223.0, 4205.0, 4208.0, 4190.0, 4208.0, 4173.0, 4173.0, 4148.0, 4160.0, 4176.0, 4171.0, 4176.0, 4158.0, 4149.0, 4155.0, 4158.0, 4192.0, 4160.0, 4158.0, 4173.0, 4173.0, 4172.0, 4171.0, 4161.0, 4164.0, 4174.0, 4163.0, 4167.0, 4173.0, 4194.0, 4173.0, 4206.0, 4175.0, 4172.0, 4175.0, 4202.0, 4160.0, 4190.0, 4161.0, 4167.0, 4153.0, 4166.0, 4159.0, 4180.0, 4173.0, 4163.0, 4210.0, 4178.0, 4199.0, 4197.0, 4187.0, 4192.0, 4208.0, 4186.0, 4196.0, 4172.0, 4193.0, 4183.0, 4184.0, 4177.0, 4201.0, 4199.0, 4188.0, 4154.0, 4180.0, 4161.0, 4198.0, 4186.0, 4218.0, 4178.0, 4176.0, 4176.0, 4216.0, 4178.0, 4202.0, 4175.0, 4192.0, 4164.0, 4181.0, 4172.0, 4196.0, 4173.0, 4185.0, 4173.0, 4184.0, 4175.0, 4187.0, 4163.0, 4165.0, 4171.0, 4174.0, 4204.0, 4163.0, 4193.0, 4174.0, 4194.0, 4175.0, 4182.0, 4172.0, 4182.0, 4175.0, 4186.0, 4164.0, 4163.0, 4160.0, 4172.0, 4162.0, 4174.0, 4204.0, 4174.0, 4194.0, 4173.0, 4202.0, 4174.0, 4206.0, 4176.0, 4201.0, 4174.0, 4180.0, 4173.0, 4182.0, 4176.0, 4175.0, 4174.0, 4184.0, 4218.0, 4241.0, 4218.0, 4222.0, 4170.0, 4190.0, 4192.0, 4186.0, 4239.0, 4211.0, 4231.0, 4212.0, 4231.0, 4197.0, 4207.0, 4206.0, 4185.0, 4204.0, 4183.0, 4225.0, 4187.0, 4218.0, 4211.0, 4230.0, 4208.0, 4209.0, 4183.0, 4211.0, 4224.0, 4182.0, 4191.0, 4182.0, 4170.0, 4178.0, 4170.0, 4199.0, 4183.0, 4209.0, 4170.0, 4189.0, 4168.0, 4196.0, 4158.0, 4188.0, 4168.0, 4159.0, 4172.0, 4185.0, 4190.0, 4182.0, 4201.0, 4164.0, 4162.0, 4184.0, 4174.0, 4190.0, 4189.0, 4212.0, 4180.0, 4230.0, 4209.0, 4219.0, 4227.0, 4233.0, 4225.0, 4215.0, 4183.0, 4208.0, 4213.0, 4190.0, 4189.0, 4159.0, 4148.0, 4168.0, 4132.0, 4137.0, 4107.0, 4130.0, 4107.0, 4126.0, 4118.0, 4118.0, 4144.0, 4149.0, 4178.0, 4158.0, 4176.0, 4195.0, 4195.0, 4149.0, 4096.0, 4122.0, 4159.0, 4152.0, 4163.0, 4163.0, 4177.0, 4179.0, 4183.0, 4182.0, 4194.0, 4181.0, 4184.0, 4182.0, 4219.0, 4185.0, 4195.0, 4219.0, 4175.0, 4184.0, 4193.0, 4181.0, 4191.0, 4170.0, 4178.0, 4169.0, 4177.0, 4179.0, 4158.0, 4170.0, 4169.0, 4182.0, 4181.0, 4205.0, 4195.0, 4182.0, 4197.0, 4195.0, 4197.0, 4197.0, 4199.0, 4209.0, 4217.0, 4209.0, 4217.0, 4196.0, 4186.0, 4183.0, 4186.0, 4216.0, 4184.0, 4215.0, 4196.0, 4208.0, 4184.0, 4184.0, 4183.0, 4168.0, 4171.0, 4182.0, 4183.0, 4182.0, 4170.0, 4182.0, 4172.0, 4195.0, 4184.0, 4183.0, 4183.0, 4190.0, 4183.0, 4203.0, 4184.0, 4202.0, 4193.0, 4203.0, 4198.0, 4204.0, 4185.0, 4205.0, 4197.0, 4203.0, 4185.0, 4205.0, 4184.0, 4204.0, 4182.0, 4192.0, 4182.0, 4203.0, 4184.0, 4182.0, 4184.0, 4180.0, 4184.0, 4194.0, 4195.0, 4184.0, 4183.0, 4194.0, 4185.0, 4215.0, 4183.0, 4192.0, 4168.0, 4190.0, 4178.0, 4189.0, 4181.0, 4191.0, 4170.0, 4189.0, 4181.0, 4190.0, 4181.0, 4179.0, 4169.0, 4166.0, 4169.0, 4169.0, 4182.0, 4170.0, 4169.0, 4166.0, 4178.0, 4156.0, 4185.0, 4170.0, 4198.0, 4157.0, 4167.0, 4179.0, 4170.0, 4166.0, 4158.0, 4166.0, 4168.0, 4194.0, 4173.0, 4203.0, 4160.0, 4169.0, 4177.0, 4157.0, 4176.0, 4164.0, 4146.0, 4176.0, 4154.0, 4142.0, 4173.0, 4142.0, 4141.0, 4171.0, 4166.0, 4165.0, 4183.0, 4151.0, 4140.0, 4172.0, 4141.0, 4154.0, 4140.0, 4141.0, 4140.0, 4186.0, 4166.0, 4157.0, 4157.0, 4166.0, 4156.0, 4166.0, 4155.0, 4154.0, 4174.0, 4155.0, 4155.0, 4164.0, 4154.0, 4186.0, 4153.0, 4154.0, 4155.0, 4162.0, 4186.0, 4169.0, 4191.0, 4170.0, 4168.0, 4180.0, 4183.0, 4213.0, 4182.0, 4213.0, 4184.0, 4194.0, 4185.0, 4204.0, 4183.0, 4190.0, 4170.0, 4170.0, 4193.0, 4182.0, 4206.0, 4182.0, 4191.0, 4170.0, 4203.0, 4189.0, 4213.0, 4183.0, 4215.0, 4183.0, 4203.0, 4182.0, 4203.0, 4181.0, 4193.0, 4177.0, 4190.0, 4183.0, 4202.0, 4196.0, 4204.0, 4194.0, 4219.0, 4196.0, 4217.0, 4198.0, 4207.0, 4185.0, 4181.0, 4205.0, 4174.0, 4183.0, 4169.0, 4184.0, 4193.0, 4184.0, 4195.0, 4184.0, 4183.0, 4171.0, 4181.0, 4183.0, 4183.0, 4171.0, 4180.0, 4184.0, 4205.0, 4181.0, 4170.0, 4157.0, 4157.0, 4157.0, 4158.0, 4177.0, 4145.0, 4145.0, 4156.0, 4166.0, 4158.0, 4199.0, 4155.0, 4176.0, 4147.0, 4175.0, 4157.0, 4175.0, 4153.0, 4174.0, 4158.0, 4174.0, 4155.0, 4177.0, 4157.0, 4175.0, 4156.0, 4176.0, 4169.0, 4189.0, 4181.0, 4192.0, 4172.0, 4169.0, 4170.0, 4173.0, 4182.0, 4181.0, 4169.0, 4157.0, 4202.0, 4182.0, 4183.0, 4194.0, 4184.0, 4206.0, 4174.0], 'WindowWidth': [9485.0, 9408.0, 9419.0, 9360.0, 9273.0, 9290.0, 9273.0, 9297.0, 9248.0, 9258.0, 9253.0, 9267.0, 9298.0, 9292.0, 9310.0, 9265.0, 9289.0, 9238.0, 9283.0, 9266.0, 9232.0, 9276.0, 9216.0, 9228.0, 9221.0, 9267.0, 9238.0, 9228.0, 9195.0, 9205.0, 9195.0, 9193.0, 9199.0, 9219.0, 9294.0, 9448.0, 9425.0, 9338.0, 9309.0, 9292.0, 9301.0, 9315.0, 9301.0, 9301.0, 9290.0, 9331.0, 9311.0, 9333.0, 9288.0, 9310.0, 9287.0, 9305.0, 9283.0, 9282.0, 9285.0, 9297.0, 9308.0, 9303.0, 9304.0, 9301.0, 9318.0, 9327.0, 9324.0, 9315.0, 9312.0, 9337.0, 9328.0, 9311.0, 9322.0, 9322.0, 9277.0, 9328.0, 9324.0, 9311.0, 9324.0, 9317.0, 9332.0, 9325.0, 9309.0, 9300.0, 9312.0, 9330.0, 9332.0, 9291.0, 9363.0, 9340.0, 9355.0, 9352.0, 9335.0, 9338.0, 9350.0, 9333.0, 9359.0, 9343.0, 9334.0, 9291.0, 9308.0, 9291.0, 9311.0, 9312.0, 9308.0, 9292.0, 9302.0, 9310.0, 9331.0, 9330.0, 9322.0, 9340.0, 9315.0, 9339.0, 9365.0, 9324.0, 9361.0, 9329.0, 9324.0, 9294.0, 9315.0, 9296.0, 9339.0, 9296.0, 9321.0, 9291.0, 9298.0, 9315.0, 9337.0, 9296.0, 9334.0, 9299.0, 9321.0, 9319.0, 9338.0, 9300.0, 9335.0, 9309.0, 9320.0, 9316.0, 9337.0, 9315.0, 9317.0, 9306.0, 9315.0, 9308.0, 9333.0, 9293.0, 9289.0, 9302.0, 9289.0, 9310.0, 9293.0, 9305.0, 9289.0, 9301.0, 9295.0, 9339.0, 9292.0, 9337.0, 9293.0, 9316.0, 9293.0, 9333.0, 9274.0, 9314.0, 9273.0, 9309.0, 9292.0, 9332.0, 9291.0, 9315.0, 9286.0, 9271.0, 9307.0, 9290.0, 9294.0, 9270.0, 9287.0, 9296.0, 9305.0, 9292.0, 9317.0, 9288.0, 9288.0, 9304.0, 9262.0, 9323.0, 9299.0, 9351.0, 9304.0, 9314.0, 9342.0, 9300.0, 9344.0, 9317.0, 9304.0, 9276.0, 9274.0, 9268.0, 9280.0, 9290.0, 9285.0, 9282.0, 9284.0, 9274.0, 9315.0, 9315.0, 9342.0, 9316.0, 9315.0, 9319.0, 9300.0, 9336.0, 9319.0, 9313.0, 9296.0, 9297.0, 9296.0, 9310.0, 9310.0, 9313.0, 9274.0, 9309.0, 9296.0, 9287.0, 9276.0, 9290.0, 9290.0, 9312.0, 9335.0, 9297.0, 9337.0, 9295.0, 9347.0, 9294.0, 9328.0, 9293.0, 9311.0, 9273.0, 9301.0, 9273.0, 9298.0, 9290.0, 9312.0, 9316.0, 9306.0, 9278.0, 9294.0, 9272.0, 9288.0, 9313.0, 9293.0, 9330.0, 9302.0, 9331.0, 9276.0, 9329.0, 9287.0, 9311.0, 9287.0, 9313.0, 9295.0, 9329.0, 9310.0, 9326.0, 9289.0, 9329.0, 9296.0, 9313.0, 9274.0, 9310.0, 9271.0, 9311.0, 9295.0, 9327.0, 9272.0, 9310.0, 9270.0, 9310.0, 9293.0, 9316.0, 9272.0, 9301.0, 9255.0, 9284.0, 9271.0, 9286.0, 9308.0, 9284.0, 9267.0, 9267.0, 9311.0, 9296.0, 9296.0, 9263.0, 9270.0, 9337.0, 9316.0, 9347.0, 9315.0, 9300.0, 9355.0, 9296.0, 9309.0, 9316.0, 9268.0, 9292.0, 9250.0, 9324.0, 9273.0, 9324.0, 9281.0, 9288.0, 9247.0, 9263.0, 9277.0, 9277.0, 9284.0, 9275.0, 9300.0, 9310.0, 9302.0, 9317.0, 9337.0, 9300.0, 9330.0, 9343.0, 9321.0, 9358.0, 9315.0, 9295.0, 9328.0, 9378.0, 9356.0, 9328.0, 9290.0, 9303.0, 9249.0, 9304.0, 9248.0, 9291.0, 9276.0, 9324.0, 9357.0, 9296.0, 9312.0, 9336.0, 9297.0, 9291.0, 9311.0, 9374.0, 9316.0, 9319.0, 9362.0, 9332.0, 9297.0, 9363.0, 9355.0, 9304.0, 9328.0, 9294.0, 9287.0, 9231.0, 9283.0, 9265.0, 9306.0, 9276.0, 9288.0, 9243.0, 9241.0, 9275.0, 9267.0, 9306.0, 9287.0, 9296.0, 9296.0, 9305.0, 9326.0, 9286.0, 9278.0, 9297.0, 9306.0, 9316.0, 9282.0, 9265.0, 9261.0, 9272.0, 9264.0, 9279.0, 9265.0, 9268.0, 9276.0, 9303.0, 9290.0, 9270.0, 9223.0, 9258.0, 9234.0, 9259.0, 9258.0, 9294.0, 9240.0, 9262.0, 9203.0, 9197.0, 9196.0, 9202.0, 9231.0, 9223.0, 9236.0, 9212.0, 9238.0, 9229.0, 9265.0, 9231.0, 9231.0, 9230.0, 9233.0, 9249.0, 9266.0, 9283.0, 9278.0, 9311.0, 9281.0, 9280.0, 9282.0, 9287.0, 9306.0, 9291.0, 9287.0, 9286.0, 9280.0, 9310.0, 9326.0, 9312.0, 9339.0, 9313.0, 9309.0, 9313.0, 9331.0, 9314.0, 9330.0, 9315.0, 9304.0, 9308.0, 9313.0, 9309.0, 9311.0, 9294.0, 9290.0, 9309.0, 9310.0, 9309.0, 9308.0, 9290.0, 9291.0, 9320.0, 9310.0, 9331.0, 9305.0, 9331.0, 9304.0, 9319.0, 9305.0, 9317.0, 9289.0, 9287.0, 9288.0, 9302.0, 9285.0, 9302.0, 9295.0, 9321.0, 9314.0, 9311.0, 9310.0, 9311.0, 9305.0, 9308.0, 9337.0, 9289.0, 9272.0, 9266.0, 9267.0, 9273.0, 9260.0, 9285.0, 9280.0, 9282.0, 9284.0, 9286.0, 9288.0, 9303.0, 9325.0, 9357.0, 9319.0, 9298.0, 9321.0, 9319.0, 9328.0, 9312.0, 9308.0, 9309.0, 9324.0, 9309.0, 9335.0, 9296.0, 9334.0, 9295.0, 9333.0, 9289.0, 9331.0, 9288.0, 9307.0, 9268.0, 9285.0, 9285.0, 9281.0, 9270.0, 9283.0, 9285.0, 9286.0, 9317.0, 9298.0, 9288.0, 9264.0, 9262.0, 9279.0, 9264.0, 9267.0, 9298.0, 9288.0, 9302.0, 9309.0, 9306.0, 9311.0, 9291.0, 9292.0, 9323.0, 9291.0, 9330.0, 9307.0, 9311.0, 9266.0, 9330.0, 9287.0, 9310.0, 9289.0, 9267.0, 9285.0, 9294.0, 9283.0, 9286.0, 9273.0, 9284.0, 9283.0, 9310.0, 9314.0, 9286.0, 9309.0, 9283.0, 9291.0, 9303.0, 9330.0, 9286.0, 9310.0, 9282.0, 9267.0, 9289.0, 9286.0, 9301.0, 9284.0, 9297.0, 9303.0, 9333.0, 9289.0, 9311.0, 9288.0, 9298.0, 9287.0, 9285.0, 9286.0, 9282.0, 9285.0, 9283.0, 9288.0, 9290.0, 9314.0, 9301.0, 9328.0, 9288.0, 9336.0, 9303.0, 9331.0, 9290.0, 9269.0, 9290.0, 9302.0, 9285.0, 9289.0, 9316.0, 9302.0, 9318.0, 9290.0, 9317.0, 9307.0, 9303.0, 9308.0, 9332.0, 9353.0, 9320.0, 9313.0, 9312.0, 9315.0, 9329.0, 9339.0, 9314.0, 9335.0, 9307.0, 9334.0, 9303.0, 9314.0, 9287.0, 9312.0, 9307.0, 9326.0, 9309.0, 9330.0, 9306.0, 9307.0, 9308.0, 9289.0, 9312.0, 9303.0, 9287.0, 9308.0, 9304.0, 9288.0, 9314.0, 9286.0, 9308.0, 9304.0, 9330.0, 9292.0, 9316.0, 9288.0, 9285.0, 9291.0, 9301.0, 9284.0, 9267.0, 9281.0, 9284.0, 9284.0, 9266.0, 9286.0, 9262.0, 9262.0, 9284.0, 9275.0, 9266.0, 9305.0, 9263.0, 9306.0, 9285.0, 9307.0, 9286.0, 9278.0, 9278.0, 9284.0, 9284.0, 9285.0, 9329.0, 9287.0, 9307.0, 9289.0, 9305.0, 9284.0, 9297.0, 9300.0, 9279.0, 9268.0, 9283.0, 9283.0, 9309.0, 9266.0, 9292.0, 9259.0, 9261.0, 9269.0, 9281.0, 9263.0, 9281.0, 9280.0, 9285.0, 9309.0, 9310.0, 9308.0, 9317.0, 9350.0, 9292.0, 9353.0, 9289.0, 9298.0, 9281.0, 9270.0, 9296.0, 9283.0, 9309.0, 9266.0, 9293.0, 9268.0, 9292.0, 9289.0, 9327.0, 9286.0, 9327.0, 9343.0, 9385.0, 9323.0, 9356.0, 9313.0, 9314.0, 9290.0, 9281.0, 9262.0, 9276.0, 9295.0, 9311.0, 9335.0, 9292.0, 9317.0, 9286.0, 9319.0, 9269.0, 9269.0, 9260.0, 9260.0, 9276.0, 9264.0, 9288.0, 9259.0, 9255.0, 9261.0, 9282.0, 9287.0, 9297.0, 9284.0, 9287.0, 9281.0, 9310.0, 9349.0, 9286.0, 9309.0, 9268.0, 9302.0, 9269.0, 9308.0, 9262.0, 9299.0, 9318.0, 9314.0, 9314.0, 9281.0, 9242.0, 9284.0, 9251.0, 9252.0, 9267.0, 9249.0, 9263.0, 9252.0, 9267.0, 9291.0, 9324.0, 9267.0, 9305.0, 9249.0, 9288.0, 9243.0, 9292.0, 9246.0, 9244.0, 9228.0, 9243.0, 9238.0, 9255.0, 9249.0, 9278.0, 9278.0, 9279.0, 9259.0, 9247.0, 9270.0, 9279.0, 9245.0, 9258.0, 9299.0, 9261.0, 9244.0, 9266.0, 9243.0, 9229.0, 9220.0, 9264.0, 9218.0, 9260.0, 9217.0, 9224.0, 9228.0, 9231.0, 9255.0, 9244.0, 9276.0, 9288.0, 9286.0, 9285.0, 9259.0, 9285.0, 9345.0, 9356.0, 9326.0, 9298.0, 9333.0, 9347.0, 9323.0, 9317.0, 9295.0, 9311.0, 9258.0, 9253.0, 9215.0, 9236.0, 9267.0, 9257.0, 9254.0, 9234.0, 9219.0, 9229.0, 9233.0, 9286.0, 9239.0, 9234.0, 9262.0, 9261.0, 9260.0, 9261.0, 9244.0, 9251.0, 9264.0, 9248.0, 9251.0, 9261.0, 9293.0, 9265.0, 9311.0, 9267.0, 9261.0, 9267.0, 9303.0, 9243.0, 9282.0, 9243.0, 9245.0, 9226.0, 9243.0, 9240.0, 9269.0, 9263.0, 9248.0, 9324.0, 9280.0, 9309.0, 9308.0, 9294.0, 9301.0, 9320.0, 9288.0, 9295.0, 9261.0, 9284.0, 9279.0, 9282.0, 9275.0, 9314.0, 9315.0, 9292.0, 9223.0, 9268.0, 9242.0, 9297.0, 9285.0, 9334.0, 9276.0, 9271.0, 9272.0, 9328.0, 9276.0, 9306.0, 9270.0, 9287.0, 9251.0, 9271.0, 9262.0, 9297.0, 9266.0, 9284.0, 9265.0, 9279.0, 9271.0, 9290.0, 9251.0, 9253.0, 9256.0, 9267.0, 9307.0, 9250.0, 9290.0, 9268.0, 9293.0, 9268.0, 9274.0, 9262.0, 9274.0, 9270.0, 9288.0, 9253.0, 9252.0, 9244.0, 9262.0, 9247.0, 9267.0, 9308.0, 9267.0, 9292.0, 9264.0, 9302.0, 9267.0, 9313.0, 9272.0, 9302.0, 9266.0, 9271.0, 9262.0, 9274.0, 9271.0, 9269.0, 9266.0, 9281.0, 9355.0, 9392.0, 9353.0, 9347.0, 9257.0, 9288.0, 9296.0, 9293.0, 9372.0, 9339.0, 9365.0, 9341.0, 9367.0, 9314.0, 9326.0, 9322.0, 9291.0, 9316.0, 9287.0, 9347.0, 9297.0, 9341.0, 9339.0, 9362.0, 9335.0, 9332.0, 9286.0, 9343.0, 9360.0, 9283.0, 9291.0, 9282.0, 9261.0, 9271.0, 9261.0, 9301.0, 9287.0, 9317.0, 9262.0, 9285.0, 9255.0, 9292.0, 9242.0, 9284.0, 9255.0, 9246.0, 9268.0, 9294.0, 9293.0, 9284.0, 9311.0, 9248.0, 9242.0, 9275.0, 9263.0, 9293.0, 9292.0, 9329.0, 9283.0, 9363.0, 9331.0, 9344.0, 9374.0, 9372.0, 9362.0, 9330.0, 9282.0, 9324.0, 9339.0, 9295.0, 9280.0, 9238.0, 9222.0, 9246.0, 9191.0, 9186.0, 9144.0, 9179.0, 9142.0, 9165.0, 9156.0, 9156.0, 9206.0, 9221.0, 9259.0, 9233.0, 9269.0, 9300.0, 9300.0, 9213.0, 9117.0, 9162.0, 9224.0, 9221.0, 9240.0, 9239.0, 9264.0, 9271.0, 9282.0, 9281.0, 9299.0, 9279.0, 9281.0, 9282.0, 9340.0, 9292.0, 9305.0, 9339.0, 9273.0, 9283.0, 9295.0, 9276.0, 9289.0, 9259.0, 9268.0, 9256.0, 9267.0, 9270.0, 9242.0, 9259.0, 9257.0, 9278.0, 9279.0, 9314.0, 9303.0, 9283.0, 9307.0, 9304.0, 9311.0, 9309.0, 9312.0, 9330.0, 9339.0, 9329.0, 9337.0, 9305.0, 9290.0, 9283.0, 9286.0, 9335.0, 9287.0, 9328.0, 9304.0, 9323.0, 9286.0, 9286.0, 9285.0, 9259.0, 9259.0, 9279.0, 9282.0, 9282.0, 9263.0, 9279.0, 9263.0, 9300.0, 9286.0, 9282.0, 9282.0, 9291.0, 9283.0, 9309.0, 9287.0, 9307.0, 9300.0, 9314.0, 9310.0, 9314.0, 9290.0, 9317.0, 9307.0, 9314.0, 9288.0, 9317.0, 9286.0, 9311.0, 9279.0, 9293.0, 9281.0, 9311.0, 9286.0, 9283.0, 9287.0, 9279.0, 9285.0, 9300.0, 9305.0, 9286.0, 9286.0, 9299.0, 9287.0, 9331.0, 9283.0, 9295.0, 9258.0, 9286.0, 9271.0, 9287.0, 9277.0, 9291.0, 9260.0, 9284.0, 9276.0, 9287.0, 9277.0, 9272.0, 9258.0, 9252.0, 9260.0, 9259.0, 9282.0, 9259.0, 9256.0, 9250.0, 9269.0, 9236.0, 9276.0, 9261.0, 9300.0, 9238.0, 9251.0, 9271.0, 9260.0, 9251.0, 9241.0, 9255.0, 9260.0, 9300.0, 9272.0, 9310.0, 9249.0, 9264.0, 9268.0, 9239.0, 9262.0, 9243.0, 9221.0, 9262.0, 9228.0, 9209.0, 9254.0, 9208.0, 9205.0, 9250.0, 9249.0, 9246.0, 9271.0, 9222.0, 9203.0, 9250.0, 9212.0, 9230.0, 9205.0, 9207.0, 9206.0, 9280.0, 9249.0, 9241.0, 9240.0, 9250.0, 9237.0, 9250.0, 9234.0, 9231.0, 9257.0, 9232.0, 9231.0, 9244.0, 9230.0, 9275.0, 9229.0, 9229.0, 9231.0, 9244.0, 9278.0, 9259.0, 9289.0, 9262.0, 9257.0, 9275.0, 9285.0, 9326.0, 9284.0, 9325.0, 9288.0, 9301.0, 9289.0, 9318.0, 9285.0, 9291.0, 9262.0, 9262.0, 9299.0, 9281.0, 9319.0, 9281.0, 9293.0, 9263.0, 9313.0, 9292.0, 9328.0, 9286.0, 9329.0, 9285.0, 9310.0, 9283.0, 9310.0, 9280.0, 9297.0, 9273.0, 9290.0, 9282.0, 9307.0, 9307.0, 9314.0, 9306.0, 9341.0, 9312.0, 9337.0, 9312.0, 9325.0, 9290.0, 9282.0, 9317.0, 9276.0, 9283.0, 9264.0, 9285.0, 9299.0, 9287.0, 9304.0, 9286.0, 9284.0, 9266.0, 9281.0, 9284.0, 9281.0, 9263.0, 9275.0, 9285.0, 9317.0, 9280.0, 9260.0, 9238.0, 9239.0, 9239.0, 9241.0, 9265.0, 9219.0, 9220.0, 9233.0, 9247.0, 9239.0, 9299.0, 9233.0, 9260.0, 9223.0, 9262.0, 9236.0, 9259.0, 9228.0, 9257.0, 9240.0, 9258.0, 9234.0, 9265.0, 9238.0, 9262.0, 9237.0, 9263.0, 9258.0, 9286.0, 9278.0, 9293.0, 9266.0, 9259.0, 9262.0, 9267.0, 9279.0, 9276.0, 9257.0, 9237.0, 9312.0, 9284.0, 9286.0, 9304.0, 9292.0, 9322.0, 9272.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.0031540629685157424</td></tr>
<tr><td colspan=3>aqi</td><td>0.056406181259370324</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.53492395981246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213984097321831</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.983999269662415</td></tr>
<tr><td colspan=3>efc</td><td>0.525</td></tr>
<tr><td colspan=3>fber</td><td>4757.3833</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1330349446367499</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>214</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.041979010494753</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.511541707191325</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3773812160460874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7276032076961445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.429640697831742</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140672</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011846469715237617</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.052302081137895584</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.377532534099792</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>20.8052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5711</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.8403</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.5059</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4911</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.351</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.4689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>783.7706</td></tr>
<tr><td colspan=3>tsnr</td><td>28.429895314271562</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>