<?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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>8eac1100e499e8d52757d5f55442c6db</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>16:18:9.152500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</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.123744</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>[4157, -7775, -7191, 601, -41, -299, 153, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e93a7af5-2ac5-46e8-9afa-001f2a12e2ab||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['161809.152500', '161809.612500', '161810.072500', '161810.532500', '161810.992500', '161811.452500', '161811.912500', '161812.372500', '161812.832500', '161813.292500', '161813.752500', '161814.212500', '161814.672500', '161815.132500', '161815.592500', '161816.052500', '161816.512500', '161816.972500', '161817.432500', '161817.892500', '161818.352500', '161818.812500', '161819.272500', '161819.732500', '161820.192500', '161820.652500', '161821.112500', '161821.572500', '161822.032500', '161822.492500', '161822.952500', '161823.412500', '161823.872500', '161824.332500', '161824.792500', '161825.252500', '161825.712500', '161826.172500', '161826.632500', '161827.092500', '161827.552500', '161828.012500', '161828.472500', '161828.932500', '161829.392500', '161829.852500', '161830.312500', '161830.772500', '161831.232500', '161831.692500', '161832.152500', '161832.612500', '161833.072500', '161833.532500', '161833.992500', '161834.452500', '161834.912500', '161835.372500', '161835.832500', '161836.292500', '161836.752500', '161837.212500', '161837.672500', '161838.132500', '161838.592500', '161839.052500', '161839.512500', '161839.972500', '161840.432500', '161840.892500', '161841.352500', '161841.812500', '161842.272500', '161842.732500', '161843.192500', '161843.652500', '161844.112500', '161844.572500', '161845.032500', '161845.492500', '161845.952500', '161846.412500', '161846.872500', '161847.332500', '161847.792500', '161848.252500', '161848.712500', '161849.172500', '161849.632500', '161850.092500', '161850.552500', '161851.012500', '161851.472500', '161851.932500', '161852.392500', '161852.852500', '161853.312500', '161853.772500', '161854.232500', '161854.692500', '161855.152500', '161855.612500', '161856.072500', '161856.532500', '161856.992500', '161857.452500', '161857.912500', '161858.372500', '161858.832500', '161859.292500', '161859.752500', '161900.212500', '161900.672500', '161901.132500', '161901.592500', '161902.052500', '161902.512500', '161902.972500', '161903.432500', '161903.892500', '161904.352500', '161904.812500', '161905.272500', '161905.732500', '161906.192500', '161906.652500', '161907.112500', '161907.572500', '161908.032500', '161908.492500', '161908.952500', '161909.412500', '161909.872500', '161910.332500', '161910.792500', '161911.252500', '161911.712500', '161912.172500', '161912.632500', '161913.092500', '161913.552500', '161914.012500', '161914.472500', '161914.932500', '161915.392500', '161915.852500', '161916.312500', '161916.772500', '161917.232500', '161917.692500', '161918.152500', '161918.612500', '161919.072500', '161919.532500', '161919.992500', '161920.452500', '161920.912500', '161921.372500', '161921.832500', '161922.292500', '161922.752500', '161923.212500', '161923.672500', '161924.132500', '161924.592500', '161925.052500', '161925.512500', '161925.972500', '161926.432500', '161926.892500', '161927.352500', '161927.812500', '161928.272500', '161928.732500', '161929.192500', '161929.652500', '161930.112500', '161930.572500', '161931.032500', '161931.492500', '161931.952500', '161932.412500', '161932.872500', '161933.332500', '161933.792500', '161934.252500', '161934.712500', '161935.172500', '161935.632500', '161936.092500', '161936.552500', '161937.012500', '161937.472500', '161937.932500', '161938.392500', '161938.852500', '161939.312500', '161939.772500', '161940.232500', '161940.692500', '161941.152500', '161941.612500', '161942.072500', '161942.532500', '161942.992500', '161943.452500', '161943.912500', '161944.372500', '161944.832500', '161945.292500', '161945.752500', '161946.212500', '161946.672500', '161947.132500', '161947.592500', '161948.052500', '161948.512500', '161948.972500', '161949.432500', '161949.892500', '161950.352500', '161950.812500', '161951.272500', '161951.732500', '161952.192500', '161952.652500', '161953.112500', '161953.572500', '161954.032500', '161954.492500', '161954.952500', '161955.412500', '161955.872500', '161956.332500', '161956.792500', '161957.252500', '161957.712500', '161958.172500', '161958.632500', '161959.092500', '161959.552500', '162000.012500', '162000.472500', '162000.932500', '162001.392500', '162001.852500', '162002.312500', '162002.772500', '162003.232500', '162003.692500', '162004.152500', '162004.612500', '162005.072500', '162005.532500', '162005.992500', '162006.452500', '162006.912500', '162007.372500', '162007.832500', '162008.292500', '162008.752500', '162009.212500', '162009.672500', '162010.132500', '162010.592500', '162011.052500', '162011.512500', '162011.972500', '162012.432500', '162012.892500', '162013.352500', '162013.812500', '162014.272500', '162014.732500', '162015.192500', '162015.652500', '162016.112500', '162016.572500', '162017.032500', '162017.492500', '162017.952500', '162018.412500', '162018.872500', '162019.332500', '162019.792500', '162020.252500', '162020.712500', '162021.172500', '162021.632500', '162022.092500', '162022.552500', '162023.012500', '162023.472500', '162023.932500', '162024.392500', '162024.852500', '162025.312500', '162025.772500', '162026.232500', '162026.692500', '162027.152500', '162027.612500', '162028.072500', '162028.532500', '162028.992500', '162029.452500', '162029.912500', '162030.372500', '162030.832500', '162031.292500', '162031.752500', '162032.212500', '162032.672500', '162033.132500', '162033.592500', '162034.052500', '162034.512500', '162034.972500', '162035.432500', '162035.892500', '162036.352500', '162036.812500', '162037.272500', '162037.732500', '162038.192500', '162038.652500', '162039.112500', '162039.572500', '162040.032500', '162040.492500', '162040.952500', '162041.412500', '162041.872500', '162042.332500', '162042.792500', '162043.252500', '162043.712500', '162044.172500', '162044.632500', '162045.092500', '162045.552500', '162046.012500', '162046.472500', '162046.932500', '162047.392500', '162047.852500', '162048.312500', '162048.772500', '162049.232500', '162049.692500', '162050.152500', '162050.612500', '162051.072500', '162051.532500', '162051.992500', '162052.452500', '162052.912500', '162053.372500', '162053.832500', '162054.292500', '162054.752500', '162055.212500', '162055.672500', '162056.132500', '162056.592500', '162057.052500', '162057.512500', '162057.972500', '162058.432500', '162058.892500', '162059.352500', '162059.812500', '162100.272500', '162100.732500', '162101.192500', '162101.652500', '162102.112500', '162102.572500', '162103.032500', '162103.492500', '162103.952500', '162104.412500', '162104.872500', '162105.332500', '162105.792500', '162106.252500', '162106.712500', '162107.172500', '162107.632500', '162108.092500', '162108.552500', '162109.012500', '162109.472500', '162109.932500', '162110.392500', '162110.852500', '162111.312500', '162111.772500', '162112.232500', '162112.692500', '162113.152500', '162113.612500', '162114.072500', '162114.532500', '162114.992500', '162115.452500', '162115.912500', '162116.372500', '162116.832500', '162117.292500', '162117.752500', '162118.212500', '162118.672500', '162119.132500', '162119.592500', '162120.052500', '162120.512500', '162120.972500', '162121.432500', '162121.892500', '162122.352500', '162122.812500', '162123.272500', '162123.732500', '162124.192500', '162124.652500', '162125.112500', '162125.572500', '162126.032500', '162126.492500', '162126.952500', '162127.412500', '162127.872500', '162128.332500', '162128.792500', '162129.252500', '162129.712500', '162130.172500', '162130.632500', '162131.092500', '162131.552500', '162132.012500', '162132.472500', '162132.932500', '162133.392500', '162133.852500', '162134.312500', '162134.772500', '162135.232500', '162135.692500', '162136.152500', '162136.612500', '162137.072500', '162137.532500', '162137.992500', '162138.452500', '162138.912500', '162139.372500', '162139.832500', '162140.292500', '162140.752500', '162141.212500', '162141.672500', '162142.132500', '162142.592500', '162143.052500', '162143.512500', '162143.972500', '162144.432500', '162144.892500', '162145.352500', '162145.812500', '162146.272500', '162146.732500', '162147.192500', '162147.652500', '162148.112500', '162148.572500', '162149.032500', '162149.492500', '162149.952500', '162150.412500', '162150.872500', '162151.332500', '162151.792500', '162152.252500', '162152.712500', '162153.172500', '162153.632500', '162154.092500', '162154.552500', '162155.012500', '162155.472500', '162155.932500', '162156.392500', '162156.852500', '162157.312500', '162157.772500', '162158.232500', '162158.692500', '162159.152500', '162159.612500', '162200.072500', '162200.532500', '162200.992500', '162201.452500', '162201.912500', '162202.372500', '162202.832500', '162203.292500', '162203.752500', '162204.212500', '162204.672500', '162205.132500', '162205.592500', '162206.052500', '162206.512500', '162206.972500', '162207.432500', '162207.892500', '162208.352500', '162208.812500', '162209.272500', '162209.732500', '162210.192500', '162210.652500', '162211.112500', '162211.572500', '162212.032500', '162212.492500', '162212.952500', '162213.412500', '162213.872500', '162214.332500', '162214.792500', '162215.252500', '162215.712500', '162216.172500', '162216.632500', '162217.092500', '162217.552500', '162218.012500', '162218.472500', '162218.932500', '162219.392500', '162219.852500', '162220.312500', '162220.772500', '162221.232500', '162221.692500', '162222.152500', '162222.612500', '162223.072500', '162223.532500', '162223.992500', '162224.452500', '162224.912500', '162225.372500', '162225.832500', '162226.292500', '162226.752500', '162227.212500', '162227.672500', '162228.132500', '162228.592500', '162229.052500', '162229.512500', '162229.972500', '162230.432500', '162230.892500', '162231.352500', '162231.812500', '162232.272500', '162232.732500', '162233.192500', '162233.652500', '162234.112500', '162234.572500', '162235.032500', '162235.492500', '162235.952500', '162236.412500', '162236.872500', '162237.332500', '162237.792500', '162238.252500', '162238.712500', '162239.172500', '162239.632500', '162240.092500', '162240.552500', '162241.012500', '162241.472500', '162241.932500', '162242.392500', '162242.852500', '162243.312500', '162243.772500', '162244.232500', '162244.692500', '162245.152500', '162245.612500', '162246.072500', '162246.532500', '162246.992500', '162247.452500', '162247.912500', '162248.372500', '162248.832500', '162249.292500', '162249.752500', '162250.212500', '162250.672500', '162251.132500', '162251.592500', '162252.052500', '162252.512500', '162252.972500', '162253.432500', '162253.892500', '162254.352500', '162254.812500', '162255.272500', '162255.732500', '162256.192500', '162256.652500', '162257.112500', '162257.572500', '162258.032500', '162258.492500', '162258.952500', '162259.412500', '162259.872500', '162300.332500', '162300.792500', '162301.252500', '162301.712500', '162302.172500', '162302.632500', '162303.092500', '162303.552500', '162304.012500', '162304.472500', '162304.932500', '162305.392500', '162305.852500', '162306.312500', '162306.772500', '162307.232500', '162307.692500', '162308.152500', '162308.612500', '162309.072500', '162309.532500', '162309.992500', '162310.452500', '162310.912500', '162311.372500', '162311.832500', '162312.292500', '162312.752500', '162313.212500', '162313.672500', '162314.132500', '162314.592500', '162315.052500', '162315.512500', '162315.972500', '162316.432500', '162316.892500', '162317.352500', '162317.812500', '162318.272500', '162318.732500', '162319.192500', '162319.652500', '162320.112500', '162320.572500', '162321.032500', '162321.492500', '162321.952500', '162322.412500', '162322.872500', '162323.332500', '162323.792500', '162324.252500', '162324.712500', '162325.172500', '162325.632500', '162326.092500', '162326.552500', '162327.012500', '162327.472500', '162327.932500', '162328.392500', '162328.852500', '162329.312500', '162329.772500', '162330.232500', '162330.692500', '162331.152500', '162331.612500', '162332.072500', '162332.532500', '162332.992500', '162333.452500', '162333.912500', '162334.372500', '162334.832500', '162335.292500', '162335.752500', '162336.212500', '162336.672500', '162337.132500', '162337.592500', '162338.052500', '162338.512500', '162338.972500', '162339.432500', '162339.892500', '162340.352500', '162340.812500', '162341.272500', '162341.732500', '162342.192500', '162342.652500', '162343.112500', '162343.572500', '162344.032500', '162344.492500', '162344.952500', '162345.412500', '162345.872500', '162346.332500', '162346.792500', '162347.252500', '162347.712500', '162348.172500', '162348.632500', '162349.092500', '162349.552500', '162350.012500', '162350.472500', '162350.932500', '162351.392500', '162351.852500', '162352.312500', '162352.772500', '162353.232500', '162353.692500', '162354.152500', '162354.612500', '162355.072500', '162355.532500', '162355.992500', '162356.452500', '162356.912500', '162357.372500', '162357.832500', '162358.292500', '162358.752500', '162359.212500', '162359.672500', '162400.132500', '162400.592500', '162401.052500', '162401.512500', '162401.972500', '162402.432500', '162402.892500', '162403.352500', '162403.812500', '162404.272500', '162404.732500', '162405.192500', '162405.652500', '162406.112500', '162406.572500', '162407.032500', '162407.492500', '162407.952500', '162408.412500', '162408.872500', '162409.332500', '162409.792500', '162410.252500', '162410.712500', '162411.172500', '162411.632500', '162412.092500', '162412.552500', '162413.012500', '162413.472500', '162413.932500', '162414.392500', '162414.852500', '162415.312500', '162415.772500', '162416.232500', '162416.692500', '162417.152500', '162417.612500', '162418.072500', '162418.532500', '162418.992500', '162419.452500', '162419.912500', '162420.372500', '162420.832500', '162421.292500', '162421.752500', '162422.212500', '162422.672500', '162423.132500', '162423.592500', '162424.052500', '162424.512500', '162424.972500', '162425.432500', '162425.892500', '162426.352500', '162426.812500', '162427.272500', '162427.732500', '162428.192500', '162428.652500', '162429.112500', '162429.572500', '162430.032500', '162430.492500', '162430.952500', '162431.412500', '162431.872500', '162432.332500', '162432.792500', '162433.252500', '162433.712500', '162434.172500', '162434.632500', '162435.092500', '162435.552500', '162436.012500', '162436.472500', '162436.932500', '162437.392500', '162437.852500', '162438.312500', '162438.772500', '162439.232500', '162439.692500', '162440.152500', '162440.612500', '162441.072500', '162441.532500', '162441.992500', '162442.452500', '162442.912500', '162443.372500', '162443.832500', '162444.292500', '162444.752500', '162445.212500', '162445.672500', '162446.132500', '162446.592500', '162447.052500', '162447.512500', '162447.972500', '162448.432500', '162448.892500', '162449.352500', '162449.812500', '162450.272500', '162450.732500', '162451.192500', '162451.652500', '162452.112500', '162452.572500', '162453.032500', '162453.492500', '162453.952500', '162454.412500', '162454.872500', '162455.332500', '162455.792500', '162456.252500', '162456.712500', '162457.172500', '162457.632500', '162458.092500', '162458.552500', '162459.012500', '162459.472500', '162459.932500', '162500.392500', '162500.852500', '162501.312500', '162501.772500', '162502.232500', '162502.692500', '162503.152500', '162503.612500', '162504.072500', '162504.532500', '162504.992500', '162505.452500', '162505.912500', '162506.372500', '162506.832500', '162507.292500', '162507.752500', '162508.212500', '162508.672500', '162509.132500', '162509.592500', '162510.052500', '162510.512500', '162510.972500', '162511.432500', '162511.892500', '162512.352500', '162512.812500', '162513.272500', '162513.732500', '162514.192500', '162514.652500', '162515.112500', '162515.572500', '162516.032500', '162516.492500', '162516.952500', '162517.412500', '162517.872500', '162518.332500', '162518.792500', '162519.252500', '162519.712500', '162520.172500', '162520.632500', '162521.092500', '162521.552500', '162522.012500', '162522.472500', '162522.932500', '162523.392500', '162523.852500', '162524.312500', '162524.772500', '162525.232500', '162525.692500', '162526.152500', '162526.612500', '162527.072500', '162527.532500', '162527.992500', '162528.452500', '162528.912500', '162529.372500', '162529.832500', '162530.292500', '162530.752500', '162531.212500', '162531.672500', '162532.132500', '162532.592500', '162533.052500', '162533.512500', '162533.972500', '162534.432500', '162534.892500', '162535.352500', '162535.812500', '162536.272500', '162536.732500', '162537.192500', '162537.652500', '162538.112500', '162538.572500', '162539.032500', '162539.492500', '162539.952500', '162540.412500', '162540.872500', '162541.332500', '162541.792500', '162542.252500', '162542.712500', '162543.172500', '162543.632500', '162544.092500', '162544.552500', '162545.012500', '162545.472500', '162545.932500', '162546.392500', '162546.852500', '162547.312500', '162547.772500', '162548.232500', '162548.692500', '162549.152500', '162549.612500', '162550.072500', '162550.532500', '162550.992500', '162551.452500', '162551.912500', '162552.372500', '162552.832500', '162553.292500', '162553.752500', '162554.212500', '162554.672500', '162555.132500', '162555.592500', '162556.052500', '162556.512500', '162556.972500', '162557.432500', '162557.892500', '162558.352500', '162558.812500', '162559.272500', '162559.732500', '162600.192500', '162600.652500', '162601.112500', '162601.572500', '162602.032500', '162602.492500', '162602.952500', '162603.412500', '162603.872500', '162604.332500', '162604.792500', '162605.252500', '162605.712500', '162606.172500', '162606.632500', '162607.092500', '162607.552500', '162608.012500', '162608.472500', '162608.932500', '162609.392500', '162609.852500', '162610.312500', '162610.772500', '162611.232500', '162611.692500', '162612.152500', '162612.612500', '162613.072500', '162613.532500', '162613.992500', '162614.452500', '162614.912500', '162615.372500', '162615.832500', '162616.292500', '162616.752500', '162617.212500', '162617.672500', '162618.132500', '162618.592500', '162619.052500', '162619.512500', '162619.972500', '162620.432500', '162620.892500', '162621.352500', '162621.812500', '162622.272500', '162622.732500', '162623.192500', '162623.652500', '162624.112500', '162624.572500', '162625.032500', '162625.492500', '162625.952500', '162626.412500', '162626.872500', '162627.332500', '162627.792500', '162628.252500', '162628.712500', '162629.172500', '162629.632500', '162630.092500', '162630.552500', '162631.012500', '162631.472500', '162631.932500', '162632.392500', '162632.852500', '162633.312500', '162633.772500', '162634.232500', '162634.692500', '162635.152500', '162635.612500', '162636.072500', '162636.532500', '162636.992500', '162637.452500', '162637.912500', '162638.372500', '162638.832500', '162639.292500', '162639.752500', '162640.212500', '162640.672500', '162641.132500', '162641.592500', '162642.052500', '162642.512500', '162642.972500', '162643.432500', '162643.892500', '162644.352500', '162644.812500', '162645.272500', '162645.732500', '162646.192500', '162646.652500', '162647.112500', '162647.572500', '162648.032500', '162648.492500', '162648.952500', '162649.412500', '162649.872500', '162650.332500', '162650.792500', '162651.252500', '162651.712500', '162652.172500', '162652.632500', '162653.092500', '162653.552500', '162654.012500', '162654.472500', '162654.932500', '162655.392500', '162655.852500', '162656.312500', '162656.772500', '162657.232500', '162657.692500', '162658.152500', '162658.612500', '162659.072500', '162659.532500', '162659.992500', '162700.452500', '162700.912500', '162701.372500', '162701.832500', '162702.292500', '162702.752500', '162703.212500', '162703.672500', '162704.132500', '162704.592500', '162705.052500', '162705.512500', '162705.972500', '162706.432500', '162706.892500', '162707.352500', '162707.812500', '162708.272500', '162708.732500', '162709.192500', '162709.652500', '162710.112500', '162710.572500', '162711.032500', '162711.492500', '162711.952500', '162712.412500', '162712.872500', '162713.332500', '162713.792500', '162714.252500', '162714.712500', '162715.172500', '162715.632500', '162716.092500', '162716.552500', '162717.012500', '162717.472500', '162717.932500', '162718.392500', '162718.852500', '162719.312500', '162719.772500', '162720.232500', '162720.692500', '162721.152500', '162721.612500', '162722.072500', '162722.532500', '162722.992500', '162723.452500', '162723.912500', '162724.372500', '162724.832500', '162725.292500', '162725.752500', '162726.212500', '162726.672500', '162727.132500', '162727.592500', '162728.052500', '162728.512500', '162728.972500', '162729.432500', '162729.892500', '162730.352500', '162730.812500', '162731.272500', '162731.732500', '162732.192500', '162732.652500', '162733.112500', '162733.572500', '162734.032500', '162734.492500', '162734.952500', '162735.412500', '162735.872500', '162736.332500', '162736.792500', '162737.252500', '162737.712500', '162738.172500', '162738.632500', '162739.092500', '162739.552500', '162740.012500', '162740.472500', '162740.932500', '162741.392500', '162741.852500', '162742.312500', '162742.772500', '162743.232500', '162743.692500', '162744.152500', '162744.612500', '162745.072500', '162745.532500', '162745.992500', '162746.452500', '162746.912500', '162747.372500', '162747.832500', '162748.292500', '162748.752500', '162749.212500', '162749.672500', '162750.132500', '162750.592500', '162751.052500', '162751.512500', '162751.972500', '162752.432500', '162752.892500', '162753.352500', '162753.812500', '162754.272500', '162754.732500', '162755.192500', '162755.652500', '162756.112500', '162756.572500', '162757.032500', '162757.492500', '162757.952500', '162758.412500', '162758.872500', '162759.332500', '162759.792500', '162800.252500', '162800.712500', '162801.172500', '162801.632500', '162802.092500', '162802.552500', '162803.012500', '162803.472500', '162803.932500', '162804.392500', '162804.852500', '162805.312500', '162805.772500'], 'ContentTime': ['161827.662000', '161827.665000', '161827.668000', '161827.671000', '161827.673000', '161827.676000', '161827.678000', '161827.681000', '161827.684000', '161827.698000', '161827.701000', '161827.703000', '161827.706000', '161827.709000', '161827.711000', '161827.714000', '161827.716000', '161827.719000', '161827.722000', '161827.724000', '161827.727000', '161827.734000', '161827.736000', '161827.739000', '161827.742000', '161827.744000', '161827.747000', '161827.749000', '161827.752000', '161827.755000', '161827.757000', '161827.760000', '161827.762000', '161827.765000', '161827.768000', '161827.770000', '161827.773000', '161827.775000', '161827.778000', '161847.634000', '161847.636000', '161847.639000', '161847.648000', '161847.651000', '161847.653000', '161847.656000', '161847.659000', '161847.661000', '161847.664000', '161847.666000', '161847.669000', '161847.671000', '161847.674000', '161847.676000', '161847.679000', '161847.682000', '161847.684000', '161847.687000', '161847.689000', '161847.692000', '161847.695000', '161847.697000', '161847.700000', '161847.702000', '161847.705000', '161847.707000', '161847.710000', '161847.713000', '161847.715000', '161847.718000', '161847.720000', '161847.723000', '161847.725000', '161847.728000', '161847.731000', '161847.733000', '161847.736000', '161847.738000', '161847.741000', '161847.743000', '161847.746000', '161847.749000', '161907.633000', '161907.635000', '161907.638000', '161907.641000', '161907.643000', '161907.646000', '161907.648000', '161907.651000', '161907.654000', '161907.656000', '161907.659000', '161907.661000', '161907.664000', '161907.667000', '161907.669000', '161907.672000', '161907.674000', '161907.677000', '161907.680000', '161907.682000', '161907.685000', '161907.687000', '161907.690000', '161907.693000', '161907.695000', '161907.698000', '161907.701000', '161907.703000', '161907.706000', '161907.708000', '161907.711000', '161907.714000', '161907.716000', '161907.719000', '161907.721000', '161907.724000', '161907.727000', '161907.729000', '161907.732000', '161907.734000', '161907.737000', '161907.740000', '161907.742000', '161907.745000', '161927.633000', '161927.636000', '161927.639000', '161927.642000', '161927.644000', '161927.647000', '161927.650000', '161927.652000', '161927.655000', '161927.657000', '161927.660000', '161927.663000', '161927.665000', '161927.668000', '161927.679000', '161927.682000', '161927.684000', '161927.687000', '161927.690000', '161927.692000', '161927.695000', '161927.697000', '161927.700000', '161927.703000', '161927.705000', '161927.708000', '161927.710000', '161927.713000', '161927.716000', '161927.718000', '161927.721000', '161927.723000', '161927.726000', '161927.728000', '161927.731000', '161927.734000', '161927.736000', '161927.739000', '161927.742000', '161927.744000', '161927.747000', '161927.749000', '161927.752000', '161947.634000', '161947.637000', '161947.639000', '161947.642000', '161947.644000', '161947.647000', '161947.650000', '161947.652000', '161947.655000', '161947.657000', '161947.660000', '161947.663000', '161947.665000', '161947.668000', '161947.670000', '161947.673000', '161947.676000', '161947.678000', '161947.681000', '161947.684000', '161947.686000', '161947.689000', '161947.691000', '161947.694000', '161947.697000', '161947.699000', '161947.702000', '161947.704000', '161947.707000', '161947.709000', '161947.712000', '161947.715000', '161947.717000', '161947.720000', '161947.722000', '161947.725000', '161947.727000', '161947.730000', '161947.732000', '161947.735000', '161947.738000', '161947.740000', '161947.743000', '161947.745000', '162007.634000', '162007.637000', '162007.639000', '162007.642000', '162007.644000', '162007.647000', '162007.650000', '162007.652000', '162007.655000', '162007.657000', '162007.660000', '162007.663000', '162007.665000', '162007.668000', '162007.671000', '162007.673000', '162007.676000', '162007.678000', '162007.681000', '162007.683000', '162007.686000', '162007.689000', '162007.691000', '162007.694000', '162007.696000', '162007.699000', '162007.702000', '162007.705000', '162007.707000', '162007.710000', '162007.712000', '162007.715000', '162007.721000', '162007.724000', '162007.726000', '162007.729000', '162007.732000', '162007.734000', '162007.737000', '162007.739000', '162007.742000', '162007.745000', '162007.747000', '162027.633000', '162027.636000', '162027.639000', '162027.641000', '162027.644000', '162027.647000', '162027.649000', '162027.652000', '162027.655000', '162027.657000', '162027.660000', '162027.665000', '162027.668000', '162027.671000', '162027.673000', '162027.676000', '162027.678000', '162027.681000', '162027.684000', '162027.686000', '162027.689000', '162027.692000', '162027.694000', '162027.697000', '162027.699000', '162027.702000', '162027.705000', '162027.707000', '162027.710000', '162027.712000', '162027.720000', '162027.723000', '162027.725000', '162027.728000', '162027.731000', '162027.733000', '162027.736000', '162027.738000', '162027.741000', '162027.744000', '162027.746000', '162027.749000', '162027.752000', '162047.633000', '162047.636000', '162047.639000', '162047.642000', '162047.644000', '162047.647000', '162047.649000', '162047.652000', '162047.654000', '162047.657000', '162047.660000', '162047.662000', '162047.665000', '162047.667000', '162047.670000', '162047.672000', '162047.675000', '162047.678000', '162047.680000', '162047.683000', '162047.685000', '162047.688000', '162047.691000', '162047.693000', '162047.696000', '162047.698000', '162047.701000', '162047.704000', '162047.706000', '162047.709000', '162047.712000', '162047.714000', '162047.717000', '162047.719000', '162047.722000', '162047.725000', '162047.727000', '162047.730000', '162047.732000', '162047.735000', '162047.738000', '162047.740000', '162047.743000', '162047.745000', '162107.632000', '162107.635000', '162107.638000', '162107.640000', '162107.643000', '162107.646000', '162107.648000', '162107.651000', '162107.653000', '162107.656000', '162107.670000', '162107.673000', '162107.676000', '162107.678000', '162107.681000', '162107.684000', '162107.686000', '162107.689000', '162107.691000', '162107.694000', '162107.697000', '162107.699000', '162107.702000', '162107.704000', '162107.707000', '162107.710000', '162107.712000', '162107.715000', '162107.717000', '162107.720000', '162107.722000', '162107.725000', '162107.728000', '162107.730000', '162107.733000', '162107.736000', '162107.738000', '162107.741000', '162107.743000', '162107.746000', '162107.749000', '162107.752000', '162107.754000', '162127.632000', '162127.635000', '162127.638000', '162127.640000', '162127.643000', '162127.646000', '162127.648000', '162127.651000', '162127.654000', '162127.656000', '162127.659000', '162127.661000', '162127.664000', '162127.667000', '162127.669000', '162127.672000', '162127.675000', '162127.677000', '162127.680000', '162127.682000', '162127.685000', '162127.688000', '162127.690000', '162127.693000', '162127.696000', '162127.698000', '162127.701000', '162127.703000', '162127.706000', '162127.709000', '162127.711000', '162127.714000', '162127.716000', '162127.719000', '162127.721000', '162127.724000', '162127.726000', '162127.729000', '162127.732000', '162127.734000', '162127.737000', '162127.739000', '162127.742000', '162127.745000', '162147.634000', '162147.637000', '162147.639000', '162147.642000', '162147.645000', '162147.647000', '162147.650000', '162147.653000', '162147.655000', '162147.658000', '162147.661000', '162147.663000', '162147.666000', '162147.668000', '162147.671000', '162147.674000', '162147.676000', '162147.679000', '162147.681000', '162147.684000', '162147.687000', '162147.689000', '162147.692000', '162147.694000', '162147.697000', '162147.700000', '162147.702000', '162147.706000', '162147.709000', '162147.711000', '162147.714000', '162147.716000', '162147.719000', '162147.722000', '162147.724000', '162147.727000', '162147.729000', '162147.732000', '162147.735000', '162147.737000', '162147.740000', '162147.742000', '162147.745000', '162207.634000', '162207.637000', '162207.639000', '162207.642000', '162207.644000', '162207.647000', '162207.650000', '162207.652000', '162207.655000', '162207.657000', '162207.660000', '162207.663000', '162207.665000', '162207.668000', '162207.670000', '162207.673000', '162207.676000', '162207.678000', '162207.681000', '162207.684000', '162207.686000', '162207.689000', '162207.691000', '162207.694000', '162207.697000', '162207.699000', '162207.702000', '162207.705000', '162207.707000', '162207.710000', '162207.712000', '162207.715000', '162207.717000', '162207.720000', '162207.723000', '162207.725000', '162207.728000', '162207.730000', '162207.733000', '162207.735000', '162207.738000', '162207.741000', '162207.743000', '162207.746000', '162227.634000', '162227.636000', '162227.639000', '162227.642000', '162227.644000', '162227.647000', '162227.649000', '162227.652000', '162227.655000', '162227.657000', '162227.660000', '162227.662000', '162227.665000', '162227.668000', '162227.670000', '162227.673000', '162227.675000', '162227.678000', '162227.680000', '162227.683000', '162227.686000', '162227.688000', '162227.691000', '162227.694000', '162227.696000', '162227.699000', '162227.701000', '162227.704000', '162227.707000', '162227.709000', '162227.712000', '162227.715000', '162227.717000', '162227.720000', '162227.722000', '162227.732000', '162227.735000', '162227.737000', '162227.740000', '162227.742000', '162227.745000', '162227.747000', '162227.750000', '162247.634000', '162247.637000', '162247.640000', '162247.642000', '162247.645000', '162247.647000', '162247.650000', '162247.653000', '162247.655000', '162247.658000', '162247.661000', '162247.663000', '162247.666000', '162247.668000', '162247.671000', '162247.674000', '162247.676000', '162247.679000', '162247.682000', '162247.684000', '162247.687000', '162247.689000', '162247.692000', '162247.695000', '162247.697000', '162247.700000', '162247.703000', '162247.705000', '162247.708000', '162247.711000', '162247.713000', '162247.716000', '162247.719000', '162247.721000', '162247.724000', '162247.727000', '162247.729000', '162247.732000', '162247.734000', '162247.737000', '162247.740000', '162247.742000', '162247.745000', '162247.747000', '162307.634000', '162307.636000', '162307.639000', '162307.642000', '162307.644000', '162307.647000', '162307.649000', '162307.652000', '162307.655000', '162307.657000', '162307.660000', '162307.662000', '162307.665000', '162307.668000', '162307.670000', '162307.673000', '162307.675000', '162307.678000', '162307.680000', '162307.683000', '162307.686000', '162307.688000', '162307.691000', '162307.693000', '162307.696000', '162307.699000', '162307.701000', '162307.704000', '162307.707000', '162307.709000', '162307.712000', '162307.715000', '162307.717000', '162307.720000', '162307.723000', '162307.725000', '162307.728000', '162307.730000', '162307.733000', '162307.736000', '162307.738000', '162307.741000', '162307.745000', '162327.632000', '162327.635000', '162327.638000', '162327.641000', '162327.643000', '162327.646000', '162327.649000', '162327.651000', '162327.654000', '162327.657000', '162327.659000', '162327.662000', '162327.664000', '162327.667000', '162327.670000', '162327.672000', '162327.679000', '162327.682000', '162327.684000', '162327.687000', '162327.690000', '162327.692000', '162327.695000', '162327.698000', '162327.700000', '162327.703000', '162327.705000', '162327.708000', '162327.710000', '162327.713000', '162327.716000', '162327.718000', '162327.721000', '162327.723000', '162327.726000', '162327.729000', '162327.731000', '162327.734000', '162327.736000', '162327.739000', '162327.742000', '162327.744000', '162327.747000', '162327.750000', '162347.632000', '162347.635000', '162347.638000', '162347.641000', '162347.643000', '162347.646000', '162347.648000', '162347.651000', '162347.654000', '162347.656000', '162347.659000', '162347.662000', '162347.664000', '162347.667000', '162347.670000', '162347.672000', '162347.675000', '162347.678000', '162347.680000', '162347.683000', '162347.685000', '162347.688000', '162347.691000', '162347.693000', '162347.696000', '162347.699000', '162347.701000', '162347.704000', '162347.707000', '162347.709000', '162347.712000', '162347.714000', '162347.717000', '162347.719000', '162347.723000', '162347.726000', '162347.728000', '162347.731000', '162347.734000', '162347.736000', '162347.739000', '162347.741000', '162347.744000', '162407.634000', '162407.637000', '162407.639000', '162407.655000', '162407.659000', '162407.661000', '162407.664000', '162407.666000', '162407.669000', '162407.672000', '162407.674000', '162407.677000', '162407.679000', '162407.682000', '162407.685000', '162407.687000', '162407.690000', '162407.693000', '162407.695000', '162407.698000', '162407.701000', '162407.703000', '162407.706000', '162407.708000', '162407.711000', '162407.714000', '162407.717000', '162407.719000', '162407.722000', '162407.725000', '162407.727000', '162407.730000', '162407.732000', '162407.735000', '162407.738000', '162407.740000', '162407.743000', '162407.745000', '162407.748000', '162407.752000', '162407.755000', '162407.757000', '162407.760000', '162407.762000', '162427.634000', '162427.637000', '162427.639000', '162427.642000', '162427.644000', '162427.647000', '162427.650000', '162427.652000', '162427.655000', '162427.657000', '162427.660000', '162427.663000', '162427.665000', '162427.668000', '162427.670000', '162427.673000', '162427.676000', '162427.678000', '162427.681000', '162427.683000', '162427.686000', '162427.689000', '162427.691000', '162427.694000', '162427.697000', '162427.699000', '162427.702000', '162427.704000', '162427.707000', '162427.710000', '162427.712000', '162427.715000', '162427.718000', '162427.720000', '162427.723000', '162427.726000', '162427.728000', '162427.731000', '162427.733000', '162427.736000', '162427.739000', '162427.741000', '162427.744000', '162447.633000', '162447.636000', '162447.639000', '162447.642000', '162447.644000', '162447.647000', '162447.649000', '162447.652000', '162447.655000', '162447.657000', '162447.660000', '162447.663000', '162447.665000', '162447.668000', '162447.670000', '162447.673000', '162447.676000', '162447.678000', '162447.681000', '162447.683000', '162447.686000', '162447.689000', '162447.691000', '162447.694000', '162447.697000', '162447.699000', '162447.702000', '162447.705000', '162447.707000', '162447.710000', '162447.712000', '162447.715000', '162447.718000', '162447.720000', '162447.723000', '162447.725000', '162447.728000', '162447.731000', '162447.733000', '162447.736000', '162447.738000', '162447.741000', '162447.744000', '162447.747000', '162507.634000', '162507.637000', '162507.639000', '162507.642000', '162507.645000', '162507.647000', '162507.650000', '162507.652000', '162507.655000', '162507.657000', '162507.660000', '162507.663000', '162507.665000', '162507.668000', '162507.671000', '162507.673000', '162507.676000', '162507.678000', '162507.681000', '162507.684000', '162507.686000', '162507.689000', '162507.691000', '162507.694000', '162507.697000', '162507.699000', '162507.702000', '162507.705000', '162507.715000', '162507.717000', '162507.720000', '162507.722000', '162507.725000', '162507.727000', '162507.730000', '162507.740000', '162507.743000', '162507.746000', '162507.748000', '162507.751000', '162507.754000', '162507.756000', '162507.759000', '162527.634000', '162527.637000', '162527.640000', '162527.642000', '162527.645000', '162527.647000', '162527.650000', '162527.653000', '162527.655000', '162527.658000', '162527.660000', '162527.663000', '162527.666000', '162527.668000', '162527.695000', '162527.698000', '162527.700000', '162527.703000', '162527.706000', '162527.708000', '162527.711000', '162527.713000', '162527.716000', '162527.718000', '162527.721000', '162527.723000', '162527.726000', '162527.729000', '162527.731000', '162527.734000', '162527.737000', '162527.739000', '162527.742000', '162527.744000', '162527.747000', '162527.749000', '162527.752000', '162527.754000', '162527.757000', '162527.760000', '162527.762000', '162527.765000', '162527.767000', '162527.770000', '162547.633000', '162547.635000', '162547.638000', '162547.641000', '162547.643000', '162547.646000', '162547.648000', '162547.651000', '162547.653000', '162547.656000', '162547.659000', '162547.661000', '162547.664000', '162547.667000', '162547.669000', '162547.672000', '162547.675000', '162547.678000', '162547.680000', '162547.683000', '162547.685000', '162547.688000', '162547.691000', '162547.693000', '162547.696000', '162547.699000', '162547.701000', '162547.704000', '162547.706000', '162547.709000', '162547.712000', '162547.714000', '162547.717000', '162547.720000', '162547.722000', '162547.725000', '162547.727000', '162547.730000', '162547.732000', '162547.735000', '162547.738000', '162547.740000', '162547.743000', '162607.634000', '162607.636000', '162607.639000', '162607.642000', '162607.644000', '162607.647000', '162607.649000', '162607.652000', '162607.654000', '162607.657000', '162607.660000', '162607.662000', '162607.665000', '162607.668000', '162607.670000', '162607.673000', '162607.675000', '162607.678000', '162607.681000', '162607.683000', '162607.686000', '162607.689000', '162607.691000', '162607.694000', '162607.696000', '162607.699000', '162607.702000', '162607.704000', '162607.707000', '162607.709000', '162607.712000', '162607.715000', '162607.717000', '162607.720000', '162607.722000', '162607.725000', '162607.727000', '162607.730000', '162607.732000', '162607.735000', '162607.738000', '162607.740000', '162607.743000', '162607.745000', '162627.633000', '162627.636000', '162627.639000', '162627.641000', '162627.644000', '162627.647000', '162627.649000', '162627.652000', '162627.654000', '162627.657000', '162627.659000', '162627.662000', '162627.665000', '162627.667000', '162627.670000', '162627.672000', '162627.675000', '162627.678000', '162627.680000', '162627.683000', '162627.685000', '162627.688000', '162627.691000', '162627.693000', '162627.696000', '162627.699000', '162627.701000', '162627.704000', '162627.706000', '162627.709000', '162627.711000', '162627.714000', '162627.716000', '162627.719000', '162627.722000', '162627.724000', '162627.727000', '162627.729000', '162627.732000', '162627.735000', '162627.737000', '162627.740000', '162627.742000', '162647.634000', '162647.636000', '162647.639000', '162647.641000', '162647.644000', '162647.647000', '162647.650000', '162647.652000', '162647.655000', '162647.658000', '162647.692000', '162647.695000', '162647.698000', '162647.701000', '162647.703000', '162647.706000', '162647.708000', '162647.711000', '162647.714000', '162647.716000', '162647.719000', '162647.721000', '162647.724000', '162647.726000', '162647.729000', '162647.732000', '162647.735000', '162647.737000', '162647.740000', '162647.742000', '162647.745000', '162647.748000', '162647.750000', '162647.753000', '162647.755000', '162647.758000', '162647.761000', '162647.763000', '162647.766000', '162647.768000', '162647.771000', '162647.774000', '162647.776000', '162647.779000', '162707.634000', '162707.637000', '162707.639000', '162707.642000', '162707.645000', '162707.647000', '162707.650000', '162707.653000', '162707.655000', '162707.658000', '162707.661000', '162707.663000', '162707.666000', '162707.668000', '162707.671000', '162707.674000', '162707.676000', '162707.679000', '162707.682000', '162707.684000', '162707.687000', '162707.690000', '162707.692000', '162707.695000', '162707.698000', '162707.700000', '162707.703000', '162707.705000', '162707.708000', '162707.711000', '162707.713000', '162707.716000', '162707.718000', '162707.721000', '162707.723000', '162707.726000', '162707.729000', '162707.731000', '162707.734000', '162707.737000', '162707.739000', '162707.742000', '162707.745000', '162727.634000', '162727.636000', '162727.639000', '162727.642000', '162727.644000', '162727.647000', '162727.650000', '162727.652000', '162727.655000', '162727.658000', '162727.660000', '162727.663000', '162727.666000', '162727.668000', '162727.671000', '162727.674000', '162727.676000', '162727.679000', '162727.681000', '162727.684000', '162727.687000', '162727.689000', '162727.692000', '162727.695000', '162727.697000', '162727.700000', '162727.703000', '162727.705000', '162727.708000', '162727.710000', '162727.713000', '162727.716000', '162727.718000', '162727.721000', '162727.723000', '162727.726000', '162727.729000', '162727.731000', '162727.734000', '162727.736000', '162727.739000', '162727.742000', '162727.744000', '162727.747000', '162747.633000', '162747.644000', '162747.646000', '162747.649000', '162747.651000', '162747.654000', '162747.657000', '162747.659000', '162747.662000', '162747.665000', '162747.667000', '162747.670000', '162747.672000', '162747.675000', '162747.678000', '162747.680000', '162747.683000', '162747.686000', '162747.688000', '162747.691000', '162747.693000', '162747.696000', '162747.699000', '162747.701000', '162747.704000', '162747.707000', '162747.709000', '162747.712000', '162747.714000', '162747.717000', '162747.720000', '162747.722000', '162747.725000', '162747.728000', '162747.730000', '162747.733000', '162747.736000', '162747.738000', '162747.741000', '162747.744000', '162747.746000', '162747.749000', '162747.751000', '162806.692000', '162806.695000', '162806.698000', '162806.700000', '162806.703000', '162806.706000', '162806.709000', '162806.712000', '162806.714000', '162806.717000', '162806.720000', '162806.722000', '162806.725000', '162806.727000', '162806.730000', '162806.733000', '162806.736000', '162806.738000', '162806.741000', '162806.744000', '162806.747000', '162806.751000', '162806.754000', '162806.757000', '162806.761000', '162806.764000', '162806.767000', '162806.770000', '162806.773000', '162806.776000', '162806.779000', '162806.782000', '162806.784000', '162806.787000', '162806.790000', '162806.795000', '162806.798000', '162806.800000', '162806.804000', '162806.808000', '162806.811000', '162806.814000'], 'InstanceCreationTime': ['161827.662000', '161827.665000', '161827.668000', '161827.671000', '161827.673000', '161827.676000', '161827.678000', '161827.681000', '161827.684000', '161827.698000', '161827.701000', '161827.703000', '161827.706000', '161827.709000', '161827.711000', '161827.714000', '161827.716000', '161827.719000', '161827.722000', '161827.724000', '161827.727000', '161827.734000', '161827.736000', '161827.739000', '161827.742000', '161827.744000', '161827.747000', '161827.749000', '161827.752000', '161827.755000', '161827.757000', '161827.760000', '161827.762000', '161827.765000', '161827.768000', '161827.770000', '161827.773000', '161827.775000', '161827.778000', '161847.634000', '161847.636000', '161847.639000', '161847.648000', '161847.651000', '161847.653000', '161847.656000', '161847.659000', '161847.661000', '161847.664000', '161847.666000', '161847.669000', '161847.671000', '161847.674000', '161847.676000', '161847.679000', '161847.682000', '161847.684000', '161847.687000', '161847.689000', '161847.692000', '161847.695000', '161847.697000', '161847.700000', '161847.702000', '161847.705000', '161847.707000', '161847.710000', '161847.713000', '161847.715000', '161847.718000', '161847.720000', '161847.723000', '161847.725000', '161847.728000', '161847.731000', '161847.733000', '161847.736000', '161847.738000', '161847.741000', '161847.743000', '161847.746000', '161847.749000', '161907.633000', '161907.635000', '161907.638000', '161907.641000', '161907.643000', '161907.646000', '161907.648000', '161907.651000', '161907.654000', '161907.656000', '161907.659000', '161907.661000', '161907.664000', '161907.667000', '161907.669000', '161907.672000', '161907.674000', '161907.677000', '161907.680000', '161907.682000', '161907.685000', '161907.687000', '161907.690000', '161907.693000', '161907.695000', '161907.698000', '161907.701000', '161907.703000', '161907.706000', '161907.708000', '161907.711000', '161907.714000', '161907.716000', '161907.719000', '161907.721000', '161907.724000', '161907.727000', '161907.729000', '161907.732000', '161907.734000', '161907.737000', '161907.740000', '161907.742000', '161907.745000', '161927.633000', '161927.636000', '161927.639000', '161927.642000', '161927.644000', '161927.647000', '161927.650000', '161927.652000', '161927.655000', '161927.657000', '161927.660000', '161927.663000', '161927.665000', '161927.668000', '161927.679000', '161927.682000', '161927.684000', '161927.687000', '161927.690000', '161927.692000', '161927.695000', '161927.697000', '161927.700000', '161927.703000', '161927.705000', '161927.708000', '161927.710000', '161927.713000', '161927.716000', '161927.718000', '161927.721000', '161927.723000', '161927.726000', '161927.728000', '161927.731000', '161927.734000', '161927.736000', '161927.739000', '161927.742000', '161927.744000', '161927.747000', '161927.749000', '161927.752000', '161947.634000', '161947.637000', '161947.639000', '161947.642000', '161947.644000', '161947.647000', '161947.650000', '161947.652000', '161947.655000', '161947.657000', '161947.660000', '161947.663000', '161947.665000', '161947.668000', '161947.670000', '161947.673000', '161947.676000', '161947.678000', '161947.681000', '161947.684000', '161947.686000', '161947.689000', '161947.691000', '161947.694000', '161947.697000', '161947.699000', '161947.702000', '161947.704000', '161947.707000', '161947.709000', '161947.712000', '161947.715000', '161947.717000', '161947.720000', '161947.722000', '161947.725000', '161947.727000', '161947.730000', '161947.732000', '161947.735000', '161947.738000', '161947.740000', '161947.743000', '161947.745000', '162007.634000', '162007.637000', '162007.639000', '162007.642000', '162007.644000', '162007.647000', '162007.650000', '162007.652000', '162007.655000', '162007.657000', '162007.660000', '162007.663000', '162007.665000', '162007.668000', '162007.671000', '162007.673000', '162007.676000', '162007.678000', '162007.681000', '162007.683000', '162007.686000', '162007.689000', '162007.691000', '162007.694000', '162007.696000', '162007.699000', '162007.702000', '162007.705000', '162007.707000', '162007.710000', '162007.712000', '162007.715000', '162007.721000', '162007.724000', '162007.726000', '162007.729000', '162007.732000', '162007.734000', '162007.737000', '162007.739000', '162007.742000', '162007.745000', '162007.747000', '162027.633000', '162027.636000', '162027.639000', '162027.641000', '162027.644000', '162027.647000', '162027.649000', '162027.652000', '162027.655000', '162027.657000', '162027.660000', '162027.665000', '162027.668000', '162027.671000', '162027.673000', '162027.676000', '162027.678000', '162027.681000', '162027.684000', '162027.686000', '162027.689000', '162027.692000', '162027.694000', '162027.697000', '162027.699000', '162027.702000', '162027.705000', '162027.707000', '162027.710000', '162027.712000', '162027.720000', '162027.723000', '162027.725000', '162027.728000', '162027.731000', '162027.733000', '162027.736000', '162027.738000', '162027.741000', '162027.744000', '162027.746000', '162027.749000', '162027.752000', '162047.633000', '162047.636000', '162047.639000', '162047.642000', '162047.644000', '162047.647000', '162047.649000', '162047.652000', '162047.654000', '162047.657000', '162047.660000', '162047.662000', '162047.665000', '162047.667000', '162047.670000', '162047.672000', '162047.675000', '162047.678000', '162047.680000', '162047.683000', '162047.685000', '162047.688000', '162047.691000', '162047.693000', '162047.696000', '162047.698000', '162047.701000', '162047.704000', '162047.706000', '162047.709000', '162047.712000', '162047.714000', '162047.717000', '162047.719000', '162047.722000', '162047.725000', '162047.727000', '162047.730000', '162047.732000', '162047.735000', '162047.738000', '162047.740000', '162047.743000', '162047.745000', '162107.632000', '162107.635000', '162107.638000', '162107.640000', '162107.643000', '162107.646000', '162107.648000', '162107.651000', '162107.653000', '162107.656000', '162107.670000', '162107.673000', '162107.676000', '162107.678000', '162107.681000', '162107.684000', '162107.686000', '162107.689000', '162107.691000', '162107.694000', '162107.697000', '162107.699000', '162107.702000', '162107.704000', '162107.707000', '162107.710000', '162107.712000', '162107.715000', '162107.717000', '162107.720000', '162107.722000', '162107.725000', '162107.728000', '162107.730000', '162107.733000', '162107.736000', '162107.738000', '162107.741000', '162107.743000', '162107.746000', '162107.749000', '162107.752000', '162107.754000', '162127.632000', '162127.635000', '162127.638000', '162127.640000', '162127.643000', '162127.646000', '162127.648000', '162127.651000', '162127.654000', '162127.656000', '162127.659000', '162127.661000', '162127.664000', '162127.667000', '162127.669000', '162127.672000', '162127.675000', '162127.677000', '162127.680000', '162127.682000', '162127.685000', '162127.688000', '162127.690000', '162127.693000', '162127.696000', '162127.698000', '162127.701000', '162127.703000', '162127.706000', '162127.709000', '162127.711000', '162127.714000', '162127.716000', '162127.719000', '162127.721000', '162127.724000', '162127.726000', '162127.729000', '162127.732000', '162127.734000', '162127.737000', '162127.739000', '162127.742000', '162127.745000', '162147.634000', '162147.637000', '162147.639000', '162147.642000', '162147.645000', '162147.647000', '162147.650000', '162147.653000', '162147.655000', '162147.658000', '162147.661000', '162147.663000', '162147.666000', '162147.668000', '162147.671000', '162147.674000', '162147.676000', '162147.679000', '162147.681000', '162147.684000', '162147.687000', '162147.689000', '162147.692000', '162147.694000', '162147.697000', '162147.700000', '162147.702000', '162147.706000', '162147.709000', '162147.711000', '162147.714000', '162147.716000', '162147.719000', '162147.722000', '162147.724000', '162147.727000', '162147.729000', '162147.732000', '162147.735000', '162147.737000', '162147.740000', '162147.742000', '162147.745000', '162207.634000', '162207.637000', '162207.639000', '162207.642000', '162207.644000', '162207.647000', '162207.650000', '162207.652000', '162207.655000', '162207.657000', '162207.660000', '162207.663000', '162207.665000', '162207.668000', '162207.670000', '162207.673000', '162207.676000', '162207.678000', '162207.681000', '162207.684000', '162207.686000', '162207.689000', '162207.691000', '162207.694000', '162207.697000', '162207.699000', '162207.702000', '162207.705000', '162207.707000', '162207.710000', '162207.712000', '162207.715000', '162207.717000', '162207.720000', '162207.723000', '162207.725000', '162207.728000', '162207.730000', '162207.733000', '162207.735000', '162207.738000', '162207.741000', '162207.743000', '162207.746000', '162227.634000', '162227.636000', '162227.639000', '162227.642000', '162227.644000', '162227.647000', '162227.649000', '162227.652000', '162227.655000', '162227.657000', '162227.660000', '162227.662000', '162227.665000', '162227.668000', '162227.670000', '162227.673000', '162227.675000', '162227.678000', '162227.680000', '162227.683000', '162227.686000', '162227.688000', '162227.691000', '162227.694000', '162227.696000', '162227.699000', '162227.701000', '162227.704000', '162227.707000', '162227.709000', '162227.712000', '162227.715000', '162227.717000', '162227.720000', '162227.722000', '162227.732000', '162227.735000', '162227.737000', '162227.740000', '162227.742000', '162227.745000', '162227.747000', '162227.750000', '162247.634000', '162247.637000', '162247.640000', '162247.642000', '162247.645000', '162247.647000', '162247.650000', '162247.653000', '162247.655000', '162247.658000', '162247.661000', '162247.663000', '162247.666000', '162247.668000', '162247.671000', '162247.674000', '162247.676000', '162247.679000', '162247.682000', '162247.684000', '162247.687000', '162247.689000', '162247.692000', '162247.695000', '162247.697000', '162247.700000', '162247.703000', '162247.705000', '162247.708000', '162247.711000', '162247.713000', '162247.716000', '162247.719000', '162247.721000', '162247.724000', '162247.727000', '162247.729000', '162247.732000', '162247.734000', '162247.737000', '162247.740000', '162247.742000', '162247.745000', '162247.747000', '162307.634000', '162307.636000', '162307.639000', '162307.642000', '162307.644000', '162307.647000', '162307.649000', '162307.652000', '162307.655000', '162307.657000', '162307.660000', '162307.662000', '162307.665000', '162307.668000', '162307.670000', '162307.673000', '162307.675000', '162307.678000', '162307.680000', '162307.683000', '162307.686000', '162307.688000', '162307.691000', '162307.693000', '162307.696000', '162307.699000', '162307.701000', '162307.704000', '162307.707000', '162307.709000', '162307.712000', '162307.715000', '162307.717000', '162307.720000', '162307.723000', '162307.725000', '162307.728000', '162307.730000', '162307.733000', '162307.736000', '162307.738000', '162307.741000', '162307.745000', '162327.632000', '162327.635000', '162327.638000', '162327.641000', '162327.643000', '162327.646000', '162327.649000', '162327.651000', '162327.654000', '162327.657000', '162327.659000', '162327.662000', '162327.664000', '162327.667000', '162327.670000', '162327.672000', '162327.679000', '162327.682000', '162327.684000', '162327.687000', '162327.690000', '162327.692000', '162327.695000', '162327.698000', '162327.700000', '162327.703000', '162327.705000', '162327.708000', '162327.710000', '162327.713000', '162327.716000', '162327.718000', '162327.721000', '162327.723000', '162327.726000', '162327.729000', '162327.731000', '162327.734000', '162327.736000', '162327.739000', '162327.742000', '162327.744000', '162327.747000', '162327.750000', '162347.632000', '162347.635000', '162347.638000', '162347.641000', '162347.643000', '162347.646000', '162347.648000', '162347.651000', '162347.654000', '162347.656000', '162347.659000', '162347.662000', '162347.664000', '162347.667000', '162347.670000', '162347.672000', '162347.675000', '162347.678000', '162347.680000', '162347.683000', '162347.685000', '162347.688000', '162347.691000', '162347.693000', '162347.696000', '162347.699000', '162347.701000', '162347.704000', '162347.707000', '162347.709000', '162347.712000', '162347.714000', '162347.717000', '162347.719000', '162347.723000', '162347.726000', '162347.728000', '162347.731000', '162347.734000', '162347.736000', '162347.739000', '162347.741000', '162347.744000', '162407.634000', '162407.637000', '162407.639000', '162407.655000', '162407.659000', '162407.661000', '162407.664000', '162407.666000', '162407.669000', '162407.672000', '162407.674000', '162407.677000', '162407.679000', '162407.682000', '162407.685000', '162407.687000', '162407.690000', '162407.693000', '162407.695000', '162407.698000', '162407.701000', '162407.703000', '162407.706000', '162407.708000', '162407.711000', '162407.714000', '162407.717000', '162407.719000', '162407.722000', '162407.725000', '162407.727000', '162407.730000', '162407.732000', '162407.735000', '162407.738000', '162407.740000', '162407.743000', '162407.745000', '162407.748000', '162407.752000', '162407.755000', '162407.757000', '162407.760000', '162407.762000', '162427.634000', '162427.637000', '162427.639000', '162427.642000', '162427.644000', '162427.647000', '162427.650000', '162427.652000', '162427.655000', '162427.657000', '162427.660000', '162427.663000', '162427.665000', '162427.668000', '162427.670000', '162427.673000', '162427.676000', '162427.678000', '162427.681000', '162427.683000', '162427.686000', '162427.689000', '162427.691000', '162427.694000', '162427.697000', '162427.699000', '162427.702000', '162427.704000', '162427.707000', '162427.710000', '162427.712000', '162427.715000', '162427.718000', '162427.720000', '162427.723000', '162427.726000', '162427.728000', '162427.731000', '162427.733000', '162427.736000', '162427.739000', '162427.741000', '162427.744000', '162447.633000', '162447.636000', '162447.639000', '162447.642000', '162447.644000', '162447.647000', '162447.649000', '162447.652000', '162447.655000', '162447.657000', '162447.660000', '162447.663000', '162447.665000', '162447.668000', '162447.670000', '162447.673000', '162447.676000', '162447.678000', '162447.681000', '162447.683000', '162447.686000', '162447.689000', '162447.691000', '162447.694000', '162447.697000', '162447.699000', '162447.702000', '162447.705000', '162447.707000', '162447.710000', '162447.712000', '162447.715000', '162447.718000', '162447.720000', '162447.723000', '162447.725000', '162447.728000', '162447.731000', '162447.733000', '162447.736000', '162447.738000', '162447.741000', '162447.744000', '162447.747000', '162507.634000', '162507.637000', '162507.639000', '162507.642000', '162507.645000', '162507.647000', '162507.650000', '162507.652000', '162507.655000', '162507.657000', '162507.660000', '162507.663000', '162507.665000', '162507.668000', '162507.671000', '162507.673000', '162507.676000', '162507.678000', '162507.681000', '162507.684000', '162507.686000', '162507.689000', '162507.691000', '162507.694000', '162507.697000', '162507.699000', '162507.702000', '162507.705000', '162507.715000', '162507.717000', '162507.720000', '162507.722000', '162507.725000', '162507.727000', '162507.730000', '162507.740000', '162507.743000', '162507.746000', '162507.748000', '162507.751000', '162507.754000', '162507.756000', '162507.759000', '162527.634000', '162527.637000', '162527.640000', '162527.642000', '162527.645000', '162527.647000', '162527.650000', '162527.653000', '162527.655000', '162527.658000', '162527.660000', '162527.663000', '162527.666000', '162527.668000', '162527.695000', '162527.698000', '162527.700000', '162527.703000', '162527.706000', '162527.708000', '162527.711000', '162527.713000', '162527.716000', '162527.718000', '162527.721000', '162527.723000', '162527.726000', '162527.729000', '162527.731000', '162527.734000', '162527.737000', '162527.739000', '162527.742000', '162527.744000', '162527.747000', '162527.749000', '162527.752000', '162527.754000', '162527.757000', '162527.760000', '162527.762000', '162527.765000', '162527.767000', '162527.770000', '162547.633000', '162547.635000', '162547.638000', '162547.641000', '162547.643000', '162547.646000', '162547.648000', '162547.651000', '162547.653000', '162547.656000', '162547.659000', '162547.661000', '162547.664000', '162547.667000', '162547.669000', '162547.672000', '162547.675000', '162547.678000', '162547.680000', '162547.683000', '162547.685000', '162547.688000', '162547.691000', '162547.693000', '162547.696000', '162547.699000', '162547.701000', '162547.704000', '162547.706000', '162547.709000', '162547.712000', '162547.714000', '162547.717000', '162547.720000', '162547.722000', '162547.725000', '162547.727000', '162547.730000', '162547.732000', '162547.735000', '162547.738000', '162547.740000', '162547.743000', '162607.634000', '162607.636000', '162607.639000', '162607.642000', '162607.644000', '162607.647000', '162607.649000', '162607.652000', '162607.654000', '162607.657000', '162607.660000', '162607.662000', '162607.665000', '162607.668000', '162607.670000', '162607.673000', '162607.675000', '162607.678000', '162607.681000', '162607.683000', '162607.686000', '162607.689000', '162607.691000', '162607.694000', '162607.696000', '162607.699000', '162607.702000', '162607.704000', '162607.707000', '162607.709000', '162607.712000', '162607.715000', '162607.717000', '162607.720000', '162607.722000', '162607.725000', '162607.727000', '162607.730000', '162607.732000', '162607.735000', '162607.738000', '162607.740000', '162607.743000', '162607.745000', '162627.633000', '162627.636000', '162627.639000', '162627.641000', '162627.644000', '162627.647000', '162627.649000', '162627.652000', '162627.654000', '162627.657000', '162627.659000', '162627.662000', '162627.665000', '162627.667000', '162627.670000', '162627.672000', '162627.675000', '162627.678000', '162627.680000', '162627.683000', '162627.685000', '162627.688000', '162627.691000', '162627.693000', '162627.696000', '162627.699000', '162627.701000', '162627.704000', '162627.706000', '162627.709000', '162627.711000', '162627.714000', '162627.716000', '162627.719000', '162627.722000', '162627.724000', '162627.727000', '162627.729000', '162627.732000', '162627.735000', '162627.737000', '162627.740000', '162627.742000', '162647.634000', '162647.636000', '162647.639000', '162647.641000', '162647.644000', '162647.647000', '162647.650000', '162647.652000', '162647.655000', '162647.658000', '162647.692000', '162647.695000', '162647.698000', '162647.701000', '162647.703000', '162647.706000', '162647.708000', '162647.711000', '162647.714000', '162647.716000', '162647.719000', '162647.721000', '162647.724000', '162647.726000', '162647.729000', '162647.732000', '162647.735000', '162647.737000', '162647.740000', '162647.742000', '162647.745000', '162647.748000', '162647.750000', '162647.753000', '162647.755000', '162647.758000', '162647.761000', '162647.763000', '162647.766000', '162647.768000', '162647.771000', '162647.774000', '162647.776000', '162647.779000', '162707.634000', '162707.637000', '162707.639000', '162707.642000', '162707.645000', '162707.647000', '162707.650000', '162707.653000', '162707.655000', '162707.658000', '162707.661000', '162707.663000', '162707.666000', '162707.668000', '162707.671000', '162707.674000', '162707.676000', '162707.679000', '162707.682000', '162707.684000', '162707.687000', '162707.690000', '162707.692000', '162707.695000', '162707.698000', '162707.700000', '162707.703000', '162707.705000', '162707.708000', '162707.711000', '162707.713000', '162707.716000', '162707.718000', '162707.721000', '162707.723000', '162707.726000', '162707.729000', '162707.731000', '162707.734000', '162707.737000', '162707.739000', '162707.742000', '162707.745000', '162727.634000', '162727.636000', '162727.639000', '162727.642000', '162727.644000', '162727.647000', '162727.650000', '162727.652000', '162727.655000', '162727.658000', '162727.660000', '162727.663000', '162727.666000', '162727.668000', '162727.671000', '162727.674000', '162727.676000', '162727.679000', '162727.681000', '162727.684000', '162727.687000', '162727.689000', '162727.692000', '162727.695000', '162727.697000', '162727.700000', '162727.703000', '162727.705000', '162727.708000', '162727.710000', '162727.713000', '162727.716000', '162727.718000', '162727.721000', '162727.723000', '162727.726000', '162727.729000', '162727.731000', '162727.734000', '162727.736000', '162727.739000', '162727.742000', '162727.744000', '162727.747000', '162747.633000', '162747.644000', '162747.646000', '162747.649000', '162747.651000', '162747.654000', '162747.657000', '162747.659000', '162747.662000', '162747.665000', '162747.667000', '162747.670000', '162747.672000', '162747.675000', '162747.678000', '162747.680000', '162747.683000', '162747.686000', '162747.688000', '162747.691000', '162747.693000', '162747.696000', '162747.699000', '162747.701000', '162747.704000', '162747.707000', '162747.709000', '162747.712000', '162747.714000', '162747.717000', '162747.720000', '162747.722000', '162747.725000', '162747.728000', '162747.730000', '162747.733000', '162747.736000', '162747.738000', '162747.741000', '162747.744000', '162747.746000', '162747.749000', '162747.751000', '162806.692000', '162806.695000', '162806.698000', '162806.700000', '162806.703000', '162806.706000', '162806.709000', '162806.712000', '162806.714000', '162806.717000', '162806.720000', '162806.722000', '162806.725000', '162806.727000', '162806.730000', '162806.733000', '162806.736000', '162806.738000', '162806.741000', '162806.744000', '162806.747000', '162806.751000', '162806.754000', '162806.757000', '162806.761000', '162806.764000', '162806.767000', '162806.770000', '162806.773000', '162806.776000', '162806.779000', '162806.782000', '162806.784000', '162806.787000', '162806.790000', '162806.795000', '162806.798000', '162806.800000', '162806.804000', '162806.808000', '162806.811000', '162806.814000'], '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': [9897, 9235, 11917, 8978, 14692, 10133, 14971, 9419, 12746, 8629, 10816, 9541, 13652, 9092, 9400, 9000, 9641, 8907, 9661, 12944, 11555, 11724, 9359, 15911, 9267, 16346, 11448, 17552, 11293, 12309, 8927, 9656, 9173, 9340, 9206, 9381, 8963, 9404, 8567, 9417, 9022, 9357, 8667, 9288, 9706, 9458, 9409, 10244, 9438, 9398, 9604, 9302, 9340, 9370, 14681, 11198, 12351, 9056, 8967, 9075, 12356, 9160, 13065, 9131, 10753, 9141, 10546, 8649, 13369, 8737, 11254, 8947, 9940, 9432, 14114, 9369, 13629, 9132, 9855, 9001, 10143, 8910, 10953, 8799, 9489, 8882, 9508, 9189, 10095, 9033, 9396, 8951, 9538, 9625, 9282, 9234, 9125, 9542, 9532, 9299, 9383, 8440, 9137, 9569, 9479, 8922, 9665, 8635, 9623, 8969, 11035, 8976, 9697, 8769, 9589, 8670, 9467, 9568, 10187, 9027, 9277, 9568, 9232, 9305, 9442, 9716, 9199, 9142, 9581, 8896, 9326, 9380, 9220, 9297, 9175, 9413, 9160, 9547, 9164, 9457, 9151, 8704, 9066, 11277, 10321, 12395, 9340, 11207, 9304, 15439, 9325, 18184, 13183, 15359, 10094, 11515, 9116, 10461, 9010, 12536, 9041, 9827, 9228, 9903, 9114, 10386, 8905, 9238, 9203, 8920, 9371, 9120, 9585, 9277, 11019, 8911, 9421, 8416, 10182, 8802, 12325, 9038, 9800, 9205, 9722, 9166, 12495, 8822, 9832, 8777, 9170, 9204, 11779, 9511, 15144, 9412, 12018, 8888, 10183, 8935, 10425, 9181, 12400, 9168, 9715, 8584, 9956, 8918, 9482, 9033, 10803, 8823, 10489, 9109, 10588, 9384, 13427, 8978, 10816, 8742, 9513, 8989, 9490, 16707, 11240, 15688, 9776, 10224, 8920, 9541, 8696, 9607, 8812, 9623, 8626, 10099, 9427, 11237, 9207, 10512, 9742, 9403, 14760, 11887, 17787, 11732, 14448, 9860, 12891, 9721, 17463, 10956, 12995, 8879, 9613, 9136, 9564, 8856, 10927, 8717, 9792, 8940, 9593, 9536, 9537, 9608, 9412, 9621, 9384, 9851, 9258, 9375, 9292, 9891, 9271, 9236, 9431, 10618, 9362, 10658, 8863, 13460, 8771, 9939, 8851, 9759, 8737, 11091, 8855, 11028, 9292, 9199, 9777, 9375, 10031, 8918, 9295, 9270, 10059, 9586, 9952, 9127, 12334, 11463, 10509, 9565, 9370, 9478, 10888, 13971, 11300, 11353, 8984, 9790, 9043, 11277, 9019, 13605, 8801, 10227, 9028, 10208, 9330, 11252, 9210, 9976, 8951, 9756, 9125, 11350, 9050, 11182, 9327, 9891, 9483, 10193, 9322, 10481, 9135, 9684, 9547, 9987, 9614, 9613, 9448, 9902, 9527, 8669, 9796, 8990, 9519, 8941, 9685, 8742, 9641, 9245, 9331, 9446, 11278, 9126, 9504, 9330, 9321, 9464, 11069, 9284, 11679, 9320, 10357, 9596, 9840, 9175, 13283, 9793, 13782, 9388, 10882, 9409, 10130, 9144, 12244, 9829, 9690, 9541, 9659, 9380, 11391, 13390, 9647, 10598, 8974, 9603, 9061, 11550, 9563, 10484, 9480, 9771, 9539, 9466, 9571, 9210, 8974, 9689, 8927, 9864, 9025, 9578, 9024, 9486, 9147, 9575, 9326, 9695, 9030, 11395, 9384, 10928, 9452, 11060, 9515, 10688, 9262, 10334, 9426, 9634, 9487, 10284, 9474, 16299, 10419, 14455, 9577, 13134, 9444, 11228, 9240, 12337, 9426, 12786, 9034, 10127, 9388, 10303, 9215, 10679, 9122, 10507, 9368, 10080, 9196, 12929, 9249, 10451, 9769, 10012, 9364, 9880, 9409, 10560, 9308, 9958, 9600, 10087, 10151, 9924, 9610, 10362, 9301, 10353, 9463, 9807, 9580, 12159, 9371, 13700, 9714, 11752, 9181, 10284, 9229, 14442, 9205, 12616, 9176, 9930, 9090, 9882, 9170, 13441, 9224, 10618, 9096, 10008, 9107, 9881, 9816, 12851, 9807, 9938, 9207, 10022, 9491, 9688, 9478, 10106, 9291, 10103, 9265, 10009, 9910, 10394, 9598, 9926, 9286, 9855, 9596, 10856, 9525, 11681, 9521, 10719, 9657, 11941, 9679, 16878, 11355, 13553, 9540, 11313, 9878, 16314, 11523, 13943, 9877, 9784, 9828, 9593, 9631, 9313, 9904, 9731, 10000, 8805, 10156, 9382, 9925, 9896, 11096, 9351, 10500, 9727, 10086, 9643, 10008, 9714, 9465, 9749, 9379, 10132, 9187, 9767, 9276, 9993, 9137, 9705, 9097, 10006, 9490, 13804, 9633, 11168, 9970, 10311, 9742, 13061, 9651, 10510, 10035, 10307, 9959, 10387, 9285, 10328, 9046, 10320, 9256, 10361, 10029, 10562, 9329, 10758, 9646, 9969, 9822, 9917, 9735, 9633, 9787, 10015, 9849, 9541, 9738, 9878, 11698, 9123, 9850, 8960, 9941, 10111, 12830, 9093, 9908, 9092, 9697, 9080, 10062, 9468, 9845, 8882, 10095, 9363, 10021, 9011, 10045, 10375, 9836, 10103, 9714, 9017, 10069, 9437, 9781, 9063, 10022, 9725, 10252, 9674, 10053, 9868, 15310, 13595, 16884, 12471, 11423, 9689, 10533, 10466, 10188, 10245, 9914, 10425, 10044, 14801, 9923, 13497, 10089, 11488, 9863, 13347, 9921, 15066, 9519, 11756, 9943, 10664, 9848, 10366, 9863, 10333, 10076, 10133, 9925, 9876, 9918, 10198, 10227, 10193, 10045, 10187, 10156, 10143, 9889, 10172, 10373, 10205, 10095, 10025, 10233, 10364, 10440, 10600, 10200, 10381, 10623, 10408, 10248, 10609, 10291, 11066, 10095, 10328, 10161, 10505, 9974, 11956, 10491, 10710, 10048, 10619, 10154, 10763, 10866, 11285, 9877, 10356, 9706, 10713, 10862, 10317, 14039, 9973, 11400, 10096, 13170, 11536, 16378, 10300, 12755, 10141, 11038, 10382, 15436, 10400, 10632, 10246, 10600, 10144, 10645, 10121, 10463, 10560, 10846, 10585, 10784, 10282, 10909, 10099, 11031, 10408, 11065, 10472, 10789, 10532, 11395, 10460, 10974, 10463, 10668, 10168, 10623, 9820, 12652, 9743, 10396, 10350, 9951, 10689, 10035, 10586, 10313, 10596, 10069, 10571, 10190, 10872, 10043, 10892, 10279, 12023, 10153, 10896, 10140, 11309, 10043, 12058, 10592, 10998, 10380, 11390, 10144, 10613, 10353, 10682, 10269, 10592, 10065, 14171, 10247, 16471, 17270, 15953, 17341, 19927, 13157, 10814, 10347, 10607, 9980, 10540, 10494, 10186, 10798, 9990, 10769, 10120, 10882, 10071, 10881, 10010, 10917, 10318, 11430, 11272, 12749, 11442, 13229, 11365, 13400, 11058, 12373, 10653, 11786, 10924, 10886, 10639, 10090, 10588, 10824, 10441, 12164, 10164, 10499, 9749, 10061, 9796, 10503, 9623, 10717, 9681, 10374, 10392, 10440, 9978, 10188, 10184, 10111, 10626, 10080, 11576, 10103, 10573, 9531, 10271, 9939, 10588, 10126, 10161, 10027, 10221, 10131, 10258, 10551, 10168, 10534, 10227, 10940, 10319, 10788, 10283, 10297, 10124, 10386, 10358, 12745, 10132, 16484, 10909, 15813, 11500, 16164, 11137, 16769, 11619, 16865, 10661, 12810, 10126, 9894, 10458, 9843, 10596, 9892, 11155, 9655, 10991, 9948, 10919, 10227, 11248, 10428, 11035, 10523, 10577, 9875, 11370, 10148, 12076, 9957, 11264, 9722, 11453, 9579, 11151, 11181, 11110, 9902, 10586, 9630, 10498, 9955, 10839, 11153, 10705, 9964, 10528, 9555, 10357, 13880, 10267, 11756, 10149, 10479, 10150, 14898, 10075, 12784, 10072, 9705, 10359, 9578, 10417, 9607, 10859, 9877, 10771, 9988, 10813, 9990, 11245, 9782, 11012, 9849, 11225, 10122, 11074, 10283, 12049, 9841, 11218, 10034, 11661, 9940, 11270, 10066, 11762, 10144, 12193, 10330, 12908, 10046, 11313, 10273, 10657, 10622, 10145, 10411, 11249, 10721, 9965, 10934, 10070, 11284, 9899, 11352, 9755, 11751, 10142, 10676, 9903, 16700, 10542, 16272, 10001, 13690, 10148, 12350, 10189, 15391, 9854, 11847, 10161, 11617, 10122, 10896, 9833, 11156, 10059, 11433, 9934, 10801, 9995, 14105, 9821, 17204, 11673, 16586, 10385, 13204, 10119, 11396, 10006, 11176, 10408, 10966, 10659, 10727, 10077, 10412, 10207, 10761, 10314, 10862, 10628, 10794, 10015, 11145, 10112, 14338, 10409, 9793, 10285, 9815, 10688, 9927, 10820, 10161, 10641, 10088, 10518, 9814, 10687, 10192, 10898, 10332, 10578, 10521, 10525, 10325, 10263, 11315, 10582, 11958, 10221, 11406, 9987, 14275, 10253, 11694, 10448, 12189, 10227, 12620, 9847, 10867, 10312, 11406, 10113, 10536, 10031, 10450, 10870, 10578, 12053, 10739, 10494, 10621, 11118, 10300, 16247, 10527, 11459, 10235, 10042, 10028, 9836, 10667, 10533, 10661, 10398, 10526, 10255, 10373, 10121, 10442, 10648, 10581, 10059, 10565, 10227, 10380, 10118, 10666, 10677, 10730, 10803, 10188, 10283, 10274, 17026, 12873, 16588, 10450, 13252, 9897, 11318, 10118, 13507, 9988, 12290, 9966, 9902, 10369, 9528, 10485, 10259, 9957, 10375, 10254, 9709, 10412, 9789, 9904, 10579, 10344, 9566, 10235, 9827, 10466, 9584, 10206, 9783, 10026, 9950, 10400, 9898, 16560, 10547, 15937, 10144, 12076, 9981, 12439, 10034, 13435, 9848, 10257, 9804, 9618, 10208, 9713, 12479, 9929, 13886, 9791, 11930, 10115, 10999, 9978, 10078, 10578, 10107, 10578, 10386, 10135, 10766, 10157, 10319, 10410, 10593, 10357, 11415, 10176, 10488, 10377, 11145, 10466, 15027, 10311, 12668, 9931, 9563, 11621, 9758, 15853, 11586, 10931, 9934, 10830, 10075, 11800, 9744, 12848, 10140, 11594, 10276, 11399, 10349, 9888, 9343, 9805, 9268, 9789, 10425, 9967, 10936, 10043, 11302, 10313, 10578, 10147, 10483, 9836, 10260, 9514, 10234, 10269, 10128, 10426, 9901, 11281, 10133, 11387, 10219, 10824, 10227, 11346, 10313, 12196, 10125, 11269, 10341, 12146, 10621, 11467, 10489, 14470, 10537, 13249, 10696, 11103, 13178, 11194, 17044, 13738, 17579, 13992, 15473, 10955, 14783, 11263, 18147, 14468, 14370, 10382, 10159, 10103, 11824, 15420, 16789, 13898, 12240, 10160, 10103, 10429, 11082, 15300, 14832], 'WindowCenter': [4304.0, 4278.0, 4304.0, 4263.0, 4308.0, 4255.0, 4294.0, 4244.0, 4271.0, 4231.0, 4250.0, 4229.0, 4280.0, 4219.0, 4229.0, 4219.0, 4240.0, 4231.0, 4240.0, 4273.0, 4261.0, 4261.0, 4230.0, 4289.0, 4241.0, 4291.0, 4247.0, 4288.0, 4236.0, 4244.0, 4205.0, 4226.0, 4216.0, 4214.0, 4217.0, 4216.0, 4216.0, 4215.0, 4219.0, 4228.0, 4216.0, 4228.0, 4217.0, 4228.0, 4227.0, 4240.0, 4228.0, 4238.0, 4228.0, 4228.0, 4226.0, 4227.0, 4229.0, 4228.0, 4277.0, 4246.0, 4247.0, 4216.0, 4204.0, 4217.0, 4255.0, 4217.0, 4257.0, 4216.0, 4234.0, 4228.0, 4248.0, 4218.0, 4267.0, 4217.0, 4235.0, 4217.0, 4251.0, 4228.0, 4266.0, 4217.0, 4266.0, 4215.0, 4223.0, 4218.0, 4237.0, 4215.0, 4234.0, 4205.0, 4214.0, 4217.0, 4228.0, 4215.0, 4235.0, 4216.0, 4214.0, 4204.0, 4226.0, 4227.0, 4230.0, 4217.0, 4230.0, 4228.0, 4226.0, 4216.0, 4215.0, 4205.0, 4216.0, 4228.0, 4227.0, 4218.0, 4227.0, 4232.0, 4253.0, 4231.0, 4249.0, 4231.0, 4239.0, 4219.0, 4239.0, 4231.0, 4241.0, 4227.0, 4237.0, 4216.0, 4215.0, 4228.0, 4228.0, 4217.0, 4230.0, 4227.0, 4229.0, 4216.0, 4240.0, 4219.0, 4217.0, 4216.0, 4229.0, 4215.0, 4227.0, 4229.0, 4228.0, 4227.0, 4242.0, 4251.0, 4239.0, 4228.0, 4226.0, 4246.0, 4250.0, 4270.0, 4227.0, 4245.0, 4227.0, 4290.0, 4226.0, 4297.0, 4256.0, 4274.0, 4224.0, 4232.0, 4215.0, 4234.0, 4214.0, 4256.0, 4228.0, 4225.0, 4215.0, 4236.0, 4227.0, 4224.0, 4217.0, 4217.0, 4227.0, 4216.0, 4227.0, 4228.0, 4226.0, 4228.0, 4247.0, 4217.0, 4228.0, 4220.0, 4238.0, 4216.0, 4255.0, 4215.0, 4224.0, 4227.0, 4224.0, 4217.0, 4257.0, 4228.0, 4225.0, 4217.0, 4226.0, 4240.0, 4258.0, 4228.0, 4277.0, 4216.0, 4245.0, 4204.0, 4223.0, 4229.0, 4238.0, 4215.0, 4256.0, 4216.0, 4214.0, 4218.0, 4239.0, 4217.0, 4227.0, 4230.0, 4248.0, 4229.0, 4248.0, 4244.0, 4263.0, 4230.0, 4280.0, 4230.0, 4248.0, 4206.0, 4226.0, 4215.0, 4240.0, 4289.0, 4246.0, 4276.0, 4226.0, 4223.0, 4216.0, 4227.0, 4216.0, 4227.0, 4228.0, 4228.0, 4231.0, 4249.0, 4229.0, 4261.0, 4229.0, 4248.0, 4228.0, 4240.0, 4277.0, 4247.0, 4287.0, 4246.0, 4265.0, 4225.0, 4257.0, 4214.0, 4285.0, 4235.0, 4253.0, 4204.0, 4211.0, 4226.0, 4226.0, 4204.0, 4233.0, 4202.0, 4213.0, 4201.0, 4224.0, 4225.0, 4224.0, 4214.0, 4215.0, 4224.0, 4214.0, 4224.0, 4227.0, 4228.0, 4226.0, 4225.0, 4227.0, 4216.0, 4228.0, 4235.0, 4240.0, 4248.0, 4217.0, 4266.0, 4216.0, 4225.0, 4216.0, 4229.0, 4218.0, 4246.0, 4242.0, 4273.0, 4242.0, 4226.0, 4253.0, 4240.0, 4240.0, 4231.0, 4228.0, 4229.0, 4239.0, 4252.0, 4251.0, 4229.0, 4270.0, 4260.0, 4248.0, 4227.0, 4228.0, 4240.0, 4248.0, 4278.0, 4246.0, 4246.0, 4203.0, 4237.0, 4216.0, 4234.0, 4216.0, 4255.0, 4205.0, 4224.0, 4217.0, 4236.0, 4216.0, 4235.0, 4215.0, 4214.0, 4204.0, 4224.0, 4227.0, 4234.0, 4214.0, 4233.0, 4213.0, 4213.0, 4215.0, 4235.0, 4215.0, 4234.0, 4227.0, 4226.0, 4227.0, 4236.0, 4241.0, 4227.0, 4239.0, 4240.0, 4239.0, 4218.0, 4239.0, 4242.0, 4240.0, 4231.0, 4241.0, 4231.0, 4240.0, 4254.0, 4241.0, 4240.0, 4248.0, 4230.0, 4239.0, 4229.0, 4242.0, 4253.0, 4259.0, 4241.0, 4259.0, 4240.0, 4248.0, 4240.0, 4251.0, 4242.0, 4279.0, 4239.0, 4278.0, 4229.0, 4246.0, 4242.0, 4249.0, 4227.0, 4257.0, 4237.0, 4227.0, 4227.0, 4240.0, 4228.0, 4247.0, 4268.0, 4226.0, 4235.0, 4205.0, 4227.0, 4215.0, 4245.0, 4216.0, 4235.0, 4215.0, 4224.0, 4214.0, 4227.0, 4225.0, 4216.0, 4216.0, 4227.0, 4215.0, 4226.0, 4231.0, 4239.0, 4230.0, 4229.0, 4229.0, 4228.0, 4240.0, 4251.0, 4231.0, 4259.0, 4229.0, 4247.0, 4239.0, 4259.0, 4251.0, 4249.0, 4230.0, 4239.0, 4229.0, 4228.0, 4228.0, 4249.0, 4241.0, 4288.0, 4238.0, 4278.0, 4242.0, 4257.0, 4226.0, 4247.0, 4229.0, 4256.0, 4215.0, 4256.0, 4218.0, 4225.0, 4226.0, 4236.0, 4240.0, 4247.0, 4227.0, 4236.0, 4229.0, 4239.0, 4227.0, 4256.0, 4227.0, 4235.0, 4227.0, 4225.0, 4228.0, 4239.0, 4228.0, 4236.0, 4227.0, 4226.0, 4226.0, 4236.0, 4251.0, 4238.0, 4238.0, 4240.0, 4243.0, 4250.0, 4241.0, 4252.0, 4254.0, 4271.0, 4230.0, 4282.0, 4239.0, 4257.0, 4228.0, 4250.0, 4228.0, 4277.0, 4227.0, 4258.0, 4216.0, 4225.0, 4217.0, 4238.0, 4227.0, 4268.0, 4228.0, 4236.0, 4216.0, 4225.0, 4230.0, 4250.0, 4240.0, 4258.0, 4225.0, 4224.0, 4214.0, 4228.0, 4227.0, 4225.0, 4225.0, 4238.0, 4228.0, 4238.0, 4243.0, 4239.0, 4238.0, 4239.0, 4241.0, 4240.0, 4240.0, 4252.0, 4252.0, 4261.0, 4243.0, 4260.0, 4242.0, 4239.0, 4252.0, 4260.0, 4229.0, 4300.0, 4248.0, 4266.0, 4226.0, 4246.0, 4238.0, 4288.0, 4246.0, 4265.0, 4226.0, 4223.0, 4224.0, 4227.0, 4228.0, 4214.0, 4225.0, 4215.0, 4225.0, 4204.0, 4223.0, 4215.0, 4236.0, 4226.0, 4246.0, 4217.0, 4234.0, 4226.0, 4237.0, 4241.0, 4227.0, 4240.0, 4241.0, 4239.0, 4228.0, 4238.0, 4241.0, 4240.0, 4229.0, 4240.0, 4229.0, 4227.0, 4229.0, 4240.0, 4228.0, 4268.0, 4227.0, 4246.0, 4226.0, 4237.0, 4227.0, 4256.0, 4226.0, 4235.0, 4225.0, 4225.0, 4237.0, 4225.0, 4215.0, 4224.0, 4215.0, 4225.0, 4227.0, 4236.0, 4225.0, 4236.0, 4228.0, 4236.0, 4227.0, 4226.0, 4250.0, 4237.0, 4228.0, 4229.0, 4238.0, 4227.0, 4239.0, 4240.0, 4228.0, 4226.0, 4258.0, 4216.0, 4225.0, 4217.0, 4239.0, 4236.0, 4268.0, 4217.0, 4226.0, 4214.0, 4224.0, 4218.0, 4239.0, 4226.0, 4226.0, 4216.0, 4236.0, 4214.0, 4225.0, 4228.0, 4237.0, 4235.0, 4239.0, 4239.0, 4228.0, 4230.0, 4252.0, 4228.0, 4237.0, 4230.0, 4239.0, 4240.0, 4248.0, 4241.0, 4253.0, 4251.0, 4316.0, 4309.0, 4326.0, 4284.0, 4271.0, 4239.0, 4248.0, 4251.0, 4249.0, 4249.0, 4239.0, 4261.0, 4238.0, 4290.0, 4238.0, 4268.0, 4237.0, 4244.0, 4238.0, 4267.0, 4225.0, 4275.0, 4226.0, 4245.0, 4225.0, 4234.0, 4236.0, 4235.0, 4237.0, 4236.0, 4236.0, 4235.0, 4225.0, 4237.0, 4237.0, 4235.0, 4250.0, 4239.0, 4226.0, 4236.0, 4225.0, 4237.0, 4240.0, 4238.0, 4236.0, 4237.0, 4235.0, 4238.0, 4237.0, 4251.0, 4261.0, 4250.0, 4251.0, 4252.0, 4251.0, 4261.0, 4265.0, 4262.0, 4254.0, 4273.0, 4262.0, 4251.0, 4252.0, 4265.0, 4254.0, 4272.0, 4251.0, 4251.0, 4251.0, 4250.0, 4263.0, 4259.0, 4261.0, 4262.0, 4240.0, 4248.0, 4251.0, 4251.0, 4249.0, 4239.0, 4278.0, 4227.0, 4247.0, 4237.0, 4268.0, 4247.0, 4287.0, 4224.0, 4253.0, 4225.0, 4235.0, 4223.0, 4275.0, 4233.0, 4221.0, 4221.0, 4221.0, 4222.0, 4222.0, 4223.0, 4222.0, 4222.0, 4231.0, 4234.0, 4234.0, 4223.0, 4233.0, 4235.0, 4234.0, 4235.0, 4245.0, 4248.0, 4247.0, 4248.0, 4258.0, 4248.0, 4247.0, 4247.0, 4236.0, 4250.0, 4249.0, 4238.0, 4269.0, 4227.0, 4236.0, 4234.0, 4224.0, 4248.0, 4237.0, 4235.0, 4236.0, 4236.0, 4236.0, 4237.0, 4250.0, 4249.0, 4238.0, 4248.0, 4248.0, 4256.0, 4249.0, 4261.0, 4238.0, 4260.0, 4254.0, 4269.0, 4260.0, 4261.0, 4263.0, 4271.0, 4263.0, 4263.0, 4262.0, 4250.0, 4264.0, 4252.0, 4267.0, 4294.0, 4252.0, 4305.0, 4318.0, 4315.0, 4314.0, 4312.0, 4244.0, 4234.0, 4223.0, 4220.0, 4210.0, 4222.0, 4235.0, 4235.0, 4247.0, 4235.0, 4233.0, 4231.0, 4219.0, 4210.0, 4219.0, 4212.0, 4220.0, 4220.0, 4231.0, 4233.0, 4240.0, 4219.0, 4228.0, 4217.0, 4227.0, 4206.0, 4215.0, 4195.0, 4204.0, 4206.0, 4205.0, 4205.0, 4194.0, 4195.0, 4205.0, 4206.0, 4213.0, 4195.0, 4195.0, 4197.0, 4198.0, 4197.0, 4209.0, 4198.0, 4217.0, 4209.0, 4209.0, 4224.0, 4233.0, 4222.0, 4224.0, 4223.0, 4236.0, 4235.0, 4251.0, 4271.0, 4247.0, 4260.0, 4238.0, 4238.0, 4237.0, 4249.0, 4249.0, 4250.0, 4251.0, 4251.0, 4238.0, 4253.0, 4249.0, 4249.0, 4250.0, 4264.0, 4260.0, 4250.0, 4260.0, 4251.0, 4251.0, 4252.0, 4251.0, 4261.0, 4282.0, 4253.0, 4312.0, 4263.0, 4303.0, 4260.0, 4290.0, 4260.0, 4300.0, 4249.0, 4288.0, 4236.0, 4258.0, 4237.0, 4225.0, 4234.0, 4239.0, 4237.0, 4223.0, 4234.0, 4224.0, 4234.0, 4236.0, 4258.0, 4251.0, 4261.0, 4262.0, 4274.0, 4263.0, 4262.0, 4264.0, 4284.0, 4264.0, 4273.0, 4252.0, 4277.0, 4256.0, 4272.0, 4239.0, 4261.0, 4261.0, 4260.0, 4250.0, 4250.0, 4253.0, 4250.0, 4240.0, 4250.0, 4262.0, 4248.0, 4238.0, 4250.0, 4240.0, 4239.0, 4280.0, 4239.0, 4258.0, 4238.0, 4251.0, 4239.0, 4277.0, 4227.0, 4269.0, 4225.0, 4225.0, 4236.0, 4225.0, 4224.0, 4215.0, 4234.0, 4226.0, 4235.0, 4225.0, 4234.0, 4226.0, 4245.0, 4239.0, 4247.0, 4239.0, 4259.0, 4248.0, 4248.0, 4249.0, 4258.0, 4253.0, 4262.0, 4240.0, 4260.0, 4253.0, 4261.0, 4251.0, 4271.0, 4264.0, 4284.0, 4252.0, 4270.0, 4241.0, 4259.0, 4251.0, 4250.0, 4261.0, 4250.0, 4251.0, 4262.0, 4262.0, 4240.0, 4261.0, 4252.0, 4261.0, 4251.0, 4260.0, 4239.0, 4258.0, 4250.0, 4262.0, 4251.0, 4300.0, 4252.0, 4300.0, 4240.0, 4279.0, 4249.0, 4268.0, 4238.0, 4276.0, 4239.0, 4246.0, 4236.0, 4247.0, 4249.0, 4248.0, 4238.0, 4248.0, 4240.0, 4258.0, 4238.0, 4247.0, 4251.0, 4280.0, 4239.0, 4300.0, 4260.0, 4289.0, 4236.0, 4268.0, 4239.0, 4247.0, 4226.0, 4245.0, 4247.0, 4246.0, 4236.0, 4250.0, 4239.0, 4236.0, 4239.0, 4247.0, 4248.0, 4248.0, 4250.0, 4260.0, 4240.0, 4247.0, 4238.0, 4277.0, 4235.0, 4224.0, 4236.0, 4237.0, 4234.0, 4225.0, 4236.0, 4238.0, 4248.0, 4238.0, 4248.0, 4238.0, 4239.0, 4251.0, 4263.0, 4248.0, 4248.0, 4262.0, 4250.0, 4248.0, 4250.0, 4261.0, 4249.0, 4258.0, 4263.0, 4271.0, 4240.0, 4293.0, 4252.0, 4258.0, 4249.0, 4271.0, 4251.0, 4267.0, 4237.0, 4248.0, 4238.0, 4248.0, 4237.0, 4247.0, 4239.0, 4248.0, 4249.0, 4262.0, 4271.0, 4247.0, 4237.0, 4249.0, 4261.0, 4238.0, 4288.0, 4235.0, 4244.0, 4224.0, 4222.0, 4225.0, 4236.0, 4235.0, 4236.0, 4237.0, 4234.0, 4236.0, 4237.0, 4238.0, 4237.0, 4238.0, 4237.0, 4236.0, 4236.0, 4236.0, 4237.0, 4250.0, 4237.0, 4236.0, 4251.0, 4249.0, 4248.0, 4265.0, 4264.0, 4252.0, 4299.0, 4281.0, 4301.0, 4260.0, 4279.0, 4249.0, 4261.0, 4240.0, 4280.0, 4239.0, 4268.0, 4238.0, 4236.0, 4248.0, 4227.0, 4247.0, 4248.0, 4238.0, 4237.0, 4249.0, 4251.0, 4248.0, 4236.0, 4237.0, 4247.0, 4237.0, 4227.0, 4249.0, 4238.0, 4237.0, 4228.0, 4238.0, 4239.0, 4237.0, 4251.0, 4248.0, 4237.0, 4286.0, 4236.0, 4276.0, 4235.0, 4257.0, 4237.0, 4255.0, 4226.0, 4268.0, 4238.0, 4236.0, 4237.0, 4225.0, 4249.0, 4239.0, 4258.0, 4237.0, 4267.0, 4239.0, 4243.0, 4238.0, 4247.0, 4227.0, 4237.0, 4236.0, 4223.0, 4235.0, 4237.0, 4247.0, 4246.0, 4248.0, 4261.0, 4260.0, 4248.0, 4251.0, 4270.0, 4252.0, 4250.0, 4253.0, 4262.0, 4248.0, 4291.0, 4239.0, 4268.0, 4225.0, 4228.0, 4257.0, 4226.0, 4289.0, 4258.0, 4235.0, 4225.0, 4233.0, 4226.0, 4258.0, 4225.0, 4269.0, 4240.0, 4234.0, 4226.0, 4261.0, 4238.0, 4238.0, 4229.0, 4227.0, 4216.0, 4253.0, 4251.0, 4239.0, 4261.0, 4241.0, 4249.0, 4240.0, 4238.0, 4241.0, 4250.0, 4241.0, 4241.0, 4243.0, 4252.0, 4266.0, 4268.0, 4267.0, 4253.0, 4262.0, 4266.0, 4272.0, 4265.0, 4276.0, 4280.0, 4287.0, 4277.0, 4286.0, 4277.0, 4288.0, 4279.0, 4299.0, 4306.0, 4300.0, 4290.0, 4321.0, 4292.0, 4311.0, 4278.0, 4288.0, 4310.0, 4288.0, 4316.0, 4295.0, 4315.0, 4283.0, 4291.0, 4252.0, 4293.0, 4249.0, 4302.0, 4280.0, 4280.0, 4237.0, 4237.0, 4238.0, 4258.0, 4278.0, 4290.0, 4267.0, 4257.0, 4225.0, 4235.0, 4236.0, 4234.0, 4275.0, 4276.0], 'WindowWidth': [9544.0, 9493.0, 9519.0, 9457.0, 9508.0, 9432.0, 9480.0, 9411.0, 9441.0, 9391.0, 9414.0, 9381.0, 9452.0, 9369.0, 9381.0, 9368.0, 9399.0, 9387.0, 9398.0, 9444.0, 9428.0, 9428.0, 9384.0, 9461.0, 9402.0, 9468.0, 9402.0, 9459.0, 9384.0, 9393.0, 9342.0, 9373.0, 9360.0, 9353.0, 9362.0, 9359.0, 9359.0, 9358.0, 9372.0, 9381.0, 9361.0, 9379.0, 9364.0, 9378.0, 9378.0, 9400.0, 9379.0, 9392.0, 9378.0, 9379.0, 9371.0, 9378.0, 9385.0, 9378.0, 9441.0, 9400.0, 9400.0, 9357.0, 9341.0, 9364.0, 9410.0, 9361.0, 9414.0, 9359.0, 9380.0, 9379.0, 9407.0, 9366.0, 9428.0, 9362.0, 9382.0, 9365.0, 9419.0, 9380.0, 9426.0, 9363.0, 9425.0, 9358.0, 9364.0, 9366.0, 9387.0, 9357.0, 9381.0, 9343.0, 9353.0, 9364.0, 9379.0, 9357.0, 9382.0, 9358.0, 9353.0, 9340.0, 9370.0, 9374.0, 9384.0, 9362.0, 9383.0, 9379.0, 9373.0, 9359.0, 9357.0, 9343.0, 9359.0, 9379.0, 9375.0, 9365.0, 9376.0, 9393.0, 9422.0, 9386.0, 9409.0, 9388.0, 9396.0, 9370.0, 9395.0, 9388.0, 9399.0, 9375.0, 9388.0, 9357.0, 9356.0, 9380.0, 9379.0, 9360.0, 9382.0, 9376.0, 9378.0, 9358.0, 9400.0, 9367.0, 9360.0, 9360.0, 9379.0, 9356.0, 9376.0, 9383.0, 9378.0, 9378.0, 9409.0, 9420.0, 9398.0, 9384.0, 9377.0, 9401.0, 9412.0, 9441.0, 9380.0, 9396.0, 9374.0, 9468.0, 9376.0, 9472.0, 9415.0, 9434.0, 9366.0, 9374.0, 9359.0, 9384.0, 9355.0, 9414.0, 9383.0, 9370.0, 9357.0, 9388.0, 9378.0, 9368.0, 9364.0, 9363.0, 9375.0, 9359.0, 9377.0, 9382.0, 9373.0, 9379.0, 9403.0, 9363.0, 9379.0, 9376.0, 9393.0, 9360.0, 9410.0, 9358.0, 9365.0, 9379.0, 9370.0, 9362.0, 9417.0, 9380.0, 9372.0, 9363.0, 9375.0, 9402.0, 9420.0, 9379.0, 9444.0, 9361.0, 9395.0, 9340.0, 9363.0, 9384.0, 9392.0, 9358.0, 9414.0, 9360.0, 9354.0, 9369.0, 9397.0, 9364.0, 9374.0, 9387.0, 9407.0, 9384.0, 9407.0, 9414.0, 9435.0, 9387.0, 9453.0, 9386.0, 9404.0, 9346.0, 9371.0, 9355.0, 9399.0, 9464.0, 9398.0, 9439.0, 9371.0, 9363.0, 9363.0, 9377.0, 9361.0, 9376.0, 9381.0, 9380.0, 9390.0, 9412.0, 9382.0, 9427.0, 9384.0, 9408.0, 9379.0, 9400.0, 9443.0, 9403.0, 9456.0, 9401.0, 9422.0, 9372.0, 9416.0, 9353.0, 9449.0, 9384.0, 9404.0, 9339.0, 9345.0, 9376.0, 9376.0, 9340.0, 9375.0, 9333.0, 9349.0, 9331.0, 9367.0, 9373.0, 9367.0, 9353.0, 9356.0, 9367.0, 9356.0, 9367.0, 9377.0, 9381.0, 9374.0, 9372.0, 9378.0, 9360.0, 9379.0, 9384.0, 9402.0, 9407.0, 9364.0, 9428.0, 9362.0, 9369.0, 9361.0, 9384.0, 9366.0, 9399.0, 9409.0, 9452.0, 9410.0, 9376.0, 9426.0, 9402.0, 9397.0, 9389.0, 9381.0, 9385.0, 9394.0, 9420.0, 9418.0, 9384.0, 9439.0, 9425.0, 9406.0, 9378.0, 9382.0, 9400.0, 9406.0, 9447.0, 9399.0, 9398.0, 9338.0, 9390.0, 9361.0, 9380.0, 9357.0, 9409.0, 9341.0, 9364.0, 9362.0, 9386.0, 9358.0, 9381.0, 9356.0, 9353.0, 9340.0, 9368.0, 9379.0, 9381.0, 9355.0, 9376.0, 9352.0, 9350.0, 9356.0, 9386.0, 9357.0, 9378.0, 9377.0, 9373.0, 9376.0, 9388.0, 9403.0, 9378.0, 9398.0, 9400.0, 9397.0, 9366.0, 9398.0, 9408.0, 9399.0, 9389.0, 9402.0, 9389.0, 9399.0, 9427.0, 9404.0, 9402.0, 9407.0, 9386.0, 9395.0, 9384.0, 9409.0, 9425.0, 9425.0, 9403.0, 9425.0, 9401.0, 9408.0, 9398.0, 9419.0, 9404.0, 9449.0, 9399.0, 9447.0, 9383.0, 9401.0, 9407.0, 9411.0, 9378.0, 9418.0, 9390.0, 9376.0, 9376.0, 9398.0, 9379.0, 9401.0, 9432.0, 9372.0, 9384.0, 9342.0, 9377.0, 9357.0, 9398.0, 9358.0, 9383.0, 9354.0, 9365.0, 9353.0, 9376.0, 9370.0, 9359.0, 9359.0, 9375.0, 9359.0, 9373.0, 9390.0, 9396.0, 9386.0, 9382.0, 9382.0, 9380.0, 9401.0, 9418.0, 9388.0, 9421.0, 9383.0, 9404.0, 9396.0, 9424.0, 9418.0, 9410.0, 9385.0, 9396.0, 9383.0, 9379.0, 9379.0, 9411.0, 9400.0, 9462.0, 9393.0, 9447.0, 9404.0, 9415.0, 9374.0, 9403.0, 9384.0, 9413.0, 9358.0, 9411.0, 9365.0, 9371.0, 9372.0, 9389.0, 9401.0, 9404.0, 9377.0, 9388.0, 9381.0, 9396.0, 9376.0, 9412.0, 9378.0, 9383.0, 9374.0, 9368.0, 9380.0, 9395.0, 9377.0, 9385.0, 9375.0, 9373.0, 9375.0, 9386.0, 9417.0, 9392.0, 9395.0, 9399.0, 9408.0, 9412.0, 9403.0, 9422.0, 9426.0, 9440.0, 9388.0, 9459.0, 9398.0, 9415.0, 9381.0, 9416.0, 9380.0, 9443.0, 9378.0, 9418.0, 9360.0, 9369.0, 9365.0, 9394.0, 9377.0, 9433.0, 9379.0, 9385.0, 9360.0, 9369.0, 9389.0, 9414.0, 9396.0, 9417.0, 9371.0, 9368.0, 9353.0, 9376.0, 9376.0, 9369.0, 9371.0, 9391.0, 9379.0, 9393.0, 9409.0, 9396.0, 9393.0, 9395.0, 9405.0, 9399.0, 9399.0, 9423.0, 9421.0, 9429.0, 9408.0, 9426.0, 9404.0, 9394.0, 9422.0, 9427.0, 9383.0, 9480.0, 9408.0, 9426.0, 9373.0, 9402.0, 9395.0, 9459.0, 9401.0, 9425.0, 9371.0, 9363.0, 9366.0, 9378.0, 9376.0, 9353.0, 9369.0, 9354.0, 9368.0, 9340.0, 9364.0, 9357.0, 9386.0, 9371.0, 9398.0, 9363.0, 9380.0, 9372.0, 9389.0, 9405.0, 9376.0, 9400.0, 9403.0, 9395.0, 9379.0, 9393.0, 9403.0, 9399.0, 9382.0, 9399.0, 9380.0, 9374.0, 9386.0, 9398.0, 9380.0, 9433.0, 9377.0, 9398.0, 9373.0, 9391.0, 9376.0, 9412.0, 9374.0, 9381.0, 9370.0, 9369.0, 9389.0, 9369.0, 9356.0, 9366.0, 9356.0, 9367.0, 9377.0, 9386.0, 9371.0, 9387.0, 9380.0, 9386.0, 9378.0, 9373.0, 9414.0, 9392.0, 9381.0, 9382.0, 9392.0, 9375.0, 9396.0, 9398.0, 9376.0, 9374.0, 9420.0, 9358.0, 9370.0, 9363.0, 9396.0, 9386.0, 9433.0, 9363.0, 9373.0, 9354.0, 9367.0, 9366.0, 9399.0, 9373.0, 9374.0, 9359.0, 9384.0, 9355.0, 9370.0, 9382.0, 9390.0, 9384.0, 9397.0, 9395.0, 9380.0, 9385.0, 9420.0, 9382.0, 9391.0, 9387.0, 9398.0, 9400.0, 9406.0, 9406.0, 9424.0, 9418.0, 9515.0, 9515.0, 9530.0, 9468.0, 9445.0, 9395.0, 9409.0, 9416.0, 9411.0, 9410.0, 9397.0, 9431.0, 9397.0, 9468.0, 9396.0, 9432.0, 9389.0, 9396.0, 9394.0, 9430.0, 9372.0, 9439.0, 9373.0, 9397.0, 9371.0, 9384.0, 9390.0, 9383.0, 9392.0, 9388.0, 9387.0, 9384.0, 9371.0, 9389.0, 9390.0, 9385.0, 9412.0, 9395.0, 9372.0, 9387.0, 9369.0, 9389.0, 9398.0, 9395.0, 9388.0, 9389.0, 9384.0, 9393.0, 9389.0, 9419.0, 9430.0, 9412.0, 9415.0, 9420.0, 9415.0, 9429.0, 9443.0, 9433.0, 9424.0, 9452.0, 9435.0, 9414.0, 9419.0, 9442.0, 9425.0, 9447.0, 9416.0, 9415.0, 9417.0, 9414.0, 9436.0, 9424.0, 9433.0, 9432.0, 9401.0, 9408.0, 9418.0, 9416.0, 9409.0, 9397.0, 9450.0, 9377.0, 9402.0, 9393.0, 9436.0, 9402.0, 9460.0, 9370.0, 9405.0, 9370.0, 9385.0, 9365.0, 9437.0, 9378.0, 9358.0, 9358.0, 9359.0, 9362.0, 9360.0, 9363.0, 9361.0, 9362.0, 9371.0, 9383.0, 9380.0, 9366.0, 9378.0, 9384.0, 9381.0, 9384.0, 9398.0, 9410.0, 9403.0, 9408.0, 9419.0, 9408.0, 9403.0, 9404.0, 9387.0, 9415.0, 9411.0, 9393.0, 9435.0, 9377.0, 9387.0, 9382.0, 9369.0, 9408.0, 9389.0, 9384.0, 9387.0, 9386.0, 9388.0, 9389.0, 9415.0, 9411.0, 9394.0, 9408.0, 9407.0, 9415.0, 9411.0, 9430.0, 9393.0, 9424.0, 9427.0, 9438.0, 9426.0, 9433.0, 9437.0, 9443.0, 9438.0, 9439.0, 9435.0, 9414.0, 9440.0, 9417.0, 9448.0, 9481.0, 9417.0, 9496.0, 9525.0, 9512.0, 9509.0, 9510.0, 9391.0, 9377.0, 9361.0, 9352.0, 9340.0, 9358.0, 9383.0, 9384.0, 9403.0, 9384.0, 9381.0, 9375.0, 9354.0, 9342.0, 9353.0, 9347.0, 9356.0, 9357.0, 9371.0, 9376.0, 9383.0, 9353.0, 9361.0, 9345.0, 9356.0, 9328.0, 9337.0, 9313.0, 9322.0, 9327.0, 9324.0, 9326.0, 9310.0, 9312.0, 9324.0, 9327.0, 9333.0, 9312.0, 9310.0, 9321.0, 9322.0, 9319.0, 9336.0, 9322.0, 9347.0, 9339.0, 9340.0, 9367.0, 9377.0, 9361.0, 9366.0, 9365.0, 9388.0, 9384.0, 9420.0, 9443.0, 9405.0, 9427.0, 9396.0, 9392.0, 9391.0, 9410.0, 9411.0, 9414.0, 9417.0, 9418.0, 9393.0, 9421.0, 9411.0, 9411.0, 9414.0, 9440.0, 9428.0, 9414.0, 9428.0, 9417.0, 9415.0, 9418.0, 9416.0, 9433.0, 9460.0, 9423.0, 9504.0, 9436.0, 9489.0, 9427.0, 9466.0, 9428.0, 9483.0, 9409.0, 9459.0, 9386.0, 9417.0, 9392.0, 9369.0, 9381.0, 9396.0, 9391.0, 9366.0, 9380.0, 9368.0, 9382.0, 9388.0, 9423.0, 9417.0, 9429.0, 9434.0, 9453.0, 9436.0, 9434.0, 9443.0, 9468.0, 9439.0, 9449.0, 9421.0, 9464.0, 9434.0, 9446.0, 9398.0, 9430.0, 9430.0, 9427.0, 9413.0, 9412.0, 9421.0, 9416.0, 9398.0, 9414.0, 9431.0, 9408.0, 9394.0, 9414.0, 9399.0, 9396.0, 9454.0, 9396.0, 9420.0, 9393.0, 9416.0, 9395.0, 9445.0, 9377.0, 9435.0, 9370.0, 9370.0, 9389.0, 9372.0, 9366.0, 9356.0, 9382.0, 9372.0, 9383.0, 9369.0, 9380.0, 9372.0, 9398.0, 9397.0, 9403.0, 9396.0, 9424.0, 9407.0, 9406.0, 9410.0, 9420.0, 9425.0, 9433.0, 9400.0, 9427.0, 9422.0, 9430.0, 9418.0, 9443.0, 9441.0, 9466.0, 9419.0, 9442.0, 9403.0, 9426.0, 9415.0, 9413.0, 9430.0, 9412.0, 9415.0, 9432.0, 9430.0, 9401.0, 9430.0, 9421.0, 9429.0, 9417.0, 9426.0, 9398.0, 9422.0, 9414.0, 9434.0, 9416.0, 9482.0, 9419.0, 9481.0, 9399.0, 9447.0, 9409.0, 9434.0, 9392.0, 9442.0, 9393.0, 9401.0, 9388.0, 9404.0, 9410.0, 9406.0, 9395.0, 9407.0, 9399.0, 9420.0, 9394.0, 9404.0, 9417.0, 9454.0, 9394.0, 9479.0, 9425.0, 9463.0, 9389.0, 9432.0, 9397.0, 9401.0, 9373.0, 9398.0, 9404.0, 9399.0, 9389.0, 9413.0, 9398.0, 9388.0, 9395.0, 9404.0, 9409.0, 9406.0, 9413.0, 9430.0, 9401.0, 9403.0, 9393.0, 9443.0, 9384.0, 9369.0, 9386.0, 9390.0, 9382.0, 9369.0, 9387.0, 9392.0, 9407.0, 9394.0, 9410.0, 9394.0, 9394.0, 9416.0, 9437.0, 9408.0, 9406.0, 9437.0, 9414.0, 9408.0, 9416.0, 9428.0, 9412.0, 9422.0, 9438.0, 9445.0, 9401.0, 9477.0, 9421.0, 9422.0, 9410.0, 9444.0, 9417.0, 9432.0, 9392.0, 9406.0, 9394.0, 9405.0, 9390.0, 9406.0, 9397.0, 9407.0, 9410.0, 9434.0, 9441.0, 9404.0, 9389.0, 9411.0, 9431.0, 9392.0, 9460.0, 9383.0, 9393.0, 9365.0, 9362.0, 9369.0, 9388.0, 9382.0, 9385.0, 9389.0, 9383.0, 9386.0, 9390.0, 9395.0, 9391.0, 9392.0, 9391.0, 9389.0, 9388.0, 9388.0, 9392.0, 9414.0, 9392.0, 9388.0, 9417.0, 9412.0, 9405.0, 9443.0, 9442.0, 9422.0, 9483.0, 9457.0, 9486.0, 9428.0, 9452.0, 9413.0, 9432.0, 9399.0, 9454.0, 9398.0, 9435.0, 9394.0, 9390.0, 9410.0, 9377.0, 9404.0, 9407.0, 9396.0, 9392.0, 9411.0, 9419.0, 9407.0, 9389.0, 9393.0, 9405.0, 9392.0, 9377.0, 9410.0, 9392.0, 9389.0, 9381.0, 9395.0, 9396.0, 9392.0, 9418.0, 9408.0, 9391.0, 9457.0, 9387.0, 9442.0, 9383.0, 9417.0, 9392.0, 9411.0, 9374.0, 9432.0, 9395.0, 9388.0, 9391.0, 9370.0, 9414.0, 9400.0, 9418.0, 9390.0, 9429.0, 9397.0, 9391.0, 9393.0, 9403.0, 9377.0, 9394.0, 9388.0, 9364.0, 9386.0, 9388.0, 9405.0, 9403.0, 9411.0, 9432.0, 9428.0, 9410.0, 9421.0, 9443.0, 9419.0, 9413.0, 9423.0, 9434.0, 9408.0, 9471.0, 9396.0, 9434.0, 9371.0, 9381.0, 9421.0, 9372.0, 9466.0, 9422.0, 9383.0, 9370.0, 9378.0, 9374.0, 9420.0, 9368.0, 9437.0, 9397.0, 9379.0, 9371.0, 9426.0, 9392.0, 9390.0, 9381.0, 9375.0, 9357.0, 9424.0, 9416.0, 9396.0, 9429.0, 9400.0, 9406.0, 9396.0, 9389.0, 9397.0, 9407.0, 9400.0, 9398.0, 9404.0, 9416.0, 9441.0, 9449.0, 9445.0, 9419.0, 9430.0, 9444.0, 9443.0, 9443.0, 9459.0, 9473.0, 9477.0, 9462.0, 9473.0, 9461.0, 9481.0, 9469.0, 9496.0, 9518.0, 9502.0, 9485.0, 9529.0, 9492.0, 9514.0, 9466.0, 9480.0, 9512.0, 9479.0, 9515.0, 9484.0, 9512.0, 9464.0, 9470.0, 9420.0, 9478.0, 9409.0, 9491.0, 9454.0, 9454.0, 9390.0, 9390.0, 9394.0, 9419.0, 9447.0, 9469.0, 9431.0, 9417.0, 9372.0, 9386.0, 9390.0, 9383.0, 9439.0, 9444.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.0009093508500772798</td></tr>
<tr><td colspan=3>aqi</td><td>0.040386896445131375</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.263529713410634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.116102480386699</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9377407300928056</td></tr>
<tr><td colspan=3>efc</td><td>0.4756</td></tr>
<tr><td colspan=3>fber</td><td>5214.0215</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10808780762926709</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.8145285935085</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4636660987338246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3410887623659127</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7034243900907944</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3464851437447662</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124912</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015938151627779007</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02674856409430504</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1294</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.76052822778052</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>27.6224</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.7023</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302192.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.6437</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.935</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.6851</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3435.6202</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.5718</td></tr>
<tr><td colspan=3>tsnr</td><td>30.622655620449223</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>