<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-02/func/sub-0066_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>8600c62b794d1b3b787488f434edb60c</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>14:34:58.185000</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.999981, -0.00334158, 0.00509797, 0.00366507, 0.99789, -0.0648251]</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.117389</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>[4144, -7727, -7297, 425, -132, -72, 56, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>957f7025-bd7c-4d9f-abf9-e60e9f64da57||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.6828770637512207, 0.009833117946982384, 0.013150596059858799, 109.39604949951172], [0.008965208195149899, 2.6772656440734863, -0.17507508397102356, -84.59111022949219], [0.013677471317350864, 0.1739211082458496, 2.6942858695983887, -74.3005599975586], [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': ['143458.185000', '143458.645000', '143459.105000', '143459.565000', '143500.025000', '143500.485000', '143500.945000', '143501.405000', '143501.865000', '143502.325000', '143502.785000', '143503.245000', '143503.705000', '143504.165000', '143504.625000', '143505.085000', '143505.545000', '143506.005000', '143506.465000', '143506.925000', '143507.385000', '143507.845000', '143508.305000', '143508.765000', '143509.225000', '143509.685000', '143510.145000', '143510.605000', '143511.065000', '143511.525000', '143511.985000', '143512.445000', '143512.905000', '143513.365000', '143513.825000', '143514.285000', '143514.745000', '143515.205000', '143515.665000', '143516.125000', '143516.585000', '143517.045000', '143517.505000', '143517.965000', '143518.425000', '143518.885000', '143519.345000', '143519.805000', '143520.265000', '143520.725000', '143521.185000', '143521.645000', '143522.105000', '143522.565000', '143523.025000', '143523.485000', '143523.945000', '143524.405000', '143524.865000', '143525.325000', '143525.785000', '143526.245000', '143526.705000', '143527.165000', '143527.625000', '143528.085000', '143528.545000', '143529.005000', '143529.465000', '143529.925000', '143530.385000', '143530.845000', '143531.305000', '143531.765000', '143532.225000', '143532.685000', '143533.145000', '143533.605000', '143534.065000', '143534.525000', '143534.985000', '143535.445000', '143535.905000', '143536.365000', '143536.825000', '143537.285000', '143537.745000', '143538.205000', '143538.665000', '143539.125000', '143539.585000', '143540.045000', '143540.505000', '143540.965000', '143541.425000', '143541.885000', '143542.345000', '143542.805000', '143543.265000', '143543.725000', '143544.185000', '143544.645000', '143545.105000', '143545.565000', '143546.025000', '143546.485000', '143546.945000', '143547.405000', '143547.865000', '143548.325000', '143548.785000', '143549.245000', '143549.705000', '143550.165000', '143550.625000', '143551.085000', '143551.545000', '143552.005000', '143552.465000', '143552.925000', '143553.385000', '143553.845000', '143554.305000', '143554.765000', '143555.225000', '143555.685000', '143556.145000', '143556.605000', '143557.065000', '143557.525000', '143557.985000', '143558.445000', '143558.905000', '143559.365000', '143559.825000', '143600.285000', '143600.745000', '143601.205000', '143601.665000', '143602.125000', '143602.585000', '143603.045000', '143603.505000', '143603.965000', '143604.425000', '143604.885000', '143605.345000', '143605.805000', '143606.265000', '143606.725000', '143607.185000', '143607.645000', '143608.105000', '143608.565000', '143609.025000', '143609.485000', '143609.945000', '143610.405000', '143610.865000', '143611.325000', '143611.785000', '143612.245000', '143612.705000', '143613.165000', '143613.625000', '143614.085000', '143614.545000', '143615.005000', '143615.465000', '143615.925000', '143616.385000', '143616.845000', '143617.305000', '143617.765000', '143618.225000', '143618.685000', '143619.145000', '143619.605000', '143620.065000', '143620.525000', '143620.985000', '143621.445000', '143621.905000', '143622.365000', '143622.825000', '143623.285000', '143623.745000', '143624.205000', '143624.665000', '143625.125000', '143625.585000', '143626.045000', '143626.505000', '143626.965000', '143627.425000', '143627.885000', '143628.345000', '143628.805000', '143629.265000', '143629.725000', '143630.185000', '143630.645000', '143631.105000', '143631.565000', '143632.025000', '143632.485000', '143632.945000', '143633.405000', '143633.865000', '143634.325000', '143634.785000', '143635.245000', '143635.705000', '143636.165000', '143636.625000', '143637.085000', '143637.545000', '143638.005000', '143638.465000', '143638.925000', '143639.385000', '143639.845000', '143640.305000', '143640.765000', '143641.225000', '143641.685000', '143642.145000', '143642.605000', '143643.065000', '143643.525000', '143643.985000', '143644.445000', '143644.905000', '143645.365000', '143645.825000', '143646.285000', '143646.745000', '143647.205000', '143647.665000', '143648.125000', '143648.585000', '143649.045000', '143649.505000', '143649.965000', '143650.425000', '143650.885000', '143651.345000', '143651.805000', '143652.265000', '143652.725000', '143653.185000', '143653.645000', '143654.105000', '143654.565000', '143655.025000', '143655.485000', '143655.945000', '143656.405000', '143656.865000', '143657.325000', '143657.785000', '143658.245000', '143658.705000', '143659.165000', '143659.625000', '143700.085000', '143700.545000', '143701.005000', '143701.465000', '143701.925000', '143702.385000', '143702.845000', '143703.305000', '143703.765000', '143704.225000', '143704.685000', '143705.145000', '143705.605000', '143706.065000', '143706.525000', '143706.985000', '143707.445000', '143707.905000', '143708.365000', '143708.825000', '143709.285000', '143709.745000', '143710.205000', '143710.665000', '143711.125000', '143711.585000', '143712.045000', '143712.505000', '143712.965000', '143713.425000', '143713.885000', '143714.345000', '143714.805000', '143715.265000', '143715.725000', '143716.185000', '143716.645000', '143717.105000', '143717.565000', '143718.025000', '143718.485000', '143718.945000', '143719.405000', '143719.865000', '143720.325000', '143720.785000', '143721.245000', '143721.705000', '143722.165000', '143722.625000', '143723.085000', '143723.545000', '143724.005000', '143724.465000', '143724.925000', '143725.385000', '143725.845000', '143726.305000', '143726.765000', '143727.225000', '143727.685000', '143728.145000', '143728.605000', '143729.065000', '143729.525000', '143729.985000', '143730.445000', '143730.905000', '143731.365000', '143731.825000', '143732.285000', '143732.745000', '143733.205000', '143733.665000', '143734.125000', '143734.585000', '143735.045000', '143735.505000', '143735.965000', '143736.425000', '143736.885000', '143737.345000', '143737.805000', '143738.265000', '143738.725000', '143739.185000', '143739.645000', '143740.105000', '143740.565000', '143741.025000', '143741.485000', '143741.945000', '143742.405000', '143742.865000', '143743.325000', '143743.785000', '143744.245000', '143744.705000', '143745.165000', '143745.625000', '143746.085000', '143746.545000', '143747.005000', '143747.465000', '143747.925000', '143748.385000', '143748.845000', '143749.305000', '143749.765000', '143750.225000', '143750.685000', '143751.145000', '143751.605000', '143752.065000', '143752.525000', '143752.985000', '143753.445000', '143753.905000', '143754.365000', '143754.825000', '143755.285000', '143755.745000', '143756.205000', '143756.665000', '143757.125000', '143757.585000', '143758.045000', '143758.505000', '143758.965000', '143759.425000', '143759.885000', '143800.345000', '143800.805000', '143801.265000', '143801.725000', '143802.185000', '143802.645000', '143803.105000', '143803.565000', '143804.025000', '143804.485000', '143804.945000', '143805.405000', '143805.865000', '143806.325000', '143806.785000', '143807.245000', '143807.705000', '143808.165000', '143808.625000', '143809.085000', '143809.545000', '143810.005000', '143810.465000', '143810.925000', '143811.385000', '143811.845000', '143812.305000', '143812.765000', '143813.225000', '143813.685000', '143814.145000', '143814.605000', '143815.065000', '143815.525000', '143815.985000', '143816.445000', '143816.905000', '143817.365000', '143817.825000', '143818.285000', '143818.745000', '143819.205000', '143819.665000', '143820.125000', '143820.585000', '143821.045000', '143821.505000', '143821.965000', '143822.425000', '143822.885000', '143823.345000', '143823.805000', '143824.265000', '143824.725000', '143825.185000', '143825.645000', '143826.105000', '143826.565000', '143827.025000', '143827.485000', '143827.945000', '143828.405000', '143828.865000', '143829.325000', '143829.785000', '143830.245000', '143830.705000', '143831.165000', '143831.625000', '143832.085000', '143832.545000', '143833.005000', '143833.465000', '143833.925000', '143834.385000', '143834.845000', '143835.305000', '143835.765000', '143836.225000', '143836.685000', '143837.145000', '143837.605000', '143838.065000', '143838.525000', '143838.985000', '143839.445000', '143839.905000', '143840.365000', '143840.825000', '143841.285000', '143841.745000', '143842.205000', '143842.665000', '143843.125000', '143843.585000', '143844.045000', '143844.505000', '143844.965000', '143845.425000', '143845.885000', '143846.345000', '143846.805000', '143847.265000', '143847.725000', '143848.185000', '143848.645000', '143849.105000', '143849.565000', '143850.025000', '143850.485000', '143850.945000', '143851.405000', '143851.865000', '143852.325000', '143852.785000', '143853.245000', '143853.705000', '143854.165000', '143854.625000', '143855.085000', '143855.545000', '143856.005000', '143856.465000', '143856.925000', '143857.385000', '143857.845000', '143858.305000', '143858.765000', '143859.225000', '143859.685000', '143900.145000', '143900.605000', '143901.065000', '143901.525000', '143901.985000', '143902.445000', '143902.905000', '143903.365000', '143903.825000', '143904.285000', '143904.745000', '143905.205000', '143905.665000', '143906.125000', '143906.585000', '143907.045000', '143907.505000', '143907.965000', '143908.425000', '143908.885000', '143909.345000', '143909.805000', '143910.265000', '143910.725000', '143911.185000', '143911.645000', '143912.105000', '143912.565000', '143913.025000', '143913.485000', '143913.945000', '143914.405000', '143914.865000', '143915.325000', '143915.785000', '143916.245000', '143916.705000', '143917.165000', '143917.625000', '143918.085000', '143918.545000', '143919.005000', '143919.465000', '143919.925000', '143920.385000', '143920.845000', '143921.305000', '143921.765000', '143922.225000', '143922.685000', '143923.145000', '143923.605000', '143924.065000', '143924.525000', '143924.985000', '143925.445000', '143925.905000', '143926.365000', '143926.825000', '143927.285000', '143927.745000', '143928.205000', '143928.665000', '143929.125000', '143929.585000', '143930.045000', '143930.505000', '143930.965000', '143931.425000', '143931.885000', '143932.345000', '143932.805000', '143933.265000', '143933.725000', '143934.185000', '143934.645000', '143935.105000', '143935.565000', '143936.025000', '143936.485000', '143936.945000', '143937.405000', '143937.865000', '143938.325000', '143938.785000', '143939.245000', '143939.705000', '143940.165000', '143940.625000', '143941.085000', '143941.545000', '143942.005000', '143942.465000', '143942.925000', '143943.385000', '143943.845000', '143944.305000', '143944.765000', '143945.225000', '143945.685000', '143946.145000', '143946.605000', '143947.065000', '143947.525000', '143947.985000', '143948.445000', '143948.905000', '143949.365000', '143949.825000', '143950.285000', '143950.745000', '143951.205000', '143951.665000', '143952.125000', '143952.585000', '143953.045000', '143953.505000', '143953.965000', '143954.425000', '143954.885000', '143955.345000', '143955.805000', '143956.265000', '143956.725000', '143957.185000', '143957.645000', '143958.105000', '143958.565000', '143959.025000', '143959.485000', '143959.945000', '144000.405000', '144000.865000', '144001.325000', '144001.785000', '144002.245000', '144002.705000', '144003.165000', '144003.625000', '144004.085000', '144004.545000', '144005.005000', '144005.465000', '144005.925000', '144006.385000', '144006.845000', '144007.305000', '144007.765000', '144008.225000', '144008.685000', '144009.145000', '144009.605000', '144010.065000', '144010.525000', '144010.985000', '144011.445000', '144011.905000', '144012.365000', '144012.825000', '144013.285000', '144013.745000', '144014.205000', '144014.665000', '144015.125000', '144015.585000', '144016.045000', '144016.505000', '144016.965000', '144017.425000', '144017.885000', '144018.345000', '144018.805000', '144019.265000', '144019.725000', '144020.185000', '144020.645000', '144021.105000', '144021.565000', '144022.025000', '144022.485000', '144022.945000', '144023.405000', '144023.865000', '144024.325000', '144024.785000', '144025.245000', '144025.705000', '144026.165000', '144026.625000', '144027.085000', '144027.545000', '144028.005000', '144028.465000', '144028.925000', '144029.385000', '144029.845000', '144030.305000', '144030.765000', '144031.225000', '144031.685000', '144032.145000', '144032.605000', '144033.065000', '144033.525000', '144033.985000', '144034.445000', '144034.905000', '144035.365000', '144035.825000', '144036.285000', '144036.745000', '144037.205000', '144037.665000', '144038.125000', '144038.585000', '144039.045000', '144039.505000', '144039.965000', '144040.425000', '144040.885000', '144041.345000', '144041.805000', '144042.265000', '144042.725000', '144043.185000', '144043.645000', '144044.105000', '144044.565000', '144045.025000', '144045.485000', '144045.945000', '144046.405000', '144046.865000', '144047.325000', '144047.785000', '144048.245000', '144048.705000', '144049.165000', '144049.625000', '144050.085000', '144050.545000', '144051.005000', '144051.465000', '144051.925000', '144052.385000', '144052.845000', '144053.305000', '144053.765000', '144054.225000', '144054.685000', '144055.145000', '144055.605000', '144056.065000', '144056.525000', '144056.985000', '144057.445000', '144057.905000', '144058.365000', '144058.825000', '144059.285000', '144059.745000', '144100.205000', '144100.665000', '144101.125000', '144101.585000', '144102.045000', '144102.505000', '144102.965000', '144103.425000', '144103.885000', '144104.345000', '144104.805000', '144105.265000', '144105.725000', '144106.185000', '144106.645000', '144107.105000', '144107.565000', '144108.025000', '144108.485000', '144108.945000', '144109.405000', '144109.865000', '144110.325000', '144110.785000', '144111.245000', '144111.705000', '144112.165000', '144112.625000', '144113.085000', '144113.545000', '144114.005000', '144114.465000', '144114.925000', '144115.385000', '144115.845000', '144116.305000', '144116.765000', '144117.225000', '144117.685000', '144118.145000', '144118.605000', '144119.065000', '144119.525000', '144119.985000', '144120.445000', '144120.905000', '144121.365000', '144121.825000', '144122.285000', '144122.745000', '144123.205000', '144123.665000', '144124.125000', '144124.585000', '144125.045000', '144125.505000', '144125.965000', '144126.425000', '144126.885000', '144127.345000', '144127.805000', '144128.265000', '144128.725000', '144129.185000', '144129.645000', '144130.105000', '144130.565000', '144131.025000', '144131.485000', '144131.945000', '144132.405000', '144132.865000', '144133.325000', '144133.785000', '144134.245000', '144134.705000', '144135.165000', '144135.625000', '144136.085000', '144136.545000', '144137.005000', '144137.465000', '144137.925000', '144138.385000', '144138.845000', '144139.305000', '144139.765000', '144140.225000', '144140.685000', '144141.145000', '144141.605000', '144142.065000', '144142.525000', '144142.985000', '144143.445000', '144143.905000', '144144.365000', '144144.825000', '144145.285000', '144145.745000', '144146.205000', '144146.665000', '144147.125000', '144147.585000', '144148.045000', '144148.505000', '144148.965000', '144149.425000', '144149.885000', '144150.345000', '144150.805000', '144151.265000', '144151.725000', '144152.185000', '144152.645000', '144153.105000', '144153.565000', '144154.025000', '144154.485000', '144154.945000', '144155.405000', '144155.865000', '144156.325000', '144156.785000', '144157.245000', '144157.705000', '144158.165000', '144158.625000', '144159.085000', '144159.545000', '144200.005000', '144200.465000', '144200.925000', '144201.385000', '144201.845000', '144202.305000', '144202.765000', '144203.225000', '144203.685000', '144204.145000', '144204.605000', '144205.065000', '144205.525000', '144205.985000', '144206.445000', '144206.905000', '144207.365000', '144207.825000', '144208.285000', '144208.745000', '144209.205000', '144209.665000', '144210.125000', '144210.585000', '144211.045000', '144211.505000', '144211.965000', '144212.425000', '144212.885000', '144213.345000', '144213.805000', '144214.265000', '144214.725000', '144215.185000', '144215.645000', '144216.105000', '144216.565000', '144217.025000', '144217.485000', '144217.945000', '144218.405000', '144218.865000', '144219.325000', '144219.785000', '144220.245000', '144220.705000', '144221.165000', '144221.625000', '144222.085000', '144222.545000', '144223.005000', '144223.465000', '144223.925000', '144224.385000', '144224.845000', '144225.305000', '144225.765000', '144226.225000', '144226.685000', '144227.145000', '144227.605000', '144228.065000', '144228.525000', '144228.985000', '144229.445000', '144229.905000', '144230.365000', '144230.825000', '144231.285000', '144231.745000', '144232.205000', '144232.665000', '144233.125000', '144233.585000', '144234.045000', '144234.505000', '144234.965000', '144235.425000', '144235.885000', '144236.345000', '144236.805000', '144237.265000', '144237.725000', '144238.185000', '144238.645000', '144239.105000', '144239.565000', '144240.025000', '144240.485000', '144240.945000', '144241.405000', '144241.865000', '144242.325000', '144242.785000', '144243.245000', '144243.705000', '144244.165000', '144244.625000', '144245.085000', '144245.545000', '144246.005000', '144246.465000', '144246.925000', '144247.385000', '144247.845000', '144248.305000', '144248.765000', '144249.225000', '144249.685000', '144250.145000', '144250.605000', '144251.065000', '144251.525000', '144251.985000', '144252.445000', '144252.905000', '144253.365000', '144253.825000', '144254.285000', '144254.745000', '144255.205000', '144255.665000', '144256.125000', '144256.585000', '144257.045000', '144257.505000', '144257.965000', '144258.425000', '144258.885000', '144259.345000', '144259.805000', '144300.265000', '144300.725000', '144301.185000', '144301.645000', '144302.105000', '144302.565000', '144303.025000', '144303.485000', '144303.945000', '144304.405000', '144304.865000', '144305.325000', '144305.785000', '144306.245000', '144306.705000', '144307.165000', '144307.625000', '144308.085000', '144308.545000', '144309.005000', '144309.465000', '144309.925000', '144310.385000', '144310.845000', '144311.305000', '144311.765000', '144312.225000', '144312.685000', '144313.145000', '144313.605000', '144314.065000', '144314.525000', '144314.985000', '144315.445000', '144315.905000', '144316.365000', '144316.825000', '144317.285000', '144317.745000', '144318.205000', '144318.665000', '144319.125000', '144319.585000', '144320.045000', '144320.505000', '144320.965000', '144321.425000', '144321.885000', '144322.345000', '144322.805000', '144323.265000', '144323.725000', '144324.185000', '144324.645000', '144325.105000', '144325.565000', '144326.025000', '144326.485000', '144326.945000', '144327.405000', '144327.865000', '144328.325000', '144328.785000', '144329.245000', '144329.705000', '144330.165000', '144330.625000', '144331.085000', '144331.545000', '144332.005000', '144332.465000', '144332.925000', '144333.385000', '144333.845000', '144334.305000', '144334.765000', '144335.225000', '144335.685000', '144336.145000', '144336.605000', '144337.065000', '144337.525000', '144337.985000', '144338.445000', '144338.905000', '144339.365000', '144339.825000', '144340.285000', '144340.745000', '144341.205000', '144341.665000', '144342.125000', '144342.585000', '144343.045000', '144343.505000', '144343.965000', '144344.425000', '144344.885000', '144345.345000', '144345.805000', '144346.265000', '144346.725000', '144347.185000', '144347.645000', '144348.105000', '144348.565000', '144349.025000', '144349.485000', '144349.945000', '144350.405000', '144350.865000', '144351.325000', '144351.785000', '144352.245000', '144352.705000', '144353.165000', '144353.625000', '144354.085000', '144354.545000', '144355.005000', '144355.465000', '144355.925000', '144356.385000', '144356.845000', '144357.305000', '144357.765000', '144358.225000', '144358.685000', '144359.145000', '144359.605000', '144400.065000', '144400.525000', '144400.985000', '144401.445000', '144401.905000', '144402.365000', '144402.825000', '144403.285000', '144403.745000', '144404.205000', '144404.665000', '144405.125000', '144405.585000', '144406.045000', '144406.505000', '144406.965000', '144407.425000', '144407.885000', '144408.345000', '144408.805000', '144409.265000', '144409.725000', '144410.185000', '144410.645000', '144411.105000', '144411.565000', '144412.025000', '144412.485000', '144412.945000', '144413.405000', '144413.865000', '144414.325000', '144414.785000', '144415.245000', '144415.705000', '144416.165000', '144416.625000', '144417.085000', '144417.545000', '144418.005000', '144418.465000', '144418.925000', '144419.385000', '144419.845000', '144420.305000', '144420.765000', '144421.225000', '144421.685000', '144422.145000', '144422.605000', '144423.065000', '144423.525000', '144423.985000', '144424.445000', '144424.905000', '144425.365000', '144425.825000', '144426.285000', '144426.745000', '144427.205000', '144427.665000', '144428.125000', '144428.585000', '144429.045000', '144429.505000', '144429.965000', '144430.425000', '144430.885000', '144431.345000', '144431.805000', '144432.265000', '144432.725000', '144433.185000', '144433.645000', '144434.105000', '144434.565000', '144435.025000', '144435.485000', '144435.945000', '144436.405000', '144436.865000', '144437.325000', '144437.785000', '144438.245000', '144438.705000', '144439.165000', '144439.625000', '144440.085000', '144440.545000', '144441.005000', '144441.465000', '144441.925000', '144442.385000', '144442.845000', '144443.305000', '144443.765000', '144444.225000', '144444.685000', '144445.145000', '144445.605000', '144446.065000', '144446.525000', '144446.985000', '144447.445000', '144447.905000', '144448.365000', '144448.825000', '144449.285000', '144449.745000', '144450.205000', '144450.665000', '144451.125000', '144451.585000', '144452.045000', '144452.505000', '144452.965000', '144453.425000', '144453.885000', '144454.345000', '144454.805000'], 'ContentTime': ['143509.637000', '143509.640000', '143509.643000', '143509.646000', '143509.648000', '143509.677000', '143509.698000', '143509.701000', '143509.704000', '143509.706000', '143509.709000', '143509.711000', '143509.714000', '143509.717000', '143509.724000', '143509.727000', '143509.730000', '143509.732000', '143509.735000', '143509.737000', '143509.740000', '143509.742000', '143529.611000', '143529.614000', '143529.617000', '143529.619000', '143529.622000', '143529.625000', '143529.627000', '143529.630000', '143529.632000', '143529.635000', '143529.637000', '143529.640000', '143529.642000', '143529.645000', '143529.648000', '143529.650000', '143529.653000', '143529.655000', '143529.658000', '143529.660000', '143529.663000', '143529.665000', '143529.668000', '143529.670000', '143529.673000', '143529.676000', '143529.678000', '143529.681000', '143529.683000', '143529.686000', '143529.689000', '143529.691000', '143529.694000', '143529.696000', '143529.699000', '143529.701000', '143529.704000', '143529.707000', '143529.709000', '143529.712000', '143529.714000', '143529.717000', '143529.720000', '143529.722000', '143549.611000', '143549.614000', '143549.617000', '143549.619000', '143549.622000', '143549.624000', '143549.627000', '143549.630000', '143549.632000', '143549.635000', '143549.637000', '143549.640000', '143549.642000', '143549.645000', '143549.648000', '143549.650000', '143549.653000', '143549.655000', '143549.658000', '143549.660000', '143549.663000', '143549.666000', '143549.668000', '143549.671000', '143549.673000', '143549.676000', '143549.679000', '143549.681000', '143549.684000', '143549.687000', '143549.689000', '143549.692000', '143549.695000', '143549.697000', '143549.700000', '143549.702000', '143549.705000', '143549.708000', '143549.711000', '143549.714000', '143549.717000', '143549.719000', '143549.722000', '143609.611000', '143609.614000', '143609.617000', '143609.629000', '143609.632000', '143609.634000', '143609.637000', '143609.639000', '143609.642000', '143609.644000', '143609.647000', '143609.650000', '143609.652000', '143609.655000', '143609.657000', '143609.660000', '143609.663000', '143609.665000', '143609.668000', '143609.670000', '143609.673000', '143609.675000', '143609.678000', '143609.680000', '143609.683000', '143609.686000', '143609.688000', '143609.691000', '143609.694000', '143609.696000', '143609.699000', '143609.701000', '143609.704000', '143609.707000', '143609.709000', '143609.712000', '143609.714000', '143609.717000', '143609.719000', '143609.722000', '143609.725000', '143609.727000', '143609.730000', '143629.611000', '143629.613000', '143629.616000', '143629.619000', '143629.621000', '143629.624000', '143629.626000', '143629.629000', '143629.631000', '143629.634000', '143629.637000', '143629.639000', '143629.642000', '143629.644000', '143629.647000', '143629.649000', '143629.652000', '143629.655000', '143629.657000', '143629.660000', '143629.662000', '143629.665000', '143629.667000', '143629.670000', '143629.673000', '143629.675000', '143629.678000', '143629.680000', '143629.683000', '143629.685000', '143629.688000', '143629.691000', '143629.693000', '143629.696000', '143629.699000', '143629.701000', '143629.704000', '143629.707000', '143629.709000', '143629.712000', '143629.714000', '143629.717000', '143629.719000', '143629.722000', '143649.611000', '143649.614000', '143649.617000', '143649.619000', '143649.622000', '143649.625000', '143649.627000', '143649.630000', '143649.632000', '143649.635000', '143649.637000', '143649.640000', '143649.643000', '143649.645000', '143649.648000', '143649.650000', '143649.653000', '143649.656000', '143649.658000', '143649.661000', '143649.663000', '143649.666000', '143649.668000', '143649.671000', '143649.673000', '143649.676000', '143649.679000', '143649.681000', '143649.684000', '143649.686000', '143649.689000', '143649.692000', '143649.694000', '143649.697000', '143649.699000', '143649.702000', '143649.704000', '143649.707000', '143649.710000', '143649.712000', '143649.715000', '143649.717000', '143649.720000', '143649.722000', '143709.611000', '143709.614000', '143709.617000', '143709.620000', '143709.622000', '143709.625000', '143709.627000', '143709.630000', '143709.633000', '143709.635000', '143709.638000', '143709.640000', '143709.643000', '143709.645000', '143709.648000', '143709.651000', '143709.653000', '143709.656000', '143709.658000', '143709.661000', '143709.663000', '143709.666000', '143709.669000', '143709.671000', '143709.674000', '143709.676000', '143709.679000', '143709.682000', '143709.684000', '143709.687000', '143709.689000', '143709.692000', '143709.695000', '143709.697000', '143709.700000', '143709.702000', '143709.705000', '143709.708000', '143709.710000', '143709.713000', '143709.715000', '143709.718000', '143709.721000', '143729.611000', '143729.614000', '143729.617000', '143729.619000', '143729.622000', '143729.625000', '143729.627000', '143729.630000', '143729.632000', '143729.635000', '143729.637000', '143729.640000', '143729.643000', '143729.645000', '143729.648000', '143729.651000', '143729.653000', '143729.656000', '143729.658000', '143729.661000', '143729.663000', '143729.666000', '143729.669000', '143729.671000', '143729.674000', '143729.676000', '143729.679000', '143729.682000', '143729.684000', '143729.687000', '143729.690000', '143729.692000', '143729.695000', '143729.697000', '143729.700000', '143729.702000', '143729.705000', '143729.708000', '143729.710000', '143729.713000', '143729.715000', '143729.718000', '143729.730000', '143729.733000', '143749.612000', '143749.615000', '143749.617000', '143749.620000', '143749.622000', '143749.625000', '143749.628000', '143749.630000', '143749.633000', '143749.636000', '143749.638000', '143749.641000', '143749.643000', '143749.646000', '143749.649000', '143749.651000', '143749.654000', '143749.656000', '143749.659000', '143749.661000', '143749.664000', '143749.667000', '143749.669000', '143749.672000', '143749.674000', '143749.677000', '143749.680000', '143749.682000', '143749.685000', '143749.688000', '143749.690000', '143749.693000', '143749.695000', '143749.698000', '143749.701000', '143749.703000', '143749.706000', '143749.708000', '143749.711000', '143749.714000', '143749.716000', '143749.719000', '143749.722000', '143809.611000', '143809.614000', '143809.617000', '143809.620000', '143809.622000', '143809.625000', '143809.627000', '143809.630000', '143809.633000', '143809.635000', '143809.638000', '143809.640000', '143809.643000', '143809.646000', '143809.648000', '143809.651000', '143809.653000', '143809.656000', '143809.659000', '143809.661000', '143809.664000', '143809.666000', '143809.669000', '143809.671000', '143809.674000', '143809.677000', '143809.679000', '143809.682000', '143809.684000', '143809.687000', '143809.689000', '143809.692000', '143809.695000', '143809.697000', '143809.700000', '143809.702000', '143809.705000', '143809.708000', '143809.710000', '143809.713000', '143809.715000', '143809.718000', '143809.720000', '143809.723000', '143829.612000', '143829.615000', '143829.617000', '143829.620000', '143829.622000', '143829.625000', '143829.627000', '143829.630000', '143829.633000', '143829.635000', '143829.638000', '143829.640000', '143829.643000', '143829.645000', '143829.648000', '143829.651000', '143829.653000', '143829.656000', '143829.658000', '143829.661000', '143829.663000', '143829.666000', '143829.669000', '143829.671000', '143829.674000', '143829.676000', '143829.679000', '143829.682000', '143829.684000', '143829.687000', '143829.689000', '143829.692000', '143829.694000', '143829.697000', '143829.700000', '143829.702000', '143829.705000', '143829.707000', '143829.710000', '143829.713000', '143829.715000', '143829.718000', '143829.720000', '143849.610000', '143849.613000', '143849.616000', '143849.619000', '143849.621000', '143849.624000', '143849.626000', '143849.629000', '143849.631000', '143849.634000', '143849.637000', '143849.639000', '143849.642000', '143849.644000', '143849.647000', '143849.650000', '143849.652000', '143849.655000', '143849.657000', '143849.660000', '143849.662000', '143849.665000', '143849.668000', '143849.670000', '143849.673000', '143849.676000', '143849.678000', '143849.681000', '143849.683000', '143849.686000', '143849.689000', '143849.715000', '143849.717000', '143849.720000', '143849.723000', '143849.725000', '143849.728000', '143849.730000', '143849.733000', '143849.736000', '143849.738000', '143849.741000', '143849.743000', '143849.746000', '143909.612000', '143909.614000', '143909.617000', '143909.620000', '143909.622000', '143909.625000', '143909.627000', '143909.630000', '143909.633000', '143909.635000', '143909.638000', '143909.641000', '143909.643000', '143909.646000', '143909.648000', '143909.651000', '143909.653000', '143909.656000', '143909.659000', '143909.661000', '143909.664000', '143909.666000', '143909.669000', '143909.683000', '143909.685000', '143909.688000', '143909.691000', '143909.693000', '143909.696000', '143909.698000', '143909.701000', '143909.704000', '143909.706000', '143909.709000', '143909.711000', '143909.714000', '143909.717000', '143909.719000', '143909.722000', '143909.725000', '143909.727000', '143909.730000', '143909.732000', '143929.612000', '143929.614000', '143929.617000', '143929.620000', '143929.622000', '143929.625000', '143929.627000', '143929.630000', '143929.633000', '143929.635000', '143929.638000', '143929.642000', '143929.645000', '143929.647000', '143929.650000', '143929.653000', '143929.655000', '143929.658000', '143929.660000', '143929.663000', '143929.666000', '143929.668000', '143929.671000', '143929.674000', '143929.676000', '143929.679000', '143929.681000', '143929.684000', '143929.687000', '143929.689000', '143929.692000', '143929.695000', '143929.697000', '143929.700000', '143929.702000', '143929.705000', '143929.708000', '143929.710000', '143929.713000', '143929.716000', '143929.718000', '143929.721000', '143929.723000', '143949.612000', '143949.615000', '143949.617000', '143949.620000', '143949.622000', '143949.625000', '143949.628000', '143949.630000', '143949.633000', '143949.642000', '143949.644000', '143949.647000', '143949.649000', '143949.652000', '143949.655000', '143949.657000', '143949.660000', '143949.662000', '143949.665000', '143949.668000', '143949.670000', '143949.673000', '143949.675000', '143949.678000', '143949.681000', '143949.683000', '143949.686000', '143949.688000', '143949.691000', '143949.694000', '143949.696000', '143949.699000', '143949.701000', '143949.704000', '143949.707000', '143949.709000', '143949.712000', '143949.714000', '143949.717000', '143949.720000', '143949.722000', '143949.725000', '143949.727000', '143949.730000', '144009.611000', '144009.614000', '144009.617000', '144009.620000', '144009.622000', '144009.625000', '144009.627000', '144009.630000', '144009.633000', '144009.635000', '144009.638000', '144009.641000', '144009.644000', '144009.646000', '144009.649000', '144009.652000', '144009.654000', '144009.657000', '144009.659000', '144009.662000', '144009.665000', '144009.667000', '144009.670000', '144009.673000', '144009.675000', '144009.678000', '144009.680000', '144009.683000', '144009.686000', '144009.688000', '144009.691000', '144009.694000', '144009.696000', '144009.699000', '144009.701000', '144009.704000', '144009.707000', '144009.709000', '144009.712000', '144009.714000', '144009.717000', '144009.720000', '144009.722000', '144009.725000', '144029.612000', '144029.615000', '144029.617000', '144029.620000', '144029.622000', '144029.625000', '144029.628000', '144029.630000', '144029.633000', '144029.635000', '144029.638000', '144029.641000', '144029.643000', '144029.646000', '144029.648000', '144029.651000', '144029.654000', '144029.656000', '144029.659000', '144029.662000', '144029.664000', '144029.667000', '144029.669000', '144029.672000', '144029.675000', '144029.677000', '144029.680000', '144029.683000', '144029.685000', '144029.688000', '144029.690000', '144029.693000', '144029.696000', '144029.698000', '144029.701000', '144029.704000', '144029.706000', '144029.709000', '144029.711000', '144029.714000', '144029.717000', '144029.719000', '144029.722000', '144049.611000', '144049.614000', '144049.617000', '144049.620000', '144049.622000', '144049.635000', '144049.637000', '144049.640000', '144049.643000', '144049.645000', '144049.648000', '144049.651000', '144049.653000', '144049.656000', '144049.659000', '144049.661000', '144049.664000', '144049.666000', '144049.669000', '144049.672000', '144049.674000', '144049.677000', '144049.680000', '144049.682000', '144049.685000', '144049.687000', '144049.690000', '144049.693000', '144049.695000', '144049.698000', '144049.700000', '144049.703000', '144049.706000', '144049.708000', '144049.711000', '144049.714000', '144049.716000', '144049.719000', '144049.721000', '144049.724000', '144049.727000', '144049.729000', '144049.732000', '144109.611000', '144109.614000', '144109.616000', '144109.619000', '144109.621000', '144109.624000', '144109.628000', '144109.631000', '144109.633000', '144109.636000', '144109.639000', '144109.641000', '144109.644000', '144109.647000', '144109.649000', '144109.652000', '144109.655000', '144109.657000', '144109.660000', '144109.663000', '144109.665000', '144109.668000', '144109.670000', '144109.673000', '144109.676000', '144109.678000', '144109.681000', '144109.683000', '144109.686000', '144109.688000', '144109.691000', '144109.694000', '144109.696000', '144109.699000', '144109.702000', '144109.704000', '144109.707000', '144109.709000', '144109.712000', '144109.715000', '144109.717000', '144109.720000', '144109.723000', '144109.725000', '144129.612000', '144129.614000', '144129.617000', '144129.620000', '144129.622000', '144129.625000', '144129.627000', '144129.631000', '144129.634000', '144129.637000', '144129.639000', '144129.642000', '144129.645000', '144129.647000', '144129.650000', '144129.652000', '144129.655000', '144129.658000', '144129.660000', '144129.663000', '144129.665000', '144129.668000', '144129.671000', '144129.673000', '144129.676000', '144129.678000', '144129.681000', '144129.684000', '144129.686000', '144129.689000', '144129.691000', '144129.694000', '144129.697000', '144129.699000', '144129.702000', '144129.705000', '144129.707000', '144129.710000', '144129.712000', '144129.715000', '144129.718000', '144129.720000', '144129.723000', '144149.612000', '144149.615000', '144149.617000', '144149.620000', '144149.623000', '144149.625000', '144149.628000', '144149.630000', '144149.633000', '144149.635000', '144149.638000', '144149.641000', '144149.643000', '144149.646000', '144149.648000', '144149.651000', '144149.654000', '144149.657000', '144149.660000', '144149.662000', '144149.665000', '144149.667000', '144149.670000', '144149.672000', '144149.675000', '144149.678000', '144149.680000', '144149.683000', '144149.685000', '144149.688000', '144149.691000', '144149.693000', '144149.696000', '144149.698000', '144149.701000', '144149.704000', '144149.706000', '144149.709000', '144149.711000', '144149.714000', '144149.717000', '144149.719000', '144149.722000', '144149.725000', '144209.612000', '144209.626000', '144209.629000', '144209.631000', '144209.634000', '144209.637000', '144209.641000', '144209.643000', '144209.646000', '144209.649000', '144209.651000', '144209.654000', '144209.657000', '144209.659000', '144209.662000', '144209.664000', '144209.669000', '144209.672000', '144209.675000', '144209.677000', '144209.680000', '144209.682000', '144209.685000', '144209.687000', '144209.690000', '144209.693000', '144209.695000', '144209.698000', '144209.700000', '144209.703000', '144209.706000', '144209.708000', '144209.711000', '144209.713000', '144209.716000', '144209.719000', '144209.722000', '144209.724000', '144209.727000', '144209.729000', '144209.732000', '144209.735000', '144209.737000', '144229.612000', '144229.614000', '144229.617000', '144229.620000', '144229.623000', '144229.625000', '144229.628000', '144229.630000', '144229.633000', '144229.636000', '144229.638000', '144229.641000', '144229.644000', '144229.646000', '144229.649000', '144229.652000', '144229.654000', '144229.657000', '144229.659000', '144229.662000', '144229.665000', '144229.667000', '144229.670000', '144229.673000', '144229.675000', '144229.678000', '144229.680000', '144229.683000', '144229.686000', '144229.688000', '144229.691000', '144229.693000', '144229.696000', '144229.699000', '144229.701000', '144229.704000', '144229.706000', '144229.709000', '144229.712000', '144229.714000', '144229.717000', '144229.719000', '144229.722000', '144229.724000', '144249.612000', '144249.615000', '144249.617000', '144249.620000', '144249.622000', '144249.625000', '144249.628000', '144249.630000', '144249.633000', '144249.635000', '144249.638000', '144249.641000', '144249.643000', '144249.646000', '144249.649000', '144249.651000', '144249.654000', '144249.656000', '144249.659000', '144249.662000', '144249.664000', '144249.667000', '144249.670000', '144249.672000', '144249.675000', '144249.679000', '144249.681000', '144249.684000', '144249.687000', '144249.690000', '144249.692000', '144249.695000', '144249.697000', '144249.700000', '144249.703000', '144249.705000', '144249.708000', '144249.711000', '144249.713000', '144249.716000', '144249.718000', '144249.721000', '144249.724000', '144309.612000', '144309.615000', '144309.617000', '144309.620000', '144309.622000', '144309.625000', '144309.628000', '144309.630000', '144309.633000', '144309.635000', '144309.638000', '144309.640000', '144309.643000', '144309.646000', '144309.648000', '144309.651000', '144309.654000', '144309.656000', '144309.659000', '144309.662000', '144309.664000', '144309.667000', '144309.669000', '144309.672000', '144309.675000', '144309.677000', '144309.680000', '144309.682000', '144309.685000', '144309.688000', '144309.691000', '144309.693000', '144309.696000', '144309.698000', '144309.701000', '144309.704000', '144309.706000', '144309.709000', '144309.712000', '144309.714000', '144309.717000', '144309.719000', '144309.722000', '144309.725000', '144329.611000', '144329.613000', '144329.616000', '144329.619000', '144329.621000', '144329.624000', '144329.627000', '144329.629000', '144329.632000', '144329.634000', '144329.637000', '144329.640000', '144329.642000', '144329.645000', '144329.648000', '144329.650000', '144329.653000', '144329.655000', '144329.658000', '144329.661000', '144329.663000', '144329.666000', '144329.668000', '144329.671000', '144329.673000', '144329.676000', '144329.679000', '144329.681000', '144329.684000', '144329.686000', '144329.689000', '144329.692000', '144329.694000', '144329.697000', '144329.700000', '144329.702000', '144329.705000', '144329.709000', '144329.711000', '144329.714000', '144329.716000', '144329.719000', '144329.722000', '144349.612000', '144349.615000', '144349.617000', '144349.620000', '144349.622000', '144349.625000', '144349.628000', '144349.630000', '144349.633000', '144349.635000', '144349.638000', '144349.641000', '144349.643000', '144349.646000', '144349.648000', '144349.651000', '144349.654000', '144349.656000', '144349.659000', '144349.661000', '144349.664000', '144349.667000', '144349.669000', '144349.672000', '144349.675000', '144349.677000', '144349.680000', '144349.683000', '144349.685000', '144349.688000', '144349.691000', '144349.693000', '144349.696000', '144349.698000', '144349.701000', '144349.704000', '144349.706000', '144349.709000', '144349.712000', '144349.714000', '144349.717000', '144349.719000', '144349.722000', '144349.725000', '144409.612000', '144409.614000', '144409.617000', '144409.620000', '144409.622000', '144409.625000', '144409.627000', '144409.630000', '144409.633000', '144409.635000', '144409.638000', '144409.640000', '144409.643000', '144409.647000', '144409.649000', '144409.652000', '144409.655000', '144409.657000', '144409.660000', '144409.663000', '144409.665000', '144409.668000', '144409.671000', '144409.673000', '144409.676000', '144409.679000', '144409.681000', '144409.684000', '144409.687000', '144409.689000', '144409.692000', '144409.694000', '144409.697000', '144409.700000', '144409.702000', '144409.705000', '144409.708000', '144409.710000', '144409.713000', '144409.716000', '144409.718000', '144409.721000', '144409.724000', '144429.612000', '144429.614000', '144429.617000', '144429.620000', '144429.622000', '144429.625000', '144429.627000', '144429.630000', '144429.632000', '144429.635000', '144429.638000', '144429.640000', '144429.643000', '144429.646000', '144429.648000', '144429.651000', '144429.653000', '144429.656000', '144429.659000', '144429.661000', '144429.664000', '144429.666000', '144429.669000', '144429.672000', '144429.675000', '144429.678000', '144429.680000', '144429.683000', '144429.685000', '144429.688000', '144429.691000', '144429.693000', '144429.696000', '144429.698000', '144429.701000', '144429.703000', '144429.706000', '144429.709000', '144429.711000', '144429.714000', '144429.717000', '144429.719000', '144429.722000', '144429.725000', '144449.612000', '144449.615000', '144449.617000', '144449.620000', '144449.622000', '144449.625000', '144449.628000', '144449.630000', '144449.633000', '144449.635000', '144449.638000', '144449.641000', '144449.643000', '144449.646000', '144449.648000', '144449.651000', '144449.653000', '144449.656000', '144449.659000', '144449.662000', '144449.664000', '144449.667000', '144449.669000', '144449.672000', '144449.675000', '144449.677000', '144449.680000', '144449.682000', '144449.685000', '144449.688000', '144449.690000', '144449.693000', '144449.695000', '144449.698000', '144449.701000', '144449.703000', '144449.706000', '144449.708000', '144449.711000', '144449.714000', '144449.716000', '144449.719000', '144449.722000', '144456.132000', '144456.135000', '144456.138000', '144456.141000', '144456.143000', '144456.147000', '144456.149000', '144456.153000', '144456.155000', '144456.158000', '144456.161000', '144456.164000', '144456.167000', '144456.169000', '144456.172000'], 'InstanceCreationTime': ['143509.637000', '143509.640000', '143509.643000', '143509.646000', '143509.648000', '143509.677000', '143509.698000', '143509.701000', '143509.704000', '143509.706000', '143509.709000', '143509.711000', '143509.714000', '143509.717000', '143509.724000', '143509.727000', '143509.730000', '143509.732000', '143509.735000', '143509.737000', '143509.740000', '143509.742000', '143529.611000', '143529.614000', '143529.617000', '143529.619000', '143529.622000', '143529.625000', '143529.627000', '143529.630000', '143529.632000', '143529.635000', '143529.637000', '143529.640000', '143529.642000', '143529.645000', '143529.648000', '143529.650000', '143529.653000', '143529.655000', '143529.658000', '143529.660000', '143529.663000', '143529.665000', '143529.668000', '143529.670000', '143529.673000', '143529.676000', '143529.678000', '143529.681000', '143529.683000', '143529.686000', '143529.689000', '143529.691000', '143529.694000', '143529.696000', '143529.699000', '143529.701000', '143529.704000', '143529.707000', '143529.709000', '143529.712000', '143529.714000', '143529.717000', '143529.720000', '143529.722000', '143549.611000', '143549.614000', '143549.617000', '143549.619000', '143549.622000', '143549.624000', '143549.627000', '143549.630000', '143549.632000', '143549.635000', '143549.637000', '143549.640000', '143549.642000', '143549.645000', '143549.648000', '143549.650000', '143549.653000', '143549.655000', '143549.658000', '143549.660000', '143549.663000', '143549.666000', '143549.668000', '143549.671000', '143549.673000', '143549.676000', '143549.679000', '143549.681000', '143549.684000', '143549.687000', '143549.689000', '143549.692000', '143549.695000', '143549.697000', '143549.700000', '143549.702000', '143549.705000', '143549.708000', '143549.711000', '143549.714000', '143549.717000', '143549.719000', '143549.722000', '143609.611000', '143609.614000', '143609.617000', '143609.629000', '143609.632000', '143609.634000', '143609.637000', '143609.639000', '143609.642000', '143609.644000', '143609.647000', '143609.650000', '143609.652000', '143609.655000', '143609.657000', '143609.660000', '143609.663000', '143609.665000', '143609.668000', '143609.670000', '143609.673000', '143609.675000', '143609.678000', '143609.680000', '143609.683000', '143609.686000', '143609.688000', '143609.691000', '143609.694000', '143609.696000', '143609.699000', '143609.701000', '143609.704000', '143609.707000', '143609.709000', '143609.712000', '143609.714000', '143609.717000', '143609.719000', '143609.722000', '143609.725000', '143609.727000', '143609.730000', '143629.611000', '143629.613000', '143629.616000', '143629.619000', '143629.621000', '143629.624000', '143629.626000', '143629.629000', '143629.631000', '143629.634000', '143629.637000', '143629.639000', '143629.642000', '143629.644000', '143629.647000', '143629.649000', '143629.652000', '143629.655000', '143629.657000', '143629.660000', '143629.662000', '143629.665000', '143629.667000', '143629.670000', '143629.673000', '143629.675000', '143629.678000', '143629.680000', '143629.683000', '143629.685000', '143629.688000', '143629.691000', '143629.693000', '143629.696000', '143629.699000', '143629.701000', '143629.704000', '143629.707000', '143629.709000', '143629.712000', '143629.714000', '143629.717000', '143629.719000', '143629.722000', '143649.611000', '143649.614000', '143649.617000', '143649.619000', '143649.622000', '143649.625000', '143649.627000', '143649.630000', '143649.632000', '143649.635000', '143649.637000', '143649.640000', '143649.643000', '143649.645000', '143649.648000', '143649.650000', '143649.653000', '143649.656000', '143649.658000', '143649.661000', '143649.663000', '143649.666000', '143649.668000', '143649.671000', '143649.673000', '143649.676000', '143649.679000', '143649.681000', '143649.684000', '143649.686000', '143649.689000', '143649.692000', '143649.694000', '143649.697000', '143649.699000', '143649.702000', '143649.704000', '143649.707000', '143649.710000', '143649.712000', '143649.715000', '143649.717000', '143649.720000', '143649.722000', '143709.611000', '143709.614000', '143709.617000', '143709.620000', '143709.622000', '143709.625000', '143709.627000', '143709.630000', '143709.633000', '143709.635000', '143709.638000', '143709.640000', '143709.643000', '143709.645000', '143709.648000', '143709.651000', '143709.653000', '143709.656000', '143709.658000', '143709.661000', '143709.663000', '143709.666000', '143709.669000', '143709.671000', '143709.674000', '143709.676000', '143709.679000', '143709.682000', '143709.684000', '143709.687000', '143709.689000', '143709.692000', '143709.695000', '143709.697000', '143709.700000', '143709.702000', '143709.705000', '143709.708000', '143709.710000', '143709.713000', '143709.715000', '143709.718000', '143709.721000', '143729.611000', '143729.614000', '143729.617000', '143729.619000', '143729.622000', '143729.625000', '143729.627000', '143729.630000', '143729.632000', '143729.635000', '143729.637000', '143729.640000', '143729.643000', '143729.645000', '143729.648000', '143729.651000', '143729.653000', '143729.656000', '143729.658000', '143729.661000', '143729.663000', '143729.666000', '143729.669000', '143729.671000', '143729.674000', '143729.676000', '143729.679000', '143729.682000', '143729.684000', '143729.687000', '143729.690000', '143729.692000', '143729.695000', '143729.697000', '143729.700000', '143729.702000', '143729.705000', '143729.708000', '143729.710000', '143729.713000', '143729.715000', '143729.718000', '143729.730000', '143729.733000', '143749.612000', '143749.615000', '143749.617000', '143749.620000', '143749.622000', '143749.625000', '143749.628000', '143749.630000', '143749.633000', '143749.636000', '143749.638000', '143749.641000', '143749.643000', '143749.646000', '143749.649000', '143749.651000', '143749.654000', '143749.656000', '143749.659000', '143749.661000', '143749.664000', '143749.667000', '143749.669000', '143749.672000', '143749.674000', '143749.677000', '143749.680000', '143749.682000', '143749.685000', '143749.688000', '143749.690000', '143749.693000', '143749.695000', '143749.698000', '143749.701000', '143749.703000', '143749.706000', '143749.708000', '143749.711000', '143749.714000', '143749.716000', '143749.719000', '143749.722000', '143809.611000', '143809.614000', '143809.617000', '143809.620000', '143809.622000', '143809.625000', '143809.627000', '143809.630000', '143809.633000', '143809.635000', '143809.638000', '143809.640000', '143809.643000', '143809.646000', '143809.648000', '143809.651000', '143809.653000', '143809.656000', '143809.659000', '143809.661000', '143809.664000', '143809.666000', '143809.669000', '143809.671000', '143809.674000', '143809.677000', '143809.679000', '143809.682000', '143809.684000', '143809.687000', '143809.689000', '143809.692000', '143809.695000', '143809.697000', '143809.700000', '143809.702000', '143809.705000', '143809.708000', '143809.710000', '143809.713000', '143809.715000', '143809.718000', '143809.720000', '143809.723000', '143829.612000', '143829.615000', '143829.617000', '143829.620000', '143829.622000', '143829.625000', '143829.627000', '143829.630000', '143829.633000', '143829.635000', '143829.638000', '143829.640000', '143829.643000', '143829.645000', '143829.648000', '143829.651000', '143829.653000', '143829.656000', '143829.658000', '143829.661000', '143829.663000', '143829.666000', '143829.669000', '143829.671000', '143829.674000', '143829.676000', '143829.679000', '143829.682000', '143829.684000', '143829.687000', '143829.689000', '143829.692000', '143829.694000', '143829.697000', '143829.700000', '143829.702000', '143829.705000', '143829.707000', '143829.710000', '143829.713000', '143829.715000', '143829.718000', '143829.720000', '143849.610000', '143849.613000', '143849.616000', '143849.619000', '143849.621000', '143849.624000', '143849.626000', '143849.629000', '143849.631000', '143849.634000', '143849.637000', '143849.639000', '143849.642000', '143849.644000', '143849.647000', '143849.650000', '143849.652000', '143849.655000', '143849.657000', '143849.660000', '143849.662000', '143849.665000', '143849.668000', '143849.670000', '143849.673000', '143849.676000', '143849.678000', '143849.681000', '143849.683000', '143849.686000', '143849.689000', '143849.715000', '143849.717000', '143849.720000', '143849.723000', '143849.725000', '143849.728000', '143849.730000', '143849.733000', '143849.736000', '143849.738000', '143849.741000', '143849.743000', '143849.746000', '143909.612000', '143909.614000', '143909.617000', '143909.620000', '143909.622000', '143909.625000', '143909.627000', '143909.630000', '143909.633000', '143909.635000', '143909.638000', '143909.641000', '143909.643000', '143909.646000', '143909.648000', '143909.651000', '143909.653000', '143909.656000', '143909.659000', '143909.661000', '143909.664000', '143909.666000', '143909.669000', '143909.683000', '143909.685000', '143909.688000', '143909.691000', '143909.693000', '143909.696000', '143909.698000', '143909.701000', '143909.704000', '143909.706000', '143909.709000', '143909.711000', '143909.714000', '143909.717000', '143909.719000', '143909.722000', '143909.725000', '143909.727000', '143909.730000', '143909.732000', '143929.612000', '143929.614000', '143929.617000', '143929.620000', '143929.622000', '143929.625000', '143929.627000', '143929.630000', '143929.633000', '143929.635000', '143929.638000', '143929.642000', '143929.645000', '143929.647000', '143929.650000', '143929.653000', '143929.655000', '143929.658000', '143929.660000', '143929.663000', '143929.666000', '143929.668000', '143929.671000', '143929.674000', '143929.676000', '143929.679000', '143929.681000', '143929.684000', '143929.687000', '143929.689000', '143929.692000', '143929.695000', '143929.697000', '143929.700000', '143929.702000', '143929.705000', '143929.708000', '143929.710000', '143929.713000', '143929.716000', '143929.718000', '143929.721000', '143929.723000', '143949.612000', '143949.615000', '143949.617000', '143949.620000', '143949.622000', '143949.625000', '143949.628000', '143949.630000', '143949.633000', '143949.642000', '143949.644000', '143949.647000', '143949.649000', '143949.652000', '143949.655000', '143949.657000', '143949.660000', '143949.662000', '143949.665000', '143949.668000', '143949.670000', '143949.673000', '143949.675000', '143949.678000', '143949.681000', '143949.683000', '143949.686000', '143949.688000', '143949.691000', '143949.694000', '143949.696000', '143949.699000', '143949.701000', '143949.704000', '143949.707000', '143949.709000', '143949.712000', '143949.714000', '143949.717000', '143949.720000', '143949.722000', '143949.725000', '143949.727000', '143949.730000', '144009.611000', '144009.614000', '144009.617000', '144009.620000', '144009.622000', '144009.625000', '144009.627000', '144009.630000', '144009.633000', '144009.635000', '144009.638000', '144009.641000', '144009.644000', '144009.646000', '144009.649000', '144009.652000', '144009.654000', '144009.657000', '144009.659000', '144009.662000', '144009.665000', '144009.667000', '144009.670000', '144009.673000', '144009.675000', '144009.678000', '144009.680000', '144009.683000', '144009.686000', '144009.688000', '144009.691000', '144009.694000', '144009.696000', '144009.699000', '144009.701000', '144009.704000', '144009.707000', '144009.709000', '144009.712000', '144009.714000', '144009.717000', '144009.720000', '144009.722000', '144009.725000', '144029.612000', '144029.615000', '144029.617000', '144029.620000', '144029.622000', '144029.625000', '144029.628000', '144029.630000', '144029.633000', '144029.635000', '144029.638000', '144029.641000', '144029.643000', '144029.646000', '144029.648000', '144029.651000', '144029.654000', '144029.656000', '144029.659000', '144029.662000', '144029.664000', '144029.667000', '144029.669000', '144029.672000', '144029.675000', '144029.677000', '144029.680000', '144029.683000', '144029.685000', '144029.688000', '144029.690000', '144029.693000', '144029.696000', '144029.698000', '144029.701000', '144029.704000', '144029.706000', '144029.709000', '144029.711000', '144029.714000', '144029.717000', '144029.719000', '144029.722000', '144049.611000', '144049.614000', '144049.617000', '144049.620000', '144049.622000', '144049.635000', '144049.637000', '144049.640000', '144049.643000', '144049.645000', '144049.648000', '144049.651000', '144049.653000', '144049.656000', '144049.659000', '144049.661000', '144049.664000', '144049.666000', '144049.669000', '144049.672000', '144049.674000', '144049.677000', '144049.680000', '144049.682000', '144049.685000', '144049.687000', '144049.690000', '144049.693000', '144049.695000', '144049.698000', '144049.700000', '144049.703000', '144049.706000', '144049.708000', '144049.711000', '144049.714000', '144049.716000', '144049.719000', '144049.721000', '144049.724000', '144049.727000', '144049.729000', '144049.732000', '144109.611000', '144109.614000', '144109.616000', '144109.619000', '144109.621000', '144109.624000', '144109.628000', '144109.631000', '144109.633000', '144109.636000', '144109.639000', '144109.641000', '144109.644000', '144109.647000', '144109.649000', '144109.652000', '144109.655000', '144109.657000', '144109.660000', '144109.663000', '144109.665000', '144109.668000', '144109.670000', '144109.673000', '144109.676000', '144109.678000', '144109.681000', '144109.683000', '144109.686000', '144109.688000', '144109.691000', '144109.694000', '144109.696000', '144109.699000', '144109.702000', '144109.704000', '144109.707000', '144109.709000', '144109.712000', '144109.715000', '144109.717000', '144109.720000', '144109.723000', '144109.725000', '144129.612000', '144129.614000', '144129.617000', '144129.620000', '144129.622000', '144129.625000', '144129.627000', '144129.631000', '144129.634000', '144129.637000', '144129.639000', '144129.642000', '144129.645000', '144129.647000', '144129.650000', '144129.652000', '144129.655000', '144129.658000', '144129.660000', '144129.663000', '144129.665000', '144129.668000', '144129.671000', '144129.673000', '144129.676000', '144129.678000', '144129.681000', '144129.684000', '144129.686000', '144129.689000', '144129.691000', '144129.694000', '144129.697000', '144129.699000', '144129.702000', '144129.705000', '144129.707000', '144129.710000', '144129.712000', '144129.715000', '144129.718000', '144129.720000', '144129.723000', '144149.612000', '144149.615000', '144149.617000', '144149.620000', '144149.623000', '144149.625000', '144149.628000', '144149.630000', '144149.633000', '144149.635000', '144149.638000', '144149.641000', '144149.643000', '144149.646000', '144149.648000', '144149.651000', '144149.654000', '144149.657000', '144149.660000', '144149.662000', '144149.665000', '144149.667000', '144149.670000', '144149.672000', '144149.675000', '144149.678000', '144149.680000', '144149.683000', '144149.685000', '144149.688000', '144149.691000', '144149.693000', '144149.696000', '144149.698000', '144149.701000', '144149.704000', '144149.706000', '144149.709000', '144149.711000', '144149.714000', '144149.717000', '144149.719000', '144149.722000', '144149.725000', '144209.612000', '144209.626000', '144209.629000', '144209.631000', '144209.634000', '144209.637000', '144209.641000', '144209.643000', '144209.646000', '144209.649000', '144209.651000', '144209.654000', '144209.657000', '144209.659000', '144209.662000', '144209.664000', '144209.669000', '144209.672000', '144209.675000', '144209.677000', '144209.680000', '144209.682000', '144209.685000', '144209.687000', '144209.690000', '144209.693000', '144209.695000', '144209.698000', '144209.700000', '144209.703000', '144209.706000', '144209.708000', '144209.711000', '144209.713000', '144209.716000', '144209.719000', '144209.722000', '144209.724000', '144209.727000', '144209.729000', '144209.732000', '144209.735000', '144209.737000', '144229.612000', '144229.614000', '144229.617000', '144229.620000', '144229.623000', '144229.625000', '144229.628000', '144229.630000', '144229.633000', '144229.636000', '144229.638000', '144229.641000', '144229.644000', '144229.646000', '144229.649000', '144229.652000', '144229.654000', '144229.657000', '144229.659000', '144229.662000', '144229.665000', '144229.667000', '144229.670000', '144229.673000', '144229.675000', '144229.678000', '144229.680000', '144229.683000', '144229.686000', '144229.688000', '144229.691000', '144229.693000', '144229.696000', '144229.699000', '144229.701000', '144229.704000', '144229.706000', '144229.709000', '144229.712000', '144229.714000', '144229.717000', '144229.719000', '144229.722000', '144229.724000', '144249.612000', '144249.615000', '144249.617000', '144249.620000', '144249.622000', '144249.625000', '144249.628000', '144249.630000', '144249.633000', '144249.635000', '144249.638000', '144249.641000', '144249.643000', '144249.646000', '144249.649000', '144249.651000', '144249.654000', '144249.656000', '144249.659000', '144249.662000', '144249.664000', '144249.667000', '144249.670000', '144249.672000', '144249.675000', '144249.679000', '144249.681000', '144249.684000', '144249.687000', '144249.690000', '144249.692000', '144249.695000', '144249.697000', '144249.700000', '144249.703000', '144249.705000', '144249.708000', '144249.711000', '144249.713000', '144249.716000', '144249.718000', '144249.721000', '144249.724000', '144309.612000', '144309.615000', '144309.617000', '144309.620000', '144309.622000', '144309.625000', '144309.628000', '144309.630000', '144309.633000', '144309.635000', '144309.638000', '144309.640000', '144309.643000', '144309.646000', '144309.648000', '144309.651000', '144309.654000', '144309.656000', '144309.659000', '144309.662000', '144309.664000', '144309.667000', '144309.669000', '144309.672000', '144309.675000', '144309.677000', '144309.680000', '144309.682000', '144309.685000', '144309.688000', '144309.691000', '144309.693000', '144309.696000', '144309.698000', '144309.701000', '144309.704000', '144309.706000', '144309.709000', '144309.712000', '144309.714000', '144309.717000', '144309.719000', '144309.722000', '144309.725000', '144329.611000', '144329.613000', '144329.616000', '144329.619000', '144329.621000', '144329.624000', '144329.627000', '144329.629000', '144329.632000', '144329.634000', '144329.637000', '144329.640000', '144329.642000', '144329.645000', '144329.648000', '144329.650000', '144329.653000', '144329.655000', '144329.658000', '144329.661000', '144329.663000', '144329.666000', '144329.668000', '144329.671000', '144329.673000', '144329.676000', '144329.679000', '144329.681000', '144329.684000', '144329.686000', '144329.689000', '144329.692000', '144329.694000', '144329.697000', '144329.700000', '144329.702000', '144329.705000', '144329.709000', '144329.711000', '144329.714000', '144329.716000', '144329.719000', '144329.722000', '144349.612000', '144349.615000', '144349.617000', '144349.620000', '144349.622000', '144349.625000', '144349.628000', '144349.630000', '144349.633000', '144349.635000', '144349.638000', '144349.641000', '144349.643000', '144349.646000', '144349.648000', '144349.651000', '144349.654000', '144349.656000', '144349.659000', '144349.661000', '144349.664000', '144349.667000', '144349.669000', '144349.672000', '144349.675000', '144349.677000', '144349.680000', '144349.683000', '144349.685000', '144349.688000', '144349.691000', '144349.693000', '144349.696000', '144349.698000', '144349.701000', '144349.704000', '144349.706000', '144349.709000', '144349.712000', '144349.714000', '144349.717000', '144349.719000', '144349.722000', '144349.725000', '144409.612000', '144409.614000', '144409.617000', '144409.620000', '144409.622000', '144409.625000', '144409.627000', '144409.630000', '144409.633000', '144409.635000', '144409.638000', '144409.640000', '144409.643000', '144409.647000', '144409.649000', '144409.652000', '144409.655000', '144409.657000', '144409.660000', '144409.663000', '144409.665000', '144409.668000', '144409.671000', '144409.673000', '144409.676000', '144409.679000', '144409.681000', '144409.684000', '144409.687000', '144409.689000', '144409.692000', '144409.694000', '144409.697000', '144409.700000', '144409.702000', '144409.705000', '144409.708000', '144409.710000', '144409.713000', '144409.716000', '144409.718000', '144409.721000', '144409.724000', '144429.612000', '144429.614000', '144429.617000', '144429.620000', '144429.622000', '144429.625000', '144429.627000', '144429.630000', '144429.632000', '144429.635000', '144429.638000', '144429.640000', '144429.643000', '144429.646000', '144429.648000', '144429.651000', '144429.653000', '144429.656000', '144429.659000', '144429.661000', '144429.664000', '144429.666000', '144429.669000', '144429.672000', '144429.675000', '144429.678000', '144429.680000', '144429.683000', '144429.685000', '144429.688000', '144429.691000', '144429.693000', '144429.696000', '144429.698000', '144429.701000', '144429.703000', '144429.706000', '144429.709000', '144429.711000', '144429.714000', '144429.717000', '144429.719000', '144429.722000', '144429.725000', '144449.612000', '144449.615000', '144449.617000', '144449.620000', '144449.622000', '144449.625000', '144449.628000', '144449.630000', '144449.633000', '144449.635000', '144449.638000', '144449.641000', '144449.643000', '144449.646000', '144449.648000', '144449.651000', '144449.653000', '144449.656000', '144449.659000', '144449.662000', '144449.664000', '144449.667000', '144449.669000', '144449.672000', '144449.675000', '144449.677000', '144449.680000', '144449.682000', '144449.685000', '144449.688000', '144449.690000', '144449.693000', '144449.695000', '144449.698000', '144449.701000', '144449.703000', '144449.706000', '144449.708000', '144449.711000', '144449.714000', '144449.716000', '144449.719000', '144449.722000', '144456.132000', '144456.135000', '144456.138000', '144456.141000', '144456.143000', '144456.147000', '144456.149000', '144456.153000', '144456.155000', '144456.158000', '144456.161000', '144456.164000', '144456.167000', '144456.169000', '144456.172000'], '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': [11146, 8557, 13637, 8514, 11420, 7970, 10443, 7887, 9520, 7929, 8820, 8515, 8803, 7777, 8686, 7543, 9080, 7673, 8969, 8042, 8818, 8603, 9283, 7861, 9182, 7973, 9109, 8116, 8948, 8746, 9679, 7889, 8879, 10047, 8435, 12738, 8168, 12082, 8087, 11805, 9184, 11886, 8247, 11520, 7551, 10608, 7580, 10497, 8029, 11236, 8298, 10996, 8457, 10003, 7744, 9492, 9502, 9573, 10438, 8672, 12693, 8253, 11875, 8087, 11579, 9069, 10917, 8069, 11138, 7960, 10344, 8283, 10852, 8769, 12385, 8155, 10915, 8438, 10432, 8271, 10888, 8825, 12015, 8444, 10799, 7832, 10802, 7762, 10684, 7726, 9524, 7525, 9122, 7619, 9340, 7644, 9294, 7472, 9417, 7597, 9702, 8013, 10946, 8220, 11027, 7904, 11064, 7707, 11087, 8185, 10980, 8126, 10595, 8104, 10402, 8069, 10309, 8314, 11525, 8400, 10088, 8008, 9570, 7852, 9402, 8537, 9758, 7776, 8881, 7968, 8787, 10896, 8639, 12539, 8811, 11862, 8311, 11245, 8328, 10516, 7944, 11866, 9160, 10989, 8024, 11420, 7637, 11115, 7704, 10511, 8476, 11151, 8151, 9882, 7915, 10503, 8281, 10624, 8287, 10838, 8163, 11519, 8469, 11387, 8216, 11052, 8103, 11228, 8361, 11236, 8303, 11404, 8230, 11394, 8311, 10670, 7892, 10349, 7584, 9271, 7764, 9692, 7547, 9556, 7380, 9268, 7574, 8944, 8187, 9099, 9216, 8755, 8667, 8769, 10066, 8623, 11298, 8073, 11230, 8063, 10280, 8120, 11430, 8215, 11433, 7982, 11914, 8477, 11126, 7944, 11663, 7931, 11501, 8693, 10942, 8172, 11255, 7954, 11322, 8178, 11426, 8787, 11383, 8487, 11383, 8077, 11421, 8730, 11804, 8659, 11622, 8377, 11069, 8289, 11941, 9221, 13599, 8135, 11116, 7877, 10705, 8430, 11763, 8973, 11158, 8387, 10064, 8109, 9638, 9073, 9836, 8477, 9000, 9433, 8891, 12232, 8667, 12758, 8792, 11761, 8490, 10658, 8185, 10701, 8309, 10627, 8242, 11049, 7692, 11116, 7657, 10823, 7947, 10812, 7926, 10141, 7665, 9418, 7352, 9377, 7452, 9191, 7793, 9058, 7502, 9321, 7281, 8986, 7317, 9152, 7702, 8980, 7743, 8861, 7755, 8513, 8222, 8639, 10122, 8310, 10254, 8161, 11069, 8298, 10974, 8091, 11236, 8193, 10643, 8052, 11212, 8141, 11413, 8490, 11151, 9057, 11621, 8454, 11375, 8112, 11111, 7882, 11326, 8247, 11190, 8164, 11704, 7940, 10874, 8339, 10847, 8809, 10571, 7813, 9760, 7795, 10045, 9118, 10231, 8352, 9488, 10076, 9067, 12031, 9034, 14777, 9984, 16247, 8439, 12536, 8532, 12176, 9394, 12769, 8312, 11408, 7746, 10886, 8046, 10479, 8812, 10415, 8221, 10089, 8144, 10187, 8215, 10624, 8490, 10828, 8270, 10905, 8533, 10763, 8586, 11255, 9040, 10946, 8764, 9586, 8014, 9426, 8120, 8989, 10543, 8875, 10664, 8362, 11402, 8063, 10557, 7932, 10530, 7610, 10261, 7610, 9367, 7847, 9148, 7518, 9185, 7512, 9209, 7663, 9121, 7560, 8949, 8269, 9225, 8505, 8838, 10348, 8401, 12655, 8306, 11116, 8313, 11111, 8872, 10483, 7908, 10006, 7746, 9849, 8204, 9654, 8525, 10015, 8080, 9576, 7985, 9769, 8026, 9514, 8874, 9793, 8164, 9388, 8038, 9483, 8434, 10423, 8561, 10085, 8446, 9650, 8134, 9371, 10158, 9940, 11937, 9409, 12634, 8838, 12144, 8623, 13513, 9988, 14207, 8595, 11309, 8096, 11018, 8099, 10811, 8595, 10814, 8397, 10327, 8206, 9460, 7867, 9065, 8322, 9546, 10261, 8904, 11636, 8204, 12090, 8124, 10966, 8369, 10785, 8050, 10381, 8016, 9958, 7613, 9736, 7919, 9704, 7929, 10427, 8212, 9780, 8278, 9694, 8389, 9845, 8062, 9153, 7930, 9221, 7858, 9172, 7938, 9190, 7991, 9317, 8409, 9237, 8469, 9283, 8291, 9308, 8604, 10163, 8018, 9407, 8407, 9093, 12581, 9260, 14354, 10186, 14320, 8869, 12581, 8738, 12458, 8513, 11600, 10352, 12700, 8411, 11216, 7947, 11090, 8501, 10968, 9054, 10385, 7899, 10580, 7978, 10100, 8317, 10187, 8696, 9805, 7879, 9658, 7780, 9181, 9072, 9160, 9941, 9003, 9661, 8942, 10941, 8501, 11232, 8643, 12549, 9256, 11291, 8465, 10501, 8198, 10134, 7974, 9463, 8065, 9255, 8093, 9090, 7807, 9300, 7722, 9081, 8285, 8732, 11076, 8887, 11875, 8242, 11192, 8111, 10922, 8022, 10620, 8455, 10340, 7819, 10029, 7837, 10164, 7702, 10528, 8064, 10343, 7886, 10385, 7926, 10446, 7893, 10138, 8101, 10262, 8194, 10923, 8169, 10140, 8357, 10263, 8574, 10608, 8649, 9806, 8611, 9597, 8252, 9488, 8248, 9956, 8443, 9424, 7921, 9403, 8235, 9233, 8250, 9275, 8575, 8682, 8876, 8664, 9306, 8460, 10812, 8637, 10642, 8511, 11535, 8256, 11188, 8067, 11070, 8761, 10359, 8230, 10232, 7974, 10012, 8017, 10155, 8637, 10591, 8355, 10790, 8149, 11012, 8079, 11168, 8200, 11429, 8496, 10998, 8632, 10778, 8409, 10650, 8831, 12892, 8761, 10136, 8448, 9671, 8429, 9240, 10247, 9800, 10502, 9328, 11457, 8989, 12780, 8926, 13822, 9048, 13823, 8791, 10854, 8004, 10781, 7851, 10234, 8224, 9702, 7721, 9715, 7817, 9835, 7933, 9736, 7851, 9930, 7992, 10010, 7770, 10103, 8138, 9960, 8172, 8902, 11925, 8359, 12645, 8032, 11540, 8671, 11215, 7964, 10279, 7734, 9350, 7918, 8707, 8449, 8554, 8649, 8629, 10442, 8526, 11297, 8237, 10971, 8336, 11619, 8030, 11616, 8058, 10905, 8191, 10378, 8066, 9530, 7768, 9338, 7851, 9258, 8303, 9992, 8306, 9387, 7999, 9092, 8339, 9113, 10130, 9608, 7923, 9026, 9104, 9378, 10882, 8789, 12624, 9230, 12178, 8797, 11265, 8621, 12086, 8440, 12215, 9893, 14489, 9563, 12008, 8217, 11005, 8070, 9735, 7921, 9821, 8049, 9258, 7513, 9418, 8485, 8525, 12157, 8260, 11824, 8201, 10924, 7708, 9729, 7433, 9651, 7752, 9210, 7440, 9525, 7920, 9024, 8684, 8487, 11302, 8392, 10900, 8696, 11029, 8416, 11571, 8109, 11698, 9241, 11130, 8560, 11538, 8412, 11394, 8351, 10870, 8177, 10807, 8234, 10180, 8039, 9655, 7960, 9396, 7985, 9669, 8138, 10651, 8496, 10944, 8233, 10677, 8468, 10324, 9317, 11575, 9035, 9667, 10515, 9183, 12015, 9017, 14587, 9231, 12185, 8907, 11206, 8273, 11246, 8579, 11676, 8203, 11338, 7973, 11325, 7793, 10703, 7966, 9769, 7891, 9650, 8299, 9674, 7874, 9502, 7821, 10358, 8217, 8706, 8475, 13288, 9122, 13730, 9613, 11164, 8989, 9689, 9303, 10332, 9412, 13306, 9951, 8552, 9347, 8600, 9053, 9221, 9010, 10586, 8943, 11046, 9305, 8223, 9142, 8580, 9078, 9034, 8558, 9859, 9249, 9226, 9065, 11894, 8385, 12700, 8266, 11629, 9373, 11214, 8315, 11083, 8357, 10149, 8084, 9616, 8123, 10076, 8420, 9480, 7803, 9800, 7820, 9799, 8332, 10146, 8480, 9825, 8131, 9770, 7958, 9786, 8138, 9741, 8342, 9502, 8454, 9429, 8666, 9121, 9652, 9392, 8502, 9223, 8065, 9273, 8183, 9240, 8871, 9068, 8776, 9174, 8788, 9267, 8308, 9107, 8273, 8769, 8899, 8936, 8948, 9101, 8708, 8717, 9553, 9292, 10825, 8755, 12404, 8836, 12639, 8561, 11930, 8559, 11908, 8758, 13008, 10022, 13087, 8385, 12328, 8589, 11438, 9727, 13074, 9219, 13402, 8804, 10891, 8724, 10810, 8971, 14977, 9047, 9899, 8579, 9564, 8437, 10477, 8350, 10919, 8400, 9552, 8094, 9427, 8649, 9361, 8887, 9258, 8410, 9038, 8364, 8796, 11240, 8619, 12333, 8624, 11795, 8177, 10963, 8153, 11000, 7840, 10589, 8223, 9292, 7843, 9102, 7943, 8937, 8030, 9229, 7590, 9421, 7644, 8990, 8533, 8633, 12155, 8863, 11678, 8188, 11778, 8182, 10683, 8131, 11243, 8221, 11082, 8116, 10941, 7868, 10523, 8420, 10877, 8193, 11869, 8316, 11209, 8311, 10783, 8463, 10315, 8529, 9752, 8263, 9416, 8121, 9183, 8167, 9615, 8399, 10280, 8419, 10035, 8285, 10388, 8549, 10393, 11759, 10221, 11255, 8845, 13232, 8490, 12064, 8910, 12294, 8242, 10797, 7759, 10698, 7821, 10469, 7915, 10886, 7747, 11254, 8133, 11044, 7950, 10327, 7776, 10285, 7903, 9239, 7868, 9056, 9396, 8635, 9773, 8496, 10471, 8434, 9057, 8583, 9832, 8289, 12428, 8543, 11877, 9150, 12396, 8658, 10834, 8325, 10047, 7894, 9784, 8390, 9358, 8097, 9246, 9126, 8679, 11121, 8722, 12787, 8798, 12311, 8515, 10849, 8244, 11309, 8808, 11054, 9057, 10723, 8433, 10565, 8579, 10453, 8887, 10445, 8560, 10574, 8469, 10405, 8471, 10917, 9227, 11155, 8422, 10900, 8316, 10313, 8301, 10348, 8242, 10142, 8322, 9759, 7961, 9334, 7799, 9397, 7946, 9221, 8048, 9470, 7677, 9456, 7749, 9356, 8636, 8897, 10575, 9260, 9343, 8871, 9748, 8583, 10715, 8433, 11199, 9223, 10468, 8618, 10360, 8609, 11527, 8648, 12009, 8816, 11846, 8713, 11965, 8458, 11825, 8365, 11251, 8192, 10521, 8386, 10526, 8498, 10436, 8422, 10610, 8524, 10059, 8348, 10719, 10120, 13634, 13297, 13460, 9340, 8004, 9807, 8211, 9265, 11874, 8931, 12942, 9177, 11843, 8853, 10719, 8228, 9956, 15408, 10951, 16820, 10780, 15541, 12473, 14306, 11487, 13659, 9755, 13427, 9182, 13209, 8705, 9458, 8700, 9291, 8739, 8625, 12988, 8221, 11676, 8206, 10938, 8467, 10556, 8087, 9156, 7966, 9430, 7816, 9253, 7802, 9638, 7560, 9236, 7950, 9544, 7885, 9404, 8020, 9673, 8628, 9431, 8173, 9551], 'WindowCenter': [4535.0, 4502.0, 4538.0, 4485.0, 4502.0, 4460.0, 4490.0, 4459.0, 4479.0, 4458.0, 4468.0, 4468.0, 4469.0, 4459.0, 4469.0, 4460.0, 4480.0, 4460.0, 4482.0, 4472.0, 4484.0, 4483.0, 4495.0, 4473.0, 4483.0, 4471.0, 4482.0, 4472.0, 4483.0, 4472.0, 4495.0, 4473.0, 4484.0, 4493.0, 4473.0, 4512.0, 4471.0, 4511.0, 4461.0, 4503.0, 4482.0, 4502.0, 4472.0, 4515.0, 4487.0, 4504.0, 4472.0, 4491.0, 4462.0, 4502.0, 4470.0, 4490.0, 4459.0, 4479.0, 4448.0, 4468.0, 4466.0, 4479.0, 4477.0, 4457.0, 4496.0, 4456.0, 4486.0, 4446.0, 4486.0, 4468.0, 4487.0, 4457.0, 4487.0, 4457.0, 4477.0, 4469.0, 4488.0, 4469.0, 4501.0, 4459.0, 4488.0, 4459.0, 4489.0, 4469.0, 4489.0, 4480.0, 4500.0, 4471.0, 4503.0, 4472.0, 4504.0, 4460.0, 4490.0, 4459.0, 4480.0, 4461.0, 4480.0, 4461.0, 4482.0, 4472.0, 4482.0, 4463.0, 4493.0, 4474.0, 4496.0, 4475.0, 4506.0, 4485.0, 4504.0, 4473.0, 4502.0, 4461.0, 4501.0, 4470.0, 4492.0, 4460.0, 4490.0, 4459.0, 4489.0, 4459.0, 4479.0, 4459.0, 4501.0, 4459.0, 4479.0, 4458.0, 4468.0, 4457.0, 4467.0, 4457.0, 4479.0, 4447.0, 4468.0, 4457.0, 4468.0, 4476.0, 4457.0, 4497.0, 4469.0, 4487.0, 4458.0, 4487.0, 4458.0, 4477.0, 4457.0, 4487.0, 4469.0, 4488.0, 4458.0, 4487.0, 4446.0, 4486.0, 4447.0, 4479.0, 4470.0, 4491.0, 4460.0, 4480.0, 4460.0, 4489.0, 4461.0, 4489.0, 4471.0, 4490.0, 4471.0, 4501.0, 4472.0, 4501.0, 4471.0, 4489.0, 4459.0, 4489.0, 4461.0, 4489.0, 4459.0, 4499.0, 4459.0, 4500.0, 4471.0, 4490.0, 4459.0, 4478.0, 4448.0, 4468.0, 4448.0, 4479.0, 4460.0, 4481.0, 4451.0, 4481.0, 4460.0, 4470.0, 4470.0, 4470.0, 4480.0, 4471.0, 4470.0, 4471.0, 4481.0, 4471.0, 4502.0, 4472.0, 4502.0, 4474.0, 4493.0, 4474.0, 4514.0, 4485.0, 4514.0, 4476.0, 4518.0, 4486.0, 4516.0, 4476.0, 4515.0, 4475.0, 4515.0, 4486.0, 4506.0, 4485.0, 4515.0, 4474.0, 4504.0, 4475.0, 4515.0, 4485.0, 4505.0, 4483.0, 4503.0, 4473.0, 4504.0, 4485.0, 4514.0, 4483.0, 4503.0, 4472.0, 4502.0, 4471.0, 4501.0, 4482.0, 4512.0, 4461.0, 4490.0, 4459.0, 4490.0, 4459.0, 4501.0, 4469.0, 4489.0, 4457.0, 4477.0, 4446.0, 4466.0, 4456.0, 4467.0, 4445.0, 4455.0, 4454.0, 4455.0, 4485.0, 4456.0, 4496.0, 4456.0, 4485.0, 4455.0, 4475.0, 4456.0, 4476.0, 4446.0, 4476.0, 4457.0, 4490.0, 4462.0, 4499.0, 4447.0, 4476.0, 4446.0, 4477.0, 4446.0, 4466.0, 4445.0, 4465.0, 4435.0, 4466.0, 4446.0, 4467.0, 4447.0, 4468.0, 4448.0, 4468.0, 4447.0, 4467.0, 4448.0, 4479.0, 4450.0, 4470.0, 4460.0, 4470.0, 4450.0, 4470.0, 4471.0, 4472.0, 4490.0, 4471.0, 4491.0, 4472.0, 4504.0, 4473.0, 4502.0, 4475.0, 4504.0, 4485.0, 4505.0, 4487.0, 4515.0, 4487.0, 4516.0, 4486.0, 4516.0, 4498.0, 4517.0, 4487.0, 4517.0, 4476.0, 4515.0, 4475.0, 4505.0, 4486.0, 4516.0, 4475.0, 4516.0, 4475.0, 4505.0, 4474.0, 4505.0, 4484.0, 4505.0, 4463.0, 4493.0, 4462.0, 4493.0, 4472.0, 4494.0, 4472.0, 4483.0, 4492.0, 4482.0, 4501.0, 4472.0, 4523.0, 4483.0, 4532.0, 4461.0, 4500.0, 4470.0, 4499.0, 4470.0, 4500.0, 4459.0, 4489.0, 4448.0, 4488.0, 4448.0, 4479.0, 4470.0, 4490.0, 4459.0, 4478.0, 4458.0, 4479.0, 4459.0, 4490.0, 4469.0, 4489.0, 4459.0, 4489.0, 4458.0, 4488.0, 4457.0, 4488.0, 4457.0, 4477.0, 4456.0, 4465.0, 4445.0, 4455.0, 4445.0, 4467.0, 4475.0, 4455.0, 4474.0, 4444.0, 4474.0, 4445.0, 4475.0, 4446.0, 4476.0, 4447.0, 4478.0, 4448.0, 4468.0, 4458.0, 4479.0, 4450.0, 4481.0, 4450.0, 4481.0, 4461.0, 4482.0, 4461.0, 4472.0, 4471.0, 4483.0, 4472.0, 4471.0, 4480.0, 4461.0, 4500.0, 4460.0, 4490.0, 4461.0, 4491.0, 4471.0, 4491.0, 4461.0, 4481.0, 4461.0, 4481.0, 4471.0, 4482.0, 4473.0, 4494.0, 4473.0, 4494.0, 4474.0, 4494.0, 4473.0, 4494.0, 4485.0, 4495.0, 4475.0, 4495.0, 4475.0, 4496.0, 4486.0, 4507.0, 4485.0, 4506.0, 4485.0, 4495.0, 4474.0, 4495.0, 4493.0, 4495.0, 4513.0, 4483.0, 4512.0, 4483.0, 4512.0, 4472.0, 4512.0, 4493.0, 4522.0, 4472.0, 4502.0, 4461.0, 4491.0, 4462.0, 4490.0, 4471.0, 4491.0, 4460.0, 4480.0, 4459.0, 4479.0, 4459.0, 4470.0, 4459.0, 4480.0, 4479.0, 4469.0, 4488.0, 4459.0, 4498.0, 4459.0, 4489.0, 4459.0, 4490.0, 4460.0, 4490.0, 4460.0, 4480.0, 4460.0, 4481.0, 4461.0, 4483.0, 4472.0, 4493.0, 4472.0, 4493.0, 4474.0, 4494.0, 4473.0, 4494.0, 4473.0, 4494.0, 4473.0, 4483.0, 4474.0, 4484.0, 4476.0, 4495.0, 4475.0, 4496.0, 4485.0, 4496.0, 4486.0, 4496.0, 4486.0, 4497.0, 4489.0, 4507.0, 4477.0, 4497.0, 4475.0, 4486.0, 4514.0, 4485.0, 4525.0, 4494.0, 4523.0, 4472.0, 4501.0, 4471.0, 4501.0, 4471.0, 4501.0, 4492.0, 4512.0, 4461.0, 4490.0, 4460.0, 4490.0, 4470.0, 4490.0, 4471.0, 4491.0, 4461.0, 4491.0, 4460.0, 4491.0, 4470.0, 4482.0, 4470.0, 4481.0, 4460.0, 4480.0, 4449.0, 4480.0, 4469.0, 4470.0, 4479.0, 4470.0, 4479.0, 4469.0, 4489.0, 4469.0, 4501.0, 4470.0, 4500.0, 4471.0, 4490.0, 4459.0, 4479.0, 4459.0, 4479.0, 4459.0, 4480.0, 4460.0, 4483.0, 4473.0, 4482.0, 4462.0, 4482.0, 4461.0, 4482.0, 4471.0, 4472.0, 4502.0, 4483.0, 4503.0, 4472.0, 4492.0, 4461.0, 4492.0, 4461.0, 4491.0, 4471.0, 4491.0, 4461.0, 4481.0, 4461.0, 4493.0, 4462.0, 4493.0, 4474.0, 4493.0, 4473.0, 4494.0, 4473.0, 4504.0, 4475.0, 4506.0, 4474.0, 4506.0, 4475.0, 4504.0, 4484.0, 4505.0, 4485.0, 4508.0, 4486.0, 4505.0, 4484.0, 4495.0, 4483.0, 4484.0, 4485.0, 4494.0, 4473.0, 4494.0, 4474.0, 4493.0, 4473.0, 4483.0, 4474.0, 4496.0, 4487.0, 4494.0, 4473.0, 4484.0, 4483.0, 4483.0, 4482.0, 4473.0, 4502.0, 4484.0, 4504.0, 4485.0, 4515.0, 4476.0, 4505.0, 4475.0, 4505.0, 4485.0, 4506.0, 4475.0, 4505.0, 4474.0, 4494.0, 4474.0, 4494.0, 4474.0, 4507.0, 4475.0, 4505.0, 4475.0, 4505.0, 4475.0, 4519.0, 4487.0, 4505.0, 4473.0, 4493.0, 4472.0, 4492.0, 4472.0, 4492.0, 4470.0, 4502.0, 4460.0, 4480.0, 4459.0, 4469.0, 4458.0, 4469.0, 4479.0, 4479.0, 4478.0, 4468.0, 4488.0, 4468.0, 4499.0, 4468.0, 4509.0, 4468.0, 4508.0, 4458.0, 4477.0, 4447.0, 4477.0, 4447.0, 4478.0, 4458.0, 4478.0, 4459.0, 4480.0, 4461.0, 4481.0, 4472.0, 4482.0, 4472.0, 4492.0, 4473.0, 4494.0, 4475.0, 4495.0, 4473.0, 4495.0, 4472.0, 4483.0, 4501.0, 4471.0, 4511.0, 4460.0, 4490.0, 4471.0, 4491.0, 4460.0, 4480.0, 4460.0, 4481.0, 4461.0, 4471.0, 4471.0, 4471.0, 4471.0, 4472.0, 4491.0, 4472.0, 4504.0, 4475.0, 4493.0, 4474.0, 4504.0, 4473.0, 4503.0, 4473.0, 4503.0, 4472.0, 4493.0, 4474.0, 4494.0, 4463.0, 4484.0, 4474.0, 4484.0, 4474.0, 4497.0, 4474.0, 4485.0, 4474.0, 4484.0, 4474.0, 4485.0, 4494.0, 4495.0, 4486.0, 4496.0, 4495.0, 4496.0, 4505.0, 4484.0, 4513.0, 4485.0, 4513.0, 4484.0, 4503.0, 4484.0, 4502.0, 4472.0, 4502.0, 4494.0, 4523.0, 4483.0, 4513.0, 4471.0, 4490.0, 4460.0, 4480.0, 4459.0, 4480.0, 4460.0, 4471.0, 4451.0, 4470.0, 4469.0, 4470.0, 4501.0, 4460.0, 4500.0, 4460.0, 4490.0, 4449.0, 4479.0, 4450.0, 4480.0, 4449.0, 4481.0, 4450.0, 4481.0, 4460.0, 4471.0, 4471.0, 4472.0, 4501.0, 4473.0, 4502.0, 4473.0, 4502.0, 4473.0, 4503.0, 4473.0, 4502.0, 4484.0, 4503.0, 4483.0, 4503.0, 4473.0, 4502.0, 4472.0, 4492.0, 4473.0, 4503.0, 4485.0, 4492.0, 4472.0, 4493.0, 4474.0, 4494.0, 4485.0, 4496.0, 4487.0, 4507.0, 4498.0, 4518.0, 4486.0, 4506.0, 4485.0, 4496.0, 4484.0, 4506.0, 4474.0, 4483.0, 4493.0, 4481.0, 4501.0, 4471.0, 4520.0, 4482.0, 4500.0, 4470.0, 4490.0, 4471.0, 4501.0, 4484.0, 4516.0, 4473.0, 4502.0, 4462.0, 4502.0, 4461.0, 4492.0, 4472.0, 4493.0, 4472.0, 4482.0, 4485.0, 4495.0, 4474.0, 4509.0, 4490.0, 4518.0, 4487.0, 4485.0, 4486.0, 4526.0, 4497.0, 4536.0, 4496.0, 4504.0, 4483.0, 4481.0, 4483.0, 4483.0, 4483.0, 4513.0, 4493.0, 4472.0, 4472.0, 4460.0, 4470.0, 4470.0, 4469.0, 4479.0, 4470.0, 4491.0, 4471.0, 4461.0, 4482.0, 4471.0, 4482.0, 4472.0, 4473.0, 4493.0, 4485.0, 4484.0, 4485.0, 4504.0, 4474.0, 4513.0, 4474.0, 4504.0, 4485.0, 4504.0, 4472.0, 4504.0, 4473.0, 4493.0, 4463.0, 4483.0, 4473.0, 4495.0, 4474.0, 4494.0, 4463.0, 4493.0, 4462.0, 4493.0, 4473.0, 4495.0, 4473.0, 4494.0, 4463.0, 4493.0, 4473.0, 4495.0, 4474.0, 4495.0, 4473.0, 4495.0, 4473.0, 4484.0, 4472.0, 4483.0, 4483.0, 4485.0, 4474.0, 4485.0, 4474.0, 4485.0, 4474.0, 4495.0, 4485.0, 4486.0, 4486.0, 4486.0, 4486.0, 4497.0, 4486.0, 4486.0, 4485.0, 4486.0, 4485.0, 4487.0, 4498.0, 4499.0, 4488.0, 4487.0, 4510.0, 4500.0, 4518.0, 4488.0, 4527.0, 4499.0, 4528.0, 4489.0, 4529.0, 4499.0, 4529.0, 4499.0, 4539.0, 4511.0, 4539.0, 4489.0, 4528.0, 4488.0, 4507.0, 4495.0, 4527.0, 4486.0, 4526.0, 4484.0, 4494.0, 4473.0, 4493.0, 4472.0, 4525.0, 4472.0, 4482.0, 4472.0, 4481.0, 4461.0, 4518.0, 4486.0, 4504.0, 4460.0, 4480.0, 4448.0, 4468.0, 4460.0, 4469.0, 4467.0, 4470.0, 4460.0, 4470.0, 4459.0, 4472.0, 4502.0, 4470.0, 4500.0, 4470.0, 4501.0, 4459.0, 4489.0, 4459.0, 4491.0, 4473.0, 4480.0, 4459.0, 4469.0, 4458.0, 4468.0, 4459.0, 4471.0, 4461.0, 4482.0, 4462.0, 4482.0, 4462.0, 4484.0, 4473.0, 4474.0, 4504.0, 4485.0, 4503.0, 4473.0, 4502.0, 4472.0, 4492.0, 4463.0, 4505.0, 4474.0, 4503.0, 4473.0, 4505.0, 4474.0, 4504.0, 4475.0, 4504.0, 4474.0, 4504.0, 4474.0, 4504.0, 4473.0, 4503.0, 4474.0, 4495.0, 4474.0, 4484.0, 4473.0, 4482.0, 4473.0, 4485.0, 4475.0, 4495.0, 4476.0, 4506.0, 4476.0, 4496.0, 4475.0, 4506.0, 4485.0, 4496.0, 4504.0, 4495.0, 4493.0, 4472.0, 4511.0, 4471.0, 4501.0, 4471.0, 4502.0, 4461.0, 4491.0, 4461.0, 4491.0, 4462.0, 4491.0, 4462.0, 4493.0, 4463.0, 4503.0, 4463.0, 4504.0, 4488.0, 4506.0, 4465.0, 4494.0, 4473.0, 4495.0, 4474.0, 4485.0, 4483.0, 4474.0, 4493.0, 4485.0, 4505.0, 4486.0, 4485.0, 4486.0, 4496.0, 4487.0, 4516.0, 4486.0, 4516.0, 4486.0, 4515.0, 4474.0, 4493.0, 4461.0, 4481.0, 4460.0, 4481.0, 4460.0, 4471.0, 4460.0, 4481.0, 4470.0, 4471.0, 4490.0, 4471.0, 4511.0, 4472.0, 4501.0, 4471.0, 4491.0, 4461.0, 4492.0, 4471.0, 4492.0, 4471.0, 4491.0, 4461.0, 4480.0, 4470.0, 4480.0, 4470.0, 4492.0, 4471.0, 4491.0, 4462.0, 4491.0, 4461.0, 4491.0, 4472.0, 4491.0, 4461.0, 4491.0, 4460.0, 4480.0, 4460.0, 4480.0, 4460.0, 4480.0, 4460.0, 4480.0, 4460.0, 4481.0, 4461.0, 4482.0, 4462.0, 4483.0, 4462.0, 4483.0, 4463.0, 4483.0, 4462.0, 4483.0, 4472.0, 4483.0, 4492.0, 4484.0, 4483.0, 4473.0, 4483.0, 4473.0, 4492.0, 4474.0, 4504.0, 4485.0, 4494.0, 4475.0, 4495.0, 4486.0, 4515.0, 4485.0, 4514.0, 4485.0, 4516.0, 4486.0, 4516.0, 4476.0, 4516.0, 4487.0, 4517.0, 4487.0, 4507.0, 4488.0, 4508.0, 4488.0, 4534.0, 4503.0, 4519.0, 4488.0, 4507.0, 4489.0, 4510.0, 4509.0, 4531.0, 4531.0, 4529.0, 4486.0, 4463.0, 4494.0, 4473.0, 4485.0, 4504.0, 4485.0, 4516.0, 4485.0, 4504.0, 4482.0, 4494.0, 4461.0, 4482.0, 4520.0, 4481.0, 4519.0, 4479.0, 4508.0, 4487.0, 4497.0, 4475.0, 4483.0, 4442.0, 4472.0, 4440.0, 4470.0, 4428.0, 4438.0, 4429.0, 4427.0, 4427.0, 4428.0, 4468.0, 4428.0, 4449.0, 4428.0, 4449.0, 4429.0, 4448.0, 4429.0, 4440.0, 4431.0, 4441.0, 4432.0, 4452.0, 4434.0, 4454.0, 4435.0, 4455.0, 4445.0, 4466.0, 4446.0, 4468.0, 4448.0, 4469.0, 4471.0, 4470.0, 4472.0, 4481.0], 'WindowWidth': [9964.0, 9910.0, 9953.0, 9873.0, 9890.0, 9829.0, 9870.0, 9825.0, 9853.0, 9824.0, 9837.0, 9836.0, 9840.0, 9827.0, 9840.0, 9829.0, 9857.0, 9830.0, 9863.0, 9849.0, 9868.0, 9864.0, 9883.0, 9850.0, 9864.0, 9847.0, 9862.0, 9848.0, 9864.0, 9849.0, 9883.0, 9853.0, 9869.0, 9879.0, 9850.0, 9902.0, 9845.0, 9901.0, 9832.0, 9889.0, 9861.0, 9889.0, 9847.0, 9915.0, 9882.0, 9898.0, 9851.0, 9874.0, 9833.0, 9889.0, 9842.0, 9869.0, 9823.0, 9851.0, 9808.0, 9834.0, 9830.0, 9851.0, 9844.0, 9819.0, 9868.0, 9816.0, 9858.0, 9803.0, 9858.0, 9836.0, 9861.0, 9819.0, 9859.0, 9819.0, 9848.0, 9839.0, 9862.0, 9839.0, 9882.0, 9826.0, 9863.0, 9824.0, 9865.0, 9839.0, 9864.0, 9855.0, 9881.0, 9843.0, 9892.0, 9850.0, 9894.0, 9828.0, 9870.0, 9826.0, 9854.0, 9831.0, 9856.0, 9831.0, 9861.0, 9849.0, 9864.0, 9840.0, 9879.0, 9855.0, 9885.0, 9857.0, 9899.0, 9870.0, 9896.0, 9850.0, 9888.0, 9832.0, 9885.0, 9842.0, 9874.0, 9828.0, 9869.0, 9826.0, 9865.0, 9825.0, 9852.0, 9824.0, 9885.0, 9823.0, 9851.0, 9821.0, 9835.0, 9820.0, 9833.0, 9817.0, 9851.0, 9806.0, 9833.0, 9820.0, 9834.0, 9844.0, 9820.0, 9872.0, 9837.0, 9860.0, 9821.0, 9860.0, 9820.0, 9847.0, 9819.0, 9858.0, 9836.0, 9861.0, 9819.0, 9861.0, 9803.0, 9856.0, 9804.0, 9851.0, 9841.0, 9869.0, 9826.0, 9856.0, 9827.0, 9865.0, 9828.0, 9865.0, 9842.0, 9869.0, 9845.0, 9886.0, 9846.0, 9884.0, 9843.0, 9867.0, 9825.0, 9864.0, 9828.0, 9866.0, 9825.0, 9879.0, 9824.0, 9880.0, 9841.0, 9868.0, 9825.0, 9849.0, 9808.0, 9836.0, 9809.0, 9852.0, 9827.0, 9859.0, 9816.0, 9857.0, 9828.0, 9842.0, 9839.0, 9842.0, 9853.0, 9845.0, 9842.0, 9845.0, 9857.0, 9845.0, 9887.0, 9847.0, 9887.0, 9854.0, 9879.0, 9856.0, 9911.0, 9872.0, 9910.0, 9859.0, 9918.0, 9875.0, 9917.0, 9861.0, 9914.0, 9858.0, 9912.0, 9874.0, 9901.0, 9869.0, 9912.0, 9854.0, 9895.0, 9856.0, 9911.0, 9869.0, 9897.0, 9864.0, 9893.0, 9849.0, 9892.0, 9869.0, 9909.0, 9864.0, 9891.0, 9847.0, 9887.0, 9844.0, 9885.0, 9860.0, 9900.0, 9829.0, 9868.0, 9826.0, 9867.0, 9823.0, 9885.0, 9838.0, 9865.0, 9818.0, 9843.0, 9801.0, 9829.0, 9813.0, 9831.0, 9799.0, 9812.0, 9809.0, 9811.0, 9851.0, 9813.0, 9868.0, 9812.0, 9853.0, 9811.0, 9838.0, 9814.0, 9844.0, 9801.0, 9841.0, 9815.0, 9869.0, 9836.0, 9879.0, 9804.0, 9839.0, 9801.0, 9843.0, 9799.0, 9826.0, 9798.0, 9826.0, 9786.0, 9827.0, 9803.0, 9830.0, 9803.0, 9833.0, 9807.0, 9835.0, 9806.0, 9832.0, 9807.0, 9851.0, 9811.0, 9841.0, 9825.0, 9840.0, 9812.0, 9840.0, 9845.0, 9845.0, 9866.0, 9845.0, 9871.0, 9846.0, 9890.0, 9849.0, 9889.0, 9854.0, 9893.0, 9871.0, 9896.0, 9875.0, 9912.0, 9875.0, 9915.0, 9874.0, 9915.0, 9892.0, 9919.0, 9876.0, 9918.0, 9860.0, 9912.0, 9857.0, 9898.0, 9874.0, 9913.0, 9856.0, 9913.0, 9856.0, 9896.0, 9853.0, 9898.0, 9866.0, 9895.0, 9838.0, 9878.0, 9835.0, 9878.0, 9847.0, 9880.0, 9848.0, 9862.0, 9873.0, 9859.0, 9883.0, 9846.0, 9918.0, 9861.0, 9929.0, 9829.0, 9884.0, 9838.0, 9878.0, 9839.0, 9881.0, 9823.0, 9864.0, 9806.0, 9862.0, 9806.0, 9850.0, 9839.0, 9867.0, 9822.0, 9849.0, 9821.0, 9851.0, 9825.0, 9866.0, 9838.0, 9865.0, 9823.0, 9862.0, 9819.0, 9860.0, 9818.0, 9860.0, 9816.0, 9845.0, 9812.0, 9824.0, 9796.0, 9809.0, 9797.0, 9829.0, 9837.0, 9811.0, 9835.0, 9795.0, 9836.0, 9796.0, 9839.0, 9800.0, 9841.0, 9803.0, 9847.0, 9809.0, 9835.0, 9822.0, 9852.0, 9816.0, 9859.0, 9816.0, 9858.0, 9830.0, 9860.0, 9830.0, 9845.0, 9841.0, 9863.0, 9845.0, 9844.0, 9852.0, 9828.0, 9880.0, 9826.0, 9870.0, 9829.0, 9870.0, 9843.0, 9872.0, 9831.0, 9857.0, 9830.0, 9858.0, 9843.0, 9860.0, 9848.0, 9879.0, 9851.0, 9880.0, 9853.0, 9880.0, 9852.0, 9881.0, 9868.0, 9884.0, 9857.0, 9885.0, 9857.0, 9887.0, 9873.0, 9903.0, 9871.0, 9900.0, 9871.0, 9883.0, 9853.0, 9883.0, 9877.0, 9884.0, 9904.0, 9864.0, 9900.0, 9861.0, 9900.0, 9846.0, 9901.0, 9876.0, 9916.0, 9846.0, 9889.0, 9831.0, 9872.0, 9833.0, 9871.0, 9842.0, 9871.0, 9827.0, 9855.0, 9825.0, 9852.0, 9823.0, 9840.0, 9824.0, 9853.0, 9850.0, 9838.0, 9863.0, 9823.0, 9877.0, 9823.0, 9865.0, 9826.0, 9869.0, 9827.0, 9869.0, 9828.0, 9855.0, 9828.0, 9858.0, 9831.0, 9864.0, 9848.0, 9877.0, 9849.0, 9876.0, 9854.0, 9881.0, 9849.0, 9879.0, 9850.0, 9880.0, 9851.0, 9865.0, 9853.0, 9867.0, 9858.0, 9883.0, 9856.0, 9885.0, 9872.0, 9887.0, 9875.0, 9888.0, 9874.0, 9892.0, 9880.0, 9906.0, 9862.0, 9891.0, 9857.0, 9872.0, 9906.0, 9869.0, 9923.0, 9880.0, 9917.0, 9846.0, 9885.0, 9843.0, 9884.0, 9842.0, 9884.0, 9873.0, 9900.0, 9829.0, 9870.0, 9827.0, 9868.0, 9839.0, 9868.0, 9844.0, 9872.0, 9830.0, 9871.0, 9829.0, 9871.0, 9842.0, 9860.0, 9841.0, 9857.0, 9827.0, 9853.0, 9810.0, 9853.0, 9839.0, 9839.0, 9851.0, 9841.0, 9851.0, 9838.0, 9863.0, 9839.0, 9884.0, 9842.0, 9882.0, 9842.0, 9868.0, 9825.0, 9851.0, 9822.0, 9850.0, 9825.0, 9854.0, 9828.0, 9865.0, 9850.0, 9862.0, 9832.0, 9860.0, 9832.0, 9859.0, 9844.0, 9848.0, 9887.0, 9864.0, 9889.0, 9847.0, 9874.0, 9830.0, 9874.0, 9829.0, 9870.0, 9845.0, 9872.0, 9831.0, 9858.0, 9832.0, 9876.0, 9836.0, 9877.0, 9851.0, 9878.0, 9850.0, 9880.0, 9850.0, 9894.0, 9856.0, 9899.0, 9855.0, 9901.0, 9856.0, 9894.0, 9868.0, 9897.0, 9870.0, 9907.0, 9874.0, 9897.0, 9868.0, 9883.0, 9865.0, 9866.0, 9870.0, 9881.0, 9851.0, 9881.0, 9852.0, 9879.0, 9851.0, 9865.0, 9853.0, 9888.0, 9880.0, 9880.0, 9848.0, 9867.0, 9862.0, 9865.0, 9859.0, 9850.0, 9889.0, 9867.0, 9896.0, 9871.0, 9910.0, 9859.0, 9897.0, 9858.0, 9897.0, 9869.0, 9900.0, 9857.0, 9897.0, 9853.0, 9880.0, 9852.0, 9880.0, 9854.0, 9902.0, 9855.0, 9898.0, 9856.0, 9897.0, 9856.0, 9924.0, 9875.0, 9898.0, 9850.0, 9878.0, 9847.0, 9873.0, 9844.0, 9871.0, 9841.0, 9886.0, 9825.0, 9852.0, 9823.0, 9835.0, 9821.0, 9838.0, 9849.0, 9850.0, 9847.0, 9833.0, 9860.0, 9833.0, 9875.0, 9834.0, 9892.0, 9834.0, 9887.0, 9818.0, 9845.0, 9803.0, 9843.0, 9804.0, 9846.0, 9820.0, 9848.0, 9824.0, 9855.0, 9829.0, 9858.0, 9848.0, 9863.0, 9849.0, 9876.0, 9849.0, 9879.0, 9856.0, 9883.0, 9850.0, 9881.0, 9846.0, 9861.0, 9884.0, 9843.0, 9900.0, 9828.0, 9869.0, 9842.0, 9871.0, 9827.0, 9855.0, 9827.0, 9858.0, 9831.0, 9842.0, 9842.0, 9845.0, 9843.0, 9846.0, 9872.0, 9848.0, 9895.0, 9853.0, 9877.0, 9852.0, 9894.0, 9850.0, 9889.0, 9850.0, 9891.0, 9848.0, 9878.0, 9852.0, 9881.0, 9839.0, 9866.0, 9856.0, 9869.0, 9852.0, 9888.0, 9854.0, 9870.0, 9854.0, 9867.0, 9853.0, 9869.0, 9878.0, 9883.0, 9875.0, 9885.0, 9883.0, 9888.0, 9899.0, 9866.0, 9905.0, 9868.0, 9905.0, 9865.0, 9890.0, 9865.0, 9888.0, 9847.0, 9889.0, 9877.0, 9919.0, 9863.0, 9904.0, 9843.0, 9869.0, 9828.0, 9854.0, 9822.0, 9853.0, 9826.0, 9842.0, 9815.0, 9841.0, 9838.0, 9842.0, 9885.0, 9827.0, 9881.0, 9826.0, 9867.0, 9810.0, 9850.0, 9814.0, 9854.0, 9812.0, 9858.0, 9813.0, 9856.0, 9828.0, 9843.0, 9845.0, 9848.0, 9885.0, 9851.0, 9887.0, 9849.0, 9888.0, 9849.0, 9891.0, 9850.0, 9889.0, 9865.0, 9890.0, 9864.0, 9890.0, 9849.0, 9887.0, 9848.0, 9872.0, 9848.0, 9890.0, 9868.0, 9874.0, 9848.0, 9876.0, 9854.0, 9883.0, 9872.0, 9886.0, 9877.0, 9905.0, 9892.0, 9919.0, 9874.0, 9901.0, 9870.0, 9886.0, 9865.0, 9900.0, 9850.0, 9863.0, 9873.0, 9856.0, 9882.0, 9842.0, 9907.0, 9858.0, 9880.0, 9839.0, 9867.0, 9843.0, 9884.0, 9867.0, 9915.0, 9851.0, 9887.0, 9834.0, 9887.0, 9831.0, 9875.0, 9847.0, 9876.0, 9847.0, 9862.0, 9870.0, 9884.0, 9854.0, 9910.0, 9889.0, 9923.0, 9876.0, 9866.0, 9872.0, 9928.0, 9887.0, 9940.0, 9885.0, 9891.0, 9862.0, 9857.0, 9862.0, 9859.0, 9860.0, 9900.0, 9875.0, 9843.0, 9843.0, 9825.0, 9838.0, 9836.0, 9837.0, 9849.0, 9839.0, 9867.0, 9843.0, 9828.0, 9857.0, 9842.0, 9858.0, 9845.0, 9848.0, 9874.0, 9868.0, 9864.0, 9867.0, 9891.0, 9853.0, 9904.0, 9850.0, 9892.0, 9867.0, 9892.0, 9848.0, 9891.0, 9848.0, 9876.0, 9835.0, 9864.0, 9849.0, 9882.0, 9853.0, 9878.0, 9835.0, 9875.0, 9833.0, 9876.0, 9848.0, 9882.0, 9849.0, 9877.0, 9836.0, 9875.0, 9850.0, 9881.0, 9852.0, 9881.0, 9849.0, 9880.0, 9848.0, 9863.0, 9846.0, 9862.0, 9861.0, 9867.0, 9850.0, 9866.0, 9853.0, 9867.0, 9852.0, 9881.0, 9867.0, 9870.0, 9871.0, 9870.0, 9871.0, 9887.0, 9872.0, 9872.0, 9869.0, 9871.0, 9869.0, 9876.0, 9892.0, 9893.0, 9879.0, 9877.0, 9912.0, 9897.0, 9917.0, 9877.0, 9929.0, 9892.0, 9933.0, 9880.0, 9936.0, 9895.0, 9936.0, 9895.0, 9948.0, 9914.0, 9950.0, 9881.0, 9934.0, 9876.0, 9902.0, 9882.0, 9927.0, 9870.0, 9924.0, 9864.0, 9879.0, 9849.0, 9876.0, 9844.0, 9924.0, 9844.0, 9860.0, 9844.0, 9855.0, 9830.0, 9921.0, 9871.0, 9892.0, 9826.0, 9850.0, 9806.0, 9833.0, 9823.0, 9835.0, 9831.0, 9838.0, 9824.0, 9837.0, 9824.0, 9845.0, 9885.0, 9839.0, 9878.0, 9837.0, 9882.0, 9822.0, 9864.0, 9823.0, 9870.0, 9851.0, 9852.0, 9821.0, 9836.0, 9819.0, 9834.0, 9821.0, 9841.0, 9829.0, 9858.0, 9832.0, 9859.0, 9833.0, 9864.0, 9849.0, 9852.0, 9890.0, 9867.0, 9889.0, 9847.0, 9886.0, 9845.0, 9875.0, 9833.0, 9893.0, 9850.0, 9891.0, 9849.0, 9893.0, 9853.0, 9894.0, 9854.0, 9893.0, 9851.0, 9892.0, 9850.0, 9891.0, 9849.0, 9891.0, 9851.0, 9882.0, 9851.0, 9866.0, 9848.0, 9861.0, 9850.0, 9868.0, 9854.0, 9882.0, 9857.0, 9900.0, 9857.0, 9885.0, 9855.0, 9899.0, 9867.0, 9883.0, 9891.0, 9879.0, 9873.0, 9845.0, 9897.0, 9841.0, 9882.0, 9841.0, 9885.0, 9830.0, 9870.0, 9829.0, 9870.0, 9831.0, 9871.0, 9832.0, 9875.0, 9835.0, 9889.0, 9837.0, 9893.0, 9878.0, 9899.0, 9841.0, 9880.0, 9850.0, 9882.0, 9851.0, 9870.0, 9863.0, 9852.0, 9875.0, 9867.0, 9895.0, 9873.0, 9870.0, 9873.0, 9885.0, 9873.0, 9913.0, 9872.0, 9913.0, 9872.0, 9910.0, 9851.0, 9877.0, 9830.0, 9857.0, 9824.0, 9856.0, 9826.0, 9842.0, 9825.0, 9855.0, 9839.0, 9841.0, 9865.0, 9843.0, 9897.0, 9844.0, 9883.0, 9843.0, 9871.0, 9828.0, 9872.0, 9843.0, 9872.0, 9843.0, 9869.0, 9828.0, 9854.0, 9840.0, 9854.0, 9839.0, 9871.0, 9841.0, 9870.0, 9830.0, 9868.0, 9828.0, 9869.0, 9844.0, 9871.0, 9827.0, 9869.0, 9826.0, 9851.0, 9824.0, 9852.0, 9823.0, 9853.0, 9825.0, 9853.0, 9826.0, 9855.0, 9829.0, 9860.0, 9834.0, 9861.0, 9833.0, 9862.0, 9834.0, 9861.0, 9833.0, 9861.0, 9846.0, 9863.0, 9873.0, 9863.0, 9861.0, 9847.0, 9860.0, 9847.0, 9874.0, 9850.0, 9890.0, 9867.0, 9879.0, 9853.0, 9880.0, 9870.0, 9908.0, 9867.0, 9904.0, 9868.0, 9909.0, 9870.0, 9911.0, 9856.0, 9913.0, 9875.0, 9916.0, 9874.0, 9901.0, 9877.0, 9905.0, 9879.0, 9954.0, 9909.0, 9923.0, 9879.0, 9903.0, 9882.0, 9912.0, 9906.0, 9939.0, 9938.0, 9932.0, 9869.0, 9834.0, 9877.0, 9849.0, 9868.0, 9893.0, 9868.0, 9912.0, 9866.0, 9892.0, 9861.0, 9878.0, 9830.0, 9858.0, 9907.0, 9854.0, 9906.0, 9846.0, 9888.0, 9854.0, 9869.0, 9833.0, 9846.0, 9786.0, 9827.0, 9778.0, 9822.0, 9760.0, 9772.0, 9759.0, 9758.0, 9757.0, 9760.0, 9813.0, 9759.0, 9790.0, 9760.0, 9790.0, 9762.0, 9790.0, 9765.0, 9780.0, 9768.0, 9783.0, 9772.0, 9801.0, 9780.0, 9807.0, 9782.0, 9809.0, 9797.0, 9824.0, 9799.0, 9831.0, 9805.0, 9836.0, 9840.0, 9839.0, 9844.0, 9856.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.0002420061728395062</td></tr>
<tr><td colspan=3>aqi</td><td>0.018054474845679014</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.790240496208504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1974189680849432</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006873818532824</td></tr>
<tr><td colspan=3>efc</td><td>0.5138</td></tr>
<tr><td colspan=3>fber</td><td>3870.7146</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05787919638593771</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0030864197530864</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6901520319307473</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6596326638621433</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9065234761576257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5042999557724714</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128353</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006130611523985863</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030455725267529488</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9324673671396018</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>11.3193</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.7043</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.723</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1184.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.8185</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1538</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.053</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3620.9481</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.5319</td></tr>
<tr><td colspan=3>tsnr</td><td>40.83742678631097</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>