<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-02/func/sub-0044_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>ac1601666f882223314a1414d5efa81c</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>13:25:47.955000</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.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</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.0961425</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7733, -7269, 430, -105, -17, 8, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0d786b5-02b4-449e-b559-011f8003a461||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.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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': ['132547.955000', '132548.415000', '132548.875000', '132549.335000', '132549.795000', '132550.255000', '132550.715000', '132551.175000', '132551.635000', '132552.095000', '132552.555000', '132553.015000', '132553.475000', '132553.935000', '132554.395000', '132554.855000', '132555.315000', '132555.775000', '132556.235000', '132556.695000', '132557.155000', '132557.615000', '132558.075000', '132558.535000', '132558.995000', '132559.455000', '132559.915000', '132600.375000', '132600.835000', '132601.295000', '132601.755000', '132602.215000', '132602.675000', '132603.135000', '132603.595000', '132604.055000', '132604.515000', '132604.975000', '132605.435000', '132605.895000', '132606.355000', '132606.815000', '132607.275000', '132607.735000', '132608.195000', '132608.655000', '132609.115000', '132609.575000', '132610.035000', '132610.495000', '132610.955000', '132611.415000', '132611.875000', '132612.335000', '132612.795000', '132613.255000', '132613.715000', '132614.175000', '132614.635000', '132615.095000', '132615.555000', '132616.015000', '132616.475000', '132616.935000', '132617.395000', '132617.855000', '132618.315000', '132618.775000', '132619.235000', '132619.695000', '132620.155000', '132620.615000', '132621.075000', '132621.535000', '132621.995000', '132622.455000', '132622.915000', '132623.375000', '132623.835000', '132624.295000', '132624.755000', '132625.215000', '132625.675000', '132626.135000', '132626.595000', '132627.055000', '132627.515000', '132627.975000', '132628.435000', '132628.895000', '132629.355000', '132629.815000', '132630.275000', '132630.735000', '132631.195000', '132631.655000', '132632.115000', '132632.575000', '132633.035000', '132633.495000', '132633.955000', '132634.415000', '132634.875000', '132635.335000', '132635.795000', '132636.255000', '132636.715000', '132637.175000', '132637.635000', '132638.095000', '132638.555000', '132639.015000', '132639.475000', '132639.935000', '132640.395000', '132640.855000', '132641.315000', '132641.775000', '132642.235000', '132642.695000', '132643.155000', '132643.615000', '132644.075000', '132644.535000', '132644.995000', '132645.455000', '132645.915000', '132646.375000', '132646.835000', '132647.295000', '132647.755000', '132648.215000', '132648.675000', '132649.135000', '132649.595000', '132650.055000', '132650.515000', '132650.975000', '132651.435000', '132651.895000', '132652.355000', '132652.815000', '132653.275000', '132653.735000', '132654.195000', '132654.655000', '132655.115000', '132655.575000', '132656.035000', '132656.495000', '132656.955000', '132657.415000', '132657.875000', '132658.335000', '132658.795000', '132659.255000', '132659.715000', '132700.175000', '132700.635000', '132701.095000', '132701.555000', '132702.015000', '132702.475000', '132702.935000', '132703.395000', '132703.855000', '132704.315000', '132704.775000', '132705.235000', '132705.695000', '132706.155000', '132706.615000', '132707.075000', '132707.535000', '132707.995000', '132708.455000', '132708.915000', '132709.375000', '132709.835000', '132710.295000', '132710.755000', '132711.215000', '132711.675000', '132712.135000', '132712.595000', '132713.055000', '132713.515000', '132713.975000', '132714.435000', '132714.895000', '132715.355000', '132715.815000', '132716.275000', '132716.735000', '132717.195000', '132717.655000', '132718.115000', '132718.575000', '132719.035000', '132719.495000', '132719.955000', '132720.415000', '132720.875000', '132721.335000', '132721.795000', '132722.255000', '132722.715000', '132723.175000', '132723.635000', '132724.095000', '132724.555000', '132725.015000', '132725.475000', '132725.935000', '132726.395000', '132726.855000', '132727.315000', '132727.775000', '132728.235000', '132728.695000', '132729.155000', '132729.615000', '132730.075000', '132730.535000', '132730.995000', '132731.455000', '132731.915000', '132732.375000', '132732.835000', '132733.295000', '132733.755000', '132734.215000', '132734.675000', '132735.135000', '132735.595000', '132736.055000', '132736.515000', '132736.975000', '132737.435000', '132737.895000', '132738.355000', '132738.815000', '132739.275000', '132739.735000', '132740.195000', '132740.655000', '132741.115000', '132741.575000', '132742.035000', '132742.495000', '132742.955000', '132743.415000', '132743.875000', '132744.335000', '132744.795000', '132745.255000', '132745.715000', '132746.175000', '132746.635000', '132747.095000', '132747.555000', '132748.015000', '132748.475000', '132748.935000', '132749.395000', '132749.855000', '132750.315000', '132750.775000', '132751.235000', '132751.695000', '132752.155000', '132752.615000', '132753.075000', '132753.535000', '132753.995000', '132754.455000', '132754.915000', '132755.375000', '132755.835000', '132756.295000', '132756.755000', '132757.215000', '132757.675000', '132758.135000', '132758.595000', '132759.055000', '132759.515000', '132759.975000', '132800.435000', '132800.895000', '132801.355000', '132801.815000', '132802.275000', '132802.735000', '132803.195000', '132803.655000', '132804.115000', '132804.575000', '132805.035000', '132805.495000', '132805.955000', '132806.415000', '132806.875000', '132807.335000', '132807.795000', '132808.255000', '132808.715000', '132809.175000', '132809.635000', '132810.095000', '132810.555000', '132811.015000', '132811.475000', '132811.935000', '132812.395000', '132812.855000', '132813.315000', '132813.775000', '132814.235000', '132814.695000', '132815.155000', '132815.615000', '132816.075000', '132816.535000', '132816.995000', '132817.455000', '132817.915000', '132818.375000', '132818.835000', '132819.295000', '132819.755000', '132820.215000', '132820.675000', '132821.135000', '132821.595000', '132822.055000', '132822.515000', '132822.975000', '132823.435000', '132823.895000', '132824.355000', '132824.815000', '132825.275000', '132825.735000', '132826.195000', '132826.655000', '132827.115000', '132827.575000', '132828.035000', '132828.495000', '132828.955000', '132829.415000', '132829.875000', '132830.335000', '132830.795000', '132831.255000', '132831.715000', '132832.175000', '132832.635000', '132833.095000', '132833.555000', '132834.015000', '132834.475000', '132834.935000', '132835.395000', '132835.855000', '132836.315000', '132836.775000', '132837.235000', '132837.695000', '132838.155000', '132838.615000', '132839.075000', '132839.535000', '132839.995000', '132840.455000', '132840.915000', '132841.375000', '132841.835000', '132842.295000', '132842.755000', '132843.215000', '132843.675000', '132844.135000', '132844.595000', '132845.055000', '132845.515000', '132845.975000', '132846.435000', '132846.895000', '132847.355000', '132847.815000', '132848.275000', '132848.735000', '132849.195000', '132849.655000', '132850.115000', '132850.575000', '132851.035000', '132851.495000', '132851.955000', '132852.415000', '132852.875000', '132853.335000', '132853.795000', '132854.255000', '132854.715000', '132855.175000', '132855.635000', '132856.095000', '132856.555000', '132857.015000', '132857.475000', '132857.935000', '132858.395000', '132858.855000', '132859.315000', '132859.775000', '132900.235000', '132900.695000', '132901.155000', '132901.615000', '132902.075000', '132902.535000', '132902.995000', '132903.455000', '132903.915000', '132904.375000', '132904.835000', '132905.295000', '132905.755000', '132906.215000', '132906.675000', '132907.135000', '132907.595000', '132908.055000', '132908.515000', '132908.975000', '132909.435000', '132909.895000', '132910.355000', '132910.815000', '132911.275000', '132911.735000', '132912.195000', '132912.655000', '132913.115000', '132913.575000', '132914.035000', '132914.495000', '132914.955000', '132915.415000', '132915.875000', '132916.335000', '132916.795000', '132917.255000', '132917.715000', '132918.175000', '132918.635000', '132919.095000', '132919.555000', '132920.015000', '132920.475000', '132920.935000', '132921.395000', '132921.855000', '132922.315000', '132922.775000', '132923.235000', '132923.695000', '132924.155000', '132924.615000', '132925.075000', '132925.535000', '132925.995000', '132926.455000', '132926.915000', '132927.375000', '132927.835000', '132928.295000', '132928.755000', '132929.215000', '132929.675000', '132930.135000', '132930.595000', '132931.055000', '132931.515000', '132931.975000', '132932.435000', '132932.895000', '132933.355000', '132933.815000', '132934.275000', '132934.735000', '132935.195000', '132935.655000', '132936.115000', '132936.575000', '132937.035000', '132937.495000', '132937.955000', '132938.415000', '132938.875000', '132939.335000', '132939.795000', '132940.255000', '132940.715000', '132941.175000', '132941.635000', '132942.095000', '132942.555000', '132943.015000', '132943.475000', '132943.935000', '132944.395000', '132944.855000', '132945.315000', '132945.775000', '132946.235000', '132946.695000', '132947.155000', '132947.615000', '132948.075000', '132948.535000', '132948.995000', '132949.455000', '132949.915000', '132950.375000', '132950.835000', '132951.295000', '132951.755000', '132952.215000', '132952.675000', '132953.135000', '132953.595000', '132954.055000', '132954.515000', '132954.975000', '132955.435000', '132955.895000', '132956.355000', '132956.815000', '132957.275000', '132957.735000', '132958.195000', '132958.655000', '132959.115000', '132959.575000', '133000.035000', '133000.495000', '133000.955000', '133001.415000', '133001.875000', '133002.335000', '133002.795000', '133003.255000', '133003.715000', '133004.175000', '133004.635000', '133005.095000', '133005.555000', '133006.015000', '133006.475000', '133006.935000', '133007.395000', '133007.855000', '133008.315000', '133008.775000', '133009.235000', '133009.695000', '133010.155000', '133010.615000', '133011.075000', '133011.535000', '133011.995000', '133012.455000', '133012.915000', '133013.375000', '133013.835000', '133014.295000', '133014.755000', '133015.215000', '133015.675000', '133016.135000', '133016.595000', '133017.055000', '133017.515000', '133017.975000', '133018.435000', '133018.895000', '133019.355000', '133019.815000', '133020.275000', '133020.735000', '133021.195000', '133021.655000', '133022.115000', '133022.575000', '133023.035000', '133023.495000', '133023.955000', '133024.415000', '133024.875000', '133025.335000', '133025.795000', '133026.255000', '133026.715000', '133027.175000', '133027.635000', '133028.095000', '133028.555000', '133029.015000', '133029.475000', '133029.935000', '133030.395000', '133030.855000', '133031.315000', '133031.775000', '133032.235000', '133032.695000', '133033.155000', '133033.615000', '133034.075000', '133034.535000', '133034.995000', '133035.455000', '133035.915000', '133036.375000', '133036.835000', '133037.295000', '133037.755000', '133038.215000', '133038.675000', '133039.135000', '133039.595000', '133040.055000', '133040.515000', '133040.975000', '133041.435000', '133041.895000', '133042.355000', '133042.815000', '133043.275000', '133043.735000', '133044.195000', '133044.655000', '133045.115000', '133045.575000', '133046.035000', '133046.495000', '133046.955000', '133047.415000', '133047.875000', '133048.335000', '133048.795000', '133049.255000', '133049.715000', '133050.175000', '133050.635000', '133051.095000', '133051.555000', '133052.015000', '133052.475000', '133052.935000', '133053.395000', '133053.855000', '133054.315000', '133054.775000', '133055.235000', '133055.695000', '133056.155000', '133056.615000', '133057.075000', '133057.535000', '133057.995000', '133058.455000', '133058.915000', '133059.375000', '133059.835000', '133100.295000', '133100.755000', '133101.215000', '133101.675000', '133102.135000', '133102.595000', '133103.055000', '133103.515000', '133103.975000', '133104.435000', '133104.895000', '133105.355000', '133105.815000', '133106.275000', '133106.735000', '133107.195000', '133107.655000', '133108.115000', '133108.575000', '133109.035000', '133109.495000', '133109.955000', '133110.415000', '133110.875000', '133111.335000', '133111.795000', '133112.255000', '133112.715000', '133113.175000', '133113.635000', '133114.095000', '133114.555000', '133115.015000', '133115.475000', '133115.935000', '133116.395000', '133116.855000', '133117.315000', '133117.775000', '133118.235000', '133118.695000', '133119.155000', '133119.615000', '133120.075000', '133120.535000', '133120.995000', '133121.455000', '133121.915000', '133122.375000', '133122.835000', '133123.295000', '133123.755000', '133124.215000', '133124.675000', '133125.135000', '133125.595000', '133126.055000', '133126.515000', '133126.975000', '133127.435000', '133127.895000', '133128.355000', '133128.815000', '133129.275000', '133129.735000', '133130.195000', '133130.655000', '133131.115000', '133131.575000', '133132.035000', '133132.495000', '133132.955000', '133133.415000', '133133.875000', '133134.335000', '133134.795000', '133135.255000', '133135.715000', '133136.175000', '133136.635000', '133137.095000', '133137.555000', '133138.015000', '133138.475000', '133138.935000', '133139.395000', '133139.855000', '133140.315000', '133140.775000', '133141.235000', '133141.695000', '133142.155000', '133142.615000', '133143.075000', '133143.535000', '133143.995000', '133144.455000', '133144.915000', '133145.375000', '133145.835000', '133146.295000', '133146.755000', '133147.215000', '133147.675000', '133148.135000', '133148.595000', '133149.055000', '133149.515000', '133149.975000', '133150.435000', '133150.895000', '133151.355000', '133151.815000', '133152.275000', '133152.735000', '133153.195000', '133153.655000', '133154.115000', '133154.575000', '133155.035000', '133155.495000', '133155.955000', '133156.415000', '133156.875000', '133157.335000', '133157.795000', '133158.255000', '133158.715000', '133159.175000', '133159.635000', '133200.095000', '133200.555000', '133201.015000', '133201.475000', '133201.935000', '133202.395000', '133202.855000', '133203.315000', '133203.775000', '133204.235000', '133204.695000', '133205.155000', '133205.615000', '133206.075000', '133206.535000', '133206.995000', '133207.455000', '133207.915000', '133208.375000', '133208.835000', '133209.295000', '133209.755000', '133210.215000', '133210.675000', '133211.135000', '133211.595000', '133212.055000', '133212.515000', '133212.975000', '133213.435000', '133213.895000', '133214.355000', '133214.815000', '133215.275000', '133215.735000', '133216.195000', '133216.655000', '133217.115000', '133217.575000', '133218.035000', '133218.495000', '133218.955000', '133219.415000', '133219.875000', '133220.335000', '133220.795000', '133221.255000', '133221.715000', '133222.175000', '133222.635000', '133223.095000', '133223.555000', '133224.015000', '133224.475000', '133224.935000', '133225.395000', '133225.855000', '133226.315000', '133226.775000', '133227.235000', '133227.695000', '133228.155000', '133228.615000', '133229.075000', '133229.535000', '133229.995000', '133230.455000', '133230.915000', '133231.375000', '133231.835000', '133232.295000', '133232.755000', '133233.215000', '133233.675000', '133234.135000', '133234.595000', '133235.055000', '133235.515000', '133235.975000', '133236.435000', '133236.895000', '133237.355000', '133237.815000', '133238.275000', '133238.735000', '133239.195000', '133239.655000', '133240.115000', '133240.575000', '133241.035000', '133241.495000', '133241.955000', '133242.415000', '133242.875000', '133243.335000', '133243.795000', '133244.255000', '133244.715000', '133245.175000', '133245.635000', '133246.095000', '133246.555000', '133247.015000', '133247.475000', '133247.935000', '133248.395000', '133248.855000', '133249.315000', '133249.775000', '133250.235000', '133250.695000', '133251.155000', '133251.615000', '133252.075000', '133252.535000', '133252.995000', '133253.455000', '133253.915000', '133254.375000', '133254.835000', '133255.295000', '133255.755000', '133256.215000', '133256.675000', '133257.135000', '133257.595000', '133258.055000', '133258.515000', '133258.975000', '133259.435000', '133259.895000', '133300.355000', '133300.815000', '133301.275000', '133301.735000', '133302.195000', '133302.655000', '133303.115000', '133303.575000', '133304.035000', '133304.495000', '133304.955000', '133305.415000', '133305.875000', '133306.335000', '133306.795000', '133307.255000', '133307.715000', '133308.175000', '133308.635000', '133309.095000', '133309.555000', '133310.015000', '133310.475000', '133310.935000', '133311.395000', '133311.855000', '133312.315000', '133312.775000', '133313.235000', '133313.695000', '133314.155000', '133314.615000', '133315.075000', '133315.535000', '133315.995000', '133316.455000', '133316.915000', '133317.375000', '133317.835000', '133318.295000', '133318.755000', '133319.215000', '133319.675000', '133320.135000', '133320.595000', '133321.055000', '133321.515000', '133321.975000', '133322.435000', '133322.895000', '133323.355000', '133323.815000', '133324.275000', '133324.735000', '133325.195000', '133325.655000', '133326.115000', '133326.575000', '133327.035000', '133327.495000', '133327.955000', '133328.415000', '133328.875000', '133329.335000', '133329.795000', '133330.255000', '133330.715000', '133331.175000', '133331.635000', '133332.095000', '133332.555000', '133333.015000', '133333.475000', '133333.935000', '133334.395000', '133334.855000', '133335.315000', '133335.775000', '133336.235000', '133336.695000', '133337.155000', '133337.615000', '133338.075000', '133338.535000', '133338.995000', '133339.455000', '133339.915000', '133340.375000', '133340.835000', '133341.295000', '133341.755000', '133342.215000', '133342.675000', '133343.135000', '133343.595000', '133344.055000', '133344.515000', '133344.975000', '133345.435000', '133345.895000', '133346.355000', '133346.815000', '133347.275000', '133347.735000', '133348.195000', '133348.655000', '133349.115000', '133349.575000', '133350.035000', '133350.495000', '133350.955000', '133351.415000', '133351.875000', '133352.335000', '133352.795000', '133353.255000', '133353.715000', '133354.175000', '133354.635000', '133355.095000', '133355.555000', '133356.015000', '133356.475000', '133356.935000', '133357.395000', '133357.855000', '133358.315000', '133358.775000', '133359.235000', '133359.695000', '133400.155000', '133400.615000', '133401.075000', '133401.535000', '133401.995000', '133402.455000', '133402.915000', '133403.375000', '133403.835000', '133404.295000', '133404.755000', '133405.215000', '133405.675000', '133406.135000', '133406.595000', '133407.055000', '133407.515000', '133407.975000', '133408.435000', '133408.895000', '133409.355000', '133409.815000', '133410.275000', '133410.735000', '133411.195000', '133411.655000', '133412.115000', '133412.575000', '133413.035000', '133413.495000', '133413.955000', '133414.415000', '133414.875000', '133415.335000', '133415.795000', '133416.255000', '133416.715000', '133417.175000', '133417.635000', '133418.095000', '133418.555000', '133419.015000', '133419.475000', '133419.935000', '133420.395000', '133420.855000', '133421.315000', '133421.775000', '133422.235000', '133422.695000', '133423.155000', '133423.615000', '133424.075000', '133424.535000', '133424.995000', '133425.455000', '133425.915000', '133426.375000', '133426.835000', '133427.295000', '133427.755000', '133428.215000', '133428.675000', '133429.135000', '133429.595000', '133430.055000', '133430.515000', '133430.975000', '133431.435000', '133431.895000', '133432.355000', '133432.815000', '133433.275000', '133433.735000', '133434.195000', '133434.655000', '133435.115000', '133435.575000', '133436.035000', '133436.495000', '133436.955000', '133437.415000', '133437.875000', '133438.335000', '133438.795000', '133439.255000', '133439.715000', '133440.175000', '133440.635000', '133441.095000', '133441.555000', '133442.015000', '133442.475000', '133442.935000', '133443.395000', '133443.855000', '133444.315000', '133444.775000', '133445.235000', '133445.695000', '133446.155000', '133446.615000', '133447.075000', '133447.535000', '133447.995000', '133448.455000', '133448.915000', '133449.375000', '133449.835000', '133450.295000', '133450.755000', '133451.215000', '133451.675000', '133452.135000', '133452.595000', '133453.055000', '133453.515000', '133453.975000', '133454.435000', '133454.895000', '133455.355000', '133455.815000', '133456.275000', '133456.735000', '133457.195000', '133457.655000', '133458.115000', '133458.575000', '133459.035000', '133459.495000', '133459.955000', '133500.415000', '133500.875000', '133501.335000', '133501.795000', '133502.255000', '133502.715000', '133503.175000', '133503.635000', '133504.095000', '133504.555000', '133505.015000', '133505.475000', '133505.935000', '133506.395000', '133506.855000', '133507.315000', '133507.775000', '133508.235000', '133508.695000', '133509.155000', '133509.615000', '133510.075000', '133510.535000', '133510.995000', '133511.455000', '133511.915000', '133512.375000', '133512.835000', '133513.295000', '133513.755000', '133514.215000', '133514.675000', '133515.135000', '133515.595000', '133516.055000', '133516.515000', '133516.975000', '133517.435000', '133517.895000', '133518.355000', '133518.815000', '133519.275000', '133519.735000', '133520.195000', '133520.655000', '133521.115000', '133521.575000', '133522.035000', '133522.495000', '133522.955000', '133523.415000', '133523.875000', '133524.335000', '133524.795000', '133525.255000', '133525.715000', '133526.175000', '133526.635000', '133527.095000', '133527.555000', '133528.015000', '133528.475000', '133528.935000', '133529.395000', '133529.855000', '133530.315000', '133530.775000', '133531.235000', '133531.695000', '133532.155000', '133532.615000', '133533.075000', '133533.535000', '133533.995000', '133534.455000', '133534.915000', '133535.375000', '133535.835000', '133536.295000', '133536.755000', '133537.215000', '133537.675000', '133538.135000', '133538.595000', '133539.055000', '133539.515000', '133539.975000', '133540.435000', '133540.895000', '133541.355000', '133541.815000', '133542.275000', '133542.735000', '133543.195000', '133543.655000', '133544.115000', '133544.575000'], 'ContentTime': ['132607.345000', '132607.349000', '132607.352000', '132607.355000', '132607.358000', '132607.370000', '132607.373000', '132607.377000', '132607.380000', '132607.383000', '132607.386000', '132607.389000', '132607.392000', '132607.395000', '132607.398000', '132607.401000', '132607.403000', '132607.406000', '132607.409000', '132607.412000', '132607.415000', '132607.418000', '132607.426000', '132607.429000', '132607.432000', '132607.435000', '132607.438000', '132607.441000', '132607.444000', '132607.447000', '132607.450000', '132607.453000', '132607.456000', '132607.459000', '132607.462000', '132607.465000', '132607.468000', '132607.471000', '132607.474000', '132627.315000', '132627.318000', '132627.321000', '132627.324000', '132627.327000', '132627.330000', '132627.333000', '132627.336000', '132627.339000', '132627.342000', '132627.345000', '132627.348000', '132627.351000', '132627.354000', '132627.357000', '132627.360000', '132627.363000', '132627.365000', '132627.368000', '132627.371000', '132627.374000', '132627.377000', '132627.380000', '132627.383000', '132627.386000', '132627.389000', '132627.392000', '132627.395000', '132627.398000', '132627.401000', '132627.404000', '132627.406000', '132627.409000', '132627.412000', '132627.415000', '132627.418000', '132627.421000', '132627.424000', '132627.427000', '132627.430000', '132627.433000', '132627.436000', '132627.439000', '132627.442000', '132647.315000', '132647.350000', '132647.353000', '132647.355000', '132647.358000', '132647.361000', '132647.364000', '132647.367000', '132647.371000', '132647.374000', '132647.377000', '132647.380000', '132647.384000', '132647.388000', '132647.391000', '132647.394000', '132647.397000', '132647.400000', '132647.403000', '132647.406000', '132647.409000', '132647.412000', '132647.415000', '132647.418000', '132647.421000', '132647.424000', '132647.427000', '132647.430000', '132647.433000', '132647.436000', '132647.439000', '132647.441000', '132647.444000', '132647.447000', '132647.450000', '132647.453000', '132647.456000', '132647.459000', '132647.462000', '132647.465000', '132647.468000', '132647.471000', '132647.474000', '132707.315000', '132707.318000', '132707.321000', '132707.324000', '132707.327000', '132707.330000', '132707.333000', '132707.336000', '132707.339000', '132707.342000', '132707.345000', '132707.348000', '132707.351000', '132707.354000', '132707.357000', '132707.360000', '132707.363000', '132707.366000', '132707.369000', '132707.372000', '132707.375000', '132707.378000', '132707.381000', '132707.384000', '132707.387000', '132707.390000', '132707.393000', '132707.396000', '132707.399000', '132707.402000', '132707.405000', '132707.408000', '132707.411000', '132707.414000', '132707.417000', '132707.420000', '132707.423000', '132707.426000', '132707.428000', '132707.431000', '132707.434000', '132707.437000', '132707.440000', '132707.443000', '132727.315000', '132727.318000', '132727.321000', '132727.324000', '132727.327000', '132727.330000', '132727.333000', '132727.336000', '132727.339000', '132727.342000', '132727.345000', '132727.348000', '132727.351000', '132727.363000', '132727.366000', '132727.369000', '132727.372000', '132727.375000', '132727.378000', '132727.381000', '132727.384000', '132727.387000', '132727.390000', '132727.393000', '132727.398000', '132727.401000', '132727.404000', '132727.407000', '132727.410000', '132727.413000', '132727.416000', '132727.419000', '132727.422000', '132727.425000', '132727.428000', '132727.431000', '132727.434000', '132727.437000', '132727.440000', '132727.443000', '132727.445000', '132727.448000', '132727.451000', '132747.315000', '132747.318000', '132747.321000', '132747.324000', '132747.327000', '132747.330000', '132747.333000', '132747.336000', '132747.340000', '132747.343000', '132747.346000', '132747.349000', '132747.352000', '132747.355000', '132747.358000', '132747.361000', '132747.364000', '132747.367000', '132747.370000', '132747.373000', '132747.375000', '132747.378000', '132747.381000', '132747.384000', '132747.387000', '132747.390000', '132747.393000', '132747.397000', '132747.400000', '132747.402000', '132747.405000', '132747.408000', '132747.411000', '132747.414000', '132747.417000', '132747.420000', '132747.423000', '132747.426000', '132747.429000', '132747.432000', '132747.435000', '132747.438000', '132747.441000', '132747.444000', '132807.316000', '132807.319000', '132807.322000', '132807.325000', '132807.328000', '132807.331000', '132807.334000', '132807.337000', '132807.340000', '132807.343000', '132807.346000', '132807.349000', '132807.352000', '132807.356000', '132807.360000', '132807.363000', '132807.366000', '132807.369000', '132807.371000', '132807.375000', '132807.378000', '132807.380000', '132807.384000', '132807.387000', '132807.389000', '132807.393000', '132807.396000', '132807.398000', '132807.401000', '132807.404000', '132807.407000', '132807.410000', '132807.413000', '132807.416000', '132807.419000', '132807.422000', '132807.425000', '132807.428000', '132807.432000', '132807.435000', '132807.439000', '132807.442000', '132807.445000', '132827.315000', '132827.318000', '132827.321000', '132827.324000', '132827.327000', '132827.330000', '132827.333000', '132827.336000', '132827.339000', '132827.342000', '132827.345000', '132827.348000', '132827.351000', '132827.354000', '132827.357000', '132827.360000', '132827.363000', '132827.366000', '132827.369000', '132827.372000', '132827.375000', '132827.378000', '132827.381000', '132827.384000', '132827.387000', '132827.390000', '132827.393000', '132827.396000', '132827.399000', '132827.402000', '132827.405000', '132827.408000', '132827.411000', '132827.413000', '132827.416000', '132827.419000', '132827.422000', '132827.425000', '132827.428000', '132827.431000', '132827.434000', '132827.437000', '132827.440000', '132827.443000', '132847.315000', '132847.318000', '132847.321000', '132847.324000', '132847.327000', '132847.330000', '132847.333000', '132847.336000', '132847.339000', '132847.342000', '132847.345000', '132847.348000', '132847.351000', '132847.354000', '132847.357000', '132847.360000', '132847.363000', '132847.366000', '132847.369000', '132847.372000', '132847.375000', '132847.378000', '132847.381000', '132847.384000', '132847.387000', '132847.390000', '132847.393000', '132847.396000', '132847.399000', '132847.402000', '132847.405000', '132847.408000', '132847.411000', '132847.414000', '132847.417000', '132847.420000', '132847.423000', '132847.426000', '132847.429000', '132847.432000', '132847.435000', '132847.438000', '132847.441000', '132907.315000', '132907.318000', '132907.321000', '132907.324000', '132907.327000', '132907.330000', '132907.333000', '132907.336000', '132907.339000', '132907.342000', '132907.345000', '132907.348000', '132907.351000', '132907.354000', '132907.357000', '132907.360000', '132907.363000', '132907.366000', '132907.369000', '132907.372000', '132907.375000', '132907.378000', '132907.381000', '132907.384000', '132907.387000', '132907.390000', '132907.393000', '132907.396000', '132907.399000', '132907.402000', '132907.405000', '132907.408000', '132907.411000', '132907.414000', '132907.417000', '132907.420000', '132907.423000', '132907.426000', '132907.429000', '132907.432000', '132907.435000', '132907.438000', '132907.441000', '132907.444000', '132927.315000', '132927.318000', '132927.321000', '132927.324000', '132927.327000', '132927.330000', '132927.333000', '132927.336000', '132927.339000', '132927.342000', '132927.345000', '132927.348000', '132927.351000', '132927.354000', '132927.357000', '132927.360000', '132927.363000', '132927.366000', '132927.369000', '132927.372000', '132927.375000', '132927.378000', '132927.381000', '132927.384000', '132927.387000', '132927.390000', '132927.394000', '132927.397000', '132927.400000', '132927.403000', '132927.406000', '132927.409000', '132927.412000', '132927.415000', '132927.418000', '132927.421000', '132927.424000', '132927.427000', '132927.430000', '132927.433000', '132927.436000', '132927.439000', '132927.442000', '132947.315000', '132947.318000', '132947.321000', '132947.324000', '132947.327000', '132947.330000', '132947.333000', '132947.336000', '132947.339000', '132947.342000', '132947.345000', '132947.348000', '132947.351000', '132947.354000', '132947.357000', '132947.360000', '132947.363000', '132947.366000', '132947.369000', '132947.372000', '132947.375000', '132947.378000', '132947.381000', '132947.384000', '132947.387000', '132947.390000', '132947.393000', '132947.396000', '132947.399000', '132947.402000', '132947.405000', '132947.408000', '132947.411000', '132947.414000', '132947.417000', '132947.420000', '132947.423000', '132947.426000', '132947.429000', '132947.432000', '132947.435000', '132947.438000', '132947.441000', '132947.444000', '133007.316000', '133007.319000', '133007.322000', '133007.325000', '133007.328000', '133007.331000', '133007.334000', '133007.337000', '133007.340000', '133007.343000', '133007.346000', '133007.349000', '133007.352000', '133007.355000', '133007.358000', '133007.361000', '133007.364000', '133007.367000', '133007.370000', '133007.373000', '133007.376000', '133007.379000', '133007.382000', '133007.385000', '133007.388000', '133007.391000', '133007.394000', '133007.397000', '133007.400000', '133007.403000', '133007.406000', '133007.409000', '133007.412000', '133007.415000', '133007.418000', '133007.421000', '133007.424000', '133007.427000', '133007.430000', '133007.433000', '133007.436000', '133007.439000', '133007.442000', '133027.316000', '133027.319000', '133027.322000', '133027.325000', '133027.328000', '133027.331000', '133027.334000', '133027.337000', '133027.340000', '133027.343000', '133027.346000', '133027.349000', '133027.352000', '133027.355000', '133027.358000', '133027.361000', '133027.364000', '133027.367000', '133027.370000', '133027.372000', '133027.397000', '133027.400000', '133027.403000', '133027.406000', '133027.409000', '133027.412000', '133027.414000', '133027.417000', '133027.420000', '133027.423000', '133027.426000', '133027.429000', '133027.432000', '133027.435000', '133027.438000', '133027.441000', '133027.444000', '133027.447000', '133027.450000', '133027.453000', '133027.456000', '133027.459000', '133027.462000', '133027.465000', '133047.315000', '133047.318000', '133047.321000', '133047.324000', '133047.327000', '133047.330000', '133047.333000', '133047.336000', '133047.339000', '133047.342000', '133047.345000', '133047.348000', '133047.351000', '133047.354000', '133047.357000', '133047.360000', '133047.363000', '133047.366000', '133047.369000', '133047.372000', '133047.375000', '133047.378000', '133047.381000', '133047.384000', '133047.387000', '133047.390000', '133047.393000', '133047.396000', '133047.399000', '133047.402000', '133047.405000', '133047.408000', '133047.411000', '133047.414000', '133047.417000', '133047.420000', '133047.423000', '133047.426000', '133047.429000', '133047.433000', '133047.436000', '133047.439000', '133047.442000', '133107.315000', '133107.318000', '133107.321000', '133107.324000', '133107.327000', '133107.330000', '133107.333000', '133107.336000', '133107.339000', '133107.342000', '133107.345000', '133107.348000', '133107.351000', '133107.354000', '133107.357000', '133107.360000', '133107.363000', '133107.366000', '133107.369000', '133107.372000', '133107.375000', '133107.378000', '133107.381000', '133107.384000', '133107.387000', '133107.390000', '133107.393000', '133107.396000', '133107.400000', '133107.403000', '133107.406000', '133107.409000', '133107.412000', '133107.415000', '133107.418000', '133107.421000', '133107.424000', '133107.427000', '133107.430000', '133107.433000', '133107.436000', '133107.439000', '133107.442000', '133107.445000', '133127.315000', '133127.318000', '133127.321000', '133127.324000', '133127.327000', '133127.330000', '133127.333000', '133127.336000', '133127.339000', '133127.342000', '133127.345000', '133127.348000', '133127.351000', '133127.354000', '133127.357000', '133127.360000', '133127.363000', '133127.366000', '133127.369000', '133127.372000', '133127.375000', '133127.378000', '133127.381000', '133127.384000', '133127.387000', '133127.390000', '133127.393000', '133127.396000', '133127.399000', '133127.402000', '133127.405000', '133127.408000', '133127.411000', '133127.414000', '133127.417000', '133127.420000', '133127.423000', '133127.426000', '133127.429000', '133127.432000', '133127.435000', '133127.438000', '133127.441000', '133147.315000', '133147.318000', '133147.321000', '133147.324000', '133147.327000', '133147.330000', '133147.333000', '133147.336000', '133147.339000', '133147.342000', '133147.345000', '133147.348000', '133147.351000', '133147.354000', '133147.357000', '133147.360000', '133147.363000', '133147.366000', '133147.369000', '133147.372000', '133147.375000', '133147.378000', '133147.381000', '133147.384000', '133147.387000', '133147.390000', '133147.393000', '133147.396000', '133147.399000', '133147.402000', '133147.406000', '133147.410000', '133147.413000', '133147.416000', '133147.419000', '133147.421000', '133147.424000', '133147.427000', '133147.430000', '133147.433000', '133147.436000', '133147.439000', '133147.442000', '133147.445000', '133207.315000', '133207.318000', '133207.321000', '133207.324000', '133207.327000', '133207.330000', '133207.333000', '133207.336000', '133207.339000', '133207.342000', '133207.345000', '133207.348000', '133207.351000', '133207.354000', '133207.357000', '133207.360000', '133207.363000', '133207.366000', '133207.369000', '133207.372000', '133207.375000', '133207.378000', '133207.381000', '133207.384000', '133207.387000', '133207.390000', '133207.393000', '133207.396000', '133207.399000', '133207.402000', '133207.405000', '133207.408000', '133207.411000', '133207.415000', '133207.418000', '133207.421000', '133207.424000', '133207.427000', '133207.430000', '133207.433000', '133207.436000', '133207.439000', '133207.442000', '133227.316000', '133227.319000', '133227.322000', '133227.325000', '133227.328000', '133227.331000', '133227.334000', '133227.337000', '133227.340000', '133227.343000', '133227.346000', '133227.349000', '133227.352000', '133227.355000', '133227.358000', '133227.361000', '133227.364000', '133227.367000', '133227.370000', '133227.373000', '133227.376000', '133227.379000', '133227.382000', '133227.385000', '133227.388000', '133227.391000', '133227.394000', '133227.397000', '133227.400000', '133227.403000', '133227.406000', '133227.409000', '133227.412000', '133227.415000', '133227.418000', '133227.421000', '133227.424000', '133227.427000', '133227.430000', '133227.433000', '133227.436000', '133227.439000', '133227.442000', '133247.316000', '133247.319000', '133247.322000', '133247.325000', '133247.328000', '133247.331000', '133247.334000', '133247.337000', '133247.340000', '133247.343000', '133247.346000', '133247.349000', '133247.352000', '133247.355000', '133247.358000', '133247.361000', '133247.364000', '133247.367000', '133247.370000', '133247.373000', '133247.376000', '133247.379000', '133247.382000', '133247.385000', '133247.388000', '133247.391000', '133247.394000', '133247.397000', '133247.400000', '133247.403000', '133247.406000', '133247.409000', '133247.412000', '133247.415000', '133247.418000', '133247.421000', '133247.424000', '133247.427000', '133247.430000', '133247.433000', '133247.436000', '133247.439000', '133247.442000', '133247.445000', '133307.315000', '133307.318000', '133307.321000', '133307.324000', '133307.327000', '133307.330000', '133307.333000', '133307.337000', '133307.340000', '133307.343000', '133307.346000', '133307.349000', '133307.352000', '133307.355000', '133307.358000', '133307.361000', '133307.364000', '133307.367000', '133307.370000', '133307.373000', '133307.376000', '133307.379000', '133307.382000', '133307.385000', '133307.388000', '133307.390000', '133307.393000', '133307.396000', '133307.399000', '133307.402000', '133307.405000', '133307.408000', '133307.411000', '133307.414000', '133307.417000', '133307.420000', '133307.423000', '133307.426000', '133307.429000', '133307.432000', '133307.435000', '133307.447000', '133307.450000', '133327.315000', '133327.318000', '133327.321000', '133327.324000', '133327.327000', '133327.330000', '133327.333000', '133327.336000', '133327.339000', '133327.342000', '133327.345000', '133327.348000', '133327.351000', '133327.354000', '133327.357000', '133327.360000', '133327.363000', '133327.366000', '133327.369000', '133327.372000', '133327.375000', '133327.378000', '133327.381000', '133327.384000', '133327.387000', '133327.390000', '133327.393000', '133327.396000', '133327.399000', '133327.403000', '133327.406000', '133327.409000', '133327.411000', '133327.414000', '133327.417000', '133327.420000', '133327.423000', '133327.426000', '133327.429000', '133327.432000', '133327.435000', '133327.438000', '133327.441000', '133327.444000', '133347.315000', '133347.318000', '133347.321000', '133347.324000', '133347.327000', '133347.330000', '133347.333000', '133347.336000', '133347.339000', '133347.342000', '133347.345000', '133347.349000', '133347.352000', '133347.355000', '133347.358000', '133347.361000', '133347.364000', '133347.367000', '133347.370000', '133347.373000', '133347.376000', '133347.379000', '133347.382000', '133347.385000', '133347.388000', '133347.391000', '133347.394000', '133347.397000', '133347.400000', '133347.403000', '133347.406000', '133347.409000', '133347.412000', '133347.415000', '133347.418000', '133347.421000', '133347.424000', '133347.427000', '133347.430000', '133347.433000', '133347.436000', '133347.439000', '133347.442000', '133407.315000', '133407.318000', '133407.321000', '133407.324000', '133407.327000', '133407.330000', '133407.333000', '133407.336000', '133407.339000', '133407.342000', '133407.345000', '133407.348000', '133407.351000', '133407.354000', '133407.357000', '133407.360000', '133407.363000', '133407.366000', '133407.369000', '133407.372000', '133407.375000', '133407.378000', '133407.381000', '133407.384000', '133407.387000', '133407.390000', '133407.393000', '133407.396000', '133407.399000', '133407.402000', '133407.405000', '133407.408000', '133407.411000', '133407.414000', '133407.417000', '133407.420000', '133407.423000', '133407.426000', '133407.429000', '133407.432000', '133407.435000', '133407.438000', '133407.441000', '133407.444000', '133427.315000', '133427.318000', '133427.321000', '133427.324000', '133427.327000', '133427.330000', '133427.333000', '133427.336000', '133427.339000', '133427.342000', '133427.345000', '133427.348000', '133427.351000', '133427.354000', '133427.357000', '133427.360000', '133427.363000', '133427.366000', '133427.369000', '133427.372000', '133427.376000', '133427.379000', '133427.382000', '133427.385000', '133427.388000', '133427.391000', '133427.394000', '133427.397000', '133427.400000', '133427.403000', '133427.406000', '133427.409000', '133427.412000', '133427.415000', '133427.418000', '133427.421000', '133427.424000', '133427.427000', '133427.443000', '133427.446000', '133427.449000', '133427.452000', '133427.455000', '133447.316000', '133447.319000', '133447.322000', '133447.325000', '133447.328000', '133447.331000', '133447.334000', '133447.337000', '133447.340000', '133447.343000', '133447.346000', '133447.349000', '133447.352000', '133447.355000', '133447.358000', '133447.361000', '133447.364000', '133447.367000', '133447.370000', '133447.373000', '133447.376000', '133447.379000', '133447.382000', '133447.385000', '133447.388000', '133447.391000', '133447.394000', '133447.397000', '133447.400000', '133447.403000', '133447.406000', '133447.409000', '133447.412000', '133447.415000', '133447.418000', '133447.421000', '133447.424000', '133447.427000', '133447.430000', '133447.433000', '133447.436000', '133447.439000', '133447.442000', '133447.445000', '133507.316000', '133507.319000', '133507.322000', '133507.325000', '133507.328000', '133507.331000', '133507.334000', '133507.337000', '133507.340000', '133507.343000', '133507.346000', '133507.349000', '133507.352000', '133507.355000', '133507.358000', '133507.361000', '133507.364000', '133507.367000', '133507.370000', '133507.373000', '133507.376000', '133507.379000', '133507.382000', '133507.385000', '133507.388000', '133507.391000', '133507.395000', '133507.401000', '133507.404000', '133507.407000', '133507.410000', '133507.413000', '133507.416000', '133507.419000', '133507.422000', '133507.425000', '133507.428000', '133507.431000', '133507.434000', '133507.437000', '133507.440000', '133507.443000', '133507.446000', '133527.315000', '133527.318000', '133527.321000', '133527.324000', '133527.327000', '133527.330000', '133527.333000', '133527.336000', '133527.339000', '133527.342000', '133527.345000', '133527.348000', '133527.351000', '133527.354000', '133527.357000', '133527.360000', '133527.363000', '133527.366000', '133527.369000', '133527.372000', '133527.375000', '133527.378000', '133527.381000', '133527.384000', '133527.387000', '133527.390000', '133527.393000', '133527.396000', '133527.399000', '133527.402000', '133527.405000', '133527.408000', '133527.411000', '133527.414000', '133527.417000', '133527.420000', '133527.423000', '133527.426000', '133527.440000', '133527.443000', '133527.446000', '133527.449000', '133527.452000', '133527.455000', '133546.108000', '133546.111000', '133546.115000', '133546.119000', '133546.122000', '133546.125000', '133546.129000', '133546.132000', '133546.135000', '133546.138000', '133546.141000', '133546.144000', '133546.148000', '133546.151000', '133546.154000', '133546.157000', '133546.160000', '133546.164000', '133546.167000', '133546.170000', '133546.173000', '133546.176000', '133546.179000', '133546.182000', '133546.185000', '133546.188000', '133546.191000', '133546.194000', '133546.197000', '133546.200000', '133546.203000', '133546.206000', '133546.210000', '133546.214000', '133546.227000', '133546.230000', '133546.233000', '133546.236000', '133546.239000', '133546.242000', '133546.245000'], 'InstanceCreationTime': ['132607.345000', '132607.349000', '132607.352000', '132607.355000', '132607.358000', '132607.370000', '132607.373000', '132607.377000', '132607.380000', '132607.383000', '132607.386000', '132607.389000', '132607.392000', '132607.395000', '132607.398000', '132607.401000', '132607.403000', '132607.406000', '132607.409000', '132607.412000', '132607.415000', '132607.418000', '132607.426000', '132607.429000', '132607.432000', '132607.435000', '132607.438000', '132607.441000', '132607.444000', '132607.447000', '132607.450000', '132607.453000', '132607.456000', '132607.459000', '132607.462000', '132607.465000', '132607.468000', '132607.471000', '132607.474000', '132627.315000', '132627.318000', '132627.321000', '132627.324000', '132627.327000', '132627.330000', '132627.333000', '132627.336000', '132627.339000', '132627.342000', '132627.345000', '132627.348000', '132627.351000', '132627.354000', '132627.357000', '132627.360000', '132627.363000', '132627.365000', '132627.368000', '132627.371000', '132627.374000', '132627.377000', '132627.380000', '132627.383000', '132627.386000', '132627.389000', '132627.392000', '132627.395000', '132627.398000', '132627.401000', '132627.404000', '132627.406000', '132627.409000', '132627.412000', '132627.415000', '132627.418000', '132627.421000', '132627.424000', '132627.427000', '132627.430000', '132627.433000', '132627.436000', '132627.439000', '132627.442000', '132647.315000', '132647.350000', '132647.353000', '132647.355000', '132647.358000', '132647.361000', '132647.364000', '132647.367000', '132647.371000', '132647.374000', '132647.377000', '132647.380000', '132647.384000', '132647.388000', '132647.391000', '132647.394000', '132647.397000', '132647.400000', '132647.403000', '132647.406000', '132647.409000', '132647.412000', '132647.415000', '132647.418000', '132647.421000', '132647.424000', '132647.427000', '132647.430000', '132647.433000', '132647.436000', '132647.439000', '132647.441000', '132647.444000', '132647.447000', '132647.450000', '132647.453000', '132647.456000', '132647.459000', '132647.462000', '132647.465000', '132647.468000', '132647.471000', '132647.474000', '132707.315000', '132707.318000', '132707.321000', '132707.324000', '132707.327000', '132707.330000', '132707.333000', '132707.336000', '132707.339000', '132707.342000', '132707.345000', '132707.348000', '132707.351000', '132707.354000', '132707.357000', '132707.360000', '132707.363000', '132707.366000', '132707.369000', '132707.372000', '132707.375000', '132707.378000', '132707.381000', '132707.384000', '132707.387000', '132707.390000', '132707.393000', '132707.396000', '132707.399000', '132707.402000', '132707.405000', '132707.408000', '132707.411000', '132707.414000', '132707.417000', '132707.420000', '132707.423000', '132707.426000', '132707.428000', '132707.431000', '132707.434000', '132707.437000', '132707.440000', '132707.443000', '132727.315000', '132727.318000', '132727.321000', '132727.324000', '132727.327000', '132727.330000', '132727.333000', '132727.336000', '132727.339000', '132727.342000', '132727.345000', '132727.348000', '132727.351000', '132727.363000', '132727.366000', '132727.369000', '132727.372000', '132727.375000', '132727.378000', '132727.381000', '132727.384000', '132727.387000', '132727.390000', '132727.393000', '132727.398000', '132727.401000', '132727.404000', '132727.407000', '132727.410000', '132727.413000', '132727.416000', '132727.419000', '132727.422000', '132727.425000', '132727.428000', '132727.431000', '132727.434000', '132727.437000', '132727.440000', '132727.443000', '132727.445000', '132727.448000', '132727.451000', '132747.315000', '132747.318000', '132747.321000', '132747.324000', '132747.327000', '132747.330000', '132747.333000', '132747.336000', '132747.340000', '132747.343000', '132747.346000', '132747.349000', '132747.352000', '132747.355000', '132747.358000', '132747.361000', '132747.364000', '132747.367000', '132747.370000', '132747.373000', '132747.375000', '132747.378000', '132747.381000', '132747.384000', '132747.387000', '132747.390000', '132747.393000', '132747.397000', '132747.400000', '132747.402000', '132747.405000', '132747.408000', '132747.411000', '132747.414000', '132747.417000', '132747.420000', '132747.423000', '132747.426000', '132747.429000', '132747.432000', '132747.435000', '132747.438000', '132747.441000', '132747.444000', '132807.316000', '132807.319000', '132807.322000', '132807.325000', '132807.328000', '132807.331000', '132807.334000', '132807.337000', '132807.340000', '132807.343000', '132807.346000', '132807.349000', '132807.352000', '132807.356000', '132807.360000', '132807.363000', '132807.366000', '132807.369000', '132807.371000', '132807.375000', '132807.378000', '132807.380000', '132807.384000', '132807.387000', '132807.389000', '132807.393000', '132807.396000', '132807.398000', '132807.401000', '132807.404000', '132807.407000', '132807.410000', '132807.413000', '132807.416000', '132807.419000', '132807.422000', '132807.425000', '132807.428000', '132807.432000', '132807.435000', '132807.439000', '132807.442000', '132807.445000', '132827.315000', '132827.318000', '132827.321000', '132827.324000', '132827.327000', '132827.330000', '132827.333000', '132827.336000', '132827.339000', '132827.342000', '132827.345000', '132827.348000', '132827.351000', '132827.354000', '132827.357000', '132827.360000', '132827.363000', '132827.366000', '132827.369000', '132827.372000', '132827.375000', '132827.378000', '132827.381000', '132827.384000', '132827.387000', '132827.390000', '132827.393000', '132827.396000', '132827.399000', '132827.402000', '132827.405000', '132827.408000', '132827.411000', '132827.413000', '132827.416000', '132827.419000', '132827.422000', '132827.425000', '132827.428000', '132827.431000', '132827.434000', '132827.437000', '132827.440000', '132827.443000', '132847.315000', '132847.318000', '132847.321000', '132847.324000', '132847.327000', '132847.330000', '132847.333000', '132847.336000', '132847.339000', '132847.342000', '132847.345000', '132847.348000', '132847.351000', '132847.354000', '132847.357000', '132847.360000', '132847.363000', '132847.366000', '132847.369000', '132847.372000', '132847.375000', '132847.378000', '132847.381000', '132847.384000', '132847.387000', '132847.390000', '132847.393000', '132847.396000', '132847.399000', '132847.402000', '132847.405000', '132847.408000', '132847.411000', '132847.414000', '132847.417000', '132847.420000', '132847.423000', '132847.426000', '132847.429000', '132847.432000', '132847.435000', '132847.438000', '132847.441000', '132907.315000', '132907.318000', '132907.321000', '132907.324000', '132907.327000', '132907.330000', '132907.333000', '132907.336000', '132907.339000', '132907.342000', '132907.345000', '132907.348000', '132907.351000', '132907.354000', '132907.357000', '132907.360000', '132907.363000', '132907.366000', '132907.369000', '132907.372000', '132907.375000', '132907.378000', '132907.381000', '132907.384000', '132907.387000', '132907.390000', '132907.393000', '132907.396000', '132907.399000', '132907.402000', '132907.405000', '132907.408000', '132907.411000', '132907.414000', '132907.417000', '132907.420000', '132907.423000', '132907.426000', '132907.429000', '132907.432000', '132907.435000', '132907.438000', '132907.441000', '132907.444000', '132927.315000', '132927.318000', '132927.321000', '132927.324000', '132927.327000', '132927.330000', '132927.333000', '132927.336000', '132927.339000', '132927.342000', '132927.345000', '132927.348000', '132927.351000', '132927.354000', '132927.357000', '132927.360000', '132927.363000', '132927.366000', '132927.369000', '132927.372000', '132927.375000', '132927.378000', '132927.381000', '132927.384000', '132927.387000', '132927.390000', '132927.394000', '132927.397000', '132927.400000', '132927.403000', '132927.406000', '132927.409000', '132927.412000', '132927.415000', '132927.418000', '132927.421000', '132927.424000', '132927.427000', '132927.430000', '132927.433000', '132927.436000', '132927.439000', '132927.442000', '132947.315000', '132947.318000', '132947.321000', '132947.324000', '132947.327000', '132947.330000', '132947.333000', '132947.336000', '132947.339000', '132947.342000', '132947.345000', '132947.348000', '132947.351000', '132947.354000', '132947.357000', '132947.360000', '132947.363000', '132947.366000', '132947.369000', '132947.372000', '132947.375000', '132947.378000', '132947.381000', '132947.384000', '132947.387000', '132947.390000', '132947.393000', '132947.396000', '132947.399000', '132947.402000', '132947.405000', '132947.408000', '132947.411000', '132947.414000', '132947.417000', '132947.420000', '132947.423000', '132947.426000', '132947.429000', '132947.432000', '132947.435000', '132947.438000', '132947.441000', '132947.444000', '133007.316000', '133007.319000', '133007.322000', '133007.325000', '133007.328000', '133007.331000', '133007.334000', '133007.337000', '133007.340000', '133007.343000', '133007.346000', '133007.349000', '133007.352000', '133007.355000', '133007.358000', '133007.361000', '133007.364000', '133007.367000', '133007.370000', '133007.373000', '133007.376000', '133007.379000', '133007.382000', '133007.385000', '133007.388000', '133007.391000', '133007.394000', '133007.397000', '133007.400000', '133007.403000', '133007.406000', '133007.409000', '133007.412000', '133007.415000', '133007.418000', '133007.421000', '133007.424000', '133007.427000', '133007.430000', '133007.433000', '133007.436000', '133007.439000', '133007.442000', '133027.316000', '133027.319000', '133027.322000', '133027.325000', '133027.328000', '133027.331000', '133027.334000', '133027.337000', '133027.340000', '133027.343000', '133027.346000', '133027.349000', '133027.352000', '133027.355000', '133027.358000', '133027.361000', '133027.364000', '133027.367000', '133027.370000', '133027.372000', '133027.397000', '133027.400000', '133027.403000', '133027.406000', '133027.409000', '133027.412000', '133027.414000', '133027.417000', '133027.420000', '133027.423000', '133027.426000', '133027.429000', '133027.432000', '133027.435000', '133027.438000', '133027.441000', '133027.444000', '133027.447000', '133027.450000', '133027.453000', '133027.456000', '133027.459000', '133027.462000', '133027.465000', '133047.315000', '133047.318000', '133047.321000', '133047.324000', '133047.327000', '133047.330000', '133047.333000', '133047.336000', '133047.339000', '133047.342000', '133047.345000', '133047.348000', '133047.351000', '133047.354000', '133047.357000', '133047.360000', '133047.363000', '133047.366000', '133047.369000', '133047.372000', '133047.375000', '133047.378000', '133047.381000', '133047.384000', '133047.387000', '133047.390000', '133047.393000', '133047.396000', '133047.399000', '133047.402000', '133047.405000', '133047.408000', '133047.411000', '133047.414000', '133047.417000', '133047.420000', '133047.423000', '133047.426000', '133047.429000', '133047.433000', '133047.436000', '133047.439000', '133047.442000', '133107.315000', '133107.318000', '133107.321000', '133107.324000', '133107.327000', '133107.330000', '133107.333000', '133107.336000', '133107.339000', '133107.342000', '133107.345000', '133107.348000', '133107.351000', '133107.354000', '133107.357000', '133107.360000', '133107.363000', '133107.366000', '133107.369000', '133107.372000', '133107.375000', '133107.378000', '133107.381000', '133107.384000', '133107.387000', '133107.390000', '133107.393000', '133107.396000', '133107.400000', '133107.403000', '133107.406000', '133107.409000', '133107.412000', '133107.415000', '133107.418000', '133107.421000', '133107.424000', '133107.427000', '133107.430000', '133107.433000', '133107.436000', '133107.439000', '133107.442000', '133107.445000', '133127.315000', '133127.318000', '133127.321000', '133127.324000', '133127.327000', '133127.330000', '133127.333000', '133127.336000', '133127.339000', '133127.342000', '133127.345000', '133127.348000', '133127.351000', '133127.354000', '133127.357000', '133127.360000', '133127.363000', '133127.366000', '133127.369000', '133127.372000', '133127.375000', '133127.378000', '133127.381000', '133127.384000', '133127.387000', '133127.390000', '133127.393000', '133127.396000', '133127.399000', '133127.402000', '133127.405000', '133127.408000', '133127.411000', '133127.414000', '133127.417000', '133127.420000', '133127.423000', '133127.426000', '133127.429000', '133127.432000', '133127.435000', '133127.438000', '133127.441000', '133147.315000', '133147.318000', '133147.321000', '133147.324000', '133147.327000', '133147.330000', '133147.333000', '133147.336000', '133147.339000', '133147.342000', '133147.345000', '133147.348000', '133147.351000', '133147.354000', '133147.357000', '133147.360000', '133147.363000', '133147.366000', '133147.369000', '133147.372000', '133147.375000', '133147.378000', '133147.381000', '133147.384000', '133147.387000', '133147.390000', '133147.393000', '133147.396000', '133147.399000', '133147.402000', '133147.406000', '133147.410000', '133147.413000', '133147.416000', '133147.419000', '133147.421000', '133147.424000', '133147.427000', '133147.430000', '133147.433000', '133147.436000', '133147.439000', '133147.442000', '133147.445000', '133207.315000', '133207.318000', '133207.321000', '133207.324000', '133207.327000', '133207.330000', '133207.333000', '133207.336000', '133207.339000', '133207.342000', '133207.345000', '133207.348000', '133207.351000', '133207.354000', '133207.357000', '133207.360000', '133207.363000', '133207.366000', '133207.369000', '133207.372000', '133207.375000', '133207.378000', '133207.381000', '133207.384000', '133207.387000', '133207.390000', '133207.393000', '133207.396000', '133207.399000', '133207.402000', '133207.405000', '133207.408000', '133207.411000', '133207.415000', '133207.418000', '133207.421000', '133207.424000', '133207.427000', '133207.430000', '133207.433000', '133207.436000', '133207.439000', '133207.442000', '133227.316000', '133227.319000', '133227.322000', '133227.325000', '133227.328000', '133227.331000', '133227.334000', '133227.337000', '133227.340000', '133227.343000', '133227.346000', '133227.349000', '133227.352000', '133227.355000', '133227.358000', '133227.361000', '133227.364000', '133227.367000', '133227.370000', '133227.373000', '133227.376000', '133227.379000', '133227.382000', '133227.385000', '133227.388000', '133227.391000', '133227.394000', '133227.397000', '133227.400000', '133227.403000', '133227.406000', '133227.409000', '133227.412000', '133227.415000', '133227.418000', '133227.421000', '133227.424000', '133227.427000', '133227.430000', '133227.433000', '133227.436000', '133227.439000', '133227.442000', '133247.316000', '133247.319000', '133247.322000', '133247.325000', '133247.328000', '133247.331000', '133247.334000', '133247.337000', '133247.340000', '133247.343000', '133247.346000', '133247.349000', '133247.352000', '133247.355000', '133247.358000', '133247.361000', '133247.364000', '133247.367000', '133247.370000', '133247.373000', '133247.376000', '133247.379000', '133247.382000', '133247.385000', '133247.388000', '133247.391000', '133247.394000', '133247.397000', '133247.400000', '133247.403000', '133247.406000', '133247.409000', '133247.412000', '133247.415000', '133247.418000', '133247.421000', '133247.424000', '133247.427000', '133247.430000', '133247.433000', '133247.436000', '133247.439000', '133247.442000', '133247.445000', '133307.315000', '133307.318000', '133307.321000', '133307.324000', '133307.327000', '133307.330000', '133307.333000', '133307.337000', '133307.340000', '133307.343000', '133307.346000', '133307.349000', '133307.352000', '133307.355000', '133307.358000', '133307.361000', '133307.364000', '133307.367000', '133307.370000', '133307.373000', '133307.376000', '133307.379000', '133307.382000', '133307.385000', '133307.388000', '133307.390000', '133307.393000', '133307.396000', '133307.399000', '133307.402000', '133307.405000', '133307.408000', '133307.411000', '133307.414000', '133307.417000', '133307.420000', '133307.423000', '133307.426000', '133307.429000', '133307.432000', '133307.435000', '133307.447000', '133307.450000', '133327.315000', '133327.318000', '133327.321000', '133327.324000', '133327.327000', '133327.330000', '133327.333000', '133327.336000', '133327.339000', '133327.342000', '133327.345000', '133327.348000', '133327.351000', '133327.354000', '133327.357000', '133327.360000', '133327.363000', '133327.366000', '133327.369000', '133327.372000', '133327.375000', '133327.378000', '133327.381000', '133327.384000', '133327.387000', '133327.390000', '133327.393000', '133327.396000', '133327.399000', '133327.403000', '133327.406000', '133327.409000', '133327.411000', '133327.414000', '133327.417000', '133327.420000', '133327.423000', '133327.426000', '133327.429000', '133327.432000', '133327.435000', '133327.438000', '133327.441000', '133327.444000', '133347.315000', '133347.318000', '133347.321000', '133347.324000', '133347.327000', '133347.330000', '133347.333000', '133347.336000', '133347.339000', '133347.342000', '133347.345000', '133347.349000', '133347.352000', '133347.355000', '133347.358000', '133347.361000', '133347.364000', '133347.367000', '133347.370000', '133347.373000', '133347.376000', '133347.379000', '133347.382000', '133347.385000', '133347.388000', '133347.391000', '133347.394000', '133347.397000', '133347.400000', '133347.403000', '133347.406000', '133347.409000', '133347.412000', '133347.415000', '133347.418000', '133347.421000', '133347.424000', '133347.427000', '133347.430000', '133347.433000', '133347.436000', '133347.439000', '133347.442000', '133407.315000', '133407.318000', '133407.321000', '133407.324000', '133407.327000', '133407.330000', '133407.333000', '133407.336000', '133407.339000', '133407.342000', '133407.345000', '133407.348000', '133407.351000', '133407.354000', '133407.357000', '133407.360000', '133407.363000', '133407.366000', '133407.369000', '133407.372000', '133407.375000', '133407.378000', '133407.381000', '133407.384000', '133407.387000', '133407.390000', '133407.393000', '133407.396000', '133407.399000', '133407.402000', '133407.405000', '133407.408000', '133407.411000', '133407.414000', '133407.417000', '133407.420000', '133407.423000', '133407.426000', '133407.429000', '133407.432000', '133407.435000', '133407.438000', '133407.441000', '133407.444000', '133427.315000', '133427.318000', '133427.321000', '133427.324000', '133427.327000', '133427.330000', '133427.333000', '133427.336000', '133427.339000', '133427.342000', '133427.345000', '133427.348000', '133427.351000', '133427.354000', '133427.357000', '133427.360000', '133427.363000', '133427.366000', '133427.369000', '133427.372000', '133427.376000', '133427.379000', '133427.382000', '133427.385000', '133427.388000', '133427.391000', '133427.394000', '133427.397000', '133427.400000', '133427.403000', '133427.406000', '133427.409000', '133427.412000', '133427.415000', '133427.418000', '133427.421000', '133427.424000', '133427.427000', '133427.443000', '133427.446000', '133427.449000', '133427.452000', '133427.455000', '133447.316000', '133447.319000', '133447.322000', '133447.325000', '133447.328000', '133447.331000', '133447.334000', '133447.337000', '133447.340000', '133447.343000', '133447.346000', '133447.349000', '133447.352000', '133447.355000', '133447.358000', '133447.361000', '133447.364000', '133447.367000', '133447.370000', '133447.373000', '133447.376000', '133447.379000', '133447.382000', '133447.385000', '133447.388000', '133447.391000', '133447.394000', '133447.397000', '133447.400000', '133447.403000', '133447.406000', '133447.409000', '133447.412000', '133447.415000', '133447.418000', '133447.421000', '133447.424000', '133447.427000', '133447.430000', '133447.433000', '133447.436000', '133447.439000', '133447.442000', '133447.445000', '133507.316000', '133507.319000', '133507.322000', '133507.325000', '133507.328000', '133507.331000', '133507.334000', '133507.337000', '133507.340000', '133507.343000', '133507.346000', '133507.349000', '133507.352000', '133507.355000', '133507.358000', '133507.361000', '133507.364000', '133507.367000', '133507.370000', '133507.373000', '133507.376000', '133507.379000', '133507.382000', '133507.385000', '133507.388000', '133507.391000', '133507.395000', '133507.401000', '133507.404000', '133507.407000', '133507.410000', '133507.413000', '133507.416000', '133507.419000', '133507.422000', '133507.425000', '133507.428000', '133507.431000', '133507.434000', '133507.437000', '133507.440000', '133507.443000', '133507.446000', '133527.315000', '133527.318000', '133527.321000', '133527.324000', '133527.327000', '133527.330000', '133527.333000', '133527.336000', '133527.339000', '133527.342000', '133527.345000', '133527.348000', '133527.351000', '133527.354000', '133527.357000', '133527.360000', '133527.363000', '133527.366000', '133527.369000', '133527.372000', '133527.375000', '133527.378000', '133527.381000', '133527.384000', '133527.387000', '133527.390000', '133527.393000', '133527.396000', '133527.399000', '133527.402000', '133527.405000', '133527.408000', '133527.411000', '133527.414000', '133527.417000', '133527.420000', '133527.423000', '133527.426000', '133527.440000', '133527.443000', '133527.446000', '133527.449000', '133527.452000', '133527.455000', '133546.108000', '133546.111000', '133546.115000', '133546.119000', '133546.122000', '133546.125000', '133546.129000', '133546.132000', '133546.135000', '133546.138000', '133546.141000', '133546.144000', '133546.148000', '133546.151000', '133546.154000', '133546.157000', '133546.160000', '133546.164000', '133546.167000', '133546.170000', '133546.173000', '133546.176000', '133546.179000', '133546.182000', '133546.185000', '133546.188000', '133546.191000', '133546.194000', '133546.197000', '133546.200000', '133546.203000', '133546.206000', '133546.210000', '133546.214000', '133546.227000', '133546.230000', '133546.233000', '133546.236000', '133546.239000', '133546.242000', '133546.245000'], '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': [15199, 9901, 8438, 16525, 10422, 8846, 15836, 11798, 8991, 9758, 11485, 9449, 8379, 14000, 10251, 8562, 15635, 10276, 8709, 13129, 11059, 9146, 12287, 11760, 9445, 8039, 13863, 10044, 8386, 16587, 10739, 8658, 13486, 10914, 9126, 14418, 11464, 8890, 11895, 11061, 8941, 12505, 11787, 8994, 11474, 11545, 9121, 10399, 12895, 9542, 11082, 13461, 9179, 7778, 13424, 9636, 9279, 14551, 9443, 8662, 14750, 9970, 8361, 16037, 10042, 8404, 11692, 10157, 8657, 9141, 11678, 9863, 8051, 15876, 9798, 8594, 10710, 11789, 9475, 8423, 15881, 10024, 8427, 11674, 11487, 9840, 12447, 14685, 9557, 8231, 14484, 10520, 8896, 15440, 10484, 8632, 13523, 8946, 11110, 13651, 9199, 11092, 11962, 8788, 11013, 10535, 9084, 13644, 10706, 8650, 13224, 10234, 8427, 16864, 10861, 8163, 14722, 10120, 8199, 15800, 10842, 8087, 14164, 9983, 8538, 13492, 9900, 8872, 13621, 10374, 8323, 9258, 10963, 8629, 12195, 12033, 9065, 9176, 10892, 8770, 10524, 12107, 9354, 11384, 11974, 8874, 9809, 10924, 8695, 11951, 11962, 9074, 8002, 12105, 9298, 8003, 13718, 10068, 7833, 14148, 9929, 8790, 12206, 11200, 9358, 11356, 13426, 10043, 8089, 16138, 10266, 8184, 16028, 11227, 7910, 15671, 10240, 8093, 14127, 10015, 8353, 16473, 10508, 8234, 9043, 9998, 8637, 8302, 15740, 9943, 8720, 12622, 10162, 9051, 14095, 10487, 8886, 10603, 10702, 8564, 10450, 10659, 9236, 14133, 10137, 8651, 14898, 10214, 8076, 14007, 9906, 8387, 15515, 10368, 8295, 12858, 10258, 9279, 12098, 11386, 8923, 7999, 12682, 9480, 8452, 16056, 10159, 8563, 12057, 10971, 9123, 12253, 13476, 9629, 7908, 13538, 9988, 8053, 15573, 10390, 8226, 14598, 10259, 8916, 14227, 10991, 9438, 15113, 11651, 8882, 11920, 10997, 9443, 15192, 11057, 8915, 12511, 10437, 9328, 13246, 10569, 9439, 13004, 11265, 8577, 8258, 12706, 9219, 8589, 14817, 9930, 8336, 14898, 9875, 8558, 16283, 10342, 8344, 15031, 9856, 8203, 13190, 9518, 8059, 14008, 8812, 7818, 12804, 9126, 8052, 13247, 8934, 8039, 12471, 9558, 8593, 16286, 10647, 8468, 13648, 10352, 9111, 14043, 10545, 8876, 10861, 10853, 8729, 12477, 11767, 8904, 10746, 10982, 8762, 13352, 11641, 8759, 13509, 10834, 8957, 15420, 11048, 8519, 13725, 10196, 8897, 14633, 10628, 8505, 14943, 9938, 8505, 15110, 10075, 8456, 16439, 10430, 8297, 14270, 9863, 8578, 15190, 10524, 8859, 11558, 10660, 8829, 13440, 10846, 9033, 12236, 10881, 8999, 11415, 10882, 9096, 11470, 12274, 9339, 8119, 14741, 10175, 8655, 13837, 11327, 8891, 8361, 13036, 10082, 8491, 13896, 10894, 8889, 8861, 13031, 9660, 8415, 15383, 9991, 9024, 12811, 11236, 9623, 13729, 11434, 8834, 12669, 11169, 9635, 14369, 11355, 8975, 11239, 11244, 8748, 12847, 11556, 9027, 10868, 11799, 8763, 8138, 14122, 9717, 8211, 15404, 10283, 8648, 15659, 10238, 8614, 16117, 10438, 8466, 15677, 9782, 8916, 15644, 10230, 8207, 15585, 10017, 8748, 15272, 10183, 8599, 13694, 9812, 9308, 12266, 10261, 9452, 12003, 11025, 8716, 9019, 11581, 9081, 9345, 14521, 9559, 8311, 14255, 10197, 8728, 13957, 10967, 8589, 8596, 11609, 9272, 8244, 15835, 10628, 8375, 12616, 10889, 9000, 12090, 14397, 9288, 8129, 16060, 10122, 8416, 14874, 10888, 8590, 10172, 10992, 8815, 11332, 13125, 9188, 12101, 11816, 8634, 10918, 11385, 8744, 12050, 13063, 8814, 7997, 13102, 9827, 8797, 15137, 10023, 8544, 9840, 10301, 8770, 11856, 14379, 9098, 8055, 13146, 9524, 8569, 14972, 10459, 8342, 12324, 10045, 8999, 10615, 13419, 9055, 7958, 15350, 10024, 8858, 15326, 10119, 8700, 15065, 10411, 8476, 14842, 10029, 9083, 15464, 10753, 8409, 11349, 10590, 8926, 12424, 11246, 8626, 8740, 11050, 8874, 8869, 12630, 9097, 8616, 11435, 8925, 8121, 12887, 9050, 8219, 14153, 9217, 7902, 13694, 9584, 8688, 16937, 10282, 8492, 13114, 9971, 8446, 14621, 10755, 8786, 9309, 10451, 8567, 7989, 12339, 8845, 9953, 14342, 8899, 7760, 13322, 9364, 8332, 16096, 10637, 8798, 14542, 10072, 9163, 15860, 10168, 8701, 14169, 9422, 8082, 13507, 9338, 7973, 13413, 8607, 7841, 13119, 8836, 10173, 13800, 8876, 7843, 11456, 9410, 8206, 14958, 9919, 8667, 8642, 10931, 8973, 8620, 13187, 10143, 8183, 14527, 10471, 9424, 13209, 12083, 8978, 7815, 14475, 10033, 9053, 16706, 11322, 8749, 11592, 10624, 8661, 12275, 13028, 9257, 11199, 12262, 8570, 11209, 11252, 9134, 14208, 11006, 9052, 13044, 10226, 8729, 16400, 10424, 8719, 15520, 10116, 8448, 15960, 9605, 8795, 16478, 10007, 8220, 12652, 10165, 9764, 13334, 10988, 8514, 8816, 11253, 8770, 10770, 14411, 9114, 7801, 13446, 9497, 8452, 14389, 9425, 10881, 13804, 8740, 7954, 13450, 9116, 8904, 15007, 9091, 7846, 12800, 9047, 8109, 13847, 9808, 8255, 15278, 10433, 8573, 16047, 10359, 8546, 16007, 10565, 8488, 15679, 9777, 8750, 16203, 9911, 8356, 14725, 10291, 8903, 16419, 10542, 8649, 12602, 10362, 9138, 11624, 11012, 9245, 10999, 11325, 8571, 8662, 11236, 9026, 11594, 13173, 8851, 8230, 11758, 8775, 10948, 13410, 9249, 10653, 11925, 8972, 9382, 11727, 9327, 11451, 12227, 8990, 8010, 12011, 9383, 9215, 13618, 9045, 7976, 12594, 9311, 8416, 14214, 9649, 8246, 14514, 9934, 8552, 16225, 10266, 9207, 13005, 10426, 9659, 13897, 11190, 9308, 11339, 11614, 9033, 8178, 12786, 9979, 8738, 14475, 9515, 8269, 14767, 9584, 8599, 14925, 10204, 8230, 14419, 9301, 8638, 14319, 9643, 14285, 11538, 9928, 11456, 10710, 9119, 15008, 10450, 8921, 13382, 9985, 9691, 11865, 10674, 10208, 13877, 10558, 9761, 12013, 10855, 10507, 14420, 11380, 9380, 10019, 11558, 9529, 12450, 11326, 9447, 10148, 10814, 9225, 11924, 10777, 10628, 15030, 11024, 9669, 10340, 10864, 9904, 11953, 13504, 9212, 8445, 14341, 10179, 8911, 15383, 10746, 9840, 11397, 11056, 9650, 13211, 10763, 9941, 14290, 10700, 9675, 15340, 10735, 8950, 17053, 11131, 8628, 14001, 10127, 9423, 14636, 11001, 9928, 10131, 11258, 9567, 11606, 12755, 9550, 8352, 12665, 9897, 8507, 15575, 10587, 9145, 11490, 11169, 9281, 8413, 13259, 10441, 8754, 12552, 10927, 9089, 11627, 11745, 9559, 13918, 12296, 9169, 11957, 11623, 9972, 15262, 11379, 9083, 14913, 10238, 8840, 16153, 10209, 8842, 16458, 9884, 8804, 15111, 10034, 8921, 16673, 10870, 8750, 13570, 10035, 9079, 15481, 11010, 9291, 12687, 10424, 10175, 13251, 10497, 8826, 16223, 10120, 8720, 13422, 9768, 9192, 14149, 10233, 9397, 15000, 9748, 8726, 15147, 10099, 8845, 16607, 10087, 8666, 13814, 10020, 9737, 14445, 10581, 9867, 10011, 10944, 9915, 9629, 12348, 9746, 8373, 11964, 9854, 8813, 13281, 10446, 8447, 10756, 10911, 9391, 11106, 13498, 9477, 8723, 13284, 9327, 8860, 14573, 10214, 8629, 16087, 9938, 8597, 15725, 10547, 9422, 14641, 11519, 9558, 10692, 11057, 9464, 12333, 13668, 9092, 8340, 13083, 9590, 8920, 14174, 10018, 8382, 13018, 9483, 8872, 13123, 10149, 8385, 15503, 9873, 8789, 15063, 10437, 8884, 16316, 9937, 8485, 13819, 10001, 8917, 14789, 10470, 8246, 14172, 9914, 8888, 15356, 10739, 9109, 12413, 10016, 9620, 9307, 10546, 9890, 13722, 11013, 9499, 11882, 10233, 8779, 16858, 11521, 8802, 16179, 9599, 8878, 12628, 9927, 8956, 14200, 9387, 8591, 12340, 9436, 9242, 11701, 9564, 10608, 10981, 9539, 9117, 10343, 9874, 11889, 11017, 9354, 8317, 10970, 9766, 10492, 13269, 9766, 8700, 13033, 9371, 8357, 14527, 10364, 9048, 8035, 11972, 9545, 8578, 11198, 11235, 9356, 11619, 12381, 8816, 8128, 14466, 9746, 10079, 15991, 11693, 8143, 14041, 9688, 8420, 14579, 11140, 8964, 15543, 9501, 8993, 15000, 9963, 8868, 15902, 10354, 9159, 11109, 10475, 10097, 12548, 10755, 9602, 10530, 10673, 9284, 10769, 10779, 9432, 12664, 11019, 8975, 9249, 10919, 9423, 12474, 11718, 8934, 8332, 10890, 9308, 8846, 11105, 9459, 11560, 11089, 9212, 8901, 10838, 9688, 10912, 11941, 9419, 9116, 10942, 9100, 13741, 10365, 9660, 15210, 9837, 8138, 13098, 10156, 9011, 14013, 9551, 8318, 11915, 9875, 8746, 12937, 10015, 8683, 12761, 10366, 8637, 13903, 10254, 10667, 11336, 11747, 9286, 8115, 13468, 10270, 10522, 12180, 11411, 9549, 8470, 14220, 10353, 8918, 16750, 12026, 8698, 14321, 10539, 9594, 14767, 11203, 9712, 11874, 10839, 9309, 11694, 11526, 9631, 12939, 11946, 8971, 8861, 12165, 9694, 10347, 14534, 9389, 8956, 12520, 9752, 9003, 14233, 10422, 8391, 14463, 10020, 10445, 12284, 12352, 9384, 8178, 13649, 10088, 9822, 11223, 13302, 9146, 8256, 14177, 9039, 8542, 14358, 11423, 8161, 14140, 9290, 8700, 14045, 9377, 9045, 14206, 9414, 8321, 13411, 9296, 9353, 15096, 9168, 8581, 12244, 9461, 8675, 13560, 9234, 8400, 13592, 9407, 8432, 12966, 9775, 8878, 14573, 9735, 8459, 14903, 9932, 8604, 15509, 10254, 9207, 12542, 9994, 9889, 14060, 10393, 9179, 15672, 9978, 8593, 14535, 10032, 8490, 16404, 10375, 8370, 14502, 9832, 8827, 15152, 10280, 9171, 15521, 10947, 10390, 11760, 10763, 9751, 12346, 13713, 9356, 8565, 14515, 9749, 8457], 'WindowCenter': [4355.0, 4289.0, 4253.0, 4321.0, 4270.0, 4250.0, 4299.0, 4277.0, 4237.0, 4246.0, 4266.0, 4246.0, 4236.0, 4285.0, 4256.0, 4237.0, 4297.0, 4266.0, 4248.0, 4285.0, 4266.0, 4248.0, 4276.0, 4276.0, 4257.0, 4225.0, 4288.0, 4257.0, 4237.0, 4307.0, 4266.0, 4238.0, 4285.0, 4266.0, 4247.0, 4285.0, 4266.0, 4236.0, 4275.0, 4266.0, 4246.0, 4275.0, 4265.0, 4233.0, 4265.0, 4264.0, 4244.0, 4253.0, 4275.0, 4245.0, 4265.0, 4276.0, 4243.0, 4214.0, 4283.0, 4245.0, 4243.0, 4284.0, 4245.0, 4235.0, 4284.0, 4245.0, 4237.0, 4308.0, 4255.0, 4235.0, 4276.0, 4255.0, 4235.0, 4244.0, 4265.0, 4258.0, 4236.0, 4307.0, 4256.0, 4250.0, 4280.0, 4278.0, 4258.0, 4249.0, 4309.0, 4267.0, 4248.0, 4290.0, 4279.0, 4258.0, 4290.0, 4300.0, 4258.0, 4237.0, 4287.0, 4256.0, 4235.0, 4285.0, 4254.0, 4223.0, 4272.0, 4233.0, 4255.0, 4273.0, 4232.0, 4252.0, 4261.0, 4220.0, 4242.0, 4241.0, 4221.0, 4271.0, 4241.0, 4222.0, 4260.0, 4241.0, 4222.0, 4281.0, 4251.0, 4221.0, 4271.0, 4241.0, 4222.0, 4281.0, 4252.0, 4211.0, 4271.0, 4241.0, 4221.0, 4273.0, 4244.0, 4234.0, 4273.0, 4252.0, 4223.0, 4232.0, 4254.0, 4235.0, 4272.0, 4276.0, 4246.0, 4245.0, 4266.0, 4234.0, 4266.0, 4275.0, 4244.0, 4263.0, 4275.0, 4234.0, 4255.0, 4265.0, 4248.0, 4276.0, 4274.0, 4246.0, 4225.0, 4276.0, 4244.0, 4226.0, 4287.0, 4257.0, 4226.0, 4285.0, 4256.0, 4235.0, 4276.0, 4267.0, 4246.0, 4277.0, 4288.0, 4258.0, 4237.0, 4295.0, 4256.0, 4236.0, 4296.0, 4264.0, 4224.0, 4295.0, 4254.0, 4222.0, 4282.0, 4242.0, 4224.0, 4284.0, 4253.0, 4235.0, 4234.0, 4242.0, 4233.0, 4221.0, 4284.0, 4242.0, 4232.0, 4263.0, 4242.0, 4234.0, 4273.0, 4253.0, 4233.0, 4253.0, 4252.0, 4222.0, 4254.0, 4253.0, 4232.0, 4283.0, 4241.0, 4233.0, 4283.0, 4241.0, 4222.0, 4283.0, 4244.0, 4224.0, 4295.0, 4254.0, 4224.0, 4274.0, 4269.0, 4258.0, 4275.0, 4276.0, 4245.0, 4226.0, 4287.0, 4258.0, 4236.0, 4297.0, 4256.0, 4248.0, 4277.0, 4267.0, 4258.0, 4278.0, 4289.0, 4258.0, 4238.0, 4288.0, 4257.0, 4238.0, 4298.0, 4257.0, 4236.0, 4297.0, 4255.0, 4245.0, 4287.0, 4254.0, 4245.0, 4286.0, 4265.0, 4233.0, 4263.0, 4253.0, 4242.0, 4284.0, 4252.0, 4233.0, 4262.0, 4240.0, 4231.0, 4272.0, 4253.0, 4233.0, 4273.0, 4253.0, 4222.0, 4222.0, 4261.0, 4232.0, 4221.0, 4283.0, 4243.0, 4223.0, 4283.0, 4243.0, 4235.0, 4283.0, 4242.0, 4221.0, 4282.0, 4243.0, 4223.0, 4273.0, 4243.0, 4211.0, 4272.0, 4232.0, 4214.0, 4272.0, 4231.0, 4221.0, 4272.0, 4232.0, 4223.0, 4273.0, 4244.0, 4233.0, 4295.0, 4253.0, 4235.0, 4286.0, 4254.0, 4234.0, 4283.0, 4254.0, 4234.0, 4264.0, 4265.0, 4236.0, 4275.0, 4264.0, 4234.0, 4264.0, 4254.0, 4235.0, 4273.0, 4265.0, 4233.0, 4274.0, 4253.0, 4245.0, 4284.0, 4252.0, 4222.0, 4273.0, 4243.0, 4233.0, 4283.0, 4251.0, 4223.0, 4285.0, 4242.0, 4231.0, 4284.0, 4243.0, 4223.0, 4295.0, 4255.0, 4223.0, 4285.0, 4254.0, 4237.0, 4295.0, 4255.0, 4247.0, 4267.0, 4255.0, 4247.0, 4288.0, 4266.0, 4247.0, 4277.0, 4268.0, 4248.0, 4276.0, 4267.0, 4248.0, 4278.0, 4277.0, 4259.0, 4236.0, 4298.0, 4267.0, 4248.0, 4299.0, 4278.0, 4247.0, 4238.0, 4288.0, 4267.0, 4247.0, 4286.0, 4267.0, 4246.0, 4247.0, 4287.0, 4257.0, 4237.0, 4298.0, 4256.0, 4246.0, 4287.0, 4266.0, 4245.0, 4286.0, 4265.0, 4235.0, 4275.0, 4264.0, 4245.0, 4273.0, 4254.0, 4233.0, 4251.0, 4251.0, 4234.0, 4273.0, 4252.0, 4233.0, 4252.0, 4262.0, 4221.0, 4212.0, 4273.0, 4244.0, 4224.0, 4283.0, 4242.0, 4222.0, 4294.0, 4243.0, 4221.0, 4281.0, 4252.0, 4223.0, 4282.0, 4244.0, 4233.0, 4282.0, 4242.0, 4223.0, 4282.0, 4241.0, 4234.0, 4283.0, 4243.0, 4222.0, 4272.0, 4240.0, 4233.0, 4274.0, 4253.0, 4242.0, 4263.0, 4253.0, 4232.0, 4233.0, 4263.0, 4244.0, 4244.0, 4285.0, 4243.0, 4234.0, 4284.0, 4254.0, 4235.0, 4283.0, 4265.0, 4235.0, 4234.0, 4265.0, 4245.0, 4236.0, 4297.0, 4265.0, 4237.0, 4275.0, 4265.0, 4246.0, 4275.0, 4285.0, 4246.0, 4225.0, 4297.0, 4255.0, 4236.0, 4286.0, 4255.0, 4236.0, 4255.0, 4254.0, 4245.0, 4264.0, 4275.0, 4243.0, 4265.0, 4264.0, 4233.0, 4254.0, 4265.0, 4233.0, 4263.0, 4272.0, 4233.0, 4221.0, 4273.0, 4244.0, 4234.0, 4284.0, 4245.0, 4233.0, 4243.0, 4257.0, 4234.0, 4264.0, 4285.0, 4234.0, 4225.0, 4275.0, 4244.0, 4236.0, 4283.0, 4254.0, 4224.0, 4263.0, 4243.0, 4234.0, 4254.0, 4274.0, 4232.0, 4222.0, 4284.0, 4243.0, 4232.0, 4284.0, 4242.0, 4221.0, 4282.0, 4241.0, 4221.0, 4273.0, 4241.0, 4231.0, 4271.0, 4240.0, 4208.0, 4250.0, 4239.0, 4230.0, 4261.0, 4251.0, 4220.0, 4222.0, 4251.0, 4220.0, 4221.0, 4262.0, 4220.0, 4221.0, 4252.0, 4231.0, 4213.0, 4273.0, 4232.0, 4222.0, 4273.0, 4233.0, 4213.0, 4273.0, 4243.0, 4222.0, 4293.0, 4242.0, 4223.0, 4272.0, 4241.0, 4221.0, 4283.0, 4253.0, 4222.0, 4242.0, 4253.0, 4222.0, 4223.0, 4273.0, 4234.0, 4243.0, 4284.0, 4233.0, 4211.0, 4272.0, 4233.0, 4221.0, 4283.0, 4253.0, 4222.0, 4283.0, 4242.0, 4233.0, 4284.0, 4242.0, 4221.0, 4271.0, 4232.0, 4213.0, 4272.0, 4232.0, 4212.0, 4273.0, 4221.0, 4213.0, 4274.0, 4232.0, 4242.0, 4272.0, 4230.0, 4212.0, 4252.0, 4233.0, 4222.0, 4284.0, 4243.0, 4235.0, 4235.0, 4265.0, 4245.0, 4236.0, 4276.0, 4256.0, 4237.0, 4286.0, 4256.0, 4244.0, 4287.0, 4275.0, 4245.0, 4225.0, 4285.0, 4255.0, 4236.0, 4294.0, 4262.0, 4235.0, 4263.0, 4253.0, 4234.0, 4263.0, 4274.0, 4232.0, 4252.0, 4264.0, 4223.0, 4253.0, 4250.0, 4232.0, 4271.0, 4241.0, 4222.0, 4261.0, 4241.0, 4222.0, 4281.0, 4241.0, 4221.0, 4282.0, 4241.0, 4211.0, 4282.0, 4243.0, 4234.0, 4283.0, 4243.0, 4223.0, 4272.0, 4255.0, 4256.0, 4274.0, 4267.0, 4235.0, 4234.0, 4264.0, 4234.0, 4265.0, 4285.0, 4234.0, 4214.0, 4274.0, 4244.0, 4224.0, 4286.0, 4233.0, 4254.0, 4284.0, 4232.0, 4223.0, 4273.0, 4234.0, 4232.0, 4284.0, 4231.0, 4212.0, 4262.0, 4232.0, 4213.0, 4274.0, 4244.0, 4223.0, 4282.0, 4252.0, 4234.0, 4296.0, 4244.0, 4223.0, 4284.0, 4253.0, 4223.0, 4295.0, 4244.0, 4222.0, 4283.0, 4242.0, 4223.0, 4284.0, 4242.0, 4235.0, 4283.0, 4251.0, 4232.0, 4262.0, 4241.0, 4233.0, 4263.0, 4252.0, 4231.0, 4252.0, 4253.0, 4234.0, 4223.0, 4265.0, 4234.0, 4264.0, 4274.0, 4233.0, 4225.0, 4262.0, 4233.0, 4254.0, 4273.0, 4244.0, 4254.0, 4263.0, 4233.0, 4246.0, 4265.0, 4243.0, 4264.0, 4264.0, 4232.0, 4222.0, 4275.0, 4246.0, 4245.0, 4285.0, 4245.0, 4225.0, 4276.0, 4246.0, 4235.0, 4286.0, 4245.0, 4237.0, 4286.0, 4256.0, 4248.0, 4298.0, 4258.0, 4247.0, 4288.0, 4255.0, 4258.0, 4288.0, 4266.0, 4246.0, 4265.0, 4266.0, 4234.0, 4236.0, 4276.0, 4255.0, 4235.0, 4286.0, 4244.0, 4226.0, 4286.0, 4242.0, 4234.0, 4283.0, 4242.0, 4223.0, 4271.0, 4232.0, 4222.0, 4273.0, 4233.0, 4270.0, 4252.0, 4242.0, 4250.0, 4241.0, 4222.0, 4284.0, 4241.0, 4219.0, 4259.0, 4230.0, 4231.0, 4262.0, 4241.0, 4242.0, 4273.0, 4242.0, 4244.0, 4262.0, 4252.0, 4253.0, 4273.0, 4263.0, 4231.0, 4242.0, 4262.0, 4245.0, 4262.0, 4251.0, 4232.0, 4243.0, 4253.0, 4233.0, 4262.0, 4254.0, 4253.0, 4284.0, 4254.0, 4243.0, 4253.0, 4254.0, 4254.0, 4265.0, 4274.0, 4244.0, 4234.0, 4285.0, 4253.0, 4246.0, 4286.0, 4254.0, 4255.0, 4264.0, 4264.0, 4244.0, 4276.0, 4254.0, 4243.0, 4284.0, 4253.0, 4244.0, 4284.0, 4254.0, 4234.0, 4294.0, 4253.0, 4222.0, 4271.0, 4242.0, 4245.0, 4284.0, 4253.0, 4245.0, 4244.0, 4253.0, 4244.0, 4263.0, 4273.0, 4243.0, 4222.0, 4273.0, 4242.0, 4236.0, 4295.0, 4256.0, 4244.0, 4266.0, 4265.0, 4243.0, 4236.0, 4285.0, 4255.0, 4237.0, 4274.0, 4266.0, 4236.0, 4266.0, 4276.0, 4244.0, 4285.0, 4265.0, 4244.0, 4263.0, 4253.0, 4244.0, 4283.0, 4252.0, 4234.0, 4272.0, 4241.0, 4222.0, 4283.0, 4242.0, 4221.0, 4283.0, 4231.0, 4221.0, 4271.0, 4242.0, 4233.0, 4281.0, 4241.0, 4223.0, 4272.0, 4242.0, 4233.0, 4281.0, 4241.0, 4231.0, 4262.0, 4240.0, 4242.0, 4262.0, 4241.0, 4232.0, 4282.0, 4243.0, 4223.0, 4272.0, 4242.0, 4233.0, 4283.0, 4242.0, 4233.0, 4283.0, 4243.0, 4233.0, 4284.0, 4254.0, 4234.0, 4295.0, 4253.0, 4235.0, 4274.0, 4243.0, 4245.0, 4285.0, 4254.0, 4244.0, 4244.0, 4256.0, 4257.0, 4245.0, 4275.0, 4246.0, 4235.0, 4276.0, 4256.0, 4247.0, 4287.0, 4268.0, 4237.0, 4268.0, 4267.0, 4258.0, 4267.0, 4287.0, 4257.0, 4237.0, 4286.0, 4246.0, 4247.0, 4286.0, 4256.0, 4235.0, 4297.0, 4255.0, 4235.0, 4296.0, 4254.0, 4245.0, 4285.0, 4265.0, 4245.0, 4254.0, 4265.0, 4243.0, 4264.0, 4274.0, 4232.0, 4223.0, 4272.0, 4242.0, 4234.0, 4273.0, 4243.0, 4223.0, 4273.0, 4243.0, 4235.0, 4273.0, 4254.0, 4224.0, 4285.0, 4242.0, 4234.0, 4296.0, 4254.0, 4233.0, 4295.0, 4243.0, 4222.0, 4272.0, 4243.0, 4234.0, 4284.0, 4253.0, 4223.0, 4272.0, 4242.0, 4234.0, 4285.0, 4254.0, 4222.0, 4263.0, 4242.0, 4243.0, 4232.0, 4253.0, 4244.0, 4274.0, 4254.0, 4243.0, 4263.0, 4242.0, 4222.0, 4283.0, 4252.0, 4220.0, 4282.0, 4231.0, 4221.0, 4263.0, 4242.0, 4222.0, 4272.0, 4232.0, 4221.0, 4262.0, 4231.0, 4231.0, 4252.0, 4232.0, 4242.0, 4251.0, 4230.0, 4221.0, 4243.0, 4243.0, 4263.0, 4252.0, 4233.0, 4221.0, 4254.0, 4256.0, 4254.0, 4274.0, 4245.0, 4234.0, 4275.0, 4244.0, 4234.0, 4285.0, 4255.0, 4235.0, 4226.0, 4277.0, 4247.0, 4237.0, 4268.0, 4267.0, 4247.0, 4278.0, 4277.0, 4245.0, 4226.0, 4285.0, 4245.0, 4245.0, 4296.0, 4264.0, 4213.0, 4272.0, 4232.0, 4223.0, 4273.0, 4252.0, 4221.0, 4282.0, 4228.0, 4220.0, 4271.0, 4231.0, 4221.0, 4281.0, 4240.0, 4231.0, 4250.0, 4240.0, 4243.0, 4262.0, 4252.0, 4231.0, 4241.0, 4241.0, 4231.0, 4252.0, 4240.0, 4231.0, 4262.0, 4241.0, 4219.0, 4229.0, 4242.0, 4232.0, 4262.0, 4252.0, 4232.0, 4222.0, 4252.0, 4231.0, 4232.0, 4253.0, 4232.0, 4251.0, 4252.0, 4232.0, 4233.0, 4253.0, 4246.0, 4253.0, 4264.0, 4244.0, 4233.0, 4253.0, 4234.0, 4274.0, 4243.0, 4243.0, 4284.0, 4242.0, 4213.0, 4275.0, 4254.0, 4234.0, 4274.0, 4244.0, 4225.0, 4264.0, 4243.0, 4234.0, 4275.0, 4245.0, 4234.0, 4274.0, 4255.0, 4236.0, 4285.0, 4255.0, 4267.0, 4265.0, 4277.0, 4257.0, 4240.0, 4301.0, 4267.0, 4268.0, 4289.0, 4277.0, 4258.0, 4237.0, 4288.0, 4259.0, 4248.0, 4309.0, 4278.0, 4236.0, 4285.0, 4255.0, 4247.0, 4284.0, 4265.0, 4245.0, 4265.0, 4253.0, 4244.0, 4266.0, 4266.0, 4243.0, 4276.0, 4264.0, 4233.0, 4233.0, 4264.0, 4245.0, 4255.0, 4285.0, 4245.0, 4234.0, 4274.0, 4244.0, 4235.0, 4287.0, 4255.0, 4225.0, 4285.0, 4244.0, 4257.0, 4265.0, 4275.0, 4246.0, 4236.0, 4287.0, 4256.0, 4257.0, 4266.0, 4276.0, 4245.0, 4235.0, 4286.0, 4235.0, 4237.0, 4286.0, 4265.0, 4225.0, 4284.0, 4233.0, 4235.0, 4274.0, 4232.0, 4233.0, 4273.0, 4232.0, 4211.0, 4272.0, 4233.0, 4232.0, 4281.0, 4232.0, 4222.0, 4262.0, 4232.0, 4235.0, 4274.0, 4232.0, 4222.0, 4271.0, 4232.0, 4222.0, 4273.0, 4243.0, 4233.0, 4283.0, 4243.0, 4223.0, 4282.0, 4243.0, 4234.0, 4283.0, 4243.0, 4234.0, 4274.0, 4243.0, 4255.0, 4284.0, 4244.0, 4244.0, 4285.0, 4245.0, 4235.0, 4284.0, 4244.0, 4237.0, 4296.0, 4257.0, 4236.0, 4286.0, 4254.0, 4235.0, 4286.0, 4255.0, 4247.0, 4296.0, 4267.0, 4255.0, 4276.0, 4266.0, 4258.0, 4276.0, 4287.0, 4246.0, 4247.0, 4287.0, 4245.0, 4238.0], 'WindowWidth': [9597.0, 9496.0, 9438.0, 9523.0, 9451.0, 9424.0, 9487.0, 9456.0, 9401.0, 9412.0, 9437.0, 9410.0, 9399.0, 9463.0, 9427.0, 9400.0, 9483.0, 9441.0, 9419.0, 9465.0, 9440.0, 9416.0, 9452.0, 9454.0, 9428.0, 9384.0, 9470.0, 9428.0, 9400.0, 9498.0, 9441.0, 9405.0, 9465.0, 9440.0, 9414.0, 9464.0, 9439.0, 9398.0, 9450.0, 9438.0, 9413.0, 9449.0, 9436.0, 9391.0, 9436.0, 9434.0, 9406.0, 9419.0, 9450.0, 9408.0, 9435.0, 9452.0, 9405.0, 9367.0, 9459.0, 9408.0, 9405.0, 9463.0, 9410.0, 9396.0, 9462.0, 9410.0, 9404.0, 9501.0, 9424.0, 9396.0, 9453.0, 9425.0, 9399.0, 9411.0, 9439.0, 9432.0, 9402.0, 9499.0, 9429.0, 9426.0, 9470.0, 9462.0, 9434.0, 9423.0, 9505.0, 9444.0, 9421.0, 9481.0, 9465.0, 9434.0, 9478.0, 9491.0, 9432.0, 9402.0, 9470.0, 9427.0, 9395.0, 9463.0, 9419.0, 9377.0, 9443.0, 9390.0, 9420.0, 9443.0, 9387.0, 9414.0, 9425.0, 9368.0, 9399.0, 9398.0, 9370.0, 9438.0, 9396.0, 9373.0, 9422.0, 9398.0, 9375.0, 9452.0, 9412.0, 9370.0, 9438.0, 9398.0, 9375.0, 9452.0, 9413.0, 9359.0, 9439.0, 9398.0, 9372.0, 9443.0, 9407.0, 9392.0, 9446.0, 9416.0, 9378.0, 9389.0, 9420.0, 9397.0, 9442.0, 9452.0, 9412.0, 9409.0, 9438.0, 9395.0, 9439.0, 9452.0, 9408.0, 9433.0, 9451.0, 9394.0, 9424.0, 9438.0, 9419.0, 9452.0, 9451.0, 9413.0, 9385.0, 9453.0, 9410.0, 9388.0, 9470.0, 9431.0, 9388.0, 9467.0, 9428.0, 9397.0, 9454.0, 9442.0, 9414.0, 9456.0, 9473.0, 9434.0, 9403.0, 9480.0, 9427.0, 9399.0, 9481.0, 9435.0, 9381.0, 9478.0, 9421.0, 9377.0, 9458.0, 9403.0, 9380.0, 9461.0, 9419.0, 9396.0, 9394.0, 9402.0, 9393.0, 9374.0, 9461.0, 9403.0, 9389.0, 9429.0, 9401.0, 9394.0, 9445.0, 9418.0, 9389.0, 9416.0, 9414.0, 9376.0, 9419.0, 9417.0, 9388.0, 9457.0, 9401.0, 9392.0, 9457.0, 9401.0, 9375.0, 9461.0, 9408.0, 9379.0, 9476.0, 9420.0, 9381.0, 9451.0, 9450.0, 9433.0, 9453.0, 9455.0, 9412.0, 9387.0, 9472.0, 9432.0, 9402.0, 9484.0, 9428.0, 9418.0, 9457.0, 9445.0, 9433.0, 9458.0, 9478.0, 9433.0, 9406.0, 9474.0, 9431.0, 9406.0, 9488.0, 9429.0, 9401.0, 9484.0, 9425.0, 9411.0, 9470.0, 9423.0, 9409.0, 9465.0, 9437.0, 9392.0, 9431.0, 9418.0, 9404.0, 9459.0, 9416.0, 9390.0, 9428.0, 9396.0, 9386.0, 9442.0, 9416.0, 9389.0, 9444.0, 9417.0, 9375.0, 9373.0, 9427.0, 9388.0, 9373.0, 9458.0, 9405.0, 9377.0, 9459.0, 9404.0, 9393.0, 9458.0, 9402.0, 9373.0, 9454.0, 9403.0, 9378.0, 9445.0, 9403.0, 9359.0, 9441.0, 9386.0, 9368.0, 9442.0, 9386.0, 9373.0, 9441.0, 9387.0, 9377.0, 9444.0, 9408.0, 9392.0, 9478.0, 9420.0, 9396.0, 9464.0, 9421.0, 9395.0, 9459.0, 9422.0, 9395.0, 9435.0, 9438.0, 9401.0, 9450.0, 9436.0, 9395.0, 9435.0, 9422.0, 9397.0, 9444.0, 9436.0, 9392.0, 9446.0, 9418.0, 9411.0, 9460.0, 9415.0, 9375.0, 9444.0, 9401.0, 9392.0, 9459.0, 9414.0, 9376.0, 9461.0, 9401.0, 9387.0, 9462.0, 9406.0, 9378.0, 9476.0, 9423.0, 9379.0, 9462.0, 9421.0, 9403.0, 9478.0, 9424.0, 9416.0, 9442.0, 9425.0, 9416.0, 9471.0, 9439.0, 9415.0, 9456.0, 9448.0, 9418.0, 9455.0, 9444.0, 9420.0, 9459.0, 9458.0, 9437.0, 9403.0, 9488.0, 9444.0, 9420.0, 9489.0, 9461.0, 9415.0, 9405.0, 9473.0, 9444.0, 9416.0, 9470.0, 9443.0, 9415.0, 9417.0, 9472.0, 9429.0, 9403.0, 9487.0, 9428.0, 9413.0, 9470.0, 9442.0, 9410.0, 9466.0, 9437.0, 9395.0, 9448.0, 9435.0, 9408.0, 9444.0, 9421.0, 9390.0, 9414.0, 9414.0, 9391.0, 9444.0, 9416.0, 9389.0, 9415.0, 9429.0, 9372.0, 9362.0, 9445.0, 9405.0, 9378.0, 9460.0, 9402.0, 9374.0, 9475.0, 9405.0, 9371.0, 9454.0, 9415.0, 9376.0, 9456.0, 9405.0, 9390.0, 9455.0, 9401.0, 9376.0, 9455.0, 9399.0, 9392.0, 9458.0, 9403.0, 9375.0, 9442.0, 9397.0, 9389.0, 9448.0, 9417.0, 9401.0, 9431.0, 9417.0, 9388.0, 9390.0, 9432.0, 9407.0, 9407.0, 9466.0, 9407.0, 9394.0, 9462.0, 9420.0, 9398.0, 9459.0, 9437.0, 9397.0, 9394.0, 9437.0, 9412.0, 9399.0, 9485.0, 9439.0, 9402.0, 9452.0, 9438.0, 9411.0, 9448.0, 9464.0, 9413.0, 9384.0, 9481.0, 9425.0, 9399.0, 9465.0, 9424.0, 9397.0, 9423.0, 9422.0, 9411.0, 9436.0, 9450.0, 9405.0, 9436.0, 9434.0, 9391.0, 9418.0, 9437.0, 9391.0, 9431.0, 9443.0, 9391.0, 9373.0, 9446.0, 9406.0, 9392.0, 9461.0, 9409.0, 9393.0, 9407.0, 9431.0, 9396.0, 9435.0, 9465.0, 9395.0, 9383.0, 9450.0, 9407.0, 9398.0, 9460.0, 9423.0, 9380.0, 9430.0, 9403.0, 9394.0, 9420.0, 9446.0, 9389.0, 9376.0, 9461.0, 9403.0, 9387.0, 9461.0, 9401.0, 9371.0, 9455.0, 9398.0, 9371.0, 9443.0, 9398.0, 9383.0, 9437.0, 9395.0, 9351.0, 9407.0, 9392.0, 9381.0, 9423.0, 9409.0, 9368.0, 9371.0, 9409.0, 9369.0, 9372.0, 9426.0, 9368.0, 9372.0, 9413.0, 9385.0, 9362.0, 9443.0, 9387.0, 9373.0, 9444.0, 9390.0, 9363.0, 9446.0, 9406.0, 9374.0, 9472.0, 9402.0, 9377.0, 9441.0, 9398.0, 9372.0, 9456.0, 9417.0, 9374.0, 9402.0, 9416.0, 9375.0, 9378.0, 9445.0, 9394.0, 9404.0, 9461.0, 9391.0, 9359.0, 9442.0, 9390.0, 9372.0, 9458.0, 9417.0, 9374.0, 9458.0, 9402.0, 9389.0, 9459.0, 9402.0, 9372.0, 9441.0, 9388.0, 9363.0, 9441.0, 9387.0, 9360.0, 9442.0, 9372.0, 9363.0, 9445.0, 9388.0, 9400.0, 9440.0, 9383.0, 9360.0, 9413.0, 9390.0, 9374.0, 9462.0, 9406.0, 9397.0, 9397.0, 9439.0, 9412.0, 9399.0, 9454.0, 9426.0, 9401.0, 9467.0, 9426.0, 9408.0, 9467.0, 9451.0, 9411.0, 9384.0, 9465.0, 9425.0, 9398.0, 9477.0, 9431.0, 9397.0, 9431.0, 9417.0, 9394.0, 9432.0, 9446.0, 9386.0, 9416.0, 9431.0, 9375.0, 9415.0, 9410.0, 9385.0, 9438.0, 9397.0, 9372.0, 9422.0, 9396.0, 9372.0, 9454.0, 9398.0, 9370.0, 9453.0, 9396.0, 9356.0, 9455.0, 9405.0, 9393.0, 9458.0, 9403.0, 9378.0, 9441.0, 9423.0, 9424.0, 9446.0, 9442.0, 9396.0, 9394.0, 9435.0, 9396.0, 9434.0, 9464.0, 9394.0, 9369.0, 9448.0, 9405.0, 9381.0, 9464.0, 9391.0, 9418.0, 9461.0, 9388.0, 9377.0, 9446.0, 9392.0, 9387.0, 9460.0, 9386.0, 9359.0, 9427.0, 9387.0, 9365.0, 9444.0, 9406.0, 9376.0, 9457.0, 9414.0, 9393.0, 9478.0, 9408.0, 9376.0, 9460.0, 9415.0, 9375.0, 9479.0, 9407.0, 9375.0, 9457.0, 9400.0, 9377.0, 9458.0, 9401.0, 9396.0, 9458.0, 9414.0, 9388.0, 9427.0, 9399.0, 9388.0, 9431.0, 9414.0, 9385.0, 9414.0, 9416.0, 9392.0, 9377.0, 9436.0, 9394.0, 9432.0, 9448.0, 9391.0, 9382.0, 9430.0, 9392.0, 9421.0, 9446.0, 9407.0, 9419.0, 9432.0, 9391.0, 9412.0, 9436.0, 9404.0, 9433.0, 9434.0, 9390.0, 9377.0, 9450.0, 9412.0, 9409.0, 9464.0, 9411.0, 9385.0, 9453.0, 9415.0, 9400.0, 9466.0, 9412.0, 9403.0, 9468.0, 9427.0, 9420.0, 9487.0, 9431.0, 9417.0, 9471.0, 9424.0, 9431.0, 9472.0, 9442.0, 9412.0, 9438.0, 9439.0, 9394.0, 9401.0, 9455.0, 9423.0, 9396.0, 9468.0, 9409.0, 9386.0, 9466.0, 9402.0, 9393.0, 9458.0, 9402.0, 9376.0, 9440.0, 9387.0, 9373.0, 9445.0, 9388.0, 9436.0, 9414.0, 9399.0, 9408.0, 9395.0, 9373.0, 9458.0, 9396.0, 9366.0, 9420.0, 9380.0, 9382.0, 9428.0, 9398.0, 9400.0, 9442.0, 9400.0, 9404.0, 9429.0, 9415.0, 9416.0, 9442.0, 9431.0, 9386.0, 9400.0, 9428.0, 9409.0, 9430.0, 9413.0, 9386.0, 9403.0, 9417.0, 9389.0, 9430.0, 9420.0, 9418.0, 9460.0, 9420.0, 9407.0, 9420.0, 9420.0, 9419.0, 9436.0, 9448.0, 9409.0, 9396.0, 9464.0, 9420.0, 9411.0, 9465.0, 9422.0, 9422.0, 9435.0, 9435.0, 9409.0, 9455.0, 9421.0, 9404.0, 9461.0, 9418.0, 9405.0, 9460.0, 9420.0, 9391.0, 9474.0, 9417.0, 9374.0, 9439.0, 9402.0, 9408.0, 9459.0, 9418.0, 9406.0, 9406.0, 9417.0, 9407.0, 9431.0, 9444.0, 9405.0, 9376.0, 9444.0, 9401.0, 9400.0, 9480.0, 9426.0, 9409.0, 9440.0, 9438.0, 9406.0, 9398.0, 9467.0, 9425.0, 9401.0, 9450.0, 9440.0, 9398.0, 9441.0, 9455.0, 9409.0, 9464.0, 9437.0, 9407.0, 9430.0, 9417.0, 9406.0, 9456.0, 9415.0, 9389.0, 9440.0, 9396.0, 9373.0, 9458.0, 9400.0, 9371.0, 9457.0, 9384.0, 9369.0, 9439.0, 9400.0, 9388.0, 9453.0, 9399.0, 9376.0, 9439.0, 9400.0, 9391.0, 9451.0, 9398.0, 9384.0, 9426.0, 9394.0, 9398.0, 9426.0, 9398.0, 9387.0, 9454.0, 9402.0, 9377.0, 9442.0, 9401.0, 9391.0, 9459.0, 9403.0, 9391.0, 9457.0, 9404.0, 9390.0, 9462.0, 9422.0, 9393.0, 9476.0, 9417.0, 9395.0, 9447.0, 9406.0, 9410.0, 9465.0, 9421.0, 9407.0, 9407.0, 9426.0, 9429.0, 9410.0, 9450.0, 9412.0, 9400.0, 9455.0, 9426.0, 9415.0, 9471.0, 9446.0, 9405.0, 9448.0, 9444.0, 9432.0, 9443.0, 9470.0, 9431.0, 9403.0, 9469.0, 9412.0, 9415.0, 9469.0, 9429.0, 9397.0, 9484.0, 9424.0, 9397.0, 9481.0, 9422.0, 9410.0, 9465.0, 9436.0, 9407.0, 9422.0, 9437.0, 9404.0, 9432.0, 9447.0, 9388.0, 9377.0, 9443.0, 9403.0, 9392.0, 9446.0, 9404.0, 9377.0, 9445.0, 9405.0, 9399.0, 9444.0, 9421.0, 9381.0, 9464.0, 9404.0, 9395.0, 9483.0, 9422.0, 9390.0, 9477.0, 9405.0, 9375.0, 9443.0, 9403.0, 9392.0, 9460.0, 9418.0, 9378.0, 9444.0, 9399.0, 9394.0, 9463.0, 9417.0, 9373.0, 9430.0, 9402.0, 9403.0, 9387.0, 9418.0, 9405.0, 9445.0, 9420.0, 9404.0, 9429.0, 9401.0, 9376.0, 9458.0, 9414.0, 9369.0, 9455.0, 9384.0, 9369.0, 9430.0, 9401.0, 9372.0, 9441.0, 9386.0, 9370.0, 9426.0, 9384.0, 9385.0, 9412.0, 9385.0, 9398.0, 9412.0, 9382.0, 9371.0, 9405.0, 9403.0, 9429.0, 9415.0, 9389.0, 9372.0, 9422.0, 9426.0, 9419.0, 9448.0, 9409.0, 9395.0, 9452.0, 9408.0, 9394.0, 9465.0, 9424.0, 9397.0, 9386.0, 9457.0, 9415.0, 9403.0, 9447.0, 9443.0, 9415.0, 9459.0, 9456.0, 9412.0, 9386.0, 9466.0, 9411.0, 9410.0, 9479.0, 9434.0, 9364.0, 9442.0, 9387.0, 9377.0, 9443.0, 9414.0, 9371.0, 9455.0, 9378.0, 9367.0, 9437.0, 9384.0, 9369.0, 9452.0, 9395.0, 9383.0, 9409.0, 9396.0, 9404.0, 9427.0, 9413.0, 9384.0, 9397.0, 9397.0, 9382.0, 9414.0, 9396.0, 9383.0, 9427.0, 9397.0, 9366.0, 9379.0, 9399.0, 9386.0, 9425.0, 9414.0, 9386.0, 9373.0, 9414.0, 9384.0, 9388.0, 9417.0, 9386.0, 9411.0, 9414.0, 9386.0, 9391.0, 9420.0, 9412.0, 9418.0, 9433.0, 9405.0, 9392.0, 9418.0, 9394.0, 9448.0, 9404.0, 9403.0, 9460.0, 9402.0, 9363.0, 9450.0, 9420.0, 9393.0, 9447.0, 9406.0, 9381.0, 9433.0, 9404.0, 9395.0, 9450.0, 9409.0, 9395.0, 9448.0, 9424.0, 9401.0, 9466.0, 9424.0, 9441.0, 9440.0, 9457.0, 9433.0, 9414.0, 9496.0, 9446.0, 9445.0, 9476.0, 9459.0, 9432.0, 9404.0, 9475.0, 9436.0, 9418.0, 9504.0, 9458.0, 9401.0, 9464.0, 9423.0, 9414.0, 9462.0, 9438.0, 9410.0, 9436.0, 9419.0, 9406.0, 9439.0, 9439.0, 9405.0, 9453.0, 9435.0, 9391.0, 9391.0, 9434.0, 9411.0, 9422.0, 9463.0, 9411.0, 9393.0, 9448.0, 9407.0, 9396.0, 9468.0, 9425.0, 9384.0, 9464.0, 9407.0, 9426.0, 9435.0, 9450.0, 9412.0, 9400.0, 9471.0, 9426.0, 9429.0, 9439.0, 9452.0, 9410.0, 9397.0, 9467.0, 9398.0, 9404.0, 9466.0, 9438.0, 9382.0, 9462.0, 9390.0, 9396.0, 9448.0, 9387.0, 9389.0, 9444.0, 9387.0, 9358.0, 9442.0, 9389.0, 9386.0, 9453.0, 9387.0, 9372.0, 9427.0, 9386.0, 9394.0, 9444.0, 9386.0, 9374.0, 9440.0, 9386.0, 9373.0, 9443.0, 9403.0, 9388.0, 9458.0, 9403.0, 9377.0, 9456.0, 9404.0, 9393.0, 9459.0, 9403.0, 9393.0, 9447.0, 9405.0, 9421.0, 9464.0, 9407.0, 9407.0, 9463.0, 9411.0, 9397.0, 9461.0, 9409.0, 9402.0, 9482.0, 9430.0, 9399.0, 9467.0, 9420.0, 9396.0, 9468.0, 9424.0, 9414.0, 9480.0, 9444.0, 9426.0, 9453.0, 9439.0, 9431.0, 9453.0, 9470.0, 9415.0, 9417.0, 9470.0, 9412.0, 9407.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.00018431660231660232</td></tr>
<tr><td colspan=3>aqi</td><td>0.016675517528957528</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.670170363802136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2278726805486877</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.993470929652241</td></tr>
<tr><td colspan=3>efc</td><td>0.4867</td></tr>
<tr><td colspan=3>fber</td><td>5717.5825</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08067787723448852</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3861003861003861</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.468256388080928</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4330033056290445</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676602936184813</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.295162922428927</td></tr>
<tr><td colspan=3>gcor</td><td>0.00605602</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009566200897097588</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031235413625836372</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.923411131634187</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>35.7819</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.047</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.5959</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.3994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7555</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.4805</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.5566</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.0547</td></tr>
<tr><td colspan=3>tsnr</td><td>42.622207711683586</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>