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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-01_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-01_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-0093/ses-04/func/sub-0093_ses-04_task-fractional_acq-mb8_run-01_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>9753b8f39620cb3de2f912d068ab53a9</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:17:59.062500</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.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</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-01_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.10305</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7849, -7180, 377, -76, -244, 21, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7f137587-a0c9-4762-8f89-9f8a44528f13||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.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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': ['151759.062500', '151759.522500', '151759.982500', '151800.442500', '151800.902500', '151801.362500', '151801.822500', '151802.282500', '151802.742500', '151803.202500', '151803.662500', '151804.122500', '151804.582500', '151805.042500', '151805.502500', '151805.962500', '151806.422500', '151806.882500', '151807.342500', '151807.802500', '151808.262500', '151808.722500', '151809.182500', '151809.642500', '151810.102500', '151810.562500', '151811.022500', '151811.482500', '151811.942500', '151812.402500', '151812.862500', '151813.322500', '151813.782500', '151814.242500', '151814.702500', '151815.162500', '151815.622500', '151816.082500', '151816.542500', '151817.002500', '151817.462500', '151817.922500', '151818.382500', '151818.842500', '151819.302500', '151819.762500', '151820.222500', '151820.682500', '151821.142500', '151821.602500', '151822.062500', '151822.522500', '151822.982500', '151823.442500', '151823.902500', '151824.362500', '151824.822500', '151825.282500', '151825.742500', '151826.202500', '151826.662500', '151827.122500', '151827.582500', '151828.042500', '151828.502500', '151828.962500', '151829.422500', '151829.882500', '151830.342500', '151830.802500', '151831.262500', '151831.722500', '151832.182500', '151832.642500', '151833.102500', '151833.562500', '151834.022500', '151834.482500', '151834.942500', '151835.402500', '151835.862500', '151836.322500', '151836.782500', '151837.242500', '151837.702500', '151838.162500', '151838.622500', '151839.082500', '151839.542500', '151840.002500', '151840.462500', '151840.922500', '151841.382500', '151841.842500', '151842.302500', '151842.762500', '151843.222500', '151843.682500', '151844.142500', '151844.602500', '151845.062500', '151845.522500', '151845.982500', '151846.442500', '151846.902500', '151847.362500', '151847.822500', '151848.282500', '151848.742500', '151849.202500', '151849.662500', '151850.122500', '151850.582500', '151851.042500', '151851.502500', '151851.962500', '151852.422500', '151852.882500', '151853.342500', '151853.802500', '151854.262500', '151854.722500', '151855.182500', '151855.642500', '151856.102500', '151856.562500', '151857.022500', '151857.482500', '151857.942500', '151858.402500', '151858.862500', '151859.322500', '151859.782500', '151900.242500', '151900.702500', '151901.162500', '151901.622500', '151902.082500', '151902.542500', '151903.002500', '151903.462500', '151903.922500', '151904.382500', '151904.842500', '151905.302500', '151905.762500', '151906.222500', '151906.682500', '151907.142500', '151907.602500', '151908.062500', '151908.522500', '151908.982500', '151909.442500', '151909.902500', '151910.362500', '151910.822500', '151911.282500', '151911.742500', '151912.202500', '151912.662500', '151913.122500', '151913.582500', '151914.042500', '151914.502500', '151914.962500', '151915.422500', '151915.882500', '151916.342500', '151916.802500', '151917.262500', '151917.722500', '151918.182500', '151918.642500', '151919.102500', '151919.562500', '151920.022500', '151920.482500', '151920.942500', '151921.402500', '151921.862500', '151922.322500', '151922.782500', '151923.242500', '151923.702500', '151924.162500', '151924.622500', '151925.082500', '151925.542500', '151926.002500', '151926.462500', '151926.922500', '151927.382500', '151927.842500', '151928.302500', '151928.762500', '151929.222500', '151929.682500', '151930.142500', '151930.602500', '151931.062500', '151931.522500', '151931.982500', '151932.442500', '151932.902500', '151933.362500', '151933.822500', '151934.282500', '151934.742500', '151935.202500', '151935.662500', '151936.122500', '151936.582500', '151937.042500', '151937.502500', '151937.962500', '151938.422500', '151938.882500', '151939.342500', '151939.802500', '151940.262500', '151940.722500', '151941.182500', '151941.642500', '151942.102500', '151942.562500', '151943.022500', '151943.482500', '151943.942500', '151944.402500', '151944.862500', '151945.322500', '151945.782500', '151946.242500', '151946.702500', '151947.162500', '151947.622500', '151948.082500', '151948.542500', '151949.002500', '151949.462500', '151949.922500', '151950.382500', '151950.842500', '151951.302500', '151951.762500', '151952.222500', '151952.682500', '151953.142500', '151953.602500', '151954.062500', '151954.522500', '151954.982500', '151955.442500', '151955.902500', '151956.362500', '151956.822500', '151957.282500', '151957.742500', '151958.202500', '151958.662500', '151959.122500', '151959.582500', '152000.042500', '152000.502500', '152000.962500', '152001.422500', '152001.882500', '152002.342500', '152002.802500', '152003.262500', '152003.722500', '152004.182500', '152004.642500', '152005.102500', '152005.562500', '152006.022500', '152006.482500', '152006.942500', '152007.402500', '152007.862500', '152008.322500', '152008.782500', '152009.242500', '152009.702500', '152010.162500', '152010.622500', '152011.082500', '152011.542500', '152012.002500', '152012.462500', '152012.922500', '152013.382500', '152013.842500', '152014.302500', '152014.762500', '152015.222500', '152015.682500', '152016.142500', '152016.602500', '152017.062500', '152017.522500', '152017.982500', '152018.442500', '152018.902500', '152019.362500', '152019.822500', '152020.282500', '152020.742500', '152021.202500', '152021.662500', '152022.122500', '152022.582500', '152023.042500', '152023.502500', '152023.962500', '152024.422500', '152024.882500', '152025.342500', '152025.802500', '152026.262500', '152026.722500', '152027.182500', '152027.642500', '152028.102500', '152028.562500', '152029.022500', '152029.482500', '152029.942500', '152030.402500', '152030.862500', '152031.322500', '152031.782500', '152032.242500', '152032.702500', '152033.162500', '152033.622500', '152034.082500', '152034.542500', '152035.002500', '152035.462500', '152035.922500', '152036.382500', '152036.842500', '152037.302500', '152037.762500', '152038.222500', '152038.682500', '152039.142500', '152039.602500', '152040.062500', '152040.522500', '152040.982500', '152041.442500', '152041.902500', '152042.362500', '152042.822500', '152043.282500', '152043.742500', '152044.202500', '152044.662500', '152045.122500', '152045.582500', '152046.042500', '152046.502500', '152046.962500', '152047.422500', '152047.882500', '152048.342500', '152048.802500', '152049.262500', '152049.722500', '152050.182500', '152050.642500', '152051.102500', '152051.562500', '152052.022500', '152052.482500', '152052.942500', '152053.402500', '152053.862500', '152054.322500', '152054.782500', '152055.242500', '152055.702500', '152056.162500', '152056.622500', '152057.082500', '152057.542500', '152058.002500', '152058.462500', '152058.922500', '152059.382500', '152059.842500', '152100.302500', '152100.762500', '152101.222500', '152101.682500', '152102.142500', '152102.602500', '152103.062500', '152103.522500', '152103.982500', '152104.442500', '152104.902500', '152105.362500', '152105.822500', '152106.282500', '152106.742500', '152107.202500', '152107.662500', '152108.122500', '152108.582500', '152109.042500', '152109.502500', '152109.962500', '152110.422500', '152110.882500', '152111.342500', '152111.802500', '152112.262500', '152112.722500', '152113.182500', '152113.642500', '152114.102500', '152114.562500', '152115.022500', '152115.482500', '152115.942500', '152116.402500', '152116.862500', '152117.322500', '152117.782500', '152118.242500', '152118.702500', '152119.162500', '152119.622500', '152120.082500', '152120.542500', '152121.002500', '152121.462500', '152121.922500', '152122.382500', '152122.842500', '152123.302500', '152123.762500', '152124.222500', '152124.682500', '152125.142500', '152125.602500', '152126.062500', '152126.522500', '152126.982500', '152127.442500', '152127.902500', '152128.362500', '152128.822500', '152129.282500', '152129.742500', '152130.202500', '152130.662500', '152131.122500', '152131.582500', '152132.042500', '152132.502500', '152132.962500', '152133.422500', '152133.882500', '152134.342500', '152134.802500', '152135.262500', '152135.722500', '152136.182500', '152136.642500', '152137.102500', '152137.562500', '152138.022500', '152138.482500', '152138.942500', '152139.402500', '152139.862500', '152140.322500', '152140.782500', '152141.242500', '152141.702500', '152142.162500', '152142.622500', '152143.082500', '152143.542500', '152144.002500', '152144.462500', '152144.922500', '152145.382500', '152145.842500', '152146.302500', '152146.762500', '152147.222500', '152147.682500', '152148.142500', '152148.602500', '152149.062500', '152149.522500', '152149.982500', '152150.442500', '152150.902500', '152151.362500', '152151.822500', '152152.282500', '152152.742500', '152153.202500', '152153.662500', '152154.122500', '152154.582500', '152155.042500', '152155.502500', '152155.962500', '152156.422500', '152156.882500', '152157.342500', '152157.802500', '152158.262500', '152158.722500', '152159.182500', '152159.642500', '152200.102500', '152200.562500', '152201.022500', '152201.482500', '152201.942500', '152202.402500', '152202.862500', '152203.322500', '152203.782500', '152204.242500', '152204.702500', '152205.162500', '152205.622500', '152206.082500', '152206.542500', '152207.002500', '152207.462500', '152207.922500', '152208.382500', '152208.842500', '152209.302500', '152209.762500', '152210.222500', '152210.682500', '152211.142500', '152211.602500', '152212.062500', '152212.522500', '152212.982500', '152213.442500', '152213.902500', '152214.362500', '152214.822500', '152215.282500', '152215.742500', '152216.202500', '152216.662500', '152217.122500', '152217.582500', '152218.042500', '152218.502500', '152218.962500', '152219.422500', '152219.882500', '152220.342500', '152220.802500', '152221.262500', '152221.722500', '152222.182500', '152222.642500', '152223.102500', '152223.562500', '152224.022500', '152224.482500', '152224.942500', '152225.402500', '152225.862500', '152226.322500', '152226.782500', '152227.242500', '152227.702500', '152228.162500', '152228.622500', '152229.082500', '152229.542500', '152230.002500', '152230.462500', '152230.922500', '152231.382500', '152231.842500', '152232.302500', '152232.762500', '152233.222500', '152233.682500', '152234.142500', '152234.602500', '152235.062500', '152235.522500', '152235.982500', '152236.442500', '152236.902500', '152237.362500', '152237.822500', '152238.282500', '152238.742500', '152239.202500', '152239.662500', '152240.122500', '152240.582500', '152241.042500', '152241.502500', '152241.962500', '152242.422500', '152242.882500', '152243.342500', '152243.802500', '152244.262500', '152244.722500', '152245.182500', '152245.642500', '152246.102500', '152246.562500', '152247.022500', '152247.482500', '152247.942500', '152248.402500', '152248.862500', '152249.322500', '152249.782500', '152250.242500', '152250.702500', '152251.162500', '152251.622500', '152252.082500', '152252.542500', '152253.002500', '152253.462500', '152253.922500', '152254.382500', '152254.842500', '152255.302500', '152255.762500', '152256.222500', '152256.682500', '152257.142500', '152257.602500', '152258.062500', '152258.522500', '152258.982500', '152259.442500', '152259.902500', '152300.362500', '152300.822500', '152301.282500', '152301.742500', '152302.202500', '152302.662500', '152303.122500', '152303.582500', '152304.042500', '152304.502500', '152304.962500', '152305.422500', '152305.882500', '152306.342500', '152306.802500', '152307.262500', '152307.722500', '152308.182500', '152308.642500', '152309.102500', '152309.562500', '152310.022500', '152310.482500', '152310.942500', '152311.402500', '152311.862500', '152312.322500', '152312.782500', '152313.242500', '152313.702500', '152314.162500', '152314.622500', '152315.082500', '152315.542500', '152316.002500', '152316.462500', '152316.922500', '152317.382500', '152317.842500', '152318.302500', '152318.762500', '152319.222500', '152319.682500', '152320.142500', '152320.602500', '152321.062500', '152321.522500', '152321.982500', '152322.442500', '152322.902500', '152323.362500', '152323.822500', '152324.282500', '152324.742500', '152325.202500', '152325.662500', '152326.122500', '152326.582500', '152327.042500', '152327.502500', '152327.962500', '152328.422500', '152328.882500', '152329.342500', '152329.802500', '152330.262500', '152330.722500', '152331.182500', '152331.642500', '152332.102500', '152332.562500', '152333.022500', '152333.482500', '152333.942500', '152334.402500', '152334.862500', '152335.322500', '152335.782500', '152336.242500', '152336.702500', '152337.162500', '152337.622500', '152338.082500', '152338.542500', '152339.002500', '152339.462500', '152339.922500', '152340.382500', '152340.842500', '152341.302500', '152341.762500', '152342.222500', '152342.682500', '152343.142500', '152343.602500', '152344.062500', '152344.522500', '152344.982500', '152345.442500', '152345.902500', '152346.362500', '152346.822500', '152347.282500', '152347.742500', '152348.202500', '152348.662500', '152349.122500', '152349.582500', '152350.042500', '152350.502500', '152350.962500', '152351.422500', '152351.882500', '152352.342500', '152352.802500', '152353.262500', '152353.722500', '152354.182500', '152354.642500', '152355.102500', '152355.562500', '152356.022500', '152356.482500', '152356.942500', '152357.402500', '152357.862500', '152358.322500', '152358.782500', '152359.242500', '152359.702500', '152400.162500', '152400.622500', '152401.082500', '152401.542500', '152402.002500', '152402.462500', '152402.922500', '152403.382500', '152403.842500', '152404.302500', '152404.762500', '152405.222500', '152405.682500', '152406.142500', '152406.602500', '152407.062500', '152407.522500', '152407.982500', '152408.442500', '152408.902500', '152409.362500', '152409.822500', '152410.282500', '152410.742500', '152411.202500', '152411.662500', '152412.122500', '152412.582500', '152413.042500', '152413.502500', '152413.962500', '152414.422500', '152414.882500', '152415.342500', '152415.802500', '152416.262500', '152416.722500', '152417.182500', '152417.642500', '152418.102500', '152418.562500', '152419.022500', '152419.482500', '152419.942500', '152420.402500', '152420.862500', '152421.322500', '152421.782500', '152422.242500', '152422.702500', '152423.162500', '152423.622500', '152424.082500', '152424.542500', '152425.002500', '152425.462500', '152425.922500', '152426.382500', '152426.842500', '152427.302500', '152427.762500', '152428.222500', '152428.682500', '152429.142500', '152429.602500', '152430.062500', '152430.522500', '152430.982500', '152431.442500', '152431.902500', '152432.362500', '152432.822500', '152433.282500', '152433.742500', '152434.202500', '152434.662500', '152435.122500', '152435.582500', '152436.042500', '152436.502500', '152436.962500', '152437.422500', '152437.882500', '152438.342500', '152438.802500', '152439.262500', '152439.722500', '152440.182500', '152440.642500', '152441.102500', '152441.562500', '152442.022500', '152442.482500', '152442.942500', '152443.402500', '152443.862500', '152444.322500', '152444.782500', '152445.242500', '152445.702500', '152446.162500', '152446.622500', '152447.082500', '152447.542500', '152448.002500', '152448.462500', '152448.922500', '152449.382500', '152449.842500', '152450.302500', '152450.762500', '152451.222500', '152451.682500', '152452.142500', '152452.602500', '152453.062500', '152453.522500', '152453.982500', '152454.442500', '152454.902500', '152455.362500', '152455.822500', '152456.282500', '152456.742500', '152457.202500', '152457.662500', '152458.122500', '152458.582500', '152459.042500', '152459.502500', '152459.962500', '152500.422500', '152500.882500', '152501.342500', '152501.802500', '152502.262500', '152502.722500', '152503.182500', '152503.642500', '152504.102500', '152504.562500', '152505.022500', '152505.482500', '152505.942500', '152506.402500', '152506.862500', '152507.322500', '152507.782500', '152508.242500', '152508.702500', '152509.162500', '152509.622500', '152510.082500', '152510.542500', '152511.002500', '152511.462500', '152511.922500', '152512.382500', '152512.842500', '152513.302500', '152513.762500', '152514.222500', '152514.682500', '152515.142500', '152515.602500', '152516.062500', '152516.522500', '152516.982500', '152517.442500', '152517.902500', '152518.362500', '152518.822500', '152519.282500', '152519.742500', '152520.202500', '152520.662500', '152521.122500', '152521.582500', '152522.042500', '152522.502500', '152522.962500', '152523.422500', '152523.882500', '152524.342500', '152524.802500', '152525.262500', '152525.722500', '152526.182500', '152526.642500', '152527.102500', '152527.562500', '152528.022500', '152528.482500', '152528.942500', '152529.402500', '152529.862500', '152530.322500', '152530.782500', '152531.242500', '152531.702500', '152532.162500', '152532.622500', '152533.082500', '152533.542500', '152534.002500', '152534.462500', '152534.922500', '152535.382500', '152535.842500', '152536.302500', '152536.762500', '152537.222500', '152537.682500', '152538.142500', '152538.602500', '152539.062500', '152539.522500', '152539.982500', '152540.442500', '152540.902500', '152541.362500', '152541.822500', '152542.282500', '152542.742500', '152543.202500', '152543.662500', '152544.122500', '152544.582500', '152545.042500', '152545.502500', '152545.962500', '152546.422500', '152546.882500', '152547.342500', '152547.802500', '152548.262500', '152548.722500', '152549.182500', '152549.642500', '152550.102500', '152550.562500', '152551.022500', '152551.482500', '152551.942500', '152552.402500', '152552.862500', '152553.322500', '152553.782500', '152554.242500', '152554.702500', '152555.162500', '152555.622500', '152556.082500', '152556.542500', '152557.002500', '152557.462500', '152557.922500', '152558.382500', '152558.842500', '152559.302500', '152559.762500', '152600.222500', '152600.682500', '152601.142500', '152601.602500', '152602.062500', '152602.522500', '152602.982500', '152603.442500', '152603.902500', '152604.362500', '152604.822500', '152605.282500', '152605.742500', '152606.202500', '152606.662500', '152607.122500', '152607.582500', '152608.042500', '152608.502500', '152608.962500', '152609.422500', '152609.882500', '152610.342500', '152610.802500', '152611.262500', '152611.722500', '152612.182500', '152612.642500', '152613.102500', '152613.562500', '152614.022500', '152614.482500', '152614.942500', '152615.402500', '152615.862500', '152616.322500', '152616.782500', '152617.242500', '152617.702500', '152618.162500', '152618.622500', '152619.082500', '152619.542500', '152620.002500', '152620.462500', '152620.922500', '152621.382500', '152621.842500', '152622.302500', '152622.762500', '152623.222500', '152623.682500', '152624.142500', '152624.602500', '152625.062500', '152625.522500', '152625.982500', '152626.442500', '152626.902500', '152627.362500', '152627.822500', '152628.282500', '152628.742500', '152629.202500', '152629.662500', '152630.122500', '152630.582500', '152631.042500', '152631.502500', '152631.962500', '152632.422500', '152632.882500', '152633.342500', '152633.802500', '152634.262500', '152634.722500', '152635.182500', '152635.642500', '152636.102500', '152636.562500', '152637.022500', '152637.482500', '152637.942500', '152638.402500', '152638.862500', '152639.322500', '152639.782500', '152640.242500', '152640.702500', '152641.162500', '152641.622500', '152642.082500', '152642.542500', '152643.002500', '152643.462500', '152643.922500', '152644.382500', '152644.842500', '152645.302500', '152645.762500', '152646.222500', '152646.682500', '152647.142500', '152647.602500', '152648.062500', '152648.522500', '152648.982500', '152649.442500', '152649.902500', '152650.362500', '152650.822500', '152651.282500', '152651.742500', '152652.202500', '152652.662500', '152653.122500', '152653.582500', '152654.042500', '152654.502500', '152654.962500', '152655.422500', '152655.882500', '152656.342500', '152656.802500', '152657.262500', '152657.722500', '152658.182500', '152658.642500', '152659.102500', '152659.562500', '152700.022500', '152700.482500', '152700.942500', '152701.402500', '152701.862500', '152702.322500', '152702.782500', '152703.242500', '152703.702500', '152704.162500', '152704.622500', '152705.082500', '152705.542500', '152706.002500', '152706.462500', '152706.922500', '152707.382500', '152707.842500', '152708.302500', '152708.762500', '152709.222500', '152709.682500', '152710.142500', '152710.602500', '152711.062500', '152711.522500', '152711.982500', '152712.442500', '152712.902500', '152713.362500', '152713.822500', '152714.282500', '152714.742500', '152715.202500', '152715.662500', '152716.122500', '152716.582500', '152717.042500', '152717.502500', '152717.962500', '152718.422500', '152718.882500', '152719.342500', '152719.802500', '152720.262500', '152720.722500', '152721.182500', '152721.642500', '152722.102500', '152722.562500', '152723.022500', '152723.482500', '152723.942500', '152724.402500', '152724.862500', '152725.322500', '152725.782500', '152726.242500', '152726.702500', '152727.162500', '152727.622500', '152728.082500', '152728.542500', '152729.002500', '152729.462500', '152729.922500', '152730.382500', '152730.842500', '152731.302500', '152731.762500', '152732.222500', '152732.682500', '152733.142500', '152733.602500', '152734.062500', '152734.522500', '152734.982500', '152735.442500', '152735.902500', '152736.362500', '152736.822500', '152737.282500', '152737.742500', '152738.202500', '152738.662500', '152739.122500', '152739.582500', '152740.042500', '152740.502500', '152740.962500', '152741.422500', '152741.882500', '152742.342500', '152742.802500', '152743.262500', '152743.722500', '152744.182500', '152744.642500', '152745.102500', '152745.562500', '152746.022500', '152746.482500', '152746.942500', '152747.402500', '152747.862500', '152748.322500', '152748.782500', '152749.242500', '152749.702500', '152750.162500', '152750.622500', '152751.082500', '152751.542500', '152752.002500', '152752.462500', '152752.922500', '152753.382500', '152753.842500', '152754.302500', '152754.762500', '152755.222500', '152755.682500', '152756.142500', '152756.602500', '152757.062500', '152757.522500', '152757.982500', '152758.442500', '152758.902500', '152759.362500', '152759.822500', '152800.282500', '152800.742500', '152801.202500', '152801.662500', '152802.122500', '152802.582500', '152803.042500', '152803.502500', '152803.962500', '152804.422500', '152804.882500', '152805.342500', '152805.802500', '152806.262500', '152806.722500'], 'ContentTime': ['151811.802000', '151811.805000', '151811.808000', '151811.811000', '151811.821000', '151811.823000', '151811.826000', '151811.828000', '151811.831000', '151811.834000', '151811.837000', '151811.852000', '151811.855000', '151811.857000', '151811.860000', '151811.863000', '151811.865000', '151811.868000', '151811.870000', '151811.887000', '151811.889000', '151811.892000', '151811.895000', '151811.897000', '151831.771000', '151831.775000', '151831.777000', '151831.780000', '151831.782000', '151831.785000', '151831.788000', '151831.790000', '151831.793000', '151831.795000', '151831.798000', '151831.800000', '151831.803000', '151831.809000', '151831.812000', '151831.814000', '151831.817000', '151831.820000', '151831.822000', '151831.825000', '151831.827000', '151831.830000', '151831.833000', '151831.835000', '151831.838000', '151831.841000', '151831.843000', '151831.846000', '151831.848000', '151831.851000', '151831.854000', '151831.866000', '151831.868000', '151831.871000', '151831.874000', '151831.876000', '151831.879000', '151831.882000', '151831.884000', '151831.889000', '151831.892000', '151831.895000', '151831.898000', '151831.900000', '151851.771000', '151851.773000', '151851.776000', '151851.779000', '151851.782000', '151851.784000', '151851.787000', '151851.790000', '151851.792000', '151851.795000', '151851.797000', '151851.800000', '151851.803000', '151851.805000', '151851.808000', '151851.811000', '151851.813000', '151851.816000', '151851.819000', '151851.821000', '151851.824000', '151851.826000', '151851.829000', '151851.832000', '151851.834000', '151851.837000', '151851.840000', '151851.843000', '151851.846000', '151851.849000', '151851.852000', '151851.854000', '151851.857000', '151851.860000', '151851.862000', '151851.865000', '151851.871000', '151851.874000', '151851.876000', '151851.879000', '151851.882000', '151851.884000', '151851.888000', '151911.771000', '151911.773000', '151911.776000', '151911.779000', '151911.782000', '151911.784000', '151911.787000', '151911.789000', '151911.792000', '151911.795000', '151911.797000', '151911.800000', '151911.803000', '151911.805000', '151911.808000', '151911.811000', '151911.813000', '151911.816000', '151911.819000', '151911.821000', '151911.824000', '151911.826000', '151911.829000', '151911.832000', '151911.834000', '151911.837000', '151911.840000', '151911.842000', '151911.845000', '151911.847000', '151911.850000', '151911.853000', '151911.855000', '151911.858000', '151911.861000', '151911.863000', '151911.866000', '151911.868000', '151911.871000', '151911.874000', '151911.876000', '151911.879000', '151911.881000', '151911.884000', '151931.771000', '151931.774000', '151931.777000', '151931.780000', '151931.782000', '151931.785000', '151931.787000', '151931.790000', '151931.793000', '151931.795000', '151931.798000', '151931.800000', '151931.803000', '151931.805000', '151931.808000', '151931.811000', '151931.813000', '151931.816000', '151931.818000', '151931.821000', '151931.824000', '151931.826000', '151931.829000', '151931.831000', '151931.834000', '151931.837000', '151931.839000', '151931.842000', '151931.844000', '151931.847000', '151931.850000', '151931.852000', '151931.855000', '151931.857000', '151931.860000', '151931.863000', '151931.865000', '151931.868000', '151931.870000', '151931.873000', '151931.876000', '151931.878000', '151931.881000', '151951.771000', '151951.774000', '151951.777000', '151951.780000', '151951.783000', '151951.786000', '151951.788000', '151951.791000', '151951.793000', '151951.796000', '151951.799000', '151951.801000', '151951.804000', '151951.806000', '151951.809000', '151951.812000', '151951.814000', '151951.817000', '151951.819000', '151951.822000', '151951.825000', '151951.827000', '151951.830000', '151951.833000', '151951.835000', '151951.838000', '151951.840000', '151951.843000', '151951.846000', '151951.848000', '151951.851000', '151951.853000', '151951.856000', '151951.859000', '151951.861000', '151951.864000', '151951.866000', '151951.869000', '151951.872000', '151951.874000', '151951.877000', '151951.879000', '151951.882000', '151951.885000', '152011.771000', '152011.775000', '152011.777000', '152011.780000', '152011.783000', '152011.785000', '152011.788000', '152011.790000', '152011.793000', '152011.796000', '152011.798000', '152011.801000', '152011.803000', '152011.806000', '152011.809000', '152011.811000', '152011.814000', '152011.817000', '152011.819000', '152011.822000', '152011.824000', '152011.827000', '152011.829000', '152011.832000', '152011.834000', '152011.837000', '152011.852000', '152011.854000', '152011.857000', '152011.860000', '152011.862000', '152011.865000', '152011.868000', '152011.871000', '152011.874000', '152011.877000', '152011.880000', '152011.883000', '152011.886000', '152011.888000', '152011.891000', '152011.894000', '152011.896000', '152031.771000', '152031.774000', '152031.777000', '152031.780000', '152031.782000', '152031.785000', '152031.788000', '152031.790000', '152031.793000', '152031.795000', '152031.798000', '152031.801000', '152031.803000', '152031.806000', '152031.809000', '152031.811000', '152031.814000', '152031.816000', '152031.819000', '152031.822000', '152031.824000', '152031.827000', '152031.829000', '152031.832000', '152031.834000', '152031.837000', '152031.840000', '152031.842000', '152031.845000', '152031.848000', '152031.850000', '152031.853000', '152031.855000', '152031.858000', '152031.861000', '152031.863000', '152031.866000', '152031.868000', '152031.871000', '152031.874000', '152031.876000', '152031.879000', '152031.882000', '152031.884000', '152051.771000', '152051.774000', '152051.777000', '152051.780000', '152051.782000', '152051.785000', '152051.788000', '152051.790000', '152051.793000', '152051.796000', '152051.798000', '152051.801000', '152051.804000', '152051.806000', '152051.809000', '152051.811000', '152051.814000', '152051.817000', '152051.819000', '152051.822000', '152051.825000', '152051.827000', '152051.830000', '152051.832000', '152051.835000', '152051.838000', '152051.840000', '152051.843000', '152051.846000', '152051.848000', '152051.851000', '152051.854000', '152051.856000', '152051.859000', '152051.861000', '152051.864000', '152051.867000', '152051.869000', '152051.872000', '152051.875000', '152051.877000', '152051.880000', '152051.883000', '152111.770000', '152111.773000', '152111.776000', '152111.779000', '152111.781000', '152111.784000', '152111.787000', '152111.789000', '152111.792000', '152111.795000', '152111.797000', '152111.800000', '152111.803000', '152111.805000', '152111.808000', '152111.811000', '152111.813000', '152111.816000', '152111.818000', '152111.821000', '152111.824000', '152111.826000', '152111.829000', '152111.831000', '152111.834000', '152111.837000', '152111.839000', '152111.842000', '152111.845000', '152111.847000', '152111.850000', '152111.852000', '152111.855000', '152111.858000', '152111.860000', '152111.863000', '152111.866000', '152111.868000', '152111.871000', '152111.874000', '152111.876000', '152111.879000', '152111.882000', '152111.884000', '152131.771000', '152131.773000', '152131.776000', '152131.779000', '152131.781000', '152131.784000', '152131.787000', '152131.789000', '152131.792000', '152131.795000', '152131.797000', '152131.800000', '152131.803000', '152131.805000', '152131.808000', '152131.811000', '152131.813000', '152131.816000', '152131.818000', '152131.821000', '152131.824000', '152131.826000', '152131.829000', '152131.832000', '152131.834000', '152131.837000', '152131.839000', '152131.842000', '152131.845000', '152131.847000', '152131.850000', '152131.853000', '152131.855000', '152131.858000', '152131.860000', '152131.863000', '152131.866000', '152131.868000', '152131.871000', '152131.874000', '152131.876000', '152131.879000', '152131.881000', '152151.772000', '152151.774000', '152151.777000', '152151.779000', '152151.782000', '152151.785000', '152151.787000', '152151.790000', '152151.793000', '152151.795000', '152151.798000', '152151.801000', '152151.803000', '152151.806000', '152151.809000', '152151.811000', '152151.814000', '152151.817000', '152151.819000', '152151.822000', '152151.824000', '152151.827000', '152151.838000', '152151.841000', '152151.844000', '152151.846000', '152151.849000', '152151.852000', '152151.854000', '152151.857000', '152151.860000', '152151.862000', '152151.865000', '152151.868000', '152151.870000', '152151.873000', '152151.875000', '152151.878000', '152151.881000', '152151.883000', '152151.886000', '152151.889000', '152151.891000', '152151.894000', '152211.771000', '152211.774000', '152211.777000', '152211.780000', '152211.782000', '152211.785000', '152211.788000', '152211.790000', '152211.793000', '152211.795000', '152211.798000', '152211.801000', '152211.803000', '152211.806000', '152211.809000', '152211.811000', '152211.814000', '152211.816000', '152211.819000', '152211.822000', '152211.824000', '152211.827000', '152211.830000', '152211.832000', '152211.835000', '152211.838000', '152211.840000', '152211.843000', '152211.846000', '152211.848000', '152211.851000', '152211.854000', '152211.856000', '152211.859000', '152211.861000', '152211.864000', '152211.867000', '152211.869000', '152211.872000', '152211.875000', '152211.877000', '152211.880000', '152211.883000', '152231.772000', '152231.775000', '152231.777000', '152231.780000', '152231.783000', '152231.785000', '152231.788000', '152231.791000', '152231.793000', '152231.796000', '152231.798000', '152231.801000', '152231.804000', '152231.806000', '152231.809000', '152231.812000', '152231.814000', '152231.817000', '152231.819000', '152231.822000', '152231.825000', '152231.828000', '152231.830000', '152231.833000', '152231.836000', '152231.839000', '152231.841000', '152231.844000', '152231.852000', '152231.855000', '152231.858000', '152231.860000', '152231.863000', '152231.865000', '152231.868000', '152231.877000', '152231.879000', '152231.882000', '152231.884000', '152231.887000', '152231.890000', '152231.892000', '152231.895000', '152231.898000', '152251.772000', '152251.775000', '152251.777000', '152251.780000', '152251.782000', '152251.785000', '152251.788000', '152251.790000', '152251.793000', '152251.796000', '152251.798000', '152251.801000', '152251.803000', '152251.806000', '152251.809000', '152251.811000', '152251.814000', '152251.817000', '152251.819000', '152251.822000', '152251.825000', '152251.827000', '152251.830000', '152251.832000', '152251.835000', '152251.838000', '152251.841000', '152251.843000', '152251.846000', '152251.848000', '152251.851000', '152251.854000', '152251.856000', '152251.859000', '152251.862000', '152251.865000', '152251.867000', '152251.870000', '152251.873000', '152251.875000', '152251.878000', '152251.881000', '152251.883000', '152311.771000', '152311.774000', '152311.777000', '152311.780000', '152311.782000', '152311.785000', '152311.788000', '152311.790000', '152311.793000', '152311.795000', '152311.798000', '152311.801000', '152311.804000', '152311.806000', '152311.809000', '152311.812000', '152311.814000', '152311.817000', '152311.819000', '152311.822000', '152311.825000', '152311.827000', '152311.830000', '152311.833000', '152311.835000', '152311.838000', '152311.841000', '152311.843000', '152311.846000', '152311.848000', '152311.851000', '152311.854000', '152311.856000', '152311.859000', '152311.862000', '152311.864000', '152311.867000', '152311.869000', '152311.872000', '152311.875000', '152311.878000', '152311.880000', '152311.883000', '152311.885000', '152331.770000', '152331.773000', '152331.776000', '152331.779000', '152331.782000', '152331.784000', '152331.787000', '152331.789000', '152331.792000', '152331.795000', '152331.797000', '152331.800000', '152331.802000', '152331.805000', '152331.808000', '152331.810000', '152331.813000', '152331.816000', '152331.819000', '152331.827000', '152331.830000', '152331.832000', '152331.835000', '152331.838000', '152331.840000', '152331.843000', '152331.845000', '152331.848000', '152331.851000', '152331.854000', '152331.856000', '152331.859000', '152331.861000', '152331.864000', '152331.867000', '152331.869000', '152331.872000', '152331.875000', '152331.877000', '152331.880000', '152331.883000', '152331.885000', '152331.888000', '152351.771000', '152351.774000', '152351.776000', '152351.779000', '152351.782000', '152351.784000', '152351.787000', '152351.790000', '152351.792000', '152351.795000', '152351.798000', '152351.800000', '152351.803000', '152351.806000', '152351.809000', '152351.811000', '152351.814000', '152351.817000', '152351.820000', '152351.822000', '152351.825000', '152351.828000', '152351.830000', '152351.833000', '152351.836000', '152351.838000', '152351.841000', '152351.844000', '152351.846000', '152351.849000', '152351.852000', '152351.854000', '152351.857000', '152351.860000', '152351.862000', '152351.865000', '152351.868000', '152351.870000', '152351.873000', '152351.876000', '152351.878000', '152351.881000', '152351.884000', '152351.886000', '152411.772000', '152411.775000', '152411.777000', '152411.780000', '152411.783000', '152411.785000', '152411.788000', '152411.791000', '152411.794000', '152411.796000', '152411.799000', '152411.802000', '152411.804000', '152411.807000', '152411.810000', '152411.812000', '152411.815000', '152411.818000', '152411.820000', '152411.823000', '152411.826000', '152411.828000', '152411.831000', '152411.834000', '152411.836000', '152411.839000', '152411.841000', '152411.844000', '152411.847000', '152411.849000', '152411.852000', '152411.855000', '152411.859000', '152411.861000', '152411.864000', '152411.867000', '152411.870000', '152411.872000', '152411.875000', '152411.878000', '152411.880000', '152411.883000', '152411.886000', '152431.772000', '152431.775000', '152431.777000', '152431.780000', '152431.783000', '152431.785000', '152431.788000', '152431.791000', '152431.794000', '152431.797000', '152431.800000', '152431.803000', '152431.805000', '152431.808000', '152431.810000', '152431.813000', '152431.816000', '152431.818000', '152431.821000', '152431.823000', '152431.826000', '152431.829000', '152431.831000', '152431.834000', '152431.836000', '152431.839000', '152431.842000', '152431.844000', '152431.847000', '152431.849000', '152431.852000', '152431.855000', '152431.857000', '152431.860000', '152431.862000', '152431.865000', '152431.868000', '152431.870000', '152431.873000', '152431.876000', '152431.878000', '152431.881000', '152431.883000', '152451.772000', '152451.811000', '152451.814000', '152451.817000', '152451.819000', '152451.822000', '152451.824000', '152451.827000', '152451.830000', '152451.832000', '152451.835000', '152451.838000', '152451.840000', '152451.843000', '152451.845000', '152451.848000', '152451.851000', '152451.853000', '152451.856000', '152451.859000', '152451.861000', '152451.864000', '152451.866000', '152451.869000', '152451.872000', '152451.874000', '152451.877000', '152451.880000', '152451.882000', '152451.885000', '152451.887000', '152451.890000', '152451.893000', '152451.895000', '152451.898000', '152451.901000', '152451.903000', '152451.906000', '152451.909000', '152451.911000', '152451.914000', '152451.916000', '152451.919000', '152451.922000', '152511.772000', '152511.775000', '152511.777000', '152511.780000', '152511.783000', '152511.785000', '152511.788000', '152511.792000', '152511.794000', '152511.797000', '152511.800000', '152511.802000', '152511.805000', '152511.808000', '152511.810000', '152511.813000', '152511.816000', '152511.818000', '152511.821000', '152511.824000', '152511.826000', '152511.829000', '152511.832000', '152511.834000', '152511.837000', '152511.839000', '152511.842000', '152511.845000', '152511.849000', '152511.852000', '152511.854000', '152511.857000', '152511.860000', '152511.862000', '152511.865000', '152511.868000', '152511.870000', '152511.873000', '152511.875000', '152511.878000', '152511.881000', '152511.883000', '152511.886000', '152531.772000', '152531.774000', '152531.777000', '152531.780000', '152531.782000', '152531.785000', '152531.788000', '152531.790000', '152531.793000', '152531.795000', '152531.798000', '152531.801000', '152531.803000', '152531.806000', '152531.809000', '152531.811000', '152531.814000', '152531.817000', '152531.819000', '152531.822000', '152531.825000', '152531.827000', '152531.830000', '152531.832000', '152531.835000', '152531.838000', '152531.840000', '152531.843000', '152531.846000', '152531.848000', '152531.851000', '152531.853000', '152531.856000', '152531.859000', '152531.861000', '152531.864000', '152531.867000', '152531.869000', '152531.872000', '152531.874000', '152531.877000', '152531.879000', '152531.882000', '152531.885000', '152551.771000', '152551.773000', '152551.776000', '152551.779000', '152551.781000', '152551.784000', '152551.786000', '152551.789000', '152551.792000', '152551.794000', '152551.797000', '152551.799000', '152551.803000', '152551.806000', '152551.809000', '152551.811000', '152551.814000', '152551.817000', '152551.820000', '152551.822000', '152551.825000', '152551.827000', '152551.830000', '152551.833000', '152551.835000', '152551.838000', '152551.841000', '152551.843000', '152551.846000', '152551.849000', '152551.851000', '152551.854000', '152551.856000', '152551.859000', '152551.862000', '152551.864000', '152551.867000', '152551.869000', '152551.872000', '152551.875000', '152551.877000', '152551.880000', '152551.883000', '152611.771000', '152611.774000', '152611.777000', '152611.779000', '152611.782000', '152611.785000', '152611.787000', '152611.790000', '152611.792000', '152611.795000', '152611.798000', '152611.800000', '152611.803000', '152611.806000', '152611.808000', '152611.811000', '152611.813000', '152611.816000', '152611.819000', '152611.821000', '152611.824000', '152611.827000', '152611.829000', '152611.832000', '152611.834000', '152611.837000', '152611.840000', '152611.842000', '152611.845000', '152611.847000', '152611.850000', '152611.852000', '152611.855000', '152611.858000', '152611.860000', '152611.863000', '152611.865000', '152611.868000', '152611.871000', '152611.873000', '152611.876000', '152611.879000', '152611.881000', '152611.884000', '152631.771000', '152631.774000', '152631.777000', '152631.780000', '152631.782000', '152631.785000', '152631.788000', '152631.790000', '152631.793000', '152631.796000', '152631.798000', '152631.801000', '152631.804000', '152631.806000', '152631.814000', '152631.817000', '152631.820000', '152631.823000', '152631.826000', '152631.829000', '152631.832000', '152631.835000', '152631.837000', '152631.840000', '152631.842000', '152631.845000', '152631.848000', '152631.851000', '152631.853000', '152631.856000', '152631.859000', '152631.861000', '152631.864000', '152631.867000', '152631.869000', '152631.872000', '152631.874000', '152631.877000', '152631.880000', '152631.882000', '152631.885000', '152631.889000', '152631.892000', '152651.772000', '152651.775000', '152651.778000', '152651.780000', '152651.783000', '152651.786000', '152651.789000', '152651.791000', '152651.794000', '152651.796000', '152651.799000', '152651.802000', '152651.805000', '152651.807000', '152651.810000', '152651.812000', '152651.815000', '152651.818000', '152651.820000', '152651.823000', '152651.826000', '152651.828000', '152651.831000', '152651.833000', '152651.836000', '152651.839000', '152651.841000', '152651.844000', '152651.847000', '152651.849000', '152651.852000', '152651.856000', '152651.858000', '152651.861000', '152651.864000', '152651.866000', '152651.869000', '152651.872000', '152651.874000', '152651.877000', '152651.880000', '152651.882000', '152651.885000', '152651.888000', '152711.772000', '152711.775000', '152711.777000', '152711.780000', '152711.782000', '152711.785000', '152711.788000', '152711.790000', '152711.793000', '152711.796000', '152711.799000', '152711.801000', '152711.804000', '152711.806000', '152711.809000', '152711.812000', '152711.814000', '152711.817000', '152711.825000', '152711.828000', '152711.831000', '152711.833000', '152711.836000', '152711.839000', '152711.842000', '152711.844000', '152711.847000', '152711.849000', '152711.852000', '152711.855000', '152711.857000', '152711.860000', '152711.863000', '152711.865000', '152711.868000', '152711.871000', '152711.873000', '152711.876000', '152711.879000', '152711.881000', '152711.884000', '152711.887000', '152711.889000', '152731.772000', '152731.775000', '152731.777000', '152731.780000', '152731.783000', '152731.786000', '152731.788000', '152731.791000', '152731.794000', '152731.796000', '152731.799000', '152731.802000', '152731.804000', '152731.807000', '152731.810000', '152731.812000', '152731.815000', '152731.818000', '152731.820000', '152731.823000', '152731.826000', '152731.828000', '152731.831000', '152731.834000', '152731.836000', '152731.839000', '152731.842000', '152731.844000', '152731.847000', '152731.850000', '152731.852000', '152731.855000', '152731.858000', '152731.860000', '152731.863000', '152731.866000', '152731.868000', '152731.871000', '152731.874000', '152731.876000', '152731.879000', '152731.882000', '152731.884000', '152731.887000', '152751.772000', '152751.775000', '152751.777000', '152751.780000', '152751.782000', '152751.785000', '152751.788000', '152751.790000', '152751.793000', '152751.796000', '152751.798000', '152751.801000', '152751.804000', '152751.806000', '152751.809000', '152751.812000', '152751.814000', '152751.817000', '152751.819000', '152751.822000', '152751.825000', '152751.827000', '152751.830000', '152751.833000', '152751.835000', '152751.838000', '152751.841000', '152751.843000', '152751.846000', '152751.849000', '152751.851000', '152751.854000', '152751.856000', '152751.859000', '152751.862000', '152751.864000', '152751.867000', '152751.870000', '152751.872000', '152751.875000', '152751.877000', '152751.880000', '152751.883000', '152808.439000', '152808.442000', '152808.445000', '152808.448000', '152808.450000', '152808.453000', '152808.456000', '152808.458000', '152808.461000', '152808.464000', '152808.467000', '152808.470000', '152808.473000', '152808.476000', '152808.479000', '152808.482000', '152808.485000', '152808.488000', '152808.491000', '152808.494000', '152808.497000', '152808.500000', '152808.503000', '152808.506000', '152808.509000', '152808.511000', '152808.514000', '152808.517000', '152808.520000', '152808.523000', '152808.530000', '152808.534000', '152808.545000', '152808.553000', '152808.556000', '152808.559000', '152808.562000'], 'InstanceCreationTime': ['151811.802000', '151811.805000', '151811.808000', '151811.811000', '151811.821000', '151811.823000', '151811.826000', '151811.828000', '151811.831000', '151811.834000', '151811.837000', '151811.852000', '151811.855000', '151811.857000', '151811.860000', '151811.863000', '151811.865000', '151811.868000', '151811.870000', '151811.887000', '151811.889000', '151811.892000', '151811.895000', '151811.897000', '151831.771000', '151831.775000', '151831.777000', '151831.780000', '151831.782000', '151831.785000', '151831.788000', '151831.790000', '151831.793000', '151831.795000', '151831.798000', '151831.800000', '151831.803000', '151831.809000', '151831.812000', '151831.814000', '151831.817000', '151831.820000', '151831.822000', '151831.825000', '151831.827000', '151831.830000', '151831.833000', '151831.835000', '151831.838000', '151831.841000', '151831.843000', '151831.846000', '151831.848000', '151831.851000', '151831.854000', '151831.866000', '151831.868000', '151831.871000', '151831.874000', '151831.876000', '151831.879000', '151831.882000', '151831.884000', '151831.889000', '151831.892000', '151831.895000', '151831.898000', '151831.900000', '151851.771000', '151851.773000', '151851.776000', '151851.779000', '151851.782000', '151851.784000', '151851.787000', '151851.790000', '151851.792000', '151851.795000', '151851.797000', '151851.800000', '151851.803000', '151851.805000', '151851.808000', '151851.811000', '151851.813000', '151851.816000', '151851.819000', '151851.821000', '151851.824000', '151851.826000', '151851.829000', '151851.832000', '151851.834000', '151851.837000', '151851.840000', '151851.843000', '151851.846000', '151851.849000', '151851.852000', '151851.854000', '151851.857000', '151851.860000', '151851.862000', '151851.865000', '151851.871000', '151851.874000', '151851.876000', '151851.879000', '151851.882000', '151851.884000', '151851.888000', '151911.771000', '151911.773000', '151911.776000', '151911.779000', '151911.782000', '151911.784000', '151911.787000', '151911.789000', '151911.792000', '151911.795000', '151911.797000', '151911.800000', '151911.803000', '151911.805000', '151911.808000', '151911.811000', '151911.813000', '151911.816000', '151911.819000', '151911.821000', '151911.824000', '151911.826000', '151911.829000', '151911.832000', '151911.834000', '151911.837000', '151911.840000', '151911.842000', '151911.845000', '151911.847000', '151911.850000', '151911.853000', '151911.855000', '151911.858000', '151911.861000', '151911.863000', '151911.866000', '151911.868000', '151911.871000', '151911.874000', '151911.876000', '151911.879000', '151911.881000', '151911.884000', '151931.771000', '151931.774000', '151931.777000', '151931.780000', '151931.782000', '151931.785000', '151931.787000', '151931.790000', '151931.793000', '151931.795000', '151931.798000', '151931.800000', '151931.803000', '151931.805000', '151931.808000', '151931.811000', '151931.813000', '151931.816000', '151931.818000', '151931.821000', '151931.824000', '151931.826000', '151931.829000', '151931.831000', '151931.834000', '151931.837000', '151931.839000', '151931.842000', '151931.844000', '151931.847000', '151931.850000', '151931.852000', '151931.855000', '151931.857000', '151931.860000', '151931.863000', '151931.865000', '151931.868000', '151931.870000', '151931.873000', '151931.876000', '151931.878000', '151931.881000', '151951.771000', '151951.774000', '151951.777000', '151951.780000', '151951.783000', '151951.786000', '151951.788000', '151951.791000', '151951.793000', '151951.796000', '151951.799000', '151951.801000', '151951.804000', '151951.806000', '151951.809000', '151951.812000', '151951.814000', '151951.817000', '151951.819000', '151951.822000', '151951.825000', '151951.827000', '151951.830000', '151951.833000', '151951.835000', '151951.838000', '151951.840000', '151951.843000', '151951.846000', '151951.848000', '151951.851000', '151951.853000', '151951.856000', '151951.859000', '151951.861000', '151951.864000', '151951.866000', '151951.869000', '151951.872000', '151951.874000', '151951.877000', '151951.879000', '151951.882000', '151951.885000', '152011.771000', '152011.775000', '152011.777000', '152011.780000', '152011.783000', '152011.785000', '152011.788000', '152011.790000', '152011.793000', '152011.796000', '152011.798000', '152011.801000', '152011.803000', '152011.806000', '152011.809000', '152011.811000', '152011.814000', '152011.817000', '152011.819000', '152011.822000', '152011.824000', '152011.827000', '152011.829000', '152011.832000', '152011.834000', '152011.837000', '152011.852000', '152011.854000', '152011.857000', '152011.860000', '152011.862000', '152011.865000', '152011.868000', '152011.871000', '152011.874000', '152011.877000', '152011.880000', '152011.883000', '152011.886000', '152011.888000', '152011.891000', '152011.894000', '152011.896000', '152031.771000', '152031.774000', '152031.777000', '152031.780000', '152031.782000', '152031.785000', '152031.788000', '152031.790000', '152031.793000', '152031.795000', '152031.798000', '152031.801000', '152031.803000', '152031.806000', '152031.809000', '152031.811000', '152031.814000', '152031.816000', '152031.819000', '152031.822000', '152031.824000', '152031.827000', '152031.829000', '152031.832000', '152031.834000', '152031.837000', '152031.840000', '152031.842000', '152031.845000', '152031.848000', '152031.850000', '152031.853000', '152031.855000', '152031.858000', '152031.861000', '152031.863000', '152031.866000', '152031.868000', '152031.871000', '152031.874000', '152031.876000', '152031.879000', '152031.882000', '152031.884000', '152051.771000', '152051.774000', '152051.777000', '152051.780000', '152051.782000', '152051.785000', '152051.788000', '152051.790000', '152051.793000', '152051.796000', '152051.798000', '152051.801000', '152051.804000', '152051.806000', '152051.809000', '152051.811000', '152051.814000', '152051.817000', '152051.819000', '152051.822000', '152051.825000', '152051.827000', '152051.830000', '152051.832000', '152051.835000', '152051.838000', '152051.840000', '152051.843000', '152051.846000', '152051.848000', '152051.851000', '152051.854000', '152051.856000', '152051.859000', '152051.861000', '152051.864000', '152051.867000', '152051.869000', '152051.872000', '152051.875000', '152051.877000', '152051.880000', '152051.883000', '152111.770000', '152111.773000', '152111.776000', '152111.779000', '152111.781000', '152111.784000', '152111.787000', '152111.789000', '152111.792000', '152111.795000', '152111.797000', '152111.800000', '152111.803000', '152111.805000', '152111.808000', '152111.811000', '152111.813000', '152111.816000', '152111.818000', '152111.821000', '152111.824000', '152111.826000', '152111.829000', '152111.831000', '152111.834000', '152111.837000', '152111.839000', '152111.842000', '152111.845000', '152111.847000', '152111.850000', '152111.852000', '152111.855000', '152111.858000', '152111.860000', '152111.863000', '152111.866000', '152111.868000', '152111.871000', '152111.874000', '152111.876000', '152111.879000', '152111.882000', '152111.884000', '152131.771000', '152131.773000', '152131.776000', '152131.779000', '152131.781000', '152131.784000', '152131.787000', '152131.789000', '152131.792000', '152131.795000', '152131.797000', '152131.800000', '152131.803000', '152131.805000', '152131.808000', '152131.811000', '152131.813000', '152131.816000', '152131.818000', '152131.821000', '152131.824000', '152131.826000', '152131.829000', '152131.832000', '152131.834000', '152131.837000', '152131.839000', '152131.842000', '152131.845000', '152131.847000', '152131.850000', '152131.853000', '152131.855000', '152131.858000', '152131.860000', '152131.863000', '152131.866000', '152131.868000', '152131.871000', '152131.874000', '152131.876000', '152131.879000', '152131.881000', '152151.772000', '152151.774000', '152151.777000', '152151.779000', '152151.782000', '152151.785000', '152151.787000', '152151.790000', '152151.793000', '152151.795000', '152151.798000', '152151.801000', '152151.803000', '152151.806000', '152151.809000', '152151.811000', '152151.814000', '152151.817000', '152151.819000', '152151.822000', '152151.824000', '152151.827000', '152151.838000', '152151.841000', '152151.844000', '152151.846000', '152151.849000', '152151.852000', '152151.854000', '152151.857000', '152151.860000', '152151.862000', '152151.865000', '152151.868000', '152151.870000', '152151.873000', '152151.875000', '152151.878000', '152151.881000', '152151.883000', '152151.886000', '152151.889000', '152151.891000', '152151.894000', '152211.771000', '152211.774000', '152211.777000', '152211.780000', '152211.782000', '152211.785000', '152211.788000', '152211.790000', '152211.793000', '152211.795000', '152211.798000', '152211.801000', '152211.803000', '152211.806000', '152211.809000', '152211.811000', '152211.814000', '152211.816000', '152211.819000', '152211.822000', '152211.824000', '152211.827000', '152211.830000', '152211.832000', '152211.835000', '152211.838000', '152211.840000', '152211.843000', '152211.846000', '152211.848000', '152211.851000', '152211.854000', '152211.856000', '152211.859000', '152211.861000', '152211.864000', '152211.867000', '152211.869000', '152211.872000', '152211.875000', '152211.877000', '152211.880000', '152211.883000', '152231.772000', '152231.775000', '152231.777000', '152231.780000', '152231.783000', '152231.785000', '152231.788000', '152231.791000', '152231.793000', '152231.796000', '152231.798000', '152231.801000', '152231.804000', '152231.806000', '152231.809000', '152231.812000', '152231.814000', '152231.817000', '152231.819000', '152231.822000', '152231.825000', '152231.828000', '152231.830000', '152231.833000', '152231.836000', '152231.839000', '152231.841000', '152231.844000', '152231.852000', '152231.855000', '152231.858000', '152231.860000', '152231.863000', '152231.865000', '152231.868000', '152231.877000', '152231.879000', '152231.882000', '152231.884000', '152231.887000', '152231.890000', '152231.892000', '152231.895000', '152231.898000', '152251.772000', '152251.775000', '152251.777000', '152251.780000', '152251.782000', '152251.785000', '152251.788000', '152251.790000', '152251.793000', '152251.796000', '152251.798000', '152251.801000', '152251.803000', '152251.806000', '152251.809000', '152251.811000', '152251.814000', '152251.817000', '152251.819000', '152251.822000', '152251.825000', '152251.827000', '152251.830000', '152251.832000', '152251.835000', '152251.838000', '152251.841000', '152251.843000', '152251.846000', '152251.848000', '152251.851000', '152251.854000', '152251.856000', '152251.859000', '152251.862000', '152251.865000', '152251.867000', '152251.870000', '152251.873000', '152251.875000', '152251.878000', '152251.881000', '152251.883000', '152311.771000', '152311.774000', '152311.777000', '152311.780000', '152311.782000', '152311.785000', '152311.788000', '152311.790000', '152311.793000', '152311.795000', '152311.798000', '152311.801000', '152311.804000', '152311.806000', '152311.809000', '152311.812000', '152311.814000', '152311.817000', '152311.819000', '152311.822000', '152311.825000', '152311.827000', '152311.830000', '152311.833000', '152311.835000', '152311.838000', '152311.841000', '152311.843000', '152311.846000', '152311.848000', '152311.851000', '152311.854000', '152311.856000', '152311.859000', '152311.862000', '152311.864000', '152311.867000', '152311.869000', '152311.872000', '152311.875000', '152311.878000', '152311.880000', '152311.883000', '152311.885000', '152331.770000', '152331.773000', '152331.776000', '152331.779000', '152331.782000', '152331.784000', '152331.787000', '152331.789000', '152331.792000', '152331.795000', '152331.797000', '152331.800000', '152331.802000', '152331.805000', '152331.808000', '152331.810000', '152331.813000', '152331.816000', '152331.819000', '152331.827000', '152331.830000', '152331.832000', '152331.835000', '152331.838000', '152331.840000', '152331.843000', '152331.845000', '152331.848000', '152331.851000', '152331.854000', '152331.856000', '152331.859000', '152331.861000', '152331.864000', '152331.867000', '152331.869000', '152331.872000', '152331.875000', '152331.877000', '152331.880000', '152331.883000', '152331.885000', '152331.888000', '152351.771000', '152351.774000', '152351.776000', '152351.779000', '152351.782000', '152351.784000', '152351.787000', '152351.790000', '152351.792000', '152351.795000', '152351.798000', '152351.800000', '152351.803000', '152351.806000', '152351.809000', '152351.811000', '152351.814000', '152351.817000', '152351.820000', '152351.822000', '152351.825000', '152351.828000', '152351.830000', '152351.833000', '152351.836000', '152351.838000', '152351.841000', '152351.844000', '152351.846000', '152351.849000', '152351.852000', '152351.854000', '152351.857000', '152351.860000', '152351.862000', '152351.865000', '152351.868000', '152351.870000', '152351.873000', '152351.876000', '152351.878000', '152351.881000', '152351.884000', '152351.886000', '152411.772000', '152411.775000', '152411.777000', '152411.780000', '152411.783000', '152411.785000', '152411.788000', '152411.791000', '152411.794000', '152411.796000', '152411.799000', '152411.802000', '152411.804000', '152411.807000', '152411.810000', '152411.812000', '152411.815000', '152411.818000', '152411.820000', '152411.823000', '152411.826000', '152411.828000', '152411.831000', '152411.834000', '152411.836000', '152411.839000', '152411.841000', '152411.844000', '152411.847000', '152411.849000', '152411.852000', '152411.855000', '152411.859000', '152411.861000', '152411.864000', '152411.867000', '152411.870000', '152411.872000', '152411.875000', '152411.878000', '152411.880000', '152411.883000', '152411.886000', '152431.772000', '152431.775000', '152431.777000', '152431.780000', '152431.783000', '152431.785000', '152431.788000', '152431.791000', '152431.794000', '152431.797000', '152431.800000', '152431.803000', '152431.805000', '152431.808000', '152431.810000', '152431.813000', '152431.816000', '152431.818000', '152431.821000', '152431.823000', '152431.826000', '152431.829000', '152431.831000', '152431.834000', '152431.836000', '152431.839000', '152431.842000', '152431.844000', '152431.847000', '152431.849000', '152431.852000', '152431.855000', '152431.857000', '152431.860000', '152431.862000', '152431.865000', '152431.868000', '152431.870000', '152431.873000', '152431.876000', '152431.878000', '152431.881000', '152431.883000', '152451.772000', '152451.811000', '152451.814000', '152451.817000', '152451.819000', '152451.822000', '152451.824000', '152451.827000', '152451.830000', '152451.832000', '152451.835000', '152451.838000', '152451.840000', '152451.843000', '152451.845000', '152451.848000', '152451.851000', '152451.853000', '152451.856000', '152451.859000', '152451.861000', '152451.864000', '152451.866000', '152451.869000', '152451.872000', '152451.874000', '152451.877000', '152451.880000', '152451.882000', '152451.885000', '152451.887000', '152451.890000', '152451.893000', '152451.895000', '152451.898000', '152451.901000', '152451.903000', '152451.906000', '152451.909000', '152451.911000', '152451.914000', '152451.916000', '152451.919000', '152451.922000', '152511.772000', '152511.775000', '152511.777000', '152511.780000', '152511.783000', '152511.785000', '152511.788000', '152511.792000', '152511.794000', '152511.797000', '152511.800000', '152511.802000', '152511.805000', '152511.808000', '152511.810000', '152511.813000', '152511.816000', '152511.818000', '152511.821000', '152511.824000', '152511.826000', '152511.829000', '152511.832000', '152511.834000', '152511.837000', '152511.839000', '152511.842000', '152511.845000', '152511.849000', '152511.852000', '152511.854000', '152511.857000', '152511.860000', '152511.862000', '152511.865000', '152511.868000', '152511.870000', '152511.873000', '152511.875000', '152511.878000', '152511.881000', '152511.883000', '152511.886000', '152531.772000', '152531.774000', '152531.777000', '152531.780000', '152531.782000', '152531.785000', '152531.788000', '152531.790000', '152531.793000', '152531.795000', '152531.798000', '152531.801000', '152531.803000', '152531.806000', '152531.809000', '152531.811000', '152531.814000', '152531.817000', '152531.819000', '152531.822000', '152531.825000', '152531.827000', '152531.830000', '152531.832000', '152531.835000', '152531.838000', '152531.840000', '152531.843000', '152531.846000', '152531.848000', '152531.851000', '152531.853000', '152531.856000', '152531.859000', '152531.861000', '152531.864000', '152531.867000', '152531.869000', '152531.872000', '152531.874000', '152531.877000', '152531.879000', '152531.882000', '152531.885000', '152551.771000', '152551.773000', '152551.776000', '152551.779000', '152551.781000', '152551.784000', '152551.786000', '152551.789000', '152551.792000', '152551.794000', '152551.797000', '152551.799000', '152551.803000', '152551.806000', '152551.809000', '152551.811000', '152551.814000', '152551.817000', '152551.820000', '152551.822000', '152551.825000', '152551.827000', '152551.830000', '152551.833000', '152551.835000', '152551.838000', '152551.841000', '152551.843000', '152551.846000', '152551.849000', '152551.851000', '152551.854000', '152551.856000', '152551.859000', '152551.862000', '152551.864000', '152551.867000', '152551.869000', '152551.872000', '152551.875000', '152551.877000', '152551.880000', '152551.883000', '152611.771000', '152611.774000', '152611.777000', '152611.779000', '152611.782000', '152611.785000', '152611.787000', '152611.790000', '152611.792000', '152611.795000', '152611.798000', '152611.800000', '152611.803000', '152611.806000', '152611.808000', '152611.811000', '152611.813000', '152611.816000', '152611.819000', '152611.821000', '152611.824000', '152611.827000', '152611.829000', '152611.832000', '152611.834000', '152611.837000', '152611.840000', '152611.842000', '152611.845000', '152611.847000', '152611.850000', '152611.852000', '152611.855000', '152611.858000', '152611.860000', '152611.863000', '152611.865000', '152611.868000', '152611.871000', '152611.873000', '152611.876000', '152611.879000', '152611.881000', '152611.884000', '152631.771000', '152631.774000', '152631.777000', '152631.780000', '152631.782000', '152631.785000', '152631.788000', '152631.790000', '152631.793000', '152631.796000', '152631.798000', '152631.801000', '152631.804000', '152631.806000', '152631.814000', '152631.817000', '152631.820000', '152631.823000', '152631.826000', '152631.829000', '152631.832000', '152631.835000', '152631.837000', '152631.840000', '152631.842000', '152631.845000', '152631.848000', '152631.851000', '152631.853000', '152631.856000', '152631.859000', '152631.861000', '152631.864000', '152631.867000', '152631.869000', '152631.872000', '152631.874000', '152631.877000', '152631.880000', '152631.882000', '152631.885000', '152631.889000', '152631.892000', '152651.772000', '152651.775000', '152651.778000', '152651.780000', '152651.783000', '152651.786000', '152651.789000', '152651.791000', '152651.794000', '152651.796000', '152651.799000', '152651.802000', '152651.805000', '152651.807000', '152651.810000', '152651.812000', '152651.815000', '152651.818000', '152651.820000', '152651.823000', '152651.826000', '152651.828000', '152651.831000', '152651.833000', '152651.836000', '152651.839000', '152651.841000', '152651.844000', '152651.847000', '152651.849000', '152651.852000', '152651.856000', '152651.858000', '152651.861000', '152651.864000', '152651.866000', '152651.869000', '152651.872000', '152651.874000', '152651.877000', '152651.880000', '152651.882000', '152651.885000', '152651.888000', '152711.772000', '152711.775000', '152711.777000', '152711.780000', '152711.782000', '152711.785000', '152711.788000', '152711.790000', '152711.793000', '152711.796000', '152711.799000', '152711.801000', '152711.804000', '152711.806000', '152711.809000', '152711.812000', '152711.814000', '152711.817000', '152711.825000', '152711.828000', '152711.831000', '152711.833000', '152711.836000', '152711.839000', '152711.842000', '152711.844000', '152711.847000', '152711.849000', '152711.852000', '152711.855000', '152711.857000', '152711.860000', '152711.863000', '152711.865000', '152711.868000', '152711.871000', '152711.873000', '152711.876000', '152711.879000', '152711.881000', '152711.884000', '152711.887000', '152711.889000', '152731.772000', '152731.775000', '152731.777000', '152731.780000', '152731.783000', '152731.786000', '152731.788000', '152731.791000', '152731.794000', '152731.796000', '152731.799000', '152731.802000', '152731.804000', '152731.807000', '152731.810000', '152731.812000', '152731.815000', '152731.818000', '152731.820000', '152731.823000', '152731.826000', '152731.828000', '152731.831000', '152731.834000', '152731.836000', '152731.839000', '152731.842000', '152731.844000', '152731.847000', '152731.850000', '152731.852000', '152731.855000', '152731.858000', '152731.860000', '152731.863000', '152731.866000', '152731.868000', '152731.871000', '152731.874000', '152731.876000', '152731.879000', '152731.882000', '152731.884000', '152731.887000', '152751.772000', '152751.775000', '152751.777000', '152751.780000', '152751.782000', '152751.785000', '152751.788000', '152751.790000', '152751.793000', '152751.796000', '152751.798000', '152751.801000', '152751.804000', '152751.806000', '152751.809000', '152751.812000', '152751.814000', '152751.817000', '152751.819000', '152751.822000', '152751.825000', '152751.827000', '152751.830000', '152751.833000', '152751.835000', '152751.838000', '152751.841000', '152751.843000', '152751.846000', '152751.849000', '152751.851000', '152751.854000', '152751.856000', '152751.859000', '152751.862000', '152751.864000', '152751.867000', '152751.870000', '152751.872000', '152751.875000', '152751.877000', '152751.880000', '152751.883000', '152808.439000', '152808.442000', '152808.445000', '152808.448000', '152808.450000', '152808.453000', '152808.456000', '152808.458000', '152808.461000', '152808.464000', '152808.467000', '152808.470000', '152808.473000', '152808.476000', '152808.479000', '152808.482000', '152808.485000', '152808.488000', '152808.491000', '152808.494000', '152808.497000', '152808.500000', '152808.503000', '152808.506000', '152808.509000', '152808.511000', '152808.514000', '152808.517000', '152808.520000', '152808.523000', '152808.530000', '152808.534000', '152808.545000', '152808.553000', '152808.556000', '152808.559000', '152808.562000'], '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': [10377, 11188, 8293, 8674, 9547, 7891, 8129, 9457, 8477, 8604, 9439, 13140, 15014, 16185, 13551, 8976, 8843, 8984, 7903, 8473, 12740, 14192, 10370, 8501, 7591, 8427, 8508, 8398, 9479, 11396, 9896, 7600, 8768, 8357, 9155, 10599, 12377, 8005, 8623, 7758, 7928, 8519, 10263, 12795, 8821, 10942, 8171, 8418, 8301, 7858, 8294, 8772, 12639, 10601, 8445, 9476, 8712, 7912, 7539, 13649, 11568, 8469, 7744, 8965, 7867, 7856, 10328, 11318, 11231, 8652, 9784, 7689, 7751, 7642, 9394, 12126, 10172, 11049, 10861, 7673, 7869, 7624, 10153, 7759, 10501, 10779, 13654, 11983, 7995, 7688, 9648, 11850, 10828, 12824, 11545, 8002, 7624, 8912, 8154, 8033, 13009, 11551, 8520, 7803, 9395, 7909, 7523, 8992, 7913, 7817, 9250, 13016, 12467, 8643, 10805, 9347, 7609, 7562, 10616, 11666, 10110, 12359, 9268, 7826, 7544, 8259, 8901, 9615, 11754, 12496, 8399, 7663, 9057, 8008, 7711, 9249, 12665, 11331, 8147, 11803, 8009, 7754, 10497, 11365, 9901, 10415, 10129, 7575, 7629, 9753, 7875, 7823, 8087, 10575, 8130, 7723, 7599, 10109, 10896, 7958, 12299, 7955, 7767, 11480, 10261, 10210, 7686, 8001, 7743, 7766, 8530, 12851, 11087, 7713, 7497, 9734, 7844, 7652, 10722, 12489, 10408, 13094, 10577, 7993, 7525, 9992, 7947, 7603, 9205, 10908, 11308, 12150, 11732, 8776, 7906, 11800, 8190, 7667, 14184, 11872, 8093, 7531, 8717, 7568, 7939, 7637, 10223, 10727, 11023, 7842, 10581, 8043, 7979, 8885, 13395, 12306, 10158, 12823, 8253, 7769, 8774, 8859, 8592, 13845, 12208, 8825, 7954, 8073, 8170, 9197, 10806, 8768, 13740, 10543, 7750, 11115, 8487, 7398, 9006, 9136, 9230, 14351, 10389, 8002, 11674, 8285, 7874, 10997, 8166, 7962, 9568, 9446, 11276, 14427, 9768, 7651, 10111, 8505, 8282, 10150, 11621, 9187, 13292, 8322, 8124, 7679, 8010, 7889, 9428, 10935, 10075, 11706, 9260, 7785, 8298, 8235, 7765, 13320, 13300, 9326, 12722, 8583, 7618, 10292, 8361, 7873, 13852, 12051, 8406, 10131, 7812, 7938, 9847, 11158, 9809, 13834, 8667, 7834, 9091, 7921, 8097, 9400, 10783, 8007, 8594, 8203, 7760, 7946, 8845, 8004, 8405, 9330, 13648, 10223, 14333, 11317, 8314, 7837, 8028, 8638, 9050, 10679, 12316, 8246, 7499, 8197, 8132, 7879, 12913, 13484, 10748, 7909, 10188, 7952, 7753, 12032, 13607, 9686, 13510, 8767, 7592, 9592, 8371, 7728, 14117, 11959, 8744, 11041, 8501, 7694, 9883, 8114, 7616, 14313, 11539, 8240, 9941, 7714, 8085, 8103, 7787, 8021, 10428, 10235, 11491, 9691, 7977, 7850, 9394, 8512, 7918, 10093, 8155, 8028, 10609, 8958, 8102, 7739, 8730, 10708, 11425, 11488, 12624, 9029, 7727, 11410, 8190, 8019, 14130, 11888, 8457, 7135, 7601, 8103, 7893, 10393, 10794, 8079, 10351, 7832, 8105, 10214, 11051, 10762, 14684, 11330, 8501, 10533, 8853, 7641, 11769, 11511, 10964, 14335, 9934, 7742, 10404, 8016, 7641, 8471, 7972, 13001, 12624, 11076, 13919, 9850, 9424, 8244, 9589, 8063, 7836, 8963, 7957, 8680, 8366, 8357, 11337, 8734, 8390, 12794, 9373, 8514, 14436, 10578, 8265, 15399, 14225, 9205, 15469, 10169, 9145, 13311, 9172, 8524, 11803, 8688, 9072, 12609, 8581, 8623, 14811, 11795, 8647, 13761, 8255, 8885, 11242, 8026, 8064, 14002, 11004, 8624, 11066, 9139, 8073, 10190, 9148, 8266, 8343, 9089, 8246, 8469, 11951, 8686, 8134, 13284, 12643, 9267, 7875, 10167, 8237, 8094, 9508, 8219, 8511, 10350, 10642, 11221, 9874, 7921, 8627, 10165, 7996, 8302, 11696, 9313, 8560, 13145, 12661, 11406, 16862, 11958, 8372, 9268, 8762, 9166, 9409, 8910, 8382, 13617, 14257, 9789, 8574, 11671, 9078, 8974, 10779, 9511, 12046, 15450, 11207, 8839, 11479, 9208, 9532, 10666, 8233, 9026, 14361, 11490, 8781, 12189, 8655, 9501, 11267, 9603, 9999, 15462, 11328, 8446, 11318, 8580, 8096, 11585, 8830, 8172, 11306, 11533, 9789, 8821, 8501, 8410, 8418, 10394, 9579, 8170, 13197, 12580, 12204, 11120, 10154, 9294, 8849, 13699, 13537, 9727, 8721, 9402, 8451, 8631, 10861, 8987, 8280, 13243, 9828, 9299, 9365, 11196, 9201, 10323, 9604, 14742, 10733, 10670, 9940, 12200, 9420, 11003, 16203, 16000, 11593, 12289, 8962, 8579, 10926, 9432, 9250, 13882, 11600, 8799, 9118, 8624, 7925, 9421, 13535, 11863, 11105, 10603, 7975, 8339, 10440, 8241, 8242, 10073, 8395, 8522, 9591, 8939, 12861, 14858, 10512, 8497, 10104, 8143, 8038, 11327, 9089, 10378, 15340, 12123, 8552, 10959, 8312, 7735, 11000, 8461, 8377, 12227, 9113, 8208, 10995, 9928, 9531, 12096, 14981, 11180, 7743, 10694, 9577, 8308, 9852, 9174, 8305, 11936, 11451, 11203, 13976, 11697, 8892, 8461, 8988, 8135, 8199, 9943, 9847, 7898, 11923, 10740, 12282, 13193, 11531, 8592, 8809, 10847, 8123, 9402, 9942, 8672, 13877, 12954, 9036, 9257, 9819, 8239, 9734, 9457, 8737, 13110, 11641, 10161, 11885, 8868, 8415, 10138, 8508, 9948, 12944, 11405, 13641, 10396, 8267, 10004, 8226, 8479, 14836, 12522, 10029, 12971, 9525, 8531, 12731, 9318, 8528, 15077, 13729, 10137, 13167, 9289, 8323, 12347, 9635, 8349, 14826, 12293, 9223, 12105, 8844, 8746, 10141, 8502, 12121, 12929, 9370, 9937, 8886, 7995, 11136, 8216, 8077, 13982, 11257, 8917, 10136, 9332, 8470, 9255, 9019, 8204, 14375, 13080, 9816, 10000, 8807, 8900, 9454, 8749, 8412, 14225, 12475, 8865, 9378, 8818, 8777, 10938, 9015, 8741, 14750, 12916, 10553, 9373, 9525, 8797, 9271, 9733, 9220, 12110, 15338, 11702, 9073, 11603, 9252, 9537, 11014, 9008, 10957, 15242, 11573, 9077, 11704, 9094, 9410, 10373, 9233, 12102, 14529, 10504, 9281, 9135, 8641, 9485, 9067, 8714, 14139, 12226, 8196, 8766, 9605, 8277, 8688, 9476, 8279, 11684, 14519, 10670, 9066, 10277, 8727, 8677, 14422, 12753, 10319, 14008, 8702, 7841, 9946, 7883, 8708, 12869, 10935, 10257, 15635, 11442, 8949, 9251, 8774, 9451, 9190, 11916, 9693, 8351, 11794, 16198, 12294, 9041, 14015, 9103, 8737, 13513, 11660, 11181, 16897, 11681, 9002, 11154, 8245, 8720, 12773, 10146, 10088, 12326, 8621, 9311, 9401, 7872, 10474, 13639, 9629, 9372, 11043, 8147, 9179, 9003, 8327, 13155, 11737, 10451, 15688, 10850, 8404, 12107, 8716, 8700, 10892, 9552, 12916, 12456, 9105, 9051, 9149, 8875, 11002, 9835, 9892, 16504, 12260, 8543, 11880, 8387, 8950, 12609, 10102, 10071, 16430, 11886, 8482, 13980, 9326, 8687, 11978, 10165, 10184, 15859, 11313, 9061, 10941, 8518, 8072, 13328, 10627, 10582, 10417, 8712, 9473, 9508, 8405, 14523, 12452, 9484, 9432, 9989, 9431, 9863, 8237, 9179, 11817, 8576, 9306, 11579, 9096, 9474, 10938, 9435, 9803, 15080, 13061, 11102, 11262, 9096, 9716, 10694, 9022, 9878, 10425, 10447, 13356, 14073, 9299, 9908, 9677, 9842, 10208, 11070, 9539, 10417, 10437, 15321, 10595, 9919, 10118, 10991, 9338, 12246, 15494, 12497, 9895, 11862, 8314, 9834, 11959, 9685, 8736, 15477, 10563, 9930, 12164, 8976, 9194, 13065, 10784, 11318, 9195, 9395, 9999, 9389, 9697, 10283, 10569, 10180, 10711, 9968, 9730, 10195, 9821, 9398, 11048, 10139, 9275, 16207, 12633, 9833, 12086, 8968, 10100, 14241, 11294, 10266, 15722, 10559, 10273, 11390, 8810, 10014, 14034, 11395, 10280, 13979, 9783, 10409, 12544, 9522, 9961, 13217, 10756, 13834, 10470, 10013, 11695, 8340, 9726, 13794, 12377, 9931, 13839, 9782, 9867, 10479, 9697, 10298, 12198, 9194, 9601, 13131, 11356, 12220, 11247, 9602, 13106, 10182, 10175, 13756, 10639, 11325, 13574, 11179, 14468, 10649, 10561, 12330, 9668, 10681, 10934, 9285, 15275, 12476, 10058, 10806, 10368, 10531, 10406, 9342, 9529, 11102, 11716, 9689, 9960, 8847, 8219, 12430, 9585, 10744, 10768, 9579, 11534, 13462, 11400, 13021, 10867, 9883, 12943, 9796, 10418, 11779, 9416, 15655, 13416, 10462, 14037, 10123, 10626, 10261, 9628, 13443, 10597, 10410, 12810, 10021, 10591, 9837, 9678, 15632, 10731, 9577, 10678, 9110, 9760, 9586, 9785, 10390, 9761, 10152, 13785, 10904, 10571, 16264, 12570, 9863, 11330, 8579, 10514, 12165, 9951, 10006, 14576, 12210, 10704, 11140, 10014, 10484, 10729, 8836, 13448, 9170, 10075, 14689, 11969, 10439, 14834, 10036, 10764, 11159, 10430, 10320, 14480, 12149, 10519, 15981, 11086, 10637, 13078, 9675, 10519, 12909, 10709, 12802, 13831, 10436, 11286, 10247, 10628, 12768, 9406, 10130, 15508, 12014, 10502, 10553, 10198, 11540, 9747, 10130, 10368, 9765, 9568, 13220, 13486, 10167, 10919, 11349, 9839, 9779, 10587, 9552, 10483, 9924, 9473, 14240, 14423, 11314, 10670, 8949, 9527, 10490, 10003, 9610, 12893, 14777, 12117, 10379, 9614, 9250, 10445, 9778, 9791, 10547, 14219, 10052, 9297, 13752, 14758, 11531, 10510, 10529, 9566, 10100, 12647, 11539, 14823, 13560, 10212, 10475, 8936, 9651, 13826, 10502, 9820, 15306, 11414, 10129, 9243, 9795, 12722, 9366, 9026, 16007, 11978, 10299, 10493, 9416, 10084, 13266, 9443, 10275, 13908, 9857, 10804, 14042, 10367, 10962, 14819, 12035, 11638, 10741, 9708, 11001, 10985, 9929, 11127, 10736, 9863, 15108, 13255, 10703, 11498, 10501, 10403, 13180, 10249, 10253, 15823, 12647, 10734, 13203, 9594, 11205, 12826, 10133, 10837, 13710, 10245, 11248, 10860, 10442, 14547, 10649, 10480, 16033, 11442, 10944, 12585, 9238, 10181, 14855], 'WindowCenter': [4543.0, 4536.0, 4493.0, 4480.0, 4486.0, 4457.0, 4456.0, 4475.0, 4466.0, 4464.0, 4473.0, 4503.0, 4528.0, 4525.0, 4514.0, 4466.0, 4464.0, 4462.0, 4443.0, 4451.0, 4501.0, 4514.0, 4486.0, 4464.0, 4456.0, 4464.0, 4463.0, 4452.0, 4475.0, 4496.0, 4485.0, 4446.0, 4465.0, 4452.0, 4476.0, 4485.0, 4505.0, 4468.0, 4465.0, 4454.0, 4454.0, 4465.0, 4486.0, 4517.0, 4488.0, 4508.0, 4478.0, 4481.0, 4477.0, 4465.0, 4467.0, 4477.0, 4517.0, 4510.0, 4480.0, 4500.0, 4478.0, 4496.0, 4471.0, 4517.0, 4497.0, 4457.0, 4445.0, 4465.0, 4456.0, 4457.0, 4487.0, 4498.0, 4500.0, 4470.0, 4488.0, 4459.0, 4458.0, 4446.0, 4476.0, 4497.0, 4488.0, 4497.0, 4488.0, 4448.0, 4447.0, 4446.0, 4475.0, 4434.0, 4476.0, 4486.0, 4508.0, 4498.0, 4459.0, 4448.0, 4466.0, 4485.0, 4487.0, 4497.0, 4486.0, 4447.0, 4437.0, 4455.0, 4434.0, 4445.0, 4495.0, 4486.0, 4456.0, 4436.0, 4466.0, 4446.0, 4437.0, 4456.0, 4447.0, 4447.0, 4467.0, 4508.0, 4509.0, 4470.0, 4488.0, 4468.0, 4449.0, 4447.0, 4476.0, 4485.0, 4477.0, 4496.0, 4466.0, 4448.0, 4446.0, 4454.0, 4467.0, 4478.0, 4497.0, 4507.0, 4470.0, 4461.0, 4467.0, 4456.0, 4445.0, 4465.0, 4507.0, 4488.0, 4448.0, 4497.0, 4457.0, 4457.0, 4473.0, 4485.0, 4473.0, 4474.0, 4474.0, 4435.0, 4434.0, 4452.0, 4432.0, 4433.0, 4432.0, 4472.0, 4433.0, 4434.0, 4433.0, 4473.0, 4484.0, 4434.0, 4483.0, 4445.0, 4445.0, 4483.0, 4463.0, 4474.0, 4434.0, 4445.0, 4445.0, 4446.0, 4467.0, 4518.0, 4511.0, 4460.0, 4449.0, 4488.0, 4458.0, 4446.0, 4485.0, 4497.0, 4488.0, 4507.0, 4486.0, 4458.0, 4457.0, 4487.0, 4458.0, 4458.0, 4466.0, 4488.0, 4499.0, 4509.0, 4498.0, 4469.0, 4458.0, 4496.0, 4444.0, 4435.0, 4505.0, 4485.0, 4447.0, 4436.0, 4456.0, 4446.0, 4456.0, 4435.0, 4476.0, 4488.0, 4488.0, 4460.0, 4488.0, 4448.0, 4446.0, 4454.0, 4496.0, 4486.0, 4474.0, 4495.0, 4445.0, 4435.0, 4442.0, 4442.0, 4443.0, 4493.0, 4484.0, 4454.0, 4444.0, 4433.0, 4443.0, 4440.0, 4462.0, 4442.0, 4491.0, 4463.0, 4423.0, 4473.0, 4444.0, 4423.0, 4441.0, 4441.0, 4453.0, 4493.0, 4464.0, 4434.0, 4483.0, 4444.0, 4433.0, 4462.0, 4432.0, 4431.0, 4451.0, 4453.0, 4473.0, 4493.0, 4464.0, 4433.0, 4463.0, 4455.0, 4443.0, 4461.0, 4474.0, 4454.0, 4505.0, 4456.0, 4458.0, 4446.0, 4446.0, 4446.0, 4465.0, 4487.0, 4475.0, 4496.0, 4466.0, 4446.0, 4444.0, 4443.0, 4434.0, 4494.0, 4495.0, 4455.0, 4494.0, 4454.0, 4434.0, 4462.0, 4442.0, 4432.0, 4493.0, 4485.0, 4445.0, 4474.0, 4434.0, 4433.0, 4462.0, 4473.0, 4463.0, 4503.0, 4454.0, 4433.0, 4452.0, 4430.0, 4432.0, 4452.0, 4484.0, 4446.0, 4455.0, 4455.0, 4445.0, 4445.0, 4455.0, 4444.0, 4444.0, 4453.0, 4505.0, 4477.0, 4506.0, 4486.0, 4456.0, 4446.0, 4444.0, 4455.0, 4467.0, 4489.0, 4508.0, 4469.0, 4450.0, 4457.0, 4456.0, 4457.0, 4507.0, 4517.0, 4487.0, 4457.0, 4486.0, 4456.0, 4434.0, 4494.0, 4506.0, 4465.0, 4505.0, 4455.0, 4445.0, 4463.0, 4442.0, 4433.0, 4503.0, 4484.0, 4454.0, 4483.0, 4453.0, 4433.0, 4461.0, 4431.0, 4432.0, 4503.0, 4484.0, 4443.0, 4462.0, 4433.0, 4431.0, 4430.0, 4431.0, 4431.0, 4462.0, 4464.0, 4483.0, 4464.0, 4445.0, 4445.0, 4464.0, 4455.0, 4444.0, 4474.0, 4434.0, 4435.0, 4475.0, 4456.0, 4447.0, 4436.0, 4456.0, 4477.0, 4497.0, 4497.0, 4506.0, 4466.0, 4446.0, 4485.0, 4445.0, 4445.0, 4518.0, 4500.0, 4459.0, 4438.0, 4445.0, 4445.0, 4445.0, 4486.0, 4497.0, 4459.0, 4487.0, 4458.0, 4458.0, 4486.0, 4486.0, 4487.0, 4516.0, 4487.0, 4456.0, 4473.0, 4453.0, 4432.0, 4482.0, 4483.0, 4473.0, 4502.0, 4463.0, 4432.0, 4471.0, 4431.0, 4420.0, 4429.0, 4430.0, 4491.0, 4495.0, 4487.0, 4494.0, 4452.0, 4451.0, 4430.0, 4438.0, 4419.0, 4410.0, 4429.0, 4421.0, 4441.0, 4431.0, 4431.0, 4460.0, 4428.0, 4430.0, 4467.0, 4428.0, 4416.0, 4476.0, 4448.0, 4416.0, 4477.0, 4478.0, 4438.0, 4486.0, 4448.0, 4436.0, 4466.0, 4426.0, 4414.0, 4455.0, 4427.0, 4426.0, 4467.0, 4427.0, 4427.0, 4488.0, 4470.0, 4441.0, 4489.0, 4431.0, 4440.0, 4468.0, 4430.0, 4431.0, 4492.0, 4473.0, 4445.0, 4473.0, 4453.0, 4434.0, 4462.0, 4440.0, 4431.0, 4430.0, 4441.0, 4434.0, 4433.0, 4484.0, 4444.0, 4434.0, 4505.0, 4495.0, 4467.0, 4434.0, 4473.0, 4444.0, 4433.0, 4452.0, 4443.0, 4443.0, 4463.0, 4476.0, 4484.0, 4475.0, 4445.0, 4457.0, 4475.0, 4446.0, 4447.0, 4486.0, 4467.0, 4457.0, 4506.0, 4509.0, 4499.0, 4529.0, 4487.0, 4459.0, 4465.0, 4456.0, 4464.0, 4453.0, 4455.0, 4456.0, 4518.0, 4517.0, 4478.0, 4456.0, 4498.0, 4468.0, 4456.0, 4473.0, 4454.0, 4484.0, 4505.0, 4486.0, 4456.0, 4485.0, 4464.0, 4464.0, 4460.0, 4431.0, 4441.0, 4503.0, 4485.0, 4444.0, 4484.0, 4454.0, 4464.0, 4470.0, 4450.0, 4462.0, 4503.0, 4474.0, 4444.0, 4473.0, 4443.0, 4433.0, 4471.0, 4442.0, 4431.0, 4460.0, 4472.0, 4464.0, 4443.0, 4443.0, 4434.0, 4442.0, 4463.0, 4464.0, 4444.0, 4494.0, 4485.0, 4486.0, 4487.0, 4477.0, 4455.0, 4456.0, 4506.0, 4497.0, 4455.0, 4444.0, 4452.0, 4444.0, 4443.0, 4473.0, 4456.0, 4445.0, 4494.0, 4465.0, 4456.0, 4455.0, 4484.0, 4455.0, 4476.0, 4468.0, 4516.0, 4488.0, 4478.0, 4466.0, 4485.0, 4456.0, 4465.0, 4517.0, 4507.0, 4487.0, 4485.0, 4444.0, 4443.0, 4460.0, 4441.0, 4442.0, 4484.0, 4474.0, 4445.0, 4444.0, 4444.0, 4434.0, 4443.0, 4484.0, 4474.0, 4473.0, 4462.0, 4433.0, 4432.0, 4461.0, 4431.0, 4420.0, 4450.0, 4431.0, 4431.0, 4451.0, 4442.0, 4484.0, 4494.0, 4464.0, 4442.0, 4451.0, 4422.0, 4422.0, 4460.0, 4443.0, 4463.0, 4504.0, 4475.0, 4444.0, 4472.0, 4433.0, 4423.0, 4461.0, 4430.0, 4420.0, 4472.0, 4441.0, 4433.0, 4472.0, 4453.0, 4455.0, 4483.0, 4505.0, 4474.0, 4434.0, 4462.0, 4452.0, 4432.0, 4453.0, 4453.0, 4433.0, 4473.0, 4474.0, 4476.0, 4495.0, 4485.0, 4455.0, 4445.0, 4452.0, 4434.0, 4435.0, 4464.0, 4466.0, 4435.0, 4484.0, 4478.0, 4499.0, 4497.0, 4487.0, 4445.0, 4443.0, 4463.0, 4422.0, 4442.0, 4451.0, 4432.0, 4483.0, 4484.0, 4444.0, 4452.0, 4462.0, 4433.0, 4453.0, 4452.0, 4443.0, 4496.0, 4487.0, 4477.0, 4487.0, 4456.0, 4444.0, 4464.0, 4445.0, 4454.0, 4484.0, 4488.0, 4495.0, 4466.0, 4447.0, 4465.0, 4445.0, 4445.0, 4505.0, 4495.0, 4466.0, 4495.0, 4465.0, 4456.0, 4483.0, 4453.0, 4444.0, 4493.0, 4496.0, 4465.0, 4493.0, 4454.0, 4433.0, 4470.0, 4440.0, 4420.0, 4491.0, 4473.0, 4442.0, 4483.0, 4443.0, 4432.0, 4451.0, 4430.0, 4471.0, 4472.0, 4442.0, 4451.0, 4441.0, 4423.0, 4461.0, 4433.0, 4433.0, 4493.0, 4475.0, 4455.0, 4465.0, 4454.0, 4446.0, 4456.0, 4455.0, 4446.0, 4506.0, 4498.0, 4469.0, 4478.0, 4459.0, 4458.0, 4463.0, 4446.0, 4436.0, 4495.0, 4484.0, 4444.0, 4455.0, 4444.0, 4445.0, 4461.0, 4443.0, 4444.0, 4493.0, 4485.0, 4463.0, 4455.0, 4454.0, 4444.0, 4453.0, 4452.0, 4443.0, 4474.0, 4506.0, 4486.0, 4445.0, 4475.0, 4454.0, 4453.0, 4460.0, 4433.0, 4461.0, 4504.0, 4473.0, 4441.0, 4474.0, 4444.0, 4441.0, 4450.0, 4441.0, 4471.0, 4491.0, 4453.0, 4442.0, 4441.0, 4433.0, 4440.0, 4431.0, 4432.0, 4482.0, 4473.0, 4433.0, 4433.0, 4452.0, 4434.0, 4433.0, 4451.0, 4436.0, 4473.0, 4496.0, 4465.0, 4444.0, 4465.0, 4445.0, 4433.0, 4492.0, 4498.0, 4468.0, 4495.0, 4447.0, 4436.0, 4465.0, 4435.0, 4445.0, 4482.0, 4475.0, 4466.0, 4506.0, 4486.0, 4456.0, 4454.0, 4445.0, 4467.0, 4458.0, 4485.0, 4457.0, 4436.0, 4488.0, 4518.0, 4489.0, 4457.0, 4495.0, 4446.0, 4433.0, 4483.0, 4464.0, 4464.0, 4503.0, 4473.0, 4445.0, 4463.0, 4431.0, 4421.0, 4471.0, 4451.0, 4452.0, 4472.0, 4434.0, 4443.0, 4443.0, 4424.0, 4452.0, 4494.0, 4455.0, 4446.0, 4475.0, 4436.0, 4446.0, 4444.0, 4434.0, 4483.0, 4475.0, 4466.0, 4505.0, 4465.0, 4434.0, 4473.0, 4433.0, 4431.0, 4452.0, 4441.0, 4472.0, 4474.0, 4445.0, 4444.0, 4454.0, 4444.0, 4463.0, 4451.0, 4453.0, 4504.0, 4474.0, 4434.0, 4474.0, 4435.0, 4443.0, 4472.0, 4453.0, 4454.0, 4504.0, 4474.0, 4444.0, 4492.0, 4443.0, 4432.0, 4460.0, 4451.0, 4452.0, 4491.0, 4462.0, 4443.0, 4461.0, 4432.0, 4410.0, 4471.0, 4451.0, 4450.0, 4451.0, 4431.0, 4441.0, 4441.0, 4433.0, 4492.0, 4483.0, 4455.0, 4453.0, 4452.0, 4443.0, 4452.0, 4434.0, 4442.0, 4472.0, 4434.0, 4441.0, 4463.0, 4442.0, 4441.0, 4459.0, 4442.0, 4453.0, 4493.0, 4484.0, 4462.0, 4463.0, 4444.0, 4453.0, 4462.0, 4443.0, 4453.0, 4464.0, 4465.0, 4484.0, 4494.0, 4443.0, 4454.0, 4452.0, 4453.0, 4454.0, 4474.0, 4455.0, 4467.0, 4478.0, 4518.0, 4480.0, 4480.0, 4467.0, 4465.0, 4445.0, 4475.0, 4507.0, 4487.0, 4455.0, 4486.0, 4436.0, 4454.0, 4473.0, 4443.0, 4433.0, 4493.0, 4464.0, 4454.0, 4472.0, 4444.0, 4441.0, 4472.0, 4462.0, 4462.0, 4443.0, 4443.0, 4452.0, 4454.0, 4465.0, 4479.0, 4477.0, 4478.0, 4476.0, 4467.0, 4457.0, 4465.0, 4454.0, 4456.0, 4474.0, 4466.0, 4456.0, 4505.0, 4485.0, 4454.0, 4484.0, 4445.0, 4454.0, 4492.0, 4464.0, 4454.0, 4503.0, 4464.0, 4464.0, 4473.0, 4443.0, 4454.0, 4493.0, 4474.0, 4465.0, 4493.0, 4463.0, 4464.0, 4482.0, 4454.0, 4451.0, 4483.0, 4465.0, 4493.0, 4463.0, 4453.0, 4472.0, 4433.0, 4454.0, 4495.0, 4497.0, 4469.0, 4497.0, 4468.0, 4468.0, 4465.0, 4455.0, 4464.0, 4474.0, 4445.0, 4454.0, 4485.0, 4478.0, 4475.0, 4464.0, 4444.0, 4483.0, 4452.0, 4439.0, 4469.0, 4451.0, 4448.0, 4472.0, 4449.0, 4479.0, 4439.0, 4438.0, 4457.0, 4430.0, 4438.0, 4438.0, 4428.0, 4479.0, 4471.0, 4440.0, 4462.0, 4463.0, 4461.0, 4450.0, 4442.0, 4455.0, 4472.0, 4487.0, 4467.0, 4466.0, 4456.0, 4459.0, 4496.0, 4457.0, 4464.0, 4475.0, 4455.0, 4474.0, 4497.0, 4487.0, 4497.0, 4475.0, 4453.0, 4482.0, 4456.0, 4461.0, 4473.0, 4442.0, 4492.0, 4485.0, 4464.0, 4493.0, 4453.0, 4460.0, 4450.0, 4441.0, 4469.0, 4451.0, 4451.0, 4470.0, 4451.0, 4462.0, 4466.0, 4453.0, 4505.0, 4462.0, 4442.0, 4451.0, 4443.0, 4454.0, 4455.0, 4465.0, 4466.0, 4467.0, 4466.0, 4507.0, 4480.0, 4468.0, 4517.0, 4485.0, 4454.0, 4464.0, 4435.0, 4465.0, 4475.0, 4466.0, 4454.0, 4497.0, 4488.0, 4466.0, 4476.0, 4456.0, 4465.0, 4464.0, 4445.0, 4495.0, 4444.0, 4454.0, 4493.0, 4475.0, 4476.0, 4506.0, 4465.0, 4477.0, 4474.0, 4474.0, 4464.0, 4505.0, 4486.0, 4466.0, 4515.0, 4478.0, 4475.0, 4496.0, 4454.0, 4462.0, 4483.0, 4464.0, 4484.0, 4494.0, 4464.0, 4472.0, 4464.0, 4462.0, 4483.0, 4443.0, 4464.0, 4506.0, 4486.0, 4464.0, 4466.0, 4478.0, 4487.0, 4457.0, 4479.0, 4476.0, 4465.0, 4467.0, 4497.0, 4508.0, 4479.0, 4490.0, 4489.0, 4468.0, 4467.0, 4465.0, 4454.0, 4462.0, 4455.0, 4456.0, 4496.0, 4495.0, 4473.0, 4464.0, 4443.0, 4454.0, 4464.0, 4464.0, 4455.0, 4486.0, 4508.0, 4498.0, 4466.0, 4456.0, 4456.0, 4478.0, 4477.0, 4466.0, 4464.0, 4493.0, 4454.0, 4456.0, 4497.0, 4508.0, 4489.0, 4478.0, 4479.0, 4468.0, 4465.0, 4485.0, 4475.0, 4496.0, 4487.0, 4456.0, 4465.0, 4445.0, 4442.0, 4482.0, 4452.0, 4441.0, 4492.0, 4463.0, 4450.0, 4441.0, 4452.0, 4483.0, 4456.0, 4446.0, 4505.0, 4475.0, 4454.0, 4464.0, 4443.0, 4453.0, 4484.0, 4454.0, 4454.0, 4485.0, 4467.0, 4465.0, 4496.0, 4466.0, 4466.0, 4496.0, 4474.0, 4472.0, 4464.0, 4443.0, 4463.0, 4465.0, 4468.0, 4476.0, 4476.0, 4469.0, 4505.0, 4499.0, 4479.0, 4487.0, 4476.0, 4476.0, 4495.0, 4464.0, 4466.0, 4506.0, 4497.0, 4475.0, 4496.0, 4456.0, 4474.0, 4484.0, 4464.0, 4463.0, 4496.0, 4464.0, 4474.0, 4465.0, 4466.0, 4493.0, 4466.0, 4464.0, 4506.0, 4476.0, 4465.0, 4484.0, 4456.0, 4465.0, 4495.0], 'WindowWidth': [9977.0, 9956.0, 9889.0, 9865.0, 9865.0, 9824.0, 9820.0, 9845.0, 9834.0, 9829.0, 9839.0, 9880.0, 9920.0, 9915.0, 9899.0, 9834.0, 9828.0, 9823.0, 9797.0, 9805.0, 9873.0, 9894.0, 9859.0, 9831.0, 9821.0, 9830.0, 9825.0, 9808.0, 9842.0, 9873.0, 9857.0, 9806.0, 9831.0, 9810.0, 9847.0, 9857.0, 9885.0, 9841.0, 9834.0, 9815.0, 9816.0, 9830.0, 9861.0, 9906.0, 9868.0, 9896.0, 9856.0, 9864.0, 9854.0, 9834.0, 9838.0, 9850.0, 9907.0, 9901.0, 9862.0, 9890.0, 9855.0, 9895.0, 9846.0, 9901.0, 9874.0, 9817.0, 9799.0, 9827.0, 9817.0, 9819.0, 9860.0, 9876.0, 9884.0, 9841.0, 9865.0, 9826.0, 9823.0, 9804.0, 9843.0, 9873.0, 9863.0, 9873.0, 9863.0, 9808.0, 9805.0, 9801.0, 9839.0, 9782.0, 9839.0, 9854.0, 9888.0, 9876.0, 9823.0, 9807.0, 9826.0, 9850.0, 9857.0, 9870.0, 9854.0, 9803.0, 9789.0, 9810.0, 9781.0, 9796.0, 9864.0, 9854.0, 9813.0, 9787.0, 9826.0, 9800.0, 9788.0, 9812.0, 9801.0, 9801.0, 9831.0, 9889.0, 9891.0, 9839.0, 9861.0, 9833.0, 9810.0, 9803.0, 9841.0, 9854.0, 9844.0, 9869.0, 9829.0, 9808.0, 9804.0, 9809.0, 9831.0, 9848.0, 9874.0, 9890.0, 9845.0, 9834.0, 9834.0, 9817.0, 9800.0, 9827.0, 9886.0, 9861.0, 9806.0, 9875.0, 9821.0, 9821.0, 9834.0, 9850.0, 9834.0, 9834.0, 9835.0, 9784.0, 9783.0, 9803.0, 9774.0, 9776.0, 9776.0, 9827.0, 9779.0, 9781.0, 9780.0, 9833.0, 9850.0, 9779.0, 9844.0, 9796.0, 9801.0, 9846.0, 9819.0, 9834.0, 9781.0, 9798.0, 9799.0, 9801.0, 9833.0, 9905.0, 9900.0, 9831.0, 9815.0, 9863.0, 9823.0, 9803.0, 9853.0, 9871.0, 9861.0, 9887.0, 9858.0, 9824.0, 9823.0, 9861.0, 9822.0, 9823.0, 9829.0, 9862.0, 9880.0, 9892.0, 9877.0, 9838.0, 9821.0, 9868.0, 9795.0, 9781.0, 9878.0, 9850.0, 9803.0, 9787.0, 9815.0, 9801.0, 9816.0, 9784.0, 9842.0, 9860.0, 9863.0, 9826.0, 9863.0, 9806.0, 9800.0, 9807.0, 9866.0, 9857.0, 9835.0, 9865.0, 9798.0, 9784.0, 9788.0, 9786.0, 9789.0, 9857.0, 9846.0, 9807.0, 9794.0, 9780.0, 9790.0, 9782.0, 9813.0, 9787.0, 9854.0, 9818.0, 9764.0, 9830.0, 9794.0, 9763.0, 9782.0, 9785.0, 9802.0, 9858.0, 9821.0, 9781.0, 9846.0, 9793.0, 9776.0, 9814.0, 9775.0, 9771.0, 9796.0, 9803.0, 9829.0, 9860.0, 9821.0, 9779.0, 9820.0, 9814.0, 9790.0, 9811.0, 9833.0, 9808.0, 9878.0, 9816.0, 9823.0, 9804.0, 9803.0, 9801.0, 9824.0, 9857.0, 9840.0, 9868.0, 9830.0, 9803.0, 9797.0, 9792.0, 9779.0, 9860.0, 9865.0, 9810.0, 9860.0, 9807.0, 9782.0, 9817.0, 9789.0, 9776.0, 9859.0, 9851.0, 9798.0, 9836.0, 9783.0, 9779.0, 9813.0, 9831.0, 9816.0, 9876.0, 9809.0, 9779.0, 9802.0, 9773.0, 9776.0, 9803.0, 9850.0, 9802.0, 9813.0, 9815.0, 9800.0, 9797.0, 9811.0, 9797.0, 9796.0, 9807.0, 9879.0, 9841.0, 9880.0, 9854.0, 9817.0, 9803.0, 9796.0, 9812.0, 9832.0, 9866.0, 9892.0, 9839.0, 9814.0, 9821.0, 9817.0, 9820.0, 9888.0, 9905.0, 9863.0, 9822.0, 9860.0, 9816.0, 9781.0, 9863.0, 9884.0, 9826.0, 9881.0, 9813.0, 9800.0, 9818.0, 9790.0, 9780.0, 9875.0, 9852.0, 9811.0, 9847.0, 9806.0, 9781.0, 9814.0, 9773.0, 9775.0, 9873.0, 9850.0, 9794.0, 9818.0, 9779.0, 9775.0, 9771.0, 9773.0, 9771.0, 9817.0, 9821.0, 9846.0, 9824.0, 9801.0, 9800.0, 9825.0, 9812.0, 9797.0, 9834.0, 9780.0, 9782.0, 9836.0, 9812.0, 9802.0, 9789.0, 9813.0, 9846.0, 9873.0, 9873.0, 9885.0, 9831.0, 9802.0, 9853.0, 9797.0, 9798.0, 9904.0, 9882.0, 9821.0, 9795.0, 9803.0, 9801.0, 9800.0, 9858.0, 9876.0, 9827.0, 9862.0, 9824.0, 9824.0, 9859.0, 9858.0, 9862.0, 9900.0, 9860.0, 9817.0, 9835.0, 9806.0, 9777.0, 9842.0, 9849.0, 9832.0, 9874.0, 9822.0, 9779.0, 9828.0, 9775.0, 9756.0, 9766.0, 9770.0, 9855.0, 9871.0, 9857.0, 9862.0, 9801.0, 9797.0, 9765.0, 9774.0, 9749.0, 9738.0, 9763.0, 9755.0, 9783.0, 9771.0, 9772.0, 9807.0, 9762.0, 9764.0, 9810.0, 9759.0, 9738.0, 9822.0, 9785.0, 9740.0, 9826.0, 9831.0, 9775.0, 9839.0, 9787.0, 9768.0, 9805.0, 9753.0, 9735.0, 9791.0, 9758.0, 9756.0, 9813.0, 9760.0, 9761.0, 9846.0, 9823.0, 9784.0, 9846.0, 9770.0, 9782.0, 9817.0, 9770.0, 9771.0, 9854.0, 9832.0, 9796.0, 9831.0, 9805.0, 9777.0, 9812.0, 9780.0, 9769.0, 9767.0, 9783.0, 9777.0, 9775.0, 9845.0, 9793.0, 9781.0, 9879.0, 9867.0, 9830.0, 9782.0, 9832.0, 9793.0, 9776.0, 9801.0, 9790.0, 9789.0, 9818.0, 9841.0, 9851.0, 9838.0, 9799.0, 9817.0, 9837.0, 9800.0, 9801.0, 9852.0, 9829.0, 9815.0, 9880.0, 9891.0, 9877.0, 9919.0, 9860.0, 9823.0, 9824.0, 9812.0, 9820.0, 9804.0, 9811.0, 9816.0, 9902.0, 9901.0, 9847.0, 9815.0, 9876.0, 9834.0, 9813.0, 9829.0, 9806.0, 9847.0, 9880.0, 9854.0, 9813.0, 9851.0, 9821.0, 9819.0, 9809.0, 9771.0, 9785.0, 9873.0, 9852.0, 9794.0, 9849.0, 9809.0, 9819.0, 9823.0, 9797.0, 9816.0, 9873.0, 9835.0, 9794.0, 9831.0, 9790.0, 9776.0, 9822.0, 9785.0, 9769.0, 9806.0, 9828.0, 9820.0, 9790.0, 9789.0, 9778.0, 9788.0, 9816.0, 9819.0, 9792.0, 9858.0, 9852.0, 9855.0, 9855.0, 9841.0, 9810.0, 9812.0, 9882.0, 9869.0, 9810.0, 9791.0, 9800.0, 9792.0, 9790.0, 9830.0, 9813.0, 9795.0, 9857.0, 9820.0, 9810.0, 9810.0, 9848.0, 9810.0, 9840.0, 9832.0, 9898.0, 9858.0, 9845.0, 9827.0, 9850.0, 9809.0, 9821.0, 9898.0, 9885.0, 9854.0, 9850.0, 9792.0, 9787.0, 9806.0, 9782.0, 9785.0, 9843.0, 9831.0, 9794.0, 9791.0, 9792.0, 9777.0, 9785.0, 9847.0, 9835.0, 9830.0, 9814.0, 9777.0, 9773.0, 9808.0, 9768.0, 9751.0, 9791.0, 9767.0, 9768.0, 9794.0, 9785.0, 9846.0, 9860.0, 9819.0, 9787.0, 9795.0, 9758.0, 9756.0, 9806.0, 9787.0, 9815.0, 9874.0, 9835.0, 9791.0, 9825.0, 9776.0, 9761.0, 9807.0, 9766.0, 9751.0, 9822.0, 9784.0, 9774.0, 9827.0, 9803.0, 9807.0, 9844.0, 9877.0, 9832.0, 9779.0, 9813.0, 9799.0, 9773.0, 9801.0, 9801.0, 9776.0, 9828.0, 9831.0, 9836.0, 9863.0, 9847.0, 9808.0, 9796.0, 9803.0, 9781.0, 9780.0, 9817.0, 9823.0, 9782.0, 9845.0, 9844.0, 9876.0, 9871.0, 9854.0, 9796.0, 9787.0, 9811.0, 9757.0, 9781.0, 9793.0, 9769.0, 9840.0, 9846.0, 9792.0, 9799.0, 9812.0, 9776.0, 9800.0, 9801.0, 9790.0, 9864.0, 9859.0, 9842.0, 9856.0, 9812.0, 9793.0, 9819.0, 9792.0, 9803.0, 9846.0, 9857.0, 9864.0, 9825.0, 9801.0, 9823.0, 9797.0, 9796.0, 9878.0, 9867.0, 9827.0, 9863.0, 9825.0, 9813.0, 9843.0, 9802.0, 9790.0, 9859.0, 9866.0, 9822.0, 9858.0, 9805.0, 9775.0, 9822.0, 9781.0, 9752.0, 9850.0, 9831.0, 9786.0, 9841.0, 9788.0, 9772.0, 9795.0, 9766.0, 9822.0, 9825.0, 9785.0, 9793.0, 9782.0, 9759.0, 9808.0, 9775.0, 9776.0, 9856.0, 9835.0, 9808.0, 9822.0, 9805.0, 9797.0, 9811.0, 9808.0, 9798.0, 9880.0, 9874.0, 9834.0, 9844.0, 9819.0, 9816.0, 9818.0, 9796.0, 9780.0, 9861.0, 9845.0, 9792.0, 9806.0, 9791.0, 9795.0, 9810.0, 9788.0, 9789.0, 9855.0, 9851.0, 9818.0, 9808.0, 9805.0, 9793.0, 9803.0, 9798.0, 9788.0, 9831.0, 9880.0, 9852.0, 9796.0, 9832.0, 9805.0, 9800.0, 9805.0, 9771.0, 9808.0, 9871.0, 9829.0, 9786.0, 9830.0, 9791.0, 9782.0, 9791.0, 9779.0, 9819.0, 9851.0, 9799.0, 9783.0, 9781.0, 9772.0, 9778.0, 9766.0, 9770.0, 9838.0, 9829.0, 9772.0, 9774.0, 9799.0, 9776.0, 9774.0, 9797.0, 9781.0, 9827.0, 9863.0, 9819.0, 9791.0, 9819.0, 9792.0, 9773.0, 9854.0, 9873.0, 9832.0, 9861.0, 9801.0, 9783.0, 9819.0, 9778.0, 9790.0, 9838.0, 9837.0, 9826.0, 9877.0, 9851.0, 9809.0, 9805.0, 9794.0, 9829.0, 9816.0, 9848.0, 9812.0, 9783.0, 9855.0, 9900.0, 9861.0, 9815.0, 9863.0, 9794.0, 9772.0, 9837.0, 9813.0, 9814.0, 9871.0, 9829.0, 9792.0, 9813.0, 9768.0, 9752.0, 9817.0, 9793.0, 9796.0, 9823.0, 9774.0, 9785.0, 9785.0, 9761.0, 9796.0, 9856.0, 9806.0, 9795.0, 9833.0, 9782.0, 9794.0, 9789.0, 9775.0, 9838.0, 9831.0, 9820.0, 9872.0, 9817.0, 9774.0, 9825.0, 9772.0, 9765.0, 9792.0, 9779.0, 9824.0, 9828.0, 9791.0, 9789.0, 9804.0, 9790.0, 9812.0, 9794.0, 9797.0, 9870.0, 9829.0, 9777.0, 9829.0, 9780.0, 9788.0, 9824.0, 9800.0, 9802.0, 9872.0, 9833.0, 9792.0, 9854.0, 9789.0, 9770.0, 9803.0, 9794.0, 9795.0, 9851.0, 9812.0, 9786.0, 9808.0, 9768.0, 9736.0, 9818.0, 9794.0, 9792.0, 9794.0, 9768.0, 9781.0, 9781.0, 9774.0, 9852.0, 9842.0, 9807.0, 9802.0, 9797.0, 9786.0, 9796.0, 9776.0, 9784.0, 9823.0, 9774.0, 9781.0, 9811.0, 9785.0, 9782.0, 9803.0, 9785.0, 9799.0, 9854.0, 9847.0, 9813.0, 9814.0, 9788.0, 9800.0, 9810.0, 9784.0, 9798.0, 9816.0, 9819.0, 9844.0, 9859.0, 9788.0, 9800.0, 9798.0, 9801.0, 9802.0, 9831.0, 9807.0, 9827.0, 9843.0, 9899.0, 9849.0, 9850.0, 9826.0, 9820.0, 9791.0, 9832.0, 9883.0, 9855.0, 9808.0, 9850.0, 9782.0, 9803.0, 9826.0, 9785.0, 9772.0, 9855.0, 9817.0, 9801.0, 9825.0, 9789.0, 9781.0, 9824.0, 9812.0, 9812.0, 9786.0, 9787.0, 9799.0, 9804.0, 9822.0, 9848.0, 9841.0, 9844.0, 9838.0, 9824.0, 9812.0, 9819.0, 9804.0, 9808.0, 9830.0, 9823.0, 9808.0, 9877.0, 9850.0, 9803.0, 9842.0, 9792.0, 9802.0, 9850.0, 9815.0, 9800.0, 9868.0, 9814.0, 9815.0, 9828.0, 9789.0, 9803.0, 9854.0, 9832.0, 9819.0, 9856.0, 9817.0, 9816.0, 9839.0, 9802.0, 9795.0, 9841.0, 9820.0, 9855.0, 9815.0, 9802.0, 9825.0, 9775.0, 9804.0, 9864.0, 9870.0, 9832.0, 9865.0, 9829.0, 9828.0, 9818.0, 9806.0, 9817.0, 9830.0, 9793.0, 9801.0, 9845.0, 9840.0, 9832.0, 9816.0, 9789.0, 9838.0, 9795.0, 9773.0, 9813.0, 9790.0, 9784.0, 9820.0, 9787.0, 9828.0, 9773.0, 9769.0, 9793.0, 9760.0, 9768.0, 9771.0, 9756.0, 9829.0, 9821.0, 9776.0, 9809.0, 9815.0, 9808.0, 9791.0, 9785.0, 9806.0, 9827.0, 9856.0, 9829.0, 9824.0, 9813.0, 9822.0, 9865.0, 9811.0, 9816.0, 9833.0, 9806.0, 9831.0, 9869.0, 9854.0, 9866.0, 9834.0, 9802.0, 9839.0, 9807.0, 9809.0, 9827.0, 9785.0, 9853.0, 9850.0, 9816.0, 9856.0, 9801.0, 9806.0, 9793.0, 9778.0, 9816.0, 9793.0, 9793.0, 9820.0, 9795.0, 9814.0, 9827.0, 9803.0, 9875.0, 9809.0, 9780.0, 9793.0, 9785.0, 9801.0, 9806.0, 9822.0, 9823.0, 9824.0, 9822.0, 9880.0, 9849.0, 9828.0, 9898.0, 9849.0, 9803.0, 9814.0, 9780.0, 9819.0, 9833.0, 9821.0, 9803.0, 9866.0, 9856.0, 9823.0, 9835.0, 9809.0, 9818.0, 9815.0, 9794.0, 9859.0, 9790.0, 9802.0, 9856.0, 9835.0, 9837.0, 9881.0, 9823.0, 9840.0, 9833.0, 9832.0, 9820.0, 9874.0, 9851.0, 9824.0, 9892.0, 9844.0, 9836.0, 9864.0, 9804.0, 9811.0, 9840.0, 9815.0, 9842.0, 9858.0, 9816.0, 9826.0, 9818.0, 9814.0, 9843.0, 9789.0, 9815.0, 9881.0, 9852.0, 9817.0, 9824.0, 9842.0, 9854.0, 9812.0, 9846.0, 9839.0, 9821.0, 9826.0, 9868.0, 9885.0, 9848.0, 9862.0, 9860.0, 9828.0, 9827.0, 9819.0, 9801.0, 9811.0, 9807.0, 9809.0, 9864.0, 9866.0, 9830.0, 9817.0, 9786.0, 9802.0, 9815.0, 9817.0, 9808.0, 9849.0, 9888.0, 9874.0, 9824.0, 9809.0, 9808.0, 9844.0, 9844.0, 9823.0, 9816.0, 9855.0, 9803.0, 9809.0, 9867.0, 9886.0, 9859.0, 9845.0, 9846.0, 9828.0, 9819.0, 9846.0, 9831.0, 9862.0, 9851.0, 9808.0, 9820.0, 9791.0, 9784.0, 9836.0, 9795.0, 9777.0, 9852.0, 9812.0, 9789.0, 9781.0, 9796.0, 9841.0, 9811.0, 9795.0, 9878.0, 9833.0, 9800.0, 9815.0, 9787.0, 9800.0, 9840.0, 9804.0, 9801.0, 9844.0, 9825.0, 9821.0, 9862.0, 9822.0, 9822.0, 9863.0, 9834.0, 9826.0, 9813.0, 9787.0, 9812.0, 9818.0, 9831.0, 9837.0, 9837.0, 9829.0, 9876.0, 9874.0, 9844.0, 9853.0, 9838.0, 9838.0, 9859.0, 9819.0, 9821.0, 9877.0, 9867.0, 9833.0, 9862.0, 9809.0, 9830.0, 9843.0, 9816.0, 9814.0, 9862.0, 9817.0, 9830.0, 9818.0, 9820.0, 9857.0, 9824.0, 9817.0, 9880.0, 9836.0, 9818.0, 9844.0, 9810.0, 9817.0, 9862.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.009555655799848371</td></tr>
<tr><td colspan=3>aqi</td><td>0.07374811895375284</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.949829828163935</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1998787736570575</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0973443024279217</td></tr>
<tr><td colspan=3>efc</td><td>0.4523</td></tr>
<tr><td colspan=3>fber</td><td>6433.0708</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1249152498038197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>153</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.599696739954512</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6224104342382115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5119879401095404</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.841732295884186</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513511066720908</td></tr>
<tr><td colspan=3>gcor</td><td>0.0038967</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013943745754659176</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023648235946893692</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>3.7456302834760113</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>22.4932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9887</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.068</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305190.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.8773</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7992</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9148</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3662.5955</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71354.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1045.4776</td></tr>
<tr><td colspan=3>tsnr</td><td>24.2676680747536</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>