<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>dac283f64726ab49606308f1026b612e</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>09:03:51.155000</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.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</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.0816805</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>[4152, -7775, -7192, 512, -11, -114, -17, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7d4a99b-c045-4daa-bb6f-dfa2d4404f9b||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.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [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': ['090351.155000', '090351.615000', '090352.075000', '090352.535000', '090352.995000', '090353.455000', '090353.915000', '090354.375000', '090354.835000', '090355.295000', '090355.755000', '090356.215000', '090356.675000', '090357.135000', '090357.595000', '090358.055000', '090358.515000', '090358.975000', '090359.435000', '090359.895000', '090400.355000', '090400.815000', '090401.275000', '090401.735000', '090402.195000', '090402.655000', '090403.115000', '090403.575000', '090404.035000', '090404.495000', '090404.955000', '090405.415000', '090405.875000', '090406.335000', '090406.795000', '090407.255000', '090407.715000', '090408.175000', '090408.635000', '090409.095000', '090409.555000', '090410.015000', '090410.475000', '090410.935000', '090411.395000', '090411.855000', '090412.315000', '090412.775000', '090413.235000', '090413.695000', '090414.155000', '090414.615000', '090415.075000', '090415.535000', '090415.995000', '090416.455000', '090416.915000', '090417.375000', '090417.835000', '090418.295000', '090418.755000', '090419.215000', '090419.675000', '090420.135000', '090420.595000', '090421.055000', '090421.515000', '090421.975000', '090422.435000', '090422.895000', '090423.355000', '090423.815000', '090424.275000', '090424.735000', '090425.195000', '090425.655000', '090426.115000', '090426.575000', '090427.035000', '090427.495000', '090427.955000', '090428.415000', '090428.875000', '090429.335000', '090429.795000', '090430.255000', '090430.715000', '090431.175000', '090431.635000', '090432.095000', '090432.555000', '090433.015000', '090433.475000', '090433.935000', '090434.395000', '090434.855000', '090435.315000', '090435.775000', '090436.235000', '090436.695000', '090437.155000', '090437.615000', '090438.075000', '090438.535000', '090438.995000', '090439.455000', '090439.915000', '090440.375000', '090440.835000', '090441.295000', '090441.755000', '090442.215000', '090442.675000', '090443.135000', '090443.595000', '090444.055000', '090444.515000', '090444.975000', '090445.435000', '090445.895000', '090446.355000', '090446.815000', '090447.275000', '090447.735000', '090448.195000', '090448.655000', '090449.115000', '090449.575000', '090450.035000', '090450.495000', '090450.955000', '090451.415000', '090451.875000', '090452.335000', '090452.795000', '090453.255000', '090453.715000', '090454.175000', '090454.635000', '090455.095000', '090455.555000', '090456.015000', '090456.475000', '090456.935000', '090457.395000', '090457.855000', '090458.315000', '090458.775000', '090459.235000', '090459.695000', '090500.155000', '090500.615000', '090501.075000', '090501.535000', '090501.995000', '090502.455000', '090502.915000', '090503.375000', '090503.835000', '090504.295000', '090504.755000', '090505.215000', '090505.675000', '090506.135000', '090506.595000', '090507.055000', '090507.515000', '090507.975000', '090508.435000', '090508.895000', '090509.355000', '090509.815000', '090510.275000', '090510.735000', '090511.195000', '090511.655000', '090512.115000', '090512.575000', '090513.035000', '090513.495000', '090513.955000', '090514.415000', '090514.875000', '090515.335000', '090515.795000', '090516.255000', '090516.715000', '090517.175000', '090517.635000', '090518.095000', '090518.555000', '090519.015000', '090519.475000', '090519.935000', '090520.395000', '090520.855000', '090521.315000', '090521.775000', '090522.235000', '090522.695000', '090523.155000', '090523.615000', '090524.075000', '090524.535000', '090524.995000', '090525.455000', '090525.915000', '090526.375000', '090526.835000', '090527.295000', '090527.755000', '090528.215000', '090528.675000', '090529.135000', '090529.595000', '090530.055000', '090530.515000', '090530.975000', '090531.435000', '090531.895000', '090532.355000', '090532.815000', '090533.275000', '090533.735000', '090534.195000', '090534.655000', '090535.115000', '090535.575000', '090536.035000', '090536.495000', '090536.955000', '090537.415000', '090537.875000', '090538.335000', '090538.795000', '090539.255000', '090539.715000', '090540.175000', '090540.635000', '090541.095000', '090541.555000', '090542.015000', '090542.475000', '090542.935000', '090543.395000', '090543.855000', '090544.315000', '090544.775000', '090545.235000', '090545.695000', '090546.155000', '090546.615000', '090547.075000', '090547.535000', '090547.995000', '090548.455000', '090548.915000', '090549.375000', '090549.835000', '090550.295000', '090550.755000', '090551.215000', '090551.675000', '090552.135000', '090552.595000', '090553.055000', '090553.515000', '090553.975000', '090554.435000', '090554.895000', '090555.355000', '090555.815000', '090556.275000', '090556.735000', '090557.195000', '090557.655000', '090558.115000', '090558.575000', '090559.035000', '090559.495000', '090559.955000', '090600.415000', '090600.875000', '090601.335000', '090601.795000', '090602.255000', '090602.715000', '090603.175000', '090603.635000', '090604.095000', '090604.555000', '090605.015000', '090605.475000', '090605.935000', '090606.395000', '090606.855000', '090607.315000', '090607.775000', '090608.235000', '090608.695000', '090609.155000', '090609.615000', '090610.075000', '090610.535000', '090610.995000', '090611.455000', '090611.915000', '090612.375000', '090612.835000', '090613.295000', '090613.755000', '090614.215000', '090614.675000', '090615.135000', '090615.595000', '090616.055000', '090616.515000', '090616.975000', '090617.435000', '090617.895000', '090618.355000', '090618.815000', '090619.275000', '090619.735000', '090620.195000', '090620.655000', '090621.115000', '090621.575000', '090622.035000', '090622.495000', '090622.955000', '090623.415000', '090623.875000', '090624.335000', '090624.795000', '090625.255000', '090625.715000', '090626.175000', '090626.635000', '090627.095000', '090627.555000', '090628.015000', '090628.475000', '090628.935000', '090629.395000', '090629.855000', '090630.315000', '090630.775000', '090631.235000', '090631.695000', '090632.155000', '090632.615000', '090633.075000', '090633.535000', '090633.995000', '090634.455000', '090634.915000', '090635.375000', '090635.835000', '090636.295000', '090636.755000', '090637.215000', '090637.675000', '090638.135000', '090638.595000', '090639.055000', '090639.515000', '090639.975000', '090640.435000', '090640.895000', '090641.355000', '090641.815000', '090642.275000', '090642.735000', '090643.195000', '090643.655000', '090644.115000', '090644.575000', '090645.035000', '090645.495000', '090645.955000', '090646.415000', '090646.875000', '090647.335000', '090647.795000', '090648.255000', '090648.715000', '090649.175000', '090649.635000', '090650.095000', '090650.555000', '090651.015000', '090651.475000', '090651.935000', '090652.395000', '090652.855000', '090653.315000', '090653.775000', '090654.235000', '090654.695000', '090655.155000', '090655.615000', '090656.075000', '090656.535000', '090656.995000', '090657.455000', '090657.915000', '090658.375000', '090658.835000', '090659.295000', '090659.755000', '090700.215000', '090700.675000', '090701.135000', '090701.595000', '090702.055000', '090702.515000', '090702.975000', '090703.435000', '090703.895000', '090704.355000', '090704.815000', '090705.275000', '090705.735000', '090706.195000', '090706.655000', '090707.115000', '090707.575000', '090708.035000', '090708.495000', '090708.955000', '090709.415000', '090709.875000', '090710.335000', '090710.795000', '090711.255000', '090711.715000', '090712.175000', '090712.635000', '090713.095000', '090713.555000', '090714.015000', '090714.475000', '090714.935000', '090715.395000', '090715.855000', '090716.315000', '090716.775000', '090717.235000', '090717.695000', '090718.155000', '090718.615000', '090719.075000', '090719.535000', '090719.995000', '090720.455000', '090720.915000', '090721.375000', '090721.835000', '090722.295000', '090722.755000', '090723.215000', '090723.675000', '090724.135000', '090724.595000', '090725.055000', '090725.515000', '090725.975000', '090726.435000', '090726.895000', '090727.355000', '090727.815000', '090728.275000', '090728.735000', '090729.195000', '090729.655000', '090730.115000', '090730.575000', '090731.035000', '090731.495000', '090731.955000', '090732.415000', '090732.875000', '090733.335000', '090733.795000', '090734.255000', '090734.715000', '090735.175000', '090735.635000', '090736.095000', '090736.555000', '090737.015000', '090737.475000', '090737.935000', '090738.395000', '090738.855000', '090739.315000', '090739.775000', '090740.235000', '090740.695000', '090741.155000', '090741.615000', '090742.075000', '090742.535000', '090742.995000', '090743.455000', '090743.915000', '090744.375000', '090744.835000', '090745.295000', '090745.755000', '090746.215000', '090746.675000', '090747.135000', '090747.595000', '090748.055000', '090748.515000', '090748.975000', '090749.435000', '090749.895000', '090750.355000', '090750.815000', '090751.275000', '090751.735000', '090752.195000', '090752.655000', '090753.115000', '090753.575000', '090754.035000', '090754.495000', '090754.955000', '090755.415000', '090755.875000', '090756.335000', '090756.795000', '090757.255000', '090757.715000', '090758.175000', '090758.635000', '090759.095000', '090759.555000', '090800.015000', '090800.475000', '090800.935000', '090801.395000', '090801.855000', '090802.315000', '090802.775000', '090803.235000', '090803.695000', '090804.155000', '090804.615000', '090805.075000', '090805.535000', '090805.995000', '090806.455000', '090806.915000', '090807.375000', '090807.835000', '090808.295000', '090808.755000', '090809.215000', '090809.675000', '090810.135000', '090810.595000', '090811.055000', '090811.515000', '090811.975000', '090812.435000', '090812.895000', '090813.355000', '090813.815000', '090814.275000', '090814.735000', '090815.195000', '090815.655000', '090816.115000', '090816.575000', '090817.035000', '090817.495000', '090817.955000', '090818.415000', '090818.875000', '090819.335000', '090819.795000', '090820.255000', '090820.715000', '090821.175000', '090821.635000', '090822.095000', '090822.555000', '090823.015000', '090823.475000', '090823.935000', '090824.395000', '090824.855000', '090825.315000', '090825.775000', '090826.235000', '090826.695000', '090827.155000', '090827.615000', '090828.075000', '090828.535000', '090828.995000', '090829.455000', '090829.915000', '090830.375000', '090830.835000', '090831.295000', '090831.755000', '090832.215000', '090832.675000', '090833.135000', '090833.595000', '090834.055000', '090834.515000', '090834.975000', '090835.435000', '090835.895000', '090836.355000', '090836.815000', '090837.275000', '090837.735000', '090838.195000', '090838.655000', '090839.115000', '090839.575000', '090840.035000', '090840.495000', '090840.955000', '090841.415000', '090841.875000', '090842.335000', '090842.795000', '090843.255000', '090843.715000', '090844.175000', '090844.635000', '090845.095000', '090845.555000', '090846.015000', '090846.475000', '090846.935000', '090847.395000', '090847.855000', '090848.315000', '090848.775000', '090849.235000', '090849.695000', '090850.155000', '090850.615000', '090851.075000', '090851.535000', '090851.995000', '090852.455000', '090852.915000', '090853.375000', '090853.835000', '090854.295000', '090854.755000', '090855.215000', '090855.675000', '090856.135000', '090856.595000', '090857.055000', '090857.515000', '090857.975000', '090858.435000', '090858.895000', '090859.355000', '090859.815000', '090900.275000', '090900.735000', '090901.195000', '090901.655000', '090902.115000', '090902.575000', '090903.035000', '090903.495000', '090903.955000', '090904.415000', '090904.875000', '090905.335000', '090905.795000', '090906.255000', '090906.715000', '090907.175000', '090907.635000', '090908.095000', '090908.555000', '090909.015000', '090909.475000', '090909.935000', '090910.395000', '090910.855000', '090911.315000', '090911.775000', '090912.235000', '090912.695000', '090913.155000', '090913.615000', '090914.075000', '090914.535000', '090914.995000', '090915.455000', '090915.915000', '090916.375000', '090916.835000', '090917.295000', '090917.755000', '090918.215000', '090918.675000', '090919.135000', '090919.595000', '090920.055000', '090920.515000', '090920.975000', '090921.435000', '090921.895000', '090922.355000', '090922.815000', '090923.275000', '090923.735000', '090924.195000', '090924.655000', '090925.115000', '090925.575000', '090926.035000', '090926.495000', '090926.955000', '090927.415000', '090927.875000', '090928.335000', '090928.795000', '090929.255000', '090929.715000', '090930.175000', '090930.635000', '090931.095000', '090931.555000', '090932.015000', '090932.475000', '090932.935000', '090933.395000', '090933.855000', '090934.315000', '090934.775000', '090935.235000', '090935.695000', '090936.155000', '090936.615000', '090937.075000', '090937.535000', '090937.995000', '090938.455000', '090938.915000', '090939.375000', '090939.835000', '090940.295000', '090940.755000', '090941.215000', '090941.675000', '090942.135000', '090942.595000', '090943.055000', '090943.515000', '090943.975000', '090944.435000', '090944.895000', '090945.355000', '090945.815000', '090946.275000', '090946.735000', '090947.195000', '090947.655000', '090948.115000', '090948.575000', '090949.035000', '090949.495000', '090949.955000', '090950.415000', '090950.875000', '090951.335000', '090951.795000', '090952.255000', '090952.715000', '090953.175000', '090953.635000', '090954.095000', '090954.555000', '090955.015000', '090955.475000', '090955.935000', '090956.395000', '090956.855000', '090957.315000', '090957.775000', '090958.235000', '090958.695000', '090959.155000', '090959.615000', '091000.075000', '091000.535000', '091000.995000', '091001.455000', '091001.915000', '091002.375000', '091002.835000', '091003.295000', '091003.755000', '091004.215000', '091004.675000', '091005.135000', '091005.595000', '091006.055000', '091006.515000', '091006.975000', '091007.435000', '091007.895000', '091008.355000', '091008.815000', '091009.275000', '091009.735000', '091010.195000', '091010.655000', '091011.115000', '091011.575000', '091012.035000', '091012.495000', '091012.955000', '091013.415000', '091013.875000', '091014.335000', '091014.795000', '091015.255000', '091015.715000', '091016.175000', '091016.635000', '091017.095000', '091017.555000', '091018.015000', '091018.475000', '091018.935000', '091019.395000', '091019.855000', '091020.315000', '091020.775000', '091021.235000', '091021.695000', '091022.155000', '091022.615000', '091023.075000', '091023.535000', '091023.995000', '091024.455000', '091024.915000', '091025.375000', '091025.835000', '091026.295000', '091026.755000', '091027.215000', '091027.675000', '091028.135000', '091028.595000', '091029.055000', '091029.515000', '091029.975000', '091030.435000', '091030.895000', '091031.355000', '091031.815000', '091032.275000', '091032.735000', '091033.195000', '091033.655000', '091034.115000', '091034.575000', '091035.035000', '091035.495000', '091035.955000', '091036.415000', '091036.875000', '091037.335000', '091037.795000', '091038.255000', '091038.715000', '091039.175000', '091039.635000', '091040.095000', '091040.555000', '091041.015000', '091041.475000', '091041.935000', '091042.395000', '091042.855000', '091043.315000', '091043.775000', '091044.235000', '091044.695000', '091045.155000', '091045.615000', '091046.075000', '091046.535000', '091046.995000', '091047.455000', '091047.915000', '091048.375000', '091048.835000', '091049.295000', '091049.755000', '091050.215000', '091050.675000', '091051.135000', '091051.595000', '091052.055000', '091052.515000', '091052.975000', '091053.435000', '091053.895000', '091054.355000', '091054.815000', '091055.275000', '091055.735000', '091056.195000', '091056.655000', '091057.115000', '091057.575000', '091058.035000', '091058.495000', '091058.955000', '091059.415000', '091059.875000', '091100.335000', '091100.795000', '091101.255000', '091101.715000', '091102.175000', '091102.635000', '091103.095000', '091103.555000', '091104.015000', '091104.475000', '091104.935000', '091105.395000', '091105.855000', '091106.315000', '091106.775000', '091107.235000', '091107.695000', '091108.155000', '091108.615000', '091109.075000', '091109.535000', '091109.995000', '091110.455000', '091110.915000', '091111.375000', '091111.835000', '091112.295000', '091112.755000', '091113.215000', '091113.675000', '091114.135000', '091114.595000', '091115.055000', '091115.515000', '091115.975000', '091116.435000', '091116.895000', '091117.355000', '091117.815000', '091118.275000', '091118.735000', '091119.195000', '091119.655000', '091120.115000', '091120.575000', '091121.035000', '091121.495000', '091121.955000', '091122.415000', '091122.875000', '091123.335000', '091123.795000', '091124.255000', '091124.715000', '091125.175000', '091125.635000', '091126.095000', '091126.555000', '091127.015000', '091127.475000', '091127.935000', '091128.395000', '091128.855000', '091129.315000', '091129.775000', '091130.235000', '091130.695000', '091131.155000', '091131.615000', '091132.075000', '091132.535000', '091132.995000', '091133.455000', '091133.915000', '091134.375000', '091134.835000', '091135.295000', '091135.755000', '091136.215000', '091136.675000', '091137.135000', '091137.595000', '091138.055000', '091138.515000', '091138.975000', '091139.435000', '091139.895000', '091140.355000', '091140.815000', '091141.275000', '091141.735000', '091142.195000', '091142.655000', '091143.115000', '091143.575000', '091144.035000', '091144.495000', '091144.955000', '091145.415000', '091145.875000', '091146.335000', '091146.795000', '091147.255000', '091147.715000', '091148.175000', '091148.635000', '091149.095000', '091149.555000', '091150.015000', '091150.475000', '091150.935000', '091151.395000', '091151.855000', '091152.315000', '091152.775000', '091153.235000', '091153.695000', '091154.155000', '091154.615000', '091155.075000', '091155.535000', '091155.995000', '091156.455000', '091156.915000', '091157.375000', '091157.835000', '091158.295000', '091158.755000', '091159.215000', '091159.675000', '091200.135000', '091200.595000', '091201.055000', '091201.515000', '091201.975000', '091202.435000', '091202.895000', '091203.355000', '091203.815000', '091204.275000', '091204.735000', '091205.195000', '091205.655000', '091206.115000', '091206.575000', '091207.035000', '091207.495000', '091207.955000', '091208.415000', '091208.875000', '091209.335000', '091209.795000', '091210.255000', '091210.715000', '091211.175000', '091211.635000', '091212.095000', '091212.555000', '091213.015000', '091213.475000', '091213.935000', '091214.395000', '091214.855000', '091215.315000', '091215.775000', '091216.235000', '091216.695000', '091217.155000', '091217.615000', '091218.075000', '091218.535000', '091218.995000', '091219.455000', '091219.915000', '091220.375000', '091220.835000', '091221.295000', '091221.755000', '091222.215000', '091222.675000', '091223.135000', '091223.595000', '091224.055000', '091224.515000', '091224.975000', '091225.435000', '091225.895000', '091226.355000', '091226.815000', '091227.275000', '091227.735000', '091228.195000', '091228.655000', '091229.115000', '091229.575000', '091230.035000', '091230.495000', '091230.955000', '091231.415000', '091231.875000', '091232.335000', '091232.795000', '091233.255000', '091233.715000', '091234.175000', '091234.635000', '091235.095000', '091235.555000', '091236.015000', '091236.475000', '091236.935000', '091237.395000', '091237.855000', '091238.315000', '091238.775000', '091239.235000', '091239.695000', '091240.155000', '091240.615000', '091241.075000', '091241.535000', '091241.995000', '091242.455000', '091242.915000', '091243.375000', '091243.835000', '091244.295000', '091244.755000', '091245.215000', '091245.675000', '091246.135000', '091246.595000', '091247.055000', '091247.515000', '091247.975000', '091248.435000', '091248.895000', '091249.355000', '091249.815000', '091250.275000', '091250.735000', '091251.195000', '091251.655000', '091252.115000', '091252.575000', '091253.035000', '091253.495000', '091253.955000', '091254.415000', '091254.875000', '091255.335000', '091255.795000', '091256.255000', '091256.715000', '091257.175000', '091257.635000', '091258.095000', '091258.555000', '091259.015000', '091259.475000', '091259.935000', '091300.395000', '091300.855000', '091301.315000', '091301.775000', '091302.235000', '091302.695000', '091303.155000', '091303.615000', '091304.075000', '091304.535000', '091304.995000', '091305.455000', '091305.915000', '091306.375000', '091306.835000', '091307.295000', '091307.755000', '091308.215000', '091308.675000', '091309.135000', '091309.595000', '091310.055000', '091310.515000', '091310.975000', '091311.435000', '091311.895000', '091312.355000', '091312.815000', '091313.275000', '091313.735000', '091314.195000', '091314.655000', '091315.115000', '091315.575000', '091316.035000', '091316.495000', '091316.955000', '091317.415000', '091317.875000', '091318.335000', '091318.795000', '091319.255000', '091319.715000', '091320.175000', '091320.635000', '091321.095000', '091321.555000', '091322.015000', '091322.475000', '091322.935000', '091323.395000', '091323.855000', '091324.315000', '091324.775000', '091325.235000', '091325.695000', '091326.155000', '091326.615000', '091327.075000', '091327.535000', '091327.995000', '091328.455000', '091328.915000', '091329.375000', '091329.835000', '091330.295000', '091330.755000', '091331.215000', '091331.675000', '091332.135000', '091332.595000', '091333.055000', '091333.515000', '091333.975000', '091334.435000', '091334.895000', '091335.355000', '091335.815000', '091336.275000', '091336.735000', '091337.195000', '091337.655000', '091338.115000', '091338.575000', '091339.035000', '091339.495000', '091339.955000', '091340.415000', '091340.875000', '091341.335000', '091341.795000', '091342.255000', '091342.715000', '091343.175000', '091343.635000', '091344.095000', '091344.555000', '091345.015000', '091345.475000', '091345.935000', '091346.395000', '091346.855000', '091347.315000', '091347.775000'], 'ContentTime': ['090418.888000', '090418.892000', '090418.895000', '090418.897000', '090418.900000', '090418.902000', '090418.905000', '090418.908000', '090418.910000', '090418.913000', '090418.916000', '090418.918000', '090418.921000', '090418.923000', '090418.926000', '090418.928000', '090418.931000', '090418.934000', '090418.937000', '090418.939000', '090418.942000', '090418.944000', '090418.947000', '090418.950000', '090418.952000', '090418.955000', '090418.958000', '090418.961000', '090418.967000', '090418.969000', '090418.972000', '090418.975000', '090418.977000', '090418.980000', '090418.982000', '090418.985000', '090418.988000', '090418.990000', '090418.993000', '090418.995000', '090418.998000', '090419.001000', '090419.012000', '090419.015000', '090419.018000', '090419.020000', '090419.023000', '090419.025000', '090419.028000', '090419.031000', '090419.033000', '090419.036000', '090419.038000', '090419.041000', '090419.044000', '090419.046000', '090419.049000', '090438.829000', '090438.832000', '090438.835000', '090438.837000', '090438.840000', '090438.843000', '090438.845000', '090438.848000', '090438.850000', '090438.853000', '090438.856000', '090438.858000', '090438.868000', '090438.870000', '090438.873000', '090438.875000', '090438.878000', '090438.881000', '090438.883000', '090438.886000', '090438.894000', '090438.896000', '090438.899000', '090438.902000', '090438.904000', '090438.907000', '090438.909000', '090438.912000', '090438.915000', '090438.917000', '090438.920000', '090438.923000', '090438.925000', '090438.928000', '090438.931000', '090438.933000', '090438.936000', '090438.938000', '090438.941000', '090438.944000', '090438.946000', '090438.949000', '090438.951000', '090438.954000', '090458.829000', '090458.832000', '090458.835000', '090458.837000', '090458.840000', '090458.843000', '090458.845000', '090458.848000', '090458.850000', '090458.853000', '090458.856000', '090458.858000', '090458.861000', '090458.863000', '090458.866000', '090458.869000', '090458.871000', '090458.874000', '090458.877000', '090458.879000', '090458.882000', '090458.884000', '090458.887000', '090458.889000', '090458.892000', '090458.895000', '090458.897000', '090458.900000', '090458.903000', '090458.905000', '090458.908000', '090458.910000', '090458.913000', '090458.915000', '090458.918000', '090458.921000', '090458.923000', '090458.926000', '090458.928000', '090458.931000', '090458.934000', '090458.936000', '090458.939000', '090518.829000', '090518.832000', '090518.835000', '090518.837000', '090518.840000', '090518.843000', '090518.845000', '090518.848000', '090518.850000', '090518.853000', '090518.855000', '090518.863000', '090518.866000', '090518.868000', '090518.871000', '090518.874000', '090518.877000', '090518.879000', '090518.887000', '090518.890000', '090518.893000', '090518.895000', '090518.898000', '090518.901000', '090518.903000', '090518.906000', '090518.908000', '090518.911000', '090518.914000', '090518.916000', '090518.919000', '090518.921000', '090518.924000', '090518.927000', '090518.929000', '090518.932000', '090518.934000', '090518.937000', '090518.940000', '090518.942000', '090518.945000', '090518.947000', '090518.950000', '090538.829000', '090538.832000', '090538.835000', '090538.838000', '090538.840000', '090538.843000', '090538.845000', '090538.848000', '090538.851000', '090538.853000', '090538.856000', '090538.859000', '090538.861000', '090538.864000', '090538.866000', '090538.869000', '090538.872000', '090538.874000', '090538.877000', '090538.879000', '090538.882000', '090538.884000', '090538.887000', '090538.896000', '090538.899000', '090538.902000', '090538.904000', '090538.907000', '090538.910000', '090538.912000', '090538.915000', '090538.917000', '090538.920000', '090538.922000', '090538.925000', '090538.928000', '090538.930000', '090538.933000', '090538.935000', '090538.947000', '090538.950000', '090538.952000', '090538.955000', '090538.957000', '090558.830000', '090558.833000', '090558.841000', '090558.843000', '090558.846000', '090558.848000', '090558.851000', '090558.853000', '090558.856000', '090558.859000', '090558.861000', '090558.864000', '090558.866000', '090558.869000', '090558.872000', '090558.874000', '090558.877000', '090558.879000', '090558.882000', '090558.885000', '090558.887000', '090558.890000', '090558.893000', '090558.895000', '090558.898000', '090558.900000', '090558.903000', '090558.905000', '090558.908000', '090558.911000', '090558.913000', '090558.916000', '090558.919000', '090558.921000', '090558.924000', '090558.926000', '090558.929000', '090558.932000', '090558.934000', '090558.937000', '090558.939000', '090558.942000', '090558.945000', '090558.947000', '090618.830000', '090618.833000', '090618.836000', '090618.838000', '090618.841000', '090618.844000', '090618.846000', '090618.849000', '090618.852000', '090618.854000', '090618.857000', '090618.859000', '090618.862000', '090618.865000', '090618.867000', '090618.870000', '090618.873000', '090618.875000', '090618.878000', '090618.880000', '090618.883000', '090618.886000', '090618.901000', '090618.904000', '090618.906000', '090618.909000', '090618.911000', '090618.914000', '090618.917000', '090618.919000', '090618.922000', '090618.924000', '090618.927000', '090618.929000', '090618.932000', '090618.935000', '090618.937000', '090618.940000', '090618.943000', '090618.945000', '090618.948000', '090618.950000', '090618.953000', '090638.830000', '090638.833000', '090638.836000', '090638.839000', '090638.841000', '090638.844000', '090638.847000', '090638.849000', '090638.852000', '090638.855000', '090638.857000', '090638.860000', '090638.862000', '090638.865000', '090638.868000', '090638.870000', '090638.873000', '090638.876000', '090638.878000', '090638.881000', '090638.883000', '090638.886000', '090638.889000', '090638.891000', '090638.894000', '090638.896000', '090638.899000', '090638.901000', '090638.920000', '090638.923000', '090638.926000', '090638.928000', '090638.931000', '090638.933000', '090638.936000', '090638.938000', '090638.941000', '090638.944000', '090638.946000', '090638.949000', '090638.951000', '090638.954000', '090638.957000', '090638.959000', '090658.830000', '090658.832000', '090658.835000', '090658.838000', '090658.840000', '090658.843000', '090658.846000', '090658.848000', '090658.851000', '090658.853000', '090658.856000', '090658.859000', '090658.861000', '090658.864000', '090658.866000', '090658.869000', '090658.872000', '090658.874000', '090658.877000', '090658.880000', '090658.882000', '090658.885000', '090658.887000', '090658.890000', '090658.893000', '090658.895000', '090658.898000', '090658.901000', '090658.903000', '090658.906000', '090658.908000', '090658.911000', '090658.914000', '090658.916000', '090658.919000', '090658.922000', '090658.924000', '090658.927000', '090658.929000', '090658.932000', '090658.934000', '090658.937000', '090658.939000', '090718.829000', '090718.832000', '090718.835000', '090718.837000', '090718.840000', '090718.843000', '090718.846000', '090718.848000', '090718.851000', '090718.853000', '090718.856000', '090718.859000', '090718.861000', '090718.864000', '090718.866000', '090718.869000', '090718.872000', '090718.874000', '090718.877000', '090718.879000', '090718.882000', '090718.885000', '090718.891000', '090718.894000', '090718.897000', '090718.899000', '090718.902000', '090718.904000', '090718.907000', '090718.910000', '090718.912000', '090718.915000', '090718.918000', '090718.920000', '090718.923000', '090718.925000', '090718.928000', '090718.931000', '090718.933000', '090718.936000', '090718.938000', '090718.941000', '090718.950000', '090718.952000', '090738.829000', '090738.841000', '090738.844000', '090738.847000', '090738.849000', '090738.852000', '090738.855000', '090738.857000', '090738.860000', '090738.862000', '090738.865000', '090738.868000', '090738.870000', '090738.873000', '090738.876000', '090738.878000', '090738.881000', '090738.883000', '090738.886000', '090738.889000', '090738.891000', '090738.894000', '090738.897000', '090738.899000', '090738.902000', '090738.904000', '090738.907000', '090738.910000', '090738.912000', '090738.915000', '090738.917000', '090738.920000', '090738.923000', '090738.925000', '090738.928000', '090738.930000', '090738.933000', '090738.935000', '090738.938000', '090738.941000', '090738.943000', '090738.946000', '090738.948000', '090758.830000', '090758.842000', '090758.845000', '090758.847000', '090758.858000', '090758.861000', '090758.864000', '090758.867000', '090758.869000', '090758.872000', '090758.875000', '090758.878000', '090758.880000', '090758.883000', '090758.886000', '090758.888000', '090758.891000', '090758.894000', '090758.896000', '090758.899000', '090758.902000', '090758.904000', '090758.907000', '090758.909000', '090758.912000', '090758.914000', '090758.917000', '090758.920000', '090758.922000', '090758.925000', '090758.928000', '090758.930000', '090758.933000', '090758.935000', '090758.938000', '090758.947000', '090758.950000', '090758.953000', '090758.955000', '090758.958000', '090758.961000', '090758.963000', '090758.966000', '090818.830000', '090818.833000', '090818.836000', '090818.839000', '090818.841000', '090818.844000', '090818.847000', '090818.849000', '090818.852000', '090818.855000', '090818.857000', '090818.860000', '090818.862000', '090818.865000', '090818.868000', '090818.870000', '090818.873000', '090818.875000', '090818.878000', '090818.881000', '090818.883000', '090818.886000', '090818.889000', '090818.891000', '090818.894000', '090818.896000', '090818.899000', '090818.902000', '090818.904000', '090818.907000', '090818.910000', '090818.913000', '090818.915000', '090818.918000', '090818.920000', '090818.923000', '090818.926000', '090818.928000', '090818.931000', '090818.933000', '090818.936000', '090818.939000', '090818.941000', '090818.944000', '090838.830000', '090838.833000', '090838.836000', '090838.839000', '090838.841000', '090838.844000', '090838.846000', '090838.849000', '090838.852000', '090838.854000', '090838.857000', '090838.859000', '090838.862000', '090838.864000', '090838.867000', '090838.870000', '090838.872000', '090838.875000', '090838.878000', '090838.880000', '090838.883000', '090838.885000', '090838.888000', '090838.891000', '090838.893000', '090838.896000', '090838.899000', '090838.901000', '090838.904000', '090838.906000', '090838.909000', '090838.912000', '090838.914000', '090838.917000', '090838.919000', '090838.922000', '090838.925000', '090838.927000', '090838.930000', '090838.932000', '090838.935000', '090838.938000', '090838.940000', '090838.943000', '090858.831000', '090858.841000', '090858.843000', '090858.846000', '090858.849000', '090858.851000', '090858.854000', '090858.856000', '090858.859000', '090858.873000', '090858.875000', '090858.878000', '090858.881000', '090858.883000', '090858.886000', '090858.889000', '090858.891000', '090858.894000', '090858.897000', '090858.899000', '090858.902000', '090858.904000', '090858.907000', '090858.910000', '090858.912000', '090858.915000', '090858.917000', '090858.920000', '090858.923000', '090858.925000', '090858.928000', '090858.931000', '090858.933000', '090858.936000', '090858.938000', '090858.941000', '090858.944000', '090858.946000', '090858.949000', '090858.951000', '090858.954000', '090858.957000', '090858.959000', '090918.829000', '090918.844000', '090918.863000', '090918.866000', '090918.868000', '090918.871000', '090918.874000', '090918.877000', '090918.880000', '090918.882000', '090918.885000', '090918.888000', '090918.890000', '090918.893000', '090918.896000', '090918.898000', '090918.901000', '090918.903000', '090918.906000', '090918.909000', '090918.911000', '090918.914000', '090918.917000', '090918.919000', '090918.922000', '090918.924000', '090918.927000', '090918.930000', '090918.932000', '090918.943000', '090918.946000', '090918.948000', '090918.951000', '090918.953000', '090918.956000', '090918.959000', '090918.961000', '090918.964000', '090918.966000', '090918.969000', '090918.972000', '090918.974000', '090918.977000', '090938.829000', '090938.833000', '090938.836000', '090938.838000', '090938.841000', '090938.844000', '090938.847000', '090938.849000', '090938.852000', '090938.854000', '090938.857000', '090938.860000', '090938.862000', '090938.865000', '090938.867000', '090938.870000', '090938.873000', '090938.875000', '090938.878000', '090938.880000', '090938.883000', '090938.886000', '090938.888000', '090938.891000', '090938.894000', '090938.896000', '090938.899000', '090938.901000', '090938.904000', '090938.907000', '090938.909000', '090938.912000', '090938.914000', '090938.917000', '090938.920000', '090938.922000', '090938.925000', '090938.927000', '090938.930000', '090938.933000', '090938.935000', '090938.938000', '090938.941000', '090938.943000', '090958.830000', '090958.876000', '090958.878000', '090958.881000', '090958.884000', '090958.886000', '090958.889000', '090958.891000', '090958.894000', '090958.897000', '090958.900000', '090958.902000', '090958.905000', '090958.908000', '090958.910000', '090958.913000', '090958.917000', '090958.919000', '090958.922000', '090958.925000', '090958.927000', '090958.930000', '090958.932000', '090958.935000', '090958.938000', '090958.940000', '090958.943000', '090958.946000', '090958.948000', '090958.951000', '090958.954000', '090958.956000', '090958.959000', '090958.961000', '090958.964000', '090958.967000', '090958.969000', '090958.972000', '090958.974000', '090958.977000', '090958.980000', '090958.982000', '090958.985000', '091018.830000', '091018.846000', '091018.848000', '091018.851000', '091018.853000', '091018.856000', '091018.859000', '091018.861000', '091018.864000', '091018.866000', '091018.869000', '091018.872000', '091018.874000', '091018.877000', '091018.880000', '091018.882000', '091018.885000', '091018.887000', '091018.890000', '091018.893000', '091018.895000', '091018.898000', '091018.900000', '091018.903000', '091018.906000', '091018.908000', '091018.911000', '091018.914000', '091018.916000', '091018.919000', '091018.921000', '091018.924000', '091018.927000', '091018.929000', '091018.932000', '091018.935000', '091018.937000', '091018.940000', '091018.942000', '091018.945000', '091018.948000', '091018.950000', '091018.953000', '091018.956000', '091038.831000', '091038.835000', '091038.837000', '091038.840000', '091038.843000', '091038.845000', '091038.848000', '091038.850000', '091038.853000', '091038.856000', '091038.859000', '091038.861000', '091038.864000', '091038.867000', '091038.869000', '091038.872000', '091038.875000', '091038.877000', '091038.880000', '091038.883000', '091038.895000', '091038.897000', '091038.900000', '091038.903000', '091038.905000', '091038.908000', '091038.911000', '091038.914000', '091038.917000', '091038.920000', '091038.922000', '091038.925000', '091038.928000', '091038.936000', '091038.939000', '091038.941000', '091038.944000', '091038.947000', '091038.949000', '091038.962000', '091038.964000', '091038.967000', '091038.969000', '091058.831000', '091058.836000', '091058.839000', '091058.842000', '091058.844000', '091058.847000', '091058.850000', '091058.852000', '091058.855000', '091058.857000', '091058.861000', '091058.863000', '091058.866000', '091058.868000', '091058.871000', '091058.874000', '091058.876000', '091058.879000', '091058.882000', '091058.884000', '091058.887000', '091058.890000', '091058.892000', '091058.905000', '091058.908000', '091058.910000', '091058.913000', '091058.916000', '091058.918000', '091058.921000', '091058.923000', '091058.926000', '091058.929000', '091058.931000', '091058.934000', '091058.936000', '091058.939000', '091058.942000', '091058.944000', '091058.947000', '091058.950000', '091058.952000', '091058.955000', '091058.957000', '091118.830000', '091118.876000', '091118.879000', '091118.881000', '091118.884000', '091118.887000', '091118.889000', '091118.892000', '091118.895000', '091118.897000', '091118.902000', '091118.905000', '091118.907000', '091118.910000', '091118.913000', '091118.915000', '091118.918000', '091118.920000', '091118.923000', '091118.926000', '091118.928000', '091118.931000', '091118.934000', '091118.936000', '091118.939000', '091118.941000', '091118.944000', '091118.947000', '091118.949000', '091118.952000', '091118.955000', '091118.957000', '091118.960000', '091118.962000', '091118.965000', '091118.968000', '091118.970000', '091118.973000', '091118.975000', '091118.978000', '091118.981000', '091118.983000', '091118.986000', '091138.829000', '091138.892000', '091138.895000', '091138.897000', '091138.900000', '091138.903000', '091138.905000', '091138.908000', '091138.910000', '091138.913000', '091138.916000', '091138.918000', '091138.921000', '091138.924000', '091138.926000', '091138.929000', '091138.931000', '091138.934000', '091138.937000', '091138.939000', '091138.942000', '091138.945000', '091138.947000', '091138.950000', '091138.952000', '091138.955000', '091138.958000', '091138.960000', '091138.963000', '091138.966000', '091138.968000', '091138.971000', '091138.973000', '091138.976000', '091138.979000', '091138.981000', '091138.984000', '091138.987000', '091138.989000', '091138.992000', '091138.994000', '091138.997000', '091139.001000', '091139.003000', '091158.830000', '091158.846000', '091158.849000', '091158.852000', '091158.854000', '091158.857000', '091158.859000', '091158.863000', '091158.865000', '091158.868000', '091158.870000', '091158.873000', '091158.876000', '091158.878000', '091158.881000', '091158.884000', '091158.886000', '091158.889000', '091158.891000', '091158.894000', '091158.896000', '091158.899000', '091158.902000', '091158.904000', '091158.907000', '091158.909000', '091158.912000', '091158.924000', '091158.926000', '091158.929000', '091158.931000', '091158.934000', '091158.937000', '091158.939000', '091158.942000', '091158.945000', '091158.959000', '091158.962000', '091158.965000', '091158.967000', '091158.970000', '091158.973000', '091158.975000', '091218.829000', '091218.845000', '091218.847000', '091218.850000', '091218.853000', '091218.855000', '091218.858000', '091218.861000', '091218.863000', '091218.866000', '091218.868000', '091218.871000', '091218.874000', '091218.876000', '091218.879000', '091218.881000', '091218.884000', '091218.887000', '091218.889000', '091218.892000', '091218.895000', '091218.897000', '091218.900000', '091218.902000', '091218.905000', '091218.908000', '091218.910000', '091218.913000', '091218.916000', '091218.918000', '091218.921000', '091218.923000', '091218.926000', '091218.929000', '091218.931000', '091218.934000', '091218.937000', '091218.939000', '091218.942000', '091218.944000', '091218.947000', '091218.950000', '091218.952000', '091218.955000', '091238.830000', '091238.832000', '091238.835000', '091238.838000', '091238.840000', '091238.843000', '091238.846000', '091238.848000', '091238.851000', '091238.853000', '091238.856000', '091238.859000', '091238.861000', '091238.864000', '091238.866000', '091238.869000', '091238.872000', '091238.874000', '091238.877000', '091238.880000', '091238.882000', '091238.885000', '091238.887000', '091238.890000', '091238.893000', '091238.895000', '091238.898000', '091238.901000', '091238.903000', '091238.906000', '091238.908000', '091238.911000', '091238.914000', '091238.916000', '091238.919000', '091238.922000', '091238.924000', '091238.927000', '091238.929000', '091238.932000', '091238.935000', '091238.938000', '091238.940000', '091258.831000', '091258.858000', '091258.861000', '091258.863000', '091258.866000', '091258.869000', '091258.871000', '091258.874000', '091258.876000', '091258.879000', '091258.881000', '091258.884000', '091258.887000', '091258.889000', '091258.892000', '091258.895000', '091258.897000', '091258.900000', '091258.903000', '091258.905000', '091258.908000', '091258.910000', '091258.913000', '091258.916000', '091258.918000', '091258.921000', '091258.924000', '091258.926000', '091258.929000', '091258.931000', '091258.934000', '091258.937000', '091258.939000', '091258.942000', '091258.944000', '091258.947000', '091258.950000', '091258.952000', '091258.955000', '091258.958000', '091258.960000', '091258.963000', '091258.965000', '091258.968000', '091318.831000', '091318.856000', '091318.859000', '091318.861000', '091318.864000', '091318.867000', '091318.869000', '091318.872000', '091318.874000', '091318.877000', '091318.880000', '091318.882000', '091318.885000', '091318.887000', '091318.890000', '091318.893000', '091318.895000', '091318.898000', '091318.901000', '091318.903000', '091318.906000', '091318.908000', '091318.911000', '091318.914000', '091318.916000', '091318.919000', '091318.922000', '091318.924000', '091318.927000', '091318.929000', '091318.932000', '091318.935000', '091318.958000', '091318.960000', '091318.963000', '091318.965000', '091318.968000', '091318.971000', '091318.973000', '091318.976000', '091318.978000', '091318.981000', '091318.984000', '091338.831000', '091338.864000', '091338.867000', '091338.869000', '091338.872000', '091338.874000', '091338.877000', '091338.880000', '091338.882000', '091338.885000', '091338.888000', '091338.890000', '091338.893000', '091338.895000', '091338.898000', '091338.901000', '091338.903000', '091338.906000', '091338.909000', '091338.911000', '091338.914000', '091338.916000', '091338.919000', '091338.922000', '091338.924000', '091338.927000', '091338.929000', '091338.932000', '091338.935000', '091338.937000', '091338.940000', '091338.943000', '091338.945000', '091338.948000', '091338.951000', '091338.958000', '091338.961000', '091338.963000', '091338.966000', '091338.968000', '091338.971000', '091338.974000', '091338.977000', '091338.979000', '091349.332000', '091349.336000', '091349.339000', '091349.342000', '091349.345000', '091349.348000', '091349.351000', '091349.354000', '091349.357000', '091349.360000', '091349.363000', '091349.366000', '091349.370000', '091349.372000', '091349.375000', '091349.378000', '091349.381000', '091349.384000', '091349.387000', '091349.389000', '091349.392000', '091349.395000', '091349.398000'], 'InstanceCreationTime': ['090418.888000', '090418.892000', '090418.895000', '090418.897000', '090418.900000', '090418.902000', '090418.905000', '090418.908000', '090418.910000', '090418.913000', '090418.916000', '090418.918000', '090418.921000', '090418.923000', '090418.926000', '090418.928000', '090418.931000', '090418.934000', '090418.937000', '090418.939000', '090418.942000', '090418.944000', '090418.947000', '090418.950000', '090418.952000', '090418.955000', '090418.958000', '090418.961000', '090418.967000', '090418.969000', '090418.972000', '090418.975000', '090418.977000', '090418.980000', '090418.982000', '090418.985000', '090418.988000', '090418.990000', '090418.993000', '090418.995000', '090418.998000', '090419.001000', '090419.012000', '090419.015000', '090419.018000', '090419.020000', '090419.023000', '090419.025000', '090419.028000', '090419.031000', '090419.033000', '090419.036000', '090419.038000', '090419.041000', '090419.044000', '090419.046000', '090419.049000', '090438.829000', '090438.832000', '090438.835000', '090438.837000', '090438.840000', '090438.843000', '090438.845000', '090438.848000', '090438.850000', '090438.853000', '090438.856000', '090438.858000', '090438.868000', '090438.870000', '090438.873000', '090438.875000', '090438.878000', '090438.881000', '090438.883000', '090438.886000', '090438.894000', '090438.896000', '090438.899000', '090438.902000', '090438.904000', '090438.907000', '090438.909000', '090438.912000', '090438.915000', '090438.917000', '090438.920000', '090438.923000', '090438.925000', '090438.928000', '090438.931000', '090438.933000', '090438.936000', '090438.938000', '090438.941000', '090438.944000', '090438.946000', '090438.949000', '090438.951000', '090438.954000', '090458.829000', '090458.832000', '090458.835000', '090458.837000', '090458.840000', '090458.843000', '090458.845000', '090458.848000', '090458.850000', '090458.853000', '090458.856000', '090458.858000', '090458.861000', '090458.863000', '090458.866000', '090458.869000', '090458.871000', '090458.874000', '090458.877000', '090458.879000', '090458.882000', '090458.884000', '090458.887000', '090458.889000', '090458.892000', '090458.895000', '090458.897000', '090458.900000', '090458.903000', '090458.905000', '090458.908000', '090458.910000', '090458.913000', '090458.915000', '090458.918000', '090458.921000', '090458.923000', '090458.926000', '090458.928000', '090458.931000', '090458.934000', '090458.936000', '090458.939000', '090518.829000', '090518.832000', '090518.835000', '090518.837000', '090518.840000', '090518.843000', '090518.845000', '090518.848000', '090518.850000', '090518.853000', '090518.855000', '090518.863000', '090518.866000', '090518.868000', '090518.871000', '090518.874000', '090518.877000', '090518.879000', '090518.887000', '090518.890000', '090518.893000', '090518.895000', '090518.898000', '090518.901000', '090518.903000', '090518.906000', '090518.908000', '090518.911000', '090518.914000', '090518.916000', '090518.919000', '090518.921000', '090518.924000', '090518.927000', '090518.929000', '090518.932000', '090518.934000', '090518.937000', '090518.940000', '090518.942000', '090518.945000', '090518.947000', '090518.950000', '090538.829000', '090538.832000', '090538.835000', '090538.838000', '090538.840000', '090538.843000', '090538.845000', '090538.848000', '090538.851000', '090538.853000', '090538.856000', '090538.859000', '090538.861000', '090538.864000', '090538.866000', '090538.869000', '090538.872000', '090538.874000', '090538.877000', '090538.879000', '090538.882000', '090538.884000', '090538.887000', '090538.896000', '090538.899000', '090538.902000', '090538.904000', '090538.907000', '090538.910000', '090538.912000', '090538.915000', '090538.917000', '090538.920000', '090538.922000', '090538.925000', '090538.928000', '090538.930000', '090538.933000', '090538.935000', '090538.947000', '090538.950000', '090538.952000', '090538.955000', '090538.957000', '090558.830000', '090558.833000', '090558.841000', '090558.843000', '090558.846000', '090558.848000', '090558.851000', '090558.853000', '090558.856000', '090558.859000', '090558.861000', '090558.864000', '090558.866000', '090558.869000', '090558.872000', '090558.874000', '090558.877000', '090558.879000', '090558.882000', '090558.885000', '090558.887000', '090558.890000', '090558.893000', '090558.895000', '090558.898000', '090558.900000', '090558.903000', '090558.905000', '090558.908000', '090558.911000', '090558.913000', '090558.916000', '090558.919000', '090558.921000', '090558.924000', '090558.926000', '090558.929000', '090558.932000', '090558.934000', '090558.937000', '090558.939000', '090558.942000', '090558.945000', '090558.947000', '090618.830000', '090618.833000', '090618.836000', '090618.838000', '090618.841000', '090618.844000', '090618.846000', '090618.849000', '090618.852000', '090618.854000', '090618.857000', '090618.859000', '090618.862000', '090618.865000', '090618.867000', '090618.870000', '090618.873000', '090618.875000', '090618.878000', '090618.880000', '090618.883000', '090618.886000', '090618.901000', '090618.904000', '090618.906000', '090618.909000', '090618.911000', '090618.914000', '090618.917000', '090618.919000', '090618.922000', '090618.924000', '090618.927000', '090618.929000', '090618.932000', '090618.935000', '090618.937000', '090618.940000', '090618.943000', '090618.945000', '090618.948000', '090618.950000', '090618.953000', '090638.830000', '090638.833000', '090638.836000', '090638.839000', '090638.841000', '090638.844000', '090638.847000', '090638.849000', '090638.852000', '090638.855000', '090638.857000', '090638.860000', '090638.862000', '090638.865000', '090638.868000', '090638.870000', '090638.873000', '090638.876000', '090638.878000', '090638.881000', '090638.883000', '090638.886000', '090638.889000', '090638.891000', '090638.894000', '090638.896000', '090638.899000', '090638.901000', '090638.920000', '090638.923000', '090638.926000', '090638.928000', '090638.931000', '090638.933000', '090638.936000', '090638.938000', '090638.941000', '090638.944000', '090638.946000', '090638.949000', '090638.951000', '090638.954000', '090638.957000', '090638.959000', '090658.830000', '090658.832000', '090658.835000', '090658.838000', '090658.840000', '090658.843000', '090658.846000', '090658.848000', '090658.851000', '090658.853000', '090658.856000', '090658.859000', '090658.861000', '090658.864000', '090658.866000', '090658.869000', '090658.872000', '090658.874000', '090658.877000', '090658.880000', '090658.882000', '090658.885000', '090658.887000', '090658.890000', '090658.893000', '090658.895000', '090658.898000', '090658.901000', '090658.903000', '090658.906000', '090658.908000', '090658.911000', '090658.914000', '090658.916000', '090658.919000', '090658.922000', '090658.924000', '090658.927000', '090658.929000', '090658.932000', '090658.934000', '090658.937000', '090658.939000', '090718.829000', '090718.832000', '090718.835000', '090718.837000', '090718.840000', '090718.843000', '090718.846000', '090718.848000', '090718.851000', '090718.853000', '090718.856000', '090718.859000', '090718.861000', '090718.864000', '090718.866000', '090718.869000', '090718.872000', '090718.874000', '090718.877000', '090718.879000', '090718.882000', '090718.885000', '090718.891000', '090718.894000', '090718.897000', '090718.899000', '090718.902000', '090718.904000', '090718.907000', '090718.910000', '090718.912000', '090718.915000', '090718.918000', '090718.920000', '090718.923000', '090718.925000', '090718.928000', '090718.931000', '090718.933000', '090718.936000', '090718.938000', '090718.941000', '090718.950000', '090718.952000', '090738.829000', '090738.841000', '090738.844000', '090738.847000', '090738.849000', '090738.852000', '090738.855000', '090738.857000', '090738.860000', '090738.862000', '090738.865000', '090738.868000', '090738.870000', '090738.873000', '090738.876000', '090738.878000', '090738.881000', '090738.883000', '090738.886000', '090738.889000', '090738.891000', '090738.894000', '090738.897000', '090738.899000', '090738.902000', '090738.904000', '090738.907000', '090738.910000', '090738.912000', '090738.915000', '090738.917000', '090738.920000', '090738.923000', '090738.925000', '090738.928000', '090738.930000', '090738.933000', '090738.935000', '090738.938000', '090738.941000', '090738.943000', '090738.946000', '090738.948000', '090758.830000', '090758.842000', '090758.845000', '090758.847000', '090758.858000', '090758.861000', '090758.864000', '090758.867000', '090758.869000', '090758.872000', '090758.875000', '090758.878000', '090758.880000', '090758.883000', '090758.886000', '090758.888000', '090758.891000', '090758.894000', '090758.896000', '090758.899000', '090758.902000', '090758.904000', '090758.907000', '090758.909000', '090758.912000', '090758.914000', '090758.917000', '090758.920000', '090758.922000', '090758.925000', '090758.928000', '090758.930000', '090758.933000', '090758.935000', '090758.938000', '090758.947000', '090758.950000', '090758.953000', '090758.955000', '090758.958000', '090758.961000', '090758.963000', '090758.966000', '090818.830000', '090818.833000', '090818.836000', '090818.839000', '090818.841000', '090818.844000', '090818.847000', '090818.849000', '090818.852000', '090818.855000', '090818.857000', '090818.860000', '090818.862000', '090818.865000', '090818.868000', '090818.870000', '090818.873000', '090818.875000', '090818.878000', '090818.881000', '090818.883000', '090818.886000', '090818.889000', '090818.891000', '090818.894000', '090818.896000', '090818.899000', '090818.902000', '090818.904000', '090818.907000', '090818.910000', '090818.913000', '090818.915000', '090818.918000', '090818.920000', '090818.923000', '090818.926000', '090818.928000', '090818.931000', '090818.933000', '090818.936000', '090818.939000', '090818.941000', '090818.944000', '090838.830000', '090838.833000', '090838.836000', '090838.839000', '090838.841000', '090838.844000', '090838.846000', '090838.849000', '090838.852000', '090838.854000', '090838.857000', '090838.859000', '090838.862000', '090838.864000', '090838.867000', '090838.870000', '090838.872000', '090838.875000', '090838.878000', '090838.880000', '090838.883000', '090838.885000', '090838.888000', '090838.891000', '090838.893000', '090838.896000', '090838.899000', '090838.901000', '090838.904000', '090838.906000', '090838.909000', '090838.912000', '090838.914000', '090838.917000', '090838.919000', '090838.922000', '090838.925000', '090838.927000', '090838.930000', '090838.932000', '090838.935000', '090838.938000', '090838.940000', '090838.943000', '090858.831000', '090858.841000', '090858.843000', '090858.846000', '090858.849000', '090858.851000', '090858.854000', '090858.856000', '090858.859000', '090858.873000', '090858.875000', '090858.878000', '090858.881000', '090858.883000', '090858.886000', '090858.889000', '090858.891000', '090858.894000', '090858.897000', '090858.899000', '090858.902000', '090858.904000', '090858.907000', '090858.910000', '090858.912000', '090858.915000', '090858.917000', '090858.920000', '090858.923000', '090858.925000', '090858.928000', '090858.931000', '090858.933000', '090858.936000', '090858.938000', '090858.941000', '090858.944000', '090858.946000', '090858.949000', '090858.951000', '090858.954000', '090858.957000', '090858.959000', '090918.829000', '090918.844000', '090918.863000', '090918.866000', '090918.868000', '090918.871000', '090918.874000', '090918.877000', '090918.880000', '090918.882000', '090918.885000', '090918.888000', '090918.890000', '090918.893000', '090918.896000', '090918.898000', '090918.901000', '090918.903000', '090918.906000', '090918.909000', '090918.911000', '090918.914000', '090918.917000', '090918.919000', '090918.922000', '090918.924000', '090918.927000', '090918.930000', '090918.932000', '090918.943000', '090918.946000', '090918.948000', '090918.951000', '090918.953000', '090918.956000', '090918.959000', '090918.961000', '090918.964000', '090918.966000', '090918.969000', '090918.972000', '090918.974000', '090918.977000', '090938.829000', '090938.833000', '090938.836000', '090938.838000', '090938.841000', '090938.844000', '090938.847000', '090938.849000', '090938.852000', '090938.854000', '090938.857000', '090938.860000', '090938.862000', '090938.865000', '090938.867000', '090938.870000', '090938.873000', '090938.875000', '090938.878000', '090938.880000', '090938.883000', '090938.886000', '090938.888000', '090938.891000', '090938.894000', '090938.896000', '090938.899000', '090938.901000', '090938.904000', '090938.907000', '090938.909000', '090938.912000', '090938.914000', '090938.917000', '090938.920000', '090938.922000', '090938.925000', '090938.927000', '090938.930000', '090938.933000', '090938.935000', '090938.938000', '090938.941000', '090938.943000', '090958.830000', '090958.876000', '090958.878000', '090958.881000', '090958.884000', '090958.886000', '090958.889000', '090958.891000', '090958.894000', '090958.897000', '090958.900000', '090958.902000', '090958.905000', '090958.908000', '090958.910000', '090958.913000', '090958.917000', '090958.919000', '090958.922000', '090958.925000', '090958.927000', '090958.930000', '090958.932000', '090958.935000', '090958.938000', '090958.940000', '090958.943000', '090958.946000', '090958.948000', '090958.951000', '090958.954000', '090958.956000', '090958.959000', '090958.961000', '090958.964000', '090958.967000', '090958.969000', '090958.972000', '090958.974000', '090958.977000', '090958.980000', '090958.982000', '090958.985000', '091018.830000', '091018.846000', '091018.848000', '091018.851000', '091018.853000', '091018.856000', '091018.859000', '091018.861000', '091018.864000', '091018.866000', '091018.869000', '091018.872000', '091018.874000', '091018.877000', '091018.880000', '091018.882000', '091018.885000', '091018.887000', '091018.890000', '091018.893000', '091018.895000', '091018.898000', '091018.900000', '091018.903000', '091018.906000', '091018.908000', '091018.911000', '091018.914000', '091018.916000', '091018.919000', '091018.921000', '091018.924000', '091018.927000', '091018.929000', '091018.932000', '091018.935000', '091018.937000', '091018.940000', '091018.942000', '091018.945000', '091018.948000', '091018.950000', '091018.953000', '091018.956000', '091038.831000', '091038.835000', '091038.837000', '091038.840000', '091038.843000', '091038.845000', '091038.848000', '091038.850000', '091038.853000', '091038.856000', '091038.859000', '091038.861000', '091038.864000', '091038.867000', '091038.869000', '091038.872000', '091038.875000', '091038.877000', '091038.880000', '091038.883000', '091038.895000', '091038.897000', '091038.900000', '091038.903000', '091038.905000', '091038.908000', '091038.911000', '091038.914000', '091038.917000', '091038.920000', '091038.922000', '091038.925000', '091038.928000', '091038.936000', '091038.939000', '091038.941000', '091038.944000', '091038.947000', '091038.949000', '091038.962000', '091038.964000', '091038.967000', '091038.969000', '091058.831000', '091058.836000', '091058.839000', '091058.842000', '091058.844000', '091058.847000', '091058.850000', '091058.852000', '091058.855000', '091058.857000', '091058.861000', '091058.863000', '091058.866000', '091058.868000', '091058.871000', '091058.874000', '091058.876000', '091058.879000', '091058.882000', '091058.884000', '091058.887000', '091058.890000', '091058.892000', '091058.905000', '091058.908000', '091058.910000', '091058.913000', '091058.916000', '091058.918000', '091058.921000', '091058.923000', '091058.926000', '091058.929000', '091058.931000', '091058.934000', '091058.936000', '091058.939000', '091058.942000', '091058.944000', '091058.947000', '091058.950000', '091058.952000', '091058.955000', '091058.957000', '091118.830000', '091118.876000', '091118.879000', '091118.881000', '091118.884000', '091118.887000', '091118.889000', '091118.892000', '091118.895000', '091118.897000', '091118.902000', '091118.905000', '091118.907000', '091118.910000', '091118.913000', '091118.915000', '091118.918000', '091118.920000', '091118.923000', '091118.926000', '091118.928000', '091118.931000', '091118.934000', '091118.936000', '091118.939000', '091118.941000', '091118.944000', '091118.947000', '091118.949000', '091118.952000', '091118.955000', '091118.957000', '091118.960000', '091118.962000', '091118.965000', '091118.968000', '091118.970000', '091118.973000', '091118.975000', '091118.978000', '091118.981000', '091118.983000', '091118.986000', '091138.829000', '091138.892000', '091138.895000', '091138.897000', '091138.900000', '091138.903000', '091138.905000', '091138.908000', '091138.910000', '091138.913000', '091138.916000', '091138.918000', '091138.921000', '091138.924000', '091138.926000', '091138.929000', '091138.931000', '091138.934000', '091138.937000', '091138.939000', '091138.942000', '091138.945000', '091138.947000', '091138.950000', '091138.952000', '091138.955000', '091138.958000', '091138.960000', '091138.963000', '091138.966000', '091138.968000', '091138.971000', '091138.973000', '091138.976000', '091138.979000', '091138.981000', '091138.984000', '091138.987000', '091138.989000', '091138.992000', '091138.994000', '091138.997000', '091139.001000', '091139.003000', '091158.830000', '091158.846000', '091158.849000', '091158.852000', '091158.854000', '091158.857000', '091158.859000', '091158.863000', '091158.865000', '091158.868000', '091158.870000', '091158.873000', '091158.876000', '091158.878000', '091158.881000', '091158.884000', '091158.886000', '091158.889000', '091158.891000', '091158.894000', '091158.896000', '091158.899000', '091158.902000', '091158.904000', '091158.907000', '091158.909000', '091158.912000', '091158.924000', '091158.926000', '091158.929000', '091158.931000', '091158.934000', '091158.937000', '091158.939000', '091158.942000', '091158.945000', '091158.959000', '091158.962000', '091158.965000', '091158.967000', '091158.970000', '091158.973000', '091158.975000', '091218.829000', '091218.845000', '091218.847000', '091218.850000', '091218.853000', '091218.855000', '091218.858000', '091218.861000', '091218.863000', '091218.866000', '091218.868000', '091218.871000', '091218.874000', '091218.876000', '091218.879000', '091218.881000', '091218.884000', '091218.887000', '091218.889000', '091218.892000', '091218.895000', '091218.897000', '091218.900000', '091218.902000', '091218.905000', '091218.908000', '091218.910000', '091218.913000', '091218.916000', '091218.918000', '091218.921000', '091218.923000', '091218.926000', '091218.929000', '091218.931000', '091218.934000', '091218.937000', '091218.939000', '091218.942000', '091218.944000', '091218.947000', '091218.950000', '091218.952000', '091218.955000', '091238.830000', '091238.832000', '091238.835000', '091238.838000', '091238.840000', '091238.843000', '091238.846000', '091238.848000', '091238.851000', '091238.853000', '091238.856000', '091238.859000', '091238.861000', '091238.864000', '091238.866000', '091238.869000', '091238.872000', '091238.874000', '091238.877000', '091238.880000', '091238.882000', '091238.885000', '091238.887000', '091238.890000', '091238.893000', '091238.895000', '091238.898000', '091238.901000', '091238.903000', '091238.906000', '091238.908000', '091238.911000', '091238.914000', '091238.916000', '091238.919000', '091238.922000', '091238.924000', '091238.927000', '091238.929000', '091238.932000', '091238.935000', '091238.938000', '091238.940000', '091258.831000', '091258.858000', '091258.861000', '091258.863000', '091258.866000', '091258.869000', '091258.871000', '091258.874000', '091258.876000', '091258.879000', '091258.881000', '091258.884000', '091258.887000', '091258.889000', '091258.892000', '091258.895000', '091258.897000', '091258.900000', '091258.903000', '091258.905000', '091258.908000', '091258.910000', '091258.913000', '091258.916000', '091258.918000', '091258.921000', '091258.924000', '091258.926000', '091258.929000', '091258.931000', '091258.934000', '091258.937000', '091258.939000', '091258.942000', '091258.944000', '091258.947000', '091258.950000', '091258.952000', '091258.955000', '091258.958000', '091258.960000', '091258.963000', '091258.965000', '091258.968000', '091318.831000', '091318.856000', '091318.859000', '091318.861000', '091318.864000', '091318.867000', '091318.869000', '091318.872000', '091318.874000', '091318.877000', '091318.880000', '091318.882000', '091318.885000', '091318.887000', '091318.890000', '091318.893000', '091318.895000', '091318.898000', '091318.901000', '091318.903000', '091318.906000', '091318.908000', '091318.911000', '091318.914000', '091318.916000', '091318.919000', '091318.922000', '091318.924000', '091318.927000', '091318.929000', '091318.932000', '091318.935000', '091318.958000', '091318.960000', '091318.963000', '091318.965000', '091318.968000', '091318.971000', '091318.973000', '091318.976000', '091318.978000', '091318.981000', '091318.984000', '091338.831000', '091338.864000', '091338.867000', '091338.869000', '091338.872000', '091338.874000', '091338.877000', '091338.880000', '091338.882000', '091338.885000', '091338.888000', '091338.890000', '091338.893000', '091338.895000', '091338.898000', '091338.901000', '091338.903000', '091338.906000', '091338.909000', '091338.911000', '091338.914000', '091338.916000', '091338.919000', '091338.922000', '091338.924000', '091338.927000', '091338.929000', '091338.932000', '091338.935000', '091338.937000', '091338.940000', '091338.943000', '091338.945000', '091338.948000', '091338.951000', '091338.958000', '091338.961000', '091338.963000', '091338.966000', '091338.968000', '091338.971000', '091338.974000', '091338.977000', '091338.979000', '091349.332000', '091349.336000', '091349.339000', '091349.342000', '091349.345000', '091349.348000', '091349.351000', '091349.354000', '091349.357000', '091349.360000', '091349.363000', '091349.366000', '091349.370000', '091349.372000', '091349.375000', '091349.378000', '091349.381000', '091349.384000', '091349.387000', '091349.389000', '091349.392000', '091349.395000', '091349.398000'], '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': [16226, 12224, 13661, 9487, 8159, 12589, 9385, 12122, 10185, 7842, 12732, 8918, 11617, 11126, 9398, 14388, 8929, 10339, 9747, 10478, 13846, 8767, 13490, 9426, 9760, 12370, 8705, 10125, 9768, 9454, 15047, 9284, 10215, 10699, 8823, 16866, 10574, 8988, 10923, 8778, 15509, 11192, 8351, 13401, 9514, 10892, 12164, 9840, 15340, 9437, 8903, 12501, 10345, 10446, 9658, 7746, 14085, 10201, 8576, 10380, 8505, 14325, 9732, 10824, 12397, 8848, 9300, 10015, 9473, 14507, 9406, 8147, 13559, 10289, 10221, 11016, 8860, 14965, 10353, 10024, 14558, 9342, 9348, 12489, 10876, 17713, 10650, 8934, 13001, 9852, 17875, 11514, 8403, 11525, 8874, 12168, 9786, 9216, 12944, 9061, 9232, 10513, 9557, 13474, 8937, 9735, 10455, 9557, 13970, 9192, 8981, 11240, 10506, 14197, 9520, 8438, 11920, 9903, 17223, 10782, 8061, 11386, 8857, 11241, 10728, 9259, 13145, 8778, 9723, 10365, 9976, 14372, 9038, 9053, 10347, 8838, 14537, 9513, 9276, 10639, 9122, 15760, 11154, 8368, 11565, 9183, 12864, 9573, 7820, 11814, 8787, 10661, 11720, 8585, 11742, 9068, 9073, 13164, 8921, 8511, 11164, 8919, 12187, 12428, 8971, 14190, 9505, 10048, 15240, 10104, 11131, 10010, 8416, 14631, 10426, 11177, 10471, 8527, 14016, 9823, 10603, 11318, 8771, 13130, 9227, 9606, 13718, 9103, 8972, 9574, 8305, 13880, 10359, 9966, 9728, 8212, 13746, 9783, 11070, 11703, 8546, 13662, 9182, 9187, 12161, 9232, 9612, 9147, 8332, 13324, 10663, 14466, 9008, 8741, 11572, 11153, 13806, 11277, 8738, 7825, 9142, 8976, 7907, 8885, 10736, 8449, 13589, 10352, 11061, 16990, 11125, 11167, 13138, 9732, 17007, 10993, 9726, 13173, 10517, 9330, 10951, 9226, 15841, 10184, 8795, 10035, 8626, 10775, 10324, 7803, 11578, 9580, 9761, 10635, 8671, 12779, 10015, 9188, 12062, 8792, 11435, 10069, 8408, 12850, 10015, 10346, 9462, 7898, 12738, 9916, 14893, 9767, 8638, 10865, 8977, 14826, 9966, 8005, 10761, 8284, 10762, 10379, 7989, 11900, 8994, 9745, 11445, 8885, 13110, 9207, 8707, 11153, 9876, 12073, 9148, 8048, 12000, 9277, 13263, 11024, 8488, 13655, 9583, 9422, 12009, 10602, 16985, 10468, 8389, 11252, 8741, 13082, 10122, 8605, 11930, 8875, 8793, 10234, 8909, 14616, 9944, 8461, 10829, 8440, 13528, 10016, 8084, 11629, 8899, 12365, 10090, 8586, 12397, 8996, 9327, 11289, 10103, 14242, 9397, 8571, 11332, 9873, 16363, 11088, 8233, 11319, 9228, 12667, 10990, 8657, 12692, 9208, 10693, 10708, 10265, 13245, 9060, 8400, 11105, 9586, 10846, 9989, 8139, 13414, 10201, 9282, 10932, 8642, 13558, 10137, 12244, 10398, 8414, 12617, 8871, 8155, 11426, 11618, 9191, 9609, 11716, 10376, 17927, 12678, 9548, 12741, 9683, 13536, 10146, 10416, 13593, 9219, 8683, 10947, 9181, 14925, 10763, 8136, 12197, 8965, 9647, 12108, 10664, 12453, 9403, 8550, 12743, 10140, 14850, 11062, 8296, 12076, 9067, 10193, 11296, 10201, 14273, 9460, 8421, 11073, 8939, 13682, 10565, 7883, 11891, 9116, 11859, 11445, 8554, 12822, 9366, 11264, 12212, 9221, 10533, 8928, 8486, 13034, 9386, 8138, 11178, 9130, 13713, 10765, 8420, 13023, 9537, 11422, 11976, 11173, 15768, 10055, 10201, 11441, 9512, 15482, 10571, 8775, 10315, 8474, 13302, 10056, 10232, 11098, 8605, 12629, 9676, 9563, 13148, 8972, 8728, 10076, 8715, 14155, 9597, 10006, 10175, 7950, 14046, 10555, 10468, 10350, 8251, 13459, 9935, 11557, 10208, 8084, 12382, 9409, 9702, 10207, 7714, 13170, 9498, 7824, 11373, 8627, 11078, 10745, 8547, 12887, 9122, 9170, 13171, 9784, 10182, 10601, 8963, 15901, 10846, 8568, 11614, 9068, 16136, 10279, 8134, 11566, 8865, 13370, 9945, 8090, 11447, 8779, 10025, 11146, 8658, 12824, 9195, 9440, 12877, 9841, 11353, 9540, 8297, 13514, 10103, 10032, 10333, 8189, 13499, 9715, 9970, 10590, 8493, 13155, 9897, 8840, 11730, 8804, 9281, 11914, 10178, 12955, 9293, 8129, 12049, 9864, 10736, 9767, 8065, 13727, 9945, 9960, 11471, 9035, 15200, 10058, 8661, 11762, 8966, 14471, 10047, 11131, 13264, 9112, 11557, 9246, 8795, 12865, 9391, 8957, 9649, 8459, 14390, 10252, 8900, 10781, 8687, 15259, 10629, 8681, 11030, 8825, 9072, 11610, 9765, 9595, 9758, 8351, 14699, 10617, 8635, 11089, 8944, 13561, 10681, 8305, 12611, 9408, 8612, 13528, 10420, 10712, 10958, 9168, 15341, 10469, 11353, 13216, 9557, 9329, 10254, 9312, 16025, 10594, 9003, 10904, 9139, 15239, 10550, 11244, 11321, 9256, 12012, 9445, 9236, 12506, 9206, 8946, 10614, 9925, 14745, 9672, 8232, 12227, 10392, 11603, 9671, 7984, 13531, 10503, 8947, 10597, 8681, 13308, 10954, 8013, 12450, 9292, 8562, 13952, 10639, 9243, 10761, 8959, 9888, 12308, 9542, 10384, 17109, 10635, 9110, 12585, 9829, 17132, 11868, 9965, 11416, 9367, 8151, 10686, 9022, 13501, 10662, 8207, 13021, 9405, 10200, 13298, 9742, 9782, 9864, 8828, 14939, 11065, 10548, 9773, 8142, 13330, 10025, 10397, 10812, 9168, 10113, 9841, 9476, 13419, 9366, 9360, 11011, 9818, 15837, 9993, 10289, 10319, 9032, 15767, 11343, 10797, 9745, 8094, 12623, 9769, 9488, 10296, 8813, 13052, 9618, 10982, 11504, 9194, 14100, 9900, 10977, 12782, 9654, 13863, 9731, 10301, 12999, 9477, 12570, 9560, 9427, 13441, 9255, 10380, 9060, 9012, 12061, 9209, 9072, 10081, 9405, 14679, 9915, 8823, 11298, 9701, 10903, 10818, 9119, 14353, 9793, 10768, 14264, 10744, 9371, 10466, 9162, 15393, 10884, 12650, 13828, 9340, 11352, 9922, 10850, 14395, 10028, 13167, 9725, 9921, 11887, 9027, 12262, 9459, 9573, 11712, 8902, 8978, 10094, 8849, 13721, 9482, 9357, 10203, 9322, 16130, 10275, 9252, 10493, 9097, 15784, 10378, 8790, 10878, 9172, 15055, 10098, 7932, 11752, 8934, 12850, 10072, 7857, 12324, 9342, 11821, 10411, 8045, 12302, 9229, 9818, 11899, 8968, 9780, 9877, 9018, 14893, 10770, 9343, 10470, 8592, 16148, 11291, 9282, 10363, 8755, 14600, 10698, 9221, 11870, 9099, 15460, 10156, 8062, 11534, 8939, 11385, 11920, 8851, 12868, 9902, 11175, 10705, 8644, 11652, 9033, 9518, 11355, 8889, 11871, 10406, 8496, 11797, 9404, 11968, 11361, 9074, 13083, 9493, 9295, 14373, 10101, 9427, 10479, 8885, 16354, 11341, 10072, 11287, 9810, 17363, 11356, 9937, 10512, 9054, 14746, 10343, 9290, 10270, 8610, 10455, 9810, 9493, 12174, 9141, 9098, 10260, 9299, 14613, 9578, 9409, 10294, 8413, 14894, 10075, 8830, 9812, 8162, 14311, 10003, 9722, 9292, 8520, 13339, 10346, 10564, 9154, 8281, 13060, 10633, 13296, 9579, 8426, 11709, 9638, 12603, 11000, 8673, 12595, 9751, 12307, 12913, 9126, 12432, 9152, 9848, 11648, 9801, 10747, 9824, 8707, 8854, 10308, 9463, 11245, 10330, 8944, 14074, 9925, 13121, 12978, 8804, 12276, 9363, 9564, 12620, 10800, 11908, 9516, 8299, 13120, 10570, 11782, 11054, 8834, 13016, 9459, 10977, 12796, 9345, 13740, 10001, 11076, 11679, 10701, 13694, 9530, 9120, 10782, 9083, 15770, 10898, 9426, 9886, 8347, 14608, 10840, 8886, 10232, 9113, 15412, 10245, 8932, 10224, 8741, 14657, 10667, 8519, 10859, 8602, 11893, 10277, 8115, 12696, 9282, 10842, 13567, 9718, 11751, 9880, 9186, 15184, 11431, 9955, 9944, 8500, 13789, 10123, 11190, 12002, 9402, 13102, 9476, 11175, 13620, 9691, 10722, 9420, 9651, 13958, 9905, 9454, 9641, 8956, 14183, 9792, 9367, 10375, 9212, 15027, 9840, 8961, 10639, 9365, 16594, 10735, 8163, 10725, 8701, 10852, 11685, 9353, 11519, 9453, 9624, 13896, 9599, 8986, 10436, 9348, 14882, 9823, 8544, 11313, 9290, 11751, 12748, 9971, 12304, 10086, 9535, 16020, 10942, 9579, 10249, 8944, 14947, 10738, 11637, 11685, 9195, 14209, 10069, 10813, 14313, 10156, 9111, 9474, 8065, 13502, 9693, 8176, 11457, 9042, 10178, 12174, 10135, 12167, 9885, 8068, 13056, 10032, 11481, 10316, 8423, 13390, 9874, 11929, 11413, 9048, 12828, 9727, 9823, 13148, 9337, 9990, 9860, 8610, 13458, 9857, 10562, 9936, 8905, 14500, 10459, 9331, 10091, 8161, 13738, 10015, 8882, 10084, 8632, 15521, 10632, 8350, 11446, 8813, 10856, 12021, 9447, 12996, 9469, 12245, 10474, 9439, 11400, 8984, 9590, 11785, 9564, 11647, 8904, 9240, 12318, 8946, 9066, 9513, 8429, 11321, 10631, 9490, 9280, 10086, 8984, 15560, 11097, 8556, 10823, 8905, 11207, 10720, 8764, 12391, 8993, 8292, 13185, 10473, 9146, 10982, 9166, 15921, 10974, 9862, 12312, 9159, 10425, 11204, 10227, 14331, 9741, 9529, 12343, 10881, 14067, 9697, 8664, 12116, 9936, 9456, 9905, 8077, 13257, 10268, 8742, 11191, 9241, 11120, 11575, 9652, 11100, 10001, 9096, 14224, 11126, 11278, 10152, 8415, 13546, 10348, 11079, 10509, 8990, 13491, 10411, 11766, 11697, 9183, 12747, 9651, 10627, 12897, 9296, 11215, 9915, 9933, 13683, 9349, 9835, 9593, 9662, 13810, 9679, 9259, 9995, 8246, 13092, 10592, 9943, 10437, 8849, 12884, 9625, 10920, 16297, 11022, 9082, 10234, 9853, 7828, 9854, 8627, 9162, 10405, 8759, 10205, 11996, 8877, 13471, 10676, 11527, 11563, 13026, 13200, 8724, 10954, 9121, 9212, 9888, 8729, 10981, 9146, 7796, 10668, 9439, 11329, 8955, 10134, 9801, 9914, 12565, 8880, 11399, 9446], 'WindowCenter': [4383.0, 4337.0, 4333.0, 4289.0, 4258.0, 4306.0, 4277.0, 4308.0, 4287.0, 4257.0, 4305.0, 4277.0, 4296.0, 4297.0, 4275.0, 4316.0, 4265.0, 4274.0, 4275.0, 4285.0, 4306.0, 4264.0, 4304.0, 4275.0, 4275.0, 4305.0, 4267.0, 4286.0, 4286.0, 4277.0, 4326.0, 4276.0, 4287.0, 4286.0, 4264.0, 4327.0, 4285.0, 4265.0, 4285.0, 4266.0, 4316.0, 4285.0, 4254.0, 4304.0, 4275.0, 4283.0, 4294.0, 4275.0, 4312.0, 4264.0, 4262.0, 4292.0, 4272.0, 4272.0, 4261.0, 4244.0, 4303.0, 4274.0, 4264.0, 4285.0, 4266.0, 4316.0, 4287.0, 4297.0, 4307.0, 4265.0, 4274.0, 4288.0, 4288.0, 4327.0, 4277.0, 4268.0, 4320.0, 4299.0, 4287.0, 4296.0, 4277.0, 4327.0, 4286.0, 4288.0, 4317.0, 4277.0, 4277.0, 4307.0, 4286.0, 4327.0, 4284.0, 4263.0, 4302.0, 4273.0, 4323.0, 4283.0, 4243.0, 4281.0, 4250.0, 4281.0, 4261.0, 4262.0, 4292.0, 4252.0, 4261.0, 4272.0, 4262.0, 4290.0, 4262.0, 4261.0, 4272.0, 4261.0, 4305.0, 4263.0, 4262.0, 4283.0, 4272.0, 4303.0, 4262.0, 4253.0, 4292.0, 4273.0, 4313.0, 4283.0, 4242.0, 4281.0, 4262.0, 4280.0, 4283.0, 4262.0, 4293.0, 4252.0, 4261.0, 4272.0, 4272.0, 4303.0, 4264.0, 4262.0, 4273.0, 4263.0, 4304.0, 4273.0, 4262.0, 4273.0, 4263.0, 4315.0, 4285.0, 4253.0, 4282.0, 4265.0, 4292.0, 4262.0, 4240.0, 4282.0, 4265.0, 4285.0, 4294.0, 4265.0, 4294.0, 4276.0, 4265.0, 4306.0, 4275.0, 4265.0, 4296.0, 4277.0, 4305.0, 4307.0, 4278.0, 4316.0, 4275.0, 4275.0, 4315.0, 4273.0, 4282.0, 4273.0, 4252.0, 4304.0, 4284.0, 4283.0, 4272.0, 4250.0, 4301.0, 4273.0, 4272.0, 4282.0, 4252.0, 4291.0, 4261.0, 4262.0, 4305.0, 4252.0, 4252.0, 4262.0, 4253.0, 4302.0, 4272.0, 4272.0, 4260.0, 4251.0, 4302.0, 4275.0, 4284.0, 4283.0, 4252.0, 4302.0, 4262.0, 4262.0, 4293.0, 4263.0, 4273.0, 4264.0, 4255.0, 4306.0, 4284.0, 4315.0, 4264.0, 4265.0, 4295.0, 4298.0, 4318.0, 4308.0, 4280.0, 4257.0, 4276.0, 4279.0, 4268.0, 4279.0, 4300.0, 4270.0, 4318.0, 4290.0, 4299.0, 4328.0, 4285.0, 4274.0, 4279.0, 4250.0, 4298.0, 4258.0, 4246.0, 4276.0, 4258.0, 4236.0, 4257.0, 4245.0, 4288.0, 4248.0, 4224.0, 4245.0, 4238.0, 4268.0, 4258.0, 4229.0, 4269.0, 4261.0, 4262.0, 4273.0, 4252.0, 4292.0, 4271.0, 4264.0, 4294.0, 4253.0, 4283.0, 4273.0, 4251.0, 4294.0, 4274.0, 4273.0, 4263.0, 4241.0, 4294.0, 4274.0, 4313.0, 4273.0, 4254.0, 4283.0, 4265.0, 4304.0, 4274.0, 4243.0, 4283.0, 4254.0, 4285.0, 4286.0, 4254.0, 4295.0, 4277.0, 4288.0, 4298.0, 4278.0, 4307.0, 4279.0, 4268.0, 4297.0, 4286.0, 4307.0, 4277.0, 4256.0, 4307.0, 4280.0, 4307.0, 4299.0, 4269.0, 4317.0, 4277.0, 4276.0, 4309.0, 4287.0, 4327.0, 4287.0, 4254.0, 4283.0, 4255.0, 4293.0, 4272.0, 4254.0, 4285.0, 4263.0, 4254.0, 4274.0, 4265.0, 4315.0, 4277.0, 4254.0, 4284.0, 4256.0, 4305.0, 4287.0, 4255.0, 4296.0, 4266.0, 4305.0, 4286.0, 4267.0, 4309.0, 4266.0, 4278.0, 4297.0, 4287.0, 4316.0, 4276.0, 4266.0, 4296.0, 4286.0, 4327.0, 4299.0, 4257.0, 4297.0, 4279.0, 4305.0, 4285.0, 4266.0, 4305.0, 4277.0, 4285.0, 4286.0, 4286.0, 4305.0, 4265.0, 4254.0, 4285.0, 4275.0, 4296.0, 4285.0, 4266.0, 4319.0, 4288.0, 4278.0, 4297.0, 4278.0, 4317.0, 4288.0, 4306.0, 4287.0, 4255.0, 4305.0, 4277.0, 4269.0, 4310.0, 4309.0, 4290.0, 4287.0, 4309.0, 4287.0, 4337.0, 4307.0, 4274.0, 4295.0, 4264.0, 4302.0, 4272.0, 4271.0, 4291.0, 4250.0, 4250.0, 4272.0, 4262.0, 4311.0, 4283.0, 4243.0, 4292.0, 4264.0, 4273.0, 4294.0, 4285.0, 4295.0, 4264.0, 4253.0, 4305.0, 4286.0, 4314.0, 4285.0, 4252.0, 4293.0, 4264.0, 4274.0, 4285.0, 4274.0, 4315.0, 4274.0, 4252.0, 4293.0, 4277.0, 4306.0, 4286.0, 4253.0, 4295.0, 4276.0, 4294.0, 4294.0, 4265.0, 4304.0, 4276.0, 4295.0, 4306.0, 4275.0, 4285.0, 4275.0, 4266.0, 4316.0, 4277.0, 4266.0, 4295.0, 4288.0, 4318.0, 4297.0, 4266.0, 4306.0, 4274.0, 4294.0, 4298.0, 4286.0, 4314.0, 4273.0, 4272.0, 4281.0, 4273.0, 4302.0, 4271.0, 4250.0, 4270.0, 4251.0, 4301.0, 4285.0, 4274.0, 4281.0, 4252.0, 4290.0, 4262.0, 4262.0, 4303.0, 4263.0, 4251.0, 4274.0, 4264.0, 4304.0, 4274.0, 4271.0, 4272.0, 4252.0, 4303.0, 4282.0, 4271.0, 4273.0, 4251.0, 4302.0, 4272.0, 4282.0, 4272.0, 4242.0, 4292.0, 4274.0, 4273.0, 4272.0, 4242.0, 4305.0, 4274.0, 4253.0, 4297.0, 4266.0, 4295.0, 4297.0, 4265.0, 4306.0, 4276.0, 4277.0, 4306.0, 4287.0, 4285.0, 4284.0, 4265.0, 4315.0, 4285.0, 4254.0, 4283.0, 4264.0, 4312.0, 4274.0, 4243.0, 4282.0, 4262.0, 4302.0, 4273.0, 4241.0, 4282.0, 4263.0, 4275.0, 4284.0, 4264.0, 4293.0, 4265.0, 4274.0, 4303.0, 4274.0, 4282.0, 4262.0, 4252.0, 4303.0, 4273.0, 4273.0, 4271.0, 4253.0, 4303.0, 4274.0, 4273.0, 4282.0, 4263.0, 4303.0, 4275.0, 4264.0, 4294.0, 4264.0, 4264.0, 4294.0, 4285.0, 4304.0, 4264.0, 4254.0, 4295.0, 4286.0, 4284.0, 4274.0, 4254.0, 4303.0, 4274.0, 4275.0, 4295.0, 4265.0, 4313.0, 4274.0, 4253.0, 4293.0, 4264.0, 4303.0, 4275.0, 4283.0, 4293.0, 4262.0, 4281.0, 4262.0, 4251.0, 4293.0, 4263.0, 4261.0, 4274.0, 4253.0, 4314.0, 4285.0, 4264.0, 4284.0, 4264.0, 4316.0, 4285.0, 4264.0, 4283.0, 4264.0, 4264.0, 4296.0, 4287.0, 4286.0, 4287.0, 4268.0, 4326.0, 4297.0, 4267.0, 4296.0, 4277.0, 4314.0, 4285.0, 4264.0, 4305.0, 4276.0, 4266.0, 4316.0, 4285.0, 4286.0, 4286.0, 4274.0, 4314.0, 4285.0, 4284.0, 4304.0, 4273.0, 4262.0, 4272.0, 4263.0, 4314.0, 4284.0, 4262.0, 4282.0, 4262.0, 4313.0, 4273.0, 4281.0, 4280.0, 4261.0, 4290.0, 4262.0, 4262.0, 4293.0, 4263.0, 4261.0, 4284.0, 4273.0, 4314.0, 4275.0, 4253.0, 4295.0, 4274.0, 4294.0, 4274.0, 4256.0, 4305.0, 4299.0, 4276.0, 4284.0, 4278.0, 4317.0, 4301.0, 4267.0, 4307.0, 4275.0, 4278.0, 4317.0, 4300.0, 4289.0, 4285.0, 4266.0, 4286.0, 4307.0, 4288.0, 4286.0, 4328.0, 4286.0, 4264.0, 4293.0, 4262.0, 4312.0, 4282.0, 4260.0, 4268.0, 4249.0, 4238.0, 4270.0, 4262.0, 4291.0, 4273.0, 4251.0, 4290.0, 4264.0, 4272.0, 4304.0, 4273.0, 4272.0, 4273.0, 4263.0, 4314.0, 4283.0, 4272.0, 4272.0, 4242.0, 4303.0, 4272.0, 4274.0, 4282.0, 4264.0, 4284.0, 4276.0, 4275.0, 4305.0, 4276.0, 4274.0, 4285.0, 4285.0, 4329.0, 4287.0, 4274.0, 4274.0, 4262.0, 4314.0, 4284.0, 4272.0, 4261.0, 4243.0, 4293.0, 4273.0, 4263.0, 4273.0, 4263.0, 4303.0, 4275.0, 4284.0, 4294.0, 4264.0, 4304.0, 4275.0, 4283.0, 4294.0, 4263.0, 4292.0, 4261.0, 4272.0, 4293.0, 4263.0, 4292.0, 4263.0, 4264.0, 4302.0, 4263.0, 4273.0, 4264.0, 4264.0, 4294.0, 4275.0, 4263.0, 4286.0, 4277.0, 4316.0, 4287.0, 4276.0, 4296.0, 4277.0, 4297.0, 4297.0, 4275.0, 4315.0, 4287.0, 4297.0, 4316.0, 4284.0, 4264.0, 4284.0, 4264.0, 4315.0, 4284.0, 4293.0, 4303.0, 4263.0, 4282.0, 4272.0, 4272.0, 4301.0, 4261.0, 4290.0, 4260.0, 4261.0, 4281.0, 4251.0, 4280.0, 4261.0, 4261.0, 4281.0, 4263.0, 4250.0, 4272.0, 4263.0, 4304.0, 4273.0, 4263.0, 4273.0, 4262.0, 4314.0, 4273.0, 4262.0, 4272.0, 4253.0, 4313.0, 4272.0, 4251.0, 4271.0, 4262.0, 4301.0, 4274.0, 4242.0, 4291.0, 4265.0, 4293.0, 4274.0, 4254.0, 4303.0, 4277.0, 4294.0, 4285.0, 4254.0, 4292.0, 4263.0, 4274.0, 4294.0, 4265.0, 4272.0, 4273.0, 4266.0, 4316.0, 4285.0, 4264.0, 4273.0, 4263.0, 4314.0, 4284.0, 4262.0, 4270.0, 4251.0, 4302.0, 4273.0, 4262.0, 4282.0, 4263.0, 4302.0, 4272.0, 4242.0, 4281.0, 4263.0, 4282.0, 4281.0, 4252.0, 4293.0, 4274.0, 4282.0, 4271.0, 4250.0, 4292.0, 4263.0, 4274.0, 4294.0, 4275.0, 4295.0, 4285.0, 4265.0, 4295.0, 4274.0, 4293.0, 4294.0, 4263.0, 4304.0, 4275.0, 4274.0, 4315.0, 4285.0, 4264.0, 4284.0, 4264.0, 4315.0, 4285.0, 4272.0, 4282.0, 4272.0, 4312.0, 4271.0, 4259.0, 4257.0, 4249.0, 4289.0, 4259.0, 4248.0, 4258.0, 4238.0, 4256.0, 4259.0, 4260.0, 4280.0, 4261.0, 4250.0, 4270.0, 4262.0, 4302.0, 4262.0, 4261.0, 4270.0, 4241.0, 4302.0, 4272.0, 4251.0, 4271.0, 4253.0, 4301.0, 4273.0, 4260.0, 4262.0, 4251.0, 4303.0, 4274.0, 4283.0, 4262.0, 4252.0, 4302.0, 4284.0, 4303.0, 4272.0, 4252.0, 4294.0, 4276.0, 4293.0, 4285.0, 4264.0, 4294.0, 4274.0, 4294.0, 4305.0, 4264.0, 4293.0, 4263.0, 4273.0, 4294.0, 4274.0, 4283.0, 4273.0, 4266.0, 4277.0, 4288.0, 4288.0, 4298.0, 4298.0, 4279.0, 4328.0, 4289.0, 4307.0, 4306.0, 4265.0, 4294.0, 4264.0, 4273.0, 4294.0, 4284.0, 4292.0, 4263.0, 4253.0, 4303.0, 4285.0, 4293.0, 4283.0, 4264.0, 4304.0, 4275.0, 4283.0, 4306.0, 4276.0, 4305.0, 4275.0, 4283.0, 4284.0, 4284.0, 4303.0, 4274.0, 4262.0, 4282.0, 4263.0, 4315.0, 4284.0, 4263.0, 4273.0, 4253.0, 4313.0, 4286.0, 4264.0, 4273.0, 4263.0, 4315.0, 4274.0, 4264.0, 4285.0, 4267.0, 4316.0, 4299.0, 4266.0, 4295.0, 4278.0, 4294.0, 4286.0, 4255.0, 4304.0, 4276.0, 4296.0, 4318.0, 4276.0, 4295.0, 4276.0, 4275.0, 4317.0, 4296.0, 4273.0, 4274.0, 4254.0, 4304.0, 4284.0, 4285.0, 4294.0, 4265.0, 4292.0, 4263.0, 4283.0, 4304.0, 4262.0, 4272.0, 4261.0, 4261.0, 4304.0, 4273.0, 4262.0, 4274.0, 4263.0, 4304.0, 4274.0, 4263.0, 4272.0, 4262.0, 4314.0, 4273.0, 4253.0, 4272.0, 4264.0, 4323.0, 4284.0, 4254.0, 4282.0, 4265.0, 4283.0, 4295.0, 4274.0, 4294.0, 4275.0, 4273.0, 4316.0, 4277.0, 4275.0, 4286.0, 4276.0, 4326.0, 4285.0, 4266.0, 4295.0, 4277.0, 4296.0, 4306.0, 4286.0, 4296.0, 4285.0, 4275.0, 4316.0, 4285.0, 4263.0, 4272.0, 4264.0, 4313.0, 4285.0, 4284.0, 4294.0, 4264.0, 4302.0, 4271.0, 4271.0, 4303.0, 4272.0, 4251.0, 4261.0, 4242.0, 4303.0, 4262.0, 4254.0, 4283.0, 4265.0, 4273.0, 4295.0, 4284.0, 4293.0, 4273.0, 4254.0, 4303.0, 4277.0, 4283.0, 4275.0, 4252.0, 4303.0, 4274.0, 4293.0, 4282.0, 4263.0, 4293.0, 4274.0, 4273.0, 4304.0, 4264.0, 4271.0, 4273.0, 4254.0, 4304.0, 4273.0, 4272.0, 4273.0, 4263.0, 4302.0, 4272.0, 4262.0, 4272.0, 4253.0, 4303.0, 4272.0, 4263.0, 4273.0, 4264.0, 4315.0, 4285.0, 4254.0, 4284.0, 4264.0, 4284.0, 4292.0, 4275.0, 4303.0, 4273.0, 4293.0, 4284.0, 4263.0, 4283.0, 4263.0, 4273.0, 4293.0, 4274.0, 4295.0, 4265.0, 4274.0, 4307.0, 4277.0, 4277.0, 4276.0, 4255.0, 4297.0, 4298.0, 4288.0, 4277.0, 4287.0, 4264.0, 4316.0, 4286.0, 4253.0, 4284.0, 4278.0, 4295.0, 4284.0, 4264.0, 4292.0, 4264.0, 4255.0, 4305.0, 4287.0, 4265.0, 4285.0, 4264.0, 4314.0, 4286.0, 4277.0, 4295.0, 4265.0, 4272.0, 4284.0, 4274.0, 4304.0, 4265.0, 4262.0, 4293.0, 4272.0, 4302.0, 4262.0, 4252.0, 4293.0, 4275.0, 4273.0, 4272.0, 4254.0, 4305.0, 4286.0, 4264.0, 4294.0, 4274.0, 4295.0, 4295.0, 4275.0, 4295.0, 4275.0, 4265.0, 4305.0, 4296.0, 4284.0, 4274.0, 4254.0, 4303.0, 4277.0, 4283.0, 4272.0, 4263.0, 4302.0, 4273.0, 4282.0, 4282.0, 4262.0, 4290.0, 4262.0, 4272.0, 4292.0, 4261.0, 4280.0, 4271.0, 4262.0, 4303.0, 4261.0, 4260.0, 4262.0, 4262.0, 4302.0, 4263.0, 4262.0, 4262.0, 4253.0, 4293.0, 4284.0, 4272.0, 4282.0, 4263.0, 4291.0, 4277.0, 4299.0, 4328.0, 4287.0, 4266.0, 4284.0, 4286.0, 4244.0, 4273.0, 4257.0, 4264.0, 4285.0, 4266.0, 4276.0, 4298.0, 4268.0, 4306.0, 4284.0, 4271.0, 4272.0, 4281.0, 4280.0, 4239.0, 4258.0, 4248.0, 4248.0, 4262.0, 4251.0, 4270.0, 4262.0, 4245.0, 4285.0, 4278.0, 4295.0, 4268.0, 4286.0, 4276.0, 4276.0, 4306.0, 4265.0, 4295.0, 4276.0], 'WindowWidth': [9659.0, 9582.0, 9568.0, 9501.0, 9457.0, 9518.0, 9481.0, 9521.0, 9494.0, 9452.0, 9515.0, 9481.0, 9503.0, 9505.0, 9473.0, 9528.0, 9460.0, 9470.0, 9473.0, 9484.0, 9514.0, 9457.0, 9510.0, 9473.0, 9473.0, 9515.0, 9466.0, 9488.0, 9490.0, 9478.0, 9545.0, 9477.0, 9491.0, 9490.0, 9459.0, 9546.0, 9485.0, 9460.0, 9485.0, 9463.0, 9530.0, 9487.0, 9442.0, 9510.0, 9471.0, 9480.0, 9497.0, 9471.0, 9520.0, 9454.0, 9450.0, 9490.0, 9465.0, 9463.0, 9449.0, 9431.0, 9506.0, 9471.0, 9458.0, 9485.0, 9463.0, 9532.0, 9493.0, 9505.0, 9518.0, 9461.0, 9472.0, 9495.0, 9496.0, 9548.0, 9480.0, 9471.0, 9543.0, 9514.0, 9495.0, 9506.0, 9480.0, 9547.0, 9492.0, 9497.0, 9534.0, 9479.0, 9479.0, 9520.0, 9491.0, 9548.0, 9485.0, 9454.0, 9506.0, 9466.0, 9536.0, 9480.0, 9425.0, 9472.0, 9433.0, 9473.0, 9447.0, 9448.0, 9490.0, 9436.0, 9448.0, 9462.0, 9450.0, 9487.0, 9451.0, 9448.0, 9465.0, 9450.0, 9511.0, 9452.0, 9451.0, 9479.0, 9465.0, 9508.0, 9451.0, 9440.0, 9493.0, 9466.0, 9523.0, 9481.0, 9422.0, 9474.0, 9451.0, 9471.0, 9481.0, 9451.0, 9493.0, 9439.0, 9449.0, 9465.0, 9463.0, 9508.0, 9455.0, 9451.0, 9465.0, 9453.0, 9510.0, 9467.0, 9451.0, 9466.0, 9455.0, 9527.0, 9485.0, 9440.0, 9480.0, 9459.0, 9491.0, 9450.0, 9421.0, 9478.0, 9459.0, 9486.0, 9497.0, 9460.0, 9498.0, 9477.0, 9460.0, 9517.0, 9474.0, 9461.0, 9505.0, 9480.0, 9515.0, 9519.0, 9480.0, 9529.0, 9474.0, 9472.0, 9528.0, 9468.0, 9478.0, 9465.0, 9437.0, 9509.0, 9481.0, 9479.0, 9464.0, 9433.0, 9501.0, 9465.0, 9463.0, 9475.0, 9435.0, 9486.0, 9447.0, 9449.0, 9511.0, 9438.0, 9436.0, 9450.0, 9439.0, 9505.0, 9466.0, 9464.0, 9446.0, 9436.0, 9505.0, 9473.0, 9483.0, 9480.0, 9437.0, 9503.0, 9452.0, 9453.0, 9494.0, 9455.0, 9469.0, 9458.0, 9448.0, 9516.0, 9486.0, 9526.0, 9458.0, 9460.0, 9500.0, 9507.0, 9536.0, 9527.0, 9489.0, 9454.0, 9476.0, 9484.0, 9472.0, 9488.0, 9515.0, 9477.0, 9539.0, 9503.0, 9510.0, 9552.0, 9485.0, 9466.0, 9466.0, 9426.0, 9492.0, 9436.0, 9417.0, 9458.0, 9433.0, 9402.0, 9433.0, 9416.0, 9478.0, 9422.0, 9386.0, 9414.0, 9409.0, 9450.0, 9437.0, 9399.0, 9453.0, 9446.0, 9447.0, 9464.0, 9436.0, 9490.0, 9461.0, 9453.0, 9495.0, 9439.0, 9478.0, 9464.0, 9434.0, 9493.0, 9468.0, 9466.0, 9452.0, 9421.0, 9494.0, 9469.0, 9520.0, 9466.0, 9440.0, 9479.0, 9458.0, 9510.0, 9468.0, 9425.0, 9480.0, 9444.0, 9487.0, 9488.0, 9446.0, 9501.0, 9479.0, 9495.0, 9509.0, 9482.0, 9520.0, 9482.0, 9468.0, 9507.0, 9491.0, 9518.0, 9479.0, 9451.0, 9520.0, 9486.0, 9521.0, 9512.0, 9470.0, 9533.0, 9478.0, 9476.0, 9523.0, 9491.0, 9547.0, 9491.0, 9443.0, 9480.0, 9446.0, 9494.0, 9466.0, 9442.0, 9484.0, 9453.0, 9440.0, 9468.0, 9458.0, 9525.0, 9476.0, 9443.0, 9484.0, 9448.0, 9512.0, 9491.0, 9446.0, 9502.0, 9462.0, 9512.0, 9489.0, 9465.0, 9521.0, 9463.0, 9480.0, 9509.0, 9491.0, 9531.0, 9476.0, 9461.0, 9502.0, 9489.0, 9546.0, 9509.0, 9451.0, 9503.0, 9483.0, 9514.0, 9488.0, 9461.0, 9513.0, 9477.0, 9486.0, 9489.0, 9486.0, 9514.0, 9460.0, 9443.0, 9486.0, 9475.0, 9504.0, 9487.0, 9465.0, 9540.0, 9497.0, 9482.0, 9507.0, 9484.0, 9534.0, 9497.0, 9517.0, 9491.0, 9448.0, 9514.0, 9480.0, 9475.0, 9531.0, 9529.0, 9503.0, 9497.0, 9526.0, 9493.0, 9564.0, 9521.0, 9471.0, 9498.0, 9454.0, 9505.0, 9463.0, 9459.0, 9486.0, 9432.0, 9430.0, 9462.0, 9451.0, 9518.0, 9480.0, 9427.0, 9492.0, 9457.0, 9467.0, 9498.0, 9487.0, 9500.0, 9458.0, 9441.0, 9513.0, 9491.0, 9525.0, 9485.0, 9439.0, 9494.0, 9456.0, 9470.0, 9486.0, 9470.0, 9526.0, 9468.0, 9440.0, 9497.0, 9479.0, 9517.0, 9489.0, 9441.0, 9500.0, 9480.0, 9499.0, 9499.0, 9459.0, 9513.0, 9479.0, 9502.0, 9518.0, 9474.0, 9487.0, 9476.0, 9464.0, 9531.0, 9481.0, 9466.0, 9504.0, 9498.0, 9539.0, 9508.0, 9465.0, 9516.0, 9473.0, 9500.0, 9507.0, 9487.0, 9526.0, 9467.0, 9463.0, 9476.0, 9468.0, 9507.0, 9463.0, 9431.0, 9460.0, 9434.0, 9503.0, 9488.0, 9470.0, 9474.0, 9436.0, 9487.0, 9452.0, 9450.0, 9508.0, 9453.0, 9435.0, 9470.0, 9459.0, 9511.0, 9471.0, 9463.0, 9463.0, 9439.0, 9509.0, 9479.0, 9462.0, 9467.0, 9435.0, 9506.0, 9465.0, 9480.0, 9466.0, 9426.0, 9492.0, 9470.0, 9468.0, 9465.0, 9428.0, 9513.0, 9475.0, 9443.0, 9506.0, 9465.0, 9502.0, 9508.0, 9463.0, 9517.0, 9479.0, 9479.0, 9518.0, 9492.0, 9488.0, 9484.0, 9461.0, 9527.0, 9487.0, 9442.0, 9481.0, 9457.0, 9521.0, 9472.0, 9426.0, 9477.0, 9451.0, 9505.0, 9467.0, 9422.0, 9476.0, 9455.0, 9473.0, 9485.0, 9457.0, 9495.0, 9458.0, 9469.0, 9509.0, 9470.0, 9480.0, 9452.0, 9437.0, 9508.0, 9467.0, 9466.0, 9463.0, 9442.0, 9509.0, 9470.0, 9469.0, 9478.0, 9455.0, 9509.0, 9473.0, 9456.0, 9497.0, 9458.0, 9458.0, 9499.0, 9486.0, 9511.0, 9456.0, 9444.0, 9500.0, 9488.0, 9485.0, 9471.0, 9445.0, 9511.0, 9472.0, 9474.0, 9500.0, 9461.0, 9524.0, 9472.0, 9441.0, 9495.0, 9456.0, 9508.0, 9472.0, 9480.0, 9494.0, 9452.0, 9476.0, 9451.0, 9434.0, 9495.0, 9455.0, 9450.0, 9469.0, 9442.0, 9525.0, 9487.0, 9457.0, 9483.0, 9459.0, 9530.0, 9487.0, 9458.0, 9482.0, 9459.0, 9460.0, 9503.0, 9493.0, 9493.0, 9494.0, 9472.0, 9548.0, 9508.0, 9466.0, 9504.0, 9479.0, 9527.0, 9490.0, 9460.0, 9516.0, 9477.0, 9465.0, 9531.0, 9489.0, 9491.0, 9489.0, 9472.0, 9525.0, 9487.0, 9483.0, 9510.0, 9468.0, 9450.0, 9465.0, 9454.0, 9526.0, 9483.0, 9451.0, 9477.0, 9452.0, 9522.0, 9467.0, 9475.0, 9472.0, 9448.0, 9486.0, 9452.0, 9450.0, 9494.0, 9453.0, 9450.0, 9482.0, 9470.0, 9525.0, 9472.0, 9441.0, 9500.0, 9471.0, 9497.0, 9472.0, 9452.0, 9515.0, 9517.0, 9477.0, 9485.0, 9484.0, 9535.0, 9516.0, 9468.0, 9520.0, 9476.0, 9482.0, 9536.0, 9518.0, 9501.0, 9487.0, 9462.0, 9491.0, 9519.0, 9496.0, 9491.0, 9553.0, 9490.0, 9455.0, 9493.0, 9450.0, 9521.0, 9476.0, 9442.0, 9450.0, 9428.0, 9412.0, 9457.0, 9451.0, 9486.0, 9465.0, 9435.0, 9487.0, 9456.0, 9464.0, 9509.0, 9466.0, 9465.0, 9465.0, 9452.0, 9523.0, 9481.0, 9462.0, 9464.0, 9424.0, 9505.0, 9465.0, 9468.0, 9479.0, 9458.0, 9485.0, 9476.0, 9474.0, 9514.0, 9477.0, 9472.0, 9486.0, 9487.0, 9556.0, 9492.0, 9470.0, 9468.0, 9452.0, 9524.0, 9483.0, 9464.0, 9446.0, 9425.0, 9492.0, 9466.0, 9452.0, 9465.0, 9454.0, 9508.0, 9473.0, 9484.0, 9498.0, 9458.0, 9510.0, 9472.0, 9481.0, 9495.0, 9454.0, 9490.0, 9449.0, 9463.0, 9494.0, 9453.0, 9490.0, 9453.0, 9457.0, 9506.0, 9455.0, 9467.0, 9458.0, 9457.0, 9497.0, 9473.0, 9454.0, 9490.0, 9480.0, 9532.0, 9493.0, 9477.0, 9504.0, 9478.0, 9505.0, 9505.0, 9475.0, 9527.0, 9492.0, 9506.0, 9531.0, 9485.0, 9458.0, 9484.0, 9456.0, 9528.0, 9485.0, 9497.0, 9511.0, 9452.0, 9478.0, 9465.0, 9464.0, 9504.0, 9448.0, 9484.0, 9445.0, 9446.0, 9472.0, 9434.0, 9469.0, 9448.0, 9445.0, 9475.0, 9452.0, 9433.0, 9464.0, 9453.0, 9509.0, 9468.0, 9452.0, 9466.0, 9452.0, 9523.0, 9466.0, 9449.0, 9463.0, 9439.0, 9521.0, 9463.0, 9433.0, 9461.0, 9453.0, 9504.0, 9468.0, 9424.0, 9489.0, 9459.0, 9495.0, 9470.0, 9443.0, 9510.0, 9479.0, 9498.0, 9486.0, 9442.0, 9491.0, 9454.0, 9469.0, 9499.0, 9460.0, 9466.0, 9471.0, 9462.0, 9530.0, 9486.0, 9456.0, 9466.0, 9456.0, 9525.0, 9484.0, 9449.0, 9458.0, 9436.0, 9505.0, 9468.0, 9451.0, 9477.0, 9452.0, 9504.0, 9464.0, 9424.0, 9474.0, 9454.0, 9477.0, 9476.0, 9437.0, 9494.0, 9469.0, 9477.0, 9462.0, 9434.0, 9491.0, 9455.0, 9470.0, 9499.0, 9474.0, 9502.0, 9487.0, 9459.0, 9500.0, 9472.0, 9494.0, 9499.0, 9456.0, 9512.0, 9474.0, 9471.0, 9527.0, 9485.0, 9457.0, 9482.0, 9456.0, 9527.0, 9487.0, 9465.0, 9476.0, 9463.0, 9521.0, 9462.0, 9442.0, 9436.0, 9426.0, 9481.0, 9440.0, 9424.0, 9436.0, 9412.0, 9435.0, 9444.0, 9445.0, 9472.0, 9448.0, 9432.0, 9459.0, 9449.0, 9506.0, 9450.0, 9446.0, 9457.0, 9421.0, 9504.0, 9464.0, 9434.0, 9461.0, 9441.0, 9503.0, 9467.0, 9446.0, 9451.0, 9435.0, 9508.0, 9470.0, 9479.0, 9451.0, 9438.0, 9506.0, 9483.0, 9509.0, 9465.0, 9439.0, 9497.0, 9476.0, 9495.0, 9485.0, 9458.0, 9496.0, 9472.0, 9498.0, 9513.0, 9458.0, 9495.0, 9456.0, 9468.0, 9497.0, 9468.0, 9481.0, 9470.0, 9465.0, 9479.0, 9496.0, 9497.0, 9509.0, 9508.0, 9486.0, 9551.0, 9501.0, 9522.0, 9517.0, 9460.0, 9495.0, 9456.0, 9466.0, 9496.0, 9483.0, 9492.0, 9452.0, 9440.0, 9506.0, 9484.0, 9496.0, 9482.0, 9457.0, 9510.0, 9474.0, 9483.0, 9517.0, 9477.0, 9514.0, 9473.0, 9482.0, 9484.0, 9482.0, 9508.0, 9470.0, 9450.0, 9479.0, 9455.0, 9526.0, 9482.0, 9452.0, 9466.0, 9441.0, 9521.0, 9489.0, 9455.0, 9468.0, 9456.0, 9528.0, 9470.0, 9457.0, 9485.0, 9466.0, 9531.0, 9512.0, 9464.0, 9499.0, 9484.0, 9499.0, 9490.0, 9448.0, 9513.0, 9476.0, 9503.0, 9536.0, 9478.0, 9502.0, 9475.0, 9474.0, 9533.0, 9503.0, 9468.0, 9468.0, 9442.0, 9509.0, 9485.0, 9486.0, 9497.0, 9458.0, 9492.0, 9454.0, 9480.0, 9509.0, 9451.0, 9462.0, 9448.0, 9446.0, 9509.0, 9467.0, 9452.0, 9468.0, 9453.0, 9510.0, 9470.0, 9454.0, 9465.0, 9451.0, 9524.0, 9466.0, 9439.0, 9463.0, 9456.0, 9537.0, 9484.0, 9442.0, 9480.0, 9460.0, 9481.0, 9499.0, 9473.0, 9498.0, 9474.0, 9470.0, 9531.0, 9478.0, 9475.0, 9490.0, 9474.0, 9544.0, 9487.0, 9463.0, 9501.0, 9479.0, 9504.0, 9518.0, 9490.0, 9503.0, 9487.0, 9471.0, 9529.0, 9485.0, 9455.0, 9463.0, 9456.0, 9522.0, 9487.0, 9484.0, 9495.0, 9455.0, 9503.0, 9463.0, 9462.0, 9507.0, 9463.0, 9433.0, 9446.0, 9425.0, 9507.0, 9453.0, 9442.0, 9482.0, 9458.0, 9468.0, 9499.0, 9484.0, 9497.0, 9467.0, 9442.0, 9508.0, 9476.0, 9480.0, 9470.0, 9439.0, 9509.0, 9471.0, 9494.0, 9479.0, 9454.0, 9492.0, 9469.0, 9467.0, 9511.0, 9457.0, 9462.0, 9468.0, 9442.0, 9510.0, 9468.0, 9465.0, 9466.0, 9453.0, 9506.0, 9466.0, 9451.0, 9463.0, 9441.0, 9506.0, 9466.0, 9454.0, 9468.0, 9457.0, 9526.0, 9486.0, 9445.0, 9483.0, 9458.0, 9484.0, 9494.0, 9471.0, 9509.0, 9468.0, 9493.0, 9484.0, 9453.0, 9480.0, 9455.0, 9470.0, 9496.0, 9471.0, 9500.0, 9461.0, 9470.0, 9520.0, 9482.0, 9479.0, 9475.0, 9447.0, 9508.0, 9511.0, 9495.0, 9480.0, 9491.0, 9458.0, 9529.0, 9488.0, 9440.0, 9482.0, 9483.0, 9499.0, 9483.0, 9456.0, 9492.0, 9456.0, 9446.0, 9514.0, 9491.0, 9459.0, 9485.0, 9458.0, 9524.0, 9490.0, 9477.0, 9499.0, 9458.0, 9465.0, 9483.0, 9468.0, 9510.0, 9457.0, 9451.0, 9492.0, 9463.0, 9504.0, 9449.0, 9438.0, 9492.0, 9471.0, 9467.0, 9465.0, 9444.0, 9514.0, 9491.0, 9458.0, 9497.0, 9472.0, 9500.0, 9500.0, 9475.0, 9502.0, 9474.0, 9458.0, 9514.0, 9502.0, 9484.0, 9469.0, 9442.0, 9509.0, 9475.0, 9481.0, 9465.0, 9452.0, 9506.0, 9467.0, 9477.0, 9477.0, 9449.0, 9483.0, 9448.0, 9461.0, 9490.0, 9448.0, 9471.0, 9461.0, 9448.0, 9506.0, 9448.0, 9444.0, 9451.0, 9448.0, 9504.0, 9452.0, 9449.0, 9450.0, 9438.0, 9494.0, 9482.0, 9465.0, 9479.0, 9456.0, 9491.0, 9480.0, 9513.0, 9551.0, 9491.0, 9459.0, 9483.0, 9488.0, 9431.0, 9465.0, 9448.0, 9456.0, 9483.0, 9463.0, 9476.0, 9506.0, 9467.0, 9516.0, 9483.0, 9459.0, 9463.0, 9471.0, 9467.0, 9410.0, 9432.0, 9423.0, 9423.0, 9446.0, 9433.0, 9457.0, 9450.0, 9432.0, 9485.0, 9478.0, 9499.0, 9466.0, 9486.0, 9474.0, 9474.0, 9517.0, 9460.0, 9497.0, 9473.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.0003911583011583011</td></tr>
<tr><td colspan=3>aqi</td><td>0.02057828857142857</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.80375226538643</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.269567306298299</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978888117697051</td></tr>
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
<tr><td colspan=3>fber</td><td>6167.2676</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09406741861979144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.776061776061776</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5012740103436286</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.345956580431673</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7878247517148966</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.370040698884316</td></tr>
<tr><td colspan=3>gcor</td><td>0.00818682</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012012663297355175</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03100021928548813</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.8780472799485013</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>20.4759</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9322</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.1926</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4043</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.3231</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.478</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3657.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.9943</td></tr>
<tr><td colspan=3>tsnr</td><td>40.16680235043168</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>