<?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-0124_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0124_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-04/func/sub-0124_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f3174b2911d2b6da2653fd4498cb94d1</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>17:16:26.885000</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.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0925041</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4d1532a-817f-43fe-abce-91098020797f||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.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['171626.885000', '171627.345000', '171627.805000', '171628.265000', '171628.725000', '171629.185000', '171629.645000', '171630.105000', '171630.565000', '171631.025000', '171631.485000', '171631.945000', '171632.405000', '171632.865000', '171633.325000', '171633.785000', '171634.245000', '171634.705000', '171635.165000', '171635.625000', '171636.085000', '171636.545000', '171637.005000', '171637.465000', '171637.925000', '171638.385000', '171638.845000', '171639.305000', '171639.765000', '171640.225000', '171640.685000', '171641.145000', '171641.605000', '171642.065000', '171642.525000', '171642.985000', '171643.445000', '171643.905000', '171644.365000', '171644.825000', '171645.285000', '171645.745000', '171646.205000', '171646.665000', '171647.125000', '171647.585000', '171648.045000', '171648.505000', '171648.965000', '171649.425000', '171649.885000', '171650.345000', '171650.805000', '171651.265000', '171651.725000', '171652.185000', '171652.645000', '171653.105000', '171653.565000', '171654.025000', '171654.485000', '171654.945000', '171655.405000', '171655.865000', '171656.325000', '171656.785000', '171657.245000', '171657.705000', '171658.165000', '171658.625000', '171659.085000', '171659.545000', '171700.005000', '171700.465000', '171700.925000', '171701.385000', '171701.845000', '171702.305000', '171702.765000', '171703.225000', '171703.685000', '171704.145000', '171704.605000', '171705.065000', '171705.525000', '171705.985000', '171706.445000', '171706.905000', '171707.365000', '171707.825000', '171708.285000', '171708.745000', '171709.205000', '171709.665000', '171710.125000', '171710.585000', '171711.045000', '171711.505000', '171711.965000', '171712.425000', '171712.885000', '171713.345000', '171713.805000', '171714.265000', '171714.725000', '171715.185000', '171715.645000', '171716.105000', '171716.565000', '171717.025000', '171717.485000', '171717.945000', '171718.405000', '171718.865000', '171719.325000', '171719.785000', '171720.245000', '171720.705000', '171721.165000', '171721.625000', '171722.085000', '171722.545000', '171723.005000', '171723.465000', '171723.925000', '171724.385000', '171724.845000', '171725.305000', '171725.765000', '171726.225000', '171726.685000', '171727.145000', '171727.605000', '171728.065000', '171728.525000', '171728.985000', '171729.445000', '171729.905000', '171730.365000', '171730.825000', '171731.285000', '171731.745000', '171732.205000', '171732.665000', '171733.125000', '171733.585000', '171734.045000', '171734.505000', '171734.965000', '171735.425000', '171735.885000', '171736.345000', '171736.805000', '171737.265000', '171737.725000', '171738.185000', '171738.645000', '171739.105000', '171739.565000', '171740.025000', '171740.485000', '171740.945000', '171741.405000', '171741.865000', '171742.325000', '171742.785000', '171743.245000', '171743.705000', '171744.165000', '171744.625000', '171745.085000', '171745.545000', '171746.005000', '171746.465000', '171746.925000', '171747.385000', '171747.845000', '171748.305000', '171748.765000', '171749.225000', '171749.685000', '171750.145000', '171750.605000', '171751.065000', '171751.525000', '171751.985000', '171752.445000', '171752.905000', '171753.365000', '171753.825000', '171754.285000', '171754.745000', '171755.205000', '171755.665000', '171756.125000', '171756.585000', '171757.045000', '171757.505000', '171757.965000', '171758.425000', '171758.885000', '171759.345000', '171759.805000', '171800.265000', '171800.725000', '171801.185000', '171801.645000', '171802.105000', '171802.565000', '171803.025000', '171803.485000', '171803.945000', '171804.405000', '171804.865000', '171805.325000', '171805.785000', '171806.245000', '171806.705000', '171807.165000', '171807.625000', '171808.085000', '171808.545000', '171809.005000', '171809.465000', '171809.925000', '171810.385000', '171810.845000', '171811.305000', '171811.765000', '171812.225000', '171812.685000', '171813.145000', '171813.605000', '171814.065000', '171814.525000', '171814.985000', '171815.445000', '171815.905000', '171816.365000', '171816.825000', '171817.285000', '171817.745000', '171818.205000', '171818.665000', '171819.125000', '171819.585000', '171820.045000', '171820.505000', '171820.965000', '171821.425000', '171821.885000', '171822.345000', '171822.805000', '171823.265000', '171823.725000', '171824.185000', '171824.645000', '171825.105000', '171825.565000', '171826.025000', '171826.485000', '171826.945000', '171827.405000', '171827.865000', '171828.325000', '171828.785000', '171829.245000', '171829.705000', '171830.165000', '171830.625000', '171831.085000', '171831.545000', '171832.005000', '171832.465000', '171832.925000', '171833.385000', '171833.845000', '171834.305000', '171834.765000', '171835.225000', '171835.685000', '171836.145000', '171836.605000', '171837.065000', '171837.525000', '171837.985000', '171838.445000', '171838.905000', '171839.365000', '171839.825000', '171840.285000', '171840.745000', '171841.205000', '171841.665000', '171842.125000', '171842.585000', '171843.045000', '171843.505000', '171843.965000', '171844.425000', '171844.885000', '171845.345000', '171845.805000', '171846.265000', '171846.725000', '171847.185000', '171847.645000', '171848.105000', '171848.565000', '171849.025000', '171849.485000', '171849.945000', '171850.405000', '171850.865000', '171851.325000', '171851.785000', '171852.245000', '171852.705000', '171853.165000', '171853.625000', '171854.085000', '171854.545000', '171855.005000', '171855.465000', '171855.925000', '171856.385000', '171856.845000', '171857.305000', '171857.765000', '171858.225000', '171858.685000', '171859.145000', '171859.605000', '171900.065000', '171900.525000', '171900.985000', '171901.445000', '171901.905000', '171902.365000', '171902.825000', '171903.285000', '171903.745000', '171904.205000', '171904.665000', '171905.125000', '171905.585000', '171906.045000', '171906.505000', '171906.965000', '171907.425000', '171907.885000', '171908.345000', '171908.805000', '171909.265000', '171909.725000', '171910.185000', '171910.645000', '171911.105000', '171911.565000', '171912.025000', '171912.485000', '171912.945000', '171913.405000', '171913.865000', '171914.325000', '171914.785000', '171915.245000', '171915.705000', '171916.165000', '171916.625000', '171917.085000', '171917.545000', '171918.005000', '171918.465000', '171918.925000', '171919.385000', '171919.845000', '171920.305000', '171920.765000', '171921.225000', '171921.685000', '171922.145000', '171922.605000', '171923.065000', '171923.525000', '171923.985000', '171924.445000', '171924.905000', '171925.365000', '171925.825000', '171926.285000', '171926.745000', '171927.205000', '171927.665000', '171928.125000', '171928.585000', '171929.045000', '171929.505000', '171929.965000', '171930.425000', '171930.885000', '171931.345000', '171931.805000', '171932.265000', '171932.725000', '171933.185000', '171933.645000', '171934.105000', '171934.565000', '171935.025000', '171935.485000', '171935.945000', '171936.405000', '171936.865000', '171937.325000', '171937.785000', '171938.245000', '171938.705000', '171939.165000', '171939.625000', '171940.085000', '171940.545000', '171941.005000', '171941.465000', '171941.925000', '171942.385000', '171942.845000', '171943.305000', '171943.765000', '171944.225000', '171944.685000', '171945.145000', '171945.605000', '171946.065000', '171946.525000', '171946.985000', '171947.445000', '171947.905000', '171948.365000', '171948.825000', '171949.285000', '171949.745000', '171950.205000', '171950.665000', '171951.125000', '171951.585000', '171952.045000', '171952.505000', '171952.965000', '171953.425000', '171953.885000', '171954.345000', '171954.805000', '171955.265000', '171955.725000', '171956.185000', '171956.645000', '171957.105000', '171957.565000', '171958.025000', '171958.485000', '171958.945000', '171959.405000', '171959.865000', '172000.325000', '172000.785000', '172001.245000', '172001.705000', '172002.165000', '172002.625000', '172003.085000', '172003.545000', '172004.005000', '172004.465000', '172004.925000', '172005.385000', '172005.845000', '172006.305000', '172006.765000', '172007.225000', '172007.685000', '172008.145000', '172008.605000', '172009.065000', '172009.525000', '172009.985000', '172010.445000', '172010.905000', '172011.365000', '172011.825000', '172012.285000', '172012.745000', '172013.205000', '172013.665000', '172014.125000', '172014.585000', '172015.045000', '172015.505000', '172015.965000', '172016.425000', '172016.885000', '172017.345000', '172017.805000', '172018.265000', '172018.725000', '172019.185000', '172019.645000', '172020.105000', '172020.565000', '172021.025000', '172021.485000', '172021.945000', '172022.405000', '172022.865000', '172023.325000', '172023.785000', '172024.245000', '172024.705000', '172025.165000', '172025.625000', '172026.085000', '172026.545000', '172027.005000', '172027.465000', '172027.925000', '172028.385000', '172028.845000', '172029.305000', '172029.765000', '172030.225000', '172030.685000', '172031.145000', '172031.605000', '172032.065000', '172032.525000', '172032.985000', '172033.445000', '172033.905000', '172034.365000', '172034.825000', '172035.285000', '172035.745000', '172036.205000', '172036.665000', '172037.125000', '172037.585000', '172038.045000', '172038.505000', '172038.965000', '172039.425000', '172039.885000', '172040.345000', '172040.805000', '172041.265000', '172041.725000', '172042.185000', '172042.645000', '172043.105000', '172043.565000', '172044.025000', '172044.485000', '172044.945000', '172045.405000', '172045.865000', '172046.325000', '172046.785000', '172047.245000', '172047.705000', '172048.165000', '172048.625000', '172049.085000', '172049.545000', '172050.005000', '172050.465000', '172050.925000', '172051.385000', '172051.845000', '172052.305000', '172052.765000', '172053.225000', '172053.685000', '172054.145000', '172054.605000', '172055.065000', '172055.525000', '172055.985000', '172056.445000', '172056.905000', '172057.365000', '172057.825000', '172058.285000', '172058.745000', '172059.205000', '172059.665000', '172100.125000', '172100.585000', '172101.045000', '172101.505000', '172101.965000', '172102.425000', '172102.885000', '172103.345000', '172103.805000', '172104.265000', '172104.725000', '172105.185000', '172105.645000', '172106.105000', '172106.565000', '172107.025000', '172107.485000', '172107.945000', '172108.405000', '172108.865000', '172109.325000', '172109.785000', '172110.245000', '172110.705000', '172111.165000', '172111.625000', '172112.085000', '172112.545000', '172113.005000', '172113.465000', '172113.925000', '172114.385000', '172114.845000', '172115.305000', '172115.765000', '172116.225000', '172116.685000', '172117.145000', '172117.605000', '172118.065000', '172118.525000', '172118.985000', '172119.445000', '172119.905000', '172120.365000', '172120.825000', '172121.285000', '172121.745000', '172122.205000', '172122.665000', '172123.125000', '172123.585000', '172124.045000', '172124.505000', '172124.965000', '172125.425000', '172125.885000', '172126.345000', '172126.805000', '172127.265000', '172127.725000', '172128.185000', '172128.645000', '172129.105000', '172129.565000', '172130.025000', '172130.485000', '172130.945000', '172131.405000', '172131.865000', '172132.325000', '172132.785000', '172133.245000', '172133.705000', '172134.165000', '172134.625000', '172135.085000', '172135.545000', '172136.005000', '172136.465000', '172136.925000', '172137.385000', '172137.845000', '172138.305000', '172138.765000', '172139.225000', '172139.685000', '172140.145000', '172140.605000', '172141.065000', '172141.525000', '172141.985000', '172142.445000', '172142.905000', '172143.365000', '172143.825000', '172144.285000', '172144.745000', '172145.205000', '172145.665000', '172146.125000', '172146.585000', '172147.045000', '172147.505000', '172147.965000', '172148.425000', '172148.885000', '172149.345000', '172149.805000', '172150.265000', '172150.725000', '172151.185000', '172151.645000', '172152.105000', '172152.565000', '172153.025000', '172153.485000', '172153.945000', '172154.405000', '172154.865000', '172155.325000', '172155.785000', '172156.245000', '172156.705000', '172157.165000', '172157.625000', '172158.085000', '172158.545000', '172159.005000', '172159.465000', '172159.925000', '172200.385000', '172200.845000', '172201.305000', '172201.765000', '172202.225000', '172202.685000', '172203.145000', '172203.605000', '172204.065000', '172204.525000', '172204.985000', '172205.445000', '172205.905000', '172206.365000', '172206.825000', '172207.285000', '172207.745000', '172208.205000', '172208.665000', '172209.125000', '172209.585000', '172210.045000', '172210.505000', '172210.965000', '172211.425000', '172211.885000', '172212.345000', '172212.805000', '172213.265000', '172213.725000', '172214.185000', '172214.645000', '172215.105000', '172215.565000', '172216.025000', '172216.485000', '172216.945000', '172217.405000', '172217.865000', '172218.325000', '172218.785000', '172219.245000', '172219.705000', '172220.165000', '172220.625000', '172221.085000', '172221.545000', '172222.005000', '172222.465000', '172222.925000', '172223.385000', '172223.845000', '172224.305000', '172224.765000', '172225.225000', '172225.685000', '172226.145000', '172226.605000', '172227.065000', '172227.525000', '172227.985000', '172228.445000', '172228.905000', '172229.365000', '172229.825000', '172230.285000', '172230.745000', '172231.205000', '172231.665000', '172232.125000', '172232.585000', '172233.045000', '172233.505000', '172233.965000', '172234.425000', '172234.885000', '172235.345000', '172235.805000', '172236.265000', '172236.725000', '172237.185000', '172237.645000', '172238.105000', '172238.565000', '172239.025000', '172239.485000', '172239.945000', '172240.405000', '172240.865000', '172241.325000', '172241.785000', '172242.245000', '172242.705000', '172243.165000', '172243.625000', '172244.085000', '172244.545000', '172245.005000', '172245.465000', '172245.925000', '172246.385000', '172246.845000', '172247.305000', '172247.765000', '172248.225000', '172248.685000', '172249.145000', '172249.605000', '172250.065000', '172250.525000', '172250.985000', '172251.445000', '172251.905000', '172252.365000', '172252.825000', '172253.285000', '172253.745000', '172254.205000', '172254.665000', '172255.125000', '172255.585000', '172256.045000', '172256.505000', '172256.965000', '172257.425000', '172257.885000', '172258.345000', '172258.805000', '172259.265000', '172259.725000', '172300.185000', '172300.645000', '172301.105000', '172301.565000', '172302.025000', '172302.485000', '172302.945000', '172303.405000', '172303.865000', '172304.325000', '172304.785000', '172305.245000', '172305.705000', '172306.165000', '172306.625000', '172307.085000', '172307.545000', '172308.005000', '172308.465000', '172308.925000', '172309.385000', '172309.845000', '172310.305000', '172310.765000', '172311.225000', '172311.685000', '172312.145000', '172312.605000', '172313.065000', '172313.525000', '172313.985000', '172314.445000', '172314.905000', '172315.365000', '172315.825000', '172316.285000', '172316.745000', '172317.205000', '172317.665000', '172318.125000', '172318.585000', '172319.045000', '172319.505000', '172319.965000', '172320.425000', '172320.885000', '172321.345000', '172321.805000', '172322.265000', '172322.725000', '172323.185000', '172323.645000', '172324.105000', '172324.565000', '172325.025000', '172325.485000', '172325.945000', '172326.405000', '172326.865000', '172327.325000', '172327.785000', '172328.245000', '172328.705000', '172329.165000', '172329.625000', '172330.085000', '172330.545000', '172331.005000', '172331.465000', '172331.925000', '172332.385000', '172332.845000', '172333.305000', '172333.765000', '172334.225000', '172334.685000', '172335.145000', '172335.605000', '172336.065000', '172336.525000', '172336.985000', '172337.445000', '172337.905000', '172338.365000', '172338.825000', '172339.285000', '172339.745000', '172340.205000', '172340.665000', '172341.125000', '172341.585000', '172342.045000', '172342.505000', '172342.965000', '172343.425000', '172343.885000', '172344.345000', '172344.805000', '172345.265000', '172345.725000', '172346.185000', '172346.645000', '172347.105000', '172347.565000', '172348.025000', '172348.485000', '172348.945000', '172349.405000', '172349.865000', '172350.325000', '172350.785000', '172351.245000', '172351.705000', '172352.165000', '172352.625000', '172353.085000', '172353.545000', '172354.005000', '172354.465000', '172354.925000', '172355.385000', '172355.845000', '172356.305000', '172356.765000', '172357.225000', '172357.685000', '172358.145000', '172358.605000', '172359.065000', '172359.525000', '172359.985000', '172400.445000', '172400.905000', '172401.365000', '172401.825000', '172402.285000', '172402.745000', '172403.205000', '172403.665000', '172404.125000', '172404.585000', '172405.045000', '172405.505000', '172405.965000', '172406.425000', '172406.885000', '172407.345000', '172407.805000', '172408.265000', '172408.725000', '172409.185000', '172409.645000', '172410.105000', '172410.565000', '172411.025000', '172411.485000', '172411.945000', '172412.405000', '172412.865000', '172413.325000', '172413.785000', '172414.245000', '172414.705000', '172415.165000', '172415.625000', '172416.085000', '172416.545000', '172417.005000', '172417.465000', '172417.925000', '172418.385000', '172418.845000', '172419.305000', '172419.765000', '172420.225000', '172420.685000', '172421.145000', '172421.605000', '172422.065000', '172422.525000', '172422.985000', '172423.445000', '172423.905000', '172424.365000', '172424.825000', '172425.285000', '172425.745000', '172426.205000', '172426.665000', '172427.125000', '172427.585000', '172428.045000', '172428.505000', '172428.965000', '172429.425000', '172429.885000', '172430.345000', '172430.805000', '172431.265000', '172431.725000', '172432.185000', '172432.645000', '172433.105000', '172433.565000', '172434.025000', '172434.485000', '172434.945000', '172435.405000', '172435.865000', '172436.325000', '172436.785000', '172437.245000', '172437.705000', '172438.165000', '172438.625000', '172439.085000', '172439.545000', '172440.005000', '172440.465000', '172440.925000', '172441.385000', '172441.845000', '172442.305000', '172442.765000', '172443.225000', '172443.685000', '172444.145000', '172444.605000', '172445.065000', '172445.525000', '172445.985000', '172446.445000', '172446.905000', '172447.365000', '172447.825000', '172448.285000', '172448.745000', '172449.205000', '172449.665000', '172450.125000', '172450.585000', '172451.045000', '172451.505000', '172451.965000', '172452.425000', '172452.885000', '172453.345000', '172453.805000', '172454.265000', '172454.725000', '172455.185000', '172455.645000', '172456.105000', '172456.565000', '172457.025000', '172457.485000', '172457.945000', '172458.405000', '172458.865000', '172459.325000', '172459.785000', '172500.245000', '172500.705000', '172501.165000', '172501.625000', '172502.085000', '172502.545000', '172503.005000', '172503.465000', '172503.925000', '172504.385000', '172504.845000', '172505.305000', '172505.765000', '172506.225000', '172506.685000', '172507.145000', '172507.605000', '172508.065000', '172508.525000', '172508.985000', '172509.445000', '172509.905000', '172510.365000', '172510.825000', '172511.285000', '172511.745000', '172512.205000', '172512.665000', '172513.125000', '172513.585000', '172514.045000', '172514.505000', '172514.965000', '172515.425000', '172515.885000', '172516.345000', '172516.805000', '172517.265000', '172517.725000', '172518.185000', '172518.645000', '172519.105000', '172519.565000', '172520.025000', '172520.485000', '172520.945000', '172521.405000', '172521.865000', '172522.325000', '172522.785000', '172523.245000', '172523.705000', '172524.165000', '172524.625000', '172525.085000', '172525.545000', '172526.005000', '172526.465000', '172526.925000', '172527.385000', '172527.845000', '172528.305000', '172528.765000', '172529.225000', '172529.685000', '172530.145000', '172530.605000', '172531.065000', '172531.525000', '172531.985000', '172532.445000', '172532.905000', '172533.365000', '172533.825000', '172534.285000', '172534.745000', '172535.205000', '172535.665000', '172536.125000', '172536.585000', '172537.045000', '172537.505000', '172537.965000', '172538.425000', '172538.885000', '172539.345000', '172539.805000', '172540.265000', '172540.725000', '172541.185000', '172541.645000', '172542.105000', '172542.565000', '172543.025000', '172543.485000', '172543.945000', '172544.405000', '172544.865000', '172545.325000', '172545.785000', '172546.245000', '172546.705000', '172547.165000', '172547.625000', '172548.085000', '172548.545000', '172549.005000', '172549.465000', '172549.925000', '172550.385000', '172550.845000', '172551.305000', '172551.765000', '172552.225000', '172552.685000', '172553.145000', '172553.605000', '172554.065000', '172554.525000', '172554.985000', '172555.445000', '172555.905000', '172556.365000', '172556.825000', '172557.285000', '172557.745000', '172558.205000', '172558.665000', '172559.125000', '172559.585000', '172600.045000', '172600.505000', '172600.965000', '172601.425000', '172601.885000', '172602.345000', '172602.805000', '172603.265000', '172603.725000', '172604.185000', '172604.645000', '172605.105000', '172605.565000', '172606.025000', '172606.485000', '172606.945000', '172607.405000', '172607.865000', '172608.325000', '172608.785000', '172609.245000', '172609.705000', '172610.165000', '172610.625000', '172611.085000', '172611.545000', '172612.005000', '172612.465000', '172612.925000', '172613.385000', '172613.845000', '172614.305000', '172614.765000', '172615.225000', '172615.685000', '172616.145000', '172616.605000', '172617.065000', '172617.525000', '172617.985000', '172618.445000', '172618.905000', '172619.365000', '172619.825000', '172620.285000', '172620.745000', '172621.205000', '172621.665000', '172622.125000', '172622.585000', '172623.045000', '172623.505000', '172623.965000', '172624.425000', '172624.885000', '172625.345000', '172625.805000', '172626.265000', '172626.725000', '172627.185000', '172627.645000', '172628.105000', '172628.565000', '172629.025000', '172629.485000', '172629.945000', '172630.405000', '172630.865000', '172631.325000', '172631.785000', '172632.245000', '172632.705000', '172633.165000', '172633.625000', '172634.085000', '172634.545000'], 'ContentTime': ['171639.848000', '171639.851000', '171639.854000', '171639.856000', '171639.859000', '171639.861000', '171639.864000', '171639.867000', '171639.869000', '171639.872000', '171639.874000', '171639.877000', '171639.879000', '171639.891000', '171639.902000', '171639.904000', '171639.907000', '171639.909000', '171639.912000', '171639.914000', '171639.917000', '171639.919000', '171639.922000', '171639.925000', '171639.927000', '171639.930000', '171659.818000', '171659.821000', '171659.824000', '171659.826000', '171659.829000', '171659.831000', '171659.834000', '171659.836000', '171659.839000', '171659.841000', '171659.844000', '171659.846000', '171659.849000', '171659.851000', '171659.854000', '171659.877000', '171659.879000', '171659.882000', '171659.884000', '171659.887000', '171659.889000', '171659.896000', '171659.898000', '171659.901000', '171659.903000', '171659.906000', '171659.908000', '171659.911000', '171659.913000', '171659.916000', '171659.919000', '171659.921000', '171659.924000', '171659.926000', '171659.929000', '171659.932000', '171659.934000', '171659.937000', '171659.939000', '171659.947000', '171659.949000', '171659.952000', '171659.954000', '171719.819000', '171719.821000', '171719.824000', '171719.826000', '171719.829000', '171719.831000', '171719.834000', '171719.837000', '171719.839000', '171719.842000', '171719.844000', '171719.847000', '171719.849000', '171719.852000', '171719.854000', '171719.857000', '171719.859000', '171719.862000', '171719.865000', '171719.867000', '171719.870000', '171719.872000', '171719.875000', '171719.877000', '171719.880000', '171719.882000', '171719.885000', '171719.887000', '171719.890000', '171719.892000', '171719.895000', '171719.898000', '171719.900000', '171719.903000', '171719.905000', '171719.908000', '171719.910000', '171719.913000', '171719.916000', '171719.918000', '171719.921000', '171719.923000', '171719.926000', '171719.956000', '171739.818000', '171739.821000', '171739.824000', '171739.826000', '171739.829000', '171739.831000', '171739.834000', '171739.836000', '171739.839000', '171739.841000', '171739.844000', '171739.847000', '171739.849000', '171739.852000', '171739.854000', '171739.857000', '171739.859000', '171739.862000', '171739.864000', '171739.867000', '171739.870000', '171739.872000', '171739.875000', '171739.877000', '171739.880000', '171739.882000', '171739.885000', '171739.888000', '171739.890000', '171739.893000', '171739.895000', '171739.898000', '171739.900000', '171739.903000', '171739.905000', '171739.908000', '171739.910000', '171739.913000', '171739.916000', '171739.918000', '171739.921000', '171739.923000', '171739.926000', '171759.818000', '171759.821000', '171759.824000', '171759.826000', '171759.829000', '171759.831000', '171759.834000', '171759.836000', '171759.839000', '171759.841000', '171759.844000', '171759.847000', '171759.849000', '171759.852000', '171759.855000', '171759.857000', '171759.860000', '171759.862000', '171759.865000', '171759.867000', '171759.870000', '171759.872000', '171759.875000', '171759.878000', '171759.880000', '171759.883000', '171759.885000', '171759.888000', '171759.890000', '171759.893000', '171759.895000', '171759.898000', '171759.900000', '171759.903000', '171759.905000', '171759.908000', '171759.910000', '171759.913000', '171759.916000', '171759.918000', '171759.921000', '171759.923000', '171759.926000', '171759.928000', '171819.818000', '171819.821000', '171819.824000', '171819.826000', '171819.829000', '171819.831000', '171819.834000', '171819.836000', '171819.839000', '171819.842000', '171819.844000', '171819.847000', '171819.849000', '171819.852000', '171819.855000', '171819.857000', '171819.860000', '171819.862000', '171819.865000', '171819.867000', '171819.870000', '171819.872000', '171819.875000', '171819.877000', '171819.880000', '171819.883000', '171819.885000', '171819.888000', '171819.890000', '171819.893000', '171819.895000', '171819.898000', '171819.900000', '171819.903000', '171819.906000', '171819.908000', '171819.911000', '171819.913000', '171819.916000', '171819.918000', '171819.921000', '171819.924000', '171819.926000', '171839.818000', '171839.821000', '171839.824000', '171839.826000', '171839.829000', '171839.831000', '171839.834000', '171839.837000', '171839.839000', '171839.842000', '171839.844000', '171839.862000', '171839.864000', '171839.867000', '171839.870000', '171839.872000', '171839.875000', '171839.877000', '171839.880000', '171839.882000', '171839.885000', '171839.888000', '171839.890000', '171839.893000', '171839.895000', '171839.898000', '171839.900000', '171839.903000', '171839.906000', '171839.908000', '171839.911000', '171839.913000', '171839.916000', '171839.918000', '171839.921000', '171839.923000', '171839.926000', '171839.929000', '171839.931000', '171839.934000', '171839.936000', '171839.939000', '171839.941000', '171839.944000', '171859.818000', '171859.821000', '171859.824000', '171859.826000', '171859.829000', '171859.831000', '171859.834000', '171859.837000', '171859.839000', '171859.842000', '171859.844000', '171859.847000', '171859.849000', '171859.852000', '171859.854000', '171859.857000', '171859.859000', '171859.862000', '171859.865000', '171859.867000', '171859.870000', '171859.872000', '171859.875000', '171859.877000', '171859.880000', '171859.883000', '171859.885000', '171859.888000', '171859.890000', '171859.893000', '171859.895000', '171859.898000', '171859.900000', '171859.903000', '171859.905000', '171859.908000', '171859.911000', '171859.913000', '171859.916000', '171859.918000', '171859.921000', '171859.924000', '171859.926000', '171919.818000', '171919.821000', '171919.824000', '171919.826000', '171919.830000', '171919.832000', '171919.835000', '171919.837000', '171919.840000', '171919.843000', '171919.845000', '171919.848000', '171919.850000', '171919.853000', '171919.856000', '171919.858000', '171919.861000', '171919.863000', '171919.866000', '171919.868000', '171919.871000', '171919.873000', '171919.876000', '171919.879000', '171919.881000', '171919.884000', '171919.887000', '171919.889000', '171919.892000', '171919.894000', '171919.897000', '171919.900000', '171919.902000', '171919.905000', '171919.907000', '171919.910000', '171919.912000', '171919.915000', '171919.918000', '171919.920000', '171919.923000', '171919.925000', '171919.928000', '171919.930000', '171939.818000', '171939.821000', '171939.824000', '171939.826000', '171939.829000', '171939.831000', '171939.834000', '171939.837000', '171939.839000', '171939.842000', '171939.844000', '171939.847000', '171939.849000', '171939.852000', '171939.855000', '171939.857000', '171939.860000', '171939.862000', '171939.865000', '171939.868000', '171939.870000', '171939.873000', '171939.875000', '171939.878000', '171939.880000', '171939.883000', '171939.886000', '171939.888000', '171939.891000', '171939.893000', '171939.896000', '171939.899000', '171939.901000', '171939.904000', '171939.906000', '171939.909000', '171939.912000', '171939.914000', '171939.917000', '171939.919000', '171939.922000', '171939.924000', '171939.927000', '171959.818000', '171959.821000', '171959.824000', '171959.826000', '171959.829000', '171959.831000', '171959.834000', '171959.836000', '171959.839000', '171959.841000', '171959.844000', '171959.847000', '171959.849000', '171959.852000', '171959.854000', '171959.865000', '171959.867000', '171959.870000', '171959.872000', '171959.875000', '171959.877000', '171959.880000', '171959.883000', '171959.885000', '171959.888000', '171959.890000', '171959.893000', '171959.896000', '171959.898000', '171959.901000', '171959.903000', '171959.906000', '171959.908000', '171959.911000', '171959.913000', '171959.916000', '171959.919000', '171959.921000', '171959.924000', '171959.926000', '171959.929000', '171959.931000', '171959.934000', '172019.819000', '172019.821000', '172019.824000', '172019.827000', '172019.829000', '172019.832000', '172019.834000', '172019.837000', '172019.840000', '172019.842000', '172019.845000', '172019.847000', '172019.850000', '172019.852000', '172019.855000', '172019.857000', '172019.860000', '172019.863000', '172019.865000', '172019.868000', '172019.870000', '172019.873000', '172019.875000', '172019.878000', '172019.880000', '172019.883000', '172019.885000', '172019.888000', '172019.891000', '172019.893000', '172019.896000', '172019.898000', '172019.901000', '172019.903000', '172019.906000', '172019.909000', '172019.911000', '172019.914000', '172019.916000', '172019.919000', '172019.921000', '172019.924000', '172019.927000', '172019.929000', '172039.819000', '172039.821000', '172039.824000', '172039.826000', '172039.829000', '172039.832000', '172039.834000', '172039.837000', '172039.839000', '172039.842000', '172039.844000', '172039.847000', '172039.850000', '172039.852000', '172039.855000', '172039.857000', '172039.860000', '172039.862000', '172039.865000', '172039.869000', '172039.871000', '172039.874000', '172039.876000', '172039.879000', '172039.882000', '172039.884000', '172039.887000', '172039.889000', '172039.892000', '172039.894000', '172039.897000', '172039.899000', '172039.902000', '172039.905000', '172039.907000', '172039.910000', '172039.912000', '172039.915000', '172039.917000', '172039.920000', '172039.923000', '172039.926000', '172039.929000', '172039.931000', '172059.819000', '172059.821000', '172059.824000', '172059.827000', '172059.829000', '172059.832000', '172059.834000', '172059.837000', '172059.839000', '172059.842000', '172059.845000', '172059.847000', '172059.850000', '172059.852000', '172059.855000', '172059.857000', '172059.860000', '172059.862000', '172059.865000', '172059.868000', '172059.870000', '172059.873000', '172059.875000', '172059.878000', '172059.881000', '172059.883000', '172059.886000', '172059.888000', '172059.891000', '172059.893000', '172059.896000', '172059.898000', '172059.901000', '172059.904000', '172059.906000', '172059.909000', '172059.911000', '172059.914000', '172059.916000', '172059.919000', '172059.921000', '172059.924000', '172059.927000', '172119.819000', '172119.822000', '172119.825000', '172119.828000', '172119.830000', '172119.833000', '172119.836000', '172119.838000', '172119.841000', '172119.843000', '172119.846000', '172119.848000', '172119.851000', '172119.854000', '172119.856000', '172119.859000', '172119.861000', '172119.864000', '172119.866000', '172119.869000', '172119.872000', '172119.874000', '172119.877000', '172119.879000', '172119.882000', '172119.884000', '172119.887000', '172119.889000', '172119.892000', '172119.895000', '172119.897000', '172119.900000', '172119.902000', '172119.905000', '172119.907000', '172119.910000', '172119.913000', '172119.915000', '172119.918000', '172119.920000', '172119.923000', '172119.925000', '172119.928000', '172139.818000', '172139.821000', '172139.824000', '172139.826000', '172139.829000', '172139.832000', '172139.834000', '172139.837000', '172139.839000', '172139.842000', '172139.844000', '172139.847000', '172139.849000', '172139.852000', '172139.855000', '172139.857000', '172139.860000', '172139.862000', '172139.875000', '172139.878000', '172139.881000', '172139.883000', '172139.886000', '172139.888000', '172139.891000', '172139.894000', '172139.896000', '172139.899000', '172139.902000', '172139.904000', '172139.907000', '172139.909000', '172139.912000', '172139.915000', '172139.917000', '172139.920000', '172139.922000', '172139.925000', '172139.927000', '172139.930000', '172139.933000', '172139.935000', '172139.938000', '172139.940000', '172159.818000', '172159.821000', '172159.824000', '172159.826000', '172159.829000', '172159.832000', '172159.834000', '172159.837000', '172159.839000', '172159.842000', '172159.844000', '172159.847000', '172159.850000', '172159.853000', '172159.856000', '172159.858000', '172159.861000', '172159.864000', '172159.866000', '172159.869000', '172159.871000', '172159.874000', '172159.876000', '172159.879000', '172159.882000', '172159.884000', '172159.887000', '172159.889000', '172159.892000', '172159.894000', '172159.897000', '172159.900000', '172159.902000', '172159.905000', '172159.908000', '172159.911000', '172159.914000', '172159.916000', '172159.919000', '172159.921000', '172159.924000', '172159.927000', '172159.929000', '172219.819000', '172219.821000', '172219.824000', '172219.827000', '172219.829000', '172219.832000', '172219.834000', '172219.837000', '172219.839000', '172219.842000', '172219.845000', '172219.847000', '172219.850000', '172219.852000', '172219.855000', '172219.857000', '172219.860000', '172219.863000', '172219.865000', '172219.868000', '172219.870000', '172219.873000', '172219.875000', '172219.878000', '172219.881000', '172219.883000', '172219.886000', '172219.888000', '172219.891000', '172219.893000', '172219.896000', '172219.899000', '172219.901000', '172219.904000', '172219.906000', '172219.909000', '172219.912000', '172219.914000', '172219.917000', '172219.919000', '172219.922000', '172219.924000', '172219.927000', '172219.929000', '172239.819000', '172239.822000', '172239.824000', '172239.827000', '172239.829000', '172239.832000', '172239.834000', '172239.837000', '172239.839000', '172239.842000', '172239.845000', '172239.847000', '172239.851000', '172239.854000', '172239.856000', '172239.859000', '172239.862000', '172239.865000', '172239.868000', '172239.871000', '172239.874000', '172239.876000', '172239.879000', '172239.881000', '172239.884000', '172239.886000', '172239.889000', '172239.891000', '172239.894000', '172239.897000', '172239.899000', '172239.902000', '172239.904000', '172239.907000', '172239.909000', '172239.912000', '172239.914000', '172239.917000', '172239.920000', '172239.922000', '172239.925000', '172239.927000', '172239.930000', '172259.819000', '172259.821000', '172259.824000', '172259.827000', '172259.829000', '172259.832000', '172259.834000', '172259.837000', '172259.839000', '172259.842000', '172259.845000', '172259.847000', '172259.850000', '172259.852000', '172259.855000', '172259.857000', '172259.860000', '172259.863000', '172259.865000', '172259.868000', '172259.870000', '172259.873000', '172259.875000', '172259.878000', '172259.880000', '172259.883000', '172259.886000', '172259.888000', '172259.891000', '172259.909000', '172259.912000', '172259.914000', '172259.917000', '172259.920000', '172259.922000', '172259.925000', '172259.927000', '172259.930000', '172259.932000', '172259.935000', '172259.937000', '172259.940000', '172259.942000', '172259.945000', '172319.818000', '172319.821000', '172319.824000', '172319.826000', '172319.829000', '172319.832000', '172319.834000', '172319.837000', '172319.839000', '172319.842000', '172319.844000', '172319.847000', '172319.850000', '172319.852000', '172319.855000', '172319.857000', '172319.860000', '172319.863000', '172319.865000', '172319.868000', '172319.870000', '172319.873000', '172319.875000', '172319.878000', '172319.880000', '172319.883000', '172319.885000', '172319.888000', '172319.891000', '172319.893000', '172319.896000', '172319.898000', '172319.901000', '172319.904000', '172319.906000', '172319.909000', '172319.911000', '172319.914000', '172319.917000', '172319.919000', '172319.922000', '172319.925000', '172319.927000', '172339.818000', '172339.821000', '172339.824000', '172339.826000', '172339.829000', '172339.831000', '172339.834000', '172339.837000', '172339.839000', '172339.842000', '172339.844000', '172339.847000', '172339.849000', '172339.852000', '172339.855000', '172339.857000', '172339.860000', '172339.863000', '172339.865000', '172339.868000', '172339.870000', '172339.873000', '172339.875000', '172339.878000', '172339.880000', '172339.883000', '172339.886000', '172339.888000', '172339.891000', '172339.893000', '172339.896000', '172339.898000', '172339.901000', '172339.903000', '172339.906000', '172339.909000', '172339.911000', '172339.914000', '172339.916000', '172339.919000', '172339.922000', '172339.924000', '172339.927000', '172339.929000', '172359.819000', '172359.821000', '172359.824000', '172359.827000', '172359.829000', '172359.832000', '172359.834000', '172359.837000', '172359.839000', '172359.842000', '172359.844000', '172359.847000', '172359.850000', '172359.852000', '172359.855000', '172359.857000', '172359.860000', '172359.862000', '172359.865000', '172359.868000', '172359.870000', '172359.873000', '172359.875000', '172359.878000', '172359.881000', '172359.883000', '172359.886000', '172359.888000', '172359.891000', '172359.893000', '172359.896000', '172359.898000', '172359.901000', '172359.904000', '172359.906000', '172359.909000', '172359.911000', '172359.914000', '172359.917000', '172359.919000', '172359.922000', '172359.924000', '172359.927000', '172419.818000', '172419.821000', '172419.824000', '172419.827000', '172419.829000', '172419.832000', '172419.834000', '172419.837000', '172419.839000', '172419.842000', '172419.845000', '172419.847000', '172419.850000', '172419.852000', '172419.855000', '172419.858000', '172419.860000', '172419.863000', '172419.865000', '172419.868000', '172419.870000', '172419.873000', '172419.876000', '172419.878000', '172419.881000', '172419.894000', '172419.897000', '172419.899000', '172419.902000', '172419.904000', '172419.907000', '172419.909000', '172419.912000', '172419.915000', '172419.917000', '172419.920000', '172419.922000', '172419.925000', '172419.928000', '172419.930000', '172419.933000', '172419.935000', '172419.938000', '172419.941000', '172439.819000', '172439.821000', '172439.824000', '172439.826000', '172439.829000', '172439.832000', '172439.834000', '172439.837000', '172439.839000', '172439.842000', '172439.845000', '172439.847000', '172439.850000', '172439.852000', '172439.855000', '172439.858000', '172439.860000', '172439.863000', '172439.865000', '172439.868000', '172439.870000', '172439.873000', '172439.876000', '172439.878000', '172439.881000', '172439.884000', '172439.886000', '172439.889000', '172439.891000', '172439.894000', '172439.896000', '172439.899000', '172439.902000', '172439.904000', '172439.907000', '172439.909000', '172439.912000', '172439.914000', '172439.917000', '172439.920000', '172439.922000', '172439.925000', '172439.927000', '172459.819000', '172459.821000', '172459.824000', '172459.827000', '172459.829000', '172459.832000', '172459.834000', '172459.837000', '172459.839000', '172459.842000', '172459.845000', '172459.847000', '172459.850000', '172459.852000', '172459.855000', '172459.857000', '172459.860000', '172459.863000', '172459.865000', '172459.868000', '172459.870000', '172459.873000', '172459.876000', '172459.878000', '172459.881000', '172459.883000', '172459.886000', '172459.888000', '172459.891000', '172459.894000', '172459.896000', '172459.899000', '172459.901000', '172459.904000', '172459.907000', '172459.909000', '172459.912000', '172459.914000', '172459.917000', '172459.920000', '172459.922000', '172459.925000', '172459.927000', '172459.930000', '172519.819000', '172519.821000', '172519.824000', '172519.826000', '172519.829000', '172519.832000', '172519.834000', '172519.837000', '172519.839000', '172519.842000', '172519.845000', '172519.847000', '172519.850000', '172519.852000', '172519.855000', '172519.858000', '172519.860000', '172519.863000', '172519.865000', '172519.868000', '172519.870000', '172519.873000', '172519.876000', '172519.878000', '172519.881000', '172519.883000', '172519.886000', '172519.889000', '172519.891000', '172519.894000', '172519.896000', '172519.899000', '172519.901000', '172519.904000', '172519.906000', '172519.909000', '172519.912000', '172519.914000', '172519.917000', '172519.919000', '172519.922000', '172519.924000', '172519.927000', '172539.819000', '172539.821000', '172539.824000', '172539.826000', '172539.829000', '172539.832000', '172539.834000', '172539.837000', '172539.840000', '172539.842000', '172539.845000', '172539.848000', '172539.850000', '172539.853000', '172539.855000', '172539.858000', '172539.861000', '172539.863000', '172539.866000', '172539.868000', '172539.871000', '172539.873000', '172539.894000', '172539.896000', '172539.899000', '172539.902000', '172539.904000', '172539.907000', '172539.909000', '172539.912000', '172539.914000', '172539.917000', '172539.919000', '172539.922000', '172539.926000', '172539.928000', '172539.931000', '172539.933000', '172539.936000', '172539.939000', '172539.941000', '172539.944000', '172539.946000', '172539.949000', '172559.818000', '172559.825000', '172559.828000', '172559.830000', '172559.833000', '172559.835000', '172559.838000', '172559.841000', '172559.843000', '172559.846000', '172559.848000', '172559.851000', '172559.853000', '172559.856000', '172559.859000', '172559.861000', '172559.864000', '172559.866000', '172559.869000', '172559.871000', '172559.874000', '172559.877000', '172559.879000', '172559.882000', '172559.884000', '172559.887000', '172559.889000', '172559.892000', '172559.895000', '172559.897000', '172559.900000', '172559.902000', '172559.905000', '172559.907000', '172559.910000', '172559.913000', '172559.915000', '172559.918000', '172559.920000', '172559.923000', '172559.926000', '172559.928000', '172559.931000', '172619.819000', '172619.821000', '172619.824000', '172619.827000', '172619.829000', '172619.832000', '172619.834000', '172619.837000', '172619.839000', '172619.842000', '172619.845000', '172619.847000', '172619.850000', '172619.852000', '172619.855000', '172619.858000', '172619.860000', '172619.863000', '172619.865000', '172619.868000', '172619.870000', '172619.873000', '172619.882000', '172619.884000', '172619.887000', '172619.889000', '172619.892000', '172619.895000', '172619.897000', '172619.900000', '172619.902000', '172619.905000', '172619.908000', '172619.910000', '172619.913000', '172619.915000', '172619.918000', '172619.921000', '172619.923000', '172619.926000', '172619.928000', '172619.931000', '172619.933000', '172619.936000', '172635.848000', '172635.851000', '172635.854000', '172635.856000', '172635.859000', '172635.861000', '172635.864000', '172635.867000', '172635.869000', '172635.872000', '172635.874000', '172635.877000', '172635.879000', '172635.882000', '172635.885000', '172635.887000', '172635.890000', '172635.892000', '172635.895000', '172635.898000', '172635.900000', '172635.903000', '172635.905000', '172635.908000', '172635.911000', '172635.913000', '172635.916000', '172635.918000', '172635.921000', '172635.924000', '172635.926000', '172635.929000', '172635.932000', '172635.934000', '172635.937000'], 'InstanceCreationTime': ['171639.848000', '171639.851000', '171639.854000', '171639.856000', '171639.859000', '171639.861000', '171639.864000', '171639.867000', '171639.869000', '171639.872000', '171639.874000', '171639.877000', '171639.879000', '171639.891000', '171639.902000', '171639.904000', '171639.907000', '171639.909000', '171639.912000', '171639.914000', '171639.917000', '171639.919000', '171639.922000', '171639.925000', '171639.927000', '171639.930000', '171659.818000', '171659.821000', '171659.824000', '171659.826000', '171659.829000', '171659.831000', '171659.834000', '171659.836000', '171659.839000', '171659.841000', '171659.844000', '171659.846000', '171659.849000', '171659.851000', '171659.854000', '171659.877000', '171659.879000', '171659.882000', '171659.884000', '171659.887000', '171659.889000', '171659.896000', '171659.898000', '171659.901000', '171659.903000', '171659.906000', '171659.908000', '171659.911000', '171659.913000', '171659.916000', '171659.919000', '171659.921000', '171659.924000', '171659.926000', '171659.929000', '171659.932000', '171659.934000', '171659.937000', '171659.939000', '171659.947000', '171659.949000', '171659.952000', '171659.954000', '171719.819000', '171719.821000', '171719.824000', '171719.826000', '171719.829000', '171719.831000', '171719.834000', '171719.837000', '171719.839000', '171719.842000', '171719.844000', '171719.847000', '171719.849000', '171719.852000', '171719.854000', '171719.857000', '171719.859000', '171719.862000', '171719.865000', '171719.867000', '171719.870000', '171719.872000', '171719.875000', '171719.877000', '171719.880000', '171719.882000', '171719.885000', '171719.887000', '171719.890000', '171719.892000', '171719.895000', '171719.898000', '171719.900000', '171719.903000', '171719.905000', '171719.908000', '171719.910000', '171719.913000', '171719.916000', '171719.918000', '171719.921000', '171719.923000', '171719.926000', '171719.956000', '171739.818000', '171739.821000', '171739.824000', '171739.826000', '171739.829000', '171739.831000', '171739.834000', '171739.836000', '171739.839000', '171739.841000', '171739.844000', '171739.847000', '171739.849000', '171739.852000', '171739.854000', '171739.857000', '171739.859000', '171739.862000', '171739.864000', '171739.867000', '171739.870000', '171739.872000', '171739.875000', '171739.877000', '171739.880000', '171739.882000', '171739.885000', '171739.888000', '171739.890000', '171739.893000', '171739.895000', '171739.898000', '171739.900000', '171739.903000', '171739.905000', '171739.908000', '171739.910000', '171739.913000', '171739.916000', '171739.918000', '171739.921000', '171739.923000', '171739.926000', '171759.818000', '171759.821000', '171759.824000', '171759.826000', '171759.829000', '171759.831000', '171759.834000', '171759.836000', '171759.839000', '171759.841000', '171759.844000', '171759.847000', '171759.849000', '171759.852000', '171759.855000', '171759.857000', '171759.860000', '171759.862000', '171759.865000', '171759.867000', '171759.870000', '171759.872000', '171759.875000', '171759.878000', '171759.880000', '171759.883000', '171759.885000', '171759.888000', '171759.890000', '171759.893000', '171759.895000', '171759.898000', '171759.900000', '171759.903000', '171759.905000', '171759.908000', '171759.910000', '171759.913000', '171759.916000', '171759.918000', '171759.921000', '171759.923000', '171759.926000', '171759.928000', '171819.818000', '171819.821000', '171819.824000', '171819.826000', '171819.829000', '171819.831000', '171819.834000', '171819.836000', '171819.839000', '171819.842000', '171819.844000', '171819.847000', '171819.849000', '171819.852000', '171819.855000', '171819.857000', '171819.860000', '171819.862000', '171819.865000', '171819.867000', '171819.870000', '171819.872000', '171819.875000', '171819.877000', '171819.880000', '171819.883000', '171819.885000', '171819.888000', '171819.890000', '171819.893000', '171819.895000', '171819.898000', '171819.900000', '171819.903000', '171819.906000', '171819.908000', '171819.911000', '171819.913000', '171819.916000', '171819.918000', '171819.921000', '171819.924000', '171819.926000', '171839.818000', '171839.821000', '171839.824000', '171839.826000', '171839.829000', '171839.831000', '171839.834000', '171839.837000', '171839.839000', '171839.842000', '171839.844000', '171839.862000', '171839.864000', '171839.867000', '171839.870000', '171839.872000', '171839.875000', '171839.877000', '171839.880000', '171839.882000', '171839.885000', '171839.888000', '171839.890000', '171839.893000', '171839.895000', '171839.898000', '171839.900000', '171839.903000', '171839.906000', '171839.908000', '171839.911000', '171839.913000', '171839.916000', '171839.918000', '171839.921000', '171839.923000', '171839.926000', '171839.929000', '171839.931000', '171839.934000', '171839.936000', '171839.939000', '171839.941000', '171839.944000', '171859.818000', '171859.821000', '171859.824000', '171859.826000', '171859.829000', '171859.831000', '171859.834000', '171859.837000', '171859.839000', '171859.842000', '171859.844000', '171859.847000', '171859.849000', '171859.852000', '171859.854000', '171859.857000', '171859.859000', '171859.862000', '171859.865000', '171859.867000', '171859.870000', '171859.872000', '171859.875000', '171859.877000', '171859.880000', '171859.883000', '171859.885000', '171859.888000', '171859.890000', '171859.893000', '171859.895000', '171859.898000', '171859.900000', '171859.903000', '171859.905000', '171859.908000', '171859.911000', '171859.913000', '171859.916000', '171859.918000', '171859.921000', '171859.924000', '171859.926000', '171919.818000', '171919.821000', '171919.824000', '171919.826000', '171919.830000', '171919.832000', '171919.835000', '171919.837000', '171919.840000', '171919.843000', '171919.845000', '171919.848000', '171919.850000', '171919.853000', '171919.856000', '171919.858000', '171919.861000', '171919.863000', '171919.866000', '171919.868000', '171919.871000', '171919.873000', '171919.876000', '171919.879000', '171919.881000', '171919.884000', '171919.887000', '171919.889000', '171919.892000', '171919.894000', '171919.897000', '171919.900000', '171919.902000', '171919.905000', '171919.907000', '171919.910000', '171919.912000', '171919.915000', '171919.918000', '171919.920000', '171919.923000', '171919.925000', '171919.928000', '171919.930000', '171939.818000', '171939.821000', '171939.824000', '171939.826000', '171939.829000', '171939.831000', '171939.834000', '171939.837000', '171939.839000', '171939.842000', '171939.844000', '171939.847000', '171939.849000', '171939.852000', '171939.855000', '171939.857000', '171939.860000', '171939.862000', '171939.865000', '171939.868000', '171939.870000', '171939.873000', '171939.875000', '171939.878000', '171939.880000', '171939.883000', '171939.886000', '171939.888000', '171939.891000', '171939.893000', '171939.896000', '171939.899000', '171939.901000', '171939.904000', '171939.906000', '171939.909000', '171939.912000', '171939.914000', '171939.917000', '171939.919000', '171939.922000', '171939.924000', '171939.927000', '171959.818000', '171959.821000', '171959.824000', '171959.826000', '171959.829000', '171959.831000', '171959.834000', '171959.836000', '171959.839000', '171959.841000', '171959.844000', '171959.847000', '171959.849000', '171959.852000', '171959.854000', '171959.865000', '171959.867000', '171959.870000', '171959.872000', '171959.875000', '171959.877000', '171959.880000', '171959.883000', '171959.885000', '171959.888000', '171959.890000', '171959.893000', '171959.896000', '171959.898000', '171959.901000', '171959.903000', '171959.906000', '171959.908000', '171959.911000', '171959.913000', '171959.916000', '171959.919000', '171959.921000', '171959.924000', '171959.926000', '171959.929000', '171959.931000', '171959.934000', '172019.819000', '172019.821000', '172019.824000', '172019.827000', '172019.829000', '172019.832000', '172019.834000', '172019.837000', '172019.840000', '172019.842000', '172019.845000', '172019.847000', '172019.850000', '172019.852000', '172019.855000', '172019.857000', '172019.860000', '172019.863000', '172019.865000', '172019.868000', '172019.870000', '172019.873000', '172019.875000', '172019.878000', '172019.880000', '172019.883000', '172019.885000', '172019.888000', '172019.891000', '172019.893000', '172019.896000', '172019.898000', '172019.901000', '172019.903000', '172019.906000', '172019.909000', '172019.911000', '172019.914000', '172019.916000', '172019.919000', '172019.921000', '172019.924000', '172019.927000', '172019.929000', '172039.819000', '172039.821000', '172039.824000', '172039.826000', '172039.829000', '172039.832000', '172039.834000', '172039.837000', '172039.839000', '172039.842000', '172039.844000', '172039.847000', '172039.850000', '172039.852000', '172039.855000', '172039.857000', '172039.860000', '172039.862000', '172039.865000', '172039.869000', '172039.871000', '172039.874000', '172039.876000', '172039.879000', '172039.882000', '172039.884000', '172039.887000', '172039.889000', '172039.892000', '172039.894000', '172039.897000', '172039.899000', '172039.902000', '172039.905000', '172039.907000', '172039.910000', '172039.912000', '172039.915000', '172039.917000', '172039.920000', '172039.923000', '172039.926000', '172039.929000', '172039.931000', '172059.819000', '172059.821000', '172059.824000', '172059.827000', '172059.829000', '172059.832000', '172059.834000', '172059.837000', '172059.839000', '172059.842000', '172059.845000', '172059.847000', '172059.850000', '172059.852000', '172059.855000', '172059.857000', '172059.860000', '172059.862000', '172059.865000', '172059.868000', '172059.870000', '172059.873000', '172059.875000', '172059.878000', '172059.881000', '172059.883000', '172059.886000', '172059.888000', '172059.891000', '172059.893000', '172059.896000', '172059.898000', '172059.901000', '172059.904000', '172059.906000', '172059.909000', '172059.911000', '172059.914000', '172059.916000', '172059.919000', '172059.921000', '172059.924000', '172059.927000', '172119.819000', '172119.822000', '172119.825000', '172119.828000', '172119.830000', '172119.833000', '172119.836000', '172119.838000', '172119.841000', '172119.843000', '172119.846000', '172119.848000', '172119.851000', '172119.854000', '172119.856000', '172119.859000', '172119.861000', '172119.864000', '172119.866000', '172119.869000', '172119.872000', '172119.874000', '172119.877000', '172119.879000', '172119.882000', '172119.884000', '172119.887000', '172119.889000', '172119.892000', '172119.895000', '172119.897000', '172119.900000', '172119.902000', '172119.905000', '172119.907000', '172119.910000', '172119.913000', '172119.915000', '172119.918000', '172119.920000', '172119.923000', '172119.925000', '172119.928000', '172139.818000', '172139.821000', '172139.824000', '172139.826000', '172139.829000', '172139.832000', '172139.834000', '172139.837000', '172139.839000', '172139.842000', '172139.844000', '172139.847000', '172139.849000', '172139.852000', '172139.855000', '172139.857000', '172139.860000', '172139.862000', '172139.875000', '172139.878000', '172139.881000', '172139.883000', '172139.886000', '172139.888000', '172139.891000', '172139.894000', '172139.896000', '172139.899000', '172139.902000', '172139.904000', '172139.907000', '172139.909000', '172139.912000', '172139.915000', '172139.917000', '172139.920000', '172139.922000', '172139.925000', '172139.927000', '172139.930000', '172139.933000', '172139.935000', '172139.938000', '172139.940000', '172159.818000', '172159.821000', '172159.824000', '172159.826000', '172159.829000', '172159.832000', '172159.834000', '172159.837000', '172159.839000', '172159.842000', '172159.844000', '172159.847000', '172159.850000', '172159.853000', '172159.856000', '172159.858000', '172159.861000', '172159.864000', '172159.866000', '172159.869000', '172159.871000', '172159.874000', '172159.876000', '172159.879000', '172159.882000', '172159.884000', '172159.887000', '172159.889000', '172159.892000', '172159.894000', '172159.897000', '172159.900000', '172159.902000', '172159.905000', '172159.908000', '172159.911000', '172159.914000', '172159.916000', '172159.919000', '172159.921000', '172159.924000', '172159.927000', '172159.929000', '172219.819000', '172219.821000', '172219.824000', '172219.827000', '172219.829000', '172219.832000', '172219.834000', '172219.837000', '172219.839000', '172219.842000', '172219.845000', '172219.847000', '172219.850000', '172219.852000', '172219.855000', '172219.857000', '172219.860000', '172219.863000', '172219.865000', '172219.868000', '172219.870000', '172219.873000', '172219.875000', '172219.878000', '172219.881000', '172219.883000', '172219.886000', '172219.888000', '172219.891000', '172219.893000', '172219.896000', '172219.899000', '172219.901000', '172219.904000', '172219.906000', '172219.909000', '172219.912000', '172219.914000', '172219.917000', '172219.919000', '172219.922000', '172219.924000', '172219.927000', '172219.929000', '172239.819000', '172239.822000', '172239.824000', '172239.827000', '172239.829000', '172239.832000', '172239.834000', '172239.837000', '172239.839000', '172239.842000', '172239.845000', '172239.847000', '172239.851000', '172239.854000', '172239.856000', '172239.859000', '172239.862000', '172239.865000', '172239.868000', '172239.871000', '172239.874000', '172239.876000', '172239.879000', '172239.881000', '172239.884000', '172239.886000', '172239.889000', '172239.891000', '172239.894000', '172239.897000', '172239.899000', '172239.902000', '172239.904000', '172239.907000', '172239.909000', '172239.912000', '172239.914000', '172239.917000', '172239.920000', '172239.922000', '172239.925000', '172239.927000', '172239.930000', '172259.819000', '172259.821000', '172259.824000', '172259.827000', '172259.829000', '172259.832000', '172259.834000', '172259.837000', '172259.839000', '172259.842000', '172259.845000', '172259.847000', '172259.850000', '172259.852000', '172259.855000', '172259.857000', '172259.860000', '172259.863000', '172259.865000', '172259.868000', '172259.870000', '172259.873000', '172259.875000', '172259.878000', '172259.880000', '172259.883000', '172259.886000', '172259.888000', '172259.891000', '172259.909000', '172259.912000', '172259.914000', '172259.917000', '172259.920000', '172259.922000', '172259.925000', '172259.927000', '172259.930000', '172259.932000', '172259.935000', '172259.937000', '172259.940000', '172259.942000', '172259.945000', '172319.818000', '172319.821000', '172319.824000', '172319.826000', '172319.829000', '172319.832000', '172319.834000', '172319.837000', '172319.839000', '172319.842000', '172319.844000', '172319.847000', '172319.850000', '172319.852000', '172319.855000', '172319.857000', '172319.860000', '172319.863000', '172319.865000', '172319.868000', '172319.870000', '172319.873000', '172319.875000', '172319.878000', '172319.880000', '172319.883000', '172319.885000', '172319.888000', '172319.891000', '172319.893000', '172319.896000', '172319.898000', '172319.901000', '172319.904000', '172319.906000', '172319.909000', '172319.911000', '172319.914000', '172319.917000', '172319.919000', '172319.922000', '172319.925000', '172319.927000', '172339.818000', '172339.821000', '172339.824000', '172339.826000', '172339.829000', '172339.831000', '172339.834000', '172339.837000', '172339.839000', '172339.842000', '172339.844000', '172339.847000', '172339.849000', '172339.852000', '172339.855000', '172339.857000', '172339.860000', '172339.863000', '172339.865000', '172339.868000', '172339.870000', '172339.873000', '172339.875000', '172339.878000', '172339.880000', '172339.883000', '172339.886000', '172339.888000', '172339.891000', '172339.893000', '172339.896000', '172339.898000', '172339.901000', '172339.903000', '172339.906000', '172339.909000', '172339.911000', '172339.914000', '172339.916000', '172339.919000', '172339.922000', '172339.924000', '172339.927000', '172339.929000', '172359.819000', '172359.821000', '172359.824000', '172359.827000', '172359.829000', '172359.832000', '172359.834000', '172359.837000', '172359.839000', '172359.842000', '172359.844000', '172359.847000', '172359.850000', '172359.852000', '172359.855000', '172359.857000', '172359.860000', '172359.862000', '172359.865000', '172359.868000', '172359.870000', '172359.873000', '172359.875000', '172359.878000', '172359.881000', '172359.883000', '172359.886000', '172359.888000', '172359.891000', '172359.893000', '172359.896000', '172359.898000', '172359.901000', '172359.904000', '172359.906000', '172359.909000', '172359.911000', '172359.914000', '172359.917000', '172359.919000', '172359.922000', '172359.924000', '172359.927000', '172419.818000', '172419.821000', '172419.824000', '172419.827000', '172419.829000', '172419.832000', '172419.834000', '172419.837000', '172419.839000', '172419.842000', '172419.845000', '172419.847000', '172419.850000', '172419.852000', '172419.855000', '172419.858000', '172419.860000', '172419.863000', '172419.865000', '172419.868000', '172419.870000', '172419.873000', '172419.876000', '172419.878000', '172419.881000', '172419.894000', '172419.897000', '172419.899000', '172419.902000', '172419.904000', '172419.907000', '172419.909000', '172419.912000', '172419.915000', '172419.917000', '172419.920000', '172419.922000', '172419.925000', '172419.928000', '172419.930000', '172419.933000', '172419.935000', '172419.938000', '172419.941000', '172439.819000', '172439.821000', '172439.824000', '172439.826000', '172439.829000', '172439.832000', '172439.834000', '172439.837000', '172439.839000', '172439.842000', '172439.845000', '172439.847000', '172439.850000', '172439.852000', '172439.855000', '172439.858000', '172439.860000', '172439.863000', '172439.865000', '172439.868000', '172439.870000', '172439.873000', '172439.876000', '172439.878000', '172439.881000', '172439.884000', '172439.886000', '172439.889000', '172439.891000', '172439.894000', '172439.896000', '172439.899000', '172439.902000', '172439.904000', '172439.907000', '172439.909000', '172439.912000', '172439.914000', '172439.917000', '172439.920000', '172439.922000', '172439.925000', '172439.927000', '172459.819000', '172459.821000', '172459.824000', '172459.827000', '172459.829000', '172459.832000', '172459.834000', '172459.837000', '172459.839000', '172459.842000', '172459.845000', '172459.847000', '172459.850000', '172459.852000', '172459.855000', '172459.857000', '172459.860000', '172459.863000', '172459.865000', '172459.868000', '172459.870000', '172459.873000', '172459.876000', '172459.878000', '172459.881000', '172459.883000', '172459.886000', '172459.888000', '172459.891000', '172459.894000', '172459.896000', '172459.899000', '172459.901000', '172459.904000', '172459.907000', '172459.909000', '172459.912000', '172459.914000', '172459.917000', '172459.920000', '172459.922000', '172459.925000', '172459.927000', '172459.930000', '172519.819000', '172519.821000', '172519.824000', '172519.826000', '172519.829000', '172519.832000', '172519.834000', '172519.837000', '172519.839000', '172519.842000', '172519.845000', '172519.847000', '172519.850000', '172519.852000', '172519.855000', '172519.858000', '172519.860000', '172519.863000', '172519.865000', '172519.868000', '172519.870000', '172519.873000', '172519.876000', '172519.878000', '172519.881000', '172519.883000', '172519.886000', '172519.889000', '172519.891000', '172519.894000', '172519.896000', '172519.899000', '172519.901000', '172519.904000', '172519.906000', '172519.909000', '172519.912000', '172519.914000', '172519.917000', '172519.919000', '172519.922000', '172519.924000', '172519.927000', '172539.819000', '172539.821000', '172539.824000', '172539.826000', '172539.829000', '172539.832000', '172539.834000', '172539.837000', '172539.840000', '172539.842000', '172539.845000', '172539.848000', '172539.850000', '172539.853000', '172539.855000', '172539.858000', '172539.861000', '172539.863000', '172539.866000', '172539.868000', '172539.871000', '172539.873000', '172539.894000', '172539.896000', '172539.899000', '172539.902000', '172539.904000', '172539.907000', '172539.909000', '172539.912000', '172539.914000', '172539.917000', '172539.919000', '172539.922000', '172539.926000', '172539.928000', '172539.931000', '172539.933000', '172539.936000', '172539.939000', '172539.941000', '172539.944000', '172539.946000', '172539.949000', '172559.818000', '172559.825000', '172559.828000', '172559.830000', '172559.833000', '172559.835000', '172559.838000', '172559.841000', '172559.843000', '172559.846000', '172559.848000', '172559.851000', '172559.853000', '172559.856000', '172559.859000', '172559.861000', '172559.864000', '172559.866000', '172559.869000', '172559.871000', '172559.874000', '172559.877000', '172559.879000', '172559.882000', '172559.884000', '172559.887000', '172559.889000', '172559.892000', '172559.895000', '172559.897000', '172559.900000', '172559.902000', '172559.905000', '172559.907000', '172559.910000', '172559.913000', '172559.915000', '172559.918000', '172559.920000', '172559.923000', '172559.926000', '172559.928000', '172559.931000', '172619.819000', '172619.821000', '172619.824000', '172619.827000', '172619.829000', '172619.832000', '172619.834000', '172619.837000', '172619.839000', '172619.842000', '172619.845000', '172619.847000', '172619.850000', '172619.852000', '172619.855000', '172619.858000', '172619.860000', '172619.863000', '172619.865000', '172619.868000', '172619.870000', '172619.873000', '172619.882000', '172619.884000', '172619.887000', '172619.889000', '172619.892000', '172619.895000', '172619.897000', '172619.900000', '172619.902000', '172619.905000', '172619.908000', '172619.910000', '172619.913000', '172619.915000', '172619.918000', '172619.921000', '172619.923000', '172619.926000', '172619.928000', '172619.931000', '172619.933000', '172619.936000', '172635.848000', '172635.851000', '172635.854000', '172635.856000', '172635.859000', '172635.861000', '172635.864000', '172635.867000', '172635.869000', '172635.872000', '172635.874000', '172635.877000', '172635.879000', '172635.882000', '172635.885000', '172635.887000', '172635.890000', '172635.892000', '172635.895000', '172635.898000', '172635.900000', '172635.903000', '172635.905000', '172635.908000', '172635.911000', '172635.913000', '172635.916000', '172635.918000', '172635.921000', '172635.924000', '172635.926000', '172635.929000', '172635.932000', '172635.934000', '172635.937000'], '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': [14631, 10384, 15402, 12179, 14412, 12051, 8749, 13356, 9313, 14327, 9947, 14106, 10157, 14973, 11637, 15353, 11089, 14645, 10880, 14634, 10941, 14650, 10257, 14693, 10996, 14908, 10551, 14944, 11056, 15235, 10797, 15194, 10958, 15351, 11081, 15363, 10828, 15455, 10480, 15237, 11173, 15536, 11222, 12144, 11292, 12650, 12607, 10411, 12988, 9354, 13701, 10454, 13863, 9498, 14044, 9238, 13493, 9187, 13780, 8915, 13720, 9365, 13915, 10154, 13765, 9363, 14141, 9739, 14183, 10153, 14455, 10865, 14793, 11757, 14745, 10909, 15239, 11445, 16105, 11645, 8901, 12956, 17871, 12451, 17272, 11691, 15715, 10962, 11739, 12385, 10503, 13815, 8813, 14287, 10201, 13699, 17726, 11884, 15709, 11009, 14821, 10227, 13748, 8928, 13893, 9236, 13958, 9869, 13276, 8795, 13313, 10214, 13616, 9227, 13457, 9307, 13507, 10189, 13436, 8862, 13610, 10493, 13891, 10119, 14402, 10584, 14445, 11333, 16557, 11926, 16553, 11664, 17317, 12328, 16824, 11432, 15390, 11379, 13489, 11800, 15914, 11227, 15145, 10720, 15043, 10618, 15123, 10304, 14956, 11211, 14934, 11218, 14617, 10340, 14403, 11462, 14889, 10574, 12502, 12090, 17208, 11788, 16584, 11064, 15628, 11591, 17262, 11329, 11399, 11378, 11876, 12698, 9038, 14087, 9088, 14368, 16522, 12240, 15693, 10076, 15483, 10738, 14682, 11332, 14847, 10176, 14282, 10240, 13705, 9212, 14112, 9313, 13133, 9396, 12941, 8663, 13742, 9557, 14486, 10304, 14648, 10184, 14144, 10593, 9130, 13661, 11533, 16616, 11616, 12110, 11860, 17652, 12400, 17112, 11351, 16820, 10150, 15182, 10634, 14873, 10535, 14654, 9864, 14338, 10745, 14058, 9927, 14338, 10065, 14024, 10874, 14607, 10157, 14509, 10610, 14783, 10669, 15200, 10428, 15233, 11078, 16938, 10986, 13955, 11374, 15552, 11615, 16201, 10130, 15190, 9330, 14987, 10490, 14784, 11274, 14702, 9464, 14438, 10723, 15329, 10120, 12588, 10161, 13258, 10916, 15397, 10184, 15364, 9978, 15154, 10665, 15264, 11019, 14957, 9700, 14650, 10692, 14105, 9630, 14276, 9133, 14051, 9709, 13297, 8705, 13814, 9958, 14137, 9407, 14289, 10248, 14591, 10902, 15960, 11282, 15019, 11095, 15112, 11218, 15071, 10594, 14876, 10254, 14592, 10485, 14625, 10013, 14575, 9875, 14298, 10350, 13781, 9109, 14059, 9062, 13934, 9034, 13139, 8582, 13412, 9755, 13395, 9045, 14189, 10068, 14685, 11820, 15254, 10390, 14943, 10550, 15865, 11640, 16012, 10101, 14866, 10862, 15241, 10763, 14167, 9628, 14131, 8798, 13009, 9064, 12957, 8435, 12298, 8562, 12890, 9552, 12722, 10800, 11255, 16161, 11010, 15588, 10165, 14969, 10489, 15356, 10114, 14935, 9558, 14960, 10737, 15793, 10419, 15642, 9854, 15114, 10669, 15586, 10752, 15182, 9755, 14997, 10558, 15541, 10467, 15400, 9909, 14810, 10595, 15194, 10542, 14780, 10273, 14675, 10913, 14898, 10149, 14548, 10323, 14663, 10667, 15120, 10188, 14770, 10522, 15400, 10920, 13161, 10951, 14833, 11295, 9068, 11663, 9123, 13070, 10765, 12993, 9450, 13382, 9217, 13580, 10599, 14125, 9012, 13552, 9029, 13412, 9656, 13513, 8579, 12799, 8713, 13204, 9401, 13596, 8933, 13156, 9487, 13582, 9215, 13177, 8965, 13205, 9841, 13738, 8760, 13751, 9502, 13860, 9954, 14541, 9178, 14029, 9920, 13729, 12623, 11789, 11688, 10601, 14984, 11388, 14941, 9344, 13385, 9242, 14329, 10361, 14266, 9548, 13941, 9835, 14251, 11638, 13782, 9020, 13273, 9612, 13200, 8954, 13486, 9143, 13787, 10661, 12932, 10394, 12342, 14078, 12034, 16291, 11104, 15096, 10442, 15286, 11031, 15600, 10575, 14963, 10693, 14754, 10752, 14405, 9173, 13396, 8769, 13328, 10044, 10860, 12200, 10082, 14939, 10185, 14595, 9264, 14209, 10012, 13947, 10344, 13900, 8965, 13360, 9375, 13146, 8571, 13035, 8613, 13306, 9789, 13783, 8813, 13875, 9683, 13819, 12948, 12400, 11808, 10831, 15586, 11695, 15796, 11696, 15038, 10744, 14729, 10157, 14089, 9489, 13216, 8143, 12855, 9692, 13682, 8933, 12876, 10512, 11872, 15843, 10625, 15030, 9155, 14767, 10516, 14327, 9303, 13844, 10203, 10565, 11672, 8593, 13753, 10354, 11337, 12099, 9427, 13349, 10696, 13776, 17601, 12914, 16880, 10120, 15166, 10023, 14797, 9617, 13789, 9155, 14351, 9549, 14365, 9875, 14356, 9567, 13831, 10363, 13563, 8626, 13284, 9621, 13613, 8806, 13057, 9586, 12294, 16283, 11545, 14340, 10827, 15434, 10802, 15987, 11828, 15381, 10206, 14664, 9387, 14407, 10368, 13617, 8590, 13497, 8848, 13444, 10606, 13539, 8980, 12458, 9816, 12063, 13663, 10987, 13484, 10075, 14931, 10622, 14765, 10192, 14452, 10230, 14169, 11044, 14020, 9020, 13433, 9150, 13169, 8468, 12986, 8602, 13119, 9522, 13312, 8511, 13775, 9240, 13494, 10371, 14060, 9000, 12866, 10510, 12907, 14040, 11030, 12042, 10396, 14891, 11200, 15184, 10617, 14726, 9183, 14349, 10262, 14690, 10733, 14393, 9952, 14204, 10006, 13391, 8422, 12938, 9047, 13288, 9813, 12475, 8544, 12478, 10311, 13420, 8995, 13346, 9303, 13113, 13569, 11803, 9697, 11546, 12227, 12016, 16534, 11572, 13632, 10625, 15388, 11357, 16489, 10834, 15824, 10651, 15101, 10998, 15067, 11554, 14280, 9910, 14790, 10625, 14583, 11789, 14258, 9977, 14228, 9906, 14269, 10120, 13801, 8999, 13447, 9598, 13703, 8763, 12774, 11287, 11909, 15805, 10495, 12334, 10336, 13748, 11552, 13330, 11246, 10392, 11384, 11311, 12452, 11469, 12400, 8733, 13020, 9648, 13518, 10977, 12508, 8877, 12895, 10611, 13149, 10698, 12735, 9024, 12288, 11842, 12441, 10650, 11820, 12818, 11511, 16703, 11054, 13945, 10354, 13125, 11612, 11086, 11961, 8399, 13346, 10092, 8663, 14336, 11266, 15619, 10922, 16329, 11484, 17174, 11713, 17135, 11549, 16330, 12258, 16228, 11115, 14817, 10389, 14649, 10494, 14605, 10458, 11626, 9821, 10391, 10622, 14793, 10167, 13995, 9503, 14284, 10283, 14013, 10404, 13964, 8705, 13286, 9547, 13405, 9150, 12791, 9559, 11667, 15003, 10921, 13590, 10177, 14881, 10682, 15699, 10940, 15730, 11977, 14939, 10366, 14196, 9725, 14404, 9888, 12937, 8597, 12677, 9387, 13065, 13021, 11432, 13072, 9722, 14736, 10380, 14676, 10689, 14122, 9603, 13756, 9536, 12949, 8190, 12340, 9329, 13038, 9389, 12938, 8568, 12593, 10263, 13188, 9001, 13400, 9103, 13472, 11238, 13174, 8934, 12486, 9963, 12670, 13063, 11928, 9585, 11545, 10676, 12332, 14999, 11978, 13595, 10227, 14881, 10785, 15058, 10508, 14804, 10147, 14278, 10466, 14336, 9673, 13619, 9044, 13394, 9328, 12893, 8288, 12820, 9111, 14211, 9903, 14328, 10001, 14360, 10630, 15603, 10159, 14388, 9622, 14252, 10198, 14328, 8526, 13215, 9115, 13612, 11182, 11939, 8604, 10971, 14127, 11245, 15230, 11006, 14469, 9994, 14198, 10024, 13920, 8404, 12984, 8998, 13022, 9096, 12377, 8572, 12169, 10918, 12040, 8806, 12001, 10051, 12490, 16537, 10996, 16004, 9869, 15366, 11433, 15399, 10798, 14755, 9411, 13803, 8934, 13707, 9036, 13295, 8375, 12307, 13302, 11425, 13473, 10071, 14707, 10522, 14745, 10775, 14527, 10047, 14162, 10582, 14460, 10849, 14703, 9987, 14960, 11020, 15215, 11240, 11134, 11484, 11752, 11640, 11275, 11200, 8271, 12976, 9057, 13540, 11117, 13167, 8591, 13218, 11394, 12943, 17225, 12331, 15368, 10573, 14236, 9506, 13603, 8761, 12657, 12928, 10757, 14915, 10671, 14354, 10051, 13661, 9226, 13114, 8745, 12692, 8016, 12659, 8955, 12824, 9079, 13048, 9064, 12413, 15539, 11884, 16140, 10477, 15406, 10959, 15044, 10767, 14259, 8477, 13085, 8777, 12964, 16246, 10310, 14616, 8989, 14268, 10542, 14372, 9758, 13758, 8246, 12547, 9722, 12926, 9708, 11168, 14720, 11121, 15518, 10562, 15018, 9743, 14433, 10619, 15023, 11698, 14971, 10186, 14602, 10677, 14675, 11160, 14591, 9817, 13976, 9219, 14175, 10079, 14225, 8361, 12835, 8519, 13231, 9936, 13550, 8758, 12858, 9810, 12786, 13148, 11339, 16218, 9566, 14628, 11147, 14059, 10031, 13578, 8897, 13473, 9209, 12708, 8450, 12527, 8967, 12842, 8959, 13044, 8704, 12831, 9096, 13412, 10170, 12970, 9575, 12282, 13831, 11545, 16602, 10479, 15330, 9562, 14847, 10808, 14538, 10207, 13728, 8831, 13451, 9310, 12701, 8353, 10939, 15017, 11058, 14539, 10252, 14191, 9292, 14303, 10660, 14220, 9613, 14007, 9658, 14101, 9776, 13938, 8850, 13135, 9469, 12981, 12181, 11306, 11833, 10462, 13431, 11131, 14663, 10576, 14660, 9485, 14321, 11279, 13956, 9369, 13822, 8777, 12630, 9248, 12718, 8328, 11083, 14139, 11009, 13493, 9970, 14293, 10896, 14890, 10275, 13268, 10310, 15238, 11118, 16583, 10645, 13721, 10808, 15917, 11313, 16955, 10779, 15417, 10379, 15263, 10804, 15997, 10970, 14794, 10054, 14365, 10230, 13990, 9175, 13516, 8149, 13042, 9153, 12987, 8944, 12370, 9164, 13161, 8859, 13101, 8382, 14030, 9393, 14731, 10522, 14729, 10537, 14754, 10850, 15426, 11720, 15961, 10248, 14302, 11325, 13588, 10664, 10997, 10717, 9693, 9603, 11695, 15493, 12425, 15709, 10391, 14765, 10853, 14837, 10339, 13841, 8465, 13080, 9287, 12753, 9277, 11794, 9116, 11678, 11356, 10588, 8219, 11943, 8367, 12728, 9742, 13064, 9513, 11006, 15217, 11058, 14713, 10210, 14691, 10205, 14393, 10368, 14776, 9196, 14074, 8998, 13459, 10084, 13408, 10102, 10293, 14881, 10472, 14361, 10184, 14109, 9820, 13528, 8907, 12623, 8841, 11924, 10625, 11752, 9945, 11515, 9718, 10850, 14474, 11283, 14085, 10467, 15031, 10374, 14741, 11278, 15327, 10353, 14434, 9939, 14278, 9469, 13494, 9041, 12914, 10569, 11278, 16054, 10588, 14248, 9506, 14306, 10460, 14927, 10405], 'WindowCenter': [4590.0, 4544.0, 4572.0, 4550.0, 4549.0, 4535.0, 4494.0, 4534.0, 4491.0, 4531.0, 4501.0, 4531.0, 4514.0, 4532.0, 4511.0, 4530.0, 4512.0, 4528.0, 4510.0, 4528.0, 4502.0, 4529.0, 4500.0, 4533.0, 4510.0, 4530.0, 4500.0, 4530.0, 4510.0, 4529.0, 4501.0, 4518.0, 4499.0, 4530.0, 4510.0, 4518.0, 4500.0, 4517.0, 4498.0, 4517.0, 4501.0, 4518.0, 4498.0, 4497.0, 4497.0, 4506.0, 4509.0, 4489.0, 4509.0, 4476.0, 4517.0, 4486.0, 4518.0, 4489.0, 4517.0, 4476.0, 4518.0, 4476.0, 4520.0, 4478.0, 4518.0, 4487.0, 4520.0, 4487.0, 4517.0, 4477.0, 4517.0, 4489.0, 4517.0, 4499.0, 4518.0, 4499.0, 4530.0, 4512.0, 4530.0, 4511.0, 4529.0, 4510.0, 4530.0, 4509.0, 4479.0, 4518.0, 4527.0, 4508.0, 4517.0, 4498.0, 4516.0, 4487.0, 4495.0, 4506.0, 4487.0, 4520.0, 4479.0, 4530.0, 4490.0, 4521.0, 4527.0, 4497.0, 4516.0, 4487.0, 4516.0, 4485.0, 4506.0, 4476.0, 4517.0, 4488.0, 4519.0, 4489.0, 4520.0, 4478.0, 4521.0, 4502.0, 4521.0, 4487.0, 4519.0, 4489.0, 4520.0, 4487.0, 4517.0, 4477.0, 4520.0, 4498.0, 4519.0, 4501.0, 4531.0, 4501.0, 4519.0, 4511.0, 4540.0, 4512.0, 4528.0, 4508.0, 4528.0, 4510.0, 4529.0, 4498.0, 4516.0, 4510.0, 4507.0, 4509.0, 4529.0, 4501.0, 4520.0, 4499.0, 4515.0, 4501.0, 4518.0, 4498.0, 4527.0, 4500.0, 4518.0, 4497.0, 4517.0, 4487.0, 4517.0, 4499.0, 4526.0, 4501.0, 4507.0, 4520.0, 4543.0, 4510.0, 4528.0, 4499.0, 4525.0, 4500.0, 4529.0, 4498.0, 4496.0, 4500.0, 4508.0, 4509.0, 4490.0, 4519.0, 4479.0, 4529.0, 4528.0, 4507.0, 4516.0, 4488.0, 4515.0, 4499.0, 4516.0, 4500.0, 4515.0, 4500.0, 4519.0, 4489.0, 4516.0, 4478.0, 4517.0, 4488.0, 4520.0, 4477.0, 4507.0, 4476.0, 4517.0, 4487.0, 4518.0, 4499.0, 4517.0, 4492.0, 4519.0, 4500.0, 4491.0, 4532.0, 4512.0, 4541.0, 4511.0, 4509.0, 4510.0, 4527.0, 4510.0, 4529.0, 4496.0, 4517.0, 4477.0, 4516.0, 4487.0, 4506.0, 4485.0, 4515.0, 4485.0, 4517.0, 4485.0, 4516.0, 4487.0, 4518.0, 4488.0, 4517.0, 4497.0, 4517.0, 4489.0, 4518.0, 4500.0, 4517.0, 4499.0, 4516.0, 4499.0, 4518.0, 4500.0, 4529.0, 4500.0, 4518.0, 4497.0, 4516.0, 4498.0, 4516.0, 4485.0, 4517.0, 4478.0, 4519.0, 4500.0, 4517.0, 4498.0, 4516.0, 4488.0, 4518.0, 4512.0, 4528.0, 4498.0, 4510.0, 4501.0, 4519.0, 4514.0, 4531.0, 4515.0, 4531.0, 4500.0, 4532.0, 4502.0, 4530.0, 4502.0, 4529.0, 4489.0, 4530.0, 4500.0, 4519.0, 4487.0, 4518.0, 4489.0, 4519.0, 4477.0, 4506.0, 4466.0, 4508.0, 4487.0, 4516.0, 4479.0, 4515.0, 4489.0, 4517.0, 4498.0, 4518.0, 4498.0, 4516.0, 4497.0, 4518.0, 4496.0, 4515.0, 4485.0, 4515.0, 4487.0, 4518.0, 4488.0, 4517.0, 4487.0, 4515.0, 4488.0, 4518.0, 4487.0, 4518.0, 4479.0, 4517.0, 4480.0, 4517.0, 4477.0, 4520.0, 4478.0, 4520.0, 4488.0, 4517.0, 4478.0, 4518.0, 4490.0, 4519.0, 4510.0, 4528.0, 4499.0, 4527.0, 4500.0, 4529.0, 4498.0, 4516.0, 4486.0, 4506.0, 4488.0, 4517.0, 4495.0, 4506.0, 4488.0, 4506.0, 4467.0, 4508.0, 4477.0, 4507.0, 4477.0, 4509.0, 4478.0, 4520.0, 4492.0, 4520.0, 4499.0, 4511.0, 4531.0, 4500.0, 4518.0, 4488.0, 4517.0, 4500.0, 4517.0, 4490.0, 4515.0, 4488.0, 4517.0, 4498.0, 4528.0, 4499.0, 4517.0, 4487.0, 4516.0, 4487.0, 4518.0, 4487.0, 4515.0, 4477.0, 4513.0, 4487.0, 4520.0, 4500.0, 4516.0, 4488.0, 4518.0, 4499.0, 4516.0, 4499.0, 4516.0, 4498.0, 4517.0, 4499.0, 4516.0, 4500.0, 4518.0, 4500.0, 4518.0, 4489.0, 4518.0, 4487.0, 4519.0, 4499.0, 4519.0, 4499.0, 4509.0, 4498.0, 4517.0, 4499.0, 4476.0, 4500.0, 4476.0, 4507.0, 4487.0, 4508.0, 4477.0, 4506.0, 4476.0, 4518.0, 4486.0, 4516.0, 4479.0, 4518.0, 4475.0, 4518.0, 4478.0, 4517.0, 4479.0, 4520.0, 4479.0, 4519.0, 4490.0, 4520.0, 4479.0, 4519.0, 4490.0, 4519.0, 4480.0, 4520.0, 4478.0, 4520.0, 4489.0, 4519.0, 4480.0, 4520.0, 4488.0, 4520.0, 4487.0, 4518.0, 4475.0, 4517.0, 4475.0, 4507.0, 4494.0, 4496.0, 4484.0, 4485.0, 4505.0, 4496.0, 4517.0, 4478.0, 4508.0, 4491.0, 4530.0, 4503.0, 4529.0, 4503.0, 4529.0, 4502.0, 4531.0, 4523.0, 4521.0, 4480.0, 4522.0, 4489.0, 4510.0, 4480.0, 4520.0, 4477.0, 4519.0, 4488.0, 4508.0, 4488.0, 4508.0, 4506.0, 4508.0, 4528.0, 4498.0, 4518.0, 4487.0, 4517.0, 4486.0, 4514.0, 4485.0, 4504.0, 4487.0, 4516.0, 4485.0, 4506.0, 4476.0, 4506.0, 4466.0, 4520.0, 4476.0, 4497.0, 4495.0, 4488.0, 4516.0, 4498.0, 4516.0, 4487.0, 4517.0, 4500.0, 4517.0, 4488.0, 4519.0, 4478.0, 4521.0, 4489.0, 4519.0, 4478.0, 4518.0, 4479.0, 4519.0, 4487.0, 4519.0, 4476.0, 4520.0, 4476.0, 4519.0, 4506.0, 4499.0, 4495.0, 4488.0, 4514.0, 4497.0, 4515.0, 4510.0, 4514.0, 4497.0, 4515.0, 4488.0, 4516.0, 4477.0, 4507.0, 4456.0, 4508.0, 4489.0, 4519.0, 4476.0, 4520.0, 4498.0, 4511.0, 4527.0, 4498.0, 4516.0, 4475.0, 4529.0, 4490.0, 4518.0, 4489.0, 4518.0, 4502.0, 4500.0, 4510.0, 4492.0, 4534.0, 4516.0, 4514.0, 4524.0, 4494.0, 4521.0, 4499.0, 4521.0, 4529.0, 4510.0, 4515.0, 4489.0, 4517.0, 4489.0, 4518.0, 4491.0, 4519.0, 4489.0, 4519.0, 4491.0, 4529.0, 4503.0, 4528.0, 4502.0, 4521.0, 4503.0, 4522.0, 4479.0, 4519.0, 4487.0, 4518.0, 4477.0, 4510.0, 4475.0, 4508.0, 4527.0, 4499.0, 4518.0, 4487.0, 4515.0, 4489.0, 4517.0, 4497.0, 4514.0, 4487.0, 4505.0, 4475.0, 4506.0, 4486.0, 4505.0, 4464.0, 4505.0, 4467.0, 4507.0, 4485.0, 4508.0, 4465.0, 4507.0, 4488.0, 4509.0, 4507.0, 4497.0, 4506.0, 4486.0, 4519.0, 4499.0, 4517.0, 4487.0, 4519.0, 4489.0, 4518.0, 4496.0, 4507.0, 4477.0, 4508.0, 4477.0, 4507.0, 4466.0, 4519.0, 4478.0, 4517.0, 4490.0, 4520.0, 4480.0, 4519.0, 4477.0, 4518.0, 4488.0, 4518.0, 4466.0, 4507.0, 4485.0, 4507.0, 4505.0, 4486.0, 4495.0, 4486.0, 4516.0, 4499.0, 4517.0, 4500.0, 4519.0, 4488.0, 4517.0, 4497.0, 4529.0, 4500.0, 4519.0, 4491.0, 4520.0, 4487.0, 4519.0, 4469.0, 4508.0, 4477.0, 4519.0, 4486.0, 4507.0, 4479.0, 4510.0, 4488.0, 4519.0, 4479.0, 4521.0, 4479.0, 4521.0, 4508.0, 4509.0, 4476.0, 4509.0, 4506.0, 4509.0, 4528.0, 4499.0, 4506.0, 4486.0, 4515.0, 4500.0, 4516.0, 4486.0, 4516.0, 4486.0, 4516.0, 4496.0, 4517.0, 4496.0, 4518.0, 4488.0, 4517.0, 4501.0, 4528.0, 4509.0, 4518.0, 4488.0, 4518.0, 4504.0, 4530.0, 4500.0, 4518.0, 4478.0, 4523.0, 4491.0, 4520.0, 4477.0, 4517.0, 4498.0, 4509.0, 4527.0, 4498.0, 4507.0, 4501.0, 4519.0, 4509.0, 4518.0, 4501.0, 4488.0, 4509.0, 4498.0, 4510.0, 4508.0, 4509.0, 4477.0, 4509.0, 4489.0, 4521.0, 4499.0, 4510.0, 4477.0, 4507.0, 4500.0, 4519.0, 4499.0, 4520.0, 4477.0, 4509.0, 4497.0, 4509.0, 4488.0, 4509.0, 4507.0, 4509.0, 4527.0, 4498.0, 4507.0, 4500.0, 4506.0, 4499.0, 4498.0, 4510.0, 4481.0, 4520.0, 4511.0, 4494.0, 4544.0, 4512.0, 4530.0, 4502.0, 4530.0, 4500.0, 4530.0, 4501.0, 4527.0, 4495.0, 4515.0, 4495.0, 4513.0, 4484.0, 4503.0, 4484.0, 4503.0, 4489.0, 4518.0, 4499.0, 4494.0, 4489.0, 4489.0, 4510.0, 4530.0, 4501.0, 4519.0, 4490.0, 4519.0, 4501.0, 4519.0, 4500.0, 4518.0, 4466.0, 4519.0, 4490.0, 4507.0, 4479.0, 4509.0, 4475.0, 4496.0, 4518.0, 4497.0, 4506.0, 4491.0, 4518.0, 4488.0, 4519.0, 4497.0, 4517.0, 4496.0, 4504.0, 4486.0, 4505.0, 4475.0, 4516.0, 4476.0, 4506.0, 4466.0, 4507.0, 4476.0, 4520.0, 4506.0, 4499.0, 4506.0, 4488.0, 4518.0, 4498.0, 4516.0, 4499.0, 4516.0, 4491.0, 4519.0, 4487.0, 4509.0, 4471.0, 4509.0, 4490.0, 4519.0, 4480.0, 4518.0, 4479.0, 4517.0, 4499.0, 4519.0, 4479.0, 4519.0, 4479.0, 4520.0, 4499.0, 4510.0, 4478.0, 4508.0, 4486.0, 4508.0, 4509.0, 4508.0, 4476.0, 4499.0, 4498.0, 4510.0, 4518.0, 4511.0, 4506.0, 4501.0, 4519.0, 4500.0, 4518.0, 4499.0, 4520.0, 4486.0, 4518.0, 4488.0, 4517.0, 4476.0, 4507.0, 4477.0, 4517.0, 4478.0, 4507.0, 4467.0, 4507.0, 4480.0, 4517.0, 4489.0, 4518.0, 4489.0, 4518.0, 4497.0, 4529.0, 4488.0, 4518.0, 4488.0, 4519.0, 4487.0, 4519.0, 4468.0, 4519.0, 4477.0, 4520.0, 4500.0, 4510.0, 4467.0, 4498.0, 4517.0, 4510.0, 4520.0, 4498.0, 4508.0, 4488.0, 4517.0, 4486.0, 4519.0, 4467.0, 4508.0, 4480.0, 4519.0, 4477.0, 4507.0, 4469.0, 4509.0, 4498.0, 4507.0, 4481.0, 4520.0, 4487.0, 4521.0, 4529.0, 4498.0, 4518.0, 4487.0, 4518.0, 4498.0, 4518.0, 4487.0, 4516.0, 4476.0, 4518.0, 4477.0, 4518.0, 4478.0, 4518.0, 4467.0, 4510.0, 4518.0, 4498.0, 4506.0, 4488.0, 4517.0, 4500.0, 4518.0, 4500.0, 4517.0, 4488.0, 4519.0, 4500.0, 4518.0, 4499.0, 4528.0, 4498.0, 4529.0, 4501.0, 4530.0, 4510.0, 4498.0, 4510.0, 4510.0, 4509.0, 4499.0, 4499.0, 4469.0, 4519.0, 4482.0, 4533.0, 4511.0, 4520.0, 4479.0, 4521.0, 4498.0, 4519.0, 4528.0, 4508.0, 4515.0, 4486.0, 4506.0, 4476.0, 4506.0, 4467.0, 4507.0, 4506.0, 4497.0, 4515.0, 4485.0, 4515.0, 4487.0, 4506.0, 4477.0, 4506.0, 4467.0, 4506.0, 4468.0, 4507.0, 4480.0, 4509.0, 4480.0, 4518.0, 4478.0, 4508.0, 4519.0, 4498.0, 4516.0, 4486.0, 4514.0, 4486.0, 4516.0, 4486.0, 4505.0, 4454.0, 4519.0, 4464.0, 4507.0, 4527.0, 4487.0, 4516.0, 4477.0, 4518.0, 4499.0, 4519.0, 4477.0, 4518.0, 4467.0, 4509.0, 4477.0, 4509.0, 4487.0, 4497.0, 4519.0, 4510.0, 4528.0, 4497.0, 4516.0, 4489.0, 4517.0, 4498.0, 4518.0, 4509.0, 4519.0, 4488.0, 4519.0, 4499.0, 4517.0, 4497.0, 4515.0, 4486.0, 4507.0, 4477.0, 4520.0, 4476.0, 4508.0, 4466.0, 4509.0, 4466.0, 4509.0, 4489.0, 4519.0, 4468.0, 4509.0, 4489.0, 4519.0, 4507.0, 4497.0, 4527.0, 4488.0, 4519.0, 4500.0, 4508.0, 4489.0, 4508.0, 4478.0, 4519.0, 4478.0, 4509.0, 4468.0, 4509.0, 4478.0, 4509.0, 4478.0, 4507.0, 4477.0, 4509.0, 4477.0, 4518.0, 4488.0, 4508.0, 4476.0, 4507.0, 4506.0, 4498.0, 4528.0, 4489.0, 4517.0, 4477.0, 4518.0, 4498.0, 4518.0, 4486.0, 4506.0, 4478.0, 4518.0, 4476.0, 4508.0, 4468.0, 4499.0, 4518.0, 4499.0, 4517.0, 4487.0, 4517.0, 4488.0, 4518.0, 4499.0, 4516.0, 4488.0, 4517.0, 4490.0, 4519.0, 4488.0, 4518.0, 4476.0, 4507.0, 4476.0, 4509.0, 4497.0, 4497.0, 4496.0, 4487.0, 4517.0, 4509.0, 4518.0, 4501.0, 4519.0, 4490.0, 4520.0, 4510.0, 4517.0, 4479.0, 4519.0, 4478.0, 4510.0, 4478.0, 4520.0, 4469.0, 4509.0, 4518.0, 4497.0, 4509.0, 4490.0, 4518.0, 4512.0, 4530.0, 4500.0, 4519.0, 4502.0, 4529.0, 4513.0, 4532.0, 4501.0, 4520.0, 4500.0, 4528.0, 4501.0, 4526.0, 4499.0, 4517.0, 4499.0, 4518.0, 4500.0, 4525.0, 4500.0, 4516.0, 4490.0, 4518.0, 4487.0, 4506.0, 4477.0, 4509.0, 4468.0, 4519.0, 4477.0, 4507.0, 4466.0, 4507.0, 4475.0, 4507.0, 4479.0, 4518.0, 4479.0, 4517.0, 4490.0, 4529.0, 4499.0, 4517.0, 4497.0, 4517.0, 4500.0, 4528.0, 4510.0, 4529.0, 4499.0, 4517.0, 4510.0, 4509.0, 4500.0, 4500.0, 4497.0, 4503.0, 4502.0, 4525.0, 4531.0, 4512.0, 4533.0, 4501.0, 4518.0, 4499.0, 4519.0, 4488.0, 4507.0, 4466.0, 4506.0, 4476.0, 4506.0, 4477.0, 4496.0, 4467.0, 4499.0, 4497.0, 4488.0, 4467.0, 4509.0, 4479.0, 4521.0, 4490.0, 4519.0, 4490.0, 4501.0, 4530.0, 4499.0, 4519.0, 4488.0, 4518.0, 4489.0, 4519.0, 4488.0, 4517.0, 4477.0, 4518.0, 4479.0, 4519.0, 4487.0, 4509.0, 4488.0, 4487.0, 4516.0, 4499.0, 4516.0, 4488.0, 4506.0, 4488.0, 4519.0, 4477.0, 4508.0, 4477.0, 4498.0, 4498.0, 4509.0, 4486.0, 4509.0, 4487.0, 4501.0, 4519.0, 4499.0, 4521.0, 4499.0, 4529.0, 4501.0, 4519.0, 4501.0, 4517.0, 4489.0, 4517.0, 4487.0, 4519.0, 4478.0, 4507.0, 4476.0, 4508.0, 4485.0, 4498.0, 4516.0, 4486.0, 4516.0, 4488.0, 4516.0, 4498.0, 4517.0, 4498.0], 'WindowWidth': [10061.0, 9986.0, 10017.0, 9984.0, 9977.0, 9950.0, 9892.0, 9945.0, 9883.0, 9937.0, 9894.0, 9934.0, 9919.0, 9940.0, 9907.0, 9932.0, 9912.0, 9927.0, 9906.0, 9928.0, 9895.0, 9928.0, 9889.0, 9937.0, 9906.0, 9930.0, 9889.0, 9932.0, 9904.0, 9928.0, 9891.0, 9911.0, 9888.0, 9930.0, 9905.0, 9910.0, 9887.0, 9908.0, 9885.0, 9909.0, 9892.0, 9911.0, 9885.0, 9881.0, 9882.0, 9894.0, 9901.0, 9872.0, 9899.0, 9850.0, 9907.0, 9866.0, 9911.0, 9873.0, 9908.0, 9852.0, 9912.0, 9852.0, 9919.0, 9858.0, 9912.0, 9872.0, 9921.0, 9870.0, 9911.0, 9857.0, 9910.0, 9875.0, 9911.0, 9888.0, 9912.0, 9889.0, 9930.0, 9909.0, 9930.0, 9907.0, 9929.0, 9906.0, 9931.0, 9902.0, 9860.0, 9913.0, 9923.0, 9897.0, 9909.0, 9883.0, 9904.0, 9865.0, 9875.0, 9893.0, 9869.0, 9916.0, 9862.0, 9931.0, 9875.0, 9920.0, 9924.0, 9881.0, 9905.0, 9867.0, 9907.0, 9862.0, 9891.0, 9851.0, 9910.0, 9874.0, 9915.0, 9873.0, 9917.0, 9858.0, 9921.0, 9894.0, 9919.0, 9870.0, 9917.0, 9873.0, 9919.0, 9870.0, 9911.0, 9857.0, 9918.0, 9887.0, 9916.0, 9894.0, 9934.0, 9894.0, 9916.0, 9908.0, 9947.0, 9911.0, 9928.0, 9899.0, 9926.0, 9905.0, 9929.0, 9884.0, 9908.0, 9902.0, 9896.0, 9903.0, 9928.0, 9891.0, 9916.0, 9889.0, 9905.0, 9894.0, 9912.0, 9886.0, 9924.0, 9890.0, 9910.0, 9883.0, 9909.0, 9869.0, 9909.0, 9888.0, 9923.0, 9892.0, 9898.0, 9919.0, 9955.0, 9906.0, 9926.0, 9887.0, 9921.0, 9890.0, 9928.0, 9885.0, 9880.0, 9888.0, 9898.0, 9901.0, 9879.0, 9915.0, 9861.0, 9930.0, 9927.0, 9894.0, 9905.0, 9869.0, 9904.0, 9886.0, 9906.0, 9891.0, 9903.0, 9889.0, 9914.0, 9873.0, 9905.0, 9856.0, 9912.0, 9874.0, 9917.0, 9854.0, 9897.0, 9853.0, 9909.0, 9868.0, 9911.0, 9886.0, 9909.0, 9880.0, 9913.0, 9891.0, 9881.0, 9938.0, 9912.0, 9949.0, 9908.0, 9902.0, 9904.0, 9925.0, 9903.0, 9931.0, 9878.0, 9907.0, 9850.0, 9904.0, 9866.0, 9889.0, 9859.0, 9901.0, 9862.0, 9907.0, 9863.0, 9905.0, 9868.0, 9912.0, 9874.0, 9907.0, 9882.0, 9907.0, 9873.0, 9910.0, 9890.0, 9908.0, 9887.0, 9907.0, 9887.0, 9912.0, 9890.0, 9928.0, 9889.0, 9912.0, 9881.0, 9907.0, 9884.0, 9905.0, 9863.0, 9907.0, 9855.0, 9915.0, 9889.0, 9910.0, 9883.0, 9905.0, 9871.0, 9911.0, 9907.0, 9926.0, 9886.0, 9904.0, 9892.0, 9917.0, 9913.0, 9936.0, 9920.0, 9932.0, 9890.0, 9937.0, 9897.0, 9931.0, 9893.0, 9928.0, 9875.0, 9930.0, 9890.0, 9914.0, 9869.0, 9911.0, 9874.0, 9914.0, 9855.0, 9893.0, 9840.0, 9898.0, 9868.0, 9906.0, 9859.0, 9904.0, 9874.0, 9909.0, 9883.0, 9909.0, 9882.0, 9904.0, 9879.0, 9909.0, 9879.0, 9902.0, 9862.0, 9903.0, 9866.0, 9910.0, 9869.0, 9907.0, 9868.0, 9905.0, 9874.0, 9913.0, 9869.0, 9912.0, 9860.0, 9911.0, 9864.0, 9909.0, 9854.0, 9915.0, 9858.0, 9918.0, 9871.0, 9908.0, 9858.0, 9910.0, 9877.0, 9914.0, 9904.0, 9925.0, 9888.0, 9923.0, 9890.0, 9926.0, 9885.0, 9907.0, 9866.0, 9890.0, 9869.0, 9909.0, 9878.0, 9890.0, 9870.0, 9891.0, 9841.0, 9896.0, 9853.0, 9894.0, 9855.0, 9902.0, 9860.0, 9919.0, 9882.0, 9918.0, 9888.0, 9906.0, 9936.0, 9891.0, 9911.0, 9872.0, 9910.0, 9889.0, 9909.0, 9875.0, 9905.0, 9872.0, 9909.0, 9886.0, 9925.0, 9886.0, 9908.0, 9869.0, 9907.0, 9869.0, 9909.0, 9867.0, 9902.0, 9852.0, 9899.0, 9868.0, 9915.0, 9890.0, 9906.0, 9871.0, 9910.0, 9887.0, 9905.0, 9888.0, 9904.0, 9885.0, 9911.0, 9888.0, 9906.0, 9891.0, 9912.0, 9890.0, 9911.0, 9873.0, 9911.0, 9868.0, 9914.0, 9888.0, 9914.0, 9887.0, 9899.0, 9884.0, 9909.0, 9887.0, 9852.0, 9888.0, 9851.0, 9896.0, 9867.0, 9898.0, 9854.0, 9892.0, 9850.0, 9912.0, 9864.0, 9907.0, 9862.0, 9914.0, 9850.0, 9914.0, 9856.0, 9910.0, 9861.0, 9917.0, 9862.0, 9916.0, 9877.0, 9916.0, 9861.0, 9917.0, 9877.0, 9914.0, 9862.0, 9917.0, 9857.0, 9918.0, 9874.0, 9914.0, 9862.0, 9915.0, 9871.0, 9916.0, 9868.0, 9911.0, 9848.0, 9906.0, 9847.0, 9893.0, 9874.0, 9876.0, 9857.0, 9861.0, 9887.0, 9878.0, 9910.0, 9858.0, 9897.0, 9879.0, 9933.0, 9898.0, 9929.0, 9900.0, 9932.0, 9898.0, 9936.0, 9926.0, 9918.0, 9864.0, 9923.0, 9875.0, 9902.0, 9860.0, 9916.0, 9855.0, 9915.0, 9873.0, 9899.0, 9869.0, 9897.0, 9894.0, 9898.0, 9925.0, 9884.0, 9911.0, 9867.0, 9908.0, 9865.0, 9900.0, 9863.0, 9887.0, 9866.0, 9904.0, 9860.0, 9890.0, 9851.0, 9893.0, 9837.0, 9916.0, 9850.0, 9883.0, 9875.0, 9869.0, 9909.0, 9885.0, 9907.0, 9869.0, 9908.0, 9892.0, 9910.0, 9872.0, 9916.0, 9858.0, 9920.0, 9874.0, 9914.0, 9858.0, 9914.0, 9860.0, 9915.0, 9870.0, 9913.0, 9851.0, 9916.0, 9853.0, 9913.0, 9892.0, 9884.0, 9874.0, 9867.0, 9899.0, 9880.0, 9903.0, 9903.0, 9900.0, 9881.0, 9901.0, 9871.0, 9904.0, 9853.0, 9894.0, 9825.0, 9899.0, 9872.0, 9912.0, 9852.0, 9916.0, 9885.0, 9904.0, 9923.0, 9883.0, 9904.0, 9851.0, 9927.0, 9874.0, 9911.0, 9874.0, 9910.0, 9895.0, 9889.0, 9905.0, 9883.0, 9943.0, 9921.0, 9916.0, 9930.0, 9887.0, 9922.0, 9887.0, 9920.0, 9929.0, 9899.0, 9903.0, 9871.0, 9908.0, 9873.0, 9910.0, 9879.0, 9911.0, 9876.0, 9916.0, 9881.0, 9930.0, 9898.0, 9928.0, 9897.0, 9921.0, 9897.0, 9921.0, 9861.0, 9915.0, 9868.0, 9910.0, 9852.0, 9902.0, 9851.0, 9897.0, 9922.0, 9887.0, 9910.0, 9867.0, 9904.0, 9871.0, 9906.0, 9879.0, 9899.0, 9864.0, 9889.0, 9848.0, 9892.0, 9861.0, 9888.0, 9833.0, 9889.0, 9838.0, 9895.0, 9862.0, 9896.0, 9835.0, 9893.0, 9869.0, 9900.0, 9896.0, 9880.0, 9892.0, 9866.0, 9913.0, 9886.0, 9909.0, 9867.0, 9912.0, 9874.0, 9911.0, 9878.0, 9893.0, 9854.0, 9896.0, 9853.0, 9894.0, 9839.0, 9913.0, 9858.0, 9911.0, 9874.0, 9916.0, 9862.0, 9916.0, 9856.0, 9913.0, 9871.0, 9911.0, 9836.0, 9894.0, 9863.0, 9893.0, 9889.0, 9865.0, 9875.0, 9864.0, 9906.0, 9888.0, 9912.0, 9888.0, 9914.0, 9870.0, 9910.0, 9884.0, 9928.0, 9890.0, 9914.0, 9879.0, 9919.0, 9869.0, 9914.0, 9844.0, 9897.0, 9854.0, 9913.0, 9865.0, 9895.0, 9859.0, 9903.0, 9872.0, 9915.0, 9862.0, 9921.0, 9860.0, 9919.0, 9899.0, 9900.0, 9852.0, 9899.0, 9893.0, 9899.0, 9926.0, 9887.0, 9891.0, 9866.0, 9903.0, 9888.0, 9905.0, 9865.0, 9905.0, 9864.0, 9904.0, 9879.0, 9907.0, 9878.0, 9910.0, 9871.0, 9909.0, 9894.0, 9926.0, 9902.0, 9909.0, 9872.0, 9911.0, 9901.0, 9931.0, 9889.0, 9912.0, 9860.0, 9925.0, 9878.0, 9916.0, 9856.0, 9911.0, 9885.0, 9902.0, 9923.0, 9883.0, 9895.0, 9891.0, 9915.0, 9900.0, 9913.0, 9892.0, 9871.0, 9901.0, 9886.0, 9906.0, 9900.0, 9901.0, 9856.0, 9900.0, 9873.0, 9920.0, 9890.0, 9902.0, 9855.0, 9896.0, 9891.0, 9917.0, 9886.0, 9916.0, 9853.0, 9900.0, 9884.0, 9899.0, 9870.0, 9899.0, 9896.0, 9901.0, 9924.0, 9882.0, 9893.0, 9891.0, 9892.0, 9886.0, 9884.0, 9906.0, 9865.0, 9919.0, 9909.0, 9890.0, 9956.0, 9912.0, 9931.0, 9895.0, 9932.0, 9891.0, 9932.0, 9891.0, 9922.0, 9876.0, 9903.0, 9874.0, 9896.0, 9857.0, 9883.0, 9858.0, 9882.0, 9871.0, 9909.0, 9888.0, 9873.0, 9874.0, 9873.0, 9907.0, 9932.0, 9892.0, 9913.0, 9877.0, 9914.0, 9896.0, 9914.0, 9891.0, 9910.0, 9839.0, 9916.0, 9876.0, 9895.0, 9856.0, 9900.0, 9850.0, 9878.0, 9911.0, 9882.0, 9891.0, 9875.0, 9910.0, 9870.0, 9913.0, 9880.0, 9907.0, 9878.0, 9886.0, 9863.0, 9887.0, 9848.0, 9906.0, 9851.0, 9892.0, 9838.0, 9895.0, 9852.0, 9917.0, 9893.0, 9884.0, 9891.0, 9870.0, 9912.0, 9886.0, 9906.0, 9886.0, 9907.0, 9878.0, 9914.0, 9868.0, 9902.0, 9850.0, 9901.0, 9876.0, 9915.0, 9861.0, 9913.0, 9860.0, 9912.0, 9889.0, 9915.0, 9861.0, 9915.0, 9860.0, 9917.0, 9887.0, 9901.0, 9857.0, 9897.0, 9865.0, 9897.0, 9900.0, 9898.0, 9851.0, 9885.0, 9885.0, 9902.0, 9914.0, 9905.0, 9892.0, 9890.0, 9914.0, 9890.0, 9910.0, 9885.0, 9914.0, 9864.0, 9911.0, 9870.0, 9908.0, 9852.0, 9895.0, 9854.0, 9910.0, 9855.0, 9896.0, 9841.0, 9896.0, 9863.0, 9909.0, 9875.0, 9912.0, 9875.0, 9912.0, 9884.0, 9929.0, 9871.0, 9912.0, 9868.0, 9914.0, 9868.0, 9912.0, 9842.0, 9914.0, 9855.0, 9917.0, 9887.0, 9905.0, 9841.0, 9884.0, 9909.0, 9903.0, 9915.0, 9884.0, 9896.0, 9869.0, 9907.0, 9864.0, 9913.0, 9841.0, 9897.0, 9863.0, 9912.0, 9853.0, 9895.0, 9844.0, 9900.0, 9884.0, 9895.0, 9863.0, 9917.0, 9870.0, 9920.0, 9929.0, 9884.0, 9912.0, 9867.0, 9910.0, 9884.0, 9909.0, 9868.0, 9904.0, 9851.0, 9910.0, 9854.0, 9912.0, 9858.0, 9912.0, 9842.0, 9902.0, 9912.0, 9884.0, 9892.0, 9869.0, 9911.0, 9889.0, 9912.0, 9889.0, 9908.0, 9872.0, 9914.0, 9889.0, 9912.0, 9887.0, 9927.0, 9887.0, 9928.0, 9895.0, 9932.0, 9905.0, 9887.0, 9903.0, 9903.0, 9901.0, 9888.0, 9887.0, 9847.0, 9915.0, 9869.0, 9940.0, 9909.0, 9920.0, 9863.0, 9918.0, 9885.0, 9915.0, 9927.0, 9898.0, 9902.0, 9863.0, 9892.0, 9849.0, 9891.0, 9839.0, 9894.0, 9890.0, 9882.0, 9902.0, 9862.0, 9901.0, 9865.0, 9889.0, 9852.0, 9892.0, 9839.0, 9892.0, 9842.0, 9897.0, 9861.0, 9901.0, 9861.0, 9912.0, 9855.0, 9897.0, 9912.0, 9883.0, 9905.0, 9864.0, 9900.0, 9864.0, 9906.0, 9863.0, 9888.0, 9817.0, 9914.0, 9832.0, 9893.0, 9921.0, 9865.0, 9905.0, 9852.0, 9909.0, 9885.0, 9911.0, 9853.0, 9911.0, 9840.0, 9902.0, 9854.0, 9899.0, 9867.0, 9882.0, 9914.0, 9902.0, 9925.0, 9882.0, 9907.0, 9873.0, 9907.0, 9884.0, 9911.0, 9901.0, 9912.0, 9871.0, 9912.0, 9887.0, 9909.0, 9881.0, 9902.0, 9864.0, 9893.0, 9854.0, 9916.0, 9850.0, 9896.0, 9837.0, 9900.0, 9839.0, 9900.0, 9870.0, 9914.0, 9843.0, 9899.0, 9872.0, 9913.0, 9896.0, 9881.0, 9923.0, 9869.0, 9913.0, 9887.0, 9894.0, 9871.0, 9894.0, 9858.0, 9915.0, 9858.0, 9900.0, 9843.0, 9900.0, 9857.0, 9901.0, 9857.0, 9896.0, 9855.0, 9901.0, 9855.0, 9913.0, 9871.0, 9897.0, 9852.0, 9894.0, 9891.0, 9884.0, 9926.0, 9871.0, 9907.0, 9854.0, 9910.0, 9884.0, 9911.0, 9866.0, 9892.0, 9858.0, 9914.0, 9852.0, 9897.0, 9841.0, 9886.0, 9913.0, 9887.0, 9909.0, 9868.0, 9907.0, 9872.0, 9912.0, 9887.0, 9908.0, 9873.0, 9910.0, 9876.0, 9917.0, 9870.0, 9912.0, 9852.0, 9895.0, 9851.0, 9899.0, 9881.0, 9880.0, 9877.0, 9867.0, 9909.0, 9901.0, 9913.0, 9893.0, 9914.0, 9876.0, 9919.0, 9905.0, 9906.0, 9859.0, 9914.0, 9859.0, 9904.0, 9858.0, 9918.0, 9846.0, 9901.0, 9914.0, 9883.0, 9899.0, 9875.0, 9912.0, 9908.0, 9932.0, 9893.0, 9917.0, 9896.0, 9931.0, 9912.0, 9936.0, 9892.0, 9915.0, 9888.0, 9927.0, 9892.0, 9923.0, 9887.0, 9909.0, 9888.0, 9912.0, 9889.0, 9918.0, 9892.0, 9905.0, 9873.0, 9911.0, 9870.0, 9891.0, 9853.0, 9899.0, 9842.0, 9915.0, 9855.0, 9895.0, 9838.0, 9894.0, 9850.0, 9895.0, 9860.0, 9914.0, 9862.0, 9911.0, 9878.0, 9930.0, 9887.0, 9909.0, 9883.0, 9909.0, 9889.0, 9925.0, 9904.0, 9927.0, 9887.0, 9910.0, 9905.0, 9901.0, 9890.0, 9888.0, 9882.0, 9901.0, 9898.0, 9934.0, 9939.0, 9909.0, 9942.0, 9892.0, 9912.0, 9888.0, 9912.0, 9868.0, 9891.0, 9836.0, 9894.0, 9849.0, 9890.0, 9851.0, 9878.0, 9838.0, 9885.0, 9881.0, 9869.0, 9841.0, 9901.0, 9860.0, 9921.0, 9874.0, 9914.0, 9874.0, 9892.0, 9931.0, 9886.0, 9914.0, 9871.0, 9911.0, 9873.0, 9913.0, 9870.0, 9907.0, 9853.0, 9912.0, 9858.0, 9914.0, 9865.0, 9898.0, 9867.0, 9867.0, 9904.0, 9886.0, 9905.0, 9868.0, 9890.0, 9871.0, 9916.0, 9853.0, 9897.0, 9851.0, 9883.0, 9884.0, 9898.0, 9866.0, 9899.0, 9868.0, 9890.0, 9913.0, 9888.0, 9918.0, 9887.0, 9928.0, 9891.0, 9913.0, 9891.0, 9908.0, 9872.0, 9907.0, 9866.0, 9913.0, 9855.0, 9895.0, 9851.0, 9897.0, 9863.0, 9884.0, 9906.0, 9864.0, 9904.0, 9870.0, 9906.0, 9885.0, 9910.0, 9886.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.0002483990895295903</td></tr>
<tr><td colspan=3>aqi</td><td>0.015501477845220029</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.141186565671944</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.21888383007593</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998333153189066</td></tr>
<tr><td colspan=3>efc</td><td>0.4623</td></tr>
<tr><td colspan=3>fber</td><td>6721.4819</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07655447408218859</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2276176024279211</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.506896701515004</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.403710669963799</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7724646611720187</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344514773409194</td></tr>
<tr><td colspan=3>gcor</td><td>0.00587363</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011243763379752636</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021750183776021004</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.8361166020670625</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>33.5854</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8082</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.6517</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1776</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.4522</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.9214</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1026.5521</td></tr>
<tr><td colspan=3>tsnr</td><td>48.79637219198048</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>