<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-02/func/sub-0111_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>fdd9b1692d1a42b886008e1c8a18b164</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:43:4.110000</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.997015, 0.074352, -0.0207856, -0.0732162, 0.996016, 0.0509041]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0822215</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4234, -7721, -7197, 309, -49, 174, 144, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>222.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0fc7c1cc-1b89-45ad-9c21-67fdbe284ed8||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.674919366836548, -0.19643373787403107, -0.06611664593219757, 122.91509246826172], [-0.19948090612888336, 2.67223858833313, 0.13292181491851807, -97.3626937866211], [-0.05576633661985397, -0.13657191395759583, 2.695915460586548, -38.50493621826172], [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': ['134304.110000', '134304.570000', '134305.030000', '134305.490000', '134305.950000', '134306.410000', '134306.870000', '134307.330000', '134307.790000', '134308.250000', '134308.710000', '134309.170000', '134309.630000', '134310.090000', '134310.550000', '134311.010000', '134311.470000', '134311.930000', '134312.390000', '134312.850000', '134313.310000', '134313.770000', '134314.230000', '134314.690000', '134315.150000', '134315.610000', '134316.070000', '134316.530000', '134316.990000', '134317.450000', '134317.910000', '134318.370000', '134318.830000', '134319.290000', '134319.750000', '134320.210000', '134320.670000', '134321.130000', '134321.590000', '134322.050000', '134322.510000', '134322.970000', '134323.430000', '134323.890000', '134324.350000', '134324.810000', '134325.270000', '134325.730000', '134326.190000', '134326.650000', '134327.110000', '134327.570000', '134328.030000', '134328.490000', '134328.950000', '134329.410000', '134329.870000', '134330.330000', '134330.790000', '134331.250000', '134331.710000', '134332.170000', '134332.630000', '134333.090000', '134333.550000', '134334.010000', '134334.470000', '134334.930000', '134335.390000', '134335.850000', '134336.310000', '134336.770000', '134337.230000', '134337.690000', '134338.150000', '134338.610000', '134339.070000', '134339.530000', '134339.990000', '134340.450000', '134340.910000', '134341.370000', '134341.830000', '134342.290000', '134342.750000', '134343.210000', '134343.670000', '134344.130000', '134344.590000', '134345.050000', '134345.510000', '134345.970000', '134346.430000', '134346.890000', '134347.350000', '134347.810000', '134348.270000', '134348.730000', '134349.190000', '134349.650000', '134350.110000', '134350.570000', '134351.030000', '134351.490000', '134351.950000', '134352.410000', '134352.870000', '134353.330000', '134353.790000', '134354.250000', '134354.710000', '134355.170000', '134355.630000', '134356.090000', '134356.550000', '134357.010000', '134357.470000', '134357.930000', '134358.390000', '134358.850000', '134359.310000', '134359.770000', '134400.230000', '134400.690000', '134401.150000', '134401.610000', '134402.070000', '134402.530000', '134402.990000', '134403.450000', '134403.910000', '134404.370000', '134404.830000', '134405.290000', '134405.750000', '134406.210000', '134406.670000', '134407.130000', '134407.590000', '134408.050000', '134408.510000', '134408.970000', '134409.430000', '134409.890000', '134410.350000', '134410.810000', '134411.270000', '134411.730000', '134412.190000', '134412.650000', '134413.110000', '134413.570000', '134414.030000', '134414.490000', '134414.950000', '134415.410000', '134415.870000', '134416.330000', '134416.790000', '134417.250000', '134417.710000', '134418.170000', '134418.630000', '134419.090000', '134419.550000', '134420.010000', '134420.470000', '134420.930000', '134421.390000', '134421.850000', '134422.310000', '134422.770000', '134423.230000', '134423.690000', '134424.150000', '134424.610000', '134425.070000', '134425.530000', '134425.990000', '134426.450000', '134426.910000', '134427.370000', '134427.830000', '134428.290000', '134428.750000', '134429.210000', '134429.670000', '134430.130000', '134430.590000', '134431.050000', '134431.510000', '134431.970000', '134432.430000', '134432.890000', '134433.350000', '134433.810000', '134434.270000', '134434.730000', '134435.190000', '134435.650000', '134436.110000', '134436.570000', '134437.030000', '134437.490000', '134437.950000', '134438.410000', '134438.870000', '134439.330000', '134439.790000', '134440.250000', '134440.710000', '134441.170000', '134441.630000', '134442.090000', '134442.550000', '134443.010000', '134443.470000', '134443.930000', '134444.390000', '134444.850000', '134445.310000', '134445.770000', '134446.230000', '134446.690000', '134447.150000', '134447.610000', '134448.070000', '134448.530000', '134448.990000', '134449.450000', '134449.910000', '134450.370000', '134450.830000', '134451.290000', '134451.750000', '134452.210000', '134452.670000', '134453.130000', '134453.590000', '134454.050000', '134454.510000', '134454.970000', '134455.430000', '134455.890000', '134456.350000', '134456.810000', '134457.270000', '134457.730000', '134458.190000', '134458.650000', '134459.110000', '134459.570000', '134500.030000', '134500.490000', '134500.950000', '134501.410000', '134501.870000', '134502.330000', '134502.790000', '134503.250000', '134503.710000', '134504.170000', '134504.630000', '134505.090000', '134505.550000', '134506.010000', '134506.470000', '134506.930000', '134507.390000', '134507.850000', '134508.310000', '134508.770000', '134509.230000', '134509.690000', '134510.150000', '134510.610000', '134511.070000', '134511.530000', '134511.990000', '134512.450000', '134512.910000', '134513.370000', '134513.830000', '134514.290000', '134514.750000', '134515.210000', '134515.670000', '134516.130000', '134516.590000', '134517.050000', '134517.510000', '134517.970000', '134518.430000', '134518.890000', '134519.350000', '134519.810000', '134520.270000', '134520.730000', '134521.190000', '134521.650000', '134522.110000', '134522.570000', '134523.030000', '134523.490000', '134523.950000', '134524.410000', '134524.870000', '134525.330000', '134525.790000', '134526.250000', '134526.710000', '134527.170000', '134527.630000', '134528.090000', '134528.550000', '134529.010000', '134529.470000', '134529.930000', '134530.390000', '134530.850000', '134531.310000', '134531.770000', '134532.230000', '134532.690000', '134533.150000', '134533.610000', '134534.070000', '134534.530000', '134534.990000', '134535.450000', '134535.910000', '134536.370000', '134536.830000', '134537.290000', '134537.750000', '134538.210000', '134538.670000', '134539.130000', '134539.590000', '134540.050000', '134540.510000', '134540.970000', '134541.430000', '134541.890000', '134542.350000', '134542.810000', '134543.270000', '134543.730000', '134544.190000', '134544.650000', '134545.110000', '134545.570000', '134546.030000', '134546.490000', '134546.950000', '134547.410000', '134547.870000', '134548.330000', '134548.790000', '134549.250000', '134549.710000', '134550.170000', '134550.630000', '134551.090000', '134551.550000', '134552.010000', '134552.470000', '134552.930000', '134553.390000', '134553.850000', '134554.310000', '134554.770000', '134555.230000', '134555.690000', '134556.150000', '134556.610000', '134557.070000', '134557.530000', '134557.990000', '134558.450000', '134558.910000', '134559.370000', '134559.830000', '134600.290000', '134600.750000', '134601.210000', '134601.670000', '134602.130000', '134602.590000', '134603.050000', '134603.510000', '134603.970000', '134604.430000', '134604.890000', '134605.350000', '134605.810000', '134606.270000', '134606.730000', '134607.190000', '134607.650000', '134608.110000', '134608.570000', '134609.030000', '134609.490000', '134609.950000', '134610.410000', '134610.870000', '134611.330000', '134611.790000', '134612.250000', '134612.710000', '134613.170000', '134613.630000', '134614.090000', '134614.550000', '134615.010000', '134615.470000', '134615.930000', '134616.390000', '134616.850000', '134617.310000', '134617.770000', '134618.230000', '134618.690000', '134619.150000', '134619.610000', '134620.070000', '134620.530000', '134620.990000', '134621.450000', '134621.910000', '134622.370000', '134622.830000', '134623.290000', '134623.750000', '134624.210000', '134624.670000', '134625.130000', '134625.590000', '134626.050000', '134626.510000', '134626.970000', '134627.430000', '134627.890000', '134628.350000', '134628.810000', '134629.270000', '134629.730000', '134630.190000', '134630.650000', '134631.110000', '134631.570000', '134632.030000', '134632.490000', '134632.950000', '134633.410000', '134633.870000', '134634.330000', '134634.790000', '134635.250000', '134635.710000', '134636.170000', '134636.630000', '134637.090000', '134637.550000', '134638.010000', '134638.470000', '134638.930000', '134639.390000', '134639.850000', '134640.310000', '134640.770000', '134641.230000', '134641.690000', '134642.150000', '134642.610000', '134643.070000', '134643.530000', '134643.990000', '134644.450000', '134644.910000', '134645.370000', '134645.830000', '134646.290000', '134646.750000', '134647.210000', '134647.670000', '134648.130000', '134648.590000', '134649.050000', '134649.510000', '134649.970000', '134650.430000', '134650.890000', '134651.350000', '134651.810000', '134652.270000', '134652.730000', '134653.190000', '134653.650000', '134654.110000', '134654.570000', '134655.030000', '134655.490000', '134655.950000', '134656.410000', '134656.870000', '134657.330000', '134657.790000', '134658.250000', '134658.710000', '134659.170000', '134659.630000', '134700.090000', '134700.550000', '134701.010000', '134701.470000', '134701.930000', '134702.390000', '134702.850000', '134703.310000', '134703.770000', '134704.230000', '134704.690000', '134705.150000', '134705.610000', '134706.070000', '134706.530000', '134706.990000', '134707.450000', '134707.910000', '134708.370000', '134708.830000', '134709.290000', '134709.750000', '134710.210000', '134710.670000', '134711.130000', '134711.590000', '134712.050000', '134712.510000', '134712.970000', '134713.430000', '134713.890000', '134714.350000', '134714.810000', '134715.270000', '134715.730000', '134716.190000', '134716.650000', '134717.110000', '134717.570000', '134718.030000', '134718.490000', '134718.950000', '134719.410000', '134719.870000', '134720.330000', '134720.790000', '134721.250000', '134721.710000', '134722.170000', '134722.630000', '134723.090000', '134723.550000', '134724.010000', '134724.470000', '134724.930000', '134725.390000', '134725.850000', '134726.310000', '134726.770000', '134727.230000', '134727.690000', '134728.150000', '134728.610000', '134729.070000', '134729.530000', '134729.990000', '134730.450000', '134730.910000', '134731.370000', '134731.830000', '134732.290000', '134732.750000', '134733.210000', '134733.670000', '134734.130000', '134734.590000', '134735.050000', '134735.510000', '134735.970000', '134736.430000', '134736.890000', '134737.350000', '134737.810000', '134738.270000', '134738.730000', '134739.190000', '134739.650000', '134740.110000', '134740.570000', '134741.030000', '134741.490000', '134741.950000', '134742.410000', '134742.870000', '134743.330000', '134743.790000', '134744.250000', '134744.710000', '134745.170000', '134745.630000', '134746.090000', '134746.550000', '134747.010000', '134747.470000', '134747.930000', '134748.390000', '134748.850000', '134749.310000', '134749.770000', '134750.230000', '134750.690000', '134751.150000', '134751.610000', '134752.070000', '134752.530000', '134752.990000', '134753.450000', '134753.910000', '134754.370000', '134754.830000', '134755.290000', '134755.750000', '134756.210000', '134756.670000', '134757.130000', '134757.590000', '134758.050000', '134758.510000', '134758.970000', '134759.430000', '134759.890000', '134800.350000', '134800.810000', '134801.270000', '134801.730000', '134802.190000', '134802.650000', '134803.110000', '134803.570000', '134804.030000', '134804.490000', '134804.950000', '134805.410000', '134805.870000', '134806.330000', '134806.790000', '134807.250000', '134807.710000', '134808.170000', '134808.630000', '134809.090000', '134809.550000', '134810.010000', '134810.470000', '134810.930000', '134811.390000', '134811.850000', '134812.310000', '134812.770000', '134813.230000', '134813.690000', '134814.150000', '134814.610000', '134815.070000', '134815.530000', '134815.990000', '134816.450000', '134816.910000', '134817.370000', '134817.830000', '134818.290000', '134818.750000', '134819.210000', '134819.670000', '134820.130000', '134820.590000', '134821.050000', '134821.510000', '134821.970000', '134822.430000', '134822.890000', '134823.350000', '134823.810000', '134824.270000', '134824.730000', '134825.190000', '134825.650000', '134826.110000', '134826.570000', '134827.030000', '134827.490000', '134827.950000', '134828.410000', '134828.870000', '134829.330000', '134829.790000', '134830.250000', '134830.710000', '134831.170000', '134831.630000', '134832.090000', '134832.550000', '134833.010000', '134833.470000', '134833.930000', '134834.390000', '134834.850000', '134835.310000', '134835.770000', '134836.230000', '134836.690000', '134837.150000', '134837.610000', '134838.070000', '134838.530000', '134838.990000', '134839.450000', '134839.910000', '134840.370000', '134840.830000', '134841.290000', '134841.750000', '134842.210000', '134842.670000', '134843.130000', '134843.590000', '134844.050000', '134844.510000', '134844.970000', '134845.430000', '134845.890000', '134846.350000', '134846.810000', '134847.270000', '134847.730000', '134848.190000', '134848.650000', '134849.110000', '134849.570000', '134850.030000', '134850.490000', '134850.950000', '134851.410000', '134851.870000', '134852.330000', '134852.790000', '134853.250000', '134853.710000', '134854.170000', '134854.630000', '134855.090000', '134855.550000', '134856.010000', '134856.470000', '134856.930000', '134857.390000', '134857.850000', '134858.310000', '134858.770000', '134859.230000', '134859.690000', '134900.150000', '134900.610000', '134901.070000', '134901.530000', '134901.990000', '134902.450000', '134902.910000', '134903.370000', '134903.830000', '134904.290000', '134904.750000', '134905.210000', '134905.670000', '134906.130000', '134906.590000', '134907.050000', '134907.510000', '134907.970000', '134908.430000', '134908.890000', '134909.350000', '134909.810000', '134910.270000', '134910.730000', '134911.190000', '134911.650000', '134912.110000', '134912.570000', '134913.030000', '134913.490000', '134913.950000', '134914.410000', '134914.870000', '134915.330000', '134915.790000', '134916.250000', '134916.710000', '134917.170000', '134917.630000', '134918.090000', '134918.550000', '134919.010000', '134919.470000', '134919.930000', '134920.390000', '134920.850000', '134921.310000', '134921.770000', '134922.230000', '134922.690000', '134923.150000', '134923.610000', '134924.070000', '134924.530000', '134924.990000', '134925.450000', '134925.910000', '134926.370000', '134926.830000', '134927.290000', '134927.750000', '134928.210000', '134928.670000', '134929.130000', '134929.590000', '134930.050000', '134930.510000', '134930.970000', '134931.430000', '134931.890000', '134932.350000', '134932.810000', '134933.270000', '134933.730000', '134934.190000', '134934.650000', '134935.110000', '134935.570000', '134936.030000', '134936.490000', '134936.950000', '134937.410000', '134937.870000', '134938.330000', '134938.790000', '134939.250000', '134939.710000', '134940.170000', '134940.630000', '134941.090000', '134941.550000', '134942.010000', '134942.470000', '134942.930000', '134943.390000', '134943.850000', '134944.310000', '134944.770000', '134945.230000', '134945.690000', '134946.150000', '134946.610000', '134947.070000', '134947.530000', '134947.990000', '134948.450000', '134948.910000', '134949.370000', '134949.830000', '134950.290000', '134950.750000', '134951.210000', '134951.670000', '134952.130000', '134952.590000', '134953.050000', '134953.510000', '134953.970000', '134954.430000', '134954.890000', '134955.350000', '134955.810000', '134956.270000', '134956.730000', '134957.190000', '134957.650000', '134958.110000', '134958.570000', '134959.030000', '134959.490000', '134959.950000', '135000.410000', '135000.870000', '135001.330000', '135001.790000', '135002.250000', '135002.710000', '135003.170000', '135003.630000', '135004.090000', '135004.550000', '135005.010000', '135005.470000', '135005.930000', '135006.390000', '135006.850000', '135007.310000', '135007.770000', '135008.230000', '135008.690000', '135009.150000', '135009.610000', '135010.070000', '135010.530000', '135010.990000', '135011.450000', '135011.910000', '135012.370000', '135012.830000', '135013.290000', '135013.750000', '135014.210000', '135014.670000', '135015.130000', '135015.590000', '135016.050000', '135016.510000', '135016.970000', '135017.430000', '135017.890000', '135018.350000', '135018.810000', '135019.270000', '135019.730000', '135020.190000', '135020.650000', '135021.110000', '135021.570000', '135022.030000', '135022.490000', '135022.950000', '135023.410000', '135023.870000', '135024.330000', '135024.790000', '135025.250000', '135025.710000', '135026.170000', '135026.630000', '135027.090000', '135027.550000', '135028.010000', '135028.470000', '135028.930000', '135029.390000', '135029.850000', '135030.310000', '135030.770000', '135031.230000', '135031.690000', '135032.150000', '135032.610000', '135033.070000', '135033.530000', '135033.990000', '135034.450000', '135034.910000', '135035.370000', '135035.830000', '135036.290000', '135036.750000', '135037.210000', '135037.670000', '135038.130000', '135038.590000', '135039.050000', '135039.510000', '135039.970000', '135040.430000', '135040.890000', '135041.350000', '135041.810000', '135042.270000', '135042.730000', '135043.190000', '135043.650000', '135044.110000', '135044.570000', '135045.030000', '135045.490000', '135045.950000', '135046.410000', '135046.870000', '135047.330000', '135047.790000', '135048.250000', '135048.710000', '135049.170000', '135049.630000', '135050.090000', '135050.550000', '135051.010000', '135051.470000', '135051.930000', '135052.390000', '135052.850000', '135053.310000', '135053.770000', '135054.230000', '135054.690000', '135055.150000', '135055.610000', '135056.070000', '135056.530000', '135056.990000', '135057.450000', '135057.910000', '135058.370000', '135058.830000', '135059.290000', '135059.750000', '135100.210000', '135100.670000', '135101.130000', '135101.590000', '135102.050000', '135102.510000', '135102.970000', '135103.430000', '135103.890000', '135104.350000', '135104.810000', '135105.270000', '135105.730000', '135106.190000', '135106.650000', '135107.110000', '135107.570000', '135108.030000', '135108.490000', '135108.950000', '135109.410000', '135109.870000', '135110.330000', '135110.790000', '135111.250000', '135111.710000', '135112.170000', '135112.630000', '135113.090000', '135113.550000', '135114.010000', '135114.470000', '135114.930000', '135115.390000', '135115.850000', '135116.310000', '135116.770000', '135117.230000', '135117.690000', '135118.150000', '135118.610000', '135119.070000', '135119.530000', '135119.990000', '135120.450000', '135120.910000', '135121.370000', '135121.830000', '135122.290000', '135122.750000', '135123.210000', '135123.670000', '135124.130000', '135124.590000', '135125.050000', '135125.510000', '135125.970000', '135126.430000', '135126.890000', '135127.350000', '135127.810000', '135128.270000', '135128.730000', '135129.190000', '135129.650000', '135130.110000', '135130.570000', '135131.030000', '135131.490000', '135131.950000', '135132.410000', '135132.870000', '135133.330000', '135133.790000', '135134.250000', '135134.710000', '135135.170000', '135135.630000', '135136.090000', '135136.550000', '135137.010000', '135137.470000', '135137.930000', '135138.390000', '135138.850000', '135139.310000', '135139.770000', '135140.230000', '135140.690000', '135141.150000', '135141.610000', '135142.070000', '135142.530000', '135142.990000', '135143.450000', '135143.910000', '135144.370000', '135144.830000', '135145.290000', '135145.750000', '135146.210000', '135146.670000', '135147.130000', '135147.590000', '135148.050000', '135148.510000', '135148.970000', '135149.430000', '135149.890000', '135150.350000', '135150.810000', '135151.270000', '135151.730000', '135152.190000', '135152.650000', '135153.110000', '135153.570000', '135154.030000', '135154.490000', '135154.950000', '135155.410000', '135155.870000', '135156.330000', '135156.790000', '135157.250000', '135157.710000', '135158.170000', '135158.630000', '135159.090000', '135159.550000', '135200.010000', '135200.470000', '135200.930000', '135201.390000', '135201.850000', '135202.310000', '135202.770000', '135203.230000', '135203.690000', '135204.150000', '135204.610000', '135205.070000', '135205.530000', '135205.990000', '135206.450000', '135206.910000', '135207.370000', '135207.830000', '135208.290000', '135208.750000', '135209.210000', '135209.670000', '135210.130000', '135210.590000', '135211.050000', '135211.510000', '135211.970000', '135212.430000', '135212.890000', '135213.350000', '135213.810000', '135214.270000', '135214.730000', '135215.190000', '135215.650000', '135216.110000', '135216.570000', '135217.030000', '135217.490000', '135217.950000', '135218.410000', '135218.870000', '135219.330000', '135219.790000', '135220.250000', '135220.710000', '135221.170000', '135221.630000', '135222.090000', '135222.550000', '135223.010000', '135223.470000', '135223.930000', '135224.390000', '135224.850000', '135225.310000', '135225.770000', '135226.230000', '135226.690000', '135227.150000', '135227.610000', '135228.070000', '135228.530000', '135228.990000', '135229.450000', '135229.910000', '135230.370000', '135230.830000', '135231.290000', '135231.750000', '135232.210000', '135232.670000', '135233.130000', '135233.590000', '135234.050000', '135234.510000', '135234.970000', '135235.430000', '135235.890000', '135236.350000', '135236.810000', '135237.270000', '135237.730000', '135238.190000', '135238.650000', '135239.110000', '135239.570000', '135240.030000', '135240.490000', '135240.950000', '135241.410000', '135241.870000', '135242.330000', '135242.790000', '135243.250000', '135243.710000', '135244.170000', '135244.630000', '135245.090000', '135245.550000', '135246.010000', '135246.470000', '135246.930000', '135247.390000', '135247.850000', '135248.310000', '135248.770000', '135249.230000', '135249.690000', '135250.150000', '135250.610000', '135251.070000', '135251.530000', '135251.990000', '135252.450000', '135252.910000', '135253.370000', '135253.830000', '135254.290000', '135254.750000', '135255.210000', '135255.670000', '135256.130000', '135256.590000', '135257.050000', '135257.510000', '135257.970000', '135258.430000', '135258.890000', '135259.350000', '135259.810000', '135300.270000', '135300.730000'], 'ContentTime': ['134318.930000', '134318.934000', '134318.937000', '134318.939000', '134318.942000', '134318.944000', '134318.947000', '134318.950000', '134318.952000', '134318.955000', '134318.957000', '134318.960000', '134318.963000', '134318.966000', '134318.968000', '134318.971000', '134318.973000', '134318.976000', '134318.978000', '134318.981000', '134318.983000', '134318.986000', '134318.989000', '134318.991000', '134318.994000', '134318.996000', '134319.000000', '134319.002000', '134319.005000', '134338.874000', '134338.877000', '134338.880000', '134338.883000', '134338.885000', '134338.888000', '134338.891000', '134338.893000', '134338.896000', '134338.898000', '134338.901000', '134338.907000', '134338.910000', '134338.912000', '134338.915000', '134338.917000', '134338.920000', '134338.922000', '134338.925000', '134338.927000', '134338.930000', '134338.933000', '134338.935000', '134338.938000', '134338.940000', '134338.943000', '134338.945000', '134338.948000', '134338.951000', '134338.953000', '134338.956000', '134338.958000', '134338.961000', '134338.963000', '134338.966000', '134338.969000', '134338.971000', '134338.974000', '134338.976000', '134338.979000', '134338.981000', '134338.984000', '134338.987000', '134338.989000', '134358.874000', '134358.877000', '134358.880000', '134358.882000', '134358.885000', '134358.887000', '134358.890000', '134358.893000', '134358.895000', '134358.898000', '134358.953000', '134358.956000', '134358.958000', '134358.961000', '134358.963000', '134358.966000', '134358.969000', '134358.971000', '134358.986000', '134358.988000', '134358.991000', '134358.994000', '134358.996000', '134359.000000', '134359.002000', '134359.005000', '134359.007000', '134359.010000', '134359.013000', '134359.015000', '134359.018000', '134359.021000', '134359.023000', '134359.026000', '134359.028000', '134359.031000', '134359.033000', '134359.036000', '134359.039000', '134359.041000', '134359.044000', '134359.046000', '134359.049000', '134418.875000', '134418.878000', '134418.882000', '134418.884000', '134418.887000', '134418.889000', '134418.892000', '134418.895000', '134418.897000', '134418.900000', '134418.903000', '134418.905000', '134418.908000', '134418.911000', '134418.913000', '134418.916000', '134418.918000', '134418.921000', '134418.924000', '134418.926000', '134418.929000', '134418.931000', '134418.934000', '134418.937000', '134418.939000', '134418.942000', '134418.944000', '134418.947000', '134418.950000', '134418.952000', '134418.955000', '134418.957000', '134418.960000', '134418.962000', '134418.965000', '134418.967000', '134418.970000', '134418.973000', '134418.975000', '134418.978000', '134418.980000', '134418.983000', '134418.986000', '134418.988000', '134438.875000', '134438.878000', '134438.881000', '134438.883000', '134438.886000', '134438.889000', '134438.891000', '134438.894000', '134438.896000', '134438.899000', '134438.902000', '134438.904000', '134438.907000', '134438.909000', '134438.912000', '134438.914000', '134438.917000', '134438.920000', '134438.922000', '134438.925000', '134438.927000', '134438.930000', '134438.932000', '134438.935000', '134438.938000', '134438.940000', '134438.943000', '134438.946000', '134438.948000', '134438.951000', '134438.954000', '134438.956000', '134438.959000', '134438.961000', '134438.964000', '134438.967000', '134438.969000', '134438.972000', '134438.975000', '134438.977000', '134438.980000', '134438.982000', '134438.985000', '134458.876000', '134458.878000', '134458.881000', '134458.884000', '134458.886000', '134458.889000', '134458.891000', '134458.894000', '134458.897000', '134458.899000', '134458.902000', '134458.904000', '134458.907000', '134458.909000', '134458.912000', '134458.915000', '134458.917000', '134458.920000', '134458.922000', '134458.925000', '134458.927000', '134458.930000', '134458.932000', '134458.935000', '134458.938000', '134458.940000', '134458.943000', '134458.945000', '134458.948000', '134458.951000', '134458.953000', '134458.956000', '134458.958000', '134458.961000', '134458.964000', '134458.966000', '134458.969000', '134458.971000', '134458.974000', '134458.977000', '134458.979000', '134458.982000', '134458.984000', '134458.987000', '134518.874000', '134518.877000', '134518.880000', '134518.882000', '134518.885000', '134518.888000', '134518.890000', '134518.893000', '134518.895000', '134518.898000', '134518.900000', '134518.903000', '134518.905000', '134518.908000', '134518.911000', '134518.913000', '134518.916000', '134518.918000', '134518.921000', '134518.923000', '134518.926000', '134518.929000', '134518.931000', '134518.934000', '134518.936000', '134518.939000', '134518.942000', '134518.944000', '134518.947000', '134518.949000', '134518.952000', '134518.954000', '134518.957000', '134518.960000', '134518.962000', '134518.965000', '134518.967000', '134518.970000', '134518.973000', '134518.975000', '134518.978000', '134518.980000', '134518.983000', '134538.875000', '134538.878000', '134538.880000', '134538.883000', '134538.885000', '134538.888000', '134538.891000', '134538.904000', '134538.906000', '134538.909000', '134538.912000', '134538.914000', '134538.917000', '134538.919000', '134538.922000', '134538.925000', '134538.927000', '134538.930000', '134538.932000', '134538.935000', '134538.937000', '134538.940000', '134538.943000', '134538.945000', '134538.948000', '134538.950000', '134538.953000', '134538.955000', '134538.958000', '134538.961000', '134538.963000', '134538.966000', '134538.968000', '134538.971000', '134538.973000', '134538.976000', '134538.979000', '134538.981000', '134538.984000', '134538.986000', '134538.989000', '134538.991000', '134538.994000', '134538.997000', '134558.875000', '134558.877000', '134558.880000', '134558.883000', '134558.885000', '134558.888000', '134558.891000', '134558.893000', '134558.896000', '134558.898000', '134558.901000', '134558.904000', '134558.906000', '134558.909000', '134558.911000', '134558.914000', '134558.916000', '134558.919000', '134558.922000', '134558.924000', '134558.927000', '134558.930000', '134558.932000', '134558.935000', '134558.937000', '134558.940000', '134558.942000', '134558.945000', '134558.948000', '134558.950000', '134558.953000', '134558.955000', '134558.958000', '134558.960000', '134558.963000', '134558.966000', '134558.968000', '134558.971000', '134558.973000', '134558.976000', '134558.978000', '134558.981000', '134558.984000', '134618.874000', '134618.877000', '134618.880000', '134618.883000', '134618.885000', '134618.888000', '134618.890000', '134618.893000', '134618.896000', '134618.898000', '134618.901000', '134618.903000', '134618.906000', '134618.908000', '134618.911000', '134618.914000', '134618.916000', '134618.919000', '134618.921000', '134618.924000', '134618.927000', '134618.929000', '134618.932000', '134618.935000', '134618.937000', '134618.940000', '134618.942000', '134618.945000', '134618.947000', '134618.950000', '134618.953000', '134618.955000', '134618.964000', '134618.966000', '134618.969000', '134618.972000', '134618.974000', '134618.977000', '134618.979000', '134618.982000', '134618.985000', '134618.987000', '134618.990000', '134638.875000', '134638.881000', '134638.884000', '134638.886000', '134638.889000', '134638.891000', '134638.894000', '134638.897000', '134638.899000', '134638.902000', '134638.904000', '134638.907000', '134638.909000', '134638.912000', '134638.915000', '134638.917000', '134638.920000', '134638.922000', '134638.925000', '134638.928000', '134638.930000', '134638.933000', '134638.935000', '134638.938000', '134638.940000', '134638.943000', '134638.946000', '134638.948000', '134638.951000', '134638.953000', '134638.956000', '134638.959000', '134638.961000', '134638.964000', '134638.967000', '134638.969000', '134638.972000', '134638.974000', '134638.977000', '134638.979000', '134638.982000', '134638.984000', '134638.987000', '134638.990000', '134658.876000', '134658.879000', '134658.881000', '134658.884000', '134658.886000', '134658.889000', '134658.892000', '134658.895000', '134658.897000', '134658.900000', '134658.902000', '134658.905000', '134658.908000', '134658.910000', '134658.913000', '134658.915000', '134658.918000', '134658.921000', '134658.923000', '134658.926000', '134658.929000', '134658.931000', '134658.934000', '134658.936000', '134658.939000', '134658.941000', '134658.944000', '134658.947000', '134658.949000', '134658.952000', '134658.954000', '134658.957000', '134658.960000', '134658.962000', '134658.965000', '134658.967000', '134658.970000', '134658.972000', '134658.975000', '134658.978000', '134658.980000', '134658.983000', '134658.986000', '134658.988000', '134718.876000', '134718.878000', '134718.881000', '134718.884000', '134718.886000', '134718.889000', '134718.891000', '134718.894000', '134718.897000', '134718.899000', '134718.902000', '134718.904000', '134718.907000', '134718.910000', '134718.912000', '134718.915000', '134718.917000', '134718.920000', '134718.923000', '134718.925000', '134718.928000', '134718.930000', '134718.933000', '134718.935000', '134718.938000', '134718.941000', '134718.943000', '134718.946000', '134718.949000', '134718.951000', '134718.954000', '134718.956000', '134718.959000', '134718.961000', '134718.964000', '134718.967000', '134718.969000', '134718.972000', '134718.974000', '134718.977000', '134718.980000', '134718.982000', '134718.985000', '134738.874000', '134738.877000', '134738.880000', '134738.882000', '134738.885000', '134738.888000', '134738.890000', '134738.893000', '134738.895000', '134738.898000', '134738.901000', '134738.903000', '134738.906000', '134738.908000', '134738.911000', '134738.913000', '134738.916000', '134738.919000', '134738.921000', '134738.924000', '134738.926000', '134738.929000', '134738.932000', '134738.934000', '134738.937000', '134738.939000', '134738.942000', '134738.944000', '134738.947000', '134738.950000', '134738.952000', '134738.955000', '134738.957000', '134738.960000', '134738.963000', '134738.965000', '134738.968000', '134738.970000', '134738.973000', '134738.975000', '134738.978000', '134738.980000', '134738.983000', '134738.986000', '134758.874000', '134758.877000', '134758.880000', '134758.883000', '134758.885000', '134758.888000', '134758.890000', '134758.893000', '134758.896000', '134758.898000', '134758.901000', '134758.903000', '134758.906000', '134758.908000', '134758.911000', '134758.914000', '134758.916000', '134758.919000', '134758.921000', '134758.924000', '134758.927000', '134758.929000', '134758.932000', '134758.935000', '134758.937000', '134758.940000', '134758.942000', '134758.945000', '134758.948000', '134758.950000', '134758.953000', '134758.955000', '134758.958000', '134758.961000', '134758.963000', '134758.966000', '134758.968000', '134758.971000', '134758.973000', '134758.976000', '134758.979000', '134758.981000', '134758.984000', '134818.874000', '134818.878000', '134818.881000', '134818.884000', '134818.887000', '134818.889000', '134818.892000', '134818.894000', '134818.897000', '134818.900000', '134818.902000', '134818.905000', '134818.907000', '134818.910000', '134818.913000', '134818.915000', '134818.918000', '134818.920000', '134818.923000', '134818.926000', '134818.928000', '134818.931000', '134818.934000', '134818.936000', '134818.939000', '134818.942000', '134818.944000', '134818.947000', '134818.949000', '134818.952000', '134818.955000', '134818.957000', '134818.960000', '134818.962000', '134818.965000', '134818.967000', '134818.970000', '134818.973000', '134818.975000', '134818.978000', '134818.980000', '134818.983000', '134818.986000', '134818.988000', '134838.874000', '134838.877000', '134838.880000', '134838.882000', '134838.885000', '134838.888000', '134838.891000', '134838.894000', '134838.896000', '134838.899000', '134838.901000', '134838.904000', '134838.922000', '134838.925000', '134838.927000', '134838.930000', '134838.933000', '134838.935000', '134838.938000', '134838.941000', '134838.943000', '134838.946000', '134838.948000', '134838.951000', '134838.953000', '134838.956000', '134838.959000', '134838.961000', '134838.964000', '134838.977000', '134838.979000', '134838.982000', '134838.985000', '134838.987000', '134838.990000', '134838.992000', '134838.995000', '134838.998000', '134839.000000', '134839.003000', '134839.005000', '134839.008000', '134839.011000', '134858.875000', '134858.878000', '134858.881000', '134858.884000', '134858.886000', '134858.889000', '134858.892000', '134858.894000', '134858.897000', '134858.899000', '134858.902000', '134858.904000', '134858.907000', '134858.910000', '134858.912000', '134858.915000', '134858.917000', '134858.920000', '134858.923000', '134858.925000', '134858.928000', '134858.930000', '134858.933000', '134858.936000', '134858.938000', '134858.941000', '134858.943000', '134858.946000', '134858.949000', '134858.951000', '134858.954000', '134858.956000', '134858.959000', '134858.962000', '134858.964000', '134858.967000', '134858.969000', '134858.972000', '134858.975000', '134858.977000', '134858.980000', '134858.982000', '134858.985000', '134918.875000', '134918.878000', '134918.881000', '134918.883000', '134918.886000', '134918.889000', '134918.891000', '134918.894000', '134918.896000', '134918.899000', '134918.902000', '134918.904000', '134918.907000', '134918.909000', '134918.912000', '134918.914000', '134918.917000', '134918.920000', '134918.922000', '134918.925000', '134918.927000', '134918.930000', '134918.932000', '134918.935000', '134918.938000', '134918.940000', '134918.943000', '134918.945000', '134918.948000', '134918.951000', '134918.953000', '134918.956000', '134918.958000', '134918.961000', '134918.963000', '134918.966000', '134918.969000', '134918.971000', '134918.974000', '134918.976000', '134918.979000', '134918.981000', '134918.984000', '134918.987000', '134938.876000', '134938.878000', '134938.881000', '134938.884000', '134938.886000', '134938.889000', '134938.892000', '134938.894000', '134938.897000', '134938.899000', '134938.902000', '134938.905000', '134938.907000', '134938.910000', '134938.912000', '134938.915000', '134938.919000', '134938.921000', '134938.924000', '134938.927000', '134938.929000', '134938.932000', '134938.934000', '134938.937000', '134938.940000', '134938.942000', '134938.945000', '134938.948000', '134938.950000', '134938.953000', '134938.955000', '134938.958000', '134938.961000', '134938.963000', '134938.966000', '134938.968000', '134938.971000', '134938.974000', '134938.977000', '134938.979000', '134938.982000', '134938.984000', '134938.987000', '134958.875000', '134958.878000', '134958.880000', '134958.883000', '134958.885000', '134958.888000', '134958.891000', '134958.893000', '134958.896000', '134958.898000', '134958.901000', '134958.904000', '134958.906000', '134958.909000', '134958.911000', '134958.914000', '134958.917000', '134958.919000', '134958.922000', '134958.925000', '134958.927000', '134958.930000', '134958.932000', '134958.935000', '134958.948000', '134958.951000', '134958.953000', '134958.956000', '134958.959000', '134958.961000', '134958.964000', '134958.966000', '134958.969000', '134958.972000', '134958.978000', '134958.980000', '134958.983000', '134958.985000', '134958.988000', '134958.991000', '134958.993000', '134958.996000', '134958.999000', '134959.001000', '135018.875000', '135018.878000', '135018.880000', '135018.883000', '135018.886000', '135018.888000', '135018.891000', '135018.894000', '135018.896000', '135018.899000', '135018.902000', '135018.904000', '135018.907000', '135018.910000', '135018.912000', '135018.915000', '135018.917000', '135018.920000', '135018.923000', '135018.925000', '135018.928000', '135018.930000', '135018.933000', '135018.936000', '135018.938000', '135018.941000', '135018.944000', '135018.946000', '135018.949000', '135018.952000', '135018.954000', '135018.957000', '135018.959000', '135018.962000', '135018.965000', '135018.967000', '135018.970000', '135018.972000', '135018.975000', '135018.978000', '135018.980000', '135018.983000', '135018.985000', '135038.875000', '135038.878000', '135038.880000', '135038.883000', '135038.885000', '135038.888000', '135038.891000', '135038.893000', '135038.896000', '135038.898000', '135038.901000', '135038.904000', '135038.906000', '135038.909000', '135038.911000', '135038.914000', '135038.917000', '135038.919000', '135038.922000', '135038.924000', '135038.927000', '135038.930000', '135038.932000', '135038.935000', '135038.937000', '135038.940000', '135038.942000', '135038.945000', '135038.948000', '135038.950000', '135038.953000', '135038.955000', '135038.958000', '135038.960000', '135038.963000', '135038.965000', '135038.968000', '135038.971000', '135038.973000', '135038.976000', '135038.978000', '135038.981000', '135038.984000', '135038.986000', '135058.876000', '135058.878000', '135058.881000', '135058.884000', '135058.886000', '135058.889000', '135058.892000', '135058.894000', '135058.897000', '135058.899000', '135058.902000', '135058.905000', '135058.907000', '135058.910000', '135058.912000', '135058.915000', '135058.917000', '135058.920000', '135058.923000', '135058.926000', '135058.928000', '135058.931000', '135058.933000', '135058.936000', '135058.939000', '135058.941000', '135058.944000', '135058.947000', '135058.950000', '135058.952000', '135058.955000', '135058.958000', '135058.961000', '135058.964000', '135058.967000', '135058.969000', '135058.972000', '135058.975000', '135058.977000', '135058.980000', '135058.982000', '135058.985000', '135058.988000', '135118.875000', '135118.878000', '135118.881000', '135118.883000', '135118.886000', '135118.889000', '135118.897000', '135118.899000', '135118.902000', '135118.904000', '135118.907000', '135118.910000', '135118.912000', '135118.915000', '135118.917000', '135118.920000', '135118.923000', '135118.925000', '135118.928000', '135118.931000', '135118.933000', '135118.948000', '135118.950000', '135118.953000', '135118.955000', '135118.958000', '135118.961000', '135118.963000', '135118.966000', '135118.969000', '135118.971000', '135118.974000', '135118.976000', '135118.979000', '135118.981000', '135118.984000', '135118.987000', '135118.989000', '135118.992000', '135118.994000', '135118.997000', '135119.001000', '135119.003000', '135119.006000', '135138.876000', '135138.879000', '135138.881000', '135138.884000', '135138.887000', '135138.889000', '135138.892000', '135138.895000', '135138.897000', '135138.900000', '135138.902000', '135138.905000', '135138.908000', '135138.911000', '135138.914000', '135138.917000', '135138.920000', '135138.922000', '135138.925000', '135138.935000', '135138.937000', '135138.940000', '135138.943000', '135138.945000', '135138.948000', '135138.951000', '135138.953000', '135138.956000', '135138.959000', '135138.961000', '135138.964000', '135138.967000', '135138.969000', '135138.972000', '135138.974000', '135138.977000', '135138.980000', '135138.982000', '135138.985000', '135138.987000', '135138.990000', '135138.992000', '135138.995000', '135158.876000', '135158.878000', '135158.881000', '135158.884000', '135158.886000', '135158.889000', '135158.892000', '135158.894000', '135158.897000', '135158.899000', '135158.902000', '135158.905000', '135158.907000', '135158.910000', '135158.912000', '135158.915000', '135158.918000', '135158.926000', '135158.928000', '135158.931000', '135158.933000', '135158.936000', '135158.939000', '135158.941000', '135158.944000', '135158.946000', '135158.949000', '135158.951000', '135158.954000', '135158.957000', '135158.959000', '135158.962000', '135158.964000', '135158.967000', '135158.970000', '135158.972000', '135158.975000', '135158.977000', '135158.980000', '135158.983000', '135158.985000', '135158.988000', '135158.990000', '135158.993000', '135218.875000', '135218.877000', '135218.880000', '135218.883000', '135218.885000', '135218.888000', '135218.891000', '135218.893000', '135218.896000', '135218.898000', '135218.901000', '135218.904000', '135218.906000', '135218.909000', '135218.911000', '135218.914000', '135218.917000', '135218.919000', '135218.922000', '135218.925000', '135218.927000', '135218.930000', '135218.932000', '135218.935000', '135218.938000', '135218.940000', '135218.943000', '135218.945000', '135218.948000', '135218.950000', '135218.953000', '135218.956000', '135218.958000', '135218.961000', '135218.964000', '135218.966000', '135218.969000', '135218.971000', '135218.974000', '135218.976000', '135218.979000', '135218.982000', '135218.984000', '135238.875000', '135238.877000', '135238.880000', '135238.888000', '135238.890000', '135238.893000', '135238.895000', '135238.898000', '135238.901000', '135238.903000', '135238.906000', '135238.909000', '135238.911000', '135238.914000', '135238.916000', '135238.919000', '135238.922000', '135238.924000', '135238.927000', '135238.929000', '135238.932000', '135238.935000', '135238.937000', '135238.940000', '135238.943000', '135238.945000', '135238.948000', '135238.950000', '135238.953000', '135238.956000', '135238.958000', '135238.961000', '135238.963000', '135238.966000', '135238.969000', '135238.971000', '135238.974000', '135238.976000', '135238.979000', '135238.982000', '135238.984000', '135238.987000', '135238.989000', '135238.992000', '135258.874000', '135258.877000', '135258.880000', '135258.883000', '135258.885000', '135258.888000', '135258.890000', '135258.893000', '135258.895000', '135258.898000', '135258.901000', '135258.903000', '135258.906000', '135258.908000', '135258.911000', '135258.914000', '135258.916000', '135258.919000', '135258.921000', '135258.924000', '135258.927000', '135258.929000', '135258.932000', '135258.935000', '135258.937000', '135258.940000', '135258.942000', '135258.945000', '135258.947000', '135258.950000', '135258.953000', '135258.955000', '135258.958000', '135258.961000', '135258.963000', '135258.966000', '135258.968000', '135258.971000', '135258.974000', '135258.976000', '135258.979000', '135258.982000', '135258.984000', '135302.204000', '135302.207000', '135302.210000', '135302.212000', '135302.215000', '135302.218000', '135302.221000', '135302.223000'], 'InstanceCreationTime': ['134318.930000', '134318.934000', '134318.937000', '134318.939000', '134318.942000', '134318.944000', '134318.947000', '134318.950000', '134318.952000', '134318.955000', '134318.957000', '134318.960000', '134318.963000', '134318.966000', '134318.968000', '134318.971000', '134318.973000', '134318.976000', '134318.978000', '134318.981000', '134318.983000', '134318.986000', '134318.989000', '134318.991000', '134318.994000', '134318.996000', '134319.000000', '134319.002000', '134319.005000', '134338.874000', '134338.877000', '134338.880000', '134338.883000', '134338.885000', '134338.888000', '134338.891000', '134338.893000', '134338.896000', '134338.898000', '134338.901000', '134338.907000', '134338.910000', '134338.912000', '134338.915000', '134338.917000', '134338.920000', '134338.922000', '134338.925000', '134338.927000', '134338.930000', '134338.933000', '134338.935000', '134338.938000', '134338.940000', '134338.943000', '134338.945000', '134338.948000', '134338.951000', '134338.953000', '134338.956000', '134338.958000', '134338.961000', '134338.963000', '134338.966000', '134338.969000', '134338.971000', '134338.974000', '134338.976000', '134338.979000', '134338.981000', '134338.984000', '134338.987000', '134338.989000', '134358.874000', '134358.877000', '134358.880000', '134358.882000', '134358.885000', '134358.887000', '134358.890000', '134358.893000', '134358.895000', '134358.898000', '134358.953000', '134358.956000', '134358.958000', '134358.961000', '134358.963000', '134358.966000', '134358.969000', '134358.971000', '134358.986000', '134358.988000', '134358.991000', '134358.994000', '134358.996000', '134359.000000', '134359.002000', '134359.005000', '134359.007000', '134359.010000', '134359.013000', '134359.015000', '134359.018000', '134359.021000', '134359.023000', '134359.026000', '134359.028000', '134359.031000', '134359.033000', '134359.036000', '134359.039000', '134359.041000', '134359.044000', '134359.046000', '134359.049000', '134418.875000', '134418.878000', '134418.882000', '134418.884000', '134418.887000', '134418.889000', '134418.892000', '134418.895000', '134418.897000', '134418.900000', '134418.903000', '134418.905000', '134418.908000', '134418.911000', '134418.913000', '134418.916000', '134418.918000', '134418.921000', '134418.924000', '134418.926000', '134418.929000', '134418.931000', '134418.934000', '134418.937000', '134418.939000', '134418.942000', '134418.944000', '134418.947000', '134418.950000', '134418.952000', '134418.955000', '134418.957000', '134418.960000', '134418.962000', '134418.965000', '134418.967000', '134418.970000', '134418.973000', '134418.975000', '134418.978000', '134418.980000', '134418.983000', '134418.986000', '134418.988000', '134438.875000', '134438.878000', '134438.881000', '134438.883000', '134438.886000', '134438.889000', '134438.891000', '134438.894000', '134438.896000', '134438.899000', '134438.902000', '134438.904000', '134438.907000', '134438.909000', '134438.912000', '134438.914000', '134438.917000', '134438.920000', '134438.922000', '134438.925000', '134438.927000', '134438.930000', '134438.932000', '134438.935000', '134438.938000', '134438.940000', '134438.943000', '134438.946000', '134438.948000', '134438.951000', '134438.954000', '134438.956000', '134438.959000', '134438.961000', '134438.964000', '134438.967000', '134438.969000', '134438.972000', '134438.975000', '134438.977000', '134438.980000', '134438.982000', '134438.985000', '134458.876000', '134458.878000', '134458.881000', '134458.884000', '134458.886000', '134458.889000', '134458.891000', '134458.894000', '134458.897000', '134458.899000', '134458.902000', '134458.904000', '134458.907000', '134458.909000', '134458.912000', '134458.915000', '134458.917000', '134458.920000', '134458.922000', '134458.925000', '134458.927000', '134458.930000', '134458.932000', '134458.935000', '134458.938000', '134458.940000', '134458.943000', '134458.945000', '134458.948000', '134458.951000', '134458.953000', '134458.956000', '134458.958000', '134458.961000', '134458.964000', '134458.966000', '134458.969000', '134458.971000', '134458.974000', '134458.977000', '134458.979000', '134458.982000', '134458.984000', '134458.987000', '134518.874000', '134518.877000', '134518.880000', '134518.882000', '134518.885000', '134518.888000', '134518.890000', '134518.893000', '134518.895000', '134518.898000', '134518.900000', '134518.903000', '134518.905000', '134518.908000', '134518.911000', '134518.913000', '134518.916000', '134518.918000', '134518.921000', '134518.923000', '134518.926000', '134518.929000', '134518.931000', '134518.934000', '134518.936000', '134518.939000', '134518.942000', '134518.944000', '134518.947000', '134518.949000', '134518.952000', '134518.954000', '134518.957000', '134518.960000', '134518.962000', '134518.965000', '134518.967000', '134518.970000', '134518.973000', '134518.975000', '134518.978000', '134518.980000', '134518.983000', '134538.875000', '134538.878000', '134538.880000', '134538.883000', '134538.885000', '134538.888000', '134538.891000', '134538.904000', '134538.906000', '134538.909000', '134538.912000', '134538.914000', '134538.917000', '134538.919000', '134538.922000', '134538.925000', '134538.927000', '134538.930000', '134538.932000', '134538.935000', '134538.937000', '134538.940000', '134538.943000', '134538.945000', '134538.948000', '134538.950000', '134538.953000', '134538.955000', '134538.958000', '134538.961000', '134538.963000', '134538.966000', '134538.968000', '134538.971000', '134538.973000', '134538.976000', '134538.979000', '134538.981000', '134538.984000', '134538.986000', '134538.989000', '134538.991000', '134538.994000', '134538.997000', '134558.875000', '134558.877000', '134558.880000', '134558.883000', '134558.885000', '134558.888000', '134558.891000', '134558.893000', '134558.896000', '134558.898000', '134558.901000', '134558.904000', '134558.906000', '134558.909000', '134558.911000', '134558.914000', '134558.916000', '134558.919000', '134558.922000', '134558.924000', '134558.927000', '134558.930000', '134558.932000', '134558.935000', '134558.937000', '134558.940000', '134558.942000', '134558.945000', '134558.948000', '134558.950000', '134558.953000', '134558.955000', '134558.958000', '134558.960000', '134558.963000', '134558.966000', '134558.968000', '134558.971000', '134558.973000', '134558.976000', '134558.978000', '134558.981000', '134558.984000', '134618.874000', '134618.877000', '134618.880000', '134618.883000', '134618.885000', '134618.888000', '134618.890000', '134618.893000', '134618.896000', '134618.898000', '134618.901000', '134618.903000', '134618.906000', '134618.908000', '134618.911000', '134618.914000', '134618.916000', '134618.919000', '134618.921000', '134618.924000', '134618.927000', '134618.929000', '134618.932000', '134618.935000', '134618.937000', '134618.940000', '134618.942000', '134618.945000', '134618.947000', '134618.950000', '134618.953000', '134618.955000', '134618.964000', '134618.966000', '134618.969000', '134618.972000', '134618.974000', '134618.977000', '134618.979000', '134618.982000', '134618.985000', '134618.987000', '134618.990000', '134638.875000', '134638.881000', '134638.884000', '134638.886000', '134638.889000', '134638.891000', '134638.894000', '134638.897000', '134638.899000', '134638.902000', '134638.904000', '134638.907000', '134638.909000', '134638.912000', '134638.915000', '134638.917000', '134638.920000', '134638.922000', '134638.925000', '134638.928000', '134638.930000', '134638.933000', '134638.935000', '134638.938000', '134638.940000', '134638.943000', '134638.946000', '134638.948000', '134638.951000', '134638.953000', '134638.956000', '134638.959000', '134638.961000', '134638.964000', '134638.967000', '134638.969000', '134638.972000', '134638.974000', '134638.977000', '134638.979000', '134638.982000', '134638.984000', '134638.987000', '134638.990000', '134658.876000', '134658.879000', '134658.881000', '134658.884000', '134658.886000', '134658.889000', '134658.892000', '134658.895000', '134658.897000', '134658.900000', '134658.902000', '134658.905000', '134658.908000', '134658.910000', '134658.913000', '134658.915000', '134658.918000', '134658.921000', '134658.923000', '134658.926000', '134658.929000', '134658.931000', '134658.934000', '134658.936000', '134658.939000', '134658.941000', '134658.944000', '134658.947000', '134658.949000', '134658.952000', '134658.954000', '134658.957000', '134658.960000', '134658.962000', '134658.965000', '134658.967000', '134658.970000', '134658.972000', '134658.975000', '134658.978000', '134658.980000', '134658.983000', '134658.986000', '134658.988000', '134718.876000', '134718.878000', '134718.881000', '134718.884000', '134718.886000', '134718.889000', '134718.891000', '134718.894000', '134718.897000', '134718.899000', '134718.902000', '134718.904000', '134718.907000', '134718.910000', '134718.912000', '134718.915000', '134718.917000', '134718.920000', '134718.923000', '134718.925000', '134718.928000', '134718.930000', '134718.933000', '134718.935000', '134718.938000', '134718.941000', '134718.943000', '134718.946000', '134718.949000', '134718.951000', '134718.954000', '134718.956000', '134718.959000', '134718.961000', '134718.964000', '134718.967000', '134718.969000', '134718.972000', '134718.974000', '134718.977000', '134718.980000', '134718.982000', '134718.985000', '134738.874000', '134738.877000', '134738.880000', '134738.882000', '134738.885000', '134738.888000', '134738.890000', '134738.893000', '134738.895000', '134738.898000', '134738.901000', '134738.903000', '134738.906000', '134738.908000', '134738.911000', '134738.913000', '134738.916000', '134738.919000', '134738.921000', '134738.924000', '134738.926000', '134738.929000', '134738.932000', '134738.934000', '134738.937000', '134738.939000', '134738.942000', '134738.944000', '134738.947000', '134738.950000', '134738.952000', '134738.955000', '134738.957000', '134738.960000', '134738.963000', '134738.965000', '134738.968000', '134738.970000', '134738.973000', '134738.975000', '134738.978000', '134738.980000', '134738.983000', '134738.986000', '134758.874000', '134758.877000', '134758.880000', '134758.883000', '134758.885000', '134758.888000', '134758.890000', '134758.893000', '134758.896000', '134758.898000', '134758.901000', '134758.903000', '134758.906000', '134758.908000', '134758.911000', '134758.914000', '134758.916000', '134758.919000', '134758.921000', '134758.924000', '134758.927000', '134758.929000', '134758.932000', '134758.935000', '134758.937000', '134758.940000', '134758.942000', '134758.945000', '134758.948000', '134758.950000', '134758.953000', '134758.955000', '134758.958000', '134758.961000', '134758.963000', '134758.966000', '134758.968000', '134758.971000', '134758.973000', '134758.976000', '134758.979000', '134758.981000', '134758.984000', '134818.874000', '134818.878000', '134818.881000', '134818.884000', '134818.887000', '134818.889000', '134818.892000', '134818.894000', '134818.897000', '134818.900000', '134818.902000', '134818.905000', '134818.907000', '134818.910000', '134818.913000', '134818.915000', '134818.918000', '134818.920000', '134818.923000', '134818.926000', '134818.928000', '134818.931000', '134818.934000', '134818.936000', '134818.939000', '134818.942000', '134818.944000', '134818.947000', '134818.949000', '134818.952000', '134818.955000', '134818.957000', '134818.960000', '134818.962000', '134818.965000', '134818.967000', '134818.970000', '134818.973000', '134818.975000', '134818.978000', '134818.980000', '134818.983000', '134818.986000', '134818.988000', '134838.874000', '134838.877000', '134838.880000', '134838.882000', '134838.885000', '134838.888000', '134838.891000', '134838.894000', '134838.896000', '134838.899000', '134838.901000', '134838.904000', '134838.922000', '134838.925000', '134838.927000', '134838.930000', '134838.933000', '134838.935000', '134838.938000', '134838.941000', '134838.943000', '134838.946000', '134838.948000', '134838.951000', '134838.953000', '134838.956000', '134838.959000', '134838.961000', '134838.964000', '134838.977000', '134838.979000', '134838.982000', '134838.985000', '134838.987000', '134838.990000', '134838.992000', '134838.995000', '134838.998000', '134839.000000', '134839.003000', '134839.005000', '134839.008000', '134839.011000', '134858.875000', '134858.878000', '134858.881000', '134858.884000', '134858.886000', '134858.889000', '134858.892000', '134858.894000', '134858.897000', '134858.899000', '134858.902000', '134858.904000', '134858.907000', '134858.910000', '134858.912000', '134858.915000', '134858.917000', '134858.920000', '134858.923000', '134858.925000', '134858.928000', '134858.930000', '134858.933000', '134858.936000', '134858.938000', '134858.941000', '134858.943000', '134858.946000', '134858.949000', '134858.951000', '134858.954000', '134858.956000', '134858.959000', '134858.962000', '134858.964000', '134858.967000', '134858.969000', '134858.972000', '134858.975000', '134858.977000', '134858.980000', '134858.982000', '134858.985000', '134918.875000', '134918.878000', '134918.881000', '134918.883000', '134918.886000', '134918.889000', '134918.891000', '134918.894000', '134918.896000', '134918.899000', '134918.902000', '134918.904000', '134918.907000', '134918.909000', '134918.912000', '134918.914000', '134918.917000', '134918.920000', '134918.922000', '134918.925000', '134918.927000', '134918.930000', '134918.932000', '134918.935000', '134918.938000', '134918.940000', '134918.943000', '134918.945000', '134918.948000', '134918.951000', '134918.953000', '134918.956000', '134918.958000', '134918.961000', '134918.963000', '134918.966000', '134918.969000', '134918.971000', '134918.974000', '134918.976000', '134918.979000', '134918.981000', '134918.984000', '134918.987000', '134938.876000', '134938.878000', '134938.881000', '134938.884000', '134938.886000', '134938.889000', '134938.892000', '134938.894000', '134938.897000', '134938.899000', '134938.902000', '134938.905000', '134938.907000', '134938.910000', '134938.912000', '134938.915000', '134938.919000', '134938.921000', '134938.924000', '134938.927000', '134938.929000', '134938.932000', '134938.934000', '134938.937000', '134938.940000', '134938.942000', '134938.945000', '134938.948000', '134938.950000', '134938.953000', '134938.955000', '134938.958000', '134938.961000', '134938.963000', '134938.966000', '134938.968000', '134938.971000', '134938.974000', '134938.977000', '134938.979000', '134938.982000', '134938.984000', '134938.987000', '134958.875000', '134958.878000', '134958.880000', '134958.883000', '134958.885000', '134958.888000', '134958.891000', '134958.893000', '134958.896000', '134958.898000', '134958.901000', '134958.904000', '134958.906000', '134958.909000', '134958.911000', '134958.914000', '134958.917000', '134958.919000', '134958.922000', '134958.925000', '134958.927000', '134958.930000', '134958.932000', '134958.935000', '134958.948000', '134958.951000', '134958.953000', '134958.956000', '134958.959000', '134958.961000', '134958.964000', '134958.966000', '134958.969000', '134958.972000', '134958.978000', '134958.980000', '134958.983000', '134958.985000', '134958.988000', '134958.991000', '134958.993000', '134958.996000', '134958.999000', '134959.001000', '135018.875000', '135018.878000', '135018.880000', '135018.883000', '135018.886000', '135018.888000', '135018.891000', '135018.894000', '135018.896000', '135018.899000', '135018.902000', '135018.904000', '135018.907000', '135018.910000', '135018.912000', '135018.915000', '135018.917000', '135018.920000', '135018.923000', '135018.925000', '135018.928000', '135018.930000', '135018.933000', '135018.936000', '135018.938000', '135018.941000', '135018.944000', '135018.946000', '135018.949000', '135018.952000', '135018.954000', '135018.957000', '135018.959000', '135018.962000', '135018.965000', '135018.967000', '135018.970000', '135018.972000', '135018.975000', '135018.978000', '135018.980000', '135018.983000', '135018.985000', '135038.875000', '135038.878000', '135038.880000', '135038.883000', '135038.885000', '135038.888000', '135038.891000', '135038.893000', '135038.896000', '135038.898000', '135038.901000', '135038.904000', '135038.906000', '135038.909000', '135038.911000', '135038.914000', '135038.917000', '135038.919000', '135038.922000', '135038.924000', '135038.927000', '135038.930000', '135038.932000', '135038.935000', '135038.937000', '135038.940000', '135038.942000', '135038.945000', '135038.948000', '135038.950000', '135038.953000', '135038.955000', '135038.958000', '135038.960000', '135038.963000', '135038.965000', '135038.968000', '135038.971000', '135038.973000', '135038.976000', '135038.978000', '135038.981000', '135038.984000', '135038.986000', '135058.876000', '135058.878000', '135058.881000', '135058.884000', '135058.886000', '135058.889000', '135058.892000', '135058.894000', '135058.897000', '135058.899000', '135058.902000', '135058.905000', '135058.907000', '135058.910000', '135058.912000', '135058.915000', '135058.917000', '135058.920000', '135058.923000', '135058.926000', '135058.928000', '135058.931000', '135058.933000', '135058.936000', '135058.939000', '135058.941000', '135058.944000', '135058.947000', '135058.950000', '135058.952000', '135058.955000', '135058.958000', '135058.961000', '135058.964000', '135058.967000', '135058.969000', '135058.972000', '135058.975000', '135058.977000', '135058.980000', '135058.982000', '135058.985000', '135058.988000', '135118.875000', '135118.878000', '135118.881000', '135118.883000', '135118.886000', '135118.889000', '135118.897000', '135118.899000', '135118.902000', '135118.904000', '135118.907000', '135118.910000', '135118.912000', '135118.915000', '135118.917000', '135118.920000', '135118.923000', '135118.925000', '135118.928000', '135118.931000', '135118.933000', '135118.948000', '135118.950000', '135118.953000', '135118.955000', '135118.958000', '135118.961000', '135118.963000', '135118.966000', '135118.969000', '135118.971000', '135118.974000', '135118.976000', '135118.979000', '135118.981000', '135118.984000', '135118.987000', '135118.989000', '135118.992000', '135118.994000', '135118.997000', '135119.001000', '135119.003000', '135119.006000', '135138.876000', '135138.879000', '135138.881000', '135138.884000', '135138.887000', '135138.889000', '135138.892000', '135138.895000', '135138.897000', '135138.900000', '135138.902000', '135138.905000', '135138.908000', '135138.911000', '135138.914000', '135138.917000', '135138.920000', '135138.922000', '135138.925000', '135138.935000', '135138.937000', '135138.940000', '135138.943000', '135138.945000', '135138.948000', '135138.951000', '135138.953000', '135138.956000', '135138.959000', '135138.961000', '135138.964000', '135138.967000', '135138.969000', '135138.972000', '135138.974000', '135138.977000', '135138.980000', '135138.982000', '135138.985000', '135138.987000', '135138.990000', '135138.992000', '135138.995000', '135158.876000', '135158.878000', '135158.881000', '135158.884000', '135158.886000', '135158.889000', '135158.892000', '135158.894000', '135158.897000', '135158.899000', '135158.902000', '135158.905000', '135158.907000', '135158.910000', '135158.912000', '135158.915000', '135158.918000', '135158.926000', '135158.928000', '135158.931000', '135158.933000', '135158.936000', '135158.939000', '135158.941000', '135158.944000', '135158.946000', '135158.949000', '135158.951000', '135158.954000', '135158.957000', '135158.959000', '135158.962000', '135158.964000', '135158.967000', '135158.970000', '135158.972000', '135158.975000', '135158.977000', '135158.980000', '135158.983000', '135158.985000', '135158.988000', '135158.990000', '135158.993000', '135218.875000', '135218.877000', '135218.880000', '135218.883000', '135218.885000', '135218.888000', '135218.891000', '135218.893000', '135218.896000', '135218.898000', '135218.901000', '135218.904000', '135218.906000', '135218.909000', '135218.911000', '135218.914000', '135218.917000', '135218.919000', '135218.922000', '135218.925000', '135218.927000', '135218.930000', '135218.932000', '135218.935000', '135218.938000', '135218.940000', '135218.943000', '135218.945000', '135218.948000', '135218.950000', '135218.953000', '135218.956000', '135218.958000', '135218.961000', '135218.964000', '135218.966000', '135218.969000', '135218.971000', '135218.974000', '135218.976000', '135218.979000', '135218.982000', '135218.984000', '135238.875000', '135238.877000', '135238.880000', '135238.888000', '135238.890000', '135238.893000', '135238.895000', '135238.898000', '135238.901000', '135238.903000', '135238.906000', '135238.909000', '135238.911000', '135238.914000', '135238.916000', '135238.919000', '135238.922000', '135238.924000', '135238.927000', '135238.929000', '135238.932000', '135238.935000', '135238.937000', '135238.940000', '135238.943000', '135238.945000', '135238.948000', '135238.950000', '135238.953000', '135238.956000', '135238.958000', '135238.961000', '135238.963000', '135238.966000', '135238.969000', '135238.971000', '135238.974000', '135238.976000', '135238.979000', '135238.982000', '135238.984000', '135238.987000', '135238.989000', '135238.992000', '135258.874000', '135258.877000', '135258.880000', '135258.883000', '135258.885000', '135258.888000', '135258.890000', '135258.893000', '135258.895000', '135258.898000', '135258.901000', '135258.903000', '135258.906000', '135258.908000', '135258.911000', '135258.914000', '135258.916000', '135258.919000', '135258.921000', '135258.924000', '135258.927000', '135258.929000', '135258.932000', '135258.935000', '135258.937000', '135258.940000', '135258.942000', '135258.945000', '135258.947000', '135258.950000', '135258.953000', '135258.955000', '135258.958000', '135258.961000', '135258.963000', '135258.966000', '135258.968000', '135258.971000', '135258.974000', '135258.976000', '135258.979000', '135258.982000', '135258.984000', '135302.204000', '135302.207000', '135302.210000', '135302.212000', '135302.215000', '135302.218000', '135302.221000', '135302.223000'], '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': [15371, 14482, 14905, 13294, 15076, 14314, 15283, 14094, 14889, 13087, 14714, 11412, 14401, 12419, 14213, 12729, 14532, 12183, 14146, 12485, 14004, 15165, 12912, 15070, 15375, 15184, 13900, 15082, 13117, 15053, 13956, 15007, 11878, 14885, 10385, 14403, 10468, 14376, 10121, 14537, 10272, 14558, 9697, 14757, 12036, 14781, 14564, 14983, 13670, 15223, 13213, 15226, 13722, 14659, 14865, 13273, 14988, 11909, 14769, 14356, 15207, 13783, 15032, 13380, 15064, 13286, 15318, 15551, 14937, 13061, 14600, 14703, 15591, 14286, 14946, 13643, 12860, 13990, 12361, 14074, 14720, 13577, 14884, 15062, 14944, 14162, 14926, 14077, 14883, 13049, 15123, 13512, 14869, 13205, 14502, 13591, 14895, 15396, 14874, 12893, 13162, 13786, 10844, 14049, 11041, 14513, 13722, 14536, 10850, 14313, 13230, 14424, 15088, 13448, 14606, 13733, 14516, 14776, 14510, 13240, 14799, 13449, 14980, 14216, 14650, 14729, 14711, 13970, 14940, 14406, 15161, 14111, 14870, 13776, 14661, 13676, 14711, 13893, 15183, 15468, 13822, 14739, 14640, 14832, 13995, 15066, 11160, 14805, 11308, 14617, 13265, 14446, 14597, 13826, 14888, 13975, 14980, 13401, 14843, 11723, 14614, 12024, 14510, 10307, 14617, 11384, 14570, 13069, 14848, 15042, 14852, 13436, 14836, 15040, 15119, 13880, 15250, 13584, 15228, 13628, 15074, 12764, 14995, 10681, 15302, 11766, 14862, 10482, 14380, 11601, 14646, 13076, 14432, 13199, 13995, 15510, 13411, 15322, 15366, 15294, 13772, 15170, 13241, 15282, 13602, 15058, 13635, 14731, 13197, 15027, 12314, 15165, 12802, 14676, 12879, 14724, 12806, 14974, 11955, 15133, 11386, 14801, 12419, 14805, 12495, 14768, 13098, 14902, 12179, 14837, 12875, 14772, 12027, 14660, 12339, 14492, 15560, 13866, 15003, 13999, 15171, 15795, 15471, 13870, 15297, 10556, 14764, 9962, 14349, 13700, 14484, 15008, 13637, 15198, 13562, 15164, 13523, 15189, 11145, 14768, 13757, 14147, 15243, 13634, 15230, 13752, 15144, 12211, 14831, 11017, 14242, 15040, 14241, 15033, 13351, 15269, 13531, 15048, 13335, 14804, 11956, 14695, 10799, 14161, 13425, 14263, 9416, 14218, 9584, 14256, 10251, 14542, 11039, 14568, 12133, 15057, 10546, 14796, 15450, 14774, 16297, 14947, 14567, 14268, 15169, 13727, 15335, 14022, 15379, 13865, 15279, 13982, 15360, 14223, 15674, 12206, 14956, 10441, 14891, 10378, 14521, 11647, 14741, 13559, 14641, 15484, 14179, 15304, 14996, 15279, 14693, 15328, 11547, 14950, 14527, 15008, 13264, 14620, 13710, 13870, 15188, 13000, 15291, 14975, 15176, 15024, 15111, 15061, 15178, 14388, 15411, 14397, 15121, 14170, 15239, 13263, 15198, 10163, 14741, 11636, 14716, 10497, 14430, 11226, 14121, 13425, 14007, 15130, 13572, 15002, 12969, 15246, 13640, 15240, 13860, 15394, 12044, 14568, 11238, 14628, 10638, 14367, 14192, 14242, 15117, 13796, 15222, 14087, 15229, 13450, 15040, 12149, 14836, 11204, 14356, 14505, 14825, 15052, 14234, 11232, 14134, 9472, 14388, 11962, 14982, 14350, 15035, 13558, 15316, 13698, 15512, 14049, 15405, 12552, 15419, 10941, 14934, 15386, 14799, 14685, 14796, 10865, 14686, 10789, 14543, 11766, 14557, 11178, 14721, 12326, 14750, 13447, 15180, 13388, 15300, 14010, 15170, 13655, 15253, 13706, 13684, 14432, 14307, 14669, 12380, 14836, 12676, 14816, 14663, 14919, 13484, 14293, 14012, 15052, 12876, 14465, 14398, 14636, 14086, 14780, 15363, 13912, 13689, 14191, 12669, 13894, 15428, 13689, 15055, 13757, 15174, 13331, 15278, 13529, 15183, 13557, 15274, 13705, 15073, 15336, 15148, 12596, 15069, 11319, 14822, 9833, 14425, 9131, 14208, 11560, 13698, 13408, 14185, 14039, 14495, 15260, 13039, 15249, 15375, 15469, 13375, 15100, 13349, 15256, 13793, 14943, 14266, 15087, 15251, 14854, 13216, 15204, 12996, 15400, 14236, 14126, 13519, 13858, 14309, 15317, 13935, 13900, 14405, 14986, 14158, 11954, 14406, 13445, 14214, 12784, 14553, 14460, 14765, 15621, 13217, 15391, 13817, 15449, 13266, 14860, 11038, 14607, 10530, 14784, 12976, 14790, 15193, 13871, 15538, 13193, 15070, 14660, 12641, 14773, 12098, 14590, 10384, 14636, 11440, 14716, 12745, 14619, 12454, 14807, 12897, 15112, 13638, 14951, 10787, 14860, 11898, 15056, 11650, 14498, 10392, 14625, 12246, 14291, 14269, 14918, 10836, 14458, 11933, 14451, 14001, 14909, 13420, 14466, 13611, 14577, 12540, 14361, 13174, 14256, 15234, 13838, 15037, 13956, 15317, 14302, 15422, 11805, 14641, 12080, 14781, 12207, 14324, 14019, 14233, 15221, 12905, 15496, 14341, 15084, 14102, 15290, 12590, 14757, 10475, 14282, 10150, 14119, 10529, 13976, 14043, 14078, 14382, 13906, 13966, 13916, 13131, 13643, 15302, 13450, 15391, 13343, 15158, 13134, 15045, 12891, 15087, 14843, 15116, 14614, 15325, 12841, 15112, 13462, 15041, 13127, 15302, 13672, 14295, 13926, 9679, 14031, 11054, 14492, 14628, 14460, 14357, 14517, 15580, 13517, 15631, 13663, 15437, 12475, 14979, 12189, 14693, 11000, 14404, 10439, 14487, 12047, 14423, 14894, 15044, 13360, 14444, 9680, 14332, 10604, 14220, 13519, 14578, 14122, 14525, 14189, 14615, 15528, 14287, 15045, 14692, 15577, 13681, 15026, 13467, 15173, 13888, 15283, 12626, 14735, 12988, 14957, 13280, 15354, 13130, 15185, 13088, 15190, 15391, 15174, 13605, 15282, 14519, 15181, 14160, 15330, 14248, 15052, 13641, 15300, 14211, 15360, 13610, 15329, 14006, 15276, 12721, 15274, 14357, 15223, 13009, 15088, 13006, 14616, 12059, 14652, 11812, 14821, 10165, 14628, 15094, 14774, 13617, 14706, 15569, 14412, 15366, 13483, 15160, 13827, 15292, 13168, 15008, 13243, 14939, 11730, 14477, 11297, 14405, 10054, 14299, 9707, 14092, 14172, 13960, 15233, 13496, 15160, 12836, 15478, 13193, 15240, 12778, 15015, 11605, 14825, 11159, 14369, 9068, 14292, 14731, 13934, 14375, 14422, 13431, 13756, 12996, 14014, 14178, 13877, 14482, 14261, 11552, 13923, 10923, 14428, 11391, 14400, 11050, 13976, 12773, 14341, 13839, 14625, 12107, 14390, 12893, 14489, 15591, 14599, 15424, 13237, 15169, 11912, 14540, 10470, 14129, 13842, 14318, 15238, 14808, 15276, 13286, 14973, 13058, 15052, 10983, 14318, 12562, 14164, 15374, 14173, 14478, 14517, 15103, 13981, 15218, 14118, 15238, 12713, 14563, 12080, 14318, 10399, 14376, 12569, 14712, 15481, 13950, 14799, 14190, 15245, 13281, 14973, 12852, 14561, 12701, 14302, 12674, 14290, 10237, 14556, 11884, 14581, 9383, 14218, 9544, 14363, 13435, 14046, 15030, 14303, 15046, 13874, 14714, 14640, 15243, 12902, 14859, 10656, 14851, 12480, 14447, 13501, 14576, 15086, 14602, 15258, 12849, 14892, 11970, 14548, 11689, 14314, 15086, 13578, 15281, 15352, 15006, 12918, 14841, 11273, 14574, 14394, 14369, 15033, 13786, 15095, 13102, 14890, 11622, 14348, 11568, 14069, 11649, 14254, 11706, 14506, 11618, 14149, 12874, 14345, 12007, 14236, 10945, 14595, 10164, 14659, 12430, 14135, 10855, 14280, 12966, 14322, 15068, 15019, 11226, 14359, 10419, 14340, 10155, 14478, 14876, 15031, 14671, 14977, 11675, 14316, 12457, 13897, 13432, 14664, 15019, 14199, 15063, 13985, 14878, 13740, 15224, 14635, 14813, 13590, 15083, 13470, 14424, 12244, 14339, 10644, 14032, 13035, 13605, 15114, 15168, 15281, 12451, 14699, 13185, 14655, 9549, 14185, 15099, 13498, 14719, 13265, 12162, 14534, 11493, 14122, 14372, 14727, 13671, 14672, 11751, 14311, 10044, 13663, 14030, 14367, 14953, 13801, 14433, 14943, 14649, 13299, 14826, 14043, 14846, 11846, 14646, 12776, 14895, 15222, 14787, 13429, 14457, 11609, 15010, 12105, 14791, 14071, 14713, 10848, 14869, 13867, 14885, 12482, 14475, 14837, 14153, 14819, 15099, 14912, 13118, 14874, 12921, 14856, 13735, 14626, 13704, 14454, 13175, 14659, 13350, 14729, 10735, 14210, 13292, 14026, 15073, 14178, 14798, 13701, 15072, 13165, 14801, 9689, 14129, 11186, 13988, 10803, 13518, 9596, 13878, 11446, 13940, 13409, 14357, 12244, 14877, 13786, 12328, 13496, 13596, 13578, 13229, 13763, 14127, 14040, 14472, 14588, 10638, 14009, 9303, 13893, 10018, 14455, 11345, 14707, 10560, 14159, 12225, 14282, 13304, 14416, 13667, 14898, 15080, 14704, 14527, 14867, 15837, 15128, 12877, 14898, 13054, 14840, 13815, 14791, 13207, 15063, 12875, 14450, 13111, 14889, 13082, 14919, 13849, 14857, 13420, 14706, 13058, 14653, 13277, 15115, 13340, 14753, 15398, 15150, 14532, 14865, 13927, 13710, 13380, 11482, 14204, 10580, 13860, 10100, 14277, 10897, 14307, 12933, 14406, 13023, 14389, 12444, 14605, 12711, 14931, 14047, 14954, 14919, 13856, 15120, 14504, 15379, 13349, 15051, 13140, 15035, 12865, 14808, 12042, 14813, 11677, 14559, 10718, 14486, 10646, 14417, 12758, 14536, 15368, 13517, 15148, 13819, 15097, 15862, 15452, 13981, 15129, 13432, 14678, 13280, 14749, 11955, 14654, 11525, 14644, 11097, 14357, 11119, 14271, 11771, 14365, 13981, 14518, 14493, 14962, 14050, 14407, 11962, 14391, 13794, 14487, 13143, 14535, 13982, 14194, 14813, 14293, 14710, 14490, 15103, 13409, 15152, 14027, 14902, 13415, 14925, 11953, 14706, 12891, 14628, 13653, 14894, 13290, 15047, 15527, 14885, 13699, 14708, 14150, 14829, 13307, 15160, 13964, 14850, 13408, 14903, 13473, 15138, 14368, 15118, 13325, 14980, 14308, 14819, 14251, 15227, 15667, 15248, 13726, 15261, 13298, 15018, 16119, 14942, 14784, 15099, 14763, 14993, 16019, 15305, 14654, 15012, 15888, 15075, 14962, 15158, 15537, 15211, 13880, 15192, 14418, 14866, 13565, 14814, 13374, 15036, 13155, 15094, 13993, 14735, 13182, 14840, 15393, 15127, 12919, 15074, 13020, 14687, 13034, 14569], 'WindowCenter': [5261.0, 5240.0, 5225.0, 5215.0, 5221.0, 5224.0, 5224.0, 5214.0, 5222.0, 5200.0, 5223.0, 5192.0, 5222.0, 5203.0, 5212.0, 5201.0, 5212.0, 5190.0, 5211.0, 5191.0, 5213.0, 5210.0, 5203.0, 5222.0, 5223.0, 5222.0, 5211.0, 5222.0, 5202.0, 5222.0, 5211.0, 5224.0, 5203.0, 5236.0, 5185.0, 5224.0, 5182.0, 5214.0, 5173.0, 5223.0, 5173.0, 5223.0, 5175.0, 5223.0, 5193.0, 5223.0, 5222.0, 5222.0, 5214.0, 5222.0, 5204.0, 5223.0, 5215.0, 5212.0, 5213.0, 5188.0, 5210.0, 5180.0, 5211.0, 5210.0, 5211.0, 5201.0, 5210.0, 5200.0, 5212.0, 5201.0, 5199.0, 5207.0, 5197.0, 5189.0, 5197.0, 5197.0, 5208.0, 5211.0, 5209.0, 5200.0, 5179.0, 5198.0, 5179.0, 5201.0, 5209.0, 5203.0, 5209.0, 5209.0, 5198.0, 5199.0, 5198.0, 5200.0, 5209.0, 5201.0, 5209.0, 5189.0, 5200.0, 5187.0, 5213.0, 5210.0, 5221.0, 5232.0, 5223.0, 5214.0, 5214.0, 5227.0, 5193.0, 5238.0, 5206.0, 5238.0, 5213.0, 5226.0, 5182.0, 5223.0, 5202.0, 5225.0, 5212.0, 5201.0, 5199.0, 5188.0, 5197.0, 5197.0, 5187.0, 5186.0, 5198.0, 5188.0, 5195.0, 5186.0, 5187.0, 5185.0, 5186.0, 5184.0, 5197.0, 5208.0, 5198.0, 5186.0, 5199.0, 5184.0, 5199.0, 5186.0, 5199.0, 5189.0, 5198.0, 5183.0, 5176.0, 5184.0, 5184.0, 5185.0, 5184.0, 5197.0, 5164.0, 5186.0, 5154.0, 5194.0, 5174.0, 5196.0, 5195.0, 5197.0, 5209.0, 5197.0, 5205.0, 5186.0, 5199.0, 5180.0, 5212.0, 5191.0, 5209.0, 5171.0, 5208.0, 5193.0, 5223.0, 5214.0, 5224.0, 5233.0, 5223.0, 5223.0, 5225.0, 5235.0, 5225.0, 5213.0, 5223.0, 5201.0, 5211.0, 5200.0, 5212.0, 5189.0, 5212.0, 5170.0, 5199.0, 5167.0, 5198.0, 5156.0, 5198.0, 5168.0, 5210.0, 5176.0, 5196.0, 5176.0, 5198.0, 5195.0, 5189.0, 5209.0, 5207.0, 5198.0, 5188.0, 5198.0, 5188.0, 5210.0, 5210.0, 5210.0, 5199.0, 5210.0, 5199.0, 5211.0, 5192.0, 5223.0, 5200.0, 5210.0, 5190.0, 5211.0, 5202.0, 5221.0, 5193.0, 5222.0, 5179.0, 5209.0, 5190.0, 5210.0, 5190.0, 5209.0, 5201.0, 5220.0, 5190.0, 5210.0, 5189.0, 5199.0, 5179.0, 5212.0, 5179.0, 5211.0, 5208.0, 5188.0, 5185.0, 5187.0, 5185.0, 5193.0, 5196.0, 5188.0, 5198.0, 5146.0, 5186.0, 5135.0, 5187.0, 5184.0, 5196.0, 5194.0, 5199.0, 5197.0, 5187.0, 5197.0, 5187.0, 5210.0, 5169.0, 5211.0, 5210.0, 5212.0, 5208.0, 5201.0, 5208.0, 5200.0, 5209.0, 5191.0, 5212.0, 5169.0, 5211.0, 5198.0, 5200.0, 5208.0, 5201.0, 5210.0, 5200.0, 5210.0, 5199.0, 5209.0, 5178.0, 5222.0, 5183.0, 5215.0, 5201.0, 5211.0, 5162.0, 5211.0, 5174.0, 5235.0, 5196.0, 5236.0, 5195.0, 5225.0, 5204.0, 5234.0, 5196.0, 5237.0, 5223.0, 5214.0, 5219.0, 5210.0, 5209.0, 5210.0, 5210.0, 5199.0, 5207.0, 5201.0, 5207.0, 5188.0, 5206.0, 5185.0, 5196.0, 5195.0, 5206.0, 5190.0, 5211.0, 5159.0, 5209.0, 5158.0, 5200.0, 5166.0, 5209.0, 5188.0, 5198.0, 5207.0, 5189.0, 5197.0, 5196.0, 5195.0, 5195.0, 5198.0, 5166.0, 5209.0, 5197.0, 5197.0, 5175.0, 5198.0, 5186.0, 5197.0, 5207.0, 5201.0, 5220.0, 5210.0, 5209.0, 5208.0, 5209.0, 5209.0, 5219.0, 5212.0, 5223.0, 5210.0, 5212.0, 5209.0, 5220.0, 5200.0, 5224.0, 5184.0, 5222.0, 5180.0, 5211.0, 5170.0, 5211.0, 5179.0, 5212.0, 5201.0, 5212.0, 5208.0, 5200.0, 5208.0, 5200.0, 5209.0, 5199.0, 5209.0, 5199.0, 5222.0, 5190.0, 5210.0, 5168.0, 5200.0, 5168.0, 5210.0, 5198.0, 5198.0, 5209.0, 5201.0, 5209.0, 5196.0, 5208.0, 5188.0, 5209.0, 5179.0, 5209.0, 5169.0, 5211.0, 5200.0, 5209.0, 5209.0, 5211.0, 5178.0, 5211.0, 5174.0, 5222.0, 5204.0, 5235.0, 5237.0, 5236.0, 5227.0, 5236.0, 5224.0, 5225.0, 5211.0, 5223.0, 5192.0, 5223.0, 5171.0, 5222.0, 5208.0, 5200.0, 5197.0, 5198.0, 5157.0, 5198.0, 5165.0, 5200.0, 5178.0, 5208.0, 5167.0, 5199.0, 5177.0, 5198.0, 5199.0, 5208.0, 5199.0, 5208.0, 5210.0, 5210.0, 5198.0, 5198.0, 5200.0, 5188.0, 5200.0, 5198.0, 5211.0, 5192.0, 5210.0, 5178.0, 5199.0, 5196.0, 5208.0, 5187.0, 5210.0, 5199.0, 5208.0, 5177.0, 5199.0, 5194.0, 5198.0, 5198.0, 5210.0, 5206.0, 5198.0, 5187.0, 5199.0, 5189.0, 5200.0, 5220.0, 5212.0, 5209.0, 5200.0, 5208.0, 5201.0, 5209.0, 5202.0, 5209.0, 5201.0, 5209.0, 5199.0, 5208.0, 5209.0, 5210.0, 5199.0, 5224.0, 5193.0, 5211.0, 5171.0, 5212.0, 5162.0, 5213.0, 5191.0, 5214.0, 5203.0, 5213.0, 5202.0, 5212.0, 5220.0, 5202.0, 5221.0, 5222.0, 5221.0, 5201.0, 5211.0, 5202.0, 5221.0, 5214.0, 5223.0, 5223.0, 5222.0, 5233.0, 5223.0, 5225.0, 5235.0, 5227.0, 5233.0, 5226.0, 5223.0, 5227.0, 5215.0, 5235.0, 5234.0, 5225.0, 5202.0, 5213.0, 5210.0, 5212.0, 5192.0, 5221.0, 5201.0, 5214.0, 5203.0, 5211.0, 5200.0, 5211.0, 5207.0, 5190.0, 5199.0, 5200.0, 5210.0, 5177.0, 5198.0, 5156.0, 5196.0, 5147.0, 5194.0, 5178.0, 5198.0, 5195.0, 5186.0, 5194.0, 5187.0, 5196.0, 5209.0, 5190.0, 5209.0, 5190.0, 5222.0, 5173.0, 5222.0, 5194.0, 5222.0, 5202.0, 5213.0, 5190.0, 5210.0, 5190.0, 5211.0, 5198.0, 5212.0, 5170.0, 5201.0, 5165.0, 5198.0, 5166.0, 5198.0, 5157.0, 5197.0, 5177.0, 5200.0, 5186.0, 5209.0, 5158.0, 5199.0, 5177.0, 5199.0, 5199.0, 5212.0, 5190.0, 5200.0, 5187.0, 5200.0, 5178.0, 5201.0, 5189.0, 5211.0, 5211.0, 5200.0, 5198.0, 5199.0, 5208.0, 5197.0, 5210.0, 5181.0, 5211.0, 5176.0, 5199.0, 5176.0, 5199.0, 5187.0, 5200.0, 5209.0, 5191.0, 5209.0, 5200.0, 5207.0, 5198.0, 5210.0, 5201.0, 5223.0, 5172.0, 5211.0, 5159.0, 5210.0, 5171.0, 5214.0, 5211.0, 5213.0, 5211.0, 5214.0, 5210.0, 5213.0, 5202.0, 5224.0, 5222.0, 5215.0, 5222.0, 5212.0, 5211.0, 5203.0, 5221.0, 5214.0, 5223.0, 5222.0, 5211.0, 5211.0, 5210.0, 5202.0, 5220.0, 5202.0, 5222.0, 5203.0, 5219.0, 5212.0, 5200.0, 5212.0, 5163.0, 5212.0, 5183.0, 5225.0, 5223.0, 5214.0, 5199.0, 5212.0, 5209.0, 5190.0, 5206.0, 5188.0, 5208.0, 5178.0, 5188.0, 5165.0, 5186.0, 5155.0, 5197.0, 5156.0, 5198.0, 5178.0, 5198.0, 5198.0, 5198.0, 5186.0, 5199.0, 5150.0, 5210.0, 5170.0, 5211.0, 5201.0, 5213.0, 5201.0, 5212.0, 5211.0, 5223.0, 5221.0, 5213.0, 5223.0, 5213.0, 5222.0, 5200.0, 5200.0, 5190.0, 5210.0, 5199.0, 5221.0, 5192.0, 5210.0, 5189.0, 5210.0, 5199.0, 5209.0, 5200.0, 5221.0, 5203.0, 5208.0, 5210.0, 5207.0, 5200.0, 5208.0, 5210.0, 5212.0, 5212.0, 5211.0, 5199.0, 5197.0, 5191.0, 5197.0, 5198.0, 5199.0, 5199.0, 5197.0, 5187.0, 5196.0, 5178.0, 5196.0, 5196.0, 5205.0, 5188.0, 5209.0, 5200.0, 5210.0, 5182.0, 5211.0, 5180.0, 5213.0, 5161.0, 5212.0, 5208.0, 5211.0, 5189.0, 5200.0, 5206.0, 5199.0, 5208.0, 5202.0, 5210.0, 5200.0, 5211.0, 5201.0, 5211.0, 5198.0, 5224.0, 5194.0, 5214.0, 5182.0, 5213.0, 5171.0, 5214.0, 5163.0, 5214.0, 5216.0, 5226.0, 5222.0, 5203.0, 5211.0, 5204.0, 5222.0, 5204.0, 5223.0, 5215.0, 5225.0, 5192.0, 5226.0, 5195.0, 5226.0, 5167.0, 5236.0, 5224.0, 5226.0, 5213.0, 5236.0, 5211.0, 5226.0, 5214.0, 5228.0, 5224.0, 5228.0, 5224.0, 5225.0, 5194.0, 5215.0, 5184.0, 5224.0, 5195.0, 5227.0, 5195.0, 5227.0, 5205.0, 5225.0, 5202.0, 5214.0, 5181.0, 5213.0, 5190.0, 5201.0, 5209.0, 5198.0, 5210.0, 5179.0, 5196.0, 5165.0, 5188.0, 5155.0, 5197.0, 5185.0, 5209.0, 5209.0, 5197.0, 5197.0, 5187.0, 5198.0, 5187.0, 5209.0, 5169.0, 5210.0, 5179.0, 5199.0, 5196.0, 5198.0, 5198.0, 5200.0, 5208.0, 5200.0, 5221.0, 5212.0, 5223.0, 5191.0, 5213.0, 5181.0, 5214.0, 5171.0, 5214.0, 5193.0, 5211.0, 5208.0, 5201.0, 5207.0, 5200.0, 5209.0, 5199.0, 5211.0, 5188.0, 5199.0, 5178.0, 5199.0, 5187.0, 5210.0, 5171.0, 5209.0, 5179.0, 5198.0, 5149.0, 5199.0, 5151.0, 5209.0, 5198.0, 5212.0, 5210.0, 5211.0, 5200.0, 5199.0, 5200.0, 5210.0, 5210.0, 5191.0, 5212.0, 5159.0, 5199.0, 5165.0, 5198.0, 5175.0, 5197.0, 5197.0, 5208.0, 5209.0, 5176.0, 5196.0, 5166.0, 5199.0, 5166.0, 5198.0, 5208.0, 5202.0, 5208.0, 5208.0, 5209.0, 5187.0, 5211.0, 5170.0, 5213.0, 5211.0, 5210.0, 5210.0, 5201.0, 5210.0, 5200.0, 5222.0, 5192.0, 5210.0, 5180.0, 5213.0, 5182.0, 5224.0, 5206.0, 5225.0, 5194.0, 5213.0, 5204.0, 5223.0, 5204.0, 5227.0, 5197.0, 5224.0, 5174.0, 5223.0, 5203.0, 5214.0, 5179.0, 5214.0, 5202.0, 5213.0, 5200.0, 5211.0, 5169.0, 5200.0, 5157.0, 5201.0, 5159.0, 5199.0, 5199.0, 5209.0, 5196.0, 5199.0, 5167.0, 5200.0, 5176.0, 5201.0, 5199.0, 5210.0, 5198.0, 5188.0, 5196.0, 5187.0, 5188.0, 5188.0, 5197.0, 5197.0, 5199.0, 5189.0, 5198.0, 5177.0, 5197.0, 5167.0, 5198.0, 5158.0, 5198.0, 5188.0, 5201.0, 5208.0, 5209.0, 5208.0, 5179.0, 5207.0, 5188.0, 5212.0, 5160.0, 5211.0, 5209.0, 5192.0, 5198.0, 5191.0, 5191.0, 5200.0, 5180.0, 5200.0, 5223.0, 5224.0, 5224.0, 5226.0, 5205.0, 5237.0, 5186.0, 5226.0, 5226.0, 5215.0, 5210.0, 5202.0, 5189.0, 5198.0, 5187.0, 5175.0, 5176.0, 5162.0, 5172.0, 5140.0, 5160.0, 5138.0, 5158.0, 5153.0, 5167.0, 5148.0, 5158.0, 5126.0, 5168.0, 5148.0, 5171.0, 5168.0, 5181.0, 5143.0, 5184.0, 5172.0, 5183.0, 5152.0, 5172.0, 5169.0, 5173.0, 5172.0, 5184.0, 5194.0, 5176.0, 5185.0, 5176.0, 5196.0, 5185.0, 5199.0, 5211.0, 5214.0, 5202.0, 5223.0, 5213.0, 5225.0, 5184.0, 5227.0, 5214.0, 5224.0, 5213.0, 5214.0, 5212.0, 5212.0, 5213.0, 5203.0, 5224.0, 5163.0, 5214.0, 5182.0, 5213.0, 5182.0, 5217.0, 5176.0, 5215.0, 5195.0, 5225.0, 5225.0, 5236.0, 5230.0, 5238.0, 5229.0, 5216.0, 5226.0, 5216.0, 5226.0, 5216.0, 5228.0, 5215.0, 5215.0, 5211.0, 5213.0, 5172.0, 5213.0, 5153.0, 5213.0, 5163.0, 5214.0, 5182.0, 5211.0, 5171.0, 5201.0, 5179.0, 5210.0, 5202.0, 5212.0, 5200.0, 5211.0, 5210.0, 5200.0, 5201.0, 5210.0, 5221.0, 5212.0, 5191.0, 5208.0, 5188.0, 5200.0, 5197.0, 5211.0, 5200.0, 5210.0, 5189.0, 5199.0, 5200.0, 5221.0, 5213.0, 5234.0, 5226.0, 5225.0, 5239.0, 5238.0, 5227.0, 5227.0, 5216.0, 5223.0, 5214.0, 5224.0, 5235.0, 5222.0, 5225.0, 5223.0, 5214.0, 5211.0, 5214.0, 5192.0, 5214.0, 5182.0, 5225.0, 5185.0, 5224.0, 5183.0, 5213.0, 5191.0, 5212.0, 5188.0, 5212.0, 5189.0, 5212.0, 5178.0, 5199.0, 5176.0, 5197.0, 5185.0, 5186.0, 5196.0, 5197.0, 5194.0, 5174.0, 5185.0, 5176.0, 5197.0, 5178.0, 5201.0, 5190.0, 5212.0, 5180.0, 5210.0, 5171.0, 5211.0, 5172.0, 5214.0, 5203.0, 5213.0, 5210.0, 5202.0, 5210.0, 5201.0, 5210.0, 5221.0, 5223.0, 5212.0, 5212.0, 5199.0, 5211.0, 5201.0, 5213.0, 5194.0, 5226.0, 5194.0, 5224.0, 5181.0, 5213.0, 5183.0, 5214.0, 5192.0, 5224.0, 5212.0, 5213.0, 5212.0, 5213.0, 5201.0, 5214.0, 5181.0, 5212.0, 5199.0, 5213.0, 5203.0, 5213.0, 5199.0, 5212.0, 5200.0, 5210.0, 5210.0, 5223.0, 5211.0, 5189.0, 5210.0, 5189.0, 5210.0, 5190.0, 5211.0, 5191.0, 5213.0, 5191.0, 5211.0, 5200.0, 5222.0, 5224.0, 5224.0, 5234.0, 5222.0, 5225.0, 5224.0, 5224.0, 5226.0, 5216.0, 5224.0, 5212.0, 5211.0, 5202.0, 5212.0, 5202.0, 5210.0, 5213.0, 5223.0, 5201.0, 5200.0, 5199.0, 5200.0, 5200.0, 5209.0, 5209.0, 5208.0, 5200.0, 5209.0, 5190.0, 5198.0, 5206.0, 5199.0, 5207.0, 5197.0, 5198.0, 5209.0, 5209.0, 5208.0, 5196.0, 5197.0, 5195.0, 5195.0, 5197.0, 5196.0, 5206.0, 5198.0, 5197.0, 5198.0, 5197.0, 5198.0, 5188.0, 5196.0, 5188.0, 5211.0, 5203.0, 5211.0, 5210.0, 5209.0, 5201.0, 5211.0, 5222.0, 5224.0, 5205.0, 5212.0, 5202.0, 5212.0, 5201.0, 5211.0], 'WindowWidth': [11347.0, 11311.0, 11282.0, 11266.0, 11270.0, 11278.0, 11275.0, 11259.0, 11269.0, 11237.0, 11272.0, 11226.0, 11271.0, 11245.0, 11258.0, 11238.0, 11252.0, 11221.0, 11252.0, 11222.0, 11256.0, 11250.0, 11243.0, 11267.0, 11273.0, 11269.0, 11253.0, 11267.0, 11242.0, 11269.0, 11255.0, 11275.0, 11246.0, 11296.0, 11221.0, 11276.0, 11213.0, 11260.0, 11202.0, 11273.0, 11201.0, 11273.0, 11209.0, 11271.0, 11228.0, 11271.0, 11268.0, 11267.0, 11261.0, 11268.0, 11248.0, 11272.0, 11263.0, 11255.0, 11256.0, 11216.0, 11248.0, 11205.0, 11250.0, 11247.0, 11251.0, 11235.0, 11249.0, 11235.0, 11253.0, 11236.0, 11230.0, 11238.0, 11225.0, 11215.0, 11224.0, 11227.0, 11243.0, 11252.0, 11244.0, 11234.0, 11202.0, 11230.0, 11203.0, 11236.0, 11244.0, 11244.0, 11243.0, 11244.0, 11227.0, 11230.0, 11228.0, 11233.0, 11244.0, 11237.0, 11247.0, 11217.0, 11232.0, 11213.0, 11256.0, 11251.0, 11268.0, 11289.0, 11274.0, 11264.0, 11264.0, 11286.0, 11234.0, 11304.0, 11257.0, 11302.0, 11259.0, 11279.0, 11213.0, 11272.0, 11240.0, 11277.0, 11255.0, 11237.0, 11229.0, 11213.0, 11223.0, 11223.0, 11210.0, 11207.0, 11227.0, 11211.0, 11220.0, 11204.0, 11208.0, 11202.0, 11206.0, 11204.0, 11224.0, 11244.0, 11229.0, 11209.0, 11229.0, 11204.0, 11229.0, 11207.0, 11230.0, 11216.0, 11226.0, 11200.0, 11191.0, 11199.0, 11200.0, 11202.0, 11201.0, 11225.0, 11175.0, 11205.0, 11156.0, 11216.0, 11186.0, 11221.0, 11219.0, 11229.0, 11244.0, 11225.0, 11236.0, 11207.0, 11230.0, 11208.0, 11253.0, 11224.0, 11248.0, 11196.0, 11245.0, 11232.0, 11275.0, 11261.0, 11275.0, 11287.0, 11274.0, 11276.0, 11278.0, 11293.0, 11279.0, 11257.0, 11270.0, 11238.0, 11250.0, 11234.0, 11253.0, 11216.0, 11253.0, 11190.0, 11228.0, 11181.0, 11226.0, 11165.0, 11227.0, 11186.0, 11247.0, 11194.0, 11221.0, 11193.0, 11225.0, 11219.0, 11218.0, 11246.0, 11242.0, 11226.0, 11212.0, 11225.0, 11213.0, 11248.0, 11250.0, 11248.0, 11231.0, 11251.0, 11231.0, 11251.0, 11225.0, 11271.0, 11235.0, 11251.0, 11220.0, 11250.0, 11238.0, 11266.0, 11229.0, 11268.0, 11205.0, 11246.0, 11218.0, 11249.0, 11220.0, 11247.0, 11239.0, 11266.0, 11220.0, 11247.0, 11214.0, 11231.0, 11202.0, 11251.0, 11201.0, 11252.0, 11242.0, 11211.0, 11203.0, 11208.0, 11204.0, 11213.0, 11219.0, 11213.0, 11225.0, 11149.0, 11205.0, 11133.0, 11209.0, 11200.0, 11222.0, 11217.0, 11233.0, 11226.0, 11210.0, 11224.0, 11211.0, 11247.0, 11188.0, 11253.0, 11250.0, 11254.0, 11242.0, 11237.0, 11242.0, 11233.0, 11245.0, 11224.0, 11254.0, 11188.0, 11250.0, 11226.0, 11233.0, 11240.0, 11238.0, 11249.0, 11235.0, 11246.0, 11231.0, 11246.0, 11202.0, 11268.0, 11216.0, 11261.0, 11237.0, 11252.0, 11185.0, 11255.0, 11206.0, 11295.0, 11242.0, 11297.0, 11237.0, 11278.0, 11247.0, 11290.0, 11239.0, 11298.0, 11272.0, 11259.0, 11260.0, 11249.0, 11246.0, 11249.0, 11245.0, 11232.0, 11239.0, 11237.0, 11241.0, 11212.0, 11235.0, 11205.0, 11222.0, 11222.0, 11238.0, 11221.0, 11250.0, 11173.0, 11243.0, 11171.0, 11233.0, 11181.0, 11245.0, 11212.0, 11230.0, 11241.0, 11216.0, 11222.0, 11220.0, 11219.0, 11217.0, 11225.0, 11179.0, 11243.0, 11224.0, 11225.0, 11190.0, 11227.0, 11208.0, 11227.0, 11240.0, 11238.0, 11264.0, 11250.0, 11244.0, 11245.0, 11245.0, 11247.0, 11263.0, 11254.0, 11272.0, 11249.0, 11254.0, 11246.0, 11264.0, 11236.0, 11273.0, 11220.0, 11270.0, 11206.0, 11250.0, 11191.0, 11253.0, 11204.0, 11253.0, 11240.0, 11255.0, 11244.0, 11233.0, 11242.0, 11234.0, 11244.0, 11233.0, 11247.0, 11232.0, 11269.0, 11219.0, 11247.0, 11186.0, 11233.0, 11186.0, 11249.0, 11228.0, 11231.0, 11245.0, 11239.0, 11245.0, 11224.0, 11242.0, 11213.0, 11244.0, 11202.0, 11247.0, 11190.0, 11253.0, 11235.0, 11246.0, 11245.0, 11250.0, 11204.0, 11254.0, 11206.0, 11274.0, 11250.0, 11295.0, 11301.0, 11297.0, 11289.0, 11298.0, 11279.0, 11278.0, 11254.0, 11271.0, 11226.0, 11270.0, 11196.0, 11268.0, 11243.0, 11232.0, 11221.0, 11225.0, 11167.0, 11228.0, 11179.0, 11231.0, 11201.0, 11244.0, 11184.0, 11229.0, 11197.0, 11228.0, 11230.0, 11241.0, 11233.0, 11242.0, 11248.0, 11247.0, 11231.0, 11228.0, 11232.0, 11213.0, 11233.0, 11226.0, 11248.0, 11226.0, 11249.0, 11199.0, 11230.0, 11220.0, 11242.0, 11212.0, 11249.0, 11231.0, 11242.0, 11195.0, 11228.0, 11217.0, 11226.0, 11229.0, 11248.0, 11238.0, 11229.0, 11211.0, 11231.0, 11216.0, 11236.0, 11265.0, 11255.0, 11244.0, 11234.0, 11244.0, 11236.0, 11244.0, 11241.0, 11248.0, 11236.0, 11244.0, 11230.0, 11242.0, 11247.0, 11248.0, 11235.0, 11275.0, 11232.0, 11253.0, 11196.0, 11255.0, 11184.0, 11259.0, 11223.0, 11261.0, 11245.0, 11257.0, 11239.0, 11256.0, 11261.0, 11242.0, 11267.0, 11269.0, 11265.0, 11237.0, 11251.0, 11240.0, 11267.0, 11262.0, 11274.0, 11273.0, 11269.0, 11289.0, 11272.0, 11282.0, 11296.0, 11287.0, 11288.0, 11282.0, 11274.0, 11285.0, 11265.0, 11293.0, 11291.0, 11277.0, 11240.0, 11257.0, 11248.0, 11256.0, 11225.0, 11268.0, 11237.0, 11261.0, 11244.0, 11253.0, 11234.0, 11249.0, 11239.0, 11219.0, 11229.0, 11233.0, 11246.0, 11195.0, 11224.0, 11161.0, 11220.0, 11150.0, 11217.0, 11197.0, 11226.0, 11218.0, 11206.0, 11213.0, 11212.0, 11222.0, 11245.0, 11222.0, 11249.0, 11219.0, 11269.0, 11203.0, 11271.0, 11234.0, 11272.0, 11240.0, 11257.0, 11219.0, 11249.0, 11220.0, 11251.0, 11228.0, 11252.0, 11191.0, 11234.0, 11177.0, 11224.0, 11179.0, 11225.0, 11167.0, 11226.0, 11199.0, 11234.0, 11207.0, 11243.0, 11169.0, 11232.0, 11197.0, 11231.0, 11231.0, 11254.0, 11219.0, 11232.0, 11210.0, 11232.0, 11198.0, 11236.0, 11217.0, 11252.0, 11249.0, 11233.0, 11227.0, 11231.0, 11240.0, 11225.0, 11246.0, 11207.0, 11249.0, 11193.0, 11231.0, 11193.0, 11231.0, 11210.0, 11233.0, 11247.0, 11224.0, 11244.0, 11234.0, 11241.0, 11231.0, 11248.0, 11238.0, 11271.0, 11197.0, 11252.0, 11176.0, 11250.0, 11194.0, 11257.0, 11251.0, 11260.0, 11253.0, 11261.0, 11249.0, 11256.0, 11240.0, 11276.0, 11272.0, 11266.0, 11269.0, 11255.0, 11252.0, 11244.0, 11266.0, 11263.0, 11271.0, 11269.0, 11250.0, 11253.0, 11248.0, 11241.0, 11263.0, 11242.0, 11268.0, 11246.0, 11260.0, 11255.0, 11234.0, 11254.0, 11187.0, 11258.0, 11215.0, 11278.0, 11272.0, 11259.0, 11233.0, 11253.0, 11242.0, 11217.0, 11236.0, 11211.0, 11243.0, 11197.0, 11210.0, 11172.0, 11204.0, 11160.0, 11222.0, 11165.0, 11228.0, 11198.0, 11230.0, 11227.0, 11227.0, 11208.0, 11230.0, 11162.0, 11249.0, 11192.0, 11254.0, 11239.0, 11256.0, 11237.0, 11255.0, 11252.0, 11272.0, 11266.0, 11257.0, 11270.0, 11259.0, 11266.0, 11233.0, 11233.0, 11217.0, 11246.0, 11231.0, 11265.0, 11225.0, 11246.0, 11215.0, 11247.0, 11232.0, 11244.0, 11234.0, 11266.0, 11245.0, 11245.0, 11248.0, 11240.0, 11235.0, 11242.0, 11249.0, 11251.0, 11256.0, 11247.0, 11231.0, 11224.0, 11220.0, 11223.0, 11228.0, 11227.0, 11231.0, 11225.0, 11209.0, 11220.0, 11197.0, 11220.0, 11221.0, 11235.0, 11214.0, 11246.0, 11237.0, 11251.0, 11209.0, 11249.0, 11205.0, 11256.0, 11180.0, 11253.0, 11245.0, 11251.0, 11215.0, 11233.0, 11236.0, 11231.0, 11241.0, 11240.0, 11249.0, 11235.0, 11249.0, 11235.0, 11252.0, 11231.0, 11273.0, 11233.0, 11262.0, 11211.0, 11256.0, 11195.0, 11261.0, 11187.0, 11261.0, 11265.0, 11280.0, 11269.0, 11244.0, 11252.0, 11246.0, 11267.0, 11245.0, 11272.0, 11265.0, 11277.0, 11226.0, 11281.0, 11232.0, 11280.0, 11198.0, 11297.0, 11277.0, 11280.0, 11259.0, 11297.0, 11254.0, 11280.0, 11262.0, 11286.0, 11280.0, 11287.0, 11275.0, 11278.0, 11229.0, 11263.0, 11219.0, 11276.0, 11234.0, 11283.0, 11234.0, 11285.0, 11251.0, 11278.0, 11239.0, 11258.0, 11208.0, 11255.0, 11220.0, 11234.0, 11244.0, 11227.0, 11247.0, 11199.0, 11220.0, 11173.0, 11211.0, 11161.0, 11224.0, 11205.0, 11244.0, 11242.0, 11224.0, 11223.0, 11208.0, 11226.0, 11209.0, 11244.0, 11188.0, 11248.0, 11205.0, 11229.0, 11222.0, 11228.0, 11226.0, 11234.0, 11243.0, 11236.0, 11266.0, 11256.0, 11271.0, 11221.0, 11256.0, 11206.0, 11260.0, 11194.0, 11259.0, 11229.0, 11251.0, 11243.0, 11236.0, 11241.0, 11232.0, 11247.0, 11232.0, 11250.0, 11212.0, 11228.0, 11198.0, 11231.0, 11211.0, 11248.0, 11194.0, 11247.0, 11201.0, 11227.0, 11159.0, 11231.0, 11163.0, 11246.0, 11231.0, 11256.0, 11249.0, 11249.0, 11233.0, 11233.0, 11232.0, 11246.0, 11248.0, 11222.0, 11252.0, 11173.0, 11229.0, 11175.0, 11227.0, 11192.0, 11223.0, 11222.0, 11243.0, 11243.0, 11193.0, 11222.0, 11178.0, 11230.0, 11179.0, 11228.0, 11242.0, 11237.0, 11240.0, 11240.0, 11244.0, 11213.0, 11251.0, 11190.0, 11257.0, 11254.0, 11250.0, 11247.0, 11237.0, 11247.0, 11235.0, 11270.0, 11227.0, 11250.0, 11206.0, 11258.0, 11211.0, 11277.0, 11254.0, 11281.0, 11234.0, 11260.0, 11246.0, 11274.0, 11248.0, 11287.0, 11240.0, 11275.0, 11204.0, 11271.0, 11241.0, 11261.0, 11207.0, 11260.0, 11239.0, 11256.0, 11232.0, 11248.0, 11186.0, 11232.0, 11170.0, 11235.0, 11173.0, 11232.0, 11230.0, 11244.0, 11221.0, 11230.0, 11182.0, 11233.0, 11196.0, 11235.0, 11233.0, 11247.0, 11227.0, 11213.0, 11219.0, 11210.0, 11209.0, 11211.0, 11222.0, 11223.0, 11229.0, 11215.0, 11226.0, 11193.0, 11224.0, 11181.0, 11228.0, 11170.0, 11229.0, 11215.0, 11237.0, 11244.0, 11246.0, 11240.0, 11202.0, 11241.0, 11213.0, 11252.0, 11177.0, 11251.0, 11243.0, 11223.0, 11227.0, 11220.0, 11221.0, 11230.0, 11202.0, 11233.0, 11272.0, 11276.0, 11275.0, 11282.0, 11250.0, 11299.0, 11226.0, 11283.0, 11280.0, 11262.0, 11248.0, 11236.0, 11215.0, 11224.0, 11208.0, 11186.0, 11191.0, 11162.0, 11178.0, 11127.0, 11157.0, 11120.0, 11151.0, 11140.0, 11166.0, 11137.0, 11152.0, 11105.0, 11168.0, 11139.0, 11175.0, 11168.0, 11193.0, 11137.0, 11198.0, 11180.0, 11195.0, 11149.0, 11179.0, 11172.0, 11182.0, 11180.0, 11201.0, 11216.0, 11193.0, 11204.0, 11193.0, 11220.0, 11208.0, 11231.0, 11254.0, 11260.0, 11242.0, 11272.0, 11257.0, 11279.0, 11219.0, 11283.0, 11263.0, 11276.0, 11256.0, 11260.0, 11253.0, 11254.0, 11257.0, 11244.0, 11274.0, 11187.0, 11258.0, 11209.0, 11255.0, 11213.0, 11267.0, 11210.0, 11263.0, 11235.0, 11279.0, 11280.0, 11298.0, 11295.0, 11301.0, 11289.0, 11268.0, 11283.0, 11267.0, 11283.0, 11267.0, 11287.0, 11263.0, 11263.0, 11250.0, 11257.0, 11197.0, 11255.0, 11170.0, 11256.0, 11186.0, 11261.0, 11211.0, 11249.0, 11191.0, 11236.0, 11203.0, 11248.0, 11239.0, 11254.0, 11235.0, 11248.0, 11246.0, 11233.0, 11235.0, 11247.0, 11268.0, 11253.0, 11221.0, 11242.0, 11214.0, 11232.0, 11226.0, 11251.0, 11237.0, 11248.0, 11216.0, 11232.0, 11233.0, 11265.0, 11257.0, 11291.0, 11282.0, 11277.0, 11305.0, 11303.0, 11284.0, 11283.0, 11268.0, 11275.0, 11260.0, 11273.0, 11291.0, 11271.0, 11278.0, 11271.0, 11259.0, 11251.0, 11258.0, 11227.0, 11261.0, 11213.0, 11278.0, 11222.0, 11274.0, 11212.0, 11255.0, 11222.0, 11253.0, 11215.0, 11252.0, 11217.0, 11252.0, 11195.0, 11228.0, 11190.0, 11221.0, 11203.0, 11207.0, 11221.0, 11225.0, 11216.0, 11187.0, 11203.0, 11193.0, 11222.0, 11198.0, 11236.0, 11221.0, 11253.0, 11205.0, 11249.0, 11194.0, 11254.0, 11197.0, 11261.0, 11242.0, 11256.0, 11248.0, 11238.0, 11246.0, 11237.0, 11248.0, 11265.0, 11271.0, 11254.0, 11252.0, 11231.0, 11251.0, 11238.0, 11258.0, 11232.0, 11280.0, 11231.0, 11273.0, 11210.0, 11257.0, 11212.0, 11261.0, 11225.0, 11275.0, 11255.0, 11259.0, 11254.0, 11255.0, 11234.0, 11259.0, 11209.0, 11255.0, 11234.0, 11259.0, 11243.0, 11256.0, 11232.0, 11254.0, 11234.0, 11249.0, 11248.0, 11272.0, 11251.0, 11217.0, 11246.0, 11214.0, 11246.0, 11217.0, 11251.0, 11223.0, 11259.0, 11222.0, 11251.0, 11235.0, 11268.0, 11277.0, 11277.0, 11288.0, 11269.0, 11276.0, 11273.0, 11276.0, 11281.0, 11268.0, 11274.0, 11252.0, 11251.0, 11239.0, 11252.0, 11238.0, 11251.0, 11256.0, 11270.0, 11235.0, 11234.0, 11228.0, 11231.0, 11231.0, 11243.0, 11245.0, 11244.0, 11237.0, 11246.0, 11218.0, 11227.0, 11238.0, 11229.0, 11240.0, 11225.0, 11228.0, 11243.0, 11245.0, 11241.0, 11221.0, 11221.0, 11219.0, 11217.0, 11224.0, 11221.0, 11234.0, 11227.0, 11226.0, 11226.0, 11222.0, 11227.0, 11211.0, 11224.0, 11214.0, 11251.0, 11243.0, 11251.0, 11247.0, 11244.0, 11235.0, 11248.0, 11270.0, 11275.0, 11249.0, 11255.0, 11239.0, 11253.0, 11234.0, 11251.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.0001857175925925926</td></tr>
<tr><td colspan=3>aqi</td><td>0.01839474737654321</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.95387084555205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3061074964015456</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905333414208473</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>6723.5791</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06416843291258324</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.23148148148148148</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5356653798833535</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.474357395552177</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.767786934010817</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.364851810087066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161455</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01618615724146366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03518323600292206</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.069611798724518</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>32.9125</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1744</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.1689</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293540.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.3792</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7284</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>656.7345</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4369.2899</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4603.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5660.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1131.0593</td></tr>
<tr><td colspan=3>tsnr</td><td>48.10060567280743</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>