<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>a871f5ffd456c75e9a1a42d7b05c9609</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>10:09:26.592500</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.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</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.094307</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>[4114, -7807, -7210, 458, -117, -201, 38, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4ca8ded0-ea2f-4a1f-accf-d12d59c008ae||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.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['100926.592500', '100927.052500', '100927.512500', '100927.972500', '100928.432500', '100928.892500', '100929.352500', '100929.812500', '100930.272500', '100930.732500', '100931.192500', '100931.652500', '100932.112500', '100932.572500', '100933.032500', '100933.492500', '100933.952500', '100934.412500', '100934.872500', '100935.332500', '100935.792500', '100936.252500', '100936.712500', '100937.172500', '100937.632500', '100938.092500', '100938.552500', '100939.012500', '100939.472500', '100939.932500', '100940.392500', '100940.852500', '100941.312500', '100941.772500', '100942.232500', '100942.692500', '100943.152500', '100943.612500', '100944.072500', '100944.532500', '100944.992500', '100945.452500', '100945.912500', '100946.372500', '100946.832500', '100947.292500', '100947.752500', '100948.212500', '100948.672500', '100949.132500', '100949.592500', '100950.052500', '100950.512500', '100950.972500', '100951.432500', '100951.892500', '100952.352500', '100952.812500', '100953.272500', '100953.732500', '100954.192500', '100954.652500', '100955.112500', '100955.572500', '100956.032500', '100956.492500', '100956.952500', '100957.412500', '100957.872500', '100958.332500', '100958.792500', '100959.252500', '100959.712500', '101000.172500', '101000.632500', '101001.092500', '101001.552500', '101002.012500', '101002.472500', '101002.932500', '101003.392500', '101003.852500', '101004.312500', '101004.772500', '101005.232500', '101005.692500', '101006.152500', '101006.612500', '101007.072500', '101007.532500', '101007.992500', '101008.452500', '101008.912500', '101009.372500', '101009.832500', '101010.292500', '101010.752500', '101011.212500', '101011.672500', '101012.132500', '101012.592500', '101013.052500', '101013.512500', '101013.972500', '101014.432500', '101014.892500', '101015.352500', '101015.812500', '101016.272500', '101016.732500', '101017.192500', '101017.652500', '101018.112500', '101018.572500', '101019.032500', '101019.492500', '101019.952500', '101020.412500', '101020.872500', '101021.332500', '101021.792500', '101022.252500', '101022.712500', '101023.172500', '101023.632500', '101024.092500', '101024.552500', '101025.012500', '101025.472500', '101025.932500', '101026.392500', '101026.852500', '101027.312500', '101027.772500', '101028.232500', '101028.692500', '101029.152500', '101029.612500', '101030.072500', '101030.532500', '101030.992500', '101031.452500', '101031.912500', '101032.372500', '101032.832500', '101033.292500', '101033.752500', '101034.212500', '101034.672500', '101035.132500', '101035.592500', '101036.052500', '101036.512500', '101036.972500', '101037.432500', '101037.892500', '101038.352500', '101038.812500', '101039.272500', '101039.732500', '101040.192500', '101040.652500', '101041.112500', '101041.572500', '101042.032500', '101042.492500', '101042.952500', '101043.412500', '101043.872500', '101044.332500', '101044.792500', '101045.252500', '101045.712500', '101046.172500', '101046.632500', '101047.092500', '101047.552500', '101048.012500', '101048.472500', '101048.932500', '101049.392500', '101049.852500', '101050.312500', '101050.772500', '101051.232500', '101051.692500', '101052.152500', '101052.612500', '101053.072500', '101053.532500', '101053.992500', '101054.452500', '101054.912500', '101055.372500', '101055.832500', '101056.292500', '101056.752500', '101057.212500', '101057.672500', '101058.132500', '101058.592500', '101059.052500', '101059.512500', '101059.972500', '101100.432500', '101100.892500', '101101.352500', '101101.812500', '101102.272500', '101102.732500', '101103.192500', '101103.652500', '101104.112500', '101104.572500', '101105.032500', '101105.492500', '101105.952500', '101106.412500', '101106.872500', '101107.332500', '101107.792500', '101108.252500', '101108.712500', '101109.172500', '101109.632500', '101110.092500', '101110.552500', '101111.012500', '101111.472500', '101111.932500', '101112.392500', '101112.852500', '101113.312500', '101113.772500', '101114.232500', '101114.692500', '101115.152500', '101115.612500', '101116.072500', '101116.532500', '101116.992500', '101117.452500', '101117.912500', '101118.372500', '101118.832500', '101119.292500', '101119.752500', '101120.212500', '101120.672500', '101121.132500', '101121.592500', '101122.052500', '101122.512500', '101122.972500', '101123.432500', '101123.892500', '101124.352500', '101124.812500', '101125.272500', '101125.732500', '101126.192500', '101126.652500', '101127.112500', '101127.572500', '101128.032500', '101128.492500', '101128.952500', '101129.412500', '101129.872500', '101130.332500', '101130.792500', '101131.252500', '101131.712500', '101132.172500', '101132.632500', '101133.092500', '101133.552500', '101134.012500', '101134.472500', '101134.932500', '101135.392500', '101135.852500', '101136.312500', '101136.772500', '101137.232500', '101137.692500', '101138.152500', '101138.612500', '101139.072500', '101139.532500', '101139.992500', '101140.452500', '101140.912500', '101141.372500', '101141.832500', '101142.292500', '101142.752500', '101143.212500', '101143.672500', '101144.132500', '101144.592500', '101145.052500', '101145.512500', '101145.972500', '101146.432500', '101146.892500', '101147.352500', '101147.812500', '101148.272500', '101148.732500', '101149.192500', '101149.652500', '101150.112500', '101150.572500', '101151.032500', '101151.492500', '101151.952500', '101152.412500', '101152.872500', '101153.332500', '101153.792500', '101154.252500', '101154.712500', '101155.172500', '101155.632500', '101156.092500', '101156.552500', '101157.012500', '101157.472500', '101157.932500', '101158.392500', '101158.852500', '101159.312500', '101159.772500', '101200.232500', '101200.692500', '101201.152500', '101201.612500', '101202.072500', '101202.532500', '101202.992500', '101203.452500', '101203.912500', '101204.372500', '101204.832500', '101205.292500', '101205.752500', '101206.212500', '101206.672500', '101207.132500', '101207.592500', '101208.052500', '101208.512500', '101208.972500', '101209.432500', '101209.892500', '101210.352500', '101210.812500', '101211.272500', '101211.732500', '101212.192500', '101212.652500', '101213.112500', '101213.572500', '101214.032500', '101214.492500', '101214.952500', '101215.412500', '101215.872500', '101216.332500', '101216.792500', '101217.252500', '101217.712500', '101218.172500', '101218.632500', '101219.092500', '101219.552500', '101220.012500', '101220.472500', '101220.932500', '101221.392500', '101221.852500', '101222.312500', '101222.772500', '101223.232500', '101223.692500', '101224.152500', '101224.612500', '101225.072500', '101225.532500', '101225.992500', '101226.452500', '101226.912500', '101227.372500', '101227.832500', '101228.292500', '101228.752500', '101229.212500', '101229.672500', '101230.132500', '101230.592500', '101231.052500', '101231.512500', '101231.972500', '101232.432500', '101232.892500', '101233.352500', '101233.812500', '101234.272500', '101234.732500', '101235.192500', '101235.652500', '101236.112500', '101236.572500', '101237.032500', '101237.492500', '101237.952500', '101238.412500', '101238.872500', '101239.332500', '101239.792500', '101240.252500', '101240.712500', '101241.172500', '101241.632500', '101242.092500', '101242.552500', '101243.012500', '101243.472500', '101243.932500', '101244.392500', '101244.852500', '101245.312500', '101245.772500', '101246.232500', '101246.692500', '101247.152500', '101247.612500', '101248.072500', '101248.532500', '101248.992500', '101249.452500', '101249.912500', '101250.372500', '101250.832500', '101251.292500', '101251.752500', '101252.212500', '101252.672500', '101253.132500', '101253.592500', '101254.052500', '101254.512500', '101254.972500', '101255.432500', '101255.892500', '101256.352500', '101256.812500', '101257.272500', '101257.732500', '101258.192500', '101258.652500', '101259.112500', '101259.572500', '101300.032500', '101300.492500', '101300.952500', '101301.412500', '101301.872500', '101302.332500', '101302.792500', '101303.252500', '101303.712500', '101304.172500', '101304.632500', '101305.092500', '101305.552500', '101306.012500', '101306.472500', '101306.932500', '101307.392500', '101307.852500', '101308.312500', '101308.772500', '101309.232500', '101309.692500', '101310.152500', '101310.612500', '101311.072500', '101311.532500', '101311.992500', '101312.452500', '101312.912500', '101313.372500', '101313.832500', '101314.292500', '101314.752500', '101315.212500', '101315.672500', '101316.132500', '101316.592500', '101317.052500', '101317.512500', '101317.972500', '101318.432500', '101318.892500', '101319.352500', '101319.812500', '101320.272500', '101320.732500', '101321.192500', '101321.652500', '101322.112500', '101322.572500', '101323.032500', '101323.492500', '101323.952500', '101324.412500', '101324.872500', '101325.332500', '101325.792500', '101326.252500', '101326.712500', '101327.172500', '101327.632500', '101328.092500', '101328.552500', '101329.012500', '101329.472500', '101329.932500', '101330.392500', '101330.852500', '101331.312500', '101331.772500', '101332.232500', '101332.692500', '101333.152500', '101333.612500', '101334.072500', '101334.532500', '101334.992500', '101335.452500', '101335.912500', '101336.372500', '101336.832500', '101337.292500', '101337.752500', '101338.212500', '101338.672500', '101339.132500', '101339.592500', '101340.052500', '101340.512500', '101340.972500', '101341.432500', '101341.892500', '101342.352500', '101342.812500', '101343.272500', '101343.732500', '101344.192500', '101344.652500', '101345.112500', '101345.572500', '101346.032500', '101346.492500', '101346.952500', '101347.412500', '101347.872500', '101348.332500', '101348.792500', '101349.252500', '101349.712500', '101350.172500', '101350.632500', '101351.092500', '101351.552500', '101352.012500', '101352.472500', '101352.932500', '101353.392500', '101353.852500', '101354.312500', '101354.772500', '101355.232500', '101355.692500', '101356.152500', '101356.612500', '101357.072500', '101357.532500', '101357.992500', '101358.452500', '101358.912500', '101359.372500', '101359.832500', '101400.292500', '101400.752500', '101401.212500', '101401.672500', '101402.132500', '101402.592500', '101403.052500', '101403.512500', '101403.972500', '101404.432500', '101404.892500', '101405.352500', '101405.812500', '101406.272500', '101406.732500', '101407.192500', '101407.652500', '101408.112500', '101408.572500', '101409.032500', '101409.492500', '101409.952500', '101410.412500', '101410.872500', '101411.332500', '101411.792500', '101412.252500', '101412.712500', '101413.172500', '101413.632500', '101414.092500', '101414.552500', '101415.012500', '101415.472500', '101415.932500', '101416.392500', '101416.852500', '101417.312500', '101417.772500', '101418.232500', '101418.692500', '101419.152500', '101419.612500', '101420.072500', '101420.532500', '101420.992500', '101421.452500', '101421.912500', '101422.372500', '101422.832500', '101423.292500', '101423.752500', '101424.212500', '101424.672500', '101425.132500', '101425.592500', '101426.052500', '101426.512500', '101426.972500', '101427.432500', '101427.892500', '101428.352500', '101428.812500', '101429.272500', '101429.732500', '101430.192500', '101430.652500', '101431.112500', '101431.572500', '101432.032500', '101432.492500', '101432.952500', '101433.412500', '101433.872500', '101434.332500', '101434.792500', '101435.252500', '101435.712500', '101436.172500', '101436.632500', '101437.092500', '101437.552500', '101438.012500', '101438.472500', '101438.932500', '101439.392500', '101439.852500', '101440.312500', '101440.772500', '101441.232500', '101441.692500', '101442.152500', '101442.612500', '101443.072500', '101443.532500', '101443.992500', '101444.452500', '101444.912500', '101445.372500', '101445.832500', '101446.292500', '101446.752500', '101447.212500', '101447.672500', '101448.132500', '101448.592500', '101449.052500', '101449.512500', '101449.972500', '101450.432500', '101450.892500', '101451.352500', '101451.812500', '101452.272500', '101452.732500', '101453.192500', '101453.652500', '101454.112500', '101454.572500', '101455.032500', '101455.492500', '101455.952500', '101456.412500', '101456.872500', '101457.332500', '101457.792500', '101458.252500', '101458.712500', '101459.172500', '101459.632500', '101500.092500', '101500.552500', '101501.012500', '101501.472500', '101501.932500', '101502.392500', '101502.852500', '101503.312500', '101503.772500', '101504.232500', '101504.692500', '101505.152500', '101505.612500', '101506.072500', '101506.532500', '101506.992500', '101507.452500', '101507.912500', '101508.372500', '101508.832500', '101509.292500', '101509.752500', '101510.212500', '101510.672500', '101511.132500', '101511.592500', '101512.052500', '101512.512500', '101512.972500', '101513.432500', '101513.892500', '101514.352500', '101514.812500', '101515.272500', '101515.732500', '101516.192500', '101516.652500', '101517.112500', '101517.572500', '101518.032500', '101518.492500', '101518.952500', '101519.412500', '101519.872500', '101520.332500', '101520.792500', '101521.252500', '101521.712500', '101522.172500', '101522.632500', '101523.092500', '101523.552500', '101524.012500', '101524.472500', '101524.932500', '101525.392500', '101525.852500', '101526.312500', '101526.772500', '101527.232500', '101527.692500', '101528.152500', '101528.612500', '101529.072500', '101529.532500', '101529.992500', '101530.452500', '101530.912500', '101531.372500', '101531.832500', '101532.292500', '101532.752500', '101533.212500', '101533.672500', '101534.132500', '101534.592500', '101535.052500', '101535.512500', '101535.972500', '101536.432500', '101536.892500', '101537.352500', '101537.812500', '101538.272500', '101538.732500', '101539.192500', '101539.652500', '101540.112500', '101540.572500', '101541.032500', '101541.492500', '101541.952500', '101542.412500', '101542.872500', '101543.332500', '101543.792500', '101544.252500', '101544.712500', '101545.172500', '101545.632500', '101546.092500', '101546.552500', '101547.012500', '101547.472500', '101547.932500', '101548.392500', '101548.852500', '101549.312500', '101549.772500', '101550.232500', '101550.692500', '101551.152500', '101551.612500', '101552.072500', '101552.532500', '101552.992500', '101553.452500', '101553.912500', '101554.372500', '101554.832500', '101555.292500', '101555.752500', '101556.212500', '101556.672500', '101557.132500', '101557.592500', '101558.052500', '101558.512500', '101558.972500', '101559.432500', '101559.892500', '101600.352500', '101600.812500', '101601.272500', '101601.732500', '101602.192500', '101602.652500', '101603.112500', '101603.572500', '101604.032500', '101604.492500', '101604.952500', '101605.412500', '101605.872500', '101606.332500', '101606.792500', '101607.252500', '101607.712500', '101608.172500', '101608.632500', '101609.092500', '101609.552500', '101610.012500', '101610.472500', '101610.932500', '101611.392500', '101611.852500', '101612.312500', '101612.772500', '101613.232500', '101613.692500', '101614.152500', '101614.612500', '101615.072500', '101615.532500', '101615.992500', '101616.452500', '101616.912500', '101617.372500', '101617.832500', '101618.292500', '101618.752500', '101619.212500', '101619.672500', '101620.132500', '101620.592500', '101621.052500', '101621.512500', '101621.972500', '101622.432500', '101622.892500', '101623.352500', '101623.812500', '101624.272500', '101624.732500', '101625.192500', '101625.652500', '101626.112500', '101626.572500', '101627.032500', '101627.492500', '101627.952500', '101628.412500', '101628.872500', '101629.332500', '101629.792500', '101630.252500', '101630.712500', '101631.172500', '101631.632500', '101632.092500', '101632.552500', '101633.012500', '101633.472500', '101633.932500', '101634.392500', '101634.852500', '101635.312500', '101635.772500', '101636.232500', '101636.692500', '101637.152500', '101637.612500', '101638.072500', '101638.532500', '101638.992500', '101639.452500', '101639.912500', '101640.372500', '101640.832500', '101641.292500', '101641.752500', '101642.212500', '101642.672500', '101643.132500', '101643.592500', '101644.052500', '101644.512500', '101644.972500', '101645.432500', '101645.892500', '101646.352500', '101646.812500', '101647.272500', '101647.732500', '101648.192500', '101648.652500', '101649.112500', '101649.572500', '101650.032500', '101650.492500', '101650.952500', '101651.412500', '101651.872500', '101652.332500', '101652.792500', '101653.252500', '101653.712500', '101654.172500', '101654.632500', '101655.092500', '101655.552500', '101656.012500', '101656.472500', '101656.932500', '101657.392500', '101657.852500', '101658.312500', '101658.772500', '101659.232500', '101659.692500', '101700.152500', '101700.612500', '101701.072500', '101701.532500', '101701.992500', '101702.452500', '101702.912500', '101703.372500', '101703.832500', '101704.292500', '101704.752500', '101705.212500', '101705.672500', '101706.132500', '101706.592500', '101707.052500', '101707.512500', '101707.972500', '101708.432500', '101708.892500', '101709.352500', '101709.812500', '101710.272500', '101710.732500', '101711.192500', '101711.652500', '101712.112500', '101712.572500', '101713.032500', '101713.492500', '101713.952500', '101714.412500', '101714.872500', '101715.332500', '101715.792500', '101716.252500', '101716.712500', '101717.172500', '101717.632500', '101718.092500', '101718.552500', '101719.012500', '101719.472500', '101719.932500', '101720.392500', '101720.852500', '101721.312500', '101721.772500', '101722.232500', '101722.692500', '101723.152500', '101723.612500', '101724.072500', '101724.532500', '101724.992500', '101725.452500', '101725.912500', '101726.372500', '101726.832500', '101727.292500', '101727.752500', '101728.212500', '101728.672500', '101729.132500', '101729.592500', '101730.052500', '101730.512500', '101730.972500', '101731.432500', '101731.892500', '101732.352500', '101732.812500', '101733.272500', '101733.732500', '101734.192500', '101734.652500', '101735.112500', '101735.572500', '101736.032500', '101736.492500', '101736.952500', '101737.412500', '101737.872500', '101738.332500', '101738.792500', '101739.252500', '101739.712500', '101740.172500', '101740.632500', '101741.092500', '101741.552500', '101742.012500', '101742.472500', '101742.932500', '101743.392500', '101743.852500', '101744.312500', '101744.772500', '101745.232500', '101745.692500', '101746.152500', '101746.612500', '101747.072500', '101747.532500', '101747.992500', '101748.452500', '101748.912500', '101749.372500', '101749.832500', '101750.292500', '101750.752500', '101751.212500', '101751.672500', '101752.132500', '101752.592500', '101753.052500', '101753.512500', '101753.972500', '101754.432500', '101754.892500', '101755.352500', '101755.812500', '101756.272500', '101756.732500', '101757.192500', '101757.652500', '101758.112500', '101758.572500', '101759.032500', '101759.492500', '101759.952500', '101800.412500', '101800.872500', '101801.332500', '101801.792500', '101802.252500', '101802.712500', '101803.172500', '101803.632500', '101804.092500', '101804.552500', '101805.012500', '101805.472500', '101805.932500', '101806.392500', '101806.852500', '101807.312500', '101807.772500', '101808.232500', '101808.692500', '101809.152500', '101809.612500', '101810.072500', '101810.532500', '101810.992500', '101811.452500', '101811.912500', '101812.372500', '101812.832500', '101813.292500', '101813.752500', '101814.212500', '101814.672500', '101815.132500', '101815.592500', '101816.052500', '101816.512500', '101816.972500', '101817.432500', '101817.892500', '101818.352500', '101818.812500', '101819.272500', '101819.732500', '101820.192500', '101820.652500', '101821.112500', '101821.572500', '101822.032500', '101822.492500', '101822.952500', '101823.412500', '101823.872500', '101824.332500', '101824.792500', '101825.252500', '101825.712500', '101826.172500', '101826.632500', '101827.092500', '101827.552500', '101828.012500', '101828.472500', '101828.932500', '101829.392500', '101829.852500', '101830.312500', '101830.772500', '101831.232500', '101831.692500', '101832.152500', '101832.612500', '101833.072500', '101833.532500', '101833.992500', '101834.452500', '101834.912500', '101835.372500', '101835.832500', '101836.292500', '101836.752500', '101837.212500', '101837.672500', '101838.132500', '101838.592500', '101839.052500', '101839.512500', '101839.972500', '101840.432500', '101840.892500', '101841.352500', '101841.812500', '101842.272500', '101842.732500', '101843.192500', '101843.652500', '101844.112500', '101844.572500', '101845.032500', '101845.492500', '101845.952500', '101846.412500', '101846.872500', '101847.332500', '101847.792500', '101848.252500', '101848.712500', '101849.172500', '101849.632500', '101850.092500', '101850.552500', '101851.012500', '101851.472500', '101851.932500', '101852.392500', '101852.852500', '101853.312500', '101853.772500', '101854.232500', '101854.692500', '101855.152500', '101855.612500', '101856.072500', '101856.532500', '101856.992500', '101857.452500', '101857.912500', '101858.372500', '101858.832500', '101859.292500', '101859.752500', '101900.212500', '101900.672500', '101901.132500', '101901.592500', '101902.052500', '101902.512500', '101902.972500', '101903.432500', '101903.892500', '101904.352500', '101904.812500', '101905.272500', '101905.732500', '101906.192500', '101906.652500', '101907.112500', '101907.572500', '101908.032500', '101908.492500', '101908.952500', '101909.412500', '101909.872500', '101910.332500', '101910.792500', '101911.252500', '101911.712500', '101912.172500', '101912.632500', '101913.092500', '101913.552500', '101914.012500', '101914.472500', '101914.932500', '101915.392500', '101915.852500', '101916.312500', '101916.772500', '101917.232500', '101917.692500', '101918.152500', '101918.612500', '101919.072500', '101919.532500', '101919.992500', '101920.452500', '101920.912500', '101921.372500', '101921.832500', '101922.292500', '101922.752500', '101923.212500'], 'ContentTime': ['100954.196000', '100954.200000', '100954.203000', '100954.206000', '100954.209000', '100954.212000', '100954.215000', '100954.218000', '100954.220000', '100954.224000', '100954.227000', '100954.230000', '100954.233000', '100954.240000', '100954.243000', '100954.246000', '100954.249000', '100954.252000', '100954.255000', '100954.258000', '100954.261000', '100954.264000', '100954.268000', '100954.271000', '100954.274000', '100954.277000', '100954.280000', '100954.283000', '100954.286000', '100954.289000', '100954.292000', '100954.295000', '100954.298000', '100954.301000', '100954.304000', '100954.307000', '100954.310000', '100954.313000', '100954.316000', '100954.319000', '100954.322000', '100954.325000', '100954.328000', '100954.331000', '100954.334000', '100954.337000', '100954.340000', '100954.344000', '100954.346000', '100954.349000', '100954.352000', '100954.355000', '100954.358000', '100954.365000', '100954.368000', '100954.371000', '100954.374000', '100954.377000', '101014.159000', '101014.162000', '101014.165000', '101014.167000', '101014.170000', '101014.173000', '101014.176000', '101014.179000', '101014.182000', '101014.185000', '101014.187000', '101014.190000', '101014.193000', '101014.199000', '101014.202000', '101014.205000', '101014.208000', '101014.210000', '101014.213000', '101014.216000', '101014.219000', '101014.222000', '101014.224000', '101014.227000', '101014.230000', '101014.233000', '101014.236000', '101014.239000', '101014.242000', '101014.245000', '101014.247000', '101014.250000', '101014.253000', '101014.256000', '101014.259000', '101014.261000', '101014.264000', '101014.267000', '101014.270000', '101014.273000', '101014.276000', '101014.279000', '101014.282000', '101034.159000', '101034.162000', '101034.165000', '101034.167000', '101034.170000', '101034.173000', '101034.176000', '101034.179000', '101034.181000', '101034.185000', '101034.187000', '101034.190000', '101034.193000', '101034.196000', '101034.199000', '101034.202000', '101034.204000', '101034.207000', '101034.210000', '101034.213000', '101034.216000', '101034.219000', '101034.222000', '101034.224000', '101034.227000', '101034.230000', '101034.233000', '101034.236000', '101034.239000', '101034.242000', '101034.244000', '101034.247000', '101034.250000', '101034.253000', '101034.256000', '101034.258000', '101034.261000', '101034.264000', '101034.267000', '101034.270000', '101034.273000', '101034.276000', '101034.278000', '101034.281000', '101054.159000', '101054.162000', '101054.164000', '101054.167000', '101054.170000', '101054.173000', '101054.176000', '101054.179000', '101054.182000', '101054.185000', '101054.198000', '101054.200000', '101054.203000', '101054.206000', '101054.209000', '101054.212000', '101054.215000', '101054.221000', '101054.224000', '101054.227000', '101054.230000', '101054.232000', '101054.235000', '101054.238000', '101054.241000', '101054.244000', '101054.247000', '101054.250000', '101054.252000', '101054.255000', '101054.258000', '101054.262000', '101054.265000', '101054.268000', '101054.271000', '101054.274000', '101054.276000', '101054.279000', '101054.282000', '101054.285000', '101054.288000', '101054.290000', '101054.293000', '101114.160000', '101114.163000', '101114.166000', '101114.168000', '101114.171000', '101114.174000', '101114.177000', '101114.180000', '101114.183000', '101114.186000', '101114.189000', '101114.191000', '101114.194000', '101114.197000', '101114.200000', '101114.203000', '101114.206000', '101114.209000', '101114.211000', '101114.214000', '101114.217000', '101114.220000', '101114.223000', '101114.225000', '101114.228000', '101114.231000', '101114.234000', '101114.237000', '101114.240000', '101114.243000', '101114.246000', '101114.248000', '101114.251000', '101114.254000', '101114.257000', '101114.260000', '101114.263000', '101114.265000', '101114.268000', '101114.271000', '101114.274000', '101114.277000', '101114.280000', '101114.282000', '101134.160000', '101134.163000', '101134.166000', '101134.169000', '101134.171000', '101134.181000', '101134.184000', '101134.187000', '101134.189000', '101134.192000', '101134.195000', '101134.198000', '101134.201000', '101134.204000', '101134.207000', '101134.209000', '101134.212000', '101134.215000', '101134.218000', '101134.221000', '101134.224000', '101134.226000', '101134.230000', '101134.232000', '101134.235000', '101134.238000', '101134.241000', '101134.244000', '101134.247000', '101134.249000', '101134.252000', '101134.255000', '101134.258000', '101134.261000', '101134.264000', '101134.267000', '101134.269000', '101134.272000', '101134.286000', '101134.289000', '101134.292000', '101134.295000', '101134.298000', '101154.160000', '101154.163000', '101154.166000', '101154.169000', '101154.171000', '101154.174000', '101154.177000', '101154.180000', '101154.185000', '101154.190000', '101154.193000', '101154.196000', '101154.198000', '101154.201000', '101154.204000', '101154.207000', '101154.210000', '101154.213000', '101154.216000', '101154.219000', '101154.221000', '101154.224000', '101154.227000', '101154.230000', '101154.233000', '101154.236000', '101154.238000', '101154.241000', '101154.244000', '101154.247000', '101154.250000', '101154.253000', '101154.255000', '101154.258000', '101154.261000', '101154.264000', '101154.267000', '101154.270000', '101154.272000', '101154.275000', '101154.278000', '101154.281000', '101154.284000', '101214.160000', '101214.163000', '101214.166000', '101214.169000', '101214.171000', '101214.174000', '101214.177000', '101214.180000', '101214.183000', '101214.186000', '101214.189000', '101214.191000', '101214.194000', '101214.197000', '101214.200000', '101214.203000', '101214.206000', '101214.208000', '101214.211000', '101214.214000', '101214.217000', '101214.220000', '101214.223000', '101214.226000', '101214.228000', '101214.231000', '101214.234000', '101214.237000', '101214.240000', '101214.243000', '101214.245000', '101214.248000', '101214.251000', '101214.254000', '101214.257000', '101214.260000', '101214.262000', '101214.265000', '101214.268000', '101214.271000', '101214.274000', '101214.277000', '101214.279000', '101214.282000', '101234.160000', '101234.163000', '101234.166000', '101234.169000', '101234.171000', '101234.174000', '101234.177000', '101234.180000', '101234.183000', '101234.186000', '101234.189000', '101234.192000', '101234.195000', '101234.197000', '101234.200000', '101234.203000', '101234.206000', '101234.209000', '101234.212000', '101234.215000', '101234.217000', '101234.220000', '101234.223000', '101234.226000', '101234.229000', '101234.232000', '101234.235000', '101234.237000', '101234.240000', '101234.243000', '101234.246000', '101234.249000', '101234.252000', '101234.254000', '101234.257000', '101234.260000', '101234.263000', '101234.266000', '101234.269000', '101234.272000', '101234.275000', '101234.277000', '101234.280000', '101254.159000', '101254.162000', '101254.165000', '101254.168000', '101254.170000', '101254.173000', '101254.176000', '101254.179000', '101254.182000', '101254.185000', '101254.188000', '101254.191000', '101254.193000', '101254.196000', '101254.199000', '101254.202000', '101254.205000', '101254.208000', '101254.211000', '101254.213000', '101254.216000', '101254.219000', '101254.222000', '101254.225000', '101254.228000', '101254.231000', '101254.233000', '101254.236000', '101254.239000', '101254.242000', '101254.245000', '101254.248000', '101254.250000', '101254.253000', '101254.256000', '101254.259000', '101254.262000', '101254.265000', '101254.278000', '101254.281000', '101254.284000', '101254.287000', '101254.290000', '101254.292000', '101314.159000', '101314.162000', '101314.165000', '101314.170000', '101314.174000', '101314.177000', '101314.180000', '101314.183000', '101314.186000', '101314.189000', '101314.191000', '101314.194000', '101314.197000', '101314.205000', '101314.207000', '101314.210000', '101314.213000', '101314.216000', '101314.219000', '101314.222000', '101314.225000', '101314.228000', '101314.230000', '101314.233000', '101314.236000', '101314.239000', '101314.242000', '101314.245000', '101314.248000', '101314.251000', '101314.253000', '101314.256000', '101314.259000', '101314.262000', '101314.265000', '101314.268000', '101314.270000', '101314.273000', '101314.276000', '101314.279000', '101314.282000', '101314.285000', '101314.287000', '101334.160000', '101334.163000', '101334.166000', '101334.169000', '101334.172000', '101334.175000', '101334.177000', '101334.192000', '101334.195000', '101334.197000', '101334.200000', '101334.203000', '101334.206000', '101334.209000', '101334.211000', '101334.214000', '101334.217000', '101334.220000', '101334.223000', '101334.226000', '101334.229000', '101334.232000', '101334.235000', '101334.237000', '101334.241000', '101334.243000', '101334.246000', '101334.249000', '101334.252000', '101334.255000', '101334.258000', '101334.261000', '101334.264000', '101334.267000', '101334.269000', '101334.272000', '101334.275000', '101334.278000', '101334.281000', '101334.284000', '101334.287000', '101334.289000', '101334.292000', '101334.295000', '101354.160000', '101354.163000', '101354.166000', '101354.169000', '101354.171000', '101354.174000', '101354.177000', '101354.180000', '101354.183000', '101354.186000', '101354.189000', '101354.192000', '101354.194000', '101354.197000', '101354.200000', '101354.203000', '101354.206000', '101354.209000', '101354.212000', '101354.214000', '101354.217000', '101354.220000', '101354.223000', '101354.229000', '101354.232000', '101354.235000', '101354.238000', '101354.240000', '101354.244000', '101354.246000', '101354.249000', '101354.265000', '101354.268000', '101354.271000', '101354.273000', '101354.276000', '101354.279000', '101354.282000', '101354.285000', '101354.288000', '101354.291000', '101354.293000', '101354.296000', '101414.160000', '101414.163000', '101414.166000', '101414.169000', '101414.171000', '101414.174000', '101414.177000', '101414.180000', '101414.183000', '101414.186000', '101414.189000', '101414.192000', '101414.194000', '101414.197000', '101414.200000', '101414.203000', '101414.206000', '101414.209000', '101414.212000', '101414.215000', '101414.217000', '101414.220000', '101414.223000', '101414.226000', '101414.229000', '101414.232000', '101414.234000', '101414.237000', '101414.240000', '101414.243000', '101414.246000', '101414.249000', '101414.252000', '101414.254000', '101414.257000', '101414.260000', '101414.263000', '101414.266000', '101414.269000', '101414.272000', '101414.274000', '101414.277000', '101414.280000', '101414.283000', '101434.160000', '101434.163000', '101434.166000', '101434.169000', '101434.172000', '101434.175000', '101434.177000', '101434.180000', '101434.183000', '101434.186000', '101434.189000', '101434.192000', '101434.195000', '101434.198000', '101434.200000', '101434.204000', '101434.208000', '101434.212000', '101434.214000', '101434.217000', '101434.220000', '101434.223000', '101434.226000', '101434.229000', '101434.232000', '101434.234000', '101434.237000', '101434.240000', '101434.243000', '101434.246000', '101434.249000', '101434.252000', '101434.254000', '101434.257000', '101434.260000', '101434.263000', '101434.266000', '101434.268000', '101434.271000', '101434.274000', '101434.277000', '101434.280000', '101434.283000', '101454.159000', '101454.162000', '101454.165000', '101454.168000', '101454.171000', '101454.173000', '101454.176000', '101454.179000', '101454.182000', '101454.185000', '101454.188000', '101454.191000', '101454.193000', '101454.196000', '101454.199000', '101454.202000', '101454.205000', '101454.208000', '101454.211000', '101454.213000', '101454.216000', '101454.219000', '101454.222000', '101454.225000', '101454.228000', '101454.230000', '101454.233000', '101454.236000', '101454.239000', '101454.242000', '101454.245000', '101454.248000', '101454.251000', '101454.254000', '101454.257000', '101454.259000', '101454.262000', '101454.265000', '101454.268000', '101454.271000', '101454.274000', '101454.277000', '101454.280000', '101454.282000', '101514.159000', '101514.162000', '101514.165000', '101514.168000', '101514.171000', '101514.173000', '101514.176000', '101514.179000', '101514.182000', '101514.185000', '101514.188000', '101514.191000', '101514.194000', '101514.196000', '101514.199000', '101514.202000', '101514.205000', '101514.208000', '101514.211000', '101514.214000', '101514.217000', '101514.219000', '101514.222000', '101514.225000', '101514.229000', '101514.232000', '101514.235000', '101514.238000', '101514.241000', '101514.244000', '101514.247000', '101514.250000', '101514.252000', '101514.255000', '101514.258000', '101514.261000', '101514.264000', '101514.267000', '101514.270000', '101514.272000', '101514.275000', '101514.294000', '101514.301000', '101534.159000', '101534.162000', '101534.165000', '101534.168000', '101534.171000', '101534.174000', '101534.176000', '101534.179000', '101534.182000', '101534.185000', '101534.188000', '101534.191000', '101534.194000', '101534.197000', '101534.199000', '101534.202000', '101534.205000', '101534.210000', '101534.212000', '101534.215000', '101534.218000', '101534.221000', '101534.224000', '101534.227000', '101534.230000', '101534.233000', '101534.235000', '101534.238000', '101534.241000', '101534.244000', '101534.247000', '101534.250000', '101534.253000', '101534.256000', '101534.259000', '101534.261000', '101534.264000', '101534.267000', '101534.270000', '101534.273000', '101534.276000', '101534.279000', '101534.282000', '101534.285000', '101554.160000', '101554.163000', '101554.166000', '101554.169000', '101554.172000', '101554.175000', '101554.178000', '101554.181000', '101554.184000', '101554.187000', '101554.190000', '101554.193000', '101554.196000', '101554.199000', '101554.201000', '101554.204000', '101554.207000', '101554.210000', '101554.213000', '101554.216000', '101554.219000', '101554.222000', '101554.224000', '101554.227000', '101554.230000', '101554.233000', '101554.236000', '101554.239000', '101554.242000', '101554.245000', '101554.247000', '101554.250000', '101554.253000', '101554.256000', '101554.259000', '101554.261000', '101554.266000', '101554.270000', '101554.273000', '101554.276000', '101554.279000', '101554.282000', '101554.285000', '101614.160000', '101614.163000', '101614.166000', '101614.169000', '101614.172000', '101614.174000', '101614.177000', '101614.180000', '101614.193000', '101614.195000', '101614.200000', '101614.203000', '101614.206000', '101614.209000', '101614.211000', '101614.214000', '101614.217000', '101614.220000', '101614.223000', '101614.226000', '101614.229000', '101614.232000', '101614.234000', '101614.237000', '101614.240000', '101614.243000', '101614.246000', '101614.249000', '101614.252000', '101614.255000', '101614.257000', '101614.260000', '101614.263000', '101614.266000', '101614.269000', '101614.272000', '101614.274000', '101614.277000', '101614.280000', '101614.283000', '101614.286000', '101614.289000', '101614.292000', '101614.295000', '101634.160000', '101634.163000', '101634.166000', '101634.169000', '101634.172000', '101634.174000', '101634.177000', '101634.180000', '101634.183000', '101634.186000', '101634.189000', '101634.192000', '101634.195000', '101634.198000', '101634.201000', '101634.203000', '101634.206000', '101634.209000', '101634.212000', '101634.215000', '101634.218000', '101634.221000', '101634.224000', '101634.226000', '101634.229000', '101634.232000', '101634.235000', '101634.238000', '101634.241000', '101634.243000', '101634.246000', '101634.249000', '101634.252000', '101634.255000', '101634.258000', '101634.261000', '101634.267000', '101634.270000', '101634.273000', '101634.276000', '101634.279000', '101634.282000', '101634.285000', '101654.160000', '101654.163000', '101654.166000', '101654.169000', '101654.172000', '101654.174000', '101654.177000', '101654.180000', '101654.183000', '101654.186000', '101654.189000', '101654.192000', '101654.195000', '101654.197000', '101654.200000', '101654.203000', '101654.206000', '101654.209000', '101654.212000', '101654.215000', '101654.218000', '101654.220000', '101654.223000', '101654.226000', '101654.229000', '101654.232000', '101654.235000', '101654.238000', '101654.241000', '101654.244000', '101654.247000', '101654.250000', '101654.253000', '101654.255000', '101654.258000', '101654.261000', '101654.264000', '101654.267000', '101654.270000', '101654.273000', '101654.276000', '101654.278000', '101654.281000', '101654.284000', '101714.159000', '101714.162000', '101714.165000', '101714.168000', '101714.170000', '101714.174000', '101714.176000', '101714.179000', '101714.182000', '101714.185000', '101714.188000', '101714.191000', '101714.194000', '101714.197000', '101714.200000', '101714.202000', '101714.205000', '101714.208000', '101714.211000', '101714.215000', '101714.218000', '101714.221000', '101714.224000', '101714.227000', '101714.229000', '101714.232000', '101714.235000', '101714.238000', '101714.241000', '101714.244000', '101714.247000', '101714.249000', '101714.252000', '101714.255000', '101714.258000', '101714.261000', '101714.264000', '101714.267000', '101714.270000', '101714.273000', '101714.276000', '101714.279000', '101714.281000', '101734.159000', '101734.162000', '101734.165000', '101734.168000', '101734.170000', '101734.173000', '101734.176000', '101734.180000', '101734.182000', '101734.185000', '101734.188000', '101734.191000', '101734.194000', '101734.197000', '101734.200000', '101734.203000', '101734.206000', '101734.208000', '101734.211000', '101734.214000', '101734.217000', '101734.220000', '101734.223000', '101734.226000', '101734.228000', '101734.231000', '101734.234000', '101734.237000', '101734.240000', '101734.243000', '101734.246000', '101734.248000', '101734.251000', '101734.254000', '101734.257000', '101734.260000', '101734.263000', '101734.266000', '101734.269000', '101734.272000', '101734.274000', '101734.277000', '101734.280000', '101734.283000', '101754.159000', '101754.162000', '101754.165000', '101754.168000', '101754.171000', '101754.173000', '101754.176000', '101754.179000', '101754.182000', '101754.185000', '101754.188000', '101754.191000', '101754.194000', '101754.197000', '101754.199000', '101754.202000', '101754.205000', '101754.208000', '101754.211000', '101754.214000', '101754.217000', '101754.220000', '101754.222000', '101754.225000', '101754.228000', '101754.231000', '101754.234000', '101754.236000', '101754.239000', '101754.242000', '101754.245000', '101754.248000', '101754.251000', '101754.254000', '101754.257000', '101754.259000', '101754.262000', '101754.265000', '101754.268000', '101754.271000', '101754.274000', '101754.277000', '101754.279000', '101814.160000', '101814.169000', '101814.172000', '101814.175000', '101814.178000', '101814.181000', '101814.183000', '101814.186000', '101814.189000', '101814.192000', '101814.195000', '101814.198000', '101814.201000', '101814.204000', '101814.206000', '101814.209000', '101814.212000', '101814.215000', '101814.218000', '101814.221000', '101814.224000', '101814.227000', '101814.230000', '101814.232000', '101814.235000', '101814.238000', '101814.241000', '101814.244000', '101814.247000', '101814.249000', '101814.252000', '101814.255000', '101814.258000', '101814.261000', '101814.264000', '101814.267000', '101814.269000', '101814.272000', '101814.275000', '101814.278000', '101814.281000', '101814.284000', '101814.286000', '101814.289000', '101834.160000', '101834.163000', '101834.166000', '101834.169000', '101834.172000', '101834.175000', '101834.177000', '101834.180000', '101834.183000', '101834.186000', '101834.189000', '101834.192000', '101834.195000', '101834.197000', '101834.200000', '101834.203000', '101834.206000', '101834.209000', '101834.212000', '101834.215000', '101834.218000', '101834.220000', '101834.223000', '101834.226000', '101834.229000', '101834.232000', '101834.234000', '101834.237000', '101834.240000', '101834.243000', '101834.246000', '101834.249000', '101834.253000', '101834.256000', '101834.259000', '101834.262000', '101834.265000', '101834.267000', '101834.270000', '101834.273000', '101834.276000', '101834.279000', '101834.282000', '101854.160000', '101854.163000', '101854.166000', '101854.168000', '101854.171000', '101854.174000', '101854.177000', '101854.180000', '101854.183000', '101854.186000', '101854.189000', '101854.192000', '101854.194000', '101854.197000', '101854.200000', '101854.203000', '101854.206000', '101854.209000', '101854.212000', '101854.214000', '101854.218000', '101854.220000', '101854.223000', '101854.226000', '101854.229000', '101854.232000', '101854.235000', '101854.237000', '101854.241000', '101854.243000', '101854.246000', '101854.249000', '101854.252000', '101854.255000', '101854.258000', '101854.261000', '101854.264000', '101854.266000', '101854.269000', '101854.272000', '101854.275000', '101854.278000', '101854.280000', '101854.283000', '101914.160000', '101914.163000', '101914.166000', '101914.169000', '101914.172000', '101914.174000', '101914.178000', '101914.180000', '101914.183000', '101914.186000', '101914.189000', '101914.192000', '101914.195000', '101914.197000', '101914.200000', '101914.203000', '101914.206000', '101914.209000', '101914.212000', '101914.215000', '101914.218000', '101914.220000', '101914.223000', '101914.226000', '101914.229000', '101914.232000', '101914.235000', '101914.238000', '101914.240000', '101914.243000', '101914.246000', '101914.262000', '101914.265000', '101914.267000', '101914.270000', '101914.273000', '101914.276000', '101914.279000', '101914.282000', '101914.285000', '101914.287000', '101914.290000', '101914.293000', '101924.530000', '101924.534000', '101924.538000', '101924.541000', '101924.544000', '101924.548000', '101924.552000', '101924.555000', '101924.558000', '101924.561000', '101924.564000', '101924.567000', '101924.570000', '101924.574000', '101924.577000', '101924.579000', '101924.583000', '101924.586000', '101924.589000', '101924.592000', '101924.595000', '101924.598000', '101924.601000'], 'InstanceCreationTime': ['100954.196000', '100954.200000', '100954.203000', '100954.206000', '100954.209000', '100954.212000', '100954.215000', '100954.218000', '100954.220000', '100954.224000', '100954.227000', '100954.230000', '100954.233000', '100954.240000', '100954.243000', '100954.246000', '100954.249000', '100954.252000', '100954.255000', '100954.258000', '100954.261000', '100954.264000', '100954.268000', '100954.271000', '100954.274000', '100954.277000', '100954.280000', '100954.283000', '100954.286000', '100954.289000', '100954.292000', '100954.295000', '100954.298000', '100954.301000', '100954.304000', '100954.307000', '100954.310000', '100954.313000', '100954.316000', '100954.319000', '100954.322000', '100954.325000', '100954.328000', '100954.331000', '100954.334000', '100954.337000', '100954.340000', '100954.344000', '100954.346000', '100954.349000', '100954.352000', '100954.355000', '100954.358000', '100954.365000', '100954.368000', '100954.371000', '100954.374000', '100954.377000', '101014.159000', '101014.162000', '101014.165000', '101014.167000', '101014.170000', '101014.173000', '101014.176000', '101014.179000', '101014.182000', '101014.185000', '101014.187000', '101014.190000', '101014.193000', '101014.199000', '101014.202000', '101014.205000', '101014.208000', '101014.210000', '101014.213000', '101014.216000', '101014.219000', '101014.222000', '101014.224000', '101014.227000', '101014.230000', '101014.233000', '101014.236000', '101014.239000', '101014.242000', '101014.245000', '101014.247000', '101014.250000', '101014.253000', '101014.256000', '101014.259000', '101014.261000', '101014.264000', '101014.267000', '101014.270000', '101014.273000', '101014.276000', '101014.279000', '101014.282000', '101034.159000', '101034.162000', '101034.165000', '101034.167000', '101034.170000', '101034.173000', '101034.176000', '101034.179000', '101034.181000', '101034.185000', '101034.187000', '101034.190000', '101034.193000', '101034.196000', '101034.199000', '101034.202000', '101034.204000', '101034.207000', '101034.210000', '101034.213000', '101034.216000', '101034.219000', '101034.222000', '101034.224000', '101034.227000', '101034.230000', '101034.233000', '101034.236000', '101034.239000', '101034.242000', '101034.244000', '101034.247000', '101034.250000', '101034.253000', '101034.256000', '101034.258000', '101034.261000', '101034.264000', '101034.267000', '101034.270000', '101034.273000', '101034.276000', '101034.278000', '101034.281000', '101054.159000', '101054.162000', '101054.164000', '101054.167000', '101054.170000', '101054.173000', '101054.176000', '101054.179000', '101054.182000', '101054.185000', '101054.198000', '101054.200000', '101054.203000', '101054.206000', '101054.209000', '101054.212000', '101054.215000', '101054.221000', '101054.224000', '101054.227000', '101054.230000', '101054.232000', '101054.235000', '101054.238000', '101054.241000', '101054.244000', '101054.247000', '101054.250000', '101054.252000', '101054.255000', '101054.258000', '101054.262000', '101054.265000', '101054.268000', '101054.271000', '101054.274000', '101054.276000', '101054.279000', '101054.282000', '101054.285000', '101054.288000', '101054.290000', '101054.293000', '101114.160000', '101114.163000', '101114.166000', '101114.168000', '101114.171000', '101114.174000', '101114.177000', '101114.180000', '101114.183000', '101114.186000', '101114.189000', '101114.191000', '101114.194000', '101114.197000', '101114.200000', '101114.203000', '101114.206000', '101114.209000', '101114.211000', '101114.214000', '101114.217000', '101114.220000', '101114.223000', '101114.225000', '101114.228000', '101114.231000', '101114.234000', '101114.237000', '101114.240000', '101114.243000', '101114.246000', '101114.248000', '101114.251000', '101114.254000', '101114.257000', '101114.260000', '101114.263000', '101114.265000', '101114.268000', '101114.271000', '101114.274000', '101114.277000', '101114.280000', '101114.282000', '101134.160000', '101134.163000', '101134.166000', '101134.169000', '101134.171000', '101134.181000', '101134.184000', '101134.187000', '101134.189000', '101134.192000', '101134.195000', '101134.198000', '101134.201000', '101134.204000', '101134.207000', '101134.209000', '101134.212000', '101134.215000', '101134.218000', '101134.221000', '101134.224000', '101134.226000', '101134.230000', '101134.232000', '101134.235000', '101134.238000', '101134.241000', '101134.244000', '101134.247000', '101134.249000', '101134.252000', '101134.255000', '101134.258000', '101134.261000', '101134.264000', '101134.267000', '101134.269000', '101134.272000', '101134.286000', '101134.289000', '101134.292000', '101134.295000', '101134.298000', '101154.160000', '101154.163000', '101154.166000', '101154.169000', '101154.171000', '101154.174000', '101154.177000', '101154.180000', '101154.185000', '101154.190000', '101154.193000', '101154.196000', '101154.198000', '101154.201000', '101154.204000', '101154.207000', '101154.210000', '101154.213000', '101154.216000', '101154.219000', '101154.221000', '101154.224000', '101154.227000', '101154.230000', '101154.233000', '101154.236000', '101154.238000', '101154.241000', '101154.244000', '101154.247000', '101154.250000', '101154.253000', '101154.255000', '101154.258000', '101154.261000', '101154.264000', '101154.267000', '101154.270000', '101154.272000', '101154.275000', '101154.278000', '101154.281000', '101154.284000', '101214.160000', '101214.163000', '101214.166000', '101214.169000', '101214.171000', '101214.174000', '101214.177000', '101214.180000', '101214.183000', '101214.186000', '101214.189000', '101214.191000', '101214.194000', '101214.197000', '101214.200000', '101214.203000', '101214.206000', '101214.208000', '101214.211000', '101214.214000', '101214.217000', '101214.220000', '101214.223000', '101214.226000', '101214.228000', '101214.231000', '101214.234000', '101214.237000', '101214.240000', '101214.243000', '101214.245000', '101214.248000', '101214.251000', '101214.254000', '101214.257000', '101214.260000', '101214.262000', '101214.265000', '101214.268000', '101214.271000', '101214.274000', '101214.277000', '101214.279000', '101214.282000', '101234.160000', '101234.163000', '101234.166000', '101234.169000', '101234.171000', '101234.174000', '101234.177000', '101234.180000', '101234.183000', '101234.186000', '101234.189000', '101234.192000', '101234.195000', '101234.197000', '101234.200000', '101234.203000', '101234.206000', '101234.209000', '101234.212000', '101234.215000', '101234.217000', '101234.220000', '101234.223000', '101234.226000', '101234.229000', '101234.232000', '101234.235000', '101234.237000', '101234.240000', '101234.243000', '101234.246000', '101234.249000', '101234.252000', '101234.254000', '101234.257000', '101234.260000', '101234.263000', '101234.266000', '101234.269000', '101234.272000', '101234.275000', '101234.277000', '101234.280000', '101254.159000', '101254.162000', '101254.165000', '101254.168000', '101254.170000', '101254.173000', '101254.176000', '101254.179000', '101254.182000', '101254.185000', '101254.188000', '101254.191000', '101254.193000', '101254.196000', '101254.199000', '101254.202000', '101254.205000', '101254.208000', '101254.211000', '101254.213000', '101254.216000', '101254.219000', '101254.222000', '101254.225000', '101254.228000', '101254.231000', '101254.233000', '101254.236000', '101254.239000', '101254.242000', '101254.245000', '101254.248000', '101254.250000', '101254.253000', '101254.256000', '101254.259000', '101254.262000', '101254.265000', '101254.278000', '101254.281000', '101254.284000', '101254.287000', '101254.290000', '101254.292000', '101314.159000', '101314.162000', '101314.165000', '101314.170000', '101314.174000', '101314.177000', '101314.180000', '101314.183000', '101314.186000', '101314.189000', '101314.191000', '101314.194000', '101314.197000', '101314.205000', '101314.207000', '101314.210000', '101314.213000', '101314.216000', '101314.219000', '101314.222000', '101314.225000', '101314.228000', '101314.230000', '101314.233000', '101314.236000', '101314.239000', '101314.242000', '101314.245000', '101314.248000', '101314.251000', '101314.253000', '101314.256000', '101314.259000', '101314.262000', '101314.265000', '101314.268000', '101314.270000', '101314.273000', '101314.276000', '101314.279000', '101314.282000', '101314.285000', '101314.287000', '101334.160000', '101334.163000', '101334.166000', '101334.169000', '101334.172000', '101334.175000', '101334.177000', '101334.192000', '101334.195000', '101334.197000', '101334.200000', '101334.203000', '101334.206000', '101334.209000', '101334.211000', '101334.214000', '101334.217000', '101334.220000', '101334.223000', '101334.226000', '101334.229000', '101334.232000', '101334.235000', '101334.237000', '101334.241000', '101334.243000', '101334.246000', '101334.249000', '101334.252000', '101334.255000', '101334.258000', '101334.261000', '101334.264000', '101334.267000', '101334.269000', '101334.272000', '101334.275000', '101334.278000', '101334.281000', '101334.284000', '101334.287000', '101334.289000', '101334.292000', '101334.295000', '101354.160000', '101354.163000', '101354.166000', '101354.169000', '101354.171000', '101354.174000', '101354.177000', '101354.180000', '101354.183000', '101354.186000', '101354.189000', '101354.192000', '101354.194000', '101354.197000', '101354.200000', '101354.203000', '101354.206000', '101354.209000', '101354.212000', '101354.214000', '101354.217000', '101354.220000', '101354.223000', '101354.229000', '101354.232000', '101354.235000', '101354.238000', '101354.240000', '101354.244000', '101354.246000', '101354.249000', '101354.265000', '101354.268000', '101354.271000', '101354.273000', '101354.276000', '101354.279000', '101354.282000', '101354.285000', '101354.288000', '101354.291000', '101354.293000', '101354.296000', '101414.160000', '101414.163000', '101414.166000', '101414.169000', '101414.171000', '101414.174000', '101414.177000', '101414.180000', '101414.183000', '101414.186000', '101414.189000', '101414.192000', '101414.194000', '101414.197000', '101414.200000', '101414.203000', '101414.206000', '101414.209000', '101414.212000', '101414.215000', '101414.217000', '101414.220000', '101414.223000', '101414.226000', '101414.229000', '101414.232000', '101414.234000', '101414.237000', '101414.240000', '101414.243000', '101414.246000', '101414.249000', '101414.252000', '101414.254000', '101414.257000', '101414.260000', '101414.263000', '101414.266000', '101414.269000', '101414.272000', '101414.274000', '101414.277000', '101414.280000', '101414.283000', '101434.160000', '101434.163000', '101434.166000', '101434.169000', '101434.172000', '101434.175000', '101434.177000', '101434.180000', '101434.183000', '101434.186000', '101434.189000', '101434.192000', '101434.195000', '101434.198000', '101434.200000', '101434.204000', '101434.208000', '101434.212000', '101434.214000', '101434.217000', '101434.220000', '101434.223000', '101434.226000', '101434.229000', '101434.232000', '101434.234000', '101434.237000', '101434.240000', '101434.243000', '101434.246000', '101434.249000', '101434.252000', '101434.254000', '101434.257000', '101434.260000', '101434.263000', '101434.266000', '101434.268000', '101434.271000', '101434.274000', '101434.277000', '101434.280000', '101434.283000', '101454.159000', '101454.162000', '101454.165000', '101454.168000', '101454.171000', '101454.173000', '101454.176000', '101454.179000', '101454.182000', '101454.185000', '101454.188000', '101454.191000', '101454.193000', '101454.196000', '101454.199000', '101454.202000', '101454.205000', '101454.208000', '101454.211000', '101454.213000', '101454.216000', '101454.219000', '101454.222000', '101454.225000', '101454.228000', '101454.230000', '101454.233000', '101454.236000', '101454.239000', '101454.242000', '101454.245000', '101454.248000', '101454.251000', '101454.254000', '101454.257000', '101454.259000', '101454.262000', '101454.265000', '101454.268000', '101454.271000', '101454.274000', '101454.277000', '101454.280000', '101454.282000', '101514.159000', '101514.162000', '101514.165000', '101514.168000', '101514.171000', '101514.173000', '101514.176000', '101514.179000', '101514.182000', '101514.185000', '101514.188000', '101514.191000', '101514.194000', '101514.196000', '101514.199000', '101514.202000', '101514.205000', '101514.208000', '101514.211000', '101514.214000', '101514.217000', '101514.219000', '101514.222000', '101514.225000', '101514.229000', '101514.232000', '101514.235000', '101514.238000', '101514.241000', '101514.244000', '101514.247000', '101514.250000', '101514.252000', '101514.255000', '101514.258000', '101514.261000', '101514.264000', '101514.267000', '101514.270000', '101514.272000', '101514.275000', '101514.294000', '101514.301000', '101534.159000', '101534.162000', '101534.165000', '101534.168000', '101534.171000', '101534.174000', '101534.176000', '101534.179000', '101534.182000', '101534.185000', '101534.188000', '101534.191000', '101534.194000', '101534.197000', '101534.199000', '101534.202000', '101534.205000', '101534.210000', '101534.212000', '101534.215000', '101534.218000', '101534.221000', '101534.224000', '101534.227000', '101534.230000', '101534.233000', '101534.235000', '101534.238000', '101534.241000', '101534.244000', '101534.247000', '101534.250000', '101534.253000', '101534.256000', '101534.259000', '101534.261000', '101534.264000', '101534.267000', '101534.270000', '101534.273000', '101534.276000', '101534.279000', '101534.282000', '101534.285000', '101554.160000', '101554.163000', '101554.166000', '101554.169000', '101554.172000', '101554.175000', '101554.178000', '101554.181000', '101554.184000', '101554.187000', '101554.190000', '101554.193000', '101554.196000', '101554.199000', '101554.201000', '101554.204000', '101554.207000', '101554.210000', '101554.213000', '101554.216000', '101554.219000', '101554.222000', '101554.224000', '101554.227000', '101554.230000', '101554.233000', '101554.236000', '101554.239000', '101554.242000', '101554.245000', '101554.247000', '101554.250000', '101554.253000', '101554.256000', '101554.259000', '101554.261000', '101554.266000', '101554.270000', '101554.273000', '101554.276000', '101554.279000', '101554.282000', '101554.285000', '101614.160000', '101614.163000', '101614.166000', '101614.169000', '101614.172000', '101614.174000', '101614.177000', '101614.180000', '101614.193000', '101614.195000', '101614.200000', '101614.203000', '101614.206000', '101614.209000', '101614.211000', '101614.214000', '101614.217000', '101614.220000', '101614.223000', '101614.226000', '101614.229000', '101614.232000', '101614.234000', '101614.237000', '101614.240000', '101614.243000', '101614.246000', '101614.249000', '101614.252000', '101614.255000', '101614.257000', '101614.260000', '101614.263000', '101614.266000', '101614.269000', '101614.272000', '101614.274000', '101614.277000', '101614.280000', '101614.283000', '101614.286000', '101614.289000', '101614.292000', '101614.295000', '101634.160000', '101634.163000', '101634.166000', '101634.169000', '101634.172000', '101634.174000', '101634.177000', '101634.180000', '101634.183000', '101634.186000', '101634.189000', '101634.192000', '101634.195000', '101634.198000', '101634.201000', '101634.203000', '101634.206000', '101634.209000', '101634.212000', '101634.215000', '101634.218000', '101634.221000', '101634.224000', '101634.226000', '101634.229000', '101634.232000', '101634.235000', '101634.238000', '101634.241000', '101634.243000', '101634.246000', '101634.249000', '101634.252000', '101634.255000', '101634.258000', '101634.261000', '101634.267000', '101634.270000', '101634.273000', '101634.276000', '101634.279000', '101634.282000', '101634.285000', '101654.160000', '101654.163000', '101654.166000', '101654.169000', '101654.172000', '101654.174000', '101654.177000', '101654.180000', '101654.183000', '101654.186000', '101654.189000', '101654.192000', '101654.195000', '101654.197000', '101654.200000', '101654.203000', '101654.206000', '101654.209000', '101654.212000', '101654.215000', '101654.218000', '101654.220000', '101654.223000', '101654.226000', '101654.229000', '101654.232000', '101654.235000', '101654.238000', '101654.241000', '101654.244000', '101654.247000', '101654.250000', '101654.253000', '101654.255000', '101654.258000', '101654.261000', '101654.264000', '101654.267000', '101654.270000', '101654.273000', '101654.276000', '101654.278000', '101654.281000', '101654.284000', '101714.159000', '101714.162000', '101714.165000', '101714.168000', '101714.170000', '101714.174000', '101714.176000', '101714.179000', '101714.182000', '101714.185000', '101714.188000', '101714.191000', '101714.194000', '101714.197000', '101714.200000', '101714.202000', '101714.205000', '101714.208000', '101714.211000', '101714.215000', '101714.218000', '101714.221000', '101714.224000', '101714.227000', '101714.229000', '101714.232000', '101714.235000', '101714.238000', '101714.241000', '101714.244000', '101714.247000', '101714.249000', '101714.252000', '101714.255000', '101714.258000', '101714.261000', '101714.264000', '101714.267000', '101714.270000', '101714.273000', '101714.276000', '101714.279000', '101714.281000', '101734.159000', '101734.162000', '101734.165000', '101734.168000', '101734.170000', '101734.173000', '101734.176000', '101734.180000', '101734.182000', '101734.185000', '101734.188000', '101734.191000', '101734.194000', '101734.197000', '101734.200000', '101734.203000', '101734.206000', '101734.208000', '101734.211000', '101734.214000', '101734.217000', '101734.220000', '101734.223000', '101734.226000', '101734.228000', '101734.231000', '101734.234000', '101734.237000', '101734.240000', '101734.243000', '101734.246000', '101734.248000', '101734.251000', '101734.254000', '101734.257000', '101734.260000', '101734.263000', '101734.266000', '101734.269000', '101734.272000', '101734.274000', '101734.277000', '101734.280000', '101734.283000', '101754.159000', '101754.162000', '101754.165000', '101754.168000', '101754.171000', '101754.173000', '101754.176000', '101754.179000', '101754.182000', '101754.185000', '101754.188000', '101754.191000', '101754.194000', '101754.197000', '101754.199000', '101754.202000', '101754.205000', '101754.208000', '101754.211000', '101754.214000', '101754.217000', '101754.220000', '101754.222000', '101754.225000', '101754.228000', '101754.231000', '101754.234000', '101754.236000', '101754.239000', '101754.242000', '101754.245000', '101754.248000', '101754.251000', '101754.254000', '101754.257000', '101754.259000', '101754.262000', '101754.265000', '101754.268000', '101754.271000', '101754.274000', '101754.277000', '101754.279000', '101814.160000', '101814.169000', '101814.172000', '101814.175000', '101814.178000', '101814.181000', '101814.183000', '101814.186000', '101814.189000', '101814.192000', '101814.195000', '101814.198000', '101814.201000', '101814.204000', '101814.206000', '101814.209000', '101814.212000', '101814.215000', '101814.218000', '101814.221000', '101814.224000', '101814.227000', '101814.230000', '101814.232000', '101814.235000', '101814.238000', '101814.241000', '101814.244000', '101814.247000', '101814.249000', '101814.252000', '101814.255000', '101814.258000', '101814.261000', '101814.264000', '101814.267000', '101814.269000', '101814.272000', '101814.275000', '101814.278000', '101814.281000', '101814.284000', '101814.286000', '101814.289000', '101834.160000', '101834.163000', '101834.166000', '101834.169000', '101834.172000', '101834.175000', '101834.177000', '101834.180000', '101834.183000', '101834.186000', '101834.189000', '101834.192000', '101834.195000', '101834.197000', '101834.200000', '101834.203000', '101834.206000', '101834.209000', '101834.212000', '101834.215000', '101834.218000', '101834.220000', '101834.223000', '101834.226000', '101834.229000', '101834.232000', '101834.234000', '101834.237000', '101834.240000', '101834.243000', '101834.246000', '101834.249000', '101834.253000', '101834.256000', '101834.259000', '101834.262000', '101834.265000', '101834.267000', '101834.270000', '101834.273000', '101834.276000', '101834.279000', '101834.282000', '101854.160000', '101854.163000', '101854.166000', '101854.168000', '101854.171000', '101854.174000', '101854.177000', '101854.180000', '101854.183000', '101854.186000', '101854.189000', '101854.192000', '101854.194000', '101854.197000', '101854.200000', '101854.203000', '101854.206000', '101854.209000', '101854.212000', '101854.214000', '101854.218000', '101854.220000', '101854.223000', '101854.226000', '101854.229000', '101854.232000', '101854.235000', '101854.237000', '101854.241000', '101854.243000', '101854.246000', '101854.249000', '101854.252000', '101854.255000', '101854.258000', '101854.261000', '101854.264000', '101854.266000', '101854.269000', '101854.272000', '101854.275000', '101854.278000', '101854.280000', '101854.283000', '101914.160000', '101914.163000', '101914.166000', '101914.169000', '101914.172000', '101914.174000', '101914.178000', '101914.180000', '101914.183000', '101914.186000', '101914.189000', '101914.192000', '101914.195000', '101914.197000', '101914.200000', '101914.203000', '101914.206000', '101914.209000', '101914.212000', '101914.215000', '101914.218000', '101914.220000', '101914.223000', '101914.226000', '101914.229000', '101914.232000', '101914.235000', '101914.238000', '101914.240000', '101914.243000', '101914.246000', '101914.262000', '101914.265000', '101914.267000', '101914.270000', '101914.273000', '101914.276000', '101914.279000', '101914.282000', '101914.285000', '101914.287000', '101914.290000', '101914.293000', '101924.530000', '101924.534000', '101924.538000', '101924.541000', '101924.544000', '101924.548000', '101924.552000', '101924.555000', '101924.558000', '101924.561000', '101924.564000', '101924.567000', '101924.570000', '101924.574000', '101924.577000', '101924.579000', '101924.583000', '101924.586000', '101924.589000', '101924.592000', '101924.595000', '101924.598000', '101924.601000'], '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': [10729, 8801, 13141, 8884, 7286, 8736, 7557, 9568, 7524, 10190, 7655, 12299, 9069, 11781, 7744, 7508, 7181, 7889, 7642, 7778, 8583, 7758, 7574, 9581, 7947, 8899, 7953, 10777, 8565, 12563, 9986, 9536, 13122, 9114, 9878, 7524, 7442, 9416, 7452, 9604, 7674, 12169, 8467, 7655, 11075, 8067, 7771, 7322, 7832, 8280, 7781, 9800, 7813, 7889, 12125, 8232, 8687, 8125, 7914, 9061, 8004, 10641, 8270, 12119, 9203, 8128, 7733, 8338, 7617, 7982, 8307, 9257, 7705, 8541, 7720, 7921, 8415, 8130, 8403, 8346, 11008, 9251, 8440, 10759, 7287, 8399, 9780, 8483, 8366, 12834, 10109, 12165, 10083, 8552, 10160, 8511, 9973, 8398, 8276, 12673, 9851, 8360, 10790, 7309, 8556, 7203, 8435, 8348, 10126, 8524, 8015, 11748, 9542, 8217, 9604, 8428, 12846, 9862, 12287, 10450, 8508, 13165, 9873, 8255, 7490, 8544, 8202, 8601, 12355, 9424, 8324, 12800, 8575, 9477, 8623, 8311, 8374, 8318, 11971, 8582, 13416, 10477, 8596, 7351, 8496, 7904, 8472, 10830, 8545, 12796, 9589, 8474, 8134, 8461, 8236, 7870, 8561, 10796, 9286, 10524, 11251, 8628, 9954, 7565, 8377, 10848, 8637, 14292, 10752, 13479, 10502, 8876, 9005, 8647, 9542, 8444, 8518, 9588, 8541, 13519, 10554, 8572, 8418, 8522, 8037, 8555, 8565, 8605, 11118, 8935, 8492, 12468, 8514, 8283, 8420, 7817, 8063, 7982, 8050, 7895, 12964, 9478, 9260, 8067, 7968, 8149, 8095, 11170, 8067, 13706, 8221, 14173, 8682, 7961, 7917, 7767, 7660, 8172, 9152, 8361, 13125, 9667, 7920, 8040, 8016, 8414, 8174, 14422, 10554, 14400, 11015, 8226, 8724, 8035, 8754, 8011, 10453, 8300, 9989, 11575, 8043, 12304, 7907, 8771, 7766, 9019, 8088, 11501, 8075, 8008, 11297, 8028, 8478, 7773, 7617, 7830, 7611, 8844, 7970, 13138, 9829, 13903, 8932, 7654, 8287, 7665, 10866, 7867, 13845, 9629, 14587, 10297, 7467, 8313, 7605, 8320, 7821, 7582, 7837, 7974, 12995, 7979, 12053, 7690, 7505, 8376, 7802, 11339, 8254, 7910, 14295, 8012, 7697, 8424, 7811, 12978, 9062, 13989, 11548, 8058, 13433, 7871, 7977, 7998, 7878, 9436, 7987, 13557, 10023, 9589, 9185, 7488, 7512, 7562, 7417, 7628, 7490, 9263, 7775, 13213, 9664, 7610, 8077, 7491, 7502, 7729, 7532, 9265, 7676, 13501, 9999, 12719, 8813, 7313, 8211, 7665, 8817, 7841, 10685, 9658, 7541, 13634, 7834, 6924, 7874, 7325, 9800, 7553, 12381, 9487, 12823, 9909, 7408, 8297, 7746, 9051, 7868, 10219, 8197, 7480, 13359, 8045, 7249, 7765, 7823, 8984, 8016, 9936, 8203, 7588, 14451, 10895, 8212, 11560, 8156, 13981, 9979, 12516, 9863, 7901, 12713, 8833, 9338, 8201, 7995, 8221, 8081, 8865, 8148, 7494, 12329, 7953, 13224, 7937, 7430, 8114, 7630, 8513, 7813, 10131, 8303, 11728, 11033, 7872, 8077, 7910, 7198, 7826, 7375, 9593, 7652, 10432, 8834, 12852, 9331, 8388, 8169, 7926, 7835, 8007, 7106, 8015, 7105, 10644, 8068, 11622, 7799, 7271, 7878, 7754, 7597, 7956, 7070, 9092, 7820, 10928, 7699, 7858, 9465, 8066, 12152, 9098, 11501, 14081, 8153, 12994, 10271, 7873, 9707, 7933, 11214, 8619, 11785, 8595, 7756, 13533, 9428, 7441, 7928, 7670, 9077, 7750, 9978, 7992, 8329, 9524, 7883, 11916, 7968, 7161, 7972, 7485, 9335, 7493, 10772, 8596, 12372, 8759, 7495, 9198, 7733, 8135, 7909, 7324, 9084, 7971, 7512, 8618, 7683, 7836, 8881, 8173, 7989, 7944, 8750, 10278, 7232, 10878, 7747, 6980, 7926, 11468, 9971, 8493, 7598, 10834, 13285, 10970, 9720, 7454, 11850, 14424, 11331, 8819, 14155, 11913, 9381, 7647, 8238, 7318, 7614, 9090, 7727, 7859, 7995, 7900, 10283, 7973, 7938, 9283, 7884, 7943, 8054, 7950, 7762, 7827, 7918, 9522, 8686, 8194, 9632, 8257, 8195, 10896, 8192, 12973, 9867, 12982, 11478, 8094, 8572, 7883, 7879, 9944, 7992, 11554, 9205, 7773, 13372, 9209, 8157, 9073, 7934, 11824, 8529, 13937, 10677, 13325, 11373, 8075, 8295, 8000, 8938, 7811, 8165, 8210, 8008, 11409, 8996, 10362, 7951, 8306, 8282, 8247, 8672, 8186, 9159, 8326, 10041, 10753, 8433, 9233, 8198, 8141, 8190, 8199, 9955, 8371, 8168, 11638, 8767, 8248, 8432, 8233, 10204, 8206, 8027, 13511, 11113, 9444, 13090, 8417, 8170, 8637, 8353, 9887, 8194, 9105, 10920, 8326, 12582, 8389, 8283, 8343, 8311, 10034, 8541, 12030, 10155, 8343, 12333, 8217, 8505, 8423, 8207, 10987, 8124, 11951, 9638, 10013, 12399, 8263, 8374, 7921, 8218, 8175, 8332, 9069, 8181, 8363, 8580, 8334, 8275, 8070, 8417, 8167, 8136, 10709, 8284, 12877, 9360, 8434, 10646, 8066, 8302, 8376, 8338, 10102, 8835, 8401, 12963, 8531, 12497, 7957, 8419, 10828, 8357, 12487, 10327, 11883, 11135, 8278, 9020, 8072, 8372, 9101, 8356, 10339, 9187, 8885, 11296, 8274, 10043, 7902, 8248, 8643, 8328, 11055, 9183, 11139, 10284, 8364, 8539, 8010, 8337, 8093, 8137, 11011, 8475, 12539, 9663, 8251, 10617, 7956, 8092, 8028, 8170, 9403, 7945, 11454, 9034, 8191, 12550, 7782, 8971, 7769, 10572, 7992, 10327, 9412, 8164, 12853, 8841, 8091, 8035, 7795, 8801, 7918, 8200, 8613, 8125, 11591, 8806, 7619, 8348, 7441, 8965, 7683, 7929, 12405, 9830, 9418, 12272, 9207, 8020, 7933, 7804, 8126, 9955, 8097, 8059, 12671, 11715, 8503, 8021, 11777, 8281, 8389, 13134, 8579, 14102, 10839, 8073, 11951, 8223, 7978, 9113, 7991, 7272, 10265, 8481, 6783, 8135, 7129, 7204, 7015, 8567, 6979, 6899, 11091, 9952, 8096, 10718, 9965, 7715, 8327, 10374, 7736, 12644, 9968, 12694, 10320, 7844, 12217, 7882, 7732, 8527, 8029, 7182, 7887, 7682, 10548, 8405, 7814, 13905, 12529, 9777, 7503, 7711, 7601, 7234, 7834, 6945, 7420, 6856, 6662, 6232, 7979, 8900, 8777, 12374, 16230, 15888, 12532, 8744, 8520, 7329, 8040, 7789, 14505, 10499, 12508, 11532, 13354, 10138, 8658, 7903, 7187, 7096, 6843, 8985, 8095, 7161, 6972, 7365, 8779, 9956, 7832, 7165, 7185, 7956, 7444, 7134, 6924, 10924, 9066, 7782, 12247, 9603, 7313, 10566, 8411, 7386, 12119, 9723, 8975, 14960, 10458, 9292, 9631, 7350, 7377, 9598, 7984, 7095, 12559, 10214, 7712, 12621, 8224, 7637, 8663, 7928, 7789, 12020, 10523, 10281, 12651, 11761, 8743, 7614, 10690, 7890, 8412, 13248, 10831, 13450, 11371, 8211, 8767, 8087, 8113, 10194, 7740, 7954, 10291, 8032, 7805, 11919, 9200, 8066, 11474, 8127, 7377, 7280, 7758, 8296, 8057, 7362, 10252, 8239, 9350, 8164, 7956, 8217, 8186, 9602, 7852, 8056, 11927, 8310, 8078, 7407, 7774, 8108, 9403, 8400, 8055, 13740, 11522, 8486, 12484, 9074, 11604, 12508, 11153, 9020, 8279, 8994, 13626, 10502, 9275, 7710, 7429, 13232, 9273, 8359, 9212, 15956, 11368, 8746, 15137, 11548, 8201, 14522, 12423, 8207, 12473, 8094, 7453, 9705, 8008, 7575, 8652, 7381, 7080, 7438, 7942, 7419, 9536, 8022, 7361, 10436, 9402, 8366, 12526, 8795, 7531, 10701, 8063, 9377, 10864, 7345, 14106, 9987, 9489, 15573, 10667, 9092, 9429, 7852, 7016, 10761, 8743, 7289, 10958, 9302, 7413, 14920, 10748, 7874, 9317, 7147, 11850, 8677, 7480, 11483, 8230, 12198, 9885, 7405, 13949, 8648, 7458, 8697, 7493, 7357, 9810, 7363, 10235, 8779, 7546, 11446, 9557, 7502, 9618, 7467, 10604, 8368, 7168, 11346, 8265, 12154, 9922, 7080, 10022, 7659, 7237, 10229, 7162, 11158, 9486, 7447, 14204, 9659, 7195, 9167, 7178, 7278, 9552, 7388, 12150, 10119, 7348, 14245, 9305, 7933, 10036, 6896, 12734, 7948, 15327, 11293, 10924, 11747, 7421, 9228, 7515, 7046, 10148, 7243, 10833, 9337, 8303, 13162, 8506, 8845, 8644, 6972, 11691, 8020, 11883, 9742, 7435, 13415, 8643, 8141, 7975, 6950, 10636, 8351, 10806, 9976, 7276, 12975, 9273, 6832, 10300, 7990, 11436, 9168, 8273, 13409, 8010, 15679, 10574, 8677, 9023, 7460, 9841, 7939, 6728, 10478, 6460, 12640, 9951, 12827, 9278, 6544, 8532, 7088, 9170, 7759, 6944, 10883, 7769, 11515, 8732, 7178, 8241, 7388, 6475, 9796, 7596, 12636, 10101, 7238, 12255, 8865, 6645, 12361, 8996, 14630, 11283, 10278, 13451, 10063, 9704, 8272, 7140, 9888, 8191, 6300, 12791, 10887, 9045, 15592, 10990, 6842, 9925, 7189, 11485, 8918, 8933, 11735, 7609, 15188, 11420, 9213, 9776, 7368, 9727, 7736, 6187, 11081, 7575, 13506, 10854, 6736, 9728, 7085, 8672, 7496, 6494, 9949, 6771, 12878, 10325, 6804, 11519, 7570, 6237, 7810, 6613, 10796, 8651, 10662, 11628, 7775, 13186, 9704, 6449, 10079, 7133, 12415, 9896, 11513, 11778, 8099, 13743, 10259, 6542, 8394, 6654, 10583, 8155, 12131, 9825, 8041, 13344, 9291, 6713, 8002, 6795, 9905, 8002, 11176, 8372, 7218, 13287, 8024, 13492, 8367, 6675, 8681, 7306, 10026, 7940, 6958, 12902, 9887, 7043, 8682, 7613, 10322, 8265, 7031, 11917, 8721, 14929, 11851, 7823, 12579, 8128, 6850, 10624, 8569, 13114, 9989, 7576, 14886, 11898, 7067, 9863, 8286, 8286, 8968, 6901, 14336, 11476, 8995, 15046, 11496, 6840, 8753, 7975, 6751, 10874], 'WindowCenter': [3836.0, 3801.0, 3818.0, 3786.0, 3752.0, 3772.0, 3761.0, 3782.0, 3750.0, 3782.0, 3761.0, 3792.0, 3771.0, 3792.0, 3749.0, 3738.0, 3738.0, 3759.0, 3749.0, 3762.0, 3772.0, 3762.0, 3762.0, 3784.0, 3761.0, 3772.0, 3762.0, 3782.0, 3772.0, 3793.0, 3783.0, 3771.0, 3793.0, 3771.0, 3770.0, 3748.0, 3736.0, 3757.0, 3736.0, 3768.0, 3748.0, 3790.0, 3759.0, 3747.0, 3779.0, 3747.0, 3747.0, 3748.0, 3747.0, 3758.0, 3749.0, 3781.0, 3761.0, 3749.0, 3790.0, 3758.0, 3758.0, 3746.0, 3745.0, 3757.0, 3744.0, 3779.0, 3758.0, 3789.0, 3768.0, 3746.0, 3747.0, 3758.0, 3746.0, 3759.0, 3770.0, 3782.0, 3761.0, 3770.0, 3760.0, 3759.0, 3770.0, 3759.0, 3771.0, 3771.0, 3793.0, 3772.0, 3761.0, 3792.0, 3749.0, 3760.0, 3777.0, 3771.0, 3759.0, 3791.0, 3782.0, 3791.0, 3779.0, 3758.0, 3766.0, 3757.0, 3755.0, 3745.0, 3744.0, 3777.0, 3768.0, 3746.0, 3766.0, 3736.0, 3756.0, 3736.0, 3758.0, 3759.0, 3781.0, 3783.0, 3762.0, 3805.0, 3784.0, 3772.0, 3781.0, 3759.0, 3790.0, 3781.0, 3790.0, 3781.0, 3757.0, 3792.0, 3770.0, 3757.0, 3748.0, 3757.0, 3756.0, 3758.0, 3790.0, 3770.0, 3758.0, 3790.0, 3759.0, 3767.0, 3758.0, 3757.0, 3756.0, 3758.0, 3790.0, 3759.0, 3790.0, 3780.0, 3758.0, 3748.0, 3757.0, 3758.0, 3758.0, 3778.0, 3758.0, 3791.0, 3769.0, 3758.0, 3759.0, 3760.0, 3759.0, 3760.0, 3772.0, 3791.0, 3782.0, 3793.0, 3791.0, 3771.0, 3782.0, 3761.0, 3759.0, 3780.0, 3759.0, 3802.0, 3779.0, 3791.0, 3779.0, 3756.0, 3757.0, 3757.0, 3755.0, 3746.0, 3755.0, 3755.0, 3745.0, 3787.0, 3767.0, 3756.0, 3745.0, 3755.0, 3745.0, 3756.0, 3755.0, 3757.0, 3777.0, 3759.0, 3757.0, 3790.0, 3759.0, 3756.0, 3758.0, 3746.0, 3761.0, 3756.0, 3759.0, 3758.0, 3800.0, 3780.0, 3780.0, 3760.0, 3758.0, 3758.0, 3747.0, 3779.0, 3746.0, 3790.0, 3757.0, 3791.0, 3759.0, 3747.0, 3746.0, 3745.0, 3749.0, 3759.0, 3768.0, 3771.0, 3803.0, 3781.0, 3760.0, 3759.0, 3759.0, 3760.0, 3759.0, 3800.0, 3779.0, 3791.0, 3780.0, 3759.0, 3757.0, 3746.0, 3757.0, 3746.0, 3767.0, 3756.0, 3768.0, 3779.0, 3746.0, 3779.0, 3747.0, 3755.0, 3746.0, 3753.0, 3745.0, 3776.0, 3747.0, 3745.0, 3777.0, 3746.0, 3746.0, 3746.0, 3744.0, 3746.0, 3745.0, 3768.0, 3747.0, 3790.0, 3768.0, 3789.0, 3768.0, 3746.0, 3746.0, 3734.0, 3766.0, 3744.0, 3787.0, 3756.0, 3787.0, 3767.0, 3735.0, 3745.0, 3746.0, 3744.0, 3747.0, 3745.0, 3748.0, 3758.0, 3791.0, 3759.0, 3790.0, 3750.0, 3748.0, 3759.0, 3748.0, 3790.0, 3760.0, 3760.0, 3803.0, 3760.0, 3749.0, 3759.0, 3748.0, 3790.0, 3770.0, 3802.0, 3780.0, 3747.0, 3790.0, 3748.0, 3747.0, 3746.0, 3744.0, 3756.0, 3745.0, 3788.0, 3782.0, 3769.0, 3767.0, 3736.0, 3735.0, 3745.0, 3735.0, 3746.0, 3736.0, 3767.0, 3747.0, 3791.0, 3769.0, 3749.0, 3759.0, 3750.0, 3746.0, 3748.0, 3745.0, 3768.0, 3747.0, 3800.0, 3779.0, 3790.0, 3758.0, 3738.0, 3757.0, 3748.0, 3756.0, 3747.0, 3778.0, 3769.0, 3748.0, 3800.0, 3748.0, 3737.0, 3747.0, 3734.0, 3767.0, 3747.0, 3789.0, 3769.0, 3789.0, 3779.0, 3748.0, 3757.0, 3747.0, 3756.0, 3747.0, 3768.0, 3760.0, 3747.0, 3790.0, 3759.0, 3746.0, 3747.0, 3748.0, 3770.0, 3761.0, 3780.0, 3772.0, 3761.0, 3815.0, 3794.0, 3761.0, 3792.0, 3760.0, 3800.0, 3780.0, 3789.0, 3769.0, 3747.0, 3790.0, 3758.0, 3768.0, 3757.0, 3746.0, 3745.0, 3746.0, 3755.0, 3745.0, 3735.0, 3789.0, 3747.0, 3789.0, 3747.0, 3737.0, 3746.0, 3744.0, 3757.0, 3747.0, 3768.0, 3757.0, 3778.0, 3778.0, 3747.0, 3747.0, 3747.0, 3736.0, 3735.0, 3735.0, 3767.0, 3747.0, 3779.0, 3769.0, 3789.0, 3769.0, 3757.0, 3746.0, 3747.0, 3745.0, 3746.0, 3736.0, 3748.0, 3736.0, 3779.0, 3757.0, 3790.0, 3747.0, 3747.0, 3757.0, 3759.0, 3760.0, 3762.0, 3751.0, 3783.0, 3762.0, 3795.0, 3762.0, 3762.0, 3781.0, 3760.0, 3792.0, 3771.0, 3793.0, 3803.0, 3748.0, 3803.0, 3779.0, 3759.0, 3769.0, 3748.0, 3777.0, 3757.0, 3778.0, 3758.0, 3747.0, 3790.0, 3769.0, 3736.0, 3747.0, 3745.0, 3756.0, 3746.0, 3768.0, 3749.0, 3747.0, 3769.0, 3748.0, 3778.0, 3746.0, 3736.0, 3745.0, 3736.0, 3756.0, 3737.0, 3777.0, 3759.0, 3790.0, 3759.0, 3737.0, 3769.0, 3747.0, 3744.0, 3720.0, 3710.0, 3718.0, 3738.0, 3738.0, 3760.0, 3753.0, 3766.0, 3789.0, 3748.0, 3770.0, 3800.0, 3781.0, 3836.0, 3777.0, 3805.0, 3761.0, 3737.0, 3758.0, 3804.0, 3794.0, 3784.0, 3773.0, 3793.0, 3816.0, 3794.0, 3782.0, 3749.0, 3793.0, 3803.0, 3783.0, 3759.0, 3791.0, 3781.0, 3760.0, 3738.0, 3746.0, 3735.0, 3734.0, 3755.0, 3736.0, 3746.0, 3747.0, 3748.0, 3770.0, 3749.0, 3748.0, 3757.0, 3747.0, 3747.0, 3747.0, 3759.0, 3759.0, 3762.0, 3773.0, 3784.0, 3784.0, 3775.0, 3795.0, 3773.0, 3772.0, 3794.0, 3772.0, 3805.0, 3785.0, 3805.0, 3793.0, 3762.0, 3771.0, 3761.0, 3761.0, 3782.0, 3773.0, 3805.0, 3784.0, 3762.0, 3804.0, 3773.0, 3762.0, 3772.0, 3759.0, 3790.0, 3759.0, 3802.0, 3783.0, 3791.0, 3780.0, 3747.0, 3758.0, 3747.0, 3756.0, 3747.0, 3747.0, 3759.0, 3747.0, 3791.0, 3770.0, 3779.0, 3747.0, 3757.0, 3757.0, 3758.0, 3757.0, 3760.0, 3770.0, 3771.0, 3782.0, 3793.0, 3760.0, 3770.0, 3759.0, 3758.0, 3759.0, 3759.0, 3781.0, 3773.0, 3772.0, 3805.0, 3784.0, 3772.0, 3771.0, 3771.0, 3781.0, 3772.0, 3761.0, 3805.0, 3794.0, 3783.0, 3804.0, 3761.0, 3759.0, 3769.0, 3761.0, 3779.0, 3760.0, 3769.0, 3792.0, 3760.0, 3791.0, 3761.0, 3758.0, 3757.0, 3757.0, 3767.0, 3759.0, 3789.0, 3779.0, 3758.0, 3790.0, 3759.0, 3756.0, 3746.0, 3744.0, 3778.0, 3746.0, 3779.0, 3769.0, 3768.0, 3788.0, 3756.0, 3746.0, 3745.0, 3744.0, 3755.0, 3756.0, 3768.0, 3760.0, 3759.0, 3769.0, 3771.0, 3770.0, 3761.0, 3759.0, 3760.0, 3758.0, 3793.0, 3772.0, 3803.0, 3770.0, 3761.0, 3793.0, 3759.0, 3758.0, 3757.0, 3759.0, 3779.0, 3772.0, 3761.0, 3804.0, 3771.0, 3791.0, 3759.0, 3758.0, 3779.0, 3757.0, 3789.0, 3769.0, 3778.0, 3776.0, 3746.0, 3756.0, 3745.0, 3756.0, 3757.0, 3757.0, 3778.0, 3769.0, 3769.0, 3780.0, 3758.0, 3769.0, 3747.0, 3757.0, 3757.0, 3758.0, 3779.0, 3768.0, 3779.0, 3780.0, 3758.0, 3770.0, 3758.0, 3757.0, 3747.0, 3747.0, 3778.0, 3759.0, 3790.0, 3770.0, 3757.0, 3779.0, 3758.0, 3758.0, 3758.0, 3758.0, 3766.0, 3759.0, 3790.0, 3771.0, 3759.0, 3791.0, 3760.0, 3769.0, 3748.0, 3767.0, 3746.0, 3766.0, 3768.0, 3746.0, 3790.0, 3757.0, 3746.0, 3746.0, 3747.0, 3758.0, 3758.0, 3759.0, 3771.0, 3760.0, 3792.0, 3771.0, 3761.0, 3760.0, 3749.0, 3770.0, 3762.0, 3759.0, 3802.0, 3783.0, 3782.0, 3793.0, 3781.0, 3761.0, 3772.0, 3760.0, 3759.0, 3794.0, 3773.0, 3773.0, 3816.0, 3805.0, 3773.0, 3774.0, 3804.0, 3784.0, 3773.0, 3805.0, 3771.0, 3803.0, 3781.0, 3745.0, 3779.0, 3746.0, 3747.0, 3757.0, 3718.0, 3735.0, 3768.0, 3747.0, 3712.0, 3733.0, 3723.0, 3721.0, 3719.0, 3813.0, 3792.0, 3763.0, 3805.0, 3793.0, 3760.0, 3779.0, 3768.0, 3748.0, 3757.0, 3769.0, 3748.0, 3791.0, 3769.0, 3790.0, 3770.0, 3735.0, 3765.0, 3732.0, 3721.0, 3742.0, 3744.0, 3736.0, 3746.0, 3747.0, 3779.0, 3761.0, 3761.0, 3804.0, 3793.0, 3781.0, 3761.0, 3761.0, 3764.0, 3779.0, 3794.0, 3782.0, 3791.0, 3754.0, 3764.0, 3753.0, 3758.0, 3786.0, 3742.0, 3806.0, 3778.0, 3794.0, 3754.0, 3732.0, 3731.0, 3707.0, 3704.0, 3689.0, 3774.0, 3765.0, 3771.0, 3759.0, 3760.0, 3749.0, 3727.0, 3729.0, 3720.0, 3719.0, 3721.0, 3753.0, 3743.0, 3735.0, 3736.0, 3746.0, 3756.0, 3779.0, 3761.0, 3750.0, 3750.0, 3772.0, 3773.0, 3774.0, 3764.0, 3817.0, 3797.0, 3788.0, 3830.0, 3796.0, 3774.0, 3806.0, 3783.0, 3762.0, 3815.0, 3796.0, 3784.0, 3827.0, 3795.0, 3795.0, 3793.0, 3762.0, 3762.0, 3792.0, 3772.0, 3751.0, 3815.0, 3794.0, 3773.0, 3814.0, 3772.0, 3762.0, 3781.0, 3772.0, 3773.0, 3815.0, 3794.0, 3795.0, 3814.0, 3806.0, 3783.0, 3760.0, 3791.0, 3772.0, 3772.0, 3803.0, 3793.0, 3803.0, 3792.0, 3759.0, 3768.0, 3756.0, 3757.0, 3778.0, 3747.0, 3758.0, 3778.0, 3758.0, 3758.0, 3800.0, 3781.0, 3759.0, 3790.0, 3759.0, 3747.0, 3748.0, 3759.0, 3770.0, 3771.0, 3761.0, 3795.0, 3773.0, 3782.0, 3771.0, 3771.0, 3770.0, 3782.0, 3793.0, 3772.0, 3772.0, 3804.0, 3772.0, 3774.0, 3763.0, 3773.0, 3773.0, 3793.0, 3787.0, 3776.0, 3842.0, 3819.0, 3799.0, 3842.0, 3810.0, 3844.0, 3855.0, 3834.0, 3812.0, 3811.0, 3726.0, 3829.0, 3804.0, 3782.0, 3760.0, 3750.0, 3803.0, 3782.0, 3772.0, 3783.0, 3816.0, 3793.0, 3760.0, 3790.0, 3766.0, 3734.0, 3775.0, 3774.0, 3732.0, 3776.0, 3759.0, 3734.0, 3755.0, 3745.0, 3733.0, 3744.0, 3734.0, 3736.0, 3747.0, 3757.0, 3749.0, 3781.0, 3772.0, 3762.0, 3795.0, 3785.0, 3773.0, 3806.0, 3774.0, 3762.0, 3791.0, 3774.0, 3782.0, 3793.0, 3751.0, 3814.0, 3797.0, 3796.0, 3815.0, 3783.0, 3771.0, 3781.0, 3760.0, 3737.0, 3791.0, 3784.0, 3762.0, 3792.0, 3784.0, 3762.0, 3816.0, 3794.0, 3761.0, 3781.0, 3737.0, 3789.0, 3758.0, 3737.0, 3790.0, 3760.0, 3790.0, 3780.0, 3749.0, 3801.0, 3758.0, 3748.0, 3755.0, 3747.0, 3746.0, 3780.0, 3749.0, 3793.0, 3773.0, 3760.0, 3793.0, 3783.0, 3750.0, 3782.0, 3750.0, 3780.0, 3760.0, 3738.0, 3791.0, 3761.0, 3792.0, 3781.0, 3749.0, 3781.0, 3760.0, 3749.0, 3779.0, 3738.0, 3790.0, 3781.0, 3750.0, 3814.0, 3783.0, 3750.0, 3781.0, 3750.0, 3749.0, 3783.0, 3763.0, 3805.0, 3795.0, 3761.0, 3815.0, 3784.0, 3760.0, 3779.0, 3737.0, 3789.0, 3747.0, 3802.0, 3781.0, 3779.0, 3790.0, 3748.0, 3767.0, 3747.0, 3735.0, 3778.0, 3747.0, 3779.0, 3770.0, 3759.0, 3801.0, 3770.0, 3768.0, 3757.0, 3737.0, 3790.0, 3747.0, 3790.0, 3770.0, 3748.0, 3800.0, 3770.0, 3746.0, 3758.0, 3736.0, 3780.0, 3758.0, 3790.0, 3781.0, 3750.0, 3803.0, 3782.0, 3740.0, 3781.0, 3760.0, 3791.0, 3783.0, 3759.0, 3803.0, 3760.0, 3814.0, 3793.0, 3770.0, 3769.0, 3749.0, 3768.0, 3758.0, 3726.0, 3780.0, 3727.0, 3791.0, 3780.0, 3802.0, 3771.0, 3727.0, 3756.0, 3735.0, 3756.0, 3747.0, 3738.0, 3793.0, 3750.0, 3792.0, 3772.0, 3751.0, 3769.0, 3749.0, 3728.0, 3782.0, 3762.0, 3804.0, 3793.0, 3750.0, 3804.0, 3773.0, 3740.0, 3802.0, 3773.0, 3814.0, 3792.0, 3782.0, 3804.0, 3782.0, 3782.0, 3771.0, 3749.0, 3780.0, 3760.0, 3728.0, 3802.0, 3794.0, 3772.0, 3816.0, 3794.0, 3739.0, 3781.0, 3738.0, 3789.0, 3769.0, 3758.0, 3790.0, 3749.0, 3802.0, 3792.0, 3770.0, 3782.0, 3748.0, 3767.0, 3747.0, 3715.0, 3778.0, 3748.0, 3802.0, 3781.0, 3738.0, 3769.0, 3737.0, 3757.0, 3736.0, 3716.0, 3768.0, 3738.0, 3801.0, 3779.0, 3739.0, 3792.0, 3749.0, 3718.0, 3750.0, 3741.0, 3793.0, 3773.0, 3793.0, 3794.0, 3761.0, 3804.0, 3782.0, 3728.0, 3779.0, 3738.0, 3790.0, 3780.0, 3789.0, 3792.0, 3748.0, 3802.0, 3780.0, 3725.0, 3757.0, 3725.0, 3776.0, 3747.0, 3791.0, 3793.0, 3760.0, 3803.0, 3768.0, 3725.0, 3747.0, 3750.0, 3792.0, 3760.0, 3789.0, 3760.0, 3748.0, 3803.0, 3759.0, 3790.0, 3759.0, 3751.0, 3770.0, 3748.0, 3768.0, 3772.0, 3751.0, 3802.0, 3783.0, 3751.0, 3772.0, 3761.0, 3792.0, 3772.0, 3739.0, 3804.0, 3773.0, 3814.0, 3793.0, 3762.0, 3803.0, 3760.0, 3739.0, 3781.0, 3771.0, 3802.0, 3782.0, 3751.0, 3815.0, 3794.0, 3750.0, 3781.0, 3772.0, 3760.0, 3770.0, 3739.0, 3815.0, 3806.0, 3784.0, 3816.0, 3806.0, 3752.0, 3773.0, 3773.0, 3752.0, 3806.0], 'WindowWidth': [8591.0, 8534.0, 8550.0, 8503.0, 8451.0, 8478.0, 8462.0, 8490.0, 8445.0, 8489.0, 8461.0, 8501.0, 8472.0, 8501.0, 8441.0, 8422.0, 8425.0, 8455.0, 8442.0, 8462.0, 8475.0, 8465.0, 8464.0, 8494.0, 8462.0, 8476.0, 8463.0, 8488.0, 8477.0, 8506.0, 8492.0, 8474.0, 8509.0, 8472.0, 8469.0, 8436.0, 8416.0, 8447.0, 8417.0, 8462.0, 8436.0, 8497.0, 8454.0, 8434.0, 8481.0, 8434.0, 8433.0, 8436.0, 8435.0, 8448.0, 8440.0, 8487.0, 8458.0, 8439.0, 8496.0, 8449.0, 8448.0, 8432.0, 8429.0, 8448.0, 8425.0, 8479.0, 8452.0, 8494.0, 8465.0, 8432.0, 8435.0, 8452.0, 8433.0, 8454.0, 8474.0, 8491.0, 8461.0, 8471.0, 8459.0, 8455.0, 8472.0, 8456.0, 8474.0, 8474.0, 8504.0, 8476.0, 8458.0, 8504.0, 8443.0, 8456.0, 8476.0, 8472.0, 8454.0, 8501.0, 8489.0, 8500.0, 8482.0, 8451.0, 8457.0, 8444.0, 8440.0, 8426.0, 8424.0, 8475.0, 8462.0, 8431.0, 8458.0, 8418.0, 8446.0, 8419.0, 8453.0, 8454.0, 8488.0, 8494.0, 8464.0, 8525.0, 8497.0, 8476.0, 8487.0, 8454.0, 8496.0, 8485.0, 8496.0, 8486.0, 8448.0, 8504.0, 8470.0, 8449.0, 8436.0, 8447.0, 8444.0, 8452.0, 8494.0, 8469.0, 8451.0, 8497.0, 8453.0, 8462.0, 8450.0, 8447.0, 8445.0, 8450.0, 8496.0, 8451.0, 8496.0, 8483.0, 8450.0, 8438.0, 8449.0, 8450.0, 8451.0, 8477.0, 8451.0, 8498.0, 8467.0, 8451.0, 8455.0, 8457.0, 8455.0, 8456.0, 8475.0, 8502.0, 8491.0, 8505.0, 8500.0, 8475.0, 8489.0, 8459.0, 8455.0, 8483.0, 8453.0, 8516.0, 8481.0, 8501.0, 8481.0, 8445.0, 8445.0, 8446.0, 8440.0, 8429.0, 8440.0, 8442.0, 8427.0, 8488.0, 8461.0, 8443.0, 8429.0, 8441.0, 8428.0, 8444.0, 8441.0, 8448.0, 8474.0, 8452.0, 8448.0, 8495.0, 8452.0, 8444.0, 8454.0, 8435.0, 8462.0, 8447.0, 8454.0, 8450.0, 8513.0, 8485.0, 8487.0, 8458.0, 8452.0, 8452.0, 8435.0, 8479.0, 8431.0, 8497.0, 8448.0, 8499.0, 8455.0, 8434.0, 8432.0, 8429.0, 8440.0, 8452.0, 8465.0, 8475.0, 8520.0, 8489.0, 8457.0, 8455.0, 8453.0, 8458.0, 8452.0, 8510.0, 8481.0, 8500.0, 8484.0, 8452.0, 8449.0, 8433.0, 8445.0, 8432.0, 8459.0, 8447.0, 8463.0, 8480.0, 8433.0, 8478.0, 8434.0, 8441.0, 8431.0, 8435.0, 8429.0, 8470.0, 8433.0, 8429.0, 8474.0, 8431.0, 8431.0, 8431.0, 8427.0, 8432.0, 8429.0, 8464.0, 8433.0, 8496.0, 8464.0, 8494.0, 8466.0, 8432.0, 8431.0, 8410.0, 8457.0, 8425.0, 8487.0, 8444.0, 8488.0, 8461.0, 8416.0, 8428.0, 8430.0, 8425.0, 8435.0, 8430.0, 8438.0, 8452.0, 8498.0, 8453.0, 8497.0, 8443.0, 8437.0, 8455.0, 8439.0, 8497.0, 8458.0, 8456.0, 8521.0, 8457.0, 8441.0, 8454.0, 8438.0, 8496.0, 8469.0, 8516.0, 8485.0, 8435.0, 8496.0, 8437.0, 8434.0, 8430.0, 8426.0, 8443.0, 8430.0, 8491.0, 8491.0, 8467.0, 8461.0, 8418.0, 8416.0, 8431.0, 8415.0, 8432.0, 8418.0, 8462.0, 8435.0, 8498.0, 8467.0, 8441.0, 8457.0, 8446.0, 8433.0, 8437.0, 8431.0, 8465.0, 8435.0, 8510.0, 8482.0, 8496.0, 8451.0, 8422.0, 8447.0, 8436.0, 8445.0, 8437.0, 8477.0, 8467.0, 8437.0, 8512.0, 8440.0, 8422.0, 8434.0, 8415.0, 8461.0, 8435.0, 8493.0, 8469.0, 8495.0, 8482.0, 8438.0, 8448.0, 8434.0, 8444.0, 8434.0, 8462.0, 8455.0, 8435.0, 8496.0, 8454.0, 8434.0, 8435.0, 8439.0, 8468.0, 8460.0, 8485.0, 8475.0, 8459.0, 8538.0, 8509.0, 8460.0, 8504.0, 8456.0, 8513.0, 8483.0, 8494.0, 8467.0, 8436.0, 8497.0, 8451.0, 8462.0, 8446.0, 8431.0, 8429.0, 8430.0, 8440.0, 8430.0, 8417.0, 8493.0, 8434.0, 8494.0, 8436.0, 8421.0, 8432.0, 8428.0, 8445.0, 8435.0, 8462.0, 8448.0, 8476.0, 8478.0, 8434.0, 8434.0, 8434.0, 8416.0, 8416.0, 8413.0, 8458.0, 8435.0, 8478.0, 8468.0, 8495.0, 8466.0, 8448.0, 8431.0, 8433.0, 8430.0, 8432.0, 8416.0, 8437.0, 8418.0, 8479.0, 8449.0, 8497.0, 8436.0, 8433.0, 8448.0, 8454.0, 8457.0, 8463.0, 8448.0, 8493.0, 8464.0, 8512.0, 8464.0, 8463.0, 8486.0, 8459.0, 8504.0, 8475.0, 8504.0, 8521.0, 8439.0, 8518.0, 8482.0, 8453.0, 8465.0, 8438.0, 8476.0, 8449.0, 8475.0, 8450.0, 8432.0, 8497.0, 8465.0, 8419.0, 8433.0, 8428.0, 8443.0, 8431.0, 8460.0, 8436.0, 8433.0, 8467.0, 8435.0, 8477.0, 8432.0, 8418.0, 8427.0, 8415.0, 8443.0, 8419.0, 8472.0, 8453.0, 8495.0, 8452.0, 8421.0, 8464.0, 8434.0, 8425.0, 8384.0, 8365.0, 8372.0, 8419.0, 8421.0, 8453.0, 8450.0, 8471.0, 8510.0, 8434.0, 8474.0, 8536.0, 8491.0, 8593.0, 8496.0, 8528.0, 8462.0, 8421.0, 8450.0, 8522.0, 8511.0, 8500.0, 8482.0, 8507.0, 8547.0, 8512.0, 8489.0, 8440.0, 8508.0, 8522.0, 8491.0, 8451.0, 8502.0, 8487.0, 8454.0, 8422.0, 8429.0, 8415.0, 8411.0, 8441.0, 8416.0, 8430.0, 8432.0, 8432.0, 8466.0, 8438.0, 8435.0, 8446.0, 8433.0, 8434.0, 8433.0, 8454.0, 8454.0, 8466.0, 8480.0, 8496.0, 8499.0, 8487.0, 8512.0, 8482.0, 8475.0, 8511.0, 8475.0, 8526.0, 8498.0, 8525.0, 8507.0, 8462.0, 8475.0, 8462.0, 8462.0, 8490.0, 8483.0, 8527.0, 8495.0, 8463.0, 8524.0, 8481.0, 8461.0, 8476.0, 8455.0, 8499.0, 8454.0, 8520.0, 8493.0, 8501.0, 8484.0, 8435.0, 8450.0, 8436.0, 8444.0, 8434.0, 8433.0, 8453.0, 8436.0, 8499.0, 8471.0, 8481.0, 8437.0, 8449.0, 8448.0, 8452.0, 8449.0, 8456.0, 8468.0, 8474.0, 8490.0, 8509.0, 8458.0, 8471.0, 8454.0, 8450.0, 8455.0, 8457.0, 8490.0, 8479.0, 8477.0, 8529.0, 8498.0, 8479.0, 8473.0, 8475.0, 8487.0, 8477.0, 8460.0, 8527.0, 8512.0, 8491.0, 8525.0, 8462.0, 8455.0, 8470.0, 8460.0, 8482.0, 8458.0, 8469.0, 8506.0, 8457.0, 8503.0, 8461.0, 8452.0, 8447.0, 8447.0, 8462.0, 8453.0, 8494.0, 8482.0, 8450.0, 8497.0, 8452.0, 8443.0, 8431.0, 8424.0, 8475.0, 8430.0, 8478.0, 8466.0, 8463.0, 8493.0, 8446.0, 8430.0, 8430.0, 8427.0, 8444.0, 8445.0, 8465.0, 8458.0, 8454.0, 8470.0, 8473.0, 8472.0, 8460.0, 8454.0, 8457.0, 8451.0, 8504.0, 8476.0, 8520.0, 8472.0, 8460.0, 8506.0, 8456.0, 8453.0, 8449.0, 8454.0, 8480.0, 8475.0, 8459.0, 8522.0, 8475.0, 8500.0, 8453.0, 8448.0, 8478.0, 8447.0, 8494.0, 8468.0, 8477.0, 8474.0, 8430.0, 8444.0, 8430.0, 8444.0, 8448.0, 8448.0, 8476.0, 8468.0, 8466.0, 8484.0, 8450.0, 8466.0, 8434.0, 8448.0, 8448.0, 8449.0, 8480.0, 8466.0, 8481.0, 8485.0, 8451.0, 8471.0, 8453.0, 8445.0, 8435.0, 8433.0, 8479.0, 8453.0, 8497.0, 8470.0, 8449.0, 8481.0, 8451.0, 8452.0, 8453.0, 8450.0, 8460.0, 8455.0, 8497.0, 8472.0, 8454.0, 8501.0, 8457.0, 8469.0, 8437.0, 8460.0, 8433.0, 8459.0, 8462.0, 8430.0, 8496.0, 8447.0, 8430.0, 8432.0, 8434.0, 8450.0, 8453.0, 8453.0, 8474.0, 8457.0, 8502.0, 8473.0, 8461.0, 8458.0, 8442.0, 8469.0, 8465.0, 8453.0, 8516.0, 8492.0, 8490.0, 8507.0, 8489.0, 8462.0, 8477.0, 8460.0, 8454.0, 8510.0, 8481.0, 8481.0, 8542.0, 8527.0, 8481.0, 8481.0, 8523.0, 8499.0, 8481.0, 8526.0, 8476.0, 8521.0, 8488.0, 8430.0, 8480.0, 8431.0, 8433.0, 8448.0, 8378.0, 8414.0, 8462.0, 8431.0, 8375.0, 8404.0, 8393.0, 8387.0, 8382.0, 8556.0, 8527.0, 8471.0, 8529.0, 8509.0, 8455.0, 8478.0, 8462.0, 8436.0, 8446.0, 8467.0, 8437.0, 8499.0, 8468.0, 8497.0, 8469.0, 8413.0, 8453.0, 8404.0, 8386.0, 8417.0, 8425.0, 8417.0, 8430.0, 8433.0, 8478.0, 8461.0, 8459.0, 8524.0, 8507.0, 8488.0, 8462.0, 8462.0, 8471.0, 8498.0, 8529.0, 8512.0, 8526.0, 8461.0, 8475.0, 8463.0, 8455.0, 8506.0, 8420.0, 8531.0, 8486.0, 8517.0, 8437.0, 8401.0, 8399.0, 8363.0, 8355.0, 8323.0, 8469.0, 8454.0, 8457.0, 8436.0, 8441.0, 8423.0, 8392.0, 8398.0, 8387.0, 8387.0, 8392.0, 8439.0, 8426.0, 8419.0, 8423.0, 8433.0, 8448.0, 8482.0, 8465.0, 8446.0, 8448.0, 8480.0, 8485.0, 8490.0, 8476.0, 8549.0, 8522.0, 8512.0, 8573.0, 8521.0, 8487.0, 8531.0, 8498.0, 8468.0, 8543.0, 8518.0, 8499.0, 8565.0, 8517.0, 8514.0, 8509.0, 8468.0, 8466.0, 8507.0, 8480.0, 8452.0, 8543.0, 8515.0, 8482.0, 8542.0, 8481.0, 8467.0, 8493.0, 8481.0, 8484.0, 8543.0, 8513.0, 8516.0, 8541.0, 8531.0, 8497.0, 8462.0, 8504.0, 8481.0, 8481.0, 8523.0, 8508.0, 8524.0, 8506.0, 8458.0, 8468.0, 8448.0, 8451.0, 8478.0, 8438.0, 8454.0, 8481.0, 8455.0, 8456.0, 8514.0, 8490.0, 8459.0, 8501.0, 8458.0, 8439.0, 8441.0, 8457.0, 8473.0, 8478.0, 8463.0, 8513.0, 8482.0, 8492.0, 8479.0, 8476.0, 8476.0, 8495.0, 8508.0, 8479.0, 8479.0, 8525.0, 8483.0, 8486.0, 8470.0, 8483.0, 8483.0, 8510.0, 8509.0, 8492.0, 8592.0, 8560.0, 8533.0, 8597.0, 8552.0, 8603.0, 8618.0, 8588.0, 8555.0, 8555.0, 8388.0, 8573.0, 8525.0, 8494.0, 8459.0, 8446.0, 8521.0, 8492.0, 8478.0, 8494.0, 8549.0, 8510.0, 8458.0, 8502.0, 8460.0, 8411.0, 8471.0, 8466.0, 8405.0, 8469.0, 8455.0, 8413.0, 8442.0, 8429.0, 8410.0, 8426.0, 8412.0, 8421.0, 8436.0, 8450.0, 8443.0, 8488.0, 8480.0, 8464.0, 8514.0, 8502.0, 8482.0, 8530.0, 8485.0, 8462.0, 8502.0, 8485.0, 8492.0, 8509.0, 8448.0, 8540.0, 8521.0, 8516.0, 8543.0, 8492.0, 8471.0, 8487.0, 8457.0, 8425.0, 8500.0, 8499.0, 8464.0, 8506.0, 8497.0, 8465.0, 8546.0, 8512.0, 8462.0, 8487.0, 8423.0, 8493.0, 8452.0, 8423.0, 8498.0, 8457.0, 8500.0, 8485.0, 8441.0, 8516.0, 8453.0, 8438.0, 8444.0, 8437.0, 8435.0, 8484.0, 8445.0, 8508.0, 8481.0, 8460.0, 8509.0, 8494.0, 8445.0, 8490.0, 8445.0, 8484.0, 8460.0, 8427.0, 8501.0, 8461.0, 8506.0, 8490.0, 8444.0, 8489.0, 8460.0, 8441.0, 8482.0, 8427.0, 8499.0, 8489.0, 8446.0, 8538.0, 8492.0, 8445.0, 8485.0, 8447.0, 8444.0, 8492.0, 8469.0, 8527.0, 8515.0, 8464.0, 8545.0, 8498.0, 8459.0, 8483.0, 8421.0, 8497.0, 8435.0, 8519.0, 8488.0, 8479.0, 8498.0, 8439.0, 8462.0, 8437.0, 8418.0, 8478.0, 8438.0, 8482.0, 8473.0, 8455.0, 8516.0, 8470.0, 8465.0, 8449.0, 8424.0, 8496.0, 8437.0, 8497.0, 8472.0, 8440.0, 8513.0, 8472.0, 8434.0, 8455.0, 8423.0, 8485.0, 8455.0, 8499.0, 8488.0, 8446.0, 8521.0, 8492.0, 8432.0, 8486.0, 8459.0, 8500.0, 8493.0, 8456.0, 8521.0, 8460.0, 8541.0, 8508.0, 8473.0, 8470.0, 8443.0, 8466.0, 8453.0, 8408.0, 8484.0, 8411.0, 8502.0, 8486.0, 8519.0, 8474.0, 8409.0, 8447.0, 8417.0, 8445.0, 8437.0, 8426.0, 8506.0, 8445.0, 8503.0, 8477.0, 8450.0, 8471.0, 8445.0, 8415.0, 8490.0, 8464.0, 8523.0, 8509.0, 8447.0, 8524.0, 8480.0, 8432.0, 8517.0, 8478.0, 8536.0, 8506.0, 8490.0, 8526.0, 8490.0, 8491.0, 8476.0, 8445.0, 8484.0, 8460.0, 8415.0, 8519.0, 8509.0, 8478.0, 8544.0, 8510.0, 8430.0, 8489.0, 8428.0, 8494.0, 8467.0, 8451.0, 8497.0, 8441.0, 8522.0, 8503.0, 8470.0, 8490.0, 8438.0, 8460.0, 8437.0, 8392.0, 8480.0, 8438.0, 8517.0, 8487.0, 8426.0, 8467.0, 8424.0, 8446.0, 8421.0, 8393.0, 8465.0, 8424.0, 8513.0, 8483.0, 8429.0, 8502.0, 8443.0, 8399.0, 8445.0, 8435.0, 8508.0, 8481.0, 8507.0, 8510.0, 8463.0, 8526.0, 8492.0, 8414.0, 8483.0, 8425.0, 8496.0, 8484.0, 8496.0, 8503.0, 8439.0, 8518.0, 8485.0, 8405.0, 8449.0, 8403.0, 8472.0, 8436.0, 8502.0, 8509.0, 8460.0, 8521.0, 8465.0, 8404.0, 8436.0, 8450.0, 8505.0, 8459.0, 8496.0, 8459.0, 8441.0, 8523.0, 8456.0, 8496.0, 8456.0, 8450.0, 8474.0, 8440.0, 8464.0, 8482.0, 8448.0, 8517.0, 8494.0, 8449.0, 8478.0, 8460.0, 8504.0, 8477.0, 8428.0, 8524.0, 8483.0, 8535.0, 8507.0, 8462.0, 8520.0, 8460.0, 8428.0, 8487.0, 8473.0, 8515.0, 8490.0, 8446.0, 8540.0, 8509.0, 8445.0, 8488.0, 8476.0, 8458.0, 8472.0, 8430.0, 8539.0, 8527.0, 8497.0, 8548.0, 8529.0, 8452.0, 8482.0, 8483.0, 8454.0, 8530.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.012277500000000002</td></tr>
<tr><td colspan=3>aqi</td><td>0.12898920841049383</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.235397500857154</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0768853036911192</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.963493598679537</td></tr>
<tr><td colspan=3>efc</td><td>0.4429</td></tr>
<tr><td colspan=3>fber</td><td>7080.5381</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21191462852057955</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>196</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.123456790123457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.889151320653568</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6083379378123777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2936827396543022</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.765433284494024</td></tr>
<tr><td colspan=3>gcor</td><td>0.00405742</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014992062002420425</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02229544147849083</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.041250362178878</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.6793</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8111</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.747</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310576.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>589.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.5979</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0344</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>435.4006</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3023.9145</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.3026</td></tr>
<tr><td colspan=3>tsnr</td><td>18.46805991837755</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>