<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-01/func/sub-0065_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>800264bb733cc6610b4a18e7a1b010c6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:32:26.705000</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.998569, 0.0230758, 0.0482482, -0.0196965, 0.997396, -0.0693778]</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.090341</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>[4152, -7789, -7264, 775, -68, -428, 305, 34]</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>240.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5021014c-27b1-48fa-95d1-3d21ea049203||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.6790871620178223, -0.052844393998384476, 0.13425353169441223, 109.28424072265625], [-0.061910685151815414, 2.67594051361084, -0.1844860464334488, -91.66020202636719], [0.12944644689559937, 0.18613551557064056, 2.6903421878814697, -83.24929809570312], [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': ['153226.705000', '153227.165000', '153227.625000', '153228.085000', '153228.545000', '153229.005000', '153229.465000', '153229.925000', '153230.385000', '153230.845000', '153231.305000', '153231.765000', '153232.225000', '153232.685000', '153233.145000', '153233.605000', '153234.065000', '153234.525000', '153234.985000', '153235.445000', '153235.905000', '153236.365000', '153236.825000', '153237.285000', '153237.745000', '153238.205000', '153238.665000', '153239.125000', '153239.585000', '153240.045000', '153240.505000', '153240.965000', '153241.425000', '153241.885000', '153242.345000', '153242.805000', '153243.265000', '153243.725000', '153244.185000', '153244.645000', '153245.105000', '153245.565000', '153246.025000', '153246.485000', '153246.945000', '153247.405000', '153247.865000', '153248.325000', '153248.785000', '153249.245000', '153249.705000', '153250.165000', '153250.625000', '153251.085000', '153251.545000', '153252.005000', '153252.465000', '153252.925000', '153253.385000', '153253.845000', '153254.305000', '153254.765000', '153255.225000', '153255.685000', '153256.145000', '153256.605000', '153257.065000', '153257.525000', '153257.985000', '153258.445000', '153258.905000', '153259.365000', '153259.825000', '153300.285000', '153300.745000', '153301.205000', '153301.665000', '153302.125000', '153302.585000', '153303.045000', '153303.505000', '153303.965000', '153304.425000', '153304.885000', '153305.345000', '153305.805000', '153306.265000', '153306.725000', '153307.185000', '153307.645000', '153308.105000', '153308.565000', '153309.025000', '153309.485000', '153309.945000', '153310.405000', '153310.865000', '153311.325000', '153311.785000', '153312.245000', '153312.705000', '153313.165000', '153313.625000', '153314.085000', '153314.545000', '153315.005000', '153315.465000', '153315.925000', '153316.385000', '153316.845000', '153317.305000', '153317.765000', '153318.225000', '153318.685000', '153319.145000', '153319.605000', '153320.065000', '153320.525000', '153320.985000', '153321.445000', '153321.905000', '153322.365000', '153322.825000', '153323.285000', '153323.745000', '153324.205000', '153324.665000', '153325.125000', '153325.585000', '153326.045000', '153326.505000', '153326.965000', '153327.425000', '153327.885000', '153328.345000', '153328.805000', '153329.265000', '153329.725000', '153330.185000', '153330.645000', '153331.105000', '153331.565000', '153332.025000', '153332.485000', '153332.945000', '153333.405000', '153333.865000', '153334.325000', '153334.785000', '153335.245000', '153335.705000', '153336.165000', '153336.625000', '153337.085000', '153337.545000', '153338.005000', '153338.465000', '153338.925000', '153339.385000', '153339.845000', '153340.305000', '153340.765000', '153341.225000', '153341.685000', '153342.145000', '153342.605000', '153343.065000', '153343.525000', '153343.985000', '153344.445000', '153344.905000', '153345.365000', '153345.825000', '153346.285000', '153346.745000', '153347.205000', '153347.665000', '153348.125000', '153348.585000', '153349.045000', '153349.505000', '153349.965000', '153350.425000', '153350.885000', '153351.345000', '153351.805000', '153352.265000', '153352.725000', '153353.185000', '153353.645000', '153354.105000', '153354.565000', '153355.025000', '153355.485000', '153355.945000', '153356.405000', '153356.865000', '153357.325000', '153357.785000', '153358.245000', '153358.705000', '153359.165000', '153359.625000', '153400.085000', '153400.545000', '153401.005000', '153401.465000', '153401.925000', '153402.385000', '153402.845000', '153403.305000', '153403.765000', '153404.225000', '153404.685000', '153405.145000', '153405.605000', '153406.065000', '153406.525000', '153406.985000', '153407.445000', '153407.905000', '153408.365000', '153408.825000', '153409.285000', '153409.745000', '153410.205000', '153410.665000', '153411.125000', '153411.585000', '153412.045000', '153412.505000', '153412.965000', '153413.425000', '153413.885000', '153414.345000', '153414.805000', '153415.265000', '153415.725000', '153416.185000', '153416.645000', '153417.105000', '153417.565000', '153418.025000', '153418.485000', '153418.945000', '153419.405000', '153419.865000', '153420.325000', '153420.785000', '153421.245000', '153421.705000', '153422.165000', '153422.625000', '153423.085000', '153423.545000', '153424.005000', '153424.465000', '153424.925000', '153425.385000', '153425.845000', '153426.305000', '153426.765000', '153427.225000', '153427.685000', '153428.145000', '153428.605000', '153429.065000', '153429.525000', '153429.985000', '153430.445000', '153430.905000', '153431.365000', '153431.825000', '153432.285000', '153432.745000', '153433.205000', '153433.665000', '153434.125000', '153434.585000', '153435.045000', '153435.505000', '153435.965000', '153436.425000', '153436.885000', '153437.345000', '153437.805000', '153438.265000', '153438.725000', '153439.185000', '153439.645000', '153440.105000', '153440.565000', '153441.025000', '153441.485000', '153441.945000', '153442.405000', '153442.865000', '153443.325000', '153443.785000', '153444.245000', '153444.705000', '153445.165000', '153445.625000', '153446.085000', '153446.545000', '153447.005000', '153447.465000', '153447.925000', '153448.385000', '153448.845000', '153449.305000', '153449.765000', '153450.225000', '153450.685000', '153451.145000', '153451.605000', '153452.065000', '153452.525000', '153452.985000', '153453.445000', '153453.905000', '153454.365000', '153454.825000', '153455.285000', '153455.745000', '153456.205000', '153456.665000', '153457.125000', '153457.585000', '153458.045000', '153458.505000', '153458.965000', '153459.425000', '153459.885000', '153500.345000', '153500.805000', '153501.265000', '153501.725000', '153502.185000', '153502.645000', '153503.105000', '153503.565000', '153504.025000', '153504.485000', '153504.945000', '153505.405000', '153505.865000', '153506.325000', '153506.785000', '153507.245000', '153507.705000', '153508.165000', '153508.625000', '153509.085000', '153509.545000', '153510.005000', '153510.465000', '153510.925000', '153511.385000', '153511.845000', '153512.305000', '153512.765000', '153513.225000', '153513.685000', '153514.145000', '153514.605000', '153515.065000', '153515.525000', '153515.985000', '153516.445000', '153516.905000', '153517.365000', '153517.825000', '153518.285000', '153518.745000', '153519.205000', '153519.665000', '153520.125000', '153520.585000', '153521.045000', '153521.505000', '153521.965000', '153522.425000', '153522.885000', '153523.345000', '153523.805000', '153524.265000', '153524.725000', '153525.185000', '153525.645000', '153526.105000', '153526.565000', '153527.025000', '153527.485000', '153527.945000', '153528.405000', '153528.865000', '153529.325000', '153529.785000', '153530.245000', '153530.705000', '153531.165000', '153531.625000', '153532.085000', '153532.545000', '153533.005000', '153533.465000', '153533.925000', '153534.385000', '153534.845000', '153535.305000', '153535.765000', '153536.225000', '153536.685000', '153537.145000', '153537.605000', '153538.065000', '153538.525000', '153538.985000', '153539.445000', '153539.905000', '153540.365000', '153540.825000', '153541.285000', '153541.745000', '153542.205000', '153542.665000', '153543.125000', '153543.585000', '153544.045000', '153544.505000', '153544.965000', '153545.425000', '153545.885000', '153546.345000', '153546.805000', '153547.265000', '153547.725000', '153548.185000', '153548.645000', '153549.105000', '153549.565000', '153550.025000', '153550.485000', '153550.945000', '153551.405000', '153551.865000', '153552.325000', '153552.785000', '153553.245000', '153553.705000', '153554.165000', '153554.625000', '153555.085000', '153555.545000', '153556.005000', '153556.465000', '153556.925000', '153557.385000', '153557.845000', '153558.305000', '153558.765000', '153559.225000', '153559.685000', '153600.145000', '153600.605000', '153601.065000', '153601.525000', '153601.985000', '153602.445000', '153602.905000', '153603.365000', '153603.825000', '153604.285000', '153604.745000', '153605.205000', '153605.665000', '153606.125000', '153606.585000', '153607.045000', '153607.505000', '153607.965000', '153608.425000', '153608.885000', '153609.345000', '153609.805000', '153610.265000', '153610.725000', '153611.185000', '153611.645000', '153612.105000', '153612.565000', '153613.025000', '153613.485000', '153613.945000', '153614.405000', '153614.865000', '153615.325000', '153615.785000', '153616.245000', '153616.705000', '153617.165000', '153617.625000', '153618.085000', '153618.545000', '153619.005000', '153619.465000', '153619.925000', '153620.385000', '153620.845000', '153621.305000', '153621.765000', '153622.225000', '153622.685000', '153623.145000', '153623.605000', '153624.065000', '153624.525000', '153624.985000', '153625.445000', '153625.905000', '153626.365000', '153626.825000', '153627.285000', '153627.745000', '153628.205000', '153628.665000', '153629.125000', '153629.585000', '153630.045000', '153630.505000', '153630.965000', '153631.425000', '153631.885000', '153632.345000', '153632.805000', '153633.265000', '153633.725000', '153634.185000', '153634.645000', '153635.105000', '153635.565000', '153636.025000', '153636.485000', '153636.945000', '153637.405000', '153637.865000', '153638.325000', '153638.785000', '153639.245000', '153639.705000', '153640.165000', '153640.625000', '153641.085000', '153641.545000', '153642.005000', '153642.465000', '153642.925000', '153643.385000', '153643.845000', '153644.305000', '153644.765000', '153645.225000', '153645.685000', '153646.145000', '153646.605000', '153647.065000', '153647.525000', '153647.985000', '153648.445000', '153648.905000', '153649.365000', '153649.825000', '153650.285000', '153650.745000', '153651.205000', '153651.665000', '153652.125000', '153652.585000', '153653.045000', '153653.505000', '153653.965000', '153654.425000', '153654.885000', '153655.345000', '153655.805000', '153656.265000', '153656.725000', '153657.185000', '153657.645000', '153658.105000', '153658.565000', '153659.025000', '153659.485000', '153659.945000', '153700.405000', '153700.865000', '153701.325000', '153701.785000', '153702.245000', '153702.705000', '153703.165000', '153703.625000', '153704.085000', '153704.545000', '153705.005000', '153705.465000', '153705.925000', '153706.385000', '153706.845000', '153707.305000', '153707.765000', '153708.225000', '153708.685000', '153709.145000', '153709.605000', '153710.065000', '153710.525000', '153710.985000', '153711.445000', '153711.905000', '153712.365000', '153712.825000', '153713.285000', '153713.745000', '153714.205000', '153714.665000', '153715.125000', '153715.585000', '153716.045000', '153716.505000', '153716.965000', '153717.425000', '153717.885000', '153718.345000', '153718.805000', '153719.265000', '153719.725000', '153720.185000', '153720.645000', '153721.105000', '153721.565000', '153722.025000', '153722.485000', '153722.945000', '153723.405000', '153723.865000', '153724.325000', '153724.785000', '153725.245000', '153725.705000', '153726.165000', '153726.625000', '153727.085000', '153727.545000', '153728.005000', '153728.465000', '153728.925000', '153729.385000', '153729.845000', '153730.305000', '153730.765000', '153731.225000', '153731.685000', '153732.145000', '153732.605000', '153733.065000', '153733.525000', '153733.985000', '153734.445000', '153734.905000', '153735.365000', '153735.825000', '153736.285000', '153736.745000', '153737.205000', '153737.665000', '153738.125000', '153738.585000', '153739.045000', '153739.505000', '153739.965000', '153740.425000', '153740.885000', '153741.345000', '153741.805000', '153742.265000', '153742.725000', '153743.185000', '153743.645000', '153744.105000', '153744.565000', '153745.025000', '153745.485000', '153745.945000', '153746.405000', '153746.865000', '153747.325000', '153747.785000', '153748.245000', '153748.705000', '153749.165000', '153749.625000', '153750.085000', '153750.545000', '153751.005000', '153751.465000', '153751.925000', '153752.385000', '153752.845000', '153753.305000', '153753.765000', '153754.225000', '153754.685000', '153755.145000', '153755.605000', '153756.065000', '153756.525000', '153756.985000', '153757.445000', '153757.905000', '153758.365000', '153758.825000', '153759.285000', '153759.745000', '153800.205000', '153800.665000', '153801.125000', '153801.585000', '153802.045000', '153802.505000', '153802.965000', '153803.425000', '153803.885000', '153804.345000', '153804.805000', '153805.265000', '153805.725000', '153806.185000', '153806.645000', '153807.105000', '153807.565000', '153808.025000', '153808.485000', '153808.945000', '153809.405000', '153809.865000', '153810.325000', '153810.785000', '153811.245000', '153811.705000', '153812.165000', '153812.625000', '153813.085000', '153813.545000', '153814.005000', '153814.465000', '153814.925000', '153815.385000', '153815.845000', '153816.305000', '153816.765000', '153817.225000', '153817.685000', '153818.145000', '153818.605000', '153819.065000', '153819.525000', '153819.985000', '153820.445000', '153820.905000', '153821.365000', '153821.825000', '153822.285000', '153822.745000', '153823.205000', '153823.665000', '153824.125000', '153824.585000', '153825.045000', '153825.505000', '153825.965000', '153826.425000', '153826.885000', '153827.345000', '153827.805000', '153828.265000', '153828.725000', '153829.185000', '153829.645000', '153830.105000', '153830.565000', '153831.025000', '153831.485000', '153831.945000', '153832.405000', '153832.865000', '153833.325000', '153833.785000', '153834.245000', '153834.705000', '153835.165000', '153835.625000', '153836.085000', '153836.545000', '153837.005000', '153837.465000', '153837.925000', '153838.385000', '153838.845000', '153839.305000', '153839.765000', '153840.225000', '153840.685000', '153841.145000', '153841.605000', '153842.065000', '153842.525000', '153842.985000', '153843.445000', '153843.905000', '153844.365000', '153844.825000', '153845.285000', '153845.745000', '153846.205000', '153846.665000', '153847.125000', '153847.585000', '153848.045000', '153848.505000', '153848.965000', '153849.425000', '153849.885000', '153850.345000', '153850.805000', '153851.265000', '153851.725000', '153852.185000', '153852.645000', '153853.105000', '153853.565000', '153854.025000', '153854.485000', '153854.945000', '153855.405000', '153855.865000', '153856.325000', '153856.785000', '153857.245000', '153857.705000', '153858.165000', '153858.625000', '153859.085000', '153859.545000', '153900.005000', '153900.465000', '153900.925000', '153901.385000', '153901.845000', '153902.305000', '153902.765000', '153903.225000', '153903.685000', '153904.145000', '153904.605000', '153905.065000', '153905.525000', '153905.985000', '153906.445000', '153906.905000', '153907.365000', '153907.825000', '153908.285000', '153908.745000', '153909.205000', '153909.665000', '153910.125000', '153910.585000', '153911.045000', '153911.505000', '153911.965000', '153912.425000', '153912.885000', '153913.345000', '153913.805000', '153914.265000', '153914.725000', '153915.185000', '153915.645000', '153916.105000', '153916.565000', '153917.025000', '153917.485000', '153917.945000', '153918.405000', '153918.865000', '153919.325000', '153919.785000', '153920.245000', '153920.705000', '153921.165000', '153921.625000', '153922.085000', '153922.545000', '153923.005000', '153923.465000', '153923.925000', '153924.385000', '153924.845000', '153925.305000', '153925.765000', '153926.225000', '153926.685000', '153927.145000', '153927.605000', '153928.065000', '153928.525000', '153928.985000', '153929.445000', '153929.905000', '153930.365000', '153930.825000', '153931.285000', '153931.745000', '153932.205000', '153932.665000', '153933.125000', '153933.585000', '153934.045000', '153934.505000', '153934.965000', '153935.425000', '153935.885000', '153936.345000', '153936.805000', '153937.265000', '153937.725000', '153938.185000', '153938.645000', '153939.105000', '153939.565000', '153940.025000', '153940.485000', '153940.945000', '153941.405000', '153941.865000', '153942.325000', '153942.785000', '153943.245000', '153943.705000', '153944.165000', '153944.625000', '153945.085000', '153945.545000', '153946.005000', '153946.465000', '153946.925000', '153947.385000', '153947.845000', '153948.305000', '153948.765000', '153949.225000', '153949.685000', '153950.145000', '153950.605000', '153951.065000', '153951.525000', '153951.985000', '153952.445000', '153952.905000', '153953.365000', '153953.825000', '153954.285000', '153954.745000', '153955.205000', '153955.665000', '153956.125000', '153956.585000', '153957.045000', '153957.505000', '153957.965000', '153958.425000', '153958.885000', '153959.345000', '153959.805000', '154000.265000', '154000.725000', '154001.185000', '154001.645000', '154002.105000', '154002.565000', '154003.025000', '154003.485000', '154003.945000', '154004.405000', '154004.865000', '154005.325000', '154005.785000', '154006.245000', '154006.705000', '154007.165000', '154007.625000', '154008.085000', '154008.545000', '154009.005000', '154009.465000', '154009.925000', '154010.385000', '154010.845000', '154011.305000', '154011.765000', '154012.225000', '154012.685000', '154013.145000', '154013.605000', '154014.065000', '154014.525000', '154014.985000', '154015.445000', '154015.905000', '154016.365000', '154016.825000', '154017.285000', '154017.745000', '154018.205000', '154018.665000', '154019.125000', '154019.585000', '154020.045000', '154020.505000', '154020.965000', '154021.425000', '154021.885000', '154022.345000', '154022.805000', '154023.265000', '154023.725000', '154024.185000', '154024.645000', '154025.105000', '154025.565000', '154026.025000', '154026.485000', '154026.945000', '154027.405000', '154027.865000', '154028.325000', '154028.785000', '154029.245000', '154029.705000', '154030.165000', '154030.625000', '154031.085000', '154031.545000', '154032.005000', '154032.465000', '154032.925000', '154033.385000', '154033.845000', '154034.305000', '154034.765000', '154035.225000', '154035.685000', '154036.145000', '154036.605000', '154037.065000', '154037.525000', '154037.985000', '154038.445000', '154038.905000', '154039.365000', '154039.825000', '154040.285000', '154040.745000', '154041.205000', '154041.665000', '154042.125000', '154042.585000', '154043.045000', '154043.505000', '154043.965000', '154044.425000', '154044.885000', '154045.345000', '154045.805000', '154046.265000', '154046.725000', '154047.185000', '154047.645000', '154048.105000', '154048.565000', '154049.025000', '154049.485000', '154049.945000', '154050.405000', '154050.865000', '154051.325000', '154051.785000', '154052.245000', '154052.705000', '154053.165000', '154053.625000', '154054.085000', '154054.545000', '154055.005000', '154055.465000', '154055.925000', '154056.385000', '154056.845000', '154057.305000', '154057.765000', '154058.225000', '154058.685000', '154059.145000', '154059.605000', '154100.065000', '154100.525000', '154100.985000', '154101.445000', '154101.905000', '154102.365000', '154102.825000', '154103.285000', '154103.745000', '154104.205000', '154104.665000', '154105.125000', '154105.585000', '154106.045000', '154106.505000', '154106.965000', '154107.425000', '154107.885000', '154108.345000', '154108.805000', '154109.265000', '154109.725000', '154110.185000', '154110.645000', '154111.105000', '154111.565000', '154112.025000', '154112.485000', '154112.945000', '154113.405000', '154113.865000', '154114.325000', '154114.785000', '154115.245000', '154115.705000', '154116.165000', '154116.625000', '154117.085000', '154117.545000', '154118.005000', '154118.465000', '154118.925000', '154119.385000', '154119.845000', '154120.305000', '154120.765000', '154121.225000', '154121.685000', '154122.145000', '154122.605000', '154123.065000', '154123.525000', '154123.985000', '154124.445000', '154124.905000', '154125.365000', '154125.825000', '154126.285000', '154126.745000', '154127.205000', '154127.665000', '154128.125000', '154128.585000', '154129.045000', '154129.505000', '154129.965000', '154130.425000', '154130.885000', '154131.345000', '154131.805000', '154132.265000', '154132.725000', '154133.185000', '154133.645000', '154134.105000', '154134.565000', '154135.025000', '154135.485000', '154135.945000', '154136.405000', '154136.865000', '154137.325000', '154137.785000', '154138.245000', '154138.705000', '154139.165000', '154139.625000', '154140.085000', '154140.545000', '154141.005000', '154141.465000', '154141.925000', '154142.385000', '154142.845000', '154143.305000', '154143.765000', '154144.225000', '154144.685000', '154145.145000', '154145.605000', '154146.065000', '154146.525000', '154146.985000', '154147.445000', '154147.905000', '154148.365000', '154148.825000', '154149.285000', '154149.745000', '154150.205000', '154150.665000', '154151.125000', '154151.585000', '154152.045000', '154152.505000', '154152.965000', '154153.425000', '154153.885000', '154154.345000', '154154.805000', '154155.265000', '154155.725000', '154156.185000', '154156.645000', '154157.105000', '154157.565000', '154158.025000', '154158.485000', '154158.945000', '154159.405000', '154159.865000', '154200.325000', '154200.785000', '154201.245000', '154201.705000', '154202.165000', '154202.625000', '154203.085000', '154203.545000', '154204.005000', '154204.465000', '154204.925000', '154205.385000', '154205.845000', '154206.305000', '154206.765000', '154207.225000', '154207.685000', '154208.145000', '154208.605000', '154209.065000', '154209.525000', '154209.985000', '154210.445000', '154210.905000', '154211.365000', '154211.825000', '154212.285000', '154212.745000', '154213.205000', '154213.665000', '154214.125000', '154214.585000', '154215.045000', '154215.505000', '154215.965000', '154216.425000', '154216.885000', '154217.345000', '154217.805000', '154218.265000', '154218.725000', '154219.185000', '154219.645000', '154220.105000', '154220.565000', '154221.025000', '154221.485000', '154221.945000', '154222.405000', '154222.865000', '154223.325000', '154223.785000', '154224.245000', '154224.705000', '154225.165000', '154225.625000', '154226.085000', '154226.545000', '154227.005000', '154227.465000', '154227.925000', '154228.385000', '154228.845000', '154229.305000', '154229.765000', '154230.225000', '154230.685000', '154231.145000', '154231.605000', '154232.065000', '154232.525000', '154232.985000', '154233.445000', '154233.905000', '154234.365000', '154234.825000', '154235.285000', '154235.745000', '154236.205000', '154236.665000', '154237.125000', '154237.585000', '154238.045000', '154238.505000', '154238.965000', '154239.425000', '154239.885000', '154240.345000', '154240.805000', '154241.265000', '154241.725000', '154242.185000', '154242.645000', '154243.105000', '154243.565000', '154244.025000', '154244.485000', '154244.945000', '154245.405000', '154245.865000', '154246.325000', '154246.785000', '154247.245000', '154247.705000', '154248.165000', '154248.625000', '154249.085000', '154249.545000', '154250.005000', '154250.465000', '154250.925000', '154251.385000', '154251.845000', '154252.305000', '154252.765000', '154253.225000', '154253.685000', '154254.145000', '154254.605000', '154255.065000', '154255.525000', '154255.985000', '154256.445000', '154256.905000', '154257.365000', '154257.825000', '154258.285000', '154258.745000', '154259.205000'], 'ContentTime': ['153253.788000', '153253.791000', '153253.794000', '153253.797000', '153253.800000', '153253.802000', '153253.805000', '153253.807000', '153253.810000', '153253.813000', '153253.815000', '153253.818000', '153253.820000', '153253.823000', '153253.825000', '153253.828000', '153253.831000', '153253.833000', '153253.836000', '153253.838000', '153253.841000', '153253.843000', '153253.850000', '153253.853000', '153253.856000', '153253.858000', '153253.861000', '153253.863000', '153253.866000', '153253.869000', '153253.872000', '153253.875000', '153253.877000', '153253.880000', '153253.882000', '153253.885000', '153253.887000', '153253.890000', '153253.893000', '153253.895000', '153253.898000', '153253.900000', '153253.903000', '153253.905000', '153253.908000', '153253.911000', '153253.913000', '153253.916000', '153253.918000', '153253.921000', '153253.924000', '153253.926000', '153253.934000', '153253.936000', '153253.939000', '153253.941000', '153313.742000', '153313.745000', '153313.748000', '153313.751000', '153313.753000', '153313.756000', '153313.759000', '153313.761000', '153313.764000', '153313.766000', '153313.769000', '153313.772000', '153313.774000', '153313.798000', '153313.805000', '153313.808000', '153313.811000', '153313.813000', '153313.816000', '153313.818000', '153313.821000', '153313.824000', '153313.826000', '153313.829000', '153313.832000', '153313.834000', '153313.837000', '153313.839000', '153313.842000', '153313.845000', '153313.848000', '153313.850000', '153313.853000', '153313.856000', '153313.859000', '153313.861000', '153313.864000', '153313.866000', '153313.869000', '153313.872000', '153313.874000', '153313.877000', '153313.879000', '153333.742000', '153333.745000', '153333.748000', '153333.751000', '153333.753000', '153333.756000', '153333.759000', '153333.761000', '153333.764000', '153333.774000', '153333.776000', '153333.779000', '153333.782000', '153333.784000', '153333.787000', '153333.790000', '153333.792000', '153333.795000', '153333.797000', '153333.800000', '153333.803000', '153333.805000', '153333.808000', '153333.811000', '153333.813000', '153333.816000', '153333.818000', '153333.821000', '153333.824000', '153333.826000', '153333.829000', '153333.831000', '153333.834000', '153333.837000', '153333.839000', '153333.842000', '153333.844000', '153333.847000', '153333.850000', '153333.852000', '153333.855000', '153333.858000', '153333.860000', '153333.863000', '153353.742000', '153353.745000', '153353.748000', '153353.751000', '153353.753000', '153353.756000', '153353.759000', '153353.761000', '153353.764000', '153353.766000', '153353.773000', '153353.776000', '153353.778000', '153353.781000', '153353.784000', '153353.786000', '153353.789000', '153353.792000', '153353.794000', '153353.797000', '153353.799000', '153353.802000', '153353.805000', '153353.807000', '153353.810000', '153353.813000', '153353.815000', '153353.818000', '153353.820000', '153353.823000', '153353.826000', '153353.828000', '153353.831000', '153353.833000', '153353.836000', '153353.839000', '153353.841000', '153353.845000', '153353.847000', '153353.850000', '153353.853000', '153353.856000', '153353.859000', '153413.742000', '153413.746000', '153413.748000', '153413.751000', '153413.754000', '153413.757000', '153413.759000', '153413.762000', '153413.764000', '153413.767000', '153413.770000', '153413.772000', '153413.775000', '153413.778000', '153413.780000', '153413.783000', '153413.785000', '153413.788000', '153413.791000', '153413.793000', '153413.796000', '153413.799000', '153413.801000', '153413.804000', '153413.806000', '153413.809000', '153413.811000', '153413.814000', '153413.817000', '153413.819000', '153413.822000', '153413.825000', '153413.827000', '153413.830000', '153413.832000', '153413.835000', '153413.838000', '153413.840000', '153413.843000', '153413.846000', '153413.848000', '153413.851000', '153413.853000', '153413.856000', '153433.743000', '153433.745000', '153433.748000', '153433.751000', '153433.753000', '153433.756000', '153433.759000', '153433.761000', '153433.764000', '153433.767000', '153433.769000', '153433.772000', '153433.775000', '153433.777000', '153433.780000', '153433.783000', '153433.785000', '153433.788000', '153433.791000', '153433.793000', '153433.796000', '153433.799000', '153433.801000', '153433.804000', '153433.807000', '153433.809000', '153433.812000', '153433.815000', '153433.817000', '153433.825000', '153433.828000', '153433.830000', '153433.833000', '153433.836000', '153433.838000', '153433.841000', '153433.844000', '153433.846000', '153433.849000', '153433.852000', '153433.854000', '153433.857000', '153433.859000', '153453.742000', '153453.745000', '153453.748000', '153453.751000', '153453.753000', '153453.756000', '153453.759000', '153453.761000', '153453.764000', '153453.806000', '153453.809000', '153453.812000', '153453.814000', '153453.817000', '153453.820000', '153453.822000', '153453.825000', '153453.828000', '153453.830000', '153453.833000', '153453.835000', '153453.838000', '153453.840000', '153453.843000', '153453.846000', '153453.848000', '153453.851000', '153453.854000', '153453.856000', '153453.859000', '153453.861000', '153453.864000', '153453.867000', '153453.869000', '153453.872000', '153453.875000', '153453.877000', '153453.880000', '153453.882000', '153453.885000', '153453.888000', '153453.890000', '153453.893000', '153453.895000', '153513.742000', '153513.745000', '153513.748000', '153513.751000', '153513.753000', '153513.756000', '153513.759000', '153513.761000', '153513.764000', '153513.767000', '153513.769000', '153513.772000', '153513.787000', '153513.790000', '153513.793000', '153513.795000', '153513.798000', '153513.801000', '153513.803000', '153513.806000', '153513.809000', '153513.811000', '153513.814000', '153513.817000', '153513.819000', '153513.822000', '153513.825000', '153513.827000', '153513.830000', '153513.833000', '153513.836000', '153513.839000', '153513.842000', '153513.845000', '153513.847000', '153513.850000', '153513.855000', '153513.857000', '153513.860000', '153513.862000', '153513.865000', '153513.868000', '153513.870000', '153533.743000', '153533.745000', '153533.748000', '153533.751000', '153533.753000', '153533.756000', '153533.758000', '153533.761000', '153533.764000', '153533.766000', '153533.769000', '153533.772000', '153533.774000', '153533.777000', '153533.779000', '153533.782000', '153533.785000', '153533.787000', '153533.790000', '153533.793000', '153533.795000', '153533.798000', '153533.801000', '153533.803000', '153533.806000', '153533.808000', '153533.811000', '153533.814000', '153533.816000', '153533.819000', '153533.821000', '153533.824000', '153533.827000', '153533.829000', '153533.832000', '153533.834000', '153533.837000', '153533.840000', '153533.842000', '153533.845000', '153533.847000', '153533.850000', '153533.852000', '153533.855000', '153553.742000', '153553.745000', '153553.748000', '153553.751000', '153553.753000', '153553.756000', '153553.759000', '153553.761000', '153553.764000', '153553.767000', '153553.769000', '153553.772000', '153553.774000', '153553.777000', '153553.780000', '153553.782000', '153553.785000', '153553.788000', '153553.790000', '153553.793000', '153553.795000', '153553.798000', '153553.801000', '153553.803000', '153553.806000', '153553.809000', '153553.811000', '153553.814000', '153553.816000', '153553.819000', '153553.822000', '153553.832000', '153553.835000', '153553.837000', '153553.840000', '153553.843000', '153553.845000', '153553.848000', '153553.850000', '153553.853000', '153553.856000', '153553.858000', '153553.861000', '153613.743000', '153613.745000', '153613.748000', '153613.751000', '153613.753000', '153613.756000', '153613.759000', '153613.761000', '153613.764000', '153613.767000', '153613.769000', '153613.772000', '153613.774000', '153613.777000', '153613.780000', '153613.782000', '153613.785000', '153613.787000', '153613.790000', '153613.793000', '153613.796000', '153613.798000', '153613.801000', '153613.804000', '153613.806000', '153613.809000', '153613.812000', '153613.814000', '153613.817000', '153613.819000', '153613.822000', '153613.825000', '153613.827000', '153613.830000', '153613.833000', '153613.835000', '153613.838000', '153613.841000', '153613.843000', '153613.846000', '153613.848000', '153613.851000', '153613.854000', '153613.856000', '153633.742000', '153633.745000', '153633.748000', '153633.751000', '153633.753000', '153633.756000', '153633.759000', '153633.761000', '153633.764000', '153633.767000', '153633.769000', '153633.772000', '153633.775000', '153633.777000', '153633.780000', '153633.782000', '153633.785000', '153633.788000', '153633.790000', '153633.793000', '153633.796000', '153633.798000', '153633.807000', '153633.810000', '153633.813000', '153633.815000', '153633.818000', '153633.820000', '153633.823000', '153633.826000', '153633.828000', '153633.831000', '153633.834000', '153633.837000', '153633.839000', '153633.842000', '153633.845000', '153633.848000', '153633.850000', '153633.853000', '153633.855000', '153633.858000', '153633.861000', '153653.743000', '153653.745000', '153653.748000', '153653.751000', '153653.753000', '153653.756000', '153653.759000', '153653.761000', '153653.764000', '153653.767000', '153653.769000', '153653.772000', '153653.775000', '153653.777000', '153653.780000', '153653.783000', '153653.785000', '153653.788000', '153653.791000', '153653.793000', '153653.796000', '153653.798000', '153653.801000', '153653.804000', '153653.806000', '153653.809000', '153653.812000', '153653.814000', '153653.817000', '153653.819000', '153653.822000', '153653.825000', '153653.827000', '153653.830000', '153653.832000', '153653.835000', '153653.838000', '153653.840000', '153653.843000', '153653.846000', '153653.849000', '153653.851000', '153653.854000', '153653.856000', '153713.742000', '153713.744000', '153713.747000', '153713.750000', '153713.753000', '153713.755000', '153713.758000', '153713.760000', '153713.763000', '153713.766000', '153713.768000', '153713.771000', '153713.774000', '153713.776000', '153713.779000', '153713.782000', '153713.784000', '153713.787000', '153713.800000', '153713.802000', '153713.805000', '153713.807000', '153713.810000', '153713.813000', '153713.815000', '153713.818000', '153713.821000', '153713.823000', '153713.826000', '153713.828000', '153713.831000', '153713.834000', '153713.836000', '153713.839000', '153713.842000', '153713.844000', '153713.847000', '153713.849000', '153713.852000', '153713.855000', '153713.858000', '153713.860000', '153713.863000', '153733.743000', '153733.745000', '153733.748000', '153733.751000', '153733.753000', '153733.756000', '153733.758000', '153733.761000', '153733.764000', '153733.766000', '153733.769000', '153733.772000', '153733.774000', '153733.777000', '153733.779000', '153733.786000', '153733.789000', '153733.792000', '153733.794000', '153733.797000', '153733.800000', '153733.802000', '153733.805000', '153733.807000', '153733.810000', '153733.813000', '153733.815000', '153733.818000', '153733.820000', '153733.823000', '153733.826000', '153733.828000', '153733.831000', '153733.834000', '153733.836000', '153733.839000', '153733.841000', '153733.844000', '153733.847000', '153733.849000', '153733.852000', '153733.854000', '153733.857000', '153733.860000', '153753.742000', '153753.756000', '153753.758000', '153753.761000', '153753.764000', '153753.766000', '153753.769000', '153753.772000', '153753.774000', '153753.777000', '153753.780000', '153753.782000', '153753.785000', '153753.788000', '153753.790000', '153753.793000', '153753.796000', '153753.798000', '153753.801000', '153753.803000', '153753.806000', '153753.809000', '153753.811000', '153753.814000', '153753.817000', '153753.819000', '153753.822000', '153753.824000', '153753.827000', '153753.830000', '153753.832000', '153753.835000', '153753.838000', '153753.840000', '153753.843000', '153753.846000', '153753.848000', '153753.851000', '153753.854000', '153753.856000', '153753.859000', '153753.861000', '153753.864000', '153813.744000', '153813.747000', '153813.750000', '153813.753000', '153813.755000', '153813.758000', '153813.761000', '153813.764000', '153813.767000', '153813.769000', '153813.773000', '153813.775000', '153813.778000', '153813.780000', '153813.783000', '153813.786000', '153813.788000', '153813.791000', '153813.794000', '153813.796000', '153813.799000', '153813.801000', '153813.804000', '153813.806000', '153813.809000', '153813.812000', '153813.815000', '153813.817000', '153813.820000', '153813.823000', '153813.825000', '153813.828000', '153813.830000', '153813.833000', '153813.836000', '153813.838000', '153813.841000', '153813.844000', '153813.846000', '153813.849000', '153813.852000', '153813.854000', '153813.857000', '153813.859000', '153833.743000', '153833.745000', '153833.748000', '153833.751000', '153833.753000', '153833.756000', '153833.759000', '153833.761000', '153833.764000', '153833.767000', '153833.769000', '153833.772000', '153833.775000', '153833.777000', '153833.780000', '153833.782000', '153833.791000', '153833.794000', '153833.796000', '153833.799000', '153833.801000', '153833.804000', '153833.807000', '153833.809000', '153833.812000', '153833.815000', '153833.817000', '153833.820000', '153833.822000', '153833.825000', '153833.828000', '153833.830000', '153833.833000', '153833.836000', '153833.838000', '153833.841000', '153833.843000', '153833.846000', '153833.849000', '153833.851000', '153833.854000', '153833.856000', '153833.859000', '153853.742000', '153853.745000', '153853.748000', '153853.751000', '153853.753000', '153853.756000', '153853.758000', '153853.761000', '153853.764000', '153853.766000', '153853.769000', '153853.772000', '153853.774000', '153853.777000', '153853.779000', '153853.782000', '153853.785000', '153853.787000', '153853.790000', '153853.792000', '153853.795000', '153853.798000', '153853.800000', '153853.803000', '153853.805000', '153853.808000', '153853.811000', '153853.813000', '153853.816000', '153853.818000', '153853.821000', '153853.824000', '153853.826000', '153853.829000', '153853.831000', '153853.834000', '153853.837000', '153853.839000', '153853.842000', '153853.844000', '153853.847000', '153853.850000', '153853.852000', '153853.855000', '153913.743000', '153913.745000', '153913.748000', '153913.751000', '153913.753000', '153913.756000', '153913.759000', '153913.761000', '153913.764000', '153913.767000', '153913.769000', '153913.772000', '153913.805000', '153913.807000', '153913.810000', '153913.813000', '153913.815000', '153913.818000', '153913.821000', '153913.823000', '153913.826000', '153913.829000', '153913.831000', '153913.834000', '153913.837000', '153913.839000', '153913.842000', '153913.845000', '153913.847000', '153913.850000', '153913.852000', '153913.855000', '153913.858000', '153913.861000', '153913.863000', '153913.866000', '153913.868000', '153913.871000', '153913.874000', '153913.876000', '153913.879000', '153913.882000', '153913.884000', '153933.742000', '153933.744000', '153933.747000', '153933.750000', '153933.753000', '153933.755000', '153933.758000', '153933.760000', '153933.763000', '153933.766000', '153933.768000', '153933.772000', '153933.775000', '153933.778000', '153933.781000', '153933.783000', '153933.786000', '153933.789000', '153933.791000', '153933.794000', '153933.797000', '153933.800000', '153933.803000', '153933.805000', '153933.808000', '153933.811000', '153933.813000', '153933.816000', '153933.819000', '153933.821000', '153933.824000', '153933.827000', '153933.829000', '153933.832000', '153933.834000', '153933.837000', '153933.840000', '153933.842000', '153933.845000', '153933.848000', '153933.850000', '153933.853000', '153933.856000', '153953.743000', '153953.745000', '153953.748000', '153953.751000', '153953.754000', '153953.756000', '153953.759000', '153953.762000', '153953.764000', '153953.767000', '153953.769000', '153953.772000', '153953.775000', '153953.777000', '153953.780000', '153953.783000', '153953.785000', '153953.788000', '153953.790000', '153953.793000', '153953.796000', '153953.798000', '153953.801000', '153953.804000', '153953.806000', '153953.809000', '153953.811000', '153953.814000', '153953.817000', '153953.819000', '153953.822000', '153953.825000', '153953.827000', '153953.830000', '153953.832000', '153953.835000', '153953.838000', '153953.840000', '153953.843000', '153953.846000', '153953.848000', '153953.851000', '153953.854000', '153953.856000', '154013.742000', '154013.746000', '154013.748000', '154013.751000', '154013.753000', '154013.756000', '154013.759000', '154013.761000', '154013.764000', '154013.767000', '154013.771000', '154013.773000', '154013.777000', '154013.779000', '154013.782000', '154013.785000', '154013.788000', '154013.790000', '154013.793000', '154013.796000', '154013.798000', '154013.801000', '154013.803000', '154013.806000', '154013.809000', '154013.812000', '154013.814000', '154013.817000', '154013.819000', '154013.822000', '154013.825000', '154013.827000', '154013.830000', '154013.832000', '154013.835000', '154013.838000', '154013.840000', '154013.843000', '154013.846000', '154013.848000', '154013.851000', '154013.853000', '154013.856000', '154033.743000', '154033.746000', '154033.748000', '154033.751000', '154033.754000', '154033.756000', '154033.759000', '154033.762000', '154033.764000', '154033.775000', '154033.777000', '154033.780000', '154033.783000', '154033.785000', '154033.788000', '154033.790000', '154033.793000', '154033.796000', '154033.798000', '154033.801000', '154033.804000', '154033.806000', '154033.809000', '154033.811000', '154033.814000', '154033.817000', '154033.819000', '154033.822000', '154033.824000', '154033.827000', '154033.830000', '154033.832000', '154033.835000', '154033.838000', '154033.840000', '154033.843000', '154033.845000', '154033.848000', '154033.851000', '154033.853000', '154033.856000', '154033.859000', '154033.861000', '154033.864000', '154053.743000', '154053.745000', '154053.748000', '154053.751000', '154053.753000', '154053.756000', '154053.759000', '154053.761000', '154053.764000', '154053.766000', '154053.769000', '154053.772000', '154053.774000', '154053.777000', '154053.780000', '154053.782000', '154053.785000', '154053.787000', '154053.790000', '154053.793000', '154053.795000', '154053.798000', '154053.800000', '154053.803000', '154053.806000', '154053.808000', '154053.811000', '154053.813000', '154053.816000', '154053.819000', '154053.821000', '154053.824000', '154053.827000', '154053.830000', '154053.832000', '154053.837000', '154053.840000', '154053.843000', '154053.846000', '154053.849000', '154053.851000', '154053.854000', '154053.856000', '154113.743000', '154113.746000', '154113.749000', '154113.751000', '154113.754000', '154113.757000', '154113.760000', '154113.762000', '154113.765000', '154113.768000', '154113.770000', '154113.773000', '154113.775000', '154113.778000', '154113.781000', '154113.784000', '154113.786000', '154113.789000', '154113.791000', '154113.794000', '154113.797000', '154113.799000', '154113.802000', '154113.805000', '154113.807000', '154113.810000', '154113.812000', '154113.815000', '154113.818000', '154113.820000', '154113.823000', '154113.826000', '154113.828000', '154113.831000', '154113.834000', '154113.836000', '154113.839000', '154113.842000', '154113.844000', '154113.847000', '154113.849000', '154113.852000', '154113.855000', '154113.857000', '154133.743000', '154133.745000', '154133.748000', '154133.751000', '154133.754000', '154133.756000', '154133.759000', '154133.762000', '154133.764000', '154133.767000', '154133.770000', '154133.772000', '154133.775000', '154133.778000', '154133.780000', '154133.783000', '154133.785000', '154133.788000', '154133.791000', '154133.793000', '154133.796000', '154133.799000', '154133.801000', '154133.804000', '154133.807000', '154133.809000', '154133.812000', '154133.815000', '154133.818000', '154133.821000', '154133.824000', '154133.826000', '154133.829000', '154133.832000', '154133.834000', '154133.837000', '154133.840000', '154133.842000', '154133.845000', '154133.847000', '154133.850000', '154133.853000', '154133.855000', '154153.742000', '154153.745000', '154153.747000', '154153.750000', '154153.753000', '154153.756000', '154153.758000', '154153.761000', '154153.764000', '154153.766000', '154153.769000', '154153.772000', '154153.775000', '154153.777000', '154153.780000', '154153.783000', '154153.785000', '154153.788000', '154153.791000', '154153.793000', '154153.796000', '154153.799000', '154153.801000', '154153.804000', '154153.806000', '154153.809000', '154153.812000', '154153.814000', '154153.817000', '154153.820000', '154153.822000', '154153.825000', '154153.828000', '154153.830000', '154153.833000', '154153.835000', '154153.838000', '154153.841000', '154153.843000', '154153.846000', '154153.848000', '154153.851000', '154153.854000', '154153.856000', '154213.743000', '154213.745000', '154213.748000', '154213.751000', '154213.754000', '154213.756000', '154213.759000', '154213.761000', '154213.764000', '154213.767000', '154213.769000', '154213.772000', '154213.775000', '154213.777000', '154213.780000', '154213.782000', '154213.785000', '154213.788000', '154213.792000', '154213.795000', '154213.798000', '154213.800000', '154213.803000', '154213.806000', '154213.808000', '154213.811000', '154213.813000', '154213.816000', '154213.819000', '154213.821000', '154213.824000', '154213.827000', '154213.829000', '154213.832000', '154213.835000', '154213.838000', '154213.841000', '154213.844000', '154213.846000', '154213.849000', '154213.852000', '154213.854000', '154213.857000', '154233.743000', '154233.745000', '154233.748000', '154233.751000', '154233.754000', '154233.757000', '154233.759000', '154233.762000', '154233.765000', '154233.768000', '154233.770000', '154233.773000', '154233.776000', '154233.778000', '154233.781000', '154233.784000', '154233.786000', '154233.789000', '154233.792000', '154233.794000', '154233.797000', '154233.799000', '154233.802000', '154233.805000', '154233.807000', '154233.810000', '154233.813000', '154233.815000', '154233.818000', '154233.820000', '154233.823000', '154233.826000', '154233.828000', '154233.831000', '154233.834000', '154233.836000', '154233.839000', '154233.841000', '154233.844000', '154233.847000', '154233.850000', '154233.852000', '154233.855000', '154233.858000', '154253.743000', '154253.746000', '154253.748000', '154253.751000', '154253.754000', '154253.756000', '154253.759000', '154253.762000', '154253.764000', '154253.767000', '154253.769000', '154253.772000', '154253.775000', '154253.777000', '154253.780000', '154253.782000', '154253.785000', '154253.788000', '154253.790000', '154253.793000', '154253.796000', '154253.798000', '154253.801000', '154253.804000', '154253.806000', '154253.809000', '154253.812000', '154253.814000', '154253.817000', '154253.819000', '154253.822000', '154253.825000', '154253.827000', '154253.830000', '154253.833000', '154253.835000', '154253.838000', '154253.840000', '154253.843000', '154253.846000', '154253.848000', '154253.851000', '154253.854000', '154300.781000', '154300.784000', '154300.799000', '154300.802000', '154300.804000', '154300.807000', '154300.810000', '154300.812000', '154300.815000', '154300.818000', '154300.821000', '154300.824000', '154300.827000', '154300.830000', '154300.832000', '154300.835000'], 'InstanceCreationTime': ['153253.788000', '153253.791000', '153253.794000', '153253.797000', '153253.800000', '153253.802000', '153253.805000', '153253.807000', '153253.810000', '153253.813000', '153253.815000', '153253.818000', '153253.820000', '153253.823000', '153253.825000', '153253.828000', '153253.831000', '153253.833000', '153253.836000', '153253.838000', '153253.841000', '153253.843000', '153253.850000', '153253.853000', '153253.856000', '153253.858000', '153253.861000', '153253.863000', '153253.866000', '153253.869000', '153253.872000', '153253.875000', '153253.877000', '153253.880000', '153253.882000', '153253.885000', '153253.887000', '153253.890000', '153253.893000', '153253.895000', '153253.898000', '153253.900000', '153253.903000', '153253.905000', '153253.908000', '153253.911000', '153253.913000', '153253.916000', '153253.918000', '153253.921000', '153253.924000', '153253.926000', '153253.934000', '153253.936000', '153253.939000', '153253.941000', '153313.742000', '153313.745000', '153313.748000', '153313.751000', '153313.753000', '153313.756000', '153313.759000', '153313.761000', '153313.764000', '153313.766000', '153313.769000', '153313.772000', '153313.774000', '153313.798000', '153313.805000', '153313.808000', '153313.811000', '153313.813000', '153313.816000', '153313.818000', '153313.821000', '153313.824000', '153313.826000', '153313.829000', '153313.832000', '153313.834000', '153313.837000', '153313.839000', '153313.842000', '153313.845000', '153313.848000', '153313.850000', '153313.853000', '153313.856000', '153313.859000', '153313.861000', '153313.864000', '153313.866000', '153313.869000', '153313.872000', '153313.874000', '153313.877000', '153313.879000', '153333.742000', '153333.745000', '153333.748000', '153333.751000', '153333.753000', '153333.756000', '153333.759000', '153333.761000', '153333.764000', '153333.774000', '153333.776000', '153333.779000', '153333.782000', '153333.784000', '153333.787000', '153333.790000', '153333.792000', '153333.795000', '153333.797000', '153333.800000', '153333.803000', '153333.805000', '153333.808000', '153333.811000', '153333.813000', '153333.816000', '153333.818000', '153333.821000', '153333.824000', '153333.826000', '153333.829000', '153333.831000', '153333.834000', '153333.837000', '153333.839000', '153333.842000', '153333.844000', '153333.847000', '153333.850000', '153333.852000', '153333.855000', '153333.858000', '153333.860000', '153333.863000', '153353.742000', '153353.745000', '153353.748000', '153353.751000', '153353.753000', '153353.756000', '153353.759000', '153353.761000', '153353.764000', '153353.766000', '153353.773000', '153353.776000', '153353.778000', '153353.781000', '153353.784000', '153353.786000', '153353.789000', '153353.792000', '153353.794000', '153353.797000', '153353.799000', '153353.802000', '153353.805000', '153353.807000', '153353.810000', '153353.813000', '153353.815000', '153353.818000', '153353.820000', '153353.823000', '153353.826000', '153353.828000', '153353.831000', '153353.833000', '153353.836000', '153353.839000', '153353.841000', '153353.845000', '153353.847000', '153353.850000', '153353.853000', '153353.856000', '153353.859000', '153413.742000', '153413.746000', '153413.748000', '153413.751000', '153413.754000', '153413.757000', '153413.759000', '153413.762000', '153413.764000', '153413.767000', '153413.770000', '153413.772000', '153413.775000', '153413.778000', '153413.780000', '153413.783000', '153413.785000', '153413.788000', '153413.791000', '153413.793000', '153413.796000', '153413.799000', '153413.801000', '153413.804000', '153413.806000', '153413.809000', '153413.811000', '153413.814000', '153413.817000', '153413.819000', '153413.822000', '153413.825000', '153413.827000', '153413.830000', '153413.832000', '153413.835000', '153413.838000', '153413.840000', '153413.843000', '153413.846000', '153413.848000', '153413.851000', '153413.853000', '153413.856000', '153433.743000', '153433.745000', '153433.748000', '153433.751000', '153433.753000', '153433.756000', '153433.759000', '153433.761000', '153433.764000', '153433.767000', '153433.769000', '153433.772000', '153433.775000', '153433.777000', '153433.780000', '153433.783000', '153433.785000', '153433.788000', '153433.791000', '153433.793000', '153433.796000', '153433.799000', '153433.801000', '153433.804000', '153433.807000', '153433.809000', '153433.812000', '153433.815000', '153433.817000', '153433.825000', '153433.828000', '153433.830000', '153433.833000', '153433.836000', '153433.838000', '153433.841000', '153433.844000', '153433.846000', '153433.849000', '153433.852000', '153433.854000', '153433.857000', '153433.859000', '153453.742000', '153453.745000', '153453.748000', '153453.751000', '153453.753000', '153453.756000', '153453.759000', '153453.761000', '153453.764000', '153453.806000', '153453.809000', '153453.812000', '153453.814000', '153453.817000', '153453.820000', '153453.822000', '153453.825000', '153453.828000', '153453.830000', '153453.833000', '153453.835000', '153453.838000', '153453.840000', '153453.843000', '153453.846000', '153453.848000', '153453.851000', '153453.854000', '153453.856000', '153453.859000', '153453.861000', '153453.864000', '153453.867000', '153453.869000', '153453.872000', '153453.875000', '153453.877000', '153453.880000', '153453.882000', '153453.885000', '153453.888000', '153453.890000', '153453.893000', '153453.895000', '153513.742000', '153513.745000', '153513.748000', '153513.751000', '153513.753000', '153513.756000', '153513.759000', '153513.761000', '153513.764000', '153513.767000', '153513.769000', '153513.772000', '153513.787000', '153513.790000', '153513.793000', '153513.795000', '153513.798000', '153513.801000', '153513.803000', '153513.806000', '153513.809000', '153513.811000', '153513.814000', '153513.817000', '153513.819000', '153513.822000', '153513.825000', '153513.827000', '153513.830000', '153513.833000', '153513.836000', '153513.839000', '153513.842000', '153513.845000', '153513.847000', '153513.850000', '153513.855000', '153513.857000', '153513.860000', '153513.862000', '153513.865000', '153513.868000', '153513.870000', '153533.743000', '153533.745000', '153533.748000', '153533.751000', '153533.753000', '153533.756000', '153533.758000', '153533.761000', '153533.764000', '153533.766000', '153533.769000', '153533.772000', '153533.774000', '153533.777000', '153533.779000', '153533.782000', '153533.785000', '153533.787000', '153533.790000', '153533.793000', '153533.795000', '153533.798000', '153533.801000', '153533.803000', '153533.806000', '153533.808000', '153533.811000', '153533.814000', '153533.816000', '153533.819000', '153533.821000', '153533.824000', '153533.827000', '153533.829000', '153533.832000', '153533.834000', '153533.837000', '153533.840000', '153533.842000', '153533.845000', '153533.847000', '153533.850000', '153533.852000', '153533.855000', '153553.742000', '153553.745000', '153553.748000', '153553.751000', '153553.753000', '153553.756000', '153553.759000', '153553.761000', '153553.764000', '153553.767000', '153553.769000', '153553.772000', '153553.774000', '153553.777000', '153553.780000', '153553.782000', '153553.785000', '153553.788000', '153553.790000', '153553.793000', '153553.795000', '153553.798000', '153553.801000', '153553.803000', '153553.806000', '153553.809000', '153553.811000', '153553.814000', '153553.816000', '153553.819000', '153553.822000', '153553.832000', '153553.835000', '153553.837000', '153553.840000', '153553.843000', '153553.845000', '153553.848000', '153553.850000', '153553.853000', '153553.856000', '153553.858000', '153553.861000', '153613.743000', '153613.745000', '153613.748000', '153613.751000', '153613.753000', '153613.756000', '153613.759000', '153613.761000', '153613.764000', '153613.767000', '153613.769000', '153613.772000', '153613.774000', '153613.777000', '153613.780000', '153613.782000', '153613.785000', '153613.787000', '153613.790000', '153613.793000', '153613.796000', '153613.798000', '153613.801000', '153613.804000', '153613.806000', '153613.809000', '153613.812000', '153613.814000', '153613.817000', '153613.819000', '153613.822000', '153613.825000', '153613.827000', '153613.830000', '153613.833000', '153613.835000', '153613.838000', '153613.841000', '153613.843000', '153613.846000', '153613.848000', '153613.851000', '153613.854000', '153613.856000', '153633.742000', '153633.745000', '153633.748000', '153633.751000', '153633.753000', '153633.756000', '153633.759000', '153633.761000', '153633.764000', '153633.767000', '153633.769000', '153633.772000', '153633.775000', '153633.777000', '153633.780000', '153633.782000', '153633.785000', '153633.788000', '153633.790000', '153633.793000', '153633.796000', '153633.798000', '153633.807000', '153633.810000', '153633.813000', '153633.815000', '153633.818000', '153633.820000', '153633.823000', '153633.826000', '153633.828000', '153633.831000', '153633.834000', '153633.837000', '153633.839000', '153633.842000', '153633.845000', '153633.848000', '153633.850000', '153633.853000', '153633.855000', '153633.858000', '153633.861000', '153653.743000', '153653.745000', '153653.748000', '153653.751000', '153653.753000', '153653.756000', '153653.759000', '153653.761000', '153653.764000', '153653.767000', '153653.769000', '153653.772000', '153653.775000', '153653.777000', '153653.780000', '153653.783000', '153653.785000', '153653.788000', '153653.791000', '153653.793000', '153653.796000', '153653.798000', '153653.801000', '153653.804000', '153653.806000', '153653.809000', '153653.812000', '153653.814000', '153653.817000', '153653.819000', '153653.822000', '153653.825000', '153653.827000', '153653.830000', '153653.832000', '153653.835000', '153653.838000', '153653.840000', '153653.843000', '153653.846000', '153653.849000', '153653.851000', '153653.854000', '153653.856000', '153713.742000', '153713.744000', '153713.747000', '153713.750000', '153713.753000', '153713.755000', '153713.758000', '153713.760000', '153713.763000', '153713.766000', '153713.768000', '153713.771000', '153713.774000', '153713.776000', '153713.779000', '153713.782000', '153713.784000', '153713.787000', '153713.800000', '153713.802000', '153713.805000', '153713.807000', '153713.810000', '153713.813000', '153713.815000', '153713.818000', '153713.821000', '153713.823000', '153713.826000', '153713.828000', '153713.831000', '153713.834000', '153713.836000', '153713.839000', '153713.842000', '153713.844000', '153713.847000', '153713.849000', '153713.852000', '153713.855000', '153713.858000', '153713.860000', '153713.863000', '153733.743000', '153733.745000', '153733.748000', '153733.751000', '153733.753000', '153733.756000', '153733.758000', '153733.761000', '153733.764000', '153733.766000', '153733.769000', '153733.772000', '153733.774000', '153733.777000', '153733.779000', '153733.786000', '153733.789000', '153733.792000', '153733.794000', '153733.797000', '153733.800000', '153733.802000', '153733.805000', '153733.807000', '153733.810000', '153733.813000', '153733.815000', '153733.818000', '153733.820000', '153733.823000', '153733.826000', '153733.828000', '153733.831000', '153733.834000', '153733.836000', '153733.839000', '153733.841000', '153733.844000', '153733.847000', '153733.849000', '153733.852000', '153733.854000', '153733.857000', '153733.860000', '153753.742000', '153753.756000', '153753.758000', '153753.761000', '153753.764000', '153753.766000', '153753.769000', '153753.772000', '153753.774000', '153753.777000', '153753.780000', '153753.782000', '153753.785000', '153753.788000', '153753.790000', '153753.793000', '153753.796000', '153753.798000', '153753.801000', '153753.803000', '153753.806000', '153753.809000', '153753.811000', '153753.814000', '153753.817000', '153753.819000', '153753.822000', '153753.824000', '153753.827000', '153753.830000', '153753.832000', '153753.835000', '153753.838000', '153753.840000', '153753.843000', '153753.846000', '153753.848000', '153753.851000', '153753.854000', '153753.856000', '153753.859000', '153753.861000', '153753.864000', '153813.744000', '153813.747000', '153813.750000', '153813.753000', '153813.755000', '153813.758000', '153813.761000', '153813.764000', '153813.767000', '153813.769000', '153813.773000', '153813.775000', '153813.778000', '153813.780000', '153813.783000', '153813.786000', '153813.788000', '153813.791000', '153813.794000', '153813.796000', '153813.799000', '153813.801000', '153813.804000', '153813.806000', '153813.809000', '153813.812000', '153813.815000', '153813.817000', '153813.820000', '153813.823000', '153813.825000', '153813.828000', '153813.830000', '153813.833000', '153813.836000', '153813.838000', '153813.841000', '153813.844000', '153813.846000', '153813.849000', '153813.852000', '153813.854000', '153813.857000', '153813.859000', '153833.743000', '153833.745000', '153833.748000', '153833.751000', '153833.753000', '153833.756000', '153833.759000', '153833.761000', '153833.764000', '153833.767000', '153833.769000', '153833.772000', '153833.775000', '153833.777000', '153833.780000', '153833.782000', '153833.791000', '153833.794000', '153833.796000', '153833.799000', '153833.801000', '153833.804000', '153833.807000', '153833.809000', '153833.812000', '153833.815000', '153833.817000', '153833.820000', '153833.822000', '153833.825000', '153833.828000', '153833.830000', '153833.833000', '153833.836000', '153833.838000', '153833.841000', '153833.843000', '153833.846000', '153833.849000', '153833.851000', '153833.854000', '153833.856000', '153833.859000', '153853.742000', '153853.745000', '153853.748000', '153853.751000', '153853.753000', '153853.756000', '153853.758000', '153853.761000', '153853.764000', '153853.766000', '153853.769000', '153853.772000', '153853.774000', '153853.777000', '153853.779000', '153853.782000', '153853.785000', '153853.787000', '153853.790000', '153853.792000', '153853.795000', '153853.798000', '153853.800000', '153853.803000', '153853.805000', '153853.808000', '153853.811000', '153853.813000', '153853.816000', '153853.818000', '153853.821000', '153853.824000', '153853.826000', '153853.829000', '153853.831000', '153853.834000', '153853.837000', '153853.839000', '153853.842000', '153853.844000', '153853.847000', '153853.850000', '153853.852000', '153853.855000', '153913.743000', '153913.745000', '153913.748000', '153913.751000', '153913.753000', '153913.756000', '153913.759000', '153913.761000', '153913.764000', '153913.767000', '153913.769000', '153913.772000', '153913.805000', '153913.807000', '153913.810000', '153913.813000', '153913.815000', '153913.818000', '153913.821000', '153913.823000', '153913.826000', '153913.829000', '153913.831000', '153913.834000', '153913.837000', '153913.839000', '153913.842000', '153913.845000', '153913.847000', '153913.850000', '153913.852000', '153913.855000', '153913.858000', '153913.861000', '153913.863000', '153913.866000', '153913.868000', '153913.871000', '153913.874000', '153913.876000', '153913.879000', '153913.882000', '153913.884000', '153933.742000', '153933.744000', '153933.747000', '153933.750000', '153933.753000', '153933.755000', '153933.758000', '153933.760000', '153933.763000', '153933.766000', '153933.768000', '153933.772000', '153933.775000', '153933.778000', '153933.781000', '153933.783000', '153933.786000', '153933.789000', '153933.791000', '153933.794000', '153933.797000', '153933.800000', '153933.803000', '153933.805000', '153933.808000', '153933.811000', '153933.813000', '153933.816000', '153933.819000', '153933.821000', '153933.824000', '153933.827000', '153933.829000', '153933.832000', '153933.834000', '153933.837000', '153933.840000', '153933.842000', '153933.845000', '153933.848000', '153933.850000', '153933.853000', '153933.856000', '153953.743000', '153953.745000', '153953.748000', '153953.751000', '153953.754000', '153953.756000', '153953.759000', '153953.762000', '153953.764000', '153953.767000', '153953.769000', '153953.772000', '153953.775000', '153953.777000', '153953.780000', '153953.783000', '153953.785000', '153953.788000', '153953.790000', '153953.793000', '153953.796000', '153953.798000', '153953.801000', '153953.804000', '153953.806000', '153953.809000', '153953.811000', '153953.814000', '153953.817000', '153953.819000', '153953.822000', '153953.825000', '153953.827000', '153953.830000', '153953.832000', '153953.835000', '153953.838000', '153953.840000', '153953.843000', '153953.846000', '153953.848000', '153953.851000', '153953.854000', '153953.856000', '154013.742000', '154013.746000', '154013.748000', '154013.751000', '154013.753000', '154013.756000', '154013.759000', '154013.761000', '154013.764000', '154013.767000', '154013.771000', '154013.773000', '154013.777000', '154013.779000', '154013.782000', '154013.785000', '154013.788000', '154013.790000', '154013.793000', '154013.796000', '154013.798000', '154013.801000', '154013.803000', '154013.806000', '154013.809000', '154013.812000', '154013.814000', '154013.817000', '154013.819000', '154013.822000', '154013.825000', '154013.827000', '154013.830000', '154013.832000', '154013.835000', '154013.838000', '154013.840000', '154013.843000', '154013.846000', '154013.848000', '154013.851000', '154013.853000', '154013.856000', '154033.743000', '154033.746000', '154033.748000', '154033.751000', '154033.754000', '154033.756000', '154033.759000', '154033.762000', '154033.764000', '154033.775000', '154033.777000', '154033.780000', '154033.783000', '154033.785000', '154033.788000', '154033.790000', '154033.793000', '154033.796000', '154033.798000', '154033.801000', '154033.804000', '154033.806000', '154033.809000', '154033.811000', '154033.814000', '154033.817000', '154033.819000', '154033.822000', '154033.824000', '154033.827000', '154033.830000', '154033.832000', '154033.835000', '154033.838000', '154033.840000', '154033.843000', '154033.845000', '154033.848000', '154033.851000', '154033.853000', '154033.856000', '154033.859000', '154033.861000', '154033.864000', '154053.743000', '154053.745000', '154053.748000', '154053.751000', '154053.753000', '154053.756000', '154053.759000', '154053.761000', '154053.764000', '154053.766000', '154053.769000', '154053.772000', '154053.774000', '154053.777000', '154053.780000', '154053.782000', '154053.785000', '154053.787000', '154053.790000', '154053.793000', '154053.795000', '154053.798000', '154053.800000', '154053.803000', '154053.806000', '154053.808000', '154053.811000', '154053.813000', '154053.816000', '154053.819000', '154053.821000', '154053.824000', '154053.827000', '154053.830000', '154053.832000', '154053.837000', '154053.840000', '154053.843000', '154053.846000', '154053.849000', '154053.851000', '154053.854000', '154053.856000', '154113.743000', '154113.746000', '154113.749000', '154113.751000', '154113.754000', '154113.757000', '154113.760000', '154113.762000', '154113.765000', '154113.768000', '154113.770000', '154113.773000', '154113.775000', '154113.778000', '154113.781000', '154113.784000', '154113.786000', '154113.789000', '154113.791000', '154113.794000', '154113.797000', '154113.799000', '154113.802000', '154113.805000', '154113.807000', '154113.810000', '154113.812000', '154113.815000', '154113.818000', '154113.820000', '154113.823000', '154113.826000', '154113.828000', '154113.831000', '154113.834000', '154113.836000', '154113.839000', '154113.842000', '154113.844000', '154113.847000', '154113.849000', '154113.852000', '154113.855000', '154113.857000', '154133.743000', '154133.745000', '154133.748000', '154133.751000', '154133.754000', '154133.756000', '154133.759000', '154133.762000', '154133.764000', '154133.767000', '154133.770000', '154133.772000', '154133.775000', '154133.778000', '154133.780000', '154133.783000', '154133.785000', '154133.788000', '154133.791000', '154133.793000', '154133.796000', '154133.799000', '154133.801000', '154133.804000', '154133.807000', '154133.809000', '154133.812000', '154133.815000', '154133.818000', '154133.821000', '154133.824000', '154133.826000', '154133.829000', '154133.832000', '154133.834000', '154133.837000', '154133.840000', '154133.842000', '154133.845000', '154133.847000', '154133.850000', '154133.853000', '154133.855000', '154153.742000', '154153.745000', '154153.747000', '154153.750000', '154153.753000', '154153.756000', '154153.758000', '154153.761000', '154153.764000', '154153.766000', '154153.769000', '154153.772000', '154153.775000', '154153.777000', '154153.780000', '154153.783000', '154153.785000', '154153.788000', '154153.791000', '154153.793000', '154153.796000', '154153.799000', '154153.801000', '154153.804000', '154153.806000', '154153.809000', '154153.812000', '154153.814000', '154153.817000', '154153.820000', '154153.822000', '154153.825000', '154153.828000', '154153.830000', '154153.833000', '154153.835000', '154153.838000', '154153.841000', '154153.843000', '154153.846000', '154153.848000', '154153.851000', '154153.854000', '154153.856000', '154213.743000', '154213.745000', '154213.748000', '154213.751000', '154213.754000', '154213.756000', '154213.759000', '154213.761000', '154213.764000', '154213.767000', '154213.769000', '154213.772000', '154213.775000', '154213.777000', '154213.780000', '154213.782000', '154213.785000', '154213.788000', '154213.792000', '154213.795000', '154213.798000', '154213.800000', '154213.803000', '154213.806000', '154213.808000', '154213.811000', '154213.813000', '154213.816000', '154213.819000', '154213.821000', '154213.824000', '154213.827000', '154213.829000', '154213.832000', '154213.835000', '154213.838000', '154213.841000', '154213.844000', '154213.846000', '154213.849000', '154213.852000', '154213.854000', '154213.857000', '154233.743000', '154233.745000', '154233.748000', '154233.751000', '154233.754000', '154233.757000', '154233.759000', '154233.762000', '154233.765000', '154233.768000', '154233.770000', '154233.773000', '154233.776000', '154233.778000', '154233.781000', '154233.784000', '154233.786000', '154233.789000', '154233.792000', '154233.794000', '154233.797000', '154233.799000', '154233.802000', '154233.805000', '154233.807000', '154233.810000', '154233.813000', '154233.815000', '154233.818000', '154233.820000', '154233.823000', '154233.826000', '154233.828000', '154233.831000', '154233.834000', '154233.836000', '154233.839000', '154233.841000', '154233.844000', '154233.847000', '154233.850000', '154233.852000', '154233.855000', '154233.858000', '154253.743000', '154253.746000', '154253.748000', '154253.751000', '154253.754000', '154253.756000', '154253.759000', '154253.762000', '154253.764000', '154253.767000', '154253.769000', '154253.772000', '154253.775000', '154253.777000', '154253.780000', '154253.782000', '154253.785000', '154253.788000', '154253.790000', '154253.793000', '154253.796000', '154253.798000', '154253.801000', '154253.804000', '154253.806000', '154253.809000', '154253.812000', '154253.814000', '154253.817000', '154253.819000', '154253.822000', '154253.825000', '154253.827000', '154253.830000', '154253.833000', '154253.835000', '154253.838000', '154253.840000', '154253.843000', '154253.846000', '154253.848000', '154253.851000', '154253.854000', '154300.781000', '154300.784000', '154300.799000', '154300.802000', '154300.804000', '154300.807000', '154300.810000', '154300.812000', '154300.815000', '154300.818000', '154300.821000', '154300.824000', '154300.827000', '154300.830000', '154300.832000', '154300.835000'], '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': [8451, 7326, 7895, 6692, 7650, 6817, 7577, 9605, 7541, 8141, 7702, 6898, 7414, 7143, 7344, 6250, 7487, 9412, 7428, 8193, 7355, 8333, 7076, 7891, 7085, 7761, 6973, 7652, 6873, 7457, 6838, 7624, 6645, 7386, 6896, 7532, 6795, 7619, 6686, 7441, 6740, 7439, 9453, 7588, 8795, 7626, 8629, 7670, 8536, 7955, 6918, 7962, 6806, 7467, 6715, 7571, 8167, 7720, 9448, 7692, 8373, 7288, 8247, 6788, 7790, 6917, 8333, 7395, 7327, 7391, 7154, 7499, 8701, 6823, 7813, 6715, 7757, 6906, 7490, 6771, 7637, 6535, 7553, 6266, 7117, 6132, 7191, 8786, 7051, 7996, 6785, 8263, 6697, 7754, 6811, 7618, 6607, 7462, 6714, 7306, 6252, 7118, 7431, 7024, 8370, 6856, 6426, 7305, 8322, 7053, 8387, 6864, 8052, 6971, 7459, 6787, 7807, 6695, 8096, 6808, 7503, 6600, 7369, 6266, 7336, 6359, 7197, 7433, 7155, 6339, 7385, 6451, 7766, 9988, 7162, 7910, 6746, 7715, 6900, 7861, 6858, 7777, 6353, 7517, 6406, 7532, 6532, 7648, 6916, 7959, 6734, 7839, 6525, 7634, 6619, 7823, 6711, 8046, 6621, 7908, 9059, 8028, 8128, 7640, 8070, 7128, 8072, 7302, 7931, 7078, 7875, 7177, 7994, 7018, 7884, 6791, 7758, 6842, 7756, 6741, 7642, 6317, 7661, 9080, 7688, 7785, 6887, 7453, 6576, 8012, 6631, 7932, 6800, 7750, 6632, 7578, 7239, 7379, 8312, 7526, 7943, 7564, 8236, 7278, 7750, 7028, 7780, 7377, 7762, 7395, 7780, 6557, 7517, 7227, 7507, 8467, 7005, 7779, 6791, 7939, 7115, 7600, 7023, 7690, 6840, 7910, 6894, 7656, 6928, 7320, 6743, 7573, 6559, 7116, 7284, 6963, 6720, 7025, 8974, 6927, 7720, 6896, 7908, 6858, 7554, 6530, 7435, 6393, 7051, 7724, 7362, 8528, 6791, 7717, 7109, 7472, 7016, 7632, 7086, 7319, 6718, 7138, 6551, 7453, 6523, 7402, 6527, 7286, 8044, 7328, 7132, 7154, 8158, 7052, 6339, 6830, 6532, 7316, 8875, 6864, 8092, 6950, 7850, 6704, 7395, 6802, 7445, 6919, 7772, 7028, 8000, 6945, 8115, 6916, 7965, 7054, 7530, 7127, 8149, 7007, 7432, 7143, 7767, 7219, 7800, 6892, 6404, 7092, 6562, 8104, 6813, 8549, 7157, 8116, 6556, 7261, 6897, 7744, 7373, 8229, 6552, 7666, 6499, 7684, 8766, 7356, 7403, 7688, 7713, 7473, 9139, 7467, 7757, 6962, 8096, 7368, 7958, 7433, 8092, 7131, 8225, 7555, 8574, 7519, 8495, 7201, 8190, 9047, 8255, 6881, 8015, 6978, 7182, 7204, 6455, 6906, 6563, 9532, 7737, 9083, 7638, 9991, 7172, 8642, 6837, 7551, 6380, 7779, 8716, 7766, 9158, 7704, 8838, 6912, 7996, 6854, 8194, 7575, 9332, 7139, 8566, 6696, 8784, 6273, 8506, 7183, 7875, 6857, 7901, 6626, 9606, 7189, 9003, 6619, 7875, 9585, 7619, 8862, 7162, 8312, 6916, 8176, 7266, 8858, 6866, 8842, 7042, 8887, 7480, 8795, 6829, 8928, 6725, 8704, 6964, 7627, 8769, 7845, 7884, 7895, 9363, 7701, 8909, 7291, 9165, 7236, 9195, 6747, 8187, 6631, 7868, 7075, 8432, 6651, 8271, 6881, 7726, 6423, 7955, 9164, 7590, 8330, 7692, 8644, 7114, 8183, 6799, 8090, 6689, 7897, 6909, 7753, 6683, 7739, 7055, 8397, 7051, 8245, 7278, 8047, 7268, 8505, 7991, 8692, 9749, 7903, 8735, 7576, 8270, 7066, 7966, 7004, 6487, 7524, 7002, 8661, 6653, 8906, 9049, 7838, 8945, 6740, 7928, 6394, 7798, 9622, 7911, 8670, 6658, 8215, 6811, 8279, 6954, 8027, 7096, 8347, 6836, 8679, 7013, 8786, 6572, 8014, 6712, 7667, 8485, 8033, 8609, 7676, 10791, 7482, 8707, 7651, 8219, 7721, 10343, 7611, 9402, 7838, 9964, 7364, 9261, 8053, 9371, 7183, 8933, 7138, 9104, 7250, 9217, 6807, 9230, 6881, 8810, 6757, 7801, 10150, 7414, 9132, 6984, 8341, 7101, 7634, 6801, 7545, 6768, 7636, 6612, 7740, 6607, 7869, 6532, 7970, 6716, 9362, 7035, 6959, 8756, 7263, 10114, 7255, 8991, 7107, 7512, 10760, 7626, 8867, 7152, 9071, 7121, 9572, 7266, 7997, 7135, 7169, 7263, 7626, 7509, 7316, 7270, 10643, 7724, 8785, 6969, 10329, 7151, 9301, 7660, 9037, 7048, 8971, 7167, 7602, 7258, 6897, 7182, 8331, 7446, 6940, 7364, 9632, 7545, 8187, 7654, 8021, 7622, 10927, 7957, 10019, 7297, 9252, 7382, 9058, 7564, 6470, 7274, 6835, 8891, 8381, 7776, 10907, 7213, 9216, 7463, 8629, 7401, 9188, 6936, 8803, 7576, 9312, 7389, 7270, 7586, 8672, 7534, 10233, 7750, 9178, 6988, 8856, 7285, 8916, 7100, 8752, 7423, 7570, 7619, 6494, 8544, 6425, 8717, 9847, 8074, 8295, 7640, 6654, 7914, 7432, 7997, 7199, 8001, 9155, 7650, 8884, 7691, 6533, 7729, 6607, 9165, 7054, 9442, 6882, 9577, 7217, 9566, 7348, 9507, 7205, 9410, 7248, 9511, 7192, 9507, 7464, 9340, 7179, 6649, 7444, 6582, 8764, 6809, 9151, 6594, 8376, 8226, 7688, 6648, 8989, 7027, 7550, 7067, 9948, 7029, 8654, 6596, 7655, 6646, 8419, 7182, 9796, 7201, 9709, 7244, 9840, 7578, 9914, 8022, 9624, 7486, 8342, 7618, 6603, 8278, 6926, 9375, 6958, 9733, 6780, 9428, 6736, 8222, 6534, 8349, 6783, 8830, 6704, 8796, 6868, 9543, 6842, 9731, 7181, 9564, 7518, 9233, 7106, 8693, 6629, 8507, 6627, 8083, 6553, 8542, 6525, 8985, 6595, 10301, 7206, 8781, 7102, 9046, 7301, 8990, 7308, 8862, 7003, 8627, 6957, 8428, 6882, 8358, 7246, 8985, 7167, 9131, 7538, 9145, 6899, 8945, 7225, 9060, 7314, 8951, 7047, 8905, 7079, 9318, 7348, 8918, 6981, 8732, 7362, 9035, 7614, 8819, 7097, 8635, 7614, 8479, 7196, 9211, 7142, 9105, 7326, 8725, 7194, 7587, 7523, 9717, 7466, 7732, 7461, 7973, 7583, 7497, 7455, 6459, 7919, 7547, 8190, 7370, 8288, 6623, 7895, 7584, 8528, 7088, 9168, 6939, 9395, 6764, 9084, 6775, 8873, 6762, 8449, 6844, 8874, 7110, 8869, 7110, 8881, 7424, 9201, 7594, 9471, 7857, 9339, 7687, 9188, 7334, 8794, 7698, 7526, 7558, 6845, 7879, 7426, 7749, 8642, 7585, 7986, 7728, 8568, 7479, 6401, 8301, 7025, 9568, 7310, 9796, 7405, 7880, 7654, 6736, 7851, 6771, 8153, 9053, 7907, 8197, 7858, 7437, 7555, 6884, 9057, 7718, 9853, 6927, 6590, 8566, 7641, 9208, 7987, 9830, 7961, 9929, 7972, 9358, 8138, 7408, 7996, 6784, 7992, 7810, 7925, 7024, 8825, 7590, 9540, 7844, 9785, 8106, 6689, 7712, 7191, 8737, 7693, 9780, 7507, 8011, 7144, 6500, 8710, 8038, 10089, 8022, 7831, 10870, 8609, 7552, 9234, 7950, 9857, 8644, 9310, 8221, 8874, 7664, 8982, 7861, 8855, 8116, 8762, 8621, 8711, 7385, 7857, 8451, 8154, 9258, 8212, 9585, 7938, 9349, 7876, 9020, 8649, 8991, 8258, 8619, 8157, 8830, 8279, 9621, 7376, 6833, 7628, 7887, 9571, 8001, 9391, 7893, 9426, 8184, 9534, 8118, 6832, 7428, 7594, 8740, 7377, 8892, 7665, 8964, 7769, 9214, 7856, 8722, 7735, 8718, 7739, 9182, 7997, 9636, 8155, 9084, 8161, 7264, 8341, 7823, 9299, 8381, 9840, 8315, 9321, 8139, 9070, 7854, 7898, 7129, 7986, 7636, 8796, 8076, 9301, 8075, 8539, 8243, 8411, 8203, 8374, 8381, 10147, 8189, 9364, 8495, 8572, 8204, 8436, 8090, 8907, 8274, 8381, 6732, 7562, 8552, 7787, 8995, 7282, 8266, 11161, 8228, 8394, 8114, 8069, 7281, 8148, 8120, 8508, 8239, 8957, 8348, 9567, 8528, 8974, 8189, 9145, 8298, 8622, 8334, 8174, 8503, 8105, 8258, 8412, 8260, 8731, 8059, 8565, 7816, 9312, 8098, 8695, 7169, 7853, 8985, 8009, 9344, 7676, 8078, 10076, 8081, 8829, 7973, 8726, 8063, 8445, 8175, 9286, 8176, 8785, 8007, 9041, 8442, 8900, 7897, 8401, 8014, 8175, 7793, 8328, 7828, 8535, 7701, 8710, 7309, 8544, 7659, 8389, 7865, 9053, 7991, 9144, 6746, 9509, 8461, 7619, 7259, 8214, 9941, 8218, 9428, 8147, 8941, 7870, 8398, 6767, 7802, 7799, 9030, 7903, 7841, 7240, 6489, 7668, 6797, 7723, 7031, 8988, 7834, 9652, 7963, 8582, 7610, 10233, 7708, 7346, 7822, 6790, 7824, 7631, 7745, 6713, 8010, 6704, 8509, 6931, 8786, 6824, 9003, 6942, 8588, 7216, 6886, 8136, 6797, 9355, 7090, 9543, 7334, 9037, 7207, 7049, 7307, 6569, 9066, 7297, 9847, 7926, 9448, 7203, 6576, 7726, 7356, 9532, 7244, 6637, 8167, 6736, 9096, 6893, 8497, 6667, 7848, 6788, 8934, 6714, 9415, 6934, 9376, 7622, 7189, 7796, 6889, 9305, 7318, 6594, 7482, 8303, 7993, 10617, 7542, 8973, 7680, 8639, 7311, 6490, 7573, 6776, 8595, 6924, 9367, 7736, 8728, 6797, 9992, 7328, 7200, 8667, 7316, 7182, 9021, 7173, 10323, 9262, 10326, 7009, 7824, 6686, 7875, 6429, 7463, 9935, 7151, 9279, 7536, 8337, 7128, 7510, 7093, 7519, 6879, 6582, 7638, 6535, 7652, 10502, 7481, 9057, 8030, 9177, 7730, 6673, 7073, 6802, 8282, 10833, 7735, 9310, 7383, 8323, 7130, 8116, 6863, 8215, 6635, 7473, 10343, 7360, 9191, 7576, 8936, 7516, 8526, 7131, 8536, 7451, 8515, 7757, 8260, 6782, 7598, 6624, 7466, 9664, 7699, 9121, 7363, 8690, 7404, 8526, 7460, 8473, 7202, 8527, 7626, 8836, 7375, 7781, 6970, 7530, 6490, 7431, 6471, 7720, 6802, 7928, 6588, 8077, 6681, 8195, 6904, 7641, 6981, 7657, 6654, 7909, 6658, 8041, 6932, 7497, 8550, 7509, 10071, 7398, 7033, 7359, 6555, 8075, 7605, 7604, 9830, 7661, 9915, 7868, 8295, 7588, 7992, 7758, 8200, 7839, 9073, 7639, 8878, 8090, 8785, 7690, 8156, 7620, 8065, 7878, 9363, 7695, 8272, 7756, 8230, 7737, 7868, 7729, 7515, 7417, 7720, 7025, 7655, 7329], 'WindowCenter': [3900.0, 3866.0, 3875.0, 3837.0, 3858.0, 3825.0, 3843.0, 3861.0, 3831.0, 3843.0, 3842.0, 3831.0, 3832.0, 3824.0, 3832.0, 3824.0, 3844.0, 3863.0, 3843.0, 3856.0, 3834.0, 3845.0, 3822.0, 3840.0, 3818.0, 3832.0, 3820.0, 3830.0, 3822.0, 3834.0, 3822.0, 3845.0, 3820.0, 3835.0, 3832.0, 3841.0, 3821.0, 3844.0, 3822.0, 3833.0, 3825.0, 3834.0, 3865.0, 3843.0, 3849.0, 3844.0, 3849.0, 3843.0, 3854.0, 3843.0, 3834.0, 3844.0, 3824.0, 3834.0, 3824.0, 3844.0, 3856.0, 3844.0, 3866.0, 3844.0, 3843.0, 3832.0, 3840.0, 3822.0, 3831.0, 3833.0, 3851.0, 3845.0, 3831.0, 3846.0, 3837.0, 3846.0, 3854.0, 3823.0, 3846.0, 3822.0, 3842.0, 3832.0, 3832.0, 3822.0, 3843.0, 3823.0, 3845.0, 3824.0, 3834.0, 3815.0, 3835.0, 3855.0, 3835.0, 3845.0, 3835.0, 3856.0, 3836.0, 3843.0, 3836.0, 3843.0, 3836.0, 3845.0, 3835.0, 3846.0, 3825.0, 3835.0, 3848.0, 3836.0, 3859.0, 3837.0, 3837.0, 3848.0, 3870.0, 3848.0, 3857.0, 3836.0, 3857.0, 3848.0, 3847.0, 3836.0, 3848.0, 3837.0, 3860.0, 3836.0, 3850.0, 3825.0, 3838.0, 3826.0, 3845.0, 3826.0, 3835.0, 3836.0, 3838.0, 3825.0, 3848.0, 3836.0, 3858.0, 3877.0, 3835.0, 3845.0, 3824.0, 3847.0, 3834.0, 3846.0, 3821.0, 3846.0, 3810.0, 3832.0, 3809.0, 3842.0, 3822.0, 3848.0, 3834.0, 3844.0, 3822.0, 3845.0, 3811.0, 3834.0, 3822.0, 3833.0, 3822.0, 3844.0, 3821.0, 3844.0, 3854.0, 3843.0, 3843.0, 3833.0, 3840.0, 3822.0, 3835.0, 3830.0, 3832.0, 3821.0, 3842.0, 3822.0, 3844.0, 3821.0, 3840.0, 3821.0, 3835.0, 3822.0, 3831.0, 3809.0, 3831.0, 3809.0, 3832.0, 3840.0, 3831.0, 3833.0, 3820.0, 3833.0, 3822.0, 3841.0, 3822.0, 3843.0, 3821.0, 3841.0, 3822.0, 3845.0, 3833.0, 3833.0, 3843.0, 3844.0, 3842.0, 3845.0, 3844.0, 3834.0, 3843.0, 3834.0, 3846.0, 3832.0, 3845.0, 3833.0, 3844.0, 3823.0, 3834.0, 3835.0, 3835.0, 3855.0, 3834.0, 3842.0, 3836.0, 3844.0, 3835.0, 3846.0, 3835.0, 3846.0, 3835.0, 3848.0, 3834.0, 3845.0, 3833.0, 3837.0, 3821.0, 3846.0, 3826.0, 3834.0, 3831.0, 3836.0, 3838.0, 3836.0, 3865.0, 3838.0, 3846.0, 3837.0, 3854.0, 3835.0, 3848.0, 3823.0, 3845.0, 3826.0, 3835.0, 3846.0, 3835.0, 3853.0, 3825.0, 3842.0, 3835.0, 3843.0, 3836.0, 3843.0, 3835.0, 3849.0, 3835.0, 3838.0, 3826.0, 3846.0, 3825.0, 3849.0, 3834.0, 3848.0, 3858.0, 3848.0, 3845.0, 3849.0, 3856.0, 3849.0, 3835.0, 3851.0, 3841.0, 3860.0, 3869.0, 3838.0, 3856.0, 3849.0, 3856.0, 3837.0, 3847.0, 3838.0, 3846.0, 3848.0, 3856.0, 3846.0, 3856.0, 3848.0, 3860.0, 3849.0, 3862.0, 3849.0, 3859.0, 3849.0, 3858.0, 3848.0, 3848.0, 3848.0, 3846.0, 3848.0, 3847.0, 3848.0, 3839.0, 3848.0, 3849.0, 3868.0, 3850.0, 3880.0, 3850.0, 3861.0, 3828.0, 3850.0, 3846.0, 3861.0, 3845.0, 3859.0, 3825.0, 3847.0, 3823.0, 3846.0, 3857.0, 3836.0, 3834.0, 3848.0, 3845.0, 3846.0, 3866.0, 3835.0, 3846.0, 3836.0, 3853.0, 3835.0, 3848.0, 3835.0, 3844.0, 3836.0, 3856.0, 3846.0, 3856.0, 3836.0, 3859.0, 3832.0, 3845.0, 3866.0, 3855.0, 3825.0, 3844.0, 3832.0, 3844.0, 3853.0, 3833.0, 3845.0, 3846.0, 3887.0, 3871.0, 3878.0, 3857.0, 3869.0, 3819.0, 3844.0, 3808.0, 3829.0, 3794.0, 3831.0, 3825.0, 3828.0, 3846.0, 3828.0, 3839.0, 3806.0, 3826.0, 3807.0, 3838.0, 3830.0, 3853.0, 3832.0, 3851.0, 3820.0, 3844.0, 3806.0, 3842.0, 3817.0, 3832.0, 3805.0, 3830.0, 3808.0, 3863.0, 3818.0, 3852.0, 3806.0, 3829.0, 3846.0, 3817.0, 3838.0, 3817.0, 3826.0, 3815.0, 3827.0, 3829.0, 3850.0, 3819.0, 3854.0, 3819.0, 3849.0, 3830.0, 3842.0, 3816.0, 3855.0, 3808.0, 3844.0, 3815.0, 3829.0, 3831.0, 3828.0, 3830.0, 3828.0, 3847.0, 3829.0, 3838.0, 3828.0, 3863.0, 3833.0, 3850.0, 3820.0, 3844.0, 3820.0, 3841.0, 3832.0, 3844.0, 3820.0, 3858.0, 3831.0, 3830.0, 3810.0, 3841.0, 3849.0, 3829.0, 3827.0, 3829.0, 3840.0, 3820.0, 3840.0, 3818.0, 3831.0, 3808.0, 3844.0, 3821.0, 3835.0, 3808.0, 3834.0, 3817.0, 3844.0, 3818.0, 3844.0, 3828.0, 3844.0, 3828.0, 3853.0, 3827.0, 3840.0, 3849.0, 3830.0, 3838.0, 3829.0, 3831.0, 3819.0, 3830.0, 3822.0, 3808.0, 3833.0, 3830.0, 3867.0, 3833.0, 3869.0, 3849.0, 3831.0, 3841.0, 3807.0, 3834.0, 3806.0, 3831.0, 3846.0, 3831.0, 3836.0, 3805.0, 3840.0, 3806.0, 3841.0, 3830.0, 3840.0, 3818.0, 3844.0, 3819.0, 3855.0, 3831.0, 3854.0, 3818.0, 3844.0, 3818.0, 3830.0, 3837.0, 3841.0, 3839.0, 3835.0, 3858.0, 3831.0, 3838.0, 3830.0, 3837.0, 3841.0, 3859.0, 3840.0, 3848.0, 3840.0, 3860.0, 3830.0, 3851.0, 3839.0, 3852.0, 3818.0, 3849.0, 3819.0, 3850.0, 3827.0, 3849.0, 3817.0, 3850.0, 3817.0, 3852.0, 3806.0, 3829.0, 3857.0, 3819.0, 3848.0, 3816.0, 3828.0, 3816.0, 3827.0, 3807.0, 3830.0, 3807.0, 3840.0, 3818.0, 3841.0, 3819.0, 3867.0, 3821.0, 3843.0, 3820.0, 3873.0, 3845.0, 3856.0, 3876.0, 3859.0, 3891.0, 3844.0, 3866.0, 3830.0, 3833.0, 3871.0, 3830.0, 3848.0, 3819.0, 3848.0, 3820.0, 3860.0, 3831.0, 3839.0, 3831.0, 3830.0, 3833.0, 3840.0, 3832.0, 3830.0, 3831.0, 3871.0, 3843.0, 3850.0, 3832.0, 3870.0, 3831.0, 3849.0, 3829.0, 3849.0, 3829.0, 3854.0, 3830.0, 3840.0, 3834.0, 3829.0, 3834.0, 3850.0, 3831.0, 3831.0, 3831.0, 3861.0, 3843.0, 3839.0, 3830.0, 3839.0, 3829.0, 3869.0, 3839.0, 3859.0, 3829.0, 3848.0, 3828.0, 3848.0, 3828.0, 3809.0, 3829.0, 3819.0, 3864.0, 3838.0, 3830.0, 3870.0, 3828.0, 3848.0, 3827.0, 3838.0, 3831.0, 3859.0, 3828.0, 3846.0, 3840.0, 3860.0, 3829.0, 3828.0, 3841.0, 3849.0, 3841.0, 3859.0, 3830.0, 3850.0, 3818.0, 3838.0, 3817.0, 3836.0, 3817.0, 3838.0, 3830.0, 3828.0, 3829.0, 3808.0, 3850.0, 3807.0, 3851.0, 3847.0, 3829.0, 3826.0, 3826.0, 3804.0, 3828.0, 3814.0, 3826.0, 3817.0, 3827.0, 3846.0, 3827.0, 3835.0, 3826.0, 3803.0, 3827.0, 3805.0, 3848.0, 3817.0, 3848.0, 3818.0, 3850.0, 3817.0, 3848.0, 3827.0, 3848.0, 3817.0, 3847.0, 3817.0, 3847.0, 3817.0, 3847.0, 3828.0, 3849.0, 3818.0, 3819.0, 3829.0, 3818.0, 3851.0, 3820.0, 3863.0, 3807.0, 3840.0, 3837.0, 3829.0, 3807.0, 3847.0, 3831.0, 3839.0, 3832.0, 3861.0, 3819.0, 3852.0, 3819.0, 3829.0, 3818.0, 3839.0, 3819.0, 3861.0, 3831.0, 3860.0, 3833.0, 3859.0, 3830.0, 3860.0, 3829.0, 3849.0, 3819.0, 3837.0, 3828.0, 3807.0, 3838.0, 3816.0, 3848.0, 3817.0, 3848.0, 3806.0, 3848.0, 3805.0, 3825.0, 3794.0, 3837.0, 3807.0, 3837.0, 3805.0, 3837.0, 3807.0, 3858.0, 3819.0, 3859.0, 3819.0, 3861.0, 3831.0, 3849.0, 3817.0, 3838.0, 3808.0, 3838.0, 3806.0, 3826.0, 3805.0, 3839.0, 3807.0, 3862.0, 3831.0, 3874.0, 3843.0, 3868.0, 3833.0, 3863.0, 3830.0, 3852.0, 3829.0, 3852.0, 3831.0, 3850.0, 3818.0, 3839.0, 3818.0, 3838.0, 3829.0, 3849.0, 3818.0, 3848.0, 3828.0, 3848.0, 3817.0, 3850.0, 3828.0, 3849.0, 3830.0, 3851.0, 3831.0, 3850.0, 3830.0, 3860.0, 3831.0, 3851.0, 3831.0, 3851.0, 3842.0, 3852.0, 3841.0, 3849.0, 3831.0, 3852.0, 3843.0, 3851.0, 3833.0, 3862.0, 3833.0, 3864.0, 3843.0, 3853.0, 3834.0, 3842.0, 3844.0, 3862.0, 3843.0, 3842.0, 3844.0, 3853.0, 3856.0, 3844.0, 3844.0, 3823.0, 3856.0, 3842.0, 3855.0, 3833.0, 3854.0, 3832.0, 3843.0, 3840.0, 3852.0, 3830.0, 3861.0, 3830.0, 3861.0, 3819.0, 3852.0, 3819.0, 3852.0, 3818.0, 3842.0, 3818.0, 3851.0, 3819.0, 3851.0, 3820.0, 3852.0, 3830.0, 3849.0, 3830.0, 3861.0, 3841.0, 3861.0, 3841.0, 3861.0, 3834.0, 3850.0, 3844.0, 3841.0, 3844.0, 3831.0, 3854.0, 3831.0, 3842.0, 3849.0, 3842.0, 3838.0, 3830.0, 3839.0, 3830.0, 3809.0, 3840.0, 3829.0, 3863.0, 3842.0, 3873.0, 3844.0, 3852.0, 3856.0, 3832.0, 3856.0, 3833.0, 3855.0, 3863.0, 3854.0, 3851.0, 3843.0, 3830.0, 3842.0, 3830.0, 3852.0, 3843.0, 3873.0, 3846.0, 3833.0, 3865.0, 3855.0, 3876.0, 3857.0, 3876.0, 3856.0, 3874.0, 3855.0, 3863.0, 3843.0, 3830.0, 3843.0, 3819.0, 3841.0, 3829.0, 3841.0, 3830.0, 3863.0, 3842.0, 3873.0, 3855.0, 3874.0, 3855.0, 3832.0, 3856.0, 3832.0, 3854.0, 3845.0, 3875.0, 3843.0, 3854.0, 3842.0, 3822.0, 3868.0, 3855.0, 3885.0, 3855.0, 3855.0, 3887.0, 3865.0, 3854.0, 3874.0, 3853.0, 3864.0, 3840.0, 3849.0, 3838.0, 3836.0, 3816.0, 3839.0, 3813.0, 3837.0, 3825.0, 3833.0, 3838.0, 3835.0, 3827.0, 3839.0, 3838.0, 3840.0, 3850.0, 3840.0, 3860.0, 3840.0, 3848.0, 3827.0, 3839.0, 3836.0, 3837.0, 3826.0, 3837.0, 3824.0, 3833.0, 3837.0, 3846.0, 3827.0, 3806.0, 3830.0, 3843.0, 3861.0, 3838.0, 3853.0, 3840.0, 3849.0, 3840.0, 3850.0, 3839.0, 3817.0, 3828.0, 3828.0, 3842.0, 3817.0, 3849.0, 3829.0, 3849.0, 3827.0, 3850.0, 3826.0, 3836.0, 3817.0, 3838.0, 3816.0, 3846.0, 3827.0, 3847.0, 3837.0, 3846.0, 3841.0, 3827.0, 3840.0, 3829.0, 3847.0, 3839.0, 3860.0, 3837.0, 3849.0, 3825.0, 3838.0, 3815.0, 3826.0, 3804.0, 3823.0, 3814.0, 3837.0, 3825.0, 3847.0, 3838.0, 3847.0, 3842.0, 3838.0, 3843.0, 3838.0, 3842.0, 3861.0, 3840.0, 3850.0, 3837.0, 3836.0, 3837.0, 3837.0, 3827.0, 3836.0, 3839.0, 3836.0, 3818.0, 3828.0, 3852.0, 3842.0, 3866.0, 3827.0, 3842.0, 3861.0, 3839.0, 3828.0, 3826.0, 3828.0, 3815.0, 3828.0, 3826.0, 3840.0, 3838.0, 3849.0, 3839.0, 3861.0, 3851.0, 3851.0, 3842.0, 3849.0, 3838.0, 3839.0, 3827.0, 3826.0, 3836.0, 3826.0, 3836.0, 3839.0, 3837.0, 3836.0, 3827.0, 3848.0, 3828.0, 3849.0, 3840.0, 3849.0, 3830.0, 3841.0, 3861.0, 3854.0, 3878.0, 3828.0, 3841.0, 3850.0, 3828.0, 3838.0, 3828.0, 3838.0, 3838.0, 3837.0, 3839.0, 3848.0, 3838.0, 3838.0, 3827.0, 3836.0, 3838.0, 3839.0, 3826.0, 3827.0, 3824.0, 3825.0, 3815.0, 3826.0, 3815.0, 3826.0, 3814.0, 3836.0, 3814.0, 3837.0, 3815.0, 3825.0, 3826.0, 3836.0, 3826.0, 3847.0, 3807.0, 3846.0, 3838.0, 3826.0, 3828.0, 3850.0, 3859.0, 3851.0, 3850.0, 3841.0, 3849.0, 3827.0, 3828.0, 3804.0, 3815.0, 3817.0, 3836.0, 3826.0, 3837.0, 3829.0, 3808.0, 3841.0, 3819.0, 3841.0, 3821.0, 3852.0, 3842.0, 3863.0, 3853.0, 3851.0, 3844.0, 3875.0, 3844.0, 3830.0, 3843.0, 3819.0, 3842.0, 3841.0, 3843.0, 3819.0, 3843.0, 3819.0, 3852.0, 3829.0, 3852.0, 3820.0, 3859.0, 3830.0, 3860.0, 3841.0, 3830.0, 3851.0, 3831.0, 3863.0, 3831.0, 3862.0, 3829.0, 3847.0, 3829.0, 3816.0, 3829.0, 3818.0, 3849.0, 3829.0, 3861.0, 3839.0, 3846.0, 3827.0, 3816.0, 3828.0, 3827.0, 3859.0, 3831.0, 3818.0, 3850.0, 3818.0, 3851.0, 3816.0, 3847.0, 3804.0, 3827.0, 3802.0, 3835.0, 3805.0, 3846.0, 3817.0, 3847.0, 3840.0, 3828.0, 3838.0, 3828.0, 3860.0, 3828.0, 3817.0, 3829.0, 3836.0, 3839.0, 3858.0, 3815.0, 3835.0, 3813.0, 3821.0, 3816.0, 3791.0, 3813.0, 3802.0, 3836.0, 3815.0, 3846.0, 3825.0, 3834.0, 3804.0, 3844.0, 3814.0, 3824.0, 3846.0, 3828.0, 3815.0, 3851.0, 3831.0, 3884.0, 3863.0, 3862.0, 3817.0, 3827.0, 3793.0, 3813.0, 3791.0, 3802.0, 3830.0, 3801.0, 3836.0, 3811.0, 3826.0, 3815.0, 3825.0, 3827.0, 3827.0, 3818.0, 3818.0, 3842.0, 3817.0, 3841.0, 3873.0, 3832.0, 3849.0, 3828.0, 3850.0, 3830.0, 3818.0, 3822.0, 3818.0, 3843.0, 3871.0, 3829.0, 3838.0, 3817.0, 3827.0, 3807.0, 3827.0, 3803.0, 3836.0, 3802.0, 3817.0, 3843.0, 3815.0, 3834.0, 3815.0, 3835.0, 3814.0, 3823.0, 3803.0, 3822.0, 3814.0, 3824.0, 3812.0, 3825.0, 3791.0, 3812.0, 3791.0, 3814.0, 3833.0, 3815.0, 3834.0, 3814.0, 3821.0, 3814.0, 3835.0, 3817.0, 3835.0, 3828.0, 3848.0, 3841.0, 3849.0, 3829.0, 3830.0, 3819.0, 3841.0, 3809.0, 3829.0, 3806.0, 3829.0, 3817.0, 3841.0, 3820.0, 3840.0, 3821.0, 3853.0, 3828.0, 3840.0, 3819.0, 3842.0, 3818.0, 3841.0, 3818.0, 3852.0, 3829.0, 3833.0, 3849.0, 3832.0, 3859.0, 3831.0, 3829.0, 3831.0, 3808.0, 3841.0, 3829.0, 3843.0, 3859.0, 3831.0, 3860.0, 3840.0, 3837.0, 3829.0, 3837.0, 3831.0, 3839.0, 3841.0, 3849.0, 3832.0, 3849.0, 3842.0, 3838.0, 3831.0, 3839.0, 3830.0, 3838.0, 3842.0, 3847.0, 3841.0, 3839.0, 3831.0, 3838.0, 3827.0, 3828.0, 3828.0, 3829.0, 3827.0, 3830.0, 3819.0, 3827.0, 3830.0], 'WindowWidth': [8751.0, 8692.0, 8698.0, 8632.0, 8660.0, 8611.0, 8632.0, 8653.0, 8612.0, 8630.0, 8628.0, 8613.0, 8615.0, 8605.0, 8616.0, 8607.0, 8634.0, 8656.0, 8632.0, 8650.0, 8619.0, 8635.0, 8600.0, 8623.0, 8591.0, 8614.0, 8597.0, 8610.0, 8600.0, 8620.0, 8602.0, 8634.0, 8595.0, 8621.0, 8614.0, 8628.0, 8600.0, 8633.0, 8601.0, 8617.0, 8607.0, 8620.0, 8661.0, 8631.0, 8633.0, 8632.0, 8633.0, 8631.0, 8644.0, 8630.0, 8620.0, 8632.0, 8607.0, 8622.0, 8606.0, 8634.0, 8650.0, 8634.0, 8664.0, 8631.0, 8629.0, 8614.0, 8623.0, 8600.0, 8612.0, 8618.0, 8640.0, 8636.0, 8613.0, 8640.0, 8627.0, 8639.0, 8649.0, 8606.0, 8638.0, 8603.0, 8629.0, 8615.0, 8615.0, 8601.0, 8632.0, 8605.0, 8637.0, 8605.0, 8619.0, 8596.0, 8623.0, 8650.0, 8624.0, 8635.0, 8625.0, 8654.0, 8628.0, 8634.0, 8627.0, 8634.0, 8627.0, 8639.0, 8624.0, 8641.0, 8611.0, 8625.0, 8644.0, 8628.0, 8659.0, 8630.0, 8631.0, 8647.0, 8677.0, 8647.0, 8657.0, 8628.0, 8656.0, 8645.0, 8643.0, 8628.0, 8644.0, 8629.0, 8662.0, 8625.0, 8648.0, 8607.0, 8629.0, 8612.0, 8637.0, 8612.0, 8624.0, 8624.0, 8630.0, 8610.0, 8644.0, 8627.0, 8659.0, 8682.0, 8623.0, 8636.0, 8605.0, 8640.0, 8618.0, 8637.0, 8598.0, 8636.0, 8583.0, 8613.0, 8581.0, 8629.0, 8602.0, 8642.0, 8618.0, 8634.0, 8601.0, 8633.0, 8587.0, 8620.0, 8599.0, 8616.0, 8598.0, 8630.0, 8597.0, 8631.0, 8643.0, 8627.0, 8627.0, 8615.0, 8623.0, 8599.0, 8618.0, 8608.0, 8612.0, 8595.0, 8626.0, 8600.0, 8631.0, 8598.0, 8621.0, 8597.0, 8619.0, 8599.0, 8611.0, 8578.0, 8612.0, 8579.0, 8612.0, 8621.0, 8610.0, 8614.0, 8595.0, 8615.0, 8600.0, 8624.0, 8601.0, 8629.0, 8597.0, 8626.0, 8601.0, 8635.0, 8616.0, 8618.0, 8629.0, 8633.0, 8628.0, 8634.0, 8632.0, 8621.0, 8631.0, 8621.0, 8638.0, 8615.0, 8635.0, 8616.0, 8633.0, 8602.0, 8620.0, 8621.0, 8622.0, 8647.0, 8621.0, 8630.0, 8625.0, 8634.0, 8622.0, 8637.0, 8623.0, 8638.0, 8624.0, 8644.0, 8621.0, 8637.0, 8618.0, 8627.0, 8600.0, 8638.0, 8609.0, 8622.0, 8614.0, 8625.0, 8629.0, 8628.0, 8662.0, 8630.0, 8639.0, 8628.0, 8650.0, 8624.0, 8644.0, 8604.0, 8637.0, 8610.0, 8622.0, 8638.0, 8622.0, 8645.0, 8610.0, 8630.0, 8623.0, 8632.0, 8626.0, 8634.0, 8623.0, 8646.0, 8623.0, 8632.0, 8614.0, 8642.0, 8612.0, 8647.0, 8623.0, 8647.0, 8659.0, 8647.0, 8639.0, 8648.0, 8655.0, 8649.0, 8626.0, 8654.0, 8641.0, 8666.0, 8675.0, 8633.0, 8656.0, 8648.0, 8655.0, 8631.0, 8644.0, 8633.0, 8642.0, 8645.0, 8655.0, 8642.0, 8655.0, 8647.0, 8663.0, 8648.0, 8666.0, 8648.0, 8660.0, 8649.0, 8659.0, 8646.0, 8645.0, 8647.0, 8642.0, 8645.0, 8642.0, 8646.0, 8635.0, 8647.0, 8648.0, 8675.0, 8653.0, 8692.0, 8652.0, 8667.0, 8619.0, 8650.0, 8642.0, 8667.0, 8639.0, 8660.0, 8611.0, 8642.0, 8606.0, 8639.0, 8654.0, 8626.0, 8621.0, 8643.0, 8637.0, 8640.0, 8665.0, 8622.0, 8637.0, 8623.0, 8646.0, 8624.0, 8642.0, 8622.0, 8634.0, 8625.0, 8652.0, 8639.0, 8653.0, 8623.0, 8659.0, 8614.0, 8634.0, 8665.0, 8648.0, 8606.0, 8633.0, 8619.0, 8636.0, 8649.0, 8623.0, 8641.0, 8647.0, 8700.0, 8684.0, 8687.0, 8657.0, 8673.0, 8593.0, 8627.0, 8573.0, 8602.0, 8550.0, 8607.0, 8592.0, 8601.0, 8624.0, 8601.0, 8615.0, 8569.0, 8595.0, 8573.0, 8614.0, 8608.0, 8640.0, 8613.0, 8637.0, 8595.0, 8629.0, 8572.0, 8624.0, 8584.0, 8610.0, 8569.0, 8605.0, 8576.0, 8653.0, 8588.0, 8638.0, 8570.0, 8602.0, 8622.0, 8584.0, 8613.0, 8586.0, 8594.0, 8581.0, 8598.0, 8603.0, 8633.0, 8592.0, 8641.0, 8590.0, 8632.0, 8607.0, 8624.0, 8586.0, 8644.0, 8575.0, 8627.0, 8581.0, 8603.0, 8604.0, 8600.0, 8603.0, 8601.0, 8624.0, 8602.0, 8613.0, 8602.0, 8656.0, 8617.0, 8633.0, 8596.0, 8629.0, 8593.0, 8621.0, 8616.0, 8630.0, 8595.0, 8655.0, 8611.0, 8608.0, 8581.0, 8624.0, 8632.0, 8603.0, 8599.0, 8604.0, 8620.0, 8594.0, 8621.0, 8589.0, 8609.0, 8576.0, 8629.0, 8596.0, 8618.0, 8575.0, 8617.0, 8588.0, 8629.0, 8588.0, 8629.0, 8602.0, 8631.0, 8603.0, 8642.0, 8601.0, 8620.0, 8630.0, 8604.0, 8614.0, 8602.0, 8607.0, 8592.0, 8607.0, 8598.0, 8577.0, 8613.0, 8611.0, 8668.0, 8621.0, 8672.0, 8631.0, 8609.0, 8622.0, 8572.0, 8614.0, 8570.0, 8608.0, 8622.0, 8608.0, 8610.0, 8569.0, 8618.0, 8572.0, 8624.0, 8609.0, 8622.0, 8591.0, 8630.0, 8596.0, 8646.0, 8612.0, 8645.0, 8589.0, 8631.0, 8591.0, 8608.0, 8613.0, 8622.0, 8617.0, 8617.0, 8642.0, 8609.0, 8616.0, 8607.0, 8615.0, 8625.0, 8647.0, 8622.0, 8631.0, 8623.0, 8648.0, 8608.0, 8635.0, 8618.0, 8637.0, 8589.0, 8630.0, 8591.0, 8633.0, 8600.0, 8630.0, 8588.0, 8633.0, 8586.0, 8638.0, 8571.0, 8604.0, 8638.0, 8589.0, 8626.0, 8583.0, 8601.0, 8584.0, 8600.0, 8572.0, 8607.0, 8574.0, 8623.0, 8591.0, 8625.0, 8595.0, 8670.0, 8603.0, 8631.0, 8596.0, 8673.0, 8640.0, 8658.0, 8685.0, 8664.0, 8708.0, 8637.0, 8666.0, 8611.0, 8615.0, 8663.0, 8608.0, 8628.0, 8594.0, 8628.0, 8595.0, 8646.0, 8613.0, 8619.0, 8613.0, 8610.0, 8617.0, 8623.0, 8615.0, 8609.0, 8612.0, 8664.0, 8629.0, 8635.0, 8614.0, 8661.0, 8611.0, 8632.0, 8606.0, 8632.0, 8608.0, 8644.0, 8609.0, 8623.0, 8619.0, 8608.0, 8619.0, 8636.0, 8612.0, 8612.0, 8613.0, 8649.0, 8629.0, 8617.0, 8608.0, 8619.0, 8607.0, 8658.0, 8619.0, 8644.0, 8605.0, 8629.0, 8602.0, 8628.0, 8602.0, 8580.0, 8608.0, 8593.0, 8659.0, 8616.0, 8609.0, 8659.0, 8602.0, 8628.0, 8600.0, 8613.0, 8612.0, 8645.0, 8604.0, 8625.0, 8623.0, 8649.0, 8607.0, 8603.0, 8624.0, 8632.0, 8623.0, 8644.0, 8607.0, 8635.0, 8590.0, 8615.0, 8587.0, 8610.0, 8588.0, 8615.0, 8607.0, 8601.0, 8607.0, 8575.0, 8635.0, 8573.0, 8635.0, 8623.0, 8602.0, 8593.0, 8595.0, 8565.0, 8601.0, 8578.0, 8597.0, 8584.0, 8600.0, 8622.0, 8599.0, 8605.0, 8596.0, 8564.0, 8599.0, 8568.0, 8628.0, 8587.0, 8629.0, 8588.0, 8631.0, 8587.0, 8627.0, 8601.0, 8629.0, 8586.0, 8626.0, 8585.0, 8626.0, 8587.0, 8625.0, 8601.0, 8630.0, 8592.0, 8592.0, 8607.0, 8591.0, 8638.0, 8596.0, 8656.0, 8573.0, 8620.0, 8613.0, 8602.0, 8571.0, 8627.0, 8611.0, 8621.0, 8616.0, 8653.0, 8592.0, 8640.0, 8591.0, 8606.0, 8592.0, 8620.0, 8593.0, 8651.0, 8612.0, 8648.0, 8619.0, 8644.0, 8608.0, 8646.0, 8604.0, 8630.0, 8591.0, 8612.0, 8601.0, 8572.0, 8615.0, 8584.0, 8628.0, 8586.0, 8630.0, 8569.0, 8627.0, 8566.0, 8594.0, 8550.0, 8611.0, 8570.0, 8613.0, 8566.0, 8611.0, 8571.0, 8643.0, 8591.0, 8644.0, 8594.0, 8649.0, 8609.0, 8631.0, 8586.0, 8614.0, 8574.0, 8613.0, 8569.0, 8597.0, 8567.0, 8617.0, 8572.0, 8654.0, 8614.0, 8675.0, 8635.0, 8671.0, 8619.0, 8657.0, 8612.0, 8638.0, 8606.0, 8640.0, 8611.0, 8635.0, 8591.0, 8618.0, 8587.0, 8614.0, 8605.0, 8631.0, 8590.0, 8631.0, 8603.0, 8630.0, 8588.0, 8634.0, 8604.0, 8631.0, 8609.0, 8637.0, 8611.0, 8635.0, 8611.0, 8649.0, 8613.0, 8640.0, 8615.0, 8638.0, 8630.0, 8640.0, 8626.0, 8633.0, 8613.0, 8641.0, 8630.0, 8640.0, 8619.0, 8656.0, 8619.0, 8660.0, 8634.0, 8645.0, 8622.0, 8630.0, 8636.0, 8656.0, 8634.0, 8630.0, 8636.0, 8645.0, 8652.0, 8634.0, 8636.0, 8606.0, 8653.0, 8630.0, 8650.0, 8617.0, 8648.0, 8616.0, 8631.0, 8623.0, 8641.0, 8609.0, 8653.0, 8611.0, 8653.0, 8594.0, 8642.0, 8594.0, 8639.0, 8590.0, 8627.0, 8591.0, 8637.0, 8593.0, 8638.0, 8594.0, 8640.0, 8610.0, 8634.0, 8609.0, 8652.0, 8625.0, 8651.0, 8626.0, 8651.0, 8619.0, 8638.0, 8634.0, 8626.0, 8634.0, 8613.0, 8649.0, 8612.0, 8629.0, 8633.0, 8628.0, 8616.0, 8610.0, 8618.0, 8609.0, 8579.0, 8623.0, 8608.0, 8657.0, 8629.0, 8672.0, 8635.0, 8645.0, 8653.0, 8617.0, 8654.0, 8619.0, 8651.0, 8657.0, 8647.0, 8638.0, 8631.0, 8610.0, 8628.0, 8610.0, 8642.0, 8631.0, 8672.0, 8639.0, 8620.0, 8667.0, 8653.0, 8680.0, 8658.0, 8681.0, 8654.0, 8675.0, 8650.0, 8656.0, 8630.0, 8610.0, 8631.0, 8595.0, 8627.0, 8606.0, 8626.0, 8610.0, 8658.0, 8630.0, 8672.0, 8652.0, 8674.0, 8651.0, 8619.0, 8653.0, 8617.0, 8648.0, 8635.0, 8676.0, 8632.0, 8649.0, 8633.0, 8604.0, 8671.0, 8652.0, 8692.0, 8652.0, 8652.0, 8697.0, 8667.0, 8650.0, 8675.0, 8645.0, 8659.0, 8621.0, 8633.0, 8613.0, 8610.0, 8580.0, 8615.0, 8573.0, 8608.0, 8592.0, 8601.0, 8612.0, 8607.0, 8600.0, 8617.0, 8616.0, 8621.0, 8634.0, 8621.0, 8648.0, 8623.0, 8631.0, 8600.0, 8616.0, 8608.0, 8611.0, 8595.0, 8609.0, 8592.0, 8602.0, 8611.0, 8623.0, 8600.0, 8570.0, 8608.0, 8625.0, 8649.0, 8616.0, 8640.0, 8622.0, 8632.0, 8621.0, 8632.0, 8617.0, 8586.0, 8603.0, 8602.0, 8625.0, 8586.0, 8632.0, 8604.0, 8632.0, 8597.0, 8633.0, 8595.0, 8610.0, 8584.0, 8613.0, 8581.0, 8624.0, 8598.0, 8627.0, 8614.0, 8623.0, 8624.0, 8601.0, 8620.0, 8604.0, 8628.0, 8617.0, 8648.0, 8614.0, 8631.0, 8594.0, 8614.0, 8576.0, 8593.0, 8562.0, 8589.0, 8575.0, 8609.0, 8593.0, 8625.0, 8617.0, 8627.0, 8626.0, 8615.0, 8629.0, 8617.0, 8627.0, 8649.0, 8619.0, 8630.0, 8611.0, 8608.0, 8610.0, 8612.0, 8599.0, 8609.0, 8618.0, 8611.0, 8589.0, 8605.0, 8642.0, 8629.0, 8664.0, 8601.0, 8625.0, 8647.0, 8615.0, 8601.0, 8597.0, 8602.0, 8580.0, 8601.0, 8596.0, 8618.0, 8616.0, 8630.0, 8620.0, 8648.0, 8638.0, 8636.0, 8625.0, 8630.0, 8615.0, 8615.0, 8596.0, 8594.0, 8608.0, 8596.0, 8610.0, 8615.0, 8612.0, 8612.0, 8601.0, 8629.0, 8605.0, 8631.0, 8622.0, 8631.0, 8608.0, 8627.0, 8652.0, 8647.0, 8685.0, 8604.0, 8623.0, 8634.0, 8599.0, 8612.0, 8601.0, 8615.0, 8615.0, 8613.0, 8617.0, 8629.0, 8616.0, 8616.0, 8599.0, 8609.0, 8615.0, 8615.0, 8596.0, 8598.0, 8590.0, 8591.0, 8577.0, 8593.0, 8577.0, 8593.0, 8577.0, 8608.0, 8577.0, 8610.0, 8579.0, 8594.0, 8593.0, 8608.0, 8595.0, 8623.0, 8571.0, 8622.0, 8616.0, 8598.0, 8604.0, 8636.0, 8648.0, 8639.0, 8636.0, 8624.0, 8632.0, 8596.0, 8600.0, 8562.0, 8579.0, 8583.0, 8609.0, 8597.0, 8614.0, 8607.0, 8577.0, 8626.0, 8594.0, 8625.0, 8596.0, 8642.0, 8627.0, 8656.0, 8644.0, 8639.0, 8634.0, 8675.0, 8634.0, 8610.0, 8629.0, 8595.0, 8629.0, 8623.0, 8629.0, 8595.0, 8631.0, 8593.0, 8641.0, 8608.0, 8641.0, 8596.0, 8648.0, 8613.0, 8651.0, 8629.0, 8615.0, 8643.0, 8616.0, 8659.0, 8615.0, 8655.0, 8607.0, 8630.0, 8608.0, 8587.0, 8606.0, 8593.0, 8634.0, 8606.0, 8652.0, 8619.0, 8625.0, 8600.0, 8584.0, 8604.0, 8601.0, 8646.0, 8611.0, 8591.0, 8636.0, 8589.0, 8639.0, 8586.0, 8628.0, 8565.0, 8597.0, 8560.0, 8606.0, 8567.0, 8624.0, 8587.0, 8627.0, 8621.0, 8605.0, 8618.0, 8605.0, 8648.0, 8606.0, 8588.0, 8609.0, 8613.0, 8619.0, 8642.0, 8580.0, 8604.0, 8574.0, 8582.0, 8580.0, 8544.0, 8576.0, 8560.0, 8610.0, 8580.0, 8623.0, 8594.0, 8605.0, 8563.0, 8618.0, 8580.0, 8593.0, 8625.0, 8605.0, 8585.0, 8637.0, 8615.0, 8690.0, 8658.0, 8656.0, 8584.0, 8596.0, 8545.0, 8572.0, 8541.0, 8557.0, 8592.0, 8554.0, 8606.0, 8570.0, 8594.0, 8581.0, 8594.0, 8603.0, 8602.0, 8592.0, 8591.0, 8628.0, 8590.0, 8626.0, 8670.0, 8611.0, 8630.0, 8601.0, 8630.0, 8607.0, 8589.0, 8599.0, 8590.0, 8630.0, 8663.0, 8602.0, 8615.0, 8584.0, 8597.0, 8569.0, 8597.0, 8562.0, 8610.0, 8560.0, 8583.0, 8613.0, 8578.0, 8602.0, 8578.0, 8604.0, 8575.0, 8588.0, 8561.0, 8584.0, 8576.0, 8589.0, 8570.0, 8593.0, 8542.0, 8573.0, 8541.0, 8576.0, 8599.0, 8580.0, 8603.0, 8578.0, 8583.0, 8578.0, 8607.0, 8586.0, 8609.0, 8604.0, 8630.0, 8625.0, 8633.0, 8607.0, 8609.0, 8593.0, 8624.0, 8578.0, 8607.0, 8573.0, 8608.0, 8590.0, 8625.0, 8595.0, 8624.0, 8598.0, 8643.0, 8605.0, 8623.0, 8592.0, 8626.0, 8591.0, 8627.0, 8593.0, 8643.0, 8608.0, 8617.0, 8634.0, 8614.0, 8647.0, 8612.0, 8607.0, 8612.0, 8579.0, 8625.0, 8605.0, 8629.0, 8647.0, 8611.0, 8647.0, 8619.0, 8614.0, 8606.0, 8614.0, 8610.0, 8618.0, 8626.0, 8634.0, 8614.0, 8632.0, 8626.0, 8616.0, 8609.0, 8618.0, 8609.0, 8617.0, 8626.0, 8629.0, 8624.0, 8620.0, 8611.0, 8617.0, 8601.0, 8601.0, 8603.0, 8606.0, 8599.0, 8607.0, 8592.0, 8603.0, 8609.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.0029601966496722505</td></tr>
<tr><td colspan=3>aqi</td><td>0.07913049730517115</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.407612553155985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1095721873979596</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9312673205320713</td></tr>
<tr><td colspan=3>efc</td><td>0.4575</td></tr>
<tr><td colspan=3>fber</td><td>5871.9751</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08649055276541369</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.403495994173343</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568303331167559</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4095214880070768</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7738996611378055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5214888443577936</td></tr>
<tr><td colspan=3>gcor</td><td>0.00473521</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015002024360001087</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023566076532006264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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.9287308865480064</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>27.6941</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8406</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.7781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305841.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.1398</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1612</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.5219</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3078.0755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.5241</td></tr>
<tr><td colspan=3>tsnr</td><td>24.589557088911533</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>