<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-01/func/sub-0057_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>4a8b822776d007db2ea4b7b13f54135f</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>10:32:16.572500</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.999455, -0.0153731, -0.0291973, 0.0141305, 0.999005, -0.0422983]</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.111169</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>[4128, -7779, -7224, 543, -48, -209, -65, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a0f91a1d-4054-4707-b590-2a8dbce9308e||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.6814658641815186, 0.03791101649403572, -0.08050985634326935, 113.02560424804688], [0.04124480485916138, 2.680257558822632, -0.11302917450666428, -88.03277587890625], [-0.07833411544561386, 0.11348314583301544, 2.6964313983917236, -63.34183120727539], [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': ['103216.572500', '103217.032500', '103217.492500', '103217.952500', '103218.412500', '103218.872500', '103219.332500', '103219.792500', '103220.252500', '103220.712500', '103221.172500', '103221.632500', '103222.092500', '103222.552500', '103223.012500', '103223.472500', '103223.932500', '103224.392500', '103224.852500', '103225.312500', '103225.772500', '103226.232500', '103226.692500', '103227.152500', '103227.612500', '103228.072500', '103228.532500', '103228.992500', '103229.452500', '103229.912500', '103230.372500', '103230.832500', '103231.292500', '103231.752500', '103232.212500', '103232.672500', '103233.132500', '103233.592500', '103234.052500', '103234.512500', '103234.972500', '103235.432500', '103235.892500', '103236.352500', '103236.812500', '103237.272500', '103237.732500', '103238.192500', '103238.652500', '103239.112500', '103239.572500', '103240.032500', '103240.492500', '103240.952500', '103241.412500', '103241.872500', '103242.332500', '103242.792500', '103243.252500', '103243.712500', '103244.172500', '103244.632500', '103245.092500', '103245.552500', '103246.012500', '103246.472500', '103246.932500', '103247.392500', '103247.852500', '103248.312500', '103248.772500', '103249.232500', '103249.692500', '103250.152500', '103250.612500', '103251.072500', '103251.532500', '103251.992500', '103252.452500', '103252.912500', '103253.372500', '103253.832500', '103254.292500', '103254.752500', '103255.212500', '103255.672500', '103256.132500', '103256.592500', '103257.052500', '103257.512500', '103257.972500', '103258.432500', '103258.892500', '103259.352500', '103259.812500', '103300.272500', '103300.732500', '103301.192500', '103301.652500', '103302.112500', '103302.572500', '103303.032500', '103303.492500', '103303.952500', '103304.412500', '103304.872500', '103305.332500', '103305.792500', '103306.252500', '103306.712500', '103307.172500', '103307.632500', '103308.092500', '103308.552500', '103309.012500', '103309.472500', '103309.932500', '103310.392500', '103310.852500', '103311.312500', '103311.772500', '103312.232500', '103312.692500', '103313.152500', '103313.612500', '103314.072500', '103314.532500', '103314.992500', '103315.452500', '103315.912500', '103316.372500', '103316.832500', '103317.292500', '103317.752500', '103318.212500', '103318.672500', '103319.132500', '103319.592500', '103320.052500', '103320.512500', '103320.972500', '103321.432500', '103321.892500', '103322.352500', '103322.812500', '103323.272500', '103323.732500', '103324.192500', '103324.652500', '103325.112500', '103325.572500', '103326.032500', '103326.492500', '103326.952500', '103327.412500', '103327.872500', '103328.332500', '103328.792500', '103329.252500', '103329.712500', '103330.172500', '103330.632500', '103331.092500', '103331.552500', '103332.012500', '103332.472500', '103332.932500', '103333.392500', '103333.852500', '103334.312500', '103334.772500', '103335.232500', '103335.692500', '103336.152500', '103336.612500', '103337.072500', '103337.532500', '103337.992500', '103338.452500', '103338.912500', '103339.372500', '103339.832500', '103340.292500', '103340.752500', '103341.212500', '103341.672500', '103342.132500', '103342.592500', '103343.052500', '103343.512500', '103343.972500', '103344.432500', '103344.892500', '103345.352500', '103345.812500', '103346.272500', '103346.732500', '103347.192500', '103347.652500', '103348.112500', '103348.572500', '103349.032500', '103349.492500', '103349.952500', '103350.412500', '103350.872500', '103351.332500', '103351.792500', '103352.252500', '103352.712500', '103353.172500', '103353.632500', '103354.092500', '103354.552500', '103355.012500', '103355.472500', '103355.932500', '103356.392500', '103356.852500', '103357.312500', '103357.772500', '103358.232500', '103358.692500', '103359.152500', '103359.612500', '103400.072500', '103400.532500', '103400.992500', '103401.452500', '103401.912500', '103402.372500', '103402.832500', '103403.292500', '103403.752500', '103404.212500', '103404.672500', '103405.132500', '103405.592500', '103406.052500', '103406.512500', '103406.972500', '103407.432500', '103407.892500', '103408.352500', '103408.812500', '103409.272500', '103409.732500', '103410.192500', '103410.652500', '103411.112500', '103411.572500', '103412.032500', '103412.492500', '103412.952500', '103413.412500', '103413.872500', '103414.332500', '103414.792500', '103415.252500', '103415.712500', '103416.172500', '103416.632500', '103417.092500', '103417.552500', '103418.012500', '103418.472500', '103418.932500', '103419.392500', '103419.852500', '103420.312500', '103420.772500', '103421.232500', '103421.692500', '103422.152500', '103422.612500', '103423.072500', '103423.532500', '103423.992500', '103424.452500', '103424.912500', '103425.372500', '103425.832500', '103426.292500', '103426.752500', '103427.212500', '103427.672500', '103428.132500', '103428.592500', '103429.052500', '103429.512500', '103429.972500', '103430.432500', '103430.892500', '103431.352500', '103431.812500', '103432.272500', '103432.732500', '103433.192500', '103433.652500', '103434.112500', '103434.572500', '103435.032500', '103435.492500', '103435.952500', '103436.412500', '103436.872500', '103437.332500', '103437.792500', '103438.252500', '103438.712500', '103439.172500', '103439.632500', '103440.092500', '103440.552500', '103441.012500', '103441.472500', '103441.932500', '103442.392500', '103442.852500', '103443.312500', '103443.772500', '103444.232500', '103444.692500', '103445.152500', '103445.612500', '103446.072500', '103446.532500', '103446.992500', '103447.452500', '103447.912500', '103448.372500', '103448.832500', '103449.292500', '103449.752500', '103450.212500', '103450.672500', '103451.132500', '103451.592500', '103452.052500', '103452.512500', '103452.972500', '103453.432500', '103453.892500', '103454.352500', '103454.812500', '103455.272500', '103455.732500', '103456.192500', '103456.652500', '103457.112500', '103457.572500', '103458.032500', '103458.492500', '103458.952500', '103459.412500', '103459.872500', '103500.332500', '103500.792500', '103501.252500', '103501.712500', '103502.172500', '103502.632500', '103503.092500', '103503.552500', '103504.012500', '103504.472500', '103504.932500', '103505.392500', '103505.852500', '103506.312500', '103506.772500', '103507.232500', '103507.692500', '103508.152500', '103508.612500', '103509.072500', '103509.532500', '103509.992500', '103510.452500', '103510.912500', '103511.372500', '103511.832500', '103512.292500', '103512.752500', '103513.212500', '103513.672500', '103514.132500', '103514.592500', '103515.052500', '103515.512500', '103515.972500', '103516.432500', '103516.892500', '103517.352500', '103517.812500', '103518.272500', '103518.732500', '103519.192500', '103519.652500', '103520.112500', '103520.572500', '103521.032500', '103521.492500', '103521.952500', '103522.412500', '103522.872500', '103523.332500', '103523.792500', '103524.252500', '103524.712500', '103525.172500', '103525.632500', '103526.092500', '103526.552500', '103527.012500', '103527.472500', '103527.932500', '103528.392500', '103528.852500', '103529.312500', '103529.772500', '103530.232500', '103530.692500', '103531.152500', '103531.612500', '103532.072500', '103532.532500', '103532.992500', '103533.452500', '103533.912500', '103534.372500', '103534.832500', '103535.292500', '103535.752500', '103536.212500', '103536.672500', '103537.132500', '103537.592500', '103538.052500', '103538.512500', '103538.972500', '103539.432500', '103539.892500', '103540.352500', '103540.812500', '103541.272500', '103541.732500', '103542.192500', '103542.652500', '103543.112500', '103543.572500', '103544.032500', '103544.492500', '103544.952500', '103545.412500', '103545.872500', '103546.332500', '103546.792500', '103547.252500', '103547.712500', '103548.172500', '103548.632500', '103549.092500', '103549.552500', '103550.012500', '103550.472500', '103550.932500', '103551.392500', '103551.852500', '103552.312500', '103552.772500', '103553.232500', '103553.692500', '103554.152500', '103554.612500', '103555.072500', '103555.532500', '103555.992500', '103556.452500', '103556.912500', '103557.372500', '103557.832500', '103558.292500', '103558.752500', '103559.212500', '103559.672500', '103600.132500', '103600.592500', '103601.052500', '103601.512500', '103601.972500', '103602.432500', '103602.892500', '103603.352500', '103603.812500', '103604.272500', '103604.732500', '103605.192500', '103605.652500', '103606.112500', '103606.572500', '103607.032500', '103607.492500', '103607.952500', '103608.412500', '103608.872500', '103609.332500', '103609.792500', '103610.252500', '103610.712500', '103611.172500', '103611.632500', '103612.092500', '103612.552500', '103613.012500', '103613.472500', '103613.932500', '103614.392500', '103614.852500', '103615.312500', '103615.772500', '103616.232500', '103616.692500', '103617.152500', '103617.612500', '103618.072500', '103618.532500', '103618.992500', '103619.452500', '103619.912500', '103620.372500', '103620.832500', '103621.292500', '103621.752500', '103622.212500', '103622.672500', '103623.132500', '103623.592500', '103624.052500', '103624.512500', '103624.972500', '103625.432500', '103625.892500', '103626.352500', '103626.812500', '103627.272500', '103627.732500', '103628.192500', '103628.652500', '103629.112500', '103629.572500', '103630.032500', '103630.492500', '103630.952500', '103631.412500', '103631.872500', '103632.332500', '103632.792500', '103633.252500', '103633.712500', '103634.172500', '103634.632500', '103635.092500', '103635.552500', '103636.012500', '103636.472500', '103636.932500', '103637.392500', '103637.852500', '103638.312500', '103638.772500', '103639.232500', '103639.692500', '103640.152500', '103640.612500', '103641.072500', '103641.532500', '103641.992500', '103642.452500', '103642.912500', '103643.372500', '103643.832500', '103644.292500', '103644.752500', '103645.212500', '103645.672500', '103646.132500', '103646.592500', '103647.052500', '103647.512500', '103647.972500', '103648.432500', '103648.892500', '103649.352500', '103649.812500', '103650.272500', '103650.732500', '103651.192500', '103651.652500', '103652.112500', '103652.572500', '103653.032500', '103653.492500', '103653.952500', '103654.412500', '103654.872500', '103655.332500', '103655.792500', '103656.252500', '103656.712500', '103657.172500', '103657.632500', '103658.092500', '103658.552500', '103659.012500', '103659.472500', '103659.932500', '103700.392500', '103700.852500', '103701.312500', '103701.772500', '103702.232500', '103702.692500', '103703.152500', '103703.612500', '103704.072500', '103704.532500', '103704.992500', '103705.452500', '103705.912500', '103706.372500', '103706.832500', '103707.292500', '103707.752500', '103708.212500', '103708.672500', '103709.132500', '103709.592500', '103710.052500', '103710.512500', '103710.972500', '103711.432500', '103711.892500', '103712.352500', '103712.812500', '103713.272500', '103713.732500', '103714.192500', '103714.652500', '103715.112500', '103715.572500', '103716.032500', '103716.492500', '103716.952500', '103717.412500', '103717.872500', '103718.332500', '103718.792500', '103719.252500', '103719.712500', '103720.172500', '103720.632500', '103721.092500', '103721.552500', '103722.012500', '103722.472500', '103722.932500', '103723.392500', '103723.852500', '103724.312500', '103724.772500', '103725.232500', '103725.692500', '103726.152500', '103726.612500', '103727.072500', '103727.532500', '103727.992500', '103728.452500', '103728.912500', '103729.372500', '103729.832500', '103730.292500', '103730.752500', '103731.212500', '103731.672500', '103732.132500', '103732.592500', '103733.052500', '103733.512500', '103733.972500', '103734.432500', '103734.892500', '103735.352500', '103735.812500', '103736.272500', '103736.732500', '103737.192500', '103737.652500', '103738.112500', '103738.572500', '103739.032500', '103739.492500', '103739.952500', '103740.412500', '103740.872500', '103741.332500', '103741.792500', '103742.252500', '103742.712500', '103743.172500', '103743.632500', '103744.092500', '103744.552500', '103745.012500', '103745.472500', '103745.932500', '103746.392500', '103746.852500', '103747.312500', '103747.772500', '103748.232500', '103748.692500', '103749.152500', '103749.612500', '103750.072500', '103750.532500', '103750.992500', '103751.452500', '103751.912500', '103752.372500', '103752.832500', '103753.292500', '103753.752500', '103754.212500', '103754.672500', '103755.132500', '103755.592500', '103756.052500', '103756.512500', '103756.972500', '103757.432500', '103757.892500', '103758.352500', '103758.812500', '103759.272500', '103759.732500', '103800.192500', '103800.652500', '103801.112500', '103801.572500', '103802.032500', '103802.492500', '103802.952500', '103803.412500', '103803.872500', '103804.332500', '103804.792500', '103805.252500', '103805.712500', '103806.172500', '103806.632500', '103807.092500', '103807.552500', '103808.012500', '103808.472500', '103808.932500', '103809.392500', '103809.852500', '103810.312500', '103810.772500', '103811.232500', '103811.692500', '103812.152500', '103812.612500', '103813.072500', '103813.532500', '103813.992500', '103814.452500', '103814.912500', '103815.372500', '103815.832500', '103816.292500', '103816.752500', '103817.212500', '103817.672500', '103818.132500', '103818.592500', '103819.052500', '103819.512500', '103819.972500', '103820.432500', '103820.892500', '103821.352500', '103821.812500', '103822.272500', '103822.732500', '103823.192500', '103823.652500', '103824.112500', '103824.572500', '103825.032500', '103825.492500', '103825.952500', '103826.412500', '103826.872500', '103827.332500', '103827.792500', '103828.252500', '103828.712500', '103829.172500', '103829.632500', '103830.092500', '103830.552500', '103831.012500', '103831.472500', '103831.932500', '103832.392500', '103832.852500', '103833.312500', '103833.772500', '103834.232500', '103834.692500', '103835.152500', '103835.612500', '103836.072500', '103836.532500', '103836.992500', '103837.452500', '103837.912500', '103838.372500', '103838.832500', '103839.292500', '103839.752500', '103840.212500', '103840.672500', '103841.132500', '103841.592500', '103842.052500', '103842.512500', '103842.972500', '103843.432500', '103843.892500', '103844.352500', '103844.812500', '103845.272500', '103845.732500', '103846.192500', '103846.652500', '103847.112500', '103847.572500', '103848.032500', '103848.492500', '103848.952500', '103849.412500', '103849.872500', '103850.332500', '103850.792500', '103851.252500', '103851.712500', '103852.172500', '103852.632500', '103853.092500', '103853.552500', '103854.012500', '103854.472500', '103854.932500', '103855.392500', '103855.852500', '103856.312500', '103856.772500', '103857.232500', '103857.692500', '103858.152500', '103858.612500', '103859.072500', '103859.532500', '103859.992500', '103900.452500', '103900.912500', '103901.372500', '103901.832500', '103902.292500', '103902.752500', '103903.212500', '103903.672500', '103904.132500', '103904.592500', '103905.052500', '103905.512500', '103905.972500', '103906.432500', '103906.892500', '103907.352500', '103907.812500', '103908.272500', '103908.732500', '103909.192500', '103909.652500', '103910.112500', '103910.572500', '103911.032500', '103911.492500', '103911.952500', '103912.412500', '103912.872500', '103913.332500', '103913.792500', '103914.252500', '103914.712500', '103915.172500', '103915.632500', '103916.092500', '103916.552500', '103917.012500', '103917.472500', '103917.932500', '103918.392500', '103918.852500', '103919.312500', '103919.772500', '103920.232500', '103920.692500', '103921.152500', '103921.612500', '103922.072500', '103922.532500', '103922.992500', '103923.452500', '103923.912500', '103924.372500', '103924.832500', '103925.292500', '103925.752500', '103926.212500', '103926.672500', '103927.132500', '103927.592500', '103928.052500', '103928.512500', '103928.972500', '103929.432500', '103929.892500', '103930.352500', '103930.812500', '103931.272500', '103931.732500', '103932.192500', '103932.652500', '103933.112500', '103933.572500', '103934.032500', '103934.492500', '103934.952500', '103935.412500', '103935.872500', '103936.332500', '103936.792500', '103937.252500', '103937.712500', '103938.172500', '103938.632500', '103939.092500', '103939.552500', '103940.012500', '103940.472500', '103940.932500', '103941.392500', '103941.852500', '103942.312500', '103942.772500', '103943.232500', '103943.692500', '103944.152500', '103944.612500', '103945.072500', '103945.532500', '103945.992500', '103946.452500', '103946.912500', '103947.372500', '103947.832500', '103948.292500', '103948.752500', '103949.212500', '103949.672500', '103950.132500', '103950.592500', '103951.052500', '103951.512500', '103951.972500', '103952.432500', '103952.892500', '103953.352500', '103953.812500', '103954.272500', '103954.732500', '103955.192500', '103955.652500', '103956.112500', '103956.572500', '103957.032500', '103957.492500', '103957.952500', '103958.412500', '103958.872500', '103959.332500', '103959.792500', '104000.252500', '104000.712500', '104001.172500', '104001.632500', '104002.092500', '104002.552500', '104003.012500', '104003.472500', '104003.932500', '104004.392500', '104004.852500', '104005.312500', '104005.772500', '104006.232500', '104006.692500', '104007.152500', '104007.612500', '104008.072500', '104008.532500', '104008.992500', '104009.452500', '104009.912500', '104010.372500', '104010.832500', '104011.292500', '104011.752500', '104012.212500', '104012.672500', '104013.132500', '104013.592500', '104014.052500', '104014.512500', '104014.972500', '104015.432500', '104015.892500', '104016.352500', '104016.812500', '104017.272500', '104017.732500', '104018.192500', '104018.652500', '104019.112500', '104019.572500', '104020.032500', '104020.492500', '104020.952500', '104021.412500', '104021.872500', '104022.332500', '104022.792500', '104023.252500', '104023.712500', '104024.172500', '104024.632500', '104025.092500', '104025.552500', '104026.012500', '104026.472500', '104026.932500', '104027.392500', '104027.852500', '104028.312500', '104028.772500', '104029.232500', '104029.692500', '104030.152500', '104030.612500', '104031.072500', '104031.532500', '104031.992500', '104032.452500', '104032.912500', '104033.372500', '104033.832500', '104034.292500', '104034.752500', '104035.212500', '104035.672500', '104036.132500', '104036.592500', '104037.052500', '104037.512500', '104037.972500', '104038.432500', '104038.892500', '104039.352500', '104039.812500', '104040.272500', '104040.732500', '104041.192500', '104041.652500', '104042.112500', '104042.572500', '104043.032500', '104043.492500', '104043.952500', '104044.412500', '104044.872500', '104045.332500', '104045.792500', '104046.252500', '104046.712500', '104047.172500', '104047.632500', '104048.092500', '104048.552500', '104049.012500', '104049.472500', '104049.932500', '104050.392500', '104050.852500', '104051.312500', '104051.772500', '104052.232500', '104052.692500', '104053.152500', '104053.612500', '104054.072500', '104054.532500', '104054.992500', '104055.452500', '104055.912500', '104056.372500', '104056.832500', '104057.292500', '104057.752500', '104058.212500', '104058.672500', '104059.132500', '104059.592500', '104100.052500', '104100.512500', '104100.972500', '104101.432500', '104101.892500', '104102.352500', '104102.812500', '104103.272500', '104103.732500', '104104.192500', '104104.652500', '104105.112500', '104105.572500', '104106.032500', '104106.492500', '104106.952500', '104107.412500', '104107.872500', '104108.332500', '104108.792500', '104109.252500', '104109.712500', '104110.172500', '104110.632500', '104111.092500', '104111.552500', '104112.012500', '104112.472500', '104112.932500', '104113.392500', '104113.852500', '104114.312500', '104114.772500', '104115.232500', '104115.692500', '104116.152500', '104116.612500', '104117.072500', '104117.532500', '104117.992500', '104118.452500', '104118.912500', '104119.372500', '104119.832500', '104120.292500', '104120.752500', '104121.212500', '104121.672500', '104122.132500', '104122.592500', '104123.052500', '104123.512500', '104123.972500', '104124.432500', '104124.892500', '104125.352500', '104125.812500', '104126.272500', '104126.732500', '104127.192500', '104127.652500', '104128.112500', '104128.572500', '104129.032500', '104129.492500', '104129.952500', '104130.412500', '104130.872500', '104131.332500', '104131.792500', '104132.252500', '104132.712500', '104133.172500', '104133.632500', '104134.092500', '104134.552500', '104135.012500', '104135.472500', '104135.932500', '104136.392500', '104136.852500', '104137.312500', '104137.772500', '104138.232500', '104138.692500', '104139.152500', '104139.612500', '104140.072500', '104140.532500', '104140.992500', '104141.452500', '104141.912500', '104142.372500', '104142.832500', '104143.292500', '104143.752500', '104144.212500', '104144.672500', '104145.132500', '104145.592500', '104146.052500', '104146.512500', '104146.972500', '104147.432500', '104147.892500', '104148.352500', '104148.812500', '104149.272500', '104149.732500', '104150.192500', '104150.652500', '104151.112500', '104151.572500', '104152.032500', '104152.492500', '104152.952500', '104153.412500', '104153.872500', '104154.332500', '104154.792500', '104155.252500', '104155.712500', '104156.172500', '104156.632500', '104157.092500', '104157.552500', '104158.012500', '104158.472500', '104158.932500', '104159.392500', '104159.852500', '104200.312500', '104200.772500', '104201.232500', '104201.692500', '104202.152500', '104202.612500', '104203.072500', '104203.532500', '104203.992500', '104204.452500', '104204.912500', '104205.372500', '104205.832500', '104206.292500', '104206.752500', '104207.212500', '104207.672500', '104208.132500', '104208.592500', '104209.052500', '104209.512500', '104209.972500', '104210.432500', '104210.892500', '104211.352500', '104211.812500', '104212.272500', '104212.732500', '104213.192500', '104213.652500', '104214.112500', '104214.572500', '104215.032500', '104215.492500', '104215.952500', '104216.412500', '104216.872500', '104217.332500', '104217.792500', '104218.252500', '104218.712500', '104219.172500', '104219.632500', '104220.092500', '104220.552500', '104221.012500', '104221.472500', '104221.932500', '104222.392500', '104222.852500', '104223.312500', '104223.772500', '104224.232500', '104224.692500', '104225.152500', '104225.612500', '104226.072500', '104226.532500', '104226.992500', '104227.452500', '104227.912500', '104228.372500', '104228.832500', '104229.292500', '104229.752500', '104230.212500', '104230.672500', '104231.132500', '104231.592500', '104232.052500', '104232.512500', '104232.972500', '104233.432500', '104233.892500', '104234.352500', '104234.812500', '104235.272500', '104235.732500', '104236.192500', '104236.652500', '104237.112500', '104237.572500', '104238.032500', '104238.492500', '104238.952500', '104239.412500', '104239.872500', '104240.332500', '104240.792500', '104241.252500', '104241.712500', '104242.172500', '104242.632500', '104243.092500', '104243.552500', '104244.012500', '104244.472500', '104244.932500', '104245.392500', '104245.852500', '104246.312500', '104246.772500', '104247.232500', '104247.692500', '104248.152500', '104248.612500', '104249.072500'], 'ContentTime': ['103237.808000', '103237.811000', '103237.814000', '103237.816000', '103237.819000', '103237.821000', '103237.824000', '103237.827000', '103237.829000', '103237.832000', '103237.840000', '103237.842000', '103237.845000', '103237.848000', '103237.851000', '103237.853000', '103237.856000', '103237.858000', '103237.861000', '103237.864000', '103237.866000', '103237.869000', '103237.871000', '103237.874000', '103237.877000', '103237.879000', '103237.882000', '103237.884000', '103237.887000', '103237.890000', '103237.892000', '103237.895000', '103237.897000', '103237.900000', '103237.903000', '103237.911000', '103237.913000', '103237.916000', '103237.919000', '103237.921000', '103237.924000', '103237.927000', '103237.929000', '103237.932000', '103257.772000', '103257.775000', '103257.778000', '103257.781000', '103257.783000', '103257.786000', '103257.788000', '103257.791000', '103257.794000', '103257.796000', '103257.799000', '103257.813000', '103257.816000', '103257.819000', '103257.821000', '103257.824000', '103257.827000', '103257.829000', '103257.832000', '103257.835000', '103257.838000', '103257.840000', '103257.844000', '103257.847000', '103257.850000', '103257.852000', '103257.855000', '103257.858000', '103257.860000', '103257.863000', '103257.866000', '103257.868000', '103257.874000', '103257.877000', '103257.879000', '103257.882000', '103257.884000', '103257.888000', '103257.891000', '103257.893000', '103257.896000', '103257.899000', '103257.901000', '103317.772000', '103317.775000', '103317.778000', '103317.780000', '103317.783000', '103317.786000', '103317.788000', '103317.791000', '103317.794000', '103317.796000', '103317.799000', '103317.802000', '103317.804000', '103317.807000', '103317.810000', '103317.812000', '103317.815000', '103317.817000', '103317.820000', '103317.823000', '103317.825000', '103317.828000', '103317.830000', '103317.833000', '103317.836000', '103317.838000', '103317.841000', '103317.843000', '103317.846000', '103317.849000', '103317.851000', '103317.854000', '103317.856000', '103317.859000', '103317.862000', '103317.864000', '103317.867000', '103317.869000', '103317.872000', '103317.874000', '103317.877000', '103317.880000', '103317.882000', '103317.893000', '103337.773000', '103337.775000', '103337.778000', '103337.781000', '103337.783000', '103337.786000', '103337.789000', '103337.791000', '103337.794000', '103337.796000', '103337.799000', '103337.802000', '103337.804000', '103337.807000', '103337.810000', '103337.813000', '103337.815000', '103337.818000', '103337.821000', '103337.823000', '103337.826000', '103337.828000', '103337.831000', '103337.834000', '103337.836000', '103337.845000', '103337.848000', '103337.851000', '103337.853000', '103337.856000', '103337.859000', '103337.861000', '103337.864000', '103337.866000', '103337.869000', '103337.872000', '103337.874000', '103337.877000', '103337.880000', '103337.882000', '103337.885000', '103337.887000', '103337.890000', '103357.773000', '103357.776000', '103357.779000', '103357.782000', '103357.784000', '103357.787000', '103357.790000', '103357.792000', '103357.795000', '103357.798000', '103357.949000', '103357.952000', '103357.954000', '103357.957000', '103357.959000', '103357.962000', '103357.965000', '103357.967000', '103357.970000', '103357.972000', '103357.975000', '103357.978000', '103357.980000', '103357.983000', '103357.986000', '103357.988000', '103357.991000', '103357.993000', '103357.996000', '103357.999000', '103358.001000', '103358.004000', '103358.007000', '103358.009000', '103358.012000', '103358.014000', '103358.017000', '103358.020000', '103358.022000', '103358.025000', '103358.028000', '103358.030000', '103358.033000', '103358.036000', '103417.773000', '103417.777000', '103417.779000', '103417.782000', '103417.785000', '103417.787000', '103417.790000', '103417.793000', '103417.795000', '103417.798000', '103417.801000', '103417.803000', '103417.806000', '103417.809000', '103417.811000', '103417.814000', '103417.817000', '103417.820000', '103417.822000', '103417.825000', '103417.827000', '103417.830000', '103417.833000', '103417.836000', '103417.838000', '103417.841000', '103417.843000', '103417.846000', '103417.849000', '103417.851000', '103417.854000', '103417.857000', '103417.859000', '103417.862000', '103417.865000', '103417.867000', '103417.870000', '103417.872000', '103417.875000', '103417.878000', '103417.880000', '103417.883000', '103417.886000', '103437.774000', '103437.776000', '103437.779000', '103437.782000', '103437.784000', '103437.787000', '103437.790000', '103437.811000', '103437.823000', '103437.826000', '103437.828000', '103437.831000', '103437.833000', '103437.836000', '103437.839000', '103437.841000', '103437.844000', '103437.847000', '103437.849000', '103437.852000', '103437.854000', '103437.857000', '103437.860000', '103437.862000', '103437.865000', '103437.868000', '103437.870000', '103437.873000', '103437.875000', '103437.878000', '103437.881000', '103437.883000', '103437.886000', '103437.888000', '103437.891000', '103437.894000', '103437.896000', '103437.899000', '103437.902000', '103437.904000', '103437.907000', '103437.909000', '103437.912000', '103437.915000', '103457.772000', '103457.775000', '103457.778000', '103457.780000', '103457.783000', '103457.786000', '103457.788000', '103457.791000', '103457.794000', '103457.796000', '103457.799000', '103457.802000', '103457.805000', '103457.808000', '103457.810000', '103457.813000', '103457.816000', '103457.818000', '103457.821000', '103457.840000', '103457.843000', '103457.845000', '103457.848000', '103457.850000', '103457.853000', '103457.856000', '103457.858000', '103457.861000', '103457.864000', '103457.867000', '103457.870000', '103457.874000', '103457.877000', '103457.879000', '103457.882000', '103457.885000', '103457.887000', '103457.890000', '103457.893000', '103457.895000', '103457.898000', '103457.901000', '103457.903000', '103517.773000', '103517.776000', '103517.778000', '103517.781000', '103517.784000', '103517.787000', '103517.789000', '103517.792000', '103517.795000', '103517.797000', '103517.800000', '103517.803000', '103517.805000', '103517.808000', '103517.811000', '103517.813000', '103517.816000', '103517.819000', '103517.821000', '103517.824000', '103517.826000', '103517.829000', '103517.832000', '103517.834000', '103517.837000', '103517.842000', '103517.845000', '103517.847000', '103517.850000', '103517.853000', '103517.855000', '103517.858000', '103517.861000', '103517.863000', '103517.866000', '103517.868000', '103517.871000', '103517.874000', '103517.876000', '103517.879000', '103517.881000', '103517.884000', '103517.887000', '103517.889000', '103537.773000', '103537.776000', '103537.778000', '103537.781000', '103537.784000', '103537.787000', '103537.789000', '103537.792000', '103537.795000', '103537.797000', '103537.800000', '103537.855000', '103537.858000', '103537.860000', '103537.863000', '103537.866000', '103537.868000', '103537.871000', '103537.873000', '103537.876000', '103537.879000', '103537.881000', '103537.884000', '103537.887000', '103537.889000', '103537.892000', '103537.894000', '103537.897000', '103537.900000', '103537.903000', '103537.905000', '103537.908000', '103537.911000', '103537.913000', '103537.916000', '103537.919000', '103537.921000', '103537.924000', '103537.927000', '103537.929000', '103537.932000', '103537.935000', '103537.937000', '103557.772000', '103557.775000', '103557.778000', '103557.780000', '103557.783000', '103557.786000', '103557.788000', '103557.791000', '103557.794000', '103557.796000', '103557.799000', '103557.841000', '103557.844000', '103557.846000', '103557.849000', '103557.851000', '103557.854000', '103557.856000', '103557.859000', '103557.862000', '103557.864000', '103557.867000', '103557.869000', '103557.872000', '103557.875000', '103557.877000', '103557.880000', '103557.883000', '103557.885000', '103557.888000', '103557.890000', '103557.893000', '103557.896000', '103557.898000', '103557.901000', '103557.904000', '103557.906000', '103557.909000', '103557.911000', '103557.914000', '103557.917000', '103557.919000', '103557.922000', '103557.925000', '103617.774000', '103617.776000', '103617.779000', '103617.782000', '103617.785000', '103617.787000', '103617.790000', '103617.793000', '103617.795000', '103617.798000', '103617.846000', '103617.849000', '103617.851000', '103617.854000', '103617.857000', '103617.859000', '103617.862000', '103617.864000', '103617.867000', '103617.870000', '103617.872000', '103617.875000', '103617.878000', '103617.880000', '103617.883000', '103617.885000', '103617.888000', '103617.891000', '103617.893000', '103617.896000', '103617.899000', '103617.902000', '103617.904000', '103617.914000', '103617.916000', '103617.919000', '103617.922000', '103617.924000', '103617.927000', '103617.930000', '103617.932000', '103617.935000', '103617.938000', '103637.773000', '103637.776000', '103637.779000', '103637.782000', '103637.784000', '103637.787000', '103637.790000', '103637.792000', '103637.795000', '103637.798000', '103637.800000', '103637.803000', '103637.806000', '103637.808000', '103637.811000', '103637.814000', '103637.816000', '103637.819000', '103637.822000', '103637.825000', '103637.827000', '103637.830000', '103637.832000', '103637.835000', '103637.838000', '103637.840000', '103637.843000', '103637.846000', '103637.848000', '103637.851000', '103637.853000', '103637.856000', '103637.859000', '103637.861000', '103637.864000', '103637.867000', '103637.869000', '103637.872000', '103637.874000', '103637.878000', '103637.880000', '103637.883000', '103637.885000', '103637.888000', '103657.774000', '103657.777000', '103657.779000', '103657.782000', '103657.784000', '103657.787000', '103657.790000', '103657.793000', '103657.795000', '103657.798000', '103657.843000', '103657.846000', '103657.849000', '103657.852000', '103657.854000', '103657.857000', '103657.860000', '103657.862000', '103657.865000', '103657.868000', '103657.870000', '103657.873000', '103657.876000', '103657.878000', '103657.881000', '103657.884000', '103657.886000', '103657.889000', '103657.891000', '103657.894000', '103657.897000', '103657.899000', '103657.902000', '103657.905000', '103657.907000', '103657.910000', '103657.913000', '103657.916000', '103657.918000', '103657.921000', '103657.923000', '103657.926000', '103657.929000', '103717.773000', '103717.776000', '103717.778000', '103717.781000', '103717.784000', '103717.786000', '103717.789000', '103717.791000', '103717.794000', '103717.797000', '103717.865000', '103717.868000', '103717.870000', '103717.873000', '103717.876000', '103717.878000', '103717.881000', '103717.884000', '103717.886000', '103717.889000', '103717.891000', '103717.894000', '103717.897000', '103717.899000', '103717.902000', '103717.905000', '103717.907000', '103717.910000', '103717.913000', '103717.915000', '103717.918000', '103717.921000', '103717.923000', '103717.926000', '103717.929000', '103717.931000', '103717.934000', '103717.936000', '103717.939000', '103717.942000', '103717.944000', '103717.947000', '103717.950000', '103717.952000', '103737.773000', '103737.776000', '103737.778000', '103737.781000', '103737.784000', '103737.786000', '103737.789000', '103737.791000', '103737.794000', '103737.797000', '103737.859000', '103737.862000', '103737.865000', '103737.881000', '103737.883000', '103737.886000', '103737.889000', '103737.891000', '103737.894000', '103737.897000', '103737.899000', '103737.902000', '103737.905000', '103737.907000', '103737.910000', '103737.913000', '103737.915000', '103737.918000', '103737.921000', '103737.923000', '103737.926000', '103737.928000', '103737.931000', '103737.934000', '103737.936000', '103737.939000', '103737.942000', '103737.944000', '103737.947000', '103737.949000', '103737.952000', '103737.955000', '103737.957000', '103757.772000', '103757.775000', '103757.778000', '103757.780000', '103757.783000', '103757.786000', '103757.788000', '103757.791000', '103757.794000', '103757.796000', '103757.799000', '103757.847000', '103757.849000', '103757.852000', '103757.857000', '103757.859000', '103757.862000', '103757.865000', '103757.868000', '103757.870000', '103757.873000', '103757.876000', '103757.878000', '103757.881000', '103757.883000', '103757.886000', '103757.889000', '103757.891000', '103757.894000', '103757.897000', '103757.899000', '103757.902000', '103757.904000', '103757.907000', '103757.910000', '103757.913000', '103757.915000', '103757.918000', '103757.920000', '103757.923000', '103757.926000', '103757.929000', '103757.931000', '103757.934000', '103817.773000', '103817.776000', '103817.778000', '103817.781000', '103817.784000', '103817.786000', '103817.789000', '103817.792000', '103817.795000', '103817.797000', '103817.866000', '103817.869000', '103817.872000', '103817.874000', '103817.877000', '103817.879000', '103817.882000', '103817.885000', '103817.887000', '103817.890000', '103817.893000', '103817.895000', '103817.898000', '103817.900000', '103817.903000', '103817.906000', '103817.908000', '103817.911000', '103817.914000', '103817.916000', '103817.919000', '103817.922000', '103817.924000', '103817.927000', '103817.929000', '103817.932000', '103817.935000', '103817.937000', '103817.940000', '103817.943000', '103817.945000', '103817.948000', '103817.950000', '103837.773000', '103837.776000', '103837.779000', '103837.781000', '103837.784000', '103837.787000', '103837.789000', '103837.792000', '103837.795000', '103837.797000', '103837.847000', '103837.850000', '103837.853000', '103837.855000', '103837.858000', '103837.860000', '103837.863000', '103837.866000', '103837.868000', '103837.871000', '103837.874000', '103837.876000', '103837.879000', '103837.882000', '103837.884000', '103837.887000', '103837.890000', '103837.892000', '103837.895000', '103837.898000', '103837.900000', '103837.903000', '103837.905000', '103837.908000', '103837.911000', '103837.913000', '103837.916000', '103837.919000', '103837.921000', '103837.924000', '103837.926000', '103837.929000', '103837.932000', '103837.934000', '103857.774000', '103857.776000', '103857.780000', '103857.782000', '103857.785000', '103857.788000', '103857.791000', '103857.793000', '103857.796000', '103857.798000', '103857.840000', '103857.843000', '103857.845000', '103857.848000', '103857.851000', '103857.853000', '103857.856000', '103857.858000', '103857.861000', '103857.864000', '103857.866000', '103857.869000', '103857.872000', '103857.874000', '103857.885000', '103857.888000', '103857.891000', '103857.893000', '103857.896000', '103857.898000', '103857.901000', '103857.904000', '103857.906000', '103857.909000', '103857.912000', '103857.914000', '103857.917000', '103857.919000', '103857.922000', '103857.925000', '103857.935000', '103857.937000', '103857.940000', '103917.774000', '103917.777000', '103917.779000', '103917.782000', '103917.785000', '103917.788000', '103917.790000', '103917.793000', '103917.796000', '103917.799000', '103917.827000', '103917.830000', '103917.832000', '103917.835000', '103917.838000', '103917.873000', '103917.876000', '103917.878000', '103917.881000', '103917.884000', '103917.886000', '103917.889000', '103917.892000', '103917.894000', '103917.897000', '103917.900000', '103917.903000', '103917.905000', '103917.908000', '103917.911000', '103917.913000', '103917.916000', '103917.919000', '103917.921000', '103917.924000', '103917.927000', '103917.929000', '103917.932000', '103917.935000', '103917.937000', '103917.940000', '103917.942000', '103917.945000', '103937.773000', '103937.776000', '103937.779000', '103937.781000', '103937.784000', '103937.787000', '103937.789000', '103937.792000', '103937.795000', '103937.797000', '103937.836000', '103937.838000', '103937.841000', '103937.844000', '103937.846000', '103937.849000', '103937.851000', '103937.854000', '103937.857000', '103937.859000', '103937.862000', '103937.865000', '103937.867000', '103937.870000', '103937.872000', '103937.875000', '103937.878000', '103937.881000', '103937.883000', '103937.886000', '103937.889000', '103937.891000', '103937.894000', '103937.896000', '103937.899000', '103937.902000', '103937.904000', '103937.907000', '103937.910000', '103937.912000', '103937.915000', '103937.918000', '103937.920000', '103937.923000', '103957.773000', '103957.775000', '103957.778000', '103957.781000', '103957.783000', '103957.786000', '103957.789000', '103957.791000', '103957.794000', '103957.797000', '103957.852000', '103957.854000', '103957.857000', '103957.859000', '103957.862000', '103957.865000', '103957.867000', '103957.870000', '103957.878000', '103957.881000', '103957.883000', '103957.886000', '103957.889000', '103957.891000', '103957.894000', '103957.897000', '103957.899000', '103957.902000', '103957.904000', '103957.907000', '103957.910000', '103957.913000', '103957.915000', '103957.918000', '103957.921000', '103957.923000', '103957.926000', '103957.928000', '103957.931000', '103957.934000', '103957.936000', '103957.939000', '103957.942000', '104017.773000', '104017.776000', '104017.778000', '104017.781000', '104017.784000', '104017.786000', '104017.789000', '104017.792000', '104017.794000', '104017.797000', '104017.879000', '104017.882000', '104017.884000', '104017.887000', '104017.890000', '104017.892000', '104017.895000', '104017.898000', '104017.900000', '104017.903000', '104017.905000', '104017.922000', '104017.925000', '104017.927000', '104017.930000', '104017.933000', '104017.935000', '104017.938000', '104017.941000', '104017.943000', '104017.946000', '104017.949000', '104017.951000', '104017.954000', '104017.957000', '104017.959000', '104017.962000', '104017.965000', '104017.967000', '104017.970000', '104017.972000', '104017.975000', '104017.978000', '104017.980000', '104037.773000', '104037.775000', '104037.778000', '104037.781000', '104037.783000', '104037.786000', '104037.789000', '104037.791000', '104037.794000', '104037.797000', '104037.870000', '104037.873000', '104037.875000', '104037.878000', '104037.881000', '104037.883000', '104037.887000', '104037.890000', '104037.893000', '104037.895000', '104037.898000', '104037.901000', '104037.904000', '104037.906000', '104037.909000', '104037.912000', '104037.914000', '104037.917000', '104037.919000', '104037.922000', '104037.925000', '104037.927000', '104037.930000', '104037.933000', '104037.936000', '104037.938000', '104037.942000', '104037.945000', '104037.947000', '104037.950000', '104037.952000', '104037.955000', '104037.958000', '104057.773000', '104057.776000', '104057.779000', '104057.781000', '104057.785000', '104057.788000', '104057.791000', '104057.793000', '104057.796000', '104057.799000', '104057.857000', '104057.860000', '104057.863000', '104057.865000', '104057.868000', '104057.871000', '104057.873000', '104057.876000', '104057.878000', '104057.881000', '104057.884000', '104057.886000', '104057.889000', '104057.892000', '104057.894000', '104057.897000', '104057.900000', '104057.902000', '104057.905000', '104057.908000', '104057.910000', '104057.913000', '104057.916000', '104057.918000', '104057.921000', '104057.924000', '104057.926000', '104057.929000', '104057.932000', '104057.934000', '104057.937000', '104057.940000', '104057.942000', '104057.945000', '104117.773000', '104117.776000', '104117.779000', '104117.782000', '104117.785000', '104117.787000', '104117.790000', '104117.793000', '104117.795000', '104117.798000', '104117.866000', '104117.869000', '104117.872000', '104117.874000', '104117.877000', '104117.880000', '104117.882000', '104117.885000', '104117.888000', '104117.890000', '104117.893000', '104117.896000', '104117.898000', '104117.901000', '104117.904000', '104117.906000', '104117.909000', '104117.911000', '104117.914000', '104117.917000', '104117.919000', '104117.922000', '104117.925000', '104117.927000', '104117.930000', '104117.933000', '104117.936000', '104117.938000', '104117.941000', '104117.943000', '104117.946000', '104117.949000', '104117.951000', '104137.774000', '104137.777000', '104137.779000', '104137.782000', '104137.785000', '104137.787000', '104137.790000', '104137.793000', '104137.795000', '104137.798000', '104137.850000', '104137.853000', '104137.856000', '104137.858000', '104137.861000', '104137.864000', '104137.867000', '104137.869000', '104137.881000', '104137.883000', '104137.886000', '104137.889000', '104137.891000', '104137.894000', '104137.897000', '104137.899000', '104137.902000', '104137.905000', '104137.907000', '104137.910000', '104137.913000', '104137.915000', '104137.918000', '104137.921000', '104137.923000', '104137.926000', '104137.929000', '104137.931000', '104137.934000', '104137.937000', '104137.939000', '104137.942000', '104137.944000', '104137.947000', '104157.773000', '104157.776000', '104157.778000', '104157.781000', '104157.784000', '104157.787000', '104157.789000', '104157.792000', '104157.794000', '104157.797000', '104157.859000', '104157.862000', '104157.864000', '104157.867000', '104157.870000', '104157.872000', '104157.875000', '104157.878000', '104157.881000', '104157.883000', '104157.886000', '104157.888000', '104157.891000', '104157.894000', '104157.896000', '104157.899000', '104157.902000', '104157.904000', '104157.907000', '104157.909000', '104157.912000', '104157.915000', '104157.918000', '104157.920000', '104157.923000', '104157.927000', '104157.929000', '104157.932000', '104157.935000', '104157.937000', '104157.940000', '104157.943000', '104157.945000', '104217.773000', '104217.776000', '104217.779000', '104217.781000', '104217.784000', '104217.786000', '104217.789000', '104217.791000', '104217.794000', '104217.797000', '104217.799000', '104217.827000', '104217.829000', '104217.832000', '104217.835000', '104217.837000', '104217.840000', '104217.843000', '104217.845000', '104217.848000', '104217.851000', '104217.853000', '104217.856000', '104217.859000', '104217.861000', '104217.864000', '104217.867000', '104217.869000', '104217.872000', '104217.874000', '104217.877000', '104217.880000', '104217.882000', '104217.885000', '104217.888000', '104217.890000', '104217.893000', '104217.896000', '104217.898000', '104217.901000', '104217.904000', '104217.906000', '104217.909000', '104217.912000', '104237.773000', '104237.776000', '104237.778000', '104237.781000', '104237.784000', '104237.786000', '104237.789000', '104237.791000', '104237.794000', '104237.797000', '104237.860000', '104237.862000', '104237.865000', '104237.868000', '104237.870000', '104237.873000', '104237.876000', '104237.878000', '104237.881000', '104237.884000', '104237.886000', '104237.889000', '104237.891000', '104237.894000', '104237.897000', '104237.900000', '104237.902000', '104237.905000', '104237.908000', '104237.910000', '104237.913000', '104237.916000', '104237.918000', '104237.921000', '104237.924000', '104237.926000', '104237.929000', '104237.931000', '104237.934000', '104237.937000', '104237.939000', '104237.942000', '104237.945000', '104250.326000', '104250.344000', '104250.347000', '104250.350000', '104250.352000', '104250.355000', '104250.358000', '104250.361000', '104250.364000', '104250.367000', '104250.370000', '104250.372000', '104250.376000', '104250.379000', '104250.397000', '104250.400000', '104250.403000', '104250.406000', '104250.409000', '104250.414000', '104250.417000', '104250.420000', '104250.424000', '104250.428000', '104250.433000', '104250.437000', '104250.440000', '104250.443000'], 'InstanceCreationTime': ['103237.808000', '103237.811000', '103237.814000', '103237.816000', '103237.819000', '103237.821000', '103237.824000', '103237.827000', '103237.829000', '103237.832000', '103237.840000', '103237.842000', '103237.845000', '103237.848000', '103237.851000', '103237.853000', '103237.856000', '103237.858000', '103237.861000', '103237.864000', '103237.866000', '103237.869000', '103237.871000', '103237.874000', '103237.877000', '103237.879000', '103237.882000', '103237.884000', '103237.887000', '103237.890000', '103237.892000', '103237.895000', '103237.897000', '103237.900000', '103237.903000', '103237.911000', '103237.913000', '103237.916000', '103237.919000', '103237.921000', '103237.924000', '103237.927000', '103237.929000', '103237.932000', '103257.772000', '103257.775000', '103257.778000', '103257.781000', '103257.783000', '103257.786000', '103257.788000', '103257.791000', '103257.794000', '103257.796000', '103257.799000', '103257.813000', '103257.816000', '103257.819000', '103257.821000', '103257.824000', '103257.827000', '103257.829000', '103257.832000', '103257.835000', '103257.838000', '103257.840000', '103257.844000', '103257.847000', '103257.850000', '103257.852000', '103257.855000', '103257.858000', '103257.860000', '103257.863000', '103257.866000', '103257.868000', '103257.874000', '103257.877000', '103257.879000', '103257.882000', '103257.884000', '103257.888000', '103257.891000', '103257.893000', '103257.896000', '103257.899000', '103257.901000', '103317.772000', '103317.775000', '103317.778000', '103317.780000', '103317.783000', '103317.786000', '103317.788000', '103317.791000', '103317.794000', '103317.796000', '103317.799000', '103317.802000', '103317.804000', '103317.807000', '103317.810000', '103317.812000', '103317.815000', '103317.817000', '103317.820000', '103317.823000', '103317.825000', '103317.828000', '103317.830000', '103317.833000', '103317.836000', '103317.838000', '103317.841000', '103317.843000', '103317.846000', '103317.849000', '103317.851000', '103317.854000', '103317.856000', '103317.859000', '103317.862000', '103317.864000', '103317.867000', '103317.869000', '103317.872000', '103317.874000', '103317.877000', '103317.880000', '103317.882000', '103317.893000', '103337.773000', '103337.775000', '103337.778000', '103337.781000', '103337.783000', '103337.786000', '103337.789000', '103337.791000', '103337.794000', '103337.796000', '103337.799000', '103337.802000', '103337.804000', '103337.807000', '103337.810000', '103337.813000', '103337.815000', '103337.818000', '103337.821000', '103337.823000', '103337.826000', '103337.828000', '103337.831000', '103337.834000', '103337.836000', '103337.845000', '103337.848000', '103337.851000', '103337.853000', '103337.856000', '103337.859000', '103337.861000', '103337.864000', '103337.866000', '103337.869000', '103337.872000', '103337.874000', '103337.877000', '103337.880000', '103337.882000', '103337.885000', '103337.887000', '103337.890000', '103357.773000', '103357.776000', '103357.779000', '103357.782000', '103357.784000', '103357.787000', '103357.790000', '103357.792000', '103357.795000', '103357.798000', '103357.949000', '103357.952000', '103357.954000', '103357.957000', '103357.959000', '103357.962000', '103357.965000', '103357.967000', '103357.970000', '103357.972000', '103357.975000', '103357.978000', '103357.980000', '103357.983000', '103357.986000', '103357.988000', '103357.991000', '103357.993000', '103357.996000', '103357.999000', '103358.001000', '103358.004000', '103358.007000', '103358.009000', '103358.012000', '103358.014000', '103358.017000', '103358.020000', '103358.022000', '103358.025000', '103358.028000', '103358.030000', '103358.033000', '103358.036000', '103417.773000', '103417.777000', '103417.779000', '103417.782000', '103417.785000', '103417.787000', '103417.790000', '103417.793000', '103417.795000', '103417.798000', '103417.801000', '103417.803000', '103417.806000', '103417.809000', '103417.811000', '103417.814000', '103417.817000', '103417.820000', '103417.822000', '103417.825000', '103417.827000', '103417.830000', '103417.833000', '103417.836000', '103417.838000', '103417.841000', '103417.843000', '103417.846000', '103417.849000', '103417.851000', '103417.854000', '103417.857000', '103417.859000', '103417.862000', '103417.865000', '103417.867000', '103417.870000', '103417.872000', '103417.875000', '103417.878000', '103417.880000', '103417.883000', '103417.886000', '103437.774000', '103437.776000', '103437.779000', '103437.782000', '103437.784000', '103437.787000', '103437.790000', '103437.811000', '103437.823000', '103437.826000', '103437.828000', '103437.831000', '103437.833000', '103437.836000', '103437.839000', '103437.841000', '103437.844000', '103437.847000', '103437.849000', '103437.852000', '103437.854000', '103437.857000', '103437.860000', '103437.862000', '103437.865000', '103437.868000', '103437.870000', '103437.873000', '103437.875000', '103437.878000', '103437.881000', '103437.883000', '103437.886000', '103437.888000', '103437.891000', '103437.894000', '103437.896000', '103437.899000', '103437.902000', '103437.904000', '103437.907000', '103437.909000', '103437.912000', '103437.915000', '103457.772000', '103457.775000', '103457.778000', '103457.780000', '103457.783000', '103457.786000', '103457.788000', '103457.791000', '103457.794000', '103457.796000', '103457.799000', '103457.802000', '103457.805000', '103457.808000', '103457.810000', '103457.813000', '103457.816000', '103457.818000', '103457.821000', '103457.840000', '103457.843000', '103457.845000', '103457.848000', '103457.850000', '103457.853000', '103457.856000', '103457.858000', '103457.861000', '103457.864000', '103457.867000', '103457.870000', '103457.874000', '103457.877000', '103457.879000', '103457.882000', '103457.885000', '103457.887000', '103457.890000', '103457.893000', '103457.895000', '103457.898000', '103457.901000', '103457.903000', '103517.773000', '103517.776000', '103517.778000', '103517.781000', '103517.784000', '103517.787000', '103517.789000', '103517.792000', '103517.795000', '103517.797000', '103517.800000', '103517.803000', '103517.805000', '103517.808000', '103517.811000', '103517.813000', '103517.816000', '103517.819000', '103517.821000', '103517.824000', '103517.826000', '103517.829000', '103517.832000', '103517.834000', '103517.837000', '103517.842000', '103517.845000', '103517.847000', '103517.850000', '103517.853000', '103517.855000', '103517.858000', '103517.861000', '103517.863000', '103517.866000', '103517.868000', '103517.871000', '103517.874000', '103517.876000', '103517.879000', '103517.881000', '103517.884000', '103517.887000', '103517.889000', '103537.773000', '103537.776000', '103537.778000', '103537.781000', '103537.784000', '103537.787000', '103537.789000', '103537.792000', '103537.795000', '103537.797000', '103537.800000', '103537.855000', '103537.858000', '103537.860000', '103537.863000', '103537.866000', '103537.868000', '103537.871000', '103537.873000', '103537.876000', '103537.879000', '103537.881000', '103537.884000', '103537.887000', '103537.889000', '103537.892000', '103537.894000', '103537.897000', '103537.900000', '103537.903000', '103537.905000', '103537.908000', '103537.911000', '103537.913000', '103537.916000', '103537.919000', '103537.921000', '103537.924000', '103537.927000', '103537.929000', '103537.932000', '103537.935000', '103537.937000', '103557.772000', '103557.775000', '103557.778000', '103557.780000', '103557.783000', '103557.786000', '103557.788000', '103557.791000', '103557.794000', '103557.796000', '103557.799000', '103557.841000', '103557.844000', '103557.846000', '103557.849000', '103557.851000', '103557.854000', '103557.856000', '103557.859000', '103557.862000', '103557.864000', '103557.867000', '103557.869000', '103557.872000', '103557.875000', '103557.877000', '103557.880000', '103557.883000', '103557.885000', '103557.888000', '103557.890000', '103557.893000', '103557.896000', '103557.898000', '103557.901000', '103557.904000', '103557.906000', '103557.909000', '103557.911000', '103557.914000', '103557.917000', '103557.919000', '103557.922000', '103557.925000', '103617.774000', '103617.776000', '103617.779000', '103617.782000', '103617.785000', '103617.787000', '103617.790000', '103617.793000', '103617.795000', '103617.798000', '103617.846000', '103617.849000', '103617.851000', '103617.854000', '103617.857000', '103617.859000', '103617.862000', '103617.864000', '103617.867000', '103617.870000', '103617.872000', '103617.875000', '103617.878000', '103617.880000', '103617.883000', '103617.885000', '103617.888000', '103617.891000', '103617.893000', '103617.896000', '103617.899000', '103617.902000', '103617.904000', '103617.914000', '103617.916000', '103617.919000', '103617.922000', '103617.924000', '103617.927000', '103617.930000', '103617.932000', '103617.935000', '103617.938000', '103637.773000', '103637.776000', '103637.779000', '103637.782000', '103637.784000', '103637.787000', '103637.790000', '103637.792000', '103637.795000', '103637.798000', '103637.800000', '103637.803000', '103637.806000', '103637.808000', '103637.811000', '103637.814000', '103637.816000', '103637.819000', '103637.822000', '103637.825000', '103637.827000', '103637.830000', '103637.832000', '103637.835000', '103637.838000', '103637.840000', '103637.843000', '103637.846000', '103637.848000', '103637.851000', '103637.853000', '103637.856000', '103637.859000', '103637.861000', '103637.864000', '103637.867000', '103637.869000', '103637.872000', '103637.874000', '103637.878000', '103637.880000', '103637.883000', '103637.885000', '103637.888000', '103657.774000', '103657.777000', '103657.779000', '103657.782000', '103657.784000', '103657.787000', '103657.790000', '103657.793000', '103657.795000', '103657.798000', '103657.843000', '103657.846000', '103657.849000', '103657.852000', '103657.854000', '103657.857000', '103657.860000', '103657.862000', '103657.865000', '103657.868000', '103657.870000', '103657.873000', '103657.876000', '103657.878000', '103657.881000', '103657.884000', '103657.886000', '103657.889000', '103657.891000', '103657.894000', '103657.897000', '103657.899000', '103657.902000', '103657.905000', '103657.907000', '103657.910000', '103657.913000', '103657.916000', '103657.918000', '103657.921000', '103657.923000', '103657.926000', '103657.929000', '103717.773000', '103717.776000', '103717.778000', '103717.781000', '103717.784000', '103717.786000', '103717.789000', '103717.791000', '103717.794000', '103717.797000', '103717.865000', '103717.868000', '103717.870000', '103717.873000', '103717.876000', '103717.878000', '103717.881000', '103717.884000', '103717.886000', '103717.889000', '103717.891000', '103717.894000', '103717.897000', '103717.899000', '103717.902000', '103717.905000', '103717.907000', '103717.910000', '103717.913000', '103717.915000', '103717.918000', '103717.921000', '103717.923000', '103717.926000', '103717.929000', '103717.931000', '103717.934000', '103717.936000', '103717.939000', '103717.942000', '103717.944000', '103717.947000', '103717.950000', '103717.952000', '103737.773000', '103737.776000', '103737.778000', '103737.781000', '103737.784000', '103737.786000', '103737.789000', '103737.791000', '103737.794000', '103737.797000', '103737.859000', '103737.862000', '103737.865000', '103737.881000', '103737.883000', '103737.886000', '103737.889000', '103737.891000', '103737.894000', '103737.897000', '103737.899000', '103737.902000', '103737.905000', '103737.907000', '103737.910000', '103737.913000', '103737.915000', '103737.918000', '103737.921000', '103737.923000', '103737.926000', '103737.928000', '103737.931000', '103737.934000', '103737.936000', '103737.939000', '103737.942000', '103737.944000', '103737.947000', '103737.949000', '103737.952000', '103737.955000', '103737.957000', '103757.772000', '103757.775000', '103757.778000', '103757.780000', '103757.783000', '103757.786000', '103757.788000', '103757.791000', '103757.794000', '103757.796000', '103757.799000', '103757.847000', '103757.849000', '103757.852000', '103757.857000', '103757.859000', '103757.862000', '103757.865000', '103757.868000', '103757.870000', '103757.873000', '103757.876000', '103757.878000', '103757.881000', '103757.883000', '103757.886000', '103757.889000', '103757.891000', '103757.894000', '103757.897000', '103757.899000', '103757.902000', '103757.904000', '103757.907000', '103757.910000', '103757.913000', '103757.915000', '103757.918000', '103757.920000', '103757.923000', '103757.926000', '103757.929000', '103757.931000', '103757.934000', '103817.773000', '103817.776000', '103817.778000', '103817.781000', '103817.784000', '103817.786000', '103817.789000', '103817.792000', '103817.795000', '103817.797000', '103817.866000', '103817.869000', '103817.872000', '103817.874000', '103817.877000', '103817.879000', '103817.882000', '103817.885000', '103817.887000', '103817.890000', '103817.893000', '103817.895000', '103817.898000', '103817.900000', '103817.903000', '103817.906000', '103817.908000', '103817.911000', '103817.914000', '103817.916000', '103817.919000', '103817.922000', '103817.924000', '103817.927000', '103817.929000', '103817.932000', '103817.935000', '103817.937000', '103817.940000', '103817.943000', '103817.945000', '103817.948000', '103817.950000', '103837.773000', '103837.776000', '103837.779000', '103837.781000', '103837.784000', '103837.787000', '103837.789000', '103837.792000', '103837.795000', '103837.797000', '103837.847000', '103837.850000', '103837.853000', '103837.855000', '103837.858000', '103837.860000', '103837.863000', '103837.866000', '103837.868000', '103837.871000', '103837.874000', '103837.876000', '103837.879000', '103837.882000', '103837.884000', '103837.887000', '103837.890000', '103837.892000', '103837.895000', '103837.898000', '103837.900000', '103837.903000', '103837.905000', '103837.908000', '103837.911000', '103837.913000', '103837.916000', '103837.919000', '103837.921000', '103837.924000', '103837.926000', '103837.929000', '103837.932000', '103837.934000', '103857.774000', '103857.776000', '103857.780000', '103857.782000', '103857.785000', '103857.788000', '103857.791000', '103857.793000', '103857.796000', '103857.798000', '103857.840000', '103857.843000', '103857.845000', '103857.848000', '103857.851000', '103857.853000', '103857.856000', '103857.858000', '103857.861000', '103857.864000', '103857.866000', '103857.869000', '103857.872000', '103857.874000', '103857.885000', '103857.888000', '103857.891000', '103857.893000', '103857.896000', '103857.898000', '103857.901000', '103857.904000', '103857.906000', '103857.909000', '103857.912000', '103857.914000', '103857.917000', '103857.919000', '103857.922000', '103857.925000', '103857.935000', '103857.937000', '103857.940000', '103917.774000', '103917.777000', '103917.779000', '103917.782000', '103917.785000', '103917.788000', '103917.790000', '103917.793000', '103917.796000', '103917.799000', '103917.827000', '103917.830000', '103917.832000', '103917.835000', '103917.838000', '103917.873000', '103917.876000', '103917.878000', '103917.881000', '103917.884000', '103917.886000', '103917.889000', '103917.892000', '103917.894000', '103917.897000', '103917.900000', '103917.903000', '103917.905000', '103917.908000', '103917.911000', '103917.913000', '103917.916000', '103917.919000', '103917.921000', '103917.924000', '103917.927000', '103917.929000', '103917.932000', '103917.935000', '103917.937000', '103917.940000', '103917.942000', '103917.945000', '103937.773000', '103937.776000', '103937.779000', '103937.781000', '103937.784000', '103937.787000', '103937.789000', '103937.792000', '103937.795000', '103937.797000', '103937.836000', '103937.838000', '103937.841000', '103937.844000', '103937.846000', '103937.849000', '103937.851000', '103937.854000', '103937.857000', '103937.859000', '103937.862000', '103937.865000', '103937.867000', '103937.870000', '103937.872000', '103937.875000', '103937.878000', '103937.881000', '103937.883000', '103937.886000', '103937.889000', '103937.891000', '103937.894000', '103937.896000', '103937.899000', '103937.902000', '103937.904000', '103937.907000', '103937.910000', '103937.912000', '103937.915000', '103937.918000', '103937.920000', '103937.923000', '103957.773000', '103957.775000', '103957.778000', '103957.781000', '103957.783000', '103957.786000', '103957.789000', '103957.791000', '103957.794000', '103957.797000', '103957.852000', '103957.854000', '103957.857000', '103957.859000', '103957.862000', '103957.865000', '103957.867000', '103957.870000', '103957.878000', '103957.881000', '103957.883000', '103957.886000', '103957.889000', '103957.891000', '103957.894000', '103957.897000', '103957.899000', '103957.902000', '103957.904000', '103957.907000', '103957.910000', '103957.913000', '103957.915000', '103957.918000', '103957.921000', '103957.923000', '103957.926000', '103957.928000', '103957.931000', '103957.934000', '103957.936000', '103957.939000', '103957.942000', '104017.773000', '104017.776000', '104017.778000', '104017.781000', '104017.784000', '104017.786000', '104017.789000', '104017.792000', '104017.794000', '104017.797000', '104017.879000', '104017.882000', '104017.884000', '104017.887000', '104017.890000', '104017.892000', '104017.895000', '104017.898000', '104017.900000', '104017.903000', '104017.905000', '104017.922000', '104017.925000', '104017.927000', '104017.930000', '104017.933000', '104017.935000', '104017.938000', '104017.941000', '104017.943000', '104017.946000', '104017.949000', '104017.951000', '104017.954000', '104017.957000', '104017.959000', '104017.962000', '104017.965000', '104017.967000', '104017.970000', '104017.972000', '104017.975000', '104017.978000', '104017.980000', '104037.773000', '104037.775000', '104037.778000', '104037.781000', '104037.783000', '104037.786000', '104037.789000', '104037.791000', '104037.794000', '104037.797000', '104037.870000', '104037.873000', '104037.875000', '104037.878000', '104037.881000', '104037.883000', '104037.887000', '104037.890000', '104037.893000', '104037.895000', '104037.898000', '104037.901000', '104037.904000', '104037.906000', '104037.909000', '104037.912000', '104037.914000', '104037.917000', '104037.919000', '104037.922000', '104037.925000', '104037.927000', '104037.930000', '104037.933000', '104037.936000', '104037.938000', '104037.942000', '104037.945000', '104037.947000', '104037.950000', '104037.952000', '104037.955000', '104037.958000', '104057.773000', '104057.776000', '104057.779000', '104057.781000', '104057.785000', '104057.788000', '104057.791000', '104057.793000', '104057.796000', '104057.799000', '104057.857000', '104057.860000', '104057.863000', '104057.865000', '104057.868000', '104057.871000', '104057.873000', '104057.876000', '104057.878000', '104057.881000', '104057.884000', '104057.886000', '104057.889000', '104057.892000', '104057.894000', '104057.897000', '104057.900000', '104057.902000', '104057.905000', '104057.908000', '104057.910000', '104057.913000', '104057.916000', '104057.918000', '104057.921000', '104057.924000', '104057.926000', '104057.929000', '104057.932000', '104057.934000', '104057.937000', '104057.940000', '104057.942000', '104057.945000', '104117.773000', '104117.776000', '104117.779000', '104117.782000', '104117.785000', '104117.787000', '104117.790000', '104117.793000', '104117.795000', '104117.798000', '104117.866000', '104117.869000', '104117.872000', '104117.874000', '104117.877000', '104117.880000', '104117.882000', '104117.885000', '104117.888000', '104117.890000', '104117.893000', '104117.896000', '104117.898000', '104117.901000', '104117.904000', '104117.906000', '104117.909000', '104117.911000', '104117.914000', '104117.917000', '104117.919000', '104117.922000', '104117.925000', '104117.927000', '104117.930000', '104117.933000', '104117.936000', '104117.938000', '104117.941000', '104117.943000', '104117.946000', '104117.949000', '104117.951000', '104137.774000', '104137.777000', '104137.779000', '104137.782000', '104137.785000', '104137.787000', '104137.790000', '104137.793000', '104137.795000', '104137.798000', '104137.850000', '104137.853000', '104137.856000', '104137.858000', '104137.861000', '104137.864000', '104137.867000', '104137.869000', '104137.881000', '104137.883000', '104137.886000', '104137.889000', '104137.891000', '104137.894000', '104137.897000', '104137.899000', '104137.902000', '104137.905000', '104137.907000', '104137.910000', '104137.913000', '104137.915000', '104137.918000', '104137.921000', '104137.923000', '104137.926000', '104137.929000', '104137.931000', '104137.934000', '104137.937000', '104137.939000', '104137.942000', '104137.944000', '104137.947000', '104157.773000', '104157.776000', '104157.778000', '104157.781000', '104157.784000', '104157.787000', '104157.789000', '104157.792000', '104157.794000', '104157.797000', '104157.859000', '104157.862000', '104157.864000', '104157.867000', '104157.870000', '104157.872000', '104157.875000', '104157.878000', '104157.881000', '104157.883000', '104157.886000', '104157.888000', '104157.891000', '104157.894000', '104157.896000', '104157.899000', '104157.902000', '104157.904000', '104157.907000', '104157.909000', '104157.912000', '104157.915000', '104157.918000', '104157.920000', '104157.923000', '104157.927000', '104157.929000', '104157.932000', '104157.935000', '104157.937000', '104157.940000', '104157.943000', '104157.945000', '104217.773000', '104217.776000', '104217.779000', '104217.781000', '104217.784000', '104217.786000', '104217.789000', '104217.791000', '104217.794000', '104217.797000', '104217.799000', '104217.827000', '104217.829000', '104217.832000', '104217.835000', '104217.837000', '104217.840000', '104217.843000', '104217.845000', '104217.848000', '104217.851000', '104217.853000', '104217.856000', '104217.859000', '104217.861000', '104217.864000', '104217.867000', '104217.869000', '104217.872000', '104217.874000', '104217.877000', '104217.880000', '104217.882000', '104217.885000', '104217.888000', '104217.890000', '104217.893000', '104217.896000', '104217.898000', '104217.901000', '104217.904000', '104217.906000', '104217.909000', '104217.912000', '104237.773000', '104237.776000', '104237.778000', '104237.781000', '104237.784000', '104237.786000', '104237.789000', '104237.791000', '104237.794000', '104237.797000', '104237.860000', '104237.862000', '104237.865000', '104237.868000', '104237.870000', '104237.873000', '104237.876000', '104237.878000', '104237.881000', '104237.884000', '104237.886000', '104237.889000', '104237.891000', '104237.894000', '104237.897000', '104237.900000', '104237.902000', '104237.905000', '104237.908000', '104237.910000', '104237.913000', '104237.916000', '104237.918000', '104237.921000', '104237.924000', '104237.926000', '104237.929000', '104237.931000', '104237.934000', '104237.937000', '104237.939000', '104237.942000', '104237.945000', '104250.326000', '104250.344000', '104250.347000', '104250.350000', '104250.352000', '104250.355000', '104250.358000', '104250.361000', '104250.364000', '104250.367000', '104250.370000', '104250.372000', '104250.376000', '104250.379000', '104250.397000', '104250.400000', '104250.403000', '104250.406000', '104250.409000', '104250.414000', '104250.417000', '104250.420000', '104250.424000', '104250.428000', '104250.433000', '104250.437000', '104250.440000', '104250.443000'], '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': [14283, 8296, 14521, 7818, 12909, 7677, 14632, 9706, 13920, 8577, 12936, 7217, 11258, 6789, 13643, 7430, 11637, 6443, 10581, 6473, 12465, 7192, 11311, 6295, 10448, 6349, 10771, 8541, 10474, 7685, 8082, 9612, 7290, 11940, 8960, 11601, 8182, 10915, 7238, 11597, 7154, 12341, 8000, 12275, 7045, 11458, 6989, 11495, 7108, 12902, 7170, 11627, 7043, 11702, 6230, 12795, 6496, 12333, 6640, 11646, 6282, 11547, 6259, 12179, 6786, 10757, 6441, 9684, 7063, 12155, 7911, 10279, 7643, 8045, 10790, 7323, 13124, 8971, 13782, 7978, 11341, 7141, 10773, 6449, 11593, 6121, 11063, 6244, 8578, 7185, 8224, 10352, 7778, 12323, 8650, 10740, 7177, 11806, 6753, 10897, 6692, 12517, 7729, 12310, 7014, 11483, 6935, 11402, 6829, 13156, 7476, 12362, 6922, 11548, 6809, 12897, 7342, 12625, 6822, 10352, 7148, 9856, 11252, 10287, 11725, 8237, 11307, 7332, 13468, 8667, 12089, 7377, 11023, 6742, 11757, 7350, 11785, 6569, 10572, 7128, 11642, 6624, 12502, 6859, 10211, 6273, 8978, 6333, 12026, 6570, 10882, 6397, 10991, 6374, 11861, 8160, 10593, 7506, 10662, 7009, 10012, 6963, 11004, 6325, 10059, 6496, 10349, 6324, 11082, 6334, 11061, 6871, 10523, 9077, 12123, 10649, 9786, 9671, 8664, 8837, 8666, 10831, 7496, 11661, 8534, 12073, 7502, 11208, 7165, 10674, 6821, 10455, 6483, 11724, 6787, 11797, 6542, 11051, 7089, 11142, 6097, 11212, 6149, 11929, 6402, 9587, 6248, 8730, 9923, 7763, 13324, 8255, 12137, 7078, 10885, 6636, 9962, 6568, 10977, 6162, 8903, 6524, 8194, 11359, 7779, 12632, 7934, 11464, 6827, 11406, 6341, 11221, 6271, 10734, 7098, 8804, 8412, 8521, 11070, 8706, 12258, 9303, 11281, 7788, 11948, 7368, 12316, 7549, 13052, 6532, 11603, 7209, 9350, 12294, 9374, 13535, 8485, 11682, 7177, 12828, 6689, 11882, 6378, 10450, 6304, 9859, 11482, 8946, 11925, 7799, 11447, 7184, 11522, 6499, 11191, 6247, 11724, 6574, 8960, 7553, 8485, 11716, 8908, 12628, 8052, 11297, 7107, 11598, 6609, 12568, 6792, 10164, 6767, 8893, 12530, 9071, 14358, 9042, 12595, 8051, 11613, 6449, 10684, 6383, 10368, 11319, 8758, 12433, 7765, 11412, 7052, 12390, 6791, 10733, 6295, 10555, 6431, 9350, 9486, 10028, 11411, 8679, 10837, 8086, 12130, 7893, 12696, 7381, 13576, 7133, 10971, 8129, 11322, 11300, 10706, 10461, 8958, 12105, 9438, 12694, 8920, 12367, 8283, 11512, 7282, 12290, 7265, 9904, 6380, 12066, 7086, 11020, 6461, 9978, 6295, 12322, 7388, 12081, 7362, 10985, 7318, 11201, 7083, 10332, 6805, 11074, 7302, 11490, 7183, 10762, 7300, 12154, 8230, 10692, 9457, 10521, 11880, 10750, 12238, 11084, 14269, 8550, 14106, 7644, 11903, 7308, 10750, 7246, 11731, 7311, 10078, 6950, 9702, 6714, 9179, 8030, 10842, 7741, 8163, 6711, 8202, 8088, 9928, 6648, 8077, 7202, 7701, 7229, 9988, 6461, 10256, 6540, 9433, 6457, 11621, 6732, 9705, 6377, 10353, 7451, 11407, 6854, 10668, 6622, 12425, 7472, 12310, 7612, 11079, 7343, 11899, 8047, 12883, 8758, 10500, 7746, 9326, 7772, 9301, 8980, 10683, 9822, 6695, 9343, 7023, 12148, 7720, 12699, 7980, 13838, 9333, 13593, 8463, 10634, 7409, 10048, 8514, 7965, 8231, 7815, 8353, 8307, 9704, 8338, 9069, 6370, 10475, 6681, 10792, 6657, 11445, 6805, 10543, 6998, 11585, 7217, 10549, 6757, 10849, 7059, 11500, 7112, 10261, 7187, 11118, 7018, 11389, 7291, 12538, 7305, 9827, 6604, 8824, 6742, 11068, 9892, 8392, 10209, 7594, 11849, 8033, 11936, 7321, 10201, 6711, 9714, 6252, 11152, 6334, 8289, 6458, 7722, 8538, 9013, 9799, 7193, 10640, 7400, 11890, 8294, 11419, 7839, 10526, 6906, 10655, 6491, 11049, 7814, 8607, 9055, 7947, 12525, 9722, 13656, 8276, 10811, 6644, 10574, 6306, 11637, 7645, 8674, 8472, 7985, 11480, 9331, 9864, 7588, 9887, 7204, 10015, 7609, 9815, 7363, 8272, 7071, 9217, 9062, 10432, 8657, 9638, 7876, 11804, 9222, 15005, 10659, 15681, 10112, 13352, 8418, 14402, 9205, 13262, 8243, 11094, 7359, 11980, 7712, 12435, 7614, 10554, 6735, 10289, 6615, 11260, 6834, 10328, 6414, 8923, 6917, 10356, 7754, 9286, 6559, 8546, 7247, 8691, 10347, 9667, 7859, 8457, 7668, 9160, 9001, 9362, 10958, 8644, 7319, 10436, 6724, 9820, 6780, 10824, 7306, 11459, 7583, 11232, 7421, 11676, 7368, 12044, 8844, 15836, 10577, 15219, 11088, 14225, 9864, 13048, 7445, 11259, 7180, 11734, 7022, 11536, 6661, 10458, 6778, 8878, 6669, 6748, 8486, 6400, 10418, 6491, 12090, 7517, 11246, 6952, 9406, 6592, 10719, 7983, 6431, 7066, 6371, 8088, 7028, 10104, 6549, 8799, 6361, 9352, 6193, 11898, 6975, 10783, 7160, 11000, 7642, 12079, 8699, 9489, 7649, 10083, 8909, 10062, 8814, 10894, 8955, 12597, 10742, 10655, 9426, 9528, 8930, 11045, 10223, 10062, 9175, 9333, 8329, 10995, 9139, 11082, 8653, 9424, 7687, 10063, 8306, 10776, 7952, 8856, 6983, 9542, 8016, 10302, 7979, 9563, 7332, 9727, 7403, 10992, 8512, 9994, 7442, 9992, 7035, 10854, 8291, 10171, 7162, 9211, 6880, 10578, 8010, 10912, 7546, 10370, 7152, 11073, 7284, 12379, 7901, 10984, 7312, 10216, 6586, 11410, 7116, 11958, 6922, 10885, 6707, 11239, 6656, 12408, 6906, 10682, 6688, 10740, 6759, 11474, 7044, 10825, 6758, 9159, 6310, 9900, 6669, 11555, 6650, 10627, 6584, 10089, 8030, 9374, 9817, 8381, 9979, 7789, 11856, 8686, 12074, 7643, 11517, 7141, 11304, 7118, 11281, 6857, 9731, 6615, 9838, 6202, 11501, 6513, 10219, 6401, 10175, 6145, 11687, 6706, 9861, 6354, 9274, 6373, 10878, 6501, 9143, 6470, 8095, 7803, 9642, 9945, 8196, 8620, 7426, 10495, 8638, 11817, 8858, 11729, 7753, 10636, 7185, 12050, 7945, 12533, 7126, 11084, 6856, 11684, 6429, 13072, 6824, 10191, 6543, 9183, 8827, 11266, 10093, 8488, 9497, 7606, 11725, 8510, 13337, 9071, 12253, 7647, 11193, 7302, 12229, 7056, 13092, 6845, 10560, 6523, 9802, 6796, 10556, 10193, 9215, 8668, 7460, 10808, 7164, 12488, 8422, 12532, 7414, 10987, 6839, 11860, 7345, 12434, 7011, 10760, 6749, 11917, 6659, 12937, 7106, 10463, 6330, 10350, 6424, 12579, 7101, 10080, 7216, 8926, 8810, 10687, 11069, 9803, 7534, 8802, 7916, 9005, 10771, 9896, 10287, 8129, 9364, 7827, 11927, 9523, 11174, 7695, 11901, 7460, 11679, 7887, 13200, 7911, 11444, 7592, 11226, 7300, 11601, 8100, 9295, 7055, 9136, 7068, 10228, 8567, 8884, 7399, 9212, 7187, 11283, 8343, 13082, 8635, 11674, 7257, 10494, 6553, 11608, 6687, 12238, 6931, 10418, 6348, 8878, 6310, 10391, 9623, 8827, 7186, 7821, 8307, 8157, 10371, 9828, 10156, 8567, 7532, 8092, 8986, 9170, 11611, 9334, 10804, 7606, 10943, 7856, 11453, 8417, 7218, 9826, 7527, 11867, 8888, 12444, 7144, 11319, 6754, 13134, 7891, 12387, 7718, 11641, 7122, 11421, 6930, 12500, 6995, 10644, 6260, 10304, 6095, 12244, 6509, 10715, 6288, 10238, 6282, 12200, 6527, 10842, 6369, 10052, 6044, 12413, 7054, 10832, 6841, 11640, 6917, 11137, 7088, 13718, 8195, 12195, 7552, 12682, 8428, 8768, 6774, 10498, 7371, 9451, 7925, 8884, 8650, 6632, 8549, 6390, 9153, 7695, 11233, 6724, 9901, 6802, 7157, 6435, 9688, 6458, 11232, 6515, 11714, 7295, 12450, 7828, 10165, 7424, 10319, 8594, 8177, 7234, 6706, 7429, 8048, 9636, 9990, 10052, 6331, 10656, 6379, 9751, 6284, 12207, 6724, 12878, 7013, 11757, 6713, 12171, 6928, 12879, 8196, 14712, 8576, 12840, 7538, 11966, 7397, 12224, 7862, 13048, 8103, 11717, 7683, 10599, 7063, 11420, 7894, 12306, 7024, 10329, 6691, 10330, 7000, 9711, 6373, 11038, 6351, 10187, 6446, 9437, 6299, 9367, 6360, 9302, 7779, 11033, 7255, 8483, 6521, 8242, 7316, 9295, 10064, 9854, 7582, 8406, 8444, 8302, 9075, 9194, 9868, 9660, 8248, 7697, 8174, 8528, 11231, 9843, 10543, 8273, 11245, 7616, 12119, 8116, 14830, 8633, 12038, 7433, 10552, 6755, 12481, 7669, 12756, 7402, 11249, 6836, 10881, 7178, 12623, 7336, 12215, 6744, 11727, 6752, 13284, 7911, 13503, 7496, 11946, 6982, 11280, 6712, 12814, 8008, 11546, 7012, 10691, 6754, 10978, 7100, 12217, 7430, 11152, 6638, 10383, 6888, 11897, 6995, 12125, 6748, 11108, 6964, 10875, 6209, 12802, 6812, 10371, 6339, 9827, 6253, 12607, 7374, 10849, 6677, 9216, 6807, 9648, 10640, 9881, 10296, 7949, 10577, 7182, 12762, 8775, 12564, 7457, 11048, 6791, 10802, 6495, 12176, 6998, 11181, 6829, 11075, 6512, 11040, 6194, 11878, 6423, 10681, 6316, 9725, 6154, 11940, 7241, 10691, 6554, 9362, 6710, 8319, 10270, 9602, 9034, 8963, 8585, 8361, 9640, 8694, 11126, 9310, 10020, 8036, 10653, 7615, 12090, 7889, 12857, 8250, 8540, 7214, 6216, 7289, 6377, 8425, 6719, 10107, 6804, 12356, 7503, 12824, 8881, 12301, 9317, 12832, 10104, 13455, 10872, 12955, 10362, 11186, 8455, 10363, 7631, 9745, 7725, 10476, 7416, 11337, 7161, 10589, 6921, 10451, 6825, 10113, 6597, 10096, 6613, 9862, 6531, 10558, 6459, 11568, 6869, 10413, 6645, 10367, 6458, 10605, 6802, 10439, 7003, 9460, 6583, 10189, 7241, 8794, 6505, 8053, 6498, 9530, 7445, 8541, 7779, 8449, 7630, 9274, 9381, 7941, 10110, 9234, 10335, 10688, 10178, 13437, 11030, 11333, 9427, 9722, 8803, 10107, 8250, 11944, 8651, 11061, 7626, 11865, 7418, 11062, 7151, 11147, 7112, 10366, 6819, 10236, 6732, 9897, 6562, 10623, 6462, 11547, 6984, 10286, 6189, 9341, 6407, 8784, 10042, 9179, 9884, 7486, 9755, 7016, 10778, 7684, 11548, 7384, 11297, 6724, 10427, 6248, 10790, 6436, 11433, 6812, 10948, 6540, 10866, 6370, 10910, 6141], 'WindowCenter': [3980.0, 3909.0, 3950.0, 3871.0, 3921.0, 3867.0, 3931.0, 3889.0, 3919.0, 3864.0, 3906.0, 3853.0, 3884.0, 3831.0, 3916.0, 3853.0, 3895.0, 3831.0, 3883.0, 3831.0, 3904.0, 3842.0, 3896.0, 3832.0, 3884.0, 3830.0, 3885.0, 3863.0, 3886.0, 3852.0, 3865.0, 3874.0, 3853.0, 3894.0, 3873.0, 3895.0, 3864.0, 3884.0, 3855.0, 3894.0, 3843.0, 3894.0, 3864.0, 3895.0, 3843.0, 3896.0, 3843.0, 3894.0, 3854.0, 3907.0, 3855.0, 3896.0, 3854.0, 3895.0, 3834.0, 3905.0, 3844.0, 3907.0, 3844.0, 3896.0, 3844.0, 3896.0, 3844.0, 3908.0, 3843.0, 3897.0, 3843.0, 3874.0, 3842.0, 3907.0, 3854.0, 3886.0, 3852.0, 3865.0, 3884.0, 3842.0, 3892.0, 3863.0, 3905.0, 3854.0, 3884.0, 3842.0, 3884.0, 3829.0, 3883.0, 3820.0, 3895.0, 3832.0, 3863.0, 3841.0, 3863.0, 3872.0, 3853.0, 3894.0, 3864.0, 3885.0, 3842.0, 3894.0, 3843.0, 3884.0, 3844.0, 3905.0, 3865.0, 3906.0, 3855.0, 3896.0, 3852.0, 3896.0, 3845.0, 3907.0, 3857.0, 3907.0, 3857.0, 3897.0, 3845.0, 3908.0, 3854.0, 3908.0, 3842.0, 3885.0, 3842.0, 3883.0, 3883.0, 3884.0, 3895.0, 3862.0, 3882.0, 3853.0, 3903.0, 3864.0, 3893.0, 3841.0, 3882.0, 3841.0, 3892.0, 3853.0, 3894.0, 3842.0, 3884.0, 3843.0, 3895.0, 3843.0, 3905.0, 3841.0, 3884.0, 3833.0, 3863.0, 3830.0, 3895.0, 3842.0, 3884.0, 3831.0, 3884.0, 3833.0, 3908.0, 3866.0, 3886.0, 3855.0, 3899.0, 3857.0, 3886.0, 3843.0, 3883.0, 3832.0, 3872.0, 3831.0, 3883.0, 3833.0, 3894.0, 3832.0, 3883.0, 3831.0, 3870.0, 3849.0, 3893.0, 3871.0, 3861.0, 3859.0, 3848.0, 3848.0, 3846.0, 3867.0, 3826.0, 3868.0, 3848.0, 3879.0, 3838.0, 3880.0, 3828.0, 3869.0, 3828.0, 3868.0, 3829.0, 3880.0, 3830.0, 3892.0, 3831.0, 3882.0, 3841.0, 3882.0, 3819.0, 3882.0, 3822.0, 3894.0, 3832.0, 3874.0, 3832.0, 3865.0, 3874.0, 3853.0, 3905.0, 3863.0, 3896.0, 3845.0, 3896.0, 3845.0, 3885.0, 3844.0, 3897.0, 3834.0, 3877.0, 3845.0, 3877.0, 3898.0, 3867.0, 3908.0, 3867.0, 3908.0, 3847.0, 3899.0, 3847.0, 3899.0, 3847.0, 3900.0, 3857.0, 3878.0, 3878.0, 3878.0, 3898.0, 3879.0, 3909.0, 3889.0, 3899.0, 3869.0, 3909.0, 3858.0, 3909.0, 3868.0, 3922.0, 3847.0, 3910.0, 3856.0, 3889.0, 3908.0, 3890.0, 3921.0, 3879.0, 3909.0, 3857.0, 3909.0, 3847.0, 3910.0, 3847.0, 3900.0, 3847.0, 3890.0, 3899.0, 3892.0, 3911.0, 3869.0, 3910.0, 3858.0, 3910.0, 3838.0, 3902.0, 3848.0, 3912.0, 3847.0, 3880.0, 3869.0, 3881.0, 3911.0, 3894.0, 3926.0, 3885.0, 3914.0, 3862.0, 3913.0, 3849.0, 3923.0, 3849.0, 3902.0, 3849.0, 3882.0, 3913.0, 3879.0, 3921.0, 3880.0, 3913.0, 3870.0, 3909.0, 3848.0, 3899.0, 3836.0, 3902.0, 3900.0, 3881.0, 3912.0, 3872.0, 3902.0, 3861.0, 3923.0, 3850.0, 3902.0, 3850.0, 3900.0, 3849.0, 3891.0, 3891.0, 3902.0, 3915.0, 3882.0, 3901.0, 3872.0, 3911.0, 3870.0, 3907.0, 3859.0, 3923.0, 3848.0, 3899.0, 3867.0, 3900.0, 3899.0, 3889.0, 3889.0, 3879.0, 3908.0, 3877.0, 3908.0, 3878.0, 3909.0, 3868.0, 3898.0, 3857.0, 3910.0, 3857.0, 3888.0, 3846.0, 3909.0, 3858.0, 3899.0, 3848.0, 3887.0, 3846.0, 3922.0, 3869.0, 3921.0, 3869.0, 3912.0, 3882.0, 3912.0, 3869.0, 3901.0, 3859.0, 3910.0, 3871.0, 3909.0, 3870.0, 3913.0, 3870.0, 3909.0, 3867.0, 3886.0, 3886.0, 3887.0, 3898.0, 3885.0, 3895.0, 3885.0, 3918.0, 3863.0, 3906.0, 3852.0, 3882.0, 3836.0, 3871.0, 3839.0, 3893.0, 3840.0, 3870.0, 3830.0, 3860.0, 3829.0, 3861.0, 3851.0, 3884.0, 3851.0, 3862.0, 3830.0, 3863.0, 3853.0, 3885.0, 3843.0, 3866.0, 3855.0, 3855.0, 3854.0, 3887.0, 3844.0, 3898.0, 3845.0, 3887.0, 3846.0, 3909.0, 3857.0, 3888.0, 3847.0, 3898.0, 3858.0, 3910.0, 3857.0, 3898.0, 3847.0, 3908.0, 3867.0, 3909.0, 3867.0, 3898.0, 3866.0, 3908.0, 3867.0, 3908.0, 3878.0, 3886.0, 3856.0, 3876.0, 3855.0, 3862.0, 3863.0, 3885.0, 3886.0, 3843.0, 3874.0, 3842.0, 3895.0, 3853.0, 3894.0, 3853.0, 3905.0, 3874.0, 3906.0, 3865.0, 3884.0, 3841.0, 3870.0, 3864.0, 3852.0, 3862.0, 3852.0, 3863.0, 3863.0, 3887.0, 3864.0, 3887.0, 3833.0, 3885.0, 3842.0, 3895.0, 3846.0, 3906.0, 3843.0, 3897.0, 3857.0, 3896.0, 3854.0, 3883.0, 3842.0, 3884.0, 3843.0, 3909.0, 3845.0, 3885.0, 3842.0, 3894.0, 3843.0, 3894.0, 3842.0, 3906.0, 3853.0, 3872.0, 3843.0, 3862.0, 3830.0, 3883.0, 3872.0, 3862.0, 3872.0, 3840.0, 3880.0, 3851.0, 3892.0, 3841.0, 3872.0, 3830.0, 3872.0, 3829.0, 3883.0, 3832.0, 3863.0, 3831.0, 3852.0, 3862.0, 3864.0, 3884.0, 3843.0, 3883.0, 3854.0, 3895.0, 3866.0, 3896.0, 3866.0, 3897.0, 3855.0, 3885.0, 3832.0, 3896.0, 3852.0, 3866.0, 3863.0, 3854.0, 3895.0, 3875.0, 3906.0, 3863.0, 3884.0, 3831.0, 3884.0, 3831.0, 3894.0, 3854.0, 3877.0, 3864.0, 3864.0, 3896.0, 3876.0, 3884.0, 3854.0, 3885.0, 3855.0, 3884.0, 3867.0, 3887.0, 3868.0, 3878.0, 3858.0, 3887.0, 3889.0, 3911.0, 3880.0, 3887.0, 3867.0, 3897.0, 3877.0, 3930.0, 3886.0, 3928.0, 3886.0, 3905.0, 3852.0, 3904.0, 3862.0, 3892.0, 3852.0, 3882.0, 3840.0, 3893.0, 3852.0, 3894.0, 3853.0, 3882.0, 3844.0, 3882.0, 3830.0, 3883.0, 3831.0, 3883.0, 3830.0, 3873.0, 3855.0, 3884.0, 3854.0, 3875.0, 3832.0, 3864.0, 3842.0, 3876.0, 3887.0, 3886.0, 3864.0, 3863.0, 3865.0, 3875.0, 3863.0, 3873.0, 3898.0, 3863.0, 3853.0, 3900.0, 3845.0, 3886.0, 3842.0, 3882.0, 3842.0, 3883.0, 3852.0, 3883.0, 3855.0, 3895.0, 3852.0, 3894.0, 3862.0, 3904.0, 3870.0, 3901.0, 3869.0, 3889.0, 3856.0, 3877.0, 3826.0, 3865.0, 3812.0, 3890.0, 3827.0, 3866.0, 3815.0, 3853.0, 3812.0, 3831.0, 3809.0, 3813.0, 3845.0, 3815.0, 3867.0, 3815.0, 3880.0, 3839.0, 3869.0, 3828.0, 3846.0, 3828.0, 3869.0, 3853.0, 3831.0, 3843.0, 3830.0, 3853.0, 3843.0, 3886.0, 3833.0, 3875.0, 3844.0, 3875.0, 3834.0, 3907.0, 3855.0, 3897.0, 3857.0, 3897.0, 3866.0, 3908.0, 3877.0, 3886.0, 3867.0, 3886.0, 3878.0, 3887.0, 3875.0, 3897.0, 3876.0, 3907.0, 3898.0, 3886.0, 3876.0, 3875.0, 3875.0, 3882.0, 3885.0, 3872.0, 3874.0, 3873.0, 3853.0, 3882.0, 3874.0, 3883.0, 3863.0, 3862.0, 3853.0, 3872.0, 3864.0, 3884.0, 3852.0, 3861.0, 3842.0, 3872.0, 3853.0, 3884.0, 3854.0, 3873.0, 3854.0, 3873.0, 3842.0, 3883.0, 3863.0, 3872.0, 3856.0, 3901.0, 3857.0, 3895.0, 3864.0, 3881.0, 3843.0, 3872.0, 3842.0, 3883.0, 3854.0, 3885.0, 3854.0, 3884.0, 3843.0, 3882.0, 3853.0, 3895.0, 3852.0, 3884.0, 3853.0, 3883.0, 3843.0, 3894.0, 3844.0, 3895.0, 3842.0, 3883.0, 3843.0, 3895.0, 3843.0, 3907.0, 3843.0, 3884.0, 3842.0, 3884.0, 3843.0, 3894.0, 3843.0, 3884.0, 3844.0, 3875.0, 3831.0, 3885.0, 3843.0, 3906.0, 3845.0, 3898.0, 3846.0, 3886.0, 3865.0, 3875.0, 3884.0, 3865.0, 3885.0, 3853.0, 3896.0, 3876.0, 3906.0, 3854.0, 3895.0, 3842.0, 3894.0, 3843.0, 3894.0, 3842.0, 3874.0, 3844.0, 3872.0, 3832.0, 3895.0, 3834.0, 3885.0, 3832.0, 3885.0, 3832.0, 3907.0, 3844.0, 3886.0, 3845.0, 3874.0, 3832.0, 3897.0, 3844.0, 3888.0, 3841.0, 3865.0, 3854.0, 3886.0, 3886.0, 3866.0, 3876.0, 3856.0, 3885.0, 3876.0, 3908.0, 3876.0, 3906.0, 3866.0, 3885.0, 3845.0, 3895.0, 3864.0, 3905.0, 3844.0, 3895.0, 3842.0, 3894.0, 3832.0, 3906.0, 3842.0, 3885.0, 3832.0, 3874.0, 3862.0, 3895.0, 3884.0, 3863.0, 3873.0, 3852.0, 3893.0, 3864.0, 3905.0, 3875.0, 3895.0, 3854.0, 3883.0, 3842.0, 3894.0, 3843.0, 3906.0, 3844.0, 3884.0, 3831.0, 3873.0, 3830.0, 3884.0, 3884.0, 3874.0, 3864.0, 3854.0, 3883.0, 3843.0, 3894.0, 3865.0, 3906.0, 3855.0, 3896.0, 3843.0, 3895.0, 3853.0, 3906.0, 3855.0, 3895.0, 3844.0, 3895.0, 3843.0, 3907.0, 3844.0, 3885.0, 3834.0, 3885.0, 3832.0, 3907.0, 3842.0, 3886.0, 3854.0, 3875.0, 3874.0, 3895.0, 3896.0, 3885.0, 3866.0, 3876.0, 3865.0, 3875.0, 3895.0, 3887.0, 3886.0, 3867.0, 3873.0, 3854.0, 3896.0, 3886.0, 3895.0, 3856.0, 3896.0, 3854.0, 3892.0, 3865.0, 3908.0, 3866.0, 3896.0, 3864.0, 3895.0, 3855.0, 3906.0, 3868.0, 3887.0, 3855.0, 3887.0, 3856.0, 3896.0, 3878.0, 3878.0, 3867.0, 3887.0, 3856.0, 3895.0, 3864.0, 3907.0, 3877.0, 3895.0, 3854.0, 3885.0, 3830.0, 3894.0, 3841.0, 3893.0, 3842.0, 3884.0, 3833.0, 3872.0, 3830.0, 3884.0, 3874.0, 3874.0, 3853.0, 3865.0, 3863.0, 3863.0, 3883.0, 3886.0, 3886.0, 3875.0, 3865.0, 3866.0, 3875.0, 3887.0, 3907.0, 3888.0, 3899.0, 3866.0, 3896.0, 3854.0, 3894.0, 3863.0, 3852.0, 3885.0, 3854.0, 3898.0, 3874.0, 3906.0, 3841.0, 3884.0, 3842.0, 3905.0, 3864.0, 3905.0, 3853.0, 3895.0, 3842.0, 3893.0, 3840.0, 3904.0, 3843.0, 3884.0, 3832.0, 3881.0, 3831.0, 3906.0, 3833.0, 3886.0, 3833.0, 3883.0, 3833.0, 3906.0, 3844.0, 3897.0, 3846.0, 3886.0, 3834.0, 3907.0, 3868.0, 3911.0, 3869.0, 3909.0, 3856.0, 3896.0, 3855.0, 3918.0, 3865.0, 3895.0, 3853.0, 3906.0, 3864.0, 3861.0, 3842.0, 3883.0, 3842.0, 3872.0, 3864.0, 3874.0, 3876.0, 3843.0, 3876.0, 3833.0, 3875.0, 3851.0, 3882.0, 3842.0, 3887.0, 3857.0, 3871.0, 3860.0, 3873.0, 3830.0, 3881.0, 3818.0, 3894.0, 3849.0, 3905.0, 3853.0, 3883.0, 3853.0, 3884.0, 3876.0, 3863.0, 3853.0, 3843.0, 3852.0, 3851.0, 3874.0, 3874.0, 3887.0, 3831.0, 3884.0, 3833.0, 3875.0, 3833.0, 3906.0, 3843.0, 3908.0, 3854.0, 3895.0, 3845.0, 3906.0, 3844.0, 3906.0, 3864.0, 3916.0, 3865.0, 3906.0, 3852.0, 3895.0, 3840.0, 3895.0, 3852.0, 3905.0, 3852.0, 3893.0, 3850.0, 3882.0, 3841.0, 3892.0, 3852.0, 3893.0, 3841.0, 3883.0, 3842.0, 3882.0, 3840.0, 3871.0, 3829.0, 3883.0, 3831.0, 3883.0, 3829.0, 3872.0, 3832.0, 3872.0, 3830.0, 3872.0, 3852.0, 3895.0, 3852.0, 3874.0, 3843.0, 3863.0, 3852.0, 3874.0, 3885.0, 3886.0, 3854.0, 3865.0, 3864.0, 3865.0, 3874.0, 3876.0, 3886.0, 3886.0, 3865.0, 3866.0, 3864.0, 3876.0, 3896.0, 3887.0, 3887.0, 3866.0, 3897.0, 3852.0, 3893.0, 3852.0, 3915.0, 3862.0, 3893.0, 3841.0, 3871.0, 3829.0, 3892.0, 3852.0, 3893.0, 3854.0, 3894.0, 3842.0, 3882.0, 3839.0, 3891.0, 3854.0, 3907.0, 3843.0, 3894.0, 3842.0, 3916.0, 3865.0, 3917.0, 3854.0, 3894.0, 3842.0, 3893.0, 3843.0, 3903.0, 3866.0, 3895.0, 3854.0, 3896.0, 3843.0, 3894.0, 3854.0, 3904.0, 3854.0, 3894.0, 3843.0, 3885.0, 3843.0, 3893.0, 3854.0, 3905.0, 3842.0, 3895.0, 3841.0, 3883.0, 3830.0, 3919.0, 3840.0, 3883.0, 3842.0, 3873.0, 3832.0, 3904.0, 3853.0, 3894.0, 3842.0, 3872.0, 3841.0, 3873.0, 3883.0, 3898.0, 3885.0, 3863.0, 3883.0, 3839.0, 3904.0, 3863.0, 3904.0, 3852.0, 3895.0, 3841.0, 3883.0, 3833.0, 3906.0, 3854.0, 3894.0, 3844.0, 3895.0, 3844.0, 3895.0, 3832.0, 3906.0, 3843.0, 3895.0, 3843.0, 3884.0, 3830.0, 3906.0, 3854.0, 3896.0, 3846.0, 3886.0, 3845.0, 3874.0, 3885.0, 3886.0, 3875.0, 3875.0, 3875.0, 3864.0, 3873.0, 3876.0, 3897.0, 3887.0, 3885.0, 3864.0, 3895.0, 3854.0, 3895.0, 3865.0, 3906.0, 3878.0, 3876.0, 3868.0, 3845.0, 3866.0, 3843.0, 3864.0, 3843.0, 3887.0, 3842.0, 3906.0, 3852.0, 3906.0, 3875.0, 3906.0, 3873.0, 3893.0, 3870.0, 3881.0, 3869.0, 3877.0, 3857.0, 3853.0, 3834.0, 3845.0, 3822.0, 3843.0, 3820.0, 3842.0, 3811.0, 3852.0, 3810.0, 3852.0, 3811.0, 3853.0, 3812.0, 3851.0, 3813.0, 3854.0, 3814.0, 3854.0, 3812.0, 3867.0, 3817.0, 3880.0, 3828.0, 3881.0, 3829.0, 3882.0, 3828.0, 3882.0, 3843.0, 3884.0, 3856.0, 3875.0, 3845.0, 3897.0, 3867.0, 3877.0, 3847.0, 3874.0, 3847.0, 3898.0, 3870.0, 3891.0, 3880.0, 3878.0, 3869.0, 3887.0, 3891.0, 3879.0, 3900.0, 3888.0, 3899.0, 3897.0, 3886.0, 3919.0, 3896.0, 3896.0, 3876.0, 3885.0, 3874.0, 3883.0, 3861.0, 3895.0, 3863.0, 3895.0, 3854.0, 3895.0, 3852.0, 3894.0, 3855.0, 3895.0, 3854.0, 3887.0, 3856.0, 3898.0, 3857.0, 3882.0, 3856.0, 3897.0, 3843.0, 3909.0, 3855.0, 3887.0, 3834.0, 3872.0, 3832.0, 3875.0, 3875.0, 3875.0, 3886.0, 3855.0, 3886.0, 3854.0, 3896.0, 3867.0, 3896.0, 3855.0, 3896.0, 3845.0, 3896.0, 3843.0, 3896.0, 3846.0, 3908.0, 3857.0, 3897.0, 3846.0, 3896.0, 3845.0, 3898.0, 3846.0], 'WindowWidth': [8891.0, 8776.0, 8828.0, 8707.0, 8772.0, 8693.0, 8784.0, 8723.0, 8765.0, 8683.0, 8743.0, 8666.0, 8706.0, 8635.0, 8755.0, 8666.0, 8723.0, 8635.0, 8703.0, 8634.0, 8734.0, 8652.0, 8724.0, 8637.0, 8706.0, 8632.0, 8708.0, 8677.0, 8714.0, 8664.0, 8683.0, 8695.0, 8664.0, 8719.0, 8691.0, 8724.0, 8681.0, 8708.0, 8670.0, 8719.0, 8652.0, 8720.0, 8684.0, 8723.0, 8654.0, 8725.0, 8654.0, 8722.0, 8671.0, 8742.0, 8672.0, 8727.0, 8669.0, 8725.0, 8642.0, 8739.0, 8657.0, 8744.0, 8658.0, 8727.0, 8656.0, 8726.0, 8656.0, 8747.0, 8655.0, 8729.0, 8654.0, 8695.0, 8650.0, 8742.0, 8669.0, 8714.0, 8666.0, 8685.0, 8707.0, 8649.0, 8716.0, 8679.0, 8738.0, 8667.0, 8708.0, 8650.0, 8705.0, 8629.0, 8703.0, 8618.0, 8722.0, 8635.0, 8677.0, 8647.0, 8677.0, 8688.0, 8665.0, 8720.0, 8683.0, 8711.0, 8652.0, 8723.0, 8654.0, 8707.0, 8656.0, 8737.0, 8686.0, 8742.0, 8674.0, 8727.0, 8667.0, 8726.0, 8660.0, 8743.0, 8678.0, 8745.0, 8677.0, 8730.0, 8659.0, 8747.0, 8669.0, 8748.0, 8650.0, 8709.0, 8649.0, 8707.0, 8707.0, 8710.0, 8725.0, 8677.0, 8704.0, 8666.0, 8733.0, 8682.0, 8719.0, 8647.0, 8701.0, 8649.0, 8714.0, 8667.0, 8720.0, 8651.0, 8706.0, 8651.0, 8722.0, 8651.0, 8739.0, 8650.0, 8707.0, 8639.0, 8677.0, 8631.0, 8722.0, 8650.0, 8706.0, 8635.0, 8706.0, 8641.0, 8746.0, 8690.0, 8716.0, 8673.0, 8737.0, 8678.0, 8713.0, 8651.0, 8703.0, 8635.0, 8688.0, 8634.0, 8705.0, 8638.0, 8720.0, 8636.0, 8704.0, 8631.0, 8681.0, 8653.0, 8720.0, 8684.0, 8671.0, 8664.0, 8649.0, 8648.0, 8645.0, 8671.0, 8617.0, 8673.0, 8648.0, 8691.0, 8635.0, 8692.0, 8623.0, 8678.0, 8624.0, 8676.0, 8627.0, 8695.0, 8630.0, 8713.0, 8632.0, 8700.0, 8646.0, 8700.0, 8615.0, 8701.0, 8622.0, 8720.0, 8636.0, 8693.0, 8637.0, 8683.0, 8691.0, 8664.0, 8737.0, 8680.0, 8726.0, 8657.0, 8725.0, 8657.0, 8710.0, 8654.0, 8728.0, 8644.0, 8702.0, 8659.0, 8704.0, 8730.0, 8691.0, 8744.0, 8691.0, 8745.0, 8664.0, 8734.0, 8664.0, 8733.0, 8665.0, 8738.0, 8677.0, 8707.0, 8705.0, 8707.0, 8731.0, 8708.0, 8747.0, 8722.0, 8735.0, 8695.0, 8750.0, 8680.0, 8747.0, 8694.0, 8768.0, 8665.0, 8750.0, 8675.0, 8720.0, 8747.0, 8723.0, 8766.0, 8707.0, 8746.0, 8675.0, 8746.0, 8662.0, 8747.0, 8664.0, 8736.0, 8663.0, 8723.0, 8735.0, 8729.0, 8753.0, 8694.0, 8749.0, 8679.0, 8747.0, 8650.0, 8738.0, 8664.0, 8753.0, 8663.0, 8709.0, 8695.0, 8712.0, 8752.0, 8736.0, 8782.0, 8725.0, 8761.0, 8690.0, 8755.0, 8669.0, 8771.0, 8669.0, 8741.0, 8668.0, 8713.0, 8758.0, 8708.0, 8767.0, 8710.0, 8756.0, 8696.0, 8748.0, 8666.0, 8732.0, 8647.0, 8739.0, 8735.0, 8711.0, 8754.0, 8701.0, 8739.0, 8686.0, 8771.0, 8670.0, 8739.0, 8671.0, 8738.0, 8668.0, 8726.0, 8723.0, 8742.0, 8762.0, 8715.0, 8741.0, 8700.0, 8751.0, 8697.0, 8745.0, 8681.0, 8772.0, 8664.0, 8733.0, 8688.0, 8735.0, 8734.0, 8721.0, 8719.0, 8708.0, 8745.0, 8702.0, 8746.0, 8704.0, 8747.0, 8689.0, 8729.0, 8675.0, 8747.0, 8675.0, 8719.0, 8661.0, 8747.0, 8678.0, 8733.0, 8667.0, 8715.0, 8664.0, 8772.0, 8700.0, 8770.0, 8698.0, 8756.0, 8721.0, 8760.0, 8701.0, 8743.0, 8685.0, 8751.0, 8705.0, 8753.0, 8701.0, 8762.0, 8702.0, 8751.0, 8691.0, 8713.0, 8714.0, 8717.0, 8733.0, 8710.0, 8726.0, 8710.0, 8760.0, 8676.0, 8741.0, 8664.0, 8700.0, 8634.0, 8683.0, 8641.0, 8717.0, 8641.0, 8683.0, 8628.0, 8669.0, 8626.0, 8670.0, 8658.0, 8708.0, 8660.0, 8676.0, 8632.0, 8678.0, 8665.0, 8711.0, 8652.0, 8688.0, 8672.0, 8672.0, 8669.0, 8717.0, 8658.0, 8733.0, 8660.0, 8717.0, 8662.0, 8750.0, 8678.0, 8719.0, 8666.0, 8733.0, 8680.0, 8751.0, 8679.0, 8734.0, 8665.0, 8748.0, 8693.0, 8751.0, 8692.0, 8733.0, 8689.0, 8745.0, 8690.0, 8748.0, 8705.0, 8715.0, 8673.0, 8700.0, 8670.0, 8675.0, 8680.0, 8710.0, 8713.0, 8651.0, 8692.0, 8648.0, 8722.0, 8665.0, 8720.0, 8664.0, 8739.0, 8696.0, 8740.0, 8682.0, 8707.0, 8647.0, 8684.0, 8680.0, 8663.0, 8677.0, 8662.0, 8677.0, 8680.0, 8717.0, 8682.0, 8720.0, 8642.0, 8711.0, 8651.0, 8724.0, 8662.0, 8743.0, 8656.0, 8731.0, 8681.0, 8728.0, 8670.0, 8706.0, 8649.0, 8708.0, 8653.0, 8749.0, 8657.0, 8710.0, 8652.0, 8720.0, 8651.0, 8720.0, 8650.0, 8741.0, 8665.0, 8691.0, 8653.0, 8675.0, 8629.0, 8704.0, 8688.0, 8675.0, 8687.0, 8644.0, 8696.0, 8659.0, 8715.0, 8647.0, 8686.0, 8632.0, 8686.0, 8628.0, 8702.0, 8634.0, 8677.0, 8635.0, 8661.0, 8674.0, 8679.0, 8706.0, 8653.0, 8705.0, 8669.0, 8725.0, 8687.0, 8728.0, 8688.0, 8729.0, 8672.0, 8710.0, 8638.0, 8725.0, 8664.0, 8685.0, 8679.0, 8668.0, 8724.0, 8697.0, 8741.0, 8679.0, 8708.0, 8633.0, 8706.0, 8635.0, 8722.0, 8667.0, 8704.0, 8682.0, 8681.0, 8727.0, 8700.0, 8709.0, 8670.0, 8711.0, 8671.0, 8708.0, 8694.0, 8718.0, 8695.0, 8709.0, 8682.0, 8717.0, 8725.0, 8758.0, 8712.0, 8720.0, 8691.0, 8731.0, 8703.0, 8779.0, 8716.0, 8776.0, 8713.0, 8735.0, 8662.0, 8737.0, 8675.0, 8715.0, 8660.0, 8701.0, 8645.0, 8718.0, 8664.0, 8722.0, 8663.0, 8702.0, 8655.0, 8703.0, 8632.0, 8704.0, 8634.0, 8704.0, 8633.0, 8694.0, 8674.0, 8710.0, 8668.0, 8695.0, 8637.0, 8681.0, 8650.0, 8703.0, 8716.0, 8715.0, 8683.0, 8679.0, 8686.0, 8698.0, 8678.0, 8691.0, 8735.0, 8681.0, 8667.0, 8740.0, 8662.0, 8714.0, 8650.0, 8702.0, 8649.0, 8704.0, 8663.0, 8705.0, 8675.0, 8724.0, 8664.0, 8721.0, 8675.0, 8737.0, 8683.0, 8726.0, 8677.0, 8704.0, 8655.0, 8685.0, 8619.0, 8668.0, 8595.0, 8711.0, 8623.0, 8670.0, 8602.0, 8646.0, 8593.0, 8614.0, 8586.0, 8595.0, 8640.0, 8601.0, 8671.0, 8603.0, 8692.0, 8638.0, 8677.0, 8624.0, 8644.0, 8623.0, 8678.0, 8663.0, 8631.0, 8650.0, 8631.0, 8664.0, 8651.0, 8713.0, 8640.0, 8697.0, 8656.0, 8695.0, 8643.0, 8742.0, 8673.0, 8730.0, 8678.0, 8728.0, 8689.0, 8747.0, 8704.0, 8715.0, 8693.0, 8716.0, 8706.0, 8717.0, 8699.0, 8728.0, 8699.0, 8743.0, 8731.0, 8713.0, 8699.0, 8695.0, 8694.0, 8704.0, 8711.0, 8689.0, 8694.0, 8692.0, 8662.0, 8700.0, 8693.0, 8704.0, 8677.0, 8675.0, 8663.0, 8688.0, 8679.0, 8706.0, 8662.0, 8674.0, 8650.0, 8688.0, 8664.0, 8706.0, 8666.0, 8691.0, 8666.0, 8690.0, 8650.0, 8705.0, 8679.0, 8691.0, 8674.0, 8743.0, 8678.0, 8725.0, 8683.0, 8702.0, 8653.0, 8690.0, 8651.0, 8704.0, 8667.0, 8710.0, 8669.0, 8709.0, 8653.0, 8703.0, 8667.0, 8724.0, 8664.0, 8707.0, 8667.0, 8705.0, 8651.0, 8720.0, 8656.0, 8725.0, 8653.0, 8706.0, 8653.0, 8721.0, 8653.0, 8743.0, 8653.0, 8708.0, 8650.0, 8706.0, 8653.0, 8722.0, 8654.0, 8710.0, 8655.0, 8697.0, 8637.0, 8711.0, 8657.0, 8742.0, 8660.0, 8733.0, 8661.0, 8715.0, 8686.0, 8699.0, 8710.0, 8685.0, 8712.0, 8668.0, 8729.0, 8703.0, 8743.0, 8670.0, 8725.0, 8650.0, 8722.0, 8654.0, 8723.0, 8653.0, 8695.0, 8657.0, 8690.0, 8639.0, 8727.0, 8644.0, 8711.0, 8639.0, 8709.0, 8640.0, 8744.0, 8656.0, 8712.0, 8659.0, 8695.0, 8640.0, 8731.0, 8658.0, 8717.0, 8652.0, 8685.0, 8670.0, 8715.0, 8715.0, 8689.0, 8700.0, 8674.0, 8710.0, 8700.0, 8745.0, 8701.0, 8741.0, 8688.0, 8711.0, 8657.0, 8723.0, 8683.0, 8738.0, 8655.0, 8723.0, 8651.0, 8719.0, 8636.0, 8739.0, 8651.0, 8709.0, 8638.0, 8693.0, 8676.0, 8723.0, 8707.0, 8678.0, 8692.0, 8664.0, 8717.0, 8680.0, 8738.0, 8696.0, 8725.0, 8671.0, 8706.0, 8649.0, 8721.0, 8652.0, 8739.0, 8654.0, 8708.0, 8636.0, 8691.0, 8631.0, 8708.0, 8706.0, 8695.0, 8681.0, 8669.0, 8706.0, 8652.0, 8721.0, 8684.0, 8739.0, 8671.0, 8727.0, 8653.0, 8723.0, 8669.0, 8740.0, 8671.0, 8724.0, 8655.0, 8723.0, 8654.0, 8743.0, 8657.0, 8711.0, 8643.0, 8709.0, 8637.0, 8743.0, 8652.0, 8713.0, 8670.0, 8699.0, 8695.0, 8726.0, 8729.0, 8712.0, 8688.0, 8702.0, 8684.0, 8699.0, 8725.0, 8716.0, 8714.0, 8689.0, 8694.0, 8670.0, 8726.0, 8715.0, 8724.0, 8674.0, 8727.0, 8668.0, 8717.0, 8684.0, 8746.0, 8687.0, 8727.0, 8684.0, 8725.0, 8673.0, 8743.0, 8694.0, 8717.0, 8676.0, 8718.0, 8677.0, 8728.0, 8709.0, 8706.0, 8693.0, 8720.0, 8676.0, 8725.0, 8683.0, 8744.0, 8702.0, 8726.0, 8669.0, 8709.0, 8632.0, 8719.0, 8648.0, 8720.0, 8651.0, 8708.0, 8641.0, 8689.0, 8631.0, 8709.0, 8696.0, 8696.0, 8669.0, 8686.0, 8681.0, 8680.0, 8706.0, 8715.0, 8716.0, 8699.0, 8686.0, 8689.0, 8699.0, 8717.0, 8745.0, 8723.0, 8737.0, 8690.0, 8729.0, 8667.0, 8721.0, 8680.0, 8663.0, 8710.0, 8668.0, 8734.0, 8694.0, 8740.0, 8649.0, 8707.0, 8650.0, 8737.0, 8682.0, 8738.0, 8666.0, 8723.0, 8651.0, 8718.0, 8646.0, 8734.0, 8653.0, 8706.0, 8636.0, 8699.0, 8636.0, 8739.0, 8640.0, 8713.0, 8640.0, 8705.0, 8640.0, 8742.0, 8656.0, 8729.0, 8664.0, 8713.0, 8644.0, 8742.0, 8699.0, 8759.0, 8701.0, 8751.0, 8676.0, 8727.0, 8672.0, 8762.0, 8683.0, 8725.0, 8666.0, 8741.0, 8683.0, 8676.0, 8652.0, 8706.0, 8650.0, 8691.0, 8682.0, 8697.0, 8700.0, 8652.0, 8701.0, 8640.0, 8697.0, 8661.0, 8703.0, 8652.0, 8718.0, 8684.0, 8706.0, 8692.0, 8693.0, 8632.0, 8698.0, 8612.0, 8722.0, 8660.0, 8735.0, 8666.0, 8703.0, 8665.0, 8707.0, 8699.0, 8679.0, 8667.0, 8651.0, 8662.0, 8660.0, 8694.0, 8694.0, 8716.0, 8637.0, 8708.0, 8639.0, 8695.0, 8638.0, 8738.0, 8654.0, 8745.0, 8669.0, 8724.0, 8658.0, 8741.0, 8655.0, 8740.0, 8683.0, 8758.0, 8685.0, 8742.0, 8664.0, 8722.0, 8644.0, 8722.0, 8665.0, 8740.0, 8662.0, 8719.0, 8659.0, 8701.0, 8645.0, 8714.0, 8664.0, 8719.0, 8648.0, 8703.0, 8649.0, 8701.0, 8643.0, 8685.0, 8629.0, 8705.0, 8634.0, 8705.0, 8630.0, 8688.0, 8635.0, 8688.0, 8629.0, 8688.0, 8661.0, 8723.0, 8663.0, 8695.0, 8655.0, 8679.0, 8664.0, 8695.0, 8710.0, 8716.0, 8670.0, 8686.0, 8683.0, 8685.0, 8696.0, 8701.0, 8715.0, 8715.0, 8686.0, 8687.0, 8682.0, 8699.0, 8725.0, 8716.0, 8717.0, 8687.0, 8729.0, 8664.0, 8717.0, 8664.0, 8753.0, 8677.0, 8720.0, 8647.0, 8685.0, 8629.0, 8715.0, 8662.0, 8719.0, 8669.0, 8724.0, 8651.0, 8701.0, 8644.0, 8714.0, 8669.0, 8744.0, 8653.0, 8721.0, 8654.0, 8754.0, 8687.0, 8759.0, 8669.0, 8723.0, 8652.0, 8719.0, 8654.0, 8734.0, 8687.0, 8724.0, 8672.0, 8729.0, 8655.0, 8723.0, 8670.0, 8738.0, 8669.0, 8722.0, 8655.0, 8711.0, 8653.0, 8720.0, 8672.0, 8739.0, 8652.0, 8725.0, 8650.0, 8705.0, 8634.0, 8764.0, 8649.0, 8707.0, 8653.0, 8692.0, 8637.0, 8737.0, 8666.0, 8722.0, 8650.0, 8690.0, 8648.0, 8693.0, 8705.0, 8736.0, 8713.0, 8682.0, 8707.0, 8646.0, 8735.0, 8681.0, 8737.0, 8665.0, 8727.0, 8652.0, 8706.0, 8641.0, 8740.0, 8671.0, 8722.0, 8658.0, 8724.0, 8658.0, 8725.0, 8639.0, 8741.0, 8655.0, 8726.0, 8655.0, 8710.0, 8636.0, 8741.0, 8670.0, 8727.0, 8664.0, 8716.0, 8662.0, 8698.0, 8711.0, 8714.0, 8699.0, 8700.0, 8701.0, 8683.0, 8694.0, 8703.0, 8732.0, 8718.0, 8714.0, 8685.0, 8726.0, 8669.0, 8726.0, 8687.0, 8744.0, 8709.0, 8703.0, 8698.0, 8663.0, 8691.0, 8654.0, 8683.0, 8653.0, 8718.0, 8651.0, 8740.0, 8666.0, 8742.0, 8700.0, 8742.0, 8694.0, 8719.0, 8683.0, 8696.0, 8677.0, 8686.0, 8656.0, 8650.0, 8623.0, 8638.0, 8605.0, 8631.0, 8599.0, 8628.0, 8587.0, 8644.0, 8585.0, 8643.0, 8590.0, 8645.0, 8594.0, 8644.0, 8597.0, 8650.0, 8597.0, 8650.0, 8595.0, 8672.0, 8610.0, 8697.0, 8627.0, 8697.0, 8630.0, 8701.0, 8628.0, 8701.0, 8654.0, 8710.0, 8673.0, 8698.0, 8660.0, 8731.0, 8694.0, 8707.0, 8666.0, 8700.0, 8669.0, 8736.0, 8702.0, 8731.0, 8716.0, 8710.0, 8698.0, 8720.0, 8728.0, 8711.0, 8741.0, 8721.0, 8736.0, 8732.0, 8715.0, 8764.0, 8728.0, 8728.0, 8701.0, 8711.0, 8696.0, 8707.0, 8676.0, 8724.0, 8681.0, 8726.0, 8669.0, 8725.0, 8665.0, 8722.0, 8672.0, 8726.0, 8671.0, 8716.0, 8676.0, 8733.0, 8679.0, 8707.0, 8676.0, 8732.0, 8657.0, 8748.0, 8672.0, 8717.0, 8643.0, 8691.0, 8638.0, 8698.0, 8697.0, 8699.0, 8714.0, 8672.0, 8713.0, 8670.0, 8727.0, 8690.0, 8727.0, 8674.0, 8728.0, 8659.0, 8729.0, 8657.0, 8729.0, 8664.0, 8746.0, 8680.0, 8731.0, 8664.0, 8728.0, 8663.0, 8734.0, 8666.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.0004697514619883041</td></tr>
<tr><td colspan=3>aqi</td><td>0.022682681578947372</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15314108602051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1994662067739603</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000174830870525</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>4819.2002</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09022340259196197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.239766081871345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.480358706693596</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.496523485932787</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.572597120482687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3719555136653137</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117346</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0065353745594620705</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024019695818424225</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1368</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>4.073344434660072</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>22.0675</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5943</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.2336</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9295</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.6548</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.694</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.1466</td></tr>
<tr><td colspan=3>tsnr</td><td>39.09509014058858</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>