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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0047/figures/sub-0047_ses-01_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_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-0047/ses-01/func/sub-0047_ses-01_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>355745bb9173dbb181b07f6b8fa8eb35</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:29:39.252500</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.990502, -0.127585, -0.0512561, 0.133745, 0.980508, 0.143929]</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.252</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.0905463</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7251, 633, -16, -177, 41, 94]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f258e517-7b4e-4fcb-90b0-7f0611712526||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.6574454307556152, 0.3588285744190216, -0.08611352741718292, 96.78524017333984], [0.3422999978065491, 2.6306324005126953, 0.4034261703491211, -116.9651870727539], [-0.13751624524593353, -0.3861505091190338, 2.6683013439178467, -38.511634826660156], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['182939.252500', '182939.712500', '182940.172500', '182940.632500', '182941.092500', '182941.552500', '182942.012500', '182942.472500', '182942.932500', '182943.392500', '182943.852500', '182944.312500', '182944.772500', '182945.232500', '182945.692500', '182946.152500', '182946.612500', '182947.072500', '182947.532500', '182947.992500', '182948.452500', '182948.912500', '182949.372500', '182949.832500', '182950.292500', '182950.752500', '182951.212500', '182951.672500', '182952.132500', '182952.592500', '182953.052500', '182953.512500', '182953.972500', '182954.432500', '182954.892500', '182955.352500', '182955.812500', '182956.272500', '182956.732500', '182957.192500', '182957.652500', '182958.112500', '182958.572500', '182959.032500', '182959.492500', '182959.952500', '183000.412500', '183000.872500', '183001.332500', '183001.792500', '183002.252500', '183002.712500', '183003.172500', '183003.632500', '183004.092500', '183004.552500', '183005.012500', '183005.472500', '183005.932500', '183006.392500', '183006.852500', '183007.312500', '183007.772500', '183008.232500', '183008.692500', '183009.152500', '183009.612500', '183010.072500', '183010.532500', '183010.992500', '183011.452500', '183011.912500', '183012.372500', '183012.832500', '183013.292500', '183013.752500', '183014.212500', '183014.672500', '183015.132500', '183015.592500', '183016.052500', '183016.512500', '183016.972500', '183017.432500', '183017.892500', '183018.352500', '183018.812500', '183019.272500', '183019.732500', '183020.192500', '183020.652500', '183021.112500', '183021.572500', '183022.032500', '183022.492500', '183022.952500', '183023.412500', '183023.872500', '183024.332500', '183024.792500', '183025.252500', '183025.712500', '183026.172500', '183026.632500', '183027.092500', '183027.552500', '183028.012500', '183028.472500', '183028.932500', '183029.392500', '183029.852500', '183030.312500', '183030.772500', '183031.232500', '183031.692500', '183032.152500', '183032.612500', '183033.072500', '183033.532500', '183033.992500', '183034.452500', '183034.912500', '183035.372500', '183035.832500', '183036.292500', '183036.752500', '183037.212500', '183037.672500', '183038.132500', '183038.592500', '183039.052500', '183039.512500', '183039.972500', '183040.432500', '183040.892500', '183041.352500', '183041.812500', '183042.272500', '183042.732500', '183043.192500', '183043.652500', '183044.112500', '183044.572500', '183045.032500', '183045.492500', '183045.952500', '183046.412500', '183046.872500', '183047.332500', '183047.792500', '183048.252500', '183048.712500', '183049.172500', '183049.632500', '183050.092500', '183050.552500', '183051.012500', '183051.472500', '183051.932500', '183052.392500', '183052.852500', '183053.312500', '183053.772500', '183054.232500', '183054.692500', '183055.152500', '183055.612500', '183056.072500', '183056.532500', '183056.992500', '183057.452500', '183057.912500', '183058.372500', '183058.832500', '183059.292500', '183059.752500', '183100.212500', '183100.672500', '183101.132500', '183101.592500', '183102.052500', '183102.512500', '183102.972500', '183103.432500', '183103.892500', '183104.352500', '183104.812500', '183105.272500', '183105.732500', '183106.192500', '183106.652500', '183107.112500', '183107.572500', '183108.032500', '183108.492500', '183108.952500', '183109.412500', '183109.872500', '183110.332500', '183110.792500', '183111.252500', '183111.712500', '183112.172500', '183112.632500', '183113.092500', '183113.552500', '183114.012500', '183114.472500', '183114.932500', '183115.392500', '183115.852500', '183116.312500', '183116.772500', '183117.232500', '183117.692500', '183118.152500', '183118.612500', '183119.072500', '183119.532500', '183119.992500', '183120.452500', '183120.912500', '183121.372500', '183121.832500', '183122.292500', '183122.752500', '183123.212500', '183123.672500', '183124.132500', '183124.592500', '183125.052500', '183125.512500', '183125.972500', '183126.432500', '183126.892500', '183127.352500', '183127.812500', '183128.272500', '183128.732500', '183129.192500', '183129.652500', '183130.112500', '183130.572500', '183131.032500', '183131.492500', '183131.952500', '183132.412500', '183132.872500', '183133.332500', '183133.792500', '183134.252500', '183134.712500', '183135.172500', '183135.632500', '183136.092500', '183136.552500', '183137.012500', '183137.472500', '183137.932500', '183138.392500', '183138.852500', '183139.312500', '183139.772500', '183140.232500', '183140.692500', '183141.152500', '183141.612500', '183142.072500', '183142.532500', '183142.992500', '183143.452500', '183143.912500', '183144.372500', '183144.832500', '183145.292500', '183145.752500', '183146.212500', '183146.672500', '183147.132500', '183147.592500', '183148.052500', '183148.512500', '183148.972500', '183149.432500', '183149.892500', '183150.352500', '183150.812500', '183151.272500', '183151.732500', '183152.192500', '183152.652500', '183153.112500', '183153.572500', '183154.032500', '183154.492500', '183154.952500', '183155.412500', '183155.872500', '183156.332500', '183156.792500', '183157.252500', '183157.712500', '183158.172500', '183158.632500', '183159.092500', '183159.552500', '183200.012500', '183200.472500', '183200.932500', '183201.392500', '183201.852500', '183202.312500', '183202.772500', '183203.232500', '183203.692500', '183204.152500', '183204.612500', '183205.072500', '183205.532500', '183205.992500', '183206.452500', '183206.912500', '183207.372500', '183207.832500', '183208.292500', '183208.752500', '183209.212500', '183209.672500', '183210.132500', '183210.592500', '183211.052500', '183211.512500', '183211.972500', '183212.432500', '183212.892500', '183213.352500', '183213.812500', '183214.272500', '183214.732500', '183215.192500', '183215.652500', '183216.112500', '183216.572500', '183217.032500', '183217.492500', '183217.952500', '183218.412500', '183218.872500', '183219.332500', '183219.792500', '183220.252500', '183220.712500', '183221.172500', '183221.632500', '183222.092500', '183222.552500', '183223.012500', '183223.472500', '183223.932500', '183224.392500', '183224.852500', '183225.312500', '183225.772500', '183226.232500', '183226.692500', '183227.152500', '183227.612500', '183228.072500', '183228.532500', '183228.992500', '183229.452500', '183229.912500', '183230.372500', '183230.832500', '183231.292500', '183231.752500', '183232.212500', '183232.672500', '183233.132500', '183233.592500', '183234.052500', '183234.512500', '183234.972500', '183235.432500', '183235.892500', '183236.352500', '183236.812500', '183237.272500', '183237.732500', '183238.192500', '183238.652500', '183239.112500', '183239.572500', '183240.032500', '183240.492500', '183240.952500', '183241.412500', '183241.872500', '183242.332500', '183242.792500', '183243.252500', '183243.712500', '183244.172500', '183244.632500', '183245.092500', '183245.552500', '183246.012500', '183246.472500', '183246.932500', '183247.392500', '183247.852500', '183248.312500', '183248.772500', '183249.232500', '183249.692500', '183250.152500', '183250.612500', '183251.072500', '183251.532500', '183251.992500', '183252.452500', '183252.912500', '183253.372500', '183253.832500', '183254.292500', '183254.752500', '183255.212500', '183255.672500', '183256.132500', '183256.592500', '183257.052500', '183257.512500', '183257.972500', '183258.432500', '183258.892500', '183259.352500', '183259.812500', '183300.272500', '183300.732500', '183301.192500', '183301.652500', '183302.112500', '183302.572500', '183303.032500', '183303.492500', '183303.952500', '183304.412500', '183304.872500', '183305.332500', '183305.792500', '183306.252500', '183306.712500', '183307.172500', '183307.632500', '183308.092500', '183308.552500', '183309.012500', '183309.472500', '183309.932500', '183310.392500', '183310.852500', '183311.312500', '183311.772500', '183312.232500', '183312.692500', '183313.152500', '183313.612500', '183314.072500', '183314.532500', '183314.992500', '183315.452500', '183315.912500', '183316.372500', '183316.832500', '183317.292500', '183317.752500', '183318.212500', '183318.672500', '183319.132500', '183319.592500', '183320.052500', '183320.512500', '183320.972500', '183321.432500', '183321.892500', '183322.352500', '183322.812500', '183323.272500', '183323.732500', '183324.192500', '183324.652500', '183325.112500', '183325.572500', '183326.032500', '183326.492500', '183326.952500', '183327.412500', '183327.872500', '183328.332500', '183328.792500', '183329.252500', '183329.712500', '183330.172500', '183330.632500', '183331.092500', '183331.552500', '183332.012500', '183332.472500', '183332.932500', '183333.392500', '183333.852500', '183334.312500', '183334.772500', '183335.232500', '183335.692500', '183336.152500', '183336.612500', '183337.072500', '183337.532500', '183337.992500', '183338.452500', '183338.912500', '183339.372500', '183339.832500', '183340.292500', '183340.752500', '183341.212500', '183341.672500', '183342.132500', '183342.592500', '183343.052500', '183343.512500', '183343.972500', '183344.432500', '183344.892500', '183345.352500', '183345.812500', '183346.272500', '183346.732500', '183347.192500', '183347.652500', '183348.112500', '183348.572500', '183349.032500', '183349.492500', '183349.952500', '183350.412500', '183350.872500', '183351.332500', '183351.792500', '183352.252500', '183352.712500', '183353.172500', '183353.632500', '183354.092500', '183354.552500', '183355.012500', '183355.472500', '183355.932500', '183356.392500', '183356.852500', '183357.312500', '183357.772500', '183358.232500', '183358.692500', '183359.152500', '183359.612500', '183400.072500', '183400.532500', '183400.992500', '183401.452500', '183401.912500', '183402.372500', '183402.832500', '183403.292500', '183403.752500', '183404.212500', '183404.672500', '183405.132500', '183405.592500', '183406.052500', '183406.512500', '183406.972500', '183407.432500', '183407.892500', '183408.352500', '183408.812500', '183409.272500', '183409.732500', '183410.192500', '183410.652500', '183411.112500', '183411.572500', '183412.032500', '183412.492500', '183412.952500', '183413.412500', '183413.872500', '183414.332500', '183414.792500', '183415.252500', '183415.712500', '183416.172500', '183416.632500', '183417.092500', '183417.552500', '183418.012500', '183418.472500', '183418.932500', '183419.392500', '183419.852500', '183420.312500', '183420.772500', '183421.232500', '183421.692500', '183422.152500', '183422.612500', '183423.072500', '183423.532500', '183423.992500', '183424.452500', '183424.912500', '183425.372500', '183425.832500', '183426.292500', '183426.752500', '183427.212500', '183427.672500', '183428.132500', '183428.592500', '183429.052500', '183429.512500', '183429.972500', '183430.432500', '183430.892500', '183431.352500', '183431.812500', '183432.272500', '183432.732500', '183433.192500', '183433.652500', '183434.112500', '183434.572500', '183435.032500', '183435.492500', '183435.952500', '183436.412500', '183436.872500', '183437.332500', '183437.792500', '183438.252500', '183438.712500', '183439.172500', '183439.632500', '183440.092500', '183440.552500', '183441.012500', '183441.472500', '183441.932500', '183442.392500', '183442.852500', '183443.312500', '183443.772500', '183444.232500', '183444.692500', '183445.152500', '183445.612500', '183446.072500', '183446.532500', '183446.992500', '183447.452500', '183447.912500', '183448.372500', '183448.832500', '183449.292500', '183449.752500', '183450.212500', '183450.672500', '183451.132500', '183451.592500', '183452.052500', '183452.512500', '183452.972500', '183453.432500', '183453.892500', '183454.352500', '183454.812500', '183455.272500', '183455.732500', '183456.192500', '183456.652500', '183457.112500', '183457.572500', '183458.032500', '183458.492500', '183458.952500', '183459.412500', '183459.872500', '183500.332500', '183500.792500', '183501.252500', '183501.712500', '183502.172500', '183502.632500', '183503.092500', '183503.552500', '183504.012500', '183504.472500', '183504.932500', '183505.392500', '183505.852500', '183506.312500', '183506.772500', '183507.232500', '183507.692500', '183508.152500', '183508.612500', '183509.072500', '183509.532500', '183509.992500', '183510.452500', '183510.912500', '183511.372500', '183511.832500', '183512.292500', '183512.752500', '183513.212500', '183513.672500', '183514.132500', '183514.592500', '183515.052500', '183515.512500', '183515.972500', '183516.432500', '183516.892500', '183517.352500', '183517.812500', '183518.272500', '183518.732500', '183519.192500', '183519.652500', '183520.112500', '183520.572500', '183521.032500', '183521.492500', '183521.952500', '183522.412500', '183522.872500', '183523.332500', '183523.792500', '183524.252500', '183524.712500', '183525.172500', '183525.632500', '183526.092500', '183526.552500', '183527.012500', '183527.472500', '183527.932500', '183528.392500', '183528.852500', '183529.312500', '183529.772500', '183530.232500', '183530.692500', '183531.152500', '183531.612500', '183532.072500', '183532.532500', '183532.992500', '183533.452500', '183533.912500', '183534.372500', '183534.832500', '183535.292500', '183535.752500', '183536.212500', '183536.672500', '183537.132500', '183537.592500', '183538.052500', '183538.512500', '183538.972500', '183539.432500', '183539.892500', '183540.352500', '183540.812500', '183541.272500', '183541.732500', '183542.192500', '183542.652500', '183543.112500', '183543.572500', '183544.032500', '183544.492500', '183544.952500', '183545.412500', '183545.872500', '183546.332500', '183546.792500', '183547.252500', '183547.712500', '183548.172500', '183548.632500', '183549.092500', '183549.552500', '183550.012500', '183550.472500', '183550.932500', '183551.392500', '183551.852500', '183552.312500', '183552.772500', '183553.232500', '183553.692500', '183554.152500', '183554.612500', '183555.072500', '183555.532500', '183555.992500', '183556.452500', '183556.912500', '183557.372500', '183557.832500', '183558.292500', '183558.752500', '183559.212500', '183559.672500', '183600.132500', '183600.592500', '183601.052500', '183601.512500', '183601.972500', '183602.432500', '183602.892500', '183603.352500', '183603.812500', '183604.272500', '183604.732500', '183605.192500', '183605.652500', '183606.112500', '183606.572500', '183607.032500', '183607.492500', '183607.952500', '183608.412500', '183608.872500', '183609.332500', '183609.792500', '183610.252500', '183610.712500', '183611.172500', '183611.632500', '183612.092500', '183612.552500', '183613.012500', '183613.472500', '183613.932500', '183614.392500', '183614.852500', '183615.312500', '183615.772500', '183616.232500', '183616.692500', '183617.152500', '183617.612500', '183618.072500', '183618.532500', '183618.992500', '183619.452500', '183619.912500', '183620.372500', '183620.832500', '183621.292500', '183621.752500', '183622.212500', '183622.672500', '183623.132500', '183623.592500', '183624.052500', '183624.512500', '183624.972500', '183625.432500', '183625.892500', '183626.352500', '183626.812500', '183627.272500', '183627.732500', '183628.192500', '183628.652500', '183629.112500', '183629.572500', '183630.032500', '183630.492500', '183630.952500', '183631.412500', '183631.872500', '183632.332500', '183632.792500', '183633.252500', '183633.712500', '183634.172500', '183634.632500', '183635.092500', '183635.552500', '183636.012500', '183636.472500', '183636.932500', '183637.392500', '183637.852500', '183638.312500', '183638.772500', '183639.232500', '183639.692500', '183640.152500', '183640.612500', '183641.072500', '183641.532500', '183641.992500', '183642.452500', '183642.912500', '183643.372500', '183643.832500', '183644.292500', '183644.752500', '183645.212500', '183645.672500', '183646.132500', '183646.592500', '183647.052500', '183647.512500', '183647.972500', '183648.432500', '183648.892500', '183649.352500', '183649.812500', '183650.272500', '183650.732500', '183651.192500', '183651.652500', '183652.112500', '183652.572500', '183653.032500', '183653.492500', '183653.952500', '183654.412500', '183654.872500', '183655.332500', '183655.792500', '183656.252500', '183656.712500', '183657.172500', '183657.632500', '183658.092500', '183658.552500', '183659.012500', '183659.472500', '183659.932500', '183700.392500', '183700.852500', '183701.312500', '183701.772500', '183702.232500', '183702.692500', '183703.152500', '183703.612500', '183704.072500', '183704.532500', '183704.992500', '183705.452500', '183705.912500', '183706.372500', '183706.832500', '183707.292500', '183707.752500', '183708.212500', '183708.672500', '183709.132500', '183709.592500', '183710.052500', '183710.512500', '183710.972500', '183711.432500', '183711.892500', '183712.352500', '183712.812500', '183713.272500', '183713.732500', '183714.192500', '183714.652500', '183715.112500', '183715.572500', '183716.032500', '183716.492500', '183716.952500', '183717.412500', '183717.872500', '183718.332500', '183718.792500', '183719.252500', '183719.712500', '183720.172500', '183720.632500', '183721.092500', '183721.552500', '183722.012500', '183722.472500', '183722.932500', '183723.392500', '183723.852500', '183724.312500', '183724.772500', '183725.232500', '183725.692500', '183726.152500', '183726.612500', '183727.072500', '183727.532500', '183727.992500', '183728.452500', '183728.912500', '183729.372500', '183729.832500', '183730.292500', '183730.752500', '183731.212500', '183731.672500', '183732.132500', '183732.592500', '183733.052500', '183733.512500', '183733.972500', '183734.432500', '183734.892500', '183735.352500', '183735.812500', '183736.272500', '183736.732500', '183737.192500', '183737.652500', '183738.112500', '183738.572500', '183739.032500', '183739.492500', '183739.952500', '183740.412500', '183740.872500', '183741.332500', '183741.792500', '183742.252500', '183742.712500', '183743.172500', '183743.632500', '183744.092500', '183744.552500', '183745.012500', '183745.472500', '183745.932500', '183746.392500', '183746.852500', '183747.312500', '183747.772500', '183748.232500', '183748.692500', '183749.152500', '183749.612500', '183750.072500', '183750.532500', '183750.992500', '183751.452500', '183751.912500', '183752.372500', '183752.832500', '183753.292500', '183753.752500', '183754.212500', '183754.672500', '183755.132500', '183755.592500', '183756.052500', '183756.512500', '183756.972500', '183757.432500', '183757.892500', '183758.352500', '183758.812500', '183759.272500', '183759.732500', '183800.192500', '183800.652500', '183801.112500', '183801.572500', '183802.032500', '183802.492500', '183802.952500', '183803.412500', '183803.872500', '183804.332500', '183804.792500', '183805.252500', '183805.712500', '183806.172500', '183806.632500', '183807.092500', '183807.552500', '183808.012500', '183808.472500', '183808.932500', '183809.392500', '183809.852500', '183810.312500', '183810.772500', '183811.232500', '183811.692500', '183812.152500', '183812.612500', '183813.072500', '183813.532500', '183813.992500', '183814.452500', '183814.912500', '183815.372500', '183815.832500', '183816.292500', '183816.752500', '183817.212500', '183817.672500', '183818.132500', '183818.592500', '183819.052500', '183819.512500', '183819.972500', '183820.432500', '183820.892500', '183821.352500', '183821.812500', '183822.272500', '183822.732500', '183823.192500', '183823.652500', '183824.112500', '183824.572500', '183825.032500', '183825.492500', '183825.952500', '183826.412500', '183826.872500', '183827.332500', '183827.792500', '183828.252500', '183828.712500', '183829.172500', '183829.632500', '183830.092500', '183830.552500', '183831.012500', '183831.472500', '183831.932500', '183832.392500', '183832.852500', '183833.312500', '183833.772500', '183834.232500', '183834.692500', '183835.152500', '183835.612500', '183836.072500', '183836.532500', '183836.992500', '183837.452500', '183837.912500', '183838.372500', '183838.832500', '183839.292500', '183839.752500', '183840.212500', '183840.672500', '183841.132500', '183841.592500', '183842.052500', '183842.512500', '183842.972500', '183843.432500', '183843.892500', '183844.352500', '183844.812500', '183845.272500', '183845.732500', '183846.192500', '183846.652500', '183847.112500', '183847.572500', '183848.032500', '183848.492500', '183848.952500', '183849.412500', '183849.872500', '183850.332500', '183850.792500', '183851.252500', '183851.712500', '183852.172500', '183852.632500', '183853.092500', '183853.552500', '183854.012500', '183854.472500', '183854.932500', '183855.392500', '183855.852500', '183856.312500', '183856.772500', '183857.232500', '183857.692500', '183858.152500', '183858.612500', '183859.072500', '183859.532500', '183859.992500', '183900.452500', '183900.912500', '183901.372500', '183901.832500', '183902.292500', '183902.752500', '183903.212500', '183903.672500', '183904.132500', '183904.592500', '183905.052500', '183905.512500', '183905.972500', '183906.432500', '183906.892500', '183907.352500', '183907.812500', '183908.272500', '183908.732500', '183909.192500', '183909.652500', '183910.112500', '183910.572500', '183911.032500', '183911.492500', '183911.952500', '183912.412500', '183912.872500', '183913.332500', '183913.792500', '183914.252500', '183914.712500', '183915.172500', '183915.632500', '183916.092500', '183916.552500', '183917.012500', '183917.472500', '183917.932500', '183918.392500', '183918.852500', '183919.312500', '183919.772500', '183920.232500', '183920.692500', '183921.152500', '183921.612500', '183922.072500', '183922.532500', '183922.992500', '183923.452500', '183923.912500', '183924.372500', '183924.832500', '183925.292500', '183925.752500', '183926.212500', '183926.672500', '183927.132500', '183927.592500', '183928.052500', '183928.512500', '183928.972500', '183929.432500', '183929.892500', '183930.352500', '183930.812500', '183931.272500', '183931.732500', '183932.192500', '183932.652500', '183933.112500', '183933.572500', '183934.032500', '183934.492500', '183934.952500', '183935.412500', '183935.872500', '183936.332500', '183936.792500', '183937.252500', '183937.712500', '183938.172500', '183938.632500', '183939.092500', '183939.552500', '183940.012500', '183940.472500', '183940.932500', '183941.392500', '183941.852500', '183942.312500', '183942.772500', '183943.232500', '183943.692500', '183944.152500', '183944.612500', '183945.072500', '183945.532500', '183945.992500', '183946.452500', '183946.912500', '183947.372500', '183947.832500', '183948.292500', '183948.752500', '183949.212500', '183949.672500', '183950.132500', '183950.592500', '183951.052500', '183951.512500', '183951.972500', '183952.432500', '183952.892500', '183953.352500', '183953.812500', '183954.272500', '183954.732500', '183955.192500', '183955.652500', '183956.112500', '183956.572500', '183957.032500', '183957.492500', '183957.952500', '183958.412500', '183958.872500', '183959.332500', '183959.792500', '184000.252500', '184000.712500', '184001.172500', '184001.632500', '184002.092500', '184002.552500', '184003.012500', '184003.472500', '184003.932500', '184004.392500', '184004.852500', '184005.312500', '184005.772500', '184006.232500', '184006.692500', '184007.152500', '184007.612500', '184008.072500', '184008.532500', '184008.992500', '184009.452500', '184009.912500', '184010.372500', '184010.832500', '184011.292500', '184011.752500'], 'ContentTime': ['182950.540000', '182950.543000', '182950.546000', '182950.549000', '182950.552000', '182950.554000', '182950.557000', '182950.559000', '182950.562000', '182950.564000', '182950.567000', '182950.570000', '182950.573000', '182950.588000', '182950.591000', '182950.598000', '182950.600000', '182950.603000', '182950.605000', '182950.608000', '182950.611000', '182950.613000', '182950.616000', '183010.509000', '183010.512000', '183010.515000', '183010.517000', '183010.520000', '183010.522000', '183010.525000', '183010.527000', '183010.530000', '183010.532000', '183010.535000', '183010.538000', '183010.540000', '183010.543000', '183010.550000', '183010.552000', '183010.555000', '183010.557000', '183010.560000', '183010.562000', '183010.565000', '183010.567000', '183010.570000', '183010.572000', '183010.575000', '183010.577000', '183010.580000', '183010.582000', '183010.585000', '183010.588000', '183010.590000', '183010.593000', '183010.595000', '183010.598000', '183010.602000', '183010.605000', '183010.607000', '183010.610000', '183010.613000', '183010.615000', '183010.618000', '183010.620000', '183010.623000', '183030.509000', '183030.512000', '183030.515000', '183030.517000', '183030.520000', '183030.523000', '183030.525000', '183030.528000', '183030.530000', '183030.533000', '183030.535000', '183030.538000', '183030.540000', '183030.543000', '183030.546000', '183030.548000', '183030.551000', '183030.553000', '183030.556000', '183030.558000', '183030.561000', '183030.564000', '183030.566000', '183030.569000', '183030.571000', '183030.574000', '183030.576000', '183030.579000', '183030.581000', '183030.584000', '183030.586000', '183030.589000', '183030.591000', '183030.594000', '183030.596000', '183030.599000', '183030.602000', '183030.604000', '183030.609000', '183030.611000', '183030.614000', '183030.616000', '183030.619000', '183050.510000', '183050.512000', '183050.515000', '183050.518000', '183050.520000', '183050.523000', '183050.525000', '183050.528000', '183050.530000', '183050.533000', '183050.535000', '183050.538000', '183050.540000', '183050.543000', '183050.546000', '183050.548000', '183050.551000', '183050.553000', '183050.556000', '183050.559000', '183050.561000', '183050.564000', '183050.566000', '183050.569000', '183050.571000', '183050.574000', '183050.576000', '183050.579000', '183050.581000', '183050.584000', '183050.587000', '183050.589000', '183050.592000', '183050.594000', '183050.597000', '183050.599000', '183050.602000', '183050.605000', '183050.607000', '183050.610000', '183050.612000', '183050.615000', '183050.618000', '183050.620000', '183110.510000', '183110.512000', '183110.515000', '183110.518000', '183110.520000', '183110.523000', '183110.525000', '183110.528000', '183110.531000', '183110.533000', '183110.536000', '183110.538000', '183110.541000', '183110.543000', '183110.546000', '183110.548000', '183110.551000', '183110.554000', '183110.556000', '183110.559000', '183110.561000', '183110.564000', '183110.566000', '183110.569000', '183110.572000', '183110.574000', '183110.577000', '183110.579000', '183110.582000', '183110.584000', '183110.587000', '183110.590000', '183110.592000', '183110.595000', '183110.597000', '183110.600000', '183110.603000', '183110.605000', '183110.608000', '183110.610000', '183110.613000', '183110.615000', '183110.618000', '183110.620000', '183130.515000', '183130.517000', '183130.520000', '183130.523000', '183130.525000', '183130.528000', '183130.530000', '183130.533000', '183130.536000', '183130.538000', '183130.541000', '183130.543000', '183130.546000', '183130.548000', '183130.551000', '183130.554000', '183130.556000', '183130.559000', '183130.561000', '183130.564000', '183130.566000', '183130.569000', '183130.571000', '183130.574000', '183130.577000', '183130.579000', '183130.582000', '183130.584000', '183130.587000', '183130.589000', '183130.592000', '183130.595000', '183130.597000', '183130.600000', '183130.602000', '183130.605000', '183130.607000', '183130.610000', '183130.612000', '183130.615000', '183130.618000', '183130.620000', '183130.623000', '183150.510000', '183150.513000', '183150.516000', '183150.518000', '183150.521000', '183150.523000', '183150.526000', '183150.529000', '183150.531000', '183150.534000', '183150.536000', '183150.539000', '183150.541000', '183150.544000', '183150.547000', '183150.549000', '183150.552000', '183150.554000', '183150.557000', '183150.560000', '183150.562000', '183150.565000', '183150.567000', '183150.570000', '183150.572000', '183150.575000', '183150.577000', '183150.580000', '183150.583000', '183150.585000', '183150.588000', '183150.590000', '183150.593000', '183150.595000', '183150.598000', '183150.601000', '183150.603000', '183150.606000', '183150.608000', '183150.611000', '183150.613000', '183150.616000', '183150.619000', '183150.621000', '183210.511000', '183210.513000', '183210.516000', '183210.518000', '183210.521000', '183210.524000', '183210.526000', '183210.529000', '183210.531000', '183210.534000', '183210.537000', '183210.539000', '183210.542000', '183210.544000', '183210.547000', '183210.550000', '183210.552000', '183210.555000', '183210.557000', '183210.560000', '183210.563000', '183210.565000', '183210.568000', '183210.570000', '183210.573000', '183210.575000', '183210.578000', '183210.581000', '183210.583000', '183210.586000', '183210.588000', '183210.591000', '183210.594000', '183210.596000', '183210.599000', '183210.601000', '183210.604000', '183210.606000', '183210.609000', '183210.612000', '183210.614000', '183210.617000', '183210.620000', '183230.510000', '183230.512000', '183230.515000', '183230.518000', '183230.520000', '183230.523000', '183230.525000', '183230.528000', '183230.530000', '183230.533000', '183230.535000', '183230.538000', '183230.541000', '183230.543000', '183230.546000', '183230.548000', '183230.551000', '183230.553000', '183230.556000', '183230.559000', '183230.561000', '183230.564000', '183230.566000', '183230.569000', '183230.572000', '183230.574000', '183230.577000', '183230.579000', '183230.582000', '183230.584000', '183230.587000', '183230.590000', '183230.592000', '183230.595000', '183230.598000', '183230.600000', '183230.603000', '183230.605000', '183230.608000', '183230.610000', '183230.613000', '183230.616000', '183230.618000', '183230.621000', '183250.510000', '183250.512000', '183250.515000', '183250.518000', '183250.520000', '183250.523000', '183250.525000', '183250.528000', '183250.531000', '183250.534000', '183250.536000', '183250.539000', '183250.541000', '183250.544000', '183250.547000', '183250.549000', '183250.552000', '183250.554000', '183250.557000', '183250.560000', '183250.562000', '183250.565000', '183250.567000', '183250.570000', '183250.572000', '183250.575000', '183250.578000', '183250.580000', '183250.583000', '183250.585000', '183250.588000', '183250.590000', '183250.593000', '183250.596000', '183250.598000', '183250.601000', '183250.603000', '183250.606000', '183250.608000', '183250.621000', '183250.624000', '183250.626000', '183250.629000', '183310.509000', '183310.512000', '183310.515000', '183310.518000', '183310.521000', '183310.524000', '183310.526000', '183310.529000', '183310.532000', '183310.534000', '183310.537000', '183310.540000', '183310.542000', '183310.545000', '183310.547000', '183310.550000', '183310.552000', '183310.555000', '183310.558000', '183310.560000', '183310.563000', '183310.565000', '183310.568000', '183310.571000', '183310.574000', '183310.577000', '183310.579000', '183310.582000', '183310.584000', '183310.587000', '183310.590000', '183310.592000', '183310.595000', '183310.597000', '183310.600000', '183310.603000', '183310.605000', '183310.608000', '183310.611000', '183310.613000', '183310.616000', '183310.618000', '183310.621000', '183310.623000', '183330.510000', '183330.512000', '183330.515000', '183330.518000', '183330.520000', '183330.523000', '183330.525000', '183330.528000', '183330.530000', '183330.533000', '183330.536000', '183330.538000', '183330.541000', '183330.543000', '183330.546000', '183330.549000', '183330.551000', '183330.554000', '183330.556000', '183330.559000', '183330.562000', '183330.564000', '183330.567000', '183330.569000', '183330.572000', '183330.574000', '183330.577000', '183330.580000', '183330.582000', '183330.585000', '183330.587000', '183330.590000', '183330.593000', '183330.595000', '183330.598000', '183330.600000', '183330.603000', '183330.606000', '183330.608000', '183330.611000', '183330.613000', '183330.616000', '183330.619000', '183350.510000', '183350.513000', '183350.515000', '183350.518000', '183350.520000', '183350.523000', '183350.525000', '183350.528000', '183350.531000', '183350.533000', '183350.536000', '183350.538000', '183350.541000', '183350.544000', '183350.547000', '183350.549000', '183350.552000', '183350.555000', '183350.557000', '183350.560000', '183350.562000', '183350.565000', '183350.567000', '183350.570000', '183350.573000', '183350.575000', '183350.578000', '183350.580000', '183350.583000', '183350.586000', '183350.588000', '183350.591000', '183350.593000', '183350.596000', '183350.599000', '183350.601000', '183350.604000', '183350.606000', '183350.609000', '183350.611000', '183350.614000', '183350.617000', '183350.619000', '183350.622000', '183410.509000', '183410.512000', '183410.515000', '183410.517000', '183410.520000', '183410.523000', '183410.525000', '183410.528000', '183410.530000', '183410.533000', '183410.536000', '183410.538000', '183410.541000', '183410.543000', '183410.546000', '183410.548000', '183410.551000', '183410.554000', '183410.556000', '183410.559000', '183410.561000', '183410.564000', '183410.567000', '183410.569000', '183410.572000', '183410.574000', '183410.577000', '183410.580000', '183410.582000', '183410.585000', '183410.587000', '183410.590000', '183410.593000', '183410.595000', '183410.598000', '183410.600000', '183410.603000', '183410.606000', '183410.608000', '183410.611000', '183410.613000', '183410.616000', '183410.619000', '183430.511000', '183430.513000', '183430.516000', '183430.518000', '183430.521000', '183430.524000', '183430.526000', '183430.539000', '183430.542000', '183430.544000', '183430.547000', '183430.549000', '183430.552000', '183430.555000', '183430.558000', '183430.561000', '183430.564000', '183430.566000', '183430.569000', '183430.571000', '183430.574000', '183430.577000', '183430.579000', '183430.582000', '183430.584000', '183430.587000', '183430.590000', '183430.592000', '183430.595000', '183430.598000', '183430.600000', '183430.603000', '183430.605000', '183430.608000', '183430.611000', '183430.614000', '183430.616000', '183430.619000', '183430.622000', '183430.624000', '183430.627000', '183430.629000', '183430.632000', '183450.510000', '183450.513000', '183450.515000', '183450.518000', '183450.520000', '183450.523000', '183450.526000', '183450.528000', '183450.531000', '183450.533000', '183450.536000', '183450.538000', '183450.541000', '183450.544000', '183450.546000', '183450.549000', '183450.551000', '183450.554000', '183450.556000', '183450.559000', '183450.562000', '183450.564000', '183450.567000', '183450.570000', '183450.573000', '183450.576000', '183450.578000', '183450.581000', '183450.583000', '183450.586000', '183450.588000', '183450.591000', '183450.594000', '183450.596000', '183450.599000', '183450.601000', '183450.604000', '183450.607000', '183450.609000', '183450.612000', '183450.614000', '183450.617000', '183450.620000', '183450.622000', '183510.510000', '183510.512000', '183510.515000', '183510.518000', '183510.520000', '183510.523000', '183510.525000', '183510.528000', '183510.531000', '183510.533000', '183510.536000', '183510.539000', '183510.542000', '183510.552000', '183510.555000', '183510.557000', '183510.560000', '183510.562000', '183510.565000', '183510.568000', '183510.570000', '183510.573000', '183510.575000', '183510.578000', '183510.580000', '183510.583000', '183510.586000', '183510.588000', '183510.591000', '183510.593000', '183510.596000', '183510.599000', '183510.601000', '183510.604000', '183510.607000', '183510.609000', '183510.612000', '183510.614000', '183510.617000', '183510.620000', '183510.624000', '183510.627000', '183510.629000', '183530.510000', '183530.513000', '183530.515000', '183530.518000', '183530.520000', '183530.523000', '183530.525000', '183530.528000', '183530.531000', '183530.533000', '183530.536000', '183530.538000', '183530.541000', '183530.543000', '183530.546000', '183530.548000', '183530.551000', '183530.554000', '183530.556000', '183530.559000', '183530.561000', '183530.564000', '183530.566000', '183530.569000', '183530.572000', '183530.574000', '183530.577000', '183530.579000', '183530.582000', '183530.584000', '183530.587000', '183530.589000', '183530.592000', '183530.595000', '183530.597000', '183530.600000', '183530.602000', '183530.605000', '183530.608000', '183530.610000', '183530.613000', '183530.615000', '183530.618000', '183530.620000', '183550.509000', '183550.512000', '183550.515000', '183550.517000', '183550.520000', '183550.523000', '183550.525000', '183550.528000', '183550.530000', '183550.533000', '183550.536000', '183550.538000', '183550.541000', '183550.543000', '183550.546000', '183550.548000', '183550.551000', '183550.553000', '183550.571000', '183550.573000', '183550.576000', '183550.578000', '183550.581000', '183550.584000', '183550.587000', '183550.589000', '183550.592000', '183550.595000', '183550.599000', '183550.601000', '183550.604000', '183550.606000', '183550.609000', '183550.612000', '183550.614000', '183550.617000', '183550.619000', '183550.622000', '183550.625000', '183550.627000', '183550.630000', '183550.632000', '183550.635000', '183610.510000', '183610.512000', '183610.515000', '183610.518000', '183610.520000', '183610.523000', '183610.525000', '183610.528000', '183610.530000', '183610.533000', '183610.536000', '183610.538000', '183610.541000', '183610.543000', '183610.546000', '183610.548000', '183610.551000', '183610.554000', '183610.556000', '183610.559000', '183610.561000', '183610.564000', '183610.566000', '183610.569000', '183610.572000', '183610.574000', '183610.577000', '183610.579000', '183610.582000', '183610.585000', '183610.587000', '183610.590000', '183610.593000', '183610.595000', '183610.598000', '183610.600000', '183610.603000', '183610.605000', '183610.608000', '183610.611000', '183610.613000', '183610.616000', '183610.618000', '183610.621000', '183630.510000', '183630.512000', '183630.515000', '183630.518000', '183630.520000', '183630.523000', '183630.525000', '183630.528000', '183630.531000', '183630.533000', '183630.536000', '183630.538000', '183630.541000', '183630.544000', '183630.547000', '183630.549000', '183630.552000', '183630.555000', '183630.557000', '183630.560000', '183630.562000', '183630.565000', '183630.567000', '183630.570000', '183630.572000', '183630.575000', '183630.578000', '183630.580000', '183630.583000', '183630.585000', '183630.588000', '183630.590000', '183630.593000', '183630.596000', '183630.598000', '183630.601000', '183630.604000', '183630.606000', '183630.609000', '183630.611000', '183630.614000', '183630.617000', '183630.619000', '183650.510000', '183650.513000', '183650.516000', '183650.519000', '183650.521000', '183650.524000', '183650.526000', '183650.529000', '183650.531000', '183650.534000', '183650.536000', '183650.539000', '183650.542000', '183650.544000', '183650.547000', '183650.549000', '183650.552000', '183650.554000', '183650.557000', '183650.560000', '183650.562000', '183650.565000', '183650.568000', '183650.570000', '183650.573000', '183650.575000', '183650.578000', '183650.581000', '183650.583000', '183650.586000', '183650.588000', '183650.591000', '183650.593000', '183650.596000', '183650.599000', '183650.601000', '183650.604000', '183650.607000', '183650.609000', '183650.612000', '183650.615000', '183650.617000', '183650.620000', '183650.623000', '183710.510000', '183710.513000', '183710.515000', '183710.518000', '183710.520000', '183710.523000', '183710.526000', '183710.528000', '183710.531000', '183710.533000', '183710.536000', '183710.538000', '183710.541000', '183710.544000', '183710.546000', '183710.549000', '183710.551000', '183710.554000', '183710.557000', '183710.559000', '183710.562000', '183710.564000', '183710.567000', '183710.570000', '183710.579000', '183710.582000', '183710.585000', '183710.587000', '183710.603000', '183710.606000', '183710.609000', '183710.611000', '183710.614000', '183710.616000', '183710.619000', '183710.622000', '183710.624000', '183710.627000', '183710.629000', '183710.632000', '183710.634000', '183710.638000', '183710.641000', '183730.510000', '183730.512000', '183730.515000', '183730.518000', '183730.520000', '183730.523000', '183730.525000', '183730.528000', '183730.531000', '183730.533000', '183730.536000', '183730.538000', '183730.541000', '183730.543000', '183730.546000', '183730.549000', '183730.551000', '183730.554000', '183730.556000', '183730.559000', '183730.562000', '183730.564000', '183730.567000', '183730.570000', '183730.572000', '183730.575000', '183730.577000', '183730.580000', '183730.583000', '183730.585000', '183730.588000', '183730.590000', '183730.593000', '183730.595000', '183730.598000', '183730.601000', '183730.603000', '183730.606000', '183730.609000', '183730.611000', '183730.614000', '183730.616000', '183730.619000', '183730.621000', '183750.510000', '183750.512000', '183750.515000', '183750.517000', '183750.520000', '183750.523000', '183750.525000', '183750.528000', '183750.530000', '183750.533000', '183750.535000', '183750.538000', '183750.541000', '183750.543000', '183750.546000', '183750.548000', '183750.551000', '183750.553000', '183750.556000', '183750.559000', '183750.561000', '183750.564000', '183750.566000', '183750.569000', '183750.571000', '183750.574000', '183750.577000', '183750.579000', '183750.588000', '183750.590000', '183750.593000', '183750.595000', '183750.598000', '183750.601000', '183750.603000', '183750.606000', '183750.608000', '183750.612000', '183750.615000', '183750.618000', '183750.620000', '183750.623000', '183750.626000', '183810.510000', '183810.513000', '183810.515000', '183810.518000', '183810.520000', '183810.523000', '183810.526000', '183810.528000', '183810.531000', '183810.533000', '183810.536000', '183810.538000', '183810.541000', '183810.544000', '183810.546000', '183810.549000', '183810.551000', '183810.554000', '183810.557000', '183810.559000', '183810.562000', '183810.564000', '183810.567000', '183810.569000', '183810.572000', '183810.575000', '183810.577000', '183810.580000', '183810.582000', '183810.585000', '183810.587000', '183810.590000', '183810.593000', '183810.595000', '183810.598000', '183810.601000', '183810.603000', '183810.606000', '183810.608000', '183810.611000', '183810.613000', '183810.616000', '183810.619000', '183810.621000', '183830.510000', '183830.512000', '183830.515000', '183830.518000', '183830.520000', '183830.523000', '183830.525000', '183830.528000', '183830.531000', '183830.533000', '183830.536000', '183830.538000', '183830.541000', '183830.543000', '183830.546000', '183830.549000', '183830.551000', '183830.554000', '183830.556000', '183830.559000', '183830.561000', '183830.564000', '183830.567000', '183830.569000', '183830.572000', '183830.584000', '183830.586000', '183830.589000', '183830.591000', '183830.594000', '183830.597000', '183830.599000', '183830.602000', '183830.604000', '183830.607000', '183830.610000', '183830.612000', '183830.615000', '183830.617000', '183830.620000', '183830.623000', '183830.625000', '183830.628000', '183850.510000', '183850.513000', '183850.515000', '183850.518000', '183850.520000', '183850.523000', '183850.525000', '183850.528000', '183850.531000', '183850.533000', '183850.536000', '183850.539000', '183850.541000', '183850.544000', '183850.546000', '183850.549000', '183850.552000', '183850.554000', '183850.557000', '183850.559000', '183850.562000', '183850.564000', '183850.567000', '183850.569000', '183850.572000', '183850.575000', '183850.577000', '183850.580000', '183850.582000', '183850.585000', '183850.588000', '183850.590000', '183850.593000', '183850.595000', '183850.598000', '183850.601000', '183850.603000', '183850.606000', '183850.608000', '183850.611000', '183850.613000', '183850.616000', '183850.619000', '183850.621000', '183910.511000', '183910.514000', '183910.516000', '183910.519000', '183910.521000', '183910.524000', '183910.526000', '183910.529000', '183910.532000', '183910.534000', '183910.537000', '183910.539000', '183910.542000', '183910.545000', '183910.547000', '183910.550000', '183910.552000', '183910.555000', '183910.558000', '183910.560000', '183910.563000', '183910.565000', '183910.568000', '183910.570000', '183910.573000', '183910.576000', '183910.578000', '183910.581000', '183910.583000', '183910.586000', '183910.589000', '183910.591000', '183910.594000', '183910.596000', '183910.599000', '183910.602000', '183910.604000', '183910.607000', '183910.609000', '183910.612000', '183910.614000', '183910.617000', '183910.620000', '183930.510000', '183930.513000', '183930.515000', '183930.518000', '183930.520000', '183930.523000', '183930.526000', '183930.528000', '183930.531000', '183930.534000', '183930.536000', '183930.539000', '183930.541000', '183930.544000', '183930.547000', '183930.549000', '183930.552000', '183930.554000', '183930.557000', '183930.560000', '183930.562000', '183930.565000', '183930.567000', '183930.570000', '183930.573000', '183930.575000', '183930.578000', '183930.581000', '183930.583000', '183930.586000', '183930.588000', '183930.591000', '183930.593000', '183930.596000', '183930.599000', '183930.601000', '183930.604000', '183930.607000', '183930.609000', '183930.612000', '183930.614000', '183930.617000', '183930.619000', '183930.622000', '183950.510000', '183950.513000', '183950.515000', '183950.518000', '183950.520000', '183950.523000', '183950.526000', '183950.542000', '183950.545000', '183950.547000', '183950.550000', '183950.552000', '183950.555000', '183950.557000', '183950.560000', '183950.563000', '183950.565000', '183950.568000', '183950.570000', '183950.573000', '183950.575000', '183950.578000', '183950.581000', '183950.583000', '183950.586000', '183950.588000', '183950.591000', '183950.594000', '183950.596000', '183950.599000', '183950.601000', '183950.604000', '183950.607000', '183950.609000', '183950.612000', '183950.614000', '183950.617000', '183950.620000', '183950.622000', '183950.625000', '183950.627000', '183950.630000', '183950.632000', '184010.510000', '184010.513000', '184010.515000', '184010.518000', '184010.521000', '184010.523000', '184010.526000', '184010.528000', '184010.531000', '184010.534000', '184010.536000', '184010.539000', '184010.541000', '184010.544000', '184010.546000', '184010.549000', '184010.552000', '184010.554000', '184010.557000', '184010.559000', '184010.562000', '184010.565000', '184010.567000', '184010.570000', '184010.572000', '184010.575000', '184010.577000', '184010.580000', '184010.583000', '184010.585000', '184010.588000', '184010.590000', '184010.593000', '184010.596000', '184010.598000', '184010.601000', '184010.603000', '184010.606000', '184010.609000', '184010.611000', '184010.614000', '184010.616000', '184010.619000', '184010.621000', '184012.732000', '184012.735000', '184012.738000', '184012.741000', '184012.743000'], 'InstanceCreationTime': ['182950.540000', '182950.543000', '182950.546000', '182950.549000', '182950.552000', '182950.554000', '182950.557000', '182950.559000', '182950.562000', '182950.564000', '182950.567000', '182950.570000', '182950.573000', '182950.588000', '182950.591000', '182950.598000', '182950.600000', '182950.603000', '182950.605000', '182950.608000', '182950.611000', '182950.613000', '182950.616000', '183010.509000', '183010.512000', '183010.515000', '183010.517000', '183010.520000', '183010.522000', '183010.525000', '183010.527000', '183010.530000', '183010.532000', '183010.535000', '183010.538000', '183010.540000', '183010.543000', '183010.550000', '183010.552000', '183010.555000', '183010.557000', '183010.560000', '183010.562000', '183010.565000', '183010.567000', '183010.570000', '183010.572000', '183010.575000', '183010.577000', '183010.580000', '183010.582000', '183010.585000', '183010.588000', '183010.590000', '183010.593000', '183010.595000', '183010.598000', '183010.602000', '183010.605000', '183010.607000', '183010.610000', '183010.613000', '183010.615000', '183010.618000', '183010.620000', '183010.623000', '183030.509000', '183030.512000', '183030.515000', '183030.517000', '183030.520000', '183030.523000', '183030.525000', '183030.528000', '183030.530000', '183030.533000', '183030.535000', '183030.538000', '183030.540000', '183030.543000', '183030.546000', '183030.548000', '183030.551000', '183030.553000', '183030.556000', '183030.558000', '183030.561000', '183030.564000', '183030.566000', '183030.569000', '183030.571000', '183030.574000', '183030.576000', '183030.579000', '183030.581000', '183030.584000', '183030.586000', '183030.589000', '183030.591000', '183030.594000', '183030.596000', '183030.599000', '183030.602000', '183030.604000', '183030.609000', '183030.611000', '183030.614000', '183030.616000', '183030.619000', '183050.510000', '183050.512000', '183050.515000', '183050.518000', '183050.520000', '183050.523000', '183050.525000', '183050.528000', '183050.530000', '183050.533000', '183050.535000', '183050.538000', '183050.540000', '183050.543000', '183050.546000', '183050.548000', '183050.551000', '183050.553000', '183050.556000', '183050.559000', '183050.561000', '183050.564000', '183050.566000', '183050.569000', '183050.571000', '183050.574000', '183050.576000', '183050.579000', '183050.581000', '183050.584000', '183050.587000', '183050.589000', '183050.592000', '183050.594000', '183050.597000', '183050.599000', '183050.602000', '183050.605000', '183050.607000', '183050.610000', '183050.612000', '183050.615000', '183050.618000', '183050.620000', '183110.510000', '183110.512000', '183110.515000', '183110.518000', '183110.520000', '183110.523000', '183110.525000', '183110.528000', '183110.531000', '183110.533000', '183110.536000', '183110.538000', '183110.541000', '183110.543000', '183110.546000', '183110.548000', '183110.551000', '183110.554000', '183110.556000', '183110.559000', '183110.561000', '183110.564000', '183110.566000', '183110.569000', '183110.572000', '183110.574000', '183110.577000', '183110.579000', '183110.582000', '183110.584000', '183110.587000', '183110.590000', '183110.592000', '183110.595000', '183110.597000', '183110.600000', '183110.603000', '183110.605000', '183110.608000', '183110.610000', '183110.613000', '183110.615000', '183110.618000', '183110.620000', '183130.515000', '183130.517000', '183130.520000', '183130.523000', '183130.525000', '183130.528000', '183130.530000', '183130.533000', '183130.536000', '183130.538000', '183130.541000', '183130.543000', '183130.546000', '183130.548000', '183130.551000', '183130.554000', '183130.556000', '183130.559000', '183130.561000', '183130.564000', '183130.566000', '183130.569000', '183130.571000', '183130.574000', '183130.577000', '183130.579000', '183130.582000', '183130.584000', '183130.587000', '183130.589000', '183130.592000', '183130.595000', '183130.597000', '183130.600000', '183130.602000', '183130.605000', '183130.607000', '183130.610000', '183130.612000', '183130.615000', '183130.618000', '183130.620000', '183130.623000', '183150.510000', '183150.513000', '183150.516000', '183150.518000', '183150.521000', '183150.523000', '183150.526000', '183150.529000', '183150.531000', '183150.534000', '183150.536000', '183150.539000', '183150.541000', '183150.544000', '183150.547000', '183150.549000', '183150.552000', '183150.554000', '183150.557000', '183150.560000', '183150.562000', '183150.565000', '183150.567000', '183150.570000', '183150.572000', '183150.575000', '183150.577000', '183150.580000', '183150.583000', '183150.585000', '183150.588000', '183150.590000', '183150.593000', '183150.595000', '183150.598000', '183150.601000', '183150.603000', '183150.606000', '183150.608000', '183150.611000', '183150.613000', '183150.616000', '183150.619000', '183150.621000', '183210.511000', '183210.513000', '183210.516000', '183210.518000', '183210.521000', '183210.524000', '183210.526000', '183210.529000', '183210.531000', '183210.534000', '183210.537000', '183210.539000', '183210.542000', '183210.544000', '183210.547000', '183210.550000', '183210.552000', '183210.555000', '183210.557000', '183210.560000', '183210.563000', '183210.565000', '183210.568000', '183210.570000', '183210.573000', '183210.575000', '183210.578000', '183210.581000', '183210.583000', '183210.586000', '183210.588000', '183210.591000', '183210.594000', '183210.596000', '183210.599000', '183210.601000', '183210.604000', '183210.606000', '183210.609000', '183210.612000', '183210.614000', '183210.617000', '183210.620000', '183230.510000', '183230.512000', '183230.515000', '183230.518000', '183230.520000', '183230.523000', '183230.525000', '183230.528000', '183230.530000', '183230.533000', '183230.535000', '183230.538000', '183230.541000', '183230.543000', '183230.546000', '183230.548000', '183230.551000', '183230.553000', '183230.556000', '183230.559000', '183230.561000', '183230.564000', '183230.566000', '183230.569000', '183230.572000', '183230.574000', '183230.577000', '183230.579000', '183230.582000', '183230.584000', '183230.587000', '183230.590000', '183230.592000', '183230.595000', '183230.598000', '183230.600000', '183230.603000', '183230.605000', '183230.608000', '183230.610000', '183230.613000', '183230.616000', '183230.618000', '183230.621000', '183250.510000', '183250.512000', '183250.515000', '183250.518000', '183250.520000', '183250.523000', '183250.525000', '183250.528000', '183250.531000', '183250.534000', '183250.536000', '183250.539000', '183250.541000', '183250.544000', '183250.547000', '183250.549000', '183250.552000', '183250.554000', '183250.557000', '183250.560000', '183250.562000', '183250.565000', '183250.567000', '183250.570000', '183250.572000', '183250.575000', '183250.578000', '183250.580000', '183250.583000', '183250.585000', '183250.588000', '183250.590000', '183250.593000', '183250.596000', '183250.598000', '183250.601000', '183250.603000', '183250.606000', '183250.608000', '183250.621000', '183250.624000', '183250.626000', '183250.629000', '183310.509000', '183310.512000', '183310.515000', '183310.518000', '183310.521000', '183310.524000', '183310.526000', '183310.529000', '183310.532000', '183310.534000', '183310.537000', '183310.540000', '183310.542000', '183310.545000', '183310.547000', '183310.550000', '183310.552000', '183310.555000', '183310.558000', '183310.560000', '183310.563000', '183310.565000', '183310.568000', '183310.571000', '183310.574000', '183310.577000', '183310.579000', '183310.582000', '183310.584000', '183310.587000', '183310.590000', '183310.592000', '183310.595000', '183310.597000', '183310.600000', '183310.603000', '183310.605000', '183310.608000', '183310.611000', '183310.613000', '183310.616000', '183310.618000', '183310.621000', '183310.623000', '183330.510000', '183330.512000', '183330.515000', '183330.518000', '183330.520000', '183330.523000', '183330.525000', '183330.528000', '183330.530000', '183330.533000', '183330.536000', '183330.538000', '183330.541000', '183330.543000', '183330.546000', '183330.549000', '183330.551000', '183330.554000', '183330.556000', '183330.559000', '183330.562000', '183330.564000', '183330.567000', '183330.569000', '183330.572000', '183330.574000', '183330.577000', '183330.580000', '183330.582000', '183330.585000', '183330.587000', '183330.590000', '183330.593000', '183330.595000', '183330.598000', '183330.600000', '183330.603000', '183330.606000', '183330.608000', '183330.611000', '183330.613000', '183330.616000', '183330.619000', '183350.510000', '183350.513000', '183350.515000', '183350.518000', '183350.520000', '183350.523000', '183350.525000', '183350.528000', '183350.531000', '183350.533000', '183350.536000', '183350.538000', '183350.541000', '183350.544000', '183350.547000', '183350.549000', '183350.552000', '183350.555000', '183350.557000', '183350.560000', '183350.562000', '183350.565000', '183350.567000', '183350.570000', '183350.573000', '183350.575000', '183350.578000', '183350.580000', '183350.583000', '183350.586000', '183350.588000', '183350.591000', '183350.593000', '183350.596000', '183350.599000', '183350.601000', '183350.604000', '183350.606000', '183350.609000', '183350.611000', '183350.614000', '183350.617000', '183350.619000', '183350.622000', '183410.509000', '183410.512000', '183410.515000', '183410.517000', '183410.520000', '183410.523000', '183410.525000', '183410.528000', '183410.530000', '183410.533000', '183410.536000', '183410.538000', '183410.541000', '183410.543000', '183410.546000', '183410.548000', '183410.551000', '183410.554000', '183410.556000', '183410.559000', '183410.561000', '183410.564000', '183410.567000', '183410.569000', '183410.572000', '183410.574000', '183410.577000', '183410.580000', '183410.582000', '183410.585000', '183410.587000', '183410.590000', '183410.593000', '183410.595000', '183410.598000', '183410.600000', '183410.603000', '183410.606000', '183410.608000', '183410.611000', '183410.613000', '183410.616000', '183410.619000', '183430.511000', '183430.513000', '183430.516000', '183430.518000', '183430.521000', '183430.524000', '183430.526000', '183430.539000', '183430.542000', '183430.544000', '183430.547000', '183430.549000', '183430.552000', '183430.555000', '183430.558000', '183430.561000', '183430.564000', '183430.566000', '183430.569000', '183430.571000', '183430.574000', '183430.577000', '183430.579000', '183430.582000', '183430.584000', '183430.587000', '183430.590000', '183430.592000', '183430.595000', '183430.598000', '183430.600000', '183430.603000', '183430.605000', '183430.608000', '183430.611000', '183430.614000', '183430.616000', '183430.619000', '183430.622000', '183430.624000', '183430.627000', '183430.629000', '183430.632000', '183450.510000', '183450.513000', '183450.515000', '183450.518000', '183450.520000', '183450.523000', '183450.526000', '183450.528000', '183450.531000', '183450.533000', '183450.536000', '183450.538000', '183450.541000', '183450.544000', '183450.546000', '183450.549000', '183450.551000', '183450.554000', '183450.556000', '183450.559000', '183450.562000', '183450.564000', '183450.567000', '183450.570000', '183450.573000', '183450.576000', '183450.578000', '183450.581000', '183450.583000', '183450.586000', '183450.588000', '183450.591000', '183450.594000', '183450.596000', '183450.599000', '183450.601000', '183450.604000', '183450.607000', '183450.609000', '183450.612000', '183450.614000', '183450.617000', '183450.620000', '183450.622000', '183510.510000', '183510.512000', '183510.515000', '183510.518000', '183510.520000', '183510.523000', '183510.525000', '183510.528000', '183510.531000', '183510.533000', '183510.536000', '183510.539000', '183510.542000', '183510.552000', '183510.555000', '183510.557000', '183510.560000', '183510.562000', '183510.565000', '183510.568000', '183510.570000', '183510.573000', '183510.575000', '183510.578000', '183510.580000', '183510.583000', '183510.586000', '183510.588000', '183510.591000', '183510.593000', '183510.596000', '183510.599000', '183510.601000', '183510.604000', '183510.607000', '183510.609000', '183510.612000', '183510.614000', '183510.617000', '183510.620000', '183510.624000', '183510.627000', '183510.629000', '183530.510000', '183530.513000', '183530.515000', '183530.518000', '183530.520000', '183530.523000', '183530.525000', '183530.528000', '183530.531000', '183530.533000', '183530.536000', '183530.538000', '183530.541000', '183530.543000', '183530.546000', '183530.548000', '183530.551000', '183530.554000', '183530.556000', '183530.559000', '183530.561000', '183530.564000', '183530.566000', '183530.569000', '183530.572000', '183530.574000', '183530.577000', '183530.579000', '183530.582000', '183530.584000', '183530.587000', '183530.589000', '183530.592000', '183530.595000', '183530.597000', '183530.600000', '183530.602000', '183530.605000', '183530.608000', '183530.610000', '183530.613000', '183530.615000', '183530.618000', '183530.620000', '183550.509000', '183550.512000', '183550.515000', '183550.517000', '183550.520000', '183550.523000', '183550.525000', '183550.528000', '183550.530000', '183550.533000', '183550.536000', '183550.538000', '183550.541000', '183550.543000', '183550.546000', '183550.548000', '183550.551000', '183550.553000', '183550.571000', '183550.573000', '183550.576000', '183550.578000', '183550.581000', '183550.584000', '183550.587000', '183550.589000', '183550.592000', '183550.595000', '183550.599000', '183550.601000', '183550.604000', '183550.606000', '183550.609000', '183550.612000', '183550.614000', '183550.617000', '183550.619000', '183550.622000', '183550.625000', '183550.627000', '183550.630000', '183550.632000', '183550.635000', '183610.510000', '183610.512000', '183610.515000', '183610.518000', '183610.520000', '183610.523000', '183610.525000', '183610.528000', '183610.530000', '183610.533000', '183610.536000', '183610.538000', '183610.541000', '183610.543000', '183610.546000', '183610.548000', '183610.551000', '183610.554000', '183610.556000', '183610.559000', '183610.561000', '183610.564000', '183610.566000', '183610.569000', '183610.572000', '183610.574000', '183610.577000', '183610.579000', '183610.582000', '183610.585000', '183610.587000', '183610.590000', '183610.593000', '183610.595000', '183610.598000', '183610.600000', '183610.603000', '183610.605000', '183610.608000', '183610.611000', '183610.613000', '183610.616000', '183610.618000', '183610.621000', '183630.510000', '183630.512000', '183630.515000', '183630.518000', '183630.520000', '183630.523000', '183630.525000', '183630.528000', '183630.531000', '183630.533000', '183630.536000', '183630.538000', '183630.541000', '183630.544000', '183630.547000', '183630.549000', '183630.552000', '183630.555000', '183630.557000', '183630.560000', '183630.562000', '183630.565000', '183630.567000', '183630.570000', '183630.572000', '183630.575000', '183630.578000', '183630.580000', '183630.583000', '183630.585000', '183630.588000', '183630.590000', '183630.593000', '183630.596000', '183630.598000', '183630.601000', '183630.604000', '183630.606000', '183630.609000', '183630.611000', '183630.614000', '183630.617000', '183630.619000', '183650.510000', '183650.513000', '183650.516000', '183650.519000', '183650.521000', '183650.524000', '183650.526000', '183650.529000', '183650.531000', '183650.534000', '183650.536000', '183650.539000', '183650.542000', '183650.544000', '183650.547000', '183650.549000', '183650.552000', '183650.554000', '183650.557000', '183650.560000', '183650.562000', '183650.565000', '183650.568000', '183650.570000', '183650.573000', '183650.575000', '183650.578000', '183650.581000', '183650.583000', '183650.586000', '183650.588000', '183650.591000', '183650.593000', '183650.596000', '183650.599000', '183650.601000', '183650.604000', '183650.607000', '183650.609000', '183650.612000', '183650.615000', '183650.617000', '183650.620000', '183650.623000', '183710.510000', '183710.513000', '183710.515000', '183710.518000', '183710.520000', '183710.523000', '183710.526000', '183710.528000', '183710.531000', '183710.533000', '183710.536000', '183710.538000', '183710.541000', '183710.544000', '183710.546000', '183710.549000', '183710.551000', '183710.554000', '183710.557000', '183710.559000', '183710.562000', '183710.564000', '183710.567000', '183710.570000', '183710.579000', '183710.582000', '183710.585000', '183710.587000', '183710.603000', '183710.606000', '183710.609000', '183710.611000', '183710.614000', '183710.616000', '183710.619000', '183710.622000', '183710.624000', '183710.627000', '183710.629000', '183710.632000', '183710.634000', '183710.638000', '183710.641000', '183730.510000', '183730.512000', '183730.515000', '183730.518000', '183730.520000', '183730.523000', '183730.525000', '183730.528000', '183730.531000', '183730.533000', '183730.536000', '183730.538000', '183730.541000', '183730.543000', '183730.546000', '183730.549000', '183730.551000', '183730.554000', '183730.556000', '183730.559000', '183730.562000', '183730.564000', '183730.567000', '183730.570000', '183730.572000', '183730.575000', '183730.577000', '183730.580000', '183730.583000', '183730.585000', '183730.588000', '183730.590000', '183730.593000', '183730.595000', '183730.598000', '183730.601000', '183730.603000', '183730.606000', '183730.609000', '183730.611000', '183730.614000', '183730.616000', '183730.619000', '183730.621000', '183750.510000', '183750.512000', '183750.515000', '183750.517000', '183750.520000', '183750.523000', '183750.525000', '183750.528000', '183750.530000', '183750.533000', '183750.535000', '183750.538000', '183750.541000', '183750.543000', '183750.546000', '183750.548000', '183750.551000', '183750.553000', '183750.556000', '183750.559000', '183750.561000', '183750.564000', '183750.566000', '183750.569000', '183750.571000', '183750.574000', '183750.577000', '183750.579000', '183750.588000', '183750.590000', '183750.593000', '183750.595000', '183750.598000', '183750.601000', '183750.603000', '183750.606000', '183750.608000', '183750.612000', '183750.615000', '183750.618000', '183750.620000', '183750.623000', '183750.626000', '183810.510000', '183810.513000', '183810.515000', '183810.518000', '183810.520000', '183810.523000', '183810.526000', '183810.528000', '183810.531000', '183810.533000', '183810.536000', '183810.538000', '183810.541000', '183810.544000', '183810.546000', '183810.549000', '183810.551000', '183810.554000', '183810.557000', '183810.559000', '183810.562000', '183810.564000', '183810.567000', '183810.569000', '183810.572000', '183810.575000', '183810.577000', '183810.580000', '183810.582000', '183810.585000', '183810.587000', '183810.590000', '183810.593000', '183810.595000', '183810.598000', '183810.601000', '183810.603000', '183810.606000', '183810.608000', '183810.611000', '183810.613000', '183810.616000', '183810.619000', '183810.621000', '183830.510000', '183830.512000', '183830.515000', '183830.518000', '183830.520000', '183830.523000', '183830.525000', '183830.528000', '183830.531000', '183830.533000', '183830.536000', '183830.538000', '183830.541000', '183830.543000', '183830.546000', '183830.549000', '183830.551000', '183830.554000', '183830.556000', '183830.559000', '183830.561000', '183830.564000', '183830.567000', '183830.569000', '183830.572000', '183830.584000', '183830.586000', '183830.589000', '183830.591000', '183830.594000', '183830.597000', '183830.599000', '183830.602000', '183830.604000', '183830.607000', '183830.610000', '183830.612000', '183830.615000', '183830.617000', '183830.620000', '183830.623000', '183830.625000', '183830.628000', '183850.510000', '183850.513000', '183850.515000', '183850.518000', '183850.520000', '183850.523000', '183850.525000', '183850.528000', '183850.531000', '183850.533000', '183850.536000', '183850.539000', '183850.541000', '183850.544000', '183850.546000', '183850.549000', '183850.552000', '183850.554000', '183850.557000', '183850.559000', '183850.562000', '183850.564000', '183850.567000', '183850.569000', '183850.572000', '183850.575000', '183850.577000', '183850.580000', '183850.582000', '183850.585000', '183850.588000', '183850.590000', '183850.593000', '183850.595000', '183850.598000', '183850.601000', '183850.603000', '183850.606000', '183850.608000', '183850.611000', '183850.613000', '183850.616000', '183850.619000', '183850.621000', '183910.511000', '183910.514000', '183910.516000', '183910.519000', '183910.521000', '183910.524000', '183910.526000', '183910.529000', '183910.532000', '183910.534000', '183910.537000', '183910.539000', '183910.542000', '183910.545000', '183910.547000', '183910.550000', '183910.552000', '183910.555000', '183910.558000', '183910.560000', '183910.563000', '183910.565000', '183910.568000', '183910.570000', '183910.573000', '183910.576000', '183910.578000', '183910.581000', '183910.583000', '183910.586000', '183910.589000', '183910.591000', '183910.594000', '183910.596000', '183910.599000', '183910.602000', '183910.604000', '183910.607000', '183910.609000', '183910.612000', '183910.614000', '183910.617000', '183910.620000', '183930.510000', '183930.513000', '183930.515000', '183930.518000', '183930.520000', '183930.523000', '183930.526000', '183930.528000', '183930.531000', '183930.534000', '183930.536000', '183930.539000', '183930.541000', '183930.544000', '183930.547000', '183930.549000', '183930.552000', '183930.554000', '183930.557000', '183930.560000', '183930.562000', '183930.565000', '183930.567000', '183930.570000', '183930.573000', '183930.575000', '183930.578000', '183930.581000', '183930.583000', '183930.586000', '183930.588000', '183930.591000', '183930.593000', '183930.596000', '183930.599000', '183930.601000', '183930.604000', '183930.607000', '183930.609000', '183930.612000', '183930.614000', '183930.617000', '183930.619000', '183930.622000', '183950.510000', '183950.513000', '183950.515000', '183950.518000', '183950.520000', '183950.523000', '183950.526000', '183950.542000', '183950.545000', '183950.547000', '183950.550000', '183950.552000', '183950.555000', '183950.557000', '183950.560000', '183950.563000', '183950.565000', '183950.568000', '183950.570000', '183950.573000', '183950.575000', '183950.578000', '183950.581000', '183950.583000', '183950.586000', '183950.588000', '183950.591000', '183950.594000', '183950.596000', '183950.599000', '183950.601000', '183950.604000', '183950.607000', '183950.609000', '183950.612000', '183950.614000', '183950.617000', '183950.620000', '183950.622000', '183950.625000', '183950.627000', '183950.630000', '183950.632000', '184010.510000', '184010.513000', '184010.515000', '184010.518000', '184010.521000', '184010.523000', '184010.526000', '184010.528000', '184010.531000', '184010.534000', '184010.536000', '184010.539000', '184010.541000', '184010.544000', '184010.546000', '184010.549000', '184010.552000', '184010.554000', '184010.557000', '184010.559000', '184010.562000', '184010.565000', '184010.567000', '184010.570000', '184010.572000', '184010.575000', '184010.577000', '184010.580000', '184010.583000', '184010.585000', '184010.588000', '184010.590000', '184010.593000', '184010.596000', '184010.598000', '184010.601000', '184010.603000', '184010.606000', '184010.609000', '184010.611000', '184010.614000', '184010.616000', '184010.619000', '184010.621000', '184012.732000', '184012.735000', '184012.738000', '184012.741000', '184012.743000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [11677, 12865, 18745, 11658, 14416, 13735, 11875, 19713, 13881, 11315, 16672, 11226, 13028, 13788, 11603, 16160, 11079, 11256, 16798, 10905, 13614, 12624, 11690, 19242, 12036, 11048, 14960, 11442, 15191, 12929, 11655, 17917, 11983, 11136, 16382, 11520, 11626, 16598, 11179, 14484, 13680, 11773, 18946, 15223, 12016, 18569, 12698, 11577, 19492, 12146, 11867, 16905, 11798, 11599, 19548, 11748, 11544, 16103, 14378, 11053, 12463, 13813, 11395, 14480, 16662, 11470, 17487, 13651, 12070, 19491, 11982, 11932, 18183, 11965, 10943, 15942, 11691, 11761, 15915, 11214, 12400, 12241, 11477, 16688, 12789, 11592, 17761, 11373, 12076, 15237, 11942, 18787, 11694, 11315, 14891, 10980, 11202, 14128, 11182, 11369, 14661, 10527, 12277, 17301, 11147, 11256, 18103, 15480, 11389, 13453, 15566, 11303, 18006, 15579, 11655, 17573, 11512, 12234, 16903, 11160, 15512, 11746, 11524, 17403, 11877, 10802, 13803, 11043, 12278, 15998, 11172, 18321, 12842, 11226, 18253, 12108, 17937, 13768, 11319, 17912, 11033, 13698, 12151, 11603, 19188, 12793, 11136, 15331, 11394, 11816, 16893, 11218, 13924, 12346, 11787, 19723, 13245, 11460, 15301, 11024, 11196, 15782, 10936, 11648, 13750, 11371, 16265, 13429, 11473, 18035, 12713, 11214, 17789, 11202, 11607, 16856, 11414, 11883, 13721, 11287, 17045, 14211, 12009, 18608, 11943, 11429, 18127, 12338, 11060, 14459, 11195, 13932, 14261, 11644, 17346, 11612, 11430, 16208, 10998, 14346, 12332, 11467, 15557, 11028, 11222, 13741, 10896, 17184, 11317, 16434, 12931, 11171, 15079, 11066, 13162, 14019, 11249, 17152, 10985, 11572, 16745, 11912, 11165, 15026, 10859, 11292, 17490, 11185, 11145, 12961, 11122, 18076, 13511, 11170, 16264, 11137, 14234, 14706, 11328, 16035, 10819, 11085, 15534, 10727, 13173, 11624, 11779, 19169, 13025, 11236, 15459, 11634, 11421, 17000, 10877, 12521, 11910, 11756, 18946, 13143, 11223, 15650, 11151, 12208, 15703, 10853, 17378, 10863, 12149, 12596, 11223, 14734, 10718, 13765, 13116, 11138, 16962, 10990, 11335, 16896, 11168, 10592, 13075, 11146, 13527, 14720, 11012, 14786, 12080, 11646, 19022, 13930, 11329, 15610, 11043, 11454, 17720, 11337, 11667, 16239, 11464, 11387, 17710, 11471, 11438, 17111, 11413, 13948, 14831, 11312, 17226, 11943, 11168, 17606, 11114, 11268, 15492, 10996, 10829, 14455, 10825, 11662, 16443, 12219, 11210, 17339, 11412, 11790, 16384, 14642, 10978, 14006, 14652, 11200, 18115, 15704, 12119, 18395, 14033, 11928, 18938, 12106, 11902, 17462, 12599, 11446, 17298, 11122, 12037, 16905, 11334, 11139, 12895, 11915, 11389, 13157, 14008, 11909, 11962, 15430, 12720, 11135, 14783, 15576, 11034, 13438, 13474, 10960, 14789, 15524, 11050, 11494, 16087, 11808, 11145, 16972, 11089, 11504, 15586, 15010, 11341, 12955, 16008, 12011, 15264, 18463, 14245, 11653, 17685, 13715, 18418, 15499, 11675, 15336, 13472, 11901, 15019, 11922, 11839, 15885, 13573, 11824, 13977, 12471, 11743, 15786, 12549, 11471, 16265, 14219, 10851, 13444, 15083, 11287, 11725, 12638, 15492, 12042, 11466, 12816, 13951, 11237, 16991, 14493, 11883, 18266, 12927, 11426, 14280, 11131, 15462, 11324, 11502, 14871, 10857, 11540, 11826, 11295, 15874, 11230, 11610, 15207, 11185, 10777, 14540, 10601, 14766, 14051, 11985, 17053, 11291, 11432, 16567, 11037, 13653, 11507, 11361, 18374, 13618, 11616, 16467, 11657, 11358, 17234, 11617, 11683, 15432, 12138, 18441, 14501, 11428, 16943, 12451, 10989, 16996, 11581, 12686, 14360, 11676, 18455, 11453, 12154, 14567, 11687, 17308, 11463, 11233, 15409, 11034, 11372, 11843, 11417, 16810, 12282, 10972, 14026, 10783, 11305, 13672, 10875, 15670, 11485, 11389, 17960, 14541, 12997, 13568, 11687, 18905, 15205, 11247, 13635, 11256, 16862, 12493, 11138, 15146, 11032, 11533, 16936, 12247, 10698, 15135, 10996, 13658, 15906, 11826, 18722, 11766, 14898, 13758, 11874, 17309, 11075, 12567, 10851, 11172, 14776, 10762, 11692, 10953, 11608, 16626, 11475, 10852, 13118, 10831, 12653, 13725, 11042, 13251, 10361, 10622, 12357, 14235, 11417, 11717, 17906, 14833, 13472, 11741, 19082, 14715, 11718, 18500, 12005, 11220, 17981, 13287, 12476, 12381, 11325, 18430, 12768, 11573, 14081, 12021, 15400, 14275, 11277, 13233, 12060, 11732, 16372, 13093, 11800, 18560, 13157, 11816, 18809, 13021, 12067, 18095, 13559, 12232, 18010, 12257, 12126, 18258, 13489, 11553, 15041, 11208, 11870, 17097, 11615, 12326, 17233, 12905, 12704, 17592, 11606, 12193, 14673, 11652, 15238, 12723, 12187, 16107, 12789, 11700, 15970, 11962, 11997, 17455, 12020, 11721, 14846, 11648, 11553, 14090, 11345, 16118, 12173, 11772, 17644, 11379, 11731, 13659, 11228, 13286, 12159, 11436, 13717, 13002, 11259, 13764, 12065, 11774, 17632, 13843, 11417, 17998, 12301, 11831, 18025, 12632, 11722, 16922, 11735, 11294, 16624, 11446, 11283, 16575, 11487, 13922, 13174, 11616, 18174, 13724, 11570, 16719, 11419, 11337, 17044, 11439, 11356, 14711, 11111, 11447, 16177, 11375, 11372, 14281, 11136, 15080, 12368, 11528, 17795, 12154, 11503, 17053, 11147, 11793, 16313, 11467, 11092, 14253, 11838, 11842, 16071, 11059, 12360, 13302, 11698, 13327, 16378, 11227, 13555, 12604, 11790, 18745, 13697, 11632, 17622, 11869, 11646, 18673, 12049, 11673, 17448, 12613, 11789, 17993, 12030, 11917, 17801, 12929, 11926, 15798, 11016, 11749, 13621, 11736, 11160, 14847, 12608, 10971, 11610, 17585, 12451, 11722, 13627, 15723, 11361, 16250, 13020, 12020, 17783, 12664, 11546, 15117, 11519, 11524, 13865, 11444, 13317, 11937, 12072, 14664, 12985, 11597, 13887, 12348, 11991, 16414, 13135, 11457, 16755, 12084, 11769, 17468, 11840, 11555, 15597, 11804, 16319, 13359, 11727, 16840, 11909, 11790, 16518, 11519, 11437, 15245, 11120, 11538, 15323, 11842, 13354, 15815, 11274, 13567, 12322, 11800, 16270, 12609, 11340, 15953, 11131, 11793, 16869, 11570, 11680, 15800, 11335, 11717, 16422, 11188, 11759, 15995, 11582, 11539, 16472, 11388, 11703, 17129, 12160, 11526, 15172, 10987, 12036, 17393, 12082, 11652, 16597, 11681, 11465, 17171, 11485, 12025, 16145, 11690, 11548, 14407, 10884, 12064, 16852, 11129, 11779, 15084, 11370, 11636, 15828, 10888, 11914, 16101, 11571, 11284, 14166, 10817, 11614, 16584, 11965, 11614, 15673, 11594, 11865, 16432, 10982, 11830, 15622, 11423, 11410, 15678, 11013, 11578, 16548, 11591, 12784, 13293, 12026, 15301, 14040, 11270, 13742, 13106, 11898, 14270, 13887, 11542, 13072, 14241, 11476, 13689, 13935, 12040, 13489, 15435, 11742, 13516, 14007, 11885, 17336, 14706, 11951, 16591, 12881, 11947, 17938, 12215, 11827, 16310, 11815, 11521, 14023, 10743, 11614, 15974, 11245, 11787, 13618, 11740, 13581, 14451, 11522, 12808, 13457, 11408, 13024, 13346, 11745, 13488, 14710, 11395, 12675, 13312, 11344, 11886, 16930, 11857, 12109, 14821, 12295, 11440, 11953, 16118, 12883, 11020, 11240, 15263, 11609, 12097, 14484, 15106, 11570, 11487, 12929, 12097, 18533, 12669, 11400, 13300, 10343, 11596, 15491, 10848, 10757, 12781, 11125, 11533, 15175, 11172, 11385, 13375, 11788, 14809, 14053, 11391, 18039, 13863, 12573, 19067, 13210, 12688, 14514, 11528, 16284, 13859, 11358, 13763, 13058, 11395, 16264, 11720, 11655, 17869, 12693, 11521, 16570, 11314, 11886, 17556, 12346, 11342, 15658, 11049, 11509, 17731, 12859, 11726, 17388, 12540, 11923, 17653, 11054, 11819, 16180, 11491, 11379, 14173, 10885, 11963, 16953, 11433, 11922, 14295, 11261, 11792, 16007, 11315, 12120, 15801, 11684, 11501, 14701, 11063, 11750, 16297, 11451, 11531, 14587, 10874, 11919, 17567, 11803, 11879, 15719, 12580, 11489, 14359, 13051, 10574, 11866, 16536, 11719, 12063, 14640, 13409, 11268, 15343, 13544, 11436, 18271, 16579, 12004, 14601, 14278, 11972, 12860, 13988, 10384, 11285, 15545, 11553, 10280, 11589, 16162, 12572, 10492, 11887, 15457, 13831, 10664, 11961, 14617, 11474, 11900, 16901, 11510, 11873, 15822, 12087, 11533, 15953, 11336, 11879, 17255, 12057, 11859, 15139, 11937, 11992, 15190, 12921, 11789, 13205, 13974, 11555, 13771, 13367, 11868, 14213, 14622, 11119, 13787, 13455, 11971, 15537, 14044, 11402, 13172, 13630, 11841, 14531, 14171, 12015, 11748, 15011, 11821, 11642, 15029, 11675, 11756, 18137, 12437, 12100, 15962, 12081, 11829, 17004, 11880, 12120, 17178, 12503, 11590, 15456, 12480, 11907, 13848, 13419, 11928, 12258, 15255, 11695, 11998, 15140, 12088, 11961, 19382, 14573, 12093, 16508, 11906, 11444, 11659, 10803, 10696, 10773, 14612, 10399, 10836, 14096, 12888, 10495, 11725, 15231, 11791, 11261, 16705, 12373, 11709, 13946, 14379, 11839, 11816, 14010, 12322, 11168, 10136, 11281, 14610, 12361, 11742, 11776, 14731, 14342, 12130, 12053, 16437, 14243, 11242, 11609, 16776, 14051, 11778, 16728, 13150, 11934, 13619, 15620, 11429, 11734, 17365, 13405, 11479, 14452, 13549, 11159, 13348, 17761, 11994, 12001, 17006, 13809, 10844, 12174, 14795, 12246, 11939, 13237, 13573, 11663, 12414, 17847, 14519, 12666, 12528, 19344, 15958, 11264, 16693, 12012, 9592, 11975, 16032, 12220, 10125, 11810, 12321, 13312, 11492, 11730, 17394, 12637, 12379, 17513, 14285, 11941, 17057, 11099, 12329, 17191, 12770, 12011, 14778, 11255, 12366, 16616, 12249, 11544, 14627, 10878, 12097, 17363, 13023, 11931, 15191, 10925, 11656, 15111, 11189, 11688, 13183, 12312, 11817, 13105, 11923, 12594, 12746, 12399, 14611, 13452, 12227, 17024, 12399, 12262, 17759, 14621, 12138, 17083, 11595, 11805, 16265, 12431, 11553, 13886, 11704, 11740, 13746, 11182, 12077, 15247, 11574, 11353, 15129, 11862, 11735, 17973, 11972, 12225, 18975, 15349, 11905, 15867, 13690, 11963, 14716, 15115, 11810, 12241, 19348, 14710, 10538, 10555, 18510, 14263, 12887, 10843, 13765, 16528, 13193, 10938, 11516, 15175, 18315, 14401, 11904, 18039, 13664, 11911, 18525, 11303, 12346, 17815, 13091, 11683, 12271, 12659, 10186, 10951, 13671, 10325, 12009, 16723, 13142, 11429, 12156, 15514, 12193, 11645, 16252, 10999, 12211, 19750, 14947, 11780, 16126, 15606, 13010, 11838, 16047, 10826, 11819], 'WindowCenter': [4805.0, 4799.0, 4818.0, 4764.0, 4779.0, 4770.0, 4751.0, 4797.0, 4768.0, 4748.0, 4788.0, 4751.0, 4757.0, 4767.0, 4745.0, 4776.0, 4746.0, 4749.0, 4786.0, 4750.0, 4767.0, 4759.0, 4758.0, 4797.0, 4759.0, 4746.0, 4777.0, 4749.0, 4767.0, 4758.0, 4747.0, 4787.0, 4748.0, 4747.0, 4777.0, 4748.0, 4761.0, 4789.0, 4749.0, 4767.0, 4767.0, 4760.0, 4797.0, 4779.0, 4758.0, 4799.0, 4759.0, 4748.0, 4797.0, 4747.0, 4758.0, 4786.0, 4748.0, 4746.0, 4799.0, 4747.0, 4761.0, 4776.0, 4768.0, 4747.0, 4760.0, 4769.0, 4760.0, 4769.0, 4788.0, 4747.0, 4786.0, 4769.0, 4748.0, 4787.0, 4747.0, 4747.0, 4788.0, 4747.0, 4737.0, 4777.0, 4749.0, 4747.0, 4773.0, 4736.0, 4748.0, 4746.0, 4760.0, 4787.0, 4759.0, 4747.0, 4785.0, 4751.0, 4758.0, 4780.0, 4747.0, 4787.0, 4746.0, 4745.0, 4767.0, 4737.0, 4747.0, 4767.0, 4749.0, 4759.0, 4779.0, 4739.0, 4759.0, 4799.0, 4748.0, 4761.0, 4802.0, 4780.0, 4762.0, 4768.0, 4779.0, 4750.0, 4789.0, 4779.0, 4749.0, 4788.0, 4751.0, 4759.0, 4777.0, 4747.0, 4765.0, 4745.0, 4750.0, 4788.0, 4746.0, 4738.0, 4768.0, 4750.0, 4760.0, 4781.0, 4751.0, 4790.0, 4761.0, 4751.0, 4788.0, 4748.0, 4778.0, 4758.0, 4736.0, 4778.0, 4740.0, 4757.0, 4745.0, 4758.0, 4788.0, 4758.0, 4748.0, 4775.0, 4759.0, 4747.0, 4788.0, 4747.0, 4768.0, 4757.0, 4758.0, 4800.0, 4758.0, 4748.0, 4780.0, 4748.0, 4749.0, 4778.0, 4737.0, 4747.0, 4768.0, 4748.0, 4779.0, 4758.0, 4760.0, 4789.0, 4759.0, 4748.0, 4790.0, 4749.0, 4758.0, 4789.0, 4748.0, 4749.0, 4766.0, 4751.0, 4765.0, 4769.0, 4749.0, 4790.0, 4751.0, 4748.0, 4787.0, 4750.0, 4737.0, 4766.0, 4751.0, 4768.0, 4758.0, 4747.0, 4777.0, 4749.0, 4751.0, 4777.0, 4739.0, 4768.0, 4749.0, 4747.0, 4774.0, 4738.0, 4750.0, 4769.0, 4750.0, 4792.0, 4752.0, 4779.0, 4759.0, 4749.0, 4779.0, 4751.0, 4770.0, 4771.0, 4750.0, 4790.0, 4738.0, 4763.0, 4789.0, 4761.0, 4750.0, 4781.0, 4761.0, 4752.0, 4800.0, 4751.0, 4750.0, 4772.0, 4751.0, 4801.0, 4772.0, 4749.0, 4791.0, 4752.0, 4769.0, 4772.0, 4750.0, 4779.0, 4750.0, 4747.0, 4779.0, 4751.0, 4768.0, 4763.0, 4762.0, 4800.0, 4771.0, 4753.0, 4780.0, 4760.0, 4750.0, 4791.0, 4741.0, 4759.0, 4760.0, 4761.0, 4799.0, 4760.0, 4749.0, 4780.0, 4751.0, 4760.0, 4779.0, 4742.0, 4791.0, 4752.0, 4752.0, 4760.0, 4748.0, 4770.0, 4751.0, 4770.0, 4760.0, 4749.0, 4788.0, 4753.0, 4751.0, 4792.0, 4750.0, 4740.0, 4769.0, 4762.0, 4772.0, 4781.0, 4751.0, 4781.0, 4761.0, 4762.0, 4802.0, 4772.0, 4750.0, 4780.0, 4752.0, 4751.0, 4790.0, 4751.0, 4749.0, 4792.0, 4751.0, 4750.0, 4789.0, 4750.0, 4761.0, 4791.0, 4749.0, 4768.0, 4770.0, 4753.0, 4790.0, 4750.0, 4750.0, 4791.0, 4751.0, 4752.0, 4781.0, 4753.0, 4751.0, 4780.0, 4754.0, 4759.0, 4791.0, 4762.0, 4751.0, 4791.0, 4762.0, 4763.0, 4791.0, 4781.0, 4750.0, 4781.0, 4781.0, 4751.0, 4790.0, 4779.0, 4749.0, 4790.0, 4767.0, 4750.0, 4786.0, 4749.0, 4763.0, 4790.0, 4758.0, 4750.0, 4787.0, 4737.0, 4760.0, 4780.0, 4752.0, 4752.0, 4774.0, 4762.0, 4762.0, 4770.0, 4784.0, 4776.0, 4787.0, 4794.0, 4773.0, 4765.0, 4779.0, 4779.0, 4752.0, 4771.0, 4770.0, 4753.0, 4771.0, 4780.0, 4751.0, 4762.0, 4789.0, 4753.0, 4750.0, 4789.0, 4752.0, 4764.0, 4781.0, 4780.0, 4749.0, 4772.0, 4792.0, 4761.0, 4780.0, 4790.0, 4770.0, 4749.0, 4788.0, 4758.0, 4789.0, 4767.0, 4740.0, 4769.0, 4747.0, 4739.0, 4767.0, 4745.0, 4751.0, 4766.0, 4757.0, 4748.0, 4770.0, 4748.0, 4749.0, 4769.0, 4746.0, 4749.0, 4778.0, 4757.0, 4737.0, 4759.0, 4768.0, 4739.0, 4750.0, 4761.0, 4780.0, 4749.0, 4750.0, 4759.0, 4770.0, 4752.0, 4781.0, 4769.0, 4748.0, 4789.0, 4750.0, 4737.0, 4756.0, 4736.0, 4766.0, 4740.0, 4736.0, 4767.0, 4736.0, 4749.0, 4750.0, 4748.0, 4780.0, 4750.0, 4748.0, 4780.0, 4750.0, 4740.0, 4769.0, 4741.0, 4769.0, 4771.0, 4747.0, 4779.0, 4753.0, 4747.0, 4781.0, 4741.0, 4758.0, 4750.0, 4750.0, 4788.0, 4769.0, 4750.0, 4790.0, 4749.0, 4751.0, 4789.0, 4749.0, 4751.0, 4770.0, 4749.0, 4788.0, 4758.0, 4749.0, 4777.0, 4750.0, 4739.0, 4780.0, 4739.0, 4758.0, 4757.0, 4738.0, 4778.0, 4746.0, 4749.0, 4766.0, 4747.0, 4775.0, 4737.0, 4750.0, 4765.0, 4739.0, 4736.0, 4748.0, 4750.0, 4789.0, 4749.0, 4739.0, 4769.0, 4751.0, 4750.0, 4769.0, 4740.0, 4778.0, 4751.0, 4750.0, 4788.0, 4771.0, 4758.0, 4759.0, 4749.0, 4788.0, 4768.0, 4736.0, 4756.0, 4740.0, 4777.0, 4747.0, 4738.0, 4767.0, 4740.0, 4749.0, 4778.0, 4749.0, 4737.0, 4767.0, 4737.0, 4757.0, 4766.0, 4738.0, 4777.0, 4736.0, 4755.0, 4742.0, 4734.0, 4765.0, 4725.0, 4744.0, 4727.0, 4736.0, 4766.0, 4738.0, 4748.0, 4737.0, 4750.0, 4779.0, 4748.0, 4738.0, 4758.0, 4741.0, 4759.0, 4759.0, 4751.0, 4758.0, 4739.0, 4741.0, 4760.0, 4783.0, 4763.0, 4763.0, 4801.0, 4781.0, 4770.0, 4762.0, 4803.0, 4771.0, 4751.0, 4790.0, 4761.0, 4741.0, 4791.0, 4758.0, 4748.0, 4749.0, 4750.0, 4790.0, 4747.0, 4746.0, 4781.0, 4761.0, 4791.0, 4768.0, 4749.0, 4769.0, 4759.0, 4761.0, 4791.0, 4770.0, 4761.0, 4798.0, 4770.0, 4760.0, 4801.0, 4760.0, 4757.0, 4801.0, 4768.0, 4748.0, 4788.0, 4745.0, 4748.0, 4786.0, 4757.0, 4737.0, 4765.0, 4745.0, 4747.0, 4775.0, 4737.0, 4747.0, 4775.0, 4757.0, 4743.0, 4776.0, 4734.0, 4745.0, 4754.0, 4735.0, 4754.0, 4742.0, 4746.0, 4765.0, 4745.0, 4738.0, 4764.0, 4744.0, 4746.0, 4776.0, 4746.0, 4745.0, 4766.0, 4748.0, 4746.0, 4755.0, 4736.0, 4777.0, 4747.0, 4746.0, 4776.0, 4736.0, 4748.0, 4757.0, 4737.0, 4757.0, 4747.0, 4748.0, 4767.0, 4759.0, 4747.0, 4768.0, 4759.0, 4759.0, 4787.0, 4769.0, 4750.0, 4787.0, 4760.0, 4748.0, 4788.0, 4747.0, 4748.0, 4789.0, 4747.0, 4738.0, 4774.0, 4744.0, 4736.0, 4778.0, 4736.0, 4756.0, 4755.0, 4746.0, 4786.0, 4757.0, 4738.0, 4776.0, 4746.0, 4737.0, 4777.0, 4746.0, 4737.0, 4769.0, 4747.0, 4748.0, 4778.0, 4748.0, 4748.0, 4770.0, 4748.0, 4778.0, 4758.0, 4749.0, 4789.0, 4760.0, 4748.0, 4776.0, 4748.0, 4760.0, 4787.0, 4750.0, 4750.0, 4768.0, 4760.0, 4759.0, 4778.0, 4749.0, 4758.0, 4768.0, 4762.0, 4768.0, 4781.0, 4750.0, 4758.0, 4759.0, 4759.0, 4789.0, 4757.0, 4748.0, 4789.0, 4761.0, 4747.0, 4789.0, 4747.0, 4749.0, 4789.0, 4760.0, 4750.0, 4789.0, 4748.0, 4750.0, 4790.0, 4759.0, 4746.0, 4776.0, 4738.0, 4747.0, 4756.0, 4747.0, 4738.0, 4768.0, 4758.0, 4753.0, 4759.0, 4789.0, 4759.0, 4759.0, 4770.0, 4779.0, 4750.0, 4779.0, 4756.0, 4759.0, 4789.0, 4758.0, 4739.0, 4765.0, 4738.0, 4748.0, 4757.0, 4748.0, 4755.0, 4747.0, 4758.0, 4767.0, 4760.0, 4750.0, 4770.0, 4761.0, 4759.0, 4779.0, 4760.0, 4749.0, 4787.0, 4761.0, 4749.0, 4788.0, 4749.0, 4750.0, 4778.0, 4748.0, 4778.0, 4757.0, 4747.0, 4778.0, 4746.0, 4748.0, 4777.0, 4748.0, 4751.0, 4778.0, 4751.0, 4748.0, 4777.0, 4749.0, 4758.0, 4777.0, 4740.0, 4758.0, 4747.0, 4750.0, 4778.0, 4755.0, 4749.0, 4779.0, 4747.0, 4760.0, 4789.0, 4751.0, 4747.0, 4780.0, 4751.0, 4748.0, 4788.0, 4749.0, 4760.0, 4779.0, 4749.0, 4749.0, 4779.0, 4750.0, 4749.0, 4788.0, 4750.0, 4746.0, 4777.0, 4748.0, 4758.0, 4786.0, 4760.0, 4748.0, 4777.0, 4750.0, 4748.0, 4779.0, 4746.0, 4760.0, 4777.0, 4748.0, 4748.0, 4769.0, 4749.0, 4761.0, 4788.0, 4749.0, 4749.0, 4778.0, 4749.0, 4751.0, 4778.0, 4751.0, 4760.0, 4780.0, 4750.0, 4751.0, 4769.0, 4750.0, 4759.0, 4788.0, 4750.0, 4749.0, 4778.0, 4747.0, 4748.0, 4778.0, 4740.0, 4760.0, 4780.0, 4751.0, 4747.0, 4778.0, 4750.0, 4750.0, 4780.0, 4748.0, 4759.0, 4758.0, 4759.0, 4779.0, 4767.0, 4749.0, 4769.0, 4759.0, 4759.0, 4768.0, 4767.0, 4749.0, 4770.0, 4765.0, 4749.0, 4767.0, 4768.0, 4760.0, 4768.0, 4780.0, 4749.0, 4759.0, 4768.0, 4750.0, 4779.0, 4766.0, 4747.0, 4777.0, 4747.0, 4747.0, 4788.0, 4748.0, 4760.0, 4778.0, 4748.0, 4748.0, 4767.0, 4740.0, 4748.0, 4778.0, 4748.0, 4747.0, 4768.0, 4749.0, 4759.0, 4769.0, 4748.0, 4758.0, 4758.0, 4749.0, 4756.0, 4756.0, 4748.0, 4769.0, 4768.0, 4738.0, 4755.0, 4756.0, 4750.0, 4749.0, 4788.0, 4749.0, 4749.0, 4767.0, 4746.0, 4746.0, 4760.0, 4791.0, 4771.0, 4750.0, 4751.0, 4779.0, 4760.0, 4760.0, 4780.0, 4777.0, 4750.0, 4748.0, 4760.0, 4761.0, 4788.0, 4759.0, 4749.0, 4767.0, 4740.0, 4748.0, 4780.0, 4750.0, 4750.0, 4770.0, 4762.0, 4761.0, 4781.0, 4752.0, 4760.0, 4773.0, 4762.0, 4782.0, 4771.0, 4749.0, 4790.0, 4770.0, 4750.0, 4789.0, 4758.0, 4757.0, 4769.0, 4736.0, 4776.0, 4754.0, 4748.0, 4768.0, 4760.0, 4750.0, 4777.0, 4747.0, 4746.0, 4787.0, 4758.0, 4749.0, 4779.0, 4739.0, 4749.0, 4787.0, 4761.0, 4741.0, 4780.0, 4747.0, 4749.0, 4790.0, 4759.0, 4748.0, 4787.0, 4760.0, 4748.0, 4788.0, 4748.0, 4759.0, 4779.0, 4749.0, 4745.0, 4765.0, 4750.0, 4749.0, 4775.0, 4748.0, 4748.0, 4768.0, 4749.0, 4749.0, 4777.0, 4739.0, 4760.0, 4779.0, 4750.0, 4748.0, 4768.0, 4750.0, 4749.0, 4778.0, 4747.0, 4748.0, 4770.0, 4739.0, 4747.0, 4790.0, 4746.0, 4751.0, 4780.0, 4759.0, 4748.0, 4769.0, 4760.0, 4742.0, 4748.0, 4789.0, 4749.0, 4760.0, 4778.0, 4769.0, 4750.0, 4779.0, 4760.0, 4750.0, 4791.0, 4781.0, 4748.0, 4767.0, 4767.0, 4747.0, 4747.0, 4756.0, 4724.0, 4737.0, 4778.0, 4749.0, 4742.0, 4750.0, 4790.0, 4759.0, 4741.0, 4762.0, 4779.0, 4768.0, 4742.0, 4750.0, 4781.0, 4752.0, 4750.0, 4790.0, 4749.0, 4760.0, 4780.0, 4760.0, 4751.0, 4781.0, 4752.0, 4761.0, 4790.0, 4759.0, 4760.0, 4779.0, 4763.0, 4762.0, 4780.0, 4759.0, 4759.0, 4770.0, 4770.0, 4751.0, 4758.0, 4757.0, 4750.0, 4769.0, 4770.0, 4748.0, 4767.0, 4760.0, 4749.0, 4777.0, 4768.0, 4748.0, 4760.0, 4768.0, 4749.0, 4769.0, 4769.0, 4749.0, 4752.0, 4770.0, 4749.0, 4747.0, 4769.0, 4747.0, 4750.0, 4790.0, 4760.0, 4749.0, 4779.0, 4749.0, 4750.0, 4778.0, 4746.0, 4760.0, 4789.0, 4759.0, 4750.0, 4780.0, 4758.0, 4747.0, 4768.0, 4757.0, 4749.0, 4759.0, 4777.0, 4749.0, 4748.0, 4769.0, 4749.0, 4748.0, 4788.0, 4780.0, 4747.0, 4777.0, 4745.0, 4750.0, 4750.0, 4752.0, 4791.0, 4789.0, 4768.0, 4659.0, 4674.0, 4704.0, 4859.0, 4784.0, 4776.0, 4794.0, 4763.0, 4763.0, 4789.0, 4747.0, 4737.0, 4746.0, 4757.0, 4749.0, 4750.0, 4781.0, 4762.0, 4764.0, 4755.0, 4764.0, 4782.0, 4761.0, 4751.0, 4750.0, 4772.0, 4770.0, 4753.0, 4764.0, 4782.0, 4770.0, 4741.0, 4752.0, 4788.0, 4770.0, 4751.0, 4781.0, 4759.0, 4751.0, 4769.0, 4780.0, 4750.0, 4750.0, 4791.0, 4761.0, 4752.0, 4769.0, 4759.0, 4752.0, 4759.0, 4789.0, 4750.0, 4749.0, 4780.0, 4758.0, 4740.0, 4748.0, 4769.0, 4749.0, 4749.0, 4759.0, 4759.0, 4750.0, 4761.0, 4791.0, 4769.0, 4749.0, 4750.0, 4788.0, 4768.0, 4728.0, 4767.0, 4735.0, 4719.0, 4748.0, 4779.0, 4749.0, 4730.0, 4750.0, 4760.0, 4770.0, 4751.0, 4750.0, 4779.0, 4750.0, 4749.0, 4779.0, 4760.0, 4738.0, 4767.0, 4727.0, 4748.0, 4776.0, 4749.0, 4738.0, 4756.0, 4726.0, 4749.0, 4775.0, 4748.0, 4738.0, 4766.0, 4737.0, 4750.0, 4779.0, 4746.0, 4748.0, 4768.0, 4738.0, 4749.0, 4769.0, 4737.0, 4739.0, 4748.0, 4750.0, 4749.0, 4760.0, 4748.0, 4749.0, 4761.0, 4761.0, 4771.0, 4771.0, 4760.0, 4780.0, 4750.0, 4752.0, 4790.0, 4769.0, 4751.0, 4778.0, 4737.0, 4749.0, 4778.0, 4751.0, 4740.0, 4759.0, 4750.0, 4749.0, 4760.0, 4750.0, 4760.0, 4780.0, 4752.0, 4742.0, 4771.0, 4750.0, 4751.0, 4790.0, 4751.0, 4763.0, 4791.0, 4781.0, 4750.0, 4779.0, 4760.0, 4752.0, 4769.0, 4768.0, 4750.0, 4749.0, 4790.0, 4767.0, 4740.0, 4738.0, 4787.0, 4759.0, 4751.0, 4737.0, 4760.0, 4779.0, 4748.0, 4737.0, 4751.0, 4770.0, 4779.0, 4759.0, 4739.0, 4779.0, 4746.0, 4737.0, 4776.0, 4725.0, 4747.0, 4778.0, 4745.0, 4737.0, 4736.0, 4748.0, 4730.0, 4738.0, 4757.0, 4729.0, 4752.0, 4780.0, 4760.0, 4750.0, 4752.0, 4771.0, 4750.0, 4741.0, 4779.0, 4741.0, 4749.0, 4791.0, 4766.0, 4748.0, 4768.0, 4767.0, 4748.0, 4738.0, 4767.0, 4727.0, 4737.0], 'WindowWidth': [10479.0, 10456.0, 10477.0, 10396.0, 10409.0, 10395.0, 10369.0, 10433.0, 10389.0, 10360.0, 10417.0, 10369.0, 10375.0, 10386.0, 10353.0, 10399.0, 10360.0, 10365.0, 10413.0, 10365.0, 10389.0, 10378.0, 10377.0, 10430.0, 10377.0, 10356.0, 10401.0, 10365.0, 10386.0, 10375.0, 10358.0, 10416.0, 10363.0, 10358.0, 10402.0, 10363.0, 10384.0, 10420.0, 10365.0, 10388.0, 10388.0, 10381.0, 10432.0, 10407.0, 10374.0, 10436.0, 10379.0, 10362.0, 10431.0, 10359.0, 10375.0, 10414.0, 10364.0, 10357.0, 10436.0, 10361.0, 10384.0, 10401.0, 10390.0, 10361.0, 10381.0, 10393.0, 10381.0, 10392.0, 10419.0, 10361.0, 10417.0, 10391.0, 10360.0, 10418.0, 10358.0, 10360.0, 10417.0, 10360.0, 10343.0, 10400.0, 10364.0, 10360.0, 10391.0, 10341.0, 10359.0, 10357.0, 10382.0, 10417.0, 10377.0, 10359.0, 10410.0, 10366.0, 10375.0, 10405.0, 10358.0, 10414.0, 10354.0, 10355.0, 10387.0, 10345.0, 10359.0, 10385.0, 10364.0, 10380.0, 10408.0, 10350.0, 10379.0, 10436.0, 10365.0, 10386.0, 10445.0, 10410.0, 10386.0, 10392.0, 10406.0, 10367.0, 10424.0, 10406.0, 10362.0, 10418.0, 10370.0, 10379.0, 10401.0, 10358.0, 10383.0, 10351.0, 10367.0, 10416.0, 10357.0, 10347.0, 10389.0, 10368.0, 10381.0, 10411.0, 10368.0, 10423.0, 10382.0, 10368.0, 10418.0, 10362.0, 10405.0, 10375.0, 10343.0, 10403.0, 10350.0, 10371.0, 10355.0, 10376.0, 10419.0, 10374.0, 10359.0, 10395.0, 10380.0, 10361.0, 10419.0, 10359.0, 10389.0, 10374.0, 10375.0, 10438.0, 10374.0, 10359.0, 10408.0, 10362.0, 10363.0, 10404.0, 10347.0, 10363.0, 10392.0, 10362.0, 10408.0, 10376.0, 10382.0, 10422.0, 10379.0, 10363.0, 10423.0, 10365.0, 10378.0, 10420.0, 10365.0, 10364.0, 10383.0, 10369.0, 10375.0, 10391.0, 10362.0, 10423.0, 10368.0, 10361.0, 10415.0, 10364.0, 10343.0, 10383.0, 10367.0, 10387.0, 10372.0, 10356.0, 10401.0, 10363.0, 10367.0, 10401.0, 10350.0, 10387.0, 10362.0, 10359.0, 10395.0, 10348.0, 10364.0, 10390.0, 10367.0, 10427.0, 10373.0, 10406.0, 10376.0, 10362.0, 10405.0, 10371.0, 10395.0, 10396.0, 10367.0, 10424.0, 10350.0, 10388.0, 10420.0, 10384.0, 10367.0, 10412.0, 10385.0, 10372.0, 10437.0, 10370.0, 10368.0, 10400.0, 10371.0, 10442.0, 10398.0, 10365.0, 10425.0, 10372.0, 10393.0, 10399.0, 10365.0, 10406.0, 10368.0, 10361.0, 10407.0, 10368.0, 10391.0, 10387.0, 10387.0, 10439.0, 10398.0, 10371.0, 10410.0, 10383.0, 10368.0, 10424.0, 10355.0, 10378.0, 10381.0, 10383.0, 10437.0, 10381.0, 10362.0, 10408.0, 10369.0, 10379.0, 10406.0, 10356.0, 10424.0, 10371.0, 10369.0, 10379.0, 10359.0, 10394.0, 10370.0, 10395.0, 10380.0, 10364.0, 10419.0, 10373.0, 10370.0, 10426.0, 10368.0, 10352.0, 10393.0, 10386.0, 10399.0, 10410.0, 10369.0, 10411.0, 10385.0, 10385.0, 10443.0, 10398.0, 10364.0, 10410.0, 10372.0, 10368.0, 10424.0, 10368.0, 10364.0, 10426.0, 10369.0, 10366.0, 10421.0, 10365.0, 10384.0, 10425.0, 10365.0, 10389.0, 10393.0, 10371.0, 10424.0, 10365.0, 10365.0, 10426.0, 10368.0, 10371.0, 10411.0, 10373.0, 10368.0, 10408.0, 10377.0, 10380.0, 10425.0, 10385.0, 10370.0, 10427.0, 10385.0, 10388.0, 10426.0, 10413.0, 10367.0, 10412.0, 10411.0, 10369.0, 10424.0, 10406.0, 10362.0, 10424.0, 10387.0, 10363.0, 10416.0, 10361.0, 10386.0, 10423.0, 10374.0, 10363.0, 10416.0, 10346.0, 10379.0, 10408.0, 10372.0, 10372.0, 10406.0, 10387.0, 10385.0, 10397.0, 10420.0, 10412.0, 10431.0, 10434.0, 10403.0, 10396.0, 10408.0, 10406.0, 10369.0, 10395.0, 10393.0, 10373.0, 10396.0, 10409.0, 10368.0, 10387.0, 10421.0, 10373.0, 10365.0, 10421.0, 10372.0, 10391.0, 10412.0, 10409.0, 10365.0, 10398.0, 10426.0, 10383.0, 10406.0, 10423.0, 10391.0, 10362.0, 10418.0, 10373.0, 10416.0, 10383.0, 10348.0, 10390.0, 10354.0, 10344.0, 10383.0, 10352.0, 10365.0, 10384.0, 10371.0, 10357.0, 10393.0, 10360.0, 10361.0, 10390.0, 10353.0, 10362.0, 10404.0, 10372.0, 10343.0, 10371.0, 10384.0, 10347.0, 10365.0, 10381.0, 10407.0, 10362.0, 10365.0, 10377.0, 10394.0, 10369.0, 10409.0, 10389.0, 10357.0, 10420.0, 10363.0, 10340.0, 10365.0, 10338.0, 10384.0, 10347.0, 10339.0, 10382.0, 10340.0, 10362.0, 10365.0, 10358.0, 10406.0, 10364.0, 10362.0, 10408.0, 10365.0, 10350.0, 10391.0, 10356.0, 10392.0, 10396.0, 10357.0, 10406.0, 10372.0, 10359.0, 10409.0, 10351.0, 10374.0, 10364.0, 10365.0, 10419.0, 10391.0, 10364.0, 10422.0, 10366.0, 10366.0, 10419.0, 10362.0, 10367.0, 10392.0, 10359.0, 10416.0, 10372.0, 10363.0, 10402.0, 10363.0, 10346.0, 10405.0, 10345.0, 10374.0, 10370.0, 10344.0, 10401.0, 10354.0, 10362.0, 10381.0, 10354.0, 10396.0, 10342.0, 10363.0, 10380.0, 10347.0, 10340.0, 10358.0, 10365.0, 10418.0, 10364.0, 10348.0, 10390.0, 10368.0, 10366.0, 10392.0, 10351.0, 10404.0, 10368.0, 10366.0, 10420.0, 10395.0, 10373.0, 10375.0, 10362.0, 10415.0, 10387.0, 10339.0, 10367.0, 10350.0, 10401.0, 10356.0, 10343.0, 10385.0, 10351.0, 10363.0, 10402.0, 10361.0, 10343.0, 10384.0, 10344.0, 10370.0, 10382.0, 10342.0, 10399.0, 10340.0, 10364.0, 10345.0, 10333.0, 10378.0, 10321.0, 10349.0, 10326.0, 10340.0, 10381.0, 10343.0, 10358.0, 10345.0, 10366.0, 10403.0, 10361.0, 10345.0, 10373.0, 10355.0, 10377.0, 10377.0, 10368.0, 10374.0, 10348.0, 10353.0, 10381.0, 10417.0, 10391.0, 10388.0, 10442.0, 10410.0, 10392.0, 10385.0, 10446.0, 10396.0, 10365.0, 10423.0, 10382.0, 10351.0, 10423.0, 10373.0, 10358.0, 10362.0, 10363.0, 10419.0, 10356.0, 10353.0, 10411.0, 10383.0, 10427.0, 10390.0, 10363.0, 10392.0, 10380.0, 10384.0, 10426.0, 10396.0, 10383.0, 10437.0, 10397.0, 10381.0, 10443.0, 10381.0, 10375.0, 10440.0, 10390.0, 10362.0, 10419.0, 10355.0, 10359.0, 10415.0, 10372.0, 10341.0, 10382.0, 10355.0, 10357.0, 10397.0, 10344.0, 10357.0, 10398.0, 10372.0, 10347.0, 10396.0, 10335.0, 10351.0, 10364.0, 10335.0, 10362.0, 10343.0, 10354.0, 10381.0, 10351.0, 10343.0, 10379.0, 10350.0, 10356.0, 10397.0, 10356.0, 10351.0, 10384.0, 10361.0, 10354.0, 10366.0, 10342.0, 10403.0, 10359.0, 10354.0, 10397.0, 10342.0, 10359.0, 10371.0, 10344.0, 10370.0, 10355.0, 10362.0, 10388.0, 10377.0, 10360.0, 10387.0, 10377.0, 10379.0, 10416.0, 10392.0, 10364.0, 10418.0, 10380.0, 10361.0, 10418.0, 10358.0, 10358.0, 10419.0, 10358.0, 10343.0, 10392.0, 10351.0, 10344.0, 10400.0, 10340.0, 10368.0, 10366.0, 10356.0, 10413.0, 10371.0, 10343.0, 10397.0, 10354.0, 10344.0, 10399.0, 10354.0, 10343.0, 10390.0, 10360.0, 10359.0, 10402.0, 10360.0, 10362.0, 10393.0, 10362.0, 10404.0, 10374.0, 10363.0, 10423.0, 10380.0, 10361.0, 10400.0, 10361.0, 10380.0, 10416.0, 10366.0, 10365.0, 10388.0, 10379.0, 10379.0, 10404.0, 10364.0, 10375.0, 10389.0, 10386.0, 10391.0, 10410.0, 10365.0, 10376.0, 10377.0, 10377.0, 10422.0, 10374.0, 10360.0, 10422.0, 10381.0, 10358.0, 10422.0, 10358.0, 10364.0, 10422.0, 10378.0, 10364.0, 10421.0, 10360.0, 10365.0, 10422.0, 10376.0, 10355.0, 10398.0, 10347.0, 10359.0, 10367.0, 10357.0, 10345.0, 10389.0, 10378.0, 10374.0, 10378.0, 10422.0, 10377.0, 10376.0, 10395.0, 10405.0, 10364.0, 10403.0, 10367.0, 10376.0, 10419.0, 10373.0, 10345.0, 10379.0, 10344.0, 10362.0, 10371.0, 10359.0, 10366.0, 10357.0, 10375.0, 10388.0, 10378.0, 10365.0, 10394.0, 10382.0, 10379.0, 10407.0, 10378.0, 10363.0, 10419.0, 10381.0, 10361.0, 10418.0, 10361.0, 10364.0, 10402.0, 10360.0, 10401.0, 10369.0, 10354.0, 10403.0, 10355.0, 10358.0, 10399.0, 10359.0, 10367.0, 10404.0, 10367.0, 10361.0, 10399.0, 10363.0, 10375.0, 10399.0, 10350.0, 10373.0, 10356.0, 10364.0, 10403.0, 10369.0, 10362.0, 10408.0, 10360.0, 10378.0, 10421.0, 10367.0, 10360.0, 10408.0, 10369.0, 10360.0, 10417.0, 10362.0, 10380.0, 10407.0, 10366.0, 10362.0, 10405.0, 10364.0, 10364.0, 10418.0, 10365.0, 10356.0, 10400.0, 10364.0, 10374.0, 10416.0, 10379.0, 10359.0, 10403.0, 10364.0, 10359.0, 10405.0, 10355.0, 10378.0, 10400.0, 10360.0, 10358.0, 10391.0, 10366.0, 10379.0, 10418.0, 10362.0, 10363.0, 10404.0, 10364.0, 10367.0, 10403.0, 10368.0, 10382.0, 10410.0, 10367.0, 10366.0, 10391.0, 10366.0, 10377.0, 10419.0, 10365.0, 10363.0, 10406.0, 10361.0, 10360.0, 10404.0, 10351.0, 10382.0, 10409.0, 10370.0, 10358.0, 10404.0, 10369.0, 10365.0, 10408.0, 10362.0, 10377.0, 10374.0, 10377.0, 10406.0, 10386.0, 10363.0, 10393.0, 10378.0, 10376.0, 10390.0, 10386.0, 10363.0, 10396.0, 10383.0, 10363.0, 10386.0, 10388.0, 10380.0, 10390.0, 10409.0, 10364.0, 10376.0, 10388.0, 10365.0, 10406.0, 10384.0, 10356.0, 10403.0, 10358.0, 10357.0, 10419.0, 10358.0, 10379.0, 10402.0, 10361.0, 10358.0, 10387.0, 10352.0, 10360.0, 10404.0, 10361.0, 10359.0, 10390.0, 10363.0, 10377.0, 10391.0, 10359.0, 10376.0, 10375.0, 10362.0, 10370.0, 10370.0, 10362.0, 10391.0, 10388.0, 10347.0, 10367.0, 10369.0, 10367.0, 10363.0, 10416.0, 10362.0, 10362.0, 10385.0, 10356.0, 10357.0, 10381.0, 10427.0, 10397.0, 10367.0, 10369.0, 10408.0, 10382.0, 10382.0, 10408.0, 10402.0, 10366.0, 10362.0, 10380.0, 10382.0, 10421.0, 10376.0, 10362.0, 10388.0, 10354.0, 10363.0, 10409.0, 10366.0, 10365.0, 10394.0, 10387.0, 10384.0, 10413.0, 10373.0, 10383.0, 10402.0, 10386.0, 10413.0, 10398.0, 10363.0, 10424.0, 10394.0, 10364.0, 10421.0, 10372.0, 10371.0, 10390.0, 10342.0, 10397.0, 10365.0, 10358.0, 10389.0, 10377.0, 10364.0, 10402.0, 10357.0, 10357.0, 10416.0, 10375.0, 10360.0, 10404.0, 10349.0, 10363.0, 10417.0, 10381.0, 10351.0, 10410.0, 10361.0, 10362.0, 10424.0, 10377.0, 10361.0, 10420.0, 10380.0, 10359.0, 10418.0, 10361.0, 10378.0, 10405.0, 10363.0, 10353.0, 10383.0, 10365.0, 10362.0, 10398.0, 10360.0, 10358.0, 10391.0, 10363.0, 10362.0, 10401.0, 10348.0, 10380.0, 10407.0, 10364.0, 10359.0, 10389.0, 10364.0, 10363.0, 10404.0, 10359.0, 10359.0, 10395.0, 10350.0, 10359.0, 10422.0, 10356.0, 10366.0, 10410.0, 10376.0, 10362.0, 10392.0, 10378.0, 10358.0, 10363.0, 10421.0, 10365.0, 10381.0, 10407.0, 10392.0, 10365.0, 10404.0, 10379.0, 10365.0, 10422.0, 10409.0, 10358.0, 10386.0, 10384.0, 10356.0, 10357.0, 10368.0, 10323.0, 10342.0, 10403.0, 10363.0, 10358.0, 10366.0, 10423.0, 10376.0, 10354.0, 10387.0, 10409.0, 10390.0, 10358.0, 10365.0, 10411.0, 10372.0, 10365.0, 10424.0, 10364.0, 10380.0, 10411.0, 10380.0, 10368.0, 10411.0, 10370.0, 10384.0, 10424.0, 10377.0, 10380.0, 10408.0, 10386.0, 10383.0, 10408.0, 10378.0, 10377.0, 10396.0, 10392.0, 10367.0, 10374.0, 10373.0, 10366.0, 10390.0, 10393.0, 10361.0, 10387.0, 10378.0, 10363.0, 10401.0, 10388.0, 10361.0, 10380.0, 10388.0, 10365.0, 10392.0, 10389.0, 10361.0, 10370.0, 10393.0, 10364.0, 10359.0, 10391.0, 10360.0, 10365.0, 10424.0, 10379.0, 10362.0, 10407.0, 10362.0, 10362.0, 10403.0, 10354.0, 10379.0, 10421.0, 10377.0, 10363.0, 10409.0, 10375.0, 10359.0, 10388.0, 10371.0, 10363.0, 10379.0, 10400.0, 10362.0, 10359.0, 10392.0, 10362.0, 10357.0, 10418.0, 10407.0, 10359.0, 10400.0, 10353.0, 10364.0, 10368.0, 10373.0, 10447.0, 10440.0, 10386.0, 10194.0, 10222.0, 10270.0, 10570.0, 10436.0, 10412.0, 10435.0, 10389.0, 10387.0, 10419.0, 10355.0, 10340.0, 10350.0, 10366.0, 10358.0, 10363.0, 10411.0, 10386.0, 10393.0, 10381.0, 10391.0, 10413.0, 10383.0, 10367.0, 10364.0, 10397.0, 10392.0, 10371.0, 10388.0, 10413.0, 10393.0, 10353.0, 10368.0, 10419.0, 10392.0, 10365.0, 10407.0, 10375.0, 10366.0, 10388.0, 10406.0, 10363.0, 10364.0, 10426.0, 10382.0, 10367.0, 10389.0, 10374.0, 10366.0, 10374.0, 10419.0, 10363.0, 10360.0, 10408.0, 10373.0, 10348.0, 10358.0, 10389.0, 10360.0, 10361.0, 10374.0, 10373.0, 10363.0, 10378.0, 10424.0, 10388.0, 10361.0, 10363.0, 10418.0, 10383.0, 10327.0, 10382.0, 10335.0, 10316.0, 10357.0, 10403.0, 10361.0, 10335.0, 10362.0, 10379.0, 10392.0, 10366.0, 10363.0, 10405.0, 10362.0, 10359.0, 10405.0, 10376.0, 10343.0, 10383.0, 10325.0, 10354.0, 10394.0, 10356.0, 10341.0, 10366.0, 10323.0, 10358.0, 10393.0, 10356.0, 10343.0, 10380.0, 10341.0, 10361.0, 10404.0, 10355.0, 10356.0, 10384.0, 10343.0, 10361.0, 10389.0, 10343.0, 10344.0, 10357.0, 10362.0, 10362.0, 10376.0, 10361.0, 10361.0, 10378.0, 10380.0, 10394.0, 10392.0, 10378.0, 10407.0, 10363.0, 10367.0, 10422.0, 10388.0, 10363.0, 10400.0, 10341.0, 10358.0, 10401.0, 10363.0, 10345.0, 10374.0, 10361.0, 10360.0, 10375.0, 10364.0, 10379.0, 10406.0, 10367.0, 10352.0, 10394.0, 10364.0, 10365.0, 10421.0, 10365.0, 10384.0, 10426.0, 10407.0, 10362.0, 10404.0, 10378.0, 10365.0, 10387.0, 10386.0, 10363.0, 10359.0, 10423.0, 10382.0, 10349.0, 10345.0, 10416.0, 10375.0, 10364.0, 10341.0, 10376.0, 10402.0, 10357.0, 10343.0, 10363.0, 10389.0, 10404.0, 10373.0, 10343.0, 10402.0, 10352.0, 10338.0, 10395.0, 10319.0, 10351.0, 10397.0, 10348.0, 10337.0, 10338.0, 10355.0, 10333.0, 10342.0, 10369.0, 10332.0, 10368.0, 10406.0, 10376.0, 10363.0, 10368.0, 10394.0, 10364.0, 10350.0, 10402.0, 10351.0, 10360.0, 10423.0, 10381.0, 10356.0, 10386.0, 10383.0, 10355.0, 10340.0, 10380.0, 10327.0, 10339.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.0013946793002915453</td></tr>
<tr><td colspan=3>aqi</td><td>0.017619977623906706</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.72571541043032</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203331119372719</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0221468416703143</td></tr>
<tr><td colspan=3>efc</td><td>0.472</td></tr>
<tr><td colspan=3>fber</td><td>7401.2739</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08825594775677433</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4052478134110786</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3830794583400365</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3218299446432606</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.645849209645312</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.181559220731537</td></tr>
<tr><td colspan=3>gcor</td><td>0.00776867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01720147579908371</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03873751685023308</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</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.867359078067495</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>35.447</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8219</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.0434</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301098.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.9397</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3229</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>659.2313</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3922.9951</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1074.8866</td></tr>
<tr><td colspan=3>tsnr</td><td>42.33296049432829</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>