<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-02/func/sub-0074_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>bc480c36c9628b3085682a6b49c66acd</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>19:14:21.890000</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.991435, -0.0949516, 0.0896682, 0.0827304, 0.987877, 0.131359]</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.0974003</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>[4149, -7764, -7220, 615, -135, -238, -38, 63]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd411705-1ec0-463d-a9d4-8e2416df82a6||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.6599483489990234, 0.22195950150489807, 0.2728453278541565, 96.20130157470703], [0.25474825501441956, 2.6504011154174805, 0.33160197734832764, -114.30896759033203], [0.24057310819625854, -0.3524262607097626, 2.6656322479248047, -50.316139221191406], [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': ['191421.890000', '191422.350000', '191422.810000', '191423.270000', '191423.730000', '191424.190000', '191424.650000', '191425.110000', '191425.570000', '191426.030000', '191426.490000', '191426.950000', '191427.410000', '191427.870000', '191428.330000', '191428.790000', '191429.250000', '191429.710000', '191430.170000', '191430.630000', '191431.090000', '191431.550000', '191432.010000', '191432.470000', '191432.930000', '191433.390000', '191433.850000', '191434.310000', '191434.770000', '191435.230000', '191435.690000', '191436.150000', '191436.610000', '191437.070000', '191437.530000', '191437.990000', '191438.450000', '191438.910000', '191439.370000', '191439.830000', '191440.290000', '191440.750000', '191441.210000', '191441.670000', '191442.130000', '191442.590000', '191443.050000', '191443.510000', '191443.970000', '191444.430000', '191444.890000', '191445.350000', '191445.810000', '191446.270000', '191446.730000', '191447.190000', '191447.650000', '191448.110000', '191448.570000', '191449.030000', '191449.490000', '191449.950000', '191450.410000', '191450.870000', '191451.330000', '191451.790000', '191452.250000', '191452.710000', '191453.170000', '191453.630000', '191454.090000', '191454.550000', '191455.010000', '191455.470000', '191455.930000', '191456.390000', '191456.850000', '191457.310000', '191457.770000', '191458.230000', '191458.690000', '191459.150000', '191459.610000', '191500.070000', '191500.530000', '191500.990000', '191501.450000', '191501.910000', '191502.370000', '191502.830000', '191503.290000', '191503.750000', '191504.210000', '191504.670000', '191505.130000', '191505.590000', '191506.050000', '191506.510000', '191506.970000', '191507.430000', '191507.890000', '191508.350000', '191508.810000', '191509.270000', '191509.730000', '191510.190000', '191510.650000', '191511.110000', '191511.570000', '191512.030000', '191512.490000', '191512.950000', '191513.410000', '191513.870000', '191514.330000', '191514.790000', '191515.250000', '191515.710000', '191516.170000', '191516.630000', '191517.090000', '191517.550000', '191518.010000', '191518.470000', '191518.930000', '191519.390000', '191519.850000', '191520.310000', '191520.770000', '191521.230000', '191521.690000', '191522.150000', '191522.610000', '191523.070000', '191523.530000', '191523.990000', '191524.450000', '191524.910000', '191525.370000', '191525.830000', '191526.290000', '191526.750000', '191527.210000', '191527.670000', '191528.130000', '191528.590000', '191529.050000', '191529.510000', '191529.970000', '191530.430000', '191530.890000', '191531.350000', '191531.810000', '191532.270000', '191532.730000', '191533.190000', '191533.650000', '191534.110000', '191534.570000', '191535.030000', '191535.490000', '191535.950000', '191536.410000', '191536.870000', '191537.330000', '191537.790000', '191538.250000', '191538.710000', '191539.170000', '191539.630000', '191540.090000', '191540.550000', '191541.010000', '191541.470000', '191541.930000', '191542.390000', '191542.850000', '191543.310000', '191543.770000', '191544.230000', '191544.690000', '191545.150000', '191545.610000', '191546.070000', '191546.530000', '191546.990000', '191547.450000', '191547.910000', '191548.370000', '191548.830000', '191549.290000', '191549.750000', '191550.210000', '191550.670000', '191551.130000', '191551.590000', '191552.050000', '191552.510000', '191552.970000', '191553.430000', '191553.890000', '191554.350000', '191554.810000', '191555.270000', '191555.730000', '191556.190000', '191556.650000', '191557.110000', '191557.570000', '191558.030000', '191558.490000', '191558.950000', '191559.410000', '191559.870000', '191600.330000', '191600.790000', '191601.250000', '191601.710000', '191602.170000', '191602.630000', '191603.090000', '191603.550000', '191604.010000', '191604.470000', '191604.930000', '191605.390000', '191605.850000', '191606.310000', '191606.770000', '191607.230000', '191607.690000', '191608.150000', '191608.610000', '191609.070000', '191609.530000', '191609.990000', '191610.450000', '191610.910000', '191611.370000', '191611.830000', '191612.290000', '191612.750000', '191613.210000', '191613.670000', '191614.130000', '191614.590000', '191615.050000', '191615.510000', '191615.970000', '191616.430000', '191616.890000', '191617.350000', '191617.810000', '191618.270000', '191618.730000', '191619.190000', '191619.650000', '191620.110000', '191620.570000', '191621.030000', '191621.490000', '191621.950000', '191622.410000', '191622.870000', '191623.330000', '191623.790000', '191624.250000', '191624.710000', '191625.170000', '191625.630000', '191626.090000', '191626.550000', '191627.010000', '191627.470000', '191627.930000', '191628.390000', '191628.850000', '191629.310000', '191629.770000', '191630.230000', '191630.690000', '191631.150000', '191631.610000', '191632.070000', '191632.530000', '191632.990000', '191633.450000', '191633.910000', '191634.370000', '191634.830000', '191635.290000', '191635.750000', '191636.210000', '191636.670000', '191637.130000', '191637.590000', '191638.050000', '191638.510000', '191638.970000', '191639.430000', '191639.890000', '191640.350000', '191640.810000', '191641.270000', '191641.730000', '191642.190000', '191642.650000', '191643.110000', '191643.570000', '191644.030000', '191644.490000', '191644.950000', '191645.410000', '191645.870000', '191646.330000', '191646.790000', '191647.250000', '191647.710000', '191648.170000', '191648.630000', '191649.090000', '191649.550000', '191650.010000', '191650.470000', '191650.930000', '191651.390000', '191651.850000', '191652.310000', '191652.770000', '191653.230000', '191653.690000', '191654.150000', '191654.610000', '191655.070000', '191655.530000', '191655.990000', '191656.450000', '191656.910000', '191657.370000', '191657.830000', '191658.290000', '191658.750000', '191659.210000', '191659.670000', '191700.130000', '191700.590000', '191701.050000', '191701.510000', '191701.970000', '191702.430000', '191702.890000', '191703.350000', '191703.810000', '191704.270000', '191704.730000', '191705.190000', '191705.650000', '191706.110000', '191706.570000', '191707.030000', '191707.490000', '191707.950000', '191708.410000', '191708.870000', '191709.330000', '191709.790000', '191710.250000', '191710.710000', '191711.170000', '191711.630000', '191712.090000', '191712.550000', '191713.010000', '191713.470000', '191713.930000', '191714.390000', '191714.850000', '191715.310000', '191715.770000', '191716.230000', '191716.690000', '191717.150000', '191717.610000', '191718.070000', '191718.530000', '191718.990000', '191719.450000', '191719.910000', '191720.370000', '191720.830000', '191721.290000', '191721.750000', '191722.210000', '191722.670000', '191723.130000', '191723.590000', '191724.050000', '191724.510000', '191724.970000', '191725.430000', '191725.890000', '191726.350000', '191726.810000', '191727.270000', '191727.730000', '191728.190000', '191728.650000', '191729.110000', '191729.570000', '191730.030000', '191730.490000', '191730.950000', '191731.410000', '191731.870000', '191732.330000', '191732.790000', '191733.250000', '191733.710000', '191734.170000', '191734.630000', '191735.090000', '191735.550000', '191736.010000', '191736.470000', '191736.930000', '191737.390000', '191737.850000', '191738.310000', '191738.770000', '191739.230000', '191739.690000', '191740.150000', '191740.610000', '191741.070000', '191741.530000', '191741.990000', '191742.450000', '191742.910000', '191743.370000', '191743.830000', '191744.290000', '191744.750000', '191745.210000', '191745.670000', '191746.130000', '191746.590000', '191747.050000', '191747.510000', '191747.970000', '191748.430000', '191748.890000', '191749.350000', '191749.810000', '191750.270000', '191750.730000', '191751.190000', '191751.650000', '191752.110000', '191752.570000', '191753.030000', '191753.490000', '191753.950000', '191754.410000', '191754.870000', '191755.330000', '191755.790000', '191756.250000', '191756.710000', '191757.170000', '191757.630000', '191758.090000', '191758.550000', '191759.010000', '191759.470000', '191759.930000', '191800.390000', '191800.850000', '191801.310000', '191801.770000', '191802.230000', '191802.690000', '191803.150000', '191803.610000', '191804.070000', '191804.530000', '191804.990000', '191805.450000', '191805.910000', '191806.370000', '191806.830000', '191807.290000', '191807.750000', '191808.210000', '191808.670000', '191809.130000', '191809.590000', '191810.050000', '191810.510000', '191810.970000', '191811.430000', '191811.890000', '191812.350000', '191812.810000', '191813.270000', '191813.730000', '191814.190000', '191814.650000', '191815.110000', '191815.570000', '191816.030000', '191816.490000', '191816.950000', '191817.410000', '191817.870000', '191818.330000', '191818.790000', '191819.250000', '191819.710000', '191820.170000', '191820.630000', '191821.090000', '191821.550000', '191822.010000', '191822.470000', '191822.930000', '191823.390000', '191823.850000', '191824.310000', '191824.770000', '191825.230000', '191825.690000', '191826.150000', '191826.610000', '191827.070000', '191827.530000', '191827.990000', '191828.450000', '191828.910000', '191829.370000', '191829.830000', '191830.290000', '191830.750000', '191831.210000', '191831.670000', '191832.130000', '191832.590000', '191833.050000', '191833.510000', '191833.970000', '191834.430000', '191834.890000', '191835.350000', '191835.810000', '191836.270000', '191836.730000', '191837.190000', '191837.650000', '191838.110000', '191838.570000', '191839.030000', '191839.490000', '191839.950000', '191840.410000', '191840.870000', '191841.330000', '191841.790000', '191842.250000', '191842.710000', '191843.170000', '191843.630000', '191844.090000', '191844.550000', '191845.010000', '191845.470000', '191845.930000', '191846.390000', '191846.850000', '191847.310000', '191847.770000', '191848.230000', '191848.690000', '191849.150000', '191849.610000', '191850.070000', '191850.530000', '191850.990000', '191851.450000', '191851.910000', '191852.370000', '191852.830000', '191853.290000', '191853.750000', '191854.210000', '191854.670000', '191855.130000', '191855.590000', '191856.050000', '191856.510000', '191856.970000', '191857.430000', '191857.890000', '191858.350000', '191858.810000', '191859.270000', '191859.730000', '191900.190000', '191900.650000', '191901.110000', '191901.570000', '191902.030000', '191902.490000', '191902.950000', '191903.410000', '191903.870000', '191904.330000', '191904.790000', '191905.250000', '191905.710000', '191906.170000', '191906.630000', '191907.090000', '191907.550000', '191908.010000', '191908.470000', '191908.930000', '191909.390000', '191909.850000', '191910.310000', '191910.770000', '191911.230000', '191911.690000', '191912.150000', '191912.610000', '191913.070000', '191913.530000', '191913.990000', '191914.450000', '191914.910000', '191915.370000', '191915.830000', '191916.290000', '191916.750000', '191917.210000', '191917.670000', '191918.130000', '191918.590000', '191919.050000', '191919.510000', '191919.970000', '191920.430000', '191920.890000', '191921.350000', '191921.810000', '191922.270000', '191922.730000', '191923.190000', '191923.650000', '191924.110000', '191924.570000', '191925.030000', '191925.490000', '191925.950000', '191926.410000', '191926.870000', '191927.330000', '191927.790000', '191928.250000', '191928.710000', '191929.170000', '191929.630000', '191930.090000', '191930.550000', '191931.010000', '191931.470000', '191931.930000', '191932.390000', '191932.850000', '191933.310000', '191933.770000', '191934.230000', '191934.690000', '191935.150000', '191935.610000', '191936.070000', '191936.530000', '191936.990000', '191937.450000', '191937.910000', '191938.370000', '191938.830000', '191939.290000', '191939.750000', '191940.210000', '191940.670000', '191941.130000', '191941.590000', '191942.050000', '191942.510000', '191942.970000', '191943.430000', '191943.890000', '191944.350000', '191944.810000', '191945.270000', '191945.730000', '191946.190000', '191946.650000', '191947.110000', '191947.570000', '191948.030000', '191948.490000', '191948.950000', '191949.410000', '191949.870000', '191950.330000', '191950.790000', '191951.250000', '191951.710000', '191952.170000', '191952.630000', '191953.090000', '191953.550000', '191954.010000', '191954.470000', '191954.930000', '191955.390000', '191955.850000', '191956.310000', '191956.770000', '191957.230000', '191957.690000', '191958.150000', '191958.610000', '191959.070000', '191959.530000', '191959.990000', '192000.450000', '192000.910000', '192001.370000', '192001.830000', '192002.290000', '192002.750000', '192003.210000', '192003.670000', '192004.130000', '192004.590000', '192005.050000', '192005.510000', '192005.970000', '192006.430000', '192006.890000', '192007.350000', '192007.810000', '192008.270000', '192008.730000', '192009.190000', '192009.650000', '192010.110000', '192010.570000', '192011.030000', '192011.490000', '192011.950000', '192012.410000', '192012.870000', '192013.330000', '192013.790000', '192014.250000', '192014.710000', '192015.170000', '192015.630000', '192016.090000', '192016.550000', '192017.010000', '192017.470000', '192017.930000', '192018.390000', '192018.850000', '192019.310000', '192019.770000', '192020.230000', '192020.690000', '192021.150000', '192021.610000', '192022.070000', '192022.530000', '192022.990000', '192023.450000', '192023.910000', '192024.370000', '192024.830000', '192025.290000', '192025.750000', '192026.210000', '192026.670000', '192027.130000', '192027.590000', '192028.050000', '192028.510000', '192028.970000', '192029.430000', '192029.890000', '192030.350000', '192030.810000', '192031.270000', '192031.730000', '192032.190000', '192032.650000', '192033.110000', '192033.570000', '192034.030000', '192034.490000', '192034.950000', '192035.410000', '192035.870000', '192036.330000', '192036.790000', '192037.250000', '192037.710000', '192038.170000', '192038.630000', '192039.090000', '192039.550000', '192040.010000', '192040.470000', '192040.930000', '192041.390000', '192041.850000', '192042.310000', '192042.770000', '192043.230000', '192043.690000', '192044.150000', '192044.610000', '192045.070000', '192045.530000', '192045.990000', '192046.450000', '192046.910000', '192047.370000', '192047.830000', '192048.290000', '192048.750000', '192049.210000', '192049.670000', '192050.130000', '192050.590000', '192051.050000', '192051.510000', '192051.970000', '192052.430000', '192052.890000', '192053.350000', '192053.810000', '192054.270000', '192054.730000', '192055.190000', '192055.650000', '192056.110000', '192056.570000', '192057.030000', '192057.490000', '192057.950000', '192058.410000', '192058.870000', '192059.330000', '192059.790000', '192100.250000', '192100.710000', '192101.170000', '192101.630000', '192102.090000', '192102.550000', '192103.010000', '192103.470000', '192103.930000', '192104.390000', '192104.850000', '192105.310000', '192105.770000', '192106.230000', '192106.690000', '192107.150000', '192107.610000', '192108.070000', '192108.530000', '192108.990000', '192109.450000', '192109.910000', '192110.370000', '192110.830000', '192111.290000', '192111.750000', '192112.210000', '192112.670000', '192113.130000', '192113.590000', '192114.050000', '192114.510000', '192114.970000', '192115.430000', '192115.890000', '192116.350000', '192116.810000', '192117.270000', '192117.730000', '192118.190000', '192118.650000', '192119.110000', '192119.570000', '192120.030000', '192120.490000', '192120.950000', '192121.410000', '192121.870000', '192122.330000', '192122.790000', '192123.250000', '192123.710000', '192124.170000', '192124.630000', '192125.090000', '192125.550000', '192126.010000', '192126.470000', '192126.930000', '192127.390000', '192127.850000', '192128.310000', '192128.770000', '192129.230000', '192129.690000', '192130.150000', '192130.610000', '192131.070000', '192131.530000', '192131.990000', '192132.450000', '192132.910000', '192133.370000', '192133.830000', '192134.290000', '192134.750000', '192135.210000', '192135.670000', '192136.130000', '192136.590000', '192137.050000', '192137.510000', '192137.970000', '192138.430000', '192138.890000', '192139.350000', '192139.810000', '192140.270000', '192140.730000', '192141.190000', '192141.650000', '192142.110000', '192142.570000', '192143.030000', '192143.490000', '192143.950000', '192144.410000', '192144.870000', '192145.330000', '192145.790000', '192146.250000', '192146.710000', '192147.170000', '192147.630000', '192148.090000', '192148.550000', '192149.010000', '192149.470000', '192149.930000', '192150.390000', '192150.850000', '192151.310000', '192151.770000', '192152.230000', '192152.690000', '192153.150000', '192153.610000', '192154.070000', '192154.530000', '192154.990000', '192155.450000', '192155.910000', '192156.370000', '192156.830000', '192157.290000', '192157.750000', '192158.210000', '192158.670000', '192159.130000', '192159.590000', '192200.050000', '192200.510000', '192200.970000', '192201.430000', '192201.890000', '192202.350000', '192202.810000', '192203.270000', '192203.730000', '192204.190000', '192204.650000', '192205.110000', '192205.570000', '192206.030000', '192206.490000', '192206.950000', '192207.410000', '192207.870000', '192208.330000', '192208.790000', '192209.250000', '192209.710000', '192210.170000', '192210.630000', '192211.090000', '192211.550000', '192212.010000', '192212.470000', '192212.930000', '192213.390000', '192213.850000', '192214.310000', '192214.770000', '192215.230000', '192215.690000', '192216.150000', '192216.610000', '192217.070000', '192217.530000', '192217.990000', '192218.450000', '192218.910000', '192219.370000', '192219.830000', '192220.290000', '192220.750000', '192221.210000', '192221.670000', '192222.130000', '192222.590000', '192223.050000', '192223.510000', '192223.970000', '192224.430000', '192224.890000', '192225.350000', '192225.810000', '192226.270000', '192226.730000', '192227.190000', '192227.650000', '192228.110000', '192228.570000', '192229.030000', '192229.490000', '192229.950000', '192230.410000', '192230.870000', '192231.330000', '192231.790000', '192232.250000', '192232.710000', '192233.170000', '192233.630000', '192234.090000', '192234.550000', '192235.010000', '192235.470000', '192235.930000', '192236.390000', '192236.850000', '192237.310000', '192237.770000', '192238.230000', '192238.690000', '192239.150000', '192239.610000', '192240.070000', '192240.530000', '192240.990000', '192241.450000', '192241.910000', '192242.370000', '192242.830000', '192243.290000', '192243.750000', '192244.210000', '192244.670000', '192245.130000', '192245.590000', '192246.050000', '192246.510000', '192246.970000', '192247.430000', '192247.890000', '192248.350000', '192248.810000', '192249.270000', '192249.730000', '192250.190000', '192250.650000', '192251.110000', '192251.570000', '192252.030000', '192252.490000', '192252.950000', '192253.410000', '192253.870000', '192254.330000', '192254.790000', '192255.250000', '192255.710000', '192256.170000', '192256.630000', '192257.090000', '192257.550000', '192258.010000', '192258.470000', '192258.930000', '192259.390000', '192259.850000', '192300.310000', '192300.770000', '192301.230000', '192301.690000', '192302.150000', '192302.610000', '192303.070000', '192303.530000', '192303.990000', '192304.450000', '192304.910000', '192305.370000', '192305.830000', '192306.290000', '192306.750000', '192307.210000', '192307.670000', '192308.130000', '192308.590000', '192309.050000', '192309.510000', '192309.970000', '192310.430000', '192310.890000', '192311.350000', '192311.810000', '192312.270000', '192312.730000', '192313.190000', '192313.650000', '192314.110000', '192314.570000', '192315.030000', '192315.490000', '192315.950000', '192316.410000', '192316.870000', '192317.330000', '192317.790000', '192318.250000', '192318.710000', '192319.170000', '192319.630000', '192320.090000', '192320.550000', '192321.010000', '192321.470000', '192321.930000', '192322.390000', '192322.850000', '192323.310000', '192323.770000', '192324.230000', '192324.690000', '192325.150000', '192325.610000', '192326.070000', '192326.530000', '192326.990000', '192327.450000', '192327.910000', '192328.370000', '192328.830000', '192329.290000', '192329.750000', '192330.210000', '192330.670000', '192331.130000', '192331.590000', '192332.050000', '192332.510000', '192332.970000', '192333.430000', '192333.890000', '192334.350000', '192334.810000', '192335.270000', '192335.730000', '192336.190000', '192336.650000', '192337.110000', '192337.570000', '192338.030000', '192338.490000', '192338.950000', '192339.410000', '192339.870000', '192340.330000', '192340.790000', '192341.250000', '192341.710000', '192342.170000', '192342.630000', '192343.090000', '192343.550000', '192344.010000', '192344.470000', '192344.930000', '192345.390000', '192345.850000', '192346.310000', '192346.770000', '192347.230000', '192347.690000', '192348.150000', '192348.610000', '192349.070000', '192349.530000', '192349.990000', '192350.450000', '192350.910000', '192351.370000', '192351.830000', '192352.290000', '192352.750000', '192353.210000', '192353.670000', '192354.130000', '192354.590000', '192355.050000', '192355.510000', '192355.970000', '192356.430000', '192356.890000', '192357.350000', '192357.810000', '192358.270000', '192358.730000', '192359.190000', '192359.650000', '192400.110000', '192400.570000', '192401.030000', '192401.490000', '192401.950000', '192402.410000', '192402.870000', '192403.330000', '192403.790000', '192404.250000', '192404.710000', '192405.170000', '192405.630000', '192406.090000', '192406.550000', '192407.010000', '192407.470000', '192407.930000', '192408.390000', '192408.850000', '192409.310000', '192409.770000', '192410.230000', '192410.690000', '192411.150000', '192411.610000', '192412.070000', '192412.530000', '192412.990000', '192413.450000', '192413.910000', '192414.370000', '192414.830000', '192415.290000', '192415.750000', '192416.210000', '192416.670000', '192417.130000', '192417.590000', '192418.050000', '192418.510000'], 'ContentTime': ['191436.509000', '191436.516000', '191436.519000', '191436.522000', '191436.524000', '191436.527000', '191436.529000', '191436.532000', '191436.535000', '191436.537000', '191436.540000', '191436.542000', '191436.545000', '191436.547000', '191436.550000', '191436.553000', '191436.555000', '191436.558000', '191436.561000', '191436.563000', '191436.566000', '191436.568000', '191436.571000', '191436.574000', '191436.576000', '191436.579000', '191436.581000', '191436.584000', '191436.586000', '191456.477000', '191456.480000', '191456.483000', '191456.485000', '191456.488000', '191456.490000', '191456.493000', '191456.495000', '191456.498000', '191456.501000', '191456.503000', '191456.506000', '191456.508000', '191456.511000', '191456.520000', '191456.522000', '191456.525000', '191456.527000', '191456.530000', '191456.532000', '191456.535000', '191456.538000', '191456.540000', '191456.543000', '191456.545000', '191456.548000', '191456.550000', '191456.553000', '191456.556000', '191456.558000', '191456.561000', '191456.563000', '191456.566000', '191456.568000', '191456.571000', '191456.573000', '191456.576000', '191456.578000', '191456.581000', '191456.584000', '191456.586000', '191456.589000', '191456.591000', '191456.594000', '191516.477000', '191516.480000', '191516.482000', '191516.485000', '191516.488000', '191516.490000', '191516.493000', '191516.495000', '191516.498000', '191516.501000', '191516.503000', '191516.506000', '191516.508000', '191516.511000', '191516.513000', '191516.516000', '191516.519000', '191516.521000', '191516.524000', '191516.526000', '191516.529000', '191516.531000', '191516.534000', '191516.537000', '191516.539000', '191516.542000', '191516.544000', '191516.547000', '191516.549000', '191516.552000', '191516.563000', '191516.566000', '191516.569000', '191516.571000', '191516.574000', '191516.576000', '191516.579000', '191516.581000', '191516.584000', '191516.587000', '191516.589000', '191516.592000', '191516.594000', '191536.477000', '191536.479000', '191536.482000', '191536.484000', '191536.487000', '191536.490000', '191536.492000', '191536.495000', '191536.498000', '191536.500000', '191536.510000', '191536.513000', '191536.516000', '191536.518000', '191536.521000', '191536.523000', '191536.526000', '191536.528000', '191536.531000', '191536.533000', '191536.536000', '191536.539000', '191536.541000', '191536.544000', '191536.546000', '191536.549000', '191536.551000', '191536.554000', '191536.557000', '191536.559000', '191536.562000', '191536.564000', '191536.567000', '191536.569000', '191536.572000', '191536.575000', '191536.577000', '191536.580000', '191536.582000', '191536.585000', '191536.587000', '191536.590000', '191536.593000', '191536.595000', '191556.477000', '191556.480000', '191556.483000', '191556.485000', '191556.488000', '191556.491000', '191556.493000', '191556.496000', '191556.498000', '191556.501000', '191556.503000', '191556.506000', '191556.509000', '191556.511000', '191556.514000', '191556.516000', '191556.519000', '191556.521000', '191556.524000', '191556.526000', '191556.529000', '191556.532000', '191556.534000', '191556.537000', '191556.539000', '191556.542000', '191556.545000', '191556.547000', '191556.550000', '191556.552000', '191556.555000', '191556.557000', '191556.560000', '191556.563000', '191556.565000', '191556.568000', '191556.570000', '191556.573000', '191556.575000', '191556.578000', '191556.581000', '191556.583000', '191556.586000', '191616.478000', '191616.480000', '191616.483000', '191616.486000', '191616.488000', '191616.491000', '191616.493000', '191616.496000', '191616.499000', '191616.501000', '191616.504000', '191616.506000', '191616.509000', '191616.511000', '191616.514000', '191616.517000', '191616.519000', '191616.522000', '191616.524000', '191616.527000', '191616.529000', '191616.532000', '191616.534000', '191616.537000', '191616.540000', '191616.542000', '191616.545000', '191616.547000', '191616.550000', '191616.553000', '191616.555000', '191616.558000', '191616.560000', '191616.563000', '191616.566000', '191616.568000', '191616.571000', '191616.573000', '191616.576000', '191616.578000', '191616.581000', '191616.584000', '191616.586000', '191616.589000', '191636.478000', '191636.480000', '191636.483000', '191636.486000', '191636.488000', '191636.491000', '191636.493000', '191636.496000', '191636.498000', '191636.501000', '191636.504000', '191636.506000', '191636.509000', '191636.511000', '191636.514000', '191636.516000', '191636.519000', '191636.522000', '191636.524000', '191636.527000', '191636.529000', '191636.532000', '191636.534000', '191636.537000', '191636.540000', '191636.542000', '191636.545000', '191636.547000', '191636.550000', '191636.552000', '191636.555000', '191636.558000', '191636.560000', '191636.563000', '191636.565000', '191636.568000', '191636.571000', '191636.573000', '191636.576000', '191636.578000', '191636.581000', '191636.584000', '191636.586000', '191656.478000', '191656.480000', '191656.483000', '191656.486000', '191656.488000', '191656.491000', '191656.493000', '191656.496000', '191656.499000', '191656.501000', '191656.504000', '191656.507000', '191656.509000', '191656.512000', '191656.514000', '191656.517000', '191656.519000', '191656.522000', '191656.525000', '191656.527000', '191656.530000', '191656.532000', '191656.535000', '191656.538000', '191656.540000', '191656.543000', '191656.545000', '191656.548000', '191656.550000', '191656.553000', '191656.555000', '191656.558000', '191656.561000', '191656.563000', '191656.566000', '191656.568000', '191656.571000', '191656.574000', '191656.576000', '191656.579000', '191656.581000', '191656.584000', '191656.586000', '191656.589000', '191716.478000', '191716.480000', '191716.483000', '191716.485000', '191716.488000', '191716.497000', '191716.499000', '191716.502000', '191716.505000', '191716.507000', '191716.510000', '191716.512000', '191716.515000', '191716.517000', '191716.520000', '191716.523000', '191716.525000', '191716.528000', '191716.530000', '191716.533000', '191716.535000', '191716.538000', '191716.541000', '191716.543000', '191716.546000', '191716.548000', '191716.551000', '191716.553000', '191716.556000', '191716.558000', '191716.561000', '191716.564000', '191716.566000', '191716.569000', '191716.571000', '191716.574000', '191716.577000', '191716.579000', '191716.582000', '191716.584000', '191716.587000', '191716.590000', '191716.592000', '191736.477000', '191736.480000', '191736.483000', '191736.485000', '191736.488000', '191736.491000', '191736.493000', '191736.496000', '191736.498000', '191736.501000', '191736.504000', '191736.506000', '191736.509000', '191736.511000', '191736.514000', '191736.516000', '191736.519000', '191736.521000', '191736.524000', '191736.527000', '191736.529000', '191736.532000', '191736.534000', '191736.537000', '191736.540000', '191736.542000', '191736.545000', '191736.547000', '191736.550000', '191736.552000', '191736.555000', '191736.558000', '191736.560000', '191736.563000', '191736.565000', '191736.568000', '191736.570000', '191736.573000', '191736.576000', '191736.578000', '191736.581000', '191736.583000', '191736.586000', '191736.589000', '191756.477000', '191756.479000', '191756.482000', '191756.485000', '191756.487000', '191756.490000', '191756.492000', '191756.495000', '191756.498000', '191756.500000', '191756.503000', '191756.505000', '191756.508000', '191756.510000', '191756.513000', '191756.516000', '191756.518000', '191756.521000', '191756.523000', '191756.526000', '191756.529000', '191756.531000', '191756.534000', '191756.536000', '191756.539000', '191756.541000', '191756.544000', '191756.547000', '191756.549000', '191756.552000', '191756.554000', '191756.557000', '191756.560000', '191756.562000', '191756.565000', '191756.567000', '191756.570000', '191756.572000', '191756.575000', '191756.577000', '191756.580000', '191756.583000', '191756.585000', '191816.477000', '191816.480000', '191816.483000', '191816.486000', '191816.489000', '191816.491000', '191816.494000', '191816.497000', '191816.499000', '191816.502000', '191816.504000', '191816.507000', '191816.510000', '191816.512000', '191816.515000', '191816.517000', '191816.520000', '191816.523000', '191816.525000', '191816.528000', '191816.530000', '191816.533000', '191816.536000', '191816.539000', '191816.541000', '191816.544000', '191816.546000', '191816.549000', '191816.552000', '191816.554000', '191816.557000', '191816.559000', '191816.562000', '191816.565000', '191816.567000', '191816.570000', '191816.572000', '191816.575000', '191816.578000', '191816.580000', '191816.583000', '191816.585000', '191816.588000', '191816.591000', '191836.477000', '191836.480000', '191836.483000', '191836.485000', '191836.488000', '191836.491000', '191836.493000', '191836.496000', '191836.498000', '191836.501000', '191836.504000', '191836.506000', '191836.509000', '191836.511000', '191836.514000', '191836.516000', '191836.519000', '191836.522000', '191836.525000', '191836.527000', '191836.530000', '191836.532000', '191836.535000', '191836.538000', '191836.540000', '191836.543000', '191836.545000', '191836.548000', '191836.550000', '191836.553000', '191836.556000', '191836.558000', '191836.561000', '191836.563000', '191836.566000', '191836.569000', '191836.571000', '191836.574000', '191836.576000', '191836.579000', '191836.581000', '191836.584000', '191836.587000', '191856.478000', '191856.480000', '191856.483000', '191856.486000', '191856.488000', '191856.491000', '191856.493000', '191856.496000', '191856.498000', '191856.501000', '191856.504000', '191856.506000', '191856.509000', '191856.511000', '191856.514000', '191856.516000', '191856.519000', '191856.522000', '191856.524000', '191856.527000', '191856.529000', '191856.532000', '191856.535000', '191856.537000', '191856.540000', '191856.542000', '191856.545000', '191856.547000', '191856.550000', '191856.553000', '191856.555000', '191856.558000', '191856.561000', '191856.563000', '191856.566000', '191856.568000', '191856.571000', '191856.574000', '191856.576000', '191856.579000', '191856.581000', '191856.584000', '191856.586000', '191856.589000', '191916.478000', '191916.481000', '191916.483000', '191916.486000', '191916.488000', '191916.491000', '191916.493000', '191916.496000', '191916.499000', '191916.501000', '191916.504000', '191916.506000', '191916.509000', '191916.512000', '191916.514000', '191916.517000', '191916.519000', '191916.522000', '191916.524000', '191916.527000', '191916.530000', '191916.532000', '191916.535000', '191916.537000', '191916.540000', '191916.543000', '191916.545000', '191916.548000', '191916.550000', '191916.553000', '191916.556000', '191916.558000', '191916.561000', '191916.563000', '191916.566000', '191916.569000', '191916.571000', '191916.574000', '191916.576000', '191916.579000', '191916.581000', '191916.584000', '191916.587000', '191936.477000', '191936.480000', '191936.483000', '191936.485000', '191936.488000', '191936.491000', '191936.493000', '191936.496000', '191936.499000', '191936.501000', '191936.504000', '191936.506000', '191936.509000', '191936.512000', '191936.514000', '191936.517000', '191936.520000', '191936.523000', '191936.526000', '191936.529000', '191936.532000', '191936.534000', '191936.537000', '191936.539000', '191936.542000', '191936.545000', '191936.547000', '191936.550000', '191936.553000', '191936.555000', '191936.558000', '191936.560000', '191936.563000', '191936.565000', '191936.568000', '191936.571000', '191936.573000', '191936.576000', '191936.579000', '191936.581000', '191936.584000', '191936.587000', '191936.589000', '191956.478000', '191956.480000', '191956.483000', '191956.486000', '191956.488000', '191956.491000', '191956.493000', '191956.496000', '191956.499000', '191956.501000', '191956.504000', '191956.506000', '191956.509000', '191956.512000', '191956.514000', '191956.517000', '191956.519000', '191956.522000', '191956.524000', '191956.527000', '191956.530000', '191956.532000', '191956.535000', '191956.537000', '191956.540000', '191956.543000', '191956.545000', '191956.548000', '191956.550000', '191956.553000', '191956.556000', '191956.558000', '191956.561000', '191956.563000', '191956.566000', '191956.569000', '191956.571000', '191956.574000', '191956.576000', '191956.579000', '191956.581000', '191956.584000', '191956.587000', '191956.589000', '192016.477000', '192016.480000', '192016.482000', '192016.485000', '192016.488000', '192016.490000', '192016.493000', '192016.496000', '192016.498000', '192016.501000', '192016.503000', '192016.506000', '192016.509000', '192016.511000', '192016.514000', '192016.516000', '192016.519000', '192016.522000', '192016.524000', '192016.527000', '192016.529000', '192016.532000', '192016.534000', '192016.537000', '192016.540000', '192016.542000', '192016.545000', '192016.548000', '192016.550000', '192016.553000', '192016.555000', '192016.558000', '192016.561000', '192016.563000', '192016.566000', '192016.568000', '192016.571000', '192016.574000', '192016.576000', '192016.579000', '192016.581000', '192016.584000', '192016.586000', '192036.477000', '192036.480000', '192036.483000', '192036.486000', '192036.488000', '192036.491000', '192036.493000', '192036.496000', '192036.498000', '192036.501000', '192036.504000', '192036.506000', '192036.509000', '192036.511000', '192036.514000', '192036.516000', '192036.519000', '192036.522000', '192036.524000', '192036.527000', '192036.529000', '192036.532000', '192036.534000', '192036.537000', '192036.540000', '192036.542000', '192036.545000', '192036.547000', '192036.550000', '192036.553000', '192036.555000', '192036.558000', '192036.560000', '192036.563000', '192036.565000', '192036.568000', '192036.571000', '192036.573000', '192036.576000', '192036.578000', '192036.581000', '192036.584000', '192036.586000', '192036.589000', '192056.478000', '192056.480000', '192056.483000', '192056.486000', '192056.488000', '192056.491000', '192056.493000', '192056.496000', '192056.499000', '192056.501000', '192056.504000', '192056.506000', '192056.509000', '192056.512000', '192056.514000', '192056.517000', '192056.519000', '192056.522000', '192056.525000', '192056.528000', '192056.531000', '192056.534000', '192056.537000', '192056.539000', '192056.542000', '192056.545000', '192056.547000', '192056.550000', '192056.552000', '192056.555000', '192056.558000', '192056.560000', '192056.564000', '192056.567000', '192056.569000', '192056.572000', '192056.574000', '192056.577000', '192056.579000', '192056.582000', '192056.585000', '192056.587000', '192056.590000', '192116.478000', '192116.481000', '192116.483000', '192116.486000', '192116.488000', '192116.491000', '192116.494000', '192116.497000', '192116.499000', '192116.502000', '192116.505000', '192116.508000', '192116.510000', '192116.513000', '192116.515000', '192116.518000', '192116.520000', '192116.523000', '192116.526000', '192116.528000', '192116.531000', '192116.533000', '192116.536000', '192116.538000', '192116.541000', '192116.544000', '192116.546000', '192116.549000', '192116.551000', '192116.554000', '192116.557000', '192116.559000', '192116.573000', '192116.576000', '192116.578000', '192116.581000', '192116.584000', '192116.586000', '192116.589000', '192116.592000', '192116.594000', '192116.597000', '192116.599000', '192116.602000', '192136.477000', '192136.480000', '192136.483000', '192136.486000', '192136.488000', '192136.491000', '192136.493000', '192136.496000', '192136.499000', '192136.509000', '192136.512000', '192136.514000', '192136.517000', '192136.519000', '192136.522000', '192136.524000', '192136.527000', '192136.530000', '192136.533000', '192136.536000', '192136.539000', '192136.541000', '192136.544000', '192136.547000', '192136.549000', '192136.552000', '192136.554000', '192136.557000', '192136.560000', '192136.562000', '192136.565000', '192136.567000', '192136.570000', '192136.573000', '192136.575000', '192136.578000', '192136.580000', '192136.583000', '192136.586000', '192136.588000', '192136.591000', '192136.593000', '192136.596000', '192156.478000', '192156.480000', '192156.483000', '192156.486000', '192156.488000', '192156.491000', '192156.493000', '192156.496000', '192156.499000', '192156.501000', '192156.504000', '192156.507000', '192156.509000', '192156.512000', '192156.514000', '192156.517000', '192156.519000', '192156.522000', '192156.525000', '192156.527000', '192156.530000', '192156.532000', '192156.535000', '192156.538000', '192156.540000', '192156.543000', '192156.545000', '192156.548000', '192156.550000', '192156.553000', '192156.556000', '192156.558000', '192156.561000', '192156.564000', '192156.566000', '192156.569000', '192156.571000', '192156.574000', '192156.577000', '192156.579000', '192156.582000', '192156.584000', '192156.587000', '192156.589000', '192216.478000', '192216.480000', '192216.483000', '192216.486000', '192216.488000', '192216.491000', '192216.494000', '192216.496000', '192216.499000', '192216.501000', '192216.504000', '192216.506000', '192216.509000', '192216.512000', '192216.514000', '192216.517000', '192216.520000', '192216.522000', '192216.525000', '192216.528000', '192216.530000', '192216.533000', '192216.535000', '192216.538000', '192216.541000', '192216.543000', '192216.546000', '192216.548000', '192216.551000', '192216.554000', '192216.556000', '192216.559000', '192216.561000', '192216.564000', '192216.567000', '192216.569000', '192216.572000', '192216.575000', '192216.577000', '192216.580000', '192216.583000', '192216.585000', '192216.588000', '192236.477000', '192236.479000', '192236.482000', '192236.485000', '192236.487000', '192236.490000', '192236.492000', '192236.495000', '192236.497000', '192236.500000', '192236.503000', '192236.505000', '192236.508000', '192236.510000', '192236.513000', '192236.515000', '192236.518000', '192236.521000', '192236.523000', '192236.526000', '192236.529000', '192236.531000', '192236.534000', '192236.536000', '192236.539000', '192236.542000', '192236.544000', '192236.547000', '192236.549000', '192236.552000', '192236.555000', '192236.557000', '192236.560000', '192236.562000', '192236.565000', '192236.568000', '192236.570000', '192236.573000', '192236.575000', '192236.578000', '192236.581000', '192236.583000', '192236.597000', '192236.600000', '192256.478000', '192256.480000', '192256.483000', '192256.486000', '192256.488000', '192256.500000', '192256.503000', '192256.505000', '192256.508000', '192256.511000', '192256.513000', '192256.516000', '192256.518000', '192256.521000', '192256.523000', '192256.526000', '192256.529000', '192256.531000', '192256.535000', '192256.538000', '192256.540000', '192256.543000', '192256.546000', '192256.548000', '192256.551000', '192256.553000', '192256.556000', '192256.559000', '192256.561000', '192256.564000', '192256.566000', '192256.569000', '192256.572000', '192256.574000', '192256.577000', '192256.579000', '192256.582000', '192256.584000', '192256.587000', '192256.590000', '192256.592000', '192256.595000', '192256.597000', '192316.478000', '192316.480000', '192316.483000', '192316.486000', '192316.488000', '192316.491000', '192316.493000', '192316.496000', '192316.499000', '192316.501000', '192316.504000', '192316.506000', '192316.509000', '192316.511000', '192316.514000', '192316.517000', '192316.519000', '192316.522000', '192316.524000', '192316.527000', '192316.530000', '192316.532000', '192316.535000', '192316.537000', '192316.540000', '192316.543000', '192316.545000', '192316.548000', '192316.551000', '192316.553000', '192316.556000', '192316.558000', '192316.561000', '192316.564000', '192316.566000', '192316.569000', '192316.571000', '192316.574000', '192316.577000', '192316.579000', '192316.582000', '192316.584000', '192316.587000', '192316.590000', '192336.477000', '192336.480000', '192336.483000', '192336.486000', '192336.488000', '192336.491000', '192336.493000', '192336.496000', '192336.499000', '192336.501000', '192336.504000', '192336.506000', '192336.509000', '192336.512000', '192336.514000', '192336.517000', '192336.519000', '192336.522000', '192336.525000', '192336.527000', '192336.530000', '192336.532000', '192336.535000', '192336.538000', '192336.540000', '192336.543000', '192336.546000', '192336.548000', '192336.551000', '192336.553000', '192336.556000', '192336.559000', '192336.561000', '192336.564000', '192336.567000', '192336.569000', '192336.572000', '192336.574000', '192336.577000', '192336.580000', '192336.583000', '192336.586000', '192336.589000', '192356.478000', '192356.481000', '192356.483000', '192356.486000', '192356.488000', '192356.491000', '192356.493000', '192356.496000', '192356.499000', '192356.501000', '192356.504000', '192356.506000', '192356.509000', '192356.511000', '192356.514000', '192356.517000', '192356.519000', '192356.522000', '192356.524000', '192356.527000', '192356.529000', '192356.532000', '192356.535000', '192356.537000', '192356.540000', '192356.542000', '192356.545000', '192356.548000', '192356.550000', '192356.553000', '192356.555000', '192356.558000', '192356.560000', '192356.563000', '192356.566000', '192356.568000', '192356.571000', '192356.573000', '192356.576000', '192356.578000', '192356.581000', '192356.584000', '192356.586000', '192356.589000', '192416.478000', '192416.480000', '192416.483000', '192416.486000', '192416.488000', '192416.491000', '192416.493000', '192416.496000', '192416.499000', '192416.501000', '192416.504000', '192416.506000', '192416.509000', '192416.511000', '192416.514000', '192416.517000', '192416.519000', '192416.522000', '192416.524000', '192416.527000', '192416.530000', '192416.532000', '192416.535000', '192416.537000', '192416.540000', '192416.543000', '192416.545000', '192416.548000', '192416.550000', '192416.553000', '192416.556000', '192416.558000', '192416.561000', '192416.563000', '192416.566000', '192416.569000', '192416.572000', '192416.574000', '192416.577000', '192416.580000', '192416.582000', '192416.585000', '192416.587000', '192419.832000', '192419.835000', '192419.837000', '192419.840000', '192419.842000', '192419.846000', '192419.848000', '192419.851000'], 'InstanceCreationTime': ['191436.509000', '191436.516000', '191436.519000', '191436.522000', '191436.524000', '191436.527000', '191436.529000', '191436.532000', '191436.535000', '191436.537000', '191436.540000', '191436.542000', '191436.545000', '191436.547000', '191436.550000', '191436.553000', '191436.555000', '191436.558000', '191436.561000', '191436.563000', '191436.566000', '191436.568000', '191436.571000', '191436.574000', '191436.576000', '191436.579000', '191436.581000', '191436.584000', '191436.586000', '191456.477000', '191456.480000', '191456.483000', '191456.485000', '191456.488000', '191456.490000', '191456.493000', '191456.495000', '191456.498000', '191456.501000', '191456.503000', '191456.506000', '191456.508000', '191456.511000', '191456.520000', '191456.522000', '191456.525000', '191456.527000', '191456.530000', '191456.532000', '191456.535000', '191456.538000', '191456.540000', '191456.543000', '191456.545000', '191456.548000', '191456.550000', '191456.553000', '191456.556000', '191456.558000', '191456.561000', '191456.563000', '191456.566000', '191456.568000', '191456.571000', '191456.573000', '191456.576000', '191456.578000', '191456.581000', '191456.584000', '191456.586000', '191456.589000', '191456.591000', '191456.594000', '191516.477000', '191516.480000', '191516.482000', '191516.485000', '191516.488000', '191516.490000', '191516.493000', '191516.495000', '191516.498000', '191516.501000', '191516.503000', '191516.506000', '191516.508000', '191516.511000', '191516.513000', '191516.516000', '191516.519000', '191516.521000', '191516.524000', '191516.526000', '191516.529000', '191516.531000', '191516.534000', '191516.537000', '191516.539000', '191516.542000', '191516.544000', '191516.547000', '191516.549000', '191516.552000', '191516.563000', '191516.566000', '191516.569000', '191516.571000', '191516.574000', '191516.576000', '191516.579000', '191516.581000', '191516.584000', '191516.587000', '191516.589000', '191516.592000', '191516.594000', '191536.477000', '191536.479000', '191536.482000', '191536.484000', '191536.487000', '191536.490000', '191536.492000', '191536.495000', '191536.498000', '191536.500000', '191536.510000', '191536.513000', '191536.516000', '191536.518000', '191536.521000', '191536.523000', '191536.526000', '191536.528000', '191536.531000', '191536.533000', '191536.536000', '191536.539000', '191536.541000', '191536.544000', '191536.546000', '191536.549000', '191536.551000', '191536.554000', '191536.557000', '191536.559000', '191536.562000', '191536.564000', '191536.567000', '191536.569000', '191536.572000', '191536.575000', '191536.577000', '191536.580000', '191536.582000', '191536.585000', '191536.587000', '191536.590000', '191536.593000', '191536.595000', '191556.477000', '191556.480000', '191556.483000', '191556.485000', '191556.488000', '191556.491000', '191556.493000', '191556.496000', '191556.498000', '191556.501000', '191556.503000', '191556.506000', '191556.509000', '191556.511000', '191556.514000', '191556.516000', '191556.519000', '191556.521000', '191556.524000', '191556.526000', '191556.529000', '191556.532000', '191556.534000', '191556.537000', '191556.539000', '191556.542000', '191556.545000', '191556.547000', '191556.550000', '191556.552000', '191556.555000', '191556.557000', '191556.560000', '191556.563000', '191556.565000', '191556.568000', '191556.570000', '191556.573000', '191556.575000', '191556.578000', '191556.581000', '191556.583000', '191556.586000', '191616.478000', '191616.480000', '191616.483000', '191616.486000', '191616.488000', '191616.491000', '191616.493000', '191616.496000', '191616.499000', '191616.501000', '191616.504000', '191616.506000', '191616.509000', '191616.511000', '191616.514000', '191616.517000', '191616.519000', '191616.522000', '191616.524000', '191616.527000', '191616.529000', '191616.532000', '191616.534000', '191616.537000', '191616.540000', '191616.542000', '191616.545000', '191616.547000', '191616.550000', '191616.553000', '191616.555000', '191616.558000', '191616.560000', '191616.563000', '191616.566000', '191616.568000', '191616.571000', '191616.573000', '191616.576000', '191616.578000', '191616.581000', '191616.584000', '191616.586000', '191616.589000', '191636.478000', '191636.480000', '191636.483000', '191636.486000', '191636.488000', '191636.491000', '191636.493000', '191636.496000', '191636.498000', '191636.501000', '191636.504000', '191636.506000', '191636.509000', '191636.511000', '191636.514000', '191636.516000', '191636.519000', '191636.522000', '191636.524000', '191636.527000', '191636.529000', '191636.532000', '191636.534000', '191636.537000', '191636.540000', '191636.542000', '191636.545000', '191636.547000', '191636.550000', '191636.552000', '191636.555000', '191636.558000', '191636.560000', '191636.563000', '191636.565000', '191636.568000', '191636.571000', '191636.573000', '191636.576000', '191636.578000', '191636.581000', '191636.584000', '191636.586000', '191656.478000', '191656.480000', '191656.483000', '191656.486000', '191656.488000', '191656.491000', '191656.493000', '191656.496000', '191656.499000', '191656.501000', '191656.504000', '191656.507000', '191656.509000', '191656.512000', '191656.514000', '191656.517000', '191656.519000', '191656.522000', '191656.525000', '191656.527000', '191656.530000', '191656.532000', '191656.535000', '191656.538000', '191656.540000', '191656.543000', '191656.545000', '191656.548000', '191656.550000', '191656.553000', '191656.555000', '191656.558000', '191656.561000', '191656.563000', '191656.566000', '191656.568000', '191656.571000', '191656.574000', '191656.576000', '191656.579000', '191656.581000', '191656.584000', '191656.586000', '191656.589000', '191716.478000', '191716.480000', '191716.483000', '191716.485000', '191716.488000', '191716.497000', '191716.499000', '191716.502000', '191716.505000', '191716.507000', '191716.510000', '191716.512000', '191716.515000', '191716.517000', '191716.520000', '191716.523000', '191716.525000', '191716.528000', '191716.530000', '191716.533000', '191716.535000', '191716.538000', '191716.541000', '191716.543000', '191716.546000', '191716.548000', '191716.551000', '191716.553000', '191716.556000', '191716.558000', '191716.561000', '191716.564000', '191716.566000', '191716.569000', '191716.571000', '191716.574000', '191716.577000', '191716.579000', '191716.582000', '191716.584000', '191716.587000', '191716.590000', '191716.592000', '191736.477000', '191736.480000', '191736.483000', '191736.485000', '191736.488000', '191736.491000', '191736.493000', '191736.496000', '191736.498000', '191736.501000', '191736.504000', '191736.506000', '191736.509000', '191736.511000', '191736.514000', '191736.516000', '191736.519000', '191736.521000', '191736.524000', '191736.527000', '191736.529000', '191736.532000', '191736.534000', '191736.537000', '191736.540000', '191736.542000', '191736.545000', '191736.547000', '191736.550000', '191736.552000', '191736.555000', '191736.558000', '191736.560000', '191736.563000', '191736.565000', '191736.568000', '191736.570000', '191736.573000', '191736.576000', '191736.578000', '191736.581000', '191736.583000', '191736.586000', '191736.589000', '191756.477000', '191756.479000', '191756.482000', '191756.485000', '191756.487000', '191756.490000', '191756.492000', '191756.495000', '191756.498000', '191756.500000', '191756.503000', '191756.505000', '191756.508000', '191756.510000', '191756.513000', '191756.516000', '191756.518000', '191756.521000', '191756.523000', '191756.526000', '191756.529000', '191756.531000', '191756.534000', '191756.536000', '191756.539000', '191756.541000', '191756.544000', '191756.547000', '191756.549000', '191756.552000', '191756.554000', '191756.557000', '191756.560000', '191756.562000', '191756.565000', '191756.567000', '191756.570000', '191756.572000', '191756.575000', '191756.577000', '191756.580000', '191756.583000', '191756.585000', '191816.477000', '191816.480000', '191816.483000', '191816.486000', '191816.489000', '191816.491000', '191816.494000', '191816.497000', '191816.499000', '191816.502000', '191816.504000', '191816.507000', '191816.510000', '191816.512000', '191816.515000', '191816.517000', '191816.520000', '191816.523000', '191816.525000', '191816.528000', '191816.530000', '191816.533000', '191816.536000', '191816.539000', '191816.541000', '191816.544000', '191816.546000', '191816.549000', '191816.552000', '191816.554000', '191816.557000', '191816.559000', '191816.562000', '191816.565000', '191816.567000', '191816.570000', '191816.572000', '191816.575000', '191816.578000', '191816.580000', '191816.583000', '191816.585000', '191816.588000', '191816.591000', '191836.477000', '191836.480000', '191836.483000', '191836.485000', '191836.488000', '191836.491000', '191836.493000', '191836.496000', '191836.498000', '191836.501000', '191836.504000', '191836.506000', '191836.509000', '191836.511000', '191836.514000', '191836.516000', '191836.519000', '191836.522000', '191836.525000', '191836.527000', '191836.530000', '191836.532000', '191836.535000', '191836.538000', '191836.540000', '191836.543000', '191836.545000', '191836.548000', '191836.550000', '191836.553000', '191836.556000', '191836.558000', '191836.561000', '191836.563000', '191836.566000', '191836.569000', '191836.571000', '191836.574000', '191836.576000', '191836.579000', '191836.581000', '191836.584000', '191836.587000', '191856.478000', '191856.480000', '191856.483000', '191856.486000', '191856.488000', '191856.491000', '191856.493000', '191856.496000', '191856.498000', '191856.501000', '191856.504000', '191856.506000', '191856.509000', '191856.511000', '191856.514000', '191856.516000', '191856.519000', '191856.522000', '191856.524000', '191856.527000', '191856.529000', '191856.532000', '191856.535000', '191856.537000', '191856.540000', '191856.542000', '191856.545000', '191856.547000', '191856.550000', '191856.553000', '191856.555000', '191856.558000', '191856.561000', '191856.563000', '191856.566000', '191856.568000', '191856.571000', '191856.574000', '191856.576000', '191856.579000', '191856.581000', '191856.584000', '191856.586000', '191856.589000', '191916.478000', '191916.481000', '191916.483000', '191916.486000', '191916.488000', '191916.491000', '191916.493000', '191916.496000', '191916.499000', '191916.501000', '191916.504000', '191916.506000', '191916.509000', '191916.512000', '191916.514000', '191916.517000', '191916.519000', '191916.522000', '191916.524000', '191916.527000', '191916.530000', '191916.532000', '191916.535000', '191916.537000', '191916.540000', '191916.543000', '191916.545000', '191916.548000', '191916.550000', '191916.553000', '191916.556000', '191916.558000', '191916.561000', '191916.563000', '191916.566000', '191916.569000', '191916.571000', '191916.574000', '191916.576000', '191916.579000', '191916.581000', '191916.584000', '191916.587000', '191936.477000', '191936.480000', '191936.483000', '191936.485000', '191936.488000', '191936.491000', '191936.493000', '191936.496000', '191936.499000', '191936.501000', '191936.504000', '191936.506000', '191936.509000', '191936.512000', '191936.514000', '191936.517000', '191936.520000', '191936.523000', '191936.526000', '191936.529000', '191936.532000', '191936.534000', '191936.537000', '191936.539000', '191936.542000', '191936.545000', '191936.547000', '191936.550000', '191936.553000', '191936.555000', '191936.558000', '191936.560000', '191936.563000', '191936.565000', '191936.568000', '191936.571000', '191936.573000', '191936.576000', '191936.579000', '191936.581000', '191936.584000', '191936.587000', '191936.589000', '191956.478000', '191956.480000', '191956.483000', '191956.486000', '191956.488000', '191956.491000', '191956.493000', '191956.496000', '191956.499000', '191956.501000', '191956.504000', '191956.506000', '191956.509000', '191956.512000', '191956.514000', '191956.517000', '191956.519000', '191956.522000', '191956.524000', '191956.527000', '191956.530000', '191956.532000', '191956.535000', '191956.537000', '191956.540000', '191956.543000', '191956.545000', '191956.548000', '191956.550000', '191956.553000', '191956.556000', '191956.558000', '191956.561000', '191956.563000', '191956.566000', '191956.569000', '191956.571000', '191956.574000', '191956.576000', '191956.579000', '191956.581000', '191956.584000', '191956.587000', '191956.589000', '192016.477000', '192016.480000', '192016.482000', '192016.485000', '192016.488000', '192016.490000', '192016.493000', '192016.496000', '192016.498000', '192016.501000', '192016.503000', '192016.506000', '192016.509000', '192016.511000', '192016.514000', '192016.516000', '192016.519000', '192016.522000', '192016.524000', '192016.527000', '192016.529000', '192016.532000', '192016.534000', '192016.537000', '192016.540000', '192016.542000', '192016.545000', '192016.548000', '192016.550000', '192016.553000', '192016.555000', '192016.558000', '192016.561000', '192016.563000', '192016.566000', '192016.568000', '192016.571000', '192016.574000', '192016.576000', '192016.579000', '192016.581000', '192016.584000', '192016.586000', '192036.477000', '192036.480000', '192036.483000', '192036.486000', '192036.488000', '192036.491000', '192036.493000', '192036.496000', '192036.498000', '192036.501000', '192036.504000', '192036.506000', '192036.509000', '192036.511000', '192036.514000', '192036.516000', '192036.519000', '192036.522000', '192036.524000', '192036.527000', '192036.529000', '192036.532000', '192036.534000', '192036.537000', '192036.540000', '192036.542000', '192036.545000', '192036.547000', '192036.550000', '192036.553000', '192036.555000', '192036.558000', '192036.560000', '192036.563000', '192036.565000', '192036.568000', '192036.571000', '192036.573000', '192036.576000', '192036.578000', '192036.581000', '192036.584000', '192036.586000', '192036.589000', '192056.478000', '192056.480000', '192056.483000', '192056.486000', '192056.488000', '192056.491000', '192056.493000', '192056.496000', '192056.499000', '192056.501000', '192056.504000', '192056.506000', '192056.509000', '192056.512000', '192056.514000', '192056.517000', '192056.519000', '192056.522000', '192056.525000', '192056.528000', '192056.531000', '192056.534000', '192056.537000', '192056.539000', '192056.542000', '192056.545000', '192056.547000', '192056.550000', '192056.552000', '192056.555000', '192056.558000', '192056.560000', '192056.564000', '192056.567000', '192056.569000', '192056.572000', '192056.574000', '192056.577000', '192056.579000', '192056.582000', '192056.585000', '192056.587000', '192056.590000', '192116.478000', '192116.481000', '192116.483000', '192116.486000', '192116.488000', '192116.491000', '192116.494000', '192116.497000', '192116.499000', '192116.502000', '192116.505000', '192116.508000', '192116.510000', '192116.513000', '192116.515000', '192116.518000', '192116.520000', '192116.523000', '192116.526000', '192116.528000', '192116.531000', '192116.533000', '192116.536000', '192116.538000', '192116.541000', '192116.544000', '192116.546000', '192116.549000', '192116.551000', '192116.554000', '192116.557000', '192116.559000', '192116.573000', '192116.576000', '192116.578000', '192116.581000', '192116.584000', '192116.586000', '192116.589000', '192116.592000', '192116.594000', '192116.597000', '192116.599000', '192116.602000', '192136.477000', '192136.480000', '192136.483000', '192136.486000', '192136.488000', '192136.491000', '192136.493000', '192136.496000', '192136.499000', '192136.509000', '192136.512000', '192136.514000', '192136.517000', '192136.519000', '192136.522000', '192136.524000', '192136.527000', '192136.530000', '192136.533000', '192136.536000', '192136.539000', '192136.541000', '192136.544000', '192136.547000', '192136.549000', '192136.552000', '192136.554000', '192136.557000', '192136.560000', '192136.562000', '192136.565000', '192136.567000', '192136.570000', '192136.573000', '192136.575000', '192136.578000', '192136.580000', '192136.583000', '192136.586000', '192136.588000', '192136.591000', '192136.593000', '192136.596000', '192156.478000', '192156.480000', '192156.483000', '192156.486000', '192156.488000', '192156.491000', '192156.493000', '192156.496000', '192156.499000', '192156.501000', '192156.504000', '192156.507000', '192156.509000', '192156.512000', '192156.514000', '192156.517000', '192156.519000', '192156.522000', '192156.525000', '192156.527000', '192156.530000', '192156.532000', '192156.535000', '192156.538000', '192156.540000', '192156.543000', '192156.545000', '192156.548000', '192156.550000', '192156.553000', '192156.556000', '192156.558000', '192156.561000', '192156.564000', '192156.566000', '192156.569000', '192156.571000', '192156.574000', '192156.577000', '192156.579000', '192156.582000', '192156.584000', '192156.587000', '192156.589000', '192216.478000', '192216.480000', '192216.483000', '192216.486000', '192216.488000', '192216.491000', '192216.494000', '192216.496000', '192216.499000', '192216.501000', '192216.504000', '192216.506000', '192216.509000', '192216.512000', '192216.514000', '192216.517000', '192216.520000', '192216.522000', '192216.525000', '192216.528000', '192216.530000', '192216.533000', '192216.535000', '192216.538000', '192216.541000', '192216.543000', '192216.546000', '192216.548000', '192216.551000', '192216.554000', '192216.556000', '192216.559000', '192216.561000', '192216.564000', '192216.567000', '192216.569000', '192216.572000', '192216.575000', '192216.577000', '192216.580000', '192216.583000', '192216.585000', '192216.588000', '192236.477000', '192236.479000', '192236.482000', '192236.485000', '192236.487000', '192236.490000', '192236.492000', '192236.495000', '192236.497000', '192236.500000', '192236.503000', '192236.505000', '192236.508000', '192236.510000', '192236.513000', '192236.515000', '192236.518000', '192236.521000', '192236.523000', '192236.526000', '192236.529000', '192236.531000', '192236.534000', '192236.536000', '192236.539000', '192236.542000', '192236.544000', '192236.547000', '192236.549000', '192236.552000', '192236.555000', '192236.557000', '192236.560000', '192236.562000', '192236.565000', '192236.568000', '192236.570000', '192236.573000', '192236.575000', '192236.578000', '192236.581000', '192236.583000', '192236.597000', '192236.600000', '192256.478000', '192256.480000', '192256.483000', '192256.486000', '192256.488000', '192256.500000', '192256.503000', '192256.505000', '192256.508000', '192256.511000', '192256.513000', '192256.516000', '192256.518000', '192256.521000', '192256.523000', '192256.526000', '192256.529000', '192256.531000', '192256.535000', '192256.538000', '192256.540000', '192256.543000', '192256.546000', '192256.548000', '192256.551000', '192256.553000', '192256.556000', '192256.559000', '192256.561000', '192256.564000', '192256.566000', '192256.569000', '192256.572000', '192256.574000', '192256.577000', '192256.579000', '192256.582000', '192256.584000', '192256.587000', '192256.590000', '192256.592000', '192256.595000', '192256.597000', '192316.478000', '192316.480000', '192316.483000', '192316.486000', '192316.488000', '192316.491000', '192316.493000', '192316.496000', '192316.499000', '192316.501000', '192316.504000', '192316.506000', '192316.509000', '192316.511000', '192316.514000', '192316.517000', '192316.519000', '192316.522000', '192316.524000', '192316.527000', '192316.530000', '192316.532000', '192316.535000', '192316.537000', '192316.540000', '192316.543000', '192316.545000', '192316.548000', '192316.551000', '192316.553000', '192316.556000', '192316.558000', '192316.561000', '192316.564000', '192316.566000', '192316.569000', '192316.571000', '192316.574000', '192316.577000', '192316.579000', '192316.582000', '192316.584000', '192316.587000', '192316.590000', '192336.477000', '192336.480000', '192336.483000', '192336.486000', '192336.488000', '192336.491000', '192336.493000', '192336.496000', '192336.499000', '192336.501000', '192336.504000', '192336.506000', '192336.509000', '192336.512000', '192336.514000', '192336.517000', '192336.519000', '192336.522000', '192336.525000', '192336.527000', '192336.530000', '192336.532000', '192336.535000', '192336.538000', '192336.540000', '192336.543000', '192336.546000', '192336.548000', '192336.551000', '192336.553000', '192336.556000', '192336.559000', '192336.561000', '192336.564000', '192336.567000', '192336.569000', '192336.572000', '192336.574000', '192336.577000', '192336.580000', '192336.583000', '192336.586000', '192336.589000', '192356.478000', '192356.481000', '192356.483000', '192356.486000', '192356.488000', '192356.491000', '192356.493000', '192356.496000', '192356.499000', '192356.501000', '192356.504000', '192356.506000', '192356.509000', '192356.511000', '192356.514000', '192356.517000', '192356.519000', '192356.522000', '192356.524000', '192356.527000', '192356.529000', '192356.532000', '192356.535000', '192356.537000', '192356.540000', '192356.542000', '192356.545000', '192356.548000', '192356.550000', '192356.553000', '192356.555000', '192356.558000', '192356.560000', '192356.563000', '192356.566000', '192356.568000', '192356.571000', '192356.573000', '192356.576000', '192356.578000', '192356.581000', '192356.584000', '192356.586000', '192356.589000', '192416.478000', '192416.480000', '192416.483000', '192416.486000', '192416.488000', '192416.491000', '192416.493000', '192416.496000', '192416.499000', '192416.501000', '192416.504000', '192416.506000', '192416.509000', '192416.511000', '192416.514000', '192416.517000', '192416.519000', '192416.522000', '192416.524000', '192416.527000', '192416.530000', '192416.532000', '192416.535000', '192416.537000', '192416.540000', '192416.543000', '192416.545000', '192416.548000', '192416.550000', '192416.553000', '192416.556000', '192416.558000', '192416.561000', '192416.563000', '192416.566000', '192416.569000', '192416.572000', '192416.574000', '192416.577000', '192416.580000', '192416.582000', '192416.585000', '192416.587000', '192419.832000', '192419.835000', '192419.837000', '192419.840000', '192419.842000', '192419.846000', '192419.848000', '192419.851000'], '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': [11325, 10751, 12413, 7519, 9521, 7372, 8959, 7391, 11332, 7265, 8140, 7527, 7779, 7954, 7690, 8764, 7950, 8000, 7699, 11338, 7656, 11091, 8495, 9549, 7813, 9279, 7375, 8897, 7560, 9711, 7596, 7767, 7587, 7539, 10059, 7624, 9242, 7739, 9393, 7453, 8511, 7606, 8735, 7615, 11671, 7603, 9014, 7435, 7982, 7679, 7936, 7723, 7960, 7619, 7463, 10374, 7602, 12448, 8010, 9710, 7701, 9016, 7624, 9226, 7679, 9180, 7573, 8617, 7348, 9049, 7615, 9645, 7454, 7794, 7553, 7711, 10218, 7686, 10890, 7463, 9678, 7663, 9809, 7907, 9484, 7528, 9027, 7350, 8836, 7854, 9311, 7717, 7710, 7713, 7580, 10276, 7692, 10041, 7805, 9043, 7545, 8975, 7754, 9115, 7742, 9546, 7544, 9473, 7573, 11757, 8750, 9425, 7665, 8926, 7514, 12550, 8809, 14951, 7799, 11851, 7576, 8591, 7824, 9890, 7999, 7620, 7917, 7260, 8046, 7654, 8162, 7781, 10408, 7694, 12093, 8726, 12252, 8165, 13018, 11875, 8046, 15639, 8726, 12481, 7898, 12301, 8306, 7927, 12137, 7641, 8896, 7826, 8525, 7953, 7760, 7887, 7651, 10455, 7727, 9340, 7907, 8207, 7957, 7626, 10473, 7646, 9710, 7536, 8855, 7576, 8306, 7826, 8177, 7784, 7683, 7813, 7491, 10661, 7707, 11853, 7679, 9766, 7595, 9123, 7692, 9021, 7714, 9718, 7780, 7458, 7943, 7454, 10811, 7545, 10857, 7516, 9717, 7826, 9724, 8278, 10243, 7709, 8804, 8070, 7594, 11390, 7610, 12410, 7528, 9576, 7484, 9935, 7697, 9495, 7797, 8653, 8024, 7765, 8200, 7784, 9218, 7490, 9111, 7571, 10005, 7666, 9323, 7736, 9561, 7912, 9343, 8215, 10191, 7860, 7956, 7838, 8147, 7927, 9330, 8006, 11223, 7689, 8926, 12819, 7836, 16893, 11567, 13108, 7713, 10442, 7805, 8351, 7879, 7902, 7991, 7639, 9306, 7550, 10346, 7481, 8759, 7673, 8555, 7836, 9190, 7808, 9679, 7776, 8511, 7989, 7565, 12117, 7596, 11288, 7624, 8481, 7861, 7636, 7914, 7376, 9861, 7514, 8589, 7943, 8698, 7784, 7291, 7920, 7202, 11307, 7521, 9961, 7923, 9019, 7664, 8187, 7803, 7466, 7913, 7301, 7953, 7306, 12796, 7345, 10787, 7870, 9848, 8016, 9328, 7791, 8968, 7896, 8269, 8748, 7638, 13790, 7494, 13470, 8707, 11749, 7702, 10838, 7937, 9923, 7654, 8081, 8053, 7572, 10526, 7799, 12881, 7449, 11331, 7521, 10107, 8167, 9818, 7762, 9371, 7997, 9417, 7836, 11179, 7901, 8021, 8190, 7738, 11191, 8269, 14002, 7367, 13990, 7634, 10635, 8866, 10179, 7821, 9073, 7987, 8414, 8016, 8878, 7969, 7776, 8274, 7587, 9784, 8406, 8386, 7629, 8216, 7801, 11573, 8099, 12175, 7631, 9849, 7911, 10067, 8313, 12132, 7817, 8875, 8039, 8015, 8068, 10714, 8326, 7912, 8232, 8097, 13460, 8091, 14035, 7793, 10337, 7958, 9887, 8338, 9727, 7931, 8370, 8029, 8241, 8159, 10075, 8155, 7914, 11111, 7916, 10943, 8414, 9787, 8031, 9039, 7989, 8722, 7998, 8856, 8025, 7769, 8279, 7904, 12237, 7731, 9949, 7839, 9839, 7952, 9620, 8112, 9658, 7906, 7971, 8101, 8186, 8042, 8892, 8008, 7582, 8179, 8173, 8357, 8760, 8361, 9996, 7988, 7864, 9897, 8019, 14877, 11248, 14570, 7771, 11246, 7803, 10521, 8195, 9836, 7885, 8035, 8177, 7927, 9647, 7850, 11842, 7808, 9630, 7865, 9589, 7946, 9501, 7813, 8270, 8146, 7894, 8800, 8002, 8974, 7787, 11176, 7907, 10243, 8167, 9764, 8058, 8114, 8164, 7806, 8085, 7880, 8170, 7880, 8649, 7922, 9492, 7996, 9424, 8128, 8896, 8453, 8912, 8462, 9785, 8321, 7586, 8424, 7706, 9853, 7933, 9335, 7879, 13435, 7839, 11283, 9368, 12350, 7791, 9609, 8150, 9403, 8056, 9972, 8239, 7810, 8312, 7978, 10234, 8125, 10985, 7765, 10831, 7934, 10135, 8100, 10137, 8046, 8939, 8323, 8285, 8316, 8448, 8405, 8202, 8382, 7969, 12723, 8043, 13032, 8376, 10930, 8202, 10007, 8262, 9616, 8016, 9590, 8148, 7991, 8492, 8030, 8304, 8607, 8248, 7775, 11499, 7922, 11146, 8010, 9769, 7892, 9562, 8106, 9664, 8214, 9780, 8231, 8810, 8215, 8191, 8283, 9534, 8291, 7938, 8408, 7801, 11932, 8106, 11841, 7638, 9914, 7872, 10450, 8585, 10513, 8537, 13572, 8140, 9140, 8410, 9307, 8300, 8994, 8480, 9411, 8409, 9526, 8358, 10111, 8134, 10189, 8350, 13382, 9255, 15467, 10559, 15955, 10456, 15700, 9252, 15916, 9073, 14282, 8359, 8582, 8507, 8408, 8798, 8018, 8534, 7552, 8444, 8330, 8943, 8242, 8666, 8175, 8631, 8316, 8801, 8186, 8801, 8157, 8851, 8174, 8981, 7540, 8613, 8030, 8964, 8115, 10627, 8108, 10922, 7931, 9672, 8078, 10001, 8253, 9315, 8474, 8961, 8410, 9029, 8512, 8949, 8497, 8512, 8439, 8406, 8596, 8313, 8804, 8973, 8584, 7463, 8715, 7361, 8969, 8199, 8777, 7996, 9606, 8063, 11773, 8054, 10361, 8268, 9767, 8297, 9184, 8628, 9391, 8409, 8449, 8494, 8059, 8603, 9761, 8875, 7344, 8865, 8438, 9026, 8395, 8949, 8085, 11971, 8170, 11070, 8519, 12382, 8376, 9386, 8684, 9132, 8674, 8184, 8607, 7424, 8804, 7292, 9045, 7613, 8969, 8003, 10336, 8263, 10484, 8353, 9198, 8450, 9233, 8287, 9037, 8575, 8145, 8430, 8161, 8574, 7965, 8844, 9263, 8872, 7430, 8610, 8131, 11959, 8282, 12312, 7948, 11242, 8070, 10943, 7977, 9054, 8141, 9448, 8372, 9345, 8498, 9192, 8182, 9274, 8523, 9322, 8602, 8917, 8263, 9073, 8380, 8852, 8516, 12945, 8455, 9386, 8544, 8471, 12146, 10730, 10321, 8181, 14504, 8437, 12891, 9095, 12382, 8242, 9699, 8392, 8625, 8646, 8807, 8741, 8169, 8823, 8328, 9527, 8239, 8933, 8285, 9288, 8608, 8667, 8602, 8394, 8475, 7901, 8620, 8687, 9333, 8476, 8694, 7982, 8957, 8176, 9056, 8051, 9377, 8432, 8929, 8380, 8775, 8349, 8611, 8315, 8716, 8295, 8960, 8580, 9124, 8252, 9496, 8292, 8508, 8509, 11205, 8467, 11241, 8424, 8250, 11427, 8513, 14174, 8314, 11176, 8099, 9533, 8314, 8893, 8145, 8853, 8290, 9128, 8115, 9316, 8177, 10789, 8234, 8278, 8290, 7854, 8450, 7655, 8405, 8078, 8580, 7822, 8694, 7586, 8511, 7871, 8536, 8402, 8793, 8312, 9619, 8172, 12586, 8144, 12629, 8911, 13708, 8081, 11350, 8543, 10327, 8458, 9543, 8439, 8343, 8716, 8440, 8492, 8490, 9156, 8526, 8506, 8221, 8486, 8343, 9871, 8161, 9013, 8155, 9349, 8280, 8901, 8403, 8570, 8671, 8171, 8639, 8204, 10435, 8238, 9461, 8157, 9925, 8223, 10014, 8459, 8975, 8435, 8268, 8502, 8633, 9239, 8244, 11449, 8045, 10233, 8155, 9695, 8169, 8904, 8220, 9456, 8473, 8501, 8414, 7943, 8773, 8311, 8727, 8303, 9884, 8154, 8845, 8190, 9663, 8220, 9556, 8542, 8673, 8193, 8930, 8536, 8240, 8624, 8156, 8417, 7760, 8685, 7814, 8663, 8340, 8393, 7988, 8391, 7967, 8545, 10330, 8460, 8830, 8466, 7692, 8687, 9239, 8551, 10618, 8231, 7977, 8510, 8482, 14766, 8931, 10394, 8264, 8723, 8340, 8923, 8502, 8766, 8128, 8901, 7964, 9715, 8460, 8563, 8419, 9200, 8151, 8565, 8038, 8744, 10576, 8314, 11767, 8556, 10633, 8640, 11780, 8680, 13560, 8515, 8598, 8912, 8501, 11134, 8300, 10588, 8348, 9546, 8376, 9557, 8305, 9829, 8380, 9828, 8716, 8339, 8777, 8776, 8518, 8377, 11654, 8635, 10185, 8276, 9218, 8379, 9750, 8617, 8750, 8674, 8127, 8459, 8575, 8744, 8610, 12084, 8541, 9403, 8275, 9642, 8699, 8971, 8632, 8574, 8614, 8137, 8900, 7591, 8972, 7527, 8682, 7409, 8995, 8676, 10283, 8799, 8824, 8507, 13646, 8531, 13541, 10792, 13705, 8369, 10343, 8434, 9511, 8717, 10187, 8540, 8812, 8743, 8444, 15423, 8549, 12773, 8553, 9883, 8483, 8726, 8670, 9021, 8560, 8013, 8654, 8533, 8835, 8429, 8644, 8217, 10500, 8491, 9931, 8306, 9145, 8396, 9481, 8858, 8862, 8659, 8171, 8507, 7828, 8863, 8891, 8975, 8757, 9092, 8489, 12052, 8331, 11920, 8756, 13315, 8415, 8681, 8719, 8704, 11684, 8295, 9459, 8470, 9079, 8240, 8893, 8434, 8365, 8688, 8360, 8670, 7764, 8947, 8788, 8745, 8315, 10919, 8372, 9928, 8320, 8893, 8343, 9497, 8772, 8984, 8770, 9002, 8687, 8696, 8954, 8714, 8715, 9067, 8660, 8549, 9060, 8535, 8858, 9684, 8628, 8002, 8745, 7631, 8866, 8829, 8967, 8328, 10362, 8669, 11175, 8150, 10362, 8140, 9426, 8496, 9497, 8519, 9784, 8476, 9051, 8774, 9171, 8801, 8716, 8676, 8154, 9012, 8575, 11564, 8478, 9843, 8175, 9596, 8338, 9499, 8562, 8988, 8480, 9098, 8568, 9376, 8665, 9457, 8355, 9608, 8633, 9550, 8714, 13804, 8658, 11263, 8836, 8264, 10045, 9958, 14868, 8596, 14249, 8438, 10165, 8438, 9568, 8377, 8780, 8603, 8377, 8839, 7929, 8835, 7895, 8689, 8443, 9470, 8268, 11030, 8226, 9230, 8329, 10249, 8314, 9340, 8664, 8909, 8472, 8980, 8857, 8460, 8774, 9022, 8710, 8347, 8657, 7759, 8857, 7841, 8704, 7903, 8783, 8335, 10373, 8490, 11334, 8181, 10152, 8416, 10322, 8759, 9476, 8609, 8592, 8745, 8741, 8962, 9354, 8760, 8787, 8622, 8988, 8801, 9469, 8591, 9770, 8592], 'WindowCenter': [4148.0, 4123.0, 4128.0, 4044.0, 4083.0, 4032.0, 4061.0, 4029.0, 4090.0, 4026.0, 4037.0, 4026.0, 4037.0, 4037.0, 4027.0, 4064.0, 4052.0, 4042.0, 4044.0, 4090.0, 4039.0, 4090.0, 4050.0, 4058.0, 4028.0, 4056.0, 4028.0, 4046.0, 4025.0, 4056.0, 4026.0, 4026.0, 4025.0, 4027.0, 4066.0, 4038.0, 4062.0, 4029.0, 4056.0, 4026.0, 4048.0, 4032.0, 4050.0, 4042.0, 4093.0, 4026.0, 4046.0, 4015.0, 4037.0, 4028.0, 4042.0, 4028.0, 4038.0, 4026.0, 4029.0, 4069.0, 4028.0, 4092.0, 4050.0, 4061.0, 4027.0, 4047.0, 4037.0, 4057.0, 4037.0, 4057.0, 4040.0, 4047.0, 4030.0, 4059.0, 4038.0, 4074.0, 4027.0, 4042.0, 4039.0, 4039.0, 4080.0, 4040.0, 4079.0, 4030.0, 4074.0, 4040.0, 4070.0, 4039.0, 4057.0, 4038.0, 4057.0, 4029.0, 4064.0, 4036.0, 4059.0, 4026.0, 4037.0, 4026.0, 4037.0, 4084.0, 4043.0, 4068.0, 4039.0, 4047.0, 4033.0, 4057.0, 4041.0, 4060.0, 4029.0, 4057.0, 4028.0, 4069.0, 4040.0, 4090.0, 4049.0, 4063.0, 4029.0, 4046.0, 4029.0, 4090.0, 4058.0, 4098.0, 4028.0, 4077.0, 4025.0, 4047.0, 4026.0, 4056.0, 4026.0, 4027.0, 4037.0, 4029.0, 4038.0, 4051.0, 4055.0, 4053.0, 4080.0, 4043.0, 4101.0, 4061.0, 4101.0, 4050.0, 4102.0, 4077.0, 4026.0, 4102.0, 4037.0, 4089.0, 4023.0, 4075.0, 4024.0, 4025.0, 4075.0, 4012.0, 4044.0, 4013.0, 4034.0, 4011.0, 4013.0, 4027.0, 4015.0, 4071.0, 4016.0, 4048.0, 4025.0, 4025.0, 4022.0, 4015.0, 4072.0, 4028.0, 4062.0, 4025.0, 4044.0, 4028.0, 4040.0, 4026.0, 4036.0, 4026.0, 4027.0, 4025.0, 4028.0, 4077.0, 4027.0, 4093.0, 4027.0, 4056.0, 4026.0, 4063.0, 4037.0, 4047.0, 4032.0, 4060.0, 4026.0, 4028.0, 4037.0, 4033.0, 4083.0, 4027.0, 4077.0, 4028.0, 4057.0, 4038.0, 4070.0, 4048.0, 4068.0, 4027.0, 4049.0, 4038.0, 4039.0, 4077.0, 4027.0, 4089.0, 4027.0, 4058.0, 4029.0, 4067.0, 4029.0, 4057.0, 4029.0, 4049.0, 4038.0, 4040.0, 4037.0, 4027.0, 4046.0, 4027.0, 4046.0, 4027.0, 4068.0, 4038.0, 4063.0, 4045.0, 4069.0, 4038.0, 4075.0, 4050.0, 4070.0, 4043.0, 4037.0, 4039.0, 4039.0, 4056.0, 4071.0, 4052.0, 4091.0, 4028.0, 4060.0, 4100.0, 4040.0, 4122.0, 4078.0, 4087.0, 4031.0, 4066.0, 4028.0, 4041.0, 4024.0, 4028.0, 4024.0, 4025.0, 4057.0, 4031.0, 4057.0, 4016.0, 4037.0, 4029.0, 4047.0, 4045.0, 4064.0, 4030.0, 4059.0, 4028.0, 4049.0, 4037.0, 4029.0, 4088.0, 4025.0, 4077.0, 4025.0, 4046.0, 4037.0, 4027.0, 4040.0, 4026.0, 4072.0, 4026.0, 4059.0, 4048.0, 4060.0, 4045.0, 4043.0, 4039.0, 4041.0, 4106.0, 4049.0, 4084.0, 4055.0, 4069.0, 4051.0, 4061.0, 4050.0, 4040.0, 4049.0, 4040.0, 4049.0, 4041.0, 4111.0, 4046.0, 4090.0, 4051.0, 4080.0, 4050.0, 4088.0, 4053.0, 4071.0, 4049.0, 4066.0, 4058.0, 4050.0, 4112.0, 4039.0, 4116.0, 4061.0, 4088.0, 4038.0, 4090.0, 4053.0, 4079.0, 4038.0, 4048.0, 4038.0, 4041.0, 4084.0, 4038.0, 4098.0, 4027.0, 4079.0, 4044.0, 4080.0, 4049.0, 4068.0, 4039.0, 4068.0, 4050.0, 4069.0, 4038.0, 4090.0, 4036.0, 4039.0, 4049.0, 4038.0, 4088.0, 4049.0, 4099.0, 4031.0, 4101.0, 4042.0, 4082.0, 4060.0, 4068.0, 4036.0, 4056.0, 4049.0, 4047.0, 4037.0, 4063.0, 4036.0, 4038.0, 4048.0, 4040.0, 4084.0, 4050.0, 4049.0, 4040.0, 4047.0, 4039.0, 4089.0, 4051.0, 4088.0, 4038.0, 4071.0, 4042.0, 4068.0, 4053.0, 4087.0, 4026.0, 4046.0, 4037.0, 4042.0, 4035.0, 4067.0, 4039.0, 4035.0, 4038.0, 4035.0, 4097.0, 4037.0, 4096.0, 4025.0, 4070.0, 4035.0, 4068.0, 4035.0, 4055.0, 4034.0, 4034.0, 4025.0, 4037.0, 4025.0, 4067.0, 4027.0, 4024.0, 4080.0, 4023.0, 4063.0, 4039.0, 4055.0, 4023.0, 4043.0, 4025.0, 4044.0, 4023.0, 4044.0, 4025.0, 4025.0, 4035.0, 4036.0, 4090.0, 4024.0, 4054.0, 4024.0, 4056.0, 4038.0, 4056.0, 4036.0, 4055.0, 4035.0, 4037.0, 4041.0, 4048.0, 4048.0, 4058.0, 4037.0, 4040.0, 4053.0, 4053.0, 4048.0, 4061.0, 4049.0, 4079.0, 4037.0, 4048.0, 4068.0, 4038.0, 4108.0, 4080.0, 4106.0, 4025.0, 4075.0, 4025.0, 4065.0, 4036.0, 4055.0, 4023.0, 4034.0, 4036.0, 4038.0, 4068.0, 4041.0, 4075.0, 4026.0, 4056.0, 4035.0, 4057.0, 4037.0, 4057.0, 4029.0, 4035.0, 4037.0, 4036.0, 4045.0, 4035.0, 4046.0, 4025.0, 4074.0, 4034.0, 4064.0, 4040.0, 4054.0, 4024.0, 4026.0, 4034.0, 4027.0, 4039.0, 4036.0, 4034.0, 4036.0, 4046.0, 4047.0, 4068.0, 4053.0, 4059.0, 4048.0, 4060.0, 4053.0, 4061.0, 4049.0, 4080.0, 4048.0, 4038.0, 4047.0, 4038.0, 4069.0, 4048.0, 4057.0, 4048.0, 4099.0, 4037.0, 4077.0, 4058.0, 4086.0, 4026.0, 4056.0, 4036.0, 4056.0, 4040.0, 4072.0, 4034.0, 4030.0, 4040.0, 4036.0, 4065.0, 4040.0, 4065.0, 4025.0, 4070.0, 4035.0, 4070.0, 4035.0, 4066.0, 4040.0, 4045.0, 4035.0, 4037.0, 4037.0, 4048.0, 4040.0, 4046.0, 4035.0, 4038.0, 4088.0, 4038.0, 4086.0, 4035.0, 4065.0, 4035.0, 4057.0, 4047.0, 4056.0, 4035.0, 4060.0, 4035.0, 4035.0, 4046.0, 4038.0, 4045.0, 4046.0, 4034.0, 4026.0, 4079.0, 4038.0, 4076.0, 4042.0, 4055.0, 4035.0, 4056.0, 4042.0, 4056.0, 4048.0, 4067.0, 4046.0, 4057.0, 4046.0, 4047.0, 4046.0, 4069.0, 4035.0, 4036.0, 4035.0, 4043.0, 4089.0, 4036.0, 4086.0, 4028.0, 4066.0, 4037.0, 4078.0, 4062.0, 4096.0, 4074.0, 4122.0, 4054.0, 4070.0, 4062.0, 4072.0, 4059.0, 4070.0, 4072.0, 4082.0, 4065.0, 4081.0, 4063.0, 4081.0, 4052.0, 4081.0, 4051.0, 4103.0, 4059.0, 4114.0, 4068.0, 4108.0, 4066.0, 4107.0, 4044.0, 4106.0, 4032.0, 4085.0, 4021.0, 4031.0, 4031.0, 4032.0, 4032.0, 4027.0, 4045.0, 4026.0, 4034.0, 4035.0, 4043.0, 4034.0, 4036.0, 4038.0, 4048.0, 4051.0, 4057.0, 4048.0, 4057.0, 4041.0, 4058.0, 4049.0, 4059.0, 4044.0, 4058.0, 4050.0, 4058.0, 4051.0, 4090.0, 4051.0, 4093.0, 4056.0, 4072.0, 4054.0, 4079.0, 4061.0, 4069.0, 4061.0, 4059.0, 4050.0, 4069.0, 4062.0, 4072.0, 4061.0, 4059.0, 4060.0, 4059.0, 4062.0, 4060.0, 4061.0, 4075.0, 4061.0, 4039.0, 4059.0, 4040.0, 4059.0, 4050.0, 4059.0, 4050.0, 4068.0, 4052.0, 4100.0, 4054.0, 4079.0, 4060.0, 4083.0, 4065.0, 4075.0, 4059.0, 4058.0, 4052.0, 4048.0, 4050.0, 4043.0, 4047.0, 4069.0, 4057.0, 4031.0, 4057.0, 4049.0, 4058.0, 4049.0, 4062.0, 4048.0, 4088.0, 4052.0, 4088.0, 4048.0, 4087.0, 4048.0, 4057.0, 4047.0, 4060.0, 4048.0, 4039.0, 4046.0, 4028.0, 4057.0, 4030.0, 4058.0, 4040.0, 4059.0, 4050.0, 4078.0, 4049.0, 4079.0, 4054.0, 4062.0, 4048.0, 4060.0, 4048.0, 4058.0, 4064.0, 4037.0, 4049.0, 4048.0, 4059.0, 4050.0, 4071.0, 4070.0, 4059.0, 4040.0, 4059.0, 4055.0, 4102.0, 4060.0, 4101.0, 4052.0, 4107.0, 4051.0, 4092.0, 4051.0, 4062.0, 4057.0, 4069.0, 4066.0, 4070.0, 4075.0, 4072.0, 4063.0, 4086.0, 4078.0, 4071.0, 4075.0, 4071.0, 4062.0, 4071.0, 4062.0, 4071.0, 4060.0, 4111.0, 4048.0, 4074.0, 4047.0, 4050.0, 4088.0, 4083.0, 4066.0, 4041.0, 4107.0, 4052.0, 4097.0, 4048.0, 4088.0, 4042.0, 4059.0, 4035.0, 4046.0, 4053.0, 4047.0, 4050.0, 4037.0, 4045.0, 4049.0, 4055.0, 4048.0, 4045.0, 4037.0, 4056.0, 4046.0, 4046.0, 4045.0, 4036.0, 4037.0, 4036.0, 4047.0, 4048.0, 4056.0, 4037.0, 4044.0, 4037.0, 4060.0, 4049.0, 4070.0, 4050.0, 4070.0, 4049.0, 4057.0, 4048.0, 4058.0, 4053.0, 4058.0, 4049.0, 4061.0, 4060.0, 4071.0, 4060.0, 4073.0, 4051.0, 4070.0, 4048.0, 4048.0, 4054.0, 4089.0, 4037.0, 4078.0, 4038.0, 4036.0, 4076.0, 4050.0, 4096.0, 4053.0, 4076.0, 4038.0, 4067.0, 4049.0, 4056.0, 4037.0, 4061.0, 4047.0, 4058.0, 4042.0, 4058.0, 4047.0, 4080.0, 4035.0, 4047.0, 4047.0, 4048.0, 4047.0, 4038.0, 4036.0, 4039.0, 4047.0, 4038.0, 4058.0, 4052.0, 4059.0, 4050.0, 4059.0, 4062.0, 4064.0, 4050.0, 4073.0, 4051.0, 4100.0, 4049.0, 4100.0, 4060.0, 4098.0, 4038.0, 4077.0, 4047.0, 4067.0, 4041.0, 4058.0, 4049.0, 4050.0, 4060.0, 4051.0, 4048.0, 4051.0, 4058.0, 4047.0, 4046.0, 4036.0, 4045.0, 4052.0, 4066.0, 4040.0, 4050.0, 4037.0, 4061.0, 4051.0, 4057.0, 4049.0, 4047.0, 4047.0, 4052.0, 4047.0, 4046.0, 4078.0, 4048.0, 4069.0, 4037.0, 4068.0, 4049.0, 4070.0, 4047.0, 4062.0, 4038.0, 4049.0, 4046.0, 4048.0, 4056.0, 4047.0, 4076.0, 4039.0, 4066.0, 4037.0, 4057.0, 4047.0, 4046.0, 4041.0, 4056.0, 4047.0, 4048.0, 4049.0, 4041.0, 4048.0, 4048.0, 4057.0, 4062.0, 4080.0, 4050.0, 4058.0, 4060.0, 4070.0, 4061.0, 4071.0, 4064.0, 4064.0, 4052.0, 4060.0, 4064.0, 4053.0, 4059.0, 4049.0, 4049.0, 4043.0, 4059.0, 4040.0, 4059.0, 4052.0, 4050.0, 4049.0, 4054.0, 4050.0, 4059.0, 4081.0, 4049.0, 4060.0, 4049.0, 4042.0, 4060.0, 4070.0, 4060.0, 4080.0, 4049.0, 4053.0, 4049.0, 4061.0, 4122.0, 4071.0, 4079.0, 4050.0, 4058.0, 4060.0, 4058.0, 4061.0, 4061.0, 4054.0, 4058.0, 4052.0, 4083.0, 4065.0, 4063.0, 4062.0, 4074.0, 4053.0, 4061.0, 4051.0, 4077.0, 4095.0, 4067.0, 4108.0, 4062.0, 4084.0, 4061.0, 4095.0, 4053.0, 4100.0, 4051.0, 4049.0, 4048.0, 4052.0, 4081.0, 4038.0, 4067.0, 4037.0, 4060.0, 4052.0, 4061.0, 4038.0, 4072.0, 4038.0, 4067.0, 4047.0, 4037.0, 4036.0, 4047.0, 4040.0, 4036.0, 4078.0, 4050.0, 4067.0, 4036.0, 4045.0, 4035.0, 4061.0, 4047.0, 4046.0, 4035.0, 4037.0, 4035.0, 4047.0, 4048.0, 4048.0, 4089.0, 4048.0, 4046.0, 4040.0, 4068.0, 4051.0, 4059.0, 4049.0, 4050.0, 4051.0, 4043.0, 4058.0, 4041.0, 4058.0, 4040.0, 4060.0, 4033.0, 4062.0, 4064.0, 4080.0, 4060.0, 4058.0, 4050.0, 4112.0, 4048.0, 4102.0, 4082.0, 4099.0, 4036.0, 4069.0, 4038.0, 4056.0, 4046.0, 4069.0, 4046.0, 4051.0, 4035.0, 4038.0, 4111.0, 4037.0, 4088.0, 4034.0, 4057.0, 4035.0, 4035.0, 4049.0, 4047.0, 4035.0, 4026.0, 4046.0, 4048.0, 4046.0, 4053.0, 4046.0, 4048.0, 4078.0, 4064.0, 4069.0, 4049.0, 4059.0, 4037.0, 4058.0, 4046.0, 4047.0, 4049.0, 4036.0, 4047.0, 4028.0, 4062.0, 4059.0, 4062.0, 4049.0, 4048.0, 4047.0, 4090.0, 4048.0, 4082.0, 4048.0, 4087.0, 4036.0, 4045.0, 4035.0, 4046.0, 4074.0, 4040.0, 4055.0, 4042.0, 4049.0, 4046.0, 4049.0, 4037.0, 4036.0, 4051.0, 4042.0, 4047.0, 4032.0, 4048.0, 4052.0, 4047.0, 4038.0, 4078.0, 4049.0, 4069.0, 4040.0, 4052.0, 4048.0, 4059.0, 4050.0, 4063.0, 4052.0, 4062.0, 4064.0, 4049.0, 4059.0, 4060.0, 4061.0, 4060.0, 4060.0, 4060.0, 4062.0, 4063.0, 4060.0, 4075.0, 4056.0, 4040.0, 4063.0, 4044.0, 4060.0, 4066.0, 4058.0, 4053.0, 4082.0, 4061.0, 4097.0, 4040.0, 4073.0, 4040.0, 4058.0, 4049.0, 4069.0, 4048.0, 4070.0, 4049.0, 4060.0, 4054.0, 4059.0, 4063.0, 4051.0, 4053.0, 4039.0, 4059.0, 4066.0, 4091.0, 4055.0, 4070.0, 4050.0, 4073.0, 4053.0, 4072.0, 4062.0, 4059.0, 4064.0, 4064.0, 4062.0, 4071.0, 4068.0, 4071.0, 4051.0, 4071.0, 4062.0, 4074.0, 4047.0, 4111.0, 4047.0, 4080.0, 4047.0, 4039.0, 4058.0, 4059.0, 4101.0, 4036.0, 4098.0, 4040.0, 4066.0, 4036.0, 4057.0, 4036.0, 4036.0, 4039.0, 4036.0, 4049.0, 4038.0, 4051.0, 4038.0, 4048.0, 4049.0, 4058.0, 4038.0, 4077.0, 4038.0, 4063.0, 4049.0, 4066.0, 4048.0, 4059.0, 4051.0, 4048.0, 4038.0, 4051.0, 4063.0, 4049.0, 4054.0, 4059.0, 4053.0, 4053.0, 4053.0, 4040.0, 4059.0, 4041.0, 4050.0, 4044.0, 4060.0, 4051.0, 4085.0, 4061.0, 4090.0, 4056.0, 4084.0, 4050.0, 4080.0, 4062.0, 4071.0, 4061.0, 4065.0, 4061.0, 4065.0, 4076.0, 4077.0, 4062.0, 4066.0, 4064.0, 4077.0, 4075.0, 4086.0, 4074.0, 4087.0, 4063.0], 'WindowWidth': [9212.0, 9163.0, 9157.0, 9038.0, 9084.0, 9014.0, 9052.0, 9005.0, 9088.0, 8996.0, 9012.0, 8995.0, 9012.0, 9010.0, 8997.0, 9054.0, 9037.0, 9020.0, 9026.0, 9083.0, 9016.0, 9083.0, 9031.0, 9036.0, 8998.0, 9032.0, 8997.0, 9021.0, 8990.0, 9033.0, 8992.0, 8992.0, 8989.0, 8994.0, 9048.0, 9010.0, 9046.0, 9001.0, 9033.0, 8994.0, 9024.0, 9006.0, 9029.0, 9021.0, 9089.0, 8993.0, 9020.0, 8977.0, 9009.0, 8997.0, 9019.0, 8998.0, 9011.0, 8991.0, 8999.0, 9051.0, 8998.0, 9087.0, 9032.0, 9044.0, 8996.0, 9021.0, 9011.0, 9035.0, 9010.0, 9034.0, 9016.0, 9023.0, 9006.0, 9042.0, 9012.0, 9066.0, 8998.0, 9023.0, 9015.0, 9017.0, 9069.0, 9018.0, 9065.0, 9003.0, 9064.0, 9018.0, 9055.0, 9015.0, 9035.0, 9013.0, 9037.0, 9000.0, 9052.0, 9007.0, 9041.0, 8992.0, 9009.0, 8992.0, 9010.0, 9077.0, 9023.0, 9052.0, 9014.0, 9022.0, 9009.0, 9036.0, 9020.0, 9045.0, 9000.0, 9035.0, 8999.0, 9054.0, 9018.0, 9083.0, 9029.0, 9048.0, 9001.0, 9019.0, 8999.0, 9080.0, 9038.0, 9091.0, 8996.0, 9060.0, 8989.0, 9022.0, 8991.0, 9031.0, 8991.0, 8994.0, 9007.0, 9000.0, 9013.0, 9036.0, 9042.0, 9041.0, 9073.0, 9025.0, 9102.0, 9048.0, 9102.0, 9028.0, 9100.0, 9059.0, 8990.0, 9097.0, 9004.0, 9077.0, 8982.0, 9052.0, 8981.0, 8986.0, 9050.0, 8966.0, 9012.0, 8968.0, 8997.0, 8962.0, 8967.0, 8987.0, 8972.0, 9053.0, 8975.0, 9018.0, 8986.0, 8986.0, 8979.0, 8975.0, 9056.0, 8998.0, 9042.0, 8988.0, 9011.0, 8994.0, 9012.0, 8991.0, 9005.0, 8992.0, 8995.0, 8989.0, 8996.0, 9060.0, 8995.0, 9085.0, 8994.0, 9030.0, 8993.0, 9046.0, 9010.0, 9022.0, 9004.0, 9040.0, 8990.0, 8996.0, 9007.0, 9010.0, 9072.0, 8996.0, 9060.0, 8998.0, 9035.0, 9013.0, 9056.0, 9025.0, 9050.0, 8993.0, 9027.0, 9008.0, 9012.0, 9062.0, 8994.0, 9079.0, 8994.0, 9035.0, 8999.0, 9048.0, 9000.0, 9035.0, 8998.0, 9025.0, 9010.0, 9015.0, 9009.0, 8995.0, 9018.0, 8994.0, 9016.0, 8995.0, 9051.0, 9012.0, 9047.0, 9028.0, 9054.0, 9013.0, 9068.0, 9031.0, 9056.0, 9022.0, 9010.0, 9015.0, 9015.0, 9045.0, 9060.0, 9036.0, 9086.0, 9000.0, 9044.0, 9096.0, 9017.0, 9128.0, 9065.0, 9072.0, 9000.0, 9044.0, 8995.0, 9015.0, 8986.0, 8995.0, 8984.0, 8990.0, 9032.0, 9002.0, 9032.0, 8978.0, 9006.0, 8999.0, 9020.0, 9026.0, 9051.0, 9002.0, 9039.0, 8996.0, 9027.0, 9009.0, 9001.0, 9077.0, 8990.0, 9060.0, 8988.0, 9018.0, 9007.0, 8995.0, 9012.0, 8994.0, 9058.0, 8995.0, 9040.0, 9027.0, 9045.0, 9027.0, 9025.0, 9013.0, 9020.0, 9110.0, 9031.0, 9079.0, 9042.0, 9056.0, 9036.0, 9049.0, 9036.0, 9021.0, 9031.0, 9022.0, 9030.0, 9023.0, 9118.0, 9034.0, 9086.0, 9037.0, 9072.0, 9035.0, 9091.0, 9041.0, 9064.0, 9031.0, 9060.0, 9041.0, 9034.0, 9121.0, 9018.0, 9126.0, 9048.0, 9081.0, 9014.0, 9086.0, 9037.0, 9069.0, 9012.0, 9027.0, 9012.0, 9021.0, 9079.0, 9014.0, 9093.0, 8998.0, 9068.0, 9027.0, 9072.0, 9029.0, 9053.0, 9016.0, 9053.0, 9031.0, 9058.0, 9012.0, 9085.0, 9007.0, 9015.0, 9026.0, 9014.0, 9078.0, 9027.0, 9094.0, 9005.0, 9099.0, 9021.0, 9075.0, 9043.0, 9050.0, 9008.0, 9034.0, 9029.0, 9025.0, 9010.0, 9051.0, 9008.0, 9012.0, 9025.0, 9020.0, 9080.0, 9031.0, 9028.0, 9019.0, 9023.0, 9016.0, 9082.0, 9034.0, 9079.0, 9012.0, 9060.0, 9020.0, 9053.0, 9035.0, 9075.0, 8992.0, 9019.0, 9006.0, 9021.0, 9005.0, 9048.0, 9010.0, 9004.0, 9007.0, 9004.0, 9090.0, 9008.0, 9086.0, 8990.0, 9052.0, 9003.0, 9050.0, 9004.0, 9028.0, 9000.0, 8999.0, 8989.0, 9008.0, 8988.0, 9047.0, 8993.0, 8987.0, 9064.0, 8985.0, 9038.0, 9010.0, 9026.0, 8983.0, 9009.0, 8989.0, 9013.0, 8985.0, 9014.0, 8987.0, 8989.0, 9000.0, 9004.0, 9079.0, 8989.0, 9024.0, 8988.0, 9029.0, 9010.0, 9033.0, 9007.0, 9030.0, 9002.0, 9008.0, 9017.0, 9027.0, 9027.0, 9041.0, 9010.0, 9018.0, 9038.0, 9038.0, 9027.0, 9048.0, 9028.0, 9070.0, 9011.0, 9027.0, 9052.0, 9012.0, 9107.0, 9069.0, 9100.0, 8990.0, 9055.0, 8990.0, 9044.0, 9005.0, 9028.0, 8985.0, 9002.0, 9003.0, 9010.0, 9054.0, 9019.0, 9055.0, 8991.0, 9030.0, 9003.0, 9033.0, 9009.0, 9033.0, 8998.0, 9004.0, 9007.0, 9006.0, 9015.0, 9004.0, 9016.0, 8989.0, 9054.0, 9002.0, 9041.0, 9013.0, 9026.0, 8986.0, 8992.0, 9000.0, 8996.0, 9012.0, 9006.0, 9001.0, 9009.0, 9020.0, 9026.0, 9053.0, 9039.0, 9041.0, 9027.0, 9045.0, 9038.0, 9047.0, 9029.0, 9071.0, 9026.0, 9016.0, 9025.0, 9016.0, 9054.0, 9028.0, 9036.0, 9026.0, 9095.0, 9012.0, 9063.0, 9038.0, 9073.0, 8992.0, 9033.0, 9006.0, 9033.0, 9014.0, 9058.0, 9001.0, 9002.0, 9013.0, 9007.0, 9043.0, 9014.0, 9042.0, 8989.0, 9053.0, 9003.0, 9053.0, 9004.0, 9044.0, 9013.0, 9016.0, 9003.0, 9009.0, 9008.0, 9024.0, 9015.0, 9021.0, 9004.0, 9011.0, 9078.0, 9010.0, 9073.0, 9004.0, 9042.0, 9002.0, 9033.0, 9021.0, 9033.0, 9002.0, 9041.0, 9002.0, 9003.0, 9019.0, 9012.0, 9018.0, 9021.0, 9001.0, 8992.0, 9066.0, 9010.0, 9058.0, 9020.0, 9029.0, 9005.0, 9032.0, 9019.0, 9032.0, 9024.0, 9048.0, 9019.0, 9035.0, 9021.0, 9022.0, 9018.0, 9053.0, 9003.0, 9007.0, 9003.0, 9022.0, 9078.0, 9009.0, 9074.0, 8997.0, 9047.0, 9009.0, 9067.0, 9052.0, 9102.0, 9073.0, 9134.0, 9044.0, 9059.0, 9051.0, 9064.0, 9046.0, 9061.0, 9065.0, 9079.0, 9061.0, 9078.0, 9057.0, 9076.0, 9038.0, 9075.0, 9035.0, 9105.0, 9042.0, 9120.0, 9052.0, 9105.0, 9046.0, 9102.0, 9012.0, 9099.0, 8993.0, 9066.0, 8975.0, 8990.0, 8989.0, 8995.0, 8993.0, 8993.0, 9016.0, 8990.0, 8998.0, 9001.0, 9009.0, 8999.0, 9003.0, 9010.0, 9021.0, 9031.0, 9035.0, 9026.0, 9036.0, 9019.0, 9038.0, 9029.0, 9042.0, 9028.0, 9040.0, 9031.0, 9040.0, 9037.0, 9088.0, 9036.0, 9093.0, 9046.0, 9062.0, 9040.0, 9068.0, 9049.0, 9056.0, 9048.0, 9042.0, 9033.0, 9057.0, 9051.0, 9065.0, 9050.0, 9045.0, 9046.0, 9045.0, 9052.0, 9048.0, 9048.0, 9070.0, 9047.0, 9019.0, 9045.0, 9020.0, 9042.0, 9033.0, 9041.0, 9032.0, 9054.0, 9037.0, 9099.0, 9043.0, 9069.0, 9045.0, 9080.0, 9057.0, 9069.0, 9043.0, 9039.0, 9034.0, 9026.0, 9031.0, 9026.0, 9024.0, 9055.0, 9037.0, 9007.0, 9037.0, 9029.0, 9038.0, 9028.0, 9047.0, 9028.0, 9082.0, 9036.0, 9079.0, 9027.0, 9077.0, 9026.0, 9037.0, 9022.0, 9043.0, 9025.0, 9014.0, 9021.0, 8999.0, 9037.0, 9005.0, 9039.0, 9018.0, 9041.0, 9033.0, 9065.0, 9030.0, 9070.0, 9041.0, 9047.0, 9026.0, 9044.0, 9028.0, 9040.0, 9052.0, 9012.0, 9029.0, 9027.0, 9044.0, 9033.0, 9062.0, 9061.0, 9043.0, 9020.0, 9043.0, 9046.0, 9107.0, 9047.0, 9102.0, 9038.0, 9118.0, 9038.0, 9091.0, 9039.0, 9051.0, 9049.0, 9057.0, 9059.0, 9061.0, 9073.0, 9067.0, 9057.0, 9088.0, 9079.0, 9065.0, 9072.0, 9064.0, 9053.0, 9063.0, 9051.0, 9064.0, 9046.0, 9116.0, 9027.0, 9066.0, 9024.0, 9031.0, 9079.0, 9075.0, 9047.0, 9016.0, 9104.0, 9033.0, 9089.0, 9025.0, 9075.0, 9019.0, 9039.0, 9004.0, 9019.0, 9033.0, 9022.0, 9025.0, 9007.0, 9017.0, 9026.0, 9030.0, 9025.0, 9016.0, 9008.0, 9033.0, 9019.0, 9019.0, 9017.0, 9006.0, 9007.0, 9008.0, 9022.0, 9026.0, 9032.0, 9010.0, 9015.0, 9010.0, 9042.0, 9029.0, 9062.0, 9035.0, 9058.0, 9030.0, 9038.0, 9027.0, 9040.0, 9038.0, 9040.0, 9029.0, 9048.0, 9046.0, 9063.0, 9046.0, 9066.0, 9033.0, 9058.0, 9027.0, 9026.0, 9038.0, 9081.0, 9008.0, 9066.0, 9010.0, 9006.0, 9059.0, 9028.0, 9087.0, 9035.0, 9059.0, 9011.0, 9048.0, 9028.0, 9034.0, 9012.0, 9045.0, 9024.0, 9038.0, 9022.0, 9039.0, 9022.0, 9069.0, 9004.0, 9023.0, 9023.0, 9028.0, 9025.0, 9013.0, 9007.0, 9014.0, 9023.0, 9016.0, 9040.0, 9038.0, 9044.0, 9035.0, 9045.0, 9052.0, 9054.0, 9033.0, 9065.0, 9036.0, 9100.0, 9030.0, 9099.0, 9044.0, 9093.0, 9012.0, 9063.0, 9024.0, 9049.0, 9017.0, 9038.0, 9030.0, 9034.0, 9044.0, 9034.0, 9026.0, 9032.0, 9037.0, 9021.0, 9019.0, 9007.0, 9017.0, 9033.0, 9046.0, 9017.0, 9028.0, 9009.0, 9043.0, 9033.0, 9037.0, 9026.0, 9025.0, 9022.0, 9036.0, 9024.0, 9024.0, 9065.0, 9026.0, 9054.0, 9012.0, 9052.0, 9027.0, 9056.0, 9024.0, 9047.0, 9011.0, 9027.0, 9021.0, 9027.0, 9034.0, 9023.0, 9060.0, 9014.0, 9046.0, 9009.0, 9034.0, 9023.0, 9018.0, 9018.0, 9034.0, 9022.0, 9027.0, 9027.0, 9020.0, 9027.0, 9027.0, 9038.0, 9051.0, 9070.0, 9033.0, 9040.0, 9045.0, 9058.0, 9050.0, 9061.0, 9055.0, 9053.0, 9036.0, 9046.0, 9055.0, 9039.0, 9044.0, 9032.0, 9029.0, 9027.0, 9044.0, 9020.0, 9043.0, 9036.0, 9031.0, 9031.0, 9041.0, 9034.0, 9045.0, 9076.0, 9029.0, 9046.0, 9031.0, 9024.0, 9045.0, 9060.0, 9043.0, 9073.0, 9029.0, 9040.0, 9029.0, 9048.0, 9132.0, 9062.0, 9069.0, 9032.0, 9041.0, 9046.0, 9041.0, 9047.0, 9045.0, 9040.0, 9040.0, 9040.0, 9080.0, 9061.0, 9056.0, 9051.0, 9067.0, 9039.0, 9049.0, 9037.0, 9077.0, 9098.0, 9062.0, 9118.0, 9050.0, 9081.0, 9049.0, 9097.0, 9035.0, 9098.0, 9031.0, 9027.0, 9023.0, 9034.0, 9070.0, 9010.0, 9046.0, 9009.0, 9042.0, 9034.0, 9043.0, 9012.0, 9059.0, 9010.0, 9048.0, 9020.0, 9009.0, 9005.0, 9020.0, 9012.0, 9005.0, 9063.0, 9028.0, 9047.0, 9004.0, 9016.0, 9003.0, 9041.0, 9020.0, 9018.0, 9002.0, 9008.0, 9003.0, 9021.0, 9023.0, 9026.0, 9079.0, 9024.0, 9020.0, 9015.0, 9053.0, 9033.0, 9040.0, 9026.0, 9029.0, 9031.0, 9022.0, 9040.0, 9020.0, 9040.0, 9018.0, 9045.0, 9014.0, 9049.0, 9055.0, 9070.0, 9046.0, 9040.0, 9031.0, 9116.0, 9026.0, 9102.0, 9072.0, 9093.0, 9006.0, 9051.0, 9009.0, 9033.0, 9018.0, 9052.0, 9018.0, 9029.0, 9002.0, 9009.0, 9112.0, 9007.0, 9075.0, 9000.0, 9031.0, 9001.0, 9002.0, 9024.0, 9021.0, 9001.0, 8992.0, 9017.0, 9021.0, 9017.0, 9036.0, 9019.0, 9024.0, 9064.0, 9053.0, 9055.0, 9028.0, 9038.0, 9008.0, 9038.0, 9020.0, 9021.0, 9024.0, 9006.0, 9020.0, 8998.0, 9047.0, 9042.0, 9047.0, 9029.0, 9024.0, 9023.0, 9084.0, 9026.0, 9073.0, 9023.0, 9074.0, 9003.0, 9016.0, 9001.0, 9018.0, 9053.0, 9012.0, 9027.0, 9018.0, 9024.0, 9019.0, 9025.0, 9008.0, 9006.0, 9030.0, 9020.0, 9023.0, 9007.0, 9024.0, 9034.0, 9021.0, 9012.0, 9063.0, 9026.0, 9052.0, 9016.0, 9030.0, 9024.0, 9038.0, 9029.0, 9049.0, 9035.0, 9046.0, 9051.0, 9028.0, 9043.0, 9046.0, 9046.0, 9044.0, 9046.0, 9046.0, 9049.0, 9053.0, 9043.0, 9068.0, 9042.0, 9018.0, 9050.0, 9028.0, 9044.0, 9056.0, 9038.0, 9038.0, 9074.0, 9046.0, 9099.0, 9017.0, 9061.0, 9017.0, 9039.0, 9029.0, 9053.0, 9027.0, 9055.0, 9028.0, 9042.0, 9038.0, 9043.0, 9049.0, 9032.0, 9034.0, 9015.0, 9039.0, 9057.0, 9085.0, 9040.0, 9055.0, 9032.0, 9063.0, 9036.0, 9062.0, 9048.0, 9043.0, 9054.0, 9054.0, 9050.0, 9061.0, 9063.0, 9060.0, 9034.0, 9061.0, 9049.0, 9067.0, 9025.0, 9113.0, 9021.0, 9070.0, 9021.0, 9013.0, 9036.0, 9038.0, 9096.0, 9004.0, 9088.0, 9011.0, 9042.0, 9004.0, 9032.0, 9004.0, 9005.0, 9010.0, 9004.0, 9025.0, 9009.0, 9029.0, 9009.0, 9022.0, 9026.0, 9037.0, 9011.0, 9062.0, 9012.0, 9049.0, 9030.0, 9046.0, 9025.0, 9038.0, 9032.0, 9023.0, 9012.0, 9030.0, 9048.0, 9027.0, 9038.0, 9041.0, 9035.0, 9035.0, 9035.0, 9019.0, 9041.0, 9020.0, 9030.0, 9028.0, 9044.0, 9035.0, 9081.0, 9047.0, 9084.0, 9044.0, 9078.0, 9031.0, 9072.0, 9052.0, 9061.0, 9046.0, 9055.0, 9048.0, 9056.0, 9073.0, 9073.0, 9052.0, 9059.0, 9055.0, 9075.0, 9072.0, 9088.0, 9070.0, 9089.0, 9054.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.00036763341067285376</td></tr>
<tr><td colspan=3>aqi</td><td>0.03148582799690642</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.987545048955134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1263547370743041</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9512453537074295</td></tr>
<tr><td colspan=3>efc</td><td>0.456</td></tr>
<tr><td colspan=3>fber</td><td>5911.3193</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09259831523011078</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0935808197989174</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.33616130916285</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2407505829399796</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.539088939463402</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.228644405085168</td></tr>
<tr><td colspan=3>gcor</td><td>0.00514191</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020342668518424034</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03144875168800354</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1293</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.8052054552257744</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>41.5608</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2698</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.4681</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.3298</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0331</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.5741</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3306.6966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.5882</td></tr>
<tr><td colspan=3>tsnr</td><td>34.11344760155771</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>