<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-02/func/sub-0029_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>bec15cf2e13626b0537e0722007fcb0c</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>11:55:18.107500</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_VE11C_LATEST_20160120</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.999199, -0.0339544, -0.0211742, 0.0357659, 0.995113, 0.0920324]</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.122197</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7795, -7204, 570, -35, -220, -27, 52]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c1a962b3-614e-4085-9ded-58a6a7150528||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807780265808105, 0.09595724940299988, -0.04845375195145607, 112.40705871582031], [0.09109728038311005, 2.669816732406616, 0.250333309173584, -93.83434295654297], [-0.05680886283516884, -0.24691632390022278, 2.6879332065582275, -24.729276657104492], [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': ['115518.107500', '115518.567500', '115519.027500', '115519.487500', '115519.947500', '115520.407500', '115520.867500', '115521.327500', '115521.787500', '115522.247500', '115522.707500', '115523.167500', '115523.627500', '115524.087500', '115524.547500', '115525.007500', '115525.467500', '115525.927500', '115526.387500', '115526.847500', '115527.307500', '115527.767500', '115528.227500', '115528.687500', '115529.147500', '115529.607500', '115530.067500', '115530.527500', '115530.987500', '115531.447500', '115531.907500', '115532.367500', '115532.827500', '115533.287500', '115533.747500', '115534.207500', '115534.667500', '115535.127500', '115535.587500', '115536.047500', '115536.507500', '115536.967500', '115537.427500', '115537.887500', '115538.347500', '115538.807500', '115539.267500', '115539.727500', '115540.187500', '115540.647500', '115541.107500', '115541.567500', '115542.027500', '115542.487500', '115542.947500', '115543.407500', '115543.867500', '115544.327500', '115544.787500', '115545.247500', '115545.707500', '115546.167500', '115546.627500', '115547.087500', '115547.547500', '115548.007500', '115548.467500', '115548.927500', '115549.387500', '115549.847500', '115550.307500', '115550.767500', '115551.227500', '115551.687500', '115552.147500', '115552.607500', '115553.067500', '115553.527500', '115553.987500', '115554.447500', '115554.907500', '115555.367500', '115555.827500', '115556.287500', '115556.747500', '115557.207500', '115557.667500', '115558.127500', '115558.587500', '115559.047500', '115559.507500', '115559.967500', '115600.427500', '115600.887500', '115601.347500', '115601.807500', '115602.267500', '115602.727500', '115603.187500', '115603.647500', '115604.107500', '115604.567500', '115605.027500', '115605.487500', '115605.947500', '115606.407500', '115606.867500', '115607.327500', '115607.787500', '115608.247500', '115608.707500', '115609.167500', '115609.627500', '115610.087500', '115610.547500', '115611.007500', '115611.467500', '115611.927500', '115612.387500', '115612.847500', '115613.307500', '115613.767500', '115614.227500', '115614.687500', '115615.147500', '115615.607500', '115616.067500', '115616.527500', '115616.987500', '115617.447500', '115617.907500', '115618.367500', '115618.827500', '115619.287500', '115619.747500', '115620.207500', '115620.667500', '115621.127500', '115621.587500', '115622.047500', '115622.507500', '115622.967500', '115623.427500', '115623.887500', '115624.347500', '115624.807500', '115625.267500', '115625.727500', '115626.187500', '115626.647500', '115627.107500', '115627.567500', '115628.027500', '115628.487500', '115628.947500', '115629.407500', '115629.867500', '115630.327500', '115630.787500', '115631.247500', '115631.707500', '115632.167500', '115632.627500', '115633.087500', '115633.547500', '115634.007500', '115634.467500', '115634.927500', '115635.387500', '115635.847500', '115636.307500', '115636.767500', '115637.227500', '115637.687500', '115638.147500', '115638.607500', '115639.067500', '115639.527500', '115639.987500', '115640.447500', '115640.907500', '115641.367500', '115641.827500', '115642.287500', '115642.747500', '115643.207500', '115643.667500', '115644.127500', '115644.587500', '115645.047500', '115645.507500', '115645.967500', '115646.427500', '115646.887500', '115647.347500', '115647.807500', '115648.267500', '115648.727500', '115649.187500', '115649.647500', '115650.107500', '115650.567500', '115651.027500', '115651.487500', '115651.947500', '115652.407500', '115652.867500', '115653.327500', '115653.787500', '115654.247500', '115654.707500', '115655.167500', '115655.627500', '115656.087500', '115656.547500', '115657.007500', '115657.467500', '115657.927500', '115658.387500', '115658.847500', '115659.307500', '115659.767500', '115700.227500', '115700.687500', '115701.147500', '115701.607500', '115702.067500', '115702.527500', '115702.987500', '115703.447500', '115703.907500', '115704.367500', '115704.827500', '115705.287500', '115705.747500', '115706.207500', '115706.667500', '115707.127500', '115707.587500', '115708.047500', '115708.507500', '115708.967500', '115709.427500', '115709.887500', '115710.347500', '115710.807500', '115711.267500', '115711.727500', '115712.187500', '115712.647500', '115713.107500', '115713.567500', '115714.027500', '115714.487500', '115714.947500', '115715.407500', '115715.867500', '115716.327500', '115716.787500', '115717.247500', '115717.707500', '115718.167500', '115718.627500', '115719.087500', '115719.547500', '115720.007500', '115720.467500', '115720.927500', '115721.387500', '115721.847500', '115722.307500', '115722.767500', '115723.227500', '115723.687500', '115724.147500', '115724.607500', '115725.067500', '115725.527500', '115725.987500', '115726.447500', '115726.907500', '115727.367500', '115727.827500', '115728.287500', '115728.747500', '115729.207500', '115729.667500', '115730.127500', '115730.587500', '115731.047500', '115731.507500', '115731.967500', '115732.427500', '115732.887500', '115733.347500', '115733.807500', '115734.267500', '115734.727500', '115735.187500', '115735.647500', '115736.107500', '115736.567500', '115737.027500', '115737.487500', '115737.947500', '115738.407500', '115738.867500', '115739.327500', '115739.787500', '115740.247500', '115740.707500', '115741.167500', '115741.627500', '115742.087500', '115742.547500', '115743.007500', '115743.467500', '115743.927500', '115744.387500', '115744.847500', '115745.307500', '115745.767500', '115746.227500', '115746.687500', '115747.147500', '115747.607500', '115748.067500', '115748.527500', '115748.987500', '115749.447500', '115749.907500', '115750.367500', '115750.827500', '115751.287500', '115751.747500', '115752.207500', '115752.667500', '115753.127500', '115753.587500', '115754.047500', '115754.507500', '115754.967500', '115755.427500', '115755.887500', '115756.347500', '115756.807500', '115757.267500', '115757.727500', '115758.187500', '115758.647500', '115759.107500', '115759.567500', '115800.027500', '115800.487500', '115800.947500', '115801.407500', '115801.867500', '115802.327500', '115802.787500', '115803.247500', '115803.707500', '115804.167500', '115804.627500', '115805.087500', '115805.547500', '115806.007500', '115806.467500', '115806.927500', '115807.387500', '115807.847500', '115808.307500', '115808.767500', '115809.227500', '115809.687500', '115810.147500', '115810.607500', '115811.067500', '115811.527500', '115811.987500', '115812.447500', '115812.907500', '115813.367500', '115813.827500', '115814.287500', '115814.747500', '115815.207500', '115815.667500', '115816.127500', '115816.587500', '115817.047500', '115817.507500', '115817.967500', '115818.427500', '115818.887500', '115819.347500', '115819.807500', '115820.267500', '115820.727500', '115821.187500', '115821.647500', '115822.107500', '115822.567500', '115823.027500', '115823.487500', '115823.947500', '115824.407500', '115824.867500', '115825.327500', '115825.787500', '115826.247500', '115826.707500', '115827.167500', '115827.627500', '115828.087500', '115828.547500', '115829.007500', '115829.467500', '115829.927500', '115830.387500', '115830.847500', '115831.307500', '115831.767500', '115832.227500', '115832.687500', '115833.147500', '115833.607500', '115834.067500', '115834.527500', '115834.987500', '115835.447500', '115835.907500', '115836.367500', '115836.827500', '115837.287500', '115837.747500', '115838.207500', '115838.667500', '115839.127500', '115839.587500', '115840.047500', '115840.507500', '115840.967500', '115841.427500', '115841.887500', '115842.347500', '115842.807500', '115843.267500', '115843.727500', '115844.187500', '115844.647500', '115845.107500', '115845.567500', '115846.027500', '115846.487500', '115846.947500', '115847.407500', '115847.867500', '115848.327500', '115848.787500', '115849.247500', '115849.707500', '115850.167500', '115850.627500', '115851.087500', '115851.547500', '115852.007500', '115852.467500', '115852.927500', '115853.387500', '115853.847500', '115854.307500', '115854.767500', '115855.227500', '115855.687500', '115856.147500', '115856.607500', '115857.067500', '115857.527500', '115857.987500', '115858.447500', '115858.907500', '115859.367500', '115859.827500', '115900.287500', '115900.747500', '115901.207500', '115901.667500', '115902.127500', '115902.587500', '115903.047500', '115903.507500', '115903.967500', '115904.427500', '115904.887500', '115905.347500', '115905.807500', '115906.267500', '115906.727500', '115907.187500', '115907.647500', '115908.107500', '115908.567500', '115909.027500', '115909.487500', '115909.947500', '115910.407500', '115910.867500', '115911.327500', '115911.787500', '115912.247500', '115912.707500', '115913.167500', '115913.627500', '115914.087500', '115914.547500', '115915.007500', '115915.467500', '115915.927500', '115916.387500', '115916.847500', '115917.307500', '115917.767500', '115918.227500', '115918.687500', '115919.147500', '115919.607500', '115920.067500', '115920.527500', '115920.987500', '115921.447500', '115921.907500', '115922.367500', '115922.827500', '115923.287500', '115923.747500', '115924.207500', '115924.667500', '115925.127500', '115925.587500', '115926.047500', '115926.507500', '115926.967500', '115927.427500', '115927.887500', '115928.347500', '115928.807500', '115929.267500', '115929.727500', '115930.187500', '115930.647500', '115931.107500', '115931.567500', '115932.027500', '115932.487500', '115932.947500', '115933.407500', '115933.867500', '115934.327500', '115934.787500', '115935.247500', '115935.707500', '115936.167500', '115936.627500', '115937.087500', '115937.547500', '115938.007500', '115938.467500', '115938.927500', '115939.387500', '115939.847500', '115940.307500', '115940.767500', '115941.227500', '115941.687500', '115942.147500', '115942.607500', '115943.067500', '115943.527500', '115943.987500', '115944.447500', '115944.907500', '115945.367500', '115945.827500', '115946.287500', '115946.747500', '115947.207500', '115947.667500', '115948.127500', '115948.587500', '115949.047500', '115949.507500', '115949.967500', '115950.427500', '115950.887500', '115951.347500', '115951.807500', '115952.267500', '115952.727500', '115953.187500', '115953.647500', '115954.107500', '115954.567500', '115955.027500', '115955.487500', '115955.947500', '115956.407500', '115956.867500', '115957.327500', '115957.787500', '115958.247500', '115958.707500', '115959.167500', '115959.627500', '120000.087500', '120000.547500', '120001.007500', '120001.467500', '120001.927500', '120002.387500', '120002.847500', '120003.307500', '120003.767500', '120004.227500', '120004.687500', '120005.147500', '120005.607500', '120006.067500', '120006.527500', '120006.987500', '120007.447500', '120007.907500', '120008.367500', '120008.827500', '120009.287500', '120009.747500', '120010.207500', '120010.667500', '120011.127500', '120011.587500', '120012.047500', '120012.507500', '120012.967500', '120013.427500', '120013.887500', '120014.347500', '120014.807500', '120015.267500', '120015.727500', '120016.187500', '120016.647500', '120017.107500', '120017.567500', '120018.027500', '120018.487500', '120018.947500', '120019.407500', '120019.867500', '120020.327500', '120020.787500', '120021.247500', '120021.707500', '120022.167500', '120022.627500', '120023.087500', '120023.547500', '120024.007500', '120024.467500', '120024.927500', '120025.387500', '120025.847500', '120026.307500', '120026.767500', '120027.227500', '120027.687500', '120028.147500', '120028.607500', '120029.067500', '120029.527500', '120029.987500', '120030.447500', '120030.907500', '120031.367500', '120031.827500', '120032.287500', '120032.747500', '120033.207500', '120033.667500', '120034.127500', '120034.587500', '120035.047500', '120035.507500', '120035.967500', '120036.427500', '120036.887500', '120037.347500', '120037.807500', '120038.267500', '120038.727500', '120039.187500', '120039.647500', '120040.107500', '120040.567500', '120041.027500', '120041.487500', '120041.947500', '120042.407500', '120042.867500', '120043.327500', '120043.787500', '120044.247500', '120044.707500', '120045.167500', '120045.627500', '120046.087500', '120046.547500', '120047.007500', '120047.467500', '120047.927500', '120048.387500', '120048.847500', '120049.307500', '120049.767500', '120050.227500', '120050.687500', '120051.147500', '120051.607500', '120052.067500', '120052.527500', '120052.987500', '120053.447500', '120053.907500', '120054.367500', '120054.827500', '120055.287500', '120055.747500', '120056.207500', '120056.667500', '120057.127500', '120057.587500', '120058.047500', '120058.507500', '120058.967500', '120059.427500', '120059.887500', '120100.347500', '120100.807500', '120101.267500', '120101.727500', '120102.187500', '120102.647500', '120103.107500', '120103.567500', '120104.027500', '120104.487500', '120104.947500', '120105.407500', '120105.867500', '120106.327500', '120106.787500', '120107.247500', '120107.707500', '120108.167500', '120108.627500', '120109.087500', '120109.547500', '120110.007500', '120110.467500', '120110.927500', '120111.387500', '120111.847500', '120112.307500', '120112.767500', '120113.227500', '120113.687500', '120114.147500', '120114.607500', '120115.067500', '120115.527500', '120115.987500', '120116.447500', '120116.907500', '120117.367500', '120117.827500', '120118.287500', '120118.747500', '120119.207500', '120119.667500', '120120.127500', '120120.587500', '120121.047500', '120121.507500', '120121.967500', '120122.427500', '120122.887500', '120123.347500', '120123.807500', '120124.267500', '120124.727500', '120125.187500', '120125.647500', '120126.107500', '120126.567500', '120127.027500', '120127.487500', '120127.947500', '120128.407500', '120128.867500', '120129.327500', '120129.787500', '120130.247500', '120130.707500', '120131.167500', '120131.627500', '120132.087500', '120132.547500', '120133.007500', '120133.467500', '120133.927500', '120134.387500', '120134.847500', '120135.307500', '120135.767500', '120136.227500', '120136.687500', '120137.147500', '120137.607500', '120138.067500', '120138.527500', '120138.987500', '120139.447500', '120139.907500', '120140.367500', '120140.827500', '120141.287500', '120141.747500', '120142.207500', '120142.667500', '120143.127500', '120143.587500', '120144.047500', '120144.507500', '120144.967500', '120145.427500', '120145.887500', '120146.347500', '120146.807500', '120147.267500', '120147.727500', '120148.187500', '120148.647500', '120149.107500', '120149.567500', '120150.027500', '120150.487500', '120150.947500', '120151.407500', '120151.867500', '120152.327500', '120152.787500', '120153.247500', '120153.707500', '120154.167500', '120154.627500', '120155.087500', '120155.547500', '120156.007500', '120156.467500', '120156.927500', '120157.387500', '120157.847500', '120158.307500', '120158.767500', '120159.227500', '120159.687500', '120200.147500', '120200.607500', '120201.067500', '120201.527500', '120201.987500', '120202.447500', '120202.907500', '120203.367500', '120203.827500', '120204.287500', '120204.747500', '120205.207500', '120205.667500', '120206.127500', '120206.587500', '120207.047500', '120207.507500', '120207.967500', '120208.427500', '120208.887500', '120209.347500', '120209.807500', '120210.267500', '120210.727500', '120211.187500', '120211.647500', '120212.107500', '120212.567500', '120213.027500', '120213.487500', '120213.947500', '120214.407500', '120214.867500', '120215.327500', '120215.787500', '120216.247500', '120216.707500', '120217.167500', '120217.627500', '120218.087500', '120218.547500', '120219.007500', '120219.467500', '120219.927500', '120220.387500', '120220.847500', '120221.307500', '120221.767500', '120222.227500', '120222.687500', '120223.147500', '120223.607500', '120224.067500', '120224.527500', '120224.987500', '120225.447500', '120225.907500', '120226.367500', '120226.827500', '120227.287500', '120227.747500', '120228.207500', '120228.667500', '120229.127500', '120229.587500', '120230.047500', '120230.507500', '120230.967500', '120231.427500', '120231.887500', '120232.347500', '120232.807500', '120233.267500', '120233.727500', '120234.187500', '120234.647500', '120235.107500', '120235.567500', '120236.027500', '120236.487500', '120236.947500', '120237.407500', '120237.867500', '120238.327500', '120238.787500', '120239.247500', '120239.707500', '120240.167500', '120240.627500', '120241.087500', '120241.547500', '120242.007500', '120242.467500', '120242.927500', '120243.387500', '120243.847500', '120244.307500', '120244.767500', '120245.227500', '120245.687500', '120246.147500', '120246.607500', '120247.067500', '120247.527500', '120247.987500', '120248.447500', '120248.907500', '120249.367500', '120249.827500', '120250.287500', '120250.747500', '120251.207500', '120251.667500', '120252.127500', '120252.587500', '120253.047500', '120253.507500', '120253.967500', '120254.427500', '120254.887500', '120255.347500', '120255.807500', '120256.267500', '120256.727500', '120257.187500', '120257.647500', '120258.107500', '120258.567500', '120259.027500', '120259.487500', '120259.947500', '120300.407500', '120300.867500', '120301.327500', '120301.787500', '120302.247500', '120302.707500', '120303.167500', '120303.627500', '120304.087500', '120304.547500', '120305.007500', '120305.467500', '120305.927500', '120306.387500', '120306.847500', '120307.307500', '120307.767500', '120308.227500', '120308.687500', '120309.147500', '120309.607500', '120310.067500', '120310.527500', '120310.987500', '120311.447500', '120311.907500', '120312.367500', '120312.827500', '120313.287500', '120313.747500', '120314.207500', '120314.667500', '120315.127500', '120315.587500', '120316.047500', '120316.507500', '120316.967500', '120317.427500', '120317.887500', '120318.347500', '120318.807500', '120319.267500', '120319.727500', '120320.187500', '120320.647500', '120321.107500', '120321.567500', '120322.027500', '120322.487500', '120322.947500', '120323.407500', '120323.867500', '120324.327500', '120324.787500', '120325.247500', '120325.707500', '120326.167500', '120326.627500', '120327.087500', '120327.547500', '120328.007500', '120328.467500', '120328.927500', '120329.387500', '120329.847500', '120330.307500', '120330.767500', '120331.227500', '120331.687500', '120332.147500', '120332.607500', '120333.067500', '120333.527500', '120333.987500', '120334.447500', '120334.907500', '120335.367500', '120335.827500', '120336.287500', '120336.747500', '120337.207500', '120337.667500', '120338.127500', '120338.587500', '120339.047500', '120339.507500', '120339.967500', '120340.427500', '120340.887500', '120341.347500', '120341.807500', '120342.267500', '120342.727500', '120343.187500', '120343.647500', '120344.107500', '120344.567500', '120345.027500', '120345.487500', '120345.947500', '120346.407500', '120346.867500', '120347.327500', '120347.787500', '120348.247500', '120348.707500', '120349.167500', '120349.627500', '120350.087500', '120350.547500', '120351.007500', '120351.467500', '120351.927500', '120352.387500', '120352.847500', '120353.307500', '120353.767500', '120354.227500', '120354.687500', '120355.147500', '120355.607500', '120356.067500', '120356.527500', '120356.987500', '120357.447500', '120357.907500', '120358.367500', '120358.827500', '120359.287500', '120359.747500', '120400.207500', '120400.667500', '120401.127500', '120401.587500', '120402.047500', '120402.507500', '120402.967500', '120403.427500', '120403.887500', '120404.347500', '120404.807500', '120405.267500', '120405.727500', '120406.187500', '120406.647500', '120407.107500', '120407.567500', '120408.027500', '120408.487500', '120408.947500', '120409.407500', '120409.867500', '120410.327500', '120410.787500', '120411.247500', '120411.707500', '120412.167500', '120412.627500', '120413.087500', '120413.547500', '120414.007500', '120414.467500', '120414.927500', '120415.387500', '120415.847500', '120416.307500', '120416.767500', '120417.227500', '120417.687500', '120418.147500', '120418.607500', '120419.067500', '120419.527500', '120419.987500', '120420.447500', '120420.907500', '120421.367500', '120421.827500', '120422.287500', '120422.747500', '120423.207500', '120423.667500', '120424.127500', '120424.587500', '120425.047500', '120425.507500', '120425.967500', '120426.427500', '120426.887500', '120427.347500', '120427.807500', '120428.267500', '120428.727500', '120429.187500', '120429.647500', '120430.107500', '120430.567500', '120431.027500', '120431.487500', '120431.947500', '120432.407500', '120432.867500', '120433.327500', '120433.787500', '120434.247500', '120434.707500', '120435.167500', '120435.627500', '120436.087500', '120436.547500', '120437.007500', '120437.467500', '120437.927500', '120438.387500', '120438.847500', '120439.307500', '120439.767500', '120440.227500', '120440.687500', '120441.147500', '120441.607500', '120442.067500', '120442.527500', '120442.987500', '120443.447500', '120443.907500', '120444.367500', '120444.827500', '120445.287500', '120445.747500', '120446.207500', '120446.667500', '120447.127500', '120447.587500', '120448.047500', '120448.507500', '120448.967500', '120449.427500', '120449.887500', '120450.347500', '120450.807500', '120451.267500', '120451.727500', '120452.187500', '120452.647500', '120453.107500', '120453.567500', '120454.027500', '120454.487500', '120454.947500', '120455.407500', '120455.867500', '120456.327500', '120456.787500', '120457.247500', '120457.707500', '120458.167500', '120458.627500', '120459.087500', '120459.547500', '120500.007500', '120500.467500', '120500.927500', '120501.387500', '120501.847500', '120502.307500', '120502.767500', '120503.227500', '120503.687500', '120504.147500', '120504.607500', '120505.067500', '120505.527500', '120505.987500', '120506.447500', '120506.907500', '120507.367500', '120507.827500', '120508.287500', '120508.747500', '120509.207500', '120509.667500', '120510.127500', '120510.587500', '120511.047500', '120511.507500', '120511.967500', '120512.427500', '120512.887500', '120513.347500', '120513.807500', '120514.267500', '120514.727500'], 'ContentTime': ['115538.529000', '115538.532000', '115538.535000', '115538.538000', '115538.541000', '115538.543000', '115538.546000', '115538.549000', '115538.552000', '115538.555000', '115538.558000', '115538.561000', '115538.563000', '115538.566000', '115538.569000', '115538.572000', '115538.581000', '115538.584000', '115538.587000', '115538.590000', '115538.593000', '115538.595000', '115538.598000', '115538.601000', '115538.604000', '115538.607000', '115538.610000', '115538.613000', '115538.615000', '115538.618000', '115538.621000', '115538.624000', '115538.627000', '115538.630000', '115538.633000', '115538.635000', '115538.638000', '115538.641000', '115538.644000', '115538.647000', '115538.649000', '115538.652000', '115538.655000', '115558.504000', '115558.507000', '115558.510000', '115558.512000', '115558.515000', '115558.518000', '115558.521000', '115558.524000', '115558.526000', '115558.529000', '115558.532000', '115558.535000', '115558.538000', '115558.541000', '115558.544000', '115558.546000', '115558.549000', '115558.552000', '115558.555000', '115558.558000', '115558.560000', '115558.563000', '115558.566000', '115558.569000', '115558.572000', '115558.575000', '115558.577000', '115558.580000', '115558.583000', '115558.586000', '115558.589000', '115558.596000', '115558.599000', '115558.602000', '115558.605000', '115558.608000', '115558.610000', '115558.613000', '115558.616000', '115558.619000', '115558.622000', '115558.625000', '115558.627000', '115558.630000', '115618.504000', '115618.507000', '115618.510000', '115618.513000', '115618.515000', '115618.518000', '115618.521000', '115618.524000', '115618.527000', '115618.529000', '115618.532000', '115618.535000', '115618.538000', '115618.541000', '115618.544000', '115618.547000', '115618.550000', '115618.552000', '115618.555000', '115618.558000', '115618.561000', '115618.564000', '115618.566000', '115618.569000', '115618.572000', '115618.575000', '115618.578000', '115618.581000', '115618.583000', '115618.586000', '115618.589000', '115618.592000', '115618.595000', '115618.598000', '115618.600000', '115618.603000', '115618.606000', '115618.609000', '115618.616000', '115618.634000', '115618.637000', '115618.640000', '115618.643000', '115638.504000', '115638.507000', '115638.510000', '115638.513000', '115638.516000', '115638.521000', '115638.525000', '115638.528000', '115638.530000', '115638.533000', '115638.536000', '115638.539000', '115638.542000', '115638.545000', '115638.548000', '115638.550000', '115638.553000', '115638.556000', '115638.559000', '115638.562000', '115638.565000', '115638.567000', '115638.570000', '115638.573000', '115638.576000', '115638.579000', '115638.582000', '115638.585000', '115638.588000', '115638.591000', '115638.593000', '115638.600000', '115638.603000', '115638.606000', '115638.609000', '115638.612000', '115638.614000', '115638.617000', '115638.620000', '115638.623000', '115638.626000', '115638.629000', '115638.632000', '115658.503000', '115658.506000', '115658.509000', '115658.512000', '115658.514000', '115658.517000', '115658.520000', '115658.523000', '115658.526000', '115658.529000', '115658.532000', '115658.535000', '115658.537000', '115658.540000', '115658.543000', '115658.546000', '115658.549000', '115658.552000', '115658.554000', '115658.557000', '115658.560000', '115658.563000', '115658.566000', '115658.569000', '115658.572000', '115658.575000', '115658.578000', '115658.580000', '115658.583000', '115658.586000', '115658.589000', '115658.592000', '115658.595000', '115658.597000', '115658.600000', '115658.603000', '115658.606000', '115658.609000', '115658.612000', '115658.615000', '115658.617000', '115658.620000', '115658.623000', '115658.626000', '115718.503000', '115718.506000', '115718.509000', '115718.512000', '115718.515000', '115718.518000', '115718.521000', '115718.524000', '115718.527000', '115718.530000', '115718.533000', '115718.536000', '115718.539000', '115718.542000', '115718.545000', '115718.547000', '115718.550000', '115718.553000', '115718.556000', '115718.559000', '115718.562000', '115718.564000', '115718.567000', '115718.570000', '115718.573000', '115718.576000', '115718.579000', '115718.582000', '115718.585000', '115718.587000', '115718.590000', '115718.593000', '115718.596000', '115718.599000', '115718.602000', '115718.605000', '115718.608000', '115718.611000', '115718.613000', '115718.616000', '115718.619000', '115718.622000', '115718.625000', '115738.504000', '115738.507000', '115738.510000', '115738.512000', '115738.515000', '115738.518000', '115738.521000', '115738.524000', '115738.527000', '115738.530000', '115738.533000', '115738.535000', '115738.538000', '115738.541000', '115738.544000', '115738.547000', '115738.550000', '115738.553000', '115738.555000', '115738.558000', '115738.561000', '115738.564000', '115738.567000', '115738.570000', '115738.573000', '115738.575000', '115738.578000', '115738.581000', '115738.584000', '115738.587000', '115738.590000', '115738.592000', '115738.595000', '115738.598000', '115738.601000', '115738.604000', '115738.607000', '115738.610000', '115738.612000', '115738.615000', '115738.618000', '115738.621000', '115738.624000', '115738.627000', '115758.504000', '115758.507000', '115758.510000', '115758.512000', '115758.515000', '115758.518000', '115758.521000', '115758.524000', '115758.527000', '115758.530000', '115758.533000', '115758.535000', '115758.538000', '115758.541000', '115758.544000', '115758.547000', '115758.550000', '115758.553000', '115758.556000', '115758.559000', '115758.561000', '115758.564000', '115758.567000', '115758.570000', '115758.573000', '115758.576000', '115758.579000', '115758.581000', '115758.584000', '115758.587000', '115758.590000', '115758.593000', '115758.596000', '115758.599000', '115758.601000', '115758.619000', '115758.622000', '115758.625000', '115758.628000', '115758.631000', '115758.633000', '115758.636000', '115758.639000', '115818.504000', '115818.507000', '115818.510000', '115818.512000', '115818.515000', '115818.518000', '115818.521000', '115818.524000', '115818.527000', '115818.530000', '115818.532000', '115818.535000', '115818.538000', '115818.541000', '115818.544000', '115818.547000', '115818.549000', '115818.552000', '115818.555000', '115818.558000', '115818.561000', '115818.564000', '115818.567000', '115818.569000', '115818.572000', '115818.575000', '115818.578000', '115818.581000', '115818.584000', '115818.587000', '115818.589000', '115818.592000', '115818.595000', '115818.598000', '115818.601000', '115818.604000', '115818.607000', '115818.609000', '115818.612000', '115818.615000', '115818.618000', '115818.621000', '115818.624000', '115818.627000', '115838.504000', '115838.507000', '115838.510000', '115838.513000', '115838.515000', '115838.518000', '115838.521000', '115838.524000', '115838.527000', '115838.530000', '115838.533000', '115838.535000', '115838.538000', '115838.541000', '115838.544000', '115838.547000', '115838.550000', '115838.553000', '115838.556000', '115838.559000', '115838.562000', '115838.565000', '115838.571000', '115838.574000', '115838.577000', '115838.580000', '115838.583000', '115838.585000', '115838.588000', '115838.591000', '115838.594000', '115838.597000', '115838.600000', '115838.602000', '115838.605000', '115838.608000', '115838.611000', '115838.614000', '115838.617000', '115838.620000', '115838.623000', '115838.625000', '115838.628000', '115858.504000', '115858.507000', '115858.510000', '115858.512000', '115858.515000', '115858.518000', '115858.521000', '115858.524000', '115858.527000', '115858.530000', '115858.532000', '115858.535000', '115858.538000', '115858.541000', '115858.544000', '115858.547000', '115858.550000', '115858.552000', '115858.555000', '115858.558000', '115858.561000', '115858.564000', '115858.567000', '115858.570000', '115858.573000', '115858.576000', '115858.578000', '115858.581000', '115858.584000', '115858.587000', '115858.590000', '115858.593000', '115858.595000', '115858.598000', '115858.601000', '115858.604000', '115858.607000', '115858.610000', '115858.613000', '115858.615000', '115858.618000', '115858.621000', '115858.624000', '115858.627000', '115918.503000', '115918.506000', '115918.509000', '115918.512000', '115918.515000', '115918.518000', '115918.520000', '115918.523000', '115918.526000', '115918.529000', '115918.532000', '115918.535000', '115918.537000', '115918.540000', '115918.543000', '115918.546000', '115918.549000', '115918.552000', '115918.555000', '115918.557000', '115918.560000', '115918.563000', '115918.567000', '115918.572000', '115918.575000', '115918.578000', '115918.581000', '115918.584000', '115918.587000', '115918.590000', '115918.593000', '115918.595000', '115918.598000', '115918.601000', '115918.604000', '115918.607000', '115918.610000', '115918.613000', '115918.615000', '115918.618000', '115918.621000', '115918.624000', '115918.627000', '115938.503000', '115938.506000', '115938.509000', '115938.529000', '115938.532000', '115938.535000', '115938.538000', '115938.540000', '115938.543000', '115938.546000', '115938.549000', '115938.552000', '115938.555000', '115938.558000', '115938.561000', '115938.563000', '115938.566000', '115938.569000', '115938.572000', '115938.575000', '115938.578000', '115938.582000', '115938.585000', '115938.587000', '115938.590000', '115938.593000', '115938.596000', '115938.599000', '115938.602000', '115938.605000', '115938.608000', '115938.611000', '115938.613000', '115938.616000', '115938.619000', '115938.622000', '115938.625000', '115938.628000', '115938.631000', '115938.633000', '115938.636000', '115938.639000', '115938.642000', '115938.645000', '115958.504000', '115958.507000', '115958.510000', '115958.513000', '115958.516000', '115958.518000', '115958.521000', '115958.524000', '115958.527000', '115958.530000', '115958.534000', '115958.537000', '115958.540000', '115958.543000', '115958.546000', '115958.549000', '115958.552000', '115958.555000', '115958.557000', '115958.560000', '115958.563000', '115958.566000', '115958.569000', '115958.572000', '115958.575000', '115958.578000', '115958.581000', '115958.583000', '115958.586000', '115958.589000', '115958.592000', '115958.596000', '115958.599000', '115958.602000', '115958.605000', '115958.608000', '115958.611000', '115958.614000', '115958.617000', '115958.620000', '115958.622000', '115958.625000', '115958.628000', '120018.504000', '120018.507000', '120018.510000', '120018.513000', '120018.515000', '120018.518000', '120018.521000', '120018.524000', '120018.527000', '120018.529000', '120018.532000', '120018.535000', '120018.538000', '120018.541000', '120018.544000', '120018.547000', '120018.549000', '120018.552000', '120018.555000', '120018.558000', '120018.561000', '120018.564000', '120018.567000', '120018.570000', '120018.572000', '120018.575000', '120018.578000', '120018.581000', '120018.584000', '120018.587000', '120018.590000', '120018.593000', '120018.596000', '120018.598000', '120018.601000', '120018.604000', '120018.607000', '120018.610000', '120018.613000', '120018.615000', '120018.618000', '120018.621000', '120018.624000', '120018.627000', '120038.504000', '120038.507000', '120038.510000', '120038.513000', '120038.516000', '120038.518000', '120038.521000', '120038.524000', '120038.527000', '120038.530000', '120038.533000', '120038.535000', '120038.538000', '120038.541000', '120038.544000', '120038.547000', '120038.550000', '120038.553000', '120038.556000', '120038.559000', '120038.561000', '120038.564000', '120038.567000', '120038.570000', '120038.573000', '120038.576000', '120038.579000', '120038.581000', '120038.585000', '120038.587000', '120038.590000', '120038.593000', '120038.596000', '120038.599000', '120038.602000', '120038.605000', '120038.607000', '120038.610000', '120038.613000', '120038.616000', '120038.619000', '120038.622000', '120038.624000', '120058.504000', '120058.507000', '120058.510000', '120058.513000', '120058.515000', '120058.518000', '120058.521000', '120058.524000', '120058.527000', '120058.530000', '120058.533000', '120058.536000', '120058.538000', '120058.541000', '120058.544000', '120058.547000', '120058.550000', '120058.553000', '120058.556000', '120058.559000', '120058.561000', '120058.564000', '120058.567000', '120058.570000', '120058.573000', '120058.576000', '120058.579000', '120058.582000', '120058.595000', '120058.598000', '120058.601000', '120058.604000', '120058.607000', '120058.610000', '120058.613000', '120058.615000', '120058.618000', '120058.621000', '120058.624000', '120058.627000', '120058.630000', '120058.633000', '120058.636000', '120058.639000', '120118.504000', '120118.507000', '120118.510000', '120118.513000', '120118.516000', '120118.518000', '120118.521000', '120118.524000', '120118.527000', '120118.530000', '120118.533000', '120118.536000', '120118.539000', '120118.541000', '120118.544000', '120118.547000', '120118.550000', '120118.553000', '120118.556000', '120118.559000', '120118.562000', '120118.564000', '120118.567000', '120118.571000', '120118.574000', '120118.577000', '120118.580000', '120118.583000', '120118.586000', '120118.589000', '120118.592000', '120118.595000', '120118.597000', '120118.602000', '120118.605000', '120118.608000', '120118.610000', '120118.613000', '120118.616000', '120118.619000', '120118.622000', '120118.625000', '120118.628000', '120138.503000', '120138.506000', '120138.509000', '120138.512000', '120138.515000', '120138.518000', '120138.520000', '120138.523000', '120138.526000', '120138.529000', '120138.532000', '120138.535000', '120138.538000', '120138.541000', '120138.544000', '120138.547000', '120138.550000', '120138.552000', '120138.555000', '120138.558000', '120138.561000', '120138.564000', '120138.567000', '120138.570000', '120138.572000', '120138.575000', '120138.578000', '120138.581000', '120138.584000', '120138.587000', '120138.590000', '120138.593000', '120138.596000', '120138.599000', '120138.602000', '120138.605000', '120138.607000', '120138.610000', '120138.613000', '120138.616000', '120138.619000', '120138.631000', '120138.634000', '120138.637000', '120158.504000', '120158.507000', '120158.510000', '120158.513000', '120158.516000', '120158.518000', '120158.521000', '120158.524000', '120158.527000', '120158.530000', '120158.533000', '120158.536000', '120158.539000', '120158.542000', '120158.544000', '120158.547000', '120158.550000', '120158.553000', '120158.556000', '120158.559000', '120158.561000', '120158.564000', '120158.567000', '120158.570000', '120158.573000', '120158.576000', '120158.579000', '120158.582000', '120158.585000', '120158.588000', '120158.590000', '120158.593000', '120158.596000', '120158.599000', '120158.602000', '120158.605000', '120158.608000', '120158.611000', '120158.613000', '120158.616000', '120158.619000', '120158.622000', '120158.625000', '120218.504000', '120218.507000', '120218.510000', '120218.513000', '120218.516000', '120218.519000', '120218.522000', '120218.526000', '120218.529000', '120218.532000', '120218.535000', '120218.538000', '120218.541000', '120218.544000', '120218.547000', '120218.550000', '120218.553000', '120218.556000', '120218.559000', '120218.562000', '120218.565000', '120218.568000', '120218.571000', '120218.574000', '120218.597000', '120218.600000', '120218.603000', '120218.606000', '120218.609000', '120218.612000', '120218.620000', '120218.623000', '120218.626000', '120218.629000', '120218.632000', '120218.635000', '120218.638000', '120218.641000', '120218.644000', '120218.647000', '120218.650000', '120218.653000', '120218.655000', '120218.658000', '120238.504000', '120238.507000', '120238.510000', '120238.513000', '120238.516000', '120238.519000', '120238.522000', '120238.525000', '120238.528000', '120238.531000', '120238.534000', '120238.537000', '120238.540000', '120238.543000', '120238.545000', '120238.548000', '120238.551000', '120238.554000', '120238.557000', '120238.560000', '120238.563000', '120238.566000', '120238.569000', '120238.572000', '120238.575000', '120238.578000', '120238.580000', '120238.583000', '120238.586000', '120238.589000', '120238.592000', '120238.595000', '120238.598000', '120238.602000', '120238.605000', '120238.608000', '120238.611000', '120238.614000', '120238.617000', '120238.619000', '120238.622000', '120238.625000', '120238.628000', '120258.504000', '120258.507000', '120258.510000', '120258.518000', '120258.520000', '120258.523000', '120258.526000', '120258.529000', '120258.532000', '120258.535000', '120258.538000', '120258.541000', '120258.544000', '120258.547000', '120258.550000', '120258.553000', '120258.555000', '120258.558000', '120258.561000', '120258.564000', '120258.567000', '120258.570000', '120258.573000', '120258.576000', '120258.579000', '120258.582000', '120258.585000', '120258.588000', '120258.591000', '120258.594000', '120258.596000', '120258.599000', '120258.602000', '120258.605000', '120258.608000', '120258.611000', '120258.614000', '120258.617000', '120258.619000', '120258.622000', '120258.625000', '120258.628000', '120258.631000', '120258.634000', '120318.504000', '120318.507000', '120318.510000', '120318.513000', '120318.516000', '120318.519000', '120318.522000', '120318.525000', '120318.527000', '120318.531000', '120318.533000', '120318.536000', '120318.539000', '120318.542000', '120318.545000', '120318.548000', '120318.551000', '120318.554000', '120318.556000', '120318.559000', '120318.562000', '120318.565000', '120318.568000', '120318.571000', '120318.574000', '120318.577000', '120318.580000', '120318.583000', '120318.586000', '120318.589000', '120318.592000', '120318.595000', '120318.598000', '120318.601000', '120318.603000', '120318.606000', '120318.609000', '120318.612000', '120318.615000', '120318.618000', '120318.621000', '120318.624000', '120318.627000', '120338.504000', '120338.507000', '120338.510000', '120338.513000', '120338.516000', '120338.519000', '120338.522000', '120338.532000', '120338.535000', '120338.538000', '120338.541000', '120338.544000', '120338.546000', '120338.549000', '120338.552000', '120338.555000', '120338.558000', '120338.561000', '120338.564000', '120338.567000', '120338.570000', '120338.587000', '120338.590000', '120338.593000', '120338.596000', '120338.599000', '120338.602000', '120338.605000', '120338.607000', '120338.610000', '120338.613000', '120338.616000', '120338.619000', '120338.622000', '120338.625000', '120338.628000', '120338.631000', '120338.634000', '120338.637000', '120338.639000', '120338.642000', '120338.645000', '120338.648000', '120338.651000', '120358.503000', '120358.506000', '120358.509000', '120358.512000', '120358.521000', '120358.524000', '120358.527000', '120358.530000', '120358.533000', '120358.536000', '120358.539000', '120358.542000', '120358.545000', '120358.548000', '120358.550000', '120358.553000', '120358.556000', '120358.559000', '120358.562000', '120358.565000', '120358.568000', '120358.571000', '120358.574000', '120358.577000', '120358.580000', '120358.582000', '120358.585000', '120358.588000', '120358.591000', '120358.594000', '120358.597000', '120358.600000', '120358.603000', '120358.606000', '120358.609000', '120358.611000', '120358.614000', '120358.617000', '120358.620000', '120358.623000', '120358.626000', '120358.629000', '120358.632000', '120418.504000', '120418.507000', '120418.510000', '120418.513000', '120418.516000', '120418.519000', '120418.521000', '120418.524000', '120418.527000', '120418.530000', '120418.533000', '120418.536000', '120418.539000', '120418.542000', '120418.545000', '120418.548000', '120418.551000', '120418.554000', '120418.557000', '120418.559000', '120418.562000', '120418.565000', '120418.568000', '120418.571000', '120418.574000', '120418.577000', '120418.580000', '120418.583000', '120418.586000', '120418.588000', '120418.591000', '120418.594000', '120418.597000', '120418.600000', '120418.603000', '120418.606000', '120418.609000', '120418.612000', '120418.615000', '120418.618000', '120418.621000', '120418.623000', '120418.626000', '120438.504000', '120438.507000', '120438.510000', '120438.513000', '120438.516000', '120438.519000', '120438.521000', '120438.524000', '120438.527000', '120438.530000', '120438.533000', '120438.536000', '120438.539000', '120438.542000', '120438.544000', '120438.547000', '120438.550000', '120438.553000', '120438.556000', '120438.559000', '120438.562000', '120438.565000', '120438.568000', '120438.571000', '120438.574000', '120438.577000', '120438.580000', '120438.583000', '120438.586000', '120438.588000', '120438.591000', '120438.594000', '120438.597000', '120438.600000', '120438.603000', '120438.606000', '120438.609000', '120438.612000', '120438.614000', '120438.618000', '120438.620000', '120438.623000', '120438.626000', '120438.629000', '120458.504000', '120458.507000', '120458.512000', '120458.517000', '120458.520000', '120458.523000', '120458.526000', '120458.529000', '120458.532000', '120458.534000', '120458.537000', '120458.540000', '120458.543000', '120458.546000', '120458.549000', '120458.552000', '120458.555000', '120458.573000', '120458.576000', '120458.579000', '120458.582000', '120458.584000', '120458.587000', '120458.590000', '120458.593000', '120458.596000', '120458.599000', '120458.602000', '120458.605000', '120458.608000', '120458.611000', '120458.614000', '120458.617000', '120458.619000', '120458.622000', '120458.625000', '120458.628000', '120458.631000', '120458.634000', '120458.637000', '120458.640000', '120458.643000', '120458.645000', '120515.747000', '120515.751000', '120515.754000', '120515.757000', '120515.761000', '120515.766000', '120515.770000', '120515.773000', '120515.776000', '120515.779000', '120515.782000', '120515.786000', '120515.790000', '120515.794000', '120515.798000', '120515.802000', '120515.805000', '120515.810000', '120515.814000', '120515.817000', '120515.820000', '120515.823000', '120515.826000', '120515.829000', '120515.832000', '120515.835000', '120515.839000', '120515.841000', '120515.844000', '120515.847000', '120515.850000', '120515.853000', '120515.856000', '120515.859000', '120515.862000', '120515.865000', '120515.868000', '120515.871000'], 'InstanceCreationTime': ['115538.529000', '115538.532000', '115538.535000', '115538.538000', '115538.541000', '115538.543000', '115538.546000', '115538.549000', '115538.552000', '115538.555000', '115538.558000', '115538.561000', '115538.563000', '115538.566000', '115538.569000', '115538.572000', '115538.581000', '115538.584000', '115538.587000', '115538.590000', '115538.593000', '115538.595000', '115538.598000', '115538.601000', '115538.604000', '115538.607000', '115538.610000', '115538.613000', '115538.615000', '115538.618000', '115538.621000', '115538.624000', '115538.627000', '115538.630000', '115538.633000', '115538.635000', '115538.638000', '115538.641000', '115538.644000', '115538.647000', '115538.649000', '115538.652000', '115538.655000', '115558.504000', '115558.507000', '115558.510000', '115558.512000', '115558.515000', '115558.518000', '115558.521000', '115558.524000', '115558.526000', '115558.529000', '115558.532000', '115558.535000', '115558.538000', '115558.541000', '115558.544000', '115558.546000', '115558.549000', '115558.552000', '115558.555000', '115558.558000', '115558.560000', '115558.563000', '115558.566000', '115558.569000', '115558.572000', '115558.575000', '115558.577000', '115558.580000', '115558.583000', '115558.586000', '115558.589000', '115558.596000', '115558.599000', '115558.602000', '115558.605000', '115558.608000', '115558.610000', '115558.613000', '115558.616000', '115558.619000', '115558.622000', '115558.625000', '115558.627000', '115558.630000', '115618.504000', '115618.507000', '115618.510000', '115618.513000', '115618.515000', '115618.518000', '115618.521000', '115618.524000', '115618.527000', '115618.529000', '115618.532000', '115618.535000', '115618.538000', '115618.541000', '115618.544000', '115618.547000', '115618.550000', '115618.552000', '115618.555000', '115618.558000', '115618.561000', '115618.564000', '115618.566000', '115618.569000', '115618.572000', '115618.575000', '115618.578000', '115618.581000', '115618.583000', '115618.586000', '115618.589000', '115618.592000', '115618.595000', '115618.598000', '115618.600000', '115618.603000', '115618.606000', '115618.609000', '115618.616000', '115618.634000', '115618.637000', '115618.640000', '115618.643000', '115638.504000', '115638.507000', '115638.510000', '115638.513000', '115638.516000', '115638.521000', '115638.525000', '115638.528000', '115638.530000', '115638.533000', '115638.536000', '115638.539000', '115638.542000', '115638.545000', '115638.548000', '115638.550000', '115638.553000', '115638.556000', '115638.559000', '115638.562000', '115638.565000', '115638.567000', '115638.570000', '115638.573000', '115638.576000', '115638.579000', '115638.582000', '115638.585000', '115638.588000', '115638.591000', '115638.593000', '115638.600000', '115638.603000', '115638.606000', '115638.609000', '115638.612000', '115638.614000', '115638.617000', '115638.620000', '115638.623000', '115638.626000', '115638.629000', '115638.632000', '115658.503000', '115658.506000', '115658.509000', '115658.512000', '115658.514000', '115658.517000', '115658.520000', '115658.523000', '115658.526000', '115658.529000', '115658.532000', '115658.535000', '115658.537000', '115658.540000', '115658.543000', '115658.546000', '115658.549000', '115658.552000', '115658.554000', '115658.557000', '115658.560000', '115658.563000', '115658.566000', '115658.569000', '115658.572000', '115658.575000', '115658.578000', '115658.580000', '115658.583000', '115658.586000', '115658.589000', '115658.592000', '115658.595000', '115658.597000', '115658.600000', '115658.603000', '115658.606000', '115658.609000', '115658.612000', '115658.615000', '115658.617000', '115658.620000', '115658.623000', '115658.626000', '115718.503000', '115718.506000', '115718.509000', '115718.512000', '115718.515000', '115718.518000', '115718.521000', '115718.524000', '115718.527000', '115718.530000', '115718.533000', '115718.536000', '115718.539000', '115718.542000', '115718.545000', '115718.547000', '115718.550000', '115718.553000', '115718.556000', '115718.559000', '115718.562000', '115718.564000', '115718.567000', '115718.570000', '115718.573000', '115718.576000', '115718.579000', '115718.582000', '115718.585000', '115718.587000', '115718.590000', '115718.593000', '115718.596000', '115718.599000', '115718.602000', '115718.605000', '115718.608000', '115718.611000', '115718.613000', '115718.616000', '115718.619000', '115718.622000', '115718.625000', '115738.504000', '115738.507000', '115738.510000', '115738.512000', '115738.515000', '115738.518000', '115738.521000', '115738.524000', '115738.527000', '115738.530000', '115738.533000', '115738.535000', '115738.538000', '115738.541000', '115738.544000', '115738.547000', '115738.550000', '115738.553000', '115738.555000', '115738.558000', '115738.561000', '115738.564000', '115738.567000', '115738.570000', '115738.573000', '115738.575000', '115738.578000', '115738.581000', '115738.584000', '115738.587000', '115738.590000', '115738.592000', '115738.595000', '115738.598000', '115738.601000', '115738.604000', '115738.607000', '115738.610000', '115738.612000', '115738.615000', '115738.618000', '115738.621000', '115738.624000', '115738.627000', '115758.504000', '115758.507000', '115758.510000', '115758.512000', '115758.515000', '115758.518000', '115758.521000', '115758.524000', '115758.527000', '115758.530000', '115758.533000', '115758.535000', '115758.538000', '115758.541000', '115758.544000', '115758.547000', '115758.550000', '115758.553000', '115758.556000', '115758.559000', '115758.561000', '115758.564000', '115758.567000', '115758.570000', '115758.573000', '115758.576000', '115758.579000', '115758.581000', '115758.584000', '115758.587000', '115758.590000', '115758.593000', '115758.596000', '115758.599000', '115758.601000', '115758.619000', '115758.622000', '115758.625000', '115758.628000', '115758.631000', '115758.633000', '115758.636000', '115758.639000', '115818.504000', '115818.507000', '115818.510000', '115818.512000', '115818.515000', '115818.518000', '115818.521000', '115818.524000', '115818.527000', '115818.530000', '115818.532000', '115818.535000', '115818.538000', '115818.541000', '115818.544000', '115818.547000', '115818.549000', '115818.552000', '115818.555000', '115818.558000', '115818.561000', '115818.564000', '115818.567000', '115818.569000', '115818.572000', '115818.575000', '115818.578000', '115818.581000', '115818.584000', '115818.587000', '115818.589000', '115818.592000', '115818.595000', '115818.598000', '115818.601000', '115818.604000', '115818.607000', '115818.609000', '115818.612000', '115818.615000', '115818.618000', '115818.621000', '115818.624000', '115818.627000', '115838.504000', '115838.507000', '115838.510000', '115838.513000', '115838.515000', '115838.518000', '115838.521000', '115838.524000', '115838.527000', '115838.530000', '115838.533000', '115838.535000', '115838.538000', '115838.541000', '115838.544000', '115838.547000', '115838.550000', '115838.553000', '115838.556000', '115838.559000', '115838.562000', '115838.565000', '115838.571000', '115838.574000', '115838.577000', '115838.580000', '115838.583000', '115838.585000', '115838.588000', '115838.591000', '115838.594000', '115838.597000', '115838.600000', '115838.602000', '115838.605000', '115838.608000', '115838.611000', '115838.614000', '115838.617000', '115838.620000', '115838.623000', '115838.625000', '115838.628000', '115858.504000', '115858.507000', '115858.510000', '115858.512000', '115858.515000', '115858.518000', '115858.521000', '115858.524000', '115858.527000', '115858.530000', '115858.532000', '115858.535000', '115858.538000', '115858.541000', '115858.544000', '115858.547000', '115858.550000', '115858.552000', '115858.555000', '115858.558000', '115858.561000', '115858.564000', '115858.567000', '115858.570000', '115858.573000', '115858.576000', '115858.578000', '115858.581000', '115858.584000', '115858.587000', '115858.590000', '115858.593000', '115858.595000', '115858.598000', '115858.601000', '115858.604000', '115858.607000', '115858.610000', '115858.613000', '115858.615000', '115858.618000', '115858.621000', '115858.624000', '115858.627000', '115918.503000', '115918.506000', '115918.509000', '115918.512000', '115918.515000', '115918.518000', '115918.520000', '115918.523000', '115918.526000', '115918.529000', '115918.532000', '115918.535000', '115918.537000', '115918.540000', '115918.543000', '115918.546000', '115918.549000', '115918.552000', '115918.555000', '115918.557000', '115918.560000', '115918.563000', '115918.567000', '115918.572000', '115918.575000', '115918.578000', '115918.581000', '115918.584000', '115918.587000', '115918.590000', '115918.593000', '115918.595000', '115918.598000', '115918.601000', '115918.604000', '115918.607000', '115918.610000', '115918.613000', '115918.615000', '115918.618000', '115918.621000', '115918.624000', '115918.627000', '115938.503000', '115938.506000', '115938.509000', '115938.529000', '115938.532000', '115938.535000', '115938.538000', '115938.540000', '115938.543000', '115938.546000', '115938.549000', '115938.552000', '115938.555000', '115938.558000', '115938.561000', '115938.563000', '115938.566000', '115938.569000', '115938.572000', '115938.575000', '115938.578000', '115938.582000', '115938.585000', '115938.587000', '115938.590000', '115938.593000', '115938.596000', '115938.599000', '115938.602000', '115938.605000', '115938.608000', '115938.611000', '115938.613000', '115938.616000', '115938.619000', '115938.622000', '115938.625000', '115938.628000', '115938.631000', '115938.633000', '115938.636000', '115938.639000', '115938.642000', '115938.645000', '115958.504000', '115958.507000', '115958.510000', '115958.513000', '115958.516000', '115958.518000', '115958.521000', '115958.524000', '115958.527000', '115958.530000', '115958.534000', '115958.537000', '115958.540000', '115958.543000', '115958.546000', '115958.549000', '115958.552000', '115958.555000', '115958.557000', '115958.560000', '115958.563000', '115958.566000', '115958.569000', '115958.572000', '115958.575000', '115958.578000', '115958.581000', '115958.583000', '115958.586000', '115958.589000', '115958.592000', '115958.596000', '115958.599000', '115958.602000', '115958.605000', '115958.608000', '115958.611000', '115958.614000', '115958.617000', '115958.620000', '115958.622000', '115958.625000', '115958.628000', '120018.504000', '120018.507000', '120018.510000', '120018.513000', '120018.515000', '120018.518000', '120018.521000', '120018.524000', '120018.527000', '120018.529000', '120018.532000', '120018.535000', '120018.538000', '120018.541000', '120018.544000', '120018.547000', '120018.549000', '120018.552000', '120018.555000', '120018.558000', '120018.561000', '120018.564000', '120018.567000', '120018.570000', '120018.572000', '120018.575000', '120018.578000', '120018.581000', '120018.584000', '120018.587000', '120018.590000', '120018.593000', '120018.596000', '120018.598000', '120018.601000', '120018.604000', '120018.607000', '120018.610000', '120018.613000', '120018.615000', '120018.618000', '120018.621000', '120018.624000', '120018.627000', '120038.504000', '120038.507000', '120038.510000', '120038.513000', '120038.516000', '120038.518000', '120038.521000', '120038.524000', '120038.527000', '120038.530000', '120038.533000', '120038.535000', '120038.538000', '120038.541000', '120038.544000', '120038.547000', '120038.550000', '120038.553000', '120038.556000', '120038.559000', '120038.561000', '120038.564000', '120038.567000', '120038.570000', '120038.573000', '120038.576000', '120038.579000', '120038.581000', '120038.585000', '120038.587000', '120038.590000', '120038.593000', '120038.596000', '120038.599000', '120038.602000', '120038.605000', '120038.607000', '120038.610000', '120038.613000', '120038.616000', '120038.619000', '120038.622000', '120038.624000', '120058.504000', '120058.507000', '120058.510000', '120058.513000', '120058.515000', '120058.518000', '120058.521000', '120058.524000', '120058.527000', '120058.530000', '120058.533000', '120058.536000', '120058.538000', '120058.541000', '120058.544000', '120058.547000', '120058.550000', '120058.553000', '120058.556000', '120058.559000', '120058.561000', '120058.564000', '120058.567000', '120058.570000', '120058.573000', '120058.576000', '120058.579000', '120058.582000', '120058.595000', '120058.598000', '120058.601000', '120058.604000', '120058.607000', '120058.610000', '120058.613000', '120058.615000', '120058.618000', '120058.621000', '120058.624000', '120058.627000', '120058.630000', '120058.633000', '120058.636000', '120058.639000', '120118.504000', '120118.507000', '120118.510000', '120118.513000', '120118.516000', '120118.518000', '120118.521000', '120118.524000', '120118.527000', '120118.530000', '120118.533000', '120118.536000', '120118.539000', '120118.541000', '120118.544000', '120118.547000', '120118.550000', '120118.553000', '120118.556000', '120118.559000', '120118.562000', '120118.564000', '120118.567000', '120118.571000', '120118.574000', '120118.577000', '120118.580000', '120118.583000', '120118.586000', '120118.589000', '120118.592000', '120118.595000', '120118.597000', '120118.602000', '120118.605000', '120118.608000', '120118.610000', '120118.613000', '120118.616000', '120118.619000', '120118.622000', '120118.625000', '120118.628000', '120138.503000', '120138.506000', '120138.509000', '120138.512000', '120138.515000', '120138.518000', '120138.520000', '120138.523000', '120138.526000', '120138.529000', '120138.532000', '120138.535000', '120138.538000', '120138.541000', '120138.544000', '120138.547000', '120138.550000', '120138.552000', '120138.555000', '120138.558000', '120138.561000', '120138.564000', '120138.567000', '120138.570000', '120138.572000', '120138.575000', '120138.578000', '120138.581000', '120138.584000', '120138.587000', '120138.590000', '120138.593000', '120138.596000', '120138.599000', '120138.602000', '120138.605000', '120138.607000', '120138.610000', '120138.613000', '120138.616000', '120138.619000', '120138.631000', '120138.634000', '120138.637000', '120158.504000', '120158.507000', '120158.510000', '120158.513000', '120158.516000', '120158.518000', '120158.521000', '120158.524000', '120158.527000', '120158.530000', '120158.533000', '120158.536000', '120158.539000', '120158.542000', '120158.544000', '120158.547000', '120158.550000', '120158.553000', '120158.556000', '120158.559000', '120158.561000', '120158.564000', '120158.567000', '120158.570000', '120158.573000', '120158.576000', '120158.579000', '120158.582000', '120158.585000', '120158.588000', '120158.590000', '120158.593000', '120158.596000', '120158.599000', '120158.602000', '120158.605000', '120158.608000', '120158.611000', '120158.613000', '120158.616000', '120158.619000', '120158.622000', '120158.625000', '120218.504000', '120218.507000', '120218.510000', '120218.513000', '120218.516000', '120218.519000', '120218.522000', '120218.526000', '120218.529000', '120218.532000', '120218.535000', '120218.538000', '120218.541000', '120218.544000', '120218.547000', '120218.550000', '120218.553000', '120218.556000', '120218.559000', '120218.562000', '120218.565000', '120218.568000', '120218.571000', '120218.574000', '120218.597000', '120218.600000', '120218.603000', '120218.606000', '120218.609000', '120218.612000', '120218.620000', '120218.623000', '120218.626000', '120218.629000', '120218.632000', '120218.635000', '120218.638000', '120218.641000', '120218.644000', '120218.647000', '120218.650000', '120218.653000', '120218.655000', '120218.658000', '120238.504000', '120238.507000', '120238.510000', '120238.513000', '120238.516000', '120238.519000', '120238.522000', '120238.525000', '120238.528000', '120238.531000', '120238.534000', '120238.537000', '120238.540000', '120238.543000', '120238.545000', '120238.548000', '120238.551000', '120238.554000', '120238.557000', '120238.560000', '120238.563000', '120238.566000', '120238.569000', '120238.572000', '120238.575000', '120238.578000', '120238.580000', '120238.583000', '120238.586000', '120238.589000', '120238.592000', '120238.595000', '120238.598000', '120238.602000', '120238.605000', '120238.608000', '120238.611000', '120238.614000', '120238.617000', '120238.619000', '120238.622000', '120238.625000', '120238.628000', '120258.504000', '120258.507000', '120258.510000', '120258.518000', '120258.520000', '120258.523000', '120258.526000', '120258.529000', '120258.532000', '120258.535000', '120258.538000', '120258.541000', '120258.544000', '120258.547000', '120258.550000', '120258.553000', '120258.555000', '120258.558000', '120258.561000', '120258.564000', '120258.567000', '120258.570000', '120258.573000', '120258.576000', '120258.579000', '120258.582000', '120258.585000', '120258.588000', '120258.591000', '120258.594000', '120258.596000', '120258.599000', '120258.602000', '120258.605000', '120258.608000', '120258.611000', '120258.614000', '120258.617000', '120258.619000', '120258.622000', '120258.625000', '120258.628000', '120258.631000', '120258.634000', '120318.504000', '120318.507000', '120318.510000', '120318.513000', '120318.516000', '120318.519000', '120318.522000', '120318.525000', '120318.527000', '120318.531000', '120318.533000', '120318.536000', '120318.539000', '120318.542000', '120318.545000', '120318.548000', '120318.551000', '120318.554000', '120318.556000', '120318.559000', '120318.562000', '120318.565000', '120318.568000', '120318.571000', '120318.574000', '120318.577000', '120318.580000', '120318.583000', '120318.586000', '120318.589000', '120318.592000', '120318.595000', '120318.598000', '120318.601000', '120318.603000', '120318.606000', '120318.609000', '120318.612000', '120318.615000', '120318.618000', '120318.621000', '120318.624000', '120318.627000', '120338.504000', '120338.507000', '120338.510000', '120338.513000', '120338.516000', '120338.519000', '120338.522000', '120338.532000', '120338.535000', '120338.538000', '120338.541000', '120338.544000', '120338.546000', '120338.549000', '120338.552000', '120338.555000', '120338.558000', '120338.561000', '120338.564000', '120338.567000', '120338.570000', '120338.587000', '120338.590000', '120338.593000', '120338.596000', '120338.599000', '120338.602000', '120338.605000', '120338.607000', '120338.610000', '120338.613000', '120338.616000', '120338.619000', '120338.622000', '120338.625000', '120338.628000', '120338.631000', '120338.634000', '120338.637000', '120338.639000', '120338.642000', '120338.645000', '120338.648000', '120338.651000', '120358.503000', '120358.506000', '120358.509000', '120358.512000', '120358.521000', '120358.524000', '120358.527000', '120358.530000', '120358.533000', '120358.536000', '120358.539000', '120358.542000', '120358.545000', '120358.548000', '120358.550000', '120358.553000', '120358.556000', '120358.559000', '120358.562000', '120358.565000', '120358.568000', '120358.571000', '120358.574000', '120358.577000', '120358.580000', '120358.582000', '120358.585000', '120358.588000', '120358.591000', '120358.594000', '120358.597000', '120358.600000', '120358.603000', '120358.606000', '120358.609000', '120358.611000', '120358.614000', '120358.617000', '120358.620000', '120358.623000', '120358.626000', '120358.629000', '120358.632000', '120418.504000', '120418.507000', '120418.510000', '120418.513000', '120418.516000', '120418.519000', '120418.521000', '120418.524000', '120418.527000', '120418.530000', '120418.533000', '120418.536000', '120418.539000', '120418.542000', '120418.545000', '120418.548000', '120418.551000', '120418.554000', '120418.557000', '120418.559000', '120418.562000', '120418.565000', '120418.568000', '120418.571000', '120418.574000', '120418.577000', '120418.580000', '120418.583000', '120418.586000', '120418.588000', '120418.591000', '120418.594000', '120418.597000', '120418.600000', '120418.603000', '120418.606000', '120418.609000', '120418.612000', '120418.615000', '120418.618000', '120418.621000', '120418.623000', '120418.626000', '120438.504000', '120438.507000', '120438.510000', '120438.513000', '120438.516000', '120438.519000', '120438.521000', '120438.524000', '120438.527000', '120438.530000', '120438.533000', '120438.536000', '120438.539000', '120438.542000', '120438.544000', '120438.547000', '120438.550000', '120438.553000', '120438.556000', '120438.559000', '120438.562000', '120438.565000', '120438.568000', '120438.571000', '120438.574000', '120438.577000', '120438.580000', '120438.583000', '120438.586000', '120438.588000', '120438.591000', '120438.594000', '120438.597000', '120438.600000', '120438.603000', '120438.606000', '120438.609000', '120438.612000', '120438.614000', '120438.618000', '120438.620000', '120438.623000', '120438.626000', '120438.629000', '120458.504000', '120458.507000', '120458.512000', '120458.517000', '120458.520000', '120458.523000', '120458.526000', '120458.529000', '120458.532000', '120458.534000', '120458.537000', '120458.540000', '120458.543000', '120458.546000', '120458.549000', '120458.552000', '120458.555000', '120458.573000', '120458.576000', '120458.579000', '120458.582000', '120458.584000', '120458.587000', '120458.590000', '120458.593000', '120458.596000', '120458.599000', '120458.602000', '120458.605000', '120458.608000', '120458.611000', '120458.614000', '120458.617000', '120458.619000', '120458.622000', '120458.625000', '120458.628000', '120458.631000', '120458.634000', '120458.637000', '120458.640000', '120458.643000', '120458.645000', '120515.747000', '120515.751000', '120515.754000', '120515.757000', '120515.761000', '120515.766000', '120515.770000', '120515.773000', '120515.776000', '120515.779000', '120515.782000', '120515.786000', '120515.790000', '120515.794000', '120515.798000', '120515.802000', '120515.805000', '120515.810000', '120515.814000', '120515.817000', '120515.820000', '120515.823000', '120515.826000', '120515.829000', '120515.832000', '120515.835000', '120515.839000', '120515.841000', '120515.844000', '120515.847000', '120515.850000', '120515.853000', '120515.856000', '120515.859000', '120515.862000', '120515.865000', '120515.868000', '120515.871000'], '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': [11671, 8196, 9934, 21060, 9701, 17244, 12652, 10669, 7826, 8817, 8232, 8960, 8547, 8560, 8210, 8574, 8760, 9025, 12047, 9943, 15230, 9813, 16364, 9818, 13483, 18565, 11460, 15760, 9555, 10575, 8886, 8893, 7966, 8564, 8013, 8176, 8378, 9613, 12502, 9399, 12114, 9618, 11091, 9068, 10335, 7962, 9791, 12889, 8995, 9164, 9343, 14470, 9978, 14300, 8809, 10905, 9231, 10245, 9440, 10152, 8569, 10427, 7935, 9937, 7814, 9353, 8270, 9124, 14184, 8561, 11627, 10044, 13641, 9590, 13210, 9646, 11476, 9570, 9496, 9515, 9718, 9629, 10150, 9188, 9926, 9207, 10773, 8610, 10493, 8515, 11299, 8563, 10564, 7971, 10095, 8331, 10988, 8117, 10311, 8457, 10661, 8364, 11480, 8416, 11390, 8946, 10956, 8979, 11503, 8358, 11387, 8754, 11970, 9026, 12842, 9280, 13152, 9250, 13466, 9368, 11223, 8495, 11114, 8738, 10992, 8610, 10674, 8187, 10282, 10176, 9181, 12230, 9246, 14161, 9198, 12919, 9355, 12087, 9079, 10784, 8704, 10289, 8941, 10322, 9139, 9665, 8972, 10586, 8919, 10608, 8558, 12044, 8705, 11041, 8064, 10582, 7995, 10424, 8428, 9529, 8050, 9625, 7891, 10146, 8083, 10366, 8027, 10534, 8010, 10623, 8157, 10986, 8071, 10243, 7852, 10667, 8309, 11278, 8078, 10787, 7951, 10904, 9657, 10413, 16921, 9427, 13274, 9617, 17905, 9515, 16104, 9348, 13445, 9262, 12867, 9523, 11879, 9361, 11309, 9094, 10198, 8148, 9451, 7986, 9196, 7764, 9269, 8035, 9576, 8150, 9090, 8105, 9555, 8001, 9427, 14330, 9654, 14337, 9427, 13155, 9203, 12356, 9309, 11756, 8980, 10723, 9212, 10871, 8969, 10379, 8098, 10163, 8250, 9559, 8089, 9863, 8133, 9879, 17773, 9502, 16136, 9539, 13938, 8993, 12679, 9016, 11038, 9136, 9142, 9049, 10110, 9026, 10410, 8851, 11570, 8852, 10777, 8937, 10514, 8319, 10066, 16943, 9220, 13246, 9314, 13424, 9306, 11767, 9493, 9391, 8990, 9181, 8812, 9890, 9101, 9690, 8899, 9710, 8598, 11306, 9129, 13720, 10097, 12823, 8544, 9798, 8031, 9870, 17827, 9424, 15241, 9090, 11277, 8658, 10582, 8498, 9648, 8173, 9325, 8030, 9338, 12317, 8712, 10992, 8553, 10888, 8497, 10450, 8684, 9642, 8557, 9902, 8052, 10410, 7977, 9792, 8202, 10158, 8449, 9819, 16983, 9181, 16040, 8844, 14160, 8695, 13258, 9072, 12356, 8886, 11546, 8830, 11205, 8881, 10989, 8707, 12378, 8207, 10403, 8116, 9733, 7980, 9427, 8070, 9833, 7918, 9623, 8271, 9401, 9843, 9298, 8380, 9362, 14300, 8726, 13663, 8808, 10435, 8516, 9756, 8173, 9417, 8107, 9023, 7926, 9128, 8470, 8906, 15357, 9322, 13879, 8840, 14125, 8791, 14812, 8740, 14652, 8472, 12329, 8323, 10019, 8243, 10022, 8419, 9997, 8424, 10040, 7832, 9782, 14504, 9454, 14824, 9109, 14030, 9186, 14120, 9081, 11757, 8354, 9201, 8203, 9577, 8154, 9697, 8364, 9388, 8057, 9566, 8284, 9498, 12063, 9033, 10204, 9235, 11660, 9242, 14148, 9312, 13841, 9146, 13631, 9127, 14620, 9137, 13174, 8903, 11739, 8584, 10207, 8567, 9901, 8341, 9879, 8103, 10247, 8063, 10017, 10040, 9906, 8252, 10243, 8453, 9972, 8620, 9919, 8185, 10094, 8004, 10214, 8428, 10217, 8462, 10153, 8272, 10137, 8263, 10083, 17513, 9195, 15361, 9497, 12512, 9444, 13240, 9269, 13115, 8988, 11890, 9068, 12075, 8909, 12260, 9090, 11978, 8842, 12208, 8664, 11806, 8704, 9839, 8738, 9595, 8781, 10129, 8601, 10384, 8835, 9978, 8621, 9739, 8725, 10123, 8812, 10478, 8211, 10683, 8515, 10602, 8027, 10845, 8424, 10546, 8277, 9776, 8522, 10466, 8499, 10617, 8807, 9695, 8365, 10144, 8293, 11147, 8737, 10264, 8414, 10933, 8481, 12182, 9054, 13123, 8710, 13771, 8731, 12496, 8867, 13144, 8920, 13590, 8540, 11084, 8380, 10684, 8749, 10751, 8417, 10518, 8395, 10509, 8931, 10278, 15396, 10345, 15749, 9333, 8201, 9799, 7833, 9701, 8159, 9455, 8718, 9637, 8802, 9709, 15230, 9208, 14669, 8993, 13752, 8707, 14222, 9515, 13157, 8799, 11432, 8407, 10468, 8281, 10363, 8147, 9898, 8431, 10213, 11984, 10339, 18887, 9556, 15178, 9158, 13660, 8878, 11262, 7956, 10051, 8721, 10264, 7902, 9995, 11846, 9333, 10908, 8496, 9898, 8703, 9626, 8709, 10037, 8583, 10181, 15940, 9128, 12239, 8457, 10351, 8762, 9634, 8779, 10650, 8686, 10553, 8819, 10305, 8790, 10921, 8602, 11155, 9454, 9657, 9527, 10136, 8654, 9766, 13129, 8858, 11763, 8395, 8104, 8929, 8226, 8627, 11240, 8880, 9441, 9219, 8950, 9186, 10104, 9515, 10004, 9688, 11766, 9799, 17285, 8675, 14867, 8946, 11999, 8745, 10407, 8587, 10474, 8614, 10101, 8830, 10803, 8773, 11242, 8003, 11993, 8280, 13072, 8308, 12753, 8121, 15190, 10441, 14169, 8270, 10330, 8418, 9932, 9624, 9997, 11432, 10327, 9244, 10314, 8468, 10193, 12046, 9936, 7996, 10035, 8257, 10308, 9680, 9699, 8351, 10056, 12889, 9586, 16677, 9195, 14012, 9306, 12507, 9418, 10257, 8750, 10255, 8730, 9745, 8894, 10418, 8782, 11687, 8622, 10495, 8618, 10652, 8618, 10452, 8534, 9774, 7699, 10241, 7939, 10785, 7824, 10802, 8747, 11756, 8651, 9832, 9108, 8512, 9924, 8843, 9788, 11413, 9793, 17044, 10552, 16279, 11178, 15339, 9623, 15006, 13487, 10870, 18694, 11049, 15217, 10901, 13525, 8884, 9138, 9283, 9464, 8859, 9723, 10109, 9877, 9828, 9799, 12090, 9358, 11404, 9129, 10220, 7987, 9602, 8210, 9942, 8335, 9927, 8852, 10103, 9056, 9975, 9075, 9727, 8902, 9641, 9037, 9852, 8663, 9645, 8662, 9996, 9128, 9286, 8891, 10059, 8712, 10552, 8540, 11266, 8643, 11370, 8056, 11415, 8333, 12001, 8568, 12606, 9230, 11769, 9108, 9087, 9720, 8191, 13485, 9200, 17020, 9602, 16354, 10487, 17911, 11827, 16949, 12394, 13509, 9751, 12014, 9711, 12098, 9423, 10607, 8886, 8115, 9650, 8977, 9922, 8707, 10171, 9188, 10459, 8412, 10649, 8496, 11106, 8346, 10546, 8572, 10215, 8443, 9845, 8929, 9982, 10982, 9583, 11343, 9176, 8268, 8835, 8368, 8572, 8561, 8871, 8543, 8949, 10811, 8580, 12279, 8909, 10561, 8608, 11215, 8695, 12355, 8615, 11240, 8517, 10718, 8575, 11351, 8683, 11088, 7850, 10810, 8329, 10198, 8553, 9770, 11177, 9556, 9618, 9547, 8823, 9714, 10871, 9166, 14779, 8943, 12429, 8685, 12359, 8637, 12830, 8959, 12686, 8510, 11835, 8655, 10553, 8525, 10935, 7970, 10983, 7949, 11071, 7942, 11196, 8204, 11845, 7800, 11300, 8449, 11663, 7913, 11182, 7965, 11010, 8428, 11533, 8604, 11282, 8420, 11367, 8972, 10470, 8464, 11409, 8646, 11485, 8819, 10487, 8816, 11584, 8781, 11749, 8656, 12340, 8105, 11240, 8024, 11217, 8284, 11255, 9554, 10406, 10611, 9869, 13932, 9810, 16293, 9256, 12994, 9013, 11515, 8816, 10307, 9006, 10999, 8424, 10558, 8399, 10572, 8344, 10839, 8149, 11166, 8575, 10933, 8192, 10781, 8158, 10647, 8477, 10227, 11137, 9967, 10795, 9747, 11868, 9481, 13037, 8994, 11498, 8072, 9702, 8095, 9404, 8558, 8944, 8537, 9269, 8717, 8698, 8546, 8978, 8533, 9262, 11557, 8872, 9630, 9052, 10961, 9055, 13693, 8474, 12118, 8931, 12536, 8968, 14861, 8740, 14755, 8931, 12107, 8994, 11988, 9132, 14567, 8825, 14667, 9934, 13552, 8976, 13274, 8963, 13538, 9269, 12832, 8841, 11744, 8887, 10225, 9037, 10180, 8627, 10091, 8916, 10736, 8271, 10551, 8501, 10987, 8409, 11640, 8263, 10758, 10281, 9830, 9142, 9898, 8300, 9801, 10491, 9600, 11850, 9338, 9472, 9455, 9987, 9143, 10650, 8822, 9280, 8964, 8311, 9584, 11254, 9112, 10243, 9217, 9926, 9293, 11839, 9154, 9776, 9197, 10905, 9223, 12194, 8954, 12731, 9383, 12502, 9049, 12920, 9125, 13072, 9187, 12524, 9118, 11798, 9156, 11302, 9054, 10400, 8521, 10168, 8237, 9551, 8810, 9550, 13561, 9831, 15637, 9021, 12545, 9076, 11040, 8912, 10116, 8635, 9585, 8794, 9378, 8895, 10858, 8909, 10330, 9641, 9950, 14353, 9126, 10154, 8665, 11429, 8804, 10810, 8637, 9617, 8717, 10067, 8869, 10464, 8327, 9553, 8037, 9520, 8653, 9186, 12532, 8642, 10873, 8767, 11246, 8503, 11942, 8537, 11294, 8667, 10663, 8757, 11839, 8950, 12986, 9042, 13196, 8954, 12562, 8576, 11685, 8363, 10250, 9237, 9616, 8842, 9702, 9005, 9733, 10973, 9784, 8739, 9875, 8877, 9805, 14147, 9274, 15314, 9074, 12434, 9094, 12345, 8921, 12314, 9032, 11404, 9031, 11408, 9024, 11046, 8821, 10259, 8574, 9410, 8930, 10697, 8909, 10873, 8446, 10080, 9064, 11248, 8351, 11044, 8538, 10867, 8939, 9734, 8767, 9828, 12999, 9585, 15647, 9001, 12307, 8856, 10485, 9168, 10628, 9062, 10565, 8527, 9776, 8354, 10419, 8511, 9853, 12487, 9372, 9814, 9580, 11868, 8895, 11805, 8564, 10997, 8475, 10021, 8563, 10573, 8795, 10842, 8594, 10139, 8842, 11116, 8484, 10739, 8371, 11684, 8147, 10994, 8211, 11337, 8380, 10502, 11625, 9924, 13276, 9946, 17026, 9520, 14146, 9033, 12220, 8869, 10132, 8617, 10152, 8422, 10010, 8549, 9907, 8323, 10252, 9105, 9678, 15595, 9450, 15882, 10202, 12123, 8517, 9341, 8481, 9692, 8533, 9569, 8499, 9959, 8661, 9598, 11564, 9276, 14898, 8834, 11078, 8186, 9595, 12780], 'WindowCenter': [4288.0, 4232.0, 4249.0, 4298.0, 4225.0, 4273.0, 4241.0, 4220.0, 4188.0, 4208.0, 4199.0, 4222.0, 4208.0, 4211.0, 4199.0, 4211.0, 4212.0, 4222.0, 4242.0, 4233.0, 4261.0, 4223.0, 4260.0, 4220.0, 4252.0, 4270.0, 4228.0, 4248.0, 4207.0, 4217.0, 4199.0, 4208.0, 4198.0, 4208.0, 4199.0, 4213.0, 4211.0, 4232.0, 4254.0, 4223.0, 4243.0, 4234.0, 4243.0, 4211.0, 4232.0, 4200.0, 4221.0, 4241.0, 4210.0, 4209.0, 4211.0, 4251.0, 4221.0, 4251.0, 4211.0, 4228.0, 4211.0, 4221.0, 4221.0, 4232.0, 4212.0, 4231.0, 4200.0, 4220.0, 4190.0, 4221.0, 4200.0, 4221.0, 4251.0, 4212.0, 4242.0, 4221.0, 4251.0, 4222.0, 4251.0, 4221.0, 4230.0, 4222.0, 4221.0, 4220.0, 4222.0, 4232.0, 4233.0, 4222.0, 4232.0, 4223.0, 4243.0, 4214.0, 4244.0, 4214.0, 4242.0, 4214.0, 4233.0, 4203.0, 4232.0, 4202.0, 4234.0, 4203.0, 4233.0, 4215.0, 4234.0, 4215.0, 4244.0, 4216.0, 4244.0, 4225.0, 4245.0, 4225.0, 4244.0, 4216.0, 4245.0, 4225.0, 4243.0, 4225.0, 4254.0, 4225.0, 4252.0, 4225.0, 4252.0, 4223.0, 4234.0, 4214.0, 4232.0, 4213.0, 4232.0, 4212.0, 4230.0, 4201.0, 4233.0, 4220.0, 4211.0, 4241.0, 4211.0, 4250.0, 4211.0, 4241.0, 4212.0, 4240.0, 4210.0, 4230.0, 4211.0, 4220.0, 4213.0, 4232.0, 4222.0, 4222.0, 4223.0, 4233.0, 4224.0, 4232.0, 4213.0, 4244.0, 4212.0, 4242.0, 4202.0, 4232.0, 4203.0, 4232.0, 4213.0, 4222.0, 4203.0, 4222.0, 4213.0, 4234.0, 4215.0, 4235.0, 4205.0, 4235.0, 4204.0, 4234.0, 4204.0, 4243.0, 4204.0, 4234.0, 4203.0, 4235.0, 4214.0, 4244.0, 4205.0, 4245.0, 4204.0, 4244.0, 4225.0, 4235.0, 4274.0, 4225.0, 4254.0, 4223.0, 4273.0, 4223.0, 4264.0, 4212.0, 4242.0, 4212.0, 4241.0, 4223.0, 4241.0, 4211.0, 4230.0, 4211.0, 4222.0, 4189.0, 4221.0, 4201.0, 4212.0, 4191.0, 4213.0, 4202.0, 4224.0, 4203.0, 4213.0, 4204.0, 4224.0, 4202.0, 4224.0, 4264.0, 4224.0, 4253.0, 4224.0, 4252.0, 4224.0, 4243.0, 4223.0, 4242.0, 4212.0, 4233.0, 4223.0, 4232.0, 4213.0, 4234.0, 4202.0, 4222.0, 4201.0, 4223.0, 4202.0, 4221.0, 4190.0, 4223.0, 4274.0, 4213.0, 4260.0, 4211.0, 4241.0, 4212.0, 4241.0, 4213.0, 4231.0, 4213.0, 4212.0, 4213.0, 4222.0, 4213.0, 4233.0, 4213.0, 4232.0, 4213.0, 4231.0, 4213.0, 4223.0, 4201.0, 4223.0, 4263.0, 4212.0, 4241.0, 4212.0, 4242.0, 4223.0, 4242.0, 4223.0, 4211.0, 4212.0, 4222.0, 4213.0, 4233.0, 4225.0, 4234.0, 4225.0, 4224.0, 4224.0, 4245.0, 4225.0, 4268.0, 4235.0, 4243.0, 4212.0, 4222.0, 4201.0, 4224.0, 4274.0, 4212.0, 4264.0, 4214.0, 4232.0, 4213.0, 4232.0, 4213.0, 4222.0, 4213.0, 4223.0, 4201.0, 4224.0, 4254.0, 4210.0, 4231.0, 4210.0, 4231.0, 4213.0, 4230.0, 4213.0, 4222.0, 4213.0, 4233.0, 4203.0, 4234.0, 4203.0, 4223.0, 4200.0, 4232.0, 4202.0, 4223.0, 4273.0, 4223.0, 4262.0, 4212.0, 4251.0, 4212.0, 4241.0, 4210.0, 4241.0, 4211.0, 4242.0, 4212.0, 4231.0, 4212.0, 4232.0, 4213.0, 4241.0, 4200.0, 4230.0, 4200.0, 4222.0, 4201.0, 4222.0, 4200.0, 4222.0, 4202.0, 4223.0, 4214.0, 4225.0, 4222.0, 4223.0, 4213.0, 4224.0, 4263.0, 4213.0, 4264.0, 4212.0, 4231.0, 4212.0, 4220.0, 4202.0, 4223.0, 4202.0, 4212.0, 4202.0, 4223.0, 4213.0, 4226.0, 4264.0, 4225.0, 4254.0, 4214.0, 4254.0, 4211.0, 4262.0, 4213.0, 4253.0, 4201.0, 4241.0, 4201.0, 4219.0, 4200.0, 4221.0, 4202.0, 4222.0, 4201.0, 4221.0, 4191.0, 4223.0, 4262.0, 4222.0, 4251.0, 4211.0, 4252.0, 4212.0, 4251.0, 4212.0, 4241.0, 4200.0, 4211.0, 4200.0, 4220.0, 4202.0, 4224.0, 4213.0, 4222.0, 4202.0, 4222.0, 4212.0, 4235.0, 4253.0, 4224.0, 4234.0, 4224.0, 4244.0, 4225.0, 4264.0, 4223.0, 4252.0, 4222.0, 4252.0, 4223.0, 4262.0, 4211.0, 4241.0, 4210.0, 4229.0, 4199.0, 4220.0, 4211.0, 4219.0, 4201.0, 4218.0, 4201.0, 4220.0, 4201.0, 4222.0, 4221.0, 4220.0, 4201.0, 4222.0, 4202.0, 4222.0, 4201.0, 4222.0, 4200.0, 4221.0, 4200.0, 4232.0, 4202.0, 4223.0, 4202.0, 4223.0, 4201.0, 4231.0, 4202.0, 4233.0, 4274.0, 4212.0, 4262.0, 4223.0, 4242.0, 4223.0, 4251.0, 4224.0, 4252.0, 4213.0, 4241.0, 4213.0, 4240.0, 4212.0, 4243.0, 4213.0, 4231.0, 4213.0, 4242.0, 4212.0, 4241.0, 4212.0, 4222.0, 4213.0, 4222.0, 4213.0, 4232.0, 4211.0, 4233.0, 4213.0, 4223.0, 4214.0, 4223.0, 4214.0, 4233.0, 4214.0, 4232.0, 4213.0, 4233.0, 4214.0, 4232.0, 4202.0, 4232.0, 4215.0, 4233.0, 4214.0, 4233.0, 4215.0, 4234.0, 4225.0, 4244.0, 4224.0, 4235.0, 4216.0, 4235.0, 4226.0, 4245.0, 4228.0, 4235.0, 4216.0, 4245.0, 4226.0, 4254.0, 4226.0, 4255.0, 4216.0, 4264.0, 4215.0, 4254.0, 4226.0, 4254.0, 4213.0, 4252.0, 4212.0, 4232.0, 4203.0, 4232.0, 4215.0, 4233.0, 4203.0, 4231.0, 4202.0, 4231.0, 4212.0, 4222.0, 4264.0, 4234.0, 4262.0, 4210.0, 4199.0, 4220.0, 4191.0, 4225.0, 4203.0, 4223.0, 4213.0, 4236.0, 4224.0, 4238.0, 4276.0, 4227.0, 4265.0, 4226.0, 4255.0, 4215.0, 4265.0, 4223.0, 4253.0, 4213.0, 4231.0, 4200.0, 4232.0, 4202.0, 4222.0, 4203.0, 4222.0, 4202.0, 4222.0, 4232.0, 4223.0, 4272.0, 4211.0, 4252.0, 4212.0, 4250.0, 4199.0, 4229.0, 4191.0, 4221.0, 4199.0, 4221.0, 4189.0, 4221.0, 4230.0, 4210.0, 4231.0, 4211.0, 4221.0, 4211.0, 4221.0, 4212.0, 4222.0, 4212.0, 4222.0, 4263.0, 4223.0, 4241.0, 4201.0, 4220.0, 4211.0, 4223.0, 4213.0, 4234.0, 4225.0, 4235.0, 4227.0, 4235.0, 4226.0, 4245.0, 4227.0, 4247.0, 4226.0, 4224.0, 4223.0, 4234.0, 4214.0, 4235.0, 4256.0, 4226.0, 4244.0, 4216.0, 4203.0, 4227.0, 4215.0, 4229.0, 4247.0, 4229.0, 4236.0, 4238.0, 4226.0, 4238.0, 4238.0, 4238.0, 4237.0, 4237.0, 4246.0, 4235.0, 4286.0, 4216.0, 4265.0, 4215.0, 4243.0, 4214.0, 4233.0, 4214.0, 4232.0, 4215.0, 4233.0, 4225.0, 4233.0, 4214.0, 4245.0, 4205.0, 4246.0, 4212.0, 4255.0, 4202.0, 4253.0, 4205.0, 4263.0, 4222.0, 4252.0, 4202.0, 4220.0, 4200.0, 4221.0, 4222.0, 4222.0, 4232.0, 4221.0, 4211.0, 4222.0, 4201.0, 4232.0, 4240.0, 4221.0, 4200.0, 4221.0, 4201.0, 4233.0, 4211.0, 4221.0, 4202.0, 4221.0, 4242.0, 4223.0, 4275.0, 4212.0, 4252.0, 4211.0, 4240.0, 4211.0, 4221.0, 4213.0, 4223.0, 4213.0, 4222.0, 4225.0, 4233.0, 4226.0, 4245.0, 4215.0, 4234.0, 4215.0, 4234.0, 4214.0, 4234.0, 4213.0, 4222.0, 4203.0, 4232.0, 4203.0, 4243.0, 4204.0, 4231.0, 4214.0, 4244.0, 4215.0, 4224.0, 4224.0, 4214.0, 4235.0, 4223.0, 4236.0, 4246.0, 4237.0, 4277.0, 4236.0, 4276.0, 4234.0, 4263.0, 4211.0, 4253.0, 4241.0, 4221.0, 4260.0, 4219.0, 4249.0, 4218.0, 4237.0, 4197.0, 4197.0, 4196.0, 4206.0, 4197.0, 4210.0, 4218.0, 4219.0, 4207.0, 4218.0, 4229.0, 4209.0, 4228.0, 4210.0, 4219.0, 4189.0, 4208.0, 4189.0, 4209.0, 4190.0, 4223.0, 4212.0, 4223.0, 4211.0, 4224.0, 4213.0, 4223.0, 4236.0, 4236.0, 4222.0, 4234.0, 4214.0, 4224.0, 4215.0, 4237.0, 4226.0, 4227.0, 4227.0, 4238.0, 4227.0, 4249.0, 4228.0, 4246.0, 4217.0, 4257.0, 4217.0, 4258.0, 4218.0, 4257.0, 4228.0, 4258.0, 4237.0, 4255.0, 4228.0, 4227.0, 4237.0, 4229.0, 4268.0, 4228.0, 4288.0, 4226.0, 4276.0, 4235.0, 4286.0, 4257.0, 4274.0, 4245.0, 4252.0, 4223.0, 4242.0, 4223.0, 4240.0, 4211.0, 4233.0, 4213.0, 4203.0, 4223.0, 4212.0, 4224.0, 4213.0, 4235.0, 4225.0, 4235.0, 4203.0, 4234.0, 4214.0, 4244.0, 4215.0, 4236.0, 4214.0, 4234.0, 4204.0, 4225.0, 4213.0, 4224.0, 4234.0, 4225.0, 4244.0, 4215.0, 4201.0, 4215.0, 4204.0, 4217.0, 4215.0, 4228.0, 4217.0, 4229.0, 4246.0, 4230.0, 4259.0, 4229.0, 4237.0, 4228.0, 4247.0, 4229.0, 4259.0, 4229.0, 4246.0, 4228.0, 4236.0, 4228.0, 4246.0, 4227.0, 4247.0, 4218.0, 4247.0, 4216.0, 4238.0, 4215.0, 4238.0, 4247.0, 4238.0, 4226.0, 4227.0, 4226.0, 4238.0, 4246.0, 4238.0, 4276.0, 4226.0, 4257.0, 4227.0, 4256.0, 4227.0, 4256.0, 4227.0, 4256.0, 4215.0, 4245.0, 4216.0, 4234.0, 4215.0, 4245.0, 4206.0, 4246.0, 4204.0, 4246.0, 4206.0, 4245.0, 4217.0, 4257.0, 4207.0, 4246.0, 4217.0, 4246.0, 4207.0, 4248.0, 4217.0, 4247.0, 4215.0, 4246.0, 4217.0, 4247.0, 4218.0, 4258.0, 4227.0, 4236.0, 4218.0, 4247.0, 4229.0, 4258.0, 4227.0, 4236.0, 4228.0, 4257.0, 4228.0, 4259.0, 4228.0, 4256.0, 4216.0, 4246.0, 4205.0, 4245.0, 4215.0, 4246.0, 4236.0, 4236.0, 4234.0, 4236.0, 4265.0, 4225.0, 4274.0, 4225.0, 4254.0, 4214.0, 4232.0, 4214.0, 4223.0, 4214.0, 4233.0, 4216.0, 4235.0, 4205.0, 4235.0, 4214.0, 4234.0, 4203.0, 4246.0, 4225.0, 4246.0, 4215.0, 4235.0, 4204.0, 4234.0, 4203.0, 4235.0, 4246.0, 4225.0, 4233.0, 4224.0, 4243.0, 4224.0, 4242.0, 4213.0, 4244.0, 4203.0, 4224.0, 4202.0, 4212.0, 4203.0, 4213.0, 4214.0, 4226.0, 4215.0, 4228.0, 4227.0, 4228.0, 4228.0, 4241.0, 4260.0, 4229.0, 4228.0, 4228.0, 4246.0, 4228.0, 4269.0, 4218.0, 4258.0, 4228.0, 4257.0, 4228.0, 4278.0, 4228.0, 4266.0, 4228.0, 4245.0, 4227.0, 4246.0, 4227.0, 4267.0, 4227.0, 4267.0, 4227.0, 4254.0, 4215.0, 4255.0, 4215.0, 4256.0, 4226.0, 4254.0, 4213.0, 4244.0, 4215.0, 4236.0, 4226.0, 4233.0, 4215.0, 4224.0, 4215.0, 4246.0, 4216.0, 4234.0, 4215.0, 4232.0, 4204.0, 4235.0, 4203.0, 4234.0, 4224.0, 4224.0, 4212.0, 4224.0, 4201.0, 4223.0, 4233.0, 4225.0, 4243.0, 4215.0, 4222.0, 4225.0, 4223.0, 4226.0, 4246.0, 4228.0, 4225.0, 4227.0, 4214.0, 4238.0, 4248.0, 4229.0, 4237.0, 4228.0, 4236.0, 4228.0, 4256.0, 4227.0, 4235.0, 4226.0, 4243.0, 4227.0, 4257.0, 4228.0, 4255.0, 4227.0, 4255.0, 4226.0, 4255.0, 4225.0, 4256.0, 4225.0, 4243.0, 4215.0, 4243.0, 4214.0, 4233.0, 4214.0, 4234.0, 4215.0, 4234.0, 4204.0, 4224.0, 4213.0, 4224.0, 4253.0, 4225.0, 4265.0, 4214.0, 4242.0, 4214.0, 4232.0, 4213.0, 4222.0, 4215.0, 4223.0, 4214.0, 4224.0, 4226.0, 4245.0, 4226.0, 4237.0, 4225.0, 4236.0, 4264.0, 4215.0, 4223.0, 4215.0, 4245.0, 4226.0, 4236.0, 4217.0, 4226.0, 4227.0, 4236.0, 4241.0, 4247.0, 4216.0, 4236.0, 4217.0, 4237.0, 4215.0, 4238.0, 4257.0, 4227.0, 4247.0, 4228.0, 4246.0, 4228.0, 4258.0, 4227.0, 4246.0, 4228.0, 4247.0, 4228.0, 4256.0, 4226.0, 4268.0, 4227.0, 4255.0, 4225.0, 4256.0, 4215.0, 4246.0, 4215.0, 4235.0, 4225.0, 4225.0, 4213.0, 4224.0, 4214.0, 4224.0, 4233.0, 4224.0, 4214.0, 4225.0, 4213.0, 4236.0, 4265.0, 4226.0, 4276.0, 4226.0, 4244.0, 4226.0, 4244.0, 4226.0, 4245.0, 4226.0, 4245.0, 4225.0, 4244.0, 4225.0, 4245.0, 4216.0, 4235.0, 4216.0, 4225.0, 4226.0, 4245.0, 4228.0, 4246.0, 4214.0, 4235.0, 4227.0, 4245.0, 4215.0, 4246.0, 4216.0, 4246.0, 4215.0, 4225.0, 4225.0, 4236.0, 4253.0, 4225.0, 4275.0, 4224.0, 4244.0, 4225.0, 4234.0, 4226.0, 4234.0, 4226.0, 4246.0, 4225.0, 4234.0, 4205.0, 4235.0, 4212.0, 4237.0, 4255.0, 4225.0, 4225.0, 4225.0, 4244.0, 4225.0, 4257.0, 4216.0, 4234.0, 4216.0, 4235.0, 4216.0, 4236.0, 4228.0, 4247.0, 4217.0, 4236.0, 4226.0, 4246.0, 4227.0, 4260.0, 4217.0, 4246.0, 4205.0, 4235.0, 4203.0, 4245.0, 4203.0, 4236.0, 4245.0, 4235.0, 4253.0, 4224.0, 4275.0, 4224.0, 4254.0, 4214.0, 4242.0, 4213.0, 4222.0, 4213.0, 4223.0, 4204.0, 4224.0, 4215.0, 4222.0, 4203.0, 4235.0, 4213.0, 4224.0, 4264.0, 4223.0, 4265.0, 4223.0, 4232.0, 4202.0, 4211.0, 4201.0, 4212.0, 4214.0, 4225.0, 4214.0, 4236.0, 4216.0, 4237.0, 4244.0, 4227.0, 4266.0, 4213.0, 4235.0, 4204.0, 4225.0, 4244.0], 'WindowWidth': [9488.0, 9396.0, 9414.0, 9479.0, 9370.0, 9436.0, 9384.0, 9354.0, 9307.0, 9333.0, 9324.0, 9361.0, 9337.0, 9342.0, 9325.0, 9345.0, 9347.0, 9361.0, 9386.0, 9376.0, 9411.0, 9360.0, 9411.0, 9352.0, 9401.0, 9422.0, 9360.0, 9388.0, 9330.0, 9342.0, 9321.0, 9334.0, 9324.0, 9337.0, 9325.0, 9348.0, 9345.0, 9375.0, 9405.0, 9364.0, 9389.0, 9380.0, 9388.0, 9344.0, 9373.0, 9328.0, 9358.0, 9383.0, 9339.0, 9337.0, 9343.0, 9396.0, 9356.0, 9398.0, 9341.0, 9361.0, 9342.0, 9355.0, 9356.0, 9375.0, 9347.0, 9370.0, 9327.0, 9355.0, 9314.0, 9356.0, 9327.0, 9357.0, 9399.0, 9345.0, 9384.0, 9358.0, 9396.0, 9359.0, 9398.0, 9356.0, 9366.0, 9358.0, 9355.0, 9356.0, 9358.0, 9375.0, 9374.0, 9360.0, 9374.0, 9364.0, 9390.0, 9353.0, 9394.0, 9353.0, 9389.0, 9350.0, 9376.0, 9333.0, 9372.0, 9332.0, 9376.0, 9335.0, 9375.0, 9352.0, 9379.0, 9355.0, 9392.0, 9357.0, 9392.0, 9367.0, 9394.0, 9371.0, 9392.0, 9357.0, 9393.0, 9369.0, 9391.0, 9370.0, 9406.0, 9367.0, 9398.0, 9366.0, 9400.0, 9361.0, 9378.0, 9350.0, 9372.0, 9347.0, 9371.0, 9346.0, 9368.0, 9328.0, 9373.0, 9354.0, 9341.0, 9381.0, 9343.0, 9393.0, 9342.0, 9383.0, 9345.0, 9378.0, 9340.0, 9365.0, 9344.0, 9353.0, 9350.0, 9372.0, 9361.0, 9359.0, 9364.0, 9376.0, 9365.0, 9375.0, 9351.0, 9392.0, 9347.0, 9386.0, 9333.0, 9374.0, 9337.0, 9373.0, 9347.0, 9361.0, 9336.0, 9361.0, 9351.0, 9381.0, 9355.0, 9381.0, 9340.0, 9381.0, 9338.0, 9380.0, 9339.0, 9390.0, 9337.0, 9379.0, 9336.0, 9381.0, 9351.0, 9392.0, 9339.0, 9395.0, 9336.0, 9393.0, 9366.0, 9380.0, 9432.0, 9365.0, 9401.0, 9359.0, 9430.0, 9361.0, 9416.0, 9344.0, 9382.0, 9344.0, 9380.0, 9359.0, 9382.0, 9341.0, 9365.0, 9340.0, 9355.0, 9310.0, 9354.0, 9328.0, 9343.0, 9313.0, 9346.0, 9332.0, 9365.0, 9335.0, 9349.0, 9335.0, 9362.0, 9332.0, 9364.0, 9419.0, 9363.0, 9400.0, 9363.0, 9398.0, 9362.0, 9389.0, 9361.0, 9383.0, 9344.0, 9372.0, 9361.0, 9372.0, 9346.0, 9377.0, 9332.0, 9358.0, 9329.0, 9359.0, 9330.0, 9355.0, 9311.0, 9361.0, 9432.0, 9345.0, 9407.0, 9342.0, 9381.0, 9341.0, 9381.0, 9346.0, 9367.0, 9347.0, 9342.0, 9348.0, 9356.0, 9347.0, 9373.0, 9347.0, 9372.0, 9347.0, 9369.0, 9346.0, 9360.0, 9328.0, 9360.0, 9414.0, 9344.0, 9382.0, 9344.0, 9384.0, 9360.0, 9385.0, 9360.0, 9342.0, 9344.0, 9357.0, 9349.0, 9375.0, 9369.0, 9379.0, 9369.0, 9366.0, 9367.0, 9395.0, 9370.0, 9432.0, 9381.0, 9389.0, 9344.0, 9358.0, 9327.0, 9363.0, 9433.0, 9345.0, 9416.0, 9351.0, 9373.0, 9349.0, 9372.0, 9349.0, 9360.0, 9348.0, 9362.0, 9329.0, 9366.0, 9407.0, 9344.0, 9370.0, 9342.0, 9370.0, 9350.0, 9369.0, 9350.0, 9359.0, 9349.0, 9376.0, 9336.0, 9380.0, 9335.0, 9362.0, 9328.0, 9373.0, 9331.0, 9362.0, 9432.0, 9361.0, 9413.0, 9345.0, 9396.0, 9344.0, 9382.0, 9340.0, 9382.0, 9342.0, 9383.0, 9346.0, 9369.0, 9346.0, 9373.0, 9347.0, 9382.0, 9327.0, 9367.0, 9326.0, 9359.0, 9331.0, 9359.0, 9326.0, 9359.0, 9332.0, 9362.0, 9352.0, 9367.0, 9359.0, 9361.0, 9348.0, 9366.0, 9417.0, 9350.0, 9421.0, 9348.0, 9371.0, 9344.0, 9355.0, 9333.0, 9362.0, 9332.0, 9345.0, 9333.0, 9362.0, 9350.0, 9371.0, 9421.0, 9367.0, 9406.0, 9354.0, 9404.0, 9346.0, 9414.0, 9348.0, 9402.0, 9329.0, 9382.0, 9329.0, 9352.0, 9326.0, 9356.0, 9331.0, 9357.0, 9328.0, 9356.0, 9316.0, 9360.0, 9414.0, 9359.0, 9397.0, 9343.0, 9397.0, 9345.0, 9395.0, 9345.0, 9382.0, 9325.0, 9341.0, 9327.0, 9354.0, 9332.0, 9365.0, 9348.0, 9360.0, 9333.0, 9361.0, 9347.0, 9383.0, 9404.0, 9365.0, 9377.0, 9366.0, 9392.0, 9369.0, 9419.0, 9363.0, 9400.0, 9360.0, 9398.0, 9361.0, 9412.0, 9343.0, 9381.0, 9340.0, 9364.0, 9324.0, 9352.0, 9343.0, 9350.0, 9328.0, 9349.0, 9328.0, 9354.0, 9329.0, 9359.0, 9356.0, 9353.0, 9326.0, 9357.0, 9332.0, 9358.0, 9328.0, 9356.0, 9325.0, 9357.0, 9326.0, 9371.0, 9332.0, 9360.0, 9330.0, 9360.0, 9330.0, 9371.0, 9331.0, 9375.0, 9433.0, 9345.0, 9413.0, 9360.0, 9384.0, 9361.0, 9397.0, 9363.0, 9399.0, 9347.0, 9382.0, 9348.0, 9380.0, 9348.0, 9387.0, 9348.0, 9367.0, 9347.0, 9383.0, 9346.0, 9383.0, 9345.0, 9356.0, 9345.0, 9355.0, 9347.0, 9370.0, 9344.0, 9372.0, 9350.0, 9361.0, 9351.0, 9361.0, 9351.0, 9374.0, 9350.0, 9373.0, 9348.0, 9375.0, 9351.0, 9373.0, 9334.0, 9372.0, 9357.0, 9377.0, 9352.0, 9376.0, 9356.0, 9376.0, 9371.0, 9391.0, 9367.0, 9381.0, 9359.0, 9382.0, 9373.0, 9398.0, 9378.0, 9382.0, 9360.0, 9396.0, 9373.0, 9408.0, 9371.0, 9408.0, 9357.0, 9419.0, 9354.0, 9405.0, 9370.0, 9404.0, 9349.0, 9399.0, 9346.0, 9371.0, 9334.0, 9371.0, 9354.0, 9374.0, 9333.0, 9368.0, 9332.0, 9368.0, 9343.0, 9358.0, 9418.0, 9375.0, 9411.0, 9340.0, 9323.0, 9353.0, 9314.0, 9366.0, 9337.0, 9364.0, 9350.0, 9384.0, 9366.0, 9389.0, 9441.0, 9374.0, 9421.0, 9371.0, 9408.0, 9356.0, 9421.0, 9361.0, 9399.0, 9347.0, 9370.0, 9328.0, 9373.0, 9333.0, 9359.0, 9332.0, 9358.0, 9331.0, 9358.0, 9371.0, 9358.0, 9430.0, 9341.0, 9397.0, 9342.0, 9390.0, 9324.0, 9363.0, 9312.0, 9353.0, 9321.0, 9352.0, 9308.0, 9353.0, 9365.0, 9339.0, 9367.0, 9344.0, 9354.0, 9342.0, 9355.0, 9344.0, 9358.0, 9342.0, 9358.0, 9417.0, 9361.0, 9381.0, 9331.0, 9354.0, 9345.0, 9360.0, 9350.0, 9378.0, 9370.0, 9381.0, 9373.0, 9381.0, 9373.0, 9397.0, 9373.0, 9401.0, 9368.0, 9365.0, 9361.0, 9379.0, 9351.0, 9381.0, 9410.0, 9370.0, 9390.0, 9354.0, 9336.0, 9371.0, 9354.0, 9378.0, 9402.0, 9377.0, 9385.0, 9391.0, 9373.0, 9390.0, 9389.0, 9388.0, 9387.0, 9385.0, 9397.0, 9381.0, 9454.0, 9356.0, 9422.0, 9353.0, 9386.0, 9351.0, 9374.0, 9352.0, 9375.0, 9356.0, 9376.0, 9369.0, 9377.0, 9353.0, 9394.0, 9342.0, 9398.0, 9348.0, 9405.0, 9332.0, 9401.0, 9340.0, 9420.0, 9357.0, 9400.0, 9330.0, 9353.0, 9326.0, 9356.0, 9358.0, 9357.0, 9370.0, 9355.0, 9341.0, 9357.0, 9327.0, 9372.0, 9378.0, 9354.0, 9325.0, 9355.0, 9328.0, 9374.0, 9342.0, 9355.0, 9329.0, 9355.0, 9384.0, 9359.0, 9436.0, 9347.0, 9396.0, 9341.0, 9379.0, 9342.0, 9355.0, 9349.0, 9360.0, 9350.0, 9360.0, 9368.0, 9375.0, 9372.0, 9393.0, 9353.0, 9375.0, 9352.0, 9376.0, 9350.0, 9377.0, 9347.0, 9359.0, 9335.0, 9371.0, 9333.0, 9389.0, 9338.0, 9370.0, 9350.0, 9391.0, 9354.0, 9364.0, 9365.0, 9352.0, 9382.0, 9363.0, 9384.0, 9397.0, 9386.0, 9442.0, 9384.0, 9439.0, 9378.0, 9416.0, 9341.0, 9402.0, 9379.0, 9351.0, 9409.0, 9346.0, 9386.0, 9342.0, 9369.0, 9314.0, 9313.0, 9311.0, 9327.0, 9315.0, 9337.0, 9345.0, 9348.0, 9329.0, 9347.0, 9360.0, 9336.0, 9358.0, 9338.0, 9349.0, 9310.0, 9331.0, 9305.0, 9334.0, 9309.0, 9358.0, 9343.0, 9359.0, 9342.0, 9363.0, 9346.0, 9360.0, 9388.0, 9386.0, 9364.0, 9380.0, 9349.0, 9365.0, 9351.0, 9384.0, 9369.0, 9371.0, 9372.0, 9390.0, 9372.0, 9407.0, 9374.0, 9399.0, 9358.0, 9414.0, 9359.0, 9416.0, 9362.0, 9413.0, 9375.0, 9417.0, 9389.0, 9410.0, 9376.0, 9374.0, 9387.0, 9379.0, 9431.0, 9375.0, 9458.0, 9371.0, 9438.0, 9382.0, 9453.0, 9413.0, 9433.0, 9392.0, 9396.0, 9360.0, 9383.0, 9358.0, 9381.0, 9343.0, 9371.0, 9346.0, 9332.0, 9360.0, 9344.0, 9363.0, 9348.0, 9381.0, 9365.0, 9380.0, 9335.0, 9378.0, 9349.0, 9390.0, 9353.0, 9381.0, 9351.0, 9376.0, 9336.0, 9364.0, 9345.0, 9362.0, 9377.0, 9367.0, 9389.0, 9352.0, 9329.0, 9353.0, 9336.0, 9357.0, 9353.0, 9374.0, 9358.0, 9378.0, 9397.0, 9381.0, 9417.0, 9378.0, 9385.0, 9376.0, 9399.0, 9378.0, 9417.0, 9377.0, 9397.0, 9375.0, 9384.0, 9375.0, 9397.0, 9372.0, 9401.0, 9361.0, 9400.0, 9356.0, 9387.0, 9355.0, 9388.0, 9401.0, 9387.0, 9369.0, 9372.0, 9369.0, 9387.0, 9399.0, 9389.0, 9441.0, 9372.0, 9412.0, 9374.0, 9412.0, 9373.0, 9412.0, 9373.0, 9411.0, 9355.0, 9393.0, 9356.0, 9378.0, 9354.0, 9394.0, 9343.0, 9395.0, 9339.0, 9395.0, 9342.0, 9392.0, 9359.0, 9412.0, 9347.0, 9395.0, 9359.0, 9396.0, 9346.0, 9401.0, 9358.0, 9397.0, 9355.0, 9395.0, 9358.0, 9399.0, 9364.0, 9414.0, 9372.0, 9383.0, 9361.0, 9398.0, 9380.0, 9415.0, 9374.0, 9384.0, 9376.0, 9414.0, 9377.0, 9420.0, 9377.0, 9413.0, 9357.0, 9398.0, 9341.0, 9394.0, 9353.0, 9398.0, 9383.0, 9384.0, 9379.0, 9382.0, 9419.0, 9367.0, 9437.0, 9367.0, 9403.0, 9351.0, 9371.0, 9350.0, 9359.0, 9350.0, 9375.0, 9357.0, 9379.0, 9340.0, 9379.0, 9350.0, 9378.0, 9335.0, 9397.0, 9369.0, 9395.0, 9352.0, 9381.0, 9335.0, 9377.0, 9333.0, 9379.0, 9396.0, 9366.0, 9373.0, 9361.0, 9386.0, 9362.0, 9386.0, 9347.0, 9388.0, 9335.0, 9361.0, 9331.0, 9346.0, 9333.0, 9347.0, 9351.0, 9370.0, 9353.0, 9373.0, 9372.0, 9376.0, 9375.0, 9398.0, 9421.0, 9378.0, 9374.0, 9375.0, 9398.0, 9376.0, 9432.0, 9362.0, 9415.0, 9375.0, 9411.0, 9374.0, 9444.0, 9376.0, 9423.0, 9374.0, 9394.0, 9373.0, 9395.0, 9372.0, 9428.0, 9374.0, 9424.0, 9372.0, 9404.0, 9353.0, 9406.0, 9353.0, 9407.0, 9369.0, 9402.0, 9348.0, 9388.0, 9351.0, 9381.0, 9370.0, 9375.0, 9354.0, 9362.0, 9352.0, 9396.0, 9356.0, 9375.0, 9352.0, 9372.0, 9336.0, 9378.0, 9334.0, 9377.0, 9362.0, 9360.0, 9343.0, 9361.0, 9329.0, 9360.0, 9373.0, 9366.0, 9386.0, 9351.0, 9357.0, 9367.0, 9361.0, 9372.0, 9397.0, 9374.0, 9365.0, 9372.0, 9351.0, 9388.0, 9403.0, 9376.0, 9384.0, 9375.0, 9381.0, 9375.0, 9412.0, 9372.0, 9380.0, 9370.0, 9389.0, 9372.0, 9413.0, 9374.0, 9407.0, 9371.0, 9405.0, 9368.0, 9405.0, 9367.0, 9409.0, 9368.0, 9388.0, 9353.0, 9386.0, 9350.0, 9373.0, 9350.0, 9377.0, 9353.0, 9377.0, 9335.0, 9364.0, 9346.0, 9363.0, 9400.0, 9366.0, 9421.0, 9348.0, 9384.0, 9349.0, 9369.0, 9347.0, 9359.0, 9353.0, 9360.0, 9352.0, 9364.0, 9371.0, 9393.0, 9369.0, 9386.0, 9368.0, 9382.0, 9417.0, 9352.0, 9358.0, 9351.0, 9391.0, 9370.0, 9381.0, 9358.0, 9368.0, 9373.0, 9386.0, 9401.0, 9401.0, 9359.0, 9383.0, 9359.0, 9388.0, 9355.0, 9391.0, 9415.0, 9373.0, 9398.0, 9376.0, 9398.0, 9376.0, 9417.0, 9375.0, 9397.0, 9377.0, 9401.0, 9377.0, 9411.0, 9373.0, 9429.0, 9374.0, 9407.0, 9369.0, 9411.0, 9354.0, 9398.0, 9352.0, 9380.0, 9364.0, 9364.0, 9345.0, 9362.0, 9349.0, 9365.0, 9376.0, 9364.0, 9350.0, 9365.0, 9348.0, 9381.0, 9423.0, 9372.0, 9439.0, 9368.0, 9391.0, 9368.0, 9391.0, 9369.0, 9394.0, 9368.0, 9392.0, 9367.0, 9390.0, 9367.0, 9392.0, 9357.0, 9379.0, 9354.0, 9365.0, 9369.0, 9394.0, 9378.0, 9398.0, 9355.0, 9381.0, 9372.0, 9394.0, 9354.0, 9397.0, 9357.0, 9397.0, 9352.0, 9368.0, 9370.0, 9383.0, 9404.0, 9367.0, 9437.0, 9366.0, 9391.0, 9369.0, 9378.0, 9370.0, 9378.0, 9374.0, 9399.0, 9370.0, 9379.0, 9340.0, 9379.0, 9344.0, 9384.0, 9406.0, 9367.0, 9366.0, 9368.0, 9393.0, 9369.0, 9414.0, 9357.0, 9377.0, 9356.0, 9381.0, 9357.0, 9384.0, 9377.0, 9400.0, 9360.0, 9383.0, 9370.0, 9396.0, 9374.0, 9425.0, 9360.0, 9394.0, 9340.0, 9378.0, 9334.0, 9393.0, 9335.0, 9382.0, 9394.0, 9379.0, 9402.0, 9364.0, 9436.0, 9362.0, 9403.0, 9350.0, 9384.0, 9345.0, 9357.0, 9347.0, 9359.0, 9337.0, 9364.0, 9352.0, 9358.0, 9334.0, 9379.0, 9347.0, 9363.0, 9418.0, 9360.0, 9423.0, 9360.0, 9369.0, 9329.0, 9339.0, 9326.0, 9342.0, 9351.0, 9366.0, 9350.0, 9381.0, 9354.0, 9386.0, 9391.0, 9370.0, 9424.0, 9348.0, 9378.0, 9333.0, 9364.0, 9388.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.0012023552123552126</td></tr>
<tr><td colspan=3>aqi</td><td>0.0336636427027027</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.75180599376347</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1846547983230309</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694701188176191</td></tr>
<tr><td colspan=3>efc</td><td>0.466</td></tr>
<tr><td colspan=3>fber</td><td>5347.9082</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08387798907591783</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3127413127413128</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49259945602063</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.385991215840809</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768647933990289</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323159218230791</td></tr>
<tr><td colspan=3>gcor</td><td>0.00370434</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017788155004382133</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018987350165843964</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.957313146456221</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>34.3178</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2084</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.6213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.7215</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2354</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.8711</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3463.4605</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.6216</td></tr>
<tr><td colspan=3>tsnr</td><td>33.713474423624575</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>