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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-01/func/sub-0014_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>018c71ab786b4cb93a57baa1506dfb6c</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:08:13.790000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999092, 0.0218391, 0.0365696, -0.0151717, 0.984706, -0.173562]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.107274</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7718, -7246, 379, -82, 11, 17, 59]</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>262.462</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3ad32d8-5eff-474a-815e-72287792acd4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804919242858887, -0.04070466756820679, 0.1074620857834816, 113.3653335571289], [-0.05859266594052315, 2.6418943405151367, -0.4666948616504669, -71.08614349365234], [0.09811363369226456, 0.4656549394130707, 2.6571879386901855, -69.59120178222656], [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, 1073]</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], 'AcquisitionTime': ['160813.790000', '160814.250000', '160814.710000', '160815.170000', '160815.630000', '160816.090000', '160816.550000', '160817.010000', '160817.470000', '160817.930000', '160818.390000', '160818.850000', '160819.310000', '160819.770000', '160820.230000', '160820.690000', '160821.150000', '160821.610000', '160822.070000', '160822.530000', '160822.990000', '160823.450000', '160823.910000', '160824.370000', '160824.830000', '160825.290000', '160825.750000', '160826.210000', '160826.670000', '160827.130000', '160827.590000', '160828.050000', '160828.510000', '160828.970000', '160829.430000', '160829.890000', '160830.350000', '160830.810000', '160831.270000', '160831.730000', '160832.190000', '160832.650000', '160833.110000', '160833.570000', '160834.030000', '160834.490000', '160834.950000', '160835.410000', '160835.870000', '160836.330000', '160836.790000', '160837.250000', '160837.710000', '160838.170000', '160838.630000', '160839.090000', '160839.550000', '160840.010000', '160840.470000', '160840.930000', '160841.390000', '160841.850000', '160842.310000', '160842.770000', '160843.230000', '160843.690000', '160844.150000', '160844.610000', '160845.070000', '160845.530000', '160845.990000', '160846.450000', '160846.910000', '160847.370000', '160847.830000', '160848.290000', '160848.750000', '160849.210000', '160849.670000', '160850.130000', '160850.590000', '160851.050000', '160851.510000', '160851.970000', '160852.430000', '160852.890000', '160853.350000', '160853.810000', '160854.270000', '160854.730000', '160855.190000', '160855.650000', '160856.110000', '160856.570000', '160857.030000', '160857.490000', '160857.950000', '160858.410000', '160858.870000', '160859.330000', '160859.790000', '160900.250000', '160900.710000', '160901.170000', '160901.630000', '160902.090000', '160902.550000', '160903.010000', '160903.470000', '160903.930000', '160904.390000', '160904.850000', '160905.310000', '160905.770000', '160906.230000', '160906.690000', '160907.150000', '160907.610000', '160908.070000', '160908.530000', '160908.990000', '160909.450000', '160909.910000', '160910.370000', '160910.830000', '160911.290000', '160911.750000', '160912.210000', '160912.670000', '160913.130000', '160913.590000', '160914.050000', '160914.510000', '160914.970000', '160915.430000', '160915.890000', '160916.350000', '160916.810000', '160917.270000', '160917.730000', '160918.190000', '160918.650000', '160919.110000', '160919.570000', '160920.030000', '160920.490000', '160920.950000', '160921.410000', '160921.870000', '160922.330000', '160922.790000', '160923.250000', '160923.710000', '160924.170000', '160924.630000', '160925.090000', '160925.550000', '160926.010000', '160926.470000', '160926.930000', '160927.390000', '160927.850000', '160928.310000', '160928.770000', '160929.230000', '160929.690000', '160930.150000', '160930.610000', '160931.070000', '160931.530000', '160931.990000', '160932.450000', '160932.910000', '160933.370000', '160933.830000', '160934.290000', '160934.750000', '160935.210000', '160935.670000', '160936.130000', '160936.590000', '160937.050000', '160937.510000', '160937.970000', '160938.430000', '160938.890000', '160939.350000', '160939.810000', '160940.270000', '160940.730000', '160941.190000', '160941.650000', '160942.110000', '160942.570000', '160943.030000', '160943.490000', '160943.950000', '160944.410000', '160944.870000', '160945.330000', '160945.790000', '160946.250000', '160946.710000', '160947.170000', '160947.630000', '160948.090000', '160948.550000', '160949.010000', '160949.470000', '160949.930000', '160950.390000', '160950.850000', '160951.310000', '160951.770000', '160952.230000', '160952.690000', '160953.150000', '160953.610000', '160954.070000', '160954.530000', '160954.990000', '160955.450000', '160955.910000', '160956.370000', '160956.830000', '160957.290000', '160957.750000', '160958.210000', '160958.670000', '160959.130000', '160959.590000', '161000.050000', '161000.510000', '161000.970000', '161001.430000', '161001.890000', '161002.350000', '161002.810000', '161003.270000', '161003.730000', '161004.190000', '161004.650000', '161005.110000', '161005.570000', '161006.030000', '161006.490000', '161006.950000', '161007.410000', '161007.870000', '161008.330000', '161008.790000', '161009.250000', '161009.710000', '161010.170000', '161010.630000', '161011.090000', '161011.550000', '161012.010000', '161012.470000', '161012.930000', '161013.390000', '161013.850000', '161014.310000', '161014.770000', '161015.230000', '161015.690000', '161016.150000', '161016.610000', '161017.070000', '161017.530000', '161017.990000', '161018.450000', '161018.910000', '161019.370000', '161019.830000', '161020.290000', '161020.750000', '161021.210000', '161021.670000', '161022.130000', '161022.590000', '161023.050000', '161023.510000', '161023.970000', '161024.430000', '161024.890000', '161025.350000', '161025.810000', '161026.270000', '161026.730000', '161027.190000', '161027.650000', '161028.110000', '161028.570000', '161029.030000', '161029.490000', '161029.950000', '161030.410000', '161030.870000', '161031.330000', '161031.790000', '161032.250000', '161032.710000', '161033.170000', '161033.630000', '161034.090000', '161034.550000', '161035.010000', '161035.470000', '161035.930000', '161036.390000', '161036.850000', '161037.310000', '161037.770000', '161038.230000', '161038.690000', '161039.150000', '161039.610000', '161040.070000', '161040.530000', '161040.990000', '161041.450000', '161041.910000', '161042.370000', '161042.830000', '161043.290000', '161043.750000', '161044.210000', '161044.670000', '161045.130000', '161045.590000', '161046.050000', '161046.510000', '161046.970000', '161047.430000', '161047.890000', '161048.350000', '161048.810000', '161049.270000', '161049.730000', '161050.190000', '161050.650000', '161051.110000', '161051.570000', '161052.030000', '161052.490000', '161052.950000', '161053.410000', '161053.870000', '161054.330000', '161054.790000', '161055.250000', '161055.710000', '161056.170000', '161056.630000', '161057.090000', '161057.550000', '161058.010000', '161058.470000', '161058.930000', '161059.390000', '161059.850000', '161100.310000', '161100.770000', '161101.230000', '161101.690000', '161102.150000', '161102.610000', '161103.070000', '161103.530000', '161103.990000', '161104.450000', '161104.910000', '161105.370000', '161105.830000', '161106.290000', '161106.750000', '161107.210000', '161107.670000', '161108.130000', '161108.590000', '161109.050000', '161109.510000', '161109.970000', '161110.430000', '161110.890000', '161111.350000', '161111.810000', '161112.270000', '161112.730000', '161113.190000', '161113.650000', '161114.110000', '161114.570000', '161115.030000', '161115.490000', '161115.950000', '161116.410000', '161116.870000', '161117.330000', '161117.790000', '161118.250000', '161118.710000', '161119.170000', '161119.630000', '161120.090000', '161120.550000', '161121.010000', '161121.470000', '161121.930000', '161122.390000', '161122.850000', '161123.310000', '161123.770000', '161124.230000', '161124.690000', '161125.150000', '161125.610000', '161126.070000', '161126.530000', '161126.990000', '161127.450000', '161127.910000', '161128.370000', '161128.830000', '161129.290000', '161129.750000', '161130.210000', '161130.670000', '161131.130000', '161131.590000', '161132.050000', '161132.510000', '161132.970000', '161133.430000', '161133.890000', '161134.350000', '161134.810000', '161135.270000', '161135.730000', '161136.190000', '161136.650000', '161137.110000', '161137.570000', '161138.030000', '161138.490000', '161138.950000', '161139.410000', '161139.870000', '161140.330000', '161140.790000', '161141.250000', '161141.710000', '161142.170000', '161142.630000', '161143.090000', '161143.550000', '161144.010000', '161144.470000', '161144.930000', '161145.390000', '161145.850000', '161146.310000', '161146.770000', '161147.230000', '161147.690000', '161148.150000', '161148.610000', '161149.070000', '161149.530000', '161149.990000', '161150.450000', '161150.910000', '161151.370000', '161151.830000', '161152.290000', '161152.750000', '161153.210000', '161153.670000', '161154.130000', '161154.590000', '161155.050000', '161155.510000', '161155.970000', '161156.430000', '161156.890000', '161157.350000', '161157.810000', '161158.270000', '161158.730000', '161159.190000', '161159.650000', '161200.110000', '161200.570000', '161201.030000', '161201.490000', '161201.950000', '161202.410000', '161202.870000', '161203.330000', '161203.790000', '161204.250000', '161204.710000', '161205.170000', '161205.630000', '161206.090000', '161206.550000', '161207.010000', '161207.470000', '161207.930000', '161208.390000', '161208.850000', '161209.310000', '161209.770000', '161210.230000', '161210.690000', '161211.150000', '161211.610000', '161212.070000', '161212.530000', '161212.990000', '161213.450000', '161213.910000', '161214.370000', '161214.830000', '161215.290000', '161215.750000', '161216.210000', '161216.670000', '161217.130000', '161217.590000', '161218.050000', '161218.510000', '161218.970000', '161219.430000', '161219.890000', '161220.350000', '161220.810000', '161221.270000', '161221.730000', '161222.190000', '161222.650000', '161223.110000', '161223.570000', '161224.030000', '161224.490000', '161224.950000', '161225.410000', '161225.870000', '161226.330000', '161226.790000', '161227.250000', '161227.710000', '161228.170000', '161228.630000', '161229.090000', '161229.550000', '161230.010000', '161230.470000', '161230.930000', '161231.390000', '161231.850000', '161232.310000', '161232.770000', '161233.230000', '161233.690000', '161234.150000', '161234.610000', '161235.070000', '161235.530000', '161235.990000', '161236.450000', '161236.910000', '161237.370000', '161237.830000', '161238.290000', '161238.750000', '161239.210000', '161239.670000', '161240.130000', '161240.590000', '161241.050000', '161241.510000', '161241.970000', '161242.430000', '161242.890000', '161243.350000', '161243.810000', '161244.270000', '161244.730000', '161245.190000', '161245.650000', '161246.110000', '161246.570000', '161247.030000', '161247.490000', '161247.950000', '161248.410000', '161248.870000', '161249.330000', '161249.790000', '161250.250000', '161250.710000', '161251.170000', '161251.630000', '161252.090000', '161252.550000', '161253.010000', '161253.470000', '161253.930000', '161254.390000', '161254.850000', '161255.310000', '161255.770000', '161256.230000', '161256.690000', '161257.150000', '161257.610000', '161258.070000', '161258.530000', '161258.990000', '161259.450000', '161259.910000', '161300.370000', '161300.830000', '161301.290000', '161301.750000', '161302.210000', '161302.670000', '161303.130000', '161303.590000', '161304.050000', '161304.510000', '161304.970000', '161305.430000', '161305.890000', '161306.350000', '161306.810000', '161307.270000', '161307.730000', '161308.190000', '161308.650000', '161309.110000', '161309.570000', '161310.030000', '161310.490000', '161310.950000', '161311.410000', '161311.870000', '161312.330000', '161312.790000', '161313.250000', '161313.710000', '161314.170000', '161314.630000', '161315.090000', '161315.550000', '161316.010000', '161316.470000', '161316.930000', '161317.390000', '161317.850000', '161318.310000', '161318.770000', '161319.230000', '161319.690000', '161320.150000', '161320.610000', '161321.070000', '161321.530000', '161321.990000', '161322.450000', '161322.910000', '161323.370000', '161323.830000', '161324.290000', '161324.750000', '161325.210000', '161325.670000', '161326.130000', '161326.590000', '161327.050000', '161327.510000', '161327.970000', '161328.430000', '161328.890000', '161329.350000', '161329.810000', '161330.270000', '161330.730000', '161331.190000', '161331.650000', '161332.110000', '161332.570000', '161333.030000', '161333.490000', '161333.950000', '161334.410000', '161334.870000', '161335.330000', '161335.790000', '161336.250000', '161336.710000', '161337.170000', '161337.630000', '161338.090000', '161338.550000', '161339.010000', '161339.470000', '161339.930000', '161340.390000', '161340.850000', '161341.310000', '161341.770000', '161342.230000', '161342.690000', '161343.150000', '161343.610000', '161344.070000', '161344.530000', '161344.990000', '161345.450000', '161345.910000', '161346.370000', '161346.830000', '161347.290000', '161347.750000', '161348.210000', '161348.670000', '161349.130000', '161349.590000', '161350.050000', '161350.510000', '161350.970000', '161351.430000', '161351.890000', '161352.350000', '161352.810000', '161353.270000', '161353.730000', '161354.190000', '161354.650000', '161355.110000', '161355.570000', '161356.030000', '161356.490000', '161356.950000', '161357.410000', '161357.870000', '161358.330000', '161358.790000', '161359.250000', '161359.710000', '161400.170000', '161400.630000', '161401.090000', '161401.550000', '161402.010000', '161402.470000', '161402.930000', '161403.390000', '161403.850000', '161404.310000', '161404.770000', '161405.230000', '161405.690000', '161406.150000', '161406.610000', '161407.070000', '161407.530000', '161407.990000', '161408.450000', '161408.910000', '161409.370000', '161409.830000', '161410.290000', '161410.750000', '161411.210000', '161411.670000', '161412.130000', '161412.590000', '161413.050000', '161413.510000', '161413.970000', '161414.430000', '161414.890000', '161415.350000', '161415.810000', '161416.270000', '161416.730000', '161417.190000', '161417.650000', '161418.110000', '161418.570000', '161419.030000', '161419.490000', '161419.950000', '161420.410000', '161420.870000', '161421.330000', '161421.790000', '161422.250000', '161422.710000', '161423.170000', '161423.630000', '161424.090000', '161424.550000', '161425.010000', '161425.470000', '161425.930000', '161426.390000', '161426.850000', '161427.310000', '161427.770000', '161428.230000', '161428.690000', '161429.150000', '161429.610000', '161430.070000', '161430.530000', '161430.990000', '161431.450000', '161431.910000', '161432.370000', '161432.830000', '161433.290000', '161433.750000', '161434.210000', '161434.670000', '161435.130000', '161435.590000', '161436.050000', '161436.510000', '161436.970000', '161437.430000', '161437.890000', '161438.350000', '161438.810000', '161439.270000', '161439.730000', '161440.190000', '161440.650000', '161441.110000', '161441.570000', '161442.030000', '161442.490000', '161442.950000', '161443.410000', '161443.870000', '161444.330000', '161444.790000', '161445.250000', '161445.710000', '161446.170000', '161446.630000', '161447.090000', '161447.550000', '161448.010000', '161448.470000', '161448.930000', '161449.390000', '161449.850000', '161450.310000', '161450.770000', '161451.230000', '161451.690000', '161452.150000', '161452.610000', '161453.070000', '161453.530000', '161453.990000', '161454.450000', '161454.910000', '161455.370000', '161455.830000', '161456.290000', '161456.750000', '161457.210000', '161457.670000', '161458.130000', '161458.590000', '161459.050000', '161459.510000', '161459.970000', '161500.430000', '161500.890000', '161501.350000', '161501.810000', '161502.270000', '161502.730000', '161503.190000', '161503.650000', '161504.110000', '161504.570000', '161505.030000', '161505.490000', '161505.950000', '161506.410000', '161506.870000', '161507.330000', '161507.790000', '161508.250000', '161508.710000', '161509.170000', '161509.630000', '161510.090000', '161510.550000', '161511.010000', '161511.470000', '161511.930000', '161512.390000', '161512.850000', '161513.310000', '161513.770000', '161514.230000', '161514.690000', '161515.150000', '161515.610000', '161516.070000', '161516.530000', '161516.990000', '161517.450000', '161517.910000', '161518.370000', '161518.830000', '161519.290000', '161519.750000', '161520.210000', '161520.670000', '161521.130000', '161521.590000', '161522.050000', '161522.510000', '161522.970000', '161523.430000', '161523.890000', '161524.350000', '161524.810000', '161525.270000', '161525.730000', '161526.190000', '161526.650000', '161527.110000', '161527.570000', '161528.030000', '161528.490000', '161528.950000', '161529.410000', '161529.870000', '161530.330000', '161530.790000', '161531.250000', '161531.710000', '161532.170000', '161532.630000', '161533.090000', '161533.550000', '161534.010000', '161534.470000', '161534.930000', '161535.390000', '161535.850000', '161536.310000', '161536.770000', '161537.230000', '161537.690000', '161538.150000', '161538.610000', '161539.070000', '161539.530000', '161539.990000', '161540.450000', '161540.910000', '161541.370000', '161541.830000', '161542.290000', '161542.750000', '161543.210000', '161543.670000', '161544.130000', '161544.590000', '161545.050000', '161545.510000', '161545.970000', '161546.430000', '161546.890000', '161547.350000', '161547.810000', '161548.270000', '161548.730000', '161549.190000', '161549.650000', '161550.110000', '161550.570000', '161551.030000', '161551.490000', '161551.950000', '161552.410000', '161552.870000', '161553.330000', '161553.790000', '161554.250000', '161554.710000', '161555.170000', '161555.630000', '161556.090000', '161556.550000', '161557.010000', '161557.470000', '161557.930000', '161558.390000', '161558.850000', '161559.310000', '161559.770000', '161600.230000', '161600.690000', '161601.150000', '161601.610000', '161602.070000', '161602.530000', '161602.990000', '161603.450000', '161603.910000', '161604.370000', '161604.830000', '161605.290000', '161605.750000', '161606.210000', '161606.670000', '161607.130000', '161607.590000', '161608.050000', '161608.510000', '161608.970000', '161609.430000', '161609.890000', '161610.350000', '161610.810000', '161611.270000', '161611.730000', '161612.190000', '161612.650000', '161613.110000', '161613.570000', '161614.030000', '161614.490000', '161614.950000', '161615.410000', '161615.870000', '161616.330000', '161616.790000', '161617.250000', '161617.710000', '161618.170000', '161618.630000', '161619.090000', '161619.550000', '161620.010000', '161620.470000', '161620.930000', '161621.390000', '161621.850000', '161622.310000', '161622.770000', '161623.230000', '161623.690000', '161624.150000', '161624.610000', '161625.070000', '161625.530000', '161625.990000', '161626.450000', '161626.910000'], 'ContentTime': ['160842.962000', '160842.966000', '160842.969000', '160842.972000', '160842.975000', '160842.978000', '160842.981000', '160842.983000', '160842.986000', '160842.989000', '160842.992000', '160842.995000', '160842.998000', '160843.021000', '160843.024000', '160843.027000', '160843.030000', '160843.033000', '160843.035000', '160843.038000', '160843.041000', '160843.046000', '160843.049000', '160843.053000', '160843.056000', '160843.058000', '160843.061000', '160843.064000', '160843.067000', '160843.070000', '160843.072000', '160843.075000', '160843.078000', '160843.081000', '160843.083000', '160843.086000', '160843.089000', '160843.093000', '160843.096000', '160843.099000', '160843.101000', '160843.104000', '160843.107000', '160843.110000', '160843.113000', '160843.116000', '160843.119000', '160843.121000', '160843.124000', '160843.127000', '160843.130000', '160843.132000', '160843.135000', '160843.138000', '160843.141000', '160843.144000', '160843.147000', '160843.149000', '160843.152000', '160843.155000', '160843.158000', '160843.160000', '160902.924000', '160902.927000', '160902.929000', '160902.932000', '160902.935000', '160902.938000', '160902.941000', '160902.944000', '160902.946000', '160902.949000', '160902.952000', '160902.955000', '160902.957000', '160902.960000', '160902.963000', '160902.966000', '160902.969000', '160902.971000', '160902.974000', '160902.977000', '160902.980000', '160902.983000', '160902.986000', '160902.988000', '160902.991000', '160902.994000', '160902.997000', '160903.001000', '160903.004000', '160903.007000', '160903.009000', '160903.012000', '160903.015000', '160903.018000', '160903.021000', '160903.024000', '160903.027000', '160903.029000', '160903.032000', '160903.035000', '160903.038000', '160903.041000', '160903.043000', '160903.046000', '160922.924000', '160922.927000', '160922.930000', '160922.932000', '160922.935000', '160922.938000', '160922.941000', '160922.944000', '160922.947000', '160922.949000', '160922.952000', '160922.955000', '160922.958000', '160922.961000', '160922.964000', '160922.973000', '160922.976000', '160922.979000', '160922.982000', '160922.985000', '160922.988000', '160922.990000', '160922.993000', '160922.996000', '160923.000000', '160923.003000', '160923.006000', '160923.008000', '160923.011000', '160923.014000', '160923.017000', '160923.019000', '160923.022000', '160923.025000', '160923.028000', '160923.031000', '160923.034000', '160923.036000', '160923.039000', '160923.042000', '160923.045000', '160923.048000', '160923.050000', '160942.924000', '160942.927000', '160942.929000', '160942.932000', '160942.935000', '160942.938000', '160942.941000', '160942.943000', '160942.946000', '160942.949000', '160942.952000', '160942.955000', '160942.957000', '160942.960000', '160942.963000', '160942.966000', '160942.969000', '160942.971000', '160942.974000', '160942.977000', '160942.980000', '160942.983000', '160942.985000', '160942.988000', '160942.991000', '160942.994000', '160942.996000', '160943.000000', '160943.003000', '160943.006000', '160943.009000', '160943.011000', '160943.014000', '160943.017000', '160943.020000', '160943.023000', '160943.026000', '160943.029000', '160943.031000', '160943.034000', '160943.037000', '160943.040000', '160943.042000', '160943.045000', '161002.924000', '161002.927000', '161002.930000', '161002.935000', '161002.938000', '161002.941000', '161002.944000', '161002.946000', '161002.949000', '161002.952000', '161002.955000', '161002.958000', '161002.960000', '161002.963000', '161002.966000', '161002.969000', '161002.972000', '161002.975000', '161002.978000', '161002.980000', '161002.983000', '161002.986000', '161002.989000', '161002.992000', '161002.994000', '161002.997000', '161003.001000', '161003.004000', '161003.008000', '161003.011000', '161003.014000', '161003.016000', '161003.019000', '161003.039000', '161003.042000', '161003.045000', '161003.048000', '161003.051000', '161003.054000', '161003.056000', '161003.059000', '161003.062000', '161003.065000', '161022.924000', '161022.927000', '161022.930000', '161022.933000', '161022.935000', '161022.938000', '161022.941000', '161022.944000', '161022.947000', '161022.950000', '161022.952000', '161022.955000', '161022.958000', '161022.961000', '161022.964000', '161022.966000', '161022.969000', '161022.973000', '161022.976000', '161022.979000', '161022.982000', '161022.984000', '161022.987000', '161022.990000', '161022.993000', '161022.996000', '161022.998000', '161023.002000', '161023.005000', '161023.008000', '161023.011000', '161023.014000', '161023.017000', '161023.019000', '161023.022000', '161023.025000', '161023.028000', '161023.031000', '161023.034000', '161023.037000', '161023.039000', '161023.042000', '161023.045000', '161023.048000', '161042.925000', '161042.928000', '161042.931000', '161042.934000', '161042.936000', '161042.939000', '161042.942000', '161042.945000', '161042.948000', '161042.951000', '161042.954000', '161042.956000', '161042.959000', '161042.962000', '161042.965000', '161042.968000', '161042.971000', '161042.974000', '161042.976000', '161042.979000', '161042.982000', '161042.985000', '161042.988000', '161042.991000', '161042.993000', '161042.996000', '161042.999000', '161043.002000', '161043.005000', '161043.007000', '161043.010000', '161043.013000', '161043.016000', '161043.019000', '161043.021000', '161043.024000', '161043.027000', '161043.030000', '161043.033000', '161043.035000', '161043.038000', '161043.041000', '161043.044000', '161102.924000', '161102.927000', '161102.930000', '161102.933000', '161102.935000', '161102.938000', '161102.944000', '161102.947000', '161102.949000', '161102.952000', '161102.955000', '161102.958000', '161102.961000', '161102.964000', '161102.967000', '161102.970000', '161102.972000', '161102.975000', '161102.978000', '161102.981000', '161102.984000', '161102.986000', '161102.989000', '161102.992000', '161102.995000', '161102.998000', '161103.001000', '161103.004000', '161103.007000', '161103.010000', '161103.013000', '161103.015000', '161103.018000', '161103.021000', '161103.024000', '161103.027000', '161103.030000', '161103.032000', '161103.035000', '161103.038000', '161103.041000', '161103.044000', '161103.046000', '161103.049000', '161122.924000', '161122.927000', '161122.930000', '161122.933000', '161122.935000', '161122.938000', '161122.941000', '161122.944000', '161122.947000', '161122.949000', '161122.952000', '161122.955000', '161122.958000', '161122.961000', '161122.963000', '161122.966000', '161122.969000', '161122.972000', '161122.975000', '161122.978000', '161122.984000', '161122.987000', '161122.990000', '161122.992000', '161122.995000', '161122.998000', '161123.002000', '161123.005000', '161123.008000', '161123.011000', '161123.014000', '161123.016000', '161123.019000', '161123.022000', '161123.025000', '161123.028000', '161123.030000', '161123.033000', '161123.036000', '161123.039000', '161123.042000', '161123.045000', '161123.048000', '161142.924000', '161142.927000', '161142.930000', '161142.933000', '161142.936000', '161142.938000', '161142.941000', '161142.944000', '161142.947000', '161142.950000', '161142.953000', '161142.955000', '161142.958000', '161142.961000', '161142.964000', '161142.967000', '161142.970000', '161142.973000', '161142.976000', '161142.978000', '161142.981000', '161142.984000', '161142.987000', '161142.990000', '161142.992000', '161142.995000', '161142.998000', '161143.002000', '161143.005000', '161143.023000', '161143.026000', '161143.029000', '161143.031000', '161143.034000', '161143.037000', '161143.040000', '161143.042000', '161143.045000', '161143.048000', '161143.051000', '161143.054000', '161143.056000', '161143.059000', '161143.062000', '161202.924000', '161202.927000', '161202.930000', '161202.933000', '161202.935000', '161202.938000', '161202.941000', '161202.944000', '161202.947000', '161202.950000', '161202.952000', '161202.955000', '161202.958000', '161202.961000', '161202.964000', '161202.967000', '161202.970000', '161202.973000', '161202.975000', '161202.978000', '161202.981000', '161202.984000', '161202.987000', '161202.990000', '161202.992000', '161202.995000', '161202.998000', '161203.002000', '161203.005000', '161203.008000', '161203.010000', '161203.013000', '161203.016000', '161203.019000', '161203.022000', '161203.024000', '161203.027000', '161203.030000', '161203.033000', '161203.036000', '161203.038000', '161203.041000', '161203.044000', '161222.924000', '161222.927000', '161222.930000', '161222.932000', '161222.935000', '161222.938000', '161222.941000', '161222.944000', '161222.947000', '161222.949000', '161222.952000', '161222.955000', '161222.958000', '161222.961000', '161222.964000', '161222.967000', '161222.970000', '161222.973000', '161222.975000', '161222.978000', '161222.981000', '161222.984000', '161222.987000', '161222.990000', '161222.993000', '161222.995000', '161222.998000', '161223.002000', '161223.005000', '161223.008000', '161223.011000', '161223.014000', '161223.017000', '161223.019000', '161223.022000', '161223.025000', '161223.028000', '161223.031000', '161223.034000', '161223.036000', '161223.039000', '161223.042000', '161223.045000', '161242.924000', '161242.927000', '161242.929000', '161242.932000', '161242.935000', '161242.938000', '161242.941000', '161242.944000', '161242.947000', '161242.950000', '161242.952000', '161242.955000', '161242.958000', '161242.961000', '161242.964000', '161242.967000', '161242.970000', '161242.973000', '161242.975000', '161242.978000', '161242.981000', '161242.984000', '161242.987000', '161242.990000', '161242.992000', '161242.995000', '161242.998000', '161243.002000', '161243.005000', '161243.008000', '161243.010000', '161243.013000', '161243.016000', '161243.019000', '161243.022000', '161243.025000', '161243.027000', '161243.030000', '161243.033000', '161243.036000', '161243.039000', '161243.042000', '161243.044000', '161243.047000', '161302.925000', '161302.930000', '161302.933000', '161302.936000', '161302.939000', '161302.941000', '161302.944000', '161302.947000', '161302.950000', '161302.952000', '161302.955000', '161302.958000', '161302.961000', '161302.964000', '161302.967000', '161302.969000', '161302.972000', '161302.975000', '161302.978000', '161302.980000', '161302.983000', '161302.986000', '161302.989000', '161302.992000', '161302.995000', '161302.997000', '161303.000000', '161303.003000', '161303.006000', '161303.009000', '161303.012000', '161303.015000', '161303.017000', '161303.020000', '161303.023000', '161303.026000', '161303.029000', '161303.032000', '161303.034000', '161303.037000', '161303.040000', '161303.043000', '161303.046000', '161322.924000', '161322.927000', '161322.930000', '161322.932000', '161322.935000', '161322.938000', '161322.941000', '161322.944000', '161322.947000', '161322.950000', '161322.953000', '161322.955000', '161322.958000', '161322.961000', '161322.964000', '161322.967000', '161322.970000', '161322.973000', '161322.975000', '161322.978000', '161322.981000', '161322.984000', '161322.987000', '161322.990000', '161322.993000', '161322.995000', '161322.998000', '161323.002000', '161323.005000', '161323.008000', '161323.011000', '161323.014000', '161323.016000', '161323.019000', '161323.022000', '161323.025000', '161323.028000', '161323.031000', '161323.033000', '161323.036000', '161323.039000', '161323.042000', '161323.045000', '161323.047000', '161342.924000', '161342.927000', '161342.930000', '161342.932000', '161342.935000', '161342.938000', '161342.941000', '161342.944000', '161342.947000', '161342.950000', '161342.952000', '161342.955000', '161342.958000', '161342.962000', '161342.965000', '161342.968000', '161342.971000', '161342.973000', '161342.976000', '161342.979000', '161342.982000', '161342.985000', '161342.988000', '161342.991000', '161342.993000', '161342.996000', '161343.000000', '161343.003000', '161343.006000', '161343.009000', '161343.012000', '161343.014000', '161343.017000', '161343.020000', '161343.023000', '161343.026000', '161343.028000', '161343.031000', '161343.034000', '161343.037000', '161343.040000', '161343.042000', '161343.045000', '161402.924000', '161402.927000', '161402.931000', '161402.933000', '161402.936000', '161402.939000', '161402.942000', '161402.945000', '161402.948000', '161402.951000', '161402.954000', '161402.957000', '161402.960000', '161402.963000', '161402.965000', '161402.968000', '161402.971000', '161402.974000', '161402.977000', '161402.980000', '161402.983000', '161402.986000', '161402.989000', '161402.992000', '161402.995000', '161402.998000', '161403.002000', '161403.005000', '161403.008000', '161403.011000', '161403.014000', '161403.017000', '161403.019000', '161403.024000', '161403.027000', '161403.030000', '161403.033000', '161403.036000', '161403.039000', '161403.042000', '161403.045000', '161403.047000', '161403.050000', '161403.053000', '161422.924000', '161422.927000', '161422.930000', '161422.933000', '161422.935000', '161422.938000', '161422.941000', '161422.944000', '161422.947000', '161422.950000', '161422.953000', '161422.956000', '161422.958000', '161422.961000', '161422.964000', '161422.967000', '161422.973000', '161422.976000', '161422.979000', '161422.982000', '161422.985000', '161422.988000', '161422.991000', '161422.993000', '161422.996000', '161423.000000', '161423.003000', '161423.006000', '161423.009000', '161423.012000', '161423.014000', '161423.017000', '161423.020000', '161423.023000', '161423.025000', '161423.028000', '161423.031000', '161423.034000', '161423.037000', '161423.039000', '161423.042000', '161423.045000', '161423.048000', '161442.924000', '161442.927000', '161442.930000', '161442.932000', '161442.936000', '161442.938000', '161442.941000', '161442.958000', '161442.961000', '161442.964000', '161442.966000', '161442.969000', '161442.972000', '161442.975000', '161442.978000', '161442.981000', '161442.983000', '161442.986000', '161442.989000', '161442.992000', '161442.995000', '161442.997000', '161443.001000', '161443.004000', '161443.007000', '161443.010000', '161443.013000', '161443.016000', '161443.018000', '161443.021000', '161443.024000', '161443.027000', '161443.030000', '161443.032000', '161443.035000', '161443.038000', '161443.041000', '161443.044000', '161443.046000', '161443.049000', '161443.052000', '161443.055000', '161443.058000', '161443.060000', '161502.924000', '161502.927000', '161502.930000', '161502.932000', '161502.935000', '161502.938000', '161502.941000', '161502.944000', '161502.947000', '161502.949000', '161502.952000', '161502.955000', '161502.958000', '161502.961000', '161502.964000', '161502.967000', '161502.969000', '161502.973000', '161502.976000', '161502.979000', '161502.982000', '161502.985000', '161502.988000', '161502.991000', '161502.994000', '161502.997000', '161503.000000', '161503.003000', '161503.006000', '161503.008000', '161503.011000', '161503.014000', '161503.017000', '161503.020000', '161503.023000', '161503.025000', '161503.028000', '161503.031000', '161503.034000', '161503.037000', '161503.040000', '161503.042000', '161503.045000', '161522.925000', '161522.928000', '161522.931000', '161522.934000', '161522.936000', '161522.939000', '161522.942000', '161522.945000', '161522.948000', '161522.951000', '161522.954000', '161522.957000', '161522.959000', '161522.962000', '161522.965000', '161522.968000', '161522.971000', '161522.974000', '161522.976000', '161522.979000', '161522.982000', '161522.985000', '161522.988000', '161522.991000', '161522.994000', '161522.996000', '161522.999000', '161523.002000', '161523.005000', '161523.008000', '161523.011000', '161523.013000', '161523.016000', '161523.019000', '161523.022000', '161523.025000', '161523.027000', '161523.030000', '161523.033000', '161523.036000', '161523.039000', '161523.042000', '161523.044000', '161523.047000', '161542.924000', '161542.927000', '161542.930000', '161542.933000', '161542.936000', '161542.939000', '161542.941000', '161542.944000', '161542.947000', '161542.950000', '161542.953000', '161542.956000', '161542.958000', '161542.961000', '161542.964000', '161542.967000', '161542.970000', '161542.972000', '161542.975000', '161542.978000', '161542.981000', '161542.984000', '161542.987000', '161542.989000', '161542.992000', '161542.995000', '161542.998000', '161543.002000', '161543.006000', '161543.010000', '161543.013000', '161543.016000', '161543.019000', '161543.022000', '161543.025000', '161543.028000', '161543.030000', '161543.033000', '161543.036000', '161543.039000', '161543.042000', '161543.044000', '161543.047000', '161602.924000', '161602.927000', '161602.930000', '161602.933000', '161602.936000', '161602.938000', '161602.941000', '161602.944000', '161602.947000', '161602.950000', '161602.953000', '161602.956000', '161602.958000', '161602.961000', '161602.964000', '161602.967000', '161602.970000', '161602.972000', '161602.990000', '161602.993000', '161602.995000', '161602.998000', '161603.002000', '161603.005000', '161603.008000', '161603.010000', '161603.013000', '161603.016000', '161603.019000', '161603.022000', '161603.025000', '161603.027000', '161603.030000', '161603.033000', '161603.036000', '161603.039000', '161603.041000', '161603.044000', '161603.047000', '161603.050000', '161603.053000', '161603.056000', '161603.058000', '161603.061000', '161622.924000', '161622.927000', '161622.930000', '161622.932000', '161622.936000', '161622.938000', '161622.941000', '161622.944000', '161622.947000', '161622.950000', '161622.953000', '161622.956000', '161622.960000', '161622.963000', '161622.965000', '161622.968000', '161622.971000', '161622.974000', '161622.977000', '161622.980000', '161622.983000', '161622.985000', '161622.988000', '161622.991000', '161622.994000', '161622.997000', '161623.001000', '161623.003000', '161623.006000', '161623.009000', '161623.012000', '161623.015000', '161623.020000', '161623.023000', '161623.026000', '161623.029000', '161623.032000', '161623.034000', '161623.037000', '161623.040000', '161623.043000', '161623.046000', '161623.049000', '161627.674000', '161627.678000', '161627.681000', '161627.684000', '161627.688000', '161627.691000', '161627.694000', '161627.697000', '161627.700000', '161627.703000', '161627.705000'], 'InstanceCreationTime': ['160842.962000', '160842.966000', '160842.969000', '160842.972000', '160842.975000', '160842.978000', '160842.981000', '160842.983000', '160842.986000', '160842.989000', '160842.992000', '160842.995000', '160842.998000', '160843.021000', '160843.024000', '160843.027000', '160843.030000', '160843.033000', '160843.035000', '160843.038000', '160843.041000', '160843.046000', '160843.049000', '160843.053000', '160843.056000', '160843.058000', '160843.061000', '160843.064000', '160843.067000', '160843.070000', '160843.072000', '160843.075000', '160843.078000', '160843.081000', '160843.083000', '160843.086000', '160843.089000', '160843.093000', '160843.096000', '160843.099000', '160843.101000', '160843.104000', '160843.107000', '160843.110000', '160843.113000', '160843.116000', '160843.119000', '160843.121000', '160843.124000', '160843.127000', '160843.130000', '160843.132000', '160843.135000', '160843.138000', '160843.141000', '160843.144000', '160843.147000', '160843.149000', '160843.152000', '160843.155000', '160843.158000', '160843.160000', '160902.924000', '160902.927000', '160902.929000', '160902.932000', '160902.935000', '160902.938000', '160902.941000', '160902.944000', '160902.946000', '160902.949000', '160902.952000', '160902.955000', '160902.957000', '160902.960000', '160902.963000', '160902.966000', '160902.969000', '160902.971000', '160902.974000', '160902.977000', '160902.980000', '160902.983000', '160902.986000', '160902.988000', '160902.991000', '160902.994000', '160902.997000', '160903.001000', '160903.004000', '160903.007000', '160903.009000', '160903.012000', '160903.015000', '160903.018000', '160903.021000', '160903.024000', '160903.027000', '160903.029000', '160903.032000', '160903.035000', '160903.038000', '160903.041000', '160903.043000', '160903.046000', '160922.924000', '160922.927000', '160922.930000', '160922.932000', '160922.935000', '160922.938000', '160922.941000', '160922.944000', '160922.947000', '160922.949000', '160922.952000', '160922.955000', '160922.958000', '160922.961000', '160922.964000', '160922.973000', '160922.976000', '160922.979000', '160922.982000', '160922.985000', '160922.988000', '160922.990000', '160922.993000', '160922.996000', '160923.000000', '160923.003000', '160923.006000', '160923.008000', '160923.011000', '160923.014000', '160923.017000', '160923.019000', '160923.022000', '160923.025000', '160923.028000', '160923.031000', '160923.034000', '160923.036000', '160923.039000', '160923.042000', '160923.045000', '160923.048000', '160923.050000', '160942.924000', '160942.927000', '160942.929000', '160942.932000', '160942.935000', '160942.938000', '160942.941000', '160942.943000', '160942.946000', '160942.949000', '160942.952000', '160942.955000', '160942.957000', '160942.960000', '160942.963000', '160942.966000', '160942.969000', '160942.971000', '160942.974000', '160942.977000', '160942.980000', '160942.983000', '160942.985000', '160942.988000', '160942.991000', '160942.994000', '160942.996000', '160943.000000', '160943.003000', '160943.006000', '160943.009000', '160943.011000', '160943.014000', '160943.017000', '160943.020000', '160943.023000', '160943.026000', '160943.029000', '160943.031000', '160943.034000', '160943.037000', '160943.040000', '160943.042000', '160943.045000', '161002.924000', '161002.927000', '161002.930000', '161002.935000', '161002.938000', '161002.941000', '161002.944000', '161002.946000', '161002.949000', '161002.952000', '161002.955000', '161002.958000', '161002.960000', '161002.963000', '161002.966000', '161002.969000', '161002.972000', '161002.975000', '161002.978000', '161002.980000', '161002.983000', '161002.986000', '161002.989000', '161002.992000', '161002.994000', '161002.997000', '161003.001000', '161003.004000', '161003.008000', '161003.011000', '161003.014000', '161003.016000', '161003.019000', '161003.039000', '161003.042000', '161003.045000', '161003.048000', '161003.051000', '161003.054000', '161003.056000', '161003.059000', '161003.062000', '161003.065000', '161022.924000', '161022.927000', '161022.930000', '161022.933000', '161022.935000', '161022.938000', '161022.941000', '161022.944000', '161022.947000', '161022.950000', '161022.952000', '161022.955000', '161022.958000', '161022.961000', '161022.964000', '161022.966000', '161022.969000', '161022.973000', '161022.976000', '161022.979000', '161022.982000', '161022.984000', '161022.987000', '161022.990000', '161022.993000', '161022.996000', '161022.998000', '161023.002000', '161023.005000', '161023.008000', '161023.011000', '161023.014000', '161023.017000', '161023.019000', '161023.022000', '161023.025000', '161023.028000', '161023.031000', '161023.034000', '161023.037000', '161023.039000', '161023.042000', '161023.045000', '161023.048000', '161042.925000', '161042.928000', '161042.931000', '161042.934000', '161042.936000', '161042.939000', '161042.942000', '161042.945000', '161042.948000', '161042.951000', '161042.954000', '161042.956000', '161042.959000', '161042.962000', '161042.965000', '161042.968000', '161042.971000', '161042.974000', '161042.976000', '161042.979000', '161042.982000', '161042.985000', '161042.988000', '161042.991000', '161042.993000', '161042.996000', '161042.999000', '161043.002000', '161043.005000', '161043.007000', '161043.010000', '161043.013000', '161043.016000', '161043.019000', '161043.021000', '161043.024000', '161043.027000', '161043.030000', '161043.033000', '161043.035000', '161043.038000', '161043.041000', '161043.044000', '161102.924000', '161102.927000', '161102.930000', '161102.933000', '161102.935000', '161102.938000', '161102.944000', '161102.947000', '161102.949000', '161102.952000', '161102.955000', '161102.958000', '161102.961000', '161102.964000', '161102.967000', '161102.970000', '161102.972000', '161102.975000', '161102.978000', '161102.981000', '161102.984000', '161102.986000', '161102.989000', '161102.992000', '161102.995000', '161102.998000', '161103.001000', '161103.004000', '161103.007000', '161103.010000', '161103.013000', '161103.015000', '161103.018000', '161103.021000', '161103.024000', '161103.027000', '161103.030000', '161103.032000', '161103.035000', '161103.038000', '161103.041000', '161103.044000', '161103.046000', '161103.049000', '161122.924000', '161122.927000', '161122.930000', '161122.933000', '161122.935000', '161122.938000', '161122.941000', '161122.944000', '161122.947000', '161122.949000', '161122.952000', '161122.955000', '161122.958000', '161122.961000', '161122.963000', '161122.966000', '161122.969000', '161122.972000', '161122.975000', '161122.978000', '161122.984000', '161122.987000', '161122.990000', '161122.992000', '161122.995000', '161122.998000', '161123.002000', '161123.005000', '161123.008000', '161123.011000', '161123.014000', '161123.016000', '161123.019000', '161123.022000', '161123.025000', '161123.028000', '161123.030000', '161123.033000', '161123.036000', '161123.039000', '161123.042000', '161123.045000', '161123.048000', '161142.924000', '161142.927000', '161142.930000', '161142.933000', '161142.936000', '161142.938000', '161142.941000', '161142.944000', '161142.947000', '161142.950000', '161142.953000', '161142.955000', '161142.958000', '161142.961000', '161142.964000', '161142.967000', '161142.970000', '161142.973000', '161142.976000', '161142.978000', '161142.981000', '161142.984000', '161142.987000', '161142.990000', '161142.992000', '161142.995000', '161142.998000', '161143.002000', '161143.005000', '161143.023000', '161143.026000', '161143.029000', '161143.031000', '161143.034000', '161143.037000', '161143.040000', '161143.042000', '161143.045000', '161143.048000', '161143.051000', '161143.054000', '161143.056000', '161143.059000', '161143.062000', '161202.924000', '161202.927000', '161202.930000', '161202.933000', '161202.935000', '161202.938000', '161202.941000', '161202.944000', '161202.947000', '161202.950000', '161202.952000', '161202.955000', '161202.958000', '161202.961000', '161202.964000', '161202.967000', '161202.970000', '161202.973000', '161202.975000', '161202.978000', '161202.981000', '161202.984000', '161202.987000', '161202.990000', '161202.992000', '161202.995000', '161202.998000', '161203.002000', '161203.005000', '161203.008000', '161203.010000', '161203.013000', '161203.016000', '161203.019000', '161203.022000', '161203.024000', '161203.027000', '161203.030000', '161203.033000', '161203.036000', '161203.038000', '161203.041000', '161203.044000', '161222.924000', '161222.927000', '161222.930000', '161222.932000', '161222.935000', '161222.938000', '161222.941000', '161222.944000', '161222.947000', '161222.949000', '161222.952000', '161222.955000', '161222.958000', '161222.961000', '161222.964000', '161222.967000', '161222.970000', '161222.973000', '161222.975000', '161222.978000', '161222.981000', '161222.984000', '161222.987000', '161222.990000', '161222.993000', '161222.995000', '161222.998000', '161223.002000', '161223.005000', '161223.008000', '161223.011000', '161223.014000', '161223.017000', '161223.019000', '161223.022000', '161223.025000', '161223.028000', '161223.031000', '161223.034000', '161223.036000', '161223.039000', '161223.042000', '161223.045000', '161242.924000', '161242.927000', '161242.929000', '161242.932000', '161242.935000', '161242.938000', '161242.941000', '161242.944000', '161242.947000', '161242.950000', '161242.952000', '161242.955000', '161242.958000', '161242.961000', '161242.964000', '161242.967000', '161242.970000', '161242.973000', '161242.975000', '161242.978000', '161242.981000', '161242.984000', '161242.987000', '161242.990000', '161242.992000', '161242.995000', '161242.998000', '161243.002000', '161243.005000', '161243.008000', '161243.010000', '161243.013000', '161243.016000', '161243.019000', '161243.022000', '161243.025000', '161243.027000', '161243.030000', '161243.033000', '161243.036000', '161243.039000', '161243.042000', '161243.044000', '161243.047000', '161302.925000', '161302.930000', '161302.933000', '161302.936000', '161302.939000', '161302.941000', '161302.944000', '161302.947000', '161302.950000', '161302.952000', '161302.955000', '161302.958000', '161302.961000', '161302.964000', '161302.967000', '161302.969000', '161302.972000', '161302.975000', '161302.978000', '161302.980000', '161302.983000', '161302.986000', '161302.989000', '161302.992000', '161302.995000', '161302.997000', '161303.000000', '161303.003000', '161303.006000', '161303.009000', '161303.012000', '161303.015000', '161303.017000', '161303.020000', '161303.023000', '161303.026000', '161303.029000', '161303.032000', '161303.034000', '161303.037000', '161303.040000', '161303.043000', '161303.046000', '161322.924000', '161322.927000', '161322.930000', '161322.932000', '161322.935000', '161322.938000', '161322.941000', '161322.944000', '161322.947000', '161322.950000', '161322.953000', '161322.955000', '161322.958000', '161322.961000', '161322.964000', '161322.967000', '161322.970000', '161322.973000', '161322.975000', '161322.978000', '161322.981000', '161322.984000', '161322.987000', '161322.990000', '161322.993000', '161322.995000', '161322.998000', '161323.002000', '161323.005000', '161323.008000', '161323.011000', '161323.014000', '161323.016000', '161323.019000', '161323.022000', '161323.025000', '161323.028000', '161323.031000', '161323.033000', '161323.036000', '161323.039000', '161323.042000', '161323.045000', '161323.047000', '161342.924000', '161342.927000', '161342.930000', '161342.932000', '161342.935000', '161342.938000', '161342.941000', '161342.944000', '161342.947000', '161342.950000', '161342.952000', '161342.955000', '161342.958000', '161342.962000', '161342.965000', '161342.968000', '161342.971000', '161342.973000', '161342.976000', '161342.979000', '161342.982000', '161342.985000', '161342.988000', '161342.991000', '161342.993000', '161342.996000', '161343.000000', '161343.003000', '161343.006000', '161343.009000', '161343.012000', '161343.014000', '161343.017000', '161343.020000', '161343.023000', '161343.026000', '161343.028000', '161343.031000', '161343.034000', '161343.037000', '161343.040000', '161343.042000', '161343.045000', '161402.924000', '161402.927000', '161402.931000', '161402.933000', '161402.936000', '161402.939000', '161402.942000', '161402.945000', '161402.948000', '161402.951000', '161402.954000', '161402.957000', '161402.960000', '161402.963000', '161402.965000', '161402.968000', '161402.971000', '161402.974000', '161402.977000', '161402.980000', '161402.983000', '161402.986000', '161402.989000', '161402.992000', '161402.995000', '161402.998000', '161403.002000', '161403.005000', '161403.008000', '161403.011000', '161403.014000', '161403.017000', '161403.019000', '161403.024000', '161403.027000', '161403.030000', '161403.033000', '161403.036000', '161403.039000', '161403.042000', '161403.045000', '161403.047000', '161403.050000', '161403.053000', '161422.924000', '161422.927000', '161422.930000', '161422.933000', '161422.935000', '161422.938000', '161422.941000', '161422.944000', '161422.947000', '161422.950000', '161422.953000', '161422.956000', '161422.958000', '161422.961000', '161422.964000', '161422.967000', '161422.973000', '161422.976000', '161422.979000', '161422.982000', '161422.985000', '161422.988000', '161422.991000', '161422.993000', '161422.996000', '161423.000000', '161423.003000', '161423.006000', '161423.009000', '161423.012000', '161423.014000', '161423.017000', '161423.020000', '161423.023000', '161423.025000', '161423.028000', '161423.031000', '161423.034000', '161423.037000', '161423.039000', '161423.042000', '161423.045000', '161423.048000', '161442.924000', '161442.927000', '161442.930000', '161442.932000', '161442.936000', '161442.938000', '161442.941000', '161442.958000', '161442.961000', '161442.964000', '161442.966000', '161442.969000', '161442.972000', '161442.975000', '161442.978000', '161442.981000', '161442.983000', '161442.986000', '161442.989000', '161442.992000', '161442.995000', '161442.997000', '161443.001000', '161443.004000', '161443.007000', '161443.010000', '161443.013000', '161443.016000', '161443.018000', '161443.021000', '161443.024000', '161443.027000', '161443.030000', '161443.032000', '161443.035000', '161443.038000', '161443.041000', '161443.044000', '161443.046000', '161443.049000', '161443.052000', '161443.055000', '161443.058000', '161443.060000', '161502.924000', '161502.927000', '161502.930000', '161502.932000', '161502.935000', '161502.938000', '161502.941000', '161502.944000', '161502.947000', '161502.949000', '161502.952000', '161502.955000', '161502.958000', '161502.961000', '161502.964000', '161502.967000', '161502.969000', '161502.973000', '161502.976000', '161502.979000', '161502.982000', '161502.985000', '161502.988000', '161502.991000', '161502.994000', '161502.997000', '161503.000000', '161503.003000', '161503.006000', '161503.008000', '161503.011000', '161503.014000', '161503.017000', '161503.020000', '161503.023000', '161503.025000', '161503.028000', '161503.031000', '161503.034000', '161503.037000', '161503.040000', '161503.042000', '161503.045000', '161522.925000', '161522.928000', '161522.931000', '161522.934000', '161522.936000', '161522.939000', '161522.942000', '161522.945000', '161522.948000', '161522.951000', '161522.954000', '161522.957000', '161522.959000', '161522.962000', '161522.965000', '161522.968000', '161522.971000', '161522.974000', '161522.976000', '161522.979000', '161522.982000', '161522.985000', '161522.988000', '161522.991000', '161522.994000', '161522.996000', '161522.999000', '161523.002000', '161523.005000', '161523.008000', '161523.011000', '161523.013000', '161523.016000', '161523.019000', '161523.022000', '161523.025000', '161523.027000', '161523.030000', '161523.033000', '161523.036000', '161523.039000', '161523.042000', '161523.044000', '161523.047000', '161542.924000', '161542.927000', '161542.930000', '161542.933000', '161542.936000', '161542.939000', '161542.941000', '161542.944000', '161542.947000', '161542.950000', '161542.953000', '161542.956000', '161542.958000', '161542.961000', '161542.964000', '161542.967000', '161542.970000', '161542.972000', '161542.975000', '161542.978000', '161542.981000', '161542.984000', '161542.987000', '161542.989000', '161542.992000', '161542.995000', '161542.998000', '161543.002000', '161543.006000', '161543.010000', '161543.013000', '161543.016000', '161543.019000', '161543.022000', '161543.025000', '161543.028000', '161543.030000', '161543.033000', '161543.036000', '161543.039000', '161543.042000', '161543.044000', '161543.047000', '161602.924000', '161602.927000', '161602.930000', '161602.933000', '161602.936000', '161602.938000', '161602.941000', '161602.944000', '161602.947000', '161602.950000', '161602.953000', '161602.956000', '161602.958000', '161602.961000', '161602.964000', '161602.967000', '161602.970000', '161602.972000', '161602.990000', '161602.993000', '161602.995000', '161602.998000', '161603.002000', '161603.005000', '161603.008000', '161603.010000', '161603.013000', '161603.016000', '161603.019000', '161603.022000', '161603.025000', '161603.027000', '161603.030000', '161603.033000', '161603.036000', '161603.039000', '161603.041000', '161603.044000', '161603.047000', '161603.050000', '161603.053000', '161603.056000', '161603.058000', '161603.061000', '161622.924000', '161622.927000', '161622.930000', '161622.932000', '161622.936000', '161622.938000', '161622.941000', '161622.944000', '161622.947000', '161622.950000', '161622.953000', '161622.956000', '161622.960000', '161622.963000', '161622.965000', '161622.968000', '161622.971000', '161622.974000', '161622.977000', '161622.980000', '161622.983000', '161622.985000', '161622.988000', '161622.991000', '161622.994000', '161622.997000', '161623.001000', '161623.003000', '161623.006000', '161623.009000', '161623.012000', '161623.015000', '161623.020000', '161623.023000', '161623.026000', '161623.029000', '161623.032000', '161623.034000', '161623.037000', '161623.040000', '161623.043000', '161623.046000', '161623.049000', '161627.674000', '161627.678000', '161627.681000', '161627.684000', '161627.688000', '161627.691000', '161627.694000', '161627.697000', '161627.700000', '161627.703000', '161627.705000'], '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], 'LargestImagePixelValue': [14541, 12590, 14601, 13379, 9874, 13288, 12198, 11185, 17403, 13487, 8609, 15947, 12300, 9321, 16042, 11884, 8921, 14884, 11107, 8615, 15293, 11232, 8422, 13342, 10172, 10479, 14896, 10762, 9553, 12945, 9480, 13050, 11813, 8642, 16671, 12136, 9769, 13610, 9513, 17105, 12262, 8934, 13834, 9767, 13152, 11081, 8149, 14415, 10320, 9216, 12364, 8586, 15205, 11320, 10028, 16945, 13161, 12529, 12712, 9457, 18679, 12506, 12803, 17760, 13615, 11878, 12124, 8773, 17316, 12342, 12188, 14872, 9180, 16366, 11287, 9552, 16145, 11755, 12621, 11568, 8123, 14955, 10686, 10932, 14890, 9597, 16591, 11578, 9275, 13738, 10634, 14795, 12144, 7667, 14521, 10424, 9201, 13497, 10444, 14100, 11453, 7731, 15293, 10809, 8827, 14201, 10766, 11567, 12013, 8354, 16006, 11336, 9739, 15393, 11194, 11144, 11156, 8871, 15258, 11266, 9313, 16503, 11746, 8908, 12999, 9939, 12090, 12017, 8169, 15563, 11546, 8816, 13419, 10605, 14035, 11277, 8071, 13967, 10642, 11217, 13107, 9007, 17088, 12046, 8291, 13695, 10413, 10225, 13154, 9829, 10846, 11321, 8002, 16132, 11992, 8533, 13393, 10050, 13685, 11514, 8892, 17493, 12450, 11544, 12070, 7743, 15965, 11533, 11796, 12732, 8409, 15935, 10667, 8616, 15864, 11175, 9160, 13022, 9744, 10272, 13263, 10920, 14047, 11504, 8081, 14946, 10845, 11142, 16066, 11137, 14390, 11555, 8032, 15579, 11031, 9790, 16465, 11630, 8646, 13170, 10386, 10349, 14414, 10723, 10274, 12348, 9396, 16109, 11446, 11709, 15968, 10636, 16236, 11990, 8955, 14613, 10823, 10119, 12109, 8774, 13953, 11311, 8923, 14950, 10885, 10499, 11480, 8613, 15251, 10931, 10176, 15020, 10645, 11534, 10898, 7870, 14084, 10374, 10590, 13896, 9605, 12772, 11065, 8551, 15553, 11242, 8049, 12982, 10015, 9423, 12269, 10278, 14275, 12271, 8646, 16694, 11375, 9136, 14966, 11675, 14248, 14109, 9209, 13540, 10837, 8450, 15359, 10818, 7948, 13390, 9797, 11287, 11066, 8827, 16185, 11751, 12944, 10771, 7533, 14976, 10839, 9599, 15139, 11055, 9948, 11014, 8720, 15379, 10627, 9909, 14431, 10005, 13392, 11151, 8656, 13502, 10481, 15846, 11971, 8470, 12646, 9929, 12175, 10797, 8278, 14692, 11177, 10897, 11206, 7808, 14566, 10322, 11173, 11250, 7729, 13892, 10347, 8072, 13053, 9797, 8407, 11914, 8955, 13382, 11041, 10146, 15582, 10427, 17006, 12087, 10412, 13025, 9852, 17903, 13505, 10206, 12344, 8665, 15608, 11240, 10805, 13588, 9110, 13823, 11039, 8960, 14260, 10731, 10313, 11786, 8642, 14316, 11506, 9354, 15617, 11506, 9675, 11237, 8707, 11998, 10912, 9108, 17866, 12449, 8503, 13366, 10222, 12399, 11704, 8819, 16605, 11332, 11169, 10610, 7765, 13882, 10130, 10861, 13260, 9443, 10548, 10382, 7840, 14985, 10699, 8279, 14275, 10475, 10070, 12384, 10318, 15772, 11993, 8156, 14250, 10503, 10680, 11647, 8538, 17116, 12109, 10113, 12177, 9571, 15329, 11818, 7768, 13431, 9889, 9754, 12509, 10635, 15049, 11710, 8179, 14216, 10642, 10462, 13052, 10328, 16780, 11496, 8854, 13325, 10042, 12515, 10901, 7898, 14418, 10704, 7723, 11783, 9791, 8556, 14320, 10893, 7472, 12814, 10158, 10592, 14513, 11554, 17985, 13926, 11752, 13105, 10014, 18318, 14245, 13073, 11358, 8184, 14500, 10720, 15519, 11599, 8022, 12125, 9341, 9470, 11715, 10125, 12912, 10823, 7507, 14147, 10579, 10462, 13407, 8520, 16441, 12007, 15459, 11256, 10209, 10934, 7932, 13840, 10645, 10812, 9410, 7181, 12704, 9928, 7726, 12822, 10271, 9181, 11279, 8496, 15767, 12209, 17270, 12251, 13154, 10832, 9142, 11860, 9962, 17743, 11928, 8165, 12066, 9663, 10060, 12100, 9484, 17834, 11948, 8990, 12308, 10002, 15018, 11673, 8258, 13382, 10251, 9091, 13097, 11013, 11012, 12505, 10064, 9455, 12156, 10327, 10646, 12314, 9766, 10448, 11546, 9976, 16531, 12446, 8541, 13228, 10171, 10426, 14043, 9823, 15362, 10975, 8135, 14125, 10522, 8109, 12987, 9928, 9589, 11962, 9864, 14999, 11559, 7997, 13189, 10091, 9943, 12409, 10040, 12288, 10699, 8063, 11902, 10450, 7921, 15566, 11417, 7744, 13647, 10386, 8187, 14800, 10659, 7632, 15488, 11508, 8303, 15440, 10992, 8741, 16338, 13017, 9297, 11577, 11173, 9610, 10576, 12482, 11051, 13567, 13892, 9994, 11700, 11583, 10650, 16613, 12627, 8124, 16285, 10882, 8234, 13617, 10736, 9524, 15662, 10985, 9789, 11701, 9576, 14582, 11377, 7622, 13016, 9906, 12539, 10164, 8411, 12648, 10486, 15229, 10902, 7441, 11932, 8954, 8964, 11490, 8760, 15381, 10841, 9359, 11354, 7831, 15671, 12117, 18064, 12101, 8997, 11451, 9727, 16491, 11948, 8999, 13824, 10171, 8429, 11827, 9811, 11752, 12331, 7938, 16200, 11169, 9628, 11720, 8938, 17546, 12450, 11234, 10815, 7896, 14457, 10791, 12870, 11133, 7886, 13404, 9956, 10123, 13331, 9159, 14076, 11118, 8473, 12722, 10184, 17635, 13414, 9148, 12207, 8812, 15139, 10829, 13559, 13244, 7956, 14522, 10172, 10992, 10586, 8257, 16214, 11269, 9123, 10891, 8559, 14979, 10534, 9219, 14897, 10368, 10935, 10496, 7684, 15101, 11567, 11848, 11774, 7874, 14918, 10505, 9718, 15161, 10765, 11087, 10240, 7714, 14294, 10455, 13081, 13436, 7951, 15659, 10738, 12032, 10669, 8561, 16420, 11603, 11223, 10009, 7826, 13545, 10167, 9653, 13557, 10031, 8695, 13550, 10464, 8565, 12955, 9915, 12673, 14336, 9118, 17445, 12300, 10661, 11226, 9316, 17231, 12407, 9716, 10702, 7989, 14322, 10069, 8903, 14269, 10326, 8864, 10047, 8542, 10769, 11260, 8766, 15655, 10917, 10948, 10318, 9253, 12956, 9340, 18130, 12655, 15574, 10970, 9331, 11843, 10110, 16620, 10727, 8835, 11136, 8676, 14752, 10734, 8472, 11311, 8877, 11335, 10128, 7910, 13247, 10413, 10458, 10032, 7477, 12385, 9024, 16541, 12998, 10364, 11025, 7430, 14122, 9796, 12898, 10802, 8082, 15205, 9941, 9295, 10339, 7634, 15119, 11173, 13379, 10968, 7629, 13912, 9892, 17712, 13121, 8569, 13546, 9731, 13591, 10368, 7983, 12926, 10226, 15261, 10906, 7972, 12847, 9776, 12529, 11518, 9029, 16588, 11387, 10813, 10428, 8761, 15872, 11426, 7811, 11588, 9509, 9659, 11156, 9789, 16442, 11663, 8600, 12381, 10218, 10203, 13283, 10003, 12768, 10468, 7649, 13697, 10646, 12988, 13019, 8276, 16626, 11507, 10547, 12538, 10461, 19298, 12091, 9132, 12161, 9593, 11809, 10887, 8173, 13448, 9991, 9151, 10909, 9008, 13627, 11121, 7555, 13871, 10048, 9438, 12022, 9911, 13916, 11067, 8237, 13192, 10284, 8501, 14192, 10595, 9226, 10698, 8756, 13967, 11283, 9230, 16874, 11358, 8715, 12648, 10205, 9061, 13102, 10157, 9507, 12348, 9937, 9392, 12150, 10127, 15085, 11780, 8605, 12077, 10065, 9506, 12639, 9935, 13990, 10786, 7598, 11953, 10276, 7903, 14462, 10831, 7496, 11634, 9894, 9476, 12380, 10059, 17619, 12648, 8899, 12773, 10326, 15906, 12268, 8583, 16128, 10527, 10174, 12291, 10144, 18745, 12435, 8578, 12437, 9730, 10306, 12435, 9301, 15088, 10573, 8280, 12288, 9725, 15829, 12219, 9261, 12051, 9101, 16064, 11202, 9743, 15723, 10161, 10947, 10361, 8152, 13604, 10150, 15249, 11182, 7874, 11859, 9218, 14672, 10979, 9658, 12510, 9093, 12433, 9993, 8178, 11739, 9419, 15025, 10895, 7865, 11565, 9214, 11055, 11558, 8714, 17477, 11777, 8346, 12498, 9964, 10961, 12924, 9437, 10975, 10521, 8437, 16879, 11607, 8442, 15639, 10727, 11405, 12093, 9259, 18939, 14705, 9954, 11464, 9215, 9788, 10937, 9707, 13987, 11080, 7472, 14673, 10806, 7628, 11646, 10292, 8724, 16375, 11828, 8535, 11730, 9858, 9260, 13565, 11043, 13085, 10461, 7689, 14281, 10494, 8549, 14064, 10495, 9299, 10507, 8252, 9808, 11477, 9310, 12896, 10072, 7711, 13042, 10062, 11840], 'WindowCenter': [3893.0, 3856.0, 3862.0, 3839.0, 3806.0, 3834.0, 3824.0, 3814.0, 3856.0, 3822.0, 3780.0, 3831.0, 3809.0, 3778.0, 3842.0, 3810.0, 3790.0, 3832.0, 3802.0, 3781.0, 3831.0, 3799.0, 3769.0, 3822.0, 3801.0, 3800.0, 3834.0, 3801.0, 3790.0, 3822.0, 3802.0, 3833.0, 3813.0, 3782.0, 3844.0, 3811.0, 3791.0, 3821.0, 3791.0, 3844.0, 3822.0, 3791.0, 3821.0, 3791.0, 3819.0, 3809.0, 3781.0, 3831.0, 3803.0, 3792.0, 3822.0, 3791.0, 3843.0, 3814.0, 3803.0, 3858.0, 3824.0, 3823.0, 3820.0, 3789.0, 3853.0, 3812.0, 3811.0, 3843.0, 3821.0, 3798.0, 3808.0, 3780.0, 3841.0, 3811.0, 3811.0, 3818.0, 3777.0, 3829.0, 3797.0, 3789.0, 3831.0, 3810.0, 3809.0, 3796.0, 3767.0, 3830.0, 3800.0, 3797.0, 3830.0, 3787.0, 3840.0, 3798.0, 3777.0, 3820.0, 3800.0, 3830.0, 3809.0, 3767.0, 3819.0, 3799.0, 3791.0, 3821.0, 3800.0, 3831.0, 3810.0, 3769.0, 3830.0, 3801.0, 3791.0, 3834.0, 3811.0, 3812.0, 3812.0, 3778.0, 3841.0, 3801.0, 3788.0, 3832.0, 3800.0, 3799.0, 3798.0, 3778.0, 3830.0, 3798.0, 3789.0, 3842.0, 3809.0, 3778.0, 3819.0, 3801.0, 3811.0, 3811.0, 3779.0, 3841.0, 3811.0, 3790.0, 3832.0, 3813.0, 3833.0, 3811.0, 3779.0, 3832.0, 3802.0, 3810.0, 3823.0, 3792.0, 3843.0, 3821.0, 3780.0, 3832.0, 3812.0, 3801.0, 3822.0, 3800.0, 3810.0, 3813.0, 3783.0, 3856.0, 3823.0, 3791.0, 3833.0, 3803.0, 3833.0, 3812.0, 3791.0, 3852.0, 3821.0, 3811.0, 3808.0, 3768.0, 3841.0, 3812.0, 3810.0, 3809.0, 3778.0, 3841.0, 3801.0, 3777.0, 3841.0, 3810.0, 3790.0, 3821.0, 3801.0, 3802.0, 3832.0, 3814.0, 3833.0, 3811.0, 3779.0, 3831.0, 3814.0, 3812.0, 3844.0, 3812.0, 3831.0, 3808.0, 3769.0, 3843.0, 3812.0, 3801.0, 3842.0, 3810.0, 3779.0, 3820.0, 3801.0, 3800.0, 3844.0, 3813.0, 3812.0, 3823.0, 3792.0, 3844.0, 3813.0, 3812.0, 3842.0, 3800.0, 3829.0, 3799.0, 3777.0, 3830.0, 3798.0, 3788.0, 3808.0, 3778.0, 3818.0, 3798.0, 3778.0, 3830.0, 3798.0, 3787.0, 3796.0, 3776.0, 3829.0, 3798.0, 3789.0, 3830.0, 3798.0, 3797.0, 3786.0, 3766.0, 3819.0, 3788.0, 3799.0, 3819.0, 3788.0, 3807.0, 3797.0, 3778.0, 3831.0, 3798.0, 3766.0, 3809.0, 3787.0, 3789.0, 3811.0, 3800.0, 3831.0, 3812.0, 3780.0, 3841.0, 3810.0, 3790.0, 3830.0, 3810.0, 3819.0, 3820.0, 3776.0, 3807.0, 3798.0, 3778.0, 3830.0, 3798.0, 3766.0, 3820.0, 3788.0, 3799.0, 3799.0, 3790.0, 3843.0, 3812.0, 3809.0, 3798.0, 3766.0, 3829.0, 3799.0, 3789.0, 3829.0, 3798.0, 3788.0, 3797.0, 3779.0, 3843.0, 3801.0, 3802.0, 3832.0, 3800.0, 3821.0, 3798.0, 3778.0, 3821.0, 3799.0, 3843.0, 3810.0, 3768.0, 3808.0, 3789.0, 3811.0, 3799.0, 3778.0, 3831.0, 3800.0, 3799.0, 3798.0, 3770.0, 3831.0, 3802.0, 3810.0, 3800.0, 3768.0, 3820.0, 3800.0, 3781.0, 3833.0, 3803.0, 3792.0, 3824.0, 3804.0, 3837.0, 3827.0, 3814.0, 3857.0, 3814.0, 3854.0, 3822.0, 3802.0, 3822.0, 3791.0, 3843.0, 3822.0, 3790.0, 3808.0, 3778.0, 3831.0, 3799.0, 3799.0, 3820.0, 3777.0, 3818.0, 3799.0, 3790.0, 3832.0, 3800.0, 3800.0, 3809.0, 3778.0, 3832.0, 3811.0, 3790.0, 3832.0, 3801.0, 3789.0, 3797.0, 3777.0, 3810.0, 3799.0, 3791.0, 3855.0, 3822.0, 3779.0, 3821.0, 3801.0, 3821.0, 3809.0, 3777.0, 3841.0, 3798.0, 3797.0, 3786.0, 3766.0, 3821.0, 3800.0, 3799.0, 3820.0, 3790.0, 3799.0, 3798.0, 3782.0, 3844.0, 3813.0, 3782.0, 3834.0, 3813.0, 3801.0, 3823.0, 3813.0, 3844.0, 3811.0, 3767.0, 3831.0, 3801.0, 3801.0, 3811.0, 3780.0, 3842.0, 3810.0, 3788.0, 3809.0, 3790.0, 3830.0, 3810.0, 3758.0, 3821.0, 3789.0, 3790.0, 3811.0, 3799.0, 3830.0, 3799.0, 3767.0, 3819.0, 3787.0, 3790.0, 3809.0, 3789.0, 3829.0, 3797.0, 3765.0, 3806.0, 3788.0, 3809.0, 3798.0, 3767.0, 3830.0, 3797.0, 3769.0, 3822.0, 3802.0, 3792.0, 3845.0, 3826.0, 3783.0, 3836.0, 3818.0, 3816.0, 3848.0, 3824.0, 3858.0, 3832.0, 3813.0, 3823.0, 3789.0, 3843.0, 3822.0, 3807.0, 3787.0, 3766.0, 3819.0, 3797.0, 3827.0, 3797.0, 3763.0, 3807.0, 3776.0, 3787.0, 3810.0, 3799.0, 3820.0, 3799.0, 3758.0, 3833.0, 3802.0, 3800.0, 3822.0, 3778.0, 3831.0, 3808.0, 3817.0, 3798.0, 3790.0, 3798.0, 3766.0, 3819.0, 3798.0, 3799.0, 3776.0, 3771.0, 3821.0, 3803.0, 3782.0, 3834.0, 3812.0, 3802.0, 3825.0, 3794.0, 3848.0, 3823.0, 3843.0, 3812.0, 3819.0, 3798.0, 3791.0, 3810.0, 3800.0, 3852.0, 3811.0, 3779.0, 3811.0, 3789.0, 3801.0, 3811.0, 3790.0, 3854.0, 3811.0, 3778.0, 3811.0, 3801.0, 3832.0, 3811.0, 3767.0, 3819.0, 3800.0, 3791.0, 3822.0, 3800.0, 3799.0, 3811.0, 3789.0, 3791.0, 3809.0, 3800.0, 3801.0, 3811.0, 3800.0, 3800.0, 3810.0, 3800.0, 3843.0, 3811.0, 3778.0, 3822.0, 3802.0, 3800.0, 3822.0, 3790.0, 3830.0, 3796.0, 3769.0, 3820.0, 3789.0, 3766.0, 3809.0, 3789.0, 3788.0, 3811.0, 3791.0, 3830.0, 3799.0, 3766.0, 3810.0, 3789.0, 3800.0, 3820.0, 3790.0, 3810.0, 3800.0, 3782.0, 3810.0, 3813.0, 3784.0, 3844.0, 3824.0, 3782.0, 3834.0, 3814.0, 3793.0, 3845.0, 3815.0, 3783.0, 3845.0, 3824.0, 3793.0, 3846.0, 3814.0, 3806.0, 3859.0, 3836.0, 3795.0, 3811.0, 3800.0, 3791.0, 3801.0, 3824.0, 3811.0, 3822.0, 3822.0, 3790.0, 3813.0, 3812.0, 3802.0, 3843.0, 3812.0, 3767.0, 3831.0, 3798.0, 3780.0, 3822.0, 3799.0, 3789.0, 3831.0, 3799.0, 3788.0, 3799.0, 3791.0, 3820.0, 3798.0, 3756.0, 3809.0, 3788.0, 3807.0, 3787.0, 3779.0, 3810.0, 3799.0, 3830.0, 3798.0, 3758.0, 3811.0, 3791.0, 3793.0, 3824.0, 3793.0, 3844.0, 3814.0, 3793.0, 3814.0, 3783.0, 3846.0, 3823.0, 3855.0, 3811.0, 3791.0, 3812.0, 3790.0, 3845.0, 3811.0, 3790.0, 3834.0, 3801.0, 3793.0, 3825.0, 3815.0, 3825.0, 3824.0, 3782.0, 3845.0, 3812.0, 3803.0, 3811.0, 3791.0, 3854.0, 3811.0, 3800.0, 3798.0, 3781.0, 3831.0, 3800.0, 3822.0, 3799.0, 3770.0, 3820.0, 3802.0, 3801.0, 3834.0, 3791.0, 3831.0, 3812.0, 3781.0, 3822.0, 3804.0, 3855.0, 3824.0, 3790.0, 3811.0, 3778.0, 3832.0, 3801.0, 3821.0, 3820.0, 3768.0, 3820.0, 3787.0, 3798.0, 3798.0, 3779.0, 3842.0, 3810.0, 3789.0, 3798.0, 3779.0, 3843.0, 3801.0, 3791.0, 3845.0, 3801.0, 3800.0, 3799.0, 3782.0, 3833.0, 3812.0, 3812.0, 3811.0, 3769.0, 3831.0, 3802.0, 3791.0, 3834.0, 3802.0, 3810.0, 3799.0, 3769.0, 3833.0, 3802.0, 3822.0, 3820.0, 3767.0, 3829.0, 3799.0, 3808.0, 3799.0, 3778.0, 3831.0, 3797.0, 3796.0, 3787.0, 3755.0, 3821.0, 3801.0, 3790.0, 3833.0, 3803.0, 3791.0, 3834.0, 3814.0, 3794.0, 3824.0, 3804.0, 3825.0, 3835.0, 3790.0, 3844.0, 3810.0, 3789.0, 3799.0, 3790.0, 3842.0, 3810.0, 3778.0, 3787.0, 3766.0, 3819.0, 3789.0, 3777.0, 3820.0, 3790.0, 3778.0, 3787.0, 3779.0, 3801.0, 3813.0, 3779.0, 3844.0, 3801.0, 3802.0, 3799.0, 3789.0, 3810.0, 3777.0, 3841.0, 3809.0, 3830.0, 3786.0, 3778.0, 3810.0, 3799.0, 3841.0, 3799.0, 3777.0, 3797.0, 3781.0, 3831.0, 3801.0, 3780.0, 3798.0, 3779.0, 3800.0, 3799.0, 3780.0, 3822.0, 3802.0, 3801.0, 3788.0, 3757.0, 3811.0, 3792.0, 3842.0, 3822.0, 3788.0, 3797.0, 3756.0, 3819.0, 3788.0, 3820.0, 3799.0, 3767.0, 3830.0, 3789.0, 3788.0, 3799.0, 3781.0, 3843.0, 3814.0, 3832.0, 3799.0, 3768.0, 3820.0, 3802.0, 3841.0, 3821.0, 3778.0, 3821.0, 3787.0, 3819.0, 3788.0, 3769.0, 3821.0, 3799.0, 3830.0, 3798.0, 3767.0, 3819.0, 3800.0, 3821.0, 3810.0, 3779.0, 3841.0, 3800.0, 3798.0, 3798.0, 3780.0, 3842.0, 3811.0, 3767.0, 3811.0, 3791.0, 3800.0, 3812.0, 3803.0, 3854.0, 3812.0, 3792.0, 3821.0, 3812.0, 3801.0, 3833.0, 3800.0, 3821.0, 3800.0, 3769.0, 3832.0, 3801.0, 3823.0, 3822.0, 3767.0, 3831.0, 3797.0, 3799.0, 3810.0, 3787.0, 3851.0, 3796.0, 3775.0, 3797.0, 3788.0, 3810.0, 3797.0, 3767.0, 3819.0, 3788.0, 3789.0, 3798.0, 3791.0, 3832.0, 3813.0, 3769.0, 3831.0, 3800.0, 3790.0, 3821.0, 3802.0, 3833.0, 3810.0, 3780.0, 3821.0, 3801.0, 3781.0, 3832.0, 3801.0, 3790.0, 3800.0, 3778.0, 3832.0, 3813.0, 3790.0, 3844.0, 3810.0, 3778.0, 3820.0, 3801.0, 3790.0, 3820.0, 3801.0, 3792.0, 3822.0, 3803.0, 3792.0, 3826.0, 3814.0, 3845.0, 3812.0, 3779.0, 3810.0, 3790.0, 3790.0, 3822.0, 3801.0, 3832.0, 3800.0, 3769.0, 3810.0, 3801.0, 3783.0, 3845.0, 3814.0, 3772.0, 3813.0, 3804.0, 3806.0, 3825.0, 3803.0, 3855.0, 3823.0, 3790.0, 3823.0, 3803.0, 3845.0, 3811.0, 3777.0, 3831.0, 3799.0, 3801.0, 3810.0, 3800.0, 3851.0, 3810.0, 3766.0, 3807.0, 3789.0, 3801.0, 3820.0, 3790.0, 3833.0, 3798.0, 3778.0, 3822.0, 3802.0, 3842.0, 3811.0, 3790.0, 3809.0, 3779.0, 3830.0, 3799.0, 3787.0, 3832.0, 3787.0, 3796.0, 3788.0, 3770.0, 3820.0, 3789.0, 3830.0, 3799.0, 3767.0, 3807.0, 3788.0, 3832.0, 3799.0, 3789.0, 3821.0, 3778.0, 3809.0, 3789.0, 3781.0, 3811.0, 3792.0, 3833.0, 3800.0, 3779.0, 3812.0, 3802.0, 3812.0, 3824.0, 3790.0, 3854.0, 3823.0, 3781.0, 3821.0, 3802.0, 3811.0, 3823.0, 3791.0, 3801.0, 3800.0, 3782.0, 3855.0, 3812.0, 3781.0, 3832.0, 3800.0, 3799.0, 3808.0, 3788.0, 3853.0, 3830.0, 3786.0, 3798.0, 3777.0, 3787.0, 3798.0, 3790.0, 3821.0, 3799.0, 3769.0, 3832.0, 3800.0, 3769.0, 3811.0, 3802.0, 3782.0, 3843.0, 3812.0, 3780.0, 3809.0, 3788.0, 3790.0, 3822.0, 3800.0, 3821.0, 3788.0, 3756.0, 3818.0, 3788.0, 3778.0, 3819.0, 3790.0, 3778.0, 3787.0, 3768.0, 3788.0, 3811.0, 3790.0, 3822.0, 3800.0, 3769.0, 3822.0, 3803.0, 3812.0], 'WindowWidth': [8706.0, 8644.0, 8645.0, 8603.0, 8555.0, 8588.0, 8576.0, 8563.0, 8623.0, 8569.0, 8511.0, 8579.0, 8546.0, 8505.0, 8595.0, 8549.0, 8525.0, 8582.0, 8542.0, 8512.0, 8580.0, 8533.0, 8493.0, 8566.0, 8540.0, 8538.0, 8586.0, 8538.0, 8524.0, 8568.0, 8541.0, 8585.0, 8559.0, 8514.0, 8601.0, 8553.0, 8523.0, 8564.0, 8528.0, 8602.0, 8570.0, 8526.0, 8565.0, 8525.0, 8560.0, 8547.0, 8513.0, 8581.0, 8545.0, 8529.0, 8568.0, 8528.0, 8598.0, 8561.0, 8545.0, 8626.0, 8573.0, 8569.0, 8563.0, 8520.0, 8614.0, 8556.0, 8551.0, 8601.0, 8563.0, 8529.0, 8542.0, 8509.0, 8594.0, 8552.0, 8550.0, 8557.0, 8502.0, 8572.0, 8529.0, 8519.0, 8578.0, 8549.0, 8545.0, 8525.0, 8487.0, 8575.0, 8537.0, 8531.0, 8579.0, 8515.0, 8590.0, 8529.0, 8502.0, 8562.0, 8536.0, 8576.0, 8547.0, 8488.0, 8560.0, 8534.0, 8526.0, 8567.0, 8537.0, 8580.0, 8550.0, 8497.0, 8577.0, 8539.0, 8529.0, 8587.0, 8556.0, 8554.0, 8553.0, 8506.0, 8592.0, 8539.0, 8520.0, 8584.0, 8536.0, 8533.0, 8530.0, 8504.0, 8577.0, 8534.0, 8521.0, 8596.0, 8547.0, 8505.0, 8560.0, 8540.0, 8552.0, 8553.0, 8509.0, 8597.0, 8555.0, 8527.0, 8585.0, 8560.0, 8587.0, 8555.0, 8510.0, 8583.0, 8544.0, 8552.0, 8574.0, 8528.0, 8601.0, 8566.0, 8511.0, 8583.0, 8556.0, 8541.0, 8569.0, 8541.0, 8552.0, 8559.0, 8523.0, 8622.0, 8576.0, 8531.0, 8587.0, 8546.0, 8589.0, 8559.0, 8528.0, 8615.0, 8567.0, 8552.0, 8546.0, 8495.0, 8595.0, 8557.0, 8551.0, 8548.0, 8505.0, 8592.0, 8540.0, 8503.0, 8594.0, 8553.0, 8527.0, 8568.0, 8541.0, 8545.0, 8586.0, 8561.0, 8587.0, 8554.0, 8511.0, 8582.0, 8561.0, 8557.0, 8604.0, 8555.0, 8579.0, 8545.0, 8494.0, 8599.0, 8556.0, 8539.0, 8597.0, 8551.0, 8510.0, 8566.0, 8542.0, 8541.0, 8604.0, 8559.0, 8557.0, 8573.0, 8530.0, 8604.0, 8561.0, 8558.0, 8597.0, 8536.0, 8576.0, 8532.0, 8504.0, 8578.0, 8532.0, 8517.0, 8544.0, 8505.0, 8558.0, 8530.0, 8505.0, 8578.0, 8533.0, 8515.0, 8527.0, 8499.0, 8572.0, 8532.0, 8520.0, 8579.0, 8530.0, 8528.0, 8511.0, 8487.0, 8560.0, 8519.0, 8532.0, 8561.0, 8517.0, 8542.0, 8529.0, 8506.0, 8579.0, 8533.0, 8488.0, 8545.0, 8516.0, 8520.0, 8553.0, 8538.0, 8580.0, 8554.0, 8509.0, 8594.0, 8549.0, 8524.0, 8578.0, 8551.0, 8561.0, 8560.0, 8499.0, 8539.0, 8528.0, 8507.0, 8577.0, 8532.0, 8488.0, 8563.0, 8520.0, 8533.0, 8535.0, 8525.0, 8599.0, 8555.0, 8548.0, 8531.0, 8488.0, 8575.0, 8533.0, 8520.0, 8576.0, 8532.0, 8518.0, 8528.0, 8507.0, 8598.0, 8540.0, 8541.0, 8583.0, 8538.0, 8566.0, 8532.0, 8505.0, 8566.0, 8536.0, 8598.0, 8551.0, 8491.0, 8544.0, 8521.0, 8552.0, 8534.0, 8506.0, 8580.0, 8536.0, 8532.0, 8530.0, 8498.0, 8582.0, 8541.0, 8551.0, 8535.0, 8492.0, 8563.0, 8539.0, 8517.0, 8586.0, 8548.0, 8533.0, 8577.0, 8551.0, 8596.0, 8584.0, 8564.0, 8626.0, 8562.0, 8617.0, 8570.0, 8543.0, 8570.0, 8525.0, 8603.0, 8567.0, 8522.0, 8543.0, 8505.0, 8579.0, 8535.0, 8534.0, 8563.0, 8501.0, 8557.0, 8533.0, 8524.0, 8582.0, 8537.0, 8536.0, 8547.0, 8505.0, 8580.0, 8553.0, 8525.0, 8583.0, 8538.0, 8520.0, 8529.0, 8503.0, 8549.0, 8535.0, 8526.0, 8617.0, 8568.0, 8508.0, 8564.0, 8541.0, 8567.0, 8550.0, 8504.0, 8595.0, 8531.0, 8527.0, 8512.0, 8488.0, 8565.0, 8537.0, 8535.0, 8565.0, 8523.0, 8535.0, 8534.0, 8518.0, 8601.0, 8561.0, 8517.0, 8590.0, 8559.0, 8541.0, 8573.0, 8561.0, 8603.0, 8555.0, 8493.0, 8581.0, 8538.0, 8540.0, 8552.0, 8510.0, 8599.0, 8551.0, 8519.0, 8547.0, 8524.0, 8579.0, 8551.0, 8479.0, 8563.0, 8519.0, 8523.0, 8553.0, 8535.0, 8576.0, 8532.0, 8488.0, 8560.0, 8516.0, 8520.0, 8547.0, 8518.0, 8575.0, 8526.0, 8480.0, 8537.0, 8517.0, 8545.0, 8530.0, 8489.0, 8576.0, 8530.0, 8495.0, 8570.0, 8545.0, 8533.0, 8607.0, 8583.0, 8524.0, 8595.0, 8574.0, 8570.0, 8614.0, 8576.0, 8627.0, 8583.0, 8558.0, 8571.0, 8522.0, 8603.0, 8566.0, 8542.0, 8513.0, 8485.0, 8559.0, 8528.0, 8568.0, 8527.0, 8479.0, 8540.0, 8500.0, 8517.0, 8549.0, 8535.0, 8563.0, 8536.0, 8480.0, 8584.0, 8543.0, 8538.0, 8569.0, 8506.0, 8578.0, 8543.0, 8554.0, 8530.0, 8521.0, 8530.0, 8485.0, 8561.0, 8531.0, 8531.0, 8500.0, 8501.0, 8567.0, 8546.0, 8517.0, 8590.0, 8559.0, 8545.0, 8579.0, 8536.0, 8612.0, 8572.0, 8602.0, 8555.0, 8560.0, 8531.0, 8525.0, 8550.0, 8537.0, 8611.0, 8551.0, 8509.0, 8552.0, 8523.0, 8540.0, 8553.0, 8524.0, 8616.0, 8554.0, 8506.0, 8551.0, 8540.0, 8583.0, 8553.0, 8491.0, 8562.0, 8536.0, 8526.0, 8569.0, 8537.0, 8534.0, 8550.0, 8520.0, 8525.0, 8548.0, 8538.0, 8541.0, 8554.0, 8538.0, 8537.0, 8551.0, 8540.0, 8601.0, 8554.0, 8506.0, 8567.0, 8541.0, 8535.0, 8568.0, 8521.0, 8575.0, 8525.0, 8495.0, 8562.0, 8520.0, 8488.0, 8546.0, 8518.0, 8519.0, 8552.0, 8524.0, 8576.0, 8534.0, 8486.0, 8548.0, 8521.0, 8536.0, 8564.0, 8523.0, 8549.0, 8536.0, 8515.0, 8552.0, 8558.0, 8523.0, 8604.0, 8577.0, 8517.0, 8589.0, 8562.0, 8537.0, 8607.0, 8565.0, 8518.0, 8604.0, 8576.0, 8534.0, 8608.0, 8562.0, 8557.0, 8630.0, 8596.0, 8535.0, 8554.0, 8536.0, 8524.0, 8540.0, 8574.0, 8554.0, 8570.0, 8569.0, 8524.0, 8554.0, 8553.0, 8542.0, 8598.0, 8555.0, 8489.0, 8578.0, 8529.0, 8509.0, 8567.0, 8535.0, 8520.0, 8578.0, 8531.0, 8516.0, 8531.0, 8524.0, 8562.0, 8531.0, 8472.0, 8545.0, 8515.0, 8540.0, 8513.0, 8508.0, 8550.0, 8532.0, 8575.0, 8529.0, 8477.0, 8551.0, 8529.0, 8532.0, 8576.0, 8533.0, 8604.0, 8562.0, 8531.0, 8560.0, 8520.0, 8607.0, 8573.0, 8620.0, 8551.0, 8526.0, 8554.0, 8524.0, 8603.0, 8551.0, 8524.0, 8587.0, 8541.0, 8532.0, 8577.0, 8567.0, 8577.0, 8575.0, 8516.0, 8605.0, 8558.0, 8546.0, 8556.0, 8527.0, 8615.0, 8552.0, 8537.0, 8530.0, 8513.0, 8580.0, 8539.0, 8567.0, 8533.0, 8497.0, 8564.0, 8543.0, 8540.0, 8587.0, 8527.0, 8582.0, 8555.0, 8513.0, 8570.0, 8549.0, 8618.0, 8573.0, 8523.0, 8551.0, 8506.0, 8581.0, 8541.0, 8564.0, 8563.0, 8490.0, 8561.0, 8516.0, 8531.0, 8531.0, 8508.0, 8596.0, 8550.0, 8521.0, 8532.0, 8508.0, 8597.0, 8540.0, 8528.0, 8602.0, 8539.0, 8536.0, 8536.0, 8516.0, 8586.0, 8556.0, 8556.0, 8551.0, 8495.0, 8580.0, 8542.0, 8526.0, 8589.0, 8542.0, 8550.0, 8534.0, 8495.0, 8587.0, 8543.0, 8568.0, 8564.0, 8488.0, 8574.0, 8531.0, 8545.0, 8533.0, 8504.0, 8579.0, 8528.0, 8526.0, 8513.0, 8471.0, 8564.0, 8541.0, 8526.0, 8587.0, 8543.0, 8528.0, 8588.0, 8561.0, 8535.0, 8575.0, 8550.0, 8577.0, 8594.0, 8525.0, 8602.0, 8549.0, 8518.0, 8532.0, 8522.0, 8595.0, 8551.0, 8502.0, 8512.0, 8485.0, 8560.0, 8520.0, 8503.0, 8564.0, 8522.0, 8505.0, 8515.0, 8508.0, 8538.0, 8556.0, 8509.0, 8601.0, 8540.0, 8539.0, 8534.0, 8522.0, 8552.0, 8502.0, 8594.0, 8544.0, 8573.0, 8511.0, 8503.0, 8547.0, 8532.0, 8592.0, 8531.0, 8501.0, 8527.0, 8512.0, 8579.0, 8540.0, 8509.0, 8532.0, 8505.0, 8533.0, 8535.0, 8511.0, 8568.0, 8541.0, 8538.0, 8518.0, 8478.0, 8553.0, 8530.0, 8595.0, 8568.0, 8519.0, 8528.0, 8471.0, 8558.0, 8517.0, 8563.0, 8533.0, 8489.0, 8577.0, 8521.0, 8518.0, 8536.0, 8517.0, 8599.0, 8562.0, 8582.0, 8535.0, 8491.0, 8564.0, 8542.0, 8595.0, 8565.0, 8503.0, 8563.0, 8515.0, 8558.0, 8516.0, 8496.0, 8565.0, 8534.0, 8578.0, 8531.0, 8490.0, 8561.0, 8540.0, 8566.0, 8550.0, 8507.0, 8594.0, 8535.0, 8531.0, 8533.0, 8511.0, 8597.0, 8554.0, 8493.0, 8552.0, 8526.0, 8540.0, 8556.0, 8545.0, 8619.0, 8557.0, 8530.0, 8568.0, 8559.0, 8542.0, 8587.0, 8538.0, 8567.0, 8536.0, 8497.0, 8586.0, 8542.0, 8572.0, 8568.0, 8490.0, 8578.0, 8529.0, 8534.0, 8549.0, 8514.0, 8609.0, 8525.0, 8496.0, 8526.0, 8518.0, 8548.0, 8530.0, 8488.0, 8561.0, 8518.0, 8519.0, 8532.0, 8529.0, 8583.0, 8560.0, 8496.0, 8581.0, 8538.0, 8526.0, 8568.0, 8542.0, 8585.0, 8550.0, 8510.0, 8568.0, 8541.0, 8513.0, 8583.0, 8542.0, 8523.0, 8536.0, 8507.0, 8582.0, 8557.0, 8524.0, 8602.0, 8549.0, 8505.0, 8563.0, 8539.0, 8524.0, 8565.0, 8538.0, 8529.0, 8571.0, 8546.0, 8530.0, 8579.0, 8562.0, 8605.0, 8557.0, 8507.0, 8550.0, 8525.0, 8524.0, 8568.0, 8539.0, 8582.0, 8536.0, 8496.0, 8550.0, 8542.0, 8521.0, 8603.0, 8562.0, 8506.0, 8560.0, 8549.0, 8553.0, 8579.0, 8548.0, 8621.0, 8572.0, 8525.0, 8571.0, 8546.0, 8603.0, 8554.0, 8504.0, 8578.0, 8533.0, 8536.0, 8550.0, 8536.0, 8609.0, 8548.0, 8485.0, 8541.0, 8521.0, 8538.0, 8562.0, 8523.0, 8585.0, 8533.0, 8506.0, 8569.0, 8543.0, 8597.0, 8554.0, 8521.0, 8546.0, 8504.0, 8578.0, 8533.0, 8515.0, 8580.0, 8515.0, 8526.0, 8518.0, 8496.0, 8561.0, 8519.0, 8576.0, 8532.0, 8489.0, 8541.0, 8519.0, 8581.0, 8535.0, 8519.0, 8565.0, 8506.0, 8547.0, 8520.0, 8512.0, 8553.0, 8529.0, 8584.0, 8537.0, 8510.0, 8555.0, 8544.0, 8557.0, 8577.0, 8527.0, 8618.0, 8571.0, 8513.0, 8569.0, 8544.0, 8553.0, 8572.0, 8526.0, 8538.0, 8536.0, 8517.0, 8618.0, 8557.0, 8512.0, 8581.0, 8534.0, 8531.0, 8544.0, 8519.0, 8613.0, 8579.0, 8514.0, 8528.0, 8502.0, 8514.0, 8530.0, 8523.0, 8565.0, 8534.0, 8494.0, 8582.0, 8538.0, 8497.0, 8554.0, 8541.0, 8516.0, 8602.0, 8555.0, 8510.0, 8547.0, 8519.0, 8524.0, 8567.0, 8536.0, 8564.0, 8515.0, 8473.0, 8556.0, 8516.0, 8503.0, 8561.0, 8520.0, 8502.0, 8514.0, 8490.0, 8518.0, 8550.0, 8523.0, 8567.0, 8537.0, 8495.0, 8568.0, 8545.0, 8555.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.0002500374181478017</td></tr>
<tr><td colspan=3>aqi</td><td>0.02047215884003742</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.35316642653559</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.163053007340823</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924561563764049</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>3602.0193</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08686876734179924</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3096351730589335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.588290563960054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.553002848222578</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.776061479268082</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4358073643895013</td></tr>
<tr><td colspan=3>gcor</td><td>0.00509969</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008204666897654533</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03330184891819954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6053083999204723</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>21.4495</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1908</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.7269</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297447.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1038.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.4284</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7556</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.3106</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2948.258</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.1588</td></tr>
<tr><td colspan=3>tsnr</td><td>36.052679501939565</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>