<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-01/func/sub-0034_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>26b01b0dc25f14cf9793814a3ed1c6b9</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:10:56.735000</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.998963, -0.00166743, -0.0454963, 0.00627671, 0.99483, 0.101357]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101027</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7776, -7191, 579, -149, -108, 173, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>08a9d5d7-a136-4310-b9fb-495a2914d9d1||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.680145025253296, 0.01683995872735977, -0.12174873799085617, 116.52923583984375], [0.004473595879971981, 2.6690568923950195, 0.27415239810943604, -105.42298889160156], [-0.12206333875656128, -0.2719346284866333, 2.6832849979400635, -31.151185989379883], [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': ['161056.735000', '161057.195000', '161057.655000', '161058.115000', '161058.575000', '161059.035000', '161059.495000', '161059.955000', '161100.415000', '161100.875000', '161101.335000', '161101.795000', '161102.255000', '161102.715000', '161103.175000', '161103.635000', '161104.095000', '161104.555000', '161105.015000', '161105.475000', '161105.935000', '161106.395000', '161106.855000', '161107.315000', '161107.775000', '161108.235000', '161108.695000', '161109.155000', '161109.615000', '161110.075000', '161110.535000', '161110.995000', '161111.455000', '161111.915000', '161112.375000', '161112.835000', '161113.295000', '161113.755000', '161114.215000', '161114.675000', '161115.135000', '161115.595000', '161116.055000', '161116.515000', '161116.975000', '161117.435000', '161117.895000', '161118.355000', '161118.815000', '161119.275000', '161119.735000', '161120.195000', '161120.655000', '161121.115000', '161121.575000', '161122.035000', '161122.495000', '161122.955000', '161123.415000', '161123.875000', '161124.335000', '161124.795000', '161125.255000', '161125.715000', '161126.175000', '161126.635000', '161127.095000', '161127.555000', '161128.015000', '161128.475000', '161128.935000', '161129.395000', '161129.855000', '161130.315000', '161130.775000', '161131.235000', '161131.695000', '161132.155000', '161132.615000', '161133.075000', '161133.535000', '161133.995000', '161134.455000', '161134.915000', '161135.375000', '161135.835000', '161136.295000', '161136.755000', '161137.215000', '161137.675000', '161138.135000', '161138.595000', '161139.055000', '161139.515000', '161139.975000', '161140.435000', '161140.895000', '161141.355000', '161141.815000', '161142.275000', '161142.735000', '161143.195000', '161143.655000', '161144.115000', '161144.575000', '161145.035000', '161145.495000', '161145.955000', '161146.415000', '161146.875000', '161147.335000', '161147.795000', '161148.255000', '161148.715000', '161149.175000', '161149.635000', '161150.095000', '161150.555000', '161151.015000', '161151.475000', '161151.935000', '161152.395000', '161152.855000', '161153.315000', '161153.775000', '161154.235000', '161154.695000', '161155.155000', '161155.615000', '161156.075000', '161156.535000', '161156.995000', '161157.455000', '161157.915000', '161158.375000', '161158.835000', '161159.295000', '161159.755000', '161200.215000', '161200.675000', '161201.135000', '161201.595000', '161202.055000', '161202.515000', '161202.975000', '161203.435000', '161203.895000', '161204.355000', '161204.815000', '161205.275000', '161205.735000', '161206.195000', '161206.655000', '161207.115000', '161207.575000', '161208.035000', '161208.495000', '161208.955000', '161209.415000', '161209.875000', '161210.335000', '161210.795000', '161211.255000', '161211.715000', '161212.175000', '161212.635000', '161213.095000', '161213.555000', '161214.015000', '161214.475000', '161214.935000', '161215.395000', '161215.855000', '161216.315000', '161216.775000', '161217.235000', '161217.695000', '161218.155000', '161218.615000', '161219.075000', '161219.535000', '161219.995000', '161220.455000', '161220.915000', '161221.375000', '161221.835000', '161222.295000', '161222.755000', '161223.215000', '161223.675000', '161224.135000', '161224.595000', '161225.055000', '161225.515000', '161225.975000', '161226.435000', '161226.895000', '161227.355000', '161227.815000', '161228.275000', '161228.735000', '161229.195000', '161229.655000', '161230.115000', '161230.575000', '161231.035000', '161231.495000', '161231.955000', '161232.415000', '161232.875000', '161233.335000', '161233.795000', '161234.255000', '161234.715000', '161235.175000', '161235.635000', '161236.095000', '161236.555000', '161237.015000', '161237.475000', '161237.935000', '161238.395000', '161238.855000', '161239.315000', '161239.775000', '161240.235000', '161240.695000', '161241.155000', '161241.615000', '161242.075000', '161242.535000', '161242.995000', '161243.455000', '161243.915000', '161244.375000', '161244.835000', '161245.295000', '161245.755000', '161246.215000', '161246.675000', '161247.135000', '161247.595000', '161248.055000', '161248.515000', '161248.975000', '161249.435000', '161249.895000', '161250.355000', '161250.815000', '161251.275000', '161251.735000', '161252.195000', '161252.655000', '161253.115000', '161253.575000', '161254.035000', '161254.495000', '161254.955000', '161255.415000', '161255.875000', '161256.335000', '161256.795000', '161257.255000', '161257.715000', '161258.175000', '161258.635000', '161259.095000', '161259.555000', '161300.015000', '161300.475000', '161300.935000', '161301.395000', '161301.855000', '161302.315000', '161302.775000', '161303.235000', '161303.695000', '161304.155000', '161304.615000', '161305.075000', '161305.535000', '161305.995000', '161306.455000', '161306.915000', '161307.375000', '161307.835000', '161308.295000', '161308.755000', '161309.215000', '161309.675000', '161310.135000', '161310.595000', '161311.055000', '161311.515000', '161311.975000', '161312.435000', '161312.895000', '161313.355000', '161313.815000', '161314.275000', '161314.735000', '161315.195000', '161315.655000', '161316.115000', '161316.575000', '161317.035000', '161317.495000', '161317.955000', '161318.415000', '161318.875000', '161319.335000', '161319.795000', '161320.255000', '161320.715000', '161321.175000', '161321.635000', '161322.095000', '161322.555000', '161323.015000', '161323.475000', '161323.935000', '161324.395000', '161324.855000', '161325.315000', '161325.775000', '161326.235000', '161326.695000', '161327.155000', '161327.615000', '161328.075000', '161328.535000', '161328.995000', '161329.455000', '161329.915000', '161330.375000', '161330.835000', '161331.295000', '161331.755000', '161332.215000', '161332.675000', '161333.135000', '161333.595000', '161334.055000', '161334.515000', '161334.975000', '161335.435000', '161335.895000', '161336.355000', '161336.815000', '161337.275000', '161337.735000', '161338.195000', '161338.655000', '161339.115000', '161339.575000', '161340.035000', '161340.495000', '161340.955000', '161341.415000', '161341.875000', '161342.335000', '161342.795000', '161343.255000', '161343.715000', '161344.175000', '161344.635000', '161345.095000', '161345.555000', '161346.015000', '161346.475000', '161346.935000', '161347.395000', '161347.855000', '161348.315000', '161348.775000', '161349.235000', '161349.695000', '161350.155000', '161350.615000', '161351.075000', '161351.535000', '161351.995000', '161352.455000', '161352.915000', '161353.375000', '161353.835000', '161354.295000', '161354.755000', '161355.215000', '161355.675000', '161356.135000', '161356.595000', '161357.055000', '161357.515000', '161357.975000', '161358.435000', '161358.895000', '161359.355000', '161359.815000', '161400.275000', '161400.735000', '161401.195000', '161401.655000', '161402.115000', '161402.575000', '161403.035000', '161403.495000', '161403.955000', '161404.415000', '161404.875000', '161405.335000', '161405.795000', '161406.255000', '161406.715000', '161407.175000', '161407.635000', '161408.095000', '161408.555000', '161409.015000', '161409.475000', '161409.935000', '161410.395000', '161410.855000', '161411.315000', '161411.775000', '161412.235000', '161412.695000', '161413.155000', '161413.615000', '161414.075000', '161414.535000', '161414.995000', '161415.455000', '161415.915000', '161416.375000', '161416.835000', '161417.295000', '161417.755000', '161418.215000', '161418.675000', '161419.135000', '161419.595000', '161420.055000', '161420.515000', '161420.975000', '161421.435000', '161421.895000', '161422.355000', '161422.815000', '161423.275000', '161423.735000', '161424.195000', '161424.655000', '161425.115000', '161425.575000', '161426.035000', '161426.495000', '161426.955000', '161427.415000', '161427.875000', '161428.335000', '161428.795000', '161429.255000', '161429.715000', '161430.175000', '161430.635000', '161431.095000', '161431.555000', '161432.015000', '161432.475000', '161432.935000', '161433.395000', '161433.855000', '161434.315000', '161434.775000', '161435.235000', '161435.695000', '161436.155000', '161436.615000', '161437.075000', '161437.535000', '161437.995000', '161438.455000', '161438.915000', '161439.375000', '161439.835000', '161440.295000', '161440.755000', '161441.215000', '161441.675000', '161442.135000', '161442.595000', '161443.055000', '161443.515000', '161443.975000', '161444.435000', '161444.895000', '161445.355000', '161445.815000', '161446.275000', '161446.735000', '161447.195000', '161447.655000', '161448.115000', '161448.575000', '161449.035000', '161449.495000', '161449.955000', '161450.415000', '161450.875000', '161451.335000', '161451.795000', '161452.255000', '161452.715000', '161453.175000', '161453.635000', '161454.095000', '161454.555000', '161455.015000', '161455.475000', '161455.935000', '161456.395000', '161456.855000', '161457.315000', '161457.775000', '161458.235000', '161458.695000', '161459.155000', '161459.615000', '161500.075000', '161500.535000', '161500.995000', '161501.455000', '161501.915000', '161502.375000', '161502.835000', '161503.295000', '161503.755000', '161504.215000', '161504.675000', '161505.135000', '161505.595000', '161506.055000', '161506.515000', '161506.975000', '161507.435000', '161507.895000', '161508.355000', '161508.815000', '161509.275000', '161509.735000', '161510.195000', '161510.655000', '161511.115000', '161511.575000', '161512.035000', '161512.495000', '161512.955000', '161513.415000', '161513.875000', '161514.335000', '161514.795000', '161515.255000', '161515.715000', '161516.175000', '161516.635000', '161517.095000', '161517.555000', '161518.015000', '161518.475000', '161518.935000', '161519.395000', '161519.855000', '161520.315000', '161520.775000', '161521.235000', '161521.695000', '161522.155000', '161522.615000', '161523.075000', '161523.535000', '161523.995000', '161524.455000', '161524.915000', '161525.375000', '161525.835000', '161526.295000', '161526.755000', '161527.215000', '161527.675000', '161528.135000', '161528.595000', '161529.055000', '161529.515000', '161529.975000', '161530.435000', '161530.895000', '161531.355000', '161531.815000', '161532.275000', '161532.735000', '161533.195000', '161533.655000', '161534.115000', '161534.575000', '161535.035000', '161535.495000', '161535.955000', '161536.415000', '161536.875000', '161537.335000', '161537.795000', '161538.255000', '161538.715000', '161539.175000', '161539.635000', '161540.095000', '161540.555000', '161541.015000', '161541.475000', '161541.935000', '161542.395000', '161542.855000', '161543.315000', '161543.775000', '161544.235000', '161544.695000', '161545.155000', '161545.615000', '161546.075000', '161546.535000', '161546.995000', '161547.455000', '161547.915000', '161548.375000', '161548.835000', '161549.295000', '161549.755000', '161550.215000', '161550.675000', '161551.135000', '161551.595000', '161552.055000', '161552.515000', '161552.975000', '161553.435000', '161553.895000', '161554.355000', '161554.815000', '161555.275000', '161555.735000', '161556.195000', '161556.655000', '161557.115000', '161557.575000', '161558.035000', '161558.495000', '161558.955000', '161559.415000', '161559.875000', '161600.335000', '161600.795000', '161601.255000', '161601.715000', '161602.175000', '161602.635000', '161603.095000', '161603.555000', '161604.015000', '161604.475000', '161604.935000', '161605.395000', '161605.855000', '161606.315000', '161606.775000', '161607.235000', '161607.695000', '161608.155000', '161608.615000', '161609.075000', '161609.535000', '161609.995000', '161610.455000', '161610.915000', '161611.375000', '161611.835000', '161612.295000', '161612.755000', '161613.215000', '161613.675000', '161614.135000', '161614.595000', '161615.055000', '161615.515000', '161615.975000', '161616.435000', '161616.895000', '161617.355000', '161617.815000', '161618.275000', '161618.735000', '161619.195000', '161619.655000', '161620.115000', '161620.575000', '161621.035000', '161621.495000', '161621.955000', '161622.415000', '161622.875000', '161623.335000', '161623.795000', '161624.255000', '161624.715000', '161625.175000', '161625.635000', '161626.095000', '161626.555000', '161627.015000', '161627.475000', '161627.935000', '161628.395000', '161628.855000', '161629.315000', '161629.775000', '161630.235000', '161630.695000', '161631.155000', '161631.615000', '161632.075000', '161632.535000', '161632.995000', '161633.455000', '161633.915000', '161634.375000', '161634.835000', '161635.295000', '161635.755000', '161636.215000', '161636.675000', '161637.135000', '161637.595000', '161638.055000', '161638.515000', '161638.975000', '161639.435000', '161639.895000', '161640.355000', '161640.815000', '161641.275000', '161641.735000', '161642.195000', '161642.655000', '161643.115000', '161643.575000', '161644.035000', '161644.495000', '161644.955000', '161645.415000', '161645.875000', '161646.335000', '161646.795000', '161647.255000', '161647.715000', '161648.175000', '161648.635000', '161649.095000', '161649.555000', '161650.015000', '161650.475000', '161650.935000', '161651.395000', '161651.855000', '161652.315000', '161652.775000', '161653.235000', '161653.695000', '161654.155000', '161654.615000', '161655.075000', '161655.535000', '161655.995000', '161656.455000', '161656.915000', '161657.375000', '161657.835000', '161658.295000', '161658.755000', '161659.215000', '161659.675000', '161700.135000', '161700.595000', '161701.055000', '161701.515000', '161701.975000', '161702.435000', '161702.895000', '161703.355000', '161703.815000', '161704.275000', '161704.735000', '161705.195000', '161705.655000', '161706.115000', '161706.575000', '161707.035000', '161707.495000', '161707.955000', '161708.415000', '161708.875000', '161709.335000', '161709.795000', '161710.255000', '161710.715000', '161711.175000', '161711.635000', '161712.095000', '161712.555000', '161713.015000', '161713.475000', '161713.935000', '161714.395000', '161714.855000', '161715.315000', '161715.775000', '161716.235000', '161716.695000', '161717.155000', '161717.615000', '161718.075000', '161718.535000', '161718.995000', '161719.455000', '161719.915000', '161720.375000', '161720.835000', '161721.295000', '161721.755000', '161722.215000', '161722.675000', '161723.135000', '161723.595000', '161724.055000', '161724.515000', '161724.975000', '161725.435000', '161725.895000', '161726.355000', '161726.815000', '161727.275000', '161727.735000', '161728.195000', '161728.655000', '161729.115000', '161729.575000', '161730.035000', '161730.495000', '161730.955000', '161731.415000', '161731.875000', '161732.335000', '161732.795000', '161733.255000', '161733.715000', '161734.175000', '161734.635000', '161735.095000', '161735.555000', '161736.015000', '161736.475000', '161736.935000', '161737.395000', '161737.855000', '161738.315000', '161738.775000', '161739.235000', '161739.695000', '161740.155000', '161740.615000', '161741.075000', '161741.535000', '161741.995000', '161742.455000', '161742.915000', '161743.375000', '161743.835000', '161744.295000', '161744.755000', '161745.215000', '161745.675000', '161746.135000', '161746.595000', '161747.055000', '161747.515000', '161747.975000', '161748.435000', '161748.895000', '161749.355000', '161749.815000', '161750.275000', '161750.735000', '161751.195000', '161751.655000', '161752.115000', '161752.575000', '161753.035000', '161753.495000', '161753.955000', '161754.415000', '161754.875000', '161755.335000', '161755.795000', '161756.255000', '161756.715000', '161757.175000', '161757.635000', '161758.095000', '161758.555000', '161759.015000', '161759.475000', '161759.935000', '161800.395000', '161800.855000', '161801.315000', '161801.775000', '161802.235000', '161802.695000', '161803.155000', '161803.615000', '161804.075000', '161804.535000', '161804.995000', '161805.455000', '161805.915000', '161806.375000', '161806.835000', '161807.295000', '161807.755000', '161808.215000', '161808.675000', '161809.135000', '161809.595000', '161810.055000', '161810.515000', '161810.975000', '161811.435000', '161811.895000', '161812.355000', '161812.815000', '161813.275000', '161813.735000', '161814.195000', '161814.655000', '161815.115000', '161815.575000', '161816.035000', '161816.495000', '161816.955000', '161817.415000', '161817.875000', '161818.335000', '161818.795000', '161819.255000', '161819.715000', '161820.175000', '161820.635000', '161821.095000', '161821.555000', '161822.015000', '161822.475000', '161822.935000', '161823.395000', '161823.855000', '161824.315000', '161824.775000', '161825.235000', '161825.695000', '161826.155000', '161826.615000', '161827.075000', '161827.535000', '161827.995000', '161828.455000', '161828.915000', '161829.375000', '161829.835000', '161830.295000', '161830.755000', '161831.215000', '161831.675000', '161832.135000', '161832.595000', '161833.055000', '161833.515000', '161833.975000', '161834.435000', '161834.895000', '161835.355000', '161835.815000', '161836.275000', '161836.735000', '161837.195000', '161837.655000', '161838.115000', '161838.575000', '161839.035000', '161839.495000', '161839.955000', '161840.415000', '161840.875000', '161841.335000', '161841.795000', '161842.255000', '161842.715000', '161843.175000', '161843.635000', '161844.095000', '161844.555000', '161845.015000', '161845.475000', '161845.935000', '161846.395000', '161846.855000', '161847.315000', '161847.775000', '161848.235000', '161848.695000', '161849.155000', '161849.615000', '161850.075000', '161850.535000', '161850.995000', '161851.455000', '161851.915000', '161852.375000', '161852.835000', '161853.295000', '161853.755000', '161854.215000', '161854.675000', '161855.135000', '161855.595000', '161856.055000', '161856.515000', '161856.975000', '161857.435000', '161857.895000', '161858.355000', '161858.815000', '161859.275000', '161859.735000', '161900.195000', '161900.655000', '161901.115000', '161901.575000', '161902.035000', '161902.495000', '161902.955000', '161903.415000', '161903.875000', '161904.335000', '161904.795000', '161905.255000', '161905.715000', '161906.175000', '161906.635000', '161907.095000', '161907.555000', '161908.015000', '161908.475000', '161908.935000', '161909.395000', '161909.855000', '161910.315000', '161910.775000', '161911.235000', '161911.695000', '161912.155000', '161912.615000', '161913.075000', '161913.535000', '161913.995000', '161914.455000', '161914.915000', '161915.375000', '161915.835000', '161916.295000', '161916.755000', '161917.215000', '161917.675000', '161918.135000', '161918.595000', '161919.055000', '161919.515000', '161919.975000', '161920.435000', '161920.895000', '161921.355000', '161921.815000', '161922.275000', '161922.735000', '161923.195000', '161923.655000', '161924.115000', '161924.575000', '161925.035000', '161925.495000', '161925.955000', '161926.415000', '161926.875000', '161927.335000', '161927.795000', '161928.255000', '161928.715000', '161929.175000', '161929.635000', '161930.095000', '161930.555000', '161931.015000', '161931.475000', '161931.935000', '161932.395000', '161932.855000', '161933.315000', '161933.775000', '161934.235000', '161934.695000', '161935.155000', '161935.615000', '161936.075000', '161936.535000', '161936.995000', '161937.455000', '161937.915000', '161938.375000', '161938.835000', '161939.295000', '161939.755000', '161940.215000', '161940.675000', '161941.135000', '161941.595000', '161942.055000', '161942.515000', '161942.975000', '161943.435000', '161943.895000', '161944.355000', '161944.815000', '161945.275000', '161945.735000', '161946.195000', '161946.655000', '161947.115000', '161947.575000', '161948.035000', '161948.495000', '161948.955000', '161949.415000', '161949.875000', '161950.335000', '161950.795000', '161951.255000', '161951.715000', '161952.175000', '161952.635000', '161953.095000', '161953.555000', '161954.015000', '161954.475000', '161954.935000', '161955.395000', '161955.855000', '161956.315000', '161956.775000', '161957.235000', '161957.695000', '161958.155000', '161958.615000', '161959.075000', '161959.535000', '161959.995000', '162000.455000', '162000.915000', '162001.375000', '162001.835000', '162002.295000', '162002.755000', '162003.215000', '162003.675000', '162004.135000', '162004.595000', '162005.055000', '162005.515000', '162005.975000', '162006.435000', '162006.895000', '162007.355000', '162007.815000', '162008.275000', '162008.735000', '162009.195000', '162009.655000', '162010.115000', '162010.575000', '162011.035000', '162011.495000', '162011.955000', '162012.415000', '162012.875000', '162013.335000', '162013.795000', '162014.255000', '162014.715000', '162015.175000', '162015.635000', '162016.095000', '162016.555000', '162017.015000', '162017.475000', '162017.935000', '162018.395000', '162018.855000', '162019.315000', '162019.775000', '162020.235000', '162020.695000', '162021.155000', '162021.615000', '162022.075000', '162022.535000', '162022.995000', '162023.455000', '162023.915000', '162024.375000', '162024.835000', '162025.295000', '162025.755000', '162026.215000', '162026.675000', '162027.135000', '162027.595000', '162028.055000', '162028.515000', '162028.975000', '162029.435000', '162029.895000', '162030.355000', '162030.815000', '162031.275000', '162031.735000', '162032.195000', '162032.655000', '162033.115000', '162033.575000', '162034.035000', '162034.495000', '162034.955000', '162035.415000', '162035.875000', '162036.335000', '162036.795000', '162037.255000', '162037.715000', '162038.175000', '162038.635000', '162039.095000', '162039.555000', '162040.015000', '162040.475000', '162040.935000', '162041.395000', '162041.855000', '162042.315000', '162042.775000', '162043.235000', '162043.695000', '162044.155000', '162044.615000', '162045.075000', '162045.535000', '162045.995000', '162046.455000', '162046.915000', '162047.375000', '162047.835000', '162048.295000', '162048.755000', '162049.215000', '162049.675000', '162050.135000', '162050.595000', '162051.055000', '162051.515000', '162051.975000', '162052.435000', '162052.895000', '162053.355000', '162053.815000', '162054.275000', '162054.735000', '162055.195000', '162055.655000', '162056.115000', '162056.575000', '162057.035000', '162057.495000', '162057.955000', '162058.415000', '162058.875000', '162059.335000', '162059.795000', '162100.255000', '162100.715000', '162101.175000', '162101.635000', '162102.095000', '162102.555000', '162103.015000', '162103.475000', '162103.935000', '162104.395000', '162104.855000', '162105.315000', '162105.775000', '162106.235000', '162106.695000', '162107.155000', '162107.615000', '162108.075000', '162108.535000', '162108.995000', '162109.455000', '162109.915000', '162110.375000', '162110.835000', '162111.295000', '162111.755000', '162112.215000', '162112.675000', '162113.135000', '162113.595000', '162114.055000', '162114.515000', '162114.975000', '162115.435000', '162115.895000', '162116.355000', '162116.815000', '162117.275000', '162117.735000', '162118.195000', '162118.655000', '162119.115000', '162119.575000', '162120.035000', '162120.495000', '162120.955000', '162121.415000', '162121.875000', '162122.335000', '162122.795000', '162123.255000', '162123.715000', '162124.175000', '162124.635000', '162125.095000', '162125.555000', '162126.015000', '162126.475000', '162126.935000', '162127.395000', '162127.855000', '162128.315000', '162128.775000', '162129.235000'], 'ContentTime': ['161117.677000', '161117.681000', '161117.683000', '161117.686000', '161117.689000', '161117.692000', '161117.695000', '161117.698000', '161117.701000', '161117.704000', '161117.707000', '161117.717000', '161117.720000', '161117.723000', '161117.725000', '161117.729000', '161117.731000', '161117.734000', '161117.737000', '161117.740000', '161117.743000', '161117.746000', '161117.749000', '161117.752000', '161117.755000', '161117.758000', '161117.760000', '161117.763000', '161117.766000', '161117.769000', '161117.772000', '161117.774000', '161117.777000', '161117.780000', '161117.783000', '161117.786000', '161117.789000', '161117.791000', '161117.794000', '161117.797000', '161117.800000', '161117.811000', '161117.814000', '161117.817000', '161117.819000', '161137.638000', '161137.641000', '161137.644000', '161137.647000', '161137.649000', '161137.652000', '161137.655000', '161137.658000', '161137.660000', '161137.663000', '161137.666000', '161137.669000', '161137.672000', '161137.674000', '161137.677000', '161137.680000', '161137.683000', '161137.686000', '161137.688000', '161137.691000', '161137.694000', '161137.697000', '161137.699000', '161137.702000', '161137.705000', '161137.708000', '161137.711000', '161137.714000', '161137.717000', '161137.719000', '161137.722000', '161137.725000', '161137.728000', '161137.731000', '161137.734000', '161137.736000', '161137.739000', '161137.742000', '161137.745000', '161137.748000', '161137.750000', '161137.753000', '161137.756000', '161157.637000', '161157.640000', '161157.643000', '161157.645000', '161157.648000', '161157.651000', '161157.654000', '161157.656000', '161157.659000', '161157.662000', '161157.665000', '161157.668000', '161157.671000', '161157.673000', '161157.676000', '161157.679000', '161157.682000', '161157.685000', '161157.687000', '161157.690000', '161157.700000', '161157.703000', '161157.706000', '161157.709000', '161157.712000', '161157.715000', '161157.717000', '161157.720000', '161157.723000', '161157.726000', '161157.729000', '161157.732000', '161157.735000', '161157.737000', '161157.740000', '161157.752000', '161157.755000', '161157.757000', '161157.760000', '161157.763000', '161157.766000', '161157.768000', '161157.771000', '161157.774000', '161217.637000', '161217.640000', '161217.643000', '161217.646000', '161217.648000', '161217.651000', '161217.654000', '161217.657000', '161217.660000', '161217.663000', '161217.666000', '161217.668000', '161217.671000', '161217.674000', '161217.677000', '161217.680000', '161217.683000', '161217.686000', '161217.688000', '161217.691000', '161217.694000', '161217.697000', '161217.700000', '161217.703000', '161217.706000', '161217.708000', '161217.711000', '161217.714000', '161217.717000', '161217.720000', '161217.723000', '161217.725000', '161217.728000', '161217.731000', '161217.734000', '161217.737000', '161217.740000', '161217.743000', '161217.745000', '161217.748000', '161217.751000', '161217.754000', '161217.757000', '161237.637000', '161237.640000', '161237.642000', '161237.645000', '161237.648000', '161237.651000', '161237.654000', '161237.657000', '161237.660000', '161237.663000', '161237.665000', '161237.668000', '161237.671000', '161237.674000', '161237.677000', '161237.680000', '161237.683000', '161237.685000', '161237.688000', '161237.691000', '161237.694000', '161237.697000', '161237.707000', '161237.710000', '161237.713000', '161237.716000', '161237.719000', '161237.722000', '161237.724000', '161237.727000', '161237.730000', '161237.733000', '161237.736000', '161237.738000', '161237.741000', '161237.744000', '161237.747000', '161237.750000', '161237.752000', '161237.755000', '161237.758000', '161237.761000', '161237.764000', '161257.637000', '161257.640000', '161257.643000', '161257.646000', '161257.649000', '161257.652000', '161257.654000', '161257.657000', '161257.660000', '161257.663000', '161257.666000', '161257.669000', '161257.672000', '161257.675000', '161257.678000', '161257.680000', '161257.683000', '161257.686000', '161257.689000', '161257.692000', '161257.695000', '161257.698000', '161257.701000', '161257.704000', '161257.706000', '161257.709000', '161257.712000', '161257.715000', '161257.718000', '161257.721000', '161257.724000', '161257.727000', '161257.729000', '161257.732000', '161257.735000', '161257.738000', '161257.741000', '161257.744000', '161257.750000', '161257.753000', '161257.756000', '161257.759000', '161257.762000', '161257.764000', '161317.637000', '161317.640000', '161317.643000', '161317.646000', '161317.649000', '161317.652000', '161317.655000', '161317.658000', '161317.660000', '161317.663000', '161317.666000', '161317.669000', '161317.672000', '161317.674000', '161317.677000', '161317.680000', '161317.683000', '161317.686000', '161317.689000', '161317.691000', '161317.694000', '161317.697000', '161317.700000', '161317.703000', '161317.706000', '161317.709000', '161317.711000', '161317.714000', '161317.717000', '161317.720000', '161317.723000', '161317.726000', '161317.728000', '161317.731000', '161317.734000', '161317.737000', '161317.740000', '161317.743000', '161317.746000', '161317.749000', '161317.751000', '161317.754000', '161317.757000', '161337.637000', '161337.640000', '161337.643000', '161337.645000', '161337.648000', '161337.651000', '161337.654000', '161337.657000', '161337.660000', '161337.663000', '161337.665000', '161337.668000', '161337.671000', '161337.674000', '161337.677000', '161337.679000', '161337.682000', '161337.685000', '161337.688000', '161337.691000', '161337.693000', '161337.696000', '161337.699000', '161337.702000', '161337.705000', '161337.708000', '161337.710000', '161337.713000', '161337.716000', '161337.719000', '161337.722000', '161337.724000', '161337.727000', '161337.730000', '161337.733000', '161337.736000', '161337.739000', '161337.741000', '161337.744000', '161337.747000', '161337.750000', '161337.753000', '161337.755000', '161337.758000', '161357.638000', '161357.641000', '161357.644000', '161357.647000', '161357.649000', '161357.653000', '161357.656000', '161357.658000', '161357.661000', '161357.664000', '161357.667000', '161357.670000', '161357.672000', '161357.675000', '161357.678000', '161357.681000', '161357.684000', '161357.687000', '161357.690000', '161357.693000', '161357.695000', '161357.698000', '161357.701000', '161357.704000', '161357.706000', '161357.709000', '161357.712000', '161357.715000', '161357.718000', '161357.721000', '161357.723000', '161357.726000', '161357.729000', '161357.732000', '161357.735000', '161357.737000', '161357.740000', '161357.743000', '161357.746000', '161357.749000', '161357.752000', '161357.754000', '161357.757000', '161417.637000', '161417.640000', '161417.643000', '161417.646000', '161417.648000', '161417.651000', '161417.654000', '161417.657000', '161417.660000', '161417.662000', '161417.665000', '161417.668000', '161417.671000', '161417.674000', '161417.677000', '161417.679000', '161417.682000', '161417.685000', '161417.698000', '161417.701000', '161417.703000', '161417.706000', '161417.709000', '161417.712000', '161417.715000', '161417.718000', '161417.720000', '161417.723000', '161417.726000', '161417.729000', '161417.732000', '161417.734000', '161417.737000', '161417.740000', '161417.743000', '161417.746000', '161417.749000', '161417.751000', '161417.754000', '161417.757000', '161417.760000', '161417.763000', '161417.765000', '161417.768000', '161437.637000', '161437.640000', '161437.643000', '161437.646000', '161437.648000', '161437.651000', '161437.654000', '161437.657000', '161437.660000', '161437.662000', '161437.665000', '161437.668000', '161437.671000', '161437.674000', '161437.676000', '161437.679000', '161437.683000', '161437.687000', '161437.690000', '161437.693000', '161437.696000', '161437.698000', '161437.701000', '161437.704000', '161437.707000', '161437.710000', '161437.713000', '161437.715000', '161437.718000', '161437.721000', '161437.724000', '161437.727000', '161437.729000', '161437.732000', '161437.735000', '161437.738000', '161437.741000', '161437.743000', '161437.746000', '161437.749000', '161437.752000', '161437.755000', '161437.757000', '161457.637000', '161457.640000', '161457.643000', '161457.645000', '161457.648000', '161457.651000', '161457.654000', '161457.657000', '161457.659000', '161457.662000', '161457.665000', '161457.668000', '161457.671000', '161457.674000', '161457.676000', '161457.679000', '161457.682000', '161457.685000', '161457.688000', '161457.691000', '161457.693000', '161457.696000', '161457.699000', '161457.702000', '161457.705000', '161457.708000', '161457.710000', '161457.713000', '161457.716000', '161457.719000', '161457.722000', '161457.725000', '161457.727000', '161457.730000', '161457.733000', '161457.736000', '161457.739000', '161457.741000', '161457.744000', '161457.747000', '161457.750000', '161457.753000', '161457.756000', '161457.758000', '161517.638000', '161517.641000', '161517.644000', '161517.646000', '161517.649000', '161517.652000', '161517.655000', '161517.658000', '161517.660000', '161517.663000', '161517.666000', '161517.669000', '161517.672000', '161517.675000', '161517.677000', '161517.680000', '161517.683000', '161517.686000', '161517.689000', '161517.692000', '161517.695000', '161517.697000', '161517.700000', '161517.703000', '161517.706000', '161517.709000', '161517.712000', '161517.715000', '161517.718000', '161517.720000', '161517.723000', '161517.726000', '161517.729000', '161517.732000', '161517.734000', '161517.737000', '161517.740000', '161517.743000', '161517.746000', '161517.748000', '161517.751000', '161517.754000', '161517.757000', '161537.637000', '161537.640000', '161537.643000', '161537.645000', '161537.648000', '161537.651000', '161537.654000', '161537.657000', '161537.659000', '161537.662000', '161537.665000', '161537.668000', '161537.671000', '161537.673000', '161537.676000', '161537.679000', '161537.682000', '161537.685000', '161537.688000', '161537.690000', '161537.693000', '161537.696000', '161537.699000', '161537.702000', '161537.704000', '161537.707000', '161537.710000', '161537.713000', '161537.716000', '161537.719000', '161537.721000', '161537.724000', '161537.727000', '161537.730000', '161537.733000', '161537.736000', '161537.738000', '161537.741000', '161537.744000', '161537.747000', '161537.750000', '161537.752000', '161537.755000', '161537.774000', '161557.637000', '161557.640000', '161557.643000', '161557.645000', '161557.648000', '161557.651000', '161557.654000', '161557.657000', '161557.660000', '161557.662000', '161557.665000', '161557.668000', '161557.671000', '161557.674000', '161557.677000', '161557.679000', '161557.682000', '161557.685000', '161557.688000', '161557.691000', '161557.694000', '161557.696000', '161557.699000', '161557.702000', '161557.705000', '161557.707000', '161557.710000', '161557.713000', '161557.716000', '161557.719000', '161557.722000', '161557.725000', '161557.728000', '161557.731000', '161557.733000', '161557.736000', '161557.739000', '161557.742000', '161557.745000', '161557.747000', '161557.750000', '161557.753000', '161557.756000', '161617.638000', '161617.641000', '161617.644000', '161617.646000', '161617.649000', '161617.652000', '161617.655000', '161617.658000', '161617.660000', '161617.663000', '161617.666000', '161617.669000', '161617.672000', '161617.675000', '161617.678000', '161617.680000', '161617.683000', '161617.686000', '161617.689000', '161617.692000', '161617.694000', '161617.697000', '161617.700000', '161617.703000', '161617.706000', '161617.709000', '161617.711000', '161617.714000', '161617.717000', '161617.720000', '161617.723000', '161617.726000', '161617.728000', '161617.731000', '161617.734000', '161617.737000', '161617.740000', '161617.742000', '161617.745000', '161617.748000', '161617.751000', '161617.754000', '161617.757000', '161617.760000', '161637.637000', '161637.640000', '161637.643000', '161637.645000', '161637.648000', '161637.651000', '161637.654000', '161637.657000', '161637.659000', '161637.662000', '161637.665000', '161637.668000', '161637.671000', '161637.674000', '161637.679000', '161637.682000', '161637.685000', '161637.688000', '161637.691000', '161637.694000', '161637.696000', '161637.699000', '161637.702000', '161637.705000', '161637.708000', '161637.710000', '161637.713000', '161637.716000', '161637.719000', '161637.722000', '161637.725000', '161637.727000', '161637.730000', '161637.733000', '161637.737000', '161637.740000', '161637.742000', '161637.745000', '161637.748000', '161637.751000', '161637.754000', '161637.757000', '161637.760000', '161657.637000', '161657.640000', '161657.643000', '161657.646000', '161657.648000', '161657.651000', '161657.654000', '161657.657000', '161657.660000', '161657.662000', '161657.665000', '161657.668000', '161657.671000', '161657.674000', '161657.677000', '161657.679000', '161657.682000', '161657.685000', '161657.688000', '161657.691000', '161657.694000', '161657.697000', '161657.700000', '161657.703000', '161657.705000', '161657.708000', '161657.711000', '161657.714000', '161657.717000', '161657.720000', '161657.722000', '161657.725000', '161657.728000', '161657.731000', '161657.734000', '161657.736000', '161657.739000', '161657.742000', '161657.745000', '161657.748000', '161657.751000', '161657.753000', '161657.756000', '161657.759000', '161717.637000', '161717.640000', '161717.643000', '161717.646000', '161717.648000', '161717.651000', '161717.654000', '161717.657000', '161717.659000', '161717.662000', '161717.665000', '161717.668000', '161717.671000', '161717.679000', '161717.682000', '161717.684000', '161717.687000', '161717.690000', '161717.693000', '161717.696000', '161717.698000', '161717.701000', '161717.704000', '161717.707000', '161717.710000', '161717.713000', '161717.716000', '161717.718000', '161717.721000', '161717.724000', '161717.727000', '161717.730000', '161717.732000', '161717.735000', '161717.738000', '161717.741000', '161717.744000', '161717.746000', '161717.749000', '161717.752000', '161717.755000', '161717.758000', '161717.761000', '161737.637000', '161737.640000', '161737.643000', '161737.646000', '161737.648000', '161737.651000', '161737.654000', '161737.657000', '161737.659000', '161737.662000', '161737.665000', '161737.668000', '161737.671000', '161737.674000', '161737.676000', '161737.679000', '161737.682000', '161737.685000', '161737.688000', '161737.691000', '161737.693000', '161737.696000', '161737.699000', '161737.702000', '161737.705000', '161737.708000', '161737.710000', '161737.713000', '161737.716000', '161737.719000', '161737.722000', '161737.725000', '161737.727000', '161737.730000', '161737.733000', '161737.736000', '161737.739000', '161737.741000', '161737.744000', '161737.747000', '161737.750000', '161737.753000', '161737.756000', '161737.758000', '161757.637000', '161757.640000', '161757.643000', '161757.646000', '161757.648000', '161757.651000', '161757.654000', '161757.657000', '161757.660000', '161757.663000', '161757.665000', '161757.668000', '161757.671000', '161757.674000', '161757.677000', '161757.679000', '161757.682000', '161757.685000', '161757.688000', '161757.691000', '161757.694000', '161757.696000', '161757.699000', '161757.702000', '161757.705000', '161757.708000', '161757.711000', '161757.715000', '161757.718000', '161757.720000', '161757.723000', '161757.726000', '161757.729000', '161757.732000', '161757.735000', '161757.737000', '161757.740000', '161757.743000', '161757.746000', '161757.749000', '161757.752000', '161757.754000', '161757.757000', '161817.637000', '161817.640000', '161817.643000', '161817.646000', '161817.648000', '161817.651000', '161817.654000', '161817.657000', '161817.660000', '161817.663000', '161817.665000', '161817.668000', '161817.671000', '161817.674000', '161817.677000', '161817.680000', '161817.682000', '161817.685000', '161817.688000', '161817.691000', '161817.694000', '161817.697000', '161817.699000', '161817.702000', '161817.705000', '161817.708000', '161817.711000', '161817.713000', '161817.716000', '161817.719000', '161817.722000', '161817.725000', '161817.727000', '161817.730000', '161817.733000', '161817.736000', '161817.739000', '161817.742000', '161817.744000', '161817.747000', '161817.750000', '161817.753000', '161817.756000', '161817.758000', '161837.638000', '161837.641000', '161837.644000', '161837.647000', '161837.649000', '161837.652000', '161837.670000', '161837.673000', '161837.676000', '161837.679000', '161837.682000', '161837.684000', '161837.687000', '161837.690000', '161837.693000', '161837.696000', '161837.699000', '161837.701000', '161837.704000', '161837.707000', '161837.710000', '161837.713000', '161837.716000', '161837.719000', '161837.721000', '161837.724000', '161837.727000', '161837.730000', '161837.733000', '161837.735000', '161837.738000', '161837.741000', '161837.744000', '161837.747000', '161837.750000', '161837.752000', '161837.755000', '161837.758000', '161837.761000', '161837.764000', '161837.766000', '161837.819000', '161837.822000', '161857.637000', '161857.640000', '161857.643000', '161857.646000', '161857.648000', '161857.651000', '161857.654000', '161857.657000', '161857.660000', '161857.663000', '161857.665000', '161857.668000', '161857.671000', '161857.674000', '161857.677000', '161857.679000', '161857.682000', '161857.685000', '161857.688000', '161857.691000', '161857.694000', '161857.696000', '161857.699000', '161857.702000', '161857.705000', '161857.708000', '161857.711000', '161857.713000', '161857.716000', '161857.719000', '161857.722000', '161857.725000', '161857.727000', '161857.730000', '161857.733000', '161857.736000', '161857.739000', '161857.741000', '161857.744000', '161857.747000', '161857.750000', '161857.753000', '161857.755000', '161857.758000', '161917.637000', '161917.640000', '161917.643000', '161917.646000', '161917.648000', '161917.651000', '161917.654000', '161917.657000', '161917.660000', '161917.662000', '161917.665000', '161917.668000', '161917.671000', '161917.674000', '161917.676000', '161917.679000', '161917.682000', '161917.685000', '161917.688000', '161917.691000', '161917.693000', '161917.696000', '161917.699000', '161917.702000', '161917.705000', '161917.708000', '161917.710000', '161917.713000', '161917.716000', '161917.719000', '161917.722000', '161917.724000', '161917.727000', '161917.730000', '161917.733000', '161917.736000', '161917.739000', '161917.741000', '161917.744000', '161917.747000', '161917.751000', '161917.754000', '161917.757000', '161937.637000', '161937.640000', '161937.643000', '161937.646000', '161937.648000', '161937.651000', '161937.654000', '161937.657000', '161937.660000', '161937.662000', '161937.665000', '161937.668000', '161937.671000', '161937.674000', '161937.677000', '161937.679000', '161937.682000', '161937.685000', '161937.688000', '161937.691000', '161937.694000', '161937.696000', '161937.699000', '161937.702000', '161937.705000', '161937.708000', '161937.711000', '161937.713000', '161937.716000', '161937.719000', '161937.722000', '161937.725000', '161937.728000', '161937.731000', '161937.733000', '161937.736000', '161937.739000', '161937.742000', '161937.745000', '161937.748000', '161937.750000', '161937.753000', '161937.756000', '161937.759000', '161957.637000', '161957.640000', '161957.643000', '161957.661000', '161957.664000', '161957.667000', '161957.669000', '161957.672000', '161957.675000', '161957.678000', '161957.681000', '161957.684000', '161957.686000', '161957.689000', '161957.692000', '161957.695000', '161957.698000', '161957.701000', '161957.704000', '161957.706000', '161957.709000', '161957.712000', '161957.715000', '161957.718000', '161957.720000', '161957.723000', '161957.726000', '161957.729000', '161957.732000', '161957.734000', '161957.737000', '161957.740000', '161957.743000', '161957.746000', '161957.749000', '161957.751000', '161957.754000', '161957.757000', '161957.760000', '161957.763000', '161957.765000', '161957.768000', '161957.835000', '162017.637000', '162017.640000', '162017.643000', '162017.646000', '162017.648000', '162017.651000', '162017.654000', '162017.657000', '162017.660000', '162017.662000', '162017.665000', '162017.668000', '162017.671000', '162017.674000', '162017.677000', '162017.679000', '162017.682000', '162017.685000', '162017.688000', '162017.691000', '162017.694000', '162017.696000', '162017.699000', '162017.702000', '162017.705000', '162017.708000', '162017.711000', '162017.714000', '162017.717000', '162017.720000', '162017.723000', '162017.726000', '162017.728000', '162017.731000', '162017.734000', '162017.737000', '162017.740000', '162017.743000', '162017.746000', '162017.748000', '162017.751000', '162017.754000', '162017.757000', '162017.760000', '162037.637000', '162037.640000', '162037.643000', '162037.646000', '162037.649000', '162037.651000', '162037.654000', '162037.657000', '162037.660000', '162037.663000', '162037.666000', '162037.668000', '162037.671000', '162037.674000', '162037.677000', '162037.680000', '162037.683000', '162037.686000', '162037.689000', '162037.691000', '162037.694000', '162037.697000', '162037.700000', '162037.703000', '162037.706000', '162037.708000', '162037.711000', '162037.714000', '162037.717000', '162037.720000', '162037.723000', '162037.726000', '162037.729000', '162037.732000', '162037.734000', '162037.737000', '162037.740000', '162037.743000', '162037.746000', '162037.749000', '162037.752000', '162037.754000', '162037.757000', '162057.638000', '162057.641000', '162057.644000', '162057.647000', '162057.650000', '162057.653000', '162057.655000', '162057.658000', '162057.661000', '162057.664000', '162057.667000', '162057.670000', '162057.672000', '162057.675000', '162057.678000', '162057.681000', '162057.684000', '162057.687000', '162057.690000', '162057.692000', '162057.695000', '162057.698000', '162057.701000', '162057.704000', '162057.707000', '162057.709000', '162057.712000', '162057.715000', '162057.718000', '162057.721000', '162057.724000', '162057.726000', '162057.729000', '162057.732000', '162057.735000', '162057.738000', '162057.741000', '162057.744000', '162057.747000', '162057.749000', '162057.752000', '162057.755000', '162057.758000', '162117.637000', '162117.640000', '162117.643000', '162117.646000', '162117.648000', '162117.651000', '162117.654000', '162117.657000', '162117.660000', '162117.662000', '162117.665000', '162117.668000', '162117.671000', '162117.674000', '162117.676000', '162117.679000', '162117.682000', '162117.685000', '162117.688000', '162117.691000', '162117.693000', '162117.696000', '162117.699000', '162117.702000', '162117.705000', '162117.707000', '162117.710000', '162117.713000', '162117.716000', '162117.719000', '162117.722000', '162117.724000', '162117.727000', '162117.730000', '162117.733000', '162117.736000', '162117.739000', '162117.741000', '162117.744000', '162117.747000', '162117.750000', '162117.753000', '162117.756000', '162117.758000', '162129.890000', '162129.893000', '162129.897000', '162129.900000', '162129.903000', '162129.907000', '162129.910000', '162129.913000', '162129.917000', '162129.921000', '162129.924000', '162129.927000', '162129.930000', '162129.933000', '162129.936000', '162129.939000', '162129.942000', '162129.945000', '162129.948000', '162129.952000', '162129.956000', '162129.960000', '162129.964000', '162129.967000', '162129.971000', '162129.974000', '162129.977000'], 'InstanceCreationTime': ['161117.677000', '161117.681000', '161117.683000', '161117.686000', '161117.689000', '161117.692000', '161117.695000', '161117.698000', '161117.701000', '161117.704000', '161117.707000', '161117.717000', '161117.720000', '161117.723000', '161117.725000', '161117.729000', '161117.731000', '161117.734000', '161117.737000', '161117.740000', '161117.743000', '161117.746000', '161117.749000', '161117.752000', '161117.755000', '161117.758000', '161117.760000', '161117.763000', '161117.766000', '161117.769000', '161117.772000', '161117.774000', '161117.777000', '161117.780000', '161117.783000', '161117.786000', '161117.789000', '161117.791000', '161117.794000', '161117.797000', '161117.800000', '161117.811000', '161117.814000', '161117.817000', '161117.819000', '161137.638000', '161137.641000', '161137.644000', '161137.647000', '161137.649000', '161137.652000', '161137.655000', '161137.658000', '161137.660000', '161137.663000', '161137.666000', '161137.669000', '161137.672000', '161137.674000', '161137.677000', '161137.680000', '161137.683000', '161137.686000', '161137.688000', '161137.691000', '161137.694000', '161137.697000', '161137.699000', '161137.702000', '161137.705000', '161137.708000', '161137.711000', '161137.714000', '161137.717000', '161137.719000', '161137.722000', '161137.725000', '161137.728000', '161137.731000', '161137.734000', '161137.736000', '161137.739000', '161137.742000', '161137.745000', '161137.748000', '161137.750000', '161137.753000', '161137.756000', '161157.637000', '161157.640000', '161157.643000', '161157.645000', '161157.648000', '161157.651000', '161157.654000', '161157.656000', '161157.659000', '161157.662000', '161157.665000', '161157.668000', '161157.671000', '161157.673000', '161157.676000', '161157.679000', '161157.682000', '161157.685000', '161157.687000', '161157.690000', '161157.700000', '161157.703000', '161157.706000', '161157.709000', '161157.712000', '161157.715000', '161157.717000', '161157.720000', '161157.723000', '161157.726000', '161157.729000', '161157.732000', '161157.735000', '161157.737000', '161157.740000', '161157.752000', '161157.755000', '161157.757000', '161157.760000', '161157.763000', '161157.766000', '161157.768000', '161157.771000', '161157.774000', '161217.637000', '161217.640000', '161217.643000', '161217.646000', '161217.648000', '161217.651000', '161217.654000', '161217.657000', '161217.660000', '161217.663000', '161217.666000', '161217.668000', '161217.671000', '161217.674000', '161217.677000', '161217.680000', '161217.683000', '161217.686000', '161217.688000', '161217.691000', '161217.694000', '161217.697000', '161217.700000', '161217.703000', '161217.706000', '161217.708000', '161217.711000', '161217.714000', '161217.717000', '161217.720000', '161217.723000', '161217.725000', '161217.728000', '161217.731000', '161217.734000', '161217.737000', '161217.740000', '161217.743000', '161217.745000', '161217.748000', '161217.751000', '161217.754000', '161217.757000', '161237.637000', '161237.640000', '161237.642000', '161237.645000', '161237.648000', '161237.651000', '161237.654000', '161237.657000', '161237.660000', '161237.663000', '161237.665000', '161237.668000', '161237.671000', '161237.674000', '161237.677000', '161237.680000', '161237.683000', '161237.685000', '161237.688000', '161237.691000', '161237.694000', '161237.697000', '161237.707000', '161237.710000', '161237.713000', '161237.716000', '161237.719000', '161237.722000', '161237.724000', '161237.727000', '161237.730000', '161237.733000', '161237.736000', '161237.738000', '161237.741000', '161237.744000', '161237.747000', '161237.750000', '161237.752000', '161237.755000', '161237.758000', '161237.761000', '161237.764000', '161257.637000', '161257.640000', '161257.643000', '161257.646000', '161257.649000', '161257.652000', '161257.654000', '161257.657000', '161257.660000', '161257.663000', '161257.666000', '161257.669000', '161257.672000', '161257.675000', '161257.678000', '161257.680000', '161257.683000', '161257.686000', '161257.689000', '161257.692000', '161257.695000', '161257.698000', '161257.701000', '161257.704000', '161257.706000', '161257.709000', '161257.712000', '161257.715000', '161257.718000', '161257.721000', '161257.724000', '161257.727000', '161257.729000', '161257.732000', '161257.735000', '161257.738000', '161257.741000', '161257.744000', '161257.750000', '161257.753000', '161257.756000', '161257.759000', '161257.762000', '161257.764000', '161317.637000', '161317.640000', '161317.643000', '161317.646000', '161317.649000', '161317.652000', '161317.655000', '161317.658000', '161317.660000', '161317.663000', '161317.666000', '161317.669000', '161317.672000', '161317.674000', '161317.677000', '161317.680000', '161317.683000', '161317.686000', '161317.689000', '161317.691000', '161317.694000', '161317.697000', '161317.700000', '161317.703000', '161317.706000', '161317.709000', '161317.711000', '161317.714000', '161317.717000', '161317.720000', '161317.723000', '161317.726000', '161317.728000', '161317.731000', '161317.734000', '161317.737000', '161317.740000', '161317.743000', '161317.746000', '161317.749000', '161317.751000', '161317.754000', '161317.757000', '161337.637000', '161337.640000', '161337.643000', '161337.645000', '161337.648000', '161337.651000', '161337.654000', '161337.657000', '161337.660000', '161337.663000', '161337.665000', '161337.668000', '161337.671000', '161337.674000', '161337.677000', '161337.679000', '161337.682000', '161337.685000', '161337.688000', '161337.691000', '161337.693000', '161337.696000', '161337.699000', '161337.702000', '161337.705000', '161337.708000', '161337.710000', '161337.713000', '161337.716000', '161337.719000', '161337.722000', '161337.724000', '161337.727000', '161337.730000', '161337.733000', '161337.736000', '161337.739000', '161337.741000', '161337.744000', '161337.747000', '161337.750000', '161337.753000', '161337.755000', '161337.758000', '161357.638000', '161357.641000', '161357.644000', '161357.647000', '161357.649000', '161357.653000', '161357.656000', '161357.658000', '161357.661000', '161357.664000', '161357.667000', '161357.670000', '161357.672000', '161357.675000', '161357.678000', '161357.681000', '161357.684000', '161357.687000', '161357.690000', '161357.693000', '161357.695000', '161357.698000', '161357.701000', '161357.704000', '161357.706000', '161357.709000', '161357.712000', '161357.715000', '161357.718000', '161357.721000', '161357.723000', '161357.726000', '161357.729000', '161357.732000', '161357.735000', '161357.737000', '161357.740000', '161357.743000', '161357.746000', '161357.749000', '161357.752000', '161357.754000', '161357.757000', '161417.637000', '161417.640000', '161417.643000', '161417.646000', '161417.648000', '161417.651000', '161417.654000', '161417.657000', '161417.660000', '161417.662000', '161417.665000', '161417.668000', '161417.671000', '161417.674000', '161417.677000', '161417.679000', '161417.682000', '161417.685000', '161417.698000', '161417.701000', '161417.703000', '161417.706000', '161417.709000', '161417.712000', '161417.715000', '161417.718000', '161417.720000', '161417.723000', '161417.726000', '161417.729000', '161417.732000', '161417.734000', '161417.737000', '161417.740000', '161417.743000', '161417.746000', '161417.749000', '161417.751000', '161417.754000', '161417.757000', '161417.760000', '161417.763000', '161417.765000', '161417.768000', '161437.637000', '161437.640000', '161437.643000', '161437.646000', '161437.648000', '161437.651000', '161437.654000', '161437.657000', '161437.660000', '161437.662000', '161437.665000', '161437.668000', '161437.671000', '161437.674000', '161437.676000', '161437.679000', '161437.683000', '161437.687000', '161437.690000', '161437.693000', '161437.696000', '161437.698000', '161437.701000', '161437.704000', '161437.707000', '161437.710000', '161437.713000', '161437.715000', '161437.718000', '161437.721000', '161437.724000', '161437.727000', '161437.729000', '161437.732000', '161437.735000', '161437.738000', '161437.741000', '161437.743000', '161437.746000', '161437.749000', '161437.752000', '161437.755000', '161437.757000', '161457.637000', '161457.640000', '161457.643000', '161457.645000', '161457.648000', '161457.651000', '161457.654000', '161457.657000', '161457.659000', '161457.662000', '161457.665000', '161457.668000', '161457.671000', '161457.674000', '161457.676000', '161457.679000', '161457.682000', '161457.685000', '161457.688000', '161457.691000', '161457.693000', '161457.696000', '161457.699000', '161457.702000', '161457.705000', '161457.708000', '161457.710000', '161457.713000', '161457.716000', '161457.719000', '161457.722000', '161457.725000', '161457.727000', '161457.730000', '161457.733000', '161457.736000', '161457.739000', '161457.741000', '161457.744000', '161457.747000', '161457.750000', '161457.753000', '161457.756000', '161457.758000', '161517.638000', '161517.641000', '161517.644000', '161517.646000', '161517.649000', '161517.652000', '161517.655000', '161517.658000', '161517.660000', '161517.663000', '161517.666000', '161517.669000', '161517.672000', '161517.675000', '161517.677000', '161517.680000', '161517.683000', '161517.686000', '161517.689000', '161517.692000', '161517.695000', '161517.697000', '161517.700000', '161517.703000', '161517.706000', '161517.709000', '161517.712000', '161517.715000', '161517.718000', '161517.720000', '161517.723000', '161517.726000', '161517.729000', '161517.732000', '161517.734000', '161517.737000', '161517.740000', '161517.743000', '161517.746000', '161517.748000', '161517.751000', '161517.754000', '161517.757000', '161537.637000', '161537.640000', '161537.643000', '161537.645000', '161537.648000', '161537.651000', '161537.654000', '161537.657000', '161537.659000', '161537.662000', '161537.665000', '161537.668000', '161537.671000', '161537.673000', '161537.676000', '161537.679000', '161537.682000', '161537.685000', '161537.688000', '161537.690000', '161537.693000', '161537.696000', '161537.699000', '161537.702000', '161537.704000', '161537.707000', '161537.710000', '161537.713000', '161537.716000', '161537.719000', '161537.721000', '161537.724000', '161537.727000', '161537.730000', '161537.733000', '161537.736000', '161537.738000', '161537.741000', '161537.744000', '161537.747000', '161537.750000', '161537.752000', '161537.755000', '161537.774000', '161557.637000', '161557.640000', '161557.643000', '161557.645000', '161557.648000', '161557.651000', '161557.654000', '161557.657000', '161557.660000', '161557.662000', '161557.665000', '161557.668000', '161557.671000', '161557.674000', '161557.677000', '161557.679000', '161557.682000', '161557.685000', '161557.688000', '161557.691000', '161557.694000', '161557.696000', '161557.699000', '161557.702000', '161557.705000', '161557.707000', '161557.710000', '161557.713000', '161557.716000', '161557.719000', '161557.722000', '161557.725000', '161557.728000', '161557.731000', '161557.733000', '161557.736000', '161557.739000', '161557.742000', '161557.745000', '161557.747000', '161557.750000', '161557.753000', '161557.756000', '161617.638000', '161617.641000', '161617.644000', '161617.646000', '161617.649000', '161617.652000', '161617.655000', '161617.658000', '161617.660000', '161617.663000', '161617.666000', '161617.669000', '161617.672000', '161617.675000', '161617.678000', '161617.680000', '161617.683000', '161617.686000', '161617.689000', '161617.692000', '161617.694000', '161617.697000', '161617.700000', '161617.703000', '161617.706000', '161617.709000', '161617.711000', '161617.714000', '161617.717000', '161617.720000', '161617.723000', '161617.726000', '161617.728000', '161617.731000', '161617.734000', '161617.737000', '161617.740000', '161617.742000', '161617.745000', '161617.748000', '161617.751000', '161617.754000', '161617.757000', '161617.760000', '161637.637000', '161637.640000', '161637.643000', '161637.645000', '161637.648000', '161637.651000', '161637.654000', '161637.657000', '161637.659000', '161637.662000', '161637.665000', '161637.668000', '161637.671000', '161637.674000', '161637.679000', '161637.682000', '161637.685000', '161637.688000', '161637.691000', '161637.694000', '161637.696000', '161637.699000', '161637.702000', '161637.705000', '161637.708000', '161637.710000', '161637.713000', '161637.716000', '161637.719000', '161637.722000', '161637.725000', '161637.727000', '161637.730000', '161637.733000', '161637.737000', '161637.740000', '161637.742000', '161637.745000', '161637.748000', '161637.751000', '161637.754000', '161637.757000', '161637.760000', '161657.637000', '161657.640000', '161657.643000', '161657.646000', '161657.648000', '161657.651000', '161657.654000', '161657.657000', '161657.660000', '161657.662000', '161657.665000', '161657.668000', '161657.671000', '161657.674000', '161657.677000', '161657.679000', '161657.682000', '161657.685000', '161657.688000', '161657.691000', '161657.694000', '161657.697000', '161657.700000', '161657.703000', '161657.705000', '161657.708000', '161657.711000', '161657.714000', '161657.717000', '161657.720000', '161657.722000', '161657.725000', '161657.728000', '161657.731000', '161657.734000', '161657.736000', '161657.739000', '161657.742000', '161657.745000', '161657.748000', '161657.751000', '161657.753000', '161657.756000', '161657.759000', '161717.637000', '161717.640000', '161717.643000', '161717.646000', '161717.648000', '161717.651000', '161717.654000', '161717.657000', '161717.659000', '161717.662000', '161717.665000', '161717.668000', '161717.671000', '161717.679000', '161717.682000', '161717.684000', '161717.687000', '161717.690000', '161717.693000', '161717.696000', '161717.698000', '161717.701000', '161717.704000', '161717.707000', '161717.710000', '161717.713000', '161717.716000', '161717.718000', '161717.721000', '161717.724000', '161717.727000', '161717.730000', '161717.732000', '161717.735000', '161717.738000', '161717.741000', '161717.744000', '161717.746000', '161717.749000', '161717.752000', '161717.755000', '161717.758000', '161717.761000', '161737.637000', '161737.640000', '161737.643000', '161737.646000', '161737.648000', '161737.651000', '161737.654000', '161737.657000', '161737.659000', '161737.662000', '161737.665000', '161737.668000', '161737.671000', '161737.674000', '161737.676000', '161737.679000', '161737.682000', '161737.685000', '161737.688000', '161737.691000', '161737.693000', '161737.696000', '161737.699000', '161737.702000', '161737.705000', '161737.708000', '161737.710000', '161737.713000', '161737.716000', '161737.719000', '161737.722000', '161737.725000', '161737.727000', '161737.730000', '161737.733000', '161737.736000', '161737.739000', '161737.741000', '161737.744000', '161737.747000', '161737.750000', '161737.753000', '161737.756000', '161737.758000', '161757.637000', '161757.640000', '161757.643000', '161757.646000', '161757.648000', '161757.651000', '161757.654000', '161757.657000', '161757.660000', '161757.663000', '161757.665000', '161757.668000', '161757.671000', '161757.674000', '161757.677000', '161757.679000', '161757.682000', '161757.685000', '161757.688000', '161757.691000', '161757.694000', '161757.696000', '161757.699000', '161757.702000', '161757.705000', '161757.708000', '161757.711000', '161757.715000', '161757.718000', '161757.720000', '161757.723000', '161757.726000', '161757.729000', '161757.732000', '161757.735000', '161757.737000', '161757.740000', '161757.743000', '161757.746000', '161757.749000', '161757.752000', '161757.754000', '161757.757000', '161817.637000', '161817.640000', '161817.643000', '161817.646000', '161817.648000', '161817.651000', '161817.654000', '161817.657000', '161817.660000', '161817.663000', '161817.665000', '161817.668000', '161817.671000', '161817.674000', '161817.677000', '161817.680000', '161817.682000', '161817.685000', '161817.688000', '161817.691000', '161817.694000', '161817.697000', '161817.699000', '161817.702000', '161817.705000', '161817.708000', '161817.711000', '161817.713000', '161817.716000', '161817.719000', '161817.722000', '161817.725000', '161817.727000', '161817.730000', '161817.733000', '161817.736000', '161817.739000', '161817.742000', '161817.744000', '161817.747000', '161817.750000', '161817.753000', '161817.756000', '161817.758000', '161837.638000', '161837.641000', '161837.644000', '161837.647000', '161837.649000', '161837.652000', '161837.670000', '161837.673000', '161837.676000', '161837.679000', '161837.682000', '161837.684000', '161837.687000', '161837.690000', '161837.693000', '161837.696000', '161837.699000', '161837.701000', '161837.704000', '161837.707000', '161837.710000', '161837.713000', '161837.716000', '161837.719000', '161837.721000', '161837.724000', '161837.727000', '161837.730000', '161837.733000', '161837.735000', '161837.738000', '161837.741000', '161837.744000', '161837.747000', '161837.750000', '161837.752000', '161837.755000', '161837.758000', '161837.761000', '161837.764000', '161837.766000', '161837.819000', '161837.822000', '161857.637000', '161857.640000', '161857.643000', '161857.646000', '161857.648000', '161857.651000', '161857.654000', '161857.657000', '161857.660000', '161857.663000', '161857.665000', '161857.668000', '161857.671000', '161857.674000', '161857.677000', '161857.679000', '161857.682000', '161857.685000', '161857.688000', '161857.691000', '161857.694000', '161857.696000', '161857.699000', '161857.702000', '161857.705000', '161857.708000', '161857.711000', '161857.713000', '161857.716000', '161857.719000', '161857.722000', '161857.725000', '161857.727000', '161857.730000', '161857.733000', '161857.736000', '161857.739000', '161857.741000', '161857.744000', '161857.747000', '161857.750000', '161857.753000', '161857.755000', '161857.758000', '161917.637000', '161917.640000', '161917.643000', '161917.646000', '161917.648000', '161917.651000', '161917.654000', '161917.657000', '161917.660000', '161917.662000', '161917.665000', '161917.668000', '161917.671000', '161917.674000', '161917.676000', '161917.679000', '161917.682000', '161917.685000', '161917.688000', '161917.691000', '161917.693000', '161917.696000', '161917.699000', '161917.702000', '161917.705000', '161917.708000', '161917.710000', '161917.713000', '161917.716000', '161917.719000', '161917.722000', '161917.724000', '161917.727000', '161917.730000', '161917.733000', '161917.736000', '161917.739000', '161917.741000', '161917.744000', '161917.747000', '161917.751000', '161917.754000', '161917.757000', '161937.637000', '161937.640000', '161937.643000', '161937.646000', '161937.648000', '161937.651000', '161937.654000', '161937.657000', '161937.660000', '161937.662000', '161937.665000', '161937.668000', '161937.671000', '161937.674000', '161937.677000', '161937.679000', '161937.682000', '161937.685000', '161937.688000', '161937.691000', '161937.694000', '161937.696000', '161937.699000', '161937.702000', '161937.705000', '161937.708000', '161937.711000', '161937.713000', '161937.716000', '161937.719000', '161937.722000', '161937.725000', '161937.728000', '161937.731000', '161937.733000', '161937.736000', '161937.739000', '161937.742000', '161937.745000', '161937.748000', '161937.750000', '161937.753000', '161937.756000', '161937.759000', '161957.637000', '161957.640000', '161957.643000', '161957.661000', '161957.664000', '161957.667000', '161957.669000', '161957.672000', '161957.675000', '161957.678000', '161957.681000', '161957.684000', '161957.686000', '161957.689000', '161957.692000', '161957.695000', '161957.698000', '161957.701000', '161957.704000', '161957.706000', '161957.709000', '161957.712000', '161957.715000', '161957.718000', '161957.720000', '161957.723000', '161957.726000', '161957.729000', '161957.732000', '161957.734000', '161957.737000', '161957.740000', '161957.743000', '161957.746000', '161957.749000', '161957.751000', '161957.754000', '161957.757000', '161957.760000', '161957.763000', '161957.765000', '161957.768000', '161957.835000', '162017.637000', '162017.640000', '162017.643000', '162017.646000', '162017.648000', '162017.651000', '162017.654000', '162017.657000', '162017.660000', '162017.662000', '162017.665000', '162017.668000', '162017.671000', '162017.674000', '162017.677000', '162017.679000', '162017.682000', '162017.685000', '162017.688000', '162017.691000', '162017.694000', '162017.696000', '162017.699000', '162017.702000', '162017.705000', '162017.708000', '162017.711000', '162017.714000', '162017.717000', '162017.720000', '162017.723000', '162017.726000', '162017.728000', '162017.731000', '162017.734000', '162017.737000', '162017.740000', '162017.743000', '162017.746000', '162017.748000', '162017.751000', '162017.754000', '162017.757000', '162017.760000', '162037.637000', '162037.640000', '162037.643000', '162037.646000', '162037.649000', '162037.651000', '162037.654000', '162037.657000', '162037.660000', '162037.663000', '162037.666000', '162037.668000', '162037.671000', '162037.674000', '162037.677000', '162037.680000', '162037.683000', '162037.686000', '162037.689000', '162037.691000', '162037.694000', '162037.697000', '162037.700000', '162037.703000', '162037.706000', '162037.708000', '162037.711000', '162037.714000', '162037.717000', '162037.720000', '162037.723000', '162037.726000', '162037.729000', '162037.732000', '162037.734000', '162037.737000', '162037.740000', '162037.743000', '162037.746000', '162037.749000', '162037.752000', '162037.754000', '162037.757000', '162057.638000', '162057.641000', '162057.644000', '162057.647000', '162057.650000', '162057.653000', '162057.655000', '162057.658000', '162057.661000', '162057.664000', '162057.667000', '162057.670000', '162057.672000', '162057.675000', '162057.678000', '162057.681000', '162057.684000', '162057.687000', '162057.690000', '162057.692000', '162057.695000', '162057.698000', '162057.701000', '162057.704000', '162057.707000', '162057.709000', '162057.712000', '162057.715000', '162057.718000', '162057.721000', '162057.724000', '162057.726000', '162057.729000', '162057.732000', '162057.735000', '162057.738000', '162057.741000', '162057.744000', '162057.747000', '162057.749000', '162057.752000', '162057.755000', '162057.758000', '162117.637000', '162117.640000', '162117.643000', '162117.646000', '162117.648000', '162117.651000', '162117.654000', '162117.657000', '162117.660000', '162117.662000', '162117.665000', '162117.668000', '162117.671000', '162117.674000', '162117.676000', '162117.679000', '162117.682000', '162117.685000', '162117.688000', '162117.691000', '162117.693000', '162117.696000', '162117.699000', '162117.702000', '162117.705000', '162117.707000', '162117.710000', '162117.713000', '162117.716000', '162117.719000', '162117.722000', '162117.724000', '162117.727000', '162117.730000', '162117.733000', '162117.736000', '162117.739000', '162117.741000', '162117.744000', '162117.747000', '162117.750000', '162117.753000', '162117.756000', '162117.758000', '162129.890000', '162129.893000', '162129.897000', '162129.900000', '162129.903000', '162129.907000', '162129.910000', '162129.913000', '162129.917000', '162129.921000', '162129.924000', '162129.927000', '162129.930000', '162129.933000', '162129.936000', '162129.939000', '162129.942000', '162129.945000', '162129.948000', '162129.952000', '162129.956000', '162129.960000', '162129.964000', '162129.967000', '162129.971000', '162129.974000', '162129.977000'], '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': [10964, 12605, 10932, 9984, 10661, 16963, 11059, 12862, 10143, 14887, 10365, 14148, 10218, 17359, 10940, 15320, 10214, 14086, 9739, 14872, 11518, 10850, 8479, 10196, 13551, 10332, 14590, 9872, 13346, 9600, 9748, 8588, 10920, 13177, 10133, 13538, 10126, 12465, 9941, 14091, 9527, 11221, 8677, 9095, 8901, 10671, 16181, 10133, 13297, 9790, 12644, 9541, 14018, 9545, 11916, 9535, 11954, 9945, 14687, 9631, 11728, 8923, 10723, 17140, 11566, 15384, 9947, 12917, 9395, 11985, 9026, 9709, 8745, 10497, 13231, 10050, 14589, 9790, 13169, 9084, 10788, 13584, 10308, 15959, 10191, 12783, 9744, 10939, 9351, 10784, 8466, 10879, 10368, 10293, 13158, 9928, 12924, 8697, 9274, 8706, 10657, 10841, 10215, 13902, 10282, 13527, 10030, 14583, 9600, 12894, 9114, 12724, 8892, 10589, 8902, 10273, 9069, 10617, 16876, 10136, 15280, 9793, 12772, 8988, 11058, 11949, 10024, 8557, 10330, 9757, 10674, 16158, 10176, 16955, 9713, 12193, 9206, 11340, 8749, 10237, 8463, 10588, 14520, 10274, 9132, 10295, 8924, 10735, 15874, 10562, 15774, 9474, 10668, 10003, 10721, 15857, 10419, 14079, 10260, 13805, 9538, 15017, 8866, 10482, 8595, 10865, 13219, 10395, 14689, 10455, 13649, 10004, 15074, 9836, 12902, 9556, 10350, 9358, 10970, 14701, 10611, 14204, 10425, 13294, 9511, 11138, 9630, 10646, 14694, 9868, 11909, 9362, 9814, 8354, 10568, 12137, 10241, 13422, 9999, 12599, 9452, 12924, 9110, 10024, 8219, 10638, 13457, 10046, 13974, 10015, 13093, 9449, 9750, 8345, 10631, 10863, 10255, 12382, 9826, 11975, 9352, 12805, 9110, 11186, 8360, 9094, 8332, 10194, 12188, 9222, 8326, 9939, 11143, 9754, 14559, 9793, 13634, 9428, 12890, 8636, 10416, 8369, 9763, 14966, 9541, 13794, 9309, 13379, 8889, 10485, 8438, 9333, 8181, 10151, 15328, 9692, 14315, 9487, 13088, 9167, 10771, 8567, 10690, 8112, 9461, 8153, 9887, 8819, 9679, 14394, 9529, 12847, 9847, 8806, 9352, 13106, 9252, 10447, 9138, 9619, 8531, 10327, 14618, 10045, 9608, 10337, 11644, 9458, 14956, 9481, 14648, 10093, 11018, 11270, 11461, 8918, 16977, 9721, 10633, 9827, 10509, 9407, 10258, 9252, 10291, 17601, 10029, 14858, 10028, 13868, 9778, 11692, 9812, 12638, 9079, 10301, 10342, 10522, 14395, 9862, 14745, 9894, 14732, 9366, 10886, 9383, 10762, 11527, 10352, 15687, 9923, 13149, 9672, 12013, 8950, 9589, 9302, 10460, 11039, 10167, 14048, 10119, 12181, 9987, 12135, 9314, 10554, 14123, 14197, 9397, 8428, 8559, 8359, 8492, 9348, 8940, 10277, 9920, 10230, 10012, 14795, 10144, 14140, 10398, 14268, 10223, 15672, 10223, 13366, 9558, 11791, 19332, 13265, 15359, 10586, 12861, 9553, 14254, 9407, 15407, 10532, 13128, 8097, 9054, 11120, 9250, 11025, 13002, 10771, 16033, 10436, 15639, 10524, 16101, 10592, 16147, 15142, 11915, 18006, 13631, 17413, 11033, 13709, 10221, 11250, 16689, 11246, 17232, 11293, 12215, 8733, 10249, 8541, 12326, 12748, 10464, 13165, 10714, 13024, 10725, 11458, 9917, 11711, 10066, 10292, 9721, 10239, 9248, 10147, 11550, 10897, 9961, 10239, 13747, 9971, 13377, 9547, 13528, 9252, 11259, 9779, 9970, 10049, 10304, 10789, 10389, 14103, 9945, 17105, 10100, 15425, 9767, 13318, 8979, 13845, 10360, 12618, 9448, 11006, 9659, 10990, 17647, 11738, 18988, 9938, 13898, 9592, 12510, 9442, 15288, 9781, 12052, 9971, 10714, 9309, 10873, 9267, 10557, 9985, 10241, 15326, 10009, 13711, 9758, 12199, 9411, 14612, 9505, 13616, 8779, 10549, 10070, 10076, 16983, 9295, 14246, 9328, 11668, 10125, 11230, 9002, 10461, 9784, 10549, 8987, 9702, 12700, 9355, 14125, 9034, 12940, 9480, 11907, 9466, 12638, 10279, 12840, 9857, 10185, 13888, 11309, 17263, 9392, 14009, 9016, 13417, 9296, 15786, 8829, 11757, 9697, 10296, 17492, 9429, 9264, 9669, 13664, 9907, 11464, 10487, 10343, 17044, 9346, 15273, 10203, 12599, 10319, 11735, 9455, 8381, 9228, 9442, 8990, 9443, 17017, 12190, 10571, 11591, 8925, 10770, 15180, 10411, 16359, 10477, 13312, 9127, 15434, 10331, 15093, 11774, 17609, 13047, 17080, 9509, 14776, 10434, 17440, 12226, 16268, 10118, 14575, 10115, 14258, 12211, 12816, 15922, 11473, 14193, 9576, 13526, 9855, 14518, 9569, 11876, 9844, 11370, 9497, 11521, 9751, 11211, 9556, 10924, 15872, 11543, 15726, 10062, 13268, 9540, 13267, 9028, 13032, 8891, 11532, 9847, 10562, 17144, 11532, 16987, 9964, 14318, 9839, 11661, 11755, 9478, 10046, 14577, 10191, 16216, 9410, 13471, 9383, 10275, 8593, 10426, 9883, 9999, 14755, 10065, 14876, 9967, 11711, 9022, 10169, 9144, 9647, 8400, 9877, 8613, 10365, 10060, 10681, 11076, 10218, 17015, 10050, 19072, 10433, 16312, 9510, 15548, 11747, 12823, 9165, 10953, 12240, 9741, 14617, 9763, 11592, 9778, 12312, 9556, 10752, 9478, 10719, 9261, 13761, 9361, 11167, 15898, 11691, 18359, 10364, 8302, 10164, 8314, 9977, 9366, 10981, 15469, 10730, 18529, 10774, 15522, 10695, 14134, 10341, 11061, 9334, 13375, 10194, 11233, 10872, 12227, 9813, 13422, 10515, 12001, 9599, 8757, 11035, 9702, 11176, 17923, 10617, 17762, 9925, 15265, 9259, 17524, 9128, 11190, 8831, 10552, 9679, 13628, 18026, 10288, 15882, 9899, 13198, 9160, 17019, 9055, 10257, 8471, 10385, 18925, 9901, 18952, 9728, 12165, 9748, 10456, 9372, 12034, 9027, 10299, 8576, 10709, 17707, 10964, 18595, 9612, 11184, 9204, 10125, 8466, 11895, 8064, 11994, 8337, 11207, 8106, 10880, 8363, 10306, 13287, 9453, 18285, 9018, 12988, 8694, 15895, 8955, 11586, 8802, 11863, 8868, 13688, 8502, 12532, 8498, 9843, 8411, 11546, 8088, 9757, 11633, 9032, 15517, 8988, 14578, 8769, 11091, 8387, 9660, 13127, 9463, 12491, 9497, 10865, 8945, 11774, 9043, 11580, 9074, 10070, 8550, 10388, 8610, 10037, 8246, 9411, 12472, 9151, 14239, 8883, 11574, 8831, 14304, 8952, 12453, 8760, 12293, 8878, 13213, 8933, 10094, 8421, 9681, 13446, 9279, 14361, 8900, 11183, 9047, 11132, 9140, 11112, 9009, 10101, 8750, 9741, 18995, 9358, 14516, 9673, 10171, 9627, 10030, 9370, 10003, 9267, 10284, 9413, 10342, 9390, 9908, 9148, 10573, 9140, 10087, 9071, 9307, 15693, 9998, 8705, 9453, 13196, 8994, 13481, 9265, 10115, 8181, 9617, 15145, 8874, 12150, 9256, 10658, 7818, 9654, 8332, 9612, 7956, 9315, 8963, 9654, 8583, 9384, 10488, 9286, 14714, 9269, 12313, 8894, 10952, 8593, 16212, 8768, 12916, 9005, 9662, 10784, 10564, 9269, 11263, 8738, 10168, 7916, 13417, 8661, 14244, 8870, 16516, 8684, 13635, 8866, 12180, 8981, 15836, 11293, 9985, 8600, 10006, 15795, 9537, 14996, 9171, 12951, 9159, 16261, 9197, 13547, 8773, 10005, 8328, 10366, 16280, 9733, 9513, 9712, 13490, 9644, 14228, 9575, 13791, 9704, 12074, 9372, 14408, 9182, 12695, 8645, 10358, 9658, 9871, 17253, 9905, 15488, 9794, 13525, 9249, 12665, 9242, 11776, 9706, 14756, 11350, 14687, 9756, 14485, 9003, 14497, 9171, 13344, 8807, 9888, 8855, 10203, 18034, 9702, 15314, 9412, 11171, 9167, 11816, 8845, 9678, 8953, 9785, 8811, 9416, 8420, 10866, 10378, 9508, 17534, 9914, 14583, 9670, 16301, 9580, 17436, 9457, 11982, 8708, 11807, 8650, 9810, 7963, 10416, 10672, 9540, 20153, 9863, 16917, 10043, 11714, 9353, 17367, 9511, 14033, 9033, 11688, 8756, 13020, 8548, 9758, 8458, 9524, 9818, 9461, 8329, 10088, 11092, 9743, 18557, 9958, 13071, 9549, 11813, 9039, 14084, 8812, 9511, 8529, 10130, 8807, 9533, 8400, 10290, 13837, 10108, 14993, 9320, 16612, 9319, 10298, 8649, 10576, 8673, 11543, 8587, 10249, 8557, 9850, 16911, 9791, 17861, 9652, 11523, 9238, 11147, 8576, 10044, 8415, 9982, 8583, 9984, 13564, 9935, 12108, 9510, 10995, 9276, 11393, 9121, 9630, 8946, 9968, 8995, 9312, 8525, 9037, 17888, 8733, 15083, 9318, 10578, 9359, 12086, 9326, 9446, 9047, 9969, 9280, 11357, 9268, 10769, 8952, 11152, 9868, 9563, 8340, 10094, 12718, 9460, 18926, 9135, 13076, 9662, 15365, 8964, 16919, 9391, 14142, 9486, 11822, 9336, 14051, 9087, 9771, 9828, 9947, 16342, 9785, 12344, 9587, 15065, 10003, 15281, 8912, 16774, 9083, 9071, 9425, 15378, 13020, 14011, 9948, 13968, 9594, 15689, 9372, 13611, 8693, 10383, 11885, 9271, 14020, 9241, 11609, 9017, 10949, 8763, 14853, 8606, 9179, 8874, 10171, 8787, 11783, 8387, 11102, 8492, 9121, 7989, 9616, 18364, 9582, 14745, 9345, 12757, 9272, 17867, 11669, 16364, 13428, 9100, 9475, 8902, 12595, 9388, 15058, 9257, 15589, 10556, 14235, 10481, 13699, 18777, 14658, 18914, 11057, 17406, 11157, 17102, 11656, 13736, 10836, 13787, 13637, 10006, 8732, 9440, 11635, 10067, 15429, 10139, 13418, 9784, 17288, 9899, 10660, 9160, 7840, 9079, 8162, 9902, 13769, 13514, 15995, 9904, 15350, 9516, 13650, 9196, 16801, 9007, 11198, 8671, 10063, 8129, 9689, 17550, 9123, 16528, 9110, 11804, 8437, 11144, 8501, 9722, 11568, 9494, 14218, 8938, 12792, 9102, 11853, 8623, 9614, 8652, 9483, 15932, 8502, 15398, 8538, 10051, 8258, 9117, 10884, 8788, 11106, 8446, 10800, 8835, 9454, 10003, 8892, 11042, 8704, 11297, 8496, 9781, 8289, 8900, 8220, 9002, 12700, 8478, 15958, 8936, 14320, 8583, 9101, 8302, 8989, 17256, 8518, 18584, 9009, 12795, 8748, 11829, 8591, 16253, 11503, 9811, 8453, 9404, 12064, 9166, 18630, 8750, 14523, 8540, 13233, 9439, 14499, 9454, 9696, 8241, 8365, 8202, 10041, 8375, 9691, 8330, 11004, 20920, 12236, 15664, 9237, 11507, 8809, 14713, 8081, 9725, 8370, 9756, 8331, 9039, 13301, 8794, 12773, 8498, 11383, 8458, 11133, 8574, 12416, 8303, 9198, 8731, 8937, 8462, 8567, 8559, 8559, 8250, 8640, 14451, 7976, 16786, 8265, 15131, 8451, 13517, 8488, 13273, 8335, 8798, 7691], 'WindowCenter': [4339.0, 4325.0, 4311.0, 4285.0, 4286.0, 4325.0, 4299.0, 4292.0, 4286.0, 4314.0, 4273.0, 4302.0, 4273.0, 4312.0, 4282.0, 4301.0, 4272.0, 4301.0, 4261.0, 4302.0, 4269.0, 4270.0, 4239.0, 4259.0, 4288.0, 4260.0, 4289.0, 4258.0, 4288.0, 4258.0, 4260.0, 4239.0, 4271.0, 4289.0, 4270.0, 4290.0, 4270.0, 4290.0, 4271.0, 4301.0, 4261.0, 4281.0, 4251.0, 4252.0, 4261.0, 4282.0, 4312.0, 4273.0, 4291.0, 4272.0, 4290.0, 4260.0, 4301.0, 4272.0, 4292.0, 4273.0, 4293.0, 4273.0, 4315.0, 4273.0, 4306.0, 4263.0, 4284.0, 4312.0, 4282.0, 4301.0, 4260.0, 4290.0, 4260.0, 4282.0, 4250.0, 4262.0, 4239.0, 4271.0, 4290.0, 4260.0, 4300.0, 4260.0, 4290.0, 4239.0, 4270.0, 4289.0, 4270.0, 4311.0, 4271.0, 4290.0, 4261.0, 4280.0, 4261.0, 4282.0, 4240.0, 4282.0, 4271.0, 4271.0, 4291.0, 4272.0, 4291.0, 4251.0, 4261.0, 4250.0, 4282.0, 4270.0, 4272.0, 4301.0, 4272.0, 4301.0, 4271.0, 4313.0, 4272.0, 4302.0, 4264.0, 4303.0, 4272.0, 4294.0, 4273.0, 4283.0, 4260.0, 4271.0, 4312.0, 4271.0, 4300.0, 4271.0, 4292.0, 4251.0, 4283.0, 4280.0, 4271.0, 4250.0, 4271.0, 4259.0, 4281.0, 4311.0, 4271.0, 4311.0, 4261.0, 4290.0, 4261.0, 4281.0, 4249.0, 4271.0, 4240.0, 4282.0, 4300.0, 4282.0, 4261.0, 4283.0, 4261.0, 4283.0, 4313.0, 4283.0, 4313.0, 4272.0, 4282.0, 4260.0, 4282.0, 4310.0, 4271.0, 4300.0, 4271.0, 4300.0, 4260.0, 4311.0, 4260.0, 4281.0, 4250.0, 4282.0, 4290.0, 4271.0, 4300.0, 4281.0, 4299.0, 4272.0, 4310.0, 4271.0, 4291.0, 4259.0, 4272.0, 4261.0, 4283.0, 4300.0, 4271.0, 4290.0, 4270.0, 4290.0, 4259.0, 4281.0, 4248.0, 4270.0, 4299.0, 4261.0, 4279.0, 4249.0, 4259.0, 4240.0, 4271.0, 4279.0, 4271.0, 4290.0, 4271.0, 4292.0, 4261.0, 4291.0, 4251.0, 4272.0, 4252.0, 4283.0, 4301.0, 4272.0, 4301.0, 4271.0, 4291.0, 4262.0, 4262.0, 4251.0, 4284.0, 4282.0, 4273.0, 4291.0, 4273.0, 4292.0, 4263.0, 4305.0, 4263.0, 4294.0, 4254.0, 4265.0, 4253.0, 4286.0, 4293.0, 4274.0, 4255.0, 4286.0, 4295.0, 4276.0, 4314.0, 4276.0, 4305.0, 4265.0, 4305.0, 4253.0, 4285.0, 4253.0, 4275.0, 4312.0, 4274.0, 4303.0, 4264.0, 4304.0, 4263.0, 4284.0, 4253.0, 4276.0, 4252.0, 4285.0, 4314.0, 4275.0, 4305.0, 4263.0, 4293.0, 4263.0, 4285.0, 4265.0, 4285.0, 4244.0, 4276.0, 4244.0, 4286.0, 4264.0, 4276.0, 4304.0, 4274.0, 4305.0, 4286.0, 4276.0, 4275.0, 4316.0, 4277.0, 4296.0, 4276.0, 4276.0, 4265.0, 4288.0, 4315.0, 4287.0, 4275.0, 4299.0, 4295.0, 4276.0, 4315.0, 4285.0, 4330.0, 4287.0, 4282.0, 4323.0, 4308.0, 4264.0, 4326.0, 4274.0, 4283.0, 4273.0, 4284.0, 4264.0, 4286.0, 4264.0, 4286.0, 4325.0, 4274.0, 4304.0, 4272.0, 4303.0, 4274.0, 4295.0, 4274.0, 4294.0, 4251.0, 4275.0, 4272.0, 4274.0, 4304.0, 4274.0, 4303.0, 4262.0, 4303.0, 4262.0, 4283.0, 4261.0, 4283.0, 4281.0, 4272.0, 4302.0, 4261.0, 4291.0, 4260.0, 4282.0, 4252.0, 4264.0, 4260.0, 4284.0, 4271.0, 4271.0, 4303.0, 4274.0, 4293.0, 4276.0, 4295.0, 4265.0, 4285.0, 4305.0, 4318.0, 4264.0, 4254.0, 4254.0, 4266.0, 4264.0, 4279.0, 4264.0, 4285.0, 4287.0, 4288.0, 4289.0, 4328.0, 4289.0, 4316.0, 4287.0, 4316.0, 4286.0, 4316.0, 4274.0, 4304.0, 4262.0, 4295.0, 4323.0, 4292.0, 4301.0, 4270.0, 4291.0, 4261.0, 4314.0, 4261.0, 4301.0, 4270.0, 4290.0, 4244.0, 4278.0, 4294.0, 4277.0, 4299.0, 4294.0, 4284.0, 4313.0, 4284.0, 4314.0, 4285.0, 4315.0, 4271.0, 4302.0, 4287.0, 4257.0, 4288.0, 4266.0, 4285.0, 4242.0, 4264.0, 4230.0, 4242.0, 4272.0, 4240.0, 4271.0, 4240.0, 4264.0, 4195.0, 4255.0, 4210.0, 4252.0, 4237.0, 4230.0, 4260.0, 4244.0, 4275.0, 4268.0, 4268.0, 4247.0, 4268.0, 4257.0, 4257.0, 4248.0, 4258.0, 4248.0, 4260.0, 4268.0, 4272.0, 4258.0, 4271.0, 4289.0, 4261.0, 4289.0, 4248.0, 4289.0, 4250.0, 4280.0, 4259.0, 4273.0, 4261.0, 4271.0, 4269.0, 4270.0, 4289.0, 4260.0, 4311.0, 4270.0, 4310.0, 4271.0, 4300.0, 4249.0, 4290.0, 4271.0, 4290.0, 4259.0, 4270.0, 4258.0, 4282.0, 4309.0, 4281.0, 4320.0, 4270.0, 4301.0, 4274.0, 4291.0, 4260.0, 4301.0, 4270.0, 4289.0, 4261.0, 4283.0, 4260.0, 4282.0, 4260.0, 4283.0, 4270.0, 4271.0, 4300.0, 4272.0, 4289.0, 4260.0, 4291.0, 4262.0, 4301.0, 4261.0, 4300.0, 4250.0, 4271.0, 4258.0, 4260.0, 4308.0, 4250.0, 4288.0, 4250.0, 4279.0, 4270.0, 4281.0, 4250.0, 4271.0, 4271.0, 4283.0, 4263.0, 4273.0, 4291.0, 4262.0, 4301.0, 4252.0, 4292.0, 4262.0, 4282.0, 4262.0, 4292.0, 4272.0, 4292.0, 4271.0, 4273.0, 4301.0, 4282.0, 4311.0, 4261.0, 4300.0, 4251.0, 4291.0, 4260.0, 4300.0, 4250.0, 4282.0, 4260.0, 4271.0, 4323.0, 4263.0, 4248.0, 4259.0, 4300.0, 4271.0, 4293.0, 4270.0, 4273.0, 4311.0, 4261.0, 4311.0, 4272.0, 4291.0, 4282.0, 4295.0, 4271.0, 4252.0, 4251.0, 4272.0, 4261.0, 4273.0, 4323.0, 4294.0, 4284.0, 4294.0, 4264.0, 4296.0, 4315.0, 4286.0, 4326.0, 4296.0, 4315.0, 4275.0, 4314.0, 4284.0, 4314.0, 4295.0, 4325.0, 4306.0, 4324.0, 4275.0, 4327.0, 4285.0, 4325.0, 4294.0, 4311.0, 4274.0, 4301.0, 4270.0, 4302.0, 4278.0, 4290.0, 4298.0, 4279.0, 4287.0, 4247.0, 4287.0, 4259.0, 4289.0, 4259.0, 4280.0, 4260.0, 4283.0, 4260.0, 4281.0, 4260.0, 4281.0, 4260.0, 4282.0, 4312.0, 4280.0, 4300.0, 4259.0, 4289.0, 4262.0, 4290.0, 4250.0, 4290.0, 4250.0, 4281.0, 4259.0, 4272.0, 4311.0, 4280.0, 4309.0, 4260.0, 4258.0, 4259.0, 4189.0, 4161.0, 4231.0, 4245.0, 4298.0, 4270.0, 4324.0, 4277.0, 4315.0, 4273.0, 4272.0, 4237.0, 4269.0, 4256.0, 4259.0, 4298.0, 4272.0, 4301.0, 4272.0, 4291.0, 4250.0, 4271.0, 4247.0, 4259.0, 4237.0, 4259.0, 4238.0, 4272.0, 4270.0, 4282.0, 4281.0, 4284.0, 4323.0, 4284.0, 4323.0, 4281.0, 4310.0, 4259.0, 4311.0, 4279.0, 4279.0, 4247.0, 4268.0, 4276.0, 4249.0, 4289.0, 4259.0, 4279.0, 4260.0, 4279.0, 4261.0, 4281.0, 4260.0, 4270.0, 4261.0, 4302.0, 4261.0, 4295.0, 4312.0, 4279.0, 4323.0, 4282.0, 4253.0, 4260.0, 4238.0, 4262.0, 4250.0, 4271.0, 4300.0, 4272.0, 4309.0, 4283.0, 4313.0, 4271.0, 4302.0, 4260.0, 4280.0, 4249.0, 4304.0, 4271.0, 4283.0, 4271.0, 4280.0, 4274.0, 4303.0, 4283.0, 4292.0, 4263.0, 4251.0, 4282.0, 4262.0, 4285.0, 4323.0, 4297.0, 4336.0, 4274.0, 4298.0, 4248.0, 4309.0, 4250.0, 4269.0, 4263.0, 4271.0, 4250.0, 4303.0, 4311.0, 4271.0, 4299.0, 4260.0, 4293.0, 4248.0, 4299.0, 4237.0, 4258.0, 4227.0, 4260.0, 4310.0, 4259.0, 4309.0, 4259.0, 4278.0, 4250.0, 4269.0, 4248.0, 4280.0, 4239.0, 4270.0, 4238.0, 4283.0, 4322.0, 4283.0, 4324.0, 4274.0, 4280.0, 4243.0, 4249.0, 4150.0, 4302.0, 4214.0, 4262.0, 4211.0, 4266.0, 4226.0, 4270.0, 4240.0, 4271.0, 4289.0, 4260.0, 4320.0, 4250.0, 4287.0, 4236.0, 4297.0, 4250.0, 4291.0, 4251.0, 4291.0, 4251.0, 4302.0, 4250.0, 4291.0, 4238.0, 4260.0, 4238.0, 4279.0, 4227.0, 4259.0, 4278.0, 4250.0, 4312.0, 4249.0, 4299.0, 4238.0, 4268.0, 4240.0, 4261.0, 4288.0, 4259.0, 4277.0, 4259.0, 4268.0, 4249.0, 4279.0, 4250.0, 4279.0, 4260.0, 4270.0, 4251.0, 4271.0, 4251.0, 4274.0, 4253.0, 4263.0, 4291.0, 4261.0, 4300.0, 4260.0, 4280.0, 4261.0, 4301.0, 4262.0, 4290.0, 4263.0, 4293.0, 4250.0, 4303.0, 4250.0, 4272.0, 4240.0, 4274.0, 4301.0, 4260.0, 4300.0, 4250.0, 4281.0, 4264.0, 4282.0, 4260.0, 4281.0, 4251.0, 4270.0, 4249.0, 4272.0, 4321.0, 4260.0, 4300.0, 4261.0, 4271.0, 4274.0, 4273.0, 4263.0, 4271.0, 4272.0, 4283.0, 4263.0, 4273.0, 4262.0, 4272.0, 4263.0, 4284.0, 4263.0, 4284.0, 4263.0, 4273.0, 4313.0, 4273.0, 4250.0, 4272.0, 4301.0, 4263.0, 4302.0, 4261.0, 4271.0, 4238.0, 4271.0, 4311.0, 4261.0, 4290.0, 4262.0, 4283.0, 4242.0, 4271.0, 4238.0, 4271.0, 4239.0, 4273.0, 4261.0, 4272.0, 4251.0, 4273.0, 4282.0, 4274.0, 4312.0, 4261.0, 4291.0, 4261.0, 4281.0, 4251.0, 4311.0, 4251.0, 4302.0, 4263.0, 4285.0, 4282.0, 4294.0, 4273.0, 4294.0, 4252.0, 4284.0, 4255.0, 4315.0, 4266.0, 4326.0, 4276.0, 4326.0, 4265.0, 4304.0, 4263.0, 4305.0, 4263.0, 4315.0, 4282.0, 4273.0, 4251.0, 4273.0, 4311.0, 4262.0, 4300.0, 4261.0, 4291.0, 4261.0, 4312.0, 4261.0, 4301.0, 4250.0, 4272.0, 4239.0, 4270.0, 4309.0, 4260.0, 4259.0, 4260.0, 4289.0, 4272.0, 4301.0, 4260.0, 4290.0, 4260.0, 4279.0, 4260.0, 4301.0, 4260.0, 4290.0, 4239.0, 4270.0, 4257.0, 4259.0, 4310.0, 4284.0, 4300.0, 4271.0, 4301.0, 4260.0, 4289.0, 4251.0, 4279.0, 4273.0, 4313.0, 4283.0, 4302.0, 4273.0, 4301.0, 4264.0, 4302.0, 4260.0, 4290.0, 4249.0, 4259.0, 4249.0, 4271.0, 4308.0, 4258.0, 4297.0, 4247.0, 4267.0, 4247.0, 4292.0, 4250.0, 4259.0, 4249.0, 4259.0, 4262.0, 4263.0, 4254.0, 4295.0, 4272.0, 4273.0, 4323.0, 4285.0, 4302.0, 4261.0, 4300.0, 4260.0, 4311.0, 4260.0, 4280.0, 4251.0, 4281.0, 4238.0, 4259.0, 4227.0, 4269.0, 4257.0, 4259.0, 4320.0, 4260.0, 4309.0, 4260.0, 4280.0, 4260.0, 4310.0, 4260.0, 4289.0, 4249.0, 4280.0, 4238.0, 4290.0, 4239.0, 4260.0, 4239.0, 4259.0, 4259.0, 4260.0, 4239.0, 4270.0, 4268.0, 4260.0, 4320.0, 4271.0, 4289.0, 4260.0, 4280.0, 4249.0, 4289.0, 4249.0, 4260.0, 4238.0, 4270.0, 4249.0, 4260.0, 4239.0, 4271.0, 4288.0, 4270.0, 4300.0, 4248.0, 4299.0, 4249.0, 4258.0, 4238.0, 4270.0, 4237.0, 4279.0, 4238.0, 4259.0, 4237.0, 4259.0, 4309.0, 4259.0, 4309.0, 4259.0, 4268.0, 4260.0, 4280.0, 4237.0, 4259.0, 4227.0, 4259.0, 4238.0, 4260.0, 4288.0, 4260.0, 4278.0, 4261.0, 4269.0, 4260.0, 4280.0, 4261.0, 4260.0, 4251.0, 4273.0, 4275.0, 4276.0, 4264.0, 4275.0, 4321.0, 4250.0, 4311.0, 4261.0, 4269.0, 4260.0, 4290.0, 4261.0, 4261.0, 4261.0, 4271.0, 4261.0, 4281.0, 4262.0, 4282.0, 4250.0, 4282.0, 4260.0, 4273.0, 4240.0, 4272.0, 4302.0, 4273.0, 4322.0, 4261.0, 4288.0, 4260.0, 4300.0, 4248.0, 4311.0, 4260.0, 4300.0, 4260.0, 4291.0, 4260.0, 4301.0, 4249.0, 4271.0, 4259.0, 4259.0, 4309.0, 4260.0, 4278.0, 4260.0, 4299.0, 4260.0, 4312.0, 4261.0, 4310.0, 4261.0, 4250.0, 4263.0, 4312.0, 4303.0, 4301.0, 4272.0, 4301.0, 4272.0, 4312.0, 4249.0, 4290.0, 4239.0, 4270.0, 4278.0, 4248.0, 4288.0, 4260.0, 4268.0, 4248.0, 4269.0, 4262.0, 4313.0, 4262.0, 4260.0, 4276.0, 4285.0, 4265.0, 4294.0, 4252.0, 4282.0, 4252.0, 4263.0, 4241.0, 4274.0, 4324.0, 4261.0, 4300.0, 4250.0, 4291.0, 4263.0, 4323.0, 4282.0, 4300.0, 4275.0, 4274.0, 4272.0, 4263.0, 4292.0, 4262.0, 4300.0, 4250.0, 4302.0, 4271.0, 4304.0, 4271.0, 4303.0, 4309.0, 4288.0, 4294.0, 4243.0, 4273.0, 4242.0, 4274.0, 4253.0, 4264.0, 4240.0, 4261.0, 4259.0, 4230.0, 4208.0, 4230.0, 4237.0, 4231.0, 4271.0, 4242.0, 4262.0, 4245.0, 4296.0, 4256.0, 4253.0, 4234.0, 4214.0, 4236.0, 4226.0, 4258.0, 4277.0, 4290.0, 4298.0, 4258.0, 4287.0, 4247.0, 4288.0, 4246.0, 4297.0, 4236.0, 4266.0, 4236.0, 4246.0, 4216.0, 4259.0, 4311.0, 4249.0, 4296.0, 4236.0, 4266.0, 4226.0, 4267.0, 4225.0, 4248.0, 4267.0, 4262.0, 4289.0, 4238.0, 4276.0, 4238.0, 4267.0, 4237.0, 4247.0, 4224.0, 4247.0, 4298.0, 4237.0, 4288.0, 4237.0, 4258.0, 4226.0, 4237.0, 4255.0, 4238.0, 4268.0, 4227.0, 4269.0, 4249.0, 4260.0, 4258.0, 4250.0, 4269.0, 4240.0, 4281.0, 4239.0, 4260.0, 4239.0, 4250.0, 4239.0, 4251.0, 4290.0, 4252.0, 4312.0, 4250.0, 4301.0, 4250.0, 4251.0, 4239.0, 4275.0, 4323.0, 4251.0, 4321.0, 4262.0, 4290.0, 4252.0, 4293.0, 4251.0, 4324.0, 4282.0, 4271.0, 4238.0, 4261.0, 4290.0, 4261.0, 4321.0, 4251.0, 4301.0, 4250.0, 4292.0, 4249.0, 4301.0, 4259.0, 4260.0, 4239.0, 4250.0, 4238.0, 4259.0, 4238.0, 4259.0, 4238.0, 4282.0, 4321.0, 4279.0, 4298.0, 4247.0, 4278.0, 4247.0, 4288.0, 4228.0, 4258.0, 4238.0, 4258.0, 4237.0, 4249.0, 4288.0, 4249.0, 4288.0, 4249.0, 4278.0, 4239.0, 4280.0, 4249.0, 4291.0, 4240.0, 4260.0, 4249.0, 4262.0, 4240.0, 4251.0, 4250.0, 4251.0, 4251.0, 4252.0, 4301.0, 4241.0, 4312.0, 4252.0, 4311.0, 4252.0, 4301.0, 4251.0, 4290.0, 4183.0, 4072.0, 4251.0], 'WindowWidth': [9580.0, 9547.0, 9524.0, 9478.0, 9479.0, 9532.0, 9503.0, 9479.0, 9479.0, 9512.0, 9456.0, 9493.0, 9457.0, 9510.0, 9468.0, 9491.0, 9452.0, 9488.0, 9434.0, 9494.0, 9442.0, 9447.0, 9402.0, 9431.0, 9467.0, 9431.0, 9471.0, 9428.0, 9466.0, 9428.0, 9433.0, 9404.0, 9449.0, 9470.0, 9448.0, 9473.0, 9448.0, 9474.0, 9451.0, 9491.0, 9438.0, 9462.0, 9423.0, 9427.0, 9437.0, 9468.0, 9509.0, 9455.0, 9477.0, 9452.0, 9475.0, 9436.0, 9492.0, 9454.0, 9480.0, 9456.0, 9484.0, 9459.0, 9516.0, 9459.0, 9508.0, 9443.0, 9471.0, 9510.0, 9466.0, 9490.0, 9433.0, 9472.0, 9432.0, 9465.0, 9418.0, 9438.0, 9404.0, 9449.0, 9473.0, 9433.0, 9487.0, 9432.0, 9474.0, 9403.0, 9447.0, 9472.0, 9446.0, 9505.0, 9450.0, 9476.0, 9438.0, 9461.0, 9436.0, 9467.0, 9408.0, 9466.0, 9448.0, 9451.0, 9477.0, 9452.0, 9477.0, 9424.0, 9437.0, 9423.0, 9469.0, 9449.0, 9454.0, 9492.0, 9453.0, 9492.0, 9453.0, 9510.0, 9454.0, 9496.0, 9446.0, 9498.0, 9459.0, 9491.0, 9461.0, 9473.0, 9437.0, 9450.0, 9509.0, 9451.0, 9490.0, 9450.0, 9479.0, 9425.0, 9471.0, 9460.0, 9452.0, 9421.0, 9451.0, 9431.0, 9463.0, 9504.0, 9452.0, 9506.0, 9437.0, 9475.0, 9437.0, 9464.0, 9419.0, 9453.0, 9408.0, 9468.0, 9488.0, 9470.0, 9438.0, 9470.0, 9440.0, 9473.0, 9511.0, 9471.0, 9512.0, 9454.0, 9469.0, 9434.0, 9467.0, 9503.0, 9451.0, 9489.0, 9450.0, 9489.0, 9436.0, 9505.0, 9436.0, 9465.0, 9421.0, 9466.0, 9474.0, 9453.0, 9490.0, 9465.0, 9488.0, 9454.0, 9504.0, 9452.0, 9479.0, 9435.0, 9454.0, 9438.0, 9468.0, 9488.0, 9452.0, 9473.0, 9448.0, 9473.0, 9431.0, 9463.0, 9416.0, 9446.0, 9484.0, 9436.0, 9458.0, 9419.0, 9434.0, 9407.0, 9449.0, 9457.0, 9449.0, 9472.0, 9451.0, 9482.0, 9437.0, 9477.0, 9423.0, 9456.0, 9427.0, 9471.0, 9492.0, 9453.0, 9490.0, 9452.0, 9478.0, 9440.0, 9441.0, 9426.0, 9474.0, 9468.0, 9457.0, 9478.0, 9457.0, 9479.0, 9444.0, 9502.0, 9446.0, 9486.0, 9432.0, 9449.0, 9432.0, 9477.0, 9485.0, 9460.0, 9435.0, 9479.0, 9488.0, 9466.0, 9514.0, 9464.0, 9501.0, 9448.0, 9502.0, 9431.0, 9476.0, 9429.0, 9461.0, 9508.0, 9460.0, 9495.0, 9444.0, 9499.0, 9444.0, 9472.0, 9432.0, 9464.0, 9428.0, 9475.0, 9513.0, 9462.0, 9501.0, 9443.0, 9483.0, 9445.0, 9474.0, 9449.0, 9477.0, 9418.0, 9465.0, 9418.0, 9479.0, 9446.0, 9466.0, 9500.0, 9459.0, 9500.0, 9480.0, 9469.0, 9465.0, 9521.0, 9471.0, 9493.0, 9467.0, 9467.0, 9448.0, 9483.0, 9517.0, 9482.0, 9464.0, 9499.0, 9489.0, 9466.0, 9518.0, 9478.0, 9545.0, 9482.0, 9468.0, 9546.0, 9512.0, 9445.0, 9534.0, 9457.0, 9467.0, 9457.0, 9472.0, 9445.0, 9477.0, 9445.0, 9477.0, 9530.0, 9458.0, 9499.0, 9452.0, 9495.0, 9457.0, 9485.0, 9456.0, 9486.0, 9425.0, 9461.0, 9450.0, 9457.0, 9497.0, 9456.0, 9493.0, 9438.0, 9493.0, 9437.0, 9465.0, 9435.0, 9469.0, 9462.0, 9452.0, 9493.0, 9436.0, 9474.0, 9432.0, 9465.0, 9423.0, 9442.0, 9434.0, 9471.0, 9449.0, 9451.0, 9495.0, 9458.0, 9482.0, 9463.0, 9487.0, 9445.0, 9475.0, 9503.0, 9527.0, 9445.0, 9431.0, 9432.0, 9454.0, 9448.0, 9474.0, 9446.0, 9477.0, 9480.0, 9485.0, 9489.0, 9540.0, 9486.0, 9520.0, 9480.0, 9520.0, 9476.0, 9518.0, 9458.0, 9500.0, 9439.0, 9487.0, 9523.0, 9478.0, 9488.0, 9446.0, 9474.0, 9434.0, 9512.0, 9437.0, 9490.0, 9446.0, 9472.0, 9420.0, 9475.0, 9489.0, 9469.0, 9504.0, 9484.0, 9469.0, 9512.0, 9471.0, 9514.0, 9477.0, 9520.0, 9449.0, 9496.0, 9465.0, 9423.0, 9471.0, 9434.0, 9459.0, 9391.0, 9426.0, 9373.0, 9393.0, 9437.0, 9387.0, 9433.0, 9388.0, 9427.0, 9321.0, 9423.0, 9348.0, 9403.0, 9374.0, 9373.0, 9414.0, 9398.0, 9441.0, 9441.0, 9441.0, 9410.0, 9441.0, 9424.0, 9423.0, 9412.0, 9425.0, 9413.0, 9432.0, 9439.0, 9450.0, 9428.0, 9448.0, 9470.0, 9435.0, 9471.0, 9409.0, 9471.0, 9419.0, 9460.0, 9431.0, 9455.0, 9436.0, 9450.0, 9442.0, 9447.0, 9471.0, 9434.0, 9506.0, 9448.0, 9505.0, 9452.0, 9489.0, 9419.0, 9476.0, 9449.0, 9475.0, 9432.0, 9447.0, 9428.0, 9466.0, 9499.0, 9464.0, 9516.0, 9449.0, 9491.0, 9459.0, 9478.0, 9436.0, 9490.0, 9449.0, 9473.0, 9432.0, 9471.0, 9436.0, 9469.0, 9434.0, 9469.0, 9448.0, 9450.0, 9488.0, 9456.0, 9473.0, 9436.0, 9479.0, 9440.0, 9492.0, 9437.0, 9488.0, 9421.0, 9451.0, 9429.0, 9433.0, 9496.0, 9419.0, 9469.0, 9421.0, 9457.0, 9447.0, 9463.0, 9421.0, 9451.0, 9450.0, 9470.0, 9444.0, 9457.0, 9475.0, 9441.0, 9491.0, 9428.0, 9479.0, 9439.0, 9466.0, 9440.0, 9479.0, 9454.0, 9481.0, 9451.0, 9458.0, 9491.0, 9467.0, 9502.0, 9438.0, 9487.0, 9424.0, 9478.0, 9435.0, 9488.0, 9421.0, 9467.0, 9432.0, 9451.0, 9523.0, 9443.0, 9415.0, 9433.0, 9489.0, 9451.0, 9484.0, 9446.0, 9455.0, 9507.0, 9438.0, 9503.0, 9454.0, 9479.0, 9469.0, 9490.0, 9453.0, 9427.0, 9420.0, 9456.0, 9438.0, 9459.0, 9525.0, 9487.0, 9472.0, 9489.0, 9448.0, 9493.0, 9520.0, 9481.0, 9535.0, 9493.0, 9519.0, 9464.0, 9513.0, 9474.0, 9515.0, 9492.0, 9534.0, 9507.0, 9529.0, 9465.0, 9538.0, 9479.0, 9535.0, 9486.0, 9505.0, 9459.0, 9492.0, 9446.0, 9495.0, 9453.0, 9472.0, 9479.0, 9456.0, 9463.0, 9412.0, 9465.0, 9432.0, 9465.0, 9431.0, 9459.0, 9434.0, 9469.0, 9433.0, 9464.0, 9434.0, 9465.0, 9433.0, 9467.0, 9508.0, 9461.0, 9486.0, 9431.0, 9471.0, 9440.0, 9473.0, 9420.0, 9473.0, 9421.0, 9462.0, 9430.0, 9454.0, 9503.0, 9459.0, 9497.0, 9433.0, 9409.0, 9435.0, 9293.0, 9243.0, 9386.0, 9406.0, 9483.0, 9449.0, 9530.0, 9472.0, 9521.0, 9459.0, 9453.0, 9400.0, 9444.0, 9422.0, 9430.0, 9483.0, 9455.0, 9491.0, 9454.0, 9479.0, 9424.0, 9452.0, 9413.0, 9431.0, 9401.0, 9432.0, 9403.0, 9453.0, 9449.0, 9468.0, 9465.0, 9472.0, 9524.0, 9475.0, 9526.0, 9465.0, 9502.0, 9432.0, 9509.0, 9459.0, 9459.0, 9413.0, 9442.0, 9449.0, 9417.0, 9469.0, 9432.0, 9458.0, 9433.0, 9458.0, 9437.0, 9463.0, 9435.0, 9450.0, 9438.0, 9496.0, 9439.0, 9490.0, 9506.0, 9459.0, 9524.0, 9471.0, 9431.0, 9433.0, 9401.0, 9438.0, 9419.0, 9450.0, 9484.0, 9450.0, 9499.0, 9469.0, 9513.0, 9451.0, 9492.0, 9434.0, 9460.0, 9420.0, 9498.0, 9451.0, 9469.0, 9449.0, 9462.0, 9461.0, 9497.0, 9472.0, 9479.0, 9442.0, 9424.0, 9467.0, 9442.0, 9474.0, 9524.0, 9498.0, 9548.0, 9461.0, 9482.0, 9414.0, 9498.0, 9420.0, 9444.0, 9442.0, 9449.0, 9418.0, 9499.0, 9505.0, 9452.0, 9485.0, 9435.0, 9482.0, 9414.0, 9485.0, 9399.0, 9429.0, 9385.0, 9433.0, 9502.0, 9431.0, 9497.0, 9431.0, 9454.0, 9418.0, 9446.0, 9415.0, 9460.0, 9403.0, 9448.0, 9402.0, 9471.0, 9522.0, 9472.0, 9524.0, 9462.0, 9462.0, 9404.0, 9408.0, 9230.0, 9503.0, 9365.0, 9422.0, 9352.0, 9434.0, 9382.0, 9449.0, 9407.0, 9453.0, 9470.0, 9435.0, 9517.0, 9421.0, 9467.0, 9397.0, 9479.0, 9425.0, 9480.0, 9428.0, 9479.0, 9426.0, 9497.0, 9426.0, 9478.0, 9401.0, 9435.0, 9401.0, 9458.0, 9385.0, 9433.0, 9455.0, 9423.0, 9509.0, 9418.0, 9484.0, 9401.0, 9442.0, 9410.0, 9440.0, 9469.0, 9432.0, 9454.0, 9432.0, 9444.0, 9421.0, 9461.0, 9422.0, 9460.0, 9438.0, 9450.0, 9425.0, 9453.0, 9428.0, 9461.0, 9432.0, 9445.0, 9478.0, 9438.0, 9488.0, 9437.0, 9464.0, 9439.0, 9494.0, 9442.0, 9477.0, 9448.0, 9484.0, 9425.0, 9498.0, 9424.0, 9455.0, 9409.0, 9464.0, 9494.0, 9436.0, 9488.0, 9424.0, 9467.0, 9447.0, 9470.0, 9437.0, 9465.0, 9426.0, 9451.0, 9421.0, 9456.0, 9521.0, 9435.0, 9487.0, 9437.0, 9451.0, 9464.0, 9457.0, 9445.0, 9453.0, 9458.0, 9472.0, 9446.0, 9457.0, 9443.0, 9457.0, 9445.0, 9474.0, 9443.0, 9475.0, 9445.0, 9461.0, 9511.0, 9459.0, 9425.0, 9457.0, 9492.0, 9444.0, 9498.0, 9439.0, 9455.0, 9403.0, 9453.0, 9509.0, 9440.0, 9477.0, 9441.0, 9472.0, 9416.0, 9452.0, 9406.0, 9453.0, 9408.0, 9458.0, 9441.0, 9456.0, 9426.0, 9458.0, 9469.0, 9461.0, 9509.0, 9441.0, 9479.0, 9440.0, 9467.0, 9426.0, 9507.0, 9426.0, 9496.0, 9446.0, 9480.0, 9472.0, 9490.0, 9458.0, 9486.0, 9429.0, 9475.0, 9440.0, 9518.0, 9455.0, 9534.0, 9468.0, 9536.0, 9451.0, 9500.0, 9446.0, 9503.0, 9443.0, 9519.0, 9467.0, 9456.0, 9425.0, 9459.0, 9504.0, 9441.0, 9488.0, 9439.0, 9478.0, 9439.0, 9509.0, 9438.0, 9492.0, 9423.0, 9453.0, 9406.0, 9448.0, 9497.0, 9435.0, 9430.0, 9436.0, 9473.0, 9454.0, 9491.0, 9436.0, 9475.0, 9435.0, 9459.0, 9434.0, 9492.0, 9434.0, 9475.0, 9405.0, 9449.0, 9427.0, 9432.0, 9503.0, 9476.0, 9489.0, 9451.0, 9491.0, 9436.0, 9471.0, 9422.0, 9459.0, 9459.0, 9510.0, 9471.0, 9492.0, 9456.0, 9492.0, 9449.0, 9496.0, 9435.0, 9473.0, 9416.0, 9432.0, 9417.0, 9450.0, 9496.0, 9429.0, 9478.0, 9413.0, 9440.0, 9412.0, 9481.0, 9421.0, 9431.0, 9417.0, 9433.0, 9442.0, 9446.0, 9438.0, 9492.0, 9454.0, 9460.0, 9525.0, 9476.0, 9495.0, 9436.0, 9489.0, 9433.0, 9505.0, 9435.0, 9459.0, 9425.0, 9465.0, 9400.0, 9431.0, 9384.0, 9443.0, 9426.0, 9433.0, 9517.0, 9434.0, 9498.0, 9434.0, 9461.0, 9433.0, 9503.0, 9433.0, 9472.0, 9418.0, 9463.0, 9403.0, 9477.0, 9405.0, 9433.0, 9406.0, 9434.0, 9430.0, 9436.0, 9405.0, 9449.0, 9442.0, 9435.0, 9517.0, 9450.0, 9472.0, 9434.0, 9460.0, 9416.0, 9471.0, 9418.0, 9433.0, 9403.0, 9450.0, 9417.0, 9436.0, 9404.0, 9450.0, 9469.0, 9447.0, 9488.0, 9416.0, 9485.0, 9417.0, 9429.0, 9402.0, 9446.0, 9399.0, 9459.0, 9400.0, 9431.0, 9399.0, 9432.0, 9497.0, 9432.0, 9498.0, 9432.0, 9442.0, 9434.0, 9462.0, 9397.0, 9430.0, 9386.0, 9431.0, 9401.0, 9435.0, 9470.0, 9434.0, 9456.0, 9437.0, 9446.0, 9435.0, 9459.0, 9438.0, 9435.0, 9424.0, 9458.0, 9468.0, 9470.0, 9451.0, 9468.0, 9521.0, 9425.0, 9505.0, 9439.0, 9443.0, 9436.0, 9474.0, 9439.0, 9437.0, 9438.0, 9454.0, 9440.0, 9467.0, 9441.0, 9467.0, 9423.0, 9470.0, 9436.0, 9457.0, 9410.0, 9456.0, 9497.0, 9457.0, 9524.0, 9439.0, 9471.0, 9434.0, 9488.0, 9417.0, 9510.0, 9437.0, 9490.0, 9434.0, 9478.0, 9435.0, 9492.0, 9419.0, 9451.0, 9432.0, 9433.0, 9498.0, 9435.0, 9454.0, 9434.0, 9485.0, 9437.0, 9510.0, 9440.0, 9504.0, 9439.0, 9422.0, 9444.0, 9506.0, 9499.0, 9491.0, 9455.0, 9489.0, 9455.0, 9507.0, 9419.0, 9474.0, 9403.0, 9448.0, 9456.0, 9414.0, 9468.0, 9435.0, 9440.0, 9416.0, 9445.0, 9443.0, 9512.0, 9442.0, 9436.0, 9468.0, 9479.0, 9453.0, 9485.0, 9427.0, 9468.0, 9428.0, 9444.0, 9412.0, 9462.0, 9530.0, 9437.0, 9486.0, 9421.0, 9477.0, 9445.0, 9530.0, 9465.0, 9491.0, 9444.0, 9464.0, 9457.0, 9446.0, 9482.0, 9441.0, 9488.0, 9419.0, 9495.0, 9449.0, 9503.0, 9450.0, 9498.0, 9501.0, 9470.0, 9471.0, 9399.0, 9442.0, 9395.0, 9444.0, 9409.0, 9428.0, 9388.0, 9421.0, 9411.0, 9376.0, 9342.0, 9377.0, 9382.0, 9379.0, 9430.0, 9393.0, 9424.0, 9405.0, 9477.0, 9423.0, 9413.0, 9390.0, 9362.0, 9396.0, 9380.0, 9428.0, 9450.0, 9475.0, 9480.0, 9428.0, 9463.0, 9411.0, 9467.0, 9409.0, 9480.0, 9395.0, 9433.0, 9394.0, 9409.0, 9367.0, 9430.0, 9507.0, 9416.0, 9475.0, 9395.0, 9431.0, 9381.0, 9435.0, 9378.0, 9413.0, 9436.0, 9439.0, 9472.0, 9399.0, 9447.0, 9400.0, 9438.0, 9397.0, 9410.0, 9374.0, 9409.0, 9480.0, 9397.0, 9467.0, 9398.0, 9427.0, 9381.0, 9398.0, 9418.0, 9400.0, 9441.0, 9385.0, 9445.0, 9416.0, 9433.0, 9426.0, 9419.0, 9443.0, 9407.0, 9465.0, 9405.0, 9433.0, 9404.0, 9422.0, 9405.0, 9424.0, 9476.0, 9429.0, 9508.0, 9421.0, 9492.0, 9423.0, 9425.0, 9407.0, 9467.0, 9527.0, 9425.0, 9519.0, 9440.0, 9475.0, 9426.0, 9483.0, 9426.0, 9529.0, 9466.0, 9452.0, 9403.0, 9439.0, 9474.0, 9437.0, 9519.0, 9425.0, 9492.0, 9421.0, 9481.0, 9417.0, 9491.0, 9429.0, 9435.0, 9407.0, 9423.0, 9401.0, 9433.0, 9402.0, 9432.0, 9402.0, 9469.0, 9520.0, 9456.0, 9482.0, 9410.0, 9456.0, 9413.0, 9468.0, 9388.0, 9429.0, 9401.0, 9428.0, 9399.0, 9418.0, 9466.0, 9417.0, 9467.0, 9419.0, 9454.0, 9406.0, 9461.0, 9419.0, 9477.0, 9407.0, 9434.0, 9419.0, 9442.0, 9411.0, 9427.0, 9422.0, 9427.0, 9425.0, 9427.0, 9491.0, 9413.0, 9509.0, 9428.0, 9506.0, 9427.0, 9492.0, 9425.0, 9477.0, 9301.0, 9080.0, 9450.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.0051402840495265835</td></tr>
<tr><td colspan=3>aqi</td><td>0.0981691828841952</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.53417526382662</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0456976125437327</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8934742855029157</td></tr>
<tr><td colspan=3>efc</td><td>0.4757</td></tr>
<tr><td colspan=3>fber</td><td>5254.6792</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21539357253805472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>190</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.838310269482884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4854199704027415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3707503980223605</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6741354816981873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4113740314876764</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147447</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019221434369683266</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033024661242961884</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>4.414755424014049</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>26.8792</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.446</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.7887</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301190.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.876</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.116</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.2394</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.6098</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75354.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.1818</td></tr>
<tr><td colspan=3>tsnr</td><td>20.86817961744964</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>