<?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-0050_ses-02_task-narratives_acq-mb8_run-03_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-0050_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0050_suffix-bold_task-narratives" 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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0050_suffix-bold_task-narratives" 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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_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-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-narratives_acq-mb8_run-03_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-0050/ses-02/func/sub-0050_ses-02_task-narratives_acq-mb8_run-03_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>f5c7608f0164d957b54115b4ae67add6</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:39:18.412500</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.998535, 0.0479477, 0.0250659, -0.0467403, 0.997814, -0.0467172]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.0807603</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7747, -7278, 616, -66, -212, -27, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.635</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e9b771d5-8554-492d-b494-77cc07325e5a||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.678997278213501, -0.12540094554424286, 0.07357800751924515, 114.4319839477539], [-0.12864020466804504, 2.6770620346069336, -0.12278826534748077, -85.9688720703125], [0.06725005060434341, 0.12533870339393616, 2.6962027549743652, -75.69832611083984], [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, 1298]</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], 'AcquisitionTime': ['163918.412500', '163918.872500', '163919.332500', '163919.792500', '163920.252500', '163920.712500', '163921.172500', '163921.632500', '163922.092500', '163922.552500', '163923.012500', '163923.472500', '163923.932500', '163924.392500', '163924.852500', '163925.312500', '163925.772500', '163926.232500', '163926.692500', '163927.152500', '163927.612500', '163928.072500', '163928.532500', '163928.992500', '163929.452500', '163929.912500', '163930.372500', '163930.832500', '163931.292500', '163931.752500', '163932.212500', '163932.672500', '163933.132500', '163933.592500', '163934.052500', '163934.512500', '163934.972500', '163935.432500', '163935.892500', '163936.352500', '163936.812500', '163937.272500', '163937.732500', '163938.192500', '163938.652500', '163939.112500', '163939.572500', '163940.032500', '163940.492500', '163940.952500', '163941.412500', '163941.872500', '163942.332500', '163942.792500', '163943.252500', '163943.712500', '163944.172500', '163944.632500', '163945.092500', '163945.552500', '163946.012500', '163946.472500', '163946.932500', '163947.392500', '163947.852500', '163948.312500', '163948.772500', '163949.232500', '163949.692500', '163950.152500', '163950.612500', '163951.072500', '163951.532500', '163951.992500', '163952.452500', '163952.912500', '163953.372500', '163953.832500', '163954.292500', '163954.752500', '163955.212500', '163955.672500', '163956.132500', '163956.592500', '163957.052500', '163957.512500', '163957.972500', '163958.432500', '163958.892500', '163959.352500', '163959.812500', '164000.272500', '164000.732500', '164001.192500', '164001.652500', '164002.112500', '164002.572500', '164003.032500', '164003.492500', '164003.952500', '164004.412500', '164004.872500', '164005.332500', '164005.792500', '164006.252500', '164006.712500', '164007.172500', '164007.632500', '164008.092500', '164008.552500', '164009.012500', '164009.472500', '164009.932500', '164010.392500', '164010.852500', '164011.312500', '164011.772500', '164012.232500', '164012.692500', '164013.152500', '164013.612500', '164014.072500', '164014.532500', '164014.992500', '164015.452500', '164015.912500', '164016.372500', '164016.832500', '164017.292500', '164017.752500', '164018.212500', '164018.672500', '164019.132500', '164019.592500', '164020.052500', '164020.512500', '164020.972500', '164021.432500', '164021.892500', '164022.352500', '164022.812500', '164023.272500', '164023.732500', '164024.192500', '164024.652500', '164025.112500', '164025.572500', '164026.032500', '164026.492500', '164026.952500', '164027.412500', '164027.872500', '164028.332500', '164028.792500', '164029.252500', '164029.712500', '164030.172500', '164030.632500', '164031.092500', '164031.552500', '164032.012500', '164032.472500', '164032.932500', '164033.392500', '164033.852500', '164034.312500', '164034.772500', '164035.232500', '164035.692500', '164036.152500', '164036.612500', '164037.072500', '164037.532500', '164037.992500', '164038.452500', '164038.912500', '164039.372500', '164039.832500', '164040.292500', '164040.752500', '164041.212500', '164041.672500', '164042.132500', '164042.592500', '164043.052500', '164043.512500', '164043.972500', '164044.432500', '164044.892500', '164045.352500', '164045.812500', '164046.272500', '164046.732500', '164047.192500', '164047.652500', '164048.112500', '164048.572500', '164049.032500', '164049.492500', '164049.952500', '164050.412500', '164050.872500', '164051.332500', '164051.792500', '164052.252500', '164052.712500', '164053.172500', '164053.632500', '164054.092500', '164054.552500', '164055.012500', '164055.472500', '164055.932500', '164056.392500', '164056.852500', '164057.312500', '164057.772500', '164058.232500', '164058.692500', '164059.152500', '164059.612500', '164100.072500', '164100.532500', '164100.992500', '164101.452500', '164101.912500', '164102.372500', '164102.832500', '164103.292500', '164103.752500', '164104.212500', '164104.672500', '164105.132500', '164105.592500', '164106.052500', '164106.512500', '164106.972500', '164107.432500', '164107.892500', '164108.352500', '164108.812500', '164109.272500', '164109.732500', '164110.192500', '164110.652500', '164111.112500', '164111.572500', '164112.032500', '164112.492500', '164112.952500', '164113.412500', '164113.872500', '164114.332500', '164114.792500', '164115.252500', '164115.712500', '164116.172500', '164116.632500', '164117.092500', '164117.552500', '164118.012500', '164118.472500', '164118.932500', '164119.392500', '164119.852500', '164120.312500', '164120.772500', '164121.232500', '164121.692500', '164122.152500', '164122.612500', '164123.072500', '164123.532500', '164123.992500', '164124.452500', '164124.912500', '164125.372500', '164125.832500', '164126.292500', '164126.752500', '164127.212500', '164127.672500', '164128.132500', '164128.592500', '164129.052500', '164129.512500', '164129.972500', '164130.432500', '164130.892500', '164131.352500', '164131.812500', '164132.272500', '164132.732500', '164133.192500', '164133.652500', '164134.112500', '164134.572500', '164135.032500', '164135.492500', '164135.952500', '164136.412500', '164136.872500', '164137.332500', '164137.792500', '164138.252500', '164138.712500', '164139.172500', '164139.632500', '164140.092500', '164140.552500', '164141.012500', '164141.472500', '164141.932500', '164142.392500', '164142.852500', '164143.312500', '164143.772500', '164144.232500', '164144.692500', '164145.152500', '164145.612500', '164146.072500', '164146.532500', '164146.992500', '164147.452500', '164147.912500', '164148.372500', '164148.832500', '164149.292500', '164149.752500', '164150.212500', '164150.672500', '164151.132500', '164151.592500', '164152.052500', '164152.512500', '164152.972500', '164153.432500', '164153.892500', '164154.352500', '164154.812500', '164155.272500', '164155.732500', '164156.192500', '164156.652500', '164157.112500', '164157.572500', '164158.032500', '164158.492500', '164158.952500', '164159.412500', '164159.872500', '164200.332500', '164200.792500', '164201.252500', '164201.712500', '164202.172500', '164202.632500', '164203.092500', '164203.552500', '164204.012500', '164204.472500', '164204.932500', '164205.392500', '164205.852500', '164206.312500', '164206.772500', '164207.232500', '164207.692500', '164208.152500', '164208.612500', '164209.072500', '164209.532500', '164209.992500', '164210.452500', '164210.912500', '164211.372500', '164211.832500', '164212.292500', '164212.752500', '164213.212500', '164213.672500', '164214.132500', '164214.592500', '164215.052500', '164215.512500', '164215.972500', '164216.432500', '164216.892500', '164217.352500', '164217.812500', '164218.272500', '164218.732500', '164219.192500', '164219.652500', '164220.112500', '164220.572500', '164221.032500', '164221.492500', '164221.952500', '164222.412500', '164222.872500', '164223.332500', '164223.792500', '164224.252500', '164224.712500', '164225.172500', '164225.632500', '164226.092500', '164226.552500', '164227.012500', '164227.472500', '164227.932500', '164228.392500', '164228.852500', '164229.312500', '164229.772500', '164230.232500', '164230.692500', '164231.152500', '164231.612500', '164232.072500', '164232.532500', '164232.992500', '164233.452500', '164233.912500', '164234.372500', '164234.832500', '164235.292500', '164235.752500', '164236.212500', '164236.672500', '164237.132500', '164237.592500', '164238.052500', '164238.512500', '164238.972500', '164239.432500', '164239.892500', '164240.352500', '164240.812500', '164241.272500', '164241.732500', '164242.192500', '164242.652500', '164243.112500', '164243.572500', '164244.032500', '164244.492500', '164244.952500', '164245.412500', '164245.872500', '164246.332500', '164246.792500', '164247.252500', '164247.712500', '164248.172500', '164248.632500', '164249.092500', '164249.552500', '164250.012500', '164250.472500', '164250.932500', '164251.392500', '164251.852500', '164252.312500', '164252.772500', '164253.232500', '164253.692500', '164254.152500', '164254.612500', '164255.072500', '164255.532500', '164255.992500', '164256.452500', '164256.912500', '164257.372500', '164257.832500', '164258.292500', '164258.752500', '164259.212500', '164259.672500', '164300.132500', '164300.592500', '164301.052500', '164301.512500', '164301.972500', '164302.432500', '164302.892500', '164303.352500', '164303.812500', '164304.272500', '164304.732500', '164305.192500', '164305.652500', '164306.112500', '164306.572500', '164307.032500', '164307.492500', '164307.952500', '164308.412500', '164308.872500', '164309.332500', '164309.792500', '164310.252500', '164310.712500', '164311.172500', '164311.632500', '164312.092500', '164312.552500', '164313.012500', '164313.472500', '164313.932500', '164314.392500', '164314.852500', '164315.312500', '164315.772500', '164316.232500', '164316.692500', '164317.152500', '164317.612500', '164318.072500', '164318.532500', '164318.992500', '164319.452500', '164319.912500', '164320.372500', '164320.832500', '164321.292500', '164321.752500', '164322.212500', '164322.672500', '164323.132500', '164323.592500', '164324.052500', '164324.512500', '164324.972500', '164325.432500', '164325.892500', '164326.352500', '164326.812500', '164327.272500', '164327.732500', '164328.192500', '164328.652500', '164329.112500', '164329.572500', '164330.032500', '164330.492500', '164330.952500', '164331.412500', '164331.872500', '164332.332500', '164332.792500', '164333.252500', '164333.712500', '164334.172500', '164334.632500', '164335.092500', '164335.552500', '164336.012500', '164336.472500', '164336.932500', '164337.392500', '164337.852500', '164338.312500', '164338.772500', '164339.232500', '164339.692500', '164340.152500', '164340.612500', '164341.072500', '164341.532500', '164341.992500', '164342.452500', '164342.912500', '164343.372500', '164343.832500', '164344.292500', '164344.752500', '164345.212500', '164345.672500', '164346.132500', '164346.592500', '164347.052500', '164347.512500', '164347.972500', '164348.432500', '164348.892500', '164349.352500', '164349.812500', '164350.272500', '164350.732500', '164351.192500', '164351.652500', '164352.112500', '164352.572500', '164353.032500', '164353.492500', '164353.952500', '164354.412500', '164354.872500', '164355.332500', '164355.792500', '164356.252500', '164356.712500', '164357.172500', '164357.632500', '164358.092500', '164358.552500', '164359.012500', '164359.472500', '164359.932500', '164400.392500', '164400.852500', '164401.312500', '164401.772500', '164402.232500', '164402.692500', '164403.152500', '164403.612500', '164404.072500', '164404.532500', '164404.992500', '164405.452500', '164405.912500', '164406.372500', '164406.832500', '164407.292500', '164407.752500', '164408.212500', '164408.672500', '164409.132500', '164409.592500', '164410.052500', '164410.512500', '164410.972500', '164411.432500', '164411.892500', '164412.352500', '164412.812500', '164413.272500', '164413.732500', '164414.192500', '164414.652500', '164415.112500', '164415.572500', '164416.032500', '164416.492500', '164416.952500', '164417.412500', '164417.872500', '164418.332500', '164418.792500', '164419.252500', '164419.712500', '164420.172500', '164420.632500', '164421.092500', '164421.552500', '164422.012500', '164422.472500', '164422.932500', '164423.392500', '164423.852500', '164424.312500', '164424.772500', '164425.232500', '164425.692500', '164426.152500', '164426.612500', '164427.072500', '164427.532500', '164427.992500', '164428.452500', '164428.912500', '164429.372500', '164429.832500', '164430.292500', '164430.752500', '164431.212500', '164431.672500', '164432.132500', '164432.592500', '164433.052500', '164433.512500', '164433.972500', '164434.432500', '164434.892500', '164435.352500', '164435.812500', '164436.272500', '164436.732500', '164437.192500', '164437.652500', '164438.112500', '164438.572500', '164439.032500', '164439.492500', '164439.952500', '164440.412500', '164440.872500', '164441.332500', '164441.792500', '164442.252500', '164442.712500', '164443.172500', '164443.632500', '164444.092500', '164444.552500', '164445.012500', '164445.472500', '164445.932500', '164446.392500', '164446.852500', '164447.312500', '164447.772500', '164448.232500', '164448.692500', '164449.152500', '164449.612500', '164450.072500', '164450.532500', '164450.992500', '164451.452500', '164451.912500', '164452.372500', '164452.832500', '164453.292500', '164453.752500', '164454.212500', '164454.672500', '164455.132500', '164455.592500', '164456.052500', '164456.512500', '164456.972500', '164457.432500', '164457.892500', '164458.352500', '164458.812500', '164459.272500', '164459.732500', '164500.192500', '164500.652500', '164501.112500', '164501.572500', '164502.032500', '164502.492500', '164502.952500', '164503.412500', '164503.872500', '164504.332500', '164504.792500', '164505.252500', '164505.712500', '164506.172500', '164506.632500', '164507.092500', '164507.552500', '164508.012500', '164508.472500', '164508.932500', '164509.392500', '164509.852500', '164510.312500', '164510.772500', '164511.232500', '164511.692500', '164512.152500', '164512.612500', '164513.072500', '164513.532500', '164513.992500', '164514.452500', '164514.912500', '164515.372500', '164515.832500', '164516.292500', '164516.752500', '164517.212500', '164517.672500', '164518.132500', '164518.592500', '164519.052500', '164519.512500', '164519.972500', '164520.432500', '164520.892500', '164521.352500', '164521.812500', '164522.272500', '164522.732500', '164523.192500', '164523.652500', '164524.112500', '164524.572500', '164525.032500', '164525.492500', '164525.952500', '164526.412500', '164526.872500', '164527.332500', '164527.792500', '164528.252500', '164528.712500', '164529.172500', '164529.632500', '164530.092500', '164530.552500', '164531.012500', '164531.472500', '164531.932500', '164532.392500', '164532.852500', '164533.312500', '164533.772500', '164534.232500', '164534.692500', '164535.152500', '164535.612500', '164536.072500', '164536.532500', '164536.992500', '164537.452500', '164537.912500', '164538.372500', '164538.832500', '164539.292500', '164539.752500', '164540.212500', '164540.672500', '164541.132500', '164541.592500', '164542.052500', '164542.512500', '164542.972500', '164543.432500', '164543.892500', '164544.352500', '164544.812500', '164545.272500', '164545.732500', '164546.192500', '164546.652500', '164547.112500', '164547.572500', '164548.032500', '164548.492500', '164548.952500', '164549.412500', '164549.872500', '164550.332500', '164550.792500', '164551.252500', '164551.712500', '164552.172500', '164552.632500', '164553.092500', '164553.552500', '164554.012500', '164554.472500', '164554.932500', '164555.392500', '164555.852500', '164556.312500', '164556.772500', '164557.232500', '164557.692500', '164558.152500', '164558.612500', '164559.072500', '164559.532500', '164559.992500', '164600.452500', '164600.912500', '164601.372500', '164601.832500', '164602.292500', '164602.752500', '164603.212500', '164603.672500', '164604.132500', '164604.592500', '164605.052500', '164605.512500', '164605.972500', '164606.432500', '164606.892500', '164607.352500', '164607.812500', '164608.272500', '164608.732500', '164609.192500', '164609.652500', '164610.112500', '164610.572500', '164611.032500', '164611.492500', '164611.952500', '164612.412500', '164612.872500', '164613.332500', '164613.792500', '164614.252500', '164614.712500', '164615.172500', '164615.632500', '164616.092500', '164616.552500', '164617.012500', '164617.472500', '164617.932500', '164618.392500', '164618.852500', '164619.312500', '164619.772500', '164620.232500', '164620.692500', '164621.152500', '164621.612500', '164622.072500', '164622.532500', '164622.992500', '164623.452500', '164623.912500', '164624.372500', '164624.832500', '164625.292500', '164625.752500', '164626.212500', '164626.672500', '164627.132500', '164627.592500', '164628.052500', '164628.512500', '164628.972500', '164629.432500', '164629.892500', '164630.352500', '164630.812500', '164631.272500', '164631.732500', '164632.192500', '164632.652500', '164633.112500', '164633.572500', '164634.032500', '164634.492500', '164634.952500', '164635.412500', '164635.872500', '164636.332500', '164636.792500', '164637.252500', '164637.712500', '164638.172500', '164638.632500', '164639.092500', '164639.552500', '164640.012500', '164640.472500', '164640.932500', '164641.392500', '164641.852500', '164642.312500', '164642.772500', '164643.232500', '164643.692500', '164644.152500', '164644.612500', '164645.072500', '164645.532500', '164645.992500', '164646.452500', '164646.912500', '164647.372500', '164647.832500', '164648.292500', '164648.752500', '164649.212500', '164649.672500', '164650.132500', '164650.592500', '164651.052500', '164651.512500', '164651.972500', '164652.432500', '164652.892500', '164653.352500', '164653.812500', '164654.272500', '164654.732500', '164655.192500', '164655.652500', '164656.112500', '164656.572500', '164657.032500', '164657.492500', '164657.952500', '164658.412500', '164658.872500', '164659.332500', '164659.792500', '164700.252500', '164700.712500', '164701.172500', '164701.632500', '164702.092500', '164702.552500', '164703.012500', '164703.472500', '164703.932500', '164704.392500', '164704.852500', '164705.312500', '164705.772500', '164706.232500', '164706.692500', '164707.152500', '164707.612500', '164708.072500', '164708.532500', '164708.992500', '164709.452500', '164709.912500', '164710.372500', '164710.832500', '164711.292500', '164711.752500', '164712.212500', '164712.672500', '164713.132500', '164713.592500', '164714.052500', '164714.512500', '164714.972500', '164715.432500', '164715.892500', '164716.352500', '164716.812500', '164717.272500', '164717.732500', '164718.192500', '164718.652500', '164719.112500', '164719.572500', '164720.032500', '164720.492500', '164720.952500', '164721.412500', '164721.872500', '164722.332500', '164722.792500', '164723.252500', '164723.712500', '164724.172500', '164724.632500', '164725.092500', '164725.552500', '164726.012500', '164726.472500', '164726.932500', '164727.392500', '164727.852500', '164728.312500', '164728.772500', '164729.232500', '164729.692500', '164730.152500', '164730.612500', '164731.072500', '164731.532500', '164731.992500', '164732.452500', '164732.912500', '164733.372500', '164733.832500', '164734.292500', '164734.752500', '164735.212500', '164735.672500', '164736.132500', '164736.592500', '164737.052500', '164737.512500', '164737.972500', '164738.432500', '164738.892500', '164739.352500', '164739.812500', '164740.272500', '164740.732500', '164741.192500', '164741.652500', '164742.112500', '164742.572500', '164743.032500', '164743.492500', '164743.952500', '164744.412500', '164744.872500', '164745.332500', '164745.792500', '164746.252500', '164746.712500', '164747.172500', '164747.632500', '164748.092500', '164748.552500', '164749.012500', '164749.472500', '164749.932500', '164750.392500', '164750.852500', '164751.312500', '164751.772500', '164752.232500', '164752.692500', '164753.152500', '164753.612500', '164754.072500', '164754.532500', '164754.992500', '164755.452500', '164755.912500', '164756.372500', '164756.832500', '164757.292500', '164757.752500', '164758.212500', '164758.672500', '164759.132500', '164759.592500', '164800.052500', '164800.512500', '164800.972500', '164801.432500', '164801.892500', '164802.352500', '164802.812500', '164803.272500', '164803.732500', '164804.192500', '164804.652500', '164805.112500', '164805.572500', '164806.032500', '164806.492500', '164806.952500', '164807.412500', '164807.872500', '164808.332500', '164808.792500', '164809.252500', '164809.712500', '164810.172500', '164810.632500', '164811.092500', '164811.552500', '164812.012500', '164812.472500', '164812.932500', '164813.392500', '164813.852500', '164814.312500', '164814.772500', '164815.232500', '164815.692500', '164816.152500', '164816.612500', '164817.072500', '164817.532500', '164817.992500', '164818.452500', '164818.912500', '164819.372500', '164819.832500', '164820.292500', '164820.752500', '164821.212500', '164821.672500', '164822.132500', '164822.592500', '164823.052500', '164823.512500', '164823.972500', '164824.432500', '164824.892500', '164825.352500', '164825.812500', '164826.272500', '164826.732500', '164827.192500', '164827.652500', '164828.112500', '164828.572500', '164829.032500', '164829.492500', '164829.952500', '164830.412500', '164830.872500', '164831.332500', '164831.792500', '164832.252500', '164832.712500', '164833.172500', '164833.632500', '164834.092500', '164834.552500', '164835.012500', '164835.472500', '164835.932500', '164836.392500', '164836.852500', '164837.312500', '164837.772500', '164838.232500', '164838.692500', '164839.152500', '164839.612500', '164840.072500', '164840.532500', '164840.992500', '164841.452500', '164841.912500', '164842.372500', '164842.832500', '164843.292500', '164843.752500', '164844.212500', '164844.672500', '164845.132500', '164845.592500', '164846.052500', '164846.512500', '164846.972500', '164847.432500', '164847.892500', '164848.352500', '164848.812500', '164849.272500', '164849.732500', '164850.192500', '164850.652500', '164851.112500', '164851.572500', '164852.032500', '164852.492500', '164852.952500', '164853.412500', '164853.872500', '164854.332500', '164854.792500', '164855.252500', '164855.712500', '164856.172500', '164856.632500', '164857.092500', '164857.552500', '164858.012500', '164858.472500', '164858.932500', '164859.392500', '164859.852500', '164900.312500', '164900.772500', '164901.232500', '164901.692500', '164902.152500', '164902.612500', '164903.072500', '164903.532500', '164903.992500', '164904.452500', '164904.912500', '164905.372500', '164905.832500', '164906.292500', '164906.752500', '164907.212500', '164907.672500', '164908.132500', '164908.592500', '164909.052500', '164909.512500', '164909.972500', '164910.432500', '164910.892500', '164911.352500', '164911.812500', '164912.272500', '164912.732500', '164913.192500', '164913.652500', '164914.112500', '164914.572500', '164915.032500'], 'ContentTime': ['163934.634000', '163934.637000', '163934.640000', '163934.643000', '163934.645000', '163934.648000', '163934.651000', '163934.653000', '163934.656000', '163934.658000', '163934.661000', '163934.664000', '163934.666000', '163934.669000', '163934.672000', '163934.674000', '163934.677000', '163934.685000', '163934.688000', '163934.690000', '163934.693000', '163934.695000', '163934.698000', '163934.701000', '163934.710000', '163934.712000', '163934.715000', '163934.718000', '163934.729000', '163934.732000', '163934.734000', '163934.737000', '163954.601000', '163954.604000', '163954.607000', '163954.609000', '163954.612000', '163954.614000', '163954.617000', '163954.619000', '163954.622000', '163954.624000', '163954.627000', '163954.629000', '163954.632000', '163954.635000', '163954.637000', '163954.640000', '163954.642000', '163954.645000', '163954.647000', '163954.650000', '163954.653000', '163954.655000', '163954.658000', '163954.660000', '163954.663000', '163954.665000', '163954.668000', '163954.670000', '163954.673000', '163954.675000', '163954.678000', '163954.681000', '163954.683000', '163954.686000', '163954.688000', '163954.691000', '163954.693000', '163954.696000', '163954.698000', '163954.701000', '163954.704000', '163954.706000', '163954.709000', '164014.601000', '164014.604000', '164014.607000', '164014.609000', '164014.612000', '164014.614000', '164014.617000', '164014.619000', '164014.622000', '164014.625000', '164014.627000', '164014.630000', '164014.632000', '164014.635000', '164014.637000', '164014.640000', '164014.643000', '164014.645000', '164014.648000', '164014.651000', '164014.654000', '164014.656000', '164014.659000', '164014.661000', '164014.664000', '164014.666000', '164014.669000', '164014.672000', '164014.674000', '164014.677000', '164014.679000', '164014.682000', '164014.684000', '164014.687000', '164014.689000', '164014.692000', '164014.695000', '164014.697000', '164014.700000', '164014.702000', '164014.705000', '164014.707000', '164014.710000', '164014.713000', '164034.602000', '164034.604000', '164034.607000', '164034.609000', '164034.612000', '164034.615000', '164034.617000', '164034.620000', '164034.623000', '164034.625000', '164034.628000', '164034.630000', '164034.633000', '164034.636000', '164034.638000', '164034.641000', '164034.644000', '164034.646000', '164034.649000', '164034.651000', '164034.654000', '164034.657000', '164034.659000', '164034.662000', '164034.665000', '164034.667000', '164034.670000', '164034.672000', '164034.675000', '164034.677000', '164034.680000', '164034.683000', '164034.685000', '164034.688000', '164034.690000', '164034.693000', '164034.696000', '164034.698000', '164034.701000', '164034.703000', '164034.706000', '164034.709000', '164034.711000', '164054.601000', '164054.604000', '164054.606000', '164054.609000', '164054.612000', '164054.614000', '164054.617000', '164054.627000', '164054.630000', '164054.632000', '164054.635000', '164054.638000', '164054.640000', '164054.643000', '164054.645000', '164054.648000', '164054.651000', '164054.653000', '164054.656000', '164054.658000', '164054.661000', '164054.664000', '164054.666000', '164054.669000', '164054.671000', '164054.674000', '164054.677000', '164054.679000', '164054.682000', '164054.691000', '164054.694000', '164054.696000', '164054.699000', '164054.702000', '164054.704000', '164054.707000', '164054.710000', '164054.712000', '164054.715000', '164054.718000', '164054.720000', '164054.723000', '164054.725000', '164054.728000', '164114.601000', '164114.603000', '164114.606000', '164114.609000', '164114.611000', '164114.614000', '164114.616000', '164114.619000', '164114.622000', '164114.624000', '164114.627000', '164114.629000', '164114.632000', '164114.634000', '164114.637000', '164114.640000', '164114.642000', '164114.645000', '164114.647000', '164114.650000', '164114.653000', '164114.655000', '164114.658000', '164114.661000', '164114.663000', '164114.666000', '164114.668000', '164114.671000', '164114.673000', '164114.676000', '164114.679000', '164114.681000', '164114.684000', '164114.686000', '164114.689000', '164114.691000', '164114.694000', '164114.697000', '164114.699000', '164114.702000', '164114.704000', '164114.707000', '164114.710000', '164134.601000', '164134.604000', '164134.606000', '164134.609000', '164134.611000', '164134.614000', '164134.616000', '164134.619000', '164134.622000', '164134.624000', '164134.627000', '164134.629000', '164134.632000', '164134.635000', '164134.637000', '164134.640000', '164134.642000', '164134.645000', '164134.648000', '164134.650000', '164134.653000', '164134.655000', '164134.658000', '164134.661000', '164134.663000', '164134.666000', '164134.668000', '164134.671000', '164134.673000', '164134.676000', '164134.678000', '164134.681000', '164134.684000', '164134.686000', '164134.689000', '164134.691000', '164134.694000', '164134.696000', '164134.699000', '164134.702000', '164134.704000', '164134.707000', '164134.710000', '164134.712000', '164154.601000', '164154.604000', '164154.607000', '164154.609000', '164154.612000', '164154.615000', '164154.617000', '164154.620000', '164154.622000', '164154.625000', '164154.627000', '164154.630000', '164154.633000', '164154.635000', '164154.638000', '164154.641000', '164154.643000', '164154.646000', '164154.649000', '164154.651000', '164154.654000', '164154.656000', '164154.659000', '164154.661000', '164154.664000', '164154.667000', '164154.669000', '164154.672000', '164154.674000', '164154.677000', '164154.679000', '164154.682000', '164154.685000', '164154.687000', '164154.690000', '164154.692000', '164154.695000', '164154.697000', '164154.700000', '164154.703000', '164154.705000', '164154.708000', '164154.711000', '164214.602000', '164214.604000', '164214.607000', '164214.610000', '164214.612000', '164214.615000', '164214.618000', '164214.620000', '164214.623000', '164214.625000', '164214.628000', '164214.631000', '164214.633000', '164214.636000', '164214.638000', '164214.641000', '164214.644000', '164214.647000', '164214.649000', '164214.652000', '164214.655000', '164214.657000', '164214.660000', '164214.662000', '164214.665000', '164214.667000', '164214.670000', '164214.673000', '164214.675000', '164214.678000', '164214.680000', '164214.683000', '164214.686000', '164214.688000', '164214.691000', '164214.693000', '164214.696000', '164214.699000', '164214.701000', '164214.704000', '164214.706000', '164214.709000', '164214.711000', '164214.714000', '164234.602000', '164234.604000', '164234.619000', '164234.622000', '164234.624000', '164234.627000', '164234.630000', '164234.632000', '164234.635000', '164234.638000', '164234.640000', '164234.643000', '164234.645000', '164234.648000', '164234.651000', '164234.653000', '164234.656000', '164234.658000', '164234.661000', '164234.664000', '164234.666000', '164234.669000', '164234.671000', '164234.674000', '164234.677000', '164234.679000', '164234.682000', '164234.685000', '164234.687000', '164234.690000', '164234.692000', '164234.695000', '164234.698000', '164234.700000', '164234.703000', '164234.705000', '164234.708000', '164234.711000', '164234.713000', '164234.716000', '164234.718000', '164234.721000', '164234.723000', '164254.601000', '164254.604000', '164254.607000', '164254.614000', '164254.617000', '164254.619000', '164254.622000', '164254.624000', '164254.627000', '164254.629000', '164254.632000', '164254.635000', '164254.637000', '164254.640000', '164254.643000', '164254.645000', '164254.648000', '164254.650000', '164254.653000', '164254.656000', '164254.658000', '164254.661000', '164254.663000', '164254.666000', '164254.669000', '164254.671000', '164254.674000', '164254.676000', '164254.679000', '164254.681000', '164254.684000', '164254.687000', '164254.689000', '164254.692000', '164254.694000', '164254.697000', '164254.700000', '164254.702000', '164254.705000', '164254.707000', '164254.710000', '164254.712000', '164254.715000', '164254.718000', '164314.601000', '164314.604000', '164314.606000', '164314.609000', '164314.611000', '164314.614000', '164314.617000', '164314.619000', '164314.622000', '164314.624000', '164314.627000', '164314.629000', '164314.632000', '164314.635000', '164314.637000', '164314.640000', '164314.642000', '164314.645000', '164314.648000', '164314.650000', '164314.653000', '164314.655000', '164314.658000', '164314.661000', '164314.663000', '164314.666000', '164314.668000', '164314.671000', '164314.680000', '164314.683000', '164314.685000', '164314.688000', '164314.690000', '164314.693000', '164314.696000', '164314.698000', '164314.701000', '164314.703000', '164314.706000', '164314.709000', '164314.711000', '164314.714000', '164314.717000', '164334.600000', '164334.603000', '164334.606000', '164334.608000', '164334.611000', '164334.614000', '164334.616000', '164334.619000', '164334.622000', '164334.624000', '164334.627000', '164334.630000', '164334.633000', '164334.635000', '164334.638000', '164334.641000', '164334.643000', '164334.646000', '164334.648000', '164334.651000', '164334.654000', '164334.656000', '164334.659000', '164334.661000', '164334.664000', '164334.667000', '164334.669000', '164334.672000', '164334.674000', '164334.677000', '164334.680000', '164334.683000', '164334.685000', '164334.688000', '164334.690000', '164334.693000', '164334.695000', '164334.698000', '164334.701000', '164334.703000', '164334.706000', '164334.708000', '164334.711000', '164334.714000', '164354.600000', '164354.603000', '164354.606000', '164354.608000', '164354.611000', '164354.614000', '164354.616000', '164354.619000', '164354.621000', '164354.624000', '164354.627000', '164354.629000', '164354.632000', '164354.634000', '164354.637000', '164354.640000', '164354.642000', '164354.645000', '164354.647000', '164354.650000', '164354.652000', '164354.655000', '164354.658000', '164354.660000', '164354.663000', '164354.665000', '164354.668000', '164354.703000', '164354.706000', '164354.708000', '164354.711000', '164354.713000', '164354.716000', '164354.719000', '164354.721000', '164354.724000', '164354.726000', '164354.729000', '164354.731000', '164354.734000', '164354.736000', '164354.739000', '164354.742000', '164414.601000', '164414.604000', '164414.607000', '164414.610000', '164414.613000', '164414.616000', '164414.619000', '164414.621000', '164414.624000', '164414.627000', '164414.629000', '164414.632000', '164414.635000', '164414.637000', '164414.640000', '164414.642000', '164414.645000', '164414.647000', '164414.650000', '164414.653000', '164414.655000', '164414.658000', '164414.660000', '164414.663000', '164414.666000', '164414.668000', '164414.671000', '164414.674000', '164414.676000', '164414.679000', '164414.681000', '164414.684000', '164414.686000', '164414.689000', '164414.692000', '164414.694000', '164414.697000', '164414.699000', '164414.702000', '164414.705000', '164414.707000', '164414.710000', '164414.712000', '164434.601000', '164434.604000', '164434.607000', '164434.609000', '164434.612000', '164434.615000', '164434.617000', '164434.620000', '164434.622000', '164434.625000', '164434.627000', '164434.630000', '164434.633000', '164434.635000', '164434.638000', '164434.641000', '164434.643000', '164434.646000', '164434.648000', '164434.651000', '164434.653000', '164434.656000', '164434.659000', '164434.661000', '164434.664000', '164434.666000', '164434.669000', '164434.672000', '164434.674000', '164434.677000', '164434.679000', '164434.682000', '164434.685000', '164434.687000', '164434.690000', '164434.693000', '164434.695000', '164434.698000', '164434.701000', '164434.703000', '164434.706000', '164434.709000', '164434.711000', '164434.714000', '164454.602000', '164454.605000', '164454.607000', '164454.610000', '164454.612000', '164454.615000', '164454.617000', '164454.620000', '164454.623000', '164454.626000', '164454.630000', '164454.632000', '164454.635000', '164454.637000', '164454.640000', '164454.643000', '164454.645000', '164454.648000', '164454.650000', '164454.653000', '164454.655000', '164454.658000', '164454.661000', '164454.663000', '164454.666000', '164454.670000', '164454.673000', '164454.675000', '164454.678000', '164454.681000', '164454.683000', '164454.686000', '164454.689000', '164454.691000', '164454.694000', '164454.696000', '164454.699000', '164454.701000', '164454.704000', '164454.707000', '164454.709000', '164454.712000', '164454.714000', '164514.602000', '164514.604000', '164514.607000', '164514.610000', '164514.612000', '164514.615000', '164514.617000', '164514.620000', '164514.622000', '164514.625000', '164514.628000', '164514.630000', '164514.633000', '164514.635000', '164514.638000', '164514.641000', '164514.643000', '164514.646000', '164514.649000', '164514.651000', '164514.654000', '164514.656000', '164514.659000', '164514.661000', '164514.664000', '164514.667000', '164514.669000', '164514.672000', '164514.674000', '164514.677000', '164514.680000', '164514.682000', '164514.685000', '164514.687000', '164514.690000', '164514.692000', '164514.695000', '164514.697000', '164514.700000', '164514.714000', '164514.717000', '164514.719000', '164514.722000', '164514.724000', '164534.600000', '164534.603000', '164534.606000', '164534.608000', '164534.611000', '164534.613000', '164534.616000', '164534.619000', '164534.621000', '164534.624000', '164534.626000', '164534.629000', '164534.632000', '164534.634000', '164534.637000', '164534.639000', '164534.642000', '164534.645000', '164534.647000', '164534.650000', '164534.652000', '164534.655000', '164534.658000', '164534.660000', '164534.663000', '164534.666000', '164534.668000', '164534.671000', '164534.673000', '164534.676000', '164534.678000', '164534.681000', '164534.683000', '164534.686000', '164534.689000', '164534.691000', '164534.694000', '164534.696000', '164534.699000', '164534.702000', '164534.704000', '164534.707000', '164534.709000', '164554.600000', '164554.603000', '164554.606000', '164554.608000', '164554.611000', '164554.614000', '164554.616000', '164554.619000', '164554.622000', '164554.624000', '164554.627000', '164554.629000', '164554.632000', '164554.634000', '164554.637000', '164554.640000', '164554.642000', '164554.645000', '164554.647000', '164554.650000', '164554.652000', '164554.655000', '164554.658000', '164554.660000', '164554.663000', '164554.665000', '164554.668000', '164554.670000', '164554.673000', '164554.676000', '164554.678000', '164554.681000', '164554.683000', '164554.686000', '164554.689000', '164554.691000', '164554.694000', '164554.696000', '164554.699000', '164554.701000', '164554.704000', '164554.707000', '164554.709000', '164554.712000', '164614.600000', '164614.603000', '164614.606000', '164614.609000', '164614.611000', '164614.614000', '164614.616000', '164614.619000', '164614.621000', '164614.624000', '164614.627000', '164614.629000', '164614.632000', '164614.634000', '164614.637000', '164614.640000', '164614.643000', '164614.646000', '164614.648000', '164614.651000', '164614.653000', '164614.656000', '164614.659000', '164614.661000', '164614.664000', '164614.666000', '164614.669000', '164614.671000', '164614.674000', '164614.677000', '164614.679000', '164614.682000', '164614.684000', '164614.687000', '164614.690000', '164614.692000', '164614.695000', '164614.697000', '164614.700000', '164614.703000', '164614.705000', '164614.709000', '164614.712000', '164634.601000', '164634.604000', '164634.607000', '164634.609000', '164634.612000', '164634.615000', '164634.617000', '164634.620000', '164634.622000', '164634.625000', '164634.628000', '164634.630000', '164634.633000', '164634.635000', '164634.638000', '164634.640000', '164634.643000', '164634.646000', '164634.648000', '164634.651000', '164634.653000', '164634.656000', '164634.658000', '164634.661000', '164634.664000', '164634.666000', '164634.669000', '164634.671000', '164634.674000', '164634.677000', '164634.679000', '164634.682000', '164634.684000', '164634.687000', '164634.690000', '164634.692000', '164634.695000', '164634.698000', '164634.700000', '164634.703000', '164634.705000', '164634.708000', '164634.711000', '164634.713000', '164654.602000', '164654.604000', '164654.607000', '164654.610000', '164654.612000', '164654.624000', '164654.627000', '164654.630000', '164654.632000', '164654.635000', '164654.638000', '164654.640000', '164654.643000', '164654.645000', '164654.648000', '164654.650000', '164654.653000', '164654.656000', '164654.658000', '164654.661000', '164654.664000', '164654.666000', '164654.669000', '164654.671000', '164654.674000', '164654.676000', '164654.679000', '164654.682000', '164654.684000', '164654.687000', '164654.690000', '164654.692000', '164654.695000', '164654.697000', '164654.700000', '164654.703000', '164654.705000', '164654.708000', '164654.710000', '164654.713000', '164654.716000', '164654.718000', '164654.721000', '164714.602000', '164714.605000', '164714.607000', '164714.610000', '164714.613000', '164714.615000', '164714.618000', '164714.620000', '164714.623000', '164714.626000', '164714.628000', '164714.631000', '164714.633000', '164714.636000', '164714.639000', '164714.641000', '164714.644000', '164714.646000', '164714.649000', '164714.652000', '164714.654000', '164714.657000', '164714.659000', '164714.662000', '164714.665000', '164714.667000', '164714.670000', '164714.672000', '164714.675000', '164714.678000', '164714.680000', '164714.683000', '164714.685000', '164714.688000', '164714.691000', '164714.693000', '164714.696000', '164714.698000', '164714.701000', '164714.704000', '164714.706000', '164714.709000', '164714.711000', '164714.714000', '164734.601000', '164734.605000', '164734.607000', '164734.610000', '164734.612000', '164734.615000', '164734.618000', '164734.620000', '164734.623000', '164734.626000', '164734.628000', '164734.631000', '164734.634000', '164734.636000', '164734.639000', '164734.642000', '164734.644000', '164734.647000', '164734.650000', '164734.652000', '164734.655000', '164734.658000', '164734.660000', '164734.663000', '164734.665000', '164734.668000', '164734.670000', '164734.673000', '164734.676000', '164734.678000', '164734.681000', '164734.683000', '164734.686000', '164734.689000', '164734.691000', '164734.694000', '164734.696000', '164734.699000', '164734.701000', '164734.704000', '164734.707000', '164734.709000', '164734.712000', '164754.601000', '164754.603000', '164754.606000', '164754.609000', '164754.611000', '164754.614000', '164754.617000', '164754.619000', '164754.622000', '164754.624000', '164754.627000', '164754.630000', '164754.632000', '164754.635000', '164754.638000', '164754.640000', '164754.643000', '164754.646000', '164754.648000', '164754.651000', '164754.653000', '164754.656000', '164754.659000', '164754.662000', '164754.664000', '164754.667000', '164754.669000', '164754.672000', '164754.675000', '164754.677000', '164754.680000', '164754.682000', '164754.685000', '164754.688000', '164754.690000', '164754.693000', '164754.696000', '164754.698000', '164754.701000', '164754.703000', '164754.706000', '164754.708000', '164754.711000', '164754.714000', '164814.601000', '164814.603000', '164814.622000', '164814.624000', '164814.627000', '164814.629000', '164814.632000', '164814.635000', '164814.637000', '164814.640000', '164814.642000', '164814.645000', '164814.647000', '164814.650000', '164814.653000', '164814.655000', '164814.658000', '164814.660000', '164814.663000', '164814.666000', '164814.668000', '164814.671000', '164814.673000', '164814.676000', '164814.679000', '164814.681000', '164814.684000', '164814.686000', '164814.689000', '164814.692000', '164814.694000', '164814.697000', '164814.699000', '164814.702000', '164814.705000', '164814.707000', '164814.710000', '164814.712000', '164814.715000', '164814.718000', '164814.720000', '164814.723000', '164814.725000', '164834.601000', '164834.604000', '164834.606000', '164834.609000', '164834.611000', '164834.614000', '164834.617000', '164834.619000', '164834.622000', '164834.624000', '164834.627000', '164834.630000', '164834.632000', '164834.635000', '164834.637000', '164834.640000', '164834.643000', '164834.645000', '164834.648000', '164834.650000', '164834.653000', '164834.656000', '164834.658000', '164834.661000', '164834.663000', '164834.666000', '164834.669000', '164834.671000', '164834.674000', '164834.676000', '164834.679000', '164834.682000', '164834.684000', '164834.687000', '164834.689000', '164834.692000', '164834.694000', '164834.697000', '164834.700000', '164834.702000', '164834.705000', '164834.707000', '164834.710000', '164834.712000', '164854.601000', '164854.604000', '164854.607000', '164854.610000', '164854.612000', '164854.615000', '164854.617000', '164854.620000', '164854.622000', '164854.625000', '164854.628000', '164854.630000', '164854.633000', '164854.635000', '164854.638000', '164854.641000', '164854.643000', '164854.646000', '164854.648000', '164854.651000', '164854.654000', '164854.656000', '164854.659000', '164854.661000', '164854.664000', '164854.666000', '164854.669000', '164854.672000', '164854.674000', '164854.677000', '164854.680000', '164854.682000', '164854.685000', '164854.687000', '164854.690000', '164854.692000', '164854.695000', '164854.697000', '164854.700000', '164854.703000', '164854.705000', '164854.708000', '164854.710000', '164914.601000', '164914.604000', '164914.607000', '164914.609000', '164914.612000', '164914.615000', '164914.617000', '164914.620000', '164914.622000', '164914.625000', '164914.628000', '164914.630000', '164914.633000', '164914.635000', '164914.638000', '164914.641000', '164914.643000', '164914.646000', '164914.648000', '164914.651000', '164914.654000', '164914.656000', '164914.659000', '164914.661000', '164914.664000', '164914.667000', '164914.669000', '164914.672000', '164914.688000', '164914.691000', '164914.693000', '164914.696000', '164914.698000', '164914.701000', '164914.704000', '164914.706000', '164914.709000', '164914.711000', '164914.714000', '164914.717000', '164914.719000', '164914.722000', '164914.724000', '164914.727000', '164916.803000', '164916.806000', '164916.809000', '164916.812000', '164916.815000'], 'InstanceCreationTime': ['163934.634000', '163934.637000', '163934.640000', '163934.643000', '163934.645000', '163934.648000', '163934.651000', '163934.653000', '163934.656000', '163934.658000', '163934.661000', '163934.664000', '163934.666000', '163934.669000', '163934.672000', '163934.674000', '163934.677000', '163934.685000', '163934.688000', '163934.690000', '163934.693000', '163934.695000', '163934.698000', '163934.701000', '163934.710000', '163934.712000', '163934.715000', '163934.718000', '163934.729000', '163934.732000', '163934.734000', '163934.737000', '163954.601000', '163954.604000', '163954.607000', '163954.609000', '163954.612000', '163954.614000', '163954.617000', '163954.619000', '163954.622000', '163954.624000', '163954.627000', '163954.629000', '163954.632000', '163954.635000', '163954.637000', '163954.640000', '163954.642000', '163954.645000', '163954.647000', '163954.650000', '163954.653000', '163954.655000', '163954.658000', '163954.660000', '163954.663000', '163954.665000', '163954.668000', '163954.670000', '163954.673000', '163954.675000', '163954.678000', '163954.681000', '163954.683000', '163954.686000', '163954.688000', '163954.691000', '163954.693000', '163954.696000', '163954.698000', '163954.701000', '163954.704000', '163954.706000', '163954.709000', '164014.601000', '164014.604000', '164014.607000', '164014.609000', '164014.612000', '164014.614000', '164014.617000', '164014.619000', '164014.622000', '164014.625000', '164014.627000', '164014.630000', '164014.632000', '164014.635000', '164014.637000', '164014.640000', '164014.643000', '164014.645000', '164014.648000', '164014.651000', '164014.654000', '164014.656000', '164014.659000', '164014.661000', '164014.664000', '164014.666000', '164014.669000', '164014.672000', '164014.674000', '164014.677000', '164014.679000', '164014.682000', '164014.684000', '164014.687000', '164014.689000', '164014.692000', '164014.695000', '164014.697000', '164014.700000', '164014.702000', '164014.705000', '164014.707000', '164014.710000', '164014.713000', '164034.602000', '164034.604000', '164034.607000', '164034.609000', '164034.612000', '164034.615000', '164034.617000', '164034.620000', '164034.623000', '164034.625000', '164034.628000', '164034.630000', '164034.633000', '164034.636000', '164034.638000', '164034.641000', '164034.644000', '164034.646000', '164034.649000', '164034.651000', '164034.654000', '164034.657000', '164034.659000', '164034.662000', '164034.665000', '164034.667000', '164034.670000', '164034.672000', '164034.675000', '164034.677000', '164034.680000', '164034.683000', '164034.685000', '164034.688000', '164034.690000', '164034.693000', '164034.696000', '164034.698000', '164034.701000', '164034.703000', '164034.706000', '164034.709000', '164034.711000', '164054.601000', '164054.604000', '164054.606000', '164054.609000', '164054.612000', '164054.614000', '164054.617000', '164054.627000', '164054.630000', '164054.632000', '164054.635000', '164054.638000', '164054.640000', '164054.643000', '164054.645000', '164054.648000', '164054.651000', '164054.653000', '164054.656000', '164054.658000', '164054.661000', '164054.664000', '164054.666000', '164054.669000', '164054.671000', '164054.674000', '164054.677000', '164054.679000', '164054.682000', '164054.691000', '164054.694000', '164054.696000', '164054.699000', '164054.702000', '164054.704000', '164054.707000', '164054.710000', '164054.712000', '164054.715000', '164054.718000', '164054.720000', '164054.723000', '164054.725000', '164054.728000', '164114.601000', '164114.603000', '164114.606000', '164114.609000', '164114.611000', '164114.614000', '164114.616000', '164114.619000', '164114.622000', '164114.624000', '164114.627000', '164114.629000', '164114.632000', '164114.634000', '164114.637000', '164114.640000', '164114.642000', '164114.645000', '164114.647000', '164114.650000', '164114.653000', '164114.655000', '164114.658000', '164114.661000', '164114.663000', '164114.666000', '164114.668000', '164114.671000', '164114.673000', '164114.676000', '164114.679000', '164114.681000', '164114.684000', '164114.686000', '164114.689000', '164114.691000', '164114.694000', '164114.697000', '164114.699000', '164114.702000', '164114.704000', '164114.707000', '164114.710000', '164134.601000', '164134.604000', '164134.606000', '164134.609000', '164134.611000', '164134.614000', '164134.616000', '164134.619000', '164134.622000', '164134.624000', '164134.627000', '164134.629000', '164134.632000', '164134.635000', '164134.637000', '164134.640000', '164134.642000', '164134.645000', '164134.648000', '164134.650000', '164134.653000', '164134.655000', '164134.658000', '164134.661000', '164134.663000', '164134.666000', '164134.668000', '164134.671000', '164134.673000', '164134.676000', '164134.678000', '164134.681000', '164134.684000', '164134.686000', '164134.689000', '164134.691000', '164134.694000', '164134.696000', '164134.699000', '164134.702000', '164134.704000', '164134.707000', '164134.710000', '164134.712000', '164154.601000', '164154.604000', '164154.607000', '164154.609000', '164154.612000', '164154.615000', '164154.617000', '164154.620000', '164154.622000', '164154.625000', '164154.627000', '164154.630000', '164154.633000', '164154.635000', '164154.638000', '164154.641000', '164154.643000', '164154.646000', '164154.649000', '164154.651000', '164154.654000', '164154.656000', '164154.659000', '164154.661000', '164154.664000', '164154.667000', '164154.669000', '164154.672000', '164154.674000', '164154.677000', '164154.679000', '164154.682000', '164154.685000', '164154.687000', '164154.690000', '164154.692000', '164154.695000', '164154.697000', '164154.700000', '164154.703000', '164154.705000', '164154.708000', '164154.711000', '164214.602000', '164214.604000', '164214.607000', '164214.610000', '164214.612000', '164214.615000', '164214.618000', '164214.620000', '164214.623000', '164214.625000', '164214.628000', '164214.631000', '164214.633000', '164214.636000', '164214.638000', '164214.641000', '164214.644000', '164214.647000', '164214.649000', '164214.652000', '164214.655000', '164214.657000', '164214.660000', '164214.662000', '164214.665000', '164214.667000', '164214.670000', '164214.673000', '164214.675000', '164214.678000', '164214.680000', '164214.683000', '164214.686000', '164214.688000', '164214.691000', '164214.693000', '164214.696000', '164214.699000', '164214.701000', '164214.704000', '164214.706000', '164214.709000', '164214.711000', '164214.714000', '164234.602000', '164234.604000', '164234.619000', '164234.622000', '164234.624000', '164234.627000', '164234.630000', '164234.632000', '164234.635000', '164234.638000', '164234.640000', '164234.643000', '164234.645000', '164234.648000', '164234.651000', '164234.653000', '164234.656000', '164234.658000', '164234.661000', '164234.664000', '164234.666000', '164234.669000', '164234.671000', '164234.674000', '164234.677000', '164234.679000', '164234.682000', '164234.685000', '164234.687000', '164234.690000', '164234.692000', '164234.695000', '164234.698000', '164234.700000', '164234.703000', '164234.705000', '164234.708000', '164234.711000', '164234.713000', '164234.716000', '164234.718000', '164234.721000', '164234.723000', '164254.601000', '164254.604000', '164254.607000', '164254.614000', '164254.617000', '164254.619000', '164254.622000', '164254.624000', '164254.627000', '164254.629000', '164254.632000', '164254.635000', '164254.637000', '164254.640000', '164254.643000', '164254.645000', '164254.648000', '164254.650000', '164254.653000', '164254.656000', '164254.658000', '164254.661000', '164254.663000', '164254.666000', '164254.669000', '164254.671000', '164254.674000', '164254.676000', '164254.679000', '164254.681000', '164254.684000', '164254.687000', '164254.689000', '164254.692000', '164254.694000', '164254.697000', '164254.700000', '164254.702000', '164254.705000', '164254.707000', '164254.710000', '164254.712000', '164254.715000', '164254.718000', '164314.601000', '164314.604000', '164314.606000', '164314.609000', '164314.611000', '164314.614000', '164314.617000', '164314.619000', '164314.622000', '164314.624000', '164314.627000', '164314.629000', '164314.632000', '164314.635000', '164314.637000', '164314.640000', '164314.642000', '164314.645000', '164314.648000', '164314.650000', '164314.653000', '164314.655000', '164314.658000', '164314.661000', '164314.663000', '164314.666000', '164314.668000', '164314.671000', '164314.680000', '164314.683000', '164314.685000', '164314.688000', '164314.690000', '164314.693000', '164314.696000', '164314.698000', '164314.701000', '164314.703000', '164314.706000', '164314.709000', '164314.711000', '164314.714000', '164314.717000', '164334.600000', '164334.603000', '164334.606000', '164334.608000', '164334.611000', '164334.614000', '164334.616000', '164334.619000', '164334.622000', '164334.624000', '164334.627000', '164334.630000', '164334.633000', '164334.635000', '164334.638000', '164334.641000', '164334.643000', '164334.646000', '164334.648000', '164334.651000', '164334.654000', '164334.656000', '164334.659000', '164334.661000', '164334.664000', '164334.667000', '164334.669000', '164334.672000', '164334.674000', '164334.677000', '164334.680000', '164334.683000', '164334.685000', '164334.688000', '164334.690000', '164334.693000', '164334.695000', '164334.698000', '164334.701000', '164334.703000', '164334.706000', '164334.708000', '164334.711000', '164334.714000', '164354.600000', '164354.603000', '164354.606000', '164354.608000', '164354.611000', '164354.614000', '164354.616000', '164354.619000', '164354.621000', '164354.624000', '164354.627000', '164354.629000', '164354.632000', '164354.634000', '164354.637000', '164354.640000', '164354.642000', '164354.645000', '164354.647000', '164354.650000', '164354.652000', '164354.655000', '164354.658000', '164354.660000', '164354.663000', '164354.665000', '164354.668000', '164354.703000', '164354.706000', '164354.708000', '164354.711000', '164354.713000', '164354.716000', '164354.719000', '164354.721000', '164354.724000', '164354.726000', '164354.729000', '164354.731000', '164354.734000', '164354.736000', '164354.739000', '164354.742000', '164414.601000', '164414.604000', '164414.607000', '164414.610000', '164414.613000', '164414.616000', '164414.619000', '164414.621000', '164414.624000', '164414.627000', '164414.629000', '164414.632000', '164414.635000', '164414.637000', '164414.640000', '164414.642000', '164414.645000', '164414.647000', '164414.650000', '164414.653000', '164414.655000', '164414.658000', '164414.660000', '164414.663000', '164414.666000', '164414.668000', '164414.671000', '164414.674000', '164414.676000', '164414.679000', '164414.681000', '164414.684000', '164414.686000', '164414.689000', '164414.692000', '164414.694000', '164414.697000', '164414.699000', '164414.702000', '164414.705000', '164414.707000', '164414.710000', '164414.712000', '164434.601000', '164434.604000', '164434.607000', '164434.609000', '164434.612000', '164434.615000', '164434.617000', '164434.620000', '164434.622000', '164434.625000', '164434.627000', '164434.630000', '164434.633000', '164434.635000', '164434.638000', '164434.641000', '164434.643000', '164434.646000', '164434.648000', '164434.651000', '164434.653000', '164434.656000', '164434.659000', '164434.661000', '164434.664000', '164434.666000', '164434.669000', '164434.672000', '164434.674000', '164434.677000', '164434.679000', '164434.682000', '164434.685000', '164434.687000', '164434.690000', '164434.693000', '164434.695000', '164434.698000', '164434.701000', '164434.703000', '164434.706000', '164434.709000', '164434.711000', '164434.714000', '164454.602000', '164454.605000', '164454.607000', '164454.610000', '164454.612000', '164454.615000', '164454.617000', '164454.620000', '164454.623000', '164454.626000', '164454.630000', '164454.632000', '164454.635000', '164454.637000', '164454.640000', '164454.643000', '164454.645000', '164454.648000', '164454.650000', '164454.653000', '164454.655000', '164454.658000', '164454.661000', '164454.663000', '164454.666000', '164454.670000', '164454.673000', '164454.675000', '164454.678000', '164454.681000', '164454.683000', '164454.686000', '164454.689000', '164454.691000', '164454.694000', '164454.696000', '164454.699000', '164454.701000', '164454.704000', '164454.707000', '164454.709000', '164454.712000', '164454.714000', '164514.602000', '164514.604000', '164514.607000', '164514.610000', '164514.612000', '164514.615000', '164514.617000', '164514.620000', '164514.622000', '164514.625000', '164514.628000', '164514.630000', '164514.633000', '164514.635000', '164514.638000', '164514.641000', '164514.643000', '164514.646000', '164514.649000', '164514.651000', '164514.654000', '164514.656000', '164514.659000', '164514.661000', '164514.664000', '164514.667000', '164514.669000', '164514.672000', '164514.674000', '164514.677000', '164514.680000', '164514.682000', '164514.685000', '164514.687000', '164514.690000', '164514.692000', '164514.695000', '164514.697000', '164514.700000', '164514.714000', '164514.717000', '164514.719000', '164514.722000', '164514.724000', '164534.600000', '164534.603000', '164534.606000', '164534.608000', '164534.611000', '164534.613000', '164534.616000', '164534.619000', '164534.621000', '164534.624000', '164534.626000', '164534.629000', '164534.632000', '164534.634000', '164534.637000', '164534.639000', '164534.642000', '164534.645000', '164534.647000', '164534.650000', '164534.652000', '164534.655000', '164534.658000', '164534.660000', '164534.663000', '164534.666000', '164534.668000', '164534.671000', '164534.673000', '164534.676000', '164534.678000', '164534.681000', '164534.683000', '164534.686000', '164534.689000', '164534.691000', '164534.694000', '164534.696000', '164534.699000', '164534.702000', '164534.704000', '164534.707000', '164534.709000', '164554.600000', '164554.603000', '164554.606000', '164554.608000', '164554.611000', '164554.614000', '164554.616000', '164554.619000', '164554.622000', '164554.624000', '164554.627000', '164554.629000', '164554.632000', '164554.634000', '164554.637000', '164554.640000', '164554.642000', '164554.645000', '164554.647000', '164554.650000', '164554.652000', '164554.655000', '164554.658000', '164554.660000', '164554.663000', '164554.665000', '164554.668000', '164554.670000', '164554.673000', '164554.676000', '164554.678000', '164554.681000', '164554.683000', '164554.686000', '164554.689000', '164554.691000', '164554.694000', '164554.696000', '164554.699000', '164554.701000', '164554.704000', '164554.707000', '164554.709000', '164554.712000', '164614.600000', '164614.603000', '164614.606000', '164614.609000', '164614.611000', '164614.614000', '164614.616000', '164614.619000', '164614.621000', '164614.624000', '164614.627000', '164614.629000', '164614.632000', '164614.634000', '164614.637000', '164614.640000', '164614.643000', '164614.646000', '164614.648000', '164614.651000', '164614.653000', '164614.656000', '164614.659000', '164614.661000', '164614.664000', '164614.666000', '164614.669000', '164614.671000', '164614.674000', '164614.677000', '164614.679000', '164614.682000', '164614.684000', '164614.687000', '164614.690000', '164614.692000', '164614.695000', '164614.697000', '164614.700000', '164614.703000', '164614.705000', '164614.709000', '164614.712000', '164634.601000', '164634.604000', '164634.607000', '164634.609000', '164634.612000', '164634.615000', '164634.617000', '164634.620000', '164634.622000', '164634.625000', '164634.628000', '164634.630000', '164634.633000', '164634.635000', '164634.638000', '164634.640000', '164634.643000', '164634.646000', '164634.648000', '164634.651000', '164634.653000', '164634.656000', '164634.658000', '164634.661000', '164634.664000', '164634.666000', '164634.669000', '164634.671000', '164634.674000', '164634.677000', '164634.679000', '164634.682000', '164634.684000', '164634.687000', '164634.690000', '164634.692000', '164634.695000', '164634.698000', '164634.700000', '164634.703000', '164634.705000', '164634.708000', '164634.711000', '164634.713000', '164654.602000', '164654.604000', '164654.607000', '164654.610000', '164654.612000', '164654.624000', '164654.627000', '164654.630000', '164654.632000', '164654.635000', '164654.638000', '164654.640000', '164654.643000', '164654.645000', '164654.648000', '164654.650000', '164654.653000', '164654.656000', '164654.658000', '164654.661000', '164654.664000', '164654.666000', '164654.669000', '164654.671000', '164654.674000', '164654.676000', '164654.679000', '164654.682000', '164654.684000', '164654.687000', '164654.690000', '164654.692000', '164654.695000', '164654.697000', '164654.700000', '164654.703000', '164654.705000', '164654.708000', '164654.710000', '164654.713000', '164654.716000', '164654.718000', '164654.721000', '164714.602000', '164714.605000', '164714.607000', '164714.610000', '164714.613000', '164714.615000', '164714.618000', '164714.620000', '164714.623000', '164714.626000', '164714.628000', '164714.631000', '164714.633000', '164714.636000', '164714.639000', '164714.641000', '164714.644000', '164714.646000', '164714.649000', '164714.652000', '164714.654000', '164714.657000', '164714.659000', '164714.662000', '164714.665000', '164714.667000', '164714.670000', '164714.672000', '164714.675000', '164714.678000', '164714.680000', '164714.683000', '164714.685000', '164714.688000', '164714.691000', '164714.693000', '164714.696000', '164714.698000', '164714.701000', '164714.704000', '164714.706000', '164714.709000', '164714.711000', '164714.714000', '164734.601000', '164734.605000', '164734.607000', '164734.610000', '164734.612000', '164734.615000', '164734.618000', '164734.620000', '164734.623000', '164734.626000', '164734.628000', '164734.631000', '164734.634000', '164734.636000', '164734.639000', '164734.642000', '164734.644000', '164734.647000', '164734.650000', '164734.652000', '164734.655000', '164734.658000', '164734.660000', '164734.663000', '164734.665000', '164734.668000', '164734.670000', '164734.673000', '164734.676000', '164734.678000', '164734.681000', '164734.683000', '164734.686000', '164734.689000', '164734.691000', '164734.694000', '164734.696000', '164734.699000', '164734.701000', '164734.704000', '164734.707000', '164734.709000', '164734.712000', '164754.601000', '164754.603000', '164754.606000', '164754.609000', '164754.611000', '164754.614000', '164754.617000', '164754.619000', '164754.622000', '164754.624000', '164754.627000', '164754.630000', '164754.632000', '164754.635000', '164754.638000', '164754.640000', '164754.643000', '164754.646000', '164754.648000', '164754.651000', '164754.653000', '164754.656000', '164754.659000', '164754.662000', '164754.664000', '164754.667000', '164754.669000', '164754.672000', '164754.675000', '164754.677000', '164754.680000', '164754.682000', '164754.685000', '164754.688000', '164754.690000', '164754.693000', '164754.696000', '164754.698000', '164754.701000', '164754.703000', '164754.706000', '164754.708000', '164754.711000', '164754.714000', '164814.601000', '164814.603000', '164814.622000', '164814.624000', '164814.627000', '164814.629000', '164814.632000', '164814.635000', '164814.637000', '164814.640000', '164814.642000', '164814.645000', '164814.647000', '164814.650000', '164814.653000', '164814.655000', '164814.658000', '164814.660000', '164814.663000', '164814.666000', '164814.668000', '164814.671000', '164814.673000', '164814.676000', '164814.679000', '164814.681000', '164814.684000', '164814.686000', '164814.689000', '164814.692000', '164814.694000', '164814.697000', '164814.699000', '164814.702000', '164814.705000', '164814.707000', '164814.710000', '164814.712000', '164814.715000', '164814.718000', '164814.720000', '164814.723000', '164814.725000', '164834.601000', '164834.604000', '164834.606000', '164834.609000', '164834.611000', '164834.614000', '164834.617000', '164834.619000', '164834.622000', '164834.624000', '164834.627000', '164834.630000', '164834.632000', '164834.635000', '164834.637000', '164834.640000', '164834.643000', '164834.645000', '164834.648000', '164834.650000', '164834.653000', '164834.656000', '164834.658000', '164834.661000', '164834.663000', '164834.666000', '164834.669000', '164834.671000', '164834.674000', '164834.676000', '164834.679000', '164834.682000', '164834.684000', '164834.687000', '164834.689000', '164834.692000', '164834.694000', '164834.697000', '164834.700000', '164834.702000', '164834.705000', '164834.707000', '164834.710000', '164834.712000', '164854.601000', '164854.604000', '164854.607000', '164854.610000', '164854.612000', '164854.615000', '164854.617000', '164854.620000', '164854.622000', '164854.625000', '164854.628000', '164854.630000', '164854.633000', '164854.635000', '164854.638000', '164854.641000', '164854.643000', '164854.646000', '164854.648000', '164854.651000', '164854.654000', '164854.656000', '164854.659000', '164854.661000', '164854.664000', '164854.666000', '164854.669000', '164854.672000', '164854.674000', '164854.677000', '164854.680000', '164854.682000', '164854.685000', '164854.687000', '164854.690000', '164854.692000', '164854.695000', '164854.697000', '164854.700000', '164854.703000', '164854.705000', '164854.708000', '164854.710000', '164914.601000', '164914.604000', '164914.607000', '164914.609000', '164914.612000', '164914.615000', '164914.617000', '164914.620000', '164914.622000', '164914.625000', '164914.628000', '164914.630000', '164914.633000', '164914.635000', '164914.638000', '164914.641000', '164914.643000', '164914.646000', '164914.648000', '164914.651000', '164914.654000', '164914.656000', '164914.659000', '164914.661000', '164914.664000', '164914.667000', '164914.669000', '164914.672000', '164914.688000', '164914.691000', '164914.693000', '164914.696000', '164914.698000', '164914.701000', '164914.704000', '164914.706000', '164914.709000', '164914.711000', '164914.714000', '164914.717000', '164914.719000', '164914.722000', '164914.724000', '164914.727000', '164916.803000', '164916.806000', '164916.809000', '164916.812000', '164916.815000'], '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], 'LargestImagePixelValue': [13445, 16794, 13372, 9814, 14781, 9916, 16355, 11069, 16840, 12666, 16465, 12750, 12385, 13453, 10021, 15420, 9736, 15691, 12132, 15346, 12181, 12886, 13394, 8761, 15024, 10427, 15339, 12132, 15977, 12982, 9248, 14691, 9687, 15972, 12144, 15867, 13138, 9902, 14416, 9543, 15682, 12330, 16185, 12727, 9914, 14949, 10458, 16126, 12702, 16059, 12737, 10917, 14222, 9164, 15316, 11844, 15782, 12242, 13681, 13268, 10121, 16115, 11642, 10519, 13154, 9231, 14915, 10384, 15727, 13117, 10694, 13337, 9442, 15671, 11566, 15950, 12999, 14935, 12712, 8988, 14587, 11864, 15774, 12777, 16113, 13044, 12909, 13321, 9262, 14615, 9504, 15266, 9967, 15226, 11727, 15750, 11697, 14096, 12121, 9170, 14289, 10404, 15880, 12535, 9779, 14376, 11163, 9875, 13295, 9080, 14581, 9575, 15351, 9994, 15395, 9947, 15883, 10348, 16318, 10131, 16452, 10443, 16289, 11499, 15950, 13040, 9712, 13979, 11205, 13969, 12514, 10063, 14003, 12655, 9701, 15741, 11916, 15617, 12209, 15525, 12740, 16047, 12123, 16049, 12261, 10190, 12753, 8411, 14571, 10937, 15460, 12005, 13267, 12526, 8743, 14392, 10589, 15703, 12448, 14913, 12187, 9579, 14908, 11562, 13970, 12440, 9280, 14954, 11516, 15820, 12821, 14373, 13289, 9227, 15158, 12979, 14334, 12199, 9157, 15139, 11893, 15911, 12847, 9337, 14417, 11632, 16374, 12851, 9832, 14939, 11273, 16430, 12763, 9862, 14680, 11393, 16249, 12688, 9414, 15248, 11513, 13963, 12268, 9096, 14969, 12605, 13514, 12316, 9229, 15045, 10824, 16512, 12105, 10745, 13720, 9187, 15909, 13228, 10934, 13706, 10004, 16088, 12604, 10068, 14461, 10747, 16502, 11871, 8972, 15360, 12464, 9332, 16321, 12965, 9715, 15327, 13522, 11284, 14111, 10174, 16151, 12946, 12940, 13884, 9504, 16071, 12090, 13443, 12505, 9529, 14419, 11398, 16483, 12595, 9524, 14425, 9795, 15991, 12274, 15945, 13639, 10468, 13997, 9927, 15886, 12525, 13818, 13355, 10268, 15325, 11786, 16238, 12679, 13154, 13234, 10089, 15505, 11729, 16527, 12329, 12187, 12891, 9237, 15117, 10579, 16134, 11955, 14196, 12520, 10230, 14484, 9686, 15629, 12219, 12600, 12780, 9275, 15241, 11121, 16440, 12707, 15579, 12737, 10558, 14279, 9598, 15951, 11913, 16285, 12532, 12719, 12581, 9354, 14778, 9381, 15362, 10741, 15700, 12594, 15899, 12182, 9000, 13870, 9203, 15224, 10973, 16157, 11996, 16244, 12287, 11835, 13186, 9837, 15466, 10044, 15989, 11996, 15838, 12703, 14380, 12778, 8987, 14984, 10596, 16015, 12283, 15487, 12316, 14378, 12582, 11371, 13058, 10912, 13947, 10863, 15067, 9055, 15166, 10374, 15535, 11921, 15463, 12651, 9988, 12836, 8918, 14831, 10852, 15254, 12486, 12618, 12781, 9274, 14900, 9885, 15365, 10415, 16254, 11743, 15247, 12411, 9474, 14069, 9465, 16005, 10793, 16101, 12280, 15989, 12304, 15470, 12523, 15405, 12131, 15339, 12224, 11990, 12798, 9091, 14627, 10997, 15537, 11928, 15356, 12486, 10248, 14681, 9366, 15727, 11922, 15929, 12669, 15594, 12630, 13079, 12722, 8940, 14072, 9272, 15200, 11343, 16221, 12331, 16182, 12472, 10757, 13712, 10210, 16186, 11806, 12066, 12611, 9377, 15181, 10892, 16104, 13723, 11466, 13171, 9205, 15656, 12668, 16276, 12963, 11403, 14489, 9599, 15863, 11158, 16015, 12021, 15524, 12783, 15867, 12527, 10019, 12939, 9460, 14707, 9806, 14844, 9797, 14568, 10091, 15087, 10855, 16141, 12535, 15444, 12201, 12212, 13091, 9760, 14951, 9759, 15902, 12118, 15604, 12529, 14368, 12524, 9907, 14327, 10377, 15836, 12328, 15447, 12282, 13504, 12990, 8534, 14730, 10331, 15665, 12308, 15405, 13051, 9635, 13699, 9443, 14956, 11800, 13617, 12389, 10590, 14110, 9657, 15868, 10290, 15813, 12200, 15974, 12714, 15879, 12238, 15893, 12247, 14298, 12393, 13666, 13073, 8598, 14212, 9029, 14591, 10068, 15173, 10303, 15880, 11646, 15542, 12058, 15679, 12204, 16028, 12556, 8658, 14275, 10032, 15553, 12072, 15264, 12193, 10760, 13103, 10036, 15273, 12155, 15910, 12381, 16183, 12205, 11182, 13967, 9938, 15300, 10518, 16015, 13033, 16390, 12837, 12436, 12883, 9467, 14906, 9667, 15538, 11806, 15955, 11722, 13157, 12493, 9638, 14434, 10059, 16190, 11867, 15815, 12244, 12598, 12919, 9574, 14745, 11045, 16481, 11938, 9635, 13616, 9899, 15529, 12217, 15519, 12293, 12005, 13744, 10237, 14604, 11233, 11677, 12784, 9122, 14675, 10145, 16333, 11883, 16203, 12572, 10923, 14118, 9891, 15504, 9629, 16438, 11482, 15892, 12183, 15741, 12105, 16157, 12870, 8757, 14092, 9405, 15681, 12060, 15687, 12382, 16075, 12522, 9571, 13344, 9363, 15463, 10994, 16208, 12677, 12041, 12373, 9208, 14653, 10362, 16263, 12923, 16345, 12300, 10405, 13616, 9283, 15324, 11099, 15929, 11910, 12150, 12866, 9819, 14976, 9079, 15616, 10586, 15948, 12146, 15737, 13146, 11140, 12929, 8873, 14895, 10117, 15571, 11629, 15929, 11833, 15029, 12401, 10360, 13438, 9552, 15456, 9989, 16036, 11949, 15605, 12371, 10462, 14101, 9459, 16118, 12089, 16033, 12718, 9617, 14590, 10271, 15846, 13305, 9221, 14135, 10981, 14358, 12569, 9612, 14505, 10081, 16634, 12457, 15109, 12663, 10358, 14907, 10198, 16017, 12092, 16277, 12218, 13666, 12407, 9575, 13883, 9879, 16001, 11632, 15667, 12421, 14633, 12003, 9605, 14181, 9349, 15625, 11851, 15355, 11950, 15490, 12386, 15403, 12073, 11231, 13197, 9557, 14559, 9721, 15670, 11014, 15410, 11773, 12558, 12143, 8999, 14217, 9452, 16005, 12109, 15940, 12532, 15552, 12620, 9747, 14790, 9979, 16028, 12727, 12106, 13578, 9668, 15746, 11366, 16066, 12674, 12727, 13327, 10283, 15013, 11954, 14480, 12391, 9883, 10523, 11581, 17753, 12317, 15532, 11327, 15055, 11423, 15269, 11195, 15430, 12900, 16655, 12260, 8666, 14740, 10149, 9205, 13512, 11832, 12505, 17445, 12436, 15739, 12033, 15664, 12226, 15480, 12200, 15415, 12208, 15207, 11768, 14778, 12025, 14357, 11649, 10610, 13199, 10624, 10198, 13464, 11088, 15365, 12100, 15168, 11534, 14491, 11421, 11232, 12448, 8601, 13605, 8933, 15082, 10875, 15052, 11841, 12629, 11663, 8528, 14032, 9990, 15016, 11921, 15044, 11801, 15433, 11852, 12174, 12200, 9086, 13445, 8903, 14747, 9724, 15604, 11239, 15355, 11716, 14915, 11450, 14925, 11177, 9038, 12855, 8636, 14813, 10779, 15158, 11469, 15680, 11642, 10461, 13780, 8443, 15268, 11251, 15623, 12180, 10987, 13973, 9445, 16049, 12175, 11706, 13886, 10054, 15549, 10007, 16181, 12488, 15815, 12230, 9767, 14050, 9225, 15079, 9930, 16165, 12281, 16139, 11757, 9326, 13636, 9243, 14786, 10248, 15807, 11062, 16162, 11792, 15016, 12041, 12379, 12595, 8797, 14683, 9640, 15440, 11466, 15137, 11695, 14627, 12117, 8899, 13183, 9081, 15086, 9517, 15297, 11505, 15819, 11889, 9625, 12622, 8488, 14161, 9887, 15575, 11259, 15950, 11395, 11868, 11969, 9761, 13839, 11720, 11164, 12244, 9635, 15070, 11429, 15361, 11849, 15669, 11772, 13658, 12689, 8781, 14067, 9101, 15017, 9671, 14855, 10711, 15736, 11933, 16301, 11881, 10094, 12824, 9152, 14708, 8977, 14534, 9219, 15175, 9474, 15212, 10705, 15338, 11621, 14574, 11677, 14569, 11267, 9508, 12164, 8592, 13870, 9399, 15533, 11510, 11017, 11907, 9148, 14023, 8690, 14811, 10618, 15440, 11285, 15124, 11874, 11395, 12881, 9360, 14123, 10755, 16299, 11197, 9740, 13258, 8764, 14174, 9469, 15666, 11167, 15275, 11433, 15221, 11180, 15079, 12126, 11343, 12187, 8636, 13913, 8874, 14683, 11661, 15089, 11448, 15441, 11496, 12116, 12520, 8288, 13706, 8657, 14697, 9096, 14847, 9598, 15264, 11245, 15435, 11574, 15245, 11534, 10062, 12511, 9036, 15063, 10799, 15467, 11543, 14848, 11413, 11340, 12517, 8421, 13995, 8875, 14968, 9900, 15224, 12187, 13885, 11630, 9307, 14237, 9327, 15223, 11804, 15742, 11702, 10833, 12543, 9296, 15062, 11014, 15590, 11370, 12502, 12145, 10812, 13721, 9263, 15115, 9655, 15799, 11528, 15513, 12228, 15892, 12340, 8710, 13899, 11001, 16061, 12002, 14422, 11930, 12108, 13250, 8542, 14263, 9246, 14663, 9286, 14616, 9723, 15506, 11234, 15655, 11597, 14758, 11796, 10112, 13943, 8950, 15545, 11377, 15362, 11775, 15768, 12567, 10812, 12114, 9185, 13982, 9205, 15025, 11106, 16158, 11887, 11738, 12145, 8397, 14317, 11615, 15523, 11506, 9692, 13463, 9221, 14717, 9228, 15203, 10422, 15705, 11747, 15900, 11813, 9810, 12743, 9291, 15078, 10935, 12714, 11789, 9306, 13360, 9495, 15127, 10453, 15361, 11623, 15445, 11635, 13001, 12771, 8332, 15188, 11491, 15665, 12102, 15174, 11998, 14164, 12810, 8387, 14178, 10379, 15190, 11928, 14924, 12410, 14776, 12032, 9547, 14057, 9582, 14835, 9725, 15838, 11652, 15712, 12291, 15609, 11997, 12271, 12470, 8557, 14370, 10180, 15148, 12094, 14963, 12092, 11300, 12578, 10366, 13745, 10868, 7839, 13580, 9676, 13755, 9731, 13233, 9859, 13469, 9136, 13939, 9891, 14324, 10176, 15131, 10594, 15267, 11766, 15253, 12487, 15242, 12738, 17081, 12236, 10124, 13654, 10808, 10565, 11597, 10941, 12778, 16478, 13447, 16448, 12563, 15337, 11709, 14554, 12098, 8003, 13517, 11297, 11275, 13386, 9009, 15006, 10273, 15114, 10995, 14997, 11404, 14880, 11595, 14641, 11850, 14393, 11676, 14485, 11361, 12760, 11143, 11176, 11954, 10450, 12254, 10183, 13632, 8715, 14611, 10875, 15120, 11772, 13244, 11538, 9983, 13583, 8330, 14742, 11026, 15079, 11487, 10897, 13063, 8626, 15053, 11109], 'WindowCenter': [4229.0, 4234.0, 4199.0, 4167.0, 4196.0, 4153.0, 4206.0, 4164.0, 4204.0, 4170.0, 4191.0, 4171.0, 4158.0, 4180.0, 4140.0, 4192.0, 4138.0, 4191.0, 4171.0, 4190.0, 4173.0, 4183.0, 4183.0, 4130.0, 4192.0, 4163.0, 4204.0, 4184.0, 4205.0, 4184.0, 4143.0, 4193.0, 4153.0, 4203.0, 4173.0, 4204.0, 4184.0, 4153.0, 4192.0, 4142.0, 4203.0, 4183.0, 4204.0, 4183.0, 4152.0, 4193.0, 4163.0, 4203.0, 4182.0, 4203.0, 4182.0, 4162.0, 4194.0, 4141.0, 4191.0, 4171.0, 4192.0, 4173.0, 4182.0, 4182.0, 4153.0, 4204.0, 4173.0, 4152.0, 4182.0, 4140.0, 4193.0, 4153.0, 4204.0, 4185.0, 4163.0, 4183.0, 4153.0, 4204.0, 4174.0, 4205.0, 4184.0, 4192.0, 4170.0, 4130.0, 4179.0, 4171.0, 4190.0, 4172.0, 4192.0, 4183.0, 4170.0, 4170.0, 4127.0, 4179.0, 4127.0, 4180.0, 4139.0, 4190.0, 4158.0, 4189.0, 4159.0, 4192.0, 4173.0, 4141.0, 4181.0, 4151.0, 4203.0, 4173.0, 4154.0, 4205.0, 4188.0, 4153.0, 4182.0, 4130.0, 4191.0, 4138.0, 4179.0, 4127.0, 4179.0, 4127.0, 4189.0, 4137.0, 4188.0, 4136.0, 4176.0, 4134.0, 4174.0, 4145.0, 4177.0, 4157.0, 4124.0, 4167.0, 4134.0, 4164.0, 4156.0, 4126.0, 4165.0, 4155.0, 4116.0, 4176.0, 4144.0, 4164.0, 4132.0, 4165.0, 4143.0, 4162.0, 4131.0, 4161.0, 4145.0, 4123.0, 4143.0, 4102.0, 4164.0, 4145.0, 4191.0, 4171.0, 4170.0, 4170.0, 4131.0, 4191.0, 4151.0, 4191.0, 4172.0, 4191.0, 4186.0, 4153.0, 4194.0, 4161.0, 4182.0, 4171.0, 4140.0, 4194.0, 4173.0, 4204.0, 4184.0, 4192.0, 4183.0, 4154.0, 4193.0, 4182.0, 4182.0, 4172.0, 4140.0, 4193.0, 4173.0, 4204.0, 4185.0, 4142.0, 4193.0, 4163.0, 4203.0, 4184.0, 4153.0, 4195.0, 4162.0, 4203.0, 4182.0, 4151.0, 4191.0, 4173.0, 4205.0, 4184.0, 4143.0, 4205.0, 4174.0, 4193.0, 4184.0, 4155.0, 4207.0, 4186.0, 4195.0, 4186.0, 4170.0, 4219.0, 4174.0, 4218.0, 4185.0, 4163.0, 4194.0, 4154.0, 4216.0, 4196.0, 4176.0, 4195.0, 4164.0, 4216.0, 4197.0, 4167.0, 4208.0, 4176.0, 4217.0, 4186.0, 4155.0, 4216.0, 4198.0, 4168.0, 4219.0, 4198.0, 4168.0, 4220.0, 4198.0, 4176.0, 4194.0, 4152.0, 4202.0, 4183.0, 4183.0, 4195.0, 4153.0, 4204.0, 4173.0, 4183.0, 4185.0, 4155.0, 4207.0, 4176.0, 4216.0, 4187.0, 4153.0, 4195.0, 4153.0, 4206.0, 4188.0, 4217.0, 4196.0, 4163.0, 4193.0, 4151.0, 4203.0, 4173.0, 4194.0, 4194.0, 4154.0, 4204.0, 4173.0, 4202.0, 4173.0, 4181.0, 4183.0, 4152.0, 4194.0, 4161.0, 4204.0, 4184.0, 4172.0, 4183.0, 4141.0, 4192.0, 4150.0, 4202.0, 4172.0, 4181.0, 4182.0, 4152.0, 4193.0, 4141.0, 4202.0, 4173.0, 4183.0, 4185.0, 4155.0, 4217.0, 4177.0, 4216.0, 4185.0, 4204.0, 4184.0, 4164.0, 4194.0, 4142.0, 4192.0, 4162.0, 4191.0, 4172.0, 4182.0, 4172.0, 4142.0, 4180.0, 4130.0, 4193.0, 4176.0, 4206.0, 4184.0, 4203.0, 4171.0, 4130.0, 4182.0, 4141.0, 4192.0, 4164.0, 4204.0, 4173.0, 4202.0, 4173.0, 4173.0, 4185.0, 4153.0, 4205.0, 4152.0, 4192.0, 4172.0, 4192.0, 4182.0, 4193.0, 4173.0, 4131.0, 4190.0, 4150.0, 4191.0, 4171.0, 4193.0, 4171.0, 4181.0, 4171.0, 4159.0, 4170.0, 4149.0, 4182.0, 4150.0, 4192.0, 4130.0, 4179.0, 4138.0, 4191.0, 4172.0, 4192.0, 4171.0, 4140.0, 4172.0, 4129.0, 4192.0, 4164.0, 4204.0, 4183.0, 4173.0, 4184.0, 4141.0, 4192.0, 4153.0, 4194.0, 4151.0, 4192.0, 4161.0, 4190.0, 4171.0, 4140.0, 4183.0, 4141.0, 4204.0, 4161.0, 4191.0, 4171.0, 4191.0, 4172.0, 4191.0, 4172.0, 4191.0, 4161.0, 4190.0, 4171.0, 4170.0, 4172.0, 4141.0, 4191.0, 4162.0, 4202.0, 4172.0, 4205.0, 4184.0, 4163.0, 4195.0, 4142.0, 4193.0, 4161.0, 4191.0, 4172.0, 4191.0, 4172.0, 4171.0, 4170.0, 4129.0, 4179.0, 4141.0, 4192.0, 4163.0, 4204.0, 4173.0, 4203.0, 4185.0, 4176.0, 4196.0, 4153.0, 4203.0, 4173.0, 4172.0, 4171.0, 4142.0, 4194.0, 4163.0, 4206.0, 4184.0, 4162.0, 4172.0, 4141.0, 4192.0, 4172.0, 4203.0, 4183.0, 4162.0, 4181.0, 4138.0, 4190.0, 4160.0, 4190.0, 4171.0, 4191.0, 4171.0, 4191.0, 4171.0, 4151.0, 4171.0, 4141.0, 4191.0, 4139.0, 4190.0, 4139.0, 4181.0, 4150.0, 4192.0, 4161.0, 4192.0, 4171.0, 4190.0, 4159.0, 4159.0, 4170.0, 4141.0, 4191.0, 4139.0, 4190.0, 4159.0, 4179.0, 4159.0, 4179.0, 4159.0, 4138.0, 4168.0, 4136.0, 4177.0, 4158.0, 4191.0, 4172.0, 4169.0, 4170.0, 4116.0, 4178.0, 4137.0, 4189.0, 4159.0, 4179.0, 4170.0, 4127.0, 4167.0, 4137.0, 4189.0, 4160.0, 4181.0, 4172.0, 4162.0, 4194.0, 4142.0, 4204.0, 4152.0, 4192.0, 4170.0, 4203.0, 4184.0, 4191.0, 4171.0, 4190.0, 4160.0, 4179.0, 4171.0, 4180.0, 4170.0, 4118.0, 4180.0, 4129.0, 4191.0, 4151.0, 4193.0, 4153.0, 4204.0, 4162.0, 4192.0, 4172.0, 4192.0, 4173.0, 4204.0, 4174.0, 4133.0, 4194.0, 4153.0, 4205.0, 4186.0, 4207.0, 4186.0, 4165.0, 4184.0, 4166.0, 4204.0, 4185.0, 4205.0, 4186.0, 4206.0, 4176.0, 4164.0, 4182.0, 4141.0, 4194.0, 4151.0, 4193.0, 4172.0, 4192.0, 4171.0, 4161.0, 4171.0, 4140.0, 4192.0, 4142.0, 4192.0, 4162.0, 4192.0, 4161.0, 4170.0, 4171.0, 4141.0, 4193.0, 4153.0, 4205.0, 4162.0, 4193.0, 4174.0, 4171.0, 4173.0, 4143.0, 4194.0, 4163.0, 4203.0, 4172.0, 4142.0, 4182.0, 4152.0, 4205.0, 4188.0, 4218.0, 4186.0, 4187.0, 4197.0, 4177.0, 4207.0, 4176.0, 4174.0, 4197.0, 4155.0, 4206.0, 4152.0, 4204.0, 4173.0, 4203.0, 4184.0, 4162.0, 4193.0, 4153.0, 4193.0, 4140.0, 4191.0, 4160.0, 4190.0, 4160.0, 4191.0, 4173.0, 4203.0, 4172.0, 4130.0, 4181.0, 4129.0, 4192.0, 4160.0, 4191.0, 4171.0, 4192.0, 4171.0, 4129.0, 4170.0, 4129.0, 4191.0, 4162.0, 4203.0, 4171.0, 4170.0, 4171.0, 4140.0, 4193.0, 4164.0, 4205.0, 4184.0, 4203.0, 4172.0, 4164.0, 4208.0, 4155.0, 4204.0, 4163.0, 4203.0, 4174.0, 4172.0, 4184.0, 4154.0, 4206.0, 4130.0, 4193.0, 4152.0, 4202.0, 4173.0, 4193.0, 4184.0, 4161.0, 4171.0, 4130.0, 4192.0, 4152.0, 4206.0, 4174.0, 4204.0, 4173.0, 4192.0, 4172.0, 4152.0, 4195.0, 4142.0, 4194.0, 4141.0, 4202.0, 4172.0, 4192.0, 4184.0, 4164.0, 4195.0, 4153.0, 4204.0, 4173.0, 4203.0, 4172.0, 4141.0, 4192.0, 4165.0, 4207.0, 4197.0, 4154.0, 4195.0, 4176.0, 4194.0, 4185.0, 4154.0, 4196.0, 4165.0, 4217.0, 4185.0, 4194.0, 4184.0, 4152.0, 4193.0, 4153.0, 4203.0, 4172.0, 4191.0, 4171.0, 4180.0, 4171.0, 4141.0, 4182.0, 4140.0, 4191.0, 4160.0, 4189.0, 4169.0, 4191.0, 4172.0, 4141.0, 4193.0, 4141.0, 4192.0, 4172.0, 4192.0, 4173.0, 4204.0, 4185.0, 4204.0, 4173.0, 4162.0, 4183.0, 4152.0, 4194.0, 4152.0, 4204.0, 4162.0, 4191.0, 4174.0, 4183.0, 4198.0, 4157.0, 4207.0, 4158.0, 4218.0, 4186.0, 4217.0, 4186.0, 4206.0, 4186.0, 4155.0, 4194.0, 4156.0, 4203.0, 4185.0, 4174.0, 4184.0, 4153.0, 4205.0, 4174.0, 4205.0, 4185.0, 4184.0, 4195.0, 4167.0, 4209.0, 4177.0, 4197.0, 4188.0, 4167.0, 4164.0, 4175.0, 4217.0, 4174.0, 4204.0, 4161.0, 4181.0, 4161.0, 4192.0, 4150.0, 4192.0, 4184.0, 4202.0, 4159.0, 4132.0, 4191.0, 4151.0, 4140.0, 4183.0, 4161.0, 4160.0, 4189.0, 4147.0, 4165.0, 4134.0, 4152.0, 4131.0, 4150.0, 4120.0, 4140.0, 4118.0, 4149.0, 4119.0, 4150.0, 4133.0, 4153.0, 4131.0, 4119.0, 4142.0, 4119.0, 4110.0, 4140.0, 4121.0, 4150.0, 4118.0, 4138.0, 4119.0, 4138.0, 4119.0, 4108.0, 4130.0, 4089.0, 4140.0, 4089.0, 4150.0, 4120.0, 4162.0, 4143.0, 4143.0, 4145.0, 4115.0, 4167.0, 4138.0, 4179.0, 4159.0, 4179.0, 4160.0, 4179.0, 4160.0, 4160.0, 4160.0, 4128.0, 4170.0, 4128.0, 4180.0, 4141.0, 4191.0, 4163.0, 4192.0, 4188.0, 4194.0, 4174.0, 4193.0, 4174.0, 4144.0, 4196.0, 4145.0, 4207.0, 4176.0, 4206.0, 4188.0, 4231.0, 4191.0, 4180.0, 4211.0, 4148.0, 4221.0, 4190.0, 4219.0, 4201.0, 4192.0, 4211.0, 4171.0, 4220.0, 4201.0, 4189.0, 4210.0, 4170.0, 4223.0, 4182.0, 4232.0, 4199.0, 4218.0, 4187.0, 4167.0, 4207.0, 4155.0, 4209.0, 4167.0, 4220.0, 4188.0, 4206.0, 4175.0, 4154.0, 4197.0, 4158.0, 4210.0, 4167.0, 4219.0, 4177.0, 4216.0, 4186.0, 4207.0, 4187.0, 4187.0, 4187.0, 4133.0, 4195.0, 4155.0, 4204.0, 4174.0, 4207.0, 4186.0, 4206.0, 4186.0, 4144.0, 4195.0, 4144.0, 4207.0, 4155.0, 4208.0, 4176.0, 4206.0, 4177.0, 4153.0, 4184.0, 4143.0, 4207.0, 4168.0, 4219.0, 4178.0, 4218.0, 4178.0, 4188.0, 4188.0, 4167.0, 4196.0, 4177.0, 4176.0, 4187.0, 4169.0, 4217.0, 4187.0, 4207.0, 4188.0, 4206.0, 4188.0, 4195.0, 4185.0, 4132.0, 4193.0, 4130.0, 4193.0, 4141.0, 4192.0, 4151.0, 4194.0, 4163.0, 4192.0, 4161.0, 4152.0, 4172.0, 4129.0, 4181.0, 4129.0, 4180.0, 4128.0, 4180.0, 4128.0, 4177.0, 4138.0, 4177.0, 4147.0, 4180.0, 4158.0, 4180.0, 4159.0, 4139.0, 4171.0, 4132.0, 4194.0, 4143.0, 4204.0, 4175.0, 4164.0, 4188.0, 4156.0, 4197.0, 4146.0, 4207.0, 4166.0, 4206.0, 4175.0, 4205.0, 4177.0, 4176.0, 4186.0, 4155.0, 4196.0, 4176.0, 4216.0, 4177.0, 4167.0, 4198.0, 4147.0, 4209.0, 4169.0, 4218.0, 4177.0, 4207.0, 4176.0, 4206.0, 4177.0, 4206.0, 4186.0, 4164.0, 4173.0, 4132.0, 4183.0, 4144.0, 4194.0, 4175.0, 4204.0, 4176.0, 4205.0, 4186.0, 4187.0, 4186.0, 4134.0, 4195.0, 4143.0, 4207.0, 4144.0, 4206.0, 4155.0, 4207.0, 4175.0, 4206.0, 4174.0, 4206.0, 4188.0, 4169.0, 4202.0, 4159.0, 4217.0, 4179.0, 4218.0, 4188.0, 4209.0, 4189.0, 4178.0, 4187.0, 4147.0, 4207.0, 4146.0, 4205.0, 4154.0, 4207.0, 4175.0, 4195.0, 4175.0, 4143.0, 4196.0, 4157.0, 4207.0, 4185.0, 4205.0, 4174.0, 4164.0, 4186.0, 4155.0, 4209.0, 4176.0, 4207.0, 4177.0, 4187.0, 4188.0, 4177.0, 4197.0, 4155.0, 4207.0, 4142.0, 4195.0, 4163.0, 4209.0, 4176.0, 4204.0, 4173.0, 4131.0, 4181.0, 4163.0, 4203.0, 4172.0, 4183.0, 4173.0, 4174.0, 4183.0, 4130.0, 4182.0, 4129.0, 4181.0, 4140.0, 4194.0, 4141.0, 4204.0, 4162.0, 4192.0, 4162.0, 4195.0, 4175.0, 4155.0, 4195.0, 4131.0, 4193.0, 4162.0, 4193.0, 4174.0, 4193.0, 4173.0, 4150.0, 4160.0, 4128.0, 4182.0, 4140.0, 4191.0, 4149.0, 4190.0, 4161.0, 4159.0, 4171.0, 4144.0, 4205.0, 4175.0, 4206.0, 4175.0, 4154.0, 4196.0, 4155.0, 4208.0, 4146.0, 4206.0, 4153.0, 4193.0, 4173.0, 4193.0, 4174.0, 4154.0, 4184.0, 4144.0, 4194.0, 4177.0, 4198.0, 4189.0, 4168.0, 4211.0, 4168.0, 4220.0, 4179.0, 4219.0, 4189.0, 4208.0, 4188.0, 4197.0, 4200.0, 4146.0, 4208.0, 4177.0, 4207.0, 4187.0, 4209.0, 4189.0, 4197.0, 4187.0, 4133.0, 4195.0, 4165.0, 4207.0, 4188.0, 4208.0, 4189.0, 4206.0, 4186.0, 4154.0, 4196.0, 4155.0, 4207.0, 4154.0, 4207.0, 4163.0, 4193.0, 4173.0, 4194.0, 4187.0, 4186.0, 4175.0, 4133.0, 4182.0, 4152.0, 4192.0, 4184.0, 4204.0, 4175.0, 4164.0, 4173.0, 4167.0, 4211.0, 4178.0, 4137.0, 4186.0, 4155.0, 4195.0, 4143.0, 4174.0, 4142.0, 4184.0, 4156.0, 4210.0, 4154.0, 4193.0, 4151.0, 4193.0, 4139.0, 4180.0, 4149.0, 4178.0, 4158.0, 4178.0, 4158.0, 4178.0, 4146.0, 4125.0, 4155.0, 4136.0, 4134.0, 4145.0, 4134.0, 4146.0, 4178.0, 4171.0, 4165.0, 4146.0, 4164.0, 4145.0, 4165.0, 4143.0, 4104.0, 4165.0, 4146.0, 4145.0, 4166.0, 4116.0, 4177.0, 4126.0, 4167.0, 4135.0, 4166.0, 4135.0, 4164.0, 4133.0, 4153.0, 4133.0, 4153.0, 4134.0, 4164.0, 4146.0, 4157.0, 4147.0, 4147.0, 4160.0, 4150.0, 4173.0, 4151.0, 4183.0, 4132.0, 4194.0, 4163.0, 4193.0, 4175.0, 4197.0, 4188.0, 4155.0, 4197.0, 4133.0, 4196.0, 4176.0, 4208.0, 4189.0, 4180.0, 4200.0, 4146.0, 4209.0, 4178.0], 'WindowWidth': [9370.0, 9366.0, 9308.0, 9258.0, 9295.0, 9234.0, 9308.0, 9247.0, 9304.0, 9250.0, 9279.0, 9250.0, 9232.0, 9262.0, 9208.0, 9283.0, 9205.0, 9279.0, 9250.0, 9277.0, 9257.0, 9271.0, 9271.0, 9197.0, 9283.0, 9245.0, 9301.0, 9277.0, 9306.0, 9277.0, 9219.0, 9285.0, 9231.0, 9300.0, 9259.0, 9302.0, 9275.0, 9231.0, 9283.0, 9215.0, 9299.0, 9272.0, 9304.0, 9274.0, 9230.0, 9285.0, 9244.0, 9299.0, 9270.0, 9300.0, 9270.0, 9242.0, 9287.0, 9211.0, 9279.0, 9252.0, 9283.0, 9260.0, 9270.0, 9271.0, 9232.0, 9302.0, 9257.0, 9230.0, 9268.0, 9211.0, 9284.0, 9232.0, 9303.0, 9278.0, 9246.0, 9272.0, 9230.0, 9301.0, 9262.0, 9305.0, 9275.0, 9283.0, 9248.0, 9196.0, 9261.0, 9252.0, 9278.0, 9255.0, 9284.0, 9271.0, 9249.0, 9249.0, 9188.0, 9258.0, 9185.0, 9260.0, 9206.0, 9275.0, 9229.0, 9273.0, 9233.0, 9284.0, 9258.0, 9214.0, 9266.0, 9224.0, 9299.0, 9260.0, 9237.0, 9308.0, 9289.0, 9233.0, 9269.0, 9197.0, 9278.0, 9203.0, 9259.0, 9185.0, 9260.0, 9185.0, 9272.0, 9200.0, 9271.0, 9198.0, 9250.0, 9190.0, 9245.0, 9206.0, 9254.0, 9227.0, 9178.0, 9239.0, 9191.0, 9231.0, 9223.0, 9183.0, 9235.0, 9221.0, 9167.0, 9250.0, 9203.0, 9230.0, 9184.0, 9231.0, 9200.0, 9224.0, 9180.0, 9222.0, 9208.0, 9174.0, 9200.0, 9144.0, 9230.0, 9207.0, 9279.0, 9253.0, 9248.0, 9248.0, 9197.0, 9278.0, 9225.0, 9280.0, 9254.0, 9278.0, 9280.0, 9233.0, 9286.0, 9240.0, 9269.0, 9252.0, 9211.0, 9287.0, 9257.0, 9300.0, 9274.0, 9283.0, 9271.0, 9234.0, 9286.0, 9269.0, 9268.0, 9254.0, 9208.0, 9284.0, 9259.0, 9304.0, 9277.0, 9216.0, 9284.0, 9244.0, 9299.0, 9275.0, 9233.0, 9292.0, 9242.0, 9298.0, 9269.0, 9225.0, 9282.0, 9257.0, 9305.0, 9277.0, 9219.0, 9303.0, 9261.0, 9286.0, 9276.0, 9238.0, 9311.0, 9281.0, 9293.0, 9282.0, 9269.0, 9332.0, 9265.0, 9328.0, 9279.0, 9246.0, 9289.0, 9235.0, 9322.0, 9296.0, 9267.0, 9292.0, 9251.0, 9322.0, 9298.0, 9259.0, 9316.0, 9266.0, 9322.0, 9280.0, 9239.0, 9324.0, 9302.0, 9260.0, 9331.0, 9302.0, 9262.0, 9332.0, 9300.0, 9267.0, 9287.0, 9229.0, 9298.0, 9272.0, 9272.0, 9293.0, 9232.0, 9301.0, 9259.0, 9273.0, 9280.0, 9241.0, 9311.0, 9268.0, 9323.0, 9282.0, 9234.0, 9292.0, 9232.0, 9308.0, 9285.0, 9325.0, 9294.0, 9246.0, 9285.0, 9225.0, 9298.0, 9258.0, 9290.0, 9290.0, 9234.0, 9302.0, 9257.0, 9297.0, 9257.0, 9266.0, 9272.0, 9229.0, 9289.0, 9237.0, 9304.0, 9276.0, 9256.0, 9271.0, 9212.0, 9284.0, 9223.0, 9294.0, 9254.0, 9267.0, 9269.0, 9227.0, 9284.0, 9213.0, 9295.0, 9258.0, 9273.0, 9278.0, 9237.0, 9325.0, 9273.0, 9322.0, 9279.0, 9303.0, 9276.0, 9249.0, 9289.0, 9216.0, 9281.0, 9240.0, 9279.0, 9256.0, 9271.0, 9257.0, 9216.0, 9264.0, 9195.0, 9287.0, 9270.0, 9310.0, 9276.0, 9301.0, 9253.0, 9198.0, 9267.0, 9212.0, 9285.0, 9248.0, 9302.0, 9257.0, 9296.0, 9259.0, 9260.0, 9277.0, 9233.0, 9305.0, 9227.0, 9283.0, 9254.0, 9281.0, 9270.0, 9287.0, 9258.0, 9197.0, 9277.0, 9222.0, 9278.0, 9252.0, 9285.0, 9255.0, 9267.0, 9251.0, 9234.0, 9249.0, 9220.0, 9269.0, 9222.0, 9280.0, 9194.0, 9259.0, 9203.0, 9278.0, 9257.0, 9282.0, 9253.0, 9209.0, 9253.0, 9193.0, 9282.0, 9248.0, 9303.0, 9273.0, 9258.0, 9273.0, 9212.0, 9284.0, 9230.0, 9289.0, 9225.0, 9281.0, 9237.0, 9277.0, 9251.0, 9208.0, 9271.0, 9213.0, 9301.0, 9239.0, 9279.0, 9253.0, 9279.0, 9254.0, 9280.0, 9254.0, 9277.0, 9237.0, 9276.0, 9251.0, 9251.0, 9254.0, 9212.0, 9280.0, 9241.0, 9296.0, 9257.0, 9304.0, 9277.0, 9247.0, 9290.0, 9215.0, 9284.0, 9239.0, 9280.0, 9256.0, 9281.0, 9256.0, 9253.0, 9249.0, 9192.0, 9260.0, 9213.0, 9283.0, 9245.0, 9300.0, 9258.0, 9299.0, 9277.0, 9270.0, 9295.0, 9231.0, 9299.0, 9257.0, 9257.0, 9254.0, 9214.0, 9289.0, 9246.0, 9308.0, 9276.0, 9241.0, 9254.0, 9212.0, 9283.0, 9255.0, 9299.0, 9272.0, 9242.0, 9265.0, 9203.0, 9276.0, 9234.0, 9276.0, 9252.0, 9278.0, 9253.0, 9281.0, 9253.0, 9226.0, 9252.0, 9212.0, 9281.0, 9207.0, 9279.0, 9205.0, 9264.0, 9223.0, 9282.0, 9239.0, 9283.0, 9250.0, 9276.0, 9233.0, 9231.0, 9248.0, 9212.0, 9281.0, 9205.0, 9276.0, 9232.0, 9259.0, 9231.0, 9259.0, 9232.0, 9201.0, 9241.0, 9195.0, 9251.0, 9230.0, 9279.0, 9258.0, 9247.0, 9248.0, 9172.0, 9257.0, 9200.0, 9273.0, 9232.0, 9260.0, 9250.0, 9186.0, 9238.0, 9200.0, 9272.0, 9236.0, 9265.0, 9256.0, 9243.0, 9287.0, 9215.0, 9301.0, 9228.0, 9282.0, 9250.0, 9297.0, 9274.0, 9280.0, 9251.0, 9277.0, 9235.0, 9259.0, 9251.0, 9264.0, 9250.0, 9177.0, 9260.0, 9191.0, 9278.0, 9225.0, 9287.0, 9231.0, 9302.0, 9242.0, 9282.0, 9254.0, 9282.0, 9258.0, 9302.0, 9260.0, 9204.0, 9288.0, 9232.0, 9304.0, 9282.0, 9312.0, 9282.0, 9251.0, 9276.0, 9252.0, 9303.0, 9278.0, 9305.0, 9279.0, 9308.0, 9268.0, 9248.0, 9270.0, 9212.0, 9285.0, 9223.0, 9284.0, 9255.0, 9282.0, 9251.0, 9238.0, 9249.0, 9207.0, 9280.0, 9213.0, 9282.0, 9240.0, 9281.0, 9239.0, 9250.0, 9251.0, 9212.0, 9286.0, 9230.0, 9305.0, 9242.0, 9283.0, 9261.0, 9253.0, 9256.0, 9218.0, 9288.0, 9246.0, 9300.0, 9254.0, 9214.0, 9267.0, 9228.0, 9305.0, 9287.0, 9330.0, 9281.0, 9282.0, 9298.0, 9274.0, 9311.0, 9267.0, 9262.0, 9297.0, 9238.0, 9307.0, 9227.0, 9299.0, 9259.0, 9298.0, 9272.0, 9242.0, 9285.0, 9230.0, 9284.0, 9207.0, 9279.0, 9234.0, 9275.0, 9236.0, 9280.0, 9257.0, 9300.0, 9255.0, 9196.0, 9264.0, 9191.0, 9279.0, 9235.0, 9280.0, 9252.0, 9282.0, 9250.0, 9192.0, 9247.0, 9192.0, 9281.0, 9242.0, 9298.0, 9252.0, 9250.0, 9251.0, 9210.0, 9285.0, 9249.0, 9305.0, 9274.0, 9298.0, 9256.0, 9248.0, 9316.0, 9239.0, 9302.0, 9245.0, 9301.0, 9262.0, 9257.0, 9273.0, 9235.0, 9307.0, 9196.0, 9284.0, 9228.0, 9296.0, 9258.0, 9285.0, 9275.0, 9240.0, 9251.0, 9195.0, 9282.0, 9229.0, 9306.0, 9263.0, 9302.0, 9256.0, 9282.0, 9255.0, 9230.0, 9291.0, 9217.0, 9287.0, 9213.0, 9296.0, 9256.0, 9284.0, 9274.0, 9249.0, 9291.0, 9231.0, 9300.0, 9257.0, 9298.0, 9256.0, 9213.0, 9284.0, 9252.0, 9310.0, 9297.0, 9235.0, 9292.0, 9268.0, 9289.0, 9278.0, 9234.0, 9293.0, 9252.0, 9324.0, 9277.0, 9288.0, 9274.0, 9229.0, 9286.0, 9231.0, 9299.0, 9254.0, 9281.0, 9251.0, 9262.0, 9252.0, 9215.0, 9270.0, 9208.0, 9279.0, 9235.0, 9276.0, 9249.0, 9279.0, 9256.0, 9214.0, 9286.0, 9213.0, 9283.0, 9255.0, 9283.0, 9260.0, 9304.0, 9279.0, 9304.0, 9260.0, 9242.0, 9273.0, 9230.0, 9288.0, 9230.0, 9301.0, 9242.0, 9281.0, 9261.0, 9274.0, 9304.0, 9245.0, 9313.0, 9245.0, 9329.0, 9281.0, 9326.0, 9282.0, 9310.0, 9280.0, 9237.0, 9287.0, 9239.0, 9301.0, 9277.0, 9263.0, 9276.0, 9232.0, 9305.0, 9260.0, 9304.0, 9277.0, 9275.0, 9291.0, 9255.0, 9316.0, 9270.0, 9298.0, 9287.0, 9257.0, 9249.0, 9268.0, 9328.0, 9263.0, 9302.0, 9239.0, 9265.0, 9239.0, 9281.0, 9224.0, 9285.0, 9276.0, 9300.0, 9236.0, 9203.0, 9281.0, 9224.0, 9210.0, 9271.0, 9238.0, 9236.0, 9276.0, 9211.0, 9233.0, 9188.0, 9212.0, 9179.0, 9206.0, 9163.0, 9190.0, 9157.0, 9201.0, 9159.0, 9205.0, 9184.0, 9214.0, 9180.0, 9161.0, 9195.0, 9161.0, 9149.0, 9189.0, 9165.0, 9204.0, 9154.0, 9183.0, 9158.0, 9182.0, 9158.0, 9143.0, 9175.0, 9118.0, 9188.0, 9120.0, 9202.0, 9164.0, 9221.0, 9198.0, 9200.0, 9205.0, 9166.0, 9240.0, 9200.0, 9259.0, 9233.0, 9260.0, 9233.0, 9260.0, 9233.0, 9233.0, 9233.0, 9189.0, 9246.0, 9189.0, 9262.0, 9209.0, 9277.0, 9243.0, 9283.0, 9285.0, 9289.0, 9261.0, 9285.0, 9260.0, 9224.0, 9294.0, 9224.0, 9312.0, 9267.0, 9309.0, 9288.0, 9350.0, 9297.0, 9280.0, 9321.0, 9236.0, 9337.0, 9294.0, 9333.0, 9312.0, 9300.0, 9323.0, 9269.0, 9334.0, 9309.0, 9292.0, 9321.0, 9266.0, 9343.0, 9289.0, 9355.0, 9304.0, 9328.0, 9284.0, 9256.0, 9310.0, 9239.0, 9318.0, 9260.0, 9335.0, 9287.0, 9311.0, 9266.0, 9237.0, 9297.0, 9247.0, 9322.0, 9260.0, 9330.0, 9270.0, 9323.0, 9281.0, 9309.0, 9283.0, 9286.0, 9282.0, 9205.0, 9290.0, 9237.0, 9302.0, 9263.0, 9311.0, 9283.0, 9309.0, 9281.0, 9223.0, 9293.0, 9222.0, 9311.0, 9239.0, 9313.0, 9270.0, 9310.0, 9269.0, 9234.0, 9276.0, 9221.0, 9311.0, 9260.0, 9332.0, 9274.0, 9328.0, 9274.0, 9287.0, 9288.0, 9259.0, 9295.0, 9269.0, 9268.0, 9284.0, 9264.0, 9328.0, 9284.0, 9313.0, 9286.0, 9311.0, 9285.0, 9294.0, 9278.0, 9205.0, 9285.0, 9197.0, 9286.0, 9210.0, 9283.0, 9227.0, 9290.0, 9242.0, 9282.0, 9239.0, 9226.0, 9252.0, 9192.0, 9263.0, 9193.0, 9262.0, 9188.0, 9260.0, 9187.0, 9255.0, 9201.0, 9255.0, 9213.0, 9261.0, 9231.0, 9262.0, 9233.0, 9207.0, 9252.0, 9203.0, 9289.0, 9219.0, 9303.0, 9262.0, 9248.0, 9287.0, 9242.0, 9296.0, 9226.0, 9312.0, 9255.0, 9310.0, 9266.0, 9307.0, 9269.0, 9267.0, 9279.0, 9239.0, 9295.0, 9268.0, 9323.0, 9270.0, 9258.0, 9302.0, 9233.0, 9319.0, 9264.0, 9330.0, 9271.0, 9311.0, 9268.0, 9311.0, 9273.0, 9310.0, 9281.0, 9247.0, 9258.0, 9201.0, 9272.0, 9224.0, 9291.0, 9264.0, 9304.0, 9267.0, 9308.0, 9283.0, 9286.0, 9282.0, 9210.0, 9293.0, 9220.0, 9310.0, 9222.0, 9311.0, 9238.0, 9311.0, 9264.0, 9307.0, 9262.0, 9309.0, 9286.0, 9264.0, 9314.0, 9253.0, 9328.0, 9276.0, 9329.0, 9287.0, 9319.0, 9290.0, 9274.0, 9286.0, 9230.0, 9311.0, 9226.0, 9305.0, 9237.0, 9312.0, 9264.0, 9291.0, 9264.0, 9220.0, 9295.0, 9244.0, 9313.0, 9279.0, 9306.0, 9262.0, 9249.0, 9280.0, 9238.0, 9318.0, 9269.0, 9312.0, 9271.0, 9285.0, 9288.0, 9272.0, 9299.0, 9238.0, 9310.0, 9216.0, 9290.0, 9245.0, 9320.0, 9268.0, 9304.0, 9259.0, 9199.0, 9266.0, 9245.0, 9298.0, 9256.0, 9270.0, 9257.0, 9260.0, 9272.0, 9197.0, 9269.0, 9193.0, 9265.0, 9210.0, 9287.0, 9214.0, 9304.0, 9242.0, 9283.0, 9243.0, 9290.0, 9266.0, 9237.0, 9291.0, 9200.0, 9285.0, 9241.0, 9287.0, 9262.0, 9287.0, 9259.0, 9222.0, 9234.0, 9190.0, 9268.0, 9211.0, 9281.0, 9220.0, 9276.0, 9237.0, 9235.0, 9253.0, 9224.0, 9307.0, 9268.0, 9309.0, 9266.0, 9237.0, 9294.0, 9238.0, 9314.0, 9226.0, 9308.0, 9232.0, 9287.0, 9258.0, 9286.0, 9261.0, 9235.0, 9275.0, 9220.0, 9289.0, 9270.0, 9301.0, 9290.0, 9262.0, 9321.0, 9260.0, 9333.0, 9277.0, 9329.0, 9290.0, 9314.0, 9288.0, 9299.0, 9305.0, 9228.0, 9312.0, 9271.0, 9311.0, 9284.0, 9316.0, 9289.0, 9298.0, 9284.0, 9207.0, 9292.0, 9250.0, 9311.0, 9288.0, 9314.0, 9289.0, 9310.0, 9281.0, 9237.0, 9294.0, 9240.0, 9311.0, 9236.0, 9309.0, 9246.0, 9286.0, 9258.0, 9289.0, 9284.0, 9281.0, 9264.0, 9203.0, 9270.0, 9228.0, 9285.0, 9277.0, 9304.0, 9265.0, 9249.0, 9260.0, 9256.0, 9324.0, 9275.0, 9216.0, 9280.0, 9235.0, 9291.0, 9217.0, 9262.0, 9213.0, 9274.0, 9241.0, 9321.0, 9237.0, 9286.0, 9225.0, 9285.0, 9206.0, 9265.0, 9217.0, 9257.0, 9227.0, 9258.0, 9228.0, 9257.0, 9209.0, 9178.0, 9220.0, 9195.0, 9191.0, 9207.0, 9189.0, 9208.0, 9257.0, 9249.0, 9233.0, 9207.0, 9230.0, 9204.0, 9231.0, 9201.0, 9152.0, 9234.0, 9210.0, 9207.0, 9237.0, 9170.0, 9254.0, 9180.0, 9239.0, 9193.0, 9236.0, 9190.0, 9228.0, 9186.0, 9213.0, 9186.0, 9214.0, 9189.0, 9231.0, 9208.0, 9224.0, 9213.0, 9213.0, 9233.0, 9221.0, 9259.0, 9224.0, 9272.0, 9201.0, 9288.0, 9244.0, 9287.0, 9263.0, 9295.0, 9287.0, 9239.0, 9297.0, 9205.0, 9293.0, 9265.0, 9313.0, 9292.0, 9280.0, 9304.0, 9227.0, 9316.0, 9273.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.0007557760617760617</td></tr>
<tr><td colspan=3>aqi</td><td>0.029539106486486486</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.52624444795982</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2616022963369402</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9726094346522407</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>5554.9287</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09534739807366151</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.55984555984556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3913565200653566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3408949441887152</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5573302117557692</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2758444042515857</td></tr>
<tr><td colspan=3>gcor</td><td>0.0169364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00977295357733965</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02833009697496891</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.9594191320592755</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>18.3223</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2336</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.6221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>788.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.2952</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6768</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.4612</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3327.312</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.396</td></tr>
<tr><td colspan=3>tsnr</td><td>35.429252493195236</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>