<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-02/func/sub-0034_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>d93667d737e26b8d95e410a2227917c3</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:30:59.640000</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.999622, -0.023906, 0.0135865, 0.0218118, 0.99025, 0.137585]</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.0887279</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>[4150, -7784, -7229, 560, -89, -215, 72, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c9b2147-437a-432f-a655-3ad04db7e564||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.681912422180176, 0.05851955711841583, 0.045206472277641296, 107.15828704833984], [0.06413798779249191, 2.6567676067352295, 0.3705391585826874, -97.83098602294922], [0.03645159676671028, -0.3691307306289673, 2.6740713119506836, -55.41724395751953], [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': ['153059.640000', '153100.100000', '153100.560000', '153101.020000', '153101.480000', '153101.940000', '153102.400000', '153102.860000', '153103.320000', '153103.780000', '153104.240000', '153104.700000', '153105.160000', '153105.620000', '153106.080000', '153106.540000', '153107.000000', '153107.460000', '153107.920000', '153108.380000', '153108.840000', '153109.300000', '153109.760000', '153110.220000', '153110.680000', '153111.140000', '153111.600000', '153112.060000', '153112.520000', '153112.980000', '153113.440000', '153113.900000', '153114.360000', '153114.820000', '153115.280000', '153115.740000', '153116.200000', '153116.660000', '153117.120000', '153117.580000', '153118.040000', '153118.500000', '153118.960000', '153119.420000', '153119.880000', '153120.340000', '153120.800000', '153121.260000', '153121.720000', '153122.180000', '153122.640000', '153123.100000', '153123.560000', '153124.020000', '153124.480000', '153124.940000', '153125.400000', '153125.860000', '153126.320000', '153126.780000', '153127.240000', '153127.700000', '153128.160000', '153128.620000', '153129.080000', '153129.540000', '153130.000000', '153130.460000', '153130.920000', '153131.380000', '153131.840000', '153132.300000', '153132.760000', '153133.220000', '153133.680000', '153134.140000', '153134.600000', '153135.060000', '153135.520000', '153135.980000', '153136.440000', '153136.900000', '153137.360000', '153137.820000', '153138.280000', '153138.740000', '153139.200000', '153139.660000', '153140.120000', '153140.580000', '153141.040000', '153141.500000', '153141.960000', '153142.420000', '153142.880000', '153143.340000', '153143.800000', '153144.260000', '153144.720000', '153145.180000', '153145.640000', '153146.100000', '153146.560000', '153147.020000', '153147.480000', '153147.940000', '153148.400000', '153148.860000', '153149.320000', '153149.780000', '153150.240000', '153150.700000', '153151.160000', '153151.620000', '153152.080000', '153152.540000', '153153.000000', '153153.460000', '153153.920000', '153154.380000', '153154.840000', '153155.300000', '153155.760000', '153156.220000', '153156.680000', '153157.140000', '153157.600000', '153158.060000', '153158.520000', '153158.980000', '153159.440000', '153159.900000', '153200.360000', '153200.820000', '153201.280000', '153201.740000', '153202.200000', '153202.660000', '153203.120000', '153203.580000', '153204.040000', '153204.500000', '153204.960000', '153205.420000', '153205.880000', '153206.340000', '153206.800000', '153207.260000', '153207.720000', '153208.180000', '153208.640000', '153209.100000', '153209.560000', '153210.020000', '153210.480000', '153210.940000', '153211.400000', '153211.860000', '153212.320000', '153212.780000', '153213.240000', '153213.700000', '153214.160000', '153214.620000', '153215.080000', '153215.540000', '153216.000000', '153216.460000', '153216.920000', '153217.380000', '153217.840000', '153218.300000', '153218.760000', '153219.220000', '153219.680000', '153220.140000', '153220.600000', '153221.060000', '153221.520000', '153221.980000', '153222.440000', '153222.900000', '153223.360000', '153223.820000', '153224.280000', '153224.740000', '153225.200000', '153225.660000', '153226.120000', '153226.580000', '153227.040000', '153227.500000', '153227.960000', '153228.420000', '153228.880000', '153229.340000', '153229.800000', '153230.260000', '153230.720000', '153231.180000', '153231.640000', '153232.100000', '153232.560000', '153233.020000', '153233.480000', '153233.940000', '153234.400000', '153234.860000', '153235.320000', '153235.780000', '153236.240000', '153236.700000', '153237.160000', '153237.620000', '153238.080000', '153238.540000', '153239.000000', '153239.460000', '153239.920000', '153240.380000', '153240.840000', '153241.300000', '153241.760000', '153242.220000', '153242.680000', '153243.140000', '153243.600000', '153244.060000', '153244.520000', '153244.980000', '153245.440000', '153245.900000', '153246.360000', '153246.820000', '153247.280000', '153247.740000', '153248.200000', '153248.660000', '153249.120000', '153249.580000', '153250.040000', '153250.500000', '153250.960000', '153251.420000', '153251.880000', '153252.340000', '153252.800000', '153253.260000', '153253.720000', '153254.180000', '153254.640000', '153255.100000', '153255.560000', '153256.020000', '153256.480000', '153256.940000', '153257.400000', '153257.860000', '153258.320000', '153258.780000', '153259.240000', '153259.700000', '153300.160000', '153300.620000', '153301.080000', '153301.540000', '153302.000000', '153302.460000', '153302.920000', '153303.380000', '153303.840000', '153304.300000', '153304.760000', '153305.220000', '153305.680000', '153306.140000', '153306.600000', '153307.060000', '153307.520000', '153307.980000', '153308.440000', '153308.900000', '153309.360000', '153309.820000', '153310.280000', '153310.740000', '153311.200000', '153311.660000', '153312.120000', '153312.580000', '153313.040000', '153313.500000', '153313.960000', '153314.420000', '153314.880000', '153315.340000', '153315.800000', '153316.260000', '153316.720000', '153317.180000', '153317.640000', '153318.100000', '153318.560000', '153319.020000', '153319.480000', '153319.940000', '153320.400000', '153320.860000', '153321.320000', '153321.780000', '153322.240000', '153322.700000', '153323.160000', '153323.620000', '153324.080000', '153324.540000', '153325.000000', '153325.460000', '153325.920000', '153326.380000', '153326.840000', '153327.300000', '153327.760000', '153328.220000', '153328.680000', '153329.140000', '153329.600000', '153330.060000', '153330.520000', '153330.980000', '153331.440000', '153331.900000', '153332.360000', '153332.820000', '153333.280000', '153333.740000', '153334.200000', '153334.660000', '153335.120000', '153335.580000', '153336.040000', '153336.500000', '153336.960000', '153337.420000', '153337.880000', '153338.340000', '153338.800000', '153339.260000', '153339.720000', '153340.180000', '153340.640000', '153341.100000', '153341.560000', '153342.020000', '153342.480000', '153342.940000', '153343.400000', '153343.860000', '153344.320000', '153344.780000', '153345.240000', '153345.700000', '153346.160000', '153346.620000', '153347.080000', '153347.540000', '153348.000000', '153348.460000', '153348.920000', '153349.380000', '153349.840000', '153350.300000', '153350.760000', '153351.220000', '153351.680000', '153352.140000', '153352.600000', '153353.060000', '153353.520000', '153353.980000', '153354.440000', '153354.900000', '153355.360000', '153355.820000', '153356.280000', '153356.740000', '153357.200000', '153357.660000', '153358.120000', '153358.580000', '153359.040000', '153359.500000', '153359.960000', '153400.420000', '153400.880000', '153401.340000', '153401.800000', '153402.260000', '153402.720000', '153403.180000', '153403.640000', '153404.100000', '153404.560000', '153405.020000', '153405.480000', '153405.940000', '153406.400000', '153406.860000', '153407.320000', '153407.780000', '153408.240000', '153408.700000', '153409.160000', '153409.620000', '153410.080000', '153410.540000', '153411.000000', '153411.460000', '153411.920000', '153412.380000', '153412.840000', '153413.300000', '153413.760000', '153414.220000', '153414.680000', '153415.140000', '153415.600000', '153416.060000', '153416.520000', '153416.980000', '153417.440000', '153417.900000', '153418.360000', '153418.820000', '153419.280000', '153419.740000', '153420.200000', '153420.660000', '153421.120000', '153421.580000', '153422.040000', '153422.500000', '153422.960000', '153423.420000', '153423.880000', '153424.340000', '153424.800000', '153425.260000', '153425.720000', '153426.180000', '153426.640000', '153427.100000', '153427.560000', '153428.020000', '153428.480000', '153428.940000', '153429.400000', '153429.860000', '153430.320000', '153430.780000', '153431.240000', '153431.700000', '153432.160000', '153432.620000', '153433.080000', '153433.540000', '153434.000000', '153434.460000', '153434.920000', '153435.380000', '153435.840000', '153436.300000', '153436.760000', '153437.220000', '153437.680000', '153438.140000', '153438.600000', '153439.060000', '153439.520000', '153439.980000', '153440.440000', '153440.900000', '153441.360000', '153441.820000', '153442.280000', '153442.740000', '153443.200000', '153443.660000', '153444.120000', '153444.580000', '153445.040000', '153445.500000', '153445.960000', '153446.420000', '153446.880000', '153447.340000', '153447.800000', '153448.260000', '153448.720000', '153449.180000', '153449.640000', '153450.100000', '153450.560000', '153451.020000', '153451.480000', '153451.940000', '153452.400000', '153452.860000', '153453.320000', '153453.780000', '153454.240000', '153454.700000', '153455.160000', '153455.620000', '153456.080000', '153456.540000', '153457.000000', '153457.460000', '153457.920000', '153458.380000', '153458.840000', '153459.300000', '153459.760000', '153500.220000', '153500.680000', '153501.140000', '153501.600000', '153502.060000', '153502.520000', '153502.980000', '153503.440000', '153503.900000', '153504.360000', '153504.820000', '153505.280000', '153505.740000', '153506.200000', '153506.660000', '153507.120000', '153507.580000', '153508.040000', '153508.500000', '153508.960000', '153509.420000', '153509.880000', '153510.340000', '153510.800000', '153511.260000', '153511.720000', '153512.180000', '153512.640000', '153513.100000', '153513.560000', '153514.020000', '153514.480000', '153514.940000', '153515.400000', '153515.860000', '153516.320000', '153516.780000', '153517.240000', '153517.700000', '153518.160000', '153518.620000', '153519.080000', '153519.540000', '153520.000000', '153520.460000', '153520.920000', '153521.380000', '153521.840000', '153522.300000', '153522.760000', '153523.220000', '153523.680000', '153524.140000', '153524.600000', '153525.060000', '153525.520000', '153525.980000', '153526.440000', '153526.900000', '153527.360000', '153527.820000', '153528.280000', '153528.740000', '153529.200000', '153529.660000', '153530.120000', '153530.580000', '153531.040000', '153531.500000', '153531.960000', '153532.420000', '153532.880000', '153533.340000', '153533.800000', '153534.260000', '153534.720000', '153535.180000', '153535.640000', '153536.100000', '153536.560000', '153537.020000', '153537.480000', '153537.940000', '153538.400000', '153538.860000', '153539.320000', '153539.780000', '153540.240000', '153540.700000', '153541.160000', '153541.620000', '153542.080000', '153542.540000', '153543.000000', '153543.460000', '153543.920000', '153544.380000', '153544.840000', '153545.300000', '153545.760000', '153546.220000', '153546.680000', '153547.140000', '153547.600000', '153548.060000', '153548.520000', '153548.980000', '153549.440000', '153549.900000', '153550.360000', '153550.820000', '153551.280000', '153551.740000', '153552.200000', '153552.660000', '153553.120000', '153553.580000', '153554.040000', '153554.500000', '153554.960000', '153555.420000', '153555.880000', '153556.340000', '153556.800000', '153557.260000', '153557.720000', '153558.180000', '153558.640000', '153559.100000', '153559.560000', '153600.020000', '153600.480000', '153600.940000', '153601.400000', '153601.860000', '153602.320000', '153602.780000', '153603.240000', '153603.700000', '153604.160000', '153604.620000', '153605.080000', '153605.540000', '153606.000000', '153606.460000', '153606.920000', '153607.380000', '153607.840000', '153608.300000', '153608.760000', '153609.220000', '153609.680000', '153610.140000', '153610.600000', '153611.060000', '153611.520000', '153611.980000', '153612.440000', '153612.900000', '153613.360000', '153613.820000', '153614.280000', '153614.740000', '153615.200000', '153615.660000', '153616.120000', '153616.580000', '153617.040000', '153617.500000', '153617.960000', '153618.420000', '153618.880000', '153619.340000', '153619.800000', '153620.260000', '153620.720000', '153621.180000', '153621.640000', '153622.100000', '153622.560000', '153623.020000', '153623.480000', '153623.940000', '153624.400000', '153624.860000', '153625.320000', '153625.780000', '153626.240000', '153626.700000', '153627.160000', '153627.620000', '153628.080000', '153628.540000', '153629.000000', '153629.460000', '153629.920000', '153630.380000', '153630.840000', '153631.300000', '153631.760000', '153632.220000', '153632.680000', '153633.140000', '153633.600000', '153634.060000', '153634.520000', '153634.980000', '153635.440000', '153635.900000', '153636.360000', '153636.820000', '153637.280000', '153637.740000', '153638.200000', '153638.660000', '153639.120000', '153639.580000', '153640.040000', '153640.500000', '153640.960000', '153641.420000', '153641.880000', '153642.340000', '153642.800000', '153643.260000', '153643.720000', '153644.180000', '153644.640000', '153645.100000', '153645.560000', '153646.020000', '153646.480000', '153646.940000', '153647.400000', '153647.860000', '153648.320000', '153648.780000', '153649.240000', '153649.700000', '153650.160000', '153650.620000', '153651.080000', '153651.540000', '153652.000000', '153652.460000', '153652.920000', '153653.380000', '153653.840000', '153654.300000', '153654.760000', '153655.220000', '153655.680000', '153656.140000', '153656.600000', '153657.060000', '153657.520000', '153657.980000', '153658.440000', '153658.900000', '153659.360000', '153659.820000', '153700.280000', '153700.740000', '153701.200000', '153701.660000', '153702.120000', '153702.580000', '153703.040000', '153703.500000', '153703.960000', '153704.420000', '153704.880000', '153705.340000', '153705.800000', '153706.260000', '153706.720000', '153707.180000', '153707.640000', '153708.100000', '153708.560000', '153709.020000', '153709.480000', '153709.940000', '153710.400000', '153710.860000', '153711.320000', '153711.780000', '153712.240000', '153712.700000', '153713.160000', '153713.620000', '153714.080000', '153714.540000', '153715.000000', '153715.460000', '153715.920000', '153716.380000', '153716.840000', '153717.300000', '153717.760000', '153718.220000', '153718.680000', '153719.140000', '153719.600000', '153720.060000', '153720.520000', '153720.980000', '153721.440000', '153721.900000', '153722.360000', '153722.820000', '153723.280000', '153723.740000', '153724.200000', '153724.660000', '153725.120000', '153725.580000', '153726.040000', '153726.500000', '153726.960000', '153727.420000', '153727.880000', '153728.340000', '153728.800000', '153729.260000', '153729.720000', '153730.180000', '153730.640000', '153731.100000', '153731.560000', '153732.020000', '153732.480000', '153732.940000', '153733.400000', '153733.860000', '153734.320000', '153734.780000', '153735.240000', '153735.700000', '153736.160000', '153736.620000', '153737.080000', '153737.540000', '153738.000000', '153738.460000', '153738.920000', '153739.380000', '153739.840000', '153740.300000', '153740.760000', '153741.220000', '153741.680000', '153742.140000', '153742.600000', '153743.060000', '153743.520000', '153743.980000', '153744.440000', '153744.900000', '153745.360000', '153745.820000', '153746.280000', '153746.740000', '153747.200000', '153747.660000', '153748.120000', '153748.580000', '153749.040000', '153749.500000', '153749.960000', '153750.420000', '153750.880000', '153751.340000', '153751.800000', '153752.260000', '153752.720000', '153753.180000', '153753.640000', '153754.100000', '153754.560000', '153755.020000', '153755.480000', '153755.940000', '153756.400000', '153756.860000', '153757.320000', '153757.780000', '153758.240000', '153758.700000', '153759.160000', '153759.620000', '153800.080000', '153800.540000', '153801.000000', '153801.460000', '153801.920000', '153802.380000', '153802.840000', '153803.300000', '153803.760000', '153804.220000', '153804.680000', '153805.140000', '153805.600000', '153806.060000', '153806.520000', '153806.980000', '153807.440000', '153807.900000', '153808.360000', '153808.820000', '153809.280000', '153809.740000', '153810.200000', '153810.660000', '153811.120000', '153811.580000', '153812.040000', '153812.500000', '153812.960000', '153813.420000', '153813.880000', '153814.340000', '153814.800000', '153815.260000', '153815.720000', '153816.180000', '153816.640000', '153817.100000', '153817.560000', '153818.020000', '153818.480000', '153818.940000', '153819.400000', '153819.860000', '153820.320000', '153820.780000', '153821.240000', '153821.700000', '153822.160000', '153822.620000', '153823.080000', '153823.540000', '153824.000000', '153824.460000', '153824.920000', '153825.380000', '153825.840000', '153826.300000', '153826.760000', '153827.220000', '153827.680000', '153828.140000', '153828.600000', '153829.060000', '153829.520000', '153829.980000', '153830.440000', '153830.900000', '153831.360000', '153831.820000', '153832.280000', '153832.740000', '153833.200000', '153833.660000', '153834.120000', '153834.580000', '153835.040000', '153835.500000', '153835.960000', '153836.420000', '153836.880000', '153837.340000', '153837.800000', '153838.260000', '153838.720000', '153839.180000', '153839.640000', '153840.100000', '153840.560000', '153841.020000', '153841.480000', '153841.940000', '153842.400000', '153842.860000', '153843.320000', '153843.780000', '153844.240000', '153844.700000', '153845.160000', '153845.620000', '153846.080000', '153846.540000', '153847.000000', '153847.460000', '153847.920000', '153848.380000', '153848.840000', '153849.300000', '153849.760000', '153850.220000', '153850.680000', '153851.140000', '153851.600000', '153852.060000', '153852.520000', '153852.980000', '153853.440000', '153853.900000', '153854.360000', '153854.820000', '153855.280000', '153855.740000', '153856.200000', '153856.660000', '153857.120000', '153857.580000', '153858.040000', '153858.500000', '153858.960000', '153859.420000', '153859.880000', '153900.340000', '153900.800000', '153901.260000', '153901.720000', '153902.180000', '153902.640000', '153903.100000', '153903.560000', '153904.020000', '153904.480000', '153904.940000', '153905.400000', '153905.860000', '153906.320000', '153906.780000', '153907.240000', '153907.700000', '153908.160000', '153908.620000', '153909.080000', '153909.540000', '153910.000000', '153910.460000', '153910.920000', '153911.380000', '153911.840000', '153912.300000', '153912.760000', '153913.220000', '153913.680000', '153914.140000', '153914.600000', '153915.060000', '153915.520000', '153915.980000', '153916.440000', '153916.900000', '153917.360000', '153917.820000', '153918.280000', '153918.740000', '153919.200000', '153919.660000', '153920.120000', '153920.580000', '153921.040000', '153921.500000', '153921.960000', '153922.420000', '153922.880000', '153923.340000', '153923.800000', '153924.260000', '153924.720000', '153925.180000', '153925.640000', '153926.100000', '153926.560000', '153927.020000', '153927.480000', '153927.940000', '153928.400000', '153928.860000', '153929.320000', '153929.780000', '153930.240000', '153930.700000', '153931.160000', '153931.620000', '153932.080000', '153932.540000', '153933.000000', '153933.460000', '153933.920000', '153934.380000', '153934.840000', '153935.300000', '153935.760000', '153936.220000', '153936.680000', '153937.140000', '153937.600000', '153938.060000', '153938.520000', '153938.980000', '153939.440000', '153939.900000', '153940.360000', '153940.820000', '153941.280000', '153941.740000', '153942.200000', '153942.660000', '153943.120000', '153943.580000', '153944.040000', '153944.500000', '153944.960000', '153945.420000', '153945.880000', '153946.340000', '153946.800000', '153947.260000', '153947.720000', '153948.180000', '153948.640000', '153949.100000', '153949.560000', '153950.020000', '153950.480000', '153950.940000', '153951.400000', '153951.860000', '153952.320000', '153952.780000', '153953.240000', '153953.700000', '153954.160000', '153954.620000', '153955.080000', '153955.540000', '153956.000000', '153956.460000', '153956.920000', '153957.380000', '153957.840000', '153958.300000', '153958.760000', '153959.220000', '153959.680000', '154000.140000', '154000.600000', '154001.060000', '154001.520000', '154001.980000', '154002.440000', '154002.900000', '154003.360000', '154003.820000', '154004.280000', '154004.740000', '154005.200000', '154005.660000', '154006.120000', '154006.580000', '154007.040000', '154007.500000', '154007.960000', '154008.420000', '154008.880000', '154009.340000', '154009.800000', '154010.260000', '154010.720000', '154011.180000', '154011.640000', '154012.100000', '154012.560000', '154013.020000', '154013.480000', '154013.940000', '154014.400000', '154014.860000', '154015.320000', '154015.780000', '154016.240000', '154016.700000', '154017.160000', '154017.620000', '154018.080000', '154018.540000', '154019.000000', '154019.460000', '154019.920000', '154020.380000', '154020.840000', '154021.300000', '154021.760000', '154022.220000', '154022.680000', '154023.140000', '154023.600000', '154024.060000', '154024.520000', '154024.980000', '154025.440000', '154025.900000', '154026.360000', '154026.820000', '154027.280000', '154027.740000', '154028.200000', '154028.660000', '154029.120000', '154029.580000', '154030.040000', '154030.500000', '154030.960000', '154031.420000', '154031.880000', '154032.340000', '154032.800000', '154033.260000', '154033.720000', '154034.180000', '154034.640000', '154035.100000', '154035.560000', '154036.020000', '154036.480000', '154036.940000', '154037.400000', '154037.860000', '154038.320000', '154038.780000', '154039.240000', '154039.700000', '154040.160000', '154040.620000', '154041.080000', '154041.540000', '154042.000000', '154042.460000', '154042.920000', '154043.380000', '154043.840000', '154044.300000', '154044.760000', '154045.220000', '154045.680000', '154046.140000', '154046.600000', '154047.060000', '154047.520000', '154047.980000', '154048.440000', '154048.900000', '154049.360000', '154049.820000', '154050.280000', '154050.740000', '154051.200000', '154051.660000', '154052.120000', '154052.580000', '154053.040000', '154053.500000', '154053.960000', '154054.420000', '154054.880000', '154055.340000', '154055.800000', '154056.260000'], 'ContentTime': ['153121.284000', '153121.304000', '153121.307000', '153121.310000', '153121.313000', '153121.316000', '153121.319000', '153121.322000', '153121.325000', '153121.328000', '153121.331000', '153121.334000', '153121.337000', '153121.340000', '153121.343000', '153121.346000', '153121.349000', '153121.352000', '153121.355000', '153121.357000', '153121.360000', '153121.363000', '153121.366000', '153121.369000', '153121.372000', '153121.375000', '153121.378000', '153121.391000', '153121.394000', '153121.397000', '153121.408000', '153121.411000', '153121.414000', '153121.417000', '153121.420000', '153121.424000', '153121.429000', '153121.432000', '153121.435000', '153121.438000', '153121.441000', '153121.444000', '153121.447000', '153121.450000', '153121.453000', '153141.256000', '153141.259000', '153141.262000', '153141.265000', '153141.267000', '153141.270000', '153141.273000', '153141.276000', '153141.279000', '153141.282000', '153141.285000', '153141.287000', '153141.290000', '153141.293000', '153141.296000', '153141.299000', '153141.302000', '153141.304000', '153141.307000', '153141.310000', '153141.313000', '153141.316000', '153141.318000', '153141.321000', '153141.324000', '153141.327000', '153141.330000', '153141.333000', '153141.335000', '153141.338000', '153141.341000', '153141.344000', '153141.347000', '153141.350000', '153141.352000', '153141.355000', '153141.358000', '153141.361000', '153141.364000', '153141.367000', '153141.370000', '153141.374000', '153141.377000', '153141.380000', '153201.257000', '153201.260000', '153201.263000', '153201.266000', '153201.269000', '153201.272000', '153201.275000', '153201.278000', '153201.280000', '153201.283000', '153201.286000', '153201.289000', '153201.292000', '153201.295000', '153201.298000', '153201.313000', '153201.316000', '153201.318000', '153201.324000', '153201.327000', '153201.330000', '153201.333000', '153201.336000', '153201.339000', '153201.341000', '153201.344000', '153201.347000', '153201.350000', '153201.353000', '153201.356000', '153201.359000', '153201.361000', '153201.364000', '153201.367000', '153201.370000', '153201.373000', '153201.376000', '153201.379000', '153201.382000', '153201.385000', '153201.388000', '153201.391000', '153201.394000', '153221.257000', '153221.260000', '153221.263000', '153221.266000', '153221.269000', '153221.271000', '153221.274000', '153221.277000', '153221.280000', '153221.283000', '153221.286000', '153221.289000', '153221.291000', '153221.294000', '153221.297000', '153221.300000', '153221.303000', '153221.306000', '153221.319000', '153221.322000', '153221.325000', '153221.327000', '153221.330000', '153221.333000', '153221.336000', '153221.339000', '153221.342000', '153221.345000', '153221.347000', '153221.350000', '153221.353000', '153221.356000', '153221.359000', '153221.362000', '153221.365000', '153221.368000', '153221.370000', '153221.373000', '153221.376000', '153221.379000', '153221.382000', '153221.385000', '153221.388000', '153221.390000', '153241.257000', '153241.260000', '153241.263000', '153241.266000', '153241.269000', '153241.272000', '153241.274000', '153241.277000', '153241.280000', '153241.283000', '153241.286000', '153241.289000', '153241.292000', '153241.295000', '153241.297000', '153241.300000', '153241.303000', '153241.306000', '153241.309000', '153241.312000', '153241.315000', '153241.318000', '153241.320000', '153241.323000', '153241.326000', '153241.329000', '153241.332000', '153241.339000', '153241.342000', '153241.345000', '153241.348000', '153241.351000', '153241.354000', '153241.357000', '153241.359000', '153241.362000', '153241.365000', '153241.368000', '153241.371000', '153241.374000', '153241.377000', '153241.379000', '153241.382000', '153301.256000', '153301.259000', '153301.262000', '153301.265000', '153301.268000', '153301.270000', '153301.273000', '153301.276000', '153301.279000', '153301.282000', '153301.285000', '153301.288000', '153301.291000', '153301.293000', '153301.296000', '153301.299000', '153301.302000', '153301.305000', '153301.308000', '153301.311000', '153301.314000', '153301.316000', '153301.319000', '153301.322000', '153301.325000', '153301.328000', '153301.331000', '153301.334000', '153301.337000', '153301.339000', '153301.342000', '153301.345000', '153301.348000', '153301.351000', '153301.354000', '153301.370000', '153301.373000', '153301.376000', '153301.379000', '153301.382000', '153301.385000', '153301.387000', '153301.390000', '153301.393000', '153321.256000', '153321.259000', '153321.262000', '153321.265000', '153321.268000', '153321.270000', '153321.273000', '153321.276000', '153321.279000', '153321.282000', '153321.285000', '153321.288000', '153321.291000', '153321.293000', '153321.296000', '153321.299000', '153321.302000', '153321.305000', '153321.308000', '153321.311000', '153321.314000', '153321.316000', '153321.319000', '153321.322000', '153321.325000', '153321.328000', '153321.331000', '153321.334000', '153321.336000', '153321.339000', '153321.342000', '153321.345000', '153321.348000', '153321.351000', '153321.354000', '153321.357000', '153321.360000', '153321.363000', '153321.365000', '153321.368000', '153321.371000', '153321.374000', '153321.377000', '153341.256000', '153341.259000', '153341.262000', '153341.265000', '153341.268000', '153341.271000', '153341.274000', '153341.277000', '153341.280000', '153341.283000', '153341.286000', '153341.289000', '153341.291000', '153341.294000', '153341.297000', '153341.300000', '153341.303000', '153341.306000', '153341.308000', '153341.311000', '153341.314000', '153341.317000', '153341.320000', '153341.323000', '153341.326000', '153341.329000', '153341.332000', '153341.334000', '153341.337000', '153341.340000', '153341.343000', '153341.346000', '153341.349000', '153341.352000', '153341.355000', '153341.358000', '153341.360000', '153341.363000', '153341.366000', '153341.369000', '153341.372000', '153341.375000', '153341.377000', '153401.256000', '153401.259000', '153401.262000', '153401.265000', '153401.268000', '153401.271000', '153401.273000', '153401.276000', '153401.279000', '153401.282000', '153401.285000', '153401.288000', '153401.291000', '153401.293000', '153401.296000', '153401.299000', '153401.302000', '153401.305000', '153401.308000', '153401.311000', '153401.314000', '153401.316000', '153401.319000', '153401.322000', '153401.325000', '153401.328000', '153401.331000', '153401.334000', '153401.336000', '153401.339000', '153401.342000', '153401.345000', '153401.348000', '153401.351000', '153401.355000', '153401.358000', '153401.360000', '153401.363000', '153401.366000', '153401.369000', '153401.372000', '153401.375000', '153401.378000', '153401.381000', '153421.257000', '153421.260000', '153421.263000', '153421.266000', '153421.269000', '153421.272000', '153421.275000', '153421.278000', '153421.281000', '153421.284000', '153421.286000', '153421.289000', '153421.292000', '153421.303000', '153421.306000', '153421.309000', '153421.312000', '153421.315000', '153421.318000', '153421.321000', '153421.324000', '153421.326000', '153421.329000', '153421.332000', '153421.335000', '153421.338000', '153421.341000', '153421.344000', '153421.346000', '153421.349000', '153421.352000', '153421.355000', '153421.358000', '153421.361000', '153421.364000', '153421.366000', '153421.369000', '153421.372000', '153421.375000', '153421.378000', '153421.381000', '153421.384000', '153421.386000', '153441.257000', '153441.260000', '153441.263000', '153441.266000', '153441.269000', '153441.272000', '153441.275000', '153441.278000', '153441.280000', '153441.283000', '153441.286000', '153441.289000', '153441.292000', '153441.295000', '153441.298000', '153441.300000', '153441.303000', '153441.315000', '153441.318000', '153441.321000', '153441.324000', '153441.327000', '153441.330000', '153441.333000', '153441.335000', '153441.338000', '153441.341000', '153441.344000', '153441.347000', '153441.350000', '153441.353000', '153441.356000', '153441.358000', '153441.361000', '153441.364000', '153441.367000', '153441.370000', '153441.373000', '153441.376000', '153441.379000', '153441.382000', '153441.384000', '153441.387000', '153441.390000', '153501.257000', '153501.260000', '153501.263000', '153501.266000', '153501.269000', '153501.272000', '153501.274000', '153501.277000', '153501.280000', '153501.283000', '153501.286000', '153501.289000', '153501.292000', '153501.295000', '153501.298000', '153501.301000', '153501.303000', '153501.306000', '153501.310000', '153501.312000', '153501.315000', '153501.318000', '153501.321000', '153501.324000', '153501.327000', '153501.330000', '153501.333000', '153501.336000', '153501.338000', '153501.341000', '153501.344000', '153501.347000', '153501.350000', '153501.353000', '153501.356000', '153501.359000', '153501.362000', '153501.364000', '153501.367000', '153501.370000', '153501.373000', '153501.376000', '153501.379000', '153521.256000', '153521.259000', '153521.262000', '153521.265000', '153521.268000', '153521.271000', '153521.274000', '153521.277000', '153521.280000', '153521.283000', '153521.286000', '153521.289000', '153521.292000', '153521.295000', '153521.298000', '153521.301000', '153521.304000', '153521.307000', '153521.310000', '153521.313000', '153521.315000', '153521.318000', '153521.321000', '153521.324000', '153521.327000', '153521.330000', '153521.333000', '153521.336000', '153521.339000', '153521.342000', '153521.345000', '153521.348000', '153521.351000', '153521.354000', '153521.357000', '153521.360000', '153521.363000', '153521.366000', '153521.369000', '153521.372000', '153521.374000', '153521.377000', '153521.380000', '153521.383000', '153541.256000', '153541.260000', '153541.264000', '153541.266000', '153541.269000', '153541.272000', '153541.275000', '153541.278000', '153541.281000', '153541.284000', '153541.287000', '153541.290000', '153541.293000', '153541.296000', '153541.299000', '153541.302000', '153541.304000', '153541.307000', '153541.310000', '153541.313000', '153541.316000', '153541.319000', '153541.322000', '153541.325000', '153541.329000', '153541.333000', '153541.336000', '153541.339000', '153541.342000', '153541.345000', '153541.348000', '153541.350000', '153541.353000', '153541.356000', '153541.359000', '153541.362000', '153541.365000', '153541.368000', '153541.371000', '153541.373000', '153541.376000', '153541.379000', '153541.382000', '153601.256000', '153601.259000', '153601.262000', '153601.265000', '153601.268000', '153601.271000', '153601.274000', '153601.276000', '153601.279000', '153601.282000', '153601.285000', '153601.288000', '153601.291000', '153601.294000', '153601.297000', '153601.300000', '153601.303000', '153601.306000', '153601.308000', '153601.311000', '153601.314000', '153601.317000', '153601.320000', '153601.323000', '153601.326000', '153601.329000', '153601.332000', '153601.334000', '153601.337000', '153601.340000', '153601.343000', '153601.346000', '153601.349000', '153601.352000', '153601.355000', '153601.358000', '153601.361000', '153601.363000', '153601.366000', '153601.369000', '153601.372000', '153601.375000', '153601.397000', '153601.400000', '153621.257000', '153621.260000', '153621.263000', '153621.266000', '153621.269000', '153621.272000', '153621.275000', '153621.278000', '153621.281000', '153621.283000', '153621.286000', '153621.289000', '153621.292000', '153621.295000', '153621.298000', '153621.301000', '153621.304000', '153621.307000', '153621.309000', '153621.312000', '153621.315000', '153621.318000', '153621.321000', '153621.324000', '153621.327000', '153621.330000', '153621.333000', '153621.336000', '153621.339000', '153621.342000', '153621.345000', '153621.348000', '153621.351000', '153621.354000', '153621.357000', '153621.359000', '153621.362000', '153621.365000', '153621.368000', '153621.371000', '153621.374000', '153621.377000', '153621.380000', '153641.257000', '153641.260000', '153641.263000', '153641.266000', '153641.269000', '153641.272000', '153641.275000', '153641.277000', '153641.280000', '153641.283000', '153641.286000', '153641.289000', '153641.292000', '153641.295000', '153641.298000', '153641.301000', '153641.304000', '153641.307000', '153641.310000', '153641.312000', '153641.315000', '153641.318000', '153641.321000', '153641.324000', '153641.327000', '153641.330000', '153641.333000', '153641.336000', '153641.339000', '153641.342000', '153641.344000', '153641.347000', '153641.350000', '153641.353000', '153641.356000', '153641.359000', '153641.362000', '153641.365000', '153641.368000', '153641.370000', '153641.373000', '153641.376000', '153641.379000', '153641.382000', '153701.257000', '153701.260000', '153701.263000', '153701.266000', '153701.269000', '153701.271000', '153701.274000', '153701.277000', '153701.280000', '153701.283000', '153701.286000', '153701.289000', '153701.292000', '153701.295000', '153701.299000', '153701.302000', '153701.305000', '153701.308000', '153701.310000', '153701.313000', '153701.316000', '153701.319000', '153701.322000', '153701.325000', '153701.328000', '153701.331000', '153701.334000', '153701.337000', '153701.339000', '153701.342000', '153701.345000', '153701.349000', '153701.353000', '153701.356000', '153701.359000', '153701.362000', '153701.365000', '153701.368000', '153701.371000', '153701.374000', '153701.377000', '153701.379000', '153701.382000', '153721.257000', '153721.260000', '153721.263000', '153721.266000', '153721.269000', '153721.272000', '153721.275000', '153721.277000', '153721.280000', '153721.283000', '153721.286000', '153721.289000', '153721.292000', '153721.295000', '153721.298000', '153721.300000', '153721.303000', '153721.306000', '153721.309000', '153721.312000', '153721.315000', '153721.318000', '153721.321000', '153721.323000', '153721.326000', '153721.329000', '153721.332000', '153721.335000', '153721.338000', '153721.341000', '153721.344000', '153721.347000', '153721.350000', '153721.352000', '153721.355000', '153721.358000', '153721.361000', '153721.364000', '153721.367000', '153721.370000', '153721.373000', '153721.376000', '153721.379000', '153721.382000', '153741.256000', '153741.259000', '153741.262000', '153741.265000', '153741.268000', '153741.271000', '153741.273000', '153741.276000', '153741.279000', '153741.282000', '153741.285000', '153741.288000', '153741.291000', '153741.294000', '153741.297000', '153741.299000', '153741.302000', '153741.305000', '153741.308000', '153741.311000', '153741.314000', '153741.317000', '153741.320000', '153741.323000', '153741.326000', '153741.328000', '153741.331000', '153741.334000', '153741.337000', '153741.340000', '153741.343000', '153741.346000', '153741.349000', '153741.351000', '153741.354000', '153741.357000', '153741.360000', '153741.363000', '153741.366000', '153741.369000', '153741.372000', '153741.376000', '153741.379000', '153801.256000', '153801.259000', '153801.262000', '153801.265000', '153801.268000', '153801.271000', '153801.273000', '153801.276000', '153801.279000', '153801.282000', '153801.285000', '153801.288000', '153801.291000', '153801.294000', '153801.297000', '153801.299000', '153801.302000', '153801.305000', '153801.308000', '153801.311000', '153801.314000', '153801.317000', '153801.320000', '153801.323000', '153801.326000', '153801.328000', '153801.331000', '153801.334000', '153801.337000', '153801.340000', '153801.343000', '153801.346000', '153801.349000', '153801.352000', '153801.354000', '153801.357000', '153801.360000', '153801.363000', '153801.366000', '153801.369000', '153801.372000', '153801.375000', '153801.378000', '153801.380000', '153821.256000', '153821.259000', '153821.262000', '153821.265000', '153821.268000', '153821.271000', '153821.274000', '153821.277000', '153821.280000', '153821.283000', '153821.285000', '153821.288000', '153821.291000', '153821.294000', '153821.297000', '153821.300000', '153821.303000', '153821.306000', '153821.308000', '153821.311000', '153821.314000', '153821.317000', '153821.320000', '153821.323000', '153821.326000', '153821.329000', '153821.332000', '153821.335000', '153821.339000', '153821.341000', '153821.344000', '153821.347000', '153821.350000', '153821.353000', '153821.356000', '153821.359000', '153821.362000', '153821.365000', '153821.368000', '153821.370000', '153821.373000', '153821.376000', '153821.379000', '153841.257000', '153841.260000', '153841.263000', '153841.266000', '153841.268000', '153841.271000', '153841.274000', '153841.277000', '153841.280000', '153841.283000', '153841.286000', '153841.289000', '153841.292000', '153841.295000', '153841.298000', '153841.300000', '153841.303000', '153841.306000', '153841.309000', '153841.312000', '153841.315000', '153841.318000', '153841.321000', '153841.323000', '153841.326000', '153841.329000', '153841.332000', '153841.335000', '153841.338000', '153841.341000', '153841.344000', '153841.347000', '153841.349000', '153841.352000', '153841.355000', '153841.358000', '153841.361000', '153841.364000', '153841.367000', '153841.369000', '153841.372000', '153841.375000', '153841.378000', '153841.381000', '153901.257000', '153901.260000', '153901.263000', '153901.266000', '153901.269000', '153901.282000', '153901.285000', '153901.288000', '153901.290000', '153901.293000', '153901.296000', '153901.299000', '153901.302000', '153901.305000', '153901.308000', '153901.311000', '153901.314000', '153901.317000', '153901.320000', '153901.323000', '153901.325000', '153901.328000', '153901.331000', '153901.334000', '153901.337000', '153901.340000', '153901.343000', '153901.346000', '153901.349000', '153901.352000', '153901.354000', '153901.357000', '153901.360000', '153901.363000', '153901.366000', '153901.369000', '153901.372000', '153901.375000', '153901.377000', '153901.380000', '153901.383000', '153901.386000', '153901.389000', '153921.257000', '153921.260000', '153921.263000', '153921.266000', '153921.269000', '153921.271000', '153921.274000', '153921.277000', '153921.280000', '153921.283000', '153921.286000', '153921.289000', '153921.292000', '153921.295000', '153921.298000', '153921.300000', '153921.303000', '153921.306000', '153921.309000', '153921.312000', '153921.315000', '153921.318000', '153921.321000', '153921.324000', '153921.326000', '153921.329000', '153921.332000', '153921.335000', '153921.338000', '153921.341000', '153921.344000', '153921.346000', '153921.349000', '153921.352000', '153921.355000', '153921.358000', '153921.361000', '153921.364000', '153921.367000', '153921.370000', '153921.373000', '153921.376000', '153921.379000', '153921.382000', '153941.257000', '153941.260000', '153941.263000', '153941.266000', '153941.269000', '153941.272000', '153941.275000', '153941.278000', '153941.280000', '153941.283000', '153941.286000', '153941.289000', '153941.292000', '153941.295000', '153941.298000', '153941.301000', '153941.304000', '153941.306000', '153941.309000', '153941.312000', '153941.315000', '153941.318000', '153941.321000', '153941.324000', '153941.327000', '153941.330000', '153941.333000', '153941.335000', '153941.338000', '153941.341000', '153941.344000', '153941.347000', '153941.350000', '153941.353000', '153941.356000', '153941.358000', '153941.361000', '153941.364000', '153941.367000', '153941.370000', '153941.374000', '153941.377000', '153941.380000', '154001.256000', '154001.259000', '154001.262000', '154001.265000', '154001.268000', '154001.270000', '154001.273000', '154001.276000', '154001.279000', '154001.282000', '154001.285000', '154001.288000', '154001.291000', '154001.294000', '154001.297000', '154001.300000', '154001.302000', '154001.305000', '154001.308000', '154001.311000', '154001.314000', '154001.317000', '154001.320000', '154001.323000', '154001.326000', '154001.329000', '154001.331000', '154001.334000', '154001.337000', '154001.340000', '154001.343000', '154001.346000', '154001.349000', '154001.352000', '154001.355000', '154001.358000', '154001.360000', '154001.363000', '154001.366000', '154001.369000', '154001.372000', '154001.375000', '154001.378000', '154001.381000', '154021.256000', '154021.259000', '154021.262000', '154021.265000', '154021.268000', '154021.271000', '154021.274000', '154021.277000', '154021.280000', '154021.283000', '154021.286000', '154021.288000', '154021.291000', '154021.294000', '154021.297000', '154021.300000', '154021.303000', '154021.306000', '154021.309000', '154021.312000', '154021.315000', '154021.317000', '154021.320000', '154021.323000', '154021.326000', '154021.329000', '154021.332000', '154021.335000', '154021.338000', '154021.340000', '154021.344000', '154021.346000', '154021.349000', '154021.352000', '154021.355000', '154021.358000', '154021.361000', '154021.363000', '154021.366000', '154021.369000', '154021.372000', '154021.375000', '154021.378000', '154041.256000', '154041.259000', '154041.262000', '154041.265000', '154041.268000', '154041.271000', '154041.274000', '154041.277000', '154041.280000', '154041.282000', '154041.285000', '154041.288000', '154041.291000', '154041.294000', '154041.297000', '154041.300000', '154041.303000', '154041.306000', '154041.309000', '154041.312000', '154041.315000', '154041.317000', '154041.320000', '154041.323000', '154041.326000', '154041.329000', '154041.332000', '154041.335000', '154041.338000', '154041.341000', '154041.343000', '154041.346000', '154041.349000', '154041.352000', '154041.355000', '154041.358000', '154041.361000', '154041.364000', '154041.367000', '154041.370000', '154041.372000', '154041.375000', '154041.378000', '154057.407000', '154057.410000', '154057.413000', '154057.416000', '154057.420000', '154057.423000', '154057.426000', '154057.429000', '154057.432000', '154057.435000', '154057.438000', '154057.440000', '154057.443000', '154057.446000', '154057.450000', '154057.453000', '154057.456000', '154057.459000', '154057.462000', '154057.465000', '154057.468000', '154057.472000', '154057.475000', '154057.478000', '154057.481000', '154057.484000', '154057.487000', '154057.490000', '154057.493000', '154057.496000', '154057.499000', '154057.502000', '154057.505000', '154057.508000', '154057.511000', '154057.514000'], 'InstanceCreationTime': ['153121.284000', '153121.304000', '153121.307000', '153121.310000', '153121.313000', '153121.316000', '153121.319000', '153121.322000', '153121.325000', '153121.328000', '153121.331000', '153121.334000', '153121.337000', '153121.340000', '153121.343000', '153121.346000', '153121.349000', '153121.352000', '153121.355000', '153121.357000', '153121.360000', '153121.363000', '153121.366000', '153121.369000', '153121.372000', '153121.375000', '153121.378000', '153121.391000', '153121.394000', '153121.397000', '153121.408000', '153121.411000', '153121.414000', '153121.417000', '153121.420000', '153121.424000', '153121.429000', '153121.432000', '153121.435000', '153121.438000', '153121.441000', '153121.444000', '153121.447000', '153121.450000', '153121.453000', '153141.256000', '153141.259000', '153141.262000', '153141.265000', '153141.267000', '153141.270000', '153141.273000', '153141.276000', '153141.279000', '153141.282000', '153141.285000', '153141.287000', '153141.290000', '153141.293000', '153141.296000', '153141.299000', '153141.302000', '153141.304000', '153141.307000', '153141.310000', '153141.313000', '153141.316000', '153141.318000', '153141.321000', '153141.324000', '153141.327000', '153141.330000', '153141.333000', '153141.335000', '153141.338000', '153141.341000', '153141.344000', '153141.347000', '153141.350000', '153141.352000', '153141.355000', '153141.358000', '153141.361000', '153141.364000', '153141.367000', '153141.370000', '153141.374000', '153141.377000', '153141.380000', '153201.257000', '153201.260000', '153201.263000', '153201.266000', '153201.269000', '153201.272000', '153201.275000', '153201.278000', '153201.280000', '153201.283000', '153201.286000', '153201.289000', '153201.292000', '153201.295000', '153201.298000', '153201.313000', '153201.316000', '153201.318000', '153201.324000', '153201.327000', '153201.330000', '153201.333000', '153201.336000', '153201.339000', '153201.341000', '153201.344000', '153201.347000', '153201.350000', '153201.353000', '153201.356000', '153201.359000', '153201.361000', '153201.364000', '153201.367000', '153201.370000', '153201.373000', '153201.376000', '153201.379000', '153201.382000', '153201.385000', '153201.388000', '153201.391000', '153201.394000', '153221.257000', '153221.260000', '153221.263000', '153221.266000', '153221.269000', '153221.271000', '153221.274000', '153221.277000', '153221.280000', '153221.283000', '153221.286000', '153221.289000', '153221.291000', '153221.294000', '153221.297000', '153221.300000', '153221.303000', '153221.306000', '153221.319000', '153221.322000', '153221.325000', '153221.327000', '153221.330000', '153221.333000', '153221.336000', '153221.339000', '153221.342000', '153221.345000', '153221.347000', '153221.350000', '153221.353000', '153221.356000', '153221.359000', '153221.362000', '153221.365000', '153221.368000', '153221.370000', '153221.373000', '153221.376000', '153221.379000', '153221.382000', '153221.385000', '153221.388000', '153221.390000', '153241.257000', '153241.260000', '153241.263000', '153241.266000', '153241.269000', '153241.272000', '153241.274000', '153241.277000', '153241.280000', '153241.283000', '153241.286000', '153241.289000', '153241.292000', '153241.295000', '153241.297000', '153241.300000', '153241.303000', '153241.306000', '153241.309000', '153241.312000', '153241.315000', '153241.318000', '153241.320000', '153241.323000', '153241.326000', '153241.329000', '153241.332000', '153241.339000', '153241.342000', '153241.345000', '153241.348000', '153241.351000', '153241.354000', '153241.357000', '153241.359000', '153241.362000', '153241.365000', '153241.368000', '153241.371000', '153241.374000', '153241.377000', '153241.379000', '153241.382000', '153301.256000', '153301.259000', '153301.262000', '153301.265000', '153301.268000', '153301.270000', '153301.273000', '153301.276000', '153301.279000', '153301.282000', '153301.285000', '153301.288000', '153301.291000', '153301.293000', '153301.296000', '153301.299000', '153301.302000', '153301.305000', '153301.308000', '153301.311000', '153301.314000', '153301.316000', '153301.319000', '153301.322000', '153301.325000', '153301.328000', '153301.331000', '153301.334000', '153301.337000', '153301.339000', '153301.342000', '153301.345000', '153301.348000', '153301.351000', '153301.354000', '153301.370000', '153301.373000', '153301.376000', '153301.379000', '153301.382000', '153301.385000', '153301.387000', '153301.390000', '153301.393000', '153321.256000', '153321.259000', '153321.262000', '153321.265000', '153321.268000', '153321.270000', '153321.273000', '153321.276000', '153321.279000', '153321.282000', '153321.285000', '153321.288000', '153321.291000', '153321.293000', '153321.296000', '153321.299000', '153321.302000', '153321.305000', '153321.308000', '153321.311000', '153321.314000', '153321.316000', '153321.319000', '153321.322000', '153321.325000', '153321.328000', '153321.331000', '153321.334000', '153321.336000', '153321.339000', '153321.342000', '153321.345000', '153321.348000', '153321.351000', '153321.354000', '153321.357000', '153321.360000', '153321.363000', '153321.365000', '153321.368000', '153321.371000', '153321.374000', '153321.377000', '153341.256000', '153341.259000', '153341.262000', '153341.265000', '153341.268000', '153341.271000', '153341.274000', '153341.277000', '153341.280000', '153341.283000', '153341.286000', '153341.289000', '153341.291000', '153341.294000', '153341.297000', '153341.300000', '153341.303000', '153341.306000', '153341.308000', '153341.311000', '153341.314000', '153341.317000', '153341.320000', '153341.323000', '153341.326000', '153341.329000', '153341.332000', '153341.334000', '153341.337000', '153341.340000', '153341.343000', '153341.346000', '153341.349000', '153341.352000', '153341.355000', '153341.358000', '153341.360000', '153341.363000', '153341.366000', '153341.369000', '153341.372000', '153341.375000', '153341.377000', '153401.256000', '153401.259000', '153401.262000', '153401.265000', '153401.268000', '153401.271000', '153401.273000', '153401.276000', '153401.279000', '153401.282000', '153401.285000', '153401.288000', '153401.291000', '153401.293000', '153401.296000', '153401.299000', '153401.302000', '153401.305000', '153401.308000', '153401.311000', '153401.314000', '153401.316000', '153401.319000', '153401.322000', '153401.325000', '153401.328000', '153401.331000', '153401.334000', '153401.336000', '153401.339000', '153401.342000', '153401.345000', '153401.348000', '153401.351000', '153401.355000', '153401.358000', '153401.360000', '153401.363000', '153401.366000', '153401.369000', '153401.372000', '153401.375000', '153401.378000', '153401.381000', '153421.257000', '153421.260000', '153421.263000', '153421.266000', '153421.269000', '153421.272000', '153421.275000', '153421.278000', '153421.281000', '153421.284000', '153421.286000', '153421.289000', '153421.292000', '153421.303000', '153421.306000', '153421.309000', '153421.312000', '153421.315000', '153421.318000', '153421.321000', '153421.324000', '153421.326000', '153421.329000', '153421.332000', '153421.335000', '153421.338000', '153421.341000', '153421.344000', '153421.346000', '153421.349000', '153421.352000', '153421.355000', '153421.358000', '153421.361000', '153421.364000', '153421.366000', '153421.369000', '153421.372000', '153421.375000', '153421.378000', '153421.381000', '153421.384000', '153421.386000', '153441.257000', '153441.260000', '153441.263000', '153441.266000', '153441.269000', '153441.272000', '153441.275000', '153441.278000', '153441.280000', '153441.283000', '153441.286000', '153441.289000', '153441.292000', '153441.295000', '153441.298000', '153441.300000', '153441.303000', '153441.315000', '153441.318000', '153441.321000', '153441.324000', '153441.327000', '153441.330000', '153441.333000', '153441.335000', '153441.338000', '153441.341000', '153441.344000', '153441.347000', '153441.350000', '153441.353000', '153441.356000', '153441.358000', '153441.361000', '153441.364000', '153441.367000', '153441.370000', '153441.373000', '153441.376000', '153441.379000', '153441.382000', '153441.384000', '153441.387000', '153441.390000', '153501.257000', '153501.260000', '153501.263000', '153501.266000', '153501.269000', '153501.272000', '153501.274000', '153501.277000', '153501.280000', '153501.283000', '153501.286000', '153501.289000', '153501.292000', '153501.295000', '153501.298000', '153501.301000', '153501.303000', '153501.306000', '153501.310000', '153501.312000', '153501.315000', '153501.318000', '153501.321000', '153501.324000', '153501.327000', '153501.330000', '153501.333000', '153501.336000', '153501.338000', '153501.341000', '153501.344000', '153501.347000', '153501.350000', '153501.353000', '153501.356000', '153501.359000', '153501.362000', '153501.364000', '153501.367000', '153501.370000', '153501.373000', '153501.376000', '153501.379000', '153521.256000', '153521.259000', '153521.262000', '153521.265000', '153521.268000', '153521.271000', '153521.274000', '153521.277000', '153521.280000', '153521.283000', '153521.286000', '153521.289000', '153521.292000', '153521.295000', '153521.298000', '153521.301000', '153521.304000', '153521.307000', '153521.310000', '153521.313000', '153521.315000', '153521.318000', '153521.321000', '153521.324000', '153521.327000', '153521.330000', '153521.333000', '153521.336000', '153521.339000', '153521.342000', '153521.345000', '153521.348000', '153521.351000', '153521.354000', '153521.357000', '153521.360000', '153521.363000', '153521.366000', '153521.369000', '153521.372000', '153521.374000', '153521.377000', '153521.380000', '153521.383000', '153541.256000', '153541.260000', '153541.264000', '153541.266000', '153541.269000', '153541.272000', '153541.275000', '153541.278000', '153541.281000', '153541.284000', '153541.287000', '153541.290000', '153541.293000', '153541.296000', '153541.299000', '153541.302000', '153541.304000', '153541.307000', '153541.310000', '153541.313000', '153541.316000', '153541.319000', '153541.322000', '153541.325000', '153541.329000', '153541.333000', '153541.336000', '153541.339000', '153541.342000', '153541.345000', '153541.348000', '153541.350000', '153541.353000', '153541.356000', '153541.359000', '153541.362000', '153541.365000', '153541.368000', '153541.371000', '153541.373000', '153541.376000', '153541.379000', '153541.382000', '153601.256000', '153601.259000', '153601.262000', '153601.265000', '153601.268000', '153601.271000', '153601.274000', '153601.276000', '153601.279000', '153601.282000', '153601.285000', '153601.288000', '153601.291000', '153601.294000', '153601.297000', '153601.300000', '153601.303000', '153601.306000', '153601.308000', '153601.311000', '153601.314000', '153601.317000', '153601.320000', '153601.323000', '153601.326000', '153601.329000', '153601.332000', '153601.334000', '153601.337000', '153601.340000', '153601.343000', '153601.346000', '153601.349000', '153601.352000', '153601.355000', '153601.358000', '153601.361000', '153601.363000', '153601.366000', '153601.369000', '153601.372000', '153601.375000', '153601.397000', '153601.400000', '153621.257000', '153621.260000', '153621.263000', '153621.266000', '153621.269000', '153621.272000', '153621.275000', '153621.278000', '153621.281000', '153621.283000', '153621.286000', '153621.289000', '153621.292000', '153621.295000', '153621.298000', '153621.301000', '153621.304000', '153621.307000', '153621.309000', '153621.312000', '153621.315000', '153621.318000', '153621.321000', '153621.324000', '153621.327000', '153621.330000', '153621.333000', '153621.336000', '153621.339000', '153621.342000', '153621.345000', '153621.348000', '153621.351000', '153621.354000', '153621.357000', '153621.359000', '153621.362000', '153621.365000', '153621.368000', '153621.371000', '153621.374000', '153621.377000', '153621.380000', '153641.257000', '153641.260000', '153641.263000', '153641.266000', '153641.269000', '153641.272000', '153641.275000', '153641.277000', '153641.280000', '153641.283000', '153641.286000', '153641.289000', '153641.292000', '153641.295000', '153641.298000', '153641.301000', '153641.304000', '153641.307000', '153641.310000', '153641.312000', '153641.315000', '153641.318000', '153641.321000', '153641.324000', '153641.327000', '153641.330000', '153641.333000', '153641.336000', '153641.339000', '153641.342000', '153641.344000', '153641.347000', '153641.350000', '153641.353000', '153641.356000', '153641.359000', '153641.362000', '153641.365000', '153641.368000', '153641.370000', '153641.373000', '153641.376000', '153641.379000', '153641.382000', '153701.257000', '153701.260000', '153701.263000', '153701.266000', '153701.269000', '153701.271000', '153701.274000', '153701.277000', '153701.280000', '153701.283000', '153701.286000', '153701.289000', '153701.292000', '153701.295000', '153701.299000', '153701.302000', '153701.305000', '153701.308000', '153701.310000', '153701.313000', '153701.316000', '153701.319000', '153701.322000', '153701.325000', '153701.328000', '153701.331000', '153701.334000', '153701.337000', '153701.339000', '153701.342000', '153701.345000', '153701.349000', '153701.353000', '153701.356000', '153701.359000', '153701.362000', '153701.365000', '153701.368000', '153701.371000', '153701.374000', '153701.377000', '153701.379000', '153701.382000', '153721.257000', '153721.260000', '153721.263000', '153721.266000', '153721.269000', '153721.272000', '153721.275000', '153721.277000', '153721.280000', '153721.283000', '153721.286000', '153721.289000', '153721.292000', '153721.295000', '153721.298000', '153721.300000', '153721.303000', '153721.306000', '153721.309000', '153721.312000', '153721.315000', '153721.318000', '153721.321000', '153721.323000', '153721.326000', '153721.329000', '153721.332000', '153721.335000', '153721.338000', '153721.341000', '153721.344000', '153721.347000', '153721.350000', '153721.352000', '153721.355000', '153721.358000', '153721.361000', '153721.364000', '153721.367000', '153721.370000', '153721.373000', '153721.376000', '153721.379000', '153721.382000', '153741.256000', '153741.259000', '153741.262000', '153741.265000', '153741.268000', '153741.271000', '153741.273000', '153741.276000', '153741.279000', '153741.282000', '153741.285000', '153741.288000', '153741.291000', '153741.294000', '153741.297000', '153741.299000', '153741.302000', '153741.305000', '153741.308000', '153741.311000', '153741.314000', '153741.317000', '153741.320000', '153741.323000', '153741.326000', '153741.328000', '153741.331000', '153741.334000', '153741.337000', '153741.340000', '153741.343000', '153741.346000', '153741.349000', '153741.351000', '153741.354000', '153741.357000', '153741.360000', '153741.363000', '153741.366000', '153741.369000', '153741.372000', '153741.376000', '153741.379000', '153801.256000', '153801.259000', '153801.262000', '153801.265000', '153801.268000', '153801.271000', '153801.273000', '153801.276000', '153801.279000', '153801.282000', '153801.285000', '153801.288000', '153801.291000', '153801.294000', '153801.297000', '153801.299000', '153801.302000', '153801.305000', '153801.308000', '153801.311000', '153801.314000', '153801.317000', '153801.320000', '153801.323000', '153801.326000', '153801.328000', '153801.331000', '153801.334000', '153801.337000', '153801.340000', '153801.343000', '153801.346000', '153801.349000', '153801.352000', '153801.354000', '153801.357000', '153801.360000', '153801.363000', '153801.366000', '153801.369000', '153801.372000', '153801.375000', '153801.378000', '153801.380000', '153821.256000', '153821.259000', '153821.262000', '153821.265000', '153821.268000', '153821.271000', '153821.274000', '153821.277000', '153821.280000', '153821.283000', '153821.285000', '153821.288000', '153821.291000', '153821.294000', '153821.297000', '153821.300000', '153821.303000', '153821.306000', '153821.308000', '153821.311000', '153821.314000', '153821.317000', '153821.320000', '153821.323000', '153821.326000', '153821.329000', '153821.332000', '153821.335000', '153821.339000', '153821.341000', '153821.344000', '153821.347000', '153821.350000', '153821.353000', '153821.356000', '153821.359000', '153821.362000', '153821.365000', '153821.368000', '153821.370000', '153821.373000', '153821.376000', '153821.379000', '153841.257000', '153841.260000', '153841.263000', '153841.266000', '153841.268000', '153841.271000', '153841.274000', '153841.277000', '153841.280000', '153841.283000', '153841.286000', '153841.289000', '153841.292000', '153841.295000', '153841.298000', '153841.300000', '153841.303000', '153841.306000', '153841.309000', '153841.312000', '153841.315000', '153841.318000', '153841.321000', '153841.323000', '153841.326000', '153841.329000', '153841.332000', '153841.335000', '153841.338000', '153841.341000', '153841.344000', '153841.347000', '153841.349000', '153841.352000', '153841.355000', '153841.358000', '153841.361000', '153841.364000', '153841.367000', '153841.369000', '153841.372000', '153841.375000', '153841.378000', '153841.381000', '153901.257000', '153901.260000', '153901.263000', '153901.266000', '153901.269000', '153901.282000', '153901.285000', '153901.288000', '153901.290000', '153901.293000', '153901.296000', '153901.299000', '153901.302000', '153901.305000', '153901.308000', '153901.311000', '153901.314000', '153901.317000', '153901.320000', '153901.323000', '153901.325000', '153901.328000', '153901.331000', '153901.334000', '153901.337000', '153901.340000', '153901.343000', '153901.346000', '153901.349000', '153901.352000', '153901.354000', '153901.357000', '153901.360000', '153901.363000', '153901.366000', '153901.369000', '153901.372000', '153901.375000', '153901.377000', '153901.380000', '153901.383000', '153901.386000', '153901.389000', '153921.257000', '153921.260000', '153921.263000', '153921.266000', '153921.269000', '153921.271000', '153921.274000', '153921.277000', '153921.280000', '153921.283000', '153921.286000', '153921.289000', '153921.292000', '153921.295000', '153921.298000', '153921.300000', '153921.303000', '153921.306000', '153921.309000', '153921.312000', '153921.315000', '153921.318000', '153921.321000', '153921.324000', '153921.326000', '153921.329000', '153921.332000', '153921.335000', '153921.338000', '153921.341000', '153921.344000', '153921.346000', '153921.349000', '153921.352000', '153921.355000', '153921.358000', '153921.361000', '153921.364000', '153921.367000', '153921.370000', '153921.373000', '153921.376000', '153921.379000', '153921.382000', '153941.257000', '153941.260000', '153941.263000', '153941.266000', '153941.269000', '153941.272000', '153941.275000', '153941.278000', '153941.280000', '153941.283000', '153941.286000', '153941.289000', '153941.292000', '153941.295000', '153941.298000', '153941.301000', '153941.304000', '153941.306000', '153941.309000', '153941.312000', '153941.315000', '153941.318000', '153941.321000', '153941.324000', '153941.327000', '153941.330000', '153941.333000', '153941.335000', '153941.338000', '153941.341000', '153941.344000', '153941.347000', '153941.350000', '153941.353000', '153941.356000', '153941.358000', '153941.361000', '153941.364000', '153941.367000', '153941.370000', '153941.374000', '153941.377000', '153941.380000', '154001.256000', '154001.259000', '154001.262000', '154001.265000', '154001.268000', '154001.270000', '154001.273000', '154001.276000', '154001.279000', '154001.282000', '154001.285000', '154001.288000', '154001.291000', '154001.294000', '154001.297000', '154001.300000', '154001.302000', '154001.305000', '154001.308000', '154001.311000', '154001.314000', '154001.317000', '154001.320000', '154001.323000', '154001.326000', '154001.329000', '154001.331000', '154001.334000', '154001.337000', '154001.340000', '154001.343000', '154001.346000', '154001.349000', '154001.352000', '154001.355000', '154001.358000', '154001.360000', '154001.363000', '154001.366000', '154001.369000', '154001.372000', '154001.375000', '154001.378000', '154001.381000', '154021.256000', '154021.259000', '154021.262000', '154021.265000', '154021.268000', '154021.271000', '154021.274000', '154021.277000', '154021.280000', '154021.283000', '154021.286000', '154021.288000', '154021.291000', '154021.294000', '154021.297000', '154021.300000', '154021.303000', '154021.306000', '154021.309000', '154021.312000', '154021.315000', '154021.317000', '154021.320000', '154021.323000', '154021.326000', '154021.329000', '154021.332000', '154021.335000', '154021.338000', '154021.340000', '154021.344000', '154021.346000', '154021.349000', '154021.352000', '154021.355000', '154021.358000', '154021.361000', '154021.363000', '154021.366000', '154021.369000', '154021.372000', '154021.375000', '154021.378000', '154041.256000', '154041.259000', '154041.262000', '154041.265000', '154041.268000', '154041.271000', '154041.274000', '154041.277000', '154041.280000', '154041.282000', '154041.285000', '154041.288000', '154041.291000', '154041.294000', '154041.297000', '154041.300000', '154041.303000', '154041.306000', '154041.309000', '154041.312000', '154041.315000', '154041.317000', '154041.320000', '154041.323000', '154041.326000', '154041.329000', '154041.332000', '154041.335000', '154041.338000', '154041.341000', '154041.343000', '154041.346000', '154041.349000', '154041.352000', '154041.355000', '154041.358000', '154041.361000', '154041.364000', '154041.367000', '154041.370000', '154041.372000', '154041.375000', '154041.378000', '154057.407000', '154057.410000', '154057.413000', '154057.416000', '154057.420000', '154057.423000', '154057.426000', '154057.429000', '154057.432000', '154057.435000', '154057.438000', '154057.440000', '154057.443000', '154057.446000', '154057.450000', '154057.453000', '154057.456000', '154057.459000', '154057.462000', '154057.465000', '154057.468000', '154057.472000', '154057.475000', '154057.478000', '154057.481000', '154057.484000', '154057.487000', '154057.490000', '154057.493000', '154057.496000', '154057.499000', '154057.502000', '154057.505000', '154057.508000', '154057.511000', '154057.514000'], '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': [13279, 11027, 12419, 8032, 11446, 7683, 11127, 7335, 11027, 7195, 12340, 7477, 13638, 7770, 12385, 7632, 11417, 13858, 8048, 12305, 8576, 11251, 6701, 6812, 9052, 6297, 11413, 6868, 10473, 6145, 7266, 9663, 7596, 11887, 7310, 12643, 6434, 8451, 6036, 8106, 12962, 7057, 11973, 8534, 8547, 12446, 7886, 12071, 6761, 11875, 9338, 9880, 13880, 7908, 12476, 8412, 9302, 13745, 11300, 13260, 7494, 11659, 6879, 8663, 13357, 7964, 12740, 8220, 10087, 6162, 7907, 14108, 7361, 12276, 6519, 9958, 6458, 7923, 14011, 8127, 11531, 6258, 10207, 6531, 7711, 13590, 6887, 11575, 6320, 10522, 6351, 7484, 14039, 8127, 12178, 6211, 10604, 6440, 7678, 13823, 10443, 12069, 6117, 10407, 6504, 7769, 14108, 9486, 12878, 6348, 11369, 6923, 7739, 14038, 11564, 12864, 6468, 11479, 7086, 8247, 13924, 8443, 12792, 6247, 11302, 6763, 8507, 9655, 7495, 14252, 6584, 8049, 6242, 7932, 7058, 10202, 13989, 7091, 12819, 8949, 11544, 6663, 7797, 14523, 6634, 12557, 8367, 9526, 5890, 8386, 7302, 7463, 9501, 7979, 9424, 7716, 6426, 7184, 6470, 8800, 13802, 12141, 13934, 7108, 12940, 6931, 10210, 13069, 10647, 13822, 6899, 11423, 6748, 8592, 12872, 9088, 13781, 6816, 11263, 7004, 9727, 6904, 13009, 9667, 12222, 6625, 6753, 6896, 9979, 7305, 8040, 10568, 7045, 10786, 7057, 10254, 11647, 8275, 14072, 9394, 13690, 14247, 10490, 14211, 7671, 12108, 9611, 8227, 14588, 7405, 11870, 7848, 7878, 14500, 7207, 11408, 6820, 7755, 7811, 7408, 10842, 7139, 9347, 6907, 8486, 6734, 7972, 13179, 7307, 10990, 6953, 10886, 6771, 7844, 6384, 7067, 11813, 7261, 10717, 6951, 11258, 6806, 7308, 10196, 7215, 12262, 7170, 12129, 8166, 11794, 8241, 7559, 13247, 7569, 12363, 8636, 12713, 6861, 7619, 8155, 7408, 13874, 8154, 12734, 7048, 10133, 6543, 7066, 12795, 7514, 11768, 7173, 11097, 6893, 7463, 6465, 7524, 13673, 8670, 11834, 7017, 9565, 6472, 7113, 11143, 7882, 11106, 7572, 10382, 6408, 7342, 6380, 7861, 6370, 7568, 6355, 9254, 6651, 8791, 6930, 9991, 10843, 7879, 12627, 8507, 12339, 7316, 9953, 6710, 8018, 11002, 8432, 14167, 10829, 13649, 7140, 9689, 6808, 8550, 12976, 9687, 12725, 7597, 11191, 7074, 10717, 7174, 9590, 6225, 7834, 11718, 8054, 11797, 7777, 12387, 7349, 8917, 8520, 8365, 14555, 8039, 11481, 7243, 8135, 7469, 8305, 13355, 8040, 11211, 7518, 9332, 6878, 8390, 11834, 8499, 12824, 8215, 11396, 7302, 8308, 6677, 8361, 8625, 8006, 11619, 7556, 8864, 6766, 9513, 6393, 8273, 6181, 8258, 13053, 7845, 11184, 7867, 10353, 7128, 11495, 8934, 8348, 11121, 8424, 12361, 7910, 10541, 8504, 11206, 6870, 8334, 12130, 8535, 13721, 8138, 12527, 7479, 9608, 7075, 8617, 13429, 8645, 12363, 8465, 10694, 7613, 10266, 7093, 8930, 6605, 8450, 9912, 8379, 11266, 7792, 10920, 7723, 9426, 6892, 8791, 13378, 8340, 10628, 7972, 9688, 7496, 9148, 8919, 8404, 9572, 8126, 10532, 7785, 8831, 7048, 9350, 6822, 8626, 6784, 8511, 13324, 8439, 12572, 8254, 10813, 7929, 10887, 7734, 8961, 7814, 7786, 13179, 8405, 11143, 7607, 12310, 7426, 8741, 7221, 8573, 8113, 8803, 14515, 10710, 14478, 8040, 11173, 7646, 9022, 11866, 8483, 13039, 8432, 10655, 7867, 10463, 7676, 8881, 6567, 8631, 7748, 8833, 7984, 8746, 11896, 8665, 12375, 9059, 11746, 7593, 8832, 6661, 8661, 13638, 8486, 12779, 8266, 10040, 7378, 11161, 8194, 10703, 8076, 7951, 6558, 8850, 9809, 8145, 11428, 7928, 9404, 7278, 8721, 9747, 8446, 13257, 8581, 10583, 7242, 8537, 14604, 8006, 12207, 8058, 11040, 7326, 11340, 7913, 9163, 7389, 8149, 12491, 7832, 11477, 7008, 11098, 6899, 8345, 9980, 8012, 12323, 7342, 10934, 6555, 8569, 6486, 8059, 12827, 8656, 10978, 7191, 8687, 6461, 8000, 14399, 7299, 10932, 7109, 9611, 6297, 8940, 9129, 8490, 10096, 7681, 10551, 7270, 8478, 6337, 8203, 6167, 7477, 12225, 7527, 9420, 6611, 8271, 7087, 10427, 6888, 7377, 10916, 7231, 11409, 7199, 10792, 6675, 9176, 8204, 9676, 8845, 7605, 13405, 7424, 11210, 7536, 13006, 6658, 9192, 6873, 10696, 9711, 7914, 12907, 8311, 11179, 7058, 9688, 6627, 9966, 10159, 8426, 12300, 8018, 11732, 8607, 13673, 8084, 11866, 7045, 8123, 7481, 8414, 13912, 9492, 12213, 7753, 9722, 7179, 10660, 7188, 8108, 7548, 10618, 7749, 11351, 7629, 11883, 7705, 11216, 6949, 8698, 8020, 10327, 14165, 8323, 12456, 7392, 10247, 6855, 8942, 7589, 10028, 6362, 8183, 7025, 7569, 12127, 7480, 11864, 7077, 10241, 6813, 8691, 6203, 8773, 11519, 8571, 11360, 7395, 10713, 7131, 8910, 7392, 11807, 7538, 11612, 8174, 8423, 7124, 8233, 13526, 10201, 13499, 6869, 9910, 6738, 8234, 14038, 7998, 12428, 8462, 11522, 7324, 9400, 6667, 8725, 14631, 9606, 12131, 7544, 10141, 6736, 8832, 7811, 8614, 6551, 7900, 12828, 8054, 11590, 7656, 11545, 7281, 9947, 7535, 8519, 11299, 8826, 13363, 7937, 11611, 7916, 11219, 7021, 11687, 6808, 8000, 6603, 8179, 14523, 9743, 12176, 7574, 10316, 7523, 9460, 6882, 8480, 7074, 7851, 12015, 7707, 10144, 7072, 8622, 6450, 8155, 13255, 8376, 11131, 7843, 8160, 7399, 8941, 7181, 11462, 7483, 11425, 7174, 10587, 7109, 11405, 7697, 11177, 6434, 8292, 7615, 7833, 12787, 10570, 13346, 7149, 10722, 6698, 9465, 7959, 11937, 12447, 7810, 13441, 7854, 11093, 7185, 10687, 8181, 8844, 10885, 7927, 11882, 7890, 11863, 8232, 13988, 8906, 13371, 8929, 9374, 7265, 10054, 6925, 8571, 12153, 7644, 11145, 7228, 9934, 11236, 8092, 12902, 8007, 11509, 10174, 8389, 13376, 7748, 11912, 8737, 8051, 14358, 8106, 12540, 7502, 8601, 6563, 8429, 12827, 8462, 9056, 8009, 9117, 8023, 8878, 8162, 11789, 8034, 9206, 11746, 7736, 6514, 7941, 7371, 7678, 12035, 7096, 10174, 9541, 8255, 14409, 7667, 11989, 6790, 9895, 6776, 8079, 14731, 10168, 12027, 7367, 11322, 6817, 10151, 9593, 9429, 13409, 8041, 14255, 7245, 11977, 6947, 12514, 7966, 11879, 7876, 7813, 12873, 7808, 13096, 8329, 12923, 8473, 10027, 6777, 7587, 13644, 7276, 12588, 6762, 12188, 6722, 7782, 7028, 7639, 14053, 7763, 13426, 7826, 12445, 6817, 10696, 7656, 7911, 14429, 9764, 12412, 6881, 10860, 7043, 7653, 13911, 7109, 11647, 7019, 10418, 6683, 7636, 13750, 6916, 11409, 6780, 10391, 6969, 7790, 14150, 8500, 11572, 7584, 11118, 6003, 10253, 6142, 7727, 6230, 7941, 6372, 9435, 13302, 10110, 12454, 7347, 10901, 6521, 8128, 13590, 7633, 12981, 6957, 11405, 6118, 12299, 6802, 7874, 7375, 7615, 13740, 9970, 13046, 8639, 12609, 7360, 7982, 7042, 7597, 14714, 11542, 13311, 7122, 12324, 6798, 10995, 7818, 9678, 9434, 7639, 13998, 7161, 12788, 7961, 12308, 6362, 8219, 6885, 7723, 14012, 7743, 13385, 7049, 12134, 6745, 10522, 6861, 8810, 13746, 7292, 12369, 6962, 10203, 6002, 12712, 9510, 8751, 6272, 8029, 6613, 8452, 11725, 7766, 12106, 7198, 11417, 6844, 10358, 6127, 11950, 7035, 11632, 7914, 7883, 15002, 9316, 13807, 8499, 13500, 9047, 7713, 14443, 7026, 11638, 6309, 9906, 6605, 7639, 9899, 7441, 11784, 6867, 11761, 6765, 11214, 6347, 7887, 7204, 7321, 14326, 7538, 13223, 6803, 12185, 6831, 11064, 7480, 9895, 8691, 7416, 6594, 7345, 6157, 8944, 9127, 10998, 7393, 10915, 6530, 7690, 6637, 8721, 14955, 12038, 14309, 7045, 13224, 6464, 11603, 9067, 11031, 8357, 7548, 14280, 7311, 12922, 6505, 12112, 8627, 10962, 6951, 7291, 13999, 6895, 13266, 9596, 13141, 6331, 11181, 6985, 7457, 13765, 8454, 13800, 9737, 12946, 6241, 11151, 6853, 9415, 13307, 9697, 14171, 6837, 12997, 6393, 12216, 8268, 12455, 8596, 7459, 9428, 6917, 13115, 6799, 12914, 6532, 11660, 6287, 8547, 6232, 9753, 10445, 7668, 14324, 7026, 12782, 6134, 9704, 7626, 7592, 13686, 7147, 12599, 6354, 10492, 7736, 9099, 12816, 7121, 11985, 6420, 9222, 6288, 10454, 6213, 7175, 6363, 7559, 13847, 10730, 12449, 6358, 11240, 7729, 8023, 13423, 9391, 13622, 6774, 12558, 6199, 11200, 6636, 11960, 6225, 8206, 6269, 7322, 14110, 11008, 13220, 8352, 12601, 8976, 8682, 11109, 8808, 14503, 7129, 13732, 6488, 12542, 6857, 12606, 6792, 9332, 6291, 7112, 14398, 11026, 13592, 6681, 12430, 6209, 9791, 11998, 10475, 15353, 13043, 11713, 8746, 6136, 8342, 7025, 9581, 11059, 6945, 11709, 6999, 9544, 7145, 12830, 7371, 13390, 10514, 14008, 10035, 12441, 15697, 14028, 14839, 8908, 13073, 9027, 8206, 15479, 7201, 13701, 7237, 12217, 6245, 7969, 7590, 7417, 12566, 7232, 10565, 6212, 7712, 6206, 7403, 10313, 6753, 10622, 6673, 10329, 6151, 7778, 6305, 7480, 12221, 7342, 13674, 6652, 12454, 6575, 11923, 8270, 9620, 6836, 7587, 14649, 6694, 12841, 8010, 11246, 7671, 7237, 13430, 6584, 13167, 9232, 12233, 6179, 7648, 6612, 6574, 13685, 9396, 12503, 6225, 11372, 6357, 10495, 10817, 8521, 8691, 7431, 11197, 6260, 11677, 6938, 10878], 'WindowCenter': [3739.0, 3715.0, 3710.0, 3677.0, 3699.0, 3678.0, 3697.0, 3664.0, 3695.0, 3652.0, 3695.0, 3664.0, 3706.0, 3663.0, 3694.0, 3662.0, 3695.0, 3692.0, 3660.0, 3682.0, 3660.0, 3683.0, 3653.0, 3655.0, 3672.0, 3642.0, 3683.0, 3630.0, 3672.0, 3631.0, 3653.0, 3673.0, 3665.0, 3685.0, 3642.0, 3684.0, 3631.0, 3664.0, 3621.0, 3667.0, 3709.0, 3657.0, 3699.0, 3665.0, 3665.0, 3684.0, 3652.0, 3685.0, 3643.0, 3698.0, 3663.0, 3675.0, 3694.0, 3653.0, 3684.0, 3651.0, 3675.0, 3694.0, 3683.0, 3683.0, 3642.0, 3683.0, 3631.0, 3663.0, 3683.0, 3651.0, 3686.0, 3653.0, 3675.0, 3620.0, 3664.0, 3695.0, 3655.0, 3684.0, 3631.0, 3674.0, 3631.0, 3664.0, 3695.0, 3654.0, 3684.0, 3631.0, 3675.0, 3632.0, 3654.0, 3696.0, 3644.0, 3685.0, 3633.0, 3685.0, 3631.0, 3654.0, 3695.0, 3665.0, 3684.0, 3633.0, 3685.0, 3630.0, 3654.0, 3695.0, 3686.0, 3684.0, 3621.0, 3684.0, 3631.0, 3654.0, 3694.0, 3674.0, 3695.0, 3631.0, 3685.0, 3642.0, 3665.0, 3695.0, 3685.0, 3685.0, 3631.0, 3683.0, 3642.0, 3664.0, 3694.0, 3663.0, 3682.0, 3632.0, 3684.0, 3640.0, 3664.0, 3672.0, 3652.0, 3695.0, 3642.0, 3653.0, 3632.0, 3664.0, 3641.0, 3686.0, 3694.0, 3643.0, 3695.0, 3674.0, 3685.0, 3642.0, 3654.0, 3695.0, 3642.0, 3698.0, 3665.0, 3675.0, 3621.0, 3676.0, 3652.0, 3655.0, 3674.0, 3665.0, 3688.0, 3668.0, 3645.0, 3656.0, 3644.0, 3689.0, 3697.0, 3699.0, 3696.0, 3654.0, 3697.0, 3643.0, 3686.0, 3694.0, 3685.0, 3694.0, 3643.0, 3683.0, 3630.0, 3664.0, 3683.0, 3664.0, 3697.0, 3658.0, 3685.0, 3640.0, 3675.0, 3645.0, 3700.0, 3676.0, 3697.0, 3658.0, 3644.0, 3655.0, 3685.0, 3655.0, 3668.0, 3686.0, 3655.0, 3687.0, 3654.0, 3687.0, 3685.0, 3665.0, 3695.0, 3662.0, 3683.0, 3681.0, 3672.0, 3682.0, 3639.0, 3671.0, 3647.0, 3648.0, 3679.0, 3625.0, 3668.0, 3635.0, 3636.0, 3678.0, 3625.0, 3668.0, 3614.0, 3637.0, 3636.0, 3638.0, 3670.0, 3640.0, 3660.0, 3640.0, 3662.0, 3629.0, 3652.0, 3682.0, 3641.0, 3672.0, 3640.0, 3683.0, 3630.0, 3653.0, 3630.0, 3642.0, 3683.0, 3653.0, 3684.0, 3643.0, 3685.0, 3642.0, 3654.0, 3684.0, 3654.0, 3685.0, 3643.0, 3697.0, 3664.0, 3686.0, 3662.0, 3652.0, 3695.0, 3654.0, 3695.0, 3663.0, 3695.0, 3642.0, 3651.0, 3651.0, 3653.0, 3695.0, 3664.0, 3695.0, 3643.0, 3685.0, 3630.0, 3654.0, 3695.0, 3654.0, 3696.0, 3653.0, 3685.0, 3643.0, 3654.0, 3631.0, 3666.0, 3696.0, 3676.0, 3698.0, 3656.0, 3686.0, 3644.0, 3654.0, 3686.0, 3666.0, 3686.0, 3665.0, 3686.0, 3645.0, 3655.0, 3644.0, 3677.0, 3644.0, 3667.0, 3645.0, 3688.0, 3656.0, 3677.0, 3657.0, 3703.0, 3714.0, 3682.0, 3713.0, 3691.0, 3710.0, 3667.0, 3701.0, 3668.0, 3677.0, 3684.0, 3664.0, 3696.0, 3686.0, 3695.0, 3642.0, 3674.0, 3642.0, 3676.0, 3695.0, 3675.0, 3694.0, 3653.0, 3684.0, 3642.0, 3685.0, 3642.0, 3687.0, 3632.0, 3666.0, 3696.0, 3665.0, 3696.0, 3665.0, 3696.0, 3654.0, 3676.0, 3663.0, 3665.0, 3696.0, 3653.0, 3684.0, 3642.0, 3664.0, 3641.0, 3664.0, 3695.0, 3664.0, 3684.0, 3653.0, 3674.0, 3643.0, 3678.0, 3696.0, 3665.0, 3696.0, 3665.0, 3685.0, 3654.0, 3665.0, 3643.0, 3665.0, 3675.0, 3665.0, 3697.0, 3665.0, 3676.0, 3643.0, 3687.0, 3643.0, 3676.0, 3633.0, 3676.0, 3696.0, 3666.0, 3687.0, 3667.0, 3687.0, 3655.0, 3698.0, 3675.0, 3666.0, 3685.0, 3665.0, 3696.0, 3664.0, 3685.0, 3663.0, 3686.0, 3642.0, 3664.0, 3684.0, 3663.0, 3695.0, 3664.0, 3684.0, 3652.0, 3673.0, 3640.0, 3663.0, 3694.0, 3662.0, 3683.0, 3663.0, 3684.0, 3652.0, 3674.0, 3642.0, 3675.0, 3641.0, 3664.0, 3673.0, 3664.0, 3685.0, 3654.0, 3685.0, 3653.0, 3674.0, 3642.0, 3664.0, 3695.0, 3664.0, 3674.0, 3654.0, 3675.0, 3668.0, 3686.0, 3675.0, 3677.0, 3674.0, 3664.0, 3685.0, 3665.0, 3676.0, 3654.0, 3689.0, 3644.0, 3676.0, 3643.0, 3677.0, 3697.0, 3677.0, 3697.0, 3665.0, 3686.0, 3665.0, 3686.0, 3653.0, 3676.0, 3654.0, 3665.0, 3696.0, 3665.0, 3685.0, 3654.0, 3697.0, 3654.0, 3675.0, 3653.0, 3676.0, 3664.0, 3676.0, 3697.0, 3687.0, 3696.0, 3653.0, 3685.0, 3652.0, 3673.0, 3684.0, 3664.0, 3695.0, 3664.0, 3685.0, 3664.0, 3686.0, 3653.0, 3676.0, 3642.0, 3674.0, 3652.0, 3674.0, 3663.0, 3675.0, 3685.0, 3676.0, 3697.0, 3676.0, 3685.0, 3653.0, 3675.0, 3642.0, 3675.0, 3694.0, 3664.0, 3695.0, 3665.0, 3674.0, 3654.0, 3698.0, 3664.0, 3698.0, 3676.0, 3676.0, 3645.0, 3677.0, 3675.0, 3666.0, 3686.0, 3666.0, 3676.0, 3654.0, 3676.0, 3675.0, 3665.0, 3696.0, 3676.0, 3705.0, 3670.0, 3664.0, 3681.0, 3652.0, 3682.0, 3651.0, 3682.0, 3652.0, 3685.0, 3665.0, 3675.0, 3652.0, 3664.0, 3683.0, 3652.0, 3684.0, 3641.0, 3683.0, 3641.0, 3663.0, 3672.0, 3663.0, 3695.0, 3653.0, 3684.0, 3644.0, 3664.0, 3631.0, 3664.0, 3695.0, 3663.0, 3684.0, 3642.0, 3663.0, 3630.0, 3663.0, 3694.0, 3653.0, 3684.0, 3653.0, 3674.0, 3644.0, 3690.0, 3676.0, 3676.0, 3674.0, 3654.0, 3674.0, 3654.0, 3663.0, 3632.0, 3665.0, 3632.0, 3655.0, 3695.0, 3665.0, 3676.0, 3644.0, 3665.0, 3643.0, 3687.0, 3654.0, 3666.0, 3685.0, 3666.0, 3698.0, 3656.0, 3698.0, 3645.0, 3677.0, 3665.0, 3688.0, 3676.0, 3667.0, 3709.0, 3667.0, 3700.0, 3667.0, 3710.0, 3657.0, 3688.0, 3657.0, 3700.0, 3687.0, 3668.0, 3698.0, 3677.0, 3687.0, 3656.0, 3676.0, 3644.0, 3687.0, 3686.0, 3666.0, 3696.0, 3665.0, 3685.0, 3676.0, 3697.0, 3664.0, 3685.0, 3642.0, 3664.0, 3641.0, 3664.0, 3709.0, 3689.0, 3684.0, 3653.0, 3674.0, 3653.0, 3685.0, 3668.0, 3666.0, 3665.0, 3684.0, 3665.0, 3686.0, 3666.0, 3697.0, 3665.0, 3686.0, 3643.0, 3663.0, 3652.0, 3674.0, 3694.0, 3664.0, 3683.0, 3652.0, 3672.0, 3630.0, 3663.0, 3652.0, 3685.0, 3631.0, 3664.0, 3653.0, 3666.0, 3698.0, 3655.0, 3697.0, 3655.0, 3686.0, 3645.0, 3676.0, 3645.0, 3689.0, 3686.0, 3677.0, 3699.0, 3667.0, 3699.0, 3668.0, 3676.0, 3655.0, 3697.0, 3654.0, 3687.0, 3664.0, 3666.0, 3643.0, 3665.0, 3695.0, 3674.0, 3695.0, 3631.0, 3674.0, 3630.0, 3664.0, 3693.0, 3652.0, 3684.0, 3664.0, 3684.0, 3652.0, 3673.0, 3630.0, 3664.0, 3694.0, 3674.0, 3683.0, 3652.0, 3673.0, 3641.0, 3663.0, 3651.0, 3663.0, 3630.0, 3663.0, 3694.0, 3663.0, 3684.0, 3654.0, 3685.0, 3654.0, 3675.0, 3653.0, 3664.0, 3684.0, 3675.0, 3694.0, 3664.0, 3684.0, 3664.0, 3685.0, 3643.0, 3685.0, 3642.0, 3664.0, 3642.0, 3664.0, 3707.0, 3689.0, 3698.0, 3655.0, 3674.0, 3653.0, 3675.0, 3642.0, 3664.0, 3642.0, 3654.0, 3684.0, 3654.0, 3675.0, 3643.0, 3664.0, 3631.0, 3664.0, 3695.0, 3677.0, 3686.0, 3665.0, 3665.0, 3666.0, 3676.0, 3668.0, 3699.0, 3669.0, 3699.0, 3667.0, 3687.0, 3657.0, 3699.0, 3668.0, 3699.0, 3645.0, 3677.0, 3665.0, 3666.0, 3697.0, 3688.0, 3697.0, 3655.0, 3686.0, 3643.0, 3675.0, 3665.0, 3698.0, 3697.0, 3666.0, 3707.0, 3666.0, 3686.0, 3654.0, 3687.0, 3664.0, 3676.0, 3685.0, 3666.0, 3699.0, 3679.0, 3686.0, 3650.0, 3695.0, 3634.0, 3685.0, 3674.0, 3686.0, 3667.0, 3687.0, 3653.0, 3675.0, 3694.0, 3664.0, 3685.0, 3654.0, 3687.0, 3696.0, 3665.0, 3695.0, 3663.0, 3683.0, 3672.0, 3662.0, 3694.0, 3651.0, 3681.0, 3660.0, 3651.0, 3691.0, 3649.0, 3682.0, 3639.0, 3660.0, 3627.0, 3661.0, 3693.0, 3662.0, 3661.0, 3662.0, 3661.0, 3663.0, 3687.0, 3677.0, 3697.0, 3664.0, 3675.0, 3696.0, 3665.0, 3641.0, 3675.0, 3653.0, 3665.0, 3696.0, 3643.0, 3686.0, 3674.0, 3676.0, 3705.0, 3665.0, 3695.0, 3654.0, 3685.0, 3642.0, 3676.0, 3708.0, 3686.0, 3696.0, 3664.0, 3695.0, 3654.0, 3686.0, 3685.0, 3699.0, 3706.0, 3665.0, 3705.0, 3654.0, 3696.0, 3655.0, 3698.0, 3676.0, 3696.0, 3663.0, 3664.0, 3695.0, 3664.0, 3705.0, 3673.0, 3696.0, 3675.0, 3686.0, 3642.0, 3664.0, 3705.0, 3663.0, 3696.0, 3655.0, 3697.0, 3654.0, 3665.0, 3654.0, 3676.0, 3708.0, 3677.0, 3709.0, 3678.0, 3707.0, 3655.0, 3697.0, 3665.0, 3677.0, 3706.0, 3686.0, 3696.0, 3653.0, 3697.0, 3653.0, 3665.0, 3706.0, 3655.0, 3697.0, 3655.0, 3697.0, 3654.0, 3666.0, 3707.0, 3666.0, 3697.0, 3656.0, 3698.0, 3654.0, 3677.0, 3720.0, 3701.0, 3711.0, 3678.0, 3697.0, 3633.0, 3697.0, 3660.0, 3677.0, 3657.0, 3677.0, 3655.0, 3689.0, 3709.0, 3701.0, 3709.0, 3667.0, 3698.0, 3655.0, 3679.0, 3708.0, 3678.0, 3707.0, 3654.0, 3697.0, 3644.0, 3709.0, 3655.0, 3678.0, 3665.0, 3677.0, 3707.0, 3688.0, 3707.0, 3676.0, 3696.0, 3653.0, 3665.0, 3652.0, 3664.0, 3706.0, 3696.0, 3695.0, 3653.0, 3695.0, 3642.0, 3684.0, 3662.0, 3686.0, 3673.0, 3664.0, 3707.0, 3653.0, 3697.0, 3664.0, 3696.0, 3642.0, 3674.0, 3652.0, 3665.0, 3705.0, 3665.0, 3706.0, 3654.0, 3696.0, 3655.0, 3696.0, 3654.0, 3688.0, 3706.0, 3666.0, 3696.0, 3666.0, 3697.0, 3647.0, 3710.0, 3702.0, 3688.0, 3657.0, 3678.0, 3667.0, 3692.0, 3710.0, 3669.0, 3700.0, 3680.0, 3724.0, 3671.0, 3699.0, 3661.0, 3709.0, 3666.0, 3697.0, 3664.0, 3677.0, 3707.0, 3686.0, 3707.0, 3664.0, 3696.0, 3662.0, 3653.0, 3692.0, 3639.0, 3680.0, 3630.0, 3673.0, 3639.0, 3663.0, 3684.0, 3653.0, 3694.0, 3652.0, 3695.0, 3654.0, 3693.0, 3643.0, 3664.0, 3651.0, 3665.0, 3707.0, 3665.0, 3706.0, 3654.0, 3696.0, 3656.0, 3698.0, 3665.0, 3698.0, 3688.0, 3667.0, 3654.0, 3678.0, 3645.0, 3689.0, 3700.0, 3712.0, 3679.0, 3713.0, 3648.0, 3669.0, 3656.0, 3702.0, 3722.0, 3711.0, 3721.0, 3667.0, 3709.0, 3644.0, 3698.0, 3675.0, 3698.0, 3675.0, 3666.0, 3706.0, 3667.0, 3696.0, 3643.0, 3697.0, 3675.0, 3697.0, 3652.0, 3665.0, 3706.0, 3654.0, 3708.0, 3686.0, 3706.0, 3644.0, 3698.0, 3653.0, 3665.0, 3705.0, 3676.0, 3707.0, 3686.0, 3695.0, 3644.0, 3696.0, 3643.0, 3686.0, 3706.0, 3687.0, 3705.0, 3653.0, 3706.0, 3644.0, 3696.0, 3674.0, 3698.0, 3673.0, 3666.0, 3685.0, 3653.0, 3708.0, 3655.0, 3709.0, 3655.0, 3708.0, 3644.0, 3676.0, 3644.0, 3688.0, 3697.0, 3678.0, 3708.0, 3665.0, 3706.0, 3643.0, 3687.0, 3665.0, 3677.0, 3706.0, 3667.0, 3707.0, 3643.0, 3698.0, 3664.0, 3687.0, 3707.0, 3664.0, 3695.0, 3645.0, 3686.0, 3643.0, 3696.0, 3643.0, 3655.0, 3654.0, 3677.0, 3708.0, 3698.0, 3707.0, 3655.0, 3697.0, 3665.0, 3678.0, 3706.0, 3687.0, 3707.0, 3656.0, 3708.0, 3645.0, 3698.0, 3656.0, 3708.0, 3645.0, 3688.0, 3656.0, 3678.0, 3718.0, 3698.0, 3709.0, 3677.0, 3708.0, 3686.0, 3676.0, 3695.0, 3686.0, 3706.0, 3665.0, 3706.0, 3644.0, 3707.0, 3654.0, 3707.0, 3654.0, 3686.0, 3643.0, 3665.0, 3706.0, 3697.0, 3706.0, 3654.0, 3707.0, 3643.0, 3697.0, 3709.0, 3699.0, 3708.0, 3697.0, 3697.0, 3689.0, 3658.0, 3688.0, 3681.0, 3713.0, 3700.0, 3668.0, 3710.0, 3669.0, 3700.0, 3669.0, 3720.0, 3680.0, 3709.0, 3698.0, 3709.0, 3686.0, 3697.0, 3696.0, 3695.0, 3695.0, 3660.0, 3682.0, 3648.0, 3647.0, 3677.0, 3635.0, 3677.0, 3636.0, 3667.0, 3615.0, 3647.0, 3635.0, 3637.0, 3678.0, 3649.0, 3670.0, 3618.0, 3649.0, 3627.0, 3650.0, 3681.0, 3642.0, 3683.0, 3653.0, 3685.0, 3631.0, 3663.0, 3641.0, 3664.0, 3695.0, 3665.0, 3707.0, 3654.0, 3695.0, 3654.0, 3696.0, 3675.0, 3686.0, 3653.0, 3667.0, 3706.0, 3656.0, 3707.0, 3675.0, 3697.0, 3665.0, 3667.0, 3706.0, 3655.0, 3709.0, 3688.0, 3707.0, 3644.0, 3666.0, 3655.0, 3669.0, 3720.0, 3688.0, 3708.0, 3646.0, 3709.0, 3657.0, 3712.0, 3698.0, 3689.0, 3687.0, 3678.0, 3709.0, 3657.0, 3711.0, 3659.0, 3701.0], 'WindowWidth': [8422.0, 8377.0, 8362.0, 8311.0, 8344.0, 8313.0, 8337.0, 8287.0, 8329.0, 8268.0, 8331.0, 8286.0, 8345.0, 8286.0, 8326.0, 8281.0, 8329.0, 8321.0, 8273.0, 8307.0, 8275.0, 8309.0, 8271.0, 8277.0, 8291.0, 8254.0, 8303.0, 8226.0, 8287.0, 8234.0, 8266.0, 8291.0, 8283.0, 8310.0, 8247.0, 8307.0, 8234.0, 8280.0, 8220.0, 8291.0, 8351.0, 8278.0, 8336.0, 8283.0, 8285.0, 8306.0, 8262.0, 8308.0, 8253.0, 8331.0, 8277.0, 8297.0, 8322.0, 8263.0, 8307.0, 8258.0, 8294.0, 8321.0, 8304.0, 8304.0, 8247.0, 8302.0, 8230.0, 8276.0, 8303.0, 8258.0, 8311.0, 8263.0, 8294.0, 8216.0, 8279.0, 8323.0, 8270.0, 8307.0, 8234.0, 8294.0, 8231.0, 8280.0, 8324.0, 8267.0, 8306.0, 8234.0, 8296.0, 8234.0, 8268.0, 8327.0, 8254.0, 8309.0, 8237.0, 8307.0, 8234.0, 8270.0, 8326.0, 8282.0, 8308.0, 8238.0, 8310.0, 8232.0, 8268.0, 8324.0, 8311.0, 8308.0, 8220.0, 8307.0, 8235.0, 8268.0, 8323.0, 8295.0, 8323.0, 8235.0, 8310.0, 8250.0, 8284.0, 8325.0, 8309.0, 8309.0, 8235.0, 8305.0, 8250.0, 8281.0, 8321.0, 8279.0, 8304.0, 8236.0, 8307.0, 8246.0, 8281.0, 8288.0, 8264.0, 8322.0, 8249.0, 8264.0, 8238.0, 8280.0, 8248.0, 8316.0, 8322.0, 8253.0, 8326.0, 8294.0, 8312.0, 8249.0, 8268.0, 8324.0, 8249.0, 8333.0, 8284.0, 8298.0, 8220.0, 8303.0, 8264.0, 8271.0, 8297.0, 8287.0, 8319.0, 8295.0, 8259.0, 8275.0, 8258.0, 8323.0, 8332.0, 8335.0, 8328.0, 8268.0, 8330.0, 8251.0, 8314.0, 8322.0, 8309.0, 8320.0, 8250.0, 8305.0, 8232.0, 8281.0, 8306.0, 8281.0, 8331.0, 8279.0, 8309.0, 8243.0, 8298.0, 8257.0, 8340.0, 8298.0, 8330.0, 8284.0, 8255.0, 8272.0, 8315.0, 8273.0, 8293.0, 8312.0, 8272.0, 8316.0, 8270.0, 8317.0, 8311.0, 8283.0, 8327.0, 8273.0, 8307.0, 8300.0, 8288.0, 8305.0, 8239.0, 8284.0, 8246.0, 8248.0, 8291.0, 8214.0, 8275.0, 8225.0, 8231.0, 8290.0, 8215.0, 8273.0, 8196.0, 8233.0, 8231.0, 8237.0, 8282.0, 8244.0, 8271.0, 8245.0, 8274.0, 8226.0, 8262.0, 8301.0, 8245.0, 8291.0, 8243.0, 8304.0, 8230.0, 8264.0, 8231.0, 8250.0, 8305.0, 8265.0, 8309.0, 8252.0, 8312.0, 8249.0, 8270.0, 8308.0, 8268.0, 8310.0, 8252.0, 8329.0, 8280.0, 8313.0, 8275.0, 8265.0, 8325.0, 8269.0, 8324.0, 8280.0, 8325.0, 8249.0, 8263.0, 8260.0, 8267.0, 8325.0, 8282.0, 8326.0, 8253.0, 8312.0, 8232.0, 8269.0, 8324.0, 8269.0, 8327.0, 8268.0, 8311.0, 8253.0, 8270.0, 8236.0, 8288.0, 8329.0, 8301.0, 8333.0, 8276.0, 8316.0, 8258.0, 8273.0, 8315.0, 8289.0, 8316.0, 8285.0, 8317.0, 8261.0, 8272.0, 8258.0, 8306.0, 8260.0, 8294.0, 8260.0, 8322.0, 8275.0, 8306.0, 8279.0, 8349.0, 8366.0, 8319.0, 8366.0, 8330.0, 8354.0, 8292.0, 8348.0, 8299.0, 8307.0, 8309.0, 8282.0, 8329.0, 8315.0, 8326.0, 8252.0, 8296.0, 8249.0, 8301.0, 8327.0, 8299.0, 8323.0, 8266.0, 8307.0, 8250.0, 8312.0, 8250.0, 8317.0, 8238.0, 8287.0, 8327.0, 8286.0, 8330.0, 8285.0, 8329.0, 8267.0, 8299.0, 8278.0, 8281.0, 8326.0, 8264.0, 8308.0, 8249.0, 8280.0, 8247.0, 8281.0, 8324.0, 8282.0, 8309.0, 8267.0, 8296.0, 8252.0, 8308.0, 8326.0, 8283.0, 8328.0, 8286.0, 8311.0, 8268.0, 8285.0, 8252.0, 8285.0, 8297.0, 8286.0, 8329.0, 8284.0, 8303.0, 8255.0, 8317.0, 8254.0, 8301.0, 8240.0, 8303.0, 8330.0, 8288.0, 8318.0, 8291.0, 8317.0, 8273.0, 8335.0, 8298.0, 8288.0, 8312.0, 8285.0, 8327.0, 8282.0, 8314.0, 8280.0, 8315.0, 8249.0, 8283.0, 8308.0, 8279.0, 8325.0, 8282.0, 8309.0, 8262.0, 8294.0, 8244.0, 8280.0, 8321.0, 8278.0, 8307.0, 8279.0, 8307.0, 8264.0, 8296.0, 8250.0, 8298.0, 8248.0, 8282.0, 8292.0, 8282.0, 8313.0, 8269.0, 8311.0, 8267.0, 8297.0, 8250.0, 8282.0, 8322.0, 8281.0, 8293.0, 8266.0, 8296.0, 8294.0, 8317.0, 8299.0, 8303.0, 8293.0, 8282.0, 8311.0, 8283.0, 8301.0, 8269.0, 8323.0, 8255.0, 8301.0, 8254.0, 8302.0, 8330.0, 8303.0, 8331.0, 8286.0, 8314.0, 8284.0, 8316.0, 8266.0, 8303.0, 8268.0, 8289.0, 8330.0, 8287.0, 8314.0, 8269.0, 8331.0, 8269.0, 8299.0, 8268.0, 8300.0, 8283.0, 8302.0, 8333.0, 8318.0, 8327.0, 8266.0, 8310.0, 8264.0, 8294.0, 8309.0, 8284.0, 8325.0, 8283.0, 8312.0, 8282.0, 8317.0, 8268.0, 8302.0, 8250.0, 8296.0, 8263.0, 8295.0, 8279.0, 8299.0, 8310.0, 8301.0, 8332.0, 8300.0, 8310.0, 8263.0, 8297.0, 8249.0, 8298.0, 8321.0, 8282.0, 8322.0, 8283.0, 8296.0, 8269.0, 8333.0, 8280.0, 8339.0, 8305.0, 8303.0, 8261.0, 8305.0, 8297.0, 8288.0, 8316.0, 8289.0, 8303.0, 8271.0, 8303.0, 8298.0, 8284.0, 8327.0, 8302.0, 8358.0, 8300.0, 8278.0, 8296.0, 8263.0, 8300.0, 8260.0, 8301.0, 8262.0, 8313.0, 8286.0, 8300.0, 8263.0, 8282.0, 8307.0, 8263.0, 8309.0, 8247.0, 8306.0, 8246.0, 8279.0, 8289.0, 8279.0, 8323.0, 8266.0, 8310.0, 8257.0, 8282.0, 8234.0, 8282.0, 8324.0, 8280.0, 8309.0, 8250.0, 8281.0, 8231.0, 8280.0, 8324.0, 8266.0, 8308.0, 8268.0, 8296.0, 8258.0, 8329.0, 8299.0, 8300.0, 8293.0, 8268.0, 8295.0, 8266.0, 8279.0, 8236.0, 8284.0, 8237.0, 8271.0, 8325.0, 8285.0, 8301.0, 8257.0, 8286.0, 8252.0, 8318.0, 8269.0, 8288.0, 8311.0, 8289.0, 8334.0, 8276.0, 8335.0, 8259.0, 8305.0, 8286.0, 8321.0, 8300.0, 8291.0, 8351.0, 8291.0, 8340.0, 8292.0, 8354.0, 8280.0, 8322.0, 8282.0, 8341.0, 8317.0, 8293.0, 8335.0, 8304.0, 8318.0, 8275.0, 8302.0, 8255.0, 8318.0, 8312.0, 8287.0, 8327.0, 8284.0, 8313.0, 8300.0, 8331.0, 8283.0, 8313.0, 8251.0, 8280.0, 8245.0, 8281.0, 8350.0, 8325.0, 8310.0, 8265.0, 8293.0, 8267.0, 8314.0, 8296.0, 8288.0, 8285.0, 8310.0, 8286.0, 8313.0, 8289.0, 8333.0, 8287.0, 8314.0, 8254.0, 8280.0, 8262.0, 8296.0, 8321.0, 8280.0, 8307.0, 8261.0, 8289.0, 8232.0, 8279.0, 8263.0, 8313.0, 8236.0, 8284.0, 8266.0, 8288.0, 8334.0, 8273.0, 8331.0, 8273.0, 8315.0, 8259.0, 8303.0, 8264.0, 8329.0, 8315.0, 8305.0, 8339.0, 8293.0, 8339.0, 8300.0, 8304.0, 8274.0, 8331.0, 8271.0, 8319.0, 8283.0, 8286.0, 8251.0, 8283.0, 8326.0, 8295.0, 8325.0, 8234.0, 8295.0, 8231.0, 8282.0, 8319.0, 8262.0, 8307.0, 8281.0, 8307.0, 8263.0, 8292.0, 8231.0, 8281.0, 8320.0, 8294.0, 8305.0, 8262.0, 8291.0, 8247.0, 8280.0, 8259.0, 8280.0, 8231.0, 8281.0, 8320.0, 8279.0, 8309.0, 8269.0, 8312.0, 8268.0, 8299.0, 8265.0, 8285.0, 8308.0, 8299.0, 8323.0, 8283.0, 8309.0, 8282.0, 8313.0, 8253.0, 8312.0, 8252.0, 8285.0, 8250.0, 8283.0, 8346.0, 8323.0, 8333.0, 8269.0, 8294.0, 8265.0, 8295.0, 8249.0, 8283.0, 8247.0, 8266.0, 8309.0, 8267.0, 8297.0, 8252.0, 8283.0, 8236.0, 8283.0, 8324.0, 8306.0, 8314.0, 8286.0, 8285.0, 8288.0, 8301.0, 8296.0, 8337.0, 8298.0, 8337.0, 8294.0, 8318.0, 8278.0, 8339.0, 8294.0, 8337.0, 8261.0, 8305.0, 8284.0, 8288.0, 8332.0, 8319.0, 8332.0, 8272.0, 8313.0, 8255.0, 8300.0, 8284.0, 8334.0, 8331.0, 8290.0, 8343.0, 8287.0, 8314.0, 8269.0, 8317.0, 8282.0, 8302.0, 8311.0, 8287.0, 8340.0, 8312.0, 8314.0, 8254.0, 8324.0, 8220.0, 8316.0, 8295.0, 8317.0, 8296.0, 8320.0, 8269.0, 8301.0, 8323.0, 8284.0, 8315.0, 8271.0, 8319.0, 8328.0, 8287.0, 8329.0, 8282.0, 8309.0, 8290.0, 8277.0, 8325.0, 8260.0, 8303.0, 8269.0, 8261.0, 8313.0, 8254.0, 8305.0, 8242.0, 8271.0, 8221.0, 8275.0, 8322.0, 8279.0, 8274.0, 8279.0, 8274.0, 8280.0, 8321.0, 8308.0, 8336.0, 8285.0, 8298.0, 8331.0, 8289.0, 8252.0, 8302.0, 8267.0, 8289.0, 8329.0, 8253.0, 8316.0, 8297.0, 8303.0, 8342.0, 8289.0, 8327.0, 8271.0, 8314.0, 8254.0, 8303.0, 8350.0, 8318.0, 8330.0, 8287.0, 8328.0, 8273.0, 8318.0, 8314.0, 8342.0, 8343.0, 8288.0, 8341.0, 8271.0, 8329.0, 8277.0, 8337.0, 8302.0, 8332.0, 8282.0, 8287.0, 8327.0, 8285.0, 8343.0, 8299.0, 8332.0, 8300.0, 8318.0, 8255.0, 8286.0, 8341.0, 8284.0, 8331.0, 8275.0, 8334.0, 8273.0, 8290.0, 8273.0, 8307.0, 8350.0, 8308.0, 8353.0, 8310.0, 8348.0, 8277.0, 8335.0, 8287.0, 8307.0, 8347.0, 8317.0, 8332.0, 8271.0, 8332.0, 8271.0, 8291.0, 8345.0, 8275.0, 8331.0, 8274.0, 8333.0, 8272.0, 8291.0, 8348.0, 8293.0, 8334.0, 8280.0, 8338.0, 8274.0, 8307.0, 8372.0, 8348.0, 8359.0, 8311.0, 8331.0, 8243.0, 8335.0, 8293.0, 8311.0, 8283.0, 8308.0, 8277.0, 8328.0, 8355.0, 8347.0, 8353.0, 8296.0, 8338.0, 8277.0, 8314.0, 8349.0, 8311.0, 8348.0, 8275.0, 8335.0, 8262.0, 8353.0, 8277.0, 8312.0, 8291.0, 8308.0, 8350.0, 8322.0, 8349.0, 8304.0, 8332.0, 8269.0, 8287.0, 8266.0, 8287.0, 8345.0, 8331.0, 8328.0, 8271.0, 8327.0, 8254.0, 8313.0, 8281.0, 8318.0, 8296.0, 8287.0, 8346.0, 8271.0, 8333.0, 8287.0, 8333.0, 8254.0, 8299.0, 8267.0, 8289.0, 8343.0, 8288.0, 8345.0, 8275.0, 8331.0, 8275.0, 8333.0, 8272.0, 8325.0, 8344.0, 8290.0, 8330.0, 8293.0, 8333.0, 8268.0, 8356.0, 8348.0, 8327.0, 8283.0, 8310.0, 8297.0, 8338.0, 8353.0, 8296.0, 8338.0, 8319.0, 8386.0, 8308.0, 8341.0, 8297.0, 8356.0, 8292.0, 8335.0, 8286.0, 8307.0, 8348.0, 8317.0, 8350.0, 8285.0, 8331.0, 8277.0, 8268.0, 8318.0, 8244.0, 8299.0, 8234.0, 8295.0, 8246.0, 8283.0, 8309.0, 8269.0, 8323.0, 8268.0, 8327.0, 8272.0, 8323.0, 8256.0, 8286.0, 8266.0, 8290.0, 8348.0, 8290.0, 8345.0, 8274.0, 8332.0, 8280.0, 8337.0, 8291.0, 8338.0, 8323.0, 8296.0, 8274.0, 8312.0, 8264.0, 8328.0, 8344.0, 8364.0, 8317.0, 8366.0, 8265.0, 8293.0, 8277.0, 8350.0, 8378.0, 8360.0, 8372.0, 8294.0, 8351.0, 8259.0, 8336.0, 8301.0, 8338.0, 8300.0, 8292.0, 8345.0, 8292.0, 8329.0, 8257.0, 8333.0, 8300.0, 8332.0, 8268.0, 8288.0, 8342.0, 8273.0, 8348.0, 8318.0, 8345.0, 8259.0, 8335.0, 8269.0, 8289.0, 8341.0, 8303.0, 8347.0, 8318.0, 8329.0, 8260.0, 8330.0, 8255.0, 8318.0, 8344.0, 8320.0, 8341.0, 8271.0, 8343.0, 8259.0, 8332.0, 8298.0, 8337.0, 8297.0, 8291.0, 8313.0, 8273.0, 8348.0, 8276.0, 8351.0, 8277.0, 8350.0, 8261.0, 8305.0, 8260.0, 8325.0, 8335.0, 8311.0, 8353.0, 8291.0, 8346.0, 8259.0, 8322.0, 8289.0, 8309.0, 8346.0, 8294.0, 8347.0, 8261.0, 8339.0, 8288.0, 8321.0, 8346.0, 8288.0, 8328.0, 8261.0, 8315.0, 8257.0, 8331.0, 8259.0, 8276.0, 8273.0, 8308.0, 8351.0, 8337.0, 8348.0, 8278.0, 8335.0, 8289.0, 8310.0, 8346.0, 8322.0, 8347.0, 8280.0, 8352.0, 8264.0, 8337.0, 8279.0, 8351.0, 8265.0, 8325.0, 8280.0, 8312.0, 8366.0, 8340.0, 8354.0, 8309.0, 8353.0, 8317.0, 8305.0, 8330.0, 8319.0, 8346.0, 8289.0, 8346.0, 8261.0, 8348.0, 8275.0, 8349.0, 8275.0, 8321.0, 8258.0, 8292.0, 8348.0, 8335.0, 8347.0, 8275.0, 8347.0, 8259.0, 8334.0, 8356.0, 8339.0, 8351.0, 8331.0, 8329.0, 8327.0, 8285.0, 8326.0, 8323.0, 8367.0, 8341.0, 8300.0, 8356.0, 8302.0, 8344.0, 8303.0, 8371.0, 8318.0, 8355.0, 8339.0, 8358.0, 8318.0, 8336.0, 8334.0, 8330.0, 8329.0, 8271.0, 8304.0, 8251.0, 8251.0, 8293.0, 8233.0, 8292.0, 8234.0, 8278.0, 8204.0, 8250.0, 8231.0, 8239.0, 8295.0, 8258.0, 8286.0, 8215.0, 8257.0, 8226.0, 8263.0, 8301.0, 8254.0, 8309.0, 8271.0, 8312.0, 8238.0, 8285.0, 8252.0, 8288.0, 8327.0, 8288.0, 8346.0, 8273.0, 8327.0, 8273.0, 8333.0, 8302.0, 8320.0, 8272.0, 8294.0, 8346.0, 8277.0, 8349.0, 8303.0, 8334.0, 8286.0, 8296.0, 8344.0, 8278.0, 8351.0, 8323.0, 8349.0, 8261.0, 8291.0, 8276.0, 8301.0, 8370.0, 8325.0, 8351.0, 8268.0, 8351.0, 8284.0, 8362.0, 8338.0, 8327.0, 8320.0, 8311.0, 8353.0, 8283.0, 8357.0, 8281.0, 8344.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.005287291666666666</td></tr>
<tr><td colspan=3>aqi</td><td>0.07390426311728394</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.9486408101544</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203077525135136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006274685969111</td></tr>
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
<tr><td colspan=3>fber</td><td>6240.4541</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12772644905259997</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>165</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.731481481481481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4848356751815084</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.36061594371853</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7122207535174363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3816703283085587</td></tr>
<tr><td colspan=3>gcor</td><td>0.00568615</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013527173548936844</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03377903625369072</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.235418866232113</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.7624</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1984</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.0264</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>505.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>232.41</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2003</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>413.2146</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2903.2957</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75809.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>717.5158</td></tr>
<tr><td colspan=3>tsnr</td><td>25.428120848257095</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>