<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-02/func/sub-0032_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>c7afab80f2d70a6110ec672cfbb4bce4</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:32:55.855000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999182, -0.0374765, 0.0151811, 0.0383847, 0.997162, -0.0647674]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103698</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7224, 623, -74, -158, -36, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bc67f2d-8bd5-441c-9b4b-938da1013d6c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807327270507812, 0.10298342257738113, 0.034319039434194565, 106.30611419677734], [0.10054660588502884, 2.6753125190734863, -0.17630219459533691, -97.97314453125], [0.04072976112365723, 0.17376607656478882, 2.694019317626953, -82.89295196533203], [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': ['133255.855000', '133256.315000', '133256.775000', '133257.235000', '133257.695000', '133258.155000', '133258.615000', '133259.075000', '133259.535000', '133259.995000', '133300.455000', '133300.915000', '133301.375000', '133301.835000', '133302.295000', '133302.755000', '133303.215000', '133303.675000', '133304.135000', '133304.595000', '133305.055000', '133305.515000', '133305.975000', '133306.435000', '133306.895000', '133307.355000', '133307.815000', '133308.275000', '133308.735000', '133309.195000', '133309.655000', '133310.115000', '133310.575000', '133311.035000', '133311.495000', '133311.955000', '133312.415000', '133312.875000', '133313.335000', '133313.795000', '133314.255000', '133314.715000', '133315.175000', '133315.635000', '133316.095000', '133316.555000', '133317.015000', '133317.475000', '133317.935000', '133318.395000', '133318.855000', '133319.315000', '133319.775000', '133320.235000', '133320.695000', '133321.155000', '133321.615000', '133322.075000', '133322.535000', '133322.995000', '133323.455000', '133323.915000', '133324.375000', '133324.835000', '133325.295000', '133325.755000', '133326.215000', '133326.675000', '133327.135000', '133327.595000', '133328.055000', '133328.515000', '133328.975000', '133329.435000', '133329.895000', '133330.355000', '133330.815000', '133331.275000', '133331.735000', '133332.195000', '133332.655000', '133333.115000', '133333.575000', '133334.035000', '133334.495000', '133334.955000', '133335.415000', '133335.875000', '133336.335000', '133336.795000', '133337.255000', '133337.715000', '133338.175000', '133338.635000', '133339.095000', '133339.555000', '133340.015000', '133340.475000', '133340.935000', '133341.395000', '133341.855000', '133342.315000', '133342.775000', '133343.235000', '133343.695000', '133344.155000', '133344.615000', '133345.075000', '133345.535000', '133345.995000', '133346.455000', '133346.915000', '133347.375000', '133347.835000', '133348.295000', '133348.755000', '133349.215000', '133349.675000', '133350.135000', '133350.595000', '133351.055000', '133351.515000', '133351.975000', '133352.435000', '133352.895000', '133353.355000', '133353.815000', '133354.275000', '133354.735000', '133355.195000', '133355.655000', '133356.115000', '133356.575000', '133357.035000', '133357.495000', '133357.955000', '133358.415000', '133358.875000', '133359.335000', '133359.795000', '133400.255000', '133400.715000', '133401.175000', '133401.635000', '133402.095000', '133402.555000', '133403.015000', '133403.475000', '133403.935000', '133404.395000', '133404.855000', '133405.315000', '133405.775000', '133406.235000', '133406.695000', '133407.155000', '133407.615000', '133408.075000', '133408.535000', '133408.995000', '133409.455000', '133409.915000', '133410.375000', '133410.835000', '133411.295000', '133411.755000', '133412.215000', '133412.675000', '133413.135000', '133413.595000', '133414.055000', '133414.515000', '133414.975000', '133415.435000', '133415.895000', '133416.355000', '133416.815000', '133417.275000', '133417.735000', '133418.195000', '133418.655000', '133419.115000', '133419.575000', '133420.035000', '133420.495000', '133420.955000', '133421.415000', '133421.875000', '133422.335000', '133422.795000', '133423.255000', '133423.715000', '133424.175000', '133424.635000', '133425.095000', '133425.555000', '133426.015000', '133426.475000', '133426.935000', '133427.395000', '133427.855000', '133428.315000', '133428.775000', '133429.235000', '133429.695000', '133430.155000', '133430.615000', '133431.075000', '133431.535000', '133431.995000', '133432.455000', '133432.915000', '133433.375000', '133433.835000', '133434.295000', '133434.755000', '133435.215000', '133435.675000', '133436.135000', '133436.595000', '133437.055000', '133437.515000', '133437.975000', '133438.435000', '133438.895000', '133439.355000', '133439.815000', '133440.275000', '133440.735000', '133441.195000', '133441.655000', '133442.115000', '133442.575000', '133443.035000', '133443.495000', '133443.955000', '133444.415000', '133444.875000', '133445.335000', '133445.795000', '133446.255000', '133446.715000', '133447.175000', '133447.635000', '133448.095000', '133448.555000', '133449.015000', '133449.475000', '133449.935000', '133450.395000', '133450.855000', '133451.315000', '133451.775000', '133452.235000', '133452.695000', '133453.155000', '133453.615000', '133454.075000', '133454.535000', '133454.995000', '133455.455000', '133455.915000', '133456.375000', '133456.835000', '133457.295000', '133457.755000', '133458.215000', '133458.675000', '133459.135000', '133459.595000', '133500.055000', '133500.515000', '133500.975000', '133501.435000', '133501.895000', '133502.355000', '133502.815000', '133503.275000', '133503.735000', '133504.195000', '133504.655000', '133505.115000', '133505.575000', '133506.035000', '133506.495000', '133506.955000', '133507.415000', '133507.875000', '133508.335000', '133508.795000', '133509.255000', '133509.715000', '133510.175000', '133510.635000', '133511.095000', '133511.555000', '133512.015000', '133512.475000', '133512.935000', '133513.395000', '133513.855000', '133514.315000', '133514.775000', '133515.235000', '133515.695000', '133516.155000', '133516.615000', '133517.075000', '133517.535000', '133517.995000', '133518.455000', '133518.915000', '133519.375000', '133519.835000', '133520.295000', '133520.755000', '133521.215000', '133521.675000', '133522.135000', '133522.595000', '133523.055000', '133523.515000', '133523.975000', '133524.435000', '133524.895000', '133525.355000', '133525.815000', '133526.275000', '133526.735000', '133527.195000', '133527.655000', '133528.115000', '133528.575000', '133529.035000', '133529.495000', '133529.955000', '133530.415000', '133530.875000', '133531.335000', '133531.795000', '133532.255000', '133532.715000', '133533.175000', '133533.635000', '133534.095000', '133534.555000', '133535.015000', '133535.475000', '133535.935000', '133536.395000', '133536.855000', '133537.315000', '133537.775000', '133538.235000', '133538.695000', '133539.155000', '133539.615000', '133540.075000', '133540.535000', '133540.995000', '133541.455000', '133541.915000', '133542.375000', '133542.835000', '133543.295000', '133543.755000', '133544.215000', '133544.675000', '133545.135000', '133545.595000', '133546.055000', '133546.515000', '133546.975000', '133547.435000', '133547.895000', '133548.355000', '133548.815000', '133549.275000', '133549.735000', '133550.195000', '133550.655000', '133551.115000', '133551.575000', '133552.035000', '133552.495000', '133552.955000', '133553.415000', '133553.875000', '133554.335000', '133554.795000', '133555.255000', '133555.715000', '133556.175000', '133556.635000', '133557.095000', '133557.555000', '133558.015000', '133558.475000', '133558.935000', '133559.395000', '133559.855000', '133600.315000', '133600.775000', '133601.235000', '133601.695000', '133602.155000', '133602.615000', '133603.075000', '133603.535000', '133603.995000', '133604.455000', '133604.915000', '133605.375000', '133605.835000', '133606.295000', '133606.755000', '133607.215000', '133607.675000', '133608.135000', '133608.595000', '133609.055000', '133609.515000', '133609.975000', '133610.435000', '133610.895000', '133611.355000', '133611.815000', '133612.275000', '133612.735000', '133613.195000', '133613.655000', '133614.115000', '133614.575000', '133615.035000', '133615.495000', '133615.955000', '133616.415000', '133616.875000', '133617.335000', '133617.795000', '133618.255000', '133618.715000', '133619.175000', '133619.635000', '133620.095000', '133620.555000', '133621.015000', '133621.475000', '133621.935000', '133622.395000', '133622.855000', '133623.315000', '133623.775000', '133624.235000', '133624.695000', '133625.155000', '133625.615000', '133626.075000', '133626.535000', '133626.995000', '133627.455000', '133627.915000', '133628.375000', '133628.835000', '133629.295000', '133629.755000', '133630.215000', '133630.675000', '133631.135000', '133631.595000', '133632.055000', '133632.515000', '133632.975000', '133633.435000', '133633.895000', '133634.355000', '133634.815000', '133635.275000', '133635.735000', '133636.195000', '133636.655000', '133637.115000', '133637.575000', '133638.035000', '133638.495000', '133638.955000', '133639.415000', '133639.875000', '133640.335000', '133640.795000', '133641.255000', '133641.715000', '133642.175000', '133642.635000', '133643.095000', '133643.555000', '133644.015000', '133644.475000', '133644.935000', '133645.395000', '133645.855000', '133646.315000', '133646.775000', '133647.235000', '133647.695000', '133648.155000', '133648.615000', '133649.075000', '133649.535000', '133649.995000', '133650.455000', '133650.915000', '133651.375000', '133651.835000', '133652.295000', '133652.755000', '133653.215000', '133653.675000', '133654.135000', '133654.595000', '133655.055000', '133655.515000', '133655.975000', '133656.435000', '133656.895000', '133657.355000', '133657.815000', '133658.275000', '133658.735000', '133659.195000', '133659.655000', '133700.115000', '133700.575000', '133701.035000', '133701.495000', '133701.955000', '133702.415000', '133702.875000', '133703.335000', '133703.795000', '133704.255000', '133704.715000', '133705.175000', '133705.635000', '133706.095000', '133706.555000', '133707.015000', '133707.475000', '133707.935000', '133708.395000', '133708.855000', '133709.315000', '133709.775000', '133710.235000', '133710.695000', '133711.155000', '133711.615000', '133712.075000', '133712.535000', '133712.995000', '133713.455000', '133713.915000', '133714.375000', '133714.835000', '133715.295000', '133715.755000', '133716.215000', '133716.675000', '133717.135000', '133717.595000', '133718.055000', '133718.515000', '133718.975000', '133719.435000', '133719.895000', '133720.355000', '133720.815000', '133721.275000', '133721.735000', '133722.195000', '133722.655000', '133723.115000', '133723.575000', '133724.035000', '133724.495000', '133724.955000', '133725.415000', '133725.875000', '133726.335000', '133726.795000', '133727.255000', '133727.715000', '133728.175000', '133728.635000', '133729.095000', '133729.555000', '133730.015000', '133730.475000', '133730.935000', '133731.395000', '133731.855000', '133732.315000', '133732.775000', '133733.235000', '133733.695000', '133734.155000', '133734.615000', '133735.075000', '133735.535000', '133735.995000', '133736.455000', '133736.915000', '133737.375000', '133737.835000', '133738.295000', '133738.755000', '133739.215000', '133739.675000', '133740.135000', '133740.595000', '133741.055000', '133741.515000', '133741.975000', '133742.435000', '133742.895000', '133743.355000', '133743.815000', '133744.275000', '133744.735000', '133745.195000', '133745.655000', '133746.115000', '133746.575000', '133747.035000', '133747.495000', '133747.955000', '133748.415000', '133748.875000', '133749.335000', '133749.795000', '133750.255000', '133750.715000', '133751.175000', '133751.635000', '133752.095000', '133752.555000', '133753.015000', '133753.475000', '133753.935000', '133754.395000', '133754.855000', '133755.315000', '133755.775000', '133756.235000', '133756.695000', '133757.155000', '133757.615000', '133758.075000', '133758.535000', '133758.995000', '133759.455000', '133759.915000', '133800.375000', '133800.835000', '133801.295000', '133801.755000', '133802.215000', '133802.675000', '133803.135000', '133803.595000', '133804.055000', '133804.515000', '133804.975000', '133805.435000', '133805.895000', '133806.355000', '133806.815000', '133807.275000', '133807.735000', '133808.195000', '133808.655000', '133809.115000', '133809.575000', '133810.035000', '133810.495000', '133810.955000', '133811.415000', '133811.875000', '133812.335000', '133812.795000', '133813.255000', '133813.715000', '133814.175000', '133814.635000', '133815.095000', '133815.555000', '133816.015000', '133816.475000', '133816.935000', '133817.395000', '133817.855000', '133818.315000', '133818.775000', '133819.235000', '133819.695000', '133820.155000', '133820.615000', '133821.075000', '133821.535000', '133821.995000', '133822.455000', '133822.915000', '133823.375000', '133823.835000', '133824.295000', '133824.755000', '133825.215000', '133825.675000', '133826.135000', '133826.595000', '133827.055000', '133827.515000', '133827.975000', '133828.435000', '133828.895000', '133829.355000', '133829.815000', '133830.275000', '133830.735000', '133831.195000', '133831.655000', '133832.115000', '133832.575000', '133833.035000', '133833.495000', '133833.955000', '133834.415000', '133834.875000', '133835.335000', '133835.795000', '133836.255000', '133836.715000', '133837.175000', '133837.635000', '133838.095000', '133838.555000', '133839.015000', '133839.475000', '133839.935000', '133840.395000', '133840.855000', '133841.315000', '133841.775000', '133842.235000', '133842.695000', '133843.155000', '133843.615000', '133844.075000', '133844.535000', '133844.995000', '133845.455000', '133845.915000', '133846.375000', '133846.835000', '133847.295000', '133847.755000', '133848.215000', '133848.675000', '133849.135000', '133849.595000', '133850.055000', '133850.515000', '133850.975000', '133851.435000', '133851.895000', '133852.355000', '133852.815000', '133853.275000', '133853.735000', '133854.195000', '133854.655000', '133855.115000', '133855.575000', '133856.035000', '133856.495000', '133856.955000', '133857.415000', '133857.875000', '133858.335000', '133858.795000', '133859.255000', '133859.715000', '133900.175000', '133900.635000', '133901.095000', '133901.555000', '133902.015000', '133902.475000', '133902.935000', '133903.395000', '133903.855000', '133904.315000', '133904.775000', '133905.235000', '133905.695000', '133906.155000', '133906.615000', '133907.075000', '133907.535000', '133907.995000', '133908.455000', '133908.915000', '133909.375000', '133909.835000', '133910.295000', '133910.755000', '133911.215000', '133911.675000', '133912.135000', '133912.595000', '133913.055000', '133913.515000', '133913.975000', '133914.435000', '133914.895000', '133915.355000', '133915.815000', '133916.275000', '133916.735000', '133917.195000', '133917.655000', '133918.115000', '133918.575000', '133919.035000', '133919.495000', '133919.955000', '133920.415000', '133920.875000', '133921.335000', '133921.795000', '133922.255000', '133922.715000', '133923.175000', '133923.635000', '133924.095000', '133924.555000', '133925.015000', '133925.475000', '133925.935000', '133926.395000', '133926.855000', '133927.315000', '133927.775000', '133928.235000', '133928.695000', '133929.155000', '133929.615000', '133930.075000', '133930.535000', '133930.995000', '133931.455000', '133931.915000', '133932.375000', '133932.835000', '133933.295000', '133933.755000', '133934.215000', '133934.675000', '133935.135000', '133935.595000', '133936.055000', '133936.515000', '133936.975000', '133937.435000', '133937.895000', '133938.355000', '133938.815000', '133939.275000', '133939.735000', '133940.195000', '133940.655000', '133941.115000', '133941.575000', '133942.035000', '133942.495000', '133942.955000', '133943.415000', '133943.875000', '133944.335000', '133944.795000', '133945.255000', '133945.715000', '133946.175000', '133946.635000', '133947.095000', '133947.555000', '133948.015000', '133948.475000', '133948.935000', '133949.395000', '133949.855000', '133950.315000', '133950.775000', '133951.235000', '133951.695000', '133952.155000', '133952.615000', '133953.075000', '133953.535000', '133953.995000', '133954.455000', '133954.915000', '133955.375000', '133955.835000', '133956.295000', '133956.755000', '133957.215000', '133957.675000', '133958.135000', '133958.595000', '133959.055000', '133959.515000', '133959.975000', '134000.435000', '134000.895000', '134001.355000', '134001.815000', '134002.275000', '134002.735000', '134003.195000', '134003.655000', '134004.115000', '134004.575000', '134005.035000', '134005.495000', '134005.955000', '134006.415000', '134006.875000', '134007.335000', '134007.795000', '134008.255000', '134008.715000', '134009.175000', '134009.635000', '134010.095000', '134010.555000', '134011.015000', '134011.475000', '134011.935000', '134012.395000', '134012.855000', '134013.315000', '134013.775000', '134014.235000', '134014.695000', '134015.155000', '134015.615000', '134016.075000', '134016.535000', '134016.995000', '134017.455000', '134017.915000', '134018.375000', '134018.835000', '134019.295000', '134019.755000', '134020.215000', '134020.675000', '134021.135000', '134021.595000', '134022.055000', '134022.515000', '134022.975000', '134023.435000', '134023.895000', '134024.355000', '134024.815000', '134025.275000', '134025.735000', '134026.195000', '134026.655000', '134027.115000', '134027.575000', '134028.035000', '134028.495000', '134028.955000', '134029.415000', '134029.875000', '134030.335000', '134030.795000', '134031.255000', '134031.715000', '134032.175000', '134032.635000', '134033.095000', '134033.555000', '134034.015000', '134034.475000', '134034.935000', '134035.395000', '134035.855000', '134036.315000', '134036.775000', '134037.235000', '134037.695000', '134038.155000', '134038.615000', '134039.075000', '134039.535000', '134039.995000', '134040.455000', '134040.915000', '134041.375000', '134041.835000', '134042.295000', '134042.755000', '134043.215000', '134043.675000', '134044.135000', '134044.595000', '134045.055000', '134045.515000', '134045.975000', '134046.435000', '134046.895000', '134047.355000', '134047.815000', '134048.275000', '134048.735000', '134049.195000', '134049.655000', '134050.115000', '134050.575000', '134051.035000', '134051.495000', '134051.955000', '134052.415000', '134052.875000', '134053.335000', '134053.795000', '134054.255000', '134054.715000', '134055.175000', '134055.635000', '134056.095000', '134056.555000', '134057.015000', '134057.475000', '134057.935000', '134058.395000', '134058.855000', '134059.315000', '134059.775000', '134100.235000', '134100.695000', '134101.155000', '134101.615000', '134102.075000', '134102.535000', '134102.995000', '134103.455000', '134103.915000', '134104.375000', '134104.835000', '134105.295000', '134105.755000', '134106.215000', '134106.675000', '134107.135000', '134107.595000', '134108.055000', '134108.515000', '134108.975000', '134109.435000', '134109.895000', '134110.355000', '134110.815000', '134111.275000', '134111.735000', '134112.195000', '134112.655000', '134113.115000', '134113.575000', '134114.035000', '134114.495000', '134114.955000', '134115.415000', '134115.875000', '134116.335000', '134116.795000', '134117.255000', '134117.715000', '134118.175000', '134118.635000', '134119.095000', '134119.555000', '134120.015000', '134120.475000', '134120.935000', '134121.395000', '134121.855000', '134122.315000', '134122.775000', '134123.235000', '134123.695000', '134124.155000', '134124.615000', '134125.075000', '134125.535000', '134125.995000', '134126.455000', '134126.915000', '134127.375000', '134127.835000', '134128.295000', '134128.755000', '134129.215000', '134129.675000', '134130.135000', '134130.595000', '134131.055000', '134131.515000', '134131.975000', '134132.435000', '134132.895000', '134133.355000', '134133.815000', '134134.275000', '134134.735000', '134135.195000', '134135.655000', '134136.115000', '134136.575000', '134137.035000', '134137.495000', '134137.955000', '134138.415000', '134138.875000', '134139.335000', '134139.795000', '134140.255000', '134140.715000', '134141.175000', '134141.635000', '134142.095000', '134142.555000', '134143.015000', '134143.475000', '134143.935000', '134144.395000', '134144.855000', '134145.315000', '134145.775000', '134146.235000', '134146.695000', '134147.155000', '134147.615000', '134148.075000', '134148.535000', '134148.995000', '134149.455000', '134149.915000', '134150.375000', '134150.835000', '134151.295000', '134151.755000', '134152.215000', '134152.675000', '134153.135000', '134153.595000', '134154.055000', '134154.515000', '134154.975000', '134155.435000', '134155.895000', '134156.355000', '134156.815000', '134157.275000', '134157.735000', '134158.195000', '134158.655000', '134159.115000', '134159.575000', '134200.035000', '134200.495000', '134200.955000', '134201.415000', '134201.875000', '134202.335000', '134202.795000', '134203.255000', '134203.715000', '134204.175000', '134204.635000', '134205.095000', '134205.555000', '134206.015000', '134206.475000', '134206.935000', '134207.395000', '134207.855000', '134208.315000', '134208.775000', '134209.235000', '134209.695000', '134210.155000', '134210.615000', '134211.075000', '134211.535000', '134211.995000', '134212.455000', '134212.915000', '134213.375000', '134213.835000', '134214.295000', '134214.755000', '134215.215000', '134215.675000', '134216.135000', '134216.595000', '134217.055000', '134217.515000', '134217.975000', '134218.435000', '134218.895000', '134219.355000', '134219.815000', '134220.275000', '134220.735000', '134221.195000', '134221.655000', '134222.115000', '134222.575000', '134223.035000', '134223.495000', '134223.955000', '134224.415000', '134224.875000', '134225.335000', '134225.795000', '134226.255000', '134226.715000', '134227.175000', '134227.635000', '134228.095000', '134228.555000', '134229.015000', '134229.475000', '134229.935000', '134230.395000', '134230.855000', '134231.315000', '134231.775000', '134232.235000', '134232.695000', '134233.155000', '134233.615000', '134234.075000', '134234.535000', '134234.995000', '134235.455000', '134235.915000', '134236.375000', '134236.835000', '134237.295000', '134237.755000', '134238.215000', '134238.675000', '134239.135000', '134239.595000', '134240.055000', '134240.515000', '134240.975000', '134241.435000', '134241.895000', '134242.355000', '134242.815000', '134243.275000', '134243.735000', '134244.195000', '134244.655000', '134245.115000', '134245.575000', '134246.035000', '134246.495000', '134246.955000', '134247.415000', '134247.875000', '134248.335000', '134248.795000', '134249.255000', '134249.715000', '134250.175000', '134250.635000', '134251.095000', '134251.555000', '134252.015000', '134252.475000'], 'ContentTime': ['133321.299000', '133321.303000', '133321.306000', '133321.310000', '133321.313000', '133321.316000', '133321.319000', '133321.322000', '133321.325000', '133321.336000', '133321.339000', '133321.342000', '133321.345000', '133321.365000', '133321.368000', '133321.371000', '133321.374000', '133321.377000', '133321.380000', '133321.383000', '133321.386000', '133321.389000', '133321.392000', '133321.394000', '133321.397000', '133321.400000', '133321.403000', '133321.407000', '133321.419000', '133321.422000', '133321.425000', '133321.428000', '133321.431000', '133321.434000', '133321.437000', '133321.440000', '133321.443000', '133321.445000', '133321.448000', '133321.451000', '133321.454000', '133321.457000', '133321.460000', '133321.463000', '133321.466000', '133321.469000', '133321.471000', '133321.474000', '133321.478000', '133321.480000', '133321.483000', '133321.486000', '133321.489000', '133341.257000', '133341.260000', '133341.264000', '133341.267000', '133341.270000', '133341.273000', '133341.276000', '133341.279000', '133341.282000', '133341.285000', '133341.288000', '133341.291000', '133341.294000', '133341.296000', '133341.299000', '133341.302000', '133341.305000', '133341.308000', '133341.311000', '133341.314000', '133341.317000', '133341.320000', '133341.323000', '133341.326000', '133341.329000', '133341.332000', '133341.336000', '133341.339000', '133341.342000', '133341.345000', '133341.360000', '133341.363000', '133341.366000', '133341.369000', '133341.372000', '133341.375000', '133341.377000', '133341.380000', '133341.383000', '133341.386000', '133341.389000', '133341.392000', '133341.395000', '133401.257000', '133401.260000', '133401.263000', '133401.266000', '133401.269000', '133401.273000', '133401.276000', '133401.279000', '133401.282000', '133401.293000', '133401.296000', '133401.299000', '133401.302000', '133401.305000', '133401.308000', '133401.310000', '133401.313000', '133401.317000', '133401.319000', '133401.322000', '133401.325000', '133401.328000', '133401.331000', '133401.334000', '133401.337000', '133401.340000', '133401.343000', '133401.346000', '133401.348000', '133401.351000', '133401.354000', '133401.357000', '133401.360000', '133401.363000', '133401.366000', '133401.369000', '133401.372000', '133401.375000', '133401.378000', '133401.381000', '133401.387000', '133401.391000', '133401.393000', '133401.396000', '133421.257000', '133421.260000', '133421.263000', '133421.266000', '133421.269000', '133421.272000', '133421.274000', '133421.277000', '133421.290000', '133421.292000', '133421.295000', '133421.298000', '133421.301000', '133421.304000', '133421.307000', '133421.310000', '133421.313000', '133421.316000', '133421.319000', '133421.322000', '133421.324000', '133421.327000', '133421.330000', '133421.333000', '133421.336000', '133421.339000', '133421.342000', '133421.345000', '133421.348000', '133421.351000', '133421.354000', '133421.357000', '133421.360000', '133421.363000', '133421.366000', '133421.368000', '133421.371000', '133421.374000', '133421.377000', '133421.380000', '133421.383000', '133421.386000', '133421.389000', '133441.256000', '133441.269000', '133441.272000', '133441.275000', '133441.278000', '133441.281000', '133441.283000', '133441.286000', '133441.289000', '133441.292000', '133441.295000', '133441.298000', '133441.301000', '133441.304000', '133441.307000', '133441.310000', '133441.313000', '133441.316000', '133441.318000', '133441.321000', '133441.324000', '133441.327000', '133441.330000', '133441.333000', '133441.336000', '133441.339000', '133441.341000', '133441.344000', '133441.347000', '133441.350000', '133441.353000', '133441.356000', '133441.359000', '133441.362000', '133441.365000', '133441.368000', '133441.371000', '133441.374000', '133441.377000', '133441.379000', '133441.382000', '133441.385000', '133441.388000', '133441.401000', '133501.256000', '133501.259000', '133501.262000', '133501.266000', '133501.268000', '133501.271000', '133501.275000', '133501.277000', '133501.280000', '133501.283000', '133501.286000', '133501.289000', '133501.292000', '133501.295000', '133501.298000', '133501.302000', '133501.305000', '133501.308000', '133501.311000', '133501.314000', '133501.317000', '133501.320000', '133501.323000', '133501.326000', '133501.329000', '133501.332000', '133501.343000', '133501.346000', '133501.349000', '133501.352000', '133501.355000', '133501.358000', '133501.361000', '133501.374000', '133501.377000', '133501.381000', '133501.384000', '133501.387000', '133501.395000', '133501.398000', '133501.401000', '133501.404000', '133501.407000', '133521.256000', '133521.259000', '133521.262000', '133521.265000', '133521.268000', '133521.271000', '133521.274000', '133521.277000', '133521.280000', '133521.283000', '133521.285000', '133521.288000', '133521.291000', '133521.294000', '133521.297000', '133521.300000', '133521.308000', '133521.310000', '133521.313000', '133521.316000', '133521.319000', '133521.322000', '133521.325000', '133521.328000', '133521.331000', '133521.334000', '133521.337000', '133521.340000', '133521.343000', '133521.345000', '133521.348000', '133521.351000', '133521.354000', '133521.357000', '133521.360000', '133521.363000', '133521.366000', '133521.369000', '133521.371000', '133521.374000', '133521.377000', '133521.380000', '133521.383000', '133521.386000', '133541.256000', '133541.259000', '133541.267000', '133541.270000', '133541.273000', '133541.276000', '133541.279000', '133541.282000', '133541.285000', '133541.288000', '133541.291000', '133541.294000', '133541.297000', '133541.300000', '133541.303000', '133541.305000', '133541.308000', '133541.311000', '133541.314000', '133541.317000', '133541.320000', '133541.323000', '133541.326000', '133541.329000', '133541.331000', '133541.334000', '133541.337000', '133541.340000', '133541.343000', '133541.346000', '133541.349000', '133541.352000', '133541.355000', '133541.358000', '133541.361000', '133541.364000', '133541.366000', '133541.369000', '133541.372000', '133541.376000', '133541.379000', '133541.383000', '133541.386000', '133601.257000', '133601.260000', '133601.268000', '133601.271000', '133601.274000', '133601.283000', '133601.286000', '133601.289000', '133601.292000', '133601.295000', '133601.298000', '133601.301000', '133601.304000', '133601.307000', '133601.310000', '133601.313000', '133601.316000', '133601.318000', '133601.321000', '133601.324000', '133601.327000', '133601.330000', '133601.333000', '133601.336000', '133601.339000', '133601.342000', '133601.345000', '133601.348000', '133601.351000', '133601.354000', '133601.357000', '133601.360000', '133601.362000', '133601.365000', '133601.368000', '133601.371000', '133601.374000', '133601.377000', '133601.380000', '133601.383000', '133601.386000', '133601.389000', '133601.392000', '133601.395000', '133621.257000', '133621.343000', '133621.346000', '133621.357000', '133621.360000', '133621.363000', '133621.366000', '133621.369000', '133621.372000', '133621.375000', '133621.378000', '133621.381000', '133621.384000', '133621.387000', '133621.390000', '133621.393000', '133621.396000', '133621.399000', '133621.402000', '133621.405000', '133621.409000', '133621.412000', '133621.415000', '133621.418000', '133621.421000', '133621.424000', '133621.427000', '133621.430000', '133621.433000', '133621.436000', '133621.439000', '133621.442000', '133621.445000', '133621.448000', '133621.451000', '133621.454000', '133621.457000', '133621.459000', '133621.475000', '133621.478000', '133621.481000', '133621.483000', '133621.486000', '133641.257000', '133641.260000', '133641.263000', '133641.266000', '133641.269000', '133641.272000', '133641.275000', '133641.278000', '133641.280000', '133641.284000', '133641.287000', '133641.289000', '133641.292000', '133641.295000', '133641.298000', '133641.301000', '133641.304000', '133641.307000', '133641.310000', '133641.313000', '133641.316000', '133641.319000', '133641.322000', '133641.325000', '133641.328000', '133641.331000', '133641.334000', '133641.336000', '133641.339000', '133641.342000', '133641.345000', '133641.348000', '133641.351000', '133641.354000', '133641.357000', '133641.360000', '133641.363000', '133641.366000', '133641.369000', '133641.372000', '133641.374000', '133641.377000', '133641.380000', '133641.383000', '133701.256000', '133701.259000', '133701.262000', '133701.265000', '133701.268000', '133701.271000', '133701.274000', '133701.277000', '133701.280000', '133701.283000', '133701.286000', '133701.289000', '133701.292000', '133701.294000', '133701.297000', '133701.300000', '133701.303000', '133701.306000', '133701.309000', '133701.312000', '133701.315000', '133701.318000', '133701.321000', '133701.324000', '133701.327000', '133701.330000', '133701.332000', '133701.336000', '133701.338000', '133701.341000', '133701.344000', '133701.347000', '133701.350000', '133701.353000', '133701.356000', '133701.359000', '133701.362000', '133701.365000', '133701.368000', '133701.371000', '133701.374000', '133701.377000', '133701.379000', '133721.256000', '133721.259000', '133721.262000', '133721.265000', '133721.268000', '133721.271000', '133721.274000', '133721.276000', '133721.280000', '133721.282000', '133721.285000', '133721.288000', '133721.291000', '133721.294000', '133721.297000', '133721.300000', '133721.303000', '133721.306000', '133721.309000', '133721.312000', '133721.315000', '133721.318000', '133721.321000', '133721.323000', '133721.326000', '133721.329000', '133721.332000', '133721.335000', '133721.338000', '133721.341000', '133721.344000', '133721.347000', '133721.350000', '133721.353000', '133721.355000', '133721.358000', '133721.361000', '133721.364000', '133721.367000', '133721.370000', '133721.385000', '133721.388000', '133721.391000', '133721.394000', '133741.256000', '133741.259000', '133741.262000', '133741.265000', '133741.268000', '133741.271000', '133741.277000', '133741.280000', '133741.283000', '133741.286000', '133741.289000', '133741.292000', '133741.295000', '133741.298000', '133741.301000', '133741.304000', '133741.307000', '133741.310000', '133741.313000', '133741.315000', '133741.318000', '133741.321000', '133741.324000', '133741.327000', '133741.330000', '133741.333000', '133741.336000', '133741.339000', '133741.342000', '133741.345000', '133741.348000', '133741.351000', '133741.353000', '133741.356000', '133741.359000', '133741.362000', '133741.365000', '133741.368000', '133741.371000', '133741.374000', '133741.377000', '133741.381000', '133741.384000', '133801.256000', '133801.259000', '133801.262000', '133801.265000', '133801.268000', '133801.287000', '133801.290000', '133801.293000', '133801.296000', '133801.299000', '133801.301000', '133801.304000', '133801.307000', '133801.310000', '133801.313000', '133801.316000', '133801.319000', '133801.322000', '133801.325000', '133801.328000', '133801.331000', '133801.334000', '133801.336000', '133801.340000', '133801.342000', '133801.345000', '133801.348000', '133801.351000', '133801.354000', '133801.357000', '133801.360000', '133801.363000', '133801.366000', '133801.369000', '133801.372000', '133801.375000', '133801.378000', '133801.381000', '133801.384000', '133801.387000', '133801.390000', '133801.393000', '133801.395000', '133801.398000', '133821.257000', '133821.260000', '133821.263000', '133821.266000', '133821.269000', '133821.272000', '133821.275000', '133821.278000', '133821.281000', '133821.284000', '133821.287000', '133821.290000', '133821.293000', '133821.296000', '133821.299000', '133821.301000', '133821.304000', '133821.307000', '133821.310000', '133821.313000', '133821.316000', '133821.319000', '133821.322000', '133821.325000', '133821.328000', '133821.331000', '133821.334000', '133821.337000', '133821.340000', '133821.343000', '133821.345000', '133821.348000', '133821.351000', '133821.354000', '133821.357000', '133821.360000', '133821.370000', '133821.373000', '133821.376000', '133821.379000', '133821.382000', '133821.385000', '133821.388000', '133841.257000', '133841.260000', '133841.263000', '133841.266000', '133841.269000', '133841.272000', '133841.275000', '133841.278000', '133841.281000', '133841.284000', '133841.287000', '133841.289000', '133841.292000', '133841.295000', '133841.298000', '133841.301000', '133841.304000', '133841.307000', '133841.310000', '133841.313000', '133841.316000', '133841.319000', '133841.322000', '133841.325000', '133841.328000', '133841.330000', '133841.333000', '133841.336000', '133841.339000', '133841.342000', '133841.345000', '133841.348000', '133841.351000', '133841.354000', '133841.357000', '133841.360000', '133841.363000', '133841.365000', '133841.368000', '133841.371000', '133841.374000', '133841.377000', '133841.380000', '133901.257000', '133901.260000', '133901.263000', '133901.266000', '133901.269000', '133901.278000', '133901.281000', '133901.284000', '133901.287000', '133901.290000', '133901.292000', '133901.295000', '133901.298000', '133901.301000', '133901.304000', '133901.307000', '133901.310000', '133901.313000', '133901.316000', '133901.319000', '133901.322000', '133901.325000', '133901.328000', '133901.332000', '133901.335000', '133901.338000', '133901.341000', '133901.344000', '133901.347000', '133901.350000', '133901.353000', '133901.356000', '133901.359000', '133901.362000', '133901.365000', '133901.368000', '133901.370000', '133901.373000', '133901.376000', '133901.379000', '133901.382000', '133901.385000', '133901.388000', '133901.391000', '133921.256000', '133921.260000', '133921.262000', '133921.265000', '133921.268000', '133921.271000', '133921.274000', '133921.277000', '133921.280000', '133921.283000', '133921.286000', '133921.289000', '133921.291000', '133921.294000', '133921.297000', '133921.300000', '133921.318000', '133921.344000', '133921.347000', '133921.350000', '133921.353000', '133921.356000', '133921.359000', '133921.362000', '133921.365000', '133921.368000', '133921.371000', '133921.373000', '133921.376000', '133921.380000', '133921.383000', '133921.385000', '133921.388000', '133921.391000', '133921.394000', '133921.397000', '133921.400000', '133921.403000', '133921.406000', '133921.409000', '133921.412000', '133921.415000', '133921.418000', '133941.256000', '133941.259000', '133941.262000', '133941.265000', '133941.268000', '133941.271000', '133941.274000', '133941.277000', '133941.289000', '133941.292000', '133941.295000', '133941.297000', '133941.300000', '133941.303000', '133941.306000', '133941.309000', '133941.312000', '133941.315000', '133941.318000', '133941.321000', '133941.324000', '133941.327000', '133941.330000', '133941.333000', '133941.336000', '133941.338000', '133941.341000', '133941.344000', '133941.347000', '133941.350000', '133941.353000', '133941.356000', '133941.359000', '133941.362000', '133941.365000', '133941.367000', '133941.370000', '133941.373000', '133941.376000', '133941.379000', '133941.382000', '133941.385000', '133941.388000', '133941.391000', '134001.256000', '134001.267000', '134001.270000', '134001.273000', '134001.276000', '134001.279000', '134001.282000', '134001.285000', '134001.288000', '134001.291000', '134001.294000', '134001.297000', '134001.300000', '134001.302000', '134001.306000', '134001.308000', '134001.311000', '134001.314000', '134001.317000', '134001.320000', '134001.324000', '134001.328000', '134001.331000', '134001.333000', '134001.336000', '134001.339000', '134001.342000', '134001.345000', '134001.348000', '134001.351000', '134001.354000', '134001.357000', '134001.360000', '134001.363000', '134001.366000', '134001.369000', '134001.372000', '134001.375000', '134001.378000', '134001.380000', '134001.384000', '134001.386000', '134001.389000', '134021.256000', '134021.259000', '134021.262000', '134021.265000', '134021.268000', '134021.271000', '134021.274000', '134021.283000', '134021.285000', '134021.288000', '134021.291000', '134021.294000', '134021.297000', '134021.300000', '134021.303000', '134021.306000', '134021.309000', '134021.312000', '134021.315000', '134021.318000', '134021.321000', '134021.323000', '134021.326000', '134021.329000', '134021.332000', '134021.335000', '134021.338000', '134021.341000', '134021.344000', '134021.347000', '134021.350000', '134021.353000', '134021.356000', '134021.359000', '134021.362000', '134021.365000', '134021.367000', '134021.370000', '134021.373000', '134021.376000', '134021.379000', '134021.382000', '134021.385000', '134021.388000', '134041.257000', '134041.269000', '134041.272000', '134041.275000', '134041.277000', '134041.281000', '134041.284000', '134041.286000', '134041.289000', '134041.292000', '134041.295000', '134041.298000', '134041.303000', '134041.307000', '134041.310000', '134041.313000', '134041.316000', '134041.319000', '134041.322000', '134041.325000', '134041.327000', '134041.330000', '134041.333000', '134041.336000', '134041.339000', '134041.342000', '134041.345000', '134041.362000', '134041.364000', '134041.367000', '134041.370000', '134041.373000', '134041.376000', '134041.379000', '134041.382000', '134041.385000', '134041.388000', '134041.391000', '134041.394000', '134041.397000', '134041.400000', '134041.403000', '134041.405000', '134101.257000', '134101.265000', '134101.268000', '134101.271000', '134101.274000', '134101.277000', '134101.280000', '134101.283000', '134101.286000', '134101.289000', '134101.292000', '134101.295000', '134101.297000', '134101.300000', '134101.303000', '134101.306000', '134101.309000', '134101.312000', '134101.315000', '134101.318000', '134101.321000', '134101.324000', '134101.327000', '134101.330000', '134101.332000', '134101.335000', '134101.338000', '134101.341000', '134101.344000', '134101.347000', '134101.350000', '134101.353000', '134101.356000', '134101.359000', '134101.362000', '134101.365000', '134101.368000', '134101.371000', '134101.374000', '134101.376000', '134101.379000', '134101.382000', '134101.385000', '134101.388000', '134121.257000', '134121.260000', '134121.263000', '134121.266000', '134121.269000', '134121.272000', '134121.275000', '134121.278000', '134121.281000', '134121.284000', '134121.286000', '134121.289000', '134121.292000', '134121.295000', '134121.298000', '134121.301000', '134121.304000', '134121.307000', '134121.310000', '134121.313000', '134121.316000', '134121.319000', '134121.322000', '134121.325000', '134121.328000', '134121.331000', '134121.334000', '134121.337000', '134121.340000', '134121.343000', '134121.346000', '134121.349000', '134121.352000', '134121.354000', '134121.358000', '134121.360000', '134121.363000', '134121.366000', '134121.369000', '134121.372000', '134121.375000', '134121.384000', '134121.387000', '134141.256000', '134141.265000', '134141.268000', '134141.271000', '134141.274000', '134141.277000', '134141.280000', '134141.283000', '134141.286000', '134141.289000', '134141.291000', '134141.294000', '134141.297000', '134141.300000', '134141.303000', '134141.306000', '134141.309000', '134141.318000', '134141.321000', '134141.324000', '134141.327000', '134141.330000', '134141.333000', '134141.335000', '134141.338000', '134141.341000', '134141.344000', '134141.347000', '134141.350000', '134141.353000', '134141.356000', '134141.359000', '134141.362000', '134141.365000', '134141.368000', '134141.371000', '134141.373000', '134141.376000', '134141.379000', '134141.382000', '134141.385000', '134141.388000', '134141.391000', '134141.394000', '134201.256000', '134201.259000', '134201.262000', '134201.276000', '134201.279000', '134201.282000', '134201.285000', '134201.288000', '134201.291000', '134201.300000', '134201.303000', '134201.306000', '134201.309000', '134201.312000', '134201.315000', '134201.318000', '134201.330000', '134201.333000', '134201.335000', '134201.339000', '134201.341000', '134201.344000', '134201.347000', '134201.350000', '134201.353000', '134201.356000', '134201.359000', '134201.362000', '134201.365000', '134201.368000', '134201.371000', '134201.374000', '134201.377000', '134201.380000', '134201.383000', '134201.386000', '134201.389000', '134201.392000', '134201.395000', '134201.398000', '134201.400000', '134201.403000', '134201.406000', '134221.256000', '134221.259000', '134221.262000', '134221.265000', '134221.268000', '134221.271000', '134221.274000', '134221.277000', '134221.280000', '134221.283000', '134221.285000', '134221.288000', '134221.291000', '134221.294000', '134221.297000', '134221.300000', '134221.303000', '134221.306000', '134221.309000', '134221.312000', '134221.315000', '134221.318000', '134221.321000', '134221.324000', '134221.327000', '134221.329000', '134221.332000', '134221.335000', '134221.338000', '134221.341000', '134221.344000', '134221.347000', '134221.350000', '134221.353000', '134221.356000', '134221.358000', '134221.362000', '134221.364000', '134221.367000', '134221.370000', '134221.373000', '134221.376000', '134221.379000', '134221.382000', '134241.256000', '134241.259000', '134241.270000', '134241.273000', '134241.276000', '134241.279000', '134241.282000', '134241.285000', '134241.288000', '134241.291000', '134241.295000', '134241.298000', '134241.301000', '134241.304000', '134241.307000', '134241.310000', '134241.312000', '134241.315000', '134241.318000', '134241.321000', '134241.324000', '134241.327000', '134241.330000', '134241.333000', '134241.336000', '134241.339000', '134241.342000', '134241.345000', '134241.348000', '134241.351000', '134241.354000', '134241.360000', '134241.364000', '134241.366000', '134241.369000', '134241.372000', '134241.375000', '134241.378000', '134241.381000', '134241.384000', '134241.387000', '134241.390000', '134241.393000', '134253.842000', '134253.846000', '134253.849000', '134253.859000', '134253.862000', '134253.865000', '134253.869000', '134253.872000', '134253.875000', '134253.886000', '134253.889000', '134253.892000', '134253.895000', '134253.898000', '134253.901000', '134253.905000', '134253.908000', '134253.910000', '134253.913000', '134253.916000', '134253.919000', '134253.922000', '134253.926000', '134253.929000', '134253.932000', '134253.935000', '134253.937000', '134253.941000'], 'InstanceCreationTime': ['133321.299000', '133321.303000', '133321.306000', '133321.310000', '133321.313000', '133321.316000', '133321.319000', '133321.322000', '133321.325000', '133321.336000', '133321.339000', '133321.342000', '133321.345000', '133321.365000', '133321.368000', '133321.371000', '133321.374000', '133321.377000', '133321.380000', '133321.383000', '133321.386000', '133321.389000', '133321.392000', '133321.394000', '133321.397000', '133321.400000', '133321.403000', '133321.407000', '133321.419000', '133321.422000', '133321.425000', '133321.428000', '133321.431000', '133321.434000', '133321.437000', '133321.440000', '133321.443000', '133321.445000', '133321.448000', '133321.451000', '133321.454000', '133321.457000', '133321.460000', '133321.463000', '133321.466000', '133321.469000', '133321.471000', '133321.474000', '133321.478000', '133321.480000', '133321.483000', '133321.486000', '133321.489000', '133341.257000', '133341.260000', '133341.264000', '133341.267000', '133341.270000', '133341.273000', '133341.276000', '133341.279000', '133341.282000', '133341.285000', '133341.288000', '133341.291000', '133341.294000', '133341.296000', '133341.299000', '133341.302000', '133341.305000', '133341.308000', '133341.311000', '133341.314000', '133341.317000', '133341.320000', '133341.323000', '133341.326000', '133341.329000', '133341.332000', '133341.336000', '133341.339000', '133341.342000', '133341.345000', '133341.360000', '133341.363000', '133341.366000', '133341.369000', '133341.372000', '133341.375000', '133341.377000', '133341.380000', '133341.383000', '133341.386000', '133341.389000', '133341.392000', '133341.395000', '133401.257000', '133401.260000', '133401.263000', '133401.266000', '133401.269000', '133401.273000', '133401.276000', '133401.279000', '133401.282000', '133401.293000', '133401.296000', '133401.299000', '133401.302000', '133401.305000', '133401.308000', '133401.310000', '133401.313000', '133401.317000', '133401.319000', '133401.322000', '133401.325000', '133401.328000', '133401.331000', '133401.334000', '133401.337000', '133401.340000', '133401.343000', '133401.346000', '133401.348000', '133401.351000', '133401.354000', '133401.357000', '133401.360000', '133401.363000', '133401.366000', '133401.369000', '133401.372000', '133401.375000', '133401.378000', '133401.381000', '133401.387000', '133401.391000', '133401.393000', '133401.396000', '133421.257000', '133421.260000', '133421.263000', '133421.266000', '133421.269000', '133421.272000', '133421.274000', '133421.277000', '133421.290000', '133421.292000', '133421.295000', '133421.298000', '133421.301000', '133421.304000', '133421.307000', '133421.310000', '133421.313000', '133421.316000', '133421.319000', '133421.322000', '133421.324000', '133421.327000', '133421.330000', '133421.333000', '133421.336000', '133421.339000', '133421.342000', '133421.345000', '133421.348000', '133421.351000', '133421.354000', '133421.357000', '133421.360000', '133421.363000', '133421.366000', '133421.368000', '133421.371000', '133421.374000', '133421.377000', '133421.380000', '133421.383000', '133421.386000', '133421.389000', '133441.256000', '133441.269000', '133441.272000', '133441.275000', '133441.278000', '133441.281000', '133441.283000', '133441.286000', '133441.289000', '133441.292000', '133441.295000', '133441.298000', '133441.301000', '133441.304000', '133441.307000', '133441.310000', '133441.313000', '133441.316000', '133441.318000', '133441.321000', '133441.324000', '133441.327000', '133441.330000', '133441.333000', '133441.336000', '133441.339000', '133441.341000', '133441.344000', '133441.347000', '133441.350000', '133441.353000', '133441.356000', '133441.359000', '133441.362000', '133441.365000', '133441.368000', '133441.371000', '133441.374000', '133441.377000', '133441.379000', '133441.382000', '133441.385000', '133441.388000', '133441.401000', '133501.256000', '133501.259000', '133501.262000', '133501.266000', '133501.268000', '133501.271000', '133501.275000', '133501.277000', '133501.280000', '133501.283000', '133501.286000', '133501.289000', '133501.292000', '133501.295000', '133501.298000', '133501.302000', '133501.305000', '133501.308000', '133501.311000', '133501.314000', '133501.317000', '133501.320000', '133501.323000', '133501.326000', '133501.329000', '133501.332000', '133501.343000', '133501.346000', '133501.349000', '133501.352000', '133501.355000', '133501.358000', '133501.361000', '133501.374000', '133501.377000', '133501.381000', '133501.384000', '133501.387000', '133501.395000', '133501.398000', '133501.401000', '133501.404000', '133501.407000', '133521.256000', '133521.259000', '133521.262000', '133521.265000', '133521.268000', '133521.271000', '133521.274000', '133521.277000', '133521.280000', '133521.283000', '133521.285000', '133521.288000', '133521.291000', '133521.294000', '133521.297000', '133521.300000', '133521.308000', '133521.310000', '133521.313000', '133521.316000', '133521.319000', '133521.322000', '133521.325000', '133521.328000', '133521.331000', '133521.334000', '133521.337000', '133521.340000', '133521.343000', '133521.345000', '133521.348000', '133521.351000', '133521.354000', '133521.357000', '133521.360000', '133521.363000', '133521.366000', '133521.369000', '133521.371000', '133521.374000', '133521.377000', '133521.380000', '133521.383000', '133521.386000', '133541.256000', '133541.259000', '133541.267000', '133541.270000', '133541.273000', '133541.276000', '133541.279000', '133541.282000', '133541.285000', '133541.288000', '133541.291000', '133541.294000', '133541.297000', '133541.300000', '133541.303000', '133541.305000', '133541.308000', '133541.311000', '133541.314000', '133541.317000', '133541.320000', '133541.323000', '133541.326000', '133541.329000', '133541.331000', '133541.334000', '133541.337000', '133541.340000', '133541.343000', '133541.346000', '133541.349000', '133541.352000', '133541.355000', '133541.358000', '133541.361000', '133541.364000', '133541.366000', '133541.369000', '133541.372000', '133541.376000', '133541.379000', '133541.383000', '133541.386000', '133601.257000', '133601.260000', '133601.268000', '133601.271000', '133601.274000', '133601.283000', '133601.286000', '133601.289000', '133601.292000', '133601.295000', '133601.298000', '133601.301000', '133601.304000', '133601.307000', '133601.310000', '133601.313000', '133601.316000', '133601.318000', '133601.321000', '133601.324000', '133601.327000', '133601.330000', '133601.333000', '133601.336000', '133601.339000', '133601.342000', '133601.345000', '133601.348000', '133601.351000', '133601.354000', '133601.357000', '133601.360000', '133601.362000', '133601.365000', '133601.368000', '133601.371000', '133601.374000', '133601.377000', '133601.380000', '133601.383000', '133601.386000', '133601.389000', '133601.392000', '133601.395000', '133621.257000', '133621.343000', '133621.346000', '133621.357000', '133621.360000', '133621.363000', '133621.366000', '133621.369000', '133621.372000', '133621.375000', '133621.378000', '133621.381000', '133621.384000', '133621.387000', '133621.390000', '133621.393000', '133621.396000', '133621.399000', '133621.402000', '133621.405000', '133621.409000', '133621.412000', '133621.415000', '133621.418000', '133621.421000', '133621.424000', '133621.427000', '133621.430000', '133621.433000', '133621.436000', '133621.439000', '133621.442000', '133621.445000', '133621.448000', '133621.451000', '133621.454000', '133621.457000', '133621.459000', '133621.475000', '133621.478000', '133621.481000', '133621.483000', '133621.486000', '133641.257000', '133641.260000', '133641.263000', '133641.266000', '133641.269000', '133641.272000', '133641.275000', '133641.278000', '133641.280000', '133641.284000', '133641.287000', '133641.289000', '133641.292000', '133641.295000', '133641.298000', '133641.301000', '133641.304000', '133641.307000', '133641.310000', '133641.313000', '133641.316000', '133641.319000', '133641.322000', '133641.325000', '133641.328000', '133641.331000', '133641.334000', '133641.336000', '133641.339000', '133641.342000', '133641.345000', '133641.348000', '133641.351000', '133641.354000', '133641.357000', '133641.360000', '133641.363000', '133641.366000', '133641.369000', '133641.372000', '133641.374000', '133641.377000', '133641.380000', '133641.383000', '133701.256000', '133701.259000', '133701.262000', '133701.265000', '133701.268000', '133701.271000', '133701.274000', '133701.277000', '133701.280000', '133701.283000', '133701.286000', '133701.289000', '133701.292000', '133701.294000', '133701.297000', '133701.300000', '133701.303000', '133701.306000', '133701.309000', '133701.312000', '133701.315000', '133701.318000', '133701.321000', '133701.324000', '133701.327000', '133701.330000', '133701.332000', '133701.336000', '133701.338000', '133701.341000', '133701.344000', '133701.347000', '133701.350000', '133701.353000', '133701.356000', '133701.359000', '133701.362000', '133701.365000', '133701.368000', '133701.371000', '133701.374000', '133701.377000', '133701.379000', '133721.256000', '133721.259000', '133721.262000', '133721.265000', '133721.268000', '133721.271000', '133721.274000', '133721.276000', '133721.280000', '133721.282000', '133721.285000', '133721.288000', '133721.291000', '133721.294000', '133721.297000', '133721.300000', '133721.303000', '133721.306000', '133721.309000', '133721.312000', '133721.315000', '133721.318000', '133721.321000', '133721.323000', '133721.326000', '133721.329000', '133721.332000', '133721.335000', '133721.338000', '133721.341000', '133721.344000', '133721.347000', '133721.350000', '133721.353000', '133721.355000', '133721.358000', '133721.361000', '133721.364000', '133721.367000', '133721.370000', '133721.385000', '133721.388000', '133721.391000', '133721.394000', '133741.256000', '133741.259000', '133741.262000', '133741.265000', '133741.268000', '133741.271000', '133741.277000', '133741.280000', '133741.283000', '133741.286000', '133741.289000', '133741.292000', '133741.295000', '133741.298000', '133741.301000', '133741.304000', '133741.307000', '133741.310000', '133741.313000', '133741.315000', '133741.318000', '133741.321000', '133741.324000', '133741.327000', '133741.330000', '133741.333000', '133741.336000', '133741.339000', '133741.342000', '133741.345000', '133741.348000', '133741.351000', '133741.353000', '133741.356000', '133741.359000', '133741.362000', '133741.365000', '133741.368000', '133741.371000', '133741.374000', '133741.377000', '133741.381000', '133741.384000', '133801.256000', '133801.259000', '133801.262000', '133801.265000', '133801.268000', '133801.287000', '133801.290000', '133801.293000', '133801.296000', '133801.299000', '133801.301000', '133801.304000', '133801.307000', '133801.310000', '133801.313000', '133801.316000', '133801.319000', '133801.322000', '133801.325000', '133801.328000', '133801.331000', '133801.334000', '133801.336000', '133801.340000', '133801.342000', '133801.345000', '133801.348000', '133801.351000', '133801.354000', '133801.357000', '133801.360000', '133801.363000', '133801.366000', '133801.369000', '133801.372000', '133801.375000', '133801.378000', '133801.381000', '133801.384000', '133801.387000', '133801.390000', '133801.393000', '133801.395000', '133801.398000', '133821.257000', '133821.260000', '133821.263000', '133821.266000', '133821.269000', '133821.272000', '133821.275000', '133821.278000', '133821.281000', '133821.284000', '133821.287000', '133821.290000', '133821.293000', '133821.296000', '133821.299000', '133821.301000', '133821.304000', '133821.307000', '133821.310000', '133821.313000', '133821.316000', '133821.319000', '133821.322000', '133821.325000', '133821.328000', '133821.331000', '133821.334000', '133821.337000', '133821.340000', '133821.343000', '133821.345000', '133821.348000', '133821.351000', '133821.354000', '133821.357000', '133821.360000', '133821.370000', '133821.373000', '133821.376000', '133821.379000', '133821.382000', '133821.385000', '133821.388000', '133841.257000', '133841.260000', '133841.263000', '133841.266000', '133841.269000', '133841.272000', '133841.275000', '133841.278000', '133841.281000', '133841.284000', '133841.287000', '133841.289000', '133841.292000', '133841.295000', '133841.298000', '133841.301000', '133841.304000', '133841.307000', '133841.310000', '133841.313000', '133841.316000', '133841.319000', '133841.322000', '133841.325000', '133841.328000', '133841.330000', '133841.333000', '133841.336000', '133841.339000', '133841.342000', '133841.345000', '133841.348000', '133841.351000', '133841.354000', '133841.357000', '133841.360000', '133841.363000', '133841.365000', '133841.368000', '133841.371000', '133841.374000', '133841.377000', '133841.380000', '133901.257000', '133901.260000', '133901.263000', '133901.266000', '133901.269000', '133901.278000', '133901.281000', '133901.284000', '133901.287000', '133901.290000', '133901.292000', '133901.295000', '133901.298000', '133901.301000', '133901.304000', '133901.307000', '133901.310000', '133901.313000', '133901.316000', '133901.319000', '133901.322000', '133901.325000', '133901.328000', '133901.332000', '133901.335000', '133901.338000', '133901.341000', '133901.344000', '133901.347000', '133901.350000', '133901.353000', '133901.356000', '133901.359000', '133901.362000', '133901.365000', '133901.368000', '133901.370000', '133901.373000', '133901.376000', '133901.379000', '133901.382000', '133901.385000', '133901.388000', '133901.391000', '133921.256000', '133921.260000', '133921.262000', '133921.265000', '133921.268000', '133921.271000', '133921.274000', '133921.277000', '133921.280000', '133921.283000', '133921.286000', '133921.289000', '133921.291000', '133921.294000', '133921.297000', '133921.300000', '133921.318000', '133921.344000', '133921.347000', '133921.350000', '133921.353000', '133921.356000', '133921.359000', '133921.362000', '133921.365000', '133921.368000', '133921.371000', '133921.373000', '133921.376000', '133921.380000', '133921.383000', '133921.385000', '133921.388000', '133921.391000', '133921.394000', '133921.397000', '133921.400000', '133921.403000', '133921.406000', '133921.409000', '133921.412000', '133921.415000', '133921.418000', '133941.256000', '133941.259000', '133941.262000', '133941.265000', '133941.268000', '133941.271000', '133941.274000', '133941.277000', '133941.289000', '133941.292000', '133941.295000', '133941.297000', '133941.300000', '133941.303000', '133941.306000', '133941.309000', '133941.312000', '133941.315000', '133941.318000', '133941.321000', '133941.324000', '133941.327000', '133941.330000', '133941.333000', '133941.336000', '133941.338000', '133941.341000', '133941.344000', '133941.347000', '133941.350000', '133941.353000', '133941.356000', '133941.359000', '133941.362000', '133941.365000', '133941.367000', '133941.370000', '133941.373000', '133941.376000', '133941.379000', '133941.382000', '133941.385000', '133941.388000', '133941.391000', '134001.256000', '134001.267000', '134001.270000', '134001.273000', '134001.276000', '134001.279000', '134001.282000', '134001.285000', '134001.288000', '134001.291000', '134001.294000', '134001.297000', '134001.300000', '134001.302000', '134001.306000', '134001.308000', '134001.311000', '134001.314000', '134001.317000', '134001.320000', '134001.324000', '134001.328000', '134001.331000', '134001.333000', '134001.336000', '134001.339000', '134001.342000', '134001.345000', '134001.348000', '134001.351000', '134001.354000', '134001.357000', '134001.360000', '134001.363000', '134001.366000', '134001.369000', '134001.372000', '134001.375000', '134001.378000', '134001.380000', '134001.384000', '134001.386000', '134001.389000', '134021.256000', '134021.259000', '134021.262000', '134021.265000', '134021.268000', '134021.271000', '134021.274000', '134021.283000', '134021.285000', '134021.288000', '134021.291000', '134021.294000', '134021.297000', '134021.300000', '134021.303000', '134021.306000', '134021.309000', '134021.312000', '134021.315000', '134021.318000', '134021.321000', '134021.323000', '134021.326000', '134021.329000', '134021.332000', '134021.335000', '134021.338000', '134021.341000', '134021.344000', '134021.347000', '134021.350000', '134021.353000', '134021.356000', '134021.359000', '134021.362000', '134021.365000', '134021.367000', '134021.370000', '134021.373000', '134021.376000', '134021.379000', '134021.382000', '134021.385000', '134021.388000', '134041.257000', '134041.269000', '134041.272000', '134041.275000', '134041.277000', '134041.281000', '134041.284000', '134041.286000', '134041.289000', '134041.292000', '134041.295000', '134041.298000', '134041.303000', '134041.307000', '134041.310000', '134041.313000', '134041.316000', '134041.319000', '134041.322000', '134041.325000', '134041.327000', '134041.330000', '134041.333000', '134041.336000', '134041.339000', '134041.342000', '134041.345000', '134041.362000', '134041.364000', '134041.367000', '134041.370000', '134041.373000', '134041.376000', '134041.379000', '134041.382000', '134041.385000', '134041.388000', '134041.391000', '134041.394000', '134041.397000', '134041.400000', '134041.403000', '134041.405000', '134101.257000', '134101.265000', '134101.268000', '134101.271000', '134101.274000', '134101.277000', '134101.280000', '134101.283000', '134101.286000', '134101.289000', '134101.292000', '134101.295000', '134101.297000', '134101.300000', '134101.303000', '134101.306000', '134101.309000', '134101.312000', '134101.315000', '134101.318000', '134101.321000', '134101.324000', '134101.327000', '134101.330000', '134101.332000', '134101.335000', '134101.338000', '134101.341000', '134101.344000', '134101.347000', '134101.350000', '134101.353000', '134101.356000', '134101.359000', '134101.362000', '134101.365000', '134101.368000', '134101.371000', '134101.374000', '134101.376000', '134101.379000', '134101.382000', '134101.385000', '134101.388000', '134121.257000', '134121.260000', '134121.263000', '134121.266000', '134121.269000', '134121.272000', '134121.275000', '134121.278000', '134121.281000', '134121.284000', '134121.286000', '134121.289000', '134121.292000', '134121.295000', '134121.298000', '134121.301000', '134121.304000', '134121.307000', '134121.310000', '134121.313000', '134121.316000', '134121.319000', '134121.322000', '134121.325000', '134121.328000', '134121.331000', '134121.334000', '134121.337000', '134121.340000', '134121.343000', '134121.346000', '134121.349000', '134121.352000', '134121.354000', '134121.358000', '134121.360000', '134121.363000', '134121.366000', '134121.369000', '134121.372000', '134121.375000', '134121.384000', '134121.387000', '134141.256000', '134141.265000', '134141.268000', '134141.271000', '134141.274000', '134141.277000', '134141.280000', '134141.283000', '134141.286000', '134141.289000', '134141.291000', '134141.294000', '134141.297000', '134141.300000', '134141.303000', '134141.306000', '134141.309000', '134141.318000', '134141.321000', '134141.324000', '134141.327000', '134141.330000', '134141.333000', '134141.335000', '134141.338000', '134141.341000', '134141.344000', '134141.347000', '134141.350000', '134141.353000', '134141.356000', '134141.359000', '134141.362000', '134141.365000', '134141.368000', '134141.371000', '134141.373000', '134141.376000', '134141.379000', '134141.382000', '134141.385000', '134141.388000', '134141.391000', '134141.394000', '134201.256000', '134201.259000', '134201.262000', '134201.276000', '134201.279000', '134201.282000', '134201.285000', '134201.288000', '134201.291000', '134201.300000', '134201.303000', '134201.306000', '134201.309000', '134201.312000', '134201.315000', '134201.318000', '134201.330000', '134201.333000', '134201.335000', '134201.339000', '134201.341000', '134201.344000', '134201.347000', '134201.350000', '134201.353000', '134201.356000', '134201.359000', '134201.362000', '134201.365000', '134201.368000', '134201.371000', '134201.374000', '134201.377000', '134201.380000', '134201.383000', '134201.386000', '134201.389000', '134201.392000', '134201.395000', '134201.398000', '134201.400000', '134201.403000', '134201.406000', '134221.256000', '134221.259000', '134221.262000', '134221.265000', '134221.268000', '134221.271000', '134221.274000', '134221.277000', '134221.280000', '134221.283000', '134221.285000', '134221.288000', '134221.291000', '134221.294000', '134221.297000', '134221.300000', '134221.303000', '134221.306000', '134221.309000', '134221.312000', '134221.315000', '134221.318000', '134221.321000', '134221.324000', '134221.327000', '134221.329000', '134221.332000', '134221.335000', '134221.338000', '134221.341000', '134221.344000', '134221.347000', '134221.350000', '134221.353000', '134221.356000', '134221.358000', '134221.362000', '134221.364000', '134221.367000', '134221.370000', '134221.373000', '134221.376000', '134221.379000', '134221.382000', '134241.256000', '134241.259000', '134241.270000', '134241.273000', '134241.276000', '134241.279000', '134241.282000', '134241.285000', '134241.288000', '134241.291000', '134241.295000', '134241.298000', '134241.301000', '134241.304000', '134241.307000', '134241.310000', '134241.312000', '134241.315000', '134241.318000', '134241.321000', '134241.324000', '134241.327000', '134241.330000', '134241.333000', '134241.336000', '134241.339000', '134241.342000', '134241.345000', '134241.348000', '134241.351000', '134241.354000', '134241.360000', '134241.364000', '134241.366000', '134241.369000', '134241.372000', '134241.375000', '134241.378000', '134241.381000', '134241.384000', '134241.387000', '134241.390000', '134241.393000', '134253.842000', '134253.846000', '134253.849000', '134253.859000', '134253.862000', '134253.865000', '134253.869000', '134253.872000', '134253.875000', '134253.886000', '134253.889000', '134253.892000', '134253.895000', '134253.898000', '134253.901000', '134253.905000', '134253.908000', '134253.910000', '134253.913000', '134253.916000', '134253.919000', '134253.922000', '134253.926000', '134253.929000', '134253.932000', '134253.935000', '134253.937000', '134253.941000'], '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': [6615, 10944, 6329, 9092, 6166, 7596, 6157, 7254, 6462, 6226, 8469, 5944, 8401, 5981, 8506, 6148, 6033, 6074, 6130, 5971, 6046, 5910, 5956, 5950, 7110, 6095, 7008, 5955, 7239, 6025, 7567, 6580, 6493, 6991, 6640, 7855, 6419, 5978, 6291, 5969, 6484, 6659, 7318, 6554, 7013, 6371, 7150, 6553, 9053, 6187, 8228, 6410, 9205, 6186, 8619, 6280, 7906, 6751, 10609, 7626, 7215, 7993, 5973, 8817, 6122, 9419, 6411, 8769, 6348, 6193, 6641, 6069, 7636, 6120, 8209, 6190, 8442, 6275, 7051, 6734, 6113, 6710, 6335, 9406, 6569, 7602, 6590, 7639, 6572, 7849, 6528, 8586, 6257, 7997, 6110, 6587, 5923, 6164, 6239, 6277, 6122, 6374, 8729, 6307, 6805, 6273, 6775, 6374, 6770, 8647, 7390, 9079, 6511, 6464, 5831, 6751, 6241, 7388, 6487, 6686, 6978, 6213, 6160, 7124, 5937, 7945, 5939, 8620, 6125, 7243, 6034, 7215, 5809, 7146, 6161, 8317, 6124, 7532, 6015, 7270, 6242, 7455, 5992, 8789, 6173, 8817, 6328, 7115, 6356, 6486, 6228, 5924, 5991, 6410, 6268, 6686, 6720, 6110, 7502, 6086, 8896, 6204, 7729, 6233, 7972, 6247, 8918, 6179, 9517, 6243, 9916, 6170, 8042, 6217, 7718, 5999, 7763, 6240, 7405, 6334, 7013, 6076, 7041, 6047, 6086, 7857, 5997, 10215, 6162, 8957, 6019, 9361, 6084, 9603, 6062, 10185, 6121, 12776, 7218, 8983, 6219, 7687, 6185, 8836, 6298, 8914, 5948, 7910, 6216, 7342, 6223, 7643, 6275, 7715, 6201, 9271, 5944, 6154, 5856, 5927, 6249, 6380, 9590, 6926, 8173, 6404, 7527, 6129, 7755, 6119, 8415, 6418, 8694, 6269, 7893, 6238, 7747, 6480, 8002, 6073, 8181, 5954, 8901, 6024, 7756, 6013, 6762, 6282, 7752, 6361, 7656, 6060, 6247, 6189, 6152, 5955, 7844, 5991, 6056, 5997, 6442, 5999, 9542, 6302, 11735, 6395, 8957, 6333, 8344, 6255, 7454, 9317, 8331, 10636, 8181, 10108, 5895, 8502, 6338, 8112, 6140, 8587, 6242, 8393, 6253, 6349, 6120, 6061, 6020, 6373, 6011, 6191, 6020, 5888, 6115, 6069, 5966, 6496, 5965, 7533, 6112, 8502, 6958, 7955, 6759, 6358, 6843, 6665, 7557, 9397, 8635, 9279, 8640, 6203, 6758, 6101, 7026, 7101, 7315, 6128, 7556, 5924, 7759, 6117, 9075, 6175, 9233, 6185, 8507, 5863, 6254, 6494, 7069, 7241, 6843, 9690, 6130, 7038, 6478, 7552, 6470, 8136, 6343, 9069, 6112, 8145, 6182, 7242, 5980, 7453, 5942, 7627, 6338, 8142, 5830, 6185, 6140, 5936, 7671, 6036, 9058, 6426, 9076, 6139, 8731, 5984, 7221, 6041, 7671, 6092, 7767, 6597, 6176, 6732, 5867, 7832, 5770, 7985, 6043, 8202, 6552, 7179, 6169, 7284, 6025, 8334, 6060, 9290, 6010, 10439, 6396, 8888, 6292, 7073, 6528, 7071, 6436, 7432, 6112, 7598, 5994, 7371, 6099, 7540, 6152, 8601, 6214, 9064, 6020, 8812, 5887, 7558, 6008, 8260, 5839, 8799, 6042, 9036, 6031, 6439, 5930, 6177, 6115, 6214, 6591, 7447, 7111, 8163, 7099, 6706, 5790, 6318, 6181, 7001, 6700, 6485, 7407, 6167, 7369, 6148, 7664, 6147, 8691, 6146, 8111, 6612, 7052, 6372, 7042, 6080, 7147, 6144, 6923, 6158, 7966, 5948, 8235, 5973, 6073, 5971, 7091, 6529, 7129, 6907, 7483, 7366, 6220, 6979, 6281, 7124, 8293, 7975, 9730, 7873, 8008, 6746, 8208, 5816, 7960, 5902, 8615, 6024, 7112, 5875, 6480, 5843, 6532, 5918, 6204, 6422, 6091, 6885, 6445, 6724, 6212, 8884, 5979, 9147, 6177, 10337, 5949, 8051, 5935, 7735, 6121, 8216, 6189, 8645, 6120, 6742, 5948, 6839, 5889, 7753, 6732, 7660, 7556, 6140, 7233, 6290, 8238, 6179, 9326, 6409, 11025, 6429, 7831, 6567, 7640, 6570, 7453, 6327, 7923, 5973, 9079, 5910, 7352, 6026, 6775, 5856, 6517, 5969, 6583, 6084, 5975, 6434, 6092, 6628, 6163, 6998, 8217, 7527, 8187, 7491, 6085, 6138, 6057, 7967, 6055, 9340, 6325, 7178, 6109, 6840, 6481, 8202, 6038, 6682, 6399, 6728, 6403, 6842, 6319, 6637, 6186, 6042, 5946, 7157, 6702, 7856, 6344, 6756, 6113, 7356, 6353, 8744, 7024, 9872, 6581, 8000, 6070, 7282, 6376, 7866, 6920, 6348, 7285, 6582, 7401, 6019, 7874, 6146, 7289, 6922, 6038, 7704, 5981, 7173, 6320, 12425, 6115, 7953, 6744, 7846, 6244, 7701, 6042, 8438, 6485, 7219, 6333, 7156, 6201, 6973, 6164, 7681, 6028, 8367, 5970, 9345, 5935, 8867, 6233, 7536, 6458, 7243, 5947, 8346, 6039, 6543, 6142, 6204, 7440, 6071, 7976, 6125, 12303, 6383, 7659, 6202, 7653, 6108, 7747, 6002, 8655, 6176, 7040, 5973, 6775, 6055, 8099, 6498, 8059, 7976, 6383, 6812, 6359, 7517, 6017, 7729, 6029, 8556, 6453, 8212, 6034, 7185, 6119, 7620, 6205, 7910, 7046, 6383, 7188, 5976, 7739, 6005, 7721, 6110, 6269, 6050, 7389, 6073, 6886, 6761, 6363, 6754, 7138, 6554, 7104, 5901, 8628, 6012, 7545, 6627, 8682, 6834, 10068, 8273, 10662, 7117, 9263, 6148, 7600, 6594, 7751, 5966, 7019, 6550, 6839, 6825, 6712, 6215, 6101, 6397, 7200, 5965, 8057, 6033, 8227, 6320, 8261, 6297, 9458, 6839, 9527, 6698, 8233, 6196, 7027, 6739, 7075, 6021, 7414, 6847, 7514, 6246, 6208, 7764, 6555, 7758, 6259, 7407, 6270, 7754, 6167, 6162, 7277, 5809, 6779, 6685, 8346, 6232, 8603, 6237, 8078, 6657, 6915, 6094, 7147, 6331, 6828, 8441, 6948, 8372, 6459, 6033, 6668, 6166, 7359, 6338, 7582, 6186, 7248, 7653, 7014, 6174, 6335, 6488, 6132, 7977, 6202, 8876, 6036, 8692, 6300, 7467, 6039, 7240, 5913, 5979, 6010, 6723, 6069, 5990, 5957, 6341, 5941, 6717, 6005, 7946, 7163, 8616, 7196, 8542, 6032, 8843, 6213, 8840, 6431, 10640, 6406, 8033, 6383, 7258, 6532, 6919, 6082, 6381, 6256, 6341, 6369, 6538, 6397, 6596, 5971, 6355, 5846, 7417, 6921, 7920, 6363, 6018, 6378, 6115, 6679, 6261, 7734, 8360, 8365, 8463, 7949, 7810, 6017, 8517, 6131, 7615, 6388, 7712, 6119, 6616, 6218, 5748, 7104, 6363, 6237, 5891, 6092, 6029, 5879, 7719, 6078, 7572, 9944, 6903, 8595, 7822, 6810, 10508, 6749, 7458, 6403, 7072, 6339, 10500, 6396, 8067, 5952, 7266, 6134, 7255, 6053, 7820, 5929, 7288, 6229, 7506, 6560, 5964, 6676, 6774, 6251, 6933, 6433, 6236, 7799, 6368, 8073, 6216, 8946, 6531, 9049, 8371, 9274, 8781, 7585, 10265, 6339, 7908, 6414, 7602, 6227, 7587, 6233, 6835, 6362, 6274, 6423, 6511, 6196, 7911, 6338, 8456, 6167, 8212, 6365, 7493, 6869, 7133, 6319, 6727, 7931, 10185, 6022, 7055, 6248, 6875, 6286, 7630, 6173, 8356, 6375, 8422, 6330, 7506, 6198, 7706, 6092, 7290, 6365, 6748, 6326, 6701, 6053, 6390, 6198, 5958, 5849, 5970, 6052, 6733, 5697, 6107, 5958, 6527, 5940, 7077, 5928, 8069, 6586, 9950, 6950, 10102, 6148, 8475, 5973, 9160, 6101, 8352, 6398, 8189, 6114, 6515, 6473, 6073, 7873, 6054, 8226, 6044, 6231, 6043, 6175, 5911, 6545, 5956, 6588, 6187, 6328, 5937, 6768, 5813, 6105, 7440, 6025, 7045, 6220, 6294, 7707, 6132, 8879, 8411, 7201, 7436, 6299, 8933, 6484, 10620, 9056, 9307, 8504, 6240, 7457, 5974, 7932, 6199, 10120, 6823, 10467, 7008, 8080, 6083, 7376, 6345, 7401, 6324, 7791, 6368, 8111, 6354, 5995, 6186, 6240, 7722, 6214, 7147, 5982, 6822, 6368, 6708, 6225, 6938, 6497, 7545, 6644, 7299, 6761, 5904, 6535, 6181, 6673, 6237, 6815, 6236, 6622, 6165, 7319, 6385, 6914, 6121, 7039, 6341, 6705, 6301, 7237, 6139, 7548, 6114, 8616, 6149, 6133, 6341, 5942, 6244, 6120, 7821, 6365, 8395, 6513, 6696, 6260, 7026, 6536, 11113, 6430, 11043, 6725, 7262, 6804, 7082, 5924, 7351, 6741, 9649, 6267, 7532, 6492, 7160, 6541, 6786, 6726, 6927, 6843, 7099, 6033, 7163, 6154, 5801, 7782, 5849, 8769, 6071, 9947, 7886, 8261, 6144, 8351, 6277, 9181, 6518, 12890, 7725, 12785, 6991, 7789, 5871, 6952, 6107, 6553, 8193, 6611, 8159, 6419, 8827, 6217, 6053, 6155, 6561, 6130, 6198, 7053, 6338, 8177, 6274, 7579, 6415, 8599, 6011, 8798, 5985, 9137, 6079, 8640, 5926, 7154, 6097, 7962, 6284, 7393, 6406, 7190, 6485, 6354, 6065, 5881, 6251, 5705, 6128, 6696, 6401, 8144, 6348, 8709, 6566, 9265, 6341, 7423, 6237, 6900, 6428, 7594, 6573, 8819, 7132, 5961, 6585, 6614, 6301, 6112, 7996, 6103, 7818, 6421, 5935, 7522, 6448, 7342, 6100, 8480, 6153, 5973, 7807, 6302, 7767, 6718, 8415, 6245, 9759, 6072, 7570, 6242, 7162, 6383, 7363, 6811, 6324, 7103, 6276, 6816, 6647, 7213, 6571, 7399, 6421, 7831, 6276, 7273, 6428, 6700, 6671, 6618, 6449, 6308, 6001, 7383, 6317, 6052, 6348, 6162, 6503, 6126, 6375, 5894, 6281, 6420, 6607, 6331, 6155, 6284, 7306, 6573, 8254, 7305, 9536, 6634, 9128, 6303, 8973, 6352, 10144, 6453, 8923, 6341, 6836, 6468, 7014, 6410, 8073, 6232, 6928, 6330, 6142, 6037, 6203, 6956, 6461, 6868, 5991, 6989, 6365], 'WindowCenter': [3853.0, 3895.0, 3793.0, 3830.0, 3763.0, 3793.0, 3749.0, 3780.0, 3747.0, 3747.0, 3787.0, 3747.0, 3788.0, 3749.0, 3788.0, 3747.0, 3746.0, 3746.0, 3759.0, 3762.0, 3763.0, 3764.0, 3776.0, 3777.0, 3796.0, 3776.0, 3799.0, 3778.0, 3795.0, 3762.0, 3806.0, 3772.0, 3773.0, 3784.0, 3772.0, 3802.0, 3774.0, 3774.0, 3770.0, 3759.0, 3769.0, 3771.0, 3783.0, 3761.0, 3781.0, 3771.0, 3779.0, 3761.0, 3800.0, 3748.0, 3790.0, 3759.0, 3799.0, 3747.0, 3789.0, 3758.0, 3776.0, 3755.0, 3808.0, 3777.0, 3766.0, 3777.0, 3733.0, 3785.0, 3731.0, 3785.0, 3744.0, 3784.0, 3745.0, 3733.0, 3756.0, 3744.0, 3776.0, 3744.0, 3787.0, 3747.0, 3788.0, 3756.0, 3767.0, 3757.0, 3745.0, 3755.0, 3745.0, 3799.0, 3755.0, 3777.0, 3756.0, 3766.0, 3756.0, 3776.0, 3745.0, 3783.0, 3745.0, 3776.0, 3746.0, 3756.0, 3747.0, 3745.0, 3748.0, 3758.0, 3760.0, 3759.0, 3802.0, 3770.0, 3771.0, 3759.0, 3759.0, 3745.0, 3758.0, 3786.0, 3768.0, 3788.0, 3745.0, 3745.0, 3733.0, 3754.0, 3743.0, 3764.0, 3745.0, 3755.0, 3765.0, 3732.0, 3734.0, 3754.0, 3733.0, 3775.0, 3733.0, 3774.0, 3734.0, 3765.0, 3733.0, 3763.0, 3734.0, 3754.0, 3746.0, 3775.0, 3745.0, 3776.0, 3744.0, 3764.0, 3746.0, 3764.0, 3744.0, 3786.0, 3745.0, 3798.0, 3757.0, 3766.0, 3756.0, 3743.0, 3745.0, 3747.0, 3748.0, 3759.0, 3760.0, 3772.0, 3771.0, 3761.0, 3781.0, 3748.0, 3800.0, 3762.0, 3791.0, 3760.0, 3788.0, 3760.0, 3802.0, 3749.0, 3811.0, 3758.0, 3797.0, 3735.0, 3775.0, 3736.0, 3763.0, 3733.0, 3775.0, 3756.0, 3767.0, 3769.0, 3766.0, 3747.0, 3767.0, 3757.0, 3759.0, 3791.0, 3760.0, 3823.0, 3761.0, 3813.0, 3761.0, 3812.0, 3762.0, 3812.0, 3749.0, 3808.0, 3735.0, 3819.0, 3764.0, 3785.0, 3733.0, 3764.0, 3732.0, 3785.0, 3744.0, 3785.0, 3733.0, 3762.0, 3732.0, 3752.0, 3731.0, 3762.0, 3745.0, 3764.0, 3733.0, 3783.0, 3734.0, 3732.0, 3734.0, 3734.0, 3743.0, 3744.0, 3798.0, 3767.0, 3787.0, 3746.0, 3766.0, 3734.0, 3764.0, 3732.0, 3771.0, 3743.0, 3774.0, 3745.0, 3776.0, 3745.0, 3764.0, 3745.0, 3775.0, 3733.0, 3775.0, 3747.0, 3786.0, 3747.0, 3775.0, 3748.0, 3754.0, 3744.0, 3775.0, 3757.0, 3790.0, 3748.0, 3770.0, 3760.0, 3760.0, 3760.0, 3791.0, 3761.0, 3759.0, 3763.0, 3771.0, 3763.0, 3825.0, 3772.0, 3835.0, 3761.0, 3802.0, 3757.0, 3788.0, 3745.0, 3764.0, 3786.0, 3778.0, 3807.0, 3788.0, 3796.0, 3721.0, 3770.0, 3732.0, 3762.0, 3721.0, 3774.0, 3732.0, 3775.0, 3732.0, 3742.0, 3733.0, 3745.0, 3743.0, 3743.0, 3743.0, 3758.0, 3760.0, 3750.0, 3761.0, 3761.0, 3773.0, 3773.0, 3773.0, 3791.0, 3764.0, 3815.0, 3784.0, 3803.0, 3784.0, 3772.0, 3769.0, 3768.0, 3779.0, 3798.0, 3787.0, 3799.0, 3788.0, 3732.0, 3753.0, 3730.0, 3755.0, 3753.0, 3764.0, 3732.0, 3764.0, 3733.0, 3763.0, 3731.0, 3785.0, 3733.0, 3795.0, 3735.0, 3786.0, 3735.0, 3743.0, 3744.0, 3753.0, 3764.0, 3753.0, 3796.0, 3733.0, 3754.0, 3743.0, 3762.0, 3741.0, 3760.0, 3742.0, 3784.0, 3733.0, 3763.0, 3731.0, 3750.0, 3732.0, 3750.0, 3733.0, 3764.0, 3745.0, 3775.0, 3734.0, 3745.0, 3746.0, 3743.0, 3777.0, 3746.0, 3799.0, 3757.0, 3799.0, 3748.0, 3789.0, 3748.0, 3766.0, 3746.0, 3778.0, 3749.0, 3779.0, 3769.0, 3746.0, 3769.0, 3749.0, 3780.0, 3748.0, 3790.0, 3757.0, 3801.0, 3770.0, 3781.0, 3762.0, 3792.0, 3760.0, 3801.0, 3759.0, 3810.0, 3748.0, 3810.0, 3745.0, 3787.0, 3744.0, 3754.0, 3745.0, 3766.0, 3757.0, 3766.0, 3746.0, 3777.0, 3748.0, 3767.0, 3747.0, 3776.0, 3748.0, 3788.0, 3748.0, 3799.0, 3748.0, 3799.0, 3736.0, 3764.0, 3745.0, 3774.0, 3736.0, 3788.0, 3747.0, 3787.0, 3747.0, 3757.0, 3746.0, 3745.0, 3747.0, 3747.0, 3770.0, 3779.0, 3770.0, 3789.0, 3769.0, 3756.0, 3734.0, 3746.0, 3747.0, 3755.0, 3757.0, 3746.0, 3768.0, 3745.0, 3767.0, 3735.0, 3777.0, 3746.0, 3789.0, 3747.0, 3776.0, 3756.0, 3767.0, 3746.0, 3766.0, 3746.0, 3767.0, 3747.0, 3769.0, 3748.0, 3790.0, 3760.0, 3803.0, 3762.0, 3761.0, 3760.0, 3780.0, 3770.0, 3781.0, 3782.0, 3781.0, 3780.0, 3749.0, 3768.0, 3758.0, 3768.0, 3776.0, 3777.0, 3797.0, 3777.0, 3775.0, 3754.0, 3774.0, 3724.0, 3763.0, 3723.0, 3772.0, 3732.0, 3752.0, 3722.0, 3742.0, 3722.0, 3744.0, 3735.0, 3746.0, 3758.0, 3746.0, 3769.0, 3759.0, 3768.0, 3748.0, 3800.0, 3748.0, 3800.0, 3747.0, 3810.0, 3745.0, 3777.0, 3734.0, 3765.0, 3734.0, 3775.0, 3733.0, 3786.0, 3733.0, 3754.0, 3744.0, 3753.0, 3735.0, 3765.0, 3755.0, 3777.0, 3766.0, 3733.0, 3764.0, 3732.0, 3773.0, 3733.0, 3784.0, 3732.0, 3806.0, 3731.0, 3752.0, 3741.0, 3750.0, 3740.0, 3739.0, 3731.0, 3762.0, 3730.0, 3772.0, 3721.0, 3751.0, 3730.0, 3741.0, 3734.0, 3743.0, 3734.0, 3755.0, 3746.0, 3745.0, 3746.0, 3734.0, 3756.0, 3734.0, 3767.0, 3776.0, 3765.0, 3774.0, 3765.0, 3733.0, 3733.0, 3733.0, 3775.0, 3746.0, 3798.0, 3759.0, 3781.0, 3759.0, 3758.0, 3758.0, 3790.0, 3760.0, 3770.0, 3758.0, 3756.0, 3758.0, 3767.0, 3759.0, 3767.0, 3759.0, 3758.0, 3761.0, 3781.0, 3772.0, 3792.0, 3772.0, 3772.0, 3748.0, 3766.0, 3757.0, 3789.0, 3769.0, 3797.0, 3756.0, 3776.0, 3734.0, 3754.0, 3744.0, 3764.0, 3755.0, 3744.0, 3765.0, 3756.0, 3763.0, 3746.0, 3776.0, 3746.0, 3767.0, 3766.0, 3745.0, 3766.0, 3731.0, 3754.0, 3745.0, 3819.0, 3734.0, 3764.0, 3743.0, 3763.0, 3731.0, 3751.0, 3731.0, 3774.0, 3743.0, 3763.0, 3741.0, 3754.0, 3744.0, 3754.0, 3746.0, 3773.0, 3747.0, 3789.0, 3748.0, 3797.0, 3746.0, 3787.0, 3735.0, 3764.0, 3744.0, 3762.0, 3735.0, 3784.0, 3746.0, 3758.0, 3746.0, 3747.0, 3768.0, 3747.0, 3777.0, 3746.0, 3821.0, 3747.0, 3765.0, 3736.0, 3765.0, 3747.0, 3763.0, 3736.0, 3787.0, 3745.0, 3755.0, 3735.0, 3743.0, 3732.0, 3775.0, 3744.0, 3776.0, 3776.0, 3743.0, 3755.0, 3745.0, 3765.0, 3744.0, 3774.0, 3746.0, 3785.0, 3759.0, 3787.0, 3746.0, 3753.0, 3734.0, 3765.0, 3735.0, 3776.0, 3755.0, 3745.0, 3766.0, 3734.0, 3777.0, 3745.0, 3778.0, 3745.0, 3758.0, 3748.0, 3781.0, 3749.0, 3770.0, 3769.0, 3758.0, 3769.0, 3769.0, 3760.0, 3780.0, 3750.0, 3801.0, 3762.0, 3793.0, 3769.0, 3791.0, 3769.0, 3810.0, 3790.0, 3809.0, 3757.0, 3786.0, 3745.0, 3777.0, 3754.0, 3763.0, 3734.0, 3755.0, 3744.0, 3753.0, 3756.0, 3755.0, 3744.0, 3733.0, 3755.0, 3765.0, 3749.0, 3789.0, 3749.0, 3790.0, 3759.0, 3776.0, 3747.0, 3784.0, 3744.0, 3783.0, 3743.0, 3763.0, 3718.0, 3738.0, 3742.0, 3739.0, 3719.0, 3752.0, 3741.0, 3763.0, 3729.0, 3718.0, 3747.0, 3728.0, 3747.0, 3729.0, 3749.0, 3742.0, 3750.0, 3731.0, 3731.0, 3764.0, 3733.0, 3754.0, 3767.0, 3790.0, 3760.0, 3814.0, 3760.0, 3787.0, 3755.0, 3755.0, 3732.0, 3755.0, 3743.0, 3756.0, 3786.0, 3754.0, 3773.0, 3741.0, 3732.0, 3754.0, 3734.0, 3766.0, 3744.0, 3777.0, 3732.0, 3767.0, 3766.0, 3755.0, 3734.0, 3745.0, 3743.0, 3734.0, 3775.0, 3735.0, 3785.0, 3732.0, 3774.0, 3744.0, 3751.0, 3733.0, 3766.0, 3722.0, 3731.0, 3743.0, 3754.0, 3746.0, 3747.0, 3761.0, 3770.0, 3763.0, 3771.0, 3760.0, 3792.0, 3783.0, 3801.0, 3770.0, 3789.0, 3749.0, 3786.0, 3733.0, 3785.0, 3743.0, 3796.0, 3744.0, 3763.0, 3745.0, 3750.0, 3732.0, 3753.0, 3730.0, 3744.0, 3746.0, 3745.0, 3743.0, 3742.0, 3743.0, 3753.0, 3733.0, 3743.0, 3735.0, 3766.0, 3767.0, 3788.0, 3755.0, 3746.0, 3746.0, 3731.0, 3743.0, 3743.0, 3766.0, 3775.0, 3775.0, 3773.0, 3762.0, 3750.0, 3718.0, 3759.0, 3717.0, 3746.0, 3727.0, 3748.0, 3718.0, 3739.0, 3730.0, 3720.0, 3753.0, 3744.0, 3746.0, 3747.0, 3762.0, 3773.0, 3752.0, 3792.0, 3761.0, 3795.0, 3836.0, 3782.0, 3799.0, 3781.0, 3756.0, 3811.0, 3745.0, 3765.0, 3731.0, 3744.0, 3744.0, 3796.0, 3745.0, 3764.0, 3732.0, 3750.0, 3732.0, 3750.0, 3732.0, 3752.0, 3732.0, 3763.0, 3748.0, 3767.0, 3758.0, 3747.0, 3769.0, 3770.0, 3758.0, 3783.0, 3771.0, 3764.0, 3793.0, 3776.0, 3804.0, 3777.0, 3814.0, 3760.0, 3802.0, 3791.0, 3802.0, 3800.0, 3780.0, 3797.0, 3743.0, 3777.0, 3746.0, 3775.0, 3746.0, 3775.0, 3746.0, 3755.0, 3756.0, 3746.0, 3757.0, 3744.0, 3745.0, 3775.0, 3748.0, 3789.0, 3747.0, 3786.0, 3759.0, 3767.0, 3742.0, 3741.0, 3731.0, 3741.0, 3763.0, 3796.0, 3732.0, 3753.0, 3744.0, 3741.0, 3744.0, 3764.0, 3745.0, 3775.0, 3745.0, 3775.0, 3746.0, 3765.0, 3734.0, 3764.0, 3733.0, 3753.0, 3730.0, 3742.0, 3732.0, 3755.0, 3733.0, 3757.0, 3745.0, 3748.0, 3735.0, 3746.0, 3746.0, 3781.0, 3749.0, 3760.0, 3761.0, 3772.0, 3763.0, 3779.0, 3762.0, 3792.0, 3770.0, 3813.0, 3770.0, 3812.0, 3749.0, 3791.0, 3735.0, 3796.0, 3735.0, 3777.0, 3744.0, 3787.0, 3733.0, 3744.0, 3745.0, 3748.0, 3775.0, 3736.0, 3790.0, 3746.0, 3735.0, 3747.0, 3760.0, 3762.0, 3770.0, 3760.0, 3783.0, 3776.0, 3785.0, 3776.0, 3784.0, 3763.0, 3776.0, 3807.0, 3775.0, 3782.0, 3760.0, 3760.0, 3806.0, 3763.0, 3816.0, 3805.0, 3782.0, 3781.0, 3748.0, 3787.0, 3749.0, 3807.0, 3788.0, 3800.0, 3789.0, 3745.0, 3753.0, 3730.0, 3762.0, 3721.0, 3791.0, 3742.0, 3793.0, 3740.0, 3761.0, 3720.0, 3738.0, 3717.0, 3735.0, 3729.0, 3750.0, 3728.0, 3761.0, 3730.0, 3720.0, 3731.0, 3731.0, 3762.0, 3732.0, 3754.0, 3734.0, 3754.0, 3746.0, 3755.0, 3735.0, 3752.0, 3747.0, 3777.0, 3756.0, 3764.0, 3754.0, 3723.0, 3755.0, 3745.0, 3756.0, 3730.0, 3743.0, 3730.0, 3755.0, 3745.0, 3766.0, 3741.0, 3753.0, 3744.0, 3753.0, 3754.0, 3753.0, 3757.0, 3777.0, 3749.0, 3778.0, 3760.0, 3801.0, 3748.0, 3748.0, 3759.0, 3748.0, 3758.0, 3760.0, 3793.0, 3771.0, 3813.0, 3774.0, 3784.0, 3773.0, 3769.0, 3771.0, 3823.0, 3760.0, 3821.0, 3769.0, 3769.0, 3757.0, 3770.0, 3744.0, 3767.0, 3756.0, 3797.0, 3746.0, 3778.0, 3758.0, 3766.0, 3745.0, 3754.0, 3768.0, 3780.0, 3770.0, 3769.0, 3761.0, 3769.0, 3761.0, 3751.0, 3792.0, 3751.0, 3803.0, 3750.0, 3825.0, 3790.0, 3793.0, 3750.0, 3787.0, 3745.0, 3786.0, 3743.0, 3817.0, 3764.0, 3817.0, 3743.0, 3750.0, 3720.0, 3754.0, 3720.0, 3729.0, 3761.0, 3740.0, 3762.0, 3732.0, 3771.0, 3719.0, 3731.0, 3731.0, 3741.0, 3732.0, 3734.0, 3764.0, 3758.0, 3789.0, 3760.0, 3779.0, 3761.0, 3789.0, 3749.0, 3787.0, 3745.0, 3788.0, 3748.0, 3785.0, 3746.0, 3754.0, 3733.0, 3776.0, 3758.0, 3779.0, 3759.0, 3767.0, 3758.0, 3743.0, 3744.0, 3734.0, 3758.0, 3748.0, 3749.0, 3757.0, 3758.0, 3777.0, 3759.0, 3789.0, 3756.0, 3798.0, 3748.0, 3767.0, 3735.0, 3752.0, 3744.0, 3766.0, 3757.0, 3787.0, 3755.0, 3734.0, 3745.0, 3744.0, 3732.0, 3735.0, 3773.0, 3734.0, 3776.0, 3745.0, 3733.0, 3777.0, 3744.0, 3766.0, 3735.0, 3787.0, 3734.0, 3746.0, 3777.0, 3745.0, 3764.0, 3756.0, 3776.0, 3745.0, 3796.0, 3732.0, 3762.0, 3742.0, 3753.0, 3733.0, 3752.0, 3742.0, 3732.0, 3753.0, 3731.0, 3741.0, 3741.0, 3753.0, 3743.0, 3752.0, 3732.0, 3748.0, 3729.0, 3750.0, 3730.0, 3741.0, 3752.0, 3755.0, 3743.0, 3744.0, 3747.0, 3766.0, 3745.0, 3748.0, 3760.0, 3747.0, 3757.0, 3747.0, 3759.0, 3738.0, 3760.0, 3771.0, 3772.0, 3773.0, 3762.0, 3774.0, 3782.0, 3771.0, 3792.0, 3781.0, 3812.0, 3759.0, 3797.0, 3745.0, 3787.0, 3745.0, 3798.0, 3746.0, 3787.0, 3745.0, 3744.0, 3746.0, 3754.0, 3746.0, 3775.0, 3736.0, 3754.0, 3744.0, 3734.0, 3733.0, 3746.0, 3766.0, 3757.0, 3755.0, 3745.0, 3756.0, 3745.0], 'WindowWidth': [8694.0, 8729.0, 8570.0, 8606.0, 8506.0, 8542.0, 8479.0, 8519.0, 8471.0, 8471.0, 8522.0, 8470.0, 8524.0, 8475.0, 8523.0, 8470.0, 8467.0, 8469.0, 8491.0, 8499.0, 8503.0, 8505.0, 8523.0, 8527.0, 8549.0, 8524.0, 8559.0, 8532.0, 8547.0, 8500.0, 8562.0, 8510.0, 8514.0, 8528.0, 8512.0, 8552.0, 8518.0, 8519.0, 8509.0, 8489.0, 8503.0, 8508.0, 8527.0, 8494.0, 8521.0, 8509.0, 8516.0, 8495.0, 8544.0, 8473.0, 8531.0, 8489.0, 8539.0, 8472.0, 8525.0, 8484.0, 8506.0, 8478.0, 8550.0, 8508.0, 8491.0, 8506.0, 8446.0, 8513.0, 8438.0, 8514.0, 8458.0, 8511.0, 8461.0, 8447.0, 8478.0, 8463.0, 8504.0, 8463.0, 8521.0, 8469.0, 8523.0, 8482.0, 8495.0, 8482.0, 8463.0, 8477.0, 8463.0, 8538.0, 8477.0, 8509.0, 8480.0, 8490.0, 8480.0, 8502.0, 8464.0, 8511.0, 8464.0, 8506.0, 8468.0, 8481.0, 8471.0, 8466.0, 8475.0, 8488.0, 8493.0, 8491.0, 8552.0, 8506.0, 8509.0, 8489.0, 8487.0, 8465.0, 8485.0, 8519.0, 8498.0, 8524.0, 8465.0, 8464.0, 8446.0, 8474.0, 8460.0, 8487.0, 8465.0, 8477.0, 8490.0, 8443.0, 8448.0, 8472.0, 8445.0, 8500.0, 8445.0, 8499.0, 8448.0, 8488.0, 8446.0, 8485.0, 8449.0, 8473.0, 8467.0, 8503.0, 8464.0, 8505.0, 8463.0, 8487.0, 8465.0, 8487.0, 8464.0, 8517.0, 8466.0, 8537.0, 8484.0, 8493.0, 8481.0, 8462.0, 8468.0, 8471.0, 8474.0, 8491.0, 8494.0, 8510.0, 8507.0, 8495.0, 8520.0, 8475.0, 8544.0, 8497.0, 8533.0, 8492.0, 8526.0, 8491.0, 8549.0, 8476.0, 8558.0, 8485.0, 8533.0, 8451.0, 8502.0, 8453.0, 8481.0, 8446.0, 8504.0, 8480.0, 8494.0, 8504.0, 8493.0, 8471.0, 8497.0, 8486.0, 8491.0, 8534.0, 8493.0, 8578.0, 8495.0, 8567.0, 8496.0, 8564.0, 8498.0, 8560.0, 8476.0, 8550.0, 8452.0, 8564.0, 8487.0, 8515.0, 8444.0, 8485.0, 8442.0, 8515.0, 8459.0, 8514.0, 8446.0, 8479.0, 8441.0, 8466.0, 8440.0, 8479.0, 8463.0, 8485.0, 8445.0, 8508.0, 8448.0, 8444.0, 8449.0, 8446.0, 8461.0, 8463.0, 8537.0, 8495.0, 8522.0, 8467.0, 8491.0, 8449.0, 8486.0, 8441.0, 8492.0, 8457.0, 8498.0, 8464.0, 8506.0, 8464.0, 8487.0, 8465.0, 8500.0, 8445.0, 8502.0, 8469.0, 8519.0, 8470.0, 8502.0, 8471.0, 8473.0, 8461.0, 8502.0, 8482.0, 8531.0, 8473.0, 8506.0, 8494.0, 8491.0, 8491.0, 8534.0, 8495.0, 8492.0, 8501.0, 8508.0, 8500.0, 8583.0, 8510.0, 8596.0, 8494.0, 8549.0, 8485.0, 8523.0, 8463.0, 8487.0, 8515.0, 8508.0, 8546.0, 8525.0, 8530.0, 8430.0, 8489.0, 8441.0, 8478.0, 8423.0, 8496.0, 8441.0, 8498.0, 8439.0, 8453.0, 8447.0, 8464.0, 8458.0, 8460.0, 8460.0, 8488.0, 8495.0, 8483.0, 8496.0, 8497.0, 8517.0, 8516.0, 8517.0, 8537.0, 8504.0, 8572.0, 8533.0, 8555.0, 8530.0, 8511.0, 8503.0, 8499.0, 8516.0, 8537.0, 8524.0, 8539.0, 8523.0, 8444.0, 8472.0, 8437.0, 8475.0, 8470.0, 8487.0, 8442.0, 8486.0, 8445.0, 8485.0, 8440.0, 8515.0, 8446.0, 8528.0, 8451.0, 8517.0, 8451.0, 8460.0, 8460.0, 8470.0, 8486.0, 8471.0, 8531.0, 8445.0, 8472.0, 8460.0, 8480.0, 8452.0, 8476.0, 8454.0, 8510.0, 8442.0, 8481.0, 8440.0, 8461.0, 8442.0, 8461.0, 8446.0, 8484.0, 8463.0, 8501.0, 8448.0, 8464.0, 8466.0, 8460.0, 8507.0, 8467.0, 8539.0, 8483.0, 8541.0, 8474.0, 8526.0, 8474.0, 8492.0, 8467.0, 8510.0, 8477.0, 8515.0, 8502.0, 8469.0, 8502.0, 8475.0, 8516.0, 8473.0, 8530.0, 8486.0, 8546.0, 8507.0, 8523.0, 8499.0, 8538.0, 8494.0, 8547.0, 8491.0, 8558.0, 8473.0, 8554.0, 8465.0, 8520.0, 8461.0, 8473.0, 8462.0, 8492.0, 8482.0, 8492.0, 8466.0, 8508.0, 8472.0, 8494.0, 8470.0, 8504.0, 8474.0, 8523.0, 8473.0, 8540.0, 8475.0, 8538.0, 8454.0, 8487.0, 8464.0, 8500.0, 8455.0, 8523.0, 8469.0, 8518.0, 8468.0, 8482.0, 8468.0, 8466.0, 8471.0, 8469.0, 8503.0, 8514.0, 8502.0, 8526.0, 8499.0, 8479.0, 8448.0, 8465.0, 8468.0, 8475.0, 8482.0, 8466.0, 8497.0, 8463.0, 8495.0, 8451.0, 8508.0, 8466.0, 8526.0, 8468.0, 8505.0, 8480.0, 8493.0, 8466.0, 8490.0, 8468.0, 8497.0, 8471.0, 8501.0, 8474.0, 8529.0, 8493.0, 8551.0, 8500.0, 8496.0, 8494.0, 8519.0, 8506.0, 8520.0, 8524.0, 8520.0, 8519.0, 8475.0, 8499.0, 8483.0, 8497.0, 8506.0, 8509.0, 8534.0, 8506.0, 8501.0, 8472.0, 8496.0, 8433.0, 8484.0, 8431.0, 8492.0, 8441.0, 8467.0, 8428.0, 8454.0, 8430.0, 8460.0, 8453.0, 8467.0, 8486.0, 8468.0, 8502.0, 8489.0, 8499.0, 8473.0, 8541.0, 8471.0, 8542.0, 8469.0, 8554.0, 8466.0, 8504.0, 8447.0, 8485.0, 8446.0, 8498.0, 8444.0, 8516.0, 8446.0, 8473.0, 8463.0, 8472.0, 8452.0, 8488.0, 8477.0, 8506.0, 8491.0, 8444.0, 8486.0, 8441.0, 8495.0, 8445.0, 8511.0, 8439.0, 8544.0, 8439.0, 8464.0, 8449.0, 8458.0, 8446.0, 8444.0, 8437.0, 8478.0, 8435.0, 8491.0, 8425.0, 8463.0, 8437.0, 8451.0, 8448.0, 8457.0, 8448.0, 8476.0, 8466.0, 8465.0, 8466.0, 8447.0, 8479.0, 8447.0, 8495.0, 8502.0, 8488.0, 8499.0, 8489.0, 8443.0, 8444.0, 8443.0, 8502.0, 8467.0, 8536.0, 8488.0, 8519.0, 8489.0, 8484.0, 8485.0, 8530.0, 8495.0, 8506.0, 8485.0, 8479.0, 8483.0, 8498.0, 8490.0, 8499.0, 8490.0, 8487.0, 8495.0, 8521.0, 8511.0, 8536.0, 8510.0, 8509.0, 8475.0, 8495.0, 8482.0, 8525.0, 8501.0, 8534.0, 8478.0, 8504.0, 8448.0, 8472.0, 8460.0, 8484.0, 8474.0, 8459.0, 8487.0, 8480.0, 8484.0, 8466.0, 8502.0, 8467.0, 8495.0, 8492.0, 8464.0, 8490.0, 8440.0, 8473.0, 8462.0, 8565.0, 8446.0, 8484.0, 8456.0, 8481.0, 8437.0, 8462.0, 8439.0, 8497.0, 8456.0, 8482.0, 8455.0, 8474.0, 8463.0, 8472.0, 8466.0, 8499.0, 8468.0, 8525.0, 8472.0, 8532.0, 8468.0, 8520.0, 8450.0, 8485.0, 8459.0, 8482.0, 8450.0, 8513.0, 8468.0, 8487.0, 8470.0, 8470.0, 8499.0, 8469.0, 8510.0, 8466.0, 8571.0, 8467.0, 8488.0, 8452.0, 8487.0, 8469.0, 8484.0, 8452.0, 8519.0, 8463.0, 8476.0, 8448.0, 8456.0, 8443.0, 8501.0, 8461.0, 8501.0, 8504.0, 8459.0, 8475.0, 8463.0, 8488.0, 8460.0, 8500.0, 8466.0, 8516.0, 8487.0, 8521.0, 8466.0, 8472.0, 8447.0, 8487.0, 8450.0, 8503.0, 8477.0, 8463.0, 8492.0, 8447.0, 8509.0, 8466.0, 8510.0, 8464.0, 8485.0, 8473.0, 8521.0, 8476.0, 8505.0, 8502.0, 8485.0, 8501.0, 8501.0, 8490.0, 8518.0, 8480.0, 8548.0, 8499.0, 8537.0, 8504.0, 8530.0, 8502.0, 8556.0, 8528.0, 8550.0, 8480.0, 8517.0, 8464.0, 8506.0, 8472.0, 8485.0, 8447.0, 8475.0, 8457.0, 8470.0, 8478.0, 8474.0, 8462.0, 8444.0, 8478.0, 8491.0, 8474.0, 8526.0, 8476.0, 8529.0, 8487.0, 8505.0, 8466.0, 8511.0, 8458.0, 8509.0, 8454.0, 8479.0, 8418.0, 8441.0, 8451.0, 8446.0, 8419.0, 8466.0, 8453.0, 8484.0, 8430.0, 8413.0, 8450.0, 8426.0, 8450.0, 8432.0, 8457.0, 8454.0, 8460.0, 8438.0, 8438.0, 8484.0, 8445.0, 8475.0, 8497.0, 8529.0, 8493.0, 8570.0, 8494.0, 8523.0, 8476.0, 8475.0, 8440.0, 8474.0, 8456.0, 8477.0, 8518.0, 8473.0, 8495.0, 8454.0, 8442.0, 8472.0, 8447.0, 8490.0, 8459.0, 8505.0, 8442.0, 8493.0, 8489.0, 8474.0, 8448.0, 8464.0, 8454.0, 8445.0, 8500.0, 8450.0, 8510.0, 8442.0, 8497.0, 8458.0, 8464.0, 8446.0, 8491.0, 8428.0, 8439.0, 8459.0, 8475.0, 8467.0, 8471.0, 8495.0, 8507.0, 8501.0, 8509.0, 8496.0, 8535.0, 8524.0, 8547.0, 8504.0, 8527.0, 8472.0, 8516.0, 8445.0, 8514.0, 8458.0, 8529.0, 8459.0, 8481.0, 8461.0, 8461.0, 8440.0, 8467.0, 8435.0, 8459.0, 8466.0, 8464.0, 8459.0, 8455.0, 8458.0, 8471.0, 8446.0, 8458.0, 8452.0, 8491.0, 8497.0, 8525.0, 8480.0, 8468.0, 8465.0, 8440.0, 8456.0, 8455.0, 8488.0, 8499.0, 8501.0, 8495.0, 8478.0, 8459.0, 8415.0, 8467.0, 8411.0, 8449.0, 8425.0, 8451.0, 8416.0, 8443.0, 8435.0, 8421.0, 8469.0, 8462.0, 8468.0, 8473.0, 8502.0, 8516.0, 8485.0, 8537.0, 8492.0, 8544.0, 8602.0, 8526.0, 8541.0, 8516.0, 8480.0, 8553.0, 8459.0, 8487.0, 8436.0, 8456.0, 8457.0, 8529.0, 8460.0, 8484.0, 8436.0, 8460.0, 8442.0, 8459.0, 8439.0, 8461.0, 8440.0, 8483.0, 8472.0, 8495.0, 8484.0, 8471.0, 8502.0, 8502.0, 8486.0, 8526.0, 8509.0, 8502.0, 8541.0, 8522.0, 8555.0, 8530.0, 8568.0, 8492.0, 8548.0, 8531.0, 8548.0, 8544.0, 8515.0, 8531.0, 8456.0, 8508.0, 8467.0, 8503.0, 8467.0, 8502.0, 8465.0, 8474.0, 8480.0, 8465.0, 8482.0, 8460.0, 8465.0, 8504.0, 8471.0, 8524.0, 8469.0, 8517.0, 8486.0, 8493.0, 8453.0, 8451.0, 8436.0, 8451.0, 8481.0, 8527.0, 8441.0, 8470.0, 8459.0, 8449.0, 8458.0, 8485.0, 8465.0, 8500.0, 8463.0, 8500.0, 8467.0, 8489.0, 8449.0, 8484.0, 8444.0, 8466.0, 8435.0, 8452.0, 8439.0, 8474.0, 8445.0, 8482.0, 8466.0, 8472.0, 8452.0, 8466.0, 8469.0, 8524.0, 8481.0, 8492.0, 8498.0, 8512.0, 8502.0, 8516.0, 8497.0, 8534.0, 8506.0, 8564.0, 8505.0, 8561.0, 8477.0, 8531.0, 8450.0, 8532.0, 8450.0, 8506.0, 8460.0, 8521.0, 8443.0, 8461.0, 8465.0, 8472.0, 8503.0, 8451.0, 8530.0, 8468.0, 8450.0, 8470.0, 8494.0, 8499.0, 8505.0, 8492.0, 8527.0, 8525.0, 8534.0, 8525.0, 8533.0, 8505.0, 8524.0, 8566.0, 8520.0, 8526.0, 8494.0, 8493.0, 8561.0, 8503.0, 8574.0, 8555.0, 8522.0, 8518.0, 8470.0, 8521.0, 8472.0, 8548.0, 8524.0, 8540.0, 8524.0, 8464.0, 8468.0, 8436.0, 8477.0, 8423.0, 8516.0, 8451.0, 8518.0, 8448.0, 8476.0, 8419.0, 8439.0, 8412.0, 8434.0, 8432.0, 8458.0, 8431.0, 8475.0, 8434.0, 8422.0, 8439.0, 8437.0, 8481.0, 8443.0, 8473.0, 8446.0, 8473.0, 8465.0, 8474.0, 8449.0, 8468.0, 8467.0, 8505.0, 8479.0, 8487.0, 8474.0, 8432.0, 8478.0, 8465.0, 8481.0, 8438.0, 8455.0, 8435.0, 8475.0, 8464.0, 8491.0, 8455.0, 8470.0, 8462.0, 8472.0, 8476.0, 8473.0, 8484.0, 8509.0, 8475.0, 8511.0, 8492.0, 8549.0, 8474.0, 8473.0, 8488.0, 8471.0, 8487.0, 8493.0, 8539.0, 8509.0, 8568.0, 8517.0, 8528.0, 8513.0, 8503.0, 8510.0, 8577.0, 8491.0, 8571.0, 8501.0, 8500.0, 8482.0, 8502.0, 8462.0, 8495.0, 8479.0, 8535.0, 8466.0, 8512.0, 8486.0, 8492.0, 8464.0, 8475.0, 8499.0, 8519.0, 8506.0, 8501.0, 8493.0, 8501.0, 8495.0, 8484.0, 8538.0, 8482.0, 8552.0, 8478.0, 8584.0, 8531.0, 8537.0, 8477.0, 8523.0, 8463.0, 8517.0, 8457.0, 8558.0, 8483.0, 8557.0, 8453.0, 8460.0, 8421.0, 8472.0, 8422.0, 8432.0, 8474.0, 8447.0, 8478.0, 8438.0, 8487.0, 8418.0, 8438.0, 8439.0, 8451.0, 8441.0, 8447.0, 8488.0, 8485.0, 8526.0, 8491.0, 8513.0, 8496.0, 8525.0, 8475.0, 8519.0, 8464.0, 8519.0, 8474.0, 8513.0, 8467.0, 8470.0, 8444.0, 8504.0, 8486.0, 8514.0, 8489.0, 8496.0, 8484.0, 8457.0, 8461.0, 8450.0, 8487.0, 8472.0, 8475.0, 8483.0, 8486.0, 8509.0, 8486.0, 8525.0, 8480.0, 8535.0, 8470.0, 8493.0, 8449.0, 8466.0, 8458.0, 8490.0, 8483.0, 8519.0, 8474.0, 8445.0, 8462.0, 8458.0, 8440.0, 8448.0, 8497.0, 8448.0, 8503.0, 8464.0, 8447.0, 8507.0, 8461.0, 8490.0, 8449.0, 8520.0, 8449.0, 8465.0, 8506.0, 8460.0, 8484.0, 8477.0, 8502.0, 8460.0, 8528.0, 8441.0, 8480.0, 8452.0, 8466.0, 8441.0, 8463.0, 8453.0, 8439.0, 8468.0, 8436.0, 8448.0, 8449.0, 8467.0, 8453.0, 8465.0, 8441.0, 8455.0, 8432.0, 8460.0, 8435.0, 8447.0, 8468.0, 8474.0, 8459.0, 8462.0, 8469.0, 8491.0, 8464.0, 8472.0, 8490.0, 8471.0, 8483.0, 8468.0, 8487.0, 8458.0, 8490.0, 8508.0, 8511.0, 8515.0, 8497.0, 8514.0, 8521.0, 8509.0, 8535.0, 8520.0, 8561.0, 8487.0, 8533.0, 8462.0, 8518.0, 8462.0, 8533.0, 8466.0, 8517.0, 8460.0, 8458.0, 8465.0, 8473.0, 8464.0, 8501.0, 8451.0, 8473.0, 8459.0, 8447.0, 8447.0, 8465.0, 8492.0, 8480.0, 8478.0, 8465.0, 8477.0, 8462.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.0008389197530864198</td></tr>
<tr><td colspan=3>aqi</td><td>0.03312249274691358</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.1335239750039</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1844476895752898</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905372540308877</td></tr>
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
<tr><td colspan=3>fber</td><td>3727.9395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12757281619002817</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.651234567901234</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5559896961522246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5568121208590306</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.622482937475134</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4886740301225094</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110739</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0034768162295222282</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010850599966943264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.870858831801641</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>34.5661</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3826</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.501</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.0442</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.423</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.4943</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2990.622</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.0507</td></tr>
<tr><td colspan=3>tsnr</td><td>31.22483610548079</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>