<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>6f47b0d2ea82e8dcd9133f0f59298699</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>15:00:10.580000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0235779, 0.00888234, 0.0204168, 0.964644, 0.262765]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0889269</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>[4148, -7779, -7247, 470, -31, -241, 23, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09cd5558-f400-46aa-b7da-1f4d26a1e1ea||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682075262069702, 0.05477670952677727, 0.03986210748553276, 107.83089447021484], [0.06325774639844894, 2.588068723678589, 0.70875084400177, -105.70752716064453], [0.023830680176615715, -0.7049794793128967, 2.605011224746704, -29.296693801879883], [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': ['150010.580000', '150011.040000', '150011.500000', '150011.960000', '150012.420000', '150012.880000', '150013.340000', '150013.800000', '150014.260000', '150014.720000', '150015.180000', '150015.640000', '150016.100000', '150016.560000', '150017.020000', '150017.480000', '150017.940000', '150018.400000', '150018.860000', '150019.320000', '150019.780000', '150020.240000', '150020.700000', '150021.160000', '150021.620000', '150022.080000', '150022.540000', '150023.000000', '150023.460000', '150023.920000', '150024.380000', '150024.840000', '150025.300000', '150025.760000', '150026.220000', '150026.680000', '150027.140000', '150027.600000', '150028.060000', '150028.520000', '150028.980000', '150029.440000', '150029.900000', '150030.360000', '150030.820000', '150031.280000', '150031.740000', '150032.200000', '150032.660000', '150033.120000', '150033.580000', '150034.040000', '150034.500000', '150034.960000', '150035.420000', '150035.880000', '150036.340000', '150036.800000', '150037.260000', '150037.720000', '150038.180000', '150038.640000', '150039.100000', '150039.560000', '150040.020000', '150040.480000', '150040.940000', '150041.400000', '150041.860000', '150042.320000', '150042.780000', '150043.240000', '150043.700000', '150044.160000', '150044.620000', '150045.080000', '150045.540000', '150046.000000', '150046.460000', '150046.920000', '150047.380000', '150047.840000', '150048.300000', '150048.760000', '150049.220000', '150049.680000', '150050.140000', '150050.600000', '150051.060000', '150051.520000', '150051.980000', '150052.440000', '150052.900000', '150053.360000', '150053.820000', '150054.280000', '150054.740000', '150055.200000', '150055.660000', '150056.120000', '150056.580000', '150057.040000', '150057.500000', '150057.960000', '150058.420000', '150058.880000', '150059.340000', '150059.800000', '150100.260000', '150100.720000', '150101.180000', '150101.640000', '150102.100000', '150102.560000', '150103.020000', '150103.480000', '150103.940000', '150104.400000', '150104.860000', '150105.320000', '150105.780000', '150106.240000', '150106.700000', '150107.160000', '150107.620000', '150108.080000', '150108.540000', '150109.000000', '150109.460000', '150109.920000', '150110.380000', '150110.840000', '150111.300000', '150111.760000', '150112.220000', '150112.680000', '150113.140000', '150113.600000', '150114.060000', '150114.520000', '150114.980000', '150115.440000', '150115.900000', '150116.360000', '150116.820000', '150117.280000', '150117.740000', '150118.200000', '150118.660000', '150119.120000', '150119.580000', '150120.040000', '150120.500000', '150120.960000', '150121.420000', '150121.880000', '150122.340000', '150122.800000', '150123.260000', '150123.720000', '150124.180000', '150124.640000', '150125.100000', '150125.560000', '150126.020000', '150126.480000', '150126.940000', '150127.400000', '150127.860000', '150128.320000', '150128.780000', '150129.240000', '150129.700000', '150130.160000', '150130.620000', '150131.080000', '150131.540000', '150132.000000', '150132.460000', '150132.920000', '150133.380000', '150133.840000', '150134.300000', '150134.760000', '150135.220000', '150135.680000', '150136.140000', '150136.600000', '150137.060000', '150137.520000', '150137.980000', '150138.440000', '150138.900000', '150139.360000', '150139.820000', '150140.280000', '150140.740000', '150141.200000', '150141.660000', '150142.120000', '150142.580000', '150143.040000', '150143.500000', '150143.960000', '150144.420000', '150144.880000', '150145.340000', '150145.800000', '150146.260000', '150146.720000', '150147.180000', '150147.640000', '150148.100000', '150148.560000', '150149.020000', '150149.480000', '150149.940000', '150150.400000', '150150.860000', '150151.320000', '150151.780000', '150152.240000', '150152.700000', '150153.160000', '150153.620000', '150154.080000', '150154.540000', '150155.000000', '150155.460000', '150155.920000', '150156.380000', '150156.840000', '150157.300000', '150157.760000', '150158.220000', '150158.680000', '150159.140000', '150159.600000', '150200.060000', '150200.520000', '150200.980000', '150201.440000', '150201.900000', '150202.360000', '150202.820000', '150203.280000', '150203.740000', '150204.200000', '150204.660000', '150205.120000', '150205.580000', '150206.040000', '150206.500000', '150206.960000', '150207.420000', '150207.880000', '150208.340000', '150208.800000', '150209.260000', '150209.720000', '150210.180000', '150210.640000', '150211.100000', '150211.560000', '150212.020000', '150212.480000', '150212.940000', '150213.400000', '150213.860000', '150214.320000', '150214.780000', '150215.240000', '150215.700000', '150216.160000', '150216.620000', '150217.080000', '150217.540000', '150218.000000', '150218.460000', '150218.920000', '150219.380000', '150219.840000', '150220.300000', '150220.760000', '150221.220000', '150221.680000', '150222.140000', '150222.600000', '150223.060000', '150223.520000', '150223.980000', '150224.440000', '150224.900000', '150225.360000', '150225.820000', '150226.280000', '150226.740000', '150227.200000', '150227.660000', '150228.120000', '150228.580000', '150229.040000', '150229.500000', '150229.960000', '150230.420000', '150230.880000', '150231.340000', '150231.800000', '150232.260000', '150232.720000', '150233.180000', '150233.640000', '150234.100000', '150234.560000', '150235.020000', '150235.480000', '150235.940000', '150236.400000', '150236.860000', '150237.320000', '150237.780000', '150238.240000', '150238.700000', '150239.160000', '150239.620000', '150240.080000', '150240.540000', '150241.000000', '150241.460000', '150241.920000', '150242.380000', '150242.840000', '150243.300000', '150243.760000', '150244.220000', '150244.680000', '150245.140000', '150245.600000', '150246.060000', '150246.520000', '150246.980000', '150247.440000', '150247.900000', '150248.360000', '150248.820000', '150249.280000', '150249.740000', '150250.200000', '150250.660000', '150251.120000', '150251.580000', '150252.040000', '150252.500000', '150252.960000', '150253.420000', '150253.880000', '150254.340000', '150254.800000', '150255.260000', '150255.720000', '150256.180000', '150256.640000', '150257.100000', '150257.560000', '150258.020000', '150258.480000', '150258.940000', '150259.400000', '150259.860000', '150300.320000', '150300.780000', '150301.240000', '150301.700000', '150302.160000', '150302.620000', '150303.080000', '150303.540000', '150304.000000', '150304.460000', '150304.920000', '150305.380000', '150305.840000', '150306.300000', '150306.760000', '150307.220000', '150307.680000', '150308.140000', '150308.600000', '150309.060000', '150309.520000', '150309.980000', '150310.440000', '150310.900000', '150311.360000', '150311.820000', '150312.280000', '150312.740000', '150313.200000', '150313.660000', '150314.120000', '150314.580000', '150315.040000', '150315.500000', '150315.960000', '150316.420000', '150316.880000', '150317.340000', '150317.800000', '150318.260000', '150318.720000', '150319.180000', '150319.640000', '150320.100000', '150320.560000', '150321.020000', '150321.480000', '150321.940000', '150322.400000', '150322.860000', '150323.320000', '150323.780000', '150324.240000', '150324.700000', '150325.160000', '150325.620000', '150326.080000', '150326.540000', '150327.000000', '150327.460000', '150327.920000', '150328.380000', '150328.840000', '150329.300000', '150329.760000', '150330.220000', '150330.680000', '150331.140000', '150331.600000', '150332.060000', '150332.520000', '150332.980000', '150333.440000', '150333.900000', '150334.360000', '150334.820000', '150335.280000', '150335.740000', '150336.200000', '150336.660000', '150337.120000', '150337.580000', '150338.040000', '150338.500000', '150338.960000', '150339.420000', '150339.880000', '150340.340000', '150340.800000', '150341.260000', '150341.720000', '150342.180000', '150342.640000', '150343.100000', '150343.560000', '150344.020000', '150344.480000', '150344.940000', '150345.400000', '150345.860000', '150346.320000', '150346.780000', '150347.240000', '150347.700000', '150348.160000', '150348.620000', '150349.080000', '150349.540000', '150350.000000', '150350.460000', '150350.920000', '150351.380000', '150351.840000', '150352.300000', '150352.760000', '150353.220000', '150353.680000', '150354.140000', '150354.600000', '150355.060000', '150355.520000', '150355.980000', '150356.440000', '150356.900000', '150357.360000', '150357.820000', '150358.280000', '150358.740000', '150359.200000', '150359.660000', '150400.120000', '150400.580000', '150401.040000', '150401.500000', '150401.960000', '150402.420000', '150402.880000', '150403.340000', '150403.800000', '150404.260000', '150404.720000', '150405.180000', '150405.640000', '150406.100000', '150406.560000', '150407.020000', '150407.480000', '150407.940000', '150408.400000', '150408.860000', '150409.320000', '150409.780000', '150410.240000', '150410.700000', '150411.160000', '150411.620000', '150412.080000', '150412.540000', '150413.000000', '150413.460000', '150413.920000', '150414.380000', '150414.840000', '150415.300000', '150415.760000', '150416.220000', '150416.680000', '150417.140000', '150417.600000', '150418.060000', '150418.520000', '150418.980000', '150419.440000', '150419.900000', '150420.360000', '150420.820000', '150421.280000', '150421.740000', '150422.200000', '150422.660000', '150423.120000', '150423.580000', '150424.040000', '150424.500000', '150424.960000', '150425.420000', '150425.880000', '150426.340000', '150426.800000', '150427.260000', '150427.720000', '150428.180000', '150428.640000', '150429.100000', '150429.560000', '150430.020000', '150430.480000', '150430.940000', '150431.400000', '150431.860000', '150432.320000', '150432.780000', '150433.240000', '150433.700000', '150434.160000', '150434.620000', '150435.080000', '150435.540000', '150436.000000', '150436.460000', '150436.920000', '150437.380000', '150437.840000', '150438.300000', '150438.760000', '150439.220000', '150439.680000', '150440.140000', '150440.600000', '150441.060000', '150441.520000', '150441.980000', '150442.440000', '150442.900000', '150443.360000', '150443.820000', '150444.280000', '150444.740000', '150445.200000', '150445.660000', '150446.120000', '150446.580000', '150447.040000', '150447.500000', '150447.960000', '150448.420000', '150448.880000', '150449.340000', '150449.800000', '150450.260000', '150450.720000', '150451.180000', '150451.640000', '150452.100000', '150452.560000', '150453.020000', '150453.480000', '150453.940000', '150454.400000', '150454.860000', '150455.320000', '150455.780000', '150456.240000', '150456.700000', '150457.160000', '150457.620000', '150458.080000', '150458.540000', '150459.000000', '150459.460000', '150459.920000', '150500.380000', '150500.840000', '150501.300000', '150501.760000', '150502.220000', '150502.680000', '150503.140000', '150503.600000', '150504.060000', '150504.520000', '150504.980000', '150505.440000', '150505.900000', '150506.360000', '150506.820000', '150507.280000', '150507.740000', '150508.200000', '150508.660000', '150509.120000', '150509.580000', '150510.040000', '150510.500000', '150510.960000', '150511.420000', '150511.880000', '150512.340000', '150512.800000', '150513.260000', '150513.720000', '150514.180000', '150514.640000', '150515.100000', '150515.560000', '150516.020000', '150516.480000', '150516.940000', '150517.400000', '150517.860000', '150518.320000', '150518.780000', '150519.240000', '150519.700000', '150520.160000', '150520.620000', '150521.080000', '150521.540000', '150522.000000', '150522.460000', '150522.920000', '150523.380000', '150523.840000', '150524.300000', '150524.760000', '150525.220000', '150525.680000', '150526.140000', '150526.600000', '150527.060000', '150527.520000', '150527.980000', '150528.440000', '150528.900000', '150529.360000', '150529.820000', '150530.280000', '150530.740000', '150531.200000', '150531.660000', '150532.120000', '150532.580000', '150533.040000', '150533.500000', '150533.960000', '150534.420000', '150534.880000', '150535.340000', '150535.800000', '150536.260000', '150536.720000', '150537.180000', '150537.640000', '150538.100000', '150538.560000', '150539.020000', '150539.480000', '150539.940000', '150540.400000', '150540.860000', '150541.320000', '150541.780000', '150542.240000', '150542.700000', '150543.160000', '150543.620000', '150544.080000', '150544.540000', '150545.000000', '150545.460000', '150545.920000', '150546.380000', '150546.840000', '150547.300000', '150547.760000', '150548.220000', '150548.680000', '150549.140000', '150549.600000', '150550.060000', '150550.520000', '150550.980000', '150551.440000', '150551.900000', '150552.360000', '150552.820000', '150553.280000', '150553.740000', '150554.200000', '150554.660000', '150555.120000', '150555.580000', '150556.040000', '150556.500000', '150556.960000', '150557.420000', '150557.880000', '150558.340000', '150558.800000', '150559.260000', '150559.720000', '150600.180000', '150600.640000', '150601.100000', '150601.560000', '150602.020000', '150602.480000', '150602.940000', '150603.400000', '150603.860000', '150604.320000', '150604.780000', '150605.240000', '150605.700000', '150606.160000', '150606.620000', '150607.080000', '150607.540000', '150608.000000', '150608.460000', '150608.920000', '150609.380000', '150609.840000', '150610.300000', '150610.760000', '150611.220000', '150611.680000', '150612.140000', '150612.600000', '150613.060000', '150613.520000', '150613.980000', '150614.440000', '150614.900000', '150615.360000', '150615.820000', '150616.280000', '150616.740000', '150617.200000', '150617.660000', '150618.120000', '150618.580000', '150619.040000', '150619.500000', '150619.960000', '150620.420000', '150620.880000', '150621.340000', '150621.800000', '150622.260000', '150622.720000', '150623.180000', '150623.640000', '150624.100000', '150624.560000', '150625.020000', '150625.480000', '150625.940000', '150626.400000', '150626.860000', '150627.320000', '150627.780000', '150628.240000', '150628.700000', '150629.160000', '150629.620000', '150630.080000', '150630.540000', '150631.000000', '150631.460000', '150631.920000', '150632.380000', '150632.840000', '150633.300000', '150633.760000', '150634.220000', '150634.680000', '150635.140000', '150635.600000', '150636.060000', '150636.520000', '150636.980000', '150637.440000', '150637.900000', '150638.360000', '150638.820000', '150639.280000', '150639.740000', '150640.200000', '150640.660000', '150641.120000', '150641.580000', '150642.040000', '150642.500000', '150642.960000', '150643.420000', '150643.880000', '150644.340000', '150644.800000', '150645.260000', '150645.720000', '150646.180000', '150646.640000', '150647.100000', '150647.560000', '150648.020000', '150648.480000', '150648.940000', '150649.400000', '150649.860000', '150650.320000', '150650.780000', '150651.240000', '150651.700000', '150652.160000', '150652.620000', '150653.080000', '150653.540000', '150654.000000', '150654.460000', '150654.920000', '150655.380000', '150655.840000', '150656.300000', '150656.760000', '150657.220000', '150657.680000', '150658.140000', '150658.600000', '150659.060000', '150659.520000', '150659.980000', '150700.440000', '150700.900000', '150701.360000', '150701.820000', '150702.280000', '150702.740000', '150703.200000', '150703.660000', '150704.120000', '150704.580000', '150705.040000', '150705.500000', '150705.960000', '150706.420000', '150706.880000', '150707.340000', '150707.800000', '150708.260000', '150708.720000', '150709.180000', '150709.640000', '150710.100000', '150710.560000', '150711.020000', '150711.480000', '150711.940000', '150712.400000', '150712.860000', '150713.320000', '150713.780000', '150714.240000', '150714.700000', '150715.160000', '150715.620000', '150716.080000', '150716.540000', '150717.000000', '150717.460000', '150717.920000', '150718.380000', '150718.840000', '150719.300000', '150719.760000', '150720.220000', '150720.680000', '150721.140000', '150721.600000', '150722.060000', '150722.520000', '150722.980000', '150723.440000', '150723.900000', '150724.360000', '150724.820000', '150725.280000', '150725.740000', '150726.200000', '150726.660000', '150727.120000', '150727.580000', '150728.040000', '150728.500000', '150728.960000', '150729.420000', '150729.880000', '150730.340000', '150730.800000', '150731.260000', '150731.720000', '150732.180000', '150732.640000', '150733.100000', '150733.560000', '150734.020000', '150734.480000', '150734.940000', '150735.400000', '150735.860000', '150736.320000', '150736.780000', '150737.240000', '150737.700000', '150738.160000', '150738.620000', '150739.080000', '150739.540000', '150740.000000', '150740.460000', '150740.920000', '150741.380000', '150741.840000', '150742.300000', '150742.760000', '150743.220000', '150743.680000', '150744.140000', '150744.600000', '150745.060000', '150745.520000', '150745.980000', '150746.440000', '150746.900000', '150747.360000', '150747.820000', '150748.280000', '150748.740000', '150749.200000', '150749.660000', '150750.120000', '150750.580000', '150751.040000', '150751.500000', '150751.960000', '150752.420000', '150752.880000', '150753.340000', '150753.800000', '150754.260000', '150754.720000', '150755.180000', '150755.640000', '150756.100000', '150756.560000', '150757.020000', '150757.480000', '150757.940000', '150758.400000', '150758.860000', '150759.320000', '150759.780000', '150800.240000', '150800.700000', '150801.160000', '150801.620000', '150802.080000', '150802.540000', '150803.000000', '150803.460000', '150803.920000', '150804.380000', '150804.840000', '150805.300000', '150805.760000', '150806.220000', '150806.680000', '150807.140000', '150807.600000', '150808.060000', '150808.520000', '150808.980000', '150809.440000', '150809.900000', '150810.360000', '150810.820000', '150811.280000', '150811.740000', '150812.200000', '150812.660000', '150813.120000', '150813.580000', '150814.040000', '150814.500000', '150814.960000', '150815.420000', '150815.880000', '150816.340000', '150816.800000', '150817.260000', '150817.720000', '150818.180000', '150818.640000', '150819.100000', '150819.560000', '150820.020000', '150820.480000', '150820.940000', '150821.400000', '150821.860000', '150822.320000', '150822.780000', '150823.240000', '150823.700000', '150824.160000', '150824.620000', '150825.080000', '150825.540000', '150826.000000', '150826.460000', '150826.920000', '150827.380000', '150827.840000', '150828.300000', '150828.760000', '150829.220000', '150829.680000', '150830.140000', '150830.600000', '150831.060000', '150831.520000', '150831.980000', '150832.440000', '150832.900000', '150833.360000', '150833.820000', '150834.280000', '150834.740000', '150835.200000', '150835.660000', '150836.120000', '150836.580000', '150837.040000', '150837.500000', '150837.960000', '150838.420000', '150838.880000', '150839.340000', '150839.800000', '150840.260000', '150840.720000', '150841.180000', '150841.640000', '150842.100000', '150842.560000', '150843.020000', '150843.480000', '150843.940000', '150844.400000', '150844.860000', '150845.320000', '150845.780000', '150846.240000', '150846.700000', '150847.160000', '150847.620000', '150848.080000', '150848.540000', '150849.000000', '150849.460000', '150849.920000', '150850.380000', '150850.840000', '150851.300000', '150851.760000', '150852.220000', '150852.680000', '150853.140000', '150853.600000', '150854.060000', '150854.520000', '150854.980000', '150855.440000', '150855.900000', '150856.360000', '150856.820000', '150857.280000', '150857.740000', '150858.200000', '150858.660000', '150859.120000', '150859.580000', '150900.040000', '150900.500000', '150900.960000', '150901.420000', '150901.880000', '150902.340000', '150902.800000', '150903.260000', '150903.720000', '150904.180000', '150904.640000', '150905.100000', '150905.560000', '150906.020000', '150906.480000', '150906.940000', '150907.400000', '150907.860000', '150908.320000', '150908.780000', '150909.240000', '150909.700000', '150910.160000', '150910.620000', '150911.080000', '150911.540000', '150912.000000', '150912.460000', '150912.920000', '150913.380000', '150913.840000', '150914.300000', '150914.760000', '150915.220000', '150915.680000', '150916.140000', '150916.600000', '150917.060000', '150917.520000', '150917.980000', '150918.440000', '150918.900000', '150919.360000', '150919.820000', '150920.280000', '150920.740000', '150921.200000', '150921.660000', '150922.120000', '150922.580000', '150923.040000', '150923.500000', '150923.960000', '150924.420000', '150924.880000', '150925.340000', '150925.800000', '150926.260000', '150926.720000', '150927.180000', '150927.640000', '150928.100000', '150928.560000', '150929.020000', '150929.480000', '150929.940000', '150930.400000', '150930.860000', '150931.320000', '150931.780000', '150932.240000', '150932.700000', '150933.160000', '150933.620000', '150934.080000', '150934.540000', '150935.000000', '150935.460000', '150935.920000', '150936.380000', '150936.840000', '150937.300000', '150937.760000', '150938.220000', '150938.680000', '150939.140000', '150939.600000', '150940.060000', '150940.520000', '150940.980000', '150941.440000', '150941.900000', '150942.360000', '150942.820000', '150943.280000', '150943.740000', '150944.200000', '150944.660000', '150945.120000', '150945.580000', '150946.040000', '150946.500000', '150946.960000', '150947.420000', '150947.880000', '150948.340000', '150948.800000', '150949.260000', '150949.720000', '150950.180000', '150950.640000', '150951.100000', '150951.560000', '150952.020000', '150952.480000', '150952.940000', '150953.400000', '150953.860000', '150954.320000', '150954.780000', '150955.240000', '150955.700000', '150956.160000', '150956.620000', '150957.080000', '150957.540000', '150958.000000', '150958.460000', '150958.920000', '150959.380000', '150959.840000', '151000.300000', '151000.760000', '151001.220000', '151001.680000', '151002.140000', '151002.600000', '151003.060000', '151003.520000', '151003.980000', '151004.440000', '151004.900000', '151005.360000', '151005.820000', '151006.280000', '151006.740000', '151007.200000'], 'ContentTime': ['150015.626000', '150015.630000', '150015.633000', '150015.636000', '150015.639000', '150015.649000', '150015.652000', '150015.655000', '150035.589000', '150035.592000', '150035.595000', '150035.598000', '150035.611000', '150035.614000', '150035.617000', '150035.620000', '150035.623000', '150035.626000', '150035.629000', '150035.632000', '150035.635000', '150035.638000', '150035.641000', '150035.643000', '150035.647000', '150035.649000', '150035.652000', '150035.655000', '150035.664000', '150035.667000', '150035.669000', '150035.672000', '150035.675000', '150035.678000', '150035.681000', '150035.684000', '150035.687000', '150035.690000', '150035.693000', '150035.696000', '150035.699000', '150035.702000', '150035.705000', '150035.708000', '150035.711000', '150035.713000', '150035.716000', '150035.719000', '150035.722000', '150035.725000', '150035.728000', '150035.731000', '150035.734000', '150055.589000', '150055.592000', '150055.595000', '150055.598000', '150055.601000', '150055.604000', '150055.607000', '150055.610000', '150055.613000', '150055.623000', '150055.626000', '150055.629000', '150055.631000', '150055.634000', '150055.637000', '150055.640000', '150055.643000', '150055.646000', '150055.649000', '150055.652000', '150055.655000', '150055.658000', '150055.661000', '150055.664000', '150055.667000', '150055.670000', '150055.673000', '150055.676000', '150055.679000', '150055.682000', '150055.685000', '150055.687000', '150055.690000', '150055.693000', '150055.696000', '150055.699000', '150055.702000', '150055.705000', '150055.709000', '150055.712000', '150055.715000', '150055.718000', '150055.721000', '150115.590000', '150115.593000', '150115.596000', '150115.599000', '150115.602000', '150115.605000', '150115.608000', '150115.611000', '150115.614000', '150115.617000', '150115.620000', '150115.623000', '150115.626000', '150115.629000', '150115.632000', '150115.635000', '150115.638000', '150115.641000', '150115.644000', '150115.647000', '150115.650000', '150115.653000', '150115.656000', '150115.659000', '150115.662000', '150115.665000', '150115.668000', '150115.673000', '150115.676000', '150115.679000', '150115.682000', '150115.685000', '150115.688000', '150115.691000', '150115.694000', '150115.697000', '150115.700000', '150115.703000', '150115.706000', '150115.709000', '150115.712000', '150115.715000', '150115.718000', '150115.721000', '150135.590000', '150135.593000', '150135.596000', '150135.599000', '150135.606000', '150135.609000', '150135.612000', '150135.614000', '150135.618000', '150135.620000', '150135.623000', '150135.626000', '150135.629000', '150135.643000', '150135.645000', '150135.648000', '150135.651000', '150135.654000', '150135.657000', '150135.660000', '150135.663000', '150135.666000', '150135.669000', '150135.672000', '150135.675000', '150135.678000', '150135.681000', '150135.684000', '150135.687000', '150135.690000', '150135.692000', '150135.695000', '150135.699000', '150135.701000', '150135.704000', '150135.707000', '150135.710000', '150135.713000', '150135.716000', '150135.719000', '150135.722000', '150135.725000', '150135.728000', '150155.590000', '150155.593000', '150155.596000', '150155.599000', '150155.602000', '150155.605000', '150155.608000', '150155.611000', '150155.614000', '150155.617000', '150155.620000', '150155.623000', '150155.626000', '150155.629000', '150155.649000', '150155.652000', '150155.655000', '150155.668000', '150155.671000', '150155.674000', '150155.677000', '150155.680000', '150155.683000', '150155.686000', '150155.689000', '150155.692000', '150155.695000', '150155.698000', '150155.701000', '150155.703000', '150155.706000', '150155.709000', '150155.717000', '150155.720000', '150155.723000', '150155.726000', '150155.729000', '150155.732000', '150155.734000', '150155.737000', '150155.740000', '150155.743000', '150155.746000', '150155.749000', '150215.590000', '150215.593000', '150215.596000', '150215.599000', '150215.602000', '150215.605000', '150215.608000', '150215.611000', '150215.614000', '150215.617000', '150215.620000', '150215.623000', '150215.626000', '150215.629000', '150215.632000', '150215.635000', '150215.638000', '150215.641000', '150215.644000', '150215.647000', '150215.650000', '150215.653000', '150215.656000', '150215.659000', '150215.662000', '150215.665000', '150215.668000', '150215.671000', '150215.674000', '150215.677000', '150215.680000', '150215.682000', '150215.685000', '150215.689000', '150215.691000', '150215.694000', '150215.697000', '150215.700000', '150215.703000', '150215.706000', '150215.709000', '150215.712000', '150215.715000', '150235.589000', '150235.592000', '150235.596000', '150235.600000', '150235.604000', '150235.606000', '150235.609000', '150235.612000', '150235.615000', '150235.618000', '150235.621000', '150235.624000', '150235.627000', '150235.630000', '150235.633000', '150235.636000', '150235.639000', '150235.642000', '150235.645000', '150235.648000', '150235.651000', '150235.654000', '150235.657000', '150235.660000', '150235.663000', '150235.666000', '150235.675000', '150235.678000', '150235.681000', '150235.684000', '150235.687000', '150235.690000', '150235.693000', '150235.696000', '150235.699000', '150235.702000', '150235.705000', '150235.708000', '150235.711000', '150235.714000', '150235.717000', '150235.720000', '150235.723000', '150255.589000', '150255.592000', '150255.595000', '150255.598000', '150255.601000', '150255.604000', '150255.607000', '150255.610000', '150255.613000', '150255.616000', '150255.619000', '150255.622000', '150255.625000', '150255.628000', '150255.631000', '150255.634000', '150255.637000', '150255.640000', '150255.643000', '150255.645000', '150255.648000', '150255.651000', '150255.654000', '150255.657000', '150255.660000', '150255.663000', '150255.666000', '150255.669000', '150255.672000', '150255.675000', '150255.678000', '150255.681000', '150255.684000', '150255.687000', '150255.690000', '150255.693000', '150255.696000', '150255.699000', '150255.702000', '150255.705000', '150255.708000', '150255.711000', '150255.714000', '150255.716000', '150315.589000', '150315.592000', '150315.595000', '150315.598000', '150315.602000', '150315.605000', '150315.608000', '150315.611000', '150315.614000', '150315.617000', '150315.619000', '150315.622000', '150315.625000', '150315.628000', '150315.631000', '150315.644000', '150315.647000', '150315.651000', '150315.653000', '150315.656000', '150315.659000', '150315.662000', '150315.665000', '150315.668000', '150315.671000', '150315.674000', '150315.677000', '150315.680000', '150315.683000', '150315.686000', '150315.689000', '150315.692000', '150315.695000', '150315.698000', '150315.701000', '150315.704000', '150315.707000', '150315.710000', '150315.713000', '150315.716000', '150315.719000', '150315.722000', '150315.724000', '150335.590000', '150335.593000', '150335.596000', '150335.599000', '150335.602000', '150335.605000', '150335.613000', '150335.616000', '150335.619000', '150335.622000', '150335.625000', '150335.628000', '150335.631000', '150335.634000', '150335.637000', '150335.640000', '150335.643000', '150335.646000', '150335.648000', '150335.651000', '150335.654000', '150335.657000', '150335.660000', '150335.663000', '150335.666000', '150335.669000', '150335.672000', '150335.675000', '150335.678000', '150335.681000', '150335.684000', '150335.687000', '150335.690000', '150335.693000', '150335.696000', '150335.699000', '150335.701000', '150335.704000', '150335.707000', '150335.710000', '150335.713000', '150335.716000', '150335.719000', '150335.722000', '150355.590000', '150355.593000', '150355.596000', '150355.599000', '150355.602000', '150355.605000', '150355.608000', '150355.611000', '150355.614000', '150355.617000', '150355.620000', '150355.623000', '150355.626000', '150355.629000', '150355.632000', '150355.635000', '150355.638000', '150355.641000', '150355.643000', '150355.646000', '150355.649000', '150355.652000', '150355.655000', '150355.658000', '150355.661000', '150355.664000', '150355.667000', '150355.670000', '150355.673000', '150355.676000', '150355.678000', '150355.681000', '150355.684000', '150355.687000', '150355.690000', '150355.693000', '150355.696000', '150355.699000', '150355.702000', '150355.705000', '150355.708000', '150355.711000', '150355.714000', '150415.590000', '150415.593000', '150415.596000', '150415.599000', '150415.602000', '150415.605000', '150415.608000', '150415.611000', '150415.613000', '150415.616000', '150415.619000', '150415.622000', '150415.625000', '150415.628000', '150415.631000', '150415.634000', '150415.637000', '150415.640000', '150415.643000', '150415.645000', '150415.648000', '150415.651000', '150415.654000', '150415.657000', '150415.660000', '150415.663000', '150415.666000', '150415.669000', '150415.672000', '150415.675000', '150415.678000', '150415.680000', '150415.683000', '150415.686000', '150415.689000', '150415.692000', '150415.695000', '150415.698000', '150415.701000', '150415.704000', '150415.707000', '150415.710000', '150415.713000', '150415.716000', '150435.590000', '150435.593000', '150435.596000', '150435.599000', '150435.602000', '150435.605000', '150435.608000', '150435.611000', '150435.614000', '150435.623000', '150435.626000', '150435.629000', '150435.631000', '150435.635000', '150435.638000', '150435.640000', '150435.643000', '150435.647000', '150435.650000', '150435.653000', '150435.656000', '150435.659000', '150435.662000', '150435.665000', '150435.668000', '150435.671000', '150435.674000', '150435.677000', '150435.680000', '150435.683000', '150435.685000', '150435.688000', '150435.691000', '150435.694000', '150435.697000', '150435.700000', '150435.703000', '150435.706000', '150435.709000', '150435.712000', '150435.715000', '150435.718000', '150435.721000', '150455.589000', '150455.592000', '150455.595000', '150455.598000', '150455.601000', '150455.604000', '150455.607000', '150455.610000', '150455.613000', '150455.616000', '150455.619000', '150455.622000', '150455.625000', '150455.635000', '150455.638000', '150455.641000', '150455.644000', '150455.646000', '150455.649000', '150455.652000', '150455.655000', '150455.670000', '150455.673000', '150455.676000', '150455.679000', '150455.682000', '150455.685000', '150455.687000', '150455.690000', '150455.693000', '150455.696000', '150455.699000', '150455.702000', '150455.705000', '150455.708000', '150455.711000', '150455.714000', '150455.717000', '150455.720000', '150455.723000', '150455.726000', '150455.729000', '150455.732000', '150455.735000', '150515.589000', '150515.592000', '150515.595000', '150515.598000', '150515.601000', '150515.604000', '150515.607000', '150515.610000', '150515.613000', '150515.616000', '150515.619000', '150515.622000', '150515.625000', '150515.628000', '150515.631000', '150515.634000', '150515.637000', '150515.640000', '150515.643000', '150515.645000', '150515.649000', '150515.652000', '150515.654000', '150515.657000', '150515.661000', '150515.663000', '150515.666000', '150515.670000', '150515.673000', '150515.676000', '150515.679000', '150515.682000', '150515.684000', '150515.687000', '150515.690000', '150515.693000', '150515.696000', '150515.699000', '150515.702000', '150515.705000', '150515.708000', '150515.711000', '150515.714000', '150535.589000', '150535.592000', '150535.595000', '150535.598000', '150535.601000', '150535.605000', '150535.608000', '150535.611000', '150535.614000', '150535.617000', '150535.619000', '150535.622000', '150535.625000', '150535.628000', '150535.631000', '150535.634000', '150535.637000', '150535.640000', '150535.643000', '150535.646000', '150535.649000', '150535.652000', '150535.655000', '150535.658000', '150535.661000', '150535.664000', '150535.667000', '150535.670000', '150535.673000', '150535.676000', '150535.678000', '150535.681000', '150535.684000', '150535.687000', '150535.690000', '150535.693000', '150535.696000', '150535.699000', '150535.702000', '150535.705000', '150535.708000', '150535.711000', '150535.714000', '150535.717000', '150555.590000', '150555.593000', '150555.596000', '150555.599000', '150555.602000', '150555.605000', '150555.608000', '150555.611000', '150555.614000', '150555.617000', '150555.621000', '150555.624000', '150555.627000', '150555.630000', '150555.633000', '150555.637000', '150555.639000', '150555.642000', '150555.645000', '150555.648000', '150555.651000', '150555.654000', '150555.657000', '150555.660000', '150555.663000', '150555.666000', '150555.669000', '150555.672000', '150555.675000', '150555.678000', '150555.681000', '150555.684000', '150555.688000', '150555.691000', '150555.694000', '150555.697000', '150555.700000', '150555.703000', '150555.706000', '150555.709000', '150555.712000', '150555.715000', '150555.718000', '150615.590000', '150615.593000', '150615.596000', '150615.599000', '150615.602000', '150615.605000', '150615.608000', '150615.611000', '150615.614000', '150615.617000', '150615.620000', '150615.623000', '150615.626000', '150615.629000', '150615.632000', '150615.634000', '150615.638000', '150615.641000', '150615.643000', '150615.646000', '150615.649000', '150615.652000', '150615.655000', '150615.660000', '150615.663000', '150615.666000', '150615.669000', '150615.672000', '150615.675000', '150615.678000', '150615.680000', '150615.683000', '150615.687000', '150615.689000', '150615.692000', '150615.695000', '150615.698000', '150615.701000', '150615.704000', '150615.707000', '150615.710000', '150615.713000', '150615.716000', '150615.719000', '150635.590000', '150635.593000', '150635.596000', '150635.599000', '150635.602000', '150635.605000', '150635.608000', '150635.611000', '150635.614000', '150635.617000', '150635.620000', '150635.623000', '150635.626000', '150635.629000', '150635.632000', '150635.635000', '150635.638000', '150635.641000', '150635.644000', '150635.647000', '150635.650000', '150635.652000', '150635.655000', '150635.658000', '150635.661000', '150635.664000', '150635.667000', '150635.670000', '150635.673000', '150635.676000', '150635.679000', '150635.682000', '150635.685000', '150635.687000', '150635.690000', '150635.693000', '150635.696000', '150635.699000', '150635.702000', '150635.705000', '150635.709000', '150635.711000', '150635.714000', '150655.590000', '150655.593000', '150655.596000', '150655.599000', '150655.602000', '150655.605000', '150655.608000', '150655.611000', '150655.614000', '150655.617000', '150655.619000', '150655.622000', '150655.625000', '150655.628000', '150655.631000', '150655.634000', '150655.637000', '150655.640000', '150655.643000', '150655.646000', '150655.648000', '150655.651000', '150655.654000', '150655.657000', '150655.660000', '150655.663000', '150655.666000', '150655.669000', '150655.672000', '150655.675000', '150655.677000', '150655.680000', '150655.683000', '150655.686000', '150655.689000', '150655.692000', '150655.695000', '150655.698000', '150655.701000', '150655.704000', '150655.706000', '150655.709000', '150655.712000', '150655.715000', '150715.589000', '150715.592000', '150715.595000', '150715.598000', '150715.601000', '150715.604000', '150715.607000', '150715.610000', '150715.613000', '150715.615000', '150715.618000', '150715.621000', '150715.624000', '150715.627000', '150715.630000', '150715.633000', '150715.636000', '150715.639000', '150715.642000', '150715.645000', '150715.648000', '150715.651000', '150715.653000', '150715.656000', '150715.661000', '150715.664000', '150715.667000', '150715.670000', '150715.673000', '150715.676000', '150715.679000', '150715.682000', '150715.684000', '150715.687000', '150715.690000', '150715.693000', '150715.696000', '150715.699000', '150715.702000', '150715.705000', '150715.708000', '150715.711000', '150715.714000', '150735.589000', '150735.592000', '150735.595000', '150735.598000', '150735.601000', '150735.604000', '150735.607000', '150735.610000', '150735.613000', '150735.616000', '150735.618000', '150735.621000', '150735.624000', '150735.627000', '150735.630000', '150735.633000', '150735.636000', '150735.639000', '150735.642000', '150735.645000', '150735.648000', '150735.651000', '150735.654000', '150735.656000', '150735.659000', '150735.662000', '150735.665000', '150735.668000', '150735.671000', '150735.674000', '150735.677000', '150735.680000', '150735.683000', '150735.686000', '150735.689000', '150735.692000', '150735.695000', '150735.697000', '150735.700000', '150735.703000', '150735.706000', '150735.709000', '150735.726000', '150735.729000', '150755.589000', '150755.592000', '150755.595000', '150755.598000', '150755.601000', '150755.604000', '150755.607000', '150755.610000', '150755.613000', '150755.616000', '150755.619000', '150755.621000', '150755.624000', '150755.627000', '150755.630000', '150755.649000', '150755.652000', '150755.655000', '150755.658000', '150755.661000', '150755.664000', '150755.667000', '150755.670000', '150755.673000', '150755.676000', '150755.679000', '150755.682000', '150755.685000', '150755.688000', '150755.690000', '150755.693000', '150755.696000', '150755.699000', '150755.702000', '150755.705000', '150755.708000', '150755.711000', '150755.713000', '150755.716000', '150755.719000', '150755.722000', '150755.725000', '150755.728000', '150815.590000', '150815.593000', '150815.596000', '150815.599000', '150815.602000', '150815.605000', '150815.608000', '150815.611000', '150815.614000', '150815.616000', '150815.619000', '150815.622000', '150815.625000', '150815.628000', '150815.631000', '150815.634000', '150815.637000', '150815.640000', '150815.643000', '150815.646000', '150815.648000', '150815.651000', '150815.654000', '150815.657000', '150815.660000', '150815.663000', '150815.666000', '150815.669000', '150815.672000', '150815.675000', '150815.678000', '150815.681000', '150815.684000', '150815.686000', '150815.689000', '150815.692000', '150815.695000', '150815.698000', '150815.701000', '150815.704000', '150815.707000', '150815.710000', '150815.713000', '150815.716000', '150835.590000', '150835.593000', '150835.596000', '150835.599000', '150835.602000', '150835.605000', '150835.608000', '150835.611000', '150835.614000', '150835.616000', '150835.619000', '150835.622000', '150835.625000', '150835.628000', '150835.631000', '150835.634000', '150835.637000', '150835.640000', '150835.643000', '150835.646000', '150835.649000', '150835.652000', '150835.655000', '150835.658000', '150835.661000', '150835.664000', '150835.666000', '150835.669000', '150835.672000', '150835.675000', '150835.678000', '150835.681000', '150835.684000', '150835.687000', '150835.690000', '150835.693000', '150835.696000', '150835.700000', '150835.703000', '150835.706000', '150835.709000', '150835.712000', '150835.715000', '150855.590000', '150855.593000', '150855.596000', '150855.599000', '150855.602000', '150855.605000', '150855.608000', '150855.611000', '150855.614000', '150855.617000', '150855.620000', '150855.623000', '150855.625000', '150855.628000', '150855.631000', '150855.634000', '150855.637000', '150855.640000', '150855.643000', '150855.646000', '150855.649000', '150855.652000', '150855.655000', '150855.658000', '150855.661000', '150855.664000', '150855.667000', '150855.670000', '150855.673000', '150855.676000', '150855.679000', '150855.682000', '150855.685000', '150855.688000', '150855.690000', '150855.693000', '150855.696000', '150855.699000', '150855.702000', '150855.717000', '150855.720000', '150855.723000', '150855.726000', '150855.729000', '150915.590000', '150915.593000', '150915.596000', '150915.599000', '150915.602000', '150915.605000', '150915.608000', '150915.611000', '150915.614000', '150915.617000', '150915.620000', '150915.623000', '150915.625000', '150915.628000', '150915.631000', '150915.634000', '150915.637000', '150915.640000', '150915.643000', '150915.646000', '150915.649000', '150915.652000', '150915.655000', '150915.658000', '150915.661000', '150915.663000', '150915.666000', '150915.669000', '150915.672000', '150915.675000', '150915.678000', '150915.681000', '150915.684000', '150915.687000', '150915.690000', '150915.693000', '150915.695000', '150915.699000', '150915.702000', '150915.705000', '150915.707000', '150915.711000', '150915.713000', '150935.589000', '150935.592000', '150935.595000', '150935.598000', '150935.601000', '150935.604000', '150935.607000', '150935.610000', '150935.613000', '150935.616000', '150935.619000', '150935.622000', '150935.625000', '150935.628000', '150935.631000', '150935.634000', '150935.637000', '150935.640000', '150935.642000', '150935.645000', '150935.648000', '150935.651000', '150935.654000', '150935.657000', '150935.660000', '150935.663000', '150935.666000', '150935.669000', '150935.672000', '150935.675000', '150935.678000', '150935.681000', '150935.683000', '150935.686000', '150935.694000', '150935.697000', '150935.700000', '150935.703000', '150935.706000', '150935.709000', '150935.712000', '150935.715000', '150935.718000', '150935.721000', '150955.589000', '150955.592000', '150955.595000', '150955.598000', '150955.601000', '150955.604000', '150955.607000', '150955.610000', '150955.613000', '150955.616000', '150955.619000', '150955.622000', '150955.624000', '150955.627000', '150955.630000', '150955.633000', '150955.636000', '150955.639000', '150955.642000', '150955.645000', '150955.648000', '150955.651000', '150955.654000', '150955.657000', '150955.660000', '150955.663000', '150955.665000', '150955.668000', '150955.671000', '150955.674000', '150955.677000', '150955.680000', '150955.683000', '150955.686000', '150955.689000', '150955.692000', '150955.695000', '150955.697000', '150955.700000', '150955.703000', '150955.706000', '150955.709000', '150955.712000', '151008.278000', '151008.282000', '151008.286000', '151008.289000', '151008.292000', '151008.295000', '151008.298000', '151008.301000', '151008.304000', '151008.308000', '151008.311000', '151008.314000', '151008.317000', '151008.320000', '151008.323000', '151008.326000', '151008.328000', '151008.331000', '151008.334000', '151008.338000', '151008.341000', '151008.344000', '151008.347000', '151008.350000', '151008.353000', '151008.356000', '151008.359000', '151008.361000'], 'InstanceCreationTime': ['150015.626000', '150015.630000', '150015.633000', '150015.636000', '150015.639000', '150015.649000', '150015.652000', '150015.655000', '150035.589000', '150035.592000', '150035.595000', '150035.598000', '150035.611000', '150035.614000', '150035.617000', '150035.620000', '150035.623000', '150035.626000', '150035.629000', '150035.632000', '150035.635000', '150035.638000', '150035.641000', '150035.643000', '150035.647000', '150035.649000', '150035.652000', '150035.655000', '150035.664000', '150035.667000', '150035.669000', '150035.672000', '150035.675000', '150035.678000', '150035.681000', '150035.684000', '150035.687000', '150035.690000', '150035.693000', '150035.696000', '150035.699000', '150035.702000', '150035.705000', '150035.708000', '150035.711000', '150035.713000', '150035.716000', '150035.719000', '150035.722000', '150035.725000', '150035.728000', '150035.731000', '150035.734000', '150055.589000', '150055.592000', '150055.595000', '150055.598000', '150055.601000', '150055.604000', '150055.607000', '150055.610000', '150055.613000', '150055.623000', '150055.626000', '150055.629000', '150055.631000', '150055.634000', '150055.637000', '150055.640000', '150055.643000', '150055.646000', '150055.649000', '150055.652000', '150055.655000', '150055.658000', '150055.661000', '150055.664000', '150055.667000', '150055.670000', '150055.673000', '150055.676000', '150055.679000', '150055.682000', '150055.685000', '150055.687000', '150055.690000', '150055.693000', '150055.696000', '150055.699000', '150055.702000', '150055.705000', '150055.709000', '150055.712000', '150055.715000', '150055.718000', '150055.721000', '150115.590000', '150115.593000', '150115.596000', '150115.599000', '150115.602000', '150115.605000', '150115.608000', '150115.611000', '150115.614000', '150115.617000', '150115.620000', '150115.623000', '150115.626000', '150115.629000', '150115.632000', '150115.635000', '150115.638000', '150115.641000', '150115.644000', '150115.647000', '150115.650000', '150115.653000', '150115.656000', '150115.659000', '150115.662000', '150115.665000', '150115.668000', '150115.673000', '150115.676000', '150115.679000', '150115.682000', '150115.685000', '150115.688000', '150115.691000', '150115.694000', '150115.697000', '150115.700000', '150115.703000', '150115.706000', '150115.709000', '150115.712000', '150115.715000', '150115.718000', '150115.721000', '150135.590000', '150135.593000', '150135.596000', '150135.599000', '150135.606000', '150135.609000', '150135.612000', '150135.614000', '150135.618000', '150135.620000', '150135.623000', '150135.626000', '150135.629000', '150135.643000', '150135.645000', '150135.648000', '150135.651000', '150135.654000', '150135.657000', '150135.660000', '150135.663000', '150135.666000', '150135.669000', '150135.672000', '150135.675000', '150135.678000', '150135.681000', '150135.684000', '150135.687000', '150135.690000', '150135.692000', '150135.695000', '150135.699000', '150135.701000', '150135.704000', '150135.707000', '150135.710000', '150135.713000', '150135.716000', '150135.719000', '150135.722000', '150135.725000', '150135.728000', '150155.590000', '150155.593000', '150155.596000', '150155.599000', '150155.602000', '150155.605000', '150155.608000', '150155.611000', '150155.614000', '150155.617000', '150155.620000', '150155.623000', '150155.626000', '150155.629000', '150155.649000', '150155.652000', '150155.655000', '150155.668000', '150155.671000', '150155.674000', '150155.677000', '150155.680000', '150155.683000', '150155.686000', '150155.689000', '150155.692000', '150155.695000', '150155.698000', '150155.701000', '150155.703000', '150155.706000', '150155.709000', '150155.717000', '150155.720000', '150155.723000', '150155.726000', '150155.729000', '150155.732000', '150155.734000', '150155.737000', '150155.740000', '150155.743000', '150155.746000', '150155.749000', '150215.590000', '150215.593000', '150215.596000', '150215.599000', '150215.602000', '150215.605000', '150215.608000', '150215.611000', '150215.614000', '150215.617000', '150215.620000', '150215.623000', '150215.626000', '150215.629000', '150215.632000', '150215.635000', '150215.638000', '150215.641000', '150215.644000', '150215.647000', '150215.650000', '150215.653000', '150215.656000', '150215.659000', '150215.662000', '150215.665000', '150215.668000', '150215.671000', '150215.674000', '150215.677000', '150215.680000', '150215.682000', '150215.685000', '150215.689000', '150215.691000', '150215.694000', '150215.697000', '150215.700000', '150215.703000', '150215.706000', '150215.709000', '150215.712000', '150215.715000', '150235.589000', '150235.592000', '150235.596000', '150235.600000', '150235.604000', '150235.606000', '150235.609000', '150235.612000', '150235.615000', '150235.618000', '150235.621000', '150235.624000', '150235.627000', '150235.630000', '150235.633000', '150235.636000', '150235.639000', '150235.642000', '150235.645000', '150235.648000', '150235.651000', '150235.654000', '150235.657000', '150235.660000', '150235.663000', '150235.666000', '150235.675000', '150235.678000', '150235.681000', '150235.684000', '150235.687000', '150235.690000', '150235.693000', '150235.696000', '150235.699000', '150235.702000', '150235.705000', '150235.708000', '150235.711000', '150235.714000', '150235.717000', '150235.720000', '150235.723000', '150255.589000', '150255.592000', '150255.595000', '150255.598000', '150255.601000', '150255.604000', '150255.607000', '150255.610000', '150255.613000', '150255.616000', '150255.619000', '150255.622000', '150255.625000', '150255.628000', '150255.631000', '150255.634000', '150255.637000', '150255.640000', '150255.643000', '150255.645000', '150255.648000', '150255.651000', '150255.654000', '150255.657000', '150255.660000', '150255.663000', '150255.666000', '150255.669000', '150255.672000', '150255.675000', '150255.678000', '150255.681000', '150255.684000', '150255.687000', '150255.690000', '150255.693000', '150255.696000', '150255.699000', '150255.702000', '150255.705000', '150255.708000', '150255.711000', '150255.714000', '150255.716000', '150315.589000', '150315.592000', '150315.595000', '150315.598000', '150315.602000', '150315.605000', '150315.608000', '150315.611000', '150315.614000', '150315.617000', '150315.619000', '150315.622000', '150315.625000', '150315.628000', '150315.631000', '150315.644000', '150315.647000', '150315.651000', '150315.653000', '150315.656000', '150315.659000', '150315.662000', '150315.665000', '150315.668000', '150315.671000', '150315.674000', '150315.677000', '150315.680000', '150315.683000', '150315.686000', '150315.689000', '150315.692000', '150315.695000', '150315.698000', '150315.701000', '150315.704000', '150315.707000', '150315.710000', '150315.713000', '150315.716000', '150315.719000', '150315.722000', '150315.724000', '150335.590000', '150335.593000', '150335.596000', '150335.599000', '150335.602000', '150335.605000', '150335.613000', '150335.616000', '150335.619000', '150335.622000', '150335.625000', '150335.628000', '150335.631000', '150335.634000', '150335.637000', '150335.640000', '150335.643000', '150335.646000', '150335.648000', '150335.651000', '150335.654000', '150335.657000', '150335.660000', '150335.663000', '150335.666000', '150335.669000', '150335.672000', '150335.675000', '150335.678000', '150335.681000', '150335.684000', '150335.687000', '150335.690000', '150335.693000', '150335.696000', '150335.699000', '150335.701000', '150335.704000', '150335.707000', '150335.710000', '150335.713000', '150335.716000', '150335.719000', '150335.722000', '150355.590000', '150355.593000', '150355.596000', '150355.599000', '150355.602000', '150355.605000', '150355.608000', '150355.611000', '150355.614000', '150355.617000', '150355.620000', '150355.623000', '150355.626000', '150355.629000', '150355.632000', '150355.635000', '150355.638000', '150355.641000', '150355.643000', '150355.646000', '150355.649000', '150355.652000', '150355.655000', '150355.658000', '150355.661000', '150355.664000', '150355.667000', '150355.670000', '150355.673000', '150355.676000', '150355.678000', '150355.681000', '150355.684000', '150355.687000', '150355.690000', '150355.693000', '150355.696000', '150355.699000', '150355.702000', '150355.705000', '150355.708000', '150355.711000', '150355.714000', '150415.590000', '150415.593000', '150415.596000', '150415.599000', '150415.602000', '150415.605000', '150415.608000', '150415.611000', '150415.613000', '150415.616000', '150415.619000', '150415.622000', '150415.625000', '150415.628000', '150415.631000', '150415.634000', '150415.637000', '150415.640000', '150415.643000', '150415.645000', '150415.648000', '150415.651000', '150415.654000', '150415.657000', '150415.660000', '150415.663000', '150415.666000', '150415.669000', '150415.672000', '150415.675000', '150415.678000', '150415.680000', '150415.683000', '150415.686000', '150415.689000', '150415.692000', '150415.695000', '150415.698000', '150415.701000', '150415.704000', '150415.707000', '150415.710000', '150415.713000', '150415.716000', '150435.590000', '150435.593000', '150435.596000', '150435.599000', '150435.602000', '150435.605000', '150435.608000', '150435.611000', '150435.614000', '150435.623000', '150435.626000', '150435.629000', '150435.631000', '150435.635000', '150435.638000', '150435.640000', '150435.643000', '150435.647000', '150435.650000', '150435.653000', '150435.656000', '150435.659000', '150435.662000', '150435.665000', '150435.668000', '150435.671000', '150435.674000', '150435.677000', '150435.680000', '150435.683000', '150435.685000', '150435.688000', '150435.691000', '150435.694000', '150435.697000', '150435.700000', '150435.703000', '150435.706000', '150435.709000', '150435.712000', '150435.715000', '150435.718000', '150435.721000', '150455.589000', '150455.592000', '150455.595000', '150455.598000', '150455.601000', '150455.604000', '150455.607000', '150455.610000', '150455.613000', '150455.616000', '150455.619000', '150455.622000', '150455.625000', '150455.635000', '150455.638000', '150455.641000', '150455.644000', '150455.646000', '150455.649000', '150455.652000', '150455.655000', '150455.670000', '150455.673000', '150455.676000', '150455.679000', '150455.682000', '150455.685000', '150455.687000', '150455.690000', '150455.693000', '150455.696000', '150455.699000', '150455.702000', '150455.705000', '150455.708000', '150455.711000', '150455.714000', '150455.717000', '150455.720000', '150455.723000', '150455.726000', '150455.729000', '150455.732000', '150455.735000', '150515.589000', '150515.592000', '150515.595000', '150515.598000', '150515.601000', '150515.604000', '150515.607000', '150515.610000', '150515.613000', '150515.616000', '150515.619000', '150515.622000', '150515.625000', '150515.628000', '150515.631000', '150515.634000', '150515.637000', '150515.640000', '150515.643000', '150515.645000', '150515.649000', '150515.652000', '150515.654000', '150515.657000', '150515.661000', '150515.663000', '150515.666000', '150515.670000', '150515.673000', '150515.676000', '150515.679000', '150515.682000', '150515.684000', '150515.687000', '150515.690000', '150515.693000', '150515.696000', '150515.699000', '150515.702000', '150515.705000', '150515.708000', '150515.711000', '150515.714000', '150535.589000', '150535.592000', '150535.595000', '150535.598000', '150535.601000', '150535.605000', '150535.608000', '150535.611000', '150535.614000', '150535.617000', '150535.619000', '150535.622000', '150535.625000', '150535.628000', '150535.631000', '150535.634000', '150535.637000', '150535.640000', '150535.643000', '150535.646000', '150535.649000', '150535.652000', '150535.655000', '150535.658000', '150535.661000', '150535.664000', '150535.667000', '150535.670000', '150535.673000', '150535.676000', '150535.678000', '150535.681000', '150535.684000', '150535.687000', '150535.690000', '150535.693000', '150535.696000', '150535.699000', '150535.702000', '150535.705000', '150535.708000', '150535.711000', '150535.714000', '150535.717000', '150555.590000', '150555.593000', '150555.596000', '150555.599000', '150555.602000', '150555.605000', '150555.608000', '150555.611000', '150555.614000', '150555.617000', '150555.621000', '150555.624000', '150555.627000', '150555.630000', '150555.633000', '150555.637000', '150555.639000', '150555.642000', '150555.645000', '150555.648000', '150555.651000', '150555.654000', '150555.657000', '150555.660000', '150555.663000', '150555.666000', '150555.669000', '150555.672000', '150555.675000', '150555.678000', '150555.681000', '150555.684000', '150555.688000', '150555.691000', '150555.694000', '150555.697000', '150555.700000', '150555.703000', '150555.706000', '150555.709000', '150555.712000', '150555.715000', '150555.718000', '150615.590000', '150615.593000', '150615.596000', '150615.599000', '150615.602000', '150615.605000', '150615.608000', '150615.611000', '150615.614000', '150615.617000', '150615.620000', '150615.623000', '150615.626000', '150615.629000', '150615.632000', '150615.634000', '150615.638000', '150615.641000', '150615.643000', '150615.646000', '150615.649000', '150615.652000', '150615.655000', '150615.660000', '150615.663000', '150615.666000', '150615.669000', '150615.672000', '150615.675000', '150615.678000', '150615.680000', '150615.683000', '150615.687000', '150615.689000', '150615.692000', '150615.695000', '150615.698000', '150615.701000', '150615.704000', '150615.707000', '150615.710000', '150615.713000', '150615.716000', '150615.719000', '150635.590000', '150635.593000', '150635.596000', '150635.599000', '150635.602000', '150635.605000', '150635.608000', '150635.611000', '150635.614000', '150635.617000', '150635.620000', '150635.623000', '150635.626000', '150635.629000', '150635.632000', '150635.635000', '150635.638000', '150635.641000', '150635.644000', '150635.647000', '150635.650000', '150635.652000', '150635.655000', '150635.658000', '150635.661000', '150635.664000', '150635.667000', '150635.670000', '150635.673000', '150635.676000', '150635.679000', '150635.682000', '150635.685000', '150635.687000', '150635.690000', '150635.693000', '150635.696000', '150635.699000', '150635.702000', '150635.705000', '150635.709000', '150635.711000', '150635.714000', '150655.590000', '150655.593000', '150655.596000', '150655.599000', '150655.602000', '150655.605000', '150655.608000', '150655.611000', '150655.614000', '150655.617000', '150655.619000', '150655.622000', '150655.625000', '150655.628000', '150655.631000', '150655.634000', '150655.637000', '150655.640000', '150655.643000', '150655.646000', '150655.648000', '150655.651000', '150655.654000', '150655.657000', '150655.660000', '150655.663000', '150655.666000', '150655.669000', '150655.672000', '150655.675000', '150655.677000', '150655.680000', '150655.683000', '150655.686000', '150655.689000', '150655.692000', '150655.695000', '150655.698000', '150655.701000', '150655.704000', '150655.706000', '150655.709000', '150655.712000', '150655.715000', '150715.589000', '150715.592000', '150715.595000', '150715.598000', '150715.601000', '150715.604000', '150715.607000', '150715.610000', '150715.613000', '150715.615000', '150715.618000', '150715.621000', '150715.624000', '150715.627000', '150715.630000', '150715.633000', '150715.636000', '150715.639000', '150715.642000', '150715.645000', '150715.648000', '150715.651000', '150715.653000', '150715.656000', '150715.661000', '150715.664000', '150715.667000', '150715.670000', '150715.673000', '150715.676000', '150715.679000', '150715.682000', '150715.684000', '150715.687000', '150715.690000', '150715.693000', '150715.696000', '150715.699000', '150715.702000', '150715.705000', '150715.708000', '150715.711000', '150715.714000', '150735.589000', '150735.592000', '150735.595000', '150735.598000', '150735.601000', '150735.604000', '150735.607000', '150735.610000', '150735.613000', '150735.616000', '150735.618000', '150735.621000', '150735.624000', '150735.627000', '150735.630000', '150735.633000', '150735.636000', '150735.639000', '150735.642000', '150735.645000', '150735.648000', '150735.651000', '150735.654000', '150735.656000', '150735.659000', '150735.662000', '150735.665000', '150735.668000', '150735.671000', '150735.674000', '150735.677000', '150735.680000', '150735.683000', '150735.686000', '150735.689000', '150735.692000', '150735.695000', '150735.697000', '150735.700000', '150735.703000', '150735.706000', '150735.709000', '150735.726000', '150735.729000', '150755.589000', '150755.592000', '150755.595000', '150755.598000', '150755.601000', '150755.604000', '150755.607000', '150755.610000', '150755.613000', '150755.616000', '150755.619000', '150755.621000', '150755.624000', '150755.627000', '150755.630000', '150755.649000', '150755.652000', '150755.655000', '150755.658000', '150755.661000', '150755.664000', '150755.667000', '150755.670000', '150755.673000', '150755.676000', '150755.679000', '150755.682000', '150755.685000', '150755.688000', '150755.690000', '150755.693000', '150755.696000', '150755.699000', '150755.702000', '150755.705000', '150755.708000', '150755.711000', '150755.713000', '150755.716000', '150755.719000', '150755.722000', '150755.725000', '150755.728000', '150815.590000', '150815.593000', '150815.596000', '150815.599000', '150815.602000', '150815.605000', '150815.608000', '150815.611000', '150815.614000', '150815.616000', '150815.619000', '150815.622000', '150815.625000', '150815.628000', '150815.631000', '150815.634000', '150815.637000', '150815.640000', '150815.643000', '150815.646000', '150815.648000', '150815.651000', '150815.654000', '150815.657000', '150815.660000', '150815.663000', '150815.666000', '150815.669000', '150815.672000', '150815.675000', '150815.678000', '150815.681000', '150815.684000', '150815.686000', '150815.689000', '150815.692000', '150815.695000', '150815.698000', '150815.701000', '150815.704000', '150815.707000', '150815.710000', '150815.713000', '150815.716000', '150835.590000', '150835.593000', '150835.596000', '150835.599000', '150835.602000', '150835.605000', '150835.608000', '150835.611000', '150835.614000', '150835.616000', '150835.619000', '150835.622000', '150835.625000', '150835.628000', '150835.631000', '150835.634000', '150835.637000', '150835.640000', '150835.643000', '150835.646000', '150835.649000', '150835.652000', '150835.655000', '150835.658000', '150835.661000', '150835.664000', '150835.666000', '150835.669000', '150835.672000', '150835.675000', '150835.678000', '150835.681000', '150835.684000', '150835.687000', '150835.690000', '150835.693000', '150835.696000', '150835.700000', '150835.703000', '150835.706000', '150835.709000', '150835.712000', '150835.715000', '150855.590000', '150855.593000', '150855.596000', '150855.599000', '150855.602000', '150855.605000', '150855.608000', '150855.611000', '150855.614000', '150855.617000', '150855.620000', '150855.623000', '150855.625000', '150855.628000', '150855.631000', '150855.634000', '150855.637000', '150855.640000', '150855.643000', '150855.646000', '150855.649000', '150855.652000', '150855.655000', '150855.658000', '150855.661000', '150855.664000', '150855.667000', '150855.670000', '150855.673000', '150855.676000', '150855.679000', '150855.682000', '150855.685000', '150855.688000', '150855.690000', '150855.693000', '150855.696000', '150855.699000', '150855.702000', '150855.717000', '150855.720000', '150855.723000', '150855.726000', '150855.729000', '150915.590000', '150915.593000', '150915.596000', '150915.599000', '150915.602000', '150915.605000', '150915.608000', '150915.611000', '150915.614000', '150915.617000', '150915.620000', '150915.623000', '150915.625000', '150915.628000', '150915.631000', '150915.634000', '150915.637000', '150915.640000', '150915.643000', '150915.646000', '150915.649000', '150915.652000', '150915.655000', '150915.658000', '150915.661000', '150915.663000', '150915.666000', '150915.669000', '150915.672000', '150915.675000', '150915.678000', '150915.681000', '150915.684000', '150915.687000', '150915.690000', '150915.693000', '150915.695000', '150915.699000', '150915.702000', '150915.705000', '150915.707000', '150915.711000', '150915.713000', '150935.589000', '150935.592000', '150935.595000', '150935.598000', '150935.601000', '150935.604000', '150935.607000', '150935.610000', '150935.613000', '150935.616000', '150935.619000', '150935.622000', '150935.625000', '150935.628000', '150935.631000', '150935.634000', '150935.637000', '150935.640000', '150935.642000', '150935.645000', '150935.648000', '150935.651000', '150935.654000', '150935.657000', '150935.660000', '150935.663000', '150935.666000', '150935.669000', '150935.672000', '150935.675000', '150935.678000', '150935.681000', '150935.683000', '150935.686000', '150935.694000', '150935.697000', '150935.700000', '150935.703000', '150935.706000', '150935.709000', '150935.712000', '150935.715000', '150935.718000', '150935.721000', '150955.589000', '150955.592000', '150955.595000', '150955.598000', '150955.601000', '150955.604000', '150955.607000', '150955.610000', '150955.613000', '150955.616000', '150955.619000', '150955.622000', '150955.624000', '150955.627000', '150955.630000', '150955.633000', '150955.636000', '150955.639000', '150955.642000', '150955.645000', '150955.648000', '150955.651000', '150955.654000', '150955.657000', '150955.660000', '150955.663000', '150955.665000', '150955.668000', '150955.671000', '150955.674000', '150955.677000', '150955.680000', '150955.683000', '150955.686000', '150955.689000', '150955.692000', '150955.695000', '150955.697000', '150955.700000', '150955.703000', '150955.706000', '150955.709000', '150955.712000', '151008.278000', '151008.282000', '151008.286000', '151008.289000', '151008.292000', '151008.295000', '151008.298000', '151008.301000', '151008.304000', '151008.308000', '151008.311000', '151008.314000', '151008.317000', '151008.320000', '151008.323000', '151008.326000', '151008.328000', '151008.331000', '151008.334000', '151008.338000', '151008.341000', '151008.344000', '151008.347000', '151008.350000', '151008.353000', '151008.356000', '151008.359000', '151008.361000'], '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': [11818, 11790, 9895, 11345, 10483, 10415, 11575, 11361, 9865, 11720, 11398, 10977, 11577, 11597, 10416, 11582, 11621, 10628, 11688, 11646, 13371, 11564, 11765, 12051, 11554, 11652, 11039, 10385, 11005, 10835, 10664, 11866, 11251, 10616, 11338, 11223, 11964, 11216, 11445, 11533, 11022, 11688, 11180, 10858, 11644, 10548, 11342, 11613, 11569, 11209, 11357, 12955, 11415, 11558, 10863, 11461, 11903, 12435, 10710, 11480, 11811, 11258, 11672, 11914, 10326, 10840, 10850, 10367, 11073, 10590, 10843, 11228, 11390, 11911, 10974, 11747, 11663, 11451, 11380, 11904, 10914, 11337, 10823, 11237, 11652, 10837, 11231, 11527, 12746, 10874, 11371, 12101, 10590, 11518, 11727, 10165, 11275, 10146, 10508, 11147, 10728, 10870, 11038, 10512, 9888, 11565, 10014, 10134, 11163, 11496, 11165, 11530, 9578, 10446, 11376, 11536, 11736, 11444, 11692, 11343, 11770, 11704, 11161, 10973, 11596, 12583, 11532, 11656, 11956, 11346, 11929, 12420, 10130, 11271, 10987, 10613, 11343, 10329, 10109, 11519, 11331, 10336, 11759, 11253, 10483, 11861, 11430, 10739, 11561, 11874, 10573, 11548, 11737, 12679, 11342, 11745, 11861, 11458, 11505, 11812, 10903, 11381, 11293, 9857, 11395, 10725, 11226, 11469, 10705, 9951, 10923, 10817, 11173, 11565, 11737, 11152, 11796, 11938, 11200, 11705, 11969, 10729, 11192, 12429, 10025, 11106, 11506, 9871, 10998, 10936, 10472, 11143, 10083, 9872, 11269, 11323, 11202, 11720, 11822, 11036, 11509, 11785, 11536, 10729, 11511, 12204, 11221, 11723, 11908, 10561, 11274, 11525, 10568, 11638, 11632, 10520, 11124, 11691, 9713, 11711, 10383, 10078, 11523, 11469, 11205, 10964, 11797, 11015, 11307, 11931, 10256, 11659, 11472, 12697, 10933, 11620, 11642, 11108, 11475, 11582, 10417, 11128, 10541, 10172, 11555, 11257, 10700, 11557, 11715, 10469, 11514, 11974, 10982, 11017, 11549, 10606, 11468, 11726, 10483, 11097, 11421, 12528, 10876, 11742, 11220, 10881, 11583, 10509, 11171, 11381, 11797, 10980, 11598, 11776, 11127, 11539, 12071, 10310, 11369, 11594, 10810, 11729, 11455, 10346, 11308, 11056, 9833, 11547, 10590, 9986, 11663, 11517, 11715, 10995, 11464, 10899, 11370, 11588, 10761, 11353, 11425, 11730, 10913, 11535, 11182, 11144, 11570, 10753, 11129, 11912, 11003, 11527, 11717, 10799, 11456, 11595, 12607, 10635, 11594, 11362, 11125, 11591, 11759, 9725, 11167, 11027, 10128, 11587, 10900, 11001, 11618, 11391, 10730, 11571, 10715, 10865, 11733, 11502, 10012, 11149, 11339, 11339, 11944, 11898, 10523, 10842, 11552, 12101, 10397, 11459, 10863, 10630, 11525, 10950, 10067, 11655, 10576, 9964, 12148, 11395, 11109, 11774, 11871, 10255, 11924, 11755, 11794, 11999, 11860, 11281, 11229, 11866, 10834, 11260, 11652, 11151, 11811, 12055, 11406, 10656, 11779, 11437, 9699, 11761, 11012, 9866, 12113, 11734, 10812, 11813, 11610, 10884, 12015, 12095, 13019, 11974, 12035, 11378, 11365, 11927, 10308, 10377, 11547, 9886, 10015, 11569, 10128, 9819, 11686, 11856, 11987, 11419, 11896, 10678, 12027, 11714, 11298, 11284, 12088, 11016, 11974, 11919, 10842, 11773, 11724, 11005, 11190, 12027, 10913, 11373, 11854, 10748, 11379, 11856, 10512, 11559, 11887, 11229, 10891, 12014, 13816, 11558, 12028, 10877, 11798, 11966, 11577, 11806, 11916, 12096, 11825, 12024, 12100, 11331, 11980, 11806, 10872, 11804, 10460, 11628, 11888, 11297, 10968, 11954, 10701, 11580, 11899, 11522, 10538, 11760, 10873, 11484, 11780, 11410, 9958, 11286, 11014, 9895, 11678, 10789, 9379, 11518, 11641, 11481, 11584, 12037, 11198, 11765, 11994, 10984, 11601, 11702, 10823, 11740, 11872, 10804, 11848, 11965, 10294, 12115, 11834, 11119, 11796, 12097, 10474, 11602, 12173, 10566, 11451, 11865, 10662, 11540, 12159, 10316, 12095, 11962, 10614, 11348, 11947, 12216, 11642, 12096, 10491, 11635, 11891, 11982, 11195, 11946, 11089, 11399, 11639, 11345, 11167, 11368, 10226, 10083, 11330, 9755, 9766, 10716, 8917, 9612, 11409, 10566, 10524, 11601, 10832, 11272, 11827, 12536, 10159, 11121, 11726, 10715, 11948, 11638, 10568, 11066, 11758, 13054, 11631, 11888, 11803, 11668, 11775, 11943, 10318, 11406, 10095, 10168, 11503, 11701, 10540, 11615, 11785, 10274, 11511, 11951, 10152, 11663, 11805, 11180, 11892, 11865, 12622, 11854, 11985, 12631, 11359, 11933, 11339, 10890, 11662, 10753, 11069, 11686, 10183, 10890, 12122, 10437, 10260, 11493, 10293, 9535, 11871, 11467, 12117, 11561, 11843, 10416, 11592, 11881, 10471, 11753, 11693, 12063, 11286, 12029, 10915, 11661, 12099, 11982, 11361, 11482, 11338, 11331, 12020, 10943, 10349, 11442, 10477, 10539, 11444, 10102, 10453, 11298, 10423, 9407, 11497, 10556, 10136, 11507, 11700, 10177, 12241, 9467, 10083, 11478, 11550, 10741, 11962, 11712, 10451, 11935, 11916, 10701, 12039, 12120, 10239, 11836, 11926, 13094, 11789, 11948, 11940, 11263, 11978, 11346, 11053, 11481, 11191, 11077, 11733, 10766, 11290, 11554, 10886, 10377, 11841, 11051, 10272, 12029, 11495, 11009, 11916, 11858, 10178, 11832, 11622, 11538, 10868, 12064, 10074, 11673, 12048, 12045, 11464, 12092, 11846, 11251, 11782, 11140, 10709, 11856, 10783, 10130, 11692, 10640, 10214, 11624, 10059, 9460, 11847, 11342, 10833, 11457, 11765, 10808, 12136, 11814, 10736, 12043, 11717, 10877, 12079, 11954, 10873, 11908, 12252, 11929, 11872, 11943, 11895, 10675, 11583, 10477, 10951, 11852, 11561, 11229, 11793, 12056, 11090, 12156, 11923, 10559, 11746, 12059, 10853, 12311, 11939, 10743, 11446, 12046, 10004, 12122, 12088, 11886, 11888, 12007, 11902, 11262, 11824, 10915, 11602, 11856, 11120, 9926, 11393, 10837, 9454, 11784, 11723, 12135, 11527, 12073, 10193, 12127, 12139, 10291, 11743, 12217, 9887, 12213, 9287, 10006, 11801, 11917, 11152, 12248, 11774, 9608, 11909, 12271, 10098, 11800, 12020, 11787, 12007, 12272, 11340, 11128, 11933, 11226, 11549, 12085, 10884, 11785, 12011, 11197, 11397, 12214, 10577, 11899, 11696, 11539, 11018, 12386, 11759, 10705, 12329, 11533, 11174, 11799, 12056, 12806, 12351, 11980, 12250, 12132, 12118, 11820, 11744, 12273, 10776, 11485, 12222, 10054, 10670, 11935, 9330, 10888, 11954, 11813, 11669, 11435, 11980, 10059, 11983, 11859, 10163, 11986, 12113, 9695, 12275, 11941, 11757, 11809, 12104, 10533, 12310, 9278, 11391, 12150, 11654, 12115, 11619, 12088, 10824, 12325, 11895, 11629, 11733, 12097, 9709, 12023, 11887, 10040, 11592, 12073, 11919, 11588, 12175, 10785, 11344, 11960, 11561, 10532, 11257, 10985, 10016, 11182, 11939, 11188, 10813, 11867, 12128, 11227, 11746, 11825, 10337, 11884, 12156, 11968, 11309, 11950, 13436, 11388, 12150, 12368, 11006, 11585, 11737, 10726, 12312, 11683, 12786, 11899, 12275, 11501, 11881, 12200, 11500, 10931, 11779, 12024, 10431, 11746, 11757, 10092, 11845, 11935, 10792, 11117, 11910, 11609, 10863, 11806, 11505, 11133, 12086, 11570, 12349, 11513, 12053, 11945, 12171, 12037, 12695, 12045, 12017, 12305, 11066, 12019, 10767, 10270, 12133, 11630, 10068, 12147, 11966, 10795, 12269, 12154, 11700, 11863, 11945, 10646, 10900, 12277, 9730, 10118, 12033, 11504, 10158, 12310, 12075, 10991, 11923, 11994, 10236, 12275, 11926, 11562, 11912, 11973, 11997, 11488, 11871, 10594, 11063, 11986, 11861, 10709, 12085, 12312, 11298, 12032, 12173, 11375, 12097, 12121, 10655, 11745, 11888, 9849, 9738, 11922, 11692, 9858, 12172, 11962, 10478, 11732, 11999, 11196, 11431, 11966, 11872, 11811, 12154, 10632, 11887, 11974, 11668, 11491, 12264, 11278, 10699, 12003, 10775, 11151, 12017, 11789, 11168, 12118, 12003, 12372, 11852, 11941, 13153, 12084, 12161, 11846, 11385, 12211, 10721, 10956, 11849, 11218, 9779, 12012, 11871, 10541, 11795, 11753, 10484, 11750, 11932, 11455, 11480, 11777, 11499, 11683, 12119, 11178, 12113, 12158, 11070, 11359, 12170, 11214, 11459, 11955, 10384, 11230, 11650, 10175, 9606, 12106, 9553, 10185, 11704, 11812, 11127, 12384, 11931, 11415, 11296, 11835, 11691, 12320, 12214, 12017, 11766, 12004, 11451, 11407, 12097, 10998, 11411, 11968, 11085, 11641, 12014, 11059, 9983, 12148, 11635, 11310, 11877, 11948, 11831, 12081, 11973, 11023, 12176, 11914, 10000, 12187, 11862, 11186, 11590, 12086, 10925, 11800, 12190, 10819, 11623, 11888, 10880, 11296, 11831, 10135, 11616, 11858, 10422, 10368, 12118, 9870, 10221, 12052, 11711, 10832, 12226, 9318, 11208, 11833, 11206, 10125, 11979, 11763, 9935, 12108, 9439, 10624, 12032, 11715, 9960, 12139, 9759, 10889, 12186, 11764, 10091, 12292, 11873, 11405, 12080, 11678, 11574, 11864, 11919, 10074, 12421, 11663, 11067, 11847, 11806, 9663, 12364, 12013, 10830, 12053, 11842, 10006, 12156, 12136, 10479, 12277, 12027, 11379, 12064, 11843, 9638, 12301, 11991, 10686, 12402, 11790, 12533, 11800, 11354, 10475, 12076, 11372, 11935, 11894, 11908, 10585, 12042, 11612, 11094, 12106, 11202, 13132, 12368, 11932, 12304, 12070, 11878, 11976, 12043, 11850, 10321, 11404, 12012, 9551, 10802, 11954, 9310, 10621, 12290, 9234, 11762, 11914, 10619, 9918, 12074, 9877, 11203, 12024, 12869, 12232, 12051, 12062, 12125, 12130, 11064, 10633, 12077, 11373, 11483, 12194, 11650, 13775, 12386, 11749, 12198, 12272, 11624, 11248, 12277, 12047, 9948, 11105, 11802, 10564, 11211, 12032, 10985, 10871, 12095, 11451, 10014, 12140, 11209, 10517, 12101, 12113, 9873, 11995, 12207, 10983, 10802, 11905, 11516, 11058, 11689, 9620, 10764, 11685, 10901, 10182, 11322, 10973, 9677, 11066], 'WindowCenter': [3947.0, 3933.0, 3911.0, 3909.0, 3897.0, 3895.0, 3904.0, 3893.0, 3871.0, 3892.0, 3894.0, 3882.0, 3893.0, 3893.0, 3882.0, 3892.0, 3893.0, 3881.0, 3904.0, 3905.0, 3914.0, 3893.0, 3904.0, 3902.0, 3894.0, 3894.0, 3881.0, 3894.0, 3906.0, 3895.0, 3894.0, 3905.0, 3894.0, 3893.0, 3905.0, 3906.0, 3906.0, 3906.0, 3907.0, 3907.0, 3906.0, 3917.0, 3906.0, 3907.0, 3908.0, 3896.0, 3907.0, 3907.0, 3904.0, 3905.0, 3908.0, 3916.0, 3906.0, 3907.0, 3894.0, 3907.0, 3906.0, 3916.0, 3896.0, 3907.0, 3906.0, 3906.0, 3907.0, 3905.0, 3897.0, 3907.0, 3907.0, 3895.0, 3907.0, 3896.0, 3894.0, 3906.0, 3907.0, 3917.0, 3907.0, 3918.0, 3907.0, 3918.0, 3908.0, 3906.0, 3920.0, 3919.0, 3907.0, 3908.0, 3909.0, 3906.0, 3907.0, 3919.0, 3917.0, 3896.0, 3908.0, 3906.0, 3895.0, 3908.0, 3918.0, 3909.0, 3907.0, 3895.0, 3907.0, 3921.0, 3908.0, 3908.0, 3908.0, 3908.0, 3897.0, 3932.0, 3897.0, 3907.0, 3919.0, 3919.0, 3907.0, 3919.0, 3897.0, 3908.0, 3919.0, 3918.0, 3918.0, 3907.0, 3919.0, 3908.0, 3906.0, 3906.0, 3895.0, 3906.0, 3918.0, 3915.0, 3906.0, 3907.0, 3904.0, 3905.0, 3906.0, 3916.0, 3897.0, 3907.0, 3906.0, 3895.0, 3906.0, 3894.0, 3894.0, 3918.0, 3906.0, 3894.0, 3907.0, 3894.0, 3894.0, 3905.0, 3917.0, 3906.0, 3906.0, 3917.0, 3894.0, 3905.0, 3906.0, 3917.0, 3906.0, 3906.0, 3904.0, 3905.0, 3905.0, 3904.0, 3894.0, 3907.0, 3906.0, 3896.0, 3907.0, 3895.0, 3906.0, 3918.0, 3907.0, 3898.0, 3921.0, 3920.0, 3921.0, 3921.0, 3918.0, 3908.0, 3919.0, 3907.0, 3907.0, 3918.0, 3905.0, 3906.0, 3919.0, 3917.0, 3897.0, 3907.0, 3906.0, 3896.0, 3908.0, 3907.0, 3897.0, 3908.0, 3896.0, 3896.0, 3907.0, 3908.0, 3906.0, 3917.0, 3908.0, 3907.0, 3907.0, 3918.0, 3906.0, 3908.0, 3919.0, 3931.0, 3919.0, 3918.0, 3906.0, 3906.0, 3908.0, 3906.0, 3897.0, 3908.0, 3906.0, 3896.0, 3909.0, 3907.0, 3885.0, 3906.0, 3893.0, 3895.0, 3905.0, 3906.0, 3906.0, 3906.0, 3907.0, 3895.0, 3906.0, 3907.0, 3894.0, 3907.0, 3918.0, 3915.0, 3896.0, 3906.0, 3905.0, 3905.0, 3907.0, 3907.0, 3907.0, 3907.0, 3895.0, 3895.0, 3905.0, 3906.0, 3895.0, 3905.0, 3906.0, 3893.0, 3905.0, 3905.0, 3905.0, 3906.0, 3906.0, 3895.0, 3906.0, 3906.0, 3893.0, 3906.0, 3918.0, 3916.0, 3906.0, 3906.0, 3905.0, 3906.0, 3906.0, 3894.0, 3905.0, 3918.0, 3917.0, 3907.0, 3919.0, 3917.0, 3907.0, 3918.0, 3917.0, 3896.0, 3907.0, 3907.0, 3906.0, 3917.0, 3905.0, 3896.0, 3919.0, 3907.0, 3885.0, 3906.0, 3895.0, 3884.0, 3907.0, 3906.0, 3906.0, 3907.0, 3907.0, 3906.0, 3906.0, 3907.0, 3894.0, 3906.0, 3907.0, 3906.0, 3907.0, 3908.0, 3907.0, 3908.0, 3918.0, 3907.0, 3908.0, 3919.0, 3907.0, 3907.0, 3918.0, 3906.0, 3907.0, 3919.0, 3918.0, 3908.0, 3919.0, 3907.0, 3908.0, 3919.0, 3917.0, 3898.0, 3919.0, 3909.0, 3897.0, 3919.0, 3907.0, 3908.0, 3918.0, 3919.0, 3907.0, 3908.0, 3895.0, 3895.0, 3906.0, 3905.0, 3884.0, 3921.0, 3908.0, 3907.0, 3907.0, 3907.0, 3894.0, 3906.0, 3905.0, 3906.0, 3897.0, 3918.0, 3907.0, 3909.0, 3919.0, 3907.0, 3897.0, 3909.0, 3897.0, 3886.0, 3918.0, 3906.0, 3906.0, 3906.0, 3906.0, 3894.0, 3905.0, 3906.0, 3903.0, 3904.0, 3905.0, 3893.0, 3905.0, 3906.0, 3894.0, 3907.0, 3919.0, 3907.0, 3918.0, 3919.0, 3907.0, 3907.0, 3919.0, 3908.0, 3886.0, 3908.0, 3895.0, 3884.0, 3906.0, 3906.0, 3895.0, 3906.0, 3906.0, 3895.0, 3918.0, 3931.0, 3917.0, 3905.0, 3917.0, 3894.0, 3907.0, 3921.0, 3909.0, 3908.0, 3918.0, 3896.0, 3896.0, 3918.0, 3897.0, 3897.0, 3919.0, 3919.0, 3917.0, 3908.0, 3908.0, 3897.0, 3918.0, 3918.0, 3906.0, 3920.0, 3918.0, 3907.0, 3919.0, 3907.0, 3907.0, 3919.0, 3920.0, 3908.0, 3908.0, 3919.0, 3908.0, 3919.0, 3919.0, 3907.0, 3919.0, 3919.0, 3908.0, 3919.0, 3919.0, 3907.0, 3908.0, 3931.0, 3929.0, 3908.0, 3919.0, 3907.0, 3919.0, 3919.0, 3907.0, 3907.0, 3919.0, 3917.0, 3918.0, 3918.0, 3917.0, 3919.0, 3918.0, 3907.0, 3906.0, 3917.0, 3895.0, 3906.0, 3920.0, 3907.0, 3908.0, 3919.0, 3908.0, 3920.0, 3920.0, 3919.0, 3909.0, 3920.0, 3908.0, 3919.0, 3920.0, 3908.0, 3898.0, 3908.0, 3908.0, 3885.0, 3907.0, 3896.0, 3885.0, 3907.0, 3918.0, 3907.0, 3908.0, 3918.0, 3907.0, 3918.0, 3918.0, 3908.0, 3920.0, 3920.0, 3908.0, 3918.0, 3918.0, 3907.0, 3919.0, 3919.0, 3897.0, 3917.0, 3918.0, 3906.0, 3917.0, 3919.0, 3906.0, 3919.0, 3919.0, 3907.0, 3919.0, 3919.0, 3908.0, 3919.0, 3919.0, 3908.0, 3918.0, 3919.0, 3908.0, 3919.0, 3920.0, 3920.0, 3919.0, 3919.0, 3907.0, 3919.0, 3920.0, 3919.0, 3908.0, 3919.0, 3908.0, 3919.0, 3921.0, 3909.0, 3934.0, 3923.0, 3910.0, 3909.0, 3921.0, 3900.0, 3910.0, 3910.0, 3888.0, 3899.0, 3921.0, 3921.0, 3922.0, 3933.0, 3923.0, 3934.0, 3934.0, 3933.0, 3911.0, 3933.0, 3921.0, 3910.0, 3920.0, 3919.0, 3908.0, 3920.0, 3920.0, 3919.0, 3908.0, 3919.0, 3907.0, 3907.0, 3918.0, 3918.0, 3897.0, 3909.0, 3897.0, 3897.0, 3918.0, 3906.0, 3907.0, 3917.0, 3919.0, 3897.0, 3907.0, 3907.0, 3895.0, 3907.0, 3918.0, 3907.0, 3906.0, 3906.0, 3905.0, 3906.0, 3918.0, 3906.0, 3895.0, 3906.0, 3895.0, 3895.0, 3908.0, 3905.0, 3906.0, 3906.0, 3895.0, 3905.0, 3916.0, 3908.0, 3896.0, 3907.0, 3897.0, 3886.0, 3918.0, 3907.0, 3918.0, 3919.0, 3919.0, 3907.0, 3907.0, 3918.0, 3896.0, 3918.0, 3919.0, 3918.0, 3908.0, 3920.0, 3907.0, 3918.0, 3919.0, 3918.0, 3919.0, 3920.0, 3909.0, 3920.0, 3920.0, 3908.0, 3909.0, 3923.0, 3909.0, 3910.0, 3920.0, 3897.0, 3908.0, 3920.0, 3910.0, 3888.0, 3921.0, 3909.0, 3897.0, 3920.0, 3919.0, 3897.0, 3919.0, 3887.0, 3897.0, 3919.0, 3920.0, 3908.0, 3919.0, 3919.0, 3907.0, 3919.0, 3920.0, 3909.0, 3919.0, 3920.0, 3897.0, 3918.0, 3918.0, 3917.0, 3907.0, 3918.0, 3907.0, 3906.0, 3907.0, 3895.0, 3907.0, 3908.0, 3907.0, 3908.0, 3906.0, 3896.0, 3906.0, 3919.0, 3907.0, 3897.0, 3907.0, 3906.0, 3895.0, 3906.0, 3906.0, 3894.0, 3906.0, 3906.0, 3895.0, 3917.0, 3907.0, 3906.0, 3907.0, 3920.0, 3898.0, 3919.0, 3919.0, 3919.0, 3920.0, 3919.0, 3918.0, 3909.0, 3919.0, 3906.0, 3897.0, 3918.0, 3907.0, 3896.0, 3908.0, 3895.0, 3884.0, 3907.0, 3896.0, 3886.0, 3918.0, 3905.0, 3907.0, 3918.0, 3919.0, 3908.0, 3919.0, 3919.0, 3907.0, 3918.0, 3919.0, 3896.0, 3918.0, 3919.0, 3906.0, 3906.0, 3918.0, 3905.0, 3906.0, 3918.0, 3906.0, 3896.0, 3908.0, 3895.0, 3906.0, 3918.0, 3908.0, 3906.0, 3907.0, 3917.0, 3906.0, 3917.0, 3907.0, 3896.0, 3907.0, 3918.0, 3906.0, 3917.0, 3918.0, 3907.0, 3907.0, 3917.0, 3895.0, 3907.0, 3918.0, 3906.0, 3917.0, 3919.0, 3918.0, 3907.0, 3918.0, 3908.0, 3932.0, 3945.0, 3921.0, 3909.0, 3920.0, 3909.0, 3897.0, 3933.0, 3919.0, 3906.0, 3908.0, 3919.0, 3895.0, 3919.0, 3918.0, 3895.0, 3907.0, 3920.0, 3899.0, 3918.0, 3887.0, 3897.0, 3919.0, 3918.0, 3907.0, 3919.0, 3920.0, 3898.0, 3919.0, 3920.0, 3897.0, 3920.0, 3920.0, 3908.0, 3918.0, 3918.0, 3906.0, 3907.0, 3919.0, 3907.0, 3907.0, 3919.0, 3906.0, 3918.0, 3918.0, 3907.0, 3918.0, 3920.0, 3907.0, 3919.0, 3919.0, 3909.0, 3908.0, 3919.0, 3908.0, 3895.0, 3917.0, 3906.0, 3895.0, 3907.0, 3907.0, 3917.0, 3906.0, 3906.0, 3904.0, 3905.0, 3918.0, 3904.0, 3905.0, 3906.0, 3894.0, 3905.0, 3918.0, 3886.0, 3895.0, 3918.0, 3886.0, 3907.0, 3919.0, 3919.0, 3908.0, 3908.0, 3920.0, 3897.0, 3918.0, 3919.0, 3897.0, 3919.0, 3919.0, 3887.0, 3918.0, 3909.0, 3907.0, 3919.0, 3920.0, 3897.0, 3918.0, 3886.0, 3920.0, 3919.0, 3920.0, 3918.0, 3907.0, 3919.0, 3907.0, 3918.0, 3908.0, 3907.0, 3919.0, 3919.0, 3886.0, 3918.0, 3919.0, 3897.0, 3906.0, 3919.0, 3918.0, 3920.0, 3920.0, 3909.0, 3920.0, 3932.0, 3931.0, 3923.0, 3935.0, 3923.0, 3912.0, 3933.0, 3933.0, 3921.0, 3923.0, 3934.0, 3933.0, 3922.0, 3935.0, 3934.0, 3912.0, 3933.0, 3934.0, 3920.0, 3910.0, 3921.0, 3929.0, 3908.0, 3919.0, 3919.0, 3907.0, 3909.0, 3919.0, 3896.0, 3918.0, 3908.0, 3917.0, 3920.0, 3919.0, 3907.0, 3908.0, 3917.0, 3907.0, 3906.0, 3920.0, 3920.0, 3922.0, 3920.0, 3918.0, 3896.0, 3918.0, 3919.0, 3907.0, 3907.0, 3920.0, 3919.0, 3910.0, 3922.0, 3920.0, 3910.0, 3920.0, 3909.0, 3917.0, 3919.0, 3919.0, 3908.0, 3918.0, 3919.0, 3916.0, 3906.0, 3919.0, 3918.0, 3895.0, 3906.0, 3894.0, 3882.0, 3905.0, 3907.0, 3884.0, 3906.0, 3906.0, 3894.0, 3905.0, 3906.0, 3904.0, 3905.0, 3905.0, 3895.0, 3895.0, 3917.0, 3885.0, 3896.0, 3917.0, 3906.0, 3895.0, 3917.0, 3918.0, 3895.0, 3918.0, 3921.0, 3909.0, 3919.0, 3919.0, 3907.0, 3907.0, 3918.0, 3907.0, 3908.0, 3919.0, 3897.0, 3909.0, 3919.0, 3919.0, 3908.0, 3918.0, 3919.0, 3906.0, 3918.0, 3919.0, 3907.0, 3920.0, 3920.0, 3896.0, 3918.0, 3919.0, 3897.0, 3886.0, 3919.0, 3907.0, 3896.0, 3917.0, 3919.0, 3897.0, 3918.0, 3919.0, 3907.0, 3919.0, 3920.0, 3920.0, 3920.0, 3920.0, 3908.0, 3919.0, 3920.0, 3908.0, 3919.0, 3931.0, 3909.0, 3909.0, 3920.0, 3908.0, 3908.0, 3919.0, 3920.0, 3908.0, 3919.0, 3919.0, 3918.0, 3919.0, 3919.0, 3917.0, 3918.0, 3919.0, 3907.0, 3907.0, 3918.0, 3895.0, 3896.0, 3917.0, 3907.0, 3886.0, 3918.0, 3907.0, 3896.0, 3918.0, 3919.0, 3896.0, 3918.0, 3919.0, 3907.0, 3907.0, 3920.0, 3908.0, 3920.0, 3921.0, 3909.0, 3919.0, 3920.0, 3908.0, 3909.0, 3934.0, 3921.0, 3921.0, 3920.0, 3897.0, 3908.0, 3920.0, 3898.0, 3887.0, 3918.0, 3885.0, 3895.0, 3920.0, 3919.0, 3908.0, 3919.0, 3919.0, 3919.0, 3909.0, 3918.0, 3907.0, 3917.0, 3917.0, 3917.0, 3907.0, 3918.0, 3907.0, 3907.0, 3919.0, 3907.0, 3908.0, 3920.0, 3909.0, 3908.0, 3919.0, 3909.0, 3898.0, 3918.0, 3907.0, 3906.0, 3906.0, 3907.0, 3906.0, 3917.0, 3906.0, 3895.0, 3905.0, 3908.0, 3884.0, 3916.0, 3906.0, 3905.0, 3907.0, 3920.0, 3908.0, 3919.0, 3919.0, 3907.0, 3919.0, 3921.0, 3910.0, 3908.0, 3918.0, 3896.0, 3919.0, 3919.0, 3898.0, 3896.0, 3918.0, 3885.0, 3896.0, 3916.0, 3907.0, 3895.0, 3918.0, 3887.0, 3907.0, 3918.0, 3907.0, 3909.0, 3921.0, 3919.0, 3898.0, 3919.0, 3887.0, 3897.0, 3918.0, 3919.0, 3897.0, 3919.0, 3888.0, 3908.0, 3920.0, 3921.0, 3910.0, 3920.0, 3919.0, 3908.0, 3919.0, 3908.0, 3906.0, 3907.0, 3908.0, 3898.0, 3918.0, 3907.0, 3895.0, 3906.0, 3918.0, 3898.0, 3918.0, 3918.0, 3896.0, 3917.0, 3918.0, 3885.0, 3917.0, 3918.0, 3896.0, 3918.0, 3918.0, 3906.0, 3918.0, 3919.0, 3897.0, 3919.0, 3918.0, 3897.0, 3919.0, 3920.0, 3919.0, 3918.0, 3909.0, 3897.0, 3919.0, 3908.0, 3905.0, 3907.0, 3919.0, 3897.0, 3919.0, 3907.0, 3907.0, 3919.0, 3908.0, 3917.0, 3917.0, 3918.0, 3906.0, 3906.0, 3907.0, 3905.0, 3906.0, 3906.0, 3896.0, 3907.0, 3921.0, 3900.0, 3909.0, 3919.0, 3899.0, 3909.0, 3920.0, 3888.0, 3919.0, 3921.0, 3909.0, 3910.0, 3933.0, 3900.0, 3909.0, 3919.0, 3930.0, 3930.0, 3920.0, 3918.0, 3918.0, 3918.0, 3909.0, 3909.0, 3921.0, 3921.0, 3908.0, 3918.0, 3919.0, 3929.0, 3919.0, 3907.0, 3907.0, 3905.0, 3907.0, 3895.0, 3905.0, 3917.0, 3897.0, 3906.0, 3908.0, 3896.0, 3895.0, 3906.0, 3896.0, 3907.0, 3918.0, 3907.0, 3885.0, 3906.0, 3907.0, 3894.0, 3919.0, 3930.0, 3896.0, 3921.0, 3932.0, 3907.0, 3922.0, 3934.0, 3920.0, 3923.0, 3935.0, 3913.0, 3923.0, 3932.0, 3920.0, 3922.0, 3934.0, 3935.0, 3925.0, 3947.0], 'WindowWidth': [8816.0, 8788.0, 8755.0, 8744.0, 8725.0, 8717.0, 8729.0, 8711.0, 8678.0, 8709.0, 8713.0, 8696.0, 8710.0, 8712.0, 8693.0, 8708.0, 8710.0, 8693.0, 8729.0, 8731.0, 8741.0, 8712.0, 8728.0, 8723.0, 8712.0, 8714.0, 8694.0, 8715.0, 8735.0, 8718.0, 8715.0, 8731.0, 8714.0, 8712.0, 8731.0, 8736.0, 8733.0, 8735.0, 8738.0, 8735.0, 8735.0, 8751.0, 8736.0, 8739.0, 8739.0, 8722.0, 8737.0, 8736.0, 8729.0, 8733.0, 8742.0, 8749.0, 8733.0, 8737.0, 8716.0, 8734.0, 8736.0, 8751.0, 8722.0, 8737.0, 8735.0, 8735.0, 8738.0, 8732.0, 8727.0, 8740.0, 8738.0, 8720.0, 8737.0, 8721.0, 8716.0, 8735.0, 8737.0, 8752.0, 8739.0, 8755.0, 8738.0, 8754.0, 8741.0, 8736.0, 8760.0, 8759.0, 8739.0, 8741.0, 8744.0, 8733.0, 8738.0, 8758.0, 8753.0, 8722.0, 8739.0, 8734.0, 8718.0, 8739.0, 8756.0, 8744.0, 8739.0, 8718.0, 8736.0, 8767.0, 8742.0, 8742.0, 8742.0, 8743.0, 8726.0, 8782.0, 8726.0, 8739.0, 8757.0, 8757.0, 8738.0, 8757.0, 8725.0, 8741.0, 8756.0, 8756.0, 8755.0, 8738.0, 8758.0, 8738.0, 8736.0, 8736.0, 8717.0, 8733.0, 8755.0, 8746.0, 8733.0, 8737.0, 8730.0, 8731.0, 8734.0, 8749.0, 8724.0, 8738.0, 8735.0, 8718.0, 8733.0, 8716.0, 8715.0, 8755.0, 8736.0, 8716.0, 8735.0, 8716.0, 8714.0, 8732.0, 8752.0, 8736.0, 8733.0, 8751.0, 8716.0, 8731.0, 8734.0, 8753.0, 8733.0, 8734.0, 8730.0, 8729.0, 8731.0, 8727.0, 8716.0, 8739.0, 8736.0, 8720.0, 8737.0, 8718.0, 8736.0, 8754.0, 8739.0, 8728.0, 8764.0, 8760.0, 8764.0, 8764.0, 8757.0, 8743.0, 8758.0, 8739.0, 8738.0, 8753.0, 8734.0, 8735.0, 8758.0, 8752.0, 8725.0, 8739.0, 8734.0, 8722.0, 8742.0, 8739.0, 8725.0, 8740.0, 8724.0, 8723.0, 8739.0, 8741.0, 8736.0, 8751.0, 8739.0, 8735.0, 8738.0, 8752.0, 8736.0, 8740.0, 8757.0, 8778.0, 8758.0, 8753.0, 8734.0, 8736.0, 8743.0, 8737.0, 8725.0, 8740.0, 8734.0, 8722.0, 8744.0, 8740.0, 8705.0, 8734.0, 8714.0, 8717.0, 8733.0, 8736.0, 8735.0, 8733.0, 8737.0, 8718.0, 8733.0, 8738.0, 8715.0, 8737.0, 8755.0, 8747.0, 8720.0, 8736.0, 8731.0, 8732.0, 8736.0, 8739.0, 8738.0, 8737.0, 8720.0, 8717.0, 8733.0, 8736.0, 8720.0, 8732.0, 8733.0, 8712.0, 8730.0, 8731.0, 8733.0, 8734.0, 8736.0, 8719.0, 8733.0, 8735.0, 8715.0, 8735.0, 8753.0, 8748.0, 8736.0, 8735.0, 8730.0, 8733.0, 8735.0, 8715.0, 8731.0, 8754.0, 8753.0, 8739.0, 8758.0, 8752.0, 8738.0, 8754.0, 8750.0, 8722.0, 8739.0, 8737.0, 8734.0, 8751.0, 8732.0, 8720.0, 8757.0, 8737.0, 8706.0, 8735.0, 8719.0, 8701.0, 8735.0, 8733.0, 8734.0, 8738.0, 8738.0, 8734.0, 8733.0, 8736.0, 8714.0, 8732.0, 8736.0, 8734.0, 8737.0, 8739.0, 8737.0, 8740.0, 8755.0, 8738.0, 8739.0, 8757.0, 8738.0, 8738.0, 8755.0, 8735.0, 8738.0, 8758.0, 8754.0, 8739.0, 8756.0, 8737.0, 8741.0, 8757.0, 8752.0, 8730.0, 8758.0, 8743.0, 8727.0, 8757.0, 8739.0, 8742.0, 8756.0, 8757.0, 8738.0, 8741.0, 8718.0, 8717.0, 8734.0, 8730.0, 8702.0, 8764.0, 8742.0, 8737.0, 8737.0, 8736.0, 8716.0, 8733.0, 8733.0, 8735.0, 8726.0, 8756.0, 8737.0, 8744.0, 8758.0, 8739.0, 8727.0, 8742.0, 8725.0, 8708.0, 8752.0, 8736.0, 8734.0, 8735.0, 8735.0, 8715.0, 8731.0, 8734.0, 8727.0, 8727.0, 8730.0, 8712.0, 8731.0, 8734.0, 8716.0, 8739.0, 8758.0, 8740.0, 8754.0, 8757.0, 8737.0, 8739.0, 8756.0, 8741.0, 8708.0, 8739.0, 8720.0, 8701.0, 8732.0, 8734.0, 8718.0, 8733.0, 8733.0, 8717.0, 8753.0, 8780.0, 8753.0, 8731.0, 8748.0, 8716.0, 8734.0, 8763.0, 8747.0, 8743.0, 8753.0, 8722.0, 8721.0, 8754.0, 8725.0, 8724.0, 8755.0, 8755.0, 8751.0, 8740.0, 8740.0, 8723.0, 8755.0, 8752.0, 8735.0, 8759.0, 8755.0, 8737.0, 8756.0, 8739.0, 8736.0, 8755.0, 8760.0, 8742.0, 8742.0, 8757.0, 8740.0, 8756.0, 8758.0, 8737.0, 8758.0, 8758.0, 8742.0, 8755.0, 8757.0, 8737.0, 8741.0, 8778.0, 8773.0, 8741.0, 8755.0, 8737.0, 8755.0, 8755.0, 8739.0, 8738.0, 8756.0, 8751.0, 8752.0, 8754.0, 8754.0, 8757.0, 8754.0, 8738.0, 8736.0, 8751.0, 8719.0, 8735.0, 8759.0, 8740.0, 8742.0, 8758.0, 8741.0, 8760.0, 8759.0, 8757.0, 8744.0, 8760.0, 8743.0, 8758.0, 8759.0, 8742.0, 8730.0, 8742.0, 8741.0, 8706.0, 8738.0, 8720.0, 8706.0, 8737.0, 8754.0, 8737.0, 8739.0, 8754.0, 8738.0, 8754.0, 8754.0, 8740.0, 8759.0, 8759.0, 8742.0, 8753.0, 8755.0, 8738.0, 8755.0, 8757.0, 8724.0, 8751.0, 8752.0, 8736.0, 8752.0, 8755.0, 8737.0, 8758.0, 8757.0, 8738.0, 8757.0, 8757.0, 8740.0, 8756.0, 8760.0, 8742.0, 8754.0, 8758.0, 8740.0, 8758.0, 8761.0, 8760.0, 8756.0, 8757.0, 8737.0, 8755.0, 8761.0, 8756.0, 8741.0, 8757.0, 8741.0, 8756.0, 8762.0, 8742.0, 8789.0, 8770.0, 8747.0, 8746.0, 8763.0, 8735.0, 8747.0, 8749.0, 8716.0, 8733.0, 8764.0, 8765.0, 8768.0, 8785.0, 8771.0, 8788.0, 8788.0, 8785.0, 8749.0, 8784.0, 8765.0, 8746.0, 8758.0, 8758.0, 8739.0, 8759.0, 8761.0, 8756.0, 8740.0, 8755.0, 8739.0, 8737.0, 8754.0, 8753.0, 8724.0, 8743.0, 8724.0, 8724.0, 8755.0, 8737.0, 8737.0, 8752.0, 8756.0, 8724.0, 8737.0, 8737.0, 8718.0, 8736.0, 8754.0, 8737.0, 8733.0, 8733.0, 8731.0, 8733.0, 8753.0, 8733.0, 8717.0, 8732.0, 8717.0, 8716.0, 8738.0, 8732.0, 8733.0, 8736.0, 8717.0, 8733.0, 8749.0, 8742.0, 8722.0, 8738.0, 8724.0, 8708.0, 8754.0, 8739.0, 8754.0, 8755.0, 8755.0, 8738.0, 8738.0, 8753.0, 8721.0, 8754.0, 8757.0, 8753.0, 8740.0, 8757.0, 8735.0, 8753.0, 8756.0, 8754.0, 8756.0, 8760.0, 8745.0, 8759.0, 8760.0, 8740.0, 8744.0, 8769.0, 8745.0, 8746.0, 8759.0, 8726.0, 8742.0, 8759.0, 8746.0, 8714.0, 8760.0, 8743.0, 8724.0, 8761.0, 8758.0, 8723.0, 8755.0, 8711.0, 8726.0, 8757.0, 8760.0, 8741.0, 8756.0, 8756.0, 8737.0, 8757.0, 8762.0, 8744.0, 8754.0, 8758.0, 8724.0, 8752.0, 8754.0, 8753.0, 8737.0, 8754.0, 8737.0, 8734.0, 8737.0, 8719.0, 8737.0, 8739.0, 8738.0, 8738.0, 8735.0, 8720.0, 8736.0, 8756.0, 8738.0, 8722.0, 8737.0, 8732.0, 8717.0, 8733.0, 8734.0, 8716.0, 8731.0, 8732.0, 8717.0, 8750.0, 8737.0, 8735.0, 8739.0, 8759.0, 8727.0, 8755.0, 8758.0, 8757.0, 8758.0, 8757.0, 8754.0, 8745.0, 8757.0, 8735.0, 8724.0, 8755.0, 8738.0, 8720.0, 8738.0, 8718.0, 8700.0, 8737.0, 8720.0, 8707.0, 8753.0, 8733.0, 8736.0, 8754.0, 8757.0, 8741.0, 8757.0, 8756.0, 8737.0, 8753.0, 8757.0, 8722.0, 8752.0, 8756.0, 8735.0, 8733.0, 8751.0, 8731.0, 8733.0, 8752.0, 8734.0, 8721.0, 8739.0, 8718.0, 8734.0, 8753.0, 8740.0, 8735.0, 8737.0, 8749.0, 8734.0, 8751.0, 8737.0, 8722.0, 8736.0, 8752.0, 8735.0, 8750.0, 8751.0, 8736.0, 8737.0, 8752.0, 8717.0, 8735.0, 8751.0, 8734.0, 8750.0, 8756.0, 8752.0, 8738.0, 8753.0, 8740.0, 8779.0, 8805.0, 8767.0, 8746.0, 8760.0, 8747.0, 8725.0, 8783.0, 8758.0, 8734.0, 8738.0, 8755.0, 8717.0, 8753.0, 8752.0, 8718.0, 8735.0, 8760.0, 8731.0, 8755.0, 8710.0, 8724.0, 8756.0, 8754.0, 8735.0, 8758.0, 8760.0, 8728.0, 8756.0, 8759.0, 8726.0, 8760.0, 8762.0, 8739.0, 8752.0, 8753.0, 8736.0, 8738.0, 8757.0, 8737.0, 8739.0, 8757.0, 8736.0, 8753.0, 8755.0, 8740.0, 8755.0, 8760.0, 8739.0, 8755.0, 8757.0, 8743.0, 8738.0, 8754.0, 8741.0, 8718.0, 8750.0, 8732.0, 8717.0, 8735.0, 8737.0, 8749.0, 8731.0, 8732.0, 8728.0, 8730.0, 8751.0, 8727.0, 8730.0, 8733.0, 8715.0, 8731.0, 8751.0, 8706.0, 8717.0, 8752.0, 8707.0, 8738.0, 8755.0, 8756.0, 8740.0, 8740.0, 8760.0, 8725.0, 8753.0, 8759.0, 8725.0, 8754.0, 8757.0, 8710.0, 8753.0, 8741.0, 8735.0, 8755.0, 8758.0, 8724.0, 8751.0, 8708.0, 8758.0, 8757.0, 8759.0, 8754.0, 8739.0, 8755.0, 8736.0, 8753.0, 8740.0, 8737.0, 8755.0, 8757.0, 8708.0, 8753.0, 8756.0, 8722.0, 8734.0, 8756.0, 8756.0, 8760.0, 8759.0, 8740.0, 8758.0, 8779.0, 8777.0, 8769.0, 8791.0, 8771.0, 8755.0, 8783.0, 8783.0, 8764.0, 8770.0, 8786.0, 8784.0, 8768.0, 8789.0, 8786.0, 8752.0, 8781.0, 8786.0, 8763.0, 8745.0, 8764.0, 8772.0, 8741.0, 8756.0, 8757.0, 8736.0, 8742.0, 8756.0, 8720.0, 8751.0, 8738.0, 8750.0, 8757.0, 8756.0, 8737.0, 8738.0, 8749.0, 8737.0, 8735.0, 8759.0, 8759.0, 8769.0, 8762.0, 8755.0, 8721.0, 8753.0, 8756.0, 8737.0, 8740.0, 8760.0, 8758.0, 8747.0, 8766.0, 8761.0, 8745.0, 8758.0, 8743.0, 8751.0, 8756.0, 8757.0, 8739.0, 8751.0, 8755.0, 8749.0, 8735.0, 8757.0, 8753.0, 8718.0, 8732.0, 8716.0, 8696.0, 8731.0, 8738.0, 8701.0, 8732.0, 8735.0, 8716.0, 8731.0, 8733.0, 8729.0, 8732.0, 8733.0, 8719.0, 8718.0, 8749.0, 8704.0, 8721.0, 8749.0, 8734.0, 8717.0, 8750.0, 8751.0, 8718.0, 8753.0, 8763.0, 8743.0, 8757.0, 8757.0, 8737.0, 8736.0, 8753.0, 8736.0, 8738.0, 8757.0, 8725.0, 8742.0, 8757.0, 8755.0, 8740.0, 8752.0, 8755.0, 8736.0, 8755.0, 8755.0, 8737.0, 8758.0, 8758.0, 8720.0, 8753.0, 8757.0, 8725.0, 8708.0, 8754.0, 8737.0, 8719.0, 8752.0, 8756.0, 8722.0, 8753.0, 8755.0, 8738.0, 8754.0, 8760.0, 8760.0, 8758.0, 8758.0, 8739.0, 8755.0, 8758.0, 8739.0, 8758.0, 8776.0, 8742.0, 8743.0, 8759.0, 8739.0, 8739.0, 8757.0, 8760.0, 8740.0, 8757.0, 8757.0, 8753.0, 8754.0, 8756.0, 8751.0, 8753.0, 8756.0, 8738.0, 8737.0, 8753.0, 8717.0, 8720.0, 8752.0, 8736.0, 8707.0, 8751.0, 8737.0, 8718.0, 8753.0, 8755.0, 8720.0, 8752.0, 8756.0, 8735.0, 8737.0, 8757.0, 8741.0, 8760.0, 8764.0, 8743.0, 8756.0, 8758.0, 8741.0, 8744.0, 8787.0, 8762.0, 8761.0, 8759.0, 8724.0, 8741.0, 8759.0, 8726.0, 8709.0, 8753.0, 8706.0, 8719.0, 8760.0, 8757.0, 8738.0, 8756.0, 8756.0, 8757.0, 8741.0, 8755.0, 8737.0, 8749.0, 8751.0, 8752.0, 8737.0, 8755.0, 8737.0, 8738.0, 8755.0, 8737.0, 8742.0, 8758.0, 8743.0, 8741.0, 8756.0, 8745.0, 8729.0, 8753.0, 8737.0, 8732.0, 8734.0, 8737.0, 8735.0, 8747.0, 8735.0, 8717.0, 8731.0, 8738.0, 8703.0, 8747.0, 8734.0, 8733.0, 8737.0, 8758.0, 8739.0, 8755.0, 8757.0, 8738.0, 8756.0, 8762.0, 8746.0, 8740.0, 8753.0, 8721.0, 8755.0, 8756.0, 8727.0, 8720.0, 8751.0, 8706.0, 8718.0, 8747.0, 8738.0, 8718.0, 8754.0, 8710.0, 8738.0, 8754.0, 8738.0, 8744.0, 8762.0, 8757.0, 8726.0, 8756.0, 8710.0, 8723.0, 8754.0, 8755.0, 8724.0, 8755.0, 8713.0, 8740.0, 8758.0, 8762.0, 8747.0, 8758.0, 8757.0, 8740.0, 8754.0, 8739.0, 8734.0, 8735.0, 8738.0, 8725.0, 8751.0, 8736.0, 8717.0, 8734.0, 8752.0, 8727.0, 8753.0, 8752.0, 8720.0, 8750.0, 8755.0, 8705.0, 8747.0, 8752.0, 8722.0, 8752.0, 8752.0, 8735.0, 8752.0, 8756.0, 8724.0, 8755.0, 8753.0, 8724.0, 8757.0, 8760.0, 8754.0, 8754.0, 8744.0, 8724.0, 8756.0, 8741.0, 8731.0, 8735.0, 8755.0, 8723.0, 8754.0, 8737.0, 8735.0, 8755.0, 8739.0, 8752.0, 8751.0, 8752.0, 8734.0, 8733.0, 8734.0, 8730.0, 8731.0, 8734.0, 8719.0, 8735.0, 8762.0, 8733.0, 8744.0, 8757.0, 8730.0, 8742.0, 8758.0, 8712.0, 8755.0, 8762.0, 8744.0, 8748.0, 8783.0, 8732.0, 8744.0, 8755.0, 8771.0, 8773.0, 8761.0, 8754.0, 8752.0, 8755.0, 8743.0, 8742.0, 8761.0, 8763.0, 8740.0, 8753.0, 8755.0, 8772.0, 8756.0, 8736.0, 8736.0, 8732.0, 8735.0, 8717.0, 8730.0, 8750.0, 8723.0, 8733.0, 8737.0, 8721.0, 8715.0, 8733.0, 8720.0, 8739.0, 8751.0, 8735.0, 8704.0, 8731.0, 8736.0, 8714.0, 8757.0, 8774.0, 8720.0, 8761.0, 8780.0, 8737.0, 8766.0, 8785.0, 8758.0, 8769.0, 8788.0, 8757.0, 8769.0, 8780.0, 8759.0, 8767.0, 8788.0, 8791.0, 8777.0, 8811.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.00037131071703932155</td></tr>
<tr><td colspan=3>aqi</td><td>0.01846817301464919</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.72758392483799</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1883986628086416</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9970085485956782</td></tr>
<tr><td colspan=3>efc</td><td>0.4648</td></tr>
<tr><td colspan=3>fber</td><td>5776.9722</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0793484230271313</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.079414032382421</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6103749651493047</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5482468483359697</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8858743857408475</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.397003661371096</td></tr>
<tr><td colspan=3>gcor</td><td>0.00742751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017306484282016754</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018853120505809784</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</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.356994739049647</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>47.7797</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8366</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.4252</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304387.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.6702</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3915</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.6639</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3042.5007</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.5047</td></tr>
<tr><td colspan=3>tsnr</td><td>41.23517742496915</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>