<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>7a148d27ee29ed1253cb28507aa0b02a</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>12:41:25.482500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</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.0908381</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 466, -17, -214, -76, 124]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c9e7ca28-8815-434d-9bcc-fbebe47e9e29||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['124125.482500', '124125.942500', '124126.402500', '124126.862500', '124127.322500', '124127.782500', '124128.242500', '124128.702500', '124129.162500', '124129.622500', '124130.082500', '124130.542500', '124131.002500', '124131.462500', '124131.922500', '124132.382500', '124132.842500', '124133.302500', '124133.762500', '124134.222500', '124134.682500', '124135.142500', '124135.602500', '124136.062500', '124136.522500', '124136.982500', '124137.442500', '124137.902500', '124138.362500', '124138.822500', '124139.282500', '124139.742500', '124140.202500', '124140.662500', '124141.122500', '124141.582500', '124142.042500', '124142.502500', '124142.962500', '124143.422500', '124143.882500', '124144.342500', '124144.802500', '124145.262500', '124145.722500', '124146.182500', '124146.642500', '124147.102500', '124147.562500', '124148.022500', '124148.482500', '124148.942500', '124149.402500', '124149.862500', '124150.322500', '124150.782500', '124151.242500', '124151.702500', '124152.162500', '124152.622500', '124153.082500', '124153.542500', '124154.002500', '124154.462500', '124154.922500', '124155.382500', '124155.842500', '124156.302500', '124156.762500', '124157.222500', '124157.682500', '124158.142500', '124158.602500', '124159.062500', '124159.522500', '124159.982500', '124200.442500', '124200.902500', '124201.362500', '124201.822500', '124202.282500', '124202.742500', '124203.202500', '124203.662500', '124204.122500', '124204.582500', '124205.042500', '124205.502500', '124205.962500', '124206.422500', '124206.882500', '124207.342500', '124207.802500', '124208.262500', '124208.722500', '124209.182500', '124209.642500', '124210.102500', '124210.562500', '124211.022500', '124211.482500', '124211.942500', '124212.402500', '124212.862500', '124213.322500', '124213.782500', '124214.242500', '124214.702500', '124215.162500', '124215.622500', '124216.082500', '124216.542500', '124217.002500', '124217.462500', '124217.922500', '124218.382500', '124218.842500', '124219.302500', '124219.762500', '124220.222500', '124220.682500', '124221.142500', '124221.602500', '124222.062500', '124222.522500', '124222.982500', '124223.442500', '124223.902500', '124224.362500', '124224.822500', '124225.282500', '124225.742500', '124226.202500', '124226.662500', '124227.122500', '124227.582500', '124228.042500', '124228.502500', '124228.962500', '124229.422500', '124229.882500', '124230.342500', '124230.802500', '124231.262500', '124231.722500', '124232.182500', '124232.642500', '124233.102500', '124233.562500', '124234.022500', '124234.482500', '124234.942500', '124235.402500', '124235.862500', '124236.322500', '124236.782500', '124237.242500', '124237.702500', '124238.162500', '124238.622500', '124239.082500', '124239.542500', '124240.002500', '124240.462500', '124240.922500', '124241.382500', '124241.842500', '124242.302500', '124242.762500', '124243.222500', '124243.682500', '124244.142500', '124244.602500', '124245.062500', '124245.522500', '124245.982500', '124246.442500', '124246.902500', '124247.362500', '124247.822500', '124248.282500', '124248.742500', '124249.202500', '124249.662500', '124250.122500', '124250.582500', '124251.042500', '124251.502500', '124251.962500', '124252.422500', '124252.882500', '124253.342500', '124253.802500', '124254.262500', '124254.722500', '124255.182500', '124255.642500', '124256.102500', '124256.562500', '124257.022500', '124257.482500', '124257.942500', '124258.402500', '124258.862500', '124259.322500', '124259.782500', '124300.242500', '124300.702500', '124301.162500', '124301.622500', '124302.082500', '124302.542500', '124303.002500', '124303.462500', '124303.922500', '124304.382500', '124304.842500', '124305.302500', '124305.762500', '124306.222500', '124306.682500', '124307.142500', '124307.602500', '124308.062500', '124308.522500', '124308.982500', '124309.442500', '124309.902500', '124310.362500', '124310.822500', '124311.282500', '124311.742500', '124312.202500', '124312.662500', '124313.122500', '124313.582500', '124314.042500', '124314.502500', '124314.962500', '124315.422500', '124315.882500', '124316.342500', '124316.802500', '124317.262500', '124317.722500', '124318.182500', '124318.642500', '124319.102500', '124319.562500', '124320.022500', '124320.482500', '124320.942500', '124321.402500', '124321.862500', '124322.322500', '124322.782500', '124323.242500', '124323.702500', '124324.162500', '124324.622500', '124325.082500', '124325.542500', '124326.002500', '124326.462500', '124326.922500', '124327.382500', '124327.842500', '124328.302500', '124328.762500', '124329.222500', '124329.682500', '124330.142500', '124330.602500', '124331.062500', '124331.522500', '124331.982500', '124332.442500', '124332.902500', '124333.362500', '124333.822500', '124334.282500', '124334.742500', '124335.202500', '124335.662500', '124336.122500', '124336.582500', '124337.042500', '124337.502500', '124337.962500', '124338.422500', '124338.882500', '124339.342500', '124339.802500', '124340.262500', '124340.722500', '124341.182500', '124341.642500', '124342.102500', '124342.562500', '124343.022500', '124343.482500', '124343.942500', '124344.402500', '124344.862500', '124345.322500', '124345.782500', '124346.242500', '124346.702500', '124347.162500', '124347.622500', '124348.082500', '124348.542500', '124349.002500', '124349.462500', '124349.922500', '124350.382500', '124350.842500', '124351.302500', '124351.762500', '124352.222500', '124352.682500', '124353.142500', '124353.602500', '124354.062500', '124354.522500', '124354.982500', '124355.442500', '124355.902500', '124356.362500', '124356.822500', '124357.282500', '124357.742500', '124358.202500', '124358.662500', '124359.122500', '124359.582500', '124400.042500', '124400.502500', '124400.962500', '124401.422500', '124401.882500', '124402.342500', '124402.802500', '124403.262500', '124403.722500', '124404.182500', '124404.642500', '124405.102500', '124405.562500', '124406.022500', '124406.482500', '124406.942500', '124407.402500', '124407.862500', '124408.322500', '124408.782500', '124409.242500', '124409.702500', '124410.162500', '124410.622500', '124411.082500', '124411.542500', '124412.002500', '124412.462500', '124412.922500', '124413.382500', '124413.842500', '124414.302500', '124414.762500', '124415.222500', '124415.682500', '124416.142500', '124416.602500', '124417.062500', '124417.522500', '124417.982500', '124418.442500', '124418.902500', '124419.362500', '124419.822500', '124420.282500', '124420.742500', '124421.202500', '124421.662500', '124422.122500', '124422.582500', '124423.042500', '124423.502500', '124423.962500', '124424.422500', '124424.882500', '124425.342500', '124425.802500', '124426.262500', '124426.722500', '124427.182500', '124427.642500', '124428.102500', '124428.562500', '124429.022500', '124429.482500', '124429.942500', '124430.402500', '124430.862500', '124431.322500', '124431.782500', '124432.242500', '124432.702500', '124433.162500', '124433.622500', '124434.082500', '124434.542500', '124435.002500', '124435.462500', '124435.922500', '124436.382500', '124436.842500', '124437.302500', '124437.762500', '124438.222500', '124438.682500', '124439.142500', '124439.602500', '124440.062500', '124440.522500', '124440.982500', '124441.442500', '124441.902500', '124442.362500', '124442.822500', '124443.282500', '124443.742500', '124444.202500', '124444.662500', '124445.122500', '124445.582500', '124446.042500', '124446.502500', '124446.962500', '124447.422500', '124447.882500', '124448.342500', '124448.802500', '124449.262500', '124449.722500', '124450.182500', '124450.642500', '124451.102500', '124451.562500', '124452.022500', '124452.482500', '124452.942500', '124453.402500', '124453.862500', '124454.322500', '124454.782500', '124455.242500', '124455.702500', '124456.162500', '124456.622500', '124457.082500', '124457.542500', '124458.002500', '124458.462500', '124458.922500', '124459.382500', '124459.842500', '124500.302500', '124500.762500', '124501.222500', '124501.682500', '124502.142500', '124502.602500', '124503.062500', '124503.522500', '124503.982500', '124504.442500', '124504.902500', '124505.362500', '124505.822500', '124506.282500', '124506.742500', '124507.202500', '124507.662500', '124508.122500', '124508.582500', '124509.042500', '124509.502500', '124509.962500', '124510.422500', '124510.882500', '124511.342500', '124511.802500', '124512.262500', '124512.722500', '124513.182500', '124513.642500', '124514.102500', '124514.562500', '124515.022500', '124515.482500', '124515.942500', '124516.402500', '124516.862500', '124517.322500', '124517.782500', '124518.242500', '124518.702500', '124519.162500', '124519.622500', '124520.082500', '124520.542500', '124521.002500', '124521.462500', '124521.922500', '124522.382500', '124522.842500', '124523.302500', '124523.762500', '124524.222500', '124524.682500', '124525.142500', '124525.602500', '124526.062500', '124526.522500', '124526.982500', '124527.442500', '124527.902500', '124528.362500', '124528.822500', '124529.282500', '124529.742500', '124530.202500', '124530.662500', '124531.122500', '124531.582500', '124532.042500', '124532.502500', '124532.962500', '124533.422500', '124533.882500', '124534.342500', '124534.802500', '124535.262500', '124535.722500', '124536.182500', '124536.642500', '124537.102500', '124537.562500', '124538.022500', '124538.482500', '124538.942500', '124539.402500', '124539.862500', '124540.322500', '124540.782500', '124541.242500', '124541.702500', '124542.162500', '124542.622500', '124543.082500', '124543.542500', '124544.002500', '124544.462500', '124544.922500', '124545.382500', '124545.842500', '124546.302500', '124546.762500', '124547.222500', '124547.682500', '124548.142500', '124548.602500', '124549.062500', '124549.522500', '124549.982500', '124550.442500', '124550.902500', '124551.362500', '124551.822500', '124552.282500', '124552.742500', '124553.202500', '124553.662500', '124554.122500', '124554.582500', '124555.042500', '124555.502500', '124555.962500', '124556.422500', '124556.882500', '124557.342500', '124557.802500', '124558.262500', '124558.722500', '124559.182500', '124559.642500', '124600.102500', '124600.562500', '124601.022500', '124601.482500', '124601.942500', '124602.402500', '124602.862500', '124603.322500', '124603.782500', '124604.242500', '124604.702500', '124605.162500', '124605.622500', '124606.082500', '124606.542500', '124607.002500', '124607.462500', '124607.922500', '124608.382500', '124608.842500', '124609.302500', '124609.762500', '124610.222500', '124610.682500', '124611.142500', '124611.602500', '124612.062500', '124612.522500', '124612.982500', '124613.442500', '124613.902500', '124614.362500', '124614.822500', '124615.282500', '124615.742500', '124616.202500', '124616.662500', '124617.122500', '124617.582500', '124618.042500', '124618.502500', '124618.962500', '124619.422500', '124619.882500', '124620.342500', '124620.802500', '124621.262500', '124621.722500', '124622.182500', '124622.642500', '124623.102500', '124623.562500', '124624.022500', '124624.482500', '124624.942500', '124625.402500', '124625.862500', '124626.322500', '124626.782500', '124627.242500', '124627.702500', '124628.162500', '124628.622500', '124629.082500', '124629.542500', '124630.002500', '124630.462500', '124630.922500', '124631.382500', '124631.842500', '124632.302500', '124632.762500', '124633.222500', '124633.682500', '124634.142500', '124634.602500', '124635.062500', '124635.522500', '124635.982500', '124636.442500', '124636.902500', '124637.362500', '124637.822500', '124638.282500', '124638.742500', '124639.202500', '124639.662500', '124640.122500', '124640.582500', '124641.042500', '124641.502500', '124641.962500', '124642.422500', '124642.882500', '124643.342500', '124643.802500', '124644.262500', '124644.722500', '124645.182500', '124645.642500', '124646.102500', '124646.562500', '124647.022500', '124647.482500', '124647.942500', '124648.402500', '124648.862500', '124649.322500', '124649.782500', '124650.242500', '124650.702500', '124651.162500', '124651.622500', '124652.082500', '124652.542500', '124653.002500', '124653.462500', '124653.922500', '124654.382500', '124654.842500', '124655.302500', '124655.762500', '124656.222500', '124656.682500', '124657.142500', '124657.602500', '124658.062500', '124658.522500', '124658.982500', '124659.442500', '124659.902500', '124700.362500', '124700.822500', '124701.282500', '124701.742500', '124702.202500', '124702.662500', '124703.122500', '124703.582500', '124704.042500', '124704.502500', '124704.962500', '124705.422500', '124705.882500', '124706.342500', '124706.802500', '124707.262500', '124707.722500', '124708.182500', '124708.642500', '124709.102500', '124709.562500', '124710.022500', '124710.482500', '124710.942500', '124711.402500', '124711.862500', '124712.322500', '124712.782500', '124713.242500', '124713.702500', '124714.162500', '124714.622500', '124715.082500', '124715.542500', '124716.002500', '124716.462500', '124716.922500', '124717.382500', '124717.842500', '124718.302500', '124718.762500', '124719.222500', '124719.682500', '124720.142500', '124720.602500', '124721.062500', '124721.522500', '124721.982500', '124722.442500', '124722.902500', '124723.362500', '124723.822500', '124724.282500', '124724.742500', '124725.202500', '124725.662500', '124726.122500', '124726.582500', '124727.042500', '124727.502500', '124727.962500', '124728.422500', '124728.882500', '124729.342500', '124729.802500', '124730.262500', '124730.722500', '124731.182500', '124731.642500', '124732.102500', '124732.562500', '124733.022500', '124733.482500', '124733.942500', '124734.402500', '124734.862500', '124735.322500', '124735.782500', '124736.242500', '124736.702500', '124737.162500', '124737.622500', '124738.082500', '124738.542500', '124739.002500', '124739.462500', '124739.922500', '124740.382500', '124740.842500', '124741.302500', '124741.762500', '124742.222500', '124742.682500', '124743.142500', '124743.602500', '124744.062500', '124744.522500', '124744.982500', '124745.442500', '124745.902500', '124746.362500', '124746.822500', '124747.282500', '124747.742500', '124748.202500', '124748.662500', '124749.122500', '124749.582500', '124750.042500', '124750.502500', '124750.962500', '124751.422500', '124751.882500', '124752.342500', '124752.802500', '124753.262500', '124753.722500', '124754.182500', '124754.642500', '124755.102500', '124755.562500', '124756.022500', '124756.482500', '124756.942500', '124757.402500', '124757.862500', '124758.322500', '124758.782500', '124759.242500', '124759.702500', '124800.162500', '124800.622500', '124801.082500', '124801.542500', '124802.002500', '124802.462500', '124802.922500', '124803.382500', '124803.842500', '124804.302500', '124804.762500', '124805.222500', '124805.682500', '124806.142500', '124806.602500', '124807.062500', '124807.522500', '124807.982500', '124808.442500', '124808.902500', '124809.362500', '124809.822500', '124810.282500', '124810.742500', '124811.202500', '124811.662500', '124812.122500', '124812.582500', '124813.042500', '124813.502500', '124813.962500', '124814.422500', '124814.882500', '124815.342500', '124815.802500', '124816.262500', '124816.722500', '124817.182500', '124817.642500', '124818.102500', '124818.562500', '124819.022500', '124819.482500', '124819.942500', '124820.402500', '124820.862500', '124821.322500', '124821.782500', '124822.242500', '124822.702500', '124823.162500', '124823.622500', '124824.082500', '124824.542500', '124825.002500', '124825.462500', '124825.922500', '124826.382500', '124826.842500', '124827.302500', '124827.762500', '124828.222500', '124828.682500', '124829.142500', '124829.602500', '124830.062500', '124830.522500', '124830.982500', '124831.442500', '124831.902500', '124832.362500', '124832.822500', '124833.282500', '124833.742500', '124834.202500', '124834.662500', '124835.122500', '124835.582500', '124836.042500', '124836.502500', '124836.962500', '124837.422500', '124837.882500', '124838.342500', '124838.802500', '124839.262500', '124839.722500', '124840.182500', '124840.642500', '124841.102500', '124841.562500', '124842.022500', '124842.482500', '124842.942500', '124843.402500', '124843.862500', '124844.322500', '124844.782500', '124845.242500', '124845.702500', '124846.162500', '124846.622500', '124847.082500', '124847.542500', '124848.002500', '124848.462500', '124848.922500', '124849.382500', '124849.842500', '124850.302500', '124850.762500', '124851.222500', '124851.682500', '124852.142500', '124852.602500', '124853.062500', '124853.522500', '124853.982500', '124854.442500', '124854.902500', '124855.362500', '124855.822500', '124856.282500', '124856.742500', '124857.202500', '124857.662500', '124858.122500', '124858.582500', '124859.042500', '124859.502500', '124859.962500', '124900.422500', '124900.882500', '124901.342500', '124901.802500', '124902.262500', '124902.722500', '124903.182500', '124903.642500', '124904.102500', '124904.562500', '124905.022500', '124905.482500', '124905.942500', '124906.402500', '124906.862500', '124907.322500', '124907.782500', '124908.242500', '124908.702500', '124909.162500', '124909.622500', '124910.082500', '124910.542500', '124911.002500', '124911.462500', '124911.922500', '124912.382500', '124912.842500', '124913.302500', '124913.762500', '124914.222500', '124914.682500', '124915.142500', '124915.602500', '124916.062500', '124916.522500', '124916.982500', '124917.442500', '124917.902500', '124918.362500', '124918.822500', '124919.282500', '124919.742500', '124920.202500', '124920.662500', '124921.122500', '124921.582500', '124922.042500', '124922.502500', '124922.962500', '124923.422500', '124923.882500', '124924.342500', '124924.802500', '124925.262500', '124925.722500', '124926.182500', '124926.642500', '124927.102500', '124927.562500', '124928.022500', '124928.482500', '124928.942500', '124929.402500', '124929.862500', '124930.322500', '124930.782500', '124931.242500', '124931.702500', '124932.162500', '124932.622500', '124933.082500', '124933.542500', '124934.002500', '124934.462500', '124934.922500', '124935.382500', '124935.842500', '124936.302500', '124936.762500', '124937.222500', '124937.682500', '124938.142500', '124938.602500', '124939.062500', '124939.522500', '124939.982500', '124940.442500', '124940.902500', '124941.362500', '124941.822500', '124942.282500', '124942.742500', '124943.202500', '124943.662500', '124944.122500', '124944.582500', '124945.042500', '124945.502500', '124945.962500', '124946.422500', '124946.882500', '124947.342500', '124947.802500', '124948.262500', '124948.722500', '124949.182500', '124949.642500', '124950.102500', '124950.562500', '124951.022500', '124951.482500', '124951.942500', '124952.402500', '124952.862500', '124953.322500', '124953.782500', '124954.242500', '124954.702500', '124955.162500', '124955.622500', '124956.082500', '124956.542500', '124957.002500', '124957.462500', '124957.922500', '124958.382500', '124958.842500', '124959.302500', '124959.762500', '125000.222500', '125000.682500', '125001.142500', '125001.602500', '125002.062500', '125002.522500', '125002.982500', '125003.442500', '125003.902500', '125004.362500', '125004.822500', '125005.282500', '125005.742500', '125006.202500', '125006.662500', '125007.122500', '125007.582500', '125008.042500', '125008.502500', '125008.962500', '125009.422500', '125009.882500', '125010.342500', '125010.802500', '125011.262500', '125011.722500', '125012.182500', '125012.642500', '125013.102500', '125013.562500', '125014.022500', '125014.482500', '125014.942500', '125015.402500', '125015.862500', '125016.322500', '125016.782500', '125017.242500', '125017.702500', '125018.162500', '125018.622500', '125019.082500', '125019.542500', '125020.002500', '125020.462500', '125020.922500', '125021.382500', '125021.842500', '125022.302500', '125022.762500', '125023.222500', '125023.682500', '125024.142500', '125024.602500', '125025.062500', '125025.522500', '125025.982500', '125026.442500', '125026.902500', '125027.362500', '125027.822500', '125028.282500', '125028.742500', '125029.202500', '125029.662500', '125030.122500', '125030.582500', '125031.042500', '125031.502500', '125031.962500', '125032.422500', '125032.882500', '125033.342500', '125033.802500', '125034.262500', '125034.722500', '125035.182500', '125035.642500', '125036.102500', '125036.562500', '125037.022500', '125037.482500', '125037.942500', '125038.402500', '125038.862500', '125039.322500', '125039.782500', '125040.242500', '125040.702500', '125041.162500', '125041.622500', '125042.082500', '125042.542500', '125043.002500', '125043.462500', '125043.922500', '125044.382500', '125044.842500', '125045.302500', '125045.762500', '125046.222500', '125046.682500', '125047.142500', '125047.602500', '125048.062500', '125048.522500', '125048.982500', '125049.442500', '125049.902500', '125050.362500', '125050.822500', '125051.282500', '125051.742500', '125052.202500', '125052.662500', '125053.122500', '125053.582500', '125054.042500', '125054.502500', '125054.962500', '125055.422500', '125055.882500', '125056.342500', '125056.802500', '125057.262500', '125057.722500', '125058.182500', '125058.642500', '125059.102500', '125059.562500', '125100.022500', '125100.482500', '125100.942500', '125101.402500', '125101.862500', '125102.322500', '125102.782500', '125103.242500', '125103.702500', '125104.162500', '125104.622500', '125105.082500', '125105.542500', '125106.002500', '125106.462500', '125106.922500', '125107.382500', '125107.842500', '125108.302500', '125108.762500', '125109.222500', '125109.682500', '125110.142500', '125110.602500', '125111.062500', '125111.522500', '125111.982500', '125112.442500', '125112.902500', '125113.362500', '125113.822500', '125114.282500', '125114.742500', '125115.202500', '125115.662500', '125116.122500', '125116.582500', '125117.042500', '125117.502500', '125117.962500', '125118.422500', '125118.882500', '125119.342500', '125119.802500', '125120.262500', '125120.722500', '125121.182500', '125121.642500', '125122.102500'], 'ContentTime': ['124142.539000', '124142.542000', '124142.545000', '124142.548000', '124142.551000', '124142.554000', '124142.557000', '124142.560000', '124142.563000', '124142.575000', '124142.578000', '124142.581000', '124142.584000', '124142.603000', '124142.606000', '124142.618000', '124142.628000', '124142.631000', '124142.634000', '124142.637000', '124142.639000', '124142.642000', '124142.645000', '124142.648000', '124142.651000', '124142.654000', '124142.657000', '124142.660000', '124142.663000', '124142.666000', '124142.668000', '124142.671000', '124142.674000', '124142.677000', '124202.508000', '124202.511000', '124202.513000', '124202.516000', '124202.519000', '124202.522000', '124202.525000', '124202.533000', '124202.536000', '124202.539000', '124202.542000', '124202.545000', '124202.547000', '124202.550000', '124202.553000', '124202.556000', '124202.558000', '124202.561000', '124202.564000', '124202.567000', '124202.570000', '124202.573000', '124202.575000', '124202.578000', '124202.581000', '124202.584000', '124202.586000', '124202.589000', '124202.592000', '124202.595000', '124202.597000', '124202.600000', '124202.603000', '124202.606000', '124202.609000', '124202.611000', '124202.614000', '124202.617000', '124202.620000', '124202.623000', '124202.625000', '124202.628000', '124202.631000', '124202.634000', '124222.508000', '124222.511000', '124222.514000', '124222.516000', '124222.519000', '124222.522000', '124222.525000', '124222.527000', '124222.530000', '124222.533000', '124222.542000', '124222.555000', '124222.558000', '124222.561000', '124222.564000', '124222.566000', '124222.569000', '124222.572000', '124222.575000', '124222.578000', '124222.580000', '124222.583000', '124222.586000', '124222.589000', '124222.592000', '124222.594000', '124222.597000', '124222.600000', '124222.603000', '124222.606000', '124222.608000', '124222.611000', '124222.620000', '124222.623000', '124222.626000', '124222.629000', '124222.632000', '124222.634000', '124222.637000', '124222.640000', '124222.643000', '124222.645000', '124222.648000', '124242.508000', '124242.511000', '124242.514000', '124242.516000', '124242.519000', '124242.522000', '124242.525000', '124242.528000', '124242.530000', '124242.533000', '124242.536000', '124242.539000', '124242.541000', '124242.544000', '124242.547000', '124242.550000', '124242.552000', '124242.555000', '124242.558000', '124242.561000', '124242.564000', '124242.566000', '124242.569000', '124242.572000', '124242.575000', '124242.578000', '124242.580000', '124242.588000', '124242.591000', '124242.594000', '124242.596000', '124242.599000', '124242.602000', '124242.605000', '124242.608000', '124242.611000', '124242.613000', '124242.616000', '124242.619000', '124242.622000', '124242.624000', '124242.627000', '124242.630000', '124242.633000', '124302.508000', '124302.511000', '124302.514000', '124302.517000', '124302.520000', '124302.522000', '124302.525000', '124302.536000', '124302.539000', '124302.542000', '124302.545000', '124302.547000', '124302.550000', '124302.553000', '124302.556000', '124302.558000', '124302.561000', '124302.564000', '124302.567000', '124302.570000', '124302.572000', '124302.575000', '124302.578000', '124302.581000', '124302.584000', '124302.586000', '124302.589000', '124302.592000', '124302.595000', '124302.598000', '124302.600000', '124302.603000', '124302.606000', '124302.609000', '124302.612000', '124302.614000', '124302.617000', '124302.620000', '124302.623000', '124302.626000', '124302.628000', '124302.631000', '124302.634000', '124322.508000', '124322.511000', '124322.514000', '124322.517000', '124322.519000', '124322.522000', '124322.525000', '124322.528000', '124322.530000', '124322.533000', '124322.536000', '124322.542000', '124322.545000', '124322.548000', '124322.550000', '124322.553000', '124322.556000', '124322.559000', '124322.576000', '124322.579000', '124322.581000', '124322.584000', '124322.587000', '124322.590000', '124322.592000', '124322.595000', '124322.598000', '124322.601000', '124322.604000', '124322.606000', '124322.609000', '124322.612000', '124322.615000', '124322.618000', '124322.621000', '124322.623000', '124322.626000', '124322.629000', '124322.632000', '124322.634000', '124322.637000', '124322.640000', '124322.643000', '124322.646000', '124342.507000', '124342.510000', '124342.513000', '124342.515000', '124342.518000', '124342.521000', '124342.524000', '124342.527000', '124342.529000', '124342.532000', '124342.535000', '124342.538000', '124342.540000', '124342.543000', '124342.546000', '124342.552000', '124342.555000', '124342.558000', '124342.560000', '124342.563000', '124342.566000', '124342.569000', '124342.572000', '124342.574000', '124342.577000', '124342.580000', '124342.583000', '124342.586000', '124342.588000', '124342.591000', '124342.594000', '124342.597000', '124342.600000', '124342.602000', '124342.605000', '124342.608000', '124342.611000', '124342.614000', '124342.616000', '124342.619000', '124342.622000', '124342.625000', '124342.628000', '124402.507000', '124402.510000', '124402.513000', '124402.515000', '124402.518000', '124402.521000', '124402.524000', '124402.527000', '124402.529000', '124402.532000', '124402.535000', '124402.538000', '124402.540000', '124402.543000', '124402.546000', '124402.549000', '124402.552000', '124402.555000', '124402.557000', '124402.560000', '124402.563000', '124402.566000', '124402.569000', '124402.572000', '124402.582000', '124402.585000', '124402.588000', '124402.590000', '124402.593000', '124402.596000', '124402.599000', '124402.602000', '124402.605000', '124402.608000', '124402.610000', '124402.613000', '124402.616000', '124402.619000', '124402.622000', '124402.624000', '124402.627000', '124402.630000', '124402.633000', '124402.636000', '124422.508000', '124422.511000', '124422.514000', '124422.517000', '124422.519000', '124422.522000', '124422.525000', '124422.528000', '124422.531000', '124422.533000', '124422.536000', '124422.539000', '124422.542000', '124422.545000', '124422.548000', '124422.550000', '124422.554000', '124422.557000', '124422.560000', '124422.563000', '124422.566000', '124422.568000', '124422.571000', '124422.574000', '124422.577000', '124422.580000', '124422.583000', '124422.586000', '124422.588000', '124422.591000', '124422.594000', '124422.597000', '124422.600000', '124422.602000', '124422.605000', '124422.608000', '124422.611000', '124422.614000', '124422.617000', '124422.619000', '124422.622000', '124422.625000', '124422.628000', '124442.508000', '124442.511000', '124442.514000', '124442.516000', '124442.519000', '124442.522000', '124442.525000', '124442.528000', '124442.530000', '124442.539000', '124442.542000', '124442.544000', '124442.547000', '124442.550000', '124442.553000', '124442.556000', '124442.558000', '124442.561000', '124442.564000', '124442.567000', '124442.570000', '124442.572000', '124442.575000', '124442.578000', '124442.581000', '124442.584000', '124442.586000', '124442.589000', '124442.592000', '124442.595000', '124442.598000', '124442.601000', '124442.603000', '124442.606000', '124442.609000', '124442.612000', '124442.615000', '124442.617000', '124442.620000', '124442.623000', '124442.626000', '124442.629000', '124442.631000', '124442.634000', '124502.508000', '124502.511000', '124502.514000', '124502.516000', '124502.519000', '124502.522000', '124502.525000', '124502.528000', '124502.530000', '124502.538000', '124502.540000', '124502.543000', '124502.546000', '124502.549000', '124502.552000', '124502.555000', '124502.558000', '124502.560000', '124502.563000', '124502.566000', '124502.569000', '124502.572000', '124502.575000', '124502.577000', '124502.580000', '124502.583000', '124502.586000', '124502.589000', '124502.592000', '124502.595000', '124502.597000', '124502.600000', '124502.603000', '124502.606000', '124502.609000', '124502.612000', '124502.614000', '124502.617000', '124502.620000', '124502.623000', '124502.626000', '124502.628000', '124502.631000', '124522.508000', '124522.511000', '124522.514000', '124522.516000', '124522.519000', '124522.522000', '124522.525000', '124522.528000', '124522.530000', '124522.533000', '124522.536000', '124522.539000', '124522.542000', '124522.544000', '124522.547000', '124522.556000', '124522.558000', '124522.561000', '124522.564000', '124522.567000', '124522.570000', '124522.573000', '124522.575000', '124522.578000', '124522.581000', '124522.584000', '124522.587000', '124522.590000', '124522.592000', '124522.595000', '124522.598000', '124522.601000', '124522.604000', '124522.607000', '124522.609000', '124522.612000', '124522.615000', '124522.618000', '124522.620000', '124522.623000', '124522.626000', '124522.629000', '124522.632000', '124522.635000', '124542.508000', '124542.511000', '124542.514000', '124542.516000', '124542.519000', '124542.522000', '124542.525000', '124542.528000', '124542.530000', '124542.533000', '124542.537000', '124542.540000', '124542.543000', '124542.546000', '124542.548000', '124542.551000', '124542.554000', '124542.557000', '124542.560000', '124542.562000', '124542.565000', '124542.568000', '124542.571000', '124542.574000', '124542.576000', '124542.579000', '124542.582000', '124542.585000', '124542.588000', '124542.591000', '124542.594000', '124542.597000', '124542.599000', '124542.602000', '124542.605000', '124542.608000', '124542.611000', '124542.616000', '124542.620000', '124542.623000', '124542.626000', '124542.628000', '124542.631000', '124602.507000', '124602.510000', '124602.513000', '124602.516000', '124602.518000', '124602.521000', '124602.524000', '124602.527000', '124602.529000', '124602.532000', '124602.535000', '124602.538000', '124602.541000', '124602.543000', '124602.546000', '124602.549000', '124602.552000', '124602.555000', '124602.557000', '124602.560000', '124602.563000', '124602.566000', '124602.569000', '124602.572000', '124602.574000', '124602.577000', '124602.580000', '124602.583000', '124602.586000', '124602.588000', '124602.591000', '124602.594000', '124602.597000', '124602.600000', '124602.602000', '124602.605000', '124602.608000', '124602.611000', '124602.614000', '124602.617000', '124602.619000', '124602.622000', '124602.625000', '124602.628000', '124622.507000', '124622.510000', '124622.513000', '124622.516000', '124622.518000', '124622.521000', '124622.524000', '124622.527000', '124622.529000', '124622.532000', '124622.535000', '124622.538000', '124622.541000', '124622.544000', '124622.546000', '124622.549000', '124622.552000', '124622.555000', '124622.558000', '124622.560000', '124622.563000', '124622.566000', '124622.569000', '124622.589000', '124622.592000', '124622.596000', '124622.599000', '124622.602000', '124622.604000', '124622.607000', '124622.610000', '124622.615000', '124622.619000', '124622.622000', '124622.625000', '124622.627000', '124622.630000', '124622.633000', '124622.636000', '124622.639000', '124622.642000', '124622.644000', '124622.652000', '124642.508000', '124642.511000', '124642.514000', '124642.517000', '124642.520000', '124642.522000', '124642.525000', '124642.528000', '124642.531000', '124642.534000', '124642.536000', '124642.539000', '124642.542000', '124642.545000', '124642.548000', '124642.550000', '124642.553000', '124642.556000', '124642.559000', '124642.562000', '124642.564000', '124642.567000', '124642.570000', '124642.573000', '124642.576000', '124642.579000', '124642.582000', '124642.584000', '124642.587000', '124642.590000', '124642.593000', '124642.596000', '124642.599000', '124642.601000', '124642.604000', '124642.607000', '124642.610000', '124642.613000', '124642.615000', '124642.618000', '124642.621000', '124642.624000', '124642.627000', '124642.629000', '124702.508000', '124702.511000', '124702.514000', '124702.517000', '124702.519000', '124702.522000', '124702.525000', '124702.528000', '124702.531000', '124702.534000', '124702.536000', '124702.539000', '124702.542000', '124702.545000', '124702.548000', '124702.550000', '124702.553000', '124702.556000', '124702.559000', '124702.562000', '124702.565000', '124702.567000', '124702.570000', '124702.574000', '124702.577000', '124702.580000', '124702.583000', '124702.586000', '124702.589000', '124702.592000', '124702.595000', '124702.597000', '124702.600000', '124702.603000', '124702.606000', '124702.609000', '124702.612000', '124702.614000', '124702.617000', '124702.620000', '124702.623000', '124702.626000', '124702.629000', '124722.508000', '124722.511000', '124722.514000', '124722.516000', '124722.519000', '124722.522000', '124722.525000', '124722.528000', '124722.530000', '124722.533000', '124722.536000', '124722.539000', '124722.542000', '124722.545000', '124722.548000', '124722.551000', '124722.553000', '124722.556000', '124722.559000', '124722.562000', '124722.565000', '124722.567000', '124722.570000', '124722.573000', '124722.576000', '124722.579000', '124722.582000', '124722.584000', '124722.587000', '124722.590000', '124722.593000', '124722.596000', '124722.599000', '124722.601000', '124722.604000', '124722.607000', '124722.610000', '124722.613000', '124722.616000', '124722.618000', '124722.621000', '124722.624000', '124722.627000', '124722.631000', '124742.508000', '124742.511000', '124742.514000', '124742.516000', '124742.519000', '124742.522000', '124742.525000', '124742.528000', '124742.530000', '124742.533000', '124742.536000', '124742.539000', '124742.542000', '124742.544000', '124742.547000', '124742.550000', '124742.553000', '124742.555000', '124742.558000', '124742.561000', '124742.564000', '124742.567000', '124742.570000', '124742.572000', '124742.575000', '124742.578000', '124742.581000', '124742.594000', '124742.597000', '124742.600000', '124742.602000', '124742.605000', '124742.608000', '124742.611000', '124742.614000', '124742.617000', '124742.619000', '124742.622000', '124742.625000', '124742.628000', '124742.631000', '124742.633000', '124742.636000', '124802.508000', '124802.511000', '124802.514000', '124802.516000', '124802.519000', '124802.522000', '124802.525000', '124802.528000', '124802.531000', '124802.533000', '124802.536000', '124802.539000', '124802.547000', '124802.550000', '124802.553000', '124802.556000', '124802.559000', '124802.561000', '124802.564000', '124802.567000', '124802.570000', '124802.573000', '124802.576000', '124802.578000', '124802.581000', '124802.584000', '124802.587000', '124802.590000', '124802.592000', '124802.595000', '124802.598000', '124802.601000', '124802.604000', '124802.607000', '124802.609000', '124802.612000', '124802.615000', '124802.618000', '124802.621000', '124802.624000', '124802.626000', '124802.629000', '124802.632000', '124802.635000', '124822.507000', '124822.510000', '124822.513000', '124822.516000', '124822.519000', '124822.521000', '124822.524000', '124822.527000', '124822.530000', '124822.533000', '124822.536000', '124822.538000', '124822.541000', '124822.544000', '124822.547000', '124822.550000', '124822.552000', '124822.555000', '124822.558000', '124822.561000', '124822.564000', '124822.566000', '124822.569000', '124822.572000', '124822.575000', '124822.578000', '124822.581000', '124822.583000', '124822.586000', '124822.589000', '124822.592000', '124822.595000', '124822.598000', '124822.600000', '124822.603000', '124822.606000', '124822.609000', '124822.613000', '124822.616000', '124822.619000', '124822.622000', '124822.625000', '124822.627000', '124842.508000', '124842.511000', '124842.514000', '124842.517000', '124842.519000', '124842.522000', '124842.525000', '124842.528000', '124842.531000', '124842.534000', '124842.536000', '124842.539000', '124842.542000', '124842.545000', '124842.547000', '124842.550000', '124842.560000', '124842.563000', '124842.566000', '124842.569000', '124842.572000', '124842.574000', '124842.577000', '124842.580000', '124842.583000', '124842.586000', '124842.589000', '124842.591000', '124842.594000', '124842.597000', '124842.600000', '124842.603000', '124842.606000', '124842.608000', '124842.611000', '124842.614000', '124842.617000', '124842.620000', '124842.622000', '124842.625000', '124842.628000', '124842.633000', '124842.636000', '124842.639000', '124902.508000', '124902.511000', '124902.514000', '124902.517000', '124902.519000', '124902.522000', '124902.525000', '124902.528000', '124902.531000', '124902.533000', '124902.536000', '124902.539000', '124902.542000', '124902.545000', '124902.548000', '124902.550000', '124902.553000', '124902.556000', '124902.559000', '124902.562000', '124902.565000', '124902.567000', '124902.570000', '124902.573000', '124902.576000', '124902.579000', '124902.582000', '124902.585000', '124902.587000', '124902.590000', '124902.593000', '124902.596000', '124902.599000', '124902.602000', '124902.605000', '124902.607000', '124902.610000', '124902.613000', '124902.616000', '124902.619000', '124902.621000', '124902.624000', '124902.627000', '124922.508000', '124922.511000', '124922.514000', '124922.517000', '124922.519000', '124922.522000', '124922.525000', '124922.528000', '124922.531000', '124922.533000', '124922.536000', '124922.539000', '124922.542000', '124922.545000', '124922.548000', '124922.550000', '124922.553000', '124922.556000', '124922.559000', '124922.562000', '124922.565000', '124922.567000', '124922.570000', '124922.573000', '124922.576000', '124922.579000', '124922.582000', '124922.584000', '124922.587000', '124922.590000', '124922.593000', '124922.596000', '124922.599000', '124922.601000', '124922.604000', '124922.618000', '124922.621000', '124922.623000', '124922.626000', '124922.629000', '124922.632000', '124922.635000', '124922.637000', '124922.640000', '124942.508000', '124942.511000', '124942.514000', '124942.517000', '124942.520000', '124942.523000', '124942.526000', '124942.528000', '124942.531000', '124942.534000', '124942.537000', '124942.540000', '124942.542000', '124942.545000', '124942.548000', '124942.560000', '124942.563000', '124942.565000', '124942.568000', '124942.571000', '124942.574000', '124942.577000', '124942.588000', '124942.591000', '124942.594000', '124942.596000', '124942.599000', '124942.602000', '124942.605000', '124942.608000', '124942.611000', '124942.614000', '124942.616000', '124942.619000', '124942.622000', '124942.625000', '124942.627000', '124942.630000', '124942.633000', '124942.636000', '124942.639000', '124942.641000', '124942.644000', '125002.508000', '125002.511000', '125002.514000', '125002.517000', '125002.519000', '125002.522000', '125002.525000', '125002.528000', '125002.530000', '125002.540000', '125002.543000', '125002.546000', '125002.549000', '125002.551000', '125002.554000', '125002.557000', '125002.560000', '125002.563000', '125002.565000', '125002.568000', '125002.571000', '125002.574000', '125002.577000', '125002.579000', '125002.582000', '125002.585000', '125002.588000', '125002.591000', '125002.593000', '125002.596000', '125002.599000', '125002.602000', '125002.605000', '125002.607000', '125002.610000', '125002.613000', '125002.616000', '125002.619000', '125002.621000', '125002.624000', '125002.627000', '125002.630000', '125002.633000', '125022.508000', '125022.511000', '125022.514000', '125022.517000', '125022.519000', '125022.522000', '125022.525000', '125022.528000', '125022.531000', '125022.533000', '125022.536000', '125022.539000', '125022.542000', '125022.544000', '125022.547000', '125022.550000', '125022.553000', '125022.556000', '125022.559000', '125022.561000', '125022.564000', '125022.567000', '125022.570000', '125022.573000', '125022.576000', '125022.579000', '125022.581000', '125022.584000', '125022.587000', '125022.590000', '125022.593000', '125022.596000', '125022.598000', '125022.601000', '125022.604000', '125022.607000', '125022.610000', '125022.613000', '125022.616000', '125022.618000', '125022.621000', '125022.624000', '125022.643000', '125022.646000', '125042.507000', '125042.510000', '125042.513000', '125042.516000', '125042.519000', '125042.522000', '125042.525000', '125042.528000', '125042.530000', '125042.533000', '125042.536000', '125042.539000', '125042.542000', '125042.545000', '125042.548000', '125042.550000', '125042.553000', '125042.556000', '125042.559000', '125042.562000', '125042.565000', '125042.567000', '125042.570000', '125042.573000', '125042.576000', '125042.579000', '125042.581000', '125042.584000', '125042.587000', '125042.590000', '125042.593000', '125042.596000', '125042.598000', '125042.601000', '125042.604000', '125042.607000', '125042.610000', '125042.612000', '125042.615000', '125042.618000', '125042.621000', '125042.624000', '125042.627000', '125102.508000', '125102.511000', '125102.514000', '125102.517000', '125102.520000', '125102.522000', '125102.525000', '125102.528000', '125102.531000', '125102.534000', '125102.536000', '125102.539000', '125102.542000', '125102.545000', '125102.548000', '125102.551000', '125102.554000', '125102.556000', '125102.559000', '125102.562000', '125102.565000', '125102.568000', '125102.571000', '125102.573000', '125102.576000', '125102.579000', '125102.582000', '125102.585000', '125102.588000', '125102.591000', '125102.593000', '125102.596000', '125102.599000', '125102.602000', '125102.605000', '125102.607000', '125102.610000', '125102.613000', '125102.616000', '125102.619000', '125102.622000', '125102.624000', '125102.627000', '125102.630000', '125122.508000', '125122.511000', '125122.514000', '125122.517000', '125122.519000', '125122.522000', '125122.525000', '125122.528000', '125122.531000', '125122.535000', '125122.540000', '125122.543000', '125122.546000', '125122.548000', '125122.551000', '125122.554000', '125122.557000', '125122.560000', '125122.562000', '125122.565000', '125122.568000', '125122.571000', '125122.574000', '125122.576000', '125122.579000', '125122.582000', '125122.585000', '125122.588000', '125122.591000', '125122.593000', '125122.596000', '125122.599000', '125122.602000', '125122.605000', '125122.608000', '125122.610000', '125122.613000', '125122.616000', '125122.619000', '125122.622000', '125122.625000', '125122.627000', '125122.630000', '125123.531000', '125123.534000', '125123.538000'], 'InstanceCreationTime': ['124142.539000', '124142.542000', '124142.545000', '124142.548000', '124142.551000', '124142.554000', '124142.557000', '124142.560000', '124142.563000', '124142.575000', '124142.578000', '124142.581000', '124142.584000', '124142.603000', '124142.606000', '124142.618000', '124142.628000', '124142.631000', '124142.634000', '124142.637000', '124142.639000', '124142.642000', '124142.645000', '124142.648000', '124142.651000', '124142.654000', '124142.657000', '124142.660000', '124142.663000', '124142.666000', '124142.668000', '124142.671000', '124142.674000', '124142.677000', '124202.508000', '124202.511000', '124202.513000', '124202.516000', '124202.519000', '124202.522000', '124202.525000', '124202.533000', '124202.536000', '124202.539000', '124202.542000', '124202.545000', '124202.547000', '124202.550000', '124202.553000', '124202.556000', '124202.558000', '124202.561000', '124202.564000', '124202.567000', '124202.570000', '124202.573000', '124202.575000', '124202.578000', '124202.581000', '124202.584000', '124202.586000', '124202.589000', '124202.592000', '124202.595000', '124202.597000', '124202.600000', '124202.603000', '124202.606000', '124202.609000', '124202.611000', '124202.614000', '124202.617000', '124202.620000', '124202.623000', '124202.625000', '124202.628000', '124202.631000', '124202.634000', '124222.508000', '124222.511000', '124222.514000', '124222.516000', '124222.519000', '124222.522000', '124222.525000', '124222.527000', '124222.530000', '124222.533000', '124222.542000', '124222.555000', '124222.558000', '124222.561000', '124222.564000', '124222.566000', '124222.569000', '124222.572000', '124222.575000', '124222.578000', '124222.580000', '124222.583000', '124222.586000', '124222.589000', '124222.592000', '124222.594000', '124222.597000', '124222.600000', '124222.603000', '124222.606000', '124222.608000', '124222.611000', '124222.620000', '124222.623000', '124222.626000', '124222.629000', '124222.632000', '124222.634000', '124222.637000', '124222.640000', '124222.643000', '124222.645000', '124222.648000', '124242.508000', '124242.511000', '124242.514000', '124242.516000', '124242.519000', '124242.522000', '124242.525000', '124242.528000', '124242.530000', '124242.533000', '124242.536000', '124242.539000', '124242.541000', '124242.544000', '124242.547000', '124242.550000', '124242.552000', '124242.555000', '124242.558000', '124242.561000', '124242.564000', '124242.566000', '124242.569000', '124242.572000', '124242.575000', '124242.578000', '124242.580000', '124242.588000', '124242.591000', '124242.594000', '124242.596000', '124242.599000', '124242.602000', '124242.605000', '124242.608000', '124242.611000', '124242.613000', '124242.616000', '124242.619000', '124242.622000', '124242.624000', '124242.627000', '124242.630000', '124242.633000', '124302.508000', '124302.511000', '124302.514000', '124302.517000', '124302.520000', '124302.522000', '124302.525000', '124302.536000', '124302.539000', '124302.542000', '124302.545000', '124302.547000', '124302.550000', '124302.553000', '124302.556000', '124302.558000', '124302.561000', '124302.564000', '124302.567000', '124302.570000', '124302.572000', '124302.575000', '124302.578000', '124302.581000', '124302.584000', '124302.586000', '124302.589000', '124302.592000', '124302.595000', '124302.598000', '124302.600000', '124302.603000', '124302.606000', '124302.609000', '124302.612000', '124302.614000', '124302.617000', '124302.620000', '124302.623000', '124302.626000', '124302.628000', '124302.631000', '124302.634000', '124322.508000', '124322.511000', '124322.514000', '124322.517000', '124322.519000', '124322.522000', '124322.525000', '124322.528000', '124322.530000', '124322.533000', '124322.536000', '124322.542000', '124322.545000', '124322.548000', '124322.550000', '124322.553000', '124322.556000', '124322.559000', '124322.576000', '124322.579000', '124322.581000', '124322.584000', '124322.587000', '124322.590000', '124322.592000', '124322.595000', '124322.598000', '124322.601000', '124322.604000', '124322.606000', '124322.609000', '124322.612000', '124322.615000', '124322.618000', '124322.621000', '124322.623000', '124322.626000', '124322.629000', '124322.632000', '124322.634000', '124322.637000', '124322.640000', '124322.643000', '124322.646000', '124342.507000', '124342.510000', '124342.513000', '124342.515000', '124342.518000', '124342.521000', '124342.524000', '124342.527000', '124342.529000', '124342.532000', '124342.535000', '124342.538000', '124342.540000', '124342.543000', '124342.546000', '124342.552000', '124342.555000', '124342.558000', '124342.560000', '124342.563000', '124342.566000', '124342.569000', '124342.572000', '124342.574000', '124342.577000', '124342.580000', '124342.583000', '124342.586000', '124342.588000', '124342.591000', '124342.594000', '124342.597000', '124342.600000', '124342.602000', '124342.605000', '124342.608000', '124342.611000', '124342.614000', '124342.616000', '124342.619000', '124342.622000', '124342.625000', '124342.628000', '124402.507000', '124402.510000', '124402.513000', '124402.515000', '124402.518000', '124402.521000', '124402.524000', '124402.527000', '124402.529000', '124402.532000', '124402.535000', '124402.538000', '124402.540000', '124402.543000', '124402.546000', '124402.549000', '124402.552000', '124402.555000', '124402.557000', '124402.560000', '124402.563000', '124402.566000', '124402.569000', '124402.572000', '124402.582000', '124402.585000', '124402.588000', '124402.590000', '124402.593000', '124402.596000', '124402.599000', '124402.602000', '124402.605000', '124402.608000', '124402.610000', '124402.613000', '124402.616000', '124402.619000', '124402.622000', '124402.624000', '124402.627000', '124402.630000', '124402.633000', '124402.636000', '124422.508000', '124422.511000', '124422.514000', '124422.517000', '124422.519000', '124422.522000', '124422.525000', '124422.528000', '124422.531000', '124422.533000', '124422.536000', '124422.539000', '124422.542000', '124422.545000', '124422.548000', '124422.550000', '124422.554000', '124422.557000', '124422.560000', '124422.563000', '124422.566000', '124422.568000', '124422.571000', '124422.574000', '124422.577000', '124422.580000', '124422.583000', '124422.586000', '124422.588000', '124422.591000', '124422.594000', '124422.597000', '124422.600000', '124422.602000', '124422.605000', '124422.608000', '124422.611000', '124422.614000', '124422.617000', '124422.619000', '124422.622000', '124422.625000', '124422.628000', '124442.508000', '124442.511000', '124442.514000', '124442.516000', '124442.519000', '124442.522000', '124442.525000', '124442.528000', '124442.530000', '124442.539000', '124442.542000', '124442.544000', '124442.547000', '124442.550000', '124442.553000', '124442.556000', '124442.558000', '124442.561000', '124442.564000', '124442.567000', '124442.570000', '124442.572000', '124442.575000', '124442.578000', '124442.581000', '124442.584000', '124442.586000', '124442.589000', '124442.592000', '124442.595000', '124442.598000', '124442.601000', '124442.603000', '124442.606000', '124442.609000', '124442.612000', '124442.615000', '124442.617000', '124442.620000', '124442.623000', '124442.626000', '124442.629000', '124442.631000', '124442.634000', '124502.508000', '124502.511000', '124502.514000', '124502.516000', '124502.519000', '124502.522000', '124502.525000', '124502.528000', '124502.530000', '124502.538000', '124502.540000', '124502.543000', '124502.546000', '124502.549000', '124502.552000', '124502.555000', '124502.558000', '124502.560000', '124502.563000', '124502.566000', '124502.569000', '124502.572000', '124502.575000', '124502.577000', '124502.580000', '124502.583000', '124502.586000', '124502.589000', '124502.592000', '124502.595000', '124502.597000', '124502.600000', '124502.603000', '124502.606000', '124502.609000', '124502.612000', '124502.614000', '124502.617000', '124502.620000', '124502.623000', '124502.626000', '124502.628000', '124502.631000', '124522.508000', '124522.511000', '124522.514000', '124522.516000', '124522.519000', '124522.522000', '124522.525000', '124522.528000', '124522.530000', '124522.533000', '124522.536000', '124522.539000', '124522.542000', '124522.544000', '124522.547000', '124522.556000', '124522.558000', '124522.561000', '124522.564000', '124522.567000', '124522.570000', '124522.573000', '124522.575000', '124522.578000', '124522.581000', '124522.584000', '124522.587000', '124522.590000', '124522.592000', '124522.595000', '124522.598000', '124522.601000', '124522.604000', '124522.607000', '124522.609000', '124522.612000', '124522.615000', '124522.618000', '124522.620000', '124522.623000', '124522.626000', '124522.629000', '124522.632000', '124522.635000', '124542.508000', '124542.511000', '124542.514000', '124542.516000', '124542.519000', '124542.522000', '124542.525000', '124542.528000', '124542.530000', '124542.533000', '124542.537000', '124542.540000', '124542.543000', '124542.546000', '124542.548000', '124542.551000', '124542.554000', '124542.557000', '124542.560000', '124542.562000', '124542.565000', '124542.568000', '124542.571000', '124542.574000', '124542.576000', '124542.579000', '124542.582000', '124542.585000', '124542.588000', '124542.591000', '124542.594000', '124542.597000', '124542.599000', '124542.602000', '124542.605000', '124542.608000', '124542.611000', '124542.616000', '124542.620000', '124542.623000', '124542.626000', '124542.628000', '124542.631000', '124602.507000', '124602.510000', '124602.513000', '124602.516000', '124602.518000', '124602.521000', '124602.524000', '124602.527000', '124602.529000', '124602.532000', '124602.535000', '124602.538000', '124602.541000', '124602.543000', '124602.546000', '124602.549000', '124602.552000', '124602.555000', '124602.557000', '124602.560000', '124602.563000', '124602.566000', '124602.569000', '124602.572000', '124602.574000', '124602.577000', '124602.580000', '124602.583000', '124602.586000', '124602.588000', '124602.591000', '124602.594000', '124602.597000', '124602.600000', '124602.602000', '124602.605000', '124602.608000', '124602.611000', '124602.614000', '124602.617000', '124602.619000', '124602.622000', '124602.625000', '124602.628000', '124622.507000', '124622.510000', '124622.513000', '124622.516000', '124622.518000', '124622.521000', '124622.524000', '124622.527000', '124622.529000', '124622.532000', '124622.535000', '124622.538000', '124622.541000', '124622.544000', '124622.546000', '124622.549000', '124622.552000', '124622.555000', '124622.558000', '124622.560000', '124622.563000', '124622.566000', '124622.569000', '124622.589000', '124622.592000', '124622.596000', '124622.599000', '124622.602000', '124622.604000', '124622.607000', '124622.610000', '124622.615000', '124622.619000', '124622.622000', '124622.625000', '124622.627000', '124622.630000', '124622.633000', '124622.636000', '124622.639000', '124622.642000', '124622.644000', '124622.652000', '124642.508000', '124642.511000', '124642.514000', '124642.517000', '124642.520000', '124642.522000', '124642.525000', '124642.528000', '124642.531000', '124642.534000', '124642.536000', '124642.539000', '124642.542000', '124642.545000', '124642.548000', '124642.550000', '124642.553000', '124642.556000', '124642.559000', '124642.562000', '124642.564000', '124642.567000', '124642.570000', '124642.573000', '124642.576000', '124642.579000', '124642.582000', '124642.584000', '124642.587000', '124642.590000', '124642.593000', '124642.596000', '124642.599000', '124642.601000', '124642.604000', '124642.607000', '124642.610000', '124642.613000', '124642.615000', '124642.618000', '124642.621000', '124642.624000', '124642.627000', '124642.629000', '124702.508000', '124702.511000', '124702.514000', '124702.517000', '124702.519000', '124702.522000', '124702.525000', '124702.528000', '124702.531000', '124702.534000', '124702.536000', '124702.539000', '124702.542000', '124702.545000', '124702.548000', '124702.550000', '124702.553000', '124702.556000', '124702.559000', '124702.562000', '124702.565000', '124702.567000', '124702.570000', '124702.574000', '124702.577000', '124702.580000', '124702.583000', '124702.586000', '124702.589000', '124702.592000', '124702.595000', '124702.597000', '124702.600000', '124702.603000', '124702.606000', '124702.609000', '124702.612000', '124702.614000', '124702.617000', '124702.620000', '124702.623000', '124702.626000', '124702.629000', '124722.508000', '124722.511000', '124722.514000', '124722.516000', '124722.519000', '124722.522000', '124722.525000', '124722.528000', '124722.530000', '124722.533000', '124722.536000', '124722.539000', '124722.542000', '124722.545000', '124722.548000', '124722.551000', '124722.553000', '124722.556000', '124722.559000', '124722.562000', '124722.565000', '124722.567000', '124722.570000', '124722.573000', '124722.576000', '124722.579000', '124722.582000', '124722.584000', '124722.587000', '124722.590000', '124722.593000', '124722.596000', '124722.599000', '124722.601000', '124722.604000', '124722.607000', '124722.610000', '124722.613000', '124722.616000', '124722.618000', '124722.621000', '124722.624000', '124722.627000', '124722.631000', '124742.508000', '124742.511000', '124742.514000', '124742.516000', '124742.519000', '124742.522000', '124742.525000', '124742.528000', '124742.530000', '124742.533000', '124742.536000', '124742.539000', '124742.542000', '124742.544000', '124742.547000', '124742.550000', '124742.553000', '124742.555000', '124742.558000', '124742.561000', '124742.564000', '124742.567000', '124742.570000', '124742.572000', '124742.575000', '124742.578000', '124742.581000', '124742.594000', '124742.597000', '124742.600000', '124742.602000', '124742.605000', '124742.608000', '124742.611000', '124742.614000', '124742.617000', '124742.619000', '124742.622000', '124742.625000', '124742.628000', '124742.631000', '124742.633000', '124742.636000', '124802.508000', '124802.511000', '124802.514000', '124802.516000', '124802.519000', '124802.522000', '124802.525000', '124802.528000', '124802.531000', '124802.533000', '124802.536000', '124802.539000', '124802.547000', '124802.550000', '124802.553000', '124802.556000', '124802.559000', '124802.561000', '124802.564000', '124802.567000', '124802.570000', '124802.573000', '124802.576000', '124802.578000', '124802.581000', '124802.584000', '124802.587000', '124802.590000', '124802.592000', '124802.595000', '124802.598000', '124802.601000', '124802.604000', '124802.607000', '124802.609000', '124802.612000', '124802.615000', '124802.618000', '124802.621000', '124802.624000', '124802.626000', '124802.629000', '124802.632000', '124802.635000', '124822.507000', '124822.510000', '124822.513000', '124822.516000', '124822.519000', '124822.521000', '124822.524000', '124822.527000', '124822.530000', '124822.533000', '124822.536000', '124822.538000', '124822.541000', '124822.544000', '124822.547000', '124822.550000', '124822.552000', '124822.555000', '124822.558000', '124822.561000', '124822.564000', '124822.566000', '124822.569000', '124822.572000', '124822.575000', '124822.578000', '124822.581000', '124822.583000', '124822.586000', '124822.589000', '124822.592000', '124822.595000', '124822.598000', '124822.600000', '124822.603000', '124822.606000', '124822.609000', '124822.613000', '124822.616000', '124822.619000', '124822.622000', '124822.625000', '124822.627000', '124842.508000', '124842.511000', '124842.514000', '124842.517000', '124842.519000', '124842.522000', '124842.525000', '124842.528000', '124842.531000', '124842.534000', '124842.536000', '124842.539000', '124842.542000', '124842.545000', '124842.547000', '124842.550000', '124842.560000', '124842.563000', '124842.566000', '124842.569000', '124842.572000', '124842.574000', '124842.577000', '124842.580000', '124842.583000', '124842.586000', '124842.589000', '124842.591000', '124842.594000', '124842.597000', '124842.600000', '124842.603000', '124842.606000', '124842.608000', '124842.611000', '124842.614000', '124842.617000', '124842.620000', '124842.622000', '124842.625000', '124842.628000', '124842.633000', '124842.636000', '124842.639000', '124902.508000', '124902.511000', '124902.514000', '124902.517000', '124902.519000', '124902.522000', '124902.525000', '124902.528000', '124902.531000', '124902.533000', '124902.536000', '124902.539000', '124902.542000', '124902.545000', '124902.548000', '124902.550000', '124902.553000', '124902.556000', '124902.559000', '124902.562000', '124902.565000', '124902.567000', '124902.570000', '124902.573000', '124902.576000', '124902.579000', '124902.582000', '124902.585000', '124902.587000', '124902.590000', '124902.593000', '124902.596000', '124902.599000', '124902.602000', '124902.605000', '124902.607000', '124902.610000', '124902.613000', '124902.616000', '124902.619000', '124902.621000', '124902.624000', '124902.627000', '124922.508000', '124922.511000', '124922.514000', '124922.517000', '124922.519000', '124922.522000', '124922.525000', '124922.528000', '124922.531000', '124922.533000', '124922.536000', '124922.539000', '124922.542000', '124922.545000', '124922.548000', '124922.550000', '124922.553000', '124922.556000', '124922.559000', '124922.562000', '124922.565000', '124922.567000', '124922.570000', '124922.573000', '124922.576000', '124922.579000', '124922.582000', '124922.584000', '124922.587000', '124922.590000', '124922.593000', '124922.596000', '124922.599000', '124922.601000', '124922.604000', '124922.618000', '124922.621000', '124922.623000', '124922.626000', '124922.629000', '124922.632000', '124922.635000', '124922.637000', '124922.640000', '124942.508000', '124942.511000', '124942.514000', '124942.517000', '124942.520000', '124942.523000', '124942.526000', '124942.528000', '124942.531000', '124942.534000', '124942.537000', '124942.540000', '124942.542000', '124942.545000', '124942.548000', '124942.560000', '124942.563000', '124942.565000', '124942.568000', '124942.571000', '124942.574000', '124942.577000', '124942.588000', '124942.591000', '124942.594000', '124942.596000', '124942.599000', '124942.602000', '124942.605000', '124942.608000', '124942.611000', '124942.614000', '124942.616000', '124942.619000', '124942.622000', '124942.625000', '124942.627000', '124942.630000', '124942.633000', '124942.636000', '124942.639000', '124942.641000', '124942.644000', '125002.508000', '125002.511000', '125002.514000', '125002.517000', '125002.519000', '125002.522000', '125002.525000', '125002.528000', '125002.530000', '125002.540000', '125002.543000', '125002.546000', '125002.549000', '125002.551000', '125002.554000', '125002.557000', '125002.560000', '125002.563000', '125002.565000', '125002.568000', '125002.571000', '125002.574000', '125002.577000', '125002.579000', '125002.582000', '125002.585000', '125002.588000', '125002.591000', '125002.593000', '125002.596000', '125002.599000', '125002.602000', '125002.605000', '125002.607000', '125002.610000', '125002.613000', '125002.616000', '125002.619000', '125002.621000', '125002.624000', '125002.627000', '125002.630000', '125002.633000', '125022.508000', '125022.511000', '125022.514000', '125022.517000', '125022.519000', '125022.522000', '125022.525000', '125022.528000', '125022.531000', '125022.533000', '125022.536000', '125022.539000', '125022.542000', '125022.544000', '125022.547000', '125022.550000', '125022.553000', '125022.556000', '125022.559000', '125022.561000', '125022.564000', '125022.567000', '125022.570000', '125022.573000', '125022.576000', '125022.579000', '125022.581000', '125022.584000', '125022.587000', '125022.590000', '125022.593000', '125022.596000', '125022.598000', '125022.601000', '125022.604000', '125022.607000', '125022.610000', '125022.613000', '125022.616000', '125022.618000', '125022.621000', '125022.624000', '125022.643000', '125022.646000', '125042.507000', '125042.510000', '125042.513000', '125042.516000', '125042.519000', '125042.522000', '125042.525000', '125042.528000', '125042.530000', '125042.533000', '125042.536000', '125042.539000', '125042.542000', '125042.545000', '125042.548000', '125042.550000', '125042.553000', '125042.556000', '125042.559000', '125042.562000', '125042.565000', '125042.567000', '125042.570000', '125042.573000', '125042.576000', '125042.579000', '125042.581000', '125042.584000', '125042.587000', '125042.590000', '125042.593000', '125042.596000', '125042.598000', '125042.601000', '125042.604000', '125042.607000', '125042.610000', '125042.612000', '125042.615000', '125042.618000', '125042.621000', '125042.624000', '125042.627000', '125102.508000', '125102.511000', '125102.514000', '125102.517000', '125102.520000', '125102.522000', '125102.525000', '125102.528000', '125102.531000', '125102.534000', '125102.536000', '125102.539000', '125102.542000', '125102.545000', '125102.548000', '125102.551000', '125102.554000', '125102.556000', '125102.559000', '125102.562000', '125102.565000', '125102.568000', '125102.571000', '125102.573000', '125102.576000', '125102.579000', '125102.582000', '125102.585000', '125102.588000', '125102.591000', '125102.593000', '125102.596000', '125102.599000', '125102.602000', '125102.605000', '125102.607000', '125102.610000', '125102.613000', '125102.616000', '125102.619000', '125102.622000', '125102.624000', '125102.627000', '125102.630000', '125122.508000', '125122.511000', '125122.514000', '125122.517000', '125122.519000', '125122.522000', '125122.525000', '125122.528000', '125122.531000', '125122.535000', '125122.540000', '125122.543000', '125122.546000', '125122.548000', '125122.551000', '125122.554000', '125122.557000', '125122.560000', '125122.562000', '125122.565000', '125122.568000', '125122.571000', '125122.574000', '125122.576000', '125122.579000', '125122.582000', '125122.585000', '125122.588000', '125122.591000', '125122.593000', '125122.596000', '125122.599000', '125122.602000', '125122.605000', '125122.608000', '125122.610000', '125122.613000', '125122.616000', '125122.619000', '125122.622000', '125122.625000', '125122.627000', '125122.630000', '125123.531000', '125123.534000', '125123.538000'], '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': [10420, 9440, 11245, 15610, 9168, 11270, 8775, 10973, 9000, 10778, 9649, 10413, 9761, 9638, 12924, 9200, 12565, 9283, 12368, 8764, 10652, 8783, 10153, 8555, 9979, 9242, 9859, 9406, 10048, 8786, 9748, 9789, 8885, 11034, 8607, 10208, 8919, 10359, 9004, 10560, 9140, 10189, 9038, 10184, 8887, 9909, 12785, 8884, 11207, 8954, 10396, 8574, 10378, 8667, 10514, 9165, 10410, 9193, 9802, 9330, 10014, 8919, 10065, 9806, 9329, 11132, 8443, 10642, 8501, 10823, 8902, 10604, 9405, 10020, 9299, 9587, 12276, 9122, 11043, 9103, 10448, 8350, 10725, 9030, 10699, 9239, 10374, 13279, 9020, 11201, 8881, 10730, 8579, 10814, 8543, 10680, 9482, 10426, 9550, 9687, 11693, 8956, 10682, 8793, 10620, 8764, 10618, 9010, 9932, 12646, 8906, 11299, 8725, 10760, 9206, 10916, 9506, 10483, 9001, 10095, 10429, 9400, 11634, 9220, 10824, 8922, 10437, 8806, 10840, 9376, 10621, 9281, 9787, 12909, 8838, 11136, 8823, 10838, 9159, 10999, 8841, 10984, 9198, 10346, 9690, 9947, 13038, 8487, 10255, 8796, 10562, 8479, 10353, 8771, 10225, 9310, 9977, 9298, 9715, 11132, 9295, 11030, 9588, 10491, 9171, 11224, 9148, 10767, 8854, 10641, 9083, 10757, 9417, 10297, 10705, 9799, 11857, 9027, 11272, 8851, 10828, 8990, 10082, 9340, 10143, 9209, 10624, 8787, 10645, 9541, 9934, 13524, 8953, 11017, 8982, 10732, 8775, 10949, 8608, 10838, 9476, 10896, 9045, 10131, 10698, 9746, 10446, 9861, 12192, 9320, 11970, 8879, 11043, 8886, 10639, 9578, 9919, 9431, 9983, 9221, 10053, 10970, 9010, 11375, 8801, 10725, 8979, 10618, 9087, 10606, 9294, 10830, 9631, 11326, 8996, 11101, 9377, 9655, 11511, 9191, 10790, 8999, 10706, 8975, 10144, 12111, 9349, 11853, 9481, 11161, 9020, 11092, 9670, 10064, 12057, 9337, 14145, 8644, 10977, 9397, 10680, 9365, 10889, 9308, 10108, 8887, 9644, 9095, 9198, 11012, 8874, 11424, 9341, 10611, 9246, 10315, 9297, 10358, 8507, 10159, 8591, 10325, 9352, 10006, 9150, 9751, 9297, 10128, 9272, 10115, 11000, 9017, 11646, 8684, 10806, 8942, 10430, 8648, 10857, 9217, 10588, 8955, 10209, 9967, 9456, 11678, 8883, 11351, 9119, 11032, 8694, 10833, 8761, 10703, 8806, 10676, 8991, 9912, 11733, 9365, 11837, 8898, 11470, 8616, 10521, 8556, 10504, 8966, 10055, 9156, 10239, 8843, 10437, 9991, 9839, 12007, 9062, 11252, 8553, 10648, 9237, 11304, 8931, 10911, 8837, 10963, 10795, 9645, 13915, 9318, 11183, 9017, 11107, 8942, 10720, 9438, 10115, 9304, 9407, 11698, 9080, 10997, 8963, 10751, 8715, 11581, 8807, 10307, 9082, 10372, 9411, 10877, 8829, 10974, 9170, 10326, 9609, 10451, 14065, 9388, 11042, 9013, 10887, 8916, 11136, 9188, 10750, 10140, 10056, 14362, 9061, 10697, 9019, 10836, 9106, 10554, 9237, 9815, 9501, 9222, 11869, 9124, 10718, 9000, 10468, 8645, 10734, 8928, 10950, 9272, 10440, 9441, 9775, 13217, 9395, 10655, 8882, 10552, 8756, 10633, 9074, 10340, 9767, 9454, 12111, 8787, 10805, 9020, 10336, 9029, 10940, 9114, 10481, 9183, 10556, 8775, 9964, 9977, 9818, 10552, 9892, 12793, 9446, 11448, 8866, 11276, 9069, 10549, 11765, 9389, 13255, 9146, 11625, 8828, 11055, 8833, 10627, 8653, 10753, 8953, 10097, 9186, 10409, 9102, 10153, 10474, 9512, 12196, 9097, 10954, 8878, 10520, 9089, 10060, 8991, 10191, 9177, 10455, 10110, 9763, 12519, 9173, 11137, 8923, 10840, 9101, 10047, 9452, 9601, 10681, 9001, 11605, 8940, 11010, 9117, 10405, 8951, 10514, 9140, 10983, 9028, 11095, 8929, 10901, 9224, 10630, 9688, 9827, 13498, 9276, 10768, 9037, 10765, 8712, 11040, 8757, 11038, 8990, 10464, 10634, 9410, 12030, 9315, 10801, 9343, 10718, 9624, 11025, 9062, 11252, 9155, 10515, 9223, 9701, 11387, 9324, 10952, 9132, 11196, 8998, 10330, 13756, 9201, 11824, 9143, 11271, 9635, 10729, 9220, 9887, 11906, 9094, 11778, 9127, 10600, 9120, 10463, 8858, 9603, 8838, 9804, 8801, 10658, 8978, 10616, 8690, 10327, 10174, 9397, 11773, 9413, 10719, 8926, 10419, 9289, 10712, 9238, 10769, 8903, 10510, 8639, 10771, 8968, 10608, 8908, 10410, 9263, 9956, 9607, 10434, 9024, 10862, 9617, 10012, 10926, 9300, 11845, 8977, 11084, 9052, 10968, 8680, 10908, 9075, 10538, 9091, 11005, 9188, 10823, 8791, 10991, 9184, 11203, 8847, 10833, 8600, 10403, 13050, 9206, 11368, 9090, 11150, 8795, 10987, 8829, 11174, 8865, 11280, 8772, 11089, 9002, 10570, 9228, 10127, 9597, 10169, 12358, 9219, 11251, 9124, 11178, 9055, 10848, 9335, 10823, 8893, 10471, 9401, 10104, 10985, 9312, 9162, 8494, 8259, 9581, 9259, 10879, 8996, 10754, 9127, 10824, 9118, 10675, 8915, 10856, 9175, 11261, 9677, 11868, 8834, 11388, 9287, 10383, 10226, 9549, 11634, 9246, 11184, 9435, 10970, 9245, 11484, 9388, 11306, 9199, 11165, 9367, 11083, 9236, 10156, 9150, 10426, 9155, 10714, 8896, 10421, 11047, 9665, 13372, 9512, 11196, 9312, 11011, 9374, 11038, 9482, 10745, 9453, 10683, 9537, 10516, 8868, 9623, 10721, 9348, 11447, 9328, 10608, 9134, 11394, 9360, 10817, 8922, 10765, 8802, 10673, 9452, 10693, 9704, 10809, 9736, 10940, 9237, 10119, 11085, 9452, 12216, 9036, 11089, 9861, 11087, 9669, 11419, 8561, 11204, 9329, 11031, 8981, 10208, 10997, 9392, 11609, 9181, 10878, 8863, 11245, 8705, 11008, 9278, 10850, 8962, 11114, 8311, 11297, 9155, 11269, 9151, 10291, 10867, 9623, 12751, 9269, 12536, 9310, 11393, 8929, 11028, 9200, 10661, 9512, 10124, 12167, 9085, 12100, 8921, 10690, 9041, 10699, 9599, 10598, 9358, 10528, 9030, 9767, 10814, 9555, 11661, 9372, 12068, 9212, 11214, 9012, 10862, 9622, 10724, 8883, 10798, 9498, 10838, 9195, 10417, 9601, 9640, 11621, 8995, 10667, 9216, 10798, 9319, 10765, 8824, 10503, 9512, 10174, 8921, 9388, 9324, 10050, 9139, 10818, 9341, 11365, 9551, 10119, 11431, 9653, 12062, 9030, 10972, 9176, 11067, 8895, 11145, 9310, 10918, 9446, 10511, 10233, 9881, 13360, 9132, 13375, 9375, 11999, 8950, 10791, 8801, 10214, 9248, 10559, 9467, 10188, 9452, 10370, 8942, 10381, 10674, 9374, 11287, 8970, 10640, 8904, 10584, 9761, 10805, 9602, 10954, 9345, 11205, 9635, 10928, 9239, 10528, 9977, 9682, 11590, 9212, 11637, 9292, 11964, 8937, 10922, 9361, 10942, 8878, 10631, 9524, 10812, 9688, 10779, 9363, 10453, 9235, 10366, 10466, 9704, 12054, 9122, 11805, 9220, 11697, 8957, 11299, 8986, 10829, 9228, 10680, 9552, 10796, 9722, 11228, 9699, 11162, 8738, 10810, 9608, 11067, 9244, 10343, 10062, 9794, 12096, 9293, 11824, 9349, 11135, 9515, 11590, 8852, 10912, 9387, 10992, 9113, 10925, 8841, 10776, 8667, 10868, 9217, 10789, 9281, 10881, 9328, 10080, 10671, 10213, 13425, 9196, 11801, 9256, 11280, 9224, 10889, 9072, 11005, 9229, 10974, 9372, 10772, 8971, 10652, 9437, 10396, 9145, 10448, 9052, 10179, 10985, 9785, 12135, 9394, 11382, 8934, 10610, 9263, 11267, 9640, 11873, 9676, 10085, 9441, 11837, 9218, 10779, 9735, 10310, 8801, 10459, 9041, 10073, 10894, 9495, 14223, 9487, 11191, 9152, 11063, 8820, 11164, 8763, 10471, 8807, 9889, 9202, 9761, 10294, 9087, 12443, 9037, 10956, 8941, 10092, 9021, 9985, 9333, 10421, 9322, 9911, 9200, 10122, 9114, 11710, 8518, 10638, 9149, 10471, 9248, 10614, 8958, 10668, 8980, 10809, 9449, 10803, 9032, 10356, 10126, 9919, 12200, 9217, 12517, 9087, 11163, 8794, 11170, 8748, 10881, 9431, 11014, 9759, 10817, 9409, 10786, 9134, 10791, 8822, 10798, 8661, 10871, 9355, 11224, 9415, 11534, 9307, 11583, 9144, 11493, 9246, 10967, 9127, 10858, 9123, 11154, 9122, 11503, 9164, 11607, 9081, 11319, 9229, 10277, 10380, 9798, 10978, 9604, 9265, 10264, 9754, 10021, 11482, 9074, 11773, 8869, 10854, 8957, 10704, 8969, 10407, 8590, 10641, 8753, 10686, 8693, 10688, 9193, 10643, 9526, 10799, 9465, 11313, 9313, 10963, 9119, 10845, 9004, 10169, 10607, 9680, 11302, 9204, 11240, 9133, 10934, 9216, 11437, 8735, 11069, 9522, 10891, 9528, 10843, 9214, 11055, 9122, 11088, 9408, 10401, 9000, 10683, 9210, 10882, 8856, 10912, 8780, 10679, 9713, 9874, 13537, 9033, 11656, 9275, 11263, 9044, 11953, 9073, 10951, 8732, 10801, 9505, 10855, 9288, 10933, 8914, 10913, 8901, 11233, 8344, 11167, 9170, 10298, 9272, 10620, 9136, 10492, 10709, 10164, 12428, 8991, 11291, 9305, 10594, 8744, 10950, 9272, 10575, 9194, 10366, 9033, 9824, 12092, 8935, 10670, 9263, 10689, 9184, 10403, 8997, 11042, 8918, 10706, 8690, 10659, 9166, 10766, 9032, 11117, 8656, 10906, 8850, 11052, 9254, 11169, 9078, 11009, 9012, 11181, 9722, 10227, 13627, 9094, 11963, 9066, 11002, 9533, 11004, 9472, 11015, 8455, 10819, 9088, 10237, 8820, 9909, 10883, 9227, 10868, 9341, 11197, 9193, 10983, 8929, 10915, 9611, 11103, 8996, 11250, 9562, 11264, 9391, 10837, 9058, 10675, 8909, 10278, 9186, 10177, 8657, 10692, 8948, 10373, 10269, 9536, 12413, 9280, 11433, 9217, 11621, 9399, 11406, 8573, 10775, 9582, 10547, 9791, 11194, 9190, 11935, 9068, 11618, 8556, 11487, 9578, 10903, 9192, 11131, 8948, 11441, 9352], 'WindowCenter': [4013.0, 3985.0, 3981.0, 3985.0, 3929.0, 3939.0, 3917.0, 3937.0, 3916.0, 3936.0, 3914.0, 3925.0, 3923.0, 3938.0, 3957.0, 3924.0, 3943.0, 3927.0, 3944.0, 3912.0, 3923.0, 3913.0, 3923.0, 3913.0, 3938.0, 3938.0, 3937.0, 3924.0, 3925.0, 3913.0, 3927.0, 3924.0, 3926.0, 3935.0, 3926.0, 3950.0, 3940.0, 3937.0, 3927.0, 3947.0, 3926.0, 3938.0, 3926.0, 3949.0, 3927.0, 3949.0, 3971.0, 3941.0, 3961.0, 3928.0, 3937.0, 3928.0, 3937.0, 3926.0, 3938.0, 3926.0, 3950.0, 3939.0, 3939.0, 3926.0, 3939.0, 3925.0, 3937.0, 3935.0, 3938.0, 3946.0, 3930.0, 3961.0, 3930.0, 3948.0, 3927.0, 3949.0, 3939.0, 3950.0, 3937.0, 3951.0, 3971.0, 3940.0, 3948.0, 3927.0, 3947.0, 3917.0, 3947.0, 3926.0, 3937.0, 3926.0, 3938.0, 3957.0, 3928.0, 3948.0, 3926.0, 3934.0, 3914.0, 3934.0, 3913.0, 3934.0, 3924.0, 3937.0, 3924.0, 3937.0, 3948.0, 3929.0, 3948.0, 3914.0, 3935.0, 3913.0, 3934.0, 3912.0, 3925.0, 3944.0, 3915.0, 3946.0, 3927.0, 3948.0, 3926.0, 3935.0, 3924.0, 3935.0, 3913.0, 3936.0, 3934.0, 3927.0, 3946.0, 3938.0, 3949.0, 3938.0, 3936.0, 3925.0, 3935.0, 3924.0, 3935.0, 3925.0, 3936.0, 3945.0, 3926.0, 3949.0, 3939.0, 3948.0, 3926.0, 3934.0, 3913.0, 3935.0, 3924.0, 3937.0, 3925.0, 3937.0, 3956.0, 3930.0, 3949.0, 3928.0, 3936.0, 3916.0, 3935.0, 3926.0, 3936.0, 3938.0, 3949.0, 3950.0, 3951.0, 3960.0, 3938.0, 3947.0, 3938.0, 3937.0, 3938.0, 3946.0, 3938.0, 3947.0, 3927.0, 3948.0, 3941.0, 3949.0, 3927.0, 3937.0, 3934.0, 3925.0, 3934.0, 3915.0, 3934.0, 3913.0, 3934.0, 3914.0, 3938.0, 3937.0, 3937.0, 3924.0, 3935.0, 3914.0, 3947.0, 3924.0, 3937.0, 3956.0, 3927.0, 3962.0, 3939.0, 3946.0, 3915.0, 3935.0, 3915.0, 3946.0, 3926.0, 3947.0, 3925.0, 3948.0, 3949.0, 3939.0, 3946.0, 3937.0, 3945.0, 3926.0, 3945.0, 3927.0, 3946.0, 3927.0, 3948.0, 3938.0, 3937.0, 3923.0, 3935.0, 3923.0, 3935.0, 3934.0, 3927.0, 3960.0, 3938.0, 3947.0, 3927.0, 3962.0, 3940.0, 3962.0, 3938.0, 3936.0, 3938.0, 3947.0, 3925.0, 3947.0, 3910.0, 3923.0, 3932.0, 3912.0, 3934.0, 3913.0, 3935.0, 3924.0, 3936.0, 3944.0, 3925.0, 3933.0, 3912.0, 3922.0, 3899.0, 3911.0, 3897.0, 3898.0, 3906.0, 3884.0, 3914.0, 3886.0, 3907.0, 3884.0, 3892.0, 3882.0, 3892.0, 3884.0, 3894.0, 3884.0, 3896.0, 3886.0, 3897.0, 3907.0, 3899.0, 3932.0, 3911.0, 3921.0, 3911.0, 3909.0, 3911.0, 3921.0, 3913.0, 3923.0, 3927.0, 3936.0, 3925.0, 3937.0, 3939.0, 3950.0, 3936.0, 3948.0, 3939.0, 3949.0, 3946.0, 3927.0, 3947.0, 3927.0, 3960.0, 3941.0, 3949.0, 3927.0, 3948.0, 3927.0, 3947.0, 3925.0, 3948.0, 3937.0, 3937.0, 3958.0, 3940.0, 3960.0, 3939.0, 3948.0, 3928.0, 3947.0, 3927.0, 3947.0, 3926.0, 3948.0, 3938.0, 3951.0, 3959.0, 3938.0, 3946.0, 3928.0, 3945.0, 3926.0, 3947.0, 3926.0, 3949.0, 3939.0, 3939.0, 3927.0, 3937.0, 3925.0, 3948.0, 3935.0, 3936.0, 3946.0, 3927.0, 3947.0, 3929.0, 3961.0, 3938.0, 3948.0, 3927.0, 3948.0, 3926.0, 3947.0, 3936.0, 3937.0, 3971.0, 3927.0, 3935.0, 3925.0, 3936.0, 3925.0, 3936.0, 3921.0, 3935.0, 3937.0, 3939.0, 3960.0, 3940.0, 3946.0, 3928.0, 3946.0, 3940.0, 3961.0, 3939.0, 3949.0, 3951.0, 3951.0, 3940.0, 3949.0, 3927.0, 3948.0, 3926.0, 3948.0, 3935.0, 3948.0, 3957.0, 3927.0, 3950.0, 3927.0, 3936.0, 3916.0, 3935.0, 3912.0, 3934.0, 3922.0, 3924.0, 3943.0, 3915.0, 3938.0, 3925.0, 3933.0, 3912.0, 3933.0, 3911.0, 3924.0, 3923.0, 3926.0, 3945.0, 3938.0, 3948.0, 3927.0, 3935.0, 3915.0, 3935.0, 3925.0, 3946.0, 3925.0, 3937.0, 3925.0, 3938.0, 3969.0, 3939.0, 3937.0, 3926.0, 3935.0, 3914.0, 3935.0, 3915.0, 3936.0, 3924.0, 3926.0, 3946.0, 3916.0, 3948.0, 3928.0, 3949.0, 3926.0, 3946.0, 3925.0, 3946.0, 3938.0, 3950.0, 3927.0, 3963.0, 3951.0, 3950.0, 3946.0, 3938.0, 3956.0, 3937.0, 3946.0, 3926.0, 3947.0, 3914.0, 3936.0, 3947.0, 3938.0, 3956.0, 3925.0, 3933.0, 3926.0, 3934.0, 3925.0, 3935.0, 3914.0, 3936.0, 3928.0, 3950.0, 3926.0, 3935.0, 3912.0, 3935.0, 3933.0, 3925.0, 3944.0, 3914.0, 3935.0, 3915.0, 3949.0, 3939.0, 3938.0, 3925.0, 3935.0, 3923.0, 3935.0, 3923.0, 3935.0, 3946.0, 3926.0, 3936.0, 3914.0, 3948.0, 3928.0, 3936.0, 3922.0, 3938.0, 3934.0, 3925.0, 3933.0, 3924.0, 3934.0, 3926.0, 3947.0, 3938.0, 3960.0, 3938.0, 3935.0, 3925.0, 3946.0, 3926.0, 3947.0, 3925.0, 3948.0, 3925.0, 3939.0, 3971.0, 3939.0, 3948.0, 3915.0, 3934.0, 3914.0, 3934.0, 3914.0, 3936.0, 3914.0, 3936.0, 3934.0, 3938.0, 3961.0, 3938.0, 3948.0, 3926.0, 3934.0, 3938.0, 3936.0, 3926.0, 3935.0, 3913.0, 3934.0, 3912.0, 3924.0, 3934.0, 3925.0, 3935.0, 3925.0, 3946.0, 3914.0, 3936.0, 3943.0, 3912.0, 3921.0, 3900.0, 3934.0, 3911.0, 3908.0, 3886.0, 3897.0, 3906.0, 3885.0, 3905.0, 3895.0, 3906.0, 3896.0, 3907.0, 3898.0, 3911.0, 3911.0, 3921.0, 3910.0, 3920.0, 3899.0, 3921.0, 3899.0, 3922.0, 3920.0, 3912.0, 3932.0, 3913.0, 3923.0, 3926.0, 3947.0, 3926.0, 3934.0, 3924.0, 3934.0, 3925.0, 3935.0, 3926.0, 3947.0, 3927.0, 3949.0, 3927.0, 3949.0, 3951.0, 3951.0, 3938.0, 3948.0, 3926.0, 3962.0, 3937.0, 3938.0, 3947.0, 3939.0, 3961.0, 3940.0, 3960.0, 3940.0, 3960.0, 3928.0, 3948.0, 3939.0, 3947.0, 3939.0, 3949.0, 3952.0, 3963.0, 3942.0, 3960.0, 3939.0, 3960.0, 3939.0, 3961.0, 3927.0, 3948.0, 3957.0, 3938.0, 3963.0, 3940.0, 3958.0, 3927.0, 3946.0, 3928.0, 3947.0, 3928.0, 3948.0, 3927.0, 3948.0, 3939.0, 3950.0, 3937.0, 3936.0, 3924.0, 3936.0, 3945.0, 3925.0, 3934.0, 3926.0, 3935.0, 3925.0, 3960.0, 3938.0, 3947.0, 3914.0, 3936.0, 3939.0, 3948.0, 3946.0, 3938.0, 3942.0, 3938.0, 3931.0, 3950.0, 3951.0, 3960.0, 3938.0, 3946.0, 3938.0, 3946.0, 3929.0, 3950.0, 3954.0, 3962.0, 3939.0, 3947.0, 3937.0, 3958.0, 3925.0, 3947.0, 3924.0, 3937.0, 3935.0, 3926.0, 3959.0, 3939.0, 3948.0, 3926.0, 3946.0, 3937.0, 3946.0, 3925.0, 3935.0, 3914.0, 3936.0, 3913.0, 3948.0, 3927.0, 3923.0, 3910.0, 3921.0, 3909.0, 3933.0, 3911.0, 3933.0, 3922.0, 3923.0, 3943.0, 3923.0, 3946.0, 3926.0, 3934.0, 3912.0, 3921.0, 3911.0, 3921.0, 3922.0, 3933.0, 3922.0, 3934.0, 3912.0, 3936.0, 3948.0, 3925.0, 3932.0, 3923.0, 3922.0, 3924.0, 3946.0, 3939.0, 3947.0, 3927.0, 3936.0, 3940.0, 3949.0, 3938.0, 3935.0, 3924.0, 3936.0, 3924.0, 3947.0, 3924.0, 3948.0, 3946.0, 3938.0, 3947.0, 3939.0, 3963.0, 3949.0, 3946.0, 3935.0, 3947.0, 3925.0, 3949.0, 3926.0, 3947.0, 3926.0, 3948.0, 3947.0, 3939.0, 3957.0, 3926.0, 3946.0, 3927.0, 3947.0, 3942.0, 3961.0, 3940.0, 3961.0, 3940.0, 3959.0, 3931.0, 3958.0, 3939.0, 3947.0, 3925.0, 3937.0, 3950.0, 3951.0, 3970.0, 3938.0, 3955.0, 3924.0, 3934.0, 3924.0, 3934.0, 3923.0, 3935.0, 3922.0, 3923.0, 3943.0, 3926.0, 3947.0, 3913.0, 3921.0, 3914.0, 3921.0, 3911.0, 3922.0, 3911.0, 3933.0, 3912.0, 3936.0, 3946.0, 3924.0, 3932.0, 3914.0, 3931.0, 3923.0, 3933.0, 3924.0, 3933.0, 3936.0, 3948.0, 3927.0, 3935.0, 3924.0, 3946.0, 3924.0, 3946.0, 3925.0, 3949.0, 3957.0, 3938.0, 3948.0, 3936.0, 3945.0, 3937.0, 3946.0, 3939.0, 3949.0, 3936.0, 3947.0, 3940.0, 3950.0, 3938.0, 3948.0, 3925.0, 3946.0, 3926.0, 3959.0, 3926.0, 3949.0, 3947.0, 3938.0, 3959.0, 3941.0, 3948.0, 3926.0, 3934.0, 3914.0, 3934.0, 3924.0, 3935.0, 3923.0, 3934.0, 3923.0, 3938.0, 3958.0, 3924.0, 3943.0, 3912.0, 3930.0, 3912.0, 3932.0, 3938.0, 3935.0, 3923.0, 3947.0, 3938.0, 3948.0, 3935.0, 3936.0, 3924.0, 3961.0, 3935.0, 3936.0, 3934.0, 3926.0, 3935.0, 3939.0, 3962.0, 3949.0, 3946.0, 3936.0, 3935.0, 3924.0, 3946.0, 3924.0, 3946.0, 3925.0, 3936.0, 3938.0, 3939.0, 3946.0, 3924.0, 3933.0, 3924.0, 3944.0, 3925.0, 3934.0, 3923.0, 3934.0, 3937.0, 3947.0, 3935.0, 3933.0, 3922.0, 3933.0, 3912.0, 3935.0, 3924.0, 3936.0, 3934.0, 3937.0, 3969.0, 3938.0, 3946.0, 3925.0, 3943.0, 3925.0, 3945.0, 3926.0, 3945.0, 3938.0, 3947.0, 3951.0, 3961.0, 3949.0, 3947.0, 3935.0, 3946.0, 3925.0, 3946.0, 3925.0, 3947.0, 3925.0, 3937.0, 3937.0, 3950.0, 3969.0, 3937.0, 3944.0, 3927.0, 3945.0, 3937.0, 3944.0, 3939.0, 3947.0, 3936.0, 3947.0, 3940.0, 3959.0, 3940.0, 3947.0, 3925.0, 3945.0, 3924.0, 3947.0, 3925.0, 3948.0, 3925.0, 3937.0, 3936.0, 3936.0, 3956.0, 3938.0, 3958.0, 3925.0, 3932.0, 3912.0, 3921.0, 3913.0, 3932.0, 3923.0, 3933.0, 3923.0, 3933.0, 3927.0, 3946.0, 3924.0, 3923.0, 3911.0, 3933.0, 3911.0, 3934.0, 3921.0, 3923.0, 3943.0, 3924.0, 3957.0, 3938.0, 3947.0, 3938.0, 3946.0, 3925.0, 3944.0, 3925.0, 3933.0, 3937.0, 3943.0, 3924.0, 3949.0, 3936.0, 3935.0, 3924.0, 3947.0, 3926.0, 3948.0, 3946.0, 3936.0, 3970.0, 3926.0, 3934.0, 3911.0, 3921.0, 3899.0, 3919.0, 3887.0, 3907.0, 3885.0, 3896.0, 3884.0, 3895.0, 3894.0, 3885.0, 3915.0, 3886.0, 3906.0, 3899.0, 3932.0, 3911.0, 3910.0, 3909.0, 3917.0, 3909.0, 3909.0, 3923.0, 3921.0, 3924.0, 3943.0, 3926.0, 3934.0, 3937.0, 3960.0, 3938.0, 3935.0, 3925.0, 3935.0, 3925.0, 3947.0, 3925.0, 3947.0, 3926.0, 3937.0, 3934.0, 3949.0, 3970.0, 3927.0, 3957.0, 3927.0, 3945.0, 3915.0, 3944.0, 3926.0, 3946.0, 3939.0, 3948.0, 3938.0, 3947.0, 3936.0, 3945.0, 3926.0, 3946.0, 3926.0, 3948.0, 3941.0, 3960.0, 3940.0, 3959.0, 3937.0, 3947.0, 3937.0, 3958.0, 3937.0, 3958.0, 3926.0, 3948.0, 3940.0, 3949.0, 3937.0, 3946.0, 3924.0, 3946.0, 3924.0, 3945.0, 3913.0, 3935.0, 3913.0, 3924.0, 3936.0, 3937.0, 3935.0, 3923.0, 3911.0, 3933.0, 3922.0, 3925.0, 3944.0, 3925.0, 3946.0, 3927.0, 3948.0, 3926.0, 3934.0, 3926.0, 3934.0, 3925.0, 3935.0, 3927.0, 3947.0, 3927.0, 3947.0, 3951.0, 3961.0, 3949.0, 3946.0, 3936.0, 3945.0, 3925.0, 3946.0, 3925.0, 3948.0, 3925.0, 3937.0, 3949.0, 3938.0, 3947.0, 3927.0, 3945.0, 3937.0, 3946.0, 3938.0, 3947.0, 3927.0, 3959.0, 3950.0, 3959.0, 3937.0, 3946.0, 3925.0, 3947.0, 3936.0, 3948.0, 3925.0, 3949.0, 3939.0, 3948.0, 3936.0, 3948.0, 3926.0, 3949.0, 3926.0, 3948.0, 3937.0, 3961.0, 3970.0, 3939.0, 3946.0, 3938.0, 3958.0, 3938.0, 3956.0, 3926.0, 3961.0, 3939.0, 3960.0, 3938.0, 3946.0, 3938.0, 3946.0, 3926.0, 3945.0, 3926.0, 3947.0, 3915.0, 3959.0, 3938.0, 3936.0, 3923.0, 3934.0, 3912.0, 3934.0, 3921.0, 3934.0, 3943.0, 3912.0, 3945.0, 3925.0, 3934.0, 3912.0, 3932.0, 3912.0, 3933.0, 3923.0, 3935.0, 3913.0, 3936.0, 3945.0, 3939.0, 3948.0, 3937.0, 3935.0, 3925.0, 3946.0, 3936.0, 3959.0, 3938.0, 3947.0, 3939.0, 3962.0, 3951.0, 3948.0, 3939.0, 3958.0, 3928.0, 3946.0, 3927.0, 3947.0, 3926.0, 3960.0, 3940.0, 3948.0, 3924.0, 3935.0, 3922.0, 3934.0, 3943.0, 3912.0, 3931.0, 3913.0, 3935.0, 3923.0, 3932.0, 3911.0, 3932.0, 3900.0, 3934.0, 3911.0, 3934.0, 3912.0, 3937.0, 3947.0, 3925.0, 3933.0, 3924.0, 3933.0, 3924.0, 3933.0, 3925.0, 3934.0, 3937.0, 3948.0, 3926.0, 3945.0, 3924.0, 3945.0, 3923.0, 3935.0, 3913.0, 3936.0, 3925.0, 3949.0, 3938.0, 3937.0, 3914.0, 3947.0, 3924.0, 3947.0, 3935.0, 3936.0, 3958.0, 3938.0, 3946.0, 3926.0, 3946.0, 3925.0, 3945.0, 3927.0, 3947.0, 3937.0, 3949.0, 3949.0, 3958.0, 3937.0, 3959.0, 3939.0, 3973.0, 3939.0, 3959.0, 3938.0, 3961.0, 3939.0, 3949.0, 3925.0, 3958.0, 3925.0], 'WindowWidth': [8964.0, 8908.0, 8893.0, 8884.0, 8799.0, 8808.0, 8776.0, 8801.0, 8771.0, 8796.0, 8763.0, 8780.0, 8773.0, 8805.0, 8830.0, 8779.0, 8802.0, 8786.0, 8802.0, 8759.0, 8773.0, 8761.0, 8775.0, 8760.0, 8804.0, 8804.0, 8801.0, 8778.0, 8780.0, 8761.0, 8786.0, 8777.0, 8786.0, 8795.0, 8785.0, 8825.0, 8811.0, 8803.0, 8788.0, 8816.0, 8786.0, 8804.0, 8785.0, 8820.0, 8787.0, 8823.0, 8854.0, 8816.0, 8840.0, 8794.0, 8800.0, 8791.0, 8800.0, 8786.0, 8803.0, 8783.0, 8824.0, 8809.0, 8807.0, 8784.0, 8807.0, 8783.0, 8803.0, 8796.0, 8806.0, 8815.0, 8800.0, 8842.0, 8799.0, 8817.0, 8790.0, 8820.0, 8809.0, 8826.0, 8800.0, 8828.0, 8856.0, 8812.0, 8817.0, 8791.0, 8814.0, 8776.0, 8814.0, 8786.0, 8803.0, 8784.0, 8805.0, 8826.0, 8794.0, 8821.0, 8786.0, 8793.0, 8764.0, 8791.0, 8763.0, 8793.0, 8777.0, 8800.0, 8779.0, 8800.0, 8818.0, 8795.0, 8820.0, 8769.0, 8793.0, 8762.0, 8792.0, 8760.0, 8783.0, 8804.0, 8768.0, 8812.0, 8791.0, 8821.0, 8785.0, 8794.0, 8778.0, 8795.0, 8762.0, 8798.0, 8792.0, 8788.0, 8811.0, 8804.0, 8821.0, 8808.0, 8797.0, 8781.0, 8794.0, 8778.0, 8796.0, 8779.0, 8798.0, 8808.0, 8785.0, 8821.0, 8809.0, 8818.0, 8784.0, 8793.0, 8763.0, 8794.0, 8777.0, 8801.0, 8780.0, 8800.0, 8825.0, 8798.0, 8822.0, 8793.0, 8798.0, 8772.0, 8795.0, 8786.0, 8801.0, 8804.0, 8823.0, 8827.0, 8831.0, 8839.0, 8806.0, 8813.0, 8805.0, 8799.0, 8804.0, 8813.0, 8805.0, 8816.0, 8790.0, 8819.0, 8816.0, 8825.0, 8788.0, 8800.0, 8790.0, 8781.0, 8791.0, 8767.0, 8791.0, 8762.0, 8792.0, 8767.0, 8805.0, 8802.0, 8803.0, 8778.0, 8796.0, 8766.0, 8817.0, 8781.0, 8803.0, 8826.0, 8790.0, 8844.0, 8808.0, 8812.0, 8771.0, 8797.0, 8768.0, 8813.0, 8783.0, 8816.0, 8782.0, 8819.0, 8824.0, 8808.0, 8812.0, 8802.0, 8809.0, 8785.0, 8809.0, 8786.0, 8812.0, 8788.0, 8819.0, 8804.0, 8801.0, 8776.0, 8796.0, 8776.0, 8798.0, 8793.0, 8789.0, 8838.0, 8806.0, 8816.0, 8788.0, 8845.0, 8814.0, 8844.0, 8806.0, 8799.0, 8804.0, 8813.0, 8782.0, 8815.0, 8753.0, 8774.0, 8784.0, 8760.0, 8791.0, 8764.0, 8797.0, 8779.0, 8800.0, 8806.0, 8781.0, 8789.0, 8758.0, 8771.0, 8734.0, 8753.0, 8727.0, 8729.0, 8735.0, 8705.0, 8745.0, 8711.0, 8742.0, 8707.0, 8714.0, 8700.0, 8713.0, 8703.0, 8720.0, 8706.0, 8727.0, 8711.0, 8730.0, 8740.0, 8736.0, 8787.0, 8757.0, 8769.0, 8756.0, 8749.0, 8757.0, 8768.0, 8761.0, 8774.0, 8789.0, 8800.0, 8783.0, 8801.0, 8811.0, 8826.0, 8800.0, 8819.0, 8809.0, 8820.0, 8811.0, 8790.0, 8814.0, 8789.0, 8837.0, 8817.0, 8824.0, 8789.0, 8817.0, 8787.0, 8816.0, 8782.0, 8817.0, 8799.0, 8802.0, 8832.0, 8814.0, 8840.0, 8809.0, 8819.0, 8793.0, 8815.0, 8789.0, 8815.0, 8786.0, 8819.0, 8806.0, 8828.0, 8836.0, 8805.0, 8812.0, 8793.0, 8811.0, 8786.0, 8814.0, 8785.0, 8822.0, 8809.0, 8809.0, 8788.0, 8803.0, 8783.0, 8819.0, 8795.0, 8800.0, 8812.0, 8790.0, 8816.0, 8797.0, 8841.0, 8805.0, 8820.0, 8789.0, 8817.0, 8785.0, 8816.0, 8797.0, 8803.0, 8854.0, 8790.0, 8796.0, 8783.0, 8796.0, 8782.0, 8798.0, 8772.0, 8797.0, 8802.0, 8809.0, 8838.0, 8810.0, 8813.0, 8793.0, 8812.0, 8813.0, 8842.0, 8810.0, 8822.0, 8830.0, 8828.0, 8811.0, 8820.0, 8790.0, 8819.0, 8786.0, 8819.0, 8796.0, 8817.0, 8827.0, 8789.0, 8824.0, 8790.0, 8797.0, 8770.0, 8796.0, 8760.0, 8790.0, 8771.0, 8779.0, 8804.0, 8769.0, 8805.0, 8783.0, 8788.0, 8758.0, 8789.0, 8757.0, 8778.0, 8774.0, 8784.0, 8808.0, 8805.0, 8820.0, 8790.0, 8795.0, 8769.0, 8794.0, 8783.0, 8813.0, 8782.0, 8802.0, 8780.0, 8804.0, 8851.0, 8809.0, 8801.0, 8786.0, 8794.0, 8767.0, 8796.0, 8766.0, 8800.0, 8779.0, 8786.0, 8810.0, 8772.0, 8817.0, 8792.0, 8822.0, 8785.0, 8812.0, 8782.0, 8812.0, 8807.0, 8825.0, 8791.0, 8847.0, 8830.0, 8827.0, 8813.0, 8804.0, 8825.0, 8802.0, 8813.0, 8786.0, 8815.0, 8765.0, 8798.0, 8815.0, 8806.0, 8828.0, 8782.0, 8790.0, 8784.0, 8794.0, 8784.0, 8795.0, 8767.0, 8797.0, 8791.0, 8825.0, 8787.0, 8797.0, 8760.0, 8796.0, 8788.0, 8782.0, 8804.0, 8767.0, 8794.0, 8768.0, 8821.0, 8810.0, 8806.0, 8782.0, 8796.0, 8776.0, 8796.0, 8775.0, 8796.0, 8809.0, 8784.0, 8797.0, 8766.0, 8819.0, 8792.0, 8798.0, 8773.0, 8806.0, 8791.0, 8782.0, 8788.0, 8779.0, 8793.0, 8785.0, 8816.0, 8806.0, 8839.0, 8805.0, 8796.0, 8784.0, 8811.0, 8785.0, 8815.0, 8783.0, 8817.0, 8783.0, 8808.0, 8856.0, 8809.0, 8816.0, 8770.0, 8791.0, 8766.0, 8792.0, 8766.0, 8798.0, 8764.0, 8799.0, 8791.0, 8804.0, 8841.0, 8806.0, 8819.0, 8785.0, 8791.0, 8805.0, 8797.0, 8786.0, 8795.0, 8761.0, 8791.0, 8759.0, 8778.0, 8791.0, 8782.0, 8797.0, 8782.0, 8813.0, 8764.0, 8797.0, 8802.0, 8757.0, 8769.0, 8739.0, 8793.0, 8756.0, 8746.0, 8710.0, 8727.0, 8735.0, 8707.0, 8734.0, 8724.0, 8738.0, 8724.0, 8742.0, 8729.0, 8755.0, 8759.0, 8770.0, 8753.0, 8765.0, 8734.0, 8767.0, 8736.0, 8773.0, 8766.0, 8759.0, 8784.0, 8762.0, 8775.0, 8788.0, 8815.0, 8786.0, 8792.0, 8780.0, 8793.0, 8782.0, 8797.0, 8786.0, 8816.0, 8787.0, 8820.0, 8787.0, 8821.0, 8829.0, 8830.0, 8805.0, 8817.0, 8785.0, 8843.0, 8800.0, 8806.0, 8813.0, 8808.0, 8843.0, 8816.0, 8840.0, 8811.0, 8836.0, 8794.0, 8819.0, 8809.0, 8816.0, 8808.0, 8822.0, 8831.0, 8848.0, 8819.0, 8840.0, 8808.0, 8838.0, 8808.0, 8841.0, 8790.0, 8821.0, 8830.0, 8806.0, 8847.0, 8813.0, 8832.0, 8791.0, 8812.0, 8792.0, 8815.0, 8792.0, 8818.0, 8787.0, 8817.0, 8810.0, 8825.0, 8804.0, 8800.0, 8778.0, 8800.0, 8807.0, 8783.0, 8793.0, 8785.0, 8797.0, 8784.0, 8839.0, 8807.0, 8814.0, 8765.0, 8797.0, 8808.0, 8819.0, 8810.0, 8806.0, 8817.0, 8807.0, 8800.0, 8826.0, 8828.0, 8838.0, 8808.0, 8813.0, 8804.0, 8812.0, 8793.0, 8826.0, 8837.0, 8845.0, 8810.0, 8815.0, 8801.0, 8832.0, 8782.0, 8814.0, 8778.0, 8802.0, 8794.0, 8786.0, 8835.0, 8811.0, 8820.0, 8787.0, 8814.0, 8804.0, 8809.0, 8782.0, 8793.0, 8765.0, 8797.0, 8761.0, 8818.0, 8787.0, 8777.0, 8753.0, 8769.0, 8749.0, 8787.0, 8755.0, 8789.0, 8770.0, 8774.0, 8802.0, 8775.0, 8812.0, 8787.0, 8793.0, 8758.0, 8768.0, 8755.0, 8771.0, 8772.0, 8790.0, 8771.0, 8791.0, 8759.0, 8800.0, 8819.0, 8785.0, 8787.0, 8776.0, 8772.0, 8781.0, 8810.0, 8806.0, 8813.0, 8789.0, 8798.0, 8812.0, 8825.0, 8807.0, 8798.0, 8779.0, 8797.0, 8780.0, 8816.0, 8781.0, 8818.0, 8813.0, 8805.0, 8815.0, 8811.0, 8846.0, 8823.0, 8813.0, 8797.0, 8813.0, 8785.0, 8820.0, 8786.0, 8816.0, 8785.0, 8820.0, 8817.0, 8810.0, 8829.0, 8785.0, 8811.0, 8789.0, 8815.0, 8820.0, 8839.0, 8811.0, 8845.0, 8814.0, 8834.0, 8801.0, 8832.0, 8809.0, 8816.0, 8782.0, 8801.0, 8823.0, 8829.0, 8852.0, 8807.0, 8823.0, 8780.0, 8791.0, 8779.0, 8792.0, 8776.0, 8795.0, 8773.0, 8777.0, 8802.0, 8786.0, 8815.0, 8764.0, 8770.0, 8763.0, 8771.0, 8757.0, 8774.0, 8757.0, 8791.0, 8758.0, 8801.0, 8814.0, 8781.0, 8785.0, 8764.0, 8783.0, 8777.0, 8788.0, 8779.0, 8789.0, 8799.0, 8820.0, 8790.0, 8796.0, 8779.0, 8813.0, 8779.0, 8814.0, 8782.0, 8824.0, 8832.0, 8808.0, 8820.0, 8802.0, 8809.0, 8803.0, 8813.0, 8811.0, 8822.0, 8800.0, 8817.0, 8813.0, 8827.0, 8807.0, 8818.0, 8784.0, 8814.0, 8785.0, 8835.0, 8786.0, 8823.0, 8815.0, 8806.0, 8837.0, 8816.0, 8821.0, 8787.0, 8794.0, 8766.0, 8793.0, 8780.0, 8796.0, 8776.0, 8792.0, 8776.0, 8805.0, 8832.0, 8781.0, 8803.0, 8761.0, 8782.0, 8760.0, 8786.0, 8807.0, 8795.0, 8778.0, 8818.0, 8806.0, 8818.0, 8795.0, 8799.0, 8780.0, 8844.0, 8798.0, 8801.0, 8794.0, 8786.0, 8797.0, 8811.0, 8845.0, 8824.0, 8814.0, 8799.0, 8796.0, 8780.0, 8812.0, 8780.0, 8813.0, 8783.0, 8801.0, 8806.0, 8809.0, 8813.0, 8781.0, 8788.0, 8780.0, 8807.0, 8782.0, 8793.0, 8778.0, 8795.0, 8805.0, 8816.0, 8796.0, 8791.0, 8775.0, 8789.0, 8759.0, 8798.0, 8779.0, 8800.0, 8793.0, 8803.0, 8852.0, 8806.0, 8813.0, 8783.0, 8804.0, 8783.0, 8811.0, 8788.0, 8810.0, 8806.0, 8815.0, 8827.0, 8843.0, 8824.0, 8815.0, 8797.0, 8812.0, 8783.0, 8814.0, 8782.0, 8818.0, 8783.0, 8804.0, 8803.0, 8827.0, 8851.0, 8804.0, 8808.0, 8788.0, 8808.0, 8804.0, 8808.0, 8811.0, 8815.0, 8800.0, 8817.0, 8813.0, 8837.0, 8812.0, 8816.0, 8783.0, 8809.0, 8781.0, 8815.0, 8783.0, 8820.0, 8782.0, 8801.0, 8797.0, 8800.0, 8825.0, 8806.0, 8835.0, 8785.0, 8788.0, 8760.0, 8771.0, 8764.0, 8788.0, 8777.0, 8790.0, 8776.0, 8791.0, 8790.0, 8815.0, 8781.0, 8776.0, 8757.0, 8789.0, 8755.0, 8791.0, 8771.0, 8777.0, 8802.0, 8779.0, 8831.0, 8806.0, 8818.0, 8808.0, 8814.0, 8783.0, 8805.0, 8783.0, 8790.0, 8802.0, 8804.0, 8780.0, 8820.0, 8798.0, 8795.0, 8782.0, 8815.0, 8785.0, 8820.0, 8811.0, 8801.0, 8854.0, 8785.0, 8792.0, 8756.0, 8768.0, 8736.0, 8763.0, 8714.0, 8743.0, 8709.0, 8726.0, 8706.0, 8724.0, 8719.0, 8710.0, 8749.0, 8712.0, 8739.0, 8738.0, 8788.0, 8757.0, 8754.0, 8750.0, 8758.0, 8749.0, 8749.0, 8775.0, 8771.0, 8781.0, 8803.0, 8786.0, 8794.0, 8805.0, 8839.0, 8806.0, 8798.0, 8783.0, 8798.0, 8783.0, 8816.0, 8784.0, 8818.0, 8786.0, 8804.0, 8794.0, 8823.0, 8854.0, 8790.0, 8828.0, 8789.0, 8808.0, 8770.0, 8807.0, 8786.0, 8814.0, 8810.0, 8821.0, 8806.0, 8817.0, 8799.0, 8811.0, 8786.0, 8813.0, 8786.0, 8820.0, 8817.0, 8841.0, 8813.0, 8837.0, 8804.0, 8815.0, 8804.0, 8832.0, 8803.0, 8833.0, 8786.0, 8819.0, 8813.0, 8822.0, 8802.0, 8812.0, 8780.0, 8812.0, 8780.0, 8810.0, 8762.0, 8795.0, 8761.0, 8779.0, 8799.0, 8802.0, 8795.0, 8775.0, 8755.0, 8791.0, 8772.0, 8782.0, 8806.0, 8783.0, 8813.0, 8791.0, 8819.0, 8788.0, 8794.0, 8786.0, 8793.0, 8785.0, 8795.0, 8792.0, 8815.0, 8790.0, 8817.0, 8829.0, 8844.0, 8824.0, 8814.0, 8799.0, 8811.0, 8783.0, 8812.0, 8783.0, 8820.0, 8784.0, 8802.0, 8823.0, 8808.0, 8816.0, 8789.0, 8809.0, 8803.0, 8812.0, 8806.0, 8815.0, 8792.0, 8838.0, 8827.0, 8838.0, 8805.0, 8813.0, 8785.0, 8817.0, 8801.0, 8820.0, 8784.0, 8824.0, 8809.0, 8818.0, 8801.0, 8819.0, 8786.0, 8822.0, 8787.0, 8820.0, 8804.0, 8845.0, 8852.0, 8810.0, 8814.0, 8805.0, 8831.0, 8806.0, 8827.0, 8788.0, 8842.0, 8810.0, 8839.0, 8807.0, 8812.0, 8804.0, 8813.0, 8788.0, 8811.0, 8787.0, 8816.0, 8769.0, 8836.0, 8808.0, 8800.0, 8776.0, 8794.0, 8760.0, 8792.0, 8771.0, 8793.0, 8803.0, 8760.0, 8810.0, 8785.0, 8793.0, 8760.0, 8787.0, 8759.0, 8790.0, 8775.0, 8797.0, 8764.0, 8800.0, 8810.0, 8810.0, 8821.0, 8804.0, 8796.0, 8783.0, 8814.0, 8804.0, 8836.0, 8807.0, 8815.0, 8809.0, 8846.0, 8830.0, 8820.0, 8811.0, 8833.0, 8794.0, 8813.0, 8789.0, 8816.0, 8787.0, 8840.0, 8813.0, 8819.0, 8781.0, 8797.0, 8774.0, 8792.0, 8802.0, 8761.0, 8785.0, 8765.0, 8797.0, 8778.0, 8785.0, 8757.0, 8785.0, 8743.0, 8792.0, 8758.0, 8792.0, 8760.0, 8802.0, 8819.0, 8785.0, 8790.0, 8780.0, 8790.0, 8780.0, 8790.0, 8783.0, 8794.0, 8802.0, 8820.0, 8789.0, 8809.0, 8778.0, 8809.0, 8777.0, 8796.0, 8764.0, 8799.0, 8785.0, 8823.0, 8806.0, 8802.0, 8768.0, 8815.0, 8782.0, 8817.0, 8796.0, 8800.0, 8834.0, 8807.0, 8814.0, 8786.0, 8811.0, 8784.0, 8811.0, 8789.0, 8815.0, 8802.0, 8825.0, 8825.0, 8832.0, 8803.0, 8834.0, 8809.0, 8865.0, 8811.0, 8834.0, 8807.0, 8842.0, 8809.0, 8821.0, 8785.0, 8831.0, 8785.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.00043634749034749033</td></tr>
<tr><td colspan=3>aqi</td><td>0.023472418146718143</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.12754392848528</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2360684555255046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9772330089026274</td></tr>
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
<tr><td colspan=3>fber</td><td>6835.7646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10808284212719053</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.563706563706564</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6502536557031946</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.663434481953319</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.819148750968074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4681777341881905</td></tr>
<tr><td colspan=3>gcor</td><td>0.0168303</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006245338823646307</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02237989939749241</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6902709254454535</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>40.9954</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6951</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.8786</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305872.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.9279</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0173</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.4057</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3143.6444</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.4311</td></tr>
<tr><td colspan=3>tsnr</td><td>40.22634876286611</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>