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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:07:22.512500</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.999458, 0.0178634, -0.0276564, -0.0170966, 0.99947, 0.0277193]</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.11502</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>[4223, -7742, -7238, 101, -120, -25, 48, 113]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70e6a480-57ce-426e-8c54-7cfb2a25704f||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.6814723014831543, -0.045868922024965286, -0.0759696513414383, 114.55833435058594], [-0.04792625457048416, 2.6815037727355957, 0.07352492213249207, -78.0088882446289], [-0.07420013844966888, -0.07436887919902802, 2.6979293823242188, -67.23978424072266], [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': ['100722.512500', '100722.972500', '100723.432500', '100723.892500', '100724.352500', '100724.812500', '100725.272500', '100725.732500', '100726.192500', '100726.652500', '100727.112500', '100727.572500', '100728.032500', '100728.492500', '100728.952500', '100729.412500', '100729.872500', '100730.332500', '100730.792500', '100731.252500', '100731.712500', '100732.172500', '100732.632500', '100733.092500', '100733.552500', '100734.012500', '100734.472500', '100734.932500', '100735.392500', '100735.852500', '100736.312500', '100736.772500', '100737.232500', '100737.692500', '100738.152500', '100738.612500', '100739.072500', '100739.532500', '100739.992500', '100740.452500', '100740.912500', '100741.372500', '100741.832500', '100742.292500', '100742.752500', '100743.212500', '100743.672500', '100744.132500', '100744.592500', '100745.052500', '100745.512500', '100745.972500', '100746.432500', '100746.892500', '100747.352500', '100747.812500', '100748.272500', '100748.732500', '100749.192500', '100749.652500', '100750.112500', '100750.572500', '100751.032500', '100751.492500', '100751.952500', '100752.412500', '100752.872500', '100753.332500', '100753.792500', '100754.252500', '100754.712500', '100755.172500', '100755.632500', '100756.092500', '100756.552500', '100757.012500', '100757.472500', '100757.932500', '100758.392500', '100758.852500', '100759.312500', '100759.772500', '100800.232500', '100800.692500', '100801.152500', '100801.612500', '100802.072500', '100802.532500', '100802.992500', '100803.452500', '100803.912500', '100804.372500', '100804.832500', '100805.292500', '100805.752500', '100806.212500', '100806.672500', '100807.132500', '100807.592500', '100808.052500', '100808.512500', '100808.972500', '100809.432500', '100809.892500', '100810.352500', '100810.812500', '100811.272500', '100811.732500', '100812.192500', '100812.652500', '100813.112500', '100813.572500', '100814.032500', '100814.492500', '100814.952500', '100815.412500', '100815.872500', '100816.332500', '100816.792500', '100817.252500', '100817.712500', '100818.172500', '100818.632500', '100819.092500', '100819.552500', '100820.012500', '100820.472500', '100820.932500', '100821.392500', '100821.852500', '100822.312500', '100822.772500', '100823.232500', '100823.692500', '100824.152500', '100824.612500', '100825.072500', '100825.532500', '100825.992500', '100826.452500', '100826.912500', '100827.372500', '100827.832500', '100828.292500', '100828.752500', '100829.212500', '100829.672500', '100830.132500', '100830.592500', '100831.052500', '100831.512500', '100831.972500', '100832.432500', '100832.892500', '100833.352500', '100833.812500', '100834.272500', '100834.732500', '100835.192500', '100835.652500', '100836.112500', '100836.572500', '100837.032500', '100837.492500', '100837.952500', '100838.412500', '100838.872500', '100839.332500', '100839.792500', '100840.252500', '100840.712500', '100841.172500', '100841.632500', '100842.092500', '100842.552500', '100843.012500', '100843.472500', '100843.932500', '100844.392500', '100844.852500', '100845.312500', '100845.772500', '100846.232500', '100846.692500', '100847.152500', '100847.612500', '100848.072500', '100848.532500', '100848.992500', '100849.452500', '100849.912500', '100850.372500', '100850.832500', '100851.292500', '100851.752500', '100852.212500', '100852.672500', '100853.132500', '100853.592500', '100854.052500', '100854.512500', '100854.972500', '100855.432500', '100855.892500', '100856.352500', '100856.812500', '100857.272500', '100857.732500', '100858.192500', '100858.652500', '100859.112500', '100859.572500', '100900.032500', '100900.492500', '100900.952500', '100901.412500', '100901.872500', '100902.332500', '100902.792500', '100903.252500', '100903.712500', '100904.172500', '100904.632500', '100905.092500', '100905.552500', '100906.012500', '100906.472500', '100906.932500', '100907.392500', '100907.852500', '100908.312500', '100908.772500', '100909.232500', '100909.692500', '100910.152500', '100910.612500', '100911.072500', '100911.532500', '100911.992500', '100912.452500', '100912.912500', '100913.372500', '100913.832500', '100914.292500', '100914.752500', '100915.212500', '100915.672500', '100916.132500', '100916.592500', '100917.052500', '100917.512500', '100917.972500', '100918.432500', '100918.892500', '100919.352500', '100919.812500', '100920.272500', '100920.732500', '100921.192500', '100921.652500', '100922.112500', '100922.572500', '100923.032500', '100923.492500', '100923.952500', '100924.412500', '100924.872500', '100925.332500', '100925.792500', '100926.252500', '100926.712500', '100927.172500', '100927.632500', '100928.092500', '100928.552500', '100929.012500', '100929.472500', '100929.932500', '100930.392500', '100930.852500', '100931.312500', '100931.772500', '100932.232500', '100932.692500', '100933.152500', '100933.612500', '100934.072500', '100934.532500', '100934.992500', '100935.452500', '100935.912500', '100936.372500', '100936.832500', '100937.292500', '100937.752500', '100938.212500', '100938.672500', '100939.132500', '100939.592500', '100940.052500', '100940.512500', '100940.972500', '100941.432500', '100941.892500', '100942.352500', '100942.812500', '100943.272500', '100943.732500', '100944.192500', '100944.652500', '100945.112500', '100945.572500', '100946.032500', '100946.492500', '100946.952500', '100947.412500', '100947.872500', '100948.332500', '100948.792500', '100949.252500', '100949.712500', '100950.172500', '100950.632500', '100951.092500', '100951.552500', '100952.012500', '100952.472500', '100952.932500', '100953.392500', '100953.852500', '100954.312500', '100954.772500', '100955.232500', '100955.692500', '100956.152500', '100956.612500', '100957.072500', '100957.532500', '100957.992500', '100958.452500', '100958.912500', '100959.372500', '100959.832500', '101000.292500', '101000.752500', '101001.212500', '101001.672500', '101002.132500', '101002.592500', '101003.052500', '101003.512500', '101003.972500', '101004.432500', '101004.892500', '101005.352500', '101005.812500', '101006.272500', '101006.732500', '101007.192500', '101007.652500', '101008.112500', '101008.572500', '101009.032500', '101009.492500', '101009.952500', '101010.412500', '101010.872500', '101011.332500', '101011.792500', '101012.252500', '101012.712500', '101013.172500', '101013.632500', '101014.092500', '101014.552500', '101015.012500', '101015.472500', '101015.932500', '101016.392500', '101016.852500', '101017.312500', '101017.772500', '101018.232500', '101018.692500', '101019.152500', '101019.612500', '101020.072500', '101020.532500', '101020.992500', '101021.452500', '101021.912500', '101022.372500', '101022.832500', '101023.292500', '101023.752500', '101024.212500', '101024.672500', '101025.132500', '101025.592500', '101026.052500', '101026.512500', '101026.972500', '101027.432500', '101027.892500', '101028.352500', '101028.812500', '101029.272500', '101029.732500', '101030.192500', '101030.652500', '101031.112500', '101031.572500', '101032.032500', '101032.492500', '101032.952500', '101033.412500', '101033.872500', '101034.332500', '101034.792500', '101035.252500', '101035.712500', '101036.172500', '101036.632500', '101037.092500', '101037.552500', '101038.012500', '101038.472500', '101038.932500', '101039.392500', '101039.852500', '101040.312500', '101040.772500', '101041.232500', '101041.692500', '101042.152500', '101042.612500', '101043.072500', '101043.532500', '101043.992500', '101044.452500', '101044.912500', '101045.372500', '101045.832500', '101046.292500', '101046.752500', '101047.212500', '101047.672500', '101048.132500', '101048.592500', '101049.052500', '101049.512500', '101049.972500', '101050.432500', '101050.892500', '101051.352500', '101051.812500', '101052.272500', '101052.732500', '101053.192500', '101053.652500', '101054.112500', '101054.572500', '101055.032500', '101055.492500', '101055.952500', '101056.412500', '101056.872500', '101057.332500', '101057.792500', '101058.252500', '101058.712500', '101059.172500', '101059.632500', '101100.092500', '101100.552500', '101101.012500', '101101.472500', '101101.932500', '101102.392500', '101102.852500', '101103.312500', '101103.772500', '101104.232500', '101104.692500', '101105.152500', '101105.612500', '101106.072500', '101106.532500', '101106.992500', '101107.452500', '101107.912500', '101108.372500', '101108.832500', '101109.292500', '101109.752500', '101110.212500', '101110.672500', '101111.132500', '101111.592500', '101112.052500', '101112.512500', '101112.972500', '101113.432500', '101113.892500', '101114.352500', '101114.812500', '101115.272500', '101115.732500', '101116.192500', '101116.652500', '101117.112500', '101117.572500', '101118.032500', '101118.492500', '101118.952500', '101119.412500', '101119.872500', '101120.332500', '101120.792500', '101121.252500', '101121.712500', '101122.172500', '101122.632500', '101123.092500', '101123.552500', '101124.012500', '101124.472500', '101124.932500', '101125.392500', '101125.852500', '101126.312500', '101126.772500', '101127.232500', '101127.692500', '101128.152500', '101128.612500', '101129.072500', '101129.532500', '101129.992500', '101130.452500', '101130.912500', '101131.372500', '101131.832500', '101132.292500', '101132.752500', '101133.212500', '101133.672500', '101134.132500', '101134.592500', '101135.052500', '101135.512500', '101135.972500', '101136.432500', '101136.892500', '101137.352500', '101137.812500', '101138.272500', '101138.732500', '101139.192500', '101139.652500', '101140.112500', '101140.572500', '101141.032500', '101141.492500', '101141.952500', '101142.412500', '101142.872500', '101143.332500', '101143.792500', '101144.252500', '101144.712500', '101145.172500', '101145.632500', '101146.092500', '101146.552500', '101147.012500', '101147.472500', '101147.932500', '101148.392500', '101148.852500', '101149.312500', '101149.772500', '101150.232500', '101150.692500', '101151.152500', '101151.612500', '101152.072500', '101152.532500', '101152.992500', '101153.452500', '101153.912500', '101154.372500', '101154.832500', '101155.292500', '101155.752500', '101156.212500', '101156.672500', '101157.132500', '101157.592500', '101158.052500', '101158.512500', '101158.972500', '101159.432500', '101159.892500', '101200.352500', '101200.812500', '101201.272500', '101201.732500', '101202.192500', '101202.652500', '101203.112500', '101203.572500', '101204.032500', '101204.492500', '101204.952500', '101205.412500', '101205.872500', '101206.332500', '101206.792500', '101207.252500', '101207.712500', '101208.172500', '101208.632500', '101209.092500', '101209.552500', '101210.012500', '101210.472500', '101210.932500', '101211.392500', '101211.852500', '101212.312500', '101212.772500', '101213.232500', '101213.692500', '101214.152500', '101214.612500', '101215.072500', '101215.532500', '101215.992500', '101216.452500', '101216.912500', '101217.372500', '101217.832500', '101218.292500', '101218.752500', '101219.212500', '101219.672500', '101220.132500', '101220.592500', '101221.052500', '101221.512500', '101221.972500', '101222.432500', '101222.892500', '101223.352500', '101223.812500', '101224.272500', '101224.732500', '101225.192500', '101225.652500', '101226.112500', '101226.572500', '101227.032500', '101227.492500', '101227.952500', '101228.412500', '101228.872500', '101229.332500', '101229.792500', '101230.252500', '101230.712500', '101231.172500', '101231.632500', '101232.092500', '101232.552500', '101233.012500', '101233.472500', '101233.932500', '101234.392500', '101234.852500', '101235.312500', '101235.772500', '101236.232500', '101236.692500', '101237.152500', '101237.612500', '101238.072500', '101238.532500', '101238.992500', '101239.452500', '101239.912500', '101240.372500', '101240.832500', '101241.292500', '101241.752500', '101242.212500', '101242.672500', '101243.132500', '101243.592500', '101244.052500', '101244.512500', '101244.972500', '101245.432500', '101245.892500', '101246.352500', '101246.812500', '101247.272500', '101247.732500', '101248.192500', '101248.652500', '101249.112500', '101249.572500', '101250.032500', '101250.492500', '101250.952500', '101251.412500', '101251.872500', '101252.332500', '101252.792500', '101253.252500', '101253.712500', '101254.172500', '101254.632500', '101255.092500', '101255.552500', '101256.012500', '101256.472500', '101256.932500', '101257.392500', '101257.852500', '101258.312500', '101258.772500', '101259.232500', '101259.692500', '101300.152500', '101300.612500', '101301.072500', '101301.532500', '101301.992500', '101302.452500', '101302.912500', '101303.372500', '101303.832500', '101304.292500', '101304.752500', '101305.212500', '101305.672500', '101306.132500', '101306.592500', '101307.052500', '101307.512500', '101307.972500', '101308.432500', '101308.892500', '101309.352500', '101309.812500', '101310.272500', '101310.732500', '101311.192500', '101311.652500', '101312.112500', '101312.572500', '101313.032500', '101313.492500', '101313.952500', '101314.412500', '101314.872500', '101315.332500', '101315.792500', '101316.252500', '101316.712500', '101317.172500', '101317.632500', '101318.092500', '101318.552500', '101319.012500', '101319.472500', '101319.932500', '101320.392500', '101320.852500', '101321.312500', '101321.772500', '101322.232500', '101322.692500', '101323.152500', '101323.612500', '101324.072500', '101324.532500', '101324.992500', '101325.452500', '101325.912500', '101326.372500', '101326.832500', '101327.292500', '101327.752500', '101328.212500', '101328.672500', '101329.132500', '101329.592500', '101330.052500', '101330.512500', '101330.972500', '101331.432500', '101331.892500', '101332.352500', '101332.812500', '101333.272500', '101333.732500', '101334.192500', '101334.652500', '101335.112500', '101335.572500', '101336.032500', '101336.492500', '101336.952500', '101337.412500', '101337.872500', '101338.332500', '101338.792500', '101339.252500', '101339.712500', '101340.172500', '101340.632500', '101341.092500', '101341.552500', '101342.012500', '101342.472500', '101342.932500', '101343.392500', '101343.852500', '101344.312500', '101344.772500', '101345.232500', '101345.692500', '101346.152500', '101346.612500', '101347.072500', '101347.532500', '101347.992500', '101348.452500', '101348.912500', '101349.372500', '101349.832500', '101350.292500', '101350.752500', '101351.212500', '101351.672500', '101352.132500', '101352.592500', '101353.052500', '101353.512500', '101353.972500', '101354.432500', '101354.892500', '101355.352500', '101355.812500', '101356.272500', '101356.732500', '101357.192500', '101357.652500', '101358.112500', '101358.572500', '101359.032500', '101359.492500', '101359.952500', '101400.412500', '101400.872500', '101401.332500', '101401.792500', '101402.252500', '101402.712500', '101403.172500', '101403.632500', '101404.092500', '101404.552500', '101405.012500', '101405.472500', '101405.932500', '101406.392500', '101406.852500', '101407.312500', '101407.772500', '101408.232500', '101408.692500', '101409.152500', '101409.612500', '101410.072500', '101410.532500', '101410.992500', '101411.452500', '101411.912500', '101412.372500', '101412.832500', '101413.292500', '101413.752500', '101414.212500', '101414.672500', '101415.132500', '101415.592500', '101416.052500', '101416.512500', '101416.972500', '101417.432500', '101417.892500', '101418.352500', '101418.812500', '101419.272500', '101419.732500', '101420.192500', '101420.652500', '101421.112500', '101421.572500', '101422.032500', '101422.492500', '101422.952500', '101423.412500', '101423.872500', '101424.332500', '101424.792500', '101425.252500', '101425.712500', '101426.172500', '101426.632500', '101427.092500', '101427.552500', '101428.012500', '101428.472500', '101428.932500', '101429.392500', '101429.852500', '101430.312500', '101430.772500', '101431.232500', '101431.692500', '101432.152500', '101432.612500', '101433.072500', '101433.532500', '101433.992500', '101434.452500', '101434.912500', '101435.372500', '101435.832500', '101436.292500', '101436.752500', '101437.212500', '101437.672500', '101438.132500', '101438.592500', '101439.052500', '101439.512500', '101439.972500', '101440.432500', '101440.892500', '101441.352500', '101441.812500', '101442.272500', '101442.732500', '101443.192500', '101443.652500', '101444.112500', '101444.572500', '101445.032500', '101445.492500', '101445.952500', '101446.412500', '101446.872500', '101447.332500', '101447.792500', '101448.252500', '101448.712500', '101449.172500', '101449.632500', '101450.092500', '101450.552500', '101451.012500', '101451.472500', '101451.932500', '101452.392500', '101452.852500', '101453.312500', '101453.772500', '101454.232500', '101454.692500', '101455.152500', '101455.612500', '101456.072500', '101456.532500', '101456.992500', '101457.452500', '101457.912500', '101458.372500', '101458.832500', '101459.292500', '101459.752500', '101500.212500', '101500.672500', '101501.132500', '101501.592500', '101502.052500', '101502.512500', '101502.972500', '101503.432500', '101503.892500', '101504.352500', '101504.812500', '101505.272500', '101505.732500', '101506.192500', '101506.652500', '101507.112500', '101507.572500', '101508.032500', '101508.492500', '101508.952500', '101509.412500', '101509.872500', '101510.332500', '101510.792500', '101511.252500', '101511.712500', '101512.172500', '101512.632500', '101513.092500', '101513.552500', '101514.012500', '101514.472500', '101514.932500', '101515.392500', '101515.852500', '101516.312500', '101516.772500', '101517.232500', '101517.692500', '101518.152500', '101518.612500', '101519.072500', '101519.532500', '101519.992500', '101520.452500', '101520.912500', '101521.372500', '101521.832500', '101522.292500', '101522.752500', '101523.212500', '101523.672500', '101524.132500', '101524.592500', '101525.052500', '101525.512500', '101525.972500', '101526.432500', '101526.892500', '101527.352500', '101527.812500', '101528.272500', '101528.732500', '101529.192500', '101529.652500', '101530.112500', '101530.572500', '101531.032500', '101531.492500', '101531.952500', '101532.412500', '101532.872500', '101533.332500', '101533.792500', '101534.252500', '101534.712500', '101535.172500', '101535.632500', '101536.092500', '101536.552500', '101537.012500', '101537.472500', '101537.932500', '101538.392500', '101538.852500', '101539.312500', '101539.772500', '101540.232500', '101540.692500', '101541.152500', '101541.612500', '101542.072500', '101542.532500', '101542.992500', '101543.452500', '101543.912500', '101544.372500', '101544.832500', '101545.292500', '101545.752500', '101546.212500', '101546.672500', '101547.132500', '101547.592500', '101548.052500', '101548.512500', '101548.972500', '101549.432500', '101549.892500', '101550.352500', '101550.812500', '101551.272500', '101551.732500', '101552.192500', '101552.652500', '101553.112500', '101553.572500', '101554.032500', '101554.492500', '101554.952500', '101555.412500', '101555.872500', '101556.332500', '101556.792500', '101557.252500', '101557.712500', '101558.172500', '101558.632500', '101559.092500', '101559.552500', '101600.012500', '101600.472500', '101600.932500', '101601.392500', '101601.852500', '101602.312500', '101602.772500', '101603.232500', '101603.692500', '101604.152500', '101604.612500', '101605.072500', '101605.532500', '101605.992500', '101606.452500', '101606.912500', '101607.372500', '101607.832500', '101608.292500', '101608.752500', '101609.212500', '101609.672500', '101610.132500', '101610.592500', '101611.052500', '101611.512500', '101611.972500', '101612.432500', '101612.892500', '101613.352500', '101613.812500', '101614.272500', '101614.732500', '101615.192500', '101615.652500', '101616.112500', '101616.572500', '101617.032500', '101617.492500', '101617.952500', '101618.412500', '101618.872500', '101619.332500', '101619.792500', '101620.252500', '101620.712500', '101621.172500', '101621.632500', '101622.092500', '101622.552500', '101623.012500', '101623.472500', '101623.932500', '101624.392500', '101624.852500', '101625.312500', '101625.772500', '101626.232500', '101626.692500', '101627.152500', '101627.612500', '101628.072500', '101628.532500', '101628.992500', '101629.452500', '101629.912500', '101630.372500', '101630.832500', '101631.292500', '101631.752500', '101632.212500', '101632.672500', '101633.132500', '101633.592500', '101634.052500', '101634.512500', '101634.972500', '101635.432500', '101635.892500', '101636.352500', '101636.812500', '101637.272500', '101637.732500', '101638.192500', '101638.652500', '101639.112500', '101639.572500', '101640.032500', '101640.492500', '101640.952500', '101641.412500', '101641.872500', '101642.332500', '101642.792500', '101643.252500', '101643.712500', '101644.172500', '101644.632500', '101645.092500', '101645.552500', '101646.012500', '101646.472500', '101646.932500', '101647.392500', '101647.852500', '101648.312500', '101648.772500', '101649.232500', '101649.692500', '101650.152500', '101650.612500', '101651.072500', '101651.532500', '101651.992500', '101652.452500', '101652.912500', '101653.372500', '101653.832500', '101654.292500', '101654.752500', '101655.212500', '101655.672500', '101656.132500', '101656.592500', '101657.052500', '101657.512500', '101657.972500', '101658.432500', '101658.892500', '101659.352500', '101659.812500', '101700.272500', '101700.732500', '101701.192500', '101701.652500', '101702.112500', '101702.572500', '101703.032500', '101703.492500', '101703.952500', '101704.412500', '101704.872500', '101705.332500', '101705.792500', '101706.252500', '101706.712500', '101707.172500', '101707.632500', '101708.092500', '101708.552500', '101709.012500', '101709.472500', '101709.932500', '101710.392500', '101710.852500', '101711.312500', '101711.772500', '101712.232500', '101712.692500', '101713.152500', '101713.612500', '101714.072500', '101714.532500', '101714.992500', '101715.452500', '101715.912500', '101716.372500', '101716.832500', '101717.292500', '101717.752500', '101718.212500', '101718.672500', '101719.132500'], 'ContentTime': ['100750.941000', '100750.944000', '100750.948000', '100750.950000', '100750.953000', '100750.966000', '100750.969000', '100750.971000', '100750.974000', '100750.976000', '100750.979000', '100750.982000', '100750.984000', '100750.987000', '100750.990000', '100750.992000', '100750.995000', '100751.008000', '100751.011000', '100751.013000', '100751.016000', '100751.019000', '100751.021000', '100751.024000', '100751.026000', '100751.029000', '100751.032000', '100751.034000', '100751.037000', '100751.040000', '100751.042000', '100751.045000', '100751.047000', '100751.050000', '100751.053000', '100751.055000', '100751.058000', '100751.060000', '100751.063000', '100751.066000', '100751.068000', '100751.071000', '100751.074000', '100751.076000', '100751.079000', '100751.081000', '100751.084000', '100751.087000', '100751.089000', '100751.092000', '100751.095000', '100751.097000', '100751.100000', '100751.103000', '100751.105000', '100751.108000', '100751.110000', '100751.113000', '100751.116000', '100751.118000', '100810.878000', '100810.881000', '100810.884000', '100810.886000', '100810.889000', '100810.892000', '100810.894000', '100810.897000', '100810.899000', '100810.902000', '100810.905000', '100810.907000', '100810.910000', '100810.914000', '100810.916000', '100810.919000', '100810.921000', '100810.924000', '100810.927000', '100810.930000', '100810.932000', '100810.935000', '100810.938000', '100810.940000', '100810.943000', '100810.945000', '100810.948000', '100810.951000', '100810.953000', '100810.956000', '100810.958000', '100810.961000', '100810.964000', '100810.966000', '100810.970000', '100810.972000', '100810.975000', '100810.978000', '100810.980000', '100810.983000', '100810.994000', '100810.997000', '100811.000000', '100830.878000', '100830.881000', '100830.884000', '100830.887000', '100830.889000', '100830.892000', '100830.895000', '100830.898000', '100830.900000', '100830.903000', '100830.906000', '100830.908000', '100830.911000', '100830.913000', '100830.916000', '100830.919000', '100830.921000', '100830.924000', '100830.927000', '100830.929000', '100830.932000', '100830.934000', '100830.937000', '100830.950000', '100830.952000', '100830.955000', '100830.958000', '100830.960000', '100830.963000', '100830.965000', '100830.968000', '100830.971000', '100830.973000', '100830.976000', '100830.979000', '100830.981000', '100830.984000', '100830.986000', '100830.989000', '100830.992000', '100830.994000', '100830.997000', '100831.000000', '100831.003000', '100850.880000', '100850.883000', '100850.886000', '100850.889000', '100850.892000', '100850.894000', '100850.897000', '100850.899000', '100850.902000', '100850.904000', '100850.907000', '100850.910000', '100850.912000', '100850.915000', '100850.917000', '100850.920000', '100850.922000', '100850.925000', '100850.927000', '100850.930000', '100850.933000', '100850.935000', '100850.938000', '100850.940000', '100850.943000', '100850.945000', '100850.948000', '100850.951000', '100850.953000', '100850.956000', '100850.958000', '100850.961000', '100850.963000', '100850.966000', '100850.969000', '100850.971000', '100850.974000', '100850.976000', '100850.979000', '100850.982000', '100850.984000', '100850.987000', '100850.989000', '100910.879000', '100910.882000', '100910.885000', '100910.887000', '100910.890000', '100910.892000', '100910.895000', '100910.898000', '100910.900000', '100910.903000', '100910.906000', '100910.908000', '100910.911000', '100910.913000', '100910.916000', '100910.919000', '100910.921000', '100910.924000', '100910.926000', '100910.929000', '100910.931000', '100910.934000', '100910.937000', '100910.939000', '100910.942000', '100910.944000', '100910.947000', '100910.949000', '100910.952000', '100910.955000', '100910.957000', '100910.960000', '100910.962000', '100910.965000', '100910.968000', '100910.970000', '100910.973000', '100910.975000', '100910.978000', '100910.980000', '100910.983000', '100910.986000', '100910.988000', '100910.991000', '100930.879000', '100930.882000', '100930.884000', '100930.887000', '100930.890000', '100930.892000', '100930.895000', '100930.898000', '100930.900000', '100930.903000', '100930.905000', '100930.908000', '100930.911000', '100930.913000', '100930.916000', '100930.918000', '100930.921000', '100930.923000', '100930.926000', '100930.928000', '100930.931000', '100930.934000', '100930.936000', '100930.939000', '100930.942000', '100930.944000', '100930.947000', '100930.949000', '100930.953000', '100930.956000', '100930.958000', '100930.961000', '100930.964000', '100930.966000', '100930.969000', '100930.971000', '100930.974000', '100930.977000', '100930.979000', '100930.982000', '100930.984000', '100930.987000', '100930.989000', '100950.878000', '100950.881000', '100950.884000', '100950.886000', '100950.889000', '100950.892000', '100950.894000', '100950.897000', '100950.900000', '100950.902000', '100950.905000', '100950.907000', '100950.910000', '100950.913000', '100950.915000', '100950.918000', '100950.920000', '100950.923000', '100950.926000', '100950.928000', '100950.931000', '100950.933000', '100950.936000', '100950.939000', '100950.941000', '100950.944000', '100950.946000', '100950.949000', '100950.952000', '100950.954000', '100950.957000', '100950.959000', '100950.962000', '100950.965000', '100950.967000', '100950.970000', '100950.972000', '100950.975000', '100950.978000', '100950.980000', '100950.983000', '100950.985000', '100950.988000', '100950.991000', '101010.878000', '101010.881000', '101010.884000', '101010.887000', '101010.890000', '101010.892000', '101010.895000', '101010.898000', '101010.900000', '101010.903000', '101010.905000', '101010.908000', '101010.911000', '101010.913000', '101010.916000', '101010.918000', '101010.921000', '101010.924000', '101010.926000', '101010.929000', '101010.932000', '101010.934000', '101010.937000', '101010.939000', '101010.942000', '101010.945000', '101010.947000', '101010.950000', '101010.953000', '101010.955000', '101010.958000', '101010.960000', '101010.963000', '101010.966000', '101010.968000', '101010.971000', '101010.973000', '101010.976000', '101010.979000', '101010.981000', '101010.984000', '101010.987000', '101010.989000', '101030.879000', '101030.881000', '101030.884000', '101030.887000', '101030.890000', '101030.893000', '101030.896000', '101030.899000', '101030.902000', '101030.905000', '101030.908000', '101030.911000', '101030.914000', '101030.917000', '101030.920000', '101030.922000', '101030.926000', '101030.929000', '101030.932000', '101030.934000', '101030.937000', '101030.941000', '101030.943000', '101030.946000', '101030.949000', '101030.952000', '101030.955000', '101030.958000', '101030.961000', '101030.969000', '101030.972000', '101030.975000', '101030.988000', '101030.991000', '101030.994000', '101030.997000', '101031.001000', '101031.004000', '101031.007000', '101031.009000', '101031.012000', '101031.015000', '101031.017000', '101031.020000', '101050.879000', '101050.881000', '101050.884000', '101050.887000', '101050.889000', '101050.892000', '101050.895000', '101050.897000', '101050.900000', '101050.903000', '101050.905000', '101050.908000', '101050.910000', '101050.913000', '101050.916000', '101050.918000', '101050.921000', '101050.924000', '101050.926000', '101050.929000', '101050.932000', '101050.934000', '101050.937000', '101050.939000', '101050.942000', '101050.944000', '101050.947000', '101050.950000', '101050.952000', '101050.955000', '101050.958000', '101050.961000', '101050.964000', '101050.967000', '101050.969000', '101050.972000', '101050.975000', '101050.977000', '101050.980000', '101050.982000', '101050.985000', '101050.987000', '101050.990000', '101110.880000', '101110.883000', '101110.885000', '101110.888000', '101110.890000', '101110.893000', '101110.896000', '101110.898000', '101110.901000', '101110.904000', '101110.906000', '101110.909000', '101110.911000', '101110.914000', '101110.917000', '101110.919000', '101110.922000', '101110.924000', '101110.927000', '101110.930000', '101110.932000', '101110.935000', '101110.937000', '101110.940000', '101110.943000', '101110.945000', '101110.948000', '101110.950000', '101110.953000', '101110.956000', '101110.958000', '101110.961000', '101110.964000', '101110.966000', '101110.969000', '101110.971000', '101110.974000', '101110.976000', '101110.979000', '101110.982000', '101110.984000', '101110.987000', '101110.989000', '101110.992000', '101130.880000', '101130.883000', '101130.885000', '101130.888000', '101130.890000', '101130.893000', '101130.896000', '101130.898000', '101130.901000', '101130.904000', '101130.906000', '101130.909000', '101130.911000', '101130.914000', '101130.917000', '101130.919000', '101130.922000', '101130.924000', '101130.927000', '101130.930000', '101130.932000', '101130.935000', '101130.938000', '101130.941000', '101130.943000', '101130.946000', '101130.948000', '101130.951000', '101130.954000', '101130.956000', '101130.959000', '101130.962000', '101130.965000', '101130.968000', '101130.971000', '101130.973000', '101130.976000', '101130.979000', '101130.981000', '101130.984000', '101130.986000', '101130.989000', '101130.991000', '101150.879000', '101150.882000', '101150.884000', '101150.887000', '101150.889000', '101150.892000', '101150.895000', '101150.897000', '101150.900000', '101150.903000', '101150.905000', '101150.908000', '101150.911000', '101150.913000', '101150.916000', '101150.919000', '101150.921000', '101150.924000', '101150.927000', '101150.929000', '101150.932000', '101150.935000', '101150.937000', '101150.940000', '101150.943000', '101150.946000', '101150.949000', '101150.951000', '101150.954000', '101150.957000', '101150.960000', '101150.962000', '101150.965000', '101150.968000', '101150.970000', '101150.973000', '101150.976000', '101150.978000', '101150.981000', '101150.984000', '101150.987000', '101150.989000', '101150.992000', '101150.995000', '101210.878000', '101210.881000', '101210.884000', '101210.887000', '101210.889000', '101210.892000', '101210.895000', '101210.898000', '101210.900000', '101210.903000', '101210.906000', '101210.909000', '101210.911000', '101210.914000', '101210.917000', '101210.919000', '101210.922000', '101210.925000', '101210.927000', '101210.930000', '101210.933000', '101210.935000', '101210.938000', '101210.940000', '101210.943000', '101210.946000', '101210.948000', '101210.951000', '101210.954000', '101210.957000', '101210.960000', '101210.962000', '101210.965000', '101210.968000', '101210.971000', '101210.974000', '101210.977000', '101210.980000', '101210.983000', '101210.986000', '101210.989000', '101211.015000', '101211.018000', '101230.878000', '101230.881000', '101230.884000', '101230.887000', '101230.889000', '101230.892000', '101230.895000', '101230.897000', '101230.900000', '101230.903000', '101230.905000', '101230.908000', '101230.910000', '101230.913000', '101230.916000', '101230.918000', '101230.921000', '101230.923000', '101230.926000', '101230.929000', '101230.931000', '101230.934000', '101230.936000', '101230.939000', '101230.942000', '101230.944000', '101230.947000', '101230.949000', '101230.952000', '101230.955000', '101230.957000', '101230.960000', '101230.963000', '101230.965000', '101230.968000', '101230.970000', '101230.973000', '101230.976000', '101230.978000', '101230.981000', '101230.983000', '101230.986000', '101230.989000', '101230.991000', '101250.879000', '101250.882000', '101250.884000', '101250.887000', '101250.889000', '101250.892000', '101250.895000', '101250.897000', '101250.900000', '101250.903000', '101250.906000', '101250.908000', '101250.911000', '101250.914000', '101250.916000', '101250.919000', '101250.922000', '101250.924000', '101250.927000', '101250.930000', '101250.933000', '101250.935000', '101250.938000', '101250.940000', '101250.943000', '101250.946000', '101250.949000', '101250.952000', '101250.954000', '101250.957000', '101250.960000', '101250.963000', '101250.966000', '101250.969000', '101250.971000', '101250.974000', '101250.977000', '101250.979000', '101250.982000', '101250.985000', '101250.988000', '101250.991000', '101250.994000', '101310.879000', '101310.882000', '101310.885000', '101310.887000', '101310.890000', '101310.893000', '101310.896000', '101310.899000', '101310.902000', '101310.904000', '101310.907000', '101310.910000', '101310.913000', '101310.916000', '101310.919000', '101310.921000', '101310.924000', '101310.927000', '101310.930000', '101310.933000', '101310.936000', '101310.939000', '101310.941000', '101310.944000', '101310.947000', '101310.950000', '101310.953000', '101310.955000', '101310.958000', '101310.961000', '101310.963000', '101310.966000', '101310.969000', '101310.972000', '101310.974000', '101310.977000', '101310.980000', '101310.982000', '101310.985000', '101310.988000', '101310.990000', '101310.993000', '101310.996000', '101310.998000', '101330.880000', '101330.883000', '101330.885000', '101330.888000', '101330.891000', '101330.894000', '101330.897000', '101330.899000', '101330.902000', '101330.905000', '101330.908000', '101330.910000', '101330.913000', '101330.916000', '101330.920000', '101330.922000', '101330.925000', '101330.928000', '101330.931000', '101330.933000', '101330.936000', '101330.939000', '101330.941000', '101330.945000', '101330.948000', '101330.951000', '101330.954000', '101330.957000', '101330.959000', '101330.962000', '101330.965000', '101330.967000', '101330.970000', '101330.972000', '101330.975000', '101330.978000', '101330.980000', '101330.983000', '101330.986000', '101330.989000', '101330.991000', '101330.994000', '101331.000000', '101350.879000', '101350.882000', '101350.885000', '101350.888000', '101350.891000', '101350.893000', '101350.896000', '101350.898000', '101350.901000', '101350.904000', '101350.907000', '101350.909000', '101350.912000', '101350.914000', '101350.917000', '101350.920000', '101350.922000', '101350.925000', '101350.928000', '101350.931000', '101350.933000', '101350.936000', '101350.938000', '101350.941000', '101350.944000', '101350.947000', '101350.949000', '101350.952000', '101350.954000', '101350.957000', '101350.960000', '101350.962000', '101350.965000', '101350.967000', '101350.970000', '101350.973000', '101350.975000', '101350.978000', '101350.980000', '101350.983000', '101350.986000', '101350.989000', '101350.992000', '101350.994000', '101410.878000', '101410.881000', '101410.884000', '101410.886000', '101410.889000', '101410.892000', '101410.895000', '101410.897000', '101410.900000', '101410.903000', '101410.905000', '101410.908000', '101410.911000', '101410.914000', '101410.917000', '101410.919000', '101410.923000', '101410.925000', '101410.928000', '101410.931000', '101410.934000', '101410.936000', '101410.939000', '101410.942000', '101410.945000', '101410.948000', '101410.952000', '101410.955000', '101410.957000', '101410.960000', '101410.963000', '101410.965000', '101410.968000', '101410.971000', '101410.973000', '101410.976000', '101410.979000', '101410.982000', '101410.985000', '101410.987000', '101410.990000', '101410.993000', '101410.995000', '101430.879000', '101430.881000', '101430.884000', '101430.887000', '101430.889000', '101430.892000', '101430.895000', '101430.907000', '101430.910000', '101430.912000', '101430.915000', '101430.918000', '101430.920000', '101430.923000', '101430.926000', '101430.930000', '101430.933000', '101430.935000', '101430.938000', '101430.941000', '101430.943000', '101430.946000', '101430.949000', '101430.952000', '101430.955000', '101430.958000', '101430.961000', '101430.964000', '101430.966000', '101430.969000', '101430.972000', '101430.975000', '101430.978000', '101430.981000', '101430.983000', '101430.986000', '101430.989000', '101430.992000', '101430.995000', '101430.997000', '101431.001000', '101431.004000', '101431.006000', '101431.019000', '101450.878000', '101450.881000', '101450.884000', '101450.886000', '101450.889000', '101450.892000', '101450.894000', '101450.897000', '101450.900000', '101450.902000', '101450.905000', '101450.907000', '101450.910000', '101450.913000', '101450.915000', '101450.918000', '101450.921000', '101450.923000', '101450.926000', '101450.929000', '101450.931000', '101450.934000', '101450.936000', '101450.939000', '101450.942000', '101450.944000', '101450.947000', '101450.949000', '101450.952000', '101450.955000', '101450.957000', '101450.960000', '101450.962000', '101450.965000', '101450.968000', '101450.970000', '101450.973000', '101450.976000', '101450.978000', '101450.981000', '101450.983000', '101450.986000', '101450.988000', '101510.879000', '101510.882000', '101510.884000', '101510.887000', '101510.890000', '101510.892000', '101510.895000', '101510.898000', '101510.901000', '101510.903000', '101510.906000', '101510.909000', '101510.911000', '101510.914000', '101510.917000', '101510.919000', '101510.922000', '101510.925000', '101510.927000', '101510.931000', '101510.934000', '101510.939000', '101510.943000', '101510.946000', '101510.949000', '101510.952000', '101510.955000', '101510.958000', '101510.962000', '101510.966000', '101510.969000', '101510.972000', '101510.976000', '101510.978000', '101510.982000', '101510.986000', '101510.990000', '101510.993000', '101510.996000', '101511.001000', '101511.005000', '101511.008000', '101511.012000', '101511.015000', '101530.879000', '101530.882000', '101530.884000', '101530.887000', '101530.890000', '101530.893000', '101530.895000', '101530.898000', '101530.901000', '101530.903000', '101530.906000', '101530.909000', '101530.911000', '101530.914000', '101530.917000', '101530.920000', '101530.922000', '101530.925000', '101530.928000', '101530.930000', '101530.933000', '101530.936000', '101530.938000', '101530.941000', '101530.944000', '101530.946000', '101530.949000', '101530.952000', '101530.954000', '101530.957000', '101530.960000', '101530.963000', '101530.965000', '101530.985000', '101530.988000', '101530.990000', '101530.993000', '101530.996000', '101530.998000', '101531.002000', '101531.005000', '101531.008000', '101531.011000', '101550.879000', '101550.882000', '101550.885000', '101550.887000', '101550.890000', '101550.893000', '101550.895000', '101550.898000', '101550.900000', '101550.903000', '101550.905000', '101550.908000', '101550.911000', '101550.914000', '101550.917000', '101550.919000', '101550.922000', '101550.925000', '101550.940000', '101550.943000', '101550.945000', '101550.948000', '101550.950000', '101550.953000', '101550.955000', '101550.958000', '101550.961000', '101550.963000', '101550.966000', '101550.969000', '101550.971000', '101550.974000', '101550.977000', '101550.979000', '101550.982000', '101550.984000', '101550.987000', '101550.990000', '101550.992000', '101550.995000', '101550.997000', '101551.001000', '101551.004000', '101551.006000', '101610.880000', '101610.883000', '101610.885000', '101610.888000', '101610.890000', '101610.893000', '101610.896000', '101610.898000', '101610.901000', '101610.903000', '101610.906000', '101610.908000', '101610.911000', '101610.914000', '101610.916000', '101610.919000', '101610.921000', '101610.924000', '101610.927000', '101610.929000', '101610.932000', '101610.934000', '101610.937000', '101610.939000', '101610.942000', '101610.944000', '101610.947000', '101610.950000', '101610.952000', '101610.955000', '101610.957000', '101610.960000', '101610.963000', '101610.965000', '101610.968000', '101610.970000', '101610.973000', '101610.975000', '101610.978000', '101610.981000', '101610.983000', '101610.986000', '101610.988000', '101630.879000', '101630.881000', '101630.884000', '101630.887000', '101630.889000', '101630.892000', '101630.895000', '101630.897000', '101630.900000', '101630.902000', '101630.905000', '101630.908000', '101630.910000', '101630.913000', '101630.915000', '101630.918000', '101630.921000', '101630.923000', '101630.926000', '101630.928000', '101630.931000', '101630.933000', '101630.936000', '101630.939000', '101630.941000', '101630.944000', '101630.947000', '101630.949000', '101630.952000', '101630.955000', '101630.957000', '101630.960000', '101630.962000', '101630.965000', '101630.968000', '101630.970000', '101630.973000', '101630.976000', '101630.978000', '101630.981000', '101630.983000', '101630.986000', '101630.989000', '101650.879000', '101650.882000', '101650.884000', '101650.887000', '101650.890000', '101650.892000', '101650.895000', '101650.898000', '101650.900000', '101650.903000', '101650.905000', '101650.908000', '101650.910000', '101650.913000', '101650.916000', '101650.918000', '101650.921000', '101650.924000', '101650.926000', '101650.929000', '101650.931000', '101650.934000', '101650.937000', '101650.939000', '101650.942000', '101650.944000', '101650.947000', '101650.950000', '101650.952000', '101650.955000', '101650.987000', '101650.990000', '101650.992000', '101650.995000', '101650.997000', '101651.001000', '101651.004000', '101651.006000', '101651.009000', '101651.011000', '101651.014000', '101651.016000', '101651.019000', '101651.022000', '101710.879000', '101710.882000', '101710.884000', '101710.887000', '101710.890000', '101710.893000', '101710.895000', '101710.898000', '101710.900000', '101710.903000', '101710.906000', '101710.908000', '101710.911000', '101710.913000', '101710.916000', '101710.919000', '101710.921000', '101710.924000', '101710.926000', '101710.929000', '101710.932000', '101710.934000', '101710.937000', '101710.939000', '101710.942000', '101710.945000', '101710.947000', '101710.951000', '101710.954000', '101710.956000', '101710.959000', '101710.961000', '101710.964000', '101710.967000', '101710.969000', '101710.972000', '101710.974000', '101710.977000', '101710.980000', '101710.982000', '101710.985000', '101710.988000', '101710.990000', '101720.096000', '101720.099000', '101720.102000', '101720.105000', '101720.107000', '101720.110000', '101720.113000', '101720.116000', '101720.119000', '101720.121000', '101720.124000', '101720.127000', '101720.129000', '101720.132000', '101720.135000', '101720.137000', '101720.140000', '101720.143000', '101720.146000', '101720.149000', '101720.152000'], 'InstanceCreationTime': ['100750.941000', '100750.944000', '100750.948000', '100750.950000', '100750.953000', '100750.966000', '100750.969000', '100750.971000', '100750.974000', '100750.976000', '100750.979000', '100750.982000', '100750.984000', '100750.987000', '100750.990000', '100750.992000', '100750.995000', '100751.008000', '100751.011000', '100751.013000', '100751.016000', '100751.019000', '100751.021000', '100751.024000', '100751.026000', '100751.029000', '100751.032000', '100751.034000', '100751.037000', '100751.040000', '100751.042000', '100751.045000', '100751.047000', '100751.050000', '100751.053000', '100751.055000', '100751.058000', '100751.060000', '100751.063000', '100751.066000', '100751.068000', '100751.071000', '100751.074000', '100751.076000', '100751.079000', '100751.081000', '100751.084000', '100751.087000', '100751.089000', '100751.092000', '100751.095000', '100751.097000', '100751.100000', '100751.103000', '100751.105000', '100751.108000', '100751.110000', '100751.113000', '100751.116000', '100751.118000', '100810.878000', '100810.881000', '100810.884000', '100810.886000', '100810.889000', '100810.892000', '100810.894000', '100810.897000', '100810.899000', '100810.902000', '100810.905000', '100810.907000', '100810.910000', '100810.914000', '100810.916000', '100810.919000', '100810.921000', '100810.924000', '100810.927000', '100810.930000', '100810.932000', '100810.935000', '100810.938000', '100810.940000', '100810.943000', '100810.945000', '100810.948000', '100810.951000', '100810.953000', '100810.956000', '100810.958000', '100810.961000', '100810.964000', '100810.966000', '100810.970000', '100810.972000', '100810.975000', '100810.978000', '100810.980000', '100810.983000', '100810.994000', '100810.997000', '100811.000000', '100830.878000', '100830.881000', '100830.884000', '100830.887000', '100830.889000', '100830.892000', '100830.895000', '100830.898000', '100830.900000', '100830.903000', '100830.906000', '100830.908000', '100830.911000', '100830.913000', '100830.916000', '100830.919000', '100830.921000', '100830.924000', '100830.927000', '100830.929000', '100830.932000', '100830.934000', '100830.937000', '100830.950000', '100830.952000', '100830.955000', '100830.958000', '100830.960000', '100830.963000', '100830.965000', '100830.968000', '100830.971000', '100830.973000', '100830.976000', '100830.979000', '100830.981000', '100830.984000', '100830.986000', '100830.989000', '100830.992000', '100830.994000', '100830.997000', '100831.000000', '100831.003000', '100850.880000', '100850.883000', '100850.886000', '100850.889000', '100850.892000', '100850.894000', '100850.897000', '100850.899000', '100850.902000', '100850.904000', '100850.907000', '100850.910000', '100850.912000', '100850.915000', '100850.917000', '100850.920000', '100850.922000', '100850.925000', '100850.927000', '100850.930000', '100850.933000', '100850.935000', '100850.938000', '100850.940000', '100850.943000', '100850.945000', '100850.948000', '100850.951000', '100850.953000', '100850.956000', '100850.958000', '100850.961000', '100850.963000', '100850.966000', '100850.969000', '100850.971000', '100850.974000', '100850.976000', '100850.979000', '100850.982000', '100850.984000', '100850.987000', '100850.989000', '100910.879000', '100910.882000', '100910.885000', '100910.887000', '100910.890000', '100910.892000', '100910.895000', '100910.898000', '100910.900000', '100910.903000', '100910.906000', '100910.908000', '100910.911000', '100910.913000', '100910.916000', '100910.919000', '100910.921000', '100910.924000', '100910.926000', '100910.929000', '100910.931000', '100910.934000', '100910.937000', '100910.939000', '100910.942000', '100910.944000', '100910.947000', '100910.949000', '100910.952000', '100910.955000', '100910.957000', '100910.960000', '100910.962000', '100910.965000', '100910.968000', '100910.970000', '100910.973000', '100910.975000', '100910.978000', '100910.980000', '100910.983000', '100910.986000', '100910.988000', '100910.991000', '100930.879000', '100930.882000', '100930.884000', '100930.887000', '100930.890000', '100930.892000', '100930.895000', '100930.898000', '100930.900000', '100930.903000', '100930.905000', '100930.908000', '100930.911000', '100930.913000', '100930.916000', '100930.918000', '100930.921000', '100930.923000', '100930.926000', '100930.928000', '100930.931000', '100930.934000', '100930.936000', '100930.939000', '100930.942000', '100930.944000', '100930.947000', '100930.949000', '100930.953000', '100930.956000', '100930.958000', '100930.961000', '100930.964000', '100930.966000', '100930.969000', '100930.971000', '100930.974000', '100930.977000', '100930.979000', '100930.982000', '100930.984000', '100930.987000', '100930.989000', '100950.878000', '100950.881000', '100950.884000', '100950.886000', '100950.889000', '100950.892000', '100950.894000', '100950.897000', '100950.900000', '100950.902000', '100950.905000', '100950.907000', '100950.910000', '100950.913000', '100950.915000', '100950.918000', '100950.920000', '100950.923000', '100950.926000', '100950.928000', '100950.931000', '100950.933000', '100950.936000', '100950.939000', '100950.941000', '100950.944000', '100950.946000', '100950.949000', '100950.952000', '100950.954000', '100950.957000', '100950.959000', '100950.962000', '100950.965000', '100950.967000', '100950.970000', '100950.972000', '100950.975000', '100950.978000', '100950.980000', '100950.983000', '100950.985000', '100950.988000', '100950.991000', '101010.878000', '101010.881000', '101010.884000', '101010.887000', '101010.890000', '101010.892000', '101010.895000', '101010.898000', '101010.900000', '101010.903000', '101010.905000', '101010.908000', '101010.911000', '101010.913000', '101010.916000', '101010.918000', '101010.921000', '101010.924000', '101010.926000', '101010.929000', '101010.932000', '101010.934000', '101010.937000', '101010.939000', '101010.942000', '101010.945000', '101010.947000', '101010.950000', '101010.953000', '101010.955000', '101010.958000', '101010.960000', '101010.963000', '101010.966000', '101010.968000', '101010.971000', '101010.973000', '101010.976000', '101010.979000', '101010.981000', '101010.984000', '101010.987000', '101010.989000', '101030.879000', '101030.881000', '101030.884000', '101030.887000', '101030.890000', '101030.893000', '101030.896000', '101030.899000', '101030.902000', '101030.905000', '101030.908000', '101030.911000', '101030.914000', '101030.917000', '101030.920000', '101030.922000', '101030.926000', '101030.929000', '101030.932000', '101030.934000', '101030.937000', '101030.941000', '101030.943000', '101030.946000', '101030.949000', '101030.952000', '101030.955000', '101030.958000', '101030.961000', '101030.969000', '101030.972000', '101030.975000', '101030.988000', '101030.991000', '101030.994000', '101030.997000', '101031.001000', '101031.004000', '101031.007000', '101031.009000', '101031.012000', '101031.015000', '101031.017000', '101031.020000', '101050.879000', '101050.881000', '101050.884000', '101050.887000', '101050.889000', '101050.892000', '101050.895000', '101050.897000', '101050.900000', '101050.903000', '101050.905000', '101050.908000', '101050.910000', '101050.913000', '101050.916000', '101050.918000', '101050.921000', '101050.924000', '101050.926000', '101050.929000', '101050.932000', '101050.934000', '101050.937000', '101050.939000', '101050.942000', '101050.944000', '101050.947000', '101050.950000', '101050.952000', '101050.955000', '101050.958000', '101050.961000', '101050.964000', '101050.967000', '101050.969000', '101050.972000', '101050.975000', '101050.977000', '101050.980000', '101050.982000', '101050.985000', '101050.987000', '101050.990000', '101110.880000', '101110.883000', '101110.885000', '101110.888000', '101110.890000', '101110.893000', '101110.896000', '101110.898000', '101110.901000', '101110.904000', '101110.906000', '101110.909000', '101110.911000', '101110.914000', '101110.917000', '101110.919000', '101110.922000', '101110.924000', '101110.927000', '101110.930000', '101110.932000', '101110.935000', '101110.937000', '101110.940000', '101110.943000', '101110.945000', '101110.948000', '101110.950000', '101110.953000', '101110.956000', '101110.958000', '101110.961000', '101110.964000', '101110.966000', '101110.969000', '101110.971000', '101110.974000', '101110.976000', '101110.979000', '101110.982000', '101110.984000', '101110.987000', '101110.989000', '101110.992000', '101130.880000', '101130.883000', '101130.885000', '101130.888000', '101130.890000', '101130.893000', '101130.896000', '101130.898000', '101130.901000', '101130.904000', '101130.906000', '101130.909000', '101130.911000', '101130.914000', '101130.917000', '101130.919000', '101130.922000', '101130.924000', '101130.927000', '101130.930000', '101130.932000', '101130.935000', '101130.938000', '101130.941000', '101130.943000', '101130.946000', '101130.948000', '101130.951000', '101130.954000', '101130.956000', '101130.959000', '101130.962000', '101130.965000', '101130.968000', '101130.971000', '101130.973000', '101130.976000', '101130.979000', '101130.981000', '101130.984000', '101130.986000', '101130.989000', '101130.991000', '101150.879000', '101150.882000', '101150.884000', '101150.887000', '101150.889000', '101150.892000', '101150.895000', '101150.897000', '101150.900000', '101150.903000', '101150.905000', '101150.908000', '101150.911000', '101150.913000', '101150.916000', '101150.919000', '101150.921000', '101150.924000', '101150.927000', '101150.929000', '101150.932000', '101150.935000', '101150.937000', '101150.940000', '101150.943000', '101150.946000', '101150.949000', '101150.951000', '101150.954000', '101150.957000', '101150.960000', '101150.962000', '101150.965000', '101150.968000', '101150.970000', '101150.973000', '101150.976000', '101150.978000', '101150.981000', '101150.984000', '101150.987000', '101150.989000', '101150.992000', '101150.995000', '101210.878000', '101210.881000', '101210.884000', '101210.887000', '101210.889000', '101210.892000', '101210.895000', '101210.898000', '101210.900000', '101210.903000', '101210.906000', '101210.909000', '101210.911000', '101210.914000', '101210.917000', '101210.919000', '101210.922000', '101210.925000', '101210.927000', '101210.930000', '101210.933000', '101210.935000', '101210.938000', '101210.940000', '101210.943000', '101210.946000', '101210.948000', '101210.951000', '101210.954000', '101210.957000', '101210.960000', '101210.962000', '101210.965000', '101210.968000', '101210.971000', '101210.974000', '101210.977000', '101210.980000', '101210.983000', '101210.986000', '101210.989000', '101211.015000', '101211.018000', '101230.878000', '101230.881000', '101230.884000', '101230.887000', '101230.889000', '101230.892000', '101230.895000', '101230.897000', '101230.900000', '101230.903000', '101230.905000', '101230.908000', '101230.910000', '101230.913000', '101230.916000', '101230.918000', '101230.921000', '101230.923000', '101230.926000', '101230.929000', '101230.931000', '101230.934000', '101230.936000', '101230.939000', '101230.942000', '101230.944000', '101230.947000', '101230.949000', '101230.952000', '101230.955000', '101230.957000', '101230.960000', '101230.963000', '101230.965000', '101230.968000', '101230.970000', '101230.973000', '101230.976000', '101230.978000', '101230.981000', '101230.983000', '101230.986000', '101230.989000', '101230.991000', '101250.879000', '101250.882000', '101250.884000', '101250.887000', '101250.889000', '101250.892000', '101250.895000', '101250.897000', '101250.900000', '101250.903000', '101250.906000', '101250.908000', '101250.911000', '101250.914000', '101250.916000', '101250.919000', '101250.922000', '101250.924000', '101250.927000', '101250.930000', '101250.933000', '101250.935000', '101250.938000', '101250.940000', '101250.943000', '101250.946000', '101250.949000', '101250.952000', '101250.954000', '101250.957000', '101250.960000', '101250.963000', '101250.966000', '101250.969000', '101250.971000', '101250.974000', '101250.977000', '101250.979000', '101250.982000', '101250.985000', '101250.988000', '101250.991000', '101250.994000', '101310.879000', '101310.882000', '101310.885000', '101310.887000', '101310.890000', '101310.893000', '101310.896000', '101310.899000', '101310.902000', '101310.904000', '101310.907000', '101310.910000', '101310.913000', '101310.916000', '101310.919000', '101310.921000', '101310.924000', '101310.927000', '101310.930000', '101310.933000', '101310.936000', '101310.939000', '101310.941000', '101310.944000', '101310.947000', '101310.950000', '101310.953000', '101310.955000', '101310.958000', '101310.961000', '101310.963000', '101310.966000', '101310.969000', '101310.972000', '101310.974000', '101310.977000', '101310.980000', '101310.982000', '101310.985000', '101310.988000', '101310.990000', '101310.993000', '101310.996000', '101310.998000', '101330.880000', '101330.883000', '101330.885000', '101330.888000', '101330.891000', '101330.894000', '101330.897000', '101330.899000', '101330.902000', '101330.905000', '101330.908000', '101330.910000', '101330.913000', '101330.916000', '101330.920000', '101330.922000', '101330.925000', '101330.928000', '101330.931000', '101330.933000', '101330.936000', '101330.939000', '101330.941000', '101330.945000', '101330.948000', '101330.951000', '101330.954000', '101330.957000', '101330.959000', '101330.962000', '101330.965000', '101330.967000', '101330.970000', '101330.972000', '101330.975000', '101330.978000', '101330.980000', '101330.983000', '101330.986000', '101330.989000', '101330.991000', '101330.994000', '101331.000000', '101350.879000', '101350.882000', '101350.885000', '101350.888000', '101350.891000', '101350.893000', '101350.896000', '101350.898000', '101350.901000', '101350.904000', '101350.907000', '101350.909000', '101350.912000', '101350.914000', '101350.917000', '101350.920000', '101350.922000', '101350.925000', '101350.928000', '101350.931000', '101350.933000', '101350.936000', '101350.938000', '101350.941000', '101350.944000', '101350.947000', '101350.949000', '101350.952000', '101350.954000', '101350.957000', '101350.960000', '101350.962000', '101350.965000', '101350.967000', '101350.970000', '101350.973000', '101350.975000', '101350.978000', '101350.980000', '101350.983000', '101350.986000', '101350.989000', '101350.992000', '101350.994000', '101410.878000', '101410.881000', '101410.884000', '101410.886000', '101410.889000', '101410.892000', '101410.895000', '101410.897000', '101410.900000', '101410.903000', '101410.905000', '101410.908000', '101410.911000', '101410.914000', '101410.917000', '101410.919000', '101410.923000', '101410.925000', '101410.928000', '101410.931000', '101410.934000', '101410.936000', '101410.939000', '101410.942000', '101410.945000', '101410.948000', '101410.952000', '101410.955000', '101410.957000', '101410.960000', '101410.963000', '101410.965000', '101410.968000', '101410.971000', '101410.973000', '101410.976000', '101410.979000', '101410.982000', '101410.985000', '101410.987000', '101410.990000', '101410.993000', '101410.995000', '101430.879000', '101430.881000', '101430.884000', '101430.887000', '101430.889000', '101430.892000', '101430.895000', '101430.907000', '101430.910000', '101430.912000', '101430.915000', '101430.918000', '101430.920000', '101430.923000', '101430.926000', '101430.930000', '101430.933000', '101430.935000', '101430.938000', '101430.941000', '101430.943000', '101430.946000', '101430.949000', '101430.952000', '101430.955000', '101430.958000', '101430.961000', '101430.964000', '101430.966000', '101430.969000', '101430.972000', '101430.975000', '101430.978000', '101430.981000', '101430.983000', '101430.986000', '101430.989000', '101430.992000', '101430.995000', '101430.997000', '101431.001000', '101431.004000', '101431.006000', '101431.019000', '101450.878000', '101450.881000', '101450.884000', '101450.886000', '101450.889000', '101450.892000', '101450.894000', '101450.897000', '101450.900000', '101450.902000', '101450.905000', '101450.907000', '101450.910000', '101450.913000', '101450.915000', '101450.918000', '101450.921000', '101450.923000', '101450.926000', '101450.929000', '101450.931000', '101450.934000', '101450.936000', '101450.939000', '101450.942000', '101450.944000', '101450.947000', '101450.949000', '101450.952000', '101450.955000', '101450.957000', '101450.960000', '101450.962000', '101450.965000', '101450.968000', '101450.970000', '101450.973000', '101450.976000', '101450.978000', '101450.981000', '101450.983000', '101450.986000', '101450.988000', '101510.879000', '101510.882000', '101510.884000', '101510.887000', '101510.890000', '101510.892000', '101510.895000', '101510.898000', '101510.901000', '101510.903000', '101510.906000', '101510.909000', '101510.911000', '101510.914000', '101510.917000', '101510.919000', '101510.922000', '101510.925000', '101510.927000', '101510.931000', '101510.934000', '101510.939000', '101510.943000', '101510.946000', '101510.949000', '101510.952000', '101510.955000', '101510.958000', '101510.962000', '101510.966000', '101510.969000', '101510.972000', '101510.976000', '101510.978000', '101510.982000', '101510.986000', '101510.990000', '101510.993000', '101510.996000', '101511.001000', '101511.005000', '101511.008000', '101511.012000', '101511.015000', '101530.879000', '101530.882000', '101530.884000', '101530.887000', '101530.890000', '101530.893000', '101530.895000', '101530.898000', '101530.901000', '101530.903000', '101530.906000', '101530.909000', '101530.911000', '101530.914000', '101530.917000', '101530.920000', '101530.922000', '101530.925000', '101530.928000', '101530.930000', '101530.933000', '101530.936000', '101530.938000', '101530.941000', '101530.944000', '101530.946000', '101530.949000', '101530.952000', '101530.954000', '101530.957000', '101530.960000', '101530.963000', '101530.965000', '101530.985000', '101530.988000', '101530.990000', '101530.993000', '101530.996000', '101530.998000', '101531.002000', '101531.005000', '101531.008000', '101531.011000', '101550.879000', '101550.882000', '101550.885000', '101550.887000', '101550.890000', '101550.893000', '101550.895000', '101550.898000', '101550.900000', '101550.903000', '101550.905000', '101550.908000', '101550.911000', '101550.914000', '101550.917000', '101550.919000', '101550.922000', '101550.925000', '101550.940000', '101550.943000', '101550.945000', '101550.948000', '101550.950000', '101550.953000', '101550.955000', '101550.958000', '101550.961000', '101550.963000', '101550.966000', '101550.969000', '101550.971000', '101550.974000', '101550.977000', '101550.979000', '101550.982000', '101550.984000', '101550.987000', '101550.990000', '101550.992000', '101550.995000', '101550.997000', '101551.001000', '101551.004000', '101551.006000', '101610.880000', '101610.883000', '101610.885000', '101610.888000', '101610.890000', '101610.893000', '101610.896000', '101610.898000', '101610.901000', '101610.903000', '101610.906000', '101610.908000', '101610.911000', '101610.914000', '101610.916000', '101610.919000', '101610.921000', '101610.924000', '101610.927000', '101610.929000', '101610.932000', '101610.934000', '101610.937000', '101610.939000', '101610.942000', '101610.944000', '101610.947000', '101610.950000', '101610.952000', '101610.955000', '101610.957000', '101610.960000', '101610.963000', '101610.965000', '101610.968000', '101610.970000', '101610.973000', '101610.975000', '101610.978000', '101610.981000', '101610.983000', '101610.986000', '101610.988000', '101630.879000', '101630.881000', '101630.884000', '101630.887000', '101630.889000', '101630.892000', '101630.895000', '101630.897000', '101630.900000', '101630.902000', '101630.905000', '101630.908000', '101630.910000', '101630.913000', '101630.915000', '101630.918000', '101630.921000', '101630.923000', '101630.926000', '101630.928000', '101630.931000', '101630.933000', '101630.936000', '101630.939000', '101630.941000', '101630.944000', '101630.947000', '101630.949000', '101630.952000', '101630.955000', '101630.957000', '101630.960000', '101630.962000', '101630.965000', '101630.968000', '101630.970000', '101630.973000', '101630.976000', '101630.978000', '101630.981000', '101630.983000', '101630.986000', '101630.989000', '101650.879000', '101650.882000', '101650.884000', '101650.887000', '101650.890000', '101650.892000', '101650.895000', '101650.898000', '101650.900000', '101650.903000', '101650.905000', '101650.908000', '101650.910000', '101650.913000', '101650.916000', '101650.918000', '101650.921000', '101650.924000', '101650.926000', '101650.929000', '101650.931000', '101650.934000', '101650.937000', '101650.939000', '101650.942000', '101650.944000', '101650.947000', '101650.950000', '101650.952000', '101650.955000', '101650.987000', '101650.990000', '101650.992000', '101650.995000', '101650.997000', '101651.001000', '101651.004000', '101651.006000', '101651.009000', '101651.011000', '101651.014000', '101651.016000', '101651.019000', '101651.022000', '101710.879000', '101710.882000', '101710.884000', '101710.887000', '101710.890000', '101710.893000', '101710.895000', '101710.898000', '101710.900000', '101710.903000', '101710.906000', '101710.908000', '101710.911000', '101710.913000', '101710.916000', '101710.919000', '101710.921000', '101710.924000', '101710.926000', '101710.929000', '101710.932000', '101710.934000', '101710.937000', '101710.939000', '101710.942000', '101710.945000', '101710.947000', '101710.951000', '101710.954000', '101710.956000', '101710.959000', '101710.961000', '101710.964000', '101710.967000', '101710.969000', '101710.972000', '101710.974000', '101710.977000', '101710.980000', '101710.982000', '101710.985000', '101710.988000', '101710.990000', '101720.096000', '101720.099000', '101720.102000', '101720.105000', '101720.107000', '101720.110000', '101720.113000', '101720.116000', '101720.119000', '101720.121000', '101720.124000', '101720.127000', '101720.129000', '101720.132000', '101720.135000', '101720.137000', '101720.140000', '101720.143000', '101720.146000', '101720.149000', '101720.152000'], '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': [13990, 9524, 15011, 10905, 14587, 15473, 15278, 10492, 11233, 10284, 14557, 11229, 11341, 10080, 14730, 12230, 16045, 12267, 14125, 10675, 13772, 10426, 14448, 11125, 14248, 11888, 13176, 11580, 10282, 10550, 10262, 11502, 10309, 11583, 10283, 11659, 10701, 11891, 10577, 11129, 10085, 11669, 10292, 10679, 12172, 11109, 13864, 11240, 10047, 11660, 10236, 11452, 11758, 13000, 11618, 10646, 10527, 10878, 10350, 11211, 10418, 14249, 10606, 11122, 10285, 11322, 10612, 14188, 10535, 15133, 11046, 12209, 10661, 10824, 10946, 11990, 10937, 13676, 10597, 11177, 10812, 11103, 10851, 14101, 10522, 15330, 11621, 10736, 10550, 10991, 10451, 10938, 10279, 11078, 10299, 11504, 10484, 11935, 10367, 10404, 10825, 10992, 11662, 11575, 10303, 11752, 10542, 11764, 10251, 11290, 12956, 11597, 10880, 11796, 10802, 12058, 10735, 11413, 12173, 11440, 11867, 10820, 11629, 10791, 11388, 10415, 10794, 12653, 11455, 10265, 11311, 10360, 10855, 12632, 10268, 14636, 11790, 10023, 11668, 11062, 11400, 14288, 11810, 11488, 11364, 10409, 11343, 10404, 11318, 14342, 11590, 13246, 11326, 11409, 11112, 14038, 10757, 11295, 10816, 11094, 10985, 12027, 10738, 10757, 10549, 10553, 10554, 11051, 10845, 13163, 10718, 10628, 10638, 11013, 10536, 10796, 10583, 11129, 13369, 11069, 11145, 10312, 11066, 13310, 10940, 15769, 13499, 18400, 15792, 13626, 9481, 10871, 9927, 10930, 10344, 11513, 10473, 11657, 10287, 10956, 10383, 11314, 10475, 11343, 11589, 11148, 13646, 11041, 13316, 13418, 10693, 15255, 10742, 14135, 10709, 14269, 10958, 11420, 11260, 9785, 11099, 10691, 10959, 10923, 10781, 10458, 10772, 11377, 10834, 11379, 10440, 11588, 10747, 11019, 10953, 11397, 10457, 11249, 10745, 11251, 11170, 11066, 11318, 11918, 10387, 11695, 10514, 11282, 13615, 11697, 13826, 11070, 11449, 10847, 12977, 10858, 13903, 10860, 13648, 10923, 11233, 10934, 11464, 10921, 11870, 10900, 10606, 10788, 11788, 10748, 11102, 11126, 12814, 11019, 11087, 10771, 11677, 10845, 11024, 12920, 11251, 10839, 11335, 10873, 10831, 10675, 11947, 10635, 11751, 10476, 11687, 10272, 10116, 11984, 10416, 10043, 11595, 10343, 10910, 10045, 11324, 10047, 11242, 10961, 10288, 10983, 10006, 13707, 10009, 14583, 10136, 13236, 10370, 10567, 10590, 11880, 10928, 11516, 10865, 12811, 10760, 11735, 10802, 10395, 10820, 10454, 10763, 10829, 10845, 11402, 10438, 11066, 10665, 10883, 10572, 13180, 10982, 10447, 10182, 10559, 10312, 12306, 11852, 11570, 10262, 11445, 10459, 11057, 13179, 10765, 13553, 11913, 11326, 10282, 11740, 10418, 11230, 12808, 10848, 11005, 10670, 11046, 13139, 11963, 11986, 14650, 12754, 10475, 10521, 10551, 10476, 14191, 10525, 16067, 10605, 11826, 10788, 10977, 10930, 10446, 10894, 11505, 10523, 11419, 11207, 10001, 11270, 10013, 11154, 10770, 10921, 10530, 11190, 11291, 10619, 11496, 10770, 10770, 10382, 11159, 10879, 11459, 11281, 11516, 13205, 11121, 13799, 11024, 11269, 10888, 12424, 10943, 10190, 10397, 10339, 10167, 10310, 11273, 10667, 11440, 12637, 10763, 15046, 12216, 14448, 10563, 12394, 10949, 11748, 11308, 11514, 9775, 11036, 10167, 10093, 10469, 10373, 10549, 10228, 10456, 10260, 11004, 12579, 10766, 12617, 10929, 14099, 10683, 16102, 10463, 14320, 10697, 12965, 10309, 13318, 10424, 12934, 10545, 10659, 10888, 10345, 10882, 10358, 10689, 12668, 10978, 10638, 10764, 10867, 10746, 13227, 10535, 11257, 10708, 10557, 10583, 11258, 10552, 13201, 10450, 10691, 10719, 10726, 10619, 10049, 13309, 10766, 10291, 10678, 10217, 11084, 10199, 10305, 14238, 10947, 10368, 10902, 10124, 10644, 13593, 10997, 12306, 10638, 10975, 10817, 10702, 10636, 10250, 10779, 10395, 10300, 10471, 10359, 10467, 10266, 10513, 13180, 11299, 10350, 11027, 9326, 10714, 10021, 10365, 10615, 10184, 10857, 10135, 11028, 10288, 10199, 9830, 9937, 9929, 10862, 10229, 11271, 9847, 10298, 9592, 10265, 10672, 10171, 10649, 11359, 9980, 13040, 11201, 11932, 10057, 9649, 9766, 11332, 10155, 11761, 13844, 10467, 10864, 9710, 11291, 15076, 10993, 14365, 14534, 12883, 12583, 11744, 10290, 11611, 11662, 11429, 16308, 11539, 15820, 10958, 13872, 11013, 12992, 10953, 15518, 11300, 12601, 11064, 11520, 11160, 11772, 11201, 11015, 11175, 11056, 11046, 11529, 10790, 11272, 10795, 11194, 10962, 11533, 11044, 10967, 10896, 11744, 11047, 11670, 10800, 10659, 10691, 11109, 10768, 11184, 10722, 11664, 10851, 11365, 10572, 10914, 10811, 11970, 11000, 11834, 10762, 11091, 12693, 9716, 13509, 11065, 10369, 11187, 10385, 10481, 10238, 11074, 10279, 10126, 10689, 10930, 10677, 11402, 10689, 10492, 10384, 11188, 10604, 11203, 10894, 12723, 10737, 13984, 10991, 14704, 10675, 15922, 10959, 15146, 11443, 13052, 10979, 10235, 10246, 12481, 12627, 10424, 15945, 10706, 14099, 10994, 13571, 10890, 10394, 10966, 9849, 10934, 10536, 11396, 10395, 11161, 10441, 11140, 10909, 10327, 11950, 11010, 10549, 11392, 10702, 11181, 10421, 10867, 13448, 11439, 10951, 11192, 10590, 10894, 10260, 9793, 10228, 10600, 10433, 10221, 10608, 10378, 10251, 9977, 10741, 11114, 11015, 11345, 10923, 11284, 10954, 11131, 13426, 10913, 12924, 10854, 15465, 11179, 14136, 10628, 14081, 9959, 10276, 10349, 10506, 10170, 10611, 9561, 10485, 10744, 10377, 11042, 10610, 10946, 10827, 10749, 13459, 10830, 12560, 10856, 13384, 10954, 11521, 10209, 9659, 10413, 9981, 10857, 10583, 10878, 10274, 10400, 10088, 10391, 10488, 11622, 10171, 11300, 11396, 10616, 13581, 10789, 11769, 10645, 12846, 10673, 15298, 12452, 15602, 10676, 13048, 10652, 14321, 10816, 14316, 10736, 12793, 11233, 10279, 10862, 10278, 10652, 12689, 10650, 11086, 10943, 10990, 10540, 10473, 11014, 11007, 10900, 11741, 10447, 10987, 14022, 10722, 10829, 10560, 11002, 10597, 10941, 11652, 10238, 14701, 11209, 10558, 11415, 10599, 10664, 10165, 10108, 9840, 9697, 10232, 10334, 10223, 10692, 10264, 11100, 10308, 10254, 11485, 10569, 10348, 10450, 11660, 10349, 15443, 10304, 12623, 10004, 14321, 10118, 8972, 10379, 10244, 10219, 9584, 10313, 10593, 10170, 11065, 10379, 10418, 13783, 10529, 15094, 10880, 13580, 10552, 13108, 10209, 15928, 10423, 13001, 10474, 11914, 11013, 13795, 10564, 10819, 10657, 10674, 10371, 10913, 10299, 10696, 14686, 11165, 13848, 10764, 12348, 10901, 11898, 9834, 14280, 10800, 10383, 10937, 10294, 10586, 9880, 10094, 10200, 11090, 10658, 10973, 10876, 10890, 10842, 10398, 12122, 10660, 10099, 11290, 10030, 11118, 10107, 10296, 9767, 10231, 10118, 10700, 10412, 10497, 10599, 10206, 9854, 11592, 10615, 10203, 10541, 12462, 10066, 14486, 10312, 12691, 10587, 12312, 10090, 14469, 11582, 13572, 10638, 10307, 10368, 10384, 10229, 9928, 10019, 14000, 10770, 10887, 10855, 11185, 10903, 10244, 10244, 10147, 10140, 9909, 10372, 10308, 10315, 10170, 10343, 9791, 10074, 10966, 10796, 10653, 10405, 10879, 10195, 12557, 10638, 13036, 10828, 12531, 10814, 13295, 11269, 14449, 10628, 14097, 10504, 13000, 10816, 14820, 12106, 15188, 10624, 13602, 10646, 10947, 10380, 14490, 10476, 10502, 10893, 10366, 10689, 10360, 10053, 10353, 10205, 10448, 10795, 10518, 10867, 10376, 10442, 11514, 11289, 11664, 10949, 10729, 10835, 10860, 10898, 10386, 10463, 10727, 10371, 10856, 10250, 10515, 13846, 10803, 10725, 10883, 10404, 10521, 12913, 14738, 10273, 10136, 10544, 10530, 10807, 9943, 10121, 14777, 10883, 13164, 10630, 11764, 10425, 10887, 9822, 10250, 10409, 10036, 10410, 10240, 10116, 9710, 10290, 10579, 10339, 11004, 10768, 10422, 14085, 10612, 14839, 10539, 14013, 10654, 11945, 10223, 10749, 9674, 13010, 10530, 10680, 10450, 9373, 9882, 9820, 9980, 10471, 10207, 10335, 10105, 9866, 10897, 10193, 14424, 10375, 11940, 10321, 13130, 9971, 14749, 9886, 13430, 10343, 9973, 10825, 12576, 11753, 15652, 10232, 10873, 10722, 10010, 10178, 9961, 9757, 10099, 10302, 10179, 10477, 10281, 9878, 9548, 9978, 13050, 11112, 12659, 10860, 11126, 10590, 11808, 10498, 14542, 10444, 13009, 10612, 12855, 10433, 12718, 9995, 11555, 10223, 10118, 10521, 10024, 10275, 9891, 10399, 9787, 10798, 10050, 10425, 10253, 10135, 10656, 11858, 11121, 10613, 12670, 11086, 14811, 11366, 15638, 12382, 13859, 10581, 12309, 10183, 10687, 10193, 12963, 10537, 10516, 10536, 10307, 10725, 12758, 14860, 11320, 10622, 10507, 10609, 10336, 13054, 9958, 12740, 10335, 10374, 10415, 10391, 10069, 10255, 10580, 10300, 10042, 10588, 10773, 10765, 10852, 10122, 10394, 10098, 10631, 10608, 11090, 10418, 10606, 10109, 10011, 13689, 10544, 10509, 10857, 10378, 10568, 10080, 9546, 11599, 10010, 10342, 10413, 10140, 10567, 9836, 10769, 9868, 10898, 10627, 10716, 10491, 10371, 14801, 12507, 13124, 10808, 14907, 10568, 15221, 10282, 14054, 9645, 13009, 10257, 9888, 10305, 9944, 10255, 10286, 9800, 10410, 10512, 10595, 10573, 10627, 10788, 10048, 10368, 10158, 10701, 10279, 10451, 11297, 10128, 14629, 12475, 13237, 10429, 13370, 10273, 15397, 13779, 13981, 10648, 11351, 10367, 10693, 10404, 10690, 10017, 9629, 10523, 10579, 10546, 10718, 10140, 10368, 11737, 11077, 10518, 11195, 10691, 11197, 11940, 10997, 16163, 10755, 13522, 10679, 12085, 10446, 15989, 11510, 12878, 10737, 10273, 10871, 11029, 10587, 10343, 10767, 10403, 10732, 11237, 10668, 10894, 10317, 10381, 10510, 10242, 10503, 11395, 9335, 11101], 'WindowCenter': [3963.0, 3894.0, 3920.0, 3873.0, 3895.0, 3893.0, 3904.0, 3860.0, 3858.0, 3850.0, 3880.0, 3846.0, 3857.0, 3849.0, 3877.0, 3857.0, 3877.0, 3859.0, 3867.0, 3834.0, 3853.0, 3832.0, 3852.0, 3831.0, 3853.0, 3844.0, 3853.0, 3832.0, 3820.0, 3831.0, 3821.0, 3842.0, 3834.0, 3844.0, 3833.0, 3843.0, 3834.0, 3843.0, 3834.0, 3857.0, 3835.0, 3857.0, 3835.0, 3835.0, 3855.0, 3845.0, 3881.0, 3846.0, 3836.0, 3844.0, 3834.0, 3843.0, 3845.0, 3854.0, 3858.0, 3831.0, 3832.0, 3831.0, 3820.0, 3831.0, 3832.0, 3864.0, 3833.0, 3844.0, 3833.0, 3831.0, 3831.0, 3851.0, 3832.0, 3864.0, 3844.0, 3843.0, 3833.0, 3831.0, 3832.0, 3841.0, 3844.0, 3864.0, 3832.0, 3843.0, 3843.0, 3841.0, 3832.0, 3852.0, 3832.0, 3863.0, 3857.0, 3831.0, 3832.0, 3831.0, 3831.0, 3832.0, 3832.0, 3855.0, 3833.0, 3845.0, 3833.0, 3855.0, 3832.0, 3834.0, 3833.0, 3844.0, 3858.0, 3856.0, 3833.0, 3854.0, 3845.0, 3869.0, 3846.0, 3856.0, 3867.0, 3857.0, 3843.0, 3855.0, 3844.0, 3867.0, 3845.0, 3856.0, 3870.0, 3857.0, 3869.0, 3857.0, 3857.0, 3857.0, 3870.0, 3861.0, 3859.0, 3881.0, 3856.0, 3836.0, 3845.0, 3834.0, 3857.0, 3857.0, 3846.0, 3879.0, 3856.0, 3834.0, 3843.0, 3843.0, 3857.0, 3866.0, 3857.0, 3843.0, 3843.0, 3831.0, 3845.0, 3833.0, 3845.0, 3878.0, 3855.0, 3866.0, 3843.0, 3843.0, 3844.0, 3864.0, 3859.0, 3845.0, 3844.0, 3843.0, 3845.0, 3855.0, 3845.0, 3845.0, 3843.0, 3832.0, 3832.0, 3843.0, 3844.0, 3865.0, 3847.0, 3833.0, 3832.0, 3832.0, 3833.0, 3844.0, 3834.0, 3844.0, 3853.0, 3832.0, 3841.0, 3821.0, 3832.0, 3853.0, 3832.0, 3879.0, 3867.0, 3889.0, 3881.0, 3867.0, 3825.0, 3844.0, 3834.0, 3832.0, 3820.0, 3832.0, 3819.0, 3831.0, 3821.0, 3831.0, 3821.0, 3831.0, 3819.0, 3829.0, 3829.0, 3828.0, 3851.0, 3831.0, 3840.0, 3839.0, 3807.0, 3836.0, 3804.0, 3825.0, 3802.0, 3822.0, 3803.0, 3813.0, 3815.0, 3805.0, 3828.0, 3815.0, 3828.0, 3816.0, 3828.0, 3819.0, 3830.0, 3840.0, 3830.0, 3841.0, 3830.0, 3842.0, 3833.0, 3833.0, 3845.0, 3844.0, 3833.0, 3843.0, 3831.0, 3843.0, 3843.0, 3859.0, 3845.0, 3855.0, 3832.0, 3855.0, 3832.0, 3844.0, 3865.0, 3857.0, 3865.0, 3844.0, 3843.0, 3844.0, 3853.0, 3845.0, 3867.0, 3846.0, 3864.0, 3843.0, 3831.0, 3843.0, 3841.0, 3846.0, 3842.0, 3859.0, 3834.0, 3846.0, 3853.0, 3845.0, 3843.0, 3844.0, 3867.0, 3844.0, 3843.0, 3843.0, 3845.0, 3846.0, 3844.0, 3866.0, 3843.0, 3846.0, 3856.0, 3844.0, 3845.0, 3833.0, 3855.0, 3831.0, 3854.0, 3831.0, 3843.0, 3834.0, 3834.0, 3856.0, 3846.0, 3833.0, 3844.0, 3831.0, 3834.0, 3832.0, 3844.0, 3834.0, 3845.0, 3856.0, 3846.0, 3843.0, 3834.0, 3865.0, 3833.0, 3864.0, 3848.0, 3865.0, 3834.0, 3832.0, 3844.0, 3853.0, 3858.0, 3858.0, 3845.0, 3865.0, 3845.0, 3843.0, 3843.0, 3831.0, 3843.0, 3844.0, 3845.0, 3846.0, 3860.0, 3857.0, 3847.0, 3855.0, 3846.0, 3847.0, 3846.0, 3867.0, 3847.0, 3845.0, 3834.0, 3834.0, 3847.0, 3857.0, 3860.0, 3856.0, 3835.0, 3855.0, 3832.0, 3857.0, 3865.0, 3861.0, 3869.0, 3848.0, 3846.0, 3836.0, 3858.0, 3834.0, 3845.0, 3855.0, 3846.0, 3846.0, 3846.0, 3844.0, 3854.0, 3842.0, 3842.0, 3862.0, 3854.0, 3819.0, 3830.0, 3818.0, 3820.0, 3849.0, 3818.0, 3859.0, 3830.0, 3829.0, 3830.0, 3818.0, 3830.0, 3830.0, 3843.0, 3842.0, 3831.0, 3830.0, 3831.0, 3818.0, 3841.0, 3819.0, 3843.0, 3844.0, 3844.0, 3847.0, 3845.0, 3843.0, 3845.0, 3855.0, 3858.0, 3860.0, 3849.0, 3859.0, 3859.0, 3869.0, 3858.0, 3872.0, 3884.0, 3860.0, 3881.0, 3847.0, 3845.0, 3833.0, 3854.0, 3832.0, 3834.0, 3832.0, 3835.0, 3846.0, 3834.0, 3856.0, 3845.0, 3857.0, 3881.0, 3861.0, 3879.0, 3869.0, 3866.0, 3834.0, 3853.0, 3843.0, 3842.0, 3833.0, 3857.0, 3834.0, 3832.0, 3833.0, 3833.0, 3832.0, 3830.0, 3831.0, 3833.0, 3845.0, 3833.0, 3858.0, 3854.0, 3844.0, 3853.0, 3846.0, 3866.0, 3834.0, 3874.0, 3831.0, 3850.0, 3819.0, 3840.0, 3832.0, 3852.0, 3834.0, 3839.0, 3829.0, 3818.0, 3830.0, 3818.0, 3843.0, 3831.0, 3832.0, 3853.0, 3843.0, 3831.0, 3843.0, 3832.0, 3845.0, 3865.0, 3846.0, 3843.0, 3831.0, 3831.0, 3831.0, 3842.0, 3832.0, 3853.0, 3834.0, 3830.0, 3830.0, 3829.0, 3832.0, 3831.0, 3853.0, 3842.0, 3819.0, 3829.0, 3819.0, 3842.0, 3831.0, 3832.0, 3863.0, 3832.0, 3830.0, 3832.0, 3829.0, 3833.0, 3852.0, 3846.0, 3841.0, 3831.0, 3842.0, 3841.0, 3845.0, 3846.0, 3844.0, 3846.0, 3833.0, 3830.0, 3832.0, 3831.0, 3845.0, 3845.0, 3845.0, 3866.0, 3844.0, 3833.0, 3843.0, 3820.0, 3844.0, 3835.0, 3845.0, 3844.0, 3834.0, 3845.0, 3833.0, 3843.0, 3834.0, 3860.0, 3848.0, 3847.0, 3847.0, 3846.0, 3833.0, 3856.0, 3847.0, 3859.0, 3849.0, 3860.0, 3858.0, 3847.0, 3847.0, 3857.0, 3836.0, 3871.0, 3872.0, 3860.0, 3838.0, 3826.0, 3835.0, 3846.0, 3847.0, 3870.0, 3880.0, 3860.0, 3859.0, 3839.0, 3858.0, 3878.0, 3846.0, 3866.0, 3869.0, 3870.0, 3857.0, 3855.0, 3821.0, 3843.0, 3830.0, 3832.0, 3863.0, 3846.0, 3863.0, 3831.0, 3850.0, 3830.0, 3852.0, 3845.0, 3864.0, 3843.0, 3839.0, 3829.0, 3828.0, 3829.0, 3827.0, 3842.0, 3831.0, 3845.0, 3841.0, 3841.0, 3842.0, 3831.0, 3829.0, 3830.0, 3844.0, 3845.0, 3842.0, 3844.0, 3830.0, 3830.0, 3842.0, 3842.0, 3843.0, 3858.0, 3847.0, 3847.0, 3845.0, 3842.0, 3845.0, 3832.0, 3842.0, 3832.0, 3843.0, 3833.0, 3857.0, 3843.0, 3857.0, 3843.0, 3856.0, 3857.0, 3870.0, 3870.0, 3838.0, 3867.0, 3844.0, 3833.0, 3843.0, 3833.0, 3846.0, 3848.0, 3844.0, 3845.0, 3846.0, 3843.0, 3843.0, 3843.0, 3867.0, 3870.0, 3858.0, 3875.0, 3872.0, 3870.0, 3870.0, 3871.0, 3881.0, 3862.0, 3893.0, 3861.0, 3879.0, 3846.0, 3889.0, 3848.0, 3877.0, 3858.0, 3853.0, 3844.0, 3831.0, 3821.0, 3843.0, 3841.0, 3821.0, 3876.0, 3833.0, 3852.0, 3830.0, 3839.0, 3829.0, 3819.0, 3843.0, 3819.0, 3843.0, 3830.0, 3841.0, 3818.0, 3831.0, 3820.0, 3830.0, 3831.0, 3821.0, 3854.0, 3832.0, 3830.0, 3842.0, 3830.0, 3844.0, 3843.0, 3845.0, 3865.0, 3843.0, 3830.0, 3842.0, 3831.0, 3846.0, 3845.0, 3834.0, 3833.0, 3831.0, 3830.0, 3819.0, 3830.0, 3832.0, 3832.0, 3833.0, 3857.0, 3856.0, 3857.0, 3857.0, 3844.0, 3857.0, 3846.0, 3871.0, 3869.0, 3858.0, 3867.0, 3846.0, 3877.0, 3859.0, 3868.0, 3835.0, 3863.0, 3818.0, 3817.0, 3818.0, 3818.0, 3830.0, 3832.0, 3820.0, 3844.0, 3830.0, 3818.0, 3829.0, 3829.0, 3842.0, 3844.0, 3845.0, 3853.0, 3843.0, 3852.0, 3830.0, 3851.0, 3830.0, 3856.0, 3834.0, 3820.0, 3833.0, 3819.0, 3830.0, 3829.0, 3830.0, 3830.0, 3832.0, 3830.0, 3857.0, 3844.0, 3868.0, 3844.0, 3857.0, 3859.0, 3847.0, 3880.0, 3857.0, 3856.0, 3845.0, 3854.0, 3846.0, 3877.0, 3868.0, 3873.0, 3832.0, 3851.0, 3831.0, 3851.0, 3844.0, 3852.0, 3830.0, 3839.0, 3828.0, 3817.0, 3829.0, 3817.0, 3844.0, 3852.0, 3843.0, 3840.0, 3842.0, 3832.0, 3842.0, 3844.0, 3845.0, 3845.0, 3844.0, 3854.0, 3844.0, 3845.0, 3864.0, 3846.0, 3844.0, 3845.0, 3843.0, 3832.0, 3844.0, 3856.0, 3845.0, 3878.0, 3843.0, 3832.0, 3843.0, 3832.0, 3831.0, 3847.0, 3833.0, 3832.0, 3821.0, 3846.0, 3834.0, 3832.0, 3843.0, 3832.0, 3857.0, 3847.0, 3847.0, 3868.0, 3846.0, 3833.0, 3833.0, 3842.0, 3833.0, 3875.0, 3859.0, 3867.0, 3846.0, 3875.0, 3832.0, 3811.0, 3831.0, 3832.0, 3845.0, 3834.0, 3860.0, 3846.0, 3843.0, 3845.0, 3844.0, 3845.0, 3865.0, 3846.0, 3874.0, 3843.0, 3852.0, 3845.0, 3865.0, 3835.0, 3874.0, 3831.0, 3851.0, 3831.0, 3840.0, 3842.0, 3863.0, 3832.0, 3843.0, 3832.0, 3831.0, 3830.0, 3841.0, 3832.0, 3832.0, 3875.0, 3843.0, 3852.0, 3831.0, 3840.0, 3845.0, 3854.0, 3834.0, 3861.0, 3830.0, 3816.0, 3829.0, 3817.0, 3830.0, 3830.0, 3833.0, 3833.0, 3844.0, 3832.0, 3843.0, 3843.0, 3859.0, 3857.0, 3847.0, 3855.0, 3834.0, 3831.0, 3843.0, 3821.0, 3842.0, 3831.0, 3844.0, 3833.0, 3846.0, 3846.0, 3857.0, 3844.0, 3857.0, 3857.0, 3860.0, 3849.0, 3872.0, 3857.0, 3846.0, 3846.0, 3868.0, 3835.0, 3878.0, 3835.0, 3853.0, 3833.0, 3841.0, 3834.0, 3878.0, 3844.0, 3865.0, 3831.0, 3818.0, 3818.0, 3817.0, 3834.0, 3832.0, 3834.0, 3864.0, 3831.0, 3829.0, 3831.0, 3829.0, 3831.0, 3846.0, 3845.0, 3832.0, 3845.0, 3831.0, 3832.0, 3830.0, 3832.0, 3831.0, 3844.0, 3832.0, 3847.0, 3858.0, 3858.0, 3857.0, 3859.0, 3858.0, 3859.0, 3869.0, 3874.0, 3881.0, 3859.0, 3867.0, 3846.0, 3879.0, 3845.0, 3879.0, 3845.0, 3864.0, 3832.0, 3853.0, 3831.0, 3865.0, 3853.0, 3862.0, 3831.0, 3851.0, 3818.0, 3817.0, 3819.0, 3862.0, 3828.0, 3831.0, 3830.0, 3818.0, 3828.0, 3829.0, 3821.0, 3831.0, 3832.0, 3830.0, 3831.0, 3830.0, 3842.0, 3844.0, 3844.0, 3855.0, 3843.0, 3843.0, 3844.0, 3831.0, 3845.0, 3843.0, 3847.0, 3845.0, 3834.0, 3843.0, 3833.0, 3857.0, 3833.0, 3845.0, 3865.0, 3842.0, 3842.0, 3842.0, 3833.0, 3831.0, 3853.0, 3877.0, 3834.0, 3831.0, 3830.0, 3819.0, 3831.0, 3821.0, 3833.0, 3863.0, 3833.0, 3853.0, 3831.0, 3841.0, 3833.0, 3846.0, 3835.0, 3832.0, 3832.0, 3820.0, 3831.0, 3831.0, 3844.0, 3834.0, 3847.0, 3845.0, 3833.0, 3845.0, 3845.0, 3858.0, 3878.0, 3859.0, 3865.0, 3833.0, 3852.0, 3832.0, 3841.0, 3846.0, 3845.0, 3835.0, 3865.0, 3843.0, 3831.0, 3833.0, 3822.0, 3847.0, 3835.0, 3859.0, 3857.0, 3844.0, 3846.0, 3858.0, 3850.0, 3847.0, 3850.0, 3876.0, 3845.0, 3854.0, 3834.0, 3880.0, 3849.0, 3875.0, 3847.0, 3864.0, 3833.0, 3821.0, 3845.0, 3869.0, 3856.0, 3887.0, 3832.0, 3831.0, 3830.0, 3821.0, 3831.0, 3831.0, 3822.0, 3845.0, 3831.0, 3831.0, 3833.0, 3844.0, 3848.0, 3834.0, 3849.0, 3866.0, 3845.0, 3851.0, 3831.0, 3841.0, 3844.0, 3854.0, 3848.0, 3865.0, 3833.0, 3853.0, 3832.0, 3852.0, 3845.0, 3866.0, 3834.0, 3843.0, 3832.0, 3817.0, 3829.0, 3818.0, 3832.0, 3834.0, 3843.0, 3845.0, 3859.0, 3845.0, 3858.0, 3857.0, 3871.0, 3859.0, 3874.0, 3859.0, 3847.0, 3856.0, 3845.0, 3878.0, 3858.0, 3877.0, 3854.0, 3850.0, 3818.0, 3839.0, 3829.0, 3829.0, 3832.0, 3863.0, 3832.0, 3831.0, 3829.0, 3830.0, 3842.0, 3852.0, 3877.0, 3830.0, 3829.0, 3819.0, 3818.0, 3832.0, 3852.0, 3821.0, 3852.0, 3818.0, 3817.0, 3817.0, 3815.0, 3816.0, 3830.0, 3816.0, 3830.0, 3830.0, 3827.0, 3830.0, 3830.0, 3830.0, 3843.0, 3844.0, 3843.0, 3843.0, 3831.0, 3841.0, 3828.0, 3843.0, 3832.0, 3833.0, 3865.0, 3833.0, 3829.0, 3832.0, 3819.0, 3843.0, 3848.0, 3834.0, 3855.0, 3833.0, 3831.0, 3829.0, 3829.0, 3843.0, 3832.0, 3844.0, 3849.0, 3857.0, 3857.0, 3857.0, 3844.0, 3849.0, 3878.0, 3870.0, 3855.0, 3833.0, 3863.0, 3832.0, 3862.0, 3835.0, 3865.0, 3821.0, 3853.0, 3817.0, 3818.0, 3817.0, 3818.0, 3818.0, 3831.0, 3831.0, 3843.0, 3843.0, 3841.0, 3844.0, 3843.0, 3857.0, 3846.0, 3858.0, 3859.0, 3857.0, 3846.0, 3847.0, 3859.0, 3860.0, 3878.0, 3869.0, 3853.0, 3832.0, 3851.0, 3833.0, 3876.0, 3865.0, 3866.0, 3830.0, 3828.0, 3817.0, 3818.0, 3828.0, 3829.0, 3818.0, 3820.0, 3829.0, 3831.0, 3829.0, 3828.0, 3830.0, 3831.0, 3855.0, 3843.0, 3831.0, 3831.0, 3817.0, 3831.0, 3841.0, 3845.0, 3872.0, 3831.0, 3849.0, 3818.0, 3838.0, 3832.0, 3874.0, 3843.0, 3850.0, 3829.0, 3817.0, 3828.0, 3830.0, 3832.0, 3831.0, 3842.0, 3832.0, 3830.0, 3842.0, 3830.0, 3830.0, 3830.0, 3831.0, 3829.0, 3845.0, 3830.0, 3854.0, 3821.0, 3856.0], 'WindowWidth': [8833.0, 8721.0, 8747.0, 8671.0, 8705.0, 8697.0, 8716.0, 8646.0, 8642.0, 8629.0, 8667.0, 8619.0, 8636.0, 8628.0, 8664.0, 8634.0, 8662.0, 8640.0, 8646.0, 8597.0, 8622.0, 8592.0, 8620.0, 8588.0, 8620.0, 8615.0, 8620.0, 8591.0, 8570.0, 8588.0, 8576.0, 8605.0, 8598.0, 8610.0, 8595.0, 8610.0, 8598.0, 8610.0, 8601.0, 8636.0, 8603.0, 8634.0, 8600.0, 8600.0, 8629.0, 8615.0, 8675.0, 8616.0, 8604.0, 8613.0, 8598.0, 8610.0, 8615.0, 8626.0, 8638.0, 8591.0, 8593.0, 8588.0, 8575.0, 8588.0, 8593.0, 8638.0, 8598.0, 8611.0, 8594.0, 8589.0, 8588.0, 8618.0, 8592.0, 8640.0, 8611.0, 8609.0, 8595.0, 8588.0, 8592.0, 8603.0, 8613.0, 8639.0, 8594.0, 8609.0, 8609.0, 8604.0, 8592.0, 8619.0, 8593.0, 8635.0, 8636.0, 8590.0, 8593.0, 8589.0, 8591.0, 8592.0, 8593.0, 8630.0, 8596.0, 8615.0, 8594.0, 8629.0, 8594.0, 8599.0, 8596.0, 8613.0, 8637.0, 8631.0, 8596.0, 8627.0, 8614.0, 8654.0, 8619.0, 8634.0, 8648.0, 8633.0, 8610.0, 8630.0, 8613.0, 8647.0, 8615.0, 8631.0, 8657.0, 8636.0, 8652.0, 8634.0, 8635.0, 8636.0, 8657.0, 8646.0, 8643.0, 8676.0, 8633.0, 8604.0, 8616.0, 8599.0, 8636.0, 8636.0, 8622.0, 8668.0, 8630.0, 8598.0, 8609.0, 8612.0, 8633.0, 8644.0, 8633.0, 8608.0, 8609.0, 8589.0, 8614.0, 8596.0, 8615.0, 8668.0, 8630.0, 8645.0, 8611.0, 8611.0, 8615.0, 8639.0, 8643.0, 8614.0, 8612.0, 8608.0, 8618.0, 8630.0, 8618.0, 8616.0, 8611.0, 8595.0, 8594.0, 8611.0, 8614.0, 8642.0, 8626.0, 8595.0, 8594.0, 8593.0, 8594.0, 8612.0, 8598.0, 8611.0, 8622.0, 8592.0, 8602.0, 8577.0, 8590.0, 8623.0, 8594.0, 8671.0, 8651.0, 8686.0, 8681.0, 8647.0, 8586.0, 8612.0, 8597.0, 8592.0, 8571.0, 8589.0, 8569.0, 8589.0, 8575.0, 8590.0, 8576.0, 8588.0, 8570.0, 8581.0, 8583.0, 8580.0, 8615.0, 8586.0, 8598.0, 8593.0, 8549.0, 8587.0, 8539.0, 8569.0, 8535.0, 8561.0, 8537.0, 8550.0, 8557.0, 8544.0, 8577.0, 8557.0, 8578.0, 8561.0, 8581.0, 8568.0, 8588.0, 8600.0, 8587.0, 8604.0, 8587.0, 8604.0, 8594.0, 8595.0, 8617.0, 8612.0, 8594.0, 8609.0, 8589.0, 8608.0, 8610.0, 8643.0, 8617.0, 8627.0, 8591.0, 8630.0, 8595.0, 8612.0, 8641.0, 8636.0, 8643.0, 8614.0, 8608.0, 8611.0, 8624.0, 8616.0, 8649.0, 8620.0, 8640.0, 8608.0, 8591.0, 8609.0, 8604.0, 8615.0, 8606.0, 8642.0, 8597.0, 8617.0, 8623.0, 8614.0, 8612.0, 8615.0, 8648.0, 8614.0, 8611.0, 8610.0, 8614.0, 8619.0, 8614.0, 8649.0, 8610.0, 8619.0, 8633.0, 8613.0, 8614.0, 8597.0, 8626.0, 8590.0, 8625.0, 8589.0, 8610.0, 8599.0, 8600.0, 8632.0, 8620.0, 8594.0, 8611.0, 8589.0, 8596.0, 8593.0, 8611.0, 8598.0, 8616.0, 8634.0, 8619.0, 8611.0, 8600.0, 8642.0, 8596.0, 8638.0, 8625.0, 8642.0, 8600.0, 8594.0, 8612.0, 8624.0, 8637.0, 8639.0, 8616.0, 8645.0, 8615.0, 8609.0, 8608.0, 8592.0, 8611.0, 8612.0, 8615.0, 8618.0, 8644.0, 8635.0, 8623.0, 8631.0, 8619.0, 8620.0, 8619.0, 8648.0, 8624.0, 8616.0, 8600.0, 8599.0, 8624.0, 8635.0, 8645.0, 8630.0, 8601.0, 8630.0, 8595.0, 8634.0, 8642.0, 8648.0, 8653.0, 8623.0, 8617.0, 8605.0, 8635.0, 8599.0, 8614.0, 8625.0, 8617.0, 8618.0, 8620.0, 8614.0, 8627.0, 8605.0, 8606.0, 8632.0, 8626.0, 8572.0, 8586.0, 8568.0, 8571.0, 8609.0, 8567.0, 8625.0, 8588.0, 8582.0, 8586.0, 8568.0, 8585.0, 8587.0, 8610.0, 8610.0, 8592.0, 8587.0, 8588.0, 8569.0, 8603.0, 8571.0, 8609.0, 8614.0, 8612.0, 8621.0, 8616.0, 8611.0, 8614.0, 8628.0, 8640.0, 8644.0, 8628.0, 8643.0, 8640.0, 8656.0, 8636.0, 8664.0, 8685.0, 8647.0, 8675.0, 8622.0, 8615.0, 8596.0, 8627.0, 8592.0, 8597.0, 8594.0, 8601.0, 8619.0, 8600.0, 8632.0, 8615.0, 8633.0, 8674.0, 8649.0, 8670.0, 8658.0, 8647.0, 8600.0, 8621.0, 8609.0, 8606.0, 8594.0, 8638.0, 8601.0, 8594.0, 8597.0, 8596.0, 8594.0, 8589.0, 8591.0, 8599.0, 8615.0, 8598.0, 8639.0, 8626.0, 8613.0, 8623.0, 8619.0, 8647.0, 8603.0, 8655.0, 8590.0, 8614.0, 8571.0, 8602.0, 8595.0, 8621.0, 8599.0, 8598.0, 8585.0, 8567.0, 8587.0, 8568.0, 8610.0, 8590.0, 8594.0, 8625.0, 8611.0, 8592.0, 8608.0, 8593.0, 8616.0, 8642.0, 8621.0, 8611.0, 8591.0, 8589.0, 8591.0, 8610.0, 8595.0, 8624.0, 8600.0, 8588.0, 8588.0, 8585.0, 8592.0, 8593.0, 8625.0, 8609.0, 8572.0, 8586.0, 8569.0, 8606.0, 8593.0, 8594.0, 8640.0, 8593.0, 8589.0, 8594.0, 8586.0, 8598.0, 8620.0, 8622.0, 8605.0, 8593.0, 8607.0, 8606.0, 8617.0, 8622.0, 8614.0, 8622.0, 8596.0, 8589.0, 8593.0, 8589.0, 8618.0, 8619.0, 8617.0, 8648.0, 8613.0, 8596.0, 8612.0, 8576.0, 8616.0, 8604.0, 8619.0, 8615.0, 8600.0, 8616.0, 8596.0, 8611.0, 8599.0, 8648.0, 8626.0, 8622.0, 8622.0, 8618.0, 8597.0, 8633.0, 8625.0, 8644.0, 8629.0, 8649.0, 8639.0, 8623.0, 8621.0, 8635.0, 8607.0, 8661.0, 8665.0, 8643.0, 8609.0, 8590.0, 8601.0, 8615.0, 8621.0, 8658.0, 8669.0, 8646.0, 8640.0, 8614.0, 8639.0, 8664.0, 8620.0, 8645.0, 8655.0, 8658.0, 8635.0, 8629.0, 8578.0, 8608.0, 8586.0, 8591.0, 8636.0, 8617.0, 8633.0, 8588.0, 8613.0, 8588.0, 8617.0, 8614.0, 8642.0, 8610.0, 8596.0, 8583.0, 8580.0, 8583.0, 8579.0, 8605.0, 8591.0, 8616.0, 8603.0, 8603.0, 8604.0, 8588.0, 8585.0, 8586.0, 8611.0, 8615.0, 8607.0, 8614.0, 8588.0, 8587.0, 8604.0, 8604.0, 8609.0, 8640.0, 8621.0, 8622.0, 8615.0, 8607.0, 8614.0, 8593.0, 8606.0, 8593.0, 8609.0, 8597.0, 8635.0, 8611.0, 8633.0, 8611.0, 8632.0, 8636.0, 8661.0, 8659.0, 8613.0, 8650.0, 8613.0, 8595.0, 8609.0, 8595.0, 8618.0, 8626.0, 8612.0, 8619.0, 8620.0, 8611.0, 8611.0, 8613.0, 8652.0, 8661.0, 8640.0, 8676.0, 8665.0, 8660.0, 8658.0, 8661.0, 8675.0, 8652.0, 8694.0, 8646.0, 8668.0, 8620.0, 8683.0, 8625.0, 8663.0, 8640.0, 8624.0, 8611.0, 8592.0, 8577.0, 8610.0, 8604.0, 8576.0, 8661.0, 8596.0, 8622.0, 8586.0, 8596.0, 8582.0, 8569.0, 8611.0, 8570.0, 8612.0, 8586.0, 8604.0, 8569.0, 8589.0, 8572.0, 8588.0, 8592.0, 8577.0, 8628.0, 8595.0, 8587.0, 8607.0, 8587.0, 8614.0, 8611.0, 8620.0, 8642.0, 8611.0, 8588.0, 8605.0, 8591.0, 8620.0, 8619.0, 8600.0, 8599.0, 8590.0, 8587.0, 8570.0, 8589.0, 8596.0, 8597.0, 8597.0, 8638.0, 8633.0, 8634.0, 8636.0, 8614.0, 8637.0, 8620.0, 8662.0, 8655.0, 8639.0, 8650.0, 8621.0, 8663.0, 8645.0, 8655.0, 8604.0, 8637.0, 8569.0, 8566.0, 8567.0, 8569.0, 8590.0, 8595.0, 8574.0, 8614.0, 8588.0, 8569.0, 8585.0, 8583.0, 8608.0, 8612.0, 8616.0, 8622.0, 8611.0, 8621.0, 8588.0, 8617.0, 8588.0, 8632.0, 8601.0, 8576.0, 8599.0, 8570.0, 8588.0, 8584.0, 8587.0, 8589.0, 8594.0, 8589.0, 8641.0, 8617.0, 8652.0, 8616.0, 8638.0, 8641.0, 8625.0, 8674.0, 8637.0, 8632.0, 8617.0, 8625.0, 8619.0, 8663.0, 8654.0, 8652.0, 8594.0, 8617.0, 8588.0, 8619.0, 8613.0, 8620.0, 8586.0, 8597.0, 8582.0, 8565.0, 8587.0, 8568.0, 8616.0, 8621.0, 8612.0, 8603.0, 8606.0, 8593.0, 8608.0, 8613.0, 8618.0, 8615.0, 8613.0, 8628.0, 8614.0, 8616.0, 8640.0, 8624.0, 8613.0, 8616.0, 8612.0, 8595.0, 8612.0, 8633.0, 8618.0, 8669.0, 8613.0, 8595.0, 8611.0, 8594.0, 8591.0, 8625.0, 8599.0, 8593.0, 8578.0, 8619.0, 8599.0, 8593.0, 8612.0, 8594.0, 8636.0, 8626.0, 8625.0, 8653.0, 8620.0, 8598.0, 8598.0, 8607.0, 8595.0, 8657.0, 8644.0, 8652.0, 8621.0, 8658.0, 8596.0, 8563.0, 8593.0, 8596.0, 8620.0, 8602.0, 8648.0, 8621.0, 8612.0, 8615.0, 8615.0, 8620.0, 8645.0, 8624.0, 8655.0, 8611.0, 8620.0, 8616.0, 8647.0, 8604.0, 8657.0, 8592.0, 8618.0, 8590.0, 8600.0, 8607.0, 8638.0, 8595.0, 8611.0, 8593.0, 8593.0, 8589.0, 8605.0, 8596.0, 8596.0, 8659.0, 8611.0, 8620.0, 8590.0, 8602.0, 8619.0, 8631.0, 8601.0, 8633.0, 8586.0, 8563.0, 8583.0, 8566.0, 8591.0, 8591.0, 8599.0, 8599.0, 8614.0, 8593.0, 8611.0, 8609.0, 8643.0, 8638.0, 8626.0, 8629.0, 8599.0, 8592.0, 8610.0, 8578.0, 8608.0, 8592.0, 8615.0, 8597.0, 8621.0, 8619.0, 8636.0, 8617.0, 8637.0, 8636.0, 8645.0, 8628.0, 8668.0, 8638.0, 8619.0, 8619.0, 8652.0, 8605.0, 8667.0, 8603.0, 8625.0, 8596.0, 8605.0, 8602.0, 8668.0, 8615.0, 8645.0, 8590.0, 8569.0, 8568.0, 8567.0, 8600.0, 8593.0, 8600.0, 8638.0, 8591.0, 8584.0, 8590.0, 8584.0, 8591.0, 8622.0, 8619.0, 8593.0, 8620.0, 8591.0, 8595.0, 8588.0, 8596.0, 8592.0, 8615.0, 8597.0, 8624.0, 8642.0, 8639.0, 8637.0, 8643.0, 8639.0, 8644.0, 8658.0, 8674.0, 8674.0, 8641.0, 8653.0, 8621.0, 8669.0, 8619.0, 8670.0, 8617.0, 8640.0, 8595.0, 8622.0, 8592.0, 8644.0, 8627.0, 8635.0, 8591.0, 8615.0, 8570.0, 8568.0, 8573.0, 8632.0, 8585.0, 8592.0, 8586.0, 8568.0, 8583.0, 8586.0, 8577.0, 8592.0, 8595.0, 8587.0, 8591.0, 8587.0, 8608.0, 8614.0, 8614.0, 8631.0, 8612.0, 8610.0, 8612.0, 8590.0, 8615.0, 8610.0, 8625.0, 8618.0, 8599.0, 8610.0, 8599.0, 8636.0, 8598.0, 8616.0, 8644.0, 8610.0, 8607.0, 8608.0, 8594.0, 8593.0, 8623.0, 8664.0, 8599.0, 8591.0, 8586.0, 8568.0, 8591.0, 8578.0, 8598.0, 8638.0, 8596.0, 8623.0, 8592.0, 8602.0, 8597.0, 8621.0, 8605.0, 8595.0, 8595.0, 8574.0, 8592.0, 8592.0, 8613.0, 8600.0, 8624.0, 8618.0, 8598.0, 8617.0, 8617.0, 8641.0, 8665.0, 8644.0, 8643.0, 8597.0, 8620.0, 8594.0, 8605.0, 8621.0, 8619.0, 8605.0, 8644.0, 8610.0, 8589.0, 8596.0, 8583.0, 8624.0, 8604.0, 8644.0, 8637.0, 8616.0, 8620.0, 8641.0, 8632.0, 8622.0, 8632.0, 8661.0, 8617.0, 8625.0, 8600.0, 8673.0, 8628.0, 8659.0, 8625.0, 8640.0, 8597.0, 8577.0, 8617.0, 8656.0, 8634.0, 8678.0, 8593.0, 8590.0, 8588.0, 8575.0, 8591.0, 8594.0, 8580.0, 8617.0, 8593.0, 8592.0, 8597.0, 8612.0, 8627.0, 8601.0, 8630.0, 8647.0, 8616.0, 8620.0, 8592.0, 8606.0, 8614.0, 8627.0, 8626.0, 8643.0, 8597.0, 8623.0, 8595.0, 8620.0, 8618.0, 8648.0, 8600.0, 8612.0, 8594.0, 8567.0, 8587.0, 8570.0, 8594.0, 8600.0, 8613.0, 8620.0, 8642.0, 8620.0, 8639.0, 8639.0, 8665.0, 8643.0, 8672.0, 8640.0, 8623.0, 8630.0, 8617.0, 8666.0, 8641.0, 8663.0, 8628.0, 8617.0, 8569.0, 8597.0, 8589.0, 8587.0, 8597.0, 8639.0, 8593.0, 8589.0, 8586.0, 8590.0, 8608.0, 8620.0, 8666.0, 8589.0, 8585.0, 8571.0, 8567.0, 8596.0, 8620.0, 8577.0, 8620.0, 8570.0, 8565.0, 8566.0, 8560.0, 8565.0, 8589.0, 8565.0, 8588.0, 8589.0, 8582.0, 8587.0, 8588.0, 8590.0, 8613.0, 8616.0, 8613.0, 8612.0, 8590.0, 8605.0, 8583.0, 8611.0, 8595.0, 8599.0, 8645.0, 8596.0, 8587.0, 8594.0, 8572.0, 8612.0, 8626.0, 8600.0, 8628.0, 8599.0, 8591.0, 8587.0, 8586.0, 8612.0, 8597.0, 8615.0, 8631.0, 8639.0, 8636.0, 8637.0, 8615.0, 8630.0, 8667.0, 8662.0, 8628.0, 8599.0, 8636.0, 8592.0, 8637.0, 8606.0, 8644.0, 8579.0, 8624.0, 8568.0, 8567.0, 8567.0, 8568.0, 8570.0, 8592.0, 8591.0, 8614.0, 8611.0, 8607.0, 8616.0, 8612.0, 8638.0, 8621.0, 8643.0, 8643.0, 8638.0, 8621.0, 8623.0, 8643.0, 8648.0, 8668.0, 8659.0, 8625.0, 8594.0, 8616.0, 8597.0, 8660.0, 8644.0, 8643.0, 8590.0, 8582.0, 8567.0, 8568.0, 8582.0, 8586.0, 8570.0, 8575.0, 8585.0, 8590.0, 8586.0, 8586.0, 8589.0, 8590.0, 8631.0, 8611.0, 8591.0, 8589.0, 8565.0, 8591.0, 8606.0, 8619.0, 8647.0, 8588.0, 8612.0, 8568.0, 8594.0, 8594.0, 8653.0, 8611.0, 8616.0, 8582.0, 8564.0, 8580.0, 8588.0, 8594.0, 8591.0, 8608.0, 8592.0, 8587.0, 8606.0, 8584.0, 8585.0, 8588.0, 8589.0, 8584.0, 8616.0, 8588.0, 8626.0, 8580.0, 8632.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.0009997916666666666</td></tr>
<tr><td colspan=3>aqi</td><td>0.03248407214506172</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.2905789997993</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1793769394208504</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9792348820154441</td></tr>
<tr><td colspan=3>efc</td><td>0.5025</td></tr>
<tr><td colspan=3>fber</td><td>3555.2676</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11069219934937384</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.345679012345679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5212369335963367</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.351633216659968</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.819029478243645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3930481058853976</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109387</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.029907366260886192</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04504190757870674</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>3.8342228148395123</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>19.1219</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.5338</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.8334</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299271.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.76</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2123</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.0224</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3020.2879</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.7579</td></tr>
<tr><td colspan=3>tsnr</td><td>32.13919057266321</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>