<?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-0086_ses-04_task-fractional_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-0086_ses-04_task-fractional_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-04_subject-0086_suffix-bold_task-fractional" 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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0086_suffix-bold_task-fractional" 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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_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-04_subject-0086_suffix-bold_task-fractional" 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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_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-04_subject-0086_suffix-bold_task-fractional" 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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0086_suffix-bold_task-fractional" 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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-fractional_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-0086/figures/sub-0086_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-fractional_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-0086/ses-04/func/sub-0086_ses-04_task-fractional_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>3a1da7b26cd2d9863aee8a7f2e636c59</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:00:11.775000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.103933</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34a1a2b2-34db-4200-8449-999ead5a2070||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['160011.775000', '160012.235000', '160012.695000', '160013.155000', '160013.615000', '160014.075000', '160014.535000', '160014.995000', '160015.455000', '160015.915000', '160016.375000', '160016.835000', '160017.295000', '160017.755000', '160018.215000', '160018.675000', '160019.135000', '160019.595000', '160020.055000', '160020.515000', '160020.975000', '160021.435000', '160021.895000', '160022.355000', '160022.815000', '160023.275000', '160023.735000', '160024.195000', '160024.655000', '160025.115000', '160025.575000', '160026.035000', '160026.495000', '160026.955000', '160027.415000', '160027.875000', '160028.335000', '160028.795000', '160029.255000', '160029.715000', '160030.175000', '160030.635000', '160031.095000', '160031.555000', '160032.015000', '160032.475000', '160032.935000', '160033.395000', '160033.855000', '160034.315000', '160034.775000', '160035.235000', '160035.695000', '160036.155000', '160036.615000', '160037.075000', '160037.535000', '160037.995000', '160038.455000', '160038.915000', '160039.375000', '160039.835000', '160040.295000', '160040.755000', '160041.215000', '160041.675000', '160042.135000', '160042.595000', '160043.055000', '160043.515000', '160043.975000', '160044.435000', '160044.895000', '160045.355000', '160045.815000', '160046.275000', '160046.735000', '160047.195000', '160047.655000', '160048.115000', '160048.575000', '160049.035000', '160049.495000', '160049.955000', '160050.415000', '160050.875000', '160051.335000', '160051.795000', '160052.255000', '160052.715000', '160053.175000', '160053.635000', '160054.095000', '160054.555000', '160055.015000', '160055.475000', '160055.935000', '160056.395000', '160056.855000', '160057.315000', '160057.775000', '160058.235000', '160058.695000', '160059.155000', '160059.615000', '160100.075000', '160100.535000', '160100.995000', '160101.455000', '160101.915000', '160102.375000', '160102.835000', '160103.295000', '160103.755000', '160104.215000', '160104.675000', '160105.135000', '160105.595000', '160106.055000', '160106.515000', '160106.975000', '160107.435000', '160107.895000', '160108.355000', '160108.815000', '160109.275000', '160109.735000', '160110.195000', '160110.655000', '160111.115000', '160111.575000', '160112.035000', '160112.495000', '160112.955000', '160113.415000', '160113.875000', '160114.335000', '160114.795000', '160115.255000', '160115.715000', '160116.175000', '160116.635000', '160117.095000', '160117.555000', '160118.015000', '160118.475000', '160118.935000', '160119.395000', '160119.855000', '160120.315000', '160120.775000', '160121.235000', '160121.695000', '160122.155000', '160122.615000', '160123.075000', '160123.535000', '160123.995000', '160124.455000', '160124.915000', '160125.375000', '160125.835000', '160126.295000', '160126.755000', '160127.215000', '160127.675000', '160128.135000', '160128.595000', '160129.055000', '160129.515000', '160129.975000', '160130.435000', '160130.895000', '160131.355000', '160131.815000', '160132.275000', '160132.735000', '160133.195000', '160133.655000', '160134.115000', '160134.575000', '160135.035000', '160135.495000', '160135.955000', '160136.415000', '160136.875000', '160137.335000', '160137.795000', '160138.255000', '160138.715000', '160139.175000', '160139.635000', '160140.095000', '160140.555000', '160141.015000', '160141.475000', '160141.935000', '160142.395000', '160142.855000', '160143.315000', '160143.775000', '160144.235000', '160144.695000', '160145.155000', '160145.615000', '160146.075000', '160146.535000', '160146.995000', '160147.455000', '160147.915000', '160148.375000', '160148.835000', '160149.295000', '160149.755000', '160150.215000', '160150.675000', '160151.135000', '160151.595000', '160152.055000', '160152.515000', '160152.975000', '160153.435000', '160153.895000', '160154.355000', '160154.815000', '160155.275000', '160155.735000', '160156.195000', '160156.655000', '160157.115000', '160157.575000', '160158.035000', '160158.495000', '160158.955000', '160159.415000', '160159.875000', '160200.335000', '160200.795000', '160201.255000', '160201.715000', '160202.175000', '160202.635000', '160203.095000', '160203.555000', '160204.015000', '160204.475000', '160204.935000', '160205.395000', '160205.855000', '160206.315000', '160206.775000', '160207.235000', '160207.695000', '160208.155000', '160208.615000', '160209.075000', '160209.535000', '160209.995000', '160210.455000', '160210.915000', '160211.375000', '160211.835000', '160212.295000', '160212.755000', '160213.215000', '160213.675000', '160214.135000', '160214.595000', '160215.055000', '160215.515000', '160215.975000', '160216.435000', '160216.895000', '160217.355000', '160217.815000', '160218.275000', '160218.735000', '160219.195000', '160219.655000', '160220.115000', '160220.575000', '160221.035000', '160221.495000', '160221.955000', '160222.415000', '160222.875000', '160223.335000', '160223.795000', '160224.255000', '160224.715000', '160225.175000', '160225.635000', '160226.095000', '160226.555000', '160227.015000', '160227.475000', '160227.935000', '160228.395000', '160228.855000', '160229.315000', '160229.775000', '160230.235000', '160230.695000', '160231.155000', '160231.615000', '160232.075000', '160232.535000', '160232.995000', '160233.455000', '160233.915000', '160234.375000', '160234.835000', '160235.295000', '160235.755000', '160236.215000', '160236.675000', '160237.135000', '160237.595000', '160238.055000', '160238.515000', '160238.975000', '160239.435000', '160239.895000', '160240.355000', '160240.815000', '160241.275000', '160241.735000', '160242.195000', '160242.655000', '160243.115000', '160243.575000', '160244.035000', '160244.495000', '160244.955000', '160245.415000', '160245.875000', '160246.335000', '160246.795000', '160247.255000', '160247.715000', '160248.175000', '160248.635000', '160249.095000', '160249.555000', '160250.015000', '160250.475000', '160250.935000', '160251.395000', '160251.855000', '160252.315000', '160252.775000', '160253.235000', '160253.695000', '160254.155000', '160254.615000', '160255.075000', '160255.535000', '160255.995000', '160256.455000', '160256.915000', '160257.375000', '160257.835000', '160258.295000', '160258.755000', '160259.215000', '160259.675000', '160300.135000', '160300.595000', '160301.055000', '160301.515000', '160301.975000', '160302.435000', '160302.895000', '160303.355000', '160303.815000', '160304.275000', '160304.735000', '160305.195000', '160305.655000', '160306.115000', '160306.575000', '160307.035000', '160307.495000', '160307.955000', '160308.415000', '160308.875000', '160309.335000', '160309.795000', '160310.255000', '160310.715000', '160311.175000', '160311.635000', '160312.095000', '160312.555000', '160313.015000', '160313.475000', '160313.935000', '160314.395000', '160314.855000', '160315.315000', '160315.775000', '160316.235000', '160316.695000', '160317.155000', '160317.615000', '160318.075000', '160318.535000', '160318.995000', '160319.455000', '160319.915000', '160320.375000', '160320.835000', '160321.295000', '160321.755000', '160322.215000', '160322.675000', '160323.135000', '160323.595000', '160324.055000', '160324.515000', '160324.975000', '160325.435000', '160325.895000', '160326.355000', '160326.815000', '160327.275000', '160327.735000', '160328.195000', '160328.655000', '160329.115000', '160329.575000', '160330.035000', '160330.495000', '160330.955000', '160331.415000', '160331.875000', '160332.335000', '160332.795000', '160333.255000', '160333.715000', '160334.175000', '160334.635000', '160335.095000', '160335.555000', '160336.015000', '160336.475000', '160336.935000', '160337.395000', '160337.855000', '160338.315000', '160338.775000', '160339.235000', '160339.695000', '160340.155000', '160340.615000', '160341.075000', '160341.535000', '160341.995000', '160342.455000', '160342.915000', '160343.375000', '160343.835000', '160344.295000', '160344.755000', '160345.215000', '160345.675000', '160346.135000', '160346.595000', '160347.055000', '160347.515000', '160347.975000', '160348.435000', '160348.895000', '160349.355000', '160349.815000', '160350.275000', '160350.735000', '160351.195000', '160351.655000', '160352.115000', '160352.575000', '160353.035000', '160353.495000', '160353.955000', '160354.415000', '160354.875000', '160355.335000', '160355.795000', '160356.255000', '160356.715000', '160357.175000', '160357.635000', '160358.095000', '160358.555000', '160359.015000', '160359.475000', '160359.935000', '160400.395000', '160400.855000', '160401.315000', '160401.775000', '160402.235000', '160402.695000', '160403.155000', '160403.615000', '160404.075000', '160404.535000', '160404.995000', '160405.455000', '160405.915000', '160406.375000', '160406.835000', '160407.295000', '160407.755000', '160408.215000', '160408.675000', '160409.135000', '160409.595000', '160410.055000', '160410.515000', '160410.975000', '160411.435000', '160411.895000', '160412.355000', '160412.815000', '160413.275000', '160413.735000', '160414.195000', '160414.655000', '160415.115000', '160415.575000', '160416.035000', '160416.495000', '160416.955000', '160417.415000', '160417.875000', '160418.335000', '160418.795000', '160419.255000', '160419.715000', '160420.175000', '160420.635000', '160421.095000', '160421.555000', '160422.015000', '160422.475000', '160422.935000', '160423.395000', '160423.855000', '160424.315000', '160424.775000', '160425.235000', '160425.695000', '160426.155000', '160426.615000', '160427.075000', '160427.535000', '160427.995000', '160428.455000', '160428.915000', '160429.375000', '160429.835000', '160430.295000', '160430.755000', '160431.215000', '160431.675000', '160432.135000', '160432.595000', '160433.055000', '160433.515000', '160433.975000', '160434.435000', '160434.895000', '160435.355000', '160435.815000', '160436.275000', '160436.735000', '160437.195000', '160437.655000', '160438.115000', '160438.575000', '160439.035000', '160439.495000', '160439.955000', '160440.415000', '160440.875000', '160441.335000', '160441.795000', '160442.255000', '160442.715000', '160443.175000', '160443.635000', '160444.095000', '160444.555000', '160445.015000', '160445.475000', '160445.935000', '160446.395000', '160446.855000', '160447.315000', '160447.775000', '160448.235000', '160448.695000', '160449.155000', '160449.615000', '160450.075000', '160450.535000', '160450.995000', '160451.455000', '160451.915000', '160452.375000', '160452.835000', '160453.295000', '160453.755000', '160454.215000', '160454.675000', '160455.135000', '160455.595000', '160456.055000', '160456.515000', '160456.975000', '160457.435000', '160457.895000', '160458.355000', '160458.815000', '160459.275000', '160459.735000', '160500.195000', '160500.655000', '160501.115000', '160501.575000', '160502.035000', '160502.495000', '160502.955000', '160503.415000', '160503.875000', '160504.335000', '160504.795000', '160505.255000', '160505.715000', '160506.175000', '160506.635000', '160507.095000', '160507.555000', '160508.015000', '160508.475000', '160508.935000', '160509.395000', '160509.855000', '160510.315000', '160510.775000', '160511.235000', '160511.695000', '160512.155000', '160512.615000', '160513.075000', '160513.535000', '160513.995000', '160514.455000', '160514.915000', '160515.375000', '160515.835000', '160516.295000', '160516.755000', '160517.215000', '160517.675000', '160518.135000', '160518.595000', '160519.055000', '160519.515000', '160519.975000', '160520.435000', '160520.895000', '160521.355000', '160521.815000', '160522.275000', '160522.735000', '160523.195000', '160523.655000', '160524.115000', '160524.575000', '160525.035000', '160525.495000', '160525.955000', '160526.415000', '160526.875000', '160527.335000', '160527.795000', '160528.255000', '160528.715000', '160529.175000', '160529.635000', '160530.095000', '160530.555000', '160531.015000', '160531.475000', '160531.935000', '160532.395000', '160532.855000', '160533.315000', '160533.775000', '160534.235000', '160534.695000', '160535.155000', '160535.615000', '160536.075000', '160536.535000', '160536.995000', '160537.455000', '160537.915000', '160538.375000', '160538.835000', '160539.295000', '160539.755000', '160540.215000', '160540.675000', '160541.135000', '160541.595000', '160542.055000', '160542.515000', '160542.975000', '160543.435000', '160543.895000', '160544.355000', '160544.815000', '160545.275000', '160545.735000', '160546.195000', '160546.655000', '160547.115000', '160547.575000', '160548.035000', '160548.495000', '160548.955000', '160549.415000', '160549.875000', '160550.335000', '160550.795000', '160551.255000', '160551.715000', '160552.175000', '160552.635000', '160553.095000', '160553.555000', '160554.015000', '160554.475000', '160554.935000', '160555.395000', '160555.855000', '160556.315000', '160556.775000', '160557.235000', '160557.695000', '160558.155000', '160558.615000', '160559.075000', '160559.535000', '160559.995000', '160600.455000', '160600.915000', '160601.375000', '160601.835000', '160602.295000', '160602.755000', '160603.215000', '160603.675000', '160604.135000', '160604.595000', '160605.055000', '160605.515000', '160605.975000', '160606.435000', '160606.895000', '160607.355000', '160607.815000', '160608.275000', '160608.735000', '160609.195000', '160609.655000', '160610.115000', '160610.575000', '160611.035000', '160611.495000', '160611.955000', '160612.415000', '160612.875000', '160613.335000', '160613.795000', '160614.255000', '160614.715000', '160615.175000', '160615.635000', '160616.095000', '160616.555000', '160617.015000', '160617.475000', '160617.935000', '160618.395000', '160618.855000', '160619.315000', '160619.775000', '160620.235000', '160620.695000', '160621.155000', '160621.615000', '160622.075000', '160622.535000', '160622.995000', '160623.455000', '160623.915000', '160624.375000', '160624.835000', '160625.295000', '160625.755000', '160626.215000', '160626.675000', '160627.135000', '160627.595000', '160628.055000', '160628.515000', '160628.975000', '160629.435000', '160629.895000', '160630.355000', '160630.815000', '160631.275000', '160631.735000', '160632.195000', '160632.655000', '160633.115000', '160633.575000', '160634.035000', '160634.495000', '160634.955000', '160635.415000', '160635.875000', '160636.335000', '160636.795000', '160637.255000', '160637.715000', '160638.175000', '160638.635000', '160639.095000', '160639.555000', '160640.015000', '160640.475000', '160640.935000', '160641.395000', '160641.855000', '160642.315000', '160642.775000', '160643.235000', '160643.695000', '160644.155000', '160644.615000', '160645.075000', '160645.535000', '160645.995000', '160646.455000', '160646.915000', '160647.375000', '160647.835000', '160648.295000', '160648.755000', '160649.215000', '160649.675000', '160650.135000', '160650.595000', '160651.055000', '160651.515000', '160651.975000', '160652.435000', '160652.895000', '160653.355000', '160653.815000', '160654.275000', '160654.735000', '160655.195000', '160655.655000', '160656.115000', '160656.575000', '160657.035000', '160657.495000', '160657.955000', '160658.415000', '160658.875000', '160659.335000', '160659.795000', '160700.255000', '160700.715000', '160701.175000', '160701.635000', '160702.095000', '160702.555000', '160703.015000', '160703.475000', '160703.935000', '160704.395000', '160704.855000', '160705.315000', '160705.775000', '160706.235000', '160706.695000', '160707.155000', '160707.615000', '160708.075000', '160708.535000', '160708.995000', '160709.455000', '160709.915000', '160710.375000', '160710.835000', '160711.295000', '160711.755000', '160712.215000', '160712.675000', '160713.135000', '160713.595000', '160714.055000', '160714.515000', '160714.975000', '160715.435000', '160715.895000', '160716.355000', '160716.815000', '160717.275000', '160717.735000', '160718.195000', '160718.655000', '160719.115000', '160719.575000', '160720.035000', '160720.495000', '160720.955000', '160721.415000', '160721.875000', '160722.335000', '160722.795000', '160723.255000', '160723.715000', '160724.175000', '160724.635000', '160725.095000', '160725.555000', '160726.015000', '160726.475000', '160726.935000', '160727.395000', '160727.855000', '160728.315000', '160728.775000', '160729.235000', '160729.695000', '160730.155000', '160730.615000', '160731.075000', '160731.535000', '160731.995000', '160732.455000', '160732.915000', '160733.375000', '160733.835000', '160734.295000', '160734.755000', '160735.215000', '160735.675000', '160736.135000', '160736.595000', '160737.055000', '160737.515000', '160737.975000', '160738.435000', '160738.895000', '160739.355000', '160739.815000', '160740.275000', '160740.735000', '160741.195000', '160741.655000', '160742.115000', '160742.575000', '160743.035000', '160743.495000', '160743.955000', '160744.415000', '160744.875000', '160745.335000', '160745.795000', '160746.255000', '160746.715000', '160747.175000', '160747.635000', '160748.095000', '160748.555000', '160749.015000', '160749.475000', '160749.935000', '160750.395000', '160750.855000', '160751.315000', '160751.775000', '160752.235000', '160752.695000', '160753.155000', '160753.615000', '160754.075000', '160754.535000', '160754.995000', '160755.455000', '160755.915000', '160756.375000', '160756.835000', '160757.295000', '160757.755000', '160758.215000', '160758.675000', '160759.135000', '160759.595000', '160800.055000', '160800.515000', '160800.975000', '160801.435000', '160801.895000', '160802.355000', '160802.815000', '160803.275000', '160803.735000', '160804.195000', '160804.655000', '160805.115000', '160805.575000', '160806.035000', '160806.495000', '160806.955000', '160807.415000', '160807.875000', '160808.335000', '160808.795000', '160809.255000', '160809.715000', '160810.175000', '160810.635000', '160811.095000', '160811.555000', '160812.015000', '160812.475000', '160812.935000', '160813.395000', '160813.855000', '160814.315000', '160814.775000', '160815.235000', '160815.695000', '160816.155000', '160816.615000', '160817.075000', '160817.535000', '160817.995000', '160818.455000', '160818.915000', '160819.375000', '160819.835000', '160820.295000', '160820.755000', '160821.215000', '160821.675000', '160822.135000', '160822.595000', '160823.055000', '160823.515000', '160823.975000', '160824.435000', '160824.895000', '160825.355000', '160825.815000', '160826.275000', '160826.735000', '160827.195000', '160827.655000', '160828.115000', '160828.575000', '160829.035000', '160829.495000', '160829.955000', '160830.415000', '160830.875000', '160831.335000', '160831.795000', '160832.255000', '160832.715000', '160833.175000', '160833.635000', '160834.095000', '160834.555000', '160835.015000', '160835.475000', '160835.935000', '160836.395000', '160836.855000', '160837.315000', '160837.775000', '160838.235000', '160838.695000', '160839.155000', '160839.615000', '160840.075000', '160840.535000', '160840.995000', '160841.455000', '160841.915000', '160842.375000', '160842.835000', '160843.295000', '160843.755000', '160844.215000', '160844.675000', '160845.135000', '160845.595000', '160846.055000', '160846.515000', '160846.975000', '160847.435000', '160847.895000', '160848.355000', '160848.815000', '160849.275000', '160849.735000', '160850.195000', '160850.655000', '160851.115000', '160851.575000', '160852.035000', '160852.495000', '160852.955000', '160853.415000', '160853.875000', '160854.335000', '160854.795000', '160855.255000', '160855.715000', '160856.175000', '160856.635000', '160857.095000', '160857.555000', '160858.015000', '160858.475000', '160858.935000', '160859.395000', '160859.855000', '160900.315000', '160900.775000', '160901.235000', '160901.695000', '160902.155000', '160902.615000', '160903.075000', '160903.535000', '160903.995000', '160904.455000', '160904.915000', '160905.375000', '160905.835000', '160906.295000', '160906.755000', '160907.215000', '160907.675000', '160908.135000', '160908.595000', '160909.055000', '160909.515000', '160909.975000', '160910.435000', '160910.895000', '160911.355000', '160911.815000', '160912.275000', '160912.735000', '160913.195000', '160913.655000', '160914.115000', '160914.575000', '160915.035000', '160915.495000', '160915.955000', '160916.415000', '160916.875000', '160917.335000', '160917.795000', '160918.255000', '160918.715000', '160919.175000', '160919.635000', '160920.095000', '160920.555000', '160921.015000', '160921.475000', '160921.935000', '160922.395000', '160922.855000', '160923.315000', '160923.775000', '160924.235000', '160924.695000', '160925.155000', '160925.615000', '160926.075000', '160926.535000', '160926.995000', '160927.455000', '160927.915000', '160928.375000', '160928.835000', '160929.295000', '160929.755000', '160930.215000', '160930.675000', '160931.135000', '160931.595000', '160932.055000', '160932.515000', '160932.975000', '160933.435000', '160933.895000', '160934.355000', '160934.815000', '160935.275000', '160935.735000', '160936.195000', '160936.655000', '160937.115000', '160937.575000', '160938.035000', '160938.495000', '160938.955000', '160939.415000', '160939.875000', '160940.335000', '160940.795000', '160941.255000', '160941.715000', '160942.175000', '160942.635000', '160943.095000', '160943.555000', '160944.015000', '160944.475000', '160944.935000', '160945.395000', '160945.855000', '160946.315000', '160946.775000', '160947.235000', '160947.695000', '160948.155000', '160948.615000', '160949.075000', '160949.535000', '160949.995000', '160950.455000', '160950.915000', '160951.375000', '160951.835000', '160952.295000', '160952.755000', '160953.215000', '160953.675000', '160954.135000', '160954.595000', '160955.055000', '160955.515000', '160955.975000', '160956.435000', '160956.895000', '160957.355000', '160957.815000', '160958.275000', '160958.735000', '160959.195000', '160959.655000', '161000.115000', '161000.575000', '161001.035000', '161001.495000', '161001.955000', '161002.415000', '161002.875000', '161003.335000', '161003.795000', '161004.255000', '161004.715000', '161005.175000', '161005.635000', '161006.095000', '161006.555000', '161007.015000', '161007.475000', '161007.935000', '161008.395000', '161008.855000', '161009.315000', '161009.775000', '161010.235000', '161010.695000', '161011.155000', '161011.615000', '161012.075000', '161012.535000', '161012.995000', '161013.455000', '161013.915000', '161014.375000', '161014.835000', '161015.295000', '161015.755000', '161016.215000', '161016.675000', '161017.135000', '161017.595000', '161018.055000', '161018.515000', '161018.975000', '161019.435000'], 'ContentTime': ['160028.482000', '160028.486000', '160028.488000', '160028.491000', '160028.493000', '160028.496000', '160028.499000', '160028.501000', '160028.504000', '160028.514000', '160028.516000', '160028.519000', '160028.521000', '160028.524000', '160028.527000', '160028.529000', '160028.532000', '160028.534000', '160028.537000', '160028.540000', '160028.542000', '160028.545000', '160028.547000', '160028.550000', '160028.552000', '160028.555000', '160028.558000', '160028.560000', '160028.563000', '160028.576000', '160028.578000', '160028.581000', '160028.583000', '160048.446000', '160048.449000', '160048.452000', '160048.454000', '160048.457000', '160048.459000', '160048.462000', '160048.464000', '160048.467000', '160048.470000', '160048.472000', '160048.475000', '160048.477000', '160048.480000', '160048.482000', '160048.485000', '160048.487000', '160048.490000', '160048.492000', '160048.495000', '160048.498000', '160048.500000', '160048.503000', '160048.505000', '160048.508000', '160048.510000', '160048.513000', '160048.516000', '160048.518000', '160048.521000', '160048.524000', '160048.527000', '160048.530000', '160048.533000', '160048.535000', '160048.538000', '160048.540000', '160048.543000', '160048.546000', '160048.548000', '160048.551000', '160048.553000', '160048.556000', '160108.446000', '160108.449000', '160108.452000', '160108.455000', '160108.457000', '160108.460000', '160108.462000', '160108.465000', '160108.467000', '160108.470000', '160108.473000', '160108.475000', '160108.478000', '160108.480000', '160108.483000', '160108.491000', '160108.493000', '160108.496000', '160108.499000', '160108.501000', '160108.504000', '160108.506000', '160108.509000', '160108.512000', '160108.514000', '160108.517000', '160108.519000', '160108.522000', '160108.524000', '160108.527000', '160108.530000', '160108.532000', '160108.535000', '160108.537000', '160108.540000', '160108.542000', '160108.545000', '160108.548000', '160108.550000', '160108.553000', '160108.555000', '160108.558000', '160108.561000', '160108.563000', '160128.446000', '160128.449000', '160128.452000', '160128.454000', '160128.457000', '160128.459000', '160128.462000', '160128.464000', '160128.467000', '160128.470000', '160128.472000', '160128.475000', '160128.477000', '160128.480000', '160128.483000', '160128.485000', '160128.488000', '160128.490000', '160128.493000', '160128.495000', '160128.512000', '160128.515000', '160128.517000', '160128.520000', '160128.522000', '160128.525000', '160128.527000', '160128.530000', '160128.533000', '160128.535000', '160128.538000', '160128.540000', '160128.543000', '160128.545000', '160128.548000', '160128.551000', '160128.553000', '160128.556000', '160128.558000', '160128.561000', '160128.563000', '160128.566000', '160128.569000', '160148.446000', '160148.449000', '160148.452000', '160148.454000', '160148.457000', '160148.460000', '160148.462000', '160148.465000', '160148.467000', '160148.470000', '160148.473000', '160148.475000', '160148.478000', '160148.480000', '160148.483000', '160148.486000', '160148.488000', '160148.491000', '160148.493000', '160148.496000', '160148.499000', '160148.501000', '160148.504000', '160148.506000', '160148.509000', '160148.512000', '160148.514000', '160148.517000', '160148.519000', '160148.522000', '160148.525000', '160148.527000', '160148.530000', '160148.532000', '160148.535000', '160148.538000', '160148.540000', '160148.543000', '160148.545000', '160148.548000', '160148.551000', '160148.553000', '160148.556000', '160148.559000', '160208.445000', '160208.448000', '160208.451000', '160208.453000', '160208.456000', '160208.459000', '160208.461000', '160208.464000', '160208.467000', '160208.469000', '160208.472000', '160208.474000', '160208.477000', '160208.480000', '160208.482000', '160208.485000', '160208.487000', '160208.490000', '160208.493000', '160208.495000', '160208.498000', '160208.500000', '160208.503000', '160208.506000', '160208.508000', '160208.511000', '160208.513000', '160208.516000', '160208.519000', '160208.521000', '160208.524000', '160208.526000', '160208.529000', '160208.532000', '160208.534000', '160208.537000', '160208.539000', '160208.542000', '160208.544000', '160208.547000', '160208.550000', '160208.552000', '160208.555000', '160228.446000', '160228.449000', '160228.452000', '160228.455000', '160228.457000', '160228.460000', '160228.462000', '160228.465000', '160228.468000', '160228.470000', '160228.473000', '160228.475000', '160228.478000', '160228.481000', '160228.483000', '160228.486000', '160228.489000', '160228.491000', '160228.494000', '160228.497000', '160228.499000', '160228.502000', '160228.504000', '160228.507000', '160228.510000', '160228.512000', '160228.515000', '160228.517000', '160228.520000', '160228.523000', '160228.525000', '160228.528000', '160228.530000', '160228.533000', '160228.536000', '160228.538000', '160228.541000', '160228.544000', '160228.546000', '160228.549000', '160228.552000', '160228.554000', '160228.557000', '160228.559000', '160248.446000', '160248.449000', '160248.452000', '160248.455000', '160248.457000', '160248.460000', '160248.462000', '160248.465000', '160248.467000', '160248.470000', '160248.473000', '160248.475000', '160248.478000', '160248.481000', '160248.483000', '160248.486000', '160248.488000', '160248.491000', '160248.493000', '160248.496000', '160248.498000', '160248.501000', '160248.504000', '160248.506000', '160248.509000', '160248.511000', '160248.514000', '160248.516000', '160248.519000', '160248.521000', '160248.524000', '160248.527000', '160248.529000', '160248.532000', '160248.534000', '160248.537000', '160248.539000', '160248.542000', '160248.545000', '160248.547000', '160248.550000', '160248.552000', '160248.555000', '160308.446000', '160308.449000', '160308.452000', '160308.454000', '160308.457000', '160308.460000', '160308.462000', '160308.465000', '160308.467000', '160308.470000', '160308.473000', '160308.475000', '160308.478000', '160308.480000', '160308.483000', '160308.485000', '160308.498000', '160308.501000', '160308.504000', '160308.506000', '160308.509000', '160308.511000', '160308.514000', '160308.516000', '160308.519000', '160308.522000', '160308.524000', '160308.527000', '160308.529000', '160308.532000', '160308.534000', '160308.537000', '160308.540000', '160308.542000', '160308.545000', '160308.548000', '160308.550000', '160308.553000', '160308.555000', '160308.558000', '160308.560000', '160308.563000', '160308.566000', '160308.568000', '160328.446000', '160328.449000', '160328.452000', '160328.455000', '160328.457000', '160328.460000', '160328.462000', '160328.465000', '160328.468000', '160328.470000', '160328.473000', '160328.475000', '160328.478000', '160328.481000', '160328.483000', '160328.486000', '160328.488000', '160328.491000', '160328.493000', '160328.496000', '160328.499000', '160328.501000', '160328.504000', '160328.506000', '160328.509000', '160328.511000', '160328.514000', '160328.517000', '160328.519000', '160328.522000', '160328.524000', '160328.527000', '160328.529000', '160328.532000', '160328.535000', '160328.537000', '160328.540000', '160328.542000', '160328.545000', '160328.547000', '160328.550000', '160328.552000', '160328.555000', '160348.446000', '160348.449000', '160348.452000', '160348.455000', '160348.457000', '160348.460000', '160348.462000', '160348.465000', '160348.468000', '160348.471000', '160348.474000', '160348.476000', '160348.479000', '160348.482000', '160348.484000', '160348.487000', '160348.490000', '160348.492000', '160348.495000', '160348.497000', '160348.500000', '160348.503000', '160348.505000', '160348.508000', '160348.510000', '160348.513000', '160348.516000', '160348.518000', '160348.521000', '160348.523000', '160348.526000', '160348.529000', '160348.531000', '160348.534000', '160348.537000', '160348.539000', '160348.542000', '160348.544000', '160348.547000', '160348.549000', '160348.552000', '160348.555000', '160348.557000', '160408.446000', '160408.449000', '160408.452000', '160408.455000', '160408.457000', '160408.460000', '160408.462000', '160408.465000', '160408.467000', '160408.470000', '160408.473000', '160408.475000', '160408.478000', '160408.480000', '160408.483000', '160408.485000', '160408.488000', '160408.491000', '160408.493000', '160408.496000', '160408.499000', '160408.501000', '160408.504000', '160408.506000', '160408.509000', '160408.511000', '160408.514000', '160408.517000', '160408.519000', '160408.522000', '160408.524000', '160408.527000', '160408.529000', '160408.532000', '160408.535000', '160408.537000', '160408.540000', '160408.542000', '160408.545000', '160408.547000', '160408.550000', '160408.553000', '160408.555000', '160408.558000', '160428.445000', '160428.448000', '160428.451000', '160428.454000', '160428.456000', '160428.459000', '160428.461000', '160428.464000', '160428.467000', '160428.469000', '160428.472000', '160428.474000', '160428.477000', '160428.480000', '160428.483000', '160428.486000', '160428.488000', '160428.491000', '160428.494000', '160428.496000', '160428.499000', '160428.501000', '160428.504000', '160428.507000', '160428.510000', '160428.512000', '160428.515000', '160428.518000', '160428.521000', '160428.523000', '160428.526000', '160428.529000', '160428.531000', '160428.534000', '160428.537000', '160428.539000', '160428.542000', '160428.544000', '160428.547000', '160428.549000', '160428.552000', '160428.570000', '160428.573000', '160448.446000', '160448.449000', '160448.452000', '160448.455000', '160448.457000', '160448.460000', '160448.462000', '160448.465000', '160448.467000', '160448.470000', '160448.472000', '160448.475000', '160448.478000', '160448.480000', '160448.483000', '160448.485000', '160448.488000', '160448.491000', '160448.493000', '160448.496000', '160448.498000', '160448.501000', '160448.503000', '160448.506000', '160448.509000', '160448.511000', '160448.514000', '160448.516000', '160448.519000', '160448.522000', '160448.524000', '160448.527000', '160448.529000', '160448.532000', '160448.535000', '160448.537000', '160448.540000', '160448.542000', '160448.545000', '160448.547000', '160448.550000', '160448.553000', '160448.555000', '160448.558000', '160508.447000', '160508.450000', '160508.452000', '160508.455000', '160508.457000', '160508.460000', '160508.463000', '160508.465000', '160508.468000', '160508.470000', '160508.473000', '160508.476000', '160508.478000', '160508.481000', '160508.484000', '160508.486000', '160508.489000', '160508.491000', '160508.494000', '160508.497000', '160508.499000', '160508.502000', '160508.504000', '160508.508000', '160508.511000', '160508.514000', '160508.516000', '160508.519000', '160508.521000', '160508.524000', '160508.527000', '160508.529000', '160508.532000', '160508.534000', '160508.537000', '160508.540000', '160508.542000', '160508.545000', '160508.547000', '160508.550000', '160508.553000', '160508.555000', '160508.558000', '160528.446000', '160528.449000', '160528.452000', '160528.455000', '160528.457000', '160528.460000', '160528.462000', '160528.465000', '160528.467000', '160528.470000', '160528.473000', '160528.475000', '160528.478000', '160528.480000', '160528.483000', '160528.486000', '160528.489000', '160528.491000', '160528.494000', '160528.496000', '160528.499000', '160528.502000', '160528.504000', '160528.507000', '160528.510000', '160528.512000', '160528.515000', '160528.518000', '160528.520000', '160528.523000', '160528.525000', '160528.528000', '160528.530000', '160528.533000', '160528.536000', '160528.538000', '160528.541000', '160528.543000', '160528.546000', '160528.549000', '160528.551000', '160528.554000', '160528.557000', '160528.559000', '160548.446000', '160548.449000', '160548.452000', '160548.455000', '160548.457000', '160548.460000', '160548.463000', '160548.465000', '160548.468000', '160548.470000', '160548.473000', '160548.476000', '160548.478000', '160548.481000', '160548.483000', '160548.487000', '160548.490000', '160548.493000', '160548.496000', '160548.498000', '160548.514000', '160548.517000', '160548.519000', '160548.522000', '160548.525000', '160548.527000', '160548.530000', '160548.532000', '160548.535000', '160548.537000', '160548.540000', '160548.543000', '160548.545000', '160548.548000', '160548.551000', '160548.553000', '160548.556000', '160548.558000', '160548.561000', '160548.564000', '160548.566000', '160548.569000', '160548.571000', '160608.447000', '160608.449000', '160608.452000', '160608.455000', '160608.457000', '160608.460000', '160608.463000', '160608.465000', '160608.468000', '160608.482000', '160608.485000', '160608.488000', '160608.490000', '160608.493000', '160608.495000', '160608.498000', '160608.501000', '160608.503000', '160608.506000', '160608.509000', '160608.511000', '160608.514000', '160608.516000', '160608.519000', '160608.522000', '160608.524000', '160608.527000', '160608.530000', '160608.532000', '160608.535000', '160608.537000', '160608.540000', '160608.543000', '160608.545000', '160608.548000', '160608.551000', '160608.553000', '160608.556000', '160608.558000', '160608.561000', '160608.564000', '160608.566000', '160608.569000', '160608.571000', '160628.447000', '160628.449000', '160628.452000', '160628.455000', '160628.457000', '160628.460000', '160628.462000', '160628.465000', '160628.468000', '160628.470000', '160628.473000', '160628.475000', '160628.478000', '160628.481000', '160628.483000', '160628.486000', '160628.489000', '160628.491000', '160628.494000', '160628.497000', '160628.499000', '160628.502000', '160628.506000', '160628.508000', '160628.511000', '160628.514000', '160628.516000', '160628.519000', '160628.521000', '160628.525000', '160628.528000', '160628.530000', '160628.533000', '160628.536000', '160628.539000', '160628.541000', '160628.544000', '160628.548000', '160628.550000', '160628.553000', '160628.556000', '160628.558000', '160628.561000', '160648.446000', '160648.448000', '160648.451000', '160648.454000', '160648.456000', '160648.459000', '160648.461000', '160648.464000', '160648.467000', '160648.469000', '160648.472000', '160648.475000', '160648.477000', '160648.480000', '160648.482000', '160648.485000', '160648.487000', '160648.490000', '160648.493000', '160648.495000', '160648.498000', '160648.500000', '160648.503000', '160648.506000', '160648.509000', '160648.511000', '160648.514000', '160648.516000', '160648.519000', '160648.522000', '160648.524000', '160648.527000', '160648.530000', '160648.532000', '160648.535000', '160648.537000', '160648.540000', '160648.543000', '160648.545000', '160648.548000', '160648.551000', '160648.553000', '160648.556000', '160708.446000', '160708.449000', '160708.452000', '160708.455000', '160708.457000', '160708.460000', '160708.462000', '160708.465000', '160708.468000', '160708.470000', '160708.473000', '160708.475000', '160708.478000', '160708.481000', '160708.483000', '160708.486000', '160708.488000', '160708.491000', '160708.494000', '160708.496000', '160708.499000', '160708.501000', '160708.504000', '160708.507000', '160708.509000', '160708.512000', '160708.515000', '160708.518000', '160708.521000', '160708.524000', '160708.527000', '160708.529000', '160708.532000', '160708.535000', '160708.537000', '160708.540000', '160708.543000', '160708.545000', '160708.548000', '160708.550000', '160708.553000', '160708.556000', '160708.558000', '160708.561000', '160728.446000', '160728.449000', '160728.452000', '160728.455000', '160728.457000', '160728.460000', '160728.462000', '160728.465000', '160728.468000', '160728.470000', '160728.473000', '160728.475000', '160728.478000', '160728.480000', '160728.483000', '160728.486000', '160728.488000', '160728.491000', '160728.494000', '160728.496000', '160728.510000', '160728.512000', '160728.515000', '160728.518000', '160728.520000', '160728.523000', '160728.526000', '160728.528000', '160728.531000', '160728.533000', '160728.536000', '160728.539000', '160728.541000', '160728.544000', '160728.546000', '160728.549000', '160728.552000', '160728.554000', '160728.557000', '160728.559000', '160728.562000', '160728.565000', '160728.567000', '160728.570000', '160748.447000', '160748.449000', '160748.452000', '160748.455000', '160748.457000', '160748.460000', '160748.462000', '160748.465000', '160748.468000', '160748.470000', '160748.473000', '160748.476000', '160748.478000', '160748.481000', '160748.483000', '160748.486000', '160748.488000', '160748.491000', '160748.494000', '160748.496000', '160748.499000', '160748.502000', '160748.504000', '160748.507000', '160748.509000', '160748.512000', '160748.515000', '160748.517000', '160748.520000', '160748.523000', '160748.526000', '160748.529000', '160748.532000', '160748.534000', '160748.537000', '160748.539000', '160748.542000', '160748.545000', '160748.547000', '160748.550000', '160748.553000', '160748.555000', '160748.558000', '160808.447000', '160808.449000', '160808.452000', '160808.455000', '160808.457000', '160808.460000', '160808.463000', '160808.465000', '160808.468000', '160808.470000', '160808.473000', '160808.476000', '160808.478000', '160808.481000', '160808.483000', '160808.486000', '160808.488000', '160808.491000', '160808.494000', '160808.496000', '160808.499000', '160808.502000', '160808.504000', '160808.507000', '160808.509000', '160808.512000', '160808.514000', '160808.517000', '160808.520000', '160808.522000', '160808.525000', '160808.527000', '160808.530000', '160808.533000', '160808.535000', '160808.538000', '160808.541000', '160808.543000', '160808.546000', '160808.548000', '160808.551000', '160808.553000', '160808.556000', '160808.559000', '160828.446000', '160828.449000', '160828.452000', '160828.455000', '160828.457000', '160828.460000', '160828.462000', '160828.465000', '160828.468000', '160828.470000', '160828.473000', '160828.475000', '160828.478000', '160828.481000', '160828.483000', '160828.486000', '160828.489000', '160828.491000', '160828.494000', '160828.497000', '160828.499000', '160828.502000', '160828.504000', '160828.507000', '160828.510000', '160828.512000', '160828.515000', '160828.518000', '160828.520000', '160828.523000', '160828.525000', '160828.528000', '160828.531000', '160828.533000', '160828.536000', '160828.549000', '160828.552000', '160828.555000', '160828.557000', '160828.560000', '160828.563000', '160828.566000', '160828.568000', '160848.447000', '160848.450000', '160848.452000', '160848.455000', '160848.457000', '160848.460000', '160848.463000', '160848.465000', '160848.468000', '160848.470000', '160848.473000', '160848.476000', '160848.478000', '160848.481000', '160848.483000', '160848.486000', '160848.495000', '160848.498000', '160848.501000', '160848.503000', '160848.506000', '160848.508000', '160848.511000', '160848.513000', '160848.516000', '160848.519000', '160848.521000', '160848.524000', '160848.526000', '160848.529000', '160848.532000', '160848.534000', '160848.537000', '160848.539000', '160848.542000', '160848.545000', '160848.547000', '160848.550000', '160848.552000', '160848.555000', '160848.557000', '160848.560000', '160848.563000', '160848.565000', '160908.446000', '160908.448000', '160908.451000', '160908.454000', '160908.456000', '160908.459000', '160908.462000', '160908.464000', '160908.467000', '160908.469000', '160908.472000', '160908.474000', '160908.477000', '160908.480000', '160908.482000', '160908.485000', '160908.488000', '160908.490000', '160908.493000', '160908.495000', '160908.498000', '160908.501000', '160908.503000', '160908.506000', '160908.508000', '160908.511000', '160908.514000', '160908.516000', '160908.519000', '160908.522000', '160908.524000', '160908.527000', '160908.529000', '160908.532000', '160908.535000', '160908.537000', '160908.540000', '160908.543000', '160908.545000', '160908.548000', '160908.550000', '160908.553000', '160908.556000', '160928.447000', '160928.449000', '160928.452000', '160928.455000', '160928.457000', '160928.460000', '160928.463000', '160928.465000', '160928.468000', '160928.470000', '160928.473000', '160928.476000', '160928.478000', '160928.481000', '160928.483000', '160928.486000', '160928.489000', '160928.491000', '160928.494000', '160928.497000', '160928.499000', '160928.502000', '160928.504000', '160928.507000', '160928.510000', '160928.512000', '160928.515000', '160928.517000', '160928.520000', '160928.523000', '160928.526000', '160928.528000', '160928.531000', '160928.533000', '160928.536000', '160928.539000', '160928.541000', '160928.544000', '160928.547000', '160928.549000', '160928.552000', '160928.554000', '160928.557000', '160928.560000', '160948.447000', '160948.449000', '160948.452000', '160948.455000', '160948.457000', '160948.460000', '160948.462000', '160948.465000', '160948.468000', '160948.470000', '160948.473000', '160948.475000', '160948.478000', '160948.481000', '160948.484000', '160948.486000', '160948.489000', '160948.491000', '160948.494000', '160948.497000', '160948.499000', '160948.502000', '160948.505000', '160948.508000', '160948.511000', '160948.514000', '160948.517000', '160948.520000', '160948.523000', '160948.526000', '160948.529000', '160948.532000', '160948.535000', '160948.538000', '160948.541000', '160948.544000', '160948.547000', '160948.550000', '160948.553000', '160948.556000', '160948.559000', '160948.562000', '160948.564000', '161008.447000', '161008.450000', '161008.452000', '161008.455000', '161008.457000', '161008.460000', '161008.463000', '161008.465000', '161008.468000', '161008.470000', '161008.473000', '161008.475000', '161008.478000', '161008.481000', '161008.483000', '161008.486000', '161008.489000', '161008.491000', '161008.494000', '161008.496000', '161008.499000', '161008.502000', '161008.504000', '161008.507000', '161008.509000', '161008.512000', '161008.514000', '161008.517000', '161008.520000', '161008.522000', '161008.525000', '161008.527000', '161008.530000', '161008.533000', '161008.535000', '161008.538000', '161008.540000', '161008.543000', '161008.545000', '161008.548000', '161008.551000', '161008.553000', '161008.556000', '161008.558000', '161021.271000', '161021.275000', '161021.277000', '161021.280000', '161021.283000', '161021.285000', '161021.288000', '161021.291000', '161021.294000', '161021.297000', '161021.299000', '161021.302000', '161021.305000', '161021.308000', '161021.310000', '161021.313000', '161021.316000', '161021.318000', '161021.321000', '161021.324000', '161021.326000', '161021.329000', '161021.332000', '161021.335000', '161021.338000', '161021.340000', '161021.343000', '161021.346000'], 'InstanceCreationTime': ['160028.482000', '160028.486000', '160028.488000', '160028.491000', '160028.493000', '160028.496000', '160028.499000', '160028.501000', '160028.504000', '160028.514000', '160028.516000', '160028.519000', '160028.521000', '160028.524000', '160028.527000', '160028.529000', '160028.532000', '160028.534000', '160028.537000', '160028.540000', '160028.542000', '160028.545000', '160028.547000', '160028.550000', '160028.552000', '160028.555000', '160028.558000', '160028.560000', '160028.563000', '160028.576000', '160028.578000', '160028.581000', '160028.583000', '160048.446000', '160048.449000', '160048.452000', '160048.454000', '160048.457000', '160048.459000', '160048.462000', '160048.464000', '160048.467000', '160048.470000', '160048.472000', '160048.475000', '160048.477000', '160048.480000', '160048.482000', '160048.485000', '160048.487000', '160048.490000', '160048.492000', '160048.495000', '160048.498000', '160048.500000', '160048.503000', '160048.505000', '160048.508000', '160048.510000', '160048.513000', '160048.516000', '160048.518000', '160048.521000', '160048.524000', '160048.527000', '160048.530000', '160048.533000', '160048.535000', '160048.538000', '160048.540000', '160048.543000', '160048.546000', '160048.548000', '160048.551000', '160048.553000', '160048.556000', '160108.446000', '160108.449000', '160108.452000', '160108.455000', '160108.457000', '160108.460000', '160108.462000', '160108.465000', '160108.467000', '160108.470000', '160108.473000', '160108.475000', '160108.478000', '160108.480000', '160108.483000', '160108.491000', '160108.493000', '160108.496000', '160108.499000', '160108.501000', '160108.504000', '160108.506000', '160108.509000', '160108.512000', '160108.514000', '160108.517000', '160108.519000', '160108.522000', '160108.524000', '160108.527000', '160108.530000', '160108.532000', '160108.535000', '160108.537000', '160108.540000', '160108.542000', '160108.545000', '160108.548000', '160108.550000', '160108.553000', '160108.555000', '160108.558000', '160108.561000', '160108.563000', '160128.446000', '160128.449000', '160128.452000', '160128.454000', '160128.457000', '160128.459000', '160128.462000', '160128.464000', '160128.467000', '160128.470000', '160128.472000', '160128.475000', '160128.477000', '160128.480000', '160128.483000', '160128.485000', '160128.488000', '160128.490000', '160128.493000', '160128.495000', '160128.512000', '160128.515000', '160128.517000', '160128.520000', '160128.522000', '160128.525000', '160128.527000', '160128.530000', '160128.533000', '160128.535000', '160128.538000', '160128.540000', '160128.543000', '160128.545000', '160128.548000', '160128.551000', '160128.553000', '160128.556000', '160128.558000', '160128.561000', '160128.563000', '160128.566000', '160128.569000', '160148.446000', '160148.449000', '160148.452000', '160148.454000', '160148.457000', '160148.460000', '160148.462000', '160148.465000', '160148.467000', '160148.470000', '160148.473000', '160148.475000', '160148.478000', '160148.480000', '160148.483000', '160148.486000', '160148.488000', '160148.491000', '160148.493000', '160148.496000', '160148.499000', '160148.501000', '160148.504000', '160148.506000', '160148.509000', '160148.512000', '160148.514000', '160148.517000', '160148.519000', '160148.522000', '160148.525000', '160148.527000', '160148.530000', '160148.532000', '160148.535000', '160148.538000', '160148.540000', '160148.543000', '160148.545000', '160148.548000', '160148.551000', '160148.553000', '160148.556000', '160148.559000', '160208.445000', '160208.448000', '160208.451000', '160208.453000', '160208.456000', '160208.459000', '160208.461000', '160208.464000', '160208.467000', '160208.469000', '160208.472000', '160208.474000', '160208.477000', '160208.480000', '160208.482000', '160208.485000', '160208.487000', '160208.490000', '160208.493000', '160208.495000', '160208.498000', '160208.500000', '160208.503000', '160208.506000', '160208.508000', '160208.511000', '160208.513000', '160208.516000', '160208.519000', '160208.521000', '160208.524000', '160208.526000', '160208.529000', '160208.532000', '160208.534000', '160208.537000', '160208.539000', '160208.542000', '160208.544000', '160208.547000', '160208.550000', '160208.552000', '160208.555000', '160228.446000', '160228.449000', '160228.452000', '160228.455000', '160228.457000', '160228.460000', '160228.462000', '160228.465000', '160228.468000', '160228.470000', '160228.473000', '160228.475000', '160228.478000', '160228.481000', '160228.483000', '160228.486000', '160228.489000', '160228.491000', '160228.494000', '160228.497000', '160228.499000', '160228.502000', '160228.504000', '160228.507000', '160228.510000', '160228.512000', '160228.515000', '160228.517000', '160228.520000', '160228.523000', '160228.525000', '160228.528000', '160228.530000', '160228.533000', '160228.536000', '160228.538000', '160228.541000', '160228.544000', '160228.546000', '160228.549000', '160228.552000', '160228.554000', '160228.557000', '160228.559000', '160248.446000', '160248.449000', '160248.452000', '160248.455000', '160248.457000', '160248.460000', '160248.462000', '160248.465000', '160248.467000', '160248.470000', '160248.473000', '160248.475000', '160248.478000', '160248.481000', '160248.483000', '160248.486000', '160248.488000', '160248.491000', '160248.493000', '160248.496000', '160248.498000', '160248.501000', '160248.504000', '160248.506000', '160248.509000', '160248.511000', '160248.514000', '160248.516000', '160248.519000', '160248.521000', '160248.524000', '160248.527000', '160248.529000', '160248.532000', '160248.534000', '160248.537000', '160248.539000', '160248.542000', '160248.545000', '160248.547000', '160248.550000', '160248.552000', '160248.555000', '160308.446000', '160308.449000', '160308.452000', '160308.454000', '160308.457000', '160308.460000', '160308.462000', '160308.465000', '160308.467000', '160308.470000', '160308.473000', '160308.475000', '160308.478000', '160308.480000', '160308.483000', '160308.485000', '160308.498000', '160308.501000', '160308.504000', '160308.506000', '160308.509000', '160308.511000', '160308.514000', '160308.516000', '160308.519000', '160308.522000', '160308.524000', '160308.527000', '160308.529000', '160308.532000', '160308.534000', '160308.537000', '160308.540000', '160308.542000', '160308.545000', '160308.548000', '160308.550000', '160308.553000', '160308.555000', '160308.558000', '160308.560000', '160308.563000', '160308.566000', '160308.568000', '160328.446000', '160328.449000', '160328.452000', '160328.455000', '160328.457000', '160328.460000', '160328.462000', '160328.465000', '160328.468000', '160328.470000', '160328.473000', '160328.475000', '160328.478000', '160328.481000', '160328.483000', '160328.486000', '160328.488000', '160328.491000', '160328.493000', '160328.496000', '160328.499000', '160328.501000', '160328.504000', '160328.506000', '160328.509000', '160328.511000', '160328.514000', '160328.517000', '160328.519000', '160328.522000', '160328.524000', '160328.527000', '160328.529000', '160328.532000', '160328.535000', '160328.537000', '160328.540000', '160328.542000', '160328.545000', '160328.547000', '160328.550000', '160328.552000', '160328.555000', '160348.446000', '160348.449000', '160348.452000', '160348.455000', '160348.457000', '160348.460000', '160348.462000', '160348.465000', '160348.468000', '160348.471000', '160348.474000', '160348.476000', '160348.479000', '160348.482000', '160348.484000', '160348.487000', '160348.490000', '160348.492000', '160348.495000', '160348.497000', '160348.500000', '160348.503000', '160348.505000', '160348.508000', '160348.510000', '160348.513000', '160348.516000', '160348.518000', '160348.521000', '160348.523000', '160348.526000', '160348.529000', '160348.531000', '160348.534000', '160348.537000', '160348.539000', '160348.542000', '160348.544000', '160348.547000', '160348.549000', '160348.552000', '160348.555000', '160348.557000', '160408.446000', '160408.449000', '160408.452000', '160408.455000', '160408.457000', '160408.460000', '160408.462000', '160408.465000', '160408.467000', '160408.470000', '160408.473000', '160408.475000', '160408.478000', '160408.480000', '160408.483000', '160408.485000', '160408.488000', '160408.491000', '160408.493000', '160408.496000', '160408.499000', '160408.501000', '160408.504000', '160408.506000', '160408.509000', '160408.511000', '160408.514000', '160408.517000', '160408.519000', '160408.522000', '160408.524000', '160408.527000', '160408.529000', '160408.532000', '160408.535000', '160408.537000', '160408.540000', '160408.542000', '160408.545000', '160408.547000', '160408.550000', '160408.553000', '160408.555000', '160408.558000', '160428.445000', '160428.448000', '160428.451000', '160428.454000', '160428.456000', '160428.459000', '160428.461000', '160428.464000', '160428.467000', '160428.469000', '160428.472000', '160428.474000', '160428.477000', '160428.480000', '160428.483000', '160428.486000', '160428.488000', '160428.491000', '160428.494000', '160428.496000', '160428.499000', '160428.501000', '160428.504000', '160428.507000', '160428.510000', '160428.512000', '160428.515000', '160428.518000', '160428.521000', '160428.523000', '160428.526000', '160428.529000', '160428.531000', '160428.534000', '160428.537000', '160428.539000', '160428.542000', '160428.544000', '160428.547000', '160428.549000', '160428.552000', '160428.570000', '160428.573000', '160448.446000', '160448.449000', '160448.452000', '160448.455000', '160448.457000', '160448.460000', '160448.462000', '160448.465000', '160448.467000', '160448.470000', '160448.472000', '160448.475000', '160448.478000', '160448.480000', '160448.483000', '160448.485000', '160448.488000', '160448.491000', '160448.493000', '160448.496000', '160448.498000', '160448.501000', '160448.503000', '160448.506000', '160448.509000', '160448.511000', '160448.514000', '160448.516000', '160448.519000', '160448.522000', '160448.524000', '160448.527000', '160448.529000', '160448.532000', '160448.535000', '160448.537000', '160448.540000', '160448.542000', '160448.545000', '160448.547000', '160448.550000', '160448.553000', '160448.555000', '160448.558000', '160508.447000', '160508.450000', '160508.452000', '160508.455000', '160508.457000', '160508.460000', '160508.463000', '160508.465000', '160508.468000', '160508.470000', '160508.473000', '160508.476000', '160508.478000', '160508.481000', '160508.484000', '160508.486000', '160508.489000', '160508.491000', '160508.494000', '160508.497000', '160508.499000', '160508.502000', '160508.504000', '160508.508000', '160508.511000', '160508.514000', '160508.516000', '160508.519000', '160508.521000', '160508.524000', '160508.527000', '160508.529000', '160508.532000', '160508.534000', '160508.537000', '160508.540000', '160508.542000', '160508.545000', '160508.547000', '160508.550000', '160508.553000', '160508.555000', '160508.558000', '160528.446000', '160528.449000', '160528.452000', '160528.455000', '160528.457000', '160528.460000', '160528.462000', '160528.465000', '160528.467000', '160528.470000', '160528.473000', '160528.475000', '160528.478000', '160528.480000', '160528.483000', '160528.486000', '160528.489000', '160528.491000', '160528.494000', '160528.496000', '160528.499000', '160528.502000', '160528.504000', '160528.507000', '160528.510000', '160528.512000', '160528.515000', '160528.518000', '160528.520000', '160528.523000', '160528.525000', '160528.528000', '160528.530000', '160528.533000', '160528.536000', '160528.538000', '160528.541000', '160528.543000', '160528.546000', '160528.549000', '160528.551000', '160528.554000', '160528.557000', '160528.559000', '160548.446000', '160548.449000', '160548.452000', '160548.455000', '160548.457000', '160548.460000', '160548.463000', '160548.465000', '160548.468000', '160548.470000', '160548.473000', '160548.476000', '160548.478000', '160548.481000', '160548.483000', '160548.487000', '160548.490000', '160548.493000', '160548.496000', '160548.498000', '160548.514000', '160548.517000', '160548.519000', '160548.522000', '160548.525000', '160548.527000', '160548.530000', '160548.532000', '160548.535000', '160548.537000', '160548.540000', '160548.543000', '160548.545000', '160548.548000', '160548.551000', '160548.553000', '160548.556000', '160548.558000', '160548.561000', '160548.564000', '160548.566000', '160548.569000', '160548.571000', '160608.447000', '160608.449000', '160608.452000', '160608.455000', '160608.457000', '160608.460000', '160608.463000', '160608.465000', '160608.468000', '160608.482000', '160608.485000', '160608.488000', '160608.490000', '160608.493000', '160608.495000', '160608.498000', '160608.501000', '160608.503000', '160608.506000', '160608.509000', '160608.511000', '160608.514000', '160608.516000', '160608.519000', '160608.522000', '160608.524000', '160608.527000', '160608.530000', '160608.532000', '160608.535000', '160608.537000', '160608.540000', '160608.543000', '160608.545000', '160608.548000', '160608.551000', '160608.553000', '160608.556000', '160608.558000', '160608.561000', '160608.564000', '160608.566000', '160608.569000', '160608.571000', '160628.447000', '160628.449000', '160628.452000', '160628.455000', '160628.457000', '160628.460000', '160628.462000', '160628.465000', '160628.468000', '160628.470000', '160628.473000', '160628.475000', '160628.478000', '160628.481000', '160628.483000', '160628.486000', '160628.489000', '160628.491000', '160628.494000', '160628.497000', '160628.499000', '160628.502000', '160628.506000', '160628.508000', '160628.511000', '160628.514000', '160628.516000', '160628.519000', '160628.521000', '160628.525000', '160628.528000', '160628.530000', '160628.533000', '160628.536000', '160628.539000', '160628.541000', '160628.544000', '160628.548000', '160628.550000', '160628.553000', '160628.556000', '160628.558000', '160628.561000', '160648.446000', '160648.448000', '160648.451000', '160648.454000', '160648.456000', '160648.459000', '160648.461000', '160648.464000', '160648.467000', '160648.469000', '160648.472000', '160648.475000', '160648.477000', '160648.480000', '160648.482000', '160648.485000', '160648.487000', '160648.490000', '160648.493000', '160648.495000', '160648.498000', '160648.500000', '160648.503000', '160648.506000', '160648.509000', '160648.511000', '160648.514000', '160648.516000', '160648.519000', '160648.522000', '160648.524000', '160648.527000', '160648.530000', '160648.532000', '160648.535000', '160648.537000', '160648.540000', '160648.543000', '160648.545000', '160648.548000', '160648.551000', '160648.553000', '160648.556000', '160708.446000', '160708.449000', '160708.452000', '160708.455000', '160708.457000', '160708.460000', '160708.462000', '160708.465000', '160708.468000', '160708.470000', '160708.473000', '160708.475000', '160708.478000', '160708.481000', '160708.483000', '160708.486000', '160708.488000', '160708.491000', '160708.494000', '160708.496000', '160708.499000', '160708.501000', '160708.504000', '160708.507000', '160708.509000', '160708.512000', '160708.515000', '160708.518000', '160708.521000', '160708.524000', '160708.527000', '160708.529000', '160708.532000', '160708.535000', '160708.537000', '160708.540000', '160708.543000', '160708.545000', '160708.548000', '160708.550000', '160708.553000', '160708.556000', '160708.558000', '160708.561000', '160728.446000', '160728.449000', '160728.452000', '160728.455000', '160728.457000', '160728.460000', '160728.462000', '160728.465000', '160728.468000', '160728.470000', '160728.473000', '160728.475000', '160728.478000', '160728.480000', '160728.483000', '160728.486000', '160728.488000', '160728.491000', '160728.494000', '160728.496000', '160728.510000', '160728.512000', '160728.515000', '160728.518000', '160728.520000', '160728.523000', '160728.526000', '160728.528000', '160728.531000', '160728.533000', '160728.536000', '160728.539000', '160728.541000', '160728.544000', '160728.546000', '160728.549000', '160728.552000', '160728.554000', '160728.557000', '160728.559000', '160728.562000', '160728.565000', '160728.567000', '160728.570000', '160748.447000', '160748.449000', '160748.452000', '160748.455000', '160748.457000', '160748.460000', '160748.462000', '160748.465000', '160748.468000', '160748.470000', '160748.473000', '160748.476000', '160748.478000', '160748.481000', '160748.483000', '160748.486000', '160748.488000', '160748.491000', '160748.494000', '160748.496000', '160748.499000', '160748.502000', '160748.504000', '160748.507000', '160748.509000', '160748.512000', '160748.515000', '160748.517000', '160748.520000', '160748.523000', '160748.526000', '160748.529000', '160748.532000', '160748.534000', '160748.537000', '160748.539000', '160748.542000', '160748.545000', '160748.547000', '160748.550000', '160748.553000', '160748.555000', '160748.558000', '160808.447000', '160808.449000', '160808.452000', '160808.455000', '160808.457000', '160808.460000', '160808.463000', '160808.465000', '160808.468000', '160808.470000', '160808.473000', '160808.476000', '160808.478000', '160808.481000', '160808.483000', '160808.486000', '160808.488000', '160808.491000', '160808.494000', '160808.496000', '160808.499000', '160808.502000', '160808.504000', '160808.507000', '160808.509000', '160808.512000', '160808.514000', '160808.517000', '160808.520000', '160808.522000', '160808.525000', '160808.527000', '160808.530000', '160808.533000', '160808.535000', '160808.538000', '160808.541000', '160808.543000', '160808.546000', '160808.548000', '160808.551000', '160808.553000', '160808.556000', '160808.559000', '160828.446000', '160828.449000', '160828.452000', '160828.455000', '160828.457000', '160828.460000', '160828.462000', '160828.465000', '160828.468000', '160828.470000', '160828.473000', '160828.475000', '160828.478000', '160828.481000', '160828.483000', '160828.486000', '160828.489000', '160828.491000', '160828.494000', '160828.497000', '160828.499000', '160828.502000', '160828.504000', '160828.507000', '160828.510000', '160828.512000', '160828.515000', '160828.518000', '160828.520000', '160828.523000', '160828.525000', '160828.528000', '160828.531000', '160828.533000', '160828.536000', '160828.549000', '160828.552000', '160828.555000', '160828.557000', '160828.560000', '160828.563000', '160828.566000', '160828.568000', '160848.447000', '160848.450000', '160848.452000', '160848.455000', '160848.457000', '160848.460000', '160848.463000', '160848.465000', '160848.468000', '160848.470000', '160848.473000', '160848.476000', '160848.478000', '160848.481000', '160848.483000', '160848.486000', '160848.495000', '160848.498000', '160848.501000', '160848.503000', '160848.506000', '160848.508000', '160848.511000', '160848.513000', '160848.516000', '160848.519000', '160848.521000', '160848.524000', '160848.526000', '160848.529000', '160848.532000', '160848.534000', '160848.537000', '160848.539000', '160848.542000', '160848.545000', '160848.547000', '160848.550000', '160848.552000', '160848.555000', '160848.557000', '160848.560000', '160848.563000', '160848.565000', '160908.446000', '160908.448000', '160908.451000', '160908.454000', '160908.456000', '160908.459000', '160908.462000', '160908.464000', '160908.467000', '160908.469000', '160908.472000', '160908.474000', '160908.477000', '160908.480000', '160908.482000', '160908.485000', '160908.488000', '160908.490000', '160908.493000', '160908.495000', '160908.498000', '160908.501000', '160908.503000', '160908.506000', '160908.508000', '160908.511000', '160908.514000', '160908.516000', '160908.519000', '160908.522000', '160908.524000', '160908.527000', '160908.529000', '160908.532000', '160908.535000', '160908.537000', '160908.540000', '160908.543000', '160908.545000', '160908.548000', '160908.550000', '160908.553000', '160908.556000', '160928.447000', '160928.449000', '160928.452000', '160928.455000', '160928.457000', '160928.460000', '160928.463000', '160928.465000', '160928.468000', '160928.470000', '160928.473000', '160928.476000', '160928.478000', '160928.481000', '160928.483000', '160928.486000', '160928.489000', '160928.491000', '160928.494000', '160928.497000', '160928.499000', '160928.502000', '160928.504000', '160928.507000', '160928.510000', '160928.512000', '160928.515000', '160928.517000', '160928.520000', '160928.523000', '160928.526000', '160928.528000', '160928.531000', '160928.533000', '160928.536000', '160928.539000', '160928.541000', '160928.544000', '160928.547000', '160928.549000', '160928.552000', '160928.554000', '160928.557000', '160928.560000', '160948.447000', '160948.449000', '160948.452000', '160948.455000', '160948.457000', '160948.460000', '160948.462000', '160948.465000', '160948.468000', '160948.470000', '160948.473000', '160948.475000', '160948.478000', '160948.481000', '160948.484000', '160948.486000', '160948.489000', '160948.491000', '160948.494000', '160948.497000', '160948.499000', '160948.502000', '160948.505000', '160948.508000', '160948.511000', '160948.514000', '160948.517000', '160948.520000', '160948.523000', '160948.526000', '160948.529000', '160948.532000', '160948.535000', '160948.538000', '160948.541000', '160948.544000', '160948.547000', '160948.550000', '160948.553000', '160948.556000', '160948.559000', '160948.562000', '160948.564000', '161008.447000', '161008.450000', '161008.452000', '161008.455000', '161008.457000', '161008.460000', '161008.463000', '161008.465000', '161008.468000', '161008.470000', '161008.473000', '161008.475000', '161008.478000', '161008.481000', '161008.483000', '161008.486000', '161008.489000', '161008.491000', '161008.494000', '161008.496000', '161008.499000', '161008.502000', '161008.504000', '161008.507000', '161008.509000', '161008.512000', '161008.514000', '161008.517000', '161008.520000', '161008.522000', '161008.525000', '161008.527000', '161008.530000', '161008.533000', '161008.535000', '161008.538000', '161008.540000', '161008.543000', '161008.545000', '161008.548000', '161008.551000', '161008.553000', '161008.556000', '161008.558000', '161021.271000', '161021.275000', '161021.277000', '161021.280000', '161021.283000', '161021.285000', '161021.288000', '161021.291000', '161021.294000', '161021.297000', '161021.299000', '161021.302000', '161021.305000', '161021.308000', '161021.310000', '161021.313000', '161021.316000', '161021.318000', '161021.321000', '161021.324000', '161021.326000', '161021.329000', '161021.332000', '161021.335000', '161021.338000', '161021.340000', '161021.343000', '161021.346000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [7060, 9407, 7415, 10016, 9876, 11664, 9830, 11600, 9598, 10437, 9277, 11706, 7100, 10123, 9256, 11290, 7188, 7995, 7582, 11195, 8076, 6729, 6944, 10561, 8745, 9887, 7668, 7171, 7624, 8747, 9047, 6725, 8519, 10001, 9886, 7419, 8440, 6783, 9293, 7841, 9501, 6783, 9062, 8450, 9855, 9415, 9355, 10993, 8727, 10930, 9065, 9934, 6980, 9301, 6791, 9225, 7230, 8955, 6613, 8932, 7110, 9043, 6730, 8581, 6880, 10000, 6640, 9641, 6764, 9370, 6908, 9077, 6732, 9446, 6825, 9412, 6942, 9485, 7034, 9434, 7969, 10605, 7779, 9928, 8640, 9643, 7899, 9159, 7071, 9747, 8364, 9330, 7311, 9104, 7145, 8985, 6954, 8904, 6774, 9320, 6827, 8836, 6636, 8760, 6874, 9055, 6707, 8538, 6835, 9310, 6807, 8980, 7038, 9068, 6997, 8508, 6896, 9118, 8654, 9616, 7333, 9210, 7328, 9869, 8550, 9430, 6919, 9140, 6892, 9387, 7332, 9153, 6769, 9232, 7008, 9690, 7066, 8966, 6990, 9671, 7069, 9638, 7048, 10978, 7258, 10575, 8193, 7031, 7579, 8916, 8007, 7394, 7968, 6896, 8264, 9166, 8702, 7067, 7839, 8657, 9449, 7234, 7841, 6803, 8865, 9234, 8771, 7081, 7630, 12479, 8155, 8646, 7331, 10725, 8371, 11698, 8256, 12011, 7486, 10155, 8254, 9261, 6793, 8573, 6760, 9139, 6727, 9508, 6924, 8979, 6969, 8881, 6758, 8809, 7072, 10761, 7260, 11273, 7356, 11413, 7714, 8636, 8177, 11621, 8465, 11373, 7450, 9283, 7453, 9684, 7257, 8531, 6780, 8346, 6999, 9235, 7019, 8383, 6991, 8843, 7117, 8969, 6640, 8960, 6903, 9509, 6776, 7917, 6691, 7281, 8720, 8296, 6847, 7189, 9734, 7926, 11458, 7982, 6664, 7043, 9063, 7958, 6823, 8050, 7030, 8527, 7554, 8891, 6798, 9070, 6944, 9545, 7297, 9319, 6960, 8614, 7215, 9562, 7215, 9338, 7021, 9376, 7860, 9384, 6868, 8777, 6937, 9780, 7681, 9284, 6861, 8546, 6825, 10057, 6811, 9184, 7041, 10343, 7676, 8891, 7509, 8976, 8054, 9427, 9562, 9000, 8005, 9697, 9132, 8544, 8550, 7944, 8535, 9237, 9766, 7111, 8944, 7322, 9830, 7574, 9704, 7429, 9808, 8030, 9829, 7246, 9480, 7658, 10127, 7319, 9745, 7607, 10014, 7888, 9559, 7267, 9781, 8133, 10229, 7047, 8304, 6798, 7711, 7308, 9220, 6959, 7502, 7352, 8652, 6906, 8501, 7192, 8987, 7389, 9299, 6936, 9084, 7537, 10148, 7708, 9574, 7636, 9893, 7799, 9716, 7333, 9436, 7946, 10424, 7473, 8815, 9644, 9531, 8335, 8083, 7249, 7693, 8571, 9725, 6968, 8386, 7951, 9813, 7248, 8476, 6971, 8361, 8963, 9531, 6985, 7713, 8307, 8391, 6799, 8142, 7490, 9139, 7466, 9615, 7311, 9449, 7613, 10760, 8090, 10517, 7072, 10114, 8113, 10920, 7563, 10198, 8258, 10643, 7991, 9781, 6954, 8926, 7247, 10399, 7042, 10098, 8019, 11495, 7842, 8268, 7787, 9537, 9030, 7481, 9004, 6784, 8408, 7474, 9452, 7064, 8396, 8484, 9774, 7289, 8287, 6944, 8452, 7319, 8918, 6868, 8889, 6946, 9979, 7147, 10453, 6905, 10159, 7678, 10749, 7748, 10007, 7852, 10649, 8103, 10060, 7274, 9309, 8162, 10297, 7234, 8695, 8160, 8670, 9272, 8076, 6743, 8084, 7335, 10223, 7268, 9498, 7336, 9605, 7779, 9881, 7466, 9865, 7697, 10169, 6994, 8802, 7338, 9420, 7480, 8782, 7245, 7863, 7337, 9349, 7151, 8872, 7270, 9587, 7864, 9542, 7588, 9390, 7817, 10042, 7770, 9329, 7339, 9400, 7509, 10400, 7864, 9286, 7245, 10363, 7224, 9351, 7992, 8770, 9347, 7355, 9056, 7135, 9608, 8425, 10362, 7201, 10171, 8034, 11066, 7298, 10257, 8107, 11091, 7237, 10800, 8038, 10593, 8084, 8576, 8034, 9895, 9081, 8453, 8559, 10198, 8873, 12471, 8342, 10594, 7603, 10419, 8233, 10515, 7679, 11165, 8223, 10276, 7829, 8670, 7521, 9380, 8393, 7091, 7984, 9255, 8593, 9747, 8178, 7822, 6728, 8394, 7583, 8328, 7731, 6676, 7899, 6805, 8458, 6627, 8620, 6897, 9854, 7900, 9628, 7477, 9344, 8492, 10848, 7972, 9086, 8480, 10097, 7433, 8540, 7932, 8793, 8636, 9011, 7135, 8660, 9570, 9379, 7476, 8355, 9027, 9120, 9215, 8728, 6811, 7726, 10242, 8949, 7822, 7553, 11548, 8415, 11430, 7940, 12083, 7893, 10757, 7914, 10016, 7287, 9084, 7064, 10470, 6957, 8944, 7111, 9771, 6931, 9091, 6920, 9374, 7278, 10699, 7331, 10736, 8122, 10103, 7552, 7591, 8348, 10371, 9145, 7270, 7638, 6882, 8650, 7787, 9094, 7139, 8280, 7826, 9352, 7314, 8039, 6815, 8171, 9206, 8275, 6638, 7059, 9031, 7706, 8558, 7876, 6630, 7948, 7304, 8800, 6652, 9005, 6986, 9183, 7186, 9643, 7029, 9728, 8143, 10993, 7791, 9999, 8791, 12082, 8079, 11081, 8254, 12220, 8297, 10323, 7717, 10097, 8210, 10870, 7749, 9888, 6965, 8456, 7848, 9392, 7436, 9405, 6815, 9191, 7358, 11156, 7334, 11198, 8139, 10312, 8019, 7211, 8001, 10142, 9199, 6959, 8117, 9574, 9527, 7398, 8970, 7013, 8874, 7443, 9189, 7231, 8941, 7068, 9487, 8061, 9838, 7550, 9254, 7335, 9909, 7030, 7848, 7449, 8708, 6849, 9742, 7412, 9340, 7488, 10934, 7632, 10472, 8464, 11829, 8141, 10712, 7835, 10646, 8898, 12166, 7773, 11122, 7984, 11532, 8331, 10141, 7867, 10129, 8385, 10509, 7964, 6976, 7963, 9252, 9304, 7165, 9117, 7984, 10076, 7202, 8726, 6844, 8630, 7320, 8414, 7090, 7823, 7583, 9269, 7116, 7606, 7045, 8568, 7589, 9313, 7205, 9590, 7658, 11081, 7341, 10299, 7935, 11720, 8107, 10467, 7372, 10246, 8430, 11185, 7585, 9922, 7705, 10322, 7519, 9479, 6975, 9261, 7594, 10375, 6813, 8431, 7032, 8656, 10037, 9456, 8920, 7767, 10683, 9104, 9830, 7589, 11121, 8258, 10832, 7918, 9573, 7306, 10200, 7432, 9933, 7269, 9849, 7104, 10033, 7334, 9524, 7095, 9352, 8273, 10587, 7578, 10114, 8116, 10278, 8962, 7605, 8528, 7422, 9389, 7532, 9583, 6803, 9144, 8234, 10460, 8460, 10652, 9295, 10284, 8790, 8389, 7887, 8321, 8403, 8363, 9883, 8974, 8894, 8307, 10565, 9080, 9670, 8536, 11084, 9302, 10897, 9542, 10613, 8900, 8799, 9238, 8794, 9067, 10187, 9209, 7848, 9399, 7767, 8754, 8279, 8506, 7828, 8901, 8413, 10214, 8337, 8679, 7346, 8840, 7278, 8695, 6421, 7039, 6598, 8850, 6819, 8916, 6821, 9462, 6996, 9593, 7684, 8760, 7971, 9453, 9551, 7723, 8941, 8694, 9184, 9983, 9102, 7788, 7842, 10356, 7308, 11207, 8581, 10350, 7769, 11907, 8594, 10979, 8291, 9292, 7229, 11211, 8606, 8259, 8066, 8179, 9035, 7689, 9182, 7552, 9090, 7442, 9719, 7981, 9362, 7057, 9476, 7589, 9572, 7447, 8502, 6792, 9505, 7594, 9805, 7399, 9502, 7177, 9438, 7449, 8071, 6832, 8252, 7261, 8417, 6713, 8402, 6941, 10388, 7333, 6388, 7900, 9872, 9250, 7572, 8300, 11872, 8654, 10520, 8294, 8068, 7386, 9151, 8487, 6876, 8251, 6589, 8410, 6988, 9490, 6779, 9811, 6923, 10090, 7854, 10333, 7962, 10783, 9041, 11300, 9240, 9370, 8027, 11637, 8631, 9591, 7925, 9869, 8132, 10741, 7785, 9894, 6992, 9365, 7568, 9196, 7111, 8985, 6824, 8582, 7057, 8863, 6737, 8573, 7320, 9632, 8675, 7748, 8911, 7440, 9047, 7520, 9377, 7494, 9846, 7801, 9497, 7366, 8603, 8097, 9011, 7176, 8821, 6709, 8490, 7673, 8811, 7389, 8912, 6969, 9870, 7781, 9681, 7034, 8960, 6524, 9535, 6786, 9079, 7356, 9570, 7341, 10358, 8007, 9855, 7660, 10007, 7778, 9254, 6678, 10341, 7645, 8819, 7526, 6841, 8423, 9220, 8920, 7012, 7802, 10857, 7295, 10904, 7009, 10635, 7259, 10979, 7546, 8963, 7552, 6732, 8391, 6512, 8645, 7580, 9245, 7304, 9116, 7432, 8555, 6991, 8397, 6917, 8495, 7295, 8533, 7242, 8325, 6894, 9474, 7140, 9397, 6925, 9206, 7474, 10349, 7738, 6886, 7456, 6816, 8260, 7494, 7708, 7233, 8608, 7656, 9840, 7387, 9220, 8065, 11611, 8137, 11384, 7773, 11923, 8641, 9626, 8751, 11420, 8452, 10376, 10018, 6896, 7388, 6577, 8139, 6653, 8294, 6882, 8458, 7329, 9213, 7470, 9496, 7344, 9166, 8387, 10601, 7621, 8502, 7156, 8401, 7227, 8345, 7533, 7851, 7680, 8467, 7079, 8490, 7129, 9192, 7701, 9954, 7221, 10863, 7330, 10563, 8079, 7825, 7658, 8200, 7776, 8325, 8214, 6831, 7859, 6734, 8163, 6821, 7957, 6798, 7552, 6787, 7994, 6783, 8238, 6846, 7886, 7011, 8530, 6931, 8447, 7103, 8620, 7967, 8682, 7719, 9332, 8564, 7089, 8927, 7553, 9050, 8363, 10735, 8043, 9725, 8691, 11294, 8637, 10310, 8114, 10259, 8974, 10187, 7555, 8435, 7004, 8884, 7027, 7804, 6864, 6835, 10049, 7164, 7417, 7183, 6747, 7269, 6665, 8343, 6784, 8436, 7208, 9125, 7252, 9499, 7033, 9333, 7848, 9982, 7384, 8111, 6483, 7356, 8067, 7872, 7126, 7083, 8518, 7006, 10361, 7980, 7965, 7001, 7299, 7015, 10436, 8314, 7021, 8008, 6608, 8613, 6854, 9079, 7531, 10000, 6992, 9648, 7547, 9520, 7259, 8939, 6857, 8508, 6926, 9076, 6849, 6397, 7423, 9583, 7865, 6504, 8071, 9658, 9776, 9414, 10318, 13029, 10137, 12343, 11097, 12119, 9837, 12215, 12063, 12405, 10285, 10459, 10016, 11431, 10512, 10643, 7941, 8084, 9287, 7955, 6678, 7314, 8026, 8174, 8754, 9177, 6805, 8169, 9311, 9165, 9366, 9489], 'WindowCenter': [4154.0, 4154.0, 4119.0, 4147.0, 4146.0, 4154.0, 4133.0, 4139.0, 4131.0, 4131.0, 4120.0, 4137.0, 4087.0, 4130.0, 4120.0, 4140.0, 4088.0, 4095.0, 4099.0, 4139.0, 4097.0, 4087.0, 4101.0, 4129.0, 4122.0, 4129.0, 4111.0, 4099.0, 4111.0, 4120.0, 4122.0, 4088.0, 4121.0, 4131.0, 4130.0, 4097.0, 4107.0, 4087.0, 4120.0, 4098.0, 4118.0, 4075.0, 4105.0, 4096.0, 4117.0, 4104.0, 4105.0, 4113.0, 4082.0, 4112.0, 4092.0, 4090.0, 4059.0, 4089.0, 4062.0, 4091.0, 4069.0, 4092.0, 4060.0, 4091.0, 4073.0, 4090.0, 4062.0, 4093.0, 4074.0, 4103.0, 4061.0, 4105.0, 4073.0, 4104.0, 4073.0, 4103.0, 4074.0, 4105.0, 4074.0, 4104.0, 4074.0, 4115.0, 4086.0, 4105.0, 4095.0, 4114.0, 4085.0, 4115.0, 4106.0, 4104.0, 4084.0, 4092.0, 4071.0, 4102.0, 4093.0, 4091.0, 4071.0, 4090.0, 4071.0, 4093.0, 4073.0, 4090.0, 4061.0, 4102.0, 4072.0, 4092.0, 4072.0, 4094.0, 4073.0, 4092.0, 4072.0, 4093.0, 4074.0, 4104.0, 4076.0, 4104.0, 4085.0, 4105.0, 4085.0, 4094.0, 4087.0, 4106.0, 4107.0, 4105.0, 4085.0, 4103.0, 4084.0, 4114.0, 4095.0, 4104.0, 4072.0, 4091.0, 4072.0, 4092.0, 4071.0, 4091.0, 4060.0, 4090.0, 4071.0, 4101.0, 4072.0, 4091.0, 4071.0, 4102.0, 4073.0, 4103.0, 4073.0, 4113.0, 4085.0, 4127.0, 4109.0, 4085.0, 4099.0, 4117.0, 4097.0, 4098.0, 4096.0, 4086.0, 4108.0, 4116.0, 4106.0, 4086.0, 4096.0, 4105.0, 4116.0, 4083.0, 4081.0, 4072.0, 4106.0, 4103.0, 4093.0, 4073.0, 4083.0, 4122.0, 4081.0, 4091.0, 4071.0, 4111.0, 4093.0, 4122.0, 4093.0, 4122.0, 4071.0, 4101.0, 4081.0, 4089.0, 4059.0, 4089.0, 4059.0, 4089.0, 4060.0, 4102.0, 4060.0, 4092.0, 4061.0, 4092.0, 4061.0, 4091.0, 4073.0, 4124.0, 4085.0, 4123.0, 4085.0, 4136.0, 4097.0, 4105.0, 4094.0, 4124.0, 4096.0, 4124.0, 4083.0, 4102.0, 4072.0, 4103.0, 4072.0, 4080.0, 4060.0, 4079.0, 4060.0, 4089.0, 4070.0, 4079.0, 4059.0, 4090.0, 4070.0, 4091.0, 4060.0, 4089.0, 4070.0, 4101.0, 4058.0, 4079.0, 4058.0, 4070.0, 4090.0, 4081.0, 4060.0, 4071.0, 4102.0, 4082.0, 4123.0, 4094.0, 4060.0, 4072.0, 4103.0, 4093.0, 4073.0, 4093.0, 4073.0, 4105.0, 4084.0, 4105.0, 4073.0, 4106.0, 4073.0, 4114.0, 4083.0, 4103.0, 4072.0, 4093.0, 4085.0, 4104.0, 4084.0, 4103.0, 4074.0, 4105.0, 4084.0, 4103.0, 4072.0, 4105.0, 4087.0, 4126.0, 4097.0, 4101.0, 4062.0, 4103.0, 4089.0, 4116.0, 4088.0, 4116.0, 4098.0, 4127.0, 4096.0, 4117.0, 4098.0, 4117.0, 4108.0, 4117.0, 4132.0, 4117.0, 4110.0, 4118.0, 4117.0, 4107.0, 4108.0, 4096.0, 4106.0, 4117.0, 4116.0, 4073.0, 4117.0, 4097.0, 4116.0, 4099.0, 4117.0, 4087.0, 4117.0, 4096.0, 4113.0, 4084.0, 4116.0, 4095.0, 4113.0, 4084.0, 4115.0, 4095.0, 4115.0, 4094.0, 4116.0, 4084.0, 4117.0, 4097.0, 4115.0, 4072.0, 4094.0, 4073.0, 4094.0, 4084.0, 4129.0, 4084.0, 4098.0, 4096.0, 4106.0, 4098.0, 4117.0, 4087.0, 4120.0, 4099.0, 4118.0, 4100.0, 4118.0, 4110.0, 4128.0, 4097.0, 4129.0, 4110.0, 4129.0, 4097.0, 4128.0, 4097.0, 4117.0, 4096.0, 4126.0, 4084.0, 4105.0, 4114.0, 4114.0, 4092.0, 4083.0, 4072.0, 4084.0, 4093.0, 4130.0, 4085.0, 4095.0, 4095.0, 4114.0, 4086.0, 4095.0, 4073.0, 4096.0, 4106.0, 4116.0, 4086.0, 4097.0, 4107.0, 4106.0, 4087.0, 4096.0, 4097.0, 4116.0, 4096.0, 4116.0, 4099.0, 4117.0, 4097.0, 4127.0, 4096.0, 4126.0, 4085.0, 4127.0, 4096.0, 4126.0, 4096.0, 4129.0, 4108.0, 4124.0, 4095.0, 4115.0, 4085.0, 4106.0, 4086.0, 4130.0, 4098.0, 4128.0, 4109.0, 4139.0, 4109.0, 4109.0, 4099.0, 4117.0, 4119.0, 4086.0, 4120.0, 4087.0, 4109.0, 4097.0, 4116.0, 4085.0, 4095.0, 4106.0, 4129.0, 4100.0, 4108.0, 4087.0, 4121.0, 4098.0, 4119.0, 4088.0, 4131.0, 4099.0, 4131.0, 4100.0, 4140.0, 4100.0, 4141.0, 4111.0, 4141.0, 4109.0, 4129.0, 4110.0, 4128.0, 4108.0, 4128.0, 4086.0, 4118.0, 4094.0, 4114.0, 4084.0, 4120.0, 4108.0, 4108.0, 4119.0, 4095.0, 4088.0, 4107.0, 4097.0, 4127.0, 4098.0, 4127.0, 4098.0, 4130.0, 4096.0, 4115.0, 4097.0, 4129.0, 4096.0, 4126.0, 4084.0, 4119.0, 4085.0, 4116.0, 4083.0, 4104.0, 4083.0, 4095.0, 4085.0, 4116.0, 4086.0, 4116.0, 4096.0, 4117.0, 4096.0, 4117.0, 4095.0, 4116.0, 4096.0, 4115.0, 4085.0, 4103.0, 4097.0, 4117.0, 4085.0, 4126.0, 4098.0, 4117.0, 4098.0, 4140.0, 4100.0, 4129.0, 4111.0, 4120.0, 4130.0, 4100.0, 4121.0, 4100.0, 4129.0, 4123.0, 4130.0, 4100.0, 4130.0, 4109.0, 4138.0, 4089.0, 4129.0, 4109.0, 4138.0, 4097.0, 4138.0, 4109.0, 4138.0, 4109.0, 4118.0, 4109.0, 4128.0, 4119.0, 4107.0, 4109.0, 4127.0, 4120.0, 4138.0, 4096.0, 4115.0, 4098.0, 4127.0, 4106.0, 4127.0, 4097.0, 4138.0, 4107.0, 4127.0, 4096.0, 4104.0, 4096.0, 4117.0, 4108.0, 4098.0, 4111.0, 4118.0, 4120.0, 4131.0, 4109.0, 4085.0, 4075.0, 4095.0, 4097.0, 4107.0, 4098.0, 4088.0, 4110.0, 4101.0, 4122.0, 4101.0, 4122.0, 4113.0, 4143.0, 4123.0, 4144.0, 4112.0, 4132.0, 4120.0, 4155.0, 4109.0, 4119.0, 4108.0, 4128.0, 4085.0, 4120.0, 4097.0, 4107.0, 4107.0, 4105.0, 4086.0, 4108.0, 4117.0, 4106.0, 4086.0, 4095.0, 4105.0, 4105.0, 4105.0, 4095.0, 4062.0, 4085.0, 4114.0, 4103.0, 4082.0, 4083.0, 4124.0, 4095.0, 4123.0, 4084.0, 4124.0, 4083.0, 4112.0, 4082.0, 4103.0, 4072.0, 4091.0, 4071.0, 4113.0, 4072.0, 4091.0, 4072.0, 4114.0, 4073.0, 4102.0, 4084.0, 4105.0, 4085.0, 4125.0, 4097.0, 4140.0, 4109.0, 4126.0, 4096.0, 4097.0, 4109.0, 4128.0, 4119.0, 4086.0, 4085.0, 4086.0, 4107.0, 4084.0, 4105.0, 4074.0, 4107.0, 4095.0, 4105.0, 4085.0, 4096.0, 4074.0, 4096.0, 4115.0, 4094.0, 4073.0, 4084.0, 4104.0, 4095.0, 4106.0, 4096.0, 4074.0, 4109.0, 4098.0, 4116.0, 4089.0, 4120.0, 4099.0, 4119.0, 4101.0, 4132.0, 4100.0, 4130.0, 4112.0, 4142.0, 4099.0, 4129.0, 4120.0, 4138.0, 4096.0, 4127.0, 4108.0, 4137.0, 4096.0, 4115.0, 4085.0, 4115.0, 4107.0, 4126.0, 4084.0, 4103.0, 4073.0, 4093.0, 4094.0, 4104.0, 4085.0, 4117.0, 4086.0, 4117.0, 4100.0, 4139.0, 4101.0, 4139.0, 4109.0, 4129.0, 4108.0, 4099.0, 4111.0, 4141.0, 4120.0, 4088.0, 4110.0, 4129.0, 4118.0, 4087.0, 4107.0, 4086.0, 4107.0, 4086.0, 4117.0, 4087.0, 4106.0, 4086.0, 4116.0, 4110.0, 4129.0, 4096.0, 4104.0, 4082.0, 4126.0, 4085.0, 4094.0, 4083.0, 4118.0, 4076.0, 4128.0, 4097.0, 4117.0, 4099.0, 4138.0, 4109.0, 4139.0, 4109.0, 4139.0, 4110.0, 4128.0, 4100.0, 4128.0, 4107.0, 4136.0, 4099.0, 4125.0, 4095.0, 4136.0, 4096.0, 4115.0, 4095.0, 4126.0, 4106.0, 4125.0, 4095.0, 4085.0, 4096.0, 4116.0, 4115.0, 4100.0, 4120.0, 4108.0, 4116.0, 4084.0, 4094.0, 4062.0, 4104.0, 4098.0, 4109.0, 4087.0, 4097.0, 4098.0, 4130.0, 4087.0, 4109.0, 4098.0, 4121.0, 4110.0, 4118.0, 4111.0, 4142.0, 4112.0, 4154.0, 4112.0, 4140.0, 4109.0, 4151.0, 4111.0, 4128.0, 4087.0, 4128.0, 4106.0, 4126.0, 4095.0, 4117.0, 4097.0, 4126.0, 4097.0, 4117.0, 4074.0, 4105.0, 4084.0, 4115.0, 4073.0, 4094.0, 4074.0, 4105.0, 4114.0, 4116.0, 4104.0, 4095.0, 4129.0, 4107.0, 4113.0, 4083.0, 4123.0, 4095.0, 4114.0, 4096.0, 4104.0, 4084.0, 4114.0, 4083.0, 4115.0, 4097.0, 4114.0, 4084.0, 4114.0, 4086.0, 4116.0, 4085.0, 4105.0, 4106.0, 4127.0, 4097.0, 4115.0, 4109.0, 4129.0, 4134.0, 4099.0, 4120.0, 4100.0, 4130.0, 4098.0, 4117.0, 4088.0, 4117.0, 4095.0, 4104.0, 4083.0, 4101.0, 4091.0, 4100.0, 4081.0, 4081.0, 4071.0, 4083.0, 4095.0, 4093.0, 4104.0, 4093.0, 4092.0, 4083.0, 4113.0, 4092.0, 4091.0, 4094.0, 4112.0, 4105.0, 4112.0, 4103.0, 4114.0, 4092.0, 4081.0, 4093.0, 4092.0, 4107.0, 4103.0, 4094.0, 4081.0, 4093.0, 4082.0, 4095.0, 4094.0, 4094.0, 4072.0, 4107.0, 4096.0, 4105.0, 4097.0, 4097.0, 4073.0, 4106.0, 4085.0, 4096.0, 4078.0, 4089.0, 4075.0, 4107.0, 4075.0, 4104.0, 4076.0, 4117.0, 4088.0, 4119.0, 4100.0, 4108.0, 4111.0, 4118.0, 4121.0, 4097.0, 4109.0, 4097.0, 4108.0, 4116.0, 4108.0, 4099.0, 4098.0, 4115.0, 4086.0, 4125.0, 4108.0, 4115.0, 4085.0, 4126.0, 4108.0, 4126.0, 4095.0, 4106.0, 4086.0, 4125.0, 4108.0, 4096.0, 4096.0, 4108.0, 4107.0, 4085.0, 4105.0, 4082.0, 4095.0, 4075.0, 4105.0, 4083.0, 4094.0, 4074.0, 4106.0, 4084.0, 4104.0, 4072.0, 4094.0, 4077.0, 4117.0, 4085.0, 4116.0, 4073.0, 4105.0, 4074.0, 4106.0, 4089.0, 4095.0, 4074.0, 4095.0, 4084.0, 4094.0, 4076.0, 4096.0, 4087.0, 4116.0, 4087.0, 4080.0, 4110.0, 4118.0, 4121.0, 4087.0, 4097.0, 4127.0, 4097.0, 4115.0, 4084.0, 4085.0, 4086.0, 4106.0, 4096.0, 4076.0, 4097.0, 4074.0, 4096.0, 4086.0, 4116.0, 4078.0, 4117.0, 4089.0, 4130.0, 4099.0, 4127.0, 4097.0, 4128.0, 4109.0, 4128.0, 4108.0, 4106.0, 4097.0, 4125.0, 4095.0, 4105.0, 4097.0, 4104.0, 4083.0, 4102.0, 4085.0, 4102.0, 4062.0, 4092.0, 4073.0, 4092.0, 4074.0, 4093.0, 4063.0, 4091.0, 4074.0, 4104.0, 4074.0, 4094.0, 4085.0, 4119.0, 4122.0, 4085.0, 4105.0, 4071.0, 4094.0, 4083.0, 4093.0, 4072.0, 4105.0, 4085.0, 4107.0, 4075.0, 4094.0, 4082.0, 4092.0, 4061.0, 4093.0, 4062.0, 4093.0, 4083.0, 4094.0, 4072.0, 4093.0, 4074.0, 4115.0, 4100.0, 4117.0, 4074.0, 4105.0, 4063.0, 4104.0, 4062.0, 4093.0, 4073.0, 4104.0, 4073.0, 4117.0, 4084.0, 4115.0, 4099.0, 4116.0, 4086.0, 4105.0, 4064.0, 4116.0, 4085.0, 4105.0, 4085.0, 4076.0, 4108.0, 4106.0, 4106.0, 4073.0, 4084.0, 4114.0, 4074.0, 4115.0, 4075.0, 4114.0, 4087.0, 4127.0, 4097.0, 4105.0, 4097.0, 4075.0, 4107.0, 4077.0, 4108.0, 4098.0, 4107.0, 4087.0, 4105.0, 4088.0, 4096.0, 4076.0, 4108.0, 4090.0, 4120.0, 4087.0, 4096.0, 4086.0, 4097.0, 4102.0, 4132.0, 4101.0, 4131.0, 4101.0, 4120.0, 4100.0, 4142.0, 4114.0, 4101.0, 4100.0, 4089.0, 4123.0, 4099.0, 4099.0, 4101.0, 4122.0, 4112.0, 4129.0, 4089.0, 4118.0, 4110.0, 4140.0, 4100.0, 4127.0, 4099.0, 4127.0, 4096.0, 4105.0, 4097.0, 4125.0, 4097.0, 4130.0, 4116.0, 4061.0, 4072.0, 4061.0, 4096.0, 4076.0, 4108.0, 4087.0, 4107.0, 4099.0, 4118.0, 4099.0, 4117.0, 4085.0, 4105.0, 4095.0, 4114.0, 4084.0, 4082.0, 4074.0, 4094.0, 4086.0, 4094.0, 4083.0, 4084.0, 4095.0, 4105.0, 4086.0, 4106.0, 4089.0, 4119.0, 4098.0, 4117.0, 4100.0, 4127.0, 4101.0, 4128.0, 4098.0, 4085.0, 4086.0, 4096.0, 4098.0, 4097.0, 4097.0, 4075.0, 4085.0, 4076.0, 4097.0, 4076.0, 4097.0, 4077.0, 4098.0, 4088.0, 4098.0, 4078.0, 4108.0, 4078.0, 4099.0, 4087.0, 4120.0, 4103.0, 4121.0, 4102.0, 4122.0, 4125.0, 4121.0, 4113.0, 4134.0, 4134.0, 4104.0, 4133.0, 4112.0, 4121.0, 4112.0, 4142.0, 4113.0, 4119.0, 4109.0, 4129.0, 4109.0, 4115.0, 4086.0, 4114.0, 4094.0, 4103.0, 4072.0, 4083.0, 4075.0, 4106.0, 4073.0, 4073.0, 4061.0, 4062.0, 4103.0, 4073.0, 4073.0, 4074.0, 4075.0, 4087.0, 4076.0, 4109.0, 4077.0, 4109.0, 4099.0, 4119.0, 4088.0, 4118.0, 4087.0, 4108.0, 4098.0, 4118.0, 4087.0, 4111.0, 4078.0, 4101.0, 4097.0, 4099.0, 4087.0, 4087.0, 4106.0, 4086.0, 4129.0, 4110.0, 4098.0, 4102.0, 4101.0, 4104.0, 4141.0, 4110.0, 4089.0, 4111.0, 4088.0, 4109.0, 4090.0, 4121.0, 4113.0, 4132.0, 4091.0, 4133.0, 4128.0, 4145.0, 4114.0, 4133.0, 4092.0, 4134.0, 4103.0, 4133.0, 4105.0, 4103.0, 4126.0, 4157.0, 4139.0, 4106.0, 4138.0, 4158.0, 4160.0, 4149.0, 4160.0, 4167.0, 4145.0, 4154.0, 4145.0, 4139.0, 4119.0, 4139.0, 4138.0, 4137.0, 4115.0, 4115.0, 4117.0, 4127.0, 4115.0, 4115.0, 4082.0, 4096.0, 4118.0, 4098.0, 4076.0, 4098.0, 4108.0, 4109.0, 4109.0, 4120.0, 4077.0, 4109.0, 4118.0, 4120.0, 4118.0, 4118.0], 'WindowWidth': [9275.0, 9249.0, 9192.0, 9226.0, 9220.0, 9225.0, 9194.0, 9196.0, 9189.0, 9188.0, 9171.0, 9188.0, 9121.0, 9184.0, 9172.0, 9198.0, 9128.0, 9131.0, 9144.0, 9196.0, 9138.0, 9123.0, 9150.0, 9182.0, 9178.0, 9182.0, 9163.0, 9145.0, 9163.0, 9173.0, 9180.0, 9130.0, 9176.0, 9189.0, 9186.0, 9137.0, 9150.0, 9125.0, 9172.0, 9139.0, 9168.0, 9105.0, 9146.0, 9133.0, 9164.0, 9141.0, 9142.0, 9149.0, 9106.0, 9148.0, 9120.0, 9114.0, 9072.0, 9110.0, 9082.0, 9118.0, 9087.0, 9121.0, 9078.0, 9118.0, 9099.0, 9116.0, 9083.0, 9124.0, 9101.0, 9138.0, 9080.0, 9144.0, 9100.0, 9142.0, 9099.0, 9139.0, 9102.0, 9144.0, 9103.0, 9142.0, 9101.0, 9157.0, 9124.0, 9145.0, 9132.0, 9154.0, 9118.0, 9158.0, 9147.0, 9141.0, 9114.0, 9120.0, 9093.0, 9136.0, 9124.0, 9118.0, 9091.0, 9116.0, 9092.0, 9126.0, 9098.0, 9117.0, 9079.0, 9136.0, 9098.0, 9123.0, 9097.0, 9128.0, 9100.0, 9122.0, 9095.0, 9123.0, 9103.0, 9143.0, 9108.0, 9142.0, 9118.0, 9146.0, 9118.0, 9127.0, 9125.0, 9147.0, 9151.0, 9143.0, 9118.0, 9139.0, 9115.0, 9155.0, 9131.0, 9143.0, 9097.0, 9119.0, 9097.0, 9123.0, 9094.0, 9120.0, 9077.0, 9116.0, 9095.0, 9134.0, 9097.0, 9118.0, 9093.0, 9135.0, 9099.0, 9137.0, 9100.0, 9150.0, 9118.0, 9179.0, 9158.0, 9119.0, 9143.0, 9165.0, 9138.0, 9142.0, 9136.0, 9122.0, 9156.0, 9162.0, 9146.0, 9121.0, 9135.0, 9146.0, 9160.0, 9110.0, 9108.0, 9097.0, 9147.0, 9136.0, 9126.0, 9099.0, 9110.0, 9163.0, 9107.0, 9118.0, 9093.0, 9145.0, 9126.0, 9160.0, 9125.0, 9161.0, 9094.0, 9134.0, 9105.0, 9113.0, 9073.0, 9114.0, 9075.0, 9115.0, 9077.0, 9135.0, 9077.0, 9121.0, 9080.0, 9121.0, 9081.0, 9118.0, 9102.0, 9168.0, 9120.0, 9166.0, 9118.0, 9188.0, 9139.0, 9144.0, 9130.0, 9167.0, 9135.0, 9168.0, 9113.0, 9136.0, 9096.0, 9138.0, 9096.0, 9104.0, 9076.0, 9101.0, 9076.0, 9114.0, 9090.0, 9100.0, 9075.0, 9117.0, 9090.0, 9119.0, 9076.0, 9112.0, 9091.0, 9131.0, 9070.0, 9099.0, 9070.0, 9089.0, 9116.0, 9105.0, 9077.0, 9092.0, 9135.0, 9110.0, 9166.0, 9128.0, 9078.0, 9096.0, 9140.0, 9126.0, 9101.0, 9127.0, 9099.0, 9146.0, 9116.0, 9144.0, 9101.0, 9147.0, 9102.0, 9158.0, 9114.0, 9137.0, 9096.0, 9126.0, 9119.0, 9141.0, 9115.0, 9139.0, 9102.0, 9144.0, 9115.0, 9138.0, 9098.0, 9148.0, 9128.0, 9177.0, 9139.0, 9132.0, 9081.0, 9140.0, 9135.0, 9161.0, 9127.0, 9163.0, 9140.0, 9176.0, 9134.0, 9163.0, 9143.0, 9164.0, 9156.0, 9165.0, 9193.0, 9163.0, 9158.0, 9168.0, 9165.0, 9152.0, 9155.0, 9133.0, 9148.0, 9163.0, 9160.0, 9101.0, 9165.0, 9140.0, 9164.0, 9143.0, 9165.0, 9126.0, 9164.0, 9137.0, 9154.0, 9116.0, 9163.0, 9134.0, 9155.0, 9118.0, 9160.0, 9134.0, 9158.0, 9129.0, 9161.0, 9116.0, 9165.0, 9139.0, 9157.0, 9097.0, 9128.0, 9100.0, 9129.0, 9117.0, 9185.0, 9118.0, 9139.0, 9136.0, 9148.0, 9144.0, 9168.0, 9126.0, 9175.0, 9145.0, 9169.0, 9146.0, 9171.0, 9162.0, 9183.0, 9139.0, 9185.0, 9161.0, 9184.0, 9141.0, 9183.0, 9138.0, 9165.0, 9135.0, 9174.0, 9116.0, 9147.0, 9156.0, 9156.0, 9123.0, 9113.0, 9096.0, 9117.0, 9128.0, 9189.0, 9120.0, 9133.0, 9133.0, 9157.0, 9122.0, 9131.0, 9102.0, 9134.0, 9148.0, 9161.0, 9120.0, 9138.0, 9150.0, 9150.0, 9125.0, 9136.0, 9138.0, 9163.0, 9137.0, 9163.0, 9143.0, 9166.0, 9140.0, 9177.0, 9136.0, 9173.0, 9120.0, 9179.0, 9137.0, 9174.0, 9134.0, 9184.0, 9154.0, 9171.0, 9132.0, 9160.0, 9118.0, 9146.0, 9123.0, 9187.0, 9143.0, 9181.0, 9161.0, 9199.0, 9160.0, 9156.0, 9144.0, 9166.0, 9171.0, 9122.0, 9173.0, 9127.0, 9158.0, 9139.0, 9163.0, 9119.0, 9133.0, 9150.0, 9184.0, 9149.0, 9153.0, 9126.0, 9176.0, 9143.0, 9172.0, 9131.0, 9188.0, 9147.0, 9189.0, 9148.0, 9201.0, 9150.0, 9203.0, 9164.0, 9203.0, 9159.0, 9186.0, 9161.0, 9183.0, 9154.0, 9182.0, 9122.0, 9168.0, 9131.0, 9160.0, 9117.0, 9174.0, 9154.0, 9155.0, 9169.0, 9133.0, 9130.0, 9154.0, 9140.0, 9178.0, 9144.0, 9180.0, 9143.0, 9187.0, 9137.0, 9159.0, 9139.0, 9184.0, 9136.0, 9175.0, 9116.0, 9171.0, 9120.0, 9163.0, 9115.0, 9143.0, 9114.0, 9134.0, 9121.0, 9163.0, 9123.0, 9165.0, 9138.0, 9165.0, 9135.0, 9164.0, 9134.0, 9161.0, 9135.0, 9160.0, 9118.0, 9141.0, 9139.0, 9165.0, 9122.0, 9178.0, 9141.0, 9164.0, 9144.0, 9204.0, 9149.0, 9185.0, 9164.0, 9175.0, 9188.0, 9149.0, 9176.0, 9148.0, 9186.0, 9183.0, 9187.0, 9148.0, 9187.0, 9158.0, 9193.0, 9128.0, 9184.0, 9157.0, 9192.0, 9139.0, 9195.0, 9160.0, 9196.0, 9160.0, 9168.0, 9157.0, 9180.0, 9170.0, 9152.0, 9155.0, 9179.0, 9175.0, 9193.0, 9134.0, 9157.0, 9141.0, 9180.0, 9150.0, 9177.0, 9138.0, 9195.0, 9154.0, 9179.0, 9136.0, 9143.0, 9135.0, 9166.0, 9157.0, 9143.0, 9162.0, 9170.0, 9176.0, 9190.0, 9157.0, 9119.0, 9107.0, 9132.0, 9139.0, 9152.0, 9143.0, 9129.0, 9163.0, 9152.0, 9180.0, 9152.0, 9181.0, 9171.0, 9210.0, 9183.0, 9214.0, 9168.0, 9195.0, 9175.0, 9230.0, 9158.0, 9172.0, 9155.0, 9182.0, 9120.0, 9174.0, 9139.0, 9153.0, 9151.0, 9145.0, 9122.0, 9155.0, 9164.0, 9150.0, 9121.0, 9132.0, 9145.0, 9146.0, 9145.0, 9131.0, 9083.0, 9118.0, 9155.0, 9141.0, 9110.0, 9113.0, 9169.0, 9131.0, 9165.0, 9114.0, 9167.0, 9112.0, 9149.0, 9109.0, 9139.0, 9095.0, 9120.0, 9093.0, 9153.0, 9097.0, 9119.0, 9097.0, 9156.0, 9102.0, 9136.0, 9117.0, 9144.0, 9121.0, 9172.0, 9138.0, 9202.0, 9158.0, 9176.0, 9137.0, 9140.0, 9159.0, 9181.0, 9172.0, 9121.0, 9120.0, 9123.0, 9153.0, 9118.0, 9146.0, 9105.0, 9151.0, 9134.0, 9147.0, 9118.0, 9137.0, 9104.0, 9136.0, 9160.0, 9130.0, 9099.0, 9115.0, 9144.0, 9134.0, 9148.0, 9136.0, 9105.0, 9160.0, 9142.0, 9164.0, 9133.0, 9173.0, 9147.0, 9172.0, 9152.0, 9193.0, 9150.0, 9190.0, 9169.0, 9206.0, 9146.0, 9185.0, 9175.0, 9192.0, 9137.0, 9177.0, 9155.0, 9191.0, 9136.0, 9157.0, 9119.0, 9160.0, 9151.0, 9176.0, 9116.0, 9139.0, 9099.0, 9127.0, 9128.0, 9142.0, 9119.0, 9166.0, 9124.0, 9164.0, 9148.0, 9197.0, 9151.0, 9197.0, 9158.0, 9185.0, 9156.0, 9144.0, 9164.0, 9203.0, 9176.0, 9128.0, 9163.0, 9185.0, 9170.0, 9124.0, 9152.0, 9124.0, 9153.0, 9123.0, 9168.0, 9125.0, 9148.0, 9122.0, 9164.0, 9164.0, 9186.0, 9137.0, 9145.0, 9112.0, 9175.0, 9118.0, 9131.0, 9114.0, 9169.0, 9110.0, 9181.0, 9140.0, 9165.0, 9146.0, 9193.0, 9159.0, 9200.0, 9159.0, 9198.0, 9161.0, 9182.0, 9146.0, 9183.0, 9153.0, 9187.0, 9144.0, 9172.0, 9134.0, 9189.0, 9136.0, 9157.0, 9133.0, 9174.0, 9150.0, 9171.0, 9133.0, 9119.0, 9136.0, 9162.0, 9161.0, 9151.0, 9177.0, 9155.0, 9163.0, 9115.0, 9127.0, 9083.0, 9143.0, 9141.0, 9159.0, 9126.0, 9138.0, 9142.0, 9188.0, 9126.0, 9161.0, 9143.0, 9176.0, 9162.0, 9171.0, 9167.0, 9209.0, 9166.0, 9227.0, 9169.0, 9205.0, 9161.0, 9218.0, 9162.0, 9181.0, 9125.0, 9180.0, 9150.0, 9176.0, 9133.0, 9163.0, 9139.0, 9178.0, 9140.0, 9164.0, 9103.0, 9146.0, 9116.0, 9158.0, 9102.0, 9131.0, 9103.0, 9149.0, 9156.0, 9165.0, 9144.0, 9132.0, 9184.0, 9152.0, 9153.0, 9113.0, 9164.0, 9132.0, 9154.0, 9136.0, 9143.0, 9116.0, 9156.0, 9114.0, 9158.0, 9140.0, 9157.0, 9117.0, 9154.0, 9123.0, 9164.0, 9120.0, 9146.0, 9150.0, 9176.0, 9138.0, 9159.0, 9160.0, 9187.0, 9202.0, 9145.0, 9173.0, 9148.0, 9188.0, 9141.0, 9165.0, 9130.0, 9163.0, 9129.0, 9135.0, 9106.0, 9127.0, 9112.0, 9123.0, 9103.0, 9102.0, 9088.0, 9108.0, 9128.0, 9123.0, 9139.0, 9122.0, 9119.0, 9111.0, 9148.0, 9118.0, 9116.0, 9129.0, 9147.0, 9141.0, 9147.0, 9135.0, 9150.0, 9121.0, 9104.0, 9122.0, 9122.0, 9147.0, 9135.0, 9125.0, 9104.0, 9122.0, 9109.0, 9128.0, 9128.0, 9126.0, 9095.0, 9147.0, 9131.0, 9141.0, 9136.0, 9133.0, 9098.0, 9144.0, 9118.0, 9131.0, 9114.0, 9130.0, 9105.0, 9149.0, 9103.0, 9140.0, 9106.0, 9162.0, 9127.0, 9168.0, 9146.0, 9153.0, 9160.0, 9166.0, 9176.0, 9136.0, 9153.0, 9134.0, 9151.0, 9160.0, 9150.0, 9142.0, 9140.0, 9158.0, 9118.0, 9169.0, 9153.0, 9155.0, 9116.0, 9172.0, 9152.0, 9172.0, 9130.0, 9145.0, 9120.0, 9171.0, 9152.0, 9132.0, 9132.0, 9155.0, 9150.0, 9116.0, 9141.0, 9108.0, 9128.0, 9103.0, 9143.0, 9112.0, 9125.0, 9099.0, 9147.0, 9112.0, 9140.0, 9094.0, 9126.0, 9114.0, 9164.0, 9117.0, 9159.0, 9099.0, 9143.0, 9100.0, 9145.0, 9129.0, 9131.0, 9102.0, 9129.0, 9113.0, 9129.0, 9107.0, 9133.0, 9125.0, 9160.0, 9122.0, 9120.0, 9160.0, 9167.0, 9177.0, 9122.0, 9134.0, 9174.0, 9136.0, 9155.0, 9114.0, 9116.0, 9120.0, 9145.0, 9133.0, 9108.0, 9136.0, 9103.0, 9133.0, 9122.0, 9160.0, 9114.0, 9163.0, 9130.0, 9186.0, 9144.0, 9176.0, 9137.0, 9177.0, 9156.0, 9179.0, 9152.0, 9147.0, 9136.0, 9170.0, 9131.0, 9144.0, 9137.0, 9142.0, 9111.0, 9132.0, 9117.0, 9134.0, 9082.0, 9121.0, 9097.0, 9121.0, 9100.0, 9124.0, 9087.0, 9119.0, 9100.0, 9141.0, 9102.0, 9128.0, 9119.0, 9169.0, 9177.0, 9116.0, 9143.0, 9093.0, 9124.0, 9110.0, 9122.0, 9095.0, 9142.0, 9117.0, 9149.0, 9103.0, 9125.0, 9106.0, 9120.0, 9076.0, 9123.0, 9083.0, 9124.0, 9111.0, 9127.0, 9096.0, 9122.0, 9103.0, 9157.0, 9149.0, 9164.0, 9101.0, 9144.0, 9087.0, 9141.0, 9081.0, 9122.0, 9099.0, 9141.0, 9099.0, 9161.0, 9113.0, 9156.0, 9146.0, 9163.0, 9120.0, 9142.0, 9087.0, 9161.0, 9118.0, 9142.0, 9117.0, 9108.0, 9155.0, 9148.0, 9147.0, 9097.0, 9112.0, 9151.0, 9099.0, 9155.0, 9104.0, 9154.0, 9123.0, 9177.0, 9138.0, 9146.0, 9136.0, 9106.0, 9151.0, 9111.0, 9155.0, 9140.0, 9149.0, 9125.0, 9149.0, 9128.0, 9133.0, 9108.0, 9153.0, 9136.0, 9173.0, 9123.0, 9133.0, 9121.0, 9137.0, 9153.0, 9192.0, 9151.0, 9187.0, 9150.0, 9172.0, 9147.0, 9204.0, 9173.0, 9148.0, 9145.0, 9131.0, 9182.0, 9144.0, 9142.0, 9150.0, 9178.0, 9168.0, 9186.0, 9129.0, 9169.0, 9160.0, 9197.0, 9148.0, 9177.0, 9143.0, 9178.0, 9135.0, 9144.0, 9135.0, 9168.0, 9139.0, 9186.0, 9161.0, 9079.0, 9093.0, 9079.0, 9134.0, 9108.0, 9152.0, 9125.0, 9151.0, 9144.0, 9170.0, 9143.0, 9163.0, 9119.0, 9144.0, 9131.0, 9155.0, 9113.0, 9108.0, 9100.0, 9130.0, 9121.0, 9128.0, 9112.0, 9115.0, 9133.0, 9148.0, 9123.0, 9147.0, 9130.0, 9169.0, 9141.0, 9164.0, 9148.0, 9178.0, 9151.0, 9180.0, 9141.0, 9118.0, 9119.0, 9133.0, 9142.0, 9138.0, 9136.0, 9104.0, 9118.0, 9108.0, 9138.0, 9108.0, 9135.0, 9110.0, 9138.0, 9128.0, 9140.0, 9113.0, 9154.0, 9112.0, 9142.0, 9126.0, 9172.0, 9158.0, 9176.0, 9152.0, 9179.0, 9190.0, 9178.0, 9168.0, 9198.0, 9200.0, 9161.0, 9198.0, 9167.0, 9179.0, 9167.0, 9206.0, 9168.0, 9173.0, 9157.0, 9182.0, 9155.0, 9159.0, 9120.0, 9157.0, 9126.0, 9137.0, 9096.0, 9112.0, 9105.0, 9146.0, 9098.0, 9096.0, 9077.0, 9082.0, 9138.0, 9099.0, 9099.0, 9101.0, 9107.0, 9124.0, 9110.0, 9157.0, 9111.0, 9156.0, 9145.0, 9168.0, 9128.0, 9165.0, 9125.0, 9153.0, 9139.0, 9168.0, 9125.0, 9163.0, 9116.0, 9151.0, 9139.0, 9141.0, 9121.0, 9121.0, 9144.0, 9120.0, 9181.0, 9158.0, 9138.0, 9153.0, 9152.0, 9160.0, 9202.0, 9158.0, 9128.0, 9161.0, 9127.0, 9156.0, 9134.0, 9177.0, 9169.0, 9191.0, 9136.0, 9197.0, 9197.0, 9215.0, 9173.0, 9197.0, 9140.0, 9200.0, 9157.0, 9196.0, 9163.0, 9159.0, 9192.0, 9238.0, 9217.0, 9167.0, 9211.0, 9239.0, 9243.0, 9227.0, 9243.0, 9248.0, 9217.0, 9225.0, 9212.0, 9197.0, 9169.0, 9198.0, 9193.0, 9191.0, 9157.0, 9158.0, 9162.0, 9177.0, 9155.0, 9155.0, 9109.0, 9134.0, 9167.0, 9141.0, 9107.0, 9140.0, 9154.0, 9157.0, 9155.0, 9172.0, 9112.0, 9156.0, 9168.0, 9174.0, 9166.0, 9168.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.0069745984848484845</td></tr>
<tr><td colspan=3>aqi</td><td>0.06241927590909091</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.90624178924178</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1836922207505678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0381187908567069</td></tr>
<tr><td colspan=3>efc</td><td>0.4956</td></tr>
<tr><td colspan=3>fber</td><td>6269.3726</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14948392418610096</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>236</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.87878787878788</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613478244877204</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.491737667865072</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.786382297203833</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5623147695627075</td></tr>
<tr><td colspan=3>gcor</td><td>0.00543333</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010285451076924801</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04624060168862343</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.281750920443745</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>23.709</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1223</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.8935</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291848.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>763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.42</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9651</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.3688</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3285.0729</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.6617</td></tr>
<tr><td colspan=3>tsnr</td><td>25.76852402545046</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>