<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>c1e31f33d9f6494f2bf2d57756511f3f</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>13:09:35.362500</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.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</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.100346</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a4735d75-32e1-49ee-84c3-dcf0ab969c5d||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['130935.362500', '130935.822500', '130936.282500', '130936.742500', '130937.202500', '130937.662500', '130938.122500', '130938.582500', '130939.042500', '130939.502500', '130939.962500', '130940.422500', '130940.882500', '130941.342500', '130941.802500', '130942.262500', '130942.722500', '130943.182500', '130943.642500', '130944.102500', '130944.562500', '130945.022500', '130945.482500', '130945.942500', '130946.402500', '130946.862500', '130947.322500', '130947.782500', '130948.242500', '130948.702500', '130949.162500', '130949.622500', '130950.082500', '130950.542500', '130951.002500', '130951.462500', '130951.922500', '130952.382500', '130952.842500', '130953.302500', '130953.762500', '130954.222500', '130954.682500', '130955.142500', '130955.602500', '130956.062500', '130956.522500', '130956.982500', '130957.442500', '130957.902500', '130958.362500', '130958.822500', '130959.282500', '130959.742500', '131000.202500', '131000.662500', '131001.122500', '131001.582500', '131002.042500', '131002.502500', '131002.962500', '131003.422500', '131003.882500', '131004.342500', '131004.802500', '131005.262500', '131005.722500', '131006.182500', '131006.642500', '131007.102500', '131007.562500', '131008.022500', '131008.482500', '131008.942500', '131009.402500', '131009.862500', '131010.322500', '131010.782500', '131011.242500', '131011.702500', '131012.162500', '131012.622500', '131013.082500', '131013.542500', '131014.002500', '131014.462500', '131014.922500', '131015.382500', '131015.842500', '131016.302500', '131016.762500', '131017.222500', '131017.682500', '131018.142500', '131018.602500', '131019.062500', '131019.522500', '131019.982500', '131020.442500', '131020.902500', '131021.362500', '131021.822500', '131022.282500', '131022.742500', '131023.202500', '131023.662500', '131024.122500', '131024.582500', '131025.042500', '131025.502500', '131025.962500', '131026.422500', '131026.882500', '131027.342500', '131027.802500', '131028.262500', '131028.722500', '131029.182500', '131029.642500', '131030.102500', '131030.562500', '131031.022500', '131031.482500', '131031.942500', '131032.402500', '131032.862500', '131033.322500', '131033.782500', '131034.242500', '131034.702500', '131035.162500', '131035.622500', '131036.082500', '131036.542500', '131037.002500', '131037.462500', '131037.922500', '131038.382500', '131038.842500', '131039.302500', '131039.762500', '131040.222500', '131040.682500', '131041.142500', '131041.602500', '131042.062500', '131042.522500', '131042.982500', '131043.442500', '131043.902500', '131044.362500', '131044.822500', '131045.282500', '131045.742500', '131046.202500', '131046.662500', '131047.122500', '131047.582500', '131048.042500', '131048.502500', '131048.962500', '131049.422500', '131049.882500', '131050.342500', '131050.802500', '131051.262500', '131051.722500', '131052.182500', '131052.642500', '131053.102500', '131053.562500', '131054.022500', '131054.482500', '131054.942500', '131055.402500', '131055.862500', '131056.322500', '131056.782500', '131057.242500', '131057.702500', '131058.162500', '131058.622500', '131059.082500', '131059.542500', '131100.002500', '131100.462500', '131100.922500', '131101.382500', '131101.842500', '131102.302500', '131102.762500', '131103.222500', '131103.682500', '131104.142500', '131104.602500', '131105.062500', '131105.522500', '131105.982500', '131106.442500', '131106.902500', '131107.362500', '131107.822500', '131108.282500', '131108.742500', '131109.202500', '131109.662500', '131110.122500', '131110.582500', '131111.042500', '131111.502500', '131111.962500', '131112.422500', '131112.882500', '131113.342500', '131113.802500', '131114.262500', '131114.722500', '131115.182500', '131115.642500', '131116.102500', '131116.562500', '131117.022500', '131117.482500', '131117.942500', '131118.402500', '131118.862500', '131119.322500', '131119.782500', '131120.242500', '131120.702500', '131121.162500', '131121.622500', '131122.082500', '131122.542500', '131123.002500', '131123.462500', '131123.922500', '131124.382500', '131124.842500', '131125.302500', '131125.762500', '131126.222500', '131126.682500', '131127.142500', '131127.602500', '131128.062500', '131128.522500', '131128.982500', '131129.442500', '131129.902500', '131130.362500', '131130.822500', '131131.282500', '131131.742500', '131132.202500', '131132.662500', '131133.122500', '131133.582500', '131134.042500', '131134.502500', '131134.962500', '131135.422500', '131135.882500', '131136.342500', '131136.802500', '131137.262500', '131137.722500', '131138.182500', '131138.642500', '131139.102500', '131139.562500', '131140.022500', '131140.482500', '131140.942500', '131141.402500', '131141.862500', '131142.322500', '131142.782500', '131143.242500', '131143.702500', '131144.162500', '131144.622500', '131145.082500', '131145.542500', '131146.002500', '131146.462500', '131146.922500', '131147.382500', '131147.842500', '131148.302500', '131148.762500', '131149.222500', '131149.682500', '131150.142500', '131150.602500', '131151.062500', '131151.522500', '131151.982500', '131152.442500', '131152.902500', '131153.362500', '131153.822500', '131154.282500', '131154.742500', '131155.202500', '131155.662500', '131156.122500', '131156.582500', '131157.042500', '131157.502500', '131157.962500', '131158.422500', '131158.882500', '131159.342500', '131159.802500', '131200.262500', '131200.722500', '131201.182500', '131201.642500', '131202.102500', '131202.562500', '131203.022500', '131203.482500', '131203.942500', '131204.402500', '131204.862500', '131205.322500', '131205.782500', '131206.242500', '131206.702500', '131207.162500', '131207.622500', '131208.082500', '131208.542500', '131209.002500', '131209.462500', '131209.922500', '131210.382500', '131210.842500', '131211.302500', '131211.762500', '131212.222500', '131212.682500', '131213.142500', '131213.602500', '131214.062500', '131214.522500', '131214.982500', '131215.442500', '131215.902500', '131216.362500', '131216.822500', '131217.282500', '131217.742500', '131218.202500', '131218.662500', '131219.122500', '131219.582500', '131220.042500', '131220.502500', '131220.962500', '131221.422500', '131221.882500', '131222.342500', '131222.802500', '131223.262500', '131223.722500', '131224.182500', '131224.642500', '131225.102500', '131225.562500', '131226.022500', '131226.482500', '131226.942500', '131227.402500', '131227.862500', '131228.322500', '131228.782500', '131229.242500', '131229.702500', '131230.162500', '131230.622500', '131231.082500', '131231.542500', '131232.002500', '131232.462500', '131232.922500', '131233.382500', '131233.842500', '131234.302500', '131234.762500', '131235.222500', '131235.682500', '131236.142500', '131236.602500', '131237.062500', '131237.522500', '131237.982500', '131238.442500', '131238.902500', '131239.362500', '131239.822500', '131240.282500', '131240.742500', '131241.202500', '131241.662500', '131242.122500', '131242.582500', '131243.042500', '131243.502500', '131243.962500', '131244.422500', '131244.882500', '131245.342500', '131245.802500', '131246.262500', '131246.722500', '131247.182500', '131247.642500', '131248.102500', '131248.562500', '131249.022500', '131249.482500', '131249.942500', '131250.402500', '131250.862500', '131251.322500', '131251.782500', '131252.242500', '131252.702500', '131253.162500', '131253.622500', '131254.082500', '131254.542500', '131255.002500', '131255.462500', '131255.922500', '131256.382500', '131256.842500', '131257.302500', '131257.762500', '131258.222500', '131258.682500', '131259.142500', '131259.602500', '131300.062500', '131300.522500', '131300.982500', '131301.442500', '131301.902500', '131302.362500', '131302.822500', '131303.282500', '131303.742500', '131304.202500', '131304.662500', '131305.122500', '131305.582500', '131306.042500', '131306.502500', '131306.962500', '131307.422500', '131307.882500', '131308.342500', '131308.802500', '131309.262500', '131309.722500', '131310.182500', '131310.642500', '131311.102500', '131311.562500', '131312.022500', '131312.482500', '131312.942500', '131313.402500', '131313.862500', '131314.322500', '131314.782500', '131315.242500', '131315.702500', '131316.162500', '131316.622500', '131317.082500', '131317.542500', '131318.002500', '131318.462500', '131318.922500', '131319.382500', '131319.842500', '131320.302500', '131320.762500', '131321.222500', '131321.682500', '131322.142500', '131322.602500', '131323.062500', '131323.522500', '131323.982500', '131324.442500', '131324.902500', '131325.362500', '131325.822500', '131326.282500', '131326.742500', '131327.202500', '131327.662500', '131328.122500', '131328.582500', '131329.042500', '131329.502500', '131329.962500', '131330.422500', '131330.882500', '131331.342500', '131331.802500', '131332.262500', '131332.722500', '131333.182500', '131333.642500', '131334.102500', '131334.562500', '131335.022500', '131335.482500', '131335.942500', '131336.402500', '131336.862500', '131337.322500', '131337.782500', '131338.242500', '131338.702500', '131339.162500', '131339.622500', '131340.082500', '131340.542500', '131341.002500', '131341.462500', '131341.922500', '131342.382500', '131342.842500', '131343.302500', '131343.762500', '131344.222500', '131344.682500', '131345.142500', '131345.602500', '131346.062500', '131346.522500', '131346.982500', '131347.442500', '131347.902500', '131348.362500', '131348.822500', '131349.282500', '131349.742500', '131350.202500', '131350.662500', '131351.122500', '131351.582500', '131352.042500', '131352.502500', '131352.962500', '131353.422500', '131353.882500', '131354.342500', '131354.802500', '131355.262500', '131355.722500', '131356.182500', '131356.642500', '131357.102500', '131357.562500', '131358.022500', '131358.482500', '131358.942500', '131359.402500', '131359.862500', '131400.322500', '131400.782500', '131401.242500', '131401.702500', '131402.162500', '131402.622500', '131403.082500', '131403.542500', '131404.002500', '131404.462500', '131404.922500', '131405.382500', '131405.842500', '131406.302500', '131406.762500', '131407.222500', '131407.682500', '131408.142500', '131408.602500', '131409.062500', '131409.522500', '131409.982500', '131410.442500', '131410.902500', '131411.362500', '131411.822500', '131412.282500', '131412.742500', '131413.202500', '131413.662500', '131414.122500', '131414.582500', '131415.042500', '131415.502500', '131415.962500', '131416.422500', '131416.882500', '131417.342500', '131417.802500', '131418.262500', '131418.722500', '131419.182500', '131419.642500', '131420.102500', '131420.562500', '131421.022500', '131421.482500', '131421.942500', '131422.402500', '131422.862500', '131423.322500', '131423.782500', '131424.242500', '131424.702500', '131425.162500', '131425.622500', '131426.082500', '131426.542500', '131427.002500', '131427.462500', '131427.922500', '131428.382500', '131428.842500', '131429.302500', '131429.762500', '131430.222500', '131430.682500', '131431.142500', '131431.602500', '131432.062500', '131432.522500', '131432.982500', '131433.442500', '131433.902500', '131434.362500', '131434.822500', '131435.282500', '131435.742500', '131436.202500', '131436.662500', '131437.122500', '131437.582500', '131438.042500', '131438.502500', '131438.962500', '131439.422500', '131439.882500', '131440.342500', '131440.802500', '131441.262500', '131441.722500', '131442.182500', '131442.642500', '131443.102500', '131443.562500', '131444.022500', '131444.482500', '131444.942500', '131445.402500', '131445.862500', '131446.322500', '131446.782500', '131447.242500', '131447.702500', '131448.162500', '131448.622500', '131449.082500', '131449.542500', '131450.002500', '131450.462500', '131450.922500', '131451.382500', '131451.842500', '131452.302500', '131452.762500', '131453.222500', '131453.682500', '131454.142500', '131454.602500', '131455.062500', '131455.522500', '131455.982500', '131456.442500', '131456.902500', '131457.362500', '131457.822500', '131458.282500', '131458.742500', '131459.202500', '131459.662500', '131500.122500', '131500.582500', '131501.042500', '131501.502500', '131501.962500', '131502.422500', '131502.882500', '131503.342500', '131503.802500', '131504.262500', '131504.722500', '131505.182500', '131505.642500', '131506.102500', '131506.562500', '131507.022500', '131507.482500', '131507.942500', '131508.402500', '131508.862500', '131509.322500', '131509.782500', '131510.242500', '131510.702500', '131511.162500', '131511.622500', '131512.082500', '131512.542500', '131513.002500', '131513.462500', '131513.922500', '131514.382500', '131514.842500', '131515.302500', '131515.762500', '131516.222500', '131516.682500', '131517.142500', '131517.602500', '131518.062500', '131518.522500', '131518.982500', '131519.442500', '131519.902500', '131520.362500', '131520.822500', '131521.282500', '131521.742500', '131522.202500', '131522.662500', '131523.122500', '131523.582500', '131524.042500', '131524.502500', '131524.962500', '131525.422500', '131525.882500', '131526.342500', '131526.802500', '131527.262500', '131527.722500', '131528.182500', '131528.642500', '131529.102500', '131529.562500', '131530.022500', '131530.482500', '131530.942500', '131531.402500', '131531.862500', '131532.322500', '131532.782500', '131533.242500', '131533.702500', '131534.162500', '131534.622500', '131535.082500', '131535.542500', '131536.002500', '131536.462500', '131536.922500', '131537.382500', '131537.842500', '131538.302500', '131538.762500', '131539.222500', '131539.682500', '131540.142500', '131540.602500', '131541.062500', '131541.522500', '131541.982500', '131542.442500', '131542.902500', '131543.362500', '131543.822500', '131544.282500', '131544.742500', '131545.202500', '131545.662500', '131546.122500', '131546.582500', '131547.042500', '131547.502500', '131547.962500', '131548.422500', '131548.882500', '131549.342500', '131549.802500', '131550.262500', '131550.722500', '131551.182500', '131551.642500', '131552.102500', '131552.562500', '131553.022500', '131553.482500', '131553.942500', '131554.402500', '131554.862500', '131555.322500', '131555.782500', '131556.242500', '131556.702500', '131557.162500', '131557.622500', '131558.082500', '131558.542500', '131559.002500', '131559.462500', '131559.922500', '131600.382500', '131600.842500', '131601.302500', '131601.762500', '131602.222500', '131602.682500', '131603.142500', '131603.602500', '131604.062500', '131604.522500', '131604.982500', '131605.442500', '131605.902500', '131606.362500', '131606.822500', '131607.282500', '131607.742500', '131608.202500', '131608.662500', '131609.122500', '131609.582500', '131610.042500', '131610.502500', '131610.962500', '131611.422500', '131611.882500', '131612.342500', '131612.802500', '131613.262500', '131613.722500', '131614.182500', '131614.642500', '131615.102500', '131615.562500', '131616.022500', '131616.482500', '131616.942500', '131617.402500', '131617.862500', '131618.322500', '131618.782500', '131619.242500', '131619.702500', '131620.162500', '131620.622500', '131621.082500', '131621.542500', '131622.002500', '131622.462500', '131622.922500', '131623.382500', '131623.842500', '131624.302500', '131624.762500', '131625.222500', '131625.682500', '131626.142500', '131626.602500', '131627.062500', '131627.522500', '131627.982500', '131628.442500', '131628.902500', '131629.362500', '131629.822500', '131630.282500', '131630.742500', '131631.202500', '131631.662500', '131632.122500', '131632.582500', '131633.042500', '131633.502500', '131633.962500', '131634.422500', '131634.882500', '131635.342500', '131635.802500', '131636.262500', '131636.722500', '131637.182500', '131637.642500', '131638.102500', '131638.562500', '131639.022500', '131639.482500', '131639.942500', '131640.402500', '131640.862500', '131641.322500', '131641.782500', '131642.242500', '131642.702500', '131643.162500', '131643.622500', '131644.082500', '131644.542500', '131645.002500', '131645.462500', '131645.922500', '131646.382500', '131646.842500', '131647.302500', '131647.762500', '131648.222500', '131648.682500', '131649.142500', '131649.602500', '131650.062500', '131650.522500', '131650.982500', '131651.442500', '131651.902500', '131652.362500', '131652.822500', '131653.282500', '131653.742500', '131654.202500', '131654.662500', '131655.122500', '131655.582500', '131656.042500', '131656.502500', '131656.962500', '131657.422500', '131657.882500', '131658.342500', '131658.802500', '131659.262500', '131659.722500', '131700.182500', '131700.642500', '131701.102500', '131701.562500', '131702.022500', '131702.482500', '131702.942500', '131703.402500', '131703.862500', '131704.322500', '131704.782500', '131705.242500', '131705.702500', '131706.162500', '131706.622500', '131707.082500', '131707.542500', '131708.002500', '131708.462500', '131708.922500', '131709.382500', '131709.842500', '131710.302500', '131710.762500', '131711.222500', '131711.682500', '131712.142500', '131712.602500', '131713.062500', '131713.522500', '131713.982500', '131714.442500', '131714.902500', '131715.362500', '131715.822500', '131716.282500', '131716.742500', '131717.202500', '131717.662500', '131718.122500', '131718.582500', '131719.042500', '131719.502500', '131719.962500', '131720.422500', '131720.882500', '131721.342500', '131721.802500', '131722.262500', '131722.722500', '131723.182500', '131723.642500', '131724.102500', '131724.562500', '131725.022500', '131725.482500', '131725.942500', '131726.402500', '131726.862500', '131727.322500', '131727.782500', '131728.242500', '131728.702500', '131729.162500', '131729.622500', '131730.082500', '131730.542500', '131731.002500', '131731.462500', '131731.922500', '131732.382500', '131732.842500', '131733.302500', '131733.762500', '131734.222500', '131734.682500', '131735.142500', '131735.602500', '131736.062500', '131736.522500', '131736.982500', '131737.442500', '131737.902500', '131738.362500', '131738.822500', '131739.282500', '131739.742500', '131740.202500', '131740.662500', '131741.122500', '131741.582500', '131742.042500', '131742.502500', '131742.962500', '131743.422500', '131743.882500', '131744.342500', '131744.802500', '131745.262500', '131745.722500', '131746.182500', '131746.642500', '131747.102500', '131747.562500', '131748.022500', '131748.482500', '131748.942500', '131749.402500', '131749.862500', '131750.322500', '131750.782500', '131751.242500', '131751.702500', '131752.162500', '131752.622500', '131753.082500', '131753.542500', '131754.002500', '131754.462500', '131754.922500', '131755.382500', '131755.842500', '131756.302500', '131756.762500', '131757.222500', '131757.682500', '131758.142500', '131758.602500', '131759.062500', '131759.522500', '131759.982500', '131800.442500', '131800.902500', '131801.362500', '131801.822500', '131802.282500', '131802.742500', '131803.202500', '131803.662500', '131804.122500', '131804.582500', '131805.042500', '131805.502500', '131805.962500', '131806.422500', '131806.882500', '131807.342500', '131807.802500', '131808.262500', '131808.722500', '131809.182500', '131809.642500', '131810.102500', '131810.562500', '131811.022500', '131811.482500', '131811.942500', '131812.402500', '131812.862500', '131813.322500', '131813.782500', '131814.242500', '131814.702500', '131815.162500', '131815.622500', '131816.082500', '131816.542500', '131817.002500', '131817.462500', '131817.922500', '131818.382500', '131818.842500', '131819.302500', '131819.762500', '131820.222500', '131820.682500', '131821.142500', '131821.602500', '131822.062500', '131822.522500', '131822.982500', '131823.442500', '131823.902500', '131824.362500', '131824.822500', '131825.282500', '131825.742500', '131826.202500', '131826.662500', '131827.122500', '131827.582500', '131828.042500', '131828.502500', '131828.962500', '131829.422500', '131829.882500', '131830.342500', '131830.802500', '131831.262500', '131831.722500', '131832.182500', '131832.642500', '131833.102500', '131833.562500', '131834.022500', '131834.482500', '131834.942500', '131835.402500', '131835.862500', '131836.322500', '131836.782500', '131837.242500', '131837.702500', '131838.162500', '131838.622500', '131839.082500', '131839.542500', '131840.002500', '131840.462500', '131840.922500', '131841.382500', '131841.842500', '131842.302500', '131842.762500', '131843.222500', '131843.682500', '131844.142500', '131844.602500', '131845.062500', '131845.522500', '131845.982500', '131846.442500', '131846.902500', '131847.362500', '131847.822500', '131848.282500', '131848.742500', '131849.202500', '131849.662500', '131850.122500', '131850.582500', '131851.042500', '131851.502500', '131851.962500', '131852.422500', '131852.882500', '131853.342500', '131853.802500', '131854.262500', '131854.722500', '131855.182500', '131855.642500', '131856.102500', '131856.562500', '131857.022500', '131857.482500', '131857.942500', '131858.402500', '131858.862500', '131859.322500', '131859.782500', '131900.242500', '131900.702500', '131901.162500', '131901.622500', '131902.082500', '131902.542500', '131903.002500', '131903.462500', '131903.922500', '131904.382500', '131904.842500', '131905.302500', '131905.762500', '131906.222500', '131906.682500', '131907.142500', '131907.602500', '131908.062500', '131908.522500', '131908.982500', '131909.442500', '131909.902500', '131910.362500', '131910.822500', '131911.282500', '131911.742500', '131912.202500', '131912.662500', '131913.122500', '131913.582500', '131914.042500', '131914.502500', '131914.962500', '131915.422500', '131915.882500', '131916.342500', '131916.802500', '131917.262500', '131917.722500', '131918.182500', '131918.642500', '131919.102500', '131919.562500', '131920.022500', '131920.482500', '131920.942500', '131921.402500', '131921.862500', '131922.322500', '131922.782500', '131923.242500', '131923.702500', '131924.162500', '131924.622500', '131925.082500', '131925.542500', '131926.002500', '131926.462500', '131926.922500', '131927.382500', '131927.842500', '131928.302500', '131928.762500', '131929.222500', '131929.682500', '131930.142500', '131930.602500', '131931.062500', '131931.522500', '131931.982500'], 'ContentTime': ['130953.795000', '130953.798000', '130953.801000', '130953.804000', '130953.806000', '130953.809000', '130953.812000', '130953.814000', '130953.817000', '130953.819000', '130953.822000', '130953.825000', '130953.827000', '130953.830000', '130953.832000', '130953.835000', '130953.838000', '130953.841000', '130953.844000', '130953.846000', '130953.849000', '130953.852000', '130953.855000', '130953.857000', '130953.868000', '130953.871000', '130953.873000', '130953.876000', '130953.879000', '130953.882000', '130953.884000', '130953.887000', '130953.889000', '130953.892000', '130953.894000', '130953.897000', '130953.899000', '131013.721000', '131013.723000', '131013.726000', '131013.729000', '131013.731000', '131013.734000', '131013.736000', '131013.739000', '131013.741000', '131013.744000', '131013.746000', '131013.749000', '131013.751000', '131013.754000', '131013.756000', '131013.759000', '131013.761000', '131013.764000', '131013.766000', '131013.769000', '131013.771000', '131013.774000', '131013.776000', '131013.779000', '131013.781000', '131013.784000', '131013.786000', '131013.789000', '131013.791000', '131013.794000', '131013.796000', '131013.799000', '131013.802000', '131013.804000', '131013.811000', '131013.813000', '131013.816000', '131013.818000', '131013.821000', '131013.823000', '131013.826000', '131013.828000', '131013.831000', '131013.833000', '131033.720000', '131033.723000', '131033.726000', '131033.728000', '131033.731000', '131033.733000', '131033.736000', '131033.738000', '131033.741000', '131033.743000', '131033.746000', '131033.748000', '131033.751000', '131033.754000', '131033.756000', '131033.759000', '131033.761000', '131033.764000', '131033.767000', '131033.769000', '131033.772000', '131033.774000', '131033.777000', '131033.779000', '131033.782000', '131033.784000', '131033.787000', '131033.789000', '131033.792000', '131033.795000', '131033.797000', '131033.800000', '131033.802000', '131033.805000', '131033.807000', '131033.810000', '131033.812000', '131033.815000', '131033.817000', '131033.820000', '131033.822000', '131033.825000', '131033.828000', '131033.830000', '131053.721000', '131053.724000', '131053.726000', '131053.729000', '131053.731000', '131053.734000', '131053.736000', '131053.739000', '131053.741000', '131053.744000', '131053.747000', '131053.749000', '131053.752000', '131053.754000', '131053.757000', '131053.759000', '131053.762000', '131053.764000', '131053.767000', '131053.769000', '131053.772000', '131053.774000', '131053.777000', '131053.779000', '131053.782000', '131053.784000', '131053.787000', '131053.789000', '131053.792000', '131053.795000', '131053.797000', '131053.800000', '131053.802000', '131053.805000', '131053.807000', '131053.810000', '131053.812000', '131053.815000', '131053.817000', '131053.820000', '131053.822000', '131053.825000', '131053.827000', '131113.720000', '131113.723000', '131113.726000', '131113.729000', '131113.731000', '131113.734000', '131113.737000', '131113.739000', '131113.742000', '131113.744000', '131113.747000', '131113.749000', '131113.753000', '131113.756000', '131113.759000', '131113.761000', '131113.764000', '131113.766000', '131113.769000', '131113.771000', '131113.774000', '131113.776000', '131113.779000', '131113.781000', '131113.784000', '131113.786000', '131113.789000', '131113.792000', '131113.794000', '131113.797000', '131113.799000', '131113.802000', '131113.804000', '131113.807000', '131113.810000', '131113.812000', '131113.815000', '131113.817000', '131113.820000', '131113.822000', '131113.825000', '131113.828000', '131113.830000', '131133.750000', '131133.753000', '131133.756000', '131133.758000', '131133.761000', '131133.763000', '131133.766000', '131133.769000', '131133.771000', '131133.774000', '131133.776000', '131133.779000', '131133.781000', '131133.784000', '131133.786000', '131133.789000', '131133.791000', '131133.794000', '131133.797000', '131133.799000', '131133.802000', '131133.804000', '131133.807000', '131133.816000', '131133.819000', '131133.821000', '131133.824000', '131133.826000', '131133.829000', '131133.832000', '131133.834000', '131133.837000', '131133.839000', '131133.842000', '131133.844000', '131133.847000', '131133.849000', '131133.852000', '131133.854000', '131133.857000', '131133.859000', '131133.862000', '131133.864000', '131133.867000', '131153.721000', '131153.724000', '131153.727000', '131153.729000', '131153.732000', '131153.734000', '131153.737000', '131153.740000', '131153.742000', '131153.745000', '131153.747000', '131153.750000', '131153.753000', '131153.755000', '131153.758000', '131153.760000', '131153.763000', '131153.765000', '131153.768000', '131153.770000', '131153.773000', '131153.775000', '131153.778000', '131153.781000', '131153.783000', '131153.786000', '131153.788000', '131153.791000', '131153.793000', '131153.796000', '131153.799000', '131153.801000', '131153.804000', '131153.806000', '131153.809000', '131153.811000', '131153.814000', '131153.816000', '131153.819000', '131153.821000', '131153.824000', '131153.826000', '131153.829000', '131213.721000', '131213.724000', '131213.727000', '131213.729000', '131213.732000', '131213.734000', '131213.737000', '131213.740000', '131213.742000', '131213.745000', '131213.747000', '131213.750000', '131213.752000', '131213.755000', '131213.758000', '131213.760000', '131213.763000', '131213.765000', '131213.768000', '131213.770000', '131213.773000', '131213.775000', '131213.778000', '131213.780000', '131213.783000', '131213.786000', '131213.788000', '131213.791000', '131213.793000', '131213.796000', '131213.798000', '131213.801000', '131213.804000', '131213.806000', '131213.809000', '131213.811000', '131213.814000', '131213.816000', '131213.819000', '131213.821000', '131213.824000', '131213.827000', '131213.829000', '131213.832000', '131233.720000', '131233.723000', '131233.726000', '131233.728000', '131233.731000', '131233.733000', '131233.736000', '131233.738000', '131233.741000', '131233.744000', '131233.746000', '131233.749000', '131233.752000', '131233.754000', '131233.757000', '131233.759000', '131233.762000', '131233.764000', '131233.767000', '131233.769000', '131233.772000', '131233.775000', '131233.777000', '131233.780000', '131233.782000', '131233.785000', '131233.787000', '131233.790000', '131233.793000', '131233.796000', '131233.799000', '131233.801000', '131233.804000', '131233.806000', '131233.809000', '131233.812000', '131233.814000', '131233.817000', '131233.819000', '131233.822000', '131233.825000', '131233.827000', '131233.830000', '131253.720000', '131253.723000', '131253.726000', '131253.728000', '131253.731000', '131253.734000', '131253.736000', '131253.739000', '131253.741000', '131253.744000', '131253.747000', '131253.750000', '131253.752000', '131253.755000', '131253.757000', '131253.760000', '131253.762000', '131253.765000', '131253.768000', '131253.770000', '131253.773000', '131253.775000', '131253.778000', '131253.780000', '131253.783000', '131253.786000', '131253.788000', '131253.791000', '131253.793000', '131253.796000', '131253.798000', '131253.801000', '131253.804000', '131253.806000', '131253.809000', '131253.811000', '131253.814000', '131253.816000', '131253.819000', '131253.821000', '131253.851000', '131253.853000', '131253.856000', '131253.859000', '131313.721000', '131313.723000', '131313.726000', '131313.729000', '131313.731000', '131313.734000', '131313.736000', '131313.739000', '131313.741000', '131313.744000', '131313.747000', '131313.749000', '131313.752000', '131313.754000', '131313.757000', '131313.759000', '131313.762000', '131313.764000', '131313.767000', '131313.770000', '131313.772000', '131313.775000', '131313.777000', '131313.780000', '131313.783000', '131313.785000', '131313.788000', '131313.790000', '131313.793000', '131313.795000', '131313.798000', '131313.800000', '131313.803000', '131313.806000', '131313.808000', '131313.811000', '131313.813000', '131313.816000', '131313.818000', '131313.821000', '131313.824000', '131313.826000', '131313.829000', '131333.721000', '131333.723000', '131333.726000', '131333.728000', '131333.731000', '131333.734000', '131333.736000', '131333.739000', '131333.741000', '131333.744000', '131333.747000', '131333.749000', '131333.752000', '131333.754000', '131333.757000', '131333.760000', '131333.762000', '131333.765000', '131333.767000', '131333.770000', '131333.772000', '131333.775000', '131333.778000', '131333.780000', '131333.783000', '131333.785000', '131333.788000', '131333.790000', '131333.793000', '131333.796000', '131333.798000', '131333.801000', '131333.803000', '131333.806000', '131333.808000', '131333.811000', '131333.813000', '131333.816000', '131333.819000', '131333.821000', '131333.824000', '131333.826000', '131333.829000', '131333.831000', '131353.721000', '131353.724000', '131353.726000', '131353.729000', '131353.731000', '131353.734000', '131353.736000', '131353.739000', '131353.742000', '131353.744000', '131353.747000', '131353.749000', '131353.752000', '131353.754000', '131353.757000', '131353.760000', '131353.763000', '131353.765000', '131353.768000', '131353.771000', '131353.773000', '131353.776000', '131353.778000', '131353.781000', '131353.783000', '131353.786000', '131353.788000', '131353.791000', '131353.794000', '131353.796000', '131353.799000', '131353.801000', '131353.804000', '131353.807000', '131353.809000', '131353.812000', '131353.814000', '131353.817000', '131353.820000', '131353.822000', '131353.825000', '131353.827000', '131353.830000', '131413.720000', '131413.723000', '131413.726000', '131413.728000', '131413.731000', '131413.734000', '131413.736000', '131413.739000', '131413.741000', '131413.744000', '131413.747000', '131413.749000', '131413.752000', '131413.754000', '131413.757000', '131413.759000', '131413.762000', '131413.765000', '131413.767000', '131413.770000', '131413.772000', '131413.775000', '131413.777000', '131413.780000', '131413.782000', '131413.785000', '131413.788000', '131413.790000', '131413.793000', '131413.795000', '131413.798000', '131413.801000', '131413.803000', '131413.806000', '131413.808000', '131413.811000', '131413.813000', '131413.816000', '131413.819000', '131413.821000', '131413.824000', '131413.826000', '131413.829000', '131413.832000', '131433.721000', '131433.724000', '131433.727000', '131433.729000', '131433.732000', '131433.735000', '131433.742000', '131433.744000', '131433.747000', '131433.749000', '131433.752000', '131433.754000', '131433.757000', '131433.760000', '131433.762000', '131433.765000', '131433.767000', '131433.770000', '131433.773000', '131433.775000', '131433.778000', '131433.780000', '131433.783000', '131433.785000', '131433.788000', '131433.791000', '131433.793000', '131433.796000', '131433.798000', '131433.801000', '131433.803000', '131433.806000', '131433.809000', '131433.811000', '131433.814000', '131433.817000', '131433.820000', '131433.823000', '131433.825000', '131433.828000', '131433.831000', '131433.833000', '131433.836000', '131453.720000', '131453.723000', '131453.726000', '131453.728000', '131453.731000', '131453.734000', '131453.736000', '131453.739000', '131453.741000', '131453.744000', '131453.747000', '131453.749000', '131453.752000', '131453.754000', '131453.757000', '131453.760000', '131453.762000', '131453.765000', '131453.767000', '131453.770000', '131453.773000', '131453.775000', '131453.778000', '131453.781000', '131453.783000', '131453.786000', '131453.789000', '131453.791000', '131453.794000', '131453.797000', '131453.799000', '131453.802000', '131453.804000', '131453.807000', '131453.810000', '131453.812000', '131453.815000', '131453.817000', '131453.820000', '131453.822000', '131453.825000', '131453.828000', '131453.830000', '131453.833000', '131513.721000', '131513.723000', '131513.726000', '131513.729000', '131513.731000', '131513.734000', '131513.736000', '131513.739000', '131513.741000', '131513.744000', '131513.747000', '131513.749000', '131513.752000', '131513.754000', '131513.757000', '131513.759000', '131513.762000', '131513.765000', '131513.767000', '131513.770000', '131513.772000', '131513.775000', '131513.778000', '131513.780000', '131513.783000', '131513.785000', '131513.788000', '131513.791000', '131513.793000', '131513.796000', '131513.798000', '131513.801000', '131513.803000', '131513.806000', '131513.809000', '131513.811000', '131513.814000', '131513.816000', '131513.819000', '131513.821000', '131513.824000', '131513.826000', '131513.829000', '131533.721000', '131533.724000', '131533.726000', '131533.729000', '131533.731000', '131533.734000', '131533.736000', '131533.739000', '131533.741000', '131533.744000', '131533.747000', '131533.749000', '131533.752000', '131533.754000', '131533.757000', '131533.760000', '131533.762000', '131533.765000', '131533.767000', '131533.770000', '131533.772000', '131533.775000', '131533.778000', '131533.780000', '131533.783000', '131533.785000', '131533.788000', '131533.791000', '131533.793000', '131533.796000', '131533.798000', '131533.801000', '131533.803000', '131533.806000', '131533.809000', '131533.811000', '131533.814000', '131533.816000', '131533.819000', '131533.823000', '131533.826000', '131533.828000', '131533.831000', '131533.833000', '131553.721000', '131553.723000', '131553.726000', '131553.729000', '131553.731000', '131553.734000', '131553.736000', '131553.739000', '131553.741000', '131553.744000', '131553.746000', '131553.749000', '131553.752000', '131553.754000', '131553.757000', '131553.759000', '131553.762000', '131553.773000', '131553.776000', '131553.779000', '131553.781000', '131553.784000', '131553.786000', '131553.789000', '131553.792000', '131553.794000', '131553.797000', '131553.799000', '131553.802000', '131553.804000', '131553.807000', '131553.810000', '131553.812000', '131553.815000', '131553.817000', '131553.820000', '131553.822000', '131553.825000', '131553.827000', '131553.830000', '131553.833000', '131553.835000', '131553.838000', '131613.721000', '131613.723000', '131613.726000', '131613.729000', '131613.731000', '131613.734000', '131613.737000', '131613.739000', '131613.742000', '131613.744000', '131613.747000', '131613.749000', '131613.752000', '131613.755000', '131613.757000', '131613.760000', '131613.762000', '131613.765000', '131613.768000', '131613.770000', '131613.773000', '131613.775000', '131613.778000', '131613.781000', '131613.783000', '131613.786000', '131613.788000', '131613.791000', '131613.793000', '131613.796000', '131613.799000', '131613.801000', '131613.804000', '131613.806000', '131613.809000', '131613.812000', '131613.814000', '131613.817000', '131613.819000', '131613.822000', '131613.824000', '131613.827000', '131613.829000', '131633.721000', '131633.723000', '131633.726000', '131633.729000', '131633.731000', '131633.734000', '131633.736000', '131633.739000', '131633.741000', '131633.744000', '131633.746000', '131633.749000', '131633.751000', '131633.754000', '131633.757000', '131633.759000', '131633.763000', '131633.765000', '131633.768000', '131633.771000', '131633.773000', '131633.776000', '131633.778000', '131633.781000', '131633.783000', '131633.786000', '131633.789000', '131633.791000', '131633.794000', '131633.796000', '131633.799000', '131633.802000', '131633.804000', '131633.807000', '131633.809000', '131633.812000', '131633.815000', '131633.817000', '131633.820000', '131633.822000', '131633.825000', '131633.827000', '131633.830000', '131633.833000', '131653.721000', '131653.724000', '131653.727000', '131653.729000', '131653.732000', '131653.735000', '131653.737000', '131653.740000', '131653.742000', '131653.745000', '131653.748000', '131653.750000', '131653.753000', '131653.755000', '131653.758000', '131653.761000', '131653.763000', '131653.766000', '131653.768000', '131653.771000', '131653.773000', '131653.776000', '131653.779000', '131653.781000', '131653.784000', '131653.786000', '131653.789000', '131653.791000', '131653.794000', '131653.797000', '131653.799000', '131653.802000', '131653.804000', '131653.807000', '131653.810000', '131653.812000', '131653.815000', '131653.818000', '131653.820000', '131653.823000', '131653.825000', '131653.828000', '131653.830000', '131653.833000', '131713.721000', '131713.723000', '131713.726000', '131713.728000', '131713.731000', '131713.734000', '131713.736000', '131713.739000', '131713.741000', '131713.744000', '131713.746000', '131713.749000', '131713.751000', '131713.754000', '131713.757000', '131713.759000', '131713.762000', '131713.764000', '131713.767000', '131713.770000', '131713.772000', '131713.775000', '131713.777000', '131713.780000', '131713.782000', '131713.785000', '131713.788000', '131713.790000', '131713.801000', '131713.804000', '131713.807000', '131713.809000', '131713.812000', '131713.814000', '131713.817000', '131713.820000', '131713.822000', '131713.825000', '131713.827000', '131713.830000', '131713.832000', '131713.835000', '131713.838000', '131733.720000', '131733.723000', '131733.726000', '131733.728000', '131733.731000', '131733.734000', '131733.736000', '131733.739000', '131733.741000', '131733.744000', '131733.746000', '131733.749000', '131733.751000', '131733.754000', '131733.757000', '131733.759000', '131733.762000', '131733.764000', '131733.767000', '131733.770000', '131733.772000', '131733.775000', '131733.777000', '131733.780000', '131733.783000', '131733.785000', '131733.788000', '131733.791000', '131733.793000', '131733.796000', '131733.798000', '131733.801000', '131733.803000', '131733.806000', '131733.809000', '131733.811000', '131733.814000', '131733.816000', '131733.819000', '131733.821000', '131733.824000', '131733.826000', '131733.829000', '131753.720000', '131753.723000', '131753.726000', '131753.728000', '131753.731000', '131753.734000', '131753.736000', '131753.739000', '131753.741000', '131753.744000', '131753.746000', '131753.749000', '131753.751000', '131753.754000', '131753.756000', '131753.759000', '131753.762000', '131753.764000', '131753.767000', '131753.769000', '131753.772000', '131753.774000', '131753.777000', '131753.779000', '131753.782000', '131753.785000', '131753.787000', '131753.790000', '131753.792000', '131753.795000', '131753.797000', '131753.800000', '131753.802000', '131753.805000', '131753.808000', '131753.810000', '131753.813000', '131753.815000', '131753.818000', '131753.820000', '131753.823000', '131753.826000', '131753.829000', '131753.831000', '131813.720000', '131813.723000', '131813.726000', '131813.728000', '131813.731000', '131813.734000', '131813.736000', '131813.739000', '131813.741000', '131813.744000', '131813.746000', '131813.749000', '131813.752000', '131813.754000', '131813.757000', '131813.759000', '131813.762000', '131813.764000', '131813.767000', '131813.770000', '131813.772000', '131813.775000', '131813.777000', '131813.780000', '131813.782000', '131813.785000', '131813.788000', '131813.790000', '131813.793000', '131813.795000', '131813.798000', '131813.800000', '131813.803000', '131813.806000', '131813.808000', '131813.811000', '131813.813000', '131813.816000', '131813.818000', '131813.821000', '131813.824000', '131813.826000', '131813.829000', '131813.831000', '131833.721000', '131833.723000', '131833.726000', '131833.729000', '131833.731000', '131833.734000', '131833.736000', '131833.739000', '131833.742000', '131833.744000', '131833.747000', '131833.749000', '131833.752000', '131833.754000', '131833.757000', '131833.760000', '131833.762000', '131833.765000', '131833.767000', '131833.770000', '131833.773000', '131833.775000', '131833.778000', '131833.780000', '131833.792000', '131833.794000', '131833.797000', '131833.800000', '131833.802000', '131833.805000', '131833.807000', '131833.810000', '131833.812000', '131833.815000', '131833.817000', '131833.820000', '131833.822000', '131833.825000', '131833.828000', '131833.830000', '131833.833000', '131833.835000', '131833.838000', '131853.729000', '131853.732000', '131853.734000', '131853.737000', '131853.740000', '131853.742000', '131853.745000', '131853.747000', '131853.751000', '131853.753000', '131853.756000', '131853.759000', '131853.761000', '131853.764000', '131853.766000', '131853.769000', '131853.772000', '131853.774000', '131853.777000', '131853.779000', '131853.782000', '131853.784000', '131853.787000', '131853.790000', '131853.792000', '131853.795000', '131853.797000', '131853.800000', '131853.802000', '131853.805000', '131853.808000', '131853.811000', '131853.813000', '131853.816000', '131853.818000', '131853.821000', '131853.823000', '131853.826000', '131853.829000', '131853.831000', '131853.834000', '131853.836000', '131853.839000', '131913.722000', '131913.725000', '131913.727000', '131913.730000', '131913.732000', '131913.735000', '131913.737000', '131913.740000', '131913.742000', '131913.745000', '131913.748000', '131913.750000', '131913.753000', '131913.755000', '131913.758000', '131913.760000', '131913.763000', '131913.765000', '131913.768000', '131913.771000', '131913.773000', '131913.776000', '131913.778000', '131913.781000', '131913.783000', '131913.786000', '131913.788000', '131913.796000', '131913.799000', '131913.802000', '131913.804000', '131913.807000', '131913.809000', '131913.812000', '131913.814000', '131913.817000', '131913.820000', '131913.822000', '131913.825000', '131913.827000', '131913.830000', '131913.832000', '131913.835000', '131913.838000', '131933.257000', '131933.260000', '131933.262000', '131933.265000', '131933.268000', '131933.270000', '131933.273000', '131933.276000', '131933.279000', '131933.281000', '131933.285000', '131933.288000', '131933.291000', '131933.294000', '131933.299000', '131933.302000', '131933.305000', '131933.308000', '131933.311000', '131933.314000', '131933.317000', '131933.319000', '131933.322000', '131933.325000', '131933.327000', '131933.330000', '131933.332000', '131933.335000', '131933.338000', '131933.340000', '131933.343000', '131933.346000', '131933.350000', '131933.352000', '131933.355000', '131933.358000', '131933.362000', '131933.365000', '131933.367000', '131933.370000', '131933.373000', '131933.375000', '131933.378000'], 'InstanceCreationTime': ['130953.795000', '130953.798000', '130953.801000', '130953.804000', '130953.806000', '130953.809000', '130953.812000', '130953.814000', '130953.817000', '130953.819000', '130953.822000', '130953.825000', '130953.827000', '130953.830000', '130953.832000', '130953.835000', '130953.838000', '130953.841000', '130953.844000', '130953.846000', '130953.849000', '130953.852000', '130953.855000', '130953.857000', '130953.868000', '130953.871000', '130953.873000', '130953.876000', '130953.879000', '130953.882000', '130953.884000', '130953.887000', '130953.889000', '130953.892000', '130953.894000', '130953.897000', '130953.899000', '131013.721000', '131013.723000', '131013.726000', '131013.729000', '131013.731000', '131013.734000', '131013.736000', '131013.739000', '131013.741000', '131013.744000', '131013.746000', '131013.749000', '131013.751000', '131013.754000', '131013.756000', '131013.759000', '131013.761000', '131013.764000', '131013.766000', '131013.769000', '131013.771000', '131013.774000', '131013.776000', '131013.779000', '131013.781000', '131013.784000', '131013.786000', '131013.789000', '131013.791000', '131013.794000', '131013.796000', '131013.799000', '131013.802000', '131013.804000', '131013.811000', '131013.813000', '131013.816000', '131013.818000', '131013.821000', '131013.823000', '131013.826000', '131013.828000', '131013.831000', '131013.833000', '131033.720000', '131033.723000', '131033.726000', '131033.728000', '131033.731000', '131033.733000', '131033.736000', '131033.738000', '131033.741000', '131033.743000', '131033.746000', '131033.748000', '131033.751000', '131033.754000', '131033.756000', '131033.759000', '131033.761000', '131033.764000', '131033.767000', '131033.769000', '131033.772000', '131033.774000', '131033.777000', '131033.779000', '131033.782000', '131033.784000', '131033.787000', '131033.789000', '131033.792000', '131033.795000', '131033.797000', '131033.800000', '131033.802000', '131033.805000', '131033.807000', '131033.810000', '131033.812000', '131033.815000', '131033.817000', '131033.820000', '131033.822000', '131033.825000', '131033.828000', '131033.830000', '131053.721000', '131053.724000', '131053.726000', '131053.729000', '131053.731000', '131053.734000', '131053.736000', '131053.739000', '131053.741000', '131053.744000', '131053.747000', '131053.749000', '131053.752000', '131053.754000', '131053.757000', '131053.759000', '131053.762000', '131053.764000', '131053.767000', '131053.769000', '131053.772000', '131053.774000', '131053.777000', '131053.779000', '131053.782000', '131053.784000', '131053.787000', '131053.789000', '131053.792000', '131053.795000', '131053.797000', '131053.800000', '131053.802000', '131053.805000', '131053.807000', '131053.810000', '131053.812000', '131053.815000', '131053.817000', '131053.820000', '131053.822000', '131053.825000', '131053.827000', '131113.720000', '131113.723000', '131113.726000', '131113.729000', '131113.731000', '131113.734000', '131113.737000', '131113.739000', '131113.742000', '131113.744000', '131113.747000', '131113.749000', '131113.753000', '131113.756000', '131113.759000', '131113.761000', '131113.764000', '131113.766000', '131113.769000', '131113.771000', '131113.774000', '131113.776000', '131113.779000', '131113.781000', '131113.784000', '131113.786000', '131113.789000', '131113.792000', '131113.794000', '131113.797000', '131113.799000', '131113.802000', '131113.804000', '131113.807000', '131113.810000', '131113.812000', '131113.815000', '131113.817000', '131113.820000', '131113.822000', '131113.825000', '131113.828000', '131113.830000', '131133.750000', '131133.753000', '131133.756000', '131133.758000', '131133.761000', '131133.763000', '131133.766000', '131133.769000', '131133.771000', '131133.774000', '131133.776000', '131133.779000', '131133.781000', '131133.784000', '131133.786000', '131133.789000', '131133.791000', '131133.794000', '131133.797000', '131133.799000', '131133.802000', '131133.804000', '131133.807000', '131133.816000', '131133.819000', '131133.821000', '131133.824000', '131133.826000', '131133.829000', '131133.832000', '131133.834000', '131133.837000', '131133.839000', '131133.842000', '131133.844000', '131133.847000', '131133.849000', '131133.852000', '131133.854000', '131133.857000', '131133.859000', '131133.862000', '131133.864000', '131133.867000', '131153.721000', '131153.724000', '131153.727000', '131153.729000', '131153.732000', '131153.734000', '131153.737000', '131153.740000', '131153.742000', '131153.745000', '131153.747000', '131153.750000', '131153.753000', '131153.755000', '131153.758000', '131153.760000', '131153.763000', '131153.765000', '131153.768000', '131153.770000', '131153.773000', '131153.775000', '131153.778000', '131153.781000', '131153.783000', '131153.786000', '131153.788000', '131153.791000', '131153.793000', '131153.796000', '131153.799000', '131153.801000', '131153.804000', '131153.806000', '131153.809000', '131153.811000', '131153.814000', '131153.816000', '131153.819000', '131153.821000', '131153.824000', '131153.826000', '131153.829000', '131213.721000', '131213.724000', '131213.727000', '131213.729000', '131213.732000', '131213.734000', '131213.737000', '131213.740000', '131213.742000', '131213.745000', '131213.747000', '131213.750000', '131213.752000', '131213.755000', '131213.758000', '131213.760000', '131213.763000', '131213.765000', '131213.768000', '131213.770000', '131213.773000', '131213.775000', '131213.778000', '131213.780000', '131213.783000', '131213.786000', '131213.788000', '131213.791000', '131213.793000', '131213.796000', '131213.798000', '131213.801000', '131213.804000', '131213.806000', '131213.809000', '131213.811000', '131213.814000', '131213.816000', '131213.819000', '131213.821000', '131213.824000', '131213.827000', '131213.829000', '131213.832000', '131233.720000', '131233.723000', '131233.726000', '131233.728000', '131233.731000', '131233.733000', '131233.736000', '131233.738000', '131233.741000', '131233.744000', '131233.746000', '131233.749000', '131233.752000', '131233.754000', '131233.757000', '131233.759000', '131233.762000', '131233.764000', '131233.767000', '131233.769000', '131233.772000', '131233.775000', '131233.777000', '131233.780000', '131233.782000', '131233.785000', '131233.787000', '131233.790000', '131233.793000', '131233.796000', '131233.799000', '131233.801000', '131233.804000', '131233.806000', '131233.809000', '131233.812000', '131233.814000', '131233.817000', '131233.819000', '131233.822000', '131233.825000', '131233.827000', '131233.830000', '131253.720000', '131253.723000', '131253.726000', '131253.728000', '131253.731000', '131253.734000', '131253.736000', '131253.739000', '131253.741000', '131253.744000', '131253.747000', '131253.750000', '131253.752000', '131253.755000', '131253.757000', '131253.760000', '131253.762000', '131253.765000', '131253.768000', '131253.770000', '131253.773000', '131253.775000', '131253.778000', '131253.780000', '131253.783000', '131253.786000', '131253.788000', '131253.791000', '131253.793000', '131253.796000', '131253.798000', '131253.801000', '131253.804000', '131253.806000', '131253.809000', '131253.811000', '131253.814000', '131253.816000', '131253.819000', '131253.821000', '131253.851000', '131253.853000', '131253.856000', '131253.859000', '131313.721000', '131313.723000', '131313.726000', '131313.729000', '131313.731000', '131313.734000', '131313.736000', '131313.739000', '131313.741000', '131313.744000', '131313.747000', '131313.749000', '131313.752000', '131313.754000', '131313.757000', '131313.759000', '131313.762000', '131313.764000', '131313.767000', '131313.770000', '131313.772000', '131313.775000', '131313.777000', '131313.780000', '131313.783000', '131313.785000', '131313.788000', '131313.790000', '131313.793000', '131313.795000', '131313.798000', '131313.800000', '131313.803000', '131313.806000', '131313.808000', '131313.811000', '131313.813000', '131313.816000', '131313.818000', '131313.821000', '131313.824000', '131313.826000', '131313.829000', '131333.721000', '131333.723000', '131333.726000', '131333.728000', '131333.731000', '131333.734000', '131333.736000', '131333.739000', '131333.741000', '131333.744000', '131333.747000', '131333.749000', '131333.752000', '131333.754000', '131333.757000', '131333.760000', '131333.762000', '131333.765000', '131333.767000', '131333.770000', '131333.772000', '131333.775000', '131333.778000', '131333.780000', '131333.783000', '131333.785000', '131333.788000', '131333.790000', '131333.793000', '131333.796000', '131333.798000', '131333.801000', '131333.803000', '131333.806000', '131333.808000', '131333.811000', '131333.813000', '131333.816000', '131333.819000', '131333.821000', '131333.824000', '131333.826000', '131333.829000', '131333.831000', '131353.721000', '131353.724000', '131353.726000', '131353.729000', '131353.731000', '131353.734000', '131353.736000', '131353.739000', '131353.742000', '131353.744000', '131353.747000', '131353.749000', '131353.752000', '131353.754000', '131353.757000', '131353.760000', '131353.763000', '131353.765000', '131353.768000', '131353.771000', '131353.773000', '131353.776000', '131353.778000', '131353.781000', '131353.783000', '131353.786000', '131353.788000', '131353.791000', '131353.794000', '131353.796000', '131353.799000', '131353.801000', '131353.804000', '131353.807000', '131353.809000', '131353.812000', '131353.814000', '131353.817000', '131353.820000', '131353.822000', '131353.825000', '131353.827000', '131353.830000', '131413.720000', '131413.723000', '131413.726000', '131413.728000', '131413.731000', '131413.734000', '131413.736000', '131413.739000', '131413.741000', '131413.744000', '131413.747000', '131413.749000', '131413.752000', '131413.754000', '131413.757000', '131413.759000', '131413.762000', '131413.765000', '131413.767000', '131413.770000', '131413.772000', '131413.775000', '131413.777000', '131413.780000', '131413.782000', '131413.785000', '131413.788000', '131413.790000', '131413.793000', '131413.795000', '131413.798000', '131413.801000', '131413.803000', '131413.806000', '131413.808000', '131413.811000', '131413.813000', '131413.816000', '131413.819000', '131413.821000', '131413.824000', '131413.826000', '131413.829000', '131413.832000', '131433.721000', '131433.724000', '131433.727000', '131433.729000', '131433.732000', '131433.735000', '131433.742000', '131433.744000', '131433.747000', '131433.749000', '131433.752000', '131433.754000', '131433.757000', '131433.760000', '131433.762000', '131433.765000', '131433.767000', '131433.770000', '131433.773000', '131433.775000', '131433.778000', '131433.780000', '131433.783000', '131433.785000', '131433.788000', '131433.791000', '131433.793000', '131433.796000', '131433.798000', '131433.801000', '131433.803000', '131433.806000', '131433.809000', '131433.811000', '131433.814000', '131433.817000', '131433.820000', '131433.823000', '131433.825000', '131433.828000', '131433.831000', '131433.833000', '131433.836000', '131453.720000', '131453.723000', '131453.726000', '131453.728000', '131453.731000', '131453.734000', '131453.736000', '131453.739000', '131453.741000', '131453.744000', '131453.747000', '131453.749000', '131453.752000', '131453.754000', '131453.757000', '131453.760000', '131453.762000', '131453.765000', '131453.767000', '131453.770000', '131453.773000', '131453.775000', '131453.778000', '131453.781000', '131453.783000', '131453.786000', '131453.789000', '131453.791000', '131453.794000', '131453.797000', '131453.799000', '131453.802000', '131453.804000', '131453.807000', '131453.810000', '131453.812000', '131453.815000', '131453.817000', '131453.820000', '131453.822000', '131453.825000', '131453.828000', '131453.830000', '131453.833000', '131513.721000', '131513.723000', '131513.726000', '131513.729000', '131513.731000', '131513.734000', '131513.736000', '131513.739000', '131513.741000', '131513.744000', '131513.747000', '131513.749000', '131513.752000', '131513.754000', '131513.757000', '131513.759000', '131513.762000', '131513.765000', '131513.767000', '131513.770000', '131513.772000', '131513.775000', '131513.778000', '131513.780000', '131513.783000', '131513.785000', '131513.788000', '131513.791000', '131513.793000', '131513.796000', '131513.798000', '131513.801000', '131513.803000', '131513.806000', '131513.809000', '131513.811000', '131513.814000', '131513.816000', '131513.819000', '131513.821000', '131513.824000', '131513.826000', '131513.829000', '131533.721000', '131533.724000', '131533.726000', '131533.729000', '131533.731000', '131533.734000', '131533.736000', '131533.739000', '131533.741000', '131533.744000', '131533.747000', '131533.749000', '131533.752000', '131533.754000', '131533.757000', '131533.760000', '131533.762000', '131533.765000', '131533.767000', '131533.770000', '131533.772000', '131533.775000', '131533.778000', '131533.780000', '131533.783000', '131533.785000', '131533.788000', '131533.791000', '131533.793000', '131533.796000', '131533.798000', '131533.801000', '131533.803000', '131533.806000', '131533.809000', '131533.811000', '131533.814000', '131533.816000', '131533.819000', '131533.823000', '131533.826000', '131533.828000', '131533.831000', '131533.833000', '131553.721000', '131553.723000', '131553.726000', '131553.729000', '131553.731000', '131553.734000', '131553.736000', '131553.739000', '131553.741000', '131553.744000', '131553.746000', '131553.749000', '131553.752000', '131553.754000', '131553.757000', '131553.759000', '131553.762000', '131553.773000', '131553.776000', '131553.779000', '131553.781000', '131553.784000', '131553.786000', '131553.789000', '131553.792000', '131553.794000', '131553.797000', '131553.799000', '131553.802000', '131553.804000', '131553.807000', '131553.810000', '131553.812000', '131553.815000', '131553.817000', '131553.820000', '131553.822000', '131553.825000', '131553.827000', '131553.830000', '131553.833000', '131553.835000', '131553.838000', '131613.721000', '131613.723000', '131613.726000', '131613.729000', '131613.731000', '131613.734000', '131613.737000', '131613.739000', '131613.742000', '131613.744000', '131613.747000', '131613.749000', '131613.752000', '131613.755000', '131613.757000', '131613.760000', '131613.762000', '131613.765000', '131613.768000', '131613.770000', '131613.773000', '131613.775000', '131613.778000', '131613.781000', '131613.783000', '131613.786000', '131613.788000', '131613.791000', '131613.793000', '131613.796000', '131613.799000', '131613.801000', '131613.804000', '131613.806000', '131613.809000', '131613.812000', '131613.814000', '131613.817000', '131613.819000', '131613.822000', '131613.824000', '131613.827000', '131613.829000', '131633.721000', '131633.723000', '131633.726000', '131633.729000', '131633.731000', '131633.734000', '131633.736000', '131633.739000', '131633.741000', '131633.744000', '131633.746000', '131633.749000', '131633.751000', '131633.754000', '131633.757000', '131633.759000', '131633.763000', '131633.765000', '131633.768000', '131633.771000', '131633.773000', '131633.776000', '131633.778000', '131633.781000', '131633.783000', '131633.786000', '131633.789000', '131633.791000', '131633.794000', '131633.796000', '131633.799000', '131633.802000', '131633.804000', '131633.807000', '131633.809000', '131633.812000', '131633.815000', '131633.817000', '131633.820000', '131633.822000', '131633.825000', '131633.827000', '131633.830000', '131633.833000', '131653.721000', '131653.724000', '131653.727000', '131653.729000', '131653.732000', '131653.735000', '131653.737000', '131653.740000', '131653.742000', '131653.745000', '131653.748000', '131653.750000', '131653.753000', '131653.755000', '131653.758000', '131653.761000', '131653.763000', '131653.766000', '131653.768000', '131653.771000', '131653.773000', '131653.776000', '131653.779000', '131653.781000', '131653.784000', '131653.786000', '131653.789000', '131653.791000', '131653.794000', '131653.797000', '131653.799000', '131653.802000', '131653.804000', '131653.807000', '131653.810000', '131653.812000', '131653.815000', '131653.818000', '131653.820000', '131653.823000', '131653.825000', '131653.828000', '131653.830000', '131653.833000', '131713.721000', '131713.723000', '131713.726000', '131713.728000', '131713.731000', '131713.734000', '131713.736000', '131713.739000', '131713.741000', '131713.744000', '131713.746000', '131713.749000', '131713.751000', '131713.754000', '131713.757000', '131713.759000', '131713.762000', '131713.764000', '131713.767000', '131713.770000', '131713.772000', '131713.775000', '131713.777000', '131713.780000', '131713.782000', '131713.785000', '131713.788000', '131713.790000', '131713.801000', '131713.804000', '131713.807000', '131713.809000', '131713.812000', '131713.814000', '131713.817000', '131713.820000', '131713.822000', '131713.825000', '131713.827000', '131713.830000', '131713.832000', '131713.835000', '131713.838000', '131733.720000', '131733.723000', '131733.726000', '131733.728000', '131733.731000', '131733.734000', '131733.736000', '131733.739000', '131733.741000', '131733.744000', '131733.746000', '131733.749000', '131733.751000', '131733.754000', '131733.757000', '131733.759000', '131733.762000', '131733.764000', '131733.767000', '131733.770000', '131733.772000', '131733.775000', '131733.777000', '131733.780000', '131733.783000', '131733.785000', '131733.788000', '131733.791000', '131733.793000', '131733.796000', '131733.798000', '131733.801000', '131733.803000', '131733.806000', '131733.809000', '131733.811000', '131733.814000', '131733.816000', '131733.819000', '131733.821000', '131733.824000', '131733.826000', '131733.829000', '131753.720000', '131753.723000', '131753.726000', '131753.728000', '131753.731000', '131753.734000', '131753.736000', '131753.739000', '131753.741000', '131753.744000', '131753.746000', '131753.749000', '131753.751000', '131753.754000', '131753.756000', '131753.759000', '131753.762000', '131753.764000', '131753.767000', '131753.769000', '131753.772000', '131753.774000', '131753.777000', '131753.779000', '131753.782000', '131753.785000', '131753.787000', '131753.790000', '131753.792000', '131753.795000', '131753.797000', '131753.800000', '131753.802000', '131753.805000', '131753.808000', '131753.810000', '131753.813000', '131753.815000', '131753.818000', '131753.820000', '131753.823000', '131753.826000', '131753.829000', '131753.831000', '131813.720000', '131813.723000', '131813.726000', '131813.728000', '131813.731000', '131813.734000', '131813.736000', '131813.739000', '131813.741000', '131813.744000', '131813.746000', '131813.749000', '131813.752000', '131813.754000', '131813.757000', '131813.759000', '131813.762000', '131813.764000', '131813.767000', '131813.770000', '131813.772000', '131813.775000', '131813.777000', '131813.780000', '131813.782000', '131813.785000', '131813.788000', '131813.790000', '131813.793000', '131813.795000', '131813.798000', '131813.800000', '131813.803000', '131813.806000', '131813.808000', '131813.811000', '131813.813000', '131813.816000', '131813.818000', '131813.821000', '131813.824000', '131813.826000', '131813.829000', '131813.831000', '131833.721000', '131833.723000', '131833.726000', '131833.729000', '131833.731000', '131833.734000', '131833.736000', '131833.739000', '131833.742000', '131833.744000', '131833.747000', '131833.749000', '131833.752000', '131833.754000', '131833.757000', '131833.760000', '131833.762000', '131833.765000', '131833.767000', '131833.770000', '131833.773000', '131833.775000', '131833.778000', '131833.780000', '131833.792000', '131833.794000', '131833.797000', '131833.800000', '131833.802000', '131833.805000', '131833.807000', '131833.810000', '131833.812000', '131833.815000', '131833.817000', '131833.820000', '131833.822000', '131833.825000', '131833.828000', '131833.830000', '131833.833000', '131833.835000', '131833.838000', '131853.729000', '131853.732000', '131853.734000', '131853.737000', '131853.740000', '131853.742000', '131853.745000', '131853.747000', '131853.751000', '131853.753000', '131853.756000', '131853.759000', '131853.761000', '131853.764000', '131853.766000', '131853.769000', '131853.772000', '131853.774000', '131853.777000', '131853.779000', '131853.782000', '131853.784000', '131853.787000', '131853.790000', '131853.792000', '131853.795000', '131853.797000', '131853.800000', '131853.802000', '131853.805000', '131853.808000', '131853.811000', '131853.813000', '131853.816000', '131853.818000', '131853.821000', '131853.823000', '131853.826000', '131853.829000', '131853.831000', '131853.834000', '131853.836000', '131853.839000', '131913.722000', '131913.725000', '131913.727000', '131913.730000', '131913.732000', '131913.735000', '131913.737000', '131913.740000', '131913.742000', '131913.745000', '131913.748000', '131913.750000', '131913.753000', '131913.755000', '131913.758000', '131913.760000', '131913.763000', '131913.765000', '131913.768000', '131913.771000', '131913.773000', '131913.776000', '131913.778000', '131913.781000', '131913.783000', '131913.786000', '131913.788000', '131913.796000', '131913.799000', '131913.802000', '131913.804000', '131913.807000', '131913.809000', '131913.812000', '131913.814000', '131913.817000', '131913.820000', '131913.822000', '131913.825000', '131913.827000', '131913.830000', '131913.832000', '131913.835000', '131913.838000', '131933.257000', '131933.260000', '131933.262000', '131933.265000', '131933.268000', '131933.270000', '131933.273000', '131933.276000', '131933.279000', '131933.281000', '131933.285000', '131933.288000', '131933.291000', '131933.294000', '131933.299000', '131933.302000', '131933.305000', '131933.308000', '131933.311000', '131933.314000', '131933.317000', '131933.319000', '131933.322000', '131933.325000', '131933.327000', '131933.330000', '131933.332000', '131933.335000', '131933.338000', '131933.340000', '131933.343000', '131933.346000', '131933.350000', '131933.352000', '131933.355000', '131933.358000', '131933.362000', '131933.365000', '131933.367000', '131933.370000', '131933.373000', '131933.375000', '131933.378000'], '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': [16386, 10561, 15063, 10797, 15211, 8454, 14530, 10865, 12449, 8811, 12589, 10357, 12039, 10349, 11176, 8733, 11065, 11730, 11424, 11724, 11605, 10815, 11702, 14120, 11549, 16043, 10534, 15079, 9185, 15235, 10315, 15476, 11241, 14571, 8818, 15376, 10355, 14172, 11067, 13912, 8400, 12360, 8657, 14281, 10597, 13087, 11468, 10155, 12390, 9965, 14873, 11048, 16289, 9445, 16466, 11499, 18011, 13150, 16026, 9333, 14135, 8756, 13698, 11629, 13015, 8434, 12592, 8455, 12846, 9035, 12753, 10058, 12481, 11658, 15871, 10469, 13542, 9123, 13092, 10635, 12985, 11010, 9417, 12960, 8836, 12854, 17041, 12163, 16162, 11880, 15843, 10128, 13657, 12728, 11752, 10650, 10603, 13315, 9952, 15818, 10036, 15646, 10437, 15102, 8656, 11957, 10138, 11927, 12877, 10689, 14615, 9150, 16332, 10473, 16689, 11412, 14721, 8721, 11373, 13689, 11033, 13730, 9909, 13791, 8998, 12983, 9040, 16978, 10509, 14965, 8894, 14039, 11278, 13171, 13787, 10335, 12573, 9465, 14991, 9897, 15209, 10002, 14497, 8857, 13856, 10793, 12012, 15205, 10131, 11994, 8892, 13930, 8959, 14616, 10653, 13212, 8880, 13474, 8382, 12750, 11615, 11393, 10841, 10317, 16178, 10089, 15086, 11866, 12151, 9111, 10960, 14151, 10326, 15486, 10759, 15004, 8891, 12880, 10217, 11954, 15836, 10381, 15040, 9166, 15602, 8947, 13888, 11049, 12435, 8619, 10070, 13195, 10529, 15434, 10205, 14757, 9091, 15017, 11437, 13254, 15460, 10659, 15330, 9147, 15359, 9397, 13503, 11527, 11279, 11646, 9317, 14917, 8736, 14135, 9966, 11539, 8020, 10687, 9246, 11119, 13242, 9708, 14408, 8757, 15242, 9697, 14763, 10032, 14622, 8296, 13021, 12969, 12039, 16341, 11441, 16111, 8873, 14994, 10984, 13064, 14723, 10813, 15422, 8993, 15013, 8729, 12900, 9854, 11678, 8358, 9541, 14516, 8855, 14379, 10458, 13095, 8652, 12585, 9778, 11951, 16180, 11190, 15192, 8915, 14920, 8948, 13942, 10989, 12647, 8244, 10285, 14075, 9506, 15622, 10946, 13859, 8697, 13109, 10499, 11390, 15020, 10698, 13864, 9005, 13141, 8482, 12413, 9873, 11179, 10479, 9225, 14745, 9024, 14490, 10921, 14141, 8356, 11775, 10339, 11722, 13236, 10871, 12971, 9785, 14409, 10463, 15187, 11434, 16461, 12050, 13018, 8740, 12194, 8599, 12377, 14822, 9375, 15828, 11052, 14157, 8447, 12160, 13833, 9954, 15952, 11716, 15134, 8727, 14227, 10225, 12334, 15282, 11354, 15258, 8992, 14965, 8973, 13334, 10157, 12778, 8626, 12345, 13015, 9727, 15939, 9700, 14591, 11589, 14150, 8856, 13517, 9095, 12703, 11505, 10920, 11942, 9053, 14654, 9100, 13860, 10523, 12798, 8490, 11792, 9175, 11744, 9376, 11418, 9653, 9216, 8575, 12216, 8946, 13321, 8696, 14203, 9598, 15467, 14569, 12051, 13620, 10924, 15189, 11227, 15570, 11381, 14932, 8735, 13416, 10399, 11612, 16305, 11134, 15398, 9072, 13691, 8768, 13274, 8552, 11869, 8692, 12423, 8244, 12588, 9942, 12107, 9369, 13018, 9517, 11723, 15986, 9942, 13916, 11293, 14566, 9295, 12620, 13474, 10798, 13791, 9970, 14445, 9070, 13463, 9659, 12719, 8907, 11882, 10120, 10544, 14635, 10257, 14418, 9071, 13480, 8977, 13309, 10130, 12283, 8947, 13450, 8423, 12438, 10690, 11864, 11231, 15643, 10851, 16408, 12267, 13406, 12356, 11979, 13941, 11332, 15539, 11232, 15211, 10450, 13697, 8400, 12063, 9401, 11828, 14319, 10635, 15408, 8901, 14618, 9059, 14799, 10467, 12569, 8318, 11674, 9637, 10967, 13370, 10984, 14090, 8990, 13701, 8798, 13591, 9288, 13149, 8815, 13230, 11483, 11771, 13568, 10808, 12312, 10269, 15221, 8810, 14050, 10883, 12843, 8923, 12737, 8525, 12793, 9348, 13664, 8808, 14548, 10567, 13448, 12071, 12909, 9672, 11773, 14285, 12062, 15403, 11379, 15066, 9238, 15002, 9741, 15070, 11056, 14685, 8717, 12086, 14192, 9713, 15535, 11253, 13290, 8969, 12818, 8380, 12129, 9204, 12116, 8198, 11283, 13241, 9974, 14694, 10588, 13642, 9016, 13682, 8559, 12112, 10309, 11830, 9406, 10358, 15186, 8743, 14616, 11011, 13988, 9150, 13632, 10382, 11002, 12803, 10340, 15404, 10991, 14185, 8466, 12736, 8120, 13473, 10032, 11868, 9169, 10793, 13422, 10402, 14345, 11068, 14616, 8560, 13686, 10550, 11674, 16997, 11125, 14261, 9050, 14293, 10912, 11875, 13880, 10586, 14462, 8503, 12190, 8627, 11612, 8758, 13429, 8906, 12418, 8935, 13369, 9355, 12937, 7896, 12202, 15864, 9844, 14913, 11156, 14204, 8859, 12520, 13027, 10708, 15152, 10693, 13920, 9578, 14047, 9555, 11827, 12935, 11415, 12641, 10775, 15854, 8797, 13389, 8873, 12906, 8828, 13225, 10698, 11100, 13751, 10590, 14424, 10994, 14778, 8784, 12481, 13089, 11237, 15101, 10682, 13726, 8426, 11966, 9667, 11413, 11441, 9886, 12933, 8637, 12345, 8849, 12407, 9137, 12285, 8734, 11742, 9474, 11058, 15166, 10020, 15164, 8891, 14589, 9062, 14739, 11074, 15291, 10297, 15385, 9415, 11104, 8593, 13489, 9869, 8805, 12945, 9405, 9331, 10877, 9234, 15764, 11646, 16880, 13036, 13238, 13816, 10713, 16051, 11566, 11765, 14236, 11555, 15204, 9453, 14774, 8767, 13133, 11247, 10751, 11374, 8934, 11520, 8739, 12655, 11007, 11263, 13649, 10183, 8769, 9806, 14764, 10973, 11985, 13875, 10781, 13280, 10050, 13207, 9645, 13197, 8988, 13018, 13629, 11552, 14440, 11207, 15679, 10510, 14916, 9921, 11948, 14087, 10365, 14473, 9408, 12735, 9185, 13004, 8898, 11938, 11549, 9779, 14430, 9752, 12843, 8847, 11875, 8422, 11036, 8938, 12646, 8885, 12360, 9636, 11370, 9241, 13740, 8580, 11679, 10368, 11776, 10648, 10217, 11791, 9841, 15486, 13579, 15751, 9731, 16819, 11120, 17099, 10741, 15320, 9331, 15382, 12776, 12566, 12833, 11396, 13555, 10996, 8436, 10170, 12627, 10263, 13970, 10186, 14456, 9316, 13077, 9199, 13172, 9785, 11994, 9189, 13113, 8397, 11530, 11355, 10960, 14554, 10741, 14813, 9199, 13406, 10063, 11131, 8889, 11744, 8304, 13107, 9672, 10836, 8485, 10939, 10464, 10714, 13749, 10649, 13740, 9886, 15083, 11107, 13483, 10449, 15802, 9175, 14600, 10971, 14762, 10211, 14487, 9216, 14124, 9194, 11502, 15152, 11068, 14229, 10042, 15020, 9197, 14101, 10966, 13142, 10432, 13982, 8745, 12316, 8902, 12261, 8948, 14343, 9106, 12130, 9192, 12789, 10449, 12670, 8861, 12800, 8910, 12821, 11060, 12983, 8998, 13269, 10014, 15848, 10784, 14156, 8978, 15151, 11335, 12907, 9215, 13965, 9096, 14307, 10863, 14081, 9633, 14205, 9855, 13035, 14364, 8952, 14423, 9271, 15218, 10112, 16090, 10616, 17001, 10461, 17281, 9116, 15623, 9268, 15522, 12584, 13689, 9910, 11157, 8350, 10715, 8677, 9859, 8323, 10656, 8090, 11351, 8448, 11460, 9102, 11314, 14220, 10156, 14861, 8961, 14309, 9998, 13047, 14859, 10235, 15201, 8698, 13774, 8640, 13038, 10760, 13589, 8530, 13230, 8964, 13392, 10326, 13644, 9318, 14739, 9159, 13970, 12841, 13506, 15495, 10728, 16586, 10409, 16140, 11593, 13031, 8681, 13594, 8694, 12173, 10767, 14071, 10850, 14511, 9237, 13414, 10522, 15289, 10561, 15025, 9614, 15316, 8798, 12472, 8220, 13723, 11033, 12629, 8463, 11846, 9790, 11441, 13949, 10534, 8229, 10582, 11134, 9593, 15009, 10629, 13467, 11077, 15054, 9058, 12491, 8888, 12406, 10638, 14470, 8509, 13282, 9872, 12817, 10750, 13976, 9122, 13797, 11012, 13639, 10823, 14837, 9361, 15170, 10953, 15444, 10543, 14699, 8748, 14806, 9509, 12794, 14279, 10538, 16843, 12145, 15830, 9380, 14913, 8657, 13555, 9448, 11987, 8236, 12707, 8414, 13554, 10034, 14000, 8524, 13272, 9183, 12584, 15690, 10610, 7946, 10075, 13423, 9524, 14564, 11348, 10868, 9651, 13494, 10287, 13571, 10918, 14668, 9002, 14492, 10631, 14022, 11364, 13025, 8538, 14109, 8810, 13921, 12553, 12096, 11500, 9386, 13487, 16149, 12208, 16215, 11605, 15368, 8502, 14961, 8962, 15458, 10845, 13979, 8459, 12778, 8468, 10812, 14135, 9655, 7865, 9186, 13604, 8491, 14689, 10797, 13316, 8484, 13051, 8189, 11038, 10670, 9508, 7425, 8733, 12341, 8562, 12657, 9704, 11181, 8158, 11668, 9688, 12262, 16051, 11301, 15036, 8635, 14005, 9305, 13177, 9885, 11159, 8796, 9547, 15189, 10636, 13137, 11272, 13432, 8581, 13249, 8523, 13028, 9934, 10837, 8669, 10494, 14815, 10589, 15132, 11154, 12309, 8314, 12487, 9537, 10661, 15221, 11426, 12894, 8507, 12776, 8653, 12768, 9939, 10620, 7985, 10559, 7710, 11781, 8266, 10271, 8123, 12305, 9553, 11129, 12055, 10361, 7380, 9630, 15142, 11057, 16339, 10200, 15995, 10606, 14032, 8549, 15032, 8605, 15360, 9883, 13581, 9091, 15750, 8853, 15304, 14183, 11344, 8014, 9259, 16917, 12297, 15711, 12873, 9776, 8674, 12078, 9062, 14589, 9628, 14888, 9422, 12372, 8705, 13322, 9981, 10517, 15219, 12039, 14921, 9285, 15527, 10779, 15546, 9669, 14799, 11156, 10239, 7935, 9014, 14809, 9119, 14983, 10521, 14534, 9743, 12849, 8242, 11153, 9399, 9019, 15450, 9124, 12301, 8632, 13267, 8681, 12424, 8675, 12406, 9259, 11365, 8192, 10971, 14792, 10413, 13795, 10517, 14002, 8070, 12673, 13606, 10061, 7636, 9274, 10309, 9128, 14923, 10117, 14001, 9592, 13226, 8906, 12982, 12339, 10914, 15091, 10066, 15464, 9418, 14076, 15091, 10330, 10361, 9081, 15372, 9809, 12579, 8600, 10400, 8177, 9441, 8284, 10022, 13636, 10218, 7757, 8871, 9545, 9848, 15236, 10981, 12865, 8468, 13324], 'WindowCenter': [4359.0, 4315.0, 4323.0, 4300.0, 4320.0, 4267.0, 4308.0, 4285.0, 4297.0, 4267.0, 4298.0, 4276.0, 4298.0, 4276.0, 4287.0, 4264.0, 4287.0, 4296.0, 4299.0, 4287.0, 4299.0, 4286.0, 4298.0, 4306.0, 4299.0, 4309.0, 4289.0, 4304.0, 4266.0, 4304.0, 4275.0, 4307.0, 4286.0, 4294.0, 4265.0, 4306.0, 4288.0, 4308.0, 4285.0, 4295.0, 4254.0, 4284.0, 4267.0, 4306.0, 4288.0, 4295.0, 4287.0, 4274.0, 4297.0, 4276.0, 4309.0, 4287.0, 4307.0, 4265.0, 4305.0, 4287.0, 4308.0, 4284.0, 4294.0, 4252.0, 4283.0, 4253.0, 4295.0, 4285.0, 4294.0, 4254.0, 4284.0, 4256.0, 4297.0, 4277.0, 4298.0, 4291.0, 4296.0, 4300.0, 4321.0, 4290.0, 4299.0, 4279.0, 4296.0, 4289.0, 4307.0, 4301.0, 4279.0, 4311.0, 4280.0, 4312.0, 4308.0, 4287.0, 4307.0, 4285.0, 4304.0, 4264.0, 4296.0, 4284.0, 4283.0, 4272.0, 4275.0, 4281.0, 4273.0, 4293.0, 4263.0, 4293.0, 4273.0, 4292.0, 4252.0, 4283.0, 4261.0, 4286.0, 4283.0, 4276.0, 4292.0, 4263.0, 4292.0, 4272.0, 4304.0, 4272.0, 4294.0, 4240.0, 4273.0, 4281.0, 4274.0, 4281.0, 4264.0, 4292.0, 4264.0, 4283.0, 4264.0, 4308.0, 4275.0, 4293.0, 4264.0, 4295.0, 4273.0, 4296.0, 4283.0, 4264.0, 4281.0, 4264.0, 4291.0, 4275.0, 4305.0, 4263.0, 4294.0, 4252.0, 4294.0, 4272.0, 4286.0, 4292.0, 4260.0, 4269.0, 4264.0, 4291.0, 4265.0, 4294.0, 4285.0, 4294.0, 4266.0, 4294.0, 4254.0, 4298.0, 4285.0, 4287.0, 4273.0, 4276.0, 4303.0, 4275.0, 4307.0, 4273.0, 4284.0, 4252.0, 4275.0, 4281.0, 4274.0, 4293.0, 4262.0, 4281.0, 4250.0, 4282.0, 4260.0, 4283.0, 4291.0, 4263.0, 4280.0, 4251.0, 4290.0, 4250.0, 4292.0, 4271.0, 4282.0, 4239.0, 4263.0, 4280.0, 4274.0, 4294.0, 4263.0, 4291.0, 4253.0, 4293.0, 4271.0, 4296.0, 4292.0, 4263.0, 4291.0, 4252.0, 4291.0, 4250.0, 4284.0, 4269.0, 4273.0, 4269.0, 4263.0, 4293.0, 4252.0, 4293.0, 4275.0, 4283.0, 4253.0, 4275.0, 4263.0, 4299.0, 4294.0, 4276.0, 4294.0, 4267.0, 4306.0, 4278.0, 4308.0, 4277.0, 4296.0, 4253.0, 4296.0, 4283.0, 4287.0, 4295.0, 4274.0, 4290.0, 4251.0, 4280.0, 4260.0, 4284.0, 4279.0, 4261.0, 4278.0, 4237.0, 4277.0, 4238.0, 4271.0, 4248.0, 4271.0, 4237.0, 4251.0, 4279.0, 4251.0, 4294.0, 4273.0, 4281.0, 4251.0, 4282.0, 4250.0, 4285.0, 4291.0, 4273.0, 4281.0, 4252.0, 4281.0, 4239.0, 4282.0, 4261.0, 4282.0, 4239.0, 4260.0, 4279.0, 4251.0, 4291.0, 4260.0, 4280.0, 4239.0, 4281.0, 4258.0, 4272.0, 4280.0, 4261.0, 4267.0, 4249.0, 4279.0, 4251.0, 4283.0, 4260.0, 4271.0, 4259.0, 4262.0, 4291.0, 4253.0, 4293.0, 4272.0, 4282.0, 4241.0, 4273.0, 4261.0, 4285.0, 4282.0, 4274.0, 4281.0, 4263.0, 4280.0, 4273.0, 4294.0, 4287.0, 4308.0, 4283.0, 4283.0, 4265.0, 4283.0, 4252.0, 4285.0, 4281.0, 4263.0, 4292.0, 4272.0, 4280.0, 4241.0, 4283.0, 4279.0, 4250.0, 4280.0, 4259.0, 4276.0, 4237.0, 4279.0, 4246.0, 4270.0, 4277.0, 4258.0, 4273.0, 4236.0, 4276.0, 4236.0, 4266.0, 4247.0, 4268.0, 4237.0, 4269.0, 4266.0, 4249.0, 4276.0, 4250.0, 4279.0, 4259.0, 4278.0, 4239.0, 4269.0, 4239.0, 4282.0, 4270.0, 4261.0, 4267.0, 4251.0, 4278.0, 4250.0, 4282.0, 4272.0, 4282.0, 4251.0, 4283.0, 4265.0, 4286.0, 4263.0, 4285.0, 4264.0, 4265.0, 4267.0, 4299.0, 4279.0, 4309.0, 4267.0, 4308.0, 4278.0, 4311.0, 4297.0, 4288.0, 4294.0, 4275.0, 4294.0, 4274.0, 4293.0, 4272.0, 4281.0, 4240.0, 4282.0, 4247.0, 4272.0, 4289.0, 4261.0, 4280.0, 4249.0, 4278.0, 4240.0, 4281.0, 4252.0, 4270.0, 4253.0, 4283.0, 4254.0, 4285.0, 4275.0, 4287.0, 4265.0, 4295.0, 4263.0, 4286.0, 4295.0, 4265.0, 4283.0, 4274.0, 4293.0, 4250.0, 4284.0, 4282.0, 4274.0, 4282.0, 4263.0, 4281.0, 4252.0, 4282.0, 4262.0, 4283.0, 4252.0, 4273.0, 4261.0, 4272.0, 4292.0, 4274.0, 4292.0, 4265.0, 4283.0, 4265.0, 4295.0, 4275.0, 4285.0, 4267.0, 4295.0, 4269.0, 4297.0, 4290.0, 4297.0, 4290.0, 4307.0, 4288.0, 4308.0, 4285.0, 4286.0, 4284.0, 4274.0, 4282.0, 4272.0, 4281.0, 4271.0, 4281.0, 4260.0, 4269.0, 4227.0, 4271.0, 4247.0, 4272.0, 4279.0, 4261.0, 4278.0, 4240.0, 4280.0, 4250.0, 4282.0, 4262.0, 4271.0, 4240.0, 4272.0, 4250.0, 4273.0, 4281.0, 4273.0, 4279.0, 4253.0, 4281.0, 4253.0, 4284.0, 4262.0, 4283.0, 4253.0, 4284.0, 4272.0, 4285.0, 4293.0, 4275.0, 4281.0, 4274.0, 4292.0, 4265.0, 4295.0, 4275.0, 4284.0, 4265.0, 4295.0, 4266.0, 4296.0, 4266.0, 4296.0, 4266.0, 4307.0, 4276.0, 4298.0, 4284.0, 4296.0, 4263.0, 4285.0, 4282.0, 4284.0, 4293.0, 4273.0, 4280.0, 4250.0, 4280.0, 4250.0, 4282.0, 4259.0, 4281.0, 4238.0, 4270.0, 4266.0, 4248.0, 4277.0, 4258.0, 4267.0, 4236.0, 4269.0, 4228.0, 4271.0, 4249.0, 4271.0, 4239.0, 4270.0, 4267.0, 4260.0, 4281.0, 4260.0, 4281.0, 4249.0, 4279.0, 4240.0, 4273.0, 4261.0, 4273.0, 4250.0, 4263.0, 4280.0, 4252.0, 4292.0, 4271.0, 4283.0, 4252.0, 4282.0, 4260.0, 4272.0, 4279.0, 4263.0, 4292.0, 4273.0, 4281.0, 4252.0, 4282.0, 4252.0, 4295.0, 4263.0, 4285.0, 4262.0, 4275.0, 4281.0, 4275.0, 4294.0, 4274.0, 4282.0, 4251.0, 4282.0, 4259.0, 4273.0, 4290.0, 4272.0, 4279.0, 4251.0, 4281.0, 4258.0, 4272.0, 4279.0, 4261.0, 4278.0, 4251.0, 4271.0, 4252.0, 4272.0, 4266.0, 4295.0, 4279.0, 4297.0, 4278.0, 4297.0, 4278.0, 4297.0, 4256.0, 4299.0, 4306.0, 4277.0, 4295.0, 4274.0, 4284.0, 4252.0, 4284.0, 4279.0, 4263.0, 4291.0, 4262.0, 4281.0, 4251.0, 4281.0, 4249.0, 4272.0, 4270.0, 4272.0, 4269.0, 4260.0, 4289.0, 4240.0, 4280.0, 4250.0, 4282.0, 4252.0, 4283.0, 4261.0, 4273.0, 4280.0, 4274.0, 4282.0, 4272.0, 4281.0, 4239.0, 4272.0, 4269.0, 4271.0, 4280.0, 4261.0, 4279.0, 4238.0, 4270.0, 4250.0, 4271.0, 4270.0, 4263.0, 4281.0, 4252.0, 4283.0, 4264.0, 4295.0, 4266.0, 4285.0, 4266.0, 4287.0, 4264.0, 4287.0, 4306.0, 4290.0, 4322.0, 4282.0, 4270.0, 4227.0, 4254.0, 4286.0, 4306.0, 4276.0, 4309.0, 4277.0, 4284.0, 4254.0, 4272.0, 4241.0, 4229.0, 4262.0, 4244.0, 4257.0, 4279.0, 4282.0, 4309.0, 4289.0, 4296.0, 4276.0, 4269.0, 4283.0, 4250.0, 4279.0, 4260.0, 4273.0, 4284.0, 4272.0, 4281.0, 4249.0, 4267.0, 4228.0, 4266.0, 4273.0, 4272.0, 4283.0, 4251.0, 4281.0, 4268.0, 4295.0, 4287.0, 4287.0, 4295.0, 4274.0, 4264.0, 4289.0, 4306.0, 4272.0, 4285.0, 4280.0, 4274.0, 4293.0, 4274.0, 4307.0, 4276.0, 4295.0, 4264.0, 4295.0, 4281.0, 4273.0, 4280.0, 4260.0, 4280.0, 4247.0, 4277.0, 4245.0, 4256.0, 4263.0, 4246.0, 4264.0, 4248.0, 4268.0, 4248.0, 4268.0, 4237.0, 4269.0, 4268.0, 4262.0, 4290.0, 4261.0, 4280.0, 4251.0, 4282.0, 4266.0, 4283.0, 4276.0, 4294.0, 4278.0, 4309.0, 4278.0, 4301.0, 4293.0, 4297.0, 4268.0, 4301.0, 4290.0, 4271.0, 4287.0, 4302.0, 4313.0, 4294.0, 4323.0, 4310.0, 4307.0, 4268.0, 4304.0, 4286.0, 4306.0, 4274.0, 4292.0, 4250.0, 4282.0, 4270.0, 4272.0, 4269.0, 4272.0, 4279.0, 4260.0, 4240.0, 4262.0, 4281.0, 4274.0, 4293.0, 4263.0, 4292.0, 4263.0, 4283.0, 4263.0, 4283.0, 4263.0, 4273.0, 4264.0, 4283.0, 4243.0, 4285.0, 4273.0, 4276.0, 4294.0, 4275.0, 4292.0, 4265.0, 4296.0, 4275.0, 4286.0, 4266.0, 4285.0, 4267.0, 4309.0, 4277.0, 4288.0, 4267.0, 4300.0, 4286.0, 4289.0, 4306.0, 4287.0, 4305.0, 4278.0, 4305.0, 4288.0, 4296.0, 4277.0, 4294.0, 4266.0, 4294.0, 4275.0, 4294.0, 4262.0, 4282.0, 4251.0, 4280.0, 4249.0, 4272.0, 4291.0, 4272.0, 4279.0, 4261.0, 4278.0, 4251.0, 4281.0, 4272.0, 4281.0, 4261.0, 4280.0, 4240.0, 4270.0, 4253.0, 4282.0, 4264.0, 4292.0, 4264.0, 4284.0, 4278.0, 4298.0, 4287.0, 4295.0, 4266.0, 4296.0, 4266.0, 4296.0, 4286.0, 4294.0, 4265.0, 4295.0, 4277.0, 4307.0, 4276.0, 4294.0, 4267.0, 4307.0, 4288.0, 4294.0, 4264.0, 4292.0, 4264.0, 4293.0, 4287.0, 4293.0, 4307.0, 4324.0, 4289.0, 4323.0, 4308.0, 4250.0, 4278.0, 4238.0, 4278.0, 4274.0, 4292.0, 4246.0, 4276.0, 4246.0, 4276.0, 4238.0, 4288.0, 4251.0, 4279.0, 4266.0, 4268.0, 4246.0, 4257.0, 4240.0, 4272.0, 4250.0, 4261.0, 4240.0, 4274.0, 4268.0, 4299.0, 4268.0, 4286.0, 4263.0, 4287.0, 4292.0, 4273.0, 4291.0, 4264.0, 4291.0, 4262.0, 4294.0, 4292.0, 4272.0, 4290.0, 4250.0, 4289.0, 4264.0, 4294.0, 4283.0, 4291.0, 4265.0, 4294.0, 4278.0, 4307.0, 4287.0, 4295.0, 4277.0, 4305.0, 4264.0, 4295.0, 4281.0, 4293.0, 4291.0, 4272.0, 4291.0, 4260.0, 4290.0, 4270.0, 4276.0, 4248.0, 4277.0, 4251.0, 4280.0, 4271.0, 4291.0, 4270.0, 4289.0, 4262.0, 4279.0, 4260.0, 4289.0, 4260.0, 4279.0, 4247.0, 4277.0, 4236.0, 4268.0, 4239.0, 4280.0, 4259.0, 4269.0, 4239.0, 4269.0, 4259.0, 4271.0, 4280.0, 4272.0, 4238.0, 4261.0, 4267.0, 4261.0, 4290.0, 4272.0, 4281.0, 4284.0, 4291.0, 4265.0, 4283.0, 4262.0, 4283.0, 4274.0, 4292.0, 4265.0, 4294.0, 4277.0, 4295.0, 4285.0, 4305.0, 4276.0, 4294.0, 4284.0, 4295.0, 4286.0, 4293.0, 4265.0, 4293.0, 4272.0, 4292.0, 4262.0, 4280.0, 4239.0, 4279.0, 4248.0, 4280.0, 4278.0, 4261.0, 4288.0, 4269.0, 4277.0, 4249.0, 4277.0, 4237.0, 4279.0, 4249.0, 4268.0, 4241.0, 4279.0, 4252.0, 4293.0, 4262.0, 4281.0, 4241.0, 4280.0, 4251.0, 4282.0, 4291.0, 4261.0, 4239.0, 4260.0, 4279.0, 4263.0, 4293.0, 4284.0, 4270.0, 4263.0, 4292.0, 4287.0, 4296.0, 4287.0, 4293.0, 4265.0, 4293.0, 4273.0, 4281.0, 4273.0, 4280.0, 4263.0, 4289.0, 4263.0, 4292.0, 4283.0, 4281.0, 4283.0, 4250.0, 4293.0, 4290.0, 4271.0, 4278.0, 4257.0, 4277.0, 4237.0, 4276.0, 4236.0, 4278.0, 4245.0, 4266.0, 4225.0, 4265.0, 4223.0, 4256.0, 4265.0, 4246.0, 4225.0, 4246.0, 4265.0, 4238.0, 4278.0, 4258.0, 4268.0, 4237.0, 4268.0, 4238.0, 4259.0, 4259.0, 4259.0, 4228.0, 4251.0, 4268.0, 4253.0, 4283.0, 4262.0, 4271.0, 4242.0, 4272.0, 4260.0, 4284.0, 4290.0, 4272.0, 4290.0, 4251.0, 4280.0, 4250.0, 4280.0, 4260.0, 4270.0, 4238.0, 4261.0, 4290.0, 4272.0, 4281.0, 4271.0, 4278.0, 4251.0, 4281.0, 4252.0, 4281.0, 4259.0, 4269.0, 4238.0, 4272.0, 4278.0, 4272.0, 4292.0, 4260.0, 4268.0, 4237.0, 4270.0, 4247.0, 4260.0, 4279.0, 4270.0, 4267.0, 4239.0, 4269.0, 4250.0, 4280.0, 4260.0, 4273.0, 4252.0, 4284.0, 4240.0, 4282.0, 4270.0, 4290.0, 4269.0, 4296.0, 4278.0, 4299.0, 4311.0, 4236.0, 4195.0, 4226.0, 4255.0, 4273.0, 4334.0, 4276.0, 4308.0, 4288.0, 4294.0, 4253.0, 4291.0, 4250.0, 4278.0, 4246.0, 4267.0, 4250.0, 4290.0, 4252.0, 4295.0, 4280.0, 4268.0, 4226.0, 4247.0, 4287.0, 4271.0, 4290.0, 4279.0, 4245.0, 4239.0, 4267.0, 4249.0, 4278.0, 4249.0, 4289.0, 4248.0, 4267.0, 4250.0, 4279.0, 4260.0, 4271.0, 4289.0, 4270.0, 4279.0, 4250.0, 4277.0, 4257.0, 4278.0, 4237.0, 4278.0, 4257.0, 4246.0, 4224.0, 4249.0, 4275.0, 4238.0, 4276.0, 4258.0, 4279.0, 4247.0, 4267.0, 4238.0, 4258.0, 4247.0, 4248.0, 4278.0, 4251.0, 4268.0, 4239.0, 4280.0, 4249.0, 4279.0, 4253.0, 4283.0, 4260.0, 4272.0, 4240.0, 4272.0, 4291.0, 4272.0, 4280.0, 4273.0, 4280.0, 4241.0, 4284.0, 4291.0, 4262.0, 4239.0, 4262.0, 4272.0, 4265.0, 4304.0, 4274.0, 4294.0, 4275.0, 4292.0, 4266.0, 4296.0, 4283.0, 4273.0, 4292.0, 4261.0, 4289.0, 4249.0, 4283.0, 4278.0, 4260.0, 4256.0, 4249.0, 4288.0, 4259.0, 4268.0, 4237.0, 4258.0, 4250.0, 4260.0, 4250.0, 4275.0, 4291.0, 4272.0, 4241.0, 4262.0, 4262.0, 4273.0, 4302.0, 4286.0, 4293.0, 4254.0, 4294.0], 'WindowWidth': [9613.0, 9541.0, 9547.0, 9511.0, 9535.0, 9460.0, 9515.0, 9480.0, 9500.0, 9457.0, 9500.0, 9467.0, 9501.0, 9466.0, 9484.0, 9450.0, 9484.0, 9496.0, 9502.0, 9481.0, 9502.0, 9479.0, 9500.0, 9508.0, 9505.0, 9516.0, 9490.0, 9504.0, 9455.0, 9504.0, 9465.0, 9510.0, 9480.0, 9490.0, 9450.0, 9510.0, 9489.0, 9513.0, 9477.0, 9491.0, 9434.0, 9474.0, 9457.0, 9509.0, 9488.0, 9490.0, 9483.0, 9462.0, 9499.0, 9467.0, 9517.0, 9483.0, 9510.0, 9451.0, 9505.0, 9481.0, 9519.0, 9474.0, 9488.0, 9428.0, 9471.0, 9430.0, 9492.0, 9476.0, 9488.0, 9435.0, 9473.0, 9441.0, 9498.0, 9473.0, 9500.0, 9496.0, 9496.0, 9509.0, 9541.0, 9494.0, 9502.0, 9475.0, 9495.0, 9491.0, 9512.0, 9509.0, 9479.0, 9524.0, 9479.0, 9529.0, 9521.0, 9484.0, 9513.0, 9478.0, 9504.0, 9446.0, 9496.0, 9474.0, 9473.0, 9454.0, 9463.0, 9465.0, 9459.0, 9486.0, 9444.0, 9486.0, 9458.0, 9483.0, 9428.0, 9472.0, 9439.0, 9481.0, 9470.0, 9466.0, 9482.0, 9445.0, 9484.0, 9456.0, 9505.0, 9454.0, 9486.0, 9408.0, 9458.0, 9464.0, 9460.0, 9468.0, 9447.0, 9481.0, 9449.0, 9472.0, 9450.0, 9515.0, 9465.0, 9485.0, 9448.0, 9491.0, 9459.0, 9496.0, 9471.0, 9448.0, 9465.0, 9447.0, 9482.0, 9464.0, 9507.0, 9445.0, 9486.0, 9429.0, 9487.0, 9453.0, 9480.0, 9483.0, 9437.0, 9447.0, 9446.0, 9480.0, 9451.0, 9490.0, 9480.0, 9488.0, 9455.0, 9490.0, 9438.0, 9503.0, 9477.0, 9483.0, 9457.0, 9468.0, 9503.0, 9462.0, 9511.0, 9458.0, 9474.0, 9425.0, 9462.0, 9466.0, 9461.0, 9486.0, 9441.0, 9465.0, 9421.0, 9468.0, 9433.0, 9472.0, 9480.0, 9443.0, 9462.0, 9424.0, 9476.0, 9424.0, 9485.0, 9451.0, 9468.0, 9407.0, 9445.0, 9461.0, 9462.0, 9490.0, 9444.0, 9479.0, 9429.0, 9488.0, 9449.0, 9494.0, 9484.0, 9444.0, 9477.0, 9426.0, 9480.0, 9422.0, 9476.0, 9448.0, 9458.0, 9445.0, 9443.0, 9482.0, 9428.0, 9489.0, 9464.0, 9474.0, 9433.0, 9465.0, 9446.0, 9503.0, 9490.0, 9470.0, 9489.0, 9455.0, 9508.0, 9473.0, 9516.0, 9469.0, 9495.0, 9433.0, 9496.0, 9470.0, 9483.0, 9496.0, 9461.0, 9478.0, 9423.0, 9465.0, 9434.0, 9476.0, 9460.0, 9437.0, 9455.0, 9400.0, 9454.0, 9402.0, 9453.0, 9415.0, 9451.0, 9398.0, 9423.0, 9460.0, 9428.0, 9487.0, 9456.0, 9465.0, 9425.0, 9468.0, 9422.0, 9476.0, 9482.0, 9457.0, 9464.0, 9426.0, 9464.0, 9406.0, 9471.0, 9438.0, 9468.0, 9404.0, 9437.0, 9457.0, 9426.0, 9482.0, 9435.0, 9463.0, 9406.0, 9464.0, 9427.0, 9455.0, 9463.0, 9438.0, 9441.0, 9419.0, 9460.0, 9424.0, 9473.0, 9435.0, 9454.0, 9433.0, 9441.0, 9478.0, 9432.0, 9486.0, 9455.0, 9468.0, 9412.0, 9457.0, 9438.0, 9477.0, 9466.0, 9461.0, 9463.0, 9444.0, 9465.0, 9458.0, 9491.0, 9486.0, 9518.0, 9471.0, 9471.0, 9452.0, 9474.0, 9430.0, 9480.0, 9464.0, 9446.0, 9484.0, 9454.0, 9465.0, 9411.0, 9473.0, 9457.0, 9423.0, 9463.0, 9430.0, 9452.0, 9398.0, 9459.0, 9409.0, 9447.0, 9454.0, 9427.0, 9442.0, 9396.0, 9448.0, 9394.0, 9438.0, 9413.0, 9443.0, 9399.0, 9445.0, 9435.0, 9417.0, 9451.0, 9422.0, 9460.0, 9432.0, 9454.0, 9403.0, 9446.0, 9404.0, 9469.0, 9446.0, 9438.0, 9439.0, 9424.0, 9457.0, 9424.0, 9467.0, 9454.0, 9467.0, 9427.0, 9473.0, 9450.0, 9480.0, 9446.0, 9477.0, 9446.0, 9452.0, 9459.0, 9503.0, 9476.0, 9516.0, 9459.0, 9515.0, 9472.0, 9525.0, 9497.0, 9485.0, 9486.0, 9463.0, 9488.0, 9460.0, 9489.0, 9455.0, 9466.0, 9407.0, 9467.0, 9413.0, 9454.0, 9476.0, 9437.0, 9460.0, 9420.0, 9457.0, 9409.0, 9465.0, 9428.0, 9451.0, 9431.0, 9470.0, 9434.0, 9478.0, 9465.0, 9483.0, 9451.0, 9492.0, 9444.0, 9482.0, 9492.0, 9450.0, 9473.0, 9459.0, 9484.0, 9423.0, 9474.0, 9466.0, 9459.0, 9466.0, 9443.0, 9467.0, 9427.0, 9470.0, 9442.0, 9472.0, 9427.0, 9458.0, 9436.0, 9455.0, 9483.0, 9461.0, 9482.0, 9450.0, 9471.0, 9452.0, 9493.0, 9467.0, 9477.0, 9457.0, 9492.0, 9464.0, 9499.0, 9494.0, 9498.0, 9494.0, 9517.0, 9484.0, 9518.0, 9475.0, 9481.0, 9471.0, 9461.0, 9463.0, 9454.0, 9466.0, 9451.0, 9467.0, 9434.0, 9446.0, 9388.0, 9450.0, 9413.0, 9455.0, 9458.0, 9437.0, 9455.0, 9407.0, 9462.0, 9421.0, 9468.0, 9439.0, 9452.0, 9407.0, 9453.0, 9419.0, 9457.0, 9464.0, 9456.0, 9460.0, 9430.0, 9467.0, 9430.0, 9474.0, 9443.0, 9471.0, 9432.0, 9475.0, 9453.0, 9477.0, 9485.0, 9462.0, 9464.0, 9461.0, 9483.0, 9451.0, 9494.0, 9464.0, 9474.0, 9451.0, 9491.0, 9454.0, 9494.0, 9454.0, 9494.0, 9453.0, 9511.0, 9466.0, 9501.0, 9474.0, 9492.0, 9443.0, 9476.0, 9466.0, 9474.0, 9486.0, 9456.0, 9463.0, 9422.0, 9463.0, 9420.0, 9469.0, 9432.0, 9464.0, 9400.0, 9446.0, 9433.0, 9413.0, 9454.0, 9428.0, 9438.0, 9398.0, 9444.0, 9388.0, 9451.0, 9419.0, 9451.0, 9404.0, 9450.0, 9440.0, 9437.0, 9468.0, 9436.0, 9463.0, 9420.0, 9461.0, 9408.0, 9457.0, 9438.0, 9456.0, 9421.0, 9443.0, 9462.0, 9427.0, 9481.0, 9452.0, 9470.0, 9426.0, 9469.0, 9433.0, 9455.0, 9460.0, 9446.0, 9481.0, 9456.0, 9465.0, 9429.0, 9468.0, 9430.0, 9491.0, 9446.0, 9477.0, 9441.0, 9464.0, 9467.0, 9464.0, 9489.0, 9460.0, 9469.0, 9424.0, 9470.0, 9433.0, 9458.0, 9479.0, 9453.0, 9461.0, 9422.0, 9465.0, 9428.0, 9454.0, 9459.0, 9438.0, 9457.0, 9426.0, 9452.0, 9428.0, 9456.0, 9453.0, 9492.0, 9479.0, 9498.0, 9473.0, 9498.0, 9472.0, 9498.0, 9442.0, 9506.0, 9508.0, 9470.0, 9496.0, 9461.0, 9473.0, 9427.0, 9474.0, 9458.0, 9444.0, 9481.0, 9441.0, 9465.0, 9425.0, 9466.0, 9419.0, 9455.0, 9447.0, 9453.0, 9446.0, 9436.0, 9472.0, 9409.0, 9463.0, 9423.0, 9467.0, 9429.0, 9471.0, 9436.0, 9458.0, 9463.0, 9459.0, 9469.0, 9454.0, 9466.0, 9407.0, 9455.0, 9443.0, 9452.0, 9463.0, 9436.0, 9460.0, 9405.0, 9450.0, 9421.0, 9454.0, 9448.0, 9444.0, 9464.0, 9431.0, 9471.0, 9449.0, 9492.0, 9453.0, 9478.0, 9452.0, 9482.0, 9447.0, 9485.0, 9507.0, 9492.0, 9541.0, 9482.0, 9439.0, 9374.0, 9411.0, 9479.0, 9506.0, 9466.0, 9518.0, 9468.0, 9472.0, 9430.0, 9448.0, 9398.0, 9378.0, 9427.0, 9405.0, 9433.0, 9469.0, 9480.0, 9518.0, 9488.0, 9495.0, 9462.0, 9441.0, 9469.0, 9416.0, 9456.0, 9433.0, 9454.0, 9474.0, 9453.0, 9463.0, 9416.0, 9435.0, 9384.0, 9432.0, 9455.0, 9454.0, 9473.0, 9427.0, 9467.0, 9462.0, 9491.0, 9486.0, 9480.0, 9491.0, 9464.0, 9450.0, 9491.0, 9511.0, 9456.0, 9476.0, 9463.0, 9461.0, 9488.0, 9462.0, 9514.0, 9471.0, 9494.0, 9449.0, 9492.0, 9465.0, 9458.0, 9466.0, 9435.0, 9464.0, 9413.0, 9454.0, 9405.0, 9424.0, 9427.0, 9408.0, 9430.0, 9416.0, 9443.0, 9415.0, 9443.0, 9401.0, 9446.0, 9442.0, 9441.0, 9476.0, 9440.0, 9463.0, 9426.0, 9471.0, 9455.0, 9474.0, 9470.0, 9490.0, 9475.0, 9517.0, 9473.0, 9509.0, 9502.0, 9492.0, 9462.0, 9509.0, 9489.0, 9449.0, 9483.0, 9514.0, 9528.0, 9505.0, 9543.0, 9519.0, 9511.0, 9457.0, 9504.0, 9480.0, 9508.0, 9458.0, 9481.0, 9420.0, 9469.0, 9444.0, 9452.0, 9442.0, 9452.0, 9457.0, 9435.0, 9408.0, 9442.0, 9462.0, 9461.0, 9484.0, 9445.0, 9481.0, 9444.0, 9470.0, 9445.0, 9472.0, 9443.0, 9458.0, 9445.0, 9471.0, 9417.0, 9476.0, 9457.0, 9465.0, 9486.0, 9463.0, 9482.0, 9452.0, 9494.0, 9463.0, 9483.0, 9455.0, 9476.0, 9458.0, 9516.0, 9471.0, 9487.0, 9459.0, 9506.0, 9482.0, 9490.0, 9508.0, 9484.0, 9504.0, 9472.0, 9504.0, 9486.0, 9497.0, 9470.0, 9489.0, 9452.0, 9489.0, 9463.0, 9489.0, 9439.0, 9470.0, 9425.0, 9463.0, 9416.0, 9454.0, 9477.0, 9453.0, 9460.0, 9439.0, 9457.0, 9425.0, 9467.0, 9455.0, 9465.0, 9438.0, 9463.0, 9409.0, 9449.0, 9431.0, 9467.0, 9448.0, 9485.0, 9451.0, 9474.0, 9475.0, 9502.0, 9484.0, 9490.0, 9454.0, 9495.0, 9453.0, 9493.0, 9479.0, 9489.0, 9452.0, 9492.0, 9470.0, 9513.0, 9467.0, 9489.0, 9457.0, 9512.0, 9488.0, 9489.0, 9450.0, 9487.0, 9448.0, 9489.0, 9484.0, 9486.0, 9530.0, 9548.0, 9492.0, 9544.0, 9515.0, 9423.0, 9454.0, 9400.0, 9454.0, 9461.0, 9482.0, 9408.0, 9449.0, 9410.0, 9449.0, 9401.0, 9470.0, 9424.0, 9460.0, 9435.0, 9442.0, 9407.0, 9424.0, 9410.0, 9455.0, 9422.0, 9440.0, 9409.0, 9464.0, 9463.0, 9507.0, 9463.0, 9483.0, 9448.0, 9484.0, 9482.0, 9459.0, 9483.0, 9448.0, 9484.0, 9442.0, 9489.0, 9482.0, 9457.0, 9476.0, 9425.0, 9478.0, 9451.0, 9493.0, 9474.0, 9483.0, 9453.0, 9490.0, 9475.0, 9513.0, 9487.0, 9492.0, 9471.0, 9509.0, 9449.0, 9495.0, 9468.0, 9488.0, 9478.0, 9456.0, 9481.0, 9436.0, 9480.0, 9448.0, 9453.0, 9420.0, 9457.0, 9425.0, 9463.0, 9454.0, 9481.0, 9453.0, 9475.0, 9441.0, 9461.0, 9435.0, 9474.0, 9434.0, 9461.0, 9415.0, 9454.0, 9397.0, 9443.0, 9405.0, 9464.0, 9432.0, 9447.0, 9406.0, 9448.0, 9433.0, 9454.0, 9461.0, 9456.0, 9404.0, 9438.0, 9442.0, 9439.0, 9477.0, 9456.0, 9466.0, 9476.0, 9480.0, 9453.0, 9474.0, 9444.0, 9472.0, 9463.0, 9485.0, 9451.0, 9491.0, 9471.0, 9496.0, 9481.0, 9506.0, 9470.0, 9491.0, 9478.0, 9494.0, 9483.0, 9490.0, 9452.0, 9488.0, 9455.0, 9488.0, 9441.0, 9463.0, 9407.0, 9463.0, 9417.0, 9463.0, 9456.0, 9440.0, 9471.0, 9447.0, 9454.0, 9418.0, 9456.0, 9404.0, 9461.0, 9420.0, 9446.0, 9413.0, 9463.0, 9430.0, 9488.0, 9443.0, 9468.0, 9412.0, 9467.0, 9426.0, 9472.0, 9480.0, 9439.0, 9406.0, 9438.0, 9461.0, 9446.0, 9488.0, 9476.0, 9450.0, 9446.0, 9485.0, 9487.0, 9498.0, 9487.0, 9488.0, 9452.0, 9486.0, 9457.0, 9468.0, 9458.0, 9464.0, 9449.0, 9479.0, 9448.0, 9483.0, 9473.0, 9467.0, 9473.0, 9423.0, 9489.0, 9482.0, 9452.0, 9460.0, 9428.0, 9453.0, 9399.0, 9451.0, 9398.0, 9460.0, 9409.0, 9438.0, 9379.0, 9434.0, 9375.0, 9423.0, 9434.0, 9410.0, 9380.0, 9413.0, 9435.0, 9404.0, 9458.0, 9429.0, 9442.0, 9401.0, 9442.0, 9402.0, 9434.0, 9433.0, 9434.0, 9390.0, 9426.0, 9447.0, 9432.0, 9474.0, 9443.0, 9451.0, 9415.0, 9456.0, 9435.0, 9475.0, 9479.0, 9455.0, 9476.0, 9427.0, 9464.0, 9422.0, 9466.0, 9436.0, 9450.0, 9404.0, 9440.0, 9477.0, 9455.0, 9466.0, 9453.0, 9459.0, 9426.0, 9466.0, 9430.0, 9469.0, 9434.0, 9448.0, 9406.0, 9457.0, 9458.0, 9455.0, 9486.0, 9436.0, 9444.0, 9402.0, 9448.0, 9413.0, 9439.0, 9461.0, 9447.0, 9440.0, 9407.0, 9447.0, 9423.0, 9464.0, 9438.0, 9459.0, 9431.0, 9477.0, 9414.0, 9470.0, 9468.0, 9494.0, 9464.0, 9498.0, 9475.0, 9505.0, 9526.0, 9384.0, 9330.0, 9371.0, 9408.0, 9455.0, 9565.0, 9466.0, 9514.0, 9488.0, 9489.0, 9434.0, 9480.0, 9424.0, 9459.0, 9413.0, 9441.0, 9424.0, 9478.0, 9428.0, 9493.0, 9463.0, 9445.0, 9385.0, 9415.0, 9468.0, 9455.0, 9482.0, 9462.0, 9408.0, 9406.0, 9441.0, 9421.0, 9457.0, 9420.0, 9476.0, 9419.0, 9442.0, 9424.0, 9462.0, 9435.0, 9455.0, 9477.0, 9450.0, 9459.0, 9422.0, 9457.0, 9427.0, 9457.0, 9399.0, 9457.0, 9422.0, 9410.0, 9378.0, 9420.0, 9449.0, 9403.0, 9452.0, 9429.0, 9461.0, 9413.0, 9439.0, 9401.0, 9430.0, 9413.0, 9419.0, 9458.0, 9425.0, 9444.0, 9406.0, 9464.0, 9424.0, 9463.0, 9432.0, 9473.0, 9440.0, 9455.0, 9412.0, 9458.0, 9481.0, 9458.0, 9465.0, 9457.0, 9465.0, 9412.0, 9475.0, 9479.0, 9442.0, 9408.0, 9445.0, 9457.0, 9452.0, 9505.0, 9464.0, 9491.0, 9466.0, 9485.0, 9454.0, 9497.0, 9473.0, 9461.0, 9482.0, 9441.0, 9476.0, 9422.0, 9474.0, 9459.0, 9437.0, 9426.0, 9421.0, 9472.0, 9432.0, 9446.0, 9402.0, 9430.0, 9425.0, 9438.0, 9426.0, 9467.0, 9482.0, 9458.0, 9415.0, 9446.0, 9444.0, 9462.0, 9499.0, 9483.0, 9488.0, 9435.0, 9489.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.00651917438271605</td></tr>
<tr><td colspan=3>aqi</td><td>0.05009094969135803</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.42388729264863</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3534380626795366</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059655742702711</td></tr>
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
<tr><td colspan=3>fber</td><td>6064.1685</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10762497210939374</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.638888888888889</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3444102383974315</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.24870831002298</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4887446679364307</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.295777737232884</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105603</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00910794734954834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023845624178647995</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.210045666034346</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1556</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4498</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.4861</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298443.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.54</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.6943</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3476.4312</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1382.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.5812</td></tr>
<tr><td colspan=3>tsnr</td><td>32.54137175006326</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>