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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-04/func/sub-0130_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>24280664356a38e2499e96b9ea1c921b</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>18:16:56.765000</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0892397</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18659fa3-f199-482d-b256-872695474ff3||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['181656.765000', '181657.225000', '181657.685000', '181658.145000', '181658.605000', '181659.065000', '181659.525000', '181659.985000', '181700.445000', '181700.905000', '181701.365000', '181701.825000', '181702.285000', '181702.745000', '181703.205000', '181703.665000', '181704.125000', '181704.585000', '181705.045000', '181705.505000', '181705.965000', '181706.425000', '181706.885000', '181707.345000', '181707.805000', '181708.265000', '181708.725000', '181709.185000', '181709.645000', '181710.105000', '181710.565000', '181711.025000', '181711.485000', '181711.945000', '181712.405000', '181712.865000', '181713.325000', '181713.785000', '181714.245000', '181714.705000', '181715.165000', '181715.625000', '181716.085000', '181716.545000', '181717.005000', '181717.465000', '181717.925000', '181718.385000', '181718.845000', '181719.305000', '181719.765000', '181720.225000', '181720.685000', '181721.145000', '181721.605000', '181722.065000', '181722.525000', '181722.985000', '181723.445000', '181723.905000', '181724.365000', '181724.825000', '181725.285000', '181725.745000', '181726.205000', '181726.665000', '181727.125000', '181727.585000', '181728.045000', '181728.505000', '181728.965000', '181729.425000', '181729.885000', '181730.345000', '181730.805000', '181731.265000', '181731.725000', '181732.185000', '181732.645000', '181733.105000', '181733.565000', '181734.025000', '181734.485000', '181734.945000', '181735.405000', '181735.865000', '181736.325000', '181736.785000', '181737.245000', '181737.705000', '181738.165000', '181738.625000', '181739.085000', '181739.545000', '181740.005000', '181740.465000', '181740.925000', '181741.385000', '181741.845000', '181742.305000', '181742.765000', '181743.225000', '181743.685000', '181744.145000', '181744.605000', '181745.065000', '181745.525000', '181745.985000', '181746.445000', '181746.905000', '181747.365000', '181747.825000', '181748.285000', '181748.745000', '181749.205000', '181749.665000', '181750.125000', '181750.585000', '181751.045000', '181751.505000', '181751.965000', '181752.425000', '181752.885000', '181753.345000', '181753.805000', '181754.265000', '181754.725000', '181755.185000', '181755.645000', '181756.105000', '181756.565000', '181757.025000', '181757.485000', '181757.945000', '181758.405000', '181758.865000', '181759.325000', '181759.785000', '181800.245000', '181800.705000', '181801.165000', '181801.625000', '181802.085000', '181802.545000', '181803.005000', '181803.465000', '181803.925000', '181804.385000', '181804.845000', '181805.305000', '181805.765000', '181806.225000', '181806.685000', '181807.145000', '181807.605000', '181808.065000', '181808.525000', '181808.985000', '181809.445000', '181809.905000', '181810.365000', '181810.825000', '181811.285000', '181811.745000', '181812.205000', '181812.665000', '181813.125000', '181813.585000', '181814.045000', '181814.505000', '181814.965000', '181815.425000', '181815.885000', '181816.345000', '181816.805000', '181817.265000', '181817.725000', '181818.185000', '181818.645000', '181819.105000', '181819.565000', '181820.025000', '181820.485000', '181820.945000', '181821.405000', '181821.865000', '181822.325000', '181822.785000', '181823.245000', '181823.705000', '181824.165000', '181824.625000', '181825.085000', '181825.545000', '181826.005000', '181826.465000', '181826.925000', '181827.385000', '181827.845000', '181828.305000', '181828.765000', '181829.225000', '181829.685000', '181830.145000', '181830.605000', '181831.065000', '181831.525000', '181831.985000', '181832.445000', '181832.905000', '181833.365000', '181833.825000', '181834.285000', '181834.745000', '181835.205000', '181835.665000', '181836.125000', '181836.585000', '181837.045000', '181837.505000', '181837.965000', '181838.425000', '181838.885000', '181839.345000', '181839.805000', '181840.265000', '181840.725000', '181841.185000', '181841.645000', '181842.105000', '181842.565000', '181843.025000', '181843.485000', '181843.945000', '181844.405000', '181844.865000', '181845.325000', '181845.785000', '181846.245000', '181846.705000', '181847.165000', '181847.625000', '181848.085000', '181848.545000', '181849.005000', '181849.465000', '181849.925000', '181850.385000', '181850.845000', '181851.305000', '181851.765000', '181852.225000', '181852.685000', '181853.145000', '181853.605000', '181854.065000', '181854.525000', '181854.985000', '181855.445000', '181855.905000', '181856.365000', '181856.825000', '181857.285000', '181857.745000', '181858.205000', '181858.665000', '181859.125000', '181859.585000', '181900.045000', '181900.505000', '181900.965000', '181901.425000', '181901.885000', '181902.345000', '181902.805000', '181903.265000', '181903.725000', '181904.185000', '181904.645000', '181905.105000', '181905.565000', '181906.025000', '181906.485000', '181906.945000', '181907.405000', '181907.865000', '181908.325000', '181908.785000', '181909.245000', '181909.705000', '181910.165000', '181910.625000', '181911.085000', '181911.545000', '181912.005000', '181912.465000', '181912.925000', '181913.385000', '181913.845000', '181914.305000', '181914.765000', '181915.225000', '181915.685000', '181916.145000', '181916.605000', '181917.065000', '181917.525000', '181917.985000', '181918.445000', '181918.905000', '181919.365000', '181919.825000', '181920.285000', '181920.745000', '181921.205000', '181921.665000', '181922.125000', '181922.585000', '181923.045000', '181923.505000', '181923.965000', '181924.425000', '181924.885000', '181925.345000', '181925.805000', '181926.265000', '181926.725000', '181927.185000', '181927.645000', '181928.105000', '181928.565000', '181929.025000', '181929.485000', '181929.945000', '181930.405000', '181930.865000', '181931.325000', '181931.785000', '181932.245000', '181932.705000', '181933.165000', '181933.625000', '181934.085000', '181934.545000', '181935.005000', '181935.465000', '181935.925000', '181936.385000', '181936.845000', '181937.305000', '181937.765000', '181938.225000', '181938.685000', '181939.145000', '181939.605000', '181940.065000', '181940.525000', '181940.985000', '181941.445000', '181941.905000', '181942.365000', '181942.825000', '181943.285000', '181943.745000', '181944.205000', '181944.665000', '181945.125000', '181945.585000', '181946.045000', '181946.505000', '181946.965000', '181947.425000', '181947.885000', '181948.345000', '181948.805000', '181949.265000', '181949.725000', '181950.185000', '181950.645000', '181951.105000', '181951.565000', '181952.025000', '181952.485000', '181952.945000', '181953.405000', '181953.865000', '181954.325000', '181954.785000', '181955.245000', '181955.705000', '181956.165000', '181956.625000', '181957.085000', '181957.545000', '181958.005000', '181958.465000', '181958.925000', '181959.385000', '181959.845000', '182000.305000', '182000.765000', '182001.225000', '182001.685000', '182002.145000', '182002.605000', '182003.065000', '182003.525000', '182003.985000', '182004.445000', '182004.905000', '182005.365000', '182005.825000', '182006.285000', '182006.745000', '182007.205000', '182007.665000', '182008.125000', '182008.585000', '182009.045000', '182009.505000', '182009.965000', '182010.425000', '182010.885000', '182011.345000', '182011.805000', '182012.265000', '182012.725000', '182013.185000', '182013.645000', '182014.105000', '182014.565000', '182015.025000', '182015.485000', '182015.945000', '182016.405000', '182016.865000', '182017.325000', '182017.785000', '182018.245000', '182018.705000', '182019.165000', '182019.625000', '182020.085000', '182020.545000', '182021.005000', '182021.465000', '182021.925000', '182022.385000', '182022.845000', '182023.305000', '182023.765000', '182024.225000', '182024.685000', '182025.145000', '182025.605000', '182026.065000', '182026.525000', '182026.985000', '182027.445000', '182027.905000', '182028.365000', '182028.825000', '182029.285000', '182029.745000', '182030.205000', '182030.665000', '182031.125000', '182031.585000', '182032.045000', '182032.505000', '182032.965000', '182033.425000', '182033.885000', '182034.345000', '182034.805000', '182035.265000', '182035.725000', '182036.185000', '182036.645000', '182037.105000', '182037.565000', '182038.025000', '182038.485000', '182038.945000', '182039.405000', '182039.865000', '182040.325000', '182040.785000', '182041.245000', '182041.705000', '182042.165000', '182042.625000', '182043.085000', '182043.545000', '182044.005000', '182044.465000', '182044.925000', '182045.385000', '182045.845000', '182046.305000', '182046.765000', '182047.225000', '182047.685000', '182048.145000', '182048.605000', '182049.065000', '182049.525000', '182049.985000', '182050.445000', '182050.905000', '182051.365000', '182051.825000', '182052.285000', '182052.745000', '182053.205000', '182053.665000', '182054.125000', '182054.585000', '182055.045000', '182055.505000', '182055.965000', '182056.425000', '182056.885000', '182057.345000', '182057.805000', '182058.265000', '182058.725000', '182059.185000', '182059.645000', '182100.105000', '182100.565000', '182101.025000', '182101.485000', '182101.945000', '182102.405000', '182102.865000', '182103.325000', '182103.785000', '182104.245000', '182104.705000', '182105.165000', '182105.625000', '182106.085000', '182106.545000', '182107.005000', '182107.465000', '182107.925000', '182108.385000', '182108.845000', '182109.305000', '182109.765000', '182110.225000', '182110.685000', '182111.145000', '182111.605000', '182112.065000', '182112.525000', '182112.985000', '182113.445000', '182113.905000', '182114.365000', '182114.825000', '182115.285000', '182115.745000', '182116.205000', '182116.665000', '182117.125000', '182117.585000', '182118.045000', '182118.505000', '182118.965000', '182119.425000', '182119.885000', '182120.345000', '182120.805000', '182121.265000', '182121.725000', '182122.185000', '182122.645000', '182123.105000', '182123.565000', '182124.025000', '182124.485000', '182124.945000', '182125.405000', '182125.865000', '182126.325000', '182126.785000', '182127.245000', '182127.705000', '182128.165000', '182128.625000', '182129.085000', '182129.545000', '182130.005000', '182130.465000', '182130.925000', '182131.385000', '182131.845000', '182132.305000', '182132.765000', '182133.225000', '182133.685000', '182134.145000', '182134.605000', '182135.065000', '182135.525000', '182135.985000', '182136.445000', '182136.905000', '182137.365000', '182137.825000', '182138.285000', '182138.745000', '182139.205000', '182139.665000', '182140.125000', '182140.585000', '182141.045000', '182141.505000', '182141.965000', '182142.425000', '182142.885000', '182143.345000', '182143.805000', '182144.265000', '182144.725000', '182145.185000', '182145.645000', '182146.105000', '182146.565000', '182147.025000', '182147.485000', '182147.945000', '182148.405000', '182148.865000', '182149.325000', '182149.785000', '182150.245000', '182150.705000', '182151.165000', '182151.625000', '182152.085000', '182152.545000', '182153.005000', '182153.465000', '182153.925000', '182154.385000', '182154.845000', '182155.305000', '182155.765000', '182156.225000', '182156.685000', '182157.145000', '182157.605000', '182158.065000', '182158.525000', '182158.985000', '182159.445000', '182159.905000', '182200.365000', '182200.825000', '182201.285000', '182201.745000', '182202.205000', '182202.665000', '182203.125000', '182203.585000', '182204.045000', '182204.505000', '182204.965000', '182205.425000', '182205.885000', '182206.345000', '182206.805000', '182207.265000', '182207.725000', '182208.185000', '182208.645000', '182209.105000', '182209.565000', '182210.025000', '182210.485000', '182210.945000', '182211.405000', '182211.865000', '182212.325000', '182212.785000', '182213.245000', '182213.705000', '182214.165000', '182214.625000', '182215.085000', '182215.545000', '182216.005000', '182216.465000', '182216.925000', '182217.385000', '182217.845000', '182218.305000', '182218.765000', '182219.225000', '182219.685000', '182220.145000', '182220.605000', '182221.065000', '182221.525000', '182221.985000', '182222.445000', '182222.905000', '182223.365000', '182223.825000', '182224.285000', '182224.745000', '182225.205000', '182225.665000', '182226.125000', '182226.585000', '182227.045000', '182227.505000', '182227.965000', '182228.425000', '182228.885000', '182229.345000', '182229.805000', '182230.265000', '182230.725000', '182231.185000', '182231.645000', '182232.105000', '182232.565000', '182233.025000', '182233.485000', '182233.945000', '182234.405000', '182234.865000', '182235.325000', '182235.785000', '182236.245000', '182236.705000', '182237.165000', '182237.625000', '182238.085000', '182238.545000', '182239.005000', '182239.465000', '182239.925000', '182240.385000', '182240.845000', '182241.305000', '182241.765000', '182242.225000', '182242.685000', '182243.145000', '182243.605000', '182244.065000', '182244.525000', '182244.985000', '182245.445000', '182245.905000', '182246.365000', '182246.825000', '182247.285000', '182247.745000', '182248.205000', '182248.665000', '182249.125000', '182249.585000', '182250.045000', '182250.505000', '182250.965000', '182251.425000', '182251.885000', '182252.345000', '182252.805000', '182253.265000', '182253.725000', '182254.185000', '182254.645000', '182255.105000', '182255.565000', '182256.025000', '182256.485000', '182256.945000', '182257.405000', '182257.865000', '182258.325000', '182258.785000', '182259.245000', '182259.705000', '182300.165000', '182300.625000', '182301.085000', '182301.545000', '182302.005000', '182302.465000', '182302.925000', '182303.385000', '182303.845000', '182304.305000', '182304.765000', '182305.225000', '182305.685000', '182306.145000', '182306.605000', '182307.065000', '182307.525000', '182307.985000', '182308.445000', '182308.905000', '182309.365000', '182309.825000', '182310.285000', '182310.745000', '182311.205000', '182311.665000', '182312.125000', '182312.585000', '182313.045000', '182313.505000', '182313.965000', '182314.425000', '182314.885000', '182315.345000', '182315.805000', '182316.265000', '182316.725000', '182317.185000', '182317.645000', '182318.105000', '182318.565000', '182319.025000', '182319.485000', '182319.945000', '182320.405000', '182320.865000', '182321.325000', '182321.785000', '182322.245000', '182322.705000', '182323.165000', '182323.625000', '182324.085000', '182324.545000', '182325.005000', '182325.465000', '182325.925000', '182326.385000', '182326.845000', '182327.305000', '182327.765000', '182328.225000', '182328.685000', '182329.145000', '182329.605000', '182330.065000', '182330.525000', '182330.985000', '182331.445000', '182331.905000', '182332.365000', '182332.825000', '182333.285000', '182333.745000', '182334.205000', '182334.665000', '182335.125000', '182335.585000', '182336.045000', '182336.505000', '182336.965000', '182337.425000', '182337.885000', '182338.345000', '182338.805000', '182339.265000', '182339.725000', '182340.185000', '182340.645000', '182341.105000', '182341.565000', '182342.025000', '182342.485000', '182342.945000', '182343.405000', '182343.865000', '182344.325000', '182344.785000', '182345.245000', '182345.705000', '182346.165000', '182346.625000', '182347.085000', '182347.545000', '182348.005000', '182348.465000', '182348.925000', '182349.385000', '182349.845000', '182350.305000', '182350.765000', '182351.225000', '182351.685000', '182352.145000', '182352.605000', '182353.065000', '182353.525000', '182353.985000', '182354.445000', '182354.905000', '182355.365000', '182355.825000', '182356.285000', '182356.745000', '182357.205000', '182357.665000', '182358.125000', '182358.585000', '182359.045000', '182359.505000', '182359.965000', '182400.425000', '182400.885000', '182401.345000', '182401.805000', '182402.265000', '182402.725000', '182403.185000', '182403.645000', '182404.105000', '182404.565000', '182405.025000', '182405.485000', '182405.945000', '182406.405000', '182406.865000', '182407.325000', '182407.785000', '182408.245000', '182408.705000', '182409.165000', '182409.625000', '182410.085000', '182410.545000', '182411.005000', '182411.465000', '182411.925000', '182412.385000', '182412.845000', '182413.305000', '182413.765000', '182414.225000', '182414.685000', '182415.145000', '182415.605000', '182416.065000', '182416.525000', '182416.985000', '182417.445000', '182417.905000', '182418.365000', '182418.825000', '182419.285000', '182419.745000', '182420.205000', '182420.665000', '182421.125000', '182421.585000', '182422.045000', '182422.505000', '182422.965000', '182423.425000', '182423.885000', '182424.345000', '182424.805000', '182425.265000', '182425.725000', '182426.185000', '182426.645000', '182427.105000', '182427.565000', '182428.025000', '182428.485000', '182428.945000', '182429.405000', '182429.865000', '182430.325000', '182430.785000', '182431.245000', '182431.705000', '182432.165000', '182432.625000', '182433.085000', '182433.545000', '182434.005000', '182434.465000', '182434.925000', '182435.385000', '182435.845000', '182436.305000', '182436.765000', '182437.225000', '182437.685000', '182438.145000', '182438.605000', '182439.065000', '182439.525000', '182439.985000', '182440.445000', '182440.905000', '182441.365000', '182441.825000', '182442.285000', '182442.745000', '182443.205000', '182443.665000', '182444.125000', '182444.585000', '182445.045000', '182445.505000', '182445.965000', '182446.425000', '182446.885000', '182447.345000', '182447.805000', '182448.265000', '182448.725000', '182449.185000', '182449.645000', '182450.105000', '182450.565000', '182451.025000', '182451.485000', '182451.945000', '182452.405000', '182452.865000', '182453.325000', '182453.785000', '182454.245000', '182454.705000', '182455.165000', '182455.625000', '182456.085000', '182456.545000', '182457.005000', '182457.465000', '182457.925000', '182458.385000', '182458.845000', '182459.305000', '182459.765000', '182500.225000', '182500.685000', '182501.145000', '182501.605000', '182502.065000', '182502.525000', '182502.985000', '182503.445000', '182503.905000', '182504.365000', '182504.825000', '182505.285000', '182505.745000', '182506.205000', '182506.665000', '182507.125000', '182507.585000', '182508.045000', '182508.505000', '182508.965000', '182509.425000', '182509.885000', '182510.345000', '182510.805000', '182511.265000', '182511.725000', '182512.185000', '182512.645000', '182513.105000', '182513.565000', '182514.025000', '182514.485000', '182514.945000', '182515.405000', '182515.865000', '182516.325000', '182516.785000', '182517.245000', '182517.705000', '182518.165000', '182518.625000', '182519.085000', '182519.545000', '182520.005000', '182520.465000', '182520.925000', '182521.385000', '182521.845000', '182522.305000', '182522.765000', '182523.225000', '182523.685000', '182524.145000', '182524.605000', '182525.065000', '182525.525000', '182525.985000', '182526.445000', '182526.905000', '182527.365000', '182527.825000', '182528.285000', '182528.745000', '182529.205000', '182529.665000', '182530.125000', '182530.585000', '182531.045000', '182531.505000', '182531.965000', '182532.425000', '182532.885000', '182533.345000', '182533.805000', '182534.265000', '182534.725000', '182535.185000', '182535.645000', '182536.105000', '182536.565000', '182537.025000', '182537.485000', '182537.945000', '182538.405000', '182538.865000', '182539.325000', '182539.785000', '182540.245000', '182540.705000', '182541.165000', '182541.625000', '182542.085000', '182542.545000', '182543.005000', '182543.465000', '182543.925000', '182544.385000', '182544.845000', '182545.305000', '182545.765000', '182546.225000', '182546.685000', '182547.145000', '182547.605000', '182548.065000', '182548.525000', '182548.985000', '182549.445000', '182549.905000', '182550.365000', '182550.825000', '182551.285000', '182551.745000', '182552.205000', '182552.665000', '182553.125000', '182553.585000', '182554.045000', '182554.505000', '182554.965000', '182555.425000', '182555.885000', '182556.345000', '182556.805000', '182557.265000', '182557.725000', '182558.185000', '182558.645000', '182559.105000', '182559.565000', '182600.025000', '182600.485000', '182600.945000', '182601.405000', '182601.865000', '182602.325000', '182602.785000', '182603.245000', '182603.705000', '182604.165000', '182604.625000', '182605.085000', '182605.545000', '182606.005000', '182606.465000', '182606.925000', '182607.385000', '182607.845000', '182608.305000', '182608.765000', '182609.225000', '182609.685000', '182610.145000', '182610.605000', '182611.065000', '182611.525000', '182611.985000', '182612.445000', '182612.905000', '182613.365000', '182613.825000', '182614.285000', '182614.745000', '182615.205000', '182615.665000', '182616.125000', '182616.585000', '182617.045000', '182617.505000', '182617.965000', '182618.425000', '182618.885000', '182619.345000', '182619.805000', '182620.265000', '182620.725000', '182621.185000', '182621.645000', '182622.105000', '182622.565000', '182623.025000', '182623.485000', '182623.945000', '182624.405000', '182624.865000', '182625.325000', '182625.785000', '182626.245000', '182626.705000', '182627.165000', '182627.625000', '182628.085000', '182628.545000', '182629.005000', '182629.465000', '182629.925000', '182630.385000', '182630.845000', '182631.305000', '182631.765000', '182632.225000', '182632.685000', '182633.145000', '182633.605000', '182634.065000', '182634.525000', '182634.985000', '182635.445000', '182635.905000', '182636.365000', '182636.825000', '182637.285000', '182637.745000', '182638.205000', '182638.665000', '182639.125000', '182639.585000', '182640.045000', '182640.505000', '182640.965000', '182641.425000', '182641.885000', '182642.345000', '182642.805000', '182643.265000', '182643.725000', '182644.185000', '182644.645000', '182645.105000', '182645.565000', '182646.025000', '182646.485000', '182646.945000', '182647.405000', '182647.865000', '182648.325000', '182648.785000', '182649.245000', '182649.705000', '182650.165000', '182650.625000', '182651.085000', '182651.545000', '182652.005000', '182652.465000', '182652.925000', '182653.385000', '182653.845000', '182654.305000', '182654.765000', '182655.225000', '182655.685000', '182656.145000', '182656.605000', '182657.065000', '182657.525000', '182657.985000', '182658.445000', '182658.905000', '182659.365000', '182659.825000', '182700.285000', '182700.745000', '182701.205000', '182701.665000', '182702.125000', '182702.585000', '182703.045000', '182703.505000', '182703.965000', '182704.425000'], 'ContentTime': ['181708.378000', '181708.381000', '181708.384000', '181708.387000', '181708.389000', '181708.392000', '181708.394000', '181708.397000', '181708.399000', '181708.402000', '181708.405000', '181708.407000', '181708.417000', '181708.419000', '181708.422000', '181708.424000', '181708.427000', '181708.429000', '181708.432000', '181708.435000', '181708.437000', '181708.448000', '181708.451000', '181728.348000', '181728.351000', '181728.354000', '181728.356000', '181728.359000', '181728.362000', '181728.365000', '181728.368000', '181728.371000', '181728.373000', '181728.376000', '181728.379000', '181728.381000', '181728.384000', '181728.386000', '181728.389000', '181728.391000', '181728.394000', '181728.396000', '181728.399000', '181728.407000', '181728.409000', '181728.412000', '181728.415000', '181728.417000', '181728.420000', '181728.422000', '181728.425000', '181728.427000', '181728.430000', '181728.432000', '181728.435000', '181728.486000', '181728.488000', '181728.491000', '181728.493000', '181728.496000', '181728.498000', '181728.501000', '181728.503000', '181728.506000', '181728.509000', '181728.511000', '181748.348000', '181748.351000', '181748.354000', '181748.356000', '181748.359000', '181748.361000', '181748.364000', '181748.367000', '181748.369000', '181748.372000', '181748.374000', '181748.377000', '181748.379000', '181748.382000', '181748.385000', '181748.387000', '181748.390000', '181748.392000', '181748.395000', '181748.397000', '181748.400000', '181748.402000', '181748.405000', '181748.407000', '181748.410000', '181748.412000', '181748.415000', '181748.418000', '181748.420000', '181748.423000', '181748.425000', '181748.428000', '181748.430000', '181748.433000', '181748.435000', '181748.438000', '181748.440000', '181748.443000', '181748.446000', '181748.448000', '181748.451000', '181748.453000', '181748.456000', '181748.458000', '181808.347000', '181808.350000', '181808.353000', '181808.355000', '181808.358000', '181808.360000', '181808.363000', '181808.366000', '181808.368000', '181808.371000', '181808.373000', '181808.376000', '181808.379000', '181808.381000', '181808.384000', '181808.386000', '181808.389000', '181808.392000', '181808.394000', '181808.397000', '181808.400000', '181808.402000', '181808.405000', '181808.407000', '181808.410000', '181808.412000', '181808.415000', '181808.418000', '181808.420000', '181808.423000', '181808.425000', '181808.428000', '181808.431000', '181808.434000', '181808.436000', '181808.439000', '181808.441000', '181808.444000', '181808.447000', '181808.449000', '181808.452000', '181808.454000', '181808.457000', '181828.348000', '181828.350000', '181828.353000', '181828.356000', '181828.358000', '181828.361000', '181828.363000', '181828.366000', '181828.368000', '181828.371000', '181828.374000', '181828.376000', '181828.379000', '181828.381000', '181828.384000', '181828.386000', '181828.389000', '181828.392000', '181828.394000', '181828.397000', '181828.399000', '181828.402000', '181828.404000', '181828.407000', '181828.410000', '181828.412000', '181828.415000', '181828.417000', '181828.420000', '181828.422000', '181828.425000', '181828.427000', '181828.430000', '181828.433000', '181828.435000', '181828.438000', '181828.440000', '181828.443000', '181828.446000', '181828.448000', '181828.451000', '181828.453000', '181828.456000', '181828.458000', '181848.347000', '181848.350000', '181848.353000', '181848.355000', '181848.358000', '181848.360000', '181848.363000', '181848.366000', '181848.368000', '181848.382000', '181848.384000', '181848.387000', '181848.390000', '181848.392000', '181848.395000', '181848.397000', '181848.400000', '181848.403000', '181848.405000', '181848.408000', '181848.410000', '181848.413000', '181848.415000', '181848.418000', '181848.421000', '181848.423000', '181848.426000', '181848.429000', '181848.432000', '181848.435000', '181848.438000', '181848.440000', '181848.443000', '181848.445000', '181848.448000', '181848.450000', '181848.453000', '181848.456000', '181848.458000', '181848.461000', '181848.463000', '181848.466000', '181848.468000', '181908.349000', '181908.351000', '181908.354000', '181908.357000', '181908.359000', '181908.362000', '181908.364000', '181908.367000', '181908.369000', '181908.372000', '181908.374000', '181908.377000', '181908.380000', '181908.382000', '181908.385000', '181908.388000', '181908.390000', '181908.393000', '181908.395000', '181908.398000', '181908.400000', '181908.403000', '181908.406000', '181908.408000', '181908.411000', '181908.413000', '181908.416000', '181908.419000', '181908.429000', '181908.432000', '181908.434000', '181908.437000', '181908.439000', '181908.442000', '181908.445000', '181908.447000', '181908.450000', '181908.452000', '181908.455000', '181908.458000', '181908.460000', '181908.463000', '181908.465000', '181908.468000', '181928.349000', '181928.351000', '181928.354000', '181928.357000', '181928.359000', '181928.362000', '181928.364000', '181928.367000', '181928.369000', '181928.372000', '181928.374000', '181928.377000', '181928.379000', '181928.382000', '181928.385000', '181928.387000', '181928.390000', '181928.392000', '181928.395000', '181928.397000', '181928.400000', '181928.403000', '181928.405000', '181928.408000', '181928.410000', '181928.413000', '181928.415000', '181928.418000', '181928.421000', '181928.424000', '181928.427000', '181928.430000', '181928.432000', '181928.435000', '181928.438000', '181928.440000', '181928.443000', '181928.445000', '181928.448000', '181928.450000', '181928.453000', '181928.455000', '181928.458000', '181948.348000', '181948.351000', '181948.354000', '181948.357000', '181948.359000', '181948.362000', '181948.365000', '181948.367000', '181948.370000', '181948.372000', '181948.375000', '181948.377000', '181948.380000', '181948.383000', '181948.385000', '181948.388000', '181948.390000', '181948.393000', '181948.396000', '181948.398000', '181948.401000', '181948.403000', '181948.406000', '181948.408000', '181948.411000', '181948.414000', '181948.416000', '181948.419000', '181948.422000', '181948.424000', '181948.427000', '181948.430000', '181948.432000', '181948.435000', '181948.437000', '181948.440000', '181948.443000', '181948.446000', '181948.448000', '181948.451000', '181948.453000', '181948.456000', '181948.459000', '181948.461000', '182008.349000', '182008.352000', '182008.354000', '182008.357000', '182008.359000', '182008.362000', '182008.365000', '182008.367000', '182008.370000', '182008.372000', '182008.375000', '182008.378000', '182008.380000', '182008.383000', '182008.386000', '182008.388000', '182008.391000', '182008.393000', '182008.396000', '182008.398000', '182008.401000', '182008.404000', '182008.406000', '182008.409000', '182008.411000', '182008.414000', '182008.417000', '182008.419000', '182008.422000', '182008.424000', '182008.427000', '182008.430000', '182008.432000', '182008.435000', '182008.437000', '182008.440000', '182008.443000', '182008.445000', '182008.449000', '182008.452000', '182008.454000', '182008.457000', '182008.460000', '182028.347000', '182028.350000', '182028.353000', '182028.355000', '182028.358000', '182028.361000', '182028.363000', '182028.366000', '182028.368000', '182028.371000', '182028.374000', '182028.376000', '182028.379000', '182028.381000', '182028.384000', '182028.387000', '182028.389000', '182028.392000', '182028.395000', '182028.397000', '182028.400000', '182028.402000', '182028.405000', '182028.407000', '182028.410000', '182028.413000', '182028.415000', '182028.418000', '182028.420000', '182028.423000', '182028.426000', '182028.428000', '182028.431000', '182028.433000', '182028.436000', '182028.438000', '182028.441000', '182028.444000', '182028.446000', '182028.449000', '182028.451000', '182028.454000', '182028.456000', '182028.459000', '182048.348000', '182048.350000', '182048.353000', '182048.356000', '182048.358000', '182048.361000', '182048.364000', '182048.366000', '182048.369000', '182048.371000', '182048.374000', '182048.377000', '182048.379000', '182048.382000', '182048.384000', '182048.387000', '182048.390000', '182048.392000', '182048.395000', '182048.397000', '182048.400000', '182048.403000', '182048.405000', '182048.419000', '182048.421000', '182048.424000', '182048.427000', '182048.429000', '182048.432000', '182048.434000', '182048.437000', '182048.440000', '182048.442000', '182048.445000', '182048.448000', '182048.450000', '182048.453000', '182048.456000', '182048.458000', '182048.461000', '182048.463000', '182048.466000', '182048.468000', '182108.348000', '182108.350000', '182108.353000', '182108.356000', '182108.358000', '182108.361000', '182108.363000', '182108.366000', '182108.369000', '182108.371000', '182108.374000', '182108.376000', '182108.379000', '182108.382000', '182108.384000', '182108.387000', '182108.390000', '182108.392000', '182108.395000', '182108.397000', '182108.400000', '182108.402000', '182108.405000', '182108.408000', '182108.410000', '182108.413000', '182108.416000', '182108.418000', '182108.421000', '182108.423000', '182108.426000', '182108.429000', '182108.431000', '182108.434000', '182108.436000', '182108.439000', '182108.441000', '182108.444000', '182108.447000', '182108.457000', '182108.460000', '182108.462000', '182108.465000', '182108.467000', '182128.348000', '182128.351000', '182128.354000', '182128.356000', '182128.359000', '182128.362000', '182128.364000', '182128.367000', '182128.370000', '182128.372000', '182128.375000', '182128.377000', '182128.380000', '182128.382000', '182128.385000', '182128.388000', '182128.390000', '182128.393000', '182128.395000', '182128.398000', '182128.400000', '182128.403000', '182128.406000', '182128.408000', '182128.411000', '182128.413000', '182128.416000', '182128.419000', '182128.421000', '182128.424000', '182128.426000', '182128.429000', '182128.431000', '182128.434000', '182128.437000', '182128.459000', '182128.462000', '182128.465000', '182128.467000', '182128.470000', '182128.472000', '182128.475000', '182128.478000', '182148.349000', '182148.351000', '182148.354000', '182148.357000', '182148.359000', '182148.362000', '182148.365000', '182148.367000', '182148.370000', '182148.372000', '182148.375000', '182148.377000', '182148.380000', '182148.383000', '182148.385000', '182148.388000', '182148.391000', '182148.393000', '182148.396000', '182148.398000', '182148.401000', '182148.404000', '182148.406000', '182148.409000', '182148.411000', '182148.414000', '182148.416000', '182148.419000', '182148.422000', '182148.424000', '182148.427000', '182148.430000', '182148.432000', '182148.435000', '182148.437000', '182148.440000', '182148.442000', '182148.445000', '182148.448000', '182148.450000', '182148.453000', '182148.455000', '182148.458000', '182148.460000', '182208.349000', '182208.351000', '182208.354000', '182208.356000', '182208.359000', '182208.362000', '182208.364000', '182208.367000', '182208.369000', '182208.372000', '182208.375000', '182208.377000', '182208.380000', '182208.382000', '182208.385000', '182208.388000', '182208.390000', '182208.393000', '182208.395000', '182208.398000', '182208.401000', '182208.403000', '182208.406000', '182208.409000', '182208.411000', '182208.414000', '182208.416000', '182208.419000', '182208.421000', '182208.424000', '182208.427000', '182208.429000', '182208.432000', '182208.434000', '182208.448000', '182208.450000', '182208.453000', '182208.455000', '182208.458000', '182208.461000', '182208.463000', '182208.466000', '182208.468000', '182228.349000', '182228.351000', '182228.354000', '182228.357000', '182228.359000', '182228.362000', '182228.364000', '182228.367000', '182228.370000', '182228.372000', '182228.375000', '182228.377000', '182228.380000', '182228.382000', '182228.385000', '182228.388000', '182228.390000', '182228.393000', '182228.395000', '182228.398000', '182228.400000', '182228.403000', '182228.406000', '182228.408000', '182228.411000', '182228.414000', '182228.416000', '182228.419000', '182228.422000', '182228.424000', '182228.427000', '182228.429000', '182228.432000', '182228.434000', '182228.437000', '182228.440000', '182228.442000', '182228.445000', '182228.447000', '182228.450000', '182228.453000', '182228.455000', '182228.458000', '182228.460000', '182248.348000', '182248.350000', '182248.353000', '182248.356000', '182248.358000', '182248.361000', '182248.363000', '182248.366000', '182248.369000', '182248.371000', '182248.374000', '182248.376000', '182248.379000', '182248.381000', '182248.384000', '182248.387000', '182248.389000', '182248.392000', '182248.394000', '182248.397000', '182248.400000', '182248.402000', '182248.405000', '182248.407000', '182248.410000', '182248.413000', '182248.415000', '182248.418000', '182248.420000', '182248.423000', '182248.425000', '182248.428000', '182248.431000', '182248.433000', '182248.436000', '182248.438000', '182248.441000', '182248.443000', '182248.446000', '182248.449000', '182248.451000', '182248.454000', '182248.456000', '182308.348000', '182308.351000', '182308.353000', '182308.356000', '182308.359000', '182308.361000', '182308.364000', '182308.367000', '182308.369000', '182308.372000', '182308.374000', '182308.377000', '182308.380000', '182308.382000', '182308.385000', '182308.387000', '182308.390000', '182308.392000', '182308.395000', '182308.398000', '182308.401000', '182308.403000', '182308.406000', '182308.408000', '182308.411000', '182308.414000', '182308.416000', '182308.419000', '182308.421000', '182308.424000', '182308.427000', '182308.429000', '182308.432000', '182308.435000', '182308.438000', '182308.441000', '182308.444000', '182308.446000', '182308.449000', '182308.451000', '182308.454000', '182308.457000', '182308.459000', '182308.462000', '182328.348000', '182328.350000', '182328.353000', '182328.356000', '182328.358000', '182328.361000', '182328.363000', '182328.366000', '182328.369000', '182328.371000', '182328.374000', '182328.376000', '182328.379000', '182328.382000', '182328.384000', '182328.387000', '182328.389000', '182328.392000', '182328.394000', '182328.397000', '182328.400000', '182328.402000', '182328.405000', '182328.407000', '182328.410000', '182328.413000', '182328.415000', '182328.418000', '182328.420000', '182328.423000', '182328.425000', '182328.428000', '182328.431000', '182328.433000', '182328.436000', '182328.438000', '182328.441000', '182328.444000', '182328.446000', '182328.449000', '182328.451000', '182328.454000', '182328.456000', '182348.348000', '182348.351000', '182348.366000', '182348.368000', '182348.371000', '182348.373000', '182348.376000', '182348.378000', '182348.381000', '182348.384000', '182348.386000', '182348.389000', '182348.391000', '182348.394000', '182348.396000', '182348.399000', '182348.402000', '182348.404000', '182348.407000', '182348.409000', '182348.412000', '182348.414000', '182348.417000', '182348.420000', '182348.422000', '182348.425000', '182348.427000', '182348.430000', '182348.432000', '182348.435000', '182348.438000', '182348.440000', '182348.443000', '182348.445000', '182348.448000', '182348.456000', '182348.458000', '182348.461000', '182348.464000', '182348.466000', '182348.469000', '182348.471000', '182348.474000', '182348.476000', '182408.349000', '182408.351000', '182408.354000', '182408.357000', '182408.359000', '182408.362000', '182408.365000', '182408.367000', '182408.370000', '182408.372000', '182408.375000', '182408.377000', '182408.380000', '182408.383000', '182408.385000', '182408.388000', '182408.390000', '182408.393000', '182408.396000', '182408.398000', '182408.401000', '182408.403000', '182408.406000', '182408.408000', '182408.411000', '182408.414000', '182408.416000', '182408.419000', '182408.421000', '182408.424000', '182408.427000', '182408.429000', '182408.432000', '182408.434000', '182408.437000', '182408.440000', '182408.442000', '182408.445000', '182408.447000', '182408.450000', '182408.453000', '182408.455000', '182408.458000', '182428.348000', '182428.351000', '182428.354000', '182428.356000', '182428.359000', '182428.361000', '182428.364000', '182428.367000', '182428.369000', '182428.372000', '182428.374000', '182428.377000', '182428.379000', '182428.382000', '182428.385000', '182428.388000', '182428.391000', '182428.393000', '182428.396000', '182428.398000', '182428.401000', '182428.404000', '182428.406000', '182428.409000', '182428.411000', '182428.414000', '182428.417000', '182428.419000', '182428.422000', '182428.424000', '182428.427000', '182428.430000', '182428.432000', '182428.435000', '182428.438000', '182428.440000', '182428.443000', '182428.445000', '182428.448000', '182428.451000', '182428.453000', '182428.456000', '182428.459000', '182428.461000', '182448.349000', '182448.352000', '182448.354000', '182448.357000', '182448.360000', '182448.362000', '182448.365000', '182448.367000', '182448.370000', '182448.373000', '182448.375000', '182448.378000', '182448.380000', '182448.383000', '182448.386000', '182448.388000', '182448.391000', '182448.393000', '182448.396000', '182448.398000', '182448.401000', '182448.404000', '182448.406000', '182448.409000', '182448.411000', '182448.414000', '182448.417000', '182448.419000', '182448.422000', '182448.424000', '182448.427000', '182448.430000', '182448.432000', '182448.435000', '182448.437000', '182448.440000', '182448.442000', '182448.445000', '182448.448000', '182448.450000', '182448.453000', '182448.455000', '182448.458000', '182508.347000', '182508.350000', '182508.353000', '182508.355000', '182508.359000', '182508.362000', '182508.365000', '182508.367000', '182508.370000', '182508.373000', '182508.375000', '182508.378000', '182508.381000', '182508.383000', '182508.386000', '182508.388000', '182508.391000', '182508.393000', '182508.396000', '182508.399000', '182508.401000', '182508.404000', '182508.406000', '182508.409000', '182508.411000', '182508.414000', '182508.417000', '182508.419000', '182508.422000', '182508.424000', '182508.427000', '182508.430000', '182508.432000', '182508.435000', '182508.437000', '182508.440000', '182508.443000', '182508.445000', '182508.448000', '182508.450000', '182508.453000', '182508.456000', '182508.458000', '182528.348000', '182528.351000', '182528.353000', '182528.356000', '182528.358000', '182528.361000', '182528.363000', '182528.366000', '182528.369000', '182528.371000', '182528.374000', '182528.376000', '182528.379000', '182528.381000', '182528.384000', '182528.387000', '182528.389000', '182528.392000', '182528.394000', '182528.397000', '182528.400000', '182528.402000', '182528.405000', '182528.407000', '182528.410000', '182528.412000', '182528.415000', '182528.418000', '182528.420000', '182528.423000', '182528.425000', '182528.428000', '182528.430000', '182528.433000', '182528.436000', '182528.438000', '182528.441000', '182528.443000', '182528.446000', '182528.449000', '182528.451000', '182528.454000', '182528.456000', '182528.459000', '182548.348000', '182548.351000', '182548.354000', '182548.357000', '182548.360000', '182548.362000', '182548.365000', '182548.368000', '182548.370000', '182548.373000', '182548.375000', '182548.378000', '182548.381000', '182548.383000', '182548.386000', '182548.388000', '182548.391000', '182548.393000', '182548.396000', '182548.399000', '182548.401000', '182548.404000', '182548.407000', '182548.409000', '182548.412000', '182548.414000', '182548.417000', '182548.419000', '182548.422000', '182548.426000', '182548.428000', '182548.431000', '182548.434000', '182548.436000', '182548.439000', '182548.441000', '182548.444000', '182548.446000', '182548.449000', '182548.452000', '182548.454000', '182548.457000', '182548.460000', '182608.349000', '182608.351000', '182608.354000', '182608.357000', '182608.359000', '182608.362000', '182608.364000', '182608.367000', '182608.369000', '182608.372000', '182608.375000', '182608.377000', '182608.380000', '182608.382000', '182608.385000', '182608.388000', '182608.390000', '182608.393000', '182608.396000', '182608.398000', '182608.401000', '182608.403000', '182608.406000', '182608.408000', '182608.411000', '182608.414000', '182608.416000', '182608.419000', '182608.422000', '182608.424000', '182608.427000', '182608.429000', '182608.432000', '182608.435000', '182608.437000', '182608.440000', '182608.442000', '182608.445000', '182608.447000', '182608.450000', '182608.453000', '182608.455000', '182608.458000', '182608.461000', '182628.349000', '182628.351000', '182628.354000', '182628.357000', '182628.359000', '182628.362000', '182628.364000', '182628.367000', '182628.370000', '182628.372000', '182628.375000', '182628.377000', '182628.380000', '182628.382000', '182628.386000', '182628.389000', '182628.392000', '182628.394000', '182628.397000', '182628.400000', '182628.402000', '182628.405000', '182628.408000', '182628.410000', '182628.413000', '182628.415000', '182628.418000', '182628.420000', '182628.423000', '182628.426000', '182628.428000', '182628.431000', '182628.433000', '182628.436000', '182628.438000', '182628.441000', '182628.444000', '182628.446000', '182628.449000', '182628.451000', '182628.454000', '182628.456000', '182628.459000', '182648.348000', '182648.351000', '182648.354000', '182648.357000', '182648.359000', '182648.362000', '182648.365000', '182648.367000', '182648.370000', '182648.372000', '182648.375000', '182648.378000', '182648.380000', '182648.383000', '182648.385000', '182648.388000', '182648.391000', '182648.393000', '182648.396000', '182648.398000', '182648.401000', '182648.404000', '182648.406000', '182648.409000', '182648.411000', '182648.414000', '182648.417000', '182648.419000', '182648.422000', '182648.424000', '182648.427000', '182648.430000', '182648.432000', '182648.435000', '182648.437000', '182648.440000', '182648.443000', '182648.445000', '182648.448000', '182648.450000', '182648.453000', '182648.456000', '182648.458000', '182648.461000', '182705.676000', '182705.680000', '182705.682000', '182705.685000', '182705.688000', '182705.691000', '182705.694000', '182705.697000', '182705.699000', '182705.702000', '182705.705000', '182705.708000', '182705.711000', '182705.714000', '182705.717000', '182705.719000', '182705.722000', '182705.725000', '182705.729000', '182705.732000', '182705.735000', '182705.738000', '182705.742000', '182705.745000', '182705.748000', '182705.752000', '182705.755000', '182705.758000', '182705.760000', '182705.764000', '182705.767000', '182705.769000', '182705.773000', '182705.777000', '182705.782000', '182705.785000', '182705.787000', '182705.790000'], 'InstanceCreationTime': ['181708.378000', '181708.381000', '181708.384000', '181708.387000', '181708.389000', '181708.392000', '181708.394000', '181708.397000', '181708.399000', '181708.402000', '181708.405000', '181708.407000', '181708.417000', '181708.419000', '181708.422000', '181708.424000', '181708.427000', '181708.429000', '181708.432000', '181708.435000', '181708.437000', '181708.448000', '181708.451000', '181728.348000', '181728.351000', '181728.354000', '181728.356000', '181728.359000', '181728.362000', '181728.365000', '181728.368000', '181728.371000', '181728.373000', '181728.376000', '181728.379000', '181728.381000', '181728.384000', '181728.386000', '181728.389000', '181728.391000', '181728.394000', '181728.396000', '181728.399000', '181728.407000', '181728.409000', '181728.412000', '181728.415000', '181728.417000', '181728.420000', '181728.422000', '181728.425000', '181728.427000', '181728.430000', '181728.432000', '181728.435000', '181728.486000', '181728.488000', '181728.491000', '181728.493000', '181728.496000', '181728.498000', '181728.501000', '181728.503000', '181728.506000', '181728.509000', '181728.511000', '181748.348000', '181748.351000', '181748.354000', '181748.356000', '181748.359000', '181748.361000', '181748.364000', '181748.367000', '181748.369000', '181748.372000', '181748.374000', '181748.377000', '181748.379000', '181748.382000', '181748.385000', '181748.387000', '181748.390000', '181748.392000', '181748.395000', '181748.397000', '181748.400000', '181748.402000', '181748.405000', '181748.407000', '181748.410000', '181748.412000', '181748.415000', '181748.418000', '181748.420000', '181748.423000', '181748.425000', '181748.428000', '181748.430000', '181748.433000', '181748.435000', '181748.438000', '181748.440000', '181748.443000', '181748.446000', '181748.448000', '181748.451000', '181748.453000', '181748.456000', '181748.458000', '181808.347000', '181808.350000', '181808.353000', '181808.355000', '181808.358000', '181808.360000', '181808.363000', '181808.366000', '181808.368000', '181808.371000', '181808.373000', '181808.376000', '181808.379000', '181808.381000', '181808.384000', '181808.386000', '181808.389000', '181808.392000', '181808.394000', '181808.397000', '181808.400000', '181808.402000', '181808.405000', '181808.407000', '181808.410000', '181808.412000', '181808.415000', '181808.418000', '181808.420000', '181808.423000', '181808.425000', '181808.428000', '181808.431000', '181808.434000', '181808.436000', '181808.439000', '181808.441000', '181808.444000', '181808.447000', '181808.449000', '181808.452000', '181808.454000', '181808.457000', '181828.348000', '181828.350000', '181828.353000', '181828.356000', '181828.358000', '181828.361000', '181828.363000', '181828.366000', '181828.368000', '181828.371000', '181828.374000', '181828.376000', '181828.379000', '181828.381000', '181828.384000', '181828.386000', '181828.389000', '181828.392000', '181828.394000', '181828.397000', '181828.399000', '181828.402000', '181828.404000', '181828.407000', '181828.410000', '181828.412000', '181828.415000', '181828.417000', '181828.420000', '181828.422000', '181828.425000', '181828.427000', '181828.430000', '181828.433000', '181828.435000', '181828.438000', '181828.440000', '181828.443000', '181828.446000', '181828.448000', '181828.451000', '181828.453000', '181828.456000', '181828.458000', '181848.347000', '181848.350000', '181848.353000', '181848.355000', '181848.358000', '181848.360000', '181848.363000', '181848.366000', '181848.368000', '181848.382000', '181848.384000', '181848.387000', '181848.390000', '181848.392000', '181848.395000', '181848.397000', '181848.400000', '181848.403000', '181848.405000', '181848.408000', '181848.410000', '181848.413000', '181848.415000', '181848.418000', '181848.421000', '181848.423000', '181848.426000', '181848.429000', '181848.432000', '181848.435000', '181848.438000', '181848.440000', '181848.443000', '181848.445000', '181848.448000', '181848.450000', '181848.453000', '181848.456000', '181848.458000', '181848.461000', '181848.463000', '181848.466000', '181848.468000', '181908.349000', '181908.351000', '181908.354000', '181908.357000', '181908.359000', '181908.362000', '181908.364000', '181908.367000', '181908.369000', '181908.372000', '181908.374000', '181908.377000', '181908.380000', '181908.382000', '181908.385000', '181908.388000', '181908.390000', '181908.393000', '181908.395000', '181908.398000', '181908.400000', '181908.403000', '181908.406000', '181908.408000', '181908.411000', '181908.413000', '181908.416000', '181908.419000', '181908.429000', '181908.432000', '181908.434000', '181908.437000', '181908.439000', '181908.442000', '181908.445000', '181908.447000', '181908.450000', '181908.452000', '181908.455000', '181908.458000', '181908.460000', '181908.463000', '181908.465000', '181908.468000', '181928.349000', '181928.351000', '181928.354000', '181928.357000', '181928.359000', '181928.362000', '181928.364000', '181928.367000', '181928.369000', '181928.372000', '181928.374000', '181928.377000', '181928.379000', '181928.382000', '181928.385000', '181928.387000', '181928.390000', '181928.392000', '181928.395000', '181928.397000', '181928.400000', '181928.403000', '181928.405000', '181928.408000', '181928.410000', '181928.413000', '181928.415000', '181928.418000', '181928.421000', '181928.424000', '181928.427000', '181928.430000', '181928.432000', '181928.435000', '181928.438000', '181928.440000', '181928.443000', '181928.445000', '181928.448000', '181928.450000', '181928.453000', '181928.455000', '181928.458000', '181948.348000', '181948.351000', '181948.354000', '181948.357000', '181948.359000', '181948.362000', '181948.365000', '181948.367000', '181948.370000', '181948.372000', '181948.375000', '181948.377000', '181948.380000', '181948.383000', '181948.385000', '181948.388000', '181948.390000', '181948.393000', '181948.396000', '181948.398000', '181948.401000', '181948.403000', '181948.406000', '181948.408000', '181948.411000', '181948.414000', '181948.416000', '181948.419000', '181948.422000', '181948.424000', '181948.427000', '181948.430000', '181948.432000', '181948.435000', '181948.437000', '181948.440000', '181948.443000', '181948.446000', '181948.448000', '181948.451000', '181948.453000', '181948.456000', '181948.459000', '181948.461000', '182008.349000', '182008.352000', '182008.354000', '182008.357000', '182008.359000', '182008.362000', '182008.365000', '182008.367000', '182008.370000', '182008.372000', '182008.375000', '182008.378000', '182008.380000', '182008.383000', '182008.386000', '182008.388000', '182008.391000', '182008.393000', '182008.396000', '182008.398000', '182008.401000', '182008.404000', '182008.406000', '182008.409000', '182008.411000', '182008.414000', '182008.417000', '182008.419000', '182008.422000', '182008.424000', '182008.427000', '182008.430000', '182008.432000', '182008.435000', '182008.437000', '182008.440000', '182008.443000', '182008.445000', '182008.449000', '182008.452000', '182008.454000', '182008.457000', '182008.460000', '182028.347000', '182028.350000', '182028.353000', '182028.355000', '182028.358000', '182028.361000', '182028.363000', '182028.366000', '182028.368000', '182028.371000', '182028.374000', '182028.376000', '182028.379000', '182028.381000', '182028.384000', '182028.387000', '182028.389000', '182028.392000', '182028.395000', '182028.397000', '182028.400000', '182028.402000', '182028.405000', '182028.407000', '182028.410000', '182028.413000', '182028.415000', '182028.418000', '182028.420000', '182028.423000', '182028.426000', '182028.428000', '182028.431000', '182028.433000', '182028.436000', '182028.438000', '182028.441000', '182028.444000', '182028.446000', '182028.449000', '182028.451000', '182028.454000', '182028.456000', '182028.459000', '182048.348000', '182048.350000', '182048.353000', '182048.356000', '182048.358000', '182048.361000', '182048.364000', '182048.366000', '182048.369000', '182048.371000', '182048.374000', '182048.377000', '182048.379000', '182048.382000', '182048.384000', '182048.387000', '182048.390000', '182048.392000', '182048.395000', '182048.397000', '182048.400000', '182048.403000', '182048.405000', '182048.419000', '182048.421000', '182048.424000', '182048.427000', '182048.429000', '182048.432000', '182048.434000', '182048.437000', '182048.440000', '182048.442000', '182048.445000', '182048.448000', '182048.450000', '182048.453000', '182048.456000', '182048.458000', '182048.461000', '182048.463000', '182048.466000', '182048.468000', '182108.348000', '182108.350000', '182108.353000', '182108.356000', '182108.358000', '182108.361000', '182108.363000', '182108.366000', '182108.369000', '182108.371000', '182108.374000', '182108.376000', '182108.379000', '182108.382000', '182108.384000', '182108.387000', '182108.390000', '182108.392000', '182108.395000', '182108.397000', '182108.400000', '182108.402000', '182108.405000', '182108.408000', '182108.410000', '182108.413000', '182108.416000', '182108.418000', '182108.421000', '182108.423000', '182108.426000', '182108.429000', '182108.431000', '182108.434000', '182108.436000', '182108.439000', '182108.441000', '182108.444000', '182108.447000', '182108.457000', '182108.460000', '182108.462000', '182108.465000', '182108.467000', '182128.348000', '182128.351000', '182128.354000', '182128.356000', '182128.359000', '182128.362000', '182128.364000', '182128.367000', '182128.370000', '182128.372000', '182128.375000', '182128.377000', '182128.380000', '182128.382000', '182128.385000', '182128.388000', '182128.390000', '182128.393000', '182128.395000', '182128.398000', '182128.400000', '182128.403000', '182128.406000', '182128.408000', '182128.411000', '182128.413000', '182128.416000', '182128.419000', '182128.421000', '182128.424000', '182128.426000', '182128.429000', '182128.431000', '182128.434000', '182128.437000', '182128.459000', '182128.462000', '182128.465000', '182128.467000', '182128.470000', '182128.472000', '182128.475000', '182128.478000', '182148.349000', '182148.351000', '182148.354000', '182148.357000', '182148.359000', '182148.362000', '182148.365000', '182148.367000', '182148.370000', '182148.372000', '182148.375000', '182148.377000', '182148.380000', '182148.383000', '182148.385000', '182148.388000', '182148.391000', '182148.393000', '182148.396000', '182148.398000', '182148.401000', '182148.404000', '182148.406000', '182148.409000', '182148.411000', '182148.414000', '182148.416000', '182148.419000', '182148.422000', '182148.424000', '182148.427000', '182148.430000', '182148.432000', '182148.435000', '182148.437000', '182148.440000', '182148.442000', '182148.445000', '182148.448000', '182148.450000', '182148.453000', '182148.455000', '182148.458000', '182148.460000', '182208.349000', '182208.351000', '182208.354000', '182208.356000', '182208.359000', '182208.362000', '182208.364000', '182208.367000', '182208.369000', '182208.372000', '182208.375000', '182208.377000', '182208.380000', '182208.382000', '182208.385000', '182208.388000', '182208.390000', '182208.393000', '182208.395000', '182208.398000', '182208.401000', '182208.403000', '182208.406000', '182208.409000', '182208.411000', '182208.414000', '182208.416000', '182208.419000', '182208.421000', '182208.424000', '182208.427000', '182208.429000', '182208.432000', '182208.434000', '182208.448000', '182208.450000', '182208.453000', '182208.455000', '182208.458000', '182208.461000', '182208.463000', '182208.466000', '182208.468000', '182228.349000', '182228.351000', '182228.354000', '182228.357000', '182228.359000', '182228.362000', '182228.364000', '182228.367000', '182228.370000', '182228.372000', '182228.375000', '182228.377000', '182228.380000', '182228.382000', '182228.385000', '182228.388000', '182228.390000', '182228.393000', '182228.395000', '182228.398000', '182228.400000', '182228.403000', '182228.406000', '182228.408000', '182228.411000', '182228.414000', '182228.416000', '182228.419000', '182228.422000', '182228.424000', '182228.427000', '182228.429000', '182228.432000', '182228.434000', '182228.437000', '182228.440000', '182228.442000', '182228.445000', '182228.447000', '182228.450000', '182228.453000', '182228.455000', '182228.458000', '182228.460000', '182248.348000', '182248.350000', '182248.353000', '182248.356000', '182248.358000', '182248.361000', '182248.363000', '182248.366000', '182248.369000', '182248.371000', '182248.374000', '182248.376000', '182248.379000', '182248.381000', '182248.384000', '182248.387000', '182248.389000', '182248.392000', '182248.394000', '182248.397000', '182248.400000', '182248.402000', '182248.405000', '182248.407000', '182248.410000', '182248.413000', '182248.415000', '182248.418000', '182248.420000', '182248.423000', '182248.425000', '182248.428000', '182248.431000', '182248.433000', '182248.436000', '182248.438000', '182248.441000', '182248.443000', '182248.446000', '182248.449000', '182248.451000', '182248.454000', '182248.456000', '182308.348000', '182308.351000', '182308.353000', '182308.356000', '182308.359000', '182308.361000', '182308.364000', '182308.367000', '182308.369000', '182308.372000', '182308.374000', '182308.377000', '182308.380000', '182308.382000', '182308.385000', '182308.387000', '182308.390000', '182308.392000', '182308.395000', '182308.398000', '182308.401000', '182308.403000', '182308.406000', '182308.408000', '182308.411000', '182308.414000', '182308.416000', '182308.419000', '182308.421000', '182308.424000', '182308.427000', '182308.429000', '182308.432000', '182308.435000', '182308.438000', '182308.441000', '182308.444000', '182308.446000', '182308.449000', '182308.451000', '182308.454000', '182308.457000', '182308.459000', '182308.462000', '182328.348000', '182328.350000', '182328.353000', '182328.356000', '182328.358000', '182328.361000', '182328.363000', '182328.366000', '182328.369000', '182328.371000', '182328.374000', '182328.376000', '182328.379000', '182328.382000', '182328.384000', '182328.387000', '182328.389000', '182328.392000', '182328.394000', '182328.397000', '182328.400000', '182328.402000', '182328.405000', '182328.407000', '182328.410000', '182328.413000', '182328.415000', '182328.418000', '182328.420000', '182328.423000', '182328.425000', '182328.428000', '182328.431000', '182328.433000', '182328.436000', '182328.438000', '182328.441000', '182328.444000', '182328.446000', '182328.449000', '182328.451000', '182328.454000', '182328.456000', '182348.348000', '182348.351000', '182348.366000', '182348.368000', '182348.371000', '182348.373000', '182348.376000', '182348.378000', '182348.381000', '182348.384000', '182348.386000', '182348.389000', '182348.391000', '182348.394000', '182348.396000', '182348.399000', '182348.402000', '182348.404000', '182348.407000', '182348.409000', '182348.412000', '182348.414000', '182348.417000', '182348.420000', '182348.422000', '182348.425000', '182348.427000', '182348.430000', '182348.432000', '182348.435000', '182348.438000', '182348.440000', '182348.443000', '182348.445000', '182348.448000', '182348.456000', '182348.458000', '182348.461000', '182348.464000', '182348.466000', '182348.469000', '182348.471000', '182348.474000', '182348.476000', '182408.349000', '182408.351000', '182408.354000', '182408.357000', '182408.359000', '182408.362000', '182408.365000', '182408.367000', '182408.370000', '182408.372000', '182408.375000', '182408.377000', '182408.380000', '182408.383000', '182408.385000', '182408.388000', '182408.390000', '182408.393000', '182408.396000', '182408.398000', '182408.401000', '182408.403000', '182408.406000', '182408.408000', '182408.411000', '182408.414000', '182408.416000', '182408.419000', '182408.421000', '182408.424000', '182408.427000', '182408.429000', '182408.432000', '182408.434000', '182408.437000', '182408.440000', '182408.442000', '182408.445000', '182408.447000', '182408.450000', '182408.453000', '182408.455000', '182408.458000', '182428.348000', '182428.351000', '182428.354000', '182428.356000', '182428.359000', '182428.361000', '182428.364000', '182428.367000', '182428.369000', '182428.372000', '182428.374000', '182428.377000', '182428.379000', '182428.382000', '182428.385000', '182428.388000', '182428.391000', '182428.393000', '182428.396000', '182428.398000', '182428.401000', '182428.404000', '182428.406000', '182428.409000', '182428.411000', '182428.414000', '182428.417000', '182428.419000', '182428.422000', '182428.424000', '182428.427000', '182428.430000', '182428.432000', '182428.435000', '182428.438000', '182428.440000', '182428.443000', '182428.445000', '182428.448000', '182428.451000', '182428.453000', '182428.456000', '182428.459000', '182428.461000', '182448.349000', '182448.352000', '182448.354000', '182448.357000', '182448.360000', '182448.362000', '182448.365000', '182448.367000', '182448.370000', '182448.373000', '182448.375000', '182448.378000', '182448.380000', '182448.383000', '182448.386000', '182448.388000', '182448.391000', '182448.393000', '182448.396000', '182448.398000', '182448.401000', '182448.404000', '182448.406000', '182448.409000', '182448.411000', '182448.414000', '182448.417000', '182448.419000', '182448.422000', '182448.424000', '182448.427000', '182448.430000', '182448.432000', '182448.435000', '182448.437000', '182448.440000', '182448.442000', '182448.445000', '182448.448000', '182448.450000', '182448.453000', '182448.455000', '182448.458000', '182508.347000', '182508.350000', '182508.353000', '182508.355000', '182508.359000', '182508.362000', '182508.365000', '182508.367000', '182508.370000', '182508.373000', '182508.375000', '182508.378000', '182508.381000', '182508.383000', '182508.386000', '182508.388000', '182508.391000', '182508.393000', '182508.396000', '182508.399000', '182508.401000', '182508.404000', '182508.406000', '182508.409000', '182508.411000', '182508.414000', '182508.417000', '182508.419000', '182508.422000', '182508.424000', '182508.427000', '182508.430000', '182508.432000', '182508.435000', '182508.437000', '182508.440000', '182508.443000', '182508.445000', '182508.448000', '182508.450000', '182508.453000', '182508.456000', '182508.458000', '182528.348000', '182528.351000', '182528.353000', '182528.356000', '182528.358000', '182528.361000', '182528.363000', '182528.366000', '182528.369000', '182528.371000', '182528.374000', '182528.376000', '182528.379000', '182528.381000', '182528.384000', '182528.387000', '182528.389000', '182528.392000', '182528.394000', '182528.397000', '182528.400000', '182528.402000', '182528.405000', '182528.407000', '182528.410000', '182528.412000', '182528.415000', '182528.418000', '182528.420000', '182528.423000', '182528.425000', '182528.428000', '182528.430000', '182528.433000', '182528.436000', '182528.438000', '182528.441000', '182528.443000', '182528.446000', '182528.449000', '182528.451000', '182528.454000', '182528.456000', '182528.459000', '182548.348000', '182548.351000', '182548.354000', '182548.357000', '182548.360000', '182548.362000', '182548.365000', '182548.368000', '182548.370000', '182548.373000', '182548.375000', '182548.378000', '182548.381000', '182548.383000', '182548.386000', '182548.388000', '182548.391000', '182548.393000', '182548.396000', '182548.399000', '182548.401000', '182548.404000', '182548.407000', '182548.409000', '182548.412000', '182548.414000', '182548.417000', '182548.419000', '182548.422000', '182548.426000', '182548.428000', '182548.431000', '182548.434000', '182548.436000', '182548.439000', '182548.441000', '182548.444000', '182548.446000', '182548.449000', '182548.452000', '182548.454000', '182548.457000', '182548.460000', '182608.349000', '182608.351000', '182608.354000', '182608.357000', '182608.359000', '182608.362000', '182608.364000', '182608.367000', '182608.369000', '182608.372000', '182608.375000', '182608.377000', '182608.380000', '182608.382000', '182608.385000', '182608.388000', '182608.390000', '182608.393000', '182608.396000', '182608.398000', '182608.401000', '182608.403000', '182608.406000', '182608.408000', '182608.411000', '182608.414000', '182608.416000', '182608.419000', '182608.422000', '182608.424000', '182608.427000', '182608.429000', '182608.432000', '182608.435000', '182608.437000', '182608.440000', '182608.442000', '182608.445000', '182608.447000', '182608.450000', '182608.453000', '182608.455000', '182608.458000', '182608.461000', '182628.349000', '182628.351000', '182628.354000', '182628.357000', '182628.359000', '182628.362000', '182628.364000', '182628.367000', '182628.370000', '182628.372000', '182628.375000', '182628.377000', '182628.380000', '182628.382000', '182628.386000', '182628.389000', '182628.392000', '182628.394000', '182628.397000', '182628.400000', '182628.402000', '182628.405000', '182628.408000', '182628.410000', '182628.413000', '182628.415000', '182628.418000', '182628.420000', '182628.423000', '182628.426000', '182628.428000', '182628.431000', '182628.433000', '182628.436000', '182628.438000', '182628.441000', '182628.444000', '182628.446000', '182628.449000', '182628.451000', '182628.454000', '182628.456000', '182628.459000', '182648.348000', '182648.351000', '182648.354000', '182648.357000', '182648.359000', '182648.362000', '182648.365000', '182648.367000', '182648.370000', '182648.372000', '182648.375000', '182648.378000', '182648.380000', '182648.383000', '182648.385000', '182648.388000', '182648.391000', '182648.393000', '182648.396000', '182648.398000', '182648.401000', '182648.404000', '182648.406000', '182648.409000', '182648.411000', '182648.414000', '182648.417000', '182648.419000', '182648.422000', '182648.424000', '182648.427000', '182648.430000', '182648.432000', '182648.435000', '182648.437000', '182648.440000', '182648.443000', '182648.445000', '182648.448000', '182648.450000', '182648.453000', '182648.456000', '182648.458000', '182648.461000', '182705.676000', '182705.680000', '182705.682000', '182705.685000', '182705.688000', '182705.691000', '182705.694000', '182705.697000', '182705.699000', '182705.702000', '182705.705000', '182705.708000', '182705.711000', '182705.714000', '182705.717000', '182705.719000', '182705.722000', '182705.725000', '182705.729000', '182705.732000', '182705.735000', '182705.738000', '182705.742000', '182705.745000', '182705.748000', '182705.752000', '182705.755000', '182705.758000', '182705.760000', '182705.764000', '182705.767000', '182705.769000', '182705.773000', '182705.777000', '182705.782000', '182705.785000', '182705.787000', '182705.790000'], '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': [8349, 12699, 6851, 11505, 6944, 10286, 6856, 10746, 6418, 7882, 6509, 8568, 7502, 7605, 8962, 6887, 11209, 6887, 11571, 6831, 11058, 6696, 10244, 6863, 8929, 6640, 8203, 6521, 7979, 6637, 8586, 8278, 8282, 9998, 8008, 11708, 8597, 13582, 7386, 12443, 6894, 12085, 6700, 12206, 7132, 12144, 6884, 10961, 6773, 11704, 6677, 9132, 6433, 7751, 6843, 7948, 9808, 7949, 9578, 7352, 10583, 7424, 11897, 6664, 11687, 6955, 11192, 6906, 10597, 6904, 10938, 7083, 9187, 6763, 9856, 6527, 8787, 6693, 8051, 6537, 8668, 6952, 8741, 6675, 7782, 6721, 7916, 10859, 8047, 10426, 7486, 12610, 7934, 13174, 7394, 12496, 6697, 11401, 6591, 11048, 6907, 12041, 7027, 8249, 6543, 10495, 6516, 8356, 6727, 7953, 6846, 8385, 8599, 8083, 9151, 7678, 11833, 8422, 14041, 7280, 12512, 7032, 11499, 6851, 11106, 6782, 11343, 6752, 8919, 6681, 10533, 6715, 8312, 6659, 7426, 7015, 7899, 8182, 8091, 9293, 7412, 9948, 7922, 12987, 7493, 12209, 6744, 11316, 6761, 10951, 6975, 10430, 6981, 8930, 6758, 10033, 6681, 9790, 6408, 7953, 6761, 9455, 8491, 7683, 7685, 7095, 9099, 8066, 13061, 8877, 13262, 7406, 12766, 6744, 11966, 6973, 12430, 7137, 11550, 6604, 10027, 6628, 10666, 6637, 8959, 6443, 8012, 6641, 9673, 6863, 9081, 7035, 7557, 9213, 7994, 13482, 7630, 12166, 6759, 10928, 6692, 9088, 6751, 8248, 6657, 8199, 6544, 8131, 6539, 7962, 6947, 8018, 7166, 8307, 11000, 7623, 10836, 7747, 11612, 8729, 12777, 7403, 13034, 8208, 13331, 6877, 12352, 6794, 12736, 8032, 12933, 6818, 10154, 6931, 11195, 7233, 12284, 6767, 9752, 6980, 9685, 7118, 11979, 6798, 10680, 6728, 11503, 7211, 13122, 6878, 11883, 6928, 12553, 6973, 13593, 7067, 10943, 6745, 10840, 6652, 9854, 6381, 8087, 6439, 8910, 6855, 7595, 6749, 7601, 6908, 8800, 7701, 8386, 6818, 8115, 7034, 8794, 10669, 7768, 9464, 7474, 9395, 9552, 8378, 10046, 12652, 9288, 12745, 10840, 12889, 9306, 11540, 7589, 12122, 9189, 13474, 9009, 13321, 7551, 12247, 8981, 13308, 8341, 12059, 7671, 12084, 7761, 12390, 8086, 12672, 7036, 11359, 6973, 10188, 6874, 11912, 7045, 9895, 6900, 10565, 6796, 8832, 6536, 8030, 6807, 8537, 11161, 8118, 12262, 6973, 9392, 6788, 8908, 6846, 8828, 6858, 8752, 6684, 10817, 6908, 9941, 6962, 8012, 8813, 9007, 11769, 8749, 12299, 7224, 11748, 6795, 11159, 7237, 11179, 6682, 8606, 6693, 11038, 7006, 10159, 6465, 8749, 6680, 9880, 7050, 8641, 6970, 8349, 8980, 9228, 13821, 8878, 13293, 6909, 11976, 6572, 11179, 7213, 9507, 6701, 11932, 6810, 8603, 6749, 9552, 6965, 9617, 7061, 8376, 6766, 8040, 8618, 9663, 9035, 8788, 8919, 8579, 9178, 9871, 10812, 9058, 10485, 8543, 11778, 8448, 12282, 7406, 11310, 6676, 10024, 6694, 9772, 7307, 10434, 6920, 8648, 6891, 8441, 6550, 7617, 6737, 9351, 6531, 10015, 7021, 9262, 6858, 9095, 6991, 10227, 8492, 9751, 7199, 9059, 9301, 9619, 11445, 8987, 10205, 8099, 11591, 8015, 11467, 7080, 10305, 6693, 10185, 6812, 9785, 7011, 9945, 6854, 8708, 6896, 8936, 7087, 8632, 7041, 8066, 6700, 8622, 6851, 8475, 6784, 8526, 6461, 11255, 6672, 10290, 6703, 9380, 6867, 10987, 6721, 9023, 6942, 7947, 6907, 9947, 7155, 9543, 7085, 8800, 7113, 10511, 8903, 9656, 7151, 8266, 6890, 8632, 9438, 9645, 8840, 8687, 9795, 8871, 11288, 8648, 10300, 8259, 10320, 8981, 11121, 8726, 10140, 8175, 10606, 8667, 11523, 8962, 11186, 8428, 10865, 8564, 11843, 7659, 10980, 6889, 10416, 6676, 9543, 7210, 10713, 6810, 9612, 6876, 8865, 6691, 8605, 6674, 8581, 6424, 11279, 6781, 9314, 6548, 8751, 6689, 10594, 7130, 9710, 6879, 8831, 7124, 9453, 7834, 8959, 7099, 8564, 9100, 9405, 11625, 9303, 11728, 8746, 12233, 8162, 11642, 7198, 10549, 6698, 9279, 6593, 9329, 6954, 9102, 6718, 7503, 6417, 10411, 6657, 9717, 6668, 8193, 7033, 9638, 7453, 9207, 8639, 8064, 11066, 8592, 11435, 7150, 10997, 6607, 10518, 6647, 10747, 7330, 11147, 6732, 9402, 6534, 9400, 7164, 8356, 6862, 7110, 6406, 11011, 6536, 12174, 6646, 9018, 6731, 10084, 6879, 9039, 6953, 8126, 6923, 8559, 8841, 8659, 9825, 7577, 10702, 8328, 11995, 7035, 10907, 6630, 9920, 6684, 10456, 6967, 10396, 7156, 8124, 6435, 10436, 6505, 8952, 6442, 7965, 6757, 9562, 7041, 8906, 9033, 7630, 10436, 7677, 11648, 6780, 10289, 6525, 9664, 6642, 10214, 6864, 10211, 6723, 8447, 6528, 10524, 6685, 9423, 6561, 7398, 6848, 7707, 11878, 6715, 10644, 6572, 9143, 6529, 9591, 7017, 9356, 6551, 8724, 6749, 8204, 6746, 8653, 6711, 8096, 6456, 9977, 6801, 11427, 6447, 9000, 9038, 8836, 7022, 8516, 9429, 10722, 8127, 8584, 6795, 7638, 7099, 10495, 9114, 11131, 7509, 8617, 6871, 9668, 9018, 9571, 7782, 7762, 9161, 8665, 11299, 9285, 11305, 7551, 12370, 7425, 11923, 7248, 10822, 6801, 9690, 6596, 9566, 6900, 9608, 6830, 8107, 6875, 11027, 6702, 10604, 6414, 9275, 6520, 11177, 6786, 10271, 6864, 7715, 7000, 9392, 6838, 9100, 7085, 8187, 7060, 8021, 10311, 8061, 10008, 7467, 10626, 8275, 11780, 8115, 11050, 7745, 10817, 8604, 11758, 7472, 11056, 7042, 11197, 6954, 11285, 8055, 11097, 6567, 10446, 6608, 10144, 7043, 9779, 6835, 7557, 6476, 10447, 6548, 9121, 6563, 7683, 6721, 8613, 8152, 8105, 8621, 7488, 9929, 7998, 11825, 6925, 10630, 6769, 10569, 6629, 10376, 6825, 9899, 6680, 8867, 6711, 12103, 7019, 11396, 7236, 10578, 6939, 9797, 6882, 10761, 7179, 10766, 7151, 9379, 6864, 10781, 6461, 10533, 6446, 8826, 6579, 10421, 6767, 10498, 6687, 8821, 6768, 10025, 9613, 10046, 10994, 7530, 11493, 6806, 11073, 6817, 10251, 6781, 8526, 6696, 12427, 6596, 10983, 6221, 7950, 6872, 9571, 7927, 9245, 9435, 7754, 11018, 7722, 11572, 6888, 10374, 6683, 10413, 6854, 10068, 6810, 10006, 6838, 11526, 7094, 10323, 6779, 10029, 6915, 10980, 8330, 11367, 7051, 11135, 8710, 10788, 6796, 10325, 6863, 11185, 7128, 9924, 6801, 10304, 6664, 10287, 6848, 10726, 6989, 9827, 6518, 9502, 6585, 10124, 6581, 8596, 6832, 12069, 6488, 12675, 6800, 8217, 6725, 8047, 10536, 7542, 11170, 7326, 10329, 6477, 8981, 6553, 11140, 6800, 11924, 6288, 9378, 6463, 7689, 6695, 7958, 10397, 7345, 12097, 6640, 10282, 6870, 9758, 6853, 10896, 6772, 10725, 6472, 8097, 6589, 9958, 6619, 13503, 6464, 9199, 6610, 11105, 6748, 10071, 6857, 10242, 7442, 10863, 8200, 8137, 9434, 8393, 12888, 8427, 11229, 6787, 10577, 6630, 10645, 6846, 10559, 6902, 9627, 6413, 12079, 6680, 11278, 6467, 8143, 6702, 9739, 7651, 9671, 9032, 8159, 11516, 6882, 11113, 6587, 10006, 6378, 8462, 6557, 11199, 6530, 11892, 6415, 8083, 6672, 9365, 11873, 8240, 10928, 6896, 10560, 6585, 10749, 6736, 9760, 6318, 8045, 6587, 9786, 7385, 7714, 8889, 7254, 11706, 7614, 11368, 6646, 10349, 7185, 9144, 6653, 12793, 6809, 11725, 6880, 7769, 6858, 8129, 9855, 9127, 11064, 7515, 11113, 7051, 11713, 6907, 10630, 6661, 9588, 6588, 10934, 6347, 9687, 6801, 7922, 7828, 8088, 12341, 7030, 10279, 6679, 10249, 6690, 9124, 6378, 8256, 6535, 9019, 7027, 7635, 10192, 7079, 10875, 6777, 10945, 6756, 9698, 6526, 9969, 6478, 9038, 6734, 9922, 6714, 10835, 7610, 10065, 9362, 8445, 11411, 8254, 11433, 8350, 11174, 6650, 10327, 6560, 10600, 6690, 10428, 6586, 10326, 6381, 11855, 6543, 9773, 6535, 8485, 7183, 8468, 11443, 8312, 10988, 7196, 10216, 6842, 10776, 6929, 9990, 6632, 8558, 6422, 12844, 6528, 9121, 6910, 8858, 10303, 9032, 11531, 7501, 10806, 6731, 11417, 6683, 10329, 6761, 9170, 6697, 9285, 7755, 11940, 8296, 9788, 7006, 8766, 6968, 8466, 9568, 9622, 8626, 8689, 9200, 8786, 11836, 10291, 10782, 7988, 10328, 9231, 12735, 10362, 12397, 7685, 11597, 7073, 11176, 7720, 12382, 7136, 11321, 6728, 10912, 6704, 11140, 6728, 10848, 6531, 8563, 6417, 11604, 6780, 9809, 6969, 8595, 9296, 8411, 12663, 7474, 11953, 6689, 10609, 6586, 11280, 6891, 10597, 6700, 8331, 6515, 11834, 6358, 9416, 6729, 8773, 6878, 8899, 7165, 8302, 7186, 9280, 7685, 10733, 8376, 9846, 9470, 10472, 10848, 11553, 10570, 8535, 11508, 8609, 12754, 8162, 12208, 7038, 11642, 6745, 11805, 7557, 11720, 6770, 10618, 6701, 10926, 7066, 11546, 6877, 10089, 6558, 9364, 6495, 9418, 6490, 8187, 6556, 11133, 6691, 12022, 6775, 9098, 6920, 9647, 7548, 11194, 7085, 8999, 6725, 9313, 9813, 9837, 9896, 8614, 10084, 8620, 12218, 9214, 9899, 9085, 9442, 9733, 10078, 11121, 8126, 9262, 8132, 8744, 9680, 9899, 9526, 9118, 9814, 8756, 12458, 8698, 12227, 7703, 11116, 7015, 10961, 7354, 11439, 7191, 10639, 6650, 10558, 6667, 10226, 6545, 8876, 6535, 9254, 6857, 8047, 7013, 8444, 6985, 8739, 11019, 8289, 11763, 7455, 11117, 8131, 11860, 7619, 11547, 7055, 11468, 6944, 12005, 7302, 11673, 6849, 10202, 6662, 11303, 7321, 11211, 6786, 9759, 6657, 10146, 6402, 10943, 6601], 'WindowCenter': [3955.0, 3981.0, 3916.0, 3957.0, 3905.0, 3945.0, 3891.0, 3943.0, 3891.0, 3912.0, 3890.0, 3921.0, 3900.0, 3912.0, 3920.0, 3900.0, 3942.0, 3902.0, 3940.0, 3892.0, 3941.0, 3889.0, 3930.0, 3890.0, 3921.0, 3891.0, 3911.0, 3890.0, 3911.0, 3890.0, 3923.0, 3911.0, 3912.0, 3931.0, 3911.0, 3940.0, 3921.0, 3951.0, 3901.0, 3940.0, 3899.0, 3941.0, 3890.0, 3942.0, 3899.0, 3940.0, 3900.0, 3929.0, 3889.0, 3941.0, 3888.0, 3921.0, 3878.0, 3899.0, 3887.0, 3910.0, 3918.0, 3910.0, 3918.0, 3898.0, 3929.0, 3898.0, 3939.0, 3890.0, 3942.0, 3900.0, 3940.0, 3899.0, 3930.0, 3899.0, 3930.0, 3890.0, 3920.0, 3889.0, 3931.0, 3890.0, 3921.0, 3890.0, 3910.0, 3889.0, 3921.0, 3900.0, 3922.0, 3888.0, 3909.0, 3888.0, 3911.0, 3941.0, 3911.0, 3930.0, 3901.0, 3952.0, 3911.0, 3952.0, 3900.0, 3951.0, 3890.0, 3940.0, 3890.0, 3940.0, 3901.0, 3952.0, 3900.0, 3910.0, 3888.0, 3940.0, 3890.0, 3911.0, 3889.0, 3910.0, 3889.0, 3912.0, 3922.0, 3911.0, 3920.0, 3911.0, 3940.0, 3911.0, 3950.0, 3902.0, 3940.0, 3899.0, 3941.0, 3889.0, 3940.0, 3889.0, 3941.0, 3889.0, 3919.0, 3890.0, 3931.0, 3889.0, 3910.0, 3888.0, 3900.0, 3888.0, 3911.0, 3911.0, 3912.0, 3920.0, 3900.0, 3931.0, 3911.0, 3953.0, 3911.0, 3952.0, 3891.0, 3941.0, 3889.0, 3942.0, 3903.0, 3943.0, 3900.0, 3921.0, 3892.0, 3933.0, 3901.0, 3933.0, 3891.0, 3911.0, 3889.0, 3932.0, 3921.0, 3913.0, 3910.0, 3902.0, 3919.0, 3912.0, 3953.0, 3924.0, 3953.0, 3902.0, 3952.0, 3892.0, 3941.0, 3902.0, 3953.0, 3901.0, 3942.0, 3890.0, 3932.0, 3891.0, 3933.0, 3891.0, 3922.0, 3892.0, 3912.0, 3889.0, 3931.0, 3890.0, 3924.0, 3900.0, 3912.0, 3920.0, 3911.0, 3953.0, 3911.0, 3942.0, 3891.0, 3942.0, 3891.0, 3922.0, 3890.0, 3912.0, 3891.0, 3923.0, 3892.0, 3913.0, 3890.0, 3925.0, 3905.0, 3924.0, 3903.0, 3938.0, 3956.0, 3925.0, 3955.0, 3924.0, 3955.0, 3935.0, 3953.0, 3915.0, 3954.0, 3925.0, 3965.0, 3904.0, 3954.0, 3905.0, 3966.0, 3915.0, 3953.0, 3893.0, 3931.0, 3902.0, 3943.0, 3913.0, 3955.0, 3903.0, 3933.0, 3903.0, 3932.0, 3905.0, 3954.0, 3903.0, 3944.0, 3903.0, 3955.0, 3912.0, 3965.0, 3903.0, 3953.0, 3902.0, 3955.0, 3902.0, 3953.0, 3902.0, 3930.0, 3890.0, 3943.0, 3890.0, 3933.0, 3879.0, 3911.0, 3888.0, 3923.0, 3889.0, 3912.0, 3890.0, 3911.0, 3899.0, 3932.0, 3911.0, 3923.0, 3903.0, 3923.0, 3901.0, 3934.0, 3944.0, 3914.0, 3933.0, 3914.0, 3931.0, 3936.0, 3925.0, 3948.0, 3955.0, 3934.0, 3954.0, 3945.0, 3952.0, 3934.0, 3943.0, 3912.0, 3941.0, 3923.0, 3952.0, 3922.0, 3951.0, 3900.0, 3940.0, 3921.0, 3951.0, 3912.0, 3942.0, 3900.0, 3939.0, 3900.0, 3952.0, 3909.0, 3941.0, 3890.0, 3930.0, 3889.0, 3929.0, 3889.0, 3941.0, 3889.0, 3919.0, 3887.0, 3932.0, 3887.0, 3920.0, 3878.0, 3899.0, 3877.0, 3910.0, 3928.0, 3910.0, 3940.0, 3889.0, 3920.0, 3889.0, 3921.0, 3891.0, 3922.0, 3891.0, 3921.0, 3890.0, 3944.0, 3903.0, 3934.0, 3890.0, 3911.0, 3910.0, 3923.0, 3941.0, 3913.0, 3941.0, 3901.0, 3941.0, 3890.0, 3942.0, 3901.0, 3941.0, 3890.0, 3910.0, 3890.0, 3942.0, 3901.0, 3933.0, 3890.0, 3921.0, 3890.0, 3933.0, 3901.0, 3922.0, 3889.0, 3911.0, 3921.0, 3922.0, 3953.0, 3922.0, 3952.0, 3891.0, 3940.0, 3891.0, 3930.0, 3899.0, 3921.0, 3890.0, 3943.0, 3891.0, 3910.0, 3888.0, 3921.0, 3890.0, 3921.0, 3889.0, 3910.0, 3889.0, 3912.0, 3911.0, 3933.0, 3922.0, 3923.0, 3920.0, 3924.0, 3921.0, 3934.0, 3942.0, 3923.0, 3933.0, 3924.0, 3943.0, 3923.0, 3952.0, 3902.0, 3942.0, 3891.0, 3932.0, 3892.0, 3934.0, 3912.0, 3944.0, 3902.0, 3922.0, 3903.0, 3922.0, 3891.0, 3913.0, 3901.0, 3935.0, 3894.0, 3943.0, 3915.0, 3936.0, 3903.0, 3935.0, 3903.0, 3946.0, 3923.0, 3936.0, 3903.0, 3924.0, 3923.0, 3932.0, 3942.0, 3924.0, 3930.0, 3912.0, 3941.0, 3913.0, 3942.0, 3903.0, 3932.0, 3904.0, 3933.0, 3902.0, 3933.0, 3902.0, 3933.0, 3903.0, 3924.0, 3904.0, 3924.0, 3901.0, 3922.0, 3903.0, 3913.0, 3904.0, 3925.0, 3905.0, 3923.0, 3902.0, 3922.0, 3893.0, 3944.0, 3904.0, 3943.0, 3892.0, 3932.0, 3900.0, 3945.0, 3889.0, 3922.0, 3901.0, 3912.0, 3901.0, 3934.0, 3902.0, 3934.0, 3902.0, 3923.0, 3902.0, 3945.0, 3924.0, 3933.0, 3900.0, 3923.0, 3901.0, 3923.0, 3922.0, 3933.0, 3922.0, 3924.0, 3931.0, 3935.0, 3943.0, 3922.0, 3944.0, 3924.0, 3944.0, 3935.0, 3956.0, 3925.0, 3933.0, 3924.0, 3942.0, 3922.0, 3954.0, 3935.0, 3944.0, 3925.0, 3943.0, 3924.0, 3952.0, 3912.0, 3943.0, 3901.0, 3933.0, 3891.0, 3932.0, 3914.0, 3932.0, 3892.0, 3933.0, 3893.0, 3923.0, 3902.0, 3922.0, 3902.0, 3923.0, 3892.0, 3944.0, 3893.0, 3933.0, 3892.0, 3925.0, 3893.0, 3946.0, 3903.0, 3934.0, 3891.0, 3934.0, 3903.0, 3934.0, 3913.0, 3935.0, 3901.0, 3924.0, 3934.0, 3934.0, 3954.0, 3936.0, 3954.0, 3924.0, 3955.0, 3923.0, 3945.0, 3902.0, 3933.0, 3891.0, 3923.0, 3904.0, 3935.0, 3905.0, 3922.0, 3891.0, 3903.0, 3892.0, 3946.0, 3904.0, 3935.0, 3890.0, 3924.0, 3901.0, 3935.0, 3903.0, 3934.0, 3912.0, 3913.0, 3942.0, 3923.0, 3944.0, 3902.0, 3944.0, 3894.0, 3934.0, 3893.0, 3942.0, 3903.0, 3942.0, 3892.0, 3923.0, 3891.0, 3934.0, 3902.0, 3912.0, 3891.0, 3903.0, 3892.0, 3946.0, 3892.0, 3955.0, 3893.0, 3924.0, 3892.0, 3934.0, 3893.0, 3923.0, 3901.0, 3926.0, 3903.0, 3925.0, 3922.0, 3923.0, 3932.0, 3913.0, 3933.0, 3922.0, 3944.0, 3904.0, 3944.0, 3892.0, 3933.0, 3892.0, 3934.0, 3902.0, 3932.0, 3890.0, 3911.0, 3891.0, 3933.0, 3893.0, 3922.0, 3891.0, 3913.0, 3892.0, 3934.0, 3902.0, 3925.0, 3923.0, 3903.0, 3932.0, 3913.0, 3944.0, 3893.0, 3933.0, 3892.0, 3923.0, 3892.0, 3933.0, 3892.0, 3931.0, 3892.0, 3912.0, 3880.0, 3934.0, 3892.0, 3923.0, 3889.0, 3903.0, 3890.0, 3902.0, 3942.0, 3892.0, 3932.0, 3893.0, 3923.0, 3891.0, 3933.0, 3904.0, 3923.0, 3892.0, 3923.0, 3893.0, 3914.0, 3904.0, 3926.0, 3904.0, 3915.0, 3895.0, 3947.0, 3902.0, 3956.0, 3893.0, 3924.0, 3924.0, 3936.0, 3902.0, 3925.0, 3934.0, 3944.0, 3913.0, 3924.0, 3892.0, 3913.0, 3903.0, 3946.0, 3923.0, 3945.0, 3901.0, 3924.0, 3891.0, 3933.0, 3922.0, 3934.0, 3901.0, 3903.0, 3921.0, 3923.0, 3941.0, 3934.0, 3943.0, 3903.0, 3942.0, 3902.0, 3943.0, 3901.0, 3933.0, 3890.0, 3921.0, 3891.0, 3922.0, 3893.0, 3922.0, 3889.0, 3911.0, 3890.0, 3943.0, 3891.0, 3934.0, 3879.0, 3923.0, 3881.0, 3943.0, 3891.0, 3935.0, 3891.0, 3912.0, 3902.0, 3936.0, 3892.0, 3925.0, 3891.0, 3912.0, 3891.0, 3911.0, 3932.0, 3915.0, 3932.0, 3905.0, 3943.0, 3924.0, 3943.0, 3915.0, 3944.0, 3915.0, 3942.0, 3923.0, 3945.0, 3903.0, 3944.0, 3904.0, 3942.0, 3900.0, 3944.0, 3913.0, 3943.0, 3890.0, 3932.0, 3890.0, 3932.0, 3891.0, 3930.0, 3889.0, 3902.0, 3881.0, 3931.0, 3878.0, 3922.0, 3891.0, 3903.0, 3892.0, 3921.0, 3910.0, 3914.0, 3912.0, 3903.0, 3932.0, 3914.0, 3942.0, 3904.0, 3944.0, 3893.0, 3934.0, 3891.0, 3934.0, 3904.0, 3933.0, 3902.0, 3924.0, 3905.0, 3955.0, 3915.0, 3955.0, 3915.0, 3942.0, 3902.0, 3933.0, 3903.0, 3944.0, 3903.0, 3945.0, 3902.0, 3922.0, 3892.0, 3943.0, 3894.0, 3945.0, 3891.0, 3923.0, 3891.0, 3944.0, 3892.0, 3945.0, 3891.0, 3923.0, 3890.0, 3934.0, 3933.0, 3935.0, 3931.0, 3913.0, 3941.0, 3890.0, 3942.0, 3893.0, 3933.0, 3892.0, 3922.0, 3891.0, 3957.0, 3891.0, 3946.0, 3880.0, 3915.0, 3892.0, 3934.0, 3913.0, 3926.0, 3922.0, 3915.0, 3942.0, 3916.0, 3945.0, 3904.0, 3936.0, 3903.0, 3945.0, 3905.0, 3944.0, 3905.0, 3945.0, 3905.0, 3956.0, 3907.0, 3933.0, 3892.0, 3934.0, 3906.0, 3946.0, 3924.0, 3946.0, 3902.0, 3944.0, 3924.0, 3946.0, 3905.0, 3933.0, 3903.0, 3944.0, 3904.0, 3934.0, 3904.0, 3944.0, 3903.0, 3944.0, 3904.0, 3944.0, 3905.0, 3933.0, 3891.0, 3933.0, 3891.0, 3934.0, 3891.0, 3922.0, 3889.0, 3954.0, 3890.0, 3954.0, 3891.0, 3913.0, 3890.0, 3912.0, 3931.0, 3901.0, 3929.0, 3900.0, 3919.0, 3878.0, 3908.0, 3879.0, 3932.0, 3890.0, 3941.0, 3878.0, 3920.0, 3880.0, 3902.0, 3891.0, 3914.0, 3930.0, 3914.0, 3954.0, 3905.0, 3946.0, 3903.0, 3933.0, 3902.0, 3943.0, 3893.0, 3944.0, 3890.0, 3911.0, 3892.0, 3932.0, 3893.0, 3964.0, 3893.0, 3934.0, 3904.0, 3945.0, 3892.0, 3935.0, 3891.0, 3945.0, 3902.0, 3944.0, 3922.0, 3915.0, 3922.0, 3924.0, 3955.0, 3925.0, 3943.0, 3892.0, 3932.0, 3892.0, 3942.0, 3893.0, 3944.0, 3902.0, 3932.0, 3892.0, 3955.0, 3893.0, 3945.0, 3881.0, 3915.0, 3891.0, 3934.0, 3912.0, 3934.0, 3922.0, 3913.0, 3941.0, 3904.0, 3944.0, 3904.0, 3934.0, 3895.0, 3925.0, 3895.0, 3956.0, 3895.0, 3957.0, 3893.0, 3926.0, 3902.0, 3938.0, 3956.0, 3926.0, 3943.0, 3902.0, 3932.0, 3893.0, 3944.0, 3893.0, 3935.0, 3891.0, 3915.0, 3903.0, 3947.0, 3903.0, 3914.0, 3933.0, 3913.0, 3955.0, 3915.0, 3943.0, 3904.0, 3948.0, 3902.0, 3934.0, 3903.0, 3966.0, 3893.0, 3955.0, 3892.0, 3913.0, 3891.0, 3913.0, 3933.0, 3935.0, 3943.0, 3903.0, 3943.0, 3904.0, 3943.0, 3892.0, 3932.0, 3890.0, 3922.0, 3891.0, 3944.0, 3891.0, 3933.0, 3890.0, 3914.0, 3912.0, 3912.0, 3953.0, 3904.0, 3933.0, 3891.0, 3933.0, 3892.0, 3923.0, 3892.0, 3912.0, 3891.0, 3934.0, 3902.0, 3914.0, 3933.0, 3903.0, 3943.0, 3895.0, 3944.0, 3892.0, 3935.0, 3894.0, 3935.0, 3894.0, 3934.0, 3893.0, 3946.0, 3893.0, 3947.0, 3913.0, 3937.0, 3932.0, 3924.0, 3942.0, 3922.0, 3944.0, 3925.0, 3943.0, 3893.0, 3933.0, 3892.0, 3932.0, 3891.0, 3932.0, 3889.0, 3932.0, 3879.0, 3942.0, 3881.0, 3934.0, 3879.0, 3921.0, 3890.0, 3922.0, 3940.0, 3912.0, 3933.0, 3902.0, 3933.0, 3892.0, 3941.0, 3892.0, 3932.0, 3891.0, 3912.0, 3891.0, 3955.0, 3880.0, 3923.0, 3891.0, 3922.0, 3931.0, 3925.0, 3941.0, 3901.0, 3931.0, 3893.0, 3942.0, 3890.0, 3933.0, 3888.0, 3921.0, 3889.0, 3934.0, 3912.0, 3954.0, 3923.0, 3934.0, 3890.0, 3924.0, 3890.0, 3922.0, 3933.0, 3934.0, 3922.0, 3924.0, 3931.0, 3925.0, 3953.0, 3946.0, 3943.0, 3925.0, 3931.0, 3934.0, 3955.0, 3946.0, 3953.0, 3914.0, 3942.0, 3902.0, 3942.0, 3914.0, 3955.0, 3903.0, 3942.0, 3892.0, 3944.0, 3892.0, 3943.0, 3892.0, 3934.0, 3891.0, 3924.0, 3879.0, 3942.0, 3891.0, 3934.0, 3890.0, 3922.0, 3922.0, 3913.0, 3953.0, 3902.0, 3944.0, 3893.0, 3931.0, 3892.0, 3943.0, 3902.0, 3943.0, 3891.0, 3913.0, 3893.0, 3955.0, 3892.0, 3934.0, 3892.0, 3925.0, 3903.0, 3934.0, 3903.0, 3923.0, 3903.0, 3935.0, 3914.0, 3957.0, 3923.0, 3934.0, 3932.0, 3945.0, 3944.0, 3956.0, 3931.0, 3924.0, 3941.0, 3922.0, 3953.0, 3923.0, 3952.0, 3903.0, 3942.0, 3891.0, 3954.0, 3913.0, 3953.0, 3892.0, 3932.0, 3893.0, 3942.0, 3902.0, 3942.0, 3893.0, 3932.0, 3893.0, 3932.0, 3892.0, 3935.0, 3891.0, 3924.0, 3892.0, 3945.0, 3902.0, 3956.0, 3894.0, 3925.0, 3901.0, 3934.0, 3912.0, 3954.0, 3901.0, 3925.0, 3890.0, 3934.0, 3933.0, 3934.0, 3933.0, 3925.0, 3932.0, 3922.0, 3953.0, 3935.0, 3933.0, 3925.0, 3933.0, 3935.0, 3933.0, 3945.0, 3913.0, 3935.0, 3912.0, 3922.0, 3932.0, 3933.0, 3933.0, 3924.0, 3934.0, 3923.0, 3954.0, 3923.0, 3942.0, 3914.0, 3942.0, 3892.0, 3942.0, 3902.0, 3943.0, 3901.0, 3943.0, 3893.0, 3942.0, 3903.0, 3931.0, 3881.0, 3923.0, 3889.0, 3934.0, 3891.0, 3913.0, 3902.0, 3925.0, 3901.0, 3924.0, 3943.0, 3924.0, 3953.0, 3903.0, 3943.0, 3924.0, 3955.0, 3915.0, 3954.0, 3904.0, 3955.0, 3905.0, 3955.0, 3914.0, 3954.0, 3894.0, 3933.0, 3904.0, 3955.0, 3913.0, 3944.0, 3904.0, 3935.0, 3906.0, 3945.0, 3893.0, 3946.0, 3892.0], 'WindowWidth': [8844.0, 8869.0, 8774.0, 8825.0, 8754.0, 8806.0, 8730.0, 8801.0, 8728.0, 8756.0, 8724.0, 8768.0, 8738.0, 8756.0, 8763.0, 8739.0, 8794.0, 8743.0, 8793.0, 8730.0, 8792.0, 8723.0, 8776.0, 8726.0, 8767.0, 8729.0, 8754.0, 8724.0, 8756.0, 8725.0, 8773.0, 8755.0, 8756.0, 8779.0, 8753.0, 8791.0, 8766.0, 8807.0, 8740.0, 8791.0, 8736.0, 8793.0, 8724.0, 8795.0, 8737.0, 8790.0, 8737.0, 8774.0, 8721.0, 8793.0, 8719.0, 8767.0, 8704.0, 8733.0, 8715.0, 8748.0, 8759.0, 8749.0, 8758.0, 8733.0, 8772.0, 8734.0, 8790.0, 8726.0, 8794.0, 8738.0, 8791.0, 8736.0, 8779.0, 8737.0, 8778.0, 8724.0, 8763.0, 8722.0, 8781.0, 8726.0, 8768.0, 8726.0, 8752.0, 8722.0, 8768.0, 8737.0, 8769.0, 8719.0, 8750.0, 8720.0, 8756.0, 8794.0, 8754.0, 8779.0, 8741.0, 8809.0, 8755.0, 8809.0, 8740.0, 8807.0, 8725.0, 8791.0, 8726.0, 8792.0, 8741.0, 8808.0, 8738.0, 8750.0, 8721.0, 8793.0, 8725.0, 8755.0, 8723.0, 8752.0, 8722.0, 8757.0, 8768.0, 8756.0, 8764.0, 8754.0, 8790.0, 8754.0, 8806.0, 8743.0, 8790.0, 8735.0, 8792.0, 8723.0, 8790.0, 8723.0, 8791.0, 8722.0, 8761.0, 8723.0, 8780.0, 8723.0, 8753.0, 8720.0, 8737.0, 8719.0, 8754.0, 8754.0, 8757.0, 8763.0, 8739.0, 8780.0, 8754.0, 8811.0, 8756.0, 8808.0, 8728.0, 8794.0, 8725.0, 8797.0, 8749.0, 8798.0, 8740.0, 8768.0, 8731.0, 8786.0, 8742.0, 8787.0, 8729.0, 8756.0, 8722.0, 8784.0, 8765.0, 8758.0, 8751.0, 8744.0, 8762.0, 8757.0, 8812.0, 8776.0, 8812.0, 8745.0, 8811.0, 8731.0, 8795.0, 8745.0, 8813.0, 8742.0, 8795.0, 8727.0, 8782.0, 8728.0, 8786.0, 8728.0, 8770.0, 8730.0, 8757.0, 8722.0, 8780.0, 8724.0, 8774.0, 8738.0, 8757.0, 8763.0, 8755.0, 8811.0, 8755.0, 8796.0, 8728.0, 8795.0, 8728.0, 8769.0, 8728.0, 8757.0, 8727.0, 8771.0, 8730.0, 8760.0, 8726.0, 8779.0, 8753.0, 8778.0, 8746.0, 8801.0, 8824.0, 8782.0, 8818.0, 8778.0, 8818.0, 8794.0, 8816.0, 8767.0, 8816.0, 8777.0, 8832.0, 8750.0, 8814.0, 8753.0, 8836.0, 8764.0, 8813.0, 8735.0, 8779.0, 8745.0, 8798.0, 8761.0, 8815.0, 8747.0, 8784.0, 8748.0, 8785.0, 8754.0, 8815.0, 8748.0, 8801.0, 8747.0, 8818.0, 8760.0, 8832.0, 8748.0, 8811.0, 8744.0, 8818.0, 8745.0, 8813.0, 8742.0, 8777.0, 8723.0, 8797.0, 8723.0, 8785.0, 8708.0, 8754.0, 8721.0, 8772.0, 8722.0, 8756.0, 8724.0, 8753.0, 8735.0, 8784.0, 8755.0, 8774.0, 8747.0, 8773.0, 8742.0, 8791.0, 8804.0, 8765.0, 8788.0, 8764.0, 8783.0, 8794.0, 8777.0, 8813.0, 8817.0, 8789.0, 8814.0, 8804.0, 8811.0, 8788.0, 8797.0, 8756.0, 8793.0, 8771.0, 8808.0, 8770.0, 8805.0, 8736.0, 8789.0, 8766.0, 8805.0, 8755.0, 8793.0, 8738.0, 8788.0, 8738.0, 8809.0, 8750.0, 8791.0, 8723.0, 8775.0, 8721.0, 8774.0, 8723.0, 8791.0, 8722.0, 8760.0, 8716.0, 8781.0, 8717.0, 8764.0, 8704.0, 8734.0, 8702.0, 8751.0, 8771.0, 8748.0, 8786.0, 8720.0, 8760.0, 8723.0, 8764.0, 8727.0, 8768.0, 8728.0, 8767.0, 8724.0, 8800.0, 8745.0, 8787.0, 8724.0, 8752.0, 8749.0, 8771.0, 8792.0, 8756.0, 8793.0, 8739.0, 8791.0, 8725.0, 8795.0, 8740.0, 8792.0, 8724.0, 8750.0, 8725.0, 8796.0, 8741.0, 8786.0, 8725.0, 8766.0, 8722.0, 8786.0, 8740.0, 8770.0, 8723.0, 8754.0, 8765.0, 8769.0, 8811.0, 8769.0, 8810.0, 8726.0, 8790.0, 8727.0, 8776.0, 8736.0, 8767.0, 8723.0, 8797.0, 8726.0, 8751.0, 8721.0, 8766.0, 8723.0, 8766.0, 8721.0, 8751.0, 8721.0, 8756.0, 8753.0, 8787.0, 8770.0, 8773.0, 8765.0, 8775.0, 8768.0, 8788.0, 8797.0, 8774.0, 8784.0, 8775.0, 8797.0, 8774.0, 8810.0, 8745.0, 8795.0, 8728.0, 8783.0, 8731.0, 8788.0, 8760.0, 8801.0, 8745.0, 8771.0, 8747.0, 8773.0, 8732.0, 8762.0, 8744.0, 8794.0, 8738.0, 8803.0, 8766.0, 8795.0, 8750.0, 8793.0, 8748.0, 8807.0, 8775.0, 8794.0, 8748.0, 8775.0, 8771.0, 8784.0, 8797.0, 8776.0, 8779.0, 8757.0, 8794.0, 8758.0, 8798.0, 8748.0, 8784.0, 8749.0, 8787.0, 8745.0, 8786.0, 8745.0, 8787.0, 8748.0, 8774.0, 8749.0, 8775.0, 8743.0, 8770.0, 8748.0, 8760.0, 8749.0, 8777.0, 8753.0, 8775.0, 8746.0, 8770.0, 8733.0, 8803.0, 8750.0, 8803.0, 8731.0, 8783.0, 8741.0, 8804.0, 8724.0, 8770.0, 8741.0, 8756.0, 8742.0, 8790.0, 8744.0, 8789.0, 8745.0, 8774.0, 8743.0, 8805.0, 8776.0, 8787.0, 8739.0, 8773.0, 8740.0, 8772.0, 8770.0, 8786.0, 8770.0, 8775.0, 8780.0, 8791.0, 8799.0, 8772.0, 8801.0, 8776.0, 8801.0, 8791.0, 8822.0, 8778.0, 8786.0, 8775.0, 8797.0, 8773.0, 8817.0, 8794.0, 8803.0, 8779.0, 8800.0, 8776.0, 8813.0, 8759.0, 8800.0, 8741.0, 8786.0, 8728.0, 8784.0, 8762.0, 8783.0, 8732.0, 8784.0, 8733.0, 8772.0, 8745.0, 8770.0, 8745.0, 8773.0, 8732.0, 8803.0, 8733.0, 8788.0, 8732.0, 8778.0, 8734.0, 8806.0, 8746.0, 8789.0, 8727.0, 8790.0, 8748.0, 8790.0, 8760.0, 8791.0, 8742.0, 8776.0, 8788.0, 8791.0, 8819.0, 8794.0, 8817.0, 8776.0, 8816.0, 8774.0, 8804.0, 8746.0, 8784.0, 8728.0, 8771.0, 8749.0, 8792.0, 8752.0, 8772.0, 8728.0, 8746.0, 8732.0, 8808.0, 8749.0, 8791.0, 8726.0, 8775.0, 8741.0, 8790.0, 8745.0, 8788.0, 8756.0, 8757.0, 8796.0, 8772.0, 8802.0, 8744.0, 8801.0, 8735.0, 8787.0, 8732.0, 8798.0, 8745.0, 8795.0, 8730.0, 8772.0, 8729.0, 8790.0, 8744.0, 8755.0, 8728.0, 8746.0, 8730.0, 8806.0, 8732.0, 8816.0, 8731.0, 8775.0, 8729.0, 8789.0, 8733.0, 8773.0, 8742.0, 8782.0, 8746.0, 8777.0, 8769.0, 8773.0, 8782.0, 8760.0, 8785.0, 8771.0, 8801.0, 8748.0, 8799.0, 8729.0, 8785.0, 8731.0, 8787.0, 8744.0, 8783.0, 8725.0, 8751.0, 8728.0, 8786.0, 8731.0, 8769.0, 8728.0, 8758.0, 8728.0, 8787.0, 8743.0, 8777.0, 8771.0, 8745.0, 8780.0, 8758.0, 8800.0, 8733.0, 8786.0, 8730.0, 8770.0, 8730.0, 8786.0, 8729.0, 8779.0, 8728.0, 8754.0, 8711.0, 8787.0, 8728.0, 8771.0, 8721.0, 8743.0, 8723.0, 8741.0, 8794.0, 8730.0, 8780.0, 8730.0, 8771.0, 8729.0, 8783.0, 8749.0, 8770.0, 8731.0, 8771.0, 8732.0, 8762.0, 8749.0, 8781.0, 8747.0, 8765.0, 8738.0, 8810.0, 8745.0, 8821.0, 8733.0, 8775.0, 8775.0, 8795.0, 8744.0, 8777.0, 8788.0, 8803.0, 8759.0, 8775.0, 8730.0, 8759.0, 8745.0, 8807.0, 8772.0, 8806.0, 8739.0, 8773.0, 8726.0, 8784.0, 8769.0, 8786.0, 8739.0, 8745.0, 8766.0, 8770.0, 8792.0, 8788.0, 8797.0, 8744.0, 8795.0, 8741.0, 8797.0, 8741.0, 8784.0, 8724.0, 8765.0, 8728.0, 8768.0, 8730.0, 8768.0, 8724.0, 8752.0, 8726.0, 8798.0, 8728.0, 8787.0, 8709.0, 8772.0, 8714.0, 8798.0, 8727.0, 8789.0, 8725.0, 8756.0, 8743.0, 8791.0, 8731.0, 8776.0, 8727.0, 8755.0, 8727.0, 8755.0, 8783.0, 8765.0, 8783.0, 8751.0, 8797.0, 8775.0, 8800.0, 8765.0, 8799.0, 8761.0, 8795.0, 8772.0, 8804.0, 8746.0, 8799.0, 8746.0, 8794.0, 8740.0, 8800.0, 8760.0, 8798.0, 8724.0, 8781.0, 8725.0, 8782.0, 8726.0, 8777.0, 8722.0, 8742.0, 8711.0, 8781.0, 8707.0, 8769.0, 8725.0, 8745.0, 8727.0, 8766.0, 8752.0, 8760.0, 8754.0, 8744.0, 8782.0, 8762.0, 8797.0, 8750.0, 8801.0, 8733.0, 8787.0, 8728.0, 8787.0, 8749.0, 8787.0, 8745.0, 8774.0, 8754.0, 8819.0, 8767.0, 8821.0, 8766.0, 8798.0, 8745.0, 8783.0, 8746.0, 8801.0, 8746.0, 8804.0, 8744.0, 8769.0, 8731.0, 8798.0, 8734.0, 8803.0, 8728.0, 8773.0, 8727.0, 8801.0, 8731.0, 8806.0, 8729.0, 8773.0, 8724.0, 8788.0, 8784.0, 8790.0, 8779.0, 8758.0, 8793.0, 8725.0, 8796.0, 8732.0, 8784.0, 8729.0, 8770.0, 8727.0, 8821.0, 8728.0, 8804.0, 8711.0, 8761.0, 8729.0, 8788.0, 8759.0, 8778.0, 8767.0, 8762.0, 8794.0, 8765.0, 8805.0, 8750.0, 8792.0, 8748.0, 8803.0, 8753.0, 8802.0, 8754.0, 8804.0, 8754.0, 8821.0, 8756.0, 8787.0, 8733.0, 8788.0, 8754.0, 8807.0, 8777.0, 8806.0, 8746.0, 8803.0, 8776.0, 8806.0, 8752.0, 8787.0, 8747.0, 8804.0, 8750.0, 8788.0, 8750.0, 8801.0, 8748.0, 8802.0, 8751.0, 8804.0, 8751.0, 8785.0, 8728.0, 8787.0, 8729.0, 8789.0, 8728.0, 8771.0, 8724.0, 8815.0, 8727.0, 8815.0, 8726.0, 8758.0, 8722.0, 8753.0, 8776.0, 8738.0, 8772.0, 8736.0, 8758.0, 8704.0, 8743.0, 8707.0, 8781.0, 8723.0, 8792.0, 8705.0, 8763.0, 8708.0, 8742.0, 8726.0, 8761.0, 8778.0, 8765.0, 8816.0, 8753.0, 8807.0, 8749.0, 8785.0, 8745.0, 8799.0, 8733.0, 8800.0, 8726.0, 8753.0, 8729.0, 8784.0, 8732.0, 8830.0, 8733.0, 8789.0, 8749.0, 8806.0, 8730.0, 8791.0, 8730.0, 8804.0, 8746.0, 8802.0, 8770.0, 8764.0, 8769.0, 8775.0, 8818.0, 8778.0, 8798.0, 8731.0, 8782.0, 8731.0, 8796.0, 8732.0, 8801.0, 8742.0, 8782.0, 8730.0, 8818.0, 8733.0, 8803.0, 8715.0, 8763.0, 8726.0, 8788.0, 8756.0, 8787.0, 8768.0, 8759.0, 8792.0, 8747.0, 8802.0, 8750.0, 8787.0, 8738.0, 8778.0, 8740.0, 8822.0, 8739.0, 8824.0, 8735.0, 8782.0, 8746.0, 8799.0, 8820.0, 8780.0, 8799.0, 8745.0, 8783.0, 8733.0, 8802.0, 8733.0, 8792.0, 8729.0, 8766.0, 8749.0, 8810.0, 8748.0, 8763.0, 8787.0, 8761.0, 8819.0, 8765.0, 8799.0, 8750.0, 8812.0, 8744.0, 8789.0, 8747.0, 8833.0, 8733.0, 8816.0, 8728.0, 8758.0, 8727.0, 8758.0, 8786.0, 8792.0, 8799.0, 8746.0, 8798.0, 8747.0, 8799.0, 8729.0, 8781.0, 8725.0, 8768.0, 8727.0, 8801.0, 8726.0, 8786.0, 8726.0, 8761.0, 8756.0, 8758.0, 8811.0, 8748.0, 8785.0, 8729.0, 8785.0, 8732.0, 8773.0, 8729.0, 8756.0, 8727.0, 8789.0, 8745.0, 8763.0, 8785.0, 8746.0, 8797.0, 8738.0, 8801.0, 8733.0, 8789.0, 8735.0, 8792.0, 8737.0, 8790.0, 8735.0, 8809.0, 8734.0, 8812.0, 8760.0, 8795.0, 8784.0, 8776.0, 8796.0, 8770.0, 8802.0, 8779.0, 8798.0, 8732.0, 8783.0, 8730.0, 8782.0, 8728.0, 8783.0, 8721.0, 8781.0, 8710.0, 8797.0, 8714.0, 8787.0, 8709.0, 8766.0, 8724.0, 8770.0, 8790.0, 8756.0, 8784.0, 8743.0, 8782.0, 8729.0, 8793.0, 8730.0, 8782.0, 8727.0, 8755.0, 8729.0, 8819.0, 8712.0, 8772.0, 8725.0, 8771.0, 8781.0, 8778.0, 8793.0, 8739.0, 8779.0, 8730.0, 8796.0, 8723.0, 8784.0, 8720.0, 8765.0, 8722.0, 8789.0, 8758.0, 8816.0, 8773.0, 8789.0, 8725.0, 8773.0, 8724.0, 8771.0, 8788.0, 8790.0, 8770.0, 8776.0, 8781.0, 8778.0, 8813.0, 8807.0, 8801.0, 8780.0, 8782.0, 8790.0, 8817.0, 8806.0, 8813.0, 8762.0, 8796.0, 8745.0, 8797.0, 8761.0, 8816.0, 8747.0, 8797.0, 8731.0, 8798.0, 8731.0, 8798.0, 8730.0, 8787.0, 8728.0, 8773.0, 8709.0, 8797.0, 8727.0, 8788.0, 8723.0, 8768.0, 8767.0, 8758.0, 8812.0, 8744.0, 8799.0, 8732.0, 8779.0, 8732.0, 8799.0, 8745.0, 8798.0, 8728.0, 8759.0, 8733.0, 8818.0, 8730.0, 8789.0, 8730.0, 8777.0, 8747.0, 8790.0, 8746.0, 8773.0, 8746.0, 8793.0, 8764.0, 8823.0, 8773.0, 8789.0, 8782.0, 8805.0, 8803.0, 8819.0, 8780.0, 8774.0, 8793.0, 8770.0, 8813.0, 8775.0, 8810.0, 8746.0, 8794.0, 8729.0, 8814.0, 8759.0, 8812.0, 8731.0, 8782.0, 8732.0, 8795.0, 8744.0, 8797.0, 8733.0, 8781.0, 8732.0, 8785.0, 8732.0, 8793.0, 8729.0, 8775.0, 8731.0, 8804.0, 8744.0, 8820.0, 8734.0, 8776.0, 8740.0, 8789.0, 8758.0, 8817.0, 8742.0, 8776.0, 8726.0, 8787.0, 8787.0, 8789.0, 8784.0, 8776.0, 8783.0, 8772.0, 8812.0, 8791.0, 8786.0, 8778.0, 8786.0, 8791.0, 8787.0, 8805.0, 8760.0, 8790.0, 8757.0, 8771.0, 8784.0, 8787.0, 8785.0, 8776.0, 8786.0, 8773.0, 8815.0, 8774.0, 8796.0, 8761.0, 8795.0, 8729.0, 8796.0, 8745.0, 8799.0, 8742.0, 8798.0, 8732.0, 8796.0, 8746.0, 8782.0, 8714.0, 8770.0, 8723.0, 8789.0, 8729.0, 8759.0, 8741.0, 8776.0, 8742.0, 8776.0, 8799.0, 8777.0, 8811.0, 8747.0, 8800.0, 8778.0, 8818.0, 8766.0, 8816.0, 8750.0, 8817.0, 8754.0, 8818.0, 8764.0, 8817.0, 8737.0, 8786.0, 8750.0, 8817.0, 8762.0, 8803.0, 8750.0, 8790.0, 8755.0, 8808.0, 8734.0, 8809.0, 8731.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.0006270789074355085</td></tr>
<tr><td colspan=3>aqi</td><td>0.028119543474962067</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15074337869403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2482357574335616</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858195739028107</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>7024.7983</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0936845472827773</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.959028831562974</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.490856026248224</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482084031731596</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6478507550521364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3426332919609405</td></tr>
<tr><td colspan=3>gcor</td><td>0.00298864</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017285721376538277</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01876682974398136</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.696261082958</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>26.8712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2832</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.8992</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309408.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.2435</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0415</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.24</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3162.5465</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.1943</td></tr>
<tr><td colspan=3>tsnr</td><td>39.91037290904205</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>