<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>22a8c0d01ab6147adb8d83c3a44e0588</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:10:10.452500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999612, 0.0245558, 0.0131301, -0.0249537, 0.999206, 0.0310519]</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.094681</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>[4175, -7738, -7221, 558, 44, -144, -133, -11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97ddc290-d6d5-45ef-b2cf-c416d17f1c00||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818864345550537, -0.06694898754358292, 0.03336448222398758, 113.8362808227539], [-0.06588144600391388, 2.6807973384857178, 0.08469236642122269, -87.41136169433594], [0.0352272167801857, -0.0833100825548172, 2.69846510887146, -55.97203826904297], [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': ['111010.452500', '111010.912500', '111011.372500', '111011.832500', '111012.292500', '111012.752500', '111013.212500', '111013.672500', '111014.132500', '111014.592500', '111015.052500', '111015.512500', '111015.972500', '111016.432500', '111016.892500', '111017.352500', '111017.812500', '111018.272500', '111018.732500', '111019.192500', '111019.652500', '111020.112500', '111020.572500', '111021.032500', '111021.492500', '111021.952500', '111022.412500', '111022.872500', '111023.332500', '111023.792500', '111024.252500', '111024.712500', '111025.172500', '111025.632500', '111026.092500', '111026.552500', '111027.012500', '111027.472500', '111027.932500', '111028.392500', '111028.852500', '111029.312500', '111029.772500', '111030.232500', '111030.692500', '111031.152500', '111031.612500', '111032.072500', '111032.532500', '111032.992500', '111033.452500', '111033.912500', '111034.372500', '111034.832500', '111035.292500', '111035.752500', '111036.212500', '111036.672500', '111037.132500', '111037.592500', '111038.052500', '111038.512500', '111038.972500', '111039.432500', '111039.892500', '111040.352500', '111040.812500', '111041.272500', '111041.732500', '111042.192500', '111042.652500', '111043.112500', '111043.572500', '111044.032500', '111044.492500', '111044.952500', '111045.412500', '111045.872500', '111046.332500', '111046.792500', '111047.252500', '111047.712500', '111048.172500', '111048.632500', '111049.092500', '111049.552500', '111050.012500', '111050.472500', '111050.932500', '111051.392500', '111051.852500', '111052.312500', '111052.772500', '111053.232500', '111053.692500', '111054.152500', '111054.612500', '111055.072500', '111055.532500', '111055.992500', '111056.452500', '111056.912500', '111057.372500', '111057.832500', '111058.292500', '111058.752500', '111059.212500', '111059.672500', '111100.132500', '111100.592500', '111101.052500', '111101.512500', '111101.972500', '111102.432500', '111102.892500', '111103.352500', '111103.812500', '111104.272500', '111104.732500', '111105.192500', '111105.652500', '111106.112500', '111106.572500', '111107.032500', '111107.492500', '111107.952500', '111108.412500', '111108.872500', '111109.332500', '111109.792500', '111110.252500', '111110.712500', '111111.172500', '111111.632500', '111112.092500', '111112.552500', '111113.012500', '111113.472500', '111113.932500', '111114.392500', '111114.852500', '111115.312500', '111115.772500', '111116.232500', '111116.692500', '111117.152500', '111117.612500', '111118.072500', '111118.532500', '111118.992500', '111119.452500', '111119.912500', '111120.372500', '111120.832500', '111121.292500', '111121.752500', '111122.212500', '111122.672500', '111123.132500', '111123.592500', '111124.052500', '111124.512500', '111124.972500', '111125.432500', '111125.892500', '111126.352500', '111126.812500', '111127.272500', '111127.732500', '111128.192500', '111128.652500', '111129.112500', '111129.572500', '111130.032500', '111130.492500', '111130.952500', '111131.412500', '111131.872500', '111132.332500', '111132.792500', '111133.252500', '111133.712500', '111134.172500', '111134.632500', '111135.092500', '111135.552500', '111136.012500', '111136.472500', '111136.932500', '111137.392500', '111137.852500', '111138.312500', '111138.772500', '111139.232500', '111139.692500', '111140.152500', '111140.612500', '111141.072500', '111141.532500', '111141.992500', '111142.452500', '111142.912500', '111143.372500', '111143.832500', '111144.292500', '111144.752500', '111145.212500', '111145.672500', '111146.132500', '111146.592500', '111147.052500', '111147.512500', '111147.972500', '111148.432500', '111148.892500', '111149.352500', '111149.812500', '111150.272500', '111150.732500', '111151.192500', '111151.652500', '111152.112500', '111152.572500', '111153.032500', '111153.492500', '111153.952500', '111154.412500', '111154.872500', '111155.332500', '111155.792500', '111156.252500', '111156.712500', '111157.172500', '111157.632500', '111158.092500', '111158.552500', '111159.012500', '111159.472500', '111159.932500', '111200.392500', '111200.852500', '111201.312500', '111201.772500', '111202.232500', '111202.692500', '111203.152500', '111203.612500', '111204.072500', '111204.532500', '111204.992500', '111205.452500', '111205.912500', '111206.372500', '111206.832500', '111207.292500', '111207.752500', '111208.212500', '111208.672500', '111209.132500', '111209.592500', '111210.052500', '111210.512500', '111210.972500', '111211.432500', '111211.892500', '111212.352500', '111212.812500', '111213.272500', '111213.732500', '111214.192500', '111214.652500', '111215.112500', '111215.572500', '111216.032500', '111216.492500', '111216.952500', '111217.412500', '111217.872500', '111218.332500', '111218.792500', '111219.252500', '111219.712500', '111220.172500', '111220.632500', '111221.092500', '111221.552500', '111222.012500', '111222.472500', '111222.932500', '111223.392500', '111223.852500', '111224.312500', '111224.772500', '111225.232500', '111225.692500', '111226.152500', '111226.612500', '111227.072500', '111227.532500', '111227.992500', '111228.452500', '111228.912500', '111229.372500', '111229.832500', '111230.292500', '111230.752500', '111231.212500', '111231.672500', '111232.132500', '111232.592500', '111233.052500', '111233.512500', '111233.972500', '111234.432500', '111234.892500', '111235.352500', '111235.812500', '111236.272500', '111236.732500', '111237.192500', '111237.652500', '111238.112500', '111238.572500', '111239.032500', '111239.492500', '111239.952500', '111240.412500', '111240.872500', '111241.332500', '111241.792500', '111242.252500', '111242.712500', '111243.172500', '111243.632500', '111244.092500', '111244.552500', '111245.012500', '111245.472500', '111245.932500', '111246.392500', '111246.852500', '111247.312500', '111247.772500', '111248.232500', '111248.692500', '111249.152500', '111249.612500', '111250.072500', '111250.532500', '111250.992500', '111251.452500', '111251.912500', '111252.372500', '111252.832500', '111253.292500', '111253.752500', '111254.212500', '111254.672500', '111255.132500', '111255.592500', '111256.052500', '111256.512500', '111256.972500', '111257.432500', '111257.892500', '111258.352500', '111258.812500', '111259.272500', '111259.732500', '111300.192500', '111300.652500', '111301.112500', '111301.572500', '111302.032500', '111302.492500', '111302.952500', '111303.412500', '111303.872500', '111304.332500', '111304.792500', '111305.252500', '111305.712500', '111306.172500', '111306.632500', '111307.092500', '111307.552500', '111308.012500', '111308.472500', '111308.932500', '111309.392500', '111309.852500', '111310.312500', '111310.772500', '111311.232500', '111311.692500', '111312.152500', '111312.612500', '111313.072500', '111313.532500', '111313.992500', '111314.452500', '111314.912500', '111315.372500', '111315.832500', '111316.292500', '111316.752500', '111317.212500', '111317.672500', '111318.132500', '111318.592500', '111319.052500', '111319.512500', '111319.972500', '111320.432500', '111320.892500', '111321.352500', '111321.812500', '111322.272500', '111322.732500', '111323.192500', '111323.652500', '111324.112500', '111324.572500', '111325.032500', '111325.492500', '111325.952500', '111326.412500', '111326.872500', '111327.332500', '111327.792500', '111328.252500', '111328.712500', '111329.172500', '111329.632500', '111330.092500', '111330.552500', '111331.012500', '111331.472500', '111331.932500', '111332.392500', '111332.852500', '111333.312500', '111333.772500', '111334.232500', '111334.692500', '111335.152500', '111335.612500', '111336.072500', '111336.532500', '111336.992500', '111337.452500', '111337.912500', '111338.372500', '111338.832500', '111339.292500', '111339.752500', '111340.212500', '111340.672500', '111341.132500', '111341.592500', '111342.052500', '111342.512500', '111342.972500', '111343.432500', '111343.892500', '111344.352500', '111344.812500', '111345.272500', '111345.732500', '111346.192500', '111346.652500', '111347.112500', '111347.572500', '111348.032500', '111348.492500', '111348.952500', '111349.412500', '111349.872500', '111350.332500', '111350.792500', '111351.252500', '111351.712500', '111352.172500', '111352.632500', '111353.092500', '111353.552500', '111354.012500', '111354.472500', '111354.932500', '111355.392500', '111355.852500', '111356.312500', '111356.772500', '111357.232500', '111357.692500', '111358.152500', '111358.612500', '111359.072500', '111359.532500', '111359.992500', '111400.452500', '111400.912500', '111401.372500', '111401.832500', '111402.292500', '111402.752500', '111403.212500', '111403.672500', '111404.132500', '111404.592500', '111405.052500', '111405.512500', '111405.972500', '111406.432500', '111406.892500', '111407.352500', '111407.812500', '111408.272500', '111408.732500', '111409.192500', '111409.652500', '111410.112500', '111410.572500', '111411.032500', '111411.492500', '111411.952500', '111412.412500', '111412.872500', '111413.332500', '111413.792500', '111414.252500', '111414.712500', '111415.172500', '111415.632500', '111416.092500', '111416.552500', '111417.012500', '111417.472500', '111417.932500', '111418.392500', '111418.852500', '111419.312500', '111419.772500', '111420.232500', '111420.692500', '111421.152500', '111421.612500', '111422.072500', '111422.532500', '111422.992500', '111423.452500', '111423.912500', '111424.372500', '111424.832500', '111425.292500', '111425.752500', '111426.212500', '111426.672500', '111427.132500', '111427.592500', '111428.052500', '111428.512500', '111428.972500', '111429.432500', '111429.892500', '111430.352500', '111430.812500', '111431.272500', '111431.732500', '111432.192500', '111432.652500', '111433.112500', '111433.572500', '111434.032500', '111434.492500', '111434.952500', '111435.412500', '111435.872500', '111436.332500', '111436.792500', '111437.252500', '111437.712500', '111438.172500', '111438.632500', '111439.092500', '111439.552500', '111440.012500', '111440.472500', '111440.932500', '111441.392500', '111441.852500', '111442.312500', '111442.772500', '111443.232500', '111443.692500', '111444.152500', '111444.612500', '111445.072500', '111445.532500', '111445.992500', '111446.452500', '111446.912500', '111447.372500', '111447.832500', '111448.292500', '111448.752500', '111449.212500', '111449.672500', '111450.132500', '111450.592500', '111451.052500', '111451.512500', '111451.972500', '111452.432500', '111452.892500', '111453.352500', '111453.812500', '111454.272500', '111454.732500', '111455.192500', '111455.652500', '111456.112500', '111456.572500', '111457.032500', '111457.492500', '111457.952500', '111458.412500', '111458.872500', '111459.332500', '111459.792500', '111500.252500', '111500.712500', '111501.172500', '111501.632500', '111502.092500', '111502.552500', '111503.012500', '111503.472500', '111503.932500', '111504.392500', '111504.852500', '111505.312500', '111505.772500', '111506.232500', '111506.692500', '111507.152500', '111507.612500', '111508.072500', '111508.532500', '111508.992500', '111509.452500', '111509.912500', '111510.372500', '111510.832500', '111511.292500', '111511.752500', '111512.212500', '111512.672500', '111513.132500', '111513.592500', '111514.052500', '111514.512500', '111514.972500', '111515.432500', '111515.892500', '111516.352500', '111516.812500', '111517.272500', '111517.732500', '111518.192500', '111518.652500', '111519.112500', '111519.572500', '111520.032500', '111520.492500', '111520.952500', '111521.412500', '111521.872500', '111522.332500', '111522.792500', '111523.252500', '111523.712500', '111524.172500', '111524.632500', '111525.092500', '111525.552500', '111526.012500', '111526.472500', '111526.932500', '111527.392500', '111527.852500', '111528.312500', '111528.772500', '111529.232500', '111529.692500', '111530.152500', '111530.612500', '111531.072500', '111531.532500', '111531.992500', '111532.452500', '111532.912500', '111533.372500', '111533.832500', '111534.292500', '111534.752500', '111535.212500', '111535.672500', '111536.132500', '111536.592500', '111537.052500', '111537.512500', '111537.972500', '111538.432500', '111538.892500', '111539.352500', '111539.812500', '111540.272500', '111540.732500', '111541.192500', '111541.652500', '111542.112500', '111542.572500', '111543.032500', '111543.492500', '111543.952500', '111544.412500', '111544.872500', '111545.332500', '111545.792500', '111546.252500', '111546.712500', '111547.172500', '111547.632500', '111548.092500', '111548.552500', '111549.012500', '111549.472500', '111549.932500', '111550.392500', '111550.852500', '111551.312500', '111551.772500', '111552.232500', '111552.692500', '111553.152500', '111553.612500', '111554.072500', '111554.532500', '111554.992500', '111555.452500', '111555.912500', '111556.372500', '111556.832500', '111557.292500', '111557.752500', '111558.212500', '111558.672500', '111559.132500', '111559.592500', '111600.052500', '111600.512500', '111600.972500', '111601.432500', '111601.892500', '111602.352500', '111602.812500', '111603.272500', '111603.732500', '111604.192500', '111604.652500', '111605.112500', '111605.572500', '111606.032500', '111606.492500', '111606.952500', '111607.412500', '111607.872500', '111608.332500', '111608.792500', '111609.252500', '111609.712500', '111610.172500', '111610.632500', '111611.092500', '111611.552500', '111612.012500', '111612.472500', '111612.932500', '111613.392500', '111613.852500', '111614.312500', '111614.772500', '111615.232500', '111615.692500', '111616.152500', '111616.612500', '111617.072500', '111617.532500', '111617.992500', '111618.452500', '111618.912500', '111619.372500', '111619.832500', '111620.292500', '111620.752500', '111621.212500', '111621.672500', '111622.132500', '111622.592500', '111623.052500', '111623.512500', '111623.972500', '111624.432500', '111624.892500', '111625.352500', '111625.812500', '111626.272500', '111626.732500', '111627.192500', '111627.652500', '111628.112500', '111628.572500', '111629.032500', '111629.492500', '111629.952500', '111630.412500', '111630.872500', '111631.332500', '111631.792500', '111632.252500', '111632.712500', '111633.172500', '111633.632500', '111634.092500', '111634.552500', '111635.012500', '111635.472500', '111635.932500', '111636.392500', '111636.852500', '111637.312500', '111637.772500', '111638.232500', '111638.692500', '111639.152500', '111639.612500', '111640.072500', '111640.532500', '111640.992500', '111641.452500', '111641.912500', '111642.372500', '111642.832500', '111643.292500', '111643.752500', '111644.212500', '111644.672500', '111645.132500', '111645.592500', '111646.052500', '111646.512500', '111646.972500', '111647.432500', '111647.892500', '111648.352500', '111648.812500', '111649.272500', '111649.732500', '111650.192500', '111650.652500', '111651.112500', '111651.572500', '111652.032500', '111652.492500', '111652.952500', '111653.412500', '111653.872500', '111654.332500', '111654.792500', '111655.252500', '111655.712500', '111656.172500', '111656.632500', '111657.092500', '111657.552500', '111658.012500', '111658.472500', '111658.932500', '111659.392500', '111659.852500', '111700.312500', '111700.772500', '111701.232500', '111701.692500', '111702.152500', '111702.612500', '111703.072500', '111703.532500', '111703.992500', '111704.452500', '111704.912500', '111705.372500', '111705.832500', '111706.292500', '111706.752500', '111707.212500', '111707.672500', '111708.132500', '111708.592500', '111709.052500', '111709.512500', '111709.972500', '111710.432500', '111710.892500', '111711.352500', '111711.812500', '111712.272500', '111712.732500', '111713.192500', '111713.652500', '111714.112500', '111714.572500', '111715.032500', '111715.492500', '111715.952500', '111716.412500', '111716.872500', '111717.332500', '111717.792500', '111718.252500', '111718.712500', '111719.172500', '111719.632500', '111720.092500', '111720.552500', '111721.012500', '111721.472500', '111721.932500', '111722.392500', '111722.852500', '111723.312500', '111723.772500', '111724.232500', '111724.692500', '111725.152500', '111725.612500', '111726.072500', '111726.532500', '111726.992500', '111727.452500', '111727.912500', '111728.372500', '111728.832500', '111729.292500', '111729.752500', '111730.212500', '111730.672500', '111731.132500', '111731.592500', '111732.052500', '111732.512500', '111732.972500', '111733.432500', '111733.892500', '111734.352500', '111734.812500', '111735.272500', '111735.732500', '111736.192500', '111736.652500', '111737.112500', '111737.572500', '111738.032500', '111738.492500', '111738.952500', '111739.412500', '111739.872500', '111740.332500', '111740.792500', '111741.252500', '111741.712500', '111742.172500', '111742.632500', '111743.092500', '111743.552500', '111744.012500', '111744.472500', '111744.932500', '111745.392500', '111745.852500', '111746.312500', '111746.772500', '111747.232500', '111747.692500', '111748.152500', '111748.612500', '111749.072500', '111749.532500', '111749.992500', '111750.452500', '111750.912500', '111751.372500', '111751.832500', '111752.292500', '111752.752500', '111753.212500', '111753.672500', '111754.132500', '111754.592500', '111755.052500', '111755.512500', '111755.972500', '111756.432500', '111756.892500', '111757.352500', '111757.812500', '111758.272500', '111758.732500', '111759.192500', '111759.652500', '111800.112500', '111800.572500', '111801.032500', '111801.492500', '111801.952500', '111802.412500', '111802.872500', '111803.332500', '111803.792500', '111804.252500', '111804.712500', '111805.172500', '111805.632500', '111806.092500', '111806.552500', '111807.012500', '111807.472500', '111807.932500', '111808.392500', '111808.852500', '111809.312500', '111809.772500', '111810.232500', '111810.692500', '111811.152500', '111811.612500', '111812.072500', '111812.532500', '111812.992500', '111813.452500', '111813.912500', '111814.372500', '111814.832500', '111815.292500', '111815.752500', '111816.212500', '111816.672500', '111817.132500', '111817.592500', '111818.052500', '111818.512500', '111818.972500', '111819.432500', '111819.892500', '111820.352500', '111820.812500', '111821.272500', '111821.732500', '111822.192500', '111822.652500', '111823.112500', '111823.572500', '111824.032500', '111824.492500', '111824.952500', '111825.412500', '111825.872500', '111826.332500', '111826.792500', '111827.252500', '111827.712500', '111828.172500', '111828.632500', '111829.092500', '111829.552500', '111830.012500', '111830.472500', '111830.932500', '111831.392500', '111831.852500', '111832.312500', '111832.772500', '111833.232500', '111833.692500', '111834.152500', '111834.612500', '111835.072500', '111835.532500', '111835.992500', '111836.452500', '111836.912500', '111837.372500', '111837.832500', '111838.292500', '111838.752500', '111839.212500', '111839.672500', '111840.132500', '111840.592500', '111841.052500', '111841.512500', '111841.972500', '111842.432500', '111842.892500', '111843.352500', '111843.812500', '111844.272500', '111844.732500', '111845.192500', '111845.652500', '111846.112500', '111846.572500', '111847.032500', '111847.492500', '111847.952500', '111848.412500', '111848.872500', '111849.332500', '111849.792500', '111850.252500', '111850.712500', '111851.172500', '111851.632500', '111852.092500', '111852.552500', '111853.012500', '111853.472500', '111853.932500', '111854.392500', '111854.852500', '111855.312500', '111855.772500', '111856.232500', '111856.692500', '111857.152500', '111857.612500', '111858.072500', '111858.532500', '111858.992500', '111859.452500', '111859.912500', '111900.372500', '111900.832500', '111901.292500', '111901.752500', '111902.212500', '111902.672500', '111903.132500', '111903.592500', '111904.052500', '111904.512500', '111904.972500', '111905.432500', '111905.892500', '111906.352500', '111906.812500', '111907.272500', '111907.732500', '111908.192500', '111908.652500', '111909.112500', '111909.572500', '111910.032500', '111910.492500', '111910.952500', '111911.412500', '111911.872500', '111912.332500', '111912.792500', '111913.252500', '111913.712500', '111914.172500', '111914.632500', '111915.092500', '111915.552500', '111916.012500', '111916.472500', '111916.932500', '111917.392500', '111917.852500', '111918.312500', '111918.772500', '111919.232500', '111919.692500', '111920.152500', '111920.612500', '111921.072500', '111921.532500', '111921.992500', '111922.452500', '111922.912500', '111923.372500', '111923.832500', '111924.292500', '111924.752500', '111925.212500', '111925.672500', '111926.132500', '111926.592500', '111927.052500', '111927.512500', '111927.972500', '111928.432500', '111928.892500', '111929.352500', '111929.812500', '111930.272500', '111930.732500', '111931.192500', '111931.652500', '111932.112500', '111932.572500', '111933.032500', '111933.492500', '111933.952500', '111934.412500', '111934.872500', '111935.332500', '111935.792500', '111936.252500', '111936.712500', '111937.172500', '111937.632500', '111938.092500', '111938.552500', '111939.012500', '111939.472500', '111939.932500', '111940.392500', '111940.852500', '111941.312500', '111941.772500', '111942.232500', '111942.692500', '111943.152500', '111943.612500', '111944.072500', '111944.532500', '111944.992500', '111945.452500', '111945.912500', '111946.372500', '111946.832500', '111947.292500', '111947.752500', '111948.212500', '111948.672500', '111949.132500', '111949.592500', '111950.052500', '111950.512500', '111950.972500', '111951.432500', '111951.892500', '111952.352500', '111952.812500', '111953.272500', '111953.732500', '111954.192500', '111954.652500', '111955.112500', '111955.572500', '111956.032500', '111956.492500', '111956.952500', '111957.412500', '111957.872500', '111958.332500', '111958.792500', '111959.252500', '111959.712500', '112000.172500', '112000.632500', '112001.092500', '112001.552500', '112002.012500', '112002.472500', '112002.932500', '112003.392500', '112003.852500', '112004.312500', '112004.772500', '112005.232500', '112005.692500', '112006.152500', '112006.612500', '112007.072500'], 'ContentTime': ['111030.523000', '111030.526000', '111030.529000', '111030.531000', '111030.534000', '111030.536000', '111030.539000', '111030.542000', '111030.544000', '111030.547000', '111030.549000', '111030.557000', '111030.560000', '111030.563000', '111030.565000', '111030.568000', '111030.570000', '111030.573000', '111030.581000', '111030.583000', '111030.586000', '111030.589000', '111030.591000', '111030.594000', '111030.596000', '111030.599000', '111030.602000', '111030.605000', '111030.607000', '111030.610000', '111030.612000', '111030.615000', '111030.618000', '111030.620000', '111030.623000', '111030.625000', '111030.628000', '111030.630000', '111030.633000', '111030.636000', '111050.493000', '111050.495000', '111050.498000', '111050.501000', '111050.503000', '111050.506000', '111050.509000', '111050.511000', '111050.514000', '111050.516000', '111050.519000', '111050.522000', '111050.524000', '111050.527000', '111050.530000', '111050.532000', '111050.535000', '111050.537000', '111050.540000', '111050.542000', '111050.545000', '111050.548000', '111050.550000', '111050.553000', '111050.555000', '111050.558000', '111050.562000', '111050.565000', '111050.568000', '111050.570000', '111050.573000', '111050.576000', '111050.578000', '111050.581000', '111050.584000', '111050.586000', '111050.589000', '111050.591000', '111050.594000', '111050.596000', '111050.599000', '111050.602000', '111050.604000', '111050.607000', '111110.492000', '111110.495000', '111110.498000', '111110.500000', '111110.503000', '111110.506000', '111110.509000', '111110.511000', '111110.514000', '111110.516000', '111110.519000', '111110.522000', '111110.524000', '111110.527000', '111110.529000', '111110.532000', '111110.534000', '111110.537000', '111110.540000', '111110.542000', '111110.545000', '111110.547000', '111110.550000', '111110.553000', '111110.557000', '111110.559000', '111110.562000', '111110.565000', '111110.567000', '111110.570000', '111110.572000', '111110.575000', '111110.577000', '111110.580000', '111110.583000', '111110.585000', '111110.588000', '111110.590000', '111110.593000', '111110.595000', '111110.598000', '111110.601000', '111110.603000', '111130.492000', '111130.495000', '111130.497000', '111130.500000', '111130.502000', '111130.505000', '111130.508000', '111130.510000', '111130.513000', '111130.516000', '111130.518000', '111130.521000', '111130.523000', '111130.526000', '111130.529000', '111130.531000', '111130.534000', '111130.536000', '111130.539000', '111130.542000', '111130.544000', '111130.547000', '111130.549000', '111130.552000', '111130.554000', '111130.557000', '111130.560000', '111130.562000', '111130.565000', '111130.568000', '111130.570000', '111130.573000', '111130.575000', '111130.578000', '111130.580000', '111130.583000', '111130.586000', '111130.588000', '111130.591000', '111130.593000', '111130.596000', '111130.601000', '111130.604000', '111130.606000', '111150.493000', '111150.495000', '111150.498000', '111150.501000', '111150.503000', '111150.506000', '111150.508000', '111150.511000', '111150.514000', '111150.516000', '111150.519000', '111150.521000', '111150.524000', '111150.527000', '111150.529000', '111150.532000', '111150.534000', '111150.537000', '111150.540000', '111150.542000', '111150.545000', '111150.547000', '111150.550000', '111150.552000', '111150.555000', '111150.558000', '111150.573000', '111150.581000', '111150.584000', '111150.586000', '111150.589000', '111150.592000', '111150.594000', '111150.597000', '111150.599000', '111150.602000', '111150.605000', '111150.607000', '111150.610000', '111150.613000', '111150.615000', '111150.618000', '111150.620000', '111210.493000', '111210.495000', '111210.498000', '111210.502000', '111210.504000', '111210.507000', '111210.509000', '111210.512000', '111210.515000', '111210.524000', '111210.526000', '111210.529000', '111210.532000', '111210.534000', '111210.537000', '111210.539000', '111210.542000', '111210.545000', '111210.547000', '111210.550000', '111210.553000', '111210.555000', '111210.558000', '111210.560000', '111210.563000', '111210.566000', '111210.568000', '111210.571000', '111210.574000', '111210.576000', '111210.579000', '111210.581000', '111210.584000', '111210.586000', '111210.589000', '111210.592000', '111210.594000', '111210.597000', '111210.600000', '111210.602000', '111210.605000', '111210.608000', '111210.610000', '111210.613000', '111230.493000', '111230.495000', '111230.498000', '111230.501000', '111230.503000', '111230.506000', '111230.508000', '111230.511000', '111230.514000', '111230.516000', '111230.519000', '111230.522000', '111230.524000', '111230.527000', '111230.530000', '111230.532000', '111230.535000', '111230.537000', '111230.540000', '111230.543000', '111230.545000', '111230.548000', '111230.551000', '111230.553000', '111230.556000', '111230.558000', '111230.561000', '111230.564000', '111230.566000', '111230.569000', '111230.572000', '111230.574000', '111230.577000', '111230.579000', '111230.582000', '111230.584000', '111230.587000', '111230.589000', '111230.592000', '111230.595000', '111230.597000', '111230.600000', '111230.603000', '111250.492000', '111250.495000', '111250.498000', '111250.500000', '111250.503000', '111250.506000', '111250.508000', '111250.511000', '111250.514000', '111250.516000', '111250.519000', '111250.522000', '111250.524000', '111250.527000', '111250.529000', '111250.532000', '111250.534000', '111250.537000', '111250.539000', '111250.542000', '111250.545000', '111250.547000', '111250.550000', '111250.552000', '111250.555000', '111250.558000', '111250.560000', '111250.563000', '111250.566000', '111250.569000', '111250.571000', '111250.574000', '111250.576000', '111250.579000', '111250.581000', '111250.584000', '111250.587000', '111250.589000', '111250.592000', '111250.595000', '111250.597000', '111250.600000', '111250.602000', '111250.605000', '111310.492000', '111310.495000', '111310.498000', '111310.501000', '111310.503000', '111310.506000', '111310.508000', '111310.511000', '111310.514000', '111310.516000', '111310.519000', '111310.522000', '111310.524000', '111310.527000', '111310.530000', '111310.532000', '111310.535000', '111310.537000', '111310.540000', '111310.543000', '111310.545000', '111310.548000', '111310.550000', '111310.553000', '111310.556000', '111310.558000', '111310.561000', '111310.563000', '111310.566000', '111310.569000', '111310.571000', '111310.574000', '111310.576000', '111310.579000', '111310.582000', '111310.584000', '111310.587000', '111310.590000', '111310.592000', '111310.595000', '111310.597000', '111310.600000', '111310.603000', '111330.493000', '111330.496000', '111330.498000', '111330.501000', '111330.504000', '111330.507000', '111330.509000', '111330.512000', '111330.524000', '111330.527000', '111330.530000', '111330.532000', '111330.535000', '111330.537000', '111330.541000', '111330.544000', '111330.546000', '111330.549000', '111330.552000', '111330.554000', '111330.557000', '111330.559000', '111330.562000', '111330.565000', '111330.567000', '111330.570000', '111330.572000', '111330.575000', '111330.578000', '111330.580000', '111330.589000', '111330.592000', '111330.594000', '111330.597000', '111330.600000', '111330.603000', '111330.605000', '111330.608000', '111330.610000', '111330.613000', '111330.616000', '111330.618000', '111330.621000', '111350.492000', '111350.495000', '111350.497000', '111350.500000', '111350.502000', '111350.505000', '111350.508000', '111350.510000', '111350.513000', '111350.516000', '111350.518000', '111350.521000', '111350.523000', '111350.526000', '111350.529000', '111350.531000', '111350.534000', '111350.537000', '111350.539000', '111350.542000', '111350.544000', '111350.547000', '111350.550000', '111350.552000', '111350.555000', '111350.558000', '111350.560000', '111350.563000', '111350.565000', '111350.568000', '111350.570000', '111350.573000', '111350.575000', '111350.578000', '111350.581000', '111350.583000', '111350.586000', '111350.589000', '111350.591000', '111350.594000', '111350.596000', '111350.599000', '111350.602000', '111350.605000', '111410.493000', '111410.496000', '111410.498000', '111410.501000', '111410.503000', '111410.506000', '111410.509000', '111410.512000', '111410.515000', '111410.518000', '111410.521000', '111410.524000', '111410.526000', '111410.529000', '111410.531000', '111410.534000', '111410.537000', '111410.539000', '111410.542000', '111410.544000', '111410.547000', '111410.550000', '111410.552000', '111410.555000', '111410.558000', '111410.560000', '111410.563000', '111410.565000', '111410.568000', '111410.571000', '111410.573000', '111410.576000', '111410.579000', '111410.581000', '111410.584000', '111410.587000', '111410.589000', '111410.592000', '111410.594000', '111410.597000', '111410.600000', '111410.602000', '111410.605000', '111430.493000', '111430.495000', '111430.498000', '111430.501000', '111430.503000', '111430.506000', '111430.509000', '111430.511000', '111430.514000', '111430.516000', '111430.519000', '111430.521000', '111430.524000', '111430.527000', '111430.529000', '111430.532000', '111430.535000', '111430.537000', '111430.540000', '111430.542000', '111430.545000', '111430.548000', '111430.550000', '111430.553000', '111430.555000', '111430.558000', '111430.561000', '111430.563000', '111430.566000', '111430.568000', '111430.571000', '111430.574000', '111430.576000', '111430.579000', '111430.582000', '111430.584000', '111430.587000', '111430.589000', '111430.592000', '111430.594000', '111430.597000', '111430.600000', '111430.602000', '111430.605000', '111450.493000', '111450.496000', '111450.498000', '111450.501000', '111450.504000', '111450.506000', '111450.509000', '111450.512000', '111450.514000', '111450.517000', '111450.519000', '111450.522000', '111450.525000', '111450.527000', '111450.530000', '111450.533000', '111450.536000', '111450.541000', '111450.543000', '111450.546000', '111450.549000', '111450.551000', '111450.554000', '111450.556000', '111450.559000', '111450.562000', '111450.564000', '111450.567000', '111450.570000', '111450.572000', '111450.575000', '111450.577000', '111450.581000', '111450.597000', '111450.600000', '111450.602000', '111450.605000', '111450.608000', '111450.610000', '111450.613000', '111450.615000', '111450.618000', '111450.620000', '111510.493000', '111510.495000', '111510.498000', '111510.501000', '111510.503000', '111510.506000', '111510.509000', '111510.512000', '111510.514000', '111510.517000', '111510.520000', '111510.522000', '111510.525000', '111510.527000', '111510.530000', '111510.533000', '111510.535000', '111510.538000', '111510.540000', '111510.543000', '111510.546000', '111510.548000', '111510.551000', '111510.554000', '111510.556000', '111510.559000', '111510.561000', '111510.564000', '111510.567000', '111510.569000', '111510.572000', '111510.575000', '111510.577000', '111510.580000', '111510.583000', '111510.585000', '111510.588000', '111510.590000', '111510.593000', '111510.596000', '111510.598000', '111510.601000', '111510.604000', '111510.606000', '111530.493000', '111530.496000', '111530.498000', '111530.501000', '111530.503000', '111530.506000', '111530.509000', '111530.511000', '111530.514000', '111530.517000', '111530.519000', '111530.522000', '111530.524000', '111530.527000', '111530.530000', '111530.532000', '111530.535000', '111530.538000', '111530.540000', '111530.543000', '111530.546000', '111530.548000', '111530.551000', '111530.554000', '111530.557000', '111530.560000', '111530.563000', '111530.566000', '111530.568000', '111530.571000', '111530.573000', '111530.576000', '111530.579000', '111530.581000', '111530.584000', '111530.587000', '111530.589000', '111530.592000', '111530.594000', '111530.597000', '111530.600000', '111530.602000', '111530.605000', '111550.493000', '111550.495000', '111550.498000', '111550.501000', '111550.504000', '111550.506000', '111550.509000', '111550.511000', '111550.514000', '111550.516000', '111550.519000', '111550.522000', '111550.524000', '111550.527000', '111550.530000', '111550.532000', '111550.535000', '111550.537000', '111550.540000', '111550.543000', '111550.545000', '111550.548000', '111550.551000', '111550.553000', '111550.556000', '111550.558000', '111550.561000', '111550.563000', '111550.566000', '111550.569000', '111550.571000', '111550.574000', '111550.577000', '111550.579000', '111550.582000', '111550.584000', '111550.587000', '111550.589000', '111550.592000', '111550.595000', '111550.597000', '111550.600000', '111550.603000', '111550.605000', '111610.492000', '111610.494000', '111610.497000', '111610.500000', '111610.502000', '111610.505000', '111610.508000', '111610.510000', '111610.513000', '111610.516000', '111610.518000', '111610.521000', '111610.524000', '111610.526000', '111610.529000', '111610.532000', '111610.534000', '111610.537000', '111610.539000', '111610.542000', '111610.545000', '111610.547000', '111610.550000', '111610.552000', '111610.555000', '111610.558000', '111610.560000', '111610.563000', '111610.566000', '111610.568000', '111610.571000', '111610.574000', '111610.577000', '111610.580000', '111610.582000', '111610.585000', '111610.588000', '111610.592000', '111610.594000', '111610.597000', '111610.600000', '111610.602000', '111610.605000', '111630.493000', '111630.504000', '111630.506000', '111630.509000', '111630.512000', '111630.514000', '111630.517000', '111630.519000', '111630.522000', '111630.525000', '111630.527000', '111630.530000', '111630.532000', '111630.535000', '111630.538000', '111630.540000', '111630.543000', '111630.545000', '111630.548000', '111630.551000', '111630.553000', '111630.556000', '111630.558000', '111630.561000', '111630.563000', '111630.566000', '111630.569000', '111630.571000', '111630.574000', '111630.577000', '111630.579000', '111630.582000', '111630.584000', '111630.587000', '111630.590000', '111630.592000', '111630.595000', '111630.597000', '111630.600000', '111630.603000', '111630.605000', '111630.608000', '111630.610000', '111630.613000', '111650.493000', '111650.495000', '111650.498000', '111650.501000', '111650.503000', '111650.506000', '111650.508000', '111650.511000', '111650.514000', '111650.517000', '111650.519000', '111650.522000', '111650.524000', '111650.527000', '111650.530000', '111650.532000', '111650.535000', '111650.538000', '111650.540000', '111650.543000', '111650.545000', '111650.548000', '111650.550000', '111650.553000', '111650.556000', '111650.558000', '111650.561000', '111650.564000', '111650.566000', '111650.569000', '111650.572000', '111650.574000', '111650.577000', '111650.579000', '111650.582000', '111650.585000', '111650.587000', '111650.590000', '111650.592000', '111650.595000', '111650.598000', '111650.600000', '111650.603000', '111710.493000', '111710.497000', '111710.499000', '111710.502000', '111710.515000', '111710.518000', '111710.521000', '111710.524000', '111710.526000', '111710.529000', '111710.532000', '111710.534000', '111710.537000', '111710.540000', '111710.542000', '111710.545000', '111710.548000', '111710.550000', '111710.553000', '111710.555000', '111710.558000', '111710.561000', '111710.563000', '111710.566000', '111710.569000', '111710.571000', '111710.574000', '111710.577000', '111710.579000', '111710.582000', '111710.584000', '111710.587000', '111710.589000', '111710.592000', '111710.595000', '111710.597000', '111710.600000', '111710.602000', '111710.605000', '111710.608000', '111710.610000', '111710.613000', '111710.615000', '111730.493000', '111730.496000', '111730.498000', '111730.501000', '111730.504000', '111730.506000', '111730.509000', '111730.512000', '111730.514000', '111730.517000', '111730.519000', '111730.522000', '111730.525000', '111730.527000', '111730.530000', '111730.533000', '111730.535000', '111730.538000', '111730.540000', '111730.543000', '111730.545000', '111730.548000', '111730.551000', '111730.553000', '111730.556000', '111730.559000', '111730.561000', '111730.564000', '111730.567000', '111730.569000', '111730.572000', '111730.574000', '111730.577000', '111730.580000', '111730.582000', '111730.585000', '111730.587000', '111730.590000', '111730.593000', '111730.595000', '111730.598000', '111730.601000', '111730.603000', '111730.606000', '111750.493000', '111750.495000', '111750.498000', '111750.501000', '111750.503000', '111750.506000', '111750.508000', '111750.511000', '111750.514000', '111750.516000', '111750.519000', '111750.522000', '111750.524000', '111750.527000', '111750.529000', '111750.532000', '111750.535000', '111750.537000', '111750.540000', '111750.543000', '111750.545000', '111750.548000', '111750.550000', '111750.553000', '111750.556000', '111750.558000', '111750.561000', '111750.564000', '111750.566000', '111750.569000', '111750.571000', '111750.574000', '111750.576000', '111750.579000', '111750.582000', '111750.584000', '111750.587000', '111750.589000', '111750.592000', '111750.595000', '111750.597000', '111750.600000', '111750.603000', '111750.605000', '111810.492000', '111810.495000', '111810.498000', '111810.501000', '111810.503000', '111810.506000', '111810.508000', '111810.511000', '111810.514000', '111810.516000', '111810.519000', '111810.522000', '111810.525000', '111810.527000', '111810.530000', '111810.532000', '111810.535000', '111810.545000', '111810.547000', '111810.550000', '111810.552000', '111810.555000', '111810.558000', '111810.561000', '111810.563000', '111810.566000', '111810.569000', '111810.571000', '111810.574000', '111810.577000', '111810.579000', '111810.582000', '111810.584000', '111810.587000', '111810.590000', '111810.592000', '111810.595000', '111810.598000', '111810.600000', '111810.603000', '111810.605000', '111810.608000', '111810.611000', '111830.492000', '111830.494000', '111830.497000', '111830.500000', '111830.502000', '111830.505000', '111830.508000', '111830.510000', '111830.513000', '111830.516000', '111830.518000', '111830.521000', '111830.524000', '111830.526000', '111830.529000', '111830.531000', '111830.534000', '111830.536000', '111830.539000', '111830.542000', '111830.544000', '111830.547000', '111830.550000', '111830.552000', '111830.555000', '111830.557000', '111830.560000', '111830.563000', '111830.565000', '111830.568000', '111830.570000', '111830.573000', '111830.576000', '111830.578000', '111830.581000', '111830.583000', '111830.586000', '111830.589000', '111830.591000', '111830.594000', '111830.597000', '111830.599000', '111830.602000', '111830.605000', '111850.493000', '111850.495000', '111850.498000', '111850.501000', '111850.504000', '111850.506000', '111850.509000', '111850.511000', '111850.514000', '111850.517000', '111850.519000', '111850.522000', '111850.525000', '111850.527000', '111850.530000', '111850.532000', '111850.535000', '111850.538000', '111850.540000', '111850.543000', '111850.545000', '111850.548000', '111850.551000', '111850.553000', '111850.556000', '111850.558000', '111850.561000', '111850.564000', '111850.566000', '111850.569000', '111850.571000', '111850.574000', '111850.577000', '111850.579000', '111850.582000', '111850.584000', '111850.587000', '111850.590000', '111850.592000', '111850.595000', '111850.597000', '111850.600000', '111850.603000', '111910.493000', '111910.496000', '111910.498000', '111910.501000', '111910.504000', '111910.506000', '111910.509000', '111910.511000', '111910.514000', '111910.517000', '111910.519000', '111910.522000', '111910.524000', '111910.527000', '111910.530000', '111910.532000', '111910.535000', '111910.538000', '111910.540000', '111910.543000', '111910.545000', '111910.548000', '111910.551000', '111910.553000', '111910.556000', '111910.558000', '111910.561000', '111910.564000', '111910.566000', '111910.569000', '111910.571000', '111910.574000', '111910.576000', '111910.580000', '111910.582000', '111910.585000', '111910.588000', '111910.590000', '111910.593000', '111910.595000', '111910.598000', '111910.601000', '111910.603000', '111910.606000', '111930.493000', '111930.495000', '111930.498000', '111930.501000', '111930.503000', '111930.506000', '111930.508000', '111930.512000', '111930.514000', '111930.517000', '111930.519000', '111930.522000', '111930.525000', '111930.527000', '111930.530000', '111930.532000', '111930.535000', '111930.538000', '111930.540000', '111930.543000', '111930.545000', '111930.548000', '111930.551000', '111930.553000', '111930.556000', '111930.559000', '111930.561000', '111930.564000', '111930.566000', '111930.569000', '111930.572000', '111930.574000', '111930.577000', '111930.580000', '111930.582000', '111930.585000', '111930.587000', '111930.590000', '111930.593000', '111930.595000', '111930.598000', '111930.601000', '111930.603000', '111950.493000', '111950.495000', '111950.498000', '111950.502000', '111950.504000', '111950.507000', '111950.510000', '111950.512000', '111950.515000', '111950.518000', '111950.520000', '111950.523000', '111950.526000', '111950.528000', '111950.531000', '111950.533000', '111950.536000', '111950.539000', '111950.541000', '111950.544000', '111950.546000', '111950.549000', '111950.552000', '111950.555000', '111950.558000', '111950.560000', '111950.563000', '111950.566000', '111950.568000', '111950.571000', '111950.573000', '111950.576000', '111950.579000', '111950.581000', '111950.584000', '111950.586000', '111950.589000', '111950.592000', '111950.594000', '111950.597000', '111950.599000', '111950.602000', '111950.605000', '111950.607000', '112008.901000', '112008.904000', '112008.907000', '112008.910000', '112008.912000', '112008.915000', '112008.918000', '112008.920000', '112008.923000', '112008.926000', '112008.929000', '112008.931000', '112008.934000', '112008.937000', '112008.940000', '112008.943000', '112008.948000', '112008.951000', '112008.955000', '112008.958000', '112008.960000', '112008.963000', '112008.966000', '112008.969000', '112008.972000', '112008.975000', '112008.978000', '112008.981000', '112008.985000', '112008.988000', '112008.991000', '112008.994000', '112008.997000', '112009.001000', '112009.003000', '112009.007000', '112009.010000', '112009.013000', '112009.016000', '112009.019000'], 'InstanceCreationTime': ['111030.523000', '111030.526000', '111030.529000', '111030.531000', '111030.534000', '111030.536000', '111030.539000', '111030.542000', '111030.544000', '111030.547000', '111030.549000', '111030.557000', '111030.560000', '111030.563000', '111030.565000', '111030.568000', '111030.570000', '111030.573000', '111030.581000', '111030.583000', '111030.586000', '111030.589000', '111030.591000', '111030.594000', '111030.596000', '111030.599000', '111030.602000', '111030.605000', '111030.607000', '111030.610000', '111030.612000', '111030.615000', '111030.618000', '111030.620000', '111030.623000', '111030.625000', '111030.628000', '111030.630000', '111030.633000', '111030.636000', '111050.493000', '111050.495000', '111050.498000', '111050.501000', '111050.503000', '111050.506000', '111050.509000', '111050.511000', '111050.514000', '111050.516000', '111050.519000', '111050.522000', '111050.524000', '111050.527000', '111050.530000', '111050.532000', '111050.535000', '111050.537000', '111050.540000', '111050.542000', '111050.545000', '111050.548000', '111050.550000', '111050.553000', '111050.555000', '111050.558000', '111050.562000', '111050.565000', '111050.568000', '111050.570000', '111050.573000', '111050.576000', '111050.578000', '111050.581000', '111050.584000', '111050.586000', '111050.589000', '111050.591000', '111050.594000', '111050.596000', '111050.599000', '111050.602000', '111050.604000', '111050.607000', '111110.492000', '111110.495000', '111110.498000', '111110.500000', '111110.503000', '111110.506000', '111110.509000', '111110.511000', '111110.514000', '111110.516000', '111110.519000', '111110.522000', '111110.524000', '111110.527000', '111110.529000', '111110.532000', '111110.534000', '111110.537000', '111110.540000', '111110.542000', '111110.545000', '111110.547000', '111110.550000', '111110.553000', '111110.557000', '111110.559000', '111110.562000', '111110.565000', '111110.567000', '111110.570000', '111110.572000', '111110.575000', '111110.577000', '111110.580000', '111110.583000', '111110.585000', '111110.588000', '111110.590000', '111110.593000', '111110.595000', '111110.598000', '111110.601000', '111110.603000', '111130.492000', '111130.495000', '111130.497000', '111130.500000', '111130.502000', '111130.505000', '111130.508000', '111130.510000', '111130.513000', '111130.516000', '111130.518000', '111130.521000', '111130.523000', '111130.526000', '111130.529000', '111130.531000', '111130.534000', '111130.536000', '111130.539000', '111130.542000', '111130.544000', '111130.547000', '111130.549000', '111130.552000', '111130.554000', '111130.557000', '111130.560000', '111130.562000', '111130.565000', '111130.568000', '111130.570000', '111130.573000', '111130.575000', '111130.578000', '111130.580000', '111130.583000', '111130.586000', '111130.588000', '111130.591000', '111130.593000', '111130.596000', '111130.601000', '111130.604000', '111130.606000', '111150.493000', '111150.495000', '111150.498000', '111150.501000', '111150.503000', '111150.506000', '111150.508000', '111150.511000', '111150.514000', '111150.516000', '111150.519000', '111150.521000', '111150.524000', '111150.527000', '111150.529000', '111150.532000', '111150.534000', '111150.537000', '111150.540000', '111150.542000', '111150.545000', '111150.547000', '111150.550000', '111150.552000', '111150.555000', '111150.558000', '111150.573000', '111150.581000', '111150.584000', '111150.586000', '111150.589000', '111150.592000', '111150.594000', '111150.597000', '111150.599000', '111150.602000', '111150.605000', '111150.607000', '111150.610000', '111150.613000', '111150.615000', '111150.618000', '111150.620000', '111210.493000', '111210.495000', '111210.498000', '111210.502000', '111210.504000', '111210.507000', '111210.509000', '111210.512000', '111210.515000', '111210.524000', '111210.526000', '111210.529000', '111210.532000', '111210.534000', '111210.537000', '111210.539000', '111210.542000', '111210.545000', '111210.547000', '111210.550000', '111210.553000', '111210.555000', '111210.558000', '111210.560000', '111210.563000', '111210.566000', '111210.568000', '111210.571000', '111210.574000', '111210.576000', '111210.579000', '111210.581000', '111210.584000', '111210.586000', '111210.589000', '111210.592000', '111210.594000', '111210.597000', '111210.600000', '111210.602000', '111210.605000', '111210.608000', '111210.610000', '111210.613000', '111230.493000', '111230.495000', '111230.498000', '111230.501000', '111230.503000', '111230.506000', '111230.508000', '111230.511000', '111230.514000', '111230.516000', '111230.519000', '111230.522000', '111230.524000', '111230.527000', '111230.530000', '111230.532000', '111230.535000', '111230.537000', '111230.540000', '111230.543000', '111230.545000', '111230.548000', '111230.551000', '111230.553000', '111230.556000', '111230.558000', '111230.561000', '111230.564000', '111230.566000', '111230.569000', '111230.572000', '111230.574000', '111230.577000', '111230.579000', '111230.582000', '111230.584000', '111230.587000', '111230.589000', '111230.592000', '111230.595000', '111230.597000', '111230.600000', '111230.603000', '111250.492000', '111250.495000', '111250.498000', '111250.500000', '111250.503000', '111250.506000', '111250.508000', '111250.511000', '111250.514000', '111250.516000', '111250.519000', '111250.522000', '111250.524000', '111250.527000', '111250.529000', '111250.532000', '111250.534000', '111250.537000', '111250.539000', '111250.542000', '111250.545000', '111250.547000', '111250.550000', '111250.552000', '111250.555000', '111250.558000', '111250.560000', '111250.563000', '111250.566000', '111250.569000', '111250.571000', '111250.574000', '111250.576000', '111250.579000', '111250.581000', '111250.584000', '111250.587000', '111250.589000', '111250.592000', '111250.595000', '111250.597000', '111250.600000', '111250.602000', '111250.605000', '111310.492000', '111310.495000', '111310.498000', '111310.501000', '111310.503000', '111310.506000', '111310.508000', '111310.511000', '111310.514000', '111310.516000', '111310.519000', '111310.522000', '111310.524000', '111310.527000', '111310.530000', '111310.532000', '111310.535000', '111310.537000', '111310.540000', '111310.543000', '111310.545000', '111310.548000', '111310.550000', '111310.553000', '111310.556000', '111310.558000', '111310.561000', '111310.563000', '111310.566000', '111310.569000', '111310.571000', '111310.574000', '111310.576000', '111310.579000', '111310.582000', '111310.584000', '111310.587000', '111310.590000', '111310.592000', '111310.595000', '111310.597000', '111310.600000', '111310.603000', '111330.493000', '111330.496000', '111330.498000', '111330.501000', '111330.504000', '111330.507000', '111330.509000', '111330.512000', '111330.524000', '111330.527000', '111330.530000', '111330.532000', '111330.535000', '111330.537000', '111330.541000', '111330.544000', '111330.546000', '111330.549000', '111330.552000', '111330.554000', '111330.557000', '111330.559000', '111330.562000', '111330.565000', '111330.567000', '111330.570000', '111330.572000', '111330.575000', '111330.578000', '111330.580000', '111330.589000', '111330.592000', '111330.594000', '111330.597000', '111330.600000', '111330.603000', '111330.605000', '111330.608000', '111330.610000', '111330.613000', '111330.616000', '111330.618000', '111330.621000', '111350.492000', '111350.495000', '111350.497000', '111350.500000', '111350.502000', '111350.505000', '111350.508000', '111350.510000', '111350.513000', '111350.516000', '111350.518000', '111350.521000', '111350.523000', '111350.526000', '111350.529000', '111350.531000', '111350.534000', '111350.537000', '111350.539000', '111350.542000', '111350.544000', '111350.547000', '111350.550000', '111350.552000', '111350.555000', '111350.558000', '111350.560000', '111350.563000', '111350.565000', '111350.568000', '111350.570000', '111350.573000', '111350.575000', '111350.578000', '111350.581000', '111350.583000', '111350.586000', '111350.589000', '111350.591000', '111350.594000', '111350.596000', '111350.599000', '111350.602000', '111350.605000', '111410.493000', '111410.496000', '111410.498000', '111410.501000', '111410.503000', '111410.506000', '111410.509000', '111410.512000', '111410.515000', '111410.518000', '111410.521000', '111410.524000', '111410.526000', '111410.529000', '111410.531000', '111410.534000', '111410.537000', '111410.539000', '111410.542000', '111410.544000', '111410.547000', '111410.550000', '111410.552000', '111410.555000', '111410.558000', '111410.560000', '111410.563000', '111410.565000', '111410.568000', '111410.571000', '111410.573000', '111410.576000', '111410.579000', '111410.581000', '111410.584000', '111410.587000', '111410.589000', '111410.592000', '111410.594000', '111410.597000', '111410.600000', '111410.602000', '111410.605000', '111430.493000', '111430.495000', '111430.498000', '111430.501000', '111430.503000', '111430.506000', '111430.509000', '111430.511000', '111430.514000', '111430.516000', '111430.519000', '111430.521000', '111430.524000', '111430.527000', '111430.529000', '111430.532000', '111430.535000', '111430.537000', '111430.540000', '111430.542000', '111430.545000', '111430.548000', '111430.550000', '111430.553000', '111430.555000', '111430.558000', '111430.561000', '111430.563000', '111430.566000', '111430.568000', '111430.571000', '111430.574000', '111430.576000', '111430.579000', '111430.582000', '111430.584000', '111430.587000', '111430.589000', '111430.592000', '111430.594000', '111430.597000', '111430.600000', '111430.602000', '111430.605000', '111450.493000', '111450.496000', '111450.498000', '111450.501000', '111450.504000', '111450.506000', '111450.509000', '111450.512000', '111450.514000', '111450.517000', '111450.519000', '111450.522000', '111450.525000', '111450.527000', '111450.530000', '111450.533000', '111450.536000', '111450.541000', '111450.543000', '111450.546000', '111450.549000', '111450.551000', '111450.554000', '111450.556000', '111450.559000', '111450.562000', '111450.564000', '111450.567000', '111450.570000', '111450.572000', '111450.575000', '111450.577000', '111450.581000', '111450.597000', '111450.600000', '111450.602000', '111450.605000', '111450.608000', '111450.610000', '111450.613000', '111450.615000', '111450.618000', '111450.620000', '111510.493000', '111510.495000', '111510.498000', '111510.501000', '111510.503000', '111510.506000', '111510.509000', '111510.512000', '111510.514000', '111510.517000', '111510.520000', '111510.522000', '111510.525000', '111510.527000', '111510.530000', '111510.533000', '111510.535000', '111510.538000', '111510.540000', '111510.543000', '111510.546000', '111510.548000', '111510.551000', '111510.554000', '111510.556000', '111510.559000', '111510.561000', '111510.564000', '111510.567000', '111510.569000', '111510.572000', '111510.575000', '111510.577000', '111510.580000', '111510.583000', '111510.585000', '111510.588000', '111510.590000', '111510.593000', '111510.596000', '111510.598000', '111510.601000', '111510.604000', '111510.606000', '111530.493000', '111530.496000', '111530.498000', '111530.501000', '111530.503000', '111530.506000', '111530.509000', '111530.511000', '111530.514000', '111530.517000', '111530.519000', '111530.522000', '111530.524000', '111530.527000', '111530.530000', '111530.532000', '111530.535000', '111530.538000', '111530.540000', '111530.543000', '111530.546000', '111530.548000', '111530.551000', '111530.554000', '111530.557000', '111530.560000', '111530.563000', '111530.566000', '111530.568000', '111530.571000', '111530.573000', '111530.576000', '111530.579000', '111530.581000', '111530.584000', '111530.587000', '111530.589000', '111530.592000', '111530.594000', '111530.597000', '111530.600000', '111530.602000', '111530.605000', '111550.493000', '111550.495000', '111550.498000', '111550.501000', '111550.504000', '111550.506000', '111550.509000', '111550.511000', '111550.514000', '111550.516000', '111550.519000', '111550.522000', '111550.524000', '111550.527000', '111550.530000', '111550.532000', '111550.535000', '111550.537000', '111550.540000', '111550.543000', '111550.545000', '111550.548000', '111550.551000', '111550.553000', '111550.556000', '111550.558000', '111550.561000', '111550.563000', '111550.566000', '111550.569000', '111550.571000', '111550.574000', '111550.577000', '111550.579000', '111550.582000', '111550.584000', '111550.587000', '111550.589000', '111550.592000', '111550.595000', '111550.597000', '111550.600000', '111550.603000', '111550.605000', '111610.492000', '111610.494000', '111610.497000', '111610.500000', '111610.502000', '111610.505000', '111610.508000', '111610.510000', '111610.513000', '111610.516000', '111610.518000', '111610.521000', '111610.524000', '111610.526000', '111610.529000', '111610.532000', '111610.534000', '111610.537000', '111610.539000', '111610.542000', '111610.545000', '111610.547000', '111610.550000', '111610.552000', '111610.555000', '111610.558000', '111610.560000', '111610.563000', '111610.566000', '111610.568000', '111610.571000', '111610.574000', '111610.577000', '111610.580000', '111610.582000', '111610.585000', '111610.588000', '111610.592000', '111610.594000', '111610.597000', '111610.600000', '111610.602000', '111610.605000', '111630.493000', '111630.504000', '111630.506000', '111630.509000', '111630.512000', '111630.514000', '111630.517000', '111630.519000', '111630.522000', '111630.525000', '111630.527000', '111630.530000', '111630.532000', '111630.535000', '111630.538000', '111630.540000', '111630.543000', '111630.545000', '111630.548000', '111630.551000', '111630.553000', '111630.556000', '111630.558000', '111630.561000', '111630.563000', '111630.566000', '111630.569000', '111630.571000', '111630.574000', '111630.577000', '111630.579000', '111630.582000', '111630.584000', '111630.587000', '111630.590000', '111630.592000', '111630.595000', '111630.597000', '111630.600000', '111630.603000', '111630.605000', '111630.608000', '111630.610000', '111630.613000', '111650.493000', '111650.495000', '111650.498000', '111650.501000', '111650.503000', '111650.506000', '111650.508000', '111650.511000', '111650.514000', '111650.517000', '111650.519000', '111650.522000', '111650.524000', '111650.527000', '111650.530000', '111650.532000', '111650.535000', '111650.538000', '111650.540000', '111650.543000', '111650.545000', '111650.548000', '111650.550000', '111650.553000', '111650.556000', '111650.558000', '111650.561000', '111650.564000', '111650.566000', '111650.569000', '111650.572000', '111650.574000', '111650.577000', '111650.579000', '111650.582000', '111650.585000', '111650.587000', '111650.590000', '111650.592000', '111650.595000', '111650.598000', '111650.600000', '111650.603000', '111710.493000', '111710.497000', '111710.499000', '111710.502000', '111710.515000', '111710.518000', '111710.521000', '111710.524000', '111710.526000', '111710.529000', '111710.532000', '111710.534000', '111710.537000', '111710.540000', '111710.542000', '111710.545000', '111710.548000', '111710.550000', '111710.553000', '111710.555000', '111710.558000', '111710.561000', '111710.563000', '111710.566000', '111710.569000', '111710.571000', '111710.574000', '111710.577000', '111710.579000', '111710.582000', '111710.584000', '111710.587000', '111710.589000', '111710.592000', '111710.595000', '111710.597000', '111710.600000', '111710.602000', '111710.605000', '111710.608000', '111710.610000', '111710.613000', '111710.615000', '111730.493000', '111730.496000', '111730.498000', '111730.501000', '111730.504000', '111730.506000', '111730.509000', '111730.512000', '111730.514000', '111730.517000', '111730.519000', '111730.522000', '111730.525000', '111730.527000', '111730.530000', '111730.533000', '111730.535000', '111730.538000', '111730.540000', '111730.543000', '111730.545000', '111730.548000', '111730.551000', '111730.553000', '111730.556000', '111730.559000', '111730.561000', '111730.564000', '111730.567000', '111730.569000', '111730.572000', '111730.574000', '111730.577000', '111730.580000', '111730.582000', '111730.585000', '111730.587000', '111730.590000', '111730.593000', '111730.595000', '111730.598000', '111730.601000', '111730.603000', '111730.606000', '111750.493000', '111750.495000', '111750.498000', '111750.501000', '111750.503000', '111750.506000', '111750.508000', '111750.511000', '111750.514000', '111750.516000', '111750.519000', '111750.522000', '111750.524000', '111750.527000', '111750.529000', '111750.532000', '111750.535000', '111750.537000', '111750.540000', '111750.543000', '111750.545000', '111750.548000', '111750.550000', '111750.553000', '111750.556000', '111750.558000', '111750.561000', '111750.564000', '111750.566000', '111750.569000', '111750.571000', '111750.574000', '111750.576000', '111750.579000', '111750.582000', '111750.584000', '111750.587000', '111750.589000', '111750.592000', '111750.595000', '111750.597000', '111750.600000', '111750.603000', '111750.605000', '111810.492000', '111810.495000', '111810.498000', '111810.501000', '111810.503000', '111810.506000', '111810.508000', '111810.511000', '111810.514000', '111810.516000', '111810.519000', '111810.522000', '111810.525000', '111810.527000', '111810.530000', '111810.532000', '111810.535000', '111810.545000', '111810.547000', '111810.550000', '111810.552000', '111810.555000', '111810.558000', '111810.561000', '111810.563000', '111810.566000', '111810.569000', '111810.571000', '111810.574000', '111810.577000', '111810.579000', '111810.582000', '111810.584000', '111810.587000', '111810.590000', '111810.592000', '111810.595000', '111810.598000', '111810.600000', '111810.603000', '111810.605000', '111810.608000', '111810.611000', '111830.492000', '111830.494000', '111830.497000', '111830.500000', '111830.502000', '111830.505000', '111830.508000', '111830.510000', '111830.513000', '111830.516000', '111830.518000', '111830.521000', '111830.524000', '111830.526000', '111830.529000', '111830.531000', '111830.534000', '111830.536000', '111830.539000', '111830.542000', '111830.544000', '111830.547000', '111830.550000', '111830.552000', '111830.555000', '111830.557000', '111830.560000', '111830.563000', '111830.565000', '111830.568000', '111830.570000', '111830.573000', '111830.576000', '111830.578000', '111830.581000', '111830.583000', '111830.586000', '111830.589000', '111830.591000', '111830.594000', '111830.597000', '111830.599000', '111830.602000', '111830.605000', '111850.493000', '111850.495000', '111850.498000', '111850.501000', '111850.504000', '111850.506000', '111850.509000', '111850.511000', '111850.514000', '111850.517000', '111850.519000', '111850.522000', '111850.525000', '111850.527000', '111850.530000', '111850.532000', '111850.535000', '111850.538000', '111850.540000', '111850.543000', '111850.545000', '111850.548000', '111850.551000', '111850.553000', '111850.556000', '111850.558000', '111850.561000', '111850.564000', '111850.566000', '111850.569000', '111850.571000', '111850.574000', '111850.577000', '111850.579000', '111850.582000', '111850.584000', '111850.587000', '111850.590000', '111850.592000', '111850.595000', '111850.597000', '111850.600000', '111850.603000', '111910.493000', '111910.496000', '111910.498000', '111910.501000', '111910.504000', '111910.506000', '111910.509000', '111910.511000', '111910.514000', '111910.517000', '111910.519000', '111910.522000', '111910.524000', '111910.527000', '111910.530000', '111910.532000', '111910.535000', '111910.538000', '111910.540000', '111910.543000', '111910.545000', '111910.548000', '111910.551000', '111910.553000', '111910.556000', '111910.558000', '111910.561000', '111910.564000', '111910.566000', '111910.569000', '111910.571000', '111910.574000', '111910.576000', '111910.580000', '111910.582000', '111910.585000', '111910.588000', '111910.590000', '111910.593000', '111910.595000', '111910.598000', '111910.601000', '111910.603000', '111910.606000', '111930.493000', '111930.495000', '111930.498000', '111930.501000', '111930.503000', '111930.506000', '111930.508000', '111930.512000', '111930.514000', '111930.517000', '111930.519000', '111930.522000', '111930.525000', '111930.527000', '111930.530000', '111930.532000', '111930.535000', '111930.538000', '111930.540000', '111930.543000', '111930.545000', '111930.548000', '111930.551000', '111930.553000', '111930.556000', '111930.559000', '111930.561000', '111930.564000', '111930.566000', '111930.569000', '111930.572000', '111930.574000', '111930.577000', '111930.580000', '111930.582000', '111930.585000', '111930.587000', '111930.590000', '111930.593000', '111930.595000', '111930.598000', '111930.601000', '111930.603000', '111950.493000', '111950.495000', '111950.498000', '111950.502000', '111950.504000', '111950.507000', '111950.510000', '111950.512000', '111950.515000', '111950.518000', '111950.520000', '111950.523000', '111950.526000', '111950.528000', '111950.531000', '111950.533000', '111950.536000', '111950.539000', '111950.541000', '111950.544000', '111950.546000', '111950.549000', '111950.552000', '111950.555000', '111950.558000', '111950.560000', '111950.563000', '111950.566000', '111950.568000', '111950.571000', '111950.573000', '111950.576000', '111950.579000', '111950.581000', '111950.584000', '111950.586000', '111950.589000', '111950.592000', '111950.594000', '111950.597000', '111950.599000', '111950.602000', '111950.605000', '111950.607000', '112008.901000', '112008.904000', '112008.907000', '112008.910000', '112008.912000', '112008.915000', '112008.918000', '112008.920000', '112008.923000', '112008.926000', '112008.929000', '112008.931000', '112008.934000', '112008.937000', '112008.940000', '112008.943000', '112008.948000', '112008.951000', '112008.955000', '112008.958000', '112008.960000', '112008.963000', '112008.966000', '112008.969000', '112008.972000', '112008.975000', '112008.978000', '112008.981000', '112008.985000', '112008.988000', '112008.991000', '112008.994000', '112008.997000', '112009.001000', '112009.003000', '112009.007000', '112009.010000', '112009.013000', '112009.016000', '112009.019000'], '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': [13310, 10611, 15829, 17095, 14819, 10612, 12703, 15976, 14110, 10208, 15049, 15922, 14089, 10633, 16712, 14631, 13108, 13697, 17722, 14521, 10505, 11252, 15046, 13176, 10090, 17305, 14300, 11861, 15023, 16372, 13787, 11576, 16214, 13259, 10898, 17310, 15102, 12260, 17446, 15228, 12842, 12279, 18096, 14571, 11069, 14850, 15310, 13412, 10113, 17179, 15367, 13845, 12867, 10627, 15203, 13321, 13572, 19283, 17722, 16233, 16361, 12881, 10512, 11189, 15118, 13239, 10797, 16420, 14430, 10607, 13876, 16213, 14718, 11418, 9315, 14304, 15760, 16783, 14286, 17816, 16010, 14817, 14172, 14137, 17148, 15364, 12894, 12909, 12955, 16772, 14659, 14084, 12023, 11362, 15645, 15316, 13302, 10581, 11269, 16018, 14019, 12222, 10625, 17340, 15444, 14104, 10192, 15413, 16681, 14793, 10794, 15124, 16198, 14603, 11649, 16591, 16779, 15117, 11416, 13248, 15865, 13310, 11075, 13730, 16738, 14788, 11184, 13646, 16788, 14534, 10883, 13803, 16563, 14421, 10776, 14413, 16287, 14393, 10677, 16852, 15455, 13525, 11868, 18306, 14894, 11566, 11018, 16285, 13785, 10908, 16308, 15123, 13329, 9625, 14714, 12772, 11907, 9435, 15060, 15949, 13556, 10860, 11906, 16403, 13859, 11174, 16785, 18014, 15548, 14276, 18395, 15269, 12999, 12727, 18596, 14590, 12024, 12478, 19244, 14913, 15119, 14073, 12813, 14676, 12925, 10163, 15055, 13476, 11806, 12998, 15384, 13077, 13412, 16355, 13857, 13682, 17404, 14315, 10785, 13942, 13883, 12288, 9664, 17381, 14450, 11951, 13428, 15918, 12982, 11046, 17146, 14208, 11446, 17051, 14216, 11372, 17201, 15121, 12989, 10268, 16812, 14894, 12633, 9857, 15734, 14091, 12503, 11102, 15380, 15968, 12583, 10032, 12475, 16679, 14079, 11122, 17005, 16786, 13871, 10439, 15896, 15351, 13300, 10886, 17758, 14948, 14398, 13833, 14860, 13851, 12515, 10456, 17233, 14550, 13404, 10375, 15708, 14272, 11332, 9132, 16756, 14382, 12847, 10894, 12187, 15362, 13323, 11486, 9662, 17008, 15227, 13111, 11692, 16234, 13469, 11610, 11834, 17082, 14592, 12303, 9957, 15814, 14473, 13197, 10948, 12617, 16072, 13655, 11903, 9635, 16875, 15243, 13193, 10266, 17253, 14440, 12334, 11395, 18240, 15196, 11123, 12694, 16449, 13565, 11192, 16732, 13657, 13973, 18949, 19921, 15317, 12261, 13013, 12711, 9205, 16116, 13546, 9606, 16521, 13702, 10428, 16273, 17067, 14934, 12113, 12254, 18556, 15735, 15000, 16196, 17721, 16729, 17079, 19583, 18335, 16850, 17206, 21807, 15415, 12526, 11153, 15724, 13729, 10370, 13097, 15069, 13385, 9849, 13900, 15156, 13468, 10044, 14851, 15769, 13951, 11252, 15141, 16335, 13497, 9879, 12056, 17159, 14943, 11016, 13293, 15598, 15665, 11573, 10155, 15540, 15710, 14143, 11943, 12657, 18188, 14095, 11647, 9577, 17122, 14315, 11534, 11694, 17559, 14591, 11601, 10788, 16428, 14120, 11491, 11721, 17118, 14310, 10919, 14274, 16133, 13783, 12320, 16950, 14970, 12388, 9742, 13065, 16007, 13298, 10646, 17828, 14605, 10721, 14537, 15159, 12196, 13896, 17164, 13982, 13049, 16791, 18790, 19740, 20649, 18255, 11881, 9255, 15680, 14118, 12704, 9962, 10170, 15014, 13139, 11838, 9929, 16235, 14096, 11419, 10582, 16356, 14085, 11473, 14811, 15991, 12615, 10140, 14721, 14312, 13153, 9743, 15786, 15826, 13339, 9649, 14492, 14665, 13306, 10334, 15306, 15682, 13362, 14254, 19730, 18728, 17165, 13347, 14334, 13937, 13220, 12964, 13800, 10126, 16602, 14834, 11616, 11875, 16457, 14700, 12176, 12613, 18668, 15254, 16444, 17205, 18269, 18213, 17109, 18678, 17586, 17485, 13808, 11912, 10432, 12345, 16110, 13921, 12928, 9896, 11943, 15134, 12662, 12146, 12545, 17581, 15028, 13453, 9486, 12644, 14882, 13095, 10452, 13058, 16995, 14899, 12658, 13183, 17155, 13420, 12163, 10593, 16819, 14762, 13090, 11056, 18299, 14060, 12314, 11097, 16047, 13820, 11375, 11092, 16403, 13918, 13136, 10773, 11571, 14755, 12452, 11366, 12256, 16719, 13316, 9751, 17044, 14037, 13218, 16765, 15064, 14623, 16272, 17021, 13879, 13586, 10811, 9234, 15349, 12845, 10730, 16885, 14090, 10427, 15423, 15164, 13260, 11564, 18533, 14933, 14502, 16978, 17492, 15571, 15813, 19188, 16894, 15400, 14731, 17317, 14323, 13347, 14139, 15484, 13823, 10293, 16320, 13822, 11081, 14100, 14946, 13652, 10091, 16704, 13972, 11281, 12337, 17074, 14564, 10443, 12223, 15088, 13137, 10284, 16452, 15875, 13672, 10905, 17210, 14316, 11338, 11765, 16266, 13792, 11283, 11651, 16646, 13648, 11245, 11425, 16244, 13768, 10590, 14343, 16952, 14474, 13319, 16815, 14920, 11852, 9604, 12809, 15258, 13107, 10515, 14868, 16268, 13088, 9301, 11422, 13689, 15575, 12342, 11780, 15833, 14279, 13405, 11054, 15787, 15353, 13402, 13079, 16369, 13261, 11352, 14725, 13688, 12522, 10403, 15657, 13154, 10767, 14456, 13760, 12213, 9947, 15800, 13390, 10828, 16109, 14539, 11995, 11004, 16803, 13495, 10197, 18068, 14867, 12065, 14055, 15051, 13184, 9833, 14933, 15389, 14166, 11903, 16130, 16406, 17562, 13155, 15937, 13095, 10107, 16581, 16369, 14040, 12562, 14839, 15110, 13420, 12175, 16468, 15365, 13767, 14067, 18915, 15830, 17213, 19167, 14060, 12777, 12846, 16016, 13096, 10150, 16520, 12994, 10647, 11900, 17124, 14946, 12490, 15268, 16207, 13105, 11285, 11531, 10629, 10244, 13028, 15272, 13702, 18046, 15194, 13475, 14610, 19348, 17030, 15952, 14463, 19129, 16545, 15726, 15990, 15402, 18211, 14921, 14157, 12455, 15704, 15352, 14497, 10333, 13871, 14490, 13286, 10385, 12292, 15206, 13423, 11268, 9539, 17105, 14636, 13350, 10656, 11471, 14713, 13379, 10343, 15615, 15813, 13949, 10689, 15637, 15617, 13878, 10527, 12929, 15959, 13818, 10527, 15103, 15133, 13104, 11522, 17154, 13650, 11455, 16903, 14186, 14601, 17321, 12684, 9623, 16840, 13721, 10888, 13758, 15039, 15748, 11140, 15339, 15770, 12707, 10430, 11760, 16534, 14533, 12268, 11347, 15791, 12915, 11112, 11598, 15951, 13416, 10169, 16787, 13661, 11858, 11220, 16607, 13155, 10473, 12065, 15563, 13093, 11680, 16678, 12645, 11236, 11569, 15417, 11759, 9874, 13486, 13885, 12524, 9873, 16115, 14322, 12779, 10320, 15466, 15368, 13580, 9633, 14904, 17450, 16173, 14076, 13626, 13443, 13694, 15516, 13471, 12734, 11779, 15800, 13051, 12283, 13288, 16128, 13378, 10553, 11068, 14964, 12514, 11497, 10035, 15118, 14310, 13530, 11725, 17109, 13969, 12312, 10227, 15300, 15142, 13731, 11286, 19911, 14751, 13315, 14028, 17226, 12888, 10342, 13591, 15420, 12217, 10321, 17343, 14305, 15571, 20089, 19903, 15300, 16083, 10619, 9378, 13286, 16461, 14468, 10844, 12275, 16062, 13956, 12636, 10918, 18200, 16218, 14978, 14678, 19249, 16442, 15624, 15552, 18431, 15997, 14154, 12546, 12655, 15618, 13659, 11728, 11137, 16847, 14512, 13532, 11962, 17517, 13958, 12166, 9934, 12262, 16384, 13935, 12800, 10138, 13770, 16733, 14814, 12894, 10750, 17808, 14112, 13181, 11940, 19173, 16653, 13296, 10056, 14620, 13868, 12331, 10415, 18063, 14448, 10789, 16165, 15159, 13298, 11123, 16896, 14197, 11494, 11576, 16070, 13649, 11751, 11298, 16034, 12974, 11560, 13720, 17236, 13953, 10299, 15719, 14443, 11045, 11630, 16943, 14579, 13271, 10180, 13011, 14377, 12592, 10146, 14109, 16278, 13613, 10296, 18745, 14715, 11472, 11468, 15085, 12409, 10346, 13590, 14764, 12690, 10436, 16442, 14567, 11924, 9763, 16721, 13766, 11667, 12573, 16306, 13533, 10532, 17207, 13602, 13122, 13848, 17069, 13025, 10281, 13228, 15443, 13344, 10274, 15055, 14839, 13075, 10551, 16648, 13903, 11668, 11021, 16119, 13695, 11817, 15901, 16529, 13899, 12578, 13759, 13831, 12448, 10314, 16606, 14769, 12859, 9823, 15727, 12554, 14042, 11549, 14323, 15118, 13502, 12578, 11098, 16261, 13580, 12834, 10785, 17547, 15095, 13324, 10177, 15762, 13357, 11965, 10460, 17216, 13953, 13719, 11416, 14788, 14201, 11988, 9881, 14090, 15756, 13288, 10505, 16012, 15292, 13682, 10567, 16917, 11964, 13817, 14012, 18987, 14734, 19347, 15047, 19496, 16748, 18908, 15190, 14550, 12260, 12240, 16312, 13984, 11736, 8860, 9933, 16064, 15548, 14211, 11110, 17669, 16719, 15511, 16060, 19513, 16263, 14587, 12005, 17240, 15112, 11215, 13759, 16372, 14508, 10705, 17827, 15453, 12242, 11516, 15728, 13367, 10183, 13294, 16321, 14227, 10202, 15821, 15594, 12481, 9252, 11667, 13168, 17588, 14483, 15107, 15761, 14116, 13701, 16226, 13279, 10338, 16590, 12873, 10082, 18132, 14510, 9639, 15994, 15424, 11962, 12837, 17064, 14983, 14000, 9786, 11291, 15150, 13034, 10090, 15900, 15716, 12485, 15164, 17507, 13641, 9768, 17149, 15192, 11124, 17302, 14527, 10369, 16500, 14681, 12078, 12758, 15714, 13216, 10291, 17245, 14805, 13171, 15500, 15093, 11673, 8666, 11647, 11497, 10183, 10323, 12878, 11183, 10565, 18625, 16038, 13241, 11633, 16277, 13391, 10176, 13780, 16889, 14008, 10552, 15766, 15777, 13336, 10044, 16890, 15101, 13587, 11130, 17738, 13896, 12393, 11304, 16631, 13968, 10773, 17083, 15278, 12536, 10326, 16115, 13828, 9947, 16096, 15456, 13867, 9820, 16141, 13069, 11513, 10452, 17609, 14475, 12801, 13043, 15105, 12550, 9875, 14120, 16592, 14191, 10742, 17381, 14369, 12704, 9989, 18351, 14821, 16409, 15509, 16184, 12210, 10148, 12755, 16207, 13769, 10892, 17455, 14501, 10256, 17295, 13658, 10860, 13685, 15253, 13467, 10166, 16914, 14396, 12364, 12525, 14975, 12441, 9450, 13871, 15164, 13192, 9596, 16365, 14156, 15192, 10391, 12633, 17398, 14519, 13383], 'WindowCenter': [4936.0, 4892.0, 4916.0, 4924.0, 4901.0, 4858.0, 4865.0, 4892.0, 4876.0, 4848.0, 4882.0, 4884.0, 4874.0, 4844.0, 4895.0, 4883.0, 4876.0, 4876.0, 4906.0, 4886.0, 4858.0, 4866.0, 4896.0, 4886.0, 4856.0, 4917.0, 4899.0, 4879.0, 4908.0, 4910.0, 4899.0, 4882.0, 4922.0, 4887.0, 4869.0, 4920.0, 4911.0, 4881.0, 4928.0, 4907.0, 4889.0, 4879.0, 4918.0, 4888.0, 4869.0, 4888.0, 4894.0, 4874.0, 4846.0, 4906.0, 4898.0, 4888.0, 4887.0, 4869.0, 4909.0, 4890.0, 4902.0, 4930.0, 4919.0, 4906.0, 4906.0, 4872.0, 4833.0, 4841.0, 4882.0, 4873.0, 4854.0, 4895.0, 4883.0, 4854.0, 4872.0, 4893.0, 4882.0, 4863.0, 4833.0, 4870.0, 4880.0, 4882.0, 4871.0, 4881.0, 4870.0, 4846.0, 4844.0, 4832.0, 4854.0, 4843.0, 4818.0, 4823.0, 4835.0, 4865.0, 4845.0, 4843.0, 4835.0, 4837.0, 4857.0, 4855.0, 4846.0, 4826.0, 4838.0, 4881.0, 4884.0, 4892.0, 4870.0, 4908.0, 4938.0, 4916.0, 4861.0, 4897.0, 4892.0, 4872.0, 4826.0, 4824.0, 4835.0, 4838.0, 4839.0, 4892.0, 4892.0, 4883.0, 4853.0, 4875.0, 4894.0, 4871.0, 4864.0, 4884.0, 4907.0, 4894.0, 4866.0, 4885.0, 4906.0, 4893.0, 4864.0, 4884.0, 4906.0, 4895.0, 4865.0, 4896.0, 4905.0, 4896.0, 4864.0, 4916.0, 4905.0, 4886.0, 4874.0, 4918.0, 4895.0, 4867.0, 4856.0, 4903.0, 4887.0, 4867.0, 4904.0, 4895.0, 4885.0, 4846.0, 4906.0, 4884.0, 4880.0, 4858.0, 4918.0, 4930.0, 4912.0, 4893.0, 4904.0, 4931.0, 4913.0, 4892.0, 4932.0, 4941.0, 4921.0, 4912.0, 4934.0, 4910.0, 4889.0, 4891.0, 4924.0, 4897.0, 4877.0, 4879.0, 4927.0, 4899.0, 4895.0, 4885.0, 4876.0, 4895.0, 4873.0, 4857.0, 4896.0, 4884.0, 4876.0, 4883.0, 4896.0, 4875.0, 4888.0, 4905.0, 4888.0, 4884.0, 4905.0, 4886.0, 4853.0, 4886.0, 4886.0, 4875.0, 4847.0, 4915.0, 4896.0, 4877.0, 4899.0, 4906.0, 4890.0, 4868.0, 4917.0, 4897.0, 4880.0, 4917.0, 4898.0, 4878.0, 4917.0, 4897.0, 4887.0, 4856.0, 4918.0, 4899.0, 4876.0, 4861.0, 4907.0, 4899.0, 4893.0, 4880.0, 4921.0, 4920.0, 4889.0, 4871.0, 4890.0, 4919.0, 4899.0, 4881.0, 4929.0, 4922.0, 4900.0, 4871.0, 4919.0, 4910.0, 4888.0, 4867.0, 4919.0, 4900.0, 4898.0, 4900.0, 4898.0, 4887.0, 4877.0, 4857.0, 4918.0, 4897.0, 4890.0, 4856.0, 4906.0, 4899.0, 4878.0, 4848.0, 4907.0, 4895.0, 4886.0, 4866.0, 4878.0, 4907.0, 4899.0, 4880.0, 4859.0, 4917.0, 4907.0, 4888.0, 4882.0, 4911.0, 4887.0, 4878.0, 4877.0, 4918.0, 4897.0, 4878.0, 4862.0, 4910.0, 4896.0, 4889.0, 4870.0, 4889.0, 4922.0, 4899.0, 4890.0, 4873.0, 4932.0, 4921.0, 4902.0, 4880.0, 4932.0, 4911.0, 4892.0, 4883.0, 4932.0, 4910.0, 4881.0, 4889.0, 4920.0, 4899.0, 4882.0, 4933.0, 4923.0, 4920.0, 4943.0, 4942.0, 4912.0, 4903.0, 4899.0, 4871.0, 4833.0, 4891.0, 4886.0, 4847.0, 4908.0, 4898.0, 4869.0, 4917.0, 4919.0, 4910.0, 4876.0, 4878.0, 4916.0, 4898.0, 4887.0, 4893.0, 4896.0, 4882.0, 4869.0, 4874.0, 4866.0, 4864.0, 4862.0, 4885.0, 4845.0, 4824.0, 4814.0, 4854.0, 4842.0, 4818.0, 4842.0, 4855.0, 4847.0, 4816.0, 4859.0, 4872.0, 4859.0, 4831.0, 4884.0, 4894.0, 4885.0, 4868.0, 4900.0, 4905.0, 4889.0, 4874.0, 4880.0, 4917.0, 4900.0, 4880.0, 4901.0, 4910.0, 4919.0, 4880.0, 4872.0, 4921.0, 4922.0, 4911.0, 4892.0, 4901.0, 4933.0, 4912.0, 4883.0, 4861.0, 4932.0, 4912.0, 4892.0, 4905.0, 4931.0, 4912.0, 4883.0, 4871.0, 4917.0, 4899.0, 4879.0, 4878.0, 4920.0, 4899.0, 4883.0, 4911.0, 4920.0, 4900.0, 4890.0, 4920.0, 4912.0, 4892.0, 4861.0, 4901.0, 4922.0, 4900.0, 4880.0, 4932.0, 4913.0, 4883.0, 4911.0, 4909.0, 4889.0, 4898.0, 4920.0, 4901.0, 4890.0, 4917.0, 4933.0, 4940.0, 4939.0, 4930.0, 4879.0, 4849.0, 4908.0, 4898.0, 4887.0, 4861.0, 4873.0, 4910.0, 4900.0, 4890.0, 4872.0, 4921.0, 4911.0, 4891.0, 4873.0, 4920.0, 4910.0, 4889.0, 4912.0, 4922.0, 4904.0, 4886.0, 4913.0, 4907.0, 4901.0, 4871.0, 4921.0, 4922.0, 4901.0, 4877.0, 4914.0, 4912.0, 4902.0, 4872.0, 4920.0, 4932.0, 4911.0, 4912.0, 4944.0, 4932.0, 4922.0, 4891.0, 4881.0, 4884.0, 4862.0, 4860.0, 4884.0, 4846.0, 4907.0, 4889.0, 4867.0, 4864.0, 4894.0, 4872.0, 4853.0, 4861.0, 4904.0, 4885.0, 4881.0, 4881.0, 4879.0, 4877.0, 4869.0, 4876.0, 4866.0, 4864.0, 4835.0, 4825.0, 4816.0, 4836.0, 4870.0, 4858.0, 4850.0, 4822.0, 4848.0, 4869.0, 4861.0, 4850.0, 4861.0, 4891.0, 4884.0, 4861.0, 4835.0, 4863.0, 4882.0, 4872.0, 4842.0, 4872.0, 4903.0, 4897.0, 4876.0, 4876.0, 4916.0, 4887.0, 4877.0, 4857.0, 4905.0, 4897.0, 4876.0, 4869.0, 4919.0, 4887.0, 4868.0, 4857.0, 4896.0, 4876.0, 4856.0, 4853.0, 4895.0, 4876.0, 4875.0, 4856.0, 4868.0, 4896.0, 4876.0, 4868.0, 4878.0, 4907.0, 4889.0, 4860.0, 4917.0, 4900.0, 4899.0, 4917.0, 4924.0, 4912.0, 4906.0, 4907.0, 4884.0, 4871.0, 4853.0, 4832.0, 4891.0, 4876.0, 4868.0, 4916.0, 4886.0, 4870.0, 4895.0, 4894.0, 4874.0, 4852.0, 4902.0, 4883.0, 4872.0, 4882.0, 4880.0, 4870.0, 4858.0, 4878.0, 4857.0, 4843.0, 4831.0, 4853.0, 4829.0, 4821.0, 4830.0, 4840.0, 4829.0, 4803.0, 4852.0, 4831.0, 4813.0, 4843.0, 4852.0, 4844.0, 4816.0, 4874.0, 4856.0, 4837.0, 4850.0, 4890.0, 4882.0, 4845.0, 4865.0, 4885.0, 4874.0, 4845.0, 4904.0, 4905.0, 4886.0, 4867.0, 4917.0, 4898.0, 4870.0, 4880.0, 4908.0, 4888.0, 4869.0, 4877.0, 4907.0, 4897.0, 4872.0, 4880.0, 4913.0, 4889.0, 4869.0, 4898.0, 4919.0, 4897.0, 4887.0, 4907.0, 4900.0, 4869.0, 4848.0, 4876.0, 4908.0, 4886.0, 4859.0, 4896.0, 4909.0, 4889.0, 4849.0, 4879.0, 4887.0, 4906.0, 4879.0, 4879.0, 4910.0, 4900.0, 4888.0, 4870.0, 4910.0, 4898.0, 4886.0, 4875.0, 4895.0, 4874.0, 4855.0, 4883.0, 4873.0, 4863.0, 4854.0, 4894.0, 4876.0, 4856.0, 4884.0, 4886.0, 4865.0, 4845.0, 4893.0, 4885.0, 4867.0, 4909.0, 4911.0, 4892.0, 4881.0, 4922.0, 4900.0, 4871.0, 4932.0, 4912.0, 4891.0, 4902.0, 4910.0, 4889.0, 4859.0, 4910.0, 4912.0, 4902.0, 4881.0, 4935.0, 4923.0, 4937.0, 4891.0, 4907.0, 4887.0, 4848.0, 4909.0, 4906.0, 4887.0, 4878.0, 4887.0, 4883.0, 4875.0, 4866.0, 4895.0, 4885.0, 4874.0, 4874.0, 4917.0, 4898.0, 4895.0, 4901.0, 4872.0, 4860.0, 4850.0, 4883.0, 4850.0, 4830.0, 4880.0, 4860.0, 4852.0, 4863.0, 4902.0, 4898.0, 4875.0, 4895.0, 4906.0, 4889.0, 4864.0, 4866.0, 4844.0, 4845.0, 4874.0, 4898.0, 4890.0, 4919.0, 4898.0, 4878.0, 4885.0, 4908.0, 4884.0, 4869.0, 4847.0, 4882.0, 4867.0, 4859.0, 4857.0, 4846.0, 4864.0, 4846.0, 4832.0, 4813.0, 4832.0, 4830.0, 4830.0, 4793.0, 4829.0, 4833.0, 4832.0, 4806.0, 4823.0, 4853.0, 4847.0, 4826.0, 4820.0, 4879.0, 4867.0, 4858.0, 4830.0, 4851.0, 4871.0, 4865.0, 4845.0, 4884.0, 4895.0, 4877.0, 4845.0, 4896.0, 4895.0, 4876.0, 4847.0, 4876.0, 4895.0, 4875.0, 4859.0, 4885.0, 4888.0, 4877.0, 4856.0, 4896.0, 4877.0, 4853.0, 4893.0, 4873.0, 4872.0, 4892.0, 4861.0, 4834.0, 4891.0, 4872.0, 4856.0, 4872.0, 4883.0, 4894.0, 4865.0, 4898.0, 4906.0, 4876.0, 4857.0, 4869.0, 4908.0, 4897.0, 4879.0, 4869.0, 4909.0, 4890.0, 4872.0, 4869.0, 4907.0, 4889.0, 4871.0, 4921.0, 4878.0, 4869.0, 4869.0, 4907.0, 4879.0, 4857.0, 4865.0, 4900.0, 4876.0, 4867.0, 4907.0, 4853.0, 4842.0, 4844.0, 4873.0, 4843.0, 4833.0, 4862.0, 4864.0, 4855.0, 4835.0, 4884.0, 4874.0, 4865.0, 4834.0, 4874.0, 4874.0, 4863.0, 4812.0, 4863.0, 4880.0, 4870.0, 4851.0, 4838.0, 4838.0, 4838.0, 4847.0, 4837.0, 4837.0, 4825.0, 4854.0, 4834.0, 4839.0, 4835.0, 4856.0, 4835.0, 4818.0, 4827.0, 4867.0, 4839.0, 4839.0, 4819.0, 4869.0, 4874.0, 4875.0, 4853.0, 4895.0, 4879.0, 4854.0, 4831.0, 4882.0, 4872.0, 4863.0, 4841.0, 4895.0, 4860.0, 4853.0, 4857.0, 4882.0, 4850.0, 4819.0, 4849.0, 4859.0, 4849.0, 4830.0, 4890.0, 4871.0, 4883.0, 4903.0, 4916.0, 4881.0, 4857.0, 4803.0, 4803.0, 4862.0, 4895.0, 4872.0, 4846.0, 4853.0, 4881.0, 4870.0, 4849.0, 4828.0, 4892.0, 4923.0, 4888.0, 4857.0, 4879.0, 4869.0, 4857.0, 4845.0, 4862.0, 4841.0, 4819.0, 4812.0, 4809.0, 4841.0, 4820.0, 4812.0, 4812.0, 4852.0, 4843.0, 4845.0, 4837.0, 4874.0, 4847.0, 4836.0, 4816.0, 4837.0, 4868.0, 4858.0, 4849.0, 4833.0, 4861.0, 4881.0, 4872.0, 4862.0, 4842.0, 4901.0, 4872.0, 4873.0, 4864.0, 4915.0, 4899.0, 4875.0, 4845.0, 4884.0, 4873.0, 4861.0, 4842.0, 4894.0, 4885.0, 4845.0, 4895.0, 4885.0, 4864.0, 4843.0, 4891.0, 4871.0, 4854.0, 4853.0, 4882.0, 4873.0, 4854.0, 4855.0, 4898.0, 4877.0, 4865.0, 4875.0, 4906.0, 4875.0, 4845.0, 4884.0, 4871.0, 4853.0, 4853.0, 4893.0, 4885.0, 4874.0, 4844.0, 4873.0, 4885.0, 4864.0, 4847.0, 4884.0, 4907.0, 4884.0, 4869.0, 4918.0, 4896.0, 4868.0, 4868.0, 4893.0, 4866.0, 4843.0, 4875.0, 4888.0, 4876.0, 4858.0, 4907.0, 4900.0, 4878.0, 4860.0, 4905.0, 4885.0, 4871.0, 4878.0, 4905.0, 4887.0, 4857.0, 4917.0, 4887.0, 4878.0, 4885.0, 4907.0, 4874.0, 4845.0, 4876.0, 4895.0, 4875.0, 4847.0, 4893.0, 4886.0, 4874.0, 4856.0, 4904.0, 4883.0, 4866.0, 4855.0, 4896.0, 4885.0, 4867.0, 4906.0, 4907.0, 4886.0, 4877.0, 4886.0, 4883.0, 4863.0, 4843.0, 4892.0, 4883.0, 4875.0, 4847.0, 4897.0, 4863.0, 4898.0, 4867.0, 4897.0, 4898.0, 4887.0, 4879.0, 4870.0, 4919.0, 4889.0, 4888.0, 4869.0, 4919.0, 4900.0, 4887.0, 4858.0, 4895.0, 4874.0, 4867.0, 4856.0, 4908.0, 4886.0, 4888.0, 4869.0, 4900.0, 4897.0, 4878.0, 4857.0, 4887.0, 4896.0, 4890.0, 4859.0, 4909.0, 4902.0, 4887.0, 4858.0, 4921.0, 4878.0, 4899.0, 4898.0, 4929.0, 4899.0, 4928.0, 4896.0, 4822.0, 4929.0, 4854.0, 4905.0, 4863.0, 4841.0, 4854.0, 4872.0, 4860.0, 4838.0, 4809.0, 4818.0, 4880.0, 4881.0, 4874.0, 4844.0, 4893.0, 4885.0, 4871.0, 4874.0, 4880.0, 4856.0, 4835.0, 4815.0, 4850.0, 4830.0, 4805.0, 4834.0, 4840.0, 4832.0, 4805.0, 4865.0, 4855.0, 4827.0, 4827.0, 4856.0, 4845.0, 4831.0, 4846.0, 4879.0, 4863.0, 4832.0, 4883.0, 4884.0, 4863.0, 4834.0, 4852.0, 4859.0, 4904.0, 4886.0, 4884.0, 4894.0, 4889.0, 4889.0, 4907.0, 4878.0, 4858.0, 4896.0, 4877.0, 4848.0, 4905.0, 4888.0, 4849.0, 4899.0, 4897.0, 4867.0, 4890.0, 4910.0, 4901.0, 4898.0, 4864.0, 4873.0, 4913.0, 4890.0, 4875.0, 4911.0, 4910.0, 4891.0, 4910.0, 4924.0, 4903.0, 4861.0, 4936.0, 4912.0, 4870.0, 4907.0, 4888.0, 4860.0, 4907.0, 4897.0, 4879.0, 4877.0, 4899.0, 4877.0, 4858.0, 4910.0, 4898.0, 4890.0, 4937.0, 4928.0, 4894.0, 4866.0, 4892.0, 4881.0, 4858.0, 4857.0, 4888.0, 4868.0, 4859.0, 4914.0, 4897.0, 4888.0, 4876.0, 4908.0, 4887.0, 4870.0, 4902.0, 4917.0, 4897.0, 4871.0, 4910.0, 4911.0, 4898.0, 4862.0, 4921.0, 4909.0, 4890.0, 4872.0, 4929.0, 4899.0, 4880.0, 4869.0, 4906.0, 4898.0, 4871.0, 4919.0, 4898.0, 4881.0, 4857.0, 4909.0, 4886.0, 4862.0, 4906.0, 4907.0, 4900.0, 4862.0, 4920.0, 4893.0, 4882.0, 4872.0, 4932.0, 4908.0, 4902.0, 4903.0, 4924.0, 4893.0, 4874.0, 4911.0, 4920.0, 4903.0, 4872.0, 4933.0, 4915.0, 4904.0, 4873.0, 4943.0, 4911.0, 4919.0, 4911.0, 4923.0, 4891.0, 4872.0, 4887.0, 4910.0, 4900.0, 4869.0, 4922.0, 4900.0, 4860.0, 4917.0, 4889.0, 4867.0, 4885.0, 4897.0, 4887.0, 4858.0, 4921.0, 4900.0, 4889.0, 4892.0, 4910.0, 4890.0, 4862.0, 4901.0, 4910.0, 4899.0, 4874.0, 4935.0, 4903.0, 4923.0, 4885.0, 4903.0, 4934.0, 4916.0, 4916.0], 'WindowWidth': [10748.0, 10673.0, 10695.0, 10700.0, 10661.0, 10599.0, 10603.0, 10638.0, 10616.0, 10579.0, 10622.0, 10625.0, 10612.0, 10573.0, 10645.0, 10626.0, 10618.0, 10617.0, 10663.0, 10634.0, 10598.0, 10607.0, 10647.0, 10633.0, 10593.0, 10679.0, 10656.0, 10629.0, 10668.0, 10673.0, 10658.0, 10637.0, 10692.0, 10639.0, 10615.0, 10688.0, 10675.0, 10635.0, 10700.0, 10666.0, 10643.0, 10627.0, 10681.0, 10638.0, 10612.0, 10637.0, 10642.0, 10612.0, 10578.0, 10665.0, 10651.0, 10637.0, 10642.0, 10621.0, 10674.0, 10646.0, 10668.0, 10707.0, 10694.0, 10666.0, 10665.0, 10610.0, 10549.0, 10561.0, 10624.0, 10610.0, 10585.0, 10644.0, 10627.0, 10588.0, 10611.0, 10637.0, 10623.0, 10599.0, 10555.0, 10603.0, 10618.0, 10622.0, 10604.0, 10621.0, 10600.0, 10561.0, 10554.0, 10534.0, 10569.0, 10549.0, 10509.0, 10524.0, 10541.0, 10587.0, 10556.0, 10554.0, 10545.0, 10549.0, 10577.0, 10574.0, 10561.0, 10537.0, 10553.0, 10614.0, 10628.0, 10653.0, 10617.0, 10668.0, 10727.0, 10693.0, 10607.0, 10648.0, 10632.0, 10604.0, 10532.0, 10509.0, 10524.0, 10536.0, 10555.0, 10636.0, 10637.0, 10626.0, 10585.0, 10617.0, 10643.0, 10610.0, 10602.0, 10630.0, 10663.0, 10644.0, 10607.0, 10633.0, 10663.0, 10643.0, 10605.0, 10631.0, 10663.0, 10648.0, 10609.0, 10651.0, 10663.0, 10652.0, 10607.0, 10679.0, 10663.0, 10636.0, 10617.0, 10685.0, 10647.0, 10610.0, 10596.0, 10656.0, 10637.0, 10611.0, 10663.0, 10648.0, 10633.0, 10585.0, 10667.0, 10632.0, 10631.0, 10603.0, 10688.0, 10708.0, 10686.0, 10662.0, 10677.0, 10711.0, 10685.0, 10654.0, 10710.0, 10725.0, 10697.0, 10680.0, 10716.0, 10677.0, 10646.0, 10647.0, 10694.0, 10650.0, 10627.0, 10630.0, 10697.0, 10659.0, 10650.0, 10634.0, 10623.0, 10646.0, 10616.0, 10598.0, 10653.0, 10632.0, 10622.0, 10630.0, 10648.0, 10619.0, 10635.0, 10662.0, 10640.0, 10633.0, 10664.0, 10634.0, 10587.0, 10633.0, 10634.0, 10619.0, 10583.0, 10676.0, 10652.0, 10627.0, 10658.0, 10666.0, 10648.0, 10615.0, 10683.0, 10654.0, 10631.0, 10683.0, 10655.0, 10628.0, 10683.0, 10651.0, 10639.0, 10594.0, 10685.0, 10656.0, 10623.0, 10607.0, 10668.0, 10656.0, 10654.0, 10637.0, 10694.0, 10692.0, 10647.0, 10625.0, 10649.0, 10687.0, 10661.0, 10638.0, 10705.0, 10696.0, 10663.0, 10623.0, 10689.0, 10673.0, 10642.0, 10612.0, 10689.0, 10662.0, 10657.0, 10659.0, 10658.0, 10639.0, 10626.0, 10598.0, 10684.0, 10652.0, 10646.0, 10596.0, 10667.0, 10658.0, 10631.0, 10586.0, 10666.0, 10650.0, 10638.0, 10612.0, 10630.0, 10669.0, 10658.0, 10634.0, 10605.0, 10683.0, 10668.0, 10643.0, 10635.0, 10677.0, 10641.0, 10630.0, 10625.0, 10682.0, 10654.0, 10628.0, 10608.0, 10674.0, 10651.0, 10645.0, 10620.0, 10647.0, 10694.0, 10659.0, 10649.0, 10627.0, 10709.0, 10692.0, 10668.0, 10638.0, 10711.0, 10678.0, 10653.0, 10640.0, 10711.0, 10676.0, 10637.0, 10645.0, 10688.0, 10659.0, 10642.0, 10718.0, 10705.0, 10697.0, 10732.0, 10732.0, 10679.0, 10671.0, 10661.0, 10607.0, 10553.0, 10637.0, 10635.0, 10583.0, 10670.0, 10655.0, 10616.0, 10681.0, 10689.0, 10677.0, 10624.0, 10626.0, 10682.0, 10653.0, 10639.0, 10640.0, 10650.0, 10624.0, 10599.0, 10606.0, 10593.0, 10586.0, 10578.0, 10625.0, 10557.0, 10529.0, 10515.0, 10569.0, 10553.0, 10523.0, 10554.0, 10574.0, 10566.0, 10525.0, 10586.0, 10607.0, 10588.0, 10552.0, 10627.0, 10640.0, 10630.0, 10613.0, 10658.0, 10662.0, 10643.0, 10628.0, 10631.0, 10679.0, 10659.0, 10633.0, 10662.0, 10671.0, 10687.0, 10635.0, 10624.0, 10692.0, 10693.0, 10679.0, 10653.0, 10664.0, 10714.0, 10680.0, 10642.0, 10609.0, 10707.0, 10679.0, 10656.0, 10677.0, 10707.0, 10682.0, 10640.0, 10622.0, 10682.0, 10659.0, 10632.0, 10631.0, 10690.0, 10660.0, 10640.0, 10678.0, 10692.0, 10664.0, 10649.0, 10693.0, 10682.0, 10653.0, 10611.0, 10664.0, 10692.0, 10665.0, 10637.0, 10713.0, 10684.0, 10644.0, 10680.0, 10674.0, 10646.0, 10658.0, 10690.0, 10664.0, 10645.0, 10687.0, 10721.0, 10725.0, 10723.0, 10706.0, 10630.0, 10587.0, 10668.0, 10654.0, 10641.0, 10611.0, 10627.0, 10674.0, 10661.0, 10649.0, 10625.0, 10694.0, 10683.0, 10654.0, 10627.0, 10689.0, 10678.0, 10649.0, 10682.0, 10695.0, 10673.0, 10653.0, 10685.0, 10669.0, 10665.0, 10625.0, 10695.0, 10696.0, 10666.0, 10637.0, 10685.0, 10680.0, 10664.0, 10624.0, 10692.0, 10713.0, 10683.0, 10683.0, 10735.0, 10718.0, 10698.0, 10648.0, 10623.0, 10627.0, 10591.0, 10589.0, 10631.0, 10579.0, 10662.0, 10639.0, 10610.0, 10602.0, 10642.0, 10609.0, 10584.0, 10592.0, 10658.0, 10630.0, 10622.0, 10617.0, 10619.0, 10611.0, 10599.0, 10608.0, 10588.0, 10590.0, 10543.0, 10530.0, 10519.0, 10546.0, 10597.0, 10580.0, 10574.0, 10537.0, 10571.0, 10601.0, 10590.0, 10573.0, 10590.0, 10636.0, 10623.0, 10592.0, 10558.0, 10596.0, 10621.0, 10607.0, 10568.0, 10609.0, 10654.0, 10649.0, 10622.0, 10621.0, 10681.0, 10637.0, 10621.0, 10594.0, 10662.0, 10652.0, 10623.0, 10612.0, 10684.0, 10634.0, 10609.0, 10591.0, 10645.0, 10616.0, 10588.0, 10583.0, 10644.0, 10618.0, 10618.0, 10594.0, 10612.0, 10651.0, 10621.0, 10612.0, 10624.0, 10665.0, 10643.0, 10607.0, 10683.0, 10660.0, 10659.0, 10686.0, 10700.0, 10681.0, 10668.0, 10669.0, 10629.0, 10610.0, 10583.0, 10556.0, 10635.0, 10619.0, 10611.0, 10678.0, 10638.0, 10617.0, 10651.0, 10645.0, 10615.0, 10582.0, 10655.0, 10625.0, 10607.0, 10619.0, 10622.0, 10600.0, 10578.0, 10609.0, 10576.0, 10551.0, 10530.0, 10567.0, 10527.0, 10517.0, 10529.0, 10545.0, 10529.0, 10495.0, 10563.0, 10535.0, 10512.0, 10552.0, 10564.0, 10557.0, 10520.0, 10601.0, 10577.0, 10551.0, 10573.0, 10632.0, 10621.0, 10573.0, 10604.0, 10630.0, 10613.0, 10576.0, 10657.0, 10662.0, 10636.0, 10611.0, 10682.0, 10653.0, 10617.0, 10629.0, 10668.0, 10639.0, 10613.0, 10624.0, 10666.0, 10653.0, 10622.0, 10630.0, 10679.0, 10643.0, 10615.0, 10654.0, 10686.0, 10652.0, 10640.0, 10668.0, 10658.0, 10615.0, 10586.0, 10621.0, 10666.0, 10634.0, 10600.0, 10650.0, 10670.0, 10643.0, 10591.0, 10631.0, 10635.0, 10666.0, 10629.0, 10630.0, 10675.0, 10661.0, 10642.0, 10619.0, 10675.0, 10655.0, 10637.0, 10618.0, 10648.0, 10615.0, 10589.0, 10626.0, 10611.0, 10597.0, 10587.0, 10643.0, 10618.0, 10594.0, 10631.0, 10632.0, 10603.0, 10577.0, 10643.0, 10634.0, 10611.0, 10674.0, 10676.0, 10651.0, 10637.0, 10694.0, 10659.0, 10624.0, 10711.0, 10681.0, 10649.0, 10664.0, 10673.0, 10644.0, 10604.0, 10674.0, 10679.0, 10666.0, 10637.0, 10721.0, 10699.0, 10726.0, 10650.0, 10668.0, 10637.0, 10582.0, 10668.0, 10665.0, 10637.0, 10624.0, 10636.0, 10629.0, 10617.0, 10604.0, 10645.0, 10629.0, 10613.0, 10611.0, 10685.0, 10655.0, 10647.0, 10650.0, 10605.0, 10589.0, 10573.0, 10620.0, 10573.0, 10545.0, 10615.0, 10586.0, 10584.0, 10601.0, 10653.0, 10652.0, 10618.0, 10648.0, 10667.0, 10647.0, 10603.0, 10603.0, 10570.0, 10573.0, 10616.0, 10654.0, 10644.0, 10685.0, 10653.0, 10625.0, 10635.0, 10672.0, 10630.0, 10595.0, 10562.0, 10620.0, 10593.0, 10579.0, 10573.0, 10556.0, 10587.0, 10556.0, 10532.0, 10505.0, 10533.0, 10528.0, 10527.0, 10480.0, 10526.0, 10534.0, 10533.0, 10502.0, 10525.0, 10567.0, 10560.0, 10531.0, 10528.0, 10611.0, 10593.0, 10582.0, 10547.0, 10577.0, 10605.0, 10597.0, 10571.0, 10627.0, 10642.0, 10619.0, 10574.0, 10644.0, 10642.0, 10616.0, 10579.0, 10617.0, 10642.0, 10614.0, 10596.0, 10632.0, 10636.0, 10619.0, 10589.0, 10646.0, 10619.0, 10582.0, 10642.0, 10612.0, 10608.0, 10640.0, 10591.0, 10555.0, 10633.0, 10606.0, 10588.0, 10608.0, 10624.0, 10641.0, 10604.0, 10652.0, 10663.0, 10621.0, 10596.0, 10613.0, 10667.0, 10653.0, 10629.0, 10615.0, 10672.0, 10646.0, 10620.0, 10615.0, 10664.0, 10640.0, 10623.0, 10687.0, 10619.0, 10610.0, 10614.0, 10663.0, 10623.0, 10593.0, 10601.0, 10654.0, 10616.0, 10603.0, 10662.0, 10575.0, 10557.0, 10561.0, 10601.0, 10559.0, 10548.0, 10588.0, 10591.0, 10581.0, 10554.0, 10620.0, 10606.0, 10595.0, 10552.0, 10606.0, 10606.0, 10589.0, 10516.0, 10587.0, 10610.0, 10597.0, 10569.0, 10551.0, 10547.0, 10547.0, 10563.0, 10544.0, 10545.0, 10525.0, 10566.0, 10537.0, 10550.0, 10538.0, 10570.0, 10540.0, 10521.0, 10534.0, 10590.0, 10552.0, 10552.0, 10526.0, 10597.0, 10610.0, 10612.0, 10583.0, 10642.0, 10621.0, 10582.0, 10548.0, 10617.0, 10604.0, 10590.0, 10559.0, 10639.0, 10585.0, 10575.0, 10578.0, 10619.0, 10570.0, 10527.0, 10563.0, 10579.0, 10568.0, 10547.0, 10631.0, 10605.0, 10622.0, 10656.0, 10684.0, 10618.0, 10576.0, 10491.0, 10498.0, 10591.0, 10641.0, 10608.0, 10573.0, 10581.0, 10619.0, 10601.0, 10569.0, 10541.0, 10639.0, 10701.0, 10637.0, 10576.0, 10612.0, 10598.0, 10576.0, 10553.0, 10576.0, 10549.0, 10512.0, 10501.0, 10496.0, 10543.0, 10512.0, 10504.0, 10504.0, 10563.0, 10552.0, 10558.0, 10548.0, 10598.0, 10559.0, 10544.0, 10518.0, 10549.0, 10592.0, 10578.0, 10569.0, 10549.0, 10589.0, 10618.0, 10607.0, 10593.0, 10565.0, 10649.0, 10606.0, 10609.0, 10601.0, 10675.0, 10653.0, 10617.0, 10575.0, 10627.0, 10609.0, 10592.0, 10565.0, 10638.0, 10626.0, 10572.0, 10641.0, 10625.0, 10597.0, 10566.0, 10632.0, 10604.0, 10581.0, 10579.0, 10622.0, 10610.0, 10586.0, 10587.0, 10650.0, 10619.0, 10602.0, 10614.0, 10660.0, 10615.0, 10574.0, 10625.0, 10601.0, 10582.0, 10581.0, 10639.0, 10628.0, 10612.0, 10574.0, 10612.0, 10627.0, 10599.0, 10579.0, 10627.0, 10660.0, 10629.0, 10617.0, 10684.0, 10649.0, 10612.0, 10609.0, 10639.0, 10603.0, 10569.0, 10617.0, 10635.0, 10620.0, 10597.0, 10665.0, 10656.0, 10626.0, 10601.0, 10660.0, 10633.0, 10617.0, 10625.0, 10662.0, 10637.0, 10597.0, 10680.0, 10635.0, 10625.0, 10631.0, 10668.0, 10615.0, 10575.0, 10617.0, 10643.0, 10616.0, 10580.0, 10642.0, 10632.0, 10615.0, 10591.0, 10656.0, 10627.0, 10604.0, 10589.0, 10646.0, 10630.0, 10607.0, 10661.0, 10665.0, 10635.0, 10622.0, 10634.0, 10626.0, 10597.0, 10568.0, 10638.0, 10625.0, 10616.0, 10580.0, 10648.0, 10597.0, 10651.0, 10609.0, 10652.0, 10653.0, 10640.0, 10627.0, 10618.0, 10686.0, 10642.0, 10639.0, 10614.0, 10685.0, 10658.0, 10635.0, 10598.0, 10646.0, 10614.0, 10606.0, 10589.0, 10665.0, 10634.0, 10640.0, 10612.0, 10659.0, 10651.0, 10625.0, 10595.0, 10636.0, 10647.0, 10642.0, 10599.0, 10670.0, 10660.0, 10637.0, 10600.0, 10695.0, 10628.0, 10659.0, 10657.0, 10703.0, 10656.0, 10705.0, 10647.0, 10516.0, 10722.0, 10568.0, 10677.0, 10591.0, 10560.0, 10581.0, 10604.0, 10582.0, 10553.0, 10513.0, 10523.0, 10612.0, 10615.0, 10608.0, 10567.0, 10635.0, 10627.0, 10604.0, 10609.0, 10615.0, 10574.0, 10541.0, 10509.0, 10556.0, 10526.0, 10496.0, 10533.0, 10542.0, 10533.0, 10498.0, 10582.0, 10567.0, 10533.0, 10534.0, 10571.0, 10557.0, 10543.0, 10561.0, 10609.0, 10591.0, 10551.0, 10623.0, 10624.0, 10597.0, 10556.0, 10578.0, 10584.0, 10651.0, 10629.0, 10629.0, 10640.0, 10639.0, 10640.0, 10663.0, 10623.0, 10595.0, 10647.0, 10621.0, 10582.0, 10658.0, 10636.0, 10585.0, 10650.0, 10648.0, 10605.0, 10642.0, 10672.0, 10658.0, 10654.0, 10611.0, 10623.0, 10676.0, 10643.0, 10624.0, 10673.0, 10674.0, 10650.0, 10672.0, 10696.0, 10663.0, 10606.0, 10715.0, 10675.0, 10613.0, 10665.0, 10638.0, 10600.0, 10665.0, 10649.0, 10626.0, 10621.0, 10653.0, 10620.0, 10596.0, 10669.0, 10655.0, 10646.0, 10724.0, 10712.0, 10660.0, 10623.0, 10656.0, 10634.0, 10599.0, 10597.0, 10640.0, 10613.0, 10600.0, 10670.0, 10647.0, 10637.0, 10619.0, 10666.0, 10637.0, 10617.0, 10660.0, 10679.0, 10652.0, 10619.0, 10673.0, 10676.0, 10656.0, 10608.0, 10690.0, 10671.0, 10646.0, 10621.0, 10701.0, 10656.0, 10630.0, 10613.0, 10663.0, 10653.0, 10617.0, 10685.0, 10654.0, 10632.0, 10597.0, 10668.0, 10635.0, 10605.0, 10666.0, 10668.0, 10660.0, 10611.0, 10689.0, 10651.0, 10636.0, 10622.0, 10707.0, 10674.0, 10666.0, 10672.0, 10698.0, 10653.0, 10629.0, 10678.0, 10689.0, 10668.0, 10623.0, 10710.0, 10685.0, 10671.0, 10628.0, 10729.0, 10682.0, 10691.0, 10679.0, 10699.0, 10649.0, 10624.0, 10641.0, 10674.0, 10659.0, 10616.0, 10693.0, 10658.0, 10605.0, 10681.0, 10641.0, 10610.0, 10633.0, 10650.0, 10638.0, 10599.0, 10689.0, 10661.0, 10646.0, 10651.0, 10677.0, 10646.0, 10609.0, 10664.0, 10673.0, 10660.0, 10631.0, 10718.0, 10666.0, 10700.0, 10646.0, 10669.0, 10714.0, 10688.0, 10689.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.0026347145061728396</td></tr>
<tr><td colspan=3>aqi</td><td>0.025364414274691358</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.248950198324344</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2582022013822383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0322743788339752</td></tr>
<tr><td colspan=3>efc</td><td>0.5079</td></tr>
<tr><td colspan=3>fber</td><td>5533.9673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10158080855666408</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.873456790123457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2807021823541294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1411839489501965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.561989302553779</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.138933295558412</td></tr>
<tr><td colspan=3>gcor</td><td>0.0309335</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019396204501390457</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03941241651773453</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.232394769750277</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>17.7289</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.54</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.7097</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>421.8449</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1117</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.5705</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4022.5685</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.9444</td></tr>
<tr><td colspan=3>tsnr</td><td>36.28315294161439</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>