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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:35:23.930000</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.998775, 0.0186096, 0.0458505, -0.0203982, 0.999037, 0.0388556]</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.0913139</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>[4146, -7782, -7260, 526, -61, -226, 66, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.475</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e6bce3b3-542d-4fa2-af31-75d8a2d233ae||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.679640293121338, -0.05472690612077713, 0.12172488868236542, 114.71493530273438], [-0.04992818832397461, 2.680342197418213, 0.10730694979429245, -93.63619232177734], [0.12301367521286011, -0.10424685478210449, 2.6951193809509277, -54.604217529296875], [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': ['173523.930000', '173524.390000', '173524.850000', '173525.310000', '173525.770000', '173526.230000', '173526.690000', '173527.150000', '173527.610000', '173528.070000', '173528.530000', '173528.990000', '173529.450000', '173529.910000', '173530.370000', '173530.830000', '173531.290000', '173531.750000', '173532.210000', '173532.670000', '173533.130000', '173533.590000', '173534.050000', '173534.510000', '173534.970000', '173535.430000', '173535.890000', '173536.350000', '173536.810000', '173537.270000', '173537.730000', '173538.190000', '173538.650000', '173539.110000', '173539.570000', '173540.030000', '173540.490000', '173540.950000', '173541.410000', '173541.870000', '173542.330000', '173542.790000', '173543.250000', '173543.710000', '173544.170000', '173544.630000', '173545.090000', '173545.550000', '173546.010000', '173546.470000', '173546.930000', '173547.390000', '173547.850000', '173548.310000', '173548.770000', '173549.230000', '173549.690000', '173550.150000', '173550.610000', '173551.070000', '173551.530000', '173551.990000', '173552.450000', '173552.910000', '173553.370000', '173553.830000', '173554.290000', '173554.750000', '173555.210000', '173555.670000', '173556.130000', '173556.590000', '173557.050000', '173557.510000', '173557.970000', '173558.430000', '173558.890000', '173559.350000', '173559.810000', '173600.270000', '173600.730000', '173601.190000', '173601.650000', '173602.110000', '173602.570000', '173603.030000', '173603.490000', '173603.950000', '173604.410000', '173604.870000', '173605.330000', '173605.790000', '173606.250000', '173606.710000', '173607.170000', '173607.630000', '173608.090000', '173608.550000', '173609.010000', '173609.470000', '173609.930000', '173610.390000', '173610.850000', '173611.310000', '173611.770000', '173612.230000', '173612.690000', '173613.150000', '173613.610000', '173614.070000', '173614.530000', '173614.990000', '173615.450000', '173615.910000', '173616.370000', '173616.830000', '173617.290000', '173617.750000', '173618.210000', '173618.670000', '173619.130000', '173619.590000', '173620.050000', '173620.510000', '173620.970000', '173621.430000', '173621.890000', '173622.350000', '173622.810000', '173623.270000', '173623.730000', '173624.190000', '173624.650000', '173625.110000', '173625.570000', '173626.030000', '173626.490000', '173626.950000', '173627.410000', '173627.870000', '173628.330000', '173628.790000', '173629.250000', '173629.710000', '173630.170000', '173630.630000', '173631.090000', '173631.550000', '173632.010000', '173632.470000', '173632.930000', '173633.390000', '173633.850000', '173634.310000', '173634.770000', '173635.230000', '173635.690000', '173636.150000', '173636.610000', '173637.070000', '173637.530000', '173637.990000', '173638.450000', '173638.910000', '173639.370000', '173639.830000', '173640.290000', '173640.750000', '173641.210000', '173641.670000', '173642.130000', '173642.590000', '173643.050000', '173643.510000', '173643.970000', '173644.430000', '173644.890000', '173645.350000', '173645.810000', '173646.270000', '173646.730000', '173647.190000', '173647.650000', '173648.110000', '173648.570000', '173649.030000', '173649.490000', '173649.950000', '173650.410000', '173650.870000', '173651.330000', '173651.790000', '173652.250000', '173652.710000', '173653.170000', '173653.630000', '173654.090000', '173654.550000', '173655.010000', '173655.470000', '173655.930000', '173656.390000', '173656.850000', '173657.310000', '173657.770000', '173658.230000', '173658.690000', '173659.150000', '173659.610000', '173700.070000', '173700.530000', '173700.990000', '173701.450000', '173701.910000', '173702.370000', '173702.830000', '173703.290000', '173703.750000', '173704.210000', '173704.670000', '173705.130000', '173705.590000', '173706.050000', '173706.510000', '173706.970000', '173707.430000', '173707.890000', '173708.350000', '173708.810000', '173709.270000', '173709.730000', '173710.190000', '173710.650000', '173711.110000', '173711.570000', '173712.030000', '173712.490000', '173712.950000', '173713.410000', '173713.870000', '173714.330000', '173714.790000', '173715.250000', '173715.710000', '173716.170000', '173716.630000', '173717.090000', '173717.550000', '173718.010000', '173718.470000', '173718.930000', '173719.390000', '173719.850000', '173720.310000', '173720.770000', '173721.230000', '173721.690000', '173722.150000', '173722.610000', '173723.070000', '173723.530000', '173723.990000', '173724.450000', '173724.910000', '173725.370000', '173725.830000', '173726.290000', '173726.750000', '173727.210000', '173727.670000', '173728.130000', '173728.590000', '173729.050000', '173729.510000', '173729.970000', '173730.430000', '173730.890000', '173731.350000', '173731.810000', '173732.270000', '173732.730000', '173733.190000', '173733.650000', '173734.110000', '173734.570000', '173735.030000', '173735.490000', '173735.950000', '173736.410000', '173736.870000', '173737.330000', '173737.790000', '173738.250000', '173738.710000', '173739.170000', '173739.630000', '173740.090000', '173740.550000', '173741.010000', '173741.470000', '173741.930000', '173742.390000', '173742.850000', '173743.310000', '173743.770000', '173744.230000', '173744.690000', '173745.150000', '173745.610000', '173746.070000', '173746.530000', '173746.990000', '173747.450000', '173747.910000', '173748.370000', '173748.830000', '173749.290000', '173749.750000', '173750.210000', '173750.670000', '173751.130000', '173751.590000', '173752.050000', '173752.510000', '173752.970000', '173753.430000', '173753.890000', '173754.350000', '173754.810000', '173755.270000', '173755.730000', '173756.190000', '173756.650000', '173757.110000', '173757.570000', '173758.030000', '173758.490000', '173758.950000', '173759.410000', '173759.870000', '173800.330000', '173800.790000', '173801.250000', '173801.710000', '173802.170000', '173802.630000', '173803.090000', '173803.550000', '173804.010000', '173804.470000', '173804.930000', '173805.390000', '173805.850000', '173806.310000', '173806.770000', '173807.230000', '173807.690000', '173808.150000', '173808.610000', '173809.070000', '173809.530000', '173809.990000', '173810.450000', '173810.910000', '173811.370000', '173811.830000', '173812.290000', '173812.750000', '173813.210000', '173813.670000', '173814.130000', '173814.590000', '173815.050000', '173815.510000', '173815.970000', '173816.430000', '173816.890000', '173817.350000', '173817.810000', '173818.270000', '173818.730000', '173819.190000', '173819.650000', '173820.110000', '173820.570000', '173821.030000', '173821.490000', '173821.950000', '173822.410000', '173822.870000', '173823.330000', '173823.790000', '173824.250000', '173824.710000', '173825.170000', '173825.630000', '173826.090000', '173826.550000', '173827.010000', '173827.470000', '173827.930000', '173828.390000', '173828.850000', '173829.310000', '173829.770000', '173830.230000', '173830.690000', '173831.150000', '173831.610000', '173832.070000', '173832.530000', '173832.990000', '173833.450000', '173833.910000', '173834.370000', '173834.830000', '173835.290000', '173835.750000', '173836.210000', '173836.670000', '173837.130000', '173837.590000', '173838.050000', '173838.510000', '173838.970000', '173839.430000', '173839.890000', '173840.350000', '173840.810000', '173841.270000', '173841.730000', '173842.190000', '173842.650000', '173843.110000', '173843.570000', '173844.030000', '173844.490000', '173844.950000', '173845.410000', '173845.870000', '173846.330000', '173846.790000', '173847.250000', '173847.710000', '173848.170000', '173848.630000', '173849.090000', '173849.550000', '173850.010000', '173850.470000', '173850.930000', '173851.390000', '173851.850000', '173852.310000', '173852.770000', '173853.230000', '173853.690000', '173854.150000', '173854.610000', '173855.070000', '173855.530000', '173855.990000', '173856.450000', '173856.910000', '173857.370000', '173857.830000', '173858.290000', '173858.750000', '173859.210000', '173859.670000', '173900.130000', '173900.590000', '173901.050000', '173901.510000', '173901.970000', '173902.430000', '173902.890000', '173903.350000', '173903.810000', '173904.270000', '173904.730000', '173905.190000', '173905.650000', '173906.110000', '173906.570000', '173907.030000', '173907.490000', '173907.950000', '173908.410000', '173908.870000', '173909.330000', '173909.790000', '173910.250000', '173910.710000', '173911.170000', '173911.630000', '173912.090000', '173912.550000', '173913.010000', '173913.470000', '173913.930000', '173914.390000', '173914.850000', '173915.310000', '173915.770000', '173916.230000', '173916.690000', '173917.150000', '173917.610000', '173918.070000', '173918.530000', '173918.990000', '173919.450000', '173919.910000', '173920.370000', '173920.830000', '173921.290000', '173921.750000', '173922.210000', '173922.670000', '173923.130000', '173923.590000', '173924.050000', '173924.510000', '173924.970000', '173925.430000', '173925.890000', '173926.350000', '173926.810000', '173927.270000', '173927.730000', '173928.190000', '173928.650000', '173929.110000', '173929.570000', '173930.030000', '173930.490000', '173930.950000', '173931.410000', '173931.870000', '173932.330000', '173932.790000', '173933.250000', '173933.710000', '173934.170000', '173934.630000', '173935.090000', '173935.550000', '173936.010000', '173936.470000', '173936.930000', '173937.390000', '173937.850000', '173938.310000', '173938.770000', '173939.230000', '173939.690000', '173940.150000', '173940.610000', '173941.070000', '173941.530000', '173941.990000', '173942.450000', '173942.910000', '173943.370000', '173943.830000', '173944.290000', '173944.750000', '173945.210000', '173945.670000', '173946.130000', '173946.590000', '173947.050000', '173947.510000', '173947.970000', '173948.430000', '173948.890000', '173949.350000', '173949.810000', '173950.270000', '173950.730000', '173951.190000', '173951.650000', '173952.110000', '173952.570000', '173953.030000', '173953.490000', '173953.950000', '173954.410000', '173954.870000', '173955.330000', '173955.790000', '173956.250000', '173956.710000', '173957.170000', '173957.630000', '173958.090000', '173958.550000', '173959.010000', '173959.470000', '173959.930000', '174000.390000', '174000.850000', '174001.310000', '174001.770000', '174002.230000', '174002.690000', '174003.150000', '174003.610000', '174004.070000', '174004.530000', '174004.990000', '174005.450000', '174005.910000', '174006.370000', '174006.830000', '174007.290000', '174007.750000', '174008.210000', '174008.670000', '174009.130000', '174009.590000', '174010.050000', '174010.510000', '174010.970000', '174011.430000', '174011.890000', '174012.350000', '174012.810000', '174013.270000', '174013.730000', '174014.190000', '174014.650000', '174015.110000', '174015.570000', '174016.030000', '174016.490000', '174016.950000', '174017.410000', '174017.870000', '174018.330000', '174018.790000', '174019.250000', '174019.710000', '174020.170000', '174020.630000', '174021.090000', '174021.550000', '174022.010000', '174022.470000', '174022.930000', '174023.390000', '174023.850000', '174024.310000', '174024.770000', '174025.230000', '174025.690000', '174026.150000', '174026.610000', '174027.070000', '174027.530000', '174027.990000', '174028.450000', '174028.910000', '174029.370000', '174029.830000', '174030.290000', '174030.750000', '174031.210000', '174031.670000', '174032.130000', '174032.590000', '174033.050000', '174033.510000', '174033.970000', '174034.430000', '174034.890000', '174035.350000', '174035.810000', '174036.270000', '174036.730000', '174037.190000', '174037.650000', '174038.110000', '174038.570000', '174039.030000', '174039.490000', '174039.950000', '174040.410000', '174040.870000', '174041.330000', '174041.790000', '174042.250000', '174042.710000', '174043.170000', '174043.630000', '174044.090000', '174044.550000', '174045.010000', '174045.470000', '174045.930000', '174046.390000', '174046.850000', '174047.310000', '174047.770000', '174048.230000', '174048.690000', '174049.150000', '174049.610000', '174050.070000', '174050.530000', '174050.990000', '174051.450000', '174051.910000', '174052.370000', '174052.830000', '174053.290000', '174053.750000', '174054.210000', '174054.670000', '174055.130000', '174055.590000', '174056.050000', '174056.510000', '174056.970000', '174057.430000', '174057.890000', '174058.350000', '174058.810000', '174059.270000', '174059.730000', '174100.190000', '174100.650000', '174101.110000', '174101.570000', '174102.030000', '174102.490000', '174102.950000', '174103.410000', '174103.870000', '174104.330000', '174104.790000', '174105.250000', '174105.710000', '174106.170000', '174106.630000', '174107.090000', '174107.550000', '174108.010000', '174108.470000', '174108.930000', '174109.390000', '174109.850000', '174110.310000', '174110.770000', '174111.230000', '174111.690000', '174112.150000', '174112.610000', '174113.070000', '174113.530000', '174113.990000', '174114.450000', '174114.910000', '174115.370000', '174115.830000', '174116.290000', '174116.750000', '174117.210000', '174117.670000', '174118.130000', '174118.590000', '174119.050000', '174119.510000', '174119.970000', '174120.430000', '174120.890000', '174121.350000', '174121.810000', '174122.270000', '174122.730000', '174123.190000', '174123.650000', '174124.110000', '174124.570000', '174125.030000', '174125.490000', '174125.950000', '174126.410000', '174126.870000', '174127.330000', '174127.790000', '174128.250000', '174128.710000', '174129.170000', '174129.630000', '174130.090000', '174130.550000', '174131.010000', '174131.470000', '174131.930000', '174132.390000', '174132.850000', '174133.310000', '174133.770000', '174134.230000', '174134.690000', '174135.150000', '174135.610000', '174136.070000', '174136.530000', '174136.990000', '174137.450000', '174137.910000', '174138.370000', '174138.830000', '174139.290000', '174139.750000', '174140.210000', '174140.670000', '174141.130000', '174141.590000', '174142.050000', '174142.510000', '174142.970000', '174143.430000', '174143.890000', '174144.350000', '174144.810000', '174145.270000', '174145.730000', '174146.190000', '174146.650000', '174147.110000', '174147.570000', '174148.030000', '174148.490000', '174148.950000', '174149.410000', '174149.870000', '174150.330000', '174150.790000', '174151.250000', '174151.710000', '174152.170000', '174152.630000', '174153.090000', '174153.550000', '174154.010000', '174154.470000', '174154.930000', '174155.390000', '174155.850000', '174156.310000', '174156.770000', '174157.230000', '174157.690000', '174158.150000', '174158.610000', '174159.070000', '174159.530000', '174159.990000', '174200.450000', '174200.910000', '174201.370000', '174201.830000', '174202.290000', '174202.750000', '174203.210000', '174203.670000', '174204.130000', '174204.590000', '174205.050000', '174205.510000', '174205.970000', '174206.430000', '174206.890000', '174207.350000', '174207.810000', '174208.270000', '174208.730000', '174209.190000', '174209.650000', '174210.110000', '174210.570000', '174211.030000', '174211.490000', '174211.950000', '174212.410000', '174212.870000', '174213.330000', '174213.790000', '174214.250000', '174214.710000', '174215.170000', '174215.630000', '174216.090000', '174216.550000', '174217.010000', '174217.470000', '174217.930000', '174218.390000', '174218.850000', '174219.310000', '174219.770000', '174220.230000', '174220.690000', '174221.150000', '174221.610000', '174222.070000', '174222.530000', '174222.990000', '174223.450000', '174223.910000', '174224.370000', '174224.830000', '174225.290000', '174225.750000', '174226.210000', '174226.670000', '174227.130000', '174227.590000', '174228.050000', '174228.510000', '174228.970000', '174229.430000', '174229.890000', '174230.350000', '174230.810000', '174231.270000', '174231.730000', '174232.190000', '174232.650000', '174233.110000', '174233.570000', '174234.030000', '174234.490000', '174234.950000', '174235.410000', '174235.870000', '174236.330000', '174236.790000', '174237.250000', '174237.710000', '174238.170000', '174238.630000', '174239.090000', '174239.550000', '174240.010000', '174240.470000', '174240.930000', '174241.390000', '174241.850000', '174242.310000', '174242.770000', '174243.230000', '174243.690000', '174244.150000', '174244.610000', '174245.070000', '174245.530000', '174245.990000', '174246.450000', '174246.910000', '174247.370000', '174247.830000', '174248.290000', '174248.750000', '174249.210000', '174249.670000', '174250.130000', '174250.590000', '174251.050000', '174251.510000', '174251.970000', '174252.430000', '174252.890000', '174253.350000', '174253.810000', '174254.270000', '174254.730000', '174255.190000', '174255.650000', '174256.110000', '174256.570000', '174257.030000', '174257.490000', '174257.950000', '174258.410000', '174258.870000', '174259.330000', '174259.790000', '174300.250000', '174300.710000', '174301.170000', '174301.630000', '174302.090000', '174302.550000', '174303.010000', '174303.470000', '174303.930000', '174304.390000', '174304.850000', '174305.310000', '174305.770000', '174306.230000', '174306.690000', '174307.150000', '174307.610000', '174308.070000', '174308.530000', '174308.990000', '174309.450000', '174309.910000', '174310.370000', '174310.830000', '174311.290000', '174311.750000', '174312.210000', '174312.670000', '174313.130000', '174313.590000', '174314.050000', '174314.510000', '174314.970000', '174315.430000', '174315.890000', '174316.350000', '174316.810000', '174317.270000', '174317.730000', '174318.190000', '174318.650000', '174319.110000', '174319.570000', '174320.030000', '174320.490000', '174320.950000', '174321.410000', '174321.870000', '174322.330000', '174322.790000', '174323.250000', '174323.710000', '174324.170000', '174324.630000', '174325.090000', '174325.550000', '174326.010000', '174326.470000', '174326.930000', '174327.390000', '174327.850000', '174328.310000', '174328.770000', '174329.230000', '174329.690000', '174330.150000', '174330.610000', '174331.070000', '174331.530000', '174331.990000', '174332.450000', '174332.910000', '174333.370000', '174333.830000', '174334.290000', '174334.750000', '174335.210000', '174335.670000', '174336.130000', '174336.590000', '174337.050000', '174337.510000', '174337.970000', '174338.430000', '174338.890000', '174339.350000', '174339.810000', '174340.270000', '174340.730000', '174341.190000', '174341.650000', '174342.110000', '174342.570000', '174343.030000', '174343.490000', '174343.950000', '174344.410000', '174344.870000', '174345.330000', '174345.790000', '174346.250000', '174346.710000', '174347.170000', '174347.630000', '174348.090000', '174348.550000', '174349.010000', '174349.470000', '174349.930000', '174350.390000', '174350.850000', '174351.310000', '174351.770000', '174352.230000', '174352.690000', '174353.150000', '174353.610000', '174354.070000', '174354.530000', '174354.990000', '174355.450000', '174355.910000', '174356.370000', '174356.830000', '174357.290000', '174357.750000', '174358.210000', '174358.670000', '174359.130000', '174359.590000', '174400.050000', '174400.510000', '174400.970000', '174401.430000', '174401.890000', '174402.350000', '174402.810000', '174403.270000', '174403.730000', '174404.190000', '174404.650000', '174405.110000', '174405.570000', '174406.030000', '174406.490000', '174406.950000', '174407.410000', '174407.870000', '174408.330000', '174408.790000', '174409.250000', '174409.710000', '174410.170000', '174410.630000', '174411.090000', '174411.550000', '174412.010000', '174412.470000', '174412.930000', '174413.390000', '174413.850000', '174414.310000', '174414.770000', '174415.230000', '174415.690000', '174416.150000', '174416.610000', '174417.070000', '174417.530000', '174417.990000', '174418.450000', '174418.910000', '174419.370000', '174419.830000', '174420.290000', '174420.750000', '174421.210000', '174421.670000', '174422.130000', '174422.590000', '174423.050000', '174423.510000', '174423.970000', '174424.430000', '174424.890000', '174425.350000', '174425.810000', '174426.270000', '174426.730000', '174427.190000', '174427.650000', '174428.110000', '174428.570000', '174429.030000', '174429.490000', '174429.950000', '174430.410000', '174430.870000', '174431.330000', '174431.790000', '174432.250000', '174432.710000', '174433.170000', '174433.630000', '174434.090000', '174434.550000', '174435.010000', '174435.470000', '174435.930000', '174436.390000', '174436.850000', '174437.310000', '174437.770000', '174438.230000', '174438.690000', '174439.150000', '174439.610000', '174440.070000', '174440.530000', '174440.990000', '174441.450000', '174441.910000', '174442.370000', '174442.830000', '174443.290000', '174443.750000', '174444.210000', '174444.670000', '174445.130000', '174445.590000', '174446.050000', '174446.510000', '174446.970000', '174447.430000', '174447.890000', '174448.350000', '174448.810000', '174449.270000', '174449.730000', '174450.190000', '174450.650000', '174451.110000', '174451.570000', '174452.030000', '174452.490000', '174452.950000', '174453.410000', '174453.870000', '174454.330000', '174454.790000', '174455.250000', '174455.710000', '174456.170000', '174456.630000', '174457.090000', '174457.550000', '174458.010000', '174458.470000', '174458.930000', '174459.390000', '174459.850000', '174500.310000', '174500.770000', '174501.230000', '174501.690000', '174502.150000', '174502.610000', '174503.070000', '174503.530000', '174503.990000', '174504.450000', '174504.910000', '174505.370000', '174505.830000', '174506.290000', '174506.750000', '174507.210000', '174507.670000', '174508.130000', '174508.590000', '174509.050000', '174509.510000', '174509.970000', '174510.430000', '174510.890000', '174511.350000', '174511.810000', '174512.270000', '174512.730000', '174513.190000', '174513.650000', '174514.110000', '174514.570000', '174515.030000', '174515.490000', '174515.950000', '174516.410000', '174516.870000', '174517.330000', '174517.790000', '174518.250000', '174518.710000', '174519.170000', '174519.630000', '174520.090000', '174520.550000', '174521.010000', '174521.470000', '174521.930000', '174522.390000', '174522.850000', '174523.310000', '174523.770000', '174524.230000', '174524.690000', '174525.150000', '174525.610000', '174526.070000', '174526.530000', '174526.990000', '174527.450000', '174527.910000', '174528.370000', '174528.830000', '174529.290000', '174529.750000', '174530.210000', '174530.670000', '174531.130000', '174531.590000', '174532.050000', '174532.510000', '174532.970000', '174533.430000', '174533.890000', '174534.350000', '174534.810000', '174535.270000', '174535.730000', '174536.190000', '174536.650000', '174537.110000', '174537.570000', '174538.030000', '174538.490000', '174538.950000', '174539.410000', '174539.870000', '174540.330000', '174540.790000', '174541.250000', '174541.710000', '174542.170000', '174542.630000', '174543.090000', '174543.550000', '174544.010000', '174544.470000', '174544.930000', '174545.390000', '174545.850000', '174546.310000', '174546.770000', '174547.230000', '174547.690000', '174548.150000', '174548.610000', '174549.070000', '174549.530000', '174549.990000', '174550.450000', '174550.910000', '174551.370000', '174551.830000', '174552.290000', '174552.750000', '174553.210000', '174553.670000', '174554.130000', '174554.590000', '174555.050000', '174555.510000', '174555.970000', '174556.430000'], 'ContentTime': ['173553.771000', '173553.775000', '173553.778000', '173553.780000', '173553.783000', '173553.786000', '173553.788000', '173553.791000', '173553.793000', '173553.796000', '173553.798000', '173553.808000', '173553.810000', '173553.813000', '173553.815000', '173553.818000', '173553.821000', '173553.823000', '173553.826000', '173553.828000', '173553.831000', '173553.833000', '173553.836000', '173553.839000', '173553.841000', '173553.844000', '173553.846000', '173553.858000', '173553.861000', '173553.863000', '173553.866000', '173553.868000', '173553.871000', '173553.873000', '173553.876000', '173553.878000', '173553.881000', '173553.884000', '173553.886000', '173553.889000', '173553.891000', '173553.894000', '173553.896000', '173553.899000', '173553.903000', '173553.905000', '173553.908000', '173553.910000', '173553.913000', '173553.916000', '173553.918000', '173553.921000', '173553.923000', '173553.926000', '173553.928000', '173553.931000', '173553.934000', '173553.936000', '173553.939000', '173553.941000', '173553.944000', '173553.946000', '173553.949000', '173613.742000', '173613.745000', '173613.748000', '173613.750000', '173613.753000', '173613.755000', '173613.758000', '173613.760000', '173613.763000', '173613.766000', '173613.768000', '173613.771000', '173613.773000', '173613.776000', '173613.784000', '173613.786000', '173613.789000', '173613.792000', '173613.795000', '173613.798000', '173613.801000', '173613.803000', '173613.806000', '173613.809000', '173613.811000', '173613.814000', '173613.816000', '173613.819000', '173613.821000', '173613.824000', '173613.826000', '173613.829000', '173613.832000', '173613.834000', '173613.837000', '173613.839000', '173613.842000', '173613.844000', '173613.847000', '173613.850000', '173613.852000', '173613.855000', '173613.857000', '173633.742000', '173633.745000', '173633.748000', '173633.750000', '173633.753000', '173633.755000', '173633.758000', '173633.761000', '173633.763000', '173633.766000', '173633.768000', '173633.771000', '173633.773000', '173633.776000', '173633.778000', '173633.781000', '173633.784000', '173633.786000', '173633.789000', '173633.791000', '173633.794000', '173633.797000', '173633.799000', '173633.802000', '173633.805000', '173633.807000', '173633.810000', '173633.812000', '173633.815000', '173633.817000', '173633.820000', '173633.823000', '173633.825000', '173633.828000', '173633.830000', '173633.833000', '173633.835000', '173633.838000', '173633.841000', '173633.843000', '173633.846000', '173633.848000', '173633.851000', '173633.854000', '173653.742000', '173653.745000', '173653.748000', '173653.751000', '173653.753000', '173653.756000', '173653.759000', '173653.761000', '173653.764000', '173653.767000', '173653.769000', '173653.772000', '173653.774000', '173653.777000', '173653.780000', '173653.782000', '173653.785000', '173653.788000', '173653.790000', '173653.793000', '173653.796000', '173653.798000', '173653.801000', '173653.804000', '173653.806000', '173653.809000', '173653.811000', '173653.814000', '173653.816000', '173653.819000', '173653.822000', '173653.824000', '173653.827000', '173653.830000', '173653.832000', '173653.835000', '173653.838000', '173653.840000', '173653.843000', '173653.846000', '173653.848000', '173653.851000', '173653.856000', '173713.742000', '173713.745000', '173713.748000', '173713.750000', '173713.753000', '173713.756000', '173713.758000', '173713.761000', '173713.763000', '173713.766000', '173713.769000', '173713.771000', '173713.774000', '173713.777000', '173713.779000', '173713.782000', '173713.784000', '173713.787000', '173713.790000', '173713.792000', '173713.795000', '173713.797000', '173713.800000', '173713.803000', '173713.805000', '173713.808000', '173713.810000', '173713.813000', '173713.816000', '173713.818000', '173713.821000', '173713.823000', '173713.826000', '173713.829000', '173713.831000', '173713.834000', '173713.836000', '173713.839000', '173713.842000', '173713.844000', '173713.847000', '173713.849000', '173713.852000', '173713.855000', '173733.742000', '173733.745000', '173733.748000', '173733.750000', '173733.753000', '173733.756000', '173733.758000', '173733.761000', '173733.763000', '173733.766000', '173733.769000', '173733.771000', '173733.774000', '173733.776000', '173733.779000', '173733.781000', '173733.784000', '173733.787000', '173733.789000', '173733.792000', '173733.795000', '173733.797000', '173733.800000', '173733.802000', '173733.805000', '173733.808000', '173733.811000', '173733.814000', '173733.817000', '173733.819000', '173733.822000', '173733.825000', '173733.827000', '173733.830000', '173733.832000', '173733.835000', '173733.838000', '173733.840000', '173733.843000', '173733.845000', '173733.848000', '173733.851000', '173733.853000', '173753.741000', '173753.744000', '173753.747000', '173753.749000', '173753.752000', '173753.755000', '173753.757000', '173753.760000', '173753.762000', '173753.765000', '173753.768000', '173753.770000', '173753.773000', '173753.775000', '173753.778000', '173753.781000', '173753.783000', '173753.786000', '173753.788000', '173753.791000', '173753.793000', '173753.796000', '173753.799000', '173753.801000', '173753.804000', '173753.806000', '173753.809000', '173753.812000', '173753.814000', '173753.817000', '173753.819000', '173753.822000', '173753.825000', '173753.827000', '173753.830000', '173753.832000', '173753.835000', '173753.837000', '173753.840000', '173753.843000', '173753.845000', '173753.848000', '173753.851000', '173753.853000', '173813.743000', '173813.746000', '173813.748000', '173813.751000', '173813.753000', '173813.756000', '173813.759000', '173813.761000', '173813.764000', '173813.766000', '173813.769000', '173813.771000', '173813.774000', '173813.777000', '173813.779000', '173813.782000', '173813.784000', '173813.787000', '173813.790000', '173813.792000', '173813.800000', '173813.802000', '173813.805000', '173813.807000', '173813.810000', '173813.813000', '173813.815000', '173813.818000', '173813.821000', '173813.823000', '173813.826000', '173813.829000', '173813.832000', '173813.834000', '173813.837000', '173813.839000', '173813.842000', '173813.845000', '173813.847000', '173813.850000', '173813.853000', '173813.855000', '173813.858000', '173833.743000', '173833.746000', '173833.748000', '173833.751000', '173833.753000', '173833.756000', '173833.758000', '173833.761000', '173833.764000', '173833.766000', '173833.769000', '173833.771000', '173833.774000', '173833.777000', '173833.779000', '173833.782000', '173833.784000', '173833.787000', '173833.790000', '173833.792000', '173833.795000', '173833.797000', '173833.800000', '173833.803000', '173833.805000', '173833.808000', '173833.810000', '173833.813000', '173833.816000', '173833.818000', '173833.821000', '173833.824000', '173833.826000', '173833.829000', '173833.832000', '173833.834000', '173833.837000', '173833.839000', '173833.842000', '173833.845000', '173833.847000', '173833.850000', '173833.852000', '173833.855000', '173853.743000', '173853.745000', '173853.748000', '173853.751000', '173853.753000', '173853.756000', '173853.759000', '173853.761000', '173853.764000', '173853.766000', '173853.769000', '173853.771000', '173853.774000', '173853.777000', '173853.780000', '173853.782000', '173853.785000', '173853.787000', '173853.790000', '173853.792000', '173853.795000', '173853.798000', '173853.800000', '173853.803000', '173853.805000', '173853.808000', '173853.811000', '173853.813000', '173853.830000', '173853.833000', '173853.835000', '173853.838000', '173853.840000', '173853.843000', '173853.846000', '173853.848000', '173853.851000', '173853.853000', '173853.856000', '173853.859000', '173853.861000', '173853.864000', '173853.866000', '173913.742000', '173913.745000', '173913.748000', '173913.751000', '173913.753000', '173913.756000', '173913.759000', '173913.761000', '173913.764000', '173913.766000', '173913.769000', '173913.772000', '173913.774000', '173913.777000', '173913.779000', '173913.782000', '173913.785000', '173913.787000', '173913.790000', '173913.792000', '173913.795000', '173913.798000', '173913.800000', '173913.803000', '173913.805000', '173913.808000', '173913.811000', '173913.813000', '173913.816000', '173913.819000', '173913.821000', '173913.824000', '173913.826000', '173913.829000', '173913.831000', '173913.834000', '173913.837000', '173913.839000', '173913.842000', '173913.844000', '173913.847000', '173913.850000', '173913.852000', '173913.855000', '173933.742000', '173933.745000', '173933.748000', '173933.750000', '173933.753000', '173933.756000', '173933.758000', '173933.761000', '173933.764000', '173933.766000', '173933.769000', '173933.776000', '173933.779000', '173933.782000', '173933.784000', '173933.787000', '173933.789000', '173933.792000', '173933.795000', '173933.797000', '173933.800000', '173933.802000', '173933.805000', '173933.808000', '173933.810000', '173933.813000', '173933.815000', '173933.818000', '173933.821000', '173933.823000', '173933.826000', '173933.828000', '173933.831000', '173933.834000', '173933.836000', '173933.839000', '173933.841000', '173933.844000', '173933.847000', '173933.849000', '173933.852000', '173933.854000', '173933.857000', '173953.743000', '173953.745000', '173953.748000', '173953.750000', '173953.753000', '173953.756000', '173953.758000', '173953.761000', '173953.763000', '173953.766000', '173953.769000', '173953.771000', '173953.774000', '173953.777000', '173953.779000', '173953.782000', '173953.784000', '173953.787000', '173953.790000', '173953.792000', '173953.795000', '173953.798000', '173953.800000', '173953.803000', '173953.805000', '173953.808000', '173953.811000', '173953.813000', '173953.816000', '173953.818000', '173953.821000', '173953.824000', '173953.826000', '173953.829000', '173953.831000', '173953.834000', '173953.836000', '173953.839000', '173953.842000', '173953.844000', '173953.847000', '173953.849000', '173953.852000', '173953.855000', '174013.742000', '174013.744000', '174013.747000', '174013.750000', '174013.752000', '174013.755000', '174013.757000', '174013.760000', '174013.762000', '174013.765000', '174013.768000', '174013.770000', '174013.773000', '174013.776000', '174013.778000', '174013.781000', '174013.783000', '174013.786000', '174013.789000', '174013.791000', '174013.794000', '174013.796000', '174013.799000', '174013.802000', '174013.804000', '174013.807000', '174013.809000', '174013.812000', '174013.814000', '174013.817000', '174013.820000', '174013.822000', '174013.825000', '174013.827000', '174013.830000', '174013.833000', '174013.835000', '174013.838000', '174013.840000', '174013.843000', '174013.845000', '174013.848000', '174013.851000', '174033.743000', '174033.746000', '174033.748000', '174033.751000', '174033.753000', '174033.756000', '174033.758000', '174033.761000', '174033.764000', '174033.766000', '174033.769000', '174033.771000', '174033.774000', '174033.777000', '174033.779000', '174033.782000', '174033.784000', '174033.787000', '174033.790000', '174033.792000', '174033.795000', '174033.798000', '174033.800000', '174033.803000', '174033.806000', '174033.808000', '174033.811000', '174033.814000', '174033.816000', '174033.819000', '174033.821000', '174033.824000', '174033.827000', '174033.829000', '174033.832000', '174033.834000', '174033.837000', '174033.840000', '174033.842000', '174033.845000', '174033.847000', '174033.850000', '174033.853000', '174033.855000', '174053.743000', '174053.745000', '174053.748000', '174053.751000', '174053.753000', '174053.756000', '174053.758000', '174053.761000', '174053.764000', '174053.766000', '174053.769000', '174053.771000', '174053.774000', '174053.777000', '174053.779000', '174053.782000', '174053.785000', '174053.787000', '174053.790000', '174053.792000', '174053.795000', '174053.798000', '174053.800000', '174053.803000', '174053.806000', '174053.808000', '174053.811000', '174053.813000', '174053.816000', '174053.819000', '174053.821000', '174053.824000', '174053.826000', '174053.829000', '174053.839000', '174053.842000', '174053.845000', '174053.847000', '174053.850000', '174053.852000', '174053.855000', '174053.858000', '174053.860000', '174113.742000', '174113.745000', '174113.748000', '174113.750000', '174113.753000', '174113.756000', '174113.758000', '174113.761000', '174113.763000', '174113.766000', '174113.769000', '174113.771000', '174113.774000', '174113.776000', '174113.779000', '174113.781000', '174113.784000', '174113.787000', '174113.789000', '174113.792000', '174113.794000', '174113.797000', '174113.800000', '174113.802000', '174113.805000', '174113.807000', '174113.810000', '174113.813000', '174113.815000', '174113.818000', '174113.820000', '174113.823000', '174113.825000', '174113.828000', '174113.831000', '174113.833000', '174113.836000', '174113.838000', '174113.841000', '174113.844000', '174113.846000', '174113.849000', '174113.851000', '174113.854000', '174133.742000', '174133.745000', '174133.748000', '174133.751000', '174133.753000', '174133.756000', '174133.759000', '174133.761000', '174133.764000', '174133.766000', '174133.769000', '174133.772000', '174133.774000', '174133.777000', '174133.779000', '174133.782000', '174133.785000', '174133.787000', '174133.790000', '174133.792000', '174133.795000', '174133.798000', '174133.800000', '174133.803000', '174133.805000', '174133.808000', '174133.811000', '174133.813000', '174133.816000', '174133.819000', '174133.821000', '174133.824000', '174133.826000', '174133.829000', '174133.832000', '174133.835000', '174133.838000', '174133.840000', '174133.843000', '174133.846000', '174133.849000', '174133.852000', '174133.855000', '174153.743000', '174153.745000', '174153.748000', '174153.751000', '174153.753000', '174153.756000', '174153.758000', '174153.761000', '174153.764000', '174153.766000', '174153.769000', '174153.772000', '174153.775000', '174153.778000', '174153.780000', '174153.787000', '174153.789000', '174153.792000', '174153.795000', '174153.797000', '174153.808000', '174153.810000', '174153.813000', '174153.816000', '174153.818000', '174153.821000', '174153.823000', '174153.827000', '174153.830000', '174153.832000', '174153.835000', '174153.837000', '174153.840000', '174153.843000', '174153.845000', '174153.848000', '174153.851000', '174153.853000', '174153.856000', '174153.858000', '174153.861000', '174153.864000', '174153.866000', '174153.869000', '174213.743000', '174213.745000', '174213.748000', '174213.751000', '174213.753000', '174213.756000', '174213.758000', '174213.761000', '174213.764000', '174213.766000', '174213.769000', '174213.771000', '174213.774000', '174213.777000', '174213.779000', '174213.782000', '174213.784000', '174213.787000', '174213.799000', '174213.802000', '174213.805000', '174213.807000', '174213.810000', '174213.812000', '174213.815000', '174213.817000', '174213.820000', '174213.823000', '174213.825000', '174213.828000', '174213.830000', '174213.833000', '174213.836000', '174213.838000', '174213.841000', '174213.843000', '174213.846000', '174213.849000', '174213.851000', '174213.854000', '174213.856000', '174213.859000', '174213.862000', '174233.741000', '174233.744000', '174233.747000', '174233.750000', '174233.752000', '174233.755000', '174233.757000', '174233.760000', '174233.763000', '174233.766000', '174233.769000', '174233.772000', '174233.774000', '174233.777000', '174233.779000', '174233.782000', '174233.785000', '174233.787000', '174233.790000', '174233.793000', '174233.795000', '174233.798000', '174233.800000', '174233.803000', '174233.806000', '174233.808000', '174233.811000', '174233.813000', '174233.816000', '174233.819000', '174233.821000', '174233.824000', '174233.826000', '174233.829000', '174233.832000', '174233.834000', '174233.837000', '174233.839000', '174233.842000', '174233.844000', '174233.847000', '174233.850000', '174233.852000', '174253.742000', '174253.745000', '174253.748000', '174253.751000', '174253.753000', '174253.756000', '174253.758000', '174253.761000', '174253.764000', '174253.766000', '174253.769000', '174253.771000', '174253.774000', '174253.777000', '174253.779000', '174253.782000', '174253.784000', '174253.787000', '174253.790000', '174253.792000', '174253.795000', '174253.797000', '174253.800000', '174253.803000', '174253.805000', '174253.808000', '174253.810000', '174253.813000', '174253.816000', '174253.818000', '174253.821000', '174253.823000', '174253.826000', '174253.829000', '174253.831000', '174253.834000', '174253.837000', '174253.839000', '174253.842000', '174253.844000', '174253.847000', '174253.849000', '174253.852000', '174253.855000', '174313.743000', '174313.746000', '174313.749000', '174313.752000', '174313.754000', '174313.757000', '174313.759000', '174313.762000', '174313.765000', '174313.767000', '174313.770000', '174313.772000', '174313.775000', '174313.778000', '174313.780000', '174313.783000', '174313.785000', '174313.795000', '174313.797000', '174313.800000', '174313.803000', '174313.805000', '174313.808000', '174313.811000', '174313.815000', '174313.817000', '174313.820000', '174313.823000', '174313.825000', '174313.828000', '174313.831000', '174313.833000', '174313.836000', '174313.838000', '174313.841000', '174313.844000', '174313.846000', '174313.849000', '174313.852000', '174313.854000', '174313.857000', '174313.859000', '174313.862000', '174333.743000', '174333.746000', '174333.748000', '174333.751000', '174333.753000', '174333.756000', '174333.759000', '174333.761000', '174333.764000', '174333.766000', '174333.769000', '174333.771000', '174333.774000', '174333.777000', '174333.779000', '174333.782000', '174333.784000', '174333.787000', '174333.790000', '174333.792000', '174333.795000', '174333.797000', '174333.800000', '174333.803000', '174333.805000', '174333.808000', '174333.810000', '174333.813000', '174333.816000', '174333.818000', '174333.821000', '174333.823000', '174333.826000', '174333.829000', '174333.831000', '174333.834000', '174333.837000', '174333.839000', '174333.842000', '174333.844000', '174333.847000', '174333.850000', '174333.852000', '174333.855000', '174353.743000', '174353.745000', '174353.748000', '174353.751000', '174353.753000', '174353.756000', '174353.759000', '174353.761000', '174353.764000', '174353.766000', '174353.769000', '174353.772000', '174353.774000', '174353.777000', '174353.779000', '174353.782000', '174353.785000', '174353.787000', '174353.790000', '174353.792000', '174353.795000', '174353.798000', '174353.800000', '174353.803000', '174353.806000', '174353.808000', '174353.811000', '174353.814000', '174353.816000', '174353.819000', '174353.822000', '174353.824000', '174353.827000', '174353.829000', '174353.832000', '174353.834000', '174353.837000', '174353.840000', '174353.842000', '174353.845000', '174353.847000', '174353.850000', '174353.853000', '174413.743000', '174413.745000', '174413.748000', '174413.751000', '174413.753000', '174413.756000', '174413.759000', '174413.761000', '174413.764000', '174413.766000', '174413.769000', '174413.772000', '174413.774000', '174413.777000', '174413.780000', '174413.782000', '174413.785000', '174413.788000', '174413.790000', '174413.793000', '174413.795000', '174413.798000', '174413.801000', '174413.803000', '174413.806000', '174413.808000', '174413.811000', '174413.814000', '174413.816000', '174413.819000', '174413.821000', '174413.824000', '174413.827000', '174413.829000', '174413.832000', '174413.835000', '174413.837000', '174413.840000', '174413.842000', '174413.845000', '174413.848000', '174413.850000', '174413.853000', '174413.856000', '174433.742000', '174433.745000', '174433.748000', '174433.750000', '174433.753000', '174433.756000', '174433.758000', '174433.761000', '174433.763000', '174433.766000', '174433.769000', '174433.771000', '174433.774000', '174433.786000', '174433.789000', '174433.792000', '174433.794000', '174433.797000', '174433.800000', '174433.802000', '174433.805000', '174433.808000', '174433.810000', '174433.813000', '174433.815000', '174433.818000', '174433.820000', '174433.823000', '174433.826000', '174433.828000', '174433.831000', '174433.833000', '174433.836000', '174433.839000', '174433.841000', '174433.844000', '174433.846000', '174433.849000', '174433.854000', '174433.857000', '174433.859000', '174433.862000', '174433.864000', '174453.741000', '174453.744000', '174453.747000', '174453.750000', '174453.752000', '174453.755000', '174453.758000', '174453.760000', '174453.763000', '174453.765000', '174453.768000', '174453.771000', '174453.773000', '174453.776000', '174453.786000', '174453.789000', '174453.791000', '174453.794000', '174453.796000', '174453.799000', '174453.802000', '174453.804000', '174453.807000', '174453.810000', '174453.812000', '174453.815000', '174453.817000', '174453.820000', '174453.823000', '174453.825000', '174453.828000', '174453.831000', '174453.833000', '174453.836000', '174453.838000', '174453.841000', '174453.844000', '174453.846000', '174453.849000', '174453.851000', '174453.854000', '174453.857000', '174453.859000', '174453.862000', '174513.743000', '174513.745000', '174513.748000', '174513.751000', '174513.753000', '174513.756000', '174513.758000', '174513.761000', '174513.764000', '174513.766000', '174513.769000', '174513.771000', '174513.774000', '174513.776000', '174513.779000', '174513.782000', '174513.784000', '174513.787000', '174513.789000', '174513.792000', '174513.795000', '174513.797000', '174513.800000', '174513.802000', '174513.805000', '174513.808000', '174513.810000', '174513.813000', '174513.815000', '174513.818000', '174513.821000', '174513.823000', '174513.826000', '174513.828000', '174513.831000', '174513.833000', '174513.837000', '174513.839000', '174513.842000', '174513.845000', '174513.847000', '174513.850000', '174513.853000', '174533.743000', '174533.746000', '174533.748000', '174533.751000', '174533.753000', '174533.756000', '174533.758000', '174533.761000', '174533.764000', '174533.766000', '174533.769000', '174533.772000', '174533.774000', '174533.777000', '174533.780000', '174533.782000', '174533.785000', '174533.788000', '174533.790000', '174533.793000', '174533.795000', '174533.798000', '174533.800000', '174533.803000', '174533.806000', '174533.808000', '174533.811000', '174533.814000', '174533.816000', '174533.819000', '174533.821000', '174533.824000', '174533.827000', '174533.829000', '174533.832000', '174533.835000', '174533.837000', '174533.840000', '174533.842000', '174533.845000', '174533.848000', '174533.850000', '174533.853000', '174533.855000', '174553.743000', '174553.746000', '174553.748000', '174553.751000', '174553.754000', '174553.756000', '174553.759000', '174553.761000', '174553.764000', '174553.766000', '174553.769000', '174553.772000', '174553.774000', '174553.777000', '174553.779000', '174553.782000', '174553.785000', '174553.787000', '174553.790000', '174553.792000', '174553.795000', '174553.797000', '174553.800000', '174553.803000', '174553.805000', '174553.808000', '174553.811000', '174553.813000', '174553.816000', '174553.818000', '174553.821000', '174553.824000', '174553.827000', '174553.830000', '174553.833000', '174553.836000', '174553.838000', '174553.841000', '174553.844000', '174553.846000', '174553.849000', '174553.851000', '174553.854000', '174557.521000', '174557.524000', '174557.528000', '174557.531000', '174557.533000', '174557.536000', '174557.539000', '174557.542000', '174557.544000'], 'InstanceCreationTime': ['173553.771000', '173553.775000', '173553.778000', '173553.780000', '173553.783000', '173553.786000', '173553.788000', '173553.791000', '173553.793000', '173553.796000', '173553.798000', '173553.808000', '173553.810000', '173553.813000', '173553.815000', '173553.818000', '173553.821000', '173553.823000', '173553.826000', '173553.828000', '173553.831000', '173553.833000', '173553.836000', '173553.839000', '173553.841000', '173553.844000', '173553.846000', '173553.858000', '173553.861000', '173553.863000', '173553.866000', '173553.868000', '173553.871000', '173553.873000', '173553.876000', '173553.878000', '173553.881000', '173553.884000', '173553.886000', '173553.889000', '173553.891000', '173553.894000', '173553.896000', '173553.899000', '173553.903000', '173553.905000', '173553.908000', '173553.910000', '173553.913000', '173553.916000', '173553.918000', '173553.921000', '173553.923000', '173553.926000', '173553.928000', '173553.931000', '173553.934000', '173553.936000', '173553.939000', '173553.941000', '173553.944000', '173553.946000', '173553.949000', '173613.742000', '173613.745000', '173613.748000', '173613.750000', '173613.753000', '173613.755000', '173613.758000', '173613.760000', '173613.763000', '173613.766000', '173613.768000', '173613.771000', '173613.773000', '173613.776000', '173613.784000', '173613.786000', '173613.789000', '173613.792000', '173613.795000', '173613.798000', '173613.801000', '173613.803000', '173613.806000', '173613.809000', '173613.811000', '173613.814000', '173613.816000', '173613.819000', '173613.821000', '173613.824000', '173613.826000', '173613.829000', '173613.832000', '173613.834000', '173613.837000', '173613.839000', '173613.842000', '173613.844000', '173613.847000', '173613.850000', '173613.852000', '173613.855000', '173613.857000', '173633.742000', '173633.745000', '173633.748000', '173633.750000', '173633.753000', '173633.755000', '173633.758000', '173633.761000', '173633.763000', '173633.766000', '173633.768000', '173633.771000', '173633.773000', '173633.776000', '173633.778000', '173633.781000', '173633.784000', '173633.786000', '173633.789000', '173633.791000', '173633.794000', '173633.797000', '173633.799000', '173633.802000', '173633.805000', '173633.807000', '173633.810000', '173633.812000', '173633.815000', '173633.817000', '173633.820000', '173633.823000', '173633.825000', '173633.828000', '173633.830000', '173633.833000', '173633.835000', '173633.838000', '173633.841000', '173633.843000', '173633.846000', '173633.848000', '173633.851000', '173633.854000', '173653.742000', '173653.745000', '173653.748000', '173653.751000', '173653.753000', '173653.756000', '173653.759000', '173653.761000', '173653.764000', '173653.767000', '173653.769000', '173653.772000', '173653.774000', '173653.777000', '173653.780000', '173653.782000', '173653.785000', '173653.788000', '173653.790000', '173653.793000', '173653.796000', '173653.798000', '173653.801000', '173653.804000', '173653.806000', '173653.809000', '173653.811000', '173653.814000', '173653.816000', '173653.819000', '173653.822000', '173653.824000', '173653.827000', '173653.830000', '173653.832000', '173653.835000', '173653.838000', '173653.840000', '173653.843000', '173653.846000', '173653.848000', '173653.851000', '173653.856000', '173713.742000', '173713.745000', '173713.748000', '173713.750000', '173713.753000', '173713.756000', '173713.758000', '173713.761000', '173713.763000', '173713.766000', '173713.769000', '173713.771000', '173713.774000', '173713.777000', '173713.779000', '173713.782000', '173713.784000', '173713.787000', '173713.790000', '173713.792000', '173713.795000', '173713.797000', '173713.800000', '173713.803000', '173713.805000', '173713.808000', '173713.810000', '173713.813000', '173713.816000', '173713.818000', '173713.821000', '173713.823000', '173713.826000', '173713.829000', '173713.831000', '173713.834000', '173713.836000', '173713.839000', '173713.842000', '173713.844000', '173713.847000', '173713.849000', '173713.852000', '173713.855000', '173733.742000', '173733.745000', '173733.748000', '173733.750000', '173733.753000', '173733.756000', '173733.758000', '173733.761000', '173733.763000', '173733.766000', '173733.769000', '173733.771000', '173733.774000', '173733.776000', '173733.779000', '173733.781000', '173733.784000', '173733.787000', '173733.789000', '173733.792000', '173733.795000', '173733.797000', '173733.800000', '173733.802000', '173733.805000', '173733.808000', '173733.811000', '173733.814000', '173733.817000', '173733.819000', '173733.822000', '173733.825000', '173733.827000', '173733.830000', '173733.832000', '173733.835000', '173733.838000', '173733.840000', '173733.843000', '173733.845000', '173733.848000', '173733.851000', '173733.853000', '173753.741000', '173753.744000', '173753.747000', '173753.749000', '173753.752000', '173753.755000', '173753.757000', '173753.760000', '173753.762000', '173753.765000', '173753.768000', '173753.770000', '173753.773000', '173753.775000', '173753.778000', '173753.781000', '173753.783000', '173753.786000', '173753.788000', '173753.791000', '173753.793000', '173753.796000', '173753.799000', '173753.801000', '173753.804000', '173753.806000', '173753.809000', '173753.812000', '173753.814000', '173753.817000', '173753.819000', '173753.822000', '173753.825000', '173753.827000', '173753.830000', '173753.832000', '173753.835000', '173753.837000', '173753.840000', '173753.843000', '173753.845000', '173753.848000', '173753.851000', '173753.853000', '173813.743000', '173813.746000', '173813.748000', '173813.751000', '173813.753000', '173813.756000', '173813.759000', '173813.761000', '173813.764000', '173813.766000', '173813.769000', '173813.771000', '173813.774000', '173813.777000', '173813.779000', '173813.782000', '173813.784000', '173813.787000', '173813.790000', '173813.792000', '173813.800000', '173813.802000', '173813.805000', '173813.807000', '173813.810000', '173813.813000', '173813.815000', '173813.818000', '173813.821000', '173813.823000', '173813.826000', '173813.829000', '173813.832000', '173813.834000', '173813.837000', '173813.839000', '173813.842000', '173813.845000', '173813.847000', '173813.850000', '173813.853000', '173813.855000', '173813.858000', '173833.743000', '173833.746000', '173833.748000', '173833.751000', '173833.753000', '173833.756000', '173833.758000', '173833.761000', '173833.764000', '173833.766000', '173833.769000', '173833.771000', '173833.774000', '173833.777000', '173833.779000', '173833.782000', '173833.784000', '173833.787000', '173833.790000', '173833.792000', '173833.795000', '173833.797000', '173833.800000', '173833.803000', '173833.805000', '173833.808000', '173833.810000', '173833.813000', '173833.816000', '173833.818000', '173833.821000', '173833.824000', '173833.826000', '173833.829000', '173833.832000', '173833.834000', '173833.837000', '173833.839000', '173833.842000', '173833.845000', '173833.847000', '173833.850000', '173833.852000', '173833.855000', '173853.743000', '173853.745000', '173853.748000', '173853.751000', '173853.753000', '173853.756000', '173853.759000', '173853.761000', '173853.764000', '173853.766000', '173853.769000', '173853.771000', '173853.774000', '173853.777000', '173853.780000', '173853.782000', '173853.785000', '173853.787000', '173853.790000', '173853.792000', '173853.795000', '173853.798000', '173853.800000', '173853.803000', '173853.805000', '173853.808000', '173853.811000', '173853.813000', '173853.830000', '173853.833000', '173853.835000', '173853.838000', '173853.840000', '173853.843000', '173853.846000', '173853.848000', '173853.851000', '173853.853000', '173853.856000', '173853.859000', '173853.861000', '173853.864000', '173853.866000', '173913.742000', '173913.745000', '173913.748000', '173913.751000', '173913.753000', '173913.756000', '173913.759000', '173913.761000', '173913.764000', '173913.766000', '173913.769000', '173913.772000', '173913.774000', '173913.777000', '173913.779000', '173913.782000', '173913.785000', '173913.787000', '173913.790000', '173913.792000', '173913.795000', '173913.798000', '173913.800000', '173913.803000', '173913.805000', '173913.808000', '173913.811000', '173913.813000', '173913.816000', '173913.819000', '173913.821000', '173913.824000', '173913.826000', '173913.829000', '173913.831000', '173913.834000', '173913.837000', '173913.839000', '173913.842000', '173913.844000', '173913.847000', '173913.850000', '173913.852000', '173913.855000', '173933.742000', '173933.745000', '173933.748000', '173933.750000', '173933.753000', '173933.756000', '173933.758000', '173933.761000', '173933.764000', '173933.766000', '173933.769000', '173933.776000', '173933.779000', '173933.782000', '173933.784000', '173933.787000', '173933.789000', '173933.792000', '173933.795000', '173933.797000', '173933.800000', '173933.802000', '173933.805000', '173933.808000', '173933.810000', '173933.813000', '173933.815000', '173933.818000', '173933.821000', '173933.823000', '173933.826000', '173933.828000', '173933.831000', '173933.834000', '173933.836000', '173933.839000', '173933.841000', '173933.844000', '173933.847000', '173933.849000', '173933.852000', '173933.854000', '173933.857000', '173953.743000', '173953.745000', '173953.748000', '173953.750000', '173953.753000', '173953.756000', '173953.758000', '173953.761000', '173953.763000', '173953.766000', '173953.769000', '173953.771000', '173953.774000', '173953.777000', '173953.779000', '173953.782000', '173953.784000', '173953.787000', '173953.790000', '173953.792000', '173953.795000', '173953.798000', '173953.800000', '173953.803000', '173953.805000', '173953.808000', '173953.811000', '173953.813000', '173953.816000', '173953.818000', '173953.821000', '173953.824000', '173953.826000', '173953.829000', '173953.831000', '173953.834000', '173953.836000', '173953.839000', '173953.842000', '173953.844000', '173953.847000', '173953.849000', '173953.852000', '173953.855000', '174013.742000', '174013.744000', '174013.747000', '174013.750000', '174013.752000', '174013.755000', '174013.757000', '174013.760000', '174013.762000', '174013.765000', '174013.768000', '174013.770000', '174013.773000', '174013.776000', '174013.778000', '174013.781000', '174013.783000', '174013.786000', '174013.789000', '174013.791000', '174013.794000', '174013.796000', '174013.799000', '174013.802000', '174013.804000', '174013.807000', '174013.809000', '174013.812000', '174013.814000', '174013.817000', '174013.820000', '174013.822000', '174013.825000', '174013.827000', '174013.830000', '174013.833000', '174013.835000', '174013.838000', '174013.840000', '174013.843000', '174013.845000', '174013.848000', '174013.851000', '174033.743000', '174033.746000', '174033.748000', '174033.751000', '174033.753000', '174033.756000', '174033.758000', '174033.761000', '174033.764000', '174033.766000', '174033.769000', '174033.771000', '174033.774000', '174033.777000', '174033.779000', '174033.782000', '174033.784000', '174033.787000', '174033.790000', '174033.792000', '174033.795000', '174033.798000', '174033.800000', '174033.803000', '174033.806000', '174033.808000', '174033.811000', '174033.814000', '174033.816000', '174033.819000', '174033.821000', '174033.824000', '174033.827000', '174033.829000', '174033.832000', '174033.834000', '174033.837000', '174033.840000', '174033.842000', '174033.845000', '174033.847000', '174033.850000', '174033.853000', '174033.855000', '174053.743000', '174053.745000', '174053.748000', '174053.751000', '174053.753000', '174053.756000', '174053.758000', '174053.761000', '174053.764000', '174053.766000', '174053.769000', '174053.771000', '174053.774000', '174053.777000', '174053.779000', '174053.782000', '174053.785000', '174053.787000', '174053.790000', '174053.792000', '174053.795000', '174053.798000', '174053.800000', '174053.803000', '174053.806000', '174053.808000', '174053.811000', '174053.813000', '174053.816000', '174053.819000', '174053.821000', '174053.824000', '174053.826000', '174053.829000', '174053.839000', '174053.842000', '174053.845000', '174053.847000', '174053.850000', '174053.852000', '174053.855000', '174053.858000', '174053.860000', '174113.742000', '174113.745000', '174113.748000', '174113.750000', '174113.753000', '174113.756000', '174113.758000', '174113.761000', '174113.763000', '174113.766000', '174113.769000', '174113.771000', '174113.774000', '174113.776000', '174113.779000', '174113.781000', '174113.784000', '174113.787000', '174113.789000', '174113.792000', '174113.794000', '174113.797000', '174113.800000', '174113.802000', '174113.805000', '174113.807000', '174113.810000', '174113.813000', '174113.815000', '174113.818000', '174113.820000', '174113.823000', '174113.825000', '174113.828000', '174113.831000', '174113.833000', '174113.836000', '174113.838000', '174113.841000', '174113.844000', '174113.846000', '174113.849000', '174113.851000', '174113.854000', '174133.742000', '174133.745000', '174133.748000', '174133.751000', '174133.753000', '174133.756000', '174133.759000', '174133.761000', '174133.764000', '174133.766000', '174133.769000', '174133.772000', '174133.774000', '174133.777000', '174133.779000', '174133.782000', '174133.785000', '174133.787000', '174133.790000', '174133.792000', '174133.795000', '174133.798000', '174133.800000', '174133.803000', '174133.805000', '174133.808000', '174133.811000', '174133.813000', '174133.816000', '174133.819000', '174133.821000', '174133.824000', '174133.826000', '174133.829000', '174133.832000', '174133.835000', '174133.838000', '174133.840000', '174133.843000', '174133.846000', '174133.849000', '174133.852000', '174133.855000', '174153.743000', '174153.745000', '174153.748000', '174153.751000', '174153.753000', '174153.756000', '174153.758000', '174153.761000', '174153.764000', '174153.766000', '174153.769000', '174153.772000', '174153.775000', '174153.778000', '174153.780000', '174153.787000', '174153.789000', '174153.792000', '174153.795000', '174153.797000', '174153.808000', '174153.810000', '174153.813000', '174153.816000', '174153.818000', '174153.821000', '174153.823000', '174153.827000', '174153.830000', '174153.832000', '174153.835000', '174153.837000', '174153.840000', '174153.843000', '174153.845000', '174153.848000', '174153.851000', '174153.853000', '174153.856000', '174153.858000', '174153.861000', '174153.864000', '174153.866000', '174153.869000', '174213.743000', '174213.745000', '174213.748000', '174213.751000', '174213.753000', '174213.756000', '174213.758000', '174213.761000', '174213.764000', '174213.766000', '174213.769000', '174213.771000', '174213.774000', '174213.777000', '174213.779000', '174213.782000', '174213.784000', '174213.787000', '174213.799000', '174213.802000', '174213.805000', '174213.807000', '174213.810000', '174213.812000', '174213.815000', '174213.817000', '174213.820000', '174213.823000', '174213.825000', '174213.828000', '174213.830000', '174213.833000', '174213.836000', '174213.838000', '174213.841000', '174213.843000', '174213.846000', '174213.849000', '174213.851000', '174213.854000', '174213.856000', '174213.859000', '174213.862000', '174233.741000', '174233.744000', '174233.747000', '174233.750000', '174233.752000', '174233.755000', '174233.757000', '174233.760000', '174233.763000', '174233.766000', '174233.769000', '174233.772000', '174233.774000', '174233.777000', '174233.779000', '174233.782000', '174233.785000', '174233.787000', '174233.790000', '174233.793000', '174233.795000', '174233.798000', '174233.800000', '174233.803000', '174233.806000', '174233.808000', '174233.811000', '174233.813000', '174233.816000', '174233.819000', '174233.821000', '174233.824000', '174233.826000', '174233.829000', '174233.832000', '174233.834000', '174233.837000', '174233.839000', '174233.842000', '174233.844000', '174233.847000', '174233.850000', '174233.852000', '174253.742000', '174253.745000', '174253.748000', '174253.751000', '174253.753000', '174253.756000', '174253.758000', '174253.761000', '174253.764000', '174253.766000', '174253.769000', '174253.771000', '174253.774000', '174253.777000', '174253.779000', '174253.782000', '174253.784000', '174253.787000', '174253.790000', '174253.792000', '174253.795000', '174253.797000', '174253.800000', '174253.803000', '174253.805000', '174253.808000', '174253.810000', '174253.813000', '174253.816000', '174253.818000', '174253.821000', '174253.823000', '174253.826000', '174253.829000', '174253.831000', '174253.834000', '174253.837000', '174253.839000', '174253.842000', '174253.844000', '174253.847000', '174253.849000', '174253.852000', '174253.855000', '174313.743000', '174313.746000', '174313.749000', '174313.752000', '174313.754000', '174313.757000', '174313.759000', '174313.762000', '174313.765000', '174313.767000', '174313.770000', '174313.772000', '174313.775000', '174313.778000', '174313.780000', '174313.783000', '174313.785000', '174313.795000', '174313.797000', '174313.800000', '174313.803000', '174313.805000', '174313.808000', '174313.811000', '174313.815000', '174313.817000', '174313.820000', '174313.823000', '174313.825000', '174313.828000', '174313.831000', '174313.833000', '174313.836000', '174313.838000', '174313.841000', '174313.844000', '174313.846000', '174313.849000', '174313.852000', '174313.854000', '174313.857000', '174313.859000', '174313.862000', '174333.743000', '174333.746000', '174333.748000', '174333.751000', '174333.753000', '174333.756000', '174333.759000', '174333.761000', '174333.764000', '174333.766000', '174333.769000', '174333.771000', '174333.774000', '174333.777000', '174333.779000', '174333.782000', '174333.784000', '174333.787000', '174333.790000', '174333.792000', '174333.795000', '174333.797000', '174333.800000', '174333.803000', '174333.805000', '174333.808000', '174333.810000', '174333.813000', '174333.816000', '174333.818000', '174333.821000', '174333.823000', '174333.826000', '174333.829000', '174333.831000', '174333.834000', '174333.837000', '174333.839000', '174333.842000', '174333.844000', '174333.847000', '174333.850000', '174333.852000', '174333.855000', '174353.743000', '174353.745000', '174353.748000', '174353.751000', '174353.753000', '174353.756000', '174353.759000', '174353.761000', '174353.764000', '174353.766000', '174353.769000', '174353.772000', '174353.774000', '174353.777000', '174353.779000', '174353.782000', '174353.785000', '174353.787000', '174353.790000', '174353.792000', '174353.795000', '174353.798000', '174353.800000', '174353.803000', '174353.806000', '174353.808000', '174353.811000', '174353.814000', '174353.816000', '174353.819000', '174353.822000', '174353.824000', '174353.827000', '174353.829000', '174353.832000', '174353.834000', '174353.837000', '174353.840000', '174353.842000', '174353.845000', '174353.847000', '174353.850000', '174353.853000', '174413.743000', '174413.745000', '174413.748000', '174413.751000', '174413.753000', '174413.756000', '174413.759000', '174413.761000', '174413.764000', '174413.766000', '174413.769000', '174413.772000', '174413.774000', '174413.777000', '174413.780000', '174413.782000', '174413.785000', '174413.788000', '174413.790000', '174413.793000', '174413.795000', '174413.798000', '174413.801000', '174413.803000', '174413.806000', '174413.808000', '174413.811000', '174413.814000', '174413.816000', '174413.819000', '174413.821000', '174413.824000', '174413.827000', '174413.829000', '174413.832000', '174413.835000', '174413.837000', '174413.840000', '174413.842000', '174413.845000', '174413.848000', '174413.850000', '174413.853000', '174413.856000', '174433.742000', '174433.745000', '174433.748000', '174433.750000', '174433.753000', '174433.756000', '174433.758000', '174433.761000', '174433.763000', '174433.766000', '174433.769000', '174433.771000', '174433.774000', '174433.786000', '174433.789000', '174433.792000', '174433.794000', '174433.797000', '174433.800000', '174433.802000', '174433.805000', '174433.808000', '174433.810000', '174433.813000', '174433.815000', '174433.818000', '174433.820000', '174433.823000', '174433.826000', '174433.828000', '174433.831000', '174433.833000', '174433.836000', '174433.839000', '174433.841000', '174433.844000', '174433.846000', '174433.849000', '174433.854000', '174433.857000', '174433.859000', '174433.862000', '174433.864000', '174453.741000', '174453.744000', '174453.747000', '174453.750000', '174453.752000', '174453.755000', '174453.758000', '174453.760000', '174453.763000', '174453.765000', '174453.768000', '174453.771000', '174453.773000', '174453.776000', '174453.786000', '174453.789000', '174453.791000', '174453.794000', '174453.796000', '174453.799000', '174453.802000', '174453.804000', '174453.807000', '174453.810000', '174453.812000', '174453.815000', '174453.817000', '174453.820000', '174453.823000', '174453.825000', '174453.828000', '174453.831000', '174453.833000', '174453.836000', '174453.838000', '174453.841000', '174453.844000', '174453.846000', '174453.849000', '174453.851000', '174453.854000', '174453.857000', '174453.859000', '174453.862000', '174513.743000', '174513.745000', '174513.748000', '174513.751000', '174513.753000', '174513.756000', '174513.758000', '174513.761000', '174513.764000', '174513.766000', '174513.769000', '174513.771000', '174513.774000', '174513.776000', '174513.779000', '174513.782000', '174513.784000', '174513.787000', '174513.789000', '174513.792000', '174513.795000', '174513.797000', '174513.800000', '174513.802000', '174513.805000', '174513.808000', '174513.810000', '174513.813000', '174513.815000', '174513.818000', '174513.821000', '174513.823000', '174513.826000', '174513.828000', '174513.831000', '174513.833000', '174513.837000', '174513.839000', '174513.842000', '174513.845000', '174513.847000', '174513.850000', '174513.853000', '174533.743000', '174533.746000', '174533.748000', '174533.751000', '174533.753000', '174533.756000', '174533.758000', '174533.761000', '174533.764000', '174533.766000', '174533.769000', '174533.772000', '174533.774000', '174533.777000', '174533.780000', '174533.782000', '174533.785000', '174533.788000', '174533.790000', '174533.793000', '174533.795000', '174533.798000', '174533.800000', '174533.803000', '174533.806000', '174533.808000', '174533.811000', '174533.814000', '174533.816000', '174533.819000', '174533.821000', '174533.824000', '174533.827000', '174533.829000', '174533.832000', '174533.835000', '174533.837000', '174533.840000', '174533.842000', '174533.845000', '174533.848000', '174533.850000', '174533.853000', '174533.855000', '174553.743000', '174553.746000', '174553.748000', '174553.751000', '174553.754000', '174553.756000', '174553.759000', '174553.761000', '174553.764000', '174553.766000', '174553.769000', '174553.772000', '174553.774000', '174553.777000', '174553.779000', '174553.782000', '174553.785000', '174553.787000', '174553.790000', '174553.792000', '174553.795000', '174553.797000', '174553.800000', '174553.803000', '174553.805000', '174553.808000', '174553.811000', '174553.813000', '174553.816000', '174553.818000', '174553.821000', '174553.824000', '174553.827000', '174553.830000', '174553.833000', '174553.836000', '174553.838000', '174553.841000', '174553.844000', '174553.846000', '174553.849000', '174553.851000', '174553.854000', '174557.521000', '174557.524000', '174557.528000', '174557.531000', '174557.533000', '174557.536000', '174557.539000', '174557.542000', '174557.544000'], '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': [10351, 13545, 9925, 12721, 8577, 12713, 8659, 10459, 14933, 10792, 13459, 9715, 12540, 9130, 12950, 8791, 11824, 7813, 9259, 14581, 9937, 12620, 9141, 13019, 9604, 12734, 8602, 13052, 8535, 11049, 12926, 11282, 13222, 9563, 13882, 10040, 13182, 9240, 12916, 8054, 10160, 14539, 10549, 13666, 10057, 13660, 9828, 13311, 8689, 12912, 8831, 9776, 15398, 10624, 13651, 9653, 12810, 8869, 12132, 8279, 11439, 12365, 9687, 14620, 10992, 13521, 9444, 11945, 8757, 11250, 11675, 9860, 14207, 9597, 13011, 8750, 12274, 7862, 9315, 15023, 9459, 12868, 9854, 12679, 7985, 10813, 10171, 9399, 13958, 9102, 13430, 9750, 12276, 8691, 9906, 14704, 9409, 13372, 10206, 12090, 8552, 9725, 12228, 9843, 13127, 9072, 13191, 9735, 13782, 11218, 13711, 9153, 12017, 8916, 11292, 11712, 10060, 15098, 9428, 13483, 10587, 13013, 8531, 11591, 9862, 10825, 11199, 10438, 14831, 9324, 14429, 10928, 12266, 8777, 11916, 10037, 10551, 14931, 10611, 13844, 8903, 11391, 9253, 9541, 15072, 9004, 13273, 9553, 11928, 8385, 10817, 8236, 10369, 12078, 10884, 14872, 9851, 13401, 9784, 12176, 8567, 11300, 8889, 10536, 11128, 10539, 14684, 9288, 13863, 10493, 12708, 8652, 11057, 11491, 10164, 14794, 10693, 13663, 9363, 12552, 8790, 12951, 8151, 10381, 13393, 9521, 13736, 9863, 13598, 9236, 12797, 8883, 11823, 11968, 9432, 13896, 9169, 11653, 8552, 9783, 14074, 8923, 12655, 8453, 10978, 9163, 10094, 14959, 9813, 12349, 9268, 9837, 14496, 9589, 12476, 8983, 9440, 13835, 9233, 12981, 8634, 10316, 10789, 9215, 13761, 9716, 12457, 10540, 9808, 14334, 10471, 11920, 9137, 8978, 14488, 10249, 11721, 8196, 9793, 15086, 8988, 12966, 8822, 10057, 11206, 8609, 13402, 8531, 10614, 12020, 9643, 14221, 9655, 11140, 12808, 9530, 13149, 9419, 11415, 10365, 9854, 14310, 10078, 13006, 8934, 10610, 15193, 10114, 13730, 9819, 11565, 9998, 9636, 14077, 8963, 13150, 8922, 11292, 15189, 10417, 14018, 9679, 11247, 15035, 10352, 13752, 9760, 11931, 12444, 9539, 13541, 10039, 12665, 8340, 10573, 14650, 9660, 13450, 8761, 10910, 10104, 9505, 13294, 9186, 14392, 9791, 13346, 11110, 10433, 15750, 10698, 12970, 11090, 10303, 15170, 9888, 12659, 10356, 10303, 15283, 10651, 13904, 8906, 11354, 12851, 10110, 13971, 10332, 13020, 12283, 10024, 14399, 10713, 12903, 9661, 9745, 15160, 10856, 12869, 8952, 11096, 13391, 9537, 13379, 9962, 11658, 15172, 9958, 13174, 9300, 10384, 8184, 8597, 14336, 9999, 12036, 8598, 11449, 14959, 10456, 13365, 10762, 12005, 11108, 9860, 14916, 11056, 13123, 10073, 9516, 15968, 11031, 12544, 8362, 9614, 11927, 9727, 13514, 10018, 14846, 10810, 13803, 9514, 12760, 9923, 10637, 10714, 10739, 15325, 11944, 14293, 11379, 14391, 10424, 12868, 8843, 12788, 12887, 10777, 15668, 12287, 14475, 8962, 12050, 13971, 11139, 10605, 10037, 11092, 10846, 8256, 14589, 10380, 15378, 11425, 14451, 9951, 12439, 16180, 11688, 13823, 9811, 12162, 11282, 10798, 14772, 9996, 13601, 9333, 12946, 8882, 12257, 7567, 10156, 14463, 10614, 14282, 11428, 13621, 8754, 11389, 14401, 11078, 13610, 10005, 12841, 9156, 11855, 14231, 10389, 14700, 10513, 12700, 8941, 12106, 8396, 11046, 12952, 10655, 15105, 12283, 14155, 9265, 12234, 9559, 11788, 13813, 10910, 14569, 10296, 14204, 11128, 13887, 9195, 12411, 9032, 11404, 15192, 11086, 13878, 9311, 11936, 9991, 10231, 14332, 9371, 13098, 9304, 12494, 8355, 10128, 15305, 10281, 13061, 9113, 12028, 10722, 9415, 14225, 10386, 12248, 8801, 10295, 13459, 10096, 13654, 10333, 12571, 8716, 10344, 14756, 10772, 13212, 8775, 11197, 14776, 11118, 13838, 9972, 12100, 13116, 10430, 13150, 9553, 11488, 8934, 11375, 8509, 9971, 13260, 9612, 14481, 11065, 13517, 9012, 10434, 15054, 9949, 13114, 9250, 11446, 12107, 9540, 13591, 9784, 12963, 8920, 11115, 12902, 9680, 13151, 9065, 12545, 8718, 11468, 8139, 11992, 9019, 12399, 12455, 11309, 14129, 9561, 13807, 10462, 13902, 9212, 12540, 8835, 10744, 16304, 11413, 13753, 9741, 12798, 9396, 13582, 8831, 12942, 8460, 11300, 15215, 11256, 13732, 9569, 12836, 8984, 12566, 9076, 12100, 8430, 12380, 13291, 11750, 15081, 9951, 14085, 11180, 13187, 9614, 12213, 9193, 13784, 10918, 12906, 9832, 11497, 9810, 9415, 10645, 10504, 15032, 9863, 15029, 9395, 14062, 9663, 11958, 8697, 10831, 8189, 13043, 10934, 12908, 8995, 10187, 11325, 10639, 12707, 11351, 8663, 10353, 8584, 13866, 10956, 12535, 8769, 11396, 8852, 15059, 10028, 13564, 8801, 11413, 8856, 14155, 9574, 14437, 9161, 14202, 9879, 14397, 10023, 14356, 10274, 14385, 10768, 14043, 10104, 13876, 10740, 14137, 11088, 13684, 10213, 13891, 10917, 13524, 10005, 13412, 9501, 13487, 9059, 13036, 8637, 12286, 8819, 12939, 8920, 13402, 8452, 13122, 9228, 12708, 8708, 11607, 10229, 12343, 9430, 10647, 13526, 10707, 14067, 10723, 13144, 9537, 13320, 9774, 13172, 9452, 13279, 9900, 13456, 10647, 13730, 9161, 12974, 8735, 12828, 8573, 11017, 11321, 10352, 14621, 11083, 13485, 9492, 13055, 10049, 12953, 9217, 12491, 9585, 13175, 8840, 12903, 8193, 10989, 9793, 10027, 11808, 9650, 14053, 10077, 13369, 9887, 13380, 9835, 13169, 9152, 12653, 8235, 10051, 12348, 10118, 12114, 9687, 12532, 9089, 12682, 9107, 11575, 7657, 9472, 12628, 9571, 12395, 9470, 12805, 9140, 13468, 9311, 11628, 9356, 10008, 10667, 8657, 11727, 14197, 10646, 13120, 9957, 11811, 8196, 9959, 15511, 10538, 12387, 9751, 11349, 8960, 11285, 8416, 10094, 11573, 9476, 13651, 9764, 12168, 9383, 11882, 8743, 12221, 8887, 11292, 13136, 9469, 13258, 10673, 12228, 9096, 11587, 8719, 11840, 8366, 11189, 9035, 9335, 14655, 10591, 13522, 10121, 12062, 7978, 9598, 13448, 9653, 13228, 9069, 11513, 8655, 10648, 7687, 9218, 14803, 9315, 12364, 8944, 11620, 8494, 9396, 13917, 9405, 12832, 8873, 10884, 7890, 9636, 11617, 9181, 13033, 8893, 11423, 8183, 10514, 8104, 9375, 13004, 9420, 13015, 8762, 10868, 8029, 9521, 14658, 8639, 11808, 8235, 10259, 10009, 8941, 12991, 8924, 11423, 8349, 10094, 7936, 8925, 8051, 8975, 11746, 8522, 13625, 10592, 13534, 9014, 10325, 14717, 10280, 13323, 8743, 10281, 13825, 9748, 14081, 9327, 11599, 8531, 10241, 9744, 9015, 14664, 9947, 12329, 8402, 11216, 12109, 9428, 13948, 10460, 13386, 8539, 10451, 11123, 9319, 11695, 9273, 12580, 9282, 12760, 9754, 12382, 8440, 9866, 15396, 10364, 12070, 8938, 11114, 8978, 12559, 8850, 12964, 8674, 12243, 8541, 13260, 8549, 13315, 9022, 13384, 11205, 11323, 11572, 9652, 15040, 10271, 12524, 9633, 12929, 9306, 13279, 9890, 13480, 8936, 11330, 9786, 10294, 12726, 9638, 12622, 9581, 12416, 9227, 11737, 9078, 9635, 13211, 9695, 11702, 9548, 11417, 8941, 10400, 8168, 9878, 9228, 9426, 14080, 9673, 13151, 10112, 12969, 9222, 12241, 9496, 12199, 8661, 10745, 11499, 10181, 14167, 9228, 12569, 8951, 11353, 8297, 9476, 14780, 9212, 12153, 8684, 11021, 10104, 9315, 13888, 9550, 12215, 8130, 10581, 9262, 9485, 13818, 9628, 12979, 9128, 11545, 8424, 10318, 9579, 8686, 14327, 9703, 12526, 8936, 11583, 8641, 9258, 14613, 9471, 12812, 9024, 11332, 7723, 10446, 7933, 9335, 14292, 9028, 12975, 10214, 12601, 8631, 11215, 8966, 10254, 12051, 8794, 13881, 9985, 12710, 8194, 11555, 9376, 9177, 14584, 9806, 12442, 8868, 11945, 9099, 12415, 9691, 12273, 8714, 12628, 9396, 13887, 9101, 12388, 9101, 14041, 9544, 13416, 8667, 12180, 13104, 10670, 14666, 10688, 14121, 9483, 12693, 9063, 11202, 7907, 9761, 10341, 9636, 14269, 10148, 13449, 9361, 12906, 9683, 13148, 10537, 13857, 9440, 12567, 8983, 12776, 8762, 12220, 8628, 12567, 8748, 12120, 9659, 10230, 15310, 11444, 13527, 10485, 13829, 10220, 13821, 10590, 12597, 9535, 11697, 9137, 13552, 9806, 13469, 8847, 11333, 9171, 11151, 8994, 9988, 13606, 9677, 14094, 10875, 12489, 9514, 12846, 9916, 13562, 11064, 13451, 9360, 11925, 8518, 13017, 9096, 12764, 8936, 11643, 8329, 13200, 8533, 10617, 8459, 13069, 10233, 12821, 9779, 9897, 13145, 10378, 14714, 11483, 13450, 9818, 12033, 9133, 10975, 8715, 11011, 7991, 11921, 11021, 11087, 14889, 10148, 13763, 10470, 12538, 9423, 12592, 8685, 13032, 10077, 14352, 10714, 14002, 10565, 13493, 9722, 13380, 9001, 12746, 10241, 11216, 9034, 10194, 11654, 11762, 13795, 11847, 11449, 9713, 14110, 10963, 12416, 10611, 14281, 10330, 13604, 10493, 12892, 9141, 11331, 8689, 11709, 8546, 11351, 10395, 9908, 14537, 10319, 10392, 9806, 11137, 10032, 14035, 11655, 13530, 10234, 12757, 10265, 12829, 9813, 12595, 9308, 11923, 9169, 12897, 8550, 11184, 9399, 11372, 13344, 11543, 12796, 10004, 12744, 10453, 9742, 10634, 9034, 10475, 11245, 11165, 10108, 10813, 15024, 11693, 14835, 11400, 13820, 9933, 12059, 9600, 11633, 9174, 10822, 8658, 11662, 9987, 10875, 13185, 9514, 13304, 9614, 13357, 10070, 12741, 9407, 12576, 9985, 13653, 10058, 13531, 9625, 13092, 10566, 13103, 9646, 12687, 9373, 13160, 8978, 13060, 9336, 10393, 9546, 10730, 9984, 8920, 14195, 9109, 13315, 9783, 11032, 14602, 10318, 12370, 9230, 12072, 8755, 11130, 9035, 10286, 8332, 9218, 13728, 10006, 13653, 10483, 12815, 9253, 12255, 9875, 13145, 10665, 12999, 9500, 12697, 10011, 13125, 10263, 13770, 10039, 13771, 11013, 13636, 10022, 12776, 9298, 13036, 9098, 13373, 9208, 13751, 10200, 13828, 10457, 14058, 10043, 13798, 9183, 11449, 8118, 9227, 14946, 9818, 12378, 9382, 12293, 8943, 10992, 8499, 9994, 7690, 9581, 7976, 12012, 8456, 13461, 8416, 13763, 9969, 11777, 8237, 11458, 11167, 12080, 11064, 11946, 10197, 9705, 10552, 10508], 'WindowCenter': [4469.0, 4486.0, 4453.0, 4459.0, 4407.0, 4457.0, 4406.0, 4437.0, 4466.0, 4436.0, 4453.0, 4414.0, 4443.0, 4427.0, 4455.0, 4404.0, 4445.0, 4382.0, 4427.0, 4466.0, 4426.0, 4444.0, 4415.0, 4454.0, 4428.0, 4455.0, 4405.0, 4455.0, 4404.0, 4447.0, 4456.0, 4436.0, 4443.0, 4413.0, 4454.0, 4425.0, 4454.0, 4414.0, 4444.0, 4392.0, 4426.0, 4466.0, 4434.0, 4453.0, 4424.0, 4453.0, 4425.0, 4453.0, 4403.0, 4444.0, 4391.0, 4424.0, 4463.0, 4423.0, 4442.0, 4411.0, 4441.0, 4414.0, 4444.0, 4404.0, 4445.0, 4443.0, 4425.0, 4464.0, 4435.0, 4453.0, 4413.0, 4444.0, 4405.0, 4434.0, 4432.0, 4412.0, 4452.0, 4413.0, 4453.0, 4392.0, 4443.0, 4380.0, 4403.0, 4464.0, 4414.0, 4442.0, 4424.0, 4443.0, 4395.0, 4437.0, 4424.0, 4415.0, 4464.0, 4416.0, 4466.0, 4427.0, 4446.0, 4405.0, 4427.0, 4476.0, 4428.0, 4456.0, 4426.0, 4444.0, 4405.0, 4439.0, 4457.0, 4438.0, 4456.0, 4417.0, 4467.0, 4440.0, 4479.0, 4450.0, 4467.0, 4426.0, 4457.0, 4431.0, 4450.0, 4446.0, 4428.0, 4477.0, 4428.0, 4468.0, 4438.0, 4457.0, 4406.0, 4448.0, 4439.0, 4448.0, 4436.0, 4437.0, 4465.0, 4427.0, 4478.0, 4437.0, 4447.0, 4406.0, 4446.0, 4426.0, 4437.0, 4465.0, 4437.0, 4454.0, 4415.0, 4446.0, 4403.0, 4415.0, 4462.0, 4404.0, 4455.0, 4415.0, 4445.0, 4394.0, 4435.0, 4406.0, 4437.0, 4445.0, 4437.0, 4464.0, 4424.0, 4466.0, 4426.0, 4445.0, 4405.0, 4447.0, 4418.0, 4437.0, 4445.0, 4436.0, 4464.0, 4417.0, 4467.0, 4436.0, 4456.0, 4404.0, 4436.0, 4446.0, 4437.0, 4465.0, 4426.0, 4454.0, 4415.0, 4445.0, 4404.0, 4444.0, 4393.0, 4424.0, 4454.0, 4415.0, 4453.0, 4425.0, 4453.0, 4404.0, 4445.0, 4414.0, 4435.0, 4433.0, 4403.0, 4441.0, 4414.0, 4435.0, 4392.0, 4412.0, 4451.0, 4402.0, 4442.0, 4404.0, 4434.0, 4402.0, 4425.0, 4463.0, 4414.0, 4444.0, 4413.0, 4415.0, 4454.0, 4414.0, 4445.0, 4404.0, 4427.0, 4454.0, 4417.0, 4455.0, 4406.0, 4438.0, 4448.0, 4430.0, 4466.0, 4428.0, 4458.0, 4438.0, 4438.0, 4467.0, 4438.0, 4447.0, 4416.0, 4416.0, 4467.0, 4428.0, 4446.0, 4405.0, 4426.0, 4477.0, 4420.0, 4470.0, 4417.0, 4429.0, 4435.0, 4417.0, 4467.0, 4420.0, 4450.0, 4447.0, 4427.0, 4468.0, 4427.0, 4451.0, 4469.0, 4428.0, 4456.0, 4427.0, 4448.0, 4440.0, 4440.0, 4467.0, 4428.0, 4459.0, 4429.0, 4450.0, 4477.0, 4439.0, 4467.0, 4426.0, 4460.0, 4440.0, 4429.0, 4466.0, 4419.0, 4458.0, 4428.0, 4461.0, 4478.0, 4437.0, 4467.0, 4416.0, 4448.0, 4478.0, 4426.0, 4455.0, 4425.0, 4444.0, 4456.0, 4426.0, 4454.0, 4424.0, 4454.0, 4404.0, 4435.0, 4463.0, 4415.0, 4455.0, 4404.0, 4447.0, 4436.0, 4428.0, 4466.0, 4428.0, 4477.0, 4440.0, 4469.0, 4447.0, 4438.0, 4475.0, 4437.0, 4469.0, 4446.0, 4436.0, 4466.0, 4426.0, 4456.0, 4425.0, 4437.0, 4465.0, 4437.0, 4455.0, 4404.0, 4448.0, 4468.0, 4437.0, 4467.0, 4438.0, 4468.0, 4456.0, 4440.0, 4467.0, 4436.0, 4457.0, 4414.0, 4427.0, 4476.0, 4436.0, 4456.0, 4416.0, 4448.0, 4468.0, 4427.0, 4467.0, 4427.0, 4447.0, 4477.0, 4440.0, 4469.0, 4415.0, 4438.0, 4406.0, 4417.0, 4491.0, 4440.0, 4458.0, 4418.0, 4462.0, 4492.0, 4451.0, 4470.0, 4449.0, 4460.0, 4449.0, 4441.0, 4478.0, 4449.0, 4459.0, 4415.0, 4427.0, 4478.0, 4435.0, 4444.0, 4394.0, 4415.0, 4447.0, 4426.0, 4456.0, 4427.0, 4478.0, 4450.0, 4466.0, 4426.0, 4458.0, 4424.0, 4424.0, 4425.0, 4435.0, 4478.0, 4446.0, 4465.0, 4447.0, 4464.0, 4437.0, 4445.0, 4404.0, 4445.0, 4443.0, 4436.0, 4463.0, 4445.0, 4452.0, 4389.0, 4444.0, 4452.0, 4422.0, 4410.0, 4413.0, 4420.0, 4424.0, 4403.0, 4479.0, 4439.0, 4478.0, 4446.0, 4466.0, 4424.0, 4458.0, 4465.0, 4435.0, 4441.0, 4400.0, 4433.0, 4434.0, 4423.0, 4451.0, 4413.0, 4441.0, 4414.0, 4443.0, 4403.0, 4444.0, 4382.0, 4424.0, 4465.0, 4436.0, 4465.0, 4446.0, 4454.0, 4402.0, 4447.0, 4465.0, 4436.0, 4453.0, 4414.0, 4443.0, 4416.0, 4446.0, 4454.0, 4425.0, 4453.0, 4422.0, 4443.0, 4402.0, 4432.0, 4390.0, 4422.0, 4441.0, 4434.0, 4463.0, 4443.0, 4451.0, 4400.0, 4431.0, 4413.0, 4433.0, 4452.0, 4422.0, 4450.0, 4411.0, 4454.0, 4422.0, 4441.0, 4400.0, 4430.0, 4401.0, 4432.0, 4450.0, 4420.0, 4440.0, 4398.0, 4431.0, 4398.0, 4411.0, 4439.0, 4399.0, 4441.0, 4400.0, 4442.0, 4390.0, 4412.0, 4462.0, 4423.0, 4440.0, 4390.0, 4432.0, 4420.0, 4402.0, 4451.0, 4411.0, 4431.0, 4400.0, 4422.0, 4452.0, 4422.0, 4453.0, 4424.0, 4442.0, 4402.0, 4426.0, 4453.0, 4435.0, 4443.0, 4403.0, 4434.0, 4463.0, 4434.0, 4452.0, 4413.0, 4445.0, 4454.0, 4422.0, 4441.0, 4401.0, 4431.0, 4414.0, 4444.0, 4402.0, 4423.0, 4442.0, 4414.0, 4465.0, 4434.0, 4455.0, 4403.0, 4424.0, 4465.0, 4423.0, 4443.0, 4401.0, 4434.0, 4444.0, 4412.0, 4442.0, 4413.0, 4441.0, 4391.0, 4435.0, 4442.0, 4412.0, 4441.0, 4403.0, 4441.0, 4404.0, 4445.0, 4394.0, 4446.0, 4416.0, 4469.0, 4457.0, 4448.0, 4466.0, 4427.0, 4467.0, 4439.0, 4466.0, 4416.0, 4447.0, 4414.0, 4449.0, 4475.0, 4446.0, 4453.0, 4412.0, 4454.0, 4417.0, 4455.0, 4404.0, 4444.0, 4394.0, 4446.0, 4464.0, 4435.0, 4441.0, 4402.0, 4442.0, 4402.0, 4443.0, 4401.0, 4432.0, 4393.0, 4445.0, 4453.0, 4434.0, 4450.0, 4413.0, 4454.0, 4421.0, 4441.0, 4400.0, 4430.0, 4415.0, 4453.0, 4424.0, 4431.0, 4410.0, 4418.0, 4411.0, 4402.0, 4438.0, 4436.0, 4466.0, 4413.0, 4453.0, 4389.0, 4453.0, 4400.0, 4419.0, 4376.0, 4407.0, 4377.0, 4442.0, 4408.0, 4428.0, 4374.0, 4395.0, 4404.0, 4408.0, 4415.0, 4408.0, 4374.0, 4395.0, 4375.0, 4440.0, 4407.0, 4417.0, 4374.0, 4407.0, 4387.0, 4450.0, 4397.0, 4428.0, 4374.0, 4406.0, 4386.0, 4426.0, 4386.0, 4435.0, 4385.0, 4438.0, 4409.0, 4437.0, 4397.0, 4438.0, 4409.0, 4450.0, 4410.0, 4437.0, 4409.0, 4439.0, 4422.0, 4439.0, 4419.0, 4438.0, 4410.0, 4439.0, 4421.0, 4439.0, 4411.0, 4438.0, 4402.0, 4439.0, 4390.0, 4441.0, 4388.0, 4431.0, 4404.0, 4443.0, 4401.0, 4453.0, 4403.0, 4456.0, 4414.0, 4455.0, 4403.0, 4445.0, 4425.0, 4454.0, 4412.0, 4424.0, 4452.0, 4436.0, 4454.0, 4434.0, 4442.0, 4414.0, 4466.0, 4425.0, 4454.0, 4416.0, 4454.0, 4437.0, 4455.0, 4436.0, 4453.0, 4413.0, 4456.0, 4405.0, 4455.0, 4402.0, 4434.0, 4433.0, 4425.0, 4463.0, 4435.0, 4441.0, 4412.0, 4455.0, 4425.0, 4442.0, 4415.0, 4443.0, 4416.0, 4455.0, 4403.0, 4443.0, 4405.0, 4437.0, 4412.0, 4424.0, 4433.0, 4414.0, 4466.0, 4426.0, 4454.0, 4426.0, 4454.0, 4425.0, 4444.0, 4401.0, 4443.0, 4381.0, 4413.0, 4443.0, 4413.0, 4431.0, 4400.0, 4431.0, 4404.0, 4441.0, 4392.0, 4420.0, 4369.0, 4402.0, 4443.0, 4413.0, 4430.0, 4411.0, 4439.0, 4404.0, 4442.0, 4412.0, 4431.0, 4416.0, 4437.0, 4436.0, 4407.0, 4446.0, 4453.0, 4424.0, 4443.0, 4411.0, 4432.0, 4379.0, 4413.0, 4463.0, 4411.0, 4428.0, 4398.0, 4408.0, 4390.0, 4421.0, 4378.0, 4412.0, 4417.0, 4399.0, 4451.0, 4412.0, 4430.0, 4400.0, 4429.0, 4402.0, 4443.0, 4390.0, 4423.0, 4440.0, 4401.0, 4455.0, 4423.0, 4430.0, 4402.0, 4431.0, 4402.0, 4445.0, 4393.0, 4435.0, 4401.0, 4402.0, 4465.0, 4425.0, 4443.0, 4412.0, 4431.0, 4380.0, 4413.0, 4442.0, 4403.0, 4440.0, 4391.0, 4432.0, 4392.0, 4422.0, 4380.0, 4403.0, 4463.0, 4413.0, 4443.0, 4402.0, 4433.0, 4391.0, 4402.0, 4440.0, 4403.0, 4440.0, 4401.0, 4423.0, 4381.0, 4411.0, 4420.0, 4402.0, 4455.0, 4403.0, 4433.0, 4392.0, 4422.0, 4393.0, 4415.0, 4453.0, 4414.0, 4453.0, 4406.0, 4434.0, 4394.0, 4415.0, 4464.0, 4405.0, 4434.0, 4392.0, 4424.0, 4423.0, 4414.0, 4454.0, 4415.0, 4435.0, 4405.0, 4437.0, 4420.0, 4418.0, 4408.0, 4430.0, 4472.0, 4433.0, 4481.0, 4451.0, 4479.0, 4429.0, 4450.0, 4479.0, 4439.0, 4468.0, 4418.0, 4440.0, 4467.0, 4427.0, 4466.0, 4416.0, 4448.0, 4406.0, 4438.0, 4424.0, 4416.0, 4478.0, 4439.0, 4457.0, 4405.0, 4448.0, 4446.0, 4429.0, 4466.0, 4437.0, 4455.0, 4403.0, 4437.0, 4434.0, 4415.0, 4443.0, 4416.0, 4458.0, 4428.0, 4457.0, 4426.0, 4456.0, 4394.0, 4428.0, 4476.0, 4425.0, 4434.0, 4403.0, 4435.0, 4428.0, 4444.0, 4404.0, 4441.0, 4404.0, 4458.0, 4404.0, 4454.0, 4403.0, 4453.0, 4403.0, 4455.0, 4421.0, 4423.0, 4419.0, 4413.0, 4465.0, 4424.0, 4430.0, 4402.0, 4429.0, 4403.0, 4442.0, 4412.0, 4440.0, 4389.0, 4421.0, 4400.0, 4399.0, 4427.0, 4388.0, 4426.0, 4399.0, 4428.0, 4387.0, 4418.0, 4375.0, 4387.0, 4426.0, 4387.0, 4416.0, 4397.0, 4405.0, 4387.0, 4421.0, 4378.0, 4400.0, 4387.0, 4398.0, 4450.0, 4412.0, 4439.0, 4413.0, 4439.0, 4401.0, 4430.0, 4402.0, 4430.0, 4390.0, 4434.0, 4432.0, 4412.0, 4440.0, 4400.0, 4431.0, 4402.0, 4422.0, 4380.0, 4401.0, 4452.0, 4402.0, 4431.0, 4390.0, 4422.0, 4410.0, 4401.0, 4440.0, 4402.0, 4431.0, 4380.0, 4423.0, 4414.0, 4415.0, 4452.0, 4414.0, 4442.0, 4413.0, 4447.0, 4405.0, 4426.0, 4415.0, 4405.0, 4466.0, 4428.0, 4445.0, 4405.0, 4436.0, 4405.0, 4428.0, 4464.0, 4427.0, 4445.0, 4416.0, 4447.0, 4398.0, 4437.0, 4397.0, 4418.0, 4478.0, 4430.0, 4468.0, 4439.0, 4457.0, 4417.0, 4450.0, 4418.0, 4440.0, 4447.0, 4418.0, 4469.0, 4440.0, 4457.0, 4405.0, 4447.0, 4416.0, 4429.0, 4467.0, 4427.0, 4443.0, 4405.0, 4447.0, 4419.0, 4456.0, 4427.0, 4446.0, 4419.0, 4470.0, 4429.0, 4467.0, 4417.0, 4457.0, 4419.0, 4481.0, 4430.0, 4459.0, 4407.0, 4446.0, 4457.0, 4427.0, 4454.0, 4426.0, 4453.0, 4402.0, 4443.0, 4392.0, 4423.0, 4381.0, 4411.0, 4411.0, 4415.0, 4452.0, 4423.0, 4441.0, 4403.0, 4443.0, 4415.0, 4443.0, 4425.0, 4452.0, 4411.0, 4444.0, 4403.0, 4442.0, 4391.0, 4433.0, 4405.0, 4445.0, 4392.0, 4433.0, 4398.0, 4425.0, 4464.0, 4434.0, 4440.0, 4423.0, 4442.0, 4425.0, 4452.0, 4423.0, 4430.0, 4402.0, 4431.0, 4416.0, 4453.0, 4413.0, 4442.0, 4391.0, 4433.0, 4414.0, 4423.0, 4400.0, 4412.0, 4452.0, 4426.0, 4465.0, 4434.0, 4441.0, 4414.0, 4444.0, 4428.0, 4455.0, 4436.0, 4454.0, 4404.0, 4434.0, 4406.0, 4444.0, 4405.0, 4444.0, 4403.0, 4446.0, 4405.0, 4455.0, 4405.0, 4436.0, 4394.0, 4468.0, 4425.0, 4446.0, 4413.0, 4414.0, 4454.0, 4426.0, 4453.0, 4436.0, 4443.0, 4413.0, 4446.0, 4414.0, 4423.0, 4392.0, 4423.0, 4394.0, 4444.0, 4423.0, 4435.0, 4452.0, 4425.0, 4466.0, 4426.0, 4442.0, 4403.0, 4442.0, 4417.0, 4454.0, 4425.0, 4464.0, 4425.0, 4466.0, 4437.0, 4454.0, 4415.0, 4443.0, 4402.0, 4456.0, 4412.0, 4424.0, 4391.0, 4412.0, 4433.0, 4434.0, 4442.0, 4434.0, 4419.0, 4414.0, 4465.0, 4435.0, 4441.0, 4424.0, 4452.0, 4425.0, 4453.0, 4424.0, 4431.0, 4391.0, 4420.0, 4393.0, 4432.0, 4391.0, 4422.0, 4398.0, 4412.0, 4452.0, 4412.0, 4410.0, 4410.0, 4421.0, 4425.0, 4453.0, 4436.0, 4441.0, 4413.0, 4443.0, 4425.0, 4441.0, 4412.0, 4431.0, 4400.0, 4434.0, 4403.0, 4444.0, 4391.0, 4422.0, 4412.0, 4433.0, 4442.0, 4432.0, 4431.0, 4412.0, 4454.0, 4424.0, 4413.0, 4422.0, 4403.0, 4437.0, 4434.0, 4435.0, 4413.0, 4423.0, 4465.0, 4446.0, 4453.0, 4433.0, 4442.0, 4402.0, 4444.0, 4402.0, 4420.0, 4400.0, 4411.0, 4402.0, 4434.0, 4410.0, 4421.0, 4429.0, 4398.0, 4442.0, 4413.0, 4440.0, 4411.0, 4429.0, 4390.0, 4442.0, 4413.0, 4440.0, 4413.0, 4440.0, 4414.0, 4455.0, 4423.0, 4430.0, 4401.0, 4428.0, 4401.0, 4442.0, 4390.0, 4430.0, 4389.0, 4407.0, 4401.0, 4421.0, 4423.0, 4416.0, 4454.0, 4403.0, 4444.0, 4400.0, 4423.0, 4453.0, 4414.0, 4432.0, 4402.0, 4430.0, 4390.0, 4434.0, 4390.0, 4412.0, 4378.0, 4400.0, 4439.0, 4414.0, 4441.0, 4422.0, 4430.0, 4402.0, 4444.0, 4426.0, 4443.0, 4426.0, 4443.0, 4413.0, 4456.0, 4425.0, 4455.0, 4426.0, 4454.0, 4426.0, 4455.0, 4424.0, 4443.0, 4413.0, 4432.0, 4415.0, 4443.0, 4403.0, 4441.0, 4401.0, 4466.0, 4426.0, 4454.0, 4425.0, 4453.0, 4414.0, 4454.0, 4402.0, 4434.0, 4381.0, 4402.0, 4463.0, 4412.0, 4431.0, 4402.0, 4430.0, 4403.0, 4422.0, 4390.0, 4412.0, 4370.0, 4411.0, 4394.0, 4443.0, 4403.0, 4455.0, 4407.0, 4470.0, 4426.0, 4446.0, 4405.0, 4436.0, 4448.0, 4448.0, 4435.0, 4435.0, 4412.0, 4414.0, 4425.0, 4424.0], 'WindowWidth': [9844.0, 9860.0, 9811.0, 9808.0, 9736.0, 9801.0, 9731.0, 9778.0, 9811.0, 9771.0, 9789.0, 9736.0, 9775.0, 9764.0, 9794.0, 9726.0, 9779.0, 9692.0, 9761.0, 9811.0, 9757.0, 9776.0, 9742.0, 9793.0, 9765.0, 9794.0, 9727.0, 9795.0, 9723.0, 9788.0, 9799.0, 9770.0, 9775.0, 9736.0, 9790.0, 9756.0, 9793.0, 9737.0, 9778.0, 9706.0, 9757.0, 9814.0, 9766.0, 9789.0, 9752.0, 9789.0, 9757.0, 9789.0, 9721.0, 9778.0, 9701.0, 9751.0, 9805.0, 9750.0, 9771.0, 9731.0, 9769.0, 9742.0, 9780.0, 9724.0, 9783.0, 9775.0, 9755.0, 9808.0, 9769.0, 9789.0, 9734.0, 9777.0, 9728.0, 9766.0, 9760.0, 9734.0, 9786.0, 9736.0, 9790.0, 9705.0, 9777.0, 9687.0, 9721.0, 9806.0, 9739.0, 9774.0, 9754.0, 9776.0, 9714.0, 9775.0, 9753.0, 9744.0, 9807.0, 9745.0, 9812.0, 9762.0, 9787.0, 9729.0, 9760.0, 9827.0, 9763.0, 9796.0, 9757.0, 9782.0, 9729.0, 9781.0, 9804.0, 9778.0, 9798.0, 9748.0, 9814.0, 9787.0, 9834.0, 9798.0, 9816.0, 9761.0, 9802.0, 9774.0, 9798.0, 9786.0, 9764.0, 9828.0, 9766.0, 9819.0, 9778.0, 9803.0, 9731.0, 9790.0, 9782.0, 9791.0, 9771.0, 9775.0, 9810.0, 9763.0, 9833.0, 9775.0, 9787.0, 9732.0, 9787.0, 9762.0, 9776.0, 9810.0, 9773.0, 9793.0, 9741.0, 9785.0, 9721.0, 9741.0, 9801.0, 9725.0, 9797.0, 9743.0, 9780.0, 9712.0, 9770.0, 9733.0, 9777.0, 9781.0, 9773.0, 9805.0, 9752.0, 9812.0, 9757.0, 9782.0, 9727.0, 9786.0, 9752.0, 9775.0, 9782.0, 9773.0, 9807.0, 9746.0, 9815.0, 9771.0, 9796.0, 9724.0, 9770.0, 9787.0, 9774.0, 9807.0, 9756.0, 9790.0, 9743.0, 9781.0, 9723.0, 9778.0, 9706.0, 9750.0, 9792.0, 9741.0, 9786.0, 9755.0, 9788.0, 9723.0, 9779.0, 9740.0, 9767.0, 9759.0, 9721.0, 9769.0, 9736.0, 9767.0, 9705.0, 9733.0, 9782.0, 9719.0, 9770.0, 9726.0, 9767.0, 9718.0, 9754.0, 9801.0, 9736.0, 9778.0, 9735.0, 9741.0, 9788.0, 9737.0, 9779.0, 9726.0, 9759.0, 9790.0, 9745.0, 9793.0, 9730.0, 9777.0, 9793.0, 9768.0, 9812.0, 9763.0, 9805.0, 9775.0, 9778.0, 9815.0, 9774.0, 9785.0, 9741.0, 9742.0, 9813.0, 9763.0, 9784.0, 9726.0, 9758.0, 9826.0, 9756.0, 9822.0, 9747.0, 9766.0, 9769.0, 9747.0, 9813.0, 9757.0, 9797.0, 9787.0, 9761.0, 9815.0, 9760.0, 9798.0, 9820.0, 9764.0, 9799.0, 9762.0, 9793.0, 9785.0, 9784.0, 9814.0, 9763.0, 9805.0, 9768.0, 9800.0, 9831.0, 9781.0, 9815.0, 9760.0, 9811.0, 9784.0, 9767.0, 9812.0, 9753.0, 9805.0, 9767.0, 9814.0, 9832.0, 9776.0, 9814.0, 9743.0, 9792.0, 9835.0, 9758.0, 9794.0, 9752.0, 9780.0, 9797.0, 9756.0, 9790.0, 9752.0, 9793.0, 9727.0, 9769.0, 9802.0, 9741.0, 9794.0, 9726.0, 9789.0, 9772.0, 9764.0, 9813.0, 9766.0, 9829.0, 9786.0, 9822.0, 9788.0, 9777.0, 9826.0, 9774.0, 9821.0, 9785.0, 9774.0, 9812.0, 9758.0, 9798.0, 9756.0, 9775.0, 9807.0, 9773.0, 9795.0, 9726.0, 9793.0, 9820.0, 9776.0, 9814.0, 9778.0, 9818.0, 9801.0, 9783.0, 9814.0, 9773.0, 9802.0, 9738.0, 9761.0, 9827.0, 9773.0, 9798.0, 9744.0, 9791.0, 9821.0, 9762.0, 9817.0, 9763.0, 9790.0, 9831.0, 9785.0, 9822.0, 9744.0, 9779.0, 9732.0, 9750.0, 9856.0, 9785.0, 9807.0, 9755.0, 9817.0, 9859.0, 9802.0, 9825.0, 9794.0, 9810.0, 9796.0, 9787.0, 9832.0, 9793.0, 9806.0, 9740.0, 9762.0, 9832.0, 9769.0, 9778.0, 9710.0, 9742.0, 9788.0, 9759.0, 9798.0, 9762.0, 9833.0, 9798.0, 9812.0, 9759.0, 9803.0, 9752.0, 9754.0, 9754.0, 9770.0, 9834.0, 9787.0, 9809.0, 9786.0, 9808.0, 9774.0, 9780.0, 9725.0, 9781.0, 9775.0, 9770.0, 9803.0, 9780.0, 9785.0, 9697.0, 9777.0, 9784.0, 9746.0, 9725.0, 9734.0, 9740.0, 9750.0, 9723.0, 9834.0, 9782.0, 9830.0, 9784.0, 9811.0, 9752.0, 9804.0, 9809.0, 9767.0, 9769.0, 9712.0, 9759.0, 9763.0, 9747.0, 9782.0, 9733.0, 9766.0, 9738.0, 9776.0, 9723.0, 9778.0, 9691.0, 9752.0, 9811.0, 9772.0, 9808.0, 9783.0, 9791.0, 9719.0, 9789.0, 9809.0, 9770.0, 9789.0, 9736.0, 9775.0, 9744.0, 9784.0, 9792.0, 9755.0, 9788.0, 9746.0, 9779.0, 9721.0, 9760.0, 9698.0, 9745.0, 9770.0, 9766.0, 9802.0, 9775.0, 9782.0, 9713.0, 9757.0, 9734.0, 9763.0, 9784.0, 9746.0, 9780.0, 9731.0, 9791.0, 9746.0, 9769.0, 9712.0, 9752.0, 9716.0, 9760.0, 9780.0, 9741.0, 9763.0, 9707.0, 9756.0, 9706.0, 9728.0, 9762.0, 9709.0, 9771.0, 9715.0, 9771.0, 9698.0, 9730.0, 9799.0, 9749.0, 9767.0, 9699.0, 9757.0, 9737.0, 9719.0, 9783.0, 9729.0, 9754.0, 9712.0, 9746.0, 9788.0, 9747.0, 9788.0, 9750.0, 9772.0, 9720.0, 9757.0, 9787.0, 9766.0, 9774.0, 9721.0, 9768.0, 9803.0, 9765.0, 9786.0, 9733.0, 9782.0, 9792.0, 9744.0, 9768.0, 9714.0, 9755.0, 9740.0, 9779.0, 9718.0, 9750.0, 9772.0, 9739.0, 9809.0, 9765.0, 9794.0, 9720.0, 9752.0, 9808.0, 9751.0, 9774.0, 9715.0, 9762.0, 9778.0, 9731.0, 9771.0, 9733.0, 9768.0, 9702.0, 9766.0, 9773.0, 9731.0, 9768.0, 9720.0, 9771.0, 9729.0, 9780.0, 9715.0, 9784.0, 9744.0, 9823.0, 9802.0, 9791.0, 9811.0, 9759.0, 9813.0, 9780.0, 9813.0, 9744.0, 9786.0, 9740.0, 9794.0, 9825.0, 9784.0, 9788.0, 9733.0, 9793.0, 9748.0, 9795.0, 9723.0, 9779.0, 9711.0, 9785.0, 9805.0, 9767.0, 9769.0, 9716.0, 9775.0, 9721.0, 9776.0, 9715.0, 9760.0, 9709.0, 9783.0, 9788.0, 9765.0, 9780.0, 9733.0, 9792.0, 9743.0, 9766.0, 9715.0, 9752.0, 9744.0, 9791.0, 9752.0, 9754.0, 9726.0, 9732.0, 9731.0, 9719.0, 9778.0, 9774.0, 9812.0, 9732.0, 9788.0, 9694.0, 9790.0, 9712.0, 9735.0, 9672.0, 9716.0, 9677.0, 9773.0, 9718.0, 9745.0, 9666.0, 9695.0, 9707.0, 9721.0, 9723.0, 9718.0, 9667.0, 9697.0, 9672.0, 9764.0, 9714.0, 9730.0, 9667.0, 9715.0, 9690.0, 9781.0, 9702.0, 9745.0, 9666.0, 9712.0, 9688.0, 9740.0, 9687.0, 9752.0, 9685.0, 9760.0, 9723.0, 9758.0, 9705.0, 9759.0, 9723.0, 9780.0, 9724.0, 9756.0, 9721.0, 9761.0, 9745.0, 9762.0, 9738.0, 9760.0, 9726.0, 9764.0, 9743.0, 9764.0, 9728.0, 9760.0, 9717.0, 9765.0, 9700.0, 9767.0, 9695.0, 9757.0, 9725.0, 9775.0, 9717.0, 9787.0, 9724.0, 9798.0, 9738.0, 9795.0, 9721.0, 9782.0, 9754.0, 9795.0, 9734.0, 9753.0, 9789.0, 9771.0, 9793.0, 9767.0, 9772.0, 9738.0, 9811.0, 9757.0, 9791.0, 9745.0, 9793.0, 9776.0, 9796.0, 9772.0, 9790.0, 9737.0, 9798.0, 9730.0, 9796.0, 9720.0, 9766.0, 9765.0, 9755.0, 9803.0, 9768.0, 9771.0, 9734.0, 9795.0, 9754.0, 9774.0, 9741.0, 9776.0, 9743.0, 9793.0, 9723.0, 9776.0, 9728.0, 9775.0, 9733.0, 9754.0, 9761.0, 9738.0, 9814.0, 9758.0, 9793.0, 9757.0, 9790.0, 9755.0, 9777.0, 9717.0, 9775.0, 9686.0, 9735.0, 9779.0, 9734.0, 9753.0, 9713.0, 9755.0, 9726.0, 9770.0, 9704.0, 9741.0, 9668.0, 9716.0, 9778.0, 9734.0, 9754.0, 9728.0, 9763.0, 9721.0, 9771.0, 9734.0, 9759.0, 9747.0, 9776.0, 9772.0, 9733.0, 9785.0, 9790.0, 9750.0, 9773.0, 9728.0, 9758.0, 9682.0, 9734.0, 9804.0, 9728.0, 9745.0, 9707.0, 9718.0, 9699.0, 9741.0, 9680.0, 9729.0, 9729.0, 9709.0, 9783.0, 9730.0, 9751.0, 9713.0, 9750.0, 9720.0, 9774.0, 9699.0, 9747.0, 9766.0, 9716.0, 9793.0, 9749.0, 9753.0, 9717.0, 9755.0, 9721.0, 9781.0, 9708.0, 9766.0, 9715.0, 9719.0, 9808.0, 9754.0, 9774.0, 9731.0, 9755.0, 9686.0, 9735.0, 9773.0, 9719.0, 9766.0, 9702.0, 9759.0, 9705.0, 9745.0, 9686.0, 9720.0, 9803.0, 9737.0, 9773.0, 9719.0, 9760.0, 9703.0, 9721.0, 9767.0, 9719.0, 9766.0, 9718.0, 9749.0, 9689.0, 9731.0, 9739.0, 9718.0, 9794.0, 9724.0, 9761.0, 9706.0, 9747.0, 9711.0, 9741.0, 9789.0, 9739.0, 9789.0, 9732.0, 9766.0, 9710.0, 9741.0, 9804.0, 9728.0, 9764.0, 9707.0, 9753.0, 9749.0, 9742.0, 9793.0, 9742.0, 9766.0, 9729.0, 9776.0, 9759.0, 9753.0, 9739.0, 9772.0, 9831.0, 9782.0, 9841.0, 9801.0, 9835.0, 9769.0, 9801.0, 9836.0, 9783.0, 9818.0, 9751.0, 9783.0, 9814.0, 9762.0, 9811.0, 9743.0, 9792.0, 9731.0, 9778.0, 9754.0, 9744.0, 9833.0, 9783.0, 9801.0, 9730.0, 9790.0, 9787.0, 9766.0, 9810.0, 9775.0, 9795.0, 9722.0, 9776.0, 9767.0, 9743.0, 9777.0, 9742.0, 9803.0, 9767.0, 9800.0, 9759.0, 9798.0, 9711.0, 9763.0, 9828.0, 9754.0, 9763.0, 9723.0, 9767.0, 9766.0, 9779.0, 9723.0, 9771.0, 9725.0, 9804.0, 9728.0, 9792.0, 9721.0, 9789.0, 9725.0, 9795.0, 9745.0, 9748.0, 9737.0, 9735.0, 9810.0, 9750.0, 9754.0, 9719.0, 9751.0, 9723.0, 9770.0, 9732.0, 9767.0, 9693.0, 9742.0, 9711.0, 9709.0, 9742.0, 9691.0, 9741.0, 9710.0, 9747.0, 9686.0, 9732.0, 9668.0, 9686.0, 9740.0, 9688.0, 9726.0, 9703.0, 9710.0, 9689.0, 9744.0, 9679.0, 9711.0, 9689.0, 9707.0, 9780.0, 9730.0, 9762.0, 9733.0, 9763.0, 9717.0, 9752.0, 9716.0, 9752.0, 9700.0, 9765.0, 9759.0, 9732.0, 9765.0, 9713.0, 9756.0, 9717.0, 9744.0, 9685.0, 9715.0, 9785.0, 9719.0, 9754.0, 9698.0, 9744.0, 9724.0, 9717.0, 9766.0, 9718.0, 9755.0, 9687.0, 9748.0, 9738.0, 9742.0, 9785.0, 9739.0, 9772.0, 9737.0, 9788.0, 9727.0, 9758.0, 9740.0, 9728.0, 9812.0, 9766.0, 9782.0, 9729.0, 9771.0, 9726.0, 9763.0, 9808.0, 9759.0, 9780.0, 9743.0, 9788.0, 9726.0, 9775.0, 9720.0, 9750.0, 9831.0, 9771.0, 9816.0, 9780.0, 9800.0, 9748.0, 9798.0, 9753.0, 9782.0, 9787.0, 9749.0, 9822.0, 9783.0, 9801.0, 9729.0, 9787.0, 9743.0, 9768.0, 9815.0, 9759.0, 9777.0, 9729.0, 9787.0, 9754.0, 9798.0, 9762.0, 9784.0, 9754.0, 9823.0, 9765.0, 9814.0, 9746.0, 9799.0, 9753.0, 9843.0, 9770.0, 9806.0, 9732.0, 9786.0, 9801.0, 9760.0, 9792.0, 9756.0, 9788.0, 9718.0, 9775.0, 9702.0, 9748.0, 9686.0, 9728.0, 9730.0, 9742.0, 9785.0, 9749.0, 9767.0, 9722.0, 9776.0, 9744.0, 9774.0, 9754.0, 9785.0, 9730.0, 9777.0, 9721.0, 9773.0, 9702.0, 9761.0, 9729.0, 9781.0, 9705.0, 9762.0, 9708.0, 9753.0, 9806.0, 9763.0, 9767.0, 9748.0, 9771.0, 9754.0, 9786.0, 9746.0, 9752.0, 9717.0, 9754.0, 9745.0, 9787.0, 9733.0, 9772.0, 9701.0, 9763.0, 9739.0, 9749.0, 9713.0, 9732.0, 9785.0, 9757.0, 9810.0, 9766.0, 9770.0, 9740.0, 9779.0, 9764.0, 9795.0, 9773.0, 9791.0, 9723.0, 9765.0, 9733.0, 9777.0, 9726.0, 9779.0, 9720.0, 9786.0, 9730.0, 9796.0, 9728.0, 9771.0, 9713.0, 9818.0, 9756.0, 9785.0, 9734.0, 9738.0, 9793.0, 9758.0, 9789.0, 9769.0, 9774.0, 9736.0, 9784.0, 9737.0, 9746.0, 9706.0, 9747.0, 9712.0, 9779.0, 9749.0, 9767.0, 9786.0, 9756.0, 9811.0, 9756.0, 9771.0, 9722.0, 9771.0, 9749.0, 9792.0, 9756.0, 9804.0, 9752.0, 9812.0, 9773.0, 9791.0, 9740.0, 9775.0, 9719.0, 9797.0, 9730.0, 9750.0, 9699.0, 9730.0, 9762.0, 9765.0, 9773.0, 9764.0, 9736.0, 9738.0, 9808.0, 9768.0, 9770.0, 9749.0, 9785.0, 9755.0, 9787.0, 9751.0, 9753.0, 9699.0, 9740.0, 9708.0, 9758.0, 9699.0, 9743.0, 9704.0, 9731.0, 9786.0, 9732.0, 9722.0, 9727.0, 9742.0, 9756.0, 9787.0, 9770.0, 9768.0, 9733.0, 9773.0, 9754.0, 9768.0, 9731.0, 9754.0, 9710.0, 9764.0, 9721.0, 9776.0, 9700.0, 9744.0, 9733.0, 9763.0, 9771.0, 9758.0, 9752.0, 9730.0, 9793.0, 9751.0, 9732.0, 9746.0, 9720.0, 9774.0, 9765.0, 9768.0, 9733.0, 9750.0, 9809.0, 9785.0, 9791.0, 9761.0, 9770.0, 9716.0, 9777.0, 9717.0, 9738.0, 9710.0, 9726.0, 9719.0, 9763.0, 9725.0, 9742.0, 9747.0, 9707.0, 9772.0, 9734.0, 9764.0, 9728.0, 9748.0, 9698.0, 9771.0, 9736.0, 9767.0, 9733.0, 9764.0, 9737.0, 9793.0, 9748.0, 9751.0, 9713.0, 9745.0, 9712.0, 9772.0, 9698.0, 9749.0, 9692.0, 9717.0, 9715.0, 9740.0, 9751.0, 9743.0, 9792.0, 9720.0, 9778.0, 9711.0, 9745.0, 9788.0, 9737.0, 9755.0, 9716.0, 9751.0, 9697.0, 9763.0, 9698.0, 9729.0, 9678.0, 9710.0, 9764.0, 9738.0, 9767.0, 9745.0, 9751.0, 9718.0, 9776.0, 9758.0, 9774.0, 9756.0, 9772.0, 9735.0, 9796.0, 9755.0, 9792.0, 9756.0, 9789.0, 9758.0, 9795.0, 9753.0, 9774.0, 9731.0, 9758.0, 9742.0, 9774.0, 9721.0, 9767.0, 9716.0, 9809.0, 9759.0, 9789.0, 9752.0, 9786.0, 9737.0, 9791.0, 9718.0, 9762.0, 9686.0, 9717.0, 9804.0, 9731.0, 9753.0, 9715.0, 9749.0, 9721.0, 9745.0, 9698.0, 9731.0, 9671.0, 9730.0, 9711.0, 9775.0, 9722.0, 9793.0, 9733.0, 9823.0, 9757.0, 9784.0, 9726.0, 9771.0, 9790.0, 9789.0, 9766.0, 9767.0, 9729.0, 9737.0, 9755.0, 9751.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.00016009468317552803</td></tr>
<tr><td colspan=3>aqi</td><td>0.018543363000728334</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.46757599897233</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2185771854883372</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.989538450539359</td></tr>
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
<tr><td colspan=3>fber</td><td>5282.1401</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09338088965102408</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8739985433357611</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4447741584322897</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.397005306487304</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7052172082298687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2320999605796965</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114514</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019202932715415955</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0373377688229084</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.707802009400861</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>19.7706</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7533</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.6419</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297037.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>969.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.5806</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.146</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.8209</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3571.4189</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.9261</td></tr>
<tr><td colspan=3>tsnr</td><td>40.767711200751364</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>