<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0014_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-01/func/sub-0014_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2b603bb0615dbbd4c346988fee8a24a0</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:16:50.995000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999092, 0.0218391, 0.0365696, -0.0151717, 0.984706, -0.173562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107395</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7718, -7246, 379, -82, 11, 17, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.462</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>666cf245-79ec-465a-ab3d-8cccf1230be0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804919242858887, -0.04070466756820679, 0.1074620857834816, 113.3653335571289], [-0.05859266594052315, 2.6418943405151367, -0.4666948616504669, -71.08614349365234], [0.09811363369226456, 0.4656549394130707, 2.6571879386901855, -69.59120178222656], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['161650.995000', '161651.455000', '161651.915000', '161652.375000', '161652.835000', '161653.295000', '161653.755000', '161654.215000', '161654.675000', '161655.135000', '161655.595000', '161656.055000', '161656.515000', '161656.975000', '161657.435000', '161657.895000', '161658.355000', '161658.815000', '161659.275000', '161659.735000', '161700.195000', '161700.655000', '161701.115000', '161701.575000', '161702.035000', '161702.495000', '161702.955000', '161703.415000', '161703.875000', '161704.335000', '161704.795000', '161705.255000', '161705.715000', '161706.175000', '161706.635000', '161707.095000', '161707.555000', '161708.015000', '161708.475000', '161708.935000', '161709.395000', '161709.855000', '161710.315000', '161710.775000', '161711.235000', '161711.695000', '161712.155000', '161712.615000', '161713.075000', '161713.535000', '161713.995000', '161714.455000', '161714.915000', '161715.375000', '161715.835000', '161716.295000', '161716.755000', '161717.215000', '161717.675000', '161718.135000', '161718.595000', '161719.055000', '161719.515000', '161719.975000', '161720.435000', '161720.895000', '161721.355000', '161721.815000', '161722.275000', '161722.735000', '161723.195000', '161723.655000', '161724.115000', '161724.575000', '161725.035000', '161725.495000', '161725.955000', '161726.415000', '161726.875000', '161727.335000', '161727.795000', '161728.255000', '161728.715000', '161729.175000', '161729.635000', '161730.095000', '161730.555000', '161731.015000', '161731.475000', '161731.935000', '161732.395000', '161732.855000', '161733.315000', '161733.775000', '161734.235000', '161734.695000', '161735.155000', '161735.615000', '161736.075000', '161736.535000', '161736.995000', '161737.455000', '161737.915000', '161738.375000', '161738.835000', '161739.295000', '161739.755000', '161740.215000', '161740.675000', '161741.135000', '161741.595000', '161742.055000', '161742.515000', '161742.975000', '161743.435000', '161743.895000', '161744.355000', '161744.815000', '161745.275000', '161745.735000', '161746.195000', '161746.655000', '161747.115000', '161747.575000', '161748.035000', '161748.495000', '161748.955000', '161749.415000', '161749.875000', '161750.335000', '161750.795000', '161751.255000', '161751.715000', '161752.175000', '161752.635000', '161753.095000', '161753.555000', '161754.015000', '161754.475000', '161754.935000', '161755.395000', '161755.855000', '161756.315000', '161756.775000', '161757.235000', '161757.695000', '161758.155000', '161758.615000', '161759.075000', '161759.535000', '161759.995000', '161800.455000', '161800.915000', '161801.375000', '161801.835000', '161802.295000', '161802.755000', '161803.215000', '161803.675000', '161804.135000', '161804.595000', '161805.055000', '161805.515000', '161805.975000', '161806.435000', '161806.895000', '161807.355000', '161807.815000', '161808.275000', '161808.735000', '161809.195000', '161809.655000', '161810.115000', '161810.575000', '161811.035000', '161811.495000', '161811.955000', '161812.415000', '161812.875000', '161813.335000', '161813.795000', '161814.255000', '161814.715000', '161815.175000', '161815.635000', '161816.095000', '161816.555000', '161817.015000', '161817.475000', '161817.935000', '161818.395000', '161818.855000', '161819.315000', '161819.775000', '161820.235000', '161820.695000', '161821.155000', '161821.615000', '161822.075000', '161822.535000', '161822.995000', '161823.455000', '161823.915000', '161824.375000', '161824.835000', '161825.295000', '161825.755000', '161826.215000', '161826.675000', '161827.135000', '161827.595000', '161828.055000', '161828.515000', '161828.975000', '161829.435000', '161829.895000', '161830.355000', '161830.815000', '161831.275000', '161831.735000', '161832.195000', '161832.655000', '161833.115000', '161833.575000', '161834.035000', '161834.495000', '161834.955000', '161835.415000', '161835.875000', '161836.335000', '161836.795000', '161837.255000', '161837.715000', '161838.175000', '161838.635000', '161839.095000', '161839.555000', '161840.015000', '161840.475000', '161840.935000', '161841.395000', '161841.855000', '161842.315000', '161842.775000', '161843.235000', '161843.695000', '161844.155000', '161844.615000', '161845.075000', '161845.535000', '161845.995000', '161846.455000', '161846.915000', '161847.375000', '161847.835000', '161848.295000', '161848.755000', '161849.215000', '161849.675000', '161850.135000', '161850.595000', '161851.055000', '161851.515000', '161851.975000', '161852.435000', '161852.895000', '161853.355000', '161853.815000', '161854.275000', '161854.735000', '161855.195000', '161855.655000', '161856.115000', '161856.575000', '161857.035000', '161857.495000', '161857.955000', '161858.415000', '161858.875000', '161859.335000', '161859.795000', '161900.255000', '161900.715000', '161901.175000', '161901.635000', '161902.095000', '161902.555000', '161903.015000', '161903.475000', '161903.935000', '161904.395000', '161904.855000', '161905.315000', '161905.775000', '161906.235000', '161906.695000', '161907.155000', '161907.615000', '161908.075000', '161908.535000', '161908.995000', '161909.455000', '161909.915000', '161910.375000', '161910.835000', '161911.295000', '161911.755000', '161912.215000', '161912.675000', '161913.135000', '161913.595000', '161914.055000', '161914.515000', '161914.975000', '161915.435000', '161915.895000', '161916.355000', '161916.815000', '161917.275000', '161917.735000', '161918.195000', '161918.655000', '161919.115000', '161919.575000', '161920.035000', '161920.495000', '161920.955000', '161921.415000', '161921.875000', '161922.335000', '161922.795000', '161923.255000', '161923.715000', '161924.175000', '161924.635000', '161925.095000', '161925.555000', '161926.015000', '161926.475000', '161926.935000', '161927.395000', '161927.855000', '161928.315000', '161928.775000', '161929.235000', '161929.695000', '161930.155000', '161930.615000', '161931.075000', '161931.535000', '161931.995000', '161932.455000', '161932.915000', '161933.375000', '161933.835000', '161934.295000', '161934.755000', '161935.215000', '161935.675000', '161936.135000', '161936.595000', '161937.055000', '161937.515000', '161937.975000', '161938.435000', '161938.895000', '161939.355000', '161939.815000', '161940.275000', '161940.735000', '161941.195000', '161941.655000', '161942.115000', '161942.575000', '161943.035000', '161943.495000', '161943.955000', '161944.415000', '161944.875000', '161945.335000', '161945.795000', '161946.255000', '161946.715000', '161947.175000', '161947.635000', '161948.095000', '161948.555000', '161949.015000', '161949.475000', '161949.935000', '161950.395000', '161950.855000', '161951.315000', '161951.775000', '161952.235000', '161952.695000', '161953.155000', '161953.615000', '161954.075000', '161954.535000', '161954.995000', '161955.455000', '161955.915000', '161956.375000', '161956.835000', '161957.295000', '161957.755000', '161958.215000', '161958.675000', '161959.135000', '161959.595000', '162000.055000', '162000.515000', '162000.975000', '162001.435000', '162001.895000', '162002.355000', '162002.815000', '162003.275000', '162003.735000', '162004.195000', '162004.655000', '162005.115000', '162005.575000', '162006.035000', '162006.495000', '162006.955000', '162007.415000', '162007.875000', '162008.335000', '162008.795000', '162009.255000', '162009.715000', '162010.175000', '162010.635000', '162011.095000', '162011.555000', '162012.015000', '162012.475000', '162012.935000', '162013.395000', '162013.855000', '162014.315000', '162014.775000', '162015.235000', '162015.695000', '162016.155000', '162016.615000', '162017.075000', '162017.535000', '162017.995000', '162018.455000', '162018.915000', '162019.375000', '162019.835000', '162020.295000', '162020.755000', '162021.215000', '162021.675000', '162022.135000', '162022.595000', '162023.055000', '162023.515000', '162023.975000', '162024.435000', '162024.895000', '162025.355000', '162025.815000', '162026.275000', '162026.735000', '162027.195000', '162027.655000', '162028.115000', '162028.575000', '162029.035000', '162029.495000', '162029.955000', '162030.415000', '162030.875000', '162031.335000', '162031.795000', '162032.255000', '162032.715000', '162033.175000', '162033.635000', '162034.095000', '162034.555000', '162035.015000', '162035.475000', '162035.935000', '162036.395000', '162036.855000', '162037.315000', '162037.775000', '162038.235000', '162038.695000', '162039.155000', '162039.615000', '162040.075000', '162040.535000', '162040.995000', '162041.455000', '162041.915000', '162042.375000', '162042.835000', '162043.295000', '162043.755000', '162044.215000', '162044.675000', '162045.135000', '162045.595000', '162046.055000', '162046.515000', '162046.975000', '162047.435000', '162047.895000', '162048.355000', '162048.815000', '162049.275000', '162049.735000', '162050.195000', '162050.655000', '162051.115000', '162051.575000', '162052.035000', '162052.495000', '162052.955000', '162053.415000', '162053.875000', '162054.335000', '162054.795000', '162055.255000', '162055.715000', '162056.175000', '162056.635000', '162057.095000', '162057.555000', '162058.015000', '162058.475000', '162058.935000', '162059.395000', '162059.855000', '162100.315000', '162100.775000', '162101.235000', '162101.695000', '162102.155000', '162102.615000', '162103.075000', '162103.535000', '162103.995000', '162104.455000', '162104.915000', '162105.375000', '162105.835000', '162106.295000', '162106.755000', '162107.215000', '162107.675000', '162108.135000', '162108.595000', '162109.055000', '162109.515000', '162109.975000', '162110.435000', '162110.895000', '162111.355000', '162111.815000', '162112.275000', '162112.735000', '162113.195000', '162113.655000', '162114.115000', '162114.575000', '162115.035000', '162115.495000', '162115.955000', '162116.415000', '162116.875000', '162117.335000', '162117.795000', '162118.255000', '162118.715000', '162119.175000', '162119.635000', '162120.095000', '162120.555000', '162121.015000', '162121.475000', '162121.935000', '162122.395000', '162122.855000', '162123.315000', '162123.775000', '162124.235000', '162124.695000', '162125.155000', '162125.615000', '162126.075000', '162126.535000', '162126.995000', '162127.455000', '162127.915000', '162128.375000', '162128.835000', '162129.295000', '162129.755000', '162130.215000', '162130.675000', '162131.135000', '162131.595000', '162132.055000', '162132.515000', '162132.975000', '162133.435000', '162133.895000', '162134.355000', '162134.815000', '162135.275000', '162135.735000', '162136.195000', '162136.655000', '162137.115000', '162137.575000', '162138.035000', '162138.495000', '162138.955000', '162139.415000', '162139.875000', '162140.335000', '162140.795000', '162141.255000', '162141.715000', '162142.175000', '162142.635000', '162143.095000', '162143.555000', '162144.015000', '162144.475000', '162144.935000', '162145.395000', '162145.855000', '162146.315000', '162146.775000', '162147.235000', '162147.695000', '162148.155000', '162148.615000', '162149.075000', '162149.535000', '162149.995000', '162150.455000', '162150.915000', '162151.375000', '162151.835000', '162152.295000', '162152.755000', '162153.215000', '162153.675000', '162154.135000', '162154.595000', '162155.055000', '162155.515000', '162155.975000', '162156.435000', '162156.895000', '162157.355000', '162157.815000', '162158.275000', '162158.735000', '162159.195000', '162159.655000', '162200.115000', '162200.575000', '162201.035000', '162201.495000', '162201.955000', '162202.415000', '162202.875000', '162203.335000', '162203.795000', '162204.255000', '162204.715000', '162205.175000', '162205.635000', '162206.095000', '162206.555000', '162207.015000', '162207.475000', '162207.935000', '162208.395000', '162208.855000', '162209.315000', '162209.775000', '162210.235000', '162210.695000', '162211.155000', '162211.615000', '162212.075000', '162212.535000', '162212.995000', '162213.455000', '162213.915000', '162214.375000', '162214.835000', '162215.295000', '162215.755000', '162216.215000', '162216.675000', '162217.135000', '162217.595000', '162218.055000', '162218.515000', '162218.975000', '162219.435000', '162219.895000', '162220.355000', '162220.815000', '162221.275000', '162221.735000', '162222.195000', '162222.655000', '162223.115000', '162223.575000', '162224.035000', '162224.495000', '162224.955000', '162225.415000', '162225.875000', '162226.335000', '162226.795000', '162227.255000', '162227.715000', '162228.175000', '162228.635000', '162229.095000', '162229.555000', '162230.015000', '162230.475000', '162230.935000', '162231.395000', '162231.855000', '162232.315000', '162232.775000', '162233.235000', '162233.695000', '162234.155000', '162234.615000', '162235.075000', '162235.535000', '162235.995000', '162236.455000', '162236.915000', '162237.375000', '162237.835000', '162238.295000', '162238.755000', '162239.215000', '162239.675000', '162240.135000', '162240.595000', '162241.055000', '162241.515000', '162241.975000', '162242.435000', '162242.895000', '162243.355000', '162243.815000', '162244.275000', '162244.735000', '162245.195000', '162245.655000', '162246.115000', '162246.575000', '162247.035000', '162247.495000', '162247.955000', '162248.415000', '162248.875000', '162249.335000', '162249.795000', '162250.255000', '162250.715000', '162251.175000', '162251.635000', '162252.095000', '162252.555000', '162253.015000', '162253.475000', '162253.935000', '162254.395000', '162254.855000', '162255.315000', '162255.775000', '162256.235000', '162256.695000', '162257.155000', '162257.615000', '162258.075000', '162258.535000', '162258.995000', '162259.455000', '162259.915000', '162300.375000', '162300.835000', '162301.295000', '162301.755000', '162302.215000', '162302.675000', '162303.135000', '162303.595000', '162304.055000', '162304.515000', '162304.975000', '162305.435000', '162305.895000', '162306.355000', '162306.815000', '162307.275000', '162307.735000', '162308.195000', '162308.655000', '162309.115000', '162309.575000', '162310.035000', '162310.495000', '162310.955000', '162311.415000', '162311.875000', '162312.335000', '162312.795000', '162313.255000', '162313.715000', '162314.175000', '162314.635000', '162315.095000', '162315.555000', '162316.015000', '162316.475000', '162316.935000', '162317.395000', '162317.855000', '162318.315000', '162318.775000', '162319.235000', '162319.695000', '162320.155000', '162320.615000', '162321.075000', '162321.535000', '162321.995000', '162322.455000', '162322.915000', '162323.375000', '162323.835000', '162324.295000', '162324.755000', '162325.215000', '162325.675000', '162326.135000', '162326.595000', '162327.055000', '162327.515000', '162327.975000', '162328.435000', '162328.895000', '162329.355000', '162329.815000', '162330.275000', '162330.735000', '162331.195000', '162331.655000', '162332.115000', '162332.575000', '162333.035000', '162333.495000', '162333.955000', '162334.415000', '162334.875000', '162335.335000', '162335.795000', '162336.255000', '162336.715000', '162337.175000', '162337.635000', '162338.095000', '162338.555000', '162339.015000', '162339.475000', '162339.935000', '162340.395000', '162340.855000', '162341.315000', '162341.775000', '162342.235000', '162342.695000', '162343.155000', '162343.615000', '162344.075000', '162344.535000', '162344.995000', '162345.455000', '162345.915000', '162346.375000', '162346.835000', '162347.295000', '162347.755000', '162348.215000', '162348.675000', '162349.135000', '162349.595000', '162350.055000', '162350.515000', '162350.975000', '162351.435000', '162351.895000', '162352.355000', '162352.815000', '162353.275000', '162353.735000', '162354.195000', '162354.655000', '162355.115000', '162355.575000', '162356.035000', '162356.495000', '162356.955000', '162357.415000', '162357.875000', '162358.335000', '162358.795000', '162359.255000', '162359.715000', '162400.175000', '162400.635000', '162401.095000', '162401.555000', '162402.015000', '162402.475000', '162402.935000', '162403.395000', '162403.855000', '162404.315000', '162404.775000', '162405.235000', '162405.695000', '162406.155000', '162406.615000', '162407.075000', '162407.535000', '162407.995000', '162408.455000', '162408.915000', '162409.375000', '162409.835000', '162410.295000', '162410.755000', '162411.215000', '162411.675000', '162412.135000', '162412.595000', '162413.055000', '162413.515000', '162413.975000', '162414.435000', '162414.895000', '162415.355000', '162415.815000', '162416.275000', '162416.735000', '162417.195000', '162417.655000', '162418.115000', '162418.575000', '162419.035000', '162419.495000', '162419.955000', '162420.415000', '162420.875000', '162421.335000', '162421.795000', '162422.255000', '162422.715000', '162423.175000', '162423.635000', '162424.095000', '162424.555000', '162425.015000', '162425.475000', '162425.935000', '162426.395000', '162426.855000', '162427.315000', '162427.775000', '162428.235000', '162428.695000', '162429.155000', '162429.615000', '162430.075000', '162430.535000', '162430.995000', '162431.455000', '162431.915000', '162432.375000', '162432.835000', '162433.295000', '162433.755000', '162434.215000', '162434.675000', '162435.135000', '162435.595000', '162436.055000', '162436.515000', '162436.975000', '162437.435000', '162437.895000', '162438.355000', '162438.815000', '162439.275000', '162439.735000', '162440.195000', '162440.655000', '162441.115000', '162441.575000', '162442.035000', '162442.495000', '162442.955000', '162443.415000', '162443.875000', '162444.335000', '162444.795000', '162445.255000', '162445.715000', '162446.175000', '162446.635000', '162447.095000', '162447.555000', '162448.015000', '162448.475000', '162448.935000', '162449.395000', '162449.855000', '162450.315000', '162450.775000', '162451.235000', '162451.695000', '162452.155000', '162452.615000', '162453.075000', '162453.535000', '162453.995000', '162454.455000', '162454.915000', '162455.375000', '162455.835000', '162456.295000', '162456.755000', '162457.215000', '162457.675000', '162458.135000', '162458.595000', '162459.055000', '162459.515000', '162459.975000', '162500.435000', '162500.895000', '162501.355000', '162501.815000', '162502.275000', '162502.735000', '162503.195000', '162503.655000', '162504.115000', '162504.575000', '162505.035000', '162505.495000', '162505.955000', '162506.415000', '162506.875000', '162507.335000', '162507.795000', '162508.255000', '162508.715000', '162509.175000', '162509.635000', '162510.095000', '162510.555000', '162511.015000', '162511.475000', '162511.935000', '162512.395000', '162512.855000', '162513.315000', '162513.775000', '162514.235000', '162514.695000', '162515.155000', '162515.615000', '162516.075000', '162516.535000', '162516.995000', '162517.455000', '162517.915000', '162518.375000', '162518.835000', '162519.295000', '162519.755000', '162520.215000', '162520.675000', '162521.135000', '162521.595000', '162522.055000', '162522.515000', '162522.975000', '162523.435000', '162523.895000', '162524.355000', '162524.815000', '162525.275000', '162525.735000', '162526.195000', '162526.655000', '162527.115000', '162527.575000', '162528.035000', '162528.495000', '162528.955000', '162529.415000', '162529.875000', '162530.335000', '162530.795000', '162531.255000', '162531.715000', '162532.175000', '162532.635000', '162533.095000', '162533.555000', '162534.015000', '162534.475000', '162534.935000', '162535.395000', '162535.855000', '162536.315000', '162536.775000', '162537.235000', '162537.695000', '162538.155000', '162538.615000', '162539.075000', '162539.535000', '162539.995000', '162540.455000', '162540.915000', '162541.375000', '162541.835000', '162542.295000', '162542.755000', '162543.215000', '162543.675000', '162544.135000', '162544.595000', '162545.055000', '162545.515000', '162545.975000', '162546.435000', '162546.895000', '162547.355000', '162547.815000', '162548.275000', '162548.735000', '162549.195000', '162549.655000', '162550.115000', '162550.575000', '162551.035000', '162551.495000', '162551.955000', '162552.415000', '162552.875000', '162553.335000', '162553.795000', '162554.255000', '162554.715000', '162555.175000', '162555.635000', '162556.095000', '162556.555000', '162557.015000', '162557.475000', '162557.935000', '162558.395000', '162558.855000', '162559.315000', '162559.775000', '162600.235000', '162600.695000', '162601.155000', '162601.615000', '162602.075000', '162602.535000', '162602.995000', '162603.455000', '162603.915000', '162604.375000', '162604.835000', '162605.295000', '162605.755000', '162606.215000', '162606.675000', '162607.135000', '162607.595000', '162608.055000', '162608.515000', '162608.975000', '162609.435000', '162609.895000', '162610.355000', '162610.815000', '162611.275000', '162611.735000', '162612.195000', '162612.655000', '162613.115000', '162613.575000', '162614.035000', '162614.495000', '162614.955000', '162615.415000', '162615.875000', '162616.335000', '162616.795000', '162617.255000', '162617.715000', '162618.175000', '162618.635000', '162619.095000', '162619.555000', '162620.015000', '162620.475000', '162620.935000', '162621.395000', '162621.855000', '162622.315000', '162622.775000', '162623.235000', '162623.695000', '162624.155000', '162624.615000', '162625.075000', '162625.535000', '162625.995000', '162626.455000', '162626.915000', '162627.375000', '162627.835000', '162628.295000', '162628.755000', '162629.215000', '162629.675000', '162630.135000', '162630.595000', '162631.055000', '162631.515000', '162631.975000', '162632.435000', '162632.895000', '162633.355000', '162633.815000', '162634.275000', '162634.735000', '162635.195000', '162635.655000', '162636.115000', '162636.575000', '162637.035000', '162637.495000', '162637.955000', '162638.415000', '162638.875000', '162639.335000', '162639.795000', '162640.255000', '162640.715000', '162641.175000', '162641.635000', '162642.095000', '162642.555000', '162643.015000', '162643.475000', '162643.935000', '162644.395000', '162644.855000', '162645.315000', '162645.775000', '162646.235000', '162646.695000', '162647.155000', '162647.615000', '162648.075000', '162648.535000', '162648.995000', '162649.455000', '162649.915000', '162650.375000', '162650.835000', '162651.295000', '162651.755000', '162652.215000', '162652.675000', '162653.135000', '162653.595000', '162654.055000', '162654.515000', '162654.975000', '162655.435000', '162655.895000', '162656.355000', '162656.815000', '162657.275000', '162657.735000', '162658.195000', '162658.655000', '162659.115000', '162659.575000', '162700.035000', '162700.495000', '162700.955000', '162701.415000', '162701.875000', '162702.335000', '162702.795000', '162703.255000', '162703.715000', '162704.175000', '162704.635000', '162705.095000', '162705.555000', '162706.015000', '162706.475000', '162706.935000', '162707.395000', '162707.855000', '162708.315000', '162708.775000', '162709.235000', '162709.695000', '162710.155000', '162710.615000', '162711.075000', '162711.535000', '162711.995000', '162712.455000', '162712.915000', '162713.375000', '162713.835000', '162714.295000', '162714.755000', '162715.215000', '162715.675000', '162716.135000', '162716.595000', '162717.055000', '162717.515000', '162717.975000', '162718.435000', '162718.895000', '162719.355000', '162719.815000', '162720.275000', '162720.735000', '162721.195000', '162721.655000', '162722.115000', '162722.575000', '162723.035000', '162723.495000'], 'ContentTime': ['161703.045000', '161703.048000', '161703.051000', '161703.055000', '161703.062000', '161703.065000', '161703.068000', '161703.071000', '161703.085000', '161703.089000', '161703.104000', '161703.106000', '161703.109000', '161703.112000', '161703.115000', '161703.118000', '161703.121000', '161703.124000', '161703.127000', '161703.130000', '161703.133000', '161703.136000', '161703.139000', '161703.142000', '161722.996000', '161723.000000', '161723.002000', '161723.005000', '161723.008000', '161723.011000', '161723.014000', '161723.016000', '161723.019000', '161723.022000', '161723.025000', '161723.027000', '161723.030000', '161723.033000', '161723.036000', '161723.039000', '161723.050000', '161723.053000', '161723.056000', '161723.059000', '161723.062000', '161723.064000', '161723.067000', '161723.070000', '161723.073000', '161723.076000', '161723.079000', '161723.082000', '161723.084000', '161723.098000', '161723.101000', '161723.103000', '161723.106000', '161723.109000', '161723.112000', '161723.115000', '161723.117000', '161723.120000', '161723.123000', '161723.126000', '161723.129000', '161723.131000', '161723.134000', '161723.137000', '161742.997000', '161743.000000', '161743.003000', '161743.005000', '161743.008000', '161743.011000', '161743.014000', '161743.016000', '161743.019000', '161743.022000', '161743.025000', '161743.027000', '161743.030000', '161743.033000', '161743.036000', '161743.039000', '161743.041000', '161743.044000', '161743.047000', '161743.050000', '161743.052000', '161743.055000', '161743.058000', '161743.061000', '161743.064000', '161743.068000', '161743.071000', '161743.074000', '161743.077000', '161743.080000', '161743.083000', '161743.085000', '161743.088000', '161743.091000', '161743.094000', '161743.097000', '161743.100000', '161743.103000', '161743.106000', '161743.108000', '161743.111000', '161743.114000', '161743.117000', '161802.996000', '161803.000000', '161803.003000', '161803.005000', '161803.008000', '161803.011000', '161803.014000', '161803.016000', '161803.019000', '161803.022000', '161803.025000', '161803.027000', '161803.030000', '161803.033000', '161803.036000', '161803.038000', '161803.041000', '161803.044000', '161803.047000', '161803.050000', '161803.053000', '161803.055000', '161803.058000', '161803.061000', '161803.064000', '161803.067000', '161803.069000', '161803.072000', '161803.075000', '161803.078000', '161803.081000', '161803.084000', '161803.086000', '161803.089000', '161803.092000', '161803.095000', '161803.098000', '161803.101000', '161803.103000', '161803.106000', '161803.109000', '161803.117000', '161803.120000', '161803.123000', '161822.996000', '161823.000000', '161823.003000', '161823.005000', '161823.008000', '161823.011000', '161823.014000', '161823.017000', '161823.019000', '161823.022000', '161823.025000', '161823.028000', '161823.030000', '161823.033000', '161823.036000', '161823.040000', '161823.043000', '161823.046000', '161823.049000', '161823.051000', '161823.054000', '161823.057000', '161823.060000', '161823.063000', '161823.066000', '161823.068000', '161823.071000', '161823.074000', '161823.077000', '161823.080000', '161823.082000', '161823.085000', '161823.088000', '161823.091000', '161823.094000', '161823.097000', '161823.102000', '161823.106000', '161823.108000', '161823.111000', '161823.114000', '161823.117000', '161823.120000', '161842.996000', '161843.000000', '161843.003000', '161843.006000', '161843.009000', '161843.012000', '161843.015000', '161843.018000', '161843.021000', '161843.024000', '161843.026000', '161843.029000', '161843.032000', '161843.046000', '161843.048000', '161843.051000', '161843.054000', '161843.057000', '161843.060000', '161843.063000', '161843.065000', '161843.068000', '161843.071000', '161843.074000', '161843.077000', '161843.080000', '161843.082000', '161843.085000', '161843.088000', '161843.091000', '161843.094000', '161843.097000', '161843.100000', '161843.102000', '161843.105000', '161843.108000', '161843.111000', '161843.114000', '161843.116000', '161843.119000', '161843.122000', '161843.125000', '161843.128000', '161843.130000', '161902.996000', '161903.000000', '161903.003000', '161903.006000', '161903.009000', '161903.011000', '161903.014000', '161903.017000', '161903.020000', '161903.023000', '161903.026000', '161903.028000', '161903.031000', '161903.034000', '161903.037000', '161903.040000', '161903.043000', '161903.045000', '161903.048000', '161903.051000', '161903.054000', '161903.057000', '161903.060000', '161903.062000', '161903.065000', '161903.068000', '161903.071000', '161903.074000', '161903.077000', '161903.079000', '161903.082000', '161903.085000', '161903.088000', '161903.091000', '161903.094000', '161903.096000', '161903.099000', '161903.102000', '161903.105000', '161903.108000', '161903.110000', '161903.113000', '161903.116000', '161922.996000', '161923.000000', '161923.002000', '161923.013000', '161923.016000', '161923.019000', '161923.021000', '161923.024000', '161923.027000', '161923.030000', '161923.033000', '161923.036000', '161923.038000', '161923.041000', '161923.044000', '161923.047000', '161923.050000', '161923.053000', '161923.055000', '161923.058000', '161923.061000', '161923.064000', '161923.067000', '161923.070000', '161923.072000', '161923.075000', '161923.078000', '161923.081000', '161923.084000', '161923.087000', '161923.089000', '161923.092000', '161923.095000', '161923.098000', '161923.101000', '161923.104000', '161923.107000', '161923.109000', '161923.112000', '161923.115000', '161923.118000', '161923.121000', '161923.124000', '161923.127000', '161942.996000', '161943.000000', '161943.003000', '161943.006000', '161943.009000', '161943.012000', '161943.014000', '161943.017000', '161943.020000', '161943.023000', '161943.026000', '161943.029000', '161943.031000', '161943.034000', '161943.037000', '161943.040000', '161943.043000', '161943.046000', '161943.048000', '161943.051000', '161943.054000', '161943.057000', '161943.060000', '161943.062000', '161943.065000', '161943.068000', '161943.071000', '161943.074000', '161943.077000', '161943.081000', '161943.084000', '161943.086000', '161943.089000', '161943.092000', '161943.095000', '161943.098000', '161943.101000', '161943.104000', '161943.106000', '161943.109000', '161943.112000', '161943.115000', '161943.118000', '162002.997000', '162003.000000', '162003.003000', '162003.006000', '162003.008000', '162003.011000', '162003.014000', '162003.017000', '162003.020000', '162003.023000', '162003.026000', '162003.029000', '162003.031000', '162003.034000', '162003.037000', '162003.040000', '162003.044000', '162003.047000', '162003.050000', '162003.053000', '162003.056000', '162003.058000', '162003.061000', '162003.064000', '162003.067000', '162003.070000', '162003.073000', '162003.076000', '162003.078000', '162003.081000', '162003.084000', '162003.087000', '162003.090000', '162003.093000', '162003.096000', '162003.098000', '162003.101000', '162003.104000', '162003.107000', '162003.110000', '162003.113000', '162003.116000', '162003.119000', '162003.121000', '162022.996000', '162023.000000', '162023.003000', '162023.005000', '162023.009000', '162023.011000', '162023.014000', '162023.017000', '162023.020000', '162023.023000', '162023.026000', '162023.028000', '162023.031000', '162023.034000', '162023.037000', '162023.040000', '162023.043000', '162023.046000', '162023.048000', '162023.051000', '162023.054000', '162023.057000', '162023.060000', '162023.063000', '162023.066000', '162023.068000', '162023.071000', '162023.074000', '162023.077000', '162023.080000', '162023.082000', '162023.085000', '162023.088000', '162023.091000', '162023.094000', '162023.096000', '162023.099000', '162023.102000', '162023.105000', '162023.108000', '162023.111000', '162023.113000', '162023.116000', '162042.996000', '162043.007000', '162043.010000', '162043.013000', '162043.016000', '162043.019000', '162043.021000', '162043.024000', '162043.027000', '162043.030000', '162043.033000', '162043.036000', '162043.038000', '162043.041000', '162043.044000', '162043.047000', '162043.050000', '162043.053000', '162043.055000', '162043.058000', '162043.061000', '162043.064000', '162043.067000', '162043.070000', '162043.073000', '162043.075000', '162043.078000', '162043.081000', '162043.084000', '162043.087000', '162043.090000', '162043.093000', '162043.095000', '162043.098000', '162043.101000', '162043.104000', '162043.107000', '162043.110000', '162043.113000', '162043.115000', '162043.118000', '162043.121000', '162043.124000', '162043.127000', '162102.996000', '162103.000000', '162103.003000', '162103.006000', '162103.009000', '162103.011000', '162103.014000', '162103.017000', '162103.020000', '162103.023000', '162103.026000', '162103.029000', '162103.031000', '162103.034000', '162103.037000', '162103.040000', '162103.043000', '162103.046000', '162103.048000', '162103.051000', '162103.054000', '162103.057000', '162103.060000', '162103.063000', '162103.066000', '162103.068000', '162103.071000', '162103.074000', '162103.077000', '162103.080000', '162103.082000', '162103.085000', '162103.088000', '162103.091000', '162103.094000', '162103.097000', '162103.100000', '162103.103000', '162103.105000', '162103.108000', '162103.111000', '162103.114000', '162103.118000', '162122.996000', '162123.000000', '162123.003000', '162123.005000', '162123.008000', '162123.011000', '162123.014000', '162123.017000', '162123.019000', '162123.022000', '162123.025000', '162123.028000', '162123.030000', '162123.033000', '162123.036000', '162123.039000', '162123.042000', '162123.045000', '162123.048000', '162123.050000', '162123.053000', '162123.056000', '162123.059000', '162123.062000', '162123.065000', '162123.068000', '162123.071000', '162123.073000', '162123.076000', '162123.079000', '162123.082000', '162123.085000', '162123.088000', '162123.091000', '162123.093000', '162123.096000', '162123.099000', '162123.102000', '162123.105000', '162123.108000', '162123.111000', '162123.113000', '162123.116000', '162123.119000', '162142.996000', '162143.000000', '162143.003000', '162143.006000', '162143.008000', '162143.011000', '162143.014000', '162143.017000', '162143.020000', '162143.023000', '162143.025000', '162143.028000', '162143.031000', '162143.034000', '162143.037000', '162143.039000', '162143.042000', '162143.045000', '162143.048000', '162143.067000', '162143.070000', '162143.072000', '162143.075000', '162143.078000', '162143.081000', '162143.084000', '162143.086000', '162143.089000', '162143.092000', '162143.095000', '162143.098000', '162143.100000', '162143.103000', '162143.106000', '162143.109000', '162143.112000', '162143.114000', '162143.118000', '162143.121000', '162143.123000', '162143.126000', '162143.129000', '162143.132000', '162202.996000', '162203.000000', '162203.003000', '162203.006000', '162203.008000', '162203.011000', '162203.014000', '162203.017000', '162203.020000', '162203.022000', '162203.025000', '162203.028000', '162203.031000', '162203.034000', '162203.036000', '162203.039000', '162203.042000', '162203.045000', '162203.048000', '162203.050000', '162203.053000', '162203.056000', '162203.059000', '162203.062000', '162203.065000', '162203.067000', '162203.070000', '162203.073000', '162203.076000', '162203.078000', '162203.081000', '162203.084000', '162203.087000', '162203.090000', '162203.093000', '162203.095000', '162203.098000', '162203.101000', '162203.104000', '162203.107000', '162203.110000', '162203.112000', '162203.115000', '162222.997000', '162223.000000', '162223.003000', '162223.006000', '162223.009000', '162223.011000', '162223.014000', '162223.017000', '162223.020000', '162223.023000', '162223.029000', '162223.032000', '162223.035000', '162223.038000', '162223.041000', '162223.044000', '162223.046000', '162223.049000', '162223.052000', '162223.055000', '162223.058000', '162223.061000', '162223.064000', '162223.067000', '162223.069000', '162223.072000', '162223.075000', '162223.078000', '162223.081000', '162223.084000', '162223.087000', '162223.089000', '162223.092000', '162223.095000', '162223.098000', '162223.101000', '162223.104000', '162223.107000', '162223.110000', '162223.112000', '162223.115000', '162223.118000', '162223.121000', '162223.124000', '162242.996000', '162243.001000', '162243.006000', '162243.009000', '162243.012000', '162243.015000', '162243.018000', '162243.020000', '162243.023000', '162243.026000', '162243.031000', '162243.034000', '162243.036000', '162243.039000', '162243.042000', '162243.045000', '162243.048000', '162243.051000', '162243.054000', '162243.057000', '162243.059000', '162243.062000', '162243.065000', '162243.068000', '162243.071000', '162243.073000', '162243.076000', '162243.079000', '162243.082000', '162243.085000', '162243.087000', '162243.090000', '162243.093000', '162243.096000', '162243.099000', '162243.102000', '162243.104000', '162243.107000', '162243.110000', '162243.113000', '162243.116000', '162243.118000', '162243.121000', '162302.996000', '162303.000000', '162303.003000', '162303.006000', '162303.008000', '162303.011000', '162303.014000', '162303.017000', '162303.020000', '162303.023000', '162303.026000', '162303.028000', '162303.031000', '162303.034000', '162303.037000', '162303.040000', '162303.043000', '162303.046000', '162303.048000', '162303.051000', '162303.054000', '162303.057000', '162303.060000', '162303.063000', '162303.065000', '162303.068000', '162303.071000', '162303.074000', '162303.077000', '162303.080000', '162303.082000', '162303.085000', '162303.088000', '162303.091000', '162303.094000', '162303.097000', '162303.100000', '162303.103000', '162303.105000', '162303.108000', '162303.111000', '162303.114000', '162303.117000', '162303.119000', '162322.996000', '162323.000000', '162323.003000', '162323.006000', '162323.009000', '162323.012000', '162323.015000', '162323.018000', '162323.020000', '162323.023000', '162323.026000', '162323.029000', '162323.032000', '162323.035000', '162323.037000', '162323.040000', '162323.043000', '162323.046000', '162323.049000', '162323.052000', '162323.054000', '162323.058000', '162323.063000', '162323.066000', '162323.069000', '162323.072000', '162323.075000', '162323.078000', '162323.080000', '162323.083000', '162323.086000', '162323.089000', '162323.092000', '162323.095000', '162323.098000', '162323.100000', '162323.103000', '162323.106000', '162323.109000', '162323.112000', '162323.115000', '162323.118000', '162323.120000', '162342.996000', '162343.000000', '162343.003000', '162343.006000', '162343.008000', '162343.011000', '162343.014000', '162343.017000', '162343.020000', '162343.023000', '162343.025000', '162343.028000', '162343.031000', '162343.034000', '162343.036000', '162343.039000', '162343.042000', '162343.045000', '162343.048000', '162343.051000', '162343.053000', '162343.062000', '162343.088000', '162343.090000', '162343.093000', '162343.096000', '162343.099000', '162343.102000', '162343.105000', '162343.107000', '162343.110000', '162343.113000', '162343.116000', '162343.119000', '162343.122000', '162343.124000', '162343.127000', '162343.130000', '162343.133000', '162343.136000', '162343.139000', '162343.142000', '162343.144000', '162343.147000', '162402.996000', '162403.000000', '162403.003000', '162403.006000', '162403.009000', '162403.011000', '162403.014000', '162403.017000', '162403.020000', '162403.022000', '162403.025000', '162403.028000', '162403.031000', '162403.034000', '162403.037000', '162403.040000', '162403.043000', '162403.046000', '162403.049000', '162403.052000', '162403.055000', '162403.058000', '162403.060000', '162403.063000', '162403.066000', '162403.069000', '162403.072000', '162403.074000', '162403.078000', '162403.080000', '162403.083000', '162403.087000', '162403.090000', '162403.092000', '162403.095000', '162403.098000', '162403.101000', '162403.104000', '162403.107000', '162403.109000', '162403.112000', '162403.115000', '162403.118000', '162422.996000', '162423.000000', '162423.003000', '162423.006000', '162423.008000', '162423.011000', '162423.014000', '162423.017000', '162423.019000', '162423.022000', '162423.025000', '162423.028000', '162423.031000', '162423.034000', '162423.037000', '162423.040000', '162423.042000', '162423.045000', '162423.048000', '162423.051000', '162423.054000', '162423.057000', '162423.059000', '162423.062000', '162423.065000', '162423.068000', '162423.071000', '162423.074000', '162423.077000', '162423.080000', '162423.082000', '162423.085000', '162423.088000', '162423.091000', '162423.094000', '162423.097000', '162423.099000', '162423.102000', '162423.105000', '162423.108000', '162423.111000', '162423.114000', '162423.124000', '162423.127000', '162442.997000', '162443.000000', '162443.003000', '162443.006000', '162443.008000', '162443.011000', '162443.014000', '162443.017000', '162443.020000', '162443.023000', '162443.025000', '162443.028000', '162443.031000', '162443.034000', '162443.037000', '162443.040000', '162443.043000', '162443.046000', '162443.048000', '162443.051000', '162443.054000', '162443.057000', '162443.063000', '162443.066000', '162443.069000', '162443.072000', '162443.075000', '162443.078000', '162443.081000', '162443.084000', '162443.086000', '162443.089000', '162443.092000', '162443.095000', '162443.097000', '162443.100000', '162443.103000', '162443.106000', '162443.109000', '162443.112000', '162443.115000', '162443.118000', '162443.120000', '162502.996000', '162503.000000', '162503.003000', '162503.006000', '162503.009000', '162503.011000', '162503.015000', '162503.017000', '162503.020000', '162503.023000', '162503.026000', '162503.029000', '162503.032000', '162503.034000', '162503.037000', '162503.040000', '162503.043000', '162503.046000', '162503.049000', '162503.052000', '162503.054000', '162503.057000', '162503.060000', '162503.063000', '162503.066000', '162503.068000', '162503.071000', '162503.074000', '162503.077000', '162503.080000', '162503.083000', '162503.085000', '162503.088000', '162503.091000', '162503.094000', '162503.097000', '162503.100000', '162503.102000', '162503.105000', '162503.108000', '162503.111000', '162503.114000', '162503.117000', '162503.120000', '162522.996000', '162523.000000', '162523.003000', '162523.006000', '162523.009000', '162523.012000', '162523.014000', '162523.017000', '162523.020000', '162523.023000', '162523.026000', '162523.029000', '162523.032000', '162523.034000', '162523.037000', '162523.040000', '162523.043000', '162523.046000', '162523.049000', '162523.051000', '162523.054000', '162523.057000', '162523.060000', '162523.063000', '162523.066000', '162523.069000', '162523.072000', '162523.075000', '162523.078000', '162523.081000', '162523.084000', '162523.086000', '162523.089000', '162523.092000', '162523.095000', '162523.098000', '162523.101000', '162523.103000', '162523.106000', '162523.109000', '162523.112000', '162523.115000', '162523.118000', '162542.996000', '162543.000000', '162543.003000', '162543.006000', '162543.008000', '162543.011000', '162543.014000', '162543.017000', '162543.020000', '162543.023000', '162543.026000', '162543.029000', '162543.031000', '162543.034000', '162543.037000', '162543.040000', '162543.043000', '162543.046000', '162543.049000', '162543.052000', '162543.054000', '162543.057000', '162543.060000', '162543.063000', '162543.066000', '162543.069000', '162543.072000', '162543.074000', '162543.077000', '162543.080000', '162543.083000', '162543.086000', '162543.089000', '162543.092000', '162543.095000', '162543.097000', '162543.100000', '162543.103000', '162543.126000', '162543.129000', '162543.132000', '162543.135000', '162543.138000', '162543.141000', '162602.996000', '162603.000000', '162603.003000', '162603.006000', '162603.009000', '162603.011000', '162603.014000', '162603.017000', '162603.020000', '162603.023000', '162603.026000', '162603.030000', '162603.033000', '162603.036000', '162603.039000', '162603.042000', '162603.045000', '162603.047000', '162603.050000', '162603.053000', '162603.056000', '162603.059000', '162603.062000', '162603.065000', '162603.068000', '162603.070000', '162603.073000', '162603.076000', '162603.079000', '162603.082000', '162603.085000', '162603.088000', '162603.090000', '162603.093000', '162603.096000', '162603.099000', '162603.102000', '162603.105000', '162603.108000', '162603.111000', '162603.114000', '162603.117000', '162603.120000', '162622.996000', '162623.000000', '162623.003000', '162623.006000', '162623.009000', '162623.011000', '162623.014000', '162623.017000', '162623.020000', '162623.023000', '162623.026000', '162623.029000', '162623.032000', '162623.034000', '162623.037000', '162623.040000', '162623.043000', '162623.046000', '162623.049000', '162623.051000', '162623.054000', '162623.057000', '162623.060000', '162623.063000', '162623.066000', '162623.069000', '162623.071000', '162623.074000', '162623.077000', '162623.080000', '162623.083000', '162623.086000', '162623.089000', '162623.091000', '162623.094000', '162623.097000', '162623.100000', '162623.103000', '162623.106000', '162623.108000', '162623.111000', '162623.114000', '162623.117000', '162623.120000', '162642.996000', '162643.000000', '162643.003000', '162643.006000', '162643.009000', '162643.012000', '162643.015000', '162643.018000', '162643.020000', '162643.023000', '162643.026000', '162643.029000', '162643.032000', '162643.035000', '162643.038000', '162643.040000', '162643.043000', '162643.046000', '162643.049000', '162643.052000', '162643.055000', '162643.058000', '162643.061000', '162643.063000', '162643.066000', '162643.069000', '162643.072000', '162643.075000', '162643.078000', '162643.080000', '162643.083000', '162643.086000', '162643.089000', '162643.092000', '162643.095000', '162643.098000', '162643.101000', '162643.103000', '162643.106000', '162643.109000', '162643.112000', '162643.115000', '162643.118000', '162702.997000', '162703.001000', '162703.004000', '162703.007000', '162703.010000', '162703.012000', '162703.015000', '162703.018000', '162703.021000', '162703.024000', '162703.027000', '162703.030000', '162703.032000', '162703.035000', '162703.038000', '162703.044000', '162703.047000', '162703.050000', '162703.053000', '162703.056000', '162703.066000', '162703.069000', '162703.072000', '162703.074000', '162703.077000', '162703.080000', '162703.083000', '162703.086000', '162703.088000', '162703.091000', '162703.094000', '162703.097000', '162703.100000', '162703.102000', '162703.105000', '162703.108000', '162703.111000', '162703.114000', '162703.116000', '162703.120000', '162703.122000', '162703.125000', '162703.128000', '162703.131000', '162722.996000', '162723.000000', '162723.003000', '162723.006000', '162723.009000', '162723.012000', '162723.015000', '162723.017000', '162723.020000', '162723.023000', '162723.026000', '162723.029000', '162723.032000', '162723.035000', '162723.037000', '162723.040000', '162723.043000', '162723.046000', '162723.049000', '162723.052000', '162723.055000', '162723.058000', '162723.060000', '162723.063000', '162723.067000', '162723.070000', '162723.073000', '162723.076000', '162723.079000', '162723.082000', '162723.085000', '162723.088000', '162723.090000', '162723.094000', '162723.096000', '162723.099000', '162723.102000', '162723.105000', '162723.108000', '162723.111000', '162723.114000', '162723.117000', '162723.119000', '162724.579000', '162724.583000', '162724.587000', '162724.589000'], 'InstanceCreationTime': ['161703.045000', '161703.048000', '161703.051000', '161703.055000', '161703.062000', '161703.065000', '161703.068000', '161703.071000', '161703.085000', '161703.089000', '161703.104000', '161703.106000', '161703.109000', '161703.112000', '161703.115000', '161703.118000', '161703.121000', '161703.124000', '161703.127000', '161703.130000', '161703.133000', '161703.136000', '161703.139000', '161703.142000', '161722.996000', '161723.000000', '161723.002000', '161723.005000', '161723.008000', '161723.011000', '161723.014000', '161723.016000', '161723.019000', '161723.022000', '161723.025000', '161723.027000', '161723.030000', '161723.033000', '161723.036000', '161723.039000', '161723.050000', '161723.053000', '161723.056000', '161723.059000', '161723.062000', '161723.064000', '161723.067000', '161723.070000', '161723.073000', '161723.076000', '161723.079000', '161723.082000', '161723.084000', '161723.098000', '161723.101000', '161723.103000', '161723.106000', '161723.109000', '161723.112000', '161723.115000', '161723.117000', '161723.120000', '161723.123000', '161723.126000', '161723.129000', '161723.131000', '161723.134000', '161723.137000', '161742.997000', '161743.000000', '161743.003000', '161743.005000', '161743.008000', '161743.011000', '161743.014000', '161743.016000', '161743.019000', '161743.022000', '161743.025000', '161743.027000', '161743.030000', '161743.033000', '161743.036000', '161743.039000', '161743.041000', '161743.044000', '161743.047000', '161743.050000', '161743.052000', '161743.055000', '161743.058000', '161743.061000', '161743.064000', '161743.068000', '161743.071000', '161743.074000', '161743.077000', '161743.080000', '161743.083000', '161743.085000', '161743.088000', '161743.091000', '161743.094000', '161743.097000', '161743.100000', '161743.103000', '161743.106000', '161743.108000', '161743.111000', '161743.114000', '161743.117000', '161802.996000', '161803.000000', '161803.003000', '161803.005000', '161803.008000', '161803.011000', '161803.014000', '161803.016000', '161803.019000', '161803.022000', '161803.025000', '161803.027000', '161803.030000', '161803.033000', '161803.036000', '161803.038000', '161803.041000', '161803.044000', '161803.047000', '161803.050000', '161803.053000', '161803.055000', '161803.058000', '161803.061000', '161803.064000', '161803.067000', '161803.069000', '161803.072000', '161803.075000', '161803.078000', '161803.081000', '161803.084000', '161803.086000', '161803.089000', '161803.092000', '161803.095000', '161803.098000', '161803.101000', '161803.103000', '161803.106000', '161803.109000', '161803.117000', '161803.120000', '161803.123000', '161822.996000', '161823.000000', '161823.003000', '161823.005000', '161823.008000', '161823.011000', '161823.014000', '161823.017000', '161823.019000', '161823.022000', '161823.025000', '161823.028000', '161823.030000', '161823.033000', '161823.036000', '161823.040000', '161823.043000', '161823.046000', '161823.049000', '161823.051000', '161823.054000', '161823.057000', '161823.060000', '161823.063000', '161823.066000', '161823.068000', '161823.071000', '161823.074000', '161823.077000', '161823.080000', '161823.082000', '161823.085000', '161823.088000', '161823.091000', '161823.094000', '161823.097000', '161823.102000', '161823.106000', '161823.108000', '161823.111000', '161823.114000', '161823.117000', '161823.120000', '161842.996000', '161843.000000', '161843.003000', '161843.006000', '161843.009000', '161843.012000', '161843.015000', '161843.018000', '161843.021000', '161843.024000', '161843.026000', '161843.029000', '161843.032000', '161843.046000', '161843.048000', '161843.051000', '161843.054000', '161843.057000', '161843.060000', '161843.063000', '161843.065000', '161843.068000', '161843.071000', '161843.074000', '161843.077000', '161843.080000', '161843.082000', '161843.085000', '161843.088000', '161843.091000', '161843.094000', '161843.097000', '161843.100000', '161843.102000', '161843.105000', '161843.108000', '161843.111000', '161843.114000', '161843.116000', '161843.119000', '161843.122000', '161843.125000', '161843.128000', '161843.130000', '161902.996000', '161903.000000', '161903.003000', '161903.006000', '161903.009000', '161903.011000', '161903.014000', '161903.017000', '161903.020000', '161903.023000', '161903.026000', '161903.028000', '161903.031000', '161903.034000', '161903.037000', '161903.040000', '161903.043000', '161903.045000', '161903.048000', '161903.051000', '161903.054000', '161903.057000', '161903.060000', '161903.062000', '161903.065000', '161903.068000', '161903.071000', '161903.074000', '161903.077000', '161903.079000', '161903.082000', '161903.085000', '161903.088000', '161903.091000', '161903.094000', '161903.096000', '161903.099000', '161903.102000', '161903.105000', '161903.108000', '161903.110000', '161903.113000', '161903.116000', '161922.996000', '161923.000000', '161923.002000', '161923.013000', '161923.016000', '161923.019000', '161923.021000', '161923.024000', '161923.027000', '161923.030000', '161923.033000', '161923.036000', '161923.038000', '161923.041000', '161923.044000', '161923.047000', '161923.050000', '161923.053000', '161923.055000', '161923.058000', '161923.061000', '161923.064000', '161923.067000', '161923.070000', '161923.072000', '161923.075000', '161923.078000', '161923.081000', '161923.084000', '161923.087000', '161923.089000', '161923.092000', '161923.095000', '161923.098000', '161923.101000', '161923.104000', '161923.107000', '161923.109000', '161923.112000', '161923.115000', '161923.118000', '161923.121000', '161923.124000', '161923.127000', '161942.996000', '161943.000000', '161943.003000', '161943.006000', '161943.009000', '161943.012000', '161943.014000', '161943.017000', '161943.020000', '161943.023000', '161943.026000', '161943.029000', '161943.031000', '161943.034000', '161943.037000', '161943.040000', '161943.043000', '161943.046000', '161943.048000', '161943.051000', '161943.054000', '161943.057000', '161943.060000', '161943.062000', '161943.065000', '161943.068000', '161943.071000', '161943.074000', '161943.077000', '161943.081000', '161943.084000', '161943.086000', '161943.089000', '161943.092000', '161943.095000', '161943.098000', '161943.101000', '161943.104000', '161943.106000', '161943.109000', '161943.112000', '161943.115000', '161943.118000', '162002.997000', '162003.000000', '162003.003000', '162003.006000', '162003.008000', '162003.011000', '162003.014000', '162003.017000', '162003.020000', '162003.023000', '162003.026000', '162003.029000', '162003.031000', '162003.034000', '162003.037000', '162003.040000', '162003.044000', '162003.047000', '162003.050000', '162003.053000', '162003.056000', '162003.058000', '162003.061000', '162003.064000', '162003.067000', '162003.070000', '162003.073000', '162003.076000', '162003.078000', '162003.081000', '162003.084000', '162003.087000', '162003.090000', '162003.093000', '162003.096000', '162003.098000', '162003.101000', '162003.104000', '162003.107000', '162003.110000', '162003.113000', '162003.116000', '162003.119000', '162003.121000', '162022.996000', '162023.000000', '162023.003000', '162023.005000', '162023.009000', '162023.011000', '162023.014000', '162023.017000', '162023.020000', '162023.023000', '162023.026000', '162023.028000', '162023.031000', '162023.034000', '162023.037000', '162023.040000', '162023.043000', '162023.046000', '162023.048000', '162023.051000', '162023.054000', '162023.057000', '162023.060000', '162023.063000', '162023.066000', '162023.068000', '162023.071000', '162023.074000', '162023.077000', '162023.080000', '162023.082000', '162023.085000', '162023.088000', '162023.091000', '162023.094000', '162023.096000', '162023.099000', '162023.102000', '162023.105000', '162023.108000', '162023.111000', '162023.113000', '162023.116000', '162042.996000', '162043.007000', '162043.010000', '162043.013000', '162043.016000', '162043.019000', '162043.021000', '162043.024000', '162043.027000', '162043.030000', '162043.033000', '162043.036000', '162043.038000', '162043.041000', '162043.044000', '162043.047000', '162043.050000', '162043.053000', '162043.055000', '162043.058000', '162043.061000', '162043.064000', '162043.067000', '162043.070000', '162043.073000', '162043.075000', '162043.078000', '162043.081000', '162043.084000', '162043.087000', '162043.090000', '162043.093000', '162043.095000', '162043.098000', '162043.101000', '162043.104000', '162043.107000', '162043.110000', '162043.113000', '162043.115000', '162043.118000', '162043.121000', '162043.124000', '162043.127000', '162102.996000', '162103.000000', '162103.003000', '162103.006000', '162103.009000', '162103.011000', '162103.014000', '162103.017000', '162103.020000', '162103.023000', '162103.026000', '162103.029000', '162103.031000', '162103.034000', '162103.037000', '162103.040000', '162103.043000', '162103.046000', '162103.048000', '162103.051000', '162103.054000', '162103.057000', '162103.060000', '162103.063000', '162103.066000', '162103.068000', '162103.071000', '162103.074000', '162103.077000', '162103.080000', '162103.082000', '162103.085000', '162103.088000', '162103.091000', '162103.094000', '162103.097000', '162103.100000', '162103.103000', '162103.105000', '162103.108000', '162103.111000', '162103.114000', '162103.118000', '162122.996000', '162123.000000', '162123.003000', '162123.005000', '162123.008000', '162123.011000', '162123.014000', '162123.017000', '162123.019000', '162123.022000', '162123.025000', '162123.028000', '162123.030000', '162123.033000', '162123.036000', '162123.039000', '162123.042000', '162123.045000', '162123.048000', '162123.050000', '162123.053000', '162123.056000', '162123.059000', '162123.062000', '162123.065000', '162123.068000', '162123.071000', '162123.073000', '162123.076000', '162123.079000', '162123.082000', '162123.085000', '162123.088000', '162123.091000', '162123.093000', '162123.096000', '162123.099000', '162123.102000', '162123.105000', '162123.108000', '162123.111000', '162123.113000', '162123.116000', '162123.119000', '162142.996000', '162143.000000', '162143.003000', '162143.006000', '162143.008000', '162143.011000', '162143.014000', '162143.017000', '162143.020000', '162143.023000', '162143.025000', '162143.028000', '162143.031000', '162143.034000', '162143.037000', '162143.039000', '162143.042000', '162143.045000', '162143.048000', '162143.067000', '162143.070000', '162143.072000', '162143.075000', '162143.078000', '162143.081000', '162143.084000', '162143.086000', '162143.089000', '162143.092000', '162143.095000', '162143.098000', '162143.100000', '162143.103000', '162143.106000', '162143.109000', '162143.112000', '162143.114000', '162143.118000', '162143.121000', '162143.123000', '162143.126000', '162143.129000', '162143.132000', '162202.996000', '162203.000000', '162203.003000', '162203.006000', '162203.008000', '162203.011000', '162203.014000', '162203.017000', '162203.020000', '162203.022000', '162203.025000', '162203.028000', '162203.031000', '162203.034000', '162203.036000', '162203.039000', '162203.042000', '162203.045000', '162203.048000', '162203.050000', '162203.053000', '162203.056000', '162203.059000', '162203.062000', '162203.065000', '162203.067000', '162203.070000', '162203.073000', '162203.076000', '162203.078000', '162203.081000', '162203.084000', '162203.087000', '162203.090000', '162203.093000', '162203.095000', '162203.098000', '162203.101000', '162203.104000', '162203.107000', '162203.110000', '162203.112000', '162203.115000', '162222.997000', '162223.000000', '162223.003000', '162223.006000', '162223.009000', '162223.011000', '162223.014000', '162223.017000', '162223.020000', '162223.023000', '162223.029000', '162223.032000', '162223.035000', '162223.038000', '162223.041000', '162223.044000', '162223.046000', '162223.049000', '162223.052000', '162223.055000', '162223.058000', '162223.061000', '162223.064000', '162223.067000', '162223.069000', '162223.072000', '162223.075000', '162223.078000', '162223.081000', '162223.084000', '162223.087000', '162223.089000', '162223.092000', '162223.095000', '162223.098000', '162223.101000', '162223.104000', '162223.107000', '162223.110000', '162223.112000', '162223.115000', '162223.118000', '162223.121000', '162223.124000', '162242.996000', '162243.001000', '162243.006000', '162243.009000', '162243.012000', '162243.015000', '162243.018000', '162243.020000', '162243.023000', '162243.026000', '162243.031000', '162243.034000', '162243.036000', '162243.039000', '162243.042000', '162243.045000', '162243.048000', '162243.051000', '162243.054000', '162243.057000', '162243.059000', '162243.062000', '162243.065000', '162243.068000', '162243.071000', '162243.073000', '162243.076000', '162243.079000', '162243.082000', '162243.085000', '162243.087000', '162243.090000', '162243.093000', '162243.096000', '162243.099000', '162243.102000', '162243.104000', '162243.107000', '162243.110000', '162243.113000', '162243.116000', '162243.118000', '162243.121000', '162302.996000', '162303.000000', '162303.003000', '162303.006000', '162303.008000', '162303.011000', '162303.014000', '162303.017000', '162303.020000', '162303.023000', '162303.026000', '162303.028000', '162303.031000', '162303.034000', '162303.037000', '162303.040000', '162303.043000', '162303.046000', '162303.048000', '162303.051000', '162303.054000', '162303.057000', '162303.060000', '162303.063000', '162303.065000', '162303.068000', '162303.071000', '162303.074000', '162303.077000', '162303.080000', '162303.082000', '162303.085000', '162303.088000', '162303.091000', '162303.094000', '162303.097000', '162303.100000', '162303.103000', '162303.105000', '162303.108000', '162303.111000', '162303.114000', '162303.117000', '162303.119000', '162322.996000', '162323.000000', '162323.003000', '162323.006000', '162323.009000', '162323.012000', '162323.015000', '162323.018000', '162323.020000', '162323.023000', '162323.026000', '162323.029000', '162323.032000', '162323.035000', '162323.037000', '162323.040000', '162323.043000', '162323.046000', '162323.049000', '162323.052000', '162323.054000', '162323.058000', '162323.063000', '162323.066000', '162323.069000', '162323.072000', '162323.075000', '162323.078000', '162323.080000', '162323.083000', '162323.086000', '162323.089000', '162323.092000', '162323.095000', '162323.098000', '162323.100000', '162323.103000', '162323.106000', '162323.109000', '162323.112000', '162323.115000', '162323.118000', '162323.120000', '162342.996000', '162343.000000', '162343.003000', '162343.006000', '162343.008000', '162343.011000', '162343.014000', '162343.017000', '162343.020000', '162343.023000', '162343.025000', '162343.028000', '162343.031000', '162343.034000', '162343.036000', '162343.039000', '162343.042000', '162343.045000', '162343.048000', '162343.051000', '162343.053000', '162343.062000', '162343.088000', '162343.090000', '162343.093000', '162343.096000', '162343.099000', '162343.102000', '162343.105000', '162343.107000', '162343.110000', '162343.113000', '162343.116000', '162343.119000', '162343.122000', '162343.124000', '162343.127000', '162343.130000', '162343.133000', '162343.136000', '162343.139000', '162343.142000', '162343.144000', '162343.147000', '162402.996000', '162403.000000', '162403.003000', '162403.006000', '162403.009000', '162403.011000', '162403.014000', '162403.017000', '162403.020000', '162403.022000', '162403.025000', '162403.028000', '162403.031000', '162403.034000', '162403.037000', '162403.040000', '162403.043000', '162403.046000', '162403.049000', '162403.052000', '162403.055000', '162403.058000', '162403.060000', '162403.063000', '162403.066000', '162403.069000', '162403.072000', '162403.074000', '162403.078000', '162403.080000', '162403.083000', '162403.087000', '162403.090000', '162403.092000', '162403.095000', '162403.098000', '162403.101000', '162403.104000', '162403.107000', '162403.109000', '162403.112000', '162403.115000', '162403.118000', '162422.996000', '162423.000000', '162423.003000', '162423.006000', '162423.008000', '162423.011000', '162423.014000', '162423.017000', '162423.019000', '162423.022000', '162423.025000', '162423.028000', '162423.031000', '162423.034000', '162423.037000', '162423.040000', '162423.042000', '162423.045000', '162423.048000', '162423.051000', '162423.054000', '162423.057000', '162423.059000', '162423.062000', '162423.065000', '162423.068000', '162423.071000', '162423.074000', '162423.077000', '162423.080000', '162423.082000', '162423.085000', '162423.088000', '162423.091000', '162423.094000', '162423.097000', '162423.099000', '162423.102000', '162423.105000', '162423.108000', '162423.111000', '162423.114000', '162423.124000', '162423.127000', '162442.997000', '162443.000000', '162443.003000', '162443.006000', '162443.008000', '162443.011000', '162443.014000', '162443.017000', '162443.020000', '162443.023000', '162443.025000', '162443.028000', '162443.031000', '162443.034000', '162443.037000', '162443.040000', '162443.043000', '162443.046000', '162443.048000', '162443.051000', '162443.054000', '162443.057000', '162443.063000', '162443.066000', '162443.069000', '162443.072000', '162443.075000', '162443.078000', '162443.081000', '162443.084000', '162443.086000', '162443.089000', '162443.092000', '162443.095000', '162443.097000', '162443.100000', '162443.103000', '162443.106000', '162443.109000', '162443.112000', '162443.115000', '162443.118000', '162443.120000', '162502.996000', '162503.000000', '162503.003000', '162503.006000', '162503.009000', '162503.011000', '162503.015000', '162503.017000', '162503.020000', '162503.023000', '162503.026000', '162503.029000', '162503.032000', '162503.034000', '162503.037000', '162503.040000', '162503.043000', '162503.046000', '162503.049000', '162503.052000', '162503.054000', '162503.057000', '162503.060000', '162503.063000', '162503.066000', '162503.068000', '162503.071000', '162503.074000', '162503.077000', '162503.080000', '162503.083000', '162503.085000', '162503.088000', '162503.091000', '162503.094000', '162503.097000', '162503.100000', '162503.102000', '162503.105000', '162503.108000', '162503.111000', '162503.114000', '162503.117000', '162503.120000', '162522.996000', '162523.000000', '162523.003000', '162523.006000', '162523.009000', '162523.012000', '162523.014000', '162523.017000', '162523.020000', '162523.023000', '162523.026000', '162523.029000', '162523.032000', '162523.034000', '162523.037000', '162523.040000', '162523.043000', '162523.046000', '162523.049000', '162523.051000', '162523.054000', '162523.057000', '162523.060000', '162523.063000', '162523.066000', '162523.069000', '162523.072000', '162523.075000', '162523.078000', '162523.081000', '162523.084000', '162523.086000', '162523.089000', '162523.092000', '162523.095000', '162523.098000', '162523.101000', '162523.103000', '162523.106000', '162523.109000', '162523.112000', '162523.115000', '162523.118000', '162542.996000', '162543.000000', '162543.003000', '162543.006000', '162543.008000', '162543.011000', '162543.014000', '162543.017000', '162543.020000', '162543.023000', '162543.026000', '162543.029000', '162543.031000', '162543.034000', '162543.037000', '162543.040000', '162543.043000', '162543.046000', '162543.049000', '162543.052000', '162543.054000', '162543.057000', '162543.060000', '162543.063000', '162543.066000', '162543.069000', '162543.072000', '162543.074000', '162543.077000', '162543.080000', '162543.083000', '162543.086000', '162543.089000', '162543.092000', '162543.095000', '162543.097000', '162543.100000', '162543.103000', '162543.126000', '162543.129000', '162543.132000', '162543.135000', '162543.138000', '162543.141000', '162602.996000', '162603.000000', '162603.003000', '162603.006000', '162603.009000', '162603.011000', '162603.014000', '162603.017000', '162603.020000', '162603.023000', '162603.026000', '162603.030000', '162603.033000', '162603.036000', '162603.039000', '162603.042000', '162603.045000', '162603.047000', '162603.050000', '162603.053000', '162603.056000', '162603.059000', '162603.062000', '162603.065000', '162603.068000', '162603.070000', '162603.073000', '162603.076000', '162603.079000', '162603.082000', '162603.085000', '162603.088000', '162603.090000', '162603.093000', '162603.096000', '162603.099000', '162603.102000', '162603.105000', '162603.108000', '162603.111000', '162603.114000', '162603.117000', '162603.120000', '162622.996000', '162623.000000', '162623.003000', '162623.006000', '162623.009000', '162623.011000', '162623.014000', '162623.017000', '162623.020000', '162623.023000', '162623.026000', '162623.029000', '162623.032000', '162623.034000', '162623.037000', '162623.040000', '162623.043000', '162623.046000', '162623.049000', '162623.051000', '162623.054000', '162623.057000', '162623.060000', '162623.063000', '162623.066000', '162623.069000', '162623.071000', '162623.074000', '162623.077000', '162623.080000', '162623.083000', '162623.086000', '162623.089000', '162623.091000', '162623.094000', '162623.097000', '162623.100000', '162623.103000', '162623.106000', '162623.108000', '162623.111000', '162623.114000', '162623.117000', '162623.120000', '162642.996000', '162643.000000', '162643.003000', '162643.006000', '162643.009000', '162643.012000', '162643.015000', '162643.018000', '162643.020000', '162643.023000', '162643.026000', '162643.029000', '162643.032000', '162643.035000', '162643.038000', '162643.040000', '162643.043000', '162643.046000', '162643.049000', '162643.052000', '162643.055000', '162643.058000', '162643.061000', '162643.063000', '162643.066000', '162643.069000', '162643.072000', '162643.075000', '162643.078000', '162643.080000', '162643.083000', '162643.086000', '162643.089000', '162643.092000', '162643.095000', '162643.098000', '162643.101000', '162643.103000', '162643.106000', '162643.109000', '162643.112000', '162643.115000', '162643.118000', '162702.997000', '162703.001000', '162703.004000', '162703.007000', '162703.010000', '162703.012000', '162703.015000', '162703.018000', '162703.021000', '162703.024000', '162703.027000', '162703.030000', '162703.032000', '162703.035000', '162703.038000', '162703.044000', '162703.047000', '162703.050000', '162703.053000', '162703.056000', '162703.066000', '162703.069000', '162703.072000', '162703.074000', '162703.077000', '162703.080000', '162703.083000', '162703.086000', '162703.088000', '162703.091000', '162703.094000', '162703.097000', '162703.100000', '162703.102000', '162703.105000', '162703.108000', '162703.111000', '162703.114000', '162703.116000', '162703.120000', '162703.122000', '162703.125000', '162703.128000', '162703.131000', '162722.996000', '162723.000000', '162723.003000', '162723.006000', '162723.009000', '162723.012000', '162723.015000', '162723.017000', '162723.020000', '162723.023000', '162723.026000', '162723.029000', '162723.032000', '162723.035000', '162723.037000', '162723.040000', '162723.043000', '162723.046000', '162723.049000', '162723.052000', '162723.055000', '162723.058000', '162723.060000', '162723.063000', '162723.067000', '162723.070000', '162723.073000', '162723.076000', '162723.079000', '162723.082000', '162723.085000', '162723.088000', '162723.090000', '162723.094000', '162723.096000', '162723.099000', '162723.102000', '162723.105000', '162723.108000', '162723.111000', '162723.114000', '162723.117000', '162723.119000', '162724.579000', '162724.583000', '162724.587000', '162724.589000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [13461, 9044, 11797, 10267, 8594, 12034, 12081, 8670, 12791, 10230, 7740, 14182, 10395, 9208, 14197, 10086, 9319, 10980, 8995, 14184, 11160, 7923, 12992, 9934, 7889, 12147, 9794, 11032, 11104, 7996, 13905, 10227, 8904, 12122, 9430, 12284, 10197, 7986, 11387, 10126, 7959, 14680, 11179, 9377, 12965, 9717, 12051, 10672, 8661, 18151, 13721, 13651, 11035, 8334, 13643, 10344, 8142, 14298, 9862, 9090, 10119, 7385, 13299, 10497, 12360, 11880, 7471, 14375, 10295, 8950, 12122, 9173, 14158, 10595, 7519, 11028, 9012, 10515, 9934, 7704, 14166, 10668, 8564, 10177, 7910, 12268, 10169, 7959, 13509, 10349, 9312, 10163, 7390, 13428, 10542, 11789, 12928, 8246, 15719, 10440, 9086, 12282, 9917, 16188, 11576, 7813, 13045, 10045, 11093, 13811, 10276, 18866, 11784, 9410, 12762, 10649, 17848, 12958, 8574, 13335, 10142, 9465, 11306, 9390, 16998, 12600, 8726, 12376, 9616, 8884, 13049, 10491, 10390, 11010, 9053, 12177, 10392, 8459, 17036, 11600, 11605, 10268, 7656, 14969, 10926, 11828, 11620, 7975, 15213, 10427, 8780, 14314, 10620, 10683, 9915, 7631, 13232, 10337, 11795, 13667, 8297, 15249, 10596, 9168, 12390, 9994, 17250, 11912, 8517, 11898, 9800, 10969, 11705, 7908, 15476, 10255, 8849, 11445, 9405, 14824, 11523, 7940, 12805, 9991, 10857, 9970, 7721, 14318, 10824, 8243, 10410, 7919, 12795, 9978, 10866, 11419, 7674, 14183, 9947, 12821, 10475, 8864, 13827, 10335, 12554, 10084, 7494, 12213, 9426, 10290, 11104, 8633, 15310, 10400, 15675, 10646, 9973, 10769, 8283, 17187, 13722, 13782, 10038, 7310, 12409, 9581, 13521, 10481, 10361, 15560, 10012, 15296, 10527, 9131, 11701, 9281, 17731, 12383, 9187, 10627, 7493, 13268, 9982, 13448, 11057, 7919, 14213, 9804, 10550, 9762, 7745, 14986, 11124, 11747, 10138, 7747, 12409, 9836, 15564, 11682, 9792, 11638, 7672, 13659, 10208, 16775, 11328, 10773, 11999, 8065, 13020, 9682, 7552, 11423, 9458, 11622, 10334, 7408, 12307, 9964, 16902, 11734, 16928, 12561, 9290, 11435, 7481, 13553, 10359, 20345, 13932, 9227, 9636, 8224, 10214, 10633, 8291, 12699, 10640, 7514, 10946, 10212, 8408, 16097, 12432, 11244, 11438, 8317, 15579, 9904, 18546, 15392, 19091, 12563, 10106, 10953, 8024, 14171, 10692, 8725, 10250, 7999, 10806, 9801, 7795, 13531, 9886, 8851, 9880, 7207, 13299, 9894, 14556, 11832, 8070, 11582, 8582, 15010, 10281, 9698, 14506, 9903, 11200, 9863, 7502, 12613, 9821, 13449, 11023, 7968, 11650, 9561, 9304, 10998, 8028, 16501, 10236, 8271, 11719, 9536, 13732, 10891, 7896, 12268, 9680, 10436, 11205, 7912, 16551, 11162, 9496, 11039, 9261, 15989, 12234, 8304, 15076, 9526, 7207, 12782, 9744, 8019, 15147, 11161, 8562, 12536, 9506, 17033, 12202, 14237, 15668, 9631, 16385, 10925, 10059, 11833, 8809, 16749, 9201, 9891, 9965, 7813, 14180, 10667, 8137, 10044, 8047, 12059, 9416, 8004, 11360, 9229, 15498, 11112, 10237, 9756, 7420, 13405, 10231, 15873, 11194, 8220, 12153, 9680, 9503, 12040, 9036, 12588, 9801, 7643, 12027, 9556, 14835, 11590, 9026, 11119, 8294, 13672, 10205, 11345, 11287, 7655, 12022, 9227, 12876, 10112, 8699, 12443, 9054, 13949, 9941, 7684, 11803, 9514, 10497, 10705, 7309, 13303, 10115, 8835, 10950, 9057, 16111, 11838, 9843, 10020, 7115, 13861, 10576, 13550, 11774, 7452, 13126, 9658, 8002, 11430, 9616, 11455, 9992, 7642, 12043, 10129, 8357, 14765, 11340, 17013, 12138, 9645, 11402, 8878, 18035, 12965, 12393, 9901, 7332, 12237, 9691, 12601, 10665, 7289, 12323, 9388, 7812, 11722, 9671, 8333, 11139, 8869, 10115, 10440, 8198, 16675, 13700, 16465, 12154, 8758, 12798, 9552, 18636, 12260, 9548, 10129, 7683, 12659, 9427, 8955, 10787, 7432, 12614, 9508, 8458, 9859, 8214, 13415, 10465, 7596, 11046, 8705, 14265, 10697, 12356, 10120, 9695, 15460, 9027, 16208, 10138, 8910, 11358, 9279, 15619, 11140, 7718, 10844, 9190, 10336, 10473, 7513, 15011, 10000, 8410, 11353, 9376, 11075, 12033, 8636, 14701, 10701, 7817, 12993, 10214, 10721, 15661, 10743, 9437, 10561, 8748, 13433, 11328, 7892, 18293, 11116, 8117, 12527, 9948, 10063, 13315, 9513, 10646, 9887, 7934, 16068, 11871, 11480, 12588, 8587, 11153, 10486, 8593, 17137, 10952, 8259, 11486, 9307, 9741, 11364, 8762, 12895, 9704, 7341, 11856, 9427, 10659, 11519, 9097, 16124, 11336, 11220, 9953, 7580, 14082, 10578, 15757, 10501, 7835, 11622, 8969, 9146, 9495, 7646, 10898, 9634, 7206, 11638, 9527, 8081, 13996, 10375, 11593, 12994, 10039, 14802, 11948, 7728, 16102, 10755, 11772, 16269, 10022, 15879, 10193, 7666, 12917, 10009, 9477, 11143, 8361, 14429, 10113, 8923, 11963, 9069, 15914, 10425, 10085, 9940, 7336, 12662, 9927, 10218, 10696, 7767, 11344, 9721, 7521, 12840, 10218, 11854, 10215, 7392, 12935, 9818, 10499, 12494, 9998, 18126, 10871, 8230, 11763, 9611, 9853, 12200, 9060, 11622, 10086, 7539, 13667, 10361, 15585, 13374, 8103, 15565, 10437, 9674, 11588, 8339, 17133, 10857, 8886, 11125, 8559, 13966, 10759, 8877, 12924, 9199, 12075, 9678, 7477, 12300, 9661, 9529, 12081, 9083, 9454, 10139, 7651, 13686, 10759, 12521, 13220, 8504, 16786, 10644, 10245, 13814, 11193, 20118, 11703, 9821, 11449, 8532, 13987, 10635, 9292, 12247, 8558, 9551, 9554, 7455, 13254, 10110, 12304, 10840, 7717, 12635, 9561, 9004, 12192, 9902, 17640, 10949, 8241, 11703, 9539, 11909, 11064, 7768, 14259, 8959, 7549, 11162, 8993, 13927, 11123, 8316, 11922, 8699, 14759, 10051, 10289, 12054, 8584, 17228, 10343, 8797, 10440, 8303, 13096, 10416, 7444, 12061, 9341, 8774, 11112, 9347, 17064, 11315, 8473, 11525, 8948, 15538, 10656, 9041, 14625, 10156, 10273, 9740, 7534, 12473, 9815, 10180, 11722, 7828, 13040, 9668, 9372, 10541, 7934, 13440, 10025, 12203, 9665, 7307, 11472, 9194, 7838, 12135, 9400, 10605, 9820, 7489, 13962, 10344, 16214, 13909, 10795, 17160, 11005, 15404, 10611, 8999, 16597, 11835, 17498, 10203, 7582, 12393, 9194, 12557, 10748, 7478, 12028, 9420, 11369, 9575, 8209, 13506, 9957, 15869, 10034, 7832, 11886, 9449, 11578, 11565, 7537, 14065, 10064, 7623, 12108, 9998, 11672, 12237, 8114, 16172, 10110, 8465, 12498, 10057, 16727, 11771, 8287, 11330, 9500, 10831, 10269, 7711, 15043, 10496, 7849, 10960, 9606, 9370, 10625, 8575, 15785, 11035, 8077, 11719, 10071, 13983, 10800, 8794, 15786, 10848, 10411, 10341, 7721, 15001, 10939, 8419, 14432, 9537, 7831, 12008, 9738, 11277, 15164, 10490, 17473, 11518, 9218, 11807, 8173, 16522, 11537, 12923, 11928, 8566, 11895, 9935, 8261, 13959, 10568, 8655, 10733, 8759, 10330, 10754, 8778, 15454, 11507, 8082, 12905, 10114, 8122, 14346, 10578, 11038, 14825, 9672, 14334, 10362, 8583, 17676, 13195, 14690, 9818, 7675, 13341, 10141, 8704, 13481, 9275, 12307, 9648, 7805, 12566, 9769, 13572, 10913, 8368, 12000, 9214, 12951, 10342, 8245, 12975, 9377, 10777, 9451, 7374, 11132, 9005, 9517, 10906, 7650, 13916, 9675, 8005, 12536, 10210, 16547, 12845, 8488, 13158, 10026, 11037, 11213, 8728, 18628, 12500, 9330, 11382, 9290, 11748, 11114, 8675, 17466, 11328, 7662, 11939, 9274, 9666, 14485, 10754, 8687, 15785, 11282, 10245, 19251, 13467, 8299, 13221, 9957, 8224, 14351, 11025, 7810, 13497, 9492, 7580, 12215, 9566, 14561, 11181, 8163, 11601, 9335, 10053, 9781, 7840, 14155, 10915, 7701, 10746, 8417, 10885, 10030, 7720, 14812, 10885, 10954, 10486, 7648, 14434, 10489, 15907, 13983, 8949, 16766, 10679, 18389, 10700, 10517, 11295, 7780, 14173, 9705, 8055, 10340, 8003, 11633, 9898, 7783, 12061, 8996, 14309, 10232, 14810, 10596, 13559, 13824, 10438, 15711, 9563, 11934, 9612, 8225, 13168, 9956, 10487, 11755, 8443, 8220, 9755, 7835, 10910, 10835, 8525, 15783, 12665, 10039, 10899, 8497, 17306, 12737, 16730, 11273, 8233, 13047, 9129, 14585, 10971, 8152, 12212, 9415, 10082, 10182, 7508, 9550, 9221, 7942, 12501, 10089, 7505, 12655, 9157, 7694, 11836, 9162, 13105, 10660, 8427, 12174, 9146, 9345, 10803, 7953, 14958, 10037, 8270, 10626, 7632, 13512, 10247, 10340, 11800, 7778, 13357, 9326, 7967, 11477, 8669, 16134, 11411, 8646, 10777, 8317, 12375, 10404, 7985, 15105, 9281, 7458, 11428, 9173, 8985, 12381, 9349, 10034, 10142, 7947, 14653, 11303, 16186, 11794, 8027, 14048, 9921, 11819, 13249, 8970, 17718, 10031, 7859, 12167, 9284, 14305, 11422, 8498, 12972, 9004, 8088, 13498, 10078, 9893, 11618, 8510, 10068, 10369, 8429, 17113, 11247, 8743, 10868, 8166, 14622, 11220, 8612, 13332, 8802, 9251, 9933, 7924, 15592, 11356, 8677, 11061, 8135, 7505, 10199, 8302, 12253, 10368, 8192, 13016, 9529, 11063, 9990, 8814, 15729, 12905, 17972, 10310, 7848, 11619, 9019, 9205, 11728, 8290, 8657, 9066, 8034, 11448, 10204, 7888, 14224, 10291, 8926, 11545, 8778, 17536, 11897, 9101, 11521, 8300, 14226, 10169, 9583, 12523, 8087, 13553, 9532, 7986, 11892, 9363, 14200, 12062, 8396, 14754, 8781, 7882, 10418, 8427, 8106, 12089, 9010, 11243, 10573, 7804, 14805, 9599, 10154, 12417, 10380, 17957, 12999, 10340, 11061, 8072, 14105, 10157, 8631, 12975, 9126, 9503, 8545, 7801, 12987, 9474, 8704, 12563, 8839, 11251, 9583, 8525, 14391, 10206, 14096, 10119, 8210, 13499, 9511, 11132, 12417, 8031, 13347, 9301, 8155, 12846, 9177, 10966, 10563, 7927, 12485, 8939, 7713, 10586, 8268, 14867, 11209, 15701, 10457, 8993, 11077, 8383, 15250, 11614, 15716, 11168, 8627, 12157, 8395, 13060, 10513, 8094, 12564, 8123, 11340, 9191, 8264, 13628, 9999, 11320, 9737, 7883, 12819, 9269, 8349, 13993, 10178, 7836, 11420, 8394, 8320, 12879, 10419, 13315, 10972, 8497, 13482, 9846, 13087, 12014], 'WindowCenter': [3867.0, 3808.0, 3825.0, 3801.0, 3790.0, 3811.0, 3810.0, 3779.0, 3808.0, 3788.0, 3766.0, 3820.0, 3799.0, 3777.0, 3819.0, 3787.0, 3776.0, 3787.0, 3779.0, 3819.0, 3798.0, 3767.0, 3819.0, 3788.0, 3768.0, 3809.0, 3802.0, 3799.0, 3798.0, 3767.0, 3819.0, 3788.0, 3790.0, 3809.0, 3790.0, 3809.0, 3788.0, 3769.0, 3810.0, 3799.0, 3779.0, 3832.0, 3812.0, 3791.0, 3821.0, 3788.0, 3808.0, 3798.0, 3777.0, 3842.0, 3818.0, 3818.0, 3785.0, 3765.0, 3816.0, 3785.0, 3765.0, 3818.0, 3786.0, 3777.0, 3787.0, 3756.0, 3819.0, 3799.0, 3809.0, 3809.0, 3756.0, 3818.0, 3786.0, 3776.0, 3809.0, 3788.0, 3818.0, 3797.0, 3757.0, 3797.0, 3787.0, 3799.0, 3799.0, 3770.0, 3830.0, 3811.0, 3791.0, 3800.0, 3779.0, 3820.0, 3801.0, 3780.0, 3833.0, 3803.0, 3790.0, 3799.0, 3770.0, 3832.0, 3813.0, 3811.0, 3821.0, 3778.0, 3831.0, 3799.0, 3791.0, 3811.0, 3800.0, 3842.0, 3810.0, 3768.0, 3820.0, 3802.0, 3811.0, 3831.0, 3801.0, 3852.0, 3811.0, 3779.0, 3809.0, 3798.0, 3840.0, 3809.0, 3779.0, 3819.0, 3789.0, 3788.0, 3800.0, 3779.0, 3840.0, 3809.0, 3777.0, 3809.0, 3790.0, 3789.0, 3822.0, 3800.0, 3801.0, 3799.0, 3789.0, 3821.0, 3802.0, 3779.0, 3842.0, 3811.0, 3800.0, 3788.0, 3768.0, 3830.0, 3800.0, 3809.0, 3797.0, 3766.0, 3829.0, 3799.0, 3776.0, 3819.0, 3788.0, 3786.0, 3786.0, 3767.0, 3808.0, 3788.0, 3808.0, 3819.0, 3765.0, 3829.0, 3785.0, 3777.0, 3807.0, 3786.0, 3841.0, 3797.0, 3766.0, 3796.0, 3789.0, 3798.0, 3807.0, 3767.0, 3829.0, 3787.0, 3775.0, 3810.0, 3790.0, 3830.0, 3799.0, 3766.0, 3809.0, 3788.0, 3798.0, 3786.0, 3768.0, 3818.0, 3799.0, 3769.0, 3799.0, 3767.0, 3820.0, 3800.0, 3811.0, 3810.0, 3769.0, 3831.0, 3789.0, 3809.0, 3800.0, 3788.0, 3822.0, 3789.0, 3812.0, 3798.0, 3769.0, 3809.0, 3790.0, 3801.0, 3813.0, 3778.0, 3841.0, 3801.0, 3831.0, 3799.0, 3789.0, 3799.0, 3779.0, 3841.0, 3820.0, 3820.0, 3788.0, 3757.0, 3809.0, 3789.0, 3821.0, 3799.0, 3789.0, 3830.0, 3788.0, 3830.0, 3799.0, 3789.0, 3810.0, 3778.0, 3841.0, 3810.0, 3777.0, 3787.0, 3757.0, 3819.0, 3789.0, 3819.0, 3799.0, 3769.0, 3819.0, 3789.0, 3799.0, 3788.0, 3769.0, 3832.0, 3810.0, 3810.0, 3788.0, 3767.0, 3820.0, 3802.0, 3841.0, 3810.0, 3790.0, 3799.0, 3766.0, 3820.0, 3799.0, 3841.0, 3800.0, 3799.0, 3799.0, 3766.0, 3819.0, 3787.0, 3770.0, 3811.0, 3802.0, 3812.0, 3803.0, 3771.0, 3824.0, 3803.0, 3855.0, 3825.0, 3844.0, 3811.0, 3779.0, 3800.0, 3755.0, 3818.0, 3789.0, 3851.0, 3820.0, 3788.0, 3776.0, 3767.0, 3798.0, 3814.0, 3781.0, 3822.0, 3812.0, 3782.0, 3814.0, 3814.0, 3795.0, 3857.0, 3826.0, 3813.0, 3811.0, 3779.0, 3831.0, 3801.0, 3843.0, 3830.0, 3839.0, 3795.0, 3775.0, 3785.0, 3767.0, 3816.0, 3786.0, 3764.0, 3785.0, 3764.0, 3794.0, 3788.0, 3768.0, 3820.0, 3790.0, 3778.0, 3789.0, 3755.0, 3822.0, 3790.0, 3819.0, 3809.0, 3767.0, 3796.0, 3765.0, 3828.0, 3787.0, 3788.0, 3818.0, 3787.0, 3796.0, 3786.0, 3758.0, 3810.0, 3800.0, 3819.0, 3797.0, 3768.0, 3799.0, 3788.0, 3789.0, 3802.0, 3769.0, 3843.0, 3799.0, 3780.0, 3812.0, 3801.0, 3832.0, 3810.0, 3780.0, 3811.0, 3801.0, 3801.0, 3810.0, 3768.0, 3842.0, 3809.0, 3789.0, 3800.0, 3791.0, 3844.0, 3809.0, 3778.0, 3832.0, 3789.0, 3768.0, 3821.0, 3802.0, 3780.0, 3845.0, 3812.0, 3780.0, 3821.0, 3790.0, 3842.0, 3812.0, 3820.0, 3830.0, 3776.0, 3826.0, 3785.0, 3787.0, 3796.0, 3774.0, 3829.0, 3774.0, 3774.0, 3775.0, 3766.0, 3817.0, 3798.0, 3766.0, 3785.0, 3765.0, 3809.0, 3786.0, 3767.0, 3809.0, 3789.0, 3831.0, 3799.0, 3787.0, 3787.0, 3757.0, 3820.0, 3800.0, 3832.0, 3797.0, 3765.0, 3796.0, 3787.0, 3787.0, 3807.0, 3776.0, 3809.0, 3787.0, 3765.0, 3809.0, 3799.0, 3829.0, 3809.0, 3777.0, 3797.0, 3766.0, 3817.0, 3787.0, 3798.0, 3798.0, 3753.0, 3796.0, 3774.0, 3804.0, 3785.0, 3775.0, 3806.0, 3775.0, 3817.0, 3785.0, 3753.0, 3796.0, 3788.0, 3796.0, 3799.0, 3756.0, 3818.0, 3788.0, 3789.0, 3810.0, 3789.0, 3841.0, 3809.0, 3787.0, 3787.0, 3755.0, 3818.0, 3798.0, 3819.0, 3797.0, 3754.0, 3805.0, 3775.0, 3767.0, 3809.0, 3788.0, 3809.0, 3788.0, 3768.0, 3809.0, 3802.0, 3781.0, 3832.0, 3811.0, 3841.0, 3809.0, 3776.0, 3797.0, 3777.0, 3839.0, 3807.0, 3807.0, 3773.0, 3753.0, 3796.0, 3775.0, 3806.0, 3785.0, 3755.0, 3807.0, 3778.0, 3766.0, 3808.0, 3789.0, 3779.0, 3800.0, 3790.0, 3800.0, 3798.0, 3780.0, 3842.0, 3822.0, 3831.0, 3798.0, 3764.0, 3806.0, 3787.0, 3839.0, 3796.0, 3774.0, 3775.0, 3742.0, 3805.0, 3775.0, 3776.0, 3795.0, 3753.0, 3807.0, 3786.0, 3766.0, 3786.0, 3778.0, 3820.0, 3800.0, 3768.0, 3799.0, 3778.0, 3830.0, 3798.0, 3808.0, 3787.0, 3786.0, 3819.0, 3775.0, 3826.0, 3786.0, 3774.0, 3796.0, 3775.0, 3829.0, 3796.0, 3754.0, 3796.0, 3788.0, 3799.0, 3798.0, 3756.0, 3830.0, 3789.0, 3766.0, 3808.0, 3790.0, 3810.0, 3809.0, 3779.0, 3830.0, 3799.0, 3767.0, 3820.0, 3798.0, 3798.0, 3830.0, 3798.0, 3777.0, 3786.0, 3779.0, 3819.0, 3799.0, 3765.0, 3840.0, 3795.0, 3766.0, 3807.0, 3787.0, 3785.0, 3808.0, 3787.0, 3786.0, 3785.0, 3767.0, 3830.0, 3796.0, 3796.0, 3795.0, 3765.0, 3795.0, 3786.0, 3763.0, 3827.0, 3784.0, 3763.0, 3794.0, 3775.0, 3775.0, 3796.0, 3775.0, 3807.0, 3775.0, 3756.0, 3806.0, 3788.0, 3798.0, 3809.0, 3777.0, 3830.0, 3798.0, 3795.0, 3774.0, 3755.0, 3817.0, 3785.0, 3817.0, 3782.0, 3751.0, 3793.0, 3762.0, 3774.0, 3784.0, 3767.0, 3797.0, 3787.0, 3770.0, 3810.0, 3802.0, 3793.0, 3846.0, 3812.0, 3823.0, 3834.0, 3802.0, 3833.0, 3811.0, 3769.0, 3842.0, 3801.0, 3810.0, 3844.0, 3789.0, 3829.0, 3785.0, 3767.0, 3809.0, 3788.0, 3786.0, 3796.0, 3765.0, 3817.0, 3786.0, 3775.0, 3797.0, 3776.0, 3828.0, 3786.0, 3785.0, 3773.0, 3753.0, 3807.0, 3787.0, 3787.0, 3787.0, 3754.0, 3797.0, 3787.0, 3769.0, 3820.0, 3801.0, 3809.0, 3788.0, 3755.0, 3809.0, 3788.0, 3799.0, 3808.0, 3788.0, 3842.0, 3797.0, 3766.0, 3808.0, 3790.0, 3790.0, 3811.0, 3780.0, 3809.0, 3788.0, 3769.0, 3821.0, 3800.0, 3829.0, 3819.0, 3765.0, 3828.0, 3786.0, 3777.0, 3798.0, 3766.0, 3839.0, 3786.0, 3777.0, 3797.0, 3765.0, 3818.0, 3798.0, 3779.0, 3808.0, 3776.0, 3808.0, 3775.0, 3756.0, 3809.0, 3789.0, 3789.0, 3810.0, 3780.0, 3789.0, 3801.0, 3770.0, 3821.0, 3812.0, 3823.0, 3820.0, 3778.0, 3830.0, 3798.0, 3788.0, 3819.0, 3796.0, 3840.0, 3795.0, 3773.0, 3783.0, 3764.0, 3807.0, 3784.0, 3774.0, 3795.0, 3764.0, 3774.0, 3773.0, 3754.0, 3819.0, 3788.0, 3808.0, 3796.0, 3756.0, 3808.0, 3787.0, 3777.0, 3808.0, 3787.0, 3841.0, 3786.0, 3764.0, 3796.0, 3787.0, 3797.0, 3796.0, 3754.0, 3818.0, 3776.0, 3767.0, 3798.0, 3790.0, 3831.0, 3811.0, 3767.0, 3809.0, 3777.0, 3818.0, 3787.0, 3786.0, 3808.0, 3765.0, 3829.0, 3786.0, 3766.0, 3786.0, 3779.0, 3819.0, 3797.0, 3755.0, 3809.0, 3788.0, 3778.0, 3809.0, 3790.0, 3840.0, 3799.0, 3767.0, 3798.0, 3776.0, 3830.0, 3787.0, 3775.0, 3819.0, 3786.0, 3784.0, 3775.0, 3756.0, 3810.0, 3788.0, 3788.0, 3809.0, 3768.0, 3818.0, 3791.0, 3788.0, 3798.0, 3767.0, 3818.0, 3789.0, 3809.0, 3787.0, 3767.0, 3810.0, 3792.0, 3781.0, 3823.0, 3803.0, 3813.0, 3802.0, 3772.0, 3833.0, 3803.0, 3843.0, 3823.0, 3798.0, 3841.0, 3798.0, 3827.0, 3787.0, 3776.0, 3828.0, 3796.0, 3827.0, 3773.0, 3754.0, 3795.0, 3776.0, 3807.0, 3784.0, 3754.0, 3795.0, 3776.0, 3795.0, 3776.0, 3765.0, 3807.0, 3786.0, 3828.0, 3776.0, 3754.0, 3796.0, 3787.0, 3798.0, 3797.0, 3755.0, 3818.0, 3785.0, 3755.0, 3808.0, 3790.0, 3798.0, 3808.0, 3766.0, 3830.0, 3786.0, 3766.0, 3808.0, 3787.0, 3828.0, 3798.0, 3765.0, 3796.0, 3776.0, 3797.0, 3788.0, 3755.0, 3830.0, 3797.0, 3768.0, 3799.0, 3789.0, 3791.0, 3802.0, 3790.0, 3842.0, 3812.0, 3781.0, 3811.0, 3802.0, 3832.0, 3812.0, 3779.0, 3843.0, 3803.0, 3799.0, 3800.0, 3770.0, 3844.0, 3812.0, 3780.0, 3833.0, 3791.0, 3770.0, 3823.0, 3803.0, 3812.0, 3844.0, 3802.0, 3853.0, 3810.0, 3788.0, 3810.0, 3779.0, 3841.0, 3810.0, 3819.0, 3810.0, 3778.0, 3807.0, 3787.0, 3778.0, 3820.0, 3800.0, 3778.0, 3799.0, 3777.0, 3799.0, 3800.0, 3779.0, 3831.0, 3798.0, 3767.0, 3821.0, 3798.0, 3781.0, 3832.0, 3802.0, 3799.0, 3832.0, 3789.0, 3819.0, 3788.0, 3778.0, 3841.0, 3809.0, 3818.0, 3775.0, 3754.0, 3807.0, 3786.0, 3776.0, 3807.0, 3775.0, 3796.0, 3775.0, 3755.0, 3808.0, 3789.0, 3818.0, 3786.0, 3765.0, 3795.0, 3776.0, 3808.0, 3787.0, 3766.0, 3808.0, 3777.0, 3787.0, 3786.0, 3757.0, 3809.0, 3792.0, 3801.0, 3813.0, 3781.0, 3833.0, 3802.0, 3782.0, 3825.0, 3804.0, 3845.0, 3823.0, 3779.0, 3822.0, 3789.0, 3800.0, 3799.0, 3778.0, 3842.0, 3808.0, 3776.0, 3796.0, 3777.0, 3808.0, 3799.0, 3778.0, 3841.0, 3811.0, 3766.0, 3797.0, 3777.0, 3788.0, 3831.0, 3799.0, 3778.0, 3843.0, 3801.0, 3788.0, 3853.0, 3821.0, 3767.0, 3809.0, 3787.0, 3778.0, 3819.0, 3800.0, 3757.0, 3819.0, 3777.0, 3757.0, 3809.0, 3789.0, 3819.0, 3798.0, 3766.0, 3797.0, 3777.0, 3787.0, 3789.0, 3769.0, 3819.0, 3799.0, 3767.0, 3799.0, 3778.0, 3798.0, 3800.0, 3769.0, 3833.0, 3800.0, 3799.0, 3799.0, 3767.0, 3832.0, 3801.0, 3831.0, 3819.0, 3776.0, 3829.0, 3786.0, 3828.0, 3787.0, 3787.0, 3798.0, 3754.0, 3806.0, 3774.0, 3765.0, 3786.0, 3767.0, 3809.0, 3800.0, 3768.0, 3821.0, 3791.0, 3832.0, 3802.0, 3831.0, 3801.0, 3820.0, 3820.0, 3786.0, 3817.0, 3775.0, 3794.0, 3786.0, 3777.0, 3820.0, 3801.0, 3800.0, 3809.0, 3767.0, 3767.0, 3788.0, 3769.0, 3812.0, 3812.0, 3780.0, 3832.0, 3821.0, 3789.0, 3797.0, 3778.0, 3840.0, 3809.0, 3829.0, 3785.0, 3753.0, 3793.0, 3764.0, 3815.0, 3784.0, 3752.0, 3782.0, 3761.0, 3773.0, 3772.0, 3743.0, 3774.0, 3775.0, 3768.0, 3808.0, 3787.0, 3756.0, 3808.0, 3777.0, 3766.0, 3809.0, 3790.0, 3820.0, 3799.0, 3767.0, 3807.0, 3777.0, 3777.0, 3797.0, 3766.0, 3819.0, 3787.0, 3766.0, 3785.0, 3754.0, 3819.0, 3800.0, 3788.0, 3809.0, 3755.0, 3807.0, 3776.0, 3766.0, 3796.0, 3778.0, 3831.0, 3810.0, 3778.0, 3797.0, 3778.0, 3809.0, 3800.0, 3768.0, 3831.0, 3789.0, 3768.0, 3811.0, 3801.0, 3790.0, 3823.0, 3792.0, 3800.0, 3800.0, 3780.0, 3844.0, 3813.0, 3843.0, 3809.0, 3766.0, 3819.0, 3788.0, 3809.0, 3808.0, 3776.0, 3839.0, 3774.0, 3754.0, 3807.0, 3777.0, 3818.0, 3798.0, 3766.0, 3807.0, 3775.0, 3767.0, 3819.0, 3788.0, 3787.0, 3797.0, 3776.0, 3786.0, 3798.0, 3778.0, 3841.0, 3798.0, 3765.0, 3796.0, 3766.0, 3818.0, 3798.0, 3766.0, 3808.0, 3766.0, 3774.0, 3785.0, 3766.0, 3828.0, 3796.0, 3764.0, 3795.0, 3755.0, 3754.0, 3786.0, 3779.0, 3809.0, 3799.0, 3767.0, 3819.0, 3788.0, 3798.0, 3788.0, 3777.0, 3829.0, 3807.0, 3839.0, 3785.0, 3753.0, 3795.0, 3776.0, 3775.0, 3807.0, 3766.0, 3777.0, 3777.0, 3768.0, 3810.0, 3800.0, 3768.0, 3831.0, 3799.0, 3777.0, 3798.0, 3777.0, 3840.0, 3797.0, 3776.0, 3795.0, 3753.0, 3817.0, 3784.0, 3774.0, 3795.0, 3751.0, 3804.0, 3773.0, 3753.0, 3794.0, 3775.0, 3817.0, 3796.0, 3765.0, 3818.0, 3764.0, 3765.0, 3786.0, 3766.0, 3767.0, 3810.0, 3790.0, 3811.0, 3799.0, 3769.0, 3830.0, 3788.0, 3799.0, 3809.0, 3788.0, 3840.0, 3807.0, 3775.0, 3784.0, 3753.0, 3817.0, 3786.0, 3765.0, 3807.0, 3775.0, 3774.0, 3763.0, 3755.0, 3819.0, 3789.0, 3778.0, 3812.0, 3778.0, 3798.0, 3788.0, 3779.0, 3831.0, 3789.0, 3819.0, 3788.0, 3766.0, 3818.0, 3789.0, 3798.0, 3810.0, 3766.0, 3819.0, 3776.0, 3767.0, 3809.0, 3788.0, 3798.0, 3798.0, 3767.0, 3820.0, 3777.0, 3769.0, 3799.0, 3780.0, 3831.0, 3811.0, 3830.0, 3799.0, 3777.0, 3797.0, 3768.0, 3830.0, 3797.0, 3829.0, 3785.0, 3764.0, 3795.0, 3764.0, 3806.0, 3786.0, 3754.0, 3806.0, 3754.0, 3795.0, 3775.0, 3766.0, 3817.0, 3788.0, 3798.0, 3776.0, 3767.0, 3820.0, 3789.0, 3779.0, 3832.0, 3801.0, 3767.0, 3811.0, 3779.0, 3780.0, 3822.0, 3803.0, 3822.0, 3798.0, 3778.0, 3819.0, 3788.0, 3818.0, 3809.0], 'WindowWidth': [8664.0, 8568.0, 8582.0, 8542.0, 8527.0, 8554.0, 8551.0, 8507.0, 8545.0, 8515.0, 8487.0, 8563.0, 8533.0, 8501.0, 8560.0, 8514.0, 8496.0, 8511.0, 8506.0, 8559.0, 8530.0, 8488.0, 8559.0, 8516.0, 8493.0, 8548.0, 8540.0, 8533.0, 8530.0, 8489.0, 8561.0, 8517.0, 8522.0, 8547.0, 8522.0, 8546.0, 8517.0, 8493.0, 8548.0, 8535.0, 8510.0, 8583.0, 8555.0, 8526.0, 8564.0, 8518.0, 8544.0, 8530.0, 8503.0, 8597.0, 8558.0, 8554.0, 8506.0, 8481.0, 8552.0, 8509.0, 8482.0, 8557.0, 8512.0, 8500.0, 8513.0, 8473.0, 8560.0, 8533.0, 8546.0, 8546.0, 8473.0, 8555.0, 8512.0, 8499.0, 8545.0, 8518.0, 8558.0, 8527.0, 8474.0, 8527.0, 8517.0, 8535.0, 8534.0, 8497.0, 8579.0, 8552.0, 8525.0, 8537.0, 8510.0, 8566.0, 8541.0, 8512.0, 8586.0, 8544.0, 8525.0, 8536.0, 8499.0, 8583.0, 8558.0, 8553.0, 8567.0, 8505.0, 8579.0, 8533.0, 8526.0, 8552.0, 8536.0, 8597.0, 8550.0, 8492.0, 8565.0, 8542.0, 8552.0, 8581.0, 8537.0, 8611.0, 8549.0, 8506.0, 8547.0, 8533.0, 8592.0, 8546.0, 8506.0, 8558.0, 8519.0, 8517.0, 8534.0, 8506.0, 8590.0, 8547.0, 8501.0, 8546.0, 8523.0, 8522.0, 8568.0, 8537.0, 8539.0, 8534.0, 8521.0, 8567.0, 8542.0, 8509.0, 8598.0, 8553.0, 8535.0, 8515.0, 8491.0, 8577.0, 8534.0, 8545.0, 8526.0, 8484.0, 8571.0, 8531.0, 8500.0, 8560.0, 8517.0, 8511.0, 8510.0, 8488.0, 8545.0, 8519.0, 8544.0, 8559.0, 8482.0, 8571.0, 8509.0, 8500.0, 8541.0, 8512.0, 8592.0, 8526.0, 8484.0, 8524.0, 8519.0, 8530.0, 8541.0, 8487.0, 8574.0, 8513.0, 8498.0, 8548.0, 8524.0, 8577.0, 8532.0, 8486.0, 8545.0, 8517.0, 8528.0, 8512.0, 8490.0, 8559.0, 8533.0, 8493.0, 8532.0, 8491.0, 8563.0, 8539.0, 8552.0, 8551.0, 8494.0, 8579.0, 8519.0, 8547.0, 8536.0, 8519.0, 8567.0, 8520.0, 8552.0, 8530.0, 8493.0, 8546.0, 8526.0, 8540.0, 8557.0, 8507.0, 8594.0, 8537.0, 8579.0, 8532.0, 8520.0, 8534.0, 8507.0, 8595.0, 8563.0, 8560.0, 8516.0, 8475.0, 8545.0, 8520.0, 8565.0, 8534.0, 8519.0, 8578.0, 8517.0, 8575.0, 8531.0, 8521.0, 8547.0, 8505.0, 8592.0, 8548.0, 8500.0, 8513.0, 8474.0, 8560.0, 8520.0, 8560.0, 8533.0, 8494.0, 8561.0, 8520.0, 8531.0, 8519.0, 8495.0, 8581.0, 8551.0, 8550.0, 8517.0, 8489.0, 8564.0, 8543.0, 8595.0, 8552.0, 8522.0, 8534.0, 8487.0, 8560.0, 8533.0, 8593.0, 8535.0, 8532.0, 8531.0, 8486.0, 8558.0, 8516.0, 8498.0, 8554.0, 8545.0, 8557.0, 8545.0, 8501.0, 8574.0, 8548.0, 8618.0, 8576.0, 8601.0, 8552.0, 8505.0, 8532.0, 8470.0, 8557.0, 8519.0, 8609.0, 8563.0, 8517.0, 8499.0, 8488.0, 8531.0, 8562.0, 8513.0, 8571.0, 8559.0, 8520.0, 8562.0, 8564.0, 8541.0, 8625.0, 8581.0, 8559.0, 8554.0, 8507.0, 8581.0, 8539.0, 8601.0, 8576.0, 8589.0, 8521.0, 8493.0, 8504.0, 8487.0, 8551.0, 8510.0, 8480.0, 8506.0, 8480.0, 8520.0, 8517.0, 8493.0, 8563.0, 8522.0, 8504.0, 8518.0, 8472.0, 8568.0, 8524.0, 8561.0, 8546.0, 8486.0, 8525.0, 8482.0, 8570.0, 8515.0, 8516.0, 8557.0, 8513.0, 8524.0, 8511.0, 8476.0, 8549.0, 8538.0, 8561.0, 8530.0, 8490.0, 8531.0, 8518.0, 8522.0, 8541.0, 8496.0, 8599.0, 8534.0, 8509.0, 8555.0, 8543.0, 8584.0, 8552.0, 8511.0, 8554.0, 8541.0, 8541.0, 8552.0, 8494.0, 8598.0, 8549.0, 8519.0, 8538.0, 8529.0, 8601.0, 8549.0, 8506.0, 8583.0, 8522.0, 8493.0, 8569.0, 8543.0, 8512.0, 8603.0, 8556.0, 8511.0, 8565.0, 8524.0, 8599.0, 8557.0, 8563.0, 8574.0, 8498.0, 8564.0, 8508.0, 8512.0, 8525.0, 8494.0, 8572.0, 8493.0, 8492.0, 8493.0, 8485.0, 8554.0, 8531.0, 8486.0, 8509.0, 8485.0, 8545.0, 8514.0, 8491.0, 8549.0, 8522.0, 8580.0, 8534.0, 8515.0, 8514.0, 8477.0, 8563.0, 8536.0, 8581.0, 8528.0, 8482.0, 8523.0, 8514.0, 8514.0, 8542.0, 8500.0, 8547.0, 8514.0, 8485.0, 8547.0, 8535.0, 8575.0, 8547.0, 8501.0, 8525.0, 8485.0, 8555.0, 8514.0, 8528.0, 8530.0, 8464.0, 8522.0, 8493.0, 8532.0, 8508.0, 8496.0, 8538.0, 8495.0, 8553.0, 8507.0, 8465.0, 8523.0, 8518.0, 8526.0, 8533.0, 8473.0, 8559.0, 8518.0, 8521.0, 8550.0, 8521.0, 8592.0, 8546.0, 8514.0, 8512.0, 8470.0, 8558.0, 8531.0, 8558.0, 8527.0, 8466.0, 8536.0, 8495.0, 8490.0, 8546.0, 8520.0, 8547.0, 8517.0, 8492.0, 8549.0, 8543.0, 8513.0, 8582.0, 8551.0, 8593.0, 8544.0, 8497.0, 8526.0, 8502.0, 8587.0, 8542.0, 8538.0, 8489.0, 8463.0, 8524.0, 8496.0, 8539.0, 8510.0, 8469.0, 8541.0, 8501.0, 8489.0, 8546.0, 8521.0, 8508.0, 8535.0, 8523.0, 8535.0, 8534.0, 8512.0, 8598.0, 8568.0, 8578.0, 8528.0, 8478.0, 8537.0, 8513.0, 8587.0, 8525.0, 8491.0, 8491.0, 8446.0, 8534.0, 8496.0, 8497.0, 8521.0, 8465.0, 8540.0, 8512.0, 8485.0, 8512.0, 8506.0, 8563.0, 8537.0, 8490.0, 8533.0, 8506.0, 8576.0, 8531.0, 8543.0, 8515.0, 8512.0, 8559.0, 8495.0, 8565.0, 8508.0, 8493.0, 8524.0, 8498.0, 8571.0, 8525.0, 8468.0, 8525.0, 8518.0, 8533.0, 8531.0, 8474.0, 8576.0, 8518.0, 8486.0, 8545.0, 8524.0, 8549.0, 8548.0, 8506.0, 8577.0, 8531.0, 8488.0, 8563.0, 8531.0, 8531.0, 8577.0, 8528.0, 8500.0, 8513.0, 8507.0, 8560.0, 8533.0, 8483.0, 8590.0, 8522.0, 8486.0, 8542.0, 8514.0, 8511.0, 8542.0, 8514.0, 8511.0, 8508.0, 8488.0, 8575.0, 8527.0, 8524.0, 8520.0, 8479.0, 8521.0, 8509.0, 8477.0, 8569.0, 8506.0, 8477.0, 8516.0, 8494.0, 8494.0, 8523.0, 8495.0, 8541.0, 8496.0, 8472.0, 8539.0, 8520.0, 8533.0, 8548.0, 8501.0, 8577.0, 8528.0, 8522.0, 8491.0, 8470.0, 8555.0, 8508.0, 8552.0, 8499.0, 8458.0, 8514.0, 8474.0, 8493.0, 8507.0, 8489.0, 8528.0, 8517.0, 8499.0, 8552.0, 8544.0, 8534.0, 8609.0, 8559.0, 8573.0, 8588.0, 8543.0, 8584.0, 8554.0, 8495.0, 8596.0, 8539.0, 8550.0, 8602.0, 8519.0, 8572.0, 8508.0, 8489.0, 8545.0, 8516.0, 8512.0, 8525.0, 8482.0, 8553.0, 8511.0, 8496.0, 8527.0, 8497.0, 8570.0, 8510.0, 8507.0, 8489.0, 8466.0, 8539.0, 8514.0, 8513.0, 8513.0, 8469.0, 8527.0, 8514.0, 8493.0, 8563.0, 8538.0, 8546.0, 8516.0, 8472.0, 8545.0, 8518.0, 8531.0, 8546.0, 8516.0, 8594.0, 8525.0, 8483.0, 8543.0, 8523.0, 8521.0, 8552.0, 8509.0, 8546.0, 8517.0, 8493.0, 8566.0, 8537.0, 8574.0, 8558.0, 8481.0, 8568.0, 8510.0, 8499.0, 8528.0, 8485.0, 8586.0, 8512.0, 8499.0, 8525.0, 8482.0, 8556.0, 8529.0, 8503.0, 8543.0, 8499.0, 8542.0, 8495.0, 8473.0, 8546.0, 8520.0, 8519.0, 8549.0, 8508.0, 8519.0, 8536.0, 8497.0, 8567.0, 8556.0, 8568.0, 8561.0, 8502.0, 8576.0, 8529.0, 8515.0, 8559.0, 8524.0, 8589.0, 8520.0, 8489.0, 8500.0, 8477.0, 8538.0, 8505.0, 8493.0, 8521.0, 8479.0, 8493.0, 8491.0, 8469.0, 8560.0, 8518.0, 8544.0, 8526.0, 8472.0, 8543.0, 8513.0, 8501.0, 8543.0, 8515.0, 8592.0, 8511.0, 8480.0, 8522.0, 8513.0, 8526.0, 8525.0, 8468.0, 8558.0, 8497.0, 8488.0, 8530.0, 8524.0, 8579.0, 8549.0, 8488.0, 8545.0, 8501.0, 8556.0, 8513.0, 8512.0, 8544.0, 8482.0, 8572.0, 8511.0, 8483.0, 8510.0, 8506.0, 8558.0, 8530.0, 8471.0, 8545.0, 8516.0, 8506.0, 8547.0, 8522.0, 8590.0, 8533.0, 8487.0, 8528.0, 8498.0, 8575.0, 8514.0, 8497.0, 8559.0, 8510.0, 8505.0, 8494.0, 8471.0, 8547.0, 8518.0, 8515.0, 8544.0, 8491.0, 8556.0, 8525.0, 8517.0, 8529.0, 8488.0, 8557.0, 8518.0, 8547.0, 8515.0, 8490.0, 8548.0, 8528.0, 8516.0, 8573.0, 8546.0, 8559.0, 8543.0, 8502.0, 8585.0, 8545.0, 8599.0, 8571.0, 8530.0, 8591.0, 8527.0, 8568.0, 8513.0, 8497.0, 8570.0, 8523.0, 8567.0, 8488.0, 8464.0, 8520.0, 8497.0, 8539.0, 8506.0, 8465.0, 8522.0, 8495.0, 8520.0, 8497.0, 8483.0, 8540.0, 8510.0, 8568.0, 8495.0, 8464.0, 8522.0, 8515.0, 8528.0, 8526.0, 8470.0, 8556.0, 8509.0, 8471.0, 8543.0, 8520.0, 8530.0, 8543.0, 8486.0, 8576.0, 8510.0, 8486.0, 8544.0, 8514.0, 8571.0, 8528.0, 8482.0, 8523.0, 8498.0, 8528.0, 8516.0, 8471.0, 8574.0, 8529.0, 8491.0, 8533.0, 8522.0, 8527.0, 8541.0, 8526.0, 8597.0, 8554.0, 8513.0, 8552.0, 8541.0, 8582.0, 8555.0, 8508.0, 8598.0, 8540.0, 8532.0, 8533.0, 8497.0, 8600.0, 8555.0, 8510.0, 8583.0, 8524.0, 8499.0, 8572.0, 8547.0, 8556.0, 8602.0, 8541.0, 8612.0, 8548.0, 8516.0, 8548.0, 8508.0, 8592.0, 8550.0, 8560.0, 8547.0, 8503.0, 8540.0, 8515.0, 8505.0, 8563.0, 8534.0, 8505.0, 8531.0, 8502.0, 8532.0, 8536.0, 8507.0, 8579.0, 8531.0, 8489.0, 8565.0, 8531.0, 8513.0, 8581.0, 8540.0, 8535.0, 8581.0, 8520.0, 8559.0, 8517.0, 8503.0, 8592.0, 8544.0, 8555.0, 8493.0, 8464.0, 8539.0, 8511.0, 8497.0, 8541.0, 8496.0, 8524.0, 8494.0, 8469.0, 8543.0, 8519.0, 8556.0, 8512.0, 8480.0, 8521.0, 8495.0, 8541.0, 8513.0, 8485.0, 8542.0, 8498.0, 8511.0, 8511.0, 8475.0, 8547.0, 8528.0, 8540.0, 8557.0, 8513.0, 8586.0, 8541.0, 8517.0, 8575.0, 8547.0, 8602.0, 8570.0, 8507.0, 8565.0, 8517.0, 8534.0, 8532.0, 8502.0, 8594.0, 8542.0, 8498.0, 8523.0, 8500.0, 8542.0, 8533.0, 8503.0, 8593.0, 8552.0, 8487.0, 8527.0, 8500.0, 8514.0, 8580.0, 8534.0, 8504.0, 8598.0, 8537.0, 8516.0, 8613.0, 8564.0, 8486.0, 8545.0, 8514.0, 8506.0, 8560.0, 8534.0, 8474.0, 8558.0, 8498.0, 8474.0, 8547.0, 8521.0, 8559.0, 8529.0, 8483.0, 8525.0, 8498.0, 8512.0, 8518.0, 8493.0, 8560.0, 8532.0, 8487.0, 8530.0, 8504.0, 8529.0, 8536.0, 8496.0, 8583.0, 8538.0, 8534.0, 8532.0, 8488.0, 8581.0, 8538.0, 8578.0, 8560.0, 8496.0, 8570.0, 8509.0, 8568.0, 8510.0, 8512.0, 8526.0, 8465.0, 8537.0, 8493.0, 8481.0, 8509.0, 8488.0, 8547.0, 8537.0, 8492.0, 8565.0, 8524.0, 8579.0, 8539.0, 8579.0, 8539.0, 8561.0, 8561.0, 8509.0, 8552.0, 8491.0, 8516.0, 8511.0, 8502.0, 8563.0, 8540.0, 8536.0, 8547.0, 8487.0, 8487.0, 8516.0, 8493.0, 8557.0, 8556.0, 8509.0, 8582.0, 8563.0, 8520.0, 8527.0, 8504.0, 8591.0, 8547.0, 8570.0, 8504.0, 8461.0, 8514.0, 8476.0, 8546.0, 8503.0, 8457.0, 8495.0, 8469.0, 8486.0, 8486.0, 8449.0, 8491.0, 8496.0, 8490.0, 8542.0, 8514.0, 8471.0, 8542.0, 8499.0, 8485.0, 8545.0, 8522.0, 8562.0, 8533.0, 8486.0, 8540.0, 8499.0, 8501.0, 8527.0, 8483.0, 8559.0, 8512.0, 8483.0, 8507.0, 8468.0, 8559.0, 8535.0, 8515.0, 8544.0, 8469.0, 8540.0, 8496.0, 8482.0, 8525.0, 8504.0, 8577.0, 8548.0, 8502.0, 8525.0, 8503.0, 8545.0, 8536.0, 8491.0, 8578.0, 8518.0, 8493.0, 8551.0, 8542.0, 8526.0, 8573.0, 8528.0, 8538.0, 8536.0, 8513.0, 8601.0, 8558.0, 8596.0, 8545.0, 8484.0, 8559.0, 8518.0, 8545.0, 8544.0, 8496.0, 8585.0, 8491.0, 8465.0, 8538.0, 8502.0, 8556.0, 8531.0, 8483.0, 8539.0, 8495.0, 8488.0, 8560.0, 8517.0, 8515.0, 8526.0, 8499.0, 8512.0, 8530.0, 8503.0, 8592.0, 8530.0, 8483.0, 8522.0, 8485.0, 8556.0, 8529.0, 8484.0, 8541.0, 8481.0, 8491.0, 8507.0, 8483.0, 8569.0, 8523.0, 8477.0, 8520.0, 8466.0, 8465.0, 8511.0, 8509.0, 8546.0, 8532.0, 8488.0, 8560.0, 8517.0, 8530.0, 8517.0, 8501.0, 8574.0, 8541.0, 8588.0, 8506.0, 8463.0, 8520.0, 8499.0, 8497.0, 8540.0, 8486.0, 8501.0, 8501.0, 8491.0, 8548.0, 8536.0, 8492.0, 8580.0, 8532.0, 8501.0, 8528.0, 8502.0, 8589.0, 8527.0, 8495.0, 8520.0, 8463.0, 8551.0, 8506.0, 8491.0, 8519.0, 8457.0, 8530.0, 8485.0, 8461.0, 8517.0, 8495.0, 8553.0, 8525.0, 8481.0, 8555.0, 8479.0, 8482.0, 8510.0, 8484.0, 8487.0, 8547.0, 8522.0, 8551.0, 8533.0, 8493.0, 8576.0, 8517.0, 8531.0, 8545.0, 8514.0, 8588.0, 8539.0, 8492.0, 8502.0, 8461.0, 8550.0, 8510.0, 8482.0, 8537.0, 8494.0, 8492.0, 8475.0, 8470.0, 8559.0, 8521.0, 8505.0, 8553.0, 8504.0, 8531.0, 8517.0, 8506.0, 8578.0, 8520.0, 8559.0, 8513.0, 8483.0, 8556.0, 8518.0, 8529.0, 8546.0, 8483.0, 8557.0, 8497.0, 8486.0, 8545.0, 8518.0, 8530.0, 8529.0, 8488.0, 8561.0, 8502.0, 8493.0, 8535.0, 8510.0, 8582.0, 8551.0, 8578.0, 8530.0, 8500.0, 8526.0, 8489.0, 8576.0, 8528.0, 8572.0, 8508.0, 8477.0, 8518.0, 8480.0, 8537.0, 8509.0, 8464.0, 8536.0, 8465.0, 8519.0, 8492.0, 8486.0, 8554.0, 8515.0, 8528.0, 8497.0, 8488.0, 8563.0, 8520.0, 8507.0, 8581.0, 8539.0, 8490.0, 8550.0, 8507.0, 8511.0, 8569.0, 8543.0, 8567.0, 8531.0, 8502.0, 8557.0, 8516.0, 8557.0, 8545.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.0014684268026219954</td></tr>
<tr><td colspan=3>aqi</td><td>0.023860427239621264</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.942395746807605</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1809825198688053</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0205111156559752</td></tr>
<tr><td colspan=3>efc</td><td>0.5029</td></tr>
<tr><td colspan=3>fber</td><td>3588.156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08006841461313856</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3641660597232338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.604291091107778</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57099812052081</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7905307516503806</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.451344401152144</td></tr>
<tr><td colspan=3>gcor</td><td>0.00514942</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008366086520254612</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03224126994609833</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.628882470633423</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.1466</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1208</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.6232</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.95</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.79</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.8328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2946.7107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.1412</td></tr>
<tr><td colspan=3>tsnr</td><td>33.98261559405364</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>