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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:29:51.092500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999037, 0.0298197, 0.0321938, -0.0310469, 0.998783, 0.0383168]</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_brain_imaging_center</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.123318</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>[4142, -7767, -7252, 475, -57, -101, 4, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0d1a969-8c8a-4ccf-81b7-c3cfb11c3138||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680342435836792, -0.08329656720161438, 0.08373238891363144, 118.11659240722656], [-0.08000411838293076, 2.6796624660491943, 0.10605449229478836, -94.88450622558594], [0.08637352287769318, -0.10280126333236694, 2.6966166496276855, -43.06901168823242], [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': ['132951.092500', '132951.552500', '132952.012500', '132952.472500', '132952.932500', '132953.392500', '132953.852500', '132954.312500', '132954.772500', '132955.232500', '132955.692500', '132956.152500', '132956.612500', '132957.072500', '132957.532500', '132957.992500', '132958.452500', '132958.912500', '132959.372500', '132959.832500', '133000.292500', '133000.752500', '133001.212500', '133001.672500', '133002.132500', '133002.592500', '133003.052500', '133003.512500', '133003.972500', '133004.432500', '133004.892500', '133005.352500', '133005.812500', '133006.272500', '133006.732500', '133007.192500', '133007.652500', '133008.112500', '133008.572500', '133009.032500', '133009.492500', '133009.952500', '133010.412500', '133010.872500', '133011.332500', '133011.792500', '133012.252500', '133012.712500', '133013.172500', '133013.632500', '133014.092500', '133014.552500', '133015.012500', '133015.472500', '133015.932500', '133016.392500', '133016.852500', '133017.312500', '133017.772500', '133018.232500', '133018.692500', '133019.152500', '133019.612500', '133020.072500', '133020.532500', '133020.992500', '133021.452500', '133021.912500', '133022.372500', '133022.832500', '133023.292500', '133023.752500', '133024.212500', '133024.672500', '133025.132500', '133025.592500', '133026.052500', '133026.512500', '133026.972500', '133027.432500', '133027.892500', '133028.352500', '133028.812500', '133029.272500', '133029.732500', '133030.192500', '133030.652500', '133031.112500', '133031.572500', '133032.032500', '133032.492500', '133032.952500', '133033.412500', '133033.872500', '133034.332500', '133034.792500', '133035.252500', '133035.712500', '133036.172500', '133036.632500', '133037.092500', '133037.552500', '133038.012500', '133038.472500', '133038.932500', '133039.392500', '133039.852500', '133040.312500', '133040.772500', '133041.232500', '133041.692500', '133042.152500', '133042.612500', '133043.072500', '133043.532500', '133043.992500', '133044.452500', '133044.912500', '133045.372500', '133045.832500', '133046.292500', '133046.752500', '133047.212500', '133047.672500', '133048.132500', '133048.592500', '133049.052500', '133049.512500', '133049.972500', '133050.432500', '133050.892500', '133051.352500', '133051.812500', '133052.272500', '133052.732500', '133053.192500', '133053.652500', '133054.112500', '133054.572500', '133055.032500', '133055.492500', '133055.952500', '133056.412500', '133056.872500', '133057.332500', '133057.792500', '133058.252500', '133058.712500', '133059.172500', '133059.632500', '133100.092500', '133100.552500', '133101.012500', '133101.472500', '133101.932500', '133102.392500', '133102.852500', '133103.312500', '133103.772500', '133104.232500', '133104.692500', '133105.152500', '133105.612500', '133106.072500', '133106.532500', '133106.992500', '133107.452500', '133107.912500', '133108.372500', '133108.832500', '133109.292500', '133109.752500', '133110.212500', '133110.672500', '133111.132500', '133111.592500', '133112.052500', '133112.512500', '133112.972500', '133113.432500', '133113.892500', '133114.352500', '133114.812500', '133115.272500', '133115.732500', '133116.192500', '133116.652500', '133117.112500', '133117.572500', '133118.032500', '133118.492500', '133118.952500', '133119.412500', '133119.872500', '133120.332500', '133120.792500', '133121.252500', '133121.712500', '133122.172500', '133122.632500', '133123.092500', '133123.552500', '133124.012500', '133124.472500', '133124.932500', '133125.392500', '133125.852500', '133126.312500', '133126.772500', '133127.232500', '133127.692500', '133128.152500', '133128.612500', '133129.072500', '133129.532500', '133129.992500', '133130.452500', '133130.912500', '133131.372500', '133131.832500', '133132.292500', '133132.752500', '133133.212500', '133133.672500', '133134.132500', '133134.592500', '133135.052500', '133135.512500', '133135.972500', '133136.432500', '133136.892500', '133137.352500', '133137.812500', '133138.272500', '133138.732500', '133139.192500', '133139.652500', '133140.112500', '133140.572500', '133141.032500', '133141.492500', '133141.952500', '133142.412500', '133142.872500', '133143.332500', '133143.792500', '133144.252500', '133144.712500', '133145.172500', '133145.632500', '133146.092500', '133146.552500', '133147.012500', '133147.472500', '133147.932500', '133148.392500', '133148.852500', '133149.312500', '133149.772500', '133150.232500', '133150.692500', '133151.152500', '133151.612500', '133152.072500', '133152.532500', '133152.992500', '133153.452500', '133153.912500', '133154.372500', '133154.832500', '133155.292500', '133155.752500', '133156.212500', '133156.672500', '133157.132500', '133157.592500', '133158.052500', '133158.512500', '133158.972500', '133159.432500', '133159.892500', '133200.352500', '133200.812500', '133201.272500', '133201.732500', '133202.192500', '133202.652500', '133203.112500', '133203.572500', '133204.032500', '133204.492500', '133204.952500', '133205.412500', '133205.872500', '133206.332500', '133206.792500', '133207.252500', '133207.712500', '133208.172500', '133208.632500', '133209.092500', '133209.552500', '133210.012500', '133210.472500', '133210.932500', '133211.392500', '133211.852500', '133212.312500', '133212.772500', '133213.232500', '133213.692500', '133214.152500', '133214.612500', '133215.072500', '133215.532500', '133215.992500', '133216.452500', '133216.912500', '133217.372500', '133217.832500', '133218.292500', '133218.752500', '133219.212500', '133219.672500', '133220.132500', '133220.592500', '133221.052500', '133221.512500', '133221.972500', '133222.432500', '133222.892500', '133223.352500', '133223.812500', '133224.272500', '133224.732500', '133225.192500', '133225.652500', '133226.112500', '133226.572500', '133227.032500', '133227.492500', '133227.952500', '133228.412500', '133228.872500', '133229.332500', '133229.792500', '133230.252500', '133230.712500', '133231.172500', '133231.632500', '133232.092500', '133232.552500', '133233.012500', '133233.472500', '133233.932500', '133234.392500', '133234.852500', '133235.312500', '133235.772500', '133236.232500', '133236.692500', '133237.152500', '133237.612500', '133238.072500', '133238.532500', '133238.992500', '133239.452500', '133239.912500', '133240.372500', '133240.832500', '133241.292500', '133241.752500', '133242.212500', '133242.672500', '133243.132500', '133243.592500', '133244.052500', '133244.512500', '133244.972500', '133245.432500', '133245.892500', '133246.352500', '133246.812500', '133247.272500', '133247.732500', '133248.192500', '133248.652500', '133249.112500', '133249.572500', '133250.032500', '133250.492500', '133250.952500', '133251.412500', '133251.872500', '133252.332500', '133252.792500', '133253.252500', '133253.712500', '133254.172500', '133254.632500', '133255.092500', '133255.552500', '133256.012500', '133256.472500', '133256.932500', '133257.392500', '133257.852500', '133258.312500', '133258.772500', '133259.232500', '133259.692500', '133300.152500', '133300.612500', '133301.072500', '133301.532500', '133301.992500', '133302.452500', '133302.912500', '133303.372500', '133303.832500', '133304.292500', '133304.752500', '133305.212500', '133305.672500', '133306.132500', '133306.592500', '133307.052500', '133307.512500', '133307.972500', '133308.432500', '133308.892500', '133309.352500', '133309.812500', '133310.272500', '133310.732500', '133311.192500', '133311.652500', '133312.112500', '133312.572500', '133313.032500', '133313.492500', '133313.952500', '133314.412500', '133314.872500', '133315.332500', '133315.792500', '133316.252500', '133316.712500', '133317.172500', '133317.632500', '133318.092500', '133318.552500', '133319.012500', '133319.472500', '133319.932500', '133320.392500', '133320.852500', '133321.312500', '133321.772500', '133322.232500', '133322.692500', '133323.152500', '133323.612500', '133324.072500', '133324.532500', '133324.992500', '133325.452500', '133325.912500', '133326.372500', '133326.832500', '133327.292500', '133327.752500', '133328.212500', '133328.672500', '133329.132500', '133329.592500', '133330.052500', '133330.512500', '133330.972500', '133331.432500', '133331.892500', '133332.352500', '133332.812500', '133333.272500', '133333.732500', '133334.192500', '133334.652500', '133335.112500', '133335.572500', '133336.032500', '133336.492500', '133336.952500', '133337.412500', '133337.872500', '133338.332500', '133338.792500', '133339.252500', '133339.712500', '133340.172500', '133340.632500', '133341.092500', '133341.552500', '133342.012500', '133342.472500', '133342.932500', '133343.392500', '133343.852500', '133344.312500', '133344.772500', '133345.232500', '133345.692500', '133346.152500', '133346.612500', '133347.072500', '133347.532500', '133347.992500', '133348.452500', '133348.912500', '133349.372500', '133349.832500', '133350.292500', '133350.752500', '133351.212500', '133351.672500', '133352.132500', '133352.592500', '133353.052500', '133353.512500', '133353.972500', '133354.432500', '133354.892500', '133355.352500', '133355.812500', '133356.272500', '133356.732500', '133357.192500', '133357.652500', '133358.112500', '133358.572500', '133359.032500', '133359.492500', '133359.952500', '133400.412500', '133400.872500', '133401.332500', '133401.792500', '133402.252500', '133402.712500', '133403.172500', '133403.632500', '133404.092500', '133404.552500', '133405.012500', '133405.472500', '133405.932500', '133406.392500', '133406.852500', '133407.312500', '133407.772500', '133408.232500', '133408.692500', '133409.152500', '133409.612500', '133410.072500', '133410.532500', '133410.992500', '133411.452500', '133411.912500', '133412.372500', '133412.832500', '133413.292500', '133413.752500', '133414.212500', '133414.672500', '133415.132500', '133415.592500', '133416.052500', '133416.512500', '133416.972500', '133417.432500', '133417.892500', '133418.352500', '133418.812500', '133419.272500', '133419.732500', '133420.192500', '133420.652500', '133421.112500', '133421.572500', '133422.032500', '133422.492500', '133422.952500', '133423.412500', '133423.872500', '133424.332500', '133424.792500', '133425.252500', '133425.712500', '133426.172500', '133426.632500', '133427.092500', '133427.552500', '133428.012500', '133428.472500', '133428.932500', '133429.392500', '133429.852500', '133430.312500', '133430.772500', '133431.232500', '133431.692500', '133432.152500', '133432.612500', '133433.072500', '133433.532500', '133433.992500', '133434.452500', '133434.912500', '133435.372500', '133435.832500', '133436.292500', '133436.752500', '133437.212500', '133437.672500', '133438.132500', '133438.592500', '133439.052500', '133439.512500', '133439.972500', '133440.432500', '133440.892500', '133441.352500', '133441.812500', '133442.272500', '133442.732500', '133443.192500', '133443.652500', '133444.112500', '133444.572500', '133445.032500', '133445.492500', '133445.952500', '133446.412500', '133446.872500', '133447.332500', '133447.792500', '133448.252500', '133448.712500', '133449.172500', '133449.632500', '133450.092500', '133450.552500', '133451.012500', '133451.472500', '133451.932500', '133452.392500', '133452.852500', '133453.312500', '133453.772500', '133454.232500', '133454.692500', '133455.152500', '133455.612500', '133456.072500', '133456.532500', '133456.992500', '133457.452500', '133457.912500', '133458.372500', '133458.832500', '133459.292500', '133459.752500', '133500.212500', '133500.672500', '133501.132500', '133501.592500', '133502.052500', '133502.512500', '133502.972500', '133503.432500', '133503.892500', '133504.352500', '133504.812500', '133505.272500', '133505.732500', '133506.192500', '133506.652500', '133507.112500', '133507.572500', '133508.032500', '133508.492500', '133508.952500', '133509.412500', '133509.872500', '133510.332500', '133510.792500', '133511.252500', '133511.712500', '133512.172500', '133512.632500', '133513.092500', '133513.552500', '133514.012500', '133514.472500', '133514.932500', '133515.392500', '133515.852500', '133516.312500', '133516.772500', '133517.232500', '133517.692500', '133518.152500', '133518.612500', '133519.072500', '133519.532500', '133519.992500', '133520.452500', '133520.912500', '133521.372500', '133521.832500', '133522.292500', '133522.752500', '133523.212500', '133523.672500', '133524.132500', '133524.592500', '133525.052500', '133525.512500', '133525.972500', '133526.432500', '133526.892500', '133527.352500', '133527.812500', '133528.272500', '133528.732500', '133529.192500', '133529.652500', '133530.112500', '133530.572500', '133531.032500', '133531.492500', '133531.952500', '133532.412500', '133532.872500', '133533.332500', '133533.792500', '133534.252500', '133534.712500', '133535.172500', '133535.632500', '133536.092500', '133536.552500', '133537.012500', '133537.472500', '133537.932500', '133538.392500', '133538.852500', '133539.312500', '133539.772500', '133540.232500', '133540.692500', '133541.152500', '133541.612500', '133542.072500', '133542.532500', '133542.992500', '133543.452500', '133543.912500', '133544.372500', '133544.832500', '133545.292500', '133545.752500', '133546.212500', '133546.672500', '133547.132500', '133547.592500', '133548.052500', '133548.512500', '133548.972500', '133549.432500', '133549.892500', '133550.352500', '133550.812500', '133551.272500', '133551.732500', '133552.192500', '133552.652500', '133553.112500', '133553.572500', '133554.032500', '133554.492500', '133554.952500', '133555.412500', '133555.872500', '133556.332500', '133556.792500', '133557.252500', '133557.712500', '133558.172500', '133558.632500', '133559.092500', '133559.552500', '133600.012500', '133600.472500', '133600.932500', '133601.392500', '133601.852500', '133602.312500', '133602.772500', '133603.232500', '133603.692500', '133604.152500', '133604.612500', '133605.072500', '133605.532500', '133605.992500', '133606.452500', '133606.912500', '133607.372500', '133607.832500', '133608.292500', '133608.752500', '133609.212500', '133609.672500', '133610.132500', '133610.592500', '133611.052500', '133611.512500', '133611.972500', '133612.432500', '133612.892500', '133613.352500', '133613.812500', '133614.272500', '133614.732500', '133615.192500', '133615.652500', '133616.112500', '133616.572500', '133617.032500', '133617.492500', '133617.952500', '133618.412500', '133618.872500', '133619.332500', '133619.792500', '133620.252500', '133620.712500', '133621.172500', '133621.632500', '133622.092500', '133622.552500', '133623.012500', '133623.472500', '133623.932500', '133624.392500', '133624.852500', '133625.312500', '133625.772500', '133626.232500', '133626.692500', '133627.152500', '133627.612500', '133628.072500', '133628.532500', '133628.992500', '133629.452500', '133629.912500', '133630.372500', '133630.832500', '133631.292500', '133631.752500', '133632.212500', '133632.672500', '133633.132500', '133633.592500', '133634.052500', '133634.512500', '133634.972500', '133635.432500', '133635.892500', '133636.352500', '133636.812500', '133637.272500', '133637.732500', '133638.192500', '133638.652500', '133639.112500', '133639.572500', '133640.032500', '133640.492500', '133640.952500', '133641.412500', '133641.872500', '133642.332500', '133642.792500', '133643.252500', '133643.712500', '133644.172500', '133644.632500', '133645.092500', '133645.552500', '133646.012500', '133646.472500', '133646.932500', '133647.392500', '133647.852500', '133648.312500', '133648.772500', '133649.232500', '133649.692500', '133650.152500', '133650.612500', '133651.072500', '133651.532500', '133651.992500', '133652.452500', '133652.912500', '133653.372500', '133653.832500', '133654.292500', '133654.752500', '133655.212500', '133655.672500', '133656.132500', '133656.592500', '133657.052500', '133657.512500', '133657.972500', '133658.432500', '133658.892500', '133659.352500', '133659.812500', '133700.272500', '133700.732500', '133701.192500', '133701.652500', '133702.112500', '133702.572500', '133703.032500', '133703.492500', '133703.952500', '133704.412500', '133704.872500', '133705.332500', '133705.792500', '133706.252500', '133706.712500', '133707.172500', '133707.632500', '133708.092500', '133708.552500', '133709.012500', '133709.472500', '133709.932500', '133710.392500', '133710.852500', '133711.312500', '133711.772500', '133712.232500', '133712.692500', '133713.152500', '133713.612500', '133714.072500', '133714.532500', '133714.992500', '133715.452500', '133715.912500', '133716.372500', '133716.832500', '133717.292500', '133717.752500', '133718.212500', '133718.672500', '133719.132500', '133719.592500', '133720.052500', '133720.512500', '133720.972500', '133721.432500', '133721.892500', '133722.352500', '133722.812500', '133723.272500', '133723.732500', '133724.192500', '133724.652500', '133725.112500', '133725.572500', '133726.032500', '133726.492500', '133726.952500', '133727.412500', '133727.872500', '133728.332500', '133728.792500', '133729.252500', '133729.712500', '133730.172500', '133730.632500', '133731.092500', '133731.552500', '133732.012500', '133732.472500', '133732.932500', '133733.392500', '133733.852500', '133734.312500', '133734.772500', '133735.232500', '133735.692500', '133736.152500', '133736.612500', '133737.072500', '133737.532500', '133737.992500', '133738.452500', '133738.912500', '133739.372500', '133739.832500', '133740.292500', '133740.752500', '133741.212500', '133741.672500', '133742.132500', '133742.592500', '133743.052500', '133743.512500', '133743.972500', '133744.432500', '133744.892500', '133745.352500', '133745.812500', '133746.272500', '133746.732500', '133747.192500', '133747.652500', '133748.112500', '133748.572500', '133749.032500', '133749.492500', '133749.952500', '133750.412500', '133750.872500', '133751.332500', '133751.792500', '133752.252500', '133752.712500', '133753.172500', '133753.632500', '133754.092500', '133754.552500', '133755.012500', '133755.472500', '133755.932500', '133756.392500', '133756.852500', '133757.312500', '133757.772500', '133758.232500', '133758.692500', '133759.152500', '133759.612500', '133800.072500', '133800.532500', '133800.992500', '133801.452500', '133801.912500', '133802.372500', '133802.832500', '133803.292500', '133803.752500', '133804.212500', '133804.672500', '133805.132500', '133805.592500', '133806.052500', '133806.512500', '133806.972500', '133807.432500', '133807.892500', '133808.352500', '133808.812500', '133809.272500', '133809.732500', '133810.192500', '133810.652500', '133811.112500', '133811.572500', '133812.032500', '133812.492500', '133812.952500', '133813.412500', '133813.872500', '133814.332500', '133814.792500', '133815.252500', '133815.712500', '133816.172500', '133816.632500', '133817.092500', '133817.552500', '133818.012500', '133818.472500', '133818.932500', '133819.392500', '133819.852500', '133820.312500', '133820.772500', '133821.232500', '133821.692500', '133822.152500', '133822.612500', '133823.072500', '133823.532500', '133823.992500', '133824.452500', '133824.912500', '133825.372500', '133825.832500', '133826.292500', '133826.752500', '133827.212500', '133827.672500', '133828.132500', '133828.592500', '133829.052500', '133829.512500', '133829.972500', '133830.432500', '133830.892500', '133831.352500', '133831.812500', '133832.272500', '133832.732500', '133833.192500', '133833.652500', '133834.112500', '133834.572500', '133835.032500', '133835.492500', '133835.952500', '133836.412500', '133836.872500', '133837.332500', '133837.792500', '133838.252500', '133838.712500', '133839.172500', '133839.632500', '133840.092500', '133840.552500', '133841.012500', '133841.472500', '133841.932500', '133842.392500', '133842.852500', '133843.312500', '133843.772500', '133844.232500', '133844.692500', '133845.152500', '133845.612500', '133846.072500', '133846.532500', '133846.992500', '133847.452500', '133847.912500', '133848.372500', '133848.832500', '133849.292500', '133849.752500', '133850.212500', '133850.672500', '133851.132500', '133851.592500', '133852.052500', '133852.512500', '133852.972500', '133853.432500', '133853.892500', '133854.352500', '133854.812500', '133855.272500', '133855.732500', '133856.192500', '133856.652500', '133857.112500', '133857.572500', '133858.032500', '133858.492500', '133858.952500', '133859.412500', '133859.872500', '133900.332500', '133900.792500', '133901.252500', '133901.712500', '133902.172500', '133902.632500', '133903.092500', '133903.552500', '133904.012500', '133904.472500', '133904.932500', '133905.392500', '133905.852500', '133906.312500', '133906.772500', '133907.232500', '133907.692500', '133908.152500', '133908.612500', '133909.072500', '133909.532500', '133909.992500', '133910.452500', '133910.912500', '133911.372500', '133911.832500', '133912.292500', '133912.752500', '133913.212500', '133913.672500', '133914.132500', '133914.592500', '133915.052500', '133915.512500', '133915.972500', '133916.432500', '133916.892500', '133917.352500', '133917.812500', '133918.272500', '133918.732500', '133919.192500', '133919.652500', '133920.112500', '133920.572500', '133921.032500', '133921.492500', '133921.952500', '133922.412500', '133922.872500', '133923.332500', '133923.792500', '133924.252500', '133924.712500', '133925.172500', '133925.632500', '133926.092500', '133926.552500', '133927.012500', '133927.472500', '133927.932500', '133928.392500', '133928.852500', '133929.312500', '133929.772500', '133930.232500', '133930.692500', '133931.152500', '133931.612500', '133932.072500', '133932.532500', '133932.992500', '133933.452500', '133933.912500', '133934.372500', '133934.832500', '133935.292500', '133935.752500', '133936.212500', '133936.672500', '133937.132500', '133937.592500', '133938.052500', '133938.512500', '133938.972500', '133939.432500', '133939.892500', '133940.352500', '133940.812500', '133941.272500', '133941.732500', '133942.192500', '133942.652500', '133943.112500', '133943.572500', '133944.032500', '133944.492500', '133944.952500', '133945.412500', '133945.872500', '133946.332500', '133946.792500', '133947.252500', '133947.712500'], 'ContentTime': ['133012.732000', '133012.736000', '133012.738000', '133012.741000', '133012.744000', '133012.747000', '133012.749000', '133012.757000', '133012.760000', '133012.763000', '133012.765000', '133012.768000', '133012.771000', '133012.774000', '133012.777000', '133012.780000', '133012.782000', '133012.785000', '133012.788000', '133012.790000', '133012.793000', '133012.796000', '133012.798000', '133012.801000', '133012.804000', '133012.807000', '133012.810000', '133012.812000', '133012.815000', '133012.818000', '133012.821000', '133012.824000', '133012.827000', '133012.846000', '133012.848000', '133012.851000', '133012.854000', '133012.857000', '133012.859000', '133012.862000', '133012.865000', '133012.868000', '133012.871000', '133012.873000', '133032.688000', '133032.691000', '133032.694000', '133032.697000', '133032.699000', '133032.702000', '133032.705000', '133032.707000', '133032.710000', '133032.712000', '133032.715000', '133032.718000', '133032.720000', '133032.723000', '133032.725000', '133032.728000', '133032.731000', '133032.733000', '133032.736000', '133032.738000', '133032.741000', '133032.744000', '133032.746000', '133032.749000', '133032.751000', '133032.754000', '133032.756000', '133032.759000', '133032.762000', '133032.764000', '133032.767000', '133032.769000', '133032.772000', '133032.775000', '133032.777000', '133032.780000', '133032.782000', '133032.785000', '133032.788000', '133032.790000', '133032.793000', '133032.795000', '133032.798000', '133052.687000', '133052.690000', '133052.693000', '133052.696000', '133052.698000', '133052.701000', '133052.703000', '133052.706000', '133052.708000', '133052.711000', '133052.714000', '133052.716000', '133052.719000', '133052.722000', '133052.724000', '133052.727000', '133052.729000', '133052.732000', '133052.735000', '133052.737000', '133052.740000', '133052.742000', '133052.745000', '133052.748000', '133052.750000', '133052.753000', '133052.756000', '133052.758000', '133052.761000', '133052.763000', '133052.766000', '133052.769000', '133052.771000', '133052.774000', '133052.776000', '133052.779000', '133052.781000', '133052.784000', '133052.792000', '133052.795000', '133052.798000', '133052.800000', '133052.803000', '133052.806000', '133112.687000', '133112.690000', '133112.693000', '133112.695000', '133112.698000', '133112.701000', '133112.703000', '133112.706000', '133112.708000', '133112.711000', '133112.714000', '133112.716000', '133112.719000', '133112.722000', '133112.724000', '133112.727000', '133112.729000', '133112.732000', '133112.735000', '133112.737000', '133112.740000', '133112.743000', '133112.745000', '133112.748000', '133112.750000', '133112.753000', '133112.756000', '133112.758000', '133112.761000', '133112.763000', '133112.766000', '133112.768000', '133112.773000', '133112.775000', '133112.778000', '133112.780000', '133112.783000', '133112.786000', '133112.789000', '133112.791000', '133112.794000', '133112.796000', '133112.799000', '133132.688000', '133132.691000', '133132.694000', '133132.697000', '133132.700000', '133132.703000', '133132.706000', '133132.709000', '133132.711000', '133132.714000', '133132.716000', '133132.719000', '133132.722000', '133132.724000', '133132.727000', '133132.730000', '133132.732000', '133132.735000', '133132.737000', '133132.740000', '133132.743000', '133132.746000', '133132.749000', '133132.752000', '133132.754000', '133132.757000', '133132.760000', '133132.762000', '133132.765000', '133132.768000', '133132.770000', '133132.773000', '133132.775000', '133132.778000', '133132.781000', '133132.783000', '133132.786000', '133132.805000', '133132.808000', '133132.810000', '133132.813000', '133132.815000', '133132.818000', '133152.688000', '133152.691000', '133152.694000', '133152.696000', '133152.699000', '133152.702000', '133152.705000', '133152.707000', '133152.710000', '133152.713000', '133152.715000', '133152.718000', '133152.721000', '133152.723000', '133152.726000', '133152.729000', '133152.731000', '133152.734000', '133152.737000', '133152.739000', '133152.742000', '133152.745000', '133152.747000', '133152.750000', '133152.752000', '133152.755000', '133152.758000', '133152.760000', '133152.763000', '133152.765000', '133152.768000', '133152.770000', '133152.773000', '133152.776000', '133152.778000', '133152.781000', '133152.784000', '133152.786000', '133152.789000', '133152.791000', '133152.794000', '133152.797000', '133152.799000', '133152.837000', '133212.688000', '133212.691000', '133212.694000', '133212.697000', '133212.699000', '133212.702000', '133212.704000', '133212.707000', '133212.710000', '133212.712000', '133212.715000', '133212.718000', '133212.720000', '133212.723000', '133212.726000', '133212.728000', '133212.731000', '133212.733000', '133212.736000', '133212.739000', '133212.741000', '133212.744000', '133212.747000', '133212.749000', '133212.752000', '133212.754000', '133212.757000', '133212.760000', '133212.763000', '133212.766000', '133212.768000', '133212.771000', '133212.775000', '133212.777000', '133212.780000', '133212.782000', '133212.785000', '133212.788000', '133212.790000', '133212.793000', '133212.796000', '133212.798000', '133212.832000', '133232.688000', '133232.691000', '133232.694000', '133232.697000', '133232.699000', '133232.702000', '133232.704000', '133232.707000', '133232.710000', '133232.712000', '133232.715000', '133232.718000', '133232.720000', '133232.723000', '133232.725000', '133232.728000', '133232.731000', '133232.738000', '133232.741000', '133232.743000', '133232.746000', '133232.749000', '133232.751000', '133232.754000', '133232.757000', '133232.759000', '133232.762000', '133232.764000', '133232.767000', '133232.769000', '133232.772000', '133232.775000', '133232.777000', '133232.780000', '133232.782000', '133232.785000', '133232.788000', '133232.790000', '133232.793000', '133232.796000', '133232.798000', '133232.836000', '133232.839000', '133232.841000', '133252.689000', '133252.692000', '133252.694000', '133252.697000', '133252.699000', '133252.702000', '133252.705000', '133252.707000', '133252.710000', '133252.713000', '133252.715000', '133252.718000', '133252.723000', '133252.725000', '133252.728000', '133252.731000', '133252.733000', '133252.736000', '133252.739000', '133252.741000', '133252.744000', '133252.747000', '133252.749000', '133252.752000', '133252.754000', '133252.757000', '133252.760000', '133252.762000', '133252.765000', '133252.768000', '133252.770000', '133252.773000', '133252.776000', '133252.778000', '133252.781000', '133252.783000', '133252.786000', '133252.789000', '133252.792000', '133252.795000', '133252.798000', '133252.822000', '133252.825000', '133312.687000', '133312.690000', '133312.694000', '133312.696000', '133312.699000', '133312.702000', '133312.704000', '133312.707000', '133312.710000', '133312.712000', '133312.715000', '133312.718000', '133312.720000', '133312.723000', '133312.726000', '133312.728000', '133312.731000', '133312.733000', '133312.736000', '133312.750000', '133312.753000', '133312.755000', '133312.758000', '133312.761000', '133312.764000', '133312.766000', '133312.769000', '133312.777000', '133312.779000', '133312.782000', '133312.785000', '133312.787000', '133312.790000', '133312.792000', '133312.795000', '133312.798000', '133312.837000', '133312.840000', '133312.843000', '133312.845000', '133312.848000', '133312.850000', '133312.853000', '133312.856000', '133332.687000', '133332.690000', '133332.693000', '133332.695000', '133332.698000', '133332.701000', '133332.704000', '133332.706000', '133332.709000', '133332.712000', '133332.714000', '133332.717000', '133332.719000', '133332.722000', '133332.725000', '133332.727000', '133332.730000', '133332.733000', '133332.735000', '133332.738000', '133332.741000', '133332.744000', '133332.746000', '133332.749000', '133332.751000', '133332.754000', '133332.757000', '133332.759000', '133332.762000', '133332.764000', '133332.767000', '133332.770000', '133332.773000', '133332.775000', '133332.778000', '133332.780000', '133332.783000', '133332.786000', '133332.788000', '133332.791000', '133332.793000', '133332.796000', '133332.799000', '133352.688000', '133352.692000', '133352.695000', '133352.698000', '133352.700000', '133352.703000', '133352.706000', '133352.709000', '133352.711000', '133352.714000', '133352.717000', '133352.719000', '133352.722000', '133352.725000', '133352.727000', '133352.730000', '133352.733000', '133352.735000', '133352.738000', '133352.741000', '133352.743000', '133352.746000', '133352.748000', '133352.751000', '133352.754000', '133352.756000', '133352.759000', '133352.762000', '133352.764000', '133352.767000', '133352.769000', '133352.772000', '133352.775000', '133352.777000', '133352.780000', '133352.782000', '133352.785000', '133352.788000', '133352.790000', '133352.793000', '133352.795000', '133352.798000', '133352.837000', '133352.839000', '133412.688000', '133412.691000', '133412.694000', '133412.697000', '133412.699000', '133412.702000', '133412.705000', '133412.707000', '133412.710000', '133412.713000', '133412.715000', '133412.718000', '133412.721000', '133412.723000', '133412.726000', '133412.729000', '133412.731000', '133412.734000', '133412.736000', '133412.739000', '133412.742000', '133412.744000', '133412.747000', '133412.749000', '133412.752000', '133412.755000', '133412.757000', '133412.760000', '133412.762000', '133412.765000', '133412.768000', '133412.771000', '133412.773000', '133412.776000', '133412.778000', '133412.781000', '133412.784000', '133412.786000', '133412.789000', '133412.791000', '133412.794000', '133412.797000', '133412.856000', '133432.688000', '133432.691000', '133432.694000', '133432.696000', '133432.699000', '133432.702000', '133432.704000', '133432.707000', '133432.710000', '133432.712000', '133432.715000', '133432.717000', '133432.720000', '133432.723000', '133432.725000', '133432.728000', '133432.731000', '133432.733000', '133432.736000', '133432.739000', '133432.741000', '133432.744000', '133432.746000', '133432.749000', '133432.752000', '133432.754000', '133432.757000', '133432.759000', '133432.762000', '133432.765000', '133432.767000', '133432.770000', '133432.773000', '133432.775000', '133432.778000', '133432.780000', '133432.783000', '133432.786000', '133432.788000', '133432.791000', '133432.794000', '133432.796000', '133432.799000', '133432.837000', '133452.689000', '133452.691000', '133452.695000', '133452.697000', '133452.700000', '133452.703000', '133452.706000', '133452.708000', '133452.711000', '133452.713000', '133452.716000', '133452.719000', '133452.722000', '133452.725000', '133452.728000', '133452.731000', '133452.734000', '133452.737000', '133452.739000', '133452.742000', '133452.745000', '133452.747000', '133452.750000', '133452.752000', '133452.755000', '133452.758000', '133452.760000', '133452.763000', '133452.766000', '133452.768000', '133452.771000', '133452.774000', '133452.776000', '133452.779000', '133452.781000', '133452.784000', '133452.787000', '133452.789000', '133452.792000', '133452.794000', '133452.797000', '133452.856000', '133452.859000', '133512.689000', '133512.691000', '133512.694000', '133512.697000', '133512.699000', '133512.702000', '133512.705000', '133512.707000', '133512.710000', '133512.713000', '133512.715000', '133512.718000', '133512.720000', '133512.723000', '133512.726000', '133512.728000', '133512.731000', '133512.734000', '133512.736000', '133512.739000', '133512.742000', '133512.744000', '133512.747000', '133512.749000', '133512.752000', '133512.755000', '133512.757000', '133512.760000', '133512.763000', '133512.765000', '133512.768000', '133512.771000', '133512.773000', '133512.776000', '133512.778000', '133512.781000', '133512.784000', '133512.786000', '133512.789000', '133512.791000', '133512.794000', '133512.797000', '133512.799000', '133512.845000', '133532.687000', '133532.691000', '133532.693000', '133532.696000', '133532.698000', '133532.701000', '133532.704000', '133532.706000', '133532.709000', '133532.712000', '133532.714000', '133532.717000', '133532.720000', '133532.723000', '133532.725000', '133532.728000', '133532.730000', '133532.733000', '133532.736000', '133532.739000', '133532.741000', '133532.744000', '133532.746000', '133532.749000', '133532.752000', '133532.754000', '133532.757000', '133532.760000', '133532.762000', '133532.765000', '133532.767000', '133532.770000', '133532.773000', '133532.775000', '133532.778000', '133532.781000', '133532.783000', '133532.786000', '133532.789000', '133532.791000', '133532.794000', '133532.797000', '133532.799000', '133552.687000', '133552.690000', '133552.693000', '133552.696000', '133552.698000', '133552.701000', '133552.704000', '133552.706000', '133552.709000', '133552.712000', '133552.714000', '133552.717000', '133552.720000', '133552.722000', '133552.734000', '133552.736000', '133552.739000', '133552.741000', '133552.744000', '133552.747000', '133552.749000', '133552.752000', '133552.755000', '133552.757000', '133552.760000', '133552.762000', '133552.765000', '133552.768000', '133552.771000', '133552.773000', '133552.776000', '133552.778000', '133552.782000', '133552.785000', '133552.788000', '133552.790000', '133552.793000', '133552.796000', '133552.798000', '133552.861000', '133552.863000', '133552.866000', '133552.869000', '133552.871000', '133612.689000', '133612.691000', '133612.694000', '133612.697000', '133612.699000', '133612.702000', '133612.704000', '133612.707000', '133612.710000', '133612.713000', '133612.715000', '133612.729000', '133612.732000', '133612.735000', '133612.737000', '133612.740000', '133612.743000', '133612.745000', '133612.748000', '133612.750000', '133612.753000', '133612.756000', '133612.758000', '133612.761000', '133612.764000', '133612.766000', '133612.769000', '133612.771000', '133612.774000', '133612.777000', '133612.779000', '133612.782000', '133612.785000', '133612.787000', '133612.790000', '133612.792000', '133612.795000', '133612.798000', '133612.869000', '133612.872000', '133612.875000', '133612.877000', '133612.880000', '133632.688000', '133632.692000', '133632.694000', '133632.697000', '133632.699000', '133632.702000', '133632.705000', '133632.707000', '133632.710000', '133632.713000', '133632.716000', '133632.718000', '133632.721000', '133632.724000', '133632.726000', '133632.729000', '133632.731000', '133632.734000', '133632.737000', '133632.739000', '133632.742000', '133632.745000', '133632.747000', '133632.750000', '133632.752000', '133632.755000', '133632.758000', '133632.760000', '133632.763000', '133632.766000', '133632.768000', '133632.771000', '133632.774000', '133632.776000', '133632.779000', '133632.781000', '133632.784000', '133632.787000', '133632.790000', '133632.792000', '133632.795000', '133632.798000', '133632.854000', '133632.856000', '133652.689000', '133652.692000', '133652.694000', '133652.697000', '133652.700000', '133652.702000', '133652.705000', '133652.708000', '133652.710000', '133652.713000', '133652.716000', '133652.718000', '133652.721000', '133652.723000', '133652.726000', '133652.729000', '133652.731000', '133652.734000', '133652.737000', '133652.739000', '133652.742000', '133652.745000', '133652.747000', '133652.750000', '133652.753000', '133652.755000', '133652.758000', '133652.760000', '133652.763000', '133652.766000', '133652.768000', '133652.771000', '133652.773000', '133652.776000', '133652.779000', '133652.781000', '133652.784000', '133652.786000', '133652.789000', '133652.792000', '133652.794000', '133652.797000', '133652.870000', '133712.688000', '133712.691000', '133712.694000', '133712.697000', '133712.699000', '133712.702000', '133712.704000', '133712.707000', '133712.710000', '133712.713000', '133712.715000', '133712.718000', '133712.720000', '133712.723000', '133712.726000', '133712.728000', '133712.731000', '133712.734000', '133712.736000', '133712.739000', '133712.741000', '133712.744000', '133712.747000', '133712.749000', '133712.752000', '133712.754000', '133712.757000', '133712.760000', '133712.762000', '133712.765000', '133712.768000', '133712.770000', '133712.773000', '133712.776000', '133712.778000', '133712.781000', '133712.783000', '133712.786000', '133712.789000', '133712.791000', '133712.794000', '133712.796000', '133712.799000', '133712.867000', '133732.687000', '133732.690000', '133732.693000', '133732.696000', '133732.698000', '133732.701000', '133732.704000', '133732.706000', '133732.709000', '133732.712000', '133732.714000', '133732.717000', '133732.719000', '133732.722000', '133732.725000', '133732.727000', '133732.730000', '133732.732000', '133732.735000', '133732.738000', '133732.740000', '133732.743000', '133732.756000', '133732.759000', '133732.762000', '133732.764000', '133732.767000', '133732.770000', '133732.772000', '133732.775000', '133732.778000', '133732.780000', '133732.783000', '133732.785000', '133732.788000', '133732.791000', '133732.793000', '133732.796000', '133732.799000', '133732.863000', '133732.866000', '133732.868000', '133732.871000', '133752.687000', '133752.690000', '133752.693000', '133752.696000', '133752.698000', '133752.702000', '133752.705000', '133752.708000', '133752.710000', '133752.713000', '133752.716000', '133752.718000', '133752.721000', '133752.723000', '133752.726000', '133752.729000', '133752.731000', '133752.734000', '133752.737000', '133752.739000', '133752.742000', '133752.744000', '133752.747000', '133752.750000', '133752.752000', '133752.755000', '133752.758000', '133752.760000', '133752.763000', '133752.766000', '133752.768000', '133752.771000', '133752.774000', '133752.776000', '133752.779000', '133752.782000', '133752.784000', '133752.787000', '133752.789000', '133752.792000', '133752.795000', '133752.797000', '133752.847000', '133752.850000', '133812.687000', '133812.691000', '133812.693000', '133812.696000', '133812.698000', '133812.701000', '133812.704000', '133812.707000', '133812.709000', '133812.712000', '133812.715000', '133812.717000', '133812.720000', '133812.722000', '133812.725000', '133812.728000', '133812.730000', '133812.733000', '133812.736000', '133812.738000', '133812.741000', '133812.744000', '133812.746000', '133812.749000', '133812.752000', '133812.754000', '133812.757000', '133812.759000', '133812.762000', '133812.765000', '133812.767000', '133812.770000', '133812.773000', '133812.775000', '133812.778000', '133812.781000', '133812.783000', '133812.786000', '133812.789000', '133812.791000', '133812.794000', '133812.796000', '133812.799000', '133832.688000', '133832.691000', '133832.694000', '133832.697000', '133832.699000', '133832.702000', '133832.705000', '133832.707000', '133832.710000', '133832.712000', '133832.715000', '133832.718000', '133832.720000', '133832.723000', '133832.726000', '133832.728000', '133832.731000', '133832.733000', '133832.736000', '133832.739000', '133832.741000', '133832.744000', '133832.747000', '133832.749000', '133832.752000', '133832.754000', '133832.757000', '133832.760000', '133832.762000', '133832.765000', '133832.768000', '133832.770000', '133832.773000', '133832.776000', '133832.778000', '133832.781000', '133832.784000', '133832.786000', '133832.789000', '133832.792000', '133832.794000', '133832.797000', '133832.876000', '133832.878000', '133852.688000', '133852.691000', '133852.694000', '133852.696000', '133852.732000', '133852.735000', '133852.738000', '133852.740000', '133852.743000', '133852.746000', '133852.748000', '133852.751000', '133852.754000', '133852.756000', '133852.759000', '133852.761000', '133852.764000', '133852.767000', '133852.769000', '133852.772000', '133852.775000', '133852.777000', '133852.780000', '133852.783000', '133852.785000', '133852.788000', '133852.790000', '133852.793000', '133852.796000', '133852.798000', '133852.801000', '133852.804000', '133852.807000', '133852.809000', '133852.812000', '133852.815000', '133852.817000', '133852.820000', '133852.822000', '133852.825000', '133852.828000', '133852.830000', '133852.833000', '133912.689000', '133912.692000', '133912.695000', '133912.698000', '133912.700000', '133912.703000', '133912.706000', '133912.708000', '133912.711000', '133912.713000', '133912.716000', '133912.719000', '133912.721000', '133912.724000', '133912.727000', '133912.729000', '133912.732000', '133912.735000', '133912.737000', '133912.741000', '133912.744000', '133912.747000', '133912.750000', '133912.752000', '133912.755000', '133912.758000', '133912.760000', '133912.763000', '133912.766000', '133912.768000', '133912.771000', '133912.774000', '133912.776000', '133912.779000', '133912.782000', '133912.784000', '133912.787000', '133912.790000', '133912.792000', '133912.795000', '133912.798000', '133912.800000', '133912.878000', '133932.688000', '133932.691000', '133932.694000', '133932.697000', '133932.700000', '133932.702000', '133932.705000', '133932.708000', '133932.711000', '133932.713000', '133932.716000', '133932.719000', '133932.721000', '133932.724000', '133932.726000', '133932.729000', '133932.732000', '133932.735000', '133932.737000', '133932.740000', '133932.743000', '133932.745000', '133932.748000', '133932.751000', '133932.753000', '133932.756000', '133932.758000', '133932.761000', '133932.764000', '133932.766000', '133932.769000', '133932.772000', '133932.774000', '133932.777000', '133932.780000', '133932.782000', '133932.785000', '133932.787000', '133932.790000', '133932.793000', '133932.795000', '133932.798000', '133932.836000', '133932.839000', '133949.498000', '133949.501000', '133949.504000', '133949.507000', '133949.509000', '133949.512000', '133949.515000', '133949.517000', '133949.520000', '133949.523000', '133949.526000', '133949.528000', '133949.531000', '133949.534000', '133949.537000', '133949.539000', '133949.542000', '133949.545000', '133949.548000', '133949.550000', '133949.553000', '133949.556000', '133949.558000', '133949.561000', '133949.564000', '133949.566000', '133949.570000', '133949.574000', '133949.577000', '133949.580000', '133949.583000', '133949.586000', '133949.589000', '133949.592000', '133949.595000', '133949.599000', '133949.603000'], 'InstanceCreationTime': ['133012.732000', '133012.736000', '133012.738000', '133012.741000', '133012.744000', '133012.747000', '133012.749000', '133012.757000', '133012.760000', '133012.763000', '133012.765000', '133012.768000', '133012.771000', '133012.774000', '133012.777000', '133012.780000', '133012.782000', '133012.785000', '133012.788000', '133012.790000', '133012.793000', '133012.796000', '133012.798000', '133012.801000', '133012.804000', '133012.807000', '133012.810000', '133012.812000', '133012.815000', '133012.818000', '133012.821000', '133012.824000', '133012.827000', '133012.846000', '133012.848000', '133012.851000', '133012.854000', '133012.857000', '133012.859000', '133012.862000', '133012.865000', '133012.868000', '133012.871000', '133012.873000', '133032.688000', '133032.691000', '133032.694000', '133032.697000', '133032.699000', '133032.702000', '133032.705000', '133032.707000', '133032.710000', '133032.712000', '133032.715000', '133032.718000', '133032.720000', '133032.723000', '133032.725000', '133032.728000', '133032.731000', '133032.733000', '133032.736000', '133032.738000', '133032.741000', '133032.744000', '133032.746000', '133032.749000', '133032.751000', '133032.754000', '133032.756000', '133032.759000', '133032.762000', '133032.764000', '133032.767000', '133032.769000', '133032.772000', '133032.775000', '133032.777000', '133032.780000', '133032.782000', '133032.785000', '133032.788000', '133032.790000', '133032.793000', '133032.795000', '133032.798000', '133052.687000', '133052.690000', '133052.693000', '133052.696000', '133052.698000', '133052.701000', '133052.703000', '133052.706000', '133052.708000', '133052.711000', '133052.714000', '133052.716000', '133052.719000', '133052.722000', '133052.724000', '133052.727000', '133052.729000', '133052.732000', '133052.735000', '133052.737000', '133052.740000', '133052.742000', '133052.745000', '133052.748000', '133052.750000', '133052.753000', '133052.756000', '133052.758000', '133052.761000', '133052.763000', '133052.766000', '133052.769000', '133052.771000', '133052.774000', '133052.776000', '133052.779000', '133052.781000', '133052.784000', '133052.792000', '133052.795000', '133052.798000', '133052.800000', '133052.803000', '133052.806000', '133112.687000', '133112.690000', '133112.693000', '133112.695000', '133112.698000', '133112.701000', '133112.703000', '133112.706000', '133112.708000', '133112.711000', '133112.714000', '133112.716000', '133112.719000', '133112.722000', '133112.724000', '133112.727000', '133112.729000', '133112.732000', '133112.735000', '133112.737000', '133112.740000', '133112.743000', '133112.745000', '133112.748000', '133112.750000', '133112.753000', '133112.756000', '133112.758000', '133112.761000', '133112.763000', '133112.766000', '133112.768000', '133112.773000', '133112.775000', '133112.778000', '133112.780000', '133112.783000', '133112.786000', '133112.789000', '133112.791000', '133112.794000', '133112.796000', '133112.799000', '133132.688000', '133132.691000', '133132.694000', '133132.697000', '133132.700000', '133132.703000', '133132.706000', '133132.709000', '133132.711000', '133132.714000', '133132.716000', '133132.719000', '133132.722000', '133132.724000', '133132.727000', '133132.730000', '133132.732000', '133132.735000', '133132.737000', '133132.740000', '133132.743000', '133132.746000', '133132.749000', '133132.752000', '133132.754000', '133132.757000', '133132.760000', '133132.762000', '133132.765000', '133132.768000', '133132.770000', '133132.773000', '133132.775000', '133132.778000', '133132.781000', '133132.783000', '133132.786000', '133132.805000', '133132.808000', '133132.810000', '133132.813000', '133132.815000', '133132.818000', '133152.688000', '133152.691000', '133152.694000', '133152.696000', '133152.699000', '133152.702000', '133152.705000', '133152.707000', '133152.710000', '133152.713000', '133152.715000', '133152.718000', '133152.721000', '133152.723000', '133152.726000', '133152.729000', '133152.731000', '133152.734000', '133152.737000', '133152.739000', '133152.742000', '133152.745000', '133152.747000', '133152.750000', '133152.752000', '133152.755000', '133152.758000', '133152.760000', '133152.763000', '133152.765000', '133152.768000', '133152.770000', '133152.773000', '133152.776000', '133152.778000', '133152.781000', '133152.784000', '133152.786000', '133152.789000', '133152.791000', '133152.794000', '133152.797000', '133152.799000', '133152.837000', '133212.688000', '133212.691000', '133212.694000', '133212.697000', '133212.699000', '133212.702000', '133212.704000', '133212.707000', '133212.710000', '133212.712000', '133212.715000', '133212.718000', '133212.720000', '133212.723000', '133212.726000', '133212.728000', '133212.731000', '133212.733000', '133212.736000', '133212.739000', '133212.741000', '133212.744000', '133212.747000', '133212.749000', '133212.752000', '133212.754000', '133212.757000', '133212.760000', '133212.763000', '133212.766000', '133212.768000', '133212.771000', '133212.775000', '133212.777000', '133212.780000', '133212.782000', '133212.785000', '133212.788000', '133212.790000', '133212.793000', '133212.796000', '133212.798000', '133212.832000', '133232.688000', '133232.691000', '133232.694000', '133232.697000', '133232.699000', '133232.702000', '133232.704000', '133232.707000', '133232.710000', '133232.712000', '133232.715000', '133232.718000', '133232.720000', '133232.723000', '133232.725000', '133232.728000', '133232.731000', '133232.738000', '133232.741000', '133232.743000', '133232.746000', '133232.749000', '133232.751000', '133232.754000', '133232.757000', '133232.759000', '133232.762000', '133232.764000', '133232.767000', '133232.769000', '133232.772000', '133232.775000', '133232.777000', '133232.780000', '133232.782000', '133232.785000', '133232.788000', '133232.790000', '133232.793000', '133232.796000', '133232.798000', '133232.836000', '133232.839000', '133232.841000', '133252.689000', '133252.692000', '133252.694000', '133252.697000', '133252.699000', '133252.702000', '133252.705000', '133252.707000', '133252.710000', '133252.713000', '133252.715000', '133252.718000', '133252.723000', '133252.725000', '133252.728000', '133252.731000', '133252.733000', '133252.736000', '133252.739000', '133252.741000', '133252.744000', '133252.747000', '133252.749000', '133252.752000', '133252.754000', '133252.757000', '133252.760000', '133252.762000', '133252.765000', '133252.768000', '133252.770000', '133252.773000', '133252.776000', '133252.778000', '133252.781000', '133252.783000', '133252.786000', '133252.789000', '133252.792000', '133252.795000', '133252.798000', '133252.822000', '133252.825000', '133312.687000', '133312.690000', '133312.694000', '133312.696000', '133312.699000', '133312.702000', '133312.704000', '133312.707000', '133312.710000', '133312.712000', '133312.715000', '133312.718000', '133312.720000', '133312.723000', '133312.726000', '133312.728000', '133312.731000', '133312.733000', '133312.736000', '133312.750000', '133312.753000', '133312.755000', '133312.758000', '133312.761000', '133312.764000', '133312.766000', '133312.769000', '133312.777000', '133312.779000', '133312.782000', '133312.785000', '133312.787000', '133312.790000', '133312.792000', '133312.795000', '133312.798000', '133312.837000', '133312.840000', '133312.843000', '133312.845000', '133312.848000', '133312.850000', '133312.853000', '133312.856000', '133332.687000', '133332.690000', '133332.693000', '133332.695000', '133332.698000', '133332.701000', '133332.704000', '133332.706000', '133332.709000', '133332.712000', '133332.714000', '133332.717000', '133332.719000', '133332.722000', '133332.725000', '133332.727000', '133332.730000', '133332.733000', '133332.735000', '133332.738000', '133332.741000', '133332.744000', '133332.746000', '133332.749000', '133332.751000', '133332.754000', '133332.757000', '133332.759000', '133332.762000', '133332.764000', '133332.767000', '133332.770000', '133332.773000', '133332.775000', '133332.778000', '133332.780000', '133332.783000', '133332.786000', '133332.788000', '133332.791000', '133332.793000', '133332.796000', '133332.799000', '133352.688000', '133352.692000', '133352.695000', '133352.698000', '133352.700000', '133352.703000', '133352.706000', '133352.709000', '133352.711000', '133352.714000', '133352.717000', '133352.719000', '133352.722000', '133352.725000', '133352.727000', '133352.730000', '133352.733000', '133352.735000', '133352.738000', '133352.741000', '133352.743000', '133352.746000', '133352.748000', '133352.751000', '133352.754000', '133352.756000', '133352.759000', '133352.762000', '133352.764000', '133352.767000', '133352.769000', '133352.772000', '133352.775000', '133352.777000', '133352.780000', '133352.782000', '133352.785000', '133352.788000', '133352.790000', '133352.793000', '133352.795000', '133352.798000', '133352.837000', '133352.839000', '133412.688000', '133412.691000', '133412.694000', '133412.697000', '133412.699000', '133412.702000', '133412.705000', '133412.707000', '133412.710000', '133412.713000', '133412.715000', '133412.718000', '133412.721000', '133412.723000', '133412.726000', '133412.729000', '133412.731000', '133412.734000', '133412.736000', '133412.739000', '133412.742000', '133412.744000', '133412.747000', '133412.749000', '133412.752000', '133412.755000', '133412.757000', '133412.760000', '133412.762000', '133412.765000', '133412.768000', '133412.771000', '133412.773000', '133412.776000', '133412.778000', '133412.781000', '133412.784000', '133412.786000', '133412.789000', '133412.791000', '133412.794000', '133412.797000', '133412.856000', '133432.688000', '133432.691000', '133432.694000', '133432.696000', '133432.699000', '133432.702000', '133432.704000', '133432.707000', '133432.710000', '133432.712000', '133432.715000', '133432.717000', '133432.720000', '133432.723000', '133432.725000', '133432.728000', '133432.731000', '133432.733000', '133432.736000', '133432.739000', '133432.741000', '133432.744000', '133432.746000', '133432.749000', '133432.752000', '133432.754000', '133432.757000', '133432.759000', '133432.762000', '133432.765000', '133432.767000', '133432.770000', '133432.773000', '133432.775000', '133432.778000', '133432.780000', '133432.783000', '133432.786000', '133432.788000', '133432.791000', '133432.794000', '133432.796000', '133432.799000', '133432.837000', '133452.689000', '133452.691000', '133452.695000', '133452.697000', '133452.700000', '133452.703000', '133452.706000', '133452.708000', '133452.711000', '133452.713000', '133452.716000', '133452.719000', '133452.722000', '133452.725000', '133452.728000', '133452.731000', '133452.734000', '133452.737000', '133452.739000', '133452.742000', '133452.745000', '133452.747000', '133452.750000', '133452.752000', '133452.755000', '133452.758000', '133452.760000', '133452.763000', '133452.766000', '133452.768000', '133452.771000', '133452.774000', '133452.776000', '133452.779000', '133452.781000', '133452.784000', '133452.787000', '133452.789000', '133452.792000', '133452.794000', '133452.797000', '133452.856000', '133452.859000', '133512.689000', '133512.691000', '133512.694000', '133512.697000', '133512.699000', '133512.702000', '133512.705000', '133512.707000', '133512.710000', '133512.713000', '133512.715000', '133512.718000', '133512.720000', '133512.723000', '133512.726000', '133512.728000', '133512.731000', '133512.734000', '133512.736000', '133512.739000', '133512.742000', '133512.744000', '133512.747000', '133512.749000', '133512.752000', '133512.755000', '133512.757000', '133512.760000', '133512.763000', '133512.765000', '133512.768000', '133512.771000', '133512.773000', '133512.776000', '133512.778000', '133512.781000', '133512.784000', '133512.786000', '133512.789000', '133512.791000', '133512.794000', '133512.797000', '133512.799000', '133512.845000', '133532.687000', '133532.691000', '133532.693000', '133532.696000', '133532.698000', '133532.701000', '133532.704000', '133532.706000', '133532.709000', '133532.712000', '133532.714000', '133532.717000', '133532.720000', '133532.723000', '133532.725000', '133532.728000', '133532.730000', '133532.733000', '133532.736000', '133532.739000', '133532.741000', '133532.744000', '133532.746000', '133532.749000', '133532.752000', '133532.754000', '133532.757000', '133532.760000', '133532.762000', '133532.765000', '133532.767000', '133532.770000', '133532.773000', '133532.775000', '133532.778000', '133532.781000', '133532.783000', '133532.786000', '133532.789000', '133532.791000', '133532.794000', '133532.797000', '133532.799000', '133552.687000', '133552.690000', '133552.693000', '133552.696000', '133552.698000', '133552.701000', '133552.704000', '133552.706000', '133552.709000', '133552.712000', '133552.714000', '133552.717000', '133552.720000', '133552.722000', '133552.734000', '133552.736000', '133552.739000', '133552.741000', '133552.744000', '133552.747000', '133552.749000', '133552.752000', '133552.755000', '133552.757000', '133552.760000', '133552.762000', '133552.765000', '133552.768000', '133552.771000', '133552.773000', '133552.776000', '133552.778000', '133552.782000', '133552.785000', '133552.788000', '133552.790000', '133552.793000', '133552.796000', '133552.798000', '133552.861000', '133552.863000', '133552.866000', '133552.869000', '133552.871000', '133612.689000', '133612.691000', '133612.694000', '133612.697000', '133612.699000', '133612.702000', '133612.704000', '133612.707000', '133612.710000', '133612.713000', '133612.715000', '133612.729000', '133612.732000', '133612.735000', '133612.737000', '133612.740000', '133612.743000', '133612.745000', '133612.748000', '133612.750000', '133612.753000', '133612.756000', '133612.758000', '133612.761000', '133612.764000', '133612.766000', '133612.769000', '133612.771000', '133612.774000', '133612.777000', '133612.779000', '133612.782000', '133612.785000', '133612.787000', '133612.790000', '133612.792000', '133612.795000', '133612.798000', '133612.869000', '133612.872000', '133612.875000', '133612.877000', '133612.880000', '133632.688000', '133632.692000', '133632.694000', '133632.697000', '133632.699000', '133632.702000', '133632.705000', '133632.707000', '133632.710000', '133632.713000', '133632.716000', '133632.718000', '133632.721000', '133632.724000', '133632.726000', '133632.729000', '133632.731000', '133632.734000', '133632.737000', '133632.739000', '133632.742000', '133632.745000', '133632.747000', '133632.750000', '133632.752000', '133632.755000', '133632.758000', '133632.760000', '133632.763000', '133632.766000', '133632.768000', '133632.771000', '133632.774000', '133632.776000', '133632.779000', '133632.781000', '133632.784000', '133632.787000', '133632.790000', '133632.792000', '133632.795000', '133632.798000', '133632.854000', '133632.856000', '133652.689000', '133652.692000', '133652.694000', '133652.697000', '133652.700000', '133652.702000', '133652.705000', '133652.708000', '133652.710000', '133652.713000', '133652.716000', '133652.718000', '133652.721000', '133652.723000', '133652.726000', '133652.729000', '133652.731000', '133652.734000', '133652.737000', '133652.739000', '133652.742000', '133652.745000', '133652.747000', '133652.750000', '133652.753000', '133652.755000', '133652.758000', '133652.760000', '133652.763000', '133652.766000', '133652.768000', '133652.771000', '133652.773000', '133652.776000', '133652.779000', '133652.781000', '133652.784000', '133652.786000', '133652.789000', '133652.792000', '133652.794000', '133652.797000', '133652.870000', '133712.688000', '133712.691000', '133712.694000', '133712.697000', '133712.699000', '133712.702000', '133712.704000', '133712.707000', '133712.710000', '133712.713000', '133712.715000', '133712.718000', '133712.720000', '133712.723000', '133712.726000', '133712.728000', '133712.731000', '133712.734000', '133712.736000', '133712.739000', '133712.741000', '133712.744000', '133712.747000', '133712.749000', '133712.752000', '133712.754000', '133712.757000', '133712.760000', '133712.762000', '133712.765000', '133712.768000', '133712.770000', '133712.773000', '133712.776000', '133712.778000', '133712.781000', '133712.783000', '133712.786000', '133712.789000', '133712.791000', '133712.794000', '133712.796000', '133712.799000', '133712.867000', '133732.687000', '133732.690000', '133732.693000', '133732.696000', '133732.698000', '133732.701000', '133732.704000', '133732.706000', '133732.709000', '133732.712000', '133732.714000', '133732.717000', '133732.719000', '133732.722000', '133732.725000', '133732.727000', '133732.730000', '133732.732000', '133732.735000', '133732.738000', '133732.740000', '133732.743000', '133732.756000', '133732.759000', '133732.762000', '133732.764000', '133732.767000', '133732.770000', '133732.772000', '133732.775000', '133732.778000', '133732.780000', '133732.783000', '133732.785000', '133732.788000', '133732.791000', '133732.793000', '133732.796000', '133732.799000', '133732.863000', '133732.866000', '133732.868000', '133732.871000', '133752.687000', '133752.690000', '133752.693000', '133752.696000', '133752.698000', '133752.702000', '133752.705000', '133752.708000', '133752.710000', '133752.713000', '133752.716000', '133752.718000', '133752.721000', '133752.723000', '133752.726000', '133752.729000', '133752.731000', '133752.734000', '133752.737000', '133752.739000', '133752.742000', '133752.744000', '133752.747000', '133752.750000', '133752.752000', '133752.755000', '133752.758000', '133752.760000', '133752.763000', '133752.766000', '133752.768000', '133752.771000', '133752.774000', '133752.776000', '133752.779000', '133752.782000', '133752.784000', '133752.787000', '133752.789000', '133752.792000', '133752.795000', '133752.797000', '133752.847000', '133752.850000', '133812.687000', '133812.691000', '133812.693000', '133812.696000', '133812.698000', '133812.701000', '133812.704000', '133812.707000', '133812.709000', '133812.712000', '133812.715000', '133812.717000', '133812.720000', '133812.722000', '133812.725000', '133812.728000', '133812.730000', '133812.733000', '133812.736000', '133812.738000', '133812.741000', '133812.744000', '133812.746000', '133812.749000', '133812.752000', '133812.754000', '133812.757000', '133812.759000', '133812.762000', '133812.765000', '133812.767000', '133812.770000', '133812.773000', '133812.775000', '133812.778000', '133812.781000', '133812.783000', '133812.786000', '133812.789000', '133812.791000', '133812.794000', '133812.796000', '133812.799000', '133832.688000', '133832.691000', '133832.694000', '133832.697000', '133832.699000', '133832.702000', '133832.705000', '133832.707000', '133832.710000', '133832.712000', '133832.715000', '133832.718000', '133832.720000', '133832.723000', '133832.726000', '133832.728000', '133832.731000', '133832.733000', '133832.736000', '133832.739000', '133832.741000', '133832.744000', '133832.747000', '133832.749000', '133832.752000', '133832.754000', '133832.757000', '133832.760000', '133832.762000', '133832.765000', '133832.768000', '133832.770000', '133832.773000', '133832.776000', '133832.778000', '133832.781000', '133832.784000', '133832.786000', '133832.789000', '133832.792000', '133832.794000', '133832.797000', '133832.876000', '133832.878000', '133852.688000', '133852.691000', '133852.694000', '133852.696000', '133852.732000', '133852.735000', '133852.738000', '133852.740000', '133852.743000', '133852.746000', '133852.748000', '133852.751000', '133852.754000', '133852.756000', '133852.759000', '133852.761000', '133852.764000', '133852.767000', '133852.769000', '133852.772000', '133852.775000', '133852.777000', '133852.780000', '133852.783000', '133852.785000', '133852.788000', '133852.790000', '133852.793000', '133852.796000', '133852.798000', '133852.801000', '133852.804000', '133852.807000', '133852.809000', '133852.812000', '133852.815000', '133852.817000', '133852.820000', '133852.822000', '133852.825000', '133852.828000', '133852.830000', '133852.833000', '133912.689000', '133912.692000', '133912.695000', '133912.698000', '133912.700000', '133912.703000', '133912.706000', '133912.708000', '133912.711000', '133912.713000', '133912.716000', '133912.719000', '133912.721000', '133912.724000', '133912.727000', '133912.729000', '133912.732000', '133912.735000', '133912.737000', '133912.741000', '133912.744000', '133912.747000', '133912.750000', '133912.752000', '133912.755000', '133912.758000', '133912.760000', '133912.763000', '133912.766000', '133912.768000', '133912.771000', '133912.774000', '133912.776000', '133912.779000', '133912.782000', '133912.784000', '133912.787000', '133912.790000', '133912.792000', '133912.795000', '133912.798000', '133912.800000', '133912.878000', '133932.688000', '133932.691000', '133932.694000', '133932.697000', '133932.700000', '133932.702000', '133932.705000', '133932.708000', '133932.711000', '133932.713000', '133932.716000', '133932.719000', '133932.721000', '133932.724000', '133932.726000', '133932.729000', '133932.732000', '133932.735000', '133932.737000', '133932.740000', '133932.743000', '133932.745000', '133932.748000', '133932.751000', '133932.753000', '133932.756000', '133932.758000', '133932.761000', '133932.764000', '133932.766000', '133932.769000', '133932.772000', '133932.774000', '133932.777000', '133932.780000', '133932.782000', '133932.785000', '133932.787000', '133932.790000', '133932.793000', '133932.795000', '133932.798000', '133932.836000', '133932.839000', '133949.498000', '133949.501000', '133949.504000', '133949.507000', '133949.509000', '133949.512000', '133949.515000', '133949.517000', '133949.520000', '133949.523000', '133949.526000', '133949.528000', '133949.531000', '133949.534000', '133949.537000', '133949.539000', '133949.542000', '133949.545000', '133949.548000', '133949.550000', '133949.553000', '133949.556000', '133949.558000', '133949.561000', '133949.564000', '133949.566000', '133949.570000', '133949.574000', '133949.577000', '133949.580000', '133949.583000', '133949.586000', '133949.589000', '133949.592000', '133949.595000', '133949.599000', '133949.603000'], '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': [16156, 9677, 17539, 13226, 11986, 13984, 8500, 16147, 12954, 10094, 14313, 8686, 15330, 12276, 12384, 14361, 9046, 15523, 11503, 10363, 12944, 8266, 14786, 12237, 9077, 13958, 10234, 12363, 12280, 8781, 15155, 11870, 8956, 14039, 10067, 15604, 11974, 8869, 15840, 11404, 13931, 11907, 8933, 14998, 12465, 10555, 14936, 9941, 15714, 12672, 9534, 15712, 12708, 15167, 12309, 8493, 15509, 12407, 11281, 16095, 9914, 16359, 11921, 9493, 15393, 12130, 14785, 13807, 8532, 15496, 11561, 8949, 15162, 12224, 10409, 13480, 8704, 15184, 12752, 9921, 16060, 12066, 8796, 14415, 11196, 13249, 15180, 9715, 17208, 12210, 8945, 14762, 9759, 16417, 13255, 10053, 14956, 10699, 15538, 12631, 11151, 15911, 9852, 16001, 12723, 15165, 12726, 9657, 16212, 12424, 16699, 12472, 10340, 14454, 9457, 15701, 13029, 10179, 14058, 8578, 14862, 11820, 15641, 12591, 9677, 14837, 8766, 15063, 12271, 11651, 15116, 8745, 15150, 11848, 13528, 11879, 9167, 15140, 10981, 15554, 11957, 13138, 12645, 9042, 15966, 11308, 15900, 12139, 11958, 13549, 9155, 16000, 12352, 9178, 13959, 9230, 14651, 11934, 9014, 14887, 10925, 14417, 11574, 9120, 14934, 10893, 16483, 12722, 9797, 14532, 8892, 15771, 11681, 15477, 13716, 9477, 15918, 11795, 15533, 12041, 9466, 16458, 12605, 15205, 12576, 9395, 15309, 9783, 16846, 13351, 11237, 14572, 9364, 15254, 9656, 16360, 13208, 10471, 14293, 8946, 15540, 11710, 15969, 13013, 10081, 14892, 9252, 14948, 11490, 15409, 13162, 9607, 14270, 9033, 14853, 12047, 13917, 11968, 8878, 14386, 9581, 14606, 12310, 9853, 15299, 10975, 13530, 11860, 8750, 15005, 12181, 15939, 13137, 9436, 15173, 11922, 10802, 15116, 12226, 15825, 12800, 8898, 15867, 13025, 9641, 15522, 12906, 13920, 15126, 10944, 17539, 12018, 16258, 12966, 11058, 16835, 10056, 17501, 13398, 16221, 12754, 9150, 15552, 9329, 16326, 12801, 12092, 12284, 8320, 14581, 9147, 14807, 12540, 14314, 12834, 8480, 14259, 8878, 15402, 11814, 13666, 11969, 8605, 14420, 9100, 14781, 13002, 9689, 14207, 9454, 14572, 11967, 9263, 14769, 10854, 16023, 12527, 12716, 13259, 8847, 15823, 13192, 9791, 14629, 9246, 15839, 12653, 14147, 14158, 9895, 15818, 10071, 15806, 12205, 15932, 14347, 9906, 16912, 11590, 16313, 12578, 15829, 13482, 9414, 16492, 10592, 16251, 11854, 16345, 13762, 11232, 15788, 9291, 16237, 11771, 14755, 12774, 9961, 15666, 9874, 15678, 11327, 14355, 12532, 11205, 14584, 9414, 15699, 12221, 15115, 12609, 9658, 14948, 9493, 16123, 12453, 15001, 11725, 8786, 15081, 11173, 14643, 12255, 9340, 14520, 8882, 15191, 12320, 9933, 14172, 10087, 15069, 12787, 12050, 13270, 9219, 16190, 12709, 13024, 13334, 9692, 15770, 10517, 16879, 13380, 12160, 14948, 9008, 16655, 12048, 16345, 13773, 10651, 16170, 10821, 16318, 12732, 14780, 12842, 9681, 15682, 12438, 16193, 12938, 9825, 14457, 8529, 15185, 12015, 14511, 12390, 9778, 14325, 9401, 14780, 11898, 14809, 12706, 9939, 15219, 10122, 15367, 12115, 14794, 12693, 9801, 15077, 9949, 15502, 12366, 12053, 14530, 9686, 15480, 12313, 9689, 13983, 8615, 15142, 12329, 9177, 14314, 10069, 15199, 11901, 10433, 14362, 10295, 15568, 12423, 9761, 14426, 9448, 15897, 12883, 13376, 14179, 8956, 15872, 12778, 15700, 13298, 10428, 15816, 12844, 15830, 12753, 12243, 13463, 8506, 16179, 13022, 13878, 12776, 8783, 15919, 11486, 15156, 12831, 9978, 15268, 11689, 14266, 11696, 9199, 14495, 11493, 16549, 12915, 9441, 14660, 10595, 14684, 12404, 9458, 15640, 11634, 10754, 13367, 8878, 15332, 12634, 9855, 14432, 10534, 15564, 12301, 10360, 14959, 10445, 16012, 12202, 9755, 14694, 9359, 16359, 13474, 10343, 15499, 10054, 16036, 13026, 11429, 17474, 13270, 17564, 13697, 9674, 16845, 12149, 16602, 14271, 10550, 16829, 12473, 17302, 13862, 10832, 17114, 13003, 16362, 13417, 12289, 14902, 9751, 16606, 13079, 11386, 15476, 9170, 16927, 12973, 12323, 15617, 10435, 16015, 13113, 10177, 14608, 10102, 16040, 13133, 9535, 14771, 10482, 15753, 12501, 11064, 15395, 10425, 16431, 12725, 15065, 12728, 9376, 16398, 13532, 14983, 12652, 9136, 16230, 10796, 16386, 13717, 10732, 15694, 10448, 16059, 13402, 10722, 16149, 11829, 15963, 12433, 8948, 15777, 13279, 14117, 13367, 8811, 16119, 12521, 13947, 15054, 9794, 17528, 12466, 15370, 13017, 10027, 17201, 13169, 14068, 13046, 9617, 15917, 10351, 17990, 13654, 15799, 13284, 9642, 17009, 11395, 18076, 14234, 11071, 16883, 9662, 17236, 11931, 17033, 14247, 11138, 16514, 9939, 17125, 12701, 15456, 13809, 10612, 16133, 9280, 15983, 9580, 16127, 13123, 13814, 13752, 9263, 15201, 8982, 15957, 12065, 16490, 12818, 14638, 13402, 8388, 16000, 12190, 15340, 12859, 9029, 14374, 8778, 15351, 11783, 9711, 14688, 9093, 15125, 12241, 13275, 13425, 9839, 16537, 12177, 13742, 14083, 9042, 15744, 12844, 10243, 15677, 12188, 18675, 14761, 9854, 15325, 9929, 16470, 13288, 11571, 16523, 11278, 15768, 13504, 10559, 15627, 9734, 14973, 11176, 11096, 12043, 9839, 14536, 9322, 15302, 12151, 15168, 12387, 8847, 14798, 9084, 15382, 12162, 13560, 12959, 8799, 15085, 9149, 14895, 11320, 15151, 12550, 8971, 14392, 9004, 14866, 11332, 15285, 12430, 10095, 15031, 9357, 15256, 10747, 15525, 12006, 10515, 14671, 9309, 15581, 11449, 15499, 12239, 8981, 15109, 11941, 14693, 11547, 8678, 14599, 10141, 15406, 12570, 9410, 14661, 10915, 14947, 11779, 11904, 14063, 9251, 15575, 12580, 9274, 15134, 11014, 15564, 13060, 10578, 16382, 12442, 14422, 12564, 8913, 16266, 13222, 12219, 16824, 10604, 17449, 12526, 14723, 13226, 10384, 17271, 10853, 16915, 12392, 16145, 12358, 15094, 12391, 9610, 15958, 9128, 15934, 11593, 15160, 11987, 11003, 13681, 8480, 14705, 10688, 14386, 10964, 10029, 13580, 8919, 14294, 11048, 10948, 12246, 8815, 15143, 11959, 12894, 11422, 8681, 14360, 11536, 15898, 12751, 9643, 14796, 10478, 15542, 11847, 14737, 13867, 9114, 15507, 11824, 16391, 12543, 14188, 13323, 9195, 16435, 12892, 13809, 12395, 8600, 15991, 12181, 11459, 14860, 11032, 15083, 12905, 9848, 16849, 12524, 9422, 14816, 11911, 18333, 15350, 12137, 21396, 17471, 13851, 11147, 9313, 13827, 11751, 9100, 14319, 11937, 9268, 15457, 11735, 8673, 14734, 12194, 10897, 16367, 14447, 14232, 18431, 14067, 16368, 15914, 9424, 16975, 13133, 13846, 13977, 9131, 16717, 12430, 14293, 14960, 8262, 13553, 11715, 11231, 14059, 8431, 14929, 11782, 11030, 15580, 11093, 14121, 13053, 8080, 14629, 11500, 8125, 13752, 10231, 14375, 10848, 8179, 15171, 11986, 9279, 15069, 12339, 16830, 11789, 8864, 16057, 12958, 9547, 15940, 11902, 12512, 13133, 9013, 16680, 13383, 8961, 15893, 13094, 8520, 15200, 10826, 12180, 15696, 16048, 10818, 20094, 15396, 18551, 10525, 7841, 12562, 9723, 8479, 13429, 11053, 9574, 13526, 12532, 10208, 12392, 15238, 11601, 11694, 16682, 13236, 10792, 18150, 14642, 11038, 18656, 14945, 11499, 18997, 14432, 11081, 17175, 12637, 15095, 15434, 9601, 17003, 13795, 12005, 17404, 12430, 16269, 13891, 9405, 16044, 12468, 10692, 14831, 11564, 13919, 12378, 8665, 15197, 11991, 8709, 12601, 9211, 8468, 13341, 12883, 9874, 8944, 13567, 12168, 10953, 18155, 13193, 14214, 18219, 13335, 19114, 18320, 14844, 20867, 14491, 20891, 16545, 16278, 13512, 11502, 18030, 10133, 18831, 14318, 15607, 14307, 9250, 16657, 11870, 16343, 13108, 12316, 13345, 10014, 14906, 8720, 16259, 13203, 13156, 14157, 10449, 15666, 10257, 8693, 14243, 11597, 10781, 12317, 9501, 12063, 11697, 8433, 14232, 12416, 9431, 15258, 12197, 14162, 14588, 10930, 19241, 15262, 11749, 19726, 17223, 21592, 21386, 19229, 24158, 21869, 14206, 12162, 8063, 7795, 12203, 8874, 7791, 12774, 9520, 8190, 13004, 11154, 9380, 12936, 12115, 10368, 14493, 14372, 10883, 16527, 16672, 17637, 19200, 21784, 12428, 8132, 14035, 12056, 8328, 13964, 11783, 9065, 11909, 11614, 9367, 13444, 14463, 11232, 19891, 15917, 12279, 18833, 14152, 10847, 14565, 11179, 14881, 12978, 9881, 15401, 12589, 10134, 13723, 11319, 10521, 13750, 10525, 11729, 12873, 9644, 12468, 13708, 9463, 12455, 12910, 10012, 11922, 13206, 11584, 20614, 14463, 8106, 12263, 10619, 8351, 12518, 9636, 10944, 11328, 8954, 13196, 11177, 9841, 12695, 9052, 13189, 11881, 9868, 14518, 10715, 12526, 12467, 10746, 12899, 12363, 9099, 14622, 12796, 9745, 14753, 11697, 10018, 14051, 11198, 11534, 13183, 10565, 12512, 12781, 9682, 15062, 11871, 12890, 12762, 9985, 15686, 12568, 10151, 12922, 8825, 15263, 11717, 12866, 12228, 9921, 14429, 11748, 11503, 13336, 8615, 15048, 11975, 8863, 13338, 11064, 9997, 12003, 9590, 12098, 13265, 10566, 11008, 13342, 10660, 9043, 13463, 10847, 9490, 14284, 11390, 11847, 14489, 9716, 16682, 13921, 9656, 19112, 13549, 10933, 17015, 12202, 14872, 16395, 10751, 18211, 13516, 9976, 15262, 12797, 10960, 14841, 10542, 13476, 13574, 10022, 16041, 13640, 8626, 13933, 11960, 9544, 13645, 10546, 12151, 13481, 10002, 15738, 13292, 10071, 14902, 11701, 11623, 13165, 9923, 15257, 12077, 15746, 13430, 10841, 17254, 12467, 16847, 14511, 11051, 15079, 11361, 13558, 13807, 10548, 17126, 12952, 11822, 13776, 9385, 16352, 12642, 13208, 15119, 9970, 19381, 13594, 9961], 'WindowCenter': [4875.0, 4802.0, 4857.0, 4815.0, 4803.0, 4820.0, 4762.0, 4820.0, 4801.0, 4782.0, 4807.0, 4761.0, 4821.0, 4800.0, 4799.0, 4820.0, 4760.0, 4830.0, 4791.0, 4780.0, 4809.0, 4761.0, 4819.0, 4811.0, 4774.0, 4821.0, 4793.0, 4823.0, 4812.0, 4774.0, 4833.0, 4815.0, 4773.0, 4820.0, 4793.0, 4843.0, 4815.0, 4787.0, 4847.0, 4818.0, 4833.0, 4813.0, 4786.0, 4845.0, 4826.0, 4805.0, 4831.0, 4782.0, 4831.0, 4814.0, 4782.0, 4832.0, 4814.0, 4822.0, 4803.0, 4762.0, 4833.0, 4811.0, 4791.0, 4832.0, 4782.0, 4830.0, 4801.0, 4782.0, 4832.0, 4803.0, 4821.0, 4822.0, 4764.0, 4831.0, 4802.0, 4783.0, 4832.0, 4815.0, 4796.0, 4824.0, 4800.0, 4862.0, 4866.0, 4807.0, 4828.0, 4799.0, 4761.0, 4821.0, 4804.0, 4813.0, 4834.0, 4785.0, 4845.0, 4813.0, 4772.0, 4834.0, 4796.0, 4846.0, 4823.0, 4783.0, 4819.0, 4780.0, 4831.0, 4800.0, 4790.0, 4833.0, 4770.0, 4819.0, 4799.0, 4819.0, 4798.0, 4758.0, 4816.0, 4787.0, 4816.0, 4785.0, 4766.0, 4806.0, 4766.0, 4817.0, 4798.0, 4767.0, 4796.0, 4748.0, 4807.0, 4789.0, 4816.0, 4788.0, 4758.0, 4807.0, 4748.0, 4819.0, 4790.0, 4788.0, 4817.0, 4750.0, 4819.0, 4788.0, 4809.0, 4789.0, 4770.0, 4820.0, 4790.0, 4820.0, 4791.0, 4809.0, 4798.0, 4761.0, 4828.0, 4791.0, 4820.0, 4799.0, 4801.0, 4808.0, 4769.0, 4831.0, 4801.0, 4772.0, 4822.0, 4783.0, 4833.0, 4802.0, 4772.0, 4834.0, 4794.0, 4834.0, 4804.0, 4785.0, 4833.0, 4802.0, 4832.0, 4814.0, 4784.0, 4822.0, 4773.0, 4832.0, 4802.0, 4821.0, 4822.0, 4769.0, 4831.0, 4802.0, 4834.0, 4811.0, 4782.0, 4833.0, 4801.0, 4821.0, 4799.0, 4772.0, 4820.0, 4781.0, 4829.0, 4811.0, 4803.0, 4823.0, 4771.0, 4820.0, 4770.0, 4818.0, 4810.0, 4779.0, 4808.0, 4759.0, 4818.0, 4799.0, 4817.0, 4812.0, 4782.0, 4831.0, 4770.0, 4820.0, 4788.0, 4818.0, 4799.0, 4771.0, 4809.0, 4763.0, 4820.0, 4814.0, 4823.0, 4799.0, 4761.0, 4823.0, 4784.0, 4833.0, 4814.0, 4783.0, 4833.0, 4793.0, 4823.0, 4805.0, 4777.0, 4835.0, 4814.0, 4832.0, 4825.0, 4772.0, 4834.0, 4802.0, 4803.0, 4831.0, 4815.0, 4846.0, 4814.0, 4771.0, 4834.0, 4811.0, 4784.0, 4832.0, 4816.0, 4821.0, 4833.0, 4794.0, 4831.0, 4800.0, 4818.0, 4799.0, 4790.0, 4817.0, 4759.0, 4818.0, 4796.0, 4806.0, 4786.0, 4746.0, 4805.0, 4745.0, 4817.0, 4786.0, 4785.0, 4787.0, 4738.0, 4821.0, 4772.0, 4820.0, 4801.0, 4808.0, 4798.0, 4752.0, 4811.0, 4761.0, 4819.0, 4801.0, 4810.0, 4789.0, 4762.0, 4819.0, 4772.0, 4820.0, 4825.0, 4784.0, 4822.0, 4781.0, 4822.0, 4804.0, 4775.0, 4824.0, 4794.0, 4833.0, 4812.0, 4815.0, 4825.0, 4775.0, 4831.0, 4824.0, 4782.0, 4822.0, 4773.0, 4831.0, 4811.0, 4821.0, 4820.0, 4781.0, 4829.0, 4781.0, 4819.0, 4813.0, 4841.0, 4822.0, 4782.0, 4829.0, 4788.0, 4822.0, 4798.0, 4817.0, 4798.0, 4759.0, 4832.0, 4780.0, 4816.0, 4798.0, 4841.0, 4809.0, 4789.0, 4818.0, 4760.0, 4818.0, 4799.0, 4830.0, 4809.0, 4778.0, 4831.0, 4769.0, 4819.0, 4791.0, 4810.0, 4801.0, 4791.0, 4819.0, 4770.0, 4831.0, 4800.0, 4818.0, 4801.0, 4783.0, 4818.0, 4770.0, 4832.0, 4814.0, 4820.0, 4789.0, 4763.0, 4820.0, 4803.0, 4821.0, 4812.0, 4785.0, 4837.0, 4784.0, 4844.0, 4814.0, 4795.0, 4834.0, 4795.0, 4834.0, 4823.0, 4813.0, 4826.0, 4787.0, 4844.0, 4825.0, 4822.0, 4812.0, 4781.0, 4831.0, 4795.0, 4831.0, 4811.0, 4802.0, 4821.0, 4759.0, 4829.0, 4800.0, 4830.0, 4807.0, 4781.0, 4828.0, 4778.0, 4817.0, 4798.0, 4808.0, 4798.0, 4769.0, 4819.0, 4798.0, 4818.0, 4799.0, 4771.0, 4808.0, 4761.0, 4818.0, 4799.0, 4807.0, 4800.0, 4781.0, 4821.0, 4772.0, 4832.0, 4804.0, 4819.0, 4809.0, 4781.0, 4821.0, 4781.0, 4820.0, 4802.0, 4821.0, 4799.0, 4779.0, 4819.0, 4769.0, 4821.0, 4809.0, 4801.0, 4818.0, 4781.0, 4830.0, 4801.0, 4772.0, 4822.0, 4772.0, 4832.0, 4811.0, 4771.0, 4821.0, 4782.0, 4832.0, 4803.0, 4791.0, 4832.0, 4793.0, 4833.0, 4812.0, 4785.0, 4821.0, 4784.0, 4833.0, 4811.0, 4811.0, 4821.0, 4761.0, 4831.0, 4811.0, 4831.0, 4810.0, 4783.0, 4830.0, 4800.0, 4823.0, 4799.0, 4800.0, 4809.0, 4764.0, 4830.0, 4811.0, 4812.0, 4800.0, 4760.0, 4829.0, 4802.0, 4820.0, 4810.0, 4782.0, 4831.0, 4800.0, 4822.0, 4801.0, 4775.0, 4821.0, 4802.0, 4832.0, 4812.0, 4772.0, 4822.0, 4795.0, 4832.0, 4813.0, 4785.0, 4836.0, 4803.0, 4794.0, 4813.0, 4776.0, 4833.0, 4814.0, 4785.0, 4822.0, 4792.0, 4833.0, 4812.0, 4791.0, 4833.0, 4792.0, 4831.0, 4801.0, 4795.0, 4844.0, 4782.0, 4844.0, 4825.0, 4782.0, 4820.0, 4783.0, 4832.0, 4813.0, 4816.0, 4844.0, 4812.0, 4831.0, 4810.0, 4771.0, 4830.0, 4799.0, 4819.0, 4810.0, 4780.0, 4827.0, 4799.0, 4829.0, 4809.0, 4779.0, 4828.0, 4799.0, 4819.0, 4797.0, 4788.0, 4807.0, 4769.0, 4832.0, 4813.0, 4789.0, 4808.0, 4760.0, 4829.0, 4801.0, 4788.0, 4819.0, 4770.0, 4818.0, 4799.0, 4782.0, 4819.0, 4781.0, 4830.0, 4813.0, 4772.0, 4824.0, 4793.0, 4832.0, 4811.0, 4793.0, 4834.0, 4784.0, 4832.0, 4813.0, 4834.0, 4813.0, 4770.0, 4831.0, 4811.0, 4822.0, 4800.0, 4772.0, 4831.0, 4794.0, 4831.0, 4812.0, 4792.0, 4832.0, 4783.0, 4832.0, 4810.0, 4793.0, 4843.0, 4800.0, 4831.0, 4802.0, 4775.0, 4830.0, 4811.0, 4823.0, 4824.0, 4775.0, 4845.0, 4826.0, 4822.0, 4833.0, 4784.0, 4843.0, 4814.0, 4834.0, 4813.0, 4783.0, 4845.0, 4815.0, 4823.0, 4812.0, 4782.0, 4832.0, 4782.0, 4841.0, 4813.0, 4820.0, 4800.0, 4770.0, 4828.0, 4790.0, 4829.0, 4798.0, 4777.0, 4829.0, 4770.0, 4829.0, 4786.0, 4818.0, 4810.0, 4780.0, 4817.0, 4757.0, 4815.0, 4798.0, 4803.0, 4797.0, 4768.0, 4807.0, 4774.0, 4816.0, 4758.0, 4806.0, 4798.0, 4811.0, 4797.0, 4757.0, 4805.0, 4758.0, 4818.0, 4789.0, 4817.0, 4800.0, 4807.0, 4811.0, 4753.0, 4817.0, 4792.0, 4820.0, 4823.0, 4784.0, 4822.0, 4773.0, 4834.0, 4817.0, 4784.0, 4824.0, 4762.0, 4824.0, 4802.0, 4815.0, 4814.0, 4785.0, 4834.0, 4804.0, 4811.0, 4812.0, 4774.0, 4834.0, 4801.0, 4783.0, 4833.0, 4804.0, 4842.0, 4811.0, 4770.0, 4818.0, 4770.0, 4831.0, 4810.0, 4804.0, 4832.0, 4791.0, 4820.0, 4809.0, 4780.0, 4831.0, 4772.0, 4809.0, 4780.0, 4777.0, 4787.0, 4767.0, 4806.0, 4758.0, 4810.0, 4789.0, 4807.0, 4787.0, 4759.0, 4807.0, 4759.0, 4809.0, 4787.0, 4800.0, 4799.0, 4750.0, 4807.0, 4771.0, 4820.0, 4791.0, 4820.0, 4799.0, 4759.0, 4809.0, 4760.0, 4809.0, 4791.0, 4820.0, 4799.0, 4781.0, 4821.0, 4760.0, 4819.0, 4780.0, 4821.0, 4801.0, 4779.0, 4820.0, 4760.0, 4819.0, 4791.0, 4821.0, 4804.0, 4773.0, 4819.0, 4803.0, 4819.0, 4790.0, 4763.0, 4822.0, 4796.0, 4832.0, 4813.0, 4785.0, 4833.0, 4804.0, 4835.0, 4817.0, 4816.0, 4824.0, 4789.0, 4834.0, 4811.0, 4788.0, 4834.0, 4803.0, 4844.0, 4825.0, 4807.0, 4847.0, 4814.0, 4822.0, 4802.0, 4771.0, 4833.0, 4809.0, 4804.0, 4844.0, 4781.0, 4831.0, 4800.0, 4811.0, 4800.0, 4767.0, 4827.0, 4766.0, 4817.0, 4787.0, 4807.0, 4785.0, 4806.0, 4776.0, 4757.0, 4807.0, 4747.0, 4804.0, 4777.0, 4807.0, 4788.0, 4767.0, 4796.0, 4737.0, 4807.0, 4768.0, 4808.0, 4792.0, 4780.0, 4823.0, 4772.0, 4820.0, 4794.0, 4794.0, 4813.0, 4775.0, 4835.0, 4805.0, 4816.0, 4805.0, 4774.0, 4835.0, 4804.0, 4834.0, 4826.0, 4786.0, 4834.0, 4795.0, 4834.0, 4814.0, 4822.0, 4822.0, 4773.0, 4831.0, 4804.0, 4833.0, 4812.0, 4823.0, 4811.0, 4787.0, 4835.0, 4812.0, 4811.0, 4801.0, 4762.0, 4831.0, 4814.0, 4803.0, 4822.0, 4804.0, 4834.0, 4811.0, 4798.0, 4847.0, 4815.0, 4784.0, 4834.0, 4829.0, 4868.0, 4835.0, 4775.0, 4695.0, 4941.0, 4815.0, 4779.0, 4746.0, 4784.0, 4778.0, 4761.0, 4819.0, 4804.0, 4772.0, 4832.0, 4815.0, 4764.0, 4821.0, 4800.0, 4783.0, 4821.0, 4810.0, 4798.0, 4818.0, 4772.0, 4782.0, 4780.0, 4736.0, 4805.0, 4774.0, 4773.0, 4785.0, 4732.0, 4803.0, 4763.0, 4771.0, 4780.0, 4724.0, 4772.0, 4759.0, 4752.0, 4787.0, 4741.0, 4837.0, 4832.0, 4809.0, 4810.0, 4768.0, 4796.0, 4775.0, 4736.0, 4808.0, 4777.0, 4742.0, 4813.0, 4786.0, 4823.0, 4792.0, 4765.0, 4832.0, 4815.0, 4774.0, 4850.0, 4817.0, 4858.0, 4830.0, 4788.0, 4847.0, 4825.0, 4775.0, 4832.0, 4803.0, 4816.0, 4825.0, 4773.0, 4845.0, 4824.0, 4788.0, 4834.0, 4827.0, 4774.0, 4832.0, 4816.0, 4839.0, 4870.0, 4806.0, 4754.0, 4741.0, 4759.0, 4844.0, 4783.0, 4714.0, 4745.0, 4731.0, 4724.0, 4794.0, 4778.0, 4784.0, 4823.0, 4811.0, 4783.0, 4810.0, 4823.0, 4789.0, 4801.0, 4834.0, 4802.0, 4778.0, 4830.0, 4809.0, 4779.0, 4817.0, 4798.0, 4768.0, 4815.0, 4783.0, 4754.0, 4803.0, 4775.0, 4792.0, 4791.0, 4744.0, 4817.0, 4794.0, 4775.0, 4804.0, 4773.0, 4806.0, 4786.0, 4742.0, 4817.0, 4800.0, 4780.0, 4808.0, 4788.0, 4822.0, 4816.0, 4777.0, 4835.0, 4805.0, 4779.0, 4817.0, 4773.0, 4753.0, 4801.0, 4804.0, 4789.0, 4777.0, 4815.0, 4830.0, 4826.0, 4873.0, 4844.0, 4842.0, 4875.0, 4833.0, 4859.0, 4848.0, 4815.0, 4845.0, 4812.0, 4843.0, 4811.0, 4812.0, 4799.0, 4769.0, 4815.0, 4758.0, 4830.0, 4797.0, 4820.0, 4796.0, 4748.0, 4804.0, 4774.0, 4804.0, 4785.0, 4777.0, 4788.0, 4761.0, 4808.0, 4749.0, 4831.0, 4811.0, 4814.0, 4814.0, 4786.0, 4813.0, 4776.0, 4767.0, 4814.0, 4808.0, 4799.0, 4820.0, 4793.0, 4819.0, 4808.0, 4770.0, 4841.0, 4831.0, 4791.0, 4850.0, 4820.0, 4828.0, 4837.0, 4811.0, 4857.0, 4825.0, 4806.0, 4870.0, 4861.0, 4899.0, 4763.0, 4779.0, 4760.0, 4739.0, 4831.0, 4709.0, 4627.0, 4645.0, 4708.0, 4703.0, 4686.0, 4745.0, 4726.0, 4708.0, 4771.0, 4752.0, 4731.0, 4772.0, 4764.0, 4744.0, 4809.0, 4857.0, 4788.0, 4794.0, 4779.0, 4702.0, 4785.0, 4792.0, 4724.0, 4660.0, 4741.0, 4748.0, 4699.0, 4759.0, 4752.0, 4736.0, 4756.0, 4753.0, 4724.0, 4775.0, 4773.0, 4743.0, 4803.0, 4770.0, 4740.0, 4778.0, 4733.0, 4703.0, 4732.0, 4713.0, 4742.0, 4733.0, 4704.0, 4753.0, 4723.0, 4712.0, 4744.0, 4724.0, 4711.0, 4742.0, 4715.0, 4736.0, 4746.0, 4719.0, 4759.0, 4758.0, 4742.0, 4759.0, 4762.0, 4732.0, 4765.0, 4788.0, 4782.0, 4830.0, 4785.0, 4716.0, 4766.0, 4742.0, 4726.0, 4774.0, 4746.0, 4766.0, 4768.0, 4752.0, 4801.0, 4791.0, 4770.0, 4789.0, 4750.0, 4800.0, 4791.0, 4775.0, 4826.0, 4783.0, 4801.0, 4803.0, 4784.0, 4802.0, 4805.0, 4764.0, 4836.0, 4813.0, 4773.0, 4821.0, 4808.0, 4774.0, 4812.0, 4794.0, 4794.0, 4803.0, 4783.0, 4802.0, 4803.0, 4774.0, 4836.0, 4806.0, 4814.0, 4801.0, 4773.0, 4835.0, 4803.0, 4784.0, 4812.0, 4765.0, 4821.0, 4788.0, 4812.0, 4802.0, 4771.0, 4812.0, 4792.0, 4793.0, 4813.0, 4766.0, 4838.0, 4819.0, 4779.0, 4816.0, 4807.0, 4797.0, 4844.0, 4840.0, 4862.0, 4857.0, 4838.0, 4823.0, 4841.0, 4810.0, 4792.0, 4843.0, 4822.0, 4800.0, 4838.0, 4817.0, 4818.0, 4837.0, 4789.0, 4858.0, 4851.0, 4801.0, 4882.0, 4839.0, 4808.0, 4847.0, 4817.0, 4848.0, 4845.0, 4797.0, 4843.0, 4815.0, 4785.0, 4833.0, 4816.0, 4795.0, 4821.0, 4783.0, 4825.0, 4825.0, 4784.0, 4818.0, 4812.0, 4762.0, 4823.0, 4803.0, 4773.0, 4837.0, 4795.0, 4816.0, 4824.0, 4784.0, 4834.0, 4815.0, 4783.0, 4833.0, 4805.0, 4805.0, 4826.0, 4796.0, 4847.0, 4817.0, 4850.0, 4838.0, 4808.0, 4855.0, 4817.0, 4844.0, 4837.0, 4805.0, 4822.0, 4805.0, 4824.0, 4826.0, 4794.0, 4847.0, 4814.0, 4803.0, 4825.0, 4774.0, 4843.0, 4825.0, 4825.0, 4834.0, 4783.0, 4855.0, 4829.0, 4787.0], 'WindowWidth': [10597.0, 10488.0, 10556.0, 10493.0, 10471.0, 10491.0, 10415.0, 10491.0, 10464.0, 10438.0, 10469.0, 10411.0, 10493.0, 10464.0, 10462.0, 10489.0, 10407.0, 10503.0, 10450.0, 10437.0, 10473.0, 10415.0, 10492.0, 10482.0, 10433.0, 10493.0, 10460.0, 10504.0, 10486.0, 10436.0, 10514.0, 10490.0, 10433.0, 10492.0, 10460.0, 10530.0, 10493.0, 10456.0, 10540.0, 10500.0, 10516.0, 10487.0, 10456.0, 10537.0, 10508.0, 10477.0, 10508.0, 10442.0, 10512.0, 10488.0, 10443.0, 10513.0, 10488.0, 10496.0, 10470.0, 10416.0, 10513.0, 10481.0, 10452.0, 10509.0, 10441.0, 10503.0, 10464.0, 10443.0, 10510.0, 10470.0, 10494.0, 10494.0, 10417.0, 10508.0, 10468.0, 10447.0, 10511.0, 10493.0, 10465.0, 10500.0, 10483.0, 10571.0, 10581.0, 10486.0, 10500.0, 10460.0, 10411.0, 10495.0, 10474.0, 10486.0, 10516.0, 10450.0, 10535.0, 10486.0, 10431.0, 10515.0, 10469.0, 10538.0, 10500.0, 10441.0, 10486.0, 10436.0, 10508.0, 10463.0, 10449.0, 10512.0, 10420.0, 10489.0, 10458.0, 10488.0, 10456.0, 10401.0, 10481.0, 10438.0, 10479.0, 10433.0, 10409.0, 10462.0, 10411.0, 10480.0, 10456.0, 10412.0, 10449.0, 10387.0, 10466.0, 10444.0, 10477.0, 10442.0, 10400.0, 10464.0, 10387.0, 10485.0, 10445.0, 10441.0, 10483.0, 10391.0, 10485.0, 10444.0, 10474.0, 10445.0, 10419.0, 10489.0, 10446.0, 10488.0, 10448.0, 10471.0, 10456.0, 10409.0, 10498.0, 10447.0, 10489.0, 10457.0, 10463.0, 10470.0, 10420.0, 10505.0, 10466.0, 10426.0, 10493.0, 10445.0, 10513.0, 10469.0, 10428.0, 10514.0, 10458.0, 10515.0, 10474.0, 10451.0, 10511.0, 10470.0, 10512.0, 10487.0, 10446.0, 10495.0, 10430.0, 10510.0, 10469.0, 10491.0, 10495.0, 10420.0, 10507.0, 10469.0, 10515.0, 10480.0, 10441.0, 10514.0, 10466.0, 10491.0, 10459.0, 10425.0, 10487.0, 10437.0, 10503.0, 10480.0, 10472.0, 10497.0, 10424.0, 10488.0, 10420.0, 10485.0, 10474.0, 10430.0, 10468.0, 10403.0, 10483.0, 10459.0, 10484.0, 10479.0, 10440.0, 10506.0, 10421.0, 10487.0, 10444.0, 10483.0, 10458.0, 10421.0, 10472.0, 10412.0, 10489.0, 10487.0, 10496.0, 10460.0, 10411.0, 10494.0, 10446.0, 10512.0, 10486.0, 10444.0, 10513.0, 10456.0, 10500.0, 10475.0, 10442.0, 10516.0, 10488.0, 10512.0, 10505.0, 10429.0, 10515.0, 10470.0, 10473.0, 10509.0, 10489.0, 10536.0, 10487.0, 10425.0, 10514.0, 10482.0, 10448.0, 10513.0, 10492.0, 10493.0, 10515.0, 10457.0, 10510.0, 10461.0, 10484.0, 10457.0, 10447.0, 10479.0, 10400.0, 10485.0, 10447.0, 10462.0, 10431.0, 10379.0, 10457.0, 10376.0, 10477.0, 10434.0, 10431.0, 10436.0, 10373.0, 10490.0, 10427.0, 10488.0, 10462.0, 10468.0, 10453.0, 10394.0, 10473.0, 10409.0, 10485.0, 10467.0, 10474.0, 10444.0, 10412.0, 10486.0, 10428.0, 10492.0, 10504.0, 10446.0, 10494.0, 10439.0, 10495.0, 10470.0, 10433.0, 10499.0, 10460.0, 10515.0, 10483.0, 10489.0, 10501.0, 10435.0, 10508.0, 10503.0, 10441.0, 10492.0, 10429.0, 10507.0, 10480.0, 10492.0, 10491.0, 10437.0, 10504.0, 10438.0, 10490.0, 10487.0, 10523.0, 10494.0, 10439.0, 10503.0, 10441.0, 10492.0, 10456.0, 10482.0, 10455.0, 10404.0, 10507.0, 10432.0, 10480.0, 10457.0, 10522.0, 10473.0, 10444.0, 10486.0, 10404.0, 10483.0, 10459.0, 10508.0, 10475.0, 10432.0, 10504.0, 10418.0, 10488.0, 10449.0, 10476.0, 10463.0, 10451.0, 10486.0, 10419.0, 10507.0, 10462.0, 10487.0, 10463.0, 10442.0, 10485.0, 10422.0, 10509.0, 10484.0, 10487.0, 10445.0, 10414.0, 10489.0, 10470.0, 10494.0, 10484.0, 10448.0, 10523.0, 10450.0, 10531.0, 10490.0, 10465.0, 10518.0, 10462.0, 10518.0, 10501.0, 10487.0, 10507.0, 10456.0, 10533.0, 10505.0, 10496.0, 10482.0, 10439.0, 10506.0, 10461.0, 10510.0, 10480.0, 10467.0, 10492.0, 10404.0, 10501.0, 10461.0, 10504.0, 10468.0, 10434.0, 10499.0, 10427.0, 10484.0, 10455.0, 10469.0, 10454.0, 10417.0, 10484.0, 10456.0, 10485.0, 10456.0, 10420.0, 10470.0, 10410.0, 10484.0, 10459.0, 10469.0, 10462.0, 10435.0, 10490.0, 10426.0, 10510.0, 10472.0, 10488.0, 10475.0, 10438.0, 10491.0, 10437.0, 10490.0, 10468.0, 10492.0, 10460.0, 10432.0, 10488.0, 10417.0, 10491.0, 10475.0, 10464.0, 10483.0, 10438.0, 10506.0, 10464.0, 10425.0, 10494.0, 10430.0, 10512.0, 10481.0, 10425.0, 10492.0, 10441.0, 10510.0, 10472.0, 10454.0, 10510.0, 10458.0, 10515.0, 10483.0, 10448.0, 10493.0, 10446.0, 10512.0, 10479.0, 10477.0, 10493.0, 10409.0, 10506.0, 10478.0, 10507.0, 10476.0, 10440.0, 10504.0, 10461.0, 10497.0, 10458.0, 10459.0, 10470.0, 10416.0, 10503.0, 10478.0, 10478.0, 10461.0, 10406.0, 10502.0, 10467.0, 10491.0, 10477.0, 10439.0, 10508.0, 10461.0, 10494.0, 10463.0, 10434.0, 10491.0, 10469.0, 10510.0, 10482.0, 10426.0, 10494.0, 10462.0, 10511.0, 10483.0, 10448.0, 10520.0, 10472.0, 10458.0, 10484.0, 10438.0, 10512.0, 10485.0, 10447.0, 10494.0, 10454.0, 10515.0, 10484.0, 10454.0, 10509.0, 10454.0, 10510.0, 10465.0, 10466.0, 10531.0, 10444.0, 10530.0, 10504.0, 10440.0, 10488.0, 10440.0, 10509.0, 10483.0, 10492.0, 10526.0, 10478.0, 10505.0, 10473.0, 10420.0, 10500.0, 10455.0, 10482.0, 10473.0, 10429.0, 10493.0, 10455.0, 10502.0, 10469.0, 10429.0, 10495.0, 10455.0, 10484.0, 10450.0, 10438.0, 10462.0, 10415.0, 10504.0, 10480.0, 10442.0, 10466.0, 10403.0, 10499.0, 10459.0, 10439.0, 10482.0, 10416.0, 10483.0, 10456.0, 10436.0, 10483.0, 10435.0, 10502.0, 10480.0, 10426.0, 10494.0, 10455.0, 10509.0, 10479.0, 10454.0, 10511.0, 10440.0, 10509.0, 10482.0, 10511.0, 10480.0, 10421.0, 10507.0, 10479.0, 10492.0, 10460.0, 10425.0, 10505.0, 10458.0, 10505.0, 10480.0, 10452.0, 10506.0, 10441.0, 10510.0, 10476.0, 10453.0, 10526.0, 10461.0, 10505.0, 10465.0, 10433.0, 10504.0, 10480.0, 10496.0, 10501.0, 10434.0, 10533.0, 10506.0, 10496.0, 10510.0, 10445.0, 10527.0, 10484.0, 10512.0, 10484.0, 10442.0, 10529.0, 10487.0, 10494.0, 10480.0, 10440.0, 10507.0, 10438.0, 10520.0, 10482.0, 10486.0, 10457.0, 10419.0, 10495.0, 10443.0, 10500.0, 10455.0, 10424.0, 10497.0, 10419.0, 10497.0, 10434.0, 10483.0, 10472.0, 10428.0, 10475.0, 10393.0, 10471.0, 10450.0, 10455.0, 10449.0, 10410.0, 10461.0, 10427.0, 10477.0, 10398.0, 10460.0, 10452.0, 10472.0, 10448.0, 10395.0, 10456.0, 10399.0, 10478.0, 10441.0, 10479.0, 10454.0, 10463.0, 10478.0, 10399.0, 10479.0, 10447.0, 10489.0, 10501.0, 10449.0, 10493.0, 10429.0, 10514.0, 10497.0, 10448.0, 10498.0, 10410.0, 10496.0, 10468.0, 10487.0, 10483.0, 10448.0, 10515.0, 10472.0, 10473.0, 10478.0, 10430.0, 10512.0, 10465.0, 10441.0, 10510.0, 10468.0, 10525.0, 10478.0, 10419.0, 10481.0, 10417.0, 10504.0, 10473.0, 10470.0, 10509.0, 10448.0, 10490.0, 10471.0, 10432.0, 10506.0, 10425.0, 10471.0, 10430.0, 10424.0, 10439.0, 10411.0, 10462.0, 10398.0, 10471.0, 10441.0, 10465.0, 10436.0, 10402.0, 10465.0, 10402.0, 10469.0, 10439.0, 10458.0, 10458.0, 10391.0, 10466.0, 10423.0, 10486.0, 10450.0, 10486.0, 10458.0, 10403.0, 10472.0, 10405.0, 10471.0, 10448.0, 10490.0, 10459.0, 10436.0, 10492.0, 10406.0, 10487.0, 10433.0, 10490.0, 10463.0, 10431.0, 10487.0, 10404.0, 10488.0, 10448.0, 10492.0, 10470.0, 10427.0, 10485.0, 10466.0, 10486.0, 10449.0, 10416.0, 10496.0, 10467.0, 10512.0, 10486.0, 10449.0, 10512.0, 10472.0, 10518.0, 10496.0, 10491.0, 10500.0, 10461.0, 10517.0, 10483.0, 10455.0, 10514.0, 10472.0, 10532.0, 10502.0, 10483.0, 10539.0, 10488.0, 10495.0, 10466.0, 10426.0, 10514.0, 10477.0, 10473.0, 10530.0, 10437.0, 10508.0, 10460.0, 10476.0, 10457.0, 10412.0, 10496.0, 10407.0, 10482.0, 10436.0, 10464.0, 10431.0, 10460.0, 10417.0, 10393.0, 10464.0, 10378.0, 10457.0, 10423.0, 10465.0, 10438.0, 10409.0, 10446.0, 10367.0, 10464.0, 10413.0, 10469.0, 10453.0, 10436.0, 10499.0, 10426.0, 10489.0, 10455.0, 10459.0, 10484.0, 10436.0, 10519.0, 10477.0, 10490.0, 10473.0, 10433.0, 10516.0, 10475.0, 10514.0, 10506.0, 10449.0, 10514.0, 10462.0, 10514.0, 10488.0, 10494.0, 10494.0, 10427.0, 10508.0, 10469.0, 10512.0, 10482.0, 10499.0, 10478.0, 10453.0, 10518.0, 10481.0, 10476.0, 10463.0, 10412.0, 10506.0, 10485.0, 10470.0, 10495.0, 10473.0, 10514.0, 10479.0, 10468.0, 10538.0, 10490.0, 10446.0, 10514.0, 10517.0, 10574.0, 10522.0, 10415.0, 10258.0, 10733.0, 10486.0, 10428.0, 10374.0, 10427.0, 10421.0, 10408.0, 10486.0, 10471.0, 10425.0, 10512.0, 10488.0, 10414.0, 10492.0, 10461.0, 10439.0, 10492.0, 10473.0, 10449.0, 10481.0, 10405.0, 10417.0, 10412.0, 10355.0, 10456.0, 10408.0, 10401.0, 10426.0, 10347.0, 10448.0, 10391.0, 10397.0, 10413.0, 10338.0, 10398.0, 10382.0, 10375.0, 10428.0, 10374.0, 10523.0, 10526.0, 10487.0, 10469.0, 10405.0, 10446.0, 10409.0, 10366.0, 10465.0, 10421.0, 10380.0, 10479.0, 10444.0, 10492.0, 10449.0, 10417.0, 10508.0, 10489.0, 10430.0, 10543.0, 10491.0, 10552.0, 10517.0, 10455.0, 10535.0, 10504.0, 10431.0, 10505.0, 10466.0, 10492.0, 10502.0, 10432.0, 10530.0, 10499.0, 10456.0, 10515.0, 10509.0, 10432.0, 10509.0, 10496.0, 10533.0, 10579.0, 10462.0, 10385.0, 10348.0, 10397.0, 10539.0, 10443.0, 10327.0, 10356.0, 10347.0, 10347.0, 10442.0, 10428.0, 10447.0, 10496.0, 10478.0, 10444.0, 10478.0, 10495.0, 10444.0, 10464.0, 10515.0, 10466.0, 10426.0, 10504.0, 10468.0, 10429.0, 10478.0, 10450.0, 10409.0, 10473.0, 10424.0, 10381.0, 10447.0, 10411.0, 10432.0, 10430.0, 10370.0, 10476.0, 10440.0, 10413.0, 10453.0, 10409.0, 10458.0, 10428.0, 10370.0, 10476.0, 10458.0, 10433.0, 10466.0, 10440.0, 10496.0, 10491.0, 10441.0, 10514.0, 10474.0, 10445.0, 10495.0, 10429.0, 10400.0, 10458.0, 10469.0, 10459.0, 10435.0, 10484.0, 10521.0, 10518.0, 10582.0, 10541.0, 10536.0, 10588.0, 10523.0, 10557.0, 10540.0, 10484.0, 10529.0, 10475.0, 10522.0, 10470.0, 10472.0, 10455.0, 10409.0, 10468.0, 10394.0, 10497.0, 10447.0, 10484.0, 10442.0, 10378.0, 10452.0, 10410.0, 10451.0, 10425.0, 10418.0, 10435.0, 10402.0, 10461.0, 10386.0, 10502.0, 10475.0, 10482.0, 10480.0, 10446.0, 10476.0, 10428.0, 10421.0, 10478.0, 10479.0, 10470.0, 10497.0, 10466.0, 10495.0, 10479.0, 10429.0, 10533.0, 10518.0, 10462.0, 10542.0, 10498.0, 10509.0, 10520.0, 10488.0, 10551.0, 10501.0, 10474.0, 10576.0, 10567.0, 10645.0, 10377.0, 10421.0, 10391.0, 10358.0, 10526.0, 10290.0, 10158.0, 10198.0, 10290.0, 10296.0, 10279.0, 10356.0, 10336.0, 10314.0, 10402.0, 10379.0, 10350.0, 10407.0, 10399.0, 10369.0, 10472.0, 10571.0, 10453.0, 10441.0, 10410.0, 10267.0, 10429.0, 10435.0, 10319.0, 10225.0, 10339.0, 10361.0, 10296.0, 10378.0, 10373.0, 10358.0, 10383.0, 10376.0, 10338.0, 10407.0, 10403.0, 10361.0, 10450.0, 10397.0, 10348.0, 10401.0, 10333.0, 10288.0, 10326.0, 10302.0, 10342.0, 10330.0, 10290.0, 10357.0, 10315.0, 10304.0, 10348.0, 10322.0, 10299.0, 10341.0, 10309.0, 10343.0, 10354.0, 10321.0, 10379.0, 10375.0, 10365.0, 10381.0, 10387.0, 10346.0, 10397.0, 10434.0, 10437.0, 10500.0, 10426.0, 10332.0, 10397.0, 10361.0, 10345.0, 10408.0, 10375.0, 10402.0, 10408.0, 10393.0, 10462.0, 10445.0, 10413.0, 10439.0, 10386.0, 10455.0, 10443.0, 10430.0, 10502.0, 10439.0, 10462.0, 10465.0, 10439.0, 10463.0, 10471.0, 10413.0, 10516.0, 10481.0, 10426.0, 10488.0, 10479.0, 10424.0, 10475.0, 10456.0, 10454.0, 10463.0, 10439.0, 10462.0, 10464.0, 10427.0, 10516.0, 10476.0, 10481.0, 10461.0, 10423.0, 10513.0, 10463.0, 10440.0, 10477.0, 10416.0, 10489.0, 10441.0, 10477.0, 10464.0, 10418.0, 10473.0, 10449.0, 10453.0, 10479.0, 10420.0, 10522.0, 10499.0, 10444.0, 10485.0, 10479.0, 10469.0, 10546.0, 10554.0, 10583.0, 10568.0, 10541.0, 10511.0, 10530.0, 10488.0, 10466.0, 10537.0, 10506.0, 10475.0, 10524.0, 10495.0, 10495.0, 10522.0, 10458.0, 10554.0, 10550.0, 10481.0, 10598.0, 10528.0, 10484.0, 10538.0, 10494.0, 10540.0, 10532.0, 10465.0, 10529.0, 10487.0, 10444.0, 10510.0, 10489.0, 10460.0, 10488.0, 10441.0, 10504.0, 10501.0, 10443.0, 10484.0, 10478.0, 10412.0, 10496.0, 10468.0, 10427.0, 10523.0, 10463.0, 10493.0, 10501.0, 10446.0, 10512.0, 10487.0, 10442.0, 10512.0, 10474.0, 10476.0, 10503.0, 10464.0, 10534.0, 10495.0, 10545.0, 10526.0, 10487.0, 10545.0, 10493.0, 10527.0, 10523.0, 10473.0, 10492.0, 10474.0, 10501.0, 10505.0, 10460.0, 10539.0, 10487.0, 10469.0, 10498.0, 10430.0, 10525.0, 10503.0, 10504.0, 10513.0, 10442.0, 10550.0, 10515.0, 10453.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.012250154202004626</td></tr>
<tr><td colspan=3>aqi</td><td>0.05556284155744025</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.377217643024665</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2220027108101854</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0647520662654322</td></tr>
<tr><td colspan=3>efc</td><td>0.5099</td></tr>
<tr><td colspan=3>fber</td><td>4076.8105</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17757549016985832</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>275</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.20277563608327</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6281055285500643</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5551572118075776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7323927530364984</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5967666208061178</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156188</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.02160629816353321</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029627744108438492</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.263437220797467</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>13.0412</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.9877</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.1431</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292482.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1198.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.873</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.9898</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3951.8571</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1699.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.6962</td></tr>
<tr><td colspan=3>tsnr</td><td>25.674597309785895</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>