<?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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-02/func/sub-0099_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>d8c5288ef96bcca45518766478c9da62</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>08:55:22.080000</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.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0809657</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>[4237, -7772, -7255, 232, -150, -238, -193, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>29f2d83c-1865-4d7c-811c-f1e745eeb050||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.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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': ['085522.080000', '085522.540000', '085523.000000', '085523.460000', '085523.920000', '085524.380000', '085524.840000', '085525.300000', '085525.760000', '085526.220000', '085526.680000', '085527.140000', '085527.600000', '085528.060000', '085528.520000', '085528.980000', '085529.440000', '085529.900000', '085530.360000', '085530.820000', '085531.280000', '085531.740000', '085532.200000', '085532.660000', '085533.120000', '085533.580000', '085534.040000', '085534.500000', '085534.960000', '085535.420000', '085535.880000', '085536.340000', '085536.800000', '085537.260000', '085537.720000', '085538.180000', '085538.640000', '085539.100000', '085539.560000', '085540.020000', '085540.480000', '085540.940000', '085541.400000', '085541.860000', '085542.320000', '085542.780000', '085543.240000', '085543.700000', '085544.160000', '085544.620000', '085545.080000', '085545.540000', '085546.000000', '085546.460000', '085546.920000', '085547.380000', '085547.840000', '085548.300000', '085548.760000', '085549.220000', '085549.680000', '085550.140000', '085550.600000', '085551.060000', '085551.520000', '085551.980000', '085552.440000', '085552.900000', '085553.360000', '085553.820000', '085554.280000', '085554.740000', '085555.200000', '085555.660000', '085556.120000', '085556.580000', '085557.040000', '085557.500000', '085557.960000', '085558.420000', '085558.880000', '085559.340000', '085559.800000', '085600.260000', '085600.720000', '085601.180000', '085601.640000', '085602.100000', '085602.560000', '085603.020000', '085603.480000', '085603.940000', '085604.400000', '085604.860000', '085605.320000', '085605.780000', '085606.240000', '085606.700000', '085607.160000', '085607.620000', '085608.080000', '085608.540000', '085609.000000', '085609.460000', '085609.920000', '085610.380000', '085610.840000', '085611.300000', '085611.760000', '085612.220000', '085612.680000', '085613.140000', '085613.600000', '085614.060000', '085614.520000', '085614.980000', '085615.440000', '085615.900000', '085616.360000', '085616.820000', '085617.280000', '085617.740000', '085618.200000', '085618.660000', '085619.120000', '085619.580000', '085620.040000', '085620.500000', '085620.960000', '085621.420000', '085621.880000', '085622.340000', '085622.800000', '085623.260000', '085623.720000', '085624.180000', '085624.640000', '085625.100000', '085625.560000', '085626.020000', '085626.480000', '085626.940000', '085627.400000', '085627.860000', '085628.320000', '085628.780000', '085629.240000', '085629.700000', '085630.160000', '085630.620000', '085631.080000', '085631.540000', '085632.000000', '085632.460000', '085632.920000', '085633.380000', '085633.840000', '085634.300000', '085634.760000', '085635.220000', '085635.680000', '085636.140000', '085636.600000', '085637.060000', '085637.520000', '085637.980000', '085638.440000', '085638.900000', '085639.360000', '085639.820000', '085640.280000', '085640.740000', '085641.200000', '085641.660000', '085642.120000', '085642.580000', '085643.040000', '085643.500000', '085643.960000', '085644.420000', '085644.880000', '085645.340000', '085645.800000', '085646.260000', '085646.720000', '085647.180000', '085647.640000', '085648.100000', '085648.560000', '085649.020000', '085649.480000', '085649.940000', '085650.400000', '085650.860000', '085651.320000', '085651.780000', '085652.240000', '085652.700000', '085653.160000', '085653.620000', '085654.080000', '085654.540000', '085655.000000', '085655.460000', '085655.920000', '085656.380000', '085656.840000', '085657.300000', '085657.760000', '085658.220000', '085658.680000', '085659.140000', '085659.600000', '085700.060000', '085700.520000', '085700.980000', '085701.440000', '085701.900000', '085702.360000', '085702.820000', '085703.280000', '085703.740000', '085704.200000', '085704.660000', '085705.120000', '085705.580000', '085706.040000', '085706.500000', '085706.960000', '085707.420000', '085707.880000', '085708.340000', '085708.800000', '085709.260000', '085709.720000', '085710.180000', '085710.640000', '085711.100000', '085711.560000', '085712.020000', '085712.480000', '085712.940000', '085713.400000', '085713.860000', '085714.320000', '085714.780000', '085715.240000', '085715.700000', '085716.160000', '085716.620000', '085717.080000', '085717.540000', '085718.000000', '085718.460000', '085718.920000', '085719.380000', '085719.840000', '085720.300000', '085720.760000', '085721.220000', '085721.680000', '085722.140000', '085722.600000', '085723.060000', '085723.520000', '085723.980000', '085724.440000', '085724.900000', '085725.360000', '085725.820000', '085726.280000', '085726.740000', '085727.200000', '085727.660000', '085728.120000', '085728.580000', '085729.040000', '085729.500000', '085729.960000', '085730.420000', '085730.880000', '085731.340000', '085731.800000', '085732.260000', '085732.720000', '085733.180000', '085733.640000', '085734.100000', '085734.560000', '085735.020000', '085735.480000', '085735.940000', '085736.400000', '085736.860000', '085737.320000', '085737.780000', '085738.240000', '085738.700000', '085739.160000', '085739.620000', '085740.080000', '085740.540000', '085741.000000', '085741.460000', '085741.920000', '085742.380000', '085742.840000', '085743.300000', '085743.760000', '085744.220000', '085744.680000', '085745.140000', '085745.600000', '085746.060000', '085746.520000', '085746.980000', '085747.440000', '085747.900000', '085748.360000', '085748.820000', '085749.280000', '085749.740000', '085750.200000', '085750.660000', '085751.120000', '085751.580000', '085752.040000', '085752.500000', '085752.960000', '085753.420000', '085753.880000', '085754.340000', '085754.800000', '085755.260000', '085755.720000', '085756.180000', '085756.640000', '085757.100000', '085757.560000', '085758.020000', '085758.480000', '085758.940000', '085759.400000', '085759.860000', '085800.320000', '085800.780000', '085801.240000', '085801.700000', '085802.160000', '085802.620000', '085803.080000', '085803.540000', '085804.000000', '085804.460000', '085804.920000', '085805.380000', '085805.840000', '085806.300000', '085806.760000', '085807.220000', '085807.680000', '085808.140000', '085808.600000', '085809.060000', '085809.520000', '085809.980000', '085810.440000', '085810.900000', '085811.360000', '085811.820000', '085812.280000', '085812.740000', '085813.200000', '085813.660000', '085814.120000', '085814.580000', '085815.040000', '085815.500000', '085815.960000', '085816.420000', '085816.880000', '085817.340000', '085817.800000', '085818.260000', '085818.720000', '085819.180000', '085819.640000', '085820.100000', '085820.560000', '085821.020000', '085821.480000', '085821.940000', '085822.400000', '085822.860000', '085823.320000', '085823.780000', '085824.240000', '085824.700000', '085825.160000', '085825.620000', '085826.080000', '085826.540000', '085827.000000', '085827.460000', '085827.920000', '085828.380000', '085828.840000', '085829.300000', '085829.760000', '085830.220000', '085830.680000', '085831.140000', '085831.600000', '085832.060000', '085832.520000', '085832.980000', '085833.440000', '085833.900000', '085834.360000', '085834.820000', '085835.280000', '085835.740000', '085836.200000', '085836.660000', '085837.120000', '085837.580000', '085838.040000', '085838.500000', '085838.960000', '085839.420000', '085839.880000', '085840.340000', '085840.800000', '085841.260000', '085841.720000', '085842.180000', '085842.640000', '085843.100000', '085843.560000', '085844.020000', '085844.480000', '085844.940000', '085845.400000', '085845.860000', '085846.320000', '085846.780000', '085847.240000', '085847.700000', '085848.160000', '085848.620000', '085849.080000', '085849.540000', '085850.000000', '085850.460000', '085850.920000', '085851.380000', '085851.840000', '085852.300000', '085852.760000', '085853.220000', '085853.680000', '085854.140000', '085854.600000', '085855.060000', '085855.520000', '085855.980000', '085856.440000', '085856.900000', '085857.360000', '085857.820000', '085858.280000', '085858.740000', '085859.200000', '085859.660000', '085900.120000', '085900.580000', '085901.040000', '085901.500000', '085901.960000', '085902.420000', '085902.880000', '085903.340000', '085903.800000', '085904.260000', '085904.720000', '085905.180000', '085905.640000', '085906.100000', '085906.560000', '085907.020000', '085907.480000', '085907.940000', '085908.400000', '085908.860000', '085909.320000', '085909.780000', '085910.240000', '085910.700000', '085911.160000', '085911.620000', '085912.080000', '085912.540000', '085913.000000', '085913.460000', '085913.920000', '085914.380000', '085914.840000', '085915.300000', '085915.760000', '085916.220000', '085916.680000', '085917.140000', '085917.600000', '085918.060000', '085918.520000', '085918.980000', '085919.440000', '085919.900000', '085920.360000', '085920.820000', '085921.280000', '085921.740000', '085922.200000', '085922.660000', '085923.120000', '085923.580000', '085924.040000', '085924.500000', '085924.960000', '085925.420000', '085925.880000', '085926.340000', '085926.800000', '085927.260000', '085927.720000', '085928.180000', '085928.640000', '085929.100000', '085929.560000', '085930.020000', '085930.480000', '085930.940000', '085931.400000', '085931.860000', '085932.320000', '085932.780000', '085933.240000', '085933.700000', '085934.160000', '085934.620000', '085935.080000', '085935.540000', '085936.000000', '085936.460000', '085936.920000', '085937.380000', '085937.840000', '085938.300000', '085938.760000', '085939.220000', '085939.680000', '085940.140000', '085940.600000', '085941.060000', '085941.520000', '085941.980000', '085942.440000', '085942.900000', '085943.360000', '085943.820000', '085944.280000', '085944.740000', '085945.200000', '085945.660000', '085946.120000', '085946.580000', '085947.040000', '085947.500000', '085947.960000', '085948.420000', '085948.880000', '085949.340000', '085949.800000', '085950.260000', '085950.720000', '085951.180000', '085951.640000', '085952.100000', '085952.560000', '085953.020000', '085953.480000', '085953.940000', '085954.400000', '085954.860000', '085955.320000', '085955.780000', '085956.240000', '085956.700000', '085957.160000', '085957.620000', '085958.080000', '085958.540000', '085959.000000', '085959.460000', '085959.920000', '090000.380000', '090000.840000', '090001.300000', '090001.760000', '090002.220000', '090002.680000', '090003.140000', '090003.600000', '090004.060000', '090004.520000', '090004.980000', '090005.440000', '090005.900000', '090006.360000', '090006.820000', '090007.280000', '090007.740000', '090008.200000', '090008.660000', '090009.120000', '090009.580000', '090010.040000', '090010.500000', '090010.960000', '090011.420000', '090011.880000', '090012.340000', '090012.800000', '090013.260000', '090013.720000', '090014.180000', '090014.640000', '090015.100000', '090015.560000', '090016.020000', '090016.480000', '090016.940000', '090017.400000', '090017.860000', '090018.320000', '090018.780000', '090019.240000', '090019.700000', '090020.160000', '090020.620000', '090021.080000', '090021.540000', '090022.000000', '090022.460000', '090022.920000', '090023.380000', '090023.840000', '090024.300000', '090024.760000', '090025.220000', '090025.680000', '090026.140000', '090026.600000', '090027.060000', '090027.520000', '090027.980000', '090028.440000', '090028.900000', '090029.360000', '090029.820000', '090030.280000', '090030.740000', '090031.200000', '090031.660000', '090032.120000', '090032.580000', '090033.040000', '090033.500000', '090033.960000', '090034.420000', '090034.880000', '090035.340000', '090035.800000', '090036.260000', '090036.720000', '090037.180000', '090037.640000', '090038.100000', '090038.560000', '090039.020000', '090039.480000', '090039.940000', '090040.400000', '090040.860000', '090041.320000', '090041.780000', '090042.240000', '090042.700000', '090043.160000', '090043.620000', '090044.080000', '090044.540000', '090045.000000', '090045.460000', '090045.920000', '090046.380000', '090046.840000', '090047.300000', '090047.760000', '090048.220000', '090048.680000', '090049.140000', '090049.600000', '090050.060000', '090050.520000', '090050.980000', '090051.440000', '090051.900000', '090052.360000', '090052.820000', '090053.280000', '090053.740000', '090054.200000', '090054.660000', '090055.120000', '090055.580000', '090056.040000', '090056.500000', '090056.960000', '090057.420000', '090057.880000', '090058.340000', '090058.800000', '090059.260000', '090059.720000', '090100.180000', '090100.640000', '090101.100000', '090101.560000', '090102.020000', '090102.480000', '090102.940000', '090103.400000', '090103.860000', '090104.320000', '090104.780000', '090105.240000', '090105.700000', '090106.160000', '090106.620000', '090107.080000', '090107.540000', '090108.000000', '090108.460000', '090108.920000', '090109.380000', '090109.840000', '090110.300000', '090110.760000', '090111.220000', '090111.680000', '090112.140000', '090112.600000', '090113.060000', '090113.520000', '090113.980000', '090114.440000', '090114.900000', '090115.360000', '090115.820000', '090116.280000', '090116.740000', '090117.200000', '090117.660000', '090118.120000', '090118.580000', '090119.040000', '090119.500000', '090119.960000', '090120.420000', '090120.880000', '090121.340000', '090121.800000', '090122.260000', '090122.720000', '090123.180000', '090123.640000', '090124.100000', '090124.560000', '090125.020000', '090125.480000', '090125.940000', '090126.400000', '090126.860000', '090127.320000', '090127.780000', '090128.240000', '090128.700000', '090129.160000', '090129.620000', '090130.080000', '090130.540000', '090131.000000', '090131.460000', '090131.920000', '090132.380000', '090132.840000', '090133.300000', '090133.760000', '090134.220000', '090134.680000', '090135.140000', '090135.600000', '090136.060000', '090136.520000', '090136.980000', '090137.440000', '090137.900000', '090138.360000', '090138.820000', '090139.280000', '090139.740000', '090140.200000', '090140.660000', '090141.120000', '090141.580000', '090142.040000', '090142.500000', '090142.960000', '090143.420000', '090143.880000', '090144.340000', '090144.800000', '090145.260000', '090145.720000', '090146.180000', '090146.640000', '090147.100000', '090147.560000', '090148.020000', '090148.480000', '090148.940000', '090149.400000', '090149.860000', '090150.320000', '090150.780000', '090151.240000', '090151.700000', '090152.160000', '090152.620000', '090153.080000', '090153.540000', '090154.000000', '090154.460000', '090154.920000', '090155.380000', '090155.840000', '090156.300000', '090156.760000', '090157.220000', '090157.680000', '090158.140000', '090158.600000', '090159.060000', '090159.520000', '090159.980000', '090200.440000', '090200.900000', '090201.360000', '090201.820000', '090202.280000', '090202.740000', '090203.200000', '090203.660000', '090204.120000', '090204.580000', '090205.040000', '090205.500000', '090205.960000', '090206.420000', '090206.880000', '090207.340000', '090207.800000', '090208.260000', '090208.720000', '090209.180000', '090209.640000', '090210.100000', '090210.560000', '090211.020000', '090211.480000', '090211.940000', '090212.400000', '090212.860000', '090213.320000', '090213.780000', '090214.240000', '090214.700000', '090215.160000', '090215.620000', '090216.080000', '090216.540000', '090217.000000', '090217.460000', '090217.920000', '090218.380000', '090218.840000', '090219.300000', '090219.760000', '090220.220000', '090220.680000', '090221.140000', '090221.600000', '090222.060000', '090222.520000', '090222.980000', '090223.440000', '090223.900000', '090224.360000', '090224.820000', '090225.280000', '090225.740000', '090226.200000', '090226.660000', '090227.120000', '090227.580000', '090228.040000', '090228.500000', '090228.960000', '090229.420000', '090229.880000', '090230.340000', '090230.800000', '090231.260000', '090231.720000', '090232.180000', '090232.640000', '090233.100000', '090233.560000', '090234.020000', '090234.480000', '090234.940000', '090235.400000', '090235.860000', '090236.320000', '090236.780000', '090237.240000', '090237.700000', '090238.160000', '090238.620000', '090239.080000', '090239.540000', '090240.000000', '090240.460000', '090240.920000', '090241.380000', '090241.840000', '090242.300000', '090242.760000', '090243.220000', '090243.680000', '090244.140000', '090244.600000', '090245.060000', '090245.520000', '090245.980000', '090246.440000', '090246.900000', '090247.360000', '090247.820000', '090248.280000', '090248.740000', '090249.200000', '090249.660000', '090250.120000', '090250.580000', '090251.040000', '090251.500000', '090251.960000', '090252.420000', '090252.880000', '090253.340000', '090253.800000', '090254.260000', '090254.720000', '090255.180000', '090255.640000', '090256.100000', '090256.560000', '090257.020000', '090257.480000', '090257.940000', '090258.400000', '090258.860000', '090259.320000', '090259.780000', '090300.240000', '090300.700000', '090301.160000', '090301.620000', '090302.080000', '090302.540000', '090303.000000', '090303.460000', '090303.920000', '090304.380000', '090304.840000', '090305.300000', '090305.760000', '090306.220000', '090306.680000', '090307.140000', '090307.600000', '090308.060000', '090308.520000', '090308.980000', '090309.440000', '090309.900000', '090310.360000', '090310.820000', '090311.280000', '090311.740000', '090312.200000', '090312.660000', '090313.120000', '090313.580000', '090314.040000', '090314.500000', '090314.960000', '090315.420000', '090315.880000', '090316.340000', '090316.800000', '090317.260000', '090317.720000', '090318.180000', '090318.640000', '090319.100000', '090319.560000', '090320.020000', '090320.480000', '090320.940000', '090321.400000', '090321.860000', '090322.320000', '090322.780000', '090323.240000', '090323.700000', '090324.160000', '090324.620000', '090325.080000', '090325.540000', '090326.000000', '090326.460000', '090326.920000', '090327.380000', '090327.840000', '090328.300000', '090328.760000', '090329.220000', '090329.680000', '090330.140000', '090330.600000', '090331.060000', '090331.520000', '090331.980000', '090332.440000', '090332.900000', '090333.360000', '090333.820000', '090334.280000', '090334.740000', '090335.200000', '090335.660000', '090336.120000', '090336.580000', '090337.040000', '090337.500000', '090337.960000', '090338.420000', '090338.880000', '090339.340000', '090339.800000', '090340.260000', '090340.720000', '090341.180000', '090341.640000', '090342.100000', '090342.560000', '090343.020000', '090343.480000', '090343.940000', '090344.400000', '090344.860000', '090345.320000', '090345.780000', '090346.240000', '090346.700000', '090347.160000', '090347.620000', '090348.080000', '090348.540000', '090349.000000', '090349.460000', '090349.920000', '090350.380000', '090350.840000', '090351.300000', '090351.760000', '090352.220000', '090352.680000', '090353.140000', '090353.600000', '090354.060000', '090354.520000', '090354.980000', '090355.440000', '090355.900000', '090356.360000', '090356.820000', '090357.280000', '090357.740000', '090358.200000', '090358.660000', '090359.120000', '090359.580000', '090400.040000', '090400.500000', '090400.960000', '090401.420000', '090401.880000', '090402.340000', '090402.800000', '090403.260000', '090403.720000', '090404.180000', '090404.640000', '090405.100000', '090405.560000', '090406.020000', '090406.480000', '090406.940000', '090407.400000', '090407.860000', '090408.320000', '090408.780000', '090409.240000', '090409.700000', '090410.160000', '090410.620000', '090411.080000', '090411.540000', '090412.000000', '090412.460000', '090412.920000', '090413.380000', '090413.840000', '090414.300000', '090414.760000', '090415.220000', '090415.680000', '090416.140000', '090416.600000', '090417.060000', '090417.520000', '090417.980000', '090418.440000', '090418.900000', '090419.360000', '090419.820000', '090420.280000', '090420.740000', '090421.200000', '090421.660000', '090422.120000', '090422.580000', '090423.040000', '090423.500000', '090423.960000', '090424.420000', '090424.880000', '090425.340000', '090425.800000', '090426.260000', '090426.720000', '090427.180000', '090427.640000', '090428.100000', '090428.560000', '090429.020000', '090429.480000', '090429.940000', '090430.400000', '090430.860000', '090431.320000', '090431.780000', '090432.240000', '090432.700000', '090433.160000', '090433.620000', '090434.080000', '090434.540000', '090435.000000', '090435.460000', '090435.920000', '090436.380000', '090436.840000', '090437.300000', '090437.760000', '090438.220000', '090438.680000', '090439.140000', '090439.600000', '090440.060000', '090440.520000', '090440.980000', '090441.440000', '090441.900000', '090442.360000', '090442.820000', '090443.280000', '090443.740000', '090444.200000', '090444.660000', '090445.120000', '090445.580000', '090446.040000', '090446.500000', '090446.960000', '090447.420000', '090447.880000', '090448.340000', '090448.800000', '090449.260000', '090449.720000', '090450.180000', '090450.640000', '090451.100000', '090451.560000', '090452.020000', '090452.480000', '090452.940000', '090453.400000', '090453.860000', '090454.320000', '090454.780000', '090455.240000', '090455.700000', '090456.160000', '090456.620000', '090457.080000', '090457.540000', '090458.000000', '090458.460000', '090458.920000', '090459.380000', '090459.840000', '090500.300000', '090500.760000', '090501.220000', '090501.680000', '090502.140000', '090502.600000', '090503.060000', '090503.520000', '090503.980000', '090504.440000', '090504.900000', '090505.360000', '090505.820000', '090506.280000', '090506.740000', '090507.200000', '090507.660000', '090508.120000', '090508.580000', '090509.040000', '090509.500000', '090509.960000', '090510.420000', '090510.880000', '090511.340000', '090511.800000', '090512.260000', '090512.720000', '090513.180000', '090513.640000', '090514.100000', '090514.560000', '090515.020000', '090515.480000', '090515.940000', '090516.400000', '090516.860000', '090517.320000', '090517.780000', '090518.240000', '090518.700000'], 'ContentTime': ['085538.175000', '085538.178000', '085538.181000', '085538.184000', '085538.186000', '085538.189000', '085538.192000', '085538.194000', '085538.197000', '085538.199000', '085538.202000', '085538.204000', '085538.207000', '085538.210000', '085538.212000', '085538.215000', '085538.217000', '085538.220000', '085538.222000', '085538.232000', '085538.235000', '085538.237000', '085538.240000', '085538.243000', '085538.245000', '085538.248000', '085538.250000', '085538.253000', '085538.255000', '085538.258000', '085538.260000', '085538.263000', '085538.265000', '085558.124000', '085558.127000', '085558.130000', '085558.132000', '085558.135000', '085558.138000', '085558.140000', '085558.143000', '085558.145000', '085558.148000', '085558.151000', '085558.153000', '085558.156000', '085558.158000', '085558.161000', '085558.163000', '085558.166000', '085558.174000', '085558.176000', '085558.179000', '085558.182000', '085558.184000', '085558.187000', '085558.189000', '085558.192000', '085558.194000', '085558.197000', '085558.200000', '085558.202000', '085558.205000', '085558.207000', '085558.210000', '085558.212000', '085558.215000', '085558.217000', '085558.220000', '085558.223000', '085558.225000', '085558.228000', '085558.230000', '085558.233000', '085558.236000', '085558.238000', '085618.124000', '085618.127000', '085618.130000', '085618.132000', '085618.135000', '085618.137000', '085618.140000', '085618.142000', '085618.145000', '085618.148000', '085618.150000', '085618.153000', '085618.156000', '085618.159000', '085618.162000', '085618.165000', '085618.168000', '085618.171000', '085618.173000', '085618.176000', '085618.178000', '085618.181000', '085618.221000', '085618.224000', '085618.226000', '085618.229000', '085618.232000', '085618.234000', '085618.237000', '085618.239000', '085618.242000', '085618.245000', '085618.247000', '085618.250000', '085618.252000', '085618.255000', '085618.258000', '085618.260000', '085618.263000', '085618.265000', '085618.268000', '085618.271000', '085618.273000', '085618.276000', '085638.124000', '085638.127000', '085638.130000', '085638.133000', '085638.135000', '085638.138000', '085638.140000', '085638.143000', '085638.146000', '085638.148000', '085638.151000', '085638.153000', '085638.156000', '085638.158000', '085638.161000', '085638.163000', '085638.166000', '085638.169000', '085638.171000', '085638.174000', '085638.176000', '085638.179000', '085638.182000', '085638.184000', '085638.187000', '085638.189000', '085638.192000', '085638.195000', '085638.197000', '085638.200000', '085638.202000', '085638.205000', '085638.208000', '085638.210000', '085638.213000', '085638.216000', '085638.218000', '085638.221000', '085638.224000', '085638.226000', '085638.229000', '085638.231000', '085638.234000', '085658.124000', '085658.127000', '085658.130000', '085658.132000', '085658.135000', '085658.137000', '085658.140000', '085658.143000', '085658.145000', '085658.148000', '085658.150000', '085658.153000', '085658.155000', '085658.158000', '085658.161000', '085658.163000', '085658.166000', '085658.168000', '085658.171000', '085658.173000', '085658.176000', '085658.179000', '085658.181000', '085658.184000', '085658.186000', '085658.189000', '085658.192000', '085658.194000', '085658.197000', '085658.200000', '085658.202000', '085658.205000', '085658.208000', '085658.210000', '085658.213000', '085658.215000', '085658.218000', '085658.221000', '085658.223000', '085658.226000', '085658.229000', '085658.231000', '085658.234000', '085658.236000', '085718.124000', '085718.127000', '085718.130000', '085718.132000', '085718.135000', '085718.138000', '085718.140000', '085718.143000', '085718.145000', '085718.148000', '085718.151000', '085718.153000', '085718.156000', '085718.158000', '085718.161000', '085718.163000', '085718.166000', '085718.169000', '085718.171000', '085718.174000', '085718.176000', '085718.179000', '085718.182000', '085718.184000', '085718.187000', '085718.189000', '085718.192000', '085718.194000', '085718.197000', '085718.200000', '085718.202000', '085718.205000', '085718.207000', '085718.210000', '085718.213000', '085718.215000', '085718.218000', '085718.220000', '085718.223000', '085718.225000', '085718.228000', '085718.231000', '085718.233000', '085738.124000', '085738.129000', '085738.132000', '085738.134000', '085738.137000', '085738.139000', '085738.142000', '085738.144000', '085738.147000', '085738.150000', '085738.153000', '085738.156000', '085738.159000', '085738.161000', '085738.164000', '085738.167000', '085738.169000', '085738.172000', '085738.174000', '085738.177000', '085738.180000', '085738.182000', '085738.185000', '085738.187000', '085738.190000', '085738.193000', '085738.195000', '085738.198000', '085738.201000', '085738.204000', '085738.207000', '085738.209000', '085738.212000', '085738.215000', '085738.217000', '085738.220000', '085738.222000', '085738.225000', '085738.227000', '085738.230000', '085738.233000', '085738.235000', '085738.238000', '085758.123000', '085758.126000', '085758.129000', '085758.132000', '085758.134000', '085758.137000', '085758.140000', '085758.142000', '085758.145000', '085758.147000', '085758.150000', '085758.152000', '085758.155000', '085758.158000', '085758.160000', '085758.163000', '085758.165000', '085758.168000', '085758.186000', '085758.188000', '085758.191000', '085758.193000', '085758.196000', '085758.199000', '085758.201000', '085758.204000', '085758.206000', '085758.209000', '085758.211000', '085758.214000', '085758.217000', '085758.219000', '085758.222000', '085758.224000', '085758.227000', '085758.230000', '085758.232000', '085758.235000', '085758.237000', '085758.240000', '085758.242000', '085758.245000', '085758.247000', '085758.250000', '085818.125000', '085818.127000', '085818.130000', '085818.133000', '085818.136000', '085818.139000', '085818.142000', '085818.145000', '085818.147000', '085818.150000', '085818.152000', '085818.155000', '085818.157000', '085818.160000', '085818.162000', '085818.165000', '085818.168000', '085818.170000', '085818.173000', '085818.175000', '085818.178000', '085818.180000', '085818.183000', '085818.186000', '085818.188000', '085818.191000', '085818.194000', '085818.196000', '085818.199000', '085818.201000', '085818.204000', '085818.207000', '085818.209000', '085818.212000', '085818.214000', '085818.217000', '085818.220000', '085818.222000', '085818.225000', '085818.227000', '085818.230000', '085818.232000', '085818.235000', '085838.125000', '085838.128000', '085838.130000', '085838.133000', '085838.135000', '085838.138000', '085838.141000', '085838.143000', '085838.146000', '085838.148000', '085838.151000', '085838.153000', '085838.156000', '085838.159000', '085838.161000', '085838.164000', '085838.166000', '085838.169000', '085838.171000', '085838.174000', '085838.177000', '085838.179000', '085838.182000', '085838.184000', '085838.187000', '085838.189000', '085838.192000', '085838.194000', '085838.197000', '085838.200000', '085838.202000', '085838.205000', '085838.207000', '085838.210000', '085838.212000', '085838.215000', '085838.218000', '085838.220000', '085838.223000', '085838.225000', '085838.228000', '085838.230000', '085838.233000', '085838.235000', '085858.125000', '085858.127000', '085858.130000', '085858.133000', '085858.135000', '085858.138000', '085858.140000', '085858.143000', '085858.145000', '085858.148000', '085858.151000', '085858.153000', '085858.156000', '085858.158000', '085858.161000', '085858.164000', '085858.166000', '085858.169000', '085858.171000', '085858.174000', '085858.177000', '085858.179000', '085858.182000', '085858.184000', '085858.187000', '085858.190000', '085858.192000', '085858.195000', '085858.197000', '085858.200000', '085858.203000', '085858.205000', '085858.208000', '085858.210000', '085858.213000', '085858.215000', '085858.218000', '085858.220000', '085858.223000', '085858.226000', '085858.228000', '085858.231000', '085858.233000', '085918.125000', '085918.127000', '085918.130000', '085918.133000', '085918.135000', '085918.138000', '085918.140000', '085918.143000', '085918.145000', '085918.148000', '085918.151000', '085918.153000', '085918.156000', '085918.158000', '085918.161000', '085918.163000', '085918.166000', '085918.169000', '085918.171000', '085918.174000', '085918.176000', '085918.179000', '085918.181000', '085918.184000', '085918.186000', '085918.189000', '085918.192000', '085918.194000', '085918.197000', '085918.199000', '085918.202000', '085918.205000', '085918.207000', '085918.210000', '085918.212000', '085918.215000', '085918.217000', '085918.220000', '085918.223000', '085918.225000', '085918.228000', '085918.230000', '085918.233000', '085918.253000', '085938.124000', '085938.127000', '085938.130000', '085938.133000', '085938.135000', '085938.138000', '085938.140000', '085938.143000', '085938.146000', '085938.148000', '085938.151000', '085938.153000', '085938.156000', '085938.158000', '085938.161000', '085938.164000', '085938.166000', '085938.169000', '085938.171000', '085938.174000', '085938.176000', '085938.179000', '085938.181000', '085938.184000', '085938.187000', '085938.189000', '085938.192000', '085938.194000', '085938.197000', '085938.200000', '085938.203000', '085938.205000', '085938.210000', '085938.212000', '085938.215000', '085938.218000', '085938.220000', '085938.223000', '085938.225000', '085938.228000', '085938.236000', '085938.239000', '085938.241000', '085958.125000', '085958.127000', '085958.130000', '085958.133000', '085958.135000', '085958.138000', '085958.140000', '085958.143000', '085958.146000', '085958.148000', '085958.151000', '085958.153000', '085958.156000', '085958.158000', '085958.161000', '085958.164000', '085958.166000', '085958.169000', '085958.171000', '085958.174000', '085958.177000', '085958.179000', '085958.182000', '085958.184000', '085958.187000', '085958.189000', '085958.192000', '085958.194000', '085958.197000', '085958.200000', '085958.202000', '085958.212000', '085958.215000', '085958.217000', '085958.220000', '085958.222000', '085958.225000', '085958.228000', '085958.230000', '085958.233000', '085958.235000', '085958.238000', '085958.241000', '085958.243000', '090018.123000', '090018.126000', '090018.129000', '090018.132000', '090018.134000', '090018.137000', '090018.139000', '090018.142000', '090018.144000', '090018.147000', '090018.150000', '090018.152000', '090018.155000', '090018.157000', '090018.160000', '090018.163000', '090018.165000', '090018.168000', '090018.170000', '090018.173000', '090018.176000', '090018.185000', '090018.188000', '090018.190000', '090018.193000', '090018.196000', '090018.198000', '090018.201000', '090018.203000', '090018.206000', '090018.209000', '090018.211000', '090018.214000', '090018.217000', '090018.219000', '090018.222000', '090018.225000', '090018.227000', '090018.230000', '090018.232000', '090018.235000', '090018.238000', '090018.240000', '090038.125000', '090038.127000', '090038.130000', '090038.133000', '090038.135000', '090038.138000', '090038.140000', '090038.143000', '090038.145000', '090038.148000', '090038.151000', '090038.154000', '090038.156000', '090038.159000', '090038.162000', '090038.164000', '090038.167000', '090038.169000', '090038.172000', '090038.175000', '090038.177000', '090038.180000', '090038.183000', '090038.185000', '090038.188000', '090038.191000', '090038.193000', '090038.196000', '090038.198000', '090038.201000', '090038.204000', '090038.206000', '090038.209000', '090038.212000', '090038.214000', '090038.217000', '090038.219000', '090038.222000', '090038.225000', '090038.227000', '090038.230000', '090038.232000', '090038.235000', '090038.238000', '090058.125000', '090058.127000', '090058.130000', '090058.133000', '090058.135000', '090058.138000', '090058.140000', '090058.143000', '090058.146000', '090058.148000', '090058.151000', '090058.153000', '090058.156000', '090058.159000', '090058.161000', '090058.164000', '090058.166000', '090058.169000', '090058.172000', '090058.174000', '090058.177000', '090058.179000', '090058.182000', '090058.184000', '090058.187000', '090058.190000', '090058.192000', '090058.195000', '090058.198000', '090058.200000', '090058.203000', '090058.205000', '090058.208000', '090058.211000', '090058.213000', '090058.216000', '090058.219000', '090058.221000', '090058.224000', '090058.227000', '090058.229000', '090058.232000', '090058.234000', '090118.125000', '090118.127000', '090118.130000', '090118.133000', '090118.135000', '090118.138000', '090118.140000', '090118.143000', '090118.146000', '090118.148000', '090118.151000', '090118.154000', '090118.156000', '090118.159000', '090118.161000', '090118.164000', '090118.167000', '090118.169000', '090118.172000', '090118.174000', '090118.177000', '090118.179000', '090118.182000', '090118.185000', '090118.187000', '090118.190000', '090118.192000', '090118.195000', '090118.198000', '090118.200000', '090118.203000', '090118.205000', '090118.208000', '090118.211000', '090118.213000', '090118.216000', '090118.218000', '090118.221000', '090118.224000', '090118.226000', '090118.229000', '090118.231000', '090118.234000', '090118.236000', '090138.125000', '090138.127000', '090138.130000', '090138.133000', '090138.135000', '090138.138000', '090138.140000', '090138.143000', '090138.146000', '090138.148000', '090138.151000', '090138.153000', '090138.156000', '090138.158000', '090138.161000', '090138.164000', '090138.166000', '090138.169000', '090138.171000', '090138.174000', '090138.176000', '090138.179000', '090138.182000', '090138.184000', '090138.187000', '090138.189000', '090138.192000', '090138.194000', '090138.197000', '090138.199000', '090138.202000', '090138.205000', '090138.207000', '090138.210000', '090138.212000', '090138.215000', '090138.218000', '090138.220000', '090138.223000', '090138.226000', '090138.228000', '090138.231000', '090138.233000', '090158.124000', '090158.127000', '090158.130000', '090158.133000', '090158.135000', '090158.138000', '090158.140000', '090158.143000', '090158.146000', '090158.148000', '090158.151000', '090158.153000', '090158.156000', '090158.158000', '090158.161000', '090158.164000', '090158.166000', '090158.169000', '090158.171000', '090158.174000', '090158.177000', '090158.179000', '090158.182000', '090158.184000', '090158.187000', '090158.189000', '090158.192000', '090158.195000', '090158.197000', '090158.200000', '090158.202000', '090158.205000', '090158.207000', '090158.210000', '090158.213000', '090158.215000', '090158.218000', '090158.220000', '090158.223000', '090158.225000', '090158.228000', '090158.231000', '090158.233000', '090158.236000', '090218.125000', '090218.127000', '090218.130000', '090218.133000', '090218.135000', '090218.138000', '090218.151000', '090218.153000', '090218.156000', '090218.159000', '090218.161000', '090218.164000', '090218.166000', '090218.169000', '090218.171000', '090218.174000', '090218.177000', '090218.179000', '090218.182000', '090218.184000', '090218.187000', '090218.190000', '090218.192000', '090218.195000', '090218.197000', '090218.200000', '090218.203000', '090218.205000', '090218.208000', '090218.222000', '090218.225000', '090218.227000', '090218.230000', '090218.233000', '090218.235000', '090218.238000', '090218.241000', '090218.243000', '090218.246000', '090218.248000', '090218.251000', '090218.254000', '090218.256000', '090238.123000', '090238.126000', '090238.129000', '090238.132000', '090238.134000', '090238.137000', '090238.139000', '090238.142000', '090238.145000', '090238.147000', '090238.150000', '090238.152000', '090238.155000', '090238.157000', '090238.160000', '090238.163000', '090238.165000', '090238.168000', '090238.170000', '090238.173000', '090238.176000', '090238.178000', '090238.181000', '090238.183000', '090238.186000', '090238.188000', '090238.191000', '090238.194000', '090238.196000', '090238.199000', '090238.201000', '090238.204000', '090238.206000', '090238.209000', '090238.212000', '090238.214000', '090238.218000', '090238.220000', '090238.223000', '090238.225000', '090238.228000', '090238.230000', '090238.233000', '090238.258000', '090258.125000', '090258.127000', '090258.130000', '090258.133000', '090258.136000', '090258.138000', '090258.141000', '090258.143000', '090258.146000', '090258.149000', '090258.151000', '090258.154000', '090258.156000', '090258.159000', '090258.162000', '090258.164000', '090258.167000', '090258.169000', '090258.172000', '090258.175000', '090258.177000', '090258.180000', '090258.182000', '090258.185000', '090258.187000', '090258.190000', '090258.193000', '090258.195000', '090258.198000', '090258.200000', '090258.203000', '090258.206000', '090258.208000', '090258.211000', '090258.214000', '090258.216000', '090258.219000', '090258.221000', '090258.224000', '090258.226000', '090258.229000', '090258.232000', '090258.234000', '090318.125000', '090318.127000', '090318.130000', '090318.133000', '090318.136000', '090318.138000', '090318.141000', '090318.144000', '090318.146000', '090318.149000', '090318.151000', '090318.154000', '090318.157000', '090318.159000', '090318.162000', '090318.164000', '090318.167000', '090318.170000', '090318.172000', '090318.175000', '090318.178000', '090318.180000', '090318.183000', '090318.185000', '090318.188000', '090318.190000', '090318.193000', '090318.196000', '090318.198000', '090318.201000', '090318.203000', '090318.206000', '090318.208000', '090318.211000', '090318.214000', '090318.216000', '090318.219000', '090318.221000', '090318.224000', '090318.227000', '090318.229000', '090318.232000', '090318.234000', '090338.125000', '090338.127000', '090338.130000', '090338.143000', '090338.146000', '090338.149000', '090338.151000', '090338.154000', '090338.156000', '090338.159000', '090338.161000', '090338.164000', '090338.167000', '090338.169000', '090338.172000', '090338.174000', '090338.177000', '090338.179000', '090338.182000', '090338.185000', '090338.187000', '090338.190000', '090338.192000', '090338.195000', '090338.197000', '090338.200000', '090338.203000', '090338.205000', '090338.208000', '090338.210000', '090338.213000', '090338.216000', '090338.218000', '090338.221000', '090338.223000', '090338.226000', '090338.229000', '090338.231000', '090338.234000', '090338.237000', '090338.239000', '090338.242000', '090338.245000', '090338.247000', '090358.125000', '090358.127000', '090358.130000', '090358.133000', '090358.135000', '090358.138000', '090358.141000', '090358.144000', '090358.146000', '090358.149000', '090358.152000', '090358.154000', '090358.157000', '090358.160000', '090358.163000', '090358.166000', '090358.168000', '090358.171000', '090358.174000', '090358.176000', '090358.179000', '090358.182000', '090358.184000', '090358.187000', '090358.189000', '090358.192000', '090358.195000', '090358.198000', '090358.200000', '090358.203000', '090358.205000', '090358.208000', '090358.211000', '090358.214000', '090358.217000', '090358.219000', '090358.222000', '090358.225000', '090358.227000', '090358.230000', '090358.232000', '090358.235000', '090358.238000', '090358.240000', '090418.125000', '090418.128000', '090418.130000', '090418.133000', '090418.136000', '090418.138000', '090418.141000', '090418.143000', '090418.146000', '090418.149000', '090418.151000', '090418.154000', '090418.157000', '090418.159000', '090418.162000', '090418.164000', '090418.167000', '090418.170000', '090418.172000', '090418.175000', '090418.177000', '090418.180000', '090418.183000', '090418.185000', '090418.188000', '090418.190000', '090418.193000', '090418.196000', '090418.198000', '090418.201000', '090418.203000', '090418.206000', '090418.208000', '090418.211000', '090418.214000', '090418.216000', '090418.219000', '090418.221000', '090418.224000', '090418.226000', '090418.229000', '090418.232000', '090418.234000', '090438.124000', '090438.127000', '090438.130000', '090438.133000', '090438.138000', '090438.141000', '090438.143000', '090438.146000', '090438.149000', '090438.151000', '090438.154000', '090438.156000', '090438.159000', '090438.162000', '090438.164000', '090438.167000', '090438.170000', '090438.172000', '090438.175000', '090438.177000', '090438.180000', '090438.182000', '090438.185000', '090438.187000', '090438.190000', '090438.192000', '090438.195000', '090438.198000', '090438.200000', '090438.203000', '090438.206000', '090438.208000', '090438.211000', '090438.213000', '090438.216000', '090438.218000', '090438.221000', '090438.223000', '090438.226000', '090438.229000', '090438.231000', '090438.234000', '090438.236000', '090438.239000', '090458.123000', '090458.126000', '090458.129000', '090458.132000', '090458.134000', '090458.137000', '090458.140000', '090458.142000', '090458.145000', '090458.147000', '090458.150000', '090458.152000', '090458.155000', '090458.158000', '090458.160000', '090458.163000', '090458.166000', '090458.168000', '090458.171000', '090458.173000', '090458.177000', '090458.180000', '090458.182000', '090458.185000', '090458.187000', '090458.190000', '090458.193000', '090458.195000', '090458.198000', '090458.201000', '090458.203000', '090458.206000', '090458.208000', '090458.211000', '090458.213000', '090458.216000', '090458.219000', '090458.221000', '090458.224000', '090458.226000', '090458.229000', '090458.232000', '090458.241000', '090518.125000', '090518.128000', '090518.130000', '090518.133000', '090518.135000', '090518.138000', '090518.141000', '090518.143000', '090518.146000', '090518.148000', '090518.151000', '090518.154000', '090518.156000', '090518.159000', '090518.161000', '090518.164000', '090518.166000', '090518.169000', '090518.172000', '090518.174000', '090518.177000', '090518.179000', '090518.182000', '090518.184000', '090518.187000', '090518.190000', '090518.192000', '090518.196000', '090518.199000', '090518.203000', '090518.206000', '090518.209000', '090518.211000', '090518.214000', '090518.216000', '090518.219000', '090518.222000', '090518.224000', '090518.227000', '090518.229000', '090518.232000', '090518.235000', '090518.237000', '090519.994000', '090519.997000', '090520.001000', '090520.004000', '090520.006000'], 'InstanceCreationTime': ['085538.175000', '085538.178000', '085538.181000', '085538.184000', '085538.186000', '085538.189000', '085538.192000', '085538.194000', '085538.197000', '085538.199000', '085538.202000', '085538.204000', '085538.207000', '085538.210000', '085538.212000', '085538.215000', '085538.217000', '085538.220000', '085538.222000', '085538.232000', '085538.235000', '085538.237000', '085538.240000', '085538.243000', '085538.245000', '085538.248000', '085538.250000', '085538.253000', '085538.255000', '085538.258000', '085538.260000', '085538.263000', '085538.265000', '085558.124000', '085558.127000', '085558.130000', '085558.132000', '085558.135000', '085558.138000', '085558.140000', '085558.143000', '085558.145000', '085558.148000', '085558.151000', '085558.153000', '085558.156000', '085558.158000', '085558.161000', '085558.163000', '085558.166000', '085558.174000', '085558.176000', '085558.179000', '085558.182000', '085558.184000', '085558.187000', '085558.189000', '085558.192000', '085558.194000', '085558.197000', '085558.200000', '085558.202000', '085558.205000', '085558.207000', '085558.210000', '085558.212000', '085558.215000', '085558.217000', '085558.220000', '085558.223000', '085558.225000', '085558.228000', '085558.230000', '085558.233000', '085558.236000', '085558.238000', '085618.124000', '085618.127000', '085618.130000', '085618.132000', '085618.135000', '085618.137000', '085618.140000', '085618.142000', '085618.145000', '085618.148000', '085618.150000', '085618.153000', '085618.156000', '085618.159000', '085618.162000', '085618.165000', '085618.168000', '085618.171000', '085618.173000', '085618.176000', '085618.178000', '085618.181000', '085618.221000', '085618.224000', '085618.226000', '085618.229000', '085618.232000', '085618.234000', '085618.237000', '085618.239000', '085618.242000', '085618.245000', '085618.247000', '085618.250000', '085618.252000', '085618.255000', '085618.258000', '085618.260000', '085618.263000', '085618.265000', '085618.268000', '085618.271000', '085618.273000', '085618.276000', '085638.124000', '085638.127000', '085638.130000', '085638.133000', '085638.135000', '085638.138000', '085638.140000', '085638.143000', '085638.146000', '085638.148000', '085638.151000', '085638.153000', '085638.156000', '085638.158000', '085638.161000', '085638.163000', '085638.166000', '085638.169000', '085638.171000', '085638.174000', '085638.176000', '085638.179000', '085638.182000', '085638.184000', '085638.187000', '085638.189000', '085638.192000', '085638.195000', '085638.197000', '085638.200000', '085638.202000', '085638.205000', '085638.208000', '085638.210000', '085638.213000', '085638.216000', '085638.218000', '085638.221000', '085638.224000', '085638.226000', '085638.229000', '085638.231000', '085638.234000', '085658.124000', '085658.127000', '085658.130000', '085658.132000', '085658.135000', '085658.137000', '085658.140000', '085658.143000', '085658.145000', '085658.148000', '085658.150000', '085658.153000', '085658.155000', '085658.158000', '085658.161000', '085658.163000', '085658.166000', '085658.168000', '085658.171000', '085658.173000', '085658.176000', '085658.179000', '085658.181000', '085658.184000', '085658.186000', '085658.189000', '085658.192000', '085658.194000', '085658.197000', '085658.200000', '085658.202000', '085658.205000', '085658.208000', '085658.210000', '085658.213000', '085658.215000', '085658.218000', '085658.221000', '085658.223000', '085658.226000', '085658.229000', '085658.231000', '085658.234000', '085658.236000', '085718.124000', '085718.127000', '085718.130000', '085718.132000', '085718.135000', '085718.138000', '085718.140000', '085718.143000', '085718.145000', '085718.148000', '085718.151000', '085718.153000', '085718.156000', '085718.158000', '085718.161000', '085718.163000', '085718.166000', '085718.169000', '085718.171000', '085718.174000', '085718.176000', '085718.179000', '085718.182000', '085718.184000', '085718.187000', '085718.189000', '085718.192000', '085718.194000', '085718.197000', '085718.200000', '085718.202000', '085718.205000', '085718.207000', '085718.210000', '085718.213000', '085718.215000', '085718.218000', '085718.220000', '085718.223000', '085718.225000', '085718.228000', '085718.231000', '085718.233000', '085738.124000', '085738.129000', '085738.132000', '085738.134000', '085738.137000', '085738.139000', '085738.142000', '085738.144000', '085738.147000', '085738.150000', '085738.153000', '085738.156000', '085738.159000', '085738.161000', '085738.164000', '085738.167000', '085738.169000', '085738.172000', '085738.174000', '085738.177000', '085738.180000', '085738.182000', '085738.185000', '085738.187000', '085738.190000', '085738.193000', '085738.195000', '085738.198000', '085738.201000', '085738.204000', '085738.207000', '085738.209000', '085738.212000', '085738.215000', '085738.217000', '085738.220000', '085738.222000', '085738.225000', '085738.227000', '085738.230000', '085738.233000', '085738.235000', '085738.238000', '085758.123000', '085758.126000', '085758.129000', '085758.132000', '085758.134000', '085758.137000', '085758.140000', '085758.142000', '085758.145000', '085758.147000', '085758.150000', '085758.152000', '085758.155000', '085758.158000', '085758.160000', '085758.163000', '085758.165000', '085758.168000', '085758.186000', '085758.188000', '085758.191000', '085758.193000', '085758.196000', '085758.199000', '085758.201000', '085758.204000', '085758.206000', '085758.209000', '085758.211000', '085758.214000', '085758.217000', '085758.219000', '085758.222000', '085758.224000', '085758.227000', '085758.230000', '085758.232000', '085758.235000', '085758.237000', '085758.240000', '085758.242000', '085758.245000', '085758.247000', '085758.250000', '085818.125000', '085818.127000', '085818.130000', '085818.133000', '085818.136000', '085818.139000', '085818.142000', '085818.145000', '085818.147000', '085818.150000', '085818.152000', '085818.155000', '085818.157000', '085818.160000', '085818.162000', '085818.165000', '085818.168000', '085818.170000', '085818.173000', '085818.175000', '085818.178000', '085818.180000', '085818.183000', '085818.186000', '085818.188000', '085818.191000', '085818.194000', '085818.196000', '085818.199000', '085818.201000', '085818.204000', '085818.207000', '085818.209000', '085818.212000', '085818.214000', '085818.217000', '085818.220000', '085818.222000', '085818.225000', '085818.227000', '085818.230000', '085818.232000', '085818.235000', '085838.125000', '085838.128000', '085838.130000', '085838.133000', '085838.135000', '085838.138000', '085838.141000', '085838.143000', '085838.146000', '085838.148000', '085838.151000', '085838.153000', '085838.156000', '085838.159000', '085838.161000', '085838.164000', '085838.166000', '085838.169000', '085838.171000', '085838.174000', '085838.177000', '085838.179000', '085838.182000', '085838.184000', '085838.187000', '085838.189000', '085838.192000', '085838.194000', '085838.197000', '085838.200000', '085838.202000', '085838.205000', '085838.207000', '085838.210000', '085838.212000', '085838.215000', '085838.218000', '085838.220000', '085838.223000', '085838.225000', '085838.228000', '085838.230000', '085838.233000', '085838.235000', '085858.125000', '085858.127000', '085858.130000', '085858.133000', '085858.135000', '085858.138000', '085858.140000', '085858.143000', '085858.145000', '085858.148000', '085858.151000', '085858.153000', '085858.156000', '085858.158000', '085858.161000', '085858.164000', '085858.166000', '085858.169000', '085858.171000', '085858.174000', '085858.177000', '085858.179000', '085858.182000', '085858.184000', '085858.187000', '085858.190000', '085858.192000', '085858.195000', '085858.197000', '085858.200000', '085858.203000', '085858.205000', '085858.208000', '085858.210000', '085858.213000', '085858.215000', '085858.218000', '085858.220000', '085858.223000', '085858.226000', '085858.228000', '085858.231000', '085858.233000', '085918.125000', '085918.127000', '085918.130000', '085918.133000', '085918.135000', '085918.138000', '085918.140000', '085918.143000', '085918.145000', '085918.148000', '085918.151000', '085918.153000', '085918.156000', '085918.158000', '085918.161000', '085918.163000', '085918.166000', '085918.169000', '085918.171000', '085918.174000', '085918.176000', '085918.179000', '085918.181000', '085918.184000', '085918.186000', '085918.189000', '085918.192000', '085918.194000', '085918.197000', '085918.199000', '085918.202000', '085918.205000', '085918.207000', '085918.210000', '085918.212000', '085918.215000', '085918.217000', '085918.220000', '085918.223000', '085918.225000', '085918.228000', '085918.230000', '085918.233000', '085918.253000', '085938.124000', '085938.127000', '085938.130000', '085938.133000', '085938.135000', '085938.138000', '085938.140000', '085938.143000', '085938.146000', '085938.148000', '085938.151000', '085938.153000', '085938.156000', '085938.158000', '085938.161000', '085938.164000', '085938.166000', '085938.169000', '085938.171000', '085938.174000', '085938.176000', '085938.179000', '085938.181000', '085938.184000', '085938.187000', '085938.189000', '085938.192000', '085938.194000', '085938.197000', '085938.200000', '085938.203000', '085938.205000', '085938.210000', '085938.212000', '085938.215000', '085938.218000', '085938.220000', '085938.223000', '085938.225000', '085938.228000', '085938.236000', '085938.239000', '085938.241000', '085958.125000', '085958.127000', '085958.130000', '085958.133000', '085958.135000', '085958.138000', '085958.140000', '085958.143000', '085958.146000', '085958.148000', '085958.151000', '085958.153000', '085958.156000', '085958.158000', '085958.161000', '085958.164000', '085958.166000', '085958.169000', '085958.171000', '085958.174000', '085958.177000', '085958.179000', '085958.182000', '085958.184000', '085958.187000', '085958.189000', '085958.192000', '085958.194000', '085958.197000', '085958.200000', '085958.202000', '085958.212000', '085958.215000', '085958.217000', '085958.220000', '085958.222000', '085958.225000', '085958.228000', '085958.230000', '085958.233000', '085958.235000', '085958.238000', '085958.241000', '085958.243000', '090018.123000', '090018.126000', '090018.129000', '090018.132000', '090018.134000', '090018.137000', '090018.139000', '090018.142000', '090018.144000', '090018.147000', '090018.150000', '090018.152000', '090018.155000', '090018.157000', '090018.160000', '090018.163000', '090018.165000', '090018.168000', '090018.170000', '090018.173000', '090018.176000', '090018.185000', '090018.188000', '090018.190000', '090018.193000', '090018.196000', '090018.198000', '090018.201000', '090018.203000', '090018.206000', '090018.209000', '090018.211000', '090018.214000', '090018.217000', '090018.219000', '090018.222000', '090018.225000', '090018.227000', '090018.230000', '090018.232000', '090018.235000', '090018.238000', '090018.240000', '090038.125000', '090038.127000', '090038.130000', '090038.133000', '090038.135000', '090038.138000', '090038.140000', '090038.143000', '090038.145000', '090038.148000', '090038.151000', '090038.154000', '090038.156000', '090038.159000', '090038.162000', '090038.164000', '090038.167000', '090038.169000', '090038.172000', '090038.175000', '090038.177000', '090038.180000', '090038.183000', '090038.185000', '090038.188000', '090038.191000', '090038.193000', '090038.196000', '090038.198000', '090038.201000', '090038.204000', '090038.206000', '090038.209000', '090038.212000', '090038.214000', '090038.217000', '090038.219000', '090038.222000', '090038.225000', '090038.227000', '090038.230000', '090038.232000', '090038.235000', '090038.238000', '090058.125000', '090058.127000', '090058.130000', '090058.133000', '090058.135000', '090058.138000', '090058.140000', '090058.143000', '090058.146000', '090058.148000', '090058.151000', '090058.153000', '090058.156000', '090058.159000', '090058.161000', '090058.164000', '090058.166000', '090058.169000', '090058.172000', '090058.174000', '090058.177000', '090058.179000', '090058.182000', '090058.184000', '090058.187000', '090058.190000', '090058.192000', '090058.195000', '090058.198000', '090058.200000', '090058.203000', '090058.205000', '090058.208000', '090058.211000', '090058.213000', '090058.216000', '090058.219000', '090058.221000', '090058.224000', '090058.227000', '090058.229000', '090058.232000', '090058.234000', '090118.125000', '090118.127000', '090118.130000', '090118.133000', '090118.135000', '090118.138000', '090118.140000', '090118.143000', '090118.146000', '090118.148000', '090118.151000', '090118.154000', '090118.156000', '090118.159000', '090118.161000', '090118.164000', '090118.167000', '090118.169000', '090118.172000', '090118.174000', '090118.177000', '090118.179000', '090118.182000', '090118.185000', '090118.187000', '090118.190000', '090118.192000', '090118.195000', '090118.198000', '090118.200000', '090118.203000', '090118.205000', '090118.208000', '090118.211000', '090118.213000', '090118.216000', '090118.218000', '090118.221000', '090118.224000', '090118.226000', '090118.229000', '090118.231000', '090118.234000', '090118.236000', '090138.125000', '090138.127000', '090138.130000', '090138.133000', '090138.135000', '090138.138000', '090138.140000', '090138.143000', '090138.146000', '090138.148000', '090138.151000', '090138.153000', '090138.156000', '090138.158000', '090138.161000', '090138.164000', '090138.166000', '090138.169000', '090138.171000', '090138.174000', '090138.176000', '090138.179000', '090138.182000', '090138.184000', '090138.187000', '090138.189000', '090138.192000', '090138.194000', '090138.197000', '090138.199000', '090138.202000', '090138.205000', '090138.207000', '090138.210000', '090138.212000', '090138.215000', '090138.218000', '090138.220000', '090138.223000', '090138.226000', '090138.228000', '090138.231000', '090138.233000', '090158.124000', '090158.127000', '090158.130000', '090158.133000', '090158.135000', '090158.138000', '090158.140000', '090158.143000', '090158.146000', '090158.148000', '090158.151000', '090158.153000', '090158.156000', '090158.158000', '090158.161000', '090158.164000', '090158.166000', '090158.169000', '090158.171000', '090158.174000', '090158.177000', '090158.179000', '090158.182000', '090158.184000', '090158.187000', '090158.189000', '090158.192000', '090158.195000', '090158.197000', '090158.200000', '090158.202000', '090158.205000', '090158.207000', '090158.210000', '090158.213000', '090158.215000', '090158.218000', '090158.220000', '090158.223000', '090158.225000', '090158.228000', '090158.231000', '090158.233000', '090158.236000', '090218.125000', '090218.127000', '090218.130000', '090218.133000', '090218.135000', '090218.138000', '090218.151000', '090218.153000', '090218.156000', '090218.159000', '090218.161000', '090218.164000', '090218.166000', '090218.169000', '090218.171000', '090218.174000', '090218.177000', '090218.179000', '090218.182000', '090218.184000', '090218.187000', '090218.190000', '090218.192000', '090218.195000', '090218.197000', '090218.200000', '090218.203000', '090218.205000', '090218.208000', '090218.222000', '090218.225000', '090218.227000', '090218.230000', '090218.233000', '090218.235000', '090218.238000', '090218.241000', '090218.243000', '090218.246000', '090218.248000', '090218.251000', '090218.254000', '090218.256000', '090238.123000', '090238.126000', '090238.129000', '090238.132000', '090238.134000', '090238.137000', '090238.139000', '090238.142000', '090238.145000', '090238.147000', '090238.150000', '090238.152000', '090238.155000', '090238.157000', '090238.160000', '090238.163000', '090238.165000', '090238.168000', '090238.170000', '090238.173000', '090238.176000', '090238.178000', '090238.181000', '090238.183000', '090238.186000', '090238.188000', '090238.191000', '090238.194000', '090238.196000', '090238.199000', '090238.201000', '090238.204000', '090238.206000', '090238.209000', '090238.212000', '090238.214000', '090238.218000', '090238.220000', '090238.223000', '090238.225000', '090238.228000', '090238.230000', '090238.233000', '090238.258000', '090258.125000', '090258.127000', '090258.130000', '090258.133000', '090258.136000', '090258.138000', '090258.141000', '090258.143000', '090258.146000', '090258.149000', '090258.151000', '090258.154000', '090258.156000', '090258.159000', '090258.162000', '090258.164000', '090258.167000', '090258.169000', '090258.172000', '090258.175000', '090258.177000', '090258.180000', '090258.182000', '090258.185000', '090258.187000', '090258.190000', '090258.193000', '090258.195000', '090258.198000', '090258.200000', '090258.203000', '090258.206000', '090258.208000', '090258.211000', '090258.214000', '090258.216000', '090258.219000', '090258.221000', '090258.224000', '090258.226000', '090258.229000', '090258.232000', '090258.234000', '090318.125000', '090318.127000', '090318.130000', '090318.133000', '090318.136000', '090318.138000', '090318.141000', '090318.144000', '090318.146000', '090318.149000', '090318.151000', '090318.154000', '090318.157000', '090318.159000', '090318.162000', '090318.164000', '090318.167000', '090318.170000', '090318.172000', '090318.175000', '090318.178000', '090318.180000', '090318.183000', '090318.185000', '090318.188000', '090318.190000', '090318.193000', '090318.196000', '090318.198000', '090318.201000', '090318.203000', '090318.206000', '090318.208000', '090318.211000', '090318.214000', '090318.216000', '090318.219000', '090318.221000', '090318.224000', '090318.227000', '090318.229000', '090318.232000', '090318.234000', '090338.125000', '090338.127000', '090338.130000', '090338.143000', '090338.146000', '090338.149000', '090338.151000', '090338.154000', '090338.156000', '090338.159000', '090338.161000', '090338.164000', '090338.167000', '090338.169000', '090338.172000', '090338.174000', '090338.177000', '090338.179000', '090338.182000', '090338.185000', '090338.187000', '090338.190000', '090338.192000', '090338.195000', '090338.197000', '090338.200000', '090338.203000', '090338.205000', '090338.208000', '090338.210000', '090338.213000', '090338.216000', '090338.218000', '090338.221000', '090338.223000', '090338.226000', '090338.229000', '090338.231000', '090338.234000', '090338.237000', '090338.239000', '090338.242000', '090338.245000', '090338.247000', '090358.125000', '090358.127000', '090358.130000', '090358.133000', '090358.135000', '090358.138000', '090358.141000', '090358.144000', '090358.146000', '090358.149000', '090358.152000', '090358.154000', '090358.157000', '090358.160000', '090358.163000', '090358.166000', '090358.168000', '090358.171000', '090358.174000', '090358.176000', '090358.179000', '090358.182000', '090358.184000', '090358.187000', '090358.189000', '090358.192000', '090358.195000', '090358.198000', '090358.200000', '090358.203000', '090358.205000', '090358.208000', '090358.211000', '090358.214000', '090358.217000', '090358.219000', '090358.222000', '090358.225000', '090358.227000', '090358.230000', '090358.232000', '090358.235000', '090358.238000', '090358.240000', '090418.125000', '090418.128000', '090418.130000', '090418.133000', '090418.136000', '090418.138000', '090418.141000', '090418.143000', '090418.146000', '090418.149000', '090418.151000', '090418.154000', '090418.157000', '090418.159000', '090418.162000', '090418.164000', '090418.167000', '090418.170000', '090418.172000', '090418.175000', '090418.177000', '090418.180000', '090418.183000', '090418.185000', '090418.188000', '090418.190000', '090418.193000', '090418.196000', '090418.198000', '090418.201000', '090418.203000', '090418.206000', '090418.208000', '090418.211000', '090418.214000', '090418.216000', '090418.219000', '090418.221000', '090418.224000', '090418.226000', '090418.229000', '090418.232000', '090418.234000', '090438.124000', '090438.127000', '090438.130000', '090438.133000', '090438.138000', '090438.141000', '090438.143000', '090438.146000', '090438.149000', '090438.151000', '090438.154000', '090438.156000', '090438.159000', '090438.162000', '090438.164000', '090438.167000', '090438.170000', '090438.172000', '090438.175000', '090438.177000', '090438.180000', '090438.182000', '090438.185000', '090438.187000', '090438.190000', '090438.192000', '090438.195000', '090438.198000', '090438.200000', '090438.203000', '090438.206000', '090438.208000', '090438.211000', '090438.213000', '090438.216000', '090438.218000', '090438.221000', '090438.223000', '090438.226000', '090438.229000', '090438.231000', '090438.234000', '090438.236000', '090438.239000', '090458.123000', '090458.126000', '090458.129000', '090458.132000', '090458.134000', '090458.137000', '090458.140000', '090458.142000', '090458.145000', '090458.147000', '090458.150000', '090458.152000', '090458.155000', '090458.158000', '090458.160000', '090458.163000', '090458.166000', '090458.168000', '090458.171000', '090458.173000', '090458.177000', '090458.180000', '090458.182000', '090458.185000', '090458.187000', '090458.190000', '090458.193000', '090458.195000', '090458.198000', '090458.201000', '090458.203000', '090458.206000', '090458.208000', '090458.211000', '090458.213000', '090458.216000', '090458.219000', '090458.221000', '090458.224000', '090458.226000', '090458.229000', '090458.232000', '090458.241000', '090518.125000', '090518.128000', '090518.130000', '090518.133000', '090518.135000', '090518.138000', '090518.141000', '090518.143000', '090518.146000', '090518.148000', '090518.151000', '090518.154000', '090518.156000', '090518.159000', '090518.161000', '090518.164000', '090518.166000', '090518.169000', '090518.172000', '090518.174000', '090518.177000', '090518.179000', '090518.182000', '090518.184000', '090518.187000', '090518.190000', '090518.192000', '090518.196000', '090518.199000', '090518.203000', '090518.206000', '090518.209000', '090518.211000', '090518.214000', '090518.216000', '090518.219000', '090518.222000', '090518.224000', '090518.227000', '090518.229000', '090518.232000', '090518.235000', '090518.237000', '090519.994000', '090519.997000', '090520.001000', '090520.004000', '090520.006000'], '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': [6546, 8587, 6575, 10339, 6347, 11280, 6762, 5970, 5902, 6588, 7541, 6675, 7626, 6604, 6225, 8171, 6738, 9429, 6787, 9695, 6977, 7882, 7808, 6462, 6692, 6707, 7746, 7343, 8188, 6843, 6279, 5466, 6731, 6682, 6891, 7295, 6862, 6224, 5935, 6868, 6775, 7154, 8040, 7149, 7022, 9259, 7017, 9594, 7082, 7883, 6969, 7565, 7643, 6901, 9604, 7032, 6857, 6882, 6333, 7252, 6842, 10886, 7052, 6959, 5682, 6964, 8668, 6832, 11074, 7203, 6309, 6091, 6939, 9061, 6914, 11991, 7462, 6243, 6264, 6901, 8064, 7051, 10575, 7151, 6405, 6441, 6938, 7688, 7116, 10104, 6842, 6412, 6770, 6993, 8596, 7142, 10171, 6972, 6135, 5865, 6706, 6849, 7220, 7255, 6268, 6096, 7800, 6204, 6503, 7230, 7252, 7395, 8212, 7085, 10223, 5739, 6924, 8152, 7316, 10546, 8906, 8699, 6969, 7208, 7894, 7346, 7189, 7020, 7310, 9402, 7304, 7516, 7156, 7741, 6576, 7128, 8917, 7232, 6365, 6034, 7196, 7369, 7401, 10924, 7541, 6584, 6122, 7294, 8667, 7379, 10494, 7668, 7983, 5869, 7276, 7340, 7432, 8957, 7376, 7506, 5928, 6747, 5893, 7250, 6709, 7316, 8884, 7346, 6328, 5587, 7198, 6963, 7336, 7047, 6775, 7558, 13937, 6886, 6841, 7290, 6920, 7071, 7308, 6677, 7287, 7286, 9673, 7369, 6701, 7360, 7347, 10219, 7585, 9905, 10670, 8110, 10070, 7561, 7207, 9522, 7347, 10933, 7216, 8454, 7927, 7552, 7714, 6512, 7208, 6163, 7461, 6422, 5977, 7404, 6846, 6551, 7379, 7210, 6583, 6807, 7522, 6421, 7153, 9341, 6425, 7132, 8090, 7277, 9363, 7737, 7397, 9853, 7243, 7385, 6071, 7325, 9558, 7364, 6612, 5782, 7199, 7594, 7524, 7796, 6629, 7032, 7492, 7194, 7557, 7132, 6854, 7026, 7071, 7293, 6894, 6353, 6523, 7065, 7658, 7400, 8243, 7082, 6787, 6873, 7317, 9221, 7429, 9749, 7102, 6561, 5914, 7338, 7895, 7518, 8179, 6996, 6966, 6401, 7454, 8256, 7356, 8740, 7596, 6882, 5865, 7369, 7315, 7592, 8165, 6111, 7185, 6238, 7414, 7877, 7512, 6699, 6606, 7275, 7576, 7206, 6506, 6028, 7279, 9245, 7310, 6891, 6008, 7227, 7857, 7420, 9598, 7443, 7363, 7391, 7314, 8261, 7432, 8042, 8086, 7376, 8561, 7116, 6708, 5829, 7425, 8177, 7435, 6461, 6079, 7312, 7131, 7329, 7535, 7120, 7329, 8425, 7222, 6598, 6086, 7478, 8377, 7416, 8833, 5932, 7168, 6842, 7529, 7873, 6336, 7271, 6699, 7343, 6935, 7684, 6985, 8085, 7437, 6572, 6471, 7081, 6885, 7408, 9048, 7154, 7102, 7347, 7355, 6658, 6430, 7483, 10787, 7374, 7089, 8139, 7251, 8003, 6986, 7560, 10316, 7425, 7247, 6529, 7415, 9311, 7659, 8855, 7652, 7374, 7830, 7381, 6973, 7466, 7613, 8457, 5848, 7037, 6877, 7547, 6850, 6251, 7478, 6641, 7366, 6750, 6399, 7173, 7385, 7607, 8871, 6283, 6997, 5975, 7406, 8243, 7508, 6652, 5640, 7349, 6784, 7273, 6931, 7656, 7395, 9025, 6369, 7025, 7429, 7574, 9532, 7739, 9665, 7010, 7160, 8038, 7394, 9866, 7544, 10511, 8115, 7388, 7658, 7446, 8902, 7611, 7629, 7454, 7369, 7331, 7227, 7232, 7301, 6798, 7168, 7437, 8238, 7271, 6787, 5724, 7452, 8028, 7538, 7155, 6449, 7110, 6522, 7638, 8304, 7568, 7608, 6097, 7384, 7532, 7434, 9307, 6619, 7274, 7496, 7284, 6817, 6748, 7318, 7592, 7451, 7538, 5518, 7324, 7081, 7207, 9128, 7497, 8769, 6463, 7159, 6967, 7356, 8038, 7618, 6873, 5854, 7441, 6607, 7617, 6707, 5977, 7239, 5617, 7064, 6515, 5482, 7230, 6452, 6249, 7319, 9640, 7620, 6811, 6257, 7328, 8928, 7813, 6918, 6498, 7193, 6931, 6053, 7029, 7825, 7406, 8833, 5695, 7093, 7466, 7439, 9731, 7414, 9014, 8482, 7128, 7923, 7263, 7403, 7408, 6978, 8904, 7481, 8623, 7080, 6501, 6146, 7169, 7796, 7490, 7728, 6190, 7059, 6335, 7393, 8627, 7534, 7214, 5844, 7209, 6536, 7192, 7345, 7677, 6947, 8740, 7220, 8214, 6895, 6562, 6352, 7407, 9062, 7271, 6627, 6263, 7125, 8434, 7430, 8599, 6859, 7079, 7631, 7107, 7823, 7833, 7156, 9141, 7225, 7969, 7247, 6873, 6259, 7525, 9008, 7298, 6512, 5531, 7317, 6846, 7563, 8388, 5806, 7249, 6568, 7328, 6993, 7921, 7146, 7345, 7207, 7462, 7188, 6539, 6256, 7490, 8816, 7378, 8441, 7070, 7090, 7364, 6753, 7595, 7523, 6436, 7082, 6273, 6304, 6768, 6895, 7432, 7003, 6237, 6523, 5745, 7203, 7628, 6042, 6997, 8608, 7565, 6843, 9795, 6956, 6956, 5831, 7070, 7956, 7510, 9937, 7831, 7046, 7708, 6953, 8018, 7153, 6938, 6745, 7198, 6583, 7003, 6579, 7091, 6838, 6374, 7625, 8760, 7218, 6524, 5865, 7275, 7540, 7171, 9241, 7228, 6929, 7262, 7273, 8595, 7258, 8107, 7742, 7175, 7563, 7100, 7509, 7250, 6968, 8165, 7208, 7621, 7227, 7131, 7090, 6798, 6826, 7288, 6345, 7089, 6606, 7292, 6786, 5814, 7577, 8693, 7239, 6321, 5931, 7135, 6148, 7359, 8054, 7503, 7589, 6061, 7144, 7501, 7110, 9536, 7405, 8311, 9414, 7211, 8444, 7220, 8232, 7253, 7380, 8312, 7339, 8575, 7154, 6700, 7386, 7238, 8125, 7411, 10406, 7265, 6543, 5507, 7306, 7270, 7487, 8981, 6521, 6903, 6298, 7198, 8165, 7288, 8979, 7107, 7084, 6921, 7188, 6834, 6756, 9924, 6685, 6472, 5556, 6652, 6513, 6871, 7411, 7399, 6798, 6160, 6714, 7153, 6733, 6782, 7314, 6963, 6867, 6851, 8407, 6975, 7278, 6160, 7201, 9472, 6624, 6444, 5848, 6996, 6534, 7351, 9476, 6628, 7228, 6716, 6874, 7156, 7524, 6973, 9474, 7213, 8370, 7498, 6803, 7439, 7353, 9982, 7594, 7924, 7818, 6860, 6283, 7199, 7239, 7231, 10021, 7415, 6770, 5581, 7218, 6545, 7340, 8223, 7310, 6620, 5829, 7106, 7088, 7185, 8312, 7144, 7329, 6769, 6804, 6263, 7238, 7289, 7343, 9146, 6957, 6666, 6571, 6977, 6471, 7295, 8712, 7020, 6972, 6925, 6759, 6343, 7347, 8079, 7020, 8148, 7076, 6576, 6579, 7232, 7524, 6694, 8479, 5896, 6739, 6511, 6221, 6865, 7387, 7172, 8130, 9760, 6986, 9019, 6904, 8647, 7141, 8984, 8671, 7106, 7461, 7063, 7193, 7975, 7146, 7041, 7387, 8721, 7200, 6531, 5585, 7028, 7112, 7381, 8854, 6693, 7256, 6878, 7086, 8953, 7052, 8250, 7579, 7339, 7200, 7139, 8058, 7065, 7858, 6515, 7328, 7200, 7170, 6774, 7358, 6910, 6919, 7436, 7823, 6922, 6432, 7397, 6859, 6312, 7221, 9249, 7198, 6528, 6412, 6964, 6305, 7384, 8040, 7401, 8885, 7679, 6828, 6612, 7361, 9140, 7496, 10627, 7192, 8426, 7278, 7204, 8457, 7528, 10413, 7253, 9895, 7155, 8804, 7368, 8399, 7265, 7197, 6367, 7274, 7494, 7163, 6802, 6255, 7316, 7130, 7269, 6709, 7594, 7165, 8157, 7134, 8634, 7111, 8352, 7131, 10282, 7398, 8003, 7998, 7186, 7779, 7387, 8978, 7267, 7936, 8608, 7314, 7614, 7145, 6615, 7603, 6851, 7745, 7325, 6842, 7264, 7485, 7105, 8475, 7235, 9312, 9348, 7365, 7715, 7232, 8014, 7344, 10402, 7288, 8398, 6496, 7317, 6255, 7419, 8205, 7587, 7212, 7545, 7266, 7037, 6521, 7264, 7499, 7696, 11320, 7441, 7069, 6594, 7388, 9096, 7213, 8776, 8470, 7242, 8253, 7150, 7045, 7517, 7398, 9257, 7277, 6991, 6565, 7034, 6792, 7678, 9328, 7306, 6668, 5511, 7300, 6518, 7571, 8138, 7517, 8969, 7654, 7098, 6085, 7539, 7052, 7480, 8274, 5647, 6708, 6305, 7413, 6316, 6094, 7251, 7651, 6268, 7534, 10657, 6365, 7219, 7798, 7432, 10716, 7492, 8905, 10487, 7190, 8897, 7681, 7097, 6933, 7444, 11307, 7683, 6892, 5938, 7384, 7291, 7453, 8308, 6947, 7308, 6663, 7267, 8437, 7166, 8065, 8874, 7316, 7565, 7273, 8314, 7378, 7602, 8920, 7327, 8282, 7280, 6730, 6217, 7488, 9848, 7278, 6639, 6636, 6902, 6949, 7357, 9458, 7315, 6866, 5671, 7113, 6645, 7343, 8955, 7564, 8079, 5753, 7216, 6862, 7327, 8192, 7578, 7818, 10067, 6997, 8699, 6999, 7489, 7609, 7677, 9962, 7263, 8262, 7119, 8882, 7125, 8663, 6918, 7222, 6480, 7194, 7332, 7397, 7963, 7803, 7139, 6300, 7274, 7178, 7443, 9718, 7404, 8169, 6549, 7506, 6897, 7395, 8196, 7535, 7242, 8792, 7325, 8278, 7035, 7078, 7086, 7811, 8440, 7293, 7940, 7296, 6789, 7269, 7004, 6883, 7510, 8569, 6968, 6566, 5959, 7497, 8949, 7503, 6811, 6074, 7281, 7636, 7291, 8858, 7829, 7226, 8463, 7281, 8691, 7053, 7544, 7262, 7002, 8413, 7384, 7218, 7050, 6559, 7181, 6985, 7239, 7495, 9322, 7219, 6392, 7322, 6811, 6377, 7464, 9612, 7254, 7242, 7272, 6779, 6476, 6966, 8074, 7237, 9245, 7043, 6521, 6356, 7014, 7325, 7415, 10838, 7348, 7024, 6086, 7024, 7737, 7408, 10557, 8150, 9259, 6545, 7164, 7414, 7109, 9701, 7233, 9995, 8316, 7102, 6998, 7008, 8660, 6860, 7619, 6486, 7057, 7901, 7077, 7517, 6829, 6626, 5892, 7161, 9767, 7079, 8605, 6891, 7336, 7245, 6766, 7716, 6911, 6919, 6730, 6348, 6759, 7172, 6616, 8018, 6912], 'WindowCenter': [3381.0, 3397.0, 3361.0, 3390.0, 3347.0, 3399.0, 3355.0, 3333.0, 3332.0, 3354.0, 3352.0, 3343.0, 3364.0, 3342.0, 3332.0, 3364.0, 3343.0, 3373.0, 3342.0, 3373.0, 3351.0, 3364.0, 3351.0, 3331.0, 3340.0, 3343.0, 3365.0, 3353.0, 3350.0, 3341.0, 3330.0, 3319.0, 3342.0, 3342.0, 3353.0, 3353.0, 3354.0, 3344.0, 3332.0, 3354.0, 3343.0, 3354.0, 3364.0, 3355.0, 3354.0, 3376.0, 3354.0, 3374.0, 3354.0, 3363.0, 3353.0, 3353.0, 3354.0, 3354.0, 3374.0, 3353.0, 3342.0, 3353.0, 3342.0, 3354.0, 3342.0, 3386.0, 3354.0, 3353.0, 3332.0, 3353.0, 3365.0, 3343.0, 3385.0, 3353.0, 3342.0, 3332.0, 3353.0, 3374.0, 3353.0, 3385.0, 3353.0, 3330.0, 3341.0, 3342.0, 3363.0, 3353.0, 3384.0, 3354.0, 3342.0, 3342.0, 3353.0, 3352.0, 3353.0, 3374.0, 3342.0, 3342.0, 3342.0, 3354.0, 3363.0, 3353.0, 3385.0, 3353.0, 3332.0, 3331.0, 3343.0, 3342.0, 3365.0, 3364.0, 3354.0, 3345.0, 3366.0, 3344.0, 3356.0, 3366.0, 3366.0, 3366.0, 3377.0, 3368.0, 3387.0, 3334.0, 3356.0, 3379.0, 3355.0, 3374.0, 3364.0, 3364.0, 3341.0, 3352.0, 3351.0, 3352.0, 3342.0, 3353.0, 3355.0, 3374.0, 3353.0, 3352.0, 3342.0, 3352.0, 3341.0, 3341.0, 3363.0, 3352.0, 3330.0, 3331.0, 3353.0, 3353.0, 3353.0, 3385.0, 3354.0, 3342.0, 3331.0, 3352.0, 3363.0, 3352.0, 3373.0, 3353.0, 3351.0, 3319.0, 3351.0, 3351.0, 3352.0, 3362.0, 3353.0, 3352.0, 3331.0, 3341.0, 3319.0, 3352.0, 3341.0, 3353.0, 3363.0, 3366.0, 3343.0, 3322.0, 3354.0, 3353.0, 3365.0, 3353.0, 3355.0, 3368.0, 3411.0, 3370.0, 3357.0, 3367.0, 3367.0, 3354.0, 3353.0, 3341.0, 3353.0, 3354.0, 3377.0, 3355.0, 3343.0, 3354.0, 3354.0, 3373.0, 3352.0, 3372.0, 3372.0, 3351.0, 3360.0, 3339.0, 3338.0, 3359.0, 3338.0, 3358.0, 3337.0, 3336.0, 3337.0, 3336.0, 3337.0, 3327.0, 3338.0, 3316.0, 3339.0, 3328.0, 3329.0, 3352.0, 3341.0, 3342.0, 3365.0, 3353.0, 3354.0, 3354.0, 3365.0, 3344.0, 3355.0, 3389.0, 3345.0, 3355.0, 3365.0, 3355.0, 3376.0, 3365.0, 3355.0, 3375.0, 3354.0, 3353.0, 3331.0, 3353.0, 3374.0, 3355.0, 3343.0, 3332.0, 3354.0, 3353.0, 3365.0, 3354.0, 3355.0, 3355.0, 3354.0, 3369.0, 3368.0, 3356.0, 3343.0, 3353.0, 3353.0, 3353.0, 3354.0, 3342.0, 3343.0, 3354.0, 3365.0, 3367.0, 3366.0, 3355.0, 3343.0, 3343.0, 3354.0, 3375.0, 3355.0, 3375.0, 3353.0, 3343.0, 3321.0, 3353.0, 3363.0, 3354.0, 3364.0, 3354.0, 3353.0, 3342.0, 3354.0, 3364.0, 3354.0, 3364.0, 3353.0, 3342.0, 3332.0, 3353.0, 3354.0, 3365.0, 3364.0, 3332.0, 3354.0, 3332.0, 3354.0, 3364.0, 3355.0, 3355.0, 3355.0, 3366.0, 3365.0, 3366.0, 3343.0, 3333.0, 3354.0, 3376.0, 3355.0, 3354.0, 3332.0, 3354.0, 3364.0, 3354.0, 3374.0, 3354.0, 3353.0, 3353.0, 3353.0, 3363.0, 3353.0, 3364.0, 3363.0, 3352.0, 3362.0, 3341.0, 3340.0, 3319.0, 3352.0, 3363.0, 3354.0, 3331.0, 3331.0, 3353.0, 3341.0, 3353.0, 3353.0, 3354.0, 3354.0, 3363.0, 3353.0, 3342.0, 3331.0, 3353.0, 3363.0, 3354.0, 3375.0, 3332.0, 3354.0, 3342.0, 3364.0, 3363.0, 3343.0, 3354.0, 3342.0, 3354.0, 3352.0, 3364.0, 3353.0, 3364.0, 3354.0, 3343.0, 3343.0, 3353.0, 3354.0, 3354.0, 3364.0, 3354.0, 3353.0, 3353.0, 3354.0, 3342.0, 3342.0, 3353.0, 3386.0, 3355.0, 3353.0, 3363.0, 3353.0, 3363.0, 3342.0, 3352.0, 3375.0, 3352.0, 3352.0, 3330.0, 3351.0, 3362.0, 3351.0, 3363.0, 3351.0, 3351.0, 3350.0, 3351.0, 3340.0, 3351.0, 3352.0, 3351.0, 3332.0, 3353.0, 3341.0, 3351.0, 3340.0, 3341.0, 3353.0, 3341.0, 3353.0, 3342.0, 3342.0, 3341.0, 3352.0, 3353.0, 3374.0, 3343.0, 3353.0, 3331.0, 3353.0, 3363.0, 3354.0, 3343.0, 3333.0, 3366.0, 3343.0, 3365.0, 3354.0, 3365.0, 3366.0, 3376.0, 3343.0, 3354.0, 3354.0, 3364.0, 3374.0, 3354.0, 3375.0, 3342.0, 3341.0, 3352.0, 3352.0, 3373.0, 3352.0, 3374.0, 3351.0, 3340.0, 3350.0, 3340.0, 3360.0, 3351.0, 3351.0, 3351.0, 3351.0, 3351.0, 3352.0, 3339.0, 3352.0, 3340.0, 3341.0, 3352.0, 3351.0, 3352.0, 3341.0, 3319.0, 3351.0, 3352.0, 3354.0, 3341.0, 3330.0, 3341.0, 3341.0, 3351.0, 3361.0, 3352.0, 3352.0, 3330.0, 3352.0, 3351.0, 3352.0, 3362.0, 3341.0, 3351.0, 3351.0, 3353.0, 3342.0, 3342.0, 3351.0, 3352.0, 3353.0, 3352.0, 3320.0, 3352.0, 3341.0, 3352.0, 3362.0, 3352.0, 3363.0, 3330.0, 3353.0, 3352.0, 3354.0, 3351.0, 3352.0, 3340.0, 3319.0, 3352.0, 3340.0, 3351.0, 3340.0, 3330.0, 3352.0, 3331.0, 3354.0, 3354.0, 3333.0, 3365.0, 3343.0, 3343.0, 3354.0, 3376.0, 3366.0, 3355.0, 3344.0, 3354.0, 3375.0, 3365.0, 3354.0, 3342.0, 3354.0, 3353.0, 3331.0, 3342.0, 3353.0, 3354.0, 3375.0, 3332.0, 3353.0, 3352.0, 3353.0, 3373.0, 3353.0, 3363.0, 3363.0, 3341.0, 3351.0, 3352.0, 3351.0, 3352.0, 3341.0, 3364.0, 3353.0, 3363.0, 3342.0, 3330.0, 3331.0, 3341.0, 3351.0, 3353.0, 3353.0, 3332.0, 3353.0, 3342.0, 3353.0, 3363.0, 3365.0, 3353.0, 3331.0, 3354.0, 3343.0, 3353.0, 3352.0, 3353.0, 3353.0, 3376.0, 3367.0, 3366.0, 3353.0, 3341.0, 3331.0, 3352.0, 3364.0, 3352.0, 3341.0, 3330.0, 3341.0, 3362.0, 3352.0, 3363.0, 3341.0, 3341.0, 3350.0, 3341.0, 3350.0, 3351.0, 3340.0, 3363.0, 3351.0, 3350.0, 3351.0, 3329.0, 3329.0, 3351.0, 3363.0, 3351.0, 3330.0, 3319.0, 3352.0, 3341.0, 3352.0, 3363.0, 3331.0, 3351.0, 3341.0, 3353.0, 3341.0, 3364.0, 3353.0, 3353.0, 3353.0, 3353.0, 3353.0, 3341.0, 3342.0, 3352.0, 3375.0, 3353.0, 3363.0, 3352.0, 3341.0, 3352.0, 3341.0, 3352.0, 3353.0, 3330.0, 3353.0, 3343.0, 3343.0, 3342.0, 3354.0, 3365.0, 3354.0, 3344.0, 3343.0, 3344.0, 3365.0, 3365.0, 3345.0, 3355.0, 3377.0, 3367.0, 3355.0, 3388.0, 3356.0, 3354.0, 3333.0, 3353.0, 3363.0, 3353.0, 3375.0, 3366.0, 3353.0, 3353.0, 3342.0, 3352.0, 3353.0, 3353.0, 3341.0, 3353.0, 3341.0, 3342.0, 3341.0, 3342.0, 3341.0, 3342.0, 3353.0, 3364.0, 3354.0, 3343.0, 3331.0, 3353.0, 3352.0, 3353.0, 3375.0, 3353.0, 3353.0, 3353.0, 3353.0, 3363.0, 3353.0, 3353.0, 3364.0, 3342.0, 3351.0, 3342.0, 3352.0, 3352.0, 3341.0, 3364.0, 3353.0, 3351.0, 3352.0, 3341.0, 3341.0, 3341.0, 3342.0, 3353.0, 3343.0, 3354.0, 3342.0, 3352.0, 3341.0, 3319.0, 3352.0, 3363.0, 3355.0, 3342.0, 3332.0, 3353.0, 3331.0, 3353.0, 3363.0, 3354.0, 3365.0, 3332.0, 3354.0, 3353.0, 3353.0, 3372.0, 3352.0, 3363.0, 3375.0, 3351.0, 3362.0, 3352.0, 3351.0, 3351.0, 3340.0, 3362.0, 3352.0, 3351.0, 3340.0, 3329.0, 3352.0, 3340.0, 3351.0, 3351.0, 3373.0, 3351.0, 3329.0, 3307.0, 3351.0, 3340.0, 3353.0, 3363.0, 3331.0, 3341.0, 3330.0, 3341.0, 3351.0, 3352.0, 3363.0, 3342.0, 3340.0, 3341.0, 3355.0, 3344.0, 3343.0, 3361.0, 3340.0, 3328.0, 3306.0, 3339.0, 3328.0, 3340.0, 3351.0, 3353.0, 3343.0, 3330.0, 3343.0, 3341.0, 3341.0, 3341.0, 3354.0, 3353.0, 3341.0, 3341.0, 3362.0, 3353.0, 3353.0, 3332.0, 3353.0, 3375.0, 3343.0, 3342.0, 3331.0, 3352.0, 3342.0, 3353.0, 3375.0, 3343.0, 3354.0, 3354.0, 3355.0, 3353.0, 3352.0, 3341.0, 3375.0, 3354.0, 3363.0, 3352.0, 3341.0, 3340.0, 3351.0, 3362.0, 3353.0, 3351.0, 3351.0, 3328.0, 3328.0, 3339.0, 3339.0, 3340.0, 3371.0, 3341.0, 3340.0, 3308.0, 3351.0, 3329.0, 3352.0, 3363.0, 3353.0, 3341.0, 3320.0, 3341.0, 3341.0, 3341.0, 3363.0, 3353.0, 3352.0, 3341.0, 3342.0, 3330.0, 3352.0, 3351.0, 3353.0, 3375.0, 3342.0, 3342.0, 3342.0, 3352.0, 3341.0, 3352.0, 3364.0, 3353.0, 3353.0, 3354.0, 3343.0, 3341.0, 3352.0, 3364.0, 3354.0, 3363.0, 3353.0, 3342.0, 3342.0, 3353.0, 3353.0, 3343.0, 3375.0, 3333.0, 3354.0, 3356.0, 3344.0, 3354.0, 3353.0, 3354.0, 3364.0, 3387.0, 3354.0, 3364.0, 3353.0, 3362.0, 3341.0, 3362.0, 3362.0, 3341.0, 3339.0, 3339.0, 3339.0, 3351.0, 3339.0, 3340.0, 3353.0, 3362.0, 3351.0, 3331.0, 3320.0, 3354.0, 3353.0, 3353.0, 3363.0, 3342.0, 3353.0, 3341.0, 3353.0, 3362.0, 3342.0, 3363.0, 3352.0, 3352.0, 3352.0, 3352.0, 3351.0, 3341.0, 3352.0, 3330.0, 3352.0, 3339.0, 3341.0, 3340.0, 3352.0, 3352.0, 3352.0, 3353.0, 3352.0, 3353.0, 3341.0, 3353.0, 3341.0, 3342.0, 3353.0, 3374.0, 3353.0, 3342.0, 3343.0, 3353.0, 3342.0, 3353.0, 3363.0, 3365.0, 3375.0, 3365.0, 3343.0, 3343.0, 3353.0, 3374.0, 3353.0, 3374.0, 3353.0, 3363.0, 3353.0, 3351.0, 3363.0, 3352.0, 3373.0, 3352.0, 3373.0, 3341.0, 3361.0, 3340.0, 3350.0, 3351.0, 3340.0, 3328.0, 3351.0, 3350.0, 3353.0, 3342.0, 3330.0, 3353.0, 3353.0, 3353.0, 3341.0, 3363.0, 3353.0, 3364.0, 3353.0, 3363.0, 3353.0, 3363.0, 3353.0, 3373.0, 3352.0, 3363.0, 3364.0, 3353.0, 3351.0, 3352.0, 3361.0, 3352.0, 3351.0, 3363.0, 3352.0, 3352.0, 3352.0, 3342.0, 3364.0, 3341.0, 3365.0, 3365.0, 3354.0, 3366.0, 3353.0, 3354.0, 3364.0, 3353.0, 3374.0, 3374.0, 3352.0, 3352.0, 3352.0, 3350.0, 3351.0, 3371.0, 3351.0, 3362.0, 3329.0, 3351.0, 3329.0, 3351.0, 3350.0, 3351.0, 3351.0, 3352.0, 3352.0, 3341.0, 3341.0, 3351.0, 3351.0, 3352.0, 3384.0, 3352.0, 3352.0, 3341.0, 3352.0, 3361.0, 3352.0, 3362.0, 3363.0, 3352.0, 3361.0, 3341.0, 3340.0, 3351.0, 3351.0, 3373.0, 3352.0, 3341.0, 3341.0, 3340.0, 3341.0, 3351.0, 3361.0, 3352.0, 3341.0, 3319.0, 3352.0, 3329.0, 3351.0, 3350.0, 3352.0, 3363.0, 3352.0, 3352.0, 3330.0, 3352.0, 3340.0, 3352.0, 3364.0, 3331.0, 3354.0, 3342.0, 3365.0, 3343.0, 3344.0, 3368.0, 3367.0, 3356.0, 3366.0, 3388.0, 3345.0, 3367.0, 3365.0, 3353.0, 3374.0, 3353.0, 3363.0, 3375.0, 3342.0, 3363.0, 3352.0, 3341.0, 3341.0, 3351.0, 3385.0, 3352.0, 3341.0, 3330.0, 3350.0, 3351.0, 3352.0, 3363.0, 3353.0, 3352.0, 3341.0, 3353.0, 3362.0, 3342.0, 3352.0, 3375.0, 3352.0, 3352.0, 3352.0, 3362.0, 3352.0, 3351.0, 3363.0, 3352.0, 3362.0, 3352.0, 3341.0, 3330.0, 3352.0, 3374.0, 3353.0, 3342.0, 3342.0, 3352.0, 3341.0, 3352.0, 3373.0, 3353.0, 3342.0, 3331.0, 3353.0, 3341.0, 3353.0, 3362.0, 3353.0, 3364.0, 3331.0, 3353.0, 3341.0, 3353.0, 3362.0, 3352.0, 3352.0, 3387.0, 3356.0, 3364.0, 3353.0, 3351.0, 3352.0, 3351.0, 3374.0, 3351.0, 3350.0, 3340.0, 3361.0, 3341.0, 3361.0, 3341.0, 3340.0, 3329.0, 3340.0, 3339.0, 3352.0, 3350.0, 3352.0, 3341.0, 3330.0, 3353.0, 3340.0, 3352.0, 3373.0, 3352.0, 3363.0, 3330.0, 3352.0, 3339.0, 3352.0, 3361.0, 3352.0, 3351.0, 3363.0, 3352.0, 3362.0, 3352.0, 3340.0, 3341.0, 3350.0, 3362.0, 3352.0, 3351.0, 3352.0, 3340.0, 3351.0, 3341.0, 3341.0, 3352.0, 3362.0, 3354.0, 3343.0, 3330.0, 3352.0, 3362.0, 3352.0, 3342.0, 3331.0, 3353.0, 3353.0, 3353.0, 3362.0, 3353.0, 3352.0, 3363.0, 3353.0, 3362.0, 3340.0, 3350.0, 3351.0, 3340.0, 3363.0, 3351.0, 3351.0, 3341.0, 3330.0, 3341.0, 3341.0, 3353.0, 3353.0, 3374.0, 3354.0, 3343.0, 3353.0, 3341.0, 3342.0, 3353.0, 3375.0, 3355.0, 3354.0, 3354.0, 3342.0, 3342.0, 3353.0, 3363.0, 3354.0, 3374.0, 3353.0, 3342.0, 3343.0, 3353.0, 3353.0, 3352.0, 3386.0, 3354.0, 3354.0, 3332.0, 3352.0, 3352.0, 3351.0, 3373.0, 3364.0, 3374.0, 3330.0, 3341.0, 3351.0, 3340.0, 3373.0, 3351.0, 3371.0, 3362.0, 3340.0, 3339.0, 3341.0, 3360.0, 3339.0, 3349.0, 3329.0, 3340.0, 3350.0, 3340.0, 3350.0, 3340.0, 3339.0, 3319.0, 3340.0, 3373.0, 3341.0, 3361.0, 3352.0, 3350.0, 3351.0, 3340.0, 3352.0, 3353.0, 3352.0, 3353.0, 3342.0, 3353.0, 3354.0, 3353.0, 3364.0, 3354.0], 'WindowWidth': [7748.0, 7755.0, 7697.0, 7729.0, 7667.0, 7736.0, 7671.0, 7639.0, 7636.0, 7668.0, 7662.0, 7653.0, 7680.0, 7651.0, 7635.0, 7679.0, 7651.0, 7690.0, 7649.0, 7689.0, 7660.0, 7677.0, 7657.0, 7631.0, 7640.0, 7650.0, 7683.0, 7664.0, 7654.0, 7645.0, 7627.0, 7613.0, 7647.0, 7646.0, 7663.0, 7663.0, 7666.0, 7654.0, 7636.0, 7668.0, 7650.0, 7669.0, 7679.0, 7670.0, 7666.0, 7701.0, 7668.0, 7693.0, 7666.0, 7676.0, 7662.0, 7663.0, 7666.0, 7668.0, 7692.0, 7664.0, 7647.0, 7664.0, 7648.0, 7666.0, 7649.0, 7713.0, 7667.0, 7665.0, 7635.0, 7664.0, 7681.0, 7650.0, 7710.0, 7664.0, 7648.0, 7635.0, 7663.0, 7693.0, 7664.0, 7708.0, 7662.0, 7630.0, 7644.0, 7648.0, 7676.0, 7666.0, 7706.0, 7667.0, 7647.0, 7647.0, 7663.0, 7660.0, 7665.0, 7693.0, 7649.0, 7649.0, 7647.0, 7666.0, 7678.0, 7665.0, 7707.0, 7664.0, 7635.0, 7632.0, 7651.0, 7648.0, 7684.0, 7683.0, 7671.0, 7661.0, 7687.0, 7657.0, 7673.0, 7686.0, 7689.0, 7688.0, 7702.0, 7692.0, 7714.0, 7643.0, 7675.0, 7708.0, 7668.0, 7691.0, 7677.0, 7677.0, 7642.0, 7659.0, 7656.0, 7660.0, 7646.0, 7663.0, 7668.0, 7691.0, 7662.0, 7658.0, 7646.0, 7660.0, 7644.0, 7645.0, 7675.0, 7659.0, 7629.0, 7630.0, 7661.0, 7664.0, 7662.0, 7707.0, 7665.0, 7646.0, 7630.0, 7658.0, 7675.0, 7660.0, 7689.0, 7663.0, 7657.0, 7612.0, 7656.0, 7656.0, 7661.0, 7673.0, 7662.0, 7660.0, 7630.0, 7642.0, 7613.0, 7659.0, 7645.0, 7664.0, 7676.0, 7686.0, 7652.0, 7623.0, 7668.0, 7663.0, 7682.0, 7664.0, 7670.0, 7692.0, 7756.0, 7700.0, 7678.0, 7690.0, 7690.0, 7667.0, 7663.0, 7645.0, 7663.0, 7666.0, 7700.0, 7668.0, 7652.0, 7666.0, 7665.0, 7690.0, 7660.0, 7685.0, 7687.0, 7654.0, 7664.0, 7634.0, 7632.0, 7662.0, 7633.0, 7659.0, 7629.0, 7628.0, 7628.0, 7627.0, 7628.0, 7618.0, 7632.0, 7603.0, 7638.0, 7623.0, 7625.0, 7659.0, 7644.0, 7649.0, 7683.0, 7665.0, 7668.0, 7668.0, 7681.0, 7654.0, 7670.0, 7720.0, 7658.0, 7671.0, 7683.0, 7670.0, 7697.0, 7682.0, 7669.0, 7696.0, 7666.0, 7663.0, 7632.0, 7663.0, 7693.0, 7670.0, 7649.0, 7634.0, 7665.0, 7662.0, 7681.0, 7665.0, 7669.0, 7668.0, 7667.0, 7696.0, 7694.0, 7673.0, 7651.0, 7664.0, 7664.0, 7661.0, 7664.0, 7647.0, 7649.0, 7666.0, 7683.0, 7689.0, 7684.0, 7668.0, 7651.0, 7650.0, 7666.0, 7695.0, 7669.0, 7694.0, 7664.0, 7648.0, 7617.0, 7663.0, 7677.0, 7667.0, 7680.0, 7664.0, 7664.0, 7648.0, 7665.0, 7679.0, 7665.0, 7680.0, 7663.0, 7646.0, 7633.0, 7663.0, 7667.0, 7681.0, 7679.0, 7635.0, 7667.0, 7634.0, 7666.0, 7680.0, 7669.0, 7668.0, 7668.0, 7684.0, 7684.0, 7684.0, 7652.0, 7638.0, 7667.0, 7698.0, 7669.0, 7666.0, 7635.0, 7665.0, 7677.0, 7665.0, 7693.0, 7668.0, 7663.0, 7662.0, 7664.0, 7676.0, 7663.0, 7678.0, 7677.0, 7660.0, 7672.0, 7644.0, 7641.0, 7613.0, 7660.0, 7675.0, 7666.0, 7630.0, 7630.0, 7662.0, 7644.0, 7663.0, 7662.0, 7666.0, 7664.0, 7676.0, 7663.0, 7647.0, 7632.0, 7662.0, 7676.0, 7667.0, 7693.0, 7635.0, 7667.0, 7646.0, 7679.0, 7676.0, 7651.0, 7665.0, 7648.0, 7666.0, 7661.0, 7677.0, 7661.0, 7678.0, 7666.0, 7650.0, 7649.0, 7663.0, 7664.0, 7665.0, 7679.0, 7667.0, 7663.0, 7662.0, 7665.0, 7647.0, 7648.0, 7664.0, 7711.0, 7668.0, 7663.0, 7676.0, 7664.0, 7677.0, 7649.0, 7661.0, 7694.0, 7660.0, 7659.0, 7627.0, 7657.0, 7672.0, 7657.0, 7675.0, 7657.0, 7656.0, 7654.0, 7656.0, 7641.0, 7657.0, 7659.0, 7657.0, 7634.0, 7662.0, 7642.0, 7657.0, 7642.0, 7644.0, 7663.0, 7643.0, 7662.0, 7646.0, 7646.0, 7644.0, 7661.0, 7663.0, 7693.0, 7650.0, 7664.0, 7633.0, 7664.0, 7676.0, 7666.0, 7650.0, 7636.0, 7684.0, 7650.0, 7682.0, 7667.0, 7683.0, 7685.0, 7698.0, 7652.0, 7668.0, 7665.0, 7679.0, 7693.0, 7666.0, 7695.0, 7646.0, 7644.0, 7659.0, 7659.0, 7687.0, 7659.0, 7690.0, 7657.0, 7639.0, 7652.0, 7640.0, 7667.0, 7656.0, 7654.0, 7655.0, 7657.0, 7655.0, 7658.0, 7639.0, 7657.0, 7640.0, 7644.0, 7660.0, 7656.0, 7659.0, 7644.0, 7613.0, 7657.0, 7659.0, 7665.0, 7645.0, 7629.0, 7643.0, 7643.0, 7657.0, 7670.0, 7659.0, 7660.0, 7628.0, 7658.0, 7655.0, 7658.0, 7672.0, 7645.0, 7658.0, 7657.0, 7662.0, 7648.0, 7647.0, 7656.0, 7659.0, 7662.0, 7661.0, 7615.0, 7659.0, 7642.0, 7659.0, 7671.0, 7659.0, 7673.0, 7629.0, 7663.0, 7660.0, 7667.0, 7656.0, 7659.0, 7642.0, 7614.0, 7659.0, 7641.0, 7657.0, 7641.0, 7631.0, 7662.0, 7634.0, 7668.0, 7669.0, 7639.0, 7683.0, 7650.0, 7651.0, 7668.0, 7698.0, 7683.0, 7670.0, 7653.0, 7668.0, 7695.0, 7682.0, 7665.0, 7647.0, 7666.0, 7661.0, 7632.0, 7646.0, 7664.0, 7666.0, 7693.0, 7634.0, 7663.0, 7660.0, 7663.0, 7689.0, 7662.0, 7677.0, 7677.0, 7644.0, 7657.0, 7660.0, 7656.0, 7658.0, 7642.0, 7678.0, 7661.0, 7675.0, 7646.0, 7627.0, 7631.0, 7644.0, 7659.0, 7663.0, 7662.0, 7633.0, 7663.0, 7646.0, 7662.0, 7674.0, 7681.0, 7662.0, 7632.0, 7667.0, 7650.0, 7665.0, 7660.0, 7663.0, 7662.0, 7698.0, 7688.0, 7685.0, 7664.0, 7645.0, 7630.0, 7659.0, 7678.0, 7660.0, 7643.0, 7627.0, 7643.0, 7672.0, 7660.0, 7676.0, 7642.0, 7644.0, 7654.0, 7642.0, 7652.0, 7656.0, 7640.0, 7674.0, 7656.0, 7653.0, 7655.0, 7623.0, 7625.0, 7654.0, 7674.0, 7656.0, 7626.0, 7612.0, 7662.0, 7645.0, 7660.0, 7675.0, 7630.0, 7658.0, 7644.0, 7661.0, 7645.0, 7678.0, 7662.0, 7663.0, 7663.0, 7662.0, 7663.0, 7643.0, 7646.0, 7660.0, 7696.0, 7662.0, 7675.0, 7661.0, 7643.0, 7660.0, 7642.0, 7660.0, 7662.0, 7629.0, 7663.0, 7651.0, 7650.0, 7648.0, 7665.0, 7684.0, 7667.0, 7654.0, 7654.0, 7659.0, 7685.0, 7684.0, 7657.0, 7669.0, 7702.0, 7689.0, 7671.0, 7719.0, 7672.0, 7670.0, 7637.0, 7662.0, 7676.0, 7662.0, 7696.0, 7684.0, 7662.0, 7660.0, 7647.0, 7658.0, 7661.0, 7663.0, 7643.0, 7663.0, 7643.0, 7645.0, 7642.0, 7646.0, 7644.0, 7648.0, 7664.0, 7678.0, 7665.0, 7650.0, 7632.0, 7661.0, 7660.0, 7663.0, 7693.0, 7663.0, 7662.0, 7661.0, 7662.0, 7675.0, 7663.0, 7661.0, 7680.0, 7645.0, 7655.0, 7647.0, 7658.0, 7659.0, 7643.0, 7677.0, 7660.0, 7657.0, 7659.0, 7645.0, 7643.0, 7644.0, 7646.0, 7661.0, 7650.0, 7667.0, 7648.0, 7661.0, 7643.0, 7613.0, 7660.0, 7675.0, 7669.0, 7648.0, 7636.0, 7663.0, 7631.0, 7663.0, 7677.0, 7667.0, 7682.0, 7634.0, 7667.0, 7662.0, 7664.0, 7686.0, 7660.0, 7675.0, 7696.0, 7658.0, 7671.0, 7659.0, 7654.0, 7657.0, 7640.0, 7673.0, 7659.0, 7654.0, 7641.0, 7624.0, 7658.0, 7640.0, 7655.0, 7657.0, 7688.0, 7655.0, 7626.0, 7593.0, 7655.0, 7640.0, 7661.0, 7676.0, 7631.0, 7643.0, 7628.0, 7642.0, 7655.0, 7660.0, 7674.0, 7647.0, 7641.0, 7642.0, 7670.0, 7652.0, 7649.0, 7670.0, 7639.0, 7621.0, 7591.0, 7637.0, 7621.0, 7641.0, 7656.0, 7664.0, 7649.0, 7630.0, 7649.0, 7643.0, 7646.0, 7645.0, 7665.0, 7663.0, 7644.0, 7645.0, 7674.0, 7663.0, 7664.0, 7634.0, 7663.0, 7694.0, 7650.0, 7648.0, 7631.0, 7659.0, 7646.0, 7665.0, 7694.0, 7652.0, 7665.0, 7667.0, 7669.0, 7664.0, 7661.0, 7645.0, 7694.0, 7667.0, 7675.0, 7658.0, 7642.0, 7641.0, 7655.0, 7671.0, 7661.0, 7657.0, 7654.0, 7622.0, 7621.0, 7635.0, 7635.0, 7639.0, 7684.0, 7641.0, 7641.0, 7596.0, 7656.0, 7625.0, 7658.0, 7675.0, 7662.0, 7644.0, 7614.0, 7645.0, 7644.0, 7645.0, 7675.0, 7662.0, 7658.0, 7645.0, 7646.0, 7630.0, 7659.0, 7657.0, 7662.0, 7694.0, 7647.0, 7647.0, 7648.0, 7661.0, 7645.0, 7661.0, 7678.0, 7663.0, 7662.0, 7666.0, 7649.0, 7644.0, 7661.0, 7678.0, 7667.0, 7677.0, 7663.0, 7649.0, 7649.0, 7663.0, 7663.0, 7651.0, 7696.0, 7639.0, 7667.0, 7676.0, 7656.0, 7667.0, 7664.0, 7667.0, 7681.0, 7715.0, 7665.0, 7678.0, 7662.0, 7671.0, 7643.0, 7670.0, 7672.0, 7641.0, 7636.0, 7637.0, 7635.0, 7654.0, 7637.0, 7640.0, 7661.0, 7672.0, 7657.0, 7630.0, 7614.0, 7666.0, 7662.0, 7665.0, 7676.0, 7645.0, 7662.0, 7645.0, 7663.0, 7672.0, 7647.0, 7674.0, 7660.0, 7658.0, 7660.0, 7661.0, 7657.0, 7644.0, 7657.0, 7629.0, 7660.0, 7639.0, 7646.0, 7642.0, 7659.0, 7659.0, 7661.0, 7662.0, 7659.0, 7663.0, 7646.0, 7662.0, 7644.0, 7648.0, 7662.0, 7693.0, 7663.0, 7649.0, 7651.0, 7663.0, 7649.0, 7662.0, 7677.0, 7683.0, 7696.0, 7681.0, 7650.0, 7649.0, 7664.0, 7692.0, 7664.0, 7693.0, 7661.0, 7674.0, 7661.0, 7656.0, 7674.0, 7660.0, 7688.0, 7660.0, 7689.0, 7643.0, 7668.0, 7640.0, 7654.0, 7657.0, 7640.0, 7622.0, 7656.0, 7655.0, 7663.0, 7650.0, 7630.0, 7662.0, 7662.0, 7664.0, 7646.0, 7677.0, 7662.0, 7679.0, 7664.0, 7677.0, 7665.0, 7676.0, 7663.0, 7689.0, 7660.0, 7677.0, 7679.0, 7662.0, 7657.0, 7659.0, 7669.0, 7659.0, 7656.0, 7675.0, 7661.0, 7660.0, 7662.0, 7647.0, 7678.0, 7646.0, 7682.0, 7683.0, 7668.0, 7686.0, 7665.0, 7666.0, 7679.0, 7665.0, 7690.0, 7693.0, 7661.0, 7660.0, 7660.0, 7655.0, 7656.0, 7683.0, 7656.0, 7673.0, 7625.0, 7657.0, 7625.0, 7657.0, 7652.0, 7656.0, 7657.0, 7659.0, 7659.0, 7645.0, 7643.0, 7657.0, 7657.0, 7660.0, 7705.0, 7660.0, 7659.0, 7643.0, 7659.0, 7671.0, 7659.0, 7672.0, 7676.0, 7658.0, 7670.0, 7643.0, 7639.0, 7656.0, 7655.0, 7689.0, 7658.0, 7644.0, 7644.0, 7641.0, 7645.0, 7658.0, 7670.0, 7660.0, 7644.0, 7614.0, 7659.0, 7626.0, 7657.0, 7655.0, 7660.0, 7674.0, 7658.0, 7660.0, 7627.0, 7659.0, 7641.0, 7662.0, 7681.0, 7634.0, 7668.0, 7649.0, 7683.0, 7652.0, 7656.0, 7693.0, 7688.0, 7676.0, 7686.0, 7717.0, 7657.0, 7687.0, 7683.0, 7662.0, 7690.0, 7661.0, 7674.0, 7693.0, 7646.0, 7674.0, 7659.0, 7642.0, 7642.0, 7656.0, 7706.0, 7658.0, 7643.0, 7626.0, 7655.0, 7654.0, 7661.0, 7676.0, 7664.0, 7659.0, 7645.0, 7661.0, 7672.0, 7646.0, 7659.0, 7693.0, 7660.0, 7658.0, 7660.0, 7670.0, 7660.0, 7657.0, 7675.0, 7659.0, 7671.0, 7659.0, 7643.0, 7628.0, 7660.0, 7692.0, 7663.0, 7647.0, 7646.0, 7660.0, 7644.0, 7660.0, 7689.0, 7663.0, 7645.0, 7632.0, 7661.0, 7643.0, 7661.0, 7672.0, 7662.0, 7679.0, 7631.0, 7664.0, 7645.0, 7663.0, 7673.0, 7661.0, 7661.0, 7713.0, 7673.0, 7677.0, 7661.0, 7657.0, 7658.0, 7655.0, 7691.0, 7657.0, 7654.0, 7639.0, 7669.0, 7642.0, 7669.0, 7644.0, 7640.0, 7625.0, 7641.0, 7637.0, 7657.0, 7654.0, 7658.0, 7643.0, 7627.0, 7661.0, 7641.0, 7659.0, 7687.0, 7659.0, 7674.0, 7627.0, 7658.0, 7639.0, 7658.0, 7670.0, 7659.0, 7656.0, 7677.0, 7661.0, 7673.0, 7660.0, 7642.0, 7643.0, 7654.0, 7673.0, 7660.0, 7655.0, 7659.0, 7641.0, 7657.0, 7643.0, 7645.0, 7661.0, 7673.0, 7667.0, 7650.0, 7631.0, 7661.0, 7674.0, 7663.0, 7649.0, 7632.0, 7663.0, 7661.0, 7662.0, 7674.0, 7662.0, 7661.0, 7676.0, 7663.0, 7672.0, 7643.0, 7654.0, 7658.0, 7641.0, 7674.0, 7657.0, 7656.0, 7644.0, 7627.0, 7644.0, 7644.0, 7663.0, 7664.0, 7693.0, 7665.0, 7650.0, 7663.0, 7646.0, 7648.0, 7664.0, 7695.0, 7669.0, 7666.0, 7668.0, 7649.0, 7648.0, 7662.0, 7678.0, 7665.0, 7692.0, 7665.0, 7649.0, 7650.0, 7663.0, 7664.0, 7662.0, 7710.0, 7666.0, 7666.0, 7636.0, 7661.0, 7659.0, 7658.0, 7688.0, 7678.0, 7691.0, 7629.0, 7645.0, 7655.0, 7642.0, 7689.0, 7658.0, 7683.0, 7673.0, 7640.0, 7638.0, 7643.0, 7665.0, 7639.0, 7651.0, 7625.0, 7640.0, 7654.0, 7642.0, 7655.0, 7641.0, 7638.0, 7612.0, 7642.0, 7689.0, 7643.0, 7670.0, 7658.0, 7654.0, 7657.0, 7642.0, 7662.0, 7666.0, 7662.0, 7664.0, 7649.0, 7666.0, 7668.0, 7663.0, 7681.0, 7668.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.007095891891891892</td></tr>
<tr><td colspan=3>aqi</td><td>0.03492703444015444</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.13011084829209</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2105841642890296</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1155738498995378</td></tr>
<tr><td colspan=3>efc</td><td>0.4408</td></tr>
<tr><td colspan=3>fber</td><td>6197.7847</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12139281121881103</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.563706563706564</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3892766997705217</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.236851855760205</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6153042103735613</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315674033177799</td></tr>
<tr><td colspan=3>gcor</td><td>0.00395217</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015881432220339775</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02372380718588829</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.9479038574570615</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2729</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.1637</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>123.7328</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>571.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>248.8057</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3682</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>394.2634</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2670.7731</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>715.0574</td></tr>
<tr><td colspan=3>tsnr</td><td>33.18483086419292</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>