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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-04/func/sub-0107_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f2b6496e27c4af6c9e4bce25afa0cdaa</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:34:57.800000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102459</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9022de67-fd37-481c-aea1-71b6839c41a3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['163457.800000', '163458.260000', '163458.720000', '163459.180000', '163459.640000', '163500.100000', '163500.560000', '163501.020000', '163501.480000', '163501.940000', '163502.400000', '163502.860000', '163503.320000', '163503.780000', '163504.240000', '163504.700000', '163505.160000', '163505.620000', '163506.080000', '163506.540000', '163507.000000', '163507.460000', '163507.920000', '163508.380000', '163508.840000', '163509.300000', '163509.760000', '163510.220000', '163510.680000', '163511.140000', '163511.600000', '163512.060000', '163512.520000', '163512.980000', '163513.440000', '163513.900000', '163514.360000', '163514.820000', '163515.280000', '163515.740000', '163516.200000', '163516.660000', '163517.120000', '163517.580000', '163518.040000', '163518.500000', '163518.960000', '163519.420000', '163519.880000', '163520.340000', '163520.800000', '163521.260000', '163521.720000', '163522.180000', '163522.640000', '163523.100000', '163523.560000', '163524.020000', '163524.480000', '163524.940000', '163525.400000', '163525.860000', '163526.320000', '163526.780000', '163527.240000', '163527.700000', '163528.160000', '163528.620000', '163529.080000', '163529.540000', '163530.000000', '163530.460000', '163530.920000', '163531.380000', '163531.840000', '163532.300000', '163532.760000', '163533.220000', '163533.680000', '163534.140000', '163534.600000', '163535.060000', '163535.520000', '163535.980000', '163536.440000', '163536.900000', '163537.360000', '163537.820000', '163538.280000', '163538.740000', '163539.200000', '163539.660000', '163540.120000', '163540.580000', '163541.040000', '163541.500000', '163541.960000', '163542.420000', '163542.880000', '163543.340000', '163543.800000', '163544.260000', '163544.720000', '163545.180000', '163545.640000', '163546.100000', '163546.560000', '163547.020000', '163547.480000', '163547.940000', '163548.400000', '163548.860000', '163549.320000', '163549.780000', '163550.240000', '163550.700000', '163551.160000', '163551.620000', '163552.080000', '163552.540000', '163553.000000', '163553.460000', '163553.920000', '163554.380000', '163554.840000', '163555.300000', '163555.760000', '163556.220000', '163556.680000', '163557.140000', '163557.600000', '163558.060000', '163558.520000', '163558.980000', '163559.440000', '163559.900000', '163600.360000', '163600.820000', '163601.280000', '163601.740000', '163602.200000', '163602.660000', '163603.120000', '163603.580000', '163604.040000', '163604.500000', '163604.960000', '163605.420000', '163605.880000', '163606.340000', '163606.800000', '163607.260000', '163607.720000', '163608.180000', '163608.640000', '163609.100000', '163609.560000', '163610.020000', '163610.480000', '163610.940000', '163611.400000', '163611.860000', '163612.320000', '163612.780000', '163613.240000', '163613.700000', '163614.160000', '163614.620000', '163615.080000', '163615.540000', '163616.000000', '163616.460000', '163616.920000', '163617.380000', '163617.840000', '163618.300000', '163618.760000', '163619.220000', '163619.680000', '163620.140000', '163620.600000', '163621.060000', '163621.520000', '163621.980000', '163622.440000', '163622.900000', '163623.360000', '163623.820000', '163624.280000', '163624.740000', '163625.200000', '163625.660000', '163626.120000', '163626.580000', '163627.040000', '163627.500000', '163627.960000', '163628.420000', '163628.880000', '163629.340000', '163629.800000', '163630.260000', '163630.720000', '163631.180000', '163631.640000', '163632.100000', '163632.560000', '163633.020000', '163633.480000', '163633.940000', '163634.400000', '163634.860000', '163635.320000', '163635.780000', '163636.240000', '163636.700000', '163637.160000', '163637.620000', '163638.080000', '163638.540000', '163639.000000', '163639.460000', '163639.920000', '163640.380000', '163640.840000', '163641.300000', '163641.760000', '163642.220000', '163642.680000', '163643.140000', '163643.600000', '163644.060000', '163644.520000', '163644.980000', '163645.440000', '163645.900000', '163646.360000', '163646.820000', '163647.280000', '163647.740000', '163648.200000', '163648.660000', '163649.120000', '163649.580000', '163650.040000', '163650.500000', '163650.960000', '163651.420000', '163651.880000', '163652.340000', '163652.800000', '163653.260000', '163653.720000', '163654.180000', '163654.640000', '163655.100000', '163655.560000', '163656.020000', '163656.480000', '163656.940000', '163657.400000', '163657.860000', '163658.320000', '163658.780000', '163659.240000', '163659.700000', '163700.160000', '163700.620000', '163701.080000', '163701.540000', '163702.000000', '163702.460000', '163702.920000', '163703.380000', '163703.840000', '163704.300000', '163704.760000', '163705.220000', '163705.680000', '163706.140000', '163706.600000', '163707.060000', '163707.520000', '163707.980000', '163708.440000', '163708.900000', '163709.360000', '163709.820000', '163710.280000', '163710.740000', '163711.200000', '163711.660000', '163712.120000', '163712.580000', '163713.040000', '163713.500000', '163713.960000', '163714.420000', '163714.880000', '163715.340000', '163715.800000', '163716.260000', '163716.720000', '163717.180000', '163717.640000', '163718.100000', '163718.560000', '163719.020000', '163719.480000', '163719.940000', '163720.400000', '163720.860000', '163721.320000', '163721.780000', '163722.240000', '163722.700000', '163723.160000', '163723.620000', '163724.080000', '163724.540000', '163725.000000', '163725.460000', '163725.920000', '163726.380000', '163726.840000', '163727.300000', '163727.760000', '163728.220000', '163728.680000', '163729.140000', '163729.600000', '163730.060000', '163730.520000', '163730.980000', '163731.440000', '163731.900000', '163732.360000', '163732.820000', '163733.280000', '163733.740000', '163734.200000', '163734.660000', '163735.120000', '163735.580000', '163736.040000', '163736.500000', '163736.960000', '163737.420000', '163737.880000', '163738.340000', '163738.800000', '163739.260000', '163739.720000', '163740.180000', '163740.640000', '163741.100000', '163741.560000', '163742.020000', '163742.480000', '163742.940000', '163743.400000', '163743.860000', '163744.320000', '163744.780000', '163745.240000', '163745.700000', '163746.160000', '163746.620000', '163747.080000', '163747.540000', '163748.000000', '163748.460000', '163748.920000', '163749.380000', '163749.840000', '163750.300000', '163750.760000', '163751.220000', '163751.680000', '163752.140000', '163752.600000', '163753.060000', '163753.520000', '163753.980000', '163754.440000', '163754.900000', '163755.360000', '163755.820000', '163756.280000', '163756.740000', '163757.200000', '163757.660000', '163758.120000', '163758.580000', '163759.040000', '163759.500000', '163759.960000', '163800.420000', '163800.880000', '163801.340000', '163801.800000', '163802.260000', '163802.720000', '163803.180000', '163803.640000', '163804.100000', '163804.560000', '163805.020000', '163805.480000', '163805.940000', '163806.400000', '163806.860000', '163807.320000', '163807.780000', '163808.240000', '163808.700000', '163809.160000', '163809.620000', '163810.080000', '163810.540000', '163811.000000', '163811.460000', '163811.920000', '163812.380000', '163812.840000', '163813.300000', '163813.760000', '163814.220000', '163814.680000', '163815.140000', '163815.600000', '163816.060000', '163816.520000', '163816.980000', '163817.440000', '163817.900000', '163818.360000', '163818.820000', '163819.280000', '163819.740000', '163820.200000', '163820.660000', '163821.120000', '163821.580000', '163822.040000', '163822.500000', '163822.960000', '163823.420000', '163823.880000', '163824.340000', '163824.800000', '163825.260000', '163825.720000', '163826.180000', '163826.640000', '163827.100000', '163827.560000', '163828.020000', '163828.480000', '163828.940000', '163829.400000', '163829.860000', '163830.320000', '163830.780000', '163831.240000', '163831.700000', '163832.160000', '163832.620000', '163833.080000', '163833.540000', '163834.000000', '163834.460000', '163834.920000', '163835.380000', '163835.840000', '163836.300000', '163836.760000', '163837.220000', '163837.680000', '163838.140000', '163838.600000', '163839.060000', '163839.520000', '163839.980000', '163840.440000', '163840.900000', '163841.360000', '163841.820000', '163842.280000', '163842.740000', '163843.200000', '163843.660000', '163844.120000', '163844.580000', '163845.040000', '163845.500000', '163845.960000', '163846.420000', '163846.880000', '163847.340000', '163847.800000', '163848.260000', '163848.720000', '163849.180000', '163849.640000', '163850.100000', '163850.560000', '163851.020000', '163851.480000', '163851.940000', '163852.400000', '163852.860000', '163853.320000', '163853.780000', '163854.240000', '163854.700000', '163855.160000', '163855.620000', '163856.080000', '163856.540000', '163857.000000', '163857.460000', '163857.920000', '163858.380000', '163858.840000', '163859.300000', '163859.760000', '163900.220000', '163900.680000', '163901.140000', '163901.600000', '163902.060000', '163902.520000', '163902.980000', '163903.440000', '163903.900000', '163904.360000', '163904.820000', '163905.280000', '163905.740000', '163906.200000', '163906.660000', '163907.120000', '163907.580000', '163908.040000', '163908.500000', '163908.960000', '163909.420000', '163909.880000', '163910.340000', '163910.800000', '163911.260000', '163911.720000', '163912.180000', '163912.640000', '163913.100000', '163913.560000', '163914.020000', '163914.480000', '163914.940000', '163915.400000', '163915.860000', '163916.320000', '163916.780000', '163917.240000', '163917.700000', '163918.160000', '163918.620000', '163919.080000', '163919.540000', '163920.000000', '163920.460000', '163920.920000', '163921.380000', '163921.840000', '163922.300000', '163922.760000', '163923.220000', '163923.680000', '163924.140000', '163924.600000', '163925.060000', '163925.520000', '163925.980000', '163926.440000', '163926.900000', '163927.360000', '163927.820000', '163928.280000', '163928.740000', '163929.200000', '163929.660000', '163930.120000', '163930.580000', '163931.040000', '163931.500000', '163931.960000', '163932.420000', '163932.880000', '163933.340000', '163933.800000', '163934.260000', '163934.720000', '163935.180000', '163935.640000', '163936.100000', '163936.560000', '163937.020000', '163937.480000', '163937.940000', '163938.400000', '163938.860000', '163939.320000', '163939.780000', '163940.240000', '163940.700000', '163941.160000', '163941.620000', '163942.080000', '163942.540000', '163943.000000', '163943.460000', '163943.920000', '163944.380000', '163944.840000', '163945.300000', '163945.760000', '163946.220000', '163946.680000', '163947.140000', '163947.600000', '163948.060000', '163948.520000', '163948.980000', '163949.440000', '163949.900000', '163950.360000', '163950.820000', '163951.280000', '163951.740000', '163952.200000', '163952.660000', '163953.120000', '163953.580000', '163954.040000', '163954.500000', '163954.960000', '163955.420000', '163955.880000', '163956.340000', '163956.800000', '163957.260000', '163957.720000', '163958.180000', '163958.640000', '163959.100000', '163959.560000', '164000.020000', '164000.480000', '164000.940000', '164001.400000', '164001.860000', '164002.320000', '164002.780000', '164003.240000', '164003.700000', '164004.160000', '164004.620000', '164005.080000', '164005.540000', '164006.000000', '164006.460000', '164006.920000', '164007.380000', '164007.840000', '164008.300000', '164008.760000', '164009.220000', '164009.680000', '164010.140000', '164010.600000', '164011.060000', '164011.520000', '164011.980000', '164012.440000', '164012.900000', '164013.360000', '164013.820000', '164014.280000', '164014.740000', '164015.200000', '164015.660000', '164016.120000', '164016.580000', '164017.040000', '164017.500000', '164017.960000', '164018.420000', '164018.880000', '164019.340000', '164019.800000', '164020.260000', '164020.720000', '164021.180000', '164021.640000', '164022.100000', '164022.560000', '164023.020000', '164023.480000', '164023.940000', '164024.400000', '164024.860000', '164025.320000', '164025.780000', '164026.240000', '164026.700000', '164027.160000', '164027.620000', '164028.080000', '164028.540000', '164029.000000', '164029.460000', '164029.920000', '164030.380000', '164030.840000', '164031.300000', '164031.760000', '164032.220000', '164032.680000', '164033.140000', '164033.600000', '164034.060000', '164034.520000', '164034.980000', '164035.440000', '164035.900000', '164036.360000', '164036.820000', '164037.280000', '164037.740000', '164038.200000', '164038.660000', '164039.120000', '164039.580000', '164040.040000', '164040.500000', '164040.960000', '164041.420000', '164041.880000', '164042.340000', '164042.800000', '164043.260000', '164043.720000', '164044.180000', '164044.640000', '164045.100000', '164045.560000', '164046.020000', '164046.480000', '164046.940000', '164047.400000', '164047.860000', '164048.320000', '164048.780000', '164049.240000', '164049.700000', '164050.160000', '164050.620000', '164051.080000', '164051.540000', '164052.000000', '164052.460000', '164052.920000', '164053.380000', '164053.840000', '164054.300000', '164054.760000', '164055.220000', '164055.680000', '164056.140000', '164056.600000', '164057.060000', '164057.520000', '164057.980000', '164058.440000', '164058.900000', '164059.360000', '164059.820000', '164100.280000', '164100.740000', '164101.200000', '164101.660000', '164102.120000', '164102.580000', '164103.040000', '164103.500000', '164103.960000', '164104.420000', '164104.880000', '164105.340000', '164105.800000', '164106.260000', '164106.720000', '164107.180000', '164107.640000', '164108.100000', '164108.560000', '164109.020000', '164109.480000', '164109.940000', '164110.400000', '164110.860000', '164111.320000', '164111.780000', '164112.240000', '164112.700000', '164113.160000', '164113.620000', '164114.080000', '164114.540000', '164115.000000', '164115.460000', '164115.920000', '164116.380000', '164116.840000', '164117.300000', '164117.760000', '164118.220000', '164118.680000', '164119.140000', '164119.600000', '164120.060000', '164120.520000', '164120.980000', '164121.440000', '164121.900000', '164122.360000', '164122.820000', '164123.280000', '164123.740000', '164124.200000', '164124.660000', '164125.120000', '164125.580000', '164126.040000', '164126.500000', '164126.960000', '164127.420000', '164127.880000', '164128.340000', '164128.800000', '164129.260000', '164129.720000', '164130.180000', '164130.640000', '164131.100000', '164131.560000', '164132.020000', '164132.480000', '164132.940000', '164133.400000', '164133.860000', '164134.320000', '164134.780000', '164135.240000', '164135.700000', '164136.160000', '164136.620000', '164137.080000', '164137.540000', '164138.000000', '164138.460000', '164138.920000', '164139.380000', '164139.840000', '164140.300000', '164140.760000', '164141.220000', '164141.680000', '164142.140000', '164142.600000', '164143.060000', '164143.520000', '164143.980000', '164144.440000', '164144.900000', '164145.360000', '164145.820000', '164146.280000', '164146.740000', '164147.200000', '164147.660000', '164148.120000', '164148.580000', '164149.040000', '164149.500000', '164149.960000', '164150.420000', '164150.880000', '164151.340000', '164151.800000', '164152.260000', '164152.720000', '164153.180000', '164153.640000', '164154.100000', '164154.560000', '164155.020000', '164155.480000', '164155.940000', '164156.400000', '164156.860000', '164157.320000', '164157.780000', '164158.240000', '164158.700000', '164159.160000', '164159.620000', '164200.080000', '164200.540000', '164201.000000', '164201.460000', '164201.920000', '164202.380000', '164202.840000', '164203.300000', '164203.760000', '164204.220000', '164204.680000', '164205.140000', '164205.600000', '164206.060000', '164206.520000', '164206.980000', '164207.440000', '164207.900000', '164208.360000', '164208.820000', '164209.280000', '164209.740000', '164210.200000', '164210.660000', '164211.120000', '164211.580000', '164212.040000', '164212.500000', '164212.960000', '164213.420000', '164213.880000', '164214.340000', '164214.800000', '164215.260000', '164215.720000', '164216.180000', '164216.640000', '164217.100000', '164217.560000', '164218.020000', '164218.480000', '164218.940000', '164219.400000', '164219.860000', '164220.320000', '164220.780000', '164221.240000', '164221.700000', '164222.160000', '164222.620000', '164223.080000', '164223.540000', '164224.000000', '164224.460000', '164224.920000', '164225.380000', '164225.840000', '164226.300000', '164226.760000', '164227.220000', '164227.680000', '164228.140000', '164228.600000', '164229.060000', '164229.520000', '164229.980000', '164230.440000', '164230.900000', '164231.360000', '164231.820000', '164232.280000', '164232.740000', '164233.200000', '164233.660000', '164234.120000', '164234.580000', '164235.040000', '164235.500000', '164235.960000', '164236.420000', '164236.880000', '164237.340000', '164237.800000', '164238.260000', '164238.720000', '164239.180000', '164239.640000', '164240.100000', '164240.560000', '164241.020000', '164241.480000', '164241.940000', '164242.400000', '164242.860000', '164243.320000', '164243.780000', '164244.240000', '164244.700000', '164245.160000', '164245.620000', '164246.080000', '164246.540000', '164247.000000', '164247.460000', '164247.920000', '164248.380000', '164248.840000', '164249.300000', '164249.760000', '164250.220000', '164250.680000', '164251.140000', '164251.600000', '164252.060000', '164252.520000', '164252.980000', '164253.440000', '164253.900000', '164254.360000', '164254.820000', '164255.280000', '164255.740000', '164256.200000', '164256.660000', '164257.120000', '164257.580000', '164258.040000', '164258.500000', '164258.960000', '164259.420000', '164259.880000', '164300.340000', '164300.800000', '164301.260000', '164301.720000', '164302.180000', '164302.640000', '164303.100000', '164303.560000', '164304.020000', '164304.480000', '164304.940000', '164305.400000', '164305.860000', '164306.320000', '164306.780000', '164307.240000', '164307.700000', '164308.160000', '164308.620000', '164309.080000', '164309.540000', '164310.000000', '164310.460000', '164310.920000', '164311.380000', '164311.840000', '164312.300000', '164312.760000', '164313.220000', '164313.680000', '164314.140000', '164314.600000', '164315.060000', '164315.520000', '164315.980000', '164316.440000', '164316.900000', '164317.360000', '164317.820000', '164318.280000', '164318.740000', '164319.200000', '164319.660000', '164320.120000', '164320.580000', '164321.040000', '164321.500000', '164321.960000', '164322.420000', '164322.880000', '164323.340000', '164323.800000', '164324.260000', '164324.720000', '164325.180000', '164325.640000', '164326.100000', '164326.560000', '164327.020000', '164327.480000', '164327.940000', '164328.400000', '164328.860000', '164329.320000', '164329.780000', '164330.240000', '164330.700000', '164331.160000', '164331.620000', '164332.080000', '164332.540000', '164333.000000', '164333.460000', '164333.920000', '164334.380000', '164334.840000', '164335.300000', '164335.760000', '164336.220000', '164336.680000', '164337.140000', '164337.600000', '164338.060000', '164338.520000', '164338.980000', '164339.440000', '164339.900000', '164340.360000', '164340.820000', '164341.280000', '164341.740000', '164342.200000', '164342.660000', '164343.120000', '164343.580000', '164344.040000', '164344.500000', '164344.960000', '164345.420000', '164345.880000', '164346.340000', '164346.800000', '164347.260000', '164347.720000', '164348.180000', '164348.640000', '164349.100000', '164349.560000', '164350.020000', '164350.480000', '164350.940000', '164351.400000', '164351.860000', '164352.320000', '164352.780000', '164353.240000', '164353.700000', '164354.160000', '164354.620000', '164355.080000', '164355.540000', '164356.000000', '164356.460000', '164356.920000', '164357.380000', '164357.840000', '164358.300000', '164358.760000', '164359.220000', '164359.680000', '164400.140000', '164400.600000', '164401.060000', '164401.520000', '164401.980000', '164402.440000', '164402.900000', '164403.360000', '164403.820000', '164404.280000', '164404.740000', '164405.200000', '164405.660000', '164406.120000', '164406.580000', '164407.040000', '164407.500000', '164407.960000', '164408.420000', '164408.880000', '164409.340000', '164409.800000', '164410.260000', '164410.720000', '164411.180000', '164411.640000', '164412.100000', '164412.560000', '164413.020000', '164413.480000', '164413.940000', '164414.400000', '164414.860000', '164415.320000', '164415.780000', '164416.240000', '164416.700000', '164417.160000', '164417.620000', '164418.080000', '164418.540000', '164419.000000', '164419.460000', '164419.920000', '164420.380000', '164420.840000', '164421.300000', '164421.760000', '164422.220000', '164422.680000', '164423.140000', '164423.600000', '164424.060000', '164424.520000', '164424.980000', '164425.440000', '164425.900000', '164426.360000', '164426.820000', '164427.280000', '164427.740000', '164428.200000', '164428.660000', '164429.120000', '164429.580000', '164430.040000', '164430.500000', '164430.960000', '164431.420000', '164431.880000', '164432.340000', '164432.800000', '164433.260000', '164433.720000', '164434.180000', '164434.640000', '164435.100000', '164435.560000', '164436.020000', '164436.480000', '164436.940000', '164437.400000', '164437.860000', '164438.320000', '164438.780000', '164439.240000', '164439.700000', '164440.160000', '164440.620000', '164441.080000', '164441.540000', '164442.000000', '164442.460000', '164442.920000', '164443.380000', '164443.840000', '164444.300000', '164444.760000', '164445.220000', '164445.680000', '164446.140000', '164446.600000', '164447.060000', '164447.520000', '164447.980000', '164448.440000', '164448.900000', '164449.360000', '164449.820000', '164450.280000', '164450.740000', '164451.200000', '164451.660000', '164452.120000', '164452.580000', '164453.040000', '164453.500000', '164453.960000', '164454.420000', '164454.880000', '164455.340000', '164455.800000', '164456.260000', '164456.720000', '164457.180000', '164457.640000', '164458.100000', '164458.560000', '164459.020000', '164459.480000', '164459.940000', '164500.400000', '164500.860000', '164501.320000', '164501.780000', '164502.240000', '164502.700000', '164503.160000', '164503.620000', '164504.080000', '164504.540000', '164505.000000', '164505.460000'], 'ContentTime': ['163518.909000', '163518.912000', '163518.915000', '163518.918000', '163518.921000', '163518.923000', '163518.926000', '163518.928000', '163518.931000', '163518.937000', '163518.939000', '163518.942000', '163518.944000', '163518.947000', '163518.949000', '163518.952000', '163518.955000', '163518.957000', '163518.960000', '163518.962000', '163518.965000', '163518.968000', '163518.970000', '163518.973000', '163518.975000', '163518.978000', '163518.980000', '163518.983000', '163518.986000', '163518.988000', '163518.991000', '163518.993000', '163518.996000', '163518.998000', '163519.002000', '163519.004000', '163519.007000', '163519.010000', '163519.012000', '163519.015000', '163519.017000', '163519.025000', '163519.027000', '163538.888000', '163538.890000', '163538.893000', '163538.895000', '163538.898000', '163538.901000', '163538.903000', '163538.906000', '163538.908000', '163538.911000', '163538.913000', '163538.916000', '163538.918000', '163538.921000', '163538.924000', '163538.926000', '163538.929000', '163538.931000', '163538.934000', '163538.936000', '163538.939000', '163538.941000', '163538.944000', '163538.946000', '163538.949000', '163538.951000', '163538.954000', '163538.957000', '163538.959000', '163538.962000', '163538.964000', '163538.967000', '163538.969000', '163538.972000', '163538.974000', '163538.983000', '163538.986000', '163538.988000', '163538.991000', '163538.993000', '163538.996000', '163539.000000', '163539.002000', '163558.888000', '163558.893000', '163558.895000', '163558.898000', '163558.900000', '163558.903000', '163558.906000', '163558.908000', '163558.911000', '163558.913000', '163558.916000', '163558.918000', '163558.921000', '163558.924000', '163558.926000', '163558.929000', '163558.931000', '163558.934000', '163558.936000', '163558.939000', '163558.942000', '163558.944000', '163558.947000', '163558.949000', '163558.952000', '163558.954000', '163558.957000', '163558.959000', '163558.962000', '163558.965000', '163558.967000', '163558.970000', '163558.972000', '163558.975000', '163558.988000', '163558.990000', '163558.993000', '163558.995000', '163558.998000', '163559.002000', '163559.004000', '163559.007000', '163559.009000', '163559.012000', '163618.887000', '163618.890000', '163618.893000', '163618.895000', '163618.898000', '163618.900000', '163618.903000', '163618.906000', '163618.908000', '163618.911000', '163618.913000', '163618.916000', '163618.919000', '163618.921000', '163618.924000', '163618.926000', '163618.929000', '163618.931000', '163618.934000', '163618.936000', '163618.939000', '163618.941000', '163618.944000', '163618.947000', '163618.949000', '163618.952000', '163618.955000', '163618.965000', '163618.968000', '163618.970000', '163618.973000', '163618.975000', '163618.978000', '163618.980000', '163618.983000', '163618.986000', '163618.988000', '163618.991000', '163618.993000', '163618.996000', '163618.998000', '163619.002000', '163619.004000', '163638.888000', '163638.890000', '163638.893000', '163638.895000', '163638.898000', '163638.901000', '163638.903000', '163638.906000', '163638.908000', '163638.911000', '163638.913000', '163638.916000', '163638.919000', '163638.921000', '163638.924000', '163638.927000', '163638.929000', '163638.932000', '163638.934000', '163638.937000', '163638.940000', '163638.942000', '163638.945000', '163638.947000', '163638.950000', '163638.952000', '163638.955000', '163638.958000', '163638.960000', '163638.963000', '163638.965000', '163638.968000', '163638.970000', '163638.973000', '163638.975000', '163638.978000', '163638.981000', '163638.983000', '163638.986000', '163638.988000', '163638.991000', '163638.993000', '163638.996000', '163658.887000', '163658.890000', '163658.893000', '163658.895000', '163658.898000', '163658.900000', '163658.903000', '163658.906000', '163658.908000', '163658.911000', '163658.913000', '163658.916000', '163658.918000', '163658.921000', '163658.924000', '163658.926000', '163658.929000', '163658.931000', '163658.934000', '163658.936000', '163658.939000', '163658.941000', '163658.944000', '163658.947000', '163658.949000', '163658.952000', '163658.954000', '163658.957000', '163658.959000', '163658.962000', '163658.965000', '163658.967000', '163658.970000', '163658.972000', '163658.975000', '163658.977000', '163658.980000', '163658.982000', '163658.985000', '163658.988000', '163658.990000', '163658.993000', '163658.995000', '163658.998000', '163718.887000', '163718.889000', '163718.892000', '163718.894000', '163718.897000', '163718.900000', '163718.903000', '163718.906000', '163718.908000', '163718.911000', '163718.914000', '163718.916000', '163718.919000', '163718.921000', '163718.924000', '163718.926000', '163718.929000', '163718.932000', '163718.934000', '163718.937000', '163718.939000', '163718.942000', '163718.945000', '163718.947000', '163718.950000', '163718.952000', '163718.955000', '163718.958000', '163718.960000', '163718.963000', '163718.965000', '163718.968000', '163718.970000', '163718.973000', '163718.976000', '163718.978000', '163718.981000', '163718.983000', '163718.986000', '163718.989000', '163718.991000', '163718.994000', '163718.996000', '163738.887000', '163738.890000', '163738.893000', '163738.896000', '163738.898000', '163738.901000', '163738.903000', '163738.906000', '163738.908000', '163738.911000', '163738.913000', '163738.916000', '163738.919000', '163738.921000', '163738.924000', '163738.926000', '163738.929000', '163738.931000', '163738.934000', '163738.936000', '163738.939000', '163738.941000', '163738.944000', '163738.947000', '163738.949000', '163738.952000', '163738.954000', '163738.957000', '163738.959000', '163738.962000', '163738.964000', '163738.967000', '163738.969000', '163738.972000', '163738.975000', '163738.977000', '163738.980000', '163738.982000', '163738.985000', '163738.987000', '163738.990000', '163738.993000', '163738.995000', '163738.998000', '163758.887000', '163758.890000', '163758.893000', '163758.896000', '163758.898000', '163758.901000', '163758.904000', '163758.906000', '163758.909000', '163758.911000', '163758.914000', '163758.917000', '163758.919000', '163758.922000', '163758.924000', '163758.927000', '163758.929000', '163758.932000', '163758.934000', '163758.937000', '163758.939000', '163758.942000', '163758.945000', '163758.947000', '163758.950000', '163758.952000', '163758.955000', '163758.958000', '163758.960000', '163758.963000', '163758.965000', '163758.968000', '163758.970000', '163758.973000', '163758.975000', '163758.978000', '163758.981000', '163758.983000', '163758.986000', '163758.988000', '163758.991000', '163758.993000', '163758.996000', '163818.887000', '163818.890000', '163818.893000', '163818.895000', '163818.898000', '163818.900000', '163818.903000', '163818.906000', '163818.908000', '163818.911000', '163818.923000', '163818.926000', '163818.928000', '163818.931000', '163818.933000', '163818.936000', '163818.939000', '163818.941000', '163818.944000', '163818.946000', '163818.949000', '163818.951000', '163818.954000', '163818.956000', '163818.959000', '163818.962000', '163818.964000', '163818.967000', '163818.969000', '163818.972000', '163818.975000', '163818.977000', '163818.980000', '163818.982000', '163818.985000', '163818.988000', '163818.990000', '163818.993000', '163818.995000', '163818.998000', '163819.002000', '163819.004000', '163819.007000', '163819.009000', '163838.887000', '163838.890000', '163838.893000', '163838.895000', '163838.898000', '163838.901000', '163838.904000', '163838.906000', '163838.909000', '163838.911000', '163838.914000', '163838.917000', '163838.919000', '163838.922000', '163838.925000', '163838.927000', '163838.930000', '163838.932000', '163838.935000', '163838.938000', '163838.941000', '163838.944000', '163838.947000', '163838.949000', '163838.952000', '163838.954000', '163838.957000', '163838.960000', '163838.962000', '163838.965000', '163838.967000', '163838.970000', '163838.972000', '163838.985000', '163838.988000', '163838.990000', '163838.993000', '163838.995000', '163838.998000', '163839.002000', '163839.004000', '163839.007000', '163839.009000', '163858.888000', '163858.890000', '163858.893000', '163858.896000', '163858.898000', '163858.901000', '163858.904000', '163858.906000', '163858.909000', '163858.911000', '163858.914000', '163858.917000', '163858.919000', '163858.922000', '163858.924000', '163858.927000', '163858.929000', '163858.932000', '163858.935000', '163858.937000', '163858.940000', '163858.942000', '163858.945000', '163858.948000', '163858.950000', '163858.953000', '163858.955000', '163858.958000', '163858.960000', '163858.963000', '163858.966000', '163858.968000', '163858.971000', '163858.973000', '163858.976000', '163858.978000', '163858.981000', '163858.983000', '163858.986000', '163858.988000', '163858.991000', '163858.994000', '163858.996000', '163859.000000', '163918.888000', '163918.890000', '163918.893000', '163918.896000', '163918.898000', '163918.901000', '163918.903000', '163918.906000', '163918.909000', '163918.911000', '163918.914000', '163918.916000', '163918.919000', '163918.921000', '163918.924000', '163918.926000', '163918.929000', '163918.932000', '163918.934000', '163918.937000', '163918.939000', '163918.942000', '163918.945000', '163918.947000', '163918.950000', '163918.952000', '163918.955000', '163918.958000', '163918.961000', '163918.964000', '163918.966000', '163918.969000', '163918.972000', '163918.974000', '163918.977000', '163918.979000', '163918.982000', '163918.984000', '163918.987000', '163918.989000', '163918.992000', '163918.995000', '163918.997000', '163938.887000', '163938.889000', '163938.892000', '163938.895000', '163938.897000', '163938.900000', '163938.902000', '163938.905000', '163938.907000', '163938.910000', '163938.913000', '163938.915000', '163938.918000', '163938.920000', '163938.923000', '163938.926000', '163938.928000', '163938.931000', '163938.933000', '163938.936000', '163938.939000', '163938.941000', '163938.944000', '163938.946000', '163938.949000', '163938.951000', '163938.954000', '163938.956000', '163938.959000', '163938.962000', '163938.964000', '163938.967000', '163938.970000', '163938.972000', '163938.975000', '163938.977000', '163938.980000', '163938.983000', '163938.985000', '163938.988000', '163938.990000', '163938.993000', '163938.995000', '163938.998000', '163958.887000', '163958.890000', '163958.893000', '163958.895000', '163958.898000', '163958.901000', '163958.903000', '163958.906000', '163958.908000', '163958.911000', '163958.914000', '163958.916000', '163958.919000', '163958.921000', '163958.924000', '163958.926000', '163958.929000', '163958.932000', '163958.934000', '163958.937000', '163958.939000', '163958.942000', '163958.945000', '163958.947000', '163958.950000', '163958.952000', '163958.955000', '163958.957000', '163958.960000', '163958.963000', '163958.965000', '163958.968000', '163958.970000', '163958.973000', '163958.976000', '163958.978000', '163958.981000', '163958.984000', '163958.987000', '163958.989000', '163958.992000', '163958.994000', '163958.997000', '164018.887000', '164018.904000', '164018.906000', '164018.909000', '164018.911000', '164018.914000', '164018.916000', '164018.919000', '164018.922000', '164018.924000', '164018.927000', '164018.929000', '164018.932000', '164018.934000', '164018.937000', '164018.940000', '164018.942000', '164018.945000', '164018.947000', '164018.950000', '164018.953000', '164018.955000', '164018.958000', '164018.960000', '164018.963000', '164018.965000', '164018.968000', '164018.970000', '164018.973000', '164018.976000', '164018.978000', '164018.981000', '164018.984000', '164018.986000', '164018.989000', '164018.991000', '164018.994000', '164018.996000', '164019.000000', '164019.002000', '164019.005000', '164019.008000', '164019.010000', '164019.013000', '164038.887000', '164038.890000', '164038.893000', '164038.895000', '164038.898000', '164038.901000', '164038.903000', '164038.906000', '164038.908000', '164038.911000', '164038.914000', '164038.916000', '164038.919000', '164038.921000', '164038.924000', '164038.927000', '164038.929000', '164038.932000', '164038.934000', '164038.937000', '164038.939000', '164038.942000', '164038.944000', '164038.947000', '164038.950000', '164038.952000', '164038.955000', '164038.957000', '164038.960000', '164038.963000', '164038.965000', '164038.968000', '164038.970000', '164038.973000', '164038.976000', '164038.978000', '164038.981000', '164038.983000', '164038.986000', '164038.989000', '164038.991000', '164038.994000', '164038.997000', '164058.887000', '164058.890000', '164058.893000', '164058.895000', '164058.898000', '164058.901000', '164058.903000', '164058.906000', '164058.908000', '164058.911000', '164058.914000', '164058.916000', '164058.919000', '164058.921000', '164058.924000', '164058.927000', '164058.929000', '164058.932000', '164058.934000', '164058.937000', '164058.939000', '164058.942000', '164058.945000', '164058.947000', '164058.950000', '164058.952000', '164058.955000', '164058.957000', '164058.960000', '164058.963000', '164058.965000', '164058.968000', '164058.970000', '164058.973000', '164058.975000', '164058.978000', '164058.981000', '164058.983000', '164058.986000', '164058.988000', '164058.991000', '164058.993000', '164058.996000', '164059.000000', '164118.888000', '164118.891000', '164118.893000', '164118.896000', '164118.898000', '164118.901000', '164118.903000', '164118.906000', '164118.909000', '164118.911000', '164118.915000', '164118.918000', '164118.920000', '164118.923000', '164118.926000', '164118.928000', '164118.931000', '164118.933000', '164118.936000', '164118.939000', '164118.941000', '164118.944000', '164118.946000', '164118.949000', '164118.952000', '164118.954000', '164118.957000', '164118.959000', '164118.962000', '164118.964000', '164118.967000', '164118.969000', '164118.972000', '164118.975000', '164118.977000', '164118.980000', '164118.982000', '164118.985000', '164118.987000', '164118.990000', '164118.993000', '164118.995000', '164118.998000', '164138.887000', '164138.890000', '164138.893000', '164138.895000', '164138.898000', '164138.901000', '164138.903000', '164138.906000', '164138.908000', '164138.911000', '164138.914000', '164138.916000', '164138.919000', '164138.921000', '164138.924000', '164138.926000', '164138.929000', '164138.932000', '164138.934000', '164138.937000', '164138.939000', '164138.942000', '164138.945000', '164138.947000', '164138.950000', '164138.952000', '164138.955000', '164138.958000', '164138.960000', '164138.963000', '164138.965000', '164138.968000', '164138.970000', '164138.973000', '164138.975000', '164138.978000', '164138.981000', '164138.983000', '164138.986000', '164138.988000', '164138.991000', '164138.994000', '164138.996000', '164139.000000', '164158.887000', '164158.889000', '164158.892000', '164158.895000', '164158.897000', '164158.900000', '164158.902000', '164158.905000', '164158.907000', '164158.910000', '164158.913000', '164158.915000', '164158.918000', '164158.920000', '164158.923000', '164158.926000', '164158.928000', '164158.931000', '164158.933000', '164158.936000', '164158.938000', '164158.941000', '164158.943000', '164158.946000', '164158.949000', '164158.951000', '164158.954000', '164158.956000', '164158.959000', '164158.962000', '164158.964000', '164158.967000', '164158.969000', '164158.972000', '164158.974000', '164158.977000', '164158.980000', '164158.982000', '164158.997000', '164159.000000', '164159.003000', '164159.006000', '164159.008000', '164218.888000', '164218.890000', '164218.893000', '164218.896000', '164218.899000', '164218.901000', '164218.904000', '164218.906000', '164218.909000', '164218.911000', '164218.914000', '164218.917000', '164218.919000', '164218.922000', '164218.925000', '164218.927000', '164218.930000', '164218.932000', '164218.935000', '164218.938000', '164218.940000', '164218.943000', '164218.945000', '164218.948000', '164218.951000', '164218.953000', '164218.956000', '164218.958000', '164218.961000', '164218.964000', '164218.966000', '164218.969000', '164218.972000', '164218.974000', '164218.977000', '164218.979000', '164218.982000', '164218.984000', '164218.987000', '164218.990000', '164218.992000', '164218.995000', '164218.998000', '164238.888000', '164238.890000', '164238.893000', '164238.896000', '164238.898000', '164238.901000', '164238.903000', '164238.906000', '164238.908000', '164238.911000', '164238.914000', '164238.916000', '164238.919000', '164238.921000', '164238.924000', '164238.927000', '164238.929000', '164238.932000', '164238.934000', '164238.937000', '164238.940000', '164238.942000', '164238.945000', '164238.947000', '164238.950000', '164238.953000', '164238.955000', '164238.958000', '164238.960000', '164238.963000', '164238.965000', '164238.968000', '164238.971000', '164238.973000', '164238.976000', '164238.978000', '164238.981000', '164238.983000', '164238.986000', '164238.989000', '164238.991000', '164238.994000', '164238.996000', '164239.000000', '164258.887000', '164258.890000', '164258.893000', '164258.895000', '164258.898000', '164258.901000', '164258.903000', '164258.906000', '164258.909000', '164258.911000', '164258.914000', '164258.916000', '164258.919000', '164258.921000', '164258.924000', '164258.927000', '164258.929000', '164258.932000', '164258.935000', '164258.937000', '164258.940000', '164258.942000', '164258.945000', '164258.948000', '164258.950000', '164258.953000', '164258.955000', '164258.958000', '164258.961000', '164258.963000', '164258.966000', '164258.968000', '164258.971000', '164258.973000', '164258.976000', '164258.978000', '164258.981000', '164258.984000', '164258.986000', '164258.989000', '164258.991000', '164258.994000', '164258.997000', '164259.000000', '164318.888000', '164318.890000', '164318.893000', '164318.896000', '164318.898000', '164318.901000', '164318.903000', '164318.906000', '164318.909000', '164318.911000', '164318.914000', '164318.917000', '164318.919000', '164318.922000', '164318.924000', '164318.927000', '164318.929000', '164318.932000', '164318.935000', '164318.937000', '164318.940000', '164318.942000', '164318.945000', '164318.948000', '164318.950000', '164318.953000', '164318.955000', '164318.958000', '164318.961000', '164318.963000', '164318.966000', '164318.968000', '164318.971000', '164318.974000', '164318.976000', '164318.979000', '164318.981000', '164318.984000', '164318.986000', '164318.989000', '164318.992000', '164318.994000', '164318.997000', '164338.888000', '164338.890000', '164338.893000', '164338.896000', '164338.898000', '164338.901000', '164338.904000', '164338.906000', '164338.909000', '164338.911000', '164338.914000', '164338.917000', '164338.919000', '164338.922000', '164338.924000', '164338.927000', '164338.930000', '164338.932000', '164338.935000', '164338.937000', '164338.940000', '164338.943000', '164338.945000', '164338.948000', '164338.950000', '164338.953000', '164338.956000', '164338.958000', '164338.961000', '164338.963000', '164338.966000', '164338.968000', '164338.971000', '164338.974000', '164338.976000', '164338.979000', '164338.981000', '164338.984000', '164338.986000', '164338.989000', '164338.992000', '164338.994000', '164338.997000', '164339.000000', '164358.887000', '164358.890000', '164358.893000', '164358.896000', '164358.898000', '164358.901000', '164358.903000', '164358.906000', '164358.909000', '164358.911000', '164358.914000', '164358.916000', '164358.919000', '164358.921000', '164358.924000', '164358.926000', '164358.929000', '164358.932000', '164358.934000', '164358.937000', '164358.939000', '164358.942000', '164358.945000', '164358.947000', '164358.950000', '164358.952000', '164358.955000', '164358.957000', '164358.960000', '164358.963000', '164358.965000', '164358.968000', '164358.970000', '164358.973000', '164358.976000', '164358.978000', '164358.981000', '164358.983000', '164358.986000', '164358.988000', '164358.991000', '164358.994000', '164358.996000', '164418.887000', '164418.889000', '164418.892000', '164418.895000', '164418.898000', '164418.900000', '164418.903000', '164418.905000', '164418.908000', '164418.911000', '164418.913000', '164418.916000', '164418.918000', '164418.921000', '164418.924000', '164418.926000', '164418.929000', '164418.931000', '164418.934000', '164418.937000', '164418.939000', '164418.942000', '164418.944000', '164418.947000', '164418.949000', '164418.952000', '164418.955000', '164418.957000', '164418.960000', '164418.962000', '164418.965000', '164418.967000', '164418.970000', '164418.973000', '164418.975000', '164418.978000', '164418.980000', '164418.983000', '164418.985000', '164418.988000', '164418.991000', '164418.993000', '164418.996000', '164438.888000', '164438.891000', '164438.893000', '164438.896000', '164438.898000', '164438.901000', '164438.904000', '164438.907000', '164438.909000', '164438.912000', '164438.915000', '164438.917000', '164438.920000', '164438.922000', '164438.925000', '164438.928000', '164438.931000', '164438.933000', '164438.936000', '164438.938000', '164438.941000', '164438.944000', '164438.946000', '164438.949000', '164438.951000', '164438.954000', '164438.956000', '164438.959000', '164438.962000', '164438.964000', '164438.967000', '164438.969000', '164438.972000', '164438.974000', '164438.977000', '164438.980000', '164438.982000', '164438.985000', '164438.987000', '164438.990000', '164438.992000', '164438.995000', '164438.997000', '164439.001000', '164458.887000', '164458.890000', '164458.893000', '164458.896000', '164458.899000', '164458.902000', '164458.905000', '164458.908000', '164458.910000', '164458.913000', '164458.916000', '164458.918000', '164458.921000', '164458.924000', '164458.926000', '164458.929000', '164458.931000', '164458.934000', '164458.937000', '164458.939000', '164458.942000', '164458.945000', '164458.947000', '164458.950000', '164458.953000', '164458.955000', '164458.958000', '164458.961000', '164458.963000', '164458.982000', '164458.985000', '164458.988000', '164458.990000', '164458.993000', '164458.996000', '164458.998000', '164459.002000', '164459.004000', '164459.007000', '164459.010000', '164459.012000', '164459.015000', '164459.017000', '164507.138000', '164507.141000', '164507.144000', '164507.147000', '164507.150000', '164507.152000', '164507.155000', '164507.158000', '164507.160000', '164507.163000', '164507.166000', '164507.169000', '164507.172000', '164507.175000', '164507.178000', '164507.180000', '164507.183000', '164507.186000', '164507.188000'], 'InstanceCreationTime': ['163518.909000', '163518.912000', '163518.915000', '163518.918000', '163518.921000', '163518.923000', '163518.926000', '163518.928000', '163518.931000', '163518.937000', '163518.939000', '163518.942000', '163518.944000', '163518.947000', '163518.949000', '163518.952000', '163518.955000', '163518.957000', '163518.960000', '163518.962000', '163518.965000', '163518.968000', '163518.970000', '163518.973000', '163518.975000', '163518.978000', '163518.980000', '163518.983000', '163518.986000', '163518.988000', '163518.991000', '163518.993000', '163518.996000', '163518.998000', '163519.002000', '163519.004000', '163519.007000', '163519.010000', '163519.012000', '163519.015000', '163519.017000', '163519.025000', '163519.027000', '163538.888000', '163538.890000', '163538.893000', '163538.895000', '163538.898000', '163538.901000', '163538.903000', '163538.906000', '163538.908000', '163538.911000', '163538.913000', '163538.916000', '163538.918000', '163538.921000', '163538.924000', '163538.926000', '163538.929000', '163538.931000', '163538.934000', '163538.936000', '163538.939000', '163538.941000', '163538.944000', '163538.946000', '163538.949000', '163538.951000', '163538.954000', '163538.957000', '163538.959000', '163538.962000', '163538.964000', '163538.967000', '163538.969000', '163538.972000', '163538.974000', '163538.983000', '163538.986000', '163538.988000', '163538.991000', '163538.993000', '163538.996000', '163539.000000', '163539.002000', '163558.888000', '163558.893000', '163558.895000', '163558.898000', '163558.900000', '163558.903000', '163558.906000', '163558.908000', '163558.911000', '163558.913000', '163558.916000', '163558.918000', '163558.921000', '163558.924000', '163558.926000', '163558.929000', '163558.931000', '163558.934000', '163558.936000', '163558.939000', '163558.942000', '163558.944000', '163558.947000', '163558.949000', '163558.952000', '163558.954000', '163558.957000', '163558.959000', '163558.962000', '163558.965000', '163558.967000', '163558.970000', '163558.972000', '163558.975000', '163558.988000', '163558.990000', '163558.993000', '163558.995000', '163558.998000', '163559.002000', '163559.004000', '163559.007000', '163559.009000', '163559.012000', '163618.887000', '163618.890000', '163618.893000', '163618.895000', '163618.898000', '163618.900000', '163618.903000', '163618.906000', '163618.908000', '163618.911000', '163618.913000', '163618.916000', '163618.919000', '163618.921000', '163618.924000', '163618.926000', '163618.929000', '163618.931000', '163618.934000', '163618.936000', '163618.939000', '163618.941000', '163618.944000', '163618.947000', '163618.949000', '163618.952000', '163618.955000', '163618.965000', '163618.968000', '163618.970000', '163618.973000', '163618.975000', '163618.978000', '163618.980000', '163618.983000', '163618.986000', '163618.988000', '163618.991000', '163618.993000', '163618.996000', '163618.998000', '163619.002000', '163619.004000', '163638.888000', '163638.890000', '163638.893000', '163638.895000', '163638.898000', '163638.901000', '163638.903000', '163638.906000', '163638.908000', '163638.911000', '163638.913000', '163638.916000', '163638.919000', '163638.921000', '163638.924000', '163638.927000', '163638.929000', '163638.932000', '163638.934000', '163638.937000', '163638.940000', '163638.942000', '163638.945000', '163638.947000', '163638.950000', '163638.952000', '163638.955000', '163638.958000', '163638.960000', '163638.963000', '163638.965000', '163638.968000', '163638.970000', '163638.973000', '163638.975000', '163638.978000', '163638.981000', '163638.983000', '163638.986000', '163638.988000', '163638.991000', '163638.993000', '163638.996000', '163658.887000', '163658.890000', '163658.893000', '163658.895000', '163658.898000', '163658.900000', '163658.903000', '163658.906000', '163658.908000', '163658.911000', '163658.913000', '163658.916000', '163658.918000', '163658.921000', '163658.924000', '163658.926000', '163658.929000', '163658.931000', '163658.934000', '163658.936000', '163658.939000', '163658.941000', '163658.944000', '163658.947000', '163658.949000', '163658.952000', '163658.954000', '163658.957000', '163658.959000', '163658.962000', '163658.965000', '163658.967000', '163658.970000', '163658.972000', '163658.975000', '163658.977000', '163658.980000', '163658.982000', '163658.985000', '163658.988000', '163658.990000', '163658.993000', '163658.995000', '163658.998000', '163718.887000', '163718.889000', '163718.892000', '163718.894000', '163718.897000', '163718.900000', '163718.903000', '163718.906000', '163718.908000', '163718.911000', '163718.914000', '163718.916000', '163718.919000', '163718.921000', '163718.924000', '163718.926000', '163718.929000', '163718.932000', '163718.934000', '163718.937000', '163718.939000', '163718.942000', '163718.945000', '163718.947000', '163718.950000', '163718.952000', '163718.955000', '163718.958000', '163718.960000', '163718.963000', '163718.965000', '163718.968000', '163718.970000', '163718.973000', '163718.976000', '163718.978000', '163718.981000', '163718.983000', '163718.986000', '163718.989000', '163718.991000', '163718.994000', '163718.996000', '163738.887000', '163738.890000', '163738.893000', '163738.896000', '163738.898000', '163738.901000', '163738.903000', '163738.906000', '163738.908000', '163738.911000', '163738.913000', '163738.916000', '163738.919000', '163738.921000', '163738.924000', '163738.926000', '163738.929000', '163738.931000', '163738.934000', '163738.936000', '163738.939000', '163738.941000', '163738.944000', '163738.947000', '163738.949000', '163738.952000', '163738.954000', '163738.957000', '163738.959000', '163738.962000', '163738.964000', '163738.967000', '163738.969000', '163738.972000', '163738.975000', '163738.977000', '163738.980000', '163738.982000', '163738.985000', '163738.987000', '163738.990000', '163738.993000', '163738.995000', '163738.998000', '163758.887000', '163758.890000', '163758.893000', '163758.896000', '163758.898000', '163758.901000', '163758.904000', '163758.906000', '163758.909000', '163758.911000', '163758.914000', '163758.917000', '163758.919000', '163758.922000', '163758.924000', '163758.927000', '163758.929000', '163758.932000', '163758.934000', '163758.937000', '163758.939000', '163758.942000', '163758.945000', '163758.947000', '163758.950000', '163758.952000', '163758.955000', '163758.958000', '163758.960000', '163758.963000', '163758.965000', '163758.968000', '163758.970000', '163758.973000', '163758.975000', '163758.978000', '163758.981000', '163758.983000', '163758.986000', '163758.988000', '163758.991000', '163758.993000', '163758.996000', '163818.887000', '163818.890000', '163818.893000', '163818.895000', '163818.898000', '163818.900000', '163818.903000', '163818.906000', '163818.908000', '163818.911000', '163818.923000', '163818.926000', '163818.928000', '163818.931000', '163818.933000', '163818.936000', '163818.939000', '163818.941000', '163818.944000', '163818.946000', '163818.949000', '163818.951000', '163818.954000', '163818.956000', '163818.959000', '163818.962000', '163818.964000', '163818.967000', '163818.969000', '163818.972000', '163818.975000', '163818.977000', '163818.980000', '163818.982000', '163818.985000', '163818.988000', '163818.990000', '163818.993000', '163818.995000', '163818.998000', '163819.002000', '163819.004000', '163819.007000', '163819.009000', '163838.887000', '163838.890000', '163838.893000', '163838.895000', '163838.898000', '163838.901000', '163838.904000', '163838.906000', '163838.909000', '163838.911000', '163838.914000', '163838.917000', '163838.919000', '163838.922000', '163838.925000', '163838.927000', '163838.930000', '163838.932000', '163838.935000', '163838.938000', '163838.941000', '163838.944000', '163838.947000', '163838.949000', '163838.952000', '163838.954000', '163838.957000', '163838.960000', '163838.962000', '163838.965000', '163838.967000', '163838.970000', '163838.972000', '163838.985000', '163838.988000', '163838.990000', '163838.993000', '163838.995000', '163838.998000', '163839.002000', '163839.004000', '163839.007000', '163839.009000', '163858.888000', '163858.890000', '163858.893000', '163858.896000', '163858.898000', '163858.901000', '163858.904000', '163858.906000', '163858.909000', '163858.911000', '163858.914000', '163858.917000', '163858.919000', '163858.922000', '163858.924000', '163858.927000', '163858.929000', '163858.932000', '163858.935000', '163858.937000', '163858.940000', '163858.942000', '163858.945000', '163858.948000', '163858.950000', '163858.953000', '163858.955000', '163858.958000', '163858.960000', '163858.963000', '163858.966000', '163858.968000', '163858.971000', '163858.973000', '163858.976000', '163858.978000', '163858.981000', '163858.983000', '163858.986000', '163858.988000', '163858.991000', '163858.994000', '163858.996000', '163859.000000', '163918.888000', '163918.890000', '163918.893000', '163918.896000', '163918.898000', '163918.901000', '163918.903000', '163918.906000', '163918.909000', '163918.911000', '163918.914000', '163918.916000', '163918.919000', '163918.921000', '163918.924000', '163918.926000', '163918.929000', '163918.932000', '163918.934000', '163918.937000', '163918.939000', '163918.942000', '163918.945000', '163918.947000', '163918.950000', '163918.952000', '163918.955000', '163918.958000', '163918.961000', '163918.964000', '163918.966000', '163918.969000', '163918.972000', '163918.974000', '163918.977000', '163918.979000', '163918.982000', '163918.984000', '163918.987000', '163918.989000', '163918.992000', '163918.995000', '163918.997000', '163938.887000', '163938.889000', '163938.892000', '163938.895000', '163938.897000', '163938.900000', '163938.902000', '163938.905000', '163938.907000', '163938.910000', '163938.913000', '163938.915000', '163938.918000', '163938.920000', '163938.923000', '163938.926000', '163938.928000', '163938.931000', '163938.933000', '163938.936000', '163938.939000', '163938.941000', '163938.944000', '163938.946000', '163938.949000', '163938.951000', '163938.954000', '163938.956000', '163938.959000', '163938.962000', '163938.964000', '163938.967000', '163938.970000', '163938.972000', '163938.975000', '163938.977000', '163938.980000', '163938.983000', '163938.985000', '163938.988000', '163938.990000', '163938.993000', '163938.995000', '163938.998000', '163958.887000', '163958.890000', '163958.893000', '163958.895000', '163958.898000', '163958.901000', '163958.903000', '163958.906000', '163958.908000', '163958.911000', '163958.914000', '163958.916000', '163958.919000', '163958.921000', '163958.924000', '163958.926000', '163958.929000', '163958.932000', '163958.934000', '163958.937000', '163958.939000', '163958.942000', '163958.945000', '163958.947000', '163958.950000', '163958.952000', '163958.955000', '163958.957000', '163958.960000', '163958.963000', '163958.965000', '163958.968000', '163958.970000', '163958.973000', '163958.976000', '163958.978000', '163958.981000', '163958.984000', '163958.987000', '163958.989000', '163958.992000', '163958.994000', '163958.997000', '164018.887000', '164018.904000', '164018.906000', '164018.909000', '164018.911000', '164018.914000', '164018.916000', '164018.919000', '164018.922000', '164018.924000', '164018.927000', '164018.929000', '164018.932000', '164018.934000', '164018.937000', '164018.940000', '164018.942000', '164018.945000', '164018.947000', '164018.950000', '164018.953000', '164018.955000', '164018.958000', '164018.960000', '164018.963000', '164018.965000', '164018.968000', '164018.970000', '164018.973000', '164018.976000', '164018.978000', '164018.981000', '164018.984000', '164018.986000', '164018.989000', '164018.991000', '164018.994000', '164018.996000', '164019.000000', '164019.002000', '164019.005000', '164019.008000', '164019.010000', '164019.013000', '164038.887000', '164038.890000', '164038.893000', '164038.895000', '164038.898000', '164038.901000', '164038.903000', '164038.906000', '164038.908000', '164038.911000', '164038.914000', '164038.916000', '164038.919000', '164038.921000', '164038.924000', '164038.927000', '164038.929000', '164038.932000', '164038.934000', '164038.937000', '164038.939000', '164038.942000', '164038.944000', '164038.947000', '164038.950000', '164038.952000', '164038.955000', '164038.957000', '164038.960000', '164038.963000', '164038.965000', '164038.968000', '164038.970000', '164038.973000', '164038.976000', '164038.978000', '164038.981000', '164038.983000', '164038.986000', '164038.989000', '164038.991000', '164038.994000', '164038.997000', '164058.887000', '164058.890000', '164058.893000', '164058.895000', '164058.898000', '164058.901000', '164058.903000', '164058.906000', '164058.908000', '164058.911000', '164058.914000', '164058.916000', '164058.919000', '164058.921000', '164058.924000', '164058.927000', '164058.929000', '164058.932000', '164058.934000', '164058.937000', '164058.939000', '164058.942000', '164058.945000', '164058.947000', '164058.950000', '164058.952000', '164058.955000', '164058.957000', '164058.960000', '164058.963000', '164058.965000', '164058.968000', '164058.970000', '164058.973000', '164058.975000', '164058.978000', '164058.981000', '164058.983000', '164058.986000', '164058.988000', '164058.991000', '164058.993000', '164058.996000', '164059.000000', '164118.888000', '164118.891000', '164118.893000', '164118.896000', '164118.898000', '164118.901000', '164118.903000', '164118.906000', '164118.909000', '164118.911000', '164118.915000', '164118.918000', '164118.920000', '164118.923000', '164118.926000', '164118.928000', '164118.931000', '164118.933000', '164118.936000', '164118.939000', '164118.941000', '164118.944000', '164118.946000', '164118.949000', '164118.952000', '164118.954000', '164118.957000', '164118.959000', '164118.962000', '164118.964000', '164118.967000', '164118.969000', '164118.972000', '164118.975000', '164118.977000', '164118.980000', '164118.982000', '164118.985000', '164118.987000', '164118.990000', '164118.993000', '164118.995000', '164118.998000', '164138.887000', '164138.890000', '164138.893000', '164138.895000', '164138.898000', '164138.901000', '164138.903000', '164138.906000', '164138.908000', '164138.911000', '164138.914000', '164138.916000', '164138.919000', '164138.921000', '164138.924000', '164138.926000', '164138.929000', '164138.932000', '164138.934000', '164138.937000', '164138.939000', '164138.942000', '164138.945000', '164138.947000', '164138.950000', '164138.952000', '164138.955000', '164138.958000', '164138.960000', '164138.963000', '164138.965000', '164138.968000', '164138.970000', '164138.973000', '164138.975000', '164138.978000', '164138.981000', '164138.983000', '164138.986000', '164138.988000', '164138.991000', '164138.994000', '164138.996000', '164139.000000', '164158.887000', '164158.889000', '164158.892000', '164158.895000', '164158.897000', '164158.900000', '164158.902000', '164158.905000', '164158.907000', '164158.910000', '164158.913000', '164158.915000', '164158.918000', '164158.920000', '164158.923000', '164158.926000', '164158.928000', '164158.931000', '164158.933000', '164158.936000', '164158.938000', '164158.941000', '164158.943000', '164158.946000', '164158.949000', '164158.951000', '164158.954000', '164158.956000', '164158.959000', '164158.962000', '164158.964000', '164158.967000', '164158.969000', '164158.972000', '164158.974000', '164158.977000', '164158.980000', '164158.982000', '164158.997000', '164159.000000', '164159.003000', '164159.006000', '164159.008000', '164218.888000', '164218.890000', '164218.893000', '164218.896000', '164218.899000', '164218.901000', '164218.904000', '164218.906000', '164218.909000', '164218.911000', '164218.914000', '164218.917000', '164218.919000', '164218.922000', '164218.925000', '164218.927000', '164218.930000', '164218.932000', '164218.935000', '164218.938000', '164218.940000', '164218.943000', '164218.945000', '164218.948000', '164218.951000', '164218.953000', '164218.956000', '164218.958000', '164218.961000', '164218.964000', '164218.966000', '164218.969000', '164218.972000', '164218.974000', '164218.977000', '164218.979000', '164218.982000', '164218.984000', '164218.987000', '164218.990000', '164218.992000', '164218.995000', '164218.998000', '164238.888000', '164238.890000', '164238.893000', '164238.896000', '164238.898000', '164238.901000', '164238.903000', '164238.906000', '164238.908000', '164238.911000', '164238.914000', '164238.916000', '164238.919000', '164238.921000', '164238.924000', '164238.927000', '164238.929000', '164238.932000', '164238.934000', '164238.937000', '164238.940000', '164238.942000', '164238.945000', '164238.947000', '164238.950000', '164238.953000', '164238.955000', '164238.958000', '164238.960000', '164238.963000', '164238.965000', '164238.968000', '164238.971000', '164238.973000', '164238.976000', '164238.978000', '164238.981000', '164238.983000', '164238.986000', '164238.989000', '164238.991000', '164238.994000', '164238.996000', '164239.000000', '164258.887000', '164258.890000', '164258.893000', '164258.895000', '164258.898000', '164258.901000', '164258.903000', '164258.906000', '164258.909000', '164258.911000', '164258.914000', '164258.916000', '164258.919000', '164258.921000', '164258.924000', '164258.927000', '164258.929000', '164258.932000', '164258.935000', '164258.937000', '164258.940000', '164258.942000', '164258.945000', '164258.948000', '164258.950000', '164258.953000', '164258.955000', '164258.958000', '164258.961000', '164258.963000', '164258.966000', '164258.968000', '164258.971000', '164258.973000', '164258.976000', '164258.978000', '164258.981000', '164258.984000', '164258.986000', '164258.989000', '164258.991000', '164258.994000', '164258.997000', '164259.000000', '164318.888000', '164318.890000', '164318.893000', '164318.896000', '164318.898000', '164318.901000', '164318.903000', '164318.906000', '164318.909000', '164318.911000', '164318.914000', '164318.917000', '164318.919000', '164318.922000', '164318.924000', '164318.927000', '164318.929000', '164318.932000', '164318.935000', '164318.937000', '164318.940000', '164318.942000', '164318.945000', '164318.948000', '164318.950000', '164318.953000', '164318.955000', '164318.958000', '164318.961000', '164318.963000', '164318.966000', '164318.968000', '164318.971000', '164318.974000', '164318.976000', '164318.979000', '164318.981000', '164318.984000', '164318.986000', '164318.989000', '164318.992000', '164318.994000', '164318.997000', '164338.888000', '164338.890000', '164338.893000', '164338.896000', '164338.898000', '164338.901000', '164338.904000', '164338.906000', '164338.909000', '164338.911000', '164338.914000', '164338.917000', '164338.919000', '164338.922000', '164338.924000', '164338.927000', '164338.930000', '164338.932000', '164338.935000', '164338.937000', '164338.940000', '164338.943000', '164338.945000', '164338.948000', '164338.950000', '164338.953000', '164338.956000', '164338.958000', '164338.961000', '164338.963000', '164338.966000', '164338.968000', '164338.971000', '164338.974000', '164338.976000', '164338.979000', '164338.981000', '164338.984000', '164338.986000', '164338.989000', '164338.992000', '164338.994000', '164338.997000', '164339.000000', '164358.887000', '164358.890000', '164358.893000', '164358.896000', '164358.898000', '164358.901000', '164358.903000', '164358.906000', '164358.909000', '164358.911000', '164358.914000', '164358.916000', '164358.919000', '164358.921000', '164358.924000', '164358.926000', '164358.929000', '164358.932000', '164358.934000', '164358.937000', '164358.939000', '164358.942000', '164358.945000', '164358.947000', '164358.950000', '164358.952000', '164358.955000', '164358.957000', '164358.960000', '164358.963000', '164358.965000', '164358.968000', '164358.970000', '164358.973000', '164358.976000', '164358.978000', '164358.981000', '164358.983000', '164358.986000', '164358.988000', '164358.991000', '164358.994000', '164358.996000', '164418.887000', '164418.889000', '164418.892000', '164418.895000', '164418.898000', '164418.900000', '164418.903000', '164418.905000', '164418.908000', '164418.911000', '164418.913000', '164418.916000', '164418.918000', '164418.921000', '164418.924000', '164418.926000', '164418.929000', '164418.931000', '164418.934000', '164418.937000', '164418.939000', '164418.942000', '164418.944000', '164418.947000', '164418.949000', '164418.952000', '164418.955000', '164418.957000', '164418.960000', '164418.962000', '164418.965000', '164418.967000', '164418.970000', '164418.973000', '164418.975000', '164418.978000', '164418.980000', '164418.983000', '164418.985000', '164418.988000', '164418.991000', '164418.993000', '164418.996000', '164438.888000', '164438.891000', '164438.893000', '164438.896000', '164438.898000', '164438.901000', '164438.904000', '164438.907000', '164438.909000', '164438.912000', '164438.915000', '164438.917000', '164438.920000', '164438.922000', '164438.925000', '164438.928000', '164438.931000', '164438.933000', '164438.936000', '164438.938000', '164438.941000', '164438.944000', '164438.946000', '164438.949000', '164438.951000', '164438.954000', '164438.956000', '164438.959000', '164438.962000', '164438.964000', '164438.967000', '164438.969000', '164438.972000', '164438.974000', '164438.977000', '164438.980000', '164438.982000', '164438.985000', '164438.987000', '164438.990000', '164438.992000', '164438.995000', '164438.997000', '164439.001000', '164458.887000', '164458.890000', '164458.893000', '164458.896000', '164458.899000', '164458.902000', '164458.905000', '164458.908000', '164458.910000', '164458.913000', '164458.916000', '164458.918000', '164458.921000', '164458.924000', '164458.926000', '164458.929000', '164458.931000', '164458.934000', '164458.937000', '164458.939000', '164458.942000', '164458.945000', '164458.947000', '164458.950000', '164458.953000', '164458.955000', '164458.958000', '164458.961000', '164458.963000', '164458.982000', '164458.985000', '164458.988000', '164458.990000', '164458.993000', '164458.996000', '164458.998000', '164459.002000', '164459.004000', '164459.007000', '164459.010000', '164459.012000', '164459.015000', '164459.017000', '164507.138000', '164507.141000', '164507.144000', '164507.147000', '164507.150000', '164507.152000', '164507.155000', '164507.158000', '164507.160000', '164507.163000', '164507.166000', '164507.169000', '164507.172000', '164507.175000', '164507.178000', '164507.180000', '164507.183000', '164507.186000', '164507.188000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [12151, 16561, 11960, 13424, 9303, 14498, 9690, 15360, 9281, 13621, 12230, 11715, 18794, 13375, 15383, 11171, 14588, 9725, 13690, 14882, 11818, 17489, 11724, 14359, 9820, 15496, 9709, 12231, 18579, 11888, 14799, 10645, 15148, 9209, 12874, 13565, 11591, 18600, 13448, 15603, 10648, 14776, 10017, 15709, 9985, 15279, 9438, 13420, 14509, 11746, 18909, 13563, 16101, 10868, 15057, 9422, 14507, 12338, 12632, 17626, 10929, 16053, 10860, 14652, 10568, 15431, 9401, 13993, 10950, 12832, 19273, 13902, 15385, 10454, 13814, 9754, 14030, 10011, 12536, 14324, 10860, 17378, 11727, 16650, 11865, 15586, 10269, 15120, 9632, 15626, 10517, 12972, 17421, 12196, 18429, 12269, 15084, 9565, 14187, 9294, 13703, 17142, 12240, 17038, 11048, 14465, 10308, 13974, 9753, 15470, 8989, 12903, 13472, 11818, 19240, 13254, 15834, 10652, 14617, 9672, 16090, 9330, 14887, 13439, 12335, 19644, 13370, 16424, 11638, 14303, 9775, 14334, 9322, 13829, 15034, 12476, 18286, 11523, 14661, 10569, 14441, 9297, 13903, 9215, 11859, 18816, 12382, 15383, 11164, 14212, 9629, 14475, 9466, 15889, 9424, 13057, 15695, 11885, 18728, 12647, 16810, 10289, 13844, 9766, 14006, 9605, 14853, 9204, 14762, 11331, 10600, 9284, 12916, 10584, 13622, 18098, 12871, 18362, 10968, 14403, 10025, 13508, 9582, 14386, 9552, 11290, 15452, 10261, 16469, 11401, 13792, 9246, 12551, 9035, 12993, 9204, 12734, 12004, 11042, 17349, 11436, 15996, 11520, 15567, 10620, 14680, 10056, 15417, 10368, 15519, 9309, 15086, 12535, 13552, 21225, 13318, 18207, 10978, 14065, 9597, 13425, 9785, 14741, 9495, 11681, 9753, 11773, 17120, 11841, 16101, 10723, 14510, 10055, 13888, 9822, 14882, 8925, 12550, 12272, 11289, 18826, 12545, 16053, 11159, 14322, 10376, 14595, 9893, 15022, 10271, 15005, 9467, 15417, 13492, 13974, 20958, 11677, 17737, 11288, 15966, 11352, 13873, 9669, 12892, 9159, 13160, 11608, 11964, 17459, 11297, 16549, 11518, 15245, 9200, 13784, 9236, 14032, 12725, 12534, 15522, 10571, 16188, 10878, 15417, 10618, 14565, 9522, 13177, 9567, 13165, 12019, 12344, 13615, 11498, 17942, 11592, 16636, 11984, 15790, 10272, 14754, 9266, 14249, 17463, 12403, 20796, 11553, 15797, 11027, 14731, 10193, 14130, 9057, 13007, 13026, 12487, 15574, 11236, 16863, 11308, 16304, 11151, 14896, 10007, 13994, 9182, 13684, 12207, 13653, 14225, 11441, 16880, 10983, 18117, 11608, 16831, 10868, 14564, 10401, 14043, 9405, 14404, 13502, 11260, 17909, 11448, 16790, 11421, 14947, 9561, 13564, 9613, 14095, 9482, 13467, 9010, 11244, 15126, 10997, 18015, 12019, 15863, 9651, 14129, 9133, 13909, 11492, 13313, 14270, 11696, 17058, 11545, 18056, 11756, 15703, 10690, 14255, 10046, 14076, 9864, 15260, 9211, 13580, 9225, 13307, 11916, 13568, 14773, 11391, 16270, 10439, 17386, 11240, 15509, 9927, 14070, 9214, 13811, 10969, 13539, 15914, 10900, 17116, 10703, 14933, 10145, 13816, 9871, 13641, 9550, 10945, 17083, 10920, 16068, 10962, 13932, 9394, 13934, 10049, 14059, 9315, 14794, 9578, 13477, 14698, 10788, 18585, 12421, 15333, 9886, 14023, 9488, 14130, 9480, 13946, 9389, 11672, 17346, 11092, 16879, 11006, 13647, 10173, 13101, 9188, 12705, 16803, 11565, 17405, 11081, 14411, 10306, 13833, 10054, 14938, 9263, 11966, 14040, 10631, 17790, 11417, 13769, 9489, 12883, 8990, 12585, 12680, 12581, 13338, 11286, 8811, 10699, 9302, 13268, 13078, 13830, 15931, 12416, 18420, 12138, 17503, 11812, 15859, 10285, 14105, 10520, 14261, 10375, 14436, 16896, 11345, 17676, 11307, 15406, 10843, 13671, 10417, 13541, 9143, 12543, 15888, 11295, 17938, 11193, 14499, 10134, 13310, 9418, 14003, 9589, 11578, 18418, 11087, 14908, 10436, 13644, 9189, 13069, 9590, 13506, 15619, 12678, 15571, 10709, 17809, 10463, 16200, 10996, 15392, 9947, 14767, 9595, 13370, 9264, 13854, 16694, 12455, 18151, 11171, 17054, 11101, 14618, 9850, 14509, 9213, 14754, 10632, 11483, 18050, 11312, 16378, 11231, 14695, 9535, 13602, 9369, 14475, 9286, 13538, 10049, 10619, 18227, 11451, 16425, 11486, 14260, 10084, 14051, 9240, 12300, 17740, 10925, 16879, 11024, 13845, 9361, 12331, 9596, 10839, 17599, 11613, 14502, 10011, 13903, 9250, 12425, 12313, 11332, 18690, 11913, 14736, 9871, 13201, 10225, 13677, 9133, 13762, 9240, 11463, 16044, 10574, 16909, 11817, 15717, 9696, 13727, 10175, 14155, 14124, 12518, 18645, 11134, 16500, 10741, 15108, 9850, 13901, 9452, 13170, 9419, 12048, 20136, 12171, 14798, 10382, 13020, 10042, 13590, 12752, 12077, 16295, 10003, 15753, 10529, 14027, 9473, 13578, 8775, 12089, 10787, 11099, 18331, 11540, 15772, 10208, 13827, 9542, 13866, 9166, 14532, 9452, 12067, 19461, 12349, 16876, 11691, 15057, 9748, 13689, 9090, 13516, 15823, 11691, 18852, 10434, 15014, 10251, 15057, 10490, 14295, 10194, 13806, 9104, 13494, 11554, 12818, 16329, 11130, 17050, 10337, 15072, 10304, 13959, 9669, 13597, 9200, 14107, 9291, 14709, 9181, 13032, 9226, 13191, 16565, 12179, 20382, 11889, 16091, 10942, 13450, 10660, 13713, 10039, 13382, 8829, 12898, 9350, 12526, 13045, 12131, 10858, 11683, 11937, 10809, 16373, 11174, 16978, 10382, 16675, 10146, 16233, 10704, 15313, 10122, 13960, 9613, 13700, 10264, 14309, 10273, 13930, 9625, 14853, 9482, 15512, 9481, 15092, 8918, 14482, 10506, 13416, 15237, 12717, 15835, 10641, 16957, 10949, 15715, 11208, 14568, 9369, 13754, 10618, 14058, 9095, 13909, 9252, 11503, 12474, 11421, 19665, 11821, 17723, 9967, 14619, 10121, 15008, 10276, 14438, 9598, 13697, 9753, 13734, 11904, 12974, 17948, 10859, 17437, 10123, 15376, 10402, 15604, 11229, 17144, 9263, 13160, 9859, 13369, 9270, 13884, 15540, 12459, 18802, 11233, 15350, 10436, 13374, 9566, 13166, 10877, 14331, 9033, 12918, 9697, 12019, 19125, 11878, 16117, 10901, 13793, 9493, 12950, 10744, 13699, 9623, 13563, 8606, 11433, 9064, 11169, 18031, 11561, 16133, 10901, 14231, 9839, 13622, 9533, 13858, 10682, 13748, 8754, 12863, 9508, 13400, 12855, 11883, 14157, 10568, 18946, 11830, 16570, 10922, 14250, 9793, 13150, 10594, 13982, 9004, 12197, 8919, 12348, 13735, 12423, 17602, 10397, 17946, 10726, 12639, 10109, 12594, 11514, 17366, 12134, 17604, 10220, 17353, 10346, 15189, 11034, 13997, 9265, 13109, 8771, 12862, 14235, 11736, 16942, 9811, 14851, 9759, 13123, 9445, 13653, 8795, 12185, 9227, 10736, 17921, 11836, 14272, 9850, 13212, 9131, 13380, 10079, 14916, 8815, 12943, 9108, 11427, 18428, 11005, 14318, 10851, 13407, 9083, 13494, 8778, 13378, 17379, 10924, 18120, 10745, 13438, 10475, 12767, 9346, 12613, 9891, 10302, 16876, 10293, 16131, 11054, 14224, 9224, 13411, 8997, 13979, 9865, 13755, 14743, 10653, 18111, 10571, 15619, 11201, 14390, 9286, 13834, 8723, 13299, 13676, 12028, 20317, 12194, 17545, 9928, 13598, 9499, 13510, 9425, 13902, 9798, 14872, 9324, 14191, 9166, 13318, 15619, 11087, 17851, 10525, 15505, 11075, 14160, 9876, 14218, 10111, 14304, 8957, 14054, 14122, 10873, 17090, 11094, 14009, 9759, 13072, 10063, 13049, 8567, 11702, 9004, 10755, 15500, 10774, 16133, 10916, 14500, 9679, 13971, 9935, 13391, 13204, 10500, 18258, 10351, 13940, 10379, 13605, 10222, 13190, 8565, 12090, 12229, 11751, 11577, 10238, 9698, 9655, 16359, 9673, 15683, 10847, 14558, 9057, 14338, 10302, 13652, 20058, 11718, 16464, 10455, 13497, 11535, 12698, 19991, 11570, 15201, 9727, 13020, 9920, 12714, 11857, 11713, 18279, 10367, 14449, 9397, 12903, 9423, 11891, 17430, 10043, 14815, 10038, 12904, 9277, 12964, 8974, 10663, 17502, 10870, 15076, 10782, 13830, 10249, 13810, 8894, 10936, 18096, 10453, 13997, 10891, 13696, 9615, 12417, 8662, 10742, 11137, 11322, 13837, 10729, 17447, 10916, 15421, 10842, 14795, 10076, 14385, 17117, 10534, 18037, 12263, 15614, 9672, 12681, 9898, 12011, 8557, 11697, 9215, 11764, 12879, 10801, 10698, 9952, 16032, 9900, 15204, 11069, 14473, 10632, 14666, 9625, 15002, 9455, 13991, 12148, 12629, 16054, 11006, 16458, 10307, 15920, 10966, 15031, 10615, 13939, 10827, 13237, 8816, 11761, 12985, 10658, 13877, 9974, 15154, 9849, 13764, 9793, 13125, 9684, 12697, 9476, 11868, 9770, 14619, 9580, 14913, 11078, 14832, 10516, 12576, 9513, 12266, 9734, 16665, 10611, 16683, 11296, 15316, 10842, 14628, 9461, 14541, 10272, 14529, 12771, 11360, 19889, 11948, 16381, 11387, 14705, 9421, 13687, 9091, 14523, 9009, 12672, 17207, 11033, 16245, 11206, 13723, 9911, 13433, 8878, 12020, 12360, 10168, 16952, 11506, 14500, 10390, 13895, 9475, 13340, 9066, 13919, 9018, 12853, 16341, 10335, 16155, 10910, 14680, 10448, 13973, 9975, 13321, 9210, 13870, 9073, 11880, 15027, 10677, 17202, 11419, 14394, 10028, 13565, 9926, 12635, 9821, 11732, 9352, 11009, 14105, 9717, 14210, 9853, 13844, 10362, 15372, 10253, 14570, 9947, 16048, 12404, 13948, 16131, 10422, 20735, 11483, 14789, 9753, 12921, 9500, 12306, 9534, 12929, 9353, 10561, 14107, 9640, 14947, 10320, 14034, 9433, 13965, 9635, 14222, 10172, 14536, 9395, 14185, 9301, 14078, 10683, 13636, 15216, 11114, 18883, 11541, 16033, 11834, 15015, 10306, 14457, 9341, 14199, 9961, 14387, 9043, 13298, 9014, 11849, 15033, 11336, 17545, 11468, 15748, 10628, 14741, 11012, 14354, 9384, 13932, 10184, 14179, 10178, 14644, 10252, 18057, 11265, 13213, 9075, 12539, 9371, 13778, 9139, 15306, 12040, 12917, 17917, 13532, 15276, 10209, 15097, 17343, 11114, 17827, 12454, 14246, 9862, 13144, 17627, 10539], 'WindowCenter': [4396.0, 4399.0, 4379.0, 4376.0, 4333.0, 4371.0, 4331.0, 4373.0, 4320.0, 4361.0, 4351.0, 4352.0, 4394.0, 4375.0, 4374.0, 4352.0, 4373.0, 4330.0, 4374.0, 4372.0, 4365.0, 4382.0, 4351.0, 4372.0, 4332.0, 4373.0, 4331.0, 4353.0, 4390.0, 4351.0, 4372.0, 4341.0, 4374.0, 4320.0, 4361.0, 4361.0, 4352.0, 4393.0, 4362.0, 4371.0, 4341.0, 4371.0, 4336.0, 4384.0, 4331.0, 4373.0, 4321.0, 4361.0, 4358.0, 4339.0, 4381.0, 4363.0, 4370.0, 4328.0, 4361.0, 4318.0, 4360.0, 4350.0, 4349.0, 4380.0, 4328.0, 4366.0, 4339.0, 4359.0, 4341.0, 4371.0, 4317.0, 4360.0, 4327.0, 4350.0, 4391.0, 4361.0, 4358.0, 4328.0, 4348.0, 4317.0, 4358.0, 4326.0, 4349.0, 4358.0, 4339.0, 4382.0, 4351.0, 4381.0, 4351.0, 4369.0, 4328.0, 4372.0, 4320.0, 4372.0, 4327.0, 4349.0, 4369.0, 4338.0, 4380.0, 4350.0, 4358.0, 4317.0, 4349.0, 4316.0, 4357.0, 4379.0, 4350.0, 4369.0, 4338.0, 4359.0, 4328.0, 4358.0, 4319.0, 4370.0, 4318.0, 4348.0, 4348.0, 4339.0, 4391.0, 4360.0, 4369.0, 4329.0, 4360.0, 4319.0, 4370.0, 4318.0, 4369.0, 4348.0, 4348.0, 4380.0, 4347.0, 4366.0, 4338.0, 4348.0, 4316.0, 4359.0, 4317.0, 4360.0, 4368.0, 4349.0, 4379.0, 4337.0, 4357.0, 4328.0, 4359.0, 4306.0, 4348.0, 4304.0, 4337.0, 4379.0, 4349.0, 4358.0, 4338.0, 4357.0, 4318.0, 4359.0, 4318.0, 4372.0, 4318.0, 4349.0, 4358.0, 4338.0, 4380.0, 4349.0, 4368.0, 4317.0, 4346.0, 4314.0, 4347.0, 4305.0, 4358.0, 4316.0, 4357.0, 4336.0, 4337.0, 4315.0, 4348.0, 4326.0, 4358.0, 4379.0, 4350.0, 4377.0, 4328.0, 4357.0, 4315.0, 4346.0, 4316.0, 4356.0, 4304.0, 4325.0, 4354.0, 4315.0, 4355.0, 4338.0, 4346.0, 4323.0, 4353.0, 4317.0, 4348.0, 4329.0, 4359.0, 4347.0, 4340.0, 4380.0, 4351.0, 4369.0, 4352.0, 4370.0, 4340.0, 4359.0, 4328.0, 4372.0, 4329.0, 4372.0, 4318.0, 4359.0, 4337.0, 4349.0, 4390.0, 4349.0, 4368.0, 4326.0, 4345.0, 4304.0, 4335.0, 4315.0, 4363.0, 4314.0, 4335.0, 4314.0, 4336.0, 4367.0, 4349.0, 4367.0, 4338.0, 4357.0, 4328.0, 4358.0, 4328.0, 4371.0, 4318.0, 4354.0, 4336.0, 4339.0, 4379.0, 4350.0, 4369.0, 4338.0, 4358.0, 4327.0, 4358.0, 4330.0, 4371.0, 4329.0, 4368.0, 4318.0, 4371.0, 4349.0, 4359.0, 4390.0, 4336.0, 4367.0, 4325.0, 4356.0, 4327.0, 4345.0, 4315.0, 4335.0, 4315.0, 4347.0, 4337.0, 4338.0, 4377.0, 4337.0, 4368.0, 4340.0, 4358.0, 4317.0, 4346.0, 4315.0, 4357.0, 4347.0, 4349.0, 4356.0, 4326.0, 4367.0, 4326.0, 4358.0, 4327.0, 4357.0, 4317.0, 4348.0, 4317.0, 4359.0, 4349.0, 4349.0, 4357.0, 4338.0, 4378.0, 4350.0, 4380.0, 4351.0, 4369.0, 4334.0, 4358.0, 4317.0, 4358.0, 4379.0, 4348.0, 4394.0, 4336.0, 4356.0, 4325.0, 4357.0, 4327.0, 4357.0, 4305.0, 4347.0, 4347.0, 4349.0, 4367.0, 4338.0, 4378.0, 4338.0, 4368.0, 4339.0, 4359.0, 4328.0, 4359.0, 4317.0, 4359.0, 4337.0, 4360.0, 4359.0, 4338.0, 4379.0, 4338.0, 4377.0, 4338.0, 4369.0, 4326.0, 4358.0, 4326.0, 4348.0, 4316.0, 4357.0, 4345.0, 4326.0, 4367.0, 4336.0, 4366.0, 4338.0, 4356.0, 4316.0, 4346.0, 4317.0, 4356.0, 4317.0, 4359.0, 4325.0, 4339.0, 4358.0, 4339.0, 4379.0, 4363.0, 4370.0, 4329.0, 4359.0, 4317.0, 4360.0, 4339.0, 4360.0, 4357.0, 4350.0, 4369.0, 4338.0, 4379.0, 4340.0, 4359.0, 4329.0, 4359.0, 4329.0, 4359.0, 4331.0, 4371.0, 4318.0, 4349.0, 4316.0, 4348.0, 4337.0, 4349.0, 4358.0, 4339.0, 4367.0, 4339.0, 4378.0, 4338.0, 4359.0, 4328.0, 4358.0, 4305.0, 4348.0, 4327.0, 4348.0, 4369.0, 4328.0, 4380.0, 4328.0, 4357.0, 4327.0, 4349.0, 4317.0, 4350.0, 4316.0, 4327.0, 4365.0, 4325.0, 4356.0, 4326.0, 4346.0, 4311.0, 4357.0, 4317.0, 4357.0, 4317.0, 4359.0, 4319.0, 4359.0, 4357.0, 4328.0, 4377.0, 4338.0, 4357.0, 4316.0, 4358.0, 4317.0, 4358.0, 4315.0, 4357.0, 4316.0, 4338.0, 4367.0, 4327.0, 4367.0, 4329.0, 4348.0, 4333.0, 4347.0, 4306.0, 4349.0, 4367.0, 4339.0, 4368.0, 4338.0, 4357.0, 4316.0, 4347.0, 4321.0, 4358.0, 4304.0, 4337.0, 4345.0, 4326.0, 4365.0, 4325.0, 4347.0, 4317.0, 4348.0, 4307.0, 4348.0, 4348.0, 4348.0, 4359.0, 4340.0, 4319.0, 4344.0, 4318.0, 4361.0, 4360.0, 4362.0, 4371.0, 4351.0, 4381.0, 4338.0, 4370.0, 4340.0, 4360.0, 4328.0, 4348.0, 4316.0, 4348.0, 4316.0, 4359.0, 4367.0, 4328.0, 4368.0, 4326.0, 4345.0, 4315.0, 4347.0, 4315.0, 4346.0, 4304.0, 4336.0, 4356.0, 4328.0, 4368.0, 4327.0, 4358.0, 4316.0, 4347.0, 4305.0, 4359.0, 4317.0, 4339.0, 4378.0, 4338.0, 4358.0, 4329.0, 4359.0, 4320.0, 4360.0, 4319.0, 4358.0, 4369.0, 4352.0, 4371.0, 4331.0, 4382.0, 4341.0, 4370.0, 4327.0, 4371.0, 4319.0, 4359.0, 4319.0, 4349.0, 4317.0, 4348.0, 4369.0, 4349.0, 4380.0, 4338.0, 4369.0, 4339.0, 4357.0, 4315.0, 4348.0, 4318.0, 4359.0, 4327.0, 4339.0, 4369.0, 4327.0, 4357.0, 4327.0, 4356.0, 4316.0, 4346.0, 4305.0, 4348.0, 4305.0, 4347.0, 4315.0, 4326.0, 4366.0, 4337.0, 4359.0, 4338.0, 4348.0, 4328.0, 4359.0, 4317.0, 4337.0, 4367.0, 4326.0, 4357.0, 4326.0, 4347.0, 4304.0, 4337.0, 4315.0, 4327.0, 4366.0, 4326.0, 4347.0, 4316.0, 4348.0, 4307.0, 4338.0, 4336.0, 4328.0, 4378.0, 4340.0, 4359.0, 4329.0, 4348.0, 4328.0, 4359.0, 4319.0, 4361.0, 4320.0, 4354.0, 4371.0, 4343.0, 4386.0, 4354.0, 4371.0, 4333.0, 4363.0, 4331.0, 4373.0, 4361.0, 4352.0, 4383.0, 4342.0, 4371.0, 4330.0, 4360.0, 4319.0, 4360.0, 4319.0, 4349.0, 4318.0, 4339.0, 4381.0, 4350.0, 4360.0, 4329.0, 4348.0, 4316.0, 4349.0, 4347.0, 4339.0, 4368.0, 4317.0, 4357.0, 4329.0, 4348.0, 4319.0, 4348.0, 4313.0, 4339.0, 4328.0, 4340.0, 4381.0, 4340.0, 4371.0, 4331.0, 4359.0, 4319.0, 4360.0, 4319.0, 4360.0, 4319.0, 4339.0, 4378.0, 4338.0, 4358.0, 4328.0, 4347.0, 4304.0, 4336.0, 4293.0, 4336.0, 4356.0, 4326.0, 4378.0, 4328.0, 4358.0, 4316.0, 4346.0, 4317.0, 4358.0, 4327.0, 4348.0, 4307.0, 4348.0, 4326.0, 4348.0, 4368.0, 4328.0, 4369.0, 4328.0, 4357.0, 4318.0, 4348.0, 4319.0, 4348.0, 4305.0, 4347.0, 4317.0, 4360.0, 4318.0, 4348.0, 4318.0, 4348.0, 4367.0, 4338.0, 4380.0, 4338.0, 4358.0, 4325.0, 4336.0, 4315.0, 4346.0, 4314.0, 4346.0, 4306.0, 4336.0, 4304.0, 4336.0, 4346.0, 4338.0, 4326.0, 4338.0, 4336.0, 4328.0, 4368.0, 4339.0, 4380.0, 4336.0, 4370.0, 4329.0, 4369.0, 4330.0, 4360.0, 4330.0, 4357.0, 4317.0, 4348.0, 4330.0, 4360.0, 4330.0, 4359.0, 4318.0, 4359.0, 4319.0, 4372.0, 4320.0, 4371.0, 4319.0, 4361.0, 4328.0, 4349.0, 4369.0, 4351.0, 4369.0, 4329.0, 4370.0, 4328.0, 4358.0, 4343.0, 4359.0, 4318.0, 4348.0, 4328.0, 4359.0, 4307.0, 4348.0, 4317.0, 4337.0, 4337.0, 4328.0, 4379.0, 4338.0, 4368.0, 4318.0, 4357.0, 4317.0, 4357.0, 4329.0, 4348.0, 4319.0, 4348.0, 4317.0, 4347.0, 4326.0, 4337.0, 4367.0, 4326.0, 4367.0, 4316.0, 4345.0, 4316.0, 4357.0, 4328.0, 4366.0, 4306.0, 4346.0, 4317.0, 4347.0, 4311.0, 4358.0, 4356.0, 4337.0, 4379.0, 4327.0, 4356.0, 4326.0, 4335.0, 4304.0, 4335.0, 4326.0, 4347.0, 4305.0, 4348.0, 4305.0, 4337.0, 4377.0, 4326.0, 4356.0, 4327.0, 4346.0, 4316.0, 4336.0, 4327.0, 4349.0, 4306.0, 4346.0, 4311.0, 4337.0, 4306.0, 4329.0, 4368.0, 4338.0, 4369.0, 4329.0, 4359.0, 4329.0, 4348.0, 4317.0, 4359.0, 4327.0, 4354.0, 4307.0, 4349.0, 4315.0, 4360.0, 4347.0, 4358.0, 4359.0, 4329.0, 4379.0, 4339.0, 4368.0, 4329.0, 4357.0, 4318.0, 4349.0, 4328.0, 4359.0, 4312.0, 4339.0, 4307.0, 4363.0, 4359.0, 4350.0, 4380.0, 4328.0, 4379.0, 4339.0, 4348.0, 4340.0, 4348.0, 4347.0, 4379.0, 4349.0, 4377.0, 4327.0, 4369.0, 4316.0, 4355.0, 4327.0, 4347.0, 4315.0, 4346.0, 4294.0, 4347.0, 4346.0, 4340.0, 4366.0, 4317.0, 4345.0, 4318.0, 4347.0, 4317.0, 4360.0, 4307.0, 4348.0, 4318.0, 4326.0, 4379.0, 4351.0, 4358.0, 4329.0, 4347.0, 4319.0, 4360.0, 4330.0, 4373.0, 4320.0, 4350.0, 4319.0, 4338.0, 4382.0, 4339.0, 4361.0, 4341.0, 4361.0, 4321.0, 4360.0, 4319.0, 4361.0, 4380.0, 4339.0, 4394.0, 4339.0, 4347.0, 4327.0, 4348.0, 4318.0, 4349.0, 4327.0, 4329.0, 4368.0, 4328.0, 4367.0, 4339.0, 4359.0, 4318.0, 4359.0, 4308.0, 4357.0, 4317.0, 4360.0, 4358.0, 4329.0, 4379.0, 4328.0, 4357.0, 4338.0, 4358.0, 4317.0, 4348.0, 4305.0, 4348.0, 4347.0, 4338.0, 4377.0, 4337.0, 4364.0, 4316.0, 4345.0, 4317.0, 4344.0, 4317.0, 4358.0, 4329.0, 4361.0, 4317.0, 4359.0, 4317.0, 4359.0, 4366.0, 4338.0, 4379.0, 4327.0, 4356.0, 4340.0, 4349.0, 4329.0, 4359.0, 4328.0, 4357.0, 4307.0, 4360.0, 4357.0, 4327.0, 4367.0, 4336.0, 4344.0, 4316.0, 4345.0, 4317.0, 4346.0, 4307.0, 4349.0, 4316.0, 4338.0, 4368.0, 4351.0, 4381.0, 4341.0, 4372.0, 4328.0, 4373.0, 4327.0, 4360.0, 4349.0, 4333.0, 4380.0, 4329.0, 4357.0, 4328.0, 4362.0, 4328.0, 4359.0, 4319.0, 4351.0, 4351.0, 4350.0, 4355.0, 4341.0, 4332.0, 4341.0, 4382.0, 4343.0, 4383.0, 4358.0, 4385.0, 4337.0, 4385.0, 4343.0, 4374.0, 4407.0, 4353.0, 4383.0, 4340.0, 4363.0, 4338.0, 4350.0, 4391.0, 4341.0, 4369.0, 4316.0, 4348.0, 4326.0, 4348.0, 4335.0, 4340.0, 4379.0, 4328.0, 4358.0, 4321.0, 4346.0, 4306.0, 4339.0, 4368.0, 4314.0, 4356.0, 4315.0, 4336.0, 4316.0, 4348.0, 4304.0, 4327.0, 4378.0, 4339.0, 4357.0, 4329.0, 4358.0, 4326.0, 4356.0, 4305.0, 4335.0, 4376.0, 4328.0, 4357.0, 4341.0, 4357.0, 4327.0, 4348.0, 4317.0, 4339.0, 4349.0, 4351.0, 4371.0, 4351.0, 4392.0, 4351.0, 4382.0, 4341.0, 4374.0, 4328.0, 4362.0, 4368.0, 4326.0, 4368.0, 4335.0, 4358.0, 4315.0, 4345.0, 4313.0, 4335.0, 4306.0, 4347.0, 4330.0, 4348.0, 4358.0, 4352.0, 4337.0, 4341.0, 4380.0, 4338.0, 4379.0, 4355.0, 4372.0, 4340.0, 4371.0, 4333.0, 4372.0, 4319.0, 4360.0, 4337.0, 4350.0, 4368.0, 4329.0, 4366.0, 4329.0, 4367.0, 4328.0, 4359.0, 4326.0, 4345.0, 4325.0, 4339.0, 4304.0, 4336.0, 4336.0, 4328.0, 4344.0, 4316.0, 4355.0, 4316.0, 4347.0, 4317.0, 4349.0, 4328.0, 4348.0, 4333.0, 4348.0, 4328.0, 4371.0, 4342.0, 4382.0, 4353.0, 4372.0, 4354.0, 4362.0, 4342.0, 4349.0, 4330.0, 4379.0, 4341.0, 4384.0, 4353.0, 4385.0, 4354.0, 4373.0, 4333.0, 4372.0, 4329.0, 4371.0, 4347.0, 4338.0, 4389.0, 4350.0, 4382.0, 4340.0, 4357.0, 4320.0, 4349.0, 4309.0, 4361.0, 4307.0, 4348.0, 4365.0, 4328.0, 4369.0, 4335.0, 4348.0, 4315.0, 4348.0, 4305.0, 4338.0, 4335.0, 4329.0, 4380.0, 4349.0, 4358.0, 4328.0, 4359.0, 4327.0, 4360.0, 4319.0, 4359.0, 4321.0, 4362.0, 4381.0, 4339.0, 4370.0, 4339.0, 4370.0, 4343.0, 4360.0, 4330.0, 4361.0, 4331.0, 4373.0, 4318.0, 4351.0, 4371.0, 4344.0, 4392.0, 4349.0, 4370.0, 4329.0, 4359.0, 4344.0, 4361.0, 4342.0, 4361.0, 4330.0, 4352.0, 4373.0, 4343.0, 4384.0, 4353.0, 4385.0, 4367.0, 4394.0, 4357.0, 4397.0, 4355.0, 4399.0, 4363.0, 4372.0, 4382.0, 4341.0, 4403.0, 4351.0, 4370.0, 4330.0, 4362.0, 4340.0, 4361.0, 4343.0, 4373.0, 4330.0, 4339.0, 4355.0, 4328.0, 4370.0, 4352.0, 4374.0, 4343.0, 4372.0, 4344.0, 4372.0, 4342.0, 4374.0, 4332.0, 4362.0, 4321.0, 4362.0, 4329.0, 4362.0, 4369.0, 4339.0, 4380.0, 4340.0, 4369.0, 4339.0, 4359.0, 4325.0, 4358.0, 4317.0, 4357.0, 4328.0, 4359.0, 4318.0, 4348.0, 4306.0, 4339.0, 4357.0, 4339.0, 4379.0, 4338.0, 4358.0, 4327.0, 4359.0, 4328.0, 4358.0, 4318.0, 4360.0, 4327.0, 4358.0, 4331.0, 4376.0, 4331.0, 4395.0, 4342.0, 4348.0, 4318.0, 4336.0, 4317.0, 4359.0, 4319.0, 4382.0, 4352.0, 4363.0, 4394.0, 4363.0, 4373.0, 4326.0, 4360.0, 4366.0, 4313.0, 4368.0, 4333.0, 4347.0, 4303.0, 4334.0, 4363.0, 4314.0], 'WindowWidth': [9684.0, 9679.0, 9647.0, 9638.0, 9573.0, 9623.0, 9568.0, 9626.0, 9551.0, 9608.0, 9594.0, 9599.0, 9663.0, 9635.0, 9633.0, 9599.0, 9626.0, 9566.0, 9628.0, 9627.0, 9618.0, 9643.0, 9595.0, 9626.0, 9570.0, 9627.0, 9567.0, 9599.0, 9654.0, 9595.0, 9625.0, 9582.0, 9629.0, 9552.0, 9607.0, 9610.0, 9596.0, 9657.0, 9611.0, 9624.0, 9583.0, 9621.0, 9578.0, 9644.0, 9568.0, 9628.0, 9553.0, 9607.0, 9600.0, 9573.0, 9641.0, 9614.0, 9622.0, 9559.0, 9607.0, 9544.0, 9605.0, 9591.0, 9589.0, 9635.0, 9559.0, 9610.0, 9574.0, 9602.0, 9582.0, 9622.0, 9545.0, 9604.0, 9557.0, 9590.0, 9656.0, 9607.0, 9602.0, 9559.0, 9584.0, 9542.0, 9599.0, 9555.0, 9587.0, 9601.0, 9576.0, 9640.0, 9595.0, 9638.0, 9593.0, 9617.0, 9559.0, 9624.0, 9552.0, 9624.0, 9555.0, 9588.0, 9619.0, 9571.0, 9636.0, 9592.0, 9602.0, 9540.0, 9586.0, 9541.0, 9597.0, 9634.0, 9592.0, 9619.0, 9571.0, 9602.0, 9560.0, 9600.0, 9547.0, 9620.0, 9546.0, 9587.0, 9586.0, 9575.0, 9653.0, 9605.0, 9618.0, 9560.0, 9606.0, 9548.0, 9620.0, 9545.0, 9615.0, 9587.0, 9585.0, 9640.0, 9583.0, 9612.0, 9570.0, 9585.0, 9540.0, 9599.0, 9542.0, 9601.0, 9616.0, 9587.0, 9637.0, 9569.0, 9599.0, 9557.0, 9600.0, 9524.0, 9585.0, 9522.0, 9568.0, 9635.0, 9587.0, 9602.0, 9573.0, 9597.0, 9545.0, 9602.0, 9547.0, 9626.0, 9548.0, 9588.0, 9601.0, 9571.0, 9638.0, 9589.0, 9614.0, 9540.0, 9579.0, 9534.0, 9582.0, 9522.0, 9600.0, 9538.0, 9598.0, 9568.0, 9572.0, 9541.0, 9587.0, 9553.0, 9600.0, 9636.0, 9592.0, 9632.0, 9558.0, 9598.0, 9536.0, 9581.0, 9538.0, 9595.0, 9520.0, 9550.0, 9591.0, 9536.0, 9593.0, 9574.0, 9579.0, 9555.0, 9595.0, 9544.0, 9587.0, 9563.0, 9603.0, 9585.0, 9577.0, 9637.0, 9594.0, 9620.0, 9599.0, 9621.0, 9578.0, 9604.0, 9560.0, 9625.0, 9562.0, 9625.0, 9544.0, 9603.0, 9570.0, 9588.0, 9658.0, 9588.0, 9620.0, 9551.0, 9577.0, 9519.0, 9564.0, 9537.0, 9609.0, 9534.0, 9563.0, 9533.0, 9567.0, 9614.0, 9590.0, 9615.0, 9573.0, 9598.0, 9559.0, 9602.0, 9559.0, 9622.0, 9545.0, 9598.0, 9568.0, 9574.0, 9635.0, 9592.0, 9620.0, 9574.0, 9601.0, 9560.0, 9602.0, 9565.0, 9622.0, 9563.0, 9616.0, 9545.0, 9622.0, 9588.0, 9602.0, 9651.0, 9566.0, 9614.0, 9549.0, 9595.0, 9557.0, 9578.0, 9535.0, 9564.0, 9538.0, 9582.0, 9569.0, 9573.0, 9630.0, 9570.0, 9615.0, 9577.0, 9600.0, 9543.0, 9581.0, 9537.0, 9597.0, 9583.0, 9585.0, 9598.0, 9553.0, 9612.0, 9554.0, 9600.0, 9557.0, 9598.0, 9544.0, 9586.0, 9543.0, 9601.0, 9589.0, 9588.0, 9599.0, 9573.0, 9634.0, 9591.0, 9637.0, 9595.0, 9620.0, 9570.0, 9600.0, 9541.0, 9600.0, 9632.0, 9583.0, 9661.0, 9566.0, 9597.0, 9552.0, 9596.0, 9555.0, 9598.0, 9524.0, 9582.0, 9583.0, 9588.0, 9614.0, 9573.0, 9632.0, 9573.0, 9616.0, 9577.0, 9603.0, 9560.0, 9604.0, 9543.0, 9601.0, 9569.0, 9604.0, 9601.0, 9572.0, 9633.0, 9571.0, 9630.0, 9572.0, 9619.0, 9554.0, 9600.0, 9552.0, 9585.0, 9540.0, 9597.0, 9578.0, 9552.0, 9615.0, 9564.0, 9610.0, 9572.0, 9594.0, 9540.0, 9581.0, 9542.0, 9594.0, 9542.0, 9601.0, 9558.0, 9575.0, 9601.0, 9577.0, 9633.0, 9614.0, 9620.0, 9563.0, 9604.0, 9543.0, 9604.0, 9574.0, 9604.0, 9599.0, 9589.0, 9619.0, 9572.0, 9634.0, 9577.0, 9603.0, 9561.0, 9602.0, 9564.0, 9604.0, 9568.0, 9623.0, 9545.0, 9587.0, 9540.0, 9585.0, 9569.0, 9589.0, 9600.0, 9574.0, 9615.0, 9574.0, 9632.0, 9572.0, 9604.0, 9559.0, 9599.0, 9523.0, 9585.0, 9553.0, 9584.0, 9618.0, 9557.0, 9635.0, 9560.0, 9599.0, 9557.0, 9590.0, 9540.0, 9588.0, 9539.0, 9553.0, 9608.0, 9549.0, 9595.0, 9552.0, 9580.0, 9535.0, 9596.0, 9541.0, 9597.0, 9542.0, 9601.0, 9547.0, 9602.0, 9598.0, 9556.0, 9630.0, 9572.0, 9598.0, 9540.0, 9598.0, 9541.0, 9599.0, 9536.0, 9595.0, 9539.0, 9570.0, 9615.0, 9554.0, 9612.0, 9560.0, 9585.0, 9566.0, 9583.0, 9525.0, 9586.0, 9614.0, 9574.0, 9616.0, 9572.0, 9597.0, 9539.0, 9583.0, 9547.0, 9598.0, 9520.0, 9567.0, 9578.0, 9550.0, 9609.0, 9550.0, 9584.0, 9544.0, 9584.0, 9530.0, 9585.0, 9586.0, 9583.0, 9603.0, 9578.0, 9550.0, 9586.0, 9547.0, 9606.0, 9606.0, 9611.0, 9622.0, 9593.0, 9642.0, 9572.0, 9622.0, 9576.0, 9605.0, 9557.0, 9584.0, 9537.0, 9583.0, 9538.0, 9600.0, 9608.0, 9554.0, 9616.0, 9549.0, 9578.0, 9534.0, 9580.0, 9534.0, 9577.0, 9518.0, 9564.0, 9593.0, 9555.0, 9615.0, 9555.0, 9599.0, 9539.0, 9582.0, 9523.0, 9601.0, 9541.0, 9572.0, 9634.0, 9570.0, 9598.0, 9561.0, 9602.0, 9552.0, 9605.0, 9547.0, 9601.0, 9616.0, 9595.0, 9621.0, 9565.0, 9641.0, 9579.0, 9621.0, 9557.0, 9621.0, 9548.0, 9603.0, 9546.0, 9587.0, 9541.0, 9585.0, 9616.0, 9588.0, 9636.0, 9570.0, 9620.0, 9572.0, 9596.0, 9536.0, 9585.0, 9542.0, 9600.0, 9553.0, 9572.0, 9619.0, 9554.0, 9598.0, 9555.0, 9592.0, 9538.0, 9577.0, 9521.0, 9582.0, 9522.0, 9580.0, 9536.0, 9552.0, 9613.0, 9568.0, 9602.0, 9571.0, 9585.0, 9558.0, 9601.0, 9542.0, 9568.0, 9615.0, 9550.0, 9599.0, 9551.0, 9581.0, 9520.0, 9566.0, 9536.0, 9553.0, 9609.0, 9552.0, 9582.0, 9539.0, 9583.0, 9528.0, 9570.0, 9566.0, 9556.0, 9630.0, 9575.0, 9601.0, 9561.0, 9584.0, 9557.0, 9602.0, 9548.0, 9606.0, 9552.0, 9601.0, 9623.0, 9586.0, 9647.0, 9604.0, 9624.0, 9574.0, 9615.0, 9568.0, 9626.0, 9608.0, 9597.0, 9644.0, 9581.0, 9626.0, 9562.0, 9606.0, 9546.0, 9605.0, 9547.0, 9590.0, 9544.0, 9574.0, 9645.0, 9590.0, 9606.0, 9561.0, 9587.0, 9540.0, 9588.0, 9582.0, 9573.0, 9615.0, 9541.0, 9599.0, 9561.0, 9585.0, 9545.0, 9585.0, 9542.0, 9573.0, 9559.0, 9575.0, 9637.0, 9577.0, 9624.0, 9568.0, 9601.0, 9547.0, 9605.0, 9547.0, 9603.0, 9546.0, 9571.0, 9634.0, 9568.0, 9603.0, 9557.0, 9583.0, 9520.0, 9564.0, 9502.0, 9563.0, 9593.0, 9551.0, 9629.0, 9557.0, 9601.0, 9538.0, 9579.0, 9541.0, 9597.0, 9555.0, 9584.0, 9528.0, 9584.0, 9550.0, 9584.0, 9613.0, 9557.0, 9619.0, 9559.0, 9596.0, 9545.0, 9583.0, 9546.0, 9586.0, 9525.0, 9583.0, 9542.0, 9604.0, 9544.0, 9587.0, 9545.0, 9585.0, 9611.0, 9571.0, 9641.0, 9568.0, 9604.0, 9550.0, 9566.0, 9533.0, 9578.0, 9532.0, 9578.0, 9525.0, 9565.0, 9520.0, 9565.0, 9578.0, 9571.0, 9552.0, 9571.0, 9566.0, 9558.0, 9616.0, 9575.0, 9635.0, 9576.0, 9621.0, 9562.0, 9618.0, 9564.0, 9605.0, 9563.0, 9597.0, 9543.0, 9586.0, 9564.0, 9605.0, 9562.0, 9602.0, 9544.0, 9603.0, 9546.0, 9624.0, 9549.0, 9621.0, 9549.0, 9606.0, 9558.0, 9588.0, 9616.0, 9592.0, 9618.0, 9560.0, 9622.0, 9556.0, 9602.0, 9582.0, 9603.0, 9546.0, 9584.0, 9556.0, 9599.0, 9528.0, 9583.0, 9542.0, 9568.0, 9566.0, 9555.0, 9635.0, 9571.0, 9616.0, 9543.0, 9597.0, 9541.0, 9595.0, 9559.0, 9585.0, 9547.0, 9584.0, 9539.0, 9582.0, 9550.0, 9567.0, 9611.0, 9548.0, 9610.0, 9536.0, 9579.0, 9536.0, 9597.0, 9557.0, 9608.0, 9526.0, 9577.0, 9540.0, 9580.0, 9532.0, 9598.0, 9593.0, 9569.0, 9633.0, 9554.0, 9596.0, 9553.0, 9563.0, 9520.0, 9563.0, 9551.0, 9582.0, 9523.0, 9583.0, 9521.0, 9567.0, 9627.0, 9551.0, 9596.0, 9552.0, 9580.0, 9537.0, 9564.0, 9550.0, 9585.0, 9523.0, 9580.0, 9535.0, 9568.0, 9524.0, 9557.0, 9614.0, 9570.0, 9618.0, 9561.0, 9602.0, 9561.0, 9584.0, 9542.0, 9602.0, 9554.0, 9596.0, 9530.0, 9587.0, 9539.0, 9603.0, 9584.0, 9606.0, 9604.0, 9561.0, 9634.0, 9574.0, 9619.0, 9560.0, 9599.0, 9545.0, 9589.0, 9557.0, 9603.0, 9537.0, 9573.0, 9528.0, 9612.0, 9601.0, 9590.0, 9634.0, 9559.0, 9633.0, 9576.0, 9588.0, 9579.0, 9588.0, 9587.0, 9634.0, 9589.0, 9629.0, 9555.0, 9620.0, 9537.0, 9595.0, 9554.0, 9585.0, 9537.0, 9580.0, 9507.0, 9581.0, 9576.0, 9573.0, 9609.0, 9540.0, 9577.0, 9542.0, 9581.0, 9540.0, 9603.0, 9529.0, 9584.0, 9543.0, 9554.0, 9632.0, 9593.0, 9599.0, 9561.0, 9584.0, 9548.0, 9605.0, 9564.0, 9624.0, 9548.0, 9591.0, 9548.0, 9573.0, 9642.0, 9575.0, 9608.0, 9581.0, 9608.0, 9555.0, 9608.0, 9550.0, 9608.0, 9636.0, 9573.0, 9663.0, 9576.0, 9583.0, 9554.0, 9584.0, 9545.0, 9588.0, 9556.0, 9562.0, 9616.0, 9559.0, 9612.0, 9574.0, 9603.0, 9545.0, 9601.0, 9532.0, 9597.0, 9540.0, 9603.0, 9597.0, 9560.0, 9635.0, 9557.0, 9600.0, 9570.0, 9601.0, 9541.0, 9586.0, 9524.0, 9584.0, 9580.0, 9569.0, 9632.0, 9566.0, 9603.0, 9538.0, 9577.0, 9541.0, 9576.0, 9542.0, 9599.0, 9562.0, 9607.0, 9545.0, 9603.0, 9545.0, 9601.0, 9609.0, 9570.0, 9632.0, 9556.0, 9598.0, 9577.0, 9589.0, 9561.0, 9602.0, 9556.0, 9598.0, 9527.0, 9603.0, 9595.0, 9554.0, 9617.0, 9566.0, 9577.0, 9538.0, 9576.0, 9541.0, 9581.0, 9530.0, 9589.0, 9542.0, 9575.0, 9616.0, 9596.0, 9639.0, 9581.0, 9626.0, 9563.0, 9626.0, 9559.0, 9604.0, 9587.0, 9570.0, 9639.0, 9560.0, 9601.0, 9561.0, 9613.0, 9560.0, 9602.0, 9548.0, 9593.0, 9595.0, 9593.0, 9606.0, 9584.0, 9571.0, 9585.0, 9641.0, 9589.0, 9645.0, 9614.0, 9649.0, 9586.0, 9650.0, 9589.0, 9631.0, 9689.0, 9601.0, 9647.0, 9578.0, 9614.0, 9573.0, 9592.0, 9658.0, 9578.0, 9620.0, 9541.0, 9586.0, 9554.0, 9584.0, 9565.0, 9576.0, 9633.0, 9558.0, 9600.0, 9552.0, 9582.0, 9526.0, 9571.0, 9613.0, 9535.0, 9593.0, 9537.0, 9566.0, 9538.0, 9585.0, 9522.0, 9557.0, 9631.0, 9573.0, 9601.0, 9560.0, 9601.0, 9553.0, 9596.0, 9525.0, 9566.0, 9629.0, 9559.0, 9599.0, 9579.0, 9599.0, 9558.0, 9587.0, 9544.0, 9578.0, 9590.0, 9596.0, 9622.0, 9597.0, 9661.0, 9597.0, 9643.0, 9581.0, 9635.0, 9559.0, 9610.0, 9613.0, 9553.0, 9622.0, 9564.0, 9599.0, 9537.0, 9577.0, 9534.0, 9565.0, 9530.0, 9586.0, 9565.0, 9590.0, 9605.0, 9600.0, 9575.0, 9582.0, 9635.0, 9575.0, 9635.0, 9604.0, 9630.0, 9582.0, 9625.0, 9570.0, 9625.0, 9548.0, 9603.0, 9568.0, 9588.0, 9611.0, 9559.0, 9611.0, 9558.0, 9617.0, 9558.0, 9605.0, 9552.0, 9579.0, 9548.0, 9569.0, 9520.0, 9564.0, 9563.0, 9554.0, 9576.0, 9540.0, 9593.0, 9540.0, 9582.0, 9544.0, 9587.0, 9559.0, 9585.0, 9571.0, 9589.0, 9560.0, 9621.0, 9587.0, 9641.0, 9603.0, 9627.0, 9603.0, 9612.0, 9586.0, 9591.0, 9564.0, 9634.0, 9583.0, 9648.0, 9603.0, 9648.0, 9604.0, 9630.0, 9573.0, 9626.0, 9561.0, 9622.0, 9583.0, 9571.0, 9652.0, 9590.0, 9643.0, 9576.0, 9598.0, 9548.0, 9587.0, 9531.0, 9604.0, 9527.0, 9583.0, 9608.0, 9556.0, 9619.0, 9564.0, 9587.0, 9538.0, 9584.0, 9524.0, 9571.0, 9565.0, 9561.0, 9636.0, 9590.0, 9602.0, 9561.0, 9603.0, 9559.0, 9607.0, 9551.0, 9604.0, 9554.0, 9609.0, 9636.0, 9576.0, 9623.0, 9577.0, 9623.0, 9589.0, 9606.0, 9565.0, 9610.0, 9567.0, 9626.0, 9548.0, 9596.0, 9625.0, 9590.0, 9660.0, 9594.0, 9624.0, 9566.0, 9606.0, 9589.0, 9613.0, 9589.0, 9610.0, 9569.0, 9602.0, 9630.0, 9591.0, 9649.0, 9606.0, 9650.0, 9630.0, 9665.0, 9616.0, 9675.0, 9609.0, 9680.0, 9614.0, 9628.0, 9642.0, 9584.0, 9681.0, 9596.0, 9623.0, 9566.0, 9610.0, 9585.0, 9614.0, 9588.0, 9630.0, 9566.0, 9577.0, 9594.0, 9560.0, 9621.0, 9602.0, 9632.0, 9590.0, 9628.0, 9592.0, 9629.0, 9588.0, 9631.0, 9571.0, 9612.0, 9555.0, 9610.0, 9563.0, 9610.0, 9616.0, 9574.0, 9637.0, 9576.0, 9620.0, 9574.0, 9605.0, 9553.0, 9598.0, 9543.0, 9597.0, 9558.0, 9602.0, 9544.0, 9585.0, 9525.0, 9573.0, 9597.0, 9573.0, 9631.0, 9571.0, 9602.0, 9556.0, 9602.0, 9558.0, 9600.0, 9545.0, 9602.0, 9556.0, 9599.0, 9566.0, 9636.0, 9567.0, 9667.0, 9580.0, 9583.0, 9547.0, 9565.0, 9542.0, 9602.0, 9548.0, 9638.0, 9597.0, 9613.0, 9668.0, 9613.0, 9633.0, 9554.0, 9604.0, 9607.0, 9529.0, 9617.0, 9556.0, 9584.0, 9515.0, 9560.0, 9599.0, 9531.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.0009411380880121397</td></tr>
<tr><td colspan=3>aqi</td><td>0.024820766084977238</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.44891052121493</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2892753715717555</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9911321247760063</td></tr>
<tr><td colspan=3>efc</td><td>0.498</td></tr>
<tr><td colspan=3>fber</td><td>4590.5527</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11023243959355633</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.145675265553869</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5770847537995407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4927142132963347</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.852336386540456</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3862036615618307</td></tr>
<tr><td colspan=3>gcor</td><td>0.00673058</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011544515378773212</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027738483622670174</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.8231131673524956</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.2897</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1643</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.8001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1157.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.1942</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4248</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.8399</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3481.4185</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.8681</td></tr>
<tr><td colspan=3>tsnr</td><td>37.49900245573372</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>