<?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-0091_ses-04_task-fractional_acq-mb8_run-02_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-0091_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0091_suffix-bold_task-fractional" 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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-02_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-0091/ses-04/func/sub-0091_ses-04_task-fractional_acq-mb8_run-02_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>d894ce3eef80a430be5ce270f9fd79ad</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:04:22.725000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999354, 0.0228348, -0.0277487, -0.0293111, 0.964686, -0.261767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_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.134157</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7733, -7264, 148, -157, -132, -38, 111]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.662</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>60c4dab6-8a71-4aff-9ebb-602aea617bb3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811938285827637, -0.078639455139637, -0.05613679811358452, 114.7477798461914], [-0.06126415356993675, 2.588181734085083, -0.7085108160972595, -72.90621948242188], [-0.07444782555103302, 0.702302098274231, 2.604776620864868, -112.16983032226562], [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, 1322]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['150422.725000', '150423.185000', '150423.645000', '150424.105000', '150424.565000', '150425.025000', '150425.485000', '150425.945000', '150426.405000', '150426.865000', '150427.325000', '150427.785000', '150428.245000', '150428.705000', '150429.165000', '150429.625000', '150430.085000', '150430.545000', '150431.005000', '150431.465000', '150431.925000', '150432.385000', '150432.845000', '150433.305000', '150433.765000', '150434.225000', '150434.685000', '150435.145000', '150435.605000', '150436.065000', '150436.525000', '150436.985000', '150437.445000', '150437.905000', '150438.365000', '150438.825000', '150439.285000', '150439.745000', '150440.205000', '150440.665000', '150441.125000', '150441.585000', '150442.045000', '150442.505000', '150442.965000', '150443.425000', '150443.885000', '150444.345000', '150444.805000', '150445.265000', '150445.725000', '150446.185000', '150446.645000', '150447.105000', '150447.565000', '150448.025000', '150448.485000', '150448.945000', '150449.405000', '150449.865000', '150450.325000', '150450.785000', '150451.245000', '150451.705000', '150452.165000', '150452.625000', '150453.085000', '150453.545000', '150454.005000', '150454.465000', '150454.925000', '150455.385000', '150455.845000', '150456.305000', '150456.765000', '150457.225000', '150457.685000', '150458.145000', '150458.605000', '150459.065000', '150459.525000', '150459.985000', '150500.445000', '150500.905000', '150501.365000', '150501.825000', '150502.285000', '150502.745000', '150503.205000', '150503.665000', '150504.125000', '150504.585000', '150505.045000', '150505.505000', '150505.965000', '150506.425000', '150506.885000', '150507.345000', '150507.805000', '150508.265000', '150508.725000', '150509.185000', '150509.645000', '150510.105000', '150510.565000', '150511.025000', '150511.485000', '150511.945000', '150512.405000', '150512.865000', '150513.325000', '150513.785000', '150514.245000', '150514.705000', '150515.165000', '150515.625000', '150516.085000', '150516.545000', '150517.005000', '150517.465000', '150517.925000', '150518.385000', '150518.845000', '150519.305000', '150519.765000', '150520.225000', '150520.685000', '150521.145000', '150521.605000', '150522.065000', '150522.525000', '150522.985000', '150523.445000', '150523.905000', '150524.365000', '150524.825000', '150525.285000', '150525.745000', '150526.205000', '150526.665000', '150527.125000', '150527.585000', '150528.045000', '150528.505000', '150528.965000', '150529.425000', '150529.885000', '150530.345000', '150530.805000', '150531.265000', '150531.725000', '150532.185000', '150532.645000', '150533.105000', '150533.565000', '150534.025000', '150534.485000', '150534.945000', '150535.405000', '150535.865000', '150536.325000', '150536.785000', '150537.245000', '150537.705000', '150538.165000', '150538.625000', '150539.085000', '150539.545000', '150540.005000', '150540.465000', '150540.925000', '150541.385000', '150541.845000', '150542.305000', '150542.765000', '150543.225000', '150543.685000', '150544.145000', '150544.605000', '150545.065000', '150545.525000', '150545.985000', '150546.445000', '150546.905000', '150547.365000', '150547.825000', '150548.285000', '150548.745000', '150549.205000', '150549.665000', '150550.125000', '150550.585000', '150551.045000', '150551.505000', '150551.965000', '150552.425000', '150552.885000', '150553.345000', '150553.805000', '150554.265000', '150554.725000', '150555.185000', '150555.645000', '150556.105000', '150556.565000', '150557.025000', '150557.485000', '150557.945000', '150558.405000', '150558.865000', '150559.325000', '150559.785000', '150600.245000', '150600.705000', '150601.165000', '150601.625000', '150602.085000', '150602.545000', '150603.005000', '150603.465000', '150603.925000', '150604.385000', '150604.845000', '150605.305000', '150605.765000', '150606.225000', '150606.685000', '150607.145000', '150607.605000', '150608.065000', '150608.525000', '150608.985000', '150609.445000', '150609.905000', '150610.365000', '150610.825000', '150611.285000', '150611.745000', '150612.205000', '150612.665000', '150613.125000', '150613.585000', '150614.045000', '150614.505000', '150614.965000', '150615.425000', '150615.885000', '150616.345000', '150616.805000', '150617.265000', '150617.725000', '150618.185000', '150618.645000', '150619.105000', '150619.565000', '150620.025000', '150620.485000', '150620.945000', '150621.405000', '150621.865000', '150622.325000', '150622.785000', '150623.245000', '150623.705000', '150624.165000', '150624.625000', '150625.085000', '150625.545000', '150626.005000', '150626.465000', '150626.925000', '150627.385000', '150627.845000', '150628.305000', '150628.765000', '150629.225000', '150629.685000', '150630.145000', '150630.605000', '150631.065000', '150631.525000', '150631.985000', '150632.445000', '150632.905000', '150633.365000', '150633.825000', '150634.285000', '150634.745000', '150635.205000', '150635.665000', '150636.125000', '150636.585000', '150637.045000', '150637.505000', '150637.965000', '150638.425000', '150638.885000', '150639.345000', '150639.805000', '150640.265000', '150640.725000', '150641.185000', '150641.645000', '150642.105000', '150642.565000', '150643.025000', '150643.485000', '150643.945000', '150644.405000', '150644.865000', '150645.325000', '150645.785000', '150646.245000', '150646.705000', '150647.165000', '150647.625000', '150648.085000', '150648.545000', '150649.005000', '150649.465000', '150649.925000', '150650.385000', '150650.845000', '150651.305000', '150651.765000', '150652.225000', '150652.685000', '150653.145000', '150653.605000', '150654.065000', '150654.525000', '150654.985000', '150655.445000', '150655.905000', '150656.365000', '150656.825000', '150657.285000', '150657.745000', '150658.205000', '150658.665000', '150659.125000', '150659.585000', '150700.045000', '150700.505000', '150700.965000', '150701.425000', '150701.885000', '150702.345000', '150702.805000', '150703.265000', '150703.725000', '150704.185000', '150704.645000', '150705.105000', '150705.565000', '150706.025000', '150706.485000', '150706.945000', '150707.405000', '150707.865000', '150708.325000', '150708.785000', '150709.245000', '150709.705000', '150710.165000', '150710.625000', '150711.085000', '150711.545000', '150712.005000', '150712.465000', '150712.925000', '150713.385000', '150713.845000', '150714.305000', '150714.765000', '150715.225000', '150715.685000', '150716.145000', '150716.605000', '150717.065000', '150717.525000', '150717.985000', '150718.445000', '150718.905000', '150719.365000', '150719.825000', '150720.285000', '150720.745000', '150721.205000', '150721.665000', '150722.125000', '150722.585000', '150723.045000', '150723.505000', '150723.965000', '150724.425000', '150724.885000', '150725.345000', '150725.805000', '150726.265000', '150726.725000', '150727.185000', '150727.645000', '150728.105000', '150728.565000', '150729.025000', '150729.485000', '150729.945000', '150730.405000', '150730.865000', '150731.325000', '150731.785000', '150732.245000', '150732.705000', '150733.165000', '150733.625000', '150734.085000', '150734.545000', '150735.005000', '150735.465000', '150735.925000', '150736.385000', '150736.845000', '150737.305000', '150737.765000', '150738.225000', '150738.685000', '150739.145000', '150739.605000', '150740.065000', '150740.525000', '150740.985000', '150741.445000', '150741.905000', '150742.365000', '150742.825000', '150743.285000', '150743.745000', '150744.205000', '150744.665000', '150745.125000', '150745.585000', '150746.045000', '150746.505000', '150746.965000', '150747.425000', '150747.885000', '150748.345000', '150748.805000', '150749.265000', '150749.725000', '150750.185000', '150750.645000', '150751.105000', '150751.565000', '150752.025000', '150752.485000', '150752.945000', '150753.405000', '150753.865000', '150754.325000', '150754.785000', '150755.245000', '150755.705000', '150756.165000', '150756.625000', '150757.085000', '150757.545000', '150758.005000', '150758.465000', '150758.925000', '150759.385000', '150759.845000', '150800.305000', '150800.765000', '150801.225000', '150801.685000', '150802.145000', '150802.605000', '150803.065000', '150803.525000', '150803.985000', '150804.445000', '150804.905000', '150805.365000', '150805.825000', '150806.285000', '150806.745000', '150807.205000', '150807.665000', '150808.125000', '150808.585000', '150809.045000', '150809.505000', '150809.965000', '150810.425000', '150810.885000', '150811.345000', '150811.805000', '150812.265000', '150812.725000', '150813.185000', '150813.645000', '150814.105000', '150814.565000', '150815.025000', '150815.485000', '150815.945000', '150816.405000', '150816.865000', '150817.325000', '150817.785000', '150818.245000', '150818.705000', '150819.165000', '150819.625000', '150820.085000', '150820.545000', '150821.005000', '150821.465000', '150821.925000', '150822.385000', '150822.845000', '150823.305000', '150823.765000', '150824.225000', '150824.685000', '150825.145000', '150825.605000', '150826.065000', '150826.525000', '150826.985000', '150827.445000', '150827.905000', '150828.365000', '150828.825000', '150829.285000', '150829.745000', '150830.205000', '150830.665000', '150831.125000', '150831.585000', '150832.045000', '150832.505000', '150832.965000', '150833.425000', '150833.885000', '150834.345000', '150834.805000', '150835.265000', '150835.725000', '150836.185000', '150836.645000', '150837.105000', '150837.565000', '150838.025000', '150838.485000', '150838.945000', '150839.405000', '150839.865000', '150840.325000', '150840.785000', '150841.245000', '150841.705000', '150842.165000', '150842.625000', '150843.085000', '150843.545000', '150844.005000', '150844.465000', '150844.925000', '150845.385000', '150845.845000', '150846.305000', '150846.765000', '150847.225000', '150847.685000', '150848.145000', '150848.605000', '150849.065000', '150849.525000', '150849.985000', '150850.445000', '150850.905000', '150851.365000', '150851.825000', '150852.285000', '150852.745000', '150853.205000', '150853.665000', '150854.125000', '150854.585000', '150855.045000', '150855.505000', '150855.965000', '150856.425000', '150856.885000', '150857.345000', '150857.805000', '150858.265000', '150858.725000', '150859.185000', '150859.645000', '150900.105000', '150900.565000', '150901.025000', '150901.485000', '150901.945000', '150902.405000', '150902.865000', '150903.325000', '150903.785000', '150904.245000', '150904.705000', '150905.165000', '150905.625000', '150906.085000', '150906.545000', '150907.005000', '150907.465000', '150907.925000', '150908.385000', '150908.845000', '150909.305000', '150909.765000', '150910.225000', '150910.685000', '150911.145000', '150911.605000', '150912.065000', '150912.525000', '150912.985000', '150913.445000', '150913.905000', '150914.365000', '150914.825000', '150915.285000', '150915.745000', '150916.205000', '150916.665000', '150917.125000', '150917.585000', '150918.045000', '150918.505000', '150918.965000', '150919.425000', '150919.885000', '150920.345000', '150920.805000', '150921.265000', '150921.725000', '150922.185000', '150922.645000', '150923.105000', '150923.565000', '150924.025000', '150924.485000', '150924.945000', '150925.405000', '150925.865000', '150926.325000', '150926.785000', '150927.245000', '150927.705000', '150928.165000', '150928.625000', '150929.085000', '150929.545000', '150930.005000', '150930.465000', '150930.925000', '150931.385000', '150931.845000', '150932.305000', '150932.765000', '150933.225000', '150933.685000', '150934.145000', '150934.605000', '150935.065000', '150935.525000', '150935.985000', '150936.445000', '150936.905000', '150937.365000', '150937.825000', '150938.285000', '150938.745000', '150939.205000', '150939.665000', '150940.125000', '150940.585000', '150941.045000', '150941.505000', '150941.965000', '150942.425000', '150942.885000', '150943.345000', '150943.805000', '150944.265000', '150944.725000', '150945.185000', '150945.645000', '150946.105000', '150946.565000', '150947.025000', '150947.485000', '150947.945000', '150948.405000', '150948.865000', '150949.325000', '150949.785000', '150950.245000', '150950.705000', '150951.165000', '150951.625000', '150952.085000', '150952.545000', '150953.005000', '150953.465000', '150953.925000', '150954.385000', '150954.845000', '150955.305000', '150955.765000', '150956.225000', '150956.685000', '150957.145000', '150957.605000', '150958.065000', '150958.525000', '150958.985000', '150959.445000', '150959.905000', '151000.365000', '151000.825000', '151001.285000', '151001.745000', '151002.205000', '151002.665000', '151003.125000', '151003.585000', '151004.045000', '151004.505000', '151004.965000', '151005.425000', '151005.885000', '151006.345000', '151006.805000', '151007.265000', '151007.725000', '151008.185000', '151008.645000', '151009.105000', '151009.565000', '151010.025000', '151010.485000', '151010.945000', '151011.405000', '151011.865000', '151012.325000', '151012.785000', '151013.245000', '151013.705000', '151014.165000', '151014.625000', '151015.085000', '151015.545000', '151016.005000', '151016.465000', '151016.925000', '151017.385000', '151017.845000', '151018.305000', '151018.765000', '151019.225000', '151019.685000', '151020.145000', '151020.605000', '151021.065000', '151021.525000', '151021.985000', '151022.445000', '151022.905000', '151023.365000', '151023.825000', '151024.285000', '151024.745000', '151025.205000', '151025.665000', '151026.125000', '151026.585000', '151027.045000', '151027.505000', '151027.965000', '151028.425000', '151028.885000', '151029.345000', '151029.805000', '151030.265000', '151030.725000', '151031.185000', '151031.645000', '151032.105000', '151032.565000', '151033.025000', '151033.485000', '151033.945000', '151034.405000', '151034.865000', '151035.325000', '151035.785000', '151036.245000', '151036.705000', '151037.165000', '151037.625000', '151038.085000', '151038.545000', '151039.005000', '151039.465000', '151039.925000', '151040.385000', '151040.845000', '151041.305000', '151041.765000', '151042.225000', '151042.685000', '151043.145000', '151043.605000', '151044.065000', '151044.525000', '151044.985000', '151045.445000', '151045.905000', '151046.365000', '151046.825000', '151047.285000', '151047.745000', '151048.205000', '151048.665000', '151049.125000', '151049.585000', '151050.045000', '151050.505000', '151050.965000', '151051.425000', '151051.885000', '151052.345000', '151052.805000', '151053.265000', '151053.725000', '151054.185000', '151054.645000', '151055.105000', '151055.565000', '151056.025000', '151056.485000', '151056.945000', '151057.405000', '151057.865000', '151058.325000', '151058.785000', '151059.245000', '151059.705000', '151100.165000', '151100.625000', '151101.085000', '151101.545000', '151102.005000', '151102.465000', '151102.925000', '151103.385000', '151103.845000', '151104.305000', '151104.765000', '151105.225000', '151105.685000', '151106.145000', '151106.605000', '151107.065000', '151107.525000', '151107.985000', '151108.445000', '151108.905000', '151109.365000', '151109.825000', '151110.285000', '151110.745000', '151111.205000', '151111.665000', '151112.125000', '151112.585000', '151113.045000', '151113.505000', '151113.965000', '151114.425000', '151114.885000', '151115.345000', '151115.805000', '151116.265000', '151116.725000', '151117.185000', '151117.645000', '151118.105000', '151118.565000', '151119.025000', '151119.485000', '151119.945000', '151120.405000', '151120.865000', '151121.325000', '151121.785000', '151122.245000', '151122.705000', '151123.165000', '151123.625000', '151124.085000', '151124.545000', '151125.005000', '151125.465000', '151125.925000', '151126.385000', '151126.845000', '151127.305000', '151127.765000', '151128.225000', '151128.685000', '151129.145000', '151129.605000', '151130.065000', '151130.525000', '151130.985000', '151131.445000', '151131.905000', '151132.365000', '151132.825000', '151133.285000', '151133.745000', '151134.205000', '151134.665000', '151135.125000', '151135.585000', '151136.045000', '151136.505000', '151136.965000', '151137.425000', '151137.885000', '151138.345000', '151138.805000', '151139.265000', '151139.725000', '151140.185000', '151140.645000', '151141.105000', '151141.565000', '151142.025000', '151142.485000', '151142.945000', '151143.405000', '151143.865000', '151144.325000', '151144.785000', '151145.245000', '151145.705000', '151146.165000', '151146.625000', '151147.085000', '151147.545000', '151148.005000', '151148.465000', '151148.925000', '151149.385000', '151149.845000', '151150.305000', '151150.765000', '151151.225000', '151151.685000', '151152.145000', '151152.605000', '151153.065000', '151153.525000', '151153.985000', '151154.445000', '151154.905000', '151155.365000', '151155.825000', '151156.285000', '151156.745000', '151157.205000', '151157.665000', '151158.125000', '151158.585000', '151159.045000', '151159.505000', '151159.965000', '151200.425000', '151200.885000', '151201.345000', '151201.805000', '151202.265000', '151202.725000', '151203.185000', '151203.645000', '151204.105000', '151204.565000', '151205.025000', '151205.485000', '151205.945000', '151206.405000', '151206.865000', '151207.325000', '151207.785000', '151208.245000', '151208.705000', '151209.165000', '151209.625000', '151210.085000', '151210.545000', '151211.005000', '151211.465000', '151211.925000', '151212.385000', '151212.845000', '151213.305000', '151213.765000', '151214.225000', '151214.685000', '151215.145000', '151215.605000', '151216.065000', '151216.525000', '151216.985000', '151217.445000', '151217.905000', '151218.365000', '151218.825000', '151219.285000', '151219.745000', '151220.205000', '151220.665000', '151221.125000', '151221.585000', '151222.045000', '151222.505000', '151222.965000', '151223.425000', '151223.885000', '151224.345000', '151224.805000', '151225.265000', '151225.725000', '151226.185000', '151226.645000', '151227.105000', '151227.565000', '151228.025000', '151228.485000', '151228.945000', '151229.405000', '151229.865000', '151230.325000', '151230.785000', '151231.245000', '151231.705000', '151232.165000', '151232.625000', '151233.085000', '151233.545000', '151234.005000', '151234.465000', '151234.925000', '151235.385000', '151235.845000', '151236.305000', '151236.765000', '151237.225000', '151237.685000', '151238.145000', '151238.605000', '151239.065000', '151239.525000', '151239.985000', '151240.445000', '151240.905000', '151241.365000', '151241.825000', '151242.285000', '151242.745000', '151243.205000', '151243.665000', '151244.125000', '151244.585000', '151245.045000', '151245.505000', '151245.965000', '151246.425000', '151246.885000', '151247.345000', '151247.805000', '151248.265000', '151248.725000', '151249.185000', '151249.645000', '151250.105000', '151250.565000', '151251.025000', '151251.485000', '151251.945000', '151252.405000', '151252.865000', '151253.325000', '151253.785000', '151254.245000', '151254.705000', '151255.165000', '151255.625000', '151256.085000', '151256.545000', '151257.005000', '151257.465000', '151257.925000', '151258.385000', '151258.845000', '151259.305000', '151259.765000', '151300.225000', '151300.685000', '151301.145000', '151301.605000', '151302.065000', '151302.525000', '151302.985000', '151303.445000', '151303.905000', '151304.365000', '151304.825000', '151305.285000', '151305.745000', '151306.205000', '151306.665000', '151307.125000', '151307.585000', '151308.045000', '151308.505000', '151308.965000', '151309.425000', '151309.885000', '151310.345000', '151310.805000', '151311.265000', '151311.725000', '151312.185000', '151312.645000', '151313.105000', '151313.565000', '151314.025000', '151314.485000', '151314.945000', '151315.405000', '151315.865000', '151316.325000', '151316.785000', '151317.245000', '151317.705000', '151318.165000', '151318.625000', '151319.085000', '151319.545000', '151320.005000', '151320.465000', '151320.925000', '151321.385000', '151321.845000', '151322.305000', '151322.765000', '151323.225000', '151323.685000', '151324.145000', '151324.605000', '151325.065000', '151325.525000', '151325.985000', '151326.445000', '151326.905000', '151327.365000', '151327.825000', '151328.285000', '151328.745000', '151329.205000', '151329.665000', '151330.125000', '151330.585000', '151331.045000', '151331.505000', '151331.965000', '151332.425000', '151332.885000', '151333.345000', '151333.805000', '151334.265000', '151334.725000', '151335.185000', '151335.645000', '151336.105000', '151336.565000', '151337.025000', '151337.485000', '151337.945000', '151338.405000', '151338.865000', '151339.325000', '151339.785000', '151340.245000', '151340.705000', '151341.165000', '151341.625000', '151342.085000', '151342.545000', '151343.005000', '151343.465000', '151343.925000', '151344.385000', '151344.845000', '151345.305000', '151345.765000', '151346.225000', '151346.685000', '151347.145000', '151347.605000', '151348.065000', '151348.525000', '151348.985000', '151349.445000', '151349.905000', '151350.365000', '151350.825000', '151351.285000', '151351.745000', '151352.205000', '151352.665000', '151353.125000', '151353.585000', '151354.045000', '151354.505000', '151354.965000', '151355.425000', '151355.885000', '151356.345000', '151356.805000', '151357.265000', '151357.725000', '151358.185000', '151358.645000', '151359.105000', '151359.565000', '151400.025000', '151400.485000', '151400.945000', '151401.405000', '151401.865000', '151402.325000', '151402.785000', '151403.245000', '151403.705000', '151404.165000', '151404.625000', '151405.085000', '151405.545000', '151406.005000', '151406.465000', '151406.925000', '151407.385000', '151407.845000', '151408.305000', '151408.765000', '151409.225000', '151409.685000', '151410.145000', '151410.605000', '151411.065000', '151411.525000', '151411.985000', '151412.445000', '151412.905000', '151413.365000', '151413.825000', '151414.285000', '151414.745000', '151415.205000', '151415.665000', '151416.125000', '151416.585000', '151417.045000', '151417.505000', '151417.965000', '151418.425000', '151418.885000', '151419.345000', '151419.805000', '151420.265000', '151420.725000', '151421.185000', '151421.645000', '151422.105000', '151422.565000', '151423.025000', '151423.485000', '151423.945000', '151424.405000', '151424.865000', '151425.325000', '151425.785000', '151426.245000', '151426.705000', '151427.165000', '151427.625000', '151428.085000', '151428.545000', '151429.005000', '151429.465000', '151429.925000', '151430.385000'], 'ContentTime': ['150433.064000', '150433.067000', '150433.070000', '150433.072000', '150433.075000', '150433.085000', '150433.088000', '150433.090000', '150433.097000', '150433.112000', '150433.114000', '150433.117000', '150433.119000', '150433.122000', '150433.125000', '150433.127000', '150433.130000', '150433.132000', '150433.135000', '150433.137000', '150453.030000', '150453.033000', '150453.035000', '150453.038000', '150453.040000', '150453.043000', '150453.045000', '150453.075000', '150453.078000', '150453.080000', '150453.083000', '150453.086000', '150453.088000', '150453.091000', '150453.093000', '150453.096000', '150453.098000', '150453.101000', '150453.104000', '150453.106000', '150453.109000', '150453.112000', '150453.114000', '150453.117000', '150453.128000', '150453.131000', '150453.133000', '150453.136000', '150453.139000', '150453.141000', '150453.144000', '150453.146000', '150453.149000', '150453.151000', '150453.154000', '150453.157000', '150453.159000', '150453.162000', '150453.164000', '150453.167000', '150453.170000', '150453.172000', '150453.175000', '150453.177000', '150513.030000', '150513.033000', '150513.047000', '150513.050000', '150513.052000', '150513.055000', '150513.057000', '150513.060000', '150513.062000', '150513.065000', '150513.068000', '150513.070000', '150513.073000', '150513.076000', '150513.078000', '150513.081000', '150513.083000', '150513.086000', '150513.089000', '150513.091000', '150513.094000', '150513.096000', '150513.099000', '150513.102000', '150513.104000', '150513.107000', '150513.109000', '150513.112000', '150513.115000', '150513.117000', '150513.120000', '150513.122000', '150513.125000', '150513.128000', '150513.130000', '150513.133000', '150513.136000', '150513.138000', '150513.141000', '150513.143000', '150513.146000', '150513.149000', '150513.151000', '150533.028000', '150533.031000', '150533.036000', '150533.039000', '150533.041000', '150533.044000', '150533.047000', '150533.049000', '150533.052000', '150533.054000', '150533.057000', '150533.060000', '150533.062000', '150533.065000', '150533.068000', '150533.070000', '150533.073000', '150533.075000', '150533.078000', '150533.081000', '150533.083000', '150533.086000', '150533.088000', '150533.091000', '150533.093000', '150533.096000', '150533.099000', '150533.101000', '150533.104000', '150533.106000', '150533.109000', '150533.112000', '150533.114000', '150533.117000', '150533.120000', '150533.122000', '150533.125000', '150533.127000', '150533.130000', '150533.133000', '150533.135000', '150533.138000', '150533.149000', '150533.151000', '150553.029000', '150553.032000', '150553.035000', '150553.037000', '150553.040000', '150553.043000', '150553.045000', '150553.048000', '150553.051000', '150553.053000', '150553.056000', '150553.058000', '150553.061000', '150553.064000', '150553.066000', '150553.069000', '150553.071000', '150553.074000', '150553.077000', '150553.079000', '150553.082000', '150553.085000', '150553.087000', '150553.090000', '150553.092000', '150553.095000', '150553.097000', '150553.100000', '150553.103000', '150553.105000', '150553.108000', '150553.110000', '150553.113000', '150553.116000', '150553.118000', '150553.121000', '150553.123000', '150553.126000', '150553.128000', '150553.131000', '150553.134000', '150553.136000', '150553.139000', '150613.030000', '150613.033000', '150613.037000', '150613.040000', '150613.043000', '150613.045000', '150613.048000', '150613.051000', '150613.053000', '150613.056000', '150613.059000', '150613.061000', '150613.064000', '150613.066000', '150613.069000', '150613.072000', '150613.074000', '150613.077000', '150613.079000', '150613.082000', '150613.085000', '150613.087000', '150613.090000', '150613.093000', '150613.095000', '150613.098000', '150613.101000', '150613.103000', '150613.106000', '150613.108000', '150613.111000', '150613.114000', '150613.116000', '150613.119000', '150613.122000', '150613.124000', '150613.127000', '150613.129000', '150613.132000', '150613.134000', '150613.137000', '150613.140000', '150613.142000', '150633.029000', '150633.032000', '150633.035000', '150633.037000', '150633.040000', '150633.043000', '150633.045000', '150633.048000', '150633.051000', '150633.053000', '150633.056000', '150633.058000', '150633.061000', '150633.064000', '150633.066000', '150633.069000', '150633.072000', '150633.085000', '150633.087000', '150633.101000', '150633.103000', '150633.106000', '150633.108000', '150633.111000', '150633.114000', '150633.116000', '150633.119000', '150633.121000', '150633.124000', '150633.127000', '150633.129000', '150633.132000', '150633.135000', '150633.137000', '150633.140000', '150633.142000', '150633.145000', '150633.148000', '150633.150000', '150633.153000', '150633.156000', '150633.158000', '150633.161000', '150633.163000', '150653.029000', '150653.032000', '150653.035000', '150653.037000', '150653.040000', '150653.043000', '150653.045000', '150653.048000', '150653.051000', '150653.053000', '150653.056000', '150653.058000', '150653.061000', '150653.064000', '150653.066000', '150653.069000', '150653.072000', '150653.074000', '150653.077000', '150653.079000', '150653.082000', '150653.085000', '150653.087000', '150653.090000', '150653.093000', '150653.095000', '150653.098000', '150653.101000', '150653.103000', '150653.106000', '150653.109000', '150653.111000', '150653.114000', '150653.117000', '150653.119000', '150653.122000', '150653.124000', '150653.127000', '150653.129000', '150653.132000', '150653.135000', '150653.137000', '150653.140000', '150653.142000', '150713.029000', '150713.032000', '150713.035000', '150713.044000', '150713.047000', '150713.049000', '150713.053000', '150713.055000', '150713.058000', '150713.060000', '150713.063000', '150713.066000', '150713.068000', '150713.071000', '150713.074000', '150713.076000', '150713.079000', '150713.081000', '150713.084000', '150713.087000', '150713.089000', '150713.092000', '150713.095000', '150713.097000', '150713.100000', '150713.102000', '150713.105000', '150713.108000', '150713.110000', '150713.113000', '150713.116000', '150713.118000', '150713.121000', '150713.123000', '150713.126000', '150713.128000', '150713.131000', '150713.134000', '150713.136000', '150713.139000', '150713.141000', '150713.144000', '150713.147000', '150733.029000', '150733.033000', '150733.035000', '150733.038000', '150733.041000', '150733.043000', '150733.046000', '150733.048000', '150733.051000', '150733.054000', '150733.056000', '150733.059000', '150733.061000', '150733.064000', '150733.067000', '150733.069000', '150733.072000', '150733.075000', '150733.078000', '150733.081000', '150733.084000', '150733.086000', '150733.089000', '150733.092000', '150733.094000', '150733.097000', '150733.099000', '150733.102000', '150733.105000', '150733.107000', '150733.110000', '150733.113000', '150733.115000', '150733.118000', '150733.120000', '150733.123000', '150733.125000', '150733.128000', '150733.131000', '150733.134000', '150733.136000', '150733.139000', '150733.142000', '150753.029000', '150753.031000', '150753.034000', '150753.037000', '150753.039000', '150753.042000', '150753.045000', '150753.047000', '150753.050000', '150753.052000', '150753.055000', '150753.058000', '150753.060000', '150753.063000', '150753.066000', '150753.068000', '150753.071000', '150753.074000', '150753.077000', '150753.079000', '150753.082000', '150753.084000', '150753.087000', '150753.090000', '150753.092000', '150753.095000', '150753.097000', '150753.100000', '150753.103000', '150753.105000', '150753.108000', '150753.111000', '150753.113000', '150753.123000', '150753.126000', '150753.129000', '150753.131000', '150753.134000', '150753.137000', '150753.139000', '150753.142000', '150753.144000', '150753.162000', '150753.165000', '150813.030000', '150813.032000', '150813.035000', '150813.038000', '150813.041000', '150813.044000', '150813.046000', '150813.049000', '150813.052000', '150813.055000', '150813.057000', '150813.060000', '150813.063000', '150813.065000', '150813.068000', '150813.071000', '150813.098000', '150813.101000', '150813.104000', '150813.106000', '150813.109000', '150813.111000', '150813.114000', '150813.117000', '150813.119000', '150813.122000', '150813.124000', '150813.127000', '150813.130000', '150813.132000', '150813.135000', '150813.138000', '150813.140000', '150813.143000', '150813.145000', '150813.148000', '150813.151000', '150813.153000', '150813.156000', '150813.159000', '150813.161000', '150813.164000', '150813.166000', '150833.029000', '150833.032000', '150833.035000', '150833.037000', '150833.040000', '150833.043000', '150833.045000', '150833.055000', '150833.058000', '150833.060000', '150833.063000', '150833.065000', '150833.068000', '150833.071000', '150833.073000', '150833.076000', '150833.078000', '150833.081000', '150833.084000', '150833.087000', '150833.089000', '150833.092000', '150833.094000', '150833.097000', '150833.100000', '150833.102000', '150833.105000', '150833.108000', '150833.110000', '150833.113000', '150833.115000', '150833.121000', '150833.124000', '150833.127000', '150833.129000', '150833.132000', '150833.134000', '150833.137000', '150833.140000', '150833.142000', '150833.145000', '150833.147000', '150833.150000', '150833.153000', '150853.030000', '150853.032000', '150853.035000', '150853.038000', '150853.041000', '150853.043000', '150853.046000', '150853.049000', '150853.051000', '150853.054000', '150853.057000', '150853.059000', '150853.062000', '150853.065000', '150853.067000', '150853.070000', '150853.072000', '150853.075000', '150853.078000', '150853.080000', '150853.083000', '150853.086000', '150853.088000', '150853.091000', '150853.093000', '150853.096000', '150853.098000', '150853.101000', '150853.104000', '150853.106000', '150853.109000', '150853.112000', '150853.115000', '150853.117000', '150853.120000', '150853.123000', '150853.126000', '150853.128000', '150853.131000', '150853.133000', '150853.136000', '150853.139000', '150853.141000', '150913.030000', '150913.032000', '150913.035000', '150913.037000', '150913.040000', '150913.043000', '150913.045000', '150913.048000', '150913.051000', '150913.053000', '150913.056000', '150913.059000', '150913.061000', '150913.064000', '150913.066000', '150913.069000', '150913.072000', '150913.074000', '150913.077000', '150913.080000', '150913.082000', '150913.085000', '150913.088000', '150913.090000', '150913.093000', '150913.096000', '150913.098000', '150913.101000', '150913.104000', '150913.106000', '150913.109000', '150913.111000', '150913.114000', '150913.117000', '150913.119000', '150913.122000', '150913.125000', '150913.127000', '150913.130000', '150913.133000', '150913.135000', '150913.138000', '150913.141000', '150913.143000', '150933.030000', '150933.033000', '150933.035000', '150933.038000', '150933.041000', '150933.043000', '150933.046000', '150933.049000', '150933.051000', '150933.054000', '150933.057000', '150933.059000', '150933.062000', '150933.065000', '150933.067000', '150933.070000', '150933.073000', '150933.075000', '150933.078000', '150933.081000', '150933.083000', '150933.086000', '150933.089000', '150933.103000', '150933.105000', '150933.108000', '150933.111000', '150933.113000', '150933.116000', '150933.119000', '150933.121000', '150933.124000', '150933.127000', '150933.129000', '150933.132000', '150933.134000', '150933.137000', '150933.140000', '150933.142000', '150933.145000', '150933.148000', '150933.150000', '150933.153000', '150953.030000', '150953.032000', '150953.035000', '150953.038000', '150953.041000', '150953.043000', '150953.046000', '150953.049000', '150953.051000', '150953.054000', '150953.056000', '150953.059000', '150953.062000', '150953.064000', '150953.067000', '150953.070000', '150953.072000', '150953.075000', '150953.077000', '150953.080000', '150953.083000', '150953.085000', '150953.088000', '150953.091000', '150953.093000', '150953.096000', '150953.098000', '150953.101000', '150953.104000', '150953.106000', '150953.109000', '150953.112000', '150953.114000', '150953.117000', '150953.119000', '150953.122000', '150953.125000', '150953.127000', '150953.130000', '150953.133000', '150953.135000', '150953.138000', '150953.140000', '150953.143000', '151013.029000', '151013.032000', '151013.034000', '151013.037000', '151013.040000', '151013.043000', '151013.045000', '151013.048000', '151013.051000', '151013.053000', '151013.056000', '151013.059000', '151013.061000', '151013.064000', '151013.066000', '151013.069000', '151013.072000', '151013.081000', '151013.084000', '151013.087000', '151013.089000', '151013.092000', '151013.095000', '151013.097000', '151013.100000', '151013.103000', '151013.105000', '151013.108000', '151013.111000', '151013.113000', '151013.116000', '151013.119000', '151013.122000', '151013.124000', '151013.127000', '151013.129000', '151013.132000', '151013.135000', '151013.137000', '151013.140000', '151013.143000', '151013.145000', '151013.148000', '151033.030000', '151033.032000', '151033.035000', '151033.038000', '151033.040000', '151033.043000', '151033.046000', '151033.048000', '151033.051000', '151033.053000', '151033.056000', '151033.059000', '151033.061000', '151033.064000', '151033.066000', '151033.069000', '151033.072000', '151033.074000', '151033.077000', '151033.081000', '151033.083000', '151033.086000', '151033.089000', '151033.091000', '151033.094000', '151033.097000', '151033.099000', '151033.102000', '151033.104000', '151033.107000', '151033.110000', '151033.112000', '151033.115000', '151033.117000', '151033.120000', '151033.123000', '151033.125000', '151033.128000', '151033.131000', '151033.134000', '151033.136000', '151033.139000', '151033.141000', '151033.144000', '151053.030000', '151053.032000', '151053.035000', '151053.038000', '151053.040000', '151053.043000', '151053.046000', '151053.048000', '151053.051000', '151053.054000', '151053.056000', '151053.059000', '151053.061000', '151053.064000', '151053.067000', '151053.069000', '151053.072000', '151053.074000', '151053.077000', '151053.080000', '151053.082000', '151053.085000', '151053.088000', '151053.090000', '151053.093000', '151053.096000', '151053.098000', '151053.101000', '151053.103000', '151053.106000', '151053.109000', '151053.111000', '151053.114000', '151053.116000', '151053.147000', '151053.149000', '151053.152000', '151053.155000', '151053.157000', '151053.160000', '151053.163000', '151053.166000', '151053.168000', '151113.030000', '151113.033000', '151113.035000', '151113.038000', '151113.040000', '151113.043000', '151113.046000', '151113.048000', '151113.051000', '151113.054000', '151113.056000', '151113.059000', '151113.061000', '151113.064000', '151113.067000', '151113.069000', '151113.072000', '151113.075000', '151113.077000', '151113.080000', '151113.082000', '151113.085000', '151113.088000', '151113.090000', '151113.093000', '151113.096000', '151113.098000', '151113.101000', '151113.103000', '151113.106000', '151113.109000', '151113.111000', '151113.114000', '151113.117000', '151113.119000', '151113.122000', '151113.124000', '151113.127000', '151113.130000', '151113.132000', '151113.135000', '151113.137000', '151113.140000', '151113.143000', '151133.030000', '151133.032000', '151133.035000', '151133.038000', '151133.041000', '151133.043000', '151133.046000', '151133.049000', '151133.051000', '151133.054000', '151133.056000', '151133.059000', '151133.062000', '151133.064000', '151133.067000', '151133.070000', '151133.072000', '151133.075000', '151133.077000', '151133.080000', '151133.083000', '151133.085000', '151133.088000', '151133.091000', '151133.093000', '151133.096000', '151133.098000', '151133.101000', '151133.104000', '151133.106000', '151133.109000', '151133.112000', '151133.114000', '151133.117000', '151133.120000', '151133.122000', '151133.125000', '151133.127000', '151133.130000', '151133.133000', '151133.135000', '151133.138000', '151133.140000', '151153.030000', '151153.032000', '151153.035000', '151153.038000', '151153.040000', '151153.043000', '151153.046000', '151153.048000', '151153.051000', '151153.053000', '151153.056000', '151153.059000', '151153.061000', '151153.064000', '151153.067000', '151153.069000', '151153.072000', '151153.074000', '151153.077000', '151153.080000', '151153.082000', '151153.085000', '151153.087000', '151153.090000', '151153.093000', '151153.095000', '151153.098000', '151153.100000', '151153.103000', '151153.106000', '151153.108000', '151153.111000', '151153.114000', '151153.116000', '151153.119000', '151153.121000', '151153.124000', '151153.127000', '151153.129000', '151153.132000', '151153.134000', '151153.137000', '151153.139000', '151153.142000', '151213.030000', '151213.032000', '151213.035000', '151213.038000', '151213.040000', '151213.043000', '151213.046000', '151213.048000', '151213.051000', '151213.054000', '151213.056000', '151213.059000', '151213.061000', '151213.064000', '151213.067000', '151213.069000', '151213.072000', '151213.074000', '151213.077000', '151213.080000', '151213.082000', '151213.085000', '151213.088000', '151213.090000', '151213.093000', '151213.096000', '151213.098000', '151213.101000', '151213.104000', '151213.106000', '151213.121000', '151213.124000', '151213.127000', '151213.129000', '151213.132000', '151213.135000', '151213.137000', '151213.140000', '151213.143000', '151213.146000', '151213.149000', '151213.153000', '151213.155000', '151233.029000', '151233.032000', '151233.034000', '151233.037000', '151233.040000', '151233.043000', '151233.045000', '151233.048000', '151233.051000', '151233.053000', '151233.056000', '151233.059000', '151233.061000', '151233.064000', '151233.066000', '151233.069000', '151233.072000', '151233.075000', '151233.077000', '151233.080000', '151233.082000', '151233.085000', '151233.088000', '151233.090000', '151233.093000', '151233.096000', '151233.098000', '151233.101000', '151233.104000', '151233.106000', '151233.109000', '151233.111000', '151233.114000', '151233.117000', '151233.119000', '151233.122000', '151233.124000', '151233.127000', '151233.130000', '151233.132000', '151233.135000', '151233.138000', '151233.140000', '151233.143000', '151253.029000', '151253.032000', '151253.035000', '151253.038000', '151253.040000', '151253.043000', '151253.045000', '151253.048000', '151253.051000', '151253.053000', '151253.056000', '151253.059000', '151253.061000', '151253.064000', '151253.067000', '151253.069000', '151253.072000', '151253.074000', '151253.077000', '151253.080000', '151253.082000', '151253.085000', '151253.087000', '151253.090000', '151253.093000', '151253.095000', '151253.098000', '151253.100000', '151253.103000', '151253.106000', '151253.108000', '151253.111000', '151253.114000', '151253.116000', '151253.119000', '151253.122000', '151253.124000', '151253.127000', '151253.129000', '151253.132000', '151253.135000', '151253.137000', '151253.140000', '151313.030000', '151313.032000', '151313.035000', '151313.038000', '151313.040000', '151313.043000', '151313.046000', '151313.048000', '151313.051000', '151313.053000', '151313.056000', '151313.059000', '151313.061000', '151313.064000', '151313.067000', '151313.069000', '151313.072000', '151313.075000', '151313.077000', '151313.080000', '151313.082000', '151313.085000', '151313.088000', '151313.090000', '151313.093000', '151313.096000', '151313.098000', '151313.101000', '151313.104000', '151313.106000', '151313.109000', '151313.111000', '151313.121000', '151313.123000', '151313.127000', '151313.129000', '151313.132000', '151313.134000', '151313.137000', '151313.139000', '151313.142000', '151313.145000', '151313.148000', '151313.150000', '151333.030000', '151333.032000', '151333.035000', '151333.038000', '151333.040000', '151333.043000', '151333.046000', '151333.048000', '151333.051000', '151333.053000', '151333.056000', '151333.059000', '151333.061000', '151333.064000', '151333.067000', '151333.069000', '151333.072000', '151333.074000', '151333.077000', '151333.080000', '151333.082000', '151333.085000', '151333.088000', '151333.090000', '151333.093000', '151333.095000', '151333.098000', '151333.134000', '151333.137000', '151333.139000', '151333.142000', '151333.145000', '151333.147000', '151333.150000', '151333.153000', '151333.155000', '151333.158000', '151333.160000', '151333.163000', '151333.166000', '151333.168000', '151333.171000', '151333.174000', '151353.029000', '151353.033000', '151353.036000', '151353.038000', '151353.041000', '151353.044000', '151353.046000', '151353.049000', '151353.052000', '151353.055000', '151353.057000', '151353.060000', '151353.063000', '151353.065000', '151353.068000', '151353.071000', '151353.073000', '151353.076000', '151353.078000', '151353.081000', '151353.084000', '151353.086000', '151353.089000', '151353.092000', '151353.094000', '151353.097000', '151353.100000', '151353.102000', '151353.105000', '151353.108000', '151353.110000', '151353.113000', '151353.115000', '151353.118000', '151353.121000', '151353.123000', '151353.126000', '151353.129000', '151353.131000', '151353.134000', '151353.136000', '151353.139000', '151353.142000', '151353.144000', '151413.030000', '151413.032000', '151413.035000', '151413.038000', '151413.040000', '151413.043000', '151413.046000', '151413.048000', '151413.051000', '151413.054000', '151413.056000', '151413.059000', '151413.062000', '151413.064000', '151413.067000', '151413.070000', '151413.072000', '151413.075000', '151413.077000', '151413.080000', '151413.089000', '151413.091000', '151413.094000', '151413.097000', '151413.099000', '151413.102000', '151413.104000', '151413.107000', '151413.110000', '151413.112000', '151413.115000', '151413.118000', '151413.120000', '151413.123000', '151413.125000', '151413.128000', '151413.131000', '151413.133000', '151413.136000', '151413.139000', '151413.141000', '151413.144000', '151413.146000', '151431.628000', '151431.631000', '151431.633000', '151431.636000', '151431.639000', '151431.641000', '151431.644000', '151431.646000', '151431.649000', '151431.652000', '151431.656000', '151431.658000', '151431.661000', '151431.664000', '151431.666000', '151431.669000', '151431.671000', '151431.674000', '151431.677000', '151431.679000', '151431.682000', '151431.685000', '151431.687000', '151431.690000', '151431.693000', '151431.695000', '151431.698000', '151431.700000', '151431.703000', '151431.706000', '151431.708000', '151431.711000', '151431.713000', '151431.716000', '151431.719000', '151431.721000', '151431.724000', '151431.727000', '151431.729000', '151431.732000', '151431.735000'], 'InstanceCreationTime': ['150433.064000', '150433.067000', '150433.070000', '150433.072000', '150433.075000', '150433.085000', '150433.088000', '150433.090000', '150433.097000', '150433.112000', '150433.114000', '150433.117000', '150433.119000', '150433.122000', '150433.125000', '150433.127000', '150433.130000', '150433.132000', '150433.135000', '150433.137000', '150453.030000', '150453.033000', '150453.035000', '150453.038000', '150453.040000', '150453.043000', '150453.045000', '150453.075000', '150453.078000', '150453.080000', '150453.083000', '150453.086000', '150453.088000', '150453.091000', '150453.093000', '150453.096000', '150453.098000', '150453.101000', '150453.104000', '150453.106000', '150453.109000', '150453.112000', '150453.114000', '150453.117000', '150453.128000', '150453.131000', '150453.133000', '150453.136000', '150453.139000', '150453.141000', '150453.144000', '150453.146000', '150453.149000', '150453.151000', '150453.154000', '150453.157000', '150453.159000', '150453.162000', '150453.164000', '150453.167000', '150453.170000', '150453.172000', '150453.175000', '150453.177000', '150513.030000', '150513.033000', '150513.047000', '150513.050000', '150513.052000', '150513.055000', '150513.057000', '150513.060000', '150513.062000', '150513.065000', '150513.068000', '150513.070000', '150513.073000', '150513.076000', '150513.078000', '150513.081000', '150513.083000', '150513.086000', '150513.089000', '150513.091000', '150513.094000', '150513.096000', '150513.099000', '150513.102000', '150513.104000', '150513.107000', '150513.109000', '150513.112000', '150513.115000', '150513.117000', '150513.120000', '150513.122000', '150513.125000', '150513.128000', '150513.130000', '150513.133000', '150513.136000', '150513.138000', '150513.141000', '150513.143000', '150513.146000', '150513.149000', '150513.151000', '150533.028000', '150533.031000', '150533.036000', '150533.039000', '150533.041000', '150533.044000', '150533.047000', '150533.049000', '150533.052000', '150533.054000', '150533.057000', '150533.060000', '150533.062000', '150533.065000', '150533.068000', '150533.070000', '150533.073000', '150533.075000', '150533.078000', '150533.081000', '150533.083000', '150533.086000', '150533.088000', '150533.091000', '150533.093000', '150533.096000', '150533.099000', '150533.101000', '150533.104000', '150533.106000', '150533.109000', '150533.112000', '150533.114000', '150533.117000', '150533.120000', '150533.122000', '150533.125000', '150533.127000', '150533.130000', '150533.133000', '150533.135000', '150533.138000', '150533.149000', '150533.151000', '150553.029000', '150553.032000', '150553.035000', '150553.037000', '150553.040000', '150553.043000', '150553.045000', '150553.048000', '150553.051000', '150553.053000', '150553.056000', '150553.058000', '150553.061000', '150553.064000', '150553.066000', '150553.069000', '150553.071000', '150553.074000', '150553.077000', '150553.079000', '150553.082000', '150553.085000', '150553.087000', '150553.090000', '150553.092000', '150553.095000', '150553.097000', '150553.100000', '150553.103000', '150553.105000', '150553.108000', '150553.110000', '150553.113000', '150553.116000', '150553.118000', '150553.121000', '150553.123000', '150553.126000', '150553.128000', '150553.131000', '150553.134000', '150553.136000', '150553.139000', '150613.030000', '150613.033000', '150613.037000', '150613.040000', '150613.043000', '150613.045000', '150613.048000', '150613.051000', '150613.053000', '150613.056000', '150613.059000', '150613.061000', '150613.064000', '150613.066000', '150613.069000', '150613.072000', '150613.074000', '150613.077000', '150613.079000', '150613.082000', '150613.085000', '150613.087000', '150613.090000', '150613.093000', '150613.095000', '150613.098000', '150613.101000', '150613.103000', '150613.106000', '150613.108000', '150613.111000', '150613.114000', '150613.116000', '150613.119000', '150613.122000', '150613.124000', '150613.127000', '150613.129000', '150613.132000', '150613.134000', '150613.137000', '150613.140000', '150613.142000', '150633.029000', '150633.032000', '150633.035000', '150633.037000', '150633.040000', '150633.043000', '150633.045000', '150633.048000', '150633.051000', '150633.053000', '150633.056000', '150633.058000', '150633.061000', '150633.064000', '150633.066000', '150633.069000', '150633.072000', '150633.085000', '150633.087000', '150633.101000', '150633.103000', '150633.106000', '150633.108000', '150633.111000', '150633.114000', '150633.116000', '150633.119000', '150633.121000', '150633.124000', '150633.127000', '150633.129000', '150633.132000', '150633.135000', '150633.137000', '150633.140000', '150633.142000', '150633.145000', '150633.148000', '150633.150000', '150633.153000', '150633.156000', '150633.158000', '150633.161000', '150633.163000', '150653.029000', '150653.032000', '150653.035000', '150653.037000', '150653.040000', '150653.043000', '150653.045000', '150653.048000', '150653.051000', '150653.053000', '150653.056000', '150653.058000', '150653.061000', '150653.064000', '150653.066000', '150653.069000', '150653.072000', '150653.074000', '150653.077000', '150653.079000', '150653.082000', '150653.085000', '150653.087000', '150653.090000', '150653.093000', '150653.095000', '150653.098000', '150653.101000', '150653.103000', '150653.106000', '150653.109000', '150653.111000', '150653.114000', '150653.117000', '150653.119000', '150653.122000', '150653.124000', '150653.127000', '150653.129000', '150653.132000', '150653.135000', '150653.137000', '150653.140000', '150653.142000', '150713.029000', '150713.032000', '150713.035000', '150713.044000', '150713.047000', '150713.049000', '150713.053000', '150713.055000', '150713.058000', '150713.060000', '150713.063000', '150713.066000', '150713.068000', '150713.071000', '150713.074000', '150713.076000', '150713.079000', '150713.081000', '150713.084000', '150713.087000', '150713.089000', '150713.092000', '150713.095000', '150713.097000', '150713.100000', '150713.102000', '150713.105000', '150713.108000', '150713.110000', '150713.113000', '150713.116000', '150713.118000', '150713.121000', '150713.123000', '150713.126000', '150713.128000', '150713.131000', '150713.134000', '150713.136000', '150713.139000', '150713.141000', '150713.144000', '150713.147000', '150733.029000', '150733.033000', '150733.035000', '150733.038000', '150733.041000', '150733.043000', '150733.046000', '150733.048000', '150733.051000', '150733.054000', '150733.056000', '150733.059000', '150733.061000', '150733.064000', '150733.067000', '150733.069000', '150733.072000', '150733.075000', '150733.078000', '150733.081000', '150733.084000', '150733.086000', '150733.089000', '150733.092000', '150733.094000', '150733.097000', '150733.099000', '150733.102000', '150733.105000', '150733.107000', '150733.110000', '150733.113000', '150733.115000', '150733.118000', '150733.120000', '150733.123000', '150733.125000', '150733.128000', '150733.131000', '150733.134000', '150733.136000', '150733.139000', '150733.142000', '150753.029000', '150753.031000', '150753.034000', '150753.037000', '150753.039000', '150753.042000', '150753.045000', '150753.047000', '150753.050000', '150753.052000', '150753.055000', '150753.058000', '150753.060000', '150753.063000', '150753.066000', '150753.068000', '150753.071000', '150753.074000', '150753.077000', '150753.079000', '150753.082000', '150753.084000', '150753.087000', '150753.090000', '150753.092000', '150753.095000', '150753.097000', '150753.100000', '150753.103000', '150753.105000', '150753.108000', '150753.111000', '150753.113000', '150753.123000', '150753.126000', '150753.129000', '150753.131000', '150753.134000', '150753.137000', '150753.139000', '150753.142000', '150753.144000', '150753.162000', '150753.165000', '150813.030000', '150813.032000', '150813.035000', '150813.038000', '150813.041000', '150813.044000', '150813.046000', '150813.049000', '150813.052000', '150813.055000', '150813.057000', '150813.060000', '150813.063000', '150813.065000', '150813.068000', '150813.071000', '150813.098000', '150813.101000', '150813.104000', '150813.106000', '150813.109000', '150813.111000', '150813.114000', '150813.117000', '150813.119000', '150813.122000', '150813.124000', '150813.127000', '150813.130000', '150813.132000', '150813.135000', '150813.138000', '150813.140000', '150813.143000', '150813.145000', '150813.148000', '150813.151000', '150813.153000', '150813.156000', '150813.159000', '150813.161000', '150813.164000', '150813.166000', '150833.029000', '150833.032000', '150833.035000', '150833.037000', '150833.040000', '150833.043000', '150833.045000', '150833.055000', '150833.058000', '150833.060000', '150833.063000', '150833.065000', '150833.068000', '150833.071000', '150833.073000', '150833.076000', '150833.078000', '150833.081000', '150833.084000', '150833.087000', '150833.089000', '150833.092000', '150833.094000', '150833.097000', '150833.100000', '150833.102000', '150833.105000', '150833.108000', '150833.110000', '150833.113000', '150833.115000', '150833.121000', '150833.124000', '150833.127000', '150833.129000', '150833.132000', '150833.134000', '150833.137000', '150833.140000', '150833.142000', '150833.145000', '150833.147000', '150833.150000', '150833.153000', '150853.030000', '150853.032000', '150853.035000', '150853.038000', '150853.041000', '150853.043000', '150853.046000', '150853.049000', '150853.051000', '150853.054000', '150853.057000', '150853.059000', '150853.062000', '150853.065000', '150853.067000', '150853.070000', '150853.072000', '150853.075000', '150853.078000', '150853.080000', '150853.083000', '150853.086000', '150853.088000', '150853.091000', '150853.093000', '150853.096000', '150853.098000', '150853.101000', '150853.104000', '150853.106000', '150853.109000', '150853.112000', '150853.115000', '150853.117000', '150853.120000', '150853.123000', '150853.126000', '150853.128000', '150853.131000', '150853.133000', '150853.136000', '150853.139000', '150853.141000', '150913.030000', '150913.032000', '150913.035000', '150913.037000', '150913.040000', '150913.043000', '150913.045000', '150913.048000', '150913.051000', '150913.053000', '150913.056000', '150913.059000', '150913.061000', '150913.064000', '150913.066000', '150913.069000', '150913.072000', '150913.074000', '150913.077000', '150913.080000', '150913.082000', '150913.085000', '150913.088000', '150913.090000', '150913.093000', '150913.096000', '150913.098000', '150913.101000', '150913.104000', '150913.106000', '150913.109000', '150913.111000', '150913.114000', '150913.117000', '150913.119000', '150913.122000', '150913.125000', '150913.127000', '150913.130000', '150913.133000', '150913.135000', '150913.138000', '150913.141000', '150913.143000', '150933.030000', '150933.033000', '150933.035000', '150933.038000', '150933.041000', '150933.043000', '150933.046000', '150933.049000', '150933.051000', '150933.054000', '150933.057000', '150933.059000', '150933.062000', '150933.065000', '150933.067000', '150933.070000', '150933.073000', '150933.075000', '150933.078000', '150933.081000', '150933.083000', '150933.086000', '150933.089000', '150933.103000', '150933.105000', '150933.108000', '150933.111000', '150933.113000', '150933.116000', '150933.119000', '150933.121000', '150933.124000', '150933.127000', '150933.129000', '150933.132000', '150933.134000', '150933.137000', '150933.140000', '150933.142000', '150933.145000', '150933.148000', '150933.150000', '150933.153000', '150953.030000', '150953.032000', '150953.035000', '150953.038000', '150953.041000', '150953.043000', '150953.046000', '150953.049000', '150953.051000', '150953.054000', '150953.056000', '150953.059000', '150953.062000', '150953.064000', '150953.067000', '150953.070000', '150953.072000', '150953.075000', '150953.077000', '150953.080000', '150953.083000', '150953.085000', '150953.088000', '150953.091000', '150953.093000', '150953.096000', '150953.098000', '150953.101000', '150953.104000', '150953.106000', '150953.109000', '150953.112000', '150953.114000', '150953.117000', '150953.119000', '150953.122000', '150953.125000', '150953.127000', '150953.130000', '150953.133000', '150953.135000', '150953.138000', '150953.140000', '150953.143000', '151013.029000', '151013.032000', '151013.034000', '151013.037000', '151013.040000', '151013.043000', '151013.045000', '151013.048000', '151013.051000', '151013.053000', '151013.056000', '151013.059000', '151013.061000', '151013.064000', '151013.066000', '151013.069000', '151013.072000', '151013.081000', '151013.084000', '151013.087000', '151013.089000', '151013.092000', '151013.095000', '151013.097000', '151013.100000', '151013.103000', '151013.105000', '151013.108000', '151013.111000', '151013.113000', '151013.116000', '151013.119000', '151013.122000', '151013.124000', '151013.127000', '151013.129000', '151013.132000', '151013.135000', '151013.137000', '151013.140000', '151013.143000', '151013.145000', '151013.148000', '151033.030000', '151033.032000', '151033.035000', '151033.038000', '151033.040000', '151033.043000', '151033.046000', '151033.048000', '151033.051000', '151033.053000', '151033.056000', '151033.059000', '151033.061000', '151033.064000', '151033.066000', '151033.069000', '151033.072000', '151033.074000', '151033.077000', '151033.081000', '151033.083000', '151033.086000', '151033.089000', '151033.091000', '151033.094000', '151033.097000', '151033.099000', '151033.102000', '151033.104000', '151033.107000', '151033.110000', '151033.112000', '151033.115000', '151033.117000', '151033.120000', '151033.123000', '151033.125000', '151033.128000', '151033.131000', '151033.134000', '151033.136000', '151033.139000', '151033.141000', '151033.144000', '151053.030000', '151053.032000', '151053.035000', '151053.038000', '151053.040000', '151053.043000', '151053.046000', '151053.048000', '151053.051000', '151053.054000', '151053.056000', '151053.059000', '151053.061000', '151053.064000', '151053.067000', '151053.069000', '151053.072000', '151053.074000', '151053.077000', '151053.080000', '151053.082000', '151053.085000', '151053.088000', '151053.090000', '151053.093000', '151053.096000', '151053.098000', '151053.101000', '151053.103000', '151053.106000', '151053.109000', '151053.111000', '151053.114000', '151053.116000', '151053.147000', '151053.149000', '151053.152000', '151053.155000', '151053.157000', '151053.160000', '151053.163000', '151053.166000', '151053.168000', '151113.030000', '151113.033000', '151113.035000', '151113.038000', '151113.040000', '151113.043000', '151113.046000', '151113.048000', '151113.051000', '151113.054000', '151113.056000', '151113.059000', '151113.061000', '151113.064000', '151113.067000', '151113.069000', '151113.072000', '151113.075000', '151113.077000', '151113.080000', '151113.082000', '151113.085000', '151113.088000', '151113.090000', '151113.093000', '151113.096000', '151113.098000', '151113.101000', '151113.103000', '151113.106000', '151113.109000', '151113.111000', '151113.114000', '151113.117000', '151113.119000', '151113.122000', '151113.124000', '151113.127000', '151113.130000', '151113.132000', '151113.135000', '151113.137000', '151113.140000', '151113.143000', '151133.030000', '151133.032000', '151133.035000', '151133.038000', '151133.041000', '151133.043000', '151133.046000', '151133.049000', '151133.051000', '151133.054000', '151133.056000', '151133.059000', '151133.062000', '151133.064000', '151133.067000', '151133.070000', '151133.072000', '151133.075000', '151133.077000', '151133.080000', '151133.083000', '151133.085000', '151133.088000', '151133.091000', '151133.093000', '151133.096000', '151133.098000', '151133.101000', '151133.104000', '151133.106000', '151133.109000', '151133.112000', '151133.114000', '151133.117000', '151133.120000', '151133.122000', '151133.125000', '151133.127000', '151133.130000', '151133.133000', '151133.135000', '151133.138000', '151133.140000', '151153.030000', '151153.032000', '151153.035000', '151153.038000', '151153.040000', '151153.043000', '151153.046000', '151153.048000', '151153.051000', '151153.053000', '151153.056000', '151153.059000', '151153.061000', '151153.064000', '151153.067000', '151153.069000', '151153.072000', '151153.074000', '151153.077000', '151153.080000', '151153.082000', '151153.085000', '151153.087000', '151153.090000', '151153.093000', '151153.095000', '151153.098000', '151153.100000', '151153.103000', '151153.106000', '151153.108000', '151153.111000', '151153.114000', '151153.116000', '151153.119000', '151153.121000', '151153.124000', '151153.127000', '151153.129000', '151153.132000', '151153.134000', '151153.137000', '151153.139000', '151153.142000', '151213.030000', '151213.032000', '151213.035000', '151213.038000', '151213.040000', '151213.043000', '151213.046000', '151213.048000', '151213.051000', '151213.054000', '151213.056000', '151213.059000', '151213.061000', '151213.064000', '151213.067000', '151213.069000', '151213.072000', '151213.074000', '151213.077000', '151213.080000', '151213.082000', '151213.085000', '151213.088000', '151213.090000', '151213.093000', '151213.096000', '151213.098000', '151213.101000', '151213.104000', '151213.106000', '151213.121000', '151213.124000', '151213.127000', '151213.129000', '151213.132000', '151213.135000', '151213.137000', '151213.140000', '151213.143000', '151213.146000', '151213.149000', '151213.153000', '151213.155000', '151233.029000', '151233.032000', '151233.034000', '151233.037000', '151233.040000', '151233.043000', '151233.045000', '151233.048000', '151233.051000', '151233.053000', '151233.056000', '151233.059000', '151233.061000', '151233.064000', '151233.066000', '151233.069000', '151233.072000', '151233.075000', '151233.077000', '151233.080000', '151233.082000', '151233.085000', '151233.088000', '151233.090000', '151233.093000', '151233.096000', '151233.098000', '151233.101000', '151233.104000', '151233.106000', '151233.109000', '151233.111000', '151233.114000', '151233.117000', '151233.119000', '151233.122000', '151233.124000', '151233.127000', '151233.130000', '151233.132000', '151233.135000', '151233.138000', '151233.140000', '151233.143000', '151253.029000', '151253.032000', '151253.035000', '151253.038000', '151253.040000', '151253.043000', '151253.045000', '151253.048000', '151253.051000', '151253.053000', '151253.056000', '151253.059000', '151253.061000', '151253.064000', '151253.067000', '151253.069000', '151253.072000', '151253.074000', '151253.077000', '151253.080000', '151253.082000', '151253.085000', '151253.087000', '151253.090000', '151253.093000', '151253.095000', '151253.098000', '151253.100000', '151253.103000', '151253.106000', '151253.108000', '151253.111000', '151253.114000', '151253.116000', '151253.119000', '151253.122000', '151253.124000', '151253.127000', '151253.129000', '151253.132000', '151253.135000', '151253.137000', '151253.140000', '151313.030000', '151313.032000', '151313.035000', '151313.038000', '151313.040000', '151313.043000', '151313.046000', '151313.048000', '151313.051000', '151313.053000', '151313.056000', '151313.059000', '151313.061000', '151313.064000', '151313.067000', '151313.069000', '151313.072000', '151313.075000', '151313.077000', '151313.080000', '151313.082000', '151313.085000', '151313.088000', '151313.090000', '151313.093000', '151313.096000', '151313.098000', '151313.101000', '151313.104000', '151313.106000', '151313.109000', '151313.111000', '151313.121000', '151313.123000', '151313.127000', '151313.129000', '151313.132000', '151313.134000', '151313.137000', '151313.139000', '151313.142000', '151313.145000', '151313.148000', '151313.150000', '151333.030000', '151333.032000', '151333.035000', '151333.038000', '151333.040000', '151333.043000', '151333.046000', '151333.048000', '151333.051000', '151333.053000', '151333.056000', '151333.059000', '151333.061000', '151333.064000', '151333.067000', '151333.069000', '151333.072000', '151333.074000', '151333.077000', '151333.080000', '151333.082000', '151333.085000', '151333.088000', '151333.090000', '151333.093000', '151333.095000', '151333.098000', '151333.134000', '151333.137000', '151333.139000', '151333.142000', '151333.145000', '151333.147000', '151333.150000', '151333.153000', '151333.155000', '151333.158000', '151333.160000', '151333.163000', '151333.166000', '151333.168000', '151333.171000', '151333.174000', '151353.029000', '151353.033000', '151353.036000', '151353.038000', '151353.041000', '151353.044000', '151353.046000', '151353.049000', '151353.052000', '151353.055000', '151353.057000', '151353.060000', '151353.063000', '151353.065000', '151353.068000', '151353.071000', '151353.073000', '151353.076000', '151353.078000', '151353.081000', '151353.084000', '151353.086000', '151353.089000', '151353.092000', '151353.094000', '151353.097000', '151353.100000', '151353.102000', '151353.105000', '151353.108000', '151353.110000', '151353.113000', '151353.115000', '151353.118000', '151353.121000', '151353.123000', '151353.126000', '151353.129000', '151353.131000', '151353.134000', '151353.136000', '151353.139000', '151353.142000', '151353.144000', '151413.030000', '151413.032000', '151413.035000', '151413.038000', '151413.040000', '151413.043000', '151413.046000', '151413.048000', '151413.051000', '151413.054000', '151413.056000', '151413.059000', '151413.062000', '151413.064000', '151413.067000', '151413.070000', '151413.072000', '151413.075000', '151413.077000', '151413.080000', '151413.089000', '151413.091000', '151413.094000', '151413.097000', '151413.099000', '151413.102000', '151413.104000', '151413.107000', '151413.110000', '151413.112000', '151413.115000', '151413.118000', '151413.120000', '151413.123000', '151413.125000', '151413.128000', '151413.131000', '151413.133000', '151413.136000', '151413.139000', '151413.141000', '151413.144000', '151413.146000', '151431.628000', '151431.631000', '151431.633000', '151431.636000', '151431.639000', '151431.641000', '151431.644000', '151431.646000', '151431.649000', '151431.652000', '151431.656000', '151431.658000', '151431.661000', '151431.664000', '151431.666000', '151431.669000', '151431.671000', '151431.674000', '151431.677000', '151431.679000', '151431.682000', '151431.685000', '151431.687000', '151431.690000', '151431.693000', '151431.695000', '151431.698000', '151431.700000', '151431.703000', '151431.706000', '151431.708000', '151431.711000', '151431.713000', '151431.716000', '151431.719000', '151431.721000', '151431.724000', '151431.727000', '151431.729000', '151431.732000', '151431.735000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [12059, 13392, 10681, 12583, 10824, 14809, 12484, 13079, 12052, 11010, 12260, 10992, 12379, 14140, 13723, 10818, 11504, 10342, 10692, 10722, 12657, 9514, 15319, 10821, 14643, 10629, 13252, 11147, 13619, 10934, 13108, 11792, 9845, 10208, 10585, 11378, 10242, 12856, 10111, 13807, 10189, 12716, 10653, 13069, 9465, 13620, 10709, 11815, 11346, 10915, 11144, 11649, 11799, 12174, 10272, 12626, 9617, 12261, 11643, 11647, 10764, 10454, 10534, 10802, 9941, 10374, 11700, 10649, 11588, 10070, 12493, 10173, 11683, 13508, 10150, 11605, 9965, 10357, 10786, 12213, 10338, 12402, 10489, 10112, 10854, 9911, 10641, 10176, 10643, 13437, 10062, 13253, 10233, 12342, 10510, 12119, 13152, 10163, 11028, 10326, 10379, 10414, 11725, 10987, 14260, 10268, 10412, 10791, 10634, 11003, 9350, 10705, 10393, 10114, 11560, 10098, 15073, 11970, 13781, 10288, 13465, 10467, 9493, 14249, 10204, 13123, 11370, 10981, 11416, 10419, 10813, 9934, 10806, 10762, 10336, 10275, 10528, 10112, 11011, 10344, 10322, 10438, 10263, 10381, 10902, 10268, 10822, 9457, 11192, 10616, 12062, 12202, 11484, 13369, 10669, 10885, 15273, 10549, 13093, 11241, 10496, 10998, 10339, 11206, 10026, 11229, 10202, 11411, 12056, 10888, 12897, 11013, 10951, 14597, 10543, 11304, 10985, 10590, 10478, 11894, 10490, 12926, 10956, 13265, 11410, 10635, 11250, 10265, 10709, 10626, 10837, 10420, 11187, 11057, 9473, 11063, 10709, 11418, 9890, 10689, 10278, 11349, 9649, 11106, 10232, 11346, 11021, 11124, 11801, 11552, 11728, 12143, 12179, 12352, 16959, 12858, 12971, 11133, 14344, 11164, 11891, 11144, 10852, 15113, 11973, 10933, 10980, 9940, 11153, 10432, 11075, 10512, 10476, 10608, 11018, 10241, 10972, 10265, 11198, 11260, 11449, 11190, 11184, 11420, 11583, 11544, 13830, 11411, 11564, 16510, 11772, 12443, 11163, 9698, 11041, 10780, 12540, 10609, 10799, 10724, 9530, 10679, 10114, 10892, 10538, 11090, 9839, 11237, 9651, 11485, 11099, 11266, 14614, 11727, 14579, 16006, 10384, 11509, 11276, 10228, 10813, 10784, 10750, 10879, 11201, 10819, 11443, 11200, 10979, 11065, 10788, 11122, 10535, 11147, 11054, 12045, 11133, 10643, 11334, 10213, 11097, 11289, 11162, 10783, 11284, 12751, 11107, 12724, 10950, 11210, 9665, 11875, 9817, 10691, 12924, 10721, 10638, 10792, 11044, 10773, 11247, 10683, 10722, 11449, 13508, 11011, 10709, 10617, 10578, 10521, 10687, 10964, 10726, 14630, 10808, 11026, 11228, 9340, 11072, 11217, 11104, 11977, 11286, 13962, 12800, 12700, 10769, 10289, 10755, 10314, 9860, 10390, 10752, 12065, 11128, 9940, 11316, 10498, 11425, 10354, 11553, 10751, 11811, 12090, 10950, 15202, 12414, 10440, 11332, 10824, 11971, 10777, 10435, 10273, 10997, 12092, 11750, 15879, 11504, 10761, 10427, 11366, 10216, 10958, 11013, 11567, 12298, 11005, 13403, 17619, 13114, 11352, 11026, 10782, 14389, 10602, 12685, 11026, 10814, 9665, 12867, 12625, 10444, 11105, 10692, 10357, 10431, 10031, 9407, 11565, 10532, 10120, 11031, 10052, 10667, 10089, 9807, 10317, 9722, 8866, 9630, 9367, 9354, 9599, 10176, 10103, 10885, 10343, 11098, 10985, 10693, 11908, 10311, 10709, 16534, 11911, 11103, 11030, 11235, 10687, 12066, 11225, 11388, 17588, 11815, 13869, 11870, 13679, 10094, 9871, 10081, 10315, 13643, 10521, 11555, 10812, 10674, 9984, 11915, 9640, 11344, 10002, 10892, 11021, 10518, 12287, 10365, 10355, 9731, 10245, 9291, 11205, 16774, 11027, 11411, 10916, 9635, 10998, 9432, 10639, 10238, 9632, 10144, 10486, 10258, 11274, 10668, 10784, 10719, 10964, 10820, 11245, 11052, 11334, 10913, 10703, 13746, 11519, 17404, 14536, 13497, 12205, 14975, 11514, 12872, 11670, 14423, 13230, 13336, 13997, 11489, 14373, 10294, 11049, 10501, 10235, 9962, 10904, 10293, 11436, 10361, 12309, 10591, 12409, 10526, 12197, 10329, 11309, 10448, 10227, 10574, 11686, 10353, 11437, 9826, 10471, 9549, 9992, 11001, 10152, 10879, 10586, 11062, 10338, 10920, 10728, 10963, 10097, 11364, 10442, 11199, 12241, 10127, 14338, 18231, 14444, 12224, 11057, 10100, 10968, 12279, 10667, 12748, 16595, 13761, 16217, 12023, 10266, 10637, 9935, 10698, 9705, 10300, 9772, 10795, 10458, 11271, 10848, 10998, 10280, 9819, 10072, 13268, 10719, 10776, 10321, 10388, 9707, 10589, 9142, 10949, 9998, 9503, 12744, 9864, 10076, 9893, 10360, 10280, 15153, 12768, 11926, 10614, 10282, 10450, 9964, 10512, 10005, 11160, 10557, 16562, 14245, 14274, 10596, 10748, 17915, 11579, 10642, 8639, 9818, 9252, 9842, 12029, 9850, 11927, 8836, 9492, 9379, 9120, 9732, 9132, 9877, 10022, 9597, 10605, 8978, 10720, 9632, 10637, 10209, 9246, 9904, 10334, 9128, 10285, 10417, 9088, 14541, 17059, 14981, 17372, 12847, 12676, 12243, 11272, 13144, 10035, 11683, 9875, 12252, 13470, 13116, 16187, 13056, 12822, 10579, 10857, 9201, 10677, 9182, 8784, 9850, 13831, 10875, 9959, 11097, 10395, 14845, 11998, 11474, 9278, 9342, 11286, 10311, 13480, 10081, 10350, 8958, 10674, 9661, 11592, 12986, 11284, 15019, 11286, 10938, 9909, 11206, 9187, 11530, 8989, 14403, 11370, 17620, 10550, 15439, 11810, 14679, 18402, 13555, 12713, 9184, 11114, 8608, 11166, 9698, 11225, 13128, 10953, 13726, 11077, 10568, 9789, 9886, 8915, 9538, 9220, 10270, 9648, 9567, 11017, 9458, 13493, 17944, 15836, 13724, 10231, 14860, 8980, 11727, 14584, 11513, 13409, 10723, 13616, 8972, 14643, 9399, 11336, 11809, 10651, 12028, 8670, 9420, 8646, 8683, 8387, 9174, 8646, 10227, 8279, 9542, 8592, 10118, 9180, 10940, 9331, 10296, 8890, 9762, 8863, 9678, 8429, 9617, 9363, 9441, 9930, 9468, 10214, 9574, 10010, 9801, 10347, 10433, 10084, 15513, 12937, 16607, 16488, 13904, 15965, 12494, 12535, 10912, 13522, 12207, 15078, 11187, 15062, 18922, 15477, 13115, 9562, 9547, 9105, 10494, 9176, 9978, 14134, 10471, 11634, 8497, 11167, 8828, 11373, 9455, 10334, 10141, 9452, 9800, 9520, 9389, 10466, 10181, 10789, 10040, 9844, 9437, 9864, 9424, 9909, 10155, 12692, 10740, 13502, 10377, 13646, 12051, 12893, 13840, 11784, 15814, 12754, 14302, 11797, 12503, 16205, 10594, 16180, 12448, 15671, 19739, 16317, 12159, 9256, 11037, 9328, 9808, 14707, 12553, 12437, 9096, 12365, 16164, 13064, 14532, 10982, 10499, 9397, 9272, 8994, 10242, 8652, 9694, 8909, 9166, 9361, 9773, 9758, 9906, 9989, 11562, 11335, 12396, 13653, 12764, 13596, 11310, 15711, 11521, 13002, 10747, 11691, 10356, 11973, 12802, 9204, 13421, 15200, 14642, 18610, 14775, 14750, 10170, 12078, 16054, 10485, 12393, 10259, 10796, 12015, 11570, 12819, 10745, 12144, 9674, 10347, 9369, 10748, 10651, 10336, 9161, 11328, 9494, 11880, 9538, 12476, 10197, 10723, 12300, 11160, 14387, 11018, 13402, 9876, 10634, 10057, 11031, 11940, 10886, 15307, 11470, 11904, 10302, 9815, 9836, 10075, 9913, 9458, 11648, 9160, 9178, 9638, 11238, 9862, 11332, 9671, 9990, 8746, 10634, 8617, 12352, 8664, 13016, 10129, 13986, 10195, 12968, 18258, 14759, 13080, 11274, 10407, 9805, 10376, 17533, 13051, 13768, 12364, 12145, 10226, 10474, 10345, 10045, 10105, 10600, 9397, 9732, 10710, 10133, 10955, 10499, 10828, 9980, 12049, 9650, 9735, 10689, 15419, 11959, 16694, 12234, 13844, 11210, 10876, 10215, 13800, 11178, 14007, 10995, 12326, 9694, 11157, 10724, 14049, 11623, 12482, 12118, 10710, 18300, 10516, 16273, 13565, 14132, 18568, 14069, 13715, 12449, 13704, 10040, 13277, 13544, 13587, 16854, 14130, 10871, 10677, 11742, 10164, 10390, 11625, 10037, 10131, 9736, 10884, 10385, 9977, 11028, 10451, 12283, 10530, 12318, 10458, 10523, 11723, 9763, 14361, 11957, 10397, 10354, 9804, 11888, 11796, 11556, 10656, 9933, 11580, 9411, 12453, 9794, 12326, 10114, 11409, 11560, 10784, 10315, 10416, 9702, 10141, 10899, 10180, 11580, 9809, 12729, 11762, 12721, 11823, 13051, 11651, 11698, 11369, 10167, 11040, 9908, 11420, 9947, 10084, 10478, 10537, 10277, 10182, 10234, 11092, 10940, 10752, 12361, 10736, 15062, 10389, 11738, 10048, 10433, 10479, 13827, 10953, 11806, 10421, 11804, 9836, 10897, 10686, 10606, 11317, 11034, 9866, 10560, 10948, 9929, 10796, 11862, 10219, 11184, 10974, 10187, 9568, 10622, 9826, 10339, 11366, 10400, 10619, 10757, 13028, 11557, 14429, 10887, 10229, 10927, 10306, 9990, 10621, 11343, 10181, 10856, 10327, 10317, 10756, 10072, 10195, 13610, 9856, 10170, 10592, 10483, 10421, 11165, 10511, 10913, 8837, 10881, 9093, 11206, 10585, 10890, 11324, 10674, 16106, 11465, 11098, 10083, 10282, 10526, 10608, 10379, 11027, 9793, 9283, 10115, 9802, 10503, 9998, 10822, 9919, 10046, 10238, 10835, 10269, 10576, 10483, 10921, 10487, 9613, 11003, 9072, 11195, 9869, 10996, 11503, 11004, 11423, 10813, 12834, 10858, 13955, 11744, 13573, 10434, 13609, 10938, 13637, 11153, 14975, 13283, 12308, 14384, 10924, 10416, 10672, 9952, 10742, 10679, 10529, 10601, 11178, 10614, 11318, 10886, 10847, 10566, 14264, 12109, 10420, 10185, 9988, 10036, 9783, 10366, 10335, 10839, 10640, 11066, 10706, 11432, 10503, 9667, 10825, 10032, 11037, 10235, 11807, 10784, 9549, 10763, 10417, 10616, 10161, 11090, 10319, 10780, 9920, 11008, 10806, 11111, 12895, 17610, 13822, 11149, 11293, 10866, 10715, 10750, 11209, 10721, 9803, 11187, 10623, 10956, 13808, 11273, 10491, 11195, 10768, 11816, 10853, 11501, 10851, 10783, 10995, 9792, 10535, 9964, 10623, 10298, 11454, 11056, 10289, 10912, 9995, 10877, 10235, 9989, 10371, 10747, 10176, 11037, 10564, 10887, 11117, 11222, 11291, 11031, 11406], 'WindowCenter': [4712.0, 4703.0, 4659.0, 4672.0, 4654.0, 4673.0, 4663.0, 4661.0, 4651.0, 4627.0, 4644.0, 4628.0, 4648.0, 4656.0, 4647.0, 4626.0, 4636.0, 4626.0, 4624.0, 4624.0, 4641.0, 4615.0, 4666.0, 4637.0, 4656.0, 4625.0, 4641.0, 4626.0, 4642.0, 4619.0, 4630.0, 4636.0, 4606.0, 4615.0, 4612.0, 4623.0, 4608.0, 4639.0, 4613.0, 4646.0, 4614.0, 4631.0, 4612.0, 4638.0, 4626.0, 4643.0, 4619.0, 4632.0, 4623.0, 4622.0, 4622.0, 4622.0, 4632.0, 4632.0, 4609.0, 4633.0, 4613.0, 4630.0, 4631.0, 4621.0, 4621.0, 4619.0, 4622.0, 4622.0, 4625.0, 4624.0, 4637.0, 4624.0, 4636.0, 4614.0, 4659.0, 4625.0, 4630.0, 4652.0, 4624.0, 4633.0, 4625.0, 4612.0, 4637.0, 4644.0, 4611.0, 4629.0, 4625.0, 4624.0, 4623.0, 4614.0, 4636.0, 4637.0, 4619.0, 4652.0, 4622.0, 4646.0, 4624.0, 4641.0, 4624.0, 4634.0, 4642.0, 4621.0, 4610.0, 4607.0, 4611.0, 4635.0, 4644.0, 4623.0, 4650.0, 4614.0, 4623.0, 4624.0, 4610.0, 4619.0, 4593.0, 4618.0, 4611.0, 4624.0, 4621.0, 4612.0, 4649.0, 4634.0, 4641.0, 4608.0, 4630.0, 4607.0, 4597.0, 4637.0, 4608.0, 4628.0, 4619.0, 4607.0, 4615.0, 4595.0, 4594.0, 4596.0, 4613.0, 4608.0, 4596.0, 4607.0, 4608.0, 4608.0, 4606.0, 4599.0, 4593.0, 4604.0, 4610.0, 4606.0, 4621.0, 4610.0, 4624.0, 4612.0, 4632.0, 4636.0, 4643.0, 4633.0, 4623.0, 4631.0, 4604.0, 4623.0, 4650.0, 4611.0, 4630.0, 4613.0, 4606.0, 4618.0, 4602.0, 4617.0, 4608.0, 4634.0, 4622.0, 4630.0, 4642.0, 4621.0, 4624.0, 4603.0, 4609.0, 4637.0, 4610.0, 4618.0, 4609.0, 4601.0, 4609.0, 4616.0, 4609.0, 4626.0, 4621.0, 4624.0, 4618.0, 4602.0, 4615.0, 4608.0, 4607.0, 4608.0, 4605.0, 4619.0, 4617.0, 4613.0, 4596.0, 4613.0, 4607.0, 4630.0, 4619.0, 4621.0, 4621.0, 4631.0, 4610.0, 4632.0, 4623.0, 4633.0, 4633.0, 4645.0, 4658.0, 4650.0, 4641.0, 4647.0, 4632.0, 4633.0, 4660.0, 4630.0, 4632.0, 4607.0, 4621.0, 4593.0, 4601.0, 4602.0, 4605.0, 4642.0, 4618.0, 4604.0, 4605.0, 4595.0, 4602.0, 4593.0, 4604.0, 4605.0, 4606.0, 4606.0, 4618.0, 4621.0, 4626.0, 4610.0, 4632.0, 4633.0, 4634.0, 4621.0, 4633.0, 4631.0, 4633.0, 4622.0, 4641.0, 4619.0, 4622.0, 4661.0, 4617.0, 4627.0, 4613.0, 4585.0, 4617.0, 4620.0, 4616.0, 4606.0, 4603.0, 4618.0, 4599.0, 4605.0, 4620.0, 4616.0, 4608.0, 4615.0, 4609.0, 4620.0, 4604.0, 4626.0, 4635.0, 4633.0, 4647.0, 4619.0, 4639.0, 4647.0, 4612.0, 4618.0, 4604.0, 4597.0, 4605.0, 4604.0, 4601.0, 4606.0, 4605.0, 4621.0, 4617.0, 4631.0, 4607.0, 4619.0, 4605.0, 4607.0, 4606.0, 4604.0, 4605.0, 4614.0, 4615.0, 4604.0, 4617.0, 4596.0, 4612.0, 4617.0, 4617.0, 4604.0, 4619.0, 4621.0, 4607.0, 4623.0, 4609.0, 4608.0, 4607.0, 4614.0, 4595.0, 4619.0, 4626.0, 4619.0, 4620.0, 4619.0, 4618.0, 4620.0, 4634.0, 4634.0, 4624.0, 4635.0, 4643.0, 4620.0, 4605.0, 4622.0, 4619.0, 4607.0, 4621.0, 4621.0, 4621.0, 4650.0, 4634.0, 4617.0, 4628.0, 4597.0, 4632.0, 4632.0, 4634.0, 4632.0, 4629.0, 4654.0, 4634.0, 4630.0, 4621.0, 4611.0, 4621.0, 4606.0, 4612.0, 4611.0, 4631.0, 4631.0, 4619.0, 4607.0, 4622.0, 4618.0, 4628.0, 4636.0, 4642.0, 4634.0, 4642.0, 4641.0, 4640.0, 4662.0, 4633.0, 4624.0, 4621.0, 4620.0, 4619.0, 4622.0, 4623.0, 4625.0, 4637.0, 4647.0, 4644.0, 4674.0, 4634.0, 4617.0, 4618.0, 4619.0, 4610.0, 4633.0, 4634.0, 4631.0, 4631.0, 4606.0, 4640.0, 4658.0, 4627.0, 4608.0, 4604.0, 4605.0, 4623.0, 4592.0, 4627.0, 4607.0, 4595.0, 4579.0, 4610.0, 4611.0, 4594.0, 4602.0, 4588.0, 4580.0, 4594.0, 4597.0, 4600.0, 4607.0, 4607.0, 4592.0, 4607.0, 4593.0, 4606.0, 4607.0, 4610.0, 4610.0, 4598.0, 4602.0, 4605.0, 4601.0, 4600.0, 4614.0, 4622.0, 4637.0, 4646.0, 4625.0, 4632.0, 4635.0, 4638.0, 4647.0, 4623.0, 4626.0, 4664.0, 4642.0, 4630.0, 4623.0, 4615.0, 4610.0, 4632.0, 4621.0, 4633.0, 4672.0, 4631.0, 4636.0, 4633.0, 4642.0, 4611.0, 4596.0, 4595.0, 4608.0, 4639.0, 4608.0, 4617.0, 4619.0, 4609.0, 4624.0, 4631.0, 4612.0, 4628.0, 4610.0, 4634.0, 4620.0, 4616.0, 4628.0, 4626.0, 4623.0, 4614.0, 4622.0, 4613.0, 4635.0, 4675.0, 4648.0, 4647.0, 4635.0, 4612.0, 4616.0, 4614.0, 4626.0, 4625.0, 4625.0, 4627.0, 4638.0, 4638.0, 4645.0, 4636.0, 4630.0, 4637.0, 4633.0, 4636.0, 4635.0, 4636.0, 4647.0, 4649.0, 4649.0, 4666.0, 4645.0, 4688.0, 4655.0, 4643.0, 4632.0, 4653.0, 4609.0, 4630.0, 4608.0, 4628.0, 4614.0, 4627.0, 4624.0, 4594.0, 4622.0, 4594.0, 4592.0, 4582.0, 4575.0, 4578.0, 4592.0, 4590.0, 4591.0, 4596.0, 4602.0, 4592.0, 4599.0, 4581.0, 4600.0, 4584.0, 4592.0, 4593.0, 4594.0, 4594.0, 4602.0, 4594.0, 4604.0, 4595.0, 4609.0, 4599.0, 4609.0, 4620.0, 4609.0, 4619.0, 4615.0, 4616.0, 4619.0, 4632.0, 4631.0, 4648.0, 4636.0, 4647.0, 4636.0, 4649.0, 4661.0, 4628.0, 4671.0, 4674.0, 4656.0, 4634.0, 4623.0, 4610.0, 4609.0, 4619.0, 4607.0, 4645.0, 4656.0, 4643.0, 4650.0, 4626.0, 4598.0, 4596.0, 4580.0, 4606.0, 4598.0, 4602.0, 4599.0, 4608.0, 4633.0, 4632.0, 4623.0, 4617.0, 4627.0, 4626.0, 4627.0, 4642.0, 4623.0, 4610.0, 4608.0, 4618.0, 4628.0, 4627.0, 4604.0, 4626.0, 4626.0, 4615.0, 4644.0, 4625.0, 4613.0, 4627.0, 4626.0, 4639.0, 4681.0, 4657.0, 4646.0, 4617.0, 4612.0, 4610.0, 4612.0, 4622.0, 4612.0, 4633.0, 4624.0, 4662.0, 4655.0, 4651.0, 4612.0, 4622.0, 4663.0, 4613.0, 4606.0, 4590.0, 4613.0, 4601.0, 4614.0, 4631.0, 4612.0, 4632.0, 4614.0, 4624.0, 4618.0, 4615.0, 4617.0, 4616.0, 4627.0, 4627.0, 4641.0, 4654.0, 4621.0, 4652.0, 4642.0, 4641.0, 4629.0, 4615.0, 4650.0, 4649.0, 4645.0, 4654.0, 4649.0, 4633.0, 4685.0, 4694.0, 4673.0, 4680.0, 4648.0, 4629.0, 4622.0, 4611.0, 4631.0, 4614.0, 4623.0, 4597.0, 4628.0, 4637.0, 4631.0, 4647.0, 4626.0, 4615.0, 4607.0, 4608.0, 4601.0, 4608.0, 4601.0, 4579.0, 4611.0, 4643.0, 4622.0, 4602.0, 4623.0, 4610.0, 4640.0, 4622.0, 4631.0, 4603.0, 4615.0, 4622.0, 4613.0, 4654.0, 4623.0, 4607.0, 4591.0, 4610.0, 4609.0, 4634.0, 4643.0, 4634.0, 4653.0, 4620.0, 4605.0, 4601.0, 4608.0, 4599.0, 4620.0, 4605.0, 4651.0, 4621.0, 4658.0, 4610.0, 4654.0, 4621.0, 4640.0, 4660.0, 4630.0, 4618.0, 4586.0, 4595.0, 4577.0, 4619.0, 4599.0, 4621.0, 4628.0, 4616.0, 4634.0, 4606.0, 4597.0, 4597.0, 4584.0, 4603.0, 4600.0, 4602.0, 4611.0, 4601.0, 4597.0, 4622.0, 4603.0, 4644.0, 4674.0, 4652.0, 4631.0, 4586.0, 4622.0, 4573.0, 4607.0, 4634.0, 4608.0, 4627.0, 4593.0, 4612.0, 4574.0, 4634.0, 4587.0, 4598.0, 4603.0, 4597.0, 4613.0, 4587.0, 4585.0, 4576.0, 4577.0, 4604.0, 4601.0, 4590.0, 4609.0, 4594.0, 4603.0, 4605.0, 4625.0, 4620.0, 4626.0, 4617.0, 4634.0, 4620.0, 4625.0, 4615.0, 4631.0, 4618.0, 4642.0, 4631.0, 4645.0, 4644.0, 4643.0, 4639.0, 4631.0, 4643.0, 4645.0, 4654.0, 4656.0, 4644.0, 4684.0, 4659.0, 4698.0, 4681.0, 4649.0, 4667.0, 4632.0, 4630.0, 4625.0, 4633.0, 4621.0, 4643.0, 4613.0, 4655.0, 4663.0, 4641.0, 4617.0, 4581.0, 4573.0, 4588.0, 4611.0, 4587.0, 4599.0, 4628.0, 4611.0, 4620.0, 4591.0, 4608.0, 4588.0, 4621.0, 4608.0, 4613.0, 4612.0, 4613.0, 4626.0, 4614.0, 4612.0, 4627.0, 4641.0, 4638.0, 4622.0, 4624.0, 4633.0, 4640.0, 4633.0, 4645.0, 4652.0, 4675.0, 4654.0, 4673.0, 4656.0, 4670.0, 4652.0, 4659.0, 4657.0, 4650.0, 4693.0, 4660.0, 4668.0, 4647.0, 4648.0, 4679.0, 4622.0, 4669.0, 4649.0, 4665.0, 4676.0, 4654.0, 4621.0, 4588.0, 4599.0, 4585.0, 4613.0, 4652.0, 4632.0, 4620.0, 4589.0, 4618.0, 4648.0, 4626.0, 4640.0, 4609.0, 4597.0, 4588.0, 4600.0, 4603.0, 4612.0, 4588.0, 4613.0, 4605.0, 4604.0, 4618.0, 4628.0, 4629.0, 4630.0, 4630.0, 4666.0, 4654.0, 4660.0, 4659.0, 4659.0, 4657.0, 4639.0, 4662.0, 4637.0, 4645.0, 4638.0, 4647.0, 4639.0, 4633.0, 4648.0, 4616.0, 4659.0, 4652.0, 4653.0, 4678.0, 4640.0, 4631.0, 4602.0, 4622.0, 4633.0, 4598.0, 4606.0, 4586.0, 4611.0, 4607.0, 4604.0, 4612.0, 4612.0, 4612.0, 4588.0, 4598.0, 4587.0, 4610.0, 4611.0, 4601.0, 4589.0, 4609.0, 4599.0, 4619.0, 4601.0, 4621.0, 4600.0, 4626.0, 4632.0, 4611.0, 4641.0, 4622.0, 4643.0, 4603.0, 4612.0, 4598.0, 4634.0, 4634.0, 4623.0, 4651.0, 4629.0, 4634.0, 4615.0, 4613.0, 4616.0, 4615.0, 4626.0, 4616.0, 4623.0, 4612.0, 4616.0, 4630.0, 4637.0, 4629.0, 4634.0, 4631.0, 4636.0, 4620.0, 4628.0, 4606.0, 4649.0, 4622.0, 4662.0, 4642.0, 4659.0, 4630.0, 4660.0, 4672.0, 4658.0, 4643.0, 4624.0, 4615.0, 4603.0, 4629.0, 4671.0, 4645.0, 4643.0, 4648.0, 4634.0, 4616.0, 4614.0, 4609.0, 4625.0, 4626.0, 4622.0, 4604.0, 4630.0, 4628.0, 4624.0, 4633.0, 4626.0, 4640.0, 4644.0, 4657.0, 4633.0, 4642.0, 4656.0, 4681.0, 4647.0, 4692.0, 4662.0, 4670.0, 4640.0, 4639.0, 4636.0, 4673.0, 4642.0, 4658.0, 4639.0, 4661.0, 4624.0, 4637.0, 4641.0, 4656.0, 4646.0, 4660.0, 4638.0, 4626.0, 4672.0, 4614.0, 4666.0, 4633.0, 4641.0, 4658.0, 4631.0, 4618.0, 4602.0, 4617.0, 4575.0, 4601.0, 4608.0, 4615.0, 4622.0, 4613.0, 4580.0, 4577.0, 4587.0, 4583.0, 4563.0, 4587.0, 4565.0, 4584.0, 4572.0, 4591.0, 4578.0, 4566.0, 4578.0, 4581.0, 4605.0, 4591.0, 4613.0, 4597.0, 4596.0, 4612.0, 4581.0, 4625.0, 4613.0, 4583.0, 4584.0, 4585.0, 4603.0, 4619.0, 4607.0, 4611.0, 4598.0, 4609.0, 4587.0, 4618.0, 4587.0, 4618.0, 4599.0, 4606.0, 4620.0, 4609.0, 4611.0, 4609.0, 4601.0, 4610.0, 4612.0, 4613.0, 4615.0, 4602.0, 4633.0, 4634.0, 4629.0, 4634.0, 4630.0, 4634.0, 4621.0, 4633.0, 4612.0, 4621.0, 4614.0, 4636.0, 4615.0, 4627.0, 4626.0, 4638.0, 4653.0, 4639.0, 4625.0, 4639.0, 4628.0, 4637.0, 4647.0, 4631.0, 4655.0, 4628.0, 4635.0, 4619.0, 4623.0, 4630.0, 4657.0, 4625.0, 4625.0, 4614.0, 4635.0, 4615.0, 4613.0, 4613.0, 4624.0, 4622.0, 4612.0, 4627.0, 4625.0, 4623.0, 4614.0, 4637.0, 4638.0, 4626.0, 4625.0, 4623.0, 4616.0, 4618.0, 4626.0, 4609.0, 4612.0, 4634.0, 4625.0, 4625.0, 4638.0, 4646.0, 4648.0, 4653.0, 4619.0, 4597.0, 4610.0, 4600.0, 4610.0, 4608.0, 4633.0, 4612.0, 4618.0, 4612.0, 4621.0, 4638.0, 4627.0, 4627.0, 4645.0, 4615.0, 4625.0, 4623.0, 4613.0, 4612.0, 4621.0, 4624.0, 4620.0, 4618.0, 4624.0, 4598.0, 4625.0, 4623.0, 4627.0, 4638.0, 4627.0, 4665.0, 4617.0, 4613.0, 4599.0, 4610.0, 4622.0, 4627.0, 4627.0, 4623.0, 4614.0, 4597.0, 4608.0, 4606.0, 4625.0, 4615.0, 4635.0, 4614.0, 4625.0, 4625.0, 4624.0, 4627.0, 4634.0, 4643.0, 4640.0, 4628.0, 4615.0, 4646.0, 4614.0, 4649.0, 4624.0, 4639.0, 4638.0, 4638.0, 4636.0, 4639.0, 4654.0, 4628.0, 4641.0, 4624.0, 4639.0, 4613.0, 4643.0, 4611.0, 4644.0, 4609.0, 4640.0, 4618.0, 4619.0, 4638.0, 4608.0, 4596.0, 4594.0, 4597.0, 4607.0, 4602.0, 4595.0, 4594.0, 4605.0, 4603.0, 4618.0, 4610.0, 4606.0, 4610.0, 4628.0, 4617.0, 4607.0, 4611.0, 4611.0, 4600.0, 4599.0, 4593.0, 4624.0, 4618.0, 4621.0, 4619.0, 4623.0, 4618.0, 4625.0, 4601.0, 4617.0, 4626.0, 4635.0, 4627.0, 4634.0, 4624.0, 4615.0, 4631.0, 4622.0, 4611.0, 4611.0, 4637.0, 4627.0, 4632.0, 4614.0, 4632.0, 4651.0, 4650.0, 4661.0, 4678.0, 4645.0, 4625.0, 4616.0, 4609.0, 4594.0, 4622.0, 4618.0, 4625.0, 4613.0, 4624.0, 4612.0, 4605.0, 4628.0, 4607.0, 4608.0, 4622.0, 4614.0, 4618.0, 4608.0, 4606.0, 4609.0, 4620.0, 4623.0, 4612.0, 4610.0, 4614.0, 4620.0, 4620.0, 4629.0, 4617.0, 4609.0, 4608.0, 4613.0, 4623.0, 4622.0, 4626.0, 4624.0, 4637.0, 4625.0, 4637.0, 4626.0, 4637.0, 4635.0, 4637.0, 4625.0, 4639.0, 4645.0], 'WindowWidth': [10294.0, 10263.0, 10198.0, 10207.0, 10179.0, 10205.0, 10187.0, 10182.0, 10168.0, 10130.0, 10152.0, 10131.0, 10159.0, 10167.0, 10153.0, 10127.0, 10140.0, 10124.0, 10120.0, 10121.0, 10145.0, 10109.0, 10183.0, 10143.0, 10166.0, 10123.0, 10142.0, 10124.0, 10143.0, 10110.0, 10125.0, 10140.0, 10091.0, 10106.0, 10101.0, 10116.0, 10098.0, 10140.0, 10105.0, 10154.0, 10105.0, 10126.0, 10102.0, 10139.0, 10129.0, 10146.0, 10111.0, 10129.0, 10118.0, 10114.0, 10117.0, 10115.0, 10128.0, 10129.0, 10098.0, 10133.0, 10105.0, 10129.0, 10129.0, 10113.0, 10116.0, 10110.0, 10118.0, 10116.0, 10125.0, 10124.0, 10142.0, 10123.0, 10139.0, 10110.0, 10177.0, 10126.0, 10129.0, 10161.0, 10124.0, 10135.0, 10127.0, 10104.0, 10146.0, 10153.0, 10102.0, 10124.0, 10126.0, 10122.0, 10118.0, 10107.0, 10141.0, 10146.0, 10116.0, 10165.0, 10122.0, 10154.0, 10121.0, 10148.0, 10125.0, 10134.0, 10143.0, 10119.0, 10098.0, 10097.0, 10103.0, 10142.0, 10153.0, 10120.0, 10153.0, 10106.0, 10118.0, 10123.0, 10095.0, 10108.0, 10068.0, 10111.0, 10101.0, 10121.0, 10116.0, 10105.0, 10155.0, 10135.0, 10139.0, 10092.0, 10121.0, 10088.0, 10076.0, 10131.0, 10093.0, 10121.0, 10105.0, 10089.0, 10098.0, 10068.0, 10065.0, 10071.0, 10097.0, 10090.0, 10070.0, 10088.0, 10089.0, 10092.0, 10089.0, 10078.0, 10068.0, 10085.0, 10100.0, 10092.0, 10116.0, 10102.0, 10121.0, 10103.0, 10133.0, 10146.0, 10150.0, 10133.0, 10116.0, 10126.0, 10087.0, 10118.0, 10154.0, 10100.0, 10125.0, 10097.0, 10085.0, 10108.0, 10082.0, 10103.0, 10095.0, 10138.0, 10119.0, 10126.0, 10149.0, 10114.0, 10114.0, 10083.0, 10095.0, 10133.0, 10098.0, 10108.0, 10095.0, 10078.0, 10096.0, 10103.0, 10097.0, 10116.0, 10115.0, 10115.0, 10106.0, 10079.0, 10104.0, 10094.0, 10091.0, 10095.0, 10087.0, 10111.0, 10106.0, 10098.0, 10074.0, 10098.0, 10092.0, 10127.0, 10118.0, 10116.0, 10115.0, 10130.0, 10101.0, 10133.0, 10123.0, 10138.0, 10135.0, 10155.0, 10178.0, 10168.0, 10148.0, 10160.0, 10132.0, 10133.0, 10168.0, 10125.0, 10130.0, 10091.0, 10107.0, 10064.0, 10077.0, 10077.0, 10085.0, 10140.0, 10106.0, 10082.0, 10085.0, 10070.0, 10075.0, 10063.0, 10082.0, 10085.0, 10087.0, 10090.0, 10109.0, 10117.0, 10122.0, 10099.0, 10133.0, 10136.0, 10138.0, 10116.0, 10136.0, 10135.0, 10136.0, 10117.0, 10143.0, 10108.0, 10117.0, 10172.0, 10106.0, 10121.0, 10097.0, 10057.0, 10102.0, 10111.0, 10102.0, 10086.0, 10080.0, 10106.0, 10082.0, 10087.0, 10114.0, 10106.0, 10093.0, 10102.0, 10096.0, 10112.0, 10090.0, 10121.0, 10143.0, 10137.0, 10154.0, 10109.0, 10136.0, 10146.0, 10103.0, 10107.0, 10081.0, 10076.0, 10081.0, 10080.0, 10076.0, 10087.0, 10086.0, 10115.0, 10106.0, 10130.0, 10090.0, 10108.0, 10084.0, 10086.0, 10088.0, 10082.0, 10084.0, 10097.0, 10102.0, 10087.0, 10104.0, 10073.0, 10095.0, 10103.0, 10105.0, 10085.0, 10110.0, 10105.0, 10089.0, 10112.0, 10094.0, 10092.0, 10093.0, 10099.0, 10068.0, 10109.0, 10118.0, 10109.0, 10111.0, 10109.0, 10108.0, 10114.0, 10139.0, 10142.0, 10124.0, 10138.0, 10147.0, 10115.0, 10088.0, 10116.0, 10112.0, 10093.0, 10112.0, 10115.0, 10115.0, 10155.0, 10140.0, 10111.0, 10127.0, 10082.0, 10132.0, 10131.0, 10137.0, 10130.0, 10128.0, 10165.0, 10133.0, 10124.0, 10115.0, 10100.0, 10113.0, 10091.0, 10102.0, 10102.0, 10133.0, 10130.0, 10110.0, 10090.0, 10116.0, 10111.0, 10126.0, 10143.0, 10153.0, 10139.0, 10150.0, 10149.0, 10154.0, 10178.0, 10134.0, 10121.0, 10114.0, 10110.0, 10109.0, 10117.0, 10122.0, 10127.0, 10147.0, 10155.0, 10151.0, 10193.0, 10138.0, 10106.0, 10111.0, 10109.0, 10100.0, 10137.0, 10138.0, 10129.0, 10128.0, 10090.0, 10141.0, 10169.0, 10119.0, 10094.0, 10085.0, 10084.0, 10107.0, 10064.0, 10117.0, 10089.0, 10070.0, 10044.0, 10084.0, 10092.0, 10067.0, 10075.0, 10055.0, 10041.0, 10068.0, 10076.0, 10085.0, 10086.0, 10088.0, 10065.0, 10087.0, 10066.0, 10086.0, 10088.0, 10100.0, 10095.0, 10079.0, 10089.0, 10090.0, 10088.0, 10085.0, 10109.0, 10118.0, 10144.0, 10159.0, 10127.0, 10134.0, 10139.0, 10149.0, 10158.0, 10124.0, 10124.0, 10179.0, 10148.0, 10129.0, 10120.0, 10102.0, 10097.0, 10131.0, 10113.0, 10135.0, 10191.0, 10127.0, 10132.0, 10135.0, 10143.0, 10099.0, 10075.0, 10070.0, 10092.0, 10139.0, 10094.0, 10104.0, 10107.0, 10098.0, 10124.0, 10128.0, 10103.0, 10126.0, 10099.0, 10135.0, 10113.0, 10104.0, 10119.0, 10127.0, 10120.0, 10112.0, 10120.0, 10106.0, 10136.0, 10194.0, 10163.0, 10157.0, 10141.0, 10103.0, 10105.0, 10108.0, 10129.0, 10128.0, 10128.0, 10132.0, 10149.0, 10150.0, 10156.0, 10144.0, 10130.0, 10148.0, 10136.0, 10141.0, 10141.0, 10143.0, 10162.0, 10169.0, 10169.0, 10186.0, 10157.0, 10221.0, 10173.0, 10147.0, 10132.0, 10163.0, 10094.0, 10127.0, 10092.0, 10120.0, 10096.0, 10117.0, 10109.0, 10067.0, 10103.0, 10069.0, 10062.0, 10049.0, 10034.0, 10041.0, 10060.0, 10059.0, 10058.0, 10074.0, 10076.0, 10062.0, 10068.0, 10044.0, 10068.0, 10053.0, 10059.0, 10066.0, 10068.0, 10065.0, 10074.0, 10067.0, 10082.0, 10072.0, 10092.0, 10080.0, 10094.0, 10111.0, 10096.0, 10108.0, 10103.0, 10106.0, 10112.0, 10131.0, 10134.0, 10164.0, 10143.0, 10158.0, 10143.0, 10163.0, 10184.0, 10135.0, 10195.0, 10198.0, 10168.0, 10135.0, 10118.0, 10096.0, 10094.0, 10109.0, 10092.0, 10152.0, 10163.0, 10144.0, 10154.0, 10118.0, 10077.0, 10069.0, 10046.0, 10083.0, 10079.0, 10081.0, 10081.0, 10092.0, 10136.0, 10132.0, 10120.0, 10108.0, 10130.0, 10129.0, 10130.0, 10146.0, 10120.0, 10096.0, 10096.0, 10113.0, 10132.0, 10129.0, 10094.0, 10125.0, 10130.0, 10112.0, 10150.0, 10123.0, 10105.0, 10131.0, 10130.0, 10149.0, 10213.0, 10173.0, 10156.0, 10110.0, 10102.0, 10098.0, 10102.0, 10117.0, 10103.0, 10136.0, 10124.0, 10177.0, 10171.0, 10163.0, 10102.0, 10116.0, 10176.0, 10095.0, 10087.0, 10070.0, 10103.0, 10086.0, 10107.0, 10126.0, 10101.0, 10129.0, 10113.0, 10126.0, 10119.0, 10109.0, 10116.0, 10112.0, 10132.0, 10130.0, 10161.0, 10174.0, 10129.0, 10171.0, 10158.0, 10152.0, 10136.0, 10115.0, 10173.0, 10172.0, 10168.0, 10179.0, 10167.0, 10147.0, 10219.0, 10234.0, 10199.0, 10211.0, 10160.0, 10125.0, 10114.0, 10096.0, 10128.0, 10104.0, 10115.0, 10076.0, 10119.0, 10132.0, 10123.0, 10146.0, 10113.0, 10098.0, 10092.0, 10090.0, 10087.0, 10093.0, 10083.0, 10053.0, 10102.0, 10145.0, 10115.0, 10087.0, 10117.0, 10098.0, 10136.0, 10114.0, 10129.0, 10090.0, 10110.0, 10114.0, 10103.0, 10163.0, 10117.0, 10091.0, 10070.0, 10096.0, 10099.0, 10137.0, 10144.0, 10135.0, 10159.0, 10111.0, 10086.0, 10084.0, 10091.0, 10081.0, 10110.0, 10097.0, 10154.0, 10109.0, 10163.0, 10097.0, 10161.0, 10111.0, 10135.0, 10165.0, 10122.0, 10101.0, 10056.0, 10066.0, 10046.0, 10108.0, 10082.0, 10110.0, 10116.0, 10104.0, 10125.0, 10087.0, 10072.0, 10074.0, 10054.0, 10091.0, 10083.0, 10090.0, 10102.0, 10088.0, 10081.0, 10116.0, 10090.0, 10148.0, 10194.0, 10158.0, 10126.0, 10058.0, 10105.0, 10035.0, 10084.0, 10124.0, 10087.0, 10114.0, 10064.0, 10088.0, 10036.0, 10123.0, 10059.0, 10070.0, 10073.0, 10071.0, 10095.0, 10062.0, 10054.0, 10046.0, 10046.0, 10096.0, 10085.0, 10072.0, 10098.0, 10080.0, 10089.0, 10099.0, 10123.0, 10123.0, 10126.0, 10114.0, 10140.0, 10124.0, 10125.0, 10114.0, 10141.0, 10126.0, 10158.0, 10141.0, 10167.0, 10165.0, 10159.0, 10149.0, 10141.0, 10160.0, 10168.0, 10178.0, 10184.0, 10162.0, 10216.0, 10180.0, 10245.0, 10211.0, 10160.0, 10186.0, 10132.0, 10129.0, 10122.0, 10131.0, 10112.0, 10145.0, 10102.0, 10164.0, 10177.0, 10135.0, 10098.0, 10045.0, 10032.0, 10060.0, 10094.0, 10058.0, 10075.0, 10114.0, 10095.0, 10108.0, 10071.0, 10089.0, 10061.0, 10113.0, 10094.0, 10101.0, 10100.0, 10103.0, 10127.0, 10109.0, 10105.0, 10129.0, 10152.0, 10145.0, 10119.0, 10125.0, 10149.0, 10154.0, 10148.0, 10168.0, 10178.0, 10207.0, 10176.0, 10197.0, 10181.0, 10196.0, 10168.0, 10176.0, 10170.0, 10162.0, 10232.0, 10178.0, 10188.0, 10158.0, 10159.0, 10204.0, 10119.0, 10191.0, 10161.0, 10181.0, 10201.0, 10161.0, 10109.0, 10061.0, 10074.0, 10058.0, 10102.0, 10153.0, 10127.0, 10106.0, 10066.0, 10102.0, 10143.0, 10114.0, 10135.0, 10090.0, 10069.0, 10061.0, 10082.0, 10092.0, 10102.0, 10069.0, 10105.0, 10097.0, 10094.0, 10118.0, 10133.0, 10135.0, 10138.0, 10139.0, 10197.0, 10176.0, 10177.0, 10174.0, 10180.0, 10173.0, 10145.0, 10173.0, 10138.0, 10148.0, 10144.0, 10160.0, 10149.0, 10134.0, 10157.0, 10113.0, 10174.0, 10159.0, 10161.0, 10205.0, 10141.0, 10123.0, 10085.0, 10111.0, 10121.0, 10070.0, 10081.0, 10054.0, 10094.0, 10083.0, 10076.0, 10088.0, 10099.0, 10089.0, 10060.0, 10073.0, 10057.0, 10092.0, 10097.0, 10082.0, 10064.0, 10090.0, 10082.0, 10108.0, 10081.0, 10108.0, 10078.0, 10126.0, 10128.0, 10096.0, 10136.0, 10116.0, 10143.0, 10088.0, 10097.0, 10078.0, 10136.0, 10133.0, 10115.0, 10152.0, 10124.0, 10133.0, 10108.0, 10105.0, 10112.0, 10108.0, 10125.0, 10109.0, 10118.0, 10103.0, 10113.0, 10136.0, 10141.0, 10132.0, 10134.0, 10141.0, 10145.0, 10125.0, 10130.0, 10100.0, 10159.0, 10129.0, 10183.0, 10154.0, 10174.0, 10136.0, 10175.0, 10192.0, 10170.0, 10147.0, 10120.0, 10106.0, 10089.0, 10133.0, 10189.0, 10146.0, 10143.0, 10158.0, 10134.0, 10109.0, 10104.0, 10097.0, 10126.0, 10125.0, 10115.0, 10091.0, 10137.0, 10130.0, 10124.0, 10135.0, 10129.0, 10150.0, 10164.0, 10176.0, 10145.0, 10159.0, 10180.0, 10208.0, 10157.0, 10226.0, 10184.0, 10190.0, 10148.0, 10146.0, 10145.0, 10200.0, 10156.0, 10169.0, 10148.0, 10180.0, 10128.0, 10142.0, 10153.0, 10169.0, 10157.0, 10179.0, 10144.0, 10125.0, 10193.0, 10106.0, 10182.0, 10130.0, 10143.0, 10170.0, 10122.0, 10101.0, 10077.0, 10098.0, 10037.0, 10071.0, 10079.0, 10091.0, 10102.0, 10085.0, 10037.0, 10036.0, 10047.0, 10045.0, 10007.0, 10050.0, 10013.0, 10046.0, 10030.0, 10056.0, 10035.0, 10016.0, 10032.0, 10042.0, 10084.0, 10063.0, 10094.0, 10076.0, 10071.0, 10094.0, 10048.0, 10105.0, 10096.0, 10049.0, 10049.0, 10053.0, 10079.0, 10108.0, 10083.0, 10097.0, 10077.0, 10091.0, 10060.0, 10103.0, 10058.0, 10101.0, 10079.0, 10083.0, 10106.0, 10091.0, 10098.0, 10091.0, 10084.0, 10094.0, 10099.0, 10104.0, 10099.0, 10086.0, 10131.0, 10130.0, 10123.0, 10134.0, 10125.0, 10131.0, 10112.0, 10130.0, 10100.0, 10112.0, 10105.0, 10138.0, 10109.0, 10128.0, 10127.0, 10145.0, 10175.0, 10153.0, 10127.0, 10146.0, 10129.0, 10142.0, 10155.0, 10131.0, 10165.0, 10129.0, 10138.0, 10118.0, 10119.0, 10134.0, 10169.0, 10122.0, 10119.0, 10104.0, 10134.0, 10106.0, 10100.0, 10103.0, 10118.0, 10113.0, 10099.0, 10128.0, 10123.0, 10119.0, 10106.0, 10142.0, 10144.0, 10125.0, 10120.0, 10114.0, 10111.0, 10116.0, 10125.0, 10098.0, 10101.0, 10132.0, 10124.0, 10126.0, 10145.0, 10151.0, 10161.0, 10165.0, 10110.0, 10074.0, 10091.0, 10079.0, 10097.0, 10092.0, 10132.0, 10100.0, 10107.0, 10101.0, 10117.0, 10145.0, 10128.0, 10127.0, 10152.0, 10111.0, 10123.0, 10118.0, 10102.0, 10099.0, 10112.0, 10122.0, 10115.0, 10117.0, 10122.0, 10081.0, 10122.0, 10118.0, 10125.0, 10145.0, 10127.0, 10181.0, 10108.0, 10099.0, 10077.0, 10095.0, 10117.0, 10126.0, 10128.0, 10116.0, 10106.0, 10078.0, 10091.0, 10088.0, 10123.0, 10107.0, 10137.0, 10104.0, 10124.0, 10123.0, 10121.0, 10127.0, 10142.0, 10159.0, 10148.0, 10129.0, 10107.0, 10157.0, 10113.0, 10162.0, 10126.0, 10149.0, 10145.0, 10145.0, 10140.0, 10148.0, 10170.0, 10131.0, 10144.0, 10120.0, 10139.0, 10106.0, 10144.0, 10098.0, 10148.0, 10094.0, 10135.0, 10100.0, 10105.0, 10131.0, 10089.0, 10069.0, 10064.0, 10071.0, 10088.0, 10078.0, 10068.0, 10065.0, 10081.0, 10082.0, 10106.0, 10094.0, 10088.0, 10096.0, 10119.0, 10100.0, 10089.0, 10097.0, 10097.0, 10082.0, 10076.0, 10068.0, 10122.0, 10108.0, 10111.0, 10105.0, 10117.0, 10107.0, 10123.0, 10083.0, 10106.0, 10125.0, 10137.0, 10127.0, 10136.0, 10120.0, 10109.0, 10132.0, 10114.0, 10098.0, 10098.0, 10143.0, 10130.0, 10133.0, 10109.0, 10133.0, 10167.0, 10164.0, 10181.0, 10209.0, 10152.0, 10121.0, 10101.0, 10089.0, 10068.0, 10113.0, 10107.0, 10124.0, 10104.0, 10120.0, 10100.0, 10084.0, 10117.0, 10086.0, 10091.0, 10114.0, 10099.0, 10108.0, 10091.0, 10084.0, 10092.0, 10110.0, 10119.0, 10101.0, 10096.0, 10107.0, 10113.0, 10114.0, 10124.0, 10105.0, 10091.0, 10090.0, 10105.0, 10116.0, 10120.0, 10125.0, 10122.0, 10143.0, 10125.0, 10143.0, 10126.0, 10141.0, 10137.0, 10140.0, 10122.0, 10148.0, 10157.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.006157073540561031</td></tr>
<tr><td colspan=3>aqi</td><td>0.07055892956785444</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.277631542496174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1464931193854326</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0569760118437028</td></tr>
<tr><td colspan=3>efc</td><td>0.5521</td></tr>
<tr><td colspan=3>fber</td><td>2254.8616</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18647268657430374</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>449</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.040940106141015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.503014554611502</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4105986697995765</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7394894801400267</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.358955513894902</td></tr>
<tr><td colspan=3>gcor</td><td>0.00835615</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020469779148697853</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07067997753620148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.502425284314204</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>14.5929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>87.7343</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>313.6823</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1437.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>519.0596</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7024</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.7966</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3764.4808</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3908.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.9719</td></tr>
<tr><td colspan=3>tsnr</td><td>25.227829948067665</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>