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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:22:37.022500</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.99768, -0.0677909, -0.00618284, 0.068015, 0.988996, 0.13138]</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.11254</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7798, -7165, 235, -102, 72, -39, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d54038f-6218-4fa5-83da-ed11e26c137a||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.676703453063965, 0.18247941136360168, 0.00753721734508872, 105.40565490722656], [0.18187814950942993, 2.6534042358398438, 0.3550384044647217, -107.4439926147461], [-0.0165881160646677, -0.35248273611068726, 2.676544427871704, -25.00989532470703], [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': ['132237.022500', '132237.482500', '132237.942500', '132238.402500', '132238.862500', '132239.322500', '132239.782500', '132240.242500', '132240.702500', '132241.162500', '132241.622500', '132242.082500', '132242.542500', '132243.002500', '132243.462500', '132243.922500', '132244.382500', '132244.842500', '132245.302500', '132245.762500', '132246.222500', '132246.682500', '132247.142500', '132247.602500', '132248.062500', '132248.522500', '132248.982500', '132249.442500', '132249.902500', '132250.362500', '132250.822500', '132251.282500', '132251.742500', '132252.202500', '132252.662500', '132253.122500', '132253.582500', '132254.042500', '132254.502500', '132254.962500', '132255.422500', '132255.882500', '132256.342500', '132256.802500', '132257.262500', '132257.722500', '132258.182500', '132258.642500', '132259.102500', '132259.562500', '132300.022500', '132300.482500', '132300.942500', '132301.402500', '132301.862500', '132302.322500', '132302.782500', '132303.242500', '132303.702500', '132304.162500', '132304.622500', '132305.082500', '132305.542500', '132306.002500', '132306.462500', '132306.922500', '132307.382500', '132307.842500', '132308.302500', '132308.762500', '132309.222500', '132309.682500', '132310.142500', '132310.602500', '132311.062500', '132311.522500', '132311.982500', '132312.442500', '132312.902500', '132313.362500', '132313.822500', '132314.282500', '132314.742500', '132315.202500', '132315.662500', '132316.122500', '132316.582500', '132317.042500', '132317.502500', '132317.962500', '132318.422500', '132318.882500', '132319.342500', '132319.802500', '132320.262500', '132320.722500', '132321.182500', '132321.642500', '132322.102500', '132322.562500', '132323.022500', '132323.482500', '132323.942500', '132324.402500', '132324.862500', '132325.322500', '132325.782500', '132326.242500', '132326.702500', '132327.162500', '132327.622500', '132328.082500', '132328.542500', '132329.002500', '132329.462500', '132329.922500', '132330.382500', '132330.842500', '132331.302500', '132331.762500', '132332.222500', '132332.682500', '132333.142500', '132333.602500', '132334.062500', '132334.522500', '132334.982500', '132335.442500', '132335.902500', '132336.362500', '132336.822500', '132337.282500', '132337.742500', '132338.202500', '132338.662500', '132339.122500', '132339.582500', '132340.042500', '132340.502500', '132340.962500', '132341.422500', '132341.882500', '132342.342500', '132342.802500', '132343.262500', '132343.722500', '132344.182500', '132344.642500', '132345.102500', '132345.562500', '132346.022500', '132346.482500', '132346.942500', '132347.402500', '132347.862500', '132348.322500', '132348.782500', '132349.242500', '132349.702500', '132350.162500', '132350.622500', '132351.082500', '132351.542500', '132352.002500', '132352.462500', '132352.922500', '132353.382500', '132353.842500', '132354.302500', '132354.762500', '132355.222500', '132355.682500', '132356.142500', '132356.602500', '132357.062500', '132357.522500', '132357.982500', '132358.442500', '132358.902500', '132359.362500', '132359.822500', '132400.282500', '132400.742500', '132401.202500', '132401.662500', '132402.122500', '132402.582500', '132403.042500', '132403.502500', '132403.962500', '132404.422500', '132404.882500', '132405.342500', '132405.802500', '132406.262500', '132406.722500', '132407.182500', '132407.642500', '132408.102500', '132408.562500', '132409.022500', '132409.482500', '132409.942500', '132410.402500', '132410.862500', '132411.322500', '132411.782500', '132412.242500', '132412.702500', '132413.162500', '132413.622500', '132414.082500', '132414.542500', '132415.002500', '132415.462500', '132415.922500', '132416.382500', '132416.842500', '132417.302500', '132417.762500', '132418.222500', '132418.682500', '132419.142500', '132419.602500', '132420.062500', '132420.522500', '132420.982500', '132421.442500', '132421.902500', '132422.362500', '132422.822500', '132423.282500', '132423.742500', '132424.202500', '132424.662500', '132425.122500', '132425.582500', '132426.042500', '132426.502500', '132426.962500', '132427.422500', '132427.882500', '132428.342500', '132428.802500', '132429.262500', '132429.722500', '132430.182500', '132430.642500', '132431.102500', '132431.562500', '132432.022500', '132432.482500', '132432.942500', '132433.402500', '132433.862500', '132434.322500', '132434.782500', '132435.242500', '132435.702500', '132436.162500', '132436.622500', '132437.082500', '132437.542500', '132438.002500', '132438.462500', '132438.922500', '132439.382500', '132439.842500', '132440.302500', '132440.762500', '132441.222500', '132441.682500', '132442.142500', '132442.602500', '132443.062500', '132443.522500', '132443.982500', '132444.442500', '132444.902500', '132445.362500', '132445.822500', '132446.282500', '132446.742500', '132447.202500', '132447.662500', '132448.122500', '132448.582500', '132449.042500', '132449.502500', '132449.962500', '132450.422500', '132450.882500', '132451.342500', '132451.802500', '132452.262500', '132452.722500', '132453.182500', '132453.642500', '132454.102500', '132454.562500', '132455.022500', '132455.482500', '132455.942500', '132456.402500', '132456.862500', '132457.322500', '132457.782500', '132458.242500', '132458.702500', '132459.162500', '132459.622500', '132500.082500', '132500.542500', '132501.002500', '132501.462500', '132501.922500', '132502.382500', '132502.842500', '132503.302500', '132503.762500', '132504.222500', '132504.682500', '132505.142500', '132505.602500', '132506.062500', '132506.522500', '132506.982500', '132507.442500', '132507.902500', '132508.362500', '132508.822500', '132509.282500', '132509.742500', '132510.202500', '132510.662500', '132511.122500', '132511.582500', '132512.042500', '132512.502500', '132512.962500', '132513.422500', '132513.882500', '132514.342500', '132514.802500', '132515.262500', '132515.722500', '132516.182500', '132516.642500', '132517.102500', '132517.562500', '132518.022500', '132518.482500', '132518.942500', '132519.402500', '132519.862500', '132520.322500', '132520.782500', '132521.242500', '132521.702500', '132522.162500', '132522.622500', '132523.082500', '132523.542500', '132524.002500', '132524.462500', '132524.922500', '132525.382500', '132525.842500', '132526.302500', '132526.762500', '132527.222500', '132527.682500', '132528.142500', '132528.602500', '132529.062500', '132529.522500', '132529.982500', '132530.442500', '132530.902500', '132531.362500', '132531.822500', '132532.282500', '132532.742500', '132533.202500', '132533.662500', '132534.122500', '132534.582500', '132535.042500', '132535.502500', '132535.962500', '132536.422500', '132536.882500', '132537.342500', '132537.802500', '132538.262500', '132538.722500', '132539.182500', '132539.642500', '132540.102500', '132540.562500', '132541.022500', '132541.482500', '132541.942500', '132542.402500', '132542.862500', '132543.322500', '132543.782500', '132544.242500', '132544.702500', '132545.162500', '132545.622500', '132546.082500', '132546.542500', '132547.002500', '132547.462500', '132547.922500', '132548.382500', '132548.842500', '132549.302500', '132549.762500', '132550.222500', '132550.682500', '132551.142500', '132551.602500', '132552.062500', '132552.522500', '132552.982500', '132553.442500', '132553.902500', '132554.362500', '132554.822500', '132555.282500', '132555.742500', '132556.202500', '132556.662500', '132557.122500', '132557.582500', '132558.042500', '132558.502500', '132558.962500', '132559.422500', '132559.882500', '132600.342500', '132600.802500', '132601.262500', '132601.722500', '132602.182500', '132602.642500', '132603.102500', '132603.562500', '132604.022500', '132604.482500', '132604.942500', '132605.402500', '132605.862500', '132606.322500', '132606.782500', '132607.242500', '132607.702500', '132608.162500', '132608.622500', '132609.082500', '132609.542500', '132610.002500', '132610.462500', '132610.922500', '132611.382500', '132611.842500', '132612.302500', '132612.762500', '132613.222500', '132613.682500', '132614.142500', '132614.602500', '132615.062500', '132615.522500', '132615.982500', '132616.442500', '132616.902500', '132617.362500', '132617.822500', '132618.282500', '132618.742500', '132619.202500', '132619.662500', '132620.122500', '132620.582500', '132621.042500', '132621.502500', '132621.962500', '132622.422500', '132622.882500', '132623.342500', '132623.802500', '132624.262500', '132624.722500', '132625.182500', '132625.642500', '132626.102500', '132626.562500', '132627.022500', '132627.482500', '132627.942500', '132628.402500', '132628.862500', '132629.322500', '132629.782500', '132630.242500', '132630.702500', '132631.162500', '132631.622500', '132632.082500', '132632.542500', '132633.002500', '132633.462500', '132633.922500', '132634.382500', '132634.842500', '132635.302500', '132635.762500', '132636.222500', '132636.682500', '132637.142500', '132637.602500', '132638.062500', '132638.522500', '132638.982500', '132639.442500', '132639.902500', '132640.362500', '132640.822500', '132641.282500', '132641.742500', '132642.202500', '132642.662500', '132643.122500', '132643.582500', '132644.042500', '132644.502500', '132644.962500', '132645.422500', '132645.882500', '132646.342500', '132646.802500', '132647.262500', '132647.722500', '132648.182500', '132648.642500', '132649.102500', '132649.562500', '132650.022500', '132650.482500', '132650.942500', '132651.402500', '132651.862500', '132652.322500', '132652.782500', '132653.242500', '132653.702500', '132654.162500', '132654.622500', '132655.082500', '132655.542500', '132656.002500', '132656.462500', '132656.922500', '132657.382500', '132657.842500', '132658.302500', '132658.762500', '132659.222500', '132659.682500', '132700.142500', '132700.602500', '132701.062500', '132701.522500', '132701.982500', '132702.442500', '132702.902500', '132703.362500', '132703.822500', '132704.282500', '132704.742500', '132705.202500', '132705.662500', '132706.122500', '132706.582500', '132707.042500', '132707.502500', '132707.962500', '132708.422500', '132708.882500', '132709.342500', '132709.802500', '132710.262500', '132710.722500', '132711.182500', '132711.642500', '132712.102500', '132712.562500', '132713.022500', '132713.482500', '132713.942500', '132714.402500', '132714.862500', '132715.322500', '132715.782500', '132716.242500', '132716.702500', '132717.162500', '132717.622500', '132718.082500', '132718.542500', '132719.002500', '132719.462500', '132719.922500', '132720.382500', '132720.842500', '132721.302500', '132721.762500', '132722.222500', '132722.682500', '132723.142500', '132723.602500', '132724.062500', '132724.522500', '132724.982500', '132725.442500', '132725.902500', '132726.362500', '132726.822500', '132727.282500', '132727.742500', '132728.202500', '132728.662500', '132729.122500', '132729.582500', '132730.042500', '132730.502500', '132730.962500', '132731.422500', '132731.882500', '132732.342500', '132732.802500', '132733.262500', '132733.722500', '132734.182500', '132734.642500', '132735.102500', '132735.562500', '132736.022500', '132736.482500', '132736.942500', '132737.402500', '132737.862500', '132738.322500', '132738.782500', '132739.242500', '132739.702500', '132740.162500', '132740.622500', '132741.082500', '132741.542500', '132742.002500', '132742.462500', '132742.922500', '132743.382500', '132743.842500', '132744.302500', '132744.762500', '132745.222500', '132745.682500', '132746.142500', '132746.602500', '132747.062500', '132747.522500', '132747.982500', '132748.442500', '132748.902500', '132749.362500', '132749.822500', '132750.282500', '132750.742500', '132751.202500', '132751.662500', '132752.122500', '132752.582500', '132753.042500', '132753.502500', '132753.962500', '132754.422500', '132754.882500', '132755.342500', '132755.802500', '132756.262500', '132756.722500', '132757.182500', '132757.642500', '132758.102500', '132758.562500', '132759.022500', '132759.482500', '132759.942500', '132800.402500', '132800.862500', '132801.322500', '132801.782500', '132802.242500', '132802.702500', '132803.162500', '132803.622500', '132804.082500', '132804.542500', '132805.002500', '132805.462500', '132805.922500', '132806.382500', '132806.842500', '132807.302500', '132807.762500', '132808.222500', '132808.682500', '132809.142500', '132809.602500', '132810.062500', '132810.522500', '132810.982500', '132811.442500', '132811.902500', '132812.362500', '132812.822500', '132813.282500', '132813.742500', '132814.202500', '132814.662500', '132815.122500', '132815.582500', '132816.042500', '132816.502500', '132816.962500', '132817.422500', '132817.882500', '132818.342500', '132818.802500', '132819.262500', '132819.722500', '132820.182500', '132820.642500', '132821.102500', '132821.562500', '132822.022500', '132822.482500', '132822.942500', '132823.402500', '132823.862500', '132824.322500', '132824.782500', '132825.242500', '132825.702500', '132826.162500', '132826.622500', '132827.082500', '132827.542500', '132828.002500', '132828.462500', '132828.922500', '132829.382500', '132829.842500', '132830.302500', '132830.762500', '132831.222500', '132831.682500', '132832.142500', '132832.602500', '132833.062500', '132833.522500', '132833.982500', '132834.442500', '132834.902500', '132835.362500', '132835.822500', '132836.282500', '132836.742500', '132837.202500', '132837.662500', '132838.122500', '132838.582500', '132839.042500', '132839.502500', '132839.962500', '132840.422500', '132840.882500', '132841.342500', '132841.802500', '132842.262500', '132842.722500', '132843.182500', '132843.642500', '132844.102500', '132844.562500', '132845.022500', '132845.482500', '132845.942500', '132846.402500', '132846.862500', '132847.322500', '132847.782500', '132848.242500', '132848.702500', '132849.162500', '132849.622500', '132850.082500', '132850.542500', '132851.002500', '132851.462500', '132851.922500', '132852.382500', '132852.842500', '132853.302500', '132853.762500', '132854.222500', '132854.682500', '132855.142500', '132855.602500', '132856.062500', '132856.522500', '132856.982500', '132857.442500', '132857.902500', '132858.362500', '132858.822500', '132859.282500', '132859.742500', '132900.202500', '132900.662500', '132901.122500', '132901.582500', '132902.042500', '132902.502500', '132902.962500', '132903.422500', '132903.882500', '132904.342500', '132904.802500', '132905.262500', '132905.722500', '132906.182500', '132906.642500', '132907.102500', '132907.562500', '132908.022500', '132908.482500', '132908.942500', '132909.402500', '132909.862500', '132910.322500', '132910.782500', '132911.242500', '132911.702500', '132912.162500', '132912.622500', '132913.082500', '132913.542500', '132914.002500', '132914.462500', '132914.922500', '132915.382500', '132915.842500', '132916.302500', '132916.762500', '132917.222500', '132917.682500', '132918.142500', '132918.602500', '132919.062500', '132919.522500', '132919.982500', '132920.442500', '132920.902500', '132921.362500', '132921.822500', '132922.282500', '132922.742500', '132923.202500', '132923.662500', '132924.122500', '132924.582500', '132925.042500', '132925.502500', '132925.962500', '132926.422500', '132926.882500', '132927.342500', '132927.802500', '132928.262500', '132928.722500', '132929.182500', '132929.642500', '132930.102500', '132930.562500', '132931.022500', '132931.482500', '132931.942500', '132932.402500', '132932.862500', '132933.322500', '132933.782500', '132934.242500', '132934.702500', '132935.162500', '132935.622500', '132936.082500', '132936.542500', '132937.002500', '132937.462500', '132937.922500', '132938.382500', '132938.842500', '132939.302500', '132939.762500', '132940.222500', '132940.682500', '132941.142500', '132941.602500', '132942.062500', '132942.522500', '132942.982500', '132943.442500', '132943.902500', '132944.362500', '132944.822500', '132945.282500', '132945.742500', '132946.202500', '132946.662500', '132947.122500', '132947.582500', '132948.042500', '132948.502500', '132948.962500', '132949.422500', '132949.882500', '132950.342500', '132950.802500', '132951.262500', '132951.722500', '132952.182500', '132952.642500', '132953.102500', '132953.562500', '132954.022500', '132954.482500', '132954.942500', '132955.402500', '132955.862500', '132956.322500', '132956.782500', '132957.242500', '132957.702500', '132958.162500', '132958.622500', '132959.082500', '132959.542500', '133000.002500', '133000.462500', '133000.922500', '133001.382500', '133001.842500', '133002.302500', '133002.762500', '133003.222500', '133003.682500', '133004.142500', '133004.602500', '133005.062500', '133005.522500', '133005.982500', '133006.442500', '133006.902500', '133007.362500', '133007.822500', '133008.282500', '133008.742500', '133009.202500', '133009.662500', '133010.122500', '133010.582500', '133011.042500', '133011.502500', '133011.962500', '133012.422500', '133012.882500', '133013.342500', '133013.802500', '133014.262500', '133014.722500', '133015.182500', '133015.642500', '133016.102500', '133016.562500', '133017.022500', '133017.482500', '133017.942500', '133018.402500', '133018.862500', '133019.322500', '133019.782500', '133020.242500', '133020.702500', '133021.162500', '133021.622500', '133022.082500', '133022.542500', '133023.002500', '133023.462500', '133023.922500', '133024.382500', '133024.842500', '133025.302500', '133025.762500', '133026.222500', '133026.682500', '133027.142500', '133027.602500', '133028.062500', '133028.522500', '133028.982500', '133029.442500', '133029.902500', '133030.362500', '133030.822500', '133031.282500', '133031.742500', '133032.202500', '133032.662500', '133033.122500', '133033.582500', '133034.042500', '133034.502500', '133034.962500', '133035.422500', '133035.882500', '133036.342500', '133036.802500', '133037.262500', '133037.722500', '133038.182500', '133038.642500', '133039.102500', '133039.562500', '133040.022500', '133040.482500', '133040.942500', '133041.402500', '133041.862500', '133042.322500', '133042.782500', '133043.242500', '133043.702500', '133044.162500', '133044.622500', '133045.082500', '133045.542500', '133046.002500', '133046.462500', '133046.922500', '133047.382500', '133047.842500', '133048.302500', '133048.762500', '133049.222500', '133049.682500', '133050.142500', '133050.602500', '133051.062500', '133051.522500', '133051.982500', '133052.442500', '133052.902500', '133053.362500', '133053.822500', '133054.282500', '133054.742500', '133055.202500', '133055.662500', '133056.122500', '133056.582500', '133057.042500', '133057.502500', '133057.962500', '133058.422500', '133058.882500', '133059.342500', '133059.802500', '133100.262500', '133100.722500', '133101.182500', '133101.642500', '133102.102500', '133102.562500', '133103.022500', '133103.482500', '133103.942500', '133104.402500', '133104.862500', '133105.322500', '133105.782500', '133106.242500', '133106.702500', '133107.162500', '133107.622500', '133108.082500', '133108.542500', '133109.002500', '133109.462500', '133109.922500', '133110.382500', '133110.842500', '133111.302500', '133111.762500', '133112.222500', '133112.682500', '133113.142500', '133113.602500', '133114.062500', '133114.522500', '133114.982500', '133115.442500', '133115.902500', '133116.362500', '133116.822500', '133117.282500', '133117.742500', '133118.202500', '133118.662500', '133119.122500', '133119.582500', '133120.042500', '133120.502500', '133120.962500', '133121.422500', '133121.882500', '133122.342500', '133122.802500', '133123.262500', '133123.722500', '133124.182500', '133124.642500', '133125.102500', '133125.562500', '133126.022500', '133126.482500', '133126.942500', '133127.402500', '133127.862500', '133128.322500', '133128.782500', '133129.242500', '133129.702500', '133130.162500', '133130.622500', '133131.082500', '133131.542500', '133132.002500', '133132.462500', '133132.922500', '133133.382500', '133133.842500', '133134.302500', '133134.762500', '133135.222500', '133135.682500', '133136.142500', '133136.602500', '133137.062500', '133137.522500', '133137.982500', '133138.442500', '133138.902500', '133139.362500', '133139.822500', '133140.282500', '133140.742500', '133141.202500', '133141.662500', '133142.122500', '133142.582500', '133143.042500', '133143.502500', '133143.962500', '133144.422500', '133144.882500', '133145.342500', '133145.802500', '133146.262500', '133146.722500', '133147.182500', '133147.642500', '133148.102500', '133148.562500', '133149.022500', '133149.482500', '133149.942500', '133150.402500', '133150.862500', '133151.322500', '133151.782500', '133152.242500', '133152.702500', '133153.162500', '133153.622500', '133154.082500', '133154.542500', '133155.002500', '133155.462500', '133155.922500', '133156.382500', '133156.842500', '133157.302500', '133157.762500', '133158.222500', '133158.682500', '133159.142500', '133159.602500', '133200.062500', '133200.522500', '133200.982500', '133201.442500', '133201.902500', '133202.362500', '133202.822500', '133203.282500', '133203.742500', '133204.202500', '133204.662500', '133205.122500', '133205.582500', '133206.042500', '133206.502500', '133206.962500', '133207.422500', '133207.882500', '133208.342500', '133208.802500', '133209.262500', '133209.722500', '133210.182500', '133210.642500', '133211.102500', '133211.562500', '133212.022500', '133212.482500', '133212.942500', '133213.402500', '133213.862500', '133214.322500', '133214.782500', '133215.242500', '133215.702500', '133216.162500', '133216.622500', '133217.082500', '133217.542500', '133218.002500', '133218.462500', '133218.922500', '133219.382500', '133219.842500', '133220.302500', '133220.762500', '133221.222500', '133221.682500', '133222.142500', '133222.602500', '133223.062500', '133223.522500', '133223.982500', '133224.442500', '133224.902500', '133225.362500', '133225.822500', '133226.282500', '133226.742500', '133227.202500', '133227.662500', '133228.122500', '133228.582500', '133229.042500', '133229.502500', '133229.962500', '133230.422500', '133230.882500', '133231.342500', '133231.802500', '133232.262500', '133232.722500', '133233.182500', '133233.642500'], 'ContentTime': ['132242.658000', '132242.662000', '132242.665000', '132242.676000', '132242.678000', '132242.681000', '132242.690000', '132242.693000', '132242.695000', '132302.617000', '132302.620000', '132302.623000', '132302.652000', '132302.655000', '132302.657000', '132302.666000', '132302.668000', '132302.671000', '132302.673000', '132302.676000', '132302.679000', '132302.681000', '132302.684000', '132302.686000', '132302.689000', '132302.691000', '132302.694000', '132302.696000', '132302.699000', '132302.702000', '132302.704000', '132302.707000', '132302.709000', '132302.712000', '132302.714000', '132302.717000', '132302.720000', '132302.722000', '132302.725000', '132302.727000', '132302.730000', '132302.732000', '132302.735000', '132302.738000', '132302.740000', '132302.743000', '132302.745000', '132302.748000', '132302.750000', '132302.753000', '132302.756000', '132302.758000', '132302.761000', '132322.617000', '132322.620000', '132322.623000', '132322.625000', '132322.628000', '132322.631000', '132322.633000', '132322.636000', '132322.638000', '132322.641000', '132322.643000', '132322.646000', '132322.648000', '132322.651000', '132322.654000', '132322.656000', '132322.659000', '132322.661000', '132322.664000', '132322.667000', '132322.669000', '132322.672000', '132322.675000', '132322.678000', '132322.681000', '132322.684000', '132322.686000', '132322.690000', '132322.693000', '132322.695000', '132322.698000', '132322.701000', '132322.703000', '132322.706000', '132322.709000', '132322.711000', '132322.714000', '132322.716000', '132322.719000', '132322.721000', '132322.724000', '132322.727000', '132322.729000', '132342.617000', '132342.620000', '132342.623000', '132342.626000', '132342.629000', '132342.631000', '132342.634000', '132342.637000', '132342.639000', '132342.642000', '132342.644000', '132342.647000', '132342.649000', '132342.652000', '132342.655000', '132342.657000', '132342.660000', '132342.662000', '132342.665000', '132342.668000', '132342.670000', '132342.673000', '132342.675000', '132342.678000', '132342.681000', '132342.683000', '132342.686000', '132342.688000', '132342.691000', '132342.694000', '132342.696000', '132342.699000', '132342.701000', '132342.704000', '132342.707000', '132342.709000', '132342.712000', '132342.714000', '132342.717000', '132342.719000', '132342.722000', '132342.725000', '132342.727000', '132342.730000', '132402.617000', '132402.620000', '132402.623000', '132402.626000', '132402.628000', '132402.631000', '132402.634000', '132402.636000', '132402.639000', '132402.641000', '132402.644000', '132402.647000', '132402.649000', '132402.652000', '132402.655000', '132402.658000', '132402.660000', '132402.663000', '132402.665000', '132402.668000', '132402.670000', '132402.673000', '132402.676000', '132402.678000', '132402.681000', '132402.683000', '132402.686000', '132402.690000', '132402.692000', '132402.695000', '132402.697000', '132402.700000', '132402.703000', '132402.705000', '132402.708000', '132402.710000', '132402.713000', '132402.716000', '132402.718000', '132402.722000', '132402.746000', '132402.748000', '132402.751000', '132422.618000', '132422.621000', '132422.624000', '132422.627000', '132422.629000', '132422.632000', '132422.635000', '132422.637000', '132422.640000', '132422.642000', '132422.645000', '132422.648000', '132422.650000', '132422.653000', '132422.655000', '132422.658000', '132422.661000', '132422.663000', '132422.666000', '132422.668000', '132422.671000', '132422.673000', '132422.676000', '132422.679000', '132422.681000', '132422.684000', '132422.686000', '132422.689000', '132422.742000', '132422.744000', '132422.747000', '132422.750000', '132422.752000', '132422.755000', '132422.758000', '132422.760000', '132422.763000', '132422.765000', '132422.768000', '132422.771000', '132422.773000', '132422.776000', '132422.778000', '132422.781000', '132442.618000', '132442.621000', '132442.624000', '132442.626000', '132442.629000', '132442.632000', '132442.634000', '132442.637000', '132442.639000', '132442.642000', '132442.644000', '132442.647000', '132442.650000', '132442.652000', '132442.655000', '132442.657000', '132442.660000', '132442.663000', '132442.665000', '132442.668000', '132442.670000', '132442.673000', '132442.676000', '132442.678000', '132442.681000', '132442.683000', '132442.686000', '132442.688000', '132442.691000', '132442.694000', '132442.696000', '132442.699000', '132442.701000', '132442.704000', '132442.706000', '132442.709000', '132442.712000', '132442.714000', '132442.717000', '132442.719000', '132442.722000', '132442.725000', '132442.728000', '132502.617000', '132502.620000', '132502.623000', '132502.626000', '132502.628000', '132502.631000', '132502.633000', '132502.636000', '132502.639000', '132502.641000', '132502.644000', '132502.646000', '132502.649000', '132502.651000', '132502.654000', '132502.657000', '132502.659000', '132502.662000', '132502.664000', '132502.667000', '132502.669000', '132502.672000', '132502.675000', '132502.677000', '132502.680000', '132502.682000', '132502.685000', '132502.688000', '132502.690000', '132502.693000', '132502.695000', '132502.698000', '132502.700000', '132502.703000', '132502.706000', '132502.708000', '132502.711000', '132502.713000', '132502.716000', '132502.718000', '132502.721000', '132502.724000', '132502.726000', '132502.729000', '132522.617000', '132522.620000', '132522.623000', '132522.625000', '132522.628000', '132522.631000', '132522.633000', '132522.636000', '132522.638000', '132522.641000', '132522.643000', '132522.646000', '132522.649000', '132522.651000', '132522.654000', '132522.656000', '132522.659000', '132522.662000', '132522.664000', '132522.667000', '132522.669000', '132522.672000', '132522.674000', '132522.677000', '132522.680000', '132522.682000', '132522.685000', '132522.687000', '132522.690000', '132522.693000', '132522.695000', '132522.698000', '132522.700000', '132522.703000', '132522.706000', '132522.708000', '132522.711000', '132522.713000', '132522.716000', '132522.719000', '132522.721000', '132522.724000', '132522.726000', '132542.617000', '132542.620000', '132542.623000', '132542.625000', '132542.628000', '132542.631000', '132542.633000', '132542.636000', '132542.638000', '132542.641000', '132542.643000', '132542.646000', '132542.648000', '132542.651000', '132542.654000', '132542.656000', '132542.659000', '132542.661000', '132542.664000', '132542.667000', '132542.669000', '132542.672000', '132542.674000', '132542.677000', '132542.679000', '132542.682000', '132542.685000', '132542.687000', '132542.690000', '132542.692000', '132542.695000', '132542.698000', '132542.700000', '132542.703000', '132542.705000', '132542.708000', '132542.710000', '132542.713000', '132542.716000', '132542.718000', '132542.721000', '132542.723000', '132542.726000', '132542.728000', '132602.618000', '132602.620000', '132602.623000', '132602.625000', '132602.628000', '132602.631000', '132602.633000', '132602.636000', '132602.638000', '132602.641000', '132602.651000', '132602.654000', '132602.656000', '132602.659000', '132602.662000', '132602.664000', '132602.667000', '132602.670000', '132602.672000', '132602.675000', '132602.677000', '132602.680000', '132602.682000', '132602.696000', '132602.699000', '132602.701000', '132602.704000', '132602.707000', '132602.709000', '132602.712000', '132602.714000', '132602.717000', '132602.720000', '132602.722000', '132602.725000', '132602.727000', '132602.730000', '132602.733000', '132602.736000', '132602.738000', '132602.741000', '132602.743000', '132602.746000', '132622.618000', '132622.621000', '132622.624000', '132622.626000', '132622.629000', '132622.632000', '132622.634000', '132622.637000', '132622.639000', '132622.642000', '132622.644000', '132622.647000', '132622.650000', '132622.652000', '132622.655000', '132622.657000', '132622.660000', '132622.663000', '132622.665000', '132622.668000', '132622.671000', '132622.673000', '132622.676000', '132622.679000', '132622.682000', '132622.685000', '132622.687000', '132622.690000', '132622.692000', '132622.695000', '132622.698000', '132622.700000', '132622.703000', '132622.706000', '132622.708000', '132622.711000', '132622.713000', '132622.716000', '132622.719000', '132622.721000', '132622.724000', '132622.726000', '132622.729000', '132642.618000', '132642.621000', '132642.624000', '132642.627000', '132642.629000', '132642.632000', '132642.635000', '132642.637000', '132642.640000', '132642.642000', '132642.645000', '132642.648000', '132642.650000', '132642.653000', '132642.655000', '132642.658000', '132642.661000', '132642.663000', '132642.666000', '132642.668000', '132642.671000', '132642.673000', '132642.676000', '132642.679000', '132642.681000', '132642.684000', '132642.686000', '132642.689000', '132642.691000', '132642.694000', '132642.697000', '132642.699000', '132642.702000', '132642.705000', '132642.707000', '132642.710000', '132642.712000', '132642.715000', '132642.718000', '132642.720000', '132642.723000', '132642.725000', '132642.728000', '132642.730000', '132702.619000', '132702.621000', '132702.624000', '132702.627000', '132702.629000', '132702.632000', '132702.634000', '132702.637000', '132702.640000', '132702.642000', '132702.645000', '132702.647000', '132702.650000', '132702.652000', '132702.655000', '132702.658000', '132702.660000', '132702.663000', '132702.665000', '132702.668000', '132702.671000', '132702.673000', '132702.676000', '132702.678000', '132702.681000', '132702.683000', '132702.686000', '132702.689000', '132702.691000', '132702.694000', '132702.696000', '132702.699000', '132702.701000', '132702.704000', '132702.707000', '132702.709000', '132702.712000', '132702.715000', '132702.717000', '132702.720000', '132702.723000', '132702.725000', '132702.728000', '132702.730000', '132722.617000', '132722.620000', '132722.623000', '132722.625000', '132722.628000', '132722.631000', '132722.633000', '132722.636000', '132722.639000', '132722.641000', '132722.644000', '132722.646000', '132722.649000', '132722.652000', '132722.654000', '132722.657000', '132722.660000', '132722.662000', '132722.665000', '132722.667000', '132722.670000', '132722.673000', '132722.675000', '132722.678000', '132722.686000', '132722.689000', '132722.692000', '132722.694000', '132722.697000', '132722.700000', '132722.702000', '132722.705000', '132722.707000', '132722.710000', '132722.713000', '132722.715000', '132722.718000', '132722.720000', '132722.723000', '132722.725000', '132722.728000', '132722.731000', '132722.733000', '132742.618000', '132742.621000', '132742.624000', '132742.626000', '132742.629000', '132742.651000', '132742.654000', '132742.656000', '132742.659000', '132742.661000', '132742.664000', '132742.667000', '132742.669000', '132742.672000', '132742.674000', '132742.677000', '132742.680000', '132742.682000', '132742.685000', '132742.687000', '132742.690000', '132742.693000', '132742.695000', '132742.698000', '132742.701000', '132742.703000', '132742.706000', '132742.708000', '132742.711000', '132742.714000', '132742.716000', '132742.719000', '132742.721000', '132742.724000', '132742.727000', '132742.729000', '132742.732000', '132742.734000', '132742.737000', '132742.740000', '132742.742000', '132742.745000', '132742.748000', '132802.617000', '132802.620000', '132802.623000', '132802.626000', '132802.629000', '132802.632000', '132802.634000', '132802.637000', '132802.640000', '132802.642000', '132802.645000', '132802.647000', '132802.650000', '132802.653000', '132802.655000', '132802.658000', '132802.660000', '132802.663000', '132802.666000', '132802.668000', '132802.671000', '132802.673000', '132802.676000', '132802.679000', '132802.681000', '132802.684000', '132802.686000', '132802.689000', '132802.692000', '132802.694000', '132802.697000', '132802.699000', '132802.702000', '132802.705000', '132802.708000', '132802.710000', '132802.713000', '132802.715000', '132802.718000', '132802.721000', '132802.723000', '132802.726000', '132802.728000', '132802.731000', '132822.617000', '132822.620000', '132822.623000', '132822.626000', '132822.629000', '132822.631000', '132822.634000', '132822.636000', '132822.639000', '132822.642000', '132822.644000', '132822.647000', '132822.650000', '132822.652000', '132822.655000', '132822.658000', '132822.660000', '132822.663000', '132822.666000', '132822.668000', '132822.671000', '132822.673000', '132822.676000', '132822.679000', '132822.681000', '132822.684000', '132822.686000', '132822.689000', '132822.692000', '132822.694000', '132822.697000', '132822.699000', '132822.702000', '132822.705000', '132822.707000', '132822.710000', '132822.713000', '132822.715000', '132822.718000', '132822.720000', '132822.723000', '132822.726000', '132822.728000', '132822.731000', '132842.618000', '132842.621000', '132842.624000', '132842.627000', '132842.629000', '132842.632000', '132842.635000', '132842.637000', '132842.640000', '132842.642000', '132842.645000', '132842.648000', '132842.650000', '132842.653000', '132842.656000', '132842.658000', '132842.661000', '132842.663000', '132842.666000', '132842.668000', '132842.673000', '132842.675000', '132842.678000', '132842.680000', '132842.683000', '132842.686000', '132842.688000', '132842.691000', '132842.694000', '132842.696000', '132842.699000', '132842.701000', '132842.704000', '132842.707000', '132842.709000', '132842.712000', '132842.715000', '132842.717000', '132842.720000', '132842.723000', '132842.725000', '132842.728000', '132842.731000', '132902.619000', '132902.622000', '132902.624000', '132902.629000', '132902.632000', '132902.634000', '132902.637000', '132902.639000', '132902.642000', '132902.645000', '132902.648000', '132902.650000', '132902.653000', '132902.655000', '132902.658000', '132902.660000', '132902.670000', '132902.673000', '132902.675000', '132902.678000', '132902.680000', '132902.683000', '132902.686000', '132902.690000', '132902.692000', '132902.695000', '132902.697000', '132902.700000', '132902.703000', '132902.705000', '132902.708000', '132902.711000', '132902.713000', '132902.716000', '132902.718000', '132902.721000', '132902.724000', '132902.726000', '132902.729000', '132902.732000', '132902.734000', '132902.737000', '132902.739000', '132922.618000', '132922.621000', '132922.624000', '132922.626000', '132922.629000', '132922.632000', '132922.634000', '132922.637000', '132922.639000', '132922.642000', '132922.645000', '132922.647000', '132922.650000', '132922.653000', '132922.655000', '132922.658000', '132922.661000', '132922.663000', '132922.666000', '132922.668000', '132922.671000', '132922.674000', '132922.676000', '132922.679000', '132922.681000', '132922.684000', '132922.687000', '132922.689000', '132922.692000', '132922.694000', '132922.697000', '132922.700000', '132922.702000', '132922.705000', '132922.707000', '132922.710000', '132922.713000', '132922.715000', '132922.718000', '132922.720000', '132922.723000', '132922.726000', '132922.728000', '132922.731000', '132942.618000', '132942.620000', '132942.623000', '132942.626000', '132942.628000', '132942.631000', '132942.633000', '132942.636000', '132942.639000', '132942.641000', '132942.644000', '132942.646000', '132942.649000', '132942.652000', '132942.654000', '132942.657000', '132942.659000', '132942.662000', '132942.665000', '132942.667000', '132942.670000', '132942.673000', '132942.675000', '132942.678000', '132942.680000', '132942.683000', '132942.686000', '132942.688000', '132942.691000', '132942.694000', '132942.696000', '132942.699000', '132942.701000', '132942.704000', '132942.707000', '132942.709000', '132942.712000', '132942.714000', '132942.717000', '132942.719000', '132942.722000', '132942.725000', '132942.727000', '133002.618000', '133002.621000', '133002.623000', '133002.626000', '133002.629000', '133002.631000', '133002.634000', '133002.637000', '133002.639000', '133002.642000', '133002.644000', '133002.647000', '133002.650000', '133002.652000', '133002.655000', '133002.658000', '133002.660000', '133002.663000', '133002.666000', '133002.668000', '133002.671000', '133002.674000', '133002.676000', '133002.679000', '133002.681000', '133002.684000', '133002.687000', '133002.689000', '133002.692000', '133002.694000', '133002.697000', '133002.700000', '133002.702000', '133002.705000', '133002.707000', '133002.710000', '133002.713000', '133002.715000', '133002.718000', '133002.720000', '133002.723000', '133002.726000', '133002.728000', '133002.731000', '133022.618000', '133022.620000', '133022.623000', '133022.626000', '133022.629000', '133022.631000', '133022.634000', '133022.636000', '133022.639000', '133022.642000', '133022.644000', '133022.647000', '133022.650000', '133022.652000', '133022.655000', '133022.657000', '133022.660000', '133022.662000', '133022.665000', '133022.668000', '133022.670000', '133022.673000', '133022.676000', '133022.678000', '133022.681000', '133022.683000', '133022.686000', '133022.696000', '133022.699000', '133022.701000', '133022.704000', '133022.707000', '133022.710000', '133022.713000', '133022.716000', '133022.718000', '133022.721000', '133022.723000', '133022.726000', '133022.730000', '133022.733000', '133022.736000', '133022.738000', '133042.618000', '133042.620000', '133042.623000', '133042.626000', '133042.629000', '133042.631000', '133042.634000', '133042.637000', '133042.639000', '133042.642000', '133042.645000', '133042.647000', '133042.650000', '133042.652000', '133042.655000', '133042.658000', '133042.660000', '133042.663000', '133042.665000', '133042.668000', '133042.670000', '133042.673000', '133042.676000', '133042.678000', '133042.681000', '133042.684000', '133042.686000', '133042.689000', '133042.692000', '133042.694000', '133042.697000', '133042.699000', '133042.702000', '133042.705000', '133042.707000', '133042.710000', '133042.713000', '133042.716000', '133042.718000', '133042.721000', '133042.723000', '133042.726000', '133042.729000', '133042.731000', '133102.619000', '133102.622000', '133102.624000', '133102.627000', '133102.630000', '133102.632000', '133102.635000', '133102.638000', '133102.640000', '133102.643000', '133102.646000', '133102.648000', '133102.651000', '133102.653000', '133102.656000', '133102.659000', '133102.661000', '133102.664000', '133102.666000', '133102.669000', '133102.672000', '133102.674000', '133102.677000', '133102.680000', '133102.682000', '133102.685000', '133102.688000', '133102.690000', '133102.693000', '133102.696000', '133102.699000', '133102.702000', '133102.704000', '133102.707000', '133102.709000', '133102.712000', '133102.714000', '133102.717000', '133102.720000', '133102.722000', '133102.725000', '133102.728000', '133102.730000', '133122.618000', '133122.621000', '133122.624000', '133122.627000', '133122.629000', '133122.632000', '133122.635000', '133122.637000', '133122.640000', '133122.642000', '133122.645000', '133122.648000', '133122.650000', '133122.653000', '133122.656000', '133122.658000', '133122.661000', '133122.663000', '133122.666000', '133122.669000', '133122.671000', '133122.674000', '133122.677000', '133122.679000', '133122.682000', '133122.684000', '133122.687000', '133122.690000', '133122.692000', '133122.695000', '133122.698000', '133122.700000', '133122.703000', '133122.705000', '133122.708000', '133122.711000', '133122.713000', '133122.716000', '133122.718000', '133122.721000', '133122.724000', '133122.726000', '133122.729000', '133122.731000', '133142.619000', '133142.621000', '133142.624000', '133142.626000', '133142.629000', '133142.632000', '133142.634000', '133142.637000', '133142.640000', '133142.642000', '133142.645000', '133142.647000', '133142.650000', '133142.653000', '133142.655000', '133142.658000', '133142.661000', '133142.663000', '133142.666000', '133142.668000', '133142.671000', '133142.674000', '133142.676000', '133142.694000', '133142.697000', '133142.699000', '133142.702000', '133142.705000', '133142.707000', '133142.710000', '133142.713000', '133142.716000', '133142.718000', '133142.721000', '133142.724000', '133142.727000', '133142.729000', '133142.732000', '133142.735000', '133142.737000', '133142.740000', '133142.742000', '133142.745000', '133202.618000', '133202.621000', '133202.623000', '133202.626000', '133202.628000', '133202.637000', '133202.639000', '133202.642000', '133202.644000', '133202.647000', '133202.650000', '133202.652000', '133202.655000', '133202.658000', '133202.660000', '133202.663000', '133202.665000', '133202.668000', '133202.671000', '133202.673000', '133202.676000', '133202.678000', '133202.681000', '133202.684000', '133202.686000', '133202.689000', '133202.692000', '133202.695000', '133202.697000', '133202.700000', '133202.703000', '133202.705000', '133202.708000', '133202.710000', '133202.713000', '133202.716000', '133202.718000', '133202.721000', '133202.724000', '133202.726000', '133202.729000', '133202.731000', '133202.734000', '133202.736000', '133222.618000', '133222.620000', '133222.623000', '133222.626000', '133222.628000', '133222.631000', '133222.633000', '133222.636000', '133222.638000', '133222.662000', '133222.664000', '133222.667000', '133222.670000', '133222.672000', '133222.675000', '133222.678000', '133222.680000', '133222.683000', '133222.685000', '133222.688000', '133222.691000', '133222.693000', '133222.696000', '133222.699000', '133222.701000', '133222.704000', '133222.706000', '133222.709000', '133222.712000', '133222.714000', '133222.717000', '133222.720000', '133222.722000', '133222.725000', '133222.727000', '133222.730000', '133222.733000', '133222.737000', '133222.740000', '133222.743000', '133222.745000', '133222.748000', '133222.750000', '133235.177000', '133235.180000', '133235.183000', '133235.186000', '133235.189000', '133235.191000', '133235.194000', '133235.197000', '133235.199000', '133235.203000', '133235.205000', '133235.208000', '133235.211000', '133235.213000', '133235.216000', '133235.219000', '133235.222000', '133235.225000', '133235.227000', '133235.230000', '133235.239000', '133235.242000', '133235.245000', '133235.248000', '133235.251000', '133235.254000', '133235.257000', '133235.261000'], 'InstanceCreationTime': ['132242.658000', '132242.662000', '132242.665000', '132242.676000', '132242.678000', '132242.681000', '132242.690000', '132242.693000', '132242.695000', '132302.617000', '132302.620000', '132302.623000', '132302.652000', '132302.655000', '132302.657000', '132302.666000', '132302.668000', '132302.671000', '132302.673000', '132302.676000', '132302.679000', '132302.681000', '132302.684000', '132302.686000', '132302.689000', '132302.691000', '132302.694000', '132302.696000', '132302.699000', '132302.702000', '132302.704000', '132302.707000', '132302.709000', '132302.712000', '132302.714000', '132302.717000', '132302.720000', '132302.722000', '132302.725000', '132302.727000', '132302.730000', '132302.732000', '132302.735000', '132302.738000', '132302.740000', '132302.743000', '132302.745000', '132302.748000', '132302.750000', '132302.753000', '132302.756000', '132302.758000', '132302.761000', '132322.617000', '132322.620000', '132322.623000', '132322.625000', '132322.628000', '132322.631000', '132322.633000', '132322.636000', '132322.638000', '132322.641000', '132322.643000', '132322.646000', '132322.648000', '132322.651000', '132322.654000', '132322.656000', '132322.659000', '132322.661000', '132322.664000', '132322.667000', '132322.669000', '132322.672000', '132322.675000', '132322.678000', '132322.681000', '132322.684000', '132322.686000', '132322.690000', '132322.693000', '132322.695000', '132322.698000', '132322.701000', '132322.703000', '132322.706000', '132322.709000', '132322.711000', '132322.714000', '132322.716000', '132322.719000', '132322.721000', '132322.724000', '132322.727000', '132322.729000', '132342.617000', '132342.620000', '132342.623000', '132342.626000', '132342.629000', '132342.631000', '132342.634000', '132342.637000', '132342.639000', '132342.642000', '132342.644000', '132342.647000', '132342.649000', '132342.652000', '132342.655000', '132342.657000', '132342.660000', '132342.662000', '132342.665000', '132342.668000', '132342.670000', '132342.673000', '132342.675000', '132342.678000', '132342.681000', '132342.683000', '132342.686000', '132342.688000', '132342.691000', '132342.694000', '132342.696000', '132342.699000', '132342.701000', '132342.704000', '132342.707000', '132342.709000', '132342.712000', '132342.714000', '132342.717000', '132342.719000', '132342.722000', '132342.725000', '132342.727000', '132342.730000', '132402.617000', '132402.620000', '132402.623000', '132402.626000', '132402.628000', '132402.631000', '132402.634000', '132402.636000', '132402.639000', '132402.641000', '132402.644000', '132402.647000', '132402.649000', '132402.652000', '132402.655000', '132402.658000', '132402.660000', '132402.663000', '132402.665000', '132402.668000', '132402.670000', '132402.673000', '132402.676000', '132402.678000', '132402.681000', '132402.683000', '132402.686000', '132402.690000', '132402.692000', '132402.695000', '132402.697000', '132402.700000', '132402.703000', '132402.705000', '132402.708000', '132402.710000', '132402.713000', '132402.716000', '132402.718000', '132402.722000', '132402.746000', '132402.748000', '132402.751000', '132422.618000', '132422.621000', '132422.624000', '132422.627000', '132422.629000', '132422.632000', '132422.635000', '132422.637000', '132422.640000', '132422.642000', '132422.645000', '132422.648000', '132422.650000', '132422.653000', '132422.655000', '132422.658000', '132422.661000', '132422.663000', '132422.666000', '132422.668000', '132422.671000', '132422.673000', '132422.676000', '132422.679000', '132422.681000', '132422.684000', '132422.686000', '132422.689000', '132422.742000', '132422.744000', '132422.747000', '132422.750000', '132422.752000', '132422.755000', '132422.758000', '132422.760000', '132422.763000', '132422.765000', '132422.768000', '132422.771000', '132422.773000', '132422.776000', '132422.778000', '132422.781000', '132442.618000', '132442.621000', '132442.624000', '132442.626000', '132442.629000', '132442.632000', '132442.634000', '132442.637000', '132442.639000', '132442.642000', '132442.644000', '132442.647000', '132442.650000', '132442.652000', '132442.655000', '132442.657000', '132442.660000', '132442.663000', '132442.665000', '132442.668000', '132442.670000', '132442.673000', '132442.676000', '132442.678000', '132442.681000', '132442.683000', '132442.686000', '132442.688000', '132442.691000', '132442.694000', '132442.696000', '132442.699000', '132442.701000', '132442.704000', '132442.706000', '132442.709000', '132442.712000', '132442.714000', '132442.717000', '132442.719000', '132442.722000', '132442.725000', '132442.728000', '132502.617000', '132502.620000', '132502.623000', '132502.626000', '132502.628000', '132502.631000', '132502.633000', '132502.636000', '132502.639000', '132502.641000', '132502.644000', '132502.646000', '132502.649000', '132502.651000', '132502.654000', '132502.657000', '132502.659000', '132502.662000', '132502.664000', '132502.667000', '132502.669000', '132502.672000', '132502.675000', '132502.677000', '132502.680000', '132502.682000', '132502.685000', '132502.688000', '132502.690000', '132502.693000', '132502.695000', '132502.698000', '132502.700000', '132502.703000', '132502.706000', '132502.708000', '132502.711000', '132502.713000', '132502.716000', '132502.718000', '132502.721000', '132502.724000', '132502.726000', '132502.729000', '132522.617000', '132522.620000', '132522.623000', '132522.625000', '132522.628000', '132522.631000', '132522.633000', '132522.636000', '132522.638000', '132522.641000', '132522.643000', '132522.646000', '132522.649000', '132522.651000', '132522.654000', '132522.656000', '132522.659000', '132522.662000', '132522.664000', '132522.667000', '132522.669000', '132522.672000', '132522.674000', '132522.677000', '132522.680000', '132522.682000', '132522.685000', '132522.687000', '132522.690000', '132522.693000', '132522.695000', '132522.698000', '132522.700000', '132522.703000', '132522.706000', '132522.708000', '132522.711000', '132522.713000', '132522.716000', '132522.719000', '132522.721000', '132522.724000', '132522.726000', '132542.617000', '132542.620000', '132542.623000', '132542.625000', '132542.628000', '132542.631000', '132542.633000', '132542.636000', '132542.638000', '132542.641000', '132542.643000', '132542.646000', '132542.648000', '132542.651000', '132542.654000', '132542.656000', '132542.659000', '132542.661000', '132542.664000', '132542.667000', '132542.669000', '132542.672000', '132542.674000', '132542.677000', '132542.679000', '132542.682000', '132542.685000', '132542.687000', '132542.690000', '132542.692000', '132542.695000', '132542.698000', '132542.700000', '132542.703000', '132542.705000', '132542.708000', '132542.710000', '132542.713000', '132542.716000', '132542.718000', '132542.721000', '132542.723000', '132542.726000', '132542.728000', '132602.618000', '132602.620000', '132602.623000', '132602.625000', '132602.628000', '132602.631000', '132602.633000', '132602.636000', '132602.638000', '132602.641000', '132602.651000', '132602.654000', '132602.656000', '132602.659000', '132602.662000', '132602.664000', '132602.667000', '132602.670000', '132602.672000', '132602.675000', '132602.677000', '132602.680000', '132602.682000', '132602.696000', '132602.699000', '132602.701000', '132602.704000', '132602.707000', '132602.709000', '132602.712000', '132602.714000', '132602.717000', '132602.720000', '132602.722000', '132602.725000', '132602.727000', '132602.730000', '132602.733000', '132602.736000', '132602.738000', '132602.741000', '132602.743000', '132602.746000', '132622.618000', '132622.621000', '132622.624000', '132622.626000', '132622.629000', '132622.632000', '132622.634000', '132622.637000', '132622.639000', '132622.642000', '132622.644000', '132622.647000', '132622.650000', '132622.652000', '132622.655000', '132622.657000', '132622.660000', '132622.663000', '132622.665000', '132622.668000', '132622.671000', '132622.673000', '132622.676000', '132622.679000', '132622.682000', '132622.685000', '132622.687000', '132622.690000', '132622.692000', '132622.695000', '132622.698000', '132622.700000', '132622.703000', '132622.706000', '132622.708000', '132622.711000', '132622.713000', '132622.716000', '132622.719000', '132622.721000', '132622.724000', '132622.726000', '132622.729000', '132642.618000', '132642.621000', '132642.624000', '132642.627000', '132642.629000', '132642.632000', '132642.635000', '132642.637000', '132642.640000', '132642.642000', '132642.645000', '132642.648000', '132642.650000', '132642.653000', '132642.655000', '132642.658000', '132642.661000', '132642.663000', '132642.666000', '132642.668000', '132642.671000', '132642.673000', '132642.676000', '132642.679000', '132642.681000', '132642.684000', '132642.686000', '132642.689000', '132642.691000', '132642.694000', '132642.697000', '132642.699000', '132642.702000', '132642.705000', '132642.707000', '132642.710000', '132642.712000', '132642.715000', '132642.718000', '132642.720000', '132642.723000', '132642.725000', '132642.728000', '132642.730000', '132702.619000', '132702.621000', '132702.624000', '132702.627000', '132702.629000', '132702.632000', '132702.634000', '132702.637000', '132702.640000', '132702.642000', '132702.645000', '132702.647000', '132702.650000', '132702.652000', '132702.655000', '132702.658000', '132702.660000', '132702.663000', '132702.665000', '132702.668000', '132702.671000', '132702.673000', '132702.676000', '132702.678000', '132702.681000', '132702.683000', '132702.686000', '132702.689000', '132702.691000', '132702.694000', '132702.696000', '132702.699000', '132702.701000', '132702.704000', '132702.707000', '132702.709000', '132702.712000', '132702.715000', '132702.717000', '132702.720000', '132702.723000', '132702.725000', '132702.728000', '132702.730000', '132722.617000', '132722.620000', '132722.623000', '132722.625000', '132722.628000', '132722.631000', '132722.633000', '132722.636000', '132722.639000', '132722.641000', '132722.644000', '132722.646000', '132722.649000', '132722.652000', '132722.654000', '132722.657000', '132722.660000', '132722.662000', '132722.665000', '132722.667000', '132722.670000', '132722.673000', '132722.675000', '132722.678000', '132722.686000', '132722.689000', '132722.692000', '132722.694000', '132722.697000', '132722.700000', '132722.702000', '132722.705000', '132722.707000', '132722.710000', '132722.713000', '132722.715000', '132722.718000', '132722.720000', '132722.723000', '132722.725000', '132722.728000', '132722.731000', '132722.733000', '132742.618000', '132742.621000', '132742.624000', '132742.626000', '132742.629000', '132742.651000', '132742.654000', '132742.656000', '132742.659000', '132742.661000', '132742.664000', '132742.667000', '132742.669000', '132742.672000', '132742.674000', '132742.677000', '132742.680000', '132742.682000', '132742.685000', '132742.687000', '132742.690000', '132742.693000', '132742.695000', '132742.698000', '132742.701000', '132742.703000', '132742.706000', '132742.708000', '132742.711000', '132742.714000', '132742.716000', '132742.719000', '132742.721000', '132742.724000', '132742.727000', '132742.729000', '132742.732000', '132742.734000', '132742.737000', '132742.740000', '132742.742000', '132742.745000', '132742.748000', '132802.617000', '132802.620000', '132802.623000', '132802.626000', '132802.629000', '132802.632000', '132802.634000', '132802.637000', '132802.640000', '132802.642000', '132802.645000', '132802.647000', '132802.650000', '132802.653000', '132802.655000', '132802.658000', '132802.660000', '132802.663000', '132802.666000', '132802.668000', '132802.671000', '132802.673000', '132802.676000', '132802.679000', '132802.681000', '132802.684000', '132802.686000', '132802.689000', '132802.692000', '132802.694000', '132802.697000', '132802.699000', '132802.702000', '132802.705000', '132802.708000', '132802.710000', '132802.713000', '132802.715000', '132802.718000', '132802.721000', '132802.723000', '132802.726000', '132802.728000', '132802.731000', '132822.617000', '132822.620000', '132822.623000', '132822.626000', '132822.629000', '132822.631000', '132822.634000', '132822.636000', '132822.639000', '132822.642000', '132822.644000', '132822.647000', '132822.650000', '132822.652000', '132822.655000', '132822.658000', '132822.660000', '132822.663000', '132822.666000', '132822.668000', '132822.671000', '132822.673000', '132822.676000', '132822.679000', '132822.681000', '132822.684000', '132822.686000', '132822.689000', '132822.692000', '132822.694000', '132822.697000', '132822.699000', '132822.702000', '132822.705000', '132822.707000', '132822.710000', '132822.713000', '132822.715000', '132822.718000', '132822.720000', '132822.723000', '132822.726000', '132822.728000', '132822.731000', '132842.618000', '132842.621000', '132842.624000', '132842.627000', '132842.629000', '132842.632000', '132842.635000', '132842.637000', '132842.640000', '132842.642000', '132842.645000', '132842.648000', '132842.650000', '132842.653000', '132842.656000', '132842.658000', '132842.661000', '132842.663000', '132842.666000', '132842.668000', '132842.673000', '132842.675000', '132842.678000', '132842.680000', '132842.683000', '132842.686000', '132842.688000', '132842.691000', '132842.694000', '132842.696000', '132842.699000', '132842.701000', '132842.704000', '132842.707000', '132842.709000', '132842.712000', '132842.715000', '132842.717000', '132842.720000', '132842.723000', '132842.725000', '132842.728000', '132842.731000', '132902.619000', '132902.622000', '132902.624000', '132902.629000', '132902.632000', '132902.634000', '132902.637000', '132902.639000', '132902.642000', '132902.645000', '132902.648000', '132902.650000', '132902.653000', '132902.655000', '132902.658000', '132902.660000', '132902.670000', '132902.673000', '132902.675000', '132902.678000', '132902.680000', '132902.683000', '132902.686000', '132902.690000', '132902.692000', '132902.695000', '132902.697000', '132902.700000', '132902.703000', '132902.705000', '132902.708000', '132902.711000', '132902.713000', '132902.716000', '132902.718000', '132902.721000', '132902.724000', '132902.726000', '132902.729000', '132902.732000', '132902.734000', '132902.737000', '132902.739000', '132922.618000', '132922.621000', '132922.624000', '132922.626000', '132922.629000', '132922.632000', '132922.634000', '132922.637000', '132922.639000', '132922.642000', '132922.645000', '132922.647000', '132922.650000', '132922.653000', '132922.655000', '132922.658000', '132922.661000', '132922.663000', '132922.666000', '132922.668000', '132922.671000', '132922.674000', '132922.676000', '132922.679000', '132922.681000', '132922.684000', '132922.687000', '132922.689000', '132922.692000', '132922.694000', '132922.697000', '132922.700000', '132922.702000', '132922.705000', '132922.707000', '132922.710000', '132922.713000', '132922.715000', '132922.718000', '132922.720000', '132922.723000', '132922.726000', '132922.728000', '132922.731000', '132942.618000', '132942.620000', '132942.623000', '132942.626000', '132942.628000', '132942.631000', '132942.633000', '132942.636000', '132942.639000', '132942.641000', '132942.644000', '132942.646000', '132942.649000', '132942.652000', '132942.654000', '132942.657000', '132942.659000', '132942.662000', '132942.665000', '132942.667000', '132942.670000', '132942.673000', '132942.675000', '132942.678000', '132942.680000', '132942.683000', '132942.686000', '132942.688000', '132942.691000', '132942.694000', '132942.696000', '132942.699000', '132942.701000', '132942.704000', '132942.707000', '132942.709000', '132942.712000', '132942.714000', '132942.717000', '132942.719000', '132942.722000', '132942.725000', '132942.727000', '133002.618000', '133002.621000', '133002.623000', '133002.626000', '133002.629000', '133002.631000', '133002.634000', '133002.637000', '133002.639000', '133002.642000', '133002.644000', '133002.647000', '133002.650000', '133002.652000', '133002.655000', '133002.658000', '133002.660000', '133002.663000', '133002.666000', '133002.668000', '133002.671000', '133002.674000', '133002.676000', '133002.679000', '133002.681000', '133002.684000', '133002.687000', '133002.689000', '133002.692000', '133002.694000', '133002.697000', '133002.700000', '133002.702000', '133002.705000', '133002.707000', '133002.710000', '133002.713000', '133002.715000', '133002.718000', '133002.720000', '133002.723000', '133002.726000', '133002.728000', '133002.731000', '133022.618000', '133022.620000', '133022.623000', '133022.626000', '133022.629000', '133022.631000', '133022.634000', '133022.636000', '133022.639000', '133022.642000', '133022.644000', '133022.647000', '133022.650000', '133022.652000', '133022.655000', '133022.657000', '133022.660000', '133022.662000', '133022.665000', '133022.668000', '133022.670000', '133022.673000', '133022.676000', '133022.678000', '133022.681000', '133022.683000', '133022.686000', '133022.696000', '133022.699000', '133022.701000', '133022.704000', '133022.707000', '133022.710000', '133022.713000', '133022.716000', '133022.718000', '133022.721000', '133022.723000', '133022.726000', '133022.730000', '133022.733000', '133022.736000', '133022.738000', '133042.618000', '133042.620000', '133042.623000', '133042.626000', '133042.629000', '133042.631000', '133042.634000', '133042.637000', '133042.639000', '133042.642000', '133042.645000', '133042.647000', '133042.650000', '133042.652000', '133042.655000', '133042.658000', '133042.660000', '133042.663000', '133042.665000', '133042.668000', '133042.670000', '133042.673000', '133042.676000', '133042.678000', '133042.681000', '133042.684000', '133042.686000', '133042.689000', '133042.692000', '133042.694000', '133042.697000', '133042.699000', '133042.702000', '133042.705000', '133042.707000', '133042.710000', '133042.713000', '133042.716000', '133042.718000', '133042.721000', '133042.723000', '133042.726000', '133042.729000', '133042.731000', '133102.619000', '133102.622000', '133102.624000', '133102.627000', '133102.630000', '133102.632000', '133102.635000', '133102.638000', '133102.640000', '133102.643000', '133102.646000', '133102.648000', '133102.651000', '133102.653000', '133102.656000', '133102.659000', '133102.661000', '133102.664000', '133102.666000', '133102.669000', '133102.672000', '133102.674000', '133102.677000', '133102.680000', '133102.682000', '133102.685000', '133102.688000', '133102.690000', '133102.693000', '133102.696000', '133102.699000', '133102.702000', '133102.704000', '133102.707000', '133102.709000', '133102.712000', '133102.714000', '133102.717000', '133102.720000', '133102.722000', '133102.725000', '133102.728000', '133102.730000', '133122.618000', '133122.621000', '133122.624000', '133122.627000', '133122.629000', '133122.632000', '133122.635000', '133122.637000', '133122.640000', '133122.642000', '133122.645000', '133122.648000', '133122.650000', '133122.653000', '133122.656000', '133122.658000', '133122.661000', '133122.663000', '133122.666000', '133122.669000', '133122.671000', '133122.674000', '133122.677000', '133122.679000', '133122.682000', '133122.684000', '133122.687000', '133122.690000', '133122.692000', '133122.695000', '133122.698000', '133122.700000', '133122.703000', '133122.705000', '133122.708000', '133122.711000', '133122.713000', '133122.716000', '133122.718000', '133122.721000', '133122.724000', '133122.726000', '133122.729000', '133122.731000', '133142.619000', '133142.621000', '133142.624000', '133142.626000', '133142.629000', '133142.632000', '133142.634000', '133142.637000', '133142.640000', '133142.642000', '133142.645000', '133142.647000', '133142.650000', '133142.653000', '133142.655000', '133142.658000', '133142.661000', '133142.663000', '133142.666000', '133142.668000', '133142.671000', '133142.674000', '133142.676000', '133142.694000', '133142.697000', '133142.699000', '133142.702000', '133142.705000', '133142.707000', '133142.710000', '133142.713000', '133142.716000', '133142.718000', '133142.721000', '133142.724000', '133142.727000', '133142.729000', '133142.732000', '133142.735000', '133142.737000', '133142.740000', '133142.742000', '133142.745000', '133202.618000', '133202.621000', '133202.623000', '133202.626000', '133202.628000', '133202.637000', '133202.639000', '133202.642000', '133202.644000', '133202.647000', '133202.650000', '133202.652000', '133202.655000', '133202.658000', '133202.660000', '133202.663000', '133202.665000', '133202.668000', '133202.671000', '133202.673000', '133202.676000', '133202.678000', '133202.681000', '133202.684000', '133202.686000', '133202.689000', '133202.692000', '133202.695000', '133202.697000', '133202.700000', '133202.703000', '133202.705000', '133202.708000', '133202.710000', '133202.713000', '133202.716000', '133202.718000', '133202.721000', '133202.724000', '133202.726000', '133202.729000', '133202.731000', '133202.734000', '133202.736000', '133222.618000', '133222.620000', '133222.623000', '133222.626000', '133222.628000', '133222.631000', '133222.633000', '133222.636000', '133222.638000', '133222.662000', '133222.664000', '133222.667000', '133222.670000', '133222.672000', '133222.675000', '133222.678000', '133222.680000', '133222.683000', '133222.685000', '133222.688000', '133222.691000', '133222.693000', '133222.696000', '133222.699000', '133222.701000', '133222.704000', '133222.706000', '133222.709000', '133222.712000', '133222.714000', '133222.717000', '133222.720000', '133222.722000', '133222.725000', '133222.727000', '133222.730000', '133222.733000', '133222.737000', '133222.740000', '133222.743000', '133222.745000', '133222.748000', '133222.750000', '133235.177000', '133235.180000', '133235.183000', '133235.186000', '133235.189000', '133235.191000', '133235.194000', '133235.197000', '133235.199000', '133235.203000', '133235.205000', '133235.208000', '133235.211000', '133235.213000', '133235.216000', '133235.219000', '133235.222000', '133235.225000', '133235.227000', '133235.230000', '133235.239000', '133235.242000', '133235.245000', '133235.248000', '133235.251000', '133235.254000', '133235.257000', '133235.261000'], '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': [11209, 14425, 12682, 15509, 12466, 14799, 10023, 14204, 9740, 14217, 10960, 14702, 11023, 13586, 9132, 13051, 9017, 13654, 10820, 13192, 8645, 13011, 8625, 12918, 9361, 12675, 8477, 9300, 9216, 8453, 9018, 12766, 10363, 13281, 10627, 12689, 8723, 10819, 8539, 11865, 9235, 10883, 8832, 12518, 8755, 13861, 11787, 13850, 8876, 14449, 10123, 14718, 11747, 14190, 9141, 14349, 8979, 14720, 11722, 14211, 8503, 14378, 9422, 14713, 11905, 13816, 10519, 9398, 9072, 8849, 12666, 9511, 13436, 11998, 8619, 15745, 11551, 16818, 13675, 13487, 13564, 13208, 14349, 13699, 13787, 9745, 11406, 10657, 12549, 13565, 13561, 9945, 9944, 8638, 9025, 8661, 10003, 8729, 10856, 8884, 9780, 8729, 12805, 8719, 14230, 8395, 14520, 8683, 13679, 8566, 14208, 9223, 12105, 8298, 8643, 9033, 10007, 8797, 12393, 8825, 11882, 8558, 11851, 8877, 11443, 13378, 12569, 12401, 10828, 12670, 9090, 15776, 12107, 15948, 12938, 15270, 8867, 14521, 8543, 14994, 11409, 11925, 8892, 9046, 8544, 8921, 8863, 8099, 10096, 8295, 10678, 8352, 14847, 12276, 16248, 12923, 15081, 12280, 12560, 13101, 8409, 11085, 8566, 13609, 11190, 11760, 15860, 13421, 11263, 11925, 8063, 10784, 8168, 11322, 15991, 12136, 16608, 10589, 11250, 8835, 8861, 9043, 18273, 13378, 19850, 19637, 23042, 22237, 17591, 21310, 13730, 20409, 13963, 20206, 14917, 18542, 13985, 9900, 9506, 8607, 9672, 8410, 12830, 8766, 8413, 8794, 8270, 8732, 8331, 8703, 7972, 10812, 8508, 11896, 8825, 9620, 9174, 8397, 8940, 8440, 11907, 8556, 13441, 10159, 13117, 11572, 8400, 13718, 9272, 16319, 13253, 13503, 10476, 10778, 11871, 10712, 16831, 10103, 15981, 10094, 16271, 11909, 18109, 13933, 17480, 9506, 15397, 10347, 15767, 11440, 8570, 10183, 8437, 13962, 10767, 16402, 9449, 13862, 9137, 13277, 11603, 16575, 9517, 13677, 9118, 12821, 12321, 15427, 8555, 11097, 8543, 11183, 8761, 14982, 10314, 13380, 8468, 10629, 8236, 12476, 10307, 13890, 8684, 10196, 8315, 11490, 8735, 15172, 11241, 15344, 9952, 13861, 9377, 15363, 11694, 15451, 10570, 11276, 9352, 12389, 10642, 13738, 11473, 9712, 9596, 8502, 9007, 8371, 11042, 8751, 11610, 8390, 10659, 8509, 12422, 8696, 13446, 8367, 13299, 8173, 12135, 8443, 13886, 9449, 14877, 8587, 12199, 8417, 14499, 11731, 15645, 9811, 12044, 9410, 9161, 13339, 8800, 15922, 8344, 14532, 8793, 15689, 10216, 8320, 10914, 9037, 17639, 12209, 8814, 16173, 11247, 13121, 11105, 8455, 15562, 9582, 17856, 14002, 9911, 12997, 9228, 19221, 14842, 11712, 18326, 12481, 17051, 12514, 14892, 15085, 9354, 16695, 10436, 16938, 12010, 16648, 12535, 9686, 10462, 9397, 13434, 10594, 15082, 8913, 13656, 8337, 12445, 8711, 14257, 10536, 13509, 8920, 13634, 9097, 14665, 11010, 8482, 9462, 8337, 9800, 8385, 14148, 10598, 15318, 11874, 15816, 10481, 14813, 10548, 15081, 12086, 15241, 9025, 13587, 8662, 14340, 10658, 14380, 9878, 12865, 8891, 12802, 9128, 13701, 9104, 10175, 9401, 8142, 9611, 8662, 11160, 11830, 12921, 8078, 11125, 7981, 12220, 8697, 15064, 11886, 15374, 9417, 13819, 10088, 13830, 14272, 12127, 14887, 8618, 14239, 8463, 15370, 10878, 16141, 11553, 15876, 9637, 14462, 10485, 16218, 12232, 11974, 9526, 12560, 10883, 15121, 11983, 11213, 11106, 8408, 9276, 8459, 11280, 12109, 11142, 8216, 9247, 8752, 9040, 11465, 11152, 10327, 9571, 8652, 9237, 12957, 11151, 12655, 10018, 8289, 9375, 8025, 10548, 8576, 12051, 9076, 11859, 9208, 14389, 11643, 14309, 9245, 15020, 11056, 15258, 12696, 15877, 11355, 15874, 12126, 16241, 12963, 16565, 12605, 15495, 8596, 11576, 8254, 9405, 8366, 9078, 8225, 8943, 9005, 11663, 15715, 12390, 15979, 12382, 16203, 11680, 15247, 12303, 15428, 9705, 13582, 8325, 12251, 11988, 12934, 13396, 9908, 11830, 9404, 12310, 8848, 13091, 9407, 11807, 8826, 10812, 8979, 11399, 8700, 12650, 9380, 12310, 9256, 11450, 9175, 13150, 10435, 12482, 9019, 11996, 9127, 13643, 10326, 12655, 9207, 11863, 9850, 13953, 10613, 14677, 11967, 12840, 9757, 13816, 9176, 14899, 11526, 11465, 9123, 11159, 9448, 14558, 10495, 12713, 9698, 14283, 10676, 15561, 12665, 14744, 10753, 13959, 8808, 13491, 10044, 13788, 8259, 10875, 8395, 8981, 8480, 10571, 9962, 12684, 8128, 9453, 8427, 10915, 8633, 10610, 8941, 11297, 9132, 14050, 12463, 15101, 9980, 14254, 11865, 17190, 13400, 16930, 11550, 15686, 9320, 14119, 9612, 15452, 11248, 14778, 8861, 10522, 9068, 11035, 13212, 13901, 10372, 9575, 12181, 9283, 14395, 11022, 12561, 9609, 8793, 9103, 8737, 9425, 10884, 9019, 8550, 9107, 8475, 9248, 8549, 9221, 8804, 12582, 8857, 11475, 8804, 12469, 9493, 8491, 9333, 8285, 9777, 8687, 9561, 9460, 9517, 9347, 8507, 12617, 13017, 19115, 15041, 10228, 10712, 8259, 16849, 12433, 12176, 14041, 10429, 16022, 13743, 17897, 16029, 14841, 19624, 14140, 18129, 13789, 18308, 15024, 18950, 14148, 17598, 12929, 16527, 13188, 16729, 13068, 15014, 9711, 13277, 8936, 13526, 10975, 13039, 8998, 12682, 8831, 13582, 10617, 14678, 12044, 14169, 9015, 12426, 9099, 14520, 10603, 10787, 12167, 8378, 10530, 9197, 9268, 9450, 8652, 11316, 10606, 14038, 14705, 16716, 14235, 13233, 9870, 13875, 9957, 12464, 8510, 12095, 8724, 14161, 11199, 14631, 10165, 14306, 8599, 14030, 11965, 14184, 11569, 12390, 8659, 12485, 9017, 14442, 13237, 12280, 9960, 9824, 8816, 8576, 9972, 8798, 13258, 8768, 13210, 8508, 15453, 12094, 16333, 13091, 17485, 14639, 15946, 9141, 8403, 12847, 8854, 9102, 8926, 8857, 8509, 9384, 8226, 13239, 13429, 19143, 16750, 17939, 20685, 13905, 21979, 16971, 20930, 17882, 11661, 17564, 8909, 14782, 11065, 8574, 14170, 9093, 10424, 12476, 8544, 9889, 8726, 8828, 8836, 8289, 9778, 8918, 10658, 9006, 10469, 8595, 11104, 9435, 8624, 9256, 8909, 12517, 8830, 10736, 12041, 9285, 15240, 9126, 12468, 11180, 13805, 16478, 10474, 15874, 9284, 17627, 11008, 18451, 14458, 19784, 13785, 10737, 10936, 9074, 17294, 12275, 19251, 13352, 11230, 10639, 8788, 15089, 9192, 16737, 10752, 17628, 10456, 14838, 9126, 8570, 9240, 9543, 13859, 9991, 17505, 12740, 10715, 10341, 8703, 11576, 10127, 17085, 12099, 18860, 10173, 13479, 9158, 14004, 10466, 12939, 12041, 9365, 8840, 9537, 9431, 9286, 9571, 13248, 9156, 14629, 10322, 16891, 12664, 16487, 9714, 14971, 10479, 15392, 13824, 10865, 13760, 9050, 10268, 10904, 15386, 10520, 12401, 15949, 10696, 17188, 11360, 16684, 16775, 15864, 19382, 13600, 17779, 10546, 15329, 9131, 14645, 10072, 8498, 9118, 8937, 8699, 9084, 9799, 10584, 13283, 9216, 9436, 9166, 11648, 17466, 12316, 19175, 13476, 10888, 8842, 9163, 8766, 9316, 8688, 9196, 9328, 9391, 9428, 16048, 10917, 17055, 14768, 11779, 13031, 9257, 15775, 12728, 18620, 9988, 18434, 12540, 18617, 12886, 18195, 13086, 10435, 8850, 8979, 8896, 9250, 10731, 8994, 9915, 8851, 9227, 10824, 8903, 14617, 12958, 9299, 11986, 9223, 9533, 9966, 8990, 17732, 13004, 18051, 11890, 13538, 11315, 9138, 18349, 14432, 12856, 9187, 8880, 8869, 9268, 8672, 8952, 9617, 15890, 11425, 13660, 17384, 10105, 18244, 13623, 18785, 13458, 18795, 17128, 13514, 10151, 9353, 10139, 9451, 15674, 9573, 17703, 14489, 17597, 11928, 15203, 11032, 14413, 10162, 9075, 9007, 9515, 10181, 9200, 9814, 9217, 11151, 9093, 14673, 10727, 8731, 9768, 8864, 9487, 8404, 17283, 10050, 14864, 9142, 12588, 8974, 16547, 13122, 17696, 11131, 15448, 9430, 8796, 9974, 8793, 17279, 11904, 15133, 8855, 9766, 9271, 8226, 16470, 12645, 17549, 11883, 16714, 12220, 19397, 13430, 19437, 13356, 14229, 10178, 8893, 11595, 11612, 17293, 9075, 14654, 8986, 11989, 8757, 16818, 12700, 18105, 11388, 17296, 11647, 18120, 13217, 18998, 14138, 11775, 9310, 8623, 9261, 12545, 15823, 11829, 15300, 8633, 12694, 8344, 13808, 14090, 15738, 8513, 11099, 8237, 9695, 8375, 16943, 13821, 16082, 9092, 8534, 8986, 8699, 9078, 8768, 15295, 9169, 16965, 12882, 17925, 13630, 18594, 9915, 14519, 8981, 16273, 11531, 18891, 14328, 18541, 10813, 16135, 9701, 17464, 12846, 18688, 14298, 15893, 9577, 12604, 9170, 15386, 9707, 15449, 9837, 8545, 9297, 8327, 9104, 8397, 9747, 8440, 13580, 8643, 12197, 8932, 13505, 10875, 13283, 11560, 15156, 8648, 10450, 8741, 11536, 9989, 12652, 12683, 14442, 8207, 9063, 8413, 8819, 9058, 13929, 9391, 9800, 8995, 10902, 14482, 10525, 18175, 13123, 15038, 15591, 9920, 21146, 15432, 11745, 14680, 8992, 18569, 13780, 11993, 16077, 9641, 14178, 8947, 11649, 11693, 8787, 13590, 9136, 9914, 9416, 9596, 9357, 9331, 10083, 9233, 13519, 9297, 17296, 12528, 14849, 9964, 8928, 10575, 9153, 15775, 9703, 16593, 9538, 14861, 9674, 16481, 9514, 17647, 9496, 14711, 9158, 13769, 9703, 16980, 9276, 14963, 9414, 9980, 9342, 9589, 9089, 10658, 9599, 12510, 9227, 15910, 11838, 18077, 11977, 16710, 9358, 15537, 10185, 16462, 8964, 11218, 9213, 10659, 8955, 14982, 9017, 11341, 9003, 10722, 15666, 13300, 17132, 11848, 11168, 8802, 8847, 9604, 8569, 10508, 8735, 8943], 'WindowCenter': [5111.0, 5113.0, 5091.0, 5096.0, 5064.0, 5072.0, 5032.0, 5060.0, 5022.0, 5059.0, 5032.0, 5068.0, 5031.0, 5049.0, 5021.0, 5050.0, 5012.0, 5060.0, 5030.0, 5050.0, 5010.0, 5050.0, 5012.0, 5050.0, 5023.0, 5050.0, 5014.0, 5023.0, 5033.0, 5013.0, 5025.0, 5063.0, 5043.0, 5063.0, 5045.0, 5062.0, 5024.0, 5041.0, 5025.0, 5055.0, 5035.0, 5055.0, 5038.0, 5076.0, 5038.0, 5085.0, 5067.0, 5085.0, 5040.0, 5084.0, 5058.0, 5085.0, 5067.0, 5083.0, 5037.0, 5083.0, 5037.0, 5084.0, 5067.0, 5083.0, 5037.0, 5083.0, 5048.0, 5083.0, 5066.0, 5088.0, 5083.0, 5060.0, 5050.0, 5047.0, 5084.0, 5073.0, 5111.0, 5092.0, 5050.0, 5106.0, 5090.0, 5115.0, 5114.0, 5086.0, 5077.0, 5073.0, 5081.0, 5070.0, 5075.0, 5034.0, 5054.0, 5041.0, 5051.0, 5059.0, 5060.0, 5020.0, 5020.0, 5008.0, 5012.0, 5009.0, 5030.0, 5012.0, 5042.0, 5022.0, 5031.0, 5023.0, 5061.0, 5024.0, 5071.0, 5024.0, 5071.0, 5013.0, 5061.0, 5011.0, 5061.0, 5020.0, 5049.0, 5022.0, 5020.0, 5023.0, 5040.0, 5023.0, 5060.0, 5034.0, 5062.0, 5025.0, 5063.0, 5022.0, 5052.0, 5059.0, 5063.0, 5061.0, 5042.0, 5060.0, 5022.0, 5080.0, 5061.0, 5091.0, 5061.0, 5078.0, 5023.0, 5081.0, 5021.0, 5082.0, 5066.0, 5050.0, 5019.0, 5019.0, 5049.0, 5047.0, 5045.0, 5028.0, 5054.0, 5035.0, 5065.0, 5036.0, 5096.0, 5064.0, 5094.0, 5067.0, 5080.0, 5064.0, 5065.0, 5072.0, 5026.0, 5068.0, 5062.0, 5097.0, 5065.0, 5064.0, 5081.0, 5074.0, 5052.0, 5051.0, 5024.0, 5050.0, 5025.0, 5076.0, 5110.0, 5082.0, 5098.0, 5046.0, 5054.0, 5023.0, 5012.0, 5013.0, 5092.0, 5054.0, 5084.0, 5091.0, 5095.0, 5084.0, 5049.0, 5083.0, 5022.0, 5067.0, 5016.0, 5040.0, 5011.0, 5026.0, 4999.0, 4960.0, 4959.0, 4965.0, 4984.0, 4976.0, 5012.0, 4979.0, 4977.0, 4989.0, 4991.0, 4991.0, 4992.0, 4990.0, 4982.0, 5022.0, 5003.0, 5030.0, 5003.0, 5014.0, 5016.0, 5007.0, 5019.0, 5008.0, 5046.0, 5020.0, 5069.0, 5040.0, 5070.0, 5051.0, 5024.0, 5071.0, 5035.0, 5089.0, 5072.0, 5072.0, 5052.0, 5050.0, 5063.0, 5051.0, 5103.0, 5054.0, 5104.0, 5045.0, 5092.0, 5062.0, 5098.0, 5071.0, 5087.0, 5032.0, 5078.0, 5042.0, 5079.0, 5050.0, 5021.0, 5041.0, 5022.0, 5080.0, 5051.0, 5088.0, 5031.0, 5070.0, 5030.0, 5058.0, 5039.0, 5088.0, 5029.0, 5068.0, 5020.0, 5057.0, 5046.0, 5067.0, 5012.0, 5040.0, 5010.0, 5037.0, 5018.0, 5075.0, 5029.0, 5056.0, 5009.0, 5029.0, 5010.0, 5046.0, 5028.0, 5057.0, 5009.0, 5028.0, 5009.0, 5050.0, 5020.0, 5067.0, 5039.0, 5078.0, 5032.0, 5058.0, 5030.0, 5065.0, 5050.0, 5076.0, 5052.0, 5049.0, 5031.0, 5058.0, 5040.0, 5068.0, 5072.0, 5052.0, 5040.0, 5033.0, 5031.0, 5020.0, 5048.0, 5020.0, 5047.0, 5021.0, 5049.0, 5032.0, 5072.0, 5032.0, 5070.0, 5023.0, 5071.0, 5023.0, 5061.0, 5020.0, 5068.0, 5041.0, 5079.0, 5020.0, 5062.0, 5021.0, 5077.0, 5059.0, 5071.0, 5016.0, 5069.0, 5029.0, 5016.0, 5053.0, 5020.0, 5087.0, 5036.0, 5107.0, 5032.0, 5058.0, 5036.0, 5097.0, 5102.0, 5059.0, 5110.0, 5060.0, 5034.0, 5084.0, 5051.0, 5056.0, 5032.0, 5018.0, 5113.0, 5054.0, 5119.0, 5093.0, 5053.0, 5102.0, 5044.0, 5107.0, 5069.0, 5038.0, 5083.0, 5047.0, 5085.0, 5060.0, 5075.0, 5078.0, 5028.0, 5087.0, 5040.0, 5086.0, 5048.0, 5075.0, 5047.0, 5027.0, 5052.0, 5019.0, 5055.0, 5027.0, 5067.0, 5021.0, 5056.0, 5009.0, 5042.0, 5006.0, 5054.0, 5027.0, 5055.0, 5020.0, 5056.0, 5018.0, 5064.0, 5038.0, 5010.0, 5029.0, 5011.0, 5029.0, 5021.0, 5068.0, 5038.0, 5077.0, 5061.0, 5077.0, 5041.0, 5066.0, 5040.0, 5066.0, 5049.0, 5065.0, 5020.0, 5054.0, 5020.0, 5065.0, 5039.0, 5065.0, 5029.0, 5056.0, 5020.0, 5046.0, 5020.0, 5055.0, 5022.0, 5041.0, 5032.0, 5010.0, 5031.0, 5022.0, 5052.0, 5052.0, 5061.0, 5014.0, 5052.0, 5011.0, 5060.0, 5024.0, 5079.0, 5062.0, 5080.0, 5034.0, 5072.0, 5045.0, 5070.0, 5079.0, 5062.0, 5092.0, 5025.0, 5071.0, 5013.0, 5078.0, 5040.0, 5077.0, 5050.0, 5078.0, 5019.0, 5065.0, 5039.0, 5077.0, 5050.0, 5047.0, 5029.0, 5049.0, 5039.0, 5067.0, 5047.0, 5039.0, 5038.0, 5010.0, 5017.0, 5008.0, 5037.0, 5046.0, 5038.0, 5008.0, 5020.0, 5010.0, 5019.0, 5048.0, 5050.0, 5041.0, 5032.0, 5019.0, 5030.0, 5059.0, 5049.0, 5060.0, 5056.0, 5034.0, 5041.0, 5018.0, 5041.0, 5032.0, 5069.0, 5032.0, 5061.0, 5043.0, 5080.0, 5062.0, 5084.0, 5046.0, 5080.0, 5054.0, 5078.0, 5070.0, 5089.0, 5048.0, 5076.0, 5062.0, 5075.0, 5058.0, 5076.0, 5047.0, 5065.0, 5007.0, 5034.0, 5007.0, 5017.0, 5008.0, 5017.0, 5010.0, 5019.0, 5020.0, 5050.0, 5077.0, 5050.0, 5076.0, 5048.0, 5074.0, 5038.0, 5065.0, 5037.0, 5064.0, 5017.0, 5045.0, 4995.0, 5034.0, 5033.0, 5043.0, 5042.0, 5014.0, 5024.0, 5004.0, 5033.0, 5004.0, 5043.0, 5004.0, 5034.0, 5018.0, 5027.0, 5019.0, 5037.0, 5020.0, 5047.0, 5018.0, 5044.0, 5018.0, 5035.0, 5016.0, 5045.0, 5039.0, 5049.0, 5018.0, 5046.0, 5021.0, 5058.0, 5030.0, 5056.0, 5021.0, 5048.0, 5029.0, 5065.0, 5040.0, 5068.0, 5048.0, 5047.0, 5030.0, 5068.0, 5033.0, 5076.0, 5050.0, 5047.0, 5032.0, 5039.0, 5033.0, 5067.0, 5041.0, 5061.0, 5032.0, 5080.0, 5053.0, 5080.0, 5061.0, 5081.0, 5041.0, 5067.0, 5021.0, 5069.0, 5029.0, 5068.0, 5012.0, 5040.0, 5010.0, 5022.0, 5022.0, 5042.0, 5042.0, 5070.0, 5025.0, 5032.0, 5023.0, 5039.0, 5035.0, 5051.0, 5044.0, 5062.0, 5048.0, 5084.0, 5075.0, 5093.0, 5043.0, 5084.0, 5065.0, 5101.0, 5070.0, 5089.0, 5053.0, 5079.0, 5020.0, 5059.0, 5018.0, 5066.0, 5037.0, 5068.0, 5007.0, 5026.0, 5008.0, 5027.0, 5046.0, 5056.0, 5016.0, 5016.0, 5035.0, 5005.0, 5052.0, 5014.0, 5032.0, 5004.0, 4994.0, 4995.0, 4994.0, 5006.0, 5015.0, 5005.0, 5006.0, 5006.0, 5007.0, 5017.0, 5016.0, 5015.0, 5017.0, 5044.0, 5019.0, 5035.0, 5019.0, 5046.0, 5028.0, 5006.0, 5003.0, 4993.0, 5067.0, 5088.0, 5083.0, 5057.0, 5042.0, 5018.0, 4963.0, 5058.0, 5084.0, 5106.0, 5092.0, 5055.0, 5052.0, 5023.0, 5086.0, 5070.0, 5071.0, 5086.0, 5043.0, 5080.0, 5072.0, 5089.0, 5090.0, 5080.0, 5110.0, 5072.0, 5088.0, 5059.0, 5087.0, 5068.0, 5087.0, 5057.0, 5076.0, 5047.0, 5073.0, 5046.0, 5064.0, 5043.0, 5052.0, 5003.0, 5032.0, 5006.0, 5043.0, 5026.0, 5043.0, 5008.0, 5045.0, 5008.0, 5044.0, 5025.0, 5054.0, 5036.0, 5055.0, 5020.0, 5046.0, 5007.0, 5069.0, 5051.0, 5048.0, 5047.0, 4999.0, 5015.0, 5005.0, 4995.0, 5006.0, 5008.0, 5040.0, 5030.0, 5082.0, 5081.0, 5109.0, 5071.0, 5060.0, 5021.0, 5058.0, 5021.0, 5049.0, 5010.0, 5049.0, 5035.0, 5083.0, 5055.0, 5080.0, 5046.0, 5081.0, 5025.0, 5072.0, 5066.0, 5085.0, 5066.0, 5062.0, 5049.0, 5065.0, 5036.0, 5082.0, 5075.0, 5064.0, 5045.0, 5044.0, 5035.0, 5037.0, 5056.0, 5038.0, 5075.0, 5049.0, 5077.0, 5049.0, 5106.0, 5077.0, 5104.0, 5078.0, 5114.0, 5111.0, 5091.0, 5035.0, 5026.0, 5072.0, 5031.0, 5019.0, 5019.0, 5025.0, 5024.0, 5045.0, 5023.0, 5073.0, 5082.0, 5122.0, 5090.0, 5087.0, 5093.0, 5047.0, 5091.0, 5064.0, 5091.0, 5072.0, 5011.0, 5057.0, 4990.0, 5035.0, 5008.0, 4978.0, 5027.0, 4988.0, 5009.0, 5030.0, 4990.0, 5000.0, 4990.0, 5002.0, 5003.0, 4994.0, 5013.0, 5006.0, 5024.0, 5017.0, 5037.0, 5020.0, 5037.0, 5019.0, 5020.0, 5019.0, 5019.0, 5073.0, 5042.0, 5052.0, 5056.0, 5031.0, 5088.0, 5032.0, 5071.0, 5065.0, 5085.0, 5102.0, 5038.0, 5091.0, 5020.0, 5101.0, 5052.0, 5099.0, 5080.0, 5109.0, 5070.0, 5038.0, 5039.0, 5020.0, 5089.0, 5049.0, 5107.0, 5072.0, 5041.0, 5041.0, 5022.0, 5090.0, 5045.0, 5099.0, 5052.0, 5089.0, 5029.0, 5066.0, 5006.0, 5010.0, 5018.0, 5029.0, 5055.0, 5030.0, 5097.0, 5060.0, 5037.0, 5029.0, 5020.0, 5050.0, 5029.0, 5089.0, 5048.0, 5097.0, 5028.0, 5067.0, 5019.0, 5064.0, 5024.0, 5046.0, 5045.0, 5029.0, 5031.0, 5042.0, 5031.0, 5013.0, 5015.0, 5054.0, 5017.0, 5063.0, 5025.0, 5088.0, 5058.0, 5086.0, 5043.0, 5123.0, 5070.0, 5094.0, 5085.0, 5050.0, 5068.0, 5020.0, 5031.0, 5043.0, 5091.0, 5053.0, 5059.0, 5087.0, 5040.0, 5099.0, 5038.0, 5077.0, 5075.0, 5067.0, 5083.0, 5043.0, 5073.0, 5014.0, 5052.0, 5005.0, 5054.0, 5017.0, 5006.0, 5007.0, 5007.0, 5022.0, 5032.0, 5038.0, 5041.0, 5070.0, 5031.0, 5035.0, 5029.0, 5061.0, 5102.0, 5074.0, 5111.0, 5075.0, 5044.0, 5020.0, 5021.0, 5008.0, 5021.0, 5018.0, 5032.0, 5034.0, 5031.0, 5035.0, 5091.0, 5052.0, 5099.0, 5084.0, 5052.0, 5062.0, 5042.0, 5092.0, 5057.0, 5087.0, 5031.0, 5096.0, 5061.0, 5097.0, 5085.0, 5156.0, 5099.0, 5041.0, 5009.0, 4991.0, 5004.0, 5017.0, 5012.0, 5006.0, 5029.0, 5009.0, 5021.0, 5039.0, 5021.0, 5067.0, 5058.0, 5021.0, 5048.0, 5019.0, 5026.0, 5029.0, 5021.0, 5090.0, 5059.0, 5097.0, 5053.0, 5058.0, 5034.0, 5019.0, 5098.0, 5083.0, 5050.0, 5020.0, 5019.0, 5004.0, 5020.0, 5022.0, 5019.0, 5040.0, 5092.0, 5048.0, 5072.0, 5089.0, 5033.0, 5099.0, 5066.0, 5097.0, 5058.0, 5084.0, 5077.0, 5046.0, 5015.0, 5005.0, 5014.0, 5003.0, 5051.0, 5002.0, 5074.0, 5052.0, 5072.0, 5033.0, 5063.0, 5046.0, 5063.0, 5000.0, 4996.0, 4993.0, 5005.0, 5013.0, 5008.0, 5032.0, 5031.0, 5040.0, 5020.0, 5071.0, 5041.0, 5012.0, 5020.0, 5010.0, 5008.0, 4999.0, 5077.0, 5020.0, 5060.0, 5012.0, 5048.0, 5010.0, 5076.0, 5057.0, 5088.0, 5042.0, 5071.0, 5024.0, 5024.0, 5033.0, 5013.0, 5091.0, 5051.0, 5072.0, 5023.0, 5033.0, 5035.0, 5015.0, 5096.0, 5076.0, 5105.0, 5066.0, 5093.0, 5065.0, 5112.0, 5064.0, 5109.0, 5060.0, 5063.0, 5030.0, 5012.0, 5042.0, 5041.0, 5089.0, 5012.0, 5070.0, 5020.0, 5051.0, 5023.0, 5089.0, 5064.0, 5100.0, 5055.0, 5090.0, 5053.0, 5088.0, 5061.0, 5088.0, 5061.0, 5039.0, 5021.0, 5011.0, 5022.0, 5048.0, 5080.0, 5051.0, 5078.0, 5013.0, 5049.0, 5008.0, 5057.0, 5055.0, 5067.0, 5009.0, 5027.0, 5011.0, 5030.0, 5011.0, 5088.0, 5073.0, 5090.0, 5032.0, 5020.0, 5022.0, 5009.0, 5008.0, 5008.0, 5057.0, 5023.0, 5080.0, 5059.0, 5103.0, 5073.0, 5099.0, 5043.0, 5068.0, 5009.0, 5064.0, 5036.0, 5072.0, 5047.0, 5075.0, 5028.0, 5064.0, 5020.0, 5075.0, 5047.0, 5073.0, 5054.0, 5064.0, 5018.0, 5046.0, 5006.0, 5067.0, 5017.0, 5067.0, 5016.0, 5008.0, 5019.0, 5000.0, 5024.0, 5023.0, 5030.0, 5011.0, 5059.0, 5022.0, 5052.0, 5035.0, 5072.0, 5053.0, 5058.0, 5050.0, 5081.0, 5011.0, 5042.0, 5011.0, 5049.0, 5042.0, 5063.0, 5060.0, 5071.0, 5014.0, 5035.0, 5025.0, 5034.0, 5024.0, 5071.0, 5022.0, 5033.0, 5025.0, 5042.0, 5082.0, 5054.0, 5089.0, 5060.0, 5081.0, 5078.0, 5021.0, 5094.0, 5065.0, 5035.0, 5058.0, 5008.0, 5085.0, 5043.0, 5036.0, 5078.0, 5027.0, 5055.0, 5006.0, 5023.0, 5025.0, 5010.0, 5055.0, 5019.0, 5015.0, 5017.0, 5016.0, 5005.0, 5007.0, 5027.0, 5019.0, 5055.0, 5018.0, 5074.0, 5047.0, 5056.0, 5015.0, 4996.0, 5014.0, 5005.0, 5062.0, 5007.0, 5072.0, 5007.0, 5052.0, 5005.0, 5063.0, 5005.0, 5073.0, 5017.0, 5054.0, 5006.0, 5043.0, 5005.0, 5073.0, 5007.0, 5053.0, 5005.0, 5016.0, 5008.0, 5016.0, 5022.0, 5029.0, 5033.0, 5048.0, 5031.0, 5080.0, 5052.0, 5099.0, 5051.0, 5089.0, 5019.0, 5077.0, 5029.0, 5077.0, 5022.0, 5039.0, 5020.0, 5040.0, 5021.0, 5080.0, 5022.0, 5041.0, 5021.0, 5052.0, 5091.0, 5071.0, 5089.0, 5062.0, 5051.0, 5019.0, 5017.0, 5032.0, 5011.0, 5040.0, 5009.0, 5018.0], 'WindowWidth': [11091.0, 11077.0, 11038.0, 11036.0, 10989.0, 10994.0, 10940.0, 10973.0, 10924.0, 10969.0, 10937.0, 10982.0, 10934.0, 10955.0, 10921.0, 10957.0, 10910.0, 10970.0, 10932.0, 10956.0, 10906.0, 10957.0, 10908.0, 10957.0, 10925.0, 10959.0, 10915.0, 10926.0, 10941.0, 10914.0, 10934.0, 10984.0, 10956.0, 10983.0, 10961.0, 10980.0, 10932.0, 10951.0, 10934.0, 10973.0, 10951.0, 10977.0, 10958.0, 11006.0, 10958.0, 11017.0, 10997.0, 11018.0, 10962.0, 11015.0, 10983.0, 11016.0, 10995.0, 11012.0, 10953.0, 11011.0, 10953.0, 11014.0, 10994.0, 11013.0, 10954.0, 11012.0, 10970.0, 11013.0, 10993.0, 11028.0, 11029.0, 10996.0, 10980.0, 10974.0, 11020.0, 11018.0, 11071.0, 11042.0, 10983.0, 11052.0, 11037.0, 11062.0, 11073.0, 11022.0, 11008.0, 10997.0, 11009.0, 10992.0, 11003.0, 10944.0, 10972.0, 10950.0, 10964.0, 10970.0, 10973.0, 10918.0, 10920.0, 10901.0, 10910.0, 10903.0, 10933.0, 10911.0, 10952.0, 10927.0, 10936.0, 10929.0, 10977.0, 10930.0, 10994.0, 10931.0, 10991.0, 10914.0, 10977.0, 10908.0, 10976.0, 10920.0, 10959.0, 10928.0, 10922.0, 10929.0, 10953.0, 10931.0, 10981.0, 10946.0, 10985.0, 10936.0, 10986.0, 10929.0, 10970.0, 10977.0, 10987.0, 10979.0, 10953.0, 10975.0, 10927.0, 11005.0, 10979.0, 11021.0, 10980.0, 10999.0, 10931.0, 11007.0, 10926.0, 11009.0, 10997.0, 10963.0, 10918.0, 10920.0, 10979.0, 10976.0, 10967.0, 10944.0, 10978.0, 10955.0, 10995.0, 10958.0, 11036.0, 10991.0, 11028.0, 10992.0, 11004.0, 10989.0, 10989.0, 10998.0, 10939.0, 11000.0, 11003.0, 11045.0, 10993.0, 10985.0, 11006.0, 11000.0, 10968.0, 10966.0, 10932.0, 10966.0, 10937.0, 11014.0, 11059.0, 11020.0, 11036.0, 10964.0, 10971.0, 10925.0, 10909.0, 10911.0, 11020.0, 10967.0, 11010.0, 11034.0, 11024.0, 11011.0, 10947.0, 11000.0, 10907.0, 10968.0, 10893.0, 10918.0, 10878.0, 10893.0, 10857.0, 10805.0, 10806.0, 10820.0, 10848.0, 10841.0, 10886.0, 10849.0, 10848.0, 10869.0, 10871.0, 10869.0, 10873.0, 10868.0, 10859.0, 10912.0, 10890.0, 10924.0, 10891.0, 10905.0, 10910.0, 10900.0, 10918.0, 10906.0, 10953.0, 10923.0, 10988.0, 10952.0, 10992.0, 10967.0, 10934.0, 10995.0, 10948.0, 11016.0, 10997.0, 10996.0, 10969.0, 10965.0, 10985.0, 10968.0, 11043.0, 10976.0, 11046.0, 10964.0, 11025.0, 10983.0, 11028.0, 10995.0, 11014.0, 10941.0, 11001.0, 10954.0, 11002.0, 10965.0, 10926.0, 10953.0, 10930.0, 11007.0, 10967.0, 11017.0, 10939.0, 10991.0, 10937.0, 10974.0, 10946.0, 11014.0, 10934.0, 10986.0, 10923.0, 10970.0, 10950.0, 10983.0, 10913.0, 10949.0, 10908.0, 10942.0, 10919.0, 10994.0, 10933.0, 10969.0, 10906.0, 10932.0, 10910.0, 10955.0, 10929.0, 10970.0, 10907.0, 10931.0, 10909.0, 10962.0, 10923.0, 10983.0, 10949.0, 10999.0, 10940.0, 10972.0, 10937.0, 10979.0, 10963.0, 10996.0, 10972.0, 10964.0, 10943.0, 10975.0, 10952.0, 10989.0, 11004.0, 10978.0, 10959.0, 10949.0, 10945.0, 10928.0, 10964.0, 10925.0, 10959.0, 10931.0, 10967.0, 10948.0, 11001.0, 10946.0, 10996.0, 10936.0, 10998.0, 10934.0, 10983.0, 10926.0, 10991.0, 10957.0, 11007.0, 10930.0, 10986.0, 10932.0, 11002.0, 10980.0, 10984.0, 10912.0, 10997.0, 10936.0, 10910.0, 10960.0, 10927.0, 11017.0, 10961.0, 11062.0, 10949.0, 10957.0, 10944.0, 11079.0, 11071.0, 10997.0, 11052.0, 10983.0, 10953.0, 11012.0, 10969.0, 10968.0, 10931.0, 10925.0, 11068.0, 10983.0, 11068.0, 11036.0, 10981.0, 11053.0, 10969.0, 11045.0, 10990.0, 10942.0, 11004.0, 10957.0, 11008.0, 10979.0, 10995.0, 11004.0, 10935.0, 11015.0, 10951.0, 11010.0, 10959.0, 10993.0, 10956.0, 10932.0, 10972.0, 10921.0, 10968.0, 10928.0, 10985.0, 10926.0, 10970.0, 10907.0, 10944.0, 10899.0, 10959.0, 10928.0, 10962.0, 10921.0, 10966.0, 10919.0, 10978.0, 10946.0, 10911.0, 10934.0, 10911.0, 10935.0, 10928.0, 10988.0, 10949.0, 11001.0, 10982.0, 11000.0, 10953.0, 10983.0, 10950.0, 10981.0, 10961.0, 10979.0, 10922.0, 10962.0, 10924.0, 10978.0, 10948.0, 10979.0, 10936.0, 10967.0, 10923.0, 10954.0, 10924.0, 10966.0, 10928.0, 10952.0, 10943.0, 10911.0, 10943.0, 10930.0, 10971.0, 10968.0, 10983.0, 10920.0, 10971.0, 10915.0, 10980.0, 10934.0, 11005.0, 10985.0, 11007.0, 10948.0, 10998.0, 10965.0, 10992.0, 11004.0, 10983.0, 11028.0, 10937.0, 10996.0, 10918.0, 11000.0, 10950.0, 10999.0, 10963.0, 10998.0, 10922.0, 10979.0, 10947.0, 10996.0, 10964.0, 10957.0, 10936.0, 10962.0, 10950.0, 10982.0, 10957.0, 10946.0, 10946.0, 10907.0, 10915.0, 10903.0, 10941.0, 10951.0, 10945.0, 10905.0, 10921.0, 10909.0, 10922.0, 10959.0, 10965.0, 10953.0, 10944.0, 10924.0, 10940.0, 10973.0, 10963.0, 10979.0, 10986.0, 10954.0, 10959.0, 10923.0, 10954.0, 10946.0, 10997.0, 10947.0, 10985.0, 10962.0, 11008.0, 10986.0, 11017.0, 10968.0, 11010.0, 10977.0, 11005.0, 10994.0, 11019.0, 10962.0, 10998.0, 10983.0, 10996.0, 10974.0, 10997.0, 10957.0, 10978.0, 10901.0, 10935.0, 10901.0, 10913.0, 10904.0, 10917.0, 10911.0, 10924.0, 10924.0, 10966.0, 11001.0, 10965.0, 10996.0, 10959.0, 10991.0, 10944.0, 10979.0, 10941.0, 10975.0, 10914.0, 10952.0, 10882.0, 10934.0, 10931.0, 10945.0, 10942.0, 10907.0, 10918.0, 10894.0, 10930.0, 10893.0, 10945.0, 10894.0, 10936.0, 10920.0, 10929.0, 10923.0, 10942.0, 10926.0, 10955.0, 10918.0, 10949.0, 10919.0, 10936.0, 10915.0, 10953.0, 10949.0, 10960.0, 10920.0, 10955.0, 10925.0, 10972.0, 10936.0, 10969.0, 10925.0, 10960.0, 10936.0, 10980.0, 10950.0, 10985.0, 10960.0, 10955.0, 10936.0, 10989.0, 10946.0, 10997.0, 10964.0, 10957.0, 10944.0, 10949.0, 10945.0, 10987.0, 10957.0, 10981.0, 10946.0, 11009.0, 10977.0, 11007.0, 10983.0, 11009.0, 10955.0, 10987.0, 10926.0, 10990.0, 10935.0, 10987.0, 10913.0, 10952.0, 10911.0, 10928.0, 10929.0, 10956.0, 10956.0, 10994.0, 10939.0, 10944.0, 10933.0, 10950.0, 10953.0, 10971.0, 10967.0, 10990.0, 10975.0, 11020.0, 11008.0, 11032.0, 10962.0, 11019.0, 10991.0, 11039.0, 10994.0, 11023.0, 10971.0, 11006.0, 10924.0, 10975.0, 10917.0, 10981.0, 10940.0, 10985.0, 10901.0, 10926.0, 10903.0, 10928.0, 10949.0, 10967.0, 10911.0, 10910.0, 10933.0, 10894.0, 10953.0, 10904.0, 10926.0, 10892.0, 10877.0, 10879.0, 10879.0, 10897.0, 10905.0, 10894.0, 10900.0, 10900.0, 10905.0, 10919.0, 10919.0, 10913.0, 10917.0, 10951.0, 10922.0, 10940.0, 10921.0, 10954.0, 10934.0, 10898.0, 10887.0, 10877.0, 11009.0, 11057.0, 11042.0, 10991.0, 10961.0, 10921.0, 10814.0, 10977.0, 11023.0, 11044.0, 11033.0, 10985.0, 10974.0, 10932.0, 11013.0, 10999.0, 11001.0, 11025.0, 10960.0, 11004.0, 10996.0, 11018.0, 11022.0, 11008.0, 11050.0, 10996.0, 11015.0, 10974.0, 11011.0, 10986.0, 11010.0, 10970.0, 10992.0, 10955.0, 10987.0, 10950.0, 10972.0, 10944.0, 10953.0, 10891.0, 10927.0, 10897.0, 10943.0, 10923.0, 10944.0, 10902.0, 10948.0, 10903.0, 10948.0, 10924.0, 10959.0, 10938.0, 10964.0, 10926.0, 10954.0, 10902.0, 10990.0, 10973.0, 10962.0, 10957.0, 10890.0, 10907.0, 10892.0, 10876.0, 10895.0, 10902.0, 10949.0, 10935.0, 11012.0, 11010.0, 11061.0, 10995.0, 10974.0, 10916.0, 10965.0, 10918.0, 10956.0, 10906.0, 10958.0, 10950.0, 11016.0, 10976.0, 11007.0, 10965.0, 11008.0, 10935.0, 10995.0, 10990.0, 11019.0, 10992.0, 10982.0, 10975.0, 10990.0, 10955.0, 11012.0, 11005.0, 10989.0, 10964.0, 10960.0, 10950.0, 10959.0, 10981.0, 10958.0, 11008.0, 10976.0, 11009.0, 10979.0, 11050.0, 11013.0, 11044.0, 11012.0, 11063.0, 11065.0, 11021.0, 10949.0, 10937.0, 10999.0, 10940.0, 10921.0, 10920.0, 10934.0, 10930.0, 10966.0, 10931.0, 11002.0, 11017.0, 11077.0, 11027.0, 11011.0, 11020.0, 10953.0, 11011.0, 10973.0, 11009.0, 10985.0, 10896.0, 10956.0, 10863.0, 10921.0, 10889.0, 10849.0, 10914.0, 10861.0, 10890.0, 10922.0, 10870.0, 10880.0, 10871.0, 10889.0, 10891.0, 10878.0, 10905.0, 10898.0, 10920.0, 10915.0, 10944.0, 10925.0, 10945.0, 10922.0, 10924.0, 10923.0, 10922.0, 11004.0, 10963.0, 10971.0, 10971.0, 10942.0, 11017.0, 10946.0, 10998.0, 10996.0, 11022.0, 11044.0, 10951.0, 11023.0, 10924.0, 11035.0, 10970.0, 11033.0, 11006.0, 11046.0, 10991.0, 10945.0, 10946.0, 10923.0, 11016.0, 10964.0, 11042.0, 11000.0, 10951.0, 10952.0, 10926.0, 11024.0, 10970.0, 11037.0, 10971.0, 11017.0, 10934.0, 10979.0, 10899.0, 10906.0, 10918.0, 10934.0, 10967.0, 10939.0, 11026.0, 10980.0, 10945.0, 10936.0, 10923.0, 10965.0, 10935.0, 11017.0, 10959.0, 11026.0, 10933.0, 10988.0, 10922.0, 10978.0, 10923.0, 10954.0, 10954.0, 10940.0, 10945.0, 10961.0, 10940.0, 10909.0, 10911.0, 10965.0, 10914.0, 10974.0, 10927.0, 11018.0, 10979.0, 11013.0, 10962.0, 11092.0, 11013.0, 11033.0, 11022.0, 10967.0, 10989.0, 10925.0, 10938.0, 10958.0, 11027.0, 10973.0, 10979.0, 11019.0, 10954.0, 11034.0, 10946.0, 11000.0, 10991.0, 10982.0, 11000.0, 10945.0, 10984.0, 10903.0, 10953.0, 10893.0, 10957.0, 10911.0, 10897.0, 10901.0, 10901.0, 10930.0, 10943.0, 10949.0, 10952.0, 10993.0, 10939.0, 10948.0, 10935.0, 10984.0, 11039.0, 11005.0, 11053.0, 11007.0, 10961.0, 10921.0, 10923.0, 10903.0, 10924.0, 10920.0, 10944.0, 10948.0, 10941.0, 10952.0, 11025.0, 10974.0, 11032.0, 11016.0, 10970.0, 10982.0, 10961.0, 11027.0, 10970.0, 11012.0, 10941.0, 11023.0, 10982.0, 11024.0, 11028.0, 11143.0, 11050.0, 10957.0, 10907.0, 10871.0, 10890.0, 10915.0, 10898.0, 10897.0, 10932.0, 10905.0, 10924.0, 10946.0, 10923.0, 10981.0, 10972.0, 10926.0, 10959.0, 10922.0, 10930.0, 10937.0, 10926.0, 11018.0, 10975.0, 11030.0, 10973.0, 10972.0, 10938.0, 10920.0, 11033.0, 11013.0, 10961.0, 10921.0, 10921.0, 10895.0, 10923.0, 10928.0, 10923.0, 10954.0, 11025.0, 10963.0, 10998.0, 11020.0, 10942.0, 11032.0, 10983.0, 11024.0, 10970.0, 11002.0, 10997.0, 10952.0, 10910.0, 10892.0, 10903.0, 10888.0, 10953.0, 10887.0, 10988.0, 10958.0, 10988.0, 10933.0, 10976.0, 10961.0, 10979.0, 10879.0, 10884.0, 10874.0, 10891.0, 10900.0, 10903.0, 10944.0, 10941.0, 10950.0, 10922.0, 10996.0, 10952.0, 10912.0, 10920.0, 10903.0, 10899.0, 10889.0, 10995.0, 10918.0, 10973.0, 10908.0, 10955.0, 10906.0, 10991.0, 10967.0, 11010.0, 10951.0, 10989.0, 10930.0, 10930.0, 10940.0, 10912.0, 11018.0, 10963.0, 10993.0, 10925.0, 10941.0, 10949.0, 10920.0, 11032.0, 11006.0, 11047.0, 10993.0, 11028.0, 10990.0, 11050.0, 10986.0, 11045.0, 10977.0, 10980.0, 10933.0, 10911.0, 10951.0, 10948.0, 11015.0, 10911.0, 10991.0, 10923.0, 10968.0, 10931.0, 11017.0, 10985.0, 11033.0, 10975.0, 11016.0, 10969.0, 11012.0, 10979.0, 11012.0, 10979.0, 10946.0, 10924.0, 10909.0, 10927.0, 10959.0, 11004.0, 10965.0, 11000.0, 10911.0, 10961.0, 10903.0, 10968.0, 10961.0, 10983.0, 10903.0, 10926.0, 10908.0, 10935.0, 10910.0, 11015.0, 10999.0, 11023.0, 10943.0, 10924.0, 10926.0, 10903.0, 10898.0, 10899.0, 10963.0, 10926.0, 11001.0, 10975.0, 11041.0, 11002.0, 11032.0, 10959.0, 10986.0, 10903.0, 10969.0, 10938.0, 10980.0, 10950.0, 10985.0, 10929.0, 10973.0, 10920.0, 10988.0, 10952.0, 10983.0, 10959.0, 10970.0, 10914.0, 10951.0, 10897.0, 10981.0, 10914.0, 10980.0, 10911.0, 10901.0, 10917.0, 10891.0, 10931.0, 10932.0, 10937.0, 10911.0, 10974.0, 10928.0, 10968.0, 10953.0, 10998.0, 10970.0, 10973.0, 10963.0, 11007.0, 10910.0, 10954.0, 10909.0, 10961.0, 10957.0, 10984.0, 10976.0, 10993.0, 10918.0, 10951.0, 10940.0, 10949.0, 10931.0, 10992.0, 10922.0, 10945.0, 10934.0, 10953.0, 11011.0, 10976.0, 11014.0, 10980.0, 11006.0, 10999.0, 10921.0, 11016.0, 10977.0, 10935.0, 10969.0, 10901.0, 11002.0, 10945.0, 10938.0, 11002.0, 10930.0, 10963.0, 10896.0, 10914.0, 10919.0, 10909.0, 10967.0, 10920.0, 10908.0, 10913.0, 10909.0, 10895.0, 10898.0, 10928.0, 10920.0, 10964.0, 10915.0, 10988.0, 10955.0, 10963.0, 10907.0, 10882.0, 10905.0, 10893.0, 10969.0, 10897.0, 10983.0, 10897.0, 10956.0, 10894.0, 10971.0, 10894.0, 10987.0, 10914.0, 10960.0, 10896.0, 10944.0, 10892.0, 10983.0, 10896.0, 10956.0, 10894.0, 10908.0, 10900.0, 10910.0, 10926.0, 10932.0, 10942.0, 10959.0, 10940.0, 11004.0, 10968.0, 11030.0, 10966.0, 11015.0, 10920.0, 10996.0, 10933.0, 10997.0, 10927.0, 10946.0, 10923.0, 10949.0, 10925.0, 11003.0, 10927.0, 10954.0, 10926.0, 10970.0, 11023.0, 10995.0, 11018.0, 10983.0, 10968.0, 10920.0, 10916.0, 10940.0, 10911.0, 10953.0, 10907.0, 10918.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.008190493827160495</td></tr>
<tr><td colspan=3>aqi</td><td>0.10295255586419753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.26069895172197</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0675950470193052</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9926185923474918</td></tr>
<tr><td colspan=3>efc</td><td>0.4954</td></tr>
<tr><td colspan=3>fber</td><td>6177.4077</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15150377655070846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>216</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.666666666666668</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.84611975071198</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.585966847436655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0410183820419263</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9113740226573586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00522174</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001576219336129725</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041260428726673126</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.085002128907852</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.3832</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1187</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.7982</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294548.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>1182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.3766</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5169</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.9445</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4225.8759</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1080.7762</td></tr>
<tr><td colspan=3>tsnr</td><td>21.37527911050711</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>