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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0126_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1116391e9baa4ceeba30e7651dcde800</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:30:17.040000</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.99892, -0.0342017, 0.0314562, 0.0280768, 0.983648, 0.177898]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.115097</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7816, -7217, 28, -84, -165, -33, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>42eae095-a92f-4a2c-babc-b5960a071626||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.6800286769866943, 0.07532810419797897, 0.09997086226940155, 110.51510620117188], [0.0917607918381691, 2.63905668258667, 0.4774203896522522, -96.90037536621094], [0.0843946635723114, -0.47728657722473145, 2.6555745601654053, -55.142032623291016], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['183017.040000', '183017.500000', '183017.960000', '183018.420000', '183018.880000', '183019.340000', '183019.800000', '183020.260000', '183020.720000', '183021.180000', '183021.640000', '183022.100000', '183022.560000', '183023.020000', '183023.480000', '183023.940000', '183024.400000', '183024.860000', '183025.320000', '183025.780000', '183026.240000', '183026.700000', '183027.160000', '183027.620000', '183028.080000', '183028.540000', '183029.000000', '183029.460000', '183029.920000', '183030.380000', '183030.840000', '183031.300000', '183031.760000', '183032.220000', '183032.680000', '183033.140000', '183033.600000', '183034.060000', '183034.520000', '183034.980000', '183035.440000', '183035.900000', '183036.360000', '183036.820000', '183037.280000', '183037.740000', '183038.200000', '183038.660000', '183039.120000', '183039.580000', '183040.040000', '183040.500000', '183040.960000', '183041.420000', '183041.880000', '183042.340000', '183042.800000', '183043.260000', '183043.720000', '183044.180000', '183044.640000', '183045.100000', '183045.560000', '183046.020000', '183046.480000', '183046.940000', '183047.400000', '183047.860000', '183048.320000', '183048.780000', '183049.240000', '183049.700000', '183050.160000', '183050.620000', '183051.080000', '183051.540000', '183052.000000', '183052.460000', '183052.920000', '183053.380000', '183053.840000', '183054.300000', '183054.760000', '183055.220000', '183055.680000', '183056.140000', '183056.600000', '183057.060000', '183057.520000', '183057.980000', '183058.440000', '183058.900000', '183059.360000', '183059.820000', '183100.280000', '183100.740000', '183101.200000', '183101.660000', '183102.120000', '183102.580000', '183103.040000', '183103.500000', '183103.960000', '183104.420000', '183104.880000', '183105.340000', '183105.800000', '183106.260000', '183106.720000', '183107.180000', '183107.640000', '183108.100000', '183108.560000', '183109.020000', '183109.480000', '183109.940000', '183110.400000', '183110.860000', '183111.320000', '183111.780000', '183112.240000', '183112.700000', '183113.160000', '183113.620000', '183114.080000', '183114.540000', '183115.000000', '183115.460000', '183115.920000', '183116.380000', '183116.840000', '183117.300000', '183117.760000', '183118.220000', '183118.680000', '183119.140000', '183119.600000', '183120.060000', '183120.520000', '183120.980000', '183121.440000', '183121.900000', '183122.360000', '183122.820000', '183123.280000', '183123.740000', '183124.200000', '183124.660000', '183125.120000', '183125.580000', '183126.040000', '183126.500000', '183126.960000', '183127.420000', '183127.880000', '183128.340000', '183128.800000', '183129.260000', '183129.720000', '183130.180000', '183130.640000', '183131.100000', '183131.560000', '183132.020000', '183132.480000', '183132.940000', '183133.400000', '183133.860000', '183134.320000', '183134.780000', '183135.240000', '183135.700000', '183136.160000', '183136.620000', '183137.080000', '183137.540000', '183138.000000', '183138.460000', '183138.920000', '183139.380000', '183139.840000', '183140.300000', '183140.760000', '183141.220000', '183141.680000', '183142.140000', '183142.600000', '183143.060000', '183143.520000', '183143.980000', '183144.440000', '183144.900000', '183145.360000', '183145.820000', '183146.280000', '183146.740000', '183147.200000', '183147.660000', '183148.120000', '183148.580000', '183149.040000', '183149.500000', '183149.960000', '183150.420000', '183150.880000', '183151.340000', '183151.800000', '183152.260000', '183152.720000', '183153.180000', '183153.640000', '183154.100000', '183154.560000', '183155.020000', '183155.480000', '183155.940000', '183156.400000', '183156.860000', '183157.320000', '183157.780000', '183158.240000', '183158.700000', '183159.160000', '183159.620000', '183200.080000', '183200.540000', '183201.000000', '183201.460000', '183201.920000', '183202.380000', '183202.840000', '183203.300000', '183203.760000', '183204.220000', '183204.680000', '183205.140000', '183205.600000', '183206.060000', '183206.520000', '183206.980000', '183207.440000', '183207.900000', '183208.360000', '183208.820000', '183209.280000', '183209.740000', '183210.200000', '183210.660000', '183211.120000', '183211.580000', '183212.040000', '183212.500000', '183212.960000', '183213.420000', '183213.880000', '183214.340000', '183214.800000', '183215.260000', '183215.720000', '183216.180000', '183216.640000', '183217.100000', '183217.560000', '183218.020000', '183218.480000', '183218.940000', '183219.400000', '183219.860000', '183220.320000', '183220.780000', '183221.240000', '183221.700000', '183222.160000', '183222.620000', '183223.080000', '183223.540000', '183224.000000', '183224.460000', '183224.920000', '183225.380000', '183225.840000', '183226.300000', '183226.760000', '183227.220000', '183227.680000', '183228.140000', '183228.600000', '183229.060000', '183229.520000', '183229.980000', '183230.440000', '183230.900000', '183231.360000', '183231.820000', '183232.280000', '183232.740000', '183233.200000', '183233.660000', '183234.120000', '183234.580000', '183235.040000', '183235.500000', '183235.960000', '183236.420000', '183236.880000', '183237.340000', '183237.800000', '183238.260000', '183238.720000', '183239.180000', '183239.640000', '183240.100000', '183240.560000', '183241.020000', '183241.480000', '183241.940000', '183242.400000', '183242.860000', '183243.320000', '183243.780000', '183244.240000', '183244.700000', '183245.160000', '183245.620000', '183246.080000', '183246.540000', '183247.000000', '183247.460000', '183247.920000', '183248.380000', '183248.840000', '183249.300000', '183249.760000', '183250.220000', '183250.680000', '183251.140000', '183251.600000', '183252.060000', '183252.520000', '183252.980000', '183253.440000', '183253.900000', '183254.360000', '183254.820000', '183255.280000', '183255.740000', '183256.200000', '183256.660000', '183257.120000', '183257.580000', '183258.040000', '183258.500000', '183258.960000', '183259.420000', '183259.880000', '183300.340000', '183300.800000', '183301.260000', '183301.720000', '183302.180000', '183302.640000', '183303.100000', '183303.560000', '183304.020000', '183304.480000', '183304.940000', '183305.400000', '183305.860000', '183306.320000', '183306.780000', '183307.240000', '183307.700000', '183308.160000', '183308.620000', '183309.080000', '183309.540000', '183310.000000', '183310.460000', '183310.920000', '183311.380000', '183311.840000', '183312.300000', '183312.760000', '183313.220000', '183313.680000', '183314.140000', '183314.600000', '183315.060000', '183315.520000', '183315.980000', '183316.440000', '183316.900000', '183317.360000', '183317.820000', '183318.280000', '183318.740000', '183319.200000', '183319.660000', '183320.120000', '183320.580000', '183321.040000', '183321.500000', '183321.960000', '183322.420000', '183322.880000', '183323.340000', '183323.800000', '183324.260000', '183324.720000', '183325.180000', '183325.640000', '183326.100000', '183326.560000', '183327.020000', '183327.480000', '183327.940000', '183328.400000', '183328.860000', '183329.320000', '183329.780000', '183330.240000', '183330.700000', '183331.160000', '183331.620000', '183332.080000', '183332.540000', '183333.000000', '183333.460000', '183333.920000', '183334.380000', '183334.840000', '183335.300000', '183335.760000', '183336.220000', '183336.680000', '183337.140000', '183337.600000', '183338.060000', '183338.520000', '183338.980000', '183339.440000', '183339.900000', '183340.360000', '183340.820000', '183341.280000', '183341.740000', '183342.200000', '183342.660000', '183343.120000', '183343.580000', '183344.040000', '183344.500000', '183344.960000', '183345.420000', '183345.880000', '183346.340000', '183346.800000', '183347.260000', '183347.720000', '183348.180000', '183348.640000', '183349.100000', '183349.560000', '183350.020000', '183350.480000', '183350.940000', '183351.400000', '183351.860000', '183352.320000', '183352.780000', '183353.240000', '183353.700000', '183354.160000', '183354.620000', '183355.080000', '183355.540000', '183356.000000', '183356.460000', '183356.920000', '183357.380000', '183357.840000', '183358.300000', '183358.760000', '183359.220000', '183359.680000', '183400.140000', '183400.600000', '183401.060000', '183401.520000', '183401.980000', '183402.440000', '183402.900000', '183403.360000', '183403.820000', '183404.280000', '183404.740000', '183405.200000', '183405.660000', '183406.120000', '183406.580000', '183407.040000', '183407.500000', '183407.960000', '183408.420000', '183408.880000', '183409.340000', '183409.800000', '183410.260000', '183410.720000', '183411.180000', '183411.640000', '183412.100000', '183412.560000', '183413.020000', '183413.480000', '183413.940000', '183414.400000', '183414.860000', '183415.320000', '183415.780000', '183416.240000', '183416.700000', '183417.160000', '183417.620000', '183418.080000', '183418.540000', '183419.000000', '183419.460000', '183419.920000', '183420.380000', '183420.840000', '183421.300000', '183421.760000', '183422.220000', '183422.680000', '183423.140000', '183423.600000', '183424.060000', '183424.520000', '183424.980000', '183425.440000', '183425.900000', '183426.360000', '183426.820000', '183427.280000', '183427.740000', '183428.200000', '183428.660000', '183429.120000', '183429.580000', '183430.040000', '183430.500000', '183430.960000', '183431.420000', '183431.880000', '183432.340000', '183432.800000', '183433.260000', '183433.720000', '183434.180000', '183434.640000', '183435.100000', '183435.560000', '183436.020000', '183436.480000', '183436.940000', '183437.400000', '183437.860000', '183438.320000', '183438.780000', '183439.240000', '183439.700000', '183440.160000', '183440.620000', '183441.080000', '183441.540000', '183442.000000', '183442.460000', '183442.920000', '183443.380000', '183443.840000', '183444.300000', '183444.760000', '183445.220000', '183445.680000', '183446.140000', '183446.600000', '183447.060000', '183447.520000', '183447.980000', '183448.440000', '183448.900000', '183449.360000', '183449.820000', '183450.280000', '183450.740000', '183451.200000', '183451.660000', '183452.120000', '183452.580000', '183453.040000', '183453.500000', '183453.960000', '183454.420000', '183454.880000', '183455.340000', '183455.800000', '183456.260000', '183456.720000', '183457.180000', '183457.640000', '183458.100000', '183458.560000', '183459.020000', '183459.480000', '183459.940000', '183500.400000', '183500.860000', '183501.320000', '183501.780000', '183502.240000', '183502.700000', '183503.160000', '183503.620000', '183504.080000', '183504.540000', '183505.000000', '183505.460000', '183505.920000', '183506.380000', '183506.840000', '183507.300000', '183507.760000', '183508.220000', '183508.680000', '183509.140000', '183509.600000', '183510.060000', '183510.520000', '183510.980000', '183511.440000', '183511.900000', '183512.360000', '183512.820000', '183513.280000', '183513.740000', '183514.200000', '183514.660000', '183515.120000', '183515.580000', '183516.040000', '183516.500000', '183516.960000', '183517.420000', '183517.880000', '183518.340000', '183518.800000', '183519.260000', '183519.720000', '183520.180000', '183520.640000', '183521.100000', '183521.560000', '183522.020000', '183522.480000', '183522.940000', '183523.400000', '183523.860000', '183524.320000', '183524.780000', '183525.240000', '183525.700000', '183526.160000', '183526.620000', '183527.080000', '183527.540000', '183528.000000', '183528.460000', '183528.920000', '183529.380000', '183529.840000', '183530.300000', '183530.760000', '183531.220000', '183531.680000', '183532.140000', '183532.600000', '183533.060000', '183533.520000', '183533.980000', '183534.440000', '183534.900000', '183535.360000', '183535.820000', '183536.280000', '183536.740000', '183537.200000', '183537.660000', '183538.120000', '183538.580000', '183539.040000', '183539.500000', '183539.960000', '183540.420000', '183540.880000', '183541.340000', '183541.800000', '183542.260000', '183542.720000', '183543.180000', '183543.640000', '183544.100000', '183544.560000', '183545.020000', '183545.480000', '183545.940000', '183546.400000', '183546.860000', '183547.320000', '183547.780000', '183548.240000', '183548.700000', '183549.160000', '183549.620000', '183550.080000', '183550.540000', '183551.000000', '183551.460000', '183551.920000', '183552.380000', '183552.840000', '183553.300000', '183553.760000', '183554.220000', '183554.680000', '183555.140000', '183555.600000', '183556.060000', '183556.520000', '183556.980000', '183557.440000', '183557.900000', '183558.360000', '183558.820000', '183559.280000', '183559.740000', '183600.200000', '183600.660000', '183601.120000', '183601.580000', '183602.040000', '183602.500000', '183602.960000', '183603.420000', '183603.880000', '183604.340000', '183604.800000', '183605.260000', '183605.720000', '183606.180000', '183606.640000', '183607.100000', '183607.560000', '183608.020000', '183608.480000', '183608.940000', '183609.400000', '183609.860000', '183610.320000', '183610.780000', '183611.240000', '183611.700000', '183612.160000', '183612.620000', '183613.080000', '183613.540000', '183614.000000', '183614.460000', '183614.920000', '183615.380000', '183615.840000', '183616.300000', '183616.760000', '183617.220000', '183617.680000', '183618.140000', '183618.600000', '183619.060000', '183619.520000', '183619.980000', '183620.440000', '183620.900000', '183621.360000', '183621.820000', '183622.280000', '183622.740000', '183623.200000', '183623.660000', '183624.120000', '183624.580000', '183625.040000', '183625.500000', '183625.960000', '183626.420000', '183626.880000', '183627.340000', '183627.800000', '183628.260000', '183628.720000', '183629.180000', '183629.640000', '183630.100000', '183630.560000', '183631.020000', '183631.480000', '183631.940000', '183632.400000', '183632.860000', '183633.320000', '183633.780000', '183634.240000', '183634.700000', '183635.160000', '183635.620000', '183636.080000', '183636.540000', '183637.000000', '183637.460000', '183637.920000', '183638.380000', '183638.840000', '183639.300000', '183639.760000', '183640.220000', '183640.680000', '183641.140000', '183641.600000', '183642.060000', '183642.520000', '183642.980000', '183643.440000', '183643.900000', '183644.360000', '183644.820000', '183645.280000', '183645.740000', '183646.200000', '183646.660000', '183647.120000', '183647.580000', '183648.040000', '183648.500000', '183648.960000', '183649.420000', '183649.880000', '183650.340000', '183650.800000', '183651.260000', '183651.720000', '183652.180000', '183652.640000', '183653.100000', '183653.560000', '183654.020000', '183654.480000', '183654.940000', '183655.400000', '183655.860000', '183656.320000', '183656.780000', '183657.240000', '183657.700000', '183658.160000', '183658.620000', '183659.080000', '183659.540000', '183700.000000', '183700.460000', '183700.920000', '183701.380000', '183701.840000', '183702.300000', '183702.760000', '183703.220000', '183703.680000', '183704.140000', '183704.600000', '183705.060000', '183705.520000', '183705.980000', '183706.440000', '183706.900000', '183707.360000', '183707.820000', '183708.280000', '183708.740000', '183709.200000', '183709.660000', '183710.120000', '183710.580000', '183711.040000', '183711.500000', '183711.960000', '183712.420000', '183712.880000', '183713.340000', '183713.800000', '183714.260000', '183714.720000', '183715.180000', '183715.640000', '183716.100000', '183716.560000', '183717.020000', '183717.480000', '183717.940000', '183718.400000', '183718.860000', '183719.320000', '183719.780000', '183720.240000', '183720.700000', '183721.160000', '183721.620000', '183722.080000', '183722.540000', '183723.000000', '183723.460000', '183723.920000', '183724.380000', '183724.840000', '183725.300000', '183725.760000', '183726.220000', '183726.680000', '183727.140000', '183727.600000', '183728.060000', '183728.520000', '183728.980000', '183729.440000', '183729.900000', '183730.360000', '183730.820000', '183731.280000', '183731.740000', '183732.200000', '183732.660000', '183733.120000', '183733.580000', '183734.040000', '183734.500000', '183734.960000', '183735.420000', '183735.880000', '183736.340000', '183736.800000', '183737.260000', '183737.720000', '183738.180000', '183738.640000', '183739.100000', '183739.560000', '183740.020000', '183740.480000', '183740.940000', '183741.400000', '183741.860000', '183742.320000', '183742.780000', '183743.240000', '183743.700000', '183744.160000', '183744.620000', '183745.080000', '183745.540000', '183746.000000', '183746.460000', '183746.920000', '183747.380000', '183747.840000', '183748.300000', '183748.760000', '183749.220000', '183749.680000', '183750.140000', '183750.600000', '183751.060000', '183751.520000', '183751.980000', '183752.440000', '183752.900000', '183753.360000', '183753.820000', '183754.280000', '183754.740000', '183755.200000', '183755.660000', '183756.120000', '183756.580000', '183757.040000', '183757.500000', '183757.960000', '183758.420000', '183758.880000', '183759.340000', '183759.800000', '183800.260000', '183800.720000', '183801.180000', '183801.640000', '183802.100000', '183802.560000', '183803.020000', '183803.480000', '183803.940000', '183804.400000', '183804.860000', '183805.320000', '183805.780000', '183806.240000', '183806.700000', '183807.160000', '183807.620000', '183808.080000', '183808.540000', '183809.000000', '183809.460000', '183809.920000', '183810.380000', '183810.840000', '183811.300000', '183811.760000', '183812.220000', '183812.680000', '183813.140000', '183813.600000', '183814.060000', '183814.520000', '183814.980000', '183815.440000', '183815.900000', '183816.360000', '183816.820000', '183817.280000', '183817.740000', '183818.200000', '183818.660000', '183819.120000', '183819.580000', '183820.040000', '183820.500000', '183820.960000', '183821.420000', '183821.880000', '183822.340000', '183822.800000', '183823.260000', '183823.720000', '183824.180000', '183824.640000', '183825.100000', '183825.560000', '183826.020000', '183826.480000', '183826.940000', '183827.400000', '183827.860000', '183828.320000', '183828.780000', '183829.240000', '183829.700000', '183830.160000', '183830.620000', '183831.080000', '183831.540000', '183832.000000', '183832.460000', '183832.920000', '183833.380000', '183833.840000', '183834.300000', '183834.760000', '183835.220000', '183835.680000', '183836.140000', '183836.600000', '183837.060000', '183837.520000', '183837.980000', '183838.440000', '183838.900000', '183839.360000', '183839.820000', '183840.280000', '183840.740000', '183841.200000', '183841.660000', '183842.120000', '183842.580000', '183843.040000', '183843.500000', '183843.960000', '183844.420000', '183844.880000', '183845.340000', '183845.800000', '183846.260000', '183846.720000', '183847.180000', '183847.640000', '183848.100000', '183848.560000', '183849.020000', '183849.480000', '183849.940000', '183850.400000', '183850.860000', '183851.320000', '183851.780000', '183852.240000', '183852.700000', '183853.160000', '183853.620000', '183854.080000', '183854.540000', '183855.000000', '183855.460000', '183855.920000', '183856.380000', '183856.840000', '183857.300000', '183857.760000', '183858.220000', '183858.680000', '183859.140000', '183859.600000', '183900.060000', '183900.520000', '183900.980000', '183901.440000', '183901.900000', '183902.360000', '183902.820000', '183903.280000', '183903.740000', '183904.200000', '183904.660000', '183905.120000', '183905.580000', '183906.040000', '183906.500000', '183906.960000', '183907.420000', '183907.880000', '183908.340000', '183908.800000', '183909.260000', '183909.720000', '183910.180000', '183910.640000', '183911.100000', '183911.560000', '183912.020000', '183912.480000', '183912.940000', '183913.400000', '183913.860000', '183914.320000', '183914.780000', '183915.240000', '183915.700000', '183916.160000', '183916.620000', '183917.080000', '183917.540000', '183918.000000', '183918.460000', '183918.920000', '183919.380000', '183919.840000', '183920.300000', '183920.760000', '183921.220000', '183921.680000', '183922.140000', '183922.600000', '183923.060000', '183923.520000', '183923.980000', '183924.440000', '183924.900000', '183925.360000', '183925.820000', '183926.280000', '183926.740000', '183927.200000', '183927.660000', '183928.120000', '183928.580000', '183929.040000', '183929.500000', '183929.960000', '183930.420000', '183930.880000', '183931.340000', '183931.800000', '183932.260000', '183932.720000', '183933.180000', '183933.640000', '183934.100000', '183934.560000', '183935.020000', '183935.480000', '183935.940000', '183936.400000', '183936.860000', '183937.320000', '183937.780000', '183938.240000', '183938.700000', '183939.160000', '183939.620000', '183940.080000', '183940.540000', '183941.000000', '183941.460000', '183941.920000', '183942.380000', '183942.840000', '183943.300000', '183943.760000', '183944.220000', '183944.680000', '183945.140000', '183945.600000', '183946.060000', '183946.520000', '183946.980000', '183947.440000', '183947.900000', '183948.360000', '183948.820000', '183949.280000', '183949.740000', '183950.200000', '183950.660000', '183951.120000', '183951.580000', '183952.040000', '183952.500000', '183952.960000', '183953.420000', '183953.880000', '183954.340000', '183954.800000', '183955.260000', '183955.720000', '183956.180000', '183956.640000', '183957.100000', '183957.560000', '183958.020000', '183958.480000', '183958.940000', '183959.400000', '183959.860000', '184000.320000', '184000.780000', '184001.240000', '184001.700000', '184002.160000', '184002.620000', '184003.080000', '184003.540000', '184004.000000', '184004.460000', '184004.920000', '184005.380000', '184005.840000', '184006.300000', '184006.760000', '184007.220000', '184007.680000', '184008.140000', '184008.600000', '184009.060000', '184009.520000', '184009.980000', '184010.440000', '184010.900000', '184011.360000', '184011.820000', '184012.280000', '184012.740000', '184013.200000', '184013.660000', '184014.120000', '184014.580000', '184015.040000', '184015.500000', '184015.960000', '184016.420000', '184016.880000', '184017.340000', '184017.800000', '184018.260000', '184018.720000', '184019.180000', '184019.640000', '184020.100000', '184020.560000', '184021.020000', '184021.480000', '184021.940000', '184022.400000', '184022.860000', '184023.320000', '184023.780000', '184024.240000', '184024.700000', '184025.160000', '184025.620000', '184026.080000', '184026.540000', '184027.000000', '184027.460000', '184027.920000', '184028.380000', '184028.840000', '184029.300000', '184029.760000', '184030.220000', '184030.680000'], 'ContentTime': ['183044.887000', '183044.890000', '183044.893000', '183044.896000', '183044.898000', '183044.901000', '183044.903000', '183044.906000', '183044.908000', '183044.911000', '183044.913000', '183044.916000', '183044.918000', '183044.921000', '183044.924000', '183044.932000', '183044.935000', '183044.937000', '183044.940000', '183044.942000', '183044.945000', '183044.947000', '183044.950000', '183044.952000', '183044.955000', '183044.958000', '183044.960000', '183044.963000', '183044.966000', '183044.968000', '183044.971000', '183044.973000', '183044.976000', '183044.978000', '183044.981000', '183044.983000', '183044.986000', '183044.988000', '183044.991000', '183044.994000', '183044.996000', '183045.000000', '183045.002000', '183045.005000', '183045.007000', '183045.010000', '183045.013000', '183045.015000', '183045.018000', '183045.020000', '183045.023000', '183045.025000', '183045.028000', '183045.030000', '183045.033000', '183045.045000', '183045.050000', '183104.845000', '183104.848000', '183104.851000', '183104.854000', '183104.857000', '183104.860000', '183104.863000', '183104.866000', '183104.869000', '183104.880000', '183104.883000', '183104.885000', '183104.888000', '183104.891000', '183104.893000', '183104.896000', '183104.898000', '183104.901000', '183104.904000', '183104.906000', '183104.909000', '183104.911000', '183104.914000', '183104.917000', '183104.919000', '183104.922000', '183104.925000', '183104.927000', '183104.930000', '183104.933000', '183104.935000', '183104.938000', '183104.940000', '183104.943000', '183104.946000', '183104.948000', '183104.951000', '183104.953000', '183104.956000', '183104.959000', '183104.961000', '183104.964000', '183104.967000', '183124.844000', '183124.847000', '183124.850000', '183124.852000', '183124.855000', '183124.858000', '183124.860000', '183124.863000', '183124.865000', '183124.868000', '183124.875000', '183124.878000', '183124.881000', '183124.883000', '183124.886000', '183124.888000', '183124.891000', '183124.894000', '183124.896000', '183124.899000', '183124.901000', '183124.904000', '183124.906000', '183124.909000', '183124.911000', '183124.914000', '183124.917000', '183124.919000', '183124.922000', '183124.924000', '183124.927000', '183124.929000', '183124.932000', '183124.935000', '183124.937000', '183124.940000', '183124.942000', '183124.945000', '183124.947000', '183124.950000', '183124.953000', '183124.955000', '183124.958000', '183124.961000', '183144.844000', '183144.892000', '183144.895000', '183144.898000', '183144.900000', '183144.904000', '183144.907000', '183144.910000', '183144.912000', '183144.915000', '183144.917000', '183144.920000', '183144.923000', '183144.925000', '183144.928000', '183144.930000', '183144.933000', '183144.936000', '183144.938000', '183144.941000', '183144.943000', '183144.946000', '183144.948000', '183144.951000', '183144.954000', '183144.956000', '183144.959000', '183144.962000', '183144.964000', '183144.967000', '183144.970000', '183144.972000', '183144.975000', '183144.977000', '183144.980000', '183144.982000', '183144.985000', '183144.988000', '183144.990000', '183144.993000', '183144.995000', '183144.998000', '183145.002000', '183204.844000', '183204.847000', '183204.850000', '183204.852000', '183204.855000', '183204.858000', '183204.860000', '183204.863000', '183204.865000', '183204.868000', '183204.871000', '183204.873000', '183204.876000', '183204.878000', '183204.883000', '183204.886000', '183204.888000', '183204.891000', '183204.894000', '183204.896000', '183204.899000', '183204.901000', '183204.904000', '183204.907000', '183204.909000', '183204.912000', '183204.915000', '183204.917000', '183204.920000', '183204.922000', '183204.925000', '183204.927000', '183204.930000', '183204.932000', '183204.935000', '183204.938000', '183204.940000', '183204.943000', '183204.945000', '183204.948000', '183204.951000', '183204.953000', '183204.956000', '183204.958000', '183224.845000', '183224.848000', '183224.851000', '183224.853000', '183224.856000', '183224.859000', '183224.861000', '183224.864000', '183224.867000', '183224.869000', '183224.872000', '183224.874000', '183224.877000', '183224.880000', '183224.882000', '183224.885000', '183224.888000', '183224.890000', '183224.893000', '183224.896000', '183224.898000', '183224.901000', '183224.904000', '183224.907000', '183224.920000', '183224.923000', '183224.925000', '183224.928000', '183224.931000', '183224.933000', '183224.936000', '183224.939000', '183224.941000', '183224.944000', '183224.947000', '183224.950000', '183224.953000', '183224.963000', '183224.966000', '183224.968000', '183224.971000', '183224.973000', '183224.976000', '183244.845000', '183244.848000', '183244.851000', '183244.853000', '183244.856000', '183244.859000', '183244.861000', '183244.864000', '183244.866000', '183244.869000', '183244.871000', '183244.874000', '183244.877000', '183244.879000', '183244.882000', '183244.884000', '183244.887000', '183244.890000', '183244.892000', '183244.895000', '183244.897000', '183244.900000', '183244.902000', '183244.905000', '183244.908000', '183244.910000', '183244.913000', '183244.915000', '183244.918000', '183244.920000', '183244.923000', '183244.926000', '183244.928000', '183244.931000', '183244.933000', '183244.936000', '183244.939000', '183244.941000', '183244.944000', '183244.946000', '183244.949000', '183244.951000', '183244.954000', '183244.957000', '183304.845000', '183304.848000', '183304.851000', '183304.853000', '183304.856000', '183304.859000', '183304.861000', '183304.864000', '183304.866000', '183304.869000', '183304.872000', '183304.874000', '183304.877000', '183304.879000', '183304.882000', '183304.885000', '183304.887000', '183304.890000', '183304.892000', '183304.895000', '183304.897000', '183304.900000', '183304.902000', '183304.905000', '183304.908000', '183304.910000', '183304.913000', '183304.916000', '183304.918000', '183304.921000', '183304.923000', '183304.926000', '183304.928000', '183304.931000', '183304.934000', '183304.936000', '183304.939000', '183304.942000', '183304.945000', '183304.948000', '183304.950000', '183304.953000', '183304.956000', '183324.846000', '183324.848000', '183324.851000', '183324.854000', '183324.856000', '183324.859000', '183324.861000', '183324.864000', '183324.867000', '183324.869000', '183324.872000', '183324.874000', '183324.877000', '183324.880000', '183324.882000', '183324.885000', '183324.887000', '183324.890000', '183324.893000', '183324.895000', '183324.898000', '183324.900000', '183324.903000', '183324.906000', '183324.908000', '183324.911000', '183324.913000', '183324.916000', '183324.919000', '183324.921000', '183324.924000', '183324.926000', '183324.929000', '183324.932000', '183324.934000', '183324.937000', '183324.939000', '183324.942000', '183324.945000', '183324.947000', '183324.950000', '183324.952000', '183324.955000', '183324.957000', '183344.844000', '183344.847000', '183344.850000', '183344.853000', '183344.855000', '183344.858000', '183344.860000', '183344.863000', '183344.866000', '183344.868000', '183344.871000', '183344.873000', '183344.876000', '183344.878000', '183344.881000', '183344.884000', '183344.886000', '183344.889000', '183344.891000', '183344.894000', '183344.897000', '183344.899000', '183344.902000', '183344.904000', '183344.907000', '183344.909000', '183344.912000', '183344.915000', '183344.917000', '183344.920000', '183344.922000', '183344.925000', '183344.927000', '183344.930000', '183344.933000', '183344.935000', '183344.938000', '183344.941000', '183344.944000', '183344.947000', '183344.949000', '183344.952000', '183344.954000', '183404.844000', '183404.852000', '183404.854000', '183404.857000', '183404.860000', '183404.862000', '183404.865000', '183404.867000', '183404.870000', '183404.873000', '183404.875000', '183404.878000', '183404.880000', '183404.883000', '183404.886000', '183404.888000', '183404.891000', '183404.893000', '183404.896000', '183404.908000', '183404.911000', '183404.913000', '183404.916000', '183404.919000', '183404.921000', '183404.924000', '183404.926000', '183404.929000', '183404.931000', '183404.934000', '183404.937000', '183404.939000', '183404.942000', '183404.944000', '183404.947000', '183404.950000', '183404.952000', '183404.955000', '183404.957000', '183404.960000', '183404.962000', '183404.965000', '183404.968000', '183404.970000', '183424.844000', '183424.852000', '183424.854000', '183424.857000', '183424.860000', '183424.862000', '183424.865000', '183424.868000', '183424.870000', '183424.873000', '183424.875000', '183424.878000', '183424.880000', '183424.883000', '183424.886000', '183424.888000', '183424.891000', '183424.893000', '183424.896000', '183424.899000', '183424.901000', '183424.904000', '183424.906000', '183424.909000', '183424.911000', '183424.914000', '183424.917000', '183424.919000', '183424.922000', '183424.924000', '183424.927000', '183424.930000', '183424.932000', '183424.935000', '183424.937000', '183424.940000', '183424.943000', '183424.945000', '183424.948000', '183424.950000', '183424.953000', '183424.955000', '183424.958000', '183444.846000', '183444.852000', '183444.854000', '183444.857000', '183444.860000', '183444.862000', '183444.865000', '183444.868000', '183444.870000', '183444.873000', '183444.875000', '183444.878000', '183444.881000', '183444.883000', '183444.886000', '183444.889000', '183444.891000', '183444.894000', '183444.896000', '183444.899000', '183444.902000', '183444.904000', '183444.907000', '183444.909000', '183444.912000', '183444.915000', '183444.917000', '183444.920000', '183444.922000', '183444.925000', '183444.928000', '183444.931000', '183444.933000', '183444.936000', '183444.939000', '183444.941000', '183444.944000', '183444.946000', '183444.949000', '183444.952000', '183444.954000', '183444.957000', '183444.960000', '183444.962000', '183504.846000', '183504.864000', '183504.866000', '183504.869000', '183504.872000', '183504.874000', '183504.877000', '183504.879000', '183504.882000', '183504.885000', '183504.887000', '183504.890000', '183504.893000', '183504.895000', '183504.898000', '183504.900000', '183504.903000', '183504.906000', '183504.909000', '183504.911000', '183504.914000', '183504.917000', '183504.919000', '183504.922000', '183504.924000', '183504.927000', '183504.930000', '183504.932000', '183504.935000', '183504.938000', '183504.940000', '183504.943000', '183504.945000', '183504.948000', '183504.951000', '183504.953000', '183504.956000', '183504.959000', '183504.961000', '183504.964000', '183504.966000', '183504.969000', '183504.971000', '183524.845000', '183524.849000', '183524.852000', '183524.854000', '183524.857000', '183524.859000', '183524.862000', '183524.865000', '183524.867000', '183524.870000', '183524.873000', '183524.875000', '183524.878000', '183524.880000', '183524.883000', '183524.886000', '183524.888000', '183524.891000', '183524.893000', '183524.896000', '183524.899000', '183524.901000', '183524.904000', '183524.906000', '183524.909000', '183524.911000', '183524.914000', '183524.917000', '183524.919000', '183524.922000', '183524.925000', '183524.927000', '183524.930000', '183524.932000', '183524.935000', '183524.937000', '183524.940000', '183524.943000', '183524.945000', '183524.948000', '183524.950000', '183524.953000', '183524.955000', '183524.958000', '183544.845000', '183544.873000', '183544.876000', '183544.878000', '183544.881000', '183544.884000', '183544.886000', '183544.889000', '183544.891000', '183544.894000', '183544.896000', '183544.899000', '183544.902000', '183544.904000', '183544.907000', '183544.910000', '183544.912000', '183544.915000', '183544.917000', '183544.920000', '183544.922000', '183544.925000', '183544.928000', '183544.934000', '183544.937000', '183544.939000', '183544.942000', '183544.945000', '183544.948000', '183544.950000', '183544.953000', '183544.956000', '183544.958000', '183544.961000', '183544.966000', '183544.968000', '183544.971000', '183544.974000', '183544.976000', '183544.979000', '183544.981000', '183544.984000', '183544.986000', '183604.844000', '183604.856000', '183604.859000', '183604.861000', '183604.864000', '183604.866000', '183604.869000', '183604.872000', '183604.874000', '183604.877000', '183604.879000', '183604.882000', '183604.885000', '183604.887000', '183604.890000', '183604.892000', '183604.895000', '183604.897000', '183604.900000', '183604.902000', '183604.905000', '183604.908000', '183604.910000', '183604.913000', '183604.915000', '183604.918000', '183604.921000', '183604.923000', '183604.926000', '183604.928000', '183604.931000', '183604.934000', '183604.936000', '183604.939000', '183604.941000', '183604.944000', '183604.946000', '183604.949000', '183604.951000', '183604.954000', '183604.957000', '183604.959000', '183604.962000', '183624.844000', '183624.847000', '183624.850000', '183624.852000', '183624.855000', '183624.857000', '183624.860000', '183624.863000', '183624.865000', '183624.868000', '183624.870000', '183624.873000', '183624.875000', '183624.878000', '183624.881000', '183624.883000', '183624.886000', '183624.889000', '183624.891000', '183624.894000', '183624.896000', '183624.899000', '183624.901000', '183624.904000', '183624.906000', '183624.909000', '183624.912000', '183624.914000', '183624.917000', '183624.920000', '183624.922000', '183624.925000', '183624.928000', '183624.930000', '183624.933000', '183624.935000', '183624.938000', '183624.941000', '183624.943000', '183624.946000', '183624.948000', '183624.951000', '183624.954000', '183624.956000', '183644.845000', '183644.860000', '183644.863000', '183644.865000', '183644.868000', '183644.871000', '183644.873000', '183644.876000', '183644.879000', '183644.881000', '183644.884000', '183644.887000', '183644.889000', '183644.892000', '183644.895000', '183644.897000', '183644.900000', '183644.902000', '183644.905000', '183644.908000', '183644.910000', '183644.913000', '183644.915000', '183644.918000', '183644.921000', '183644.923000', '183644.926000', '183644.929000', '183644.931000', '183644.934000', '183644.936000', '183644.939000', '183644.941000', '183644.944000', '183644.947000', '183644.949000', '183644.952000', '183644.954000', '183644.957000', '183644.959000', '183644.962000', '183644.965000', '183644.967000', '183704.845000', '183704.865000', '183704.868000', '183704.870000', '183704.873000', '183704.875000', '183704.878000', '183704.880000', '183704.883000', '183704.886000', '183704.888000', '183704.891000', '183704.893000', '183704.896000', '183704.899000', '183704.901000', '183704.904000', '183704.906000', '183704.909000', '183704.911000', '183704.914000', '183704.917000', '183704.919000', '183704.922000', '183704.924000', '183704.927000', '183704.929000', '183704.932000', '183704.935000', '183704.937000', '183704.940000', '183704.942000', '183704.945000', '183704.947000', '183704.950000', '183704.953000', '183704.955000', '183704.958000', '183704.960000', '183704.963000', '183704.966000', '183704.968000', '183704.971000', '183704.973000', '183724.846000', '183724.848000', '183724.851000', '183724.854000', '183724.856000', '183724.859000', '183724.862000', '183724.865000', '183724.868000', '183724.871000', '183724.874000', '183724.876000', '183724.879000', '183724.882000', '183724.884000', '183724.887000', '183724.890000', '183724.892000', '183724.895000', '183724.898000', '183724.900000', '183724.903000', '183724.905000', '183724.908000', '183724.911000', '183724.913000', '183724.916000', '183724.918000', '183724.921000', '183724.924000', '183724.926000', '183724.929000', '183724.931000', '183724.934000', '183724.936000', '183724.939000', '183724.942000', '183724.944000', '183724.947000', '183724.949000', '183724.952000', '183724.955000', '183724.957000', '183744.845000', '183744.864000', '183744.867000', '183744.870000', '183744.872000', '183744.875000', '183744.877000', '183744.880000', '183744.883000', '183744.885000', '183744.888000', '183744.890000', '183744.893000', '183744.896000', '183744.898000', '183744.901000', '183744.903000', '183744.906000', '183744.909000', '183744.911000', '183744.914000', '183744.916000', '183744.919000', '183744.922000', '183744.924000', '183744.927000', '183744.930000', '183744.932000', '183744.935000', '183744.937000', '183744.940000', '183744.942000', '183744.945000', '183744.948000', '183744.950000', '183744.953000', '183744.955000', '183744.958000', '183744.961000', '183744.963000', '183744.966000', '183744.968000', '183744.971000', '183744.974000', '183804.846000', '183804.848000', '183804.851000', '183804.854000', '183804.856000', '183804.860000', '183804.863000', '183804.866000', '183804.869000', '183804.872000', '183804.874000', '183804.877000', '183804.880000', '183804.882000', '183804.885000', '183804.887000', '183804.890000', '183804.893000', '183804.895000', '183804.898000', '183804.900000', '183804.903000', '183804.905000', '183804.908000', '183804.911000', '183804.913000', '183804.916000', '183804.919000', '183804.921000', '183804.924000', '183804.926000', '183804.929000', '183804.932000', '183804.934000', '183804.937000', '183804.939000', '183804.942000', '183804.945000', '183804.947000', '183804.950000', '183804.952000', '183804.955000', '183804.958000', '183824.845000', '183824.874000', '183824.877000', '183824.879000', '183824.882000', '183824.884000', '183824.887000', '183824.890000', '183824.902000', '183824.905000', '183824.907000', '183824.910000', '183824.912000', '183824.915000', '183824.917000', '183824.920000', '183824.923000', '183824.925000', '183824.928000', '183824.930000', '183824.933000', '183824.935000', '183824.938000', '183824.941000', '183824.943000', '183824.946000', '183824.948000', '183824.951000', '183824.954000', '183824.956000', '183824.959000', '183824.961000', '183824.964000', '183824.967000', '183824.969000', '183824.972000', '183824.975000', '183824.977000', '183824.980000', '183824.983000', '183824.985000', '183824.988000', '183824.990000', '183824.993000', '183844.845000', '183844.886000', '183844.888000', '183844.891000', '183844.894000', '183844.896000', '183844.899000', '183844.902000', '183844.904000', '183844.907000', '183844.909000', '183844.912000', '183844.915000', '183844.917000', '183844.920000', '183844.923000', '183844.925000', '183844.928000', '183844.930000', '183844.933000', '183844.936000', '183844.938000', '183844.941000', '183844.944000', '183844.946000', '183844.949000', '183844.951000', '183844.954000', '183844.957000', '183844.959000', '183844.962000', '183844.964000', '183844.967000', '183844.970000', '183844.972000', '183844.975000', '183844.977000', '183844.980000', '183844.983000', '183844.985000', '183844.988000', '183844.990000', '183844.993000', '183904.845000', '183904.896000', '183904.899000', '183904.901000', '183904.904000', '183904.906000', '183904.909000', '183904.912000', '183904.914000', '183904.917000', '183904.919000', '183904.922000', '183904.925000', '183904.927000', '183904.930000', '183904.932000', '183904.935000', '183904.937000', '183904.940000', '183904.942000', '183904.945000', '183904.948000', '183904.951000', '183904.953000', '183904.956000', '183904.958000', '183904.961000', '183904.964000', '183904.966000', '183904.969000', '183904.971000', '183904.974000', '183904.976000', '183904.979000', '183904.982000', '183904.984000', '183904.987000', '183904.990000', '183904.992000', '183904.995000', '183904.997000', '183905.000000', '183905.003000', '183905.005000', '183924.846000', '183924.856000', '183924.858000', '183924.861000', '183924.864000', '183924.866000', '183924.869000', '183924.872000', '183924.874000', '183924.877000', '183924.880000', '183924.882000', '183924.885000', '183924.888000', '183924.891000', '183924.894000', '183924.897000', '183924.899000', '183924.903000', '183924.906000', '183924.909000', '183924.911000', '183924.914000', '183924.917000', '183924.919000', '183924.922000', '183924.925000', '183924.927000', '183924.930000', '183924.932000', '183924.935000', '183924.938000', '183924.940000', '183924.943000', '183924.946000', '183924.948000', '183924.951000', '183924.954000', '183924.956000', '183924.959000', '183924.961000', '183924.964000', '183924.967000', '183944.846000', '183944.849000', '183944.851000', '183944.854000', '183944.856000', '183944.859000', '183944.862000', '183944.864000', '183944.867000', '183944.870000', '183944.872000', '183944.875000', '183944.878000', '183944.880000', '183944.883000', '183944.885000', '183944.888000', '183944.891000', '183944.893000', '183944.896000', '183944.899000', '183944.901000', '183944.904000', '183944.907000', '183944.909000', '183944.912000', '183944.915000', '183944.917000', '183944.920000', '183944.923000', '183944.925000', '183944.928000', '183944.930000', '183944.933000', '183944.936000', '183944.938000', '183944.941000', '183944.944000', '183944.946000', '183944.949000', '183944.952000', '183944.954000', '183944.957000', '183944.960000', '184004.846000', '184004.905000', '184004.907000', '184004.910000', '184004.913000', '184004.915000', '184004.918000', '184004.921000', '184004.923000', '184004.926000', '184004.928000', '184004.931000', '184004.934000', '184004.936000', '184004.939000', '184004.942000', '184004.944000', '184004.947000', '184004.950000', '184004.952000', '184004.955000', '184004.958000', '184004.960000', '184004.963000', '184004.966000', '184004.968000', '184004.971000', '184004.974000', '184004.976000', '184004.979000', '184004.981000', '184004.984000', '184004.987000', '184004.989000', '184004.993000', '184004.996000', '184004.998000', '184005.003000', '184005.006000', '184005.009000', '184005.011000', '184005.014000', '184005.017000', '184024.845000', '184024.848000', '184024.851000', '184024.854000', '184024.862000', '184024.864000', '184024.867000', '184024.869000', '184024.872000', '184024.875000', '184024.877000', '184024.880000', '184024.883000', '184024.886000', '184024.889000', '184024.891000', '184024.894000', '184024.897000', '184024.900000', '184024.902000', '184024.905000', '184024.908000', '184024.910000', '184024.913000', '184024.916000', '184024.918000', '184024.921000', '184024.924000', '184024.927000', '184024.929000', '184024.932000', '184024.934000', '184024.937000', '184024.940000', '184024.942000', '184024.945000', '184024.948000', '184024.950000', '184024.953000', '184024.955000', '184024.958000', '184024.961000', '184024.963000', '184024.966000', '184032.500000', '184032.503000', '184032.506000', '184032.509000', '184032.511000', '184032.514000', '184032.517000', '184032.520000', '184032.523000', '184032.526000', '184032.528000', '184032.532000', '184032.535000', '184032.539000', '184032.542000', '184032.547000', '184032.550000'], 'InstanceCreationTime': ['183044.887000', '183044.890000', '183044.893000', '183044.896000', '183044.898000', '183044.901000', '183044.903000', '183044.906000', '183044.908000', '183044.911000', '183044.913000', '183044.916000', '183044.918000', '183044.921000', '183044.924000', '183044.932000', '183044.935000', '183044.937000', '183044.940000', '183044.942000', '183044.945000', '183044.947000', '183044.950000', '183044.952000', '183044.955000', '183044.958000', '183044.960000', '183044.963000', '183044.966000', '183044.968000', '183044.971000', '183044.973000', '183044.976000', '183044.978000', '183044.981000', '183044.983000', '183044.986000', '183044.988000', '183044.991000', '183044.994000', '183044.996000', '183045.000000', '183045.002000', '183045.005000', '183045.007000', '183045.010000', '183045.013000', '183045.015000', '183045.018000', '183045.020000', '183045.023000', '183045.025000', '183045.028000', '183045.030000', '183045.033000', '183045.045000', '183045.050000', '183104.845000', '183104.848000', '183104.851000', '183104.854000', '183104.857000', '183104.860000', '183104.863000', '183104.866000', '183104.869000', '183104.880000', '183104.883000', '183104.885000', '183104.888000', '183104.891000', '183104.893000', '183104.896000', '183104.898000', '183104.901000', '183104.904000', '183104.906000', '183104.909000', '183104.911000', '183104.914000', '183104.917000', '183104.919000', '183104.922000', '183104.925000', '183104.927000', '183104.930000', '183104.933000', '183104.935000', '183104.938000', '183104.940000', '183104.943000', '183104.946000', '183104.948000', '183104.951000', '183104.953000', '183104.956000', '183104.959000', '183104.961000', '183104.964000', '183104.967000', '183124.844000', '183124.847000', '183124.850000', '183124.852000', '183124.855000', '183124.858000', '183124.860000', '183124.863000', '183124.865000', '183124.868000', '183124.875000', '183124.878000', '183124.881000', '183124.883000', '183124.886000', '183124.888000', '183124.891000', '183124.894000', '183124.896000', '183124.899000', '183124.901000', '183124.904000', '183124.906000', '183124.909000', '183124.911000', '183124.914000', '183124.917000', '183124.919000', '183124.922000', '183124.924000', '183124.927000', '183124.929000', '183124.932000', '183124.935000', '183124.937000', '183124.940000', '183124.942000', '183124.945000', '183124.947000', '183124.950000', '183124.953000', '183124.955000', '183124.958000', '183124.961000', '183144.844000', '183144.892000', '183144.895000', '183144.898000', '183144.900000', '183144.904000', '183144.907000', '183144.910000', '183144.912000', '183144.915000', '183144.917000', '183144.920000', '183144.923000', '183144.925000', '183144.928000', '183144.930000', '183144.933000', '183144.936000', '183144.938000', '183144.941000', '183144.943000', '183144.946000', '183144.948000', '183144.951000', '183144.954000', '183144.956000', '183144.959000', '183144.962000', '183144.964000', '183144.967000', '183144.970000', '183144.972000', '183144.975000', '183144.977000', '183144.980000', '183144.982000', '183144.985000', '183144.988000', '183144.990000', '183144.993000', '183144.995000', '183144.998000', '183145.002000', '183204.844000', '183204.847000', '183204.850000', '183204.852000', '183204.855000', '183204.858000', '183204.860000', '183204.863000', '183204.865000', '183204.868000', '183204.871000', '183204.873000', '183204.876000', '183204.878000', '183204.883000', '183204.886000', '183204.888000', '183204.891000', '183204.894000', '183204.896000', '183204.899000', '183204.901000', '183204.904000', '183204.907000', '183204.909000', '183204.912000', '183204.915000', '183204.917000', '183204.920000', '183204.922000', '183204.925000', '183204.927000', '183204.930000', '183204.932000', '183204.935000', '183204.938000', '183204.940000', '183204.943000', '183204.945000', '183204.948000', '183204.951000', '183204.953000', '183204.956000', '183204.958000', '183224.845000', '183224.848000', '183224.851000', '183224.853000', '183224.856000', '183224.859000', '183224.861000', '183224.864000', '183224.867000', '183224.869000', '183224.872000', '183224.874000', '183224.877000', '183224.880000', '183224.882000', '183224.885000', '183224.888000', '183224.890000', '183224.893000', '183224.896000', '183224.898000', '183224.901000', '183224.904000', '183224.907000', '183224.920000', '183224.923000', '183224.925000', '183224.928000', '183224.931000', '183224.933000', '183224.936000', '183224.939000', '183224.941000', '183224.944000', '183224.947000', '183224.950000', '183224.953000', '183224.963000', '183224.966000', '183224.968000', '183224.971000', '183224.973000', '183224.976000', '183244.845000', '183244.848000', '183244.851000', '183244.853000', '183244.856000', '183244.859000', '183244.861000', '183244.864000', '183244.866000', '183244.869000', '183244.871000', '183244.874000', '183244.877000', '183244.879000', '183244.882000', '183244.884000', '183244.887000', '183244.890000', '183244.892000', '183244.895000', '183244.897000', '183244.900000', '183244.902000', '183244.905000', '183244.908000', '183244.910000', '183244.913000', '183244.915000', '183244.918000', '183244.920000', '183244.923000', '183244.926000', '183244.928000', '183244.931000', '183244.933000', '183244.936000', '183244.939000', '183244.941000', '183244.944000', '183244.946000', '183244.949000', '183244.951000', '183244.954000', '183244.957000', '183304.845000', '183304.848000', '183304.851000', '183304.853000', '183304.856000', '183304.859000', '183304.861000', '183304.864000', '183304.866000', '183304.869000', '183304.872000', '183304.874000', '183304.877000', '183304.879000', '183304.882000', '183304.885000', '183304.887000', '183304.890000', '183304.892000', '183304.895000', '183304.897000', '183304.900000', '183304.902000', '183304.905000', '183304.908000', '183304.910000', '183304.913000', '183304.916000', '183304.918000', '183304.921000', '183304.923000', '183304.926000', '183304.928000', '183304.931000', '183304.934000', '183304.936000', '183304.939000', '183304.942000', '183304.945000', '183304.948000', '183304.950000', '183304.953000', '183304.956000', '183324.846000', '183324.848000', '183324.851000', '183324.854000', '183324.856000', '183324.859000', '183324.861000', '183324.864000', '183324.867000', '183324.869000', '183324.872000', '183324.874000', '183324.877000', '183324.880000', '183324.882000', '183324.885000', '183324.887000', '183324.890000', '183324.893000', '183324.895000', '183324.898000', '183324.900000', '183324.903000', '183324.906000', '183324.908000', '183324.911000', '183324.913000', '183324.916000', '183324.919000', '183324.921000', '183324.924000', '183324.926000', '183324.929000', '183324.932000', '183324.934000', '183324.937000', '183324.939000', '183324.942000', '183324.945000', '183324.947000', '183324.950000', '183324.952000', '183324.955000', '183324.957000', '183344.844000', '183344.847000', '183344.850000', '183344.853000', '183344.855000', '183344.858000', '183344.860000', '183344.863000', '183344.866000', '183344.868000', '183344.871000', '183344.873000', '183344.876000', '183344.878000', '183344.881000', '183344.884000', '183344.886000', '183344.889000', '183344.891000', '183344.894000', '183344.897000', '183344.899000', '183344.902000', '183344.904000', '183344.907000', '183344.909000', '183344.912000', '183344.915000', '183344.917000', '183344.920000', '183344.922000', '183344.925000', '183344.927000', '183344.930000', '183344.933000', '183344.935000', '183344.938000', '183344.941000', '183344.944000', '183344.947000', '183344.949000', '183344.952000', '183344.954000', '183404.844000', '183404.852000', '183404.854000', '183404.857000', '183404.860000', '183404.862000', '183404.865000', '183404.867000', '183404.870000', '183404.873000', '183404.875000', '183404.878000', '183404.880000', '183404.883000', '183404.886000', '183404.888000', '183404.891000', '183404.893000', '183404.896000', '183404.908000', '183404.911000', '183404.913000', '183404.916000', '183404.919000', '183404.921000', '183404.924000', '183404.926000', '183404.929000', '183404.931000', '183404.934000', '183404.937000', '183404.939000', '183404.942000', '183404.944000', '183404.947000', '183404.950000', '183404.952000', '183404.955000', '183404.957000', '183404.960000', '183404.962000', '183404.965000', '183404.968000', '183404.970000', '183424.844000', '183424.852000', '183424.854000', '183424.857000', '183424.860000', '183424.862000', '183424.865000', '183424.868000', '183424.870000', '183424.873000', '183424.875000', '183424.878000', '183424.880000', '183424.883000', '183424.886000', '183424.888000', '183424.891000', '183424.893000', '183424.896000', '183424.899000', '183424.901000', '183424.904000', '183424.906000', '183424.909000', '183424.911000', '183424.914000', '183424.917000', '183424.919000', '183424.922000', '183424.924000', '183424.927000', '183424.930000', '183424.932000', '183424.935000', '183424.937000', '183424.940000', '183424.943000', '183424.945000', '183424.948000', '183424.950000', '183424.953000', '183424.955000', '183424.958000', '183444.846000', '183444.852000', '183444.854000', '183444.857000', '183444.860000', '183444.862000', '183444.865000', '183444.868000', '183444.870000', '183444.873000', '183444.875000', '183444.878000', '183444.881000', '183444.883000', '183444.886000', '183444.889000', '183444.891000', '183444.894000', '183444.896000', '183444.899000', '183444.902000', '183444.904000', '183444.907000', '183444.909000', '183444.912000', '183444.915000', '183444.917000', '183444.920000', '183444.922000', '183444.925000', '183444.928000', '183444.931000', '183444.933000', '183444.936000', '183444.939000', '183444.941000', '183444.944000', '183444.946000', '183444.949000', '183444.952000', '183444.954000', '183444.957000', '183444.960000', '183444.962000', '183504.846000', '183504.864000', '183504.866000', '183504.869000', '183504.872000', '183504.874000', '183504.877000', '183504.879000', '183504.882000', '183504.885000', '183504.887000', '183504.890000', '183504.893000', '183504.895000', '183504.898000', '183504.900000', '183504.903000', '183504.906000', '183504.909000', '183504.911000', '183504.914000', '183504.917000', '183504.919000', '183504.922000', '183504.924000', '183504.927000', '183504.930000', '183504.932000', '183504.935000', '183504.938000', '183504.940000', '183504.943000', '183504.945000', '183504.948000', '183504.951000', '183504.953000', '183504.956000', '183504.959000', '183504.961000', '183504.964000', '183504.966000', '183504.969000', '183504.971000', '183524.845000', '183524.849000', '183524.852000', '183524.854000', '183524.857000', '183524.859000', '183524.862000', '183524.865000', '183524.867000', '183524.870000', '183524.873000', '183524.875000', '183524.878000', '183524.880000', '183524.883000', '183524.886000', '183524.888000', '183524.891000', '183524.893000', '183524.896000', '183524.899000', '183524.901000', '183524.904000', '183524.906000', '183524.909000', '183524.911000', '183524.914000', '183524.917000', '183524.919000', '183524.922000', '183524.925000', '183524.927000', '183524.930000', '183524.932000', '183524.935000', '183524.937000', '183524.940000', '183524.943000', '183524.945000', '183524.948000', '183524.950000', '183524.953000', '183524.955000', '183524.958000', '183544.845000', '183544.873000', '183544.876000', '183544.878000', '183544.881000', '183544.884000', '183544.886000', '183544.889000', '183544.891000', '183544.894000', '183544.896000', '183544.899000', '183544.902000', '183544.904000', '183544.907000', '183544.910000', '183544.912000', '183544.915000', '183544.917000', '183544.920000', '183544.922000', '183544.925000', '183544.928000', '183544.934000', '183544.937000', '183544.939000', '183544.942000', '183544.945000', '183544.948000', '183544.950000', '183544.953000', '183544.956000', '183544.958000', '183544.961000', '183544.966000', '183544.968000', '183544.971000', '183544.974000', '183544.976000', '183544.979000', '183544.981000', '183544.984000', '183544.986000', '183604.844000', '183604.856000', '183604.859000', '183604.861000', '183604.864000', '183604.866000', '183604.869000', '183604.872000', '183604.874000', '183604.877000', '183604.879000', '183604.882000', '183604.885000', '183604.887000', '183604.890000', '183604.892000', '183604.895000', '183604.897000', '183604.900000', '183604.902000', '183604.905000', '183604.908000', '183604.910000', '183604.913000', '183604.915000', '183604.918000', '183604.921000', '183604.923000', '183604.926000', '183604.928000', '183604.931000', '183604.934000', '183604.936000', '183604.939000', '183604.941000', '183604.944000', '183604.946000', '183604.949000', '183604.951000', '183604.954000', '183604.957000', '183604.959000', '183604.962000', '183624.844000', '183624.847000', '183624.850000', '183624.852000', '183624.855000', '183624.857000', '183624.860000', '183624.863000', '183624.865000', '183624.868000', '183624.870000', '183624.873000', '183624.875000', '183624.878000', '183624.881000', '183624.883000', '183624.886000', '183624.889000', '183624.891000', '183624.894000', '183624.896000', '183624.899000', '183624.901000', '183624.904000', '183624.906000', '183624.909000', '183624.912000', '183624.914000', '183624.917000', '183624.920000', '183624.922000', '183624.925000', '183624.928000', '183624.930000', '183624.933000', '183624.935000', '183624.938000', '183624.941000', '183624.943000', '183624.946000', '183624.948000', '183624.951000', '183624.954000', '183624.956000', '183644.845000', '183644.860000', '183644.863000', '183644.865000', '183644.868000', '183644.871000', '183644.873000', '183644.876000', '183644.879000', '183644.881000', '183644.884000', '183644.887000', '183644.889000', '183644.892000', '183644.895000', '183644.897000', '183644.900000', '183644.902000', '183644.905000', '183644.908000', '183644.910000', '183644.913000', '183644.915000', '183644.918000', '183644.921000', '183644.923000', '183644.926000', '183644.929000', '183644.931000', '183644.934000', '183644.936000', '183644.939000', '183644.941000', '183644.944000', '183644.947000', '183644.949000', '183644.952000', '183644.954000', '183644.957000', '183644.959000', '183644.962000', '183644.965000', '183644.967000', '183704.845000', '183704.865000', '183704.868000', '183704.870000', '183704.873000', '183704.875000', '183704.878000', '183704.880000', '183704.883000', '183704.886000', '183704.888000', '183704.891000', '183704.893000', '183704.896000', '183704.899000', '183704.901000', '183704.904000', '183704.906000', '183704.909000', '183704.911000', '183704.914000', '183704.917000', '183704.919000', '183704.922000', '183704.924000', '183704.927000', '183704.929000', '183704.932000', '183704.935000', '183704.937000', '183704.940000', '183704.942000', '183704.945000', '183704.947000', '183704.950000', '183704.953000', '183704.955000', '183704.958000', '183704.960000', '183704.963000', '183704.966000', '183704.968000', '183704.971000', '183704.973000', '183724.846000', '183724.848000', '183724.851000', '183724.854000', '183724.856000', '183724.859000', '183724.862000', '183724.865000', '183724.868000', '183724.871000', '183724.874000', '183724.876000', '183724.879000', '183724.882000', '183724.884000', '183724.887000', '183724.890000', '183724.892000', '183724.895000', '183724.898000', '183724.900000', '183724.903000', '183724.905000', '183724.908000', '183724.911000', '183724.913000', '183724.916000', '183724.918000', '183724.921000', '183724.924000', '183724.926000', '183724.929000', '183724.931000', '183724.934000', '183724.936000', '183724.939000', '183724.942000', '183724.944000', '183724.947000', '183724.949000', '183724.952000', '183724.955000', '183724.957000', '183744.845000', '183744.864000', '183744.867000', '183744.870000', '183744.872000', '183744.875000', '183744.877000', '183744.880000', '183744.883000', '183744.885000', '183744.888000', '183744.890000', '183744.893000', '183744.896000', '183744.898000', '183744.901000', '183744.903000', '183744.906000', '183744.909000', '183744.911000', '183744.914000', '183744.916000', '183744.919000', '183744.922000', '183744.924000', '183744.927000', '183744.930000', '183744.932000', '183744.935000', '183744.937000', '183744.940000', '183744.942000', '183744.945000', '183744.948000', '183744.950000', '183744.953000', '183744.955000', '183744.958000', '183744.961000', '183744.963000', '183744.966000', '183744.968000', '183744.971000', '183744.974000', '183804.846000', '183804.848000', '183804.851000', '183804.854000', '183804.856000', '183804.860000', '183804.863000', '183804.866000', '183804.869000', '183804.872000', '183804.874000', '183804.877000', '183804.880000', '183804.882000', '183804.885000', '183804.887000', '183804.890000', '183804.893000', '183804.895000', '183804.898000', '183804.900000', '183804.903000', '183804.905000', '183804.908000', '183804.911000', '183804.913000', '183804.916000', '183804.919000', '183804.921000', '183804.924000', '183804.926000', '183804.929000', '183804.932000', '183804.934000', '183804.937000', '183804.939000', '183804.942000', '183804.945000', '183804.947000', '183804.950000', '183804.952000', '183804.955000', '183804.958000', '183824.845000', '183824.874000', '183824.877000', '183824.879000', '183824.882000', '183824.884000', '183824.887000', '183824.890000', '183824.902000', '183824.905000', '183824.907000', '183824.910000', '183824.912000', '183824.915000', '183824.917000', '183824.920000', '183824.923000', '183824.925000', '183824.928000', '183824.930000', '183824.933000', '183824.935000', '183824.938000', '183824.941000', '183824.943000', '183824.946000', '183824.948000', '183824.951000', '183824.954000', '183824.956000', '183824.959000', '183824.961000', '183824.964000', '183824.967000', '183824.969000', '183824.972000', '183824.975000', '183824.977000', '183824.980000', '183824.983000', '183824.985000', '183824.988000', '183824.990000', '183824.993000', '183844.845000', '183844.886000', '183844.888000', '183844.891000', '183844.894000', '183844.896000', '183844.899000', '183844.902000', '183844.904000', '183844.907000', '183844.909000', '183844.912000', '183844.915000', '183844.917000', '183844.920000', '183844.923000', '183844.925000', '183844.928000', '183844.930000', '183844.933000', '183844.936000', '183844.938000', '183844.941000', '183844.944000', '183844.946000', '183844.949000', '183844.951000', '183844.954000', '183844.957000', '183844.959000', '183844.962000', '183844.964000', '183844.967000', '183844.970000', '183844.972000', '183844.975000', '183844.977000', '183844.980000', '183844.983000', '183844.985000', '183844.988000', '183844.990000', '183844.993000', '183904.845000', '183904.896000', '183904.899000', '183904.901000', '183904.904000', '183904.906000', '183904.909000', '183904.912000', '183904.914000', '183904.917000', '183904.919000', '183904.922000', '183904.925000', '183904.927000', '183904.930000', '183904.932000', '183904.935000', '183904.937000', '183904.940000', '183904.942000', '183904.945000', '183904.948000', '183904.951000', '183904.953000', '183904.956000', '183904.958000', '183904.961000', '183904.964000', '183904.966000', '183904.969000', '183904.971000', '183904.974000', '183904.976000', '183904.979000', '183904.982000', '183904.984000', '183904.987000', '183904.990000', '183904.992000', '183904.995000', '183904.997000', '183905.000000', '183905.003000', '183905.005000', '183924.846000', '183924.856000', '183924.858000', '183924.861000', '183924.864000', '183924.866000', '183924.869000', '183924.872000', '183924.874000', '183924.877000', '183924.880000', '183924.882000', '183924.885000', '183924.888000', '183924.891000', '183924.894000', '183924.897000', '183924.899000', '183924.903000', '183924.906000', '183924.909000', '183924.911000', '183924.914000', '183924.917000', '183924.919000', '183924.922000', '183924.925000', '183924.927000', '183924.930000', '183924.932000', '183924.935000', '183924.938000', '183924.940000', '183924.943000', '183924.946000', '183924.948000', '183924.951000', '183924.954000', '183924.956000', '183924.959000', '183924.961000', '183924.964000', '183924.967000', '183944.846000', '183944.849000', '183944.851000', '183944.854000', '183944.856000', '183944.859000', '183944.862000', '183944.864000', '183944.867000', '183944.870000', '183944.872000', '183944.875000', '183944.878000', '183944.880000', '183944.883000', '183944.885000', '183944.888000', '183944.891000', '183944.893000', '183944.896000', '183944.899000', '183944.901000', '183944.904000', '183944.907000', '183944.909000', '183944.912000', '183944.915000', '183944.917000', '183944.920000', '183944.923000', '183944.925000', '183944.928000', '183944.930000', '183944.933000', '183944.936000', '183944.938000', '183944.941000', '183944.944000', '183944.946000', '183944.949000', '183944.952000', '183944.954000', '183944.957000', '183944.960000', '184004.846000', '184004.905000', '184004.907000', '184004.910000', '184004.913000', '184004.915000', '184004.918000', '184004.921000', '184004.923000', '184004.926000', '184004.928000', '184004.931000', '184004.934000', '184004.936000', '184004.939000', '184004.942000', '184004.944000', '184004.947000', '184004.950000', '184004.952000', '184004.955000', '184004.958000', '184004.960000', '184004.963000', '184004.966000', '184004.968000', '184004.971000', '184004.974000', '184004.976000', '184004.979000', '184004.981000', '184004.984000', '184004.987000', '184004.989000', '184004.993000', '184004.996000', '184004.998000', '184005.003000', '184005.006000', '184005.009000', '184005.011000', '184005.014000', '184005.017000', '184024.845000', '184024.848000', '184024.851000', '184024.854000', '184024.862000', '184024.864000', '184024.867000', '184024.869000', '184024.872000', '184024.875000', '184024.877000', '184024.880000', '184024.883000', '184024.886000', '184024.889000', '184024.891000', '184024.894000', '184024.897000', '184024.900000', '184024.902000', '184024.905000', '184024.908000', '184024.910000', '184024.913000', '184024.916000', '184024.918000', '184024.921000', '184024.924000', '184024.927000', '184024.929000', '184024.932000', '184024.934000', '184024.937000', '184024.940000', '184024.942000', '184024.945000', '184024.948000', '184024.950000', '184024.953000', '184024.955000', '184024.958000', '184024.961000', '184024.963000', '184024.966000', '184032.500000', '184032.503000', '184032.506000', '184032.509000', '184032.511000', '184032.514000', '184032.517000', '184032.520000', '184032.523000', '184032.526000', '184032.528000', '184032.532000', '184032.535000', '184032.539000', '184032.542000', '184032.547000', '184032.550000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [7304, 8102, 7203, 10420, 9004, 12548, 8375, 10492, 7438, 10844, 7904, 9607, 9046, 7505, 7918, 6816, 8809, 8838, 11514, 9002, 11447, 6822, 9766, 7200, 11114, 9103, 10825, 7565, 8555, 7819, 9219, 9492, 7145, 8743, 7077, 10374, 7391, 12155, 10719, 12487, 7546, 10450, 7615, 8946, 8939, 9142, 9240, 7019, 9367, 7288, 10189, 9738, 13036, 8155, 9404, 7176, 10670, 9004, 12571, 9356, 10031, 7660, 10674, 9160, 9710, 8342, 6901, 7804, 6864, 9535, 9593, 13027, 8870, 10894, 7347, 10731, 9468, 12796, 10211, 9396, 7400, 7284, 8285, 9468, 9691, 8973, 10073, 6816, 9370, 7274, 12663, 9971, 11337, 8164, 7327, 8033, 9089, 12807, 9070, 11694, 7210, 11126, 8746, 10029, 8668, 6968, 8239, 7005, 11395, 10392, 14751, 9745, 12147, 7286, 11500, 8690, 9120, 8541, 6888, 9767, 7317, 11611, 9570, 10553, 8121, 6727, 9184, 7603, 12572, 10046, 10872, 8563, 6961, 9915, 7990, 12373, 10165, 7491, 8004, 6804, 9115, 10154, 13469, 8969, 10538, 7764, 10066, 8699, 8654, 9990, 7413, 9330, 7064, 10315, 9130, 11669, 9382, 6964, 7830, 7090, 9439, 7774, 12196, 8896, 10322, 7844, 9495, 8641, 8612, 9678, 6977, 9026, 6879, 10065, 7858, 11625, 8308, 10009, 6990, 10715, 8896, 13095, 10395, 10591, 7748, 11663, 9637, 10499, 8939, 7283, 7854, 8369, 8125, 9553, 9868, 6914, 8272, 7093, 8886, 9221, 12227, 7338, 13659, 8859, 11327, 8523, 10254, 9110, 12709, 11503, 8264, 9494, 7391, 9982, 7201, 13175, 9861, 10345, 7820, 7009, 8329, 6993, 10625, 8540, 12764, 9555, 10817, 8441, 11201, 9948, 12105, 9088, 10193, 8157, 8001, 9136, 9064, 9621, 7344, 11634, 7920, 9553, 8508, 7802, 9865, 7592, 12257, 9283, 12603, 9662, 8463, 7563, 6788, 7930, 9024, 9634, 7392, 9143, 7128, 9719, 7495, 11832, 10052, 13427, 9397, 11739, 8202, 11665, 9597, 12815, 11228, 11335, 8515, 7309, 7466, 6947, 9556, 10031, 11531, 7435, 12379, 7346, 8247, 9126, 8500, 12729, 10475, 12992, 9101, 11421, 7155, 11023, 8794, 13679, 11235, 15470, 10180, 12385, 7991, 11698, 10042, 8604, 8458, 7653, 8719, 7629, 11570, 10666, 14787, 8909, 12384, 8003, 11206, 7407, 9519, 12191, 8154, 8073, 7968, 6692, 6792, 6662, 6756, 6987, 8170, 8100, 10852, 7081, 10292, 7076, 10897, 8669, 12901, 8950, 11553, 6977, 10765, 7412, 12892, 11261, 16216, 11428, 10162, 7835, 7448, 9252, 10039, 12605, 8731, 11678, 7570, 9954, 8716, 9087, 8081, 7007, 11426, 7515, 7344, 8586, 7338, 9163, 8724, 8591, 12840, 7396, 8878, 8739, 10239, 12244, 8014, 11639, 7391, 12578, 9185, 12750, 9640, 6826, 8706, 7590, 12537, 10293, 13786, 10854, 10016, 8252, 9691, 9378, 12589, 12669, 7974, 10139, 7537, 10697, 7744, 14507, 11319, 10310, 7984, 6865, 9276, 7466, 13240, 9738, 10175, 7780, 6869, 8909, 9490, 14373, 10311, 12815, 8129, 8340, 9092, 9642, 12543, 8682, 11877, 7668, 7900, 8823, 9496, 12737, 8730, 11627, 7064, 10827, 8206, 13438, 10174, 9370, 7541, 6809, 7987, 8000, 11593, 8647, 11471, 7681, 11123, 8963, 11264, 9697, 8475, 7772, 7108, 8773, 10213, 11728, 9236, 11435, 6813, 9398, 7026, 11950, 9715, 13981, 10423, 10891, 7974, 11440, 9937, 12406, 9891, 8788, 7849, 7131, 8074, 11132, 9995, 7196, 7906, 7258, 10769, 9386, 13865, 9781, 11265, 7319, 12003, 9749, 13823, 10269, 10438, 7830, 9850, 8648, 10470, 9472, 7174, 7864, 8184, 10435, 9073, 13879, 10231, 12013, 8322, 10647, 9451, 10579, 9475, 7300, 8621, 7497, 11990, 9499, 12029, 8814, 7736, 8330, 8669, 10957, 9871, 13259, 8131, 11587, 8277, 10786, 9677, 9782, 8626, 7264, 8587, 7926, 13133, 10134, 13502, 10023, 10846, 8369, 10413, 9641, 9221, 9830, 7319, 9182, 7045, 10683, 9083, 12257, 8336, 7525, 8088, 7351, 10605, 9420, 13635, 9106, 11142, 7639, 10197, 9404, 8859, 9508, 7835, 9747, 7031, 12385, 9844, 12013, 9370, 7545, 8139, 7183, 11634, 10347, 13379, 8457, 10989, 8242, 10453, 10281, 7711, 10852, 7366, 10979, 7562, 13149, 10703, 11513, 8433, 7079, 7881, 7133, 10318, 8994, 13774, 7511, 8617, 7895, 8492, 9977, 9079, 12303, 7337, 10607, 8026, 10452, 11040, 8436, 12040, 7224, 12184, 9010, 10888, 12221, 8005, 11372, 7667, 8960, 8621, 8825, 13311, 8235, 11280, 8879, 10232, 9820, 10896, 11960, 7402, 9957, 7563, 10218, 8798, 9155, 10772, 7598, 9822, 8441, 8899, 10788, 8622, 12168, 8000, 10320, 9106, 11384, 11379, 8826, 11381, 7628, 10178, 8404, 9904, 10907, 7584, 9518, 7608, 10288, 8295, 8919, 9183, 7867, 8989, 7787, 9458, 8557, 9225, 12238, 8148, 8238, 9247, 7889, 12637, 8007, 8820, 8677, 10317, 13709, 9806, 11174, 8590, 7598, 8607, 8804, 13755, 10161, 8336, 8261, 7515, 10707, 9609, 13168, 10179, 7835, 8556, 7138, 12032, 10946, 15000, 10612, 8690, 8521, 7290, 10738, 8864, 12150, 8166, 6942, 8612, 8779, 11514, 8435, 10786, 7841, 10694, 8605, 9109, 9311, 7254, 8460, 7610, 10400, 8541, 12634, 9481, 7527, 8446, 7361, 10915, 8981, 12853, 9684, 7804, 8397, 7411, 9035, 11535, 12669, 8590, 10355, 7803, 9703, 8140, 13057, 10139, 11989, 8152, 10094, 8077, 10900, 9307, 9995, 8260, 7046, 8246, 7172, 10030, 9587, 13176, 8454, 10727, 7716, 10983, 9264, 10850, 8986, 7453, 7823, 7333, 11130, 9083, 10386, 8273, 7325, 8382, 10666, 12923, 9811, 12019, 7427, 10708, 8417, 9169, 9928, 7388, 9460, 7267, 12102, 9340, 11254, 9969, 7742, 8651, 7456, 11985, 10518, 15723, 10702, 9369, 8684, 8664, 8890, 7923, 10674, 7613, 9457, 8369, 11153, 9561, 13361, 8874, 9529, 8584, 9070, 8442, 8720, 10456, 7214, 9373, 7740, 11405, 8934, 10699, 9102, 7041, 8501, 7746, 12415, 10913, 13874, 10544, 8617, 8398, 7685, 8485, 7925, 11899, 7681, 10240, 7612, 12238, 9633, 9995, 8285, 7330, 8287, 7379, 12004, 9014, 12150, 8149, 7195, 8417, 9106, 12001, 9326, 12463, 7863, 10898, 8760, 10474, 10936, 8171, 11264, 7909, 10315, 8117, 10300, 10908, 7480, 11134, 8265, 12718, 9227, 11261, 9909, 7327, 9419, 7824, 12625, 10177, 12402, 10257, 6997, 8205, 7080, 9765, 9598, 13876, 10095, 9688, 8494, 7335, 8281, 7426, 11692, 7600, 10265, 7671, 11660, 9649, 10444, 8721, 6978, 8527, 8085, 13594, 10324, 9610, 8094, 7861, 9065, 8543, 13435, 7884, 9307, 8563, 8705, 8898, 8002, 10906, 7755, 9874, 8563, 8911, 10051, 7574, 9378, 7845, 9296, 7877, 13424, 10313, 9093, 8206, 7165, 9032, 8149, 13656, 10116, 9212, 8405, 8585, 8756, 10382, 11617, 6938, 9900, 7247, 12654, 9904, 12491, 9707, 7371, 8523, 7401, 11975, 9766, 13320, 7626, 9938, 8120, 9717, 10344, 8248, 11581, 7500, 10815, 8173, 11333, 10421, 8844, 9183, 7574, 10002, 8156, 14125, 10719, 8874, 8076, 6876, 8925, 7874, 13327, 9258, 9577, 8155, 7561, 9284, 8623, 13341, 8148, 8958, 8174, 8987, 11033, 9621, 12613, 8086, 7846, 8484, 8945, 12295, 8909, 12331, 8315, 9239, 8759, 9642, 12015, 7612, 10256, 7660, 10507, 9026, 9711, 10596, 7103, 9580, 7655, 10892, 9364, 11198, 8989, 6991, 8255, 7294, 10622, 9275, 14130, 10617, 8843, 8158, 7204, 8392, 7497, 12777, 9307, 11631, 8938, 8311, 8770, 8465, 12713, 7965, 11628, 8169, 10637, 9654, 9539, 9768, 7605, 9335, 8032, 14255, 10592, 9277, 8375, 6910, 8819, 7817, 13474, 8978, 8926, 8257, 8026, 10120, 9453, 13688, 8835, 9786, 8757, 9828, 10302, 9787, 12828, 7839, 7545, 8504, 7526, 12249, 8872, 10609, 8523, 7748, 8674, 9620, 12239, 8310, 10726, 7832, 11095, 8796, 11596, 9326, 6996, 8589, 7628, 10096, 8166, 12750, 9857, 7850, 8350, 7815, 10440, 8849, 13077, 10033, 7057, 6976, 7193, 11007, 8955, 7388, 8608, 7490, 10868, 9086, 13330, 10380, 7669, 8345, 7435, 11231, 9803, 12329, 9366, 6934, 8723, 8253, 12965, 10148, 11208, 8731, 6918, 8636, 7547, 12152, 9886, 12869, 9461, 8001, 8617, 7765, 11190, 8956, 11245, 8629, 7188, 8770, 7220, 11473, 8042, 10628, 8406, 7730, 8750, 7359, 12468, 9033, 7910, 8240, 6960, 9871, 8714, 12092, 9884, 7292, 10142, 8321, 10826, 10478, 9936, 12921, 8106, 8001, 9107, 9311, 11718, 9871, 14235, 8432, 11362, 8800, 9576, 10077, 7676, 10280, 8716, 8023, 8976, 8013, 11517, 8372, 8213, 8598, 8333, 8911, 8166, 13088, 9202, 7810, 8293, 7588, 9983, 8566, 11207, 9619, 7443, 9496, 8157, 8453, 8976, 7790, 12050, 8498, 7696, 9046, 7922, 12130, 9417, 7426, 9208, 8067, 11287, 8459, 11147, 9727, 6934, 8942, 7974, 10879, 8527, 10885, 9664, 7276, 8811, 8282, 8282, 9019, 7720, 11298, 8337, 7158, 8644, 8154, 12148, 9337, 7200, 8425, 7355, 10827, 8751, 12095, 9574, 7323, 8491, 7181, 9943, 8176, 11070, 7946, 6616, 7704, 7239, 10099, 8409, 6838, 8655, 7635, 11813, 9290, 10097, 8800, 7588, 9367, 8106, 12049, 10565, 8201, 9601, 7649, 10431, 8066, 11033, 10141, 7187, 10235, 7932, 8400, 8663, 8544, 12048, 8918, 10477, 8173, 7805, 8786, 9279, 13923, 10844, 8775, 8109, 7397, 9673, 8577, 10639, 8739, 7421, 9187, 8239, 8740, 8876, 8525, 12289, 8294, 7019, 8798, 7511, 12568, 9298, 7736, 8295, 8083, 10845, 8577, 8911, 11806, 8064, 8268, 8871, 8643, 10600, 9933, 11086, 8526, 7122, 8691, 8549, 8834], 'WindowCenter': [4016.0, 4023.0, 3995.0, 4046.0, 4025.0, 4057.0, 4004.0, 4033.0, 3983.0, 4032.0, 4003.0, 4021.0, 4026.0, 3991.0, 4004.0, 3973.0, 4014.0, 4012.0, 4043.0, 4013.0, 4045.0, 3973.0, 4023.0, 3992.0, 4042.0, 4025.0, 4044.0, 4004.0, 4013.0, 4003.0, 4023.0, 4033.0, 3983.0, 4013.0, 3982.0, 4032.0, 3981.0, 4041.0, 4033.0, 4053.0, 3992.0, 4034.0, 3989.0, 4022.0, 4022.0, 4023.0, 4023.0, 3972.0, 4023.0, 3992.0, 4032.0, 4022.0, 4055.0, 4002.0, 4021.0, 3981.0, 4030.0, 4011.0, 4054.0, 4023.0, 4022.0, 3990.0, 4033.0, 4021.0, 4023.0, 4013.0, 3970.0, 3992.0, 3958.0, 4022.0, 4021.0, 4067.0, 4013.0, 4044.0, 3983.0, 4031.0, 4023.0, 4043.0, 4035.0, 4022.0, 3992.0, 3981.0, 4001.0, 4022.0, 4023.0, 4024.0, 4034.0, 3972.0, 4021.0, 3981.0, 4053.0, 4036.0, 4045.0, 4003.0, 3981.0, 3990.0, 4009.0, 4066.0, 4013.0, 4043.0, 3992.0, 4042.0, 4012.0, 4034.0, 4014.0, 3982.0, 4013.0, 3970.0, 4043.0, 4032.0, 4065.0, 4022.0, 4044.0, 3980.0, 4039.0, 3999.0, 4021.0, 4013.0, 3981.0, 4032.0, 3980.0, 4039.0, 4023.0, 4033.0, 4002.0, 3972.0, 4039.0, 4035.0, 4039.0, 4033.0, 4031.0, 4010.0, 3977.0, 4019.0, 4001.0, 4054.0, 4033.0, 3992.0, 4002.0, 3971.0, 4012.0, 4031.0, 4054.0, 4012.0, 4032.0, 3991.0, 4022.0, 4012.0, 4001.0, 4023.0, 3980.0, 4011.0, 3969.0, 4021.0, 4012.0, 4043.0, 4024.0, 3969.0, 3991.0, 3982.0, 4021.0, 3988.0, 4055.0, 4024.0, 4033.0, 4004.0, 4035.0, 4014.0, 4011.0, 4036.0, 3983.0, 4024.0, 3973.0, 4033.0, 4003.0, 4058.0, 4015.0, 4035.0, 3995.0, 4045.0, 4023.0, 4069.0, 4046.0, 4045.0, 3994.0, 4054.0, 4024.0, 4046.0, 4025.0, 3993.0, 4005.0, 4015.0, 4003.0, 4036.0, 4048.0, 4000.0, 4016.0, 3984.0, 4025.0, 4024.0, 4057.0, 3996.0, 4068.0, 4026.0, 4057.0, 4027.0, 4034.0, 4024.0, 4053.0, 4045.0, 4003.0, 4021.0, 3979.0, 4019.0, 3979.0, 4041.0, 4021.0, 4033.0, 3991.0, 3983.0, 4000.0, 3982.0, 4046.0, 4013.0, 4067.0, 4024.0, 4046.0, 4004.0, 4044.0, 4036.0, 4057.0, 4026.0, 4046.0, 4016.0, 4006.0, 4013.0, 4010.0, 4022.0, 3982.0, 4042.0, 3990.0, 4010.0, 4000.0, 3981.0, 4021.0, 3991.0, 4043.0, 4014.0, 4043.0, 4024.0, 4002.0, 3993.0, 3961.0, 3993.0, 4013.0, 4024.0, 3984.0, 4025.0, 3984.0, 4023.0, 3986.0, 4045.0, 4034.0, 4067.0, 4024.0, 4045.0, 4004.0, 4042.0, 4025.0, 4054.0, 4044.0, 4032.0, 4002.0, 3982.0, 3983.0, 3970.0, 4023.0, 4033.0, 4045.0, 3982.0, 4054.0, 3993.0, 4015.0, 4037.0, 4013.0, 4065.0, 4044.0, 4066.0, 4014.0, 4044.0, 3982.0, 4044.0, 4011.0, 4067.0, 4085.0, 4050.0, 3949.0, 3971.0, 3924.0, 3990.0, 3982.0, 3960.0, 3949.0, 3941.0, 3962.0, 3954.0, 4003.0, 3979.0, 4010.0, 3945.0, 3986.0, 3960.0, 4093.0, 4004.0, 4042.0, 4053.0, 3986.0, 3971.0, 3968.0, 3940.0, 3955.0, 3955.0, 3981.0, 3978.0, 4012.0, 4013.0, 4055.0, 3982.0, 4033.0, 3979.0, 4030.0, 3997.0, 4052.0, 4023.0, 4042.0, 3979.0, 4043.0, 3981.0, 4052.0, 4041.0, 4074.0, 4031.0, 4018.0, 3977.0, 3966.0, 4008.0, 4033.0, 4041.0, 3990.0, 4030.0, 3966.0, 4045.0, 4011.0, 3996.0, 3988.0, 3966.0, 4029.0, 3966.0, 3976.0, 3997.0, 3978.0, 4008.0, 3997.0, 3999.0, 4053.0, 3982.0, 4011.0, 4012.0, 4020.0, 4042.0, 3988.0, 4028.0, 3967.0, 4039.0, 4009.0, 4041.0, 4021.0, 3959.0, 4001.0, 3990.0, 4042.0, 4021.0, 4054.0, 4032.0, 4010.0, 3987.0, 4008.0, 3998.0, 4027.0, 4041.0, 3977.0, 4021.0, 3977.0, 4016.0, 3977.0, 4037.0, 4029.0, 4020.0, 3988.0, 3956.0, 4009.0, 3978.0, 4039.0, 4020.0, 4019.0, 3978.0, 3958.0, 4000.0, 4007.0, 4052.0, 4020.0, 4040.0, 3989.0, 3999.0, 3997.0, 4008.0, 4052.0, 4000.0, 4042.0, 3979.0, 3988.0, 4008.0, 4009.0, 4051.0, 4001.0, 4029.0, 3968.0, 4031.0, 4000.0, 4050.0, 4023.0, 4009.0, 3979.0, 3969.0, 3990.0, 3990.0, 4041.0, 4012.0, 4045.0, 3991.0, 4042.0, 4012.0, 4029.0, 4024.0, 4000.0, 3991.0, 3969.0, 4000.0, 4020.0, 4039.0, 4010.0, 4031.0, 3960.0, 4021.0, 3981.0, 4041.0, 4024.0, 4065.0, 4033.0, 4031.0, 3989.0, 4043.0, 4020.0, 4040.0, 4023.0, 3999.0, 3989.0, 3967.0, 3988.0, 4029.0, 4020.0, 3967.0, 3989.0, 3979.0, 4029.0, 4009.0, 4064.0, 4021.0, 4032.0, 3979.0, 4041.0, 4009.0, 4066.0, 4032.0, 4030.0, 3990.0, 4019.0, 3998.0, 4021.0, 4022.0, 3969.0, 3989.0, 3999.0, 4028.0, 4009.0, 4064.0, 4032.0, 4041.0, 3999.0, 4018.0, 4009.0, 4032.0, 4022.0, 3980.0, 3999.0, 3979.0, 4041.0, 4021.0, 4043.0, 4010.0, 3979.0, 3999.0, 3999.0, 4029.0, 4021.0, 4054.0, 3991.0, 4040.0, 4001.0, 4029.0, 4021.0, 4020.0, 4001.0, 3980.0, 3997.0, 3989.0, 4050.0, 4032.0, 4053.0, 4020.0, 4030.0, 3988.0, 4018.0, 4021.0, 4011.0, 4019.0, 3980.0, 4009.0, 3968.0, 4028.0, 4010.0, 4042.0, 4001.0, 3991.0, 3990.0, 3979.0, 4028.0, 4012.0, 4054.0, 4010.0, 4032.0, 3991.0, 4031.0, 4011.0, 4010.0, 4020.0, 3990.0, 4021.0, 3968.0, 4039.0, 4022.0, 4055.0, 4021.0, 3989.0, 3990.0, 3967.0, 4030.0, 4030.0, 4052.0, 3999.0, 4030.0, 4000.0, 4019.0, 4020.0, 3991.0, 4032.0, 3979.0, 4030.0, 3989.0, 4042.0, 4030.0, 4030.0, 3998.0, 3967.0, 3987.0, 3966.0, 4019.0, 4011.0, 4053.0, 3980.0, 4011.0, 3999.0, 4010.0, 4033.0, 4023.0, 4055.0, 3992.0, 4030.0, 4001.0, 4029.0, 4044.0, 4013.0, 4053.0, 3981.0, 4042.0, 4011.0, 4030.0, 4056.0, 4002.0, 4043.0, 3990.0, 4009.0, 4000.0, 4009.0, 4054.0, 4000.0, 4032.0, 4011.0, 4019.0, 4017.0, 4030.0, 4042.0, 3967.0, 4019.0, 3977.0, 4017.0, 3997.0, 4009.0, 4030.0, 3978.0, 4019.0, 4000.0, 3998.0, 4032.0, 4000.0, 4042.0, 3991.0, 4018.0, 4009.0, 4028.0, 4029.0, 3998.0, 4030.0, 3977.0, 4019.0, 3988.0, 4007.0, 4033.0, 3978.0, 4009.0, 3979.0, 4021.0, 3998.0, 4008.0, 4012.0, 3989.0, 4010.0, 3990.0, 4020.0, 4016.0, 4023.0, 4054.0, 3998.0, 4012.0, 4021.0, 4003.0, 4053.0, 4000.0, 4010.0, 3999.0, 4019.0, 4053.0, 4020.0, 4032.0, 3999.0, 3988.0, 3998.0, 3999.0, 4053.0, 4031.0, 3999.0, 3988.0, 3979.0, 4018.0, 4010.0, 4054.0, 4022.0, 3980.0, 3999.0, 3967.0, 4031.0, 4031.0, 4053.0, 4020.0, 3998.0, 3997.0, 3968.0, 4019.0, 3998.0, 4041.0, 3999.0, 3968.0, 4000.0, 3998.0, 4042.0, 4000.0, 4031.0, 3990.0, 4018.0, 3999.0, 3999.0, 4010.0, 3979.0, 3999.0, 3990.0, 4021.0, 3999.0, 4053.0, 4021.0, 3991.0, 3998.0, 3977.0, 4031.0, 4009.0, 4055.0, 4023.0, 3992.0, 4000.0, 3979.0, 4010.0, 4029.0, 4055.0, 4001.0, 4021.0, 3979.0, 4009.0, 3990.0, 4041.0, 4032.0, 4040.0, 3991.0, 4020.0, 3989.0, 4030.0, 4012.0, 4022.0, 4001.0, 3969.0, 4000.0, 3968.0, 4022.0, 4009.0, 4054.0, 4000.0, 4031.0, 3988.0, 4031.0, 4011.0, 4033.0, 4012.0, 3981.0, 3978.0, 3979.0, 4030.0, 4013.0, 4032.0, 4002.0, 3979.0, 4001.0, 4020.0, 4054.0, 4021.0, 4044.0, 3981.0, 4031.0, 3999.0, 4010.0, 4022.0, 3979.0, 4022.0, 3980.0, 4042.0, 4010.0, 4044.0, 4022.0, 3990.0, 4001.0, 3981.0, 4040.0, 4031.0, 4065.0, 4029.0, 4011.0, 4000.0, 3999.0, 3997.0, 3988.0, 4031.0, 3979.0, 4019.0, 4000.0, 4028.0, 4020.0, 4053.0, 4012.0, 4022.0, 3999.0, 3999.0, 3988.0, 3999.0, 4030.0, 3979.0, 4010.0, 3989.0, 4030.0, 4010.0, 4031.0, 4009.0, 3967.0, 3999.0, 3979.0, 4040.0, 4029.0, 4054.0, 4031.0, 3999.0, 3999.0, 3977.0, 3998.0, 3990.0, 4043.0, 3980.0, 4017.0, 3990.0, 4040.0, 4022.0, 4022.0, 4002.0, 3980.0, 4000.0, 3979.0, 4039.0, 4011.0, 4042.0, 3991.0, 3969.0, 3998.0, 3998.0, 4043.0, 4022.0, 4054.0, 4003.0, 4032.0, 3999.0, 4020.0, 4032.0, 4002.0, 4042.0, 3990.0, 4020.0, 3989.0, 4020.0, 4045.0, 3981.0, 4033.0, 4001.0, 4052.0, 4010.0, 4032.0, 4022.0, 3979.0, 4011.0, 3988.0, 4040.0, 4019.0, 4041.0, 4022.0, 3969.0, 3999.0, 3967.0, 4006.0, 4008.0, 4052.0, 4021.0, 4010.0, 4000.0, 3978.0, 3987.0, 3978.0, 4043.0, 3991.0, 4020.0, 3991.0, 4030.0, 4021.0, 4031.0, 4000.0, 3969.0, 3998.0, 3988.0, 4052.0, 4022.0, 4011.0, 3988.0, 3989.0, 4008.0, 4000.0, 4054.0, 3990.0, 4010.0, 3998.0, 3999.0, 4009.0, 3999.0, 4032.0, 3991.0, 4021.0, 4002.0, 4009.0, 4035.0, 3991.0, 4013.0, 3991.0, 4010.0, 3990.0, 4052.0, 4034.0, 4012.0, 4000.0, 3970.0, 4010.0, 3990.0, 4053.0, 4033.0, 4012.0, 4000.0, 4000.0, 4000.0, 4032.0, 4044.0, 3971.0, 4021.0, 3980.0, 4052.0, 4021.0, 4055.0, 4022.0, 3980.0, 4000.0, 3978.0, 4040.0, 4021.0, 4055.0, 3988.0, 4021.0, 3990.0, 4007.0, 4031.0, 4001.0, 4043.0, 3981.0, 4032.0, 4003.0, 4032.0, 4034.0, 4012.0, 4009.0, 3990.0, 4021.0, 3990.0, 4052.0, 4033.0, 4012.0, 3991.0, 3958.0, 4010.0, 3990.0, 4066.0, 4024.0, 4024.0, 4003.0, 3992.0, 4007.0, 4011.0, 4055.0, 3991.0, 4011.0, 4001.0, 4011.0, 4032.0, 4022.0, 4054.0, 4003.0, 4001.0, 4010.0, 4010.0, 4055.0, 4012.0, 4054.0, 4002.0, 4010.0, 4000.0, 4010.0, 4044.0, 3991.0, 4021.0, 3991.0, 4031.0, 4011.0, 4020.0, 4033.0, 3970.0, 4021.0, 3989.0, 4032.0, 4011.0, 4042.0, 4013.0, 3969.0, 4002.0, 3978.0, 4032.0, 4010.0, 4064.0, 4032.0, 4011.0, 3989.0, 3980.0, 4000.0, 3978.0, 4056.0, 4022.0, 4044.0, 4010.0, 4001.0, 4000.0, 4002.0, 4055.0, 4002.0, 4044.0, 4000.0, 4032.0, 4023.0, 4022.0, 4022.0, 3991.0, 4011.0, 3990.0, 4064.0, 4030.0, 4011.0, 4001.0, 3971.0, 4010.0, 3990.0, 4065.0, 4014.0, 4011.0, 4002.0, 4001.0, 4030.0, 4023.0, 4066.0, 4011.0, 4022.0, 4001.0, 4017.0, 4019.0, 4021.0, 4043.0, 3980.0, 3980.0, 4001.0, 3980.0, 4043.0, 4010.0, 4033.0, 4001.0, 3990.0, 3999.0, 4010.0, 4054.0, 4001.0, 4032.0, 3979.0, 4031.0, 4000.0, 4030.0, 4012.0, 3969.0, 4000.0, 3989.0, 4020.0, 3999.0, 4053.0, 4021.0, 3991.0, 4001.0, 3990.0, 4021.0, 4010.0, 4055.0, 4022.0, 3970.0, 3969.0, 3969.0, 4032.0, 4026.0, 3982.0, 4014.0, 3980.0, 4031.0, 4011.0, 4055.0, 4030.0, 3991.0, 4001.0, 3980.0, 4031.0, 4022.0, 4055.0, 4010.0, 3970.0, 4000.0, 3998.0, 4038.0, 4021.0, 4030.0, 4001.0, 3967.0, 3998.0, 3978.0, 4039.0, 4010.0, 4041.0, 4011.0, 3989.0, 3998.0, 3989.0, 4029.0, 4011.0, 4031.0, 4001.0, 3968.0, 3998.0, 3978.0, 4029.0, 3990.0, 4032.0, 4001.0, 3989.0, 4001.0, 3977.0, 4041.0, 4012.0, 3991.0, 4001.0, 3983.0, 4020.0, 4001.0, 4056.0, 4033.0, 3979.0, 4033.0, 4001.0, 4030.0, 4032.0, 4023.0, 4053.0, 3990.0, 3990.0, 4011.0, 4011.0, 4041.0, 4021.0, 4054.0, 4000.0, 4030.0, 3999.0, 4006.0, 4022.0, 3979.0, 4020.0, 4000.0, 3988.0, 3995.0, 3988.0, 4028.0, 3990.0, 3999.0, 4000.0, 3998.0, 4008.0, 3989.0, 4052.0, 4010.0, 3991.0, 4000.0, 3990.0, 4021.0, 4001.0, 4032.0, 4021.0, 3980.0, 4020.0, 3989.0, 4000.0, 4010.0, 3992.0, 4044.0, 4011.0, 3992.0, 4012.0, 3990.0, 4040.0, 4025.0, 3980.0, 4024.0, 4001.0, 4032.0, 3998.0, 4032.0, 4023.0, 3969.0, 4008.0, 3990.0, 4029.0, 3998.0, 4031.0, 4019.0, 3981.0, 4010.0, 4000.0, 3988.0, 3998.0, 3991.0, 4032.0, 4002.0, 3971.0, 4002.0, 3990.0, 4041.0, 4023.0, 3980.0, 3999.0, 3981.0, 4028.0, 4000.0, 4044.0, 4022.0, 3980.0, 3999.0, 3966.0, 4019.0, 4000.0, 4043.0, 4002.0, 3970.0, 3991.0, 3980.0, 4034.0, 4015.0, 3970.0, 4014.0, 3991.0, 4044.0, 4024.0, 4035.0, 4014.0, 3991.0, 4023.0, 3999.0, 4039.0, 4035.0, 4002.0, 4023.0, 3992.0, 4032.0, 3990.0, 4029.0, 4019.0, 3970.0, 4022.0, 4002.0, 4000.0, 4001.0, 3997.0, 4055.0, 4012.0, 4031.0, 4001.0, 3980.0, 3999.0, 4009.0, 4054.0, 4033.0, 4001.0, 3990.0, 3978.0, 4010.0, 3999.0, 4033.0, 4000.0, 3981.0, 4010.0, 4000.0, 3999.0, 4010.0, 4012.0, 4044.0, 4000.0, 3971.0, 4000.0, 3977.0, 4043.0, 4024.0, 3992.0, 4001.0, 3988.0, 4028.0, 4000.0, 4012.0, 4044.0, 4001.0, 4002.0, 4010.0, 4000.0, 4031.0, 4023.0, 4033.0, 4001.0, 3966.0, 3999.0, 4011.0, 4011.0], 'WindowWidth': [8990.0, 8990.0, 8943.0, 9008.0, 8976.0, 9024.0, 8947.0, 8984.0, 8918.0, 8978.0, 8944.0, 8965.0, 8980.0, 8927.0, 8946.0, 8905.0, 8958.0, 8953.0, 8997.0, 8955.0, 9001.0, 8903.0, 8967.0, 8928.0, 8992.0, 8976.0, 9001.0, 8947.0, 8959.0, 8944.0, 8970.0, 8986.0, 8916.0, 8956.0, 8914.0, 8977.0, 8910.0, 8990.0, 8982.0, 9011.0, 8928.0, 8984.0, 8922.0, 8968.0, 8969.0, 8968.0, 8969.0, 8900.0, 8969.0, 8931.0, 8982.0, 8966.0, 9017.0, 8939.0, 8965.0, 8911.0, 8974.0, 8950.0, 9014.0, 8969.0, 8965.0, 8921.0, 8983.0, 8967.0, 8967.0, 8956.0, 8895.0, 8925.0, 8878.0, 8966.0, 8962.0, 9034.0, 8955.0, 8999.0, 8916.0, 8978.0, 8971.0, 8999.0, 8990.0, 8966.0, 8928.0, 8912.0, 8940.0, 8967.0, 8970.0, 8972.0, 8986.0, 8902.0, 8965.0, 8913.0, 9010.0, 8992.0, 9002.0, 8943.0, 8911.0, 8922.0, 8944.0, 9034.0, 8956.0, 8998.0, 8928.0, 8993.0, 8955.0, 8987.0, 8961.0, 8916.0, 8955.0, 8896.0, 8994.0, 8979.0, 9036.0, 8965.0, 9000.0, 8909.0, 8986.0, 8932.0, 8963.0, 8955.0, 8912.0, 8979.0, 8909.0, 8987.0, 8970.0, 8982.0, 8940.0, 8904.0, 9003.0, 9012.0, 8983.0, 8982.0, 8975.0, 8948.0, 8903.0, 8958.0, 8938.0, 9016.0, 8984.0, 8926.0, 8939.0, 8897.0, 8952.0, 8976.0, 9017.0, 8950.0, 8979.0, 8924.0, 8965.0, 8952.0, 8935.0, 8968.0, 8906.0, 8948.0, 8892.0, 8963.0, 8952.0, 8995.0, 8972.0, 8892.0, 8923.0, 8916.0, 8964.0, 8917.0, 9018.0, 8971.0, 8983.0, 8944.0, 8988.0, 8960.0, 8952.0, 8993.0, 8917.0, 8972.0, 8907.0, 8986.0, 8946.0, 9023.0, 8964.0, 8990.0, 8939.0, 9004.0, 8972.0, 9044.0, 9005.0, 9002.0, 8933.0, 9015.0, 8973.0, 9005.0, 8978.0, 8932.0, 8950.0, 8965.0, 8944.0, 8993.0, 9014.0, 8952.0, 8967.0, 8922.0, 8978.0, 8973.0, 9020.0, 8940.0, 9040.0, 8981.0, 9022.0, 8981.0, 8987.0, 8974.0, 9010.0, 9004.0, 8943.0, 8960.0, 8905.0, 8955.0, 8905.0, 8988.0, 8964.0, 8982.0, 8926.0, 8916.0, 8936.0, 8919.0, 9004.0, 8957.0, 9036.0, 8972.0, 9003.0, 8945.0, 9000.0, 8991.0, 9022.0, 8979.0, 9008.0, 8966.0, 8949.0, 8954.0, 8946.0, 8966.0, 8911.0, 8992.0, 8919.0, 8942.0, 8931.0, 8908.0, 8961.0, 8922.0, 8993.0, 8955.0, 8994.0, 8969.0, 8936.0, 8926.0, 8883.0, 8927.0, 8952.0, 8970.0, 8917.0, 8972.0, 8916.0, 8968.0, 8922.0, 9001.0, 8985.0, 9034.0, 8972.0, 9000.0, 8946.0, 8993.0, 8974.0, 9015.0, 8997.0, 8980.0, 8938.0, 8914.0, 8914.0, 8893.0, 8970.0, 8984.0, 9001.0, 8913.0, 9013.0, 8933.0, 8962.0, 8996.0, 8958.0, 9034.0, 9000.0, 9037.0, 8960.0, 9001.0, 8916.0, 8998.0, 8953.0, 9041.0, 9080.0, 9004.0, 8821.0, 8852.0, 8794.0, 8889.0, 8886.0, 8851.0, 8836.0, 8828.0, 8858.0, 8850.0, 8915.0, 8874.0, 8922.0, 8823.0, 8880.0, 8864.0, 9093.0, 8954.0, 9002.0, 9014.0, 8911.0, 8880.0, 8873.0, 8840.0, 8865.0, 8871.0, 8916.0, 8908.0, 8959.0, 8962.0, 9020.0, 8919.0, 8985.0, 8910.0, 8976.0, 8927.0, 9010.0, 8972.0, 8996.0, 8910.0, 8996.0, 8912.0, 9009.0, 8991.0, 9048.0, 8975.0, 8955.0, 8899.0, 8885.0, 8943.0, 8984.0, 8993.0, 8913.0, 8965.0, 8879.0, 9008.0, 8955.0, 8924.0, 8913.0, 8881.0, 8968.0, 8883.0, 8898.0, 8926.0, 8902.0, 8940.0, 8924.0, 8932.0, 9013.0, 8916.0, 8953.0, 8952.0, 8958.0, 8993.0, 8913.0, 8968.0, 8886.0, 8983.0, 8942.0, 8988.0, 8963.0, 8879.0, 8935.0, 8922.0, 8992.0, 8963.0, 9014.0, 8978.0, 8946.0, 8913.0, 8940.0, 8928.0, 8964.0, 8989.0, 8898.0, 8960.0, 8897.0, 8947.0, 8896.0, 8979.0, 8973.0, 8958.0, 8915.0, 8872.0, 8943.0, 8904.0, 8983.0, 8961.0, 8957.0, 8903.0, 8876.0, 8932.0, 8939.0, 9006.0, 8959.0, 8988.0, 8917.0, 8930.0, 8926.0, 8940.0, 9008.0, 8934.0, 8992.0, 8905.0, 8916.0, 8943.0, 8943.0, 9005.0, 8936.0, 8972.0, 8890.0, 8975.0, 8934.0, 8999.0, 8967.0, 8945.0, 8905.0, 8894.0, 8924.0, 8924.0, 8992.0, 8952.0, 9000.0, 8925.0, 8995.0, 8954.0, 8971.0, 8974.0, 8935.0, 8923.0, 8893.0, 8935.0, 8959.0, 8984.0, 8947.0, 8977.0, 8882.0, 8963.0, 8913.0, 8990.0, 8970.0, 9031.0, 8981.0, 8977.0, 8920.0, 8994.0, 8962.0, 8989.0, 8967.0, 8930.0, 8917.0, 8887.0, 8914.0, 8968.0, 8961.0, 8887.0, 8918.0, 8906.0, 8973.0, 8945.0, 9027.0, 8963.0, 8979.0, 8907.0, 8989.0, 8947.0, 9032.0, 8980.0, 8975.0, 8922.0, 8957.0, 8930.0, 8961.0, 8967.0, 8892.0, 8918.0, 8934.0, 8970.0, 8944.0, 9028.0, 8979.0, 8990.0, 8933.0, 8954.0, 8945.0, 8980.0, 8967.0, 8908.0, 8932.0, 8908.0, 8989.0, 8965.0, 8997.0, 8947.0, 8904.0, 8931.0, 8932.0, 8972.0, 8964.0, 9013.0, 8922.0, 8989.0, 8935.0, 8972.0, 8965.0, 8960.0, 8936.0, 8908.0, 8929.0, 8920.0, 9001.0, 8980.0, 9015.0, 8960.0, 8974.0, 8917.0, 8955.0, 8963.0, 8949.0, 8959.0, 8907.0, 8944.0, 8893.0, 8970.0, 8947.0, 8994.0, 8938.0, 8923.0, 8921.0, 8906.0, 8969.0, 8951.0, 9015.0, 8947.0, 8979.0, 8925.0, 8978.0, 8951.0, 8948.0, 8961.0, 8923.0, 8964.0, 8893.0, 8987.0, 8967.0, 9013.0, 8965.0, 8922.0, 8921.0, 8889.0, 8975.0, 8975.0, 9010.0, 8934.0, 8975.0, 8935.0, 8956.0, 8960.0, 8926.0, 8979.0, 8907.0, 8975.0, 8918.0, 8991.0, 8975.0, 8974.0, 8930.0, 8889.0, 8913.0, 8887.0, 8957.0, 8950.0, 9010.0, 8910.0, 8952.0, 8935.0, 8951.0, 8981.0, 8970.0, 9017.0, 8928.0, 8976.0, 8939.0, 8971.0, 9003.0, 8957.0, 9010.0, 8913.0, 8994.0, 8949.0, 8974.0, 9022.0, 8941.0, 8995.0, 8923.0, 8946.0, 8935.0, 8945.0, 9013.0, 8936.0, 8979.0, 8948.0, 8959.0, 8953.0, 8973.0, 8994.0, 8885.0, 8956.0, 8901.0, 8953.0, 8926.0, 8944.0, 8972.0, 8903.0, 8956.0, 8932.0, 8927.0, 8978.0, 8933.0, 8993.0, 8922.0, 8955.0, 8945.0, 8968.0, 8970.0, 8926.0, 8971.0, 8900.0, 8955.0, 8914.0, 8938.0, 8982.0, 8901.0, 8945.0, 8904.0, 8961.0, 8931.0, 8940.0, 8952.0, 8919.0, 8948.0, 8923.0, 8961.0, 8965.0, 8969.0, 9014.0, 8932.0, 8955.0, 8964.0, 8942.0, 9011.0, 8936.0, 8948.0, 8933.0, 8956.0, 9012.0, 8960.0, 8978.0, 8932.0, 8916.0, 8929.0, 8928.0, 9012.0, 8975.0, 8930.0, 8915.0, 8905.0, 8956.0, 8945.0, 9012.0, 8964.0, 8905.0, 8928.0, 8886.0, 8974.0, 8976.0, 9012.0, 8958.0, 8927.0, 8924.0, 8888.0, 8955.0, 8928.0, 8990.0, 8930.0, 8890.0, 8933.0, 8926.0, 8992.0, 8933.0, 8976.0, 8920.0, 8955.0, 8929.0, 8929.0, 8947.0, 8903.0, 8931.0, 8921.0, 8962.0, 8931.0, 9008.0, 8962.0, 8923.0, 8929.0, 8902.0, 8976.0, 8944.0, 9014.0, 8968.0, 8925.0, 8934.0, 8909.0, 8949.0, 8969.0, 9016.0, 8936.0, 8962.0, 8904.0, 8945.0, 8921.0, 8990.0, 8979.0, 8987.0, 8922.0, 8960.0, 8920.0, 8974.0, 8952.0, 8965.0, 8936.0, 8892.0, 8932.0, 8890.0, 8964.0, 8943.0, 9012.0, 8934.0, 8977.0, 8918.0, 8975.0, 8949.0, 8981.0, 8952.0, 8910.0, 8902.0, 8906.0, 8972.0, 8955.0, 8980.0, 8940.0, 8908.0, 8938.0, 8959.0, 9014.0, 8962.0, 8996.0, 8911.0, 8977.0, 8932.0, 8948.0, 8967.0, 8907.0, 8966.0, 8909.0, 8991.0, 8948.0, 8997.0, 8966.0, 8921.0, 8937.0, 8911.0, 8988.0, 8976.0, 9034.0, 8972.0, 8947.0, 8933.0, 8930.0, 8925.0, 8915.0, 8976.0, 8906.0, 8958.0, 8934.0, 8969.0, 8960.0, 9012.0, 8951.0, 8963.0, 8931.0, 8931.0, 8914.0, 8931.0, 8975.0, 8906.0, 8946.0, 8919.0, 8974.0, 8948.0, 8976.0, 8945.0, 8887.0, 8931.0, 8904.0, 8987.0, 8969.0, 9015.0, 8974.0, 8931.0, 8932.0, 8901.0, 8927.0, 8920.0, 8994.0, 8907.0, 8953.0, 8922.0, 8986.0, 8966.0, 8964.0, 8938.0, 8909.0, 8934.0, 8904.0, 8983.0, 8950.0, 8992.0, 8924.0, 8892.0, 8930.0, 8928.0, 8994.0, 8966.0, 9012.0, 8941.0, 8979.0, 8933.0, 8959.0, 8979.0, 8938.0, 8992.0, 8922.0, 8959.0, 8921.0, 8958.0, 9000.0, 8910.0, 8980.0, 8937.0, 9005.0, 8947.0, 8977.0, 8964.0, 8906.0, 8948.0, 8918.0, 8987.0, 8958.0, 8991.0, 8966.0, 8891.0, 8930.0, 8886.0, 8936.0, 8940.0, 9007.0, 8960.0, 8946.0, 8931.0, 8901.0, 8913.0, 8903.0, 8995.0, 8922.0, 8961.0, 8924.0, 8973.0, 8964.0, 8976.0, 8933.0, 8894.0, 8929.0, 8915.0, 9009.0, 8965.0, 8948.0, 8916.0, 8919.0, 8942.0, 8935.0, 9011.0, 8919.0, 8947.0, 8928.0, 8932.0, 8945.0, 8934.0, 8979.0, 8924.0, 8962.0, 8939.0, 8946.0, 8990.0, 8925.0, 8953.0, 8922.0, 8946.0, 8921.0, 9006.0, 8986.0, 8950.0, 8933.0, 8896.0, 8947.0, 8920.0, 9010.0, 8981.0, 8952.0, 8935.0, 8935.0, 8936.0, 8978.0, 8999.0, 8897.0, 8964.0, 8909.0, 9006.0, 8963.0, 9014.0, 8964.0, 8907.0, 8932.0, 8903.0, 8987.0, 8965.0, 9016.0, 8917.0, 8961.0, 8921.0, 8940.0, 8979.0, 8938.0, 8996.0, 8912.0, 8981.0, 8942.0, 8977.0, 8987.0, 8952.0, 8945.0, 8921.0, 8963.0, 8920.0, 9010.0, 8983.0, 8951.0, 8923.0, 8880.0, 8947.0, 8919.0, 9031.0, 8970.0, 8971.0, 8942.0, 8928.0, 8943.0, 8952.0, 9017.0, 8925.0, 8950.0, 8936.0, 8951.0, 8978.0, 8966.0, 9012.0, 8941.0, 8939.0, 8949.0, 8948.0, 9015.0, 8953.0, 9012.0, 8937.0, 8947.0, 8934.0, 8945.0, 9000.0, 8923.0, 8961.0, 8924.0, 8977.0, 8951.0, 8961.0, 8982.0, 8895.0, 8962.0, 8920.0, 8977.0, 8950.0, 8991.0, 8956.0, 8893.0, 8938.0, 8905.0, 8979.0, 8947.0, 9028.0, 8979.0, 8949.0, 8919.0, 8909.0, 8933.0, 8902.0, 9017.0, 8967.0, 8998.0, 8948.0, 8936.0, 8934.0, 8940.0, 9016.0, 8939.0, 8998.0, 8936.0, 8977.0, 8969.0, 8966.0, 8967.0, 8925.0, 8951.0, 8921.0, 9028.0, 8976.0, 8949.0, 8935.0, 8898.0, 8948.0, 8921.0, 9031.0, 8958.0, 8952.0, 8941.0, 8939.0, 8975.0, 8969.0, 9034.0, 8951.0, 8966.0, 8937.0, 8955.0, 8959.0, 8963.0, 8997.0, 8907.0, 8908.0, 8936.0, 8906.0, 8996.0, 8949.0, 8981.0, 8936.0, 8922.0, 8933.0, 8945.0, 9014.0, 8936.0, 8976.0, 8904.0, 8974.0, 8933.0, 8972.0, 8953.0, 8892.0, 8934.0, 8920.0, 8959.0, 8932.0, 9008.0, 8965.0, 8922.0, 8936.0, 8922.0, 8961.0, 8946.0, 9018.0, 8966.0, 8896.0, 8894.0, 8894.0, 8978.0, 8978.0, 8914.0, 8956.0, 8909.0, 8975.0, 8948.0, 9018.0, 8977.0, 8924.0, 8936.0, 8909.0, 8976.0, 8963.0, 9014.0, 8946.0, 8895.0, 8934.0, 8929.0, 8984.0, 8962.0, 8975.0, 8934.0, 8887.0, 8928.0, 8903.0, 8984.0, 8944.0, 8991.0, 8948.0, 8917.0, 8927.0, 8920.0, 8969.0, 8950.0, 8977.0, 8937.0, 8889.0, 8930.0, 8903.0, 8971.0, 8921.0, 8978.0, 8937.0, 8918.0, 8935.0, 8900.0, 8991.0, 8952.0, 8923.0, 8936.0, 8916.0, 8961.0, 8936.0, 9017.0, 8983.0, 8907.0, 8980.0, 8936.0, 8974.0, 8980.0, 8967.0, 9012.0, 8922.0, 8921.0, 8951.0, 8948.0, 8993.0, 8963.0, 9013.0, 8932.0, 8973.0, 8931.0, 8936.0, 8964.0, 8904.0, 8960.0, 8934.0, 8916.0, 8923.0, 8913.0, 8968.0, 8918.0, 8931.0, 8934.0, 8929.0, 8943.0, 8916.0, 9006.0, 8947.0, 8923.0, 8935.0, 8921.0, 8964.0, 8936.0, 8980.0, 8963.0, 8908.0, 8960.0, 8919.0, 8934.0, 8945.0, 8927.0, 8998.0, 8951.0, 8927.0, 8953.0, 8921.0, 8988.0, 8975.0, 8909.0, 8970.0, 8938.0, 8979.0, 8931.0, 8979.0, 8970.0, 8893.0, 8943.0, 8921.0, 8971.0, 8930.0, 8976.0, 8960.0, 8909.0, 8948.0, 8934.0, 8915.0, 8929.0, 8925.0, 8979.0, 8939.0, 8897.0, 8939.0, 8922.0, 8990.0, 8970.0, 8909.0, 8935.0, 8911.0, 8970.0, 8934.0, 8999.0, 8966.0, 8907.0, 8930.0, 8886.0, 8958.0, 8935.0, 8995.0, 8939.0, 8897.0, 8924.0, 8912.0, 8985.0, 8961.0, 8900.0, 8958.0, 8927.0, 8997.0, 8970.0, 8986.0, 8958.0, 8927.0, 8967.0, 8935.0, 8988.0, 8987.0, 8939.0, 8967.0, 8926.0, 8977.0, 8923.0, 8970.0, 8959.0, 8894.0, 8964.0, 8939.0, 8934.0, 8935.0, 8927.0, 9014.0, 8952.0, 8977.0, 8936.0, 8906.0, 8932.0, 8944.0, 9015.0, 8982.0, 8935.0, 8919.0, 8903.0, 8946.0, 8931.0, 8980.0, 8933.0, 8910.0, 8946.0, 8934.0, 8930.0, 8946.0, 8952.0, 8999.0, 8935.0, 8895.0, 8934.0, 8901.0, 8994.0, 8970.0, 8927.0, 8937.0, 8918.0, 8969.0, 8932.0, 8950.0, 8998.0, 8937.0, 8939.0, 8947.0, 8935.0, 8975.0, 8966.0, 8980.0, 8935.0, 8885.0, 8932.0, 8952.0, 8951.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.0036918018018018027</td></tr>
<tr><td colspan=3>aqi</td><td>0.025514593918918915</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.71011415600308</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2481387491059346</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0809565614199856</td></tr>
<tr><td colspan=3>efc</td><td>0.4915</td></tr>
<tr><td colspan=3>fber</td><td>3441.926</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1550410105891938</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>323</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.24924924924925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5741288199419246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.575910665858231</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8310462052298715</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315429588737672</td></tr>
<tr><td colspan=3>gcor</td><td>0.00823881</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004304025787860155</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023865237832069397</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.555397084299882</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>18.9641</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.949</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.2234</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.8353</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6887</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.8394</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3153.3168</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.5989</td></tr>
<tr><td colspan=3>tsnr</td><td>34.25071929767728</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>