<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>b8579eca766c927da985ed0056a3308d</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:01:39.402500</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.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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.112174</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>[4155, -7781, -7234, 467, -76, -142, 9, 8]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb2298c9-504e-4f3a-9d40-3ab231ed0d38||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.6806480884552, -0.07019545137882233, 0.08595393598079681, 115.91571807861328], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -97.7332763671875], [0.09768244624137878, -0.5332025289535522, 2.644315004348755, -30.209732055664062], [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': ['160139.402500', '160139.862500', '160140.322500', '160140.782500', '160141.242500', '160141.702500', '160142.162500', '160142.622500', '160143.082500', '160143.542500', '160144.002500', '160144.462500', '160144.922500', '160145.382500', '160145.842500', '160146.302500', '160146.762500', '160147.222500', '160147.682500', '160148.142500', '160148.602500', '160149.062500', '160149.522500', '160149.982500', '160150.442500', '160150.902500', '160151.362500', '160151.822500', '160152.282500', '160152.742500', '160153.202500', '160153.662500', '160154.122500', '160154.582500', '160155.042500', '160155.502500', '160155.962500', '160156.422500', '160156.882500', '160157.342500', '160157.802500', '160158.262500', '160158.722500', '160159.182500', '160159.642500', '160200.102500', '160200.562500', '160201.022500', '160201.482500', '160201.942500', '160202.402500', '160202.862500', '160203.322500', '160203.782500', '160204.242500', '160204.702500', '160205.162500', '160205.622500', '160206.082500', '160206.542500', '160207.002500', '160207.462500', '160207.922500', '160208.382500', '160208.842500', '160209.302500', '160209.762500', '160210.222500', '160210.682500', '160211.142500', '160211.602500', '160212.062500', '160212.522500', '160212.982500', '160213.442500', '160213.902500', '160214.362500', '160214.822500', '160215.282500', '160215.742500', '160216.202500', '160216.662500', '160217.122500', '160217.582500', '160218.042500', '160218.502500', '160218.962500', '160219.422500', '160219.882500', '160220.342500', '160220.802500', '160221.262500', '160221.722500', '160222.182500', '160222.642500', '160223.102500', '160223.562500', '160224.022500', '160224.482500', '160224.942500', '160225.402500', '160225.862500', '160226.322500', '160226.782500', '160227.242500', '160227.702500', '160228.162500', '160228.622500', '160229.082500', '160229.542500', '160230.002500', '160230.462500', '160230.922500', '160231.382500', '160231.842500', '160232.302500', '160232.762500', '160233.222500', '160233.682500', '160234.142500', '160234.602500', '160235.062500', '160235.522500', '160235.982500', '160236.442500', '160236.902500', '160237.362500', '160237.822500', '160238.282500', '160238.742500', '160239.202500', '160239.662500', '160240.122500', '160240.582500', '160241.042500', '160241.502500', '160241.962500', '160242.422500', '160242.882500', '160243.342500', '160243.802500', '160244.262500', '160244.722500', '160245.182500', '160245.642500', '160246.102500', '160246.562500', '160247.022500', '160247.482500', '160247.942500', '160248.402500', '160248.862500', '160249.322500', '160249.782500', '160250.242500', '160250.702500', '160251.162500', '160251.622500', '160252.082500', '160252.542500', '160253.002500', '160253.462500', '160253.922500', '160254.382500', '160254.842500', '160255.302500', '160255.762500', '160256.222500', '160256.682500', '160257.142500', '160257.602500', '160258.062500', '160258.522500', '160258.982500', '160259.442500', '160259.902500', '160300.362500', '160300.822500', '160301.282500', '160301.742500', '160302.202500', '160302.662500', '160303.122500', '160303.582500', '160304.042500', '160304.502500', '160304.962500', '160305.422500', '160305.882500', '160306.342500', '160306.802500', '160307.262500', '160307.722500', '160308.182500', '160308.642500', '160309.102500', '160309.562500', '160310.022500', '160310.482500', '160310.942500', '160311.402500', '160311.862500', '160312.322500', '160312.782500', '160313.242500', '160313.702500', '160314.162500', '160314.622500', '160315.082500', '160315.542500', '160316.002500', '160316.462500', '160316.922500', '160317.382500', '160317.842500', '160318.302500', '160318.762500', '160319.222500', '160319.682500', '160320.142500', '160320.602500', '160321.062500', '160321.522500', '160321.982500', '160322.442500', '160322.902500', '160323.362500', '160323.822500', '160324.282500', '160324.742500', '160325.202500', '160325.662500', '160326.122500', '160326.582500', '160327.042500', '160327.502500', '160327.962500', '160328.422500', '160328.882500', '160329.342500', '160329.802500', '160330.262500', '160330.722500', '160331.182500', '160331.642500', '160332.102500', '160332.562500', '160333.022500', '160333.482500', '160333.942500', '160334.402500', '160334.862500', '160335.322500', '160335.782500', '160336.242500', '160336.702500', '160337.162500', '160337.622500', '160338.082500', '160338.542500', '160339.002500', '160339.462500', '160339.922500', '160340.382500', '160340.842500', '160341.302500', '160341.762500', '160342.222500', '160342.682500', '160343.142500', '160343.602500', '160344.062500', '160344.522500', '160344.982500', '160345.442500', '160345.902500', '160346.362500', '160346.822500', '160347.282500', '160347.742500', '160348.202500', '160348.662500', '160349.122500', '160349.582500', '160350.042500', '160350.502500', '160350.962500', '160351.422500', '160351.882500', '160352.342500', '160352.802500', '160353.262500', '160353.722500', '160354.182500', '160354.642500', '160355.102500', '160355.562500', '160356.022500', '160356.482500', '160356.942500', '160357.402500', '160357.862500', '160358.322500', '160358.782500', '160359.242500', '160359.702500', '160400.162500', '160400.622500', '160401.082500', '160401.542500', '160402.002500', '160402.462500', '160402.922500', '160403.382500', '160403.842500', '160404.302500', '160404.762500', '160405.222500', '160405.682500', '160406.142500', '160406.602500', '160407.062500', '160407.522500', '160407.982500', '160408.442500', '160408.902500', '160409.362500', '160409.822500', '160410.282500', '160410.742500', '160411.202500', '160411.662500', '160412.122500', '160412.582500', '160413.042500', '160413.502500', '160413.962500', '160414.422500', '160414.882500', '160415.342500', '160415.802500', '160416.262500', '160416.722500', '160417.182500', '160417.642500', '160418.102500', '160418.562500', '160419.022500', '160419.482500', '160419.942500', '160420.402500', '160420.862500', '160421.322500', '160421.782500', '160422.242500', '160422.702500', '160423.162500', '160423.622500', '160424.082500', '160424.542500', '160425.002500', '160425.462500', '160425.922500', '160426.382500', '160426.842500', '160427.302500', '160427.762500', '160428.222500', '160428.682500', '160429.142500', '160429.602500', '160430.062500', '160430.522500', '160430.982500', '160431.442500', '160431.902500', '160432.362500', '160432.822500', '160433.282500', '160433.742500', '160434.202500', '160434.662500', '160435.122500', '160435.582500', '160436.042500', '160436.502500', '160436.962500', '160437.422500', '160437.882500', '160438.342500', '160438.802500', '160439.262500', '160439.722500', '160440.182500', '160440.642500', '160441.102500', '160441.562500', '160442.022500', '160442.482500', '160442.942500', '160443.402500', '160443.862500', '160444.322500', '160444.782500', '160445.242500', '160445.702500', '160446.162500', '160446.622500', '160447.082500', '160447.542500', '160448.002500', '160448.462500', '160448.922500', '160449.382500', '160449.842500', '160450.302500', '160450.762500', '160451.222500', '160451.682500', '160452.142500', '160452.602500', '160453.062500', '160453.522500', '160453.982500', '160454.442500', '160454.902500', '160455.362500', '160455.822500', '160456.282500', '160456.742500', '160457.202500', '160457.662500', '160458.122500', '160458.582500', '160459.042500', '160459.502500', '160459.962500', '160500.422500', '160500.882500', '160501.342500', '160501.802500', '160502.262500', '160502.722500', '160503.182500', '160503.642500', '160504.102500', '160504.562500', '160505.022500', '160505.482500', '160505.942500', '160506.402500', '160506.862500', '160507.322500', '160507.782500', '160508.242500', '160508.702500', '160509.162500', '160509.622500', '160510.082500', '160510.542500', '160511.002500', '160511.462500', '160511.922500', '160512.382500', '160512.842500', '160513.302500', '160513.762500', '160514.222500', '160514.682500', '160515.142500', '160515.602500', '160516.062500', '160516.522500', '160516.982500', '160517.442500', '160517.902500', '160518.362500', '160518.822500', '160519.282500', '160519.742500', '160520.202500', '160520.662500', '160521.122500', '160521.582500', '160522.042500', '160522.502500', '160522.962500', '160523.422500', '160523.882500', '160524.342500', '160524.802500', '160525.262500', '160525.722500', '160526.182500', '160526.642500', '160527.102500', '160527.562500', '160528.022500', '160528.482500', '160528.942500', '160529.402500', '160529.862500', '160530.322500', '160530.782500', '160531.242500', '160531.702500', '160532.162500', '160532.622500', '160533.082500', '160533.542500', '160534.002500', '160534.462500', '160534.922500', '160535.382500', '160535.842500', '160536.302500', '160536.762500', '160537.222500', '160537.682500', '160538.142500', '160538.602500', '160539.062500', '160539.522500', '160539.982500', '160540.442500', '160540.902500', '160541.362500', '160541.822500', '160542.282500', '160542.742500', '160543.202500', '160543.662500', '160544.122500', '160544.582500', '160545.042500', '160545.502500', '160545.962500', '160546.422500', '160546.882500', '160547.342500', '160547.802500', '160548.262500', '160548.722500', '160549.182500', '160549.642500', '160550.102500', '160550.562500', '160551.022500', '160551.482500', '160551.942500', '160552.402500', '160552.862500', '160553.322500', '160553.782500', '160554.242500', '160554.702500', '160555.162500', '160555.622500', '160556.082500', '160556.542500', '160557.002500', '160557.462500', '160557.922500', '160558.382500', '160558.842500', '160559.302500', '160559.762500', '160600.222500', '160600.682500', '160601.142500', '160601.602500', '160602.062500', '160602.522500', '160602.982500', '160603.442500', '160603.902500', '160604.362500', '160604.822500', '160605.282500', '160605.742500', '160606.202500', '160606.662500', '160607.122500', '160607.582500', '160608.042500', '160608.502500', '160608.962500', '160609.422500', '160609.882500', '160610.342500', '160610.802500', '160611.262500', '160611.722500', '160612.182500', '160612.642500', '160613.102500', '160613.562500', '160614.022500', '160614.482500', '160614.942500', '160615.402500', '160615.862500', '160616.322500', '160616.782500', '160617.242500', '160617.702500', '160618.162500', '160618.622500', '160619.082500', '160619.542500', '160620.002500', '160620.462500', '160620.922500', '160621.382500', '160621.842500', '160622.302500', '160622.762500', '160623.222500', '160623.682500', '160624.142500', '160624.602500', '160625.062500', '160625.522500', '160625.982500', '160626.442500', '160626.902500', '160627.362500', '160627.822500', '160628.282500', '160628.742500', '160629.202500', '160629.662500', '160630.122500', '160630.582500', '160631.042500', '160631.502500', '160631.962500', '160632.422500', '160632.882500', '160633.342500', '160633.802500', '160634.262500', '160634.722500', '160635.182500', '160635.642500', '160636.102500', '160636.562500', '160637.022500', '160637.482500', '160637.942500', '160638.402500', '160638.862500', '160639.322500', '160639.782500', '160640.242500', '160640.702500', '160641.162500', '160641.622500', '160642.082500', '160642.542500', '160643.002500', '160643.462500', '160643.922500', '160644.382500', '160644.842500', '160645.302500', '160645.762500', '160646.222500', '160646.682500', '160647.142500', '160647.602500', '160648.062500', '160648.522500', '160648.982500', '160649.442500', '160649.902500', '160650.362500', '160650.822500', '160651.282500', '160651.742500', '160652.202500', '160652.662500', '160653.122500', '160653.582500', '160654.042500', '160654.502500', '160654.962500', '160655.422500', '160655.882500', '160656.342500', '160656.802500', '160657.262500', '160657.722500', '160658.182500', '160658.642500', '160659.102500', '160659.562500', '160700.022500', '160700.482500', '160700.942500', '160701.402500', '160701.862500', '160702.322500', '160702.782500', '160703.242500', '160703.702500', '160704.162500', '160704.622500', '160705.082500', '160705.542500', '160706.002500', '160706.462500', '160706.922500', '160707.382500', '160707.842500', '160708.302500', '160708.762500', '160709.222500', '160709.682500', '160710.142500', '160710.602500', '160711.062500', '160711.522500', '160711.982500', '160712.442500', '160712.902500', '160713.362500', '160713.822500', '160714.282500', '160714.742500', '160715.202500', '160715.662500', '160716.122500', '160716.582500', '160717.042500', '160717.502500', '160717.962500', '160718.422500', '160718.882500', '160719.342500', '160719.802500', '160720.262500', '160720.722500', '160721.182500', '160721.642500', '160722.102500', '160722.562500', '160723.022500', '160723.482500', '160723.942500', '160724.402500', '160724.862500', '160725.322500', '160725.782500', '160726.242500', '160726.702500', '160727.162500', '160727.622500', '160728.082500', '160728.542500', '160729.002500', '160729.462500', '160729.922500', '160730.382500', '160730.842500', '160731.302500', '160731.762500', '160732.222500', '160732.682500', '160733.142500', '160733.602500', '160734.062500', '160734.522500', '160734.982500', '160735.442500', '160735.902500', '160736.362500', '160736.822500', '160737.282500', '160737.742500', '160738.202500', '160738.662500', '160739.122500', '160739.582500', '160740.042500', '160740.502500', '160740.962500', '160741.422500', '160741.882500', '160742.342500', '160742.802500', '160743.262500', '160743.722500', '160744.182500', '160744.642500', '160745.102500', '160745.562500', '160746.022500', '160746.482500', '160746.942500', '160747.402500', '160747.862500', '160748.322500', '160748.782500', '160749.242500', '160749.702500', '160750.162500', '160750.622500', '160751.082500', '160751.542500', '160752.002500', '160752.462500', '160752.922500', '160753.382500', '160753.842500', '160754.302500', '160754.762500', '160755.222500', '160755.682500', '160756.142500', '160756.602500', '160757.062500', '160757.522500', '160757.982500', '160758.442500', '160758.902500', '160759.362500', '160759.822500', '160800.282500', '160800.742500', '160801.202500', '160801.662500', '160802.122500', '160802.582500', '160803.042500', '160803.502500', '160803.962500', '160804.422500', '160804.882500', '160805.342500', '160805.802500', '160806.262500', '160806.722500', '160807.182500', '160807.642500', '160808.102500', '160808.562500', '160809.022500', '160809.482500', '160809.942500', '160810.402500', '160810.862500', '160811.322500', '160811.782500', '160812.242500', '160812.702500', '160813.162500', '160813.622500', '160814.082500', '160814.542500', '160815.002500', '160815.462500', '160815.922500', '160816.382500', '160816.842500', '160817.302500', '160817.762500', '160818.222500', '160818.682500', '160819.142500', '160819.602500', '160820.062500', '160820.522500', '160820.982500', '160821.442500', '160821.902500', '160822.362500', '160822.822500', '160823.282500', '160823.742500', '160824.202500', '160824.662500', '160825.122500', '160825.582500', '160826.042500', '160826.502500', '160826.962500', '160827.422500', '160827.882500', '160828.342500', '160828.802500', '160829.262500', '160829.722500', '160830.182500', '160830.642500', '160831.102500', '160831.562500', '160832.022500', '160832.482500', '160832.942500', '160833.402500', '160833.862500', '160834.322500', '160834.782500', '160835.242500', '160835.702500', '160836.162500', '160836.622500', '160837.082500', '160837.542500', '160838.002500', '160838.462500', '160838.922500', '160839.382500', '160839.842500', '160840.302500', '160840.762500', '160841.222500', '160841.682500', '160842.142500', '160842.602500', '160843.062500', '160843.522500', '160843.982500', '160844.442500', '160844.902500', '160845.362500', '160845.822500', '160846.282500', '160846.742500', '160847.202500', '160847.662500', '160848.122500', '160848.582500', '160849.042500', '160849.502500', '160849.962500', '160850.422500', '160850.882500', '160851.342500', '160851.802500', '160852.262500', '160852.722500', '160853.182500', '160853.642500', '160854.102500', '160854.562500', '160855.022500', '160855.482500', '160855.942500', '160856.402500', '160856.862500', '160857.322500', '160857.782500', '160858.242500', '160858.702500', '160859.162500', '160859.622500', '160900.082500', '160900.542500', '160901.002500', '160901.462500', '160901.922500', '160902.382500', '160902.842500', '160903.302500', '160903.762500', '160904.222500', '160904.682500', '160905.142500', '160905.602500', '160906.062500', '160906.522500', '160906.982500', '160907.442500', '160907.902500', '160908.362500', '160908.822500', '160909.282500', '160909.742500', '160910.202500', '160910.662500', '160911.122500', '160911.582500', '160912.042500', '160912.502500', '160912.962500', '160913.422500', '160913.882500', '160914.342500', '160914.802500', '160915.262500', '160915.722500', '160916.182500', '160916.642500', '160917.102500', '160917.562500', '160918.022500', '160918.482500', '160918.942500', '160919.402500', '160919.862500', '160920.322500', '160920.782500', '160921.242500', '160921.702500', '160922.162500', '160922.622500', '160923.082500', '160923.542500', '160924.002500', '160924.462500', '160924.922500', '160925.382500', '160925.842500', '160926.302500', '160926.762500', '160927.222500', '160927.682500', '160928.142500', '160928.602500', '160929.062500', '160929.522500', '160929.982500', '160930.442500', '160930.902500', '160931.362500', '160931.822500', '160932.282500', '160932.742500', '160933.202500', '160933.662500', '160934.122500', '160934.582500', '160935.042500', '160935.502500', '160935.962500', '160936.422500', '160936.882500', '160937.342500', '160937.802500', '160938.262500', '160938.722500', '160939.182500', '160939.642500', '160940.102500', '160940.562500', '160941.022500', '160941.482500', '160941.942500', '160942.402500', '160942.862500', '160943.322500', '160943.782500', '160944.242500', '160944.702500', '160945.162500', '160945.622500', '160946.082500', '160946.542500', '160947.002500', '160947.462500', '160947.922500', '160948.382500', '160948.842500', '160949.302500', '160949.762500', '160950.222500', '160950.682500', '160951.142500', '160951.602500', '160952.062500', '160952.522500', '160952.982500', '160953.442500', '160953.902500', '160954.362500', '160954.822500', '160955.282500', '160955.742500', '160956.202500', '160956.662500', '160957.122500', '160957.582500', '160958.042500', '160958.502500', '160958.962500', '160959.422500', '160959.882500', '161000.342500', '161000.802500', '161001.262500', '161001.722500', '161002.182500', '161002.642500', '161003.102500', '161003.562500', '161004.022500', '161004.482500', '161004.942500', '161005.402500', '161005.862500', '161006.322500', '161006.782500', '161007.242500', '161007.702500', '161008.162500', '161008.622500', '161009.082500', '161009.542500', '161010.002500', '161010.462500', '161010.922500', '161011.382500', '161011.842500', '161012.302500', '161012.762500', '161013.222500', '161013.682500', '161014.142500', '161014.602500', '161015.062500', '161015.522500', '161015.982500', '161016.442500', '161016.902500', '161017.362500', '161017.822500', '161018.282500', '161018.742500', '161019.202500', '161019.662500', '161020.122500', '161020.582500', '161021.042500', '161021.502500', '161021.962500', '161022.422500', '161022.882500', '161023.342500', '161023.802500', '161024.262500', '161024.722500', '161025.182500', '161025.642500', '161026.102500', '161026.562500', '161027.022500', '161027.482500', '161027.942500', '161028.402500', '161028.862500', '161029.322500', '161029.782500', '161030.242500', '161030.702500', '161031.162500', '161031.622500', '161032.082500', '161032.542500', '161033.002500', '161033.462500', '161033.922500', '161034.382500', '161034.842500', '161035.302500', '161035.762500', '161036.222500', '161036.682500', '161037.142500', '161037.602500', '161038.062500', '161038.522500', '161038.982500', '161039.442500', '161039.902500', '161040.362500', '161040.822500', '161041.282500', '161041.742500', '161042.202500', '161042.662500', '161043.122500', '161043.582500', '161044.042500', '161044.502500', '161044.962500', '161045.422500', '161045.882500', '161046.342500', '161046.802500', '161047.262500', '161047.722500', '161048.182500', '161048.642500', '161049.102500', '161049.562500', '161050.022500', '161050.482500', '161050.942500', '161051.402500', '161051.862500', '161052.322500', '161052.782500', '161053.242500', '161053.702500', '161054.162500', '161054.622500', '161055.082500', '161055.542500', '161056.002500', '161056.462500', '161056.922500', '161057.382500', '161057.842500', '161058.302500', '161058.762500', '161059.222500', '161059.682500', '161100.142500', '161100.602500', '161101.062500', '161101.522500', '161101.982500', '161102.442500', '161102.902500', '161103.362500', '161103.822500', '161104.282500', '161104.742500', '161105.202500', '161105.662500', '161106.122500', '161106.582500', '161107.042500', '161107.502500', '161107.962500', '161108.422500', '161108.882500', '161109.342500', '161109.802500', '161110.262500', '161110.722500', '161111.182500', '161111.642500', '161112.102500', '161112.562500', '161113.022500', '161113.482500', '161113.942500', '161114.402500', '161114.862500', '161115.322500', '161115.782500', '161116.242500', '161116.702500', '161117.162500', '161117.622500', '161118.082500', '161118.542500', '161119.002500', '161119.462500', '161119.922500', '161120.382500', '161120.842500', '161121.302500', '161121.762500', '161122.222500', '161122.682500', '161123.142500', '161123.602500', '161124.062500', '161124.522500', '161124.982500', '161125.442500', '161125.902500', '161126.362500', '161126.822500', '161127.282500', '161127.742500', '161128.202500', '161128.662500', '161129.122500', '161129.582500', '161130.042500', '161130.502500', '161130.962500', '161131.422500', '161131.882500', '161132.342500', '161132.802500', '161133.262500', '161133.722500', '161134.182500', '161134.642500', '161135.102500', '161135.562500', '161136.022500'], 'ContentTime': ['160158.641000', '160158.644000', '160158.647000', '160158.650000', '160158.652000', '160158.655000', '160158.657000', '160158.660000', '160158.662000', '160158.665000', '160158.667000', '160158.679000', '160158.681000', '160158.684000', '160158.686000', '160158.689000', '160158.691000', '160158.694000', '160158.696000', '160158.699000', '160158.701000', '160158.704000', '160158.707000', '160158.709000', '160158.712000', '160158.714000', '160158.717000', '160158.725000', '160158.728000', '160158.731000', '160158.733000', '160158.736000', '160158.738000', '160158.741000', '160158.743000', '160158.746000', '160158.748000', '160158.751000', '160218.615000', '160218.618000', '160218.620000', '160218.623000', '160218.626000', '160218.628000', '160218.631000', '160218.633000', '160218.636000', '160218.638000', '160218.641000', '160218.643000', '160218.646000', '160218.648000', '160218.651000', '160218.653000', '160218.656000', '160218.659000', '160218.661000', '160218.664000', '160218.666000', '160218.669000', '160218.671000', '160218.674000', '160218.676000', '160218.679000', '160218.681000', '160218.684000', '160218.686000', '160218.689000', '160218.691000', '160218.694000', '160218.697000', '160218.699000', '160218.702000', '160218.704000', '160218.707000', '160218.709000', '160218.712000', '160218.714000', '160218.717000', '160218.719000', '160218.722000', '160218.725000', '160238.614000', '160238.617000', '160238.620000', '160238.640000', '160238.642000', '160238.645000', '160238.647000', '160238.650000', '160238.652000', '160238.655000', '160238.657000', '160238.660000', '160238.662000', '160238.665000', '160238.668000', '160238.670000', '160238.673000', '160238.675000', '160238.678000', '160238.680000', '160238.683000', '160238.686000', '160238.688000', '160238.691000', '160238.693000', '160238.696000', '160238.698000', '160238.701000', '160238.703000', '160238.706000', '160238.708000', '160238.711000', '160238.714000', '160238.716000', '160238.719000', '160238.721000', '160238.724000', '160238.726000', '160238.729000', '160238.731000', '160238.734000', '160238.737000', '160238.739000', '160258.613000', '160258.616000', '160258.619000', '160258.621000', '160258.624000', '160258.626000', '160258.629000', '160258.631000', '160258.634000', '160258.637000', '160258.639000', '160258.642000', '160258.644000', '160258.647000', '160258.649000', '160258.652000', '160258.655000', '160258.657000', '160258.660000', '160258.662000', '160258.665000', '160258.667000', '160258.670000', '160258.672000', '160258.675000', '160258.677000', '160258.680000', '160258.682000', '160258.685000', '160258.688000', '160258.690000', '160258.693000', '160258.700000', '160258.703000', '160258.705000', '160258.708000', '160258.710000', '160258.713000', '160258.715000', '160258.718000', '160258.721000', '160258.723000', '160258.726000', '160258.728000', '160318.613000', '160318.616000', '160318.619000', '160318.622000', '160318.624000', '160318.627000', '160318.629000', '160318.632000', '160318.634000', '160318.637000', '160318.639000', '160318.642000', '160318.644000', '160318.647000', '160318.662000', '160318.665000', '160318.668000', '160318.670000', '160318.673000', '160318.675000', '160318.678000', '160318.680000', '160318.683000', '160318.685000', '160318.688000', '160318.691000', '160318.693000', '160318.696000', '160318.698000', '160318.701000', '160318.703000', '160318.706000', '160318.709000', '160318.711000', '160318.714000', '160318.716000', '160318.719000', '160318.721000', '160318.724000', '160318.726000', '160318.729000', '160318.731000', '160318.734000', '160338.614000', '160338.616000', '160338.619000', '160338.622000', '160338.624000', '160338.627000', '160338.629000', '160338.632000', '160338.634000', '160338.637000', '160338.640000', '160338.642000', '160338.645000', '160338.647000', '160338.650000', '160338.653000', '160338.656000', '160338.658000', '160338.661000', '160338.664000', '160338.667000', '160338.669000', '160338.672000', '160338.674000', '160338.677000', '160338.679000', '160338.682000', '160338.685000', '160338.687000', '160338.690000', '160338.692000', '160338.695000', '160338.697000', '160338.700000', '160338.703000', '160338.705000', '160338.708000', '160338.710000', '160338.713000', '160338.715000', '160338.718000', '160338.720000', '160338.723000', '160338.726000', '160358.614000', '160358.617000', '160358.619000', '160358.622000', '160358.624000', '160358.627000', '160358.629000', '160358.632000', '160358.635000', '160358.637000', '160358.640000', '160358.642000', '160358.645000', '160358.648000', '160358.650000', '160358.653000', '160358.655000', '160358.658000', '160358.660000', '160358.663000', '160358.665000', '160358.668000', '160358.670000', '160358.673000', '160358.676000', '160358.678000', '160358.681000', '160358.683000', '160358.686000', '160358.688000', '160358.691000', '160358.694000', '160358.696000', '160358.699000', '160358.701000', '160358.704000', '160358.706000', '160358.709000', '160358.711000', '160358.714000', '160358.716000', '160358.719000', '160358.722000', '160418.614000', '160418.617000', '160418.620000', '160418.622000', '160418.625000', '160418.628000', '160418.630000', '160418.633000', '160418.635000', '160418.638000', '160418.640000', '160418.643000', '160418.646000', '160418.648000', '160418.651000', '160418.653000', '160418.656000', '160418.658000', '160418.661000', '160418.664000', '160418.666000', '160418.669000', '160418.671000', '160418.674000', '160418.676000', '160418.679000', '160418.682000', '160418.684000', '160418.687000', '160418.689000', '160418.692000', '160418.694000', '160418.697000', '160418.699000', '160418.702000', '160418.705000', '160418.707000', '160418.710000', '160418.712000', '160418.715000', '160418.717000', '160418.720000', '160418.723000', '160418.725000', '160438.614000', '160438.617000', '160438.620000', '160438.623000', '160438.625000', '160438.628000', '160438.630000', '160438.633000', '160438.635000', '160438.638000', '160438.641000', '160438.643000', '160438.646000', '160438.649000', '160438.651000', '160438.654000', '160438.656000', '160438.659000', '160438.662000', '160438.664000', '160438.667000', '160438.670000', '160438.672000', '160438.675000', '160438.678000', '160438.680000', '160438.683000', '160438.685000', '160438.688000', '160438.691000', '160438.693000', '160438.696000', '160438.698000', '160438.701000', '160438.703000', '160438.706000', '160438.709000', '160438.711000', '160438.714000', '160438.724000', '160438.727000', '160438.729000', '160438.732000', '160458.615000', '160458.618000', '160458.620000', '160458.623000', '160458.625000', '160458.628000', '160458.630000', '160458.633000', '160458.637000', '160458.640000', '160458.642000', '160458.645000', '160458.648000', '160458.650000', '160458.653000', '160458.655000', '160458.658000', '160458.660000', '160458.663000', '160458.666000', '160458.668000', '160458.671000', '160458.673000', '160458.676000', '160458.678000', '160458.681000', '160458.684000', '160458.686000', '160458.689000', '160458.691000', '160458.694000', '160458.697000', '160458.699000', '160458.702000', '160458.704000', '160458.707000', '160458.710000', '160458.712000', '160458.715000', '160458.717000', '160458.720000', '160458.722000', '160458.725000', '160458.728000', '160518.614000', '160518.617000', '160518.619000', '160518.622000', '160518.624000', '160518.627000', '160518.630000', '160518.632000', '160518.635000', '160518.637000', '160518.640000', '160518.643000', '160518.645000', '160518.648000', '160518.650000', '160518.653000', '160518.655000', '160518.658000', '160518.661000', '160518.663000', '160518.666000', '160518.669000', '160518.671000', '160518.674000', '160518.677000', '160518.679000', '160518.682000', '160518.684000', '160518.687000', '160518.689000', '160518.692000', '160518.694000', '160518.697000', '160518.700000', '160518.702000', '160518.705000', '160518.707000', '160518.710000', '160518.713000', '160518.715000', '160518.718000', '160518.720000', '160518.723000', '160538.614000', '160538.617000', '160538.619000', '160538.622000', '160538.625000', '160538.628000', '160538.630000', '160538.633000', '160538.635000', '160538.638000', '160538.640000', '160538.643000', '160538.646000', '160538.648000', '160538.651000', '160538.653000', '160538.656000', '160538.658000', '160538.661000', '160538.664000', '160538.666000', '160538.669000', '160538.672000', '160538.674000', '160538.677000', '160538.679000', '160538.682000', '160538.685000', '160538.687000', '160538.690000', '160538.692000', '160538.695000', '160538.697000', '160538.700000', '160538.702000', '160538.705000', '160538.708000', '160538.710000', '160538.713000', '160538.715000', '160538.718000', '160538.721000', '160538.723000', '160558.614000', '160558.616000', '160558.619000', '160558.622000', '160558.624000', '160558.627000', '160558.629000', '160558.632000', '160558.635000', '160558.637000', '160558.640000', '160558.642000', '160558.645000', '160558.647000', '160558.650000', '160558.652000', '160558.655000', '160558.658000', '160558.660000', '160558.663000', '160558.665000', '160558.668000', '160558.670000', '160558.673000', '160558.675000', '160558.678000', '160558.681000', '160558.683000', '160558.686000', '160558.688000', '160558.691000', '160558.693000', '160558.696000', '160558.699000', '160558.701000', '160558.704000', '160558.706000', '160558.709000', '160558.711000', '160558.714000', '160558.717000', '160558.719000', '160558.722000', '160558.724000', '160618.614000', '160618.617000', '160618.619000', '160618.622000', '160618.625000', '160618.627000', '160618.630000', '160618.632000', '160618.635000', '160618.638000', '160618.640000', '160618.643000', '160618.645000', '160618.648000', '160618.651000', '160618.653000', '160618.656000', '160618.658000', '160618.661000', '160618.663000', '160618.666000', '160618.669000', '160618.671000', '160618.674000', '160618.677000', '160618.680000', '160618.682000', '160618.685000', '160618.687000', '160618.690000', '160618.693000', '160618.695000', '160618.698000', '160618.700000', '160618.704000', '160618.729000', '160618.732000', '160618.734000', '160618.737000', '160618.740000', '160618.742000', '160618.745000', '160618.747000', '160638.615000', '160638.617000', '160638.620000', '160638.623000', '160638.625000', '160638.628000', '160638.630000', '160638.633000', '160638.636000', '160638.638000', '160638.641000', '160638.643000', '160638.646000', '160638.649000', '160638.651000', '160638.654000', '160638.656000', '160638.659000', '160638.661000', '160638.664000', '160638.667000', '160638.669000', '160638.672000', '160638.674000', '160638.677000', '160638.679000', '160638.682000', '160638.685000', '160638.687000', '160638.690000', '160638.692000', '160638.695000', '160638.697000', '160638.700000', '160638.703000', '160638.705000', '160638.708000', '160638.711000', '160638.713000', '160638.716000', '160638.718000', '160638.721000', '160638.723000', '160638.726000', '160658.615000', '160658.618000', '160658.620000', '160658.623000', '160658.625000', '160658.628000', '160658.631000', '160658.633000', '160658.636000', '160658.638000', '160658.641000', '160658.643000', '160658.646000', '160658.649000', '160658.651000', '160658.654000', '160658.657000', '160658.659000', '160658.662000', '160658.665000', '160658.667000', '160658.670000', '160658.672000', '160658.675000', '160658.678000', '160658.680000', '160658.683000', '160658.685000', '160658.688000', '160658.691000', '160658.693000', '160658.696000', '160658.698000', '160658.701000', '160658.703000', '160658.706000', '160658.709000', '160658.711000', '160658.714000', '160658.716000', '160658.719000', '160658.721000', '160658.724000', '160718.615000', '160718.617000', '160718.620000', '160718.623000', '160718.625000', '160718.628000', '160718.631000', '160718.634000', '160718.636000', '160718.639000', '160718.641000', '160718.644000', '160718.646000', '160718.649000', '160718.652000', '160718.654000', '160718.657000', '160718.659000', '160718.662000', '160718.665000', '160718.667000', '160718.670000', '160718.673000', '160718.675000', '160718.678000', '160718.680000', '160718.683000', '160718.686000', '160718.688000', '160718.691000', '160718.693000', '160718.696000', '160718.698000', '160718.701000', '160718.704000', '160718.706000', '160718.709000', '160718.711000', '160718.714000', '160718.716000', '160718.719000', '160718.722000', '160718.724000', '160718.727000', '160738.614000', '160738.617000', '160738.619000', '160738.622000', '160738.625000', '160738.627000', '160738.630000', '160738.632000', '160738.635000', '160738.637000', '160738.640000', '160738.643000', '160738.645000', '160738.648000', '160738.650000', '160738.653000', '160738.655000', '160738.658000', '160738.661000', '160738.663000', '160738.666000', '160738.668000', '160738.671000', '160738.674000', '160738.676000', '160738.679000', '160738.681000', '160738.684000', '160738.687000', '160738.689000', '160738.692000', '160738.694000', '160738.697000', '160738.700000', '160738.702000', '160738.705000', '160738.707000', '160738.710000', '160738.714000', '160738.717000', '160738.719000', '160738.722000', '160738.725000', '160758.613000', '160758.616000', '160758.619000', '160758.652000', '160758.654000', '160758.657000', '160758.660000', '160758.662000', '160758.665000', '160758.667000', '160758.670000', '160758.672000', '160758.675000', '160758.677000', '160758.680000', '160758.683000', '160758.685000', '160758.688000', '160758.690000', '160758.693000', '160758.696000', '160758.698000', '160758.701000', '160758.704000', '160758.706000', '160758.709000', '160758.711000', '160758.714000', '160758.716000', '160758.719000', '160758.721000', '160758.724000', '160758.727000', '160758.729000', '160758.732000', '160758.734000', '160758.737000', '160758.739000', '160758.742000', '160758.745000', '160758.747000', '160758.750000', '160758.752000', '160758.755000', '160818.613000', '160818.616000', '160818.619000', '160818.622000', '160818.624000', '160818.627000', '160818.629000', '160818.632000', '160818.635000', '160818.637000', '160818.640000', '160818.642000', '160818.645000', '160818.647000', '160818.650000', '160818.653000', '160818.655000', '160818.658000', '160818.660000', '160818.663000', '160818.665000', '160818.668000', '160818.671000', '160818.673000', '160818.676000', '160818.678000', '160818.681000', '160818.684000', '160818.686000', '160818.689000', '160818.691000', '160818.694000', '160818.697000', '160818.699000', '160818.702000', '160818.705000', '160818.708000', '160818.711000', '160818.714000', '160818.716000', '160818.719000', '160818.721000', '160818.724000', '160838.615000', '160838.618000', '160838.620000', '160838.623000', '160838.625000', '160838.628000', '160838.631000', '160838.633000', '160838.636000', '160838.638000', '160838.641000', '160838.643000', '160838.646000', '160838.648000', '160838.651000', '160838.654000', '160838.656000', '160838.659000', '160838.661000', '160838.664000', '160838.667000', '160838.669000', '160838.672000', '160838.674000', '160838.677000', '160838.679000', '160838.682000', '160838.684000', '160838.687000', '160838.690000', '160838.692000', '160838.695000', '160838.698000', '160838.700000', '160838.703000', '160838.705000', '160838.708000', '160838.710000', '160838.713000', '160838.715000', '160838.718000', '160838.721000', '160838.723000', '160838.726000', '160858.623000', '160858.626000', '160858.629000', '160858.631000', '160858.634000', '160858.637000', '160858.639000', '160858.642000', '160858.644000', '160858.647000', '160858.649000', '160858.652000', '160858.655000', '160858.657000', '160858.660000', '160858.662000', '160858.665000', '160858.668000', '160858.670000', '160858.673000', '160858.675000', '160858.678000', '160858.680000', '160858.683000', '160858.686000', '160858.688000', '160858.691000', '160858.693000', '160858.696000', '160858.699000', '160858.702000', '160858.705000', '160858.708000', '160858.710000', '160858.713000', '160858.715000', '160858.718000', '160858.720000', '160858.723000', '160858.726000', '160858.728000', '160858.731000', '160858.733000', '160918.615000', '160918.618000', '160918.620000', '160918.623000', '160918.625000', '160918.628000', '160918.631000', '160918.633000', '160918.636000', '160918.638000', '160918.641000', '160918.644000', '160918.646000', '160918.649000', '160918.651000', '160918.654000', '160918.656000', '160918.659000', '160918.662000', '160918.664000', '160918.667000', '160918.669000', '160918.672000', '160918.675000', '160918.677000', '160918.680000', '160918.682000', '160918.685000', '160918.688000', '160918.690000', '160918.693000', '160918.695000', '160918.698000', '160918.701000', '160918.703000', '160918.706000', '160918.708000', '160918.711000', '160918.714000', '160918.716000', '160918.719000', '160918.721000', '160918.724000', '160918.727000', '160938.615000', '160938.618000', '160938.620000', '160938.623000', '160938.625000', '160938.628000', '160938.631000', '160938.633000', '160938.636000', '160938.638000', '160938.641000', '160938.643000', '160938.646000', '160938.649000', '160938.651000', '160938.654000', '160938.656000', '160938.659000', '160938.661000', '160938.664000', '160938.667000', '160938.669000', '160938.672000', '160938.674000', '160938.677000', '160938.680000', '160938.682000', '160938.685000', '160938.688000', '160938.690000', '160938.693000', '160938.695000', '160938.698000', '160938.700000', '160938.703000', '160938.706000', '160938.708000', '160938.711000', '160938.714000', '160938.717000', '160938.720000', '160938.723000', '160938.725000', '160958.614000', '160958.617000', '160958.619000', '160958.622000', '160958.624000', '160958.627000', '160958.629000', '160958.632000', '160958.634000', '160958.637000', '160958.640000', '160958.642000', '160958.645000', '160958.647000', '160958.650000', '160958.653000', '160958.655000', '160958.658000', '160958.660000', '160958.663000', '160958.665000', '160958.668000', '160958.671000', '160958.673000', '160958.676000', '160958.678000', '160958.681000', '160958.683000', '160958.686000', '160958.689000', '160958.691000', '160958.694000', '160958.696000', '160958.699000', '160958.701000', '160958.704000', '160958.706000', '160958.709000', '160958.712000', '160958.714000', '160958.717000', '160958.719000', '160958.722000', '160958.725000', '161018.614000', '161018.617000', '161018.619000', '161018.622000', '161018.624000', '161018.627000', '161018.630000', '161018.632000', '161018.635000', '161018.637000', '161018.640000', '161018.642000', '161018.645000', '161018.648000', '161018.650000', '161018.653000', '161018.655000', '161018.658000', '161018.660000', '161018.663000', '161018.666000', '161018.668000', '161018.671000', '161018.673000', '161018.676000', '161018.679000', '161018.681000', '161018.684000', '161018.686000', '161018.689000', '161018.692000', '161018.694000', '161018.697000', '161018.699000', '161018.702000', '161018.704000', '161018.707000', '161018.710000', '161018.712000', '161018.715000', '161018.718000', '161018.720000', '161018.723000', '161038.614000', '161038.617000', '161038.619000', '161038.622000', '161038.624000', '161038.627000', '161038.629000', '161038.632000', '161038.635000', '161038.637000', '161038.640000', '161038.642000', '161038.645000', '161038.648000', '161038.650000', '161038.653000', '161038.655000', '161038.658000', '161038.660000', '161038.663000', '161038.665000', '161038.668000', '161038.670000', '161038.673000', '161038.676000', '161038.678000', '161038.681000', '161038.683000', '161038.686000', '161038.688000', '161038.691000', '161038.694000', '161038.696000', '161038.699000', '161038.701000', '161038.704000', '161038.706000', '161038.709000', '161038.712000', '161038.714000', '161038.717000', '161038.719000', '161038.722000', '161038.725000', '161058.615000', '161058.618000', '161058.620000', '161058.623000', '161058.625000', '161058.628000', '161058.630000', '161058.633000', '161058.636000', '161058.638000', '161058.641000', '161058.643000', '161058.646000', '161058.649000', '161058.651000', '161058.654000', '161058.656000', '161058.659000', '161058.661000', '161058.664000', '161058.666000', '161058.669000', '161058.672000', '161058.674000', '161058.677000', '161058.679000', '161058.682000', '161058.685000', '161058.687000', '161058.690000', '161058.693000', '161058.695000', '161058.698000', '161058.700000', '161058.703000', '161058.706000', '161058.708000', '161058.711000', '161058.714000', '161058.716000', '161058.719000', '161058.722000', '161058.724000', '161118.615000', '161118.618000', '161118.620000', '161118.623000', '161118.625000', '161118.628000', '161118.631000', '161118.633000', '161118.636000', '161118.638000', '161118.641000', '161118.644000', '161118.646000', '161118.650000', '161118.652000', '161118.655000', '161118.657000', '161118.660000', '161118.663000', '161118.665000', '161118.668000', '161118.671000', '161118.673000', '161118.676000', '161118.678000', '161118.681000', '161118.684000', '161118.686000', '161118.689000', '161118.691000', '161118.694000', '161118.697000', '161118.699000', '161118.702000', '161118.704000', '161118.707000', '161118.710000', '161118.712000', '161118.715000', '161118.717000', '161118.720000', '161118.722000', '161118.725000', '161137.845000', '161137.848000', '161137.851000', '161137.854000', '161137.856000', '161137.859000', '161137.862000', '161137.865000', '161137.868000', '161137.871000', '161137.874000', '161137.877000', '161137.880000', '161137.883000', '161137.886000', '161137.888000', '161137.892000', '161137.896000', '161137.899000', '161137.902000', '161137.904000', '161137.907000', '161137.910000', '161137.912000', '161137.915000', '161137.918000', '161137.920000', '161137.923000', '161137.926000', '161137.928000', '161137.931000', '161137.934000', '161137.936000', '161137.939000', '161137.943000', '161137.948000', '161137.952000', '161137.955000', '161137.958000', '161137.960000', '161137.963000', '161137.966000', '161137.969000'], 'InstanceCreationTime': ['160158.641000', '160158.644000', '160158.647000', '160158.650000', '160158.652000', '160158.655000', '160158.657000', '160158.660000', '160158.662000', '160158.665000', '160158.667000', '160158.679000', '160158.681000', '160158.684000', '160158.686000', '160158.689000', '160158.691000', '160158.694000', '160158.696000', '160158.699000', '160158.701000', '160158.704000', '160158.707000', '160158.709000', '160158.712000', '160158.714000', '160158.717000', '160158.725000', '160158.728000', '160158.731000', '160158.733000', '160158.736000', '160158.738000', '160158.741000', '160158.743000', '160158.746000', '160158.748000', '160158.751000', '160218.615000', '160218.618000', '160218.620000', '160218.623000', '160218.626000', '160218.628000', '160218.631000', '160218.633000', '160218.636000', '160218.638000', '160218.641000', '160218.643000', '160218.646000', '160218.648000', '160218.651000', '160218.653000', '160218.656000', '160218.659000', '160218.661000', '160218.664000', '160218.666000', '160218.669000', '160218.671000', '160218.674000', '160218.676000', '160218.679000', '160218.681000', '160218.684000', '160218.686000', '160218.689000', '160218.691000', '160218.694000', '160218.697000', '160218.699000', '160218.702000', '160218.704000', '160218.707000', '160218.709000', '160218.712000', '160218.714000', '160218.717000', '160218.719000', '160218.722000', '160218.725000', '160238.614000', '160238.617000', '160238.620000', '160238.640000', '160238.642000', '160238.645000', '160238.647000', '160238.650000', '160238.652000', '160238.655000', '160238.657000', '160238.660000', '160238.662000', '160238.665000', '160238.668000', '160238.670000', '160238.673000', '160238.675000', '160238.678000', '160238.680000', '160238.683000', '160238.686000', '160238.688000', '160238.691000', '160238.693000', '160238.696000', '160238.698000', '160238.701000', '160238.703000', '160238.706000', '160238.708000', '160238.711000', '160238.714000', '160238.716000', '160238.719000', '160238.721000', '160238.724000', '160238.726000', '160238.729000', '160238.731000', '160238.734000', '160238.737000', '160238.739000', '160258.613000', '160258.616000', '160258.619000', '160258.621000', '160258.624000', '160258.626000', '160258.629000', '160258.631000', '160258.634000', '160258.637000', '160258.639000', '160258.642000', '160258.644000', '160258.647000', '160258.649000', '160258.652000', '160258.655000', '160258.657000', '160258.660000', '160258.662000', '160258.665000', '160258.667000', '160258.670000', '160258.672000', '160258.675000', '160258.677000', '160258.680000', '160258.682000', '160258.685000', '160258.688000', '160258.690000', '160258.693000', '160258.700000', '160258.703000', '160258.705000', '160258.708000', '160258.710000', '160258.713000', '160258.715000', '160258.718000', '160258.721000', '160258.723000', '160258.726000', '160258.728000', '160318.613000', '160318.616000', '160318.619000', '160318.622000', '160318.624000', '160318.627000', '160318.629000', '160318.632000', '160318.634000', '160318.637000', '160318.639000', '160318.642000', '160318.644000', '160318.647000', '160318.662000', '160318.665000', '160318.668000', '160318.670000', '160318.673000', '160318.675000', '160318.678000', '160318.680000', '160318.683000', '160318.685000', '160318.688000', '160318.691000', '160318.693000', '160318.696000', '160318.698000', '160318.701000', '160318.703000', '160318.706000', '160318.709000', '160318.711000', '160318.714000', '160318.716000', '160318.719000', '160318.721000', '160318.724000', '160318.726000', '160318.729000', '160318.731000', '160318.734000', '160338.614000', '160338.616000', '160338.619000', '160338.622000', '160338.624000', '160338.627000', '160338.629000', '160338.632000', '160338.634000', '160338.637000', '160338.640000', '160338.642000', '160338.645000', '160338.647000', '160338.650000', '160338.653000', '160338.656000', '160338.658000', '160338.661000', '160338.664000', '160338.667000', '160338.669000', '160338.672000', '160338.674000', '160338.677000', '160338.679000', '160338.682000', '160338.685000', '160338.687000', '160338.690000', '160338.692000', '160338.695000', '160338.697000', '160338.700000', '160338.703000', '160338.705000', '160338.708000', '160338.710000', '160338.713000', '160338.715000', '160338.718000', '160338.720000', '160338.723000', '160338.726000', '160358.614000', '160358.617000', '160358.619000', '160358.622000', '160358.624000', '160358.627000', '160358.629000', '160358.632000', '160358.635000', '160358.637000', '160358.640000', '160358.642000', '160358.645000', '160358.648000', '160358.650000', '160358.653000', '160358.655000', '160358.658000', '160358.660000', '160358.663000', '160358.665000', '160358.668000', '160358.670000', '160358.673000', '160358.676000', '160358.678000', '160358.681000', '160358.683000', '160358.686000', '160358.688000', '160358.691000', '160358.694000', '160358.696000', '160358.699000', '160358.701000', '160358.704000', '160358.706000', '160358.709000', '160358.711000', '160358.714000', '160358.716000', '160358.719000', '160358.722000', '160418.614000', '160418.617000', '160418.620000', '160418.622000', '160418.625000', '160418.628000', '160418.630000', '160418.633000', '160418.635000', '160418.638000', '160418.640000', '160418.643000', '160418.646000', '160418.648000', '160418.651000', '160418.653000', '160418.656000', '160418.658000', '160418.661000', '160418.664000', '160418.666000', '160418.669000', '160418.671000', '160418.674000', '160418.676000', '160418.679000', '160418.682000', '160418.684000', '160418.687000', '160418.689000', '160418.692000', '160418.694000', '160418.697000', '160418.699000', '160418.702000', '160418.705000', '160418.707000', '160418.710000', '160418.712000', '160418.715000', '160418.717000', '160418.720000', '160418.723000', '160418.725000', '160438.614000', '160438.617000', '160438.620000', '160438.623000', '160438.625000', '160438.628000', '160438.630000', '160438.633000', '160438.635000', '160438.638000', '160438.641000', '160438.643000', '160438.646000', '160438.649000', '160438.651000', '160438.654000', '160438.656000', '160438.659000', '160438.662000', '160438.664000', '160438.667000', '160438.670000', '160438.672000', '160438.675000', '160438.678000', '160438.680000', '160438.683000', '160438.685000', '160438.688000', '160438.691000', '160438.693000', '160438.696000', '160438.698000', '160438.701000', '160438.703000', '160438.706000', '160438.709000', '160438.711000', '160438.714000', '160438.724000', '160438.727000', '160438.729000', '160438.732000', '160458.615000', '160458.618000', '160458.620000', '160458.623000', '160458.625000', '160458.628000', '160458.630000', '160458.633000', '160458.637000', '160458.640000', '160458.642000', '160458.645000', '160458.648000', '160458.650000', '160458.653000', '160458.655000', '160458.658000', '160458.660000', '160458.663000', '160458.666000', '160458.668000', '160458.671000', '160458.673000', '160458.676000', '160458.678000', '160458.681000', '160458.684000', '160458.686000', '160458.689000', '160458.691000', '160458.694000', '160458.697000', '160458.699000', '160458.702000', '160458.704000', '160458.707000', '160458.710000', '160458.712000', '160458.715000', '160458.717000', '160458.720000', '160458.722000', '160458.725000', '160458.728000', '160518.614000', '160518.617000', '160518.619000', '160518.622000', '160518.624000', '160518.627000', '160518.630000', '160518.632000', '160518.635000', '160518.637000', '160518.640000', '160518.643000', '160518.645000', '160518.648000', '160518.650000', '160518.653000', '160518.655000', '160518.658000', '160518.661000', '160518.663000', '160518.666000', '160518.669000', '160518.671000', '160518.674000', '160518.677000', '160518.679000', '160518.682000', '160518.684000', '160518.687000', '160518.689000', '160518.692000', '160518.694000', '160518.697000', '160518.700000', '160518.702000', '160518.705000', '160518.707000', '160518.710000', '160518.713000', '160518.715000', '160518.718000', '160518.720000', '160518.723000', '160538.614000', '160538.617000', '160538.619000', '160538.622000', '160538.625000', '160538.628000', '160538.630000', '160538.633000', '160538.635000', '160538.638000', '160538.640000', '160538.643000', '160538.646000', '160538.648000', '160538.651000', '160538.653000', '160538.656000', '160538.658000', '160538.661000', '160538.664000', '160538.666000', '160538.669000', '160538.672000', '160538.674000', '160538.677000', '160538.679000', '160538.682000', '160538.685000', '160538.687000', '160538.690000', '160538.692000', '160538.695000', '160538.697000', '160538.700000', '160538.702000', '160538.705000', '160538.708000', '160538.710000', '160538.713000', '160538.715000', '160538.718000', '160538.721000', '160538.723000', '160558.614000', '160558.616000', '160558.619000', '160558.622000', '160558.624000', '160558.627000', '160558.629000', '160558.632000', '160558.635000', '160558.637000', '160558.640000', '160558.642000', '160558.645000', '160558.647000', '160558.650000', '160558.652000', '160558.655000', '160558.658000', '160558.660000', '160558.663000', '160558.665000', '160558.668000', '160558.670000', '160558.673000', '160558.675000', '160558.678000', '160558.681000', '160558.683000', '160558.686000', '160558.688000', '160558.691000', '160558.693000', '160558.696000', '160558.699000', '160558.701000', '160558.704000', '160558.706000', '160558.709000', '160558.711000', '160558.714000', '160558.717000', '160558.719000', '160558.722000', '160558.724000', '160618.614000', '160618.617000', '160618.619000', '160618.622000', '160618.625000', '160618.627000', '160618.630000', '160618.632000', '160618.635000', '160618.638000', '160618.640000', '160618.643000', '160618.645000', '160618.648000', '160618.651000', '160618.653000', '160618.656000', '160618.658000', '160618.661000', '160618.663000', '160618.666000', '160618.669000', '160618.671000', '160618.674000', '160618.677000', '160618.680000', '160618.682000', '160618.685000', '160618.687000', '160618.690000', '160618.693000', '160618.695000', '160618.698000', '160618.700000', '160618.704000', '160618.729000', '160618.732000', '160618.734000', '160618.737000', '160618.740000', '160618.742000', '160618.745000', '160618.747000', '160638.615000', '160638.617000', '160638.620000', '160638.623000', '160638.625000', '160638.628000', '160638.630000', '160638.633000', '160638.636000', '160638.638000', '160638.641000', '160638.643000', '160638.646000', '160638.649000', '160638.651000', '160638.654000', '160638.656000', '160638.659000', '160638.661000', '160638.664000', '160638.667000', '160638.669000', '160638.672000', '160638.674000', '160638.677000', '160638.679000', '160638.682000', '160638.685000', '160638.687000', '160638.690000', '160638.692000', '160638.695000', '160638.697000', '160638.700000', '160638.703000', '160638.705000', '160638.708000', '160638.711000', '160638.713000', '160638.716000', '160638.718000', '160638.721000', '160638.723000', '160638.726000', '160658.615000', '160658.618000', '160658.620000', '160658.623000', '160658.625000', '160658.628000', '160658.631000', '160658.633000', '160658.636000', '160658.638000', '160658.641000', '160658.643000', '160658.646000', '160658.649000', '160658.651000', '160658.654000', '160658.657000', '160658.659000', '160658.662000', '160658.665000', '160658.667000', '160658.670000', '160658.672000', '160658.675000', '160658.678000', '160658.680000', '160658.683000', '160658.685000', '160658.688000', '160658.691000', '160658.693000', '160658.696000', '160658.698000', '160658.701000', '160658.703000', '160658.706000', '160658.709000', '160658.711000', '160658.714000', '160658.716000', '160658.719000', '160658.721000', '160658.724000', '160718.615000', '160718.617000', '160718.620000', '160718.623000', '160718.625000', '160718.628000', '160718.631000', '160718.634000', '160718.636000', '160718.639000', '160718.641000', '160718.644000', '160718.646000', '160718.649000', '160718.652000', '160718.654000', '160718.657000', '160718.659000', '160718.662000', '160718.665000', '160718.667000', '160718.670000', '160718.673000', '160718.675000', '160718.678000', '160718.680000', '160718.683000', '160718.686000', '160718.688000', '160718.691000', '160718.693000', '160718.696000', '160718.698000', '160718.701000', '160718.704000', '160718.706000', '160718.709000', '160718.711000', '160718.714000', '160718.716000', '160718.719000', '160718.722000', '160718.724000', '160718.727000', '160738.614000', '160738.617000', '160738.619000', '160738.622000', '160738.625000', '160738.627000', '160738.630000', '160738.632000', '160738.635000', '160738.637000', '160738.640000', '160738.643000', '160738.645000', '160738.648000', '160738.650000', '160738.653000', '160738.655000', '160738.658000', '160738.661000', '160738.663000', '160738.666000', '160738.668000', '160738.671000', '160738.674000', '160738.676000', '160738.679000', '160738.681000', '160738.684000', '160738.687000', '160738.689000', '160738.692000', '160738.694000', '160738.697000', '160738.700000', '160738.702000', '160738.705000', '160738.707000', '160738.710000', '160738.714000', '160738.717000', '160738.719000', '160738.722000', '160738.725000', '160758.613000', '160758.616000', '160758.619000', '160758.652000', '160758.654000', '160758.657000', '160758.660000', '160758.662000', '160758.665000', '160758.667000', '160758.670000', '160758.672000', '160758.675000', '160758.677000', '160758.680000', '160758.683000', '160758.685000', '160758.688000', '160758.690000', '160758.693000', '160758.696000', '160758.698000', '160758.701000', '160758.704000', '160758.706000', '160758.709000', '160758.711000', '160758.714000', '160758.716000', '160758.719000', '160758.721000', '160758.724000', '160758.727000', '160758.729000', '160758.732000', '160758.734000', '160758.737000', '160758.739000', '160758.742000', '160758.745000', '160758.747000', '160758.750000', '160758.752000', '160758.755000', '160818.613000', '160818.616000', '160818.619000', '160818.622000', '160818.624000', '160818.627000', '160818.629000', '160818.632000', '160818.635000', '160818.637000', '160818.640000', '160818.642000', '160818.645000', '160818.647000', '160818.650000', '160818.653000', '160818.655000', '160818.658000', '160818.660000', '160818.663000', '160818.665000', '160818.668000', '160818.671000', '160818.673000', '160818.676000', '160818.678000', '160818.681000', '160818.684000', '160818.686000', '160818.689000', '160818.691000', '160818.694000', '160818.697000', '160818.699000', '160818.702000', '160818.705000', '160818.708000', '160818.711000', '160818.714000', '160818.716000', '160818.719000', '160818.721000', '160818.724000', '160838.615000', '160838.618000', '160838.620000', '160838.623000', '160838.625000', '160838.628000', '160838.631000', '160838.633000', '160838.636000', '160838.638000', '160838.641000', '160838.643000', '160838.646000', '160838.648000', '160838.651000', '160838.654000', '160838.656000', '160838.659000', '160838.661000', '160838.664000', '160838.667000', '160838.669000', '160838.672000', '160838.674000', '160838.677000', '160838.679000', '160838.682000', '160838.684000', '160838.687000', '160838.690000', '160838.692000', '160838.695000', '160838.698000', '160838.700000', '160838.703000', '160838.705000', '160838.708000', '160838.710000', '160838.713000', '160838.715000', '160838.718000', '160838.721000', '160838.723000', '160838.726000', '160858.623000', '160858.626000', '160858.629000', '160858.631000', '160858.634000', '160858.637000', '160858.639000', '160858.642000', '160858.644000', '160858.647000', '160858.649000', '160858.652000', '160858.655000', '160858.657000', '160858.660000', '160858.662000', '160858.665000', '160858.668000', '160858.670000', '160858.673000', '160858.675000', '160858.678000', '160858.680000', '160858.683000', '160858.686000', '160858.688000', '160858.691000', '160858.693000', '160858.696000', '160858.699000', '160858.702000', '160858.705000', '160858.708000', '160858.710000', '160858.713000', '160858.715000', '160858.718000', '160858.720000', '160858.723000', '160858.726000', '160858.728000', '160858.731000', '160858.733000', '160918.615000', '160918.618000', '160918.620000', '160918.623000', '160918.625000', '160918.628000', '160918.631000', '160918.633000', '160918.636000', '160918.638000', '160918.641000', '160918.644000', '160918.646000', '160918.649000', '160918.651000', '160918.654000', '160918.656000', '160918.659000', '160918.662000', '160918.664000', '160918.667000', '160918.669000', '160918.672000', '160918.675000', '160918.677000', '160918.680000', '160918.682000', '160918.685000', '160918.688000', '160918.690000', '160918.693000', '160918.695000', '160918.698000', '160918.701000', '160918.703000', '160918.706000', '160918.708000', '160918.711000', '160918.714000', '160918.716000', '160918.719000', '160918.721000', '160918.724000', '160918.727000', '160938.615000', '160938.618000', '160938.620000', '160938.623000', '160938.625000', '160938.628000', '160938.631000', '160938.633000', '160938.636000', '160938.638000', '160938.641000', '160938.643000', '160938.646000', '160938.649000', '160938.651000', '160938.654000', '160938.656000', '160938.659000', '160938.661000', '160938.664000', '160938.667000', '160938.669000', '160938.672000', '160938.674000', '160938.677000', '160938.680000', '160938.682000', '160938.685000', '160938.688000', '160938.690000', '160938.693000', '160938.695000', '160938.698000', '160938.700000', '160938.703000', '160938.706000', '160938.708000', '160938.711000', '160938.714000', '160938.717000', '160938.720000', '160938.723000', '160938.725000', '160958.614000', '160958.617000', '160958.619000', '160958.622000', '160958.624000', '160958.627000', '160958.629000', '160958.632000', '160958.634000', '160958.637000', '160958.640000', '160958.642000', '160958.645000', '160958.647000', '160958.650000', '160958.653000', '160958.655000', '160958.658000', '160958.660000', '160958.663000', '160958.665000', '160958.668000', '160958.671000', '160958.673000', '160958.676000', '160958.678000', '160958.681000', '160958.683000', '160958.686000', '160958.689000', '160958.691000', '160958.694000', '160958.696000', '160958.699000', '160958.701000', '160958.704000', '160958.706000', '160958.709000', '160958.712000', '160958.714000', '160958.717000', '160958.719000', '160958.722000', '160958.725000', '161018.614000', '161018.617000', '161018.619000', '161018.622000', '161018.624000', '161018.627000', '161018.630000', '161018.632000', '161018.635000', '161018.637000', '161018.640000', '161018.642000', '161018.645000', '161018.648000', '161018.650000', '161018.653000', '161018.655000', '161018.658000', '161018.660000', '161018.663000', '161018.666000', '161018.668000', '161018.671000', '161018.673000', '161018.676000', '161018.679000', '161018.681000', '161018.684000', '161018.686000', '161018.689000', '161018.692000', '161018.694000', '161018.697000', '161018.699000', '161018.702000', '161018.704000', '161018.707000', '161018.710000', '161018.712000', '161018.715000', '161018.718000', '161018.720000', '161018.723000', '161038.614000', '161038.617000', '161038.619000', '161038.622000', '161038.624000', '161038.627000', '161038.629000', '161038.632000', '161038.635000', '161038.637000', '161038.640000', '161038.642000', '161038.645000', '161038.648000', '161038.650000', '161038.653000', '161038.655000', '161038.658000', '161038.660000', '161038.663000', '161038.665000', '161038.668000', '161038.670000', '161038.673000', '161038.676000', '161038.678000', '161038.681000', '161038.683000', '161038.686000', '161038.688000', '161038.691000', '161038.694000', '161038.696000', '161038.699000', '161038.701000', '161038.704000', '161038.706000', '161038.709000', '161038.712000', '161038.714000', '161038.717000', '161038.719000', '161038.722000', '161038.725000', '161058.615000', '161058.618000', '161058.620000', '161058.623000', '161058.625000', '161058.628000', '161058.630000', '161058.633000', '161058.636000', '161058.638000', '161058.641000', '161058.643000', '161058.646000', '161058.649000', '161058.651000', '161058.654000', '161058.656000', '161058.659000', '161058.661000', '161058.664000', '161058.666000', '161058.669000', '161058.672000', '161058.674000', '161058.677000', '161058.679000', '161058.682000', '161058.685000', '161058.687000', '161058.690000', '161058.693000', '161058.695000', '161058.698000', '161058.700000', '161058.703000', '161058.706000', '161058.708000', '161058.711000', '161058.714000', '161058.716000', '161058.719000', '161058.722000', '161058.724000', '161118.615000', '161118.618000', '161118.620000', '161118.623000', '161118.625000', '161118.628000', '161118.631000', '161118.633000', '161118.636000', '161118.638000', '161118.641000', '161118.644000', '161118.646000', '161118.650000', '161118.652000', '161118.655000', '161118.657000', '161118.660000', '161118.663000', '161118.665000', '161118.668000', '161118.671000', '161118.673000', '161118.676000', '161118.678000', '161118.681000', '161118.684000', '161118.686000', '161118.689000', '161118.691000', '161118.694000', '161118.697000', '161118.699000', '161118.702000', '161118.704000', '161118.707000', '161118.710000', '161118.712000', '161118.715000', '161118.717000', '161118.720000', '161118.722000', '161118.725000', '161137.845000', '161137.848000', '161137.851000', '161137.854000', '161137.856000', '161137.859000', '161137.862000', '161137.865000', '161137.868000', '161137.871000', '161137.874000', '161137.877000', '161137.880000', '161137.883000', '161137.886000', '161137.888000', '161137.892000', '161137.896000', '161137.899000', '161137.902000', '161137.904000', '161137.907000', '161137.910000', '161137.912000', '161137.915000', '161137.918000', '161137.920000', '161137.923000', '161137.926000', '161137.928000', '161137.931000', '161137.934000', '161137.936000', '161137.939000', '161137.943000', '161137.948000', '161137.952000', '161137.955000', '161137.958000', '161137.960000', '161137.963000', '161137.966000', '161137.969000'], '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': [8922, 12706, 11859, 10218, 11466, 8719, 15968, 9054, 14751, 9471, 13401, 8755, 12379, 8729, 12618, 8595, 13251, 10415, 9246, 10411, 9999, 9197, 9602, 8908, 12893, 9721, 11448, 11174, 9341, 16869, 9381, 13975, 8833, 12739, 8977, 12424, 8999, 11525, 8596, 12071, 10908, 11666, 9153, 10955, 10262, 10627, 13090, 10694, 14315, 10206, 15635, 9897, 15841, 10194, 15152, 10440, 13670, 8634, 13963, 8493, 13048, 9524, 10502, 12021, 8640, 16080, 9054, 13771, 9064, 13931, 8579, 12830, 8340, 11511, 8521, 10706, 11968, 10076, 13203, 9136, 16028, 9382, 14145, 9162, 13688, 8456, 12089, 8297, 10342, 9917, 9213, 16263, 9473, 13847, 8838, 12402, 8641, 12976, 8416, 12046, 8809, 12497, 8622, 12510, 8307, 12966, 8632, 11014, 9016, 9517, 14927, 9728, 15721, 9658, 14316, 9534, 14193, 9295, 14718, 10098, 14252, 8469, 13970, 8677, 14171, 8815, 12540, 8589, 10497, 12683, 9053, 16282, 9641, 13817, 8961, 13244, 7955, 12983, 8497, 12255, 9068, 9312, 13287, 8519, 16230, 9073, 13383, 8830, 13184, 8957, 14509, 9283, 14766, 8256, 14159, 8694, 12771, 10136, 10165, 12012, 8769, 15809, 8679, 13921, 9251, 13267, 8439, 12280, 8121, 11976, 8426, 11922, 8881, 9042, 15986, 8975, 14325, 9475, 13025, 8437, 13689, 8399, 13862, 9259, 12319, 10363, 9382, 15719, 9114, 15071, 9861, 13615, 8040, 12692, 8151, 11761, 11163, 10304, 12999, 8713, 15606, 8794, 13490, 8688, 12965, 8300, 11822, 8656, 11881, 8223, 12349, 9905, 10533, 8698, 10649, 10248, 11005, 16822, 11283, 15487, 10437, 14090, 9113, 13857, 8121, 13124, 8911, 9498, 12511, 8558, 14134, 8501, 13798, 8233, 12008, 8742, 10122, 8527, 9451, 10650, 8618, 11572, 8504, 15653, 9328, 14997, 10092, 13897, 8521, 12855, 8499, 12236, 9178, 10185, 13124, 8691, 13166, 8507, 14193, 8690, 14145, 8611, 12021, 8718, 9345, 9953, 8400, 15914, 8626, 13690, 8813, 12784, 8145, 11965, 8173, 13617, 9031, 13212, 8177, 13155, 8342, 13712, 9888, 11397, 8802, 8551, 9018, 8787, 13082, 8940, 14135, 8957, 14393, 8233, 13943, 8752, 12962, 8384, 13352, 8247, 13233, 8502, 14042, 8948, 13747, 8467, 14070, 8712, 15207, 10216, 14814, 9471, 14394, 8945, 13900, 8968, 14234, 8704, 12835, 8415, 12321, 8338, 12473, 8345, 10692, 8710, 10507, 8734, 11153, 8809, 11916, 8624, 11376, 10085, 10664, 15654, 9764, 15132, 9442, 12068, 8264, 11075, 8431, 12834, 8631, 11716, 8494, 11982, 8208, 13515, 8526, 12338, 8608, 12445, 8525, 13488, 8455, 13633, 8653, 13194, 8450, 12471, 8795, 11893, 9672, 11859, 7939, 11562, 7722, 11836, 9124, 9553, 11356, 9033, 14191, 9279, 12389, 8627, 13297, 8512, 12270, 8029, 11120, 8289, 9624, 12457, 8996, 15181, 9051, 12912, 9218, 11606, 8812, 12402, 8813, 11172, 8442, 11986, 8101, 12279, 7991, 11721, 8207, 12030, 8477, 11990, 8507, 12432, 8709, 10676, 8199, 11657, 8593, 11108, 11949, 10684, 10695, 10119, 13212, 9523, 15714, 9975, 16543, 10941, 14482, 9361, 12995, 9498, 12799, 9404, 13692, 9556, 12532, 9099, 11681, 8301, 11336, 8361, 10748, 8129, 9976, 8894, 9144, 13219, 8874, 13992, 9016, 11780, 8612, 10958, 8469, 12280, 8889, 11942, 8510, 12856, 8343, 14300, 8319, 12509, 8241, 11077, 8325, 11232, 8780, 11285, 8419, 10774, 8595, 11690, 10742, 10725, 11282, 9390, 12768, 9058, 14827, 9019, 14025, 9165, 12101, 8630, 11774, 8492, 12716, 8203, 12088, 8324, 10224, 8461, 9933, 12677, 9170, 11775, 9219, 12970, 8735, 13901, 8755, 12012, 8727, 11396, 8508, 11166, 8175, 11937, 8004, 12105, 8175, 12282, 9948, 11967, 14831, 10924, 13831, 9459, 13054, 9515, 16093, 9865, 15101, 10054, 13414, 9422, 11686, 8899, 11828, 8385, 11686, 9071, 10563, 8507, 10194, 11155, 9587, 16749, 10058, 12726, 9532, 11864, 9586, 12530, 9259, 12920, 9247, 11867, 8648, 11141, 8305, 11482, 8642, 10687, 10106, 8701, 8848, 9219, 11781, 8940, 14988, 9704, 11502, 9406, 11664, 9771, 13850, 9688, 13980, 9716, 13062, 9290, 14813, 9343, 13326, 8621, 12131, 8915, 9392, 8856, 9256, 12588, 8976, 13737, 8790, 11758, 8785, 11437, 8485, 11539, 8556, 11315, 8305, 10792, 8767, 9522, 12280, 9233, 14925, 9224, 13377, 8915, 12117, 8389, 12916, 8502, 12111, 8526, 11851, 8209, 12963, 8521, 12679, 8511, 12234, 8583, 11365, 10550, 10038, 11603, 8935, 15304, 8887, 12858, 8781, 12517, 8350, 11837, 8449, 11487, 8666, 11927, 8588, 11148, 8696, 12127, 8237, 13299, 8183, 13553, 8343, 11013, 8461, 11769, 10629, 9596, 17253, 10789, 13283, 9448, 11812, 8396, 11752, 8330, 12590, 8353, 12220, 8508, 11929, 8648, 11763, 8365, 11085, 9534, 10180, 10332, 8879, 15773, 8998, 14659, 9538, 12651, 8840, 12635, 8316, 12865, 8405, 13259, 8598, 12474, 8271, 12542, 8207, 13924, 8558, 13277, 8604, 12516, 8293, 11634, 10553, 9982, 9978, 9403, 11614, 9102, 14725, 8928, 13396, 8806, 10813, 8593, 11043, 8555, 11082, 8349, 11755, 8212, 11346, 8472, 11744, 8503, 12874, 8595, 12895, 8112, 12831, 8230, 13699, 8658, 14322, 9027, 12591, 8484, 12483, 8421, 12698, 9592, 11595, 10977, 9941, 9695, 9802, 12362, 9109, 16247, 9729, 13419, 9039, 11234, 8772, 11444, 8480, 11048, 8519, 10828, 8820, 10922, 8679, 11124, 10463, 10100, 9937, 9373, 13073, 9407, 16943, 10751, 13862, 9425, 11845, 8480, 11164, 8474, 11232, 8491, 11103, 8927, 10963, 8982, 10868, 10007, 10170, 8667, 10323, 12331, 10154, 16160, 10733, 15033, 9372, 12189, 8627, 12559, 8827, 12811, 8981, 11092, 8571, 12026, 8637, 15414, 9462, 12508, 9158, 11174, 8879, 13173, 9601, 13569, 9780, 13606, 9159, 14093, 9621, 15925, 10184, 13290, 9122, 14551, 9348, 13254, 8885, 12644, 8618, 11222, 8671, 11052, 8845, 10966, 8686, 10180, 9040, 10188, 8854, 9752, 11438, 9543, 11583, 8619, 13295, 8736, 14559, 9071, 14302, 9498, 12917, 8377, 12807, 8776, 13036, 8604, 12211, 8669, 10859, 8978, 11246, 9836, 9535, 14220, 9649, 9249, 9078, 10669, 9079, 15523, 9559, 15099, 10240, 13599, 8938, 13507, 8603, 13960, 8757, 13478, 8699, 12132, 8375, 11725, 8671, 11705, 9647, 9007, 11099, 8767, 12827, 8376, 12356, 8293, 11289, 8584, 11256, 8958, 11349, 8828, 10936, 8745, 9908, 9251, 10235, 12272, 9683, 16051, 9946, 14163, 9034, 12921, 8783, 13899, 9216, 13687, 8862, 13012, 8483, 13266, 8539, 13409, 8484, 11758, 8504, 11610, 8750, 10271, 11181, 8954, 10086, 8649, 13926, 8884, 13967, 8864, 13053, 8724, 11587, 8792, 12418, 8477, 14479, 9085, 12763, 8436, 12650, 8607, 14053, 8725, 13649, 8410, 11268, 8850, 10768, 10527, 9147, 16054, 9676, 14194, 8977, 12136, 8455, 12048, 8718, 11829, 8734, 11182, 8727, 10921, 8809, 11000, 8834, 9877, 11035, 8721, 16491, 10020, 15638, 10008, 14005, 9076, 13485, 8882, 14318, 9210, 12727, 8638, 12018, 8447, 13289, 8718, 12232, 8552, 11427, 8645, 11182, 10036, 10226, 10404, 8783, 13857, 8514, 14836, 9033, 12762, 8457, 11576, 8483, 11667, 8097, 12811, 8497, 12421, 8360, 12529, 8508, 14085, 8875, 13672, 8556, 14088, 8983, 15267, 9432, 15225, 10058, 14227, 8864, 13172, 8482, 12712, 8667, 12208, 8696, 10896, 8711, 9857, 9247, 9370, 13489, 9218, 14780, 8613, 12808, 8293, 12270, 8155, 12594, 8329, 12462, 8479, 13460, 8450, 14321, 8992, 14734, 9008, 12283, 8500, 11085, 8585, 9653, 11675, 8483, 10364, 8350, 12656, 8454, 14556, 8774, 13883, 8606, 11942, 8458, 11166, 8499, 13002, 8413, 11981, 8279, 12548, 8666, 13695, 8545, 12823, 8449, 11691, 8288, 12723, 8294, 13663, 9220, 13094, 8554, 12187, 8353, 12476, 9810, 12937, 8434, 11833, 8950, 11432, 10856, 9710, 12177, 9194, 9363, 9316, 11760, 9030, 14308, 8596, 11317, 8352, 11330, 8327, 13715, 8570, 14340, 8884, 13250, 8416, 12801, 8608, 13705, 8304, 13199, 8674, 12113, 8744, 10663, 9081, 10527, 9355, 8884, 9222, 11064, 9173, 10406, 13035, 9748, 11044, 8613, 11407, 8718, 14265, 9687, 13126, 9150, 11038, 9672, 11832, 10137, 12896, 11632, 9893, 11631, 11206, 10947, 13936, 9497, 15949, 9598, 13651, 8739, 12034, 8256, 12827, 8528, 11320, 8317, 10875, 8882, 11042, 8898, 11622, 8755, 11617, 8792, 11774, 9030, 10936, 10895, 10009, 11991, 8521, 15299, 8821, 14270, 9090, 11991, 8591, 11870, 8706, 12974, 8753, 12482, 8716, 11342, 8718, 11746, 8686, 11722, 8714, 10511, 8793, 11361, 8723, 11415, 9602, 11307, 8733, 10676, 11523, 10686, 17491, 11642, 14447, 9326, 12195, 8718, 10739, 8710, 9944, 8998, 9396, 10492, 8347, 14882, 8625, 12982, 8427, 11478, 8238, 11832, 8306, 12892, 8290, 11499, 8528, 11930, 8357, 14262, 9311, 13706, 8454, 13522, 8601, 14741, 9002, 14170, 8404, 12511, 8322, 12597, 8305, 13095, 9475, 12598, 8709, 12208, 8516, 12872, 8722, 13505, 8575, 11704, 8750, 11264, 9317, 10369, 14651, 9250, 15706, 9859, 13114, 8446, 11847, 8449, 11429, 8709, 11583, 8484, 10928, 8592, 11529, 8748, 11719, 8802, 12704, 8604, 11261, 9059, 10970, 11116, 9664, 14780, 8831, 14238, 8582, 12677, 8319, 12775, 8476, 11193, 8717, 11393, 8869, 11551, 8850, 11379, 8948], 'WindowCenter': [4267.0, 4293.0, 4270.0, 4246.0, 4254.0, 4225.0, 4284.0, 4225.0, 4273.0, 4234.0, 4261.0, 4223.0, 4263.0, 4224.0, 4264.0, 4224.0, 4266.0, 4243.0, 4235.0, 4243.0, 4245.0, 4234.0, 4234.0, 4233.0, 4265.0, 4234.0, 4257.0, 4254.0, 4236.0, 4296.0, 4235.0, 4276.0, 4235.0, 4266.0, 4224.0, 4266.0, 4234.0, 4255.0, 4224.0, 4267.0, 4256.0, 4258.0, 4235.0, 4256.0, 4245.0, 4256.0, 4265.0, 4256.0, 4274.0, 4246.0, 4285.0, 4245.0, 4285.0, 4245.0, 4274.0, 4243.0, 4263.0, 4222.0, 4262.0, 4210.0, 4262.0, 4220.0, 4242.0, 4250.0, 4211.0, 4271.0, 4221.0, 4261.0, 4221.0, 4261.0, 4210.0, 4251.0, 4210.0, 4241.0, 4209.0, 4242.0, 4251.0, 4232.0, 4252.0, 4232.0, 4272.0, 4222.0, 4272.0, 4221.0, 4261.0, 4210.0, 4251.0, 4210.0, 4232.0, 4231.0, 4232.0, 4282.0, 4232.0, 4261.0, 4223.0, 4251.0, 4223.0, 4263.0, 4224.0, 4263.0, 4235.0, 4264.0, 4235.0, 4276.0, 4236.0, 4277.0, 4235.0, 4256.0, 4234.0, 4247.0, 4286.0, 4246.0, 4286.0, 4246.0, 4286.0, 4246.0, 4275.0, 4246.0, 4275.0, 4245.0, 4274.0, 4212.0, 4274.0, 4223.0, 4263.0, 4221.0, 4252.0, 4209.0, 4241.0, 4250.0, 4221.0, 4271.0, 4220.0, 4250.0, 4220.0, 4250.0, 4198.0, 4251.0, 4208.0, 4251.0, 4208.0, 4219.0, 4249.0, 4220.0, 4270.0, 4220.0, 4260.0, 4222.0, 4261.0, 4233.0, 4273.0, 4233.0, 4273.0, 4212.0, 4263.0, 4210.0, 4263.0, 4230.0, 4231.0, 4250.0, 4221.0, 4272.0, 4221.0, 4261.0, 4232.0, 4261.0, 4213.0, 4252.0, 4212.0, 4253.0, 4223.0, 4264.0, 4232.0, 4234.0, 4283.0, 4232.0, 4273.0, 4232.0, 4263.0, 4223.0, 4273.0, 4222.0, 4274.0, 4232.0, 4253.0, 4231.0, 4221.0, 4270.0, 4221.0, 4272.0, 4230.0, 4261.0, 4199.0, 4250.0, 4198.0, 4250.0, 4239.0, 4230.0, 4248.0, 4209.0, 4259.0, 4209.0, 4249.0, 4209.0, 4249.0, 4210.0, 4250.0, 4220.0, 4251.0, 4221.0, 4264.0, 4232.0, 4242.0, 4221.0, 4243.0, 4242.0, 4253.0, 4284.0, 4254.0, 4273.0, 4242.0, 4261.0, 4220.0, 4261.0, 4199.0, 4250.0, 4207.0, 4218.0, 4237.0, 4208.0, 4248.0, 4208.0, 4248.0, 4197.0, 4238.0, 4207.0, 4228.0, 4209.0, 4230.0, 4228.0, 4210.0, 4238.0, 4210.0, 4270.0, 4232.0, 4272.0, 4229.0, 4259.0, 4210.0, 4250.0, 4209.0, 4250.0, 4219.0, 4230.0, 4249.0, 4210.0, 4249.0, 4220.0, 4259.0, 4220.0, 4261.0, 4209.0, 4240.0, 4208.0, 4220.0, 4218.0, 4211.0, 4271.0, 4221.0, 4259.0, 4221.0, 4250.0, 4211.0, 4252.0, 4223.0, 4262.0, 4222.0, 4261.0, 4211.0, 4262.0, 4212.0, 4263.0, 4231.0, 4241.0, 4209.0, 4221.0, 4219.0, 4222.0, 4261.0, 4222.0, 4261.0, 4233.0, 4272.0, 4223.0, 4272.0, 4224.0, 4261.0, 4224.0, 4262.0, 4224.0, 4273.0, 4224.0, 4273.0, 4223.0, 4262.0, 4211.0, 4262.0, 4223.0, 4272.0, 4233.0, 4260.0, 4221.0, 4260.0, 4221.0, 4261.0, 4220.0, 4260.0, 4209.0, 4249.0, 4198.0, 4250.0, 4210.0, 4249.0, 4197.0, 4228.0, 4207.0, 4228.0, 4220.0, 4240.0, 4219.0, 4251.0, 4209.0, 4241.0, 4229.0, 4241.0, 4272.0, 4230.0, 4260.0, 4219.0, 4239.0, 4210.0, 4240.0, 4210.0, 4249.0, 4221.0, 4250.0, 4221.0, 4250.0, 4222.0, 4261.0, 4221.0, 4251.0, 4221.0, 4251.0, 4221.0, 4263.0, 4211.0, 4262.0, 4210.0, 4251.0, 4208.0, 4250.0, 4210.0, 4240.0, 4243.0, 4255.0, 4199.0, 4239.0, 4187.0, 4239.0, 4207.0, 4220.0, 4238.0, 4220.0, 4260.0, 4221.0, 4250.0, 4211.0, 4250.0, 4209.0, 4240.0, 4199.0, 4239.0, 4198.0, 4220.0, 4249.0, 4210.0, 4260.0, 4210.0, 4250.0, 4220.0, 4240.0, 4222.0, 4251.0, 4222.0, 4240.0, 4212.0, 4252.0, 4213.0, 4253.0, 4213.0, 4252.0, 4213.0, 4253.0, 4213.0, 4254.0, 4222.0, 4264.0, 4222.0, 4243.0, 4222.0, 4253.0, 4222.0, 4255.0, 4253.0, 4243.0, 4242.0, 4243.0, 4262.0, 4222.0, 4273.0, 4231.0, 4272.0, 4230.0, 4249.0, 4219.0, 4248.0, 4219.0, 4249.0, 4208.0, 4248.0, 4218.0, 4237.0, 4207.0, 4237.0, 4209.0, 4229.0, 4197.0, 4227.0, 4185.0, 4218.0, 4206.0, 4219.0, 4249.0, 4209.0, 4247.0, 4209.0, 4238.0, 4210.0, 4240.0, 4212.0, 4250.0, 4222.0, 4251.0, 4221.0, 4262.0, 4213.0, 4263.0, 4211.0, 4251.0, 4211.0, 4241.0, 4211.0, 4242.0, 4210.0, 4242.0, 4211.0, 4242.0, 4221.0, 4253.0, 4242.0, 4243.0, 4242.0, 4222.0, 4251.0, 4222.0, 4272.0, 4222.0, 4261.0, 4222.0, 4251.0, 4211.0, 4241.0, 4222.0, 4252.0, 4199.0, 4251.0, 4198.0, 4230.0, 4199.0, 4231.0, 4249.0, 4220.0, 4239.0, 4221.0, 4260.0, 4224.0, 4262.0, 4222.0, 4250.0, 4222.0, 4241.0, 4223.0, 4252.0, 4224.0, 4264.0, 4215.0, 4265.0, 4224.0, 4265.0, 4234.0, 4255.0, 4263.0, 4242.0, 4250.0, 4220.0, 4249.0, 4219.0, 4260.0, 4231.0, 4261.0, 4218.0, 4237.0, 4207.0, 4226.0, 4195.0, 4226.0, 4197.0, 4227.0, 4195.0, 4216.0, 4195.0, 4216.0, 4226.0, 4218.0, 4258.0, 4216.0, 4235.0, 4207.0, 4225.0, 4218.0, 4237.0, 4220.0, 4248.0, 4208.0, 4227.0, 4208.0, 4226.0, 4209.0, 4241.0, 4209.0, 4230.0, 4229.0, 4210.0, 4208.0, 4220.0, 4239.0, 4222.0, 4271.0, 4231.0, 4240.0, 4222.0, 4239.0, 4231.0, 4261.0, 4232.0, 4260.0, 4220.0, 4249.0, 4220.0, 4259.0, 4219.0, 4250.0, 4209.0, 4239.0, 4207.0, 4207.0, 4206.0, 4208.0, 4237.0, 4209.0, 4248.0, 4209.0, 4238.0, 4209.0, 4237.0, 4209.0, 4241.0, 4210.0, 4241.0, 4210.0, 4241.0, 4210.0, 4233.0, 4252.0, 4222.0, 4261.0, 4222.0, 4251.0, 4221.0, 4251.0, 4212.0, 4250.0, 4211.0, 4251.0, 4212.0, 4251.0, 4212.0, 4263.0, 4222.0, 4251.0, 4222.0, 4253.0, 4211.0, 4253.0, 4231.0, 4232.0, 4241.0, 4222.0, 4271.0, 4222.0, 4251.0, 4222.0, 4252.0, 4213.0, 4251.0, 4212.0, 4253.0, 4223.0, 4254.0, 4223.0, 4252.0, 4223.0, 4263.0, 4223.0, 4265.0, 4213.0, 4263.0, 4211.0, 4243.0, 4212.0, 4254.0, 4242.0, 4233.0, 4284.0, 4242.0, 4250.0, 4231.0, 4241.0, 4211.0, 4241.0, 4212.0, 4252.0, 4211.0, 4251.0, 4210.0, 4240.0, 4210.0, 4241.0, 4212.0, 4242.0, 4220.0, 4232.0, 4230.0, 4221.0, 4272.0, 4222.0, 4261.0, 4221.0, 4250.0, 4221.0, 4250.0, 4211.0, 4252.0, 4210.0, 4250.0, 4211.0, 4250.0, 4211.0, 4252.0, 4212.0, 4262.0, 4211.0, 4251.0, 4210.0, 4251.0, 4199.0, 4242.0, 4229.0, 4219.0, 4218.0, 4219.0, 4238.0, 4210.0, 4272.0, 4221.0, 4262.0, 4209.0, 4229.0, 4221.0, 4239.0, 4222.0, 4242.0, 4224.0, 4253.0, 4225.0, 4251.0, 4214.0, 4254.0, 4224.0, 4264.0, 4223.0, 4263.0, 4213.0, 4252.0, 4212.0, 4262.0, 4210.0, 4262.0, 4210.0, 4240.0, 4208.0, 4238.0, 4197.0, 4238.0, 4206.0, 4227.0, 4216.0, 4216.0, 4205.0, 4216.0, 4236.0, 4206.0, 4258.0, 4206.0, 4235.0, 4196.0, 4225.0, 4196.0, 4225.0, 4196.0, 4228.0, 4208.0, 4228.0, 4209.0, 4230.0, 4210.0, 4242.0, 4231.0, 4232.0, 4231.0, 4222.0, 4251.0, 4223.0, 4272.0, 4231.0, 4249.0, 4209.0, 4239.0, 4209.0, 4239.0, 4199.0, 4239.0, 4209.0, 4240.0, 4220.0, 4241.0, 4221.0, 4242.0, 4231.0, 4232.0, 4211.0, 4232.0, 4251.0, 4232.0, 4273.0, 4243.0, 4262.0, 4221.0, 4240.0, 4211.0, 4250.0, 4222.0, 4252.0, 4223.0, 4241.0, 4222.0, 4252.0, 4224.0, 4273.0, 4233.0, 4252.0, 4223.0, 4241.0, 4222.0, 4251.0, 4233.0, 4251.0, 4231.0, 4251.0, 4221.0, 4261.0, 4221.0, 4261.0, 4230.0, 4248.0, 4209.0, 4248.0, 4208.0, 4238.0, 4207.0, 4237.0, 4197.0, 4226.0, 4195.0, 4228.0, 4209.0, 4229.0, 4208.0, 4230.0, 4209.0, 4231.0, 4210.0, 4232.0, 4241.0, 4223.0, 4241.0, 4223.0, 4262.0, 4223.0, 4273.0, 4223.0, 4262.0, 4223.0, 4251.0, 4212.0, 4252.0, 4211.0, 4252.0, 4211.0, 4241.0, 4211.0, 4241.0, 4221.0, 4242.0, 4231.0, 4233.0, 4262.0, 4222.0, 4219.0, 4223.0, 4231.0, 4223.0, 4284.0, 4233.0, 4274.0, 4233.0, 4251.0, 4222.0, 4251.0, 4211.0, 4262.0, 4210.0, 4250.0, 4209.0, 4239.0, 4199.0, 4239.0, 4210.0, 4241.0, 4219.0, 4210.0, 4228.0, 4209.0, 4238.0, 4198.0, 4250.0, 4198.0, 4240.0, 4210.0, 4241.0, 4221.0, 4242.0, 4221.0, 4242.0, 4211.0, 4232.0, 4221.0, 4233.0, 4252.0, 4233.0, 4273.0, 4233.0, 4262.0, 4222.0, 4250.0, 4211.0, 4251.0, 4222.0, 4251.0, 4211.0, 4251.0, 4211.0, 4251.0, 4210.0, 4250.0, 4199.0, 4240.0, 4209.0, 4229.0, 4198.0, 4220.0, 4229.0, 4210.0, 4218.0, 4211.0, 4248.0, 4210.0, 4249.0, 4222.0, 4250.0, 4212.0, 4240.0, 4212.0, 4250.0, 4212.0, 4261.0, 4222.0, 4251.0, 4212.0, 4249.0, 4211.0, 4251.0, 4199.0, 4251.0, 4199.0, 4229.0, 4208.0, 4229.0, 4217.0, 4209.0, 4259.0, 4219.0, 4248.0, 4209.0, 4237.0, 4198.0, 4238.0, 4199.0, 4239.0, 4209.0, 4240.0, 4210.0, 4231.0, 4210.0, 4242.0, 4210.0, 4232.0, 4231.0, 4212.0, 4272.0, 4233.0, 4273.0, 4233.0, 4262.0, 4212.0, 4251.0, 4222.0, 4261.0, 4221.0, 4250.0, 4211.0, 4240.0, 4211.0, 4251.0, 4210.0, 4241.0, 4211.0, 4241.0, 4210.0, 4241.0, 4218.0, 4231.0, 4229.0, 4211.0, 4250.0, 4211.0, 4260.0, 4221.0, 4250.0, 4211.0, 4240.0, 4212.0, 4241.0, 4213.0, 4252.0, 4213.0, 4253.0, 4213.0, 4252.0, 4223.0, 4263.0, 4224.0, 4263.0, 4223.0, 4263.0, 4224.0, 4273.0, 4223.0, 4263.0, 4221.0, 4251.0, 4209.0, 4239.0, 4198.0, 4239.0, 4198.0, 4238.0, 4196.0, 4228.0, 4196.0, 4218.0, 4206.0, 4209.0, 4248.0, 4208.0, 4248.0, 4198.0, 4237.0, 4199.0, 4239.0, 4201.0, 4239.0, 4211.0, 4250.0, 4212.0, 4250.0, 4212.0, 4263.0, 4222.0, 4262.0, 4211.0, 4240.0, 4210.0, 4230.0, 4208.0, 4220.0, 4229.0, 4210.0, 4219.0, 4211.0, 4250.0, 4211.0, 4261.0, 4212.0, 4262.0, 4212.0, 4241.0, 4213.0, 4242.0, 4213.0, 4253.0, 4213.0, 4253.0, 4214.0, 4254.0, 4224.0, 4264.0, 4212.0, 4253.0, 4212.0, 4252.0, 4212.0, 4253.0, 4212.0, 4263.0, 4221.0, 4252.0, 4208.0, 4240.0, 4198.0, 4240.0, 4218.0, 4239.0, 4197.0, 4228.0, 4196.0, 4228.0, 4217.0, 4207.0, 4227.0, 4207.0, 4195.0, 4207.0, 4226.0, 4208.0, 4247.0, 4198.0, 4228.0, 4200.0, 4228.0, 4211.0, 4261.0, 4212.0, 4261.0, 4212.0, 4249.0, 4212.0, 4251.0, 4212.0, 4251.0, 4201.0, 4251.0, 4210.0, 4241.0, 4210.0, 4231.0, 4209.0, 4231.0, 4220.0, 4211.0, 4221.0, 4242.0, 4221.0, 4244.0, 4253.0, 4234.0, 4242.0, 4223.0, 4242.0, 4224.0, 4273.0, 4234.0, 4263.0, 4222.0, 4243.0, 4233.0, 4252.0, 4233.0, 4252.0, 4242.0, 4220.0, 4241.0, 4229.0, 4230.0, 4250.0, 4209.0, 4260.0, 4208.0, 4237.0, 4197.0, 4238.0, 4198.0, 4238.0, 4197.0, 4227.0, 4198.0, 4228.0, 4208.0, 4229.0, 4208.0, 4240.0, 4209.0, 4240.0, 4209.0, 4241.0, 4210.0, 4230.0, 4229.0, 4220.0, 4239.0, 4210.0, 4261.0, 4210.0, 4260.0, 4210.0, 4239.0, 4210.0, 4240.0, 4210.0, 4251.0, 4209.0, 4240.0, 4209.0, 4230.0, 4210.0, 4241.0, 4210.0, 4240.0, 4210.0, 4230.0, 4210.0, 4241.0, 4211.0, 4253.0, 4221.0, 4243.0, 4211.0, 4243.0, 4242.0, 4244.0, 4285.0, 4242.0, 4261.0, 4210.0, 4240.0, 4209.0, 4230.0, 4208.0, 4219.0, 4208.0, 4220.0, 4229.0, 4211.0, 4260.0, 4211.0, 4250.0, 4211.0, 4240.0, 4212.0, 4251.0, 4212.0, 4252.0, 4213.0, 4243.0, 4224.0, 4253.0, 4225.0, 4274.0, 4236.0, 4263.0, 4214.0, 4263.0, 4224.0, 4274.0, 4222.0, 4263.0, 4211.0, 4251.0, 4200.0, 4251.0, 4210.0, 4250.0, 4219.0, 4239.0, 4208.0, 4238.0, 4208.0, 4249.0, 4209.0, 4250.0, 4208.0, 4239.0, 4209.0, 4240.0, 4219.0, 4230.0, 4260.0, 4209.0, 4259.0, 4219.0, 4238.0, 4198.0, 4238.0, 4197.0, 4239.0, 4197.0, 4228.0, 4197.0, 4228.0, 4208.0, 4239.0, 4211.0, 4251.0, 4221.0, 4252.0, 4211.0, 4242.0, 4221.0, 4243.0, 4242.0, 4232.0, 4262.0, 4222.0, 4261.0, 4222.0, 4252.0, 4212.0, 4252.0, 4212.0, 4241.0, 4211.0, 4242.0, 4223.0, 4253.0, 4223.0, 4254.0, 4223.0], 'WindowWidth': [9466.0, 9492.0, 9451.0, 9414.0, 9418.0, 9382.0, 9460.0, 9381.0, 9442.0, 9392.0, 9423.0, 9377.0, 9429.0, 9379.0, 9432.0, 9380.0, 9436.0, 9402.0, 9394.0, 9404.0, 9408.0, 9391.0, 9393.0, 9391.0, 9434.0, 9391.0, 9425.0, 9418.0, 9399.0, 9483.0, 9395.0, 9451.0, 9395.0, 9437.0, 9378.0, 9436.0, 9391.0, 9422.0, 9380.0, 9441.0, 9424.0, 9429.0, 9395.0, 9426.0, 9408.0, 9426.0, 9436.0, 9425.0, 9449.0, 9411.0, 9466.0, 9408.0, 9464.0, 9408.0, 9449.0, 9404.0, 9428.0, 9373.0, 9427.0, 9355.0, 9427.0, 9366.0, 9398.0, 9408.0, 9357.0, 9440.0, 9370.0, 9424.0, 9370.0, 9424.0, 9355.0, 9410.0, 9354.0, 9397.0, 9353.0, 9400.0, 9410.0, 9386.0, 9412.0, 9385.0, 9442.0, 9373.0, 9441.0, 9371.0, 9425.0, 9356.0, 9411.0, 9353.0, 9386.0, 9385.0, 9388.0, 9457.0, 9388.0, 9423.0, 9377.0, 9411.0, 9379.0, 9431.0, 9380.0, 9431.0, 9397.0, 9434.0, 9398.0, 9453.0, 9399.0, 9456.0, 9397.0, 9427.0, 9395.0, 9415.0, 9468.0, 9414.0, 9467.0, 9414.0, 9465.0, 9413.0, 9450.0, 9414.0, 9450.0, 9410.0, 9447.0, 9361.0, 9446.0, 9376.0, 9431.0, 9370.0, 9413.0, 9351.0, 9397.0, 9409.0, 9370.0, 9442.0, 9369.0, 9407.0, 9367.0, 9407.0, 9337.0, 9409.0, 9349.0, 9410.0, 9349.0, 9366.0, 9406.0, 9369.0, 9436.0, 9369.0, 9422.0, 9375.0, 9425.0, 9391.0, 9443.0, 9389.0, 9444.0, 9361.0, 9430.0, 9356.0, 9429.0, 9381.0, 9384.0, 9408.0, 9370.0, 9442.0, 9373.0, 9423.0, 9386.0, 9425.0, 9364.0, 9415.0, 9362.0, 9416.0, 9376.0, 9433.0, 9386.0, 9394.0, 9459.0, 9391.0, 9443.0, 9389.0, 9431.0, 9378.0, 9443.0, 9375.0, 9447.0, 9386.0, 9415.0, 9382.0, 9370.0, 9439.0, 9370.0, 9440.0, 9382.0, 9423.0, 9337.0, 9406.0, 9336.0, 9408.0, 9391.0, 9379.0, 9403.0, 9351.0, 9419.0, 9352.0, 9406.0, 9351.0, 9405.0, 9354.0, 9408.0, 9370.0, 9412.0, 9373.0, 9432.0, 9386.0, 9401.0, 9372.0, 9403.0, 9400.0, 9418.0, 9464.0, 9418.0, 9445.0, 9400.0, 9423.0, 9367.0, 9425.0, 9336.0, 9407.0, 9344.0, 9362.0, 9387.0, 9346.0, 9401.0, 9348.0, 9402.0, 9333.0, 9386.0, 9345.0, 9375.0, 9351.0, 9381.0, 9376.0, 9355.0, 9388.0, 9355.0, 9436.0, 9387.0, 9440.0, 9381.0, 9418.0, 9354.0, 9407.0, 9351.0, 9407.0, 9366.0, 9380.0, 9406.0, 9353.0, 9404.0, 9367.0, 9418.0, 9368.0, 9423.0, 9349.0, 9392.0, 9347.0, 9366.0, 9361.0, 9356.0, 9440.0, 9369.0, 9417.0, 9371.0, 9406.0, 9358.0, 9415.0, 9377.0, 9426.0, 9374.0, 9424.0, 9358.0, 9426.0, 9361.0, 9429.0, 9383.0, 9395.0, 9350.0, 9372.0, 9365.0, 9373.0, 9426.0, 9374.0, 9425.0, 9390.0, 9440.0, 9377.0, 9441.0, 9379.0, 9425.0, 9380.0, 9427.0, 9379.0, 9446.0, 9381.0, 9442.0, 9378.0, 9427.0, 9360.0, 9425.0, 9378.0, 9441.0, 9389.0, 9422.0, 9370.0, 9420.0, 9369.0, 9425.0, 9367.0, 9420.0, 9350.0, 9404.0, 9334.0, 9409.0, 9354.0, 9404.0, 9332.0, 9372.0, 9345.0, 9375.0, 9367.0, 9395.0, 9364.0, 9409.0, 9352.0, 9395.0, 9378.0, 9398.0, 9445.0, 9381.0, 9424.0, 9364.0, 9391.0, 9354.0, 9395.0, 9357.0, 9405.0, 9371.0, 9407.0, 9372.0, 9408.0, 9376.0, 9424.0, 9371.0, 9410.0, 9371.0, 9410.0, 9372.0, 9429.0, 9357.0, 9426.0, 9352.0, 9409.0, 9349.0, 9407.0, 9354.0, 9392.0, 9408.0, 9422.0, 9339.0, 9388.0, 9317.0, 9388.0, 9343.0, 9365.0, 9387.0, 9367.0, 9420.0, 9370.0, 9406.0, 9356.0, 9407.0, 9351.0, 9392.0, 9336.0, 9388.0, 9332.0, 9366.0, 9404.0, 9352.0, 9421.0, 9354.0, 9406.0, 9366.0, 9395.0, 9372.0, 9408.0, 9373.0, 9392.0, 9360.0, 9412.0, 9362.0, 9415.0, 9361.0, 9413.0, 9362.0, 9415.0, 9363.0, 9419.0, 9374.0, 9431.0, 9373.0, 9402.0, 9373.0, 9416.0, 9373.0, 9421.0, 9415.0, 9402.0, 9398.0, 9401.0, 9427.0, 9370.0, 9445.0, 9383.0, 9443.0, 9380.0, 9405.0, 9363.0, 9400.0, 9362.0, 9404.0, 9348.0, 9399.0, 9360.0, 9382.0, 9345.0, 9385.0, 9352.0, 9377.0, 9330.0, 9371.0, 9312.0, 9360.0, 9342.0, 9365.0, 9403.0, 9349.0, 9400.0, 9351.0, 9387.0, 9355.0, 9395.0, 9360.0, 9407.0, 9375.0, 9409.0, 9372.0, 9425.0, 9363.0, 9429.0, 9356.0, 9410.0, 9355.0, 9394.0, 9357.0, 9399.0, 9355.0, 9399.0, 9357.0, 9400.0, 9371.0, 9417.0, 9398.0, 9402.0, 9400.0, 9373.0, 9409.0, 9372.0, 9442.0, 9373.0, 9425.0, 9372.0, 9407.0, 9355.0, 9395.0, 9373.0, 9411.0, 9337.0, 9408.0, 9335.0, 9378.0, 9335.0, 9381.0, 9403.0, 9367.0, 9391.0, 9368.0, 9421.0, 9381.0, 9425.0, 9373.0, 9406.0, 9373.0, 9396.0, 9378.0, 9414.0, 9380.0, 9433.0, 9368.0, 9434.0, 9381.0, 9437.0, 9391.0, 9421.0, 9430.0, 9398.0, 9407.0, 9365.0, 9403.0, 9364.0, 9422.0, 9382.0, 9425.0, 9360.0, 9385.0, 9342.0, 9367.0, 9325.0, 9366.0, 9330.0, 9369.0, 9324.0, 9353.0, 9322.0, 9354.0, 9365.0, 9360.0, 9420.0, 9354.0, 9378.0, 9343.0, 9365.0, 9361.0, 9385.0, 9366.0, 9401.0, 9347.0, 9369.0, 9346.0, 9369.0, 9350.0, 9395.0, 9351.0, 9380.0, 9375.0, 9354.0, 9345.0, 9366.0, 9391.0, 9372.0, 9438.0, 9384.0, 9392.0, 9371.0, 9391.0, 9384.0, 9424.0, 9385.0, 9422.0, 9366.0, 9402.0, 9365.0, 9417.0, 9364.0, 9406.0, 9348.0, 9389.0, 9342.0, 9343.0, 9339.0, 9344.0, 9383.0, 9350.0, 9401.0, 9350.0, 9384.0, 9349.0, 9385.0, 9351.0, 9395.0, 9355.0, 9396.0, 9352.0, 9396.0, 9352.0, 9387.0, 9412.0, 9371.0, 9423.0, 9370.0, 9407.0, 9370.0, 9408.0, 9359.0, 9406.0, 9357.0, 9408.0, 9359.0, 9409.0, 9361.0, 9427.0, 9373.0, 9410.0, 9372.0, 9413.0, 9356.0, 9413.0, 9383.0, 9385.0, 9395.0, 9371.0, 9438.0, 9370.0, 9410.0, 9373.0, 9413.0, 9361.0, 9410.0, 9360.0, 9416.0, 9375.0, 9417.0, 9375.0, 9414.0, 9377.0, 9429.0, 9377.0, 9434.0, 9363.0, 9431.0, 9358.0, 9402.0, 9360.0, 9416.0, 9397.0, 9387.0, 9464.0, 9398.0, 9406.0, 9382.0, 9394.0, 9354.0, 9395.0, 9358.0, 9411.0, 9354.0, 9409.0, 9354.0, 9393.0, 9353.0, 9396.0, 9358.0, 9399.0, 9366.0, 9383.0, 9377.0, 9368.0, 9440.0, 9371.0, 9424.0, 9370.0, 9404.0, 9369.0, 9405.0, 9357.0, 9413.0, 9355.0, 9406.0, 9356.0, 9406.0, 9355.0, 9411.0, 9361.0, 9426.0, 9355.0, 9409.0, 9351.0, 9408.0, 9337.0, 9399.0, 9377.0, 9363.0, 9359.0, 9363.0, 9387.0, 9352.0, 9442.0, 9368.0, 9424.0, 9351.0, 9377.0, 9370.0, 9389.0, 9374.0, 9399.0, 9378.0, 9415.0, 9380.0, 9410.0, 9364.0, 9417.0, 9377.0, 9431.0, 9375.0, 9429.0, 9360.0, 9411.0, 9357.0, 9427.0, 9355.0, 9428.0, 9350.0, 9391.0, 9345.0, 9386.0, 9329.0, 9388.0, 9340.0, 9371.0, 9355.0, 9354.0, 9336.0, 9353.0, 9379.0, 9341.0, 9418.0, 9339.0, 9378.0, 9325.0, 9363.0, 9328.0, 9366.0, 9329.0, 9371.0, 9346.0, 9373.0, 9351.0, 9380.0, 9352.0, 9399.0, 9380.0, 9384.0, 9380.0, 9371.0, 9409.0, 9374.0, 9442.0, 9379.0, 9404.0, 9349.0, 9387.0, 9347.0, 9389.0, 9336.0, 9387.0, 9350.0, 9392.0, 9365.0, 9394.0, 9368.0, 9397.0, 9381.0, 9384.0, 9355.0, 9385.0, 9408.0, 9384.0, 9445.0, 9399.0, 9426.0, 9367.0, 9391.0, 9355.0, 9406.0, 9371.0, 9410.0, 9374.0, 9396.0, 9373.0, 9413.0, 9378.0, 9444.0, 9389.0, 9411.0, 9375.0, 9396.0, 9372.0, 9410.0, 9386.0, 9410.0, 9382.0, 9410.0, 9367.0, 9423.0, 9368.0, 9427.0, 9377.0, 9400.0, 9347.0, 9399.0, 9346.0, 9387.0, 9343.0, 9380.0, 9327.0, 9366.0, 9325.0, 9370.0, 9347.0, 9374.0, 9346.0, 9376.0, 9349.0, 9380.0, 9350.0, 9384.0, 9395.0, 9372.0, 9394.0, 9375.0, 9425.0, 9376.0, 9442.0, 9376.0, 9425.0, 9373.0, 9408.0, 9358.0, 9410.0, 9355.0, 9412.0, 9353.0, 9394.0, 9354.0, 9395.0, 9367.0, 9397.0, 9380.0, 9387.0, 9424.0, 9370.0, 9363.0, 9373.0, 9381.0, 9376.0, 9458.0, 9390.0, 9444.0, 9387.0, 9408.0, 9370.0, 9406.0, 9355.0, 9425.0, 9351.0, 9404.0, 9350.0, 9388.0, 9336.0, 9389.0, 9351.0, 9394.0, 9360.0, 9351.0, 9372.0, 9349.0, 9385.0, 9335.0, 9403.0, 9334.0, 9391.0, 9353.0, 9393.0, 9368.0, 9398.0, 9367.0, 9397.0, 9353.0, 9385.0, 9367.0, 9387.0, 9410.0, 9386.0, 9441.0, 9384.0, 9426.0, 9372.0, 9405.0, 9356.0, 9407.0, 9369.0, 9407.0, 9356.0, 9406.0, 9354.0, 9406.0, 9349.0, 9405.0, 9335.0, 9389.0, 9349.0, 9375.0, 9330.0, 9363.0, 9373.0, 9349.0, 9358.0, 9353.0, 9400.0, 9352.0, 9402.0, 9369.0, 9404.0, 9357.0, 9392.0, 9358.0, 9404.0, 9359.0, 9422.0, 9372.0, 9406.0, 9356.0, 9402.0, 9353.0, 9408.0, 9336.0, 9406.0, 9333.0, 9374.0, 9344.0, 9374.0, 9355.0, 9346.0, 9419.0, 9359.0, 9399.0, 9347.0, 9382.0, 9333.0, 9385.0, 9334.0, 9388.0, 9349.0, 9390.0, 9351.0, 9380.0, 9352.0, 9396.0, 9351.0, 9384.0, 9380.0, 9358.0, 9440.0, 9385.0, 9440.0, 9386.0, 9424.0, 9357.0, 9406.0, 9369.0, 9421.0, 9368.0, 9404.0, 9354.0, 9392.0, 9354.0, 9409.0, 9352.0, 9392.0, 9353.0, 9392.0, 9349.0, 9393.0, 9360.0, 9379.0, 9375.0, 9352.0, 9403.0, 9353.0, 9419.0, 9368.0, 9403.0, 9356.0, 9390.0, 9357.0, 9393.0, 9360.0, 9410.0, 9361.0, 9413.0, 9361.0, 9410.0, 9375.0, 9426.0, 9378.0, 9426.0, 9375.0, 9427.0, 9377.0, 9442.0, 9374.0, 9430.0, 9367.0, 9407.0, 9348.0, 9389.0, 9331.0, 9387.0, 9332.0, 9385.0, 9325.0, 9369.0, 9324.0, 9356.0, 9339.0, 9347.0, 9401.0, 9345.0, 9398.0, 9332.0, 9383.0, 9334.0, 9388.0, 9343.0, 9389.0, 9355.0, 9405.0, 9359.0, 9405.0, 9360.0, 9426.0, 9371.0, 9424.0, 9352.0, 9391.0, 9349.0, 9378.0, 9346.0, 9364.0, 9374.0, 9350.0, 9360.0, 9353.0, 9403.0, 9355.0, 9421.0, 9357.0, 9421.0, 9358.0, 9393.0, 9361.0, 9396.0, 9360.0, 9412.0, 9362.0, 9413.0, 9364.0, 9415.0, 9375.0, 9431.0, 9356.0, 9412.0, 9355.0, 9410.0, 9355.0, 9412.0, 9357.0, 9426.0, 9366.0, 9409.0, 9347.0, 9391.0, 9331.0, 9389.0, 9357.0, 9388.0, 9328.0, 9371.0, 9326.0, 9371.0, 9355.0, 9342.0, 9368.0, 9340.0, 9323.0, 9342.0, 9365.0, 9345.0, 9396.0, 9333.0, 9370.0, 9337.0, 9373.0, 9354.0, 9420.0, 9357.0, 9419.0, 9356.0, 9403.0, 9356.0, 9405.0, 9357.0, 9408.0, 9339.0, 9406.0, 9351.0, 9393.0, 9350.0, 9381.0, 9349.0, 9380.0, 9364.0, 9353.0, 9367.0, 9398.0, 9369.0, 9402.0, 9411.0, 9389.0, 9396.0, 9374.0, 9397.0, 9377.0, 9441.0, 9391.0, 9428.0, 9372.0, 9399.0, 9387.0, 9411.0, 9387.0, 9411.0, 9396.0, 9363.0, 9393.0, 9374.0, 9377.0, 9408.0, 9346.0, 9422.0, 9344.0, 9383.0, 9329.0, 9383.0, 9331.0, 9383.0, 9329.0, 9369.0, 9332.0, 9371.0, 9345.0, 9374.0, 9345.0, 9390.0, 9349.0, 9392.0, 9348.0, 9393.0, 9352.0, 9379.0, 9375.0, 9366.0, 9388.0, 9351.0, 9423.0, 9352.0, 9419.0, 9350.0, 9387.0, 9351.0, 9390.0, 9351.0, 9406.0, 9349.0, 9390.0, 9348.0, 9376.0, 9350.0, 9394.0, 9352.0, 9391.0, 9350.0, 9379.0, 9350.0, 9394.0, 9357.0, 9414.0, 9369.0, 9399.0, 9355.0, 9400.0, 9397.0, 9404.0, 9466.0, 9398.0, 9424.0, 9349.0, 9390.0, 9347.0, 9377.0, 9344.0, 9362.0, 9344.0, 9365.0, 9373.0, 9353.0, 9419.0, 9354.0, 9403.0, 9356.0, 9390.0, 9359.0, 9408.0, 9359.0, 9408.0, 9361.0, 9399.0, 9377.0, 9414.0, 9380.0, 9441.0, 9396.0, 9427.0, 9366.0, 9426.0, 9377.0, 9444.0, 9370.0, 9427.0, 9353.0, 9408.0, 9338.0, 9408.0, 9352.0, 9407.0, 9361.0, 9389.0, 9345.0, 9386.0, 9345.0, 9401.0, 9348.0, 9404.0, 9346.0, 9389.0, 9349.0, 9392.0, 9360.0, 9377.0, 9419.0, 9348.0, 9419.0, 9360.0, 9384.0, 9332.0, 9384.0, 9329.0, 9389.0, 9331.0, 9370.0, 9329.0, 9371.0, 9344.0, 9387.0, 9357.0, 9408.0, 9367.0, 9410.0, 9354.0, 9396.0, 9368.0, 9402.0, 9396.0, 9384.0, 9425.0, 9372.0, 9422.0, 9370.0, 9410.0, 9357.0, 9409.0, 9358.0, 9393.0, 9356.0, 9397.0, 9373.0, 9415.0, 9373.0, 9418.0, 9375.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.004531566358024691</td></tr>
<tr><td colspan=3>aqi</td><td>0.028126020524691354</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.56504295084929</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2870460850579148</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9937155117451729</td></tr>
<tr><td colspan=3>efc</td><td>0.4907</td></tr>
<tr><td colspan=3>fber</td><td>5022.8569</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06988438936737135</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.30864197530864196</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.464444049235828</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.345270762266206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7485243890155266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2995369964257524</td></tr>
<tr><td colspan=3>gcor</td><td>0.00597512</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022937919944524765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03421380743384361</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.8397094252867694</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>24.8556</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.375</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294843.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>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.2355</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3159</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7233</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.9031</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.0126</td></tr>
<tr><td colspan=3>tsnr</td><td>37.20728201698512</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>