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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-03/func/sub-0041_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b5bb24b4b35f6eb6e77670adc29697ee</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:45:16.325000</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.990412, -0.136784, -0.0193472, 0.138136, 0.982239, 0.126987]</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.0871361</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7777, -7359, 430, -78, -199, -54, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a5069262-c0ce-4613-8978-e4016efa21d0||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.65720272064209, 0.37060847878456116, -0.004411215428262949, 94.91455841064453], [0.3669815957546234, 2.6352744102478027, 0.3467937707901001, -116.66493225097656], [-0.05190721154212952, -0.3406972289085388, 2.6776323318481445, -55.568843841552734], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['164516.325000', '164516.785000', '164517.245000', '164517.705000', '164518.165000', '164518.625000', '164519.085000', '164519.545000', '164520.005000', '164520.465000', '164520.925000', '164521.385000', '164521.845000', '164522.305000', '164522.765000', '164523.225000', '164523.685000', '164524.145000', '164524.605000', '164525.065000', '164525.525000', '164525.985000', '164526.445000', '164526.905000', '164527.365000', '164527.825000', '164528.285000', '164528.745000', '164529.205000', '164529.665000', '164530.125000', '164530.585000', '164531.045000', '164531.505000', '164531.965000', '164532.425000', '164532.885000', '164533.345000', '164533.805000', '164534.265000', '164534.725000', '164535.185000', '164535.645000', '164536.105000', '164536.565000', '164537.025000', '164537.485000', '164537.945000', '164538.405000', '164538.865000', '164539.325000', '164539.785000', '164540.245000', '164540.705000', '164541.165000', '164541.625000', '164542.085000', '164542.545000', '164543.005000', '164543.465000', '164543.925000', '164544.385000', '164544.845000', '164545.305000', '164545.765000', '164546.225000', '164546.685000', '164547.145000', '164547.605000', '164548.065000', '164548.525000', '164548.985000', '164549.445000', '164549.905000', '164550.365000', '164550.825000', '164551.285000', '164551.745000', '164552.205000', '164552.665000', '164553.125000', '164553.585000', '164554.045000', '164554.505000', '164554.965000', '164555.425000', '164555.885000', '164556.345000', '164556.805000', '164557.265000', '164557.725000', '164558.185000', '164558.645000', '164559.105000', '164559.565000', '164600.025000', '164600.485000', '164600.945000', '164601.405000', '164601.865000', '164602.325000', '164602.785000', '164603.245000', '164603.705000', '164604.165000', '164604.625000', '164605.085000', '164605.545000', '164606.005000', '164606.465000', '164606.925000', '164607.385000', '164607.845000', '164608.305000', '164608.765000', '164609.225000', '164609.685000', '164610.145000', '164610.605000', '164611.065000', '164611.525000', '164611.985000', '164612.445000', '164612.905000', '164613.365000', '164613.825000', '164614.285000', '164614.745000', '164615.205000', '164615.665000', '164616.125000', '164616.585000', '164617.045000', '164617.505000', '164617.965000', '164618.425000', '164618.885000', '164619.345000', '164619.805000', '164620.265000', '164620.725000', '164621.185000', '164621.645000', '164622.105000', '164622.565000', '164623.025000', '164623.485000', '164623.945000', '164624.405000', '164624.865000', '164625.325000', '164625.785000', '164626.245000', '164626.705000', '164627.165000', '164627.625000', '164628.085000', '164628.545000', '164629.005000', '164629.465000', '164629.925000', '164630.385000', '164630.845000', '164631.305000', '164631.765000', '164632.225000', '164632.685000', '164633.145000', '164633.605000', '164634.065000', '164634.525000', '164634.985000', '164635.445000', '164635.905000', '164636.365000', '164636.825000', '164637.285000', '164637.745000', '164638.205000', '164638.665000', '164639.125000', '164639.585000', '164640.045000', '164640.505000', '164640.965000', '164641.425000', '164641.885000', '164642.345000', '164642.805000', '164643.265000', '164643.725000', '164644.185000', '164644.645000', '164645.105000', '164645.565000', '164646.025000', '164646.485000', '164646.945000', '164647.405000', '164647.865000', '164648.325000', '164648.785000', '164649.245000', '164649.705000', '164650.165000', '164650.625000', '164651.085000', '164651.545000', '164652.005000', '164652.465000', '164652.925000', '164653.385000', '164653.845000', '164654.305000', '164654.765000', '164655.225000', '164655.685000', '164656.145000', '164656.605000', '164657.065000', '164657.525000', '164657.985000', '164658.445000', '164658.905000', '164659.365000', '164659.825000', '164700.285000', '164700.745000', '164701.205000', '164701.665000', '164702.125000', '164702.585000', '164703.045000', '164703.505000', '164703.965000', '164704.425000', '164704.885000', '164705.345000', '164705.805000', '164706.265000', '164706.725000', '164707.185000', '164707.645000', '164708.105000', '164708.565000', '164709.025000', '164709.485000', '164709.945000', '164710.405000', '164710.865000', '164711.325000', '164711.785000', '164712.245000', '164712.705000', '164713.165000', '164713.625000', '164714.085000', '164714.545000', '164715.005000', '164715.465000', '164715.925000', '164716.385000', '164716.845000', '164717.305000', '164717.765000', '164718.225000', '164718.685000', '164719.145000', '164719.605000', '164720.065000', '164720.525000', '164720.985000', '164721.445000', '164721.905000', '164722.365000', '164722.825000', '164723.285000', '164723.745000', '164724.205000', '164724.665000', '164725.125000', '164725.585000', '164726.045000', '164726.505000', '164726.965000', '164727.425000', '164727.885000', '164728.345000', '164728.805000', '164729.265000', '164729.725000', '164730.185000', '164730.645000', '164731.105000', '164731.565000', '164732.025000', '164732.485000', '164732.945000', '164733.405000', '164733.865000', '164734.325000', '164734.785000', '164735.245000', '164735.705000', '164736.165000', '164736.625000', '164737.085000', '164737.545000', '164738.005000', '164738.465000', '164738.925000', '164739.385000', '164739.845000', '164740.305000', '164740.765000', '164741.225000', '164741.685000', '164742.145000', '164742.605000', '164743.065000', '164743.525000', '164743.985000', '164744.445000', '164744.905000', '164745.365000', '164745.825000', '164746.285000', '164746.745000', '164747.205000', '164747.665000', '164748.125000', '164748.585000', '164749.045000', '164749.505000', '164749.965000', '164750.425000', '164750.885000', '164751.345000', '164751.805000', '164752.265000', '164752.725000', '164753.185000', '164753.645000', '164754.105000', '164754.565000', '164755.025000', '164755.485000', '164755.945000', '164756.405000', '164756.865000', '164757.325000', '164757.785000', '164758.245000', '164758.705000', '164759.165000', '164759.625000', '164800.085000', '164800.545000', '164801.005000', '164801.465000', '164801.925000', '164802.385000', '164802.845000', '164803.305000', '164803.765000', '164804.225000', '164804.685000', '164805.145000', '164805.605000', '164806.065000', '164806.525000', '164806.985000', '164807.445000', '164807.905000', '164808.365000', '164808.825000', '164809.285000', '164809.745000', '164810.205000', '164810.665000', '164811.125000', '164811.585000', '164812.045000', '164812.505000', '164812.965000', '164813.425000', '164813.885000', '164814.345000', '164814.805000', '164815.265000', '164815.725000', '164816.185000', '164816.645000', '164817.105000', '164817.565000', '164818.025000', '164818.485000', '164818.945000', '164819.405000', '164819.865000', '164820.325000', '164820.785000', '164821.245000', '164821.705000', '164822.165000', '164822.625000', '164823.085000', '164823.545000', '164824.005000', '164824.465000', '164824.925000', '164825.385000', '164825.845000', '164826.305000', '164826.765000', '164827.225000', '164827.685000', '164828.145000', '164828.605000', '164829.065000', '164829.525000', '164829.985000', '164830.445000', '164830.905000', '164831.365000', '164831.825000', '164832.285000', '164832.745000', '164833.205000', '164833.665000', '164834.125000', '164834.585000', '164835.045000', '164835.505000', '164835.965000', '164836.425000', '164836.885000', '164837.345000', '164837.805000', '164838.265000', '164838.725000', '164839.185000', '164839.645000', '164840.105000', '164840.565000', '164841.025000', '164841.485000', '164841.945000', '164842.405000', '164842.865000', '164843.325000', '164843.785000', '164844.245000', '164844.705000', '164845.165000', '164845.625000', '164846.085000', '164846.545000', '164847.005000', '164847.465000', '164847.925000', '164848.385000', '164848.845000', '164849.305000', '164849.765000', '164850.225000', '164850.685000', '164851.145000', '164851.605000', '164852.065000', '164852.525000', '164852.985000', '164853.445000', '164853.905000', '164854.365000', '164854.825000', '164855.285000', '164855.745000', '164856.205000', '164856.665000', '164857.125000', '164857.585000', '164858.045000', '164858.505000', '164858.965000', '164859.425000', '164859.885000', '164900.345000', '164900.805000', '164901.265000', '164901.725000', '164902.185000', '164902.645000', '164903.105000', '164903.565000', '164904.025000', '164904.485000', '164904.945000', '164905.405000', '164905.865000', '164906.325000', '164906.785000', '164907.245000', '164907.705000', '164908.165000', '164908.625000', '164909.085000', '164909.545000', '164910.005000', '164910.465000', '164910.925000', '164911.385000', '164911.845000', '164912.305000', '164912.765000', '164913.225000', '164913.685000', '164914.145000', '164914.605000', '164915.065000', '164915.525000', '164915.985000', '164916.445000', '164916.905000', '164917.365000', '164917.825000', '164918.285000', '164918.745000', '164919.205000', '164919.665000', '164920.125000', '164920.585000', '164921.045000', '164921.505000', '164921.965000', '164922.425000', '164922.885000', '164923.345000', '164923.805000', '164924.265000', '164924.725000', '164925.185000', '164925.645000', '164926.105000', '164926.565000', '164927.025000', '164927.485000', '164927.945000', '164928.405000', '164928.865000', '164929.325000', '164929.785000', '164930.245000', '164930.705000', '164931.165000', '164931.625000', '164932.085000', '164932.545000', '164933.005000', '164933.465000', '164933.925000', '164934.385000', '164934.845000', '164935.305000', '164935.765000', '164936.225000', '164936.685000', '164937.145000', '164937.605000', '164938.065000', '164938.525000', '164938.985000', '164939.445000', '164939.905000', '164940.365000', '164940.825000', '164941.285000', '164941.745000', '164942.205000', '164942.665000', '164943.125000', '164943.585000', '164944.045000', '164944.505000', '164944.965000', '164945.425000', '164945.885000', '164946.345000', '164946.805000', '164947.265000', '164947.725000', '164948.185000', '164948.645000', '164949.105000', '164949.565000', '164950.025000', '164950.485000', '164950.945000', '164951.405000', '164951.865000', '164952.325000', '164952.785000', '164953.245000', '164953.705000', '164954.165000', '164954.625000', '164955.085000', '164955.545000', '164956.005000', '164956.465000', '164956.925000', '164957.385000', '164957.845000', '164958.305000', '164958.765000', '164959.225000', '164959.685000', '165000.145000', '165000.605000', '165001.065000', '165001.525000', '165001.985000', '165002.445000', '165002.905000', '165003.365000', '165003.825000', '165004.285000', '165004.745000', '165005.205000', '165005.665000', '165006.125000', '165006.585000', '165007.045000', '165007.505000', '165007.965000', '165008.425000', '165008.885000', '165009.345000', '165009.805000', '165010.265000', '165010.725000', '165011.185000', '165011.645000', '165012.105000', '165012.565000', '165013.025000', '165013.485000', '165013.945000', '165014.405000', '165014.865000', '165015.325000', '165015.785000', '165016.245000', '165016.705000', '165017.165000', '165017.625000', '165018.085000', '165018.545000', '165019.005000', '165019.465000', '165019.925000', '165020.385000', '165020.845000', '165021.305000', '165021.765000', '165022.225000', '165022.685000', '165023.145000', '165023.605000', '165024.065000', '165024.525000', '165024.985000', '165025.445000', '165025.905000', '165026.365000', '165026.825000', '165027.285000', '165027.745000', '165028.205000', '165028.665000', '165029.125000', '165029.585000', '165030.045000', '165030.505000', '165030.965000', '165031.425000', '165031.885000', '165032.345000', '165032.805000', '165033.265000', '165033.725000', '165034.185000', '165034.645000', '165035.105000', '165035.565000', '165036.025000', '165036.485000', '165036.945000', '165037.405000', '165037.865000', '165038.325000', '165038.785000', '165039.245000', '165039.705000', '165040.165000', '165040.625000', '165041.085000', '165041.545000', '165042.005000', '165042.465000', '165042.925000', '165043.385000', '165043.845000', '165044.305000', '165044.765000', '165045.225000', '165045.685000', '165046.145000', '165046.605000', '165047.065000', '165047.525000', '165047.985000', '165048.445000', '165048.905000', '165049.365000', '165049.825000', '165050.285000', '165050.745000', '165051.205000', '165051.665000', '165052.125000', '165052.585000', '165053.045000', '165053.505000', '165053.965000', '165054.425000', '165054.885000', '165055.345000', '165055.805000', '165056.265000', '165056.725000', '165057.185000', '165057.645000', '165058.105000', '165058.565000', '165059.025000', '165059.485000', '165059.945000', '165100.405000', '165100.865000', '165101.325000', '165101.785000', '165102.245000', '165102.705000', '165103.165000', '165103.625000', '165104.085000', '165104.545000', '165105.005000', '165105.465000', '165105.925000', '165106.385000', '165106.845000', '165107.305000', '165107.765000', '165108.225000', '165108.685000', '165109.145000', '165109.605000', '165110.065000', '165110.525000', '165110.985000', '165111.445000', '165111.905000', '165112.365000', '165112.825000', '165113.285000', '165113.745000', '165114.205000', '165114.665000', '165115.125000', '165115.585000', '165116.045000', '165116.505000', '165116.965000', '165117.425000', '165117.885000', '165118.345000', '165118.805000', '165119.265000', '165119.725000', '165120.185000', '165120.645000', '165121.105000', '165121.565000', '165122.025000', '165122.485000', '165122.945000', '165123.405000', '165123.865000', '165124.325000', '165124.785000', '165125.245000', '165125.705000', '165126.165000', '165126.625000', '165127.085000', '165127.545000', '165128.005000', '165128.465000', '165128.925000', '165129.385000', '165129.845000', '165130.305000', '165130.765000', '165131.225000', '165131.685000', '165132.145000', '165132.605000', '165133.065000', '165133.525000', '165133.985000', '165134.445000', '165134.905000', '165135.365000', '165135.825000', '165136.285000', '165136.745000', '165137.205000', '165137.665000', '165138.125000', '165138.585000', '165139.045000', '165139.505000', '165139.965000', '165140.425000', '165140.885000', '165141.345000', '165141.805000', '165142.265000', '165142.725000', '165143.185000', '165143.645000', '165144.105000', '165144.565000', '165145.025000', '165145.485000', '165145.945000', '165146.405000', '165146.865000', '165147.325000', '165147.785000', '165148.245000', '165148.705000', '165149.165000', '165149.625000', '165150.085000', '165150.545000', '165151.005000', '165151.465000', '165151.925000', '165152.385000', '165152.845000', '165153.305000', '165153.765000', '165154.225000', '165154.685000', '165155.145000', '165155.605000', '165156.065000', '165156.525000', '165156.985000', '165157.445000', '165157.905000', '165158.365000', '165158.825000', '165159.285000', '165159.745000', '165200.205000', '165200.665000', '165201.125000', '165201.585000', '165202.045000', '165202.505000', '165202.965000', '165203.425000', '165203.885000', '165204.345000', '165204.805000', '165205.265000', '165205.725000', '165206.185000', '165206.645000', '165207.105000', '165207.565000', '165208.025000', '165208.485000', '165208.945000', '165209.405000', '165209.865000', '165210.325000', '165210.785000', '165211.245000', '165211.705000', '165212.165000', '165212.625000', '165213.085000', '165213.545000', '165214.005000', '165214.465000', '165214.925000', '165215.385000', '165215.845000', '165216.305000', '165216.765000', '165217.225000', '165217.685000', '165218.145000', '165218.605000', '165219.065000', '165219.525000', '165219.985000', '165220.445000', '165220.905000', '165221.365000', '165221.825000', '165222.285000', '165222.745000', '165223.205000', '165223.665000', '165224.125000', '165224.585000', '165225.045000', '165225.505000', '165225.965000', '165226.425000', '165226.885000', '165227.345000', '165227.805000', '165228.265000', '165228.725000', '165229.185000', '165229.645000', '165230.105000', '165230.565000', '165231.025000', '165231.485000', '165231.945000', '165232.405000', '165232.865000', '165233.325000', '165233.785000', '165234.245000', '165234.705000', '165235.165000', '165235.625000', '165236.085000', '165236.545000', '165237.005000', '165237.465000', '165237.925000', '165238.385000', '165238.845000', '165239.305000', '165239.765000', '165240.225000', '165240.685000', '165241.145000', '165241.605000', '165242.065000', '165242.525000', '165242.985000', '165243.445000', '165243.905000', '165244.365000', '165244.825000', '165245.285000', '165245.745000', '165246.205000', '165246.665000', '165247.125000', '165247.585000', '165248.045000', '165248.505000', '165248.965000', '165249.425000', '165249.885000', '165250.345000', '165250.805000', '165251.265000', '165251.725000', '165252.185000', '165252.645000', '165253.105000', '165253.565000', '165254.025000', '165254.485000', '165254.945000', '165255.405000', '165255.865000', '165256.325000', '165256.785000', '165257.245000', '165257.705000', '165258.165000', '165258.625000', '165259.085000', '165259.545000', '165300.005000', '165300.465000', '165300.925000', '165301.385000', '165301.845000', '165302.305000', '165302.765000', '165303.225000', '165303.685000', '165304.145000', '165304.605000', '165305.065000', '165305.525000', '165305.985000', '165306.445000', '165306.905000', '165307.365000', '165307.825000', '165308.285000', '165308.745000', '165309.205000', '165309.665000', '165310.125000', '165310.585000', '165311.045000', '165311.505000', '165311.965000', '165312.425000', '165312.885000', '165313.345000', '165313.805000', '165314.265000', '165314.725000', '165315.185000', '165315.645000', '165316.105000', '165316.565000', '165317.025000', '165317.485000', '165317.945000', '165318.405000', '165318.865000', '165319.325000', '165319.785000', '165320.245000', '165320.705000', '165321.165000', '165321.625000', '165322.085000', '165322.545000', '165323.005000', '165323.465000', '165323.925000', '165324.385000', '165324.845000', '165325.305000', '165325.765000', '165326.225000', '165326.685000', '165327.145000', '165327.605000', '165328.065000', '165328.525000', '165328.985000', '165329.445000', '165329.905000', '165330.365000', '165330.825000', '165331.285000', '165331.745000', '165332.205000', '165332.665000', '165333.125000', '165333.585000', '165334.045000', '165334.505000', '165334.965000', '165335.425000', '165335.885000', '165336.345000', '165336.805000', '165337.265000', '165337.725000', '165338.185000', '165338.645000', '165339.105000', '165339.565000', '165340.025000', '165340.485000', '165340.945000', '165341.405000', '165341.865000', '165342.325000', '165342.785000', '165343.245000', '165343.705000', '165344.165000', '165344.625000', '165345.085000', '165345.545000', '165346.005000', '165346.465000', '165346.925000', '165347.385000', '165347.845000', '165348.305000', '165348.765000', '165349.225000', '165349.685000', '165350.145000', '165350.605000', '165351.065000', '165351.525000', '165351.985000', '165352.445000', '165352.905000', '165353.365000', '165353.825000', '165354.285000', '165354.745000', '165355.205000', '165355.665000', '165356.125000', '165356.585000', '165357.045000', '165357.505000', '165357.965000', '165358.425000', '165358.885000', '165359.345000', '165359.805000', '165400.265000', '165400.725000', '165401.185000', '165401.645000', '165402.105000', '165402.565000', '165403.025000', '165403.485000', '165403.945000', '165404.405000', '165404.865000', '165405.325000', '165405.785000', '165406.245000', '165406.705000', '165407.165000', '165407.625000', '165408.085000', '165408.545000', '165409.005000', '165409.465000', '165409.925000', '165410.385000', '165410.845000', '165411.305000', '165411.765000', '165412.225000', '165412.685000', '165413.145000', '165413.605000', '165414.065000', '165414.525000', '165414.985000', '165415.445000', '165415.905000', '165416.365000', '165416.825000', '165417.285000', '165417.745000', '165418.205000', '165418.665000', '165419.125000', '165419.585000', '165420.045000', '165420.505000', '165420.965000', '165421.425000', '165421.885000', '165422.345000', '165422.805000', '165423.265000', '165423.725000', '165424.185000', '165424.645000', '165425.105000', '165425.565000', '165426.025000', '165426.485000', '165426.945000', '165427.405000', '165427.865000', '165428.325000', '165428.785000', '165429.245000', '165429.705000', '165430.165000', '165430.625000', '165431.085000', '165431.545000', '165432.005000', '165432.465000', '165432.925000', '165433.385000', '165433.845000', '165434.305000', '165434.765000', '165435.225000', '165435.685000', '165436.145000', '165436.605000', '165437.065000', '165437.525000', '165437.985000', '165438.445000', '165438.905000', '165439.365000', '165439.825000', '165440.285000', '165440.745000', '165441.205000', '165441.665000', '165442.125000', '165442.585000', '165443.045000', '165443.505000', '165443.965000', '165444.425000', '165444.885000', '165445.345000', '165445.805000', '165446.265000', '165446.725000', '165447.185000', '165447.645000', '165448.105000', '165448.565000', '165449.025000', '165449.485000', '165449.945000', '165450.405000', '165450.865000', '165451.325000', '165451.785000', '165452.245000', '165452.705000', '165453.165000', '165453.625000', '165454.085000', '165454.545000', '165455.005000', '165455.465000', '165455.925000', '165456.385000', '165456.845000', '165457.305000', '165457.765000', '165458.225000', '165458.685000', '165459.145000', '165459.605000', '165500.065000', '165500.525000', '165500.985000', '165501.445000', '165501.905000', '165502.365000', '165502.825000', '165503.285000', '165503.745000', '165504.205000', '165504.665000', '165505.125000', '165505.585000', '165506.045000', '165506.505000', '165506.965000', '165507.425000', '165507.885000', '165508.345000', '165508.805000', '165509.265000', '165509.725000', '165510.185000', '165510.645000', '165511.105000', '165511.565000', '165512.025000', '165512.485000', '165512.945000', '165513.405000', '165513.865000', '165514.325000', '165514.785000', '165515.245000', '165515.705000', '165516.165000', '165516.625000', '165517.085000', '165517.545000', '165518.005000', '165518.465000', '165518.925000', '165519.385000', '165519.845000', '165520.305000', '165520.765000', '165521.225000', '165521.685000', '165522.145000', '165522.605000', '165523.065000', '165523.525000', '165523.985000', '165524.445000', '165524.905000', '165525.365000', '165525.825000', '165526.285000', '165526.745000', '165527.205000', '165527.665000', '165528.125000', '165528.585000', '165529.045000', '165529.505000', '165529.965000'], 'ContentTime': ['164540.417000', '164540.421000', '164540.424000', '164540.427000', '164540.430000', '164540.433000', '164540.436000', '164540.439000', '164540.442000', '164540.445000', '164540.448000', '164540.451000', '164540.453000', '164540.456000', '164540.459000', '164540.462000', '164540.465000', '164540.468000', '164540.472000', '164540.474000', '164540.477000', '164540.480000', '164540.483000', '164540.486000', '164540.489000', '164540.492000', '164540.494000', '164540.497000', '164540.500000', '164540.503000', '164540.506000', '164540.509000', '164540.512000', '164540.514000', '164540.517000', '164540.520000', '164540.523000', '164540.534000', '164540.537000', '164540.540000', '164540.543000', '164540.546000', '164540.549000', '164540.552000', '164540.554000', '164540.557000', '164540.560000', '164540.563000', '164540.566000', '164540.569000', '164600.375000', '164600.378000', '164600.381000', '164600.384000', '164600.386000', '164600.389000', '164600.392000', '164600.395000', '164600.398000', '164600.401000', '164600.404000', '164600.407000', '164600.410000', '164600.413000', '164600.416000', '164600.419000', '164600.422000', '164600.425000', '164600.427000', '164600.430000', '164600.433000', '164600.436000', '164600.439000', '164600.442000', '164600.445000', '164600.448000', '164600.451000', '164600.454000', '164600.457000', '164600.459000', '164600.462000', '164600.474000', '164600.477000', '164600.480000', '164600.483000', '164600.486000', '164600.489000', '164600.492000', '164600.494000', '164600.497000', '164600.500000', '164600.503000', '164600.506000', '164620.375000', '164620.378000', '164620.381000', '164620.383000', '164620.386000', '164620.402000', '164620.405000', '164620.408000', '164620.410000', '164620.413000', '164620.416000', '164620.419000', '164620.422000', '164620.424000', '164620.427000', '164620.430000', '164620.433000', '164620.436000', '164620.439000', '164620.441000', '164620.444000', '164620.447000', '164620.450000', '164620.453000', '164620.455000', '164620.458000', '164620.461000', '164620.464000', '164620.467000', '164620.470000', '164620.472000', '164620.475000', '164620.478000', '164620.481000', '164620.484000', '164620.486000', '164620.489000', '164620.497000', '164620.500000', '164620.503000', '164620.506000', '164620.508000', '164620.511000', '164620.514000', '164640.375000', '164640.378000', '164640.381000', '164640.384000', '164640.386000', '164640.389000', '164640.392000', '164640.395000', '164640.398000', '164640.400000', '164640.403000', '164640.406000', '164640.409000', '164640.412000', '164640.415000', '164640.417000', '164640.420000', '164640.423000', '164640.426000', '164640.429000', '164640.432000', '164640.434000', '164640.437000', '164640.440000', '164640.443000', '164640.446000', '164640.448000', '164640.451000', '164640.454000', '164640.457000', '164640.460000', '164640.462000', '164640.465000', '164640.468000', '164640.471000', '164640.474000', '164640.477000', '164640.479000', '164640.482000', '164640.486000', '164640.490000', '164640.498000', '164640.500000', '164700.376000', '164700.379000', '164700.382000', '164700.385000', '164700.388000', '164700.391000', '164700.394000', '164700.396000', '164700.399000', '164700.402000', '164700.405000', '164700.408000', '164700.411000', '164700.413000', '164700.416000', '164700.419000', '164700.422000', '164700.425000', '164700.428000', '164700.430000', '164700.433000', '164700.436000', '164700.439000', '164700.442000', '164700.444000', '164700.447000', '164700.450000', '164700.454000', '164700.457000', '164700.460000', '164700.462000', '164700.465000', '164700.468000', '164700.471000', '164700.474000', '164700.477000', '164700.480000', '164700.482000', '164700.485000', '164700.488000', '164700.491000', '164700.494000', '164700.496000', '164720.376000', '164720.379000', '164720.382000', '164720.385000', '164720.388000', '164720.390000', '164720.393000', '164720.396000', '164720.399000', '164720.402000', '164720.404000', '164720.407000', '164720.410000', '164720.413000', '164720.416000', '164720.419000', '164720.422000', '164720.424000', '164720.427000', '164720.430000', '164720.433000', '164720.436000', '164720.438000', '164720.441000', '164720.444000', '164720.447000', '164720.450000', '164720.452000', '164720.455000', '164720.458000', '164720.461000', '164720.464000', '164720.467000', '164720.470000', '164720.472000', '164720.475000', '164720.484000', '164720.487000', '164720.490000', '164720.492000', '164720.495000', '164720.498000', '164720.501000', '164720.504000', '164740.375000', '164740.378000', '164740.381000', '164740.384000', '164740.386000', '164740.389000', '164740.392000', '164740.395000', '164740.398000', '164740.401000', '164740.404000', '164740.407000', '164740.410000', '164740.413000', '164740.416000', '164740.418000', '164740.421000', '164740.424000', '164740.427000', '164740.430000', '164740.433000', '164740.435000', '164740.438000', '164740.441000', '164740.444000', '164740.447000', '164740.449000', '164740.452000', '164740.455000', '164740.458000', '164740.461000', '164740.464000', '164740.467000', '164740.469000', '164740.472000', '164740.475000', '164740.478000', '164740.481000', '164740.484000', '164740.486000', '164740.489000', '164740.492000', '164740.495000', '164740.498000', '164800.383000', '164800.386000', '164800.389000', '164800.392000', '164800.395000', '164800.398000', '164800.400000', '164800.403000', '164800.406000', '164800.409000', '164800.412000', '164800.414000', '164800.417000', '164800.420000', '164800.423000', '164800.426000', '164800.429000', '164800.432000', '164800.435000', '164800.437000', '164800.440000', '164800.443000', '164800.446000', '164800.449000', '164800.452000', '164800.454000', '164800.457000', '164800.460000', '164800.463000', '164800.466000', '164800.469000', '164800.471000', '164800.474000', '164800.477000', '164800.480000', '164800.483000', '164800.486000', '164800.488000', '164800.491000', '164800.494000', '164800.497000', '164800.500000', '164800.503000', '164820.375000', '164820.378000', '164820.381000', '164820.384000', '164820.387000', '164820.389000', '164820.392000', '164820.395000', '164820.398000', '164820.401000', '164820.403000', '164820.406000', '164820.409000', '164820.412000', '164820.415000', '164820.418000', '164820.420000', '164820.423000', '164820.426000', '164820.429000', '164820.432000', '164820.434000', '164820.437000', '164820.440000', '164820.443000', '164820.446000', '164820.448000', '164820.451000', '164820.454000', '164820.457000', '164820.460000', '164820.463000', '164820.466000', '164820.469000', '164820.471000', '164820.474000', '164820.477000', '164820.480000', '164820.483000', '164820.485000', '164820.488000', '164820.491000', '164820.494000', '164840.375000', '164840.378000', '164840.381000', '164840.384000', '164840.386000', '164840.389000', '164840.392000', '164840.395000', '164840.398000', '164840.401000', '164840.403000', '164840.406000', '164840.409000', '164840.412000', '164840.415000', '164840.418000', '164840.421000', '164840.424000', '164840.427000', '164840.430000', '164840.433000', '164840.435000', '164840.438000', '164840.441000', '164840.444000', '164840.447000', '164840.450000', '164840.453000', '164840.456000', '164840.458000', '164840.461000', '164840.464000', '164840.467000', '164840.470000', '164840.472000', '164840.475000', '164840.478000', '164840.481000', '164840.484000', '164840.486000', '164840.489000', '164840.492000', '164840.495000', '164840.498000', '164900.375000', '164900.378000', '164900.381000', '164900.385000', '164900.388000', '164900.391000', '164900.394000', '164900.397000', '164900.400000', '164900.403000', '164900.406000', '164900.408000', '164900.411000', '164900.414000', '164900.417000', '164900.420000', '164900.423000', '164900.425000', '164900.428000', '164900.431000', '164900.434000', '164900.437000', '164900.440000', '164900.442000', '164900.445000', '164900.448000', '164900.451000', '164900.454000', '164900.457000', '164900.459000', '164900.462000', '164900.465000', '164900.468000', '164900.471000', '164900.474000', '164900.476000', '164900.479000', '164900.482000', '164900.485000', '164900.488000', '164900.491000', '164900.493000', '164900.496000', '164920.376000', '164920.379000', '164920.382000', '164920.385000', '164920.387000', '164920.390000', '164920.393000', '164920.396000', '164920.399000', '164920.402000', '164920.404000', '164920.407000', '164920.410000', '164920.413000', '164920.416000', '164920.419000', '164920.422000', '164920.424000', '164920.427000', '164920.430000', '164920.433000', '164920.436000', '164920.439000', '164920.441000', '164920.444000', '164920.447000', '164920.464000', '164920.467000', '164920.470000', '164920.473000', '164920.476000', '164920.478000', '164920.481000', '164920.484000', '164920.487000', '164920.490000', '164920.493000', '164920.495000', '164920.498000', '164920.501000', '164920.504000', '164920.507000', '164920.510000', '164920.512000', '164940.376000', '164940.379000', '164940.382000', '164940.385000', '164940.387000', '164940.390000', '164940.393000', '164940.396000', '164940.399000', '164940.402000', '164940.405000', '164940.408000', '164940.411000', '164940.414000', '164940.417000', '164940.420000', '164940.422000', '164940.425000', '164940.428000', '164940.431000', '164940.434000', '164940.437000', '164940.439000', '164940.443000', '164940.446000', '164940.449000', '164940.452000', '164940.455000', '164940.458000', '164940.460000', '164940.463000', '164940.466000', '164940.469000', '164940.472000', '164940.474000', '164940.477000', '164940.480000', '164940.483000', '164940.486000', '164940.489000', '164940.492000', '164940.494000', '164940.497000', '165000.375000', '165000.378000', '165000.381000', '165000.384000', '165000.386000', '165000.389000', '165000.392000', '165000.395000', '165000.398000', '165000.401000', '165000.404000', '165000.406000', '165000.409000', '165000.412000', '165000.415000', '165000.418000', '165000.421000', '165000.423000', '165000.426000', '165000.429000', '165000.432000', '165000.435000', '165000.438000', '165000.441000', '165000.443000', '165000.446000', '165000.449000', '165000.452000', '165000.455000', '165000.458000', '165000.460000', '165000.463000', '165000.466000', '165000.469000', '165000.472000', '165000.475000', '165000.477000', '165000.480000', '165000.483000', '165000.486000', '165000.489000', '165000.492000', '165000.494000', '165000.497000', '165020.375000', '165020.378000', '165020.381000', '165020.384000', '165020.387000', '165020.389000', '165020.392000', '165020.395000', '165020.398000', '165020.401000', '165020.404000', '165020.406000', '165020.409000', '165020.412000', '165020.415000', '165020.418000', '165020.421000', '165020.424000', '165020.427000', '165020.430000', '165020.432000', '165020.435000', '165020.438000', '165020.441000', '165020.444000', '165020.447000', '165020.450000', '165020.453000', '165020.456000', '165020.458000', '165020.461000', '165020.464000', '165020.467000', '165020.470000', '165020.473000', '165020.475000', '165020.478000', '165020.481000', '165020.484000', '165020.487000', '165020.490000', '165020.493000', '165020.495000', '165040.375000', '165040.378000', '165040.381000', '165040.384000', '165040.387000', '165040.389000', '165040.392000', '165040.395000', '165040.398000', '165040.401000', '165040.404000', '165040.406000', '165040.409000', '165040.412000', '165040.415000', '165040.417000', '165040.420000', '165040.423000', '165040.426000', '165040.429000', '165040.432000', '165040.434000', '165040.437000', '165040.440000', '165040.443000', '165040.446000', '165040.449000', '165040.451000', '165040.454000', '165040.457000', '165040.460000', '165040.463000', '165040.466000', '165040.469000', '165040.472000', '165040.475000', '165040.478000', '165040.481000', '165040.484000', '165040.487000', '165040.489000', '165040.492000', '165040.495000', '165040.498000', '165100.375000', '165100.380000', '165100.383000', '165100.386000', '165100.389000', '165100.391000', '165100.394000', '165100.397000', '165100.400000', '165100.403000', '165100.406000', '165100.408000', '165100.411000', '165100.414000', '165100.417000', '165100.420000', '165100.422000', '165100.425000', '165100.428000', '165100.431000', '165100.434000', '165100.437000', '165100.440000', '165100.443000', '165100.445000', '165100.448000', '165100.451000', '165100.454000', '165100.457000', '165100.460000', '165100.463000', '165100.466000', '165100.469000', '165100.471000', '165100.474000', '165100.477000', '165100.480000', '165100.483000', '165100.486000', '165100.489000', '165100.491000', '165100.494000', '165100.497000', '165120.376000', '165120.379000', '165120.382000', '165120.385000', '165120.387000', '165120.390000', '165120.393000', '165120.396000', '165120.399000', '165120.402000', '165120.405000', '165120.407000', '165120.410000', '165120.413000', '165120.416000', '165120.419000', '165120.421000', '165120.424000', '165120.427000', '165120.430000', '165120.433000', '165120.436000', '165120.439000', '165120.441000', '165120.444000', '165120.447000', '165120.450000', '165120.453000', '165120.456000', '165120.459000', '165120.462000', '165120.464000', '165120.467000', '165120.470000', '165120.473000', '165120.476000', '165120.479000', '165120.481000', '165120.484000', '165120.487000', '165120.490000', '165120.493000', '165120.495000', '165120.498000', '165140.376000', '165140.379000', '165140.382000', '165140.385000', '165140.388000', '165140.390000', '165140.393000', '165140.396000', '165140.400000', '165140.403000', '165140.406000', '165140.409000', '165140.412000', '165140.414000', '165140.417000', '165140.420000', '165140.423000', '165140.426000', '165140.429000', '165140.432000', '165140.434000', '165140.437000', '165140.440000', '165140.443000', '165140.446000', '165140.449000', '165140.451000', '165140.454000', '165140.457000', '165140.460000', '165140.463000', '165140.466000', '165140.469000', '165140.472000', '165140.474000', '165140.477000', '165140.480000', '165140.483000', '165140.486000', '165140.489000', '165140.492000', '165140.495000', '165140.498000', '165200.376000', '165200.379000', '165200.382000', '165200.385000', '165200.388000', '165200.390000', '165200.393000', '165200.396000', '165200.399000', '165200.402000', '165200.405000', '165200.407000', '165200.410000', '165200.413000', '165200.416000', '165200.419000', '165200.422000', '165200.424000', '165200.427000', '165200.430000', '165200.433000', '165200.436000', '165200.439000', '165200.442000', '165200.444000', '165200.447000', '165200.450000', '165200.453000', '165200.456000', '165200.458000', '165200.461000', '165200.464000', '165200.467000', '165200.470000', '165200.472000', '165200.475000', '165200.478000', '165200.481000', '165200.484000', '165200.487000', '165200.489000', '165200.492000', '165200.495000', '165200.498000', '165220.375000', '165220.378000', '165220.381000', '165220.394000', '165220.396000', '165220.399000', '165220.402000', '165220.405000', '165220.408000', '165220.411000', '165220.413000', '165220.416000', '165220.419000', '165220.422000', '165220.425000', '165220.428000', '165220.430000', '165220.433000', '165220.436000', '165220.439000', '165220.442000', '165220.445000', '165220.447000', '165220.450000', '165220.453000', '165220.456000', '165220.459000', '165220.461000', '165220.464000', '165220.467000', '165220.470000', '165220.473000', '165220.476000', '165220.479000', '165220.481000', '165220.484000', '165220.487000', '165220.490000', '165220.493000', '165220.496000', '165220.499000', '165220.502000', '165220.505000', '165240.375000', '165240.378000', '165240.381000', '165240.384000', '165240.387000', '165240.389000', '165240.392000', '165240.395000', '165240.398000', '165240.401000', '165240.403000', '165240.406000', '165240.409000', '165240.412000', '165240.415000', '165240.418000', '165240.420000', '165240.423000', '165240.426000', '165240.429000', '165240.432000', '165240.435000', '165240.437000', '165240.440000', '165240.443000', '165240.446000', '165240.449000', '165240.452000', '165240.454000', '165240.457000', '165240.460000', '165240.463000', '165240.466000', '165240.469000', '165240.471000', '165240.474000', '165240.477000', '165240.480000', '165240.483000', '165240.486000', '165240.489000', '165240.491000', '165240.494000', '165240.497000', '165300.375000', '165300.378000', '165300.381000', '165300.384000', '165300.387000', '165300.390000', '165300.392000', '165300.395000', '165300.398000', '165300.401000', '165300.404000', '165300.406000', '165300.409000', '165300.412000', '165300.415000', '165300.418000', '165300.421000', '165300.424000', '165300.426000', '165300.429000', '165300.432000', '165300.435000', '165300.439000', '165300.442000', '165300.445000', '165300.448000', '165300.451000', '165300.453000', '165300.456000', '165300.459000', '165300.462000', '165300.465000', '165300.468000', '165300.470000', '165300.473000', '165300.476000', '165300.479000', '165300.482000', '165300.485000', '165300.487000', '165300.490000', '165300.493000', '165300.496000', '165320.375000', '165320.378000', '165320.381000', '165320.384000', '165320.387000', '165320.389000', '165320.392000', '165320.395000', '165320.398000', '165320.401000', '165320.405000', '165320.408000', '165320.410000', '165320.413000', '165320.416000', '165320.419000', '165320.422000', '165320.425000', '165320.428000', '165320.430000', '165320.433000', '165320.436000', '165320.439000', '165320.442000', '165320.444000', '165320.447000', '165320.450000', '165320.453000', '165320.456000', '165320.459000', '165320.461000', '165320.464000', '165320.467000', '165320.470000', '165320.473000', '165320.476000', '165320.478000', '165320.481000', '165320.484000', '165320.487000', '165320.490000', '165320.492000', '165320.495000', '165320.498000', '165340.392000', '165340.395000', '165340.398000', '165340.401000', '165340.403000', '165340.406000', '165340.409000', '165340.412000', '165340.415000', '165340.417000', '165340.420000', '165340.423000', '165340.426000', '165340.429000', '165340.431000', '165340.434000', '165340.437000', '165340.440000', '165340.443000', '165340.446000', '165340.449000', '165340.451000', '165340.454000', '165340.457000', '165340.460000', '165340.463000', '165340.465000', '165340.468000', '165340.471000', '165340.474000', '165340.477000', '165340.480000', '165340.482000', '165340.485000', '165340.488000', '165340.491000', '165340.494000', '165340.497000', '165340.499000', '165340.502000', '165340.505000', '165340.508000', '165340.511000', '165400.376000', '165400.379000', '165400.382000', '165400.385000', '165400.387000', '165400.390000', '165400.393000', '165400.396000', '165400.399000', '165400.402000', '165400.405000', '165400.408000', '165400.411000', '165400.414000', '165400.417000', '165400.420000', '165400.423000', '165400.425000', '165400.428000', '165400.431000', '165400.434000', '165400.437000', '165400.439000', '165400.442000', '165400.445000', '165400.448000', '165400.451000', '165400.454000', '165400.457000', '165400.459000', '165400.462000', '165400.465000', '165400.468000', '165400.471000', '165400.474000', '165400.476000', '165400.479000', '165400.482000', '165400.485000', '165400.488000', '165400.491000', '165400.493000', '165400.496000', '165400.499000', '165420.376000', '165420.379000', '165420.382000', '165420.385000', '165420.388000', '165420.390000', '165420.393000', '165420.396000', '165420.399000', '165420.402000', '165420.405000', '165420.407000', '165420.410000', '165420.413000', '165420.416000', '165420.419000', '165420.422000', '165420.425000', '165420.427000', '165420.430000', '165420.433000', '165420.436000', '165420.439000', '165420.441000', '165420.444000', '165420.447000', '165420.450000', '165420.453000', '165420.456000', '165420.459000', '165420.461000', '165420.464000', '165420.467000', '165420.470000', '165420.473000', '165420.477000', '165420.480000', '165420.483000', '165420.485000', '165420.488000', '165420.491000', '165420.494000', '165420.497000', '165440.375000', '165440.378000', '165440.381000', '165440.384000', '165440.386000', '165440.389000', '165440.392000', '165440.395000', '165440.398000', '165440.401000', '165440.404000', '165440.406000', '165440.409000', '165440.412000', '165440.415000', '165440.418000', '165440.421000', '165440.424000', '165440.426000', '165440.429000', '165440.432000', '165440.435000', '165440.438000', '165440.440000', '165440.444000', '165440.447000', '165440.450000', '165440.453000', '165440.456000', '165440.458000', '165440.461000', '165440.464000', '165440.467000', '165440.470000', '165440.473000', '165440.475000', '165440.478000', '165440.481000', '165440.484000', '165440.487000', '165440.490000', '165440.492000', '165440.495000', '165440.498000', '165500.375000', '165500.378000', '165500.381000', '165500.384000', '165500.387000', '165500.389000', '165500.392000', '165500.395000', '165500.398000', '165500.401000', '165500.404000', '165500.407000', '165500.409000', '165500.412000', '165500.415000', '165500.418000', '165500.421000', '165500.424000', '165500.426000', '165500.429000', '165500.432000', '165500.435000', '165500.438000', '165500.440000', '165500.443000', '165500.446000', '165500.449000', '165500.452000', '165500.455000', '165500.458000', '165500.461000', '165500.463000', '165500.466000', '165500.469000', '165500.472000', '165500.475000', '165500.478000', '165500.480000', '165500.483000', '165500.486000', '165500.489000', '165500.492000', '165500.495000', '165520.375000', '165520.378000', '165520.381000', '165520.384000', '165520.386000', '165520.389000', '165520.392000', '165520.395000', '165520.398000', '165520.401000', '165520.404000', '165520.406000', '165520.409000', '165520.412000', '165520.415000', '165520.418000', '165520.421000', '165520.424000', '165520.426000', '165520.429000', '165520.432000', '165520.435000', '165520.438000', '165520.440000', '165520.443000', '165520.446000', '165520.449000', '165520.452000', '165520.455000', '165520.458000', '165520.461000', '165520.463000', '165520.466000', '165520.469000', '165520.472000', '165520.475000', '165520.478000', '165520.480000', '165520.483000', '165520.486000', '165520.489000', '165520.492000', '165520.495000', '165520.498000', '165531.442000', '165531.445000', '165531.448000', '165531.451000', '165531.454000', '165531.457000', '165531.460000', '165531.463000', '165531.466000', '165531.469000', '165531.472000', '165531.475000', '165531.478000', '165531.480000', '165531.483000', '165531.486000', '165531.489000', '165531.493000', '165531.496000', '165531.499000', '165531.502000', '165531.505000', '165531.508000', '165531.511000'], 'InstanceCreationTime': ['164540.417000', '164540.421000', '164540.424000', '164540.427000', '164540.430000', '164540.433000', '164540.436000', '164540.439000', '164540.442000', '164540.445000', '164540.448000', '164540.451000', '164540.453000', '164540.456000', '164540.459000', '164540.462000', '164540.465000', '164540.468000', '164540.472000', '164540.474000', '164540.477000', '164540.480000', '164540.483000', '164540.486000', '164540.489000', '164540.492000', '164540.494000', '164540.497000', '164540.500000', '164540.503000', '164540.506000', '164540.509000', '164540.512000', '164540.514000', '164540.517000', '164540.520000', '164540.523000', '164540.534000', '164540.537000', '164540.540000', '164540.543000', '164540.546000', '164540.549000', '164540.552000', '164540.554000', '164540.557000', '164540.560000', '164540.563000', '164540.566000', '164540.569000', '164600.375000', '164600.378000', '164600.381000', '164600.384000', '164600.386000', '164600.389000', '164600.392000', '164600.395000', '164600.398000', '164600.401000', '164600.404000', '164600.407000', '164600.410000', '164600.413000', '164600.416000', '164600.419000', '164600.422000', '164600.425000', '164600.427000', '164600.430000', '164600.433000', '164600.436000', '164600.439000', '164600.442000', '164600.445000', '164600.448000', '164600.451000', '164600.454000', '164600.457000', '164600.459000', '164600.462000', '164600.474000', '164600.477000', '164600.480000', '164600.483000', '164600.486000', '164600.489000', '164600.492000', '164600.494000', '164600.497000', '164600.500000', '164600.503000', '164600.506000', '164620.375000', '164620.378000', '164620.381000', '164620.383000', '164620.386000', '164620.402000', '164620.405000', '164620.408000', '164620.410000', '164620.413000', '164620.416000', '164620.419000', '164620.422000', '164620.424000', '164620.427000', '164620.430000', '164620.433000', '164620.436000', '164620.439000', '164620.441000', '164620.444000', '164620.447000', '164620.450000', '164620.453000', '164620.455000', '164620.458000', '164620.461000', '164620.464000', '164620.467000', '164620.470000', '164620.472000', '164620.475000', '164620.478000', '164620.481000', '164620.484000', '164620.486000', '164620.489000', '164620.497000', '164620.500000', '164620.503000', '164620.506000', '164620.508000', '164620.511000', '164620.514000', '164640.375000', '164640.378000', '164640.381000', '164640.384000', '164640.386000', '164640.389000', '164640.392000', '164640.395000', '164640.398000', '164640.400000', '164640.403000', '164640.406000', '164640.409000', '164640.412000', '164640.415000', '164640.417000', '164640.420000', '164640.423000', '164640.426000', '164640.429000', '164640.432000', '164640.434000', '164640.437000', '164640.440000', '164640.443000', '164640.446000', '164640.448000', '164640.451000', '164640.454000', '164640.457000', '164640.460000', '164640.462000', '164640.465000', '164640.468000', '164640.471000', '164640.474000', '164640.477000', '164640.479000', '164640.482000', '164640.486000', '164640.490000', '164640.498000', '164640.500000', '164700.376000', '164700.379000', '164700.382000', '164700.385000', '164700.388000', '164700.391000', '164700.394000', '164700.396000', '164700.399000', '164700.402000', '164700.405000', '164700.408000', '164700.411000', '164700.413000', '164700.416000', '164700.419000', '164700.422000', '164700.425000', '164700.428000', '164700.430000', '164700.433000', '164700.436000', '164700.439000', '164700.442000', '164700.444000', '164700.447000', '164700.450000', '164700.454000', '164700.457000', '164700.460000', '164700.462000', '164700.465000', '164700.468000', '164700.471000', '164700.474000', '164700.477000', '164700.480000', '164700.482000', '164700.485000', '164700.488000', '164700.491000', '164700.494000', '164700.496000', '164720.376000', '164720.379000', '164720.382000', '164720.385000', '164720.388000', '164720.390000', '164720.393000', '164720.396000', '164720.399000', '164720.402000', '164720.404000', '164720.407000', '164720.410000', '164720.413000', '164720.416000', '164720.419000', '164720.422000', '164720.424000', '164720.427000', '164720.430000', '164720.433000', '164720.436000', '164720.438000', '164720.441000', '164720.444000', '164720.447000', '164720.450000', '164720.452000', '164720.455000', '164720.458000', '164720.461000', '164720.464000', '164720.467000', '164720.470000', '164720.472000', '164720.475000', '164720.484000', '164720.487000', '164720.490000', '164720.492000', '164720.495000', '164720.498000', '164720.501000', '164720.504000', '164740.375000', '164740.378000', '164740.381000', '164740.384000', '164740.386000', '164740.389000', '164740.392000', '164740.395000', '164740.398000', '164740.401000', '164740.404000', '164740.407000', '164740.410000', '164740.413000', '164740.416000', '164740.418000', '164740.421000', '164740.424000', '164740.427000', '164740.430000', '164740.433000', '164740.435000', '164740.438000', '164740.441000', '164740.444000', '164740.447000', '164740.449000', '164740.452000', '164740.455000', '164740.458000', '164740.461000', '164740.464000', '164740.467000', '164740.469000', '164740.472000', '164740.475000', '164740.478000', '164740.481000', '164740.484000', '164740.486000', '164740.489000', '164740.492000', '164740.495000', '164740.498000', '164800.383000', '164800.386000', '164800.389000', '164800.392000', '164800.395000', '164800.398000', '164800.400000', '164800.403000', '164800.406000', '164800.409000', '164800.412000', '164800.414000', '164800.417000', '164800.420000', '164800.423000', '164800.426000', '164800.429000', '164800.432000', '164800.435000', '164800.437000', '164800.440000', '164800.443000', '164800.446000', '164800.449000', '164800.452000', '164800.454000', '164800.457000', '164800.460000', '164800.463000', '164800.466000', '164800.469000', '164800.471000', '164800.474000', '164800.477000', '164800.480000', '164800.483000', '164800.486000', '164800.488000', '164800.491000', '164800.494000', '164800.497000', '164800.500000', '164800.503000', '164820.375000', '164820.378000', '164820.381000', '164820.384000', '164820.387000', '164820.389000', '164820.392000', '164820.395000', '164820.398000', '164820.401000', '164820.403000', '164820.406000', '164820.409000', '164820.412000', '164820.415000', '164820.418000', '164820.420000', '164820.423000', '164820.426000', '164820.429000', '164820.432000', '164820.434000', '164820.437000', '164820.440000', '164820.443000', '164820.446000', '164820.448000', '164820.451000', '164820.454000', '164820.457000', '164820.460000', '164820.463000', '164820.466000', '164820.469000', '164820.471000', '164820.474000', '164820.477000', '164820.480000', '164820.483000', '164820.485000', '164820.488000', '164820.491000', '164820.494000', '164840.375000', '164840.378000', '164840.381000', '164840.384000', '164840.386000', '164840.389000', '164840.392000', '164840.395000', '164840.398000', '164840.401000', '164840.403000', '164840.406000', '164840.409000', '164840.412000', '164840.415000', '164840.418000', '164840.421000', '164840.424000', '164840.427000', '164840.430000', '164840.433000', '164840.435000', '164840.438000', '164840.441000', '164840.444000', '164840.447000', '164840.450000', '164840.453000', '164840.456000', '164840.458000', '164840.461000', '164840.464000', '164840.467000', '164840.470000', '164840.472000', '164840.475000', '164840.478000', '164840.481000', '164840.484000', '164840.486000', '164840.489000', '164840.492000', '164840.495000', '164840.498000', '164900.375000', '164900.378000', '164900.381000', '164900.385000', '164900.388000', '164900.391000', '164900.394000', '164900.397000', '164900.400000', '164900.403000', '164900.406000', '164900.408000', '164900.411000', '164900.414000', '164900.417000', '164900.420000', '164900.423000', '164900.425000', '164900.428000', '164900.431000', '164900.434000', '164900.437000', '164900.440000', '164900.442000', '164900.445000', '164900.448000', '164900.451000', '164900.454000', '164900.457000', '164900.459000', '164900.462000', '164900.465000', '164900.468000', '164900.471000', '164900.474000', '164900.476000', '164900.479000', '164900.482000', '164900.485000', '164900.488000', '164900.491000', '164900.493000', '164900.496000', '164920.376000', '164920.379000', '164920.382000', '164920.385000', '164920.387000', '164920.390000', '164920.393000', '164920.396000', '164920.399000', '164920.402000', '164920.404000', '164920.407000', '164920.410000', '164920.413000', '164920.416000', '164920.419000', '164920.422000', '164920.424000', '164920.427000', '164920.430000', '164920.433000', '164920.436000', '164920.439000', '164920.441000', '164920.444000', '164920.447000', '164920.464000', '164920.467000', '164920.470000', '164920.473000', '164920.476000', '164920.478000', '164920.481000', '164920.484000', '164920.487000', '164920.490000', '164920.493000', '164920.495000', '164920.498000', '164920.501000', '164920.504000', '164920.507000', '164920.510000', '164920.512000', '164940.376000', '164940.379000', '164940.382000', '164940.385000', '164940.387000', '164940.390000', '164940.393000', '164940.396000', '164940.399000', '164940.402000', '164940.405000', '164940.408000', '164940.411000', '164940.414000', '164940.417000', '164940.420000', '164940.422000', '164940.425000', '164940.428000', '164940.431000', '164940.434000', '164940.437000', '164940.439000', '164940.443000', '164940.446000', '164940.449000', '164940.452000', '164940.455000', '164940.458000', '164940.460000', '164940.463000', '164940.466000', '164940.469000', '164940.472000', '164940.474000', '164940.477000', '164940.480000', '164940.483000', '164940.486000', '164940.489000', '164940.492000', '164940.494000', '164940.497000', '165000.375000', '165000.378000', '165000.381000', '165000.384000', '165000.386000', '165000.389000', '165000.392000', '165000.395000', '165000.398000', '165000.401000', '165000.404000', '165000.406000', '165000.409000', '165000.412000', '165000.415000', '165000.418000', '165000.421000', '165000.423000', '165000.426000', '165000.429000', '165000.432000', '165000.435000', '165000.438000', '165000.441000', '165000.443000', '165000.446000', '165000.449000', '165000.452000', '165000.455000', '165000.458000', '165000.460000', '165000.463000', '165000.466000', '165000.469000', '165000.472000', '165000.475000', '165000.477000', '165000.480000', '165000.483000', '165000.486000', '165000.489000', '165000.492000', '165000.494000', '165000.497000', '165020.375000', '165020.378000', '165020.381000', '165020.384000', '165020.387000', '165020.389000', '165020.392000', '165020.395000', '165020.398000', '165020.401000', '165020.404000', '165020.406000', '165020.409000', '165020.412000', '165020.415000', '165020.418000', '165020.421000', '165020.424000', '165020.427000', '165020.430000', '165020.432000', '165020.435000', '165020.438000', '165020.441000', '165020.444000', '165020.447000', '165020.450000', '165020.453000', '165020.456000', '165020.458000', '165020.461000', '165020.464000', '165020.467000', '165020.470000', '165020.473000', '165020.475000', '165020.478000', '165020.481000', '165020.484000', '165020.487000', '165020.490000', '165020.493000', '165020.495000', '165040.375000', '165040.378000', '165040.381000', '165040.384000', '165040.387000', '165040.389000', '165040.392000', '165040.395000', '165040.398000', '165040.401000', '165040.404000', '165040.406000', '165040.409000', '165040.412000', '165040.415000', '165040.417000', '165040.420000', '165040.423000', '165040.426000', '165040.429000', '165040.432000', '165040.434000', '165040.437000', '165040.440000', '165040.443000', '165040.446000', '165040.449000', '165040.451000', '165040.454000', '165040.457000', '165040.460000', '165040.463000', '165040.466000', '165040.469000', '165040.472000', '165040.475000', '165040.478000', '165040.481000', '165040.484000', '165040.487000', '165040.489000', '165040.492000', '165040.495000', '165040.498000', '165100.375000', '165100.380000', '165100.383000', '165100.386000', '165100.389000', '165100.391000', '165100.394000', '165100.397000', '165100.400000', '165100.403000', '165100.406000', '165100.408000', '165100.411000', '165100.414000', '165100.417000', '165100.420000', '165100.422000', '165100.425000', '165100.428000', '165100.431000', '165100.434000', '165100.437000', '165100.440000', '165100.443000', '165100.445000', '165100.448000', '165100.451000', '165100.454000', '165100.457000', '165100.460000', '165100.463000', '165100.466000', '165100.469000', '165100.471000', '165100.474000', '165100.477000', '165100.480000', '165100.483000', '165100.486000', '165100.489000', '165100.491000', '165100.494000', '165100.497000', '165120.376000', '165120.379000', '165120.382000', '165120.385000', '165120.387000', '165120.390000', '165120.393000', '165120.396000', '165120.399000', '165120.402000', '165120.405000', '165120.407000', '165120.410000', '165120.413000', '165120.416000', '165120.419000', '165120.421000', '165120.424000', '165120.427000', '165120.430000', '165120.433000', '165120.436000', '165120.439000', '165120.441000', '165120.444000', '165120.447000', '165120.450000', '165120.453000', '165120.456000', '165120.459000', '165120.462000', '165120.464000', '165120.467000', '165120.470000', '165120.473000', '165120.476000', '165120.479000', '165120.481000', '165120.484000', '165120.487000', '165120.490000', '165120.493000', '165120.495000', '165120.498000', '165140.376000', '165140.379000', '165140.382000', '165140.385000', '165140.388000', '165140.390000', '165140.393000', '165140.396000', '165140.400000', '165140.403000', '165140.406000', '165140.409000', '165140.412000', '165140.414000', '165140.417000', '165140.420000', '165140.423000', '165140.426000', '165140.429000', '165140.432000', '165140.434000', '165140.437000', '165140.440000', '165140.443000', '165140.446000', '165140.449000', '165140.451000', '165140.454000', '165140.457000', '165140.460000', '165140.463000', '165140.466000', '165140.469000', '165140.472000', '165140.474000', '165140.477000', '165140.480000', '165140.483000', '165140.486000', '165140.489000', '165140.492000', '165140.495000', '165140.498000', '165200.376000', '165200.379000', '165200.382000', '165200.385000', '165200.388000', '165200.390000', '165200.393000', '165200.396000', '165200.399000', '165200.402000', '165200.405000', '165200.407000', '165200.410000', '165200.413000', '165200.416000', '165200.419000', '165200.422000', '165200.424000', '165200.427000', '165200.430000', '165200.433000', '165200.436000', '165200.439000', '165200.442000', '165200.444000', '165200.447000', '165200.450000', '165200.453000', '165200.456000', '165200.458000', '165200.461000', '165200.464000', '165200.467000', '165200.470000', '165200.472000', '165200.475000', '165200.478000', '165200.481000', '165200.484000', '165200.487000', '165200.489000', '165200.492000', '165200.495000', '165200.498000', '165220.375000', '165220.378000', '165220.381000', '165220.394000', '165220.396000', '165220.399000', '165220.402000', '165220.405000', '165220.408000', '165220.411000', '165220.413000', '165220.416000', '165220.419000', '165220.422000', '165220.425000', '165220.428000', '165220.430000', '165220.433000', '165220.436000', '165220.439000', '165220.442000', '165220.445000', '165220.447000', '165220.450000', '165220.453000', '165220.456000', '165220.459000', '165220.461000', '165220.464000', '165220.467000', '165220.470000', '165220.473000', '165220.476000', '165220.479000', '165220.481000', '165220.484000', '165220.487000', '165220.490000', '165220.493000', '165220.496000', '165220.499000', '165220.502000', '165220.505000', '165240.375000', '165240.378000', '165240.381000', '165240.384000', '165240.387000', '165240.389000', '165240.392000', '165240.395000', '165240.398000', '165240.401000', '165240.403000', '165240.406000', '165240.409000', '165240.412000', '165240.415000', '165240.418000', '165240.420000', '165240.423000', '165240.426000', '165240.429000', '165240.432000', '165240.435000', '165240.437000', '165240.440000', '165240.443000', '165240.446000', '165240.449000', '165240.452000', '165240.454000', '165240.457000', '165240.460000', '165240.463000', '165240.466000', '165240.469000', '165240.471000', '165240.474000', '165240.477000', '165240.480000', '165240.483000', '165240.486000', '165240.489000', '165240.491000', '165240.494000', '165240.497000', '165300.375000', '165300.378000', '165300.381000', '165300.384000', '165300.387000', '165300.390000', '165300.392000', '165300.395000', '165300.398000', '165300.401000', '165300.404000', '165300.406000', '165300.409000', '165300.412000', '165300.415000', '165300.418000', '165300.421000', '165300.424000', '165300.426000', '165300.429000', '165300.432000', '165300.435000', '165300.439000', '165300.442000', '165300.445000', '165300.448000', '165300.451000', '165300.453000', '165300.456000', '165300.459000', '165300.462000', '165300.465000', '165300.468000', '165300.470000', '165300.473000', '165300.476000', '165300.479000', '165300.482000', '165300.485000', '165300.487000', '165300.490000', '165300.493000', '165300.496000', '165320.375000', '165320.378000', '165320.381000', '165320.384000', '165320.387000', '165320.389000', '165320.392000', '165320.395000', '165320.398000', '165320.401000', '165320.405000', '165320.408000', '165320.410000', '165320.413000', '165320.416000', '165320.419000', '165320.422000', '165320.425000', '165320.428000', '165320.430000', '165320.433000', '165320.436000', '165320.439000', '165320.442000', '165320.444000', '165320.447000', '165320.450000', '165320.453000', '165320.456000', '165320.459000', '165320.461000', '165320.464000', '165320.467000', '165320.470000', '165320.473000', '165320.476000', '165320.478000', '165320.481000', '165320.484000', '165320.487000', '165320.490000', '165320.492000', '165320.495000', '165320.498000', '165340.392000', '165340.395000', '165340.398000', '165340.401000', '165340.403000', '165340.406000', '165340.409000', '165340.412000', '165340.415000', '165340.417000', '165340.420000', '165340.423000', '165340.426000', '165340.429000', '165340.431000', '165340.434000', '165340.437000', '165340.440000', '165340.443000', '165340.446000', '165340.449000', '165340.451000', '165340.454000', '165340.457000', '165340.460000', '165340.463000', '165340.465000', '165340.468000', '165340.471000', '165340.474000', '165340.477000', '165340.480000', '165340.482000', '165340.485000', '165340.488000', '165340.491000', '165340.494000', '165340.497000', '165340.499000', '165340.502000', '165340.505000', '165340.508000', '165340.511000', '165400.376000', '165400.379000', '165400.382000', '165400.385000', '165400.387000', '165400.390000', '165400.393000', '165400.396000', '165400.399000', '165400.402000', '165400.405000', '165400.408000', '165400.411000', '165400.414000', '165400.417000', '165400.420000', '165400.423000', '165400.425000', '165400.428000', '165400.431000', '165400.434000', '165400.437000', '165400.439000', '165400.442000', '165400.445000', '165400.448000', '165400.451000', '165400.454000', '165400.457000', '165400.459000', '165400.462000', '165400.465000', '165400.468000', '165400.471000', '165400.474000', '165400.476000', '165400.479000', '165400.482000', '165400.485000', '165400.488000', '165400.491000', '165400.493000', '165400.496000', '165400.499000', '165420.376000', '165420.379000', '165420.382000', '165420.385000', '165420.388000', '165420.390000', '165420.393000', '165420.396000', '165420.399000', '165420.402000', '165420.405000', '165420.407000', '165420.410000', '165420.413000', '165420.416000', '165420.419000', '165420.422000', '165420.425000', '165420.427000', '165420.430000', '165420.433000', '165420.436000', '165420.439000', '165420.441000', '165420.444000', '165420.447000', '165420.450000', '165420.453000', '165420.456000', '165420.459000', '165420.461000', '165420.464000', '165420.467000', '165420.470000', '165420.473000', '165420.477000', '165420.480000', '165420.483000', '165420.485000', '165420.488000', '165420.491000', '165420.494000', '165420.497000', '165440.375000', '165440.378000', '165440.381000', '165440.384000', '165440.386000', '165440.389000', '165440.392000', '165440.395000', '165440.398000', '165440.401000', '165440.404000', '165440.406000', '165440.409000', '165440.412000', '165440.415000', '165440.418000', '165440.421000', '165440.424000', '165440.426000', '165440.429000', '165440.432000', '165440.435000', '165440.438000', '165440.440000', '165440.444000', '165440.447000', '165440.450000', '165440.453000', '165440.456000', '165440.458000', '165440.461000', '165440.464000', '165440.467000', '165440.470000', '165440.473000', '165440.475000', '165440.478000', '165440.481000', '165440.484000', '165440.487000', '165440.490000', '165440.492000', '165440.495000', '165440.498000', '165500.375000', '165500.378000', '165500.381000', '165500.384000', '165500.387000', '165500.389000', '165500.392000', '165500.395000', '165500.398000', '165500.401000', '165500.404000', '165500.407000', '165500.409000', '165500.412000', '165500.415000', '165500.418000', '165500.421000', '165500.424000', '165500.426000', '165500.429000', '165500.432000', '165500.435000', '165500.438000', '165500.440000', '165500.443000', '165500.446000', '165500.449000', '165500.452000', '165500.455000', '165500.458000', '165500.461000', '165500.463000', '165500.466000', '165500.469000', '165500.472000', '165500.475000', '165500.478000', '165500.480000', '165500.483000', '165500.486000', '165500.489000', '165500.492000', '165500.495000', '165520.375000', '165520.378000', '165520.381000', '165520.384000', '165520.386000', '165520.389000', '165520.392000', '165520.395000', '165520.398000', '165520.401000', '165520.404000', '165520.406000', '165520.409000', '165520.412000', '165520.415000', '165520.418000', '165520.421000', '165520.424000', '165520.426000', '165520.429000', '165520.432000', '165520.435000', '165520.438000', '165520.440000', '165520.443000', '165520.446000', '165520.449000', '165520.452000', '165520.455000', '165520.458000', '165520.461000', '165520.463000', '165520.466000', '165520.469000', '165520.472000', '165520.475000', '165520.478000', '165520.480000', '165520.483000', '165520.486000', '165520.489000', '165520.492000', '165520.495000', '165520.498000', '165531.442000', '165531.445000', '165531.448000', '165531.451000', '165531.454000', '165531.457000', '165531.460000', '165531.463000', '165531.466000', '165531.469000', '165531.472000', '165531.475000', '165531.478000', '165531.480000', '165531.483000', '165531.486000', '165531.489000', '165531.493000', '165531.496000', '165531.499000', '165531.502000', '165531.505000', '165531.508000', '165531.511000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8207, 10728, 8818, 8528, 12086, 7778, 14512, 8157, 12543, 8506, 8111, 9056, 8574, 9058, 8230, 8407, 9250, 8328, 13647, 8337, 8105, 8614, 7747, 12420, 8406, 13877, 8171, 9875, 8845, 8055, 9934, 7986, 12200, 8419, 14023, 8376, 13701, 8342, 14773, 8954, 11351, 8685, 9964, 8133, 7973, 8232, 8201, 8898, 16464, 8500, 13207, 12498, 9215, 8453, 8315, 8309, 10144, 8120, 9201, 16616, 8478, 14060, 8893, 9430, 8290, 8629, 8143, 10838, 17275, 11045, 15135, 8992, 9429, 8600, 10195, 8434, 12689, 14493, 11387, 15273, 8869, 10032, 8217, 8828, 8294, 8294, 7845, 8275, 10576, 8375, 9508, 8233, 16517, 8537, 12012, 13342, 8554, 8763, 8395, 8561, 10404, 8309, 8837, 8838, 8167, 10049, 8589, 14671, 8136, 15614, 9752, 15894, 12368, 11966, 10506, 8009, 10445, 8118, 15034, 8299, 16125, 8277, 11613, 8486, 8709, 8548, 8299, 10030, 8555, 12106, 8728, 12517, 8979, 10665, 8385, 10023, 8541, 8237, 8358, 8715, 8971, 8287, 10598, 16662, 9440, 15238, 8419, 13076, 8609, 7818, 8398, 8551, 8416, 7580, 8253, 8910, 7857, 8821, 9795, 16377, 11201, 10752, 17395, 10148, 14260, 8337, 9565, 8477, 8644, 7876, 8278, 13915, 8642, 9651, 8423, 8549, 8847, 8734, 8623, 10154, 8483, 13501, 16754, 10844, 14917, 9657, 10523, 16139, 8312, 11995, 9127, 8105, 10398, 8258, 12249, 8621, 8409, 7424, 8432, 8463, 8475, 7936, 8437, 15224, 8197, 10489, 16092, 9174, 14624, 9512, 9100, 15591, 8596, 13872, 8437, 9857, 11735, 8207, 12712, 8207, 8806, 10539, 8124, 12761, 8527, 9535, 8176, 8249, 15293, 8011, 11778, 8675, 8196, 15573, 7968, 11807, 8197, 8121, 15533, 7823, 11397, 10087, 7779, 12809, 7808, 9980, 8866, 7854, 11661, 7853, 9391, 9184, 7944, 12215, 7885, 9284, 9215, 7876, 13164, 8174, 9944, 7838, 10406, 7843, 11927, 14839, 10947, 14862, 8219, 10246, 12982, 8007, 13341, 7721, 11275, 9883, 8266, 16237, 8123, 13510, 7874, 12715, 8045, 12556, 10718, 9159, 15546, 7771, 12562, 8378, 8528, 12653, 7796, 7943, 7805, 7833, 9030, 8215, 12373, 7915, 14647, 11580, 10471, 16648, 8741, 13422, 8082, 7698, 8072, 8217, 9526, 8598, 11987, 17517, 9745, 14844, 9209, 10093, 8999, 8357, 14885, 7845, 11363, 7883, 7914, 8006, 13048, 8554, 8362, 14023, 8250, 12150, 8032, 8833, 8116, 8180, 7446, 7789, 8232, 8183, 8278, 10717, 8340, 15314, 15849, 12541, 15372, 8358, 12858, 8695, 8811, 10492, 8228, 8449, 8256, 7741, 10712, 8331, 14870, 10663, 9668, 11661, 7947, 13165, 17689, 11196, 15617, 8794, 10437, 8227, 7860, 8160, 7782, 9752, 8232, 12433, 8364, 11437, 9819, 7897, 9631, 8574, 13795, 8022, 15339, 10096, 12330, 8680, 8235, 10406, 8270, 16580, 8252, 11257, 10669, 8523, 14483, 8381, 12487, 9508, 8761, 9248, 8184, 14028, 8480, 11291, 8575, 8018, 12308, 8571, 15159, 8448, 11319, 9186, 8481, 10847, 8949, 11401, 8680, 12233, 8802, 11176, 8804, 8617, 9821, 8340, 10905, 9445, 13360, 9229, 14695, 8978, 8251, 9247, 8502, 12793, 8798, 10110, 9069, 8519, 13207, 9048, 17079, 9708, 12364, 9256, 8203, 13672, 8587, 11313, 8910, 8186, 13055, 8838, 12047, 9136, 8366, 13326, 8716, 15232, 8944, 12249, 9267, 10707, 10824, 8504, 10642, 8830, 11515, 9233, 13677, 9080, 10411, 8805, 9284, 10283, 8679, 11914, 18339, 10272, 15702, 9883, 11193, 9071, 9046, 9520, 8947, 9036, 9192, 9427, 9718, 16808, 10872, 14181, 10819, 9609, 9079, 9505, 8649, 10657, 17829, 8708, 15460, 11837, 9783, 15890, 8783, 12758, 9312, 10639, 9257, 10991, 9257, 8725, 9242, 13653, 12392, 10051, 17146, 8898, 12453, 14425, 8952, 15952, 9313, 12523, 8848, 9673, 16759, 8916, 10380, 8860, 8694, 8797, 9118, 10053, 9406, 11106, 15787, 10610, 14268, 9340, 10511, 8704, 10569, 9110, 9905, 9435, 18242, 10023, 13638, 15123, 9533, 15939, 9422, 12391, 9073, 10629, 9469, 9933, 10021, 9432, 9922, 9543, 16097, 9383, 13278, 9438, 12526, 9502, 12767, 9441, 12849, 11325, 9845, 17965, 9481, 15234, 9877, 14126, 9511, 14862, 10952, 10085, 16027, 9785, 14316, 9605, 8625, 9252, 9370, 9666, 16556, 9400, 13382, 13475, 9286, 16049, 9503, 12273, 9305, 9080, 9601, 9490, 11307, 9382, 14048, 10505, 10392, 11294, 19228, 11254, 12533, 9182, 11310, 9419, 7831, 9022, 9328, 9329, 9133, 9674, 13181, 10160, 9153, 16973, 10372, 17649, 14683, 12539, 18511, 9536, 14470, 9869, 9928, 9882, 11630, 9437, 9533, 9806, 9788, 9999, 10148, 9463, 8348, 9454, 8834, 10766, 9405, 13426, 16057, 12332, 14988, 10890, 10089, 14875, 10096, 15543, 10359, 10585, 16079, 9816, 15190, 10017, 12771, 9969, 9543, 10048, 16090, 9497, 12901, 10153, 12628, 9737, 15562, 10345, 14469, 13164, 9967, 12531, 10019, 16729, 9782, 12492, 9942, 11997, 9631, 9670, 9793, 9775, 10569, 10657, 9974, 13997, 9612, 12124, 10130, 17092, 10588, 11345, 14440, 10049, 9548, 10224, 9728, 11293, 10083, 10321, 10320, 18198, 11990, 10497, 18186, 10194, 15524, 10082, 10250, 10978, 10271, 16948, 10247, 13284, 10440, 10731, 10313, 9457, 10564, 12448, 10329, 10181, 16533, 10384, 14381, 10631, 10280, 15495, 10466, 14302, 10433, 10218, 13352, 10257, 14739, 10318, 10417, 15065, 10384, 15847, 10611, 11465, 10413, 10388, 9906, 10842, 10684, 10708, 10446, 16956, 11890, 10352, 18446, 10674, 14068, 10678, 10384, 10144, 10499, 10082, 10312, 10527, 12708, 15559, 11237, 16374, 10274, 11853, 14662, 10453, 16972, 10665, 9083, 10357, 9756, 10588, 15683, 10368, 10757, 14005, 10529, 16391, 10675, 15002, 10347, 12659, 10589, 16749, 11408, 10432, 18178, 10677, 15685, 10585, 13995, 10440, 10018, 10530, 10713, 10370, 18349, 11720, 15514, 10520, 10573, 18665, 10393, 13727, 10282, 9990, 10648, 10795, 10547, 10559, 10691, 19057, 10599, 16038, 11182, 10737, 17927, 10861, 10840, 10937, 10707, 16066, 10778, 9107, 10837, 11208, 10540, 10685, 10536, 16291, 10786, 14547, 11098, 10459, 17068, 10290, 13211, 15001, 10754, 16302, 10229, 11705, 10968, 10736, 11166, 10704, 18431, 10648, 16675, 10801, 13297, 11602, 10412, 17865, 10598, 13829, 11161, 10522, 10036, 10653, 11177, 10798, 10973, 12771, 10603, 17155, 17178, 11778, 15451, 10937, 10763, 14528, 9916, 10938, 11010, 10370, 11348, 11571, 10827, 10468, 13924, 11011, 18461, 13704, 11163, 19995, 11955, 16994, 11429, 15306, 11269, 12048, 11344, 9399, 11373, 11392, 11062, 17283, 11395, 13641, 10561, 10667, 14175, 11244, 14478, 10785, 11733, 11540, 10700, 11178, 13355, 10951, 11993, 13573, 10943, 11656, 11045, 18648, 11203, 15165, 11229, 10989, 11257, 11215, 11044, 12521, 20809, 12894, 17430, 11591, 11010, 11620, 11116, 11171, 11291, 18282, 11178, 15273, 11346, 11395, 10757, 10410, 10704, 10714, 10687, 19294, 10504, 16656, 11272, 10545, 19356, 10693, 16923, 10388, 10630, 10191, 10604, 19104, 10757, 11166, 9911, 10678, 15433, 10783, 10479, 9908, 10564, 10861, 10533, 10296, 10424, 10633, 10632, 17861, 10544, 13835, 16709, 10636, 15882, 10921, 10507, 19286, 10859, 15627, 10039, 10404, 10301, 9418, 10739, 14169, 10271, 10362, 18348, 10616, 15307, 10638, 10480, 18353, 11106, 15919, 11248, 10680, 18435, 10131, 14936, 10543, 10568, 10009, 11047, 10434, 10814, 10265, 18254, 12064, 10442, 18193, 10059, 9471, 10290, 10477, 10328, 9543, 14282, 18100, 11674, 16825, 10286, 12921, 9718, 13536, 11296, 10203, 20054, 9974, 15168, 10272, 11322, 9912, 18178, 10379, 15260, 9523, 10194, 10073, 10051, 16724, 10113, 16644, 10367, 10188, 9901, 10005, 9265, 10121, 9637, 10409, 11058, 10321, 13925, 10442, 15455, 10170, 10340, 20014, 10141, 17223, 10253, 10130, 19696, 9996, 16106, 10316, 10762, 10745, 10035, 17207, 10020, 12937, 10756, 10821, 10353, 12800, 10613, 15790, 11298, 10554, 18107, 10438, 14189, 10988, 10044, 9373, 11941, 9103, 10250, 10042, 17268, 13411, 10470, 14777, 9115, 11727, 12914, 9943, 13254, 10580, 9412, 10567, 9659, 12511, 10347, 9897, 17138, 13754, 13698, 13968, 10516, 18369, 12010, 10264, 14803, 10228, 14231, 10477, 9530, 17186, 10361, 14905, 10254, 10101, 12305, 10434, 11422, 10780, 10256, 11303, 10267, 9981, 10748, 10347, 9183, 10528, 10056, 10090, 11151, 10217, 9733, 12823, 10144, 12397, 11759, 10349, 17015, 12676, 9482, 18031, 10185, 13010, 10443, 8934, 17502, 10469, 10379, 11249, 10451, 15316, 10631, 9913, 16072, 10332, 10368, 13809, 10609, 16697, 10289, 9462, 16896, 10385, 9666, 10812, 10637, 17788, 10777, 10399, 10682, 10698, 16288, 10198, 10237, 12395, 10247, 9894, 10489, 9356, 14933, 9927, 15966, 10332, 9601, 12679, 10259, 9556, 10960, 10007, 16261, 10195, 9689, 11087, 10090, 11117, 10245, 9512, 14619, 9902, 12813, 10215, 9167, 15786, 10289, 10978, 10169, 9373, 14192, 10057, 9275, 10227, 10560, 16569, 10093, 10102, 14488, 10028, 12078, 10380, 9743, 13833, 9907, 15277, 10327, 9834, 10921, 9952, 15860, 9895, 10021, 10167, 9668, 11715, 9879, 11881, 10360, 9798, 11339, 9670, 9016, 10238, 11111, 9266, 10614, 9643, 8915, 11126, 9454, 9098, 15207, 9887, 8754, 17054, 12293, 9410, 11379, 9636, 17482, 10300, 12337, 9862, 9965, 10373, 9651, 11052, 9689, 10084, 10043, 9707, 11010, 9843, 10099, 9594, 9137, 10969, 9278, 12308, 9544, 14922, 10629, 14575, 9738, 8986, 10372, 17348, 9912, 14204, 9407, 11503, 9664, 9691, 9542, 9603, 11012, 15594, 10085, 12582, 8796, 7308, 9737, 8912, 13586, 17519, 10956, 14568, 10759, 10317, 15654], 'WindowCenter': [4381.0, 4382.0, 4350.0, 4347.0, 4377.0, 4325.0, 4373.0, 4322.0, 4360.0, 4333.0, 4336.0, 4344.0, 4334.0, 4332.0, 4321.0, 4333.0, 4332.0, 4323.0, 4373.0, 4321.0, 4323.0, 4333.0, 4324.0, 4363.0, 4334.0, 4373.0, 4333.0, 4343.0, 4333.0, 4323.0, 4343.0, 4323.0, 4362.0, 4323.0, 4374.0, 4333.0, 4373.0, 4323.0, 4373.0, 4321.0, 4339.0, 4321.0, 4339.0, 4323.0, 4323.0, 4335.0, 4335.0, 4346.0, 4396.0, 4332.0, 4374.0, 4362.0, 4330.0, 4321.0, 4321.0, 4333.0, 4353.0, 4324.0, 4344.0, 4395.0, 4333.0, 4374.0, 4331.0, 4332.0, 4323.0, 4331.0, 4323.0, 4366.0, 4395.0, 4354.0, 4373.0, 4332.0, 4341.0, 4333.0, 4353.0, 4336.0, 4375.0, 4384.0, 4353.0, 4383.0, 4332.0, 4340.0, 4320.0, 4331.0, 4321.0, 4332.0, 4321.0, 4333.0, 4352.0, 4333.0, 4344.0, 4333.0, 4394.0, 4321.0, 4362.0, 4359.0, 4319.0, 4320.0, 4320.0, 4332.0, 4353.0, 4346.0, 4357.0, 4346.0, 4346.0, 4356.0, 4347.0, 4386.0, 4337.0, 4395.0, 4345.0, 4384.0, 4365.0, 4364.0, 4354.0, 4324.0, 4351.0, 4322.0, 4382.0, 4321.0, 4382.0, 4322.0, 4350.0, 4331.0, 4332.0, 4331.0, 4321.0, 4341.0, 4332.0, 4362.0, 4331.0, 4361.0, 4330.0, 4341.0, 4322.0, 4341.0, 4333.0, 4323.0, 4333.0, 4332.0, 4332.0, 4334.0, 4353.0, 4382.0, 4342.0, 4371.0, 4320.0, 4359.0, 4331.0, 4322.0, 4335.0, 4346.0, 4349.0, 4340.0, 4349.0, 4359.0, 4350.0, 4359.0, 4372.0, 4413.0, 4357.0, 4356.0, 4385.0, 4343.0, 4372.0, 4309.0, 4330.0, 4318.0, 4320.0, 4310.0, 4321.0, 4369.0, 4319.0, 4330.0, 4320.0, 4330.0, 4344.0, 4333.0, 4346.0, 4355.0, 4347.0, 4388.0, 4395.0, 4353.0, 4374.0, 4330.0, 4339.0, 4369.0, 4308.0, 4349.0, 4317.0, 4308.0, 4328.0, 4318.0, 4360.0, 4319.0, 4319.0, 4308.0, 4318.0, 4319.0, 4332.0, 4323.0, 4333.0, 4382.0, 4320.0, 4341.0, 4380.0, 4330.0, 4370.0, 4328.0, 4319.0, 4367.0, 4319.0, 4359.0, 4318.0, 4339.0, 4348.0, 4319.0, 4359.0, 4318.0, 4329.0, 4339.0, 4319.0, 4360.0, 4319.0, 4341.0, 4319.0, 4321.0, 4380.0, 4321.0, 4350.0, 4319.0, 4321.0, 4381.0, 4321.0, 4362.0, 4319.0, 4321.0, 4380.0, 4309.0, 4351.0, 4340.0, 4309.0, 4360.0, 4309.0, 4340.0, 4330.0, 4319.0, 4349.0, 4318.0, 4340.0, 4329.0, 4321.0, 4359.0, 4320.0, 4341.0, 4329.0, 4322.0, 4371.0, 4321.0, 4340.0, 4323.0, 4353.0, 4334.0, 4376.0, 4383.0, 4352.0, 4371.0, 4319.0, 4341.0, 4360.0, 4320.0, 4370.0, 4310.0, 4350.0, 4339.0, 4321.0, 4381.0, 4320.0, 4360.0, 4321.0, 4360.0, 4321.0, 4363.0, 4341.0, 4331.0, 4369.0, 4309.0, 4348.0, 4307.0, 4319.0, 4357.0, 4309.0, 4320.0, 4320.0, 4322.0, 4343.0, 4344.0, 4376.0, 4337.0, 4387.0, 4363.0, 4351.0, 4381.0, 4321.0, 4361.0, 4320.0, 4311.0, 4321.0, 4334.0, 4354.0, 4345.0, 4377.0, 4394.0, 4343.0, 4373.0, 4330.0, 4341.0, 4330.0, 4319.0, 4370.0, 4319.0, 4348.0, 4320.0, 4320.0, 4321.0, 4373.0, 4330.0, 4321.0, 4370.0, 4321.0, 4361.0, 4321.0, 4329.0, 4320.0, 4335.0, 4323.0, 4334.0, 4347.0, 4348.0, 4348.0, 4368.0, 4348.0, 4400.0, 4396.0, 4363.0, 4370.0, 4320.0, 4360.0, 4332.0, 4345.0, 4364.0, 4336.0, 4334.0, 4333.0, 4322.0, 4352.0, 4321.0, 4383.0, 4354.0, 4344.0, 4363.0, 4323.0, 4372.0, 4382.0, 4340.0, 4368.0, 4306.0, 4326.0, 4306.0, 4307.0, 4319.0, 4321.0, 4343.0, 4334.0, 4363.0, 4332.0, 4352.0, 4342.0, 4323.0, 4343.0, 4333.0, 4371.0, 4323.0, 4383.0, 4354.0, 4362.0, 4332.0, 4332.0, 4366.0, 4344.0, 4394.0, 4333.0, 4363.0, 4353.0, 4334.0, 4383.0, 4333.0, 4363.0, 4344.0, 4333.0, 4331.0, 4321.0, 4371.0, 4333.0, 4363.0, 4331.0, 4322.0, 4362.0, 4331.0, 4382.0, 4320.0, 4351.0, 4331.0, 4330.0, 4351.0, 4331.0, 4349.0, 4331.0, 4361.0, 4331.0, 4351.0, 4330.0, 4332.0, 4340.0, 4321.0, 4351.0, 4341.0, 4361.0, 4330.0, 4371.0, 4329.0, 4319.0, 4330.0, 4331.0, 4360.0, 4332.0, 4342.0, 4330.0, 4330.0, 4361.0, 4330.0, 4382.0, 4331.0, 4361.0, 4330.0, 4321.0, 4372.0, 4332.0, 4365.0, 4332.0, 4333.0, 4372.0, 4332.0, 4361.0, 4331.0, 4320.0, 4370.0, 4331.0, 4382.0, 4332.0, 4361.0, 4331.0, 4341.0, 4351.0, 4321.0, 4340.0, 4330.0, 4349.0, 4330.0, 4370.0, 4331.0, 4339.0, 4332.0, 4343.0, 4352.0, 4333.0, 4362.0, 4390.0, 4340.0, 4369.0, 4328.0, 4336.0, 4318.0, 4317.0, 4329.0, 4331.0, 4342.0, 4355.0, 4356.0, 4357.0, 4394.0, 4354.0, 4373.0, 4351.0, 4341.0, 4330.0, 4341.0, 4331.0, 4354.0, 4394.0, 4332.0, 4372.0, 4348.0, 4329.0, 4380.0, 4319.0, 4360.0, 4342.0, 4350.0, 4341.0, 4351.0, 4344.0, 4345.0, 4356.0, 4387.0, 4374.0, 4344.0, 4383.0, 4330.0, 4362.0, 4368.0, 4318.0, 4369.0, 4329.0, 4347.0, 4319.0, 4329.0, 4380.0, 4331.0, 4352.0, 4332.0, 4344.0, 4347.0, 4357.0, 4366.0, 4357.0, 4377.0, 4395.0, 4354.0, 4383.0, 4343.0, 4351.0, 4331.0, 4365.0, 4346.0, 4366.0, 4358.0, 4407.0, 4354.0, 4373.0, 4371.0, 4330.0, 4368.0, 4327.0, 4347.0, 4330.0, 4338.0, 4341.0, 4342.0, 4340.0, 4329.0, 4341.0, 4341.0, 4380.0, 4330.0, 4370.0, 4343.0, 4362.0, 4343.0, 4372.0, 4344.0, 4374.0, 4353.0, 4341.0, 4391.0, 4331.0, 4379.0, 4342.0, 4370.0, 4342.0, 4371.0, 4339.0, 4339.0, 4369.0, 4327.0, 4368.0, 4329.0, 4329.0, 4343.0, 4355.0, 4357.0, 4405.0, 4344.0, 4375.0, 4372.0, 4343.0, 4382.0, 4343.0, 4373.0, 4344.0, 4345.0, 4354.0, 4356.0, 4365.0, 4345.0, 4386.0, 4366.0, 4355.0, 4367.0, 4405.0, 4352.0, 4350.0, 4330.0, 4351.0, 4343.0, 4321.0, 4343.0, 4343.0, 4343.0, 4343.0, 4344.0, 4376.0, 4354.0, 4344.0, 4393.0, 4343.0, 4395.0, 4360.0, 4348.0, 4367.0, 4315.0, 4367.0, 4327.0, 4325.0, 4339.0, 4337.0, 4315.0, 4325.0, 4326.0, 4328.0, 4340.0, 4351.0, 4353.0, 4348.0, 4369.0, 4370.0, 4380.0, 4358.0, 4388.0, 4382.0, 4350.0, 4372.0, 4340.0, 4340.0, 4369.0, 4341.0, 4381.0, 4339.0, 4337.0, 4366.0, 4326.0, 4354.0, 4326.0, 4346.0, 4339.0, 4329.0, 4342.0, 4381.0, 4328.0, 4359.0, 4339.0, 4359.0, 4339.0, 4379.0, 4338.0, 4370.0, 4358.0, 4327.0, 4346.0, 4327.0, 4378.0, 4337.0, 4357.0, 4339.0, 4349.0, 4328.0, 4329.0, 4340.0, 4339.0, 4351.0, 4351.0, 4353.0, 4382.0, 4344.0, 4362.0, 4353.0, 4393.0, 4340.0, 4350.0, 4369.0, 4338.0, 4329.0, 4339.0, 4352.0, 4364.0, 4366.0, 4367.0, 4356.0, 4405.0, 4351.0, 4342.0, 4392.0, 4339.0, 4369.0, 4339.0, 4337.0, 4337.0, 4340.0, 4378.0, 4338.0, 4359.0, 4350.0, 4351.0, 4352.0, 4353.0, 4365.0, 4373.0, 4353.0, 4352.0, 4393.0, 4342.0, 4372.0, 4339.0, 4341.0, 4381.0, 4351.0, 4370.0, 4351.0, 4350.0, 4372.0, 4353.0, 4382.0, 4352.0, 4351.0, 4380.0, 4340.0, 4381.0, 4350.0, 4351.0, 4350.0, 4350.0, 4352.0, 4364.0, 4366.0, 4364.0, 4366.0, 4406.0, 4363.0, 4353.0, 4392.0, 4341.0, 4371.0, 4338.0, 4338.0, 4340.0, 4351.0, 4352.0, 4352.0, 4354.0, 4375.0, 4383.0, 4352.0, 4381.0, 4339.0, 4349.0, 4369.0, 4338.0, 4379.0, 4349.0, 4331.0, 4351.0, 4342.0, 4364.0, 4393.0, 4353.0, 4353.0, 4370.0, 4352.0, 4379.0, 4350.0, 4382.0, 4353.0, 4373.0, 4354.0, 4393.0, 4351.0, 4351.0, 4389.0, 4340.0, 4369.0, 4339.0, 4370.0, 4350.0, 4353.0, 4352.0, 4352.0, 4354.0, 4394.0, 4361.0, 4370.0, 4339.0, 4338.0, 4388.0, 4338.0, 4369.0, 4341.0, 4352.0, 4351.0, 4362.0, 4351.0, 4353.0, 4352.0, 4391.0, 4340.0, 4381.0, 4337.0, 4339.0, 4376.0, 4337.0, 4336.0, 4336.0, 4338.0, 4367.0, 4339.0, 4328.0, 4350.0, 4362.0, 4365.0, 4365.0, 4368.0, 4406.0, 4365.0, 4385.0, 4362.0, 4353.0, 4392.0, 4352.0, 4374.0, 4380.0, 4350.0, 4381.0, 4340.0, 4360.0, 4349.0, 4350.0, 4351.0, 4350.0, 4392.0, 4351.0, 4381.0, 4352.0, 4371.0, 4349.0, 4339.0, 4389.0, 4340.0, 4370.0, 4348.0, 4350.0, 4339.0, 4351.0, 4363.0, 4364.0, 4365.0, 4374.0, 4365.0, 4408.0, 4394.0, 4362.0, 4370.0, 4337.0, 4351.0, 4371.0, 4342.0, 4361.0, 4363.0, 4364.0, 4374.0, 4363.0, 4366.0, 4366.0, 4397.0, 4367.0, 4418.0, 4373.0, 4353.0, 4392.0, 4349.0, 4379.0, 4348.0, 4366.0, 4336.0, 4345.0, 4347.0, 4329.0, 4361.0, 4373.0, 4363.0, 4392.0, 4361.0, 4371.0, 4339.0, 4340.0, 4358.0, 4349.0, 4367.0, 4337.0, 4359.0, 4363.0, 4363.0, 4376.0, 4382.0, 4364.0, 4374.0, 4374.0, 4363.0, 4360.0, 4363.0, 4402.0, 4352.0, 4383.0, 4362.0, 4363.0, 4352.0, 4351.0, 4350.0, 4362.0, 4402.0, 4361.0, 4379.0, 4336.0, 4338.0, 4348.0, 4336.0, 4350.0, 4351.0, 4403.0, 4363.0, 4380.0, 4349.0, 4349.0, 4349.0, 4350.0, 4363.0, 4354.0, 4365.0, 4403.0, 4353.0, 4381.0, 4349.0, 4340.0, 4389.0, 4338.0, 4379.0, 4327.0, 4337.0, 4327.0, 4338.0, 4377.0, 4335.0, 4335.0, 4324.0, 4337.0, 4365.0, 4337.0, 4338.0, 4326.0, 4338.0, 4348.0, 4349.0, 4352.0, 4363.0, 4364.0, 4366.0, 4405.0, 4354.0, 4375.0, 4382.0, 4352.0, 4380.0, 4350.0, 4352.0, 4391.0, 4351.0, 4380.0, 4341.0, 4352.0, 4353.0, 4355.0, 4377.0, 4387.0, 4355.0, 4354.0, 4403.0, 4354.0, 4384.0, 4352.0, 4353.0, 4394.0, 4353.0, 4382.0, 4349.0, 4341.0, 4389.0, 4340.0, 4381.0, 4338.0, 4337.0, 4340.0, 4361.0, 4364.0, 4363.0, 4354.0, 4404.0, 4362.0, 4341.0, 4391.0, 4355.0, 4341.0, 4350.0, 4351.0, 4353.0, 4343.0, 4386.0, 4394.0, 4351.0, 4381.0, 4339.0, 4359.0, 4341.0, 4372.0, 4349.0, 4338.0, 4391.0, 4329.0, 4369.0, 4340.0, 4339.0, 4340.0, 4390.0, 4340.0, 4368.0, 4328.0, 4326.0, 4328.0, 4339.0, 4379.0, 4328.0, 4366.0, 4326.0, 4326.0, 4327.0, 4327.0, 4328.0, 4338.0, 4343.0, 4365.0, 4362.0, 4353.0, 4383.0, 4354.0, 4383.0, 4341.0, 4340.0, 4390.0, 4339.0, 4380.0, 4329.0, 4338.0, 4388.0, 4329.0, 4367.0, 4338.0, 4338.0, 4337.0, 4340.0, 4380.0, 4341.0, 4374.0, 4365.0, 4362.0, 4354.0, 4374.0, 4365.0, 4396.0, 4363.0, 4354.0, 4393.0, 4351.0, 4372.0, 4362.0, 4353.0, 4345.0, 4375.0, 4356.0, 4368.0, 4380.0, 4409.0, 4371.0, 4351.0, 4368.0, 4317.0, 4348.0, 4359.0, 4341.0, 4372.0, 4365.0, 4356.0, 4364.0, 4354.0, 4374.0, 4353.0, 4366.0, 4407.0, 4386.0, 4371.0, 4370.0, 4339.0, 4389.0, 4349.0, 4338.0, 4370.0, 4338.0, 4358.0, 4337.0, 4326.0, 4377.0, 4339.0, 4368.0, 4338.0, 4339.0, 4348.0, 4338.0, 4347.0, 4350.0, 4341.0, 4349.0, 4339.0, 4340.0, 4350.0, 4340.0, 4342.0, 4352.0, 4352.0, 4353.0, 4362.0, 4355.0, 4358.0, 4386.0, 4366.0, 4375.0, 4363.0, 4342.0, 4391.0, 4374.0, 4341.0, 4391.0, 4351.0, 4371.0, 4352.0, 4344.0, 4394.0, 4351.0, 4339.0, 4350.0, 4339.0, 4380.0, 4351.0, 4341.0, 4381.0, 4353.0, 4352.0, 4372.0, 4353.0, 4379.0, 4341.0, 4339.0, 4392.0, 4340.0, 4330.0, 4338.0, 4339.0, 4391.0, 4350.0, 4340.0, 4340.0, 4340.0, 4380.0, 4340.0, 4340.0, 4360.0, 4341.0, 4338.0, 4337.0, 4330.0, 4380.0, 4341.0, 4391.0, 4352.0, 4341.0, 4360.0, 4339.0, 4328.0, 4349.0, 4340.0, 4381.0, 4341.0, 4341.0, 4351.0, 4352.0, 4363.0, 4352.0, 4342.0, 4381.0, 4342.0, 4361.0, 4351.0, 4341.0, 4392.0, 4353.0, 4352.0, 4339.0, 4341.0, 4380.0, 4341.0, 4343.0, 4340.0, 4353.0, 4393.0, 4352.0, 4353.0, 4384.0, 4343.0, 4361.0, 4341.0, 4341.0, 4370.0, 4341.0, 4383.0, 4342.0, 4339.0, 4349.0, 4339.0, 4392.0, 4342.0, 4342.0, 4351.0, 4343.0, 4362.0, 4354.0, 4361.0, 4351.0, 4342.0, 4361.0, 4354.0, 4344.0, 4363.0, 4375.0, 4356.0, 4367.0, 4354.0, 4355.0, 4367.0, 4357.0, 4347.0, 4395.0, 4344.0, 4335.0, 4395.0, 4364.0, 4333.0, 4351.0, 4341.0, 4392.0, 4341.0, 4361.0, 4341.0, 4341.0, 4341.0, 4340.0, 4361.0, 4354.0, 4364.0, 4354.0, 4354.0, 4364.0, 4354.0, 4353.0, 4342.0, 4345.0, 4363.0, 4342.0, 4364.0, 4344.0, 4393.0, 4353.0, 4383.0, 4342.0, 4333.0, 4352.0, 4392.0, 4343.0, 4373.0, 4340.0, 4351.0, 4343.0, 4352.0, 4355.0, 4356.0, 4377.0, 4408.0, 4369.0, 4385.0, 4342.0, 4344.0, 4365.0, 4366.0, 4409.0, 4388.0, 4374.0, 4378.0, 4343.0, 4333.0, 4375.0], 'WindowWidth': [9689.0, 9674.0, 9625.0, 9615.0, 9652.0, 9580.0, 9642.0, 9570.0, 9619.0, 9588.0, 9599.0, 9605.0, 9592.0, 9585.0, 9571.0, 9586.0, 9586.0, 9574.0, 9641.0, 9570.0, 9572.0, 9588.0, 9576.0, 9629.0, 9592.0, 9643.0, 9588.0, 9602.0, 9587.0, 9575.0, 9601.0, 9576.0, 9626.0, 9576.0, 9643.0, 9589.0, 9640.0, 9573.0, 9642.0, 9568.0, 9589.0, 9568.0, 9591.0, 9574.0, 9577.0, 9595.0, 9595.0, 9612.0, 9680.0, 9587.0, 9646.0, 9624.0, 9581.0, 9569.0, 9570.0, 9588.0, 9619.0, 9580.0, 9606.0, 9675.0, 9588.0, 9647.0, 9583.0, 9585.0, 9573.0, 9584.0, 9576.0, 9640.0, 9677.0, 9618.0, 9642.0, 9585.0, 9596.0, 9590.0, 9617.0, 9600.0, 9653.0, 9658.0, 9615.0, 9657.0, 9583.0, 9593.0, 9567.0, 9583.0, 9571.0, 9586.0, 9571.0, 9589.0, 9614.0, 9590.0, 9603.0, 9588.0, 9673.0, 9568.0, 9626.0, 9618.0, 9563.0, 9564.0, 9566.0, 9587.0, 9616.0, 9614.0, 9628.0, 9613.0, 9611.0, 9625.0, 9613.0, 9665.0, 9601.0, 9676.0, 9607.0, 9659.0, 9634.0, 9631.0, 9619.0, 9576.0, 9610.0, 9572.0, 9652.0, 9569.0, 9654.0, 9571.0, 9607.0, 9582.0, 9586.0, 9583.0, 9570.0, 9595.0, 9584.0, 9623.0, 9583.0, 9622.0, 9580.0, 9594.0, 9571.0, 9595.0, 9588.0, 9575.0, 9588.0, 9587.0, 9587.0, 9590.0, 9617.0, 9653.0, 9598.0, 9635.0, 9566.0, 9617.0, 9583.0, 9574.0, 9596.0, 9614.0, 9624.0, 9612.0, 9623.0, 9637.0, 9625.0, 9636.0, 9655.0, 9718.0, 9625.0, 9622.0, 9662.0, 9600.0, 9638.0, 9548.0, 9578.0, 9560.0, 9565.0, 9551.0, 9568.0, 9630.0, 9563.0, 9581.0, 9567.0, 9582.0, 9605.0, 9590.0, 9610.0, 9624.0, 9615.0, 9673.0, 9674.0, 9615.0, 9647.0, 9579.0, 9589.0, 9630.0, 9545.0, 9604.0, 9556.0, 9546.0, 9571.0, 9561.0, 9620.0, 9563.0, 9563.0, 9547.0, 9562.0, 9565.0, 9586.0, 9575.0, 9590.0, 9657.0, 9567.0, 9597.0, 9647.0, 9577.0, 9635.0, 9573.0, 9562.0, 9625.0, 9562.0, 9616.0, 9561.0, 9589.0, 9601.0, 9563.0, 9615.0, 9560.0, 9577.0, 9588.0, 9564.0, 9620.0, 9565.0, 9595.0, 9563.0, 9569.0, 9647.0, 9568.0, 9609.0, 9563.0, 9571.0, 9652.0, 9571.0, 9626.0, 9564.0, 9571.0, 9649.0, 9552.0, 9612.0, 9593.0, 9551.0, 9620.0, 9552.0, 9595.0, 9579.0, 9565.0, 9605.0, 9563.0, 9594.0, 9579.0, 9572.0, 9618.0, 9567.0, 9598.0, 9579.0, 9572.0, 9638.0, 9571.0, 9596.0, 9578.0, 9617.0, 9595.0, 9653.0, 9656.0, 9612.0, 9638.0, 9565.0, 9598.0, 9620.0, 9568.0, 9635.0, 9555.0, 9611.0, 9593.0, 9569.0, 9651.0, 9566.0, 9620.0, 9570.0, 9622.0, 9572.0, 9630.0, 9596.0, 9583.0, 9635.0, 9550.0, 9604.0, 9544.0, 9563.0, 9612.0, 9549.0, 9566.0, 9568.0, 9576.0, 9604.0, 9609.0, 9652.0, 9602.0, 9671.0, 9629.0, 9610.0, 9653.0, 9568.0, 9623.0, 9568.0, 9556.0, 9574.0, 9594.0, 9623.0, 9610.0, 9656.0, 9676.0, 9601.0, 9647.0, 9581.0, 9594.0, 9578.0, 9565.0, 9635.0, 9565.0, 9600.0, 9567.0, 9566.0, 9573.0, 9643.0, 9581.0, 9570.0, 9634.0, 9569.0, 9624.0, 9569.0, 9579.0, 9569.0, 9597.0, 9579.0, 9597.0, 9616.0, 9621.0, 9619.0, 9645.0, 9619.0, 9693.0, 9679.0, 9628.0, 9634.0, 9566.0, 9618.0, 9587.0, 9612.0, 9637.0, 9597.0, 9591.0, 9588.0, 9572.0, 9612.0, 9571.0, 9655.0, 9618.0, 9604.0, 9631.0, 9574.0, 9643.0, 9658.0, 9591.0, 9629.0, 9540.0, 9564.0, 9540.0, 9545.0, 9564.0, 9570.0, 9603.0, 9591.0, 9629.0, 9586.0, 9612.0, 9600.0, 9574.0, 9601.0, 9588.0, 9638.0, 9576.0, 9657.0, 9619.0, 9627.0, 9585.0, 9587.0, 9638.0, 9609.0, 9676.0, 9592.0, 9630.0, 9616.0, 9593.0, 9657.0, 9589.0, 9629.0, 9606.0, 9587.0, 9584.0, 9571.0, 9638.0, 9590.0, 9630.0, 9585.0, 9571.0, 9626.0, 9582.0, 9652.0, 9567.0, 9608.0, 9583.0, 9580.0, 9610.0, 9583.0, 9605.0, 9583.0, 9623.0, 9584.0, 9608.0, 9580.0, 9585.0, 9594.0, 9570.0, 9609.0, 9596.0, 9621.0, 9581.0, 9635.0, 9579.0, 9564.0, 9578.0, 9584.0, 9621.0, 9585.0, 9598.0, 9581.0, 9579.0, 9622.0, 9580.0, 9653.0, 9584.0, 9624.0, 9580.0, 9567.0, 9642.0, 9586.0, 9635.0, 9588.0, 9587.0, 9639.0, 9585.0, 9622.0, 9583.0, 9567.0, 9634.0, 9582.0, 9653.0, 9585.0, 9623.0, 9583.0, 9596.0, 9609.0, 9567.0, 9591.0, 9579.0, 9603.0, 9580.0, 9634.0, 9583.0, 9591.0, 9585.0, 9600.0, 9614.0, 9588.0, 9628.0, 9662.0, 9590.0, 9634.0, 9573.0, 9582.0, 9560.0, 9559.0, 9577.0, 9584.0, 9603.0, 9623.0, 9627.0, 9629.0, 9675.0, 9619.0, 9645.0, 9608.0, 9596.0, 9579.0, 9595.0, 9583.0, 9619.0, 9674.0, 9584.0, 9641.0, 9600.0, 9576.0, 9648.0, 9563.0, 9620.0, 9599.0, 9609.0, 9599.0, 9611.0, 9607.0, 9609.0, 9626.0, 9671.0, 9645.0, 9604.0, 9657.0, 9578.0, 9625.0, 9628.0, 9562.0, 9631.0, 9574.0, 9598.0, 9562.0, 9577.0, 9647.0, 9581.0, 9612.0, 9588.0, 9608.0, 9617.0, 9632.0, 9641.0, 9630.0, 9658.0, 9678.0, 9619.0, 9660.0, 9600.0, 9611.0, 9585.0, 9637.0, 9614.0, 9640.0, 9632.0, 9699.0, 9620.0, 9645.0, 9637.0, 9580.0, 9629.0, 9572.0, 9599.0, 9578.0, 9590.0, 9598.0, 9599.0, 9594.0, 9580.0, 9595.0, 9597.0, 9649.0, 9583.0, 9636.0, 9604.0, 9628.0, 9604.0, 9642.0, 9607.0, 9651.0, 9616.0, 9598.0, 9665.0, 9582.0, 9647.0, 9600.0, 9636.0, 9601.0, 9641.0, 9590.0, 9591.0, 9630.0, 9572.0, 9626.0, 9578.0, 9580.0, 9607.0, 9625.0, 9631.0, 9694.0, 9607.0, 9650.0, 9640.0, 9601.0, 9652.0, 9602.0, 9643.0, 9608.0, 9610.0, 9622.0, 9627.0, 9637.0, 9611.0, 9665.0, 9640.0, 9623.0, 9640.0, 9698.0, 9613.0, 9609.0, 9580.0, 9610.0, 9603.0, 9572.0, 9604.0, 9603.0, 9602.0, 9602.0, 9605.0, 9650.0, 9621.0, 9605.0, 9670.0, 9602.0, 9684.0, 9620.0, 9599.0, 9625.0, 9548.0, 9626.0, 9571.0, 9563.0, 9589.0, 9584.0, 9551.0, 9565.0, 9566.0, 9572.0, 9594.0, 9610.0, 9616.0, 9620.0, 9652.0, 9655.0, 9668.0, 9633.0, 9674.0, 9653.0, 9607.0, 9641.0, 9592.0, 9593.0, 9633.0, 9595.0, 9650.0, 9588.0, 9586.0, 9623.0, 9568.0, 9604.0, 9565.0, 9594.0, 9589.0, 9577.0, 9598.0, 9653.0, 9573.0, 9616.0, 9588.0, 9617.0, 9591.0, 9645.0, 9586.0, 9635.0, 9613.0, 9570.0, 9594.0, 9571.0, 9640.0, 9586.0, 9612.0, 9591.0, 9606.0, 9574.0, 9578.0, 9593.0, 9593.0, 9610.0, 9611.0, 9617.0, 9654.0, 9607.0, 9628.0, 9618.0, 9674.0, 9594.0, 9610.0, 9631.0, 9588.0, 9578.0, 9591.0, 9617.0, 9634.0, 9640.0, 9642.0, 9625.0, 9695.0, 9610.0, 9599.0, 9669.0, 9591.0, 9632.0, 9590.0, 9586.0, 9585.0, 9593.0, 9645.0, 9588.0, 9615.0, 9607.0, 9610.0, 9617.0, 9617.0, 9636.0, 9646.0, 9615.0, 9614.0, 9671.0, 9599.0, 9641.0, 9592.0, 9596.0, 9651.0, 9610.0, 9634.0, 9610.0, 9609.0, 9639.0, 9616.0, 9654.0, 9614.0, 9613.0, 9650.0, 9595.0, 9652.0, 9607.0, 9610.0, 9607.0, 9609.0, 9614.0, 9635.0, 9640.0, 9635.0, 9640.0, 9698.0, 9630.0, 9616.0, 9670.0, 9594.0, 9639.0, 9589.0, 9589.0, 9593.0, 9609.0, 9613.0, 9613.0, 9620.0, 9653.0, 9658.0, 9612.0, 9651.0, 9590.0, 9606.0, 9629.0, 9588.0, 9646.0, 9606.0, 9585.0, 9613.0, 9602.0, 9633.0, 9674.0, 9615.0, 9617.0, 9636.0, 9611.0, 9647.0, 9609.0, 9653.0, 9619.0, 9642.0, 9618.0, 9674.0, 9611.0, 9610.0, 9662.0, 9591.0, 9630.0, 9589.0, 9633.0, 9610.0, 9616.0, 9613.0, 9613.0, 9618.0, 9676.0, 9622.0, 9637.0, 9589.0, 9588.0, 9657.0, 9588.0, 9630.0, 9596.0, 9616.0, 9611.0, 9627.0, 9611.0, 9614.0, 9613.0, 9668.0, 9594.0, 9652.0, 9583.0, 9587.0, 9638.0, 9583.0, 9584.0, 9580.0, 9587.0, 9625.0, 9589.0, 9575.0, 9609.0, 9627.0, 9636.0, 9638.0, 9646.0, 9696.0, 9637.0, 9663.0, 9625.0, 9615.0, 9670.0, 9612.0, 9647.0, 9648.0, 9607.0, 9651.0, 9593.0, 9622.0, 9603.0, 9606.0, 9608.0, 9610.0, 9668.0, 9609.0, 9650.0, 9612.0, 9640.0, 9604.0, 9592.0, 9661.0, 9593.0, 9638.0, 9600.0, 9607.0, 9593.0, 9612.0, 9630.0, 9633.0, 9637.0, 9648.0, 9639.0, 9703.0, 9674.0, 9626.0, 9636.0, 9584.0, 9608.0, 9637.0, 9599.0, 9627.0, 9632.0, 9634.0, 9648.0, 9631.0, 9640.0, 9642.0, 9683.0, 9643.0, 9719.0, 9645.0, 9615.0, 9671.0, 9603.0, 9643.0, 9600.0, 9622.0, 9581.0, 9593.0, 9599.0, 9578.0, 9623.0, 9645.0, 9631.0, 9670.0, 9622.0, 9638.0, 9591.0, 9592.0, 9615.0, 9604.0, 9625.0, 9587.0, 9617.0, 9631.0, 9632.0, 9653.0, 9658.0, 9634.0, 9650.0, 9646.0, 9630.0, 9622.0, 9629.0, 9685.0, 9613.0, 9660.0, 9627.0, 9630.0, 9611.0, 9610.0, 9608.0, 9630.0, 9687.0, 9621.0, 9646.0, 9581.0, 9585.0, 9598.0, 9581.0, 9605.0, 9610.0, 9688.0, 9631.0, 9648.0, 9606.0, 9603.0, 9606.0, 9609.0, 9633.0, 9619.0, 9636.0, 9688.0, 9614.0, 9654.0, 9603.0, 9593.0, 9660.0, 9586.0, 9645.0, 9570.0, 9584.0, 9569.0, 9584.0, 9639.0, 9577.0, 9579.0, 9562.0, 9581.0, 9618.0, 9582.0, 9587.0, 9568.0, 9587.0, 9600.0, 9605.0, 9614.0, 9630.0, 9632.0, 9640.0, 9691.0, 9618.0, 9649.0, 9653.0, 9611.0, 9650.0, 9605.0, 9611.0, 9667.0, 9609.0, 9647.0, 9595.0, 9613.0, 9620.0, 9624.0, 9657.0, 9671.0, 9622.0, 9620.0, 9687.0, 9618.0, 9663.0, 9613.0, 9616.0, 9675.0, 9615.0, 9658.0, 9604.0, 9595.0, 9661.0, 9592.0, 9652.0, 9587.0, 9586.0, 9593.0, 9625.0, 9632.0, 9631.0, 9621.0, 9692.0, 9623.0, 9595.0, 9665.0, 9623.0, 9597.0, 9608.0, 9611.0, 9615.0, 9604.0, 9669.0, 9674.0, 9610.0, 9651.0, 9590.0, 9617.0, 9595.0, 9641.0, 9601.0, 9588.0, 9664.0, 9575.0, 9627.0, 9590.0, 9587.0, 9592.0, 9664.0, 9592.0, 9628.0, 9571.0, 9566.0, 9573.0, 9590.0, 9641.0, 9572.0, 9621.0, 9566.0, 9569.0, 9568.0, 9571.0, 9573.0, 9586.0, 9603.0, 9637.0, 9628.0, 9617.0, 9655.0, 9619.0, 9656.0, 9592.0, 9592.0, 9661.0, 9589.0, 9648.0, 9573.0, 9587.0, 9656.0, 9576.0, 9625.0, 9585.0, 9587.0, 9584.0, 9592.0, 9646.0, 9596.0, 9646.0, 9637.0, 9628.0, 9621.0, 9647.0, 9637.0, 9681.0, 9628.0, 9617.0, 9672.0, 9610.0, 9642.0, 9629.0, 9619.0, 9609.0, 9653.0, 9628.0, 9649.0, 9669.0, 9709.0, 9639.0, 9610.0, 9631.0, 9557.0, 9603.0, 9620.0, 9599.0, 9642.0, 9638.0, 9630.0, 9634.0, 9621.0, 9649.0, 9618.0, 9642.0, 9700.0, 9668.0, 9638.0, 9635.0, 9588.0, 9662.0, 9605.0, 9588.0, 9633.0, 9586.0, 9613.0, 9584.0, 9568.0, 9641.0, 9587.0, 9626.0, 9587.0, 9590.0, 9600.0, 9589.0, 9596.0, 9606.0, 9596.0, 9605.0, 9591.0, 9593.0, 9605.0, 9595.0, 9599.0, 9615.0, 9615.0, 9616.0, 9627.0, 9621.0, 9631.0, 9668.0, 9640.0, 9649.0, 9630.0, 9598.0, 9667.0, 9647.0, 9599.0, 9668.0, 9612.0, 9636.0, 9615.0, 9604.0, 9675.0, 9610.0, 9590.0, 9605.0, 9592.0, 9648.0, 9609.0, 9596.0, 9651.0, 9615.0, 9612.0, 9641.0, 9614.0, 9646.0, 9595.0, 9591.0, 9668.0, 9594.0, 9579.0, 9588.0, 9589.0, 9664.0, 9607.0, 9592.0, 9592.0, 9594.0, 9647.0, 9594.0, 9594.0, 9620.0, 9595.0, 9590.0, 9587.0, 9579.0, 9647.0, 9597.0, 9666.0, 9612.0, 9596.0, 9621.0, 9592.0, 9575.0, 9605.0, 9593.0, 9652.0, 9597.0, 9596.0, 9612.0, 9613.0, 9629.0, 9614.0, 9600.0, 9650.0, 9597.0, 9623.0, 9611.0, 9597.0, 9669.0, 9617.0, 9613.0, 9592.0, 9597.0, 9651.0, 9598.0, 9601.0, 9595.0, 9616.0, 9671.0, 9615.0, 9617.0, 9659.0, 9603.0, 9624.0, 9597.0, 9595.0, 9637.0, 9598.0, 9655.0, 9598.0, 9592.0, 9605.0, 9593.0, 9668.0, 9600.0, 9599.0, 9611.0, 9604.0, 9628.0, 9617.0, 9625.0, 9611.0, 9600.0, 9626.0, 9620.0, 9605.0, 9631.0, 9649.0, 9625.0, 9640.0, 9622.0, 9625.0, 9644.0, 9628.0, 9615.0, 9676.0, 9605.0, 9593.0, 9677.0, 9635.0, 9587.0, 9610.0, 9596.0, 9667.0, 9598.0, 9622.0, 9596.0, 9594.0, 9594.0, 9595.0, 9625.0, 9619.0, 9636.0, 9619.0, 9621.0, 9632.0, 9619.0, 9617.0, 9601.0, 9608.0, 9630.0, 9600.0, 9631.0, 9605.0, 9674.0, 9619.0, 9657.0, 9601.0, 9588.0, 9613.0, 9674.0, 9600.0, 9643.0, 9595.0, 9609.0, 9604.0, 9617.0, 9625.0, 9628.0, 9660.0, 9702.0, 9653.0, 9667.0, 9607.0, 9615.0, 9644.0, 9648.0, 9715.0, 9666.0, 9657.0, 9653.0, 9593.0, 9583.0, 9643.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.0022513974455296774</td></tr>
<tr><td colspan=3>aqi</td><td>0.040073014049586776</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.967201175661664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1507225966015038</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9967613548872176</td></tr>
<tr><td colspan=3>efc</td><td>0.4789</td></tr>
<tr><td colspan=3>fber</td><td>5777.958</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11492520093080165</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.137490608564988</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5697142881682424</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.487194122518853</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8542969319482583</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3676518100376165</td></tr>
<tr><td colspan=3>gcor</td><td>0.00738143</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016895828768610954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025683188810944557</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.716329235708359</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>31.5053</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5404</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.1694</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>299356.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>910.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.6052</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0957</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.8779</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3517.678</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.7406</td></tr>
<tr><td colspan=3>tsnr</td><td>33.860238970723</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>